5 lines
No EOL
74 KiB
JavaScript
5 lines
No EOL
74 KiB
JavaScript
(()=>{"use strict";var e={136:e=>{var t,r=function(){function e(e,t){if("function"!=typeof e)throw new TypeError("DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but got: "+e+".");this._batchLoadFn=e,this._maxBatchSize=function(e){if(!(!e||!1!==e.batch))return 1;var t=e&&e.maxBatchSize;if(void 0===t)return 1/0;if("number"!=typeof t||t<1)throw new TypeError("maxBatchSize must be a positive number: "+t);return t}(t),this._batchScheduleFn=function(e){var t=e&&e.batchScheduleFn;if(void 0===t)return a;if("function"!=typeof t)throw new TypeError("batchScheduleFn must be a function: "+t);return t}(t),this._cacheKeyFn=function(e){var t=e&&e.cacheKeyFn;if(void 0===t)return function(e){return e};if("function"!=typeof t)throw new TypeError("cacheKeyFn must be a function: "+t);return t}(t),this._cacheMap=function(e){if(!(!e||!1!==e.cache))return null;var t=e&&e.cacheMap;if(void 0===t)return new Map;if(null!==t){var r=["get","set","delete","clear"].filter((function(e){return t&&"function"!=typeof t[e]}));if(0!==r.length)throw new TypeError("Custom cacheMap missing methods: "+r.join(", "))}return t}(t),this._batch=null,this.name=function(e){return e&&e.name?e.name:null}(t)}var t=e.prototype;return t.load=function(e){if(null==e)throw new TypeError("The loader.load() function must be called with a value, but got: "+String(e)+".");var t=function(e){var t=e._batch;if(null!==t&&!t.hasDispatched&&t.keys.length<e._maxBatchSize)return t;var r={hasDispatched:!1,keys:[],callbacks:[]};return e._batch=r,e._batchScheduleFn((function(){!function(e,t){if(t.hasDispatched=!0,0!==t.keys.length){var r;try{r=e._batchLoadFn(t.keys)}catch(r){return s(e,t,new TypeError("DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function errored synchronously: "+String(r)+"."))}if(!r||"function"!=typeof r.then)return s(e,t,new TypeError("DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise: "+String(r)+"."));r.then((function(e){if(!o(e))throw new TypeError("DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise of an Array: "+String(e)+".");if(e.length!==t.keys.length)throw new TypeError("DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise of an Array of the same length as the Array of keys.\n\nKeys:\n"+String(t.keys)+"\n\nValues:\n"+String(e));i(t);for(var r=0;r<t.callbacks.length;r++){var a=e[r];a instanceof Error?t.callbacks[r].reject(a):t.callbacks[r].resolve(a)}})).catch((function(r){s(e,t,r)}))}else i(t)}(e,r)})),r}(this),r=this._cacheMap,a=this._cacheKeyFn(e);if(r){var n=r.get(a);if(n){var c=t.cacheHits||(t.cacheHits=[]);return new Promise((function(e){c.push((function(){e(n)}))}))}}t.keys.push(e);var l=new Promise((function(e,r){t.callbacks.push({resolve:e,reject:r})}));return r&&r.set(a,l),l},t.loadMany=function(e){if(!o(e))throw new TypeError("The loader.loadMany() function must be called with Array<key> but got: "+e+".");for(var t=[],r=0;r<e.length;r++)t.push(this.load(e[r]).catch((function(e){return e})));return Promise.all(t)},t.clear=function(e){var t=this._cacheMap;if(t){var r=this._cacheKeyFn(e);t.delete(r)}return this},t.clearAll=function(){var e=this._cacheMap;return e&&e.clear(),this},t.prime=function(e,t){var r=this._cacheMap;if(r){var a,s=this._cacheKeyFn(e);void 0===r.get(s)&&(t instanceof Error?(a=Promise.reject(t)).catch((function(){})):a=Promise.resolve(t),r.set(s,a))}return this},e}(),a="object"==typeof process&&"function"==typeof process.nextTick?function(e){t||(t=Promise.resolve()),t.then((function(){process.nextTick(e)}))}:"function"==typeof setImmediate?function(e){setImmediate(e)}:function(e){setTimeout(e)};function s(e,t,r){i(t);for(var a=0;a<t.keys.length;a++)e.clear(t.keys[a]),t.callbacks[a].reject(r)}function i(e){if(e.cacheHits)for(var t=0;t<e.cacheHits.length;t++)e.cacheHits[t]()}function o(e){return"object"==typeof e&&null!==e&&"number"==typeof e.length&&(0===e.length||e.length>0&&Object.prototype.hasOwnProperty.call(e,e.length-1))}e.exports=r}},t={};function r(a){var s=t[a];if(void 0!==s)return s.exports;var i=t[a]={exports:{}};return e[a](i,i.exports,r),i.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var a in t)r.o(t,a)&&!r.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};(()=>{r.r(a),r.d(a,{API_BLOCK_NAMESPACE:()=>f,CART_STORE_KEY:()=>Bt,CHECKOUT_STORE_KEY:()=>La,COLLECTIONS_STORE_KEY:()=>rs,EMPTY_CART_COUPONS:()=>w,EMPTY_CART_CROSS_SELLS:()=>O,EMPTY_CART_ERRORS:()=>k,EMPTY_CART_FEES:()=>M,EMPTY_CART_ITEMS:()=>D,EMPTY_CART_ITEM_ERRORS:()=>N,EMPTY_EXTENSIONS:()=>Y,EMPTY_PAYMENT_METHODS:()=>x,EMPTY_PAYMENT_REQUIREMENTS:()=>U,EMPTY_SHIPPING_RATES:()=>L,EMPTY_TAX_LINES:()=>H,PAYMENT_STORE_KEY:()=>di,QUERY_STATE_STORE_KEY:()=>Ti,SCHEMA_STORE_KEY:()=>wi,STORE_NOTICES_STORE_KEY:()=>Yi,VALIDATION_STORE_KEY:()=>ao,getErrorDetails:()=>Le,getInvalidParamNoticeContext:()=>He,getNoticeContextFromErrorResponse:()=>je,hasInState:()=>Ha,processErrorResponse:()=>Ve,updateState:()=>es});var e={};r.r(e),r.d(e,{getCartData:()=>F,getCartErrors:()=>W,getCartItem:()=>re,getCartMeta:()=>X,getCartTotals:()=>Q,getCouponBeingApplied:()=>J,getCouponBeingRemoved:()=>te,getCustomerData:()=>B,getHasCalculatedShipping:()=>K,getItemsPendingDelete:()=>ce,getItemsPendingQuantityUpdate:()=>ne,getNeedsShipping:()=>z,getShippingRates:()=>q,isApplyingCoupon:()=>$,isCartDataStale:()=>Z,isCustomerDataUpdating:()=>ie,isItemPendingDelete:()=>se,isItemPendingQuantity:()=>ae,isRemovingCoupon:()=>ee,isShippingRateBeingSelected:()=>oe});var t={};r.r(t),r.d(t,{addItemToCart:()=>ut,applyCoupon:()=>pt,applyExtensionCartUpdate:()=>dt,changeCartItemQuantity:()=>Et,itemIsPendingDelete:()=>It,itemIsPendingQuantity:()=>vt,receiveApplyingCoupon:()=>At,receiveCart:()=>nt,receiveCartContents:()=>ct,receiveCartItem:()=>Rt,receiveError:()=>lt,receiveRemovingCoupon:()=>Pt,removeCoupon:()=>_t,removeItemFromCart:()=>mt,selectShippingRate:()=>gt,setBillingAddress:()=>wt,setCartData:()=>St,setErrorData:()=>Tt,setIsCartDataStale:()=>Ct,setShippingAddress:()=>Dt,shippingRatesBeingSelected:()=>ft,updateCustomerData:()=>yt,updatingCustomerData:()=>bt});var s={};r.r(s),r.d(s,{getCartData:()=>Ot,getCartTotals:()=>Mt});var i={};r.r(i),r.d(i,{getAdditionalFields:()=>Rr,getCheckoutStatus:()=>vr,getCustomerId:()=>ur,getCustomerPassword:()=>mr,getEditingBillingAddress:()=>Sr,getEditingShippingAddress:()=>Tr,getExtensionData:()=>Ar,getOrderId:()=>Er,getOrderNotes:()=>hr,getRedirectUrl:()=>gr,getShouldCreateAccount:()=>Pr,getUseShippingAsBilling:()=>yr,hasError:()=>Ir,hasOrder:()=>Cr,isAfterProcessing:()=>Dr,isBeforeProcessing:()=>wr,isCalculating:()=>Mr,isComplete:()=>br,isIdle:()=>fr,isProcessing:()=>Or,prefersCollection:()=>Nr});var o={};r.r(o),r.d(o,{__internalDecrementCalculating:()=>ua,__internalEmitAfterProcessingEvents:()=>sa,__internalEmitValidateEvent:()=>aa,__internalIncrementCalculating:()=>_a,__internalProcessCheckoutResponse:()=>ra,__internalSetAfterProcessing:()=>ca,__internalSetBeforeProcessing:()=>oa,__internalSetComplete:()=>la,__internalSetCustomerId:()=>ma,__internalSetCustomerPassword:()=>Ea,__internalSetExtensionData:()=>Ra,__internalSetHasError:()=>pa,__internalSetIdle:()=>ia,__internalSetOrderNotes:()=>Aa,__internalSetProcessing:()=>na,__internalSetRedirectUrl:()=>da,__internalSetShouldCreateAccount:()=>Sa,__internalSetUseShippingAsBilling:()=>ha,setAdditionalFields:()=>Ta,setEditingBillingAddress:()=>ga,setEditingShippingAddress:()=>ya,setPrefersCollection:()=>Pa});var n={};r.r(n),r.d(n,{getCollection:()=>Va,getCollectionError:()=>Ga,getCollectionHeader:()=>Fa,getCollectionLastModified:()=>Ba});var c={};r.r(c),r.d(c,{receiveCollection:()=>Ka,receiveCollectionError:()=>Qa,receiveLastModified:()=>Xa});var l={};r.r(l),r.d(l,{getCollection:()=>$a,getCollectionHeader:()=>Za});var d={};r.r(d),r.d(d,{__internalEmitPaymentProcessingEvent:()=>Ts,__internalRemoveAvailableExpressPaymentMethod:()=>Ls,__internalRemoveAvailablePaymentMethod:()=>ks,__internalSetActivePaymentMethod:()=>ws,__internalSetAvailableExpressPaymentMethods:()=>Ns,__internalSetAvailablePaymentMethods:()=>Ms,__internalSetExpressPaymentError:()=>Ss,__internalSetExpressPaymentMethodsInitialized:()=>bs,__internalSetExpressPaymentStarted:()=>Ps,__internalSetPaymentError:()=>vs,__internalSetPaymentIdle:()=>As,__internalSetPaymentMethodData:()=>Ds,__internalSetPaymentMethodsInitialized:()=>Cs,__internalSetPaymentProcessing:()=>Rs,__internalSetPaymentReady:()=>Is,__internalSetPaymentResult:()=>Os,__internalSetShouldSavePaymentMethod:()=>fs,__internalUpdateAvailablePaymentMethods:()=>xs});var p={};r.r(p),r.d(p,{expressPaymentMethodsInitialized:()=>ai,getActivePaymentMethod:()=>Xs,getActiveSavedPaymentMethods:()=>ti,getActiveSavedToken:()=>Qs,getAvailableExpressPaymentMethods:()=>$s,getAvailablePaymentMethods:()=>Ws,getCurrentStatus:()=>si,getIncompatiblePaymentMethods:()=>Js,getPaymentMethodData:()=>Zs,getPaymentResult:()=>oi,getSavedPaymentMethods:()=>ei,getShouldSavePaymentMethod:()=>ii,getState:()=>ni,hasPaymentError:()=>qs,isExpressPaymentMethodActive:()=>Ks,isExpressPaymentStarted:()=>Vs,isPaymentFailed:()=>zs,isPaymentIdle:()=>Hs,isPaymentPristine:()=>Ys,isPaymentProcessing:()=>Gs,isPaymentReady:()=>Fs,isPaymentStarted:()=>js,isPaymentSuccess:()=>Bs,paymentMethodsInitialized:()=>ri});var _={};r.r(_),r.d(_,{getValueForQueryContext:()=>mi,getValueForQueryKey:()=>ui});var u={};r.r(u),r.d(u,{setQueryValue:()=>gi,setValueForQueryContext:()=>yi});var m={};r.r(m),r.d(m,{getRoute:()=>Ai,getRoutes:()=>Pi});var E={};r.r(E),r.d(E,{receiveRoutes:()=>vi});var h={};r.r(h),r.d(h,{getRoute:()=>Ii,getRoutes:()=>Ci});var g={};r.r(g),r.d(g,{registerContainer:()=>Oi,unregisterContainer:()=>Mi});var y={};r.r(y),r.d(y,{getRegisteredContainers:()=>Ni});var S={};r.r(S),r.d(S,{clearAllValidationErrors:()=>Ki,clearValidationError:()=>Qi,clearValidationErrors:()=>zi,hideValidationError:()=>Xi,setValidationErrors:()=>qi,showAllValidationErrors:()=>$i,showValidationError:()=>Wi});var T={};r.r(T),r.d(T,{getValidationError:()=>Zi,getValidationErrorId:()=>Ji,hasValidationErrors:()=>eo});const A=window.wp.notices,P=window.wp.data,R=window.wp.dataControls,v=window.wp.i18n,I="wc/store/cart",C={code:"cart_api_error",message:(0,v.__)("Unable to get cart data from the API.","woocommerce"),data:{status:500}},b=window.wc.wcSettings,f="wc/blocks",w=[],D=[],O=[],M=[],N=[],k=[],L=[],x=[],U=[],Y={},H=[],j={};Object.keys(b.defaultFields).forEach((e=>{j[e]=""})),delete j.email;const V={};Object.keys(b.defaultFields).forEach((e=>{V[e]=""}));const G={cartItemsPendingQuantity:[],cartItemsPendingDelete:[],cartData:{coupons:w,shippingRates:L,shippingAddress:j,billingAddress:V,items:D,itemsCount:0,itemsWeight:0,crossSells:O,needsShipping:!0,needsPayment:!1,hasCalculatedShipping:!0,fees:M,totals:{currency_code:"",currency_symbol:"",currency_minor_unit:2,currency_decimal_separator:".",currency_thousand_separator:",",currency_prefix:"",currency_suffix:"",total_items:"0",total_items_tax:"0",total_fees:"0",total_fees_tax:"0",total_discount:"0",total_discount_tax:"0",total_shipping:"0",total_shipping_tax:"0",total_price:"0",total_tax:"0",tax_lines:H},errors:N,paymentMethods:x,paymentRequirements:U,extensions:Y},metaData:{updatingCustomerData:!1,updatingSelectedRate:!1,applyingCoupon:"",removingCoupon:"",isCartDataStale:!1},errors:k},F=e=>e.cartData,B=e=>({shippingAddress:e.cartData.shippingAddress,billingAddress:e.cartData.billingAddress}),q=e=>e.cartData.shippingRates,z=e=>e.cartData.needsShipping,K=e=>e.cartData.hasCalculatedShipping,Q=e=>e.cartData.totals||G.cartData.totals,X=e=>e.metaData||G.metaData,W=e=>e.errors,$=e=>!!e.metaData.applyingCoupon,Z=e=>e.metaData.isCartDataStale,J=e=>e.metaData.applyingCoupon||"",ee=e=>!!e.metaData.removingCoupon,te=e=>e.metaData.removingCoupon||"",re=(e,t)=>e.cartData.items.find((e=>e.key===t)),ae=(e,t)=>e.cartItemsPendingQuantity.includes(t),se=(e,t)=>e.cartItemsPendingDelete.includes(t),ie=e=>!!e.metaData.updatingCustomerData,oe=e=>!!e.metaData.updatingSelectedRate,ne=e=>e.cartItemsPendingQuantity,ce=e=>e.cartItemsPendingDelete,le={SET_CART_DATA:"SET_CART_DATA",SET_FULL_SHIPPING_ADDRESS_PUSHED:"SET_FULL_SHIPPING_ADDRESS_PUSHED",SET_ERROR_DATA:"SET_ERROR_DATA",APPLYING_COUPON:"APPLYING_COUPON",REMOVING_COUPON:"REMOVING_COUPON",RECEIVE_CART_ITEM:"RECEIVE_CART_ITEM",ITEM_PENDING_QUANTITY:"ITEM_PENDING_QUANTITY",SET_IS_CART_DATA_STALE:"SET_IS_CART_DATA_STALE",RECEIVE_REMOVED_ITEM:"RECEIVE_REMOVED_ITEM",UPDATING_CUSTOMER_DATA:"UPDATING_CUSTOMER_DATA",SET_BILLING_ADDRESS:"SET_BILLING_ADDRESS",SET_SHIPPING_ADDRESS:"SET_SHIPPING_ADDRESS",UPDATING_SELECTED_SHIPPING_RATE:"UPDATING_SELECTED_SHIPPING_RATE",TRIGGER_ADDING_TO_CART_EVENT:"TRIGGER_ADDING_TO_CART_EVENT",TRIGGER_ADDED_TO_CART_EVENT:"TRIGGER_ADDED_TO_CART_EVENT"},de=window.wc.wcTypes;var pe=function(){return pe=Object.assign||function(e){for(var t,r=1,a=arguments.length;r<a;r++)for(var s in t=arguments[r])Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s]);return e},pe.apply(this,arguments)};function _e(e){return e.toLowerCase()}Object.create,Object.create,"function"==typeof SuppressedError&&SuppressedError;var ue=[/([a-z0-9])([A-Z])/g,/([A-Z])([A-Z][a-z])/g],me=/[^A-Z0-9]+/gi;function Ee(e,t,r){return t instanceof RegExp?e.replace(t,r):t.reduce((function(e,t){return e.replace(t,r)}),e)}function he(e,t){var r=e.charAt(0),a=e.substr(1).toLowerCase();return t>0&&r>="0"&&r<="9"?"_"+r+a:""+r.toUpperCase()+a}function ge(e,t){return 0===t?e.toLowerCase():he(e,t)}const ye=e=>((e,t)=>Object.entries(e).reduce(((e,[r,a])=>({...e,[t(0,r)]:a})),{}))(e,((e,t)=>{return void 0===r&&(r={}),function(e,t){return void 0===t&&(t={}),function(e,t){void 0===t&&(t={});for(var r=t.splitRegexp,a=void 0===r?ue:r,s=t.stripRegexp,i=void 0===s?me:s,o=t.transform,n=void 0===o?_e:o,c=t.delimiter,l=void 0===c?" ":c,d=Ee(Ee(e,a,"$1\0$2"),i,"\0"),p=0,_=d.length;"\0"===d.charAt(p);)p++;for(;"\0"===d.charAt(_-1);)_--;return d.slice(p,_).split("\0").map(n).join(l)}(e,pe({delimiter:"",transform:he},t))}(t,pe({transform:ge},r));var r})),Se=window.CustomEvent||null,Te=(e,{bubbles:t=!1,cancelable:r=!1,element:a,detail:s={}})=>{if(!Se)return;a||(a=document.body);const i=new Se(e,{bubbles:t,cancelable:r,detail:s});a.dispatchEvent(i)},Ae=window.wp.htmlEntities,Pe=window.wp.hooks,Re=window.wp.dom,ve=e=>(0,Re.__unstableStripHTML)((0,Ae.decodeEntities)(e)),Ie=(0,v.__)("Something went wrong. Please contact us to get assistance.","woocommerce"),Ce=(e,t,r)=>{const a=null==r?void 0:r.context;(0,P.select)("wc/store/payment").isExpressPaymentMethodActive()||void 0===a||(0,P.dispatch)("core/notices").createNotice(e,t,{isDismissible:!0,...r,context:a})},be=(e,t)=>e[t]?Array.from(e[t].values()).sort(((e,t)=>e.priority-t.priority)):[];let fe=function(e){return e.SUCCESS="success",e.FAIL="failure",e.ERROR="error",e}({}),we=function(e){return e.CART="wc/cart",e.CHECKOUT="wc/checkout",e.PAYMENTS="wc/checkout/payments",e.EXPRESS_PAYMENTS="wc/checkout/express-payments",e.CONTACT_INFORMATION="wc/checkout/contact-information",e.SHIPPING_ADDRESS="wc/checkout/shipping-address",e.BILLING_ADDRESS="wc/checkout/billing-address",e.SHIPPING_METHODS="wc/checkout/shipping-methods",e.CHECKOUT_ACTIONS="wc/checkout/checkout-actions",e.ORDER_INFORMATION="wc/checkout/additional-information",e}({});const De=(e,t)=>(0,de.isObject)(e)&&"type"in e&&e.type===t,Oe=e=>De(e,fe.SUCCESS),Me=e=>De(e,fe.ERROR),Ne=e=>De(e,fe.FAIL),ke=e=>!(0,de.isObject)(e)||void 0===e.retry||!0===e.retry,Le=e=>{const t=(0,de.objectHasProp)(e.data,"details")?Object.entries(e.data.details):null;return t?t.reduce(((e,[t,{code:r,message:a,additional_errors:s=[],data:i}])=>[...e,{param:t,id:`${t}_${r}`,code:r,message:(0,Ae.decodeEntities)(a),data:i},...Array.isArray(s)?s.flatMap((e=>{if(!(0,de.objectHasProp)(e,"code")||!(0,de.objectHasProp)(e,"message"))return[];const r=[{param:t,id:`${t}_${e.code}`,code:e.code,message:(0,Ae.decodeEntities)(e.message),data:i}];return void 0!==e.data?[...r,...Le(e)]:r})):[]]),[]):[]},xe=e=>{switch(e){case"woocommerce_rest_missing_email_address":case"woocommerce_rest_invalid_email_address":return we.CONTACT_INFORMATION;default:return we.CART}},Ue=(e,t)=>{switch(e){case"invalid_email":return we.CONTACT_INFORMATION;case"billing_address":return"invalid_email"===t?we.CONTACT_INFORMATION:we.BILLING_ADDRESS;case"shipping_address":return we.SHIPPING_ADDRESS;default:return}},Ye=({code:e,id:t,param:r,data:a},s)=>{let i="";return(0,de.isObject)(a)&&(0,de.objectHasProp)(a,"key")&&(0,de.objectHasProp)(a,"location")&&(0,de.isString)(a.location)&&(i=(e=>{switch(e){case"contact":return we.CONTACT_INFORMATION;case"order":return we.ORDER_INFORMATION;default:return}})(a.location)),{id:t,context:s||i||Ue(r,e)||xe(e)}},He=(e,t)=>Le(e).map((e=>Ye(e,t))),je=(e,t)=>{var r;return"rest_invalid_param"===e.code?He(e,t):[{id:e.code,context:t||(null==e||null===(r=e.data)||void 0===r?void 0:r.context)||xe(e.code)}]},Ve=(e,t)=>{var r;if(!(0,de.isApiErrorResponse)(e))return;if("rest_invalid_param"===e.code)return((e,t)=>{Le(e).forEach((e=>{Ce("error",e.message,Ye(e,t))}))})(e,t);let a=(0,Ae.decodeEntities)(e.message)||Ie;"invalid_json"===e.code&&(a=Ie),Ce("error",a,{id:e.code,context:t||(null==e||null===(r=e.data)||void 0===r?void 0:r.context)||xe(e.code)})},Ge=window.wp.apiFetch;var Fe=r.n(Ge),Be=r(136),qe=r.n(Be);const ze={},Ke={code:"invalid_json",message:(0,v.__)("The response is not a valid JSON response.","woocommerce")},Qe=e=>{Fe().setNonce&&"function"==typeof Fe().setNonce?Fe().setNonce(e):console.error('The monkey patched function on APIFetch, "setNonce", is not present, likely another plugin or some other code has removed this augmentation')},Xe=new(qe())((e=>Fe()({path:"/wc/store/v1/batch",method:"POST",data:{requests:e.map((e=>({...e,body:null==e?void 0:e.data})))}}).then((t=>((0,de.assertBatchResponseIsValid)(t),e.map(((e,r)=>t.responses[r]||ze)))))),{batchScheduleFn:e=>setTimeout(e,300),cache:!1,maxBatchSize:25}),We=e=>({type:"API_FETCH_WITH_HEADERS",options:e}),$e=["/wc/store/v1/cart/select-shipping-rate"],Ze=e=>new Promise(((t,r)=>{!e.method||"GET"===e.method||$e.includes(e.path||"")?Fe()({...e,parse:!1}).then((e=>{e instanceof Response?e.json().then((r=>{t({response:r,headers:e.headers}),Qe(e.headers)})).catch((()=>{r(Ke)})):r(Ke)})).catch((e=>{"AbortError"!==e.name&&Qe(e.headers),"function"==typeof e.json?e.json().then((e=>{r(e)})).catch((()=>{r(Ke)})):r(e.message)})):(async e=>await Xe.load(e))(e).then((e=>{throw(0,de.assertResponseIsValid)(e),e.status>=200&&e.status<300&&(t({response:e.body,headers:e.headers}),Qe(e.headers)),e})).catch((e=>{e.headers&&Qe(e.headers),e.body?r(e.body):r(e)}))})),Je=e=>Ze(e),et={API_FETCH_WITH_HEADERS:({options:e})=>Ze(e)},tt=(e,t,r)=>{let a,s=null;const i=(...i)=>{s=i,a&&clearTimeout(a),a=setTimeout((()=>{a=null,!r&&s&&e(...s)}),t),r&&!a&&e(...i)};return i.flush=()=>{a&&s&&(e(...s),clearTimeout(a),a=null)},i},rt=window.wp.url,at="wc/store/validation",st=(e,t)=>"string"!=typeof t?t:"email"===e?(0,rt.isEmail)(t)?t.trim():"":"postcode"===e?t.replace(" ","").toUpperCase():t.trim(),it=(e,t)=>Object.keys(e).filter((r=>st(r,e[r])!==st(r,t[r]))),ot=tt((e=>{window.localStorage.setItem("WOOCOMMERCE_CHECKOUT_IS_CUSTOMER_DATA_DIRTY",e?"true":"false")}),300),nt=e=>({dispatch:t,select:r})=>{const a=ye(e),s=r.getCartData(),i=[...s.errors,...r.getCartErrors()];((e=null,t=null)=>{null!==t&&t.flatMap((e=>je(e))).forEach((e=>{var t;t=e,(0,P.dispatch)("core/notices").removeNotice(t.id,t.context)})),null!==e&&(e=>{e.forEach((e=>{var t;Ce("error",(0,Ae.decodeEntities)(e.message),{id:e.code,context:(null==e||null===(t=e.data)||void 0===t?void 0:t.context)||"wc/cart"})}))})((e=>e.filter(de.isApiErrorResponse))(e))})(a.errors,i),(({oldCart:e,newCart:t,cartItemsPendingQuantity:r=[],cartItemsPendingDelete:a=[]})=>{(0,P.select)(I).hasFinishedResolution("getCartData")&&(((e,t,r)=>{e.items.forEach((e=>{r.includes(e.key)||!t.items.find((t=>t&&t.key===e.key))&&(0,Pe.applyFilters)("woocommerce_show_cart_item_removed_notice",!0,e)&&(0,P.dispatch)("core/notices").createInfoNotice((0,v.sprintf)(/* translators: %s is the name of the item. */ /* translators: %s is the name of the item. */
|
|
(0,v.__)('"%s" was removed from your cart.',"woocommerce"),ve(e.name)),{context:"wc/cart",speak:!0,type:"snackbar",id:`${e.key}-removed`})}))})(e,t,a),((e,t,r)=>{t.items.forEach((t=>{if(r.includes(t.key))return;const a=e.items.find((e=>e&&e.key===t.key));return a&&t.key===a.key?(t.quantity!==a.quantity&&(e=>e.quantity>=e.quantity_limits.minimum&&e.quantity<=e.quantity_limits.maximum&&e.quantity%e.quantity_limits.multiple_of==0)(t)&&(0,Pe.applyFilters)("woocommerce_show_cart_item_quantity_changed_notice",!0,t)&&(0,P.dispatch)("core/notices").createInfoNotice((0,v.sprintf)(/* translators: %1$s is the name of the item, %2$d is the quantity of the item. */ /* translators: %1$s is the name of the item, %2$d is the quantity of the item. */
|
|
(0,v.__)('The quantity of "%1$s" was changed to %2$d.',"woocommerce"),ve(t.name),t.quantity),{context:"wc/cart",speak:!0,type:"snackbar",id:`${t.key}-quantity-update`}),t):void 0}))})(e,t,r))})({oldCart:s,newCart:a,cartItemsPendingQuantity:r.getItemsPendingQuantityUpdate(),cartItemsPendingDelete:r.getItemsPendingDelete()}),t.setCartData(a),t.setErrorData(null)},ct=e=>({dispatch:t})=>{const{shipping_address:r,billing_address:a,...s}=e;t.receiveCart(s)},lt=(e=null)=>({dispatch:t})=>{var r,a;(0,de.isApiErrorResponse)(e)&&(null!==(r=e.data)&&void 0!==r&&r.cart&&t.receiveCart(null==e||null===(a=e.data)||void 0===a?void 0:a.cart),t.setErrorData(e))},dt=e=>async({dispatch:t})=>{try{const{response:r}=await Je({path:"/wc/store/v1/cart/extensions",method:"POST",data:{namespace:e.namespace,data:e.data},cache:"no-store"});if(!0===e.overwriteDirtyCustomerData)return t.receiveCart(r),r;if("true"===window.localStorage.getItem("WOOCOMMERCE_CHECKOUT_IS_CUSTOMER_DATA_DIRTY")){const{shipping_address:e,billing_address:__,...a}=r;return t.receiveCart(a),r}t.receiveCart(r)}catch(e){return t.receiveError((0,de.isApiErrorResponse)(e)?e:null),Promise.reject(e)}},pt=e=>async({dispatch:t})=>{try{t.receiveApplyingCoupon(e);const{response:r}=await Je({path:"/wc/store/v1/cart/apply-coupon",method:"POST",data:{code:e},cache:"no-store"});return t.receiveCart(r),r}catch(e){return t.receiveError((0,de.isApiErrorResponse)(e)?e:null),Promise.reject(e)}finally{t.receiveApplyingCoupon("")}},_t=e=>async({dispatch:t})=>{try{t.receiveRemovingCoupon(e);const{response:r}=await Je({path:"/wc/store/v1/cart/remove-coupon",method:"POST",data:{code:e},cache:"no-store"});return t.receiveCart(r),r}catch(e){return t.receiveError((0,de.isApiErrorResponse)(e)?e:null),Promise.reject(e)}finally{t.receiveRemovingCoupon("")}},ut=(e,t=1)=>async({dispatch:r})=>{try{Te("wc-blocks_adding_to_cart",{bubbles:!0,cancelable:!0});const{response:a}=await Je({path:"/wc/store/v1/cart/add-item",method:"POST",data:{id:e,quantity:t},cache:"no-store"});return r.receiveCart(a),(({preserveCartData:e=!1})=>{Te("wc-blocks_added_to_cart",{bubbles:!0,cancelable:!0,detail:{preserveCartData:e}})})({preserveCartData:!0}),a}catch(e){return r.receiveError((0,de.isApiErrorResponse)(e)?e:null),Promise.reject(e)}},mt=e=>async({dispatch:t})=>{try{t.itemIsPendingDelete(e);const{response:r}=await Je({path:"/wc/store/v1/cart/remove-item",data:{key:e},method:"POST",cache:"no-store"});return t.receiveCart(r),r}catch(e){return t.receiveError((0,de.isApiErrorResponse)(e)?e:null),Promise.reject(e)}finally{t.itemIsPendingDelete(e,!1)}},Et=(e,t)=>async({dispatch:r,select:a})=>{const s=a.getCartItem(e);if((null==s?void 0:s.quantity)!==t)try{r.itemIsPendingQuantity(e);const{response:a}=await Je({path:"/wc/store/v1/cart/update-item",method:"POST",data:{key:e,quantity:t},cache:"no-store"});return r.receiveCart(a),a}catch(e){return r.receiveError((0,de.isApiErrorResponse)(e)?e:null),Promise.reject(e)}finally{r.itemIsPendingQuantity(e,!1)}};let ht=null;const gt=(e,t=null)=>async({dispatch:r,select:a})=>{var s;const i=null===(s=a.getShippingRates().find((e=>e.package_id===t)))||void 0===s?void 0:s.shipping_rates.find((e=>!0===e.selected));if((null==i?void 0:i.rate_id)!==e)try{var o;r.shippingRatesBeingSelected(!0),ht&&ht.abort(),ht="undefined"==typeof AbortController?null:new AbortController;const{response:a}=await Je({path:"/wc/store/v1/cart/select-shipping-rate",method:"POST",data:{package_id:t,rate_id:e},cache:"no-store",signal:(null===(o=ht)||void 0===o?void 0:o.signal)||null}),{shipping_address:s,billing_address:i,...n}=a;return r.receiveCart(n),r.shippingRatesBeingSelected(!1),a}catch(e){return r.receiveError((0,de.isApiErrorResponse)(e)?e:null),r.shippingRatesBeingSelected(!1),Promise.reject(e)}},yt=(e,t=!0)=>async({dispatch:r})=>{try{r.updatingCustomerData(!0);const{response:a}=await Je({path:"/wc/store/v1/cart/update-customer",method:"POST",data:e,cache:"no-store"});return t?r.receiveCartContents(a):r.receiveCart(a),ot(!1),a}catch(e){return r.receiveError((0,de.isApiErrorResponse)(e)?e:null),ot(!0),Promise.reject(e)}finally{r.updatingCustomerData(!1)}};function St(e){return{type:le.SET_CART_DATA,response:e}}function Tt(e){return{type:le.SET_ERROR_DATA,error:e}}function At(e){return{type:le.APPLYING_COUPON,couponCode:e}}function Pt(e){return{type:le.REMOVING_COUPON,couponCode:e}}function Rt(e=null){return{type:le.RECEIVE_CART_ITEM,cartItem:e}}function vt(e,t=!0){return{type:le.ITEM_PENDING_QUANTITY,cartItemKey:e,isPendingQuantity:t}}function It(e,t=!0){return{type:le.RECEIVE_REMOVED_ITEM,cartItemKey:e,isPendingDelete:t}}function Ct(e=!0){return{type:le.SET_IS_CART_DATA_STALE,isCartDataStale:e}}function bt(e){return{type:le.UPDATING_CUSTOMER_DATA,isResolving:e}}function ft(e){return{type:le.UPDATING_SELECTED_SHIPPING_RATE,isResolving:e}}function wt(e){return{type:le.SET_BILLING_ADDRESS,billingAddress:e}}function Dt(e){return{type:le.SET_SHIPPING_ADDRESS,shippingAddress:e}}const Ot=()=>async({dispatch:e})=>{const t=await Fe()({path:"/wc/store/v1/cart",method:"GET",cache:"no-store"}),{receiveCart:r,receiveError:a}=e;t?r(t):a(C)},Mt=()=>async({resolveSelect:e})=>{await e.getCartData()},Nt=window.wp.isShallowEqual;var kt=r.n(Nt);const Lt={customerDataIsInitialized:!1,doingPush:!1,customerData:{billingAddress:{},shippingAddress:{}},dirtyProps:{billingAddress:[],shippingAddress:[]}},xt=()=>{Lt.doingPush||(Lt.doingPush=!0,(()=>{const e=(0,P.select)(I).getCustomerData();Lt.dirtyProps.billingAddress=[...Lt.dirtyProps.billingAddress,...it(Lt.customerData.billingAddress,e.billingAddress)],Lt.dirtyProps.shippingAddress=[...Lt.dirtyProps.shippingAddress,...it(Lt.customerData.shippingAddress,e.shippingAddress)],Lt.customerData=e;const t=Lt.dirtyProps.shippingAddress,r=Lt.dirtyProps.billingAddress,a=Lt.customerData.shippingAddress,s=Lt.customerData.billingAddress,i=t.includes("country"),o=r.includes("country"),n=t.includes("state"),c=r.includes("state"),l=t.includes("postcode"),d=r.includes("postcode");i&&!l&&(t.push("postcode"),a.postcode=""),o&&!d&&(r.push("postcode"),s.postcode=""),i&&!n&&(t.push("state"),a.state=""),o&&!c&&(r.push("state"),s.state="")})(),(Lt.dirtyProps.billingAddress.length>0||Lt.dirtyProps.shippingAddress.length>0)&&(e=>{const t=(0,P.select)(at);return 0===[...e.billingAddress.filter((e=>void 0!==t.getValidationError("billing_"+e))),...e.shippingAddress.filter((e=>void 0!==t.getValidationError("shipping_"+e)))].filter(Boolean).length})(Lt.dirtyProps)?(0,P.dispatch)(I).updateCustomerData({billing_address:Lt.customerData.billingAddress,shipping_address:Lt.customerData.shippingAddress}).then((()=>{Lt.dirtyProps.billingAddress=[],Lt.dirtyProps.shippingAddress=[],Lt.doingPush=!1})).catch((e=>{Lt.doingPush=!1,Ve(e)})):Lt.doingPush=!1)},Ut=tt((()=>{Lt.doingPush?Ut():xt()}),1500),Yt="wc/store/payment";let Ht=function(e){return e.IDLE="idle",e.EXPRESS_STARTED="express_started",e.PROCESSING="processing",e.READY="ready",e.ERROR="has_error",e}({});const jt=async()=>!!(0,P.select)(I).hasFinishedResolution("getCartData")&&(await(0,P.dispatch)(Yt).__internalUpdateAvailablePaymentMethods(),!0),Vt=tt(jt,1e3),Gt=(0,P.createReduxStore)(I,{reducer:(e=G,t)=>{switch(t.type){case le.SET_ERROR_DATA:"error"in t&&t.error&&(e={...e,errors:[t.error]});break;case le.SET_CART_DATA:t.response&&(e={...e,errors:k,cartData:{...e.cartData,...t.response}});break;case le.APPLYING_COUPON:(t.couponCode||""===t.couponCode)&&(e={...e,metaData:{...e.metaData,applyingCoupon:t.couponCode}});break;case le.SET_BILLING_ADDRESS:const r=Object.keys(t.billingAddress).some((r=>{var a;return t.billingAddress[r]!==(null===(a=e.cartData.billingAddress)||void 0===a?void 0:a[r])}));e={...e,cartData:{...e.cartData,billingAddress:{...e.cartData.billingAddress,...t.billingAddress}}},r&&ot(!0);break;case le.SET_SHIPPING_ADDRESS:const a=Object.keys(t.shippingAddress).some((r=>{var a;return t.shippingAddress[r]!==(null===(a=e.cartData.shippingAddress)||void 0===a?void 0:a[r])}));e={...e,cartData:{...e.cartData,shippingAddress:{...e.cartData.shippingAddress,...t.shippingAddress}}},a&&ot(!0);break;case le.REMOVING_COUPON:(t.couponCode||""===t.couponCode)&&(e={...e,metaData:{...e.metaData,removingCoupon:t.couponCode}});break;case le.ITEM_PENDING_QUANTITY:const s=e.cartItemsPendingQuantity.filter((e=>e!==t.cartItemKey));t.isPendingQuantity&&t.cartItemKey&&s.push(t.cartItemKey),e={...e,cartItemsPendingQuantity:s};break;case le.RECEIVE_REMOVED_ITEM:const i=e.cartItemsPendingDelete.filter((e=>e!==t.cartItemKey));t.isPendingDelete&&t.cartItemKey&&i.push(t.cartItemKey),e={...e,cartItemsPendingDelete:i};break;case le.RECEIVE_CART_ITEM:e={...e,errors:k,cartData:{...e.cartData,items:e.cartData.items.map((e=>{var r;return e.key===(null===(r=t.cartItem)||void 0===r?void 0:r.key)?t.cartItem:e}))}};break;case le.UPDATING_CUSTOMER_DATA:e={...e,metaData:{...e.metaData,updatingCustomerData:!!t.isResolving}};break;case le.UPDATING_SELECTED_SHIPPING_RATE:e={...e,metaData:{...e.metaData,updatingSelectedRate:!!t.isResolving}};break;case le.SET_IS_CART_DATA_STALE:e={...e,metaData:{...e.metaData,isCartDataStale:t.isCartDataStale}}}return e},actions:t,controls:R.controls,selectors:e,resolvers:s});(0,P.register)(Gt),(0,P.subscribe)(((e=!0)=>{if((0,P.select)(I).hasFinishedResolution("getCartData"))return Lt.customerDataIsInitialized?void(kt()(Lt.customerData,(0,P.select)(I).getCustomerData())||(e?Ut():xt())):(Lt.customerData=(0,P.select)(I).getCustomerData(),void(Lt.customerDataIsInitialized=!0))}),Gt),document.body.addEventListener("focusout",(e=>{e.target&&e.target instanceof Element&&"input"===e.target.tagName.toLowerCase()&&Ut.flush()}));const Ft=(0,P.subscribe)((async()=>{await jt()&&(Ft(),(0,P.subscribe)(Vt,Gt))}),Gt),Bt=I,qt="wc/store/checkout";let zt=function(e){return e.IDLE="idle",e.COMPLETE="complete",e.BEFORE_PROCESSING="before_processing",e.PROCESSING="processing",e.AFTER_PROCESSING="after_processing",e}({});const Kt={order_id:0,customer_id:0,billing_address:{},shipping_address:{},additional_fields:{},...(0,b.getSetting)("checkoutData",{})||{}};var Qt,Xt,Wt,$t,Zt,Jt,er,tr,rr,ar;const sr=(0,b.getSetting)("wcBlocksConfig",{pluginUrl:"",productCount:0,defaultAvatar:"",restApiRoutes:{},wordCountType:"words"}),ir=sr.pluginUrl+"assets/images/",or=(sr.pluginUrl,null===(Qt=b.STORE_PAGES.shop)||void 0===Qt||Qt.permalink,null===(Xt=b.STORE_PAGES.checkout)||void 0===Xt||Xt.id,null===(Wt=b.STORE_PAGES.checkout)||void 0===Wt||Wt.permalink,null===($t=b.STORE_PAGES.privacy)||void 0===$t||$t.permalink,null===(Zt=b.STORE_PAGES.privacy)||void 0===Zt||Zt.title,null===(Jt=b.STORE_PAGES.terms)||void 0===Jt||Jt.permalink,null===(er=b.STORE_PAGES.terms)||void 0===er||er.title,null===(tr=b.STORE_PAGES.cart)||void 0===tr||tr.id,null===(rr=b.STORE_PAGES.cart)||void 0===rr||rr.permalink,null!==(ar=b.STORE_PAGES.myaccount)&&void 0!==ar&&ar.permalink?b.STORE_PAGES.myaccount.permalink:(0,b.getSetting)("wpLoginUrl","/wp-login.php"),(0,b.getSetting)("localPickupEnabled",!1)),nr=(0,b.getSetting)("countries",{}),cr=(0,b.getSetting)("countryData",{}),lr=(Object.fromEntries(Object.keys(cr).filter((e=>!0===cr[e].allowBilling)).map((e=>[e,nr[e]||""]))),Object.fromEntries(Object.keys(cr).filter((e=>!0===cr[e].allowBilling)).map((e=>[e,cr[e].states||[]]))),Object.fromEntries(Object.keys(cr).filter((e=>!0===cr[e].allowShipping)).map((e=>[e,nr[e]||""]))),Object.fromEntries(Object.keys(cr).filter((e=>!0===cr[e].allowShipping)).map((e=>[e,cr[e].states||[]]))),Object.fromEntries(Object.keys(cr).map((e=>[e,cr[e].locale||[]])))),dr={address:["first_name","last_name","company","address_1","address_2","city","postcode","country","state","phone"],contact:["email"],order:[]},pr=(0,b.getSetting)("addressFieldsLocations",dr).address,_r=((0,b.getSetting)("addressFieldsLocations",dr).contact,(0,b.getSetting)("addressFieldsLocations",dr).order,(0,b.getSetting)("additionalOrderFields",{}),(0,b.getSetting)("additionalContactFields",{}),(0,b.getSetting)("additionalAddressFields",{}),(0,b.getSetting)("collectableMethodIds",[])),ur=e=>e.customerId,mr=e=>e.customerPassword,Er=e=>e.orderId,hr=e=>e.orderNotes,gr=e=>e.redirectUrl,yr=e=>e.useShippingAsBilling,Sr=e=>e.editingBillingAddress,Tr=e=>e.editingShippingAddress,Ar=e=>e.extensionData,Pr=e=>e.shouldCreateAccount,Rr=e=>e.additionalFields,vr=e=>e.status,Ir=e=>e.hasError,Cr=e=>!!e.orderId,br=e=>e.status===zt.COMPLETE,fr=e=>e.status===zt.IDLE,wr=e=>e.status===zt.BEFORE_PROCESSING,Dr=e=>e.status===zt.AFTER_PROCESSING,Or=e=>e.status===zt.PROCESSING,Mr=e=>e.calculatingCount>0,Nr=e=>{if(void 0===e.prefersCollection){const e=(0,P.select)(I).getShippingRates();if(!e||!e.length)return!1;const r=e[0].shipping_rates.find((e=>e.selected));if((0,de.objectHasProp)(r,"method_id")&&(0,de.isString)(r.method_id))return t=null==r?void 0:r.method_id,!!or&&(Array.isArray(t)?!!t.find((e=>_r.includes(e))):_r.includes(t))}var t;return e.prefersCollection},kr="DECREMENT_CALCULATING",Lr="INCREMENT_CALCULATING",xr="SET_ADDITIONAL_FIELDS",Ur="SET_AFTER_PROCESSING",Yr="SET_BEFORE_PROCESSING",Hr="SET_CHECKOUT_COMPLETE",jr="SET_CHECKOUT_CUSTOMER_ID",Vr="SET_CHECKOUT_CUSTOMER_PASSWORD",Gr="SET_EXTENSION_DATA",Fr="SET_CHECKOUT_HAS_ERROR",Br="SET_IDLE",qr="SET_CHECKOUT_ORDER_NOTES",zr="SET_PREFERS_COLLECTION",Kr="SET_CHECKOUT_IS_PROCESSING",Qr="SET_REDIRECT_URL",Xr="SET_SHOULD_CREATE_ACCOUNT",Wr="SET_USE_SHIPPING_AS_BILLING",$r="SET_EDITING_BILLING_ADDRESS",Zr="SET_EDITING_SHIPPING_ADDRESS",Jr=e=>(0,de.isObject)(e)&&(0,de.objectHasProp)(e,"type"),ea=async(e,t,r)=>{const a=[],s=be(e,t);for(const e of s)try{const t=await Promise.resolve(e.callback(r));if(!Jr(t))continue;if(!t.hasOwnProperty("type"))throw new Error("Returned objects from event emitter observers must return an object with a type property");if(Me(t)||Ne(t))return a.push(t),a;a.push(t)}catch(e){return console.error(e),a.push({type:fe.ERROR}),a}return a},ta=(window.wp.element,"checkout_success"),ra=e=>({dispatch:t})=>{const r=(e=>{const t={message:"",paymentStatus:"not set",redirectUrl:"",paymentDetails:{}};return"payment_result"in e&&(t.paymentStatus=e.payment_result.payment_status,t.redirectUrl=e.payment_result.redirect_url,e.payment_result.hasOwnProperty("payment_details")&&Array.isArray(e.payment_result.payment_details)&&e.payment_result.payment_details.forEach((({key:e,value:r})=>{t.paymentDetails[e]=(0,Ae.decodeEntities)(r)}))),"message"in e&&(t.message=(0,Ae.decodeEntities)(e.message)),!t.message&&"data"in e&&"status"in e.data&&e.data.status>299&&(t.message=(0,v.__)("Something went wrong. Please contact us to get assistance.","woocommerce")),t})(e);t.__internalSetRedirectUrl((null==r?void 0:r.redirectUrl)||""),(0,P.dispatch)(Yt).__internalSetPaymentResult(r),t.__internalSetAfterProcessing()},aa=({observers:e,setValidationErrors:t})=>({dispatch:r,registry:a})=>{const{createErrorNotice:s}=a.dispatch(A.store);((e,t)=>{const r=(0,P.select)("core/notices").getNotices(t),{removeNotice:a}=(0,P.dispatch)("core/notices");r.filter((e=>"error"===e.status)).forEach((e=>a(e.id,t)))})(),(async(e,t,r)=>{const a=be(e,t),s=[];for(const e of a)try{const t=await Promise.resolve(e.callback(r));"object"==typeof t&&s.push(t)}catch(e){console.error(e)}return!s.length||s})(e,"checkout_validation",{}).then((e=>{!0!==e?(Array.isArray(e)&&e.forEach((({errorMessage:e,validationErrors:r,context:a="wc/checkout"})=>{s(e,{context:a}),t(r)})),r.__internalSetIdle(),r.__internalSetHasError()):r.__internalSetProcessing()}))},sa=({observers:e,notices:t})=>({select:r,dispatch:a,registry:s})=>{const{createErrorNotice:i}=s.dispatch(A.store),o={redirectUrl:r.getRedirectUrl(),orderId:r.getOrderId(),customerId:r.getCustomerId(),orderNotes:r.getOrderNotes(),processingResponse:(0,P.select)(Yt).getPaymentResult()};r.hasError()?ea(e,"checkout_fail",o).then((e=>{(({observerResponses:e,notices:t,dispatch:r,createErrorNotice:a,data:s})=>{const i=(({observerResponses:e,createErrorNotice:t})=>{let r=null;return e.forEach((e=>{if((Me(e)||Ne(e))&&e.message&&(0,de.isString)(e.message)){const a=e.messageContext&&(0,de.isString)(e.messageContext)?{context:e.messageContext}:void 0;r=e,t(e.message,a)}})),r})({observerResponses:e,createErrorNotice:a});if(null!==i)ke(i)?r.__internalSetIdle():r.__internalSetComplete(i);else{var o;t.checkoutNotices.some((e=>"error"===e.status))||t.expressPaymentNotices.some((e=>"error"===e.status))||t.paymentNotices.some((e=>"error"===e.status))||a((null===(o=s.processingResponse)||void 0===o?void 0:o.message)||(0,v.__)("Something went wrong. Please contact us to get assistance.","woocommerce"),{id:"checkout",context:"wc/checkout"}),r.__internalSetIdle()}})({observerResponses:e,notices:t,dispatch:a,createErrorNotice:i,data:o})})):ea(e,ta,o).then((e=>{(({observerResponses:e,dispatch:t,createErrorNotice:r})=>{let a=null,s=null;if(e.forEach((e=>{Oe(e)&&(a=e),(Me(e)||Ne(e))&&(s=e)})),a&&!s)t.__internalSetComplete(a);else if((0,de.isObject)(s)){if(s.message&&(0,de.isString)(s.message)){const e=s.messageContext&&(0,de.isString)(s.messageContext)?{context:s.messageContext}:void 0;r(s.message,e)}ke(s)?t.__internalSetHasError(!0):t.__internalSetComplete(s)}else t.__internalSetComplete()})({observerResponses:e,dispatch:a,createErrorNotice:i})}))},ia=()=>({type:Br}),oa=()=>({type:Yr}),na=()=>({type:Kr}),ca=()=>({type:Ur}),la=(e={})=>({type:Hr,data:e}),da=e=>({type:Qr,redirectUrl:e}),pa=(e=!0)=>({type:Fr,hasError:e}),_a=()=>({type:Lr}),ua=()=>({type:kr}),ma=e=>({type:jr,customerId:e}),Ea=e=>({type:Vr,customerPassword:e}),ha=e=>({type:Wr,useShippingAsBilling:e}),ga=e=>({type:$r,isEditing:e}),ya=e=>({type:Zr,isEditing:e}),Sa=e=>({type:Xr,shouldCreateAccount:e}),Ta=e=>({type:xr,additionalFields:e}),Aa=e=>({type:qr,orderNotes:e}),Pa=e=>({type:zr,prefersCollection:e}),Ra=(e,t,r=!1)=>({type:Gr,extensionData:t,namespace:e,replace:r}),va=e=>{const t={};return void 0!==e.label&&(t.label=e.label),void 0!==e.required&&(t.required=e.required),void 0!==e.hidden&&(t.hidden=e.hidden),void 0===e.label||e.optionalLabel||(t.optionalLabel=(0,v.sprintf)(/* translators: %s Field label. */ /* translators: %s Field label. */
|
|
(0,v.__)("%s (optional)","woocommerce"),e.label)),e.priority&&((0,de.isNumber)(e.priority)&&(t.index=e.priority),(0,de.isString)(e.priority)&&(t.index=parseInt(e.priority,10))),e.hidden&&(t.required=!1),t},Ia=Object.entries(lr).map((([e,t])=>[e,Object.entries(t).map((([e,t])=>[e,va(t)])).reduce(((e,[t,r])=>(e[t]=r,e)),{})])).reduce(((e,[t,r])=>(e[t]=r,e)),{}),Ca=e=>{const t=((e,t,r="")=>{const a=r&&void 0!==Ia[r]?Ia[r]:{};return e.map((e=>({key:e,...t[e]||{},...a[e]||{}}))).sort(((e,t)=>e.index-t.index))})(pr,b.defaultFields,e.country),r=Object.assign({},e);return t.forEach((({key:t="",hidden:a=!1})=>{a&&((e,t)=>e in t)(t,e)&&(r[t]="")})),r},ba=!(!Kt.billing_address.address_1||!Kt.billing_address.first_name&&!Kt.billing_address.last_name),fa=!(!Kt.shipping_address.address_1||!Kt.shipping_address.first_name&&!Kt.shipping_address.last_name),wa=(Da=Kt.billing_address,Oa=Kt.shipping_address,pr.every((e=>Da[e]===Oa[e])));var Da,Oa;const Ma={additionalFields:Kt.additional_fields||{},calculatingCount:0,customerId:Kt.customer_id,customerPassword:"",extensionData:{},hasError:!1,orderId:Kt.order_id,orderNotes:"",prefersCollection:void 0,redirectUrl:"",shouldCreateAccount:!1,status:zt.IDLE,useShippingAsBilling:wa,editingBillingAddress:!ba,editingShippingAddress:!fa},Na={reducer:(e=Ma,t)=>{var r;let a=e;switch(t.type){case Br:a=e.status!==zt.IDLE?{...e,status:zt.IDLE}:e;break;case Qr:a=void 0!==t.redirectUrl&&t.redirectUrl!==e.redirectUrl?{...e,redirectUrl:t.redirectUrl}:e;break;case Hr:a={...e,status:zt.COMPLETE,redirectUrl:"string"==typeof(null===(r=t.data)||void 0===r?void 0:r.redirectUrl)?t.data.redirectUrl:e.redirectUrl};break;case Kr:a={...e,status:zt.PROCESSING,hasError:!1};break;case Yr:a={...e,status:zt.BEFORE_PROCESSING,hasError:!1};break;case Ur:a={...e,status:zt.AFTER_PROCESSING};break;case Fr:a={...e,hasError:t.hasError,status:e.status===zt.PROCESSING||e.status===zt.BEFORE_PROCESSING?zt.IDLE:e.status};break;case Lr:a={...e,calculatingCount:e.calculatingCount+1};break;case kr:a={...e,calculatingCount:Math.max(0,e.calculatingCount-1)};break;case jr:void 0!==t.customerId&&(a={...e,customerId:t.customerId});break;case Vr:void 0!==t.customerPassword&&(a={...e,customerPassword:t.customerPassword});break;case xr:void 0!==t.additionalFields&&(a={...e,additionalFields:{...e.additionalFields,...t.additionalFields}});break;case Wr:void 0!==t.useShippingAsBilling&&t.useShippingAsBilling!==e.useShippingAsBilling&&(a={...e,useShippingAsBilling:t.useShippingAsBilling});break;case $r:a={...e,editingBillingAddress:t.isEditing};break;case Zr:a={...e,editingShippingAddress:t.isEditing};break;case Xr:void 0!==t.shouldCreateAccount&&t.shouldCreateAccount!==e.shouldCreateAccount&&(a={...e,shouldCreateAccount:t.shouldCreateAccount});break;case zr:void 0!==t.prefersCollection&&t.prefersCollection!==e.prefersCollection&&(a={...e,prefersCollection:t.prefersCollection});break;case qr:void 0!==t.orderNotes&&e.orderNotes!==t.orderNotes&&(a={...e,orderNotes:t.orderNotes});break;case Gr:void 0!==t.extensionData&&void 0!==t.namespace&&(a={...e,extensionData:{...e.extensionData,[t.namespace]:t.replace?t.extensionData:{...e.extensionData[t.namespace],...t.extensionData}}})}return a},selectors:i,actions:o,__experimentalUseThunks:!0},ka=(0,P.createReduxStore)(qt,Na);(0,P.register)(ka);const La=qt,xa="wc/store/collections",Ua=[],Ya=(e,t)=>!!t&&!!t.reduce(((e,t)=>"object"==typeof e&&null!==e?e[t]:void 0),e);function Ha(e,t){return Ya(e,t)}const ja=({state:e,namespace:t,resourceName:r,query:a,ids:s,type:i="items",fallback:o=Ua})=>Ha(e,[t,r,s=JSON.stringify(s),a=null!==a?(0,rt.addQueryArgs)("",a):"",i])?e[t][r][s][a][i]:o,Va=(e,t,r,a=null,s=Ua)=>ja({state:e,namespace:t,resourceName:r,query:a,ids:s}),Ga=(e,t,r,a=null,s=Ua)=>ja({state:e,namespace:t,resourceName:r,query:a,ids:s,type:"error",fallback:null}),Fa=(e,t,r,a,s=null,i=Ua)=>{const o=((e,t,r,a=null,s=Ua)=>ja({state:e,namespace:t,resourceName:r,query:a,ids:s,type:"headers",fallback:void 0}))(e,r,a,s,i);return o&&o.get?o.has(t)?o.get(t):void 0:null},Ba=e=>e.lastModified||0,qa={RECEIVE_COLLECTION:"RECEIVE_COLLECTION",RESET_COLLECTION:"RESET_COLLECTION",ERROR:"ERROR",RECEIVE_LAST_MODIFIED:"RECEIVE_LAST_MODIFIED",INVALIDATE_RESOLUTION_FOR_STORE:"INVALIDATE_RESOLUTION_FOR_STORE"};let za=window.Headers||null;function Ka(e,t,r="",a=[],s={items:[],headers:za},i=!1){return{type:i?qa.RESET_COLLECTION:qa.RECEIVE_COLLECTION,namespace:e,resourceName:t,queryString:r,ids:a,response:s}}function Qa(e,t,r,a,s){return{type:"ERROR",namespace:e,resourceName:t,queryString:r,ids:a,response:{items:[],headers:za,error:s}}}function Xa(e){return{type:qa.RECEIVE_LAST_MODIFIED,timestamp:e}}za=za?new za:{get:()=>{},has:()=>{}};const Wa="wc/store/schema";function*$a(e,t,r,a){const s=yield P.controls.resolveSelect(Wa,"getRoute",e,t,a),i=(0,rt.addQueryArgs)("",r);if(s)try{const{response:r=Ua,headers:o}=yield We({path:s+i});o&&o.get&&o.has("last-modified")&&(yield function*(e){const t=yield P.controls.resolveSelect(xa,"getCollectionLastModified");t?e>t&&(yield P.controls.dispatch(xa,"invalidateResolutionForStore"),yield P.controls.dispatch(xa,"receiveLastModified",e)):yield P.controls.dispatch(xa,"receiveLastModified",e)}(parseInt(o.get("last-modified"),10))),yield Ka(e,t,i,a,{items:r,headers:o})}catch(r){yield Qa(e,t,i,a,r)}else yield Ka(e,t,i,a)}function*Za(e,t,r,a,s){const i=[t,r,a,s].filter((e=>void 0!==e));yield P.controls.resolveSelect(xa,"getCollection",...i)}function Ja(e,t,r,a=0){const s=t[a];if(a===t.length-1)return{...e,[s]:r};const i=e[s]||{};return{...e,[s]:Ja(i,t,r,a+1)}}function es(e,t,r){return Ja(e,t,r)}const ts=(0,P.createReduxStore)(xa,{reducer:(e={},t)=>{if(t.type===qa.RECEIVE_LAST_MODIFIED)return t.timestamp===e.lastModified?e:{...e,lastModified:t.timestamp};if(t.type===qa.INVALIDATE_RESOLUTION_FOR_STORE)return{};const{type:r,namespace:a,resourceName:s,queryString:i,response:o}=t,n=t.ids?JSON.stringify(t.ids):"[]";switch(r){case qa.RECEIVE_COLLECTION:if(Ha(e,[a,s,n,i]))return e;e=es(e,[a,s,n,i],o);break;case qa.RESET_COLLECTION:case qa.ERROR:e=es(e,[a,s,n,i],o)}return e},actions:c,controls:{...R.controls,...et},selectors:n,resolvers:l});(0,P.register)(ts);const rs=xa,as={status:Ht.IDLE,activePaymentMethod:"",availablePaymentMethods:{},availableExpressPaymentMethods:{},savedPaymentMethods:(0,b.getSetting)("customerPaymentMethods",{}),paymentMethodData:{},paymentResult:null,paymentMethodsInitialized:!1,expressPaymentMethodsInitialized:!1,shouldSavePaymentMethod:!1};let ss=function(e){return e.SET_PAYMENT_IDLE="SET_PAYMENT_IDLE",e.SET_EXPRESS_PAYMENT_STARTED="SET_EXPRESS_PAYMENT_STARTED",e.SET_PAYMENT_READY="SET_PAYMENT_READY",e.SET_PAYMENT_PROCESSING="SET_PAYMENT_PROCESSING",e.SET_PAYMENT_ERROR="SET_PAYMENT_ERROR",e.SET_PAYMENT_METHODS_INITIALIZED="SET_PAYMENT_METHODS_INITIALIZED",e.SET_EXPRESS_PAYMENT_METHODS_INITIALIZED="SET_EXPRESS_PAYMENT_METHODS_INITIALIZED",e.SET_ACTIVE_PAYMENT_METHOD="SET_ACTIVE_PAYMENT_METHOD",e.SET_SHOULD_SAVE_PAYMENT_METHOD="SET_SHOULD_SAVE_PAYMENT_METHOD",e.SET_AVAILABLE_PAYMENT_METHODS="SET_AVAILABLE_PAYMENT_METHODS",e.SET_AVAILABLE_EXPRESS_PAYMENT_METHODS="SET_AVAILABLE_EXPRESS_PAYMENT_METHODS",e.REMOVE_AVAILABLE_PAYMENT_METHOD="REMOVE_AVAILABLE_PAYMENT_METHOD",e.REMOVE_AVAILABLE_EXPRESS_PAYMENT_METHOD="REMOVE_AVAILABLE_EXPRESS_PAYMENT_METHOD",e.INITIALIZE_PAYMENT_METHODS="INITIALIZE_PAYMENT_METHODS",e.SET_PAYMENT_METHOD_DATA="SET_PAYMENT_METHOD_DATA",e.SET_PAYMENT_RESULT="SET_PAYMENT_RESULT",e}({});const is=e=>Object.fromEntries(e.map((({package_id:e,shipping_rates:t})=>{var r;return[e,(null===(r=t.find((e=>e.selected)))||void 0===r?void 0:r.rate_id)||""]}))),os=window.wc.wcBlocksRegistry,ns={currency_code:b.SITE_CURRENCY.code,currency_symbol:b.SITE_CURRENCY.symbol,currency_minor_unit:b.SITE_CURRENCY.minorUnit,currency_decimal_separator:b.SITE_CURRENCY.decimalSeparator,currency_thousand_separator:b.SITE_CURRENCY.thousandSeparator,currency_prefix:b.SITE_CURRENCY.prefix,currency_suffix:b.SITE_CURRENCY.suffix},cs=e=>{const t=b.SITE_CURRENCY.minorUnit;if(2===t)return e;const r=Math.pow(10,t);return(Math.round(parseInt(e,10)/Math.pow(10,2))*r).toString()},ls=[{destination:{address_1:"",address_2:"",city:"",state:"",postcode:"",country:""},package_id:0,name:(0,v.__)("Shipping","woocommerce"),items:[{key:"33e75ff09dd601bbe69f351039152189",name:(0,v._x)("Beanie with Logo","example product in Cart Block","woocommerce"),quantity:2},{key:"6512bd43d9caa6e02c990b0a82652dca",name:(0,v._x)("Beanie","example product in Cart Block","woocommerce"),quantity:1}],shipping_rates:[{...ns,name:(0,v.__)("Flat rate shipping","woocommerce"),description:"",delivery_time:"",price:cs("500"),taxes:"0",rate_id:"flat_rate:0",instance_id:0,meta_data:[],method_id:"flat_rate",selected:!1},{...ns,name:(0,v.__)("Free shipping","woocommerce"),description:"",delivery_time:"",price:"0",taxes:"0",rate_id:"free_shipping:1",instance_id:0,meta_data:[],method_id:"flat_rate",selected:!0},{...ns,name:(0,v.__)("Local pickup #1","woocommerce"),description:"",delivery_time:"",price:"0",taxes:"0",rate_id:"pickup_location:1",instance_id:1,meta_data:[{key:"pickup_location",value:"New York"},{key:"pickup_address",value:"123 Easy Street, New York, 12345"}],method_id:"pickup_location",selected:!1},{...ns,name:(0,v.__)("Local pickup #2","woocommerce"),description:"",delivery_time:"",price:"0",taxes:"0",rate_id:"pickup_location:2",instance_id:1,meta_data:[{key:"pickup_location",value:"Los Angeles"},{key:"pickup_address",value:"123 Easy Street, Los Angeles, California, 90210"}],method_id:"pickup_location",selected:!1}]}],ds=(0,b.getSetting)("displayCartPricesIncludingTax",!1),ps={coupons:[],shipping_rates:(0,b.getSetting)("shippingMethodsExist",!1)||(0,b.getSetting)("localPickupEnabled",!1)?ls:[],items:[{key:"1",id:1,type:"simple",quantity:2,catalog_visibility:"visible",name:(0,v.__)("Beanie","woocommerce"),summary:(0,v.__)("Beanie","woocommerce"),short_description:(0,v.__)("Warm hat for winter","woocommerce"),description:"Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.",sku:"woo-beanie",permalink:"https://example.org",low_stock_remaining:2,backorders_allowed:!1,show_backorder_badge:!1,sold_individually:!1,quantity_limits:{minimum:1,maximum:99,multiple_of:1,editable:!0},images:[{id:10,src:ir+"previews/beanie.jpg",thumbnail:ir+"previews/beanie.jpg",srcset:"",sizes:"",name:"",alt:""}],variation:[{attribute:(0,v.__)("Color","woocommerce"),value:(0,v.__)("Yellow","woocommerce")},{attribute:(0,v.__)("Size","woocommerce"),value:(0,v.__)("Small","woocommerce")}],prices:{...ns,price:cs(ds?"12000":"10000"),regular_price:cs(ds?"120":"100"),sale_price:cs(ds?"12000":"10000"),price_range:null,raw_prices:{precision:6,price:ds?"12000000":"10000000",regular_price:ds?"12000000":"10000000",sale_price:ds?"12000000":"10000000"}},totals:{...ns,line_subtotal:cs("2000"),line_subtotal_tax:cs("400"),line_total:cs("2000"),line_total_tax:cs("400")},extensions:{},item_data:[]},{key:"2",id:2,type:"simple",quantity:1,catalog_visibility:"visible",name:(0,v.__)("Cap","woocommerce"),summary:(0,v.__)("Cap","woocommerce"),short_description:(0,v.__)("Lightweight baseball cap","woocommerce"),description:"Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.",sku:"woo-cap",low_stock_remaining:null,permalink:"https://example.org",backorders_allowed:!1,show_backorder_badge:!1,sold_individually:!1,quantity_limits:{minimum:1,maximum:99,multiple_of:1,editable:!0},images:[{id:11,src:ir+"previews/cap.jpg",thumbnail:ir+"previews/cap.jpg",srcset:"",sizes:"",name:"",alt:""}],variation:[{attribute:(0,v.__)("Color","woocommerce"),value:(0,v.__)("Orange","woocommerce")}],prices:{...ns,price:cs(ds?"2400":"2000"),regular_price:cs(ds?"2400":"2000"),sale_price:cs(ds?"2400":"2000"),price_range:null,raw_prices:{precision:6,price:ds?"24000000":"20000000",regular_price:ds?"24000000":"20000000",sale_price:ds?"24000000":"20000000"}},totals:{...ns,line_subtotal:cs("2000"),line_subtotal_tax:cs("400"),line_total:cs("2000"),line_total_tax:cs("400")},extensions:{},item_data:[]}],cross_sells:[{id:1,name:(0,v.__)("Polo","woocommerce"),slug:"polo",parent:0,type:"simple",variation:"",permalink:"https://example.org",sku:"woo-polo",short_description:(0,v.__)("Polo","woocommerce"),description:(0,v.__)("Polo","woocommerce"),on_sale:!1,prices:{...ns,price:cs(ds?"24000":"20000"),regular_price:cs(ds?"24000":"20000"),sale_price:cs(ds?"12000":"10000"),price_range:null},price_html:"",average_rating:"4.5",review_count:2,images:[{id:17,src:ir+"previews/polo.jpg",thumbnail:ir+"previews/polo.jpg",srcset:"",sizes:"",name:"",alt:""}],categories:[],tags:[],attributes:[],variations:[],has_options:!1,is_purchasable:!0,is_in_stock:!0,is_on_backorder:!1,low_stock_remaining:null,sold_individually:!1,add_to_cart:{text:"",description:"",url:"",minimum:1,maximum:99,multiple_of:1}},{id:2,name:(0,v.__)("Long Sleeve Tee","woocommerce"),slug:"long-sleeve-tee",parent:0,type:"simple",variation:"",permalink:"https://example.org",sku:"woo-long-sleeve-tee",short_description:(0,v.__)("Long Sleeve Tee","woocommerce"),description:(0,v.__)("Long Sleeve Tee","woocommerce"),on_sale:!1,prices:{...ns,price:cs(ds?"30000":"25000"),regular_price:cs(ds?"30000":"25000"),sale_price:cs(ds?"30000":"25000"),price_range:null},price_html:"",average_rating:"4",review_count:2,images:[{id:17,src:ir+"previews/long-sleeve-tee.jpg",thumbnail:ir+"previews/long-sleeve-tee.jpg",srcset:"",sizes:"",name:"",alt:""}],categories:[],tags:[],attributes:[],variations:[],has_options:!1,is_purchasable:!0,is_in_stock:!0,is_on_backorder:!1,low_stock_remaining:null,sold_individually:!1,add_to_cart:{text:"",description:"",url:"",minimum:1,maximum:99,multiple_of:1}},{id:3,name:(0,v.__)("Hoodie with Zipper","woocommerce"),slug:"hoodie-with-zipper",parent:0,type:"simple",variation:"",permalink:"https://example.org",sku:"woo-hoodie-with-zipper",short_description:(0,v.__)("Hoodie with Zipper","woocommerce"),description:(0,v.__)("Hoodie with Zipper","woocommerce"),on_sale:!0,prices:{...ns,price:cs(ds?"15000":"12500"),regular_price:cs(ds?"30000":"25000"),sale_price:cs(ds?"15000":"12500"),price_range:null},price_html:"",average_rating:"1",review_count:2,images:[{id:17,src:ir+"previews/hoodie-with-zipper.jpg",thumbnail:ir+"previews/hoodie-with-zipper.jpg",srcset:"",sizes:"",name:"",alt:""}],categories:[],tags:[],attributes:[],variations:[],has_options:!1,is_purchasable:!0,is_in_stock:!0,is_on_backorder:!1,low_stock_remaining:null,sold_individually:!1,add_to_cart:{text:"",description:"",url:"",minimum:1,maximum:99,multiple_of:1}},{id:4,name:(0,v.__)("Hoodie with Logo","woocommerce"),slug:"hoodie-with-logo",parent:0,type:"simple",variation:"",permalink:"https://example.org",sku:"woo-hoodie-with-logo",short_description:(0,v.__)("Polo","woocommerce"),description:(0,v.__)("Polo","woocommerce"),on_sale:!1,prices:{...ns,price:cs(ds?"4500":"4250"),regular_price:cs(ds?"4500":"4250"),sale_price:cs(ds?"4500":"4250"),price_range:null},price_html:"",average_rating:"5",review_count:2,images:[{id:17,src:ir+"previews/hoodie-with-logo.jpg",thumbnail:ir+"previews/hoodie-with-logo.jpg",srcset:"",sizes:"",name:"",alt:""}],categories:[],tags:[],attributes:[],variations:[],has_options:!1,is_purchasable:!0,is_in_stock:!0,is_on_backorder:!1,low_stock_remaining:null,sold_individually:!1,add_to_cart:{text:"",description:"",url:"",minimum:1,maximum:99,multiple_of:1}},{id:5,name:(0,v.__)("Hoodie with Pocket","woocommerce"),slug:"hoodie-with-pocket",parent:0,type:"simple",variation:"",permalink:"https://example.org",sku:"woo-hoodie-with-pocket",short_description:(0,v.__)("Hoodie with Pocket","woocommerce"),description:(0,v.__)("Hoodie with Pocket","woocommerce"),on_sale:!0,prices:{...ns,price:cs(ds?"3500":"3250"),regular_price:cs(ds?"4500":"4250"),sale_price:cs(ds?"3500":"3250"),price_range:null},price_html:"",average_rating:"3.75",review_count:4,images:[{id:17,src:ir+"previews/hoodie-with-pocket.jpg",thumbnail:ir+"previews/hoodie-with-pocket.jpg",srcset:"",sizes:"",name:"",alt:""}],categories:[],tags:[],attributes:[],variations:[],has_options:!1,is_purchasable:!0,is_in_stock:!0,is_on_backorder:!1,low_stock_remaining:null,sold_individually:!1,add_to_cart:{text:"",description:"",url:"",minimum:1,maximum:99,multiple_of:1}},{id:6,name:(0,v.__)("T-Shirt","woocommerce"),slug:"t-shirt",parent:0,type:"simple",variation:"",permalink:"https://example.org",sku:"woo-t-shirt",short_description:(0,v.__)("T-Shirt","woocommerce"),description:(0,v.__)("T-Shirt","woocommerce"),on_sale:!1,prices:{...ns,price:cs(ds?"1800":"1500"),regular_price:cs(ds?"1800":"1500"),sale_price:cs(ds?"1800":"1500"),price_range:null},price_html:"",average_rating:"3",review_count:2,images:[{id:17,src:ir+"previews/tshirt.jpg",thumbnail:ir+"previews/tshirt.jpg",srcset:"",sizes:"",name:"",alt:""}],categories:[],tags:[],attributes:[],variations:[],has_options:!1,is_purchasable:!0,is_in_stock:!0,is_on_backorder:!1,low_stock_remaining:null,sold_individually:!1,add_to_cart:{text:"",description:"",url:"",minimum:1,maximum:99,multiple_of:1}}],fees:[{id:"fee",name:(0,v.__)("Fee","woocommerce"),totals:{...ns,total:cs("100"),total_tax:cs("20")}}],items_count:3,items_weight:0,needs_payment:!0,needs_shipping:(0,b.getSetting)("shippingEnabled",!0),has_calculated_shipping:!0,shipping_address:{first_name:"",last_name:"",company:"",address_1:"",address_2:"",city:"",state:"",postcode:"",country:"",phone:""},billing_address:{first_name:"",last_name:"",company:"",address_1:"",address_2:"",city:"",state:"",postcode:"",country:"",email:"",phone:""},totals:{...ns,total_items:cs("4000"),total_items_tax:cs("800"),total_fees:cs("100"),total_fees_tax:cs("20"),total_discount:"0",total_discount_tax:"0",total_shipping:"0",total_shipping_tax:"0",total_tax:cs("820"),total_price:cs("4920"),tax_lines:[{name:(0,v.__)("Sales tax","woocommerce"),rate:"20%",price:cs("820")}]},errors:[],payment_methods:["cod","bacs","cheque"],payment_requirements:["products"],extensions:{}},_s=(e,t,r=!1)=>{const{createErrorNotice:a}=(0,P.dispatch)("core/notices"),s=r?we.EXPRESS_PAYMENTS:we.PAYMENTS;a(`${(0,v.sprintf)(/* translators: %s the id of the payment method being registered (bank transfer, cheque...) */ /* translators: %s the id of the payment method being registered (bank transfer, cheque...) */
|
|
(0,v.__)("There was an error registering the payment method with id '%s': ","woocommerce"),e.paymentMethodId)} ${t}`,{context:s,id:`wc-${e.paymentMethodId}-registration-error`})},us=async(e=!1)=>{let t={};const r=e?(0,os.getExpressPaymentMethods)():(0,os.getPaymentMethods)(),a=r=>{if(e){const{name:e,title:a,description:s,gatewayId:i,supports:o}=r;t={...t,[r.name]:{name:e,title:a,description:s,gatewayId:i,supportsStyle:null==o?void 0:o.style}}}else{const{name:e}=r;t={...t,[r.name]:{name:e}}}},s=e?Object.keys(r):Array.from(new Set([...(0,b.getSetting)("paymentMethodSortOrder",[]),...Object.keys(r)])),i=(()=>{let e;if((0,P.select)("core/editor")){const t={cartCoupons:ps.coupons,cartItems:ps.items,crossSellsProducts:ps.cross_sells,cartFees:ps.fees,cartItemsCount:ps.items_count,cartItemsWeight:ps.items_weight,cartNeedsPayment:ps.needs_payment,cartNeedsShipping:ps.needs_shipping,cartItemErrors:N,cartTotals:ps.totals,cartIsLoading:!1,cartErrors:k,billingData:G.cartData.billingAddress,billingAddress:G.cartData.billingAddress,shippingAddress:G.cartData.shippingAddress,extensions:Y,shippingRates:ps.shipping_rates,isLoadingRates:!1,cartHasCalculatedShipping:ps.has_calculated_shipping,paymentRequirements:ps.payment_requirements,receiveCart:()=>{}};e={cart:t,cartTotals:t.cartTotals,cartNeedsShipping:t.cartNeedsShipping,billingData:t.billingAddress,billingAddress:t.billingAddress,shippingAddress:t.shippingAddress,selectedShippingMethods:is(t.shippingRates),paymentMethods:ps.payment_methods,paymentRequirements:t.paymentRequirements}}else{const t=(0,P.select)(I),r=t.getCartData(),a=t.getCartErrors(),s=t.getCartTotals(),i=!t.hasFinishedResolution("getCartData"),o=t.isCustomerDataUpdating(),n=is(r.shippingRates);e={cart:{cartCoupons:r.coupons,cartItems:r.items,crossSellsProducts:r.crossSells,cartFees:r.fees,cartItemsCount:r.itemsCount,cartItemsWeight:r.itemsWeight,cartNeedsPayment:r.needsPayment,cartNeedsShipping:r.needsShipping,cartItemErrors:r.errors,cartTotals:s,cartIsLoading:i,cartErrors:a,billingData:Ca(r.billingAddress),billingAddress:Ca(r.billingAddress),shippingAddress:Ca(r.shippingAddress),extensions:r.extensions,shippingRates:r.shippingRates,isLoadingRates:o,cartHasCalculatedShipping:r.hasCalculatedShipping,paymentRequirements:r.paymentRequirements,receiveCart:(0,P.dispatch)(I).receiveCart},cartTotals:r.totals,cartNeedsShipping:r.needsShipping,billingData:r.billingAddress,billingAddress:r.billingAddress,shippingAddress:r.shippingAddress,selectedShippingMethods:n,paymentMethods:r.paymentMethods,paymentRequirements:r.paymentRequirements}}return e})(),o=i.paymentMethods,n=!!(0,P.select)("core/editor");for(let t=0;t<s.length;t++){const c=s[t],l=r[c];if(l)try{const t=!(!n&&!e)||o.includes(c),r=!!n||t&&await Promise.resolve(l.canMakePayment(i));if(r){if("object"==typeof r&&r.error)throw new Error(r.error.message);a(l)}}catch(t){(b.CURRENT_USER_IS_ADMIN||n)&&_s(l,t,e)}}const c=Object.keys(t),l=e?(0,P.select)(Yt).getAvailableExpressPaymentMethods():(0,P.select)(Yt).getAvailablePaymentMethods();if(Object.keys(l).length===c.length&&Object.keys(l).every((e=>c.includes(e))))return!0;const{__internalSetAvailablePaymentMethods:d,__internalSetAvailableExpressPaymentMethods:p}=(0,P.dispatch)(Yt);return(e?p:d)(t),!0},ms=async e=>{const t=Object.keys(e),r=Object.keys((0,P.select)(Yt).getAvailableExpressPaymentMethods()),a=[...t,...r],s=(0,P.select)(Yt).getSavedPaymentMethods(),i=Object.keys(s).flatMap((e=>s[e])),o=i.find((e=>e.is_default))||i[0]||void 0;if(o){const e=o.tokenId.toString(),t=o.method.gateway,r=`wc-${t}-payment-token`;return void(0,P.dispatch)(Yt).__internalSetActivePaymentMethod(t,{token:e,payment_method:t,[r]:e,isSavedToken:!0})}const n=(0,P.select)(Yt).getActivePaymentMethod();n&&a.includes(n)||((0,P.dispatch)(Yt).__internalSetPaymentIdle(),(0,P.dispatch)(Yt).__internalSetActivePaymentMethod(t[0]))},Es=window.wp.deprecated;var hs=r.n(Es);const gs=e=>["first_name","last_name","company","address_1","address_2","city","state","postcode","country","phone"].every((t=>(0,de.objectHasProp)(e,t))),ys=e=>gs(e)&&(0,de.objectHasProp)(e,"email"),Ss=e=>({registry:t})=>{const{createErrorNotice:r,removeNotice:a}=t.dispatch(A.store);e?r(e,{id:"wc-express-payment-error",context:we.EXPRESS_PAYMENTS}):a("wc-express-payment-error",we.EXPRESS_PAYMENTS)},Ts=(e,t)=>({dispatch:r,registry:a})=>{const{createErrorNotice:s,removeNotice:i}=a.dispatch("core/notices");return i("wc-payment-error",we.PAYMENTS),ea(e,"payment_setup",{}).then((e=>{let i,o,n,c;e.forEach((e=>{Oe(e)&&(i=e),(Me(e)||Ne(e))&&(o=e);const{billingAddress:t,billingData:r,shippingAddress:a,shippingData:s}=(null==e?void 0:e.meta)||{};n=t,c=a,r&&(n=r,hs()("returning billingData from an onPaymentProcessing observer in WooCommerce Blocks",{version:"9.5.0",alternative:"billingAddress",link:"https://github.com/woocommerce/woocommerce-blocks/pull/6369"})),(0,de.objectHasProp)(s,"address")&&s.address&&(c=s.address,hs()("returning shippingData from an onPaymentProcessing observer in WooCommerce Blocks",{version:"9.5.0",alternative:"shippingAddress",link:"https://github.com/woocommerce/woocommerce-blocks/pull/8163"}))}));const{setBillingAddress:l,setShippingAddress:d}=a.dispatch(Bt);if(Jr(i)&&!o){var p;const{paymentMethodData:e}=(null===(p=i)||void 0===p?void 0:p.meta)||{};ys(n)&&l(n),gs(c)&&d(c),r.__internalSetPaymentMethodData((0,de.isObject)(e)?e:{}),r.__internalSetPaymentReady()}else if(Ne(o)){var _;const{paymentMethodData:e}=(null===(_=o)||void 0===_?void 0:_.meta)||{};if((0,de.objectHasProp)(o,"message")&&(0,de.isString)(o.message)&&o.message.length){let e=we.PAYMENTS;(0,de.objectHasProp)(o,"messageContext")&&(0,de.isString)(o.messageContext)&&o.messageContext.length&&(e=o.messageContext),s(o.message,{id:"wc-payment-error",isDismissible:!1,context:e})}ys(n)&&l(n),r.__internalSetPaymentMethodData((0,de.isObject)(e)?e:{}),r.__internalSetPaymentError()}else if(Me(o)){if((0,de.objectHasProp)(o,"message")&&(0,de.isString)(o.message)&&o.message.length){let e=we.PAYMENTS;(0,de.objectHasProp)(o,"messageContext")&&(0,de.isString)(o.messageContext)&&o.messageContext.length&&(e=o.messageContext),s(o.message,{id:"wc-payment-error",isDismissible:!1,context:e})}r.__internalSetPaymentError(),u=o.validationErrors,(0,de.isObject)(u)&&Object.entries(u).every((([e,t])=>{return(0,de.isString)(e)&&(r=t,(0,de.isObject)(r)&&(0,de.objectHasProp)(r,"message")&&(0,de.objectHasProp)(r,"hidden")&&(0,de.isString)(r.message)&&(0,de.isBoolean)(r.hidden));var r}))&&t(o.validationErrors)}else r.__internalSetPaymentReady();var u}))},As=()=>({type:ss.SET_PAYMENT_IDLE}),Ps=()=>({type:ss.SET_EXPRESS_PAYMENT_STARTED}),Rs=()=>({type:ss.SET_PAYMENT_PROCESSING}),vs=()=>({type:ss.SET_PAYMENT_ERROR}),Is=()=>({type:ss.SET_PAYMENT_READY}),Cs=e=>async({select:t,dispatch:r})=>{const a=t.getAvailablePaymentMethods();e&&await ms(a),r({type:ss.SET_PAYMENT_METHODS_INITIALIZED,initialized:e})},bs=e=>({type:ss.SET_EXPRESS_PAYMENT_METHODS_INITIALIZED,initialized:e}),fs=e=>({type:ss.SET_SHOULD_SAVE_PAYMENT_METHOD,shouldSavePaymentMethod:e}),ws=(e,t={})=>({type:ss.SET_ACTIVE_PAYMENT_METHOD,activePaymentMethod:e,paymentMethodData:t}),Ds=(e={})=>({type:ss.SET_PAYMENT_METHOD_DATA,paymentMethodData:e}),Os=e=>({type:ss.SET_PAYMENT_RESULT,data:e}),Ms=e=>async({dispatch:t,select:r})=>{r.getActivePaymentMethod()in e||await ms(e),t({type:ss.SET_AVAILABLE_PAYMENT_METHODS,paymentMethods:e})},Ns=e=>({type:ss.SET_AVAILABLE_EXPRESS_PAYMENT_METHODS,paymentMethods:e}),ks=e=>({type:ss.REMOVE_AVAILABLE_PAYMENT_METHOD,name:e}),Ls=e=>({type:ss.REMOVE_AVAILABLE_EXPRESS_PAYMENT_METHOD,name:e});function xs(){return async({select:e,dispatch:t})=>{const r=await us(!0),a=await us(!1),{paymentMethodsInitialized:s,expressPaymentMethodsInitialized:i}=e;a&&!s()&&t(Cs(!0)),r&&!i()&&t(bs(!0))}}const Us={};(0,b.getSetting)("globalPaymentMethods")&&(0,b.getSetting)("globalPaymentMethods").forEach((e=>{Us[e.id]=e.title}));const Ys=e=>(hs()("isPaymentPristine",{since:"9.6.0",alternative:"isPaymentIdle",plugin:"WooCommerce Blocks",link:"https://github.com/woocommerce/woocommerce-blocks/pull/8110"}),e.status===Ht.IDLE),Hs=e=>e.status===Ht.IDLE,js=e=>(hs()("isPaymentStarted",{since:"9.6.0",alternative:"isExpressPaymentStarted",plugin:"WooCommerce Blocks",link:"https://github.com/woocommerce/woocommerce-blocks/pull/8110"}),e.status===Ht.EXPRESS_STARTED),Vs=e=>e.status===Ht.EXPRESS_STARTED,Gs=e=>e.status===Ht.PROCESSING,Fs=e=>e.status===Ht.READY,Bs=e=>(hs()("isPaymentSuccess",{since:"9.6.0",alternative:"isPaymentReady",plugin:"WooCommerce Blocks",link:"https://github.com/woocommerce/woocommerce-blocks/pull/8110"}),e.status===Ht.READY),qs=e=>e.status===Ht.ERROR,zs=e=>(hs()("isPaymentFailed",{since:"9.6.0",plugin:"WooCommerce Blocks",link:"https://github.com/woocommerce/woocommerce-blocks/pull/8110"}),e.status===Ht.ERROR),Ks=e=>Object.keys(e.availableExpressPaymentMethods).includes(e.activePaymentMethod),Qs=e=>"object"==typeof e.paymentMethodData&&(0,de.objectHasProp)(e.paymentMethodData,"token")?e.paymentMethodData.token+"":"",Xs=e=>e.activePaymentMethod,Ws=e=>e.availablePaymentMethods,$s=e=>e.availableExpressPaymentMethods,Zs=e=>e.paymentMethodData,Js=e=>{const{availablePaymentMethods:t,availableExpressPaymentMethods:r,paymentMethodsInitialized:a,expressPaymentMethodsInitialized:s}=e;return a&&s?Object.fromEntries(Object.entries(Us).filter((([e])=>!(e in{...t,...r})))):{}},ei=e=>e.savedPaymentMethods,ti=e=>((e=[],t)=>{if(0===e.length)return{};const r=(0,os.getPaymentMethods)(),a=Object.fromEntries(e.map((e=>[e,r[e]]))),s=Object.keys(t),i={};return s.forEach((e=>{const r=t[e].filter((({method:{gateway:e}})=>{var t;return e in a&&(null===(t=a[e].supports)||void 0===t?void 0:t.showSavedCards)}));r.length&&(i[e]=r)})),i})(Object.keys(e.availablePaymentMethods),e.savedPaymentMethods),ri=e=>e.paymentMethodsInitialized,ai=e=>e.expressPaymentMethodsInitialized,si=e=>(hs()("getCurrentStatus",{since:"8.9.0",alternative:"isPaymentIdle, isPaymentProcessing, hasPaymentError",plugin:"WooCommerce Blocks",link:"https://github.com/woocommerce/woocommerce-blocks/pull/7666"}),{get isPristine(){return hs()("isPristine",{since:"9.6.0",alternative:"isIdle",plugin:"WooCommerce Blocks"}),Hs(e)},isIdle:Hs(e),isStarted:Vs(e),isProcessing:Gs(e),get isFinished(){return hs()("isFinished",{since:"9.6.0",plugin:"WooCommerce Blocks",link:"https://github.com/woocommerce/woocommerce-blocks/pull/8110"}),qs(e)||Fs(e)},hasError:qs(e),get hasFailed(){return hs()("hasFailed",{since:"9.6.0",plugin:"WooCommerce Blocks",link:"https://github.com/woocommerce/woocommerce-blocks/pull/8110"}),qs(e)},get isSuccessful(){return hs()("isSuccessful",{since:"9.6.0",plugin:"WooCommerce Blocks",link:"https://github.com/woocommerce/woocommerce-blocks/pull/8110"}),Fs(e)},isDoingExpressPayment:Ks(e)}),ii=e=>e.shouldSavePaymentMethod,oi=e=>e.paymentResult,ni=e=>e,ci={reducer:(e=as,t)=>{let r=e;switch(t.type){case ss.SET_PAYMENT_IDLE:r={...e,status:Ht.IDLE};break;case ss.SET_EXPRESS_PAYMENT_STARTED:r={...e,status:Ht.EXPRESS_STARTED};break;case ss.SET_PAYMENT_PROCESSING:r={...e,status:Ht.PROCESSING};break;case ss.SET_PAYMENT_READY:r={...e,status:Ht.READY};break;case ss.SET_PAYMENT_ERROR:r={...e,status:Ht.ERROR};break;case ss.SET_SHOULD_SAVE_PAYMENT_METHOD:r={...e,shouldSavePaymentMethod:t.shouldSavePaymentMethod};break;case ss.SET_PAYMENT_METHOD_DATA:r={...e,paymentMethodData:t.paymentMethodData};break;case ss.SET_PAYMENT_RESULT:r={...e,paymentResult:t.data};break;case ss.REMOVE_AVAILABLE_PAYMENT_METHOD:const a={...e.availablePaymentMethods};delete a[t.name],r={...e,availablePaymentMethods:{...a}};break;case ss.REMOVE_AVAILABLE_EXPRESS_PAYMENT_METHOD:const s={...e.availableExpressPaymentMethods};delete s[t.name],r={...e,availableExpressPaymentMethods:{...s}};break;case ss.SET_PAYMENT_METHODS_INITIALIZED:r={...e,paymentMethodsInitialized:t.initialized};break;case ss.SET_EXPRESS_PAYMENT_METHODS_INITIALIZED:r={...e,expressPaymentMethodsInitialized:t.initialized};break;case ss.SET_AVAILABLE_PAYMENT_METHODS:r={...e,availablePaymentMethods:t.paymentMethods};break;case ss.SET_AVAILABLE_EXPRESS_PAYMENT_METHODS:r={...e,availableExpressPaymentMethods:t.paymentMethods};break;case ss.SET_ACTIVE_PAYMENT_METHOD:r={...e,activePaymentMethod:t.activePaymentMethod,paymentMethodData:t.paymentMethodData||e.paymentMethodData};break;default:return r}return r},selectors:p,actions:d,controls:{...R.controls,...et},__experimentalUseThunks:!0},li=(0,P.createReduxStore)(Yt,ci);(0,P.register)(li);const di=Yt,pi="wc/store/query-state",_i=(e,t)=>void 0===e[t]?null:e[t],ui=(e,t,r,a={})=>{let s=_i(e,t);return null===s?a:(s=JSON.parse(s),void 0!==s[r]?s[r]:a)},mi=(e,t,r={})=>{const a=_i(e,t);return null===a?r:JSON.parse(a)},Ei="SET_QUERY_KEY_VALUE",hi="SET_QUERY_CONTEXT_VALUE",gi=(e,t,r)=>({type:Ei,context:e,queryKey:t,value:r}),yi=(e,t)=>({type:hi,context:e,value:t}),Si=(0,P.createReduxStore)(pi,{reducer:(e={},t)=>{const{type:r,context:a,queryKey:s,value:i}=t,o=_i(e,a);let n;switch(r){case Ei:const t=null!==o?JSON.parse(o):{};t[s]=i,n=JSON.stringify(t),o!==n&&(e={...e,[a]:n});break;case hi:n=JSON.stringify(i),o!==n&&(e={...e,[a]:n})}return e},actions:u,selectors:_});(0,P.register)(Si);const Ti=pi,Ai=(0,P.createRegistrySelector)((e=>(t,r,a,s=[])=>{const i=e(Wa).hasFinishedResolution("getRoutes",[r]);let o="";if((t=t.routes)[r]?t[r][a]||(o=(0,v.sprintf)("There is no route for the given resource name (%s) in the store",a)):o=(0,v.sprintf)("There is no route for the given namespace (%s) in the store",r),""!==o){if(i)throw new Error(o);return""}const n=((e,t=[])=>{const r=(e=Object.entries(e)).find((([,e])=>t.length===e.length)),[a,s]=r||[];return a?0===t.length?a:((e,t,r)=>(t.forEach(((t,a)=>{e=e.replace(`{${t}}`,r[a])})),e))(a,s,t):""})(t[r][a],s);if(""===n&&i)throw new Error((0,v.sprintf)("While there is a route for the given namespace (%1$s) and resource name (%2$s), there is no route utilizing the number of ids you included in the select arguments. The available routes are: (%3$s)",r,a,JSON.stringify(t[r][a])));return n})),Pi=(0,P.createRegistrySelector)((e=>(t,r)=>{const a=e(Wa).hasFinishedResolution("getRoutes",[r]),s=t.routes[r];if(!s){if(a)throw new Error((0,v.sprintf)("There is no route for the given namespace (%s) in the store",r));return[]}let i=[];for(const e in s)i=[...i,...Object.keys(s[e])];return i})),Ri={RECEIVE_MODEL_ROUTES:"RECEIVE_MODEL_ROUTES"};function vi(e,t=f){return{type:Ri.RECEIVE_MODEL_ROUTES,routes:e,namespace:t}}function*Ii(e){yield P.controls.resolveSelect(Wa,"getRoutes",e)}function*Ci(e){const t=yield(0,R.apiFetch)({path:e}),r=t&&t.routes?Object.keys(t.routes):[];yield vi(r,e)}const bi=(0,P.combineReducers)({routes:(e={},t)=>{const{type:r,routes:a,namespace:s}=t;return r===Ri.RECEIVE_MODEL_ROUTES&&a.forEach((t=>{const r=((e,t)=>(t=t.replace(`${e}/`,"")).replace(/\/\(\?P\<[a-z_]*\>\[\\*[a-z]\]\+\)/g,""))(s,t);if(r&&r!==s){const a=(e=>{const t=e.match(/\<[a-z_]*\>/g);return Array.isArray(t)&&0!==t.length?t.map((e=>e.replace(/<|>/g,""))):[]})(t),i=((e,t)=>Array.isArray(t)&&0!==t.length?(t.forEach((t=>{const r=`\\(\\?P<${t}>.*?\\)`;e=e.replace(new RegExp(r),`{${t}}`)})),e):e)(t,a);Ha(e,[s,r,i])||(e=es(e,[s,r,i],a))}})),e}}),fi=(0,P.createReduxStore)(Wa,{reducer:bi,actions:E,controls:R.controls,selectors:m,resolvers:h});(0,P.register)(fi);const wi=Wa;let Di=function(e){return e.REGISTER_CONTAINER="REGISTER_CONTAINER",e.UNREGISTER_CONTAINER="UNREGISTER_CONTAINER",e}({});const Oi=e=>({type:Di.REGISTER_CONTAINER,containerContext:e}),Mi=e=>({type:Di.UNREGISTER_CONTAINER,containerContext:e}),Ni=e=>e.containers,ki={containers:[]},Li="wc/store/store-notices",xi={reducer:(e=ki,t)=>{switch(t.type){case Di.REGISTER_CONTAINER:return{...e,containers:[...e.containers,t.containerContext]};case Di.UNREGISTER_CONTAINER:const r=e.containers.filter((e=>e!==t.containerContext));return{...e,containers:r}}return e},actions:g,selectors:y},Ui=(0,P.createReduxStore)(Li,xi);(0,P.register)(Ui);const Yi=Li,Hi="SET_VALIDATION_ERRORS",ji="CLEAR_VALIDATION_ERROR",Vi="CLEAR_VALIDATION_ERRORS",Gi="HIDE_VALIDATION_ERROR",Fi="SHOW_VALIDATION_ERROR",Bi="SHOW_ALL_VALIDATION_ERRORS",qi=e=>({type:Hi,errors:e}),zi=e=>({type:Vi,errors:e}),Ki=()=>(hs()("clearAllValidationErrors",{version:"9.0.0",alternative:"clearValidationErrors",plugin:"WooCommerce Blocks",link:"https://github.com/woocommerce/woocommerce-blocks/pull/7601",hint:"Calling `clearValidationErrors` with no arguments will clear all validation errors."}),zi()),Qi=e=>({type:ji,error:e}),Xi=e=>({type:Gi,error:e}),Wi=e=>({type:Fi,error:e}),$i=()=>({type:Bi}),Zi=(e,t)=>e[t],Ji=(e,t)=>{if(e.hasOwnProperty(t)&&!e[t].hidden)return`validate-error-${t}`},eo=e=>Object.keys(e).length>0,to={reducer:(e={},t)=>{const r={...e};switch(t.type){case Hi:return t.errors&&Object.entries(t.errors).some((([t,r])=>!("string"!=typeof(null==r?void 0:r.message)||e.hasOwnProperty(t)&&kt()(e[t],r))))?{...e,...t.errors}:e;case ji:return(0,de.isString)(t.error)&&r.hasOwnProperty(t.error)?(delete r[t.error],r):r;case Vi:const{errors:a}=t;return void 0===a?{}:Array.isArray(a)?(a.forEach((e=>{r.hasOwnProperty(e)&&delete r[e]})),r):r;case Gi:return(0,de.isString)(t.error)&&r.hasOwnProperty(t.error)?(r[t.error].hidden=!0,r):r;case Fi:return(0,de.isString)(t.error)&&r.hasOwnProperty(t.error)?(r[t.error].hidden=!1,r):r;case Bi:return Object.keys(r).forEach((e=>{r[e].hidden&&(r[e].hidden=!1)})),{...r};default:return e}},selectors:T,actions:S},ro=(0,P.createReduxStore)(at,to);(0,P.register)(ro);const ao=at})(),(this.wc=this.wc||{}).wcBlocksData=a})(); |