PATH:
home
/
letacommog
/
broderie
/
wp-content
/
plugins
/
woocommerce
/
packages
/
woocommerce-blocks
/
build
this.wc=this.wc||{},this.wc.wcBlocksRegistry=function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=33)}({1:function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},15:function(e,t){e.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}},2:function(e,t){!function(){e.exports=this.wp.element}()},33:function(e,t,n){"use strict";n.r(t),n.d(t,"registerPaymentMethod",(function(){return d})),n.d(t,"registerExpressPaymentMethod",(function(){return b})),n.d(t,"__experimentalDeRegisterPaymentMethod",(function(){return g})),n.d(t,"__experimentalDeRegisterExpressPaymentMethod",(function(){return w})),n.d(t,"getPaymentMethods",(function(){return v})),n.d(t,"getExpressPaymentMethods",(function(){return O})),n.d(t,"getRegisteredBlockComponents",(function(){return x})),n.d(t,"getRegisteredInnerBlocks",(function(){return T})),n.d(t,"registerBlockComponent",(function(){return S})),n.d(t,"registerInnerBlock",(function(){return D}));var r=n(5),o=n.n(r),i=n(15),a=n.n(i),c=n(1),s=n.n(c),u=n(2),p=function(e,t){if(null!==e&&!Object(u.isValidElement)(e))throw new TypeError("The ".concat(t," property for the payment method must be a React element or null."))},f=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=t.reduce((function(t,n){return e.hasOwnProperty(n)||t.push(n),t}),[]);if(n.length>0){var r="The payment method configuration object is missing the following properties:";throw new TypeError(r+n.join(", "))}},l=function e(t){var n;a()(this,e),e.assertValidConfig(t),this.name=t.name,this.label=t.label,this.placeOrderButtonLabel=t.placeOrderButtonLabel,this.ariaLabel=t.ariaLabel,this.content=t.content,this.icons=t.icons,this.edit=t.edit,this.canMakePayment=t.canMakePayment,this.paymentMethodId=t.paymentMethodId||this.name,this.supports={savePaymentInfo:(null==t||null===(n=t.supports)||void 0===n?void 0:n.savePaymentInfo)||!1}};s()(l,"assertValidConfig",(function(e){if(f(e,["name","label","ariaLabel","content","edit","canMakePayment"]),"string"!=typeof e.name)throw new Error("The name property for the payment method must be a string");if(void 0!==e.icons&&!Array.isArray(e.icons)&&null!==e.icons)throw new Error("The icons property for the payment method must be an array or null.");if("string"!=typeof e.paymentMethodId&&void 0!==e.paymentMethodId)throw new Error("The paymentMethodId property for the payment method must be a string or undefined (in which case it will be the value of the name property).");if("string"!=typeof e.placeOrderButtonLabel&&void 0!==e.placeOrderButtonLabel)throw new TypeError("The placeOrderButtonLabel property for the payment method must be a string");if(function(e,t){if(null!==e&&!Object(u.isValidElement)(e)&&"string"!=typeof e)throw new TypeError("The ".concat(t," property for the payment method must be a React element, a string, or null."))}(e.label,"label"),p(e.content,"content"),p(e.edit,"edit"),"string"!=typeof e.ariaLabel)throw new TypeError("The ariaLabel property for the payment method must be a string");if("function"!=typeof e.canMakePayment)throw new TypeError("The canMakePayment property for the payment method must be a function.");if(e.supports&&void 0!==e.supports.savePaymentInfo&&"boolean"!=typeof e.supports.savePaymentInfo)throw new TypeError("If the payment method includes the `supports.savePaymentInfo` property, it must be a boolean")}));var m=function e(t){a()(this,e),e.assertValidConfig(t),this.name=t.name,this.content=t.content,this.edit=t.edit,this.canMakePayment=t.canMakePayment,this.paymentMethodId=t.paymentMethodId||this.name};s()(m,"assertValidConfig",(function(e){if(f(e,["name","content","edit"]),"string"!=typeof e.name)throw new TypeError("The name property for the express payment method must be a string");if("string"!=typeof e.paymentMethodId&&void 0!==e.paymentMethodId)throw new Error("The paymentMethodId property for the payment method must be a string or undefined (in which case it will be the value of the name property).");if(p(e.content,"content"),p(e.edit,"edit"),"function"!=typeof e.canMakePayment)throw new TypeError("The canMakePayment property for the express payment method must be a function.")}));var y={},h={},d=function(e){var t;"function"==typeof e?(t=e(l),o()("Passing a callback to registerPaymentMethod()",{alternative:"a config options object",plugin:"woocommerce-gutenberg-products-block",link:"https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3404"})):t=new l(e),t instanceof l&&(y[t.name]=t)},b=function(e){var t;"function"==typeof e?(t=e(m),o()("Passing a callback to registerExpressPaymentMethod()",{alternative:"a config options object",plugin:"woocommerce-gutenberg-products-block",link:"https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3404"})):t=new m(e),t instanceof m&&(h[t.name]=t)},g=function(e){delete y[e]},w=function(e){delete h[e]},v=function(){return y},O=function(){return h},P=n(9),j=n.n(P),k={};function M(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function E(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?M(Object(n),!0).forEach((function(t){s()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):M(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function x(e){return E(E({},"object"===j()(k[e])&&Object.keys(k[e]).length>0?k[e]:{}),k.any)}function T(e){return o()("getRegisteredInnerBlocks",{version:"2.8.0",alternative:"getRegisteredBlockComponents",plugin:"WooCommerce Blocks"}),x(e)}function I(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function B(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?I(Object(n),!0).forEach((function(t){s()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):I(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function S(e){e.context||(e.context="any"),L(e,"context","string"),L(e,"blockName","string"),C(e,"component");var t=e.context,n=e.blockName,r=e.component;k[t]||(k[t]={}),k[t][n]=r}var C=function(e,t){if(e[t]){if("function"==typeof e[t])return;if(e[t].$$typeof&&e[t].$$typeof===Symbol.for("react.lazy"))return}throw new Error("Incorrect value for the ".concat(t," argument when registering a block component. Component must be a valid React Element or Lazy callback."))},L=function(e,t,n){var r=j()(e[t]);if(r!==n)throw new Error("Incorrect value for the ".concat(t," argument when registering a block component. It was a ").concat(r,", but must be a ").concat(n,"."))};function D(e){o()("registerInnerBlock",{version:"2.8.0",alternative:"registerBlockComponent",plugin:"WooCommerce Blocks",hint:'"main" has been replaced with "context" and is now optional.'}),L(e,"main","string"),S(B(B({},e),{},{context:e.main}))}},5:function(e,t){!function(){e.exports=this.wp.deprecated}()},9:function(e,t){function n(t){return"function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?e.exports=n=function(e){return typeof e}:e.exports=n=function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},n(t)}e.exports=n}});
[+]
..
[-] featured-product.asset.php
[edit]
[-] reviews-frontend.js
[edit]
[-] wc-payment-method-cheque.asset.php
[edit]
[-] cart-frontend.asset.php
[edit]
[-] wc-payment-method-cod.js
[edit]
[-] wc-shared-hocs.js
[edit]
[-] vendors-style.css
[edit]
[-] product-best-sellers.js
[edit]
[-] product-best-sellers.asset.php
[edit]
[-] single-product.js
[edit]
[-] single-product-frontend.asset.php
[edit]
[-] attribute-filter-frontend.js
[edit]
[-] active-filters-frontend.asset.php
[edit]
[-] reviews-by-product.asset.php
[edit]
[-] wc-payment-method-cheque.js
[edit]
[-] wc-settings.asset.php
[edit]
[-] wc-blocks-middleware.js
[edit]
[-] active-filters.js
[edit]
[+]
atomic-block-components
[-] featured-category.js
[edit]
[-] reviews-by-product.js
[edit]
[-] price-filter-frontend.asset.php
[edit]
[-] product-search.asset.php
[edit]
[-] product-top-rated.js
[edit]
[-] blocks.asset.php
[edit]
[-] cart.asset.php
[edit]
[-] vendors.js
[edit]
[-] active-filters-frontend.js
[edit]
[-] all-products-frontend.asset.php
[edit]
[-] attribute-filter-frontend.asset.php
[edit]
[-] wc-payment-method-bacs.asset.php
[edit]
[-] wc-payment-method-paypal.asset.php
[edit]
[-] all-products.asset.php
[edit]
[-] editor.css
[edit]
[-] attribute-filter.asset.php
[edit]
[-] wc-payment-method-cod.asset.php
[edit]
[-] product-category.js
[edit]
[-] active-filters.asset.php
[edit]
[-] handpicked-products.js
[edit]
[-] all-reviews.js
[edit]
[-] reviews-frontend.asset.php
[edit]
[-] featured-category.asset.php
[edit]
[-] all-products.js
[edit]
[-] all-products-frontend.js
[edit]
[-] product-categories.js
[edit]
[-] wc-payment-method-paypal.js
[edit]
[-] checkout.asset.php
[edit]
[-] product-on-sale.js
[edit]
[-] product-categories.asset.php
[edit]
[-] product-search.js
[edit]
[-] price-filter.js
[edit]
[-] editor-rtl.css
[edit]
[-] wc-blocks-registry.asset.php
[edit]
[-] wc-shared-context.js
[edit]
[-] reviews-by-category.js
[edit]
[-] wc-blocks-middleware.asset.php
[edit]
[-] product-top-rated.asset.php
[edit]
[-] wc-blocks-data.js
[edit]
[-] cart-frontend.js
[edit]
[-] products-by-attribute.asset.php
[edit]
[-] price-filter.asset.php
[edit]
[-] price-filter-frontend.js
[edit]
[-] all-reviews.asset.php
[edit]
[-] style.css
[edit]
[-] style-rtl.css
[edit]
[-] product-new.asset.php
[edit]
[-] wc-blocks-registry.js
[edit]
[-] featured-product.js
[edit]
[-] wc-shared-context.asset.php
[edit]
[-] reviews-by-category.asset.php
[edit]
[-] wc-payment-method-bacs.js
[edit]
[-] wc-blocks-data.asset.php
[edit]
[+]
vendors--atomic-block-components
[-] checkout-frontend.asset.php
[edit]
[-] wc-payment-method-stripe.asset.php
[edit]
[-] cart.js
[edit]
[-] attribute-filter.js
[edit]
[-] handpicked-products.asset.php
[edit]
[-] product-on-sale.asset.php
[edit]
[-] product-tag.asset.php
[edit]
[-] checkout-frontend.js
[edit]
[-] wc-shared-hocs.asset.php
[edit]
[-] wc-settings.js
[edit]
[-] wc-payment-method-stripe.js
[edit]
[-] products-by-attribute.js
[edit]
[-] product-category.asset.php
[edit]
[-] product-new.js
[edit]
[-] single-product.asset.php
[edit]
[-] single-product-frontend.js
[edit]
[-] product-tag.js
[edit]
[-] blocks.js
[edit]
[-] checkout.js
[edit]
[-] vendors-style-rtl.css
[edit]