<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">define(['jquery','ko','underscore','Magento_Ui/js/form/form','Magento_Customer/js/model/customer','Magento_Customer/js/model/address-list','Magento_Checkout/js/model/quote','Magento_Checkout/js/action/create-billing-address','Magento_Checkout/js/action/select-billing-address','Magento_Checkout/js/checkout-data','Magento_Checkout/js/model/checkout-data-resolver','Magento_Customer/js/customer-data','Magento_Checkout/js/action/set-billing-address','Magento_Ui/js/model/messageList','mage/translate','Magento_Checkout/js/model/billing-address-postcode-validator','Mageplaza_Smtp/js/model/address-on-change'],function($,ko,_,Component,customer,addressList,quote,createBillingAddress,selectBillingAddress,checkoutData,checkoutDataResolver,customerData,setBillingAddressAction,globalMessageList,$t,billingAddressPostcodeValidator,billingAddressOnChange){'use strict';var mixin={initialize:function(){var fieldset;this._super();if(window.checkoutConfig.oscConfig){fieldset=this.get('name')+'.billing-address-fieldset';}else{fieldset=this.get('name')+'.form-fields';}
billingAddressOnChange.initFields(fieldset);},};return function(target){return target.extend(mixin);};});</pre></body></html>