cloudcommerce 0.3.0 → 0.4.0

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.
Files changed (71) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +1 -1
  3. package/packages/api/package.json +1 -1
  4. package/packages/apps/correios/package.json +1 -1
  5. package/packages/apps/custom-payment/package.json +1 -1
  6. package/packages/apps/custom-shipping/package.json +1 -1
  7. package/packages/apps/datafrete/package.json +1 -1
  8. package/packages/apps/discounts/package.json +1 -1
  9. package/packages/apps/emails/package.json +1 -1
  10. package/packages/apps/fb-conversions/package.json +1 -1
  11. package/packages/apps/frenet/package.json +1 -1
  12. package/packages/apps/galaxpay/package.json +1 -1
  13. package/packages/apps/google-analytics/package.json +1 -1
  14. package/packages/apps/infinitepay/package.json +1 -1
  15. package/packages/apps/jadlog/package.json +1 -1
  16. package/packages/apps/loyalty-points/package.json +1 -1
  17. package/packages/apps/melhor-envio/package.json +1 -1
  18. package/packages/apps/mercadopago/package.json +1 -1
  19. package/packages/apps/pagarme/package.json +1 -1
  20. package/packages/apps/paghiper/package.json +1 -1
  21. package/packages/apps/pix/package.json +1 -1
  22. package/packages/apps/tiny-erp/package.json +1 -1
  23. package/packages/cli/package.json +1 -1
  24. package/packages/config/package.json +1 -1
  25. package/packages/emails/package.json +1 -1
  26. package/packages/events/package.json +1 -1
  27. package/packages/firebase/package.json +1 -1
  28. package/packages/i18n/package.json +1 -1
  29. package/packages/modules/package.json +1 -1
  30. package/packages/passport/package.json +1 -1
  31. package/packages/ssr/package.json +1 -1
  32. package/packages/storefront/dist/client/_astro/PitchBar.103168e6.js +1 -0
  33. package/packages/storefront/dist/client/_astro/Prices.b75d44d6.js +1 -0
  34. package/packages/storefront/dist/client/_astro/Prices.vue_vue_type_script_setup_true_lang.054033ef.js +1 -0
  35. package/packages/storefront/dist/client/_astro/ProductCard.9138ec25.js +1 -0
  36. package/packages/storefront/dist/client/_astro/ShopHeader.65213f83.js +1 -0
  37. package/packages/storefront/dist/client/_astro/{_...slug_.32968ccf.css → _...slug_.39c46f54.css} +1 -1
  38. package/packages/storefront/dist/client/_astro/{client.5a46cc02.js → client.eba0daa7.js} +1 -1
  39. package/packages/storefront/dist/client/_astro/index.0c833781.css +1 -0
  40. package/packages/storefront/dist/client/_astro/index.7577af70.js +1 -0
  41. package/packages/storefront/dist/client/_astro/{modules-info.d9373e21.js → modules-info.0c999f60.js} +1 -1
  42. package/packages/storefront/dist/client/_astro/runtime-core.esm-bundler.4da3640b.js +1 -0
  43. package/packages/storefront/dist/client/_astro/{runtime-dom.esm-bundler.00313542.js → runtime-dom.esm-bundler.0869e112.js} +1 -1
  44. package/packages/storefront/dist/client/fallback/index.html +8 -9
  45. package/packages/storefront/dist/client/sw.js +1 -1
  46. package/packages/storefront/dist/server/chunks/pages/{all.23de4e5c.mjs → all.6379e666.mjs} +326 -463
  47. package/packages/storefront/dist/server/chunks/{prerender.f40361a3.mjs → prerender.a1ec39e0.mjs} +0 -0
  48. package/packages/storefront/dist/server/entry.mjs +3 -3
  49. package/packages/storefront/package.json +1 -1
  50. package/packages/storefront/src/lib/components/Drawer.vue +39 -45
  51. package/packages/storefront/src/lib/components/ProductCard.vue +1 -1
  52. package/packages/storefront/src/lib/components/ShopHeader.vue +41 -13
  53. package/packages/storefront/src/lib/components/ShopSidenav.vue +26 -0
  54. package/packages/storefront/src/lib/composables/use-pitch-bar.ts +27 -0
  55. package/packages/storefront/src/lib/composables/use-sticky-header.ts +111 -0
  56. package/packages/storefront/src/lib/layouts/BaseBody.astro +2 -1
  57. package/packages/storefront/src/lib/layouts/PagesHeader.astro +16 -25
  58. package/packages/types/package.json +1 -1
  59. package/packages/storefront/dist/client/_astro/PitchBar.209c6645.js +0 -1
  60. package/packages/storefront/dist/client/_astro/Prices.6fbcb5ac.js +0 -1
  61. package/packages/storefront/dist/client/_astro/Prices.vue_vue_type_script_setup_true_lang.44f23680.js +0 -1
  62. package/packages/storefront/dist/client/_astro/ProductCard.ee5eee91.js +0 -1
  63. package/packages/storefront/dist/client/_astro/ShopHeader.b801c785.js +0 -1
  64. package/packages/storefront/dist/client/_astro/index.844a4059.js +0 -1
  65. package/packages/storefront/dist/client/_astro/index.90df622b.css +0 -1
  66. package/packages/storefront/dist/client/_astro/runtime-core.esm-bundler.f04cee62.js +0 -1
  67. package/packages/storefront/dist/client/_astro/use-component-variant.58788b6e.js +0 -1
  68. package/packages/storefront/src/lib/components/PitchBar.vue +0 -66
  69. package/packages/storefront/src/lib/components/Prices.vue +0 -176
  70. package/packages/storefront/src/lib/components/StickyHeader.vue +0 -84
  71. package/packages/storefront/src/lib/composables/use-component-variant.ts +0 -17
@@ -1 +1 @@
1
- import{T as L,u as C,c as B,a as x}from"./runtime-dom.esm-bundler.00313542.js";import{d as p,c as o,l as H,w as O,o as w,r as F,u,a as P,H as h}from"./runtime-core.esm-bundler.f04cee62.js";/* empty css */import{D as j,_ as z,f as D}from"./ecom-utils.92f137f6.js";const _=(e,t=z.get("lang"))=>{if(typeof e=="object"&&e!==null){const s=Object.keys(e)[0];if(/^[a-z]{2}(_[a-z]{2})?$/.test(s))return e[t]||e[j]||e[s];{const r=Array.isArray(e)?[]:{};for(const a in e)e[a]!==void 0&&(r[a]=_(e[a],t));return r}}return e},W=_,q=p({__name:"Fade",props:{speed:{default:"default"},slide:null,isFloating:{type:Boolean,default:!1},isLeaveTo:{type:Boolean,default:!0},isEnterFrom:{type:Boolean,default:!0}},setup(e){const t=e;C(n=>({"68e3b484":u(S),"17a22876":u(s),bc2eb02a:u(d),da7ab968:u(i),43026547:u(b),"6e5955a6":u(T),"6f10697b":u(c),"95ff7e48":u(g)}));const s=o(()=>t.speed==="default"?"var(--transition, .2s linear)":`var(--transition-${t.speed}, .4s linear)`),r=o(()=>{switch(t.slide){case"down":return"translate3d(0, -100%, 0)";case"left":return"translate3d(-100%, 0, 0)";case"right":return"translate3d(100%, 0, 0)";case"up":return"translate3d(0, 100%, 0)";default:return"none"}}),a=o(()=>r.value!=="none"?.1:0),d=o(()=>t.isEnterFrom?a.value:1),c=o(()=>t.isLeaveTo?a.value:1),i=o(()=>t.isEnterFrom?r.value:"none"),g=o(()=>t.isLeaveTo?r.value:"none"),l=o(()=>t.slide==="down"||t.slide==="up"),m=o(()=>t.isFloating?null:l.value?0:"auto"),v=o(()=>t.isFloating?null:t.slide&&!l.value?0:"auto"),b=o(()=>t.isEnterFrom?m.value:"auto"),T=o(()=>t.isEnterFrom?v.value:"auto"),S=o(()=>{let n="opacity";return r.value!=="none"&&(n+=", transform"),m.value===0&&(n+=", height"),v.value===0&&(n+=", width"),n}),$=n=>{if(t.slide&&!t.isFloating&&t.isEnterFrom){l.value?(n.style.width=getComputedStyle(n).width,n.style.height="auto"):(n.style.width="auto",n.style.height=getComputedStyle(n).height),n.style.position="absolute",n.style.visibility="hidden";const{width:f,height:k}=getComputedStyle(n);n.style.width=l.value?null:"0",n.style.height=l.value?"0":null,n.style.position=null,n.style.visibility=null,getComputedStyle(n)[l.value?"height":"width"],requestAnimationFrame(()=>{l.value?n.style.height=k:n.style.width=f})}},A=n=>{t.slide&&!t.isFloating&&t.isEnterFrom&&(n.style[l.value?"height":"width"]=null)},E=n=>{if(t.slide&&!t.isFloating&&t.isLeaveTo){l.value?n.style.height=getComputedStyle(n).height:n.style.width=getComputedStyle(n).width;const f=l.value?"height":"width";getComputedStyle(n)[f],requestAnimationFrame(()=>{n.style[f]="0"})}};return(n,f)=>(w(),H(L,{name:"sf-fade",onEnter:$,onAfterEnter:A,onLeave:E},{default:O(()=>[F(n.$slots,"default",{},void 0,!0)]),_:3}))}}),I=(e,t)=>{const s=e.__vccOpts||e;for(const[r,a]of t)s[r]=a;return s},M=I(q,[["__scopeId","data-v-d3912920"]]),N=["href","target","rel"],G=p({__name:"ALink",props:{href:null,target:null},setup(e){const t=e,s=o(()=>{if(t.target)return t.target;if(t.href.startsWith("http")&&globalThis.storefront.settings){const r=globalThis.storefront.settings.domain||window.location.host;if(t.href.startsWith(`https://${r}`))return null}return null});return(r,a)=>(w(),P("a",{href:e.href,target:u(s),rel:u(s)==="_blank"?"noopener":null},[F(r.$slots,"default")],8,N))}}),R=(e,t=1)=>Number.isInteger(e)?`${e}%`:`${e.toFixed(t)}%`,y=e=>{e.use({install:(t,s)=>{t.config.globalProperties.$t=(r,a)=>W(r,a||s?.lang),t.config.globalProperties.$money=D,t.config.globalProperties.$percentage=R}}),e.component("Fade",M),e.component("ALink",G)},U=p({props:{value:String,name:String},setup({name:e,value:t}){return t?()=>h("astro-slot",{name:e,innerHTML:t}):()=>null}}),Q=e=>async(t,s,r,{client:a})=>{if(delete s.class,!e.hasAttribute("ssr"))return;const d=t.name?`${t.name} Host`:void 0,c={};for(const[i,g]of Object.entries(r))c[i]=()=>h(U,{value:g,name:i==="default"?void 0:i});if(a==="only"){const i=B({name:d,render:()=>h(t,s,c)});await y(i),i.mount(e,!1)}else{const i=x({name:d,render:()=>h(t,s,c)});await y(i),i.mount(e,!0)}};export{Q as default};
1
+ import{T as L,u as C,c as B,a as x}from"./runtime-dom.esm-bundler.0869e112.js";import{d as p,c as o,j as O,w as P,o as w,l as F,u,a as j,G as h}from"./runtime-core.esm-bundler.4da3640b.js";/* empty css */import{D as H,_ as z,f as D}from"./ecom-utils.92f137f6.js";const _=(e,t=z.get("lang"))=>{if(typeof e=="object"&&e!==null){const s=Object.keys(e)[0];if(/^[a-z]{2}(_[a-z]{2})?$/.test(s))return e[t]||e[H]||e[s];{const r=Array.isArray(e)?[]:{};for(const a in e)e[a]!==void 0&&(r[a]=_(e[a],t));return r}}return e},W=_,q=p({__name:"Fade",props:{speed:{default:"default"},slide:null,isFloating:{type:Boolean,default:!1},isLeaveTo:{type:Boolean,default:!0},isEnterFrom:{type:Boolean,default:!0}},setup(e){const t=e;C(n=>({"68e3b484":u(S),"17a22876":u(s),bc2eb02a:u(d),da7ab968:u(i),43026547:u(b),"6e5955a6":u(T),"6f10697b":u(c),"95ff7e48":u(g)}));const s=o(()=>t.speed==="default"?"var(--transition, .2s linear)":`var(--transition-${t.speed}, .4s linear)`),r=o(()=>{switch(t.slide){case"down":return"translate3d(0, -100%, 0)";case"left":return"translate3d(-100%, 0, 0)";case"right":return"translate3d(100%, 0, 0)";case"up":return"translate3d(0, 100%, 0)";default:return"none"}}),a=o(()=>r.value!=="none"?.1:0),d=o(()=>t.isEnterFrom?a.value:1),c=o(()=>t.isLeaveTo?a.value:1),i=o(()=>t.isEnterFrom?r.value:"none"),g=o(()=>t.isLeaveTo?r.value:"none"),l=o(()=>t.slide==="down"||t.slide==="up"),m=o(()=>t.isFloating?null:l.value?0:"auto"),v=o(()=>t.isFloating?null:t.slide&&!l.value?0:"auto"),b=o(()=>t.isEnterFrom?m.value:"auto"),T=o(()=>t.isEnterFrom?v.value:"auto"),S=o(()=>{let n="opacity";return r.value!=="none"&&(n+=", transform"),m.value===0&&(n+=", height"),v.value===0&&(n+=", width"),n}),$=n=>{if(t.slide&&!t.isFloating&&t.isEnterFrom){l.value?(n.style.width=getComputedStyle(n).width,n.style.height="auto"):(n.style.width="auto",n.style.height=getComputedStyle(n).height),n.style.position="absolute",n.style.visibility="hidden";const{width:f,height:k}=getComputedStyle(n);n.style.width=l.value?null:"0",n.style.height=l.value?"0":null,n.style.position=null,n.style.visibility=null,getComputedStyle(n)[l.value?"height":"width"],requestAnimationFrame(()=>{l.value?n.style.height=k:n.style.width=f})}},A=n=>{t.slide&&!t.isFloating&&t.isEnterFrom&&(n.style[l.value?"height":"width"]=null)},E=n=>{if(t.slide&&!t.isFloating&&t.isLeaveTo){l.value?n.style.height=getComputedStyle(n).height:n.style.width=getComputedStyle(n).width;const f=l.value?"height":"width";getComputedStyle(n)[f],requestAnimationFrame(()=>{n.style[f]="0"})}};return(n,f)=>(w(),O(L,{name:"sf-fade",onEnter:$,onAfterEnter:A,onLeave:E},{default:P(()=>[F(n.$slots,"default",{},void 0,!0)]),_:3}))}}),G=(e,t)=>{const s=e.__vccOpts||e;for(const[r,a]of t)s[r]=a;return s},I=G(q,[["__scopeId","data-v-d3912920"]]),M=["href","target","rel"],N=p({__name:"ALink",props:{href:null,target:null},setup(e){const t=e,s=o(()=>{if(t.target)return t.target;if(t.href.startsWith("http")&&globalThis.storefront.settings){const r=globalThis.storefront.settings.domain||window.location.host;if(t.href.startsWith(`https://${r}`))return null}return null});return(r,a)=>(w(),j("a",{href:e.href,target:u(s),rel:u(s)==="_blank"?"noopener":null},[F(r.$slots,"default")],8,M))}}),R=(e,t=1)=>Number.isInteger(e)?`${e}%`:`${e.toFixed(t)}%`,y=e=>{e.use({install:(t,s)=>{t.config.globalProperties.$t=(r,a)=>W(r,a||s?.lang),t.config.globalProperties.$money=D,t.config.globalProperties.$percentage=R}}),e.component("Fade",I),e.component("ALink",N)},U=p({props:{value:String,name:String},setup({name:e,value:t}){return t?()=>h("astro-slot",{name:e,innerHTML:t}):()=>null}}),Q=e=>async(t,s,r,{client:a})=>{if(delete s.class,!e.hasAttribute("ssr"))return;const d=t.name?`${t.name} Host`:void 0,c={};for(const[i,g]of Object.entries(r))c[i]=()=>h(U,{value:g,name:i==="default"?void 0:i});if(a==="only"){const i=B({name:d,render:()=>h(t,s,c)});await y(i),i.mount(e,!1)}else{const i=x({name:d,render:()=>h(t,s,c)});await y(i),i.mount(e,!0)}};export{Q as default};
@@ -0,0 +1 @@
1
+ [data-prices]>span{font-size:87%}[data-prices]>div{font-size:90%}[data-prices] small{text-transform:lowercase;font-size:92%}
@@ -0,0 +1 @@
1
+ import{c as E,u as U,i as b,_ as G,$ as X,a0 as K,h as D,p as M}from"./runtime-core.esm-bundler.4da3640b.js";var H;const L=typeof window<"u",Y=e=>typeof e=="string",y=()=>{};L&&((H=window?.navigator)!=null&&H.userAgent)&&/iP(ad|hone|od)/.test(window.navigator.userAgent);function _(e){return typeof e=="function"?e():U(e)}function R(e,n){function t(...r){return new Promise((o,s)=>{Promise.resolve(e(()=>n.apply(this,r),{fn:n,thisArg:this,args:r})).then(o).catch(s)})}return t}function q(e,n={}){let t,r,o=y;const s=u=>{clearTimeout(u),o(),o=y};return u=>{const f=_(e),i=_(n.maxWait);return t&&s(t),f<=0||i!==void 0&&i<=0?(r&&(s(r),r=null),Promise.resolve(u())):new Promise((a,d)=>{o=n.rejectOnCancel?d:a,i&&!r&&(r=setTimeout(()=>{t&&s(t),r=null,a(u())},i)),t=setTimeout(()=>{r&&s(r),r=null,a(u())},f)})}}function z(e,n=!0,t=!0,r=!1){let o=0,s,l=!0,u=y,f;const i=()=>{s&&(clearTimeout(s),s=void 0,u(),u=y)};return d=>{const p=_(e),w=Date.now()-o,T=()=>f=d();if(i(),p<=0)return o=Date.now(),T();if(w>p&&(t||!l))o=Date.now(),T();else if(n)return new Promise((O,m)=>{u=r?m:O,s=setTimeout(()=>{o=Date.now(),l=!0,O(T()),i()},p-w)});return!t&&!s&&(s=setTimeout(()=>l=!0,p)),l=!1,f}}function de(e,n=!1,t="Timeout"){return new Promise((r,o)=>{setTimeout(n?()=>o(t):r,e)})}function J(e){return e}function V(e){return X()?(K(e),!0):!1}function Z(e,n=200,t={}){return R(q(n,t),e)}function k(e,n=200,t=!1,r=!0,o=!1){return R(z(n,t,r,o),e)}function ee(e,n,t={}){const{immediate:r=!0}=t,o=b(!1);let s=null;function l(){s&&(clearTimeout(s),s=null)}function u(){o.value=!1,l()}function f(...i){l(),o.value=!0,s=setTimeout(()=>{o.value=!1,s=null,e(...i)},_(n))}return r&&(o.value=!0,L&&f()),V(u),{isPending:G(o),start:f,stop:u}}var te=Object.defineProperty,Q=Object.getOwnPropertySymbols,ne=Object.prototype.hasOwnProperty,re=Object.prototype.propertyIsEnumerable,F=(e,n,t)=>n in e?te(e,n,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[n]=t,oe=(e,n)=>{for(var t in n||(n={}))ne.call(n,t)&&F(e,t,n[t]);if(Q)for(var t of Q(n))re.call(n,t)&&F(e,t,n[t]);return e};function me(e=1e3,n={}){const{controls:t=!1,callback:r}=n,o=ee(r??y,e,n),s=E(()=>!o.isPending.value);return t?oe({ready:s},o):s}function se(e){var n;const t=_(e);return(n=t?.$el)!=null?n:t}const ae=L?window:void 0;function I(...e){let n,t,r,o;if(Y(e[0])||Array.isArray(e[0])?([t,r,o]=e,n=ae):[n,t,r,o]=e,!n)return y;Array.isArray(t)||(t=[t]),Array.isArray(r)||(r=[r]);const s=[],l=()=>{s.forEach(a=>a()),s.length=0},u=(a,d,p)=>(a.addEventListener(d,p,o),()=>a.removeEventListener(d,p,o)),f=M(()=>se(n),a=>{l(),a&&s.push(...t.flatMap(d=>r.map(p=>u(a,d,p))))},{immediate:!0,flush:"post"}),i=()=>{f(),l()};return V(i),i}const S=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},A="__vueuse_ssr_handlers__";S[A]=S[A]||{};S[A];function ve(e){const n=b(!1);return I(e,"mouseenter",()=>n.value=!0),I(e,"mouseleave",()=>n.value=!1),n}const N=1;function _e(e,n={}){const{throttle:t=0,idle:r=200,onStop:o=y,onScroll:s=y,offset:l={left:0,right:0,top:0,bottom:0},eventListenerOptions:u={capture:!1,passive:!0},behavior:f="auto"}=n,i=b(0),a=b(0),d=E({get(){return i.value},set(c){w(c,void 0)}}),p=E({get(){return a.value},set(c){w(void 0,c)}});function w(c,g){var h,v,C;const P=_(e);P&&((C=P instanceof Document?document.body:P)==null||C.scrollTo({top:(h=_(g))!=null?h:p.value,left:(v=_(c))!=null?v:d.value,behavior:_(f)}))}const T=b(!1),O=D({left:!0,right:!1,top:!0,bottom:!1}),m=D({left:!1,right:!1,top:!1,bottom:!1}),B=Z(c=>{T.value=!1,m.left=!1,m.right=!1,m.top=!1,m.bottom=!1,o(c)},t+r),x=c=>{const g=c.target===document?c.target.documentElement:c.target,h=g.scrollLeft;m.left=h<i.value,m.right=h>a.value,O.left=h<=0+(l.left||0),O.right=h+g.clientWidth>=g.scrollWidth-(l.right||0)-N,i.value=h;let v=g.scrollTop;c.target===document&&!v&&(v=document.body.scrollTop),m.top=v<a.value,m.bottom=v>a.value,O.top=v<=0+(l.top||0),O.bottom=v+g.clientHeight>=g.scrollHeight-(l.bottom||0)-N,a.value=v,T.value=!0,B(c),s(c)};return I(e,"scroll",t?k(x,t,!0,!1):x,u),{x:d,y:p,isScrolling:T,arrivedState:O,directions:m}}var W;(function(e){e.UP="UP",e.RIGHT="RIGHT",e.DOWN="DOWN",e.LEFT="LEFT",e.NONE="NONE"})(W||(W={}));var le=Object.defineProperty,$=Object.getOwnPropertySymbols,ue=Object.prototype.hasOwnProperty,ie=Object.prototype.propertyIsEnumerable,j=(e,n,t)=>n in e?le(e,n,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[n]=t,ce=(e,n)=>{for(var t in n||(n={}))ue.call(n,t)&&j(e,t,n[t]);if($)for(var t of $(n))ie.call(n,t)&&j(e,t,n[t]);return e};const fe={easeInSine:[.12,0,.39,0],easeOutSine:[.61,1,.88,1],easeInOutSine:[.37,0,.63,1],easeInQuad:[.11,0,.5,0],easeOutQuad:[.5,1,.89,1],easeInOutQuad:[.45,0,.55,1],easeInCubic:[.32,0,.67,0],easeOutCubic:[.33,1,.68,1],easeInOutCubic:[.65,0,.35,1],easeInQuart:[.5,0,.75,0],easeOutQuart:[.25,1,.5,1],easeInOutQuart:[.76,0,.24,1],easeInQuint:[.64,0,.78,0],easeOutQuint:[.22,1,.36,1],easeInOutQuint:[.83,0,.17,1],easeInExpo:[.7,0,.84,0],easeOutExpo:[.16,1,.3,1],easeInOutExpo:[.87,0,.13,1],easeInCirc:[.55,0,1,.45],easeOutCirc:[0,.55,.45,1],easeInOutCirc:[.85,0,.15,1],easeInBack:[.36,0,.66,-.56],easeOutBack:[.34,1.56,.64,1],easeInOutBack:[.68,-.6,.32,1.6]};ce({linear:J},fe);export{ve as a,Z as b,me as c,de as p,_e as u};
@@ -1 +1 @@
1
- import{l as h,u as y}from"./session-utm.72684b84.js";import{j as g,c as b}from"./runtime-core.esm-bundler.f04cee62.js";import{f as d}from"./ecom-utils.92f137f6.js";const v=(o,a,i=1e4)=>{let n,r;i&&(n=new AbortController,r=setTimeout(()=>{n.abort()},i)),a?.body&&typeof a.body=="object"&&(a.body=JSON.stringify(a.body),a.headers={...a.headers,"Content-Type":"application/json","Content-Length":a.body.length.toString()});const l=fetch(o,{...a,signal:n?.signal});return l.finally(()=>{r&&clearTimeout(r)}),l},I={list_payments:{},calculate_shipping:{},apply_discount:{}},p=g(I);h.then(o=>{Object.assign(p,o)});{const o="MODULES_INFO",a=sessionStorage.getItem(o);if(a)try{const n=JSON.parse(a);n.__timestamp>=Date.now()-1e3*60*5?(delete n.__timestamp,Object.assign(p,n)):sessionStorage.removeItem(o)}catch{sessionStorage.removeItem(o)}const i=()=>{const n=[];["list_payments","calculate_shipping"].forEach(r=>{Object.keys(p[r]).length||n.push({modName:r})}),Object.keys(y).length&&n.push({modName:"apply_discount",reqOptions:{method:"post",body:{utm:y}}}),n.forEach(({modName:r,reqOptions:l})=>{v(`/api/modules/${r}`,l).then(async f=>{if(f.ok){const s={};p[r]=s;const{result:u}=await f.json();Array.isArray(u)&&u.forEach(({error:_,response:c})=>{if(!_){let e,t;switch(r){case"calculate_shipping":e="free_shipping_from_value",t=c[e],typeof t=="number"&&(s[e]===void 0||t<s[e])&&(s[e]=t);break;case"list_payments":e="installments_option",t=c[e],t&&(!s[e]||t.monthly_interest<s[e].monthly_interest||t.max_number>s[e].max_number)&&(s[e]=t),e="discount_option",t=c[e],t&&(!s[e]||t.value>s[e].value)&&c.payment_gateways.forEach(({discount:m})=>{m&&m.apply_at!=="freight"&&m.value===t.value&&(s[e]={apply_at:m.apply_at,...t})}),e="loyalty_points_programs",t=c[e],t&&(s[e]={...s[e],...t});break;default:e="available_extra_discount",t=c[e],t&&(!s[e]||t.value>s[e].value)&&(s[e]=t)}}}),sessionStorage.setItem(o,JSON.stringify({...p,__timestamp:Date.now()}))}}).catch(console.error)})};typeof window.requestIdleCallback=="function"?window.requestIdleCallback(i):setTimeout(i,300)}const O=(o,a,i,n=d)=>b(()=>{const r=`{{${i}}}`,l=o.indexOf(r);if(l>-1){const f=p[a][i];if(f){const s=n(f);return o.substring(0,l)+s+o.substring(l+r.length)}return""}return o}),k=o=>O(o,"calculate_shipping","free_shipping_from_value");export{p as m,k as p};
1
+ import{l as h,u as y}from"./session-utm.72684b84.js";import{h as g,c as b}from"./runtime-core.esm-bundler.4da3640b.js";import{f as d}from"./ecom-utils.92f137f6.js";const v=(o,a,i=1e4)=>{let n,r;i&&(n=new AbortController,r=setTimeout(()=>{n.abort()},i)),a?.body&&typeof a.body=="object"&&(a.body=JSON.stringify(a.body),a.headers={...a.headers,"Content-Type":"application/json","Content-Length":a.body.length.toString()});const l=fetch(o,{...a,signal:n?.signal});return l.finally(()=>{r&&clearTimeout(r)}),l},I={list_payments:{},calculate_shipping:{},apply_discount:{}},p=g(I);h.then(o=>{Object.assign(p,o)});{const o="MODULES_INFO",a=sessionStorage.getItem(o);if(a)try{const n=JSON.parse(a);n.__timestamp>=Date.now()-1e3*60*5?(delete n.__timestamp,Object.assign(p,n)):sessionStorage.removeItem(o)}catch{sessionStorage.removeItem(o)}const i=()=>{const n=[];["list_payments","calculate_shipping"].forEach(r=>{Object.keys(p[r]).length||n.push({modName:r})}),Object.keys(y).length&&n.push({modName:"apply_discount",reqOptions:{method:"post",body:{utm:y}}}),n.forEach(({modName:r,reqOptions:l})=>{v(`/api/modules/${r}`,l).then(async f=>{if(f.ok){const s={};p[r]=s;const{result:u}=await f.json();Array.isArray(u)&&u.forEach(({error:_,response:c})=>{if(!_){let e,t;switch(r){case"calculate_shipping":e="free_shipping_from_value",t=c[e],typeof t=="number"&&(s[e]===void 0||t<s[e])&&(s[e]=t);break;case"list_payments":e="installments_option",t=c[e],t&&(!s[e]||t.monthly_interest<s[e].monthly_interest||t.max_number>s[e].max_number)&&(s[e]=t),e="discount_option",t=c[e],t&&(!s[e]||t.value>s[e].value)&&c.payment_gateways.forEach(({discount:m})=>{m&&m.apply_at!=="freight"&&m.value===t.value&&(s[e]={apply_at:m.apply_at,...t})}),e="loyalty_points_programs",t=c[e],t&&(s[e]={...s[e],...t});break;default:e="available_extra_discount",t=c[e],t&&(!s[e]||t.value>s[e].value)&&(s[e]=t)}}}),sessionStorage.setItem(o,JSON.stringify({...p,__timestamp:Date.now()}))}}).catch(console.error)})};typeof window.requestIdleCallback=="function"?window.requestIdleCallback(i):setTimeout(i,300)}const O=(o,a,i,n=d)=>b(()=>{const r=`{{${i}}}`,l=o.indexOf(r);if(l>-1){const f=p[a][i];if(f){const s=n(f);return o.substring(0,l)+s+o.substring(l+r.length)}return""}return o}),k=o=>O(o,"calculate_shipping","free_shipping_from_value");export{p as m,k as p};
@@ -0,0 +1 @@
1
+ function xn(e,t){const n=Object.create(null),s=e.split(",");for(let r=0;r<s.length;r++)n[s[r]]=!0;return t?r=>!!n[r.toLowerCase()]:r=>!!n[r]}function $t(e){if(N(e)){const t={};for(let n=0;n<e.length;n++){const s=e[n],r=ie(s)?xr(s):$t(s);if(r)for(const l in r)t[l]=r[l]}return t}else{if(ie(e))return e;if(X(e))return e}}const mr=/;(?![^(]*\))/g,br=/:([^]+)/,yr=/\/\*.*?\*\//gs;function xr(e){const t={};return e.replace(yr,"").split(mr).forEach(n=>{if(n){const s=n.split(br);s.length>1&&(t[s[0].trim()]=s[1].trim())}}),t}function Dt(e){let t="";if(ie(e))t=e;else if(N(e))for(let n=0;n<e.length;n++){const s=Dt(e[n]);s&&(t+=s+" ")}else if(X(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}function mi(e){if(!e)return null;let{class:t,style:n}=e;return t&&!ie(t)&&(e.class=Dt(t)),n&&(e.style=$t(n)),e}const Cr="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",bi=xn(Cr);function yi(e){return!!e||e===""}const xi=e=>ie(e)?e:e==null?"":N(e)||X(e)&&(e.toString===_s||!k(e.toString))?JSON.stringify(e,ds,2):String(e),ds=(e,t)=>t&&t.__v_isRef?ds(e,t.value):tt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[s,r])=>(n[`${s} =>`]=r,n),{})}:ps(t)?{[`Set(${t.size})`]:[...t.values()]}:X(t)&&!N(t)&&!ms(t)?String(t):t,Q={},et=[],Te=()=>{},wr=()=>!1,Er=/^on[^a-z]/,Wt=e=>Er.test(e),hs=e=>e.startsWith("onUpdate:"),he=Object.assign,Cn=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Tr=Object.prototype.hasOwnProperty,$=(e,t)=>Tr.call(e,t),N=Array.isArray,tt=e=>Vt(e)==="[object Map]",ps=e=>Vt(e)==="[object Set]",k=e=>typeof e=="function",ie=e=>typeof e=="string",wn=e=>typeof e=="symbol",X=e=>e!==null&&typeof e=="object",gs=e=>X(e)&&k(e.then)&&k(e.catch),_s=Object.prototype.toString,Vt=e=>_s.call(e),Fr=e=>Vt(e).slice(8,-1),ms=e=>Vt(e)==="[object Object]",En=e=>ie(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,dt=xn(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),St=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Mr=/-(\w)/g,je=St(e=>e.replace(Mr,(t,n)=>n?n.toUpperCase():"")),Or=/\B([A-Z])/g,qt=St(e=>e.replace(Or,"-$1").toLowerCase()),Tn=St(e=>e.charAt(0).toUpperCase()+e.slice(1)),nn=St(e=>e?`on${Tn(e)}`:""),gt=(e,t)=>!Object.is(e,t),sn=(e,t)=>{for(let n=0;n<e.length;n++)e[n](t)},Nt=(e,t,n)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},bs=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let Sn;const Ar=()=>Sn||(Sn=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});let ge;class Ir{constructor(t=!1){this.detached=t,this.active=!0,this.effects=[],this.cleanups=[],this.parent=ge,!t&&ge&&(this.index=(ge.scopes||(ge.scopes=[])).push(this)-1)}run(t){if(this.active){const n=ge;try{return ge=this,t()}finally{ge=n}}}on(){ge=this}off(){ge=this.parent}stop(t){if(this.active){let n,s;for(n=0,s=this.effects.length;n<s;n++)this.effects[n].stop();for(n=0,s=this.cleanups.length;n<s;n++)this.cleanups[n]();if(this.scopes)for(n=0,s=this.scopes.length;n<s;n++)this.scopes[n].stop(!0);if(!this.detached&&this.parent&&!t){const r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0,this.active=!1}}}function Pr(e,t=ge){t&&t.active&&t.effects.push(e)}function Ci(){return ge}function wi(e){ge&&ge.cleanups.push(e)}const Fn=e=>{const t=new Set(e);return t.w=0,t.n=0,t},ys=e=>(e.w&$e)>0,xs=e=>(e.n&$e)>0,Rr=({deps:e})=>{if(e.length)for(let t=0;t<e.length;t++)e[t].w|=$e},Hr=e=>{const{deps:t}=e;if(t.length){let n=0;for(let s=0;s<t.length;s++){const r=t[s];ys(r)&&!xs(r)?r.delete(e):t[n++]=r,r.w&=~$e,r.n&=~$e}t.length=n}},cn=new WeakMap;let at=0,$e=1;const un=30;let we;const Ze=Symbol(""),an=Symbol("");class Mn{constructor(t,n=null,s){this.fn=t,this.scheduler=n,this.active=!0,this.deps=[],this.parent=void 0,Pr(this,s)}run(){if(!this.active)return this.fn();let t=we,n=Ue;for(;t;){if(t===this)return;t=t.parent}try{return this.parent=we,we=this,Ue=!0,$e=1<<++at,at<=un?Rr(this):qn(this),this.fn()}finally{at<=un&&Hr(this),$e=1<<--at,we=this.parent,Ue=n,this.parent=void 0,this.deferStop&&this.stop()}}stop(){we===this?this.deferStop=!0:this.active&&(qn(this),this.onStop&&this.onStop(),this.active=!1)}}function qn(e){const{deps:t}=e;if(t.length){for(let n=0;n<t.length;n++)t[n].delete(e);t.length=0}}let Ue=!0;const Cs=[];function ft(){Cs.push(Ue),Ue=!1}function ct(){const e=Cs.pop();Ue=e===void 0?!0:e}function me(e,t,n){if(Ue&&we){let s=cn.get(e);s||cn.set(e,s=new Map);let r=s.get(n);r||s.set(n,r=Fn()),ws(r)}}function ws(e,t){let n=!1;at<=un?xs(e)||(e.n|=$e,n=!ys(e)):n=!e.has(we),n&&(e.add(we),we.deps.push(e))}function Ne(e,t,n,s,r,l){const i=cn.get(e);if(!i)return;let f=[];if(t==="clear")f=[...i.values()];else if(n==="length"&&N(e)){const u=bs(s);i.forEach((d,g)=>{(g==="length"||g>=u)&&f.push(d)})}else switch(n!==void 0&&f.push(i.get(n)),t){case"add":N(e)?En(n)&&f.push(i.get("length")):(f.push(i.get(Ze)),tt(e)&&f.push(i.get(an)));break;case"delete":N(e)||(f.push(i.get(Ze)),tt(e)&&f.push(i.get(an)));break;case"set":tt(e)&&f.push(i.get(Ze));break}if(f.length===1)f[0]&&dn(f[0]);else{const u=[];for(const d of f)d&&u.push(...d);dn(Fn(u))}}function dn(e,t){const n=N(e)?e:[...e];for(const s of n)s.computed&&Jn(s);for(const s of n)s.computed||Jn(s)}function Jn(e,t){(e!==we||e.allowRecurse)&&(e.scheduler?e.scheduler():e.run())}const jr=xn("__proto__,__v_isRef,__isVue"),Es=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(wn)),Nr=On(),Lr=On(!1,!0),kr=On(!0),Yn=Br();function Br(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const s=V(this);for(let l=0,i=this.length;l<i;l++)me(s,"get",l+"");const r=s[t](...n);return r===-1||r===!1?s[t](...n.map(V)):r}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...n){ft();const s=V(this)[t].apply(this,n);return ct(),s}}),e}function On(e=!1,t=!1){return function(s,r,l){if(r==="__v_isReactive")return!e;if(r==="__v_isReadonly")return e;if(r==="__v_isShallow")return t;if(r==="__v_raw"&&l===(e?t?Gr:As:t?Os:Ms).get(s))return s;const i=N(s);if(!e&&i&&$(Yn,r))return Reflect.get(Yn,r,l);const f=Reflect.get(s,r,l);return(wn(r)?Es.has(r):jr(r))||(e||me(s,"get",r),t)?f:re(f)?i&&En(r)?f:f.value:X(f)?e?Is(f):Pn(f):f}}const vr=Ts(),Ur=Ts(!0);function Ts(e=!1){return function(n,s,r,l){let i=n[s];if(lt(i)&&re(i)&&!re(r))return!1;if(!e&&(!Lt(r)&&!lt(r)&&(i=V(i),r=V(r)),!N(n)&&re(i)&&!re(r)))return i.value=r,!0;const f=N(n)&&En(s)?Number(s)<n.length:$(n,s),u=Reflect.set(n,s,r,l);return n===V(l)&&(f?gt(r,i)&&Ne(n,"set",s,r):Ne(n,"add",s,r)),u}}function Kr(e,t){const n=$(e,t);e[t];const s=Reflect.deleteProperty(e,t);return s&&n&&Ne(e,"delete",t,void 0),s}function $r(e,t){const n=Reflect.has(e,t);return(!wn(t)||!Es.has(t))&&me(e,"has",t),n}function Dr(e){return me(e,"iterate",N(e)?"length":Ze),Reflect.ownKeys(e)}const Fs={get:Nr,set:vr,deleteProperty:Kr,has:$r,ownKeys:Dr},Wr={get:kr,set(e,t){return!0},deleteProperty(e,t){return!0}},Vr=he({},Fs,{get:Lr,set:Ur}),An=e=>e,Jt=e=>Reflect.getPrototypeOf(e);function Et(e,t,n=!1,s=!1){e=e.__v_raw;const r=V(e),l=V(t);n||(t!==l&&me(r,"get",t),me(r,"get",l));const{has:i}=Jt(r),f=s?An:n?Hn:_t;if(i.call(r,t))return f(e.get(t));if(i.call(r,l))return f(e.get(l));e!==r&&e.get(t)}function Tt(e,t=!1){const n=this.__v_raw,s=V(n),r=V(e);return t||(e!==r&&me(s,"has",e),me(s,"has",r)),e===r?n.has(e):n.has(e)||n.has(r)}function Ft(e,t=!1){return e=e.__v_raw,!t&&me(V(e),"iterate",Ze),Reflect.get(e,"size",e)}function zn(e){e=V(e);const t=V(this);return Jt(t).has.call(t,e)||(t.add(e),Ne(t,"add",e,e)),this}function Zn(e,t){t=V(t);const n=V(this),{has:s,get:r}=Jt(n);let l=s.call(n,e);l||(e=V(e),l=s.call(n,e));const i=r.call(n,e);return n.set(e,t),l?gt(t,i)&&Ne(n,"set",e,t):Ne(n,"add",e,t),this}function Qn(e){const t=V(this),{has:n,get:s}=Jt(t);let r=n.call(t,e);r||(e=V(e),r=n.call(t,e)),s&&s.call(t,e);const l=t.delete(e);return r&&Ne(t,"delete",e,void 0),l}function Xn(){const e=V(this),t=e.size!==0,n=e.clear();return t&&Ne(e,"clear",void 0,void 0),n}function Mt(e,t){return function(s,r){const l=this,i=l.__v_raw,f=V(i),u=t?An:e?Hn:_t;return!e&&me(f,"iterate",Ze),i.forEach((d,g)=>s.call(r,u(d),u(g),l))}}function Ot(e,t,n){return function(...s){const r=this.__v_raw,l=V(r),i=tt(l),f=e==="entries"||e===Symbol.iterator&&i,u=e==="keys"&&i,d=r[e](...s),g=n?An:t?Hn:_t;return!t&&me(l,"iterate",u?an:Ze),{next(){const{value:x,done:w}=d.next();return w?{value:x,done:w}:{value:f?[g(x[0]),g(x[1])]:g(x),done:w}},[Symbol.iterator](){return this}}}}function ke(e){return function(...t){return e==="delete"?!1:this}}function Sr(){const e={get(l){return Et(this,l)},get size(){return Ft(this)},has:Tt,add:zn,set:Zn,delete:Qn,clear:Xn,forEach:Mt(!1,!1)},t={get(l){return Et(this,l,!1,!0)},get size(){return Ft(this)},has:Tt,add:zn,set:Zn,delete:Qn,clear:Xn,forEach:Mt(!1,!0)},n={get(l){return Et(this,l,!0)},get size(){return Ft(this,!0)},has(l){return Tt.call(this,l,!0)},add:ke("add"),set:ke("set"),delete:ke("delete"),clear:ke("clear"),forEach:Mt(!0,!1)},s={get(l){return Et(this,l,!0,!0)},get size(){return Ft(this,!0)},has(l){return Tt.call(this,l,!0)},add:ke("add"),set:ke("set"),delete:ke("delete"),clear:ke("clear"),forEach:Mt(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(l=>{e[l]=Ot(l,!1,!1),n[l]=Ot(l,!0,!1),t[l]=Ot(l,!1,!0),s[l]=Ot(l,!0,!0)}),[e,n,t,s]}const[qr,Jr,Yr,zr]=Sr();function In(e,t){const n=t?e?zr:Yr:e?Jr:qr;return(s,r,l)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?s:Reflect.get($(n,r)&&r in s?n:s,r,l)}const Zr={get:In(!1,!1)},Qr={get:In(!1,!0)},Xr={get:In(!0,!1)},Ms=new WeakMap,Os=new WeakMap,As=new WeakMap,Gr=new WeakMap;function el(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function tl(e){return e.__v_skip||!Object.isExtensible(e)?0:el(Fr(e))}function Pn(e){return lt(e)?e:Rn(e,!1,Fs,Zr,Ms)}function nl(e){return Rn(e,!1,Vr,Qr,Os)}function Is(e){return Rn(e,!0,Wr,Xr,As)}function Rn(e,t,n,s,r){if(!X(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const l=r.get(e);if(l)return l;const i=tl(e);if(i===0)return e;const f=new Proxy(e,i===2?s:n);return r.set(e,f),f}function nt(e){return lt(e)?nt(e.__v_raw):!!(e&&e.__v_isReactive)}function lt(e){return!!(e&&e.__v_isReadonly)}function Lt(e){return!!(e&&e.__v_isShallow)}function Ps(e){return nt(e)||lt(e)}function V(e){const t=e&&e.__v_raw;return t?V(t):e}function Rs(e){return Nt(e,"__v_skip",!0),e}const _t=e=>X(e)?Pn(e):e,Hn=e=>X(e)?Is(e):e;function Hs(e){Ue&&we&&(e=V(e),ws(e.dep||(e.dep=Fn())))}function js(e,t){e=V(e),e.dep&&dn(e.dep)}function re(e){return!!(e&&e.__v_isRef===!0)}function Ei(e){return sl(e,!1)}function sl(e,t){return re(e)?e:new rl(e,t)}class rl{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:V(t),this._value=n?t:_t(t)}get value(){return Hs(this),this._value}set value(t){const n=this.__v_isShallow||Lt(t)||lt(t);t=n?t:V(t),gt(t,this._rawValue)&&(this._rawValue=t,this._value=n?t:_t(t),js(this))}}function ll(e){return re(e)?e.value:e}const il={get:(e,t,n)=>ll(Reflect.get(e,t,n)),set:(e,t,n,s)=>{const r=e[t];return re(r)&&!re(n)?(r.value=n,!0):Reflect.set(e,t,n,s)}};function Ns(e){return nt(e)?e:new Proxy(e,il)}class ol{constructor(t,n,s){this._object=t,this._key=n,this._defaultValue=s,this.__v_isRef=!0}get value(){const t=this._object[this._key];return t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}}function Ti(e,t,n){const s=e[t];return re(s)?s:new ol(e,t,n)}var Ls;class fl{constructor(t,n,s,r){this._setter=n,this.dep=void 0,this.__v_isRef=!0,this[Ls]=!1,this._dirty=!0,this.effect=new Mn(t,()=>{this._dirty||(this._dirty=!0,js(this))}),this.effect.computed=this,this.effect.active=this._cacheable=!r,this.__v_isReadonly=s}get value(){const t=V(this);return Hs(t),(t._dirty||!t._cacheable)&&(t._dirty=!1,t._value=t.effect.run()),t._value}set value(t){this._setter(t)}}Ls="__v_isReadonly";function cl(e,t,n=!1){let s,r;const l=k(e);return l?(s=e,r=Te):(s=e.get,r=e.set),new fl(s,r,l||!r,n)}function Ke(e,t,n,s){let r;try{r=s?e(...s):e()}catch(l){Yt(l,t,n)}return r}function Fe(e,t,n,s){if(k(e)){const l=Ke(e,t,n,s);return l&&gs(l)&&l.catch(i=>{Yt(i,t,n)}),l}const r=[];for(let l=0;l<e.length;l++)r.push(Fe(e[l],t,n,s));return r}function Yt(e,t,n,s=!0){const r=t?t.vnode:null;if(t){let l=t.parent;const i=t.proxy,f=n;for(;l;){const d=l.ec;if(d){for(let g=0;g<d.length;g++)if(d[g](e,i,f)===!1)return}l=l.parent}const u=t.appContext.config.errorHandler;if(u){Ke(u,null,10,[e,i,f]);return}}ul(e,n,r,s)}function ul(e,t,n,s=!0){console.error(e)}let mt=!1,hn=!1;const fe=[];let Pe=0;const st=[];let He=null,Je=0;const ks=Promise.resolve();let jn=null;function al(e){const t=jn||ks;return e?t.then(this?e.bind(this):e):t}function dl(e){let t=Pe+1,n=fe.length;for(;t<n;){const s=t+n>>>1;bt(fe[s])<e?t=s+1:n=s}return t}function Nn(e){(!fe.length||!fe.includes(e,mt&&e.allowRecurse?Pe+1:Pe))&&(e.id==null?fe.push(e):fe.splice(dl(e.id),0,e),Bs())}function Bs(){!mt&&!hn&&(hn=!0,jn=ks.then(vs))}function hl(e){const t=fe.indexOf(e);t>Pe&&fe.splice(t,1)}function pl(e){N(e)?st.push(...e):(!He||!He.includes(e,e.allowRecurse?Je+1:Je))&&st.push(e),Bs()}function Gn(e,t=mt?Pe+1:0){for(;t<fe.length;t++){const n=fe[t];n&&n.pre&&(fe.splice(t,1),t--,n())}}function kt(e){if(st.length){const t=[...new Set(st)];if(st.length=0,He){He.push(...t);return}for(He=t,He.sort((n,s)=>bt(n)-bt(s)),Je=0;Je<He.length;Je++)He[Je]();He=null,Je=0}}const bt=e=>e.id==null?1/0:e.id,gl=(e,t)=>{const n=bt(e)-bt(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function vs(e){hn=!1,mt=!0,fe.sort(gl);const t=Te;try{for(Pe=0;Pe<fe.length;Pe++){const n=fe[Pe];n&&n.active!==!1&&Ke(n,null,14)}}finally{Pe=0,fe.length=0,kt(),mt=!1,jn=null,(fe.length||st.length)&&vs()}}function _l(e,t,...n){if(e.isUnmounted)return;const s=e.vnode.props||Q;let r=n;const l=t.startsWith("update:"),i=l&&t.slice(7);if(i&&i in s){const g=`${i==="modelValue"?"model":i}Modifiers`,{number:x,trim:w}=s[g]||Q;w&&(r=n.map(R=>ie(R)?R.trim():R)),x&&(r=n.map(bs))}let f,u=s[f=nn(t)]||s[f=nn(je(t))];!u&&l&&(u=s[f=nn(qt(t))]),u&&Fe(u,e,6,r);const d=s[f+"Once"];if(d){if(!e.emitted)e.emitted={};else if(e.emitted[f])return;e.emitted[f]=!0,Fe(d,e,6,r)}}function Us(e,t,n=!1){const s=t.emitsCache,r=s.get(e);if(r!==void 0)return r;const l=e.emits;let i={},f=!1;if(!k(e)){const u=d=>{const g=Us(d,t,!0);g&&(f=!0,he(i,g))};!n&&t.mixins.length&&t.mixins.forEach(u),e.extends&&u(e.extends),e.mixins&&e.mixins.forEach(u)}return!l&&!f?(X(e)&&s.set(e,null),null):(N(l)?l.forEach(u=>i[u]=null):he(i,l),X(e)&&s.set(e,i),i)}function zt(e,t){return!e||!Wt(t)?!1:(t=t.slice(2).replace(/Once$/,""),$(e,t[0].toLowerCase()+t.slice(1))||$(e,qt(t))||$(e,t))}let le=null,Ks=null;function Bt(e){const t=le;return le=e,Ks=e&&e.type.__scopeId||null,t}function ml(e,t=le,n){if(!t||e._n)return e;const s=(...r)=>{s._d&&cs(-1);const l=Bt(t);let i;try{i=e(...r)}finally{Bt(l),s._d&&cs(1)}return i};return s._n=!0,s._c=!0,s._d=!0,s}function rn(e){const{type:t,vnode:n,proxy:s,withProxy:r,props:l,propsOptions:[i],slots:f,attrs:u,emit:d,render:g,renderCache:x,data:w,setupState:R,ctx:D,inheritAttrs:P}=e;let G,m;const E=Bt(e);try{if(n.shapeFlag&4){const L=r||s;G=Ce(g.call(L,L,x,l,R,w,D)),m=u}else{const L=t;G=Ce(L.length>1?L(l,{attrs:u,slots:f,emit:d}):L(l,null)),m=t.props?u:bl(u)}}catch(L){pt.length=0,Yt(L,e,1),G=ce(_e)}let M=G;if(m&&P!==!1){const L=Object.keys(m),{shapeFlag:U}=M;L.length&&U&7&&(i&&L.some(hs)&&(m=yl(m,i)),M=De(M,m))}return n.dirs&&(M=De(M),M.dirs=M.dirs?M.dirs.concat(n.dirs):n.dirs),n.transition&&(M.transition=n.transition),G=M,Bt(E),G}const bl=e=>{let t;for(const n in e)(n==="class"||n==="style"||Wt(n))&&((t||(t={}))[n]=e[n]);return t},yl=(e,t)=>{const n={};for(const s in e)(!hs(s)||!(s.slice(9)in t))&&(n[s]=e[s]);return n};function xl(e,t,n){const{props:s,children:r,component:l}=e,{props:i,children:f,patchFlag:u}=t,d=l.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&u>=0){if(u&1024)return!0;if(u&16)return s?es(s,i,d):!!i;if(u&8){const g=t.dynamicProps;for(let x=0;x<g.length;x++){const w=g[x];if(i[w]!==s[w]&&!zt(d,w))return!0}}}else return(r||f)&&(!f||!f.$stable)?!0:s===i?!1:s?i?es(s,i,d):!0:!!i;return!1}function es(e,t,n){const s=Object.keys(t);if(s.length!==Object.keys(e).length)return!0;for(let r=0;r<s.length;r++){const l=s[r];if(t[l]!==e[l]&&!zt(n,l))return!0}return!1}function Cl({vnode:e,parent:t},n){for(;t&&t.subTree===e;)(e=t.vnode).el=n,t=t.parent}const wl=e=>e.__isSuspense;function $s(e,t){t&&t.pendingBranch?N(e)?t.effects.push(...e):t.effects.push(e):pl(e)}function El(e,t){if(se){let n=se.provides;const s=se.parent&&se.parent.provides;s===n&&(n=se.provides=Object.create(s)),n[e]=t}}function Rt(e,t,n=!1){const s=se||le;if(s){const r=s.parent==null?s.vnode.appContext&&s.vnode.appContext.provides:s.parent.provides;if(r&&e in r)return r[e];if(arguments.length>1)return n&&k(t)?t.call(s.proxy):t}}function Fi(e,t){return Ln(e,null,{flush:"post"})}const At={};function ln(e,t,n){return Ln(e,t,n)}function Ln(e,t,{immediate:n,deep:s,flush:r,onTrack:l,onTrigger:i}=Q){const f=se;let u,d=!1,g=!1;if(re(e)?(u=()=>e.value,d=Lt(e)):nt(e)?(u=()=>e,s=!0):N(e)?(g=!0,d=e.some(M=>nt(M)||Lt(M)),u=()=>e.map(M=>{if(re(M))return M.value;if(nt(M))return ze(M);if(k(M))return Ke(M,f,2)})):k(e)?t?u=()=>Ke(e,f,2):u=()=>{if(!(f&&f.isUnmounted))return x&&x(),Fe(e,f,3,[w])}:u=Te,t&&s){const M=u;u=()=>ze(M())}let x,w=M=>{x=m.onStop=()=>{Ke(M,f,4)}},R;if(xt)if(w=Te,t?n&&Fe(t,f,3,[u(),g?[]:void 0,w]):u(),r==="sync"){const M=gi();R=M.__watcherHandles||(M.__watcherHandles=[])}else return Te;let D=g?new Array(e.length).fill(At):At;const P=()=>{if(m.active)if(t){const M=m.run();(s||d||(g?M.some((L,U)=>gt(L,D[U])):gt(M,D)))&&(x&&x(),Fe(t,f,3,[M,D===At?void 0:g&&D[0]===At?[]:D,w]),D=M)}else m.run()};P.allowRecurse=!!t;let G;r==="sync"?G=P:r==="post"?G=()=>ae(P,f&&f.suspense):(P.pre=!0,f&&(P.id=f.uid),G=()=>Nn(P));const m=new Mn(u,G);t?n?P():D=m.run():r==="post"?ae(m.run.bind(m),f&&f.suspense):m.run();const E=()=>{m.stop(),f&&f.scope&&Cn(f.scope.effects,m)};return R&&R.push(E),E}function Tl(e,t,n){const s=this.proxy,r=ie(e)?e.includes(".")?Ds(s,e):()=>s[e]:e.bind(s,s);let l;k(t)?l=t:(l=t.handler,n=t);const i=se;ot(this);const f=Ln(r,l.bind(s),n);return i?ot(i):Qe(),f}function Ds(e,t){const n=t.split(".");return()=>{let s=e;for(let r=0;r<n.length&&s;r++)s=s[n[r]];return s}}function ze(e,t){if(!X(e)||e.__v_skip||(t=t||new Set,t.has(e)))return e;if(t.add(e),re(e))ze(e.value,t);else if(N(e))for(let n=0;n<e.length;n++)ze(e[n],t);else if(ps(e)||tt(e))e.forEach(n=>{ze(n,t)});else if(ms(e))for(const n in e)ze(e[n],t);return e}function Fl(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return qs(()=>{e.isMounted=!0}),Js(()=>{e.isUnmounting=!0}),e}const be=[Function,Array],Ml={name:"BaseTransition",props:{mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:be,onEnter:be,onAfterEnter:be,onEnterCancelled:be,onBeforeLeave:be,onLeave:be,onAfterLeave:be,onLeaveCancelled:be,onBeforeAppear:be,onAppear:be,onAfterAppear:be,onAppearCancelled:be},setup(e,{slots:t}){const n=ii(),s=Fl();let r;return()=>{const l=t.default&&Vs(t.default(),!0);if(!l||!l.length)return;let i=l[0];if(l.length>1){for(const P of l)if(P.type!==_e){i=P;break}}const f=V(e),{mode:u}=f;if(s.isLeaving)return on(i);const d=ts(i);if(!d)return on(i);const g=pn(d,f,s,n);gn(d,g);const x=n.subTree,w=x&&ts(x);let R=!1;const{getTransitionKey:D}=d.type;if(D){const P=D();r===void 0?r=P:P!==r&&(r=P,R=!0)}if(w&&w.type!==_e&&(!Ye(d,w)||R)){const P=pn(w,f,s,n);if(gn(w,P),u==="out-in")return s.isLeaving=!0,P.afterLeave=()=>{s.isLeaving=!1,n.update.active!==!1&&n.update()},on(i);u==="in-out"&&d.type!==_e&&(P.delayLeave=(G,m,E)=>{const M=Ws(s,w);M[String(w.key)]=w,G._leaveCb=()=>{m(),G._leaveCb=void 0,delete g.delayedLeave},g.delayedLeave=E})}return i}}},Mi=Ml;function Ws(e,t){const{leavingVNodes:n}=e;let s=n.get(t.type);return s||(s=Object.create(null),n.set(t.type,s)),s}function pn(e,t,n,s){const{appear:r,mode:l,persisted:i=!1,onBeforeEnter:f,onEnter:u,onAfterEnter:d,onEnterCancelled:g,onBeforeLeave:x,onLeave:w,onAfterLeave:R,onLeaveCancelled:D,onBeforeAppear:P,onAppear:G,onAfterAppear:m,onAppearCancelled:E}=t,M=String(e.key),L=Ws(n,e),U=(F,K)=>{F&&Fe(F,s,9,K)},z=(F,K)=>{const B=K[1];U(F,K),N(F)?F.every(S=>S.length<=1)&&B():F.length<=1&&B()},W={mode:l,persisted:i,beforeEnter(F){let K=f;if(!n.isMounted)if(r)K=P||f;else return;F._leaveCb&&F._leaveCb(!0);const B=L[M];B&&Ye(e,B)&&B.el._leaveCb&&B.el._leaveCb(),U(K,[F])},enter(F){let K=u,B=d,S=g;if(!n.isMounted)if(r)K=G||u,B=m||d,S=E||g;else return;let oe=!1;const ee=F._enterCb=H=>{oe||(oe=!0,H?U(S,[F]):U(B,[F]),W.delayedLeave&&W.delayedLeave(),F._enterCb=void 0)};K?z(K,[F,ee]):ee()},leave(F,K){const B=String(e.key);if(F._enterCb&&F._enterCb(!0),n.isUnmounting)return K();U(x,[F]);let S=!1;const oe=F._leaveCb=ee=>{S||(S=!0,K(),ee?U(D,[F]):U(R,[F]),F._leaveCb=void 0,L[B]===e&&delete L[B])};L[B]=e,w?z(w,[F,oe]):oe()},clone(F){return pn(F,t,n,s)}};return W}function on(e){if(Zt(e))return e=De(e),e.children=null,e}function ts(e){return Zt(e)?e.children?e.children[0]:void 0:e}function gn(e,t){e.shapeFlag&6&&e.component?gn(e.component.subTree,t):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function Vs(e,t=!1,n){let s=[],r=0;for(let l=0;l<e.length;l++){let i=e[l];const f=n==null?i.key:String(n)+String(i.key!=null?i.key:l);i.type===de?(i.patchFlag&128&&r++,s=s.concat(Vs(i.children,t,f))):(t||i.type!==_e)&&s.push(f!=null?De(i,{key:f}):i)}if(r>1)for(let l=0;l<s.length;l++)s[l].patchFlag=-2;return s}function Oi(e){return k(e)?{setup:e,name:e.name}:e}const rt=e=>!!e.type.__asyncLoader,Zt=e=>e.type.__isKeepAlive;function Ol(e,t){Ss(e,"a",t)}function Al(e,t){Ss(e,"da",t)}function Ss(e,t,n=se){const s=e.__wdc||(e.__wdc=()=>{let r=n;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(Qt(t,s,n),n){let r=n.parent;for(;r&&r.parent;)Zt(r.parent.vnode)&&Il(s,t,n,r),r=r.parent}}function Il(e,t,n,s){const r=Qt(t,e,s,!0);Ys(()=>{Cn(s[t],r)},n)}function Qt(e,t,n=se,s=!1){if(n){const r=n[e]||(n[e]=[]),l=t.__weh||(t.__weh=(...i)=>{if(n.isUnmounted)return;ft(),ot(n);const f=Fe(t,n,e,i);return Qe(),ct(),f});return s?r.unshift(l):r.push(l),l}}const Le=e=>(t,n=se)=>(!xt||e==="sp")&&Qt(e,(...s)=>t(...s),n),Pl=Le("bm"),qs=Le("m"),Rl=Le("bu"),Hl=Le("u"),Js=Le("bum"),Ys=Le("um"),jl=Le("sp"),Nl=Le("rtg"),Ll=Le("rtc");function kl(e,t=se){Qt("ec",e,t)}function Ai(e,t){const n=le;if(n===null)return e;const s=Gt(n)||n.proxy,r=e.dirs||(e.dirs=[]);for(let l=0;l<t.length;l++){let[i,f,u,d=Q]=t[l];i&&(k(i)&&(i={mounted:i,updated:i}),i.deep&&ze(f),r.push({dir:i,instance:s,value:f,oldValue:void 0,arg:u,modifiers:d}))}return e}function Ie(e,t,n,s){const r=e.dirs,l=t&&t.dirs;for(let i=0;i<r.length;i++){const f=r[i];l&&(f.oldValue=l[i].value);let u=f.dir[s];u&&(ft(),Fe(u,n,8,[e.el,f,e,t]),ct())}}const kn="components";function Ii(e,t){return Zs(kn,e,!0,t)||e}const zs=Symbol();function Pi(e){return ie(e)?Zs(kn,e,!1)||e:e||zs}function Zs(e,t,n=!0,s=!1){const r=le||se;if(r){const l=r.type;if(e===kn){const f=ai(l,!1);if(f&&(f===t||f===je(t)||f===Tn(je(t))))return l}const i=ns(r[e]||l[e],t)||ns(r.appContext[e],t);return!i&&s?l:i}}function ns(e,t){return e&&(e[t]||e[je(t)]||e[Tn(je(t))])}function Ri(e,t,n,s){let r;const l=n&&n[s];if(N(e)||ie(e)){r=new Array(e.length);for(let i=0,f=e.length;i<f;i++)r[i]=t(e[i],i,void 0,l&&l[i])}else if(typeof e=="number"){r=new Array(e);for(let i=0;i<e;i++)r[i]=t(i+1,i,void 0,l&&l[i])}else if(X(e))if(e[Symbol.iterator])r=Array.from(e,(i,f)=>t(i,f,void 0,l&&l[f]));else{const i=Object.keys(e);r=new Array(i.length);for(let f=0,u=i.length;f<u;f++){const d=i[f];r[f]=t(e[d],d,f,l&&l[f])}}else r=[];return n&&(n[s]=r),r}function Hi(e,t,n={},s,r){if(le.isCE||le.parent&&rt(le.parent)&&le.parent.isCE)return t!=="default"&&(n.name=t),ce("slot",n,s&&s());let l=e[t];l&&l._c&&(l._d=!1),or();const i=l&&Qs(l(n)),f=cr(de,{key:n.key||i&&i.key||`_${t}`},i||(s?s():[]),i&&e._===1?64:-2);return!r&&f.scopeId&&(f.slotScopeIds=[f.scopeId+"-s"]),l&&l._c&&(l._d=!0),f}function Qs(e){return e.some(t=>Kt(t)?!(t.type===_e||t.type===de&&!Qs(t.children)):!0)?e:null}const _n=e=>e?hr(e)?Gt(e)||e.proxy:_n(e.parent):null,ht=he(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>_n(e.parent),$root:e=>_n(e.root),$emit:e=>e.emit,$options:e=>Bn(e),$forceUpdate:e=>e.f||(e.f=()=>Nn(e.update)),$nextTick:e=>e.n||(e.n=al.bind(e.proxy)),$watch:e=>Tl.bind(e)}),fn=(e,t)=>e!==Q&&!e.__isScriptSetup&&$(e,t),Bl={get({_:e},t){const{ctx:n,setupState:s,data:r,props:l,accessCache:i,type:f,appContext:u}=e;let d;if(t[0]!=="$"){const R=i[t];if(R!==void 0)switch(R){case 1:return s[t];case 2:return r[t];case 4:return n[t];case 3:return l[t]}else{if(fn(s,t))return i[t]=1,s[t];if(r!==Q&&$(r,t))return i[t]=2,r[t];if((d=e.propsOptions[0])&&$(d,t))return i[t]=3,l[t];if(n!==Q&&$(n,t))return i[t]=4,n[t];mn&&(i[t]=0)}}const g=ht[t];let x,w;if(g)return t==="$attrs"&&me(e,"get",t),g(e);if((x=f.__cssModules)&&(x=x[t]))return x;if(n!==Q&&$(n,t))return i[t]=4,n[t];if(w=u.config.globalProperties,$(w,t))return w[t]},set({_:e},t,n){const{data:s,setupState:r,ctx:l}=e;return fn(r,t)?(r[t]=n,!0):s!==Q&&$(s,t)?(s[t]=n,!0):$(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(l[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:s,appContext:r,propsOptions:l}},i){let f;return!!n[i]||e!==Q&&$(e,i)||fn(t,i)||(f=l[0])&&$(f,i)||$(s,i)||$(ht,i)||$(r.config.globalProperties,i)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:$(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};let mn=!0;function vl(e){const t=Bn(e),n=e.proxy,s=e.ctx;mn=!1,t.beforeCreate&&ss(t.beforeCreate,e,"bc");const{data:r,computed:l,methods:i,watch:f,provide:u,inject:d,created:g,beforeMount:x,mounted:w,beforeUpdate:R,updated:D,activated:P,deactivated:G,beforeDestroy:m,beforeUnmount:E,destroyed:M,unmounted:L,render:U,renderTracked:z,renderTriggered:W,errorCaptured:F,serverPrefetch:K,expose:B,inheritAttrs:S,components:oe,directives:ee,filters:H}=t;if(d&&Ul(d,s,null,e.appContext.config.unwrapInjectedRef),i)for(const te in i){const J=i[te];k(J)&&(s[te]=J.bind(n))}if(r){const te=r.call(n,n);X(te)&&(e.data=Pn(te))}if(mn=!0,l)for(const te in l){const J=l[te],We=k(J)?J.bind(n,n):k(J.get)?J.get.bind(n,n):Te,Ct=!k(J)&&k(J.set)?J.set.bind(n):Te,Ve=hi({get:We,set:Ct});Object.defineProperty(s,te,{enumerable:!0,configurable:!0,get:()=>Ve.value,set:Oe=>Ve.value=Oe})}if(f)for(const te in f)Xs(f[te],s,n,te);if(u){const te=k(u)?u.call(n):u;Reflect.ownKeys(te).forEach(J=>{El(J,te[J])})}g&&ss(g,e,"c");function Z(te,J){N(J)?J.forEach(We=>te(We.bind(n))):J&&te(J.bind(n))}if(Z(Pl,x),Z(qs,w),Z(Rl,R),Z(Hl,D),Z(Ol,P),Z(Al,G),Z(kl,F),Z(Ll,z),Z(Nl,W),Z(Js,E),Z(Ys,L),Z(jl,K),N(B))if(B.length){const te=e.exposed||(e.exposed={});B.forEach(J=>{Object.defineProperty(te,J,{get:()=>n[J],set:We=>n[J]=We})})}else e.exposed||(e.exposed={});U&&e.render===Te&&(e.render=U),S!=null&&(e.inheritAttrs=S),oe&&(e.components=oe),ee&&(e.directives=ee)}function Ul(e,t,n=Te,s=!1){N(e)&&(e=bn(e));for(const r in e){const l=e[r];let i;X(l)?"default"in l?i=Rt(l.from||r,l.default,!0):i=Rt(l.from||r):i=Rt(l),re(i)&&s?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>i.value,set:f=>i.value=f}):t[r]=i}}function ss(e,t,n){Fe(N(e)?e.map(s=>s.bind(t.proxy)):e.bind(t.proxy),t,n)}function Xs(e,t,n,s){const r=s.includes(".")?Ds(n,s):()=>n[s];if(ie(e)){const l=t[e];k(l)&&ln(r,l)}else if(k(e))ln(r,e.bind(n));else if(X(e))if(N(e))e.forEach(l=>Xs(l,t,n,s));else{const l=k(e.handler)?e.handler.bind(n):t[e.handler];k(l)&&ln(r,l,e)}}function Bn(e){const t=e.type,{mixins:n,extends:s}=t,{mixins:r,optionsCache:l,config:{optionMergeStrategies:i}}=e.appContext,f=l.get(t);let u;return f?u=f:!r.length&&!n&&!s?u=t:(u={},r.length&&r.forEach(d=>vt(u,d,i,!0)),vt(u,t,i)),X(t)&&l.set(t,u),u}function vt(e,t,n,s=!1){const{mixins:r,extends:l}=t;l&&vt(e,l,n,!0),r&&r.forEach(i=>vt(e,i,n,!0));for(const i in t)if(!(s&&i==="expose")){const f=Kl[i]||n&&n[i];e[i]=f?f(e[i],t[i]):t[i]}return e}const Kl={data:rs,props:qe,emits:qe,methods:qe,computed:qe,beforeCreate:ue,created:ue,beforeMount:ue,mounted:ue,beforeUpdate:ue,updated:ue,beforeDestroy:ue,beforeUnmount:ue,destroyed:ue,unmounted:ue,activated:ue,deactivated:ue,errorCaptured:ue,serverPrefetch:ue,components:qe,directives:qe,watch:Dl,provide:rs,inject:$l};function rs(e,t){return t?e?function(){return he(k(e)?e.call(this,this):e,k(t)?t.call(this,this):t)}:t:e}function $l(e,t){return qe(bn(e),bn(t))}function bn(e){if(N(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function ue(e,t){return e?[...new Set([].concat(e,t))]:t}function qe(e,t){return e?he(he(Object.create(null),e),t):t}function Dl(e,t){if(!e)return t;if(!t)return e;const n=he(Object.create(null),e);for(const s in t)n[s]=ue(e[s],t[s]);return n}function Wl(e,t,n,s=!1){const r={},l={};Nt(l,Xt,1),e.propsDefaults=Object.create(null),Gs(e,t,r,l);for(const i in e.propsOptions[0])i in r||(r[i]=void 0);n?e.props=s?r:nl(r):e.type.props?e.props=r:e.props=l,e.attrs=l}function Vl(e,t,n,s){const{props:r,attrs:l,vnode:{patchFlag:i}}=e,f=V(r),[u]=e.propsOptions;let d=!1;if((s||i>0)&&!(i&16)){if(i&8){const g=e.vnode.dynamicProps;for(let x=0;x<g.length;x++){let w=g[x];if(zt(e.emitsOptions,w))continue;const R=t[w];if(u)if($(l,w))R!==l[w]&&(l[w]=R,d=!0);else{const D=je(w);r[D]=yn(u,f,D,R,e,!1)}else R!==l[w]&&(l[w]=R,d=!0)}}}else{Gs(e,t,r,l)&&(d=!0);let g;for(const x in f)(!t||!$(t,x)&&((g=qt(x))===x||!$(t,g)))&&(u?n&&(n[x]!==void 0||n[g]!==void 0)&&(r[x]=yn(u,f,x,void 0,e,!0)):delete r[x]);if(l!==f)for(const x in l)(!t||!$(t,x))&&(delete l[x],d=!0)}d&&Ne(e,"set","$attrs")}function Gs(e,t,n,s){const[r,l]=e.propsOptions;let i=!1,f;if(t)for(let u in t){if(dt(u))continue;const d=t[u];let g;r&&$(r,g=je(u))?!l||!l.includes(g)?n[g]=d:(f||(f={}))[g]=d:zt(e.emitsOptions,u)||(!(u in s)||d!==s[u])&&(s[u]=d,i=!0)}if(l){const u=V(n),d=f||Q;for(let g=0;g<l.length;g++){const x=l[g];n[x]=yn(r,u,x,d[x],e,!$(d,x))}}return i}function yn(e,t,n,s,r,l){const i=e[n];if(i!=null){const f=$(i,"default");if(f&&s===void 0){const u=i.default;if(i.type!==Function&&k(u)){const{propsDefaults:d}=r;n in d?s=d[n]:(ot(r),s=d[n]=u.call(null,t),Qe())}else s=u}i[0]&&(l&&!f?s=!1:i[1]&&(s===""||s===qt(n))&&(s=!0))}return s}function er(e,t,n=!1){const s=t.propsCache,r=s.get(e);if(r)return r;const l=e.props,i={},f=[];let u=!1;if(!k(e)){const g=x=>{u=!0;const[w,R]=er(x,t,!0);he(i,w),R&&f.push(...R)};!n&&t.mixins.length&&t.mixins.forEach(g),e.extends&&g(e.extends),e.mixins&&e.mixins.forEach(g)}if(!l&&!u)return X(e)&&s.set(e,et),et;if(N(l))for(let g=0;g<l.length;g++){const x=je(l[g]);ls(x)&&(i[x]=Q)}else if(l)for(const g in l){const x=je(g);if(ls(x)){const w=l[g],R=i[x]=N(w)||k(w)?{type:w}:Object.assign({},w);if(R){const D=fs(Boolean,R.type),P=fs(String,R.type);R[0]=D>-1,R[1]=P<0||D<P,(D>-1||$(R,"default"))&&f.push(x)}}}const d=[i,f];return X(e)&&s.set(e,d),d}function ls(e){return e[0]!=="$"}function is(e){const t=e&&e.toString().match(/^\s*function (\w+)/);return t?t[1]:e===null?"null":""}function os(e,t){return is(e)===is(t)}function fs(e,t){return N(t)?t.findIndex(n=>os(n,e)):k(t)&&os(t,e)?0:-1}const tr=e=>e[0]==="_"||e==="$stable",vn=e=>N(e)?e.map(Ce):[Ce(e)],Sl=(e,t,n)=>{if(t._n)return t;const s=ml((...r)=>vn(t(...r)),n);return s._c=!1,s},nr=(e,t,n)=>{const s=e._ctx;for(const r in e){if(tr(r))continue;const l=e[r];if(k(l))t[r]=Sl(r,l,s);else if(l!=null){const i=vn(l);t[r]=()=>i}}},sr=(e,t)=>{const n=vn(t);e.slots.default=()=>n},ql=(e,t)=>{if(e.vnode.shapeFlag&32){const n=t._;n?(e.slots=V(t),Nt(t,"_",n)):nr(t,e.slots={})}else e.slots={},t&&sr(e,t);Nt(e.slots,Xt,1)},Jl=(e,t,n)=>{const{vnode:s,slots:r}=e;let l=!0,i=Q;if(s.shapeFlag&32){const f=t._;f?n&&f===1?l=!1:(he(r,t),!n&&f===1&&delete r._):(l=!t.$stable,nr(t,r)),i=t}else t&&(sr(e,t),i={default:1});if(l)for(const f in r)!tr(f)&&!(f in i)&&delete r[f]};function rr(){return{app:null,config:{isNativeTag:wr,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let Yl=0;function zl(e,t){return function(s,r=null){k(s)||(s=Object.assign({},s)),r!=null&&!X(r)&&(r=null);const l=rr(),i=new Set;let f=!1;const u=l.app={_uid:Yl++,_component:s,_props:r,_container:null,_context:l,_instance:null,version:_i,get config(){return l.config},set config(d){},use(d,...g){return i.has(d)||(d&&k(d.install)?(i.add(d),d.install(u,...g)):k(d)&&(i.add(d),d(u,...g))),u},mixin(d){return l.mixins.includes(d)||l.mixins.push(d),u},component(d,g){return g?(l.components[d]=g,u):l.components[d]},directive(d,g){return g?(l.directives[d]=g,u):l.directives[d]},mount(d,g,x){if(!f){const w=ce(s,r);return w.appContext=l,g&&t?t(w,d):e(w,d,x),f=!0,u._container=d,d.__vue_app__=u,Gt(w.component)||w.component.proxy}},unmount(){f&&(e(null,u._container),delete u._container.__vue_app__)},provide(d,g){return l.provides[d]=g,u}};return u}}function Ut(e,t,n,s,r=!1){if(N(e)){e.forEach((w,R)=>Ut(w,t&&(N(t)?t[R]:t),n,s,r));return}if(rt(s)&&!r)return;const l=s.shapeFlag&4?Gt(s.component)||s.component.proxy:s.el,i=r?null:l,{i:f,r:u}=e,d=t&&t.r,g=f.refs===Q?f.refs={}:f.refs,x=f.setupState;if(d!=null&&d!==u&&(ie(d)?(g[d]=null,$(x,d)&&(x[d]=null)):re(d)&&(d.value=null)),k(u))Ke(u,f,12,[i,g]);else{const w=ie(u),R=re(u);if(w||R){const D=()=>{if(e.f){const P=w?$(x,u)?x[u]:g[u]:u.value;r?N(P)&&Cn(P,l):N(P)?P.includes(l)||P.push(l):w?(g[u]=[l],$(x,u)&&(x[u]=g[u])):(u.value=[l],e.k&&(g[e.k]=u.value))}else w?(g[u]=i,$(x,u)&&(x[u]=i)):R&&(u.value=i,e.k&&(g[e.k]=i))};i?(D.id=-1,ae(D,n)):D()}}}let Be=!1;const It=e=>/svg/.test(e.namespaceURI)&&e.tagName!=="foreignObject",Pt=e=>e.nodeType===8;function Zl(e){const{mt:t,p:n,o:{patchProp:s,createText:r,nextSibling:l,parentNode:i,remove:f,insert:u,createComment:d}}=e,g=(m,E)=>{if(!E.hasChildNodes()){n(null,m,E),kt(),E._vnode=m;return}Be=!1,x(E.firstChild,m,null,null,null),kt(),E._vnode=m,Be&&console.error("Hydration completed but contains mismatches.")},x=(m,E,M,L,U,z=!1)=>{const W=Pt(m)&&m.data==="[",F=()=>P(m,E,M,L,U,W),{type:K,ref:B,shapeFlag:S,patchFlag:oe}=E;let ee=m.nodeType;E.el=m,oe===-2&&(z=!1,E.dynamicChildren=null);let H=null;switch(K){case it:ee!==3?E.children===""?(u(E.el=r(""),i(m),m),H=m):H=F():(m.data!==E.children&&(Be=!0,m.data=E.children),H=l(m));break;case _e:ee!==8||W?H=F():H=l(m);break;case Ht:if(W&&(m=l(m),ee=m.nodeType),ee===1||ee===3){H=m;const Me=!E.children.length;for(let Z=0;Z<E.staticCount;Z++)Me&&(E.children+=H.nodeType===1?H.outerHTML:H.data),Z===E.staticCount-1&&(E.anchor=H),H=l(H);return W?l(H):H}else F();break;case de:W?H=D(m,E,M,L,U,z):H=F();break;default:if(S&1)ee!==1||E.type.toLowerCase()!==m.tagName.toLowerCase()?H=F():H=w(m,E,M,L,U,z);else if(S&6){E.slotScopeIds=U;const Me=i(m);if(t(E,Me,null,M,L,It(Me),z),H=W?G(m):l(m),H&&Pt(H)&&H.data==="teleport end"&&(H=l(H)),rt(E)){let Z;W?(Z=ce(de),Z.anchor=H?H.previousSibling:Me.lastChild):Z=m.nodeType===3?dr(""):ce("div"),Z.el=m,E.component.subTree=Z}}else S&64?ee!==8?H=F():H=E.type.hydrate(m,E,M,L,U,z,e,R):S&128&&(H=E.type.hydrate(m,E,M,L,It(i(m)),U,z,e,x))}return B!=null&&Ut(B,null,L,E),H},w=(m,E,M,L,U,z)=>{z=z||!!E.dynamicChildren;const{type:W,props:F,patchFlag:K,shapeFlag:B,dirs:S}=E,oe=W==="input"&&S||W==="option";if(oe||K!==-1){if(S&&Ie(E,null,M,"created"),F)if(oe||!z||K&48)for(const H in F)(oe&&H.endsWith("value")||Wt(H)&&!dt(H))&&s(m,H,null,F[H],!1,void 0,M);else F.onClick&&s(m,"onClick",null,F.onClick,!1,void 0,M);let ee;if((ee=F&&F.onVnodeBeforeMount)&&ye(ee,M,E),S&&Ie(E,null,M,"beforeMount"),((ee=F&&F.onVnodeMounted)||S)&&$s(()=>{ee&&ye(ee,M,E),S&&Ie(E,null,M,"mounted")},L),B&16&&!(F&&(F.innerHTML||F.textContent))){let H=R(m.firstChild,E,m,M,L,U,z);for(;H;){Be=!0;const Me=H;H=H.nextSibling,f(Me)}}else B&8&&m.textContent!==E.children&&(Be=!0,m.textContent=E.children)}return m.nextSibling},R=(m,E,M,L,U,z,W)=>{W=W||!!E.dynamicChildren;const F=E.children,K=F.length;for(let B=0;B<K;B++){const S=W?F[B]:F[B]=Ce(F[B]);if(m)m=x(m,S,L,U,z,W);else{if(S.type===it&&!S.children)continue;Be=!0,n(null,S,M,null,L,U,It(M),z)}}return m},D=(m,E,M,L,U,z)=>{const{slotScopeIds:W}=E;W&&(U=U?U.concat(W):W);const F=i(m),K=R(l(m),E,F,M,L,U,z);return K&&Pt(K)&&K.data==="]"?l(E.anchor=K):(Be=!0,u(E.anchor=d("]"),F,K),K)},P=(m,E,M,L,U,z)=>{if(Be=!0,E.el=null,z){const K=G(m);for(;;){const B=l(m);if(B&&B!==K)f(B);else break}}const W=l(m),F=i(m);return f(m),n(null,E,F,W,M,L,It(F),U),W},G=m=>{let E=0;for(;m;)if(m=l(m),m&&Pt(m)&&(m.data==="["&&E++,m.data==="]")){if(E===0)return l(m);E--}return m};return[g,x]}const ae=$s;function ji(e){return lr(e)}function Ni(e){return lr(e,Zl)}function lr(e,t){const n=Ar();n.__VUE__=!0;const{insert:s,remove:r,patchProp:l,createElement:i,createText:f,createComment:u,setText:d,setElementText:g,parentNode:x,nextSibling:w,setScopeId:R=Te,insertStaticContent:D}=e,P=(o,c,a,p=null,h=null,y=null,T=!1,b=null,C=!!c.dynamicChildren)=>{if(o===c)return;o&&!Ye(o,c)&&(p=wt(o),Oe(o,h,y,!0),o=null),c.patchFlag===-2&&(C=!1,c.dynamicChildren=null);const{type:_,ref:A,shapeFlag:O}=c;switch(_){case it:G(o,c,a,p);break;case _e:m(o,c,a,p);break;case Ht:o==null&&E(c,a,p,T);break;case de:oe(o,c,a,p,h,y,T,b,C);break;default:O&1?U(o,c,a,p,h,y,T,b,C):O&6?ee(o,c,a,p,h,y,T,b,C):(O&64||O&128)&&_.process(o,c,a,p,h,y,T,b,C,Xe)}A!=null&&h&&Ut(A,o&&o.ref,y,c||o,!c)},G=(o,c,a,p)=>{if(o==null)s(c.el=f(c.children),a,p);else{const h=c.el=o.el;c.children!==o.children&&d(h,c.children)}},m=(o,c,a,p)=>{o==null?s(c.el=u(c.children||""),a,p):c.el=o.el},E=(o,c,a,p)=>{[o.el,o.anchor]=D(o.children,c,a,p,o.el,o.anchor)},M=({el:o,anchor:c},a,p)=>{let h;for(;o&&o!==c;)h=w(o),s(o,a,p),o=h;s(c,a,p)},L=({el:o,anchor:c})=>{let a;for(;o&&o!==c;)a=w(o),r(o),o=a;r(c)},U=(o,c,a,p,h,y,T,b,C)=>{T=T||c.type==="svg",o==null?z(c,a,p,h,y,T,b,C):K(o,c,h,y,T,b,C)},z=(o,c,a,p,h,y,T,b)=>{let C,_;const{type:A,props:O,shapeFlag:I,transition:j,dirs:v}=o;if(C=o.el=i(o.type,y,O&&O.is,O),I&8?g(C,o.children):I&16&&F(o.children,C,null,p,h,y&&A!=="foreignObject",T,b),v&&Ie(o,null,p,"created"),O){for(const q in O)q!=="value"&&!dt(q)&&l(C,q,null,O[q],y,o.children,p,h,Re);"value"in O&&l(C,"value",null,O.value),(_=O.onVnodeBeforeMount)&&ye(_,p,o)}W(C,o,o.scopeId,T,p),v&&Ie(o,null,p,"beforeMount");const Y=(!h||h&&!h.pendingBranch)&&j&&!j.persisted;Y&&j.beforeEnter(C),s(C,c,a),((_=O&&O.onVnodeMounted)||Y||v)&&ae(()=>{_&&ye(_,p,o),Y&&j.enter(C),v&&Ie(o,null,p,"mounted")},h)},W=(o,c,a,p,h)=>{if(a&&R(o,a),p)for(let y=0;y<p.length;y++)R(o,p[y]);if(h){let y=h.subTree;if(c===y){const T=h.vnode;W(o,T,T.scopeId,T.slotScopeIds,h.parent)}}},F=(o,c,a,p,h,y,T,b,C=0)=>{for(let _=C;_<o.length;_++){const A=o[_]=b?ve(o[_]):Ce(o[_]);P(null,A,c,a,p,h,y,T,b)}},K=(o,c,a,p,h,y,T)=>{const b=c.el=o.el;let{patchFlag:C,dynamicChildren:_,dirs:A}=c;C|=o.patchFlag&16;const O=o.props||Q,I=c.props||Q;let j;a&&Se(a,!1),(j=I.onVnodeBeforeUpdate)&&ye(j,a,c,o),A&&Ie(c,o,a,"beforeUpdate"),a&&Se(a,!0);const v=h&&c.type!=="foreignObject";if(_?B(o.dynamicChildren,_,b,a,p,v,y):T||J(o,c,b,null,a,p,v,y,!1),C>0){if(C&16)S(b,c,O,I,a,p,h);else if(C&2&&O.class!==I.class&&l(b,"class",null,I.class,h),C&4&&l(b,"style",O.style,I.style,h),C&8){const Y=c.dynamicProps;for(let q=0;q<Y.length;q++){const ne=Y[q],xe=O[ne],Ge=I[ne];(Ge!==xe||ne==="value")&&l(b,ne,xe,Ge,h,o.children,a,p,Re)}}C&1&&o.children!==c.children&&g(b,c.children)}else!T&&_==null&&S(b,c,O,I,a,p,h);((j=I.onVnodeUpdated)||A)&&ae(()=>{j&&ye(j,a,c,o),A&&Ie(c,o,a,"updated")},p)},B=(o,c,a,p,h,y,T)=>{for(let b=0;b<c.length;b++){const C=o[b],_=c[b],A=C.el&&(C.type===de||!Ye(C,_)||C.shapeFlag&70)?x(C.el):a;P(C,_,A,null,p,h,y,T,!0)}},S=(o,c,a,p,h,y,T)=>{if(a!==p){if(a!==Q)for(const b in a)!dt(b)&&!(b in p)&&l(o,b,a[b],null,T,c.children,h,y,Re);for(const b in p){if(dt(b))continue;const C=p[b],_=a[b];C!==_&&b!=="value"&&l(o,b,_,C,T,c.children,h,y,Re)}"value"in p&&l(o,"value",a.value,p.value)}},oe=(o,c,a,p,h,y,T,b,C)=>{const _=c.el=o?o.el:f(""),A=c.anchor=o?o.anchor:f("");let{patchFlag:O,dynamicChildren:I,slotScopeIds:j}=c;j&&(b=b?b.concat(j):j),o==null?(s(_,a,p),s(A,a,p),F(c.children,a,A,h,y,T,b,C)):O>0&&O&64&&I&&o.dynamicChildren?(B(o.dynamicChildren,I,a,h,y,T,b),(c.key!=null||h&&c===h.subTree)&&ir(o,c,!0)):J(o,c,a,A,h,y,T,b,C)},ee=(o,c,a,p,h,y,T,b,C)=>{c.slotScopeIds=b,o==null?c.shapeFlag&512?h.ctx.activate(c,a,p,T,C):H(c,a,p,h,y,T,C):Me(o,c,C)},H=(o,c,a,p,h,y,T)=>{const b=o.component=li(o,p,h);if(Zt(o)&&(b.ctx.renderer=Xe),oi(b),b.asyncDep){if(h&&h.registerDep(b,Z),!o.el){const C=b.subTree=ce(_e);m(null,C,c,a)}return}Z(b,o,c,a,h,y,T)},Me=(o,c,a)=>{const p=c.component=o.component;if(xl(o,c,a))if(p.asyncDep&&!p.asyncResolved){te(p,c,a);return}else p.next=c,hl(p.update),p.update();else c.el=o.el,p.vnode=c},Z=(o,c,a,p,h,y,T)=>{const b=()=>{if(o.isMounted){let{next:A,bu:O,u:I,parent:j,vnode:v}=o,Y=A,q;Se(o,!1),A?(A.el=v.el,te(o,A,T)):A=v,O&&sn(O),(q=A.props&&A.props.onVnodeBeforeUpdate)&&ye(q,j,A,v),Se(o,!0);const ne=rn(o),xe=o.subTree;o.subTree=ne,P(xe,ne,x(xe.el),wt(xe),o,h,y),A.el=ne.el,Y===null&&Cl(o,ne.el),I&&ae(I,h),(q=A.props&&A.props.onVnodeUpdated)&&ae(()=>ye(q,j,A,v),h)}else{let A;const{el:O,props:I}=c,{bm:j,m:v,parent:Y}=o,q=rt(c);if(Se(o,!1),j&&sn(j),!q&&(A=I&&I.onVnodeBeforeMount)&&ye(A,Y,c),Se(o,!0),O&&tn){const ne=()=>{o.subTree=rn(o),tn(O,o.subTree,o,h,null)};q?c.type.__asyncLoader().then(()=>!o.isUnmounted&&ne()):ne()}else{const ne=o.subTree=rn(o);P(null,ne,a,p,o,h,y),c.el=ne.el}if(v&&ae(v,h),!q&&(A=I&&I.onVnodeMounted)){const ne=c;ae(()=>ye(A,Y,ne),h)}(c.shapeFlag&256||Y&&rt(Y.vnode)&&Y.vnode.shapeFlag&256)&&o.a&&ae(o.a,h),o.isMounted=!0,c=a=p=null}},C=o.effect=new Mn(b,()=>Nn(_),o.scope),_=o.update=()=>C.run();_.id=o.uid,Se(o,!0),_()},te=(o,c,a)=>{c.component=o;const p=o.vnode.props;o.vnode=c,o.next=null,Vl(o,c.props,p,a),Jl(o,c.children,a),ft(),Gn(),ct()},J=(o,c,a,p,h,y,T,b,C=!1)=>{const _=o&&o.children,A=o?o.shapeFlag:0,O=c.children,{patchFlag:I,shapeFlag:j}=c;if(I>0){if(I&128){Ct(_,O,a,p,h,y,T,b,C);return}else if(I&256){We(_,O,a,p,h,y,T,b,C);return}}j&8?(A&16&&Re(_,h,y),O!==_&&g(a,O)):A&16?j&16?Ct(_,O,a,p,h,y,T,b,C):Re(_,h,y,!0):(A&8&&g(a,""),j&16&&F(O,a,p,h,y,T,b,C))},We=(o,c,a,p,h,y,T,b,C)=>{o=o||et,c=c||et;const _=o.length,A=c.length,O=Math.min(_,A);let I;for(I=0;I<O;I++){const j=c[I]=C?ve(c[I]):Ce(c[I]);P(o[I],j,a,null,h,y,T,b,C)}_>A?Re(o,h,y,!0,!1,O):F(c,a,p,h,y,T,b,C,O)},Ct=(o,c,a,p,h,y,T,b,C)=>{let _=0;const A=c.length;let O=o.length-1,I=A-1;for(;_<=O&&_<=I;){const j=o[_],v=c[_]=C?ve(c[_]):Ce(c[_]);if(Ye(j,v))P(j,v,a,null,h,y,T,b,C);else break;_++}for(;_<=O&&_<=I;){const j=o[O],v=c[I]=C?ve(c[I]):Ce(c[I]);if(Ye(j,v))P(j,v,a,null,h,y,T,b,C);else break;O--,I--}if(_>O){if(_<=I){const j=I+1,v=j<A?c[j].el:p;for(;_<=I;)P(null,c[_]=C?ve(c[_]):Ce(c[_]),a,v,h,y,T,b,C),_++}}else if(_>I)for(;_<=O;)Oe(o[_],h,y,!0),_++;else{const j=_,v=_,Y=new Map;for(_=v;_<=I;_++){const pe=c[_]=C?ve(c[_]):Ce(c[_]);pe.key!=null&&Y.set(pe.key,_)}let q,ne=0;const xe=I-v+1;let Ge=!1,Dn=0;const ut=new Array(xe);for(_=0;_<xe;_++)ut[_]=0;for(_=j;_<=O;_++){const pe=o[_];if(ne>=xe){Oe(pe,h,y,!0);continue}let Ae;if(pe.key!=null)Ae=Y.get(pe.key);else for(q=v;q<=I;q++)if(ut[q-v]===0&&Ye(pe,c[q])){Ae=q;break}Ae===void 0?Oe(pe,h,y,!0):(ut[Ae-v]=_+1,Ae>=Dn?Dn=Ae:Ge=!0,P(pe,c[Ae],a,null,h,y,T,b,C),ne++)}const Wn=Ge?Ql(ut):et;for(q=Wn.length-1,_=xe-1;_>=0;_--){const pe=v+_,Ae=c[pe],Vn=pe+1<A?c[pe+1].el:p;ut[_]===0?P(null,Ae,a,Vn,h,y,T,b,C):Ge&&(q<0||_!==Wn[q]?Ve(Ae,a,Vn,2):q--)}}},Ve=(o,c,a,p,h=null)=>{const{el:y,type:T,transition:b,children:C,shapeFlag:_}=o;if(_&6){Ve(o.component.subTree,c,a,p);return}if(_&128){o.suspense.move(c,a,p);return}if(_&64){T.move(o,c,a,Xe);return}if(T===de){s(y,c,a);for(let O=0;O<C.length;O++)Ve(C[O],c,a,p);s(o.anchor,c,a);return}if(T===Ht){M(o,c,a);return}if(p!==2&&_&1&&b)if(p===0)b.beforeEnter(y),s(y,c,a),ae(()=>b.enter(y),h);else{const{leave:O,delayLeave:I,afterLeave:j}=b,v=()=>s(y,c,a),Y=()=>{O(y,()=>{v(),j&&j()})};I?I(y,v,Y):Y()}else s(y,c,a)},Oe=(o,c,a,p=!1,h=!1)=>{const{type:y,props:T,ref:b,children:C,dynamicChildren:_,shapeFlag:A,patchFlag:O,dirs:I}=o;if(b!=null&&Ut(b,null,a,o,!0),A&256){c.ctx.deactivate(o);return}const j=A&1&&I,v=!rt(o);let Y;if(v&&(Y=T&&T.onVnodeBeforeUnmount)&&ye(Y,c,o),A&6)_r(o.component,a,p);else{if(A&128){o.suspense.unmount(a,p);return}j&&Ie(o,null,c,"beforeUnmount"),A&64?o.type.remove(o,c,a,h,Xe,p):_&&(y!==de||O>0&&O&64)?Re(_,c,a,!1,!0):(y===de&&O&384||!h&&A&16)&&Re(C,c,a),p&&Kn(o)}(v&&(Y=T&&T.onVnodeUnmounted)||j)&&ae(()=>{Y&&ye(Y,c,o),j&&Ie(o,null,c,"unmounted")},a)},Kn=o=>{const{type:c,el:a,anchor:p,transition:h}=o;if(c===de){gr(a,p);return}if(c===Ht){L(o);return}const y=()=>{r(a),h&&!h.persisted&&h.afterLeave&&h.afterLeave()};if(o.shapeFlag&1&&h&&!h.persisted){const{leave:T,delayLeave:b}=h,C=()=>T(a,y);b?b(o.el,y,C):C()}else y()},gr=(o,c)=>{let a;for(;o!==c;)a=w(o),r(o),o=a;r(c)},_r=(o,c,a)=>{const{bum:p,scope:h,update:y,subTree:T,um:b}=o;p&&sn(p),h.stop(),y&&(y.active=!1,Oe(T,o,c,a)),b&&ae(b,c),ae(()=>{o.isUnmounted=!0},c),c&&c.pendingBranch&&!c.isUnmounted&&o.asyncDep&&!o.asyncResolved&&o.suspenseId===c.pendingId&&(c.deps--,c.deps===0&&c.resolve())},Re=(o,c,a,p=!1,h=!1,y=0)=>{for(let T=y;T<o.length;T++)Oe(o[T],c,a,p,h)},wt=o=>o.shapeFlag&6?wt(o.component.subTree):o.shapeFlag&128?o.suspense.next():w(o.anchor||o.el),$n=(o,c,a)=>{o==null?c._vnode&&Oe(c._vnode,null,null,!0):P(c._vnode||null,o,c,null,null,null,a),Gn(),kt(),c._vnode=o},Xe={p:P,um:Oe,m:Ve,r:Kn,mt:H,mc:F,pc:J,pbc:B,n:wt,o:e};let en,tn;return t&&([en,tn]=t(Xe)),{render:$n,hydrate:en,createApp:zl($n,en)}}function Se({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function ir(e,t,n=!1){const s=e.children,r=t.children;if(N(s)&&N(r))for(let l=0;l<s.length;l++){const i=s[l];let f=r[l];f.shapeFlag&1&&!f.dynamicChildren&&((f.patchFlag<=0||f.patchFlag===32)&&(f=r[l]=ve(r[l]),f.el=i.el),n||ir(i,f)),f.type===it&&(f.el=i.el)}}function Ql(e){const t=e.slice(),n=[0];let s,r,l,i,f;const u=e.length;for(s=0;s<u;s++){const d=e[s];if(d!==0){if(r=n[n.length-1],e[r]<d){t[s]=r,n.push(s);continue}for(l=0,i=n.length-1;l<i;)f=l+i>>1,e[n[f]]<d?l=f+1:i=f;d<e[n[l]]&&(l>0&&(t[s]=n[l-1]),n[l]=s)}}for(l=n.length,i=n[l-1];l-- >0;)n[l]=i,i=t[i];return n}const Xl=e=>e.__isTeleport,de=Symbol(void 0),it=Symbol(void 0),_e=Symbol(void 0),Ht=Symbol(void 0),pt=[];let Ee=null;function or(e=!1){pt.push(Ee=e?null:[])}function Gl(){pt.pop(),Ee=pt[pt.length-1]||null}let yt=1;function cs(e){yt+=e}function fr(e){return e.dynamicChildren=yt>0?Ee||et:null,Gl(),yt>0&&Ee&&Ee.push(e),e}function Li(e,t,n,s,r,l){return fr(ar(e,t,n,s,r,l,!0))}function cr(e,t,n,s,r){return fr(ce(e,t,n,s,r,!0))}function Kt(e){return e?e.__v_isVNode===!0:!1}function Ye(e,t){return e.type===t.type&&e.key===t.key}const Xt="__vInternal",ur=({key:e})=>e??null,jt=({ref:e,ref_key:t,ref_for:n})=>e!=null?ie(e)||re(e)||k(e)?{i:le,r:e,k:t,f:!!n}:e:null;function ar(e,t=null,n=null,s=0,r=null,l=e===de?0:1,i=!1,f=!1){const u={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&ur(t),ref:t&&jt(t),scopeId:Ks,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:l,patchFlag:s,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:le};return f?(Un(u,n),l&128&&e.normalize(u)):n&&(u.shapeFlag|=ie(n)?8:16),yt>0&&!i&&Ee&&(u.patchFlag>0||l&6)&&u.patchFlag!==32&&Ee.push(u),u}const ce=ei;function ei(e,t=null,n=null,s=0,r=null,l=!1){if((!e||e===zs)&&(e=_e),Kt(e)){const f=De(e,t,!0);return n&&Un(f,n),yt>0&&!l&&Ee&&(f.shapeFlag&6?Ee[Ee.indexOf(e)]=f:Ee.push(f)),f.patchFlag|=-2,f}if(di(e)&&(e=e.__vccOpts),t){t=ti(t);let{class:f,style:u}=t;f&&!ie(f)&&(t.class=Dt(f)),X(u)&&(Ps(u)&&!N(u)&&(u=he({},u)),t.style=$t(u))}const i=ie(e)?1:wl(e)?128:Xl(e)?64:X(e)?4:k(e)?2:0;return ar(e,t,n,s,r,i,l,!0)}function ti(e){return e?Ps(e)||Xt in e?he({},e):e:null}function De(e,t,n=!1){const{props:s,ref:r,patchFlag:l,children:i}=e,f=t?ni(s||{},t):s;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:f,key:f&&ur(f),ref:t&&t.ref?n&&r?N(r)?r.concat(jt(t)):[r,jt(t)]:jt(t):r,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:i,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==de?l===-1?16:l|16:l,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&De(e.ssContent),ssFallback:e.ssFallback&&De(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx}}function dr(e=" ",t=0){return ce(it,null,e,t)}function ki(e="",t=!1){return t?(or(),cr(_e,null,e)):ce(_e,null,e)}function Ce(e){return e==null||typeof e=="boolean"?ce(_e):N(e)?ce(de,null,e.slice()):typeof e=="object"?ve(e):ce(it,null,String(e))}function ve(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:De(e)}function Un(e,t){let n=0;const{shapeFlag:s}=e;if(t==null)t=null;else if(N(t))n=16;else if(typeof t=="object")if(s&65){const r=t.default;r&&(r._c&&(r._d=!1),Un(e,r()),r._c&&(r._d=!0));return}else{n=32;const r=t._;!r&&!(Xt in t)?t._ctx=le:r===3&&le&&(le.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else k(t)?(t={default:t,_ctx:le},n=32):(t=String(t),s&64?(n=16,t=[dr(t)]):n=8);e.children=t,e.shapeFlag|=n}function ni(...e){const t={};for(let n=0;n<e.length;n++){const s=e[n];for(const r in s)if(r==="class")t.class!==s.class&&(t.class=Dt([t.class,s.class]));else if(r==="style")t.style=$t([t.style,s.style]);else if(Wt(r)){const l=t[r],i=s[r];i&&l!==i&&!(N(l)&&l.includes(i))&&(t[r]=l?[].concat(l,i):i)}else r!==""&&(t[r]=s[r])}return t}function ye(e,t,n,s=null){Fe(e,t,7,[n,s])}const si=rr();let ri=0;function li(e,t,n){const s=e.type,r=(t?t.appContext:e.appContext)||si,l={uid:ri++,vnode:e,type:s,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,scope:new Ir(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(r.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:er(s,r),emitsOptions:Us(s,r),emit:null,emitted:null,propsDefaults:Q,inheritAttrs:s.inheritAttrs,ctx:Q,data:Q,props:Q,attrs:Q,slots:Q,refs:Q,setupState:Q,setupContext:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return l.ctx={_:l},l.root=t?t.root:l,l.emit=_l.bind(null,l),e.ce&&e.ce(l),l}let se=null;const ii=()=>se||le,ot=e=>{se=e,e.scope.on()},Qe=()=>{se&&se.scope.off(),se=null};function hr(e){return e.vnode.shapeFlag&4}let xt=!1;function oi(e,t=!1){xt=t;const{props:n,children:s}=e.vnode,r=hr(e);Wl(e,n,r,t),ql(e,s);const l=r?fi(e,t):void 0;return xt=!1,l}function fi(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=Rs(new Proxy(e.ctx,Bl));const{setup:s}=n;if(s){const r=e.setupContext=s.length>1?ui(e):null;ot(e),ft();const l=Ke(s,e,0,[e.props,r]);if(ct(),Qe(),gs(l)){if(l.then(Qe,Qe),t)return l.then(i=>{us(e,i,t)}).catch(i=>{Yt(i,e,0)});e.asyncDep=l}else us(e,l,t)}else pr(e,t)}function us(e,t,n){k(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:X(t)&&(e.setupState=Ns(t)),pr(e,n)}let as;function pr(e,t,n){const s=e.type;if(!e.render){if(!t&&as&&!s.render){const r=s.template||Bn(e).template;if(r){const{isCustomElement:l,compilerOptions:i}=e.appContext.config,{delimiters:f,compilerOptions:u}=s,d=he(he({isCustomElement:l,delimiters:f},i),u);s.render=as(r,d)}}e.render=s.render||Te}ot(e),ft(),vl(e),ct(),Qe()}function ci(e){return new Proxy(e.attrs,{get(t,n){return me(e,"get","$attrs"),t[n]}})}function ui(e){const t=s=>{e.exposed=s||{}};let n;return{get attrs(){return n||(n=ci(e))},slots:e.slots,emit:e.emit,expose:t}}function Gt(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(Ns(Rs(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in ht)return ht[n](e)},has(t,n){return n in t||n in ht}}))}function ai(e,t=!0){return k(e)?e.displayName||e.name:e.name||t&&e.__name}function di(e){return k(e)&&"__vccOpts"in e}const hi=(e,t)=>cl(e,t,xt);function Bi(e,t,n){const s=arguments.length;return s===2?X(t)&&!N(t)?Kt(t)?ce(e,null,[t]):ce(e,t):ce(e,null,t):(s>3?n=Array.prototype.slice.call(arguments,2):s===3&&Kt(n)&&(n=[n]),ce(e,t,n))}const pi=Symbol(""),gi=()=>Rt(pi),_i="3.2.45";export{Ci as $,ti as A,Ai as B,Ri as C,k as D,ie as E,de as F,Bi as G,Mi as H,he as I,X as J,ji as K,Ni as L,N as M,bs as N,Fi as O,Ys as P,ii as Q,Wt as R,Ht as S,hs as T,qt as U,je as V,Tn as W,bi as X,yi as Y,Fe as Z,Is as _,Li as a,wi as a0,$t as a1,ni as a2,ki as b,hi as c,Oi as d,ar as e,dr as f,ce as g,Pn as h,Ei as i,cr as j,Pi as k,Hi as l,Rt as m,Dt as n,or as o,ln as p,Ti as q,Ii as r,qs as s,xi as t,ll as u,al as v,ml as w,Js as x,El as y,mi as z};
@@ -1 +1 @@
1
- import{E as nt,G as _,H as ht,I as st,J as x,K as bt,L as Ct,M as St,N as w,O as vt,P as Et,y as Tt,Q as At,R as Nt,F as Lt,S as _t,T as wt,U as yt,V as rt,W as Mt,X as Pt,Y as It,Z as it,_ as Ot}from"./runtime-core.esm-bundler.f04cee62.js";const Dt="http://www.w3.org/2000/svg",v=typeof document<"u"?document:null,U=v&&v.createElement("template"),$t={insert:(t,e,n)=>{e.insertBefore(t,n||null)},remove:t=>{const e=t.parentNode;e&&e.removeChild(t)},createElement:(t,e,n,s)=>{const r=e?v.createElementNS(Dt,t):v.createElement(t,n?{is:n}:void 0);return t==="select"&&s&&s.multiple!=null&&r.setAttribute("multiple",s.multiple),r},createText:t=>v.createTextNode(t),createComment:t=>v.createComment(t),setText:(t,e)=>{t.nodeValue=e},setElementText:(t,e)=>{t.textContent=e},parentNode:t=>t.parentNode,nextSibling:t=>t.nextSibling,querySelector:t=>v.querySelector(t),setScopeId(t,e){t.setAttribute(e,"")},insertStaticContent(t,e,n,s,r,i){const a=n?n.previousSibling:e.lastChild;if(r&&(r===i||r.nextSibling))for(;e.insertBefore(r.cloneNode(!0),n),!(r===i||!(r=r.nextSibling)););else{U.innerHTML=s?`<svg>${t}</svg>`:t;const f=U.content;if(s){const c=f.firstChild;for(;c.firstChild;)f.appendChild(c.firstChild);f.removeChild(c)}e.insertBefore(f,n)}return[a?a.nextSibling:e.firstChild,n?n.previousSibling:e.lastChild]}};function xt(t,e,n){const s=t._vtc;s&&(e=(e?[e,...s]:[...s]).join(" ")),e==null?t.removeAttribute("class"):n?t.setAttribute("class",e):t.className=e}function Bt(t,e,n){const s=t.style,r=_(n);if(n&&!r){for(const i in n)O(s,i,n[i]);if(e&&!_(e))for(const i in e)n[i]==null&&O(s,i,"")}else{const i=s.display;r?e!==n&&(s.cssText=n):e&&t.removeAttribute("style"),"_vod"in t&&(s.display=i)}}const j=/\s*!important$/;function O(t,e,n){if(w(n))n.forEach(s=>O(t,e,s));else if(n==null&&(n=""),e.startsWith("--"))t.setProperty(e,n);else{const s=Rt(t,e);j.test(n)?t.setProperty(rt(s),n.replace(j,""),"important"):t[s]=n}}const G=["Webkit","Moz","ms"],M={};function Rt(t,e){const n=M[e];if(n)return n;let s=Mt(e);if(s!=="filter"&&s in t)return M[e]=s;s=Pt(s);for(let r=0;r<G.length;r++){const i=G[r]+s;if(i in t)return M[e]=i}return e}const X="http://www.w3.org/1999/xlink";function Ft(t,e,n,s,r){if(s&&e.startsWith("xlink:"))n==null?t.removeAttributeNS(X,e.slice(6,e.length)):t.setAttributeNS(X,e,n);else{const i=It(e);n==null||i&&!it(n)?t.removeAttribute(e):t.setAttribute(e,i?"":n)}}function Ht(t,e,n,s,r,i,a){if(e==="innerHTML"||e==="textContent"){s&&a(s,r,i),t[e]=n??"";return}if(e==="value"&&t.tagName!=="PROGRESS"&&!t.tagName.includes("-")){t._value=n;const c=n??"";(t.value!==c||t.tagName==="OPTION")&&(t.value=c),n==null&&t.removeAttribute(e);return}let f=!1;if(n===""||n==null){const c=typeof t[e];c==="boolean"?n=it(n):n==null&&c==="string"?(n="",f=!0):c==="number"&&(n=0,f=!0)}try{t[e]=n}catch{}f&&t.removeAttribute(e)}function zt(t,e,n,s){t.addEventListener(e,n,s)}function qt(t,e,n,s){t.removeEventListener(e,n,s)}function Kt(t,e,n,s,r=null){const i=t._vei||(t._vei={}),a=i[e];if(s&&a)a.value=s;else{const[f,c]=Wt(e);if(s){const p=i[e]=Gt(s,r);zt(t,f,p,c)}else a&&(qt(t,f,a,c),i[e]=void 0)}}const J=/(?:Once|Passive|Capture)$/;function Wt(t){let e;if(J.test(t)){e={};let s;for(;s=t.match(J);)t=t.slice(0,t.length-s[0].length),e[s[0].toLowerCase()]=!0}return[t[2]===":"?t.slice(3):rt(t.slice(2)),e]}let P=0;const Ut=Promise.resolve(),jt=()=>P||(Ut.then(()=>P=0),P=Date.now());function Gt(t,e){const n=s=>{if(!s._vts)s._vts=Date.now();else if(s._vts<=n.attached)return;Ot(Xt(s,n.value),e,5,[s])};return n.value=t,n.attached=jt(),n}function Xt(t,e){if(w(e)){const n=t.stopImmediatePropagation;return t.stopImmediatePropagation=()=>{n.call(t),t._stopped=!0},e.map(s=>r=>!r._stopped&&s&&s(r))}else return e}const Q=/^on[a-z]/,Jt=(t,e,n,s,r=!1,i,a,f,c)=>{e==="class"?xt(t,s,r):e==="style"?Bt(t,n,s):wt(e)?yt(e)||Kt(t,e,n,s,a):(e[0]==="."?(e=e.slice(1),!0):e[0]==="^"?(e=e.slice(1),!1):Qt(t,e,s,r))?Ht(t,e,s,i,a,f,c):(e==="true-value"?t._trueValue=s:e==="false-value"&&(t._falseValue=s),Ft(t,e,s,r))};function Qt(t,e,n,s){return s?!!(e==="innerHTML"||e==="textContent"||e in t&&Q.test(e)&&nt(n)):e==="spellcheck"||e==="draggable"||e==="translate"||e==="form"||e==="list"&&t.tagName==="INPUT"||e==="type"&&t.tagName==="TEXTAREA"||Q.test(e)&&_(n)?!1:e in t}function oe(t){const e=Nt();if(!e)return;const n=e.ut=(r=t(e.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${e.uid}"]`)).forEach(i=>$(i,r))},s=()=>{const r=t(e.proxy);D(e.subTree,r),n(r)};Et(s),Tt(()=>{const r=new MutationObserver(s);r.observe(e.subTree.el.parentNode,{childList:!0}),At(()=>r.disconnect())})}function D(t,e){if(t.shapeFlag&128){const n=t.suspense;t=n.activeBranch,n.pendingBranch&&!n.isHydrating&&n.effects.push(()=>{D(n.activeBranch,e)})}for(;t.component;)t=t.component.subTree;if(t.shapeFlag&1&&t.el)$(t.el,e);else if(t.type===Lt)t.children.forEach(n=>D(n,e));else if(t.type===_t){let{el:n,anchor:s}=t;for(;n&&($(n,e),n!==s);)n=n.nextSibling}}function $(t,e){if(t.nodeType===1){const n=t.style;for(const s in e)n.setProperty(`--${s}`,e[s])}}const g="transition",A="animation",ot=(t,{slots:e})=>ht(st,Yt(t),e);ot.displayName="Transition";const at={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String};ot.props=x({},st.props,at);const C=(t,e=[])=>{w(t)?t.forEach(n=>n(...e)):t&&t(...e)},Y=t=>t?w(t)?t.some(e=>e.length>1):t.length>1:!1;function Yt(t){const e={};for(const o in t)o in at||(e[o]=t[o]);if(t.css===!1)return e;const{name:n="v",type:s,duration:r,enterFromClass:i=`${n}-enter-from`,enterActiveClass:a=`${n}-enter-active`,enterToClass:f=`${n}-enter-to`,appearFromClass:c=i,appearActiveClass:p=a,appearToClass:l=f,leaveFromClass:d=`${n}-leave-from`,leaveActiveClass:m=`${n}-leave-active`,leaveToClass:E=`${n}-leave-to`}=t,T=Zt(r),lt=T&&T[0],ut=T&&T[1],{onBeforeEnter:B,onEnter:R,onEnterCancelled:F,onLeave:H,onLeaveCancelled:pt,onBeforeAppear:dt=B,onAppear:mt=R,onAppearCancelled:gt=F}=e,y=(o,u,b)=>{S(o,u?l:f),S(o,u?p:a),b&&b()},z=(o,u)=>{o._isLeaving=!1,S(o,d),S(o,E),S(o,m),u&&u()},q=o=>(u,b)=>{const K=o?mt:R,W=()=>y(u,o,b);C(K,[u,W]),Z(()=>{S(u,o?c:i),h(u,o?l:f),Y(K)||V(u,s,lt,W)})};return x(e,{onBeforeEnter(o){C(B,[o]),h(o,i),h(o,a)},onBeforeAppear(o){C(dt,[o]),h(o,c),h(o,p)},onEnter:q(!1),onAppear:q(!0),onLeave(o,u){o._isLeaving=!0;const b=()=>z(o,u);h(o,d),te(),h(o,m),Z(()=>{o._isLeaving&&(S(o,d),h(o,E),Y(H)||V(o,s,ut,b))}),C(H,[o,b])},onEnterCancelled(o){y(o,!1),C(F,[o])},onAppearCancelled(o){y(o,!0),C(gt,[o])},onLeaveCancelled(o){z(o),C(pt,[o])}})}function Zt(t){if(t==null)return null;if(bt(t))return[I(t.enter),I(t.leave)];{const e=I(t);return[e,e]}}function I(t){return vt(t)}function h(t,e){e.split(/\s+/).forEach(n=>n&&t.classList.add(n)),(t._vtc||(t._vtc=new Set)).add(e)}function S(t,e){e.split(/\s+/).forEach(s=>s&&t.classList.remove(s));const{_vtc:n}=t;n&&(n.delete(e),n.size||(t._vtc=void 0))}function Z(t){requestAnimationFrame(()=>{requestAnimationFrame(t)})}let Vt=0;function V(t,e,n,s){const r=t._endId=++Vt,i=()=>{r===t._endId&&s()};if(n)return setTimeout(i,n);const{type:a,timeout:f,propCount:c}=kt(t,e);if(!a)return s();const p=a+"end";let l=0;const d=()=>{t.removeEventListener(p,m),i()},m=E=>{E.target===t&&++l>=c&&d()};setTimeout(()=>{l<c&&d()},f+1),t.addEventListener(p,m)}function kt(t,e){const n=window.getComputedStyle(t),s=T=>(n[T]||"").split(", "),r=s(`${g}Delay`),i=s(`${g}Duration`),a=k(r,i),f=s(`${A}Delay`),c=s(`${A}Duration`),p=k(f,c);let l=null,d=0,m=0;e===g?a>0&&(l=g,d=a,m=i.length):e===A?p>0&&(l=A,d=p,m=c.length):(d=Math.max(a,p),l=d>0?a>p?g:A:null,m=l?l===g?i.length:c.length:0);const E=l===g&&/\b(transform|all)(,|$)/.test(s(`${g}Property`).toString());return{type:l,timeout:d,propCount:m,hasTransform:E}}function k(t,e){for(;t.length<e.length;)t=t.concat(t);return Math.max(...e.map((n,s)=>tt(n)+tt(t[s])))}function tt(t){return Number(t.slice(0,-1).replace(",","."))*1e3}function te(){return document.body.offsetHeight}const ee=["ctrl","shift","alt","meta"],ne={stop:t=>t.stopPropagation(),prevent:t=>t.preventDefault(),self:t=>t.target!==t.currentTarget,ctrl:t=>!t.ctrlKey,shift:t=>!t.shiftKey,alt:t=>!t.altKey,meta:t=>!t.metaKey,left:t=>"button"in t&&t.button!==0,middle:t=>"button"in t&&t.button!==1,right:t=>"button"in t&&t.button!==2,exact:(t,e)=>ee.some(n=>t[`${n}Key`]&&!e.includes(n))},ae=(t,e)=>(n,...s)=>{for(let r=0;r<e.length;r++){const i=ne[e[r]];if(i&&i(n,e))return}return t(n,...s)},ce={beforeMount(t,{value:e},{transition:n}){t._vod=t.style.display==="none"?"":t.style.display,n&&e?n.beforeEnter(t):N(t,e)},mounted(t,{value:e},{transition:n}){n&&e&&n.enter(t)},updated(t,{value:e,oldValue:n},{transition:s}){!e!=!n&&(s?e?(s.beforeEnter(t),N(t,!0),s.enter(t)):s.leave(t,()=>{N(t,!1)}):N(t,e))},beforeUnmount(t,{value:e}){N(t,e)}};function N(t,e){t.style.display=e?t._vod:"none"}const ct=x({patchProp:Jt},$t);let L,et=!1;function se(){return L||(L=Ct(ct))}function re(){return L=et?L:St(ct),et=!0,L}const fe=(...t)=>{const e=se().createApp(...t),{mount:n}=e;return e.mount=s=>{const r=ft(s);if(!r)return;const i=e._component;!nt(i)&&!i.render&&!i.template&&(i.template=r.innerHTML),r.innerHTML="";const a=n(r,!1,r instanceof SVGElement);return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),a},e},le=(...t)=>{const e=re().createApp(...t),{mount:n}=e;return e.mount=s=>{const r=ft(s);if(r)return n(r,!0,r instanceof SVGElement)},e};function ft(t){return _(t)?document.querySelector(t):t}export{ot as T,le as a,fe as c,oe as u,ce as v,ae as w};
1
+ import{D as nt,E as _,G as ht,H as st,I as x,J as bt,K as Ct,L as St,M as w,N as vt,O as Et,s as Tt,P as At,Q as Nt,F as Lt,S as _t,R as wt,T as yt,U as rt,V as Mt,W as Pt,X as Dt,Y as it,Z as It}from"./runtime-core.esm-bundler.4da3640b.js";const Ot="http://www.w3.org/2000/svg",v=typeof document<"u"?document:null,U=v&&v.createElement("template"),$t={insert:(t,e,n)=>{e.insertBefore(t,n||null)},remove:t=>{const e=t.parentNode;e&&e.removeChild(t)},createElement:(t,e,n,s)=>{const r=e?v.createElementNS(Ot,t):v.createElement(t,n?{is:n}:void 0);return t==="select"&&s&&s.multiple!=null&&r.setAttribute("multiple",s.multiple),r},createText:t=>v.createTextNode(t),createComment:t=>v.createComment(t),setText:(t,e)=>{t.nodeValue=e},setElementText:(t,e)=>{t.textContent=e},parentNode:t=>t.parentNode,nextSibling:t=>t.nextSibling,querySelector:t=>v.querySelector(t),setScopeId(t,e){t.setAttribute(e,"")},insertStaticContent(t,e,n,s,r,i){const a=n?n.previousSibling:e.lastChild;if(r&&(r===i||r.nextSibling))for(;e.insertBefore(r.cloneNode(!0),n),!(r===i||!(r=r.nextSibling)););else{U.innerHTML=s?`<svg>${t}</svg>`:t;const f=U.content;if(s){const c=f.firstChild;for(;c.firstChild;)f.appendChild(c.firstChild);f.removeChild(c)}e.insertBefore(f,n)}return[a?a.nextSibling:e.firstChild,n?n.previousSibling:e.lastChild]}};function xt(t,e,n){const s=t._vtc;s&&(e=(e?[e,...s]:[...s]).join(" ")),e==null?t.removeAttribute("class"):n?t.setAttribute("class",e):t.className=e}function Bt(t,e,n){const s=t.style,r=_(n);if(n&&!r){for(const i in n)I(s,i,n[i]);if(e&&!_(e))for(const i in e)n[i]==null&&I(s,i,"")}else{const i=s.display;r?e!==n&&(s.cssText=n):e&&t.removeAttribute("style"),"_vod"in t&&(s.display=i)}}const j=/\s*!important$/;function I(t,e,n){if(w(n))n.forEach(s=>I(t,e,s));else if(n==null&&(n=""),e.startsWith("--"))t.setProperty(e,n);else{const s=Rt(t,e);j.test(n)?t.setProperty(rt(s),n.replace(j,""),"important"):t[s]=n}}const G=["Webkit","Moz","ms"],M={};function Rt(t,e){const n=M[e];if(n)return n;let s=Mt(e);if(s!=="filter"&&s in t)return M[e]=s;s=Pt(s);for(let r=0;r<G.length;r++){const i=G[r]+s;if(i in t)return M[e]=i}return e}const X="http://www.w3.org/1999/xlink";function Ft(t,e,n,s,r){if(s&&e.startsWith("xlink:"))n==null?t.removeAttributeNS(X,e.slice(6,e.length)):t.setAttributeNS(X,e,n);else{const i=Dt(e);n==null||i&&!it(n)?t.removeAttribute(e):t.setAttribute(e,i?"":n)}}function Ht(t,e,n,s,r,i,a){if(e==="innerHTML"||e==="textContent"){s&&a(s,r,i),t[e]=n??"";return}if(e==="value"&&t.tagName!=="PROGRESS"&&!t.tagName.includes("-")){t._value=n;const c=n??"";(t.value!==c||t.tagName==="OPTION")&&(t.value=c),n==null&&t.removeAttribute(e);return}let f=!1;if(n===""||n==null){const c=typeof t[e];c==="boolean"?n=it(n):n==null&&c==="string"?(n="",f=!0):c==="number"&&(n=0,f=!0)}try{t[e]=n}catch{}f&&t.removeAttribute(e)}function zt(t,e,n,s){t.addEventListener(e,n,s)}function qt(t,e,n,s){t.removeEventListener(e,n,s)}function Kt(t,e,n,s,r=null){const i=t._vei||(t._vei={}),a=i[e];if(s&&a)a.value=s;else{const[f,c]=Wt(e);if(s){const p=i[e]=Gt(s,r);zt(t,f,p,c)}else a&&(qt(t,f,a,c),i[e]=void 0)}}const J=/(?:Once|Passive|Capture)$/;function Wt(t){let e;if(J.test(t)){e={};let s;for(;s=t.match(J);)t=t.slice(0,t.length-s[0].length),e[s[0].toLowerCase()]=!0}return[t[2]===":"?t.slice(3):rt(t.slice(2)),e]}let P=0;const Ut=Promise.resolve(),jt=()=>P||(Ut.then(()=>P=0),P=Date.now());function Gt(t,e){const n=s=>{if(!s._vts)s._vts=Date.now();else if(s._vts<=n.attached)return;It(Xt(s,n.value),e,5,[s])};return n.value=t,n.attached=jt(),n}function Xt(t,e){if(w(e)){const n=t.stopImmediatePropagation;return t.stopImmediatePropagation=()=>{n.call(t),t._stopped=!0},e.map(s=>r=>!r._stopped&&s&&s(r))}else return e}const Q=/^on[a-z]/,Jt=(t,e,n,s,r=!1,i,a,f,c)=>{e==="class"?xt(t,s,r):e==="style"?Bt(t,n,s):wt(e)?yt(e)||Kt(t,e,n,s,a):(e[0]==="."?(e=e.slice(1),!0):e[0]==="^"?(e=e.slice(1),!1):Qt(t,e,s,r))?Ht(t,e,s,i,a,f,c):(e==="true-value"?t._trueValue=s:e==="false-value"&&(t._falseValue=s),Ft(t,e,s,r))};function Qt(t,e,n,s){return s?!!(e==="innerHTML"||e==="textContent"||e in t&&Q.test(e)&&nt(n)):e==="spellcheck"||e==="draggable"||e==="translate"||e==="form"||e==="list"&&t.tagName==="INPUT"||e==="type"&&t.tagName==="TEXTAREA"||Q.test(e)&&_(n)?!1:e in t}function oe(t){const e=Nt();if(!e)return;const n=e.ut=(r=t(e.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${e.uid}"]`)).forEach(i=>$(i,r))},s=()=>{const r=t(e.proxy);O(e.subTree,r),n(r)};Et(s),Tt(()=>{const r=new MutationObserver(s);r.observe(e.subTree.el.parentNode,{childList:!0}),At(()=>r.disconnect())})}function O(t,e){if(t.shapeFlag&128){const n=t.suspense;t=n.activeBranch,n.pendingBranch&&!n.isHydrating&&n.effects.push(()=>{O(n.activeBranch,e)})}for(;t.component;)t=t.component.subTree;if(t.shapeFlag&1&&t.el)$(t.el,e);else if(t.type===Lt)t.children.forEach(n=>O(n,e));else if(t.type===_t){let{el:n,anchor:s}=t;for(;n&&($(n,e),n!==s);)n=n.nextSibling}}function $(t,e){if(t.nodeType===1){const n=t.style;for(const s in e)n.setProperty(`--${s}`,e[s])}}const g="transition",A="animation",ot=(t,{slots:e})=>ht(st,Yt(t),e);ot.displayName="Transition";const at={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String};ot.props=x({},st.props,at);const C=(t,e=[])=>{w(t)?t.forEach(n=>n(...e)):t&&t(...e)},Y=t=>t?w(t)?t.some(e=>e.length>1):t.length>1:!1;function Yt(t){const e={};for(const o in t)o in at||(e[o]=t[o]);if(t.css===!1)return e;const{name:n="v",type:s,duration:r,enterFromClass:i=`${n}-enter-from`,enterActiveClass:a=`${n}-enter-active`,enterToClass:f=`${n}-enter-to`,appearFromClass:c=i,appearActiveClass:p=a,appearToClass:l=f,leaveFromClass:d=`${n}-leave-from`,leaveActiveClass:m=`${n}-leave-active`,leaveToClass:E=`${n}-leave-to`}=t,T=Zt(r),lt=T&&T[0],ut=T&&T[1],{onBeforeEnter:B,onEnter:R,onEnterCancelled:F,onLeave:H,onLeaveCancelled:pt,onBeforeAppear:dt=B,onAppear:mt=R,onAppearCancelled:gt=F}=e,y=(o,u,b)=>{S(o,u?l:f),S(o,u?p:a),b&&b()},z=(o,u)=>{o._isLeaving=!1,S(o,d),S(o,E),S(o,m),u&&u()},q=o=>(u,b)=>{const K=o?mt:R,W=()=>y(u,o,b);C(K,[u,W]),Z(()=>{S(u,o?c:i),h(u,o?l:f),Y(K)||V(u,s,lt,W)})};return x(e,{onBeforeEnter(o){C(B,[o]),h(o,i),h(o,a)},onBeforeAppear(o){C(dt,[o]),h(o,c),h(o,p)},onEnter:q(!1),onAppear:q(!0),onLeave(o,u){o._isLeaving=!0;const b=()=>z(o,u);h(o,d),te(),h(o,m),Z(()=>{o._isLeaving&&(S(o,d),h(o,E),Y(H)||V(o,s,ut,b))}),C(H,[o,b])},onEnterCancelled(o){y(o,!1),C(F,[o])},onAppearCancelled(o){y(o,!0),C(gt,[o])},onLeaveCancelled(o){z(o),C(pt,[o])}})}function Zt(t){if(t==null)return null;if(bt(t))return[D(t.enter),D(t.leave)];{const e=D(t);return[e,e]}}function D(t){return vt(t)}function h(t,e){e.split(/\s+/).forEach(n=>n&&t.classList.add(n)),(t._vtc||(t._vtc=new Set)).add(e)}function S(t,e){e.split(/\s+/).forEach(s=>s&&t.classList.remove(s));const{_vtc:n}=t;n&&(n.delete(e),n.size||(t._vtc=void 0))}function Z(t){requestAnimationFrame(()=>{requestAnimationFrame(t)})}let Vt=0;function V(t,e,n,s){const r=t._endId=++Vt,i=()=>{r===t._endId&&s()};if(n)return setTimeout(i,n);const{type:a,timeout:f,propCount:c}=kt(t,e);if(!a)return s();const p=a+"end";let l=0;const d=()=>{t.removeEventListener(p,m),i()},m=E=>{E.target===t&&++l>=c&&d()};setTimeout(()=>{l<c&&d()},f+1),t.addEventListener(p,m)}function kt(t,e){const n=window.getComputedStyle(t),s=T=>(n[T]||"").split(", "),r=s(`${g}Delay`),i=s(`${g}Duration`),a=k(r,i),f=s(`${A}Delay`),c=s(`${A}Duration`),p=k(f,c);let l=null,d=0,m=0;e===g?a>0&&(l=g,d=a,m=i.length):e===A?p>0&&(l=A,d=p,m=c.length):(d=Math.max(a,p),l=d>0?a>p?g:A:null,m=l?l===g?i.length:c.length:0);const E=l===g&&/\b(transform|all)(,|$)/.test(s(`${g}Property`).toString());return{type:l,timeout:d,propCount:m,hasTransform:E}}function k(t,e){for(;t.length<e.length;)t=t.concat(t);return Math.max(...e.map((n,s)=>tt(n)+tt(t[s])))}function tt(t){return Number(t.slice(0,-1).replace(",","."))*1e3}function te(){return document.body.offsetHeight}const ee=["ctrl","shift","alt","meta"],ne={stop:t=>t.stopPropagation(),prevent:t=>t.preventDefault(),self:t=>t.target!==t.currentTarget,ctrl:t=>!t.ctrlKey,shift:t=>!t.shiftKey,alt:t=>!t.altKey,meta:t=>!t.metaKey,left:t=>"button"in t&&t.button!==0,middle:t=>"button"in t&&t.button!==1,right:t=>"button"in t&&t.button!==2,exact:(t,e)=>ee.some(n=>t[`${n}Key`]&&!e.includes(n))},ae=(t,e)=>(n,...s)=>{for(let r=0;r<e.length;r++){const i=ne[e[r]];if(i&&i(n,e))return}return t(n,...s)},ce={beforeMount(t,{value:e},{transition:n}){t._vod=t.style.display==="none"?"":t.style.display,n&&e?n.beforeEnter(t):N(t,e)},mounted(t,{value:e},{transition:n}){n&&e&&n.enter(t)},updated(t,{value:e,oldValue:n},{transition:s}){!e!=!n&&(s?e?(s.beforeEnter(t),N(t,!0),s.enter(t)):s.leave(t,()=>{N(t,!1)}):N(t,e))},beforeUnmount(t,{value:e}){N(t,e)}};function N(t,e){t.style.display=e?t._vod:"none"}const ct=x({patchProp:Jt},$t);let L,et=!1;function se(){return L||(L=Ct(ct))}function re(){return L=et?L:St(ct),et=!0,L}const fe=(...t)=>{const e=se().createApp(...t),{mount:n}=e;return e.mount=s=>{const r=ft(s);if(!r)return;const i=e._component;!nt(i)&&!i.render&&!i.template&&(i.template=r.innerHTML),r.innerHTML="";const a=n(r,!1,r instanceof SVGElement);return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),a},e},le=(...t)=>{const e=re().createApp(...t),{mount:n}=e;return e.mount=s=>{const r=ft(s);if(r)return n(r,!0,r instanceof SVGElement)},e};function ft(t){return _(t)?document.querySelector(t):t}export{ot as T,le as a,fe as c,oe as u,ce as v,ae as w};
@@ -48,25 +48,24 @@ window.storefront = {"settings":{"domain":"ecom2-002.web.app","name":"My Shop","
48
48
  measurementId: 'G-SC592CE0GB',
49
49
  };
50
50
  </script>
51
- <link rel="stylesheet" href="/_astro/_...slug_.32968ccf.css" /><script type="module" src="/_astro/hoisted.6edd7364.js"></script></head>
51
+ <link rel="stylesheet" href="/_astro/_...slug_.39c46f54.css" /><script type="module" src="/_astro/hoisted.6edd7364.js"></script></head>
52
52
  <body>
53
+ <div id="teleported-top"></div>
53
54
  <style>astro-island,astro-slot{display:contents}</style><script>(self.Astro=self.Astro||{}).idle=t=>{const e=async()=>{await(await t())()};"requestIdleCallback"in window?window.requestIdleCallback(e):setTimeout(e,200)},window.dispatchEvent(new Event("astro:idle"));var l;{const c={0:t=>t,1:t=>JSON.parse(t,o),2:t=>new RegExp(t),3:t=>new Date(t),4:t=>new Map(JSON.parse(t,o)),5:t=>new Set(JSON.parse(t,o)),6:t=>BigInt(t),7:t=>new URL(t),8:t=>new Uint8Array(JSON.parse(t)),9:t=>new Uint16Array(JSON.parse(t)),10:t=>new Uint32Array(JSON.parse(t))},o=(t,s)=>{if(t===""||!Array.isArray(s))return s;const[e,n]=s;return e in c?c[e](n):void 0};customElements.get("astro-island")||customElements.define("astro-island",(l=class extends HTMLElement{constructor(){super(...arguments);this.hydrate=()=>{if(!this.hydrator||this.parentElement&&this.parentElement.closest("astro-island[ssr]"))return;const s=this.querySelectorAll("astro-slot"),e={},n=this.querySelectorAll("template[data-astro-template]");for(const r of n){const i=r.closest(this.tagName);!i||!i.isSameNode(this)||(e[r.getAttribute("data-astro-template")||"default"]=r.innerHTML,r.remove())}for(const r of s){const i=r.closest(this.tagName);!i||!i.isSameNode(this)||(e[r.getAttribute("name")||"default"]=r.innerHTML)}const a=this.hasAttribute("props")?JSON.parse(this.getAttribute("props"),o):{};this.hydrator(this)(this.Component,a,e,{client:this.getAttribute("client")}),this.removeAttribute("ssr"),window.removeEventListener("astro:hydrate",this.hydrate),window.dispatchEvent(new CustomEvent("astro:hydrate"))}}connectedCallback(){!this.hasAttribute("await-children")||this.firstChild?this.childrenConnectedCallback():new MutationObserver((s,e)=>{e.disconnect(),this.childrenConnectedCallback()}).observe(this,{childList:!0})}async childrenConnectedCallback(){window.addEventListener("astro:hydrate",this.hydrate);let s=this.getAttribute("before-hydration-url");s&&await import(s),this.start()}start(){const s=JSON.parse(this.getAttribute("opts")),e=this.getAttribute("client");if(Astro[e]===void 0){window.addEventListener(`astro:${e}`,()=>this.start(),{once:!0});return}Astro[e](async()=>{const n=this.getAttribute("renderer-url"),[a,{default:r}]=await Promise.all([import(this.getAttribute("component-url")),n?import(n):()=>()=>{}]),i=this.getAttribute("component-export")||"default";if(!i.includes("."))this.Component=a[i];else{this.Component=a;for(const d of i.split("."))this.Component=this.Component[d]}return this.hydrator=r,this.hydrate},s,this)}attributeChangedCallback(){this.hydrator&&this.hydrate()}},l.observedAttributes=["props"],l))}</script><script>(self.Astro=self.Astro||{}).load=a=>{(async()=>await(await a())())()},window.dispatchEvent(new Event("astro:load"));</script>
54
55
 
55
- <astro-island uid="1hctD4" component-url="/_astro/PitchBar.209c6645.js" component-export="default" renderer-url="/_astro/client.5a46cc02.js" props="{&quot;slides&quot;:[1,&quot;[[0,{\&quot;href\&quot;:[0,\&quot;/promotion\&quot;],\&quot;html\&quot;:[0,\&quot;Aproveite nossos descontos de até 50%!\&quot;]}],[0,{\&quot;href\&quot;:[0,\&quot;\&quot;],\&quot;html\&quot;:[0,\&quot;&lt;b&gt;Frete grátis&lt;/b&gt; &lt;d-md&gt;para todo Brasil&lt;/d-md&gt; a partir de {{free_shipping_from_value}}\&quot;]}]]&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;PitchBar&quot;,&quot;value&quot;:true}" await-children=""><div class="bg-base-100" data-pitch-bar><div class="container md:w-2/3 mx-auto px-3 py-1"><div data-carousel><ul data-carousel-wrapper><!--[--><!--[--><li><a href="/promotion" class="inline-block px-8 hover:underline"><!--[--><!--[--><span class="prose text-sm text-base-800" data-pitch-bar-slide>Aproveite nossos descontos de até 50%!</span><!--]--><!--]--></a></li><li><span href class="inline-block px-8"><!--[--><span class="prose text-sm text-base-800" data-pitch-bar-slide><b>Frete grátis</b> <d-md>para todo Brasil</d-md> a partir de R$ 150,00</span><!--]--></span></li><!--]--><!--]--></ul><!--[--><!--[--><div style="" class="text-xl leading-none text-base-400" data-pitch-bar-controls><button type="button" aria-label="Anterior" data-carousel-control="previous" class="pr-2 bg-base-100 hover:text-base-700"><!--[--><i class="i-chevron-left m-0"></i><!--]--></button><button type="button" aria-label="Próximo" data-carousel-control="next" class="pl-2 bg-base-100 hover:text-base-700"><!--[--><i class="i-chevron-right m-0"></i><!--]--></button></div><!--]--><!--]--></div></div></div></astro-island>
56
+ <astro-island uid="Z16SWoR" component-url="/_astro/PitchBar.103168e6.js" component-export="default" renderer-url="/_astro/client.eba0daa7.js" props="{&quot;slides&quot;:[1,&quot;[[0,{\&quot;href\&quot;:[0,\&quot;/promotion\&quot;],\&quot;html\&quot;:[0,\&quot;Aproveite nossos descontos de até 50%!\&quot;]}],[0,{\&quot;href\&quot;:[0,\&quot;\&quot;],\&quot;html\&quot;:[0,\&quot;&lt;b&gt;Frete grátis&lt;/b&gt; &lt;d-md&gt;para todo Brasil&lt;/d-md&gt; a partir de {{free_shipping_from_value}}\&quot;]}]]&quot;]}" ssr="" client="idle" opts="{&quot;name&quot;:&quot;PitchBar&quot;,&quot;value&quot;:true}" await-children=""><div class="bg-base-100"><div class="container md:w-2/3 mx-auto px-3 py-1"><div data-carousel><ul data-carousel-wrapper><!--[--><!--[--><li><a href="/promotion" class="inline-block px-8 hover:underline"><!--[--><span class="prose text-sm text-base-800">Aproveite nossos descontos de até 50%!</span><!--]--></a></li><li><span href class="inline-block px-8"><span class="prose text-sm text-base-800"><b>Frete grátis</b> <d-md>para todo Brasil</d-md> a partir de R$ 150,00</span></span></li><!--]--><!--]--></ul><!--[--><div style="" class="text-xl leading-none text-base-400"><button type="button" aria-label="Anterior" data-carousel-control="previous" class="pr-2 bg-base-100 hover:text-base-700"><!--[--><i class="i-chevron-left m-0"></i><!--]--></button><button type="button" aria-label="Próximo" data-carousel-control="next" class="pl-2 bg-base-100 hover:text-base-700"><!--[--><i class="i-chevron-right m-0"></i><!--]--></button></div><!--]--></div></div></div></astro-island>
56
57
 
57
58
 
58
- <astro-island uid="oQUvX" component-url="/_astro/ShopHeader.b801c785.js" component-export="default" renderer-url="/_astro/client.5a46cc02.js" props="{}" ssr="" client="load" opts="{&quot;name&quot;:&quot;ShopHeader&quot;,&quot;value&quot;:true}" await-children=""><!--[--><div style=""></div><header class="py-3 sm:py-4 md:py-5 z-50 top-0 will-change-transform" style="transition:none;" data-sticky-header=""><!--[--><div class="container lg:max-w-7xl mx-auto px-1 lg:pl-3 grid grid-flow-col grid-cols-3 justify-between items-center md:grid-cols-none md:auto-cols-max" data-header><!--[--><div class="md:hidden" data-sidenav-toggle><button class="px-2 my-1" aria-label="Abrir/fechar menu"><!--[--><i class="i-menu text-base-500 text-3xl"></i><!--]--></button><div class="relative -ml-1 lg:-ml-3"><!--teleport start--><!----><!--teleport end--></div></div><!--]--><!--[--><astro-slot name="logo">
59
+ <astro-island uid="Z2rUJuR" component-url="/_astro/ShopHeader.65213f83.js" component-export="default" renderer-url="/_astro/client.eba0daa7.js" props="{&quot;categories&quot;:[1,&quot;[[0,{\&quot;_id\&quot;:[0,\&quot;5c6ffa18c626be23430d4f4e\&quot;],\&quot;name\&quot;:[0,\&quot;Monitores\&quot;],\&quot;slug\&quot;:[0,\&quot;monitores\&quot;],\&quot;icon\&quot;:[0,{\&quot;url\&quot;:[0,\&quot;https://ecom-jvxboxzk.sfo2.digitaloceanspaces.com/@1567007322374-rect836.png\&quot;]}],\&quot;updated_at\&quot;:[0,\&quot;2019-08-28T15:51:06.863Z\&quot;],\&quot;created_at\&quot;:[0,\&quot;2019-08-28T15:51:06.863Z\&quot;]}],[0,{\&quot;_id\&quot;:[0,\&quot;5c6ffa2ac626be23430d4f50\&quot;],\&quot;name\&quot;:[0,\&quot;Monitores Gamer\&quot;],\&quot;parent\&quot;:[0,{\&quot;_id\&quot;:[0,\&quot;5c6ffa18c626be23430d4f4e\&quot;],\&quot;name\&quot;:[0,\&quot;Monitores\&quot;],\&quot;slug\&quot;:[0,\&quot;monitores\&quot;]}],\&quot;slug\&quot;:[0,\&quot;monitores-gamer\&quot;],\&quot;updated_at\&quot;:[0,\&quot;2021-07-15T23:29:10.192Z\&quot;]}],[0,{\&quot;_id\&quot;:[0,\&quot;5c6ffa45c626be23430d4f52\&quot;],\&quot;name\&quot;:[0,\&quot;Monitores Convencionais\&quot;],\&quot;parent\&quot;:[0,{\&quot;_id\&quot;:[0,\&quot;5c6ffa18c626be23430d4f4e\&quot;],\&quot;name\&quot;:[0,\&quot;Monitores\&quot;],\&quot;slug\&quot;:[0,\&quot;monitores\&quot;]}],\&quot;slug\&quot;:[0,\&quot;monitores-convencionais\&quot;],\&quot;updated_at\&quot;:[0,\&quot;2021-08-17T18:42:54.920Z\&quot;]}],[0,{\&quot;_id\&quot;:[0,\&quot;5c6ffa5bc626be23430d4f54\&quot;],\&quot;name\&quot;:[0,\&quot;Monitores TV\&quot;],\&quot;parent\&quot;:[0,{\&quot;_id\&quot;:[0,\&quot;5c6ffa18c626be23430d4f4e\&quot;],\&quot;name\&quot;:[0,\&quot;Monitores\&quot;],\&quot;slug\&quot;:[0,\&quot;monitores\&quot;]}],\&quot;slug\&quot;:[0,\&quot;monitores-tv\&quot;],\&quot;created_at\&quot;:[0,\&quot;2019-02-22T13:34:19.659Z\&quot;]}],[0,{\&quot;_id\&quot;:[0,\&quot;5c6ffa6ec626be23430d4f56\&quot;],\&quot;name\&quot;:[0,\&quot;Notebooks\&quot;],\&quot;slug\&quot;:[0,\&quot;notebooks\&quot;],\&quot;icon\&quot;:[0,{\&quot;url\&quot;:[0,\&quot;https://ecom-jvxboxzk.sfo2.digitaloceanspaces.com/@1567007351112-comp.png\&quot;]}],\&quot;updated_at\&quot;:[0,\&quot;2019-08-28T15:51:51.039Z\&quot;],\&quot;created_at\&quot;:[0,\&quot;2019-08-28T15:51:51.039Z\&quot;]}],[0,{\&quot;_id\&quot;:[0,\&quot;5c6ffa8cc626be23430d4f58\&quot;],\&quot;name\&quot;:[0,\&quot;Notebooks gamers\&quot;],\&quot;parent\&quot;:[0,{\&quot;_id\&quot;:[0,\&quot;5c6ffa6ec626be23430d4f56\&quot;],\&quot;name\&quot;:[0,\&quot;Notebooks\&quot;],\&quot;slug\&quot;:[0,\&quot;notebooks\&quot;]}],\&quot;slug\&quot;:[0,\&quot;notebooks-gamers\&quot;],\&quot;created_at\&quot;:[0,\&quot;2019-02-22T13:35:08.093Z\&quot;]}],[0,{\&quot;_id\&quot;:[0,\&quot;5c6ffab6c626be23430d4f5c\&quot;],\&quot;name\&quot;:[0,\&quot;MacBook\&quot;],\&quot;parent\&quot;:[0,{\&quot;_id\&quot;:[0,\&quot;5d5714045753286eadbbdc77\&quot;],\&quot;name\&quot;:[0,\&quot;Ultrabook\&quot;],\&quot;slug\&quot;:[0,\&quot;ultrabook\&quot;]}],\&quot;slug\&quot;:[0,\&quot;macbook\&quot;],\&quot;icon\&quot;:[0,{\&quot;url\&quot;:[0,\&quot;https://ecom-jvxboxzk.sfo2.digitaloceanspaces.com/@1566932713325-macbook.jfif\&quot;],\&quot;size\&quot;:[0,\&quot;233x216\&quot;],\&quot;alt\&quot;:[0,\&quot;macbook\&quot;]}],\&quot;updated_at\&quot;:[0,\&quot;2019-08-27T19:07:35.157Z\&quot;],\&quot;created_at\&quot;:[0,\&quot;2019-08-27T19:07:35.157Z\&quot;]}],[0,{\&quot;_id\&quot;:[0,\&quot;5c7009bec626be23430d4f80\&quot;],\&quot;name\&quot;:[0,\&quot;Periféricos\&quot;],\&quot;slug\&quot;:[0,\&quot;perifericos\&quot;],\&quot;icon\&quot;:[0,{\&quot;url\&quot;:[0,\&quot;https://ecom-jvxboxzk.sfo2.digitaloceanspaces.com/@1567007328003-keyb.png\&quot;]}],\&quot;parent\&quot;:[0,{\&quot;_id\&quot;:[0,\&quot;5c701cb1c626be23430d4fe9\&quot;],\&quot;name\&quot;:[0,\&quot;Físicos\&quot;],\&quot;slug\&quot;:[0,\&quot;fisicos\&quot;]}],\&quot;updated_at\&quot;:[0,\&quot;2020-09-04T21:48:44.261Z\&quot;],\&quot;created_at\&quot;:[0,\&quot;2020-09-04T21:48:44.261Z\&quot;]}],[0,{\&quot;_id\&quot;:[0,\&quot;5c7009fdc626be23430d4f82\&quot;],\&quot;name\&quot;:[0,\&quot;Teclados\&quot;],\&quot;parent\&quot;:[0,{\&quot;_id\&quot;:[0,\&quot;5c7009bec626be23430d4f80\&quot;],\&quot;name\&quot;:[0,\&quot;Periféricos\&quot;],\&quot;slug\&quot;:[0,\&quot;perifericos\&quot;]}],\&quot;slug\&quot;:[0,\&quot;teclados\&quot;],\&quot;created_at\&quot;:[0,\&quot;2019-02-22T14:41:01.323Z\&quot;]}],[0,{\&quot;_id\&quot;:[0,\&quot;5c700a11c626be23430d4f84\&quot;],\&quot;name\&quot;:[0,\&quot;Mouses\&quot;],\&quot;parent\&quot;:[0,{\&quot;_id\&quot;:[0,\&quot;5c7009bec626be23430d4f80\&quot;],\&quot;name\&quot;:[0,\&quot;Periféricos\&quot;],\&quot;slug\&quot;:[0,\&quot;perifericos\&quot;]}],\&quot;slug\&quot;:[0,\&quot;mouses\&quot;],\&quot;created_at\&quot;:[0,\&quot;2019-02-22T14:41:21.566Z\&quot;]}],[0,{\&quot;_id\&quot;:[0,\&quot;5c700a37c626be23430d4f86\&quot;],\&quot;name\&quot;:[0,\&quot;Caixas de Som\&quot;],\&quot;parent\&quot;:[0,{\&quot;_id\&quot;:[0,\&quot;5c7009bec626be23430d4f80\&quot;],\&quot;name\&quot;:[0,\&quot;Periféricos\&quot;],\&quot;slug\&quot;:[0,\&quot;perifericos\&quot;]}],\&quot;slug\&quot;:[0,\&quot;caixas-de-som\&quot;],\&quot;created_at\&quot;:[0,\&quot;2019-02-22T14:41:59.607Z\&quot;]}],[0,{\&quot;_id\&quot;:[0,\&quot;5c700a53c626be23430d4f88\&quot;],\&quot;name\&quot;:[0,\&quot;Headset\&quot;],\&quot;parent\&quot;:[0,{\&quot;_id\&quot;:[0,\&quot;5c7009bec626be23430d4f80\&quot;],\&quot;name\&quot;:[0,\&quot;Periféricos\&quot;],\&quot;slug\&quot;:[0,\&quot;perifericos\&quot;]}],\&quot;slug\&quot;:[0,\&quot;headset\&quot;],\&quot;created_at\&quot;:[0,\&quot;2019-02-22T14:42:27.608Z\&quot;]}],[0,{\&quot;_id\&quot;:[0,\&quot;5c700a6bc626be23430d4f8a\&quot;],\&quot;name\&quot;:[0,\&quot;Cadeira Gamer\&quot;],\&quot;parent\&quot;:[0,{\&quot;_id\&quot;:[0,\&quot;5c7009bec626be23430d4f80\&quot;],\&quot;name\&quot;:[0,\&quot;Periféricos\&quot;],\&quot;slug\&quot;:[0,\&quot;perifericos\&quot;]}],\&quot;slug\&quot;:[0,\&quot;cadeira-gamer\&quot;],\&quot;created_at\&quot;:[0,\&quot;2019-02-22T14:42:51.330Z\&quot;]}],[0,{\&quot;_id\&quot;:[0,\&quot;5c700a9cc626be23430d4f8c\&quot;],\&quot;name\&quot;:[0,\&quot;Smartphones\&quot;],\&quot;slug\&quot;:[0,\&quot;smartphones\&quot;],\&quot;icon\&quot;:[0,{\&quot;url\&quot;:[0,\&quot;https://ecom-jvxboxzk.sfo2.digitaloceanspaces.com/@1567007321218-smartphone.png\&quot;]}],\&quot;updated_at\&quot;:[0,\&quot;2019-08-28T15:52:17.995Z\&quot;],\&quot;created_at\&quot;:[0,\&quot;2019-08-28T15:52:17.995Z\&quot;]}],[0,{\&quot;_id\&quot;:[0,\&quot;5c701c9ec626be23430d4fe7\&quot;],\&quot;name\&quot;:[0,\&quot;Jogo\&quot;],\&quot;slug\&quot;:[0,\&quot;jogos/\&quot;],\&quot;icon\&quot;:[0,{\&quot;url\&quot;:[0,\&quot;https://ecom-jvxboxzk.sfo2.digitaloceanspaces.com/@1567007332353-game.png\&quot;]}],\&quot;updated_at\&quot;:[0,\&quot;2020-07-24T19:14:01.592Z\&quot;],\&quot;created_at\&quot;:[0,\&quot;2020-07-24T19:14:01.592Z\&quot;]}],[0,{\&quot;_id\&quot;:[0,\&quot;5c701cb1c626be23430d4fe9\&quot;],\&quot;name\&quot;:[0,\&quot;Físicos\&quot;],\&quot;parent\&quot;:[0,{\&quot;_id\&quot;:[0,\&quot;5c701c9ec626be23430d4fe7\&quot;],\&quot;name\&quot;:[0,\&quot;Jogo\&quot;],\&quot;slug\&quot;:[0,\&quot;jogos/\&quot;]}],\&quot;slug\&quot;:[0,\&quot;fisicos\&quot;],\&quot;created_at\&quot;:[0,\&quot;2019-02-22T16:00:49.671Z\&quot;]}],[0,{\&quot;_id\&quot;:[0,\&quot;5c701cc6c626be23430d4feb\&quot;],\&quot;name\&quot;:[0,\&quot;Digitais\&quot;],\&quot;parent\&quot;:[0,{\&quot;_id\&quot;:[0,\&quot;5c701c9ec626be23430d4fe7\&quot;],\&quot;name\&quot;:[0,\&quot;Jogo\&quot;],\&quot;slug\&quot;:[0,\&quot;jogos/\&quot;]}],\&quot;slug\&quot;:[0,\&quot;digitais\&quot;],\&quot;created_at\&quot;:[0,\&quot;2019-02-22T16:01:10.358Z\&quot;]}],[0,{\&quot;_id\&quot;:[0,\&quot;5c701ce2c626be23430d4fed\&quot;],\&quot;name\&quot;:[0,\&quot;Usados\&quot;],\&quot;parent\&quot;:[0,{\&quot;_id\&quot;:[0,\&quot;5c701c9ec626be23430d4fe7\&quot;],\&quot;name\&quot;:[0,\&quot;Jogo\&quot;],\&quot;slug\&quot;:[0,\&quot;jogos/\&quot;]}],\&quot;slug\&quot;:[0,\&quot;usados\&quot;],\&quot;created_at\&quot;:[0,\&quot;2019-02-22T16:01:38.850Z\&quot;]}],[0,{\&quot;_id\&quot;:[0,\&quot;5ceecb3f887ef430f1f70c88\&quot;],\&quot;name\&quot;:[0,\&quot;Promoções\&quot;],\&quot;slug\&quot;:[0,\&quot;promocoes\&quot;],\&quot;icon\&quot;:[0,{\&quot;url\&quot;:[0,\&quot;https://ecom-jvxboxzk.sfo2.digitaloceanspaces.com/@1567007326827-mony.png\&quot;]}],\&quot;updated_at\&quot;:[0,\&quot;2019-08-28T15:52:41.385Z\&quot;],\&quot;created_at\&quot;:[0,\&quot;2019-08-28T15:52:41.385Z\&quot;]}],[0,{\&quot;_id\&quot;:[0,\&quot;5d5714045753286eadbbdc77\&quot;],\&quot;name\&quot;:[0,\&quot;Ultrabook\&quot;],\&quot;parent\&quot;:[0,{\&quot;_id\&quot;:[0,\&quot;5c6ffa6ec626be23430d4f56\&quot;],\&quot;name\&quot;:[0,\&quot;Notebooks\&quot;],\&quot;slug\&quot;:[0,\&quot;notebooks\&quot;]}],\&quot;slug\&quot;:[0,\&quot;ultrabook\&quot;],\&quot;created_at\&quot;:[0,\&quot;2019-08-16T20:37:24.811Z\&quot;]}],[0,{\&quot;_id\&quot;:[0,\&quot;5f70f1417430f92180f5ba66\&quot;],\&quot;name\&quot;:[0,\&quot;Brasileiro\&quot;],\&quot;created_at\&quot;:[0,\&quot;2020-09-27T20:08:33.202Z\&quot;]}],[0,{\&quot;_id\&quot;:[0,\&quot;5fb2b13b69274c73fcd6a051\&quot;],\&quot;name\&quot;:[0,\&quot;smartwatch\&quot;],\&quot;created_at\&quot;:[0,\&quot;2020-11-16T17:04:59.320Z\&quot;]}],[0,{\&quot;_id\&quot;:[0,\&quot;60199592d6981740b4a030f4\&quot;],\&quot;name\&quot;:[0,\&quot;São Paulo\&quot;],\&quot;slug\&quot;:[0,\&quot;sao-paulo\&quot;],\&quot;updated_at\&quot;:[0,\&quot;2021-08-17T18:43:10.174Z\&quot;]}],[0,{\&quot;_id\&quot;:[0,\&quot;61de099d0c7c72722502397b\&quot;],\&quot;name\&quot;:[0,\&quot;MacBook Pro\&quot;],\&quot;created_at\&quot;:[0,\&quot;2022-01-11T22:50:05.070Z\&quot;]}],[0,{\&quot;_id\&quot;:[0,\&quot;61de12450c7c727225025299\&quot;],\&quot;name\&quot;:[0,\&quot;Mac Stop\&quot;],\&quot;created_at\&quot;:[0,\&quot;2022-01-11T23:27:01.790Z\&quot;]}],[0,{\&quot;_id\&quot;:[0,\&quot;6227a90a7963422eee367aaa\&quot;],\&quot;name\&quot;:[0,\&quot;capinhas\&quot;],\&quot;created_at\&quot;:[0,\&quot;2022-03-08T19:05:46.688Z\&quot;]}]]&quot;]}" ssr="" client="load" opts="{&quot;name&quot;:&quot;ShopHeader&quot;,&quot;value&quot;:true}" await-children=""><header class="top-0 z-50 bg-white py-3 sm:py-4 md:py-5"><div class="container lg:max-w-7xl mx-auto px-1 lg:pl-3 grid grid-flow-col grid-cols-3 justify-between items-center md:grid-cols-none md:auto-cols-max"><!--[--><div class="md:hidden" data-sidenav-toggle><button class="px-2 my-1" aria-label="Abrir/fechar menu"><!--[--><i class="i-menu text-base-500 text-3xl"></i><!--]--></button></div><!--]--><!--[--><astro-slot name="logo">
59
60
  <a href="/">
60
61
  <h2><picture>
61
62
  <source type="image/avif" srcset="/_image?f=avif&#38;w=300&#38;h=117&#38;ar=2.570281124497992&#38;href=%2Fimg%2Fuploads%2Flogo.webp 300w" sizes="150px"><source type="image/webp" srcset="/_image?f=webp&#38;w=300&#38;h=117&#38;ar=2.570281124497992&#38;href=%2Fimg%2Fuploads%2Flogo.webp 300w" sizes="150px">
62
- <img alt="My Shop" src="/_image?f=webp&#38;w=300&#38;h=117&#38;ar=2.570281124497992&#38;href=%2Fimg%2Fuploads%2Flogo.webp" loading="lazy" decoding="async" alt="My Shop" fetchpriority="high" class="hover:drop-shadow-sm">
63
+ <img alt="My Shop" src="/_image?f=webp&#38;w=300&#38;h=117&#38;ar=2.570281124497992&#38;href=%2Fimg%2Fuploads%2Flogo.webp" loading="lazy" decoding="async" alt="My Shop" slot="logo-picture" fetchpriority="high" class="hover:drop-shadow-sm">
63
64
  </picture></h2>
64
65
  </a>
65
- </astro-slot><!--]--><!--[--><!--]--><!--[--><div class="px-2 flex justify-end items-center gap-3 lg:gap-4 text-base-800" data-header-buttons><!--[--><!--[--><button class="" aria-label="Buscar produtos" data-header-button="search"><!--[--><i class="i-search hover:text-primary w-7 h-7 hover:scale-110 active:scale-125"></i><!--]--></button><!--]--><!--[--><button class="hidden sm:block" aria-label="Minha conta" data-header-button="account"><!--[--><i class="i-account hover:text-primary w-7 h-7 hover:scale-110 active:scale-125"></i><!--]--></button><!--]--><!--[--><button class="" aria-label="Abrir carrinho" data-header-button="cart"><!--[--><i class="i-shopping-cart hover:text-primary w-7 h-7 hover:scale-110 active:scale-125"></i><!--]--></button><!--]--><!--]--></div><!--]--></div><!--]--></header><!--]--></astro-island>
66
+ </astro-slot><!--]--><!--[--><!--]--><!--[--><div class="px-2 flex justify-end items-center gap-3 lg:gap-4 text-base-800" data-header-buttons><!--[--><!--[--><button class="" aria-label="Buscar produtos" data-header-button="search"><!--[--><i class="i-search hover:text-primary w-7 h-7 hover:scale-110 active:scale-125"></i><!--]--></button><!--]--><!--[--><button class="hidden sm:block" aria-label="Minha conta" data-header-button="account"><!--[--><i class="i-account hover:text-primary w-7 h-7 hover:scale-110 active:scale-125"></i><!--]--></button><!--]--><!--[--><button class="" aria-label="Abrir carrinho" data-header-button="cart"><!--[--><i class="i-shopping-cart hover:text-primary w-7 h-7 hover:scale-110 active:scale-125"></i><!--]--></button><!--]--><!--]--></div><!--]--></div><!----></header></astro-island>
66
67
 
67
-
68
-
69
- <link rel="stylesheet" href="/_astro/_...slug_.32968ccf.css" /><script type="module" src="/_astro/hoisted.6edd7364.js"></script><main>
68
+ <link rel="stylesheet" href="/_astro/_...slug_.39c46f54.css" /><script type="module" src="/_astro/hoisted.6edd7364.js"></script><main>
70
69
  <h1>Error :/</h1>
71
70
  <p class="instructions">
72
71
  Check out the <code>src/pages</code> directory to get started.<br>
@@ -74,6 +73,6 @@ window.storefront = {"settings":{"domain":"ecom2-002.web.app","name":"My Shop","
74
73
  </p>
75
74
  </main>
76
75
 
77
- <div id="teleported"></div>
76
+ <div id="teleported-bottom"></div>
78
77
  </body>
79
78
  </html>
@@ -1 +1 @@
1
- if(!self.define){let e,s={};const r=(r,n)=>(r=new URL(r+".js",n).href,s[r]||new Promise((s=>{if("document"in self){const e=document.createElement("script");e.src=r,e.onload=s,document.head.appendChild(e)}else e=r,importScripts(r),s()})).then((()=>{let e=s[r];if(!e)throw new Error(`Module ${r} didn’t register its module`);return e})));self.define=(n,i)=>{const o=e||("document"in self?document.currentScript.src:"")||location.href;if(s[o])return;let l={};const t=e=>r(e,o),u={module:{uri:o},exports:l,require:t};s[o]=Promise.all(n.map((e=>u[e]||t(e)))).then((e=>(i(...e),l)))}}define(["./workbox-e2ee76b5"],(function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"_astro/_...slug_.32968ccf.css",revision:null},{url:"_astro/client.5a46cc02.js",revision:null},{url:"_astro/ecom-utils.92f137f6.js",revision:null},{url:"_astro/hoisted.6edd7364.js",revision:null},{url:"_astro/index.844a4059.js",revision:null},{url:"_astro/index.90df622b.css",revision:null},{url:"_astro/modules-info.d9373e21.js",revision:null},{url:"_astro/PitchBar.209c6645.js",revision:null},{url:"_astro/Prices.6fbcb5ac.js",revision:null},{url:"_astro/Prices.vue_vue_type_script_setup_true_lang.44f23680.js",revision:null},{url:"_astro/ProductCard.ee5eee91.js",revision:null},{url:"_astro/runtime-core.esm-bundler.f04cee62.js",revision:null},{url:"_astro/runtime-dom.esm-bundler.00313542.js",revision:null},{url:"_astro/server.60de185d.css",revision:null},{url:"_astro/session-utm.72684b84.js",revision:null},{url:"_astro/ShopHeader.b801c785.js",revision:null},{url:"_astro/use-component-variant.58788b6e.js",revision:null},{url:"_astro/workbox-window.prod.es5.295a6886.js",revision:null},{url:"img/uploads/large-icon.png",revision:"0b35db516cfa7475b1c2f8c081e8d54d"},{url:"manifest.webmanifest",revision:"6a858866b0560997f368e27ab5418e15"}],{ignoreURLParametersMatching:[/.*/]}),e.cleanupOutdatedCaches(),e.registerRoute(new e.NavigationRoute(e.createHandlerBoundToURL("/404"))),e.registerRoute(/^\/$/,new e.NetworkFirst,"GET"),e.registerRoute(/\/((?!(?:admin|assets|img)(\/|$))[^.]+)(\.(?!js|css|xml|txt|png|jpg|jpeg|webp|avif|svg|gif)[^.]+)*$/,new e.NetworkFirst({cacheName:"pages",plugins:[new e.ExpirationPlugin({maxEntries:50,purgeOnQuotaError:!0})]}),"GET"),e.registerRoute(/^\/assets\//,new e.StaleWhileRevalidate({cacheName:"assets",plugins:[]}),"GET"),e.registerRoute(/^\/_image$/,new e.StaleWhileRevalidate({cacheName:"sharp-images",plugins:[new e.ExpirationPlugin({maxEntries:50,maxAgeSeconds:2592e3,purgeOnQuotaError:!0})]}),"GET"),e.registerRoute(/^\/img\/uploads\/.*\.(?:png|jpg|jpeg|webp|avif|svg|gif)$/,new e.StaleWhileRevalidate({cacheName:"cms-images",plugins:[new e.ExpirationPlugin({maxEntries:20,maxAgeSeconds:2592e3,purgeOnQuotaError:!0})]}),"GET"),e.registerRoute(/^https:\/\/ecomplus\.io/,new e.NetworkFirst({cacheName:"store-api",plugins:[new e.ExpirationPlugin({maxEntries:50,purgeOnQuotaError:!0})]}),"GET"),e.registerRoute(/^https:\/\/(((\w+\.)?ecoms\d)|(ecom[\w-]+(\.\w+)*\.digitaloceanspaces))\.com.*\/imgs\/normal\//,new e.CacheFirst({cacheName:"product-thumbnails",plugins:[new e.ExpirationPlugin({maxEntries:100,maxAgeSeconds:2592e3,purgeOnQuotaError:!0})]}),"GET"),e.registerRoute(/^https:\/\/(((\w+\.)?ecoms\d)|(ecom[\w-]+(\.\w+)*\.digitaloceanspaces))\.com.*\/imgs\/big\//,new e.CacheFirst({cacheName:"product-pictures",plugins:[new e.ExpirationPlugin({maxEntries:10,maxAgeSeconds:604800,purgeOnQuotaError:!0})]}),"GET")}));
1
+ if(!self.define){let e,s={};const r=(r,n)=>(r=new URL(r+".js",n).href,s[r]||new Promise((s=>{if("document"in self){const e=document.createElement("script");e.src=r,e.onload=s,document.head.appendChild(e)}else e=r,importScripts(r),s()})).then((()=>{let e=s[r];if(!e)throw new Error(`Module ${r} didn’t register its module`);return e})));self.define=(n,i)=>{const o=e||("document"in self?document.currentScript.src:"")||location.href;if(s[o])return;let a={};const l=e=>r(e,o),t={module:{uri:o},exports:a,require:l};s[o]=Promise.all(n.map((e=>t[e]||l(e)))).then((e=>(i(...e),a)))}}define(["./workbox-e2ee76b5"],(function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"_astro/_...slug_.39c46f54.css",revision:null},{url:"_astro/client.eba0daa7.js",revision:null},{url:"_astro/ecom-utils.92f137f6.js",revision:null},{url:"_astro/hoisted.6edd7364.js",revision:null},{url:"_astro/index.0c833781.css",revision:null},{url:"_astro/index.7577af70.js",revision:null},{url:"_astro/modules-info.0c999f60.js",revision:null},{url:"_astro/PitchBar.103168e6.js",revision:null},{url:"_astro/Prices.b75d44d6.js",revision:null},{url:"_astro/Prices.vue_vue_type_script_setup_true_lang.054033ef.js",revision:null},{url:"_astro/ProductCard.9138ec25.js",revision:null},{url:"_astro/runtime-core.esm-bundler.4da3640b.js",revision:null},{url:"_astro/runtime-dom.esm-bundler.0869e112.js",revision:null},{url:"_astro/server.60de185d.css",revision:null},{url:"_astro/session-utm.72684b84.js",revision:null},{url:"_astro/ShopHeader.65213f83.js",revision:null},{url:"_astro/workbox-window.prod.es5.295a6886.js",revision:null},{url:"img/uploads/large-icon.png",revision:"0b35db516cfa7475b1c2f8c081e8d54d"},{url:"manifest.webmanifest",revision:"6a858866b0560997f368e27ab5418e15"}],{ignoreURLParametersMatching:[/.*/]}),e.cleanupOutdatedCaches(),e.registerRoute(new e.NavigationRoute(e.createHandlerBoundToURL("/404"))),e.registerRoute(/^\/$/,new e.NetworkFirst,"GET"),e.registerRoute(/\/((?!(?:admin|assets|img)(\/|$))[^.]+)(\.(?!js|css|xml|txt|png|jpg|jpeg|webp|avif|svg|gif)[^.]+)*$/,new e.NetworkFirst({cacheName:"pages",plugins:[new e.ExpirationPlugin({maxEntries:50,purgeOnQuotaError:!0})]}),"GET"),e.registerRoute(/^\/assets\//,new e.StaleWhileRevalidate({cacheName:"assets",plugins:[]}),"GET"),e.registerRoute(/^\/_image$/,new e.StaleWhileRevalidate({cacheName:"sharp-images",plugins:[new e.ExpirationPlugin({maxEntries:50,maxAgeSeconds:2592e3,purgeOnQuotaError:!0})]}),"GET"),e.registerRoute(/^\/img\/uploads\/.*\.(?:png|jpg|jpeg|webp|avif|svg|gif)$/,new e.StaleWhileRevalidate({cacheName:"cms-images",plugins:[new e.ExpirationPlugin({maxEntries:20,maxAgeSeconds:2592e3,purgeOnQuotaError:!0})]}),"GET"),e.registerRoute(/^https:\/\/ecomplus\.io/,new e.NetworkFirst({cacheName:"store-api",plugins:[new e.ExpirationPlugin({maxEntries:50,purgeOnQuotaError:!0})]}),"GET"),e.registerRoute(/^https:\/\/(((\w+\.)?ecoms\d)|(ecom[\w-]+(\.\w+)*\.digitaloceanspaces))\.com.*\/imgs\/normal\//,new e.CacheFirst({cacheName:"product-thumbnails",plugins:[new e.ExpirationPlugin({maxEntries:100,maxAgeSeconds:2592e3,purgeOnQuotaError:!0})]}),"GET"),e.registerRoute(/^https:\/\/(((\w+\.)?ecoms\d)|(ecom[\w-]+(\.\w+)*\.digitaloceanspaces))\.com.*\/imgs\/big\//,new e.CacheFirst({cacheName:"product-pictures",plugins:[new e.ExpirationPlugin({maxEntries:10,maxAgeSeconds:604800,purgeOnQuotaError:!0})]}),"GET")}));