@orderingstack/front-components-product-configurator 1.4.2-beta.7 → 1.5.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/DisplayState/DisplayState.d.ts.map +1 -1
- package/dist/components/MenuOptions/useMenuOptions.d.ts.map +1 -1
- package/dist/components/MenuProduct/MenuProduct.d.ts.map +1 -1
- package/dist/components/MenuProduct/useMenuProduct.d.ts +1 -2
- package/dist/components/MenuProduct/useMenuProduct.d.ts.map +1 -1
- package/dist/components/MenuProductRoot/MenuProductRoot.d.ts.map +1 -1
- package/dist/components/ProductConfigurator/ProductConfigurator.d.ts.map +1 -1
- package/dist/components/ProductConfigurator/useProductConfigurator.d.ts +1 -1
- package/dist/components/ProductConfigurator/useProductConfigurator.d.ts.map +1 -1
- package/dist/context/GroupsValidation.d.ts +15 -0
- package/dist/context/GroupsValidation.d.ts.map +1 -0
- package/dist/hooks/useEmitFilter.d.ts +1 -1
- package/dist/hooks/useEmitFilter.d.ts.map +1 -1
- package/dist/index.cjs.js +6 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +508 -228
- package/dist/index.es.js.map +1 -1
- package/dist/state/validate.d.ts.map +1 -1
- package/dist/utils/filter.d.ts +1 -1
- package/dist/utils/filter.d.ts.map +1 -1
- package/dist/utils/groupsValidation.d.ts +4 -0
- package/dist/utils/groupsValidation.d.ts.map +1 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/setSelected.d.ts +3 -1
- package/dist/utils/setSelected.d.ts.map +1 -1
- package/package.json +3 -2
package/dist/index.cjs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var S=require("react"),
|
|
2
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function ru(e){return za(e)||tu(e)||Qa(e)||qa()}function di(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function gi(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?di(Object(r),!0).forEach(function(n){je(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):di(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var nu={type:"logger",log:function(t){this.output("log",t)},warn:function(t){this.output("warn",t)},error:function(t){this.output("error",t)},output:function(t,r){console&&console[t]&&console[t].apply(console,r)}},iu=function(){function e(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};Pe(this,e),this.init(t,r)}return Ae(e,[{key:"init",value:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.prefix=n.prefix||"i18next:",this.logger=r||nu,this.options=n,this.debug=n.debug}},{key:"setDebug",value:function(r){this.debug=r}},{key:"log",value:function(){for(var r=arguments.length,n=new Array(r),i=0;i<r;i++)n[i]=arguments[i];return this.forward(n,"log","",!0)}},{key:"warn",value:function(){for(var r=arguments.length,n=new Array(r),i=0;i<r;i++)n[i]=arguments[i];return this.forward(n,"warn","",!0)}},{key:"error",value:function(){for(var r=arguments.length,n=new Array(r),i=0;i<r;i++)n[i]=arguments[i];return this.forward(n,"error","")}},{key:"deprecate",value:function(){for(var r=arguments.length,n=new Array(r),i=0;i<r;i++)n[i]=arguments[i];return this.forward(n,"warn","WARNING DEPRECATED: ",!0)}},{key:"forward",value:function(r,n,i,a){return a&&!this.debug?null:(typeof r[0]=="string"&&(r[0]="".concat(i).concat(this.prefix," ").concat(r[0])),this.logger[n](r))}},{key:"create",value:function(r){return new e(this.logger,gi(gi({},{prefix:"".concat(this.prefix,":").concat(r,":")}),this.options))}},{key:"clone",value:function(r){return r=r||this.options,r.prefix=r.prefix||this.prefix,new e(this.logger,r)}}]),e}(),$e=new iu,it=function(){function e(){Pe(this,e),this.observers={}}return Ae(e,[{key:"on",value:function(r,n){var i=this;return r.split(" ").forEach(function(a){i.observers[a]=i.observers[a]||[],i.observers[a].push(n)}),this}},{key:"off",value:function(r,n){if(!!this.observers[r]){if(!n){delete this.observers[r];return}this.observers[r]=this.observers[r].filter(function(i){return i!==n})}}},{key:"emit",value:function(r){for(var n=arguments.length,i=new Array(n>1?n-1:0),a=1;a<n;a++)i[a-1]=arguments[a];if(this.observers[r]){var o=[].concat(this.observers[r]);o.forEach(function(u){u.apply(void 0,i)})}if(this.observers["*"]){var s=[].concat(this.observers["*"]);s.forEach(function(u){u.apply(u,[r].concat(i))})}}}]),e}();function $t(){var e,t,r=new Promise(function(n,i){e=n,t=i});return r.resolve=e,r.reject=t,r}function pi(e){return e==null?"":""+e}function au(e,t,r){e.forEach(function(n){t[n]&&(r[n]=t[n])})}function Mn(e,t,r){function n(s){return s&&s.indexOf("###")>-1?s.replace(/###/g,"."):s}function i(){return!e||typeof e=="string"}for(var a=typeof t!="string"?[].concat(t):t.split(".");a.length>1;){if(i())return{};var o=n(a.shift());!e[o]&&r&&(e[o]=new r),Object.prototype.hasOwnProperty.call(e,o)?e=e[o]:e={}}return i()?{}:{obj:e,k:n(a.shift())}}function hi(e,t,r){var n=Mn(e,t,Object),i=n.obj,a=n.k;i[a]=r}function ou(e,t,r,n){var i=Mn(e,t,Object),a=i.obj,o=i.k;a[o]=a[o]||[],n&&(a[o]=a[o].concat(r)),n||a[o].push(r)}function mr(e,t){var r=Mn(e,t),n=r.obj,i=r.k;if(!!n)return n[i]}function mi(e,t,r){var n=mr(e,r);return n!==void 0?n:mr(t,r)}function Ja(e,t,r){for(var n in t)n!=="__proto__"&&n!=="constructor"&&(n in e?typeof e[n]=="string"||e[n]instanceof String||typeof t[n]=="string"||t[n]instanceof String?r&&(e[n]=t[n]):Ja(e[n],t[n],r):e[n]=t[n]);return e}function wt(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}var su={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};function uu(e){return typeof e=="string"?e.replace(/[&<>"'\/]/g,function(t){return su[t]}):e}var Lr=typeof window!="undefined"&&window.navigator&&typeof window.navigator.userAgentData=="undefined"&&window.navigator.userAgent&&window.navigator.userAgent.indexOf("MSIE")>-1,lu=[" ",",","?","!",";"];function cu(e,t,r){t=t||"",r=r||"";var n=lu.filter(function(s){return t.indexOf(s)<0&&r.indexOf(s)<0});if(n.length===0)return!0;var i=new RegExp("(".concat(n.map(function(s){return s==="?"?"\\?":s}).join("|"),")")),a=!i.test(e);if(!a){var o=e.indexOf(r);o>0&&!i.test(e.substring(0,o))&&(a=!0)}return a}function vi(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function ar(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?vi(Object(r),!0).forEach(function(n){je(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):vi(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function fu(e){var t=du();return function(){var n=Me(e),i;if(t){var a=Me(this).constructor;i=Reflect.construct(n,arguments,a)}else i=n.apply(this,arguments);return Xt(this,i)}}function du(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function Za(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:".";if(!!e){if(e[t])return e[t];for(var n=t.split(r),i=e,a=0;a<n.length;++a){if(!i||typeof i[n[a]]=="string"&&a+1<n.length)return;if(i[n[a]]===void 0){for(var o=2,s=n.slice(a,a+o).join(r),u=i[s];u===void 0&&n.length>a+o;)o++,s=n.slice(a,a+o).join(r),u=i[s];if(u===void 0)return;if(u===null)return null;if(t.endsWith(s)){if(typeof u=="string")return u;if(s&&typeof u[s]=="string")return u[s]}var c=n.slice(a+o).join(r);return c?Za(u,c,r):void 0}i=i[n[a]]}return i}}var gu=function(e){Nr(r,e);var t=fu(r);function r(n){var i,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{ns:["translation"],defaultNS:"translation"};return Pe(this,r),i=t.call(this),Lr&&it.call(nt(i)),i.data=n||{},i.options=a,i.options.keySeparator===void 0&&(i.options.keySeparator="."),i.options.ignoreJSONStructure===void 0&&(i.options.ignoreJSONStructure=!0),i}return Ae(r,[{key:"addNamespaces",value:function(i){this.options.ns.indexOf(i)<0&&this.options.ns.push(i)}},{key:"removeNamespaces",value:function(i){var a=this.options.ns.indexOf(i);a>-1&&this.options.ns.splice(a,1)}},{key:"getResource",value:function(i,a,o){var s=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},u=s.keySeparator!==void 0?s.keySeparator:this.options.keySeparator,c=s.ignoreJSONStructure!==void 0?s.ignoreJSONStructure:this.options.ignoreJSONStructure,f=[i,a];o&&typeof o!="string"&&(f=f.concat(o)),o&&typeof o=="string"&&(f=f.concat(u?o.split(u):o)),i.indexOf(".")>-1&&(f=i.split("."));var l=mr(this.data,f);return l||!c||typeof o!="string"?l:Za(this.data&&this.data[i]&&this.data[i][a],o,u)}},{key:"addResource",value:function(i,a,o,s){var u=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{silent:!1},c=this.options.keySeparator;c===void 0&&(c=".");var f=[i,a];o&&(f=f.concat(c?o.split(c):o)),i.indexOf(".")>-1&&(f=i.split("."),s=a,a=f[1]),this.addNamespaces(a),hi(this.data,f,s),u.silent||this.emit("added",i,a,o,s)}},{key:"addResources",value:function(i,a,o){var s=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{silent:!1};for(var u in o)(typeof o[u]=="string"||Object.prototype.toString.apply(o[u])==="[object Array]")&&this.addResource(i,a,u,o[u],{silent:!0});s.silent||this.emit("added",i,a,o)}},{key:"addResourceBundle",value:function(i,a,o,s,u){var c=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{silent:!1},f=[i,a];i.indexOf(".")>-1&&(f=i.split("."),s=o,o=a,a=f[1]),this.addNamespaces(a);var l=mr(this.data,f)||{};s?Ja(l,o,u):l=ar(ar({},l),o),hi(this.data,f,l),c.silent||this.emit("added",i,a,o)}},{key:"removeResourceBundle",value:function(i,a){this.hasResourceBundle(i,a)&&delete this.data[i][a],this.removeNamespaces(a),this.emit("removed",i,a)}},{key:"hasResourceBundle",value:function(i,a){return this.getResource(i,a)!==void 0}},{key:"getResourceBundle",value:function(i,a){return a||(a=this.options.defaultNS),this.options.compatibilityAPI==="v1"?ar(ar({},{}),this.getResource(i,a)):this.getResource(i,a)}},{key:"getDataByLanguage",value:function(i){return this.data[i]}},{key:"hasLanguageSomeTranslations",value:function(i){var a=this.getDataByLanguage(i),o=a&&Object.keys(a)||[];return!!o.find(function(s){return a[s]&&Object.keys(a[s]).length>0})}},{key:"toJSON",value:function(){return this.data}}]),r}(it),Xa={processors:{},addPostProcessor:function(t){this.processors[t.name]=t},handle:function(t,r,n,i,a){var o=this;return t.forEach(function(s){o.processors[s]&&(r=o.processors[s].process(r,n,i,a))}),r}};function yi(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function pe(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?yi(Object(r),!0).forEach(function(n){je(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):yi(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function pu(e){var t=hu();return function(){var n=Me(e),i;if(t){var a=Me(this).constructor;i=Reflect.construct(n,arguments,a)}else i=n.apply(this,arguments);return Xt(this,i)}}function hu(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}var bi={},Si=function(e){Nr(r,e);var t=pu(r);function r(n){var i,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return Pe(this,r),i=t.call(this),Lr&&it.call(nt(i)),au(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],n,nt(i)),i.options=a,i.options.keySeparator===void 0&&(i.options.keySeparator="."),i.logger=$e.create("translator"),i}return Ae(r,[{key:"changeLanguage",value:function(i){i&&(this.language=i)}},{key:"exists",value:function(i){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}};if(i==null)return!1;var o=this.resolve(i,a);return o&&o.res!==void 0}},{key:"extractFromKey",value:function(i,a){var o=a.nsSeparator!==void 0?a.nsSeparator:this.options.nsSeparator;o===void 0&&(o=":");var s=a.keySeparator!==void 0?a.keySeparator:this.options.keySeparator,u=a.ns||this.options.defaultNS||[],c=o&&i.indexOf(o)>-1,f=!this.options.userDefinedKeySeparator&&!a.keySeparator&&!this.options.userDefinedNsSeparator&&!a.nsSeparator&&!cu(i,o,s);if(c&&!f){var l=i.match(this.interpolator.nestingRegexp);if(l&&l.length>0)return{key:i,namespaces:u};var d=i.split(o);(o!==s||o===s&&this.options.ns.indexOf(d[0])>-1)&&(u=d.shift()),i=d.join(s)}return typeof u=="string"&&(u=[u]),{key:i,namespaces:u}}},{key:"translate",value:function(i,a,o){var s=this;if(Ne(a)!=="object"&&this.options.overloadTranslationOptionHandler&&(a=this.options.overloadTranslationOptionHandler(arguments)),a||(a={}),i==null)return"";Array.isArray(i)||(i=[String(i)]);var u=a.returnDetails!==void 0?a.returnDetails:this.options.returnDetails,c=a.keySeparator!==void 0?a.keySeparator:this.options.keySeparator,f=this.extractFromKey(i[i.length-1],a),l=f.key,d=f.namespaces,g=d[d.length-1],p=a.lng||this.language,y=a.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(p&&p.toLowerCase()==="cimode"){if(y){var v=a.nsSeparator||this.options.nsSeparator;return u?(b.res="".concat(g).concat(v).concat(l),b):"".concat(g).concat(v).concat(l)}return u?(b.res=l,b):l}var b=this.resolve(i,a),m=b&&b.res,P=b&&b.usedKey||l,C=b&&b.exactUsedKey||l,w=Object.prototype.toString.apply(m),A=["[object Number]","[object Function]","[object RegExp]"],L=a.joinArrays!==void 0?a.joinArrays:this.options.joinArrays,R=!this.i18nFormat||this.i18nFormat.handleAsObject,D=typeof m!="string"&&typeof m!="boolean"&&typeof m!="number";if(R&&m&&D&&A.indexOf(w)<0&&!(typeof L=="string"&&w==="[object Array]")){if(!a.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");var k=this.options.returnedObjectHandler?this.options.returnedObjectHandler(P,m,pe(pe({},a),{},{ns:d})):"key '".concat(l," (").concat(this.language,")' returned an object instead of string.");return u?(b.res=k,b):k}if(c){var q=w==="[object Array]",$=q?[]:{},j=q?C:P;for(var B in m)if(Object.prototype.hasOwnProperty.call(m,B)){var H="".concat(j).concat(c).concat(B);$[B]=this.translate(H,pe(pe({},a),{joinArrays:!1,ns:d})),$[B]===H&&($[B]=m[B])}m=$}}else if(R&&typeof L=="string"&&w==="[object Array]")m=m.join(L),m&&(m=this.extendTranslation(m,i,a,o));else{var Y=!1,V=!1,te=a.count!==void 0&&typeof a.count!="string",ae=r.hasDefaultValue(a),re=te?this.pluralResolver.getSuffix(p,a.count,a):"",oe=a["defaultValue".concat(re)]||a.defaultValue;!this.isValidLookup(m)&&ae&&(Y=!0,m=oe),this.isValidLookup(m)||(V=!0,m=l);var me=a.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey,st=me&&V?void 0:m,se=ae&&oe!==m&&this.options.updateMissing;if(V||Y||se){if(this.logger.log(se?"updateKey":"missingKey",p,g,l,se?oe:m),c){var St=this.resolve(l,pe(pe({},a),{},{keySeparator:!1}));St&&St.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}var _e=[],Be=this.languageUtils.getFallbackCodes(this.options.fallbackLng,a.lng||this.language);if(this.options.saveMissingTo==="fallback"&&Be&&Be[0])for(var He=0;He<Be.length;He++)_e.push(Be[He]);else this.options.saveMissingTo==="all"?_e=this.languageUtils.toResolveHierarchy(a.lng||this.language):_e.push(a.lng||this.language);var Qe=function(W,ge,ce){var Ie=ae&&ce!==m?ce:st;s.options.missingKeyHandler?s.options.missingKeyHandler(W,g,ge,Ie,se,a):s.backendConnector&&s.backendConnector.saveMissing&&s.backendConnector.saveMissing(W,g,ge,Ie,se,a),s.emit("missingKey",W,g,ge,m)};this.options.saveMissing&&(this.options.saveMissingPlurals&&te?_e.forEach(function(ut){s.pluralResolver.getSuffixes(ut,a).forEach(function(W){Qe([ut],l+W,a["defaultValue".concat(W)]||oe)})}):Qe(_e,l,oe))}m=this.extendTranslation(m,i,a,b,o),V&&m===l&&this.options.appendNamespaceToMissingKey&&(m="".concat(g,":").concat(l)),(V||Y)&&this.options.parseMissingKeyHandler&&(this.options.compatibilityAPI!=="v1"?m=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?"".concat(g,":").concat(l):l,Y?m:void 0):m=this.options.parseMissingKeyHandler(m))}return u?(b.res=m,b):m}},{key:"extendTranslation",value:function(i,a,o,s,u){var c=this;if(this.i18nFormat&&this.i18nFormat.parse)i=this.i18nFormat.parse(i,pe(pe({},this.options.interpolation.defaultVariables),o),s.usedLng,s.usedNS,s.usedKey,{resolved:s});else if(!o.skipInterpolation){o.interpolation&&this.interpolator.init(pe(pe({},o),{interpolation:pe(pe({},this.options.interpolation),o.interpolation)}));var f=typeof i=="string"&&(o&&o.interpolation&&o.interpolation.skipOnVariables!==void 0?o.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables),l;if(f){var d=i.match(this.interpolator.nestingRegexp);l=d&&d.length}var g=o.replace&&typeof o.replace!="string"?o.replace:o;if(this.options.interpolation.defaultVariables&&(g=pe(pe({},this.options.interpolation.defaultVariables),g)),i=this.interpolator.interpolate(i,g,o.lng||this.language,o),f){var p=i.match(this.interpolator.nestingRegexp),y=p&&p.length;l<y&&(o.nest=!1)}o.nest!==!1&&(i=this.interpolator.nest(i,function(){for(var m=arguments.length,P=new Array(m),C=0;C<m;C++)P[C]=arguments[C];return u&&u[0]===P[0]&&!o.context?(c.logger.warn("It seems you are nesting recursively key: ".concat(P[0]," in key: ").concat(a[0])),null):c.translate.apply(c,P.concat([a]))},o)),o.interpolation&&this.interpolator.reset()}var v=o.postProcess||this.options.postProcess,b=typeof v=="string"?[v]:v;return i!=null&&b&&b.length&&o.applyPostProcessor!==!1&&(i=Xa.handle(b,i,a,this.options&&this.options.postProcessPassResolved?pe({i18nResolved:s},o):o,this)),i}},{key:"resolve",value:function(i){var a=this,o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},s,u,c,f,l;return typeof i=="string"&&(i=[i]),i.forEach(function(d){if(!a.isValidLookup(s)){var g=a.extractFromKey(d,o),p=g.key;u=p;var y=g.namespaces;a.options.fallbackNS&&(y=y.concat(a.options.fallbackNS));var v=o.count!==void 0&&typeof o.count!="string",b=v&&!o.ordinal&&o.count===0&&a.pluralResolver.shouldUseIntlApi(),m=o.context!==void 0&&(typeof o.context=="string"||typeof o.context=="number")&&o.context!=="",P=o.lngs?o.lngs:a.languageUtils.toResolveHierarchy(o.lng||a.language,o.fallbackLng);y.forEach(function(C){a.isValidLookup(s)||(l=C,!bi["".concat(P[0],"-").concat(C)]&&a.utils&&a.utils.hasLoadedNamespace&&!a.utils.hasLoadedNamespace(l)&&(bi["".concat(P[0],"-").concat(C)]=!0,a.logger.warn('key "'.concat(u,'" for languages "').concat(P.join(", "),`" won't get resolved as namespace "`).concat(l,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),P.forEach(function(w){if(!a.isValidLookup(s)){f=w;var A=[p];if(a.i18nFormat&&a.i18nFormat.addLookupKeys)a.i18nFormat.addLookupKeys(A,p,w,C,o);else{var L;v&&(L=a.pluralResolver.getSuffix(w,o.count,o));var R="".concat(a.options.pluralSeparator,"zero");if(v&&(A.push(p+L),b&&A.push(p+R)),m){var D="".concat(p).concat(a.options.contextSeparator).concat(o.context);A.push(D),v&&(A.push(D+L),b&&A.push(D+R))}}for(var k;k=A.pop();)a.isValidLookup(s)||(c=k,s=a.getResource(w,C,k,o))}}))})}}),{res:s,usedKey:u,exactUsedKey:c,usedLng:f,usedNS:l}}},{key:"isValidLookup",value:function(i){return i!==void 0&&!(!this.options.returnNull&&i===null)&&!(!this.options.returnEmptyString&&i==="")}},{key:"getResource",value:function(i,a,o){var s=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(i,a,o,s):this.resourceStore.getResource(i,a,o,s)}}],[{key:"hasDefaultValue",value:function(i){var a="defaultValue";for(var o in i)if(Object.prototype.hasOwnProperty.call(i,o)&&a===o.substring(0,a.length)&&i[o]!==void 0)return!0;return!1}}]),r}(it);function Yr(e){return e.charAt(0).toUpperCase()+e.slice(1)}var mu=function(){function e(t){Pe(this,e),this.options=t,this.supportedLngs=this.options.supportedLngs||!1,this.logger=$e.create("languageUtils")}return Ae(e,[{key:"getScriptPartFromCode",value:function(r){if(!r||r.indexOf("-")<0)return null;var n=r.split("-");return n.length===2||(n.pop(),n[n.length-1].toLowerCase()==="x")?null:this.formatLanguageCode(n.join("-"))}},{key:"getLanguagePartFromCode",value:function(r){if(!r||r.indexOf("-")<0)return r;var n=r.split("-");return this.formatLanguageCode(n[0])}},{key:"formatLanguageCode",value:function(r){if(typeof r=="string"&&r.indexOf("-")>-1){var n=["hans","hant","latn","cyrl","cans","mong","arab"],i=r.split("-");return this.options.lowerCaseLng?i=i.map(function(a){return a.toLowerCase()}):i.length===2?(i[0]=i[0].toLowerCase(),i[1]=i[1].toUpperCase(),n.indexOf(i[1].toLowerCase())>-1&&(i[1]=Yr(i[1].toLowerCase()))):i.length===3&&(i[0]=i[0].toLowerCase(),i[1].length===2&&(i[1]=i[1].toUpperCase()),i[0]!=="sgn"&&i[2].length===2&&(i[2]=i[2].toUpperCase()),n.indexOf(i[1].toLowerCase())>-1&&(i[1]=Yr(i[1].toLowerCase())),n.indexOf(i[2].toLowerCase())>-1&&(i[2]=Yr(i[2].toLowerCase()))),i.join("-")}return this.options.cleanCode||this.options.lowerCaseLng?r.toLowerCase():r}},{key:"isSupportedCode",value:function(r){return(this.options.load==="languageOnly"||this.options.nonExplicitSupportedLngs)&&(r=this.getLanguagePartFromCode(r)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(r)>-1}},{key:"getBestMatchFromCodes",value:function(r){var n=this;if(!r)return null;var i;return r.forEach(function(a){if(!i){var o=n.formatLanguageCode(a);(!n.options.supportedLngs||n.isSupportedCode(o))&&(i=o)}}),!i&&this.options.supportedLngs&&r.forEach(function(a){if(!i){var o=n.getLanguagePartFromCode(a);if(n.isSupportedCode(o))return i=o;i=n.options.supportedLngs.find(function(s){if(s.indexOf(o)===0)return s})}}),i||(i=this.getFallbackCodes(this.options.fallbackLng)[0]),i}},{key:"getFallbackCodes",value:function(r,n){if(!r)return[];if(typeof r=="function"&&(r=r(n)),typeof r=="string"&&(r=[r]),Object.prototype.toString.apply(r)==="[object Array]")return r;if(!n)return r.default||[];var i=r[n];return i||(i=r[this.getScriptPartFromCode(n)]),i||(i=r[this.formatLanguageCode(n)]),i||(i=r[this.getLanguagePartFromCode(n)]),i||(i=r.default),i||[]}},{key:"toResolveHierarchy",value:function(r,n){var i=this,a=this.getFallbackCodes(n||this.options.fallbackLng||[],r),o=[],s=function(c){!c||(i.isSupportedCode(c)?o.push(c):i.logger.warn("rejecting language code not found in supportedLngs: ".concat(c)))};return typeof r=="string"&&r.indexOf("-")>-1?(this.options.load!=="languageOnly"&&s(this.formatLanguageCode(r)),this.options.load!=="languageOnly"&&this.options.load!=="currentOnly"&&s(this.getScriptPartFromCode(r)),this.options.load!=="currentOnly"&&s(this.getLanguagePartFromCode(r))):typeof r=="string"&&s(this.formatLanguageCode(r)),a.forEach(function(u){o.indexOf(u)<0&&s(i.formatLanguageCode(u))}),o}}]),e}(),vu=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","tl","ti","tr","uz","wa"],nr:[1,2],fc:1},{lngs:["af","an","ast","az","bg","bn","ca","da","de","dev","el","en","eo","es","et","eu","fi","fo","fur","fy","gl","gu","ha","hi","hu","hy","ia","it","kk","kn","ku","lb","mai","ml","mn","mr","nah","nap","nb","ne","nl","nn","no","nso","pa","pap","pms","ps","pt-PT","rm","sco","se","si","so","son","sq","sv","sw","ta","te","tk","ur","yo"],nr:[1,2],fc:2},{lngs:["ay","bo","cgg","fa","ht","id","ja","jbo","ka","km","ko","ky","lo","ms","sah","su","th","tt","ug","vi","wo","zh"],nr:[1],fc:3},{lngs:["be","bs","cnr","dz","hr","ru","sr","uk"],nr:[1,2,5],fc:4},{lngs:["ar"],nr:[0,1,2,3,11,100],fc:5},{lngs:["cs","sk"],nr:[1,2,5],fc:6},{lngs:["csb","pl"],nr:[1,2,5],fc:7},{lngs:["cy"],nr:[1,2,3,8],fc:8},{lngs:["fr"],nr:[1,2],fc:9},{lngs:["ga"],nr:[1,2,3,7,11],fc:10},{lngs:["gd"],nr:[1,2,3,20],fc:11},{lngs:["is"],nr:[1,2],fc:12},{lngs:["jv"],nr:[0,1],fc:13},{lngs:["kw"],nr:[1,2,3,4],fc:14},{lngs:["lt"],nr:[1,2,10],fc:15},{lngs:["lv"],nr:[1,2,0],fc:16},{lngs:["mk"],nr:[1,2],fc:17},{lngs:["mnk"],nr:[0,1,2],fc:18},{lngs:["mt"],nr:[1,2,11,20],fc:19},{lngs:["or"],nr:[2,1],fc:2},{lngs:["ro"],nr:[1,2,20],fc:20},{lngs:["sl"],nr:[5,1,2,3],fc:21},{lngs:["he","iw"],nr:[1,2,20,21],fc:22}],yu={1:function(t){return Number(t>1)},2:function(t){return Number(t!=1)},3:function(t){return 0},4:function(t){return Number(t%10==1&&t%100!=11?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2)},5:function(t){return Number(t==0?0:t==1?1:t==2?2:t%100>=3&&t%100<=10?3:t%100>=11?4:5)},6:function(t){return Number(t==1?0:t>=2&&t<=4?1:2)},7:function(t){return Number(t==1?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2)},8:function(t){return Number(t==1?0:t==2?1:t!=8&&t!=11?2:3)},9:function(t){return Number(t>=2)},10:function(t){return Number(t==1?0:t==2?1:t<7?2:t<11?3:4)},11:function(t){return Number(t==1||t==11?0:t==2||t==12?1:t>2&&t<20?2:3)},12:function(t){return Number(t%10!=1||t%100==11)},13:function(t){return Number(t!==0)},14:function(t){return Number(t==1?0:t==2?1:t==3?2:3)},15:function(t){return Number(t%10==1&&t%100!=11?0:t%10>=2&&(t%100<10||t%100>=20)?1:2)},16:function(t){return Number(t%10==1&&t%100!=11?0:t!==0?1:2)},17:function(t){return Number(t==1||t%10==1&&t%100!=11?0:1)},18:function(t){return Number(t==0?0:t==1?1:2)},19:function(t){return Number(t==1?0:t==0||t%100>1&&t%100<11?1:t%100>10&&t%100<20?2:3)},20:function(t){return Number(t==1?0:t==0||t%100>0&&t%100<20?1:2)},21:function(t){return Number(t%100==1?1:t%100==2?2:t%100==3||t%100==4?3:0)},22:function(t){return Number(t==1?0:t==2?1:(t<0||t>10)&&t%10==0?2:3)}},bu=["v1","v2","v3"],Oi={zero:0,one:1,two:2,few:3,many:4,other:5};function Su(){var e={};return vu.forEach(function(t){t.lngs.forEach(function(r){e[r]={numbers:t.nr,plurals:yu[t.fc]}})}),e}var Ou=function(){function e(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};Pe(this,e),this.languageUtils=t,this.options=r,this.logger=$e.create("pluralResolver"),(!this.options.compatibilityJSON||this.options.compatibilityJSON==="v4")&&(typeof Intl=="undefined"||!Intl.PluralRules)&&(this.options.compatibilityJSON="v3",this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")),this.rules=Su()}return Ae(e,[{key:"addRule",value:function(r,n){this.rules[r]=n}},{key:"getRule",value:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(this.shouldUseIntlApi())try{return new Intl.PluralRules(r,{type:n.ordinal?"ordinal":"cardinal"})}catch{return}return this.rules[r]||this.rules[this.languageUtils.getLanguagePartFromCode(r)]}},{key:"needsPlural",value:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=this.getRule(r,n);return this.shouldUseIntlApi()?i&&i.resolvedOptions().pluralCategories.length>1:i&&i.numbers.length>1}},{key:"getPluralFormsOfKey",value:function(r,n){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return this.getSuffixes(r,i).map(function(a){return"".concat(n).concat(a)})}},{key:"getSuffixes",value:function(r){var n=this,i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=this.getRule(r,i);return a?this.shouldUseIntlApi()?a.resolvedOptions().pluralCategories.sort(function(o,s){return Oi[o]-Oi[s]}).map(function(o){return"".concat(n.options.prepend).concat(o)}):a.numbers.map(function(o){return n.getSuffix(r,o,i)}):[]}},{key:"getSuffix",value:function(r,n){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a=this.getRule(r,i);return a?this.shouldUseIntlApi()?"".concat(this.options.prepend).concat(a.select(n)):this.getSuffixRetroCompatible(a,n):(this.logger.warn("no plural rule found for: ".concat(r)),"")}},{key:"getSuffixRetroCompatible",value:function(r,n){var i=this,a=r.noAbs?r.plurals(n):r.plurals(Math.abs(n)),o=r.numbers[a];this.options.simplifyPluralSuffix&&r.numbers.length===2&&r.numbers[0]===1&&(o===2?o="plural":o===1&&(o=""));var s=function(){return i.options.prepend&&o.toString()?i.options.prepend+o.toString():o.toString()};return this.options.compatibilityJSON==="v1"?o===1?"":typeof o=="number"?"_plural_".concat(o.toString()):s():this.options.compatibilityJSON==="v2"||this.options.simplifyPluralSuffix&&r.numbers.length===2&&r.numbers[0]===1?s():this.options.prepend&&a.toString()?this.options.prepend+a.toString():a.toString()}},{key:"shouldUseIntlApi",value:function(){return!bu.includes(this.options.compatibilityJSON)}}]),e}();function wi(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Te(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?wi(Object(r),!0).forEach(function(n){je(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):wi(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var wu=function(){function e(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Pe(this,e),this.logger=$e.create("interpolator"),this.options=t,this.format=t.interpolation&&t.interpolation.format||function(r){return r},this.init(t)}return Ae(e,[{key:"init",value:function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};r.interpolation||(r.interpolation={escapeValue:!0});var n=r.interpolation;this.escape=n.escape!==void 0?n.escape:uu,this.escapeValue=n.escapeValue!==void 0?n.escapeValue:!0,this.useRawValueToEscape=n.useRawValueToEscape!==void 0?n.useRawValueToEscape:!1,this.prefix=n.prefix?wt(n.prefix):n.prefixEscaped||"{{",this.suffix=n.suffix?wt(n.suffix):n.suffixEscaped||"}}",this.formatSeparator=n.formatSeparator?n.formatSeparator:n.formatSeparator||",",this.unescapePrefix=n.unescapeSuffix?"":n.unescapePrefix||"-",this.unescapeSuffix=this.unescapePrefix?"":n.unescapeSuffix||"",this.nestingPrefix=n.nestingPrefix?wt(n.nestingPrefix):n.nestingPrefixEscaped||wt("$t("),this.nestingSuffix=n.nestingSuffix?wt(n.nestingSuffix):n.nestingSuffixEscaped||wt(")"),this.nestingOptionsSeparator=n.nestingOptionsSeparator?n.nestingOptionsSeparator:n.nestingOptionsSeparator||",",this.maxReplaces=n.maxReplaces?n.maxReplaces:1e3,this.alwaysFormat=n.alwaysFormat!==void 0?n.alwaysFormat:!1,this.resetRegExp()}},{key:"reset",value:function(){this.options&&this.init(this.options)}},{key:"resetRegExp",value:function(){var r="".concat(this.prefix,"(.+?)").concat(this.suffix);this.regexp=new RegExp(r,"g");var n="".concat(this.prefix).concat(this.unescapePrefix,"(.+?)").concat(this.unescapeSuffix).concat(this.suffix);this.regexpUnescape=new RegExp(n,"g");var i="".concat(this.nestingPrefix,"(.+?)").concat(this.nestingSuffix);this.nestingRegexp=new RegExp(i,"g")}},{key:"interpolate",value:function(r,n,i,a){var o=this,s,u,c,f=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{};function l(v){return v.replace(/\$/g,"$$$$")}var d=function(b){if(b.indexOf(o.formatSeparator)<0){var m=mi(n,f,b);return o.alwaysFormat?o.format(m,void 0,i,Te(Te(Te({},a),n),{},{interpolationkey:b})):m}var P=b.split(o.formatSeparator),C=P.shift().trim(),w=P.join(o.formatSeparator).trim();return o.format(mi(n,f,C),w,i,Te(Te(Te({},a),n),{},{interpolationkey:C}))};this.resetRegExp();var g=a&&a.missingInterpolationHandler||this.options.missingInterpolationHandler,p=a&&a.interpolation&&a.interpolation.skipOnVariables!==void 0?a.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables,y=[{regex:this.regexpUnescape,safeValue:function(b){return l(b)}},{regex:this.regexp,safeValue:function(b){return o.escapeValue?l(o.escape(b)):l(b)}}];return y.forEach(function(v){for(c=0;s=v.regex.exec(r);){var b=s[1].trim();if(u=d(b),u===void 0)if(typeof g=="function"){var m=g(r,s,a);u=typeof m=="string"?m:""}else if(a&&a.hasOwnProperty(b))u="";else if(p){u=s[0];continue}else o.logger.warn("missed to pass in variable ".concat(b," for interpolating ").concat(r)),u="";else typeof u!="string"&&!o.useRawValueToEscape&&(u=pi(u));var P=v.safeValue(u);if(r=r.replace(s[0],P),p?(v.regex.lastIndex+=u.length,v.regex.lastIndex-=s[0].length):v.regex.lastIndex=0,c++,c>=o.maxReplaces)break}}),r}},{key:"nest",value:function(r,n){var i=this,a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},o,s,u=Te({},a);u.applyPostProcessor=!1,delete u.defaultValue;function c(g,p){var y=this.nestingOptionsSeparator;if(g.indexOf(y)<0)return g;var v=g.split(new RegExp("".concat(y,"[ ]*{"))),b="{".concat(v[1]);g=v[0],b=this.interpolate(b,u);var m=b.match(/'/g),P=b.match(/"/g);(m&&m.length%2===0&&!P||P.length%2!==0)&&(b=b.replace(/'/g,'"'));try{u=JSON.parse(b),p&&(u=Te(Te({},p),u))}catch(C){return this.logger.warn("failed parsing options string in nesting for key ".concat(g),C),"".concat(g).concat(y).concat(b)}return delete u.defaultValue,g}for(;o=this.nestingRegexp.exec(r);){var f=[],l=!1;if(o[0].indexOf(this.formatSeparator)!==-1&&!/{.*}/.test(o[1])){var d=o[1].split(this.formatSeparator).map(function(g){return g.trim()});o[1]=d.shift(),f=d,l=!0}if(s=n(c.call(this,o[1].trim(),u),u),s&&o[0]===r&&typeof s!="string")return s;typeof s!="string"&&(s=pi(s)),s||(this.logger.warn("missed to resolve ".concat(o[1]," for nesting ").concat(r)),s=""),l&&(s=f.reduce(function(g,p){return i.format(g,p,a.lng,Te(Te({},a),{},{interpolationkey:o[1].trim()}))},s.trim())),r=r.replace(o[0],s),this.regexp.lastIndex=0}return r}}]),e}();function Ei(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function qe(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Ei(Object(r),!0).forEach(function(n){je(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Ei(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Eu(e){var t=e.toLowerCase().trim(),r={};if(e.indexOf("(")>-1){var n=e.split("(");t=n[0].toLowerCase().trim();var i=n[1].substring(0,n[1].length-1);if(t==="currency"&&i.indexOf(":")<0)r.currency||(r.currency=i.trim());else if(t==="relativetime"&&i.indexOf(":")<0)r.range||(r.range=i.trim());else{var a=i.split(";");a.forEach(function(o){if(!!o){var s=o.split(":"),u=ru(s),c=u[0],f=u.slice(1),l=f.join(":").trim().replace(/^'+|'+$/g,"");r[c.trim()]||(r[c.trim()]=l),l==="false"&&(r[c.trim()]=!1),l==="true"&&(r[c.trim()]=!0),isNaN(l)||(r[c.trim()]=parseInt(l,10))}})}}return{formatName:t,formatOptions:r}}function Et(e){var t={};return function(n,i,a){var o=i+JSON.stringify(a),s=t[o];return s||(s=e(i,a),t[o]=s),s(n)}}var xu=function(){function e(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Pe(this,e),this.logger=$e.create("formatter"),this.options=t,this.formats={number:Et(function(r,n){var i=new Intl.NumberFormat(r,n);return function(a){return i.format(a)}}),currency:Et(function(r,n){var i=new Intl.NumberFormat(r,qe(qe({},n),{},{style:"currency"}));return function(a){return i.format(a)}}),datetime:Et(function(r,n){var i=new Intl.DateTimeFormat(r,qe({},n));return function(a){return i.format(a)}}),relativetime:Et(function(r,n){var i=new Intl.RelativeTimeFormat(r,qe({},n));return function(a){return i.format(a,n.range||"day")}}),list:Et(function(r,n){var i=new Intl.ListFormat(r,qe({},n));return function(a){return i.format(a)}})},this.init(t)}return Ae(e,[{key:"init",value:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}},i=n.interpolation;this.formatSeparator=i.formatSeparator?i.formatSeparator:i.formatSeparator||","}},{key:"add",value:function(r,n){this.formats[r.toLowerCase().trim()]=n}},{key:"addCached",value:function(r,n){this.formats[r.toLowerCase().trim()]=Et(n)}},{key:"format",value:function(r,n,i,a){var o=this,s=n.split(this.formatSeparator),u=s.reduce(function(c,f){var l=Eu(f),d=l.formatName,g=l.formatOptions;if(o.formats[d]){var p=c;try{var y=a&&a.formatParams&&a.formatParams[a.interpolationkey]||{},v=y.locale||y.lng||a.locale||a.lng||i;p=o.formats[d](c,v,qe(qe(qe({},g),a),y))}catch(b){o.logger.warn(b)}return p}else o.logger.warn("there was no format function for ".concat(d));return c},r);return u}}]),e}();function xi(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Pi(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?xi(Object(r),!0).forEach(function(n){je(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):xi(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Pu(e){var t=Au();return function(){var n=Me(e),i;if(t){var a=Me(this).constructor;i=Reflect.construct(n,arguments,a)}else i=n.apply(this,arguments);return Xt(this,i)}}function Au(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function Cu(e,t){e.pending[t]!==void 0&&(delete e.pending[t],e.pendingCount--)}var _u=function(e){Nr(r,e);var t=Pu(r);function r(n,i,a){var o,s=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return Pe(this,r),o=t.call(this),Lr&&it.call(nt(o)),o.backend=n,o.store=i,o.services=a,o.languageUtils=a.languageUtils,o.options=s,o.logger=$e.create("backendConnector"),o.waitingReads=[],o.maxParallelReads=s.maxParallelReads||10,o.readingCalls=0,o.maxRetries=s.maxRetries>=0?s.maxRetries:5,o.retryTimeout=s.retryTimeout>=1?s.retryTimeout:350,o.state={},o.queue=[],o.backend&&o.backend.init&&o.backend.init(a,s.backend,s),o}return Ae(r,[{key:"queueLoad",value:function(i,a,o,s){var u=this,c={},f={},l={},d={};return i.forEach(function(g){var p=!0;a.forEach(function(y){var v="".concat(g,"|").concat(y);!o.reload&&u.store.hasResourceBundle(g,y)?u.state[v]=2:u.state[v]<0||(u.state[v]===1?f[v]===void 0&&(f[v]=!0):(u.state[v]=1,p=!1,f[v]===void 0&&(f[v]=!0),c[v]===void 0&&(c[v]=!0),d[y]===void 0&&(d[y]=!0)))}),p||(l[g]=!0)}),(Object.keys(c).length||Object.keys(f).length)&&this.queue.push({pending:f,pendingCount:Object.keys(f).length,loaded:{},errors:[],callback:s}),{toLoad:Object.keys(c),pending:Object.keys(f),toLoadLanguages:Object.keys(l),toLoadNamespaces:Object.keys(d)}}},{key:"loaded",value:function(i,a,o){var s=i.split("|"),u=s[0],c=s[1];a&&this.emit("failedLoading",u,c,a),o&&this.store.addResourceBundle(u,c,o),this.state[i]=a?-1:2;var f={};this.queue.forEach(function(l){ou(l.loaded,[u],c),Cu(l,i),a&&l.errors.push(a),l.pendingCount===0&&!l.done&&(Object.keys(l.loaded).forEach(function(d){f[d]||(f[d]={});var g=l.loaded[d];g.length&&g.forEach(function(p){f[d][p]===void 0&&(f[d][p]=!0)})}),l.done=!0,l.errors.length?l.callback(l.errors):l.callback())}),this.emit("loaded",f),this.queue=this.queue.filter(function(l){return!l.done})}},{key:"read",value:function(i,a,o){var s=this,u=arguments.length>3&&arguments[3]!==void 0?arguments[3]:0,c=arguments.length>4&&arguments[4]!==void 0?arguments[4]:this.retryTimeout,f=arguments.length>5?arguments[5]:void 0;if(!i.length)return f(null,{});if(this.readingCalls>=this.maxParallelReads){this.waitingReads.push({lng:i,ns:a,fcName:o,tried:u,wait:c,callback:f});return}return this.readingCalls++,this.backend[o](i,a,function(l,d){if(s.readingCalls--,s.waitingReads.length>0){var g=s.waitingReads.shift();s.read(g.lng,g.ns,g.fcName,g.tried,g.wait,g.callback)}if(l&&d&&u<s.maxRetries){setTimeout(function(){s.read.call(s,i,a,o,u+1,c*2,f)},c);return}f(l,d)})}},{key:"prepareLoading",value:function(i,a){var o=this,s=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},u=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),u&&u();typeof i=="string"&&(i=this.languageUtils.toResolveHierarchy(i)),typeof a=="string"&&(a=[a]);var c=this.queueLoad(i,a,s,u);if(!c.toLoad.length)return c.pending.length||u(),null;c.toLoad.forEach(function(f){o.loadOne(f)})}},{key:"load",value:function(i,a,o){this.prepareLoading(i,a,{},o)}},{key:"reload",value:function(i,a,o){this.prepareLoading(i,a,{reload:!0},o)}},{key:"loadOne",value:function(i){var a=this,o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"",s=i.split("|"),u=s[0],c=s[1];this.read(u,c,"read",void 0,void 0,function(f,l){f&&a.logger.warn("".concat(o,"loading namespace ").concat(c," for language ").concat(u," failed"),f),!f&&l&&a.logger.log("".concat(o,"loaded namespace ").concat(c," for language ").concat(u),l),a.loaded(i,f,l)})}},{key:"saveMissing",value:function(i,a,o,s,u){var c=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{};if(this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(a)){this.logger.warn('did not save key "'.concat(o,'" as the namespace "').concat(a,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!");return}o==null||o===""||(this.backend&&this.backend.create&&this.backend.create(i,a,o,s,null,Pi(Pi({},c),{},{isUpdate:u})),!(!i||!i[0])&&this.store.addResource(i[0],a,o,s))}}]),r}(it);function Tu(){return{debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!0,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:function(t){var r={};if(Ne(t[1])==="object"&&(r=t[1]),typeof t[1]=="string"&&(r.defaultValue=t[1]),typeof t[2]=="string"&&(r.tDescription=t[2]),Ne(t[2])==="object"||Ne(t[3])==="object"){var n=t[3]||t[2];Object.keys(n).forEach(function(i){r[i]=n[i]})}return r},interpolation:{escapeValue:!0,format:function(t,r,n,i){return t},prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}}function Ai(e){return typeof e.ns=="string"&&(e.ns=[e.ns]),typeof e.fallbackLng=="string"&&(e.fallbackLng=[e.fallbackLng]),typeof e.fallbackNS=="string"&&(e.fallbackNS=[e.fallbackNS]),e.supportedLngs&&e.supportedLngs.indexOf("cimode")<0&&(e.supportedLngs=e.supportedLngs.concat(["cimode"])),e}function Ci(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Fe(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Ci(Object(r),!0).forEach(function(n){je(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Ci(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Nu(e){var t=Lu();return function(){var n=Me(e),i;if(t){var a=Me(this).constructor;i=Reflect.construct(n,arguments,a)}else i=n.apply(this,arguments);return Xt(this,i)}}function Lu(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function or(){}function Iu(e){var t=Object.getOwnPropertyNames(Object.getPrototypeOf(e));t.forEach(function(r){typeof e[r]=="function"&&(e[r]=e[r].bind(e))})}var vr=function(e){Nr(r,e);var t=Nu(r);function r(){var n,i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},a=arguments.length>1?arguments[1]:void 0;if(Pe(this,r),n=t.call(this),Lr&&it.call(nt(n)),n.options=Ai(i),n.services={},n.logger=$e,n.modules={external:[]},Iu(nt(n)),a&&!n.isInitialized&&!i.isClone){if(!n.options.initImmediate)return n.init(i,a),Xt(n,nt(n));setTimeout(function(){n.init(i,a)},0)}return n}return Ae(r,[{key:"init",value:function(){var i=this,a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},o=arguments.length>1?arguments[1]:void 0;typeof a=="function"&&(o=a,a={}),!a.defaultNS&&a.defaultNS!==!1&&a.ns&&(typeof a.ns=="string"?a.defaultNS=a.ns:a.ns.indexOf("translation")<0&&(a.defaultNS=a.ns[0]));var s=Tu();this.options=Fe(Fe(Fe({},s),this.options),Ai(a)),this.options.compatibilityAPI!=="v1"&&(this.options.interpolation=Fe(Fe({},s.interpolation),this.options.interpolation)),a.keySeparator!==void 0&&(this.options.userDefinedKeySeparator=a.keySeparator),a.nsSeparator!==void 0&&(this.options.userDefinedNsSeparator=a.nsSeparator);function u(b){return b?typeof b=="function"?new b:b:null}if(!this.options.isClone){this.modules.logger?$e.init(u(this.modules.logger),this.options):$e.init(null,this.options);var c;this.modules.formatter?c=this.modules.formatter:typeof Intl!="undefined"&&(c=xu);var f=new mu(this.options);this.store=new gu(this.options.resources,this.options);var l=this.services;l.logger=$e,l.resourceStore=this.store,l.languageUtils=f,l.pluralResolver=new Ou(f,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),c&&(!this.options.interpolation.format||this.options.interpolation.format===s.interpolation.format)&&(l.formatter=u(c),l.formatter.init(l,this.options),this.options.interpolation.format=l.formatter.format.bind(l.formatter)),l.interpolator=new wu(this.options),l.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},l.backendConnector=new _u(u(this.modules.backend),l.resourceStore,l,this.options),l.backendConnector.on("*",function(b){for(var m=arguments.length,P=new Array(m>1?m-1:0),C=1;C<m;C++)P[C-1]=arguments[C];i.emit.apply(i,[b].concat(P))}),this.modules.languageDetector&&(l.languageDetector=u(this.modules.languageDetector),l.languageDetector.init(l,this.options.detection,this.options)),this.modules.i18nFormat&&(l.i18nFormat=u(this.modules.i18nFormat),l.i18nFormat.init&&l.i18nFormat.init(this)),this.translator=new Si(this.services,this.options),this.translator.on("*",function(b){for(var m=arguments.length,P=new Array(m>1?m-1:0),C=1;C<m;C++)P[C-1]=arguments[C];i.emit.apply(i,[b].concat(P))}),this.modules.external.forEach(function(b){b.init&&b.init(i)})}if(this.format=this.options.interpolation.format,o||(o=or),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){var d=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);d.length>0&&d[0]!=="dev"&&(this.options.lng=d[0])}!this.services.languageDetector&&!this.options.lng&&this.logger.warn("init: no languageDetector is used and no lng is defined");var g=["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"];g.forEach(function(b){i[b]=function(){var m;return(m=i.store)[b].apply(m,arguments)}});var p=["addResource","addResources","addResourceBundle","removeResourceBundle"];p.forEach(function(b){i[b]=function(){var m;return(m=i.store)[b].apply(m,arguments),i}});var y=$t(),v=function(){var m=function(C,w){i.isInitialized&&!i.initializedStoreOnce&&i.logger.warn("init: i18next is already initialized. You should call init just once!"),i.isInitialized=!0,i.options.isClone||i.logger.log("initialized",i.options),i.emit("initialized",i.options),y.resolve(w),o(C,w)};if(i.languages&&i.options.compatibilityAPI!=="v1"&&!i.isInitialized)return m(null,i.t.bind(i));i.changeLanguage(i.options.lng,m)};return this.options.resources||!this.options.initImmediate?v():setTimeout(v,0),y}},{key:"loadResources",value:function(i){var a=this,o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:or,s=o,u=typeof i=="string"?i:this.language;if(typeof i=="function"&&(s=i),!this.options.resources||this.options.partialBundledLanguages){if(u&&u.toLowerCase()==="cimode")return s();var c=[],f=function(g){if(!!g){var p=a.services.languageUtils.toResolveHierarchy(g);p.forEach(function(y){c.indexOf(y)<0&&c.push(y)})}};if(u)f(u);else{var l=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);l.forEach(function(d){return f(d)})}this.options.preload&&this.options.preload.forEach(function(d){return f(d)}),this.services.backendConnector.load(c,this.options.ns,function(d){!d&&!a.resolvedLanguage&&a.language&&a.setResolvedLanguage(a.language),s(d)})}else s(null)}},{key:"reloadResources",value:function(i,a,o){var s=$t();return i||(i=this.languages),a||(a=this.options.ns),o||(o=or),this.services.backendConnector.reload(i,a,function(u){s.resolve(),o(u)}),s}},{key:"use",value:function(i){if(!i)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!i.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return i.type==="backend"&&(this.modules.backend=i),(i.type==="logger"||i.log&&i.warn&&i.error)&&(this.modules.logger=i),i.type==="languageDetector"&&(this.modules.languageDetector=i),i.type==="i18nFormat"&&(this.modules.i18nFormat=i),i.type==="postProcessor"&&Xa.addPostProcessor(i),i.type==="formatter"&&(this.modules.formatter=i),i.type==="3rdParty"&&this.modules.external.push(i),this}},{key:"setResolvedLanguage",value:function(i){if(!(!i||!this.languages)&&!(["cimode","dev"].indexOf(i)>-1))for(var a=0;a<this.languages.length;a++){var o=this.languages[a];if(!(["cimode","dev"].indexOf(o)>-1)&&this.store.hasLanguageSomeTranslations(o)){this.resolvedLanguage=o;break}}}},{key:"changeLanguage",value:function(i,a){var o=this;this.isLanguageChangingTo=i;var s=$t();this.emit("languageChanging",i);var u=function(d){o.language=d,o.languages=o.services.languageUtils.toResolveHierarchy(d),o.resolvedLanguage=void 0,o.setResolvedLanguage(d)},c=function(d,g){g?(u(g),o.translator.changeLanguage(g),o.isLanguageChangingTo=void 0,o.emit("languageChanged",g),o.logger.log("languageChanged",g)):o.isLanguageChangingTo=void 0,s.resolve(function(){return o.t.apply(o,arguments)}),a&&a(d,function(){return o.t.apply(o,arguments)})},f=function(d){!i&&!d&&o.services.languageDetector&&(d=[]);var g=typeof d=="string"?d:o.services.languageUtils.getBestMatchFromCodes(d);g&&(o.language||u(g),o.translator.language||o.translator.changeLanguage(g),o.services.languageDetector&&o.services.languageDetector.cacheUserLanguage(g)),o.loadResources(g,function(p){c(p,g)})};return!i&&this.services.languageDetector&&!this.services.languageDetector.async?f(this.services.languageDetector.detect()):!i&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect(f):f(i),s}},{key:"getFixedT",value:function(i,a,o){var s=this,u=function c(f,l){var d;if(Ne(l)!=="object"){for(var g=arguments.length,p=new Array(g>2?g-2:0),y=2;y<g;y++)p[y-2]=arguments[y];d=s.options.overloadTranslationOptionHandler([f,l].concat(p))}else d=Fe({},l);d.lng=d.lng||c.lng,d.lngs=d.lngs||c.lngs,d.ns=d.ns||c.ns,d.keyPrefix=d.keyPrefix||o||c.keyPrefix;var v=s.options.keySeparator||".",b=d.keyPrefix?"".concat(d.keyPrefix).concat(v).concat(f):f;return s.t(b,d)};return typeof i=="string"?u.lng=i:u.lngs=i,u.ns=a,u.keyPrefix=o,u}},{key:"t",value:function(){var i;return this.translator&&(i=this.translator).translate.apply(i,arguments)}},{key:"exists",value:function(){var i;return this.translator&&(i=this.translator).exists.apply(i,arguments)}},{key:"setDefaultNamespace",value:function(i){this.options.defaultNS=i}},{key:"hasLoadedNamespace",value:function(i){var a=this,o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;var s=this.resolvedLanguage||this.languages[0],u=this.options?this.options.fallbackLng:!1,c=this.languages[this.languages.length-1];if(s.toLowerCase()==="cimode")return!0;var f=function(g,p){var y=a.services.backendConnector.state["".concat(g,"|").concat(p)];return y===-1||y===2};if(o.precheck){var l=o.precheck(this,f);if(l!==void 0)return l}return!!(this.hasResourceBundle(s,i)||!this.services.backendConnector.backend||this.options.resources&&!this.options.partialBundledLanguages||f(s,i)&&(!u||f(c,i)))}},{key:"loadNamespaces",value:function(i,a){var o=this,s=$t();return this.options.ns?(typeof i=="string"&&(i=[i]),i.forEach(function(u){o.options.ns.indexOf(u)<0&&o.options.ns.push(u)}),this.loadResources(function(u){s.resolve(),a&&a(u)}),s):(a&&a(),Promise.resolve())}},{key:"loadLanguages",value:function(i,a){var o=$t();typeof i=="string"&&(i=[i]);var s=this.options.preload||[],u=i.filter(function(c){return s.indexOf(c)<0});return u.length?(this.options.preload=s.concat(u),this.loadResources(function(c){o.resolve(),a&&a(c)}),o):(a&&a(),Promise.resolve())}},{key:"dir",value:function(i){if(i||(i=this.resolvedLanguage||(this.languages&&this.languages.length>0?this.languages[0]:this.language)),!i)return"rtl";var a=["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"];return a.indexOf(this.services.languageUtils.getLanguagePartFromCode(i))>-1||i.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}},{key:"cloneInstance",value:function(){var i=this,a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:or,s=Fe(Fe(Fe({},this.options),a),{isClone:!0}),u=new r(s);(a.debug!==void 0||a.prefix!==void 0)&&(u.logger=u.logger.clone(a));var c=["store","services","language"];return c.forEach(function(f){u[f]=i[f]}),u.services=Fe({},this.services),u.services.utils={hasLoadedNamespace:u.hasLoadedNamespace.bind(u)},u.translator=new Si(u.services,u.options),u.translator.on("*",function(f){for(var l=arguments.length,d=new Array(l>1?l-1:0),g=1;g<l;g++)d[g-1]=arguments[g];u.emit.apply(u,[f].concat(d))}),u.init(s,o),u.translator.options=u.options,u.translator.backendConnector.services.utils={hasLoadedNamespace:u.hasLoadedNamespace.bind(u)},u}},{key:"toJSON",value:function(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}]),r}(it);je(vr,"createInstance",function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return new vr(e,t)});var de=vr.createInstance();de.createInstance=vr.createInstance;de.createInstance;de.init;de.loadResources;de.reloadResources;de.use;de.changeLanguage;de.getFixedT;de.t;de.exists;de.setDefaultNamespace;de.hasLoadedNamespace;de.loadNamespaces;de.loadLanguages;var er=e=>e.type==="checkbox",Pt=e=>e instanceof Date,he=e=>e==null;const eo=e=>typeof e=="object";var le=e=>!he(e)&&!Array.isArray(e)&&eo(e)&&!Pt(e),to=e=>le(e)&&e.target?er(e.target)?e.target.checked:e.target.value:e,Fu=e=>e.substring(0,e.search(/\.\d+(\.|$)/))||e,ro=(e,t)=>e.has(Fu(t)),Ru=e=>{const t=e.constructor&&e.constructor.prototype;return le(t)&&t.hasOwnProperty("isPrototypeOf")},kn=typeof window!="undefined"&&typeof window.HTMLElement!="undefined"&&typeof document!="undefined";function ue(e){let t;const r=Array.isArray(e);if(e instanceof Date)t=new Date(e);else if(e instanceof Set)t=new Set(e);else if(!(kn&&(e instanceof Blob||e instanceof FileList))&&(r||le(e)))if(t=r?[]:{},!r&&!Ru(e))t=e;else for(const n in e)e.hasOwnProperty(n)&&(t[n]=ue(e[n]));else return e;return t}var tr=e=>Array.isArray(e)?e.filter(Boolean):[],Q=e=>e===void 0,N=(e,t,r)=>{if(!t||!le(e))return r;const n=tr(t.split(/[,[\].]+?/)).reduce((i,a)=>he(i)?i:i[a],e);return Q(n)||n===e?Q(e[t])?r:e[t]:n},Re=e=>typeof e=="boolean",jn=e=>/^\w*$/.test(e),no=e=>tr(e.replace(/["|']|\]/g,"").split(/\.|\[/)),G=(e,t,r)=>{let n=-1;const i=jn(t)?[t]:no(t),a=i.length,o=a-1;for(;++n<a;){const s=i[n];let u=r;if(n!==o){const c=e[s];u=le(c)||Array.isArray(c)?c:isNaN(+i[n+1])?{}:[]}if(s==="__proto__")return;e[s]=u,e=e[s]}return e};const yr={BLUR:"blur",FOCUS_OUT:"focusout",CHANGE:"change"},we={onBlur:"onBlur",onChange:"onChange",onSubmit:"onSubmit",onTouched:"onTouched",all:"all"},We={max:"max",min:"min",maxLength:"maxLength",minLength:"minLength",pattern:"pattern",required:"required",validate:"validate"},io=_.default.createContext(null),Ve=()=>_.default.useContext(io),ao=e=>{const{children:t,...r}=e;return _.default.createElement(io.Provider,{value:r},t)};var oo=(e,t,r,n=!0)=>{const i={defaultValues:t._defaultValues};for(const a in e)Object.defineProperty(i,a,{get:()=>{const o=a;return t._proxyFormState[o]!==we.all&&(t._proxyFormState[o]=!n||we.all),r&&(r[o]=!0),e[o]}});return i},ve=e=>le(e)&&!Object.keys(e).length,so=(e,t,r,n)=>{r(e);const{name:i,...a}=e;return ve(a)||Object.keys(a).length>=Object.keys(t).length||Object.keys(a).find(o=>t[o]===(!n||we.all))},ye=e=>Array.isArray(e)?e:[e],uo=(e,t,r)=>!e||!t||e===t||ye(e).some(n=>n&&(r?n===t:n.startsWith(t)||t.startsWith(n)));function Ir(e){const t=_.default.useRef(e);t.current=e,_.default.useEffect(()=>{const r=!e.disabled&&t.current.subject&&t.current.subject.subscribe({next:t.current.next});return()=>{r&&r.unsubscribe()}},[e.disabled])}function lo(e){const t=Ve(),{control:r=t.control,disabled:n,name:i,exact:a}=e||{},[o,s]=_.default.useState(r._formState),u=_.default.useRef(!0),c=_.default.useRef({isDirty:!1,isLoading:!1,dirtyFields:!1,touchedFields:!1,validatingFields:!1,isValidating:!1,isValid:!1,errors:!1}),f=_.default.useRef(i);return f.current=i,Ir({disabled:n,next:l=>u.current&&uo(f.current,l.name,a)&&so(l,c.current,r._updateFormState)&&s({...r._formState,...l}),subject:r._subjects.state}),_.default.useEffect(()=>(u.current=!0,c.current.isValid&&r._updateValid(!0),()=>{u.current=!1}),[r]),oo(o,r,c.current,!1)}var De=e=>typeof e=="string",co=(e,t,r,n,i)=>De(e)?(n&&t.watch.add(e),N(r,e,i)):Array.isArray(e)?e.map(a=>(n&&t.watch.add(a),N(r,a))):(n&&(t.watchAll=!0),r);function fo(e){const t=Ve(),{control:r=t.control,name:n,defaultValue:i,disabled:a,exact:o}=e||{},s=_.default.useRef(n);s.current=n,Ir({disabled:a,subject:r._subjects.values,next:f=>{uo(s.current,f.name,o)&&c(ue(co(s.current,r._names,f.values||r._formValues,!1,i)))}});const[u,c]=_.default.useState(r._getWatch(n,i));return _.default.useEffect(()=>r._removeUnmounted()),u}function go(e){const t=Ve(),{name:r,disabled:n,control:i=t.control,shouldUnregister:a}=e,o=ro(i._names.array,r),s=fo({control:i,name:r,defaultValue:N(i._formValues,r,N(i._defaultValues,r,e.defaultValue)),exact:!0}),u=lo({control:i,name:r}),c=_.default.useRef(i.register(r,{...e.rules,value:s,...Re(e.disabled)?{disabled:e.disabled}:{}}));return _.default.useEffect(()=>{const f=i._options.shouldUnregister||a,l=(d,g)=>{const p=N(i._fields,d);p&&p._f&&(p._f.mount=g)};if(l(r,!0),f){const d=ue(N(i._options.defaultValues,r));G(i._defaultValues,r,d),Q(N(i._formValues,r))&&G(i._formValues,r,d)}return()=>{(o?f&&!i._state.action:f)?i.unregister(r):l(r,!1)}},[r,i,o,a]),_.default.useEffect(()=>{N(i._fields,r)&&i._updateDisabledField({disabled:n,fields:i._fields,name:r,value:N(i._fields,r)._f.value})},[n,r,i]),{field:{name:r,value:s,...Re(n)||u.disabled?{disabled:u.disabled||n}:{},onChange:_.default.useCallback(f=>c.current.onChange({target:{value:to(f),name:r},type:yr.CHANGE}),[r]),onBlur:_.default.useCallback(()=>c.current.onBlur({target:{value:N(i._formValues,r),name:r},type:yr.BLUR}),[r,i]),ref:f=>{const l=N(i._fields,r);l&&f&&(l._f.ref={focus:()=>f.focus(),select:()=>f.select(),setCustomValidity:d=>f.setCustomValidity(d),reportValidity:()=>f.reportValidity()})}},formState:u,fieldState:Object.defineProperties({},{invalid:{enumerable:!0,get:()=>!!N(u.errors,r)},isDirty:{enumerable:!0,get:()=>!!N(u.dirtyFields,r)},isTouched:{enumerable:!0,get:()=>!!N(u.touchedFields,r)},isValidating:{enumerable:!0,get:()=>!!N(u.validatingFields,r)},error:{enumerable:!0,get:()=>N(u.errors,r)}})}}const $u=e=>e.render(go(e)),Du="post";function Mu(e){const t=Ve(),[r,n]=_.default.useState(!1),{control:i=t.control,onSubmit:a,children:o,action:s,method:u=Du,headers:c,encType:f,onError:l,render:d,onSuccess:g,validateStatus:p,...y}=e,v=async b=>{let m=!1,P="";await i.handleSubmit(async C=>{const w=new FormData;let A="";try{A=JSON.stringify(C)}catch{}for(const L of i._names.mount)w.append(L,N(C,L));if(a&&await a({data:C,event:b,method:u,formData:w,formDataJson:A}),s)try{const L=[c&&c["Content-Type"],f].some(D=>D&&D.includes("json")),R=await fetch(s,{method:u,headers:{...c,...f?{"Content-Type":f}:{}},body:L?A:w});R&&(p?!p(R.status):R.status<200||R.status>=300)?(m=!0,l&&l({response:R}),P=String(R.status)):g&&g({response:R})}catch(L){m=!0,l&&l({error:L})}})(b),m&&e.control&&(e.control._subjects.state.next({isSubmitSuccessful:!1}),e.control.setError("root.server",{type:P}))};return _.default.useEffect(()=>{n(!0)},[]),d?_.default.createElement(_.default.Fragment,null,d({submit:v})):_.default.createElement("form",{noValidate:r,action:s,method:u,encType:f,onSubmit:v,...y},o)}var po=(e,t,r,n,i)=>t?{...r[e],types:{...r[e]&&r[e].types?r[e].types:{},[n]:i||!0}}:{},Je=()=>{const e=typeof performance=="undefined"?Date.now():performance.now()*1e3;return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,t=>{const r=(Math.random()*16+e)%16|0;return(t=="x"?r:r&3|8).toString(16)})},zr=(e,t,r={})=>r.shouldFocus||Q(r.shouldFocus)?r.focusName||`${e}.${Q(r.focusIndex)?t:r.focusIndex}.`:"",Gt=e=>({isOnSubmit:!e||e===we.onSubmit,isOnBlur:e===we.onBlur,isOnChange:e===we.onChange,isOnAll:e===we.all,isOnTouch:e===we.onTouched}),bn=(e,t,r)=>!r&&(t.watchAll||t.watch.has(e)||[...t.watch].some(n=>e.startsWith(n)&&/^\.\w+/.test(e.slice(n.length))));const At=(e,t,r,n)=>{for(const i of r||Object.keys(e)){const a=N(e,i);if(a){const{_f:o,...s}=a;if(o){if(o.refs&&o.refs[0]&&t(o.refs[0],i)&&!n)break;if(o.ref&&t(o.ref,o.name)&&!n)break;At(s,t)}else le(s)&&At(s,t)}}};var ho=(e,t,r)=>{const n=ye(N(e,r));return G(n,"root",t[r]),G(e,r,n),e},Vn=e=>e.type==="file",et=e=>typeof e=="function",br=e=>{if(!kn)return!1;const t=e?e.ownerDocument:0;return e instanceof(t&&t.defaultView?t.defaultView.HTMLElement:HTMLElement)},dr=e=>De(e),Un=e=>e.type==="radio",Sr=e=>e instanceof RegExp;const _i={value:!1,isValid:!1},Ti={value:!0,isValid:!0};var mo=e=>{if(Array.isArray(e)){if(e.length>1){const t=e.filter(r=>r&&r.checked&&!r.disabled).map(r=>r.value);return{value:t,isValid:!!t.length}}return e[0].checked&&!e[0].disabled?e[0].attributes&&!Q(e[0].attributes.value)?Q(e[0].value)||e[0].value===""?Ti:{value:e[0].value,isValid:!0}:Ti:_i}return _i};const Ni={isValid:!1,value:null};var vo=e=>Array.isArray(e)?e.reduce((t,r)=>r&&r.checked&&!r.disabled?{isValid:!0,value:r.value}:t,Ni):Ni;function Li(e,t,r="validate"){if(dr(e)||Array.isArray(e)&&e.every(dr)||Re(e)&&!e)return{type:r,message:dr(e)?e:"",ref:t}}var xt=e=>le(e)&&!Sr(e)?e:{value:e,message:""},Sn=async(e,t,r,n,i)=>{const{ref:a,refs:o,required:s,maxLength:u,minLength:c,min:f,max:l,pattern:d,validate:g,name:p,valueAsNumber:y,mount:v,disabled:b}=e._f,m=N(t,p);if(!v||b)return{};const P=o?o[0]:a,C=$=>{n&&P.reportValidity&&(P.setCustomValidity(Re($)?"":$||""),P.reportValidity())},w={},A=Un(a),L=er(a),R=A||L,D=(y||Vn(a))&&Q(a.value)&&Q(m)||br(a)&&a.value===""||m===""||Array.isArray(m)&&!m.length,k=po.bind(null,p,r,w),q=($,j,B,H=We.maxLength,Y=We.minLength)=>{const V=$?j:B;w[p]={type:$?H:Y,message:V,ref:a,...k($?H:Y,V)}};if(i?!Array.isArray(m)||!m.length:s&&(!R&&(D||he(m))||Re(m)&&!m||L&&!mo(o).isValid||A&&!vo(o).isValid)){const{value:$,message:j}=dr(s)?{value:!!s,message:s}:xt(s);if($&&(w[p]={type:We.required,message:j,ref:P,...k(We.required,j)},!r))return C(j),w}if(!D&&(!he(f)||!he(l))){let $,j;const B=xt(l),H=xt(f);if(!he(m)&&!isNaN(m)){const Y=a.valueAsNumber||m&&+m;he(B.value)||($=Y>B.value),he(H.value)||(j=Y<H.value)}else{const Y=a.valueAsDate||new Date(m),V=re=>new Date(new Date().toDateString()+" "+re),te=a.type=="time",ae=a.type=="week";De(B.value)&&m&&($=te?V(m)>V(B.value):ae?m>B.value:Y>new Date(B.value)),De(H.value)&&m&&(j=te?V(m)<V(H.value):ae?m<H.value:Y<new Date(H.value))}if(($||j)&&(q(!!$,B.message,H.message,We.max,We.min),!r))return C(w[p].message),w}if((u||c)&&!D&&(De(m)||i&&Array.isArray(m))){const $=xt(u),j=xt(c),B=!he($.value)&&m.length>+$.value,H=!he(j.value)&&m.length<+j.value;if((B||H)&&(q(B,$.message,j.message),!r))return C(w[p].message),w}if(d&&!D&&De(m)){const{value:$,message:j}=xt(d);if(Sr($)&&!m.match($)&&(w[p]={type:We.pattern,message:j,ref:a,...k(We.pattern,j)},!r))return C(j),w}if(g){if(et(g)){const $=await g(m,t),j=Li($,P);if(j&&(w[p]={...j,...k(We.validate,j.message)},!r))return C(j.message),w}else if(le(g)){let $={};for(const j in g){if(!ve($)&&!r)break;const B=Li(await g[j](m,t),P,j);B&&($={...B,...k(j,B.message)},C(B.message),r&&(w[p]=$))}if(!ve($)&&(w[p]={ref:P,...$},!r))return w}}return C(!0),w},Qr=(e,t)=>[...e,...ye(t)],qr=e=>Array.isArray(e)?e.map(()=>{}):void 0;function Jr(e,t,r){return[...e.slice(0,t),...ye(r),...e.slice(t)]}var Zr=(e,t,r)=>Array.isArray(e)?(Q(e[r])&&(e[r]=void 0),e.splice(r,0,e.splice(t,1)[0]),e):[],Xr=(e,t)=>[...ye(t),...ye(e)];function ku(e,t){let r=0;const n=[...e];for(const i of t)n.splice(i-r,1),r++;return tr(n).length?n:[]}var en=(e,t)=>Q(t)?[]:ku(e,ye(t).sort((r,n)=>r-n)),tn=(e,t,r)=>{[e[t],e[r]]=[e[r],e[t]]};function ju(e,t){const r=t.slice(0,-1).length;let n=0;for(;n<r;)e=Q(e)?n++:e[t[n++]];return e}function Vu(e){for(const t in e)if(e.hasOwnProperty(t)&&!Q(e[t]))return!1;return!0}function ie(e,t){const r=Array.isArray(t)?t:jn(t)?[t]:no(t),n=r.length===1?e:ju(e,r),i=r.length-1,a=r[i];return n&&delete n[a],i!==0&&(le(n)&&ve(n)||Array.isArray(n)&&Vu(n))&&ie(e,r.slice(0,-1)),e}var Ii=(e,t,r)=>(e[t]=r,e);function Uu(e){const t=Ve(),{control:r=t.control,name:n,keyName:i="id",shouldUnregister:a}=e,[o,s]=_.default.useState(r._getFieldArray(n)),u=_.default.useRef(r._getFieldArray(n).map(Je)),c=_.default.useRef(o),f=_.default.useRef(n),l=_.default.useRef(!1);f.current=n,c.current=o,r._names.array.add(n),e.rules&&r.register(n,e.rules),Ir({next:({values:w,name:A})=>{if(A===f.current||!A){const L=N(w,f.current);Array.isArray(L)&&(s(L),u.current=L.map(Je))}},subject:r._subjects.array});const d=_.default.useCallback(w=>{l.current=!0,r._updateFieldArray(n,w)},[r,n]),g=(w,A)=>{const L=ye(ue(w)),R=Qr(r._getFieldArray(n),L);r._names.focus=zr(n,R.length-1,A),u.current=Qr(u.current,L.map(Je)),d(R),s(R),r._updateFieldArray(n,R,Qr,{argA:qr(w)})},p=(w,A)=>{const L=ye(ue(w)),R=Xr(r._getFieldArray(n),L);r._names.focus=zr(n,0,A),u.current=Xr(u.current,L.map(Je)),d(R),s(R),r._updateFieldArray(n,R,Xr,{argA:qr(w)})},y=w=>{const A=en(r._getFieldArray(n),w);u.current=en(u.current,w),d(A),s(A),r._updateFieldArray(n,A,en,{argA:w})},v=(w,A,L)=>{const R=ye(ue(A)),D=Jr(r._getFieldArray(n),w,R);r._names.focus=zr(n,w,L),u.current=Jr(u.current,w,R.map(Je)),d(D),s(D),r._updateFieldArray(n,D,Jr,{argA:w,argB:qr(A)})},b=(w,A)=>{const L=r._getFieldArray(n);tn(L,w,A),tn(u.current,w,A),d(L),s(L),r._updateFieldArray(n,L,tn,{argA:w,argB:A},!1)},m=(w,A)=>{const L=r._getFieldArray(n);Zr(L,w,A),Zr(u.current,w,A),d(L),s(L),r._updateFieldArray(n,L,Zr,{argA:w,argB:A},!1)},P=(w,A)=>{const L=ue(A),R=Ii(r._getFieldArray(n),w,L);u.current=[...R].map((D,k)=>!D||k===w?Je():u.current[k]),d(R),s([...R]),r._updateFieldArray(n,R,Ii,{argA:w,argB:L},!0,!1)},C=w=>{const A=ye(ue(w));u.current=A.map(Je),d([...A]),s([...A]),r._updateFieldArray(n,[...A],L=>L,{},!0,!1)};return _.default.useEffect(()=>{if(r._state.action=!1,bn(n,r._names)&&r._subjects.state.next({...r._formState}),l.current&&(!Gt(r._options.mode).isOnSubmit||r._formState.isSubmitted))if(r._options.resolver)r._executeSchema([n]).then(w=>{const A=N(w.errors,n),L=N(r._formState.errors,n);(L?!A&&L.type||A&&(L.type!==A.type||L.message!==A.message):A&&A.type)&&(A?G(r._formState.errors,n,A):ie(r._formState.errors,n),r._subjects.state.next({errors:r._formState.errors}))});else{const w=N(r._fields,n);w&&w._f&&!(Gt(r._options.reValidateMode).isOnSubmit&&Gt(r._options.mode).isOnSubmit)&&Sn(w,r._formValues,r._options.criteriaMode===we.all,r._options.shouldUseNativeValidation,!0).then(A=>!ve(A)&&r._subjects.state.next({errors:ho(r._formState.errors,A,n)}))}r._subjects.values.next({name:n,values:{...r._formValues}}),r._names.focus&&At(r._fields,(w,A)=>{if(r._names.focus&&A.startsWith(r._names.focus)&&w.focus)return w.focus(),1}),r._names.focus="",r._updateValid(),l.current=!1},[o,n,r]),_.default.useEffect(()=>(!N(r._formValues,n)&&r._updateFieldArray(n),()=>{(r._options.shouldUnregister||a)&&r.unregister(n)}),[n,r,i,a]),{swap:_.default.useCallback(b,[d,n,r]),move:_.default.useCallback(m,[d,n,r]),prepend:_.default.useCallback(p,[d,n,r]),append:_.default.useCallback(g,[d,n,r]),remove:_.default.useCallback(y,[d,n,r]),insert:_.default.useCallback(v,[d,n,r]),update:_.default.useCallback(P,[d,n,r]),replace:_.default.useCallback(C,[d,n,r]),fields:_.default.useMemo(()=>o.map((w,A)=>({...w,[i]:u.current[A]||Je()})),[o,i])}}var rn=()=>{let e=[];return{get observers(){return e},next:i=>{for(const a of e)a.next&&a.next(i)},subscribe:i=>(e.push(i),{unsubscribe:()=>{e=e.filter(a=>a!==i)}}),unsubscribe:()=>{e=[]}}},Or=e=>he(e)||!eo(e);function ft(e,t){if(Or(e)||Or(t))return e===t;if(Pt(e)&&Pt(t))return e.getTime()===t.getTime();const r=Object.keys(e),n=Object.keys(t);if(r.length!==n.length)return!1;for(const i of r){const a=e[i];if(!n.includes(i))return!1;if(i!=="ref"){const o=t[i];if(Pt(a)&&Pt(o)||le(a)&&le(o)||Array.isArray(a)&&Array.isArray(o)?!ft(a,o):a!==o)return!1}}return!0}var yo=e=>e.type==="select-multiple",Bu=e=>Un(e)||er(e),nn=e=>br(e)&&e.isConnected,bo=e=>{for(const t in e)if(et(e[t]))return!0;return!1};function wr(e,t={}){const r=Array.isArray(e);if(le(e)||r)for(const n in e)Array.isArray(e[n])||le(e[n])&&!bo(e[n])?(t[n]=Array.isArray(e[n])?[]:{},wr(e[n],t[n])):he(e[n])||(t[n]=!0);return t}function So(e,t,r){const n=Array.isArray(e);if(le(e)||n)for(const i in e)Array.isArray(e[i])||le(e[i])&&!bo(e[i])?Q(t)||Or(r[i])?r[i]=Array.isArray(e[i])?wr(e[i],[]):{...wr(e[i])}:So(e[i],he(t)?{}:t[i],r[i]):r[i]=!ft(e[i],t[i]);return r}var sr=(e,t)=>So(e,t,wr(t)),Oo=(e,{valueAsNumber:t,valueAsDate:r,setValueAs:n})=>Q(e)?e:t?e===""?NaN:e&&+e:r&&De(e)?new Date(e):n?n(e):e;function an(e){const t=e.ref;if(!(e.refs?e.refs.every(r=>r.disabled):t.disabled))return Vn(t)?t.files:Un(t)?vo(e.refs).value:yo(t)?[...t.selectedOptions].map(({value:r})=>r):er(t)?mo(e.refs).value:Oo(Q(t.value)?e.ref.value:t.value,e)}var Hu=(e,t,r,n)=>{const i={};for(const a of e){const o=N(t,a);o&&G(i,a,o._f)}return{criteriaMode:r,names:[...e],fields:i,shouldUseNativeValidation:n}},Dt=e=>Q(e)?e:Sr(e)?e.source:le(e)?Sr(e.value)?e.value.source:e.value:e,Wu=e=>e.mount&&(e.required||e.min||e.max||e.maxLength||e.minLength||e.pattern||e.validate);function Fi(e,t,r){const n=N(e,r);if(n||jn(r))return{error:n,name:r};const i=r.split(".");for(;i.length;){const a=i.join("."),o=N(t,a),s=N(e,a);if(o&&!Array.isArray(o)&&r!==a)return{name:r};if(s&&s.type)return{name:a,error:s};i.pop()}return{name:r}}var Ku=(e,t,r,n,i)=>i.isOnAll?!1:!r&&i.isOnTouch?!(t||e):(r?n.isOnBlur:i.isOnBlur)?!e:(r?n.isOnChange:i.isOnChange)?e:!0,Gu=(e,t)=>!tr(N(e,t)).length&&ie(e,t);const Yu={mode:we.onSubmit,reValidateMode:we.onChange,shouldFocusError:!0};function zu(e={}){let t={...Yu,...e},r={submitCount:0,isDirty:!1,isLoading:et(t.defaultValues),isValidating:!1,isSubmitted:!1,isSubmitting:!1,isSubmitSuccessful:!1,isValid:!1,touchedFields:{},dirtyFields:{},validatingFields:{},errors:t.errors||{},disabled:t.disabled||!1},n={},i=le(t.defaultValues)||le(t.values)?ue(t.defaultValues||t.values)||{}:{},a=t.shouldUnregister?{}:ue(i),o={action:!1,mount:!1,watch:!1},s={mount:new Set,unMount:new Set,array:new Set,watch:new Set},u,c=0;const f={isDirty:!1,dirtyFields:!1,validatingFields:!1,touchedFields:!1,isValidating:!1,isValid:!1,errors:!1},l={values:rn(),array:rn(),state:rn()},d=Gt(t.mode),g=Gt(t.reValidateMode),p=t.criteriaMode===we.all,y=h=>O=>{clearTimeout(c),c=setTimeout(h,O)},v=async h=>{if(f.isValid||h){const O=t.resolver?ve((await R()).errors):await k(n,!0);O!==r.isValid&&l.state.next({isValid:O})}},b=(h,O)=>{(f.isValidating||f.validatingFields)&&((h||Array.from(s.mount)).forEach(E=>{E&&(O?G(r.validatingFields,E,O):ie(r.validatingFields,E))}),l.state.next({validatingFields:r.validatingFields,isValidating:!ve(r.validatingFields)}))},m=(h,O=[],E,F,I=!0,T=!0)=>{if(F&&E){if(o.action=!0,T&&Array.isArray(N(n,h))){const M=E(N(n,h),F.argA,F.argB);I&&G(n,h,M)}if(T&&Array.isArray(N(r.errors,h))){const M=E(N(r.errors,h),F.argA,F.argB);I&&G(r.errors,h,M),Gu(r.errors,h)}if(f.touchedFields&&T&&Array.isArray(N(r.touchedFields,h))){const M=E(N(r.touchedFields,h),F.argA,F.argB);I&&G(r.touchedFields,h,M)}f.dirtyFields&&(r.dirtyFields=sr(i,a)),l.state.next({name:h,isDirty:$(h,O),dirtyFields:r.dirtyFields,errors:r.errors,isValid:r.isValid})}else G(a,h,O)},P=(h,O)=>{G(r.errors,h,O),l.state.next({errors:r.errors})},C=h=>{r.errors=h,l.state.next({errors:r.errors,isValid:!1})},w=(h,O,E,F)=>{const I=N(n,h);if(I){const T=N(a,h,Q(E)?N(i,h):E);Q(T)||F&&F.defaultChecked||O?G(a,h,O?T:an(I._f)):H(h,T),o.mount&&v()}},A=(h,O,E,F,I)=>{let T=!1,M=!1;const K={name:h},ne=!!(N(n,h)&&N(n,h)._f&&N(n,h)._f.disabled);if(!E||F){f.isDirty&&(M=r.isDirty,r.isDirty=K.isDirty=$(),T=M!==K.isDirty);const be=ne||ft(N(i,h),O);M=!!(!ne&&N(r.dirtyFields,h)),be||ne?ie(r.dirtyFields,h):G(r.dirtyFields,h,!0),K.dirtyFields=r.dirtyFields,T=T||f.dirtyFields&&M!==!be}if(E){const be=N(r.touchedFields,h);be||(G(r.touchedFields,h,E),K.touchedFields=r.touchedFields,T=T||f.touchedFields&&be!==E)}return T&&I&&l.state.next(K),T?K:{}},L=(h,O,E,F)=>{const I=N(r.errors,h),T=f.isValid&&Re(O)&&r.isValid!==O;if(e.delayError&&E?(u=y(()=>P(h,E)),u(e.delayError)):(clearTimeout(c),u=null,E?G(r.errors,h,E):ie(r.errors,h)),(E?!ft(I,E):I)||!ve(F)||T){const M={...F,...T&&Re(O)?{isValid:O}:{},errors:r.errors,name:h};r={...r,...M},l.state.next(M)}},R=async h=>{b(h,!0);const O=await t.resolver(a,t.context,Hu(h||s.mount,n,t.criteriaMode,t.shouldUseNativeValidation));return b(h),O},D=async h=>{const{errors:O}=await R(h);if(h)for(const E of h){const F=N(O,E);F?G(r.errors,E,F):ie(r.errors,E)}else r.errors=O;return O},k=async(h,O,E={valid:!0})=>{for(const F in h){const I=h[F];if(I){const{_f:T,...M}=I;if(T){const K=s.array.has(T.name);b([F],!0);const ne=await Sn(I,a,p,t.shouldUseNativeValidation&&!O,K);if(b([F]),ne[T.name]&&(E.valid=!1,O))break;!O&&(N(ne,T.name)?K?ho(r.errors,ne,T.name):G(r.errors,T.name,ne[T.name]):ie(r.errors,T.name))}M&&await k(M,O,E)}}return E.valid},q=()=>{for(const h of s.unMount){const O=N(n,h);O&&(O._f.refs?O._f.refs.every(E=>!nn(E)):!nn(O._f.ref))&&_e(h)}s.unMount=new Set},$=(h,O)=>(h&&O&&G(a,h,O),!ft(oe(),i)),j=(h,O,E)=>co(h,s,{...o.mount?a:Q(O)?i:De(h)?{[h]:O}:O},E,O),B=h=>tr(N(o.mount?a:i,h,e.shouldUnregister?N(i,h,[]):[])),H=(h,O,E={})=>{const F=N(n,h);let I=O;if(F){const T=F._f;T&&(!T.disabled&&G(a,h,Oo(O,T)),I=br(T.ref)&&he(O)?"":O,yo(T.ref)?[...T.ref.options].forEach(M=>M.selected=I.includes(M.value)):T.refs?er(T.ref)?T.refs.length>1?T.refs.forEach(M=>(!M.defaultChecked||!M.disabled)&&(M.checked=Array.isArray(I)?!!I.find(K=>K===M.value):I===M.value)):T.refs[0]&&(T.refs[0].checked=!!I):T.refs.forEach(M=>M.checked=M.value===I):Vn(T.ref)?T.ref.value="":(T.ref.value=I,T.ref.type||l.values.next({name:h,values:{...a}})))}(E.shouldDirty||E.shouldTouch)&&A(h,I,E.shouldTouch,E.shouldDirty,!0),E.shouldValidate&&re(h)},Y=(h,O,E)=>{for(const F in O){const I=O[F],T=`${h}.${F}`,M=N(n,T);(s.array.has(h)||!Or(I)||M&&!M._f)&&!Pt(I)?Y(T,I,E):H(T,I,E)}},V=(h,O,E={})=>{const F=N(n,h),I=s.array.has(h),T=ue(O);G(a,h,T),I?(l.array.next({name:h,values:{...a}}),(f.isDirty||f.dirtyFields)&&E.shouldDirty&&l.state.next({name:h,dirtyFields:sr(i,a),isDirty:$(h,T)})):F&&!F._f&&!he(T)?Y(h,T,E):H(h,T,E),bn(h,s)&&l.state.next({...r}),l.values.next({name:o.mount?h:void 0,values:{...a}})},te=async h=>{o.mount=!0;const O=h.target;let E=O.name,F=!0;const I=N(n,E),T=()=>O.type?an(I._f):to(h),M=K=>{F=Number.isNaN(K)||K===N(a,E,K)};if(I){let K,ne;const be=T(),Ot=h.type===yr.BLUR||h.type===yr.FOCUS_OUT,zs=!Wu(I._f)&&!t.resolver&&!N(r.errors,E)&&!I._f.deps||Ku(Ot,N(r.touchedFields,E),r.isSubmitted,g,d),Kr=bn(E,s,Ot);G(a,E,be),Ot?(I._f.onBlur&&I._f.onBlur(h),u&&u(0)):I._f.onChange&&I._f.onChange(h);const Gr=A(E,be,Ot,!1),Qs=!ve(Gr)||Kr;if(!Ot&&l.values.next({name:E,type:h.type,values:{...a}}),zs)return f.isValid&&v(),Qs&&l.state.next({name:E,...Kr?{}:Gr});if(!Ot&&Kr&&l.state.next({...r}),t.resolver){const{errors:si}=await R([E]);if(M(be),F){const qs=Fi(r.errors,n,E),ui=Fi(si,n,qs.name||E);K=ui.error,E=ui.name,ne=ve(si)}}else b([E],!0),K=(await Sn(I,a,p,t.shouldUseNativeValidation))[E],b([E]),M(be),F&&(K?ne=!1:f.isValid&&(ne=await k(n,!0)));F&&(I._f.deps&&re(I._f.deps),L(E,ne,K,Gr))}},ae=(h,O)=>{if(N(r.errors,O)&&h.focus)return h.focus(),1},re=async(h,O={})=>{let E,F;const I=ye(h);if(t.resolver){const T=await D(Q(h)?h:I);E=ve(T),F=h?!I.some(M=>N(T,M)):E}else h?(F=(await Promise.all(I.map(async T=>{const M=N(n,T);return await k(M&&M._f?{[T]:M}:M)}))).every(Boolean),!(!F&&!r.isValid)&&v()):F=E=await k(n);return l.state.next({...!De(h)||f.isValid&&E!==r.isValid?{}:{name:h},...t.resolver||!h?{isValid:E}:{},errors:r.errors}),O.shouldFocus&&!F&&At(n,ae,h?I:s.mount),F},oe=h=>{const O={...o.mount?a:i};return Q(h)?O:De(h)?N(O,h):h.map(E=>N(O,E))},me=(h,O)=>({invalid:!!N((O||r).errors,h),isDirty:!!N((O||r).dirtyFields,h),error:N((O||r).errors,h),isValidating:!!N(r.validatingFields,h),isTouched:!!N((O||r).touchedFields,h)}),st=h=>{h&&ye(h).forEach(O=>ie(r.errors,O)),l.state.next({errors:h?r.errors:{}})},se=(h,O,E)=>{const F=(N(n,h,{_f:{}})._f||{}).ref,I=N(r.errors,h)||{},{ref:T,message:M,type:K,...ne}=I;G(r.errors,h,{...ne,...O,ref:F}),l.state.next({name:h,errors:r.errors,isValid:!1}),E&&E.shouldFocus&&F&&F.focus&&F.focus()},St=(h,O)=>et(h)?l.values.subscribe({next:E=>h(j(void 0,O),E)}):j(h,O,!0),_e=(h,O={})=>{for(const E of h?ye(h):s.mount)s.mount.delete(E),s.array.delete(E),O.keepValue||(ie(n,E),ie(a,E)),!O.keepError&&ie(r.errors,E),!O.keepDirty&&ie(r.dirtyFields,E),!O.keepTouched&&ie(r.touchedFields,E),!O.keepIsValidating&&ie(r.validatingFields,E),!t.shouldUnregister&&!O.keepDefaultValue&&ie(i,E);l.values.next({values:{...a}}),l.state.next({...r,...O.keepDirty?{isDirty:$()}:{}}),!O.keepIsValid&&v()},Be=({disabled:h,name:O,field:E,fields:F,value:I})=>{if(Re(h)&&o.mount||!!h){const T=h?void 0:Q(I)?an(E?E._f:N(F,O)._f):I;G(a,O,T),A(O,T,!1,!1,!0)}},He=(h,O={})=>{let E=N(n,h);const F=Re(O.disabled);return G(n,h,{...E||{},_f:{...E&&E._f?E._f:{ref:{name:h}},name:h,mount:!0,...O}}),s.mount.add(h),E?Be({field:E,disabled:O.disabled,name:h,value:O.value}):w(h,!0,O.value),{...F?{disabled:O.disabled}:{},...t.progressive?{required:!!O.required,min:Dt(O.min),max:Dt(O.max),minLength:Dt(O.minLength),maxLength:Dt(O.maxLength),pattern:Dt(O.pattern)}:{},name:h,onChange:te,onBlur:te,ref:I=>{if(I){He(h,O),E=N(n,h);const T=Q(I.value)&&I.querySelectorAll&&I.querySelectorAll("input,select,textarea")[0]||I,M=Bu(T),K=E._f.refs||[];if(M?K.find(ne=>ne===T):T===E._f.ref)return;G(n,h,{_f:{...E._f,...M?{refs:[...K.filter(nn),T,...Array.isArray(N(i,h))?[{}]:[]],ref:{type:T.type,name:h}}:{ref:T}}}),w(h,!1,void 0,T)}else E=N(n,h,{}),E._f&&(E._f.mount=!1),(t.shouldUnregister||O.shouldUnregister)&&!(ro(s.array,h)&&o.action)&&s.unMount.add(h)}}},Qe=()=>t.shouldFocusError&&At(n,ae,s.mount),ut=h=>{Re(h)&&(l.state.next({disabled:h}),At(n,(O,E)=>{const F=N(n,E);F&&(O.disabled=F._f.disabled||h,Array.isArray(F._f.refs)&&F._f.refs.forEach(I=>{I.disabled=F._f.disabled||h}))},0,!1))},W=(h,O)=>async E=>{let F;E&&(E.preventDefault&&E.preventDefault(),E.persist&&E.persist());let I=ue(a);if(l.state.next({isSubmitting:!0}),t.resolver){const{errors:T,values:M}=await R();r.errors=T,I=M}else await k(n);if(ie(r.errors,"root"),ve(r.errors)){l.state.next({errors:{}});try{await h(I,E)}catch(T){F=T}}else O&&await O({...r.errors},E),Qe(),setTimeout(Qe);if(l.state.next({isSubmitted:!0,isSubmitting:!1,isSubmitSuccessful:ve(r.errors)&&!F,submitCount:r.submitCount+1,errors:r.errors}),F)throw F},ge=(h,O={})=>{N(n,h)&&(Q(O.defaultValue)?V(h,ue(N(i,h))):(V(h,O.defaultValue),G(i,h,ue(O.defaultValue))),O.keepTouched||ie(r.touchedFields,h),O.keepDirty||(ie(r.dirtyFields,h),r.isDirty=O.defaultValue?$(h,ue(N(i,h))):$()),O.keepError||(ie(r.errors,h),f.isValid&&v()),l.state.next({...r}))},ce=(h,O={})=>{const E=h?ue(h):i,F=ue(E),I=ve(h),T=I?i:F;if(O.keepDefaultValues||(i=E),!O.keepValues){if(O.keepDirtyValues)for(const M of s.mount)N(r.dirtyFields,M)?G(T,M,N(a,M)):V(M,N(T,M));else{if(kn&&Q(h))for(const M of s.mount){const K=N(n,M);if(K&&K._f){const ne=Array.isArray(K._f.refs)?K._f.refs[0]:K._f.ref;if(br(ne)){const be=ne.closest("form");if(be){be.reset();break}}}}n={}}a=e.shouldUnregister?O.keepDefaultValues?ue(i):{}:ue(T),l.array.next({values:{...T}}),l.values.next({values:{...T}})}s={mount:O.keepDirtyValues?s.mount:new Set,unMount:new Set,array:new Set,watch:new Set,watchAll:!1,focus:""},o.mount=!f.isValid||!!O.keepIsValid||!!O.keepDirtyValues,o.watch=!!e.shouldUnregister,l.state.next({submitCount:O.keepSubmitCount?r.submitCount:0,isDirty:I?!1:O.keepDirty?r.isDirty:!!(O.keepDefaultValues&&!ft(h,i)),isSubmitted:O.keepIsSubmitted?r.isSubmitted:!1,dirtyFields:I?{}:O.keepDirtyValues?O.keepDefaultValues&&a?sr(i,a):r.dirtyFields:O.keepDefaultValues&&h?sr(i,h):O.keepDirty?r.dirtyFields:{},touchedFields:O.keepTouched?r.touchedFields:{},errors:O.keepErrors?r.errors:{},isSubmitSuccessful:O.keepIsSubmitSuccessful?r.isSubmitSuccessful:!1,isSubmitting:!1})},Ie=(h,O)=>ce(et(h)?h(a):h,O);return{control:{register:He,unregister:_e,getFieldState:me,handleSubmit:W,setError:se,_executeSchema:R,_getWatch:j,_getDirty:$,_updateValid:v,_removeUnmounted:q,_updateFieldArray:m,_updateDisabledField:Be,_getFieldArray:B,_reset:ce,_resetDefaultValues:()=>et(t.defaultValues)&&t.defaultValues().then(h=>{Ie(h,t.resetOptions),l.state.next({isLoading:!1})}),_updateFormState:h=>{r={...r,...h}},_disableForm:ut,_subjects:l,_proxyFormState:f,_setErrors:C,get _fields(){return n},get _formValues(){return a},get _state(){return o},set _state(h){o=h},get _defaultValues(){return i},get _names(){return s},set _names(h){s=h},get _formState(){return r},set _formState(h){r=h},get _options(){return t},set _options(h){t={...t,...h}}},trigger:re,register:He,handleSubmit:W,watch:St,setValue:V,getValues:oe,reset:Ie,resetField:ge,clearErrors:st,unregister:_e,setError:se,setFocus:(h,O={})=>{const E=N(n,h),F=E&&E._f;if(F){const I=F.refs?F.refs[0]:F.ref;I.focus&&(I.focus(),O.shouldSelect&&I.select())}},getFieldState:me}}function wo(e={}){const t=_.default.useRef(),r=_.default.useRef(),[n,i]=_.default.useState({isDirty:!1,isValidating:!1,isLoading:et(e.defaultValues),isSubmitted:!1,isSubmitting:!1,isSubmitSuccessful:!1,isValid:!1,submitCount:0,dirtyFields:{},touchedFields:{},validatingFields:{},errors:e.errors||{},disabled:e.disabled||!1,defaultValues:et(e.defaultValues)?void 0:e.defaultValues});t.current||(t.current={...zu(e),formState:n});const a=t.current.control;return a._options=e,Ir({subject:a._subjects.state,next:o=>{so(o,a._proxyFormState,a._updateFormState,!0)&&i({...a._formState})}}),_.default.useEffect(()=>a._disableForm(e.disabled),[a,e.disabled]),_.default.useEffect(()=>{if(a._proxyFormState.isDirty){const o=a._getDirty();o!==n.isDirty&&a._subjects.state.next({isDirty:o})}},[a,n.isDirty]),_.default.useEffect(()=>{e.values&&!ft(e.values,r.current)?(a._reset(e.values,a._options.resetOptions),r.current=e.values,i(o=>({...o}))):a._resetDefaultValues()},[e.values,a]),_.default.useEffect(()=>{e.errors&&a._setErrors(e.errors)},[e.errors,a]),_.default.useEffect(()=>{a._state.mount||(a._updateValid(),a._state.mount=!0),a._state.watch&&(a._state.watch=!1,a._subjects.state.next({...a._formState})),a._removeUnmounted()}),_.default.useEffect(()=>{e.shouldUnregister&&a._subjects.values.next({values:a._getWatch()})},[e.shouldUnregister,a]),t.current.formState=oo(n,a),t.current}var Qu=Object.freeze(Object.defineProperty({__proto__:null,Controller:$u,Form:Mu,FormProvider:ao,appendErrors:po,get:N,set:G,useController:go,useFieldArray:Uu,useForm:wo,useFormContext:Ve,useFormState:lo,useWatch:fo},Symbol.toStringTag,{value:"Module"})),Eo=(e=>(e.FULL_PAGE="FULL_PAGE",e.MODAL="MODAL",e))(Eo||{}),xo=(e=>(e.SIMPLE="SIMPLE",e.COMPLEX="COMPLEX",e.QUANTITY="QUANTITY",e))(xo||{}),Bn=(e=>(e.SELECT="selCtx",e.FILTER="fltCtx",e))(Bn||{}),Hn=(e=>(e.OPTIONS="3e/group/options",e.CONFIG="3e/group/config",e.PRODUCT="3e/product",e))(Hn||{}),Ee=(e=>(e.OK="OK",e.TOO_MUCH="TOO_MUCH",e.NOT_ENOUGHT="NOT_ENOUGHT",e.IGNORE="IGNORE",e))(Ee||{});const qu=(e,t,r)=>{if(e==="selected"||e==="filter")return[];if(r[t]===e)return[r];let n=Ao(e,t,r.items);return n!=null&&n.length||(n=Po(e,t,r.items),n.length),n},Po=(e,t,r)=>{const n=Ju(r),i=Ao(e,t,n);return i!=null&&i.length?i:n!=null&&n.length?Po(e,t,n):[]},Ju=e=>{let t=[];return Array.isArray(e)&&(t=e.map(r=>{if(Array.isArray(r==null?void 0:r.items))return r.items}).filter(r=>r!==void 0)),t.flat(1)},Ao=(e,t,r)=>{let n=[];return Array.isArray(r)&&(n=r.filter(i=>{if(i&&i[t]===e)return!0})),n},Zu=(e,t,r,n)=>{const i=qu(t,r,n),a=Xu(e,i).filter(o=>o!==null&&typeof o!="undefined");return a.length?a[0]:null},Xu=(e,t)=>{let r=[];return Array.isArray(t)&&t.length&&(r=t.map(n=>el(e,n))),r},el=(e,t)=>{if(t.id===e)return t;let r=_o(e,t.items);return r.length?(r.length>1&&console.error(`More than one ${e} in context ${t.id}`),r[0]):(r=Co(e,t.items),r.length?(r.length>1&&console.error(`More than one ${e} in context ${t.id}`),r[0]):null)},Co=(e,t)=>{const r=tl(t),n=_o(e,r);return n!=null&&n.length?n:r!=null&&r.length?Co(e,r):[]},tl=e=>{let t=[];return Array.isArray(e)&&(t=e.map(r=>{if(Array.isArray(r==null?void 0:r.items))return r.items}).filter(r=>r!==void 0)),t.flat(1)},_o=(e,t)=>Array.isArray(t)?t.filter(n=>{if(n&&n.id===e)return!0}):[],Wn=(e,t)=>{let r=0;for(const[n,i]of Object.entries(e))if(i){for(const[a,o]of Object.entries(i))if(o){const s=Zu(a,n,Bn.SELECT,t);s&&(s==null?void 0:s.price)?r+=parseFloat(s.price)*o:s||console.warn(`Error finding product: ${a} in selCtx: ${n}`)}}return r},To=e=>{const{price:t,state:{selected:r}={}}=e;return(!t||parseFloat(t||"1")===0)&&r?`${Wn(r,e)||"0"}`:t};var rl=typeof global=="object"&&global&&global.Object===Object&&global,No=rl,nl=typeof self=="object"&&self&&self.Object===Object&&self,il=No||nl||Function("return this")(),Ue=il,al=Ue.Symbol,at=al,Lo=Object.prototype,ol=Lo.hasOwnProperty,sl=Lo.toString,Mt=at?at.toStringTag:void 0;function ul(e){var t=ol.call(e,Mt),r=e[Mt];try{e[Mt]=void 0;var n=!0}catch{}var i=sl.call(e);return n&&(t?e[Mt]=r:delete e[Mt]),i}var ll=Object.prototype,cl=ll.toString;function fl(e){return cl.call(e)}var dl="[object Null]",gl="[object Undefined]",Ri=at?at.toStringTag:void 0;function Lt(e){return e==null?e===void 0?gl:dl:Ri&&Ri in Object(e)?ul(e):fl(e)}function ot(e){return e!=null&&typeof e=="object"}var pl="[object Symbol]";function hl(e){return typeof e=="symbol"||ot(e)&&Lt(e)==pl}var ml=Array.isArray,_t=ml,vl=/\s/;function yl(e){for(var t=e.length;t--&&vl.test(e.charAt(t)););return t}var bl=/^\s+/;function Sl(e){return e&&e.slice(0,yl(e)+1).replace(bl,"")}function pt(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var $i=0/0,Ol=/^[-+]0x[0-9a-f]+$/i,wl=/^0b[01]+$/i,El=/^0o[0-7]+$/i,xl=parseInt;function Io(e){if(typeof e=="number")return e;if(hl(e))return $i;if(pt(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=pt(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=Sl(e);var r=wl.test(e);return r||El.test(e)?xl(e.slice(2),r?2:8):Ol.test(e)?$i:+e}var Di=1/0,Pl=17976931348623157e292;function Mi(e){if(!e)return e===0?e:0;if(e=Io(e),e===Di||e===-Di){var t=e<0?-1:1;return t*Pl}return e===e?e:0}var Al="[object AsyncFunction]",Cl="[object Function]",_l="[object GeneratorFunction]",Tl="[object Proxy]";function Fo(e){if(!pt(e))return!1;var t=Lt(e);return t==Cl||t==_l||t==Al||t==Tl}var Nl=Ue["__core-js_shared__"],on=Nl,ki=function(){var e=/[^.]+$/.exec(on&&on.keys&&on.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function Ll(e){return!!ki&&ki in e}var Il=Function.prototype,Fl=Il.toString;function mt(e){if(e!=null){try{return Fl.call(e)}catch{}try{return e+""}catch{}}return""}var Rl=/[\\^$.*+?()[\]{}|]/g,$l=/^\[object .+?Constructor\]$/,Dl=Function.prototype,Ml=Object.prototype,kl=Dl.toString,jl=Ml.hasOwnProperty,Vl=RegExp("^"+kl.call(jl).replace(Rl,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Ul(e){if(!pt(e)||Ll(e))return!1;var t=Fo(e)?Vl:$l;return t.test(mt(e))}function Bl(e,t){return e==null?void 0:e[t]}function vt(e,t){var r=Bl(e,t);return Ul(r)?r:void 0}var Hl=vt(Ue,"WeakMap"),On=Hl,ji=Object.create,Wl=function(){function e(){}return function(t){if(!pt(t))return{};if(ji)return ji(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}(),Kl=Wl;function Gl(e,t){var r=-1,n=e.length;for(t||(t=Array(n));++r<n;)t[r]=e[r];return t}var Yl=function(){try{var e=vt(Object,"defineProperty");return e({},"",{}),e}catch{}}(),Vi=Yl;function zl(e,t){for(var r=-1,n=e==null?0:e.length;++r<n&&t(e[r],r,e)!==!1;);return e}var Ql=9007199254740991,ql=/^(?:0|[1-9]\d*)$/;function Jl(e,t){var r=typeof e;return t=t==null?Ql:t,!!t&&(r=="number"||r!="symbol"&&ql.test(e))&&e>-1&&e%1==0&&e<t}function Ro(e,t,r){t=="__proto__"&&Vi?Vi(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}function Kn(e,t){return e===t||e!==e&&t!==t}var Zl=Object.prototype,Xl=Zl.hasOwnProperty;function $o(e,t,r){var n=e[t];(!(Xl.call(e,t)&&Kn(n,r))||r===void 0&&!(t in e))&&Ro(e,t,r)}function Fr(e,t,r,n){var i=!r;r||(r={});for(var a=-1,o=t.length;++a<o;){var s=t[a],u=n?n(r[s],e[s],s,r,e):void 0;u===void 0&&(u=e[s]),i?Ro(r,s,u):$o(r,s,u)}return r}var ec=9007199254740991;function Do(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=ec}function Gn(e){return e!=null&&Do(e.length)&&!Fo(e)}var tc=Object.prototype;function Rr(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||tc;return e===r}function rc(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}var nc="[object Arguments]";function Ui(e){return ot(e)&&Lt(e)==nc}var Mo=Object.prototype,ic=Mo.hasOwnProperty,ac=Mo.propertyIsEnumerable,oc=Ui(function(){return arguments}())?Ui:function(e){return ot(e)&&ic.call(e,"callee")&&!ac.call(e,"callee")},ko=oc;function sc(){return!1}var jo=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Bi=jo&&typeof module=="object"&&module&&!module.nodeType&&module,uc=Bi&&Bi.exports===jo,Hi=uc?Ue.Buffer:void 0,lc=Hi?Hi.isBuffer:void 0,cc=lc||sc,Qt=cc,fc="[object Arguments]",dc="[object Array]",gc="[object Boolean]",pc="[object Date]",hc="[object Error]",mc="[object Function]",vc="[object Map]",yc="[object Number]",bc="[object Object]",Sc="[object RegExp]",Oc="[object Set]",wc="[object String]",Ec="[object WeakMap]",xc="[object ArrayBuffer]",Pc="[object DataView]",Ac="[object Float32Array]",Cc="[object Float64Array]",_c="[object Int8Array]",Tc="[object Int16Array]",Nc="[object Int32Array]",Lc="[object Uint8Array]",Ic="[object Uint8ClampedArray]",Fc="[object Uint16Array]",Rc="[object Uint32Array]",Z={};Z[Ac]=Z[Cc]=Z[_c]=Z[Tc]=Z[Nc]=Z[Lc]=Z[Ic]=Z[Fc]=Z[Rc]=!0;Z[fc]=Z[dc]=Z[xc]=Z[gc]=Z[Pc]=Z[pc]=Z[hc]=Z[mc]=Z[vc]=Z[yc]=Z[bc]=Z[Sc]=Z[Oc]=Z[wc]=Z[Ec]=!1;function $c(e){return ot(e)&&Do(e.length)&&!!Z[Lt(e)]}function Yn(e){return function(t){return e(t)}}var Vo=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Yt=Vo&&typeof module=="object"&&module&&!module.nodeType&&module,Dc=Yt&&Yt.exports===Vo,sn=Dc&&No.process,Mc=function(){try{var e=Yt&&Yt.require&&Yt.require("util").types;return e||sn&&sn.binding&&sn.binding("util")}catch{}}(),Tt=Mc,Wi=Tt&&Tt.isTypedArray,kc=Wi?Yn(Wi):$c,zn=kc,jc=Object.prototype,Vc=jc.hasOwnProperty;function Uo(e,t){var r=_t(e),n=!r&&ko(e),i=!r&&!n&&Qt(e),a=!r&&!n&&!i&&zn(e),o=r||n||i||a,s=o?rc(e.length,String):[],u=s.length;for(var c in e)(t||Vc.call(e,c))&&!(o&&(c=="length"||i&&(c=="offset"||c=="parent")||a&&(c=="buffer"||c=="byteLength"||c=="byteOffset")||Jl(c,u)))&&s.push(c);return s}function Bo(e,t){return function(r){return e(t(r))}}var Uc=Bo(Object.keys,Object),Bc=Uc,Hc=Object.prototype,Wc=Hc.hasOwnProperty;function Ho(e){if(!Rr(e))return Bc(e);var t=[];for(var r in Object(e))Wc.call(e,r)&&r!="constructor"&&t.push(r);return t}function Qn(e){return Gn(e)?Uo(e):Ho(e)}function Kc(e){var t=[];if(e!=null)for(var r in Object(e))t.push(r);return t}var Gc=Object.prototype,Yc=Gc.hasOwnProperty;function zc(e){if(!pt(e))return Kc(e);var t=Rr(e),r=[];for(var n in e)n=="constructor"&&(t||!Yc.call(e,n))||r.push(n);return r}function qn(e){return Gn(e)?Uo(e,!0):zc(e)}var Qc=vt(Object,"create"),qt=Qc;function qc(){this.__data__=qt?qt(null):{},this.size=0}function Jc(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var Zc="__lodash_hash_undefined__",Xc=Object.prototype,ef=Xc.hasOwnProperty;function tf(e){var t=this.__data__;if(qt){var r=t[e];return r===Zc?void 0:r}return ef.call(t,e)?t[e]:void 0}var rf=Object.prototype,nf=rf.hasOwnProperty;function af(e){var t=this.__data__;return qt?t[e]!==void 0:nf.call(t,e)}var of="__lodash_hash_undefined__";function sf(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=qt&&t===void 0?of:t,this}function ht(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}ht.prototype.clear=qc;ht.prototype.delete=Jc;ht.prototype.get=tf;ht.prototype.has=af;ht.prototype.set=sf;function uf(){this.__data__=[],this.size=0}function $r(e,t){for(var r=e.length;r--;)if(Kn(e[r][0],t))return r;return-1}var lf=Array.prototype,cf=lf.splice;function ff(e){var t=this.__data__,r=$r(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():cf.call(t,r,1),--this.size,!0}function df(e){var t=this.__data__,r=$r(t,e);return r<0?void 0:t[r][1]}function gf(e){return $r(this.__data__,e)>-1}function pf(e,t){var r=this.__data__,n=$r(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}function ze(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}ze.prototype.clear=uf;ze.prototype.delete=ff;ze.prototype.get=df;ze.prototype.has=gf;ze.prototype.set=pf;var hf=vt(Ue,"Map"),Jt=hf;function mf(){this.size=0,this.__data__={hash:new ht,map:new(Jt||ze),string:new ht}}function vf(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function Dr(e,t){var r=e.__data__;return vf(t)?r[typeof t=="string"?"string":"hash"]:r.map}function yf(e){var t=Dr(this,e).delete(e);return this.size-=t?1:0,t}function bf(e){return Dr(this,e).get(e)}function Sf(e){return Dr(this,e).has(e)}function Of(e,t){var r=Dr(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}function yt(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}yt.prototype.clear=mf;yt.prototype.delete=yf;yt.prototype.get=bf;yt.prototype.has=Sf;yt.prototype.set=Of;function Wo(e,t){for(var r=-1,n=t.length,i=e.length;++r<n;)e[i+r]=t[r];return e}var wf=Bo(Object.getPrototypeOf,Object),Ko=wf;function Ef(){this.__data__=new ze,this.size=0}function xf(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}function Pf(e){return this.__data__.get(e)}function Af(e){return this.__data__.has(e)}var Cf=200;function _f(e,t){var r=this.__data__;if(r instanceof ze){var n=r.__data__;if(!Jt||n.length<Cf-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new yt(n)}return r.set(e,t),this.size=r.size,this}function Ke(e){var t=this.__data__=new ze(e);this.size=t.size}Ke.prototype.clear=Ef;Ke.prototype.delete=xf;Ke.prototype.get=Pf;Ke.prototype.has=Af;Ke.prototype.set=_f;function Tf(e,t){return e&&Fr(t,Qn(t),e)}function Nf(e,t){return e&&Fr(t,qn(t),e)}var Go=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Ki=Go&&typeof module=="object"&&module&&!module.nodeType&&module,Lf=Ki&&Ki.exports===Go,Gi=Lf?Ue.Buffer:void 0,Yi=Gi?Gi.allocUnsafe:void 0;function If(e,t){if(t)return e.slice();var r=e.length,n=Yi?Yi(r):new e.constructor(r);return e.copy(n),n}function Ff(e,t){for(var r=-1,n=e==null?0:e.length,i=0,a=[];++r<n;){var o=e[r];t(o,r,e)&&(a[i++]=o)}return a}function Yo(){return[]}var Rf=Object.prototype,$f=Rf.propertyIsEnumerable,zi=Object.getOwnPropertySymbols,Df=zi?function(e){return e==null?[]:(e=Object(e),Ff(zi(e),function(t){return $f.call(e,t)}))}:Yo,Jn=Df;function Mf(e,t){return Fr(e,Jn(e),t)}var kf=Object.getOwnPropertySymbols,jf=kf?function(e){for(var t=[];e;)Wo(t,Jn(e)),e=Ko(e);return t}:Yo,zo=jf;function Vf(e,t){return Fr(e,zo(e),t)}function Qo(e,t,r){var n=t(e);return _t(e)?n:Wo(n,r(e))}function wn(e){return Qo(e,Qn,Jn)}function Uf(e){return Qo(e,qn,zo)}var Bf=vt(Ue,"DataView"),En=Bf,Hf=vt(Ue,"Promise"),xn=Hf,Wf=vt(Ue,"Set"),Pn=Wf,Qi="[object Map]",Kf="[object Object]",qi="[object Promise]",Ji="[object Set]",Zi="[object WeakMap]",Xi="[object DataView]",Gf=mt(En),Yf=mt(Jt),zf=mt(xn),Qf=mt(Pn),qf=mt(On),lt=Lt;(En&<(new En(new ArrayBuffer(1)))!=Xi||Jt&<(new Jt)!=Qi||xn&<(xn.resolve())!=qi||Pn&<(new Pn)!=Ji||On&<(new On)!=Zi)&&(lt=function(e){var t=Lt(e),r=t==Kf?e.constructor:void 0,n=r?mt(r):"";if(n)switch(n){case Gf:return Xi;case Yf:return Qi;case zf:return qi;case Qf:return Ji;case qf:return Zi}return t});var Nt=lt,Jf=Object.prototype,Zf=Jf.hasOwnProperty;function Xf(e){var t=e.length,r=new e.constructor(t);return t&&typeof e[0]=="string"&&Zf.call(e,"index")&&(r.index=e.index,r.input=e.input),r}var ed=Ue.Uint8Array,Er=ed;function Zn(e){var t=new e.constructor(e.byteLength);return new Er(t).set(new Er(e)),t}function td(e,t){var r=t?Zn(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.byteLength)}var rd=/\w*$/;function nd(e){var t=new e.constructor(e.source,rd.exec(e));return t.lastIndex=e.lastIndex,t}var ea=at?at.prototype:void 0,ta=ea?ea.valueOf:void 0;function id(e){return ta?Object(ta.call(e)):{}}function ad(e,t){var r=t?Zn(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}var od="[object Boolean]",sd="[object Date]",ud="[object Map]",ld="[object Number]",cd="[object RegExp]",fd="[object Set]",dd="[object String]",gd="[object Symbol]",pd="[object ArrayBuffer]",hd="[object DataView]",md="[object Float32Array]",vd="[object Float64Array]",yd="[object Int8Array]",bd="[object Int16Array]",Sd="[object Int32Array]",Od="[object Uint8Array]",wd="[object Uint8ClampedArray]",Ed="[object Uint16Array]",xd="[object Uint32Array]";function Pd(e,t,r){var n=e.constructor;switch(t){case pd:return Zn(e);case od:case sd:return new n(+e);case hd:return td(e,r);case md:case vd:case yd:case bd:case Sd:case Od:case wd:case Ed:case xd:return ad(e,r);case ud:return new n;case ld:case dd:return new n(e);case cd:return nd(e);case fd:return new n;case gd:return id(e)}}function Ad(e){return typeof e.constructor=="function"&&!Rr(e)?Kl(Ko(e)):{}}var Cd="[object Map]";function _d(e){return ot(e)&&Nt(e)==Cd}var ra=Tt&&Tt.isMap,Td=ra?Yn(ra):_d,Nd=Td,Ld="[object Set]";function Id(e){return ot(e)&&Nt(e)==Ld}var na=Tt&&Tt.isSet,Fd=na?Yn(na):Id,Rd=Fd,$d=1,Dd=2,Md=4,qo="[object Arguments]",kd="[object Array]",jd="[object Boolean]",Vd="[object Date]",Ud="[object Error]",Jo="[object Function]",Bd="[object GeneratorFunction]",Hd="[object Map]",Wd="[object Number]",Zo="[object Object]",Kd="[object RegExp]",Gd="[object Set]",Yd="[object String]",zd="[object Symbol]",Qd="[object WeakMap]",qd="[object ArrayBuffer]",Jd="[object DataView]",Zd="[object Float32Array]",Xd="[object Float64Array]",eg="[object Int8Array]",tg="[object Int16Array]",rg="[object Int32Array]",ng="[object Uint8Array]",ig="[object Uint8ClampedArray]",ag="[object Uint16Array]",og="[object Uint32Array]",z={};z[qo]=z[kd]=z[qd]=z[Jd]=z[jd]=z[Vd]=z[Zd]=z[Xd]=z[eg]=z[tg]=z[rg]=z[Hd]=z[Wd]=z[Zo]=z[Kd]=z[Gd]=z[Yd]=z[zd]=z[ng]=z[ig]=z[ag]=z[og]=!0;z[Ud]=z[Jo]=z[Qd]=!1;function gr(e,t,r,n,i,a){var o,s=t&$d,u=t&Dd,c=t&Md;if(r&&(o=i?r(e,n,i,a):r(e)),o!==void 0)return o;if(!pt(e))return e;var f=_t(e);if(f){if(o=Xf(e),!s)return Gl(e,o)}else{var l=Nt(e),d=l==Jo||l==Bd;if(Qt(e))return If(e,s);if(l==Zo||l==qo||d&&!i){if(o=u||d?{}:Ad(e),!s)return u?Vf(e,Nf(o,e)):Mf(e,Tf(o,e))}else{if(!z[l])return i?e:{};o=Pd(e,l,s)}}a||(a=new Ke);var g=a.get(e);if(g)return g;a.set(e,o),Rd(e)?e.forEach(function(v){o.add(gr(v,t,r,v,e,a))}):Nd(e)&&e.forEach(function(v,b){o.set(b,gr(v,t,r,b,e,a))});var p=c?u?Uf:wn:u?qn:Qn,y=f?void 0:p(e);return zl(y||e,function(v,b){y&&(b=v,v=e[b]),$o(o,b,gr(v,t,r,b,e,a))}),o}var sg=1,ug=4;function Xo(e){return gr(e,sg|ug)}var lg="__lodash_hash_undefined__";function cg(e){return this.__data__.set(e,lg),this}function fg(e){return this.__data__.has(e)}function xr(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new yt;++t<r;)this.add(e[t])}xr.prototype.add=xr.prototype.push=cg;xr.prototype.has=fg;function dg(e,t){for(var r=-1,n=e==null?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}function gg(e,t){return e.has(t)}var pg=1,hg=2;function es(e,t,r,n,i,a){var o=r&pg,s=e.length,u=t.length;if(s!=u&&!(o&&u>s))return!1;var c=a.get(e),f=a.get(t);if(c&&f)return c==t&&f==e;var l=-1,d=!0,g=r&hg?new xr:void 0;for(a.set(e,t),a.set(t,e);++l<s;){var p=e[l],y=t[l];if(n)var v=o?n(y,p,l,t,e,a):n(p,y,l,e,t,a);if(v!==void 0){if(v)continue;d=!1;break}if(g){if(!dg(t,function(b,m){if(!gg(g,m)&&(p===b||i(p,b,r,n,a)))return g.push(m)})){d=!1;break}}else if(!(p===y||i(p,y,r,n,a))){d=!1;break}}return a.delete(e),a.delete(t),d}function mg(e){var t=-1,r=Array(e.size);return e.forEach(function(n,i){r[++t]=[i,n]}),r}function vg(e){var t=-1,r=Array(e.size);return e.forEach(function(n){r[++t]=n}),r}var yg=1,bg=2,Sg="[object Boolean]",Og="[object Date]",wg="[object Error]",Eg="[object Map]",xg="[object Number]",Pg="[object RegExp]",Ag="[object Set]",Cg="[object String]",_g="[object Symbol]",Tg="[object ArrayBuffer]",Ng="[object DataView]",ia=at?at.prototype:void 0,un=ia?ia.valueOf:void 0;function Lg(e,t,r,n,i,a,o){switch(r){case Ng:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case Tg:return!(e.byteLength!=t.byteLength||!a(new Er(e),new Er(t)));case Sg:case Og:case xg:return Kn(+e,+t);case wg:return e.name==t.name&&e.message==t.message;case Pg:case Cg:return e==t+"";case Eg:var s=mg;case Ag:var u=n&yg;if(s||(s=vg),e.size!=t.size&&!u)return!1;var c=o.get(e);if(c)return c==t;n|=bg,o.set(e,t);var f=es(s(e),s(t),n,i,a,o);return o.delete(e),f;case _g:if(un)return un.call(e)==un.call(t)}return!1}var Ig=1,Fg=Object.prototype,Rg=Fg.hasOwnProperty;function $g(e,t,r,n,i,a){var o=r&Ig,s=wn(e),u=s.length,c=wn(t),f=c.length;if(u!=f&&!o)return!1;for(var l=u;l--;){var d=s[l];if(!(o?d in t:Rg.call(t,d)))return!1}var g=a.get(e),p=a.get(t);if(g&&p)return g==t&&p==e;var y=!0;a.set(e,t),a.set(t,e);for(var v=o;++l<u;){d=s[l];var b=e[d],m=t[d];if(n)var P=o?n(m,b,d,t,e,a):n(b,m,d,e,t,a);if(!(P===void 0?b===m||i(b,m,r,n,a):P)){y=!1;break}v||(v=d=="constructor")}if(y&&!v){var C=e.constructor,w=t.constructor;C!=w&&"constructor"in e&&"constructor"in t&&!(typeof C=="function"&&C instanceof C&&typeof w=="function"&&w instanceof w)&&(y=!1)}return a.delete(e),a.delete(t),y}var Dg=1,aa="[object Arguments]",oa="[object Array]",ur="[object Object]",Mg=Object.prototype,sa=Mg.hasOwnProperty;function kg(e,t,r,n,i,a){var o=_t(e),s=_t(t),u=o?oa:Nt(e),c=s?oa:Nt(t);u=u==aa?ur:u,c=c==aa?ur:c;var f=u==ur,l=c==ur,d=u==c;if(d&&Qt(e)){if(!Qt(t))return!1;o=!0,f=!1}if(d&&!f)return a||(a=new Ke),o||zn(e)?es(e,t,r,n,i,a):Lg(e,t,u,r,n,i,a);if(!(r&Dg)){var g=f&&sa.call(e,"__wrapped__"),p=l&&sa.call(t,"__wrapped__");if(g||p){var y=g?e.value():e,v=p?t.value():t;return a||(a=new Ke),i(y,v,r,n,a)}}return d?(a||(a=new Ke),$g(e,t,r,n,i,a)):!1}function ts(e,t,r,n,i){return e===t?!0:e==null||t==null||!ot(e)&&!ot(t)?e!==e&&t!==t:kg(e,t,r,n,ts,i)}var jg=Math.max,Vg=Math.min;function Ug(e,t,r){return e>=Vg(t,r)&&e<jg(t,r)}function ua(e,t,r){return t=Mi(t),r===void 0?(r=t,t=0):r=Mi(r),e=Io(e),Ug(e,t,r)}var Bg="[object Map]",Hg="[object Set]",Wg=Object.prototype,Kg=Wg.hasOwnProperty;function It(e){if(e==null)return!0;if(Gn(e)&&(_t(e)||typeof e=="string"||typeof e.splice=="function"||Qt(e)||zn(e)||ko(e)))return!e.length;var t=Nt(e);if(t==Bg||t==Hg)return!e.size;if(Rr(e))return!Ho(e).length;for(var r in e)if(Kg.call(e,r))return!1;return!0}function Gg(e,t){return ts(e,t)}const Yg=["id","selCtx","fltCtx"],rs=".",ns="#dot",is="#FIX_NUMBER",zg=e=>os(Xo(e),Jg),Qg=e=>{const t=e.replaceAll(rs,ns);return/^\d+$/.test(t)?`${is}${t}`:t},qg=e=>e.replaceAll(ns,rs).replaceAll(is,""),Jg=(e,t)=>as(e,t,Qg),Zg=(e,t)=>as(e,t,qg),as=(e,t,r)=>{let n=t;function i(a){const o={};for(const s in a)if(a.hasOwnProperty(s)){const u=r(s);let c=a[s];typeof a[s]=="object"&&a[s]!==null&&(c=i(a[s])),o[u]=c}return o}return Yg.includes(e)&&(typeof t=="string"||t instanceof String)&&(n=r(t)),(e==="selected"||e==="filter")&&(n=i(t)),n},os=(e,t)=>(Object.keys(e).forEach(r=>{const n=e[r];e[r]=t(r,n),typeof n=="object"&&n!==null&&os(n,t)}),e),ss=e=>{const t=JSON.parse(JSON.stringify(e));for(const[r,n]of Object.entries(t))if(n&&!Array.isArray(n)){const i=t[r];for(const[a,o]of Object.entries(i))o===!1&&delete i[a];Object.keys(i).length===0&&delete t[r]}else delete t[r];return t},Xg=e=>Zg("selected",e),ep=e=>e==="true"||e===!0,tp=e=>{const t=document.getElementById(e);t?t.scrollIntoView({behavior:"smooth"}):console.warn(`Error: scrollToId: id: ${e} not found in html structure`)},us=e=>`options--${e}`,ls=e=>{const{details:{media:t=[]}={}}=e,r=t.find(n=>n.name==="MAIN_IMG")||t[0]||{};return(r==null?void 0:r.url)||""},la=e=>{var r,n;return!(((r=e==null?void 0:e.attrs)==null?void 0:r.hidden)===!0||((n=e==null?void 0:e._)==null?void 0:n.hidden)==="true")};function rp(e){let t;const r=new Set,n=(c,f)=>{const l=typeof c=="function"?c(t):c;if(l!==t){const d=t;t=f?l:Object.assign({},t,l),r.forEach(g=>g(t,d))}},i=()=>t,a=(c,f=i,l=Object.is)=>{console.warn("[DEPRECATED] Please use `subscribeWithSelector` middleware");let d=f(t);function g(){const p=f(t);if(!l(d,p)){const y=d;c(d=p,y)}}return r.add(g),()=>r.delete(g)},u={setState:n,getState:i,subscribe:(c,f,l)=>f||l?a(c,f,l):(r.add(c),()=>r.delete(c)),destroy:()=>r.clear()};return t=e(n,i,u),u}const np=typeof window=="undefined"||!window.navigator||/ServerSideRendering|^Deno\//.test(window.navigator.userAgent),ca=np?S.useEffect:S.useLayoutEffect;function ip(e){const t=typeof e=="function"?rp(e):e,r=(n=t.getState,i=Object.is)=>{const[,a]=S.useReducer(v=>v+1,0),o=t.getState(),s=S.useRef(o),u=S.useRef(n),c=S.useRef(i),f=S.useRef(!1),l=S.useRef();l.current===void 0&&(l.current=n(o));let d,g=!1;(s.current!==o||u.current!==n||c.current!==i||f.current)&&(d=n(o),g=!i(l.current,d)),ca(()=>{g&&(l.current=d),s.current=o,u.current=n,c.current=i,f.current=!1});const p=S.useRef(o);ca(()=>{const v=()=>{try{const m=t.getState(),P=u.current(m);c.current(l.current,P)||(s.current=m,l.current=P,a())}catch{f.current=!0,a()}},b=t.subscribe(v);return t.getState()!==p.current&&v(),b},[]);const y=g?d:l.current;return S.useDebugValue(y),y};return Object.assign(r,t),r[Symbol.iterator]=function(){console.warn("[useStore, api] = create() is deprecated and will be removed in v4");const n=[r,t];return{next(){const i=n.length<=0;return{value:n.shift(),done:i}}}},r}const ap=e=>({filter:{},initialSelected:{},setInitialFilter:t=>{e(()=>({filter:{...t}}))},setInitialSelected:t=>{e(()=>({initialSelected:t}))},setFilter:(t,r)=>{e(({filter:n})=>({filter:{...n,[t]:{...n[t],...r}}}))}}),op=(e,t)=>Pr(e,t,"isSelCntAllowedToIncrement")&&Pr(e,t,"isQtyCntAllowedToIncrement")&&An(e,t,"isQtyCntAllowedToIncrement")&&An(e,t,"isQtyCntAllowedToIncrement"),sp=(e,t,r)=>{var a;const{selCtx:n}=e;return((a=r==null?void 0:r[n])==null?void 0:a.parentKind)===Hn.PRODUCT?fa(e,t)&&Pr(e,r,"isQtyCntAllowedToIncrement"):fa(e,t)&&Pr(e,r,"isQtyCntAllowedToIncrement")&&An(e,r,"isQtyCntAllowedToIncrement")},fa=(e,t)=>{const{qtyMax:r}=e;return Number(t)<Number(r||Number.MAX_SAFE_INTEGER)},Pr=(e,t,r)=>{var a;const{selCtx:n}=e,i=(a=t==null?void 0:t[n])==null?void 0:a[r];return cs(i)?!0:i},An=(e,t,r)=>{var s;const{selCtx:n}=e,i=(s=t==null?void 0:t[n])==null?void 0:s.parentSelCtx,a=t==null?void 0:t[i],o=a==null?void 0:a[r];return cs(o)?!0:o},cs=e=>typeof e=="undefined",up=(e,t,r)=>{const n=t[e];let i=0,a=0;if(n)for(const[,o]of Object.entries(n))parseInt(o)>0&&(i+=1,a+=Number(o));else r&&r.forEach(o=>{if(t[o.selCtx])for(const[,s]of Object.entries(t[o.selCtx]))parseInt(s)>0&&(i+=1,a+=Number(s))});return[i,a]},lp=(e,t)=>{var i;const{id:r,selCtx:n}=e;return Number(((i=t==null?void 0:t[n])==null?void 0:i[r])||0)},cp=(e,t)=>({validationMap:{},isOnSubmitted:!1,currency:"z\u0142",refreshFormDt:"",setInitialValidate:()=>{e(()=>({validationMap:{},isOnSubmitted:!1}))},setValidationMap:r=>{const{productSelCtx:n,attrs:i,actualSelCnt:a,actualQtyCnt:o,isPassedFiltering:s,nestedLvl:u,parentSelCtx:c,parentKind:f}=r,{qtyMin:l,qtyMax:d,selMin:g,selMax:p}=i||{};(d||p)&&e(({validationMap:v})=>({validationMap:{...v,[n]:{parentSelCtx:c,isSelCntAllowedToIncrement:a<Number(p||Number.MAX_SAFE_INTEGER),isQtyCntAllowedToIncrement:o<Number(d||Number.MAX_SAFE_INTEGER),parentKind:f,nestedLvl:u,isValid:ua(a,Number(g||0),Number(p||Number.MAX_SAFE_INTEGER)+1)&&ua(o,Number(l||0),Number(d||Number.MAX_SAFE_INTEGER)+1),isPassedFiltering:s}}}))},isInputEnabled:r=>{const n=t().validationMap;return op(r,n)},isInputCounterIncrementEnabled:(r,n)=>{const i=t().validationMap,a=lp(r,n);return sp(r,a,i)},getInvalidSelCtxArray:()=>{const r=t().validationMap,n=[];for(const[i]of Object.entries(r)){const{isValid:a,isPassedFiltering:o}=r[i];a===!1&&o===!0&&n.push(i)}return n},setIsOnSubmittedOnTrue:()=>{console.log("isOnSubmitted"),e(()=>({isOnSubmitted:!0}))},getValidationMap:()=>t().validationMap,setCurrency:r=>{e(()=>({currency:r}))},refreshForm:()=>{e(()=>({refreshFormDt:`${new Date}`}))}}),fp=(e,t)=>({expanded:{},toggleExpanded:(r,n,i)=>{const a=t().expanded[r+n+i];e(()=>({expanded:{...t().expanded,[r+n+i]:a!==void 0?!a:!1}}))},resetExpanded:()=>{e(()=>({expanded:{}}))}}),X=ip((e,t)=>({...ap(e),...cp(e,t),...fp(e,t)}));function fs(e,t){if(!t)return null;for(const r of t){if(r.id===e)return r;if(r.items){const n=fs(e,r.items);if(n)return n}}return null}function dp(e,t){return fs(e,t)!==null}function gp(e,t){if(t==null||It(t))return{};try{const r=Xo(t);for(const[n,i]of Object.entries(r))i&&typeof i=="object"&&!Array.isArray(i)&&Object.keys(i).forEach(a=>{dp(a,e.items)||(console.warn(`deleting selected selCtx ${n} id ${a}, not found in product`),delete r[n][a])});return ss(r)}catch(r){return console.error(r),t}}function pp(e){var b;const[t,r]=S.useState(Number(e.quantity)||1),n=zg(e),{state:{filter:i={}}={}}=n,a=gp(n,(b=n.state)==null?void 0:b.selected),o=X(m=>m.setInitialFilter),s=X(m=>m.setInitialSelected),u=X(m=>m.setInitialValidate),c=X(m=>m.resetExpanded),f=X(m=>m.filter),l=X(m=>m.setCurrency),d=X(m=>m.setIsOnSubmittedOnTrue);X(m=>m.refreshFormDt);const g=X(m=>m.getInvalidSelCtxArray),p=X(m=>m.getValidationMap),y=()=>{r(m=>m+1)},v=()=>{t>1&&r(m=>m-1)};return S.useEffect(()=>{u(),o(i),s(a),c()},[e]),{encodedProduct:n,initSelected:a,initFilter:i,filter:f,setCurrency:l,setIsOnSubmittedOnTrue:d,getInvalidSelCtxArray:g,productQuantity:t,getValidationMap:p,increaseProductQuantity:y,decreaseProductQuantity:v}}var da;(function(e){e.UNINITIALIZED="UNINITIALIZED",e.PROCESSING="PROCESSING",e.PAID="PAID",e.FAILED="FAILED",e.PRINTING_RECEIPT="PRINTING_RECEIPT",e.PRINTING_RECEIPT_SUCCESS="PRINTING_RECEIPT_SUCCESS",e.SENDING_RECEIPT="SENDING_RECEIPT",e.SENDING_RECEIPT_SUCCESS="SENDING_RECEIPT_SUCCESS",e.ERROR="ERROR"})(da||(da={}));var ga;(function(e){e.CAROUSEL="carousel",e.NORMAL="normal",e.IMAGE="image"})(ga||(ga={}));var Ct;(function(e){e.GROUP="3e/group",e.PRODUCT="3e/product",e.CATEGORY="3e/group/category",e.OPTIONS="3e/group/options",e.CONFIG="3e/group/config",e.STATIC="3e/static",e.REF="3e/ref",e.QUERY="3e/query",e.CMS="3e/cms"})(Ct||(Ct={}));var pa;(function(e){e.GROUP="group",e.PRODUCT="product"})(pa||(pa={}));var ha;(function(e){e.CREATOR="CREATOR",e.CUSTOMER="CUSTOMER",e.COUPONS="COUPON",e.KIOSK="KIOSK",e.WAITER="WAITER",e.MANAGER="MANAGER",e.VIEWER="VIEWER",e.DRIVER="DRIVER",e.STAFF="STAFF"})(ha||(ha={}));var ma;(function(e){e.TAKE_AWAY="TAKE_AWAY",e.DELIVERY="DELIVERY",e.DINE_IN="DINE_IN",e.DINE_IN_OPEN="DINE_IN_OPEN",e.GLOVO_DELIVERY="GLOVO_DELIVERY",e.GLOVO_TAKE_AWAY="GLOVO_TAKE_AWAY",e.JUSTEAT_DELIVERY="JUSTEAT_DELIVERY",e.JUSTEAT_TAKE_AWAY="JUSTEAT_TAKE_AWAY",e.UBER_DELIVERY="UBER_DELIVERY",e.UBER_TAKE_AWAY="UBER_TAKE_AWAY",e.UBER_DINE_IN="UBER_DINE_IN",e.WOLT_DELIVERY="WOLT_DELIVERY",e.WOLT_TAKE_AWAY="WOLT_TAKE_AWAY",e.WOLT_DINE_IN="WOLT_DINE_IN",e.BOLT_DELIVERY="BOLT_DELIVERY",e.BOLT_TAKE_AWAY="BOLT_TAKE_AWAY",e.BOLT_DINE_IN="BOLT_DINE_IN",e.TAZZ_DELIVERY="TAZZ_DELIVERY",e.TAZZ_TAKE_AWAY="TAZZ_TAKE_AWAY",e.UPMENU_DELIVERY="UPMENU_DELIVERY",e.UPMENU_TAKE_AWAY="UPMENU_TAKE_AWAY",e.UPMENU_DINE_IN="UPMENU_DINE_IN"})(ma||(ma={}));var va;(function(e){e.KIOSK="KIOSK",e.WEB="WEB",e.JUST_EAT_TAKE_AWAY="JUSTEATTAKEAWAY",e.GLOVO="GLOVO",e.PYSZNE="PYSZNE",e.WOLT="WOLT",e.UBER="UBER",e.BOLT="BOLT",e.TAZZ="TAZZ",e.POS="POS",e.UPMENU="UPMENU"})(va||(va={}));var ya;(function(e){e.DINE_IN="DINE_IN",e.TAKE_AWAY="TAKE_AWAY",e.DELIVERY="DELIVERY",e.GLOVO="GLOVO",e.JUSTEAT="JUSTEAT",e.UBER="UBER",e.BOLT="BOLT",e.WOLT="WOLT",e.TAZZ="TAZZ",e.UPMENU="UPMENU"})(ya||(ya={}));var ba;(function(e){e.NEW="NEW",e.COMPLETED="COMPLETED",e.VERIFIED="VERIFIED",e.DELIVER="DELIVER",e.DELIVERED="DELIVERED",e.CLOSED="CLOSED",e.ABANDONED="ABANDONED",e.CANCELLED="CANCELLED",e.PICKED="PICKED"})(ba||(ba={}));var Sa;(function(e){e.CASH="CASH",e.CARD="CARD",e.COD="COD",e.TERMINAL="TERMINAL",e.EPAYMENT="EPAYMENT",e.COUPON="COUPON",e.WALLET="WALLET",e.PREAUTHORIZED="PREAUTHORIZED",e.RETURN="RETURN",e.EXTERNAL="EXTERNAL"})(Sa||(Sa={}));var Oa;(function(e){e.POINTS_TOTAL="x-rbi-loyalty-points",e.POINTS_EARNED="x-rbi-points-earned",e.REWARDS="x-rbi-rewards",e.OFFERS="x-rbi-offers",e.CUSTOMER_NAME="x-customer-name"})(Oa||(Oa={}));var wa;(function(e){e.NEW="NEW",e.TECHNICAL="TECHNICAL",e.CONFIRMED="CONFIRMED",e.PROCESSING="PROCESSING",e.PROCESSED="PROCESSED",e.VOID="VOID",e.WASTE="WASTE"})(wa||(wa={}));var Ea;(function(e){e.GROUP="group",e.PRODUCT="product"})(Ea||(Ea={}));var xa;(function(e){e.ORDER_EVENT_ERROR="OrderEventError",e.ORDER_APPLIED_EVENTS="OrderAppliedEvents",e.ORDER_EVENT_FISCAL="OrderEventFiscal",e.ORDER_UPSELL="OrderUpsell"})(xa||(xa={}));const Xn=(e,t)=>{var o;const{filter:r={},fltCtx:n=""}=e,i=t[n];if(!r||!Object.keys(r).length||!i)return!0;const a=(o=Object.keys(i))==null?void 0:o.filter(s=>{var c;const u=(c=Object.keys(r==null?void 0:r[s]))==null?void 0:c.filter(f=>{var l;if(((l=r==null?void 0:r[s])==null?void 0:l[f])===(i==null?void 0:i[s]))return!0});return(u==null?void 0:u.length)>0});return(a==null?void 0:a.length)>0},ds=(e,t)=>{const{items:r,filter:n}=e,i=[],a=[],o=s=>{s&&!It(n)&&s.forEach(u=>{const{items:c=[]}=u;t?i.push(u):a.push(u),c.length>0&&o(c)})};return o(r),{productsToSelect:i,productsToUnselect:a}},gs=(e,t)=>{e.map(({selCtx:r,id:n})=>{t(`selected.${r}.${n}`,!1)})},ps=(e,t,r)=>{e.map(({selCtx:n,id:i})=>{var o;const a=(o=r[n])==null?void 0:o[i];a&&t(`selected.${n}.${i}`,a.toString())})};function hp(e,t,r,n){const{selCtx:i,attrs:a={}}=e,o=X(b=>b.filter),s=X(b=>b.initialSelected),u=X(b=>b.currency),{setValue:c,getValues:f}=Ve(),{selected:l={}}=f(),d=Xn(e,o),g=X(b=>b.isOnSubmitted),p=X(b=>b.setValidationMap),[y,v]=up(e.selCtx,l,e.items);return p({productSelCtx:i,attrs:a,actualQtyCnt:v,actualSelCnt:y,nestedLvl:t,isPassedFiltering:d,parentSelCtx:n,parentKind:r}),S.useEffect(()=>{const{productsToSelect:b,productsToUnselect:m}=ds(e,d);gs(m,c),ps(b,c,s)},[o]),{isFilterValidated:d,selected:l,isOnSubmitted:g,selCnt:y,qtyCnt:v,currency:u}}var Mr={exports:{}},kr={};/**
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});var S=require("react"),hi=require("react-spring"),au=require("react-dom");function ou(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}function su(e){if(e&&e.__esModule)return e;var t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});return e&&Object.keys(e).forEach(function(r){if(r!=="default"){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}}),t.default=e,Object.freeze(t)}var T=ou(S),ut=su(S);function ke(e){return ke=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ke(e)}function Le(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function uu(e,t){if(ke(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(ke(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Za(e){var t=uu(e,"string");return ke(t)=="symbol"?t:t+""}function mi(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,Za(n.key),n)}}function Re(e,t,r){return t&&mi(e.prototype,t),r&&mi(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function lt(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function xn(e,t){return xn=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},xn(e,t)}function Mr(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&xn(e,t)}function rr(e,t){if(t&&(ke(t)=="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return lt(e)}function Ge(e){return Ge=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},Ge(e)}function Ye(e,t,r){return(t=Za(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Xa(e){if(Array.isArray(e))return e}function lu(e){if(typeof Symbol!="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function vi(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function eo(e,t){if(e){if(typeof e=="string")return vi(e,t);var r={}.toString.call(e).slice(8,-1);return r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set"?Array.from(e):r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?vi(e,t):void 0}}function to(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
2
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function cu(e){return Xa(e)||lu(e)||eo(e)||to()}function yi(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function bi(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?yi(Object(r),!0).forEach(function(n){Ye(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):yi(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var fu={type:"logger",log:function(t){this.output("log",t)},warn:function(t){this.output("warn",t)},error:function(t){this.output("error",t)},output:function(t,r){console&&console[t]&&console[t].apply(console,r)}},du=function(){function e(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};Le(this,e),this.init(t,r)}return Re(e,[{key:"init",value:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.prefix=n.prefix||"i18next:",this.logger=r||fu,this.options=n,this.debug=n.debug}},{key:"setDebug",value:function(r){this.debug=r}},{key:"log",value:function(){for(var r=arguments.length,n=new Array(r),i=0;i<r;i++)n[i]=arguments[i];return this.forward(n,"log","",!0)}},{key:"warn",value:function(){for(var r=arguments.length,n=new Array(r),i=0;i<r;i++)n[i]=arguments[i];return this.forward(n,"warn","",!0)}},{key:"error",value:function(){for(var r=arguments.length,n=new Array(r),i=0;i<r;i++)n[i]=arguments[i];return this.forward(n,"error","")}},{key:"deprecate",value:function(){for(var r=arguments.length,n=new Array(r),i=0;i<r;i++)n[i]=arguments[i];return this.forward(n,"warn","WARNING DEPRECATED: ",!0)}},{key:"forward",value:function(r,n,i,a){return a&&!this.debug?null:(typeof r[0]=="string"&&(r[0]="".concat(i).concat(this.prefix," ").concat(r[0])),this.logger[n](r))}},{key:"create",value:function(r){return new e(this.logger,bi(bi({},{prefix:"".concat(this.prefix,":").concat(r,":")}),this.options))}},{key:"clone",value:function(r){return r=r||this.options,r.prefix=r.prefix||this.prefix,new e(this.logger,r)}}]),e}(),Be=new du,ct=function(){function e(){Le(this,e),this.observers={}}return Re(e,[{key:"on",value:function(r,n){var i=this;return r.split(" ").forEach(function(a){i.observers[a]=i.observers[a]||[],i.observers[a].push(n)}),this}},{key:"off",value:function(r,n){if(!!this.observers[r]){if(!n){delete this.observers[r];return}this.observers[r]=this.observers[r].filter(function(i){return i!==n})}}},{key:"emit",value:function(r){for(var n=arguments.length,i=new Array(n>1?n-1:0),a=1;a<n;a++)i[a-1]=arguments[a];if(this.observers[r]){var o=[].concat(this.observers[r]);o.forEach(function(u){u.apply(void 0,i)})}if(this.observers["*"]){var s=[].concat(this.observers["*"]);s.forEach(function(u){u.apply(u,[r].concat(i))})}}}]),e}();function Dt(){var e,t,r=new Promise(function(n,i){e=n,t=i});return r.resolve=e,r.reject=t,r}function Si(e){return e==null?"":""+e}function gu(e,t,r){e.forEach(function(n){t[n]&&(r[n]=t[n])})}function Wn(e,t,r){function n(s){return s&&s.indexOf("###")>-1?s.replace(/###/g,"."):s}function i(){return!e||typeof e=="string"}for(var a=typeof t!="string"?[].concat(t):t.split(".");a.length>1;){if(i())return{};var o=n(a.shift());!e[o]&&r&&(e[o]=new r),Object.prototype.hasOwnProperty.call(e,o)?e=e[o]:e={}}return i()?{}:{obj:e,k:n(a.shift())}}function Oi(e,t,r){var n=Wn(e,t,Object),i=n.obj,a=n.k;i[a]=r}function pu(e,t,r,n){var i=Wn(e,t,Object),a=i.obj,o=i.k;a[o]=a[o]||[],n&&(a[o]=a[o].concat(r)),n||a[o].push(r)}function Sr(e,t){var r=Wn(e,t),n=r.obj,i=r.k;if(!!n)return n[i]}function wi(e,t,r){var n=Sr(e,r);return n!==void 0?n:Sr(t,r)}function ro(e,t,r){for(var n in t)n!=="__proto__"&&n!=="constructor"&&(n in e?typeof e[n]=="string"||e[n]instanceof String||typeof t[n]=="string"||t[n]instanceof String?r&&(e[n]=t[n]):ro(e[n],t[n],r):e[n]=t[n]);return e}function xt(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}var hu={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};function mu(e){return typeof e=="string"?e.replace(/[&<>"'\/]/g,function(t){return hu[t]}):e}var kr=typeof window!="undefined"&&window.navigator&&typeof window.navigator.userAgentData=="undefined"&&window.navigator.userAgent&&window.navigator.userAgent.indexOf("MSIE")>-1,vu=[" ",",","?","!",";"];function yu(e,t,r){t=t||"",r=r||"";var n=vu.filter(function(s){return t.indexOf(s)<0&&r.indexOf(s)<0});if(n.length===0)return!0;var i=new RegExp("(".concat(n.map(function(s){return s==="?"?"\\?":s}).join("|"),")")),a=!i.test(e);if(!a){var o=e.indexOf(r);o>0&&!i.test(e.substring(0,o))&&(a=!0)}return a}function Ei(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function ur(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Ei(Object(r),!0).forEach(function(n){Ye(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Ei(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function bu(e){var t=Su();return function(){var n=Ge(e),i;if(t){var a=Ge(this).constructor;i=Reflect.construct(n,arguments,a)}else i=n.apply(this,arguments);return rr(this,i)}}function Su(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function no(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:".";if(!!e){if(e[t])return e[t];for(var n=t.split(r),i=e,a=0;a<n.length;++a){if(!i||typeof i[n[a]]=="string"&&a+1<n.length)return;if(i[n[a]]===void 0){for(var o=2,s=n.slice(a,a+o).join(r),u=i[s];u===void 0&&n.length>a+o;)o++,s=n.slice(a,a+o).join(r),u=i[s];if(u===void 0)return;if(u===null)return null;if(t.endsWith(s)){if(typeof u=="string")return u;if(s&&typeof u[s]=="string")return u[s]}var f=n.slice(a+o).join(r);return f?no(u,f,r):void 0}i=i[n[a]]}return i}}var Ou=function(e){Mr(r,e);var t=bu(r);function r(n){var i,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{ns:["translation"],defaultNS:"translation"};return Le(this,r),i=t.call(this),kr&&ct.call(lt(i)),i.data=n||{},i.options=a,i.options.keySeparator===void 0&&(i.options.keySeparator="."),i.options.ignoreJSONStructure===void 0&&(i.options.ignoreJSONStructure=!0),i}return Re(r,[{key:"addNamespaces",value:function(i){this.options.ns.indexOf(i)<0&&this.options.ns.push(i)}},{key:"removeNamespaces",value:function(i){var a=this.options.ns.indexOf(i);a>-1&&this.options.ns.splice(a,1)}},{key:"getResource",value:function(i,a,o){var s=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},u=s.keySeparator!==void 0?s.keySeparator:this.options.keySeparator,f=s.ignoreJSONStructure!==void 0?s.ignoreJSONStructure:this.options.ignoreJSONStructure,c=[i,a];o&&typeof o!="string"&&(c=c.concat(o)),o&&typeof o=="string"&&(c=c.concat(u?o.split(u):o)),i.indexOf(".")>-1&&(c=i.split("."));var l=Sr(this.data,c);return l||!f||typeof o!="string"?l:no(this.data&&this.data[i]&&this.data[i][a],o,u)}},{key:"addResource",value:function(i,a,o,s){var u=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{silent:!1},f=this.options.keySeparator;f===void 0&&(f=".");var c=[i,a];o&&(c=c.concat(f?o.split(f):o)),i.indexOf(".")>-1&&(c=i.split("."),s=a,a=c[1]),this.addNamespaces(a),Oi(this.data,c,s),u.silent||this.emit("added",i,a,o,s)}},{key:"addResources",value:function(i,a,o){var s=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{silent:!1};for(var u in o)(typeof o[u]=="string"||Object.prototype.toString.apply(o[u])==="[object Array]")&&this.addResource(i,a,u,o[u],{silent:!0});s.silent||this.emit("added",i,a,o)}},{key:"addResourceBundle",value:function(i,a,o,s,u){var f=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{silent:!1},c=[i,a];i.indexOf(".")>-1&&(c=i.split("."),s=o,o=a,a=c[1]),this.addNamespaces(a);var l=Sr(this.data,c)||{};s?ro(l,o,u):l=ur(ur({},l),o),Oi(this.data,c,l),f.silent||this.emit("added",i,a,o)}},{key:"removeResourceBundle",value:function(i,a){this.hasResourceBundle(i,a)&&delete this.data[i][a],this.removeNamespaces(a),this.emit("removed",i,a)}},{key:"hasResourceBundle",value:function(i,a){return this.getResource(i,a)!==void 0}},{key:"getResourceBundle",value:function(i,a){return a||(a=this.options.defaultNS),this.options.compatibilityAPI==="v1"?ur(ur({},{}),this.getResource(i,a)):this.getResource(i,a)}},{key:"getDataByLanguage",value:function(i){return this.data[i]}},{key:"hasLanguageSomeTranslations",value:function(i){var a=this.getDataByLanguage(i),o=a&&Object.keys(a)||[];return!!o.find(function(s){return a[s]&&Object.keys(a[s]).length>0})}},{key:"toJSON",value:function(){return this.data}}]),r}(ct),io={processors:{},addPostProcessor:function(t){this.processors[t.name]=t},handle:function(t,r,n,i,a){var o=this;return t.forEach(function(s){o.processors[s]&&(r=o.processors[s].process(r,n,i,a))}),r}};function Pi(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Oe(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Pi(Object(r),!0).forEach(function(n){Ye(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Pi(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function wu(e){var t=Eu();return function(){var n=Ge(e),i;if(t){var a=Ge(this).constructor;i=Reflect.construct(n,arguments,a)}else i=n.apply(this,arguments);return rr(this,i)}}function Eu(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}var xi={},Ci=function(e){Mr(r,e);var t=wu(r);function r(n){var i,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return Le(this,r),i=t.call(this),kr&&ct.call(lt(i)),gu(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],n,lt(i)),i.options=a,i.options.keySeparator===void 0&&(i.options.keySeparator="."),i.logger=Be.create("translator"),i}return Re(r,[{key:"changeLanguage",value:function(i){i&&(this.language=i)}},{key:"exists",value:function(i){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}};if(i==null)return!1;var o=this.resolve(i,a);return o&&o.res!==void 0}},{key:"extractFromKey",value:function(i,a){var o=a.nsSeparator!==void 0?a.nsSeparator:this.options.nsSeparator;o===void 0&&(o=":");var s=a.keySeparator!==void 0?a.keySeparator:this.options.keySeparator,u=a.ns||this.options.defaultNS||[],f=o&&i.indexOf(o)>-1,c=!this.options.userDefinedKeySeparator&&!a.keySeparator&&!this.options.userDefinedNsSeparator&&!a.nsSeparator&&!yu(i,o,s);if(f&&!c){var l=i.match(this.interpolator.nestingRegexp);if(l&&l.length>0)return{key:i,namespaces:u};var d=i.split(o);(o!==s||o===s&&this.options.ns.indexOf(d[0])>-1)&&(u=d.shift()),i=d.join(s)}return typeof u=="string"&&(u=[u]),{key:i,namespaces:u}}},{key:"translate",value:function(i,a,o){var s=this;if(ke(a)!=="object"&&this.options.overloadTranslationOptionHandler&&(a=this.options.overloadTranslationOptionHandler(arguments)),a||(a={}),i==null)return"";Array.isArray(i)||(i=[String(i)]);var u=a.returnDetails!==void 0?a.returnDetails:this.options.returnDetails,f=a.keySeparator!==void 0?a.keySeparator:this.options.keySeparator,c=this.extractFromKey(i[i.length-1],a),l=c.key,d=c.namespaces,g=d[d.length-1],p=a.lng||this.language,b=a.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(p&&p.toLowerCase()==="cimode"){if(b){var v=a.nsSeparator||this.options.nsSeparator;return u?(y.res="".concat(g).concat(v).concat(l),y):"".concat(g).concat(v).concat(l)}return u?(y.res=l,y):l}var y=this.resolve(i,a),h=y&&y.res,E=y&&y.usedKey||l,A=y&&y.exactUsedKey||l,w=Object.prototype.toString.apply(h),x=["[object Number]","[object Function]","[object RegExp]"],_=a.joinArrays!==void 0?a.joinArrays:this.options.joinArrays,I=!this.i18nFormat||this.i18nFormat.handleAsObject,F=typeof h!="string"&&typeof h!="boolean"&&typeof h!="number";if(I&&h&&F&&x.indexOf(w)<0&&!(typeof _=="string"&&w==="[object Array]")){if(!a.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");var k=this.options.returnedObjectHandler?this.options.returnedObjectHandler(E,h,Oe(Oe({},a),{},{ns:d})):"key '".concat(l," (").concat(this.language,")' returned an object instead of string.");return u?(y.res=k,y):k}if(f){var B=w==="[object Array]",M=B?[]:{},j=B?A:E;for(var U in h)if(Object.prototype.hasOwnProperty.call(h,U)){var W="".concat(j).concat(f).concat(U);M[U]=this.translate(W,Oe(Oe({},a),{joinArrays:!1,ns:d})),M[U]===W&&(M[U]=h[U])}h=M}}else if(I&&typeof _=="string"&&w==="[object Array]")h=h.join(_),h&&(h=this.extendTranslation(h,i,a,o));else{var X=!1,G=!1,he=a.count!==void 0&&typeof a.count!="string",ye=r.hasDefaultValue(a),K=he?this.pluralResolver.getSuffix(p,a.count,a):"",ie=a["defaultValue".concat(K)]||a.defaultValue;!this.isValidLookup(h)&&ye&&(X=!0,h=ie),this.isValidLookup(h)||(G=!0,h=l);var ae=a.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey,se=ae&&G?void 0:h,Q=ye&&ie!==h&&this.options.updateMissing;if(G||X||Q){if(this.logger.log(Q?"updateKey":"missingKey",p,g,l,Q?ie:h),f){var xe=this.resolve(l,Oe(Oe({},a),{},{keySeparator:!1}));xe&&xe.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}var re=[],q=this.languageUtils.getFallbackCodes(this.options.fallbackLng,a.lng||this.language);if(this.options.saveMissingTo==="fallback"&&q&&q[0])for(var ue=0;ue<q.length;ue++)re.push(q[ue]);else this.options.saveMissingTo==="all"?re=this.languageUtils.toResolveHierarchy(a.lng||this.language):re.push(a.lng||this.language);var ce=function(H,me,le){var Ce=ye&&le!==h?le:se;s.options.missingKeyHandler?s.options.missingKeyHandler(H,g,me,Ce,Q,a):s.backendConnector&&s.backendConnector.saveMissing&&s.backendConnector.saveMissing(H,g,me,Ce,Q,a),s.emit("missingKey",H,g,me,h)};this.options.saveMissing&&(this.options.saveMissingPlurals&&he?re.forEach(function(ve){s.pluralResolver.getSuffixes(ve,a).forEach(function(H){ce([ve],l+H,a["defaultValue".concat(H)]||ie)})}):ce(re,l,ie))}h=this.extendTranslation(h,i,a,y,o),G&&h===l&&this.options.appendNamespaceToMissingKey&&(h="".concat(g,":").concat(l)),(G||X)&&this.options.parseMissingKeyHandler&&(this.options.compatibilityAPI!=="v1"?h=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?"".concat(g,":").concat(l):l,X?h:void 0):h=this.options.parseMissingKeyHandler(h))}return u?(y.res=h,y):h}},{key:"extendTranslation",value:function(i,a,o,s,u){var f=this;if(this.i18nFormat&&this.i18nFormat.parse)i=this.i18nFormat.parse(i,Oe(Oe({},this.options.interpolation.defaultVariables),o),s.usedLng,s.usedNS,s.usedKey,{resolved:s});else if(!o.skipInterpolation){o.interpolation&&this.interpolator.init(Oe(Oe({},o),{interpolation:Oe(Oe({},this.options.interpolation),o.interpolation)}));var c=typeof i=="string"&&(o&&o.interpolation&&o.interpolation.skipOnVariables!==void 0?o.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables),l;if(c){var d=i.match(this.interpolator.nestingRegexp);l=d&&d.length}var g=o.replace&&typeof o.replace!="string"?o.replace:o;if(this.options.interpolation.defaultVariables&&(g=Oe(Oe({},this.options.interpolation.defaultVariables),g)),i=this.interpolator.interpolate(i,g,o.lng||this.language,o),c){var p=i.match(this.interpolator.nestingRegexp),b=p&&p.length;l<b&&(o.nest=!1)}o.nest!==!1&&(i=this.interpolator.nest(i,function(){for(var h=arguments.length,E=new Array(h),A=0;A<h;A++)E[A]=arguments[A];return u&&u[0]===E[0]&&!o.context?(f.logger.warn("It seems you are nesting recursively key: ".concat(E[0]," in key: ").concat(a[0])),null):f.translate.apply(f,E.concat([a]))},o)),o.interpolation&&this.interpolator.reset()}var v=o.postProcess||this.options.postProcess,y=typeof v=="string"?[v]:v;return i!=null&&y&&y.length&&o.applyPostProcessor!==!1&&(i=io.handle(y,i,a,this.options&&this.options.postProcessPassResolved?Oe({i18nResolved:s},o):o,this)),i}},{key:"resolve",value:function(i){var a=this,o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},s,u,f,c,l;return typeof i=="string"&&(i=[i]),i.forEach(function(d){if(!a.isValidLookup(s)){var g=a.extractFromKey(d,o),p=g.key;u=p;var b=g.namespaces;a.options.fallbackNS&&(b=b.concat(a.options.fallbackNS));var v=o.count!==void 0&&typeof o.count!="string",y=v&&!o.ordinal&&o.count===0&&a.pluralResolver.shouldUseIntlApi(),h=o.context!==void 0&&(typeof o.context=="string"||typeof o.context=="number")&&o.context!=="",E=o.lngs?o.lngs:a.languageUtils.toResolveHierarchy(o.lng||a.language,o.fallbackLng);b.forEach(function(A){a.isValidLookup(s)||(l=A,!xi["".concat(E[0],"-").concat(A)]&&a.utils&&a.utils.hasLoadedNamespace&&!a.utils.hasLoadedNamespace(l)&&(xi["".concat(E[0],"-").concat(A)]=!0,a.logger.warn('key "'.concat(u,'" for languages "').concat(E.join(", "),`" won't get resolved as namespace "`).concat(l,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),E.forEach(function(w){if(!a.isValidLookup(s)){c=w;var x=[p];if(a.i18nFormat&&a.i18nFormat.addLookupKeys)a.i18nFormat.addLookupKeys(x,p,w,A,o);else{var _;v&&(_=a.pluralResolver.getSuffix(w,o.count,o));var I="".concat(a.options.pluralSeparator,"zero");if(v&&(x.push(p+_),y&&x.push(p+I)),h){var F="".concat(p).concat(a.options.contextSeparator).concat(o.context);x.push(F),v&&(x.push(F+_),y&&x.push(F+I))}}for(var k;k=x.pop();)a.isValidLookup(s)||(f=k,s=a.getResource(w,A,k,o))}}))})}}),{res:s,usedKey:u,exactUsedKey:f,usedLng:c,usedNS:l}}},{key:"isValidLookup",value:function(i){return i!==void 0&&!(!this.options.returnNull&&i===null)&&!(!this.options.returnEmptyString&&i==="")}},{key:"getResource",value:function(i,a,o){var s=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(i,a,o,s):this.resourceStore.getResource(i,a,o,s)}}],[{key:"hasDefaultValue",value:function(i){var a="defaultValue";for(var o in i)if(Object.prototype.hasOwnProperty.call(i,o)&&a===o.substring(0,a.length)&&i[o]!==void 0)return!0;return!1}}]),r}(ct);function en(e){return e.charAt(0).toUpperCase()+e.slice(1)}var Pu=function(){function e(t){Le(this,e),this.options=t,this.supportedLngs=this.options.supportedLngs||!1,this.logger=Be.create("languageUtils")}return Re(e,[{key:"getScriptPartFromCode",value:function(r){if(!r||r.indexOf("-")<0)return null;var n=r.split("-");return n.length===2||(n.pop(),n[n.length-1].toLowerCase()==="x")?null:this.formatLanguageCode(n.join("-"))}},{key:"getLanguagePartFromCode",value:function(r){if(!r||r.indexOf("-")<0)return r;var n=r.split("-");return this.formatLanguageCode(n[0])}},{key:"formatLanguageCode",value:function(r){if(typeof r=="string"&&r.indexOf("-")>-1){var n=["hans","hant","latn","cyrl","cans","mong","arab"],i=r.split("-");return this.options.lowerCaseLng?i=i.map(function(a){return a.toLowerCase()}):i.length===2?(i[0]=i[0].toLowerCase(),i[1]=i[1].toUpperCase(),n.indexOf(i[1].toLowerCase())>-1&&(i[1]=en(i[1].toLowerCase()))):i.length===3&&(i[0]=i[0].toLowerCase(),i[1].length===2&&(i[1]=i[1].toUpperCase()),i[0]!=="sgn"&&i[2].length===2&&(i[2]=i[2].toUpperCase()),n.indexOf(i[1].toLowerCase())>-1&&(i[1]=en(i[1].toLowerCase())),n.indexOf(i[2].toLowerCase())>-1&&(i[2]=en(i[2].toLowerCase()))),i.join("-")}return this.options.cleanCode||this.options.lowerCaseLng?r.toLowerCase():r}},{key:"isSupportedCode",value:function(r){return(this.options.load==="languageOnly"||this.options.nonExplicitSupportedLngs)&&(r=this.getLanguagePartFromCode(r)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(r)>-1}},{key:"getBestMatchFromCodes",value:function(r){var n=this;if(!r)return null;var i;return r.forEach(function(a){if(!i){var o=n.formatLanguageCode(a);(!n.options.supportedLngs||n.isSupportedCode(o))&&(i=o)}}),!i&&this.options.supportedLngs&&r.forEach(function(a){if(!i){var o=n.getLanguagePartFromCode(a);if(n.isSupportedCode(o))return i=o;i=n.options.supportedLngs.find(function(s){if(s.indexOf(o)===0)return s})}}),i||(i=this.getFallbackCodes(this.options.fallbackLng)[0]),i}},{key:"getFallbackCodes",value:function(r,n){if(!r)return[];if(typeof r=="function"&&(r=r(n)),typeof r=="string"&&(r=[r]),Object.prototype.toString.apply(r)==="[object Array]")return r;if(!n)return r.default||[];var i=r[n];return i||(i=r[this.getScriptPartFromCode(n)]),i||(i=r[this.formatLanguageCode(n)]),i||(i=r[this.getLanguagePartFromCode(n)]),i||(i=r.default),i||[]}},{key:"toResolveHierarchy",value:function(r,n){var i=this,a=this.getFallbackCodes(n||this.options.fallbackLng||[],r),o=[],s=function(f){!f||(i.isSupportedCode(f)?o.push(f):i.logger.warn("rejecting language code not found in supportedLngs: ".concat(f)))};return typeof r=="string"&&r.indexOf("-")>-1?(this.options.load!=="languageOnly"&&s(this.formatLanguageCode(r)),this.options.load!=="languageOnly"&&this.options.load!=="currentOnly"&&s(this.getScriptPartFromCode(r)),this.options.load!=="currentOnly"&&s(this.getLanguagePartFromCode(r))):typeof r=="string"&&s(this.formatLanguageCode(r)),a.forEach(function(u){o.indexOf(u)<0&&s(i.formatLanguageCode(u))}),o}}]),e}(),xu=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","tl","ti","tr","uz","wa"],nr:[1,2],fc:1},{lngs:["af","an","ast","az","bg","bn","ca","da","de","dev","el","en","eo","es","et","eu","fi","fo","fur","fy","gl","gu","ha","hi","hu","hy","ia","it","kk","kn","ku","lb","mai","ml","mn","mr","nah","nap","nb","ne","nl","nn","no","nso","pa","pap","pms","ps","pt-PT","rm","sco","se","si","so","son","sq","sv","sw","ta","te","tk","ur","yo"],nr:[1,2],fc:2},{lngs:["ay","bo","cgg","fa","ht","id","ja","jbo","ka","km","ko","ky","lo","ms","sah","su","th","tt","ug","vi","wo","zh"],nr:[1],fc:3},{lngs:["be","bs","cnr","dz","hr","ru","sr","uk"],nr:[1,2,5],fc:4},{lngs:["ar"],nr:[0,1,2,3,11,100],fc:5},{lngs:["cs","sk"],nr:[1,2,5],fc:6},{lngs:["csb","pl"],nr:[1,2,5],fc:7},{lngs:["cy"],nr:[1,2,3,8],fc:8},{lngs:["fr"],nr:[1,2],fc:9},{lngs:["ga"],nr:[1,2,3,7,11],fc:10},{lngs:["gd"],nr:[1,2,3,20],fc:11},{lngs:["is"],nr:[1,2],fc:12},{lngs:["jv"],nr:[0,1],fc:13},{lngs:["kw"],nr:[1,2,3,4],fc:14},{lngs:["lt"],nr:[1,2,10],fc:15},{lngs:["lv"],nr:[1,2,0],fc:16},{lngs:["mk"],nr:[1,2],fc:17},{lngs:["mnk"],nr:[0,1,2],fc:18},{lngs:["mt"],nr:[1,2,11,20],fc:19},{lngs:["or"],nr:[2,1],fc:2},{lngs:["ro"],nr:[1,2,20],fc:20},{lngs:["sl"],nr:[5,1,2,3],fc:21},{lngs:["he","iw"],nr:[1,2,20,21],fc:22}],Cu={1:function(t){return Number(t>1)},2:function(t){return Number(t!=1)},3:function(t){return 0},4:function(t){return Number(t%10==1&&t%100!=11?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2)},5:function(t){return Number(t==0?0:t==1?1:t==2?2:t%100>=3&&t%100<=10?3:t%100>=11?4:5)},6:function(t){return Number(t==1?0:t>=2&&t<=4?1:2)},7:function(t){return Number(t==1?0:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?1:2)},8:function(t){return Number(t==1?0:t==2?1:t!=8&&t!=11?2:3)},9:function(t){return Number(t>=2)},10:function(t){return Number(t==1?0:t==2?1:t<7?2:t<11?3:4)},11:function(t){return Number(t==1||t==11?0:t==2||t==12?1:t>2&&t<20?2:3)},12:function(t){return Number(t%10!=1||t%100==11)},13:function(t){return Number(t!==0)},14:function(t){return Number(t==1?0:t==2?1:t==3?2:3)},15:function(t){return Number(t%10==1&&t%100!=11?0:t%10>=2&&(t%100<10||t%100>=20)?1:2)},16:function(t){return Number(t%10==1&&t%100!=11?0:t!==0?1:2)},17:function(t){return Number(t==1||t%10==1&&t%100!=11?0:1)},18:function(t){return Number(t==0?0:t==1?1:2)},19:function(t){return Number(t==1?0:t==0||t%100>1&&t%100<11?1:t%100>10&&t%100<20?2:3)},20:function(t){return Number(t==1?0:t==0||t%100>0&&t%100<20?1:2)},21:function(t){return Number(t%100==1?1:t%100==2?2:t%100==3||t%100==4?3:0)},22:function(t){return Number(t==1?0:t==2?1:(t<0||t>10)&&t%10==0?2:3)}},Au=["v1","v2","v3"],Ai={zero:0,one:1,two:2,few:3,many:4,other:5};function _u(){var e={};return xu.forEach(function(t){t.lngs.forEach(function(r){e[r]={numbers:t.nr,plurals:Cu[t.fc]}})}),e}var Tu=function(){function e(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};Le(this,e),this.languageUtils=t,this.options=r,this.logger=Be.create("pluralResolver"),(!this.options.compatibilityJSON||this.options.compatibilityJSON==="v4")&&(typeof Intl=="undefined"||!Intl.PluralRules)&&(this.options.compatibilityJSON="v3",this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")),this.rules=_u()}return Re(e,[{key:"addRule",value:function(r,n){this.rules[r]=n}},{key:"getRule",value:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(this.shouldUseIntlApi())try{return new Intl.PluralRules(r,{type:n.ordinal?"ordinal":"cardinal"})}catch{return}return this.rules[r]||this.rules[this.languageUtils.getLanguagePartFromCode(r)]}},{key:"needsPlural",value:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=this.getRule(r,n);return this.shouldUseIntlApi()?i&&i.resolvedOptions().pluralCategories.length>1:i&&i.numbers.length>1}},{key:"getPluralFormsOfKey",value:function(r,n){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return this.getSuffixes(r,i).map(function(a){return"".concat(n).concat(a)})}},{key:"getSuffixes",value:function(r){var n=this,i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=this.getRule(r,i);return a?this.shouldUseIntlApi()?a.resolvedOptions().pluralCategories.sort(function(o,s){return Ai[o]-Ai[s]}).map(function(o){return"".concat(n.options.prepend).concat(o)}):a.numbers.map(function(o){return n.getSuffix(r,o,i)}):[]}},{key:"getSuffix",value:function(r,n){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a=this.getRule(r,i);return a?this.shouldUseIntlApi()?"".concat(this.options.prepend).concat(a.select(n)):this.getSuffixRetroCompatible(a,n):(this.logger.warn("no plural rule found for: ".concat(r)),"")}},{key:"getSuffixRetroCompatible",value:function(r,n){var i=this,a=r.noAbs?r.plurals(n):r.plurals(Math.abs(n)),o=r.numbers[a];this.options.simplifyPluralSuffix&&r.numbers.length===2&&r.numbers[0]===1&&(o===2?o="plural":o===1&&(o=""));var s=function(){return i.options.prepend&&o.toString()?i.options.prepend+o.toString():o.toString()};return this.options.compatibilityJSON==="v1"?o===1?"":typeof o=="number"?"_plural_".concat(o.toString()):s():this.options.compatibilityJSON==="v2"||this.options.simplifyPluralSuffix&&r.numbers.length===2&&r.numbers[0]===1?s():this.options.prepend&&a.toString()?this.options.prepend+a.toString():a.toString()}},{key:"shouldUseIntlApi",value:function(){return!Au.includes(this.options.compatibilityJSON)}}]),e}();function _i(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Me(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?_i(Object(r),!0).forEach(function(n){Ye(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):_i(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var Nu=function(){function e(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Le(this,e),this.logger=Be.create("interpolator"),this.options=t,this.format=t.interpolation&&t.interpolation.format||function(r){return r},this.init(t)}return Re(e,[{key:"init",value:function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};r.interpolation||(r.interpolation={escapeValue:!0});var n=r.interpolation;this.escape=n.escape!==void 0?n.escape:mu,this.escapeValue=n.escapeValue!==void 0?n.escapeValue:!0,this.useRawValueToEscape=n.useRawValueToEscape!==void 0?n.useRawValueToEscape:!1,this.prefix=n.prefix?xt(n.prefix):n.prefixEscaped||"{{",this.suffix=n.suffix?xt(n.suffix):n.suffixEscaped||"}}",this.formatSeparator=n.formatSeparator?n.formatSeparator:n.formatSeparator||",",this.unescapePrefix=n.unescapeSuffix?"":n.unescapePrefix||"-",this.unescapeSuffix=this.unescapePrefix?"":n.unescapeSuffix||"",this.nestingPrefix=n.nestingPrefix?xt(n.nestingPrefix):n.nestingPrefixEscaped||xt("$t("),this.nestingSuffix=n.nestingSuffix?xt(n.nestingSuffix):n.nestingSuffixEscaped||xt(")"),this.nestingOptionsSeparator=n.nestingOptionsSeparator?n.nestingOptionsSeparator:n.nestingOptionsSeparator||",",this.maxReplaces=n.maxReplaces?n.maxReplaces:1e3,this.alwaysFormat=n.alwaysFormat!==void 0?n.alwaysFormat:!1,this.resetRegExp()}},{key:"reset",value:function(){this.options&&this.init(this.options)}},{key:"resetRegExp",value:function(){var r="".concat(this.prefix,"(.+?)").concat(this.suffix);this.regexp=new RegExp(r,"g");var n="".concat(this.prefix).concat(this.unescapePrefix,"(.+?)").concat(this.unescapeSuffix).concat(this.suffix);this.regexpUnescape=new RegExp(n,"g");var i="".concat(this.nestingPrefix,"(.+?)").concat(this.nestingSuffix);this.nestingRegexp=new RegExp(i,"g")}},{key:"interpolate",value:function(r,n,i,a){var o=this,s,u,f,c=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{};function l(v){return v.replace(/\$/g,"$$$$")}var d=function(y){if(y.indexOf(o.formatSeparator)<0){var h=wi(n,c,y);return o.alwaysFormat?o.format(h,void 0,i,Me(Me(Me({},a),n),{},{interpolationkey:y})):h}var E=y.split(o.formatSeparator),A=E.shift().trim(),w=E.join(o.formatSeparator).trim();return o.format(wi(n,c,A),w,i,Me(Me(Me({},a),n),{},{interpolationkey:A}))};this.resetRegExp();var g=a&&a.missingInterpolationHandler||this.options.missingInterpolationHandler,p=a&&a.interpolation&&a.interpolation.skipOnVariables!==void 0?a.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables,b=[{regex:this.regexpUnescape,safeValue:function(y){return l(y)}},{regex:this.regexp,safeValue:function(y){return o.escapeValue?l(o.escape(y)):l(y)}}];return b.forEach(function(v){for(f=0;s=v.regex.exec(r);){var y=s[1].trim();if(u=d(y),u===void 0)if(typeof g=="function"){var h=g(r,s,a);u=typeof h=="string"?h:""}else if(a&&a.hasOwnProperty(y))u="";else if(p){u=s[0];continue}else o.logger.warn("missed to pass in variable ".concat(y," for interpolating ").concat(r)),u="";else typeof u!="string"&&!o.useRawValueToEscape&&(u=Si(u));var E=v.safeValue(u);if(r=r.replace(s[0],E),p?(v.regex.lastIndex+=u.length,v.regex.lastIndex-=s[0].length):v.regex.lastIndex=0,f++,f>=o.maxReplaces)break}}),r}},{key:"nest",value:function(r,n){var i=this,a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},o,s,u=Me({},a);u.applyPostProcessor=!1,delete u.defaultValue;function f(g,p){var b=this.nestingOptionsSeparator;if(g.indexOf(b)<0)return g;var v=g.split(new RegExp("".concat(b,"[ ]*{"))),y="{".concat(v[1]);g=v[0],y=this.interpolate(y,u);var h=y.match(/'/g),E=y.match(/"/g);(h&&h.length%2===0&&!E||E.length%2!==0)&&(y=y.replace(/'/g,'"'));try{u=JSON.parse(y),p&&(u=Me(Me({},p),u))}catch(A){return this.logger.warn("failed parsing options string in nesting for key ".concat(g),A),"".concat(g).concat(b).concat(y)}return delete u.defaultValue,g}for(;o=this.nestingRegexp.exec(r);){var c=[],l=!1;if(o[0].indexOf(this.formatSeparator)!==-1&&!/{.*}/.test(o[1])){var d=o[1].split(this.formatSeparator).map(function(g){return g.trim()});o[1]=d.shift(),c=d,l=!0}if(s=n(f.call(this,o[1].trim(),u),u),s&&o[0]===r&&typeof s!="string")return s;typeof s!="string"&&(s=Si(s)),s||(this.logger.warn("missed to resolve ".concat(o[1]," for nesting ").concat(r)),s=""),l&&(s=c.reduce(function(g,p){return i.format(g,p,a.lng,Me(Me({},a),{},{interpolationkey:o[1].trim()}))},s.trim())),r=r.replace(o[0],s),this.regexp.lastIndex=0}return r}}]),e}();function Ti(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function rt(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Ti(Object(r),!0).forEach(function(n){Ye(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Ti(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function $u(e){var t=e.toLowerCase().trim(),r={};if(e.indexOf("(")>-1){var n=e.split("(");t=n[0].toLowerCase().trim();var i=n[1].substring(0,n[1].length-1);if(t==="currency"&&i.indexOf(":")<0)r.currency||(r.currency=i.trim());else if(t==="relativetime"&&i.indexOf(":")<0)r.range||(r.range=i.trim());else{var a=i.split(";");a.forEach(function(o){if(!!o){var s=o.split(":"),u=cu(s),f=u[0],c=u.slice(1),l=c.join(":").trim().replace(/^'+|'+$/g,"");r[f.trim()]||(r[f.trim()]=l),l==="false"&&(r[f.trim()]=!1),l==="true"&&(r[f.trim()]=!0),isNaN(l)||(r[f.trim()]=parseInt(l,10))}})}}return{formatName:t,formatOptions:r}}function Ct(e){var t={};return function(n,i,a){var o=i+JSON.stringify(a),s=t[o];return s||(s=e(i,a),t[o]=s),s(n)}}var Iu=function(){function e(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Le(this,e),this.logger=Be.create("formatter"),this.options=t,this.formats={number:Ct(function(r,n){var i=new Intl.NumberFormat(r,n);return function(a){return i.format(a)}}),currency:Ct(function(r,n){var i=new Intl.NumberFormat(r,rt(rt({},n),{},{style:"currency"}));return function(a){return i.format(a)}}),datetime:Ct(function(r,n){var i=new Intl.DateTimeFormat(r,rt({},n));return function(a){return i.format(a)}}),relativetime:Ct(function(r,n){var i=new Intl.RelativeTimeFormat(r,rt({},n));return function(a){return i.format(a,n.range||"day")}}),list:Ct(function(r,n){var i=new Intl.ListFormat(r,rt({},n));return function(a){return i.format(a)}})},this.init(t)}return Re(e,[{key:"init",value:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}},i=n.interpolation;this.formatSeparator=i.formatSeparator?i.formatSeparator:i.formatSeparator||","}},{key:"add",value:function(r,n){this.formats[r.toLowerCase().trim()]=n}},{key:"addCached",value:function(r,n){this.formats[r.toLowerCase().trim()]=Ct(n)}},{key:"format",value:function(r,n,i,a){var o=this,s=n.split(this.formatSeparator),u=s.reduce(function(f,c){var l=$u(c),d=l.formatName,g=l.formatOptions;if(o.formats[d]){var p=f;try{var b=a&&a.formatParams&&a.formatParams[a.interpolationkey]||{},v=b.locale||b.lng||a.locale||a.lng||i;p=o.formats[d](f,v,rt(rt(rt({},g),a),b))}catch(y){o.logger.warn(y)}return p}else o.logger.warn("there was no format function for ".concat(d));return f},r);return u}}]),e}();function Ni(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function $i(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Ni(Object(r),!0).forEach(function(n){Ye(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Ni(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Lu(e){var t=Ru();return function(){var n=Ge(e),i;if(t){var a=Ge(this).constructor;i=Reflect.construct(n,arguments,a)}else i=n.apply(this,arguments);return rr(this,i)}}function Ru(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function Fu(e,t){e.pending[t]!==void 0&&(delete e.pending[t],e.pendingCount--)}var Mu=function(e){Mr(r,e);var t=Lu(r);function r(n,i,a){var o,s=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return Le(this,r),o=t.call(this),kr&&ct.call(lt(o)),o.backend=n,o.store=i,o.services=a,o.languageUtils=a.languageUtils,o.options=s,o.logger=Be.create("backendConnector"),o.waitingReads=[],o.maxParallelReads=s.maxParallelReads||10,o.readingCalls=0,o.maxRetries=s.maxRetries>=0?s.maxRetries:5,o.retryTimeout=s.retryTimeout>=1?s.retryTimeout:350,o.state={},o.queue=[],o.backend&&o.backend.init&&o.backend.init(a,s.backend,s),o}return Re(r,[{key:"queueLoad",value:function(i,a,o,s){var u=this,f={},c={},l={},d={};return i.forEach(function(g){var p=!0;a.forEach(function(b){var v="".concat(g,"|").concat(b);!o.reload&&u.store.hasResourceBundle(g,b)?u.state[v]=2:u.state[v]<0||(u.state[v]===1?c[v]===void 0&&(c[v]=!0):(u.state[v]=1,p=!1,c[v]===void 0&&(c[v]=!0),f[v]===void 0&&(f[v]=!0),d[b]===void 0&&(d[b]=!0)))}),p||(l[g]=!0)}),(Object.keys(f).length||Object.keys(c).length)&&this.queue.push({pending:c,pendingCount:Object.keys(c).length,loaded:{},errors:[],callback:s}),{toLoad:Object.keys(f),pending:Object.keys(c),toLoadLanguages:Object.keys(l),toLoadNamespaces:Object.keys(d)}}},{key:"loaded",value:function(i,a,o){var s=i.split("|"),u=s[0],f=s[1];a&&this.emit("failedLoading",u,f,a),o&&this.store.addResourceBundle(u,f,o),this.state[i]=a?-1:2;var c={};this.queue.forEach(function(l){pu(l.loaded,[u],f),Fu(l,i),a&&l.errors.push(a),l.pendingCount===0&&!l.done&&(Object.keys(l.loaded).forEach(function(d){c[d]||(c[d]={});var g=l.loaded[d];g.length&&g.forEach(function(p){c[d][p]===void 0&&(c[d][p]=!0)})}),l.done=!0,l.errors.length?l.callback(l.errors):l.callback())}),this.emit("loaded",c),this.queue=this.queue.filter(function(l){return!l.done})}},{key:"read",value:function(i,a,o){var s=this,u=arguments.length>3&&arguments[3]!==void 0?arguments[3]:0,f=arguments.length>4&&arguments[4]!==void 0?arguments[4]:this.retryTimeout,c=arguments.length>5?arguments[5]:void 0;if(!i.length)return c(null,{});if(this.readingCalls>=this.maxParallelReads){this.waitingReads.push({lng:i,ns:a,fcName:o,tried:u,wait:f,callback:c});return}return this.readingCalls++,this.backend[o](i,a,function(l,d){if(s.readingCalls--,s.waitingReads.length>0){var g=s.waitingReads.shift();s.read(g.lng,g.ns,g.fcName,g.tried,g.wait,g.callback)}if(l&&d&&u<s.maxRetries){setTimeout(function(){s.read.call(s,i,a,o,u+1,f*2,c)},f);return}c(l,d)})}},{key:"prepareLoading",value:function(i,a){var o=this,s=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},u=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),u&&u();typeof i=="string"&&(i=this.languageUtils.toResolveHierarchy(i)),typeof a=="string"&&(a=[a]);var f=this.queueLoad(i,a,s,u);if(!f.toLoad.length)return f.pending.length||u(),null;f.toLoad.forEach(function(c){o.loadOne(c)})}},{key:"load",value:function(i,a,o){this.prepareLoading(i,a,{},o)}},{key:"reload",value:function(i,a,o){this.prepareLoading(i,a,{reload:!0},o)}},{key:"loadOne",value:function(i){var a=this,o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"",s=i.split("|"),u=s[0],f=s[1];this.read(u,f,"read",void 0,void 0,function(c,l){c&&a.logger.warn("".concat(o,"loading namespace ").concat(f," for language ").concat(u," failed"),c),!c&&l&&a.logger.log("".concat(o,"loaded namespace ").concat(f," for language ").concat(u),l),a.loaded(i,c,l)})}},{key:"saveMissing",value:function(i,a,o,s,u){var f=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{};if(this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(a)){this.logger.warn('did not save key "'.concat(o,'" as the namespace "').concat(a,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!");return}o==null||o===""||(this.backend&&this.backend.create&&this.backend.create(i,a,o,s,null,$i($i({},f),{},{isUpdate:u})),!(!i||!i[0])&&this.store.addResource(i[0],a,o,s))}}]),r}(ct);function ku(){return{debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!0,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:function(t){var r={};if(ke(t[1])==="object"&&(r=t[1]),typeof t[1]=="string"&&(r.defaultValue=t[1]),typeof t[2]=="string"&&(r.tDescription=t[2]),ke(t[2])==="object"||ke(t[3])==="object"){var n=t[3]||t[2];Object.keys(n).forEach(function(i){r[i]=n[i]})}return r},interpolation:{escapeValue:!0,format:function(t,r,n,i){return t},prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}}function Ii(e){return typeof e.ns=="string"&&(e.ns=[e.ns]),typeof e.fallbackLng=="string"&&(e.fallbackLng=[e.fallbackLng]),typeof e.fallbackNS=="string"&&(e.fallbackNS=[e.fallbackNS]),e.supportedLngs&&e.supportedLngs.indexOf("cimode")<0&&(e.supportedLngs=e.supportedLngs.concat(["cimode"])),e}function Li(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Ve(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Li(Object(r),!0).forEach(function(n){Ye(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Li(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Du(e){var t=ju();return function(){var n=Ge(e),i;if(t){var a=Ge(this).constructor;i=Reflect.construct(n,arguments,a)}else i=n.apply(this,arguments);return rr(this,i)}}function ju(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function lr(){}function Vu(e){var t=Object.getOwnPropertyNames(Object.getPrototypeOf(e));t.forEach(function(r){typeof e[r]=="function"&&(e[r]=e[r].bind(e))})}var Or=function(e){Mr(r,e);var t=Du(r);function r(){var n,i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},a=arguments.length>1?arguments[1]:void 0;if(Le(this,r),n=t.call(this),kr&&ct.call(lt(n)),n.options=Ii(i),n.services={},n.logger=Be,n.modules={external:[]},Vu(lt(n)),a&&!n.isInitialized&&!i.isClone){if(!n.options.initImmediate)return n.init(i,a),rr(n,lt(n));setTimeout(function(){n.init(i,a)},0)}return n}return Re(r,[{key:"init",value:function(){var i=this,a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},o=arguments.length>1?arguments[1]:void 0;typeof a=="function"&&(o=a,a={}),!a.defaultNS&&a.defaultNS!==!1&&a.ns&&(typeof a.ns=="string"?a.defaultNS=a.ns:a.ns.indexOf("translation")<0&&(a.defaultNS=a.ns[0]));var s=ku();this.options=Ve(Ve(Ve({},s),this.options),Ii(a)),this.options.compatibilityAPI!=="v1"&&(this.options.interpolation=Ve(Ve({},s.interpolation),this.options.interpolation)),a.keySeparator!==void 0&&(this.options.userDefinedKeySeparator=a.keySeparator),a.nsSeparator!==void 0&&(this.options.userDefinedNsSeparator=a.nsSeparator);function u(y){return y?typeof y=="function"?new y:y:null}if(!this.options.isClone){this.modules.logger?Be.init(u(this.modules.logger),this.options):Be.init(null,this.options);var f;this.modules.formatter?f=this.modules.formatter:typeof Intl!="undefined"&&(f=Iu);var c=new Pu(this.options);this.store=new Ou(this.options.resources,this.options);var l=this.services;l.logger=Be,l.resourceStore=this.store,l.languageUtils=c,l.pluralResolver=new Tu(c,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),f&&(!this.options.interpolation.format||this.options.interpolation.format===s.interpolation.format)&&(l.formatter=u(f),l.formatter.init(l,this.options),this.options.interpolation.format=l.formatter.format.bind(l.formatter)),l.interpolator=new Nu(this.options),l.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},l.backendConnector=new Mu(u(this.modules.backend),l.resourceStore,l,this.options),l.backendConnector.on("*",function(y){for(var h=arguments.length,E=new Array(h>1?h-1:0),A=1;A<h;A++)E[A-1]=arguments[A];i.emit.apply(i,[y].concat(E))}),this.modules.languageDetector&&(l.languageDetector=u(this.modules.languageDetector),l.languageDetector.init(l,this.options.detection,this.options)),this.modules.i18nFormat&&(l.i18nFormat=u(this.modules.i18nFormat),l.i18nFormat.init&&l.i18nFormat.init(this)),this.translator=new Ci(this.services,this.options),this.translator.on("*",function(y){for(var h=arguments.length,E=new Array(h>1?h-1:0),A=1;A<h;A++)E[A-1]=arguments[A];i.emit.apply(i,[y].concat(E))}),this.modules.external.forEach(function(y){y.init&&y.init(i)})}if(this.format=this.options.interpolation.format,o||(o=lr),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){var d=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);d.length>0&&d[0]!=="dev"&&(this.options.lng=d[0])}!this.services.languageDetector&&!this.options.lng&&this.logger.warn("init: no languageDetector is used and no lng is defined");var g=["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"];g.forEach(function(y){i[y]=function(){var h;return(h=i.store)[y].apply(h,arguments)}});var p=["addResource","addResources","addResourceBundle","removeResourceBundle"];p.forEach(function(y){i[y]=function(){var h;return(h=i.store)[y].apply(h,arguments),i}});var b=Dt(),v=function(){var h=function(A,w){i.isInitialized&&!i.initializedStoreOnce&&i.logger.warn("init: i18next is already initialized. You should call init just once!"),i.isInitialized=!0,i.options.isClone||i.logger.log("initialized",i.options),i.emit("initialized",i.options),b.resolve(w),o(A,w)};if(i.languages&&i.options.compatibilityAPI!=="v1"&&!i.isInitialized)return h(null,i.t.bind(i));i.changeLanguage(i.options.lng,h)};return this.options.resources||!this.options.initImmediate?v():setTimeout(v,0),b}},{key:"loadResources",value:function(i){var a=this,o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:lr,s=o,u=typeof i=="string"?i:this.language;if(typeof i=="function"&&(s=i),!this.options.resources||this.options.partialBundledLanguages){if(u&&u.toLowerCase()==="cimode")return s();var f=[],c=function(g){if(!!g){var p=a.services.languageUtils.toResolveHierarchy(g);p.forEach(function(b){f.indexOf(b)<0&&f.push(b)})}};if(u)c(u);else{var l=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);l.forEach(function(d){return c(d)})}this.options.preload&&this.options.preload.forEach(function(d){return c(d)}),this.services.backendConnector.load(f,this.options.ns,function(d){!d&&!a.resolvedLanguage&&a.language&&a.setResolvedLanguage(a.language),s(d)})}else s(null)}},{key:"reloadResources",value:function(i,a,o){var s=Dt();return i||(i=this.languages),a||(a=this.options.ns),o||(o=lr),this.services.backendConnector.reload(i,a,function(u){s.resolve(),o(u)}),s}},{key:"use",value:function(i){if(!i)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!i.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return i.type==="backend"&&(this.modules.backend=i),(i.type==="logger"||i.log&&i.warn&&i.error)&&(this.modules.logger=i),i.type==="languageDetector"&&(this.modules.languageDetector=i),i.type==="i18nFormat"&&(this.modules.i18nFormat=i),i.type==="postProcessor"&&io.addPostProcessor(i),i.type==="formatter"&&(this.modules.formatter=i),i.type==="3rdParty"&&this.modules.external.push(i),this}},{key:"setResolvedLanguage",value:function(i){if(!(!i||!this.languages)&&!(["cimode","dev"].indexOf(i)>-1))for(var a=0;a<this.languages.length;a++){var o=this.languages[a];if(!(["cimode","dev"].indexOf(o)>-1)&&this.store.hasLanguageSomeTranslations(o)){this.resolvedLanguage=o;break}}}},{key:"changeLanguage",value:function(i,a){var o=this;this.isLanguageChangingTo=i;var s=Dt();this.emit("languageChanging",i);var u=function(d){o.language=d,o.languages=o.services.languageUtils.toResolveHierarchy(d),o.resolvedLanguage=void 0,o.setResolvedLanguage(d)},f=function(d,g){g?(u(g),o.translator.changeLanguage(g),o.isLanguageChangingTo=void 0,o.emit("languageChanged",g),o.logger.log("languageChanged",g)):o.isLanguageChangingTo=void 0,s.resolve(function(){return o.t.apply(o,arguments)}),a&&a(d,function(){return o.t.apply(o,arguments)})},c=function(d){!i&&!d&&o.services.languageDetector&&(d=[]);var g=typeof d=="string"?d:o.services.languageUtils.getBestMatchFromCodes(d);g&&(o.language||u(g),o.translator.language||o.translator.changeLanguage(g),o.services.languageDetector&&o.services.languageDetector.cacheUserLanguage(g)),o.loadResources(g,function(p){f(p,g)})};return!i&&this.services.languageDetector&&!this.services.languageDetector.async?c(this.services.languageDetector.detect()):!i&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect(c):c(i),s}},{key:"getFixedT",value:function(i,a,o){var s=this,u=function f(c,l){var d;if(ke(l)!=="object"){for(var g=arguments.length,p=new Array(g>2?g-2:0),b=2;b<g;b++)p[b-2]=arguments[b];d=s.options.overloadTranslationOptionHandler([c,l].concat(p))}else d=Ve({},l);d.lng=d.lng||f.lng,d.lngs=d.lngs||f.lngs,d.ns=d.ns||f.ns,d.keyPrefix=d.keyPrefix||o||f.keyPrefix;var v=s.options.keySeparator||".",y=d.keyPrefix?"".concat(d.keyPrefix).concat(v).concat(c):c;return s.t(y,d)};return typeof i=="string"?u.lng=i:u.lngs=i,u.ns=a,u.keyPrefix=o,u}},{key:"t",value:function(){var i;return this.translator&&(i=this.translator).translate.apply(i,arguments)}},{key:"exists",value:function(){var i;return this.translator&&(i=this.translator).exists.apply(i,arguments)}},{key:"setDefaultNamespace",value:function(i){this.options.defaultNS=i}},{key:"hasLoadedNamespace",value:function(i){var a=this,o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;var s=this.resolvedLanguage||this.languages[0],u=this.options?this.options.fallbackLng:!1,f=this.languages[this.languages.length-1];if(s.toLowerCase()==="cimode")return!0;var c=function(g,p){var b=a.services.backendConnector.state["".concat(g,"|").concat(p)];return b===-1||b===2};if(o.precheck){var l=o.precheck(this,c);if(l!==void 0)return l}return!!(this.hasResourceBundle(s,i)||!this.services.backendConnector.backend||this.options.resources&&!this.options.partialBundledLanguages||c(s,i)&&(!u||c(f,i)))}},{key:"loadNamespaces",value:function(i,a){var o=this,s=Dt();return this.options.ns?(typeof i=="string"&&(i=[i]),i.forEach(function(u){o.options.ns.indexOf(u)<0&&o.options.ns.push(u)}),this.loadResources(function(u){s.resolve(),a&&a(u)}),s):(a&&a(),Promise.resolve())}},{key:"loadLanguages",value:function(i,a){var o=Dt();typeof i=="string"&&(i=[i]);var s=this.options.preload||[],u=i.filter(function(f){return s.indexOf(f)<0});return u.length?(this.options.preload=s.concat(u),this.loadResources(function(f){o.resolve(),a&&a(f)}),o):(a&&a(),Promise.resolve())}},{key:"dir",value:function(i){if(i||(i=this.resolvedLanguage||(this.languages&&this.languages.length>0?this.languages[0]:this.language)),!i)return"rtl";var a=["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"];return a.indexOf(this.services.languageUtils.getLanguagePartFromCode(i))>-1||i.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}},{key:"cloneInstance",value:function(){var i=this,a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:lr,s=Ve(Ve(Ve({},this.options),a),{isClone:!0}),u=new r(s);(a.debug!==void 0||a.prefix!==void 0)&&(u.logger=u.logger.clone(a));var f=["store","services","language"];return f.forEach(function(c){u[c]=i[c]}),u.services=Ve({},this.services),u.services.utils={hasLoadedNamespace:u.hasLoadedNamespace.bind(u)},u.translator=new Ci(u.services,u.options),u.translator.on("*",function(c){for(var l=arguments.length,d=new Array(l>1?l-1:0),g=1;g<l;g++)d[g-1]=arguments[g];u.emit.apply(u,[c].concat(d))}),u.init(s,o),u.translator.options=u.options,u.translator.backendConnector.services.utils={hasLoadedNamespace:u.hasLoadedNamespace.bind(u)},u}},{key:"toJSON",value:function(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}]),r}(ct);Ye(Or,"createInstance",function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return new Or(e,t)});var Se=Or.createInstance();Se.createInstance=Or.createInstance;Se.createInstance;Se.init;Se.loadResources;Se.reloadResources;Se.use;Se.changeLanguage;Se.getFixedT;Se.t;Se.exists;Se.setDefaultNamespace;Se.hasLoadedNamespace;Se.loadNamespaces;Se.loadLanguages;var nr=e=>e.type==="checkbox",_t=e=>e instanceof Date,we=e=>e==null;const ao=e=>typeof e=="object";var pe=e=>!we(e)&&!Array.isArray(e)&&ao(e)&&!_t(e),oo=e=>pe(e)&&e.target?nr(e.target)?e.target.checked:e.target.value:e,Uu=e=>e.substring(0,e.search(/\.\d+(\.|$)/))||e,so=(e,t)=>e.has(Uu(t)),Bu=e=>{const t=e.constructor&&e.constructor.prototype;return pe(t)&&t.hasOwnProperty("isPrototypeOf")},Gn=typeof window!="undefined"&&typeof window.HTMLElement!="undefined"&&typeof document!="undefined";function ge(e){let t;const r=Array.isArray(e);if(e instanceof Date)t=new Date(e);else if(e instanceof Set)t=new Set(e);else if(!(Gn&&(e instanceof Blob||e instanceof FileList))&&(r||pe(e)))if(t=r?[]:{},!r&&!Bu(e))t=e;else for(const n in e)e.hasOwnProperty(n)&&(t[n]=ge(e[n]));else return e;return t}var ir=e=>Array.isArray(e)?e.filter(Boolean):[],Z=e=>e===void 0,$=(e,t,r)=>{if(!t||!pe(e))return r;const n=ir(t.split(/[,[\].]+?/)).reduce((i,a)=>we(i)?i:i[a],e);return Z(n)||n===e?Z(e[t])?r:e[t]:n},Ue=e=>typeof e=="boolean",Kn=e=>/^\w*$/.test(e),uo=e=>ir(e.replace(/["|']|\]/g,"").split(/\.|\[/)),z=(e,t,r)=>{let n=-1;const i=Kn(t)?[t]:uo(t),a=i.length,o=a-1;for(;++n<a;){const s=i[n];let u=r;if(n!==o){const f=e[s];u=pe(f)||Array.isArray(f)?f:isNaN(+i[n+1])?{}:[]}if(s==="__proto__")return;e[s]=u,e=e[s]}return e};const wr={BLUR:"blur",FOCUS_OUT:"focusout",CHANGE:"change"},Ne={onBlur:"onBlur",onChange:"onChange",onSubmit:"onSubmit",onTouched:"onTouched",all:"all"},qe={max:"max",min:"min",maxLength:"maxLength",minLength:"minLength",pattern:"pattern",required:"required",validate:"validate"},lo=T.default.createContext(null),ze=()=>T.default.useContext(lo),co=e=>{const{children:t,...r}=e;return T.default.createElement(lo.Provider,{value:r},t)};var fo=(e,t,r,n=!0)=>{const i={defaultValues:t._defaultValues};for(const a in e)Object.defineProperty(i,a,{get:()=>{const o=a;return t._proxyFormState[o]!==Ne.all&&(t._proxyFormState[o]=!n||Ne.all),r&&(r[o]=!0),e[o]}});return i},Ee=e=>pe(e)&&!Object.keys(e).length,go=(e,t,r,n)=>{r(e);const{name:i,...a}=e;return Ee(a)||Object.keys(a).length>=Object.keys(t).length||Object.keys(a).find(o=>t[o]===(!n||Ne.all))},Pe=e=>Array.isArray(e)?e:[e],po=(e,t,r)=>!e||!t||e===t||Pe(e).some(n=>n&&(r?n===t:n.startsWith(t)||t.startsWith(n)));function Dr(e){const t=T.default.useRef(e);t.current=e,T.default.useEffect(()=>{const r=!e.disabled&&t.current.subject&&t.current.subject.subscribe({next:t.current.next});return()=>{r&&r.unsubscribe()}},[e.disabled])}function ho(e){const t=ze(),{control:r=t.control,disabled:n,name:i,exact:a}=e||{},[o,s]=T.default.useState(r._formState),u=T.default.useRef(!0),f=T.default.useRef({isDirty:!1,isLoading:!1,dirtyFields:!1,touchedFields:!1,validatingFields:!1,isValidating:!1,isValid:!1,errors:!1}),c=T.default.useRef(i);return c.current=i,Dr({disabled:n,next:l=>u.current&&po(c.current,l.name,a)&&go(l,f.current,r._updateFormState)&&s({...r._formState,...l}),subject:r._subjects.state}),T.default.useEffect(()=>(u.current=!0,f.current.isValid&&r._updateValid(!0),()=>{u.current=!1}),[r]),fo(o,r,f.current,!1)}var He=e=>typeof e=="string",mo=(e,t,r,n,i)=>He(e)?(n&&t.watch.add(e),$(r,e,i)):Array.isArray(e)?e.map(a=>(n&&t.watch.add(a),$(r,a))):(n&&(t.watchAll=!0),r);function Er(e){const t=ze(),{control:r=t.control,name:n,defaultValue:i,disabled:a,exact:o}=e||{},s=T.default.useRef(n);s.current=n,Dr({disabled:a,subject:r._subjects.values,next:c=>{po(s.current,c.name,o)&&f(ge(mo(s.current,r._names,c.values||r._formValues,!1,i)))}});const[u,f]=T.default.useState(r._getWatch(n,i));return T.default.useEffect(()=>r._removeUnmounted()),u}function vo(e){const t=ze(),{name:r,disabled:n,control:i=t.control,shouldUnregister:a}=e,o=so(i._names.array,r),s=Er({control:i,name:r,defaultValue:$(i._formValues,r,$(i._defaultValues,r,e.defaultValue)),exact:!0}),u=ho({control:i,name:r}),f=T.default.useRef(i.register(r,{...e.rules,value:s,...Ue(e.disabled)?{disabled:e.disabled}:{}}));return T.default.useEffect(()=>{const c=i._options.shouldUnregister||a,l=(d,g)=>{const p=$(i._fields,d);p&&p._f&&(p._f.mount=g)};if(l(r,!0),c){const d=ge($(i._options.defaultValues,r));z(i._defaultValues,r,d),Z($(i._formValues,r))&&z(i._formValues,r,d)}return()=>{(o?c&&!i._state.action:c)?i.unregister(r):l(r,!1)}},[r,i,o,a]),T.default.useEffect(()=>{$(i._fields,r)&&i._updateDisabledField({disabled:n,fields:i._fields,name:r,value:$(i._fields,r)._f.value})},[n,r,i]),{field:{name:r,value:s,...Ue(n)||u.disabled?{disabled:u.disabled||n}:{},onChange:T.default.useCallback(c=>f.current.onChange({target:{value:oo(c),name:r},type:wr.CHANGE}),[r]),onBlur:T.default.useCallback(()=>f.current.onBlur({target:{value:$(i._formValues,r),name:r},type:wr.BLUR}),[r,i]),ref:c=>{const l=$(i._fields,r);l&&c&&(l._f.ref={focus:()=>c.focus(),select:()=>c.select(),setCustomValidity:d=>c.setCustomValidity(d),reportValidity:()=>c.reportValidity()})}},formState:u,fieldState:Object.defineProperties({},{invalid:{enumerable:!0,get:()=>!!$(u.errors,r)},isDirty:{enumerable:!0,get:()=>!!$(u.dirtyFields,r)},isTouched:{enumerable:!0,get:()=>!!$(u.touchedFields,r)},isValidating:{enumerable:!0,get:()=>!!$(u.validatingFields,r)},error:{enumerable:!0,get:()=>$(u.errors,r)}})}}const Hu=e=>e.render(vo(e)),Wu="post";function Gu(e){const t=ze(),[r,n]=T.default.useState(!1),{control:i=t.control,onSubmit:a,children:o,action:s,method:u=Wu,headers:f,encType:c,onError:l,render:d,onSuccess:g,validateStatus:p,...b}=e,v=async y=>{let h=!1,E="";await i.handleSubmit(async A=>{const w=new FormData;let x="";try{x=JSON.stringify(A)}catch{}for(const _ of i._names.mount)w.append(_,$(A,_));if(a&&await a({data:A,event:y,method:u,formData:w,formDataJson:x}),s)try{const _=[f&&f["Content-Type"],c].some(F=>F&&F.includes("json")),I=await fetch(s,{method:u,headers:{...f,...c?{"Content-Type":c}:{}},body:_?x:w});I&&(p?!p(I.status):I.status<200||I.status>=300)?(h=!0,l&&l({response:I}),E=String(I.status)):g&&g({response:I})}catch(_){h=!0,l&&l({error:_})}})(y),h&&e.control&&(e.control._subjects.state.next({isSubmitSuccessful:!1}),e.control.setError("root.server",{type:E}))};return T.default.useEffect(()=>{n(!0)},[]),d?T.default.createElement(T.default.Fragment,null,d({submit:v})):T.default.createElement("form",{noValidate:r,action:s,method:u,encType:c,onSubmit:v,...b},o)}var yo=(e,t,r,n,i)=>t?{...r[e],types:{...r[e]&&r[e].types?r[e].types:{},[n]:i||!0}}:{},nt=()=>{const e=typeof performance=="undefined"?Date.now():performance.now()*1e3;return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,t=>{const r=(Math.random()*16+e)%16|0;return(t=="x"?r:r&3|8).toString(16)})},tn=(e,t,r={})=>r.shouldFocus||Z(r.shouldFocus)?r.focusName||`${e}.${Z(r.focusIndex)?t:r.focusIndex}.`:"",Qt=e=>({isOnSubmit:!e||e===Ne.onSubmit,isOnBlur:e===Ne.onBlur,isOnChange:e===Ne.onChange,isOnAll:e===Ne.all,isOnTouch:e===Ne.onTouched}),Cn=(e,t,r)=>!r&&(t.watchAll||t.watch.has(e)||[...t.watch].some(n=>e.startsWith(n)&&/^\.\w+/.test(e.slice(n.length))));const Tt=(e,t,r,n)=>{for(const i of r||Object.keys(e)){const a=$(e,i);if(a){const{_f:o,...s}=a;if(o){if(o.refs&&o.refs[0]&&t(o.refs[0],i)&&!n)break;if(o.ref&&t(o.ref,o.name)&&!n)break;Tt(s,t)}else pe(s)&&Tt(s,t)}}};var bo=(e,t,r)=>{const n=Pe($(e,r));return z(n,"root",t[r]),z(e,r,n),e},Yn=e=>e.type==="file",ot=e=>typeof e=="function",Pr=e=>{if(!Gn)return!1;const t=e?e.ownerDocument:0;return e instanceof(t&&t.defaultView?t.defaultView.HTMLElement:HTMLElement)},hr=e=>He(e),zn=e=>e.type==="radio",xr=e=>e instanceof RegExp;const Ri={value:!1,isValid:!1},Fi={value:!0,isValid:!0};var So=e=>{if(Array.isArray(e)){if(e.length>1){const t=e.filter(r=>r&&r.checked&&!r.disabled).map(r=>r.value);return{value:t,isValid:!!t.length}}return e[0].checked&&!e[0].disabled?e[0].attributes&&!Z(e[0].attributes.value)?Z(e[0].value)||e[0].value===""?Fi:{value:e[0].value,isValid:!0}:Fi:Ri}return Ri};const Mi={isValid:!1,value:null};var Oo=e=>Array.isArray(e)?e.reduce((t,r)=>r&&r.checked&&!r.disabled?{isValid:!0,value:r.value}:t,Mi):Mi;function ki(e,t,r="validate"){if(hr(e)||Array.isArray(e)&&e.every(hr)||Ue(e)&&!e)return{type:r,message:hr(e)?e:"",ref:t}}var At=e=>pe(e)&&!xr(e)?e:{value:e,message:""},An=async(e,t,r,n,i)=>{const{ref:a,refs:o,required:s,maxLength:u,minLength:f,min:c,max:l,pattern:d,validate:g,name:p,valueAsNumber:b,mount:v,disabled:y}=e._f,h=$(t,p);if(!v||y)return{};const E=o?o[0]:a,A=M=>{n&&E.reportValidity&&(E.setCustomValidity(Ue(M)?"":M||""),E.reportValidity())},w={},x=zn(a),_=nr(a),I=x||_,F=(b||Yn(a))&&Z(a.value)&&Z(h)||Pr(a)&&a.value===""||h===""||Array.isArray(h)&&!h.length,k=yo.bind(null,p,r,w),B=(M,j,U,W=qe.maxLength,X=qe.minLength)=>{const G=M?j:U;w[p]={type:M?W:X,message:G,ref:a,...k(M?W:X,G)}};if(i?!Array.isArray(h)||!h.length:s&&(!I&&(F||we(h))||Ue(h)&&!h||_&&!So(o).isValid||x&&!Oo(o).isValid)){const{value:M,message:j}=hr(s)?{value:!!s,message:s}:At(s);if(M&&(w[p]={type:qe.required,message:j,ref:E,...k(qe.required,j)},!r))return A(j),w}if(!F&&(!we(c)||!we(l))){let M,j;const U=At(l),W=At(c);if(!we(h)&&!isNaN(h)){const X=a.valueAsNumber||h&&+h;we(U.value)||(M=X>U.value),we(W.value)||(j=X<W.value)}else{const X=a.valueAsDate||new Date(h),G=K=>new Date(new Date().toDateString()+" "+K),he=a.type=="time",ye=a.type=="week";He(U.value)&&h&&(M=he?G(h)>G(U.value):ye?h>U.value:X>new Date(U.value)),He(W.value)&&h&&(j=he?G(h)<G(W.value):ye?h<W.value:X<new Date(W.value))}if((M||j)&&(B(!!M,U.message,W.message,qe.max,qe.min),!r))return A(w[p].message),w}if((u||f)&&!F&&(He(h)||i&&Array.isArray(h))){const M=At(u),j=At(f),U=!we(M.value)&&h.length>+M.value,W=!we(j.value)&&h.length<+j.value;if((U||W)&&(B(U,M.message,j.message),!r))return A(w[p].message),w}if(d&&!F&&He(h)){const{value:M,message:j}=At(d);if(xr(M)&&!h.match(M)&&(w[p]={type:qe.pattern,message:j,ref:a,...k(qe.pattern,j)},!r))return A(j),w}if(g){if(ot(g)){const M=await g(h,t),j=ki(M,E);if(j&&(w[p]={...j,...k(qe.validate,j.message)},!r))return A(j.message),w}else if(pe(g)){let M={};for(const j in g){if(!Ee(M)&&!r)break;const U=ki(await g[j](h,t),E,j);U&&(M={...U,...k(j,U.message)},A(U.message),r&&(w[p]=M))}if(!Ee(M)&&(w[p]={ref:E,...M},!r))return w}}return A(!0),w},rn=(e,t)=>[...e,...Pe(t)],nn=e=>Array.isArray(e)?e.map(()=>{}):void 0;function an(e,t,r){return[...e.slice(0,t),...Pe(r),...e.slice(t)]}var on=(e,t,r)=>Array.isArray(e)?(Z(e[r])&&(e[r]=void 0),e.splice(r,0,e.splice(t,1)[0]),e):[],sn=(e,t)=>[...Pe(t),...Pe(e)];function Ku(e,t){let r=0;const n=[...e];for(const i of t)n.splice(i-r,1),r++;return ir(n).length?n:[]}var un=(e,t)=>Z(t)?[]:Ku(e,Pe(t).sort((r,n)=>r-n)),ln=(e,t,r)=>{[e[t],e[r]]=[e[r],e[t]]};function Yu(e,t){const r=t.slice(0,-1).length;let n=0;for(;n<r;)e=Z(e)?n++:e[t[n++]];return e}function zu(e){for(const t in e)if(e.hasOwnProperty(t)&&!Z(e[t]))return!1;return!0}function de(e,t){const r=Array.isArray(t)?t:Kn(t)?[t]:uo(t),n=r.length===1?e:Yu(e,r),i=r.length-1,a=r[i];return n&&delete n[a],i!==0&&(pe(n)&&Ee(n)||Array.isArray(n)&&zu(n))&&de(e,r.slice(0,-1)),e}var Di=(e,t,r)=>(e[t]=r,e);function Qu(e){const t=ze(),{control:r=t.control,name:n,keyName:i="id",shouldUnregister:a}=e,[o,s]=T.default.useState(r._getFieldArray(n)),u=T.default.useRef(r._getFieldArray(n).map(nt)),f=T.default.useRef(o),c=T.default.useRef(n),l=T.default.useRef(!1);c.current=n,f.current=o,r._names.array.add(n),e.rules&&r.register(n,e.rules),Dr({next:({values:w,name:x})=>{if(x===c.current||!x){const _=$(w,c.current);Array.isArray(_)&&(s(_),u.current=_.map(nt))}},subject:r._subjects.array});const d=T.default.useCallback(w=>{l.current=!0,r._updateFieldArray(n,w)},[r,n]),g=(w,x)=>{const _=Pe(ge(w)),I=rn(r._getFieldArray(n),_);r._names.focus=tn(n,I.length-1,x),u.current=rn(u.current,_.map(nt)),d(I),s(I),r._updateFieldArray(n,I,rn,{argA:nn(w)})},p=(w,x)=>{const _=Pe(ge(w)),I=sn(r._getFieldArray(n),_);r._names.focus=tn(n,0,x),u.current=sn(u.current,_.map(nt)),d(I),s(I),r._updateFieldArray(n,I,sn,{argA:nn(w)})},b=w=>{const x=un(r._getFieldArray(n),w);u.current=un(u.current,w),d(x),s(x),r._updateFieldArray(n,x,un,{argA:w})},v=(w,x,_)=>{const I=Pe(ge(x)),F=an(r._getFieldArray(n),w,I);r._names.focus=tn(n,w,_),u.current=an(u.current,w,I.map(nt)),d(F),s(F),r._updateFieldArray(n,F,an,{argA:w,argB:nn(x)})},y=(w,x)=>{const _=r._getFieldArray(n);ln(_,w,x),ln(u.current,w,x),d(_),s(_),r._updateFieldArray(n,_,ln,{argA:w,argB:x},!1)},h=(w,x)=>{const _=r._getFieldArray(n);on(_,w,x),on(u.current,w,x),d(_),s(_),r._updateFieldArray(n,_,on,{argA:w,argB:x},!1)},E=(w,x)=>{const _=ge(x),I=Di(r._getFieldArray(n),w,_);u.current=[...I].map((F,k)=>!F||k===w?nt():u.current[k]),d(I),s([...I]),r._updateFieldArray(n,I,Di,{argA:w,argB:_},!0,!1)},A=w=>{const x=Pe(ge(w));u.current=x.map(nt),d([...x]),s([...x]),r._updateFieldArray(n,[...x],_=>_,{},!0,!1)};return T.default.useEffect(()=>{if(r._state.action=!1,Cn(n,r._names)&&r._subjects.state.next({...r._formState}),l.current&&(!Qt(r._options.mode).isOnSubmit||r._formState.isSubmitted))if(r._options.resolver)r._executeSchema([n]).then(w=>{const x=$(w.errors,n),_=$(r._formState.errors,n);(_?!x&&_.type||x&&(_.type!==x.type||_.message!==x.message):x&&x.type)&&(x?z(r._formState.errors,n,x):de(r._formState.errors,n),r._subjects.state.next({errors:r._formState.errors}))});else{const w=$(r._fields,n);w&&w._f&&!(Qt(r._options.reValidateMode).isOnSubmit&&Qt(r._options.mode).isOnSubmit)&&An(w,r._formValues,r._options.criteriaMode===Ne.all,r._options.shouldUseNativeValidation,!0).then(x=>!Ee(x)&&r._subjects.state.next({errors:bo(r._formState.errors,x,n)}))}r._subjects.values.next({name:n,values:{...r._formValues}}),r._names.focus&&Tt(r._fields,(w,x)=>{if(r._names.focus&&x.startsWith(r._names.focus)&&w.focus)return w.focus(),1}),r._names.focus="",r._updateValid(),l.current=!1},[o,n,r]),T.default.useEffect(()=>(!$(r._formValues,n)&&r._updateFieldArray(n),()=>{(r._options.shouldUnregister||a)&&r.unregister(n)}),[n,r,i,a]),{swap:T.default.useCallback(y,[d,n,r]),move:T.default.useCallback(h,[d,n,r]),prepend:T.default.useCallback(p,[d,n,r]),append:T.default.useCallback(g,[d,n,r]),remove:T.default.useCallback(b,[d,n,r]),insert:T.default.useCallback(v,[d,n,r]),update:T.default.useCallback(E,[d,n,r]),replace:T.default.useCallback(A,[d,n,r]),fields:T.default.useMemo(()=>o.map((w,x)=>({...w,[i]:u.current[x]||nt()})),[o,i])}}var cn=()=>{let e=[];return{get observers(){return e},next:i=>{for(const a of e)a.next&&a.next(i)},subscribe:i=>(e.push(i),{unsubscribe:()=>{e=e.filter(a=>a!==i)}}),unsubscribe:()=>{e=[]}}},Cr=e=>we(e)||!ao(e);function ht(e,t){if(Cr(e)||Cr(t))return e===t;if(_t(e)&&_t(t))return e.getTime()===t.getTime();const r=Object.keys(e),n=Object.keys(t);if(r.length!==n.length)return!1;for(const i of r){const a=e[i];if(!n.includes(i))return!1;if(i!=="ref"){const o=t[i];if(_t(a)&&_t(o)||pe(a)&&pe(o)||Array.isArray(a)&&Array.isArray(o)?!ht(a,o):a!==o)return!1}}return!0}var wo=e=>e.type==="select-multiple",qu=e=>zn(e)||nr(e),fn=e=>Pr(e)&&e.isConnected,Eo=e=>{for(const t in e)if(ot(e[t]))return!0;return!1};function Ar(e,t={}){const r=Array.isArray(e);if(pe(e)||r)for(const n in e)Array.isArray(e[n])||pe(e[n])&&!Eo(e[n])?(t[n]=Array.isArray(e[n])?[]:{},Ar(e[n],t[n])):we(e[n])||(t[n]=!0);return t}function Po(e,t,r){const n=Array.isArray(e);if(pe(e)||n)for(const i in e)Array.isArray(e[i])||pe(e[i])&&!Eo(e[i])?Z(t)||Cr(r[i])?r[i]=Array.isArray(e[i])?Ar(e[i],[]):{...Ar(e[i])}:Po(e[i],we(t)?{}:t[i],r[i]):r[i]=!ht(e[i],t[i]);return r}var cr=(e,t)=>Po(e,t,Ar(t)),xo=(e,{valueAsNumber:t,valueAsDate:r,setValueAs:n})=>Z(e)?e:t?e===""?NaN:e&&+e:r&&He(e)?new Date(e):n?n(e):e;function dn(e){const t=e.ref;if(!(e.refs?e.refs.every(r=>r.disabled):t.disabled))return Yn(t)?t.files:zn(t)?Oo(e.refs).value:wo(t)?[...t.selectedOptions].map(({value:r})=>r):nr(t)?So(e.refs).value:xo(Z(t.value)?e.ref.value:t.value,e)}var Ju=(e,t,r,n)=>{const i={};for(const a of e){const o=$(t,a);o&&z(i,a,o._f)}return{criteriaMode:r,names:[...e],fields:i,shouldUseNativeValidation:n}},jt=e=>Z(e)?e:xr(e)?e.source:pe(e)?xr(e.value)?e.value.source:e.value:e,Zu=e=>e.mount&&(e.required||e.min||e.max||e.maxLength||e.minLength||e.pattern||e.validate);function ji(e,t,r){const n=$(e,r);if(n||Kn(r))return{error:n,name:r};const i=r.split(".");for(;i.length;){const a=i.join("."),o=$(t,a),s=$(e,a);if(o&&!Array.isArray(o)&&r!==a)return{name:r};if(s&&s.type)return{name:a,error:s};i.pop()}return{name:r}}var Xu=(e,t,r,n,i)=>i.isOnAll?!1:!r&&i.isOnTouch?!(t||e):(r?n.isOnBlur:i.isOnBlur)?!e:(r?n.isOnChange:i.isOnChange)?e:!0,el=(e,t)=>!ir($(e,t)).length&&de(e,t);const tl={mode:Ne.onSubmit,reValidateMode:Ne.onChange,shouldFocusError:!0};function rl(e={}){let t={...tl,...e},r={submitCount:0,isDirty:!1,isLoading:ot(t.defaultValues),isValidating:!1,isSubmitted:!1,isSubmitting:!1,isSubmitSuccessful:!1,isValid:!1,touchedFields:{},dirtyFields:{},validatingFields:{},errors:t.errors||{},disabled:t.disabled||!1},n={},i=pe(t.defaultValues)||pe(t.values)?ge(t.defaultValues||t.values)||{}:{},a=t.shouldUnregister?{}:ge(i),o={action:!1,mount:!1,watch:!1},s={mount:new Set,unMount:new Set,array:new Set,watch:new Set},u,f=0;const c={isDirty:!1,dirtyFields:!1,validatingFields:!1,touchedFields:!1,isValidating:!1,isValid:!1,errors:!1},l={values:cn(),array:cn(),state:cn()},d=Qt(t.mode),g=Qt(t.reValidateMode),p=t.criteriaMode===Ne.all,b=m=>O=>{clearTimeout(f),f=setTimeout(m,O)},v=async m=>{if(c.isValid||m){const O=t.resolver?Ee((await I()).errors):await k(n,!0);O!==r.isValid&&l.state.next({isValid:O})}},y=(m,O)=>{(c.isValidating||c.validatingFields)&&((m||Array.from(s.mount)).forEach(P=>{P&&(O?z(r.validatingFields,P,O):de(r.validatingFields,P))}),l.state.next({validatingFields:r.validatingFields,isValidating:!Ee(r.validatingFields)}))},h=(m,O=[],P,R,L=!0,N=!0)=>{if(R&&P){if(o.action=!0,N&&Array.isArray($(n,m))){const D=P($(n,m),R.argA,R.argB);L&&z(n,m,D)}if(N&&Array.isArray($(r.errors,m))){const D=P($(r.errors,m),R.argA,R.argB);L&&z(r.errors,m,D),el(r.errors,m)}if(c.touchedFields&&N&&Array.isArray($(r.touchedFields,m))){const D=P($(r.touchedFields,m),R.argA,R.argB);L&&z(r.touchedFields,m,D)}c.dirtyFields&&(r.dirtyFields=cr(i,a)),l.state.next({name:m,isDirty:M(m,O),dirtyFields:r.dirtyFields,errors:r.errors,isValid:r.isValid})}else z(a,m,O)},E=(m,O)=>{z(r.errors,m,O),l.state.next({errors:r.errors})},A=m=>{r.errors=m,l.state.next({errors:r.errors,isValid:!1})},w=(m,O,P,R)=>{const L=$(n,m);if(L){const N=$(a,m,Z(P)?$(i,m):P);Z(N)||R&&R.defaultChecked||O?z(a,m,O?N:dn(L._f)):W(m,N),o.mount&&v()}},x=(m,O,P,R,L)=>{let N=!1,D=!1;const Y={name:m},fe=!!($(n,m)&&$(n,m)._f&&$(n,m)._f.disabled);if(!P||R){c.isDirty&&(D=r.isDirty,r.isDirty=Y.isDirty=M(),N=D!==Y.isDirty);const Ae=fe||ht($(i,m),O);D=!!(!fe&&$(r.dirtyFields,m)),Ae||fe?de(r.dirtyFields,m):z(r.dirtyFields,m,!0),Y.dirtyFields=r.dirtyFields,N=N||c.dirtyFields&&D!==!Ae}if(P){const Ae=$(r.touchedFields,m);Ae||(z(r.touchedFields,m,P),Y.touchedFields=r.touchedFields,N=N||c.touchedFields&&Ae!==P)}return N&&L&&l.state.next(Y),N?Y:{}},_=(m,O,P,R)=>{const L=$(r.errors,m),N=c.isValid&&Ue(O)&&r.isValid!==O;if(e.delayError&&P?(u=b(()=>E(m,P)),u(e.delayError)):(clearTimeout(f),u=null,P?z(r.errors,m,P):de(r.errors,m)),(P?!ht(L,P):L)||!Ee(R)||N){const D={...R,...N&&Ue(O)?{isValid:O}:{},errors:r.errors,name:m};r={...r,...D},l.state.next(D)}},I=async m=>{y(m,!0);const O=await t.resolver(a,t.context,Ju(m||s.mount,n,t.criteriaMode,t.shouldUseNativeValidation));return y(m),O},F=async m=>{const{errors:O}=await I(m);if(m)for(const P of m){const R=$(O,P);R?z(r.errors,P,R):de(r.errors,P)}else r.errors=O;return O},k=async(m,O,P={valid:!0})=>{for(const R in m){const L=m[R];if(L){const{_f:N,...D}=L;if(N){const Y=s.array.has(N.name);y([R],!0);const fe=await An(L,a,p,t.shouldUseNativeValidation&&!O,Y);if(y([R]),fe[N.name]&&(P.valid=!1,O))break;!O&&($(fe,N.name)?Y?bo(r.errors,fe,N.name):z(r.errors,N.name,fe[N.name]):de(r.errors,N.name))}D&&await k(D,O,P)}}return P.valid},B=()=>{for(const m of s.unMount){const O=$(n,m);O&&(O._f.refs?O._f.refs.every(P=>!fn(P)):!fn(O._f.ref))&&re(m)}s.unMount=new Set},M=(m,O)=>(m&&O&&z(a,m,O),!ht(ie(),i)),j=(m,O,P)=>mo(m,s,{...o.mount?a:Z(O)?i:He(m)?{[m]:O}:O},P,O),U=m=>ir($(o.mount?a:i,m,e.shouldUnregister?$(i,m,[]):[])),W=(m,O,P={})=>{const R=$(n,m);let L=O;if(R){const N=R._f;N&&(!N.disabled&&z(a,m,xo(O,N)),L=Pr(N.ref)&&we(O)?"":O,wo(N.ref)?[...N.ref.options].forEach(D=>D.selected=L.includes(D.value)):N.refs?nr(N.ref)?N.refs.length>1?N.refs.forEach(D=>(!D.defaultChecked||!D.disabled)&&(D.checked=Array.isArray(L)?!!L.find(Y=>Y===D.value):L===D.value)):N.refs[0]&&(N.refs[0].checked=!!L):N.refs.forEach(D=>D.checked=D.value===L):Yn(N.ref)?N.ref.value="":(N.ref.value=L,N.ref.type||l.values.next({name:m,values:{...a}})))}(P.shouldDirty||P.shouldTouch)&&x(m,L,P.shouldTouch,P.shouldDirty,!0),P.shouldValidate&&K(m)},X=(m,O,P)=>{for(const R in O){const L=O[R],N=`${m}.${R}`,D=$(n,N);(s.array.has(m)||!Cr(L)||D&&!D._f)&&!_t(L)?X(N,L,P):W(N,L,P)}},G=(m,O,P={})=>{const R=$(n,m),L=s.array.has(m),N=ge(O);z(a,m,N),L?(l.array.next({name:m,values:{...a}}),(c.isDirty||c.dirtyFields)&&P.shouldDirty&&l.state.next({name:m,dirtyFields:cr(i,a),isDirty:M(m,N)})):R&&!R._f&&!we(N)?X(m,N,P):W(m,N,P),Cn(m,s)&&l.state.next({...r}),l.values.next({name:o.mount?m:void 0,values:{...a}})},he=async m=>{o.mount=!0;const O=m.target;let P=O.name,R=!0;const L=$(n,P),N=()=>O.type?dn(L._f):oo(m),D=Y=>{R=Number.isNaN(Y)||Y===$(a,P,Y)};if(L){let Y,fe;const Ae=N(),Pt=m.type===wr.BLUR||m.type===wr.FOCUS_OUT,ru=!Zu(L._f)&&!t.resolver&&!$(r.errors,P)&&!L._f.deps||Xu(Pt,$(r.touchedFields,P),r.isSubmitted,g,d),Zr=Cn(P,s,Pt);z(a,P,Ae),Pt?(L._f.onBlur&&L._f.onBlur(m),u&&u(0)):L._f.onChange&&L._f.onChange(m);const Xr=x(P,Ae,Pt,!1),nu=!Ee(Xr)||Zr;if(!Pt&&l.values.next({name:P,type:m.type,values:{...a}}),ru)return c.isValid&&v(),nu&&l.state.next({name:P,...Zr?{}:Xr});if(!Pt&&Zr&&l.state.next({...r}),t.resolver){const{errors:gi}=await I([P]);if(D(Ae),R){const iu=ji(r.errors,n,P),pi=ji(gi,n,iu.name||P);Y=pi.error,P=pi.name,fe=Ee(gi)}}else y([P],!0),Y=(await An(L,a,p,t.shouldUseNativeValidation))[P],y([P]),D(Ae),R&&(Y?fe=!1:c.isValid&&(fe=await k(n,!0)));R&&(L._f.deps&&K(L._f.deps),_(P,fe,Y,Xr))}},ye=(m,O)=>{if($(r.errors,O)&&m.focus)return m.focus(),1},K=async(m,O={})=>{let P,R;const L=Pe(m);if(t.resolver){const N=await F(Z(m)?m:L);P=Ee(N),R=m?!L.some(D=>$(N,D)):P}else m?(R=(await Promise.all(L.map(async N=>{const D=$(n,N);return await k(D&&D._f?{[N]:D}:D)}))).every(Boolean),!(!R&&!r.isValid)&&v()):R=P=await k(n);return l.state.next({...!He(m)||c.isValid&&P!==r.isValid?{}:{name:m},...t.resolver||!m?{isValid:P}:{},errors:r.errors}),O.shouldFocus&&!R&&Tt(n,ye,m?L:s.mount),R},ie=m=>{const O={...o.mount?a:i};return Z(m)?O:He(m)?$(O,m):m.map(P=>$(O,P))},ae=(m,O)=>({invalid:!!$((O||r).errors,m),isDirty:!!$((O||r).dirtyFields,m),error:$((O||r).errors,m),isValidating:!!$(r.validatingFields,m),isTouched:!!$((O||r).touchedFields,m)}),se=m=>{m&&Pe(m).forEach(O=>de(r.errors,O)),l.state.next({errors:m?r.errors:{}})},Q=(m,O,P)=>{const R=($(n,m,{_f:{}})._f||{}).ref,L=$(r.errors,m)||{},{ref:N,message:D,type:Y,...fe}=L;z(r.errors,m,{...fe,...O,ref:R}),l.state.next({name:m,errors:r.errors,isValid:!1}),P&&P.shouldFocus&&R&&R.focus&&R.focus()},xe=(m,O)=>ot(m)?l.values.subscribe({next:P=>m(j(void 0,O),P)}):j(m,O,!0),re=(m,O={})=>{for(const P of m?Pe(m):s.mount)s.mount.delete(P),s.array.delete(P),O.keepValue||(de(n,P),de(a,P)),!O.keepError&&de(r.errors,P),!O.keepDirty&&de(r.dirtyFields,P),!O.keepTouched&&de(r.touchedFields,P),!O.keepIsValidating&&de(r.validatingFields,P),!t.shouldUnregister&&!O.keepDefaultValue&&de(i,P);l.values.next({values:{...a}}),l.state.next({...r,...O.keepDirty?{isDirty:M()}:{}}),!O.keepIsValid&&v()},q=({disabled:m,name:O,field:P,fields:R,value:L})=>{if(Ue(m)&&o.mount||!!m){const N=m?void 0:Z(L)?dn(P?P._f:$(R,O)._f):L;z(a,O,N),x(O,N,!1,!1,!0)}},ue=(m,O={})=>{let P=$(n,m);const R=Ue(O.disabled);return z(n,m,{...P||{},_f:{...P&&P._f?P._f:{ref:{name:m}},name:m,mount:!0,...O}}),s.mount.add(m),P?q({field:P,disabled:O.disabled,name:m,value:O.value}):w(m,!0,O.value),{...R?{disabled:O.disabled}:{},...t.progressive?{required:!!O.required,min:jt(O.min),max:jt(O.max),minLength:jt(O.minLength),maxLength:jt(O.maxLength),pattern:jt(O.pattern)}:{},name:m,onChange:he,onBlur:he,ref:L=>{if(L){ue(m,O),P=$(n,m);const N=Z(L.value)&&L.querySelectorAll&&L.querySelectorAll("input,select,textarea")[0]||L,D=qu(N),Y=P._f.refs||[];if(D?Y.find(fe=>fe===N):N===P._f.ref)return;z(n,m,{_f:{...P._f,...D?{refs:[...Y.filter(fn),N,...Array.isArray($(i,m))?[{}]:[]],ref:{type:N.type,name:m}}:{ref:N}}}),w(m,!1,void 0,N)}else P=$(n,m,{}),P._f&&(P._f.mount=!1),(t.shouldUnregister||O.shouldUnregister)&&!(so(s.array,m)&&o.action)&&s.unMount.add(m)}}},ce=()=>t.shouldFocusError&&Tt(n,ye,s.mount),ve=m=>{Ue(m)&&(l.state.next({disabled:m}),Tt(n,(O,P)=>{const R=$(n,P);R&&(O.disabled=R._f.disabled||m,Array.isArray(R._f.refs)&&R._f.refs.forEach(L=>{L.disabled=R._f.disabled||m}))},0,!1))},H=(m,O)=>async P=>{let R;P&&(P.preventDefault&&P.preventDefault(),P.persist&&P.persist());let L=ge(a);if(l.state.next({isSubmitting:!0}),t.resolver){const{errors:N,values:D}=await I();r.errors=N,L=D}else await k(n);if(de(r.errors,"root"),Ee(r.errors)){l.state.next({errors:{}});try{await m(L,P)}catch(N){R=N}}else O&&await O({...r.errors},P),ce(),setTimeout(ce);if(l.state.next({isSubmitted:!0,isSubmitting:!1,isSubmitSuccessful:Ee(r.errors)&&!R,submitCount:r.submitCount+1,errors:r.errors}),R)throw R},me=(m,O={})=>{$(n,m)&&(Z(O.defaultValue)?G(m,ge($(i,m))):(G(m,O.defaultValue),z(i,m,ge(O.defaultValue))),O.keepTouched||de(r.touchedFields,m),O.keepDirty||(de(r.dirtyFields,m),r.isDirty=O.defaultValue?M(m,ge($(i,m))):M()),O.keepError||(de(r.errors,m),c.isValid&&v()),l.state.next({...r}))},le=(m,O={})=>{const P=m?ge(m):i,R=ge(P),L=Ee(m),N=L?i:R;if(O.keepDefaultValues||(i=P),!O.keepValues){if(O.keepDirtyValues)for(const D of s.mount)$(r.dirtyFields,D)?z(N,D,$(a,D)):G(D,$(N,D));else{if(Gn&&Z(m))for(const D of s.mount){const Y=$(n,D);if(Y&&Y._f){const fe=Array.isArray(Y._f.refs)?Y._f.refs[0]:Y._f.ref;if(Pr(fe)){const Ae=fe.closest("form");if(Ae){Ae.reset();break}}}}n={}}a=e.shouldUnregister?O.keepDefaultValues?ge(i):{}:ge(N),l.array.next({values:{...N}}),l.values.next({values:{...N}})}s={mount:O.keepDirtyValues?s.mount:new Set,unMount:new Set,array:new Set,watch:new Set,watchAll:!1,focus:""},o.mount=!c.isValid||!!O.keepIsValid||!!O.keepDirtyValues,o.watch=!!e.shouldUnregister,l.state.next({submitCount:O.keepSubmitCount?r.submitCount:0,isDirty:L?!1:O.keepDirty?r.isDirty:!!(O.keepDefaultValues&&!ht(m,i)),isSubmitted:O.keepIsSubmitted?r.isSubmitted:!1,dirtyFields:L?{}:O.keepDirtyValues?O.keepDefaultValues&&a?cr(i,a):r.dirtyFields:O.keepDefaultValues&&m?cr(i,m):O.keepDirty?r.dirtyFields:{},touchedFields:O.keepTouched?r.touchedFields:{},errors:O.keepErrors?r.errors:{},isSubmitSuccessful:O.keepIsSubmitSuccessful?r.isSubmitSuccessful:!1,isSubmitting:!1})},Ce=(m,O)=>le(ot(m)?m(a):m,O);return{control:{register:ue,unregister:re,getFieldState:ae,handleSubmit:H,setError:Q,_executeSchema:I,_getWatch:j,_getDirty:M,_updateValid:v,_removeUnmounted:B,_updateFieldArray:h,_updateDisabledField:q,_getFieldArray:U,_reset:le,_resetDefaultValues:()=>ot(t.defaultValues)&&t.defaultValues().then(m=>{Ce(m,t.resetOptions),l.state.next({isLoading:!1})}),_updateFormState:m=>{r={...r,...m}},_disableForm:ve,_subjects:l,_proxyFormState:c,_setErrors:A,get _fields(){return n},get _formValues(){return a},get _state(){return o},set _state(m){o=m},get _defaultValues(){return i},get _names(){return s},set _names(m){s=m},get _formState(){return r},set _formState(m){r=m},get _options(){return t},set _options(m){t={...t,...m}}},trigger:K,register:ue,handleSubmit:H,watch:xe,setValue:G,getValues:ie,reset:Ce,resetField:me,clearErrors:se,unregister:re,setError:Q,setFocus:(m,O={})=>{const P=$(n,m),R=P&&P._f;if(R){const L=R.refs?R.refs[0]:R.ref;L.focus&&(L.focus(),O.shouldSelect&&L.select())}},getFieldState:ae}}function Co(e={}){const t=T.default.useRef(),r=T.default.useRef(),[n,i]=T.default.useState({isDirty:!1,isValidating:!1,isLoading:ot(e.defaultValues),isSubmitted:!1,isSubmitting:!1,isSubmitSuccessful:!1,isValid:!1,submitCount:0,dirtyFields:{},touchedFields:{},validatingFields:{},errors:e.errors||{},disabled:e.disabled||!1,defaultValues:ot(e.defaultValues)?void 0:e.defaultValues});t.current||(t.current={...rl(e),formState:n});const a=t.current.control;return a._options=e,Dr({subject:a._subjects.state,next:o=>{go(o,a._proxyFormState,a._updateFormState,!0)&&i({...a._formState})}}),T.default.useEffect(()=>a._disableForm(e.disabled),[a,e.disabled]),T.default.useEffect(()=>{if(a._proxyFormState.isDirty){const o=a._getDirty();o!==n.isDirty&&a._subjects.state.next({isDirty:o})}},[a,n.isDirty]),T.default.useEffect(()=>{e.values&&!ht(e.values,r.current)?(a._reset(e.values,a._options.resetOptions),r.current=e.values,i(o=>({...o}))):a._resetDefaultValues()},[e.values,a]),T.default.useEffect(()=>{e.errors&&a._setErrors(e.errors)},[e.errors,a]),T.default.useEffect(()=>{a._state.mount||(a._updateValid(),a._state.mount=!0),a._state.watch&&(a._state.watch=!1,a._subjects.state.next({...a._formState})),a._removeUnmounted()}),T.default.useEffect(()=>{e.shouldUnregister&&a._subjects.values.next({values:a._getWatch()})},[e.shouldUnregister,a]),t.current.formState=fo(n,a),t.current}var nl=Object.freeze(Object.defineProperty({__proto__:null,Controller:Hu,Form:Gu,FormProvider:co,appendErrors:yo,get:$,set:z,useController:vo,useFieldArray:Qu,useForm:Co,useFormContext:ze,useFormState:ho,useWatch:Er},Symbol.toStringTag,{value:"Module"})),Ao=(e=>(e.FULL_PAGE="FULL_PAGE",e.MODAL="MODAL",e))(Ao||{}),_o=(e=>(e.SIMPLE="SIMPLE",e.COMPLEX="COMPLEX",e.QUANTITY="QUANTITY",e))(_o||{}),Qn=(e=>(e.SELECT="selCtx",e.FILTER="fltCtx",e))(Qn||{}),qn=(e=>(e.OPTIONS="3e/group/options",e.CONFIG="3e/group/config",e.PRODUCT="3e/product",e))(qn||{}),$e=(e=>(e.OK="OK",e.TOO_MUCH="TOO_MUCH",e.NOT_ENOUGHT="NOT_ENOUGHT",e.IGNORE="IGNORE",e))($e||{});const il=(e,t,r)=>{if(e==="selected"||e==="filter")return[];if(r[t]===e)return[r];let n=No(e,t,r.items);return n!=null&&n.length||(n=To(e,t,r.items),n.length),n},To=(e,t,r)=>{const n=al(r),i=No(e,t,n);return i!=null&&i.length?i:n!=null&&n.length?To(e,t,n):[]},al=e=>{let t=[];return Array.isArray(e)&&(t=e.map(r=>{if(Array.isArray(r==null?void 0:r.items))return r.items}).filter(r=>r!==void 0)),t.flat(1)},No=(e,t,r)=>{let n=[];return Array.isArray(r)&&(n=r.filter(i=>{if(i&&i[t]===e)return!0})),n},ol=(e,t,r,n)=>{const i=il(t,r,n),a=sl(e,i).filter(o=>o!==null&&typeof o!="undefined");return a.length?a[0]:null},sl=(e,t)=>{let r=[];return Array.isArray(t)&&t.length&&(r=t.map(n=>ul(e,n))),r},ul=(e,t)=>{if(t.id===e)return t;let r=Io(e,t.items);return r.length?(r.length>1&&console.error(`More than one ${e} in context ${t.id}`),r[0]):(r=$o(e,t.items),r.length?(r.length>1&&console.error(`More than one ${e} in context ${t.id}`),r[0]):null)},$o=(e,t)=>{const r=ll(t),n=Io(e,r);return n!=null&&n.length?n:r!=null&&r.length?$o(e,r):[]},ll=e=>{let t=[];return Array.isArray(e)&&(t=e.map(r=>{if(Array.isArray(r==null?void 0:r.items))return r.items}).filter(r=>r!==void 0)),t.flat(1)},Io=(e,t)=>Array.isArray(t)?t.filter(n=>{if(n&&n.id===e)return!0}):[],Jn=(e,t)=>{let r=0;for(const[n,i]of Object.entries(e))if(i){for(const[a,o]of Object.entries(i))if(o){const s=ol(a,n,Qn.SELECT,t);s&&(s==null?void 0:s.price)?r+=parseFloat(s.price)*o:s||console.warn(`Error finding product: ${a} in selCtx: ${n}`)}}return r},Lo=e=>{const{price:t,state:{selected:r}={}}=e;return(!t||parseFloat(t||"1")===0)&&r?`${Jn(r,e)||"0"}`:t};var cl=typeof global=="object"&&global&&global.Object===Object&&global,Ro=cl,fl=typeof self=="object"&&self&&self.Object===Object&&self,dl=Ro||fl||Function("return this")(),Qe=dl,gl=Qe.Symbol,ft=gl,Fo=Object.prototype,pl=Fo.hasOwnProperty,hl=Fo.toString,Vt=ft?ft.toStringTag:void 0;function ml(e){var t=pl.call(e,Vt),r=e[Vt];try{e[Vt]=void 0;var n=!0}catch{}var i=hl.call(e);return n&&(t?e[Vt]=r:delete e[Vt]),i}var vl=Object.prototype,yl=vl.toString;function bl(e){return yl.call(e)}var Sl="[object Null]",Ol="[object Undefined]",Vi=ft?ft.toStringTag:void 0;function Lt(e){return e==null?e===void 0?Ol:Sl:Vi&&Vi in Object(e)?ml(e):bl(e)}function dt(e){return e!=null&&typeof e=="object"}var wl="[object Symbol]";function El(e){return typeof e=="symbol"||dt(e)&&Lt(e)==wl}var Pl=Array.isArray,Nt=Pl,xl=/\s/;function Cl(e){for(var t=e.length;t--&&xl.test(e.charAt(t)););return t}var Al=/^\s+/;function _l(e){return e&&e.slice(0,Cl(e)+1).replace(Al,"")}function yt(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var Ui=0/0,Tl=/^[-+]0x[0-9a-f]+$/i,Nl=/^0b[01]+$/i,$l=/^0o[0-7]+$/i,Il=parseInt;function Mo(e){if(typeof e=="number")return e;if(El(e))return Ui;if(yt(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=yt(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=_l(e);var r=Nl.test(e);return r||$l.test(e)?Il(e.slice(2),r?2:8):Tl.test(e)?Ui:+e}var Bi=1/0,Ll=17976931348623157e292;function Hi(e){if(!e)return e===0?e:0;if(e=Mo(e),e===Bi||e===-Bi){var t=e<0?-1:1;return t*Ll}return e===e?e:0}var Rl="[object AsyncFunction]",Fl="[object Function]",Ml="[object GeneratorFunction]",kl="[object Proxy]";function ko(e){if(!yt(e))return!1;var t=Lt(e);return t==Fl||t==Ml||t==Rl||t==kl}var Dl=Qe["__core-js_shared__"],gn=Dl,Wi=function(){var e=/[^.]+$/.exec(gn&&gn.keys&&gn.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function jl(e){return!!Wi&&Wi in e}var Vl=Function.prototype,Ul=Vl.toString;function St(e){if(e!=null){try{return Ul.call(e)}catch{}try{return e+""}catch{}}return""}var Bl=/[\\^$.*+?()[\]{}|]/g,Hl=/^\[object .+?Constructor\]$/,Wl=Function.prototype,Gl=Object.prototype,Kl=Wl.toString,Yl=Gl.hasOwnProperty,zl=RegExp("^"+Kl.call(Yl).replace(Bl,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Ql(e){if(!yt(e)||jl(e))return!1;var t=ko(e)?zl:Hl;return t.test(St(e))}function ql(e,t){return e==null?void 0:e[t]}function Ot(e,t){var r=ql(e,t);return Ql(r)?r:void 0}var Jl=Ot(Qe,"WeakMap"),_n=Jl,Gi=Object.create,Zl=function(){function e(){}return function(t){if(!yt(t))return{};if(Gi)return Gi(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}(),Xl=Zl;function ec(e,t){var r=-1,n=e.length;for(t||(t=Array(n));++r<n;)t[r]=e[r];return t}var tc=function(){try{var e=Ot(Object,"defineProperty");return e({},"",{}),e}catch{}}(),Ki=tc;function rc(e,t){for(var r=-1,n=e==null?0:e.length;++r<n&&t(e[r],r,e)!==!1;);return e}var nc=9007199254740991,ic=/^(?:0|[1-9]\d*)$/;function ac(e,t){var r=typeof e;return t=t==null?nc:t,!!t&&(r=="number"||r!="symbol"&&ic.test(e))&&e>-1&&e%1==0&&e<t}function Do(e,t,r){t=="__proto__"&&Ki?Ki(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}function Zn(e,t){return e===t||e!==e&&t!==t}var oc=Object.prototype,sc=oc.hasOwnProperty;function jo(e,t,r){var n=e[t];(!(sc.call(e,t)&&Zn(n,r))||r===void 0&&!(t in e))&&Do(e,t,r)}function jr(e,t,r,n){var i=!r;r||(r={});for(var a=-1,o=t.length;++a<o;){var s=t[a],u=n?n(r[s],e[s],s,r,e):void 0;u===void 0&&(u=e[s]),i?Do(r,s,u):jo(r,s,u)}return r}var uc=9007199254740991;function Vo(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=uc}function Xn(e){return e!=null&&Vo(e.length)&&!ko(e)}var lc=Object.prototype;function Vr(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||lc;return e===r}function cc(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}var fc="[object Arguments]";function Yi(e){return dt(e)&&Lt(e)==fc}var Uo=Object.prototype,dc=Uo.hasOwnProperty,gc=Uo.propertyIsEnumerable,pc=Yi(function(){return arguments}())?Yi:function(e){return dt(e)&&dc.call(e,"callee")&&!gc.call(e,"callee")},Bo=pc;function hc(){return!1}var Ho=typeof exports=="object"&&exports&&!exports.nodeType&&exports,zi=Ho&&typeof module=="object"&&module&&!module.nodeType&&module,mc=zi&&zi.exports===Ho,Qi=mc?Qe.Buffer:void 0,vc=Qi?Qi.isBuffer:void 0,yc=vc||hc,Zt=yc,bc="[object Arguments]",Sc="[object Array]",Oc="[object Boolean]",wc="[object Date]",Ec="[object Error]",Pc="[object Function]",xc="[object Map]",Cc="[object Number]",Ac="[object Object]",_c="[object RegExp]",Tc="[object Set]",Nc="[object String]",$c="[object WeakMap]",Ic="[object ArrayBuffer]",Lc="[object DataView]",Rc="[object Float32Array]",Fc="[object Float64Array]",Mc="[object Int8Array]",kc="[object Int16Array]",Dc="[object Int32Array]",jc="[object Uint8Array]",Vc="[object Uint8ClampedArray]",Uc="[object Uint16Array]",Bc="[object Uint32Array]",te={};te[Rc]=te[Fc]=te[Mc]=te[kc]=te[Dc]=te[jc]=te[Vc]=te[Uc]=te[Bc]=!0;te[bc]=te[Sc]=te[Ic]=te[Oc]=te[Lc]=te[wc]=te[Ec]=te[Pc]=te[xc]=te[Cc]=te[Ac]=te[_c]=te[Tc]=te[Nc]=te[$c]=!1;function Hc(e){return dt(e)&&Vo(e.length)&&!!te[Lt(e)]}function ei(e){return function(t){return e(t)}}var Wo=typeof exports=="object"&&exports&&!exports.nodeType&&exports,qt=Wo&&typeof module=="object"&&module&&!module.nodeType&&module,Wc=qt&&qt.exports===Wo,pn=Wc&&Ro.process,Gc=function(){try{var e=qt&&qt.require&&qt.require("util").types;return e||pn&&pn.binding&&pn.binding("util")}catch{}}(),$t=Gc,qi=$t&&$t.isTypedArray,Kc=qi?ei(qi):Hc,ti=Kc,Yc=Object.prototype,zc=Yc.hasOwnProperty;function Go(e,t){var r=Nt(e),n=!r&&Bo(e),i=!r&&!n&&Zt(e),a=!r&&!n&&!i&&ti(e),o=r||n||i||a,s=o?cc(e.length,String):[],u=s.length;for(var f in e)(t||zc.call(e,f))&&!(o&&(f=="length"||i&&(f=="offset"||f=="parent")||a&&(f=="buffer"||f=="byteLength"||f=="byteOffset")||ac(f,u)))&&s.push(f);return s}function Ko(e,t){return function(r){return e(t(r))}}var Qc=Ko(Object.keys,Object),qc=Qc,Jc=Object.prototype,Zc=Jc.hasOwnProperty;function Yo(e){if(!Vr(e))return qc(e);var t=[];for(var r in Object(e))Zc.call(e,r)&&r!="constructor"&&t.push(r);return t}function ri(e){return Xn(e)?Go(e):Yo(e)}function Xc(e){var t=[];if(e!=null)for(var r in Object(e))t.push(r);return t}var ef=Object.prototype,tf=ef.hasOwnProperty;function rf(e){if(!yt(e))return Xc(e);var t=Vr(e),r=[];for(var n in e)n=="constructor"&&(t||!tf.call(e,n))||r.push(n);return r}function ni(e){return Xn(e)?Go(e,!0):rf(e)}var nf=Ot(Object,"create"),Xt=nf;function af(){this.__data__=Xt?Xt(null):{},this.size=0}function of(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var sf="__lodash_hash_undefined__",uf=Object.prototype,lf=uf.hasOwnProperty;function cf(e){var t=this.__data__;if(Xt){var r=t[e];return r===sf?void 0:r}return lf.call(t,e)?t[e]:void 0}var ff=Object.prototype,df=ff.hasOwnProperty;function gf(e){var t=this.__data__;return Xt?t[e]!==void 0:df.call(t,e)}var pf="__lodash_hash_undefined__";function hf(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=Xt&&t===void 0?pf:t,this}function bt(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}bt.prototype.clear=af;bt.prototype.delete=of;bt.prototype.get=cf;bt.prototype.has=gf;bt.prototype.set=hf;function mf(){this.__data__=[],this.size=0}function Ur(e,t){for(var r=e.length;r--;)if(Zn(e[r][0],t))return r;return-1}var vf=Array.prototype,yf=vf.splice;function bf(e){var t=this.__data__,r=Ur(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():yf.call(t,r,1),--this.size,!0}function Sf(e){var t=this.__data__,r=Ur(t,e);return r<0?void 0:t[r][1]}function Of(e){return Ur(this.__data__,e)>-1}function wf(e,t){var r=this.__data__,n=Ur(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}function et(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}et.prototype.clear=mf;et.prototype.delete=bf;et.prototype.get=Sf;et.prototype.has=Of;et.prototype.set=wf;var Ef=Ot(Qe,"Map"),er=Ef;function Pf(){this.size=0,this.__data__={hash:new bt,map:new(er||et),string:new bt}}function xf(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function Br(e,t){var r=e.__data__;return xf(t)?r[typeof t=="string"?"string":"hash"]:r.map}function Cf(e){var t=Br(this,e).delete(e);return this.size-=t?1:0,t}function Af(e){return Br(this,e).get(e)}function _f(e){return Br(this,e).has(e)}function Tf(e,t){var r=Br(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}function wt(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}wt.prototype.clear=Pf;wt.prototype.delete=Cf;wt.prototype.get=Af;wt.prototype.has=_f;wt.prototype.set=Tf;function zo(e,t){for(var r=-1,n=t.length,i=e.length;++r<n;)e[i+r]=t[r];return e}var Nf=Ko(Object.getPrototypeOf,Object),Qo=Nf;function $f(){this.__data__=new et,this.size=0}function If(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}function Lf(e){return this.__data__.get(e)}function Rf(e){return this.__data__.has(e)}var Ff=200;function Mf(e,t){var r=this.__data__;if(r instanceof et){var n=r.__data__;if(!er||n.length<Ff-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new wt(n)}return r.set(e,t),this.size=r.size,this}function Je(e){var t=this.__data__=new et(e);this.size=t.size}Je.prototype.clear=$f;Je.prototype.delete=If;Je.prototype.get=Lf;Je.prototype.has=Rf;Je.prototype.set=Mf;function kf(e,t){return e&&jr(t,ri(t),e)}function Df(e,t){return e&&jr(t,ni(t),e)}var qo=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Ji=qo&&typeof module=="object"&&module&&!module.nodeType&&module,jf=Ji&&Ji.exports===qo,Zi=jf?Qe.Buffer:void 0,Xi=Zi?Zi.allocUnsafe:void 0;function Vf(e,t){if(t)return e.slice();var r=e.length,n=Xi?Xi(r):new e.constructor(r);return e.copy(n),n}function Uf(e,t){for(var r=-1,n=e==null?0:e.length,i=0,a=[];++r<n;){var o=e[r];t(o,r,e)&&(a[i++]=o)}return a}function Jo(){return[]}var Bf=Object.prototype,Hf=Bf.propertyIsEnumerable,ea=Object.getOwnPropertySymbols,Wf=ea?function(e){return e==null?[]:(e=Object(e),Uf(ea(e),function(t){return Hf.call(e,t)}))}:Jo,ii=Wf;function Gf(e,t){return jr(e,ii(e),t)}var Kf=Object.getOwnPropertySymbols,Yf=Kf?function(e){for(var t=[];e;)zo(t,ii(e)),e=Qo(e);return t}:Jo,Zo=Yf;function zf(e,t){return jr(e,Zo(e),t)}function Xo(e,t,r){var n=t(e);return Nt(e)?n:zo(n,r(e))}function Tn(e){return Xo(e,ri,ii)}function Qf(e){return Xo(e,ni,Zo)}var qf=Ot(Qe,"DataView"),Nn=qf,Jf=Ot(Qe,"Promise"),$n=Jf,Zf=Ot(Qe,"Set"),In=Zf,ta="[object Map]",Xf="[object Object]",ra="[object Promise]",na="[object Set]",ia="[object WeakMap]",aa="[object DataView]",ed=St(Nn),td=St(er),rd=St($n),nd=St(In),id=St(_n),gt=Lt;(Nn&>(new Nn(new ArrayBuffer(1)))!=aa||er&>(new er)!=ta||$n&>($n.resolve())!=ra||In&>(new In)!=na||_n&>(new _n)!=ia)&&(gt=function(e){var t=Lt(e),r=t==Xf?e.constructor:void 0,n=r?St(r):"";if(n)switch(n){case ed:return aa;case td:return ta;case rd:return ra;case nd:return na;case id:return ia}return t});var It=gt,ad=Object.prototype,od=ad.hasOwnProperty;function sd(e){var t=e.length,r=new e.constructor(t);return t&&typeof e[0]=="string"&&od.call(e,"index")&&(r.index=e.index,r.input=e.input),r}var ud=Qe.Uint8Array,_r=ud;function ai(e){var t=new e.constructor(e.byteLength);return new _r(t).set(new _r(e)),t}function ld(e,t){var r=t?ai(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.byteLength)}var cd=/\w*$/;function fd(e){var t=new e.constructor(e.source,cd.exec(e));return t.lastIndex=e.lastIndex,t}var oa=ft?ft.prototype:void 0,sa=oa?oa.valueOf:void 0;function dd(e){return sa?Object(sa.call(e)):{}}function gd(e,t){var r=t?ai(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}var pd="[object Boolean]",hd="[object Date]",md="[object Map]",vd="[object Number]",yd="[object RegExp]",bd="[object Set]",Sd="[object String]",Od="[object Symbol]",wd="[object ArrayBuffer]",Ed="[object DataView]",Pd="[object Float32Array]",xd="[object Float64Array]",Cd="[object Int8Array]",Ad="[object Int16Array]",_d="[object Int32Array]",Td="[object Uint8Array]",Nd="[object Uint8ClampedArray]",$d="[object Uint16Array]",Id="[object Uint32Array]";function Ld(e,t,r){var n=e.constructor;switch(t){case wd:return ai(e);case pd:case hd:return new n(+e);case Ed:return ld(e,r);case Pd:case xd:case Cd:case Ad:case _d:case Td:case Nd:case $d:case Id:return gd(e,r);case md:return new n;case vd:case Sd:return new n(e);case yd:return fd(e);case bd:return new n;case Od:return dd(e)}}function Rd(e){return typeof e.constructor=="function"&&!Vr(e)?Xl(Qo(e)):{}}var Fd="[object Map]";function Md(e){return dt(e)&&It(e)==Fd}var ua=$t&&$t.isMap,kd=ua?ei(ua):Md,Dd=kd,jd="[object Set]";function Vd(e){return dt(e)&&It(e)==jd}var la=$t&&$t.isSet,Ud=la?ei(la):Vd,Bd=Ud,Hd=1,Wd=2,Gd=4,es="[object Arguments]",Kd="[object Array]",Yd="[object Boolean]",zd="[object Date]",Qd="[object Error]",ts="[object Function]",qd="[object GeneratorFunction]",Jd="[object Map]",Zd="[object Number]",rs="[object Object]",Xd="[object RegExp]",eg="[object Set]",tg="[object String]",rg="[object Symbol]",ng="[object WeakMap]",ig="[object ArrayBuffer]",ag="[object DataView]",og="[object Float32Array]",sg="[object Float64Array]",ug="[object Int8Array]",lg="[object Int16Array]",cg="[object Int32Array]",fg="[object Uint8Array]",dg="[object Uint8ClampedArray]",gg="[object Uint16Array]",pg="[object Uint32Array]",J={};J[es]=J[Kd]=J[ig]=J[ag]=J[Yd]=J[zd]=J[og]=J[sg]=J[ug]=J[lg]=J[cg]=J[Jd]=J[Zd]=J[rs]=J[Xd]=J[eg]=J[tg]=J[rg]=J[fg]=J[dg]=J[gg]=J[pg]=!0;J[Qd]=J[ts]=J[ng]=!1;function mr(e,t,r,n,i,a){var o,s=t&Hd,u=t&Wd,f=t&Gd;if(r&&(o=i?r(e,n,i,a):r(e)),o!==void 0)return o;if(!yt(e))return e;var c=Nt(e);if(c){if(o=sd(e),!s)return ec(e,o)}else{var l=It(e),d=l==ts||l==qd;if(Zt(e))return Vf(e,s);if(l==rs||l==es||d&&!i){if(o=u||d?{}:Rd(e),!s)return u?zf(e,Df(o,e)):Gf(e,kf(o,e))}else{if(!J[l])return i?e:{};o=Ld(e,l,s)}}a||(a=new Je);var g=a.get(e);if(g)return g;a.set(e,o),Bd(e)?e.forEach(function(v){o.add(mr(v,t,r,v,e,a))}):Dd(e)&&e.forEach(function(v,y){o.set(y,mr(v,t,r,y,e,a))});var p=f?u?Qf:Tn:u?ni:ri,b=c?void 0:p(e);return rc(b||e,function(v,y){b&&(y=v,v=e[y]),jo(o,y,mr(v,t,r,y,e,a))}),o}var hg=1,mg=4;function ns(e){return mr(e,hg|mg)}var vg="__lodash_hash_undefined__";function yg(e){return this.__data__.set(e,vg),this}function bg(e){return this.__data__.has(e)}function Tr(e){var t=-1,r=e==null?0:e.length;for(this.__data__=new wt;++t<r;)this.add(e[t])}Tr.prototype.add=Tr.prototype.push=yg;Tr.prototype.has=bg;function Sg(e,t){for(var r=-1,n=e==null?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}function Og(e,t){return e.has(t)}var wg=1,Eg=2;function is(e,t,r,n,i,a){var o=r&wg,s=e.length,u=t.length;if(s!=u&&!(o&&u>s))return!1;var f=a.get(e),c=a.get(t);if(f&&c)return f==t&&c==e;var l=-1,d=!0,g=r&Eg?new Tr:void 0;for(a.set(e,t),a.set(t,e);++l<s;){var p=e[l],b=t[l];if(n)var v=o?n(b,p,l,t,e,a):n(p,b,l,e,t,a);if(v!==void 0){if(v)continue;d=!1;break}if(g){if(!Sg(t,function(y,h){if(!Og(g,h)&&(p===y||i(p,y,r,n,a)))return g.push(h)})){d=!1;break}}else if(!(p===b||i(p,b,r,n,a))){d=!1;break}}return a.delete(e),a.delete(t),d}function Pg(e){var t=-1,r=Array(e.size);return e.forEach(function(n,i){r[++t]=[i,n]}),r}function xg(e){var t=-1,r=Array(e.size);return e.forEach(function(n){r[++t]=n}),r}var Cg=1,Ag=2,_g="[object Boolean]",Tg="[object Date]",Ng="[object Error]",$g="[object Map]",Ig="[object Number]",Lg="[object RegExp]",Rg="[object Set]",Fg="[object String]",Mg="[object Symbol]",kg="[object ArrayBuffer]",Dg="[object DataView]",ca=ft?ft.prototype:void 0,hn=ca?ca.valueOf:void 0;function jg(e,t,r,n,i,a,o){switch(r){case Dg:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case kg:return!(e.byteLength!=t.byteLength||!a(new _r(e),new _r(t)));case _g:case Tg:case Ig:return Zn(+e,+t);case Ng:return e.name==t.name&&e.message==t.message;case Lg:case Fg:return e==t+"";case $g:var s=Pg;case Rg:var u=n&Cg;if(s||(s=xg),e.size!=t.size&&!u)return!1;var f=o.get(e);if(f)return f==t;n|=Ag,o.set(e,t);var c=is(s(e),s(t),n,i,a,o);return o.delete(e),c;case Mg:if(hn)return hn.call(e)==hn.call(t)}return!1}var Vg=1,Ug=Object.prototype,Bg=Ug.hasOwnProperty;function Hg(e,t,r,n,i,a){var o=r&Vg,s=Tn(e),u=s.length,f=Tn(t),c=f.length;if(u!=c&&!o)return!1;for(var l=u;l--;){var d=s[l];if(!(o?d in t:Bg.call(t,d)))return!1}var g=a.get(e),p=a.get(t);if(g&&p)return g==t&&p==e;var b=!0;a.set(e,t),a.set(t,e);for(var v=o;++l<u;){d=s[l];var y=e[d],h=t[d];if(n)var E=o?n(h,y,d,t,e,a):n(y,h,d,e,t,a);if(!(E===void 0?y===h||i(y,h,r,n,a):E)){b=!1;break}v||(v=d=="constructor")}if(b&&!v){var A=e.constructor,w=t.constructor;A!=w&&"constructor"in e&&"constructor"in t&&!(typeof A=="function"&&A instanceof A&&typeof w=="function"&&w instanceof w)&&(b=!1)}return a.delete(e),a.delete(t),b}var Wg=1,fa="[object Arguments]",da="[object Array]",fr="[object Object]",Gg=Object.prototype,ga=Gg.hasOwnProperty;function Kg(e,t,r,n,i,a){var o=Nt(e),s=Nt(t),u=o?da:It(e),f=s?da:It(t);u=u==fa?fr:u,f=f==fa?fr:f;var c=u==fr,l=f==fr,d=u==f;if(d&&Zt(e)){if(!Zt(t))return!1;o=!0,c=!1}if(d&&!c)return a||(a=new Je),o||ti(e)?is(e,t,r,n,i,a):jg(e,t,u,r,n,i,a);if(!(r&Wg)){var g=c&&ga.call(e,"__wrapped__"),p=l&&ga.call(t,"__wrapped__");if(g||p){var b=g?e.value():e,v=p?t.value():t;return a||(a=new Je),i(b,v,r,n,a)}}return d?(a||(a=new Je),Hg(e,t,r,n,i,a)):!1}function as(e,t,r,n,i){return e===t?!0:e==null||t==null||!dt(e)&&!dt(t)?e!==e&&t!==t:Kg(e,t,r,n,as,i)}var Yg=Math.max,zg=Math.min;function Qg(e,t,r){return e>=zg(t,r)&&e<Yg(t,r)}function Nr(e,t,r){return t=Hi(t),r===void 0?(r=t,t=0):r=Hi(r),e=Mo(e),Qg(e,t,r)}var qg="[object Map]",Jg="[object Set]",Zg=Object.prototype,Xg=Zg.hasOwnProperty;function De(e){if(e==null)return!0;if(Xn(e)&&(Nt(e)||typeof e=="string"||typeof e.splice=="function"||Zt(e)||ti(e)||Bo(e)))return!e.length;var t=It(e);if(t==qg||t==Jg)return!e.size;if(Vr(e))return!Yo(e).length;for(var r in e)if(Xg.call(e,r))return!1;return!0}function ep(e,t){return as(e,t)}const tp=["id","selCtx","fltCtx"],os=".",ss="#dot",us="#FIX_NUMBER",rp=e=>cs(ns(e),ap),np=e=>{const t=e.replaceAll(os,ss);return/^\d+$/.test(t)?`${us}${t}`:t},ip=e=>e.replaceAll(ss,os).replaceAll(us,""),ap=(e,t)=>ls(e,t,np),op=(e,t)=>ls(e,t,ip),ls=(e,t,r)=>{let n=t;function i(a){const o={};for(const s in a)if(a.hasOwnProperty(s)){const u=r(s);let f=a[s];typeof a[s]=="object"&&a[s]!==null&&(f=i(a[s])),o[u]=f}return o}return tp.includes(e)&&(typeof t=="string"||t instanceof String)&&(n=r(t)),(e==="selected"||e==="filter")&&(n=i(t)),n},cs=(e,t)=>(Object.keys(e).forEach(r=>{const n=e[r];e[r]=t(r,n),typeof n=="object"&&n!==null&&cs(n,t)}),e),fs=e=>{const t=JSON.parse(JSON.stringify(e));for(const[r,n]of Object.entries(t))if(n&&!Array.isArray(n)){const i=t[r];for(const[a,o]of Object.entries(i))o===!1&&delete i[a];Object.keys(i).length===0&&delete t[r]}else delete t[r];return t},sp=e=>op("selected",e);var pa;(function(e){e.UNINITIALIZED="UNINITIALIZED",e.PROCESSING="PROCESSING",e.PAID="PAID",e.FAILED="FAILED",e.PRINTING_RECEIPT="PRINTING_RECEIPT",e.PRINTING_RECEIPT_SUCCESS="PRINTING_RECEIPT_SUCCESS",e.SENDING_RECEIPT="SENDING_RECEIPT",e.SENDING_RECEIPT_SUCCESS="SENDING_RECEIPT_SUCCESS",e.ERROR="ERROR"})(pa||(pa={}));var ha;(function(e){e.CAROUSEL="carousel",e.NORMAL="normal",e.IMAGE="image"})(ha||(ha={}));var We;(function(e){e.GROUP="3e/group",e.PRODUCT="3e/product",e.CATEGORY="3e/group/category",e.OPTIONS="3e/group/options",e.CONFIG="3e/group/config",e.STATIC="3e/static",e.REF="3e/ref",e.QUERY="3e/query",e.CMS="3e/cms"})(We||(We={}));var ma;(function(e){e.GROUP="group",e.PRODUCT="product"})(ma||(ma={}));var va;(function(e){e.CREATOR="CREATOR",e.CUSTOMER="CUSTOMER",e.COUPONS="COUPON",e.KIOSK="KIOSK",e.WAITER="WAITER",e.MANAGER="MANAGER",e.VIEWER="VIEWER",e.DRIVER="DRIVER",e.STAFF="STAFF"})(va||(va={}));var ya;(function(e){e.TAKE_AWAY="TAKE_AWAY",e.DELIVERY="DELIVERY",e.DINE_IN="DINE_IN",e.DINE_IN_OPEN="DINE_IN_OPEN",e.GLOVO_DELIVERY="GLOVO_DELIVERY",e.GLOVO_TAKE_AWAY="GLOVO_TAKE_AWAY",e.JUSTEAT_DELIVERY="JUSTEAT_DELIVERY",e.JUSTEAT_TAKE_AWAY="JUSTEAT_TAKE_AWAY",e.UBER_DELIVERY="UBER_DELIVERY",e.UBER_TAKE_AWAY="UBER_TAKE_AWAY",e.UBER_DINE_IN="UBER_DINE_IN",e.WOLT_DELIVERY="WOLT_DELIVERY",e.WOLT_TAKE_AWAY="WOLT_TAKE_AWAY",e.WOLT_DINE_IN="WOLT_DINE_IN",e.BOLT_DELIVERY="BOLT_DELIVERY",e.BOLT_TAKE_AWAY="BOLT_TAKE_AWAY",e.BOLT_DINE_IN="BOLT_DINE_IN",e.TAZZ_DELIVERY="TAZZ_DELIVERY",e.TAZZ_TAKE_AWAY="TAZZ_TAKE_AWAY",e.UPMENU_DELIVERY="UPMENU_DELIVERY",e.UPMENU_TAKE_AWAY="UPMENU_TAKE_AWAY",e.UPMENU_DINE_IN="UPMENU_DINE_IN"})(ya||(ya={}));var ba;(function(e){e.KIOSK="KIOSK",e.WEB="WEB",e.JUST_EAT_TAKE_AWAY="JUSTEATTAKEAWAY",e.GLOVO="GLOVO",e.PYSZNE="PYSZNE",e.WOLT="WOLT",e.UBER="UBER",e.BOLT="BOLT",e.TAZZ="TAZZ",e.POS="POS",e.UPMENU="UPMENU"})(ba||(ba={}));var Sa;(function(e){e.DINE_IN="DINE_IN",e.TAKE_AWAY="TAKE_AWAY",e.DELIVERY="DELIVERY",e.GLOVO="GLOVO",e.JUSTEAT="JUSTEAT",e.UBER="UBER",e.BOLT="BOLT",e.WOLT="WOLT",e.TAZZ="TAZZ",e.UPMENU="UPMENU"})(Sa||(Sa={}));var Oa;(function(e){e.NEW="NEW",e.COMPLETED="COMPLETED",e.VERIFIED="VERIFIED",e.DELIVER="DELIVER",e.DELIVERED="DELIVERED",e.CLOSED="CLOSED",e.ABANDONED="ABANDONED",e.CANCELLED="CANCELLED",e.PICKED="PICKED"})(Oa||(Oa={}));var wa;(function(e){e.CASH="CASH",e.CARD="CARD",e.COD="COD",e.TERMINAL="TERMINAL",e.EPAYMENT="EPAYMENT",e.COUPON="COUPON",e.WALLET="WALLET",e.PREAUTHORIZED="PREAUTHORIZED",e.RETURN="RETURN",e.EXTERNAL="EXTERNAL"})(wa||(wa={}));var Ea;(function(e){e.POINTS_TOTAL="x-rbi-loyalty-points",e.POINTS_EARNED="x-rbi-points-earned",e.REWARDS="x-rbi-rewards",e.OFFERS="x-rbi-offers",e.CUSTOMER_NAME="x-customer-name"})(Ea||(Ea={}));var Pa;(function(e){e.NEW="NEW",e.TECHNICAL="TECHNICAL",e.CONFIRMED="CONFIRMED",e.PROCESSING="PROCESSING",e.PROCESSED="PROCESSED",e.VOID="VOID",e.WASTE="WASTE"})(Pa||(Pa={}));var xa;(function(e){e.GROUP="group",e.PRODUCT="product"})(xa||(xa={}));var Ca;(function(e){e.ORDER_EVENT_ERROR="OrderEventError",e.ORDER_APPLIED_EVENTS="OrderAppliedEvents",e.ORDER_EVENT_FISCAL="OrderEventFiscal",e.ORDER_UPSELL="OrderUpsell"})(Ca||(Ca={}));const up=e=>e==="true"||e===!0,lp=e=>{const t=document.getElementById(e);t?t.scrollIntoView({behavior:"smooth"}):console.warn(`Error: scrollToId: id: ${e} not found in html structure`)},ds=e=>`options--${e}`,gs=e=>{const{details:{media:t=[]}={}}=e,r=t.find(n=>n.name==="MAIN_IMG")||t[0]||{};return(r==null?void 0:r.url)||""},Aa=e=>{var r,n;return!(((r=e==null?void 0:e.attrs)==null?void 0:r.hidden)===!0||((n=e==null?void 0:e._)==null?void 0:n.hidden)==="true")};function ps(e,t){var r;if(!t.items)return null;for(let n=0;n<((r=t.items)==null?void 0:r.length);n++){const i=t.items[n];if(i.selCtx===e&&i.kind===We.OPTIONS)return i;if(i.items&&i.items.length>0){const a=ps(e,i);if(a)return a}}return null}function cp(e){let t;const r=new Set,n=(f,c)=>{const l=typeof f=="function"?f(t):f;if(l!==t){const d=t;t=c?l:Object.assign({},t,l),r.forEach(g=>g(t,d))}},i=()=>t,a=(f,c=i,l=Object.is)=>{console.warn("[DEPRECATED] Please use `subscribeWithSelector` middleware");let d=c(t);function g(){const p=c(t);if(!l(d,p)){const b=d;f(d=p,b)}}return r.add(g),()=>r.delete(g)},u={setState:n,getState:i,subscribe:(f,c,l)=>c||l?a(f,c,l):(r.add(f),()=>r.delete(f)),destroy:()=>r.clear()};return t=e(n,i,u),u}const fp=typeof window=="undefined"||!window.navigator||/ServerSideRendering|^Deno\//.test(window.navigator.userAgent),_a=fp?S.useEffect:S.useLayoutEffect;function dp(e){const t=typeof e=="function"?cp(e):e,r=(n=t.getState,i=Object.is)=>{const[,a]=S.useReducer(v=>v+1,0),o=t.getState(),s=S.useRef(o),u=S.useRef(n),f=S.useRef(i),c=S.useRef(!1),l=S.useRef();l.current===void 0&&(l.current=n(o));let d,g=!1;(s.current!==o||u.current!==n||f.current!==i||c.current)&&(d=n(o),g=!i(l.current,d)),_a(()=>{g&&(l.current=d),s.current=o,u.current=n,f.current=i,c.current=!1});const p=S.useRef(o);_a(()=>{const v=()=>{try{const h=t.getState(),E=u.current(h);f.current(l.current,E)||(s.current=h,l.current=E,a())}catch{c.current=!0,a()}},y=t.subscribe(v);return t.getState()!==p.current&&v(),y},[]);const b=g?d:l.current;return S.useDebugValue(b),b};return Object.assign(r,t),r[Symbol.iterator]=function(){console.warn("[useStore, api] = create() is deprecated and will be removed in v4");const n=[r,t];return{next(){const i=n.length<=0;return{value:n.shift(),done:i}}}},r}const gp=e=>({filter:{},initialSelected:{},setInitialFilter:t=>{e(()=>({filter:{...t}}))},setInitialSelected:t=>{e(()=>({initialSelected:t}))},setFilter:(t,r)=>{e(({filter:n})=>({filter:{...n,[t]:{...n[t],...r}}}))}}),pp=(e,t)=>$r(e,t,"isSelCntAllowedToIncrement")&&$r(e,t,"isQtyCntAllowedToIncrement")&&Ln(e,t,"isQtyCntAllowedToIncrement")&&Ln(e,t,"isQtyCntAllowedToIncrement"),hp=(e,t,r)=>{var a;const{selCtx:n}=e;return((a=r==null?void 0:r[n])==null?void 0:a.parentKind)===qn.PRODUCT?Ta(e,t)&&$r(e,r,"isQtyCntAllowedToIncrement"):Ta(e,t)&&$r(e,r,"isQtyCntAllowedToIncrement")&&Ln(e,r,"isQtyCntAllowedToIncrement")},Ta=(e,t)=>{const{qtyMax:r}=e;return Number(t)<Number(r||Number.MAX_SAFE_INTEGER)},$r=(e,t,r)=>{var a;const{selCtx:n}=e,i=(a=t==null?void 0:t[n])==null?void 0:a[r];return hs(i)?!0:i},Ln=(e,t,r)=>{var s;const{selCtx:n}=e,i=(s=t==null?void 0:t[n])==null?void 0:s.parentSelCtx,a=t==null?void 0:t[i],o=a==null?void 0:a[r];return hs(o)?!0:o},hs=e=>typeof e=="undefined",ms=(e,t,r)=>{const n=t[e];let i=0,a=0;if(n)for(const[,o]of Object.entries(n))parseInt(o)>0&&(i+=1,a+=Number(o));else r&&r.forEach(o=>{if(t[o.selCtx])for(const[,s]of Object.entries(t[o.selCtx]))parseInt(s)>0&&(i+=1,a+=Number(s))});return[i,a]},mp=(e,t)=>{var i;const{id:r,selCtx:n}=e;return Number(((i=t==null?void 0:t[n])==null?void 0:i[r])||0)},vp=(e,t)=>({validationMap:{},isOnSubmitted:!1,currency:"z\u0142",refreshFormDt:"",setInitialValidate:()=>{e(()=>({validationMap:{},isOnSubmitted:!1}))},setValidationMap:r=>{const{productSelCtx:n,attrs:i,actualSelCnt:a,actualQtyCnt:o,isPassedFiltering:s,nestedLvl:u,parentSelCtx:f,parentKind:c}=r,{qtyMin:l,qtyMax:d,selMin:g,selMax:p}=i||{};(d||p)&&e(({validationMap:v})=>({validationMap:{...v,[n]:{parentSelCtx:f,isSelCntAllowedToIncrement:a<Number(p||Number.MAX_SAFE_INTEGER),isQtyCntAllowedToIncrement:o<Number(d||Number.MAX_SAFE_INTEGER),parentKind:c,nestedLvl:u,isValid:Nr(a,Number(g||0),Number(p||Number.MAX_SAFE_INTEGER)+1)&&Nr(o,Number(l||0),Number(d||Number.MAX_SAFE_INTEGER)+1),isPassedFiltering:s}}}))},isInputEnabled:r=>{const n=t().validationMap;return pp(r,n)},isInputCounterIncrementEnabled:(r,n)=>{const i=t().validationMap,a=mp(r,n);return hp(r,a,i)},getInvalidSelCtxArray:()=>{const r=t().validationMap,n=[];for(const[i]of Object.entries(r)){const{isValid:a,isPassedFiltering:o}=r[i];a===!1&&o===!0&&n.push(i)}return n},setIsOnSubmittedOnTrue:()=>{console.log("isOnSubmitted"),e(()=>({isOnSubmitted:!0}))},getValidationMap:()=>t().validationMap,setCurrency:r=>{e(()=>({currency:r}))},refreshForm:()=>{e(()=>({refreshFormDt:`${new Date}`}))}}),yp=(e,t)=>({expanded:{},toggleExpanded:(r,n,i)=>{const a=t().expanded[r+n+i];e(()=>({expanded:{...t().expanded,[r+n+i]:a!==void 0?!a:!1}}))},resetExpanded:()=>{e(()=>({expanded:{}}))}}),oe=dp((e,t)=>({...gp(e),...vp(e,t),...yp(e,t)}));function vs(e,t){if(!t)return null;for(const r of t){if(r.id===e)return r;if(r.items){const n=vs(e,r.items);if(n)return n}}return null}function bp(e,t){return vs(e,t)!==null}function Sp(e,t){if(t==null||De(t))return{};try{const r=ns(t);for(const[n,i]of Object.entries(r))i&&typeof i=="object"&&!Array.isArray(i)&&Object.keys(i).forEach(a=>{bp(a,e.items)||(console.warn(`deleting selected selCtx ${n} id ${a}, not found in product`),delete r[n][a])});return fs(r)}catch(r){return console.error(r),t}}function Op(e){var y;const[t,r]=S.useState(Number(e.quantity)||1),n=rp(e),{state:{filter:i={}}={}}=n,a=Sp(n,(y=n.state)==null?void 0:y.selected),o=oe(h=>h.setInitialFilter),s=oe(h=>h.setInitialSelected),u=oe(h=>h.setInitialValidate),f=oe(h=>h.resetExpanded),c=oe(h=>h.filter),l=oe(h=>h.setCurrency),d=oe(h=>h.setIsOnSubmittedOnTrue),g=oe(h=>h.refreshFormDt),p=oe(h=>h.getInvalidSelCtxArray),b=()=>{r(h=>h+1)},v=()=>{t>1&&r(h=>h-1)};return S.useEffect(()=>{u(),o(i),s(a),f()},[e]),{encodedProduct:n,initSelected:a,initFilter:i,filter:c,setCurrency:l,setIsOnSubmittedOnTrue:d,getInvalidSelCtxArray:p,productQuantity:t,increaseProductQuantity:b,decreaseProductQuantity:v,refreshFormDt:g}}const Hr=(e,t)=>{var o;const{filter:r={},fltCtx:n=""}=e,i=(t==null?void 0:t[n])||{};if(!r||!Object.keys(r).length||!i)return!0;const a=(o=Object.keys(i))==null?void 0:o.filter(s=>{var f;const u=(f=Object.keys((r==null?void 0:r[s])||{}))==null?void 0:f.filter(c=>{var l;if(((l=r==null?void 0:r[s])==null?void 0:l[c])===(i==null?void 0:i[s]))return!0});return(u==null?void 0:u.length)>0});return(a==null?void 0:a.length)>0},ys=(e,t)=>{const{items:r,filter:n}=e,i=[],a=[],o=s=>{s&&!De(n)&&s.forEach(u=>{const{items:f=[]}=u;t?i.push(u):a.push(u),f.length>0&&o(f)})};return o(r),{productsToSelect:i,productsToUnselect:a}},wp=(e,t)=>{console.log("LOG1 productsToUnselect",e),e.map(({selCtx:r,id:n})=>{t(`selected.${r}.${n}`,!1)})},bs=(e,t,r)=>{console.log("LOG1 productToSelect",e),e.map(({selCtx:n,id:i})=>{var o;const a=(o=r[n])==null?void 0:o[i];a&&t(`selected.${n}.${i}`,a.toString())})};function Ss(e,t,r,n){const{selCtx:i,attrs:a={}}=e,o=oe(y=>y.initialSelected),s=oe(y=>y.currency),{setValue:u,getValues:f}=ze(),{selected:c={},filter:l={}}=f(),d=Hr(e,l),g=oe(y=>y.isOnSubmitted),p=oe(y=>y.setValidationMap),[b,v]=ms(e.selCtx,c,e.items);return p({productSelCtx:i,attrs:a,actualQtyCnt:v,actualSelCnt:b,nestedLvl:t,isPassedFiltering:d,parentSelCtx:n,parentKind:r}),S.useEffect(()=>{const{productsToSelect:y,productsToUnselect:h}=ys(e,d);bs(y,u,o)},[d]),{isFilterValidated:d,selected:c,isOnSubmitted:g,selCnt:b,qtyCnt:v,currency:s}}var Wr={exports:{}},Gr={};/**
|
|
3
3
|
* @license React
|
|
4
4
|
* react-jsx-runtime.production.min.js
|
|
5
5
|
*
|
|
@@ -7,9 +7,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
7
7
|
*
|
|
8
8
|
* This source code is licensed under the MIT license found in the
|
|
9
9
|
* LICENSE file in the root directory of this source tree.
|
|
10
|
-
*/var
|
|
11
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var Np={normalizePrecision:function(t){var r=t.reduce(function(n,i){return Math.max(n.getPrecision(),i.getPrecision())});return t.map(function(n){return n.getPrecision()!==r?n.convertPrecision(r):n})},minimum:function(t){var r=Aa(t),n=r[0],i=r.slice(1),a=n;return i.forEach(function(o){a=a.lessThan(o)?a:o}),a},maximum:function(t){var r=Aa(t),n=r[0],i=r.slice(1),a=n;return i.forEach(function(o){a=a.greaterThan(o)?a:o}),a}};function ms(e){return!isNaN(parseInt(e))&&isFinite(e)}function Lp(e){return ms(e)&&e<=100&&e>=0}function Ip(e){return e.length>0&&e.every(function(t){return t>=0})&&e.some(function(t){return t>0})}function _a(e){return e%2===0}function Ta(e){return ms(e)&&!Number.isInteger(e)}function Fp(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,t=e.toString();if(t.indexOf("e-")>0)return parseInt(t.split("e-")[1]);var r=t.split(".")[1];return r?r.length:0}function kt(e){return Math.abs(e)%1===.5}function Rp(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return new Promise(function(r,n){var i=Object.assign(new XMLHttpRequest,{onreadystatechange:function(){i.readyState===4&&(i.status>=200&&i.status<400?r(JSON.parse(i.responseText)):n(new Error(i.statusText)))},onerror:function(){n(new Error("Network error"))}});i.open("GET",e,!0),$p(i,t.headers),i.send()})}function $p(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};for(var r in t)e.setRequestHeader(r,t[r]);return e}function Wt(e){return typeof e=="undefined"}function vs(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:".",r={};return Object.entries(e).forEach(function(n){if(zt(n[1])==="object"){var i=vs(n[1]);Object.entries(i).forEach(function(a){r[n[0]+t+a[0]]=a[1]})}else r[n[0]]=n[1]}),r}function Dp(e){return Boolean(e)&&(zt(e)==="object"||typeof e=="function")&&typeof e.then=="function"}function ys(){var e=function(n,i){var a=function(u){return Math.pow(10,Fp(u))},o=Math.max(a(n),a(i));return Math.round(n*o)*Math.round(i*o)/(o*o)},t={HALF_ODD:function(n){var i=Math.round(n);return kt(n)&&_a(i)?i-1:i},HALF_EVEN:function(n){var i=Math.round(n);return kt(n)?_a(i)?i:i-1:i},HALF_UP:function(n){return Math.round(n)},HALF_DOWN:function(n){return kt(n)?Math.floor(n):Math.round(n)},HALF_TOWARDS_ZERO:function(n){return kt(n)?Math.sign(n)*Math.floor(Math.abs(n)):Math.round(n)},HALF_AWAY_FROM_ZERO:function(n){return kt(n)?Math.sign(n)*Math.ceil(Math.abs(n)):Math.round(n)},DOWN:function(n){return Math.floor(n)}};return{add:function(n,i){return n+i},subtract:function(n,i){return n-i},multiply:function(n,i){return Ta(n)||Ta(i)?e(n,i):n*i},divide:function(n,i){return n/i},modulo:function(n,i){return n%i},round:function(n){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"HALF_EVEN";return t[i](n)}}}var Mp=ys();function kp(e){var t=/^(?:(\$|USD)?0(?:(,)0)?(\.)?(0+)?|0(?:(,)0)?(\.)?(0+)?\s?(dollar)?)$/gm.exec(e);return{getMatches:function(){return t!==null?t.slice(1).filter(function(n){return!Wt(n)}):[]},getMinimumFractionDigits:function(){var n=function(a){return a==="."};return Wt(this.getMatches().find(n))?0:this.getMatches()[Mp.add(this.getMatches().findIndex(n),1)].split("").length},getCurrencyDisplay:function(){var n={USD:"code",dollar:"name",$:"symbol"};return n[this.getMatches().find(function(i){return i==="USD"||i==="dollar"||i==="$"})]},getStyle:function(){return Wt(this.getCurrencyDisplay(this.getMatches()))?"decimal":"currency"},getUseGrouping:function(){return!Wt(this.getMatches().find(function(n){return n===","}))}}}function jp(e){var t=function(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",a=arguments.length>1?arguments[1]:void 0;for(var o in a)i=i.replace("{{".concat(o,"}}"),a[o]);return i},r=function(i,a){return Rp(t(e.endpoint,{from:i,to:a}),{headers:e.headers})};return{getExchangeRate:function(i,a){return(Dp(e.endpoint)?e.endpoint:r(i,a)).then(function(o){return vs(o)[t(e.propertyPath,{from:i,to:a})]})}}}function Zt(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Error;if(!e)throw new r(t)}function Vp(e){Zt(Lp(e),"You must provide a numeric value between 0 and 100.",RangeError)}function Up(e){Zt(Ip(e),"You must provide a non-empty array of numeric values greater than 0.",TypeError)}function ln(e){Zt(Number.isInteger(e),"You must provide an integer.",TypeError)}var J=ys(),Bp=function e(t){var r=Object.assign({},{amount:e.defaultAmount,currency:e.defaultCurrency,precision:e.defaultPrecision},t),n=r.amount,i=r.currency,a=r.precision;ln(n),ln(a);var o=e.globalLocale,s=e.globalFormat,u=e.globalRoundingMode,c=e.globalFormatRoundingMode,f=Object.assign({},e.globalExchangeRatesApi),l=function(p){var y=Object.assign({},Object.assign({},{amount:n,currency:i,precision:a},p),Object.assign({},{locale:this.locale},p));return Object.assign(e({amount:y.amount,currency:y.currency,precision:y.precision}),{locale:y.locale})},d=function(p){Zt(this.hasSameCurrency(p),"You must provide a Dinero instance with the same currency.",TypeError)};return{getAmount:function(){return n},getCurrency:function(){return i},getLocale:function(){return this.locale||o},setLocale:function(p){return l.call(this,{locale:p})},getPrecision:function(){return a},convertPrecision:function(p){var y=arguments.length>1&&arguments[1]!==void 0?arguments[1]:c;ln(p);var v=this.getPrecision(),b=p>v,m=b?J.multiply:J.divide,P=b?[p,v]:[v,p],C=Math.pow(10,J.subtract.apply(J,P));return l.call(this,{amount:J.round(m(this.getAmount(),C),y),precision:p})},add:function(p){d.call(this,p);var y=e.normalizePrecision([this,p]);return l.call(this,{amount:J.add(y[0].getAmount(),y[1].getAmount()),precision:y[0].getPrecision()})},subtract:function(p){d.call(this,p);var y=e.normalizePrecision([this,p]);return l.call(this,{amount:J.subtract(y[0].getAmount(),y[1].getAmount()),precision:y[0].getPrecision()})},multiply:function(p){var y=arguments.length>1&&arguments[1]!==void 0?arguments[1]:u;return l.call(this,{amount:J.round(J.multiply(this.getAmount(),p),y)})},divide:function(p){var y=arguments.length>1&&arguments[1]!==void 0?arguments[1]:u;return l.call(this,{amount:J.round(J.divide(this.getAmount(),p),y)})},percentage:function(p){var y=arguments.length>1&&arguments[1]!==void 0?arguments[1]:u;return Vp(p),this.multiply(J.divide(p,100),y)},allocate:function(p){var y=this;Up(p);for(var v=p.reduce(function(C,w){return J.add(C,w)}),b=this.getAmount(),m=p.map(function(C){var w=Math.floor(J.divide(J.multiply(y.getAmount(),C),v));return b=J.subtract(b,w),l.call(y,{amount:w})}),P=0;b>0;)p[P]>0&&(m[P]=m[P].add(l.call(this,{amount:1})),b=J.subtract(b,1)),P+=1;return m},convert:function(p){var y=this,v=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},b=v.endpoint,m=b===void 0?f.endpoint:b,P=v.propertyPath,C=P===void 0?f.propertyPath||"rates.{{to}}":P,w=v.headers,A=w===void 0?f.headers:w,L=v.roundingMode,R=L===void 0?u:L,D=Object.assign({},{endpoint:m,propertyPath:C,headers:A,roundingMode:R});return jp(D).getExchangeRate(this.getCurrency(),p).then(function(k){return Zt(!Wt(k),'No rate was found for the destination currency "'.concat(p,'".'),TypeError),l.call(y,{amount:J.round(J.multiply(y.getAmount(),parseFloat(k)),D.roundingMode),currency:p})})},equalsTo:function(p){return this.hasSameAmount(p)&&this.hasSameCurrency(p)},lessThan:function(p){d.call(this,p);var y=e.normalizePrecision([this,p]);return y[0].getAmount()<y[1].getAmount()},lessThanOrEqual:function(p){d.call(this,p);var y=e.normalizePrecision([this,p]);return y[0].getAmount()<=y[1].getAmount()},greaterThan:function(p){d.call(this,p);var y=e.normalizePrecision([this,p]);return y[0].getAmount()>y[1].getAmount()},greaterThanOrEqual:function(p){d.call(this,p);var y=e.normalizePrecision([this,p]);return y[0].getAmount()>=y[1].getAmount()},isZero:function(){return this.getAmount()===0},isPositive:function(){return this.getAmount()>=0},isNegative:function(){return this.getAmount()<0},hasSubUnits:function(){return J.modulo(this.getAmount(),Math.pow(10,a))!==0},hasCents:function(){return J.modulo(this.getAmount(),Math.pow(10,a))!==0},hasSameCurrency:function(p){return this.getCurrency()===p.getCurrency()},hasSameAmount:function(p){var y=e.normalizePrecision([this,p]);return y[0].getAmount()===y[1].getAmount()},toFormat:function(){var p=arguments.length>0&&arguments[0]!==void 0?arguments[0]:s,y=arguments.length>1&&arguments[1]!==void 0?arguments[1]:c,v=kp(p);return this.toRoundedUnit(v.getMinimumFractionDigits(),y).toLocaleString(this.getLocale(),{currencyDisplay:v.getCurrencyDisplay(),useGrouping:v.getUseGrouping(),minimumFractionDigits:v.getMinimumFractionDigits(),style:v.getStyle(),currency:this.getCurrency()})},toUnit:function(){return J.divide(this.getAmount(),Math.pow(10,a))},toRoundedUnit:function(p){var y=arguments.length>1&&arguments[1]!==void 0?arguments[1]:c,v=Math.pow(10,p);return J.divide(J.round(J.multiply(this.toUnit(),v),y),v)},toObject:function(){return{amount:n,currency:i,precision:a}},toJSON:function(){return this.toObject()}}},Hp=Object.assign(Bp,xp,Pp,Np);const pr=(e,t="PLN")=>{e=e.toString();const r=e.replace(",","."),n=Number(r)*100;return isNaN(n)?"0.00":Hp({amount:Math.round(n),currency:t}).toFormat("0,0.00")},Wp=(e,t,r=1)=>{const n=parseFloat(e.toString());let i=!1,a=pr(`${r*n}`);const o=`${pr(`${a}`)}`;return n<parseFloat(t)&&(i=!0,a=`${pr(`${t}`)}`),{displayPriceFrom:i,formattedEndPriceWithPriceMin:a,formattedEndPrice:o}};function jr(e){const{price:t,addPlusBefore:r=!1,size:n="md",showIfPriceZero:i=!1,minPrice:a="0.00",hiddenIfPriceZero:o=!1}=e,s=parseFloat(a),u=t>s?t:a,c=pr(`${u}`);return!t&&i===!1?null:r?U("span",{style:{visibility:`${!t&&o?"hidden":"visible"}`},className:"",children:["\xA0",`+${c}`]}):t<s?U("span",{className:"",children:["\xA0",`od ${c}`]}):x("span",{className:"",children:c})}function Kp(e,t){const{selCtx:r,id:n}=e,i=X(s=>s.expanded),a=S.useMemo(()=>Gp(r,n,t,i),[r,n,t,i]),o=X(s=>s.toggleExpanded);return{isExpanded:a,toggleExpanded:o}}const Gp=(e,t,r,n)=>{const i=n[e+t+r];return i!==void 0?i:!0};var Yp=/&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g,zp={"&":"&","&":"&","<":"<","<":"<",">":">",">":">","'":"'","'":"'",""":'"',""":'"'," ":" "," ":" ","©":"\xA9","©":"\xA9","®":"\xAE","®":"\xAE","…":"\u2026","…":"\u2026","/":"/","/":"/"},Qp=function(t){return zp[t]},qp=function(t){return t.replace(Yp,Qp)};function Na(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function La(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Na(Object(r),!0).forEach(function(n){je(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Na(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var Cn={bindI18n:"languageChanged",bindI18nStore:"",transEmptyNodeValue:"",transSupportBasicHtmlNodes:!0,transWrapTextNodes:"",transKeepBasicHtmlNodesFor:["br","strong","i","p"],useSuspense:!0,unescape:qp},bs,Jp=S.createContext();function Zp(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Cn=La(La({},Cn),e)}function Xp(){return Cn}var eh=function(){function e(){Pe(this,e),this.usedNamespaces={}}return Ae(e,[{key:"addUsedNamespaces",value:function(r){var n=this;r.forEach(function(i){n.usedNamespaces[i]||(n.usedNamespaces[i]=!0)})}},{key:"getUsedNamespaces",value:function(){return Object.keys(this.usedNamespaces)}}]),e}();function th(e){bs=e}function rh(){return bs}var nh={type:"3rdParty",init:function(t){Zp(t.options.react),th(t)}};function ih(){if(console&&console.warn){for(var e,t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];typeof r[0]=="string"&&(r[0]="react-i18next:: ".concat(r[0])),(e=console).warn.apply(e,r)}}var Ia={};function _n(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];typeof t[0]=="string"&&Ia[t[0]]||(typeof t[0]=="string"&&(Ia[t[0]]=new Date),ih.apply(void 0,t))}function Fa(e,t,r){e.loadNamespaces(t,function(){if(e.isInitialized)r();else{var n=function i(){setTimeout(function(){e.off("initialized",i)},0),r()};e.on("initialized",n)}})}function ah(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},n=t.languages[0],i=t.options?t.options.fallbackLng:!1,a=t.languages[t.languages.length-1];if(n.toLowerCase()==="cimode")return!0;var o=function(u,c){var f=t.services.backendConnector.state["".concat(u,"|").concat(c)];return f===-1||f===2};return r.bindI18n&&r.bindI18n.indexOf("languageChanging")>-1&&t.services.backendConnector.backend&&t.isLanguageChangingTo&&!o(t.isLanguageChangingTo,e)?!1:!!(t.hasResourceBundle(n,e)||!t.services.backendConnector.backend||t.options.resources&&!t.options.partialBundledLanguages||o(n,e)&&(!i||o(a,e)))}function oh(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(!t.languages||!t.languages.length)return _n("i18n.languages were undefined or empty",t.languages),!0;var n=t.options.ignoreJSONStructure!==void 0;return n?t.hasLoadedNamespace(e,{precheck:function(a,o){if(r.bindI18n&&r.bindI18n.indexOf("languageChanging")>-1&&a.services.backendConnector.backend&&a.isLanguageChangingTo&&!o(a.isLanguageChangingTo,e))return!1}}):ah(e,t,r)}function sh(e,t){var r=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,c=!1;try{if(a=(r=r.call(e)).next,t===0){if(Object(r)!==r)return;u=!1}else for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(f){c=!0,i=f}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(c)throw i}}return s}}function uh(e,t){return za(e)||sh(e,t)||Qa(e,t)||qa()}function Ra(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function cn(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Ra(Object(r),!0).forEach(function(n){je(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Ra(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var lh=function(t,r){var n=S.useRef();return S.useEffect(function(){n.current=r?n.current:t},[t,r]),n.current};function ei(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.i18n,n=S.useContext(Jp)||{},i=n.i18n,a=n.defaultNS,o=r||i||rh();if(o&&!o.reportNamespaces&&(o.reportNamespaces=new eh),!o){_n("You will need to pass in an i18next instance by using initReactI18next");var s=function(D){return Array.isArray(D)?D[D.length-1]:D},u=[s,{},!1];return u.t=s,u.i18n={},u.ready=!1,u}o.options.react&&o.options.react.wait!==void 0&&_n("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");var c=cn(cn(cn({},Xp()),o.options.react),t),f=c.useSuspense,l=c.keyPrefix,d=e||a||o.options&&o.options.defaultNS;d=typeof d=="string"?[d]:d||["translation"],o.reportNamespaces.addUsedNamespaces&&o.reportNamespaces.addUsedNamespaces(d);var g=(o.isInitialized||o.initializedStoreOnce)&&d.every(function(R){return oh(R,o,c)});function p(){return o.getFixedT(null,c.nsMode==="fallback"?d:d[0],l)}var y=S.useState(p),v=uh(y,2),b=v[0],m=v[1],P=d.join(),C=lh(P),w=S.useRef(!0);S.useEffect(function(){var R=c.bindI18n,D=c.bindI18nStore;w.current=!0,!g&&!f&&Fa(o,d,function(){w.current&&m(p)}),g&&C&&C!==P&&w.current&&m(p);function k(){w.current&&m(p)}return R&&o&&o.on(R,k),D&&o&&o.store.on(D,k),function(){w.current=!1,R&&o&&R.split(" ").forEach(function(q){return o.off(q,k)}),D&&o&&D.split(" ").forEach(function(q){return o.store.off(q,k)})}},[o,P]);var A=S.useRef(!0);S.useEffect(function(){w.current&&!A.current&&m(p),A.current=!1},[o,l]);var L=[b,o,g];if(L.t=b,L.i18n=o,L.ready=g,g||!g&&!f)return L;throw new Promise(function(R){Fa(o,d,function(){R()})})}var Ss=[],ch=Ss.forEach,fh=Ss.slice;function dh(e){return ch.call(fh.call(arguments,1),function(t){if(t)for(var r in t)e[r]===void 0&&(e[r]=t[r])}),e}var $a=/^[\u0009\u0020-\u007e\u0080-\u00ff]+$/,gh=function(t,r,n){var i=n||{};i.path=i.path||"/";var a=encodeURIComponent(r),o="".concat(t,"=").concat(a);if(i.maxAge>0){var s=i.maxAge-0;if(Number.isNaN(s))throw new Error("maxAge should be a Number");o+="; Max-Age=".concat(Math.floor(s))}if(i.domain){if(!$a.test(i.domain))throw new TypeError("option domain is invalid");o+="; Domain=".concat(i.domain)}if(i.path){if(!$a.test(i.path))throw new TypeError("option path is invalid");o+="; Path=".concat(i.path)}if(i.expires){if(typeof i.expires.toUTCString!="function")throw new TypeError("option expires is invalid");o+="; Expires=".concat(i.expires.toUTCString())}if(i.httpOnly&&(o+="; HttpOnly"),i.secure&&(o+="; Secure"),i.sameSite){var u=typeof i.sameSite=="string"?i.sameSite.toLowerCase():i.sameSite;switch(u){case!0:o+="; SameSite=Strict";break;case"lax":o+="; SameSite=Lax";break;case"strict":o+="; SameSite=Strict";break;case"none":o+="; SameSite=None";break;default:throw new TypeError("option sameSite is invalid")}}return o},Da={create:function(t,r,n,i){var a=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{path:"/",sameSite:"strict"};n&&(a.expires=new Date,a.expires.setTime(a.expires.getTime()+n*60*1e3)),i&&(a.domain=i),document.cookie=gh(t,encodeURIComponent(r),a)},read:function(t){for(var r="".concat(t,"="),n=document.cookie.split(";"),i=0;i<n.length;i++){for(var a=n[i];a.charAt(0)===" ";)a=a.substring(1,a.length);if(a.indexOf(r)===0)return a.substring(r.length,a.length)}return null},remove:function(t){this.create(t,"",-1)}},ph={name:"cookie",lookup:function(t){var r;if(t.lookupCookie&&typeof document!="undefined"){var n=Da.read(t.lookupCookie);n&&(r=n)}return r},cacheUserLanguage:function(t,r){r.lookupCookie&&typeof document!="undefined"&&Da.create(r.lookupCookie,t,r.cookieMinutes,r.cookieDomain,r.cookieOptions)}},hh={name:"querystring",lookup:function(t){var r;if(typeof window!="undefined"){var n=window.location.search;!window.location.search&&window.location.hash&&window.location.hash.indexOf("?")>-1&&(n=window.location.hash.substring(window.location.hash.indexOf("?")));for(var i=n.substring(1),a=i.split("&"),o=0;o<a.length;o++){var s=a[o].indexOf("=");if(s>0){var u=a[o].substring(0,s);u===t.lookupQuerystring&&(r=a[o].substring(s+1))}}}return r}},jt=null,Ma=function(){if(jt!==null)return jt;try{jt=window!=="undefined"&&window.localStorage!==null;var t="i18next.translate.boo";window.localStorage.setItem(t,"foo"),window.localStorage.removeItem(t)}catch{jt=!1}return jt},mh={name:"localStorage",lookup:function(t){var r;if(t.lookupLocalStorage&&Ma()){var n=window.localStorage.getItem(t.lookupLocalStorage);n&&(r=n)}return r},cacheUserLanguage:function(t,r){r.lookupLocalStorage&&Ma()&&window.localStorage.setItem(r.lookupLocalStorage,t)}},Vt=null,ka=function(){if(Vt!==null)return Vt;try{Vt=window!=="undefined"&&window.sessionStorage!==null;var t="i18next.translate.boo";window.sessionStorage.setItem(t,"foo"),window.sessionStorage.removeItem(t)}catch{Vt=!1}return Vt},vh={name:"sessionStorage",lookup:function(t){var r;if(t.lookupSessionStorage&&ka()){var n=window.sessionStorage.getItem(t.lookupSessionStorage);n&&(r=n)}return r},cacheUserLanguage:function(t,r){r.lookupSessionStorage&&ka()&&window.sessionStorage.setItem(r.lookupSessionStorage,t)}},yh={name:"navigator",lookup:function(t){var r=[];if(typeof navigator!="undefined"){if(navigator.languages)for(var n=0;n<navigator.languages.length;n++)r.push(navigator.languages[n]);navigator.userLanguage&&r.push(navigator.userLanguage),navigator.language&&r.push(navigator.language)}return r.length>0?r:void 0}},bh={name:"htmlTag",lookup:function(t){var r,n=t.htmlTag||(typeof document!="undefined"?document.documentElement:null);return n&&typeof n.getAttribute=="function"&&(r=n.getAttribute("lang")),r}},Sh={name:"path",lookup:function(t){var r;if(typeof window!="undefined"){var n=window.location.pathname.match(/\/([a-zA-Z-]*)/g);if(n instanceof Array)if(typeof t.lookupFromPathIndex=="number"){if(typeof n[t.lookupFromPathIndex]!="string")return;r=n[t.lookupFromPathIndex].replace("/","")}else r=n[0].replace("/","")}return r}},Oh={name:"subdomain",lookup:function(t){var r=typeof t.lookupFromSubdomainIndex=="number"?t.lookupFromSubdomainIndex+1:1,n=typeof window!="undefined"&&window.location&&window.location.hostname&&window.location.hostname.match(/^(\w{2,5})\.(([a-z0-9-]{1,63}\.[a-z]{2,6})|localhost)/i);if(!!n)return n[r]}};function wh(){return{order:["querystring","cookie","localStorage","sessionStorage","navigator","htmlTag"],lookupQuerystring:"lng",lookupCookie:"i18next",lookupLocalStorage:"i18nextLng",lookupSessionStorage:"i18nextLng",caches:["localStorage"],excludeCacheFor:["cimode"]}}var Os=function(){function e(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};Pe(this,e),this.type="languageDetector",this.detectors={},this.init(t,r)}return Ae(e,[{key:"init",value:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};this.services=r,this.options=dh(n,this.options||{},wh()),this.options.lookupFromUrlIndex&&(this.options.lookupFromPathIndex=this.options.lookupFromUrlIndex),this.i18nOptions=i,this.addDetector(ph),this.addDetector(hh),this.addDetector(mh),this.addDetector(vh),this.addDetector(yh),this.addDetector(bh),this.addDetector(Sh),this.addDetector(Oh)}},{key:"addDetector",value:function(r){this.detectors[r.name]=r}},{key:"detect",value:function(r){var n=this;r||(r=this.options.order);var i=[];return r.forEach(function(a){if(n.detectors[a]){var o=n.detectors[a].lookup(n.options);o&&typeof o=="string"&&(o=[o]),o&&(i=i.concat(o))}}),this.services.languageUtils.getBestMatchFromCodes?i:i.length>0?i[0]:null}},{key:"cacheUserLanguage",value:function(r,n){var i=this;n||(n=this.options.caches),n&&(this.options.excludeCacheFor&&this.options.excludeCacheFor.indexOf(r)>-1||n.forEach(function(a){i.detectors[a]&&i.detectors[a].cacheUserLanguage(r,i.options)}))}}]),e}();Os.type="languageDetector";const Eh={"OS.ProductConfigurator.Selected.Message.From":"od","OS.ProductConfigurator.Selected.Message.UpTo":"do","OS.ProductConfigurator.Selected.Message.Choose":"Wybierz","OS.ProductConfigurator.Selected.Message.Options":"opcji","OS.ProductConfigurator.Selected.Message.OneOption":"Wybierz 1 opcj\u0119","OS.ProductConfigurator.Quantity.Message.UpTo":"do","OS.ProductConfigurator.Quantity.Message.From":"od","OS.ProductConfigurator.Quantity.Message.Max":"maksymalnie","OS.ProductConfigurator.Quantity.Message.Quantity":"ilo\u015Bci","OS.ProductConfigurator.Quantity.Message.OneOption":"Wybierz maksymalnie jedn\u0105 opcj\u0119","OS.ProductConfigurator.Add":"Dodaj","OS.ProductConfigurator.Back":"Wr\xF3\u0107","OS.ProductConfigurator.ShowMore":"Poka\u017C wi\u0119cej","OS.ProductConfigurator.ShowLess":"Poka\u017C mniej"},xh={"OS.ProductConfigurator.Selected.Message.From":"from","OS.ProductConfigurator.Selected.Message.UpTo":"up to","OS.ProductConfigurator.Selected.Message.Choose":"Choose","OS.ProductConfigurator.Selected.Message.Options":"options","OS.ProductConfigurator.Selected.Message.OneOption":"Choose one option","OS.ProductConfigurator.Quantity.Message.UpTo":"up to","OS.ProductConfigurator.Quantity.Message.From":"from","OS.ProductConfigurator.Quantity.Message.Max":"max","OS.ProductConfigurator.Quantity.Message.Quantity":"quantity","OS.ProductConfigurator.Quantity.Message.OneOption":"Choose maximum one option","OS.ProductConfigurator.Add":"Add","OS.ProductConfigurator.Back":"Back","OS.ProductConfigurator.ShowMore":"Show more","OS.ProductConfigurator.ShowLess":"Show less"},Ph={"OS.ProductConfigurator.Selected.Message.From":"ab","OS.ProductConfigurator.Selected.Message.UpTo":"bis","OS.ProductConfigurator.Selected.Message.Choose":"W\xE4hle","OS.ProductConfigurator.Selected.Message.Options":"Optionen","OS.ProductConfigurator.Selected.Message.OneOption":"W\xE4hle eine Option","OS.ProductConfigurator.Quantity.Message.UpTo":"ab","OS.ProductConfigurator.Quantity.Message.From":"aus","OS.ProductConfigurator.Quantity.Message.Max":"max","OS.ProductConfigurator.Quantity.Message.Quantity":"Menge","OS.ProductConfigurator.Quantity.Message.OneOption":"W\xE4hle bis zu 1 Option aus","OS.ProductConfigurator.Add":"Hinzuf\xFCgen","OS.ProductConfigurator.Back":"Zur\xFCck","OS.ProductConfigurator.ShowMore":"Zeig mehr","OS.ProductConfigurator.ShowLess":"Zeig weniger"},Ah={"OS.ProductConfigurator.Selected.Message.From":"from","OS.ProductConfigurator.Selected.Message.UpTo":"up to","OS.ProductConfigurator.Selected.Message.Choose":"Choose","OS.ProductConfigurator.Selected.Message.Options":"options","OS.ProductConfigurator.Selected.Message.OneOption":"Choose one option","OS.ProductConfigurator.Quantity.Message.UpTo":"up to","OS.ProductConfigurator.Quantity.Message.From":"from","OS.ProductConfigurator.Quantity.Message.Max":"max","OS.ProductConfigurator.Quantity.Message.Quantity":"quantity","OS.ProductConfigurator.Quantity.Message.OneOption":"Choose maximum one option","OS.ProductConfigurator.Add":"Add","OS.ProductConfigurator.Back":"Back","OS.ProductConfigurator.ShowMore":"Show more","OS.ProductConfigurator.ShowLess":"Show less"};de.use(Os).use(nh).init({resources:{pl:{translation:Eh},en:{translation:xh},de:{translation:Ph},cs:{translation:Ah}}});const Ch=(e,t,r,n)=>{let i="",a="";const o=Number(e),s=Number(t);return o>0&&(i+=` ${n("OS.ProductConfigurator.Quantity.Message.From")} ${o}`,o>r&&(a=Ee.NOT_ENOUGHT)),s>0&&(i+=` ${n("OS.ProductConfigurator.Quantity.Message.UpTo")} ${s}`,s<r&&(a=Ee.TOO_MUCH)),o>=0||s>=0&&r<o?(i=`${n("OS.ProductConfigurator.Quantity.Message.Max")}${i}`,i+=` ${n("OS.ProductConfigurator.Quantity.Message.Quantity")}`):o===1&&o===1?i=`${n("OS.ProductConfigurator.Quantity.Message.OneOption")}`:(i="",a=Ee.IGNORE),r>=o&&r<=s&&(a=Ee.OK),{message:i,validationStatus:a}},_h=(e,t,r,n)=>{let i="",a="";const o=parseInt(e||"-1"),s=parseInt(t||"-1");return o>0&&(i+=` ${n("OS.ProductConfigurator.Selected.Message.From")} ${o}`,o>r&&(a=Ee.NOT_ENOUGHT)),s>0&&(i+=` ${n("OS.ProductConfigurator.Selected.Message.UpTo")} ${s}`,s<r&&(a=Ee.TOO_MUCH)),o>=0||s>=0?(i=`${n("OS.ProductConfigurator.Selected.Message.Choose")}${i}`,i+=` ${n("OS.ProductConfigurator.Selected.Message.Options")}`):(i="",a=Ee.IGNORE),o===1&&s===1&&(i=`${n("OS.ProductConfigurator.Selected.Message.OneOption")}`),r>=o&&r<=s&&(a=Ee.OK),{message:i,validationStatus:a}},Th=e=>{const{optionsItem:t,parentSelCtx:r,selected:n,isOnSubmitted:i,actualQtyCnt:a,actualSelCnt:o,children:s}=e,{selCtx:u,details:c={},id:f,attrs:l={}}=t,{qtyMin:d,qtyMax:g,selMin:p,selMax:y}=l,{name:v,description:b}=c.literals||{},{t:m}=ei(),{isExpanded:P,toggleExpanded:C}=Kp(t,r),{validationStatus:w,message:A}=_h(p,y,o,m),{validationStatus:L,message:R}=Ch(d,g,a,m),D=w===Ee.OK,k=L===Ee.OK,q=!D&&i&&!!A,$=!k&&i&&!!R;return U("div",{className:"pt-1 mb-3",id:us(u),children:[U("div",{className:"flex text-xl font-semibold",children:[x("p",{className:"",children:v}),v&&v!==" "&&U(ke,{children:[x("div",{className:"ml-auto",children:x(jr,{price:Wn(n,t)})}),x("svg",{className:`w-8 h-8 ml-2 text-black cursor-pointer ${!P&&"rotate-180"}`,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",onClick:()=>C(u,f,r),children:x("polyline",{points:"18 15 12 9 6 15"})})]})]}),x("p",{className:`${b&&"mb-2"}`,children:b}),!1,x("div",{className:"flex",children:U("div",{children:[x(Pa,{isOk:D,isErr:q,info:A}),x(Pa,{isOk:k,isErr:$,info:R})]})}),x("div",{className:`${P?"block":"hidden"}`,children:s})]})},ws=_.default.createContext(null);function Vr(){const e=S.useContext(ws);if(!e)throw new Error("Missing ComponentsContext");return e}const Nh=e=>{const{optionsItem:t,parentSelCtx:r,nestedLvl:n,parentKind:i,rootProduct:a}=e,{isFilterValidated:o,selected:s,isOnSubmitted:u,selCnt:c,qtyCnt:f,currency:l}=hp(t,n,i,r),{MenuOptionsUI:d}=Vr();if(!o)return null;const g=x(ti,{productItems:t.items,parentProduct:t,rootProduct:a}),p={optionsItem:t,parentSelCtx:r,selected:s,isOnSubmitted:u,actualQtyCnt:f,actualSelCnt:c,currency:l};return d?x(d,{...p,children:g}):x(Th,{...p,children:g})},Lh=e=>{const{product:t,inputId:r,isDisabled:n,registerProps:i,size:a="lg",children:o}=e,{details:{literals:s}={}}=t,{name:u="",description:c=""}=s||{},f=To(t),l=ls(t);return U("div",{className:`flex items-center justify-center p-2 pl-3 my-1 rounded-lg bg-white border-2 border-gray-200 ${n&&"opacity-50"}`,children:[x("input",{type:"checkbox",className:`simple-checkbox checkbox-${a} mr-4`,id:r,disabled:n,value:"1",...i}),l&&x("div",{className:"flex w-20 mr-2 max-h-24",children:x("img",{alt:"Product image",className:"h-auto max-w-full",src:l})}),x("label",{htmlFor:r,className:"flex items-center justify-between w-full",children:U("div",{className:"relative",children:[x("p",{className:"w-full text-lg font-semibold",children:u}),x("p",{className:"text-sm text-gray-600",children:c})]})}),x("div",{className:"ml-auto",children:o}),x("label",{htmlFor:r,children:x(jr,{price:parseFloat(f),addPlusBefore:!0,showIfPriceZero:!0,hiddenIfPriceZero:!0})})]})},Ih=e=>{const{product:t,inputId:r,inputValue:n,registerProps:i,isChecked:a,size:o="lg",children:s}=e,{details:{literals:u}={}}=t,{name:c="",description:f=""}=u||{},l=To(t),d=ls(t);return U("div",{className:"flex items-center justify-between p-2 pl-3 my-1 bg-white border-2 border-gray-200 rounded-xl",children:[x("input",{type:"radio",className:`simple-radio radio-${o} mr-4`,id:r,...i,value:n,checked:a}),d&&x("div",{className:"flex w-20 mr-2 max-h-24",children:x("img",{alt:"Product image",className:"h-auto max-w-full",src:d})}),x("label",{htmlFor:r,className:"flex items-center justify-between w-full",children:U("div",{className:"relative",children:[x("p",{className:"w-full text-lg font-semibold",children:c}),x("p",{className:"text-sm text-gray-600",children:f})]})}),x("div",{className:"ml-auto",children:s}),x("label",{htmlFor:r,children:x(jr,{price:parseFloat(l||"0"),addPlusBefore:!0,showIfPriceZero:!0,hiddenIfPriceZero:!0})})]})};function Es(e){const{value:t=0,add:r,subtract:n,disabledSubtract:i,disabledAdd:a,size:o="md"}=e;return U("div",{className:`counter counter-${o} flex flex-row justify-center items-center p-1 border-[1px] rounded-md border-[rgba(229,231,235,255)] product-quantity`,children:[x("button",{type:"button",className:"quantity-button small",onClick:n,disabled:i,children:U("svg",{className:"w-4 h-4 text-black",width:"24",height:"24",viewBox:"0 0 24 24",strokeWidth:"2",stroke:"currentColor",fill:"none",strokeLinecap:"round",strokeLinejoin:"round",children:[x("path",{stroke:"none",d:"M0 0h24v24H0z"}),x("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]})}),x("span",{className:"font-semibold text-gray-700 product-quantity-value",children:t}),x("button",{className:"quantity-button small",type:"button",onClick:r,disabled:a,children:U("svg",{className:"w-4 h-4 text-green-600 ",width:"24",height:"24",viewBox:"0 0 24 24",strokeWidth:"2",stroke:"currentColor",fill:"none",strokeLinecap:"round",strokeLinejoin:"round",children:[x("path",{stroke:"none",d:"M0 0h24v24H0z"}),x("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),x("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]})})]})}function Fh(e){const{watch:t,setValue:r}=Ve(),n=X(c=>c.setFilter),{id:i,selCtx:a,emit:o={},fltCtx:s}=e,u=t(`selected.${a}.${i}`);return S.useEffect(()=>{u&&s&&!It(o)&&(n(s,o),r(`filter.${s}`,o))},[u]),{}}function Rh(){const e=X(n=>n.getInvalidSelCtxArray),t=X(n=>n.isInputEnabled),r=X(n=>n.isInputCounterIncrementEnabled);return{getInvalidSelCtxArray:e,isInputEnabled:t,isInputCounterIncrementEnabled:r}}const ja=(e,t)=>{Object.keys(e).forEach(r=>{t(`selected.${r}`,e[r])})},Tn=(e,t,r)=>{const n=t(`selected.${e}`);r(`selected.${e}`,Object.keys(n).reduce((i,a)=>(i[a]=!1,i),{}))},$h=(e,t,r,n,i)=>{const{selected:a={}}=i||{};if(n){ja(a,e);const o=s=>{var u;!Array.isArray(s)||It(i==null?void 0:i.selected)||(u=s==null?void 0:s.filter(c=>{var f,l;return!!((l=(f=i.selected)==null?void 0:f[`${c.selCtx}`])!=null&&l[`${c.id}`])}))==null||u.map(c=>{if(c.state&&"selected"in c.state){const{state:{selected:f}}=c;ja(f,e)}Array.isArray(c.items)&&o(c.items)})};o(r)}else{Object.keys(a).forEach(s=>{Tn(s,t,e)});const o=s=>{!Array.isArray(s)||s.map(u=>{const{selCtx:c}=u;t(`selected.${c}`)&&Tn(c,t,e),o(u.items)})};o(r)}};function Dh(e,t){var Y;const{id:r,selCtx:n}=e,{allowMultiple:i,selMin:a,selMax:o}=t;Fh(e);const{isInputEnabled:s,isInputCounterIncrementEnabled:u}=Rh(),c=X(V=>V.refreshForm),f=X(V=>V.currency),{watch:l,getValues:d,setValue:g,register:p}=Ve(),y=l(`selected.${n}.${r}`),{selected:v={}}=d(),b=Number(y||0),m=X(V=>V.filter),P=a==="1"&&o==="1",C=!P,w=ep(i),A=Xn(e,m),L=b>(P?1:0),R=u(e,v)&&(s(e)||b),D=Number(((Y=v==null?void 0:v[n])==null?void 0:Y[r])||0)>0,k=s(e)||b,q=`${P?"radio":"selected"}.${n}.${r}`,$=p(q,{onChange:V=>{H(V)}}),j=()=>{g(`selected.${n}.${r}`,`${b+1}`)},B=()=>{const V=b-1;if(g(`selected.${n}.${r}`,`${V}`),C&&V===0){g(`selected.${n}.${r}`,!1);const te=ae=>{!Array.isArray(ae)||ae.map(re=>{const{selCtx:oe}=re;d(`selected.${oe}`)&&Tn(oe,d,g),te(re.items)})};te(e.items)}},H=V=>{const{target:{checked:te,name:ae,defaultValue:re}}=V;if($h(g,d,e.items,te,e.state),P){console.log("handleOnInputChange radio",ae,re);const oe="selected."+ae.replace("radio.","").split(".")[0];g(oe,{[re]:"1"}),c()}};return{registerProps:$,isRadio:P,isCheckbox:C,isCounter:w,isDecrementEnabled:L,isIncrementEnabled:R,isChecked:D,isCheckboxEnabled:k,handleCounterIncrementQty:j,handleCounterDecrementQty:B,counterValue:b,handleOnInputChange:H,inputId:`${n}.${r}`,radioInputValue:r,currency:f,isFilterValidated:A}}const Mh=e=>{const{product:t,parentAttrs:r,nestedLvl:n,parentProduct:i,rootProduct:a}=e,{registerProps:o,inputId:s,radioInputValue:u,isRadio:c,isCheckbox:f,isCounter:l,isDecrementEnabled:d,isIncrementEnabled:g,isChecked:p,isCheckboxEnabled:y,counterValue:v,handleCounterIncrementQty:b,handleCounterDecrementQty:m,currency:P,isFilterValidated:C}=Dh(t,r),{MenuProductUI:w}=Vr(),A={product:t,nestedLvl:n,registerProps:o,inputId:s,radioInputValue:u,isRadio:c,isCheckbox:f,isCounter:l,isDecrementEnabled:d,isIncrementEnabled:g,isChecked:p,isCheckboxEnabled:y,counterValue:v,handleCounterIncrementQty:b,handleCounterDecrementQty:m,currency:P,parentProduct:i,isFilterValidated:C},L=x(ti,{productItems:t.items,parentProduct:t,nestedLvl:n+1,rootProduct:a});return w?x(w,{...A,children:L}):x(kh,{...A,children:L})},kh=e=>{const{product:t,nestedLvl:r,registerProps:n,inputId:i,radioInputValue:a,isRadio:o,isCheckbox:s,isCounter:u,isDecrementEnabled:c,isIncrementEnabled:f,isChecked:l,isCheckboxEnabled:d,counterValue:g,handleCounterIncrementQty:p,handleCounterDecrementQty:y,children:v}=e,b=x(Es,{value:g,add:p,subtract:y,disabledSubtract:!c,disabledAdd:!f}),m=()=>o?x(Ih,{product:t,inputId:i,inputValue:a,registerProps:n,isChecked:l,children:x(ke,{children:u&&b})}):s?x(Lh,{product:t,inputId:i,registerProps:n,isDisabled:!d,children:x(ke,{children:u&&b})}):null,P=!It(t.items)&&g,C=li.useTransition(P,{from:{opacity:0,transform:"translateY(-10px)"},enter:{opacity:1,transform:"translateY(0)"}});return U("div",{children:[m(),P?C((w,A)=>A&&x(li.animated.div,{className:`border-l-[2px] border-gray-300 ${r>=1&&"ml-4 pl-4"}`,style:w,children:v},r+1)):null]})};function jh(){return{isMenuProductToShow:r=>r.kind===Ct.PRODUCT&&la(r),isMenuOptionsToShow:r=>[Ct.OPTIONS,Ct.CONFIG].includes(r.kind)&&la(r)}}function ti(e){const{productItems:t,nestedLvl:r=1,parentProduct:n,rootProduct:i}=e,{attrs:a={},selCtx:o,kind:s}=n,{isMenuProductToShow:u,isMenuOptionsToShow:c}=jh(),{MenuItemsUI:f}=Vr(),d={productItems:t,parentProduct:n,renderMenuItem:g=>c(g)?x(Nh,{optionsItem:g,parentSelCtx:o,parentKind:s,nestedLvl:r,rootProduct:i}):u(g)?x(Mh,{product:g,parentAttrs:a,parentProduct:n,nestedLvl:r,rootProduct:i}):x(ke,{}),rootProduct:i};return f?x(f,{...d}):x(Vh,{...d})}function Vh(e){const{productItems:t,parentProduct:r,renderMenuItem:n}=e,i=r.kind!==Ct.PRODUCT,a=99,o=3,[s,u]=S.useState(i?o:a),{t:c}=ei(),f=()=>{u(a)},l=()=>{u(o)};return x(ke,{children:t.map((d,g)=>{if(g<s)return U("div",{children:[n(d),s===a&&i&&t.length===g+1&&Va(c("OS.ProductConfigurator.ShowLess"),l,!1)]},`${r.id}--${d.id}--${g}`);if(g===s)return Va(c("OS.ProductConfigurator.ShowMore"),f,!0)})})}const Va=(e,t,r)=>x("div",{className:"flex justify-center w-full",children:U("button",{className:"flex px-2 text-lg font-semibold text-black",onClick:t,children:[e,U("svg",{className:`-mr-2 w-7 h-7 ${!r&&"rotate-180"}`,width:"24",height:"24",viewBox:"0 0 24 24",strokeWidth:"2",stroke:"currentColor",fill:"none",strokeLinecap:"round",strokeLinejoin:"round",children:[x("path",{stroke:"none",d:"M0 0h24v24H0z"})," ",x("polyline",{points:"7 7 12 12 17 7"})," ",x("polyline",{points:"7 13 12 18 17 13"})]})]})},`${e}`),xs=()=>{const{watch:e}=Ve(),t=e("selected"),r=e("filter"),n=X(i=>i.validationMap);return console.log({selected:t,validationMap:n,filter:r}),U("div",{className:"flex flex-col items-center py-4",children:[x("h2",{className:"mb-4 text-2xl font-bold tracking-wide",children:"Selected State"}),Object.keys(t).map(i=>x("div",{children:Object.values(t[i]).filter(a=>a).length>0&&U(ke,{children:[U("p",{className:"text-lg font-semibold",children:[i,":"]}),Object.keys(t[i]).map(a=>x(_.default.Fragment,{children:t[i][a]&&U("p",{children:[a,":",t[i][a].toString()]})},a))]})},i))]})};function Ua(e){const{finalPrice:t,isBackIcon:r=!0,handleGoBack:n,displayPriceFrom:i=!1,productQuantity:a,increaseProductQuantity:o,decreaseProductQuantity:s,handleOnSubmit:u}=e,{t:c}=ei();return U("div",{className:"flex items-center justify-around w-full h-16 px-4",children:[r&&U("button",{className:"inline-flex items-center px-2 py-1 font-bold text-red-600 border-2 border-red-600 border-solid rounded hover:bg-red-200",onClick:n,children:[U("svg",{className:"w-5 h-5 text-red-600",width:"24",height:"24",viewBox:"0 0 24 24",strokeWidth:"2",stroke:"currentColor",fill:"none",strokeLinecap:"round",strokeLinejoin:"round",children:[x("path",{stroke:"none",d:"M0 0h24v24H0z"}),x("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),x("line",{x1:"5",y1:"12",x2:"11",y2:"18"}),x("line",{x1:"5",y1:"12",x2:"11",y2:"6"})]}),x("span",{className:"uppercase",children:`${c("OS.ProductConfigurator.Back")}`})]}),x("div",{className:"px-3",children:x(Es,{value:a,add:o,subtract:s,disabledSubtract:a===1,size:"lg"})}),U("button",{type:"submit",className:"flex items-center justify-center w-2/4 px-2 py-1 font-bold text-white bg-green-600 border-2 border-green-600 border-solid rounded hover:bg-green-800 sm:w-3/5",style:{opacity:`${i?"0.4":"1"}`},disabled:i,onClick:u,children:[U("svg",{className:"w-5 h-5 mr-2 text-white",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[x("circle",{cx:"9",cy:"21",r:"1"})," ",x("circle",{cx:"20",cy:"21",r:"1"}),x("path",{d:"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"})]}),i?x("span",{children:`${c("OS.ProductConfigurator.Selected.Message.From")} ${t}`}):x("span",{className:"uppercase",children:`${c("OS.ProductConfigurator.Add")} ${t}`})]})]})}const lr=640,Ps=e=>{const{isModal:t=!1}=e,[r,n]=S.useState(window.innerWidth),[i,a]=S.useState(window.innerHeight),[o,s]=S.useState(window.innerWidth<=lr),[u,c]=S.useState(window.innerWidth>lr&&!t);function f(){n(window.innerWidth),a(window.innerHeight)}return S.useEffect(()=>(window.addEventListener("resize",f),()=>{window.removeEventListener("resize",f)}),[]),S.useEffect(()=>{c(window.innerWidth>lr&&!t),s(window.innerWidth<=lr)},[r,e,t]),{isSm:u,isMobile:o,width:r,windowHeight:i}};function As(e){var t,r,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(r=As(e[t]))&&(n&&(n+=" "),n+=r);else for(t in e)e[t]&&(n&&(n+=" "),n+=t);return n}function Ut(){for(var e,t,r=0,n="";r<arguments.length;)(e=arguments[r++])&&(t=As(e))&&(n&&(n+=" "),n+=t);return n}var Uh=Object.defineProperty,Bh=(e,t,r)=>t in e?Uh(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,fn=(e,t,r)=>(Bh(e,typeof t!="symbol"?t+"":t,r),r);class Hh{constructor(){fn(this,"current",this.detect()),fn(this,"handoffState","pending"),fn(this,"currentId",0)}set(t){this.current!==t&&(this.handoffState="pending",this.currentId=0,this.current=t)}reset(){this.set(this.detect())}nextId(){return++this.currentId}get isServer(){return this.current==="server"}get isClient(){return this.current==="client"}detect(){return typeof window=="undefined"||typeof document=="undefined"?"server":"client"}handoff(){this.handoffState==="pending"&&(this.handoffState="complete")}get isHandoffComplete(){return this.handoffState==="complete"}}let Ge=new Hh,xe=(e,t)=>{Ge.isServer?S.useEffect(e,t):S.useLayoutEffect(e,t)};function Ye(e){let t=S.useRef(e);return xe(()=>{t.current=e},[e]),t}let ee=function(e){let t=Ye(e);return _.default.useCallback((...r)=>t.current(...r),[t])};function Ur(e){typeof queueMicrotask=="function"?queueMicrotask(e):Promise.resolve().then(e).catch(t=>setTimeout(()=>{throw t}))}function bt(){let e=[],t={addEventListener(r,n,i,a){return r.addEventListener(n,i,a),t.add(()=>r.removeEventListener(n,i,a))},requestAnimationFrame(...r){let n=requestAnimationFrame(...r);return t.add(()=>cancelAnimationFrame(n))},nextFrame(...r){return t.requestAnimationFrame(()=>t.requestAnimationFrame(...r))},setTimeout(...r){let n=setTimeout(...r);return t.add(()=>clearTimeout(n))},microTask(...r){let n={current:!0};return Ur(()=>{n.current&&r[0]()}),t.add(()=>{n.current=!1})},style(r,n,i){let a=r.style.getPropertyValue(n);return Object.assign(r.style,{[n]:i}),this.add(()=>{Object.assign(r.style,{[n]:a})})},group(r){let n=bt();return r(n),this.add(()=>n.dispose())},add(r){return e.push(r),()=>{let n=e.indexOf(r);if(n>=0)for(let i of e.splice(n,1))i()}},dispose(){for(let r of e.splice(0))r()}};return t}function ri(){let[e]=S.useState(bt);return S.useEffect(()=>()=>e.dispose(),[e]),e}function Wh(){let e=typeof document=="undefined";return"useSyncExternalStore"in rt?(t=>t.useSyncExternalStore)(rt)(()=>()=>{},()=>!1,()=>!e):!1}function Ft(){let e=Wh(),[t,r]=rt.useState(Ge.isHandoffComplete);return t&&Ge.isHandoffComplete===!1&&r(!1),rt.useEffect(()=>{t!==!0&&r(!0)},[t]),rt.useEffect(()=>Ge.handoff(),[]),e?!1:t}var Ba;let Rt=(Ba=_.default.useId)!=null?Ba:function(){let e=Ft(),[t,r]=_.default.useState(e?()=>Ge.nextId():null);return xe(()=>{t===null&&r(Ge.nextId())},[t]),t!=null?""+t:void 0};function fe(e,t,...r){if(e in t){let i=t[e];return typeof i=="function"?i(...r):i}let n=new Error(`Tried to handle "${e}" but there is no handler defined. Only defined handlers are: ${Object.keys(t).map(i=>`"${i}"`).join(", ")}.`);throw Error.captureStackTrace&&Error.captureStackTrace(n,fe),n}function Cs(e){return Ge.isServer?null:e instanceof Node?e.ownerDocument:e!=null&&e.hasOwnProperty("current")&&e.current instanceof Node?e.current.ownerDocument:document}let Nn=["[contentEditable=true]","[tabindex]","a[href]","area[href]","button:not([disabled])","iframe","input:not([disabled])","select:not([disabled])","textarea:not([disabled])"].map(e=>`${e}:not([tabindex='-1'])`).join(",");var ct=(e=>(e[e.First=1]="First",e[e.Previous=2]="Previous",e[e.Next=4]="Next",e[e.Last=8]="Last",e[e.WrapAround=16]="WrapAround",e[e.NoScroll=32]="NoScroll",e))(ct||{}),_s=(e=>(e[e.Error=0]="Error",e[e.Overflow=1]="Overflow",e[e.Success=2]="Success",e[e.Underflow=3]="Underflow",e))(_s||{}),Kh=(e=>(e[e.Previous=-1]="Previous",e[e.Next=1]="Next",e))(Kh||{});function Gh(e=document.body){return e==null?[]:Array.from(e.querySelectorAll(Nn)).sort((t,r)=>Math.sign((t.tabIndex||Number.MAX_SAFE_INTEGER)-(r.tabIndex||Number.MAX_SAFE_INTEGER)))}var Ts=(e=>(e[e.Strict=0]="Strict",e[e.Loose=1]="Loose",e))(Ts||{});function Yh(e,t=0){var r;return e===((r=Cs(e))==null?void 0:r.body)?!1:fe(t,{[0](){return e.matches(Nn)},[1](){let n=e;for(;n!==null;){if(n.matches(Nn))return!0;n=n.parentElement}return!1}})}var zh=(e=>(e[e.Keyboard=0]="Keyboard",e[e.Mouse=1]="Mouse",e))(zh||{});typeof window!="undefined"&&typeof document!="undefined"&&(document.addEventListener("keydown",e=>{e.metaKey||e.altKey||e.ctrlKey||(document.documentElement.dataset.headlessuiFocusVisible="")},!0),document.addEventListener("click",e=>{e.detail===1?delete document.documentElement.dataset.headlessuiFocusVisible:e.detail===0&&(document.documentElement.dataset.headlessuiFocusVisible="")},!0));function gt(e){e==null||e.focus({preventScroll:!0})}let Qh=["textarea","input"].join(",");function qh(e){var t,r;return(r=(t=e==null?void 0:e.matches)==null?void 0:t.call(e,Qh))!=null?r:!1}function Jh(e,t=r=>r){return e.slice().sort((r,n)=>{let i=t(r),a=t(n);if(i===null||a===null)return 0;let o=i.compareDocumentPosition(a);return o&Node.DOCUMENT_POSITION_FOLLOWING?-1:o&Node.DOCUMENT_POSITION_PRECEDING?1:0})}function hr(e,t,{sorted:r=!0,relativeTo:n=null,skipElements:i=[]}={}){let a=Array.isArray(e)?e.length>0?e[0].ownerDocument:document:e.ownerDocument,o=Array.isArray(e)?r?Jh(e):e:Gh(e);i.length>0&&o.length>1&&(o=o.filter(g=>!i.includes(g))),n=n!=null?n:a.activeElement;let s=(()=>{if(t&5)return 1;if(t&10)return-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),u=(()=>{if(t&1)return 0;if(t&2)return Math.max(0,o.indexOf(n))-1;if(t&4)return Math.max(0,o.indexOf(n))+1;if(t&8)return o.length-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),c=t&32?{preventScroll:!0}:{},f=0,l=o.length,d;do{if(f>=l||f+l<=0)return 0;let g=u+f;if(t&16)g=(g+l)%l;else{if(g<0)return 3;if(g>=l)return 1}d=o[g],d==null||d.focus(c),f+=s}while(d!==a.activeElement);return t&6&&qh(d)&&d.select(),2}function Ns(){return/iPhone/gi.test(window.navigator.platform)||/Mac/gi.test(window.navigator.platform)&&window.navigator.maxTouchPoints>0}function Zh(){return/Android/gi.test(window.navigator.userAgent)}function Xh(){return Ns()||Zh()}function cr(e,t,r){let n=Ye(t);S.useEffect(()=>{function i(a){n.current(a)}return document.addEventListener(e,i,r),()=>document.removeEventListener(e,i,r)},[e,r])}function Ls(e,t,r){let n=Ye(t);S.useEffect(()=>{function i(a){n.current(a)}return window.addEventListener(e,i,r),()=>window.removeEventListener(e,i,r)},[e,r])}function em(e,t,r=!0){let n=S.useRef(!1);S.useEffect(()=>{requestAnimationFrame(()=>{n.current=r})},[r]);function i(o,s){if(!n.current||o.defaultPrevented)return;let u=s(o);if(u===null||!u.getRootNode().contains(u)||!u.isConnected)return;let c=function f(l){return typeof l=="function"?f(l()):Array.isArray(l)||l instanceof Set?l:[l]}(e);for(let f of c){if(f===null)continue;let l=f instanceof HTMLElement?f:f.current;if(l!=null&&l.contains(u)||o.composed&&o.composedPath().includes(l))return}return!Yh(u,Ts.Loose)&&u.tabIndex!==-1&&o.preventDefault(),t(o,u)}let a=S.useRef(null);cr("pointerdown",o=>{var s,u;n.current&&(a.current=((u=(s=o.composedPath)==null?void 0:s.call(o))==null?void 0:u[0])||o.target)},!0),cr("mousedown",o=>{var s,u;n.current&&(a.current=((u=(s=o.composedPath)==null?void 0:s.call(o))==null?void 0:u[0])||o.target)},!0),cr("click",o=>{Xh()||a.current&&(i(o,()=>a.current),a.current=null)},!0),cr("touchend",o=>i(o,()=>o.target instanceof HTMLElement?o.target:null),!0),Ls("blur",o=>i(o,()=>window.document.activeElement instanceof HTMLIFrameElement?window.document.activeElement:null),!0)}function rr(...e){return S.useMemo(()=>Cs(...e),[...e])}let Is=Symbol();function tm(e,t=!0){return Object.assign(e,{[Is]:t})}function Le(...e){let t=S.useRef(e);S.useEffect(()=>{t.current=e},[e]);let r=ee(n=>{for(let i of t.current)i!=null&&(typeof i=="function"?i(n):i.current=n)});return e.every(n=>n==null||(n==null?void 0:n[Is]))?void 0:r}function ni(e,t){let r=S.useRef([]),n=ee(e);S.useEffect(()=>{let i=[...r.current];for(let[a,o]of t.entries())if(r.current[a]!==o){let s=n(t,i);return r.current=t,s}},[n,...t])}function Ar(...e){return Array.from(new Set(e.flatMap(t=>typeof t=="string"?t.split(" "):[]))).filter(Boolean).join(" ")}var Cr=(e=>(e[e.None=0]="None",e[e.RenderStrategy=1]="RenderStrategy",e[e.Static=2]="Static",e))(Cr||{}),tt=(e=>(e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden",e))(tt||{});function Ce({ourProps:e,theirProps:t,slot:r,defaultTag:n,features:i,visible:a=!0,name:o,mergeRefs:s}){s=s!=null?s:rm;let u=Fs(t,e);if(a)return fr(u,r,n,o,s);let c=i!=null?i:0;if(c&2){let{static:f=!1,...l}=u;if(f)return fr(l,r,n,o,s)}if(c&1){let{unmount:f=!0,...l}=u;return fe(f?0:1,{[0](){return null},[1](){return fr({...l,hidden:!0,style:{display:"none"}},r,n,o,s)}})}return fr(u,r,n,o,s)}function fr(e,t={},r,n,i){let{as:a=r,children:o,refName:s="ref",...u}=dn(e,["unmount","static"]),c=e.ref!==void 0?{[s]:e.ref}:{},f=typeof o=="function"?o(t):o;"className"in u&&u.className&&typeof u.className=="function"&&(u.className=u.className(t));let l={};if(t){let d=!1,g=[];for(let[p,y]of Object.entries(t))typeof y=="boolean"&&(d=!0),y===!0&&g.push(p);d&&(l["data-headlessui-state"]=g.join(" "))}if(a===S.Fragment&&Object.keys(Ha(u)).length>0){if(!S.isValidElement(f)||Array.isArray(f)&&f.length>1)throw new Error(['Passing props on "Fragment"!',"",`The current component <${n} /> is rendering a "Fragment".`,"However we need to passthrough the following props:",Object.keys(u).map(y=>` - ${y}`).join(`
|
|
12
|
-
`),"","You can apply a few solutions:",['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".',"Render a single element as the child so that we can forward the props onto that element."].map(
|
|
10
|
+
*/var Ep=T.default,Pp=Symbol.for("react.element"),xp=Symbol.for("react.fragment"),Cp=Object.prototype.hasOwnProperty,Ap=Ep.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,_p={key:!0,ref:!0,__self:!0,__source:!0};function Os(e,t,r){var n,i={},a=null,o=null;r!==void 0&&(a=""+r),t.key!==void 0&&(a=""+t.key),t.ref!==void 0&&(o=t.ref);for(n in t)Cp.call(t,n)&&!_p.hasOwnProperty(n)&&(i[n]=t[n]);if(e&&e.defaultProps)for(n in t=e.defaultProps,t)i[n]===void 0&&(i[n]=t[n]);return{$$typeof:Pp,type:e,key:a,ref:o,props:i,_owner:Ap.current}}Gr.Fragment=xp;Gr.jsx=Os;Gr.jsxs=Os;Wr.exports=Gr;const C=Wr.exports.jsx,V=Wr.exports.jsxs,Ke=Wr.exports.Fragment;function Na(e){const{isOk:t,isErr:r,info:n}=e;return V("p",{className:`${t?"text-green-600":r&&"text-red-600"} ml-1 flex`,children:[t&&Tp,r&&Np,n]})}const Tp=C("svg",{className:"w-6 h-6 text-green-600",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","data-testid":"form-check-mark",children:C("polyline",{points:"20 6 9 17 4 12"})}),Np=C("svg",{className:"w-6 h-6 text-red-500",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","data-testid":"form-exclamation-mark",children:C("path",{strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"})});var $p={defaultAmount:0,defaultCurrency:"USD",defaultPrecision:2},Ip={globalLocale:"en-US",globalFormat:"$0,0.00",globalRoundingMode:"HALF_EVEN",globalFormatRoundingMode:"HALF_AWAY_FROM_ZERO",globalExchangeRatesApi:{endpoint:void 0,headers:void 0,propertyPath:void 0}};function Jt(e){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Jt=function(t){return typeof t}:Jt=function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Jt(e)}function $a(e){return Lp(e)||Rp(e)||Fp(e)||Mp()}function Lp(e){if(Array.isArray(e))return e}function Rp(e){if(typeof Symbol!="undefined"&&Symbol.iterator in Object(e))return Array.from(e)}function Fp(e,t){if(!!e){if(typeof e=="string")return Ia(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Ia(e,t)}}function Ia(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function Mp(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
11
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var kp={normalizePrecision:function(t){var r=t.reduce(function(n,i){return Math.max(n.getPrecision(),i.getPrecision())});return t.map(function(n){return n.getPrecision()!==r?n.convertPrecision(r):n})},minimum:function(t){var r=$a(t),n=r[0],i=r.slice(1),a=n;return i.forEach(function(o){a=a.lessThan(o)?a:o}),a},maximum:function(t){var r=$a(t),n=r[0],i=r.slice(1),a=n;return i.forEach(function(o){a=a.greaterThan(o)?a:o}),a}};function ws(e){return!isNaN(parseInt(e))&&isFinite(e)}function Dp(e){return ws(e)&&e<=100&&e>=0}function jp(e){return e.length>0&&e.every(function(t){return t>=0})&&e.some(function(t){return t>0})}function La(e){return e%2===0}function Ra(e){return ws(e)&&!Number.isInteger(e)}function Vp(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,t=e.toString();if(t.indexOf("e-")>0)return parseInt(t.split("e-")[1]);var r=t.split(".")[1];return r?r.length:0}function Ut(e){return Math.abs(e)%1===.5}function Up(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return new Promise(function(r,n){var i=Object.assign(new XMLHttpRequest,{onreadystatechange:function(){i.readyState===4&&(i.status>=200&&i.status<400?r(JSON.parse(i.responseText)):n(new Error(i.statusText)))},onerror:function(){n(new Error("Network error"))}});i.open("GET",e,!0),Bp(i,t.headers),i.send()})}function Bp(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};for(var r in t)e.setRequestHeader(r,t[r]);return e}function Yt(e){return typeof e=="undefined"}function Es(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:".",r={};return Object.entries(e).forEach(function(n){if(Jt(n[1])==="object"){var i=Es(n[1]);Object.entries(i).forEach(function(a){r[n[0]+t+a[0]]=a[1]})}else r[n[0]]=n[1]}),r}function Hp(e){return Boolean(e)&&(Jt(e)==="object"||typeof e=="function")&&typeof e.then=="function"}function Ps(){var e=function(n,i){var a=function(u){return Math.pow(10,Vp(u))},o=Math.max(a(n),a(i));return Math.round(n*o)*Math.round(i*o)/(o*o)},t={HALF_ODD:function(n){var i=Math.round(n);return Ut(n)&&La(i)?i-1:i},HALF_EVEN:function(n){var i=Math.round(n);return Ut(n)?La(i)?i:i-1:i},HALF_UP:function(n){return Math.round(n)},HALF_DOWN:function(n){return Ut(n)?Math.floor(n):Math.round(n)},HALF_TOWARDS_ZERO:function(n){return Ut(n)?Math.sign(n)*Math.floor(Math.abs(n)):Math.round(n)},HALF_AWAY_FROM_ZERO:function(n){return Ut(n)?Math.sign(n)*Math.ceil(Math.abs(n)):Math.round(n)},DOWN:function(n){return Math.floor(n)}};return{add:function(n,i){return n+i},subtract:function(n,i){return n-i},multiply:function(n,i){return Ra(n)||Ra(i)?e(n,i):n*i},divide:function(n,i){return n/i},modulo:function(n,i){return n%i},round:function(n){var i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"HALF_EVEN";return t[i](n)}}}var Wp=Ps();function Gp(e){var t=/^(?:(\$|USD)?0(?:(,)0)?(\.)?(0+)?|0(?:(,)0)?(\.)?(0+)?\s?(dollar)?)$/gm.exec(e);return{getMatches:function(){return t!==null?t.slice(1).filter(function(n){return!Yt(n)}):[]},getMinimumFractionDigits:function(){var n=function(a){return a==="."};return Yt(this.getMatches().find(n))?0:this.getMatches()[Wp.add(this.getMatches().findIndex(n),1)].split("").length},getCurrencyDisplay:function(){var n={USD:"code",dollar:"name",$:"symbol"};return n[this.getMatches().find(function(i){return i==="USD"||i==="dollar"||i==="$"})]},getStyle:function(){return Yt(this.getCurrencyDisplay(this.getMatches()))?"decimal":"currency"},getUseGrouping:function(){return!Yt(this.getMatches().find(function(n){return n===","}))}}}function Kp(e){var t=function(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",a=arguments.length>1?arguments[1]:void 0;for(var o in a)i=i.replace("{{".concat(o,"}}"),a[o]);return i},r=function(i,a){return Up(t(e.endpoint,{from:i,to:a}),{headers:e.headers})};return{getExchangeRate:function(i,a){return(Hp(e.endpoint)?e.endpoint:r(i,a)).then(function(o){return Es(o)[t(e.propertyPath,{from:i,to:a})]})}}}function tr(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Error;if(!e)throw new r(t)}function Yp(e){tr(Dp(e),"You must provide a numeric value between 0 and 100.",RangeError)}function zp(e){tr(jp(e),"You must provide a non-empty array of numeric values greater than 0.",TypeError)}function mn(e){tr(Number.isInteger(e),"You must provide an integer.",TypeError)}var ee=Ps(),Qp=function e(t){var r=Object.assign({},{amount:e.defaultAmount,currency:e.defaultCurrency,precision:e.defaultPrecision},t),n=r.amount,i=r.currency,a=r.precision;mn(n),mn(a);var o=e.globalLocale,s=e.globalFormat,u=e.globalRoundingMode,f=e.globalFormatRoundingMode,c=Object.assign({},e.globalExchangeRatesApi),l=function(p){var b=Object.assign({},Object.assign({},{amount:n,currency:i,precision:a},p),Object.assign({},{locale:this.locale},p));return Object.assign(e({amount:b.amount,currency:b.currency,precision:b.precision}),{locale:b.locale})},d=function(p){tr(this.hasSameCurrency(p),"You must provide a Dinero instance with the same currency.",TypeError)};return{getAmount:function(){return n},getCurrency:function(){return i},getLocale:function(){return this.locale||o},setLocale:function(p){return l.call(this,{locale:p})},getPrecision:function(){return a},convertPrecision:function(p){var b=arguments.length>1&&arguments[1]!==void 0?arguments[1]:f;mn(p);var v=this.getPrecision(),y=p>v,h=y?ee.multiply:ee.divide,E=y?[p,v]:[v,p],A=Math.pow(10,ee.subtract.apply(ee,E));return l.call(this,{amount:ee.round(h(this.getAmount(),A),b),precision:p})},add:function(p){d.call(this,p);var b=e.normalizePrecision([this,p]);return l.call(this,{amount:ee.add(b[0].getAmount(),b[1].getAmount()),precision:b[0].getPrecision()})},subtract:function(p){d.call(this,p);var b=e.normalizePrecision([this,p]);return l.call(this,{amount:ee.subtract(b[0].getAmount(),b[1].getAmount()),precision:b[0].getPrecision()})},multiply:function(p){var b=arguments.length>1&&arguments[1]!==void 0?arguments[1]:u;return l.call(this,{amount:ee.round(ee.multiply(this.getAmount(),p),b)})},divide:function(p){var b=arguments.length>1&&arguments[1]!==void 0?arguments[1]:u;return l.call(this,{amount:ee.round(ee.divide(this.getAmount(),p),b)})},percentage:function(p){var b=arguments.length>1&&arguments[1]!==void 0?arguments[1]:u;return Yp(p),this.multiply(ee.divide(p,100),b)},allocate:function(p){var b=this;zp(p);for(var v=p.reduce(function(A,w){return ee.add(A,w)}),y=this.getAmount(),h=p.map(function(A){var w=Math.floor(ee.divide(ee.multiply(b.getAmount(),A),v));return y=ee.subtract(y,w),l.call(b,{amount:w})}),E=0;y>0;)p[E]>0&&(h[E]=h[E].add(l.call(this,{amount:1})),y=ee.subtract(y,1)),E+=1;return h},convert:function(p){var b=this,v=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},y=v.endpoint,h=y===void 0?c.endpoint:y,E=v.propertyPath,A=E===void 0?c.propertyPath||"rates.{{to}}":E,w=v.headers,x=w===void 0?c.headers:w,_=v.roundingMode,I=_===void 0?u:_,F=Object.assign({},{endpoint:h,propertyPath:A,headers:x,roundingMode:I});return Kp(F).getExchangeRate(this.getCurrency(),p).then(function(k){return tr(!Yt(k),'No rate was found for the destination currency "'.concat(p,'".'),TypeError),l.call(b,{amount:ee.round(ee.multiply(b.getAmount(),parseFloat(k)),F.roundingMode),currency:p})})},equalsTo:function(p){return this.hasSameAmount(p)&&this.hasSameCurrency(p)},lessThan:function(p){d.call(this,p);var b=e.normalizePrecision([this,p]);return b[0].getAmount()<b[1].getAmount()},lessThanOrEqual:function(p){d.call(this,p);var b=e.normalizePrecision([this,p]);return b[0].getAmount()<=b[1].getAmount()},greaterThan:function(p){d.call(this,p);var b=e.normalizePrecision([this,p]);return b[0].getAmount()>b[1].getAmount()},greaterThanOrEqual:function(p){d.call(this,p);var b=e.normalizePrecision([this,p]);return b[0].getAmount()>=b[1].getAmount()},isZero:function(){return this.getAmount()===0},isPositive:function(){return this.getAmount()>=0},isNegative:function(){return this.getAmount()<0},hasSubUnits:function(){return ee.modulo(this.getAmount(),Math.pow(10,a))!==0},hasCents:function(){return ee.modulo(this.getAmount(),Math.pow(10,a))!==0},hasSameCurrency:function(p){return this.getCurrency()===p.getCurrency()},hasSameAmount:function(p){var b=e.normalizePrecision([this,p]);return b[0].getAmount()===b[1].getAmount()},toFormat:function(){var p=arguments.length>0&&arguments[0]!==void 0?arguments[0]:s,b=arguments.length>1&&arguments[1]!==void 0?arguments[1]:f,v=Gp(p);return this.toRoundedUnit(v.getMinimumFractionDigits(),b).toLocaleString(this.getLocale(),{currencyDisplay:v.getCurrencyDisplay(),useGrouping:v.getUseGrouping(),minimumFractionDigits:v.getMinimumFractionDigits(),style:v.getStyle(),currency:this.getCurrency()})},toUnit:function(){return ee.divide(this.getAmount(),Math.pow(10,a))},toRoundedUnit:function(p){var b=arguments.length>1&&arguments[1]!==void 0?arguments[1]:f,v=Math.pow(10,p);return ee.divide(ee.round(ee.multiply(this.toUnit(),v),b),v)},toObject:function(){return{amount:n,currency:i,precision:a}},toJSON:function(){return this.toObject()}}},qp=Object.assign(Qp,$p,Ip,kp);const vr=(e,t="PLN")=>{e=e.toString();const r=e.replace(",","."),n=Number(r)*100;return isNaN(n)?"0.00":qp({amount:Math.round(n),currency:t}).toFormat("0,0.00")},Jp=(e,t,r=1)=>{const n=parseFloat(e.toString());let i=!1,a=vr(`${r*n}`);const o=`${vr(`${a}`)}`;return n<parseFloat(t)&&(i=!0,a=`${vr(`${t}`)}`),{displayPriceFrom:i,formattedEndPriceWithPriceMin:a,formattedEndPrice:o}};function Kr(e){const{price:t,addPlusBefore:r=!1,size:n="md",showIfPriceZero:i=!1,minPrice:a="0.00",hiddenIfPriceZero:o=!1}=e,s=parseFloat(a),u=t>s?t:a,f=vr(`${u}`);return!t&&i===!1?null:r?V("span",{style:{visibility:`${!t&&o?"hidden":"visible"}`},className:"",children:["\xA0",`+${f}`]}):t<s?V("span",{className:"",children:["\xA0",`od ${f}`]}):C("span",{className:"",children:f})}function Zp(e,t){const{selCtx:r,id:n}=e,i=oe(s=>s.expanded),a=S.useMemo(()=>Xp(r,n,t,i),[r,n,t,i]),o=oe(s=>s.toggleExpanded);return{isExpanded:a,toggleExpanded:o}}const Xp=(e,t,r,n)=>{const i=n[e+t+r];return i!==void 0?i:!0};var eh=/&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g,th={"&":"&","&":"&","<":"<","<":"<",">":">",">":">","'":"'","'":"'",""":'"',""":'"'," ":" "," ":" ","©":"\xA9","©":"\xA9","®":"\xAE","®":"\xAE","…":"\u2026","…":"\u2026","/":"/","/":"/"},rh=function(t){return th[t]},nh=function(t){return t.replace(eh,rh)};function Fa(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function Ma(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Fa(Object(r),!0).forEach(function(n){Ye(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Fa(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var Rn={bindI18n:"languageChanged",bindI18nStore:"",transEmptyNodeValue:"",transSupportBasicHtmlNodes:!0,transWrapTextNodes:"",transKeepBasicHtmlNodesFor:["br","strong","i","p"],useSuspense:!0,unescape:nh},xs,ih=S.createContext();function ah(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Rn=Ma(Ma({},Rn),e)}function oh(){return Rn}var sh=function(){function e(){Le(this,e),this.usedNamespaces={}}return Re(e,[{key:"addUsedNamespaces",value:function(r){var n=this;r.forEach(function(i){n.usedNamespaces[i]||(n.usedNamespaces[i]=!0)})}},{key:"getUsedNamespaces",value:function(){return Object.keys(this.usedNamespaces)}}]),e}();function uh(e){xs=e}function lh(){return xs}var ch={type:"3rdParty",init:function(t){ah(t.options.react),uh(t)}};function fh(){if(console&&console.warn){for(var e,t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];typeof r[0]=="string"&&(r[0]="react-i18next:: ".concat(r[0])),(e=console).warn.apply(e,r)}}var ka={};function Fn(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];typeof t[0]=="string"&&ka[t[0]]||(typeof t[0]=="string"&&(ka[t[0]]=new Date),fh.apply(void 0,t))}function Da(e,t,r){e.loadNamespaces(t,function(){if(e.isInitialized)r();else{var n=function i(){setTimeout(function(){e.off("initialized",i)},0),r()};e.on("initialized",n)}})}function dh(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},n=t.languages[0],i=t.options?t.options.fallbackLng:!1,a=t.languages[t.languages.length-1];if(n.toLowerCase()==="cimode")return!0;var o=function(u,f){var c=t.services.backendConnector.state["".concat(u,"|").concat(f)];return c===-1||c===2};return r.bindI18n&&r.bindI18n.indexOf("languageChanging")>-1&&t.services.backendConnector.backend&&t.isLanguageChangingTo&&!o(t.isLanguageChangingTo,e)?!1:!!(t.hasResourceBundle(n,e)||!t.services.backendConnector.backend||t.options.resources&&!t.options.partialBundledLanguages||o(n,e)&&(!i||o(a,e)))}function gh(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(!t.languages||!t.languages.length)return Fn("i18n.languages were undefined or empty",t.languages),!0;var n=t.options.ignoreJSONStructure!==void 0;return n?t.hasLoadedNamespace(e,{precheck:function(a,o){if(r.bindI18n&&r.bindI18n.indexOf("languageChanging")>-1&&a.services.backendConnector.backend&&a.isLanguageChangingTo&&!o(a.isLanguageChangingTo,e))return!1}}):dh(e,t,r)}function ph(e,t){var r=e==null?null:typeof Symbol!="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n,i,a,o,s=[],u=!0,f=!1;try{if(a=(r=r.call(e)).next,t===0){if(Object(r)!==r)return;u=!1}else for(;!(u=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);u=!0);}catch(c){f=!0,i=c}finally{try{if(!u&&r.return!=null&&(o=r.return(),Object(o)!==o))return}finally{if(f)throw i}}return s}}function hh(e,t){return Xa(e)||ph(e,t)||eo(e,t)||to()}function ja(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),r.push.apply(r,n)}return r}function vn(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?ja(Object(r),!0).forEach(function(n){Ye(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ja(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var mh=function(t,r){var n=S.useRef();return S.useEffect(function(){n.current=r?n.current:t},[t,r]),n.current};function oi(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.i18n,n=S.useContext(ih)||{},i=n.i18n,a=n.defaultNS,o=r||i||lh();if(o&&!o.reportNamespaces&&(o.reportNamespaces=new sh),!o){Fn("You will need to pass in an i18next instance by using initReactI18next");var s=function(F){return Array.isArray(F)?F[F.length-1]:F},u=[s,{},!1];return u.t=s,u.i18n={},u.ready=!1,u}o.options.react&&o.options.react.wait!==void 0&&Fn("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");var f=vn(vn(vn({},oh()),o.options.react),t),c=f.useSuspense,l=f.keyPrefix,d=e||a||o.options&&o.options.defaultNS;d=typeof d=="string"?[d]:d||["translation"],o.reportNamespaces.addUsedNamespaces&&o.reportNamespaces.addUsedNamespaces(d);var g=(o.isInitialized||o.initializedStoreOnce)&&d.every(function(I){return gh(I,o,f)});function p(){return o.getFixedT(null,f.nsMode==="fallback"?d:d[0],l)}var b=S.useState(p),v=hh(b,2),y=v[0],h=v[1],E=d.join(),A=mh(E),w=S.useRef(!0);S.useEffect(function(){var I=f.bindI18n,F=f.bindI18nStore;w.current=!0,!g&&!c&&Da(o,d,function(){w.current&&h(p)}),g&&A&&A!==E&&w.current&&h(p);function k(){w.current&&h(p)}return I&&o&&o.on(I,k),F&&o&&o.store.on(F,k),function(){w.current=!1,I&&o&&I.split(" ").forEach(function(B){return o.off(B,k)}),F&&o&&F.split(" ").forEach(function(B){return o.store.off(B,k)})}},[o,E]);var x=S.useRef(!0);S.useEffect(function(){w.current&&!x.current&&h(p),x.current=!1},[o,l]);var _=[y,o,g];if(_.t=y,_.i18n=o,_.ready=g,g||!g&&!c)return _;throw new Promise(function(I){Da(o,d,function(){I()})})}var Cs=[],vh=Cs.forEach,yh=Cs.slice;function bh(e){return vh.call(yh.call(arguments,1),function(t){if(t)for(var r in t)e[r]===void 0&&(e[r]=t[r])}),e}var Va=/^[\u0009\u0020-\u007e\u0080-\u00ff]+$/,Sh=function(t,r,n){var i=n||{};i.path=i.path||"/";var a=encodeURIComponent(r),o="".concat(t,"=").concat(a);if(i.maxAge>0){var s=i.maxAge-0;if(Number.isNaN(s))throw new Error("maxAge should be a Number");o+="; Max-Age=".concat(Math.floor(s))}if(i.domain){if(!Va.test(i.domain))throw new TypeError("option domain is invalid");o+="; Domain=".concat(i.domain)}if(i.path){if(!Va.test(i.path))throw new TypeError("option path is invalid");o+="; Path=".concat(i.path)}if(i.expires){if(typeof i.expires.toUTCString!="function")throw new TypeError("option expires is invalid");o+="; Expires=".concat(i.expires.toUTCString())}if(i.httpOnly&&(o+="; HttpOnly"),i.secure&&(o+="; Secure"),i.sameSite){var u=typeof i.sameSite=="string"?i.sameSite.toLowerCase():i.sameSite;switch(u){case!0:o+="; SameSite=Strict";break;case"lax":o+="; SameSite=Lax";break;case"strict":o+="; SameSite=Strict";break;case"none":o+="; SameSite=None";break;default:throw new TypeError("option sameSite is invalid")}}return o},Ua={create:function(t,r,n,i){var a=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{path:"/",sameSite:"strict"};n&&(a.expires=new Date,a.expires.setTime(a.expires.getTime()+n*60*1e3)),i&&(a.domain=i),document.cookie=Sh(t,encodeURIComponent(r),a)},read:function(t){for(var r="".concat(t,"="),n=document.cookie.split(";"),i=0;i<n.length;i++){for(var a=n[i];a.charAt(0)===" ";)a=a.substring(1,a.length);if(a.indexOf(r)===0)return a.substring(r.length,a.length)}return null},remove:function(t){this.create(t,"",-1)}},Oh={name:"cookie",lookup:function(t){var r;if(t.lookupCookie&&typeof document!="undefined"){var n=Ua.read(t.lookupCookie);n&&(r=n)}return r},cacheUserLanguage:function(t,r){r.lookupCookie&&typeof document!="undefined"&&Ua.create(r.lookupCookie,t,r.cookieMinutes,r.cookieDomain,r.cookieOptions)}},wh={name:"querystring",lookup:function(t){var r;if(typeof window!="undefined"){var n=window.location.search;!window.location.search&&window.location.hash&&window.location.hash.indexOf("?")>-1&&(n=window.location.hash.substring(window.location.hash.indexOf("?")));for(var i=n.substring(1),a=i.split("&"),o=0;o<a.length;o++){var s=a[o].indexOf("=");if(s>0){var u=a[o].substring(0,s);u===t.lookupQuerystring&&(r=a[o].substring(s+1))}}}return r}},Bt=null,Ba=function(){if(Bt!==null)return Bt;try{Bt=window!=="undefined"&&window.localStorage!==null;var t="i18next.translate.boo";window.localStorage.setItem(t,"foo"),window.localStorage.removeItem(t)}catch{Bt=!1}return Bt},Eh={name:"localStorage",lookup:function(t){var r;if(t.lookupLocalStorage&&Ba()){var n=window.localStorage.getItem(t.lookupLocalStorage);n&&(r=n)}return r},cacheUserLanguage:function(t,r){r.lookupLocalStorage&&Ba()&&window.localStorage.setItem(r.lookupLocalStorage,t)}},Ht=null,Ha=function(){if(Ht!==null)return Ht;try{Ht=window!=="undefined"&&window.sessionStorage!==null;var t="i18next.translate.boo";window.sessionStorage.setItem(t,"foo"),window.sessionStorage.removeItem(t)}catch{Ht=!1}return Ht},Ph={name:"sessionStorage",lookup:function(t){var r;if(t.lookupSessionStorage&&Ha()){var n=window.sessionStorage.getItem(t.lookupSessionStorage);n&&(r=n)}return r},cacheUserLanguage:function(t,r){r.lookupSessionStorage&&Ha()&&window.sessionStorage.setItem(r.lookupSessionStorage,t)}},xh={name:"navigator",lookup:function(t){var r=[];if(typeof navigator!="undefined"){if(navigator.languages)for(var n=0;n<navigator.languages.length;n++)r.push(navigator.languages[n]);navigator.userLanguage&&r.push(navigator.userLanguage),navigator.language&&r.push(navigator.language)}return r.length>0?r:void 0}},Ch={name:"htmlTag",lookup:function(t){var r,n=t.htmlTag||(typeof document!="undefined"?document.documentElement:null);return n&&typeof n.getAttribute=="function"&&(r=n.getAttribute("lang")),r}},Ah={name:"path",lookup:function(t){var r;if(typeof window!="undefined"){var n=window.location.pathname.match(/\/([a-zA-Z-]*)/g);if(n instanceof Array)if(typeof t.lookupFromPathIndex=="number"){if(typeof n[t.lookupFromPathIndex]!="string")return;r=n[t.lookupFromPathIndex].replace("/","")}else r=n[0].replace("/","")}return r}},_h={name:"subdomain",lookup:function(t){var r=typeof t.lookupFromSubdomainIndex=="number"?t.lookupFromSubdomainIndex+1:1,n=typeof window!="undefined"&&window.location&&window.location.hostname&&window.location.hostname.match(/^(\w{2,5})\.(([a-z0-9-]{1,63}\.[a-z]{2,6})|localhost)/i);if(!!n)return n[r]}};function Th(){return{order:["querystring","cookie","localStorage","sessionStorage","navigator","htmlTag"],lookupQuerystring:"lng",lookupCookie:"i18next",lookupLocalStorage:"i18nextLng",lookupSessionStorage:"i18nextLng",caches:["localStorage"],excludeCacheFor:["cimode"]}}var As=function(){function e(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};Le(this,e),this.type="languageDetector",this.detectors={},this.init(t,r)}return Re(e,[{key:"init",value:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};this.services=r,this.options=bh(n,this.options||{},Th()),this.options.lookupFromUrlIndex&&(this.options.lookupFromPathIndex=this.options.lookupFromUrlIndex),this.i18nOptions=i,this.addDetector(Oh),this.addDetector(wh),this.addDetector(Eh),this.addDetector(Ph),this.addDetector(xh),this.addDetector(Ch),this.addDetector(Ah),this.addDetector(_h)}},{key:"addDetector",value:function(r){this.detectors[r.name]=r}},{key:"detect",value:function(r){var n=this;r||(r=this.options.order);var i=[];return r.forEach(function(a){if(n.detectors[a]){var o=n.detectors[a].lookup(n.options);o&&typeof o=="string"&&(o=[o]),o&&(i=i.concat(o))}}),this.services.languageUtils.getBestMatchFromCodes?i:i.length>0?i[0]:null}},{key:"cacheUserLanguage",value:function(r,n){var i=this;n||(n=this.options.caches),n&&(this.options.excludeCacheFor&&this.options.excludeCacheFor.indexOf(r)>-1||n.forEach(function(a){i.detectors[a]&&i.detectors[a].cacheUserLanguage(r,i.options)}))}}]),e}();As.type="languageDetector";const Nh={"OS.ProductConfigurator.Selected.Message.From":"od","OS.ProductConfigurator.Selected.Message.UpTo":"do","OS.ProductConfigurator.Selected.Message.Choose":"Wybierz","OS.ProductConfigurator.Selected.Message.Options":"opcji","OS.ProductConfigurator.Selected.Message.OneOption":"Wybierz 1 opcj\u0119","OS.ProductConfigurator.Quantity.Message.UpTo":"do","OS.ProductConfigurator.Quantity.Message.From":"od","OS.ProductConfigurator.Quantity.Message.Max":"maksymalnie","OS.ProductConfigurator.Quantity.Message.Quantity":"ilo\u015Bci","OS.ProductConfigurator.Quantity.Message.OneOption":"Wybierz maksymalnie jedn\u0105 opcj\u0119","OS.ProductConfigurator.Add":"Dodaj","OS.ProductConfigurator.Back":"Wr\xF3\u0107","OS.ProductConfigurator.ShowMore":"Poka\u017C wi\u0119cej","OS.ProductConfigurator.ShowLess":"Poka\u017C mniej"},$h={"OS.ProductConfigurator.Selected.Message.From":"from","OS.ProductConfigurator.Selected.Message.UpTo":"up to","OS.ProductConfigurator.Selected.Message.Choose":"Choose","OS.ProductConfigurator.Selected.Message.Options":"options","OS.ProductConfigurator.Selected.Message.OneOption":"Choose one option","OS.ProductConfigurator.Quantity.Message.UpTo":"up to","OS.ProductConfigurator.Quantity.Message.From":"from","OS.ProductConfigurator.Quantity.Message.Max":"max","OS.ProductConfigurator.Quantity.Message.Quantity":"quantity","OS.ProductConfigurator.Quantity.Message.OneOption":"Choose maximum one option","OS.ProductConfigurator.Add":"Add","OS.ProductConfigurator.Back":"Back","OS.ProductConfigurator.ShowMore":"Show more","OS.ProductConfigurator.ShowLess":"Show less"},Ih={"OS.ProductConfigurator.Selected.Message.From":"ab","OS.ProductConfigurator.Selected.Message.UpTo":"bis","OS.ProductConfigurator.Selected.Message.Choose":"W\xE4hle","OS.ProductConfigurator.Selected.Message.Options":"Optionen","OS.ProductConfigurator.Selected.Message.OneOption":"W\xE4hle eine Option","OS.ProductConfigurator.Quantity.Message.UpTo":"ab","OS.ProductConfigurator.Quantity.Message.From":"aus","OS.ProductConfigurator.Quantity.Message.Max":"max","OS.ProductConfigurator.Quantity.Message.Quantity":"Menge","OS.ProductConfigurator.Quantity.Message.OneOption":"W\xE4hle bis zu 1 Option aus","OS.ProductConfigurator.Add":"Hinzuf\xFCgen","OS.ProductConfigurator.Back":"Zur\xFCck","OS.ProductConfigurator.ShowMore":"Zeig mehr","OS.ProductConfigurator.ShowLess":"Zeig weniger"},Lh={"OS.ProductConfigurator.Selected.Message.From":"from","OS.ProductConfigurator.Selected.Message.UpTo":"up to","OS.ProductConfigurator.Selected.Message.Choose":"Choose","OS.ProductConfigurator.Selected.Message.Options":"options","OS.ProductConfigurator.Selected.Message.OneOption":"Choose one option","OS.ProductConfigurator.Quantity.Message.UpTo":"up to","OS.ProductConfigurator.Quantity.Message.From":"from","OS.ProductConfigurator.Quantity.Message.Max":"max","OS.ProductConfigurator.Quantity.Message.Quantity":"quantity","OS.ProductConfigurator.Quantity.Message.OneOption":"Choose maximum one option","OS.ProductConfigurator.Add":"Add","OS.ProductConfigurator.Back":"Back","OS.ProductConfigurator.ShowMore":"Show more","OS.ProductConfigurator.ShowLess":"Show less"};Se.use(As).use(ch).init({resources:{pl:{translation:Nh},en:{translation:$h},de:{translation:Ih},cs:{translation:Lh}}});const Rh=(e,t,r,n)=>{let i="",a="";const o=Number(e),s=Number(t);return o>0&&(i+=` ${n("OS.ProductConfigurator.Quantity.Message.From")} ${o}`,o>r&&(a=$e.NOT_ENOUGHT)),s>0&&(i+=` ${n("OS.ProductConfigurator.Quantity.Message.UpTo")} ${s}`,s<r&&(a=$e.TOO_MUCH)),o>=0||s>=0&&r<o?(i=`${n("OS.ProductConfigurator.Quantity.Message.Max")}${i}`,i+=` ${n("OS.ProductConfigurator.Quantity.Message.Quantity")}`):o===1&&o===1?i=`${n("OS.ProductConfigurator.Quantity.Message.OneOption")}`:(i="",a=$e.IGNORE),r>=o&&r<=s&&(a=$e.OK),{message:i,validationStatus:a}},Fh=(e,t,r,n)=>{let i="",a="";const o=parseInt(e||"-1"),s=parseInt(t||"-1");return o>0&&(i+=` ${n("OS.ProductConfigurator.Selected.Message.From")} ${o}`,o>r&&(a=$e.NOT_ENOUGHT)),s>0&&(i+=` ${n("OS.ProductConfigurator.Selected.Message.UpTo")} ${s}`,s<r&&(a=$e.TOO_MUCH)),o>=0||s>=0?(i=`${n("OS.ProductConfigurator.Selected.Message.Choose")}${i}`,i+=` ${n("OS.ProductConfigurator.Selected.Message.Options")}`):(i="",a=$e.IGNORE),o===1&&s===1&&(i=`${n("OS.ProductConfigurator.Selected.Message.OneOption")}`),r>=o&&r<=s&&(a=$e.OK),{message:i,validationStatus:a}},Mh=e=>{const{optionsItem:t,parentSelCtx:r,selected:n,isOnSubmitted:i,actualQtyCnt:a,actualSelCnt:o,children:s}=e,{selCtx:u,details:f={},id:c,attrs:l={}}=t,{qtyMin:d,qtyMax:g,selMin:p,selMax:b}=l,{name:v,description:y}=f.literals||{},{t:h}=oi(),{isExpanded:E,toggleExpanded:A}=Zp(t,r),{validationStatus:w,message:x}=Fh(p,b,o,h),{validationStatus:_,message:I}=Rh(d,g,a,h),F=w===$e.OK,k=_===$e.OK,B=!F&&i&&!!x,M=!k&&i&&!!I;return V("div",{className:"pt-1 mb-3",id:ds(u),children:[V("div",{className:"flex text-xl font-semibold",children:[C("p",{className:"",children:v}),v&&v!==" "&&V(Ke,{children:[C("div",{className:"ml-auto",children:C(Kr,{price:Jn(n,t)})}),C("svg",{className:`w-8 h-8 ml-2 text-black cursor-pointer ${!E&&"rotate-180"}`,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",onClick:()=>A(u,c,r),children:C("polyline",{points:"18 15 12 9 6 15"})})]})]}),C("p",{className:`${y&&"mb-2"}`,children:y}),!1,C("div",{className:"flex",children:V("div",{children:[C(Na,{isOk:F,isErr:B,info:x}),C(Na,{isOk:k,isErr:M,info:I})]})}),C("div",{className:`${E?"block":"hidden"}`,children:s})]})},_s=T.default.createContext(null);function Yr(){const e=S.useContext(_s);if(!e)throw new Error("Missing ComponentsContext");return e}const kh=e=>{const{optionsItem:t,parentSelCtx:r,nestedLvl:n,parentKind:i,rootProduct:a}=e,{isFilterValidated:o,selected:s,isOnSubmitted:u,selCnt:f,qtyCnt:c,currency:l}=Ss(t,n,i,r),{MenuOptionsUI:d}=Yr();if(!o)return null;const g=C(si,{productItems:t.items,parentProduct:t,rootProduct:a}),p={optionsItem:t,parentSelCtx:r,selected:s,isOnSubmitted:u,actualQtyCnt:c,actualSelCnt:f,currency:l};return d?C(d,{...p,children:g}):C(Mh,{...p,children:g})},Dh=e=>{const{product:t,inputId:r,isDisabled:n,registerProps:i,size:a="lg",children:o}=e,{details:{literals:s}={}}=t,{name:u="",description:f=""}=s||{},c=Lo(t),l=gs(t);return V("div",{className:`flex items-center justify-center p-2 pl-3 my-1 rounded-lg bg-white border-2 border-gray-200 ${n&&"opacity-50"}`,children:[C("input",{type:"checkbox",className:`simple-checkbox checkbox-${a} mr-4`,id:r,disabled:n,value:"1",...i}),l&&C("div",{className:"flex w-20 mr-2 max-h-24",children:C("img",{alt:"Product image",className:"h-auto max-w-full",src:l})}),C("label",{htmlFor:r,className:"flex items-center justify-between w-full",children:V("div",{className:"relative",children:[C("p",{className:"w-full text-lg font-semibold",children:u}),C("p",{className:"text-sm text-gray-600",children:f})]})}),C("div",{className:"ml-auto",children:o}),C("label",{htmlFor:r,children:C(Kr,{price:parseFloat(c),addPlusBefore:!0,showIfPriceZero:!0,hiddenIfPriceZero:!0})})]})},jh=e=>{const{product:t,inputId:r,inputValue:n,registerProps:i,isChecked:a,size:o="lg",children:s}=e,{details:{literals:u}={}}=t,{name:f="",description:c=""}=u||{},l=Lo(t),d=gs(t);return V("div",{className:"flex items-center justify-between p-2 pl-3 my-1 bg-white border-2 border-gray-200 rounded-xl",children:[C("input",{type:"radio",className:`simple-radio radio-${o} mr-4`,id:r,...i,value:n,checked:a}),d&&C("div",{className:"flex w-20 mr-2 max-h-24",children:C("img",{alt:"Product image",className:"h-auto max-w-full",src:d})}),C("label",{htmlFor:r,className:"flex items-center justify-between w-full",children:V("div",{className:"relative",children:[C("p",{className:"w-full text-lg font-semibold",children:f}),C("p",{className:"text-sm text-gray-600",children:c})]})}),C("div",{className:"ml-auto",children:s}),C("label",{htmlFor:r,children:C(Kr,{price:parseFloat(l||"0"),addPlusBefore:!0,showIfPriceZero:!0,hiddenIfPriceZero:!0})})]})};function Ts(e){const{value:t=0,add:r,subtract:n,disabledSubtract:i,disabledAdd:a,size:o="md"}=e;return V("div",{className:`counter counter-${o} flex flex-row justify-center items-center p-1 border-[1px] rounded-md border-[rgba(229,231,235,255)] product-quantity`,children:[C("button",{type:"button",className:"quantity-button small",onClick:n,disabled:i,children:V("svg",{className:"w-4 h-4 text-black",width:"24",height:"24",viewBox:"0 0 24 24",strokeWidth:"2",stroke:"currentColor",fill:"none",strokeLinecap:"round",strokeLinejoin:"round",children:[C("path",{stroke:"none",d:"M0 0h24v24H0z"}),C("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]})}),C("span",{className:"font-semibold text-gray-700 product-quantity-value",children:t}),C("button",{className:"quantity-button small",type:"button",onClick:r,disabled:a,children:V("svg",{className:"w-4 h-4 text-green-600 ",width:"24",height:"24",viewBox:"0 0 24 24",strokeWidth:"2",stroke:"currentColor",fill:"none",strokeLinecap:"round",strokeLinejoin:"round",children:[C("path",{stroke:"none",d:"M0 0h24v24H0z"}),C("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),C("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]})})]})}function Vh(e,t,r){const{watch:n,setValue:i,getValues:a,unregister:o}=ze(),{id:s,selCtx:u,emit:f={},fltCtx:c}=e,l=n(`selected.${u}.${s}`);return S.useEffect(()=>{var b,v,y;if(!r||r>1)return;const d=`filterWithCnt.${c}`,g=`filterWithCnt.${c}.${u}`,p=`filter.${c}`;if(t&&l&&c)if(De(f)){const h=a(g);(b=Object.keys(h||{}))==null||b.forEach(E=>{o(`${g}.${E}`);const A=Object.keys(a(d)||{});De(A)?o(`${p}.${E}`):A.forEach(w=>{w!==u&&!a(`${d}.${w}.${E}`)&&o(`${p}.${E}`)})});return}else{const h=a(g),E=a(d);(v=Object.keys(f))==null||v.forEach(A=>{var w;(w=Object.keys(h||{}))==null||w.forEach(x=>{f[x]||(o(`${p}.${x}`),o(`${g}.${x}`))}),Object.keys(E||{}).forEach(x=>{x!==u&&A in a(d==null?void 0:d[x])&&o(`${d}.${x}.${A}`)}),i(`${p}.${A}`,f[A]),i(`${g}.${A}`,{cnt:1,value:f[A]})});return}l&&c&&!De(f)&&((y=Object.keys(f))==null||y.forEach(h=>{i(`filter.${c}.${h}`,f[h]);const E=a(`${g}.${h}.cnt`)||0;i(`${g}.${h}`,{cnt:E+1,value:f[h]})}))},[l]),{}}function Uh(){const e=oe(n=>n.getInvalidSelCtxArray),t=oe(n=>n.isInputEnabled),r=oe(n=>n.isInputCounterIncrementEnabled);return{getInvalidSelCtxArray:e,isInputEnabled:t,isInputCounterIncrementEnabled:r}}const Wa=(e,t)=>{Object.keys(e).forEach(r=>{t(`selected.${r}`,e[r])})},Mn=(e,t,r)=>{const n=t(`selected.${e}`);console.log("changedSelCtx",n),r(`selected.${e}`,Object.keys(n).reduce((i,a)=>(i[a]=!1,i),{}))},Bh=(e,t,r,n,i,a)=>{var d,g;const{items:o,state:s,emit:u,fltCtx:f,selCtx:c}=r,{selected:l={}}=s||{};if(console.log("selected/unselected product",r,n),n){Wa(l,e);const p=b=>{var v;!Array.isArray(b)||De(s==null?void 0:s.selected)||(v=b==null?void 0:b.filter(y=>{var h,E;return!!((E=(h=s.selected)==null?void 0:h[`${y.selCtx}`])!=null&&E[`${y.id}`])}))==null||v.map(y=>{if(y.state&&"selected"in y.state){const{state:{selected:h}}=y;Wa(h,e)}Array.isArray(y.items)&&p(y.items)})};p(o)}else{Object.keys(l).forEach(b=>{Mn(b,t,e)});const p=b=>{!Array.isArray(b)||b.map(v=>{const{selCtx:y}=v;t(`selected.${y}`)&&Mn(y,t,e),p(v.items)})};if(p(o),a&&a<2&&!De(u)){(d=Object.keys(u))==null||d.forEach(h=>{const E=`filterWithCnt.${f}.${h}.${u[h]}`,A=t(E)||0;A<2?i(E):e(E,A-1)});const b=`filterWithCnt.${f}`,v=`filterWithCnt.${f}.${c}`,y=`filter.${f}`;(g=Object.keys(u))==null||g.forEach(h=>{var A,w,x;const E=t(`${v}.${h}`)||0;if(E)if(E>1)e(`${v}.${h}`,E-1);else{i(`${v}.${h}`);const _=t(b)||{},I=(A=Object.keys(_))==null?void 0:A.filter(F=>F!==c);if(!I)i(`${y}.${h}`);else{const F=I==null?void 0:I.find(k=>{var B;return!!((B=_==null?void 0:_[`${k}`])!=null&&B[`${h}`])});if(!F)i(`${y}.${h}`);else{const k=(x=(w=_==null?void 0:_[`${F}`])==null?void 0:w[`${h}`])==null?void 0:x.value;e(`${y}.${h}`,k)}}}})}}},yr=(e,t)=>{var r;if(!e.items||De(e.items))return null;for(let n=0;n<((r=e.items)==null?void 0:r.length);n++){const i=e.items[n];if(i.selCtx&&i.selCtx===t&&i.kind===We.PRODUCT)return i;if(i.kind===We.OPTIONS&&i.items&&i.items.length>0){const a=yr(i,t);if(a)return a}}return null};function Hh(e,t,r,n){var ye;const{id:i,selCtx:a,emit:o={},fltCtx:s}=e,{allowMultiple:u,selMin:f,selMax:c}=t,{isInputEnabled:l,isInputCounterIncrementEnabled:d}=Uh(),g=oe(K=>K.refreshForm),p=oe(K=>K.currency),{watch:b,getValues:v,setValue:y,register:h,unregister:E}=ze(),A=b(`selected.${a}.${i}`),{selected:w={}}=v(),x=Number(A||0),_=f==="1"&&c==="1";Vh(e,_,r);const I=!_,F=up(u),k=x>(_?1:0),B=d(e,w)&&(l(e)||x),M=Number(((ye=w==null?void 0:w[a])==null?void 0:ye[i])||0)>0,j=l(e)||x,U=`${_?"radio":"selected"}.${a}.${i}`,W=h(U,{onChange:K=>{he(K)}}),X=()=>{var ie,ae;y(`selected.${a}.${i}`,`${x+1}`);const K=(ae=(ie=Object.keys(w))==null?void 0:ie.map(se=>{var Q;return{key:se,subProductId:(Q=yr(e,se))==null?void 0:Q.id}}))==null?void 0:ae.filter(se=>!!se.subProductId);K==null||K.forEach(se=>{y(`selected.${se.key}.${se.subProductId}`,`${x+1}`)})},G=()=>{var ae,se,Q,xe;const K=x-1;y(`selected.${a}.${i}`,`${K}`);const ie=(se=(ae=Object.keys(w))==null?void 0:ae.map(re=>{var q;return{key:re,subProductId:(q=yr(e,re))==null?void 0:q.id}}))==null?void 0:se.filter(re=>!!re.subProductId);if(ie==null||ie.forEach(re=>{y(`selected.${re.key}.${re.subProductId}`,`${K}`)}),I&&K===0){y(`selected.${a}.${i}`,!1),(Q=Object.keys(o))==null||Q.forEach(q=>{const ue=`filterWithCnt.${s}.${q}.${o[q]}`,ce=v(ue)||0;ce<2?E(ue):y(ue,ce-1)});const re=q=>{!Array.isArray(q)||q.map(ue=>{const{selCtx:ce}=ue;v(`selected.${ce}`)&&Mn(ce,v,y),re(ue.items)})};if(re(e.items),r&&r<2&&!De(o)){const q=`filterWithCnt.${s}`,ue=`filterWithCnt.${s}.${a}`,ce=`filter.${s}`;(xe=Object.keys(o))==null||xe.forEach(ve=>{var me,le,Ce;const H=v(`${ue}.${ve}`)||0;if(H)if(H>1)y(`${ue}.${ve}`,H-1);else{E(`${ue}.${ve}`);const tt=v(q)||{},Mt=(me=Object.keys(tt))==null?void 0:me.filter(kt=>kt!==a);if(!Mt)E(`${ce}.${ve}`);else{const kt=Mt==null?void 0:Mt.find(m=>{var O;return!!((O=tt==null?void 0:tt[`${m}`])!=null&&O[`${ve}`])});if(!kt)E(`${ce}.${ve}`);else{const m=(Ce=(le=tt==null?void 0:tt[`${kt}`])==null?void 0:le[`${ve}`])==null?void 0:Ce.value;y(`${ce}.${ve}`,m)}}}})}}},he=K=>{var Q;const{target:{checked:ie,name:ae,defaultValue:se}}=K;if(Bh(y,v,e,ie,E,r),_){console.log("handleOnInputChange radio",ae,se);const xe=(Q=n==null?void 0:n.items)==null?void 0:Q.filter(q=>q.id!==e.id);for(const q of Object.keys(w||{}))(xe!=null&&xe.some(ce=>!!yr(ce,q))?q:!1)&&y(`selected.${q}`,!1);const re="selected."+ae.replace("radio.","").split(".")[0];y(re,{[se]:"1"}),g()}};return{registerProps:W,isRadio:_,isCheckbox:I,isCounter:F,isDecrementEnabled:k,isIncrementEnabled:B,isChecked:M,isCheckboxEnabled:j,handleCounterIncrementQty:X,handleCounterDecrementQty:G,counterValue:x,handleOnInputChange:he,inputId:`${a}.${i}`,radioInputValue:i,currency:p}}const Wh=e=>{const{product:t,parentAttrs:r,nestedLvl:n,parentProduct:i,rootProduct:a}=e,{registerProps:o,inputId:s,radioInputValue:u,isRadio:f,isCheckbox:c,isCounter:l,isDecrementEnabled:d,isIncrementEnabled:g,isChecked:p,isCheckboxEnabled:b,counterValue:v,handleCounterIncrementQty:y,handleCounterDecrementQty:h,currency:E}=Hh(t,r,n,i),{MenuProductUI:A}=Yr(),w={product:t,nestedLvl:n,registerProps:o,inputId:s,radioInputValue:u,isRadio:f,isCheckbox:c,isCounter:l,isDecrementEnabled:d,isIncrementEnabled:g,isChecked:p,isCheckboxEnabled:b,counterValue:v,handleCounterIncrementQty:y,handleCounterDecrementQty:h,currency:E,parentProduct:i},x=C(si,{productItems:t.items,parentProduct:t,nestedLvl:n+1,rootProduct:a});return A?C(A,{...w,children:x}):C(Gh,{...w,children:x})},Gh=e=>{const{product:t,nestedLvl:r,registerProps:n,inputId:i,radioInputValue:a,isRadio:o,isCheckbox:s,isCounter:u,isDecrementEnabled:f,isIncrementEnabled:c,isChecked:l,isCheckboxEnabled:d,counterValue:g,handleCounterIncrementQty:p,handleCounterDecrementQty:b,children:v}=e,y=C(Ts,{value:g,add:p,subtract:b,disabledSubtract:!f,disabledAdd:!c}),h=()=>o?C(jh,{product:t,inputId:i,inputValue:a,registerProps:n,isChecked:l,children:C(Ke,{children:u&&y})}):s?C(Dh,{product:t,inputId:i,registerProps:n,isDisabled:!d,children:C(Ke,{children:u&&y})}):null,E=!De(t.items)&&g,A=hi.useTransition(E,{from:{opacity:0,transform:"translateY(-10px)"},enter:{opacity:1,transform:"translateY(0)"}});return V("div",{children:[h(),E?A((w,x)=>x&&C(hi.animated.div,{className:`border-l-[2px] border-gray-300 ${r>=1&&"ml-4 pl-4"}`,style:w,children:v},r+1)):null]})};function Kh(){return{isMenuProductToShow:r=>r.kind===We.PRODUCT&&Aa(r),isMenuOptionsToShow:r=>[We.OPTIONS,We.CONFIG].includes(r.kind)&&Aa(r)}}function si(e){const{productItems:t,nestedLvl:r=1,parentProduct:n,rootProduct:i}=e,{attrs:a={},selCtx:o,kind:s}=n,{isMenuProductToShow:u,isMenuOptionsToShow:f}=Kh(),{MenuItemsUI:c}=Yr(),d={productItems:t,parentProduct:n,renderMenuItem:g=>f(g)?C(kh,{optionsItem:g,parentSelCtx:o,parentKind:s,nestedLvl:r,rootProduct:i}):u(g)?C(Wh,{product:g,parentAttrs:a,parentProduct:n,nestedLvl:r,rootProduct:i}):C(Ke,{}),rootProduct:i};return c?C(c,{...d}):C(Yh,{...d})}function Yh(e){const{productItems:t,parentProduct:r,renderMenuItem:n}=e,i=r.kind!==We.PRODUCT,a=99,o=3,[s,u]=S.useState(i?o:a),{t:f}=oi(),c=()=>{u(a)},l=()=>{u(o)};return C(Ke,{children:t.map((d,g)=>{if(g<s)return V("div",{children:[n(d),s===a&&i&&t.length===g+1&&Ga(f("OS.ProductConfigurator.ShowLess"),l,!1)]},`${r.id}--${d.id}--${g}`);if(g===s)return Ga(f("OS.ProductConfigurator.ShowMore"),c,!0)})})}const Ga=(e,t,r)=>C("div",{className:"flex justify-center w-full",children:V("button",{className:"flex px-2 text-lg font-semibold text-black",onClick:t,children:[e,V("svg",{className:`-mr-2 w-7 h-7 ${!r&&"rotate-180"}`,width:"24",height:"24",viewBox:"0 0 24 24",strokeWidth:"2",stroke:"currentColor",fill:"none",strokeLinecap:"round",strokeLinejoin:"round",children:[C("path",{stroke:"none",d:"M0 0h24v24H0z"})," ",C("polyline",{points:"7 7 12 12 17 7"})," ",C("polyline",{points:"7 13 12 18 17 13"})]})]})},`${e}`),Ns=()=>{const{watch:e}=ze(),t=e("selected"),r=e("filter"),n=e("filterWithCnt"),i=oe(a=>a.validationMap);return console.log({selected:t,validationMap:i,filter:r,filterWithCnt:n}),V("div",{className:"flex flex-col items-center py-4",children:[C("h2",{className:"mb-4 text-2xl font-bold tracking-wide",children:"Selected State"}),Object.keys(t).map(a=>C("div",{children:Object.values(t[a]).filter(o=>o).length>0&&V(Ke,{children:[V("p",{className:"text-lg font-semibold",children:[a,":"]}),Object.keys(t[a]).map(o=>C(T.default.Fragment,{children:t[a][o]&&V("p",{children:[o,":",t[a][o].toString()]})},o))]})},a))]})};function Ka(e){const{finalPrice:t,isBackIcon:r=!0,handleGoBack:n,displayPriceFrom:i=!1,productQuantity:a,increaseProductQuantity:o,decreaseProductQuantity:s,handleOnSubmit:u}=e,{t:f}=oi();return V("div",{className:"flex items-center justify-around w-full h-16 px-4",children:[r&&V("button",{className:"inline-flex items-center px-2 py-1 font-bold text-red-600 border-2 border-red-600 border-solid rounded hover:bg-red-200",onClick:n,children:[V("svg",{className:"w-5 h-5 text-red-600",width:"24",height:"24",viewBox:"0 0 24 24",strokeWidth:"2",stroke:"currentColor",fill:"none",strokeLinecap:"round",strokeLinejoin:"round",children:[C("path",{stroke:"none",d:"M0 0h24v24H0z"}),C("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),C("line",{x1:"5",y1:"12",x2:"11",y2:"18"}),C("line",{x1:"5",y1:"12",x2:"11",y2:"6"})]}),C("span",{className:"uppercase",children:`${f("OS.ProductConfigurator.Back")}`})]}),C("div",{className:"px-3",children:C(Ts,{value:a,add:o,subtract:s,disabledSubtract:a===1,size:"lg"})}),V("button",{type:"submit",className:"flex items-center justify-center w-2/4 px-2 py-1 font-bold text-white bg-green-600 border-2 border-green-600 border-solid rounded hover:bg-green-800 sm:w-3/5",style:{opacity:`${i?"0.4":"1"}`},disabled:i,onClick:u,children:[V("svg",{className:"w-5 h-5 mr-2 text-white",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[C("circle",{cx:"9",cy:"21",r:"1"})," ",C("circle",{cx:"20",cy:"21",r:"1"}),C("path",{d:"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"})]}),i?C("span",{children:`${f("OS.ProductConfigurator.Selected.Message.From")} ${t}`}):C("span",{className:"uppercase",children:`${f("OS.ProductConfigurator.Add")} ${t}`})]})]})}const dr=640,$s=e=>{const{isModal:t=!1}=e,[r,n]=S.useState(window.innerWidth),[i,a]=S.useState(window.innerHeight),[o,s]=S.useState(window.innerWidth<=dr),[u,f]=S.useState(window.innerWidth>dr&&!t);function c(){n(window.innerWidth),a(window.innerHeight)}return S.useEffect(()=>(window.addEventListener("resize",c),()=>{window.removeEventListener("resize",c)}),[]),S.useEffect(()=>{f(window.innerWidth>dr&&!t),s(window.innerWidth<=dr)},[r,e,t]),{isSm:u,isMobile:o,width:r,windowHeight:i}};function Is(e){var t,r,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(r=Is(e[t]))&&(n&&(n+=" "),n+=r);else for(t in e)e[t]&&(n&&(n+=" "),n+=t);return n}function Wt(){for(var e,t,r=0,n="";r<arguments.length;)(e=arguments[r++])&&(t=Is(e))&&(n&&(n+=" "),n+=t);return n}var zh=Object.defineProperty,Qh=(e,t,r)=>t in e?zh(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,yn=(e,t,r)=>(Qh(e,typeof t!="symbol"?t+"":t,r),r);class qh{constructor(){yn(this,"current",this.detect()),yn(this,"handoffState","pending"),yn(this,"currentId",0)}set(t){this.current!==t&&(this.handoffState="pending",this.currentId=0,this.current=t)}reset(){this.set(this.detect())}nextId(){return++this.currentId}get isServer(){return this.current==="server"}get isClient(){return this.current==="client"}detect(){return typeof window=="undefined"||typeof document=="undefined"?"server":"client"}handoff(){this.handoffState==="pending"&&(this.handoffState="complete")}get isHandoffComplete(){return this.handoffState==="complete"}}let Ze=new qh,Ie=(e,t)=>{Ze.isServer?S.useEffect(e,t):S.useLayoutEffect(e,t)};function Xe(e){let t=S.useRef(e);return Ie(()=>{t.current=e},[e]),t}let ne=function(e){let t=Xe(e);return T.default.useCallback((...r)=>t.current(...r),[t])};function zr(e){typeof queueMicrotask=="function"?queueMicrotask(e):Promise.resolve().then(e).catch(t=>setTimeout(()=>{throw t}))}function Et(){let e=[],t={addEventListener(r,n,i,a){return r.addEventListener(n,i,a),t.add(()=>r.removeEventListener(n,i,a))},requestAnimationFrame(...r){let n=requestAnimationFrame(...r);return t.add(()=>cancelAnimationFrame(n))},nextFrame(...r){return t.requestAnimationFrame(()=>t.requestAnimationFrame(...r))},setTimeout(...r){let n=setTimeout(...r);return t.add(()=>clearTimeout(n))},microTask(...r){let n={current:!0};return zr(()=>{n.current&&r[0]()}),t.add(()=>{n.current=!1})},style(r,n,i){let a=r.style.getPropertyValue(n);return Object.assign(r.style,{[n]:i}),this.add(()=>{Object.assign(r.style,{[n]:a})})},group(r){let n=Et();return r(n),this.add(()=>n.dispose())},add(r){return e.push(r),()=>{let n=e.indexOf(r);if(n>=0)for(let i of e.splice(n,1))i()}},dispose(){for(let r of e.splice(0))r()}};return t}function ui(){let[e]=S.useState(Et);return S.useEffect(()=>()=>e.dispose(),[e]),e}function Jh(){let e=typeof document=="undefined";return"useSyncExternalStore"in ut?(t=>t.useSyncExternalStore)(ut)(()=>()=>{},()=>!1,()=>!e):!1}function Rt(){let e=Jh(),[t,r]=ut.useState(Ze.isHandoffComplete);return t&&Ze.isHandoffComplete===!1&&r(!1),ut.useEffect(()=>{t!==!0&&r(!0)},[t]),ut.useEffect(()=>Ze.handoff(),[]),e?!1:t}var Ya;let Ft=(Ya=T.default.useId)!=null?Ya:function(){let e=Rt(),[t,r]=T.default.useState(e?()=>Ze.nextId():null);return Ie(()=>{t===null&&r(Ze.nextId())},[t]),t!=null?""+t:void 0};function be(e,t,...r){if(e in t){let i=t[e];return typeof i=="function"?i(...r):i}let n=new Error(`Tried to handle "${e}" but there is no handler defined. Only defined handlers are: ${Object.keys(t).map(i=>`"${i}"`).join(", ")}.`);throw Error.captureStackTrace&&Error.captureStackTrace(n,be),n}function Ls(e){return Ze.isServer?null:e instanceof Node?e.ownerDocument:e!=null&&e.hasOwnProperty("current")&&e.current instanceof Node?e.current.ownerDocument:document}let kn=["[contentEditable=true]","[tabindex]","a[href]","area[href]","button:not([disabled])","iframe","input:not([disabled])","select:not([disabled])","textarea:not([disabled])"].map(e=>`${e}:not([tabindex='-1'])`).join(",");var pt=(e=>(e[e.First=1]="First",e[e.Previous=2]="Previous",e[e.Next=4]="Next",e[e.Last=8]="Last",e[e.WrapAround=16]="WrapAround",e[e.NoScroll=32]="NoScroll",e))(pt||{}),Rs=(e=>(e[e.Error=0]="Error",e[e.Overflow=1]="Overflow",e[e.Success=2]="Success",e[e.Underflow=3]="Underflow",e))(Rs||{}),Zh=(e=>(e[e.Previous=-1]="Previous",e[e.Next=1]="Next",e))(Zh||{});function Xh(e=document.body){return e==null?[]:Array.from(e.querySelectorAll(kn)).sort((t,r)=>Math.sign((t.tabIndex||Number.MAX_SAFE_INTEGER)-(r.tabIndex||Number.MAX_SAFE_INTEGER)))}var Fs=(e=>(e[e.Strict=0]="Strict",e[e.Loose=1]="Loose",e))(Fs||{});function em(e,t=0){var r;return e===((r=Ls(e))==null?void 0:r.body)?!1:be(t,{[0](){return e.matches(kn)},[1](){let n=e;for(;n!==null;){if(n.matches(kn))return!0;n=n.parentElement}return!1}})}var tm=(e=>(e[e.Keyboard=0]="Keyboard",e[e.Mouse=1]="Mouse",e))(tm||{});typeof window!="undefined"&&typeof document!="undefined"&&(document.addEventListener("keydown",e=>{e.metaKey||e.altKey||e.ctrlKey||(document.documentElement.dataset.headlessuiFocusVisible="")},!0),document.addEventListener("click",e=>{e.detail===1?delete document.documentElement.dataset.headlessuiFocusVisible:e.detail===0&&(document.documentElement.dataset.headlessuiFocusVisible="")},!0));function vt(e){e==null||e.focus({preventScroll:!0})}let rm=["textarea","input"].join(",");function nm(e){var t,r;return(r=(t=e==null?void 0:e.matches)==null?void 0:t.call(e,rm))!=null?r:!1}function im(e,t=r=>r){return e.slice().sort((r,n)=>{let i=t(r),a=t(n);if(i===null||a===null)return 0;let o=i.compareDocumentPosition(a);return o&Node.DOCUMENT_POSITION_FOLLOWING?-1:o&Node.DOCUMENT_POSITION_PRECEDING?1:0})}function br(e,t,{sorted:r=!0,relativeTo:n=null,skipElements:i=[]}={}){let a=Array.isArray(e)?e.length>0?e[0].ownerDocument:document:e.ownerDocument,o=Array.isArray(e)?r?im(e):e:Xh(e);i.length>0&&o.length>1&&(o=o.filter(g=>!i.includes(g))),n=n!=null?n:a.activeElement;let s=(()=>{if(t&5)return 1;if(t&10)return-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),u=(()=>{if(t&1)return 0;if(t&2)return Math.max(0,o.indexOf(n))-1;if(t&4)return Math.max(0,o.indexOf(n))+1;if(t&8)return o.length-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),f=t&32?{preventScroll:!0}:{},c=0,l=o.length,d;do{if(c>=l||c+l<=0)return 0;let g=u+c;if(t&16)g=(g+l)%l;else{if(g<0)return 3;if(g>=l)return 1}d=o[g],d==null||d.focus(f),c+=s}while(d!==a.activeElement);return t&6&&nm(d)&&d.select(),2}function Ms(){return/iPhone/gi.test(window.navigator.platform)||/Mac/gi.test(window.navigator.platform)&&window.navigator.maxTouchPoints>0}function am(){return/Android/gi.test(window.navigator.userAgent)}function om(){return Ms()||am()}function gr(e,t,r){let n=Xe(t);S.useEffect(()=>{function i(a){n.current(a)}return document.addEventListener(e,i,r),()=>document.removeEventListener(e,i,r)},[e,r])}function ks(e,t,r){let n=Xe(t);S.useEffect(()=>{function i(a){n.current(a)}return window.addEventListener(e,i,r),()=>window.removeEventListener(e,i,r)},[e,r])}function sm(e,t,r=!0){let n=S.useRef(!1);S.useEffect(()=>{requestAnimationFrame(()=>{n.current=r})},[r]);function i(o,s){if(!n.current||o.defaultPrevented)return;let u=s(o);if(u===null||!u.getRootNode().contains(u)||!u.isConnected)return;let f=function c(l){return typeof l=="function"?c(l()):Array.isArray(l)||l instanceof Set?l:[l]}(e);for(let c of f){if(c===null)continue;let l=c instanceof HTMLElement?c:c.current;if(l!=null&&l.contains(u)||o.composed&&o.composedPath().includes(l))return}return!em(u,Fs.Loose)&&u.tabIndex!==-1&&o.preventDefault(),t(o,u)}let a=S.useRef(null);gr("pointerdown",o=>{var s,u;n.current&&(a.current=((u=(s=o.composedPath)==null?void 0:s.call(o))==null?void 0:u[0])||o.target)},!0),gr("mousedown",o=>{var s,u;n.current&&(a.current=((u=(s=o.composedPath)==null?void 0:s.call(o))==null?void 0:u[0])||o.target)},!0),gr("click",o=>{om()||a.current&&(i(o,()=>a.current),a.current=null)},!0),gr("touchend",o=>i(o,()=>o.target instanceof HTMLElement?o.target:null),!0),ks("blur",o=>i(o,()=>window.document.activeElement instanceof HTMLIFrameElement?window.document.activeElement:null),!0)}function ar(...e){return S.useMemo(()=>Ls(...e),[...e])}let Ds=Symbol();function um(e,t=!0){return Object.assign(e,{[Ds]:t})}function je(...e){let t=S.useRef(e);S.useEffect(()=>{t.current=e},[e]);let r=ne(n=>{for(let i of t.current)i!=null&&(typeof i=="function"?i(n):i.current=n)});return e.every(n=>n==null||(n==null?void 0:n[Ds]))?void 0:r}function li(e,t){let r=S.useRef([]),n=ne(e);S.useEffect(()=>{let i=[...r.current];for(let[a,o]of t.entries())if(r.current[a]!==o){let s=n(t,i);return r.current=t,s}},[n,...t])}function Ir(...e){return Array.from(new Set(e.flatMap(t=>typeof t=="string"?t.split(" "):[]))).filter(Boolean).join(" ")}var Lr=(e=>(e[e.None=0]="None",e[e.RenderStrategy=1]="RenderStrategy",e[e.Static=2]="Static",e))(Lr||{}),st=(e=>(e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden",e))(st||{});function Fe({ourProps:e,theirProps:t,slot:r,defaultTag:n,features:i,visible:a=!0,name:o,mergeRefs:s}){s=s!=null?s:lm;let u=js(t,e);if(a)return pr(u,r,n,o,s);let f=i!=null?i:0;if(f&2){let{static:c=!1,...l}=u;if(c)return pr(l,r,n,o,s)}if(f&1){let{unmount:c=!0,...l}=u;return be(c?0:1,{[0](){return null},[1](){return pr({...l,hidden:!0,style:{display:"none"}},r,n,o,s)}})}return pr(u,r,n,o,s)}function pr(e,t={},r,n,i){let{as:a=r,children:o,refName:s="ref",...u}=bn(e,["unmount","static"]),f=e.ref!==void 0?{[s]:e.ref}:{},c=typeof o=="function"?o(t):o;"className"in u&&u.className&&typeof u.className=="function"&&(u.className=u.className(t));let l={};if(t){let d=!1,g=[];for(let[p,b]of Object.entries(t))typeof b=="boolean"&&(d=!0),b===!0&&g.push(p);d&&(l["data-headlessui-state"]=g.join(" "))}if(a===S.Fragment&&Object.keys(za(u)).length>0){if(!S.isValidElement(c)||Array.isArray(c)&&c.length>1)throw new Error(['Passing props on "Fragment"!',"",`The current component <${n} /> is rendering a "Fragment".`,"However we need to passthrough the following props:",Object.keys(u).map(b=>` - ${b}`).join(`
|
|
12
|
+
`),"","You can apply a few solutions:",['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".',"Render a single element as the child so that we can forward the props onto that element."].map(b=>` - ${b}`).join(`
|
|
13
13
|
`)].join(`
|
|
14
|
-
`));let d=f.props,g=typeof(d==null?void 0:d.className)=="function"?(...y)=>Ar(d==null?void 0:d.className(...y),u.className):Ar(d==null?void 0:d.className,u.className),p=g?{className:g}:{};return S.cloneElement(f,Object.assign({},Fs(f.props,Ha(dn(u,["ref"]))),l,c,{ref:i(f.ref,c.ref)},p))}return S.createElement(a,Object.assign({},dn(u,["ref"]),a!==S.Fragment&&c,a!==S.Fragment&&l),f)}function rm(...e){return e.every(t=>t==null)?void 0:t=>{for(let r of e)r!=null&&(typeof r=="function"?r(t):r.current=t)}}function Fs(...e){if(e.length===0)return{};if(e.length===1)return e[0];let t={},r={};for(let n of e)for(let i in n)i.startsWith("on")&&typeof n[i]=="function"?(r[i]!=null||(r[i]=[]),r[i].push(n[i])):t[i]=n[i];if(t.disabled||t["aria-disabled"])return Object.assign(t,Object.fromEntries(Object.keys(r).map(n=>[n,void 0])));for(let n in r)Object.assign(t,{[n](i,...a){let o=r[n];for(let s of o){if((i instanceof Event||(i==null?void 0:i.nativeEvent)instanceof Event)&&i.defaultPrevented)return;s(i,...a)}}});return t}function Oe(e){var t;return Object.assign(S.forwardRef(e),{displayName:(t=e.displayName)!=null?t:e.name})}function Ha(e){let t=Object.assign({},e);for(let r in t)t[r]===void 0&&delete t[r];return t}function dn(e,t=[]){let r=Object.assign({},e);for(let n of t)n in r&&delete r[n];return r}let nm="div";var _r=(e=>(e[e.None=1]="None",e[e.Focusable=2]="Focusable",e[e.Hidden=4]="Hidden",e))(_r||{});function im(e,t){var r;let{features:n=1,...i}=e,a={ref:t,"aria-hidden":(n&2)===2?!0:(r=i["aria-hidden"])!=null?r:void 0,hidden:(n&4)===4?!0:void 0,style:{position:"fixed",top:1,left:1,width:1,height:0,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0",...(n&4)===4&&(n&2)!==2&&{display:"none"}}};return Ce({ourProps:a,theirProps:i,slot:{},defaultTag:nm,name:"Hidden"})}let Ln=Oe(im),ii=S.createContext(null);ii.displayName="OpenClosedContext";var Se=(e=>(e[e.Open=1]="Open",e[e.Closed=2]="Closed",e[e.Closing=4]="Closing",e[e.Opening=8]="Opening",e))(Se||{});function ai(){return S.useContext(ii)}function am({value:e,children:t}){return _.default.createElement(ii.Provider,{value:e},t)}function om(e){function t(){document.readyState!=="loading"&&(e(),document.removeEventListener("DOMContentLoaded",t))}typeof window!="undefined"&&typeof document!="undefined"&&(document.addEventListener("DOMContentLoaded",t),t())}let Xe=[];om(()=>{function e(t){t.target instanceof HTMLElement&&t.target!==document.body&&Xe[0]!==t.target&&(Xe.unshift(t.target),Xe=Xe.filter(r=>r!=null&&r.isConnected),Xe.splice(10))}window.addEventListener("click",e,{capture:!0}),window.addEventListener("mousedown",e,{capture:!0}),window.addEventListener("focus",e,{capture:!0}),document.body.addEventListener("click",e,{capture:!0}),document.body.addEventListener("mousedown",e,{capture:!0}),document.body.addEventListener("focus",e,{capture:!0})});function sm(e){let t=e.parentElement,r=null;for(;t&&!(t instanceof HTMLFieldSetElement);)t instanceof HTMLLegendElement&&(r=t),t=t.parentElement;let n=(t==null?void 0:t.getAttribute("disabled"))==="";return n&&um(r)?!1:n}function um(e){if(!e)return!1;let t=e.previousElementSibling;for(;t!==null;){if(t instanceof HTMLLegendElement)return!1;t=t.previousElementSibling}return!0}var Rs=(e=>(e.Space=" ",e.Enter="Enter",e.Escape="Escape",e.Backspace="Backspace",e.Delete="Delete",e.ArrowLeft="ArrowLeft",e.ArrowUp="ArrowUp",e.ArrowRight="ArrowRight",e.ArrowDown="ArrowDown",e.Home="Home",e.End="End",e.PageUp="PageUp",e.PageDown="PageDown",e.Tab="Tab",e))(Rs||{});function $s(e,t,r,n){let i=Ye(r);S.useEffect(()=>{e=e!=null?e:window;function a(o){i.current(o)}return e.addEventListener(t,a,n),()=>e.removeEventListener(t,a,n)},[e,t,n])}function nr(){let e=S.useRef(!1);return xe(()=>(e.current=!0,()=>{e.current=!1}),[]),e}function Ds(e){let t=ee(e),r=S.useRef(!1);S.useEffect(()=>(r.current=!1,()=>{r.current=!0,Ur(()=>{r.current&&t()})}),[t])}var Kt=(e=>(e[e.Forwards=0]="Forwards",e[e.Backwards=1]="Backwards",e))(Kt||{});function lm(){let e=S.useRef(0);return Ls("keydown",t=>{t.key==="Tab"&&(e.current=t.shiftKey?1:0)},!0),e}function Ms(e){if(!e)return new Set;if(typeof e=="function")return new Set(e());let t=new Set;for(let r of e.current)r.current instanceof HTMLElement&&t.add(r.current);return t}let cm="div";var ks=(e=>(e[e.None=1]="None",e[e.InitialFocus=2]="InitialFocus",e[e.TabLock=4]="TabLock",e[e.FocusLock=8]="FocusLock",e[e.RestoreFocus=16]="RestoreFocus",e[e.All=30]="All",e))(ks||{});function fm(e,t){let r=S.useRef(null),n=Le(r,t),{initialFocus:i,containers:a,features:o=30,...s}=e;Ft()||(o=1);let u=rr(r);pm({ownerDocument:u},Boolean(o&16));let c=hm({ownerDocument:u,container:r,initialFocus:i},Boolean(o&2));mm({ownerDocument:u,container:r,containers:a,previousActiveElement:c},Boolean(o&8));let f=lm(),l=ee(y=>{let v=r.current;!v||(b=>b())(()=>{fe(f.current,{[Kt.Forwards]:()=>{hr(v,ct.First,{skipElements:[y.relatedTarget]})},[Kt.Backwards]:()=>{hr(v,ct.Last,{skipElements:[y.relatedTarget]})}})})}),d=ri(),g=S.useRef(!1),p={ref:n,onKeyDown(y){y.key=="Tab"&&(g.current=!0,d.requestAnimationFrame(()=>{g.current=!1}))},onBlur(y){let v=Ms(a);r.current instanceof HTMLElement&&v.add(r.current);let b=y.relatedTarget;b instanceof HTMLElement&&b.dataset.headlessuiFocusGuard!=="true"&&(js(v,b)||(g.current?hr(r.current,fe(f.current,{[Kt.Forwards]:()=>ct.Next,[Kt.Backwards]:()=>ct.Previous})|ct.WrapAround,{relativeTo:y.target}):y.target instanceof HTMLElement&>(y.target)))}};return _.default.createElement(_.default.Fragment,null,Boolean(o&4)&&_.default.createElement(Ln,{as:"button",type:"button","data-headlessui-focus-guard":!0,onFocus:l,features:_r.Focusable}),Ce({ourProps:p,theirProps:s,defaultTag:cm,name:"FocusTrap"}),Boolean(o&4)&&_.default.createElement(Ln,{as:"button",type:"button","data-headlessui-focus-guard":!0,onFocus:l,features:_r.Focusable}))}let dm=Oe(fm),Bt=Object.assign(dm,{features:ks});function gm(e=!0){let t=S.useRef(Xe.slice());return ni(([r],[n])=>{n===!0&&r===!1&&Ur(()=>{t.current.splice(0)}),n===!1&&r===!0&&(t.current=Xe.slice())},[e,Xe,t]),ee(()=>{var r;return(r=t.current.find(n=>n!=null&&n.isConnected))!=null?r:null})}function pm({ownerDocument:e},t){let r=gm(t);ni(()=>{t||(e==null?void 0:e.activeElement)===(e==null?void 0:e.body)&>(r())},[t]),Ds(()=>{t&>(r())})}function hm({ownerDocument:e,container:t,initialFocus:r},n){let i=S.useRef(null),a=nr();return ni(()=>{if(!n)return;let o=t.current;o&&Ur(()=>{if(!a.current)return;let s=e==null?void 0:e.activeElement;if(r!=null&&r.current){if((r==null?void 0:r.current)===s){i.current=s;return}}else if(o.contains(s)){i.current=s;return}r!=null&&r.current?gt(r.current):hr(o,ct.First)===_s.Error&&console.warn("There are no focusable elements inside the <FocusTrap />"),i.current=e==null?void 0:e.activeElement})},[n]),i}function mm({ownerDocument:e,container:t,containers:r,previousActiveElement:n},i){let a=nr();$s(e==null?void 0:e.defaultView,"focus",o=>{if(!i||!a.current)return;let s=Ms(r);t.current instanceof HTMLElement&&s.add(t.current);let u=n.current;if(!u)return;let c=o.target;c&&c instanceof HTMLElement?js(s,c)?(n.current=c,gt(c)):(o.preventDefault(),o.stopPropagation(),gt(u)):gt(n.current)},!0)}function js(e,t){for(let r of e)if(r.contains(t))return!0;return!1}let Vs=S.createContext(!1);function vm(){return S.useContext(Vs)}function In(e){return _.default.createElement(Vs.Provider,{value:e.force},e.children)}function ym(e){let t=vm(),r=S.useContext(Us),n=rr(e),[i,a]=S.useState(()=>{if(!t&&r!==null||Ge.isServer)return null;let o=n==null?void 0:n.getElementById("headlessui-portal-root");if(o)return o;if(n===null)return null;let s=n.createElement("div");return s.setAttribute("id","headlessui-portal-root"),n.body.appendChild(s)});return S.useEffect(()=>{i!==null&&(n!=null&&n.body.contains(i)||n==null||n.body.appendChild(i))},[i,n]),S.useEffect(()=>{t||r!==null&&a(r.current)},[r,a,t]),i}let bm=S.Fragment;function Sm(e,t){let r=e,n=S.useRef(null),i=Le(tm(f=>{n.current=f}),t),a=rr(n),o=ym(n),[s]=S.useState(()=>{var f;return Ge.isServer?null:(f=a==null?void 0:a.createElement("div"))!=null?f:null}),u=S.useContext(Fn),c=Ft();return xe(()=>{!o||!s||o.contains(s)||(s.setAttribute("data-headlessui-portal",""),o.appendChild(s))},[o,s]),xe(()=>{if(s&&u)return u.register(s)},[u,s]),Ds(()=>{var f;!o||!s||(s instanceof Node&&o.contains(s)&&o.removeChild(s),o.childNodes.length<=0&&((f=o.parentElement)==null||f.removeChild(o)))}),c?!o||!s?null:Js.createPortal(Ce({ourProps:{ref:i},theirProps:r,defaultTag:bm,name:"Portal"}),s):null}let Om=S.Fragment,Us=S.createContext(null);function wm(e,t){let{target:r,...n}=e,i={ref:Le(t)};return _.default.createElement(Us.Provider,{value:r},Ce({ourProps:i,theirProps:n,defaultTag:Om,name:"Popover.Group"}))}let Fn=S.createContext(null);function Em(){let e=S.useContext(Fn),t=S.useRef([]),r=ee(a=>(t.current.push(a),e&&e.register(a),()=>n(a))),n=ee(a=>{let o=t.current.indexOf(a);o!==-1&&t.current.splice(o,1),e&&e.unregister(a)}),i=S.useMemo(()=>({register:r,unregister:n,portals:t}),[r,n,t]);return[t,S.useMemo(()=>function({children:a}){return _.default.createElement(Fn.Provider,{value:i},a)},[i])]}let xm=Oe(Sm),Pm=Oe(wm),Rn=Object.assign(xm,{Group:Pm});function Am(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}const Cm=typeof Object.is=="function"?Object.is:Am,{useState:_m,useEffect:Tm,useLayoutEffect:Nm,useDebugValue:Lm}=rt;function Im(e,t,r){const n=t(),[{inst:i},a]=_m({inst:{value:n,getSnapshot:t}});return Nm(()=>{i.value=n,i.getSnapshot=t,gn(i)&&a({inst:i})},[e,n,t]),Tm(()=>(gn(i)&&a({inst:i}),e(()=>{gn(i)&&a({inst:i})})),[e]),Lm(n),n}function gn(e){const t=e.getSnapshot,r=e.value;try{const n=t();return!Cm(r,n)}catch{return!0}}function Fm(e,t,r){return t()}const Rm=typeof window!="undefined"&&typeof window.document!="undefined"&&typeof window.document.createElement!="undefined",$m=!Rm,Dm=$m?Fm:Im,Mm="useSyncExternalStore"in rt?(e=>e.useSyncExternalStore)(rt):Dm;function km(e){return Mm(e.subscribe,e.getSnapshot,e.getSnapshot)}function jm(e,t){let r=e(),n=new Set;return{getSnapshot(){return r},subscribe(i){return n.add(i),()=>n.delete(i)},dispatch(i,...a){let o=t[i].call(r,...a);o&&(r=o,n.forEach(s=>s()))}}}function Vm(){let e;return{before({doc:t}){var r;let n=t.documentElement;e=((r=t.defaultView)!=null?r:window).innerWidth-n.clientWidth},after({doc:t,d:r}){let n=t.documentElement,i=n.clientWidth-n.offsetWidth,a=e-i;r.style(n,"paddingRight",`${a}px`)}}}function Um(){return Ns()?{before({doc:e,d:t,meta:r}){function n(i){return r.containers.flatMap(a=>a()).some(a=>a.contains(i))}t.microTask(()=>{var i;if(window.getComputedStyle(e.documentElement).scrollBehavior!=="auto"){let s=bt();s.style(e.documentElement,"scrollBehavior","auto"),t.add(()=>t.microTask(()=>s.dispose()))}let a=(i=window.scrollY)!=null?i:window.pageYOffset,o=null;t.addEventListener(e,"click",s=>{if(s.target instanceof HTMLElement)try{let u=s.target.closest("a");if(!u)return;let{hash:c}=new URL(u.href),f=e.querySelector(c);f&&!n(f)&&(o=f)}catch{}},!0),t.addEventListener(e,"touchstart",s=>{if(s.target instanceof HTMLElement)if(n(s.target)){let u=s.target;for(;u.parentElement&&n(u.parentElement);)u=u.parentElement;t.style(u,"overscrollBehavior","contain")}else t.style(s.target,"touchAction","none")}),t.addEventListener(e,"touchmove",s=>{if(s.target instanceof HTMLElement)if(n(s.target)){let u=s.target;for(;u.parentElement&&u.dataset.headlessuiPortal!==""&&!(u.scrollHeight>u.clientHeight||u.scrollWidth>u.clientWidth);)u=u.parentElement;u.dataset.headlessuiPortal===""&&s.preventDefault()}else s.preventDefault()},{passive:!1}),t.add(()=>{var s;let u=(s=window.scrollY)!=null?s:window.pageYOffset;a!==u&&window.scrollTo(0,a),o&&o.isConnected&&(o.scrollIntoView({block:"nearest"}),o=null)})})}}:{}}function Bm(){return{before({doc:e,d:t}){t.style(e.documentElement,"overflow","hidden")}}}function Hm(e){let t={};for(let r of e)Object.assign(t,r(t));return t}let dt=jm(()=>new Map,{PUSH(e,t){var r;let n=(r=this.get(e))!=null?r:{doc:e,count:0,d:bt(),meta:new Set};return n.count++,n.meta.add(t),this.set(e,n),this},POP(e,t){let r=this.get(e);return r&&(r.count--,r.meta.delete(t)),this},SCROLL_PREVENT({doc:e,d:t,meta:r}){let n={doc:e,d:t,meta:Hm(r)},i=[Um(),Vm(),Bm()];i.forEach(({before:a})=>a==null?void 0:a(n)),i.forEach(({after:a})=>a==null?void 0:a(n))},SCROLL_ALLOW({d:e}){e.dispose()},TEARDOWN({doc:e}){this.delete(e)}});dt.subscribe(()=>{let e=dt.getSnapshot(),t=new Map;for(let[r]of e)t.set(r,r.documentElement.style.overflow);for(let r of e.values()){let n=t.get(r.doc)==="hidden",i=r.count!==0;(i&&!n||!i&&n)&&dt.dispatch(r.count>0?"SCROLL_PREVENT":"SCROLL_ALLOW",r),r.count===0&&dt.dispatch("TEARDOWN",r)}});function Wm(e,t,r){let n=km(dt),i=e?n.get(e):void 0,a=i?i.count>0:!1;return xe(()=>{if(!(!e||!t))return dt.dispatch("PUSH",e,r),()=>dt.dispatch("POP",e,r)},[t,e]),a}let pn=new Map,Ht=new Map;function Wa(e,t=!0){xe(()=>{var r;if(!t)return;let n=typeof e=="function"?e():e.current;if(!n)return;function i(){var o;if(!n)return;let s=(o=Ht.get(n))!=null?o:1;if(s===1?Ht.delete(n):Ht.set(n,s-1),s!==1)return;let u=pn.get(n);u&&(u["aria-hidden"]===null?n.removeAttribute("aria-hidden"):n.setAttribute("aria-hidden",u["aria-hidden"]),n.inert=u.inert,pn.delete(n))}let a=(r=Ht.get(n))!=null?r:0;return Ht.set(n,a+1),a!==0||(pn.set(n,{"aria-hidden":n.getAttribute("aria-hidden"),inert:n.inert}),n.setAttribute("aria-hidden","true"),n.inert=!0),i},[e,t])}function Km({defaultContainers:e=[],portals:t,mainTreeNodeRef:r}={}){var n;let i=S.useRef((n=r==null?void 0:r.current)!=null?n:null),a=rr(i),o=ee(()=>{var s,u,c;let f=[];for(let l of e)l!==null&&(l instanceof HTMLElement?f.push(l):"current"in l&&l.current instanceof HTMLElement&&f.push(l.current));if(t!=null&&t.current)for(let l of t.current)f.push(l);for(let l of(s=a==null?void 0:a.querySelectorAll("html > *, body > *"))!=null?s:[])l!==document.body&&l!==document.head&&l instanceof HTMLElement&&l.id!=="headlessui-portal-root"&&(l.contains(i.current)||l.contains((c=(u=i.current)==null?void 0:u.getRootNode())==null?void 0:c.host)||f.some(d=>l.contains(d))||f.push(l));return f});return{resolveContainers:o,contains:ee(s=>o().some(u=>u.contains(s))),mainTreeNodeRef:i,MainTreeNode:S.useMemo(()=>function(){return r!=null?null:_.default.createElement(Ln,{features:_r.Hidden,ref:i})},[i,r])}}let oi=S.createContext(()=>{});oi.displayName="StackContext";var $n=(e=>(e[e.Add=0]="Add",e[e.Remove=1]="Remove",e))($n||{});function Gm(){return S.useContext(oi)}function Ym({children:e,onUpdate:t,type:r,element:n,enabled:i}){let a=Gm(),o=ee((...s)=>{t==null||t(...s),a(...s)});return xe(()=>{let s=i===void 0||i===!0;return s&&o(0,r,n),()=>{s&&o(1,r,n)}},[o,r,n,i]),_.default.createElement(oi.Provider,{value:o},e)}let Bs=S.createContext(null);function Hs(){let e=S.useContext(Bs);if(e===null){let t=new Error("You used a <Description /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(t,Hs),t}return e}function zm(){let[e,t]=S.useState([]);return[e.length>0?e.join(" "):void 0,S.useMemo(()=>function(r){let n=ee(a=>(t(o=>[...o,a]),()=>t(o=>{let s=o.slice(),u=s.indexOf(a);return u!==-1&&s.splice(u,1),s}))),i=S.useMemo(()=>({register:n,slot:r.slot,name:r.name,props:r.props}),[n,r.slot,r.name,r.props]);return _.default.createElement(Bs.Provider,{value:i},r.children)},[t])]}let Qm="p";function qm(e,t){let r=Rt(),{id:n=`headlessui-description-${r}`,...i}=e,a=Hs(),o=Le(t);xe(()=>a.register(n),[n,a.register]);let s={ref:o,...a.props,id:n};return Ce({ourProps:s,theirProps:i,slot:a.slot||{},defaultTag:Qm,name:a.name||"Description"})}let Jm=Oe(qm),Zm=Object.assign(Jm,{});var Xm=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(Xm||{}),ev=(e=>(e[e.SetTitleId=0]="SetTitleId",e))(ev||{});let tv={[0](e,t){return e.titleId===t.id?e:{...e,titleId:t.id}}},Tr=S.createContext(null);Tr.displayName="DialogContext";function ir(e){let t=S.useContext(Tr);if(t===null){let r=new Error(`<${e} /> is missing a parent <Dialog /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(r,ir),r}return t}function rv(e,t,r=()=>[document.body]){Wm(e,t,n=>{var i;return{containers:[...(i=n.containers)!=null?i:[],r]}})}function nv(e,t){return fe(t.type,tv,e,t)}let iv="div",av=Cr.RenderStrategy|Cr.Static;function ov(e,t){let r=Rt(),{id:n=`headlessui-dialog-${r}`,open:i,onClose:a,initialFocus:o,role:s="dialog",__demoMode:u=!1,...c}=e,[f,l]=S.useState(0),d=S.useRef(!1);s=function(){return s==="dialog"||s==="alertdialog"?s:(d.current||(d.current=!0,console.warn(`Invalid role [${s}] passed to <Dialog />. Only \`dialog\` and and \`alertdialog\` are supported. Using \`dialog\` instead.`)),"dialog")}();let g=ai();i===void 0&&g!==null&&(i=(g&Se.Open)===Se.Open);let p=S.useRef(null),y=Le(p,t),v=rr(p),b=e.hasOwnProperty("open")||g!==null,m=e.hasOwnProperty("onClose");if(!b&&!m)throw new Error("You have to provide an `open` and an `onClose` prop to the `Dialog` component.");if(!b)throw new Error("You provided an `onClose` prop to the `Dialog`, but forgot an `open` prop.");if(!m)throw new Error("You provided an `open` prop to the `Dialog`, but forgot an `onClose` prop.");if(typeof i!="boolean")throw new Error(`You provided an \`open\` prop to the \`Dialog\`, but the value is not a boolean. Received: ${i}`);if(typeof a!="function")throw new Error(`You provided an \`onClose\` prop to the \`Dialog\`, but the value is not a function. Received: ${a}`);let P=i?0:1,[C,w]=S.useReducer(nv,{titleId:null,descriptionId:null,panelRef:S.createRef()}),A=ee(()=>a(!1)),L=ee(W=>w({type:0,id:W})),R=Ft()?u?!1:P===0:!1,D=f>1,k=S.useContext(Tr)!==null,[q,$]=Em(),j={get current(){var W;return(W=C.panelRef.current)!=null?W:p.current}},{resolveContainers:B,mainTreeNodeRef:H,MainTreeNode:Y}=Km({portals:q,defaultContainers:[j]}),V=D?"parent":"leaf",te=g!==null?(g&Se.Closing)===Se.Closing:!1,ae=(()=>k||te?!1:R)(),re=S.useCallback(()=>{var W,ge;return(ge=Array.from((W=v==null?void 0:v.querySelectorAll("body > *"))!=null?W:[]).find(ce=>ce.id==="headlessui-portal-root"?!1:ce.contains(H.current)&&ce instanceof HTMLElement))!=null?ge:null},[H]);Wa(re,ae);let oe=(()=>D?!0:R)(),me=S.useCallback(()=>{var W,ge;return(ge=Array.from((W=v==null?void 0:v.querySelectorAll("[data-headlessui-portal]"))!=null?W:[]).find(ce=>ce.contains(H.current)&&ce instanceof HTMLElement))!=null?ge:null},[H]);Wa(me,oe);let st=(()=>!(!R||D))();em(B,W=>{W.preventDefault(),A()},st);let se=(()=>!(D||P!==0))();$s(v==null?void 0:v.defaultView,"keydown",W=>{se&&(W.defaultPrevented||W.key===Rs.Escape&&(W.preventDefault(),W.stopPropagation(),A()))});let St=(()=>!(te||P!==0||k))();rv(v,St,B),S.useEffect(()=>{if(P!==0||!p.current)return;let W=new ResizeObserver(ge=>{for(let ce of ge){let Ie=ce.target.getBoundingClientRect();Ie.x===0&&Ie.y===0&&Ie.width===0&&Ie.height===0&&A()}});return W.observe(p.current),()=>W.disconnect()},[P,p,A]);let[_e,Be]=zm(),He=S.useMemo(()=>[{dialogState:P,close:A,setTitleId:L},C],[P,C,A,L]),Qe=S.useMemo(()=>({open:P===0}),[P]),ut={ref:y,id:n,role:s,"aria-modal":P===0?!0:void 0,"aria-labelledby":C.titleId,"aria-describedby":_e};return _.default.createElement(Ym,{type:"Dialog",enabled:P===0,element:p,onUpdate:ee((W,ge)=>{ge==="Dialog"&&fe(W,{[$n.Add]:()=>l(ce=>ce+1),[$n.Remove]:()=>l(ce=>ce-1)})})},_.default.createElement(In,{force:!0},_.default.createElement(Rn,null,_.default.createElement(Tr.Provider,{value:He},_.default.createElement(Rn.Group,{target:p},_.default.createElement(In,{force:!1},_.default.createElement(Be,{slot:Qe,name:"Dialog.Description"},_.default.createElement(Bt,{initialFocus:o,containers:B,features:R?fe(V,{parent:Bt.features.RestoreFocus,leaf:Bt.features.All&~Bt.features.FocusLock}):Bt.features.None},_.default.createElement($,null,Ce({ourProps:ut,theirProps:c,slot:Qe,defaultTag:iv,features:av,visible:P===0,name:"Dialog"}))))))))),_.default.createElement(Y,null))}let sv="div";function uv(e,t){let r=Rt(),{id:n=`headlessui-dialog-overlay-${r}`,...i}=e,[{dialogState:a,close:o}]=ir("Dialog.Overlay"),s=Le(t),u=ee(f=>{if(f.target===f.currentTarget){if(sm(f.currentTarget))return f.preventDefault();f.preventDefault(),f.stopPropagation(),o()}}),c=S.useMemo(()=>({open:a===0}),[a]);return Ce({ourProps:{ref:s,id:n,"aria-hidden":!0,onClick:u},theirProps:i,slot:c,defaultTag:sv,name:"Dialog.Overlay"})}let lv="div";function cv(e,t){let r=Rt(),{id:n=`headlessui-dialog-backdrop-${r}`,...i}=e,[{dialogState:a},o]=ir("Dialog.Backdrop"),s=Le(t);S.useEffect(()=>{if(o.panelRef.current===null)throw new Error("A <Dialog.Backdrop /> component is being used, but a <Dialog.Panel /> component is missing.")},[o.panelRef]);let u=S.useMemo(()=>({open:a===0}),[a]);return _.default.createElement(In,{force:!0},_.default.createElement(Rn,null,Ce({ourProps:{ref:s,id:n,"aria-hidden":!0},theirProps:i,slot:u,defaultTag:lv,name:"Dialog.Backdrop"})))}let fv="div";function dv(e,t){let r=Rt(),{id:n=`headlessui-dialog-panel-${r}`,...i}=e,[{dialogState:a},o]=ir("Dialog.Panel"),s=Le(t,o.panelRef),u=S.useMemo(()=>({open:a===0}),[a]),c=ee(f=>{f.stopPropagation()});return Ce({ourProps:{ref:s,id:n,onClick:c},theirProps:i,slot:u,defaultTag:fv,name:"Dialog.Panel"})}let gv="h2";function pv(e,t){let r=Rt(),{id:n=`headlessui-dialog-title-${r}`,...i}=e,[{dialogState:a,setTitleId:o}]=ir("Dialog.Title"),s=Le(t);S.useEffect(()=>(o(n),()=>o(null)),[n,o]);let u=S.useMemo(()=>({open:a===0}),[a]);return Ce({ourProps:{ref:s,id:n},theirProps:i,slot:u,defaultTag:gv,name:"Dialog.Title"})}let hv=Oe(ov),mv=Oe(cv),vv=Oe(dv),yv=Oe(uv),bv=Oe(pv),Ka=Object.assign(hv,{Backdrop:mv,Panel:vv,Overlay:yv,Title:bv,Description:Zm});function Sv(e=0){let[t,r]=S.useState(e),n=nr(),i=S.useCallback(u=>{n.current&&r(c=>c|u)},[t,n]),a=S.useCallback(u=>Boolean(t&u),[t]),o=S.useCallback(u=>{n.current&&r(c=>c&~u)},[r,n]),s=S.useCallback(u=>{n.current&&r(c=>c^u)},[r]);return{flags:t,addFlag:i,hasFlag:a,removeFlag:o,toggleFlag:s}}function Ov(e){let t={called:!1};return(...r)=>{if(!t.called)return t.called=!0,e(...r)}}function hn(e,...t){e&&t.length>0&&e.classList.add(...t)}function mn(e,...t){e&&t.length>0&&e.classList.remove(...t)}function wv(e,t){let r=bt();if(!e)return r.dispose;let{transitionDuration:n,transitionDelay:i}=getComputedStyle(e),[a,o]=[n,i].map(u=>{let[c=0]=u.split(",").filter(Boolean).map(f=>f.includes("ms")?parseFloat(f):parseFloat(f)*1e3).sort((f,l)=>l-f);return c}),s=a+o;if(s!==0){r.group(c=>{c.setTimeout(()=>{t(),c.dispose()},s),c.addEventListener(e,"transitionrun",f=>{f.target===f.currentTarget&&c.dispose()})});let u=r.addEventListener(e,"transitionend",c=>{c.target===c.currentTarget&&(t(),u())})}else t();return r.add(()=>t()),r.dispose}function Ev(e,t,r,n){let i=r?"enter":"leave",a=bt(),o=n!==void 0?Ov(n):()=>{};i==="enter"&&(e.removeAttribute("hidden"),e.style.display="");let s=fe(i,{enter:()=>t.enter,leave:()=>t.leave}),u=fe(i,{enter:()=>t.enterTo,leave:()=>t.leaveTo}),c=fe(i,{enter:()=>t.enterFrom,leave:()=>t.leaveFrom});return mn(e,...t.base,...t.enter,...t.enterTo,...t.enterFrom,...t.leave,...t.leaveFrom,...t.leaveTo,...t.entered),hn(e,...t.base,...s,...c),a.nextFrame(()=>{mn(e,...t.base,...s,...c),hn(e,...t.base,...s,...u),wv(e,()=>(mn(e,...t.base,...s),hn(e,...t.base,...t.entered),o()))}),a.dispose}function xv({immediate:e,container:t,direction:r,classes:n,onStart:i,onStop:a}){let o=nr(),s=ri(),u=Ye(r);xe(()=>{e&&(u.current="enter")},[e]),xe(()=>{let c=bt();s.add(c.dispose);let f=t.current;if(f&&u.current!=="idle"&&o.current)return c.dispose(),i.current(u.current),c.add(Ev(f,n.current,u.current==="enter",()=>{c.dispose(),a.current(u.current)})),c.dispose},[r])}function Ze(e=""){return e.split(/\s+/).filter(t=>t.length>1)}let Br=S.createContext(null);Br.displayName="TransitionContext";var Pv=(e=>(e.Visible="visible",e.Hidden="hidden",e))(Pv||{});function Av(){let e=S.useContext(Br);if(e===null)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}function Cv(){let e=S.useContext(Hr);if(e===null)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}let Hr=S.createContext(null);Hr.displayName="NestingContext";function Wr(e){return"children"in e?Wr(e.children):e.current.filter(({el:t})=>t.current!==null).filter(({state:t})=>t==="visible").length>0}function Ws(e,t){let r=Ye(e),n=S.useRef([]),i=nr(),a=ri(),o=ee((g,p=tt.Hidden)=>{let y=n.current.findIndex(({el:v})=>v===g);y!==-1&&(fe(p,{[tt.Unmount](){n.current.splice(y,1)},[tt.Hidden](){n.current[y].state="hidden"}}),a.microTask(()=>{var v;!Wr(n)&&i.current&&((v=r.current)==null||v.call(r))}))}),s=ee(g=>{let p=n.current.find(({el:y})=>y===g);return p?p.state!=="visible"&&(p.state="visible"):n.current.push({el:g,state:"visible"}),()=>o(g,tt.Unmount)}),u=S.useRef([]),c=S.useRef(Promise.resolve()),f=S.useRef({enter:[],leave:[],idle:[]}),l=ee((g,p,y)=>{u.current.splice(0),t&&(t.chains.current[p]=t.chains.current[p].filter(([v])=>v!==g)),t==null||t.chains.current[p].push([g,new Promise(v=>{u.current.push(v)})]),t==null||t.chains.current[p].push([g,new Promise(v=>{Promise.all(f.current[p].map(([b,m])=>m)).then(()=>v())})]),p==="enter"?c.current=c.current.then(()=>t==null?void 0:t.wait.current).then(()=>y(p)):y(p)}),d=ee((g,p,y)=>{Promise.all(f.current[p].splice(0).map(([v,b])=>b)).then(()=>{var v;(v=u.current.shift())==null||v()}).then(()=>y(p))});return S.useMemo(()=>({children:n,register:s,unregister:o,onStart:l,onStop:d,wait:c,chains:f}),[s,o,n,l,d,f,c])}function _v(){}let Tv=["beforeEnter","afterEnter","beforeLeave","afterLeave"];function Ga(e){var t;let r={};for(let n of Tv)r[n]=(t=e[n])!=null?t:_v;return r}function Nv(e){let t=S.useRef(Ga(e));return S.useEffect(()=>{t.current=Ga(e)},[e]),t}let Lv="div",Ks=Cr.RenderStrategy;function Iv(e,t){var r,n;let{beforeEnter:i,afterEnter:a,beforeLeave:o,afterLeave:s,enter:u,enterFrom:c,enterTo:f,entered:l,leave:d,leaveFrom:g,leaveTo:p,...y}=e,v=S.useRef(null),b=Le(v,t),m=(r=y.unmount)==null||r?tt.Unmount:tt.Hidden,{show:P,appear:C,initial:w}=Av(),[A,L]=S.useState(P?"visible":"hidden"),R=Cv(),{register:D,unregister:k}=R;S.useEffect(()=>D(v),[D,v]),S.useEffect(()=>{if(m===tt.Hidden&&v.current){if(P&&A!=="visible"){L("visible");return}return fe(A,{hidden:()=>k(v),visible:()=>D(v)})}},[A,v,D,k,P,m]);let q=Ye({base:Ze(y.className),enter:Ze(u),enterFrom:Ze(c),enterTo:Ze(f),entered:Ze(l),leave:Ze(d),leaveFrom:Ze(g),leaveTo:Ze(p)}),$=Nv({beforeEnter:i,afterEnter:a,beforeLeave:o,afterLeave:s}),j=Ft();S.useEffect(()=>{if(j&&A==="visible"&&v.current===null)throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?")},[v,A,j]);let B=w&&!C,H=C&&P&&w,Y=(()=>!j||B?"idle":P?"enter":"leave")(),V=Sv(0),te=ee(se=>fe(se,{enter:()=>{V.addFlag(Se.Opening),$.current.beforeEnter()},leave:()=>{V.addFlag(Se.Closing),$.current.beforeLeave()},idle:()=>{}})),ae=ee(se=>fe(se,{enter:()=>{V.removeFlag(Se.Opening),$.current.afterEnter()},leave:()=>{V.removeFlag(Se.Closing),$.current.afterLeave()},idle:()=>{}})),re=Ws(()=>{L("hidden"),k(v)},R),oe=S.useRef(!1);xv({immediate:H,container:v,classes:q,direction:Y,onStart:Ye(se=>{oe.current=!0,re.onStart(v,se,te)}),onStop:Ye(se=>{oe.current=!1,re.onStop(v,se,ae),se==="leave"&&!Wr(re)&&(L("hidden"),k(v))})});let me=y,st={ref:b};return H?me={...me,className:Ar(y.className,...q.current.enter,...q.current.enterFrom)}:oe.current&&(me.className=Ar(y.className,(n=v.current)==null?void 0:n.className),me.className===""&&delete me.className),_.default.createElement(Hr.Provider,{value:re},_.default.createElement(am,{value:fe(A,{visible:Se.Open,hidden:Se.Closed})|V.flags},Ce({ourProps:st,theirProps:me,defaultTag:Lv,features:Ks,visible:A==="visible",name:"Transition.Child"})))}function Fv(e,t){let{show:r,appear:n=!1,unmount:i=!0,...a}=e,o=S.useRef(null),s=Le(o,t);Ft();let u=ai();if(r===void 0&&u!==null&&(r=(u&Se.Open)===Se.Open),![!0,!1].includes(r))throw new Error("A <Transition /> is used but it is missing a `show={true | false}` prop.");let[c,f]=S.useState(r?"visible":"hidden"),l=Ws(()=>{f("hidden")}),[d,g]=S.useState(!0),p=S.useRef([r]);xe(()=>{d!==!1&&p.current[p.current.length-1]!==r&&(p.current.push(r),g(!1))},[p,r]);let y=S.useMemo(()=>({show:r,appear:n,initial:d}),[r,n,d]);S.useEffect(()=>{if(r)f("visible");else if(!Wr(l))f("hidden");else{let P=o.current;if(!P)return;let C=P.getBoundingClientRect();C.x===0&&C.y===0&&C.width===0&&C.height===0&&f("hidden")}},[r,l]);let v={unmount:i},b=ee(()=>{var P;d&&g(!1),(P=e.beforeEnter)==null||P.call(e)}),m=ee(()=>{var P;d&&g(!1),(P=e.beforeLeave)==null||P.call(e)});return _.default.createElement(Hr.Provider,{value:l},_.default.createElement(Br.Provider,{value:y},Ce({ourProps:{...v,as:S.Fragment,children:_.default.createElement(Gs,{ref:s,...v,...a,beforeEnter:b,beforeLeave:m})},theirProps:{},defaultTag:S.Fragment,features:Ks,visible:c==="visible",name:"Transition"})))}function Rv(e,t){let r=S.useContext(Br)!==null,n=ai()!==null;return _.default.createElement(_.default.Fragment,null,!r&&n?_.default.createElement(Dn,{ref:t,...e}):_.default.createElement(Gs,{ref:t,...e}))}let Dn=Oe(Fv),Gs=Oe(Iv),$v=Oe(Rv),vn=Object.assign(Dn,{Child:$v,Root:Dn});function Dv(e){const{children:t,isOpen:r,handleClose:n}=e,{isMobile:i}=Ps({isModal:!0});return x(ke,{children:x(vn,{appear:!0,show:r,as:S.Fragment,children:x(Ka,{as:"div",className:"fixed inset-0 z-10 overflow-y-auto",style:{backgroundColor:"rgba(0,0,0,.75)"},onClose:n,children:U("div",{className:"min-h-screen text-center sm:px-4",children:[x(vn.Child,{as:S.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in duration-200",leaveFrom:"opacity-100",leaveTo:"opacity-0",children:x(Ka.Overlay,{className:"fixed inset-0"})}),x("span",{className:"inline-block h-screen align-middle","aria-hidden":"true",children:"\u200B"}),x(vn.Child,{as:S.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0 scale-95",enterTo:"opacity-100 scale-100",leave:"ease-in duration-200",leaveFrom:"opacity-100 scale-100",leaveTo:"opacity-0 scale-95",children:U("div",{id:"modal-content",className:"inline-block overflow-hidden sm:rounded-2xl align-middle transition-all bg-white sm:shadow-xl h-[100vh] sm:h-auto sm:max-h-[90vh] w-full sm:w-[640px]",children:[x("div",{className:"sticky top-0 z-10 flex items-center w-full px-3 text-lg font-medium leading-6 text-gray-900 bg-white h-14 modal-header",children:x("div",{className:"",children:U("svg",{className:"w-8 h-8 text-black cursor-pointer",width:"24",height:"24",viewBox:"0 0 24 24",strokeWidth:"2",stroke:"currentColor",fill:"none",strokeLinecap:"round",strokeLinejoin:"round",onClick:n,children:[x("path",{stroke:"none",d:"M0 0h24v24H0z"})," ",x("line",{x1:"5",y1:"12",x2:"19",y2:"12"})," ",x("line",{x1:"5",y1:"12",x2:"11",y2:"18"})," ",x("line",{x1:"5",y1:"12",x2:"11",y2:"6"})]})})}),x("div",{className:"w-full",style:{height:`${i?"calc(100% - 56px)":"auto"}`},children:t})]})})]})})})})}function Mv(e){var B,H,Y,V;const{product:t,isOpen:r,handleGoBack:n,showDebugState:i=!1,countedProductPrice:a,productQuantity:o,increaseProductQuantity:s,decreaseProductQuantity:u,handleOnSubmit:c,children:f}=e,{minPrice:l="0"}=t,[d,g]=S.useState("auto"),[p,y]=S.useState(0);S.useEffect(()=>{y(1);const te=setTimeout(()=>{w||y(2)},250);return()=>{clearTimeout(te)}},[]);const{displayPriceFrom:v,formattedEndPrice:b}=Wp(a,l,o),m=S.useRef(),P=S.useRef(),{isSm:C,isMobile:w,windowHeight:A}=Ps({isModal:!0}),L=U(ke,{children:[U("div",{className:Ut("px-4 w-full",C&&"sm:sticky sm:top-0 sm:w-2/5"),ref:m,children:[t.details.media&&t.details.media[0].url&&x("img",{className:Ut("mx-auto mt-2 mb-6 max-h-[250px]",C&&"max-h-[450px]"),alt:t.details.literals.name,src:(B=t.details)==null?void 0:B.media[0].url}),x("div",{className:Ut(!i&&"hidden"),children:x(xs,{})})]}),U("div",{className:Ut("w-full",C&&"sm:w-3/5"),ref:P,children:[U("div",{className:"items-center w-full p-4",children:[U("div",{className:"flex justify-between w-full mb-4 text-2xl font-semibold",children:[U("span",{className:"",children:[t.details.literals.name," "]}),x(jr,{price:e.countedProductPrice,minPrice:l})]}),x("span",{className:"text-gray-600",children:(H=t.details.literals)==null?void 0:H.description})]}),U("div",{className:`items-center justify-center w-full px-4 product-configuration ${(t==null?void 0:t.items)&&"py-2 bg-gray-100"}`,children:[f,x("div",{className:"sm:h-[64px]"})]}),C&&x("div",{className:"-mt-5 mb-2 bg-gray-100",children:x(Ua,{finalPrice:b,isBackIcon:!1,handleGoBack:n,displayPriceFrom:v})})]})]}),R=(Y=m==null?void 0:m.current)==null?void 0:Y.clientHeight,D=(V=P==null?void 0:P.current)==null?void 0:V.clientHeight,k=R+D;k>window.innerHeight*.8||isNaN(k)?d!=="80vh"&&g("80vh"):d!=="auto"&&g("auto");const q=`${A-64-56}px`,$=!C,j={"--mobile-submit-row-top":`${A-64-80}px`};return x(Dv,{isOpen:Boolean(r),handleClose:n,children:U("div",{id:"product-configurator-view",className:"w-full h-full",style:{overflow:"hidden",textAlign:"left"},children:[x("div",{className:Ut("flex relative flex-col items-start w-full form-body stretch",!$&&"sm:flex-row-reverse sm:pb-0",!w&&"mobile-scrollbar"),style:{height:`${w?q:d}`,minHeight:"400px",overflowY:"scroll"},children:L}),$&&x("div",{className:`w-full h-16 bg-white sm:fixed sm:bottom-0 ${w?"submit-row-mobile":"submit-row"}`,style:j,children:x(Ua,{handleGoBack:n,finalPrice:b,isBackIcon:!1,productQuantity:o,increaseProductQuantity:s,decreaseProductQuantity:u,handleOnSubmit:c})})]})})}const kv=e=>{const{product:t}=e,{MenuProductRootUI:r}=Vr(),n=It(t.items)?x(ke,{}):x(ti,{productItems:t.items,parentProduct:t,rootProduct:t});return r?x(r,{...e,children:n}):x(Mv,{...e,children:n})};const Ys=_.default.createContext(null);function jv({rootProduct:e,children:t}){return x(Ys.Provider,{value:{rootProduct:e},children:t})}function Vv(){const e=S.useContext(Ys);if(!e)throw new Error("Missing ComponentsContext");return e}function Uv(e){const{product:t,lang:r="en",handleAddToCart:n,handleGoBack:i,isOpen:a,handleClose:o,currency:s,showDebugState:u=!1}=e,{price:c}=t,{encodedProduct:f,initSelected:l,initFilter:d,filter:g,productQuantity:p,setIsOnSubmittedOnTrue:y,getInvalidSelCtxArray:v,getValidationMap:b,increaseProductQuantity:m,decreaseProductQuantity:P,setCurrency:C}=pp(t),[w,A]=S.useState(b());S.useEffect(()=>{de.changeLanguage(r)},[r]),S.useEffect(()=>{C(s)},[s]),S.useEffect(()=>{const $=b();Gg($,w)||A($)});const L=wo({defaultValues:{selected:l,filter:d}}),{getValues:R}=L,D=Number((parseFloat(c||"0")+Wn(R("selected"),f)).toFixed(2)),k=()=>{console.log("onSubmit"),y();const $=v();if($.length)tp(us($[0])),console.log({invalidContextNames:$});else{console.log("selected",R("selected"));const j=Xg(ss(R("selected")));console.log("decodedCleanedSelected: ",j),n({price:D,quantity:p,selected:j,filter:g})}},q=()=>k();return x(ke,{children:x(jv,{rootProduct:t,children:x(ws.Provider,{value:e.components,children:x(ao,{...L,children:U("form",{children:[u&&x("div",{className:"hidden",children:x(xs,{})}),x(kv,{product:f,productQuantity:p,validationMap:w,isOpen:a,handleClose:o,handleGoBack:i,handleOnSubmit:q,countedProductPrice:D,countedProductTotalPrice:D*p,increaseProductQuantity:m,decreaseProductQuantity:P,currency:s})]})})})})})}exports.ContextType=Bn;exports.MainView=Eo;exports.ProductConfigurator=Uv;exports.ProductKinds=Hn;exports.ProductTypes=xo;exports.SelMinSelMaxStatus=Ee;exports.getProductToChangeInForm=ds;exports.hookForm=Qu;exports.selectProductsInForm=ps;exports.unselectProductsInForm=gs;exports.useProductData=Vv;exports.validateProductFilter=Xn;
|
|
14
|
+
`));let d=c.props,g=typeof(d==null?void 0:d.className)=="function"?(...b)=>Ir(d==null?void 0:d.className(...b),u.className):Ir(d==null?void 0:d.className,u.className),p=g?{className:g}:{};return S.cloneElement(c,Object.assign({},js(c.props,za(bn(u,["ref"]))),l,f,{ref:i(c.ref,f.ref)},p))}return S.createElement(a,Object.assign({},bn(u,["ref"]),a!==S.Fragment&&f,a!==S.Fragment&&l),c)}function lm(...e){return e.every(t=>t==null)?void 0:t=>{for(let r of e)r!=null&&(typeof r=="function"?r(t):r.current=t)}}function js(...e){if(e.length===0)return{};if(e.length===1)return e[0];let t={},r={};for(let n of e)for(let i in n)i.startsWith("on")&&typeof n[i]=="function"?(r[i]!=null||(r[i]=[]),r[i].push(n[i])):t[i]=n[i];if(t.disabled||t["aria-disabled"])return Object.assign(t,Object.fromEntries(Object.keys(r).map(n=>[n,void 0])));for(let n in r)Object.assign(t,{[n](i,...a){let o=r[n];for(let s of o){if((i instanceof Event||(i==null?void 0:i.nativeEvent)instanceof Event)&&i.defaultPrevented)return;s(i,...a)}}});return t}function Te(e){var t;return Object.assign(S.forwardRef(e),{displayName:(t=e.displayName)!=null?t:e.name})}function za(e){let t=Object.assign({},e);for(let r in t)t[r]===void 0&&delete t[r];return t}function bn(e,t=[]){let r=Object.assign({},e);for(let n of t)n in r&&delete r[n];return r}let cm="div";var Rr=(e=>(e[e.None=1]="None",e[e.Focusable=2]="Focusable",e[e.Hidden=4]="Hidden",e))(Rr||{});function fm(e,t){var r;let{features:n=1,...i}=e,a={ref:t,"aria-hidden":(n&2)===2?!0:(r=i["aria-hidden"])!=null?r:void 0,hidden:(n&4)===4?!0:void 0,style:{position:"fixed",top:1,left:1,width:1,height:0,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0",...(n&4)===4&&(n&2)!==2&&{display:"none"}}};return Fe({ourProps:a,theirProps:i,slot:{},defaultTag:cm,name:"Hidden"})}let Dn=Te(fm),ci=S.createContext(null);ci.displayName="OpenClosedContext";var _e=(e=>(e[e.Open=1]="Open",e[e.Closed=2]="Closed",e[e.Closing=4]="Closing",e[e.Opening=8]="Opening",e))(_e||{});function fi(){return S.useContext(ci)}function dm({value:e,children:t}){return T.default.createElement(ci.Provider,{value:e},t)}function gm(e){function t(){document.readyState!=="loading"&&(e(),document.removeEventListener("DOMContentLoaded",t))}typeof window!="undefined"&&typeof document!="undefined"&&(document.addEventListener("DOMContentLoaded",t),t())}let at=[];gm(()=>{function e(t){t.target instanceof HTMLElement&&t.target!==document.body&&at[0]!==t.target&&(at.unshift(t.target),at=at.filter(r=>r!=null&&r.isConnected),at.splice(10))}window.addEventListener("click",e,{capture:!0}),window.addEventListener("mousedown",e,{capture:!0}),window.addEventListener("focus",e,{capture:!0}),document.body.addEventListener("click",e,{capture:!0}),document.body.addEventListener("mousedown",e,{capture:!0}),document.body.addEventListener("focus",e,{capture:!0})});function pm(e){let t=e.parentElement,r=null;for(;t&&!(t instanceof HTMLFieldSetElement);)t instanceof HTMLLegendElement&&(r=t),t=t.parentElement;let n=(t==null?void 0:t.getAttribute("disabled"))==="";return n&&hm(r)?!1:n}function hm(e){if(!e)return!1;let t=e.previousElementSibling;for(;t!==null;){if(t instanceof HTMLLegendElement)return!1;t=t.previousElementSibling}return!0}var Vs=(e=>(e.Space=" ",e.Enter="Enter",e.Escape="Escape",e.Backspace="Backspace",e.Delete="Delete",e.ArrowLeft="ArrowLeft",e.ArrowUp="ArrowUp",e.ArrowRight="ArrowRight",e.ArrowDown="ArrowDown",e.Home="Home",e.End="End",e.PageUp="PageUp",e.PageDown="PageDown",e.Tab="Tab",e))(Vs||{});function Us(e,t,r,n){let i=Xe(r);S.useEffect(()=>{e=e!=null?e:window;function a(o){i.current(o)}return e.addEventListener(t,a,n),()=>e.removeEventListener(t,a,n)},[e,t,n])}function or(){let e=S.useRef(!1);return Ie(()=>(e.current=!0,()=>{e.current=!1}),[]),e}function Bs(e){let t=ne(e),r=S.useRef(!1);S.useEffect(()=>(r.current=!1,()=>{r.current=!0,zr(()=>{r.current&&t()})}),[t])}var zt=(e=>(e[e.Forwards=0]="Forwards",e[e.Backwards=1]="Backwards",e))(zt||{});function mm(){let e=S.useRef(0);return ks("keydown",t=>{t.key==="Tab"&&(e.current=t.shiftKey?1:0)},!0),e}function Hs(e){if(!e)return new Set;if(typeof e=="function")return new Set(e());let t=new Set;for(let r of e.current)r.current instanceof HTMLElement&&t.add(r.current);return t}let vm="div";var Ws=(e=>(e[e.None=1]="None",e[e.InitialFocus=2]="InitialFocus",e[e.TabLock=4]="TabLock",e[e.FocusLock=8]="FocusLock",e[e.RestoreFocus=16]="RestoreFocus",e[e.All=30]="All",e))(Ws||{});function ym(e,t){let r=S.useRef(null),n=je(r,t),{initialFocus:i,containers:a,features:o=30,...s}=e;Rt()||(o=1);let u=ar(r);Om({ownerDocument:u},Boolean(o&16));let f=wm({ownerDocument:u,container:r,initialFocus:i},Boolean(o&2));Em({ownerDocument:u,container:r,containers:a,previousActiveElement:f},Boolean(o&8));let c=mm(),l=ne(b=>{let v=r.current;!v||(y=>y())(()=>{be(c.current,{[zt.Forwards]:()=>{br(v,pt.First,{skipElements:[b.relatedTarget]})},[zt.Backwards]:()=>{br(v,pt.Last,{skipElements:[b.relatedTarget]})}})})}),d=ui(),g=S.useRef(!1),p={ref:n,onKeyDown(b){b.key=="Tab"&&(g.current=!0,d.requestAnimationFrame(()=>{g.current=!1}))},onBlur(b){let v=Hs(a);r.current instanceof HTMLElement&&v.add(r.current);let y=b.relatedTarget;y instanceof HTMLElement&&y.dataset.headlessuiFocusGuard!=="true"&&(Gs(v,y)||(g.current?br(r.current,be(c.current,{[zt.Forwards]:()=>pt.Next,[zt.Backwards]:()=>pt.Previous})|pt.WrapAround,{relativeTo:b.target}):b.target instanceof HTMLElement&&vt(b.target)))}};return T.default.createElement(T.default.Fragment,null,Boolean(o&4)&&T.default.createElement(Dn,{as:"button",type:"button","data-headlessui-focus-guard":!0,onFocus:l,features:Rr.Focusable}),Fe({ourProps:p,theirProps:s,defaultTag:vm,name:"FocusTrap"}),Boolean(o&4)&&T.default.createElement(Dn,{as:"button",type:"button","data-headlessui-focus-guard":!0,onFocus:l,features:Rr.Focusable}))}let bm=Te(ym),Gt=Object.assign(bm,{features:Ws});function Sm(e=!0){let t=S.useRef(at.slice());return li(([r],[n])=>{n===!0&&r===!1&&zr(()=>{t.current.splice(0)}),n===!1&&r===!0&&(t.current=at.slice())},[e,at,t]),ne(()=>{var r;return(r=t.current.find(n=>n!=null&&n.isConnected))!=null?r:null})}function Om({ownerDocument:e},t){let r=Sm(t);li(()=>{t||(e==null?void 0:e.activeElement)===(e==null?void 0:e.body)&&vt(r())},[t]),Bs(()=>{t&&vt(r())})}function wm({ownerDocument:e,container:t,initialFocus:r},n){let i=S.useRef(null),a=or();return li(()=>{if(!n)return;let o=t.current;o&&zr(()=>{if(!a.current)return;let s=e==null?void 0:e.activeElement;if(r!=null&&r.current){if((r==null?void 0:r.current)===s){i.current=s;return}}else if(o.contains(s)){i.current=s;return}r!=null&&r.current?vt(r.current):br(o,pt.First)===Rs.Error&&console.warn("There are no focusable elements inside the <FocusTrap />"),i.current=e==null?void 0:e.activeElement})},[n]),i}function Em({ownerDocument:e,container:t,containers:r,previousActiveElement:n},i){let a=or();Us(e==null?void 0:e.defaultView,"focus",o=>{if(!i||!a.current)return;let s=Hs(r);t.current instanceof HTMLElement&&s.add(t.current);let u=n.current;if(!u)return;let f=o.target;f&&f instanceof HTMLElement?Gs(s,f)?(n.current=f,vt(f)):(o.preventDefault(),o.stopPropagation(),vt(u)):vt(n.current)},!0)}function Gs(e,t){for(let r of e)if(r.contains(t))return!0;return!1}let Ks=S.createContext(!1);function Pm(){return S.useContext(Ks)}function jn(e){return T.default.createElement(Ks.Provider,{value:e.force},e.children)}function xm(e){let t=Pm(),r=S.useContext(Ys),n=ar(e),[i,a]=S.useState(()=>{if(!t&&r!==null||Ze.isServer)return null;let o=n==null?void 0:n.getElementById("headlessui-portal-root");if(o)return o;if(n===null)return null;let s=n.createElement("div");return s.setAttribute("id","headlessui-portal-root"),n.body.appendChild(s)});return S.useEffect(()=>{i!==null&&(n!=null&&n.body.contains(i)||n==null||n.body.appendChild(i))},[i,n]),S.useEffect(()=>{t||r!==null&&a(r.current)},[r,a,t]),i}let Cm=S.Fragment;function Am(e,t){let r=e,n=S.useRef(null),i=je(um(c=>{n.current=c}),t),a=ar(n),o=xm(n),[s]=S.useState(()=>{var c;return Ze.isServer?null:(c=a==null?void 0:a.createElement("div"))!=null?c:null}),u=S.useContext(Vn),f=Rt();return Ie(()=>{!o||!s||o.contains(s)||(s.setAttribute("data-headlessui-portal",""),o.appendChild(s))},[o,s]),Ie(()=>{if(s&&u)return u.register(s)},[u,s]),Bs(()=>{var c;!o||!s||(s instanceof Node&&o.contains(s)&&o.removeChild(s),o.childNodes.length<=0&&((c=o.parentElement)==null||c.removeChild(o)))}),f?!o||!s?null:au.createPortal(Fe({ourProps:{ref:i},theirProps:r,defaultTag:Cm,name:"Portal"}),s):null}let _m=S.Fragment,Ys=S.createContext(null);function Tm(e,t){let{target:r,...n}=e,i={ref:je(t)};return T.default.createElement(Ys.Provider,{value:r},Fe({ourProps:i,theirProps:n,defaultTag:_m,name:"Popover.Group"}))}let Vn=S.createContext(null);function Nm(){let e=S.useContext(Vn),t=S.useRef([]),r=ne(a=>(t.current.push(a),e&&e.register(a),()=>n(a))),n=ne(a=>{let o=t.current.indexOf(a);o!==-1&&t.current.splice(o,1),e&&e.unregister(a)}),i=S.useMemo(()=>({register:r,unregister:n,portals:t}),[r,n,t]);return[t,S.useMemo(()=>function({children:a}){return T.default.createElement(Vn.Provider,{value:i},a)},[i])]}let $m=Te(Am),Im=Te(Tm),Un=Object.assign($m,{Group:Im});function Lm(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}const Rm=typeof Object.is=="function"?Object.is:Lm,{useState:Fm,useEffect:Mm,useLayoutEffect:km,useDebugValue:Dm}=ut;function jm(e,t,r){const n=t(),[{inst:i},a]=Fm({inst:{value:n,getSnapshot:t}});return km(()=>{i.value=n,i.getSnapshot=t,Sn(i)&&a({inst:i})},[e,n,t]),Mm(()=>(Sn(i)&&a({inst:i}),e(()=>{Sn(i)&&a({inst:i})})),[e]),Dm(n),n}function Sn(e){const t=e.getSnapshot,r=e.value;try{const n=t();return!Rm(r,n)}catch{return!0}}function Vm(e,t,r){return t()}const Um=typeof window!="undefined"&&typeof window.document!="undefined"&&typeof window.document.createElement!="undefined",Bm=!Um,Hm=Bm?Vm:jm,Wm="useSyncExternalStore"in ut?(e=>e.useSyncExternalStore)(ut):Hm;function Gm(e){return Wm(e.subscribe,e.getSnapshot,e.getSnapshot)}function Km(e,t){let r=e(),n=new Set;return{getSnapshot(){return r},subscribe(i){return n.add(i),()=>n.delete(i)},dispatch(i,...a){let o=t[i].call(r,...a);o&&(r=o,n.forEach(s=>s()))}}}function Ym(){let e;return{before({doc:t}){var r;let n=t.documentElement;e=((r=t.defaultView)!=null?r:window).innerWidth-n.clientWidth},after({doc:t,d:r}){let n=t.documentElement,i=n.clientWidth-n.offsetWidth,a=e-i;r.style(n,"paddingRight",`${a}px`)}}}function zm(){return Ms()?{before({doc:e,d:t,meta:r}){function n(i){return r.containers.flatMap(a=>a()).some(a=>a.contains(i))}t.microTask(()=>{var i;if(window.getComputedStyle(e.documentElement).scrollBehavior!=="auto"){let s=Et();s.style(e.documentElement,"scrollBehavior","auto"),t.add(()=>t.microTask(()=>s.dispose()))}let a=(i=window.scrollY)!=null?i:window.pageYOffset,o=null;t.addEventListener(e,"click",s=>{if(s.target instanceof HTMLElement)try{let u=s.target.closest("a");if(!u)return;let{hash:f}=new URL(u.href),c=e.querySelector(f);c&&!n(c)&&(o=c)}catch{}},!0),t.addEventListener(e,"touchstart",s=>{if(s.target instanceof HTMLElement)if(n(s.target)){let u=s.target;for(;u.parentElement&&n(u.parentElement);)u=u.parentElement;t.style(u,"overscrollBehavior","contain")}else t.style(s.target,"touchAction","none")}),t.addEventListener(e,"touchmove",s=>{if(s.target instanceof HTMLElement)if(n(s.target)){let u=s.target;for(;u.parentElement&&u.dataset.headlessuiPortal!==""&&!(u.scrollHeight>u.clientHeight||u.scrollWidth>u.clientWidth);)u=u.parentElement;u.dataset.headlessuiPortal===""&&s.preventDefault()}else s.preventDefault()},{passive:!1}),t.add(()=>{var s;let u=(s=window.scrollY)!=null?s:window.pageYOffset;a!==u&&window.scrollTo(0,a),o&&o.isConnected&&(o.scrollIntoView({block:"nearest"}),o=null)})})}}:{}}function Qm(){return{before({doc:e,d:t}){t.style(e.documentElement,"overflow","hidden")}}}function qm(e){let t={};for(let r of e)Object.assign(t,r(t));return t}let mt=Km(()=>new Map,{PUSH(e,t){var r;let n=(r=this.get(e))!=null?r:{doc:e,count:0,d:Et(),meta:new Set};return n.count++,n.meta.add(t),this.set(e,n),this},POP(e,t){let r=this.get(e);return r&&(r.count--,r.meta.delete(t)),this},SCROLL_PREVENT({doc:e,d:t,meta:r}){let n={doc:e,d:t,meta:qm(r)},i=[zm(),Ym(),Qm()];i.forEach(({before:a})=>a==null?void 0:a(n)),i.forEach(({after:a})=>a==null?void 0:a(n))},SCROLL_ALLOW({d:e}){e.dispose()},TEARDOWN({doc:e}){this.delete(e)}});mt.subscribe(()=>{let e=mt.getSnapshot(),t=new Map;for(let[r]of e)t.set(r,r.documentElement.style.overflow);for(let r of e.values()){let n=t.get(r.doc)==="hidden",i=r.count!==0;(i&&!n||!i&&n)&&mt.dispatch(r.count>0?"SCROLL_PREVENT":"SCROLL_ALLOW",r),r.count===0&&mt.dispatch("TEARDOWN",r)}});function Jm(e,t,r){let n=Gm(mt),i=e?n.get(e):void 0,a=i?i.count>0:!1;return Ie(()=>{if(!(!e||!t))return mt.dispatch("PUSH",e,r),()=>mt.dispatch("POP",e,r)},[t,e]),a}let On=new Map,Kt=new Map;function Qa(e,t=!0){Ie(()=>{var r;if(!t)return;let n=typeof e=="function"?e():e.current;if(!n)return;function i(){var o;if(!n)return;let s=(o=Kt.get(n))!=null?o:1;if(s===1?Kt.delete(n):Kt.set(n,s-1),s!==1)return;let u=On.get(n);u&&(u["aria-hidden"]===null?n.removeAttribute("aria-hidden"):n.setAttribute("aria-hidden",u["aria-hidden"]),n.inert=u.inert,On.delete(n))}let a=(r=Kt.get(n))!=null?r:0;return Kt.set(n,a+1),a!==0||(On.set(n,{"aria-hidden":n.getAttribute("aria-hidden"),inert:n.inert}),n.setAttribute("aria-hidden","true"),n.inert=!0),i},[e,t])}function Zm({defaultContainers:e=[],portals:t,mainTreeNodeRef:r}={}){var n;let i=S.useRef((n=r==null?void 0:r.current)!=null?n:null),a=ar(i),o=ne(()=>{var s,u,f;let c=[];for(let l of e)l!==null&&(l instanceof HTMLElement?c.push(l):"current"in l&&l.current instanceof HTMLElement&&c.push(l.current));if(t!=null&&t.current)for(let l of t.current)c.push(l);for(let l of(s=a==null?void 0:a.querySelectorAll("html > *, body > *"))!=null?s:[])l!==document.body&&l!==document.head&&l instanceof HTMLElement&&l.id!=="headlessui-portal-root"&&(l.contains(i.current)||l.contains((f=(u=i.current)==null?void 0:u.getRootNode())==null?void 0:f.host)||c.some(d=>l.contains(d))||c.push(l));return c});return{resolveContainers:o,contains:ne(s=>o().some(u=>u.contains(s))),mainTreeNodeRef:i,MainTreeNode:S.useMemo(()=>function(){return r!=null?null:T.default.createElement(Dn,{features:Rr.Hidden,ref:i})},[i,r])}}let di=S.createContext(()=>{});di.displayName="StackContext";var Bn=(e=>(e[e.Add=0]="Add",e[e.Remove=1]="Remove",e))(Bn||{});function Xm(){return S.useContext(di)}function ev({children:e,onUpdate:t,type:r,element:n,enabled:i}){let a=Xm(),o=ne((...s)=>{t==null||t(...s),a(...s)});return Ie(()=>{let s=i===void 0||i===!0;return s&&o(0,r,n),()=>{s&&o(1,r,n)}},[o,r,n,i]),T.default.createElement(di.Provider,{value:o},e)}let zs=S.createContext(null);function Qs(){let e=S.useContext(zs);if(e===null){let t=new Error("You used a <Description /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(t,Qs),t}return e}function tv(){let[e,t]=S.useState([]);return[e.length>0?e.join(" "):void 0,S.useMemo(()=>function(r){let n=ne(a=>(t(o=>[...o,a]),()=>t(o=>{let s=o.slice(),u=s.indexOf(a);return u!==-1&&s.splice(u,1),s}))),i=S.useMemo(()=>({register:n,slot:r.slot,name:r.name,props:r.props}),[n,r.slot,r.name,r.props]);return T.default.createElement(zs.Provider,{value:i},r.children)},[t])]}let rv="p";function nv(e,t){let r=Ft(),{id:n=`headlessui-description-${r}`,...i}=e,a=Qs(),o=je(t);Ie(()=>a.register(n),[n,a.register]);let s={ref:o,...a.props,id:n};return Fe({ourProps:s,theirProps:i,slot:a.slot||{},defaultTag:rv,name:a.name||"Description"})}let iv=Te(nv),av=Object.assign(iv,{});var ov=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(ov||{}),sv=(e=>(e[e.SetTitleId=0]="SetTitleId",e))(sv||{});let uv={[0](e,t){return e.titleId===t.id?e:{...e,titleId:t.id}}},Fr=S.createContext(null);Fr.displayName="DialogContext";function sr(e){let t=S.useContext(Fr);if(t===null){let r=new Error(`<${e} /> is missing a parent <Dialog /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(r,sr),r}return t}function lv(e,t,r=()=>[document.body]){Jm(e,t,n=>{var i;return{containers:[...(i=n.containers)!=null?i:[],r]}})}function cv(e,t){return be(t.type,uv,e,t)}let fv="div",dv=Lr.RenderStrategy|Lr.Static;function gv(e,t){let r=Ft(),{id:n=`headlessui-dialog-${r}`,open:i,onClose:a,initialFocus:o,role:s="dialog",__demoMode:u=!1,...f}=e,[c,l]=S.useState(0),d=S.useRef(!1);s=function(){return s==="dialog"||s==="alertdialog"?s:(d.current||(d.current=!0,console.warn(`Invalid role [${s}] passed to <Dialog />. Only \`dialog\` and and \`alertdialog\` are supported. Using \`dialog\` instead.`)),"dialog")}();let g=fi();i===void 0&&g!==null&&(i=(g&_e.Open)===_e.Open);let p=S.useRef(null),b=je(p,t),v=ar(p),y=e.hasOwnProperty("open")||g!==null,h=e.hasOwnProperty("onClose");if(!y&&!h)throw new Error("You have to provide an `open` and an `onClose` prop to the `Dialog` component.");if(!y)throw new Error("You provided an `onClose` prop to the `Dialog`, but forgot an `open` prop.");if(!h)throw new Error("You provided an `open` prop to the `Dialog`, but forgot an `onClose` prop.");if(typeof i!="boolean")throw new Error(`You provided an \`open\` prop to the \`Dialog\`, but the value is not a boolean. Received: ${i}`);if(typeof a!="function")throw new Error(`You provided an \`onClose\` prop to the \`Dialog\`, but the value is not a function. Received: ${a}`);let E=i?0:1,[A,w]=S.useReducer(cv,{titleId:null,descriptionId:null,panelRef:S.createRef()}),x=ne(()=>a(!1)),_=ne(H=>w({type:0,id:H})),I=Rt()?u?!1:E===0:!1,F=c>1,k=S.useContext(Fr)!==null,[B,M]=Nm(),j={get current(){var H;return(H=A.panelRef.current)!=null?H:p.current}},{resolveContainers:U,mainTreeNodeRef:W,MainTreeNode:X}=Zm({portals:B,defaultContainers:[j]}),G=F?"parent":"leaf",he=g!==null?(g&_e.Closing)===_e.Closing:!1,ye=(()=>k||he?!1:I)(),K=S.useCallback(()=>{var H,me;return(me=Array.from((H=v==null?void 0:v.querySelectorAll("body > *"))!=null?H:[]).find(le=>le.id==="headlessui-portal-root"?!1:le.contains(W.current)&&le instanceof HTMLElement))!=null?me:null},[W]);Qa(K,ye);let ie=(()=>F?!0:I)(),ae=S.useCallback(()=>{var H,me;return(me=Array.from((H=v==null?void 0:v.querySelectorAll("[data-headlessui-portal]"))!=null?H:[]).find(le=>le.contains(W.current)&&le instanceof HTMLElement))!=null?me:null},[W]);Qa(ae,ie);let se=(()=>!(!I||F))();sm(U,H=>{H.preventDefault(),x()},se);let Q=(()=>!(F||E!==0))();Us(v==null?void 0:v.defaultView,"keydown",H=>{Q&&(H.defaultPrevented||H.key===Vs.Escape&&(H.preventDefault(),H.stopPropagation(),x()))});let xe=(()=>!(he||E!==0||k))();lv(v,xe,U),S.useEffect(()=>{if(E!==0||!p.current)return;let H=new ResizeObserver(me=>{for(let le of me){let Ce=le.target.getBoundingClientRect();Ce.x===0&&Ce.y===0&&Ce.width===0&&Ce.height===0&&x()}});return H.observe(p.current),()=>H.disconnect()},[E,p,x]);let[re,q]=tv(),ue=S.useMemo(()=>[{dialogState:E,close:x,setTitleId:_},A],[E,A,x,_]),ce=S.useMemo(()=>({open:E===0}),[E]),ve={ref:b,id:n,role:s,"aria-modal":E===0?!0:void 0,"aria-labelledby":A.titleId,"aria-describedby":re};return T.default.createElement(ev,{type:"Dialog",enabled:E===0,element:p,onUpdate:ne((H,me)=>{me==="Dialog"&&be(H,{[Bn.Add]:()=>l(le=>le+1),[Bn.Remove]:()=>l(le=>le-1)})})},T.default.createElement(jn,{force:!0},T.default.createElement(Un,null,T.default.createElement(Fr.Provider,{value:ue},T.default.createElement(Un.Group,{target:p},T.default.createElement(jn,{force:!1},T.default.createElement(q,{slot:ce,name:"Dialog.Description"},T.default.createElement(Gt,{initialFocus:o,containers:U,features:I?be(G,{parent:Gt.features.RestoreFocus,leaf:Gt.features.All&~Gt.features.FocusLock}):Gt.features.None},T.default.createElement(M,null,Fe({ourProps:ve,theirProps:f,slot:ce,defaultTag:fv,features:dv,visible:E===0,name:"Dialog"}))))))))),T.default.createElement(X,null))}let pv="div";function hv(e,t){let r=Ft(),{id:n=`headlessui-dialog-overlay-${r}`,...i}=e,[{dialogState:a,close:o}]=sr("Dialog.Overlay"),s=je(t),u=ne(c=>{if(c.target===c.currentTarget){if(pm(c.currentTarget))return c.preventDefault();c.preventDefault(),c.stopPropagation(),o()}}),f=S.useMemo(()=>({open:a===0}),[a]);return Fe({ourProps:{ref:s,id:n,"aria-hidden":!0,onClick:u},theirProps:i,slot:f,defaultTag:pv,name:"Dialog.Overlay"})}let mv="div";function vv(e,t){let r=Ft(),{id:n=`headlessui-dialog-backdrop-${r}`,...i}=e,[{dialogState:a},o]=sr("Dialog.Backdrop"),s=je(t);S.useEffect(()=>{if(o.panelRef.current===null)throw new Error("A <Dialog.Backdrop /> component is being used, but a <Dialog.Panel /> component is missing.")},[o.panelRef]);let u=S.useMemo(()=>({open:a===0}),[a]);return T.default.createElement(jn,{force:!0},T.default.createElement(Un,null,Fe({ourProps:{ref:s,id:n,"aria-hidden":!0},theirProps:i,slot:u,defaultTag:mv,name:"Dialog.Backdrop"})))}let yv="div";function bv(e,t){let r=Ft(),{id:n=`headlessui-dialog-panel-${r}`,...i}=e,[{dialogState:a},o]=sr("Dialog.Panel"),s=je(t,o.panelRef),u=S.useMemo(()=>({open:a===0}),[a]),f=ne(c=>{c.stopPropagation()});return Fe({ourProps:{ref:s,id:n,onClick:f},theirProps:i,slot:u,defaultTag:yv,name:"Dialog.Panel"})}let Sv="h2";function Ov(e,t){let r=Ft(),{id:n=`headlessui-dialog-title-${r}`,...i}=e,[{dialogState:a,setTitleId:o}]=sr("Dialog.Title"),s=je(t);S.useEffect(()=>(o(n),()=>o(null)),[n,o]);let u=S.useMemo(()=>({open:a===0}),[a]);return Fe({ourProps:{ref:s,id:n},theirProps:i,slot:u,defaultTag:Sv,name:"Dialog.Title"})}let wv=Te(gv),Ev=Te(vv),Pv=Te(bv),xv=Te(hv),Cv=Te(Ov),qa=Object.assign(wv,{Backdrop:Ev,Panel:Pv,Overlay:xv,Title:Cv,Description:av});function Av(e=0){let[t,r]=S.useState(e),n=or(),i=S.useCallback(u=>{n.current&&r(f=>f|u)},[t,n]),a=S.useCallback(u=>Boolean(t&u),[t]),o=S.useCallback(u=>{n.current&&r(f=>f&~u)},[r,n]),s=S.useCallback(u=>{n.current&&r(f=>f^u)},[r]);return{flags:t,addFlag:i,hasFlag:a,removeFlag:o,toggleFlag:s}}function _v(e){let t={called:!1};return(...r)=>{if(!t.called)return t.called=!0,e(...r)}}function wn(e,...t){e&&t.length>0&&e.classList.add(...t)}function En(e,...t){e&&t.length>0&&e.classList.remove(...t)}function Tv(e,t){let r=Et();if(!e)return r.dispose;let{transitionDuration:n,transitionDelay:i}=getComputedStyle(e),[a,o]=[n,i].map(u=>{let[f=0]=u.split(",").filter(Boolean).map(c=>c.includes("ms")?parseFloat(c):parseFloat(c)*1e3).sort((c,l)=>l-c);return f}),s=a+o;if(s!==0){r.group(f=>{f.setTimeout(()=>{t(),f.dispose()},s),f.addEventListener(e,"transitionrun",c=>{c.target===c.currentTarget&&f.dispose()})});let u=r.addEventListener(e,"transitionend",f=>{f.target===f.currentTarget&&(t(),u())})}else t();return r.add(()=>t()),r.dispose}function Nv(e,t,r,n){let i=r?"enter":"leave",a=Et(),o=n!==void 0?_v(n):()=>{};i==="enter"&&(e.removeAttribute("hidden"),e.style.display="");let s=be(i,{enter:()=>t.enter,leave:()=>t.leave}),u=be(i,{enter:()=>t.enterTo,leave:()=>t.leaveTo}),f=be(i,{enter:()=>t.enterFrom,leave:()=>t.leaveFrom});return En(e,...t.base,...t.enter,...t.enterTo,...t.enterFrom,...t.leave,...t.leaveFrom,...t.leaveTo,...t.entered),wn(e,...t.base,...s,...f),a.nextFrame(()=>{En(e,...t.base,...s,...f),wn(e,...t.base,...s,...u),Tv(e,()=>(En(e,...t.base,...s),wn(e,...t.base,...t.entered),o()))}),a.dispose}function $v({immediate:e,container:t,direction:r,classes:n,onStart:i,onStop:a}){let o=or(),s=ui(),u=Xe(r);Ie(()=>{e&&(u.current="enter")},[e]),Ie(()=>{let f=Et();s.add(f.dispose);let c=t.current;if(c&&u.current!=="idle"&&o.current)return f.dispose(),i.current(u.current),f.add(Nv(c,n.current,u.current==="enter",()=>{f.dispose(),a.current(u.current)})),f.dispose},[r])}function it(e=""){return e.split(/\s+/).filter(t=>t.length>1)}let Qr=S.createContext(null);Qr.displayName="TransitionContext";var Iv=(e=>(e.Visible="visible",e.Hidden="hidden",e))(Iv||{});function Lv(){let e=S.useContext(Qr);if(e===null)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}function Rv(){let e=S.useContext(qr);if(e===null)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}let qr=S.createContext(null);qr.displayName="NestingContext";function Jr(e){return"children"in e?Jr(e.children):e.current.filter(({el:t})=>t.current!==null).filter(({state:t})=>t==="visible").length>0}function qs(e,t){let r=Xe(e),n=S.useRef([]),i=or(),a=ui(),o=ne((g,p=st.Hidden)=>{let b=n.current.findIndex(({el:v})=>v===g);b!==-1&&(be(p,{[st.Unmount](){n.current.splice(b,1)},[st.Hidden](){n.current[b].state="hidden"}}),a.microTask(()=>{var v;!Jr(n)&&i.current&&((v=r.current)==null||v.call(r))}))}),s=ne(g=>{let p=n.current.find(({el:b})=>b===g);return p?p.state!=="visible"&&(p.state="visible"):n.current.push({el:g,state:"visible"}),()=>o(g,st.Unmount)}),u=S.useRef([]),f=S.useRef(Promise.resolve()),c=S.useRef({enter:[],leave:[],idle:[]}),l=ne((g,p,b)=>{u.current.splice(0),t&&(t.chains.current[p]=t.chains.current[p].filter(([v])=>v!==g)),t==null||t.chains.current[p].push([g,new Promise(v=>{u.current.push(v)})]),t==null||t.chains.current[p].push([g,new Promise(v=>{Promise.all(c.current[p].map(([y,h])=>h)).then(()=>v())})]),p==="enter"?f.current=f.current.then(()=>t==null?void 0:t.wait.current).then(()=>b(p)):b(p)}),d=ne((g,p,b)=>{Promise.all(c.current[p].splice(0).map(([v,y])=>y)).then(()=>{var v;(v=u.current.shift())==null||v()}).then(()=>b(p))});return S.useMemo(()=>({children:n,register:s,unregister:o,onStart:l,onStop:d,wait:f,chains:c}),[s,o,n,l,d,c,f])}function Fv(){}let Mv=["beforeEnter","afterEnter","beforeLeave","afterLeave"];function Ja(e){var t;let r={};for(let n of Mv)r[n]=(t=e[n])!=null?t:Fv;return r}function kv(e){let t=S.useRef(Ja(e));return S.useEffect(()=>{t.current=Ja(e)},[e]),t}let Dv="div",Js=Lr.RenderStrategy;function jv(e,t){var r,n;let{beforeEnter:i,afterEnter:a,beforeLeave:o,afterLeave:s,enter:u,enterFrom:f,enterTo:c,entered:l,leave:d,leaveFrom:g,leaveTo:p,...b}=e,v=S.useRef(null),y=je(v,t),h=(r=b.unmount)==null||r?st.Unmount:st.Hidden,{show:E,appear:A,initial:w}=Lv(),[x,_]=S.useState(E?"visible":"hidden"),I=Rv(),{register:F,unregister:k}=I;S.useEffect(()=>F(v),[F,v]),S.useEffect(()=>{if(h===st.Hidden&&v.current){if(E&&x!=="visible"){_("visible");return}return be(x,{hidden:()=>k(v),visible:()=>F(v)})}},[x,v,F,k,E,h]);let B=Xe({base:it(b.className),enter:it(u),enterFrom:it(f),enterTo:it(c),entered:it(l),leave:it(d),leaveFrom:it(g),leaveTo:it(p)}),M=kv({beforeEnter:i,afterEnter:a,beforeLeave:o,afterLeave:s}),j=Rt();S.useEffect(()=>{if(j&&x==="visible"&&v.current===null)throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?")},[v,x,j]);let U=w&&!A,W=A&&E&&w,X=(()=>!j||U?"idle":E?"enter":"leave")(),G=Av(0),he=ne(Q=>be(Q,{enter:()=>{G.addFlag(_e.Opening),M.current.beforeEnter()},leave:()=>{G.addFlag(_e.Closing),M.current.beforeLeave()},idle:()=>{}})),ye=ne(Q=>be(Q,{enter:()=>{G.removeFlag(_e.Opening),M.current.afterEnter()},leave:()=>{G.removeFlag(_e.Closing),M.current.afterLeave()},idle:()=>{}})),K=qs(()=>{_("hidden"),k(v)},I),ie=S.useRef(!1);$v({immediate:W,container:v,classes:B,direction:X,onStart:Xe(Q=>{ie.current=!0,K.onStart(v,Q,he)}),onStop:Xe(Q=>{ie.current=!1,K.onStop(v,Q,ye),Q==="leave"&&!Jr(K)&&(_("hidden"),k(v))})});let ae=b,se={ref:y};return W?ae={...ae,className:Ir(b.className,...B.current.enter,...B.current.enterFrom)}:ie.current&&(ae.className=Ir(b.className,(n=v.current)==null?void 0:n.className),ae.className===""&&delete ae.className),T.default.createElement(qr.Provider,{value:K},T.default.createElement(dm,{value:be(x,{visible:_e.Open,hidden:_e.Closed})|G.flags},Fe({ourProps:se,theirProps:ae,defaultTag:Dv,features:Js,visible:x==="visible",name:"Transition.Child"})))}function Vv(e,t){let{show:r,appear:n=!1,unmount:i=!0,...a}=e,o=S.useRef(null),s=je(o,t);Rt();let u=fi();if(r===void 0&&u!==null&&(r=(u&_e.Open)===_e.Open),![!0,!1].includes(r))throw new Error("A <Transition /> is used but it is missing a `show={true | false}` prop.");let[f,c]=S.useState(r?"visible":"hidden"),l=qs(()=>{c("hidden")}),[d,g]=S.useState(!0),p=S.useRef([r]);Ie(()=>{d!==!1&&p.current[p.current.length-1]!==r&&(p.current.push(r),g(!1))},[p,r]);let b=S.useMemo(()=>({show:r,appear:n,initial:d}),[r,n,d]);S.useEffect(()=>{if(r)c("visible");else if(!Jr(l))c("hidden");else{let E=o.current;if(!E)return;let A=E.getBoundingClientRect();A.x===0&&A.y===0&&A.width===0&&A.height===0&&c("hidden")}},[r,l]);let v={unmount:i},y=ne(()=>{var E;d&&g(!1),(E=e.beforeEnter)==null||E.call(e)}),h=ne(()=>{var E;d&&g(!1),(E=e.beforeLeave)==null||E.call(e)});return T.default.createElement(qr.Provider,{value:l},T.default.createElement(Qr.Provider,{value:b},Fe({ourProps:{...v,as:S.Fragment,children:T.default.createElement(Zs,{ref:s,...v,...a,beforeEnter:y,beforeLeave:h})},theirProps:{},defaultTag:S.Fragment,features:Js,visible:f==="visible",name:"Transition"})))}function Uv(e,t){let r=S.useContext(Qr)!==null,n=fi()!==null;return T.default.createElement(T.default.Fragment,null,!r&&n?T.default.createElement(Hn,{ref:t,...e}):T.default.createElement(Zs,{ref:t,...e}))}let Hn=Te(Vv),Zs=Te(jv),Bv=Te(Uv),Pn=Object.assign(Hn,{Child:Bv,Root:Hn});function Hv(e){const{children:t,isOpen:r,handleClose:n}=e,{isMobile:i}=$s({isModal:!0});return C(Ke,{children:C(Pn,{appear:!0,show:r,as:S.Fragment,children:C(qa,{as:"div",className:"fixed inset-0 z-10 overflow-y-auto",style:{backgroundColor:"rgba(0,0,0,.75)"},onClose:n,children:V("div",{className:"min-h-screen text-center sm:px-4",children:[C(Pn.Child,{as:S.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in duration-200",leaveFrom:"opacity-100",leaveTo:"opacity-0",children:C(qa.Overlay,{className:"fixed inset-0"})}),C("span",{className:"inline-block h-screen align-middle","aria-hidden":"true",children:"\u200B"}),C(Pn.Child,{as:S.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0 scale-95",enterTo:"opacity-100 scale-100",leave:"ease-in duration-200",leaveFrom:"opacity-100 scale-100",leaveTo:"opacity-0 scale-95",children:V("div",{id:"modal-content",className:"inline-block overflow-hidden sm:rounded-2xl align-middle transition-all bg-white sm:shadow-xl h-[100vh] sm:h-auto sm:max-h-[90vh] w-full sm:w-[640px]",children:[C("div",{className:"sticky top-0 z-10 flex items-center w-full px-3 text-lg font-medium leading-6 text-gray-900 bg-white h-14 modal-header",children:C("div",{className:"",children:V("svg",{className:"w-8 h-8 text-black cursor-pointer",width:"24",height:"24",viewBox:"0 0 24 24",strokeWidth:"2",stroke:"currentColor",fill:"none",strokeLinecap:"round",strokeLinejoin:"round",onClick:n,children:[C("path",{stroke:"none",d:"M0 0h24v24H0z"})," ",C("line",{x1:"5",y1:"12",x2:"19",y2:"12"})," ",C("line",{x1:"5",y1:"12",x2:"11",y2:"18"})," ",C("line",{x1:"5",y1:"12",x2:"11",y2:"6"})]})})}),C("div",{className:"w-full",style:{height:`${i?"calc(100% - 56px)":"auto"}`},children:t})]})})]})})})})}function Wv(e){var U,W,X,G;const{product:t,isOpen:r,handleGoBack:n,showDebugState:i=!1,countedProductPrice:a,productQuantity:o,increaseProductQuantity:s,decreaseProductQuantity:u,handleOnSubmit:f,children:c}=e,{minPrice:l="0"}=t,[d,g]=S.useState("auto"),[p,b]=S.useState(0);S.useEffect(()=>{b(1);const he=setTimeout(()=>{w||b(2)},250);return()=>{clearTimeout(he)}},[]);const{displayPriceFrom:v,formattedEndPrice:y}=Jp(a,l,o),h=S.useRef(),E=S.useRef(),{isSm:A,isMobile:w,windowHeight:x}=$s({isModal:!0}),_=V(Ke,{children:[V("div",{className:Wt("px-4 w-full",A&&"sm:sticky sm:top-0 sm:w-2/5"),ref:h,children:[t.details.media&&t.details.media[0].url&&C("img",{className:Wt("mx-auto mt-2 mb-6 max-h-[250px]",A&&"max-h-[450px]"),alt:t.details.literals.name,src:(U=t.details)==null?void 0:U.media[0].url}),C("div",{className:Wt(!i&&"hidden"),children:C(Ns,{})})]}),V("div",{className:Wt("w-full",A&&"sm:w-3/5"),ref:E,children:[V("div",{className:"items-center w-full p-4",children:[V("div",{className:"flex justify-between w-full mb-4 text-2xl font-semibold",children:[V("span",{className:"",children:[t.details.literals.name," "]}),C(Kr,{price:e.countedProductPrice,minPrice:l})]}),C("span",{className:"text-gray-600",children:(W=t.details.literals)==null?void 0:W.description})]}),V("div",{className:`items-center justify-center w-full px-4 product-configuration ${(t==null?void 0:t.items)&&"py-2 bg-gray-100"}`,children:[c,C("div",{className:"sm:h-[64px]"})]}),A&&C("div",{className:"-mt-5 mb-2 bg-gray-100",children:C(Ka,{finalPrice:y,isBackIcon:!1,handleGoBack:n,displayPriceFrom:v})})]})]}),I=(X=h==null?void 0:h.current)==null?void 0:X.clientHeight,F=(G=E==null?void 0:E.current)==null?void 0:G.clientHeight,k=I+F;k>window.innerHeight*.8||isNaN(k)?d!=="80vh"&&g("80vh"):d!=="auto"&&g("auto");const B=`${x-64-56}px`,M=!A,j={"--mobile-submit-row-top":`${x-64-80}px`};return C(Hv,{isOpen:Boolean(r),handleClose:n,children:V("div",{id:"product-configurator-view",className:"w-full h-full",style:{overflow:"hidden",textAlign:"left"},children:[C("div",{className:Wt("flex relative flex-col items-start w-full form-body stretch",!M&&"sm:flex-row-reverse sm:pb-0",!w&&"mobile-scrollbar"),style:{height:`${w?B:d}`,minHeight:"400px",overflowY:"scroll"},children:_}),M&&C("div",{className:`w-full h-16 bg-white sm:fixed sm:bottom-0 ${w?"submit-row-mobile":"submit-row"}`,style:j,children:C(Ka,{handleGoBack:n,finalPrice:y,isBackIcon:!1,productQuantity:o,increaseProductQuantity:s,decreaseProductQuantity:u,handleOnSubmit:f})})]})})}const Xs=(e,t={},r,n,i=0)=>{var o,s;const a=n||{};return(i===0||((o=t[e.selCtx])==null?void 0:o[e.id]))&&((s=e==null?void 0:e.items)==null||s.forEach(u=>{var f,c,l,d,g,p,b,v,y,h,E,A,w,x,_,I,F,k;if(u.kind===We.OPTIONS&&(((f=u.attrs)==null?void 0:f.vital)||((c=u==null?void 0:u.attrs)==null?void 0:c.selMin)||((l=u.attrs)==null?void 0:l.selMax)||((d=u.attrs)==null?void 0:d.qtyMin)||((g=u.attrs)==null?void 0:g.qtyMax)||((p=u.attrs)==null?void 0:p.allowMultiple))){const[B,M]=ms(u.selCtx,t,u.items),j=Hr(e,r);a[u.selCtx]={isSelCntAllowedToIncrement:B<Number(((b=u==null?void 0:u.attrs)==null?void 0:b.selMax)||Number.MAX_SAFE_INTEGER),isQtyCntAllowedToIncrement:M<Number(((v=u==null?void 0:u.attrs)==null?void 0:v.qtyMax)||Number.MAX_SAFE_INTEGER),nestedLvl:i,isPassedFiltering:j,isValid:Nr(B,Number(((y=u.attrs)==null?void 0:y.selMin)||0),Number(((h=u.attrs)==null?void 0:h.selMax)||Number.MAX_SAFE_INTEGER)+1)&&Nr(M,Number(((E=u.attrs)==null?void 0:E.qtyMin)||0),Number(((A=u.attrs)==null?void 0:A.qtyMax)||Number.MAX_SAFE_INTEGER)+1)&&(((w=u.attrs)==null?void 0:w.vital)!==!0||((x=u.attrs)==null?void 0:x.vital)===!0&&B>0)&&(((_=u.attrs)==null?void 0:_.allowMultiple)===!0||!((I=u.attrs)!=null&&I.allowMultiple)&&B<=1)}}(u==null?void 0:u.items)&&((F=u.items)==null?void 0:F.length)>0&&((k=u.items)==null||k.forEach(B=>{Xs(B,t,r,a,i+1)}))})),a},eu=T.default.createContext(null);function Gv({rootProduct:e,children:t}){return C(eu.Provider,{value:{rootProduct:e},children:t})}function Kv(e){const t=S.useContext(eu),r=Er({name:"selected"}),n=Er({name:"filter"}),[i,a]=S.useState(void 0);if(!t)throw new Error("Missing ComponentsContext");return S.useEffect(()=>{console.log("useGroupsValidation validationMap2 change")},[i]),S.useEffect(()=>{const o=Xs(e,r,n);ep(o,i)||a(o)},[r,n]),{validationMap2:i}}const Yv=e=>{const{product:t}=e,{MenuProductRootUI:r}=Yr(),{validationMap2:n}=Kv(t),i=De(t.items)?C(Ke,{}):C(si,{productItems:t.items,parentProduct:t,rootProduct:t});return r?C(r,{...e,validationMap:n||{},children:i}):C(Wv,{...e,validationMap:n||{},children:i})};const tu=T.default.createContext(null);function zv({rootProduct:e,children:t}){return C(tu.Provider,{value:{rootProduct:e},children:t})}function Qv(){const e=S.useContext(tu);if(!e)throw new Error("Missing ComponentsContext");return e}function qv(e){const{product:t,lang:r="en",handleAddToCart:n,handleGoBack:i,isOpen:a,handleClose:o,currency:s,showDebugState:u=!1}=e,{price:f}=t,{encodedProduct:c,initSelected:l,initFilter:d,productQuantity:g,setIsOnSubmittedOnTrue:p,getInvalidSelCtxArray:b,increaseProductQuantity:v,decreaseProductQuantity:y,setCurrency:h}=Op(t);S.useEffect(()=>{Se.changeLanguage(r)},[r]),S.useEffect(()=>{h(s)},[s]);const E=Co({defaultValues:{selected:l,filter:d}}),{getValues:A}=E,w=Number((parseFloat(f||"0")+Jn(A("selected"),c)).toFixed(2)),x=()=>{var F;console.log("onSubmit"),p();const I=b();if(I.length)lp(ds(I[0])),console.log({invalidContextNames:I});else{console.log("selected",A("selected"));const k=sp(fs(A("selected"))),B=A("filter");(F=Object.keys(k||{}))==null||F.forEach(M=>{const j=ps(M,t);j&&(Hr(j,B)||delete k[M])}),console.log("decodedCleanedSelected: ",k),n({price:w,quantity:g,selected:k,filter:B})}},_=()=>x();return C(Ke,{children:C(zv,{rootProduct:t,children:C(_s.Provider,{value:e.components,children:C(co,{...E,children:V("form",{children:[u&&C("div",{className:"hidden",children:C(Ns,{})}),C(Gv,{rootProduct:c,children:C(Yv,{product:c,productQuantity:g,isOpen:a,handleClose:o,handleGoBack:i,handleOnSubmit:_,countedProductPrice:w,countedProductTotalPrice:w*g,increaseProductQuantity:v,decreaseProductQuantity:y,currency:s})})]})})})})})}exports.ContextType=Qn;exports.MainView=Ao;exports.ProductConfigurator=qv;exports.ProductKinds=qn;exports.ProductTypes=_o;exports.SelMinSelMaxStatus=$e;exports.getProductToChangeInForm=ys;exports.hookForm=nl;exports.selectProductsInForm=bs;exports.unselectProductsInForm=wp;exports.useMenuOptions=Ss;exports.useProductData=Qv;exports.useStore=oe;exports.validateProductFilter=Hr;
|
|
15
15
|
//# sourceMappingURL=index.cjs.js.map
|