cloudcommerce 2.6.4 → 2.7.3

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 (123) hide show
  1. package/.github/workflows/test-apps.yml +2 -2
  2. package/CHANGELOG.md +30 -0
  3. package/action.yml +2 -2
  4. package/{commitlint.config.cjs → commitlint.config.mjs} +2 -2
  5. package/ecomplus-stores/barradoce/.gitpod.yml +1 -1
  6. package/ecomplus-stores/barradoce/.idx/dev.nix +5 -4
  7. package/ecomplus-stores/barradoce/functions/many/package.json +3 -3
  8. package/ecomplus-stores/barradoce/functions/ssr/content/pages/home.json +106 -8
  9. package/ecomplus-stores/barradoce/functions/ssr/content/pages/products.json +3 -0
  10. package/ecomplus-stores/barradoce/functions/ssr/content/types.d.ts +1 -1
  11. package/ecomplus-stores/barradoce/functions/ssr/package.json +6 -6
  12. package/ecomplus-stores/barradoce/functions/ssr/src/components/BuyerReviews.vue +83 -0
  13. package/ecomplus-stores/barradoce/functions/ssr/src/components/CheckoutPage.vue +6 -6
  14. package/ecomplus-stores/barradoce/functions/ssr/src/components/FooterStamps.vue +4 -4
  15. package/ecomplus-stores/barradoce/functions/ssr/src/components/ProductDetails.vue +36 -5
  16. package/ecomplus-stores/barradoce/functions/ssr/src/components/ProductShelf.vue +8 -7
  17. package/ecomplus-stores/barradoce/functions/ssr/src/components/ShippingCalculator.vue +1 -1
  18. package/ecomplus-stores/barradoce/functions/ssr/src/main/content/Sections.astro +4 -0
  19. package/ecomplus-stores/barradoce/functions/with-apps/package.json +3 -3
  20. package/ecomplus-stores/barradoce/package.json +2 -2
  21. package/package.json +5 -5
  22. package/packages/api/package.json +1 -1
  23. package/packages/apps/affiliate-program/package.json +1 -1
  24. package/packages/apps/correios/package.json +1 -1
  25. package/packages/apps/custom-payment/package.json +1 -1
  26. package/packages/apps/custom-shipping/package.json +1 -1
  27. package/packages/apps/datafrete/package.json +1 -1
  28. package/packages/apps/discounts/package.json +1 -1
  29. package/packages/apps/emails/package.json +1 -1
  30. package/packages/apps/fb-conversions/package.json +1 -1
  31. package/packages/apps/flash-courier/package.json +1 -1
  32. package/packages/apps/frenet/package.json +1 -1
  33. package/packages/apps/galaxpay/package.json +1 -1
  34. package/packages/apps/google-analytics/package.json +1 -1
  35. package/packages/apps/jadlog/package.json +1 -1
  36. package/packages/apps/loyalty-points/package.json +1 -1
  37. package/packages/apps/mandae/package.json +1 -1
  38. package/packages/apps/melhor-envio/package.json +1 -1
  39. package/packages/apps/mercadopago/package.json +1 -1
  40. package/packages/apps/pagarme/package.json +1 -1
  41. package/packages/apps/pagarme-v5/package.json +1 -1
  42. package/packages/apps/paghiper/package.json +1 -1
  43. package/packages/apps/pix/package.json +1 -1
  44. package/packages/apps/tiny-erp/package.json +1 -1
  45. package/packages/apps/webhooks/package.json +1 -1
  46. package/packages/cli/package.json +1 -1
  47. package/packages/config/package.json +1 -1
  48. package/packages/emails/package.json +2 -2
  49. package/packages/eslint/package.json +1 -1
  50. package/packages/events/package.json +1 -1
  51. package/packages/feeds/package.json +1 -1
  52. package/packages/firebase/package.json +1 -1
  53. package/packages/i18n/package.json +1 -1
  54. package/packages/modules/package.json +1 -1
  55. package/packages/passport/package.json +1 -1
  56. package/packages/ssr/lib/lib/cron-ssr-save-views.js +7 -85
  57. package/packages/ssr/lib/lib/cron-ssr-save-views.js.map +1 -1
  58. package/packages/ssr/package.json +3 -3
  59. package/packages/ssr/src/lib/cron-ssr-save-views.ts +7 -91
  60. package/packages/storefront/dist/client/_astro/{AccountPage.B4WZaOzX.js → AccountPage.Cq0jrJE5.js} +1 -1
  61. package/packages/storefront/dist/client/_astro/{CartSidebar.DAGdpIcU.js → CartSidebar.DkX2BE1w.js} +1 -1
  62. package/packages/storefront/dist/client/_astro/{HeroSlider.Dq_9kcdU.js → HeroSlider.CZujn8cU.js} +1 -1
  63. package/packages/storefront/dist/client/_astro/{PitchBar.BwLlIs6F.js → PitchBar.DhcSEQPV.js} +1 -1
  64. package/packages/storefront/dist/client/_astro/{Prices.BgHTq5id.js → Prices.D1uItqV5.js} +1 -1
  65. package/packages/storefront/dist/client/_astro/{ProductDetails.CnYNdPl5.js → ProductDetails.DDNMc2oj.js} +1 -1
  66. package/packages/storefront/dist/client/_astro/ProductShelf.BwRDTU-V.js +1 -0
  67. package/packages/storefront/dist/client/_astro/{SearchModal.DcmvABes.js → SearchModal.DgrtGsIu.js} +1 -1
  68. package/packages/storefront/dist/client/_astro/{SearchShowcase.C9GWwOnF.js → SearchShowcase.DggdcmcI.js} +1 -1
  69. package/packages/storefront/dist/client/_astro/{ShippingCalculator.DE01D7dt.js → ShippingCalculator.B5JIh5xw.js} +1 -1
  70. package/packages/storefront/dist/client/_astro/{ShopHeader.Cf4t6O6z.js → ShopHeader.CIsQLhMR.js} +2 -2
  71. package/packages/storefront/dist/client/_astro/{_plugin-vue_export-helper.CBemkWnU.js → _plugin-vue_export-helper.3R8ooc_r.js} +3 -3
  72. package/packages/storefront/dist/client/_astro/{_slug_.DX_OkMX7.css → _slug_.CnXAH2gj.css} +1 -1
  73. package/packages/storefront/dist/client/_astro/client.mwowSQrH.js +1 -0
  74. package/packages/storefront/dist/client/_astro/{customer-session.CNe1heRH.js → customer-session.BAjMMoBA.js} +1 -1
  75. package/packages/storefront/dist/client/_astro/{format-money.DINpWB0x.js → format-money.vLicYTv9.js} +1 -1
  76. package/packages/storefront/dist/client/_astro/{grid-title.D4m7-g3h.js → grid-title.CxNZApGL.js} +1 -1
  77. package/packages/storefront/dist/client/_astro/{hoisted.EBqhuD5o.js → hoisted.B8Lw6O9a.js} +1 -1
  78. package/packages/storefront/dist/client/_astro/{hoisted.B2rH1xwX.js → hoisted.D4m7OTKi.js} +1 -1
  79. package/packages/storefront/dist/client/_astro/{hoisted.ut_nNM_H.js → hoisted.DSAg3dYh.js} +1 -1
  80. package/packages/storefront/dist/client/_astro/hoisted.D_dlmSy5.js +1 -0
  81. package/packages/storefront/dist/client/_astro/{i18n.B3skIOFg.js → i18n.BE5r_SIU.js} +1 -1
  82. package/packages/storefront/dist/client/_astro/{img.D5a6GzeE.js → img.CB-F9VLo.js} +1 -1
  83. package/packages/storefront/dist/client/_astro/{index.DBfgCyd-.js → index.BAyyMfaO.js} +1 -1
  84. package/packages/storefront/dist/client/_astro/{index.CFw6O-Kt.js → index.CTTHpJlV.js} +1 -1
  85. package/packages/storefront/dist/client/_astro/{modules-info.BHKiT6oA.js → modules-info.C6KJuGeB.js} +1 -1
  86. package/packages/storefront/dist/client/_astro/name.CIPngEFN.js +1 -0
  87. package/packages/storefront/dist/client/_astro/sf-utils.xmJHVMAX.js +13 -0
  88. package/packages/storefront/dist/client/_astro/{shopping-cart.D-w8Z-4p.js → shopping-cart.DGvCZWRZ.js} +1 -1
  89. package/packages/storefront/dist/client/_astro/{use-analytics.CQDdNgwF.js → use-analytics.BWhF_fCv.js} +1 -1
  90. package/packages/storefront/dist/client/_astro/{use-cms-preview.4Hq7LCmA.js → use-cms-preview.CPGTKut8.js} +1 -1
  91. package/packages/storefront/dist/client/_astro/{use-product-card.CQRlRsNX.js → use-product-card.C-RbCwna.js} +1 -1
  92. package/packages/storefront/dist/client/_astro/{use-text-value.UjCYLWjm.js → use-text-value.D4Rw7N4D.js} +1 -1
  93. package/packages/storefront/dist/server/chunks/{CartSidebar_BmwcZuxv.mjs → CartSidebar_lUckG0fs.mjs} +1 -1
  94. package/packages/storefront/dist/server/chunks/{SearchModal_BvEnUvAx.mjs → SearchModal_B2f22Mff.mjs} +1 -1
  95. package/packages/storefront/dist/server/chunks/{_.._DORZHe_Z.mjs → _.._CvgSOb3Z.mjs} +1 -1
  96. package/packages/storefront/dist/server/chunks/{_page__DU3kNewy.mjs → _page__Ex4FhYrc.mjs} +1 -1
  97. package/packages/storefront/dist/server/chunks/{account_CaTloREf.mjs → account_B7sLjsXD.mjs} +1 -1
  98. package/packages/storefront/dist/server/chunks/astro/{assets-service_B77Hm2ue.mjs → assets-service_BOyOfKDQ.mjs} +1 -1
  99. package/packages/storefront/dist/server/chunks/{astro_ISB6VLqs.mjs → astro_B5LBy7PI.mjs} +8 -4
  100. package/packages/storefront/dist/server/chunks/{index_BTDpenpc.mjs → index_BOh755yP.mjs} +1 -1
  101. package/packages/storefront/dist/server/chunks/{index_D0q4ab_n.mjs → index_C2hkTn-w.mjs} +1 -1
  102. package/packages/storefront/dist/server/chunks/{node_C7sdLKL4.mjs → node_DavlI8UF.mjs} +1 -1
  103. package/packages/storefront/dist/server/chunks/pages/{__B4CsSrck.mjs → __RXg_hYeF.mjs} +57 -18
  104. package/packages/storefront/dist/server/chunks/pages/{_page__sb5Idhgp.mjs → _page__Dyte93f2.mjs} +2 -2
  105. package/packages/storefront/dist/server/chunks/pages/{account_iWjHfkwu.mjs → account_C66y6_Y9.mjs} +2 -2
  106. package/packages/storefront/dist/server/chunks/pages/{index_BZlpKBRL.mjs → index_EO1hhrt8.mjs} +2 -2
  107. package/packages/storefront/dist/server/chunks/pages/{node_GFu-CQ19.mjs → node_hc25rqYt.mjs} +3 -3
  108. package/packages/storefront/dist/server/chunks/pages/{~fallback_C07rzeay.mjs → ~fallback_-K3esUV3.mjs} +2 -2
  109. package/packages/storefront/dist/server/chunks/{~fallback_YpJa9BIL.mjs → ~fallback_DQ6yB81s.mjs} +1 -1
  110. package/packages/storefront/dist/server/entry.mjs +625 -601
  111. package/packages/storefront/dist/server/{manifest_KFjAaJaC.mjs → manifest_bZVxjk3o.mjs} +3 -3
  112. package/packages/storefront/dist/server/renderers.mjs +1 -1
  113. package/packages/storefront/package.json +3 -3
  114. package/packages/storefront/src/lib/components/Carousel.vue +6 -0
  115. package/packages/storefront/src/lib/composables/use-product-shelf.ts +23 -4
  116. package/packages/storefront/src/lib/layouts/use-page-main.ts +6 -7
  117. package/packages/test-base/package.json +1 -1
  118. package/packages/types/package.json +1 -1
  119. package/packages/storefront/dist/client/_astro/ProductShelf.kfADQTUO.js +0 -1
  120. package/packages/storefront/dist/client/_astro/client.CdXC84C5.js +0 -1
  121. package/packages/storefront/dist/client/_astro/hoisted.DBPXHTEb.js +0 -1
  122. package/packages/storefront/dist/client/_astro/name.BZA9xqh-.js +0 -1
  123. package/packages/storefront/dist/client/_astro/sf-utils.Cigv01cN.js +0 -13
@@ -1,8 +1,8 @@
1
+ import '@astrojs/internal-helpers/path';
1
2
  import 'cookie';
2
3
  import { bold, red, yellow, dim, blue } from 'kleur/colors';
3
4
  import 'string-width';
4
- import '@astrojs/internal-helpers/path';
5
- import './chunks/astro_ISB6VLqs.mjs';
5
+ import './chunks/astro_B5LBy7PI.mjs';
6
6
  import 'clsx';
7
7
  import { compile } from 'path-to-regexp';
8
8
 
@@ -196,6 +196,6 @@ function deserializeManifest(serializedManifest) {
196
196
  };
197
197
  }
198
198
 
199
- const manifest = deserializeManifest({"adapterName":"@astrojs/node","routes":[{"file":"","links":[],"scripts":[],"styles":[],"routeData":{"type":"endpoint","isIndex":false,"route":"/_image","pattern":"^\\/_image$","segments":[[{"content":"_image","dynamic":false,"spread":false}]],"params":[],"component":"../../node_modules/.pnpm/astro@4.4.4_@types+node@18.19.18_typescript@5.2.2/node_modules/astro/dist/assets/endpoint/node.js","pathname":"/_image","prerender":false,"fallbackRoutes":[],"_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[{"type":"external","value":"/_astro/hoisted.DBPXHTEb.js"}],"styles":[{"type":"external","src":"/_astro/_slug_.DX_OkMX7.css"}],"routeData":{"route":"/~fallback","isIndex":false,"type":"page","pattern":"^\\/~fallback\\/?$","segments":[[{"content":"~fallback","dynamic":false,"spread":false}]],"params":[],"component":"src/pages/~fallback.astro","pathname":"/~fallback","prerender":false,"fallbackRoutes":[],"_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[{"type":"external","value":"/_astro/hoisted.B2rH1xwX.js"}],"styles":[{"type":"external","src":"/_astro/_slug_.DX_OkMX7.css"}],"routeData":{"route":"/admin","isIndex":true,"type":"page","pattern":"^\\/admin\\/?$","segments":[[{"content":"admin","dynamic":false,"spread":false}]],"params":[],"component":"src/pages/admin/index.astro","pathname":"/admin","prerender":false,"fallbackRoutes":[],"_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[{"type":"external","value":"/_astro/hoisted.ut_nNM_H.js"}],"styles":[{"type":"external","src":"/_astro/_slug_.DX_OkMX7.css"}],"routeData":{"route":"/app/account","isIndex":false,"type":"page","pattern":"^\\/app\\/account\\/?$","segments":[[{"content":"app","dynamic":false,"spread":false}],[{"content":"account","dynamic":false,"spread":false}]],"params":[],"component":"src/pages/app/account.astro","pathname":"/app/account","prerender":false,"fallbackRoutes":[],"_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[{"type":"external","value":"/_astro/hoisted.EBqhuD5o.js"}],"styles":[{"type":"external","src":"/_astro/_slug_.DX_OkMX7.css"}],"routeData":{"route":"/app","isIndex":true,"type":"page","pattern":"^\\/app\\/?$","segments":[[{"content":"app","dynamic":false,"spread":false}]],"params":[],"component":"src/pages/app/index.astro","pathname":"/app","prerender":false,"fallbackRoutes":[],"_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[{"type":"external","value":"/_astro/hoisted.ut_nNM_H.js"}],"styles":[{"type":"external","src":"/_astro/_slug_.DX_OkMX7.css"}],"routeData":{"route":"/blog/[page]","isIndex":false,"type":"page","pattern":"^\\/blog\\/([^/]+?)\\/?$","segments":[[{"content":"blog","dynamic":false,"spread":false}],[{"content":"page","dynamic":true,"spread":false}]],"params":["page"],"component":"src/pages/blog/[page].astro","prerender":false,"fallbackRoutes":[],"_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[{"type":"external","value":"/_astro/hoisted.ut_nNM_H.js"}],"styles":[{"type":"external","src":"/_astro/_slug_.DX_OkMX7.css"}],"routeData":{"route":"/[...slug]","isIndex":false,"type":"page","pattern":"^(?:\\/(.*?))?\\/?$","segments":[[{"content":"...slug","dynamic":true,"spread":true}]],"params":["...slug"],"component":"src/pages/[...slug].astro","prerender":false,"fallbackRoutes":[],"_meta":{"trailingSlash":"ignore"}}}],"site":"https://demo.ecomplus.app","base":"/","trailingSlash":"ignore","compressHTML":false,"componentMetadata":[["/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/lib/layouts/BaseHead.astro",{"propagation":"in-tree","containsHead":false}],["/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/pages/[...slug].astro",{"propagation":"in-tree","containsHead":false}],["\u0000@astro-page:src/pages/[...slug]@_@astro",{"propagation":"in-tree","containsHead":false}],["\u0000@astrojs-ssr-virtual-entry",{"propagation":"in-tree","containsHead":false}],["/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/pages/admin/index.astro",{"propagation":"in-tree","containsHead":false}],["\u0000@astro-page:src/pages/admin/index@_@astro",{"propagation":"in-tree","containsHead":false}],["/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/pages/app/account.astro",{"propagation":"in-tree","containsHead":false}],["\u0000@astro-page:src/pages/app/account@_@astro",{"propagation":"in-tree","containsHead":false}],["/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/pages/app/index.astro",{"propagation":"in-tree","containsHead":false}],["\u0000@astro-page:src/pages/app/index@_@astro",{"propagation":"in-tree","containsHead":false}],["/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/pages/blog/[page].astro",{"propagation":"in-tree","containsHead":false}],["\u0000@astro-page:src/pages/blog/[page]@_@astro",{"propagation":"in-tree","containsHead":false}],["/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/pages/~fallback.astro",{"propagation":"in-tree","containsHead":false}],["\u0000@astro-page:src/pages/~fallback@_@astro",{"propagation":"in-tree","containsHead":false}]],"renderers":[],"clientDirectives":[["idle","(()=>{var i=t=>{let e=async()=>{await(await t())()};\"requestIdleCallback\"in window?window.requestIdleCallback(e):setTimeout(e,200)};(self.Astro||(self.Astro={})).idle=i;window.dispatchEvent(new Event(\"astro:idle\"));})();"],["load","(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).load=e;window.dispatchEvent(new Event(\"astro:load\"));})();"],["media","(()=>{var s=(i,t)=>{let a=async()=>{await(await i())()};if(t.value){let e=matchMedia(t.value);e.matches?a():e.addEventListener(\"change\",a,{once:!0})}};(self.Astro||(self.Astro={})).media=s;window.dispatchEvent(new Event(\"astro:media\"));})();"],["only","(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).only=e;window.dispatchEvent(new Event(\"astro:only\"));})();"],["visible","(()=>{var l=(s,i,o)=>{let r=async()=>{await(await s())()},t=typeof i.value==\"object\"?i.value:void 0,c={rootMargin:t==null?void 0:t.rootMargin},n=new IntersectionObserver(e=>{for(let a of e)if(a.isIntersecting){n.disconnect(),r();break}},c);for(let e of o.children)n.observe(e)};(self.Astro||(self.Astro={})).visible=l;window.dispatchEvent(new Event(\"astro:visible\"));})();"],["context","(()=>{var w=r=>new Promise(n=>{let i={},t=new IntersectionObserver(o=>{for(let d of o)if(d.isIntersecting){t.disconnect(),n();break}},i);for(let o of r.children)t.observe(o)}),v=new Promise(r=>{let n=new AbortController;[\"keydown\",\"mousemove\",\"pointerdown\",\"touchstart\",\"scroll\"].forEach(i=>{document.addEventListener(i,()=>{r(),n.abort()},{once:!0,passive:!0,signal:n.signal})})}),f=(r,n,i)=>{let t=(Array.isArray(n.value)?n.value:[n.value]).reduce((e,s)=>(typeof s==\"string\"&&s.split(\",\").forEach(u=>{e.push(u)}),e),[]),o=!t.length||t.includes(\"lazy\"),d=!o&&t.includes(\"eager\"),c=async()=>{t.includes(\"interaction\")&&await v,await(await r())()},a=async()=>{for(let e=0;e<t.length;e++)if(typeof t[e]==\"string\"&&t[e].startsWith(\"data:\")){let s=t[e].substring(5);if(!window.$storefront?.data?.[s]){window.addEventListener(`storefront:data:${s}`,a,{once:!0});return}}if(o&&await w(i),o||t.includes(\"idle\")){if(typeof window.requestIdleCallback==\"function\"){window.requestIdleCallback(c);return}setTimeout(c,100);return}c()};if(d){a();return}let l=window.$storefront?.apiContext?.doc._id||null;if(window._firstLoadContextId===l&&window._emitedContextId===l){a(),document.addEventListener(\"astro:beforeload\",()=>{delete window._firstLoadContextId},{once:!0});return}window.addEventListener(\"storefront:apiContext\",a,{once:!0})};(self.Astro||(self.Astro={})).context=f;window.dispatchEvent(new Event(\"astro:context\"));})();\n"],["sf","(()=>{var w=r=>new Promise(n=>{let i={},t=new IntersectionObserver(o=>{for(let d of o)if(d.isIntersecting){t.disconnect(),n();break}},i);for(let o of r.children)t.observe(o)}),v=new Promise(r=>{let n=new AbortController;[\"keydown\",\"mousemove\",\"pointerdown\",\"touchstart\",\"scroll\"].forEach(i=>{document.addEventListener(i,()=>{r(),n.abort()},{once:!0,passive:!0,signal:n.signal})})}),f=(r,n,i)=>{let t=(Array.isArray(n.value)?n.value:[n.value]).reduce((e,s)=>(typeof s==\"string\"&&s.split(\",\").forEach(u=>{e.push(u)}),e),[]),o=!t.length||t.includes(\"lazy\"),d=!o&&t.includes(\"eager\"),c=async()=>{t.includes(\"interaction\")&&await v,await(await r())()},a=async()=>{for(let e=0;e<t.length;e++)if(typeof t[e]==\"string\"&&t[e].startsWith(\"data:\")){let s=t[e].substring(5);if(!window.$storefront?.data?.[s]){window.addEventListener(`storefront:data:${s}`,a,{once:!0});return}}if(o&&await w(i),o||t.includes(\"idle\")){if(typeof window.requestIdleCallback==\"function\"){window.requestIdleCallback(c);return}setTimeout(c,100);return}c()};if(d){a();return}let l=window.$storefront?.apiContext?.doc._id||null;if(window._firstLoadContextId===l&&window._emitedContextId===l){a(),document.addEventListener(\"astro:beforeload\",()=>{delete window._firstLoadContextId},{once:!0});return}window.addEventListener(\"storefront:apiContext\",a,{once:!0})};(self.Astro||(self.Astro={})).sf=f;window.dispatchEvent(new Event(\"astro:sf\"));})();\n"]],"entryModules":{"\u0000@astrojs-ssr-virtual-entry":"entry.mjs","\u0000@astro-renderers":"renderers.mjs","\u0000noop-middleware":"_noop-middleware.mjs","/src/pages/blog/[page].astro":"chunks/pages/_page__sb5Idhgp.mjs","/src/pages/app/account.astro":"chunks/pages/account_iWjHfkwu.mjs","/../../node_modules/.pnpm/astro@4.4.4_@types+node@18.19.18_typescript@5.2.2/node_modules/astro/dist/assets/endpoint/node.js":"chunks/pages/node_GFu-CQ19.mjs","/src/pages/~fallback.astro":"chunks/pages/~fallback_C07rzeay.mjs","\u0000@astrojs-manifest":"manifest_KFjAaJaC.mjs","\u0000@astro-page:../../node_modules/.pnpm/astro@4.4.4_@types+node@18.19.18_typescript@5.2.2/node_modules/astro/dist/assets/endpoint/node@_@js":"chunks/node_C7sdLKL4.mjs","\u0000@astro-page:src/pages/~fallback@_@astro":"chunks/~fallback_YpJa9BIL.mjs","\u0000@astro-page:src/pages/admin/index@_@astro":"chunks/index_BTDpenpc.mjs","\u0000@astro-page:src/pages/app/account@_@astro":"chunks/account_CaTloREf.mjs","\u0000@astro-page:src/pages/app/index@_@astro":"chunks/index_D0q4ab_n.mjs","\u0000@astro-page:src/pages/blog/[page]@_@astro":"chunks/_page__DU3kNewy.mjs","\u0000@astro-page:src/pages/[...slug]@_@astro":"chunks/_.._DORZHe_Z.mjs","/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/components/SearchModal.vue":"_astro/SearchModal.DcmvABes.js","/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/components/CartSidebar.vue":"_astro/CartSidebar.DAGdpIcU.js","/home/leo/code/ecomplus/cloud-commerce/node_modules/photoswipe/dist/photoswipe.css?inline":"_astro/photoswipe.CNpEZKfy.js","/astro/hoisted.js?q=2":"_astro/hoisted.DBPXHTEb.js","~/components/PitchBar.vue":"_astro/PitchBar.BwLlIs6F.js","/home/leo/code/ecomplus/cloud-commerce/node_modules/photoswipe/dist/photoswipe-lightbox.esm.js":"_astro/photoswipe-lightbox.esm.BbYxSZIB.js","@astrojs/vue/client.js":"_astro/client.CdXC84C5.js","/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/lib/scripts/firebase-app.ts":"_astro/firebase-app.CBckq0Sj.js","/astro/hoisted.js?q=1":"_astro/hoisted.EBqhuD5o.js","~/components/ProductShelf.vue":"_astro/ProductShelf.kfADQTUO.js","/astro/hoisted.js?q=3":"_astro/hoisted.ut_nNM_H.js","~/components/SearchShowcase.vue":"_astro/SearchShowcase.C9GWwOnF.js","/astro/hoisted.js?q=0":"_astro/hoisted.B2rH1xwX.js","~/components/HeroSlider.vue":"_astro/HeroSlider.Dq_9kcdU.js","~/components/AccountPage.vue":"_astro/AccountPage.B4WZaOzX.js","/home/leo/code/ecomplus/cloud-commerce/node_modules/photoswipe/dist/photoswipe.esm.js":"_astro/photoswipe.esm.C0FT-EY-.js","~/components/ShopHeader.vue":"_astro/ShopHeader.Cf4t6O6z.js","~/components/ProductDetails.vue":"_astro/ProductDetails.CnYNdPl5.js","astro:scripts/before-hydration.js":""},"assets":["/_astro/_slug_.DX_OkMX7.css","/robots.txt","/_astro/AccountPage.B4WZaOzX.js","/_astro/CartSidebar.DAGdpIcU.js","/_astro/HeroSlider.Dq_9kcdU.js","/_astro/PitchBar.BwLlIs6F.js","/_astro/Prices.BgHTq5id.js","/_astro/ProductDetails.CnYNdPl5.js","/_astro/ProductShelf.kfADQTUO.js","/_astro/SearchModal.DcmvABes.js","/_astro/SearchShowcase.C9GWwOnF.js","/_astro/ShippingCalculator.DE01D7dt.js","/_astro/ShopHeader.Cf4t6O6z.js","/_astro/_commonjsHelpers.Cpj98o6Y.js","/_astro/_plugin-vue_export-helper.CBemkWnU.js","/_astro/afetch.DPLba2tr.js","/_astro/client.CdXC84C5.js","/_astro/customer-session.CNe1heRH.js","/_astro/firebase-app.CBckq0Sj.js","/_astro/format-money.DINpWB0x.js","/_astro/grid-title.D4m7-g3h.js","/_astro/hoisted.B2rH1xwX.js","/_astro/hoisted.DBPXHTEb.js","/_astro/hoisted.EBqhuD5o.js","/_astro/hoisted.ut_nNM_H.js","/_astro/i18n.B3skIOFg.js","/_astro/img-sizes.rFK7so02.js","/_astro/img.D5a6GzeE.js","/_astro/index-bea2a320.CHELEM8n.js","/_astro/index.CFw6O-Kt.js","/_astro/index.DBfgCyd-.js","/_astro/modules-info.BHKiT6oA.js","/_astro/name.BZA9xqh-.js","/_astro/photoswipe-lightbox.esm.BbYxSZIB.js","/_astro/photoswipe.CNpEZKfy.js","/_astro/photoswipe.esm.C0FT-EY-.js","/_astro/price.CHiL6Z1J.js","/_astro/server-data.CUHTES8a.js","/_astro/sf-utils.Cigv01cN.js","/_astro/shopping-cart.D-w8Z-4p.js","/_astro/use-analytics.CQDdNgwF.js","/_astro/use-cms-preview.4Hq7LCmA.js","/_astro/use-product-card.CQRlRsNX.js","/_astro/use-text-value.UjCYLWjm.js","/img/icon.png","/img/large-icon.png","/img/uploads/banner2.webp","/img/uploads/ecom-icon.png","/img/uploads/headphone.webp","/img/uploads/logo.png","/img/uploads/og-image.png","/img/uploads/passion.webp","/img/uploads/rect8589.png","/img/uploads/rect859.png","/img/uploads/rect89.webp"],"buildFormat":"directory"});
199
+ const manifest = deserializeManifest({"adapterName":"@astrojs/node","routes":[{"file":"","links":[],"scripts":[],"styles":[],"routeData":{"type":"endpoint","isIndex":false,"route":"/_image","pattern":"^\\/_image$","segments":[[{"content":"_image","dynamic":false,"spread":false}]],"params":[],"component":"../../node_modules/.pnpm/astro@4.4.6_@types+node@18.19.18_typescript@5.2.2/node_modules/astro/dist/assets/endpoint/node.js","pathname":"/_image","prerender":false,"fallbackRoutes":[],"_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[{"type":"external","value":"/_astro/hoisted.D_dlmSy5.js"}],"styles":[{"type":"external","src":"/_astro/_slug_.CnXAH2gj.css"}],"routeData":{"route":"/~fallback","isIndex":false,"type":"page","pattern":"^\\/~fallback\\/?$","segments":[[{"content":"~fallback","dynamic":false,"spread":false}]],"params":[],"component":"src/pages/~fallback.astro","pathname":"/~fallback","prerender":false,"fallbackRoutes":[],"_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[{"type":"external","value":"/_astro/hoisted.D4m7OTKi.js"}],"styles":[{"type":"external","src":"/_astro/_slug_.CnXAH2gj.css"}],"routeData":{"route":"/admin","isIndex":true,"type":"page","pattern":"^\\/admin\\/?$","segments":[[{"content":"admin","dynamic":false,"spread":false}]],"params":[],"component":"src/pages/admin/index.astro","pathname":"/admin","prerender":false,"fallbackRoutes":[],"_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[{"type":"external","value":"/_astro/hoisted.DSAg3dYh.js"}],"styles":[{"type":"external","src":"/_astro/_slug_.CnXAH2gj.css"}],"routeData":{"route":"/app/account","isIndex":false,"type":"page","pattern":"^\\/app\\/account\\/?$","segments":[[{"content":"app","dynamic":false,"spread":false}],[{"content":"account","dynamic":false,"spread":false}]],"params":[],"component":"src/pages/app/account.astro","pathname":"/app/account","prerender":false,"fallbackRoutes":[],"_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[{"type":"external","value":"/_astro/hoisted.B8Lw6O9a.js"}],"styles":[{"type":"external","src":"/_astro/_slug_.CnXAH2gj.css"}],"routeData":{"route":"/app","isIndex":true,"type":"page","pattern":"^\\/app\\/?$","segments":[[{"content":"app","dynamic":false,"spread":false}]],"params":[],"component":"src/pages/app/index.astro","pathname":"/app","prerender":false,"fallbackRoutes":[],"_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[{"type":"external","value":"/_astro/hoisted.DSAg3dYh.js"}],"styles":[{"type":"external","src":"/_astro/_slug_.CnXAH2gj.css"}],"routeData":{"route":"/blog/[page]","isIndex":false,"type":"page","pattern":"^\\/blog\\/([^/]+?)\\/?$","segments":[[{"content":"blog","dynamic":false,"spread":false}],[{"content":"page","dynamic":true,"spread":false}]],"params":["page"],"component":"src/pages/blog/[page].astro","prerender":false,"fallbackRoutes":[],"_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[{"type":"external","value":"/_astro/hoisted.DSAg3dYh.js"}],"styles":[{"type":"external","src":"/_astro/_slug_.CnXAH2gj.css"}],"routeData":{"route":"/[...slug]","isIndex":false,"type":"page","pattern":"^(?:\\/(.*?))?\\/?$","segments":[[{"content":"...slug","dynamic":true,"spread":true}]],"params":["...slug"],"component":"src/pages/[...slug].astro","prerender":false,"fallbackRoutes":[],"_meta":{"trailingSlash":"ignore"}}}],"site":"https://demo.ecomplus.app","base":"/","trailingSlash":"ignore","compressHTML":false,"componentMetadata":[["/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/lib/layouts/BaseHead.astro",{"propagation":"in-tree","containsHead":false}],["/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/pages/[...slug].astro",{"propagation":"in-tree","containsHead":false}],["\u0000@astro-page:src/pages/[...slug]@_@astro",{"propagation":"in-tree","containsHead":false}],["\u0000@astrojs-ssr-virtual-entry",{"propagation":"in-tree","containsHead":false}],["/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/pages/admin/index.astro",{"propagation":"in-tree","containsHead":false}],["\u0000@astro-page:src/pages/admin/index@_@astro",{"propagation":"in-tree","containsHead":false}],["/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/pages/app/account.astro",{"propagation":"in-tree","containsHead":false}],["\u0000@astro-page:src/pages/app/account@_@astro",{"propagation":"in-tree","containsHead":false}],["/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/pages/app/index.astro",{"propagation":"in-tree","containsHead":false}],["\u0000@astro-page:src/pages/app/index@_@astro",{"propagation":"in-tree","containsHead":false}],["/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/pages/blog/[page].astro",{"propagation":"in-tree","containsHead":false}],["\u0000@astro-page:src/pages/blog/[page]@_@astro",{"propagation":"in-tree","containsHead":false}],["/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/pages/~fallback.astro",{"propagation":"in-tree","containsHead":false}],["\u0000@astro-page:src/pages/~fallback@_@astro",{"propagation":"in-tree","containsHead":false}]],"renderers":[],"clientDirectives":[["idle","(()=>{var i=t=>{let e=async()=>{await(await t())()};\"requestIdleCallback\"in window?window.requestIdleCallback(e):setTimeout(e,200)};(self.Astro||(self.Astro={})).idle=i;window.dispatchEvent(new Event(\"astro:idle\"));})();"],["load","(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).load=e;window.dispatchEvent(new Event(\"astro:load\"));})();"],["media","(()=>{var s=(i,t)=>{let a=async()=>{await(await i())()};if(t.value){let e=matchMedia(t.value);e.matches?a():e.addEventListener(\"change\",a,{once:!0})}};(self.Astro||(self.Astro={})).media=s;window.dispatchEvent(new Event(\"astro:media\"));})();"],["only","(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).only=e;window.dispatchEvent(new Event(\"astro:only\"));})();"],["visible","(()=>{var l=(s,i,o)=>{let r=async()=>{await(await s())()},t=typeof i.value==\"object\"?i.value:void 0,c={rootMargin:t==null?void 0:t.rootMargin},n=new IntersectionObserver(e=>{for(let a of e)if(a.isIntersecting){n.disconnect(),r();break}},c);for(let e of o.children)n.observe(e)};(self.Astro||(self.Astro={})).visible=l;window.dispatchEvent(new Event(\"astro:visible\"));})();"],["context","(()=>{var w=r=>new Promise(n=>{let i={},t=new IntersectionObserver(o=>{for(let d of o)if(d.isIntersecting){t.disconnect(),n();break}},i);for(let o of r.children)t.observe(o)}),v=new Promise(r=>{let n=new AbortController;[\"keydown\",\"mousemove\",\"pointerdown\",\"touchstart\",\"scroll\"].forEach(i=>{document.addEventListener(i,()=>{r(),n.abort()},{once:!0,passive:!0,signal:n.signal})})}),f=(r,n,i)=>{let t=(Array.isArray(n.value)?n.value:[n.value]).reduce((e,s)=>(typeof s==\"string\"&&s.split(\",\").forEach(u=>{e.push(u)}),e),[]),o=!t.length||t.includes(\"lazy\"),d=!o&&t.includes(\"eager\"),c=async()=>{t.includes(\"interaction\")&&await v,await(await r())()},a=async()=>{for(let e=0;e<t.length;e++)if(typeof t[e]==\"string\"&&t[e].startsWith(\"data:\")){let s=t[e].substring(5);if(!window.$storefront?.data?.[s]){window.addEventListener(`storefront:data:${s}`,a,{once:!0});return}}if(o&&await w(i),o||t.includes(\"idle\")){if(typeof window.requestIdleCallback==\"function\"){window.requestIdleCallback(c);return}setTimeout(c,100);return}c()};if(d){a();return}let l=window.$storefront?.apiContext?.doc._id||null;if(window._firstLoadContextId===l&&window._emitedContextId===l){a(),document.addEventListener(\"astro:beforeload\",()=>{delete window._firstLoadContextId},{once:!0});return}window.addEventListener(\"storefront:apiContext\",a,{once:!0})};(self.Astro||(self.Astro={})).context=f;window.dispatchEvent(new Event(\"astro:context\"));})();\n"],["sf","(()=>{var w=r=>new Promise(n=>{let i={},t=new IntersectionObserver(o=>{for(let d of o)if(d.isIntersecting){t.disconnect(),n();break}},i);for(let o of r.children)t.observe(o)}),v=new Promise(r=>{let n=new AbortController;[\"keydown\",\"mousemove\",\"pointerdown\",\"touchstart\",\"scroll\"].forEach(i=>{document.addEventListener(i,()=>{r(),n.abort()},{once:!0,passive:!0,signal:n.signal})})}),f=(r,n,i)=>{let t=(Array.isArray(n.value)?n.value:[n.value]).reduce((e,s)=>(typeof s==\"string\"&&s.split(\",\").forEach(u=>{e.push(u)}),e),[]),o=!t.length||t.includes(\"lazy\"),d=!o&&t.includes(\"eager\"),c=async()=>{t.includes(\"interaction\")&&await v,await(await r())()},a=async()=>{for(let e=0;e<t.length;e++)if(typeof t[e]==\"string\"&&t[e].startsWith(\"data:\")){let s=t[e].substring(5);if(!window.$storefront?.data?.[s]){window.addEventListener(`storefront:data:${s}`,a,{once:!0});return}}if(o&&await w(i),o||t.includes(\"idle\")){if(typeof window.requestIdleCallback==\"function\"){window.requestIdleCallback(c);return}setTimeout(c,100);return}c()};if(d){a();return}let l=window.$storefront?.apiContext?.doc._id||null;if(window._firstLoadContextId===l&&window._emitedContextId===l){a(),document.addEventListener(\"astro:beforeload\",()=>{delete window._firstLoadContextId},{once:!0});return}window.addEventListener(\"storefront:apiContext\",a,{once:!0})};(self.Astro||(self.Astro={})).sf=f;window.dispatchEvent(new Event(\"astro:sf\"));})();\n"]],"entryModules":{"\u0000@astrojs-ssr-virtual-entry":"entry.mjs","\u0000@astro-renderers":"renderers.mjs","\u0000noop-middleware":"_noop-middleware.mjs","/src/pages/blog/[page].astro":"chunks/pages/_page__Dyte93f2.mjs","/src/pages/app/account.astro":"chunks/pages/account_C66y6_Y9.mjs","/../../node_modules/.pnpm/astro@4.4.6_@types+node@18.19.18_typescript@5.2.2/node_modules/astro/dist/assets/endpoint/node.js":"chunks/pages/node_hc25rqYt.mjs","/src/pages/~fallback.astro":"chunks/pages/~fallback_-K3esUV3.mjs","\u0000@astrojs-manifest":"manifest_bZVxjk3o.mjs","\u0000@astro-page:../../node_modules/.pnpm/astro@4.4.6_@types+node@18.19.18_typescript@5.2.2/node_modules/astro/dist/assets/endpoint/node@_@js":"chunks/node_DavlI8UF.mjs","\u0000@astro-page:src/pages/~fallback@_@astro":"chunks/~fallback_DQ6yB81s.mjs","\u0000@astro-page:src/pages/admin/index@_@astro":"chunks/index_BOh755yP.mjs","\u0000@astro-page:src/pages/app/account@_@astro":"chunks/account_B7sLjsXD.mjs","\u0000@astro-page:src/pages/app/index@_@astro":"chunks/index_C2hkTn-w.mjs","\u0000@astro-page:src/pages/blog/[page]@_@astro":"chunks/_page__Ex4FhYrc.mjs","\u0000@astro-page:src/pages/[...slug]@_@astro":"chunks/_.._CvgSOb3Z.mjs","/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/components/SearchModal.vue":"_astro/SearchModal.DgrtGsIu.js","/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/components/CartSidebar.vue":"_astro/CartSidebar.DkX2BE1w.js","/home/leo/code/ecomplus/cloud-commerce/node_modules/photoswipe/dist/photoswipe.css?inline":"_astro/photoswipe.CNpEZKfy.js","/astro/hoisted.js?q=2":"_astro/hoisted.D_dlmSy5.js","~/components/PitchBar.vue":"_astro/PitchBar.DhcSEQPV.js","/astro/hoisted.js?q=1":"_astro/hoisted.B8Lw6O9a.js","/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/lib/scripts/firebase-app.ts":"_astro/firebase-app.CBckq0Sj.js","~/components/HeroSlider.vue":"_astro/HeroSlider.CZujn8cU.js","~/components/ProductShelf.vue":"_astro/ProductShelf.BwRDTU-V.js","/astro/hoisted.js?q=3":"_astro/hoisted.DSAg3dYh.js","~/components/AccountPage.vue":"_astro/AccountPage.Cq0jrJE5.js","~/components/SearchShowcase.vue":"_astro/SearchShowcase.DggdcmcI.js","@astrojs/vue/client.js":"_astro/client.mwowSQrH.js","~/components/ProductDetails.vue":"_astro/ProductDetails.DDNMc2oj.js","~/components/ShopHeader.vue":"_astro/ShopHeader.CIsQLhMR.js","/astro/hoisted.js?q=0":"_astro/hoisted.D4m7OTKi.js","/home/leo/code/ecomplus/cloud-commerce/node_modules/photoswipe/dist/photoswipe-lightbox.esm.js":"_astro/photoswipe-lightbox.esm.BbYxSZIB.js","/home/leo/code/ecomplus/cloud-commerce/node_modules/photoswipe/dist/photoswipe.esm.js":"_astro/photoswipe.esm.C0FT-EY-.js","astro:scripts/before-hydration.js":""},"assets":["/_astro/_slug_.CnXAH2gj.css","/robots.txt","/_astro/AccountPage.Cq0jrJE5.js","/_astro/CartSidebar.DkX2BE1w.js","/_astro/HeroSlider.CZujn8cU.js","/_astro/PitchBar.DhcSEQPV.js","/_astro/Prices.D1uItqV5.js","/_astro/ProductDetails.DDNMc2oj.js","/_astro/ProductShelf.BwRDTU-V.js","/_astro/SearchModal.DgrtGsIu.js","/_astro/SearchShowcase.DggdcmcI.js","/_astro/ShippingCalculator.B5JIh5xw.js","/_astro/ShopHeader.CIsQLhMR.js","/_astro/_commonjsHelpers.Cpj98o6Y.js","/_astro/_plugin-vue_export-helper.3R8ooc_r.js","/_astro/afetch.DPLba2tr.js","/_astro/client.mwowSQrH.js","/_astro/customer-session.BAjMMoBA.js","/_astro/firebase-app.CBckq0Sj.js","/_astro/format-money.vLicYTv9.js","/_astro/grid-title.CxNZApGL.js","/_astro/hoisted.B8Lw6O9a.js","/_astro/hoisted.D4m7OTKi.js","/_astro/hoisted.DSAg3dYh.js","/_astro/hoisted.D_dlmSy5.js","/_astro/i18n.BE5r_SIU.js","/_astro/img-sizes.rFK7so02.js","/_astro/img.CB-F9VLo.js","/_astro/index-bea2a320.CHELEM8n.js","/_astro/index.BAyyMfaO.js","/_astro/index.CTTHpJlV.js","/_astro/modules-info.C6KJuGeB.js","/_astro/name.CIPngEFN.js","/_astro/photoswipe-lightbox.esm.BbYxSZIB.js","/_astro/photoswipe.CNpEZKfy.js","/_astro/photoswipe.esm.C0FT-EY-.js","/_astro/price.CHiL6Z1J.js","/_astro/server-data.CUHTES8a.js","/_astro/sf-utils.xmJHVMAX.js","/_astro/shopping-cart.DGvCZWRZ.js","/_astro/use-analytics.BWhF_fCv.js","/_astro/use-cms-preview.CPGTKut8.js","/_astro/use-product-card.C-RbCwna.js","/_astro/use-text-value.D4Rw7N4D.js","/img/icon.png","/img/large-icon.png","/img/uploads/banner2.webp","/img/uploads/ecom-icon.png","/img/uploads/headphone.webp","/img/uploads/logo.png","/img/uploads/og-image.png","/img/uploads/passion.webp","/img/uploads/rect8589.png","/img/uploads/rect859.png","/img/uploads/rect89.webp"],"buildFormat":"directory"});
200
200
 
201
201
  export { AstroIntegrationLogger as A, Logger as L, getEventPrefix as g, levels as l, manifest };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, h, createSSRApp } from 'vue';
2
2
  import { renderToString } from 'vue/server-renderer';
3
- import { o as mod, p as createApp } from './chunks/pages/__B4CsSrck.mjs';
3
+ import { o as mod, p as createApp } from './chunks/pages/__RXg_hYeF.mjs';
4
4
 
5
5
  const setup = async (app) => {
6
6
  if ('default' in mod) {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/storefront",
3
3
  "type": "module",
4
- "version": "2.6.4",
4
+ "version": "2.7.3",
5
5
  "description": "E-Com Plus Cloud Commerce storefront with Astro",
6
6
  "bin": {
7
7
  "storefront": "./scripts/build-prod.sh"
@@ -44,7 +44,7 @@
44
44
  "@vite-pwa/astro": "^0.3.0",
45
45
  "@vueuse/core": "10.8.0",
46
46
  "@webcontainer/api": "^1.1.9",
47
- "astro": "4.4.4",
47
+ "astro": "4.4.6",
48
48
  "astro-capo": "^0.0.1",
49
49
  "chroma-js": "^2.4.2",
50
50
  "dotenv": "^16.4.5",
@@ -59,7 +59,7 @@
59
59
  "unplugin-auto-import": "^0.17.5",
60
60
  "vite": "^5.1.4",
61
61
  "vite-plugin-pwa": "^0.19.0",
62
- "vue": "^3.4.20",
62
+ "vue": "^3.4.21",
63
63
  "wade": "0.3.3",
64
64
  "yaml": "^2.4.0"
65
65
  },
@@ -174,16 +174,22 @@ watch(isHovered, (_isHovered: boolean) => {
174
174
  restartAutoplay();
175
175
  }
176
176
  });
177
+ let initWrapperWidth = 0;
178
+ let initWrapperHeight = 0;
177
179
  const calcOnInit = () => {
178
180
  if (!wrapper.value) {
179
181
  return;
180
182
  }
183
+ initWrapperWidth = wrapper.value.clientWidth;
184
+ initWrapperHeight = wrapper.value.clientHeight;
181
185
  calcWrapperSize();
182
186
  calcSlidesSize();
183
187
  calcCurrentIndex();
184
188
  };
185
189
  const onResize = useDebounceFn(() => {
186
190
  if (!wrapper.value) return;
191
+ const { clientWidth, clientHeight } = wrapper.value;
192
+ if (clientWidth === initWrapperWidth && clientHeight === initWrapperHeight) return;
187
193
  if (isX) {
188
194
  wrapper.value.scrollLeft = 0;
189
195
  } else {
@@ -16,6 +16,7 @@ export interface Props extends Partial<SectionPreviewProps> {
16
16
  limit?: number;
17
17
  page?: number;
18
18
  products?: SearchItem[];
19
+ orderedProductIds?: ResourceId[];
19
20
  isRelatedProducts?: boolean;
20
21
  }
21
22
 
@@ -48,6 +49,7 @@ const useProductShelf = (props: Props) => {
48
49
  } else {
49
50
  let searchQuery = props.searchQuery || '';
50
51
  let collection: Collections | undefined;
52
+ let productIds: ResourceId[] | undefined;
51
53
  if (props.collectionId) {
52
54
  try {
53
55
  const { data } = await api.get(`collections/${props.collectionId}`);
@@ -56,13 +58,15 @@ const useProductShelf = (props: Props) => {
56
58
  console.error(err);
57
59
  fetchError.value = err;
58
60
  }
59
- const productIds = collection?.products;
60
- if (Array.isArray(productIds) && productIds.length) {
61
- searchQuery += `&_id=${productIds.slice(0, 60).join(',')}`;
62
- }
61
+ productIds = collection?.products;
63
62
  if (!title.value && title.value !== null && collection?.name) {
64
63
  title.value = collection?.name;
65
64
  }
65
+ } else if (!searchQuery && props.orderedProductIds) {
66
+ productIds = props.orderedProductIds;
67
+ }
68
+ if (productIds?.length) {
69
+ searchQuery += `&_id=${productIds.slice(0, 60).join(',')}`;
66
70
  }
67
71
  endpointQuery += searchQuery;
68
72
  }
@@ -82,6 +86,21 @@ const useProductShelf = (props: Props) => {
82
86
  data.result[i] = t;
83
87
  }
84
88
  }
89
+ const { orderedProductIds } = props;
90
+ if (orderedProductIds) {
91
+ data.result.sort((a, b) => {
92
+ if (b.available && checkInStock(b)) {
93
+ if (!a.available || !checkInStock(a)) return 1;
94
+ const indexA = orderedProductIds.indexOf(a._id);
95
+ const indexB = orderedProductIds.indexOf(b._id);
96
+ if (indexA === -1 && indexB > -1) return 1;
97
+ if (indexB === -1 && indexA > -1) return -1;
98
+ return indexA - indexB;
99
+ }
100
+ if (a.available && checkInStock(a)) return -1;
101
+ return 0;
102
+ });
103
+ }
85
104
  data.result.forEach((item) => products.push(item));
86
105
  } catch (err: any) {
87
106
  console.error(err);
@@ -102,7 +102,7 @@ export const usePageSections = async <T extends CustomSection = CustomSection>
102
102
  }
103
103
  let collectionId: ResourceId | null = null;
104
104
  let searchQuery: `&${string}` | undefined;
105
- let titleLink: string | undefined;
105
+ let titleLink: string | undefined = sectionContent.titleLink;
106
106
  if (collectionIdAndInfo) {
107
107
  const [_id, resource, name, path] = (collectionIdAndInfo as string)
108
108
  .split(':') as [
@@ -111,16 +111,15 @@ export const usePageSections = async <T extends CustomSection = CustomSection>
111
111
  string | undefined,
112
112
  string | undefined,
113
113
  ];
114
- collectionId = _id;
115
- if (resource === 'categories') {
114
+ if (!resource || resource === 'collection') {
115
+ collectionId = _id;
116
+ } else if (resource === 'categories') {
116
117
  searchQuery = `&categories._id=${_id}`;
117
118
  } else if (resource === 'brands') {
118
119
  searchQuery = `&brands._id=${_id}`;
119
120
  }
120
- if (!title && title !== null && name) {
121
- title = name;
122
- }
123
- titleLink = path;
121
+ if (!title && title !== null && name) title = name;
122
+ if (!titleLink) titleLink = path;
124
123
  }
125
124
  const props = {
126
125
  ...rest,
@@ -2,7 +2,7 @@
2
2
  "name": "@cloudcommerce/test-base",
3
3
  "private": true,
4
4
  "type": "module",
5
- "version": "2.6.4",
5
+ "version": "2.7.3",
6
6
  "description": "E-Com Plus Cloud Commerce basic setup for testing",
7
7
  "main": "lib/index.js",
8
8
  "repository": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/types",
3
3
  "type": "module",
4
- "version": "2.6.4",
4
+ "version": "2.7.3",
5
5
  "description": "E-Com Plus Cloud Commerce reusable type definitions",
6
6
  "main": "index.ts",
7
7
  "repository": {
@@ -1 +0,0 @@
1
- import{a as v,Y as T,d as I,i as P,o as i,e as d,g as h,h as k,f as p,$ as S,l as C,a0 as y,a1 as x,a2 as L,n as w,ab as j,aq as B,Z as N,j as R,F as V,k as D}from"./sf-utils.Cigv01cN.js";import{_ as z,w as O,v as E}from"./_plugin-vue_export-helper.CBemkWnU.js";import{b as G,c as H}from"./index.DBfgCyd-.js";import{b as A}from"./customer-session.CNe1heRH.js";import{s as Q,P as q}from"./Prices.BgHTq5id.js";import{a as F}from"./use-cms-preview.4Hq7LCmA.js";import{i as M,u as Y}from"./use-product-card.CQRlRsNX.js";import{g as Z}from"./index.CFw6O-Kt.js";import"./server-data.CUHTES8a.js";import{a as J}from"./shopping-cart.D-w8Z-4p.js";import"./modules-info.BHKiT6oA.js";import"./afetch.DPLba2tr.js";import"./format-money.DINpWB0x.js";import"./price.CHiL6Z1J.js";import"./use-analytics.CQDdNgwF.js";import"./name.BZA9xqh-.js";import"./i18n.B3skIOFg.js";import"./img.D5a6GzeE.js";const K=t=>{const s=v(t.title||""),r=v(t.titleLink||""),e=v(!1);let _=null;const u=v(null),l=T(t.products||[]);return F(t,{title:s,titleLink:r,products:l}),t.products||(e.value=!0,_=(async()=>{const f=t.limit||24;let g=`offset=${t.page?(t.page-1)*f:0}&limit=${f}`;if(t.sort&&(g+=`&sort=${t.sort}`),t.isRelatedProducts){const{apiContext:o}=globalThis.$storefront;o?.resource==="products"&&(g=`like=${o.doc._id}`,!s.value&&s.value!==null&&(s.value=Q))}else{let o=t.searchQuery||"",a;if(t.collectionId){try{const{data:c}=await A.get(`collections/${t.collectionId}`);a=c}catch(c){console.error(c),u.value=c}const m=a?.products;Array.isArray(m)&&m.length&&(o+=`&_id=${m.slice(0,60).join(",")}`),!s.value&&s.value!==null&&a?.name&&(s.value=a?.name)}g+=o}try{const{data:o}=await A.get(`search/v1?${g}`);if(t.isShuffle){let a=o.result.filter(b=>b.available&&M(b)).length,m,c;for(;a;)c=Math.floor(Math.random()*a--),m=o.result[a],o.result[a]=o.result[c],o.result[c]=m}o.result.forEach(a=>l.push(a))}catch(o){console.error(o),u.value=o}e.value=!1})()),{title:s,titleLink:r,isFetching:e,fetching:_,fetchError:u,products:l}},U=I({__name:"ProductCard",props:{product:{},productId:{},listName:{},listId:{},headingTag:{default:"h3"}},setup(t,{expose:s}){s();const r=t,{product:e,title:_,link:u,images:l,isInStock:f,isActive:n,discountPercentage:g,hasVariations:o}=Y(r),a=v(null),m=G(a),c=v(!1);Z(m,()=>{c.value=!0});const b={props:r,product:e,title:_,link:u,images:l,isInStock:f,isActive:n,discountPercentage:g,hasVariations:o,card:a,isHovered:m,wasHoveredOnce:c,get addProductToCart(){return J},Prices:q};return Object.defineProperty(b,"__isScriptSetup",{enumerable:!1,value:!0}),b}}),W=["data-sku"],X={class:"aspect-square p-2 transition-transform motion-safe:group-hover:scale-110"},$={class:"relative size-full overflow-hidden rounded bg-white group-hover:rounded-none"},ee={key:0,class:"text-xs text-opacity-70"},te={key:1,class:"from-base-50/20 to-base-100 size-full bg-gradient-to-br"},oe={key:0,class:"uno-bm03rg"},se={class:"relative z-10 flex grow flex-col justify-between p-4"},re={class:"pt-2"},ae={key:0},ie={key:1,class:"bg-warning-100 text-warning-700 ui-badge"},le=p("span",{class:"bg-on-primary text-primary mr-1 inline-block size-4 rounded-full text-center text-base leading-none opacity-80"}," + ",-1);function ne(t,s,r,e,_,u){const l=P("AImg"),f=P("ALink");return i(),d("article",{ref:"card","data-sku":e.product.sku,class:"group relative mx-auto h-full max-w-[350px] px-0.5 py-3 hover:z-[1]"},[h(f,{href:e.link,class:"flex h-full flex-col overflow-hidden rounded bg-white ring-black/5 group-hover:shadow group-hover:ring-1"},{default:k(()=>[p("div",X,[p("div",$,[e.images?.length?(i(),d("span",ee,[h(l,{picture:e.images[0],alt:e.title,class:"absolute left-0 top-0 block size-full object-cover"},null,8,["picture","alt"]),e.images[1]&&e.wasHoveredOnce?(i(),S(l,{key:0,picture:e.images[1],alt:e.title,class:"absolute left-0 top-0 z-10 block size-full object-cover text-transparent opacity-0 transition-opacity group-hover:opacity-100 motion-safe:duration-300"},null,8,["picture","alt"])):C("",!0)])):(i(),d("div",te))])]),e.discountPercentage?(i(),d("span",oe,[y(" -"),p("strong",null,x(e.discountPercentage),1),y("% ")])):C("",!0),p("div",se,[(i(),S(L(r.headingTag),{class:w(["ui-link line-clamp-2 no-underline",[e.isActive?"text-base-700":"text-base-500",e.link?"group-hover:text-primary group-hover:underline":null]])},{default:k(()=>[y(x(e.title),1)]),_:1},8,["class"])),p("div",re,[e.isActive?(i(),d("div",ae,[h(e.Prices,{product:e.product},null,8,["product"])])):(i(),d("span",ie,x(e.isInStock?"Inativo":"Sem estoque"),1))]),e.isActive&&!e.hasVariations?(i(),d("button",{key:0,class:"uno-3suct9 ui-btn-sm ui-btn-primary",onClick:s[0]||(s[0]=O(n=>e.addProductToCart(e.product),["stop","prevent"]))},[le,y(" "+x("Adicionar ao carrinho"))])):C("",!0)])]),_:1},8,["href"])],8,W)}const ce=z(U,[["render",ne]]),de=I({__name:"ProductShelf",props:{isGrid:{type:Boolean},collectionId:{},searchQuery:{},sort:{},title:{},titleLink:{},isShuffle:{type:Boolean},limit:{},page:{},products:{},isRelatedProducts:{type:Boolean},cmsPreview:{}},async setup(t,{expose:s}){s();const r=t,[e,_]=H(),{title:u,titleLink:l,fetching:f,products:n}=K(r),g=u.value||`Shelf ${j()}`,o={props:r,DefineCarouselControl:e,ReuseCarouselControl:_,title:u,titleLink:l,fetching:f,products:n,listName:g,ProductCard:ce};return Object.defineProperty(o,"__isScriptSetup",{enumerable:!1,value:!0}),o}}),ue={class:"ui-section"},fe={key:0,class:"mx-auto mb-4 max-w-prose text-center"},me={class:"ui-text-brand text-3xl"};function he(t,s,r,e,_,u){const l=P("ALink"),f=P("CarouselControl");return i(),d("section",ue,[e.title?(i(),d("div",fe,[p("h2",me,[h(l,{href:e.titleLink,class:w(e.titleLink?"ui-link":"text-base-700")},{default:k(()=>[y(x(e.title),1)]),_:1},8,["href","class"])])])):C("",!0),(i(),S(L(r.isGrid?"ul":"Carousel"),{class:w(["group/shelf",r.isGrid&&"grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4"])},B({default:k(()=>[(i(!0),d(V,null,D(e.products,n=>(i(),d("li",{key:n._id,class:"shrink-0 basis-1/2 md:basis-1/3 lg:basis-1/4"},[h(e.ProductCard,{product:n,"list-name":e.listName},null,8,["product","list-name"])]))),128))]),_:2},[r.isGrid?void 0:{name:"controls",fn:k(()=>[h(e.DefineCarouselControl,null,{default:k(({isPrev:n})=>[R(h(f,{class:w(["uno-t0rdy7",n?"!-left-4":"!-right-4"]),"is-prev":n},null,8,["class","is-prev"]),[[E,e.products.length>2]])]),_:1}),h(e.ReuseCarouselControl,{"is-prev":!0}),h(e.ReuseCarouselControl)]),key:"0"}]),1032,["class"])),N(t.$slots,"append")])}const Be=z(de,[["render",he]]);export{Be as default};
@@ -1 +0,0 @@
1
- import{_ as k,T as ne,w as ae,c as oe,d as se}from"./_plugin-vue_export-helper.CBemkWnU.js";import{d as C,c,o as f,$ as A,h as R,Z as b,a2 as G,e as g,a4 as J,a5 as ee,f as Q,n as p,l as F,F as ie,k as le,ab as ue,ag as ce,a as E,w as z,a8 as V,T as de,Q as fe,al as me,ad as ve,z as $,am as pe}from"./sf-utils.Cigv01cN.js";import{i as he}from"./img.D5a6GzeE.js";import{e as ge}from"./index.CFw6O-Kt.js";import{i as ye}from"./img-sizes.rFK7so02.js";import{i as _e}from"./i18n.B3skIOFg.js";import{f as we}from"./format-money.DINpWB0x.js";import{a as xe,b as Se}from"./index.DBfgCyd-.js";import"./price.CHiL6Z1J.js";const be=C({__name:"Fade",props:{speed:{default:"default"},slide:{},isFloating:{type:Boolean,default:!1},isLeaveTo:{type:Boolean,default:!0},isEnterFrom:{type:Boolean,default:!0}},setup(r,{expose:a}){a();const e=r,t=c(()=>e.speed==="default"?"var(--transition, .2s linear)":`var(--transition-${e.speed}, .4s linear)`),l=c(()=>{switch(e.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"}}),o=c(()=>l.value!=="none"?.1:0),s=c(()=>e.isEnterFrom?o.value:1),y=c(()=>e.isLeaveTo?o.value:1),P=c(()=>e.isEnterFrom?l.value:"none"),m=c(()=>e.isLeaveTo?l.value:"none"),u=c(()=>e.slide==="down"||e.slide==="up"),w=c(()=>e.isFloating?null:u.value?0:"auto"),T=c(()=>e.isFloating?null:e.slide&&!u.value?0:"auto"),v=c(()=>e.isEnterFrom?w.value:"auto"),S=c(()=>e.isEnterFrom?T.value:"auto"),x=c(()=>{let n="opacity";return l.value!=="none"&&(n+=", transform"),w.value===0&&(n+=", height"),T.value===0&&(n+=", width"),n}),h={props:e,duration:t,transform:l,opacity:o,enterFromOpacity:s,leaveToOpacity:y,enterFromTransform:P,leaveToTransform:m,isSlideY:u,height:w,width:T,enterFromHeight:v,enterFromWidth:S,willChange:x,setInitialStyles:n=>{n.style.setProperty("--fade-will-change",x.value),n.style.setProperty("--fade-duration",t.value),n.style.setProperty("--fade-enter-opacity",String(s.value)),n.style.setProperty("--fade-enter-transform",String(P.value)),n.style.setProperty("--fade-enter-height",String(v.value)),n.style.setProperty("--fade-enter-width",String(S.value)),n.style.setProperty("--fade-leave-opacity",String(y.value)),n.style.setProperty("--fade-leave-transform",String(m.value))},onEnter:n=>{if(e.slide&&!e.isFloating&&e.isEnterFrom){u.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:_,height:N}=getComputedStyle(n);n.style.width=u.value?"":"0",n.style.height=u.value?"0":"",n.style.position="",n.style.visibility="",getComputedStyle(n)[u.value?"height":"width"],requestAnimationFrame(()=>{u.value?n.style.height=N:n.style.width=_})}},onAfterEnter:n=>{e.slide&&!e.isFloating&&e.isEnterFrom&&(n.style[u.value?"height":"width"]="")},onLeave:n=>{if(e.slide&&!e.isFloating&&e.isLeaveTo){u.value?n.style.height=getComputedStyle(n).height:n.style.width=getComputedStyle(n).width;const _=u.value?"height":"width";getComputedStyle(n)[_],requestAnimationFrame(()=>{n.style[_]="0"})}}};return Object.defineProperty(h,"__isScriptSetup",{enumerable:!1,value:!0}),h}});function Ce(r,a,e,t,l,o){return f(),A(ne,{name:"sf-fade",onBeforeEnter:t.setInitialStyles,onEnter:t.onEnter,onBeforeLeave:t.setInitialStyles,onAfterEnter:t.onAfterEnter,onLeave:t.onLeave},{default:R(()=>[b(r.$slots,"default")]),_:3},8,["onBeforeEnter","onEnter","onBeforeLeave","onAfterEnter","onLeave"])}const Pe=k(be,[["render",Ce]]),Te=C({__name:"ALink",props:{href:{},target:{}},setup(r,{expose:a}){a();const e=r,t=c(()=>{if(e.href){if(e.target)return e.target;if(e.href.startsWith("http")){const o=globalThis.$storefront.settings.domain||window.location.host;return e.href.startsWith(`https://${o}`)?void 0:"_blank"}}}),l={props:e,linkTarget:t};return Object.defineProperty(l,"__isScriptSetup",{enumerable:!1,value:!0}),l}});function Le(r,a,e,t,l,o){return f(),A(G(e.href?"a":"span"),{href:e.href,target:t.linkTarget,rel:t.linkTarget==="_blank"?"noopener":void 0},{default:R(()=>[b(r.$slots,"default")]),_:3},8,["href","target","rel"])}const Ee=k(Te,[["render",Le]]),Fe=C({__name:"AImg",props:{picture:{},loading:{default:"lazy"},decoding:{},alt:{},preferredSize:{}},setup(r,{expose:a}){a();const e=r,t=c(()=>e.picture.url?e.picture:he(e.picture,void 0,e.preferredSize)||{}),l=c(()=>ye(t.value)),o=c(()=>({src:t.value.url,alt:t.value.alt||e.alt,width:l.value.width||void 0,height:l.value.height||void 0,loading:e.loading,decoding:e.decoding||(l.value.height?"async":void 0)})),s={props:e,image:t,dimensions:l,attrs:o};return Object.defineProperty(s,"__isScriptSetup",{enumerable:!1,value:!0}),s}});function ke(r,a,e,t,l,o){return f(),g("img",J(ee(t.attrs)),null,16)}const Be=k(Fe,[["render",ke]]),q="bg-base-200 rounded-md",ze=C({__name:"Skeleton",props:{isBold:{type:Boolean},isLarge:{type:Boolean},numRows:{default:6}},setup(r,{expose:a}){a();const e=r,t=c(()=>`${q} ${e.isBold?"h-8 mb-6":"h-2.5 mb-4"}`),l=c(()=>`${q} ${e.isBold?"h-5 mb-4":"h-2 mb-2.5"}`),o={props:e,rowClassName:q,firstRowClassName:t,nextRowsClassName:l};return Object.defineProperty(o,"__isScriptSetup",{enumerable:!1,value:!0}),o}}),Ae=Q("span",{class:"sr-only"},"Loading...",-1);function Re(r,a,e,t,l,o){return f(),g("div",{role:"status",class:p(["animate-pulse",e.isLarge?"max-w-4xl":"max-w-sm"])},[Q("div",{class:p([t.firstRowClassName,e.isLarge?"w-96":"w-48"])},null,2),e.numRows>1?(f(),g("div",{key:0,class:p([t.nextRowsClassName,e.isLarge?"max-w-[680px]":"max-w-[340px]"])},null,2)):F("",!0),e.numRows>2?(f(),g("div",{key:1,class:p(t.nextRowsClassName)},null,2)):F("",!0),e.numRows>3?(f(),g("div",{key:2,class:p([t.nextRowsClassName,e.isLarge?"max-w-[660px]":"max-w-[330px]"])},null,2)):F("",!0),e.numRows>4?(f(),g("div",{key:3,class:p([t.nextRowsClassName,e.isLarge?"max-w-[600px]":"max-w-[300px]"])},null,2)):F("",!0),(f(!0),g(ie,null,le(e.numRows-5,s=>(f(),g("div",{key:s,class:p([t.nextRowsClassName,e.isLarge?"max-w-[720px]":"max-w-[360px]"])},null,2))),128)),Ae],2)}const Ie=k(ze,[["render",Re]]),Ne=(r,a=1)=>Number.isInteger(r)?`${r}%`:`${r.toFixed(a)}%`,Oe=r=>{r.use({install:(a,e)=>{a.config.globalProperties.$t=(o,s)=>_e(o,s||e?.lang),a.config.globalProperties.$money=we,a.config.globalProperties.$percentage=Ne;const{settings:t,apiContext:l}=globalThis.$storefront||{};a.config.globalProperties.$settings=t,a.config.globalProperties.$apiContext=l,a.config.globalProperties.$useId=ue}}),r.component("Fade",Pe),r.component("ALink",Ee),r.component("AImg",Be),r.component("Skeleton",Ie)},$e=C({__name:"CarouselControl",props:{isPrev:{type:Boolean,default:!1}},setup(r,{expose:a}){a();const{axis:e,changeSlide:t}=ce(D),o={axis:e,changeSlide:t,isX:e==="x"};return Object.defineProperty(o,"__isScriptSetup",{enumerable:!1,value:!0}),o}}),je=["aria-label","data-carousel-control"];function He(r,a,e,t,l,o){return f(),g("button",{type:"button","aria-label":e.isPrev?"Anterior":"Próximo",onClick:a[0]||(a[0]=ae(s=>t.changeSlide(e.isPrev?-1:1),["stop","prevent"])),class:p(["group absolute z-[11]",t.isX?`${e.isPrev?"left-0":"right-0"} top-0`:`${e.isPrev?"top-0":"bottom-0"} left-0`]),"data-carousel-control":e.isPrev?"previous":"next"},[b(r.$slots,"default",{},()=>[Q("i",{class:p(["m-0 i-chevron-right",{"group-active:translate-x-1":t.isX&&!e.isPrev,"rotate-180 group-active:-translate-x-1":t.isX&&e.isPrev,"rotate-90 group-active:translate-y-1":!t.isX&&!e.isPrev,"-rotate-90 group-active:-translate-y-1":!t.isX&&e.isPrev}])},null,2)])],10,je)}const te=k($e,[["render",He]]),D=Symbol("carousel"),Xe=C({__name:"Carousel",props:{as:{default:"ul"},index:{default:0},autoplay:{},axis:{default:"x"},hasControls:{type:Boolean},wrapperKey:{}},emits:["update:index"],setup(r,{expose:a,emit:e}){a();const t=r,l=e,o=E(0);z(V(t,"index"),i=>{if(i!==o.value){const d=i-o.value;_(d,!1)}},{immediate:!0}),z(o,(i,d)=>{i!==d&&l("update:index",i)});const s=E(null),{[t.axis]:y,isScrolling:P,arrivedState:m}=xe(s),u=t.axis==="x",w=c(()=>u?m.left:m.top),T=c(()=>u?m.right:m.bottom),v=E([]),S=E(0),x=E(0),j=()=>{s.value&&(u?(S.value=s.value.scrollWidth,x.value=s.value.offsetWidth):(S.value=s.value.scrollHeight,x.value=s.value.offsetHeight))},H=()=>{if(!s.value)return;let i=[...s.value.children];i.length===1&&i[0].tagName.endsWith("SLOT")&&(i=[...i[0].children]),v.value=i.map(d=>({offset:u?d.offsetLeft:d.offsetTop,size:u?d.offsetWidth:d.offsetHeight}))},X=i=>{let d=o.value+i;if(d>=v.value.length)return 0;d<0&&(d=v.value.length+d);const{offset:B,size:L}=v.value[d]||{};return L?B:0},I=()=>{const i=v.value.findIndex(d=>Math.abs(d.offset-y.value)<=5);i>-1&&(o.value=i||0)};let h;const n=()=>{t.autoplay&&(clearTimeout(h),h=setTimeout(()=>{_(1)},t.autoplay))},_=(i,d=!0)=>{if(v.value.length<2)return;let B=-1;if(y.value+x.value>=S.value)B=0;else{if(d&&(i===1||i===-1)){let L=0,Z=0;for(let M=o.value;M<v.value.length;M++){const{size:K}=v.value[M]||{};if(K&&(L+=1,Z+=K,Z+K*.75>=x.value))break}L&&(i=i>0?L:-L)}B=X(i)}s.value?.scrollTo({[u?"left":"top"]:B,behavior:"smooth"}),n()};z(P,i=>{i?clearTimeout(h):(I(),n())});const N=E(null),U=Se(N);z(U,i=>{i?clearTimeout(h):n()});const O=()=>{s.value&&(j(),H(),I())},W=ge(()=>{s.value&&(u?s.value.scrollLeft=0:s.value.scrollTop=0,O())},400);de(()=>{O(),fe(()=>{s.value&&[...s.value.children].forEach(i=>{i.setAttribute("tabindex","0")})}),n(),window.addEventListener("resize",W)}),z(V(t,"wrapperKey"),O),me(()=>{window.removeEventListener("resize",W),clearTimeout(h)}),ve(D,{autoplay:V(t,"autoplay"),axis:t.axis,changeSlide:_,isBoundStart:w,isBoundEnd:T});const Y={carouselKey:D,props:t,emit:l,activeIndex:o,wrapper:s,currentPos:y,isScrolling:P,arrivedState:m,isX:u,isBoundStart:w,isBoundEnd:T,slideSizes:v,wrapperScrollSize:S,wrapperVisibleSize:x,calcWrapperSize:j,calcSlidesSize:H,calcNextOffset:X,calcCurrentIndex:I,get autoplayTimer(){return h},set autoplayTimer(i){h=i},restartAutoplay:n,changeSlide:_,carousel:N,isHovered:U,calcOnInit:O,onResize:W,CarouselControl:te};return Object.defineProperty(Y,"__isScriptSetup",{enumerable:!1,value:!0}),Y}});function We(r,a,e,t,l,o){return f(),g("div",{ref:"carousel",class:p(`relative ${t.isX?"":"overflow-hidden"}`),"data-carousel":""},[(f(),A(G(e.as),{ref:"wrapper",class:p(["m-0 flex snap-mandatory list-none scroll-smooth p-0 [&>*]:snap-start [&>*]:outline-none",t.isX?"snap-x overflow-y-hidden overflow-x-scroll":"h-full flex-col snap-y overflow-x-hidden overflow-y-scroll"]),style:{"scrollbar-width":"none","-webkit-overflow-scrolling":"touch","-ms-overflow-style":"none"},"data-carousel-wrapper":""},{default:R(()=>[b(r.$slots,"default")]),_:3},8,["class"])),b(r.$slots,"controls",J(ee({changeSlide:t.changeSlide,isBoundStart:t.isBoundStart,isBoundEnd:t.isBoundEnd,activeIndex:t.activeIndex})),()=>[t.slideSizes.length>1||e.hasControls?(f(),A(t.CarouselControl,{key:0,"is-prev":""},{default:R(()=>[b(r.$slots,"previous")]),_:3})):F("",!0),t.slideSizes.length>1||e.hasControls?(f(),A(t.CarouselControl,{key:1},{default:R(()=>[b(r.$slots,"next")]),_:3})):F("",!0)])],2)}const Me=k(Xe,[["render",We]]),re=r=>{Oe(r),r.component("Carousel",Me),r.component("CarouselControl",te)},Ke=Object.freeze(Object.defineProperty({__proto__:null,default:re},Symbol.toStringTag,{value:"Module"})),Ve=async r=>{"default"in Ke&&await re(r)},qe=C({props:{value:String,name:String,hydrate:{type:Boolean,default:!0}},setup({name:r,value:a,hydrate:e}){if(!a)return()=>null;let t=e?"astro-slot":"astro-static-slot";return()=>$(t,{name:r,innerHTML:a})}}),nt=r=>async(a,e,t,{client:l})=>{if(!r.hasAttribute("ssr"))return;const o=a.name?`${a.name} Host`:void 0,s={};for(const[u,w]of Object.entries(t))s[u]=()=>$(qe,{value:w,name:u==="default"?void 0:u});const y=l!=="only",m=(y?oe:se)({name:o,render(){let u=$(a,e,s);return De(a.setup)&&(u=$(pe,null,u)),u}});await Ve(m),m.mount(r,y),r.addEventListener("astro:unmount",()=>m.unmount(),{once:!0})};function De(r){const a=r?.constructor;return a&&a.name==="AsyncFunction"}export{nt as default};
@@ -1 +0,0 @@
1
- import"./hoisted.ut_nNM_H.js";import"./afetch.DPLba2tr.js";import"./use-analytics.CQDdNgwF.js";import"./customer-session.CNe1heRH.js";import"./server-data.CUHTES8a.js";import"./sf-utils.Cigv01cN.js";import"./index.CFw6O-Kt.js";import"./shopping-cart.D-w8Z-4p.js";import"./price.CHiL6Z1J.js";import"./name.BZA9xqh-.js";import"./i18n.B3skIOFg.js";const t=window.location.search.includes("status=404")?"404Msg":"5xxMsg";document.getElementById(t).style.display="block";document.getElementById("loadingMsg").style.display="none";
@@ -1 +0,0 @@
1
- import{_ as e}from"./sf-utils.Cigv01cN.js";import{i as r}from"./i18n.B3skIOFg.js";const s=(i,n=e.get("lang"))=>n&&i.i18n&&i.i18n[n]?i.i18n[n]:i.name||i.title||r(i.i18n,n)||"";export{s as n};
@@ -1,13 +0,0 @@
1
- var _s={};let Vt,yn;typeof window=="object"&&window?yn=Vt=window:typeof process=="object"&&_s?(yn=global,Vt=_s):yn=Vt=typeof self=="object"&&self||{};const Xr="en_us",zr="USD",el="$",tl="US",nl=1011,sl="5b1abe30a4d4531b8fe40725",rl=e=>{if(typeof document=="object"&&document){const t=document.getElementsByTagName("meta");for(let n=0;n<t.length;n++)if(t[n].getAttribute("name")===e.replace(/_/g,"-")){const s=t[n].getAttribute("content");return e==="ecom_store_id"?parseInt(s,10):s}}return Vt[e.toUpperCase()]},Fn={};["lang","currency","currency_symbol","country_code","store_id","store_object_id"].forEach(e=>{Fn[e]=rl("ecom_"+e)});const mo={get(e){const t=Fn[e];if(t!=null&&t!=="")return t;switch(e){case"lang":return Xr;case"currency":return zr;case"currency_symbol":return el;case"country_code":return tl;case"store_id":return nl;case"store_object_id":return sl}return null},set(e,t){Fn[e]=t}};/**
2
- * @vue/shared v3.4.20
3
- * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
- * @license MIT
5
- **/function Dn(e,t){const n=new Set(e.split(","));return t?s=>n.has(s.toLowerCase()):s=>n.has(s)}const ee={},nt=[],Te=()=>{},ll=()=>!1,nn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Ds=e=>e.startsWith("onUpdate:"),fe=Object.assign,Kn=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},il=Object.prototype.hasOwnProperty,J=(e,t)=>il.call(e,t),U=Array.isArray,st=e=>Et(e)==="[object Map]",Ks=e=>Et(e)==="[object Set]",ys=e=>Et(e)==="[object Date]",$=e=>typeof e=="function",le=e=>typeof e=="string",Ke=e=>typeof e=="symbol",z=e=>e!==null&&typeof e=="object",Ws=e=>(z(e)||$(e))&&$(e.then)&&$(e.catch),qs=Object.prototype.toString,Et=e=>qs.call(e),ol=e=>Et(e).slice(8,-1),Gs=e=>Et(e)==="[object Object]",Wn=e=>le(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,rt=Dn(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),sn=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},cl=/-(\w)/g,Me=sn(e=>e.replace(cl,(t,n)=>n?n.toUpperCase():"")),fl=/\B([A-Z])/g,At=sn(e=>e.replace(fl,"-$1").toLowerCase()),qn=sn(e=>e.charAt(0).toUpperCase()+e.slice(1)),mn=sn(e=>e?`on${qn(e)}`:""),Pe=(e,t)=>!Object.is(e,t),bn=(e,t)=>{for(let n=0;n<e.length;n++)e[n](t)},Gt=(e,t,n)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},ul=e=>{const t=parseFloat(e);return isNaN(t)?e:t},al=e=>{const t=le(e)?Number(e):NaN;return isNaN(t)?e:t};let ms;const Ys=()=>ms||(ms=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function rn(e){if(U(e)){const t={};for(let n=0;n<e.length;n++){const s=e[n],r=le(s)?pl(s):rn(s);if(r)for(const l in r)t[l]=r[l]}return t}else if(le(e)||z(e))return e}const dl=/;(?![^(]*\))/g,hl=/:([^]+)/,gl=/\/\*[^]*?\*\//g;function pl(e){const t={};return e.replace(gl,"").split(dl).forEach(n=>{if(n){const s=n.split(hl);s.length>1&&(t[s[0].trim()]=s[1].trim())}}),t}function ln(e){let t="";if(le(e))t=e;else if(U(e))for(let n=0;n<e.length;n++){const s=ln(e[n]);s&&(t+=s+" ")}else if(z(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}function bo(e){if(!e)return null;let{class:t,style:n}=e;return t&&!le(t)&&(e.class=ln(t)),n&&(e.style=rn(n)),e}const _l="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",xo=Dn(_l);function Co(e){return!!e||e===""}function yl(e,t){if(e.length!==t.length)return!1;let n=!0;for(let s=0;n&&s<e.length;s++)n=Js(e[s],t[s]);return n}function Js(e,t){if(e===t)return!0;let n=ys(e),s=ys(t);if(n||s)return n&&s?e.getTime()===t.getTime():!1;if(n=Ke(e),s=Ke(t),n||s)return e===t;if(n=U(e),s=U(t),n||s)return n&&s?yl(e,t):!1;if(n=z(e),s=z(t),n||s){if(!n||!s)return!1;const r=Object.keys(e).length,l=Object.keys(t).length;if(r!==l)return!1;for(const i in e){const o=e.hasOwnProperty(i),f=t.hasOwnProperty(i);if(o&&!f||!o&&f||!Js(e[i],t[i]))return!1}}return String(e)===String(t)}const To=e=>le(e)?e:e==null?"":U(e)||z(e)&&(e.toString===qs||!$(e.toString))?JSON.stringify(e,Zs,2):String(e),Zs=(e,t)=>t&&t.__v_isRef?Zs(e,t.value):st(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[s,r],l)=>(n[xn(s,l)+" =>"]=r,n),{})}:Ks(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>xn(n))}:Ke(t)?xn(t):z(t)&&!U(t)&&!Gs(t)?String(t):t,xn=(e,t="")=>{var n;return Ke(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
6
- * @vue/reactivity v3.4.20
7
- * (c) 2018-present Yuxi (Evan) You and Vue contributors
8
- * @license MIT
9
- **/let me;class ml{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=me,!t&&me&&(this.index=(me.scopes||(me.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=me;try{return me=this,t()}finally{me=n}}}on(){me=this}off(){me=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 bl(e,t=me){t&&t.active&&t.effects.push(e)}function xl(){return me}function wo(e){me&&me.cleanups.push(e)}let Ze;class Gn{constructor(t,n,s,r){this.fn=t,this.trigger=n,this.scheduler=s,this.active=!0,this.deps=[],this._dirtyLevel=4,this._trackId=0,this._runnings=0,this._shouldSchedule=!1,this._depsLength=0,bl(this,r)}get dirty(){if(this._dirtyLevel===2||this._dirtyLevel===3){this._dirtyLevel=1,Xe();for(let t=0;t<this._depsLength;t++){const n=this.deps[t];if(n.computed&&(Cl(n.computed),this._dirtyLevel>=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),ze()}return this._dirtyLevel>=4}set dirty(t){this._dirtyLevel=t?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=Ve,n=Ze;try{return Ve=!0,Ze=this,this._runnings++,bs(this),this.fn()}finally{xs(this),this._runnings--,Ze=n,Ve=t}}stop(){var t;this.active&&(bs(this),xs(this),(t=this.onStop)==null||t.call(this),this.active=!1)}}function Cl(e){return e.value}function bs(e){e._trackId++,e._depsLength=0}function xs(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t<e.deps.length;t++)Qs(e.deps[t],e);e.deps.length=e._depsLength}}function Qs(e,t){const n=e.get(t);n!==void 0&&t._trackId!==n&&(e.delete(t),e.size===0&&e.cleanup())}let Ve=!0,Rn=0;const Xs=[];function Xe(){Xs.push(Ve),Ve=!1}function ze(){const e=Xs.pop();Ve=e===void 0?!0:e}function Yn(){Rn++}function Jn(){for(Rn--;!Rn&&In.length;)In.shift()()}function zs(e,t,n){if(t.get(e)!==e._trackId){t.set(e,e._trackId);const s=e.deps[e._depsLength];s!==t?(s&&Qs(s,e),e.deps[e._depsLength++]=t):e._depsLength++}}const In=[];function er(e,t,n){Yn();for(const s of e.keys()){let r;s._dirtyLevel<t&&(r??(r=e.get(s)===s._trackId))&&(s._shouldSchedule||(s._shouldSchedule=s._dirtyLevel===0),s._dirtyLevel=t),s._shouldSchedule&&(r??(r=e.get(s)===s._trackId))&&(s.trigger(),(!s._runnings||s.allowRecurse)&&s._dirtyLevel!==2&&(s._shouldSchedule=!1,s.scheduler&&In.push(s.scheduler)))}Jn()}const tr=(e,t)=>{const n=new Map;return n.cleanup=e,n.computed=t,n},Yt=new WeakMap,Qe=Symbol(""),On=Symbol("");function _e(e,t,n){if(Ve&&Ze){let s=Yt.get(e);s||Yt.set(e,s=new Map);let r=s.get(n);r||s.set(n,r=tr(()=>s.delete(n))),zs(Ze,r)}}function ke(e,t,n,s,r,l){const i=Yt.get(e);if(!i)return;let o=[];if(t==="clear")o=[...i.values()];else if(n==="length"&&U(e)){const f=Number(s);i.forEach((d,h)=>{(h==="length"||!Ke(h)&&h>=f)&&o.push(d)})}else switch(n!==void 0&&o.push(i.get(n)),t){case"add":U(e)?Wn(n)&&o.push(i.get("length")):(o.push(i.get(Qe)),st(e)&&o.push(i.get(On)));break;case"delete":U(e)||(o.push(i.get(Qe)),st(e)&&o.push(i.get(On)));break;case"set":st(e)&&o.push(i.get(Qe));break}Yn();for(const f of o)f&&er(f,4);Jn()}function Tl(e,t){var n;return(n=Yt.get(e))==null?void 0:n.get(t)}const wl=Dn("__proto__,__v_isRef,__isVue"),nr=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Ke)),Cs=vl();function vl(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const s=Z(this);for(let l=0,i=this.length;l<i;l++)_e(s,"get",l+"");const r=s[t](...n);return r===-1||r===!1?s[t](...n.map(Z)):r}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...n){Xe(),Yn();const s=Z(this)[t].apply(this,n);return Jn(),ze(),s}}),e}function El(e){const t=Z(this);return _e(t,"has",e),t.hasOwnProperty(e)}class sr{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,s){const r=this._isReadonly,l=this._isShallow;if(n==="__v_isReactive")return!r;if(n==="__v_isReadonly")return r;if(n==="__v_isShallow")return l;if(n==="__v_raw")return s===(r?l?jl:or:l?ir:lr).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(s)?t:void 0;const i=U(t);if(!r){if(i&&J(Cs,n))return Reflect.get(Cs,n,s);if(n==="hasOwnProperty")return El}const o=Reflect.get(t,n,s);return(Ke(n)?nr.has(n):wl(n))||(r||_e(t,"get",n),l)?o:ae(o)?i&&Wn(n)?o:o.value:z(o)?r?cr(o):Xn(o):o}}class rr extends sr{constructor(t=!1){super(!1,t)}set(t,n,s,r){let l=t[n];if(!this._isShallow){const f=ft(l);if(!Jt(s)&&!ft(s)&&(l=Z(l),s=Z(s)),!U(t)&&ae(l)&&!ae(s))return f?!1:(l.value=s,!0)}const i=U(t)&&Wn(n)?Number(n)<t.length:J(t,n),o=Reflect.set(t,n,s,r);return t===Z(r)&&(i?Pe(s,l)&&ke(t,"set",n,s):ke(t,"add",n,s)),o}deleteProperty(t,n){const s=J(t,n);t[n];const r=Reflect.deleteProperty(t,n);return r&&s&&ke(t,"delete",n,void 0),r}has(t,n){const s=Reflect.has(t,n);return(!Ke(n)||!nr.has(n))&&_e(t,"has",n),s}ownKeys(t){return _e(t,"iterate",U(t)?"length":Qe),Reflect.ownKeys(t)}}class Al extends sr{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const Fl=new rr,Rl=new Al,Il=new rr(!0),Zn=e=>e,on=e=>Reflect.getPrototypeOf(e);function Pt(e,t,n=!1,s=!1){e=e.__v_raw;const r=Z(e),l=Z(t);n||(Pe(t,l)&&_e(r,"get",t),_e(r,"get",l));const{has:i}=on(r),o=s?Zn:n?es:xt;if(i.call(r,t))return o(e.get(t));if(i.call(r,l))return o(e.get(l));e!==r&&e.get(t)}function Lt(e,t=!1){const n=this.__v_raw,s=Z(n),r=Z(e);return t||(Pe(e,r)&&_e(s,"has",e),_e(s,"has",r)),e===r?n.has(e):n.has(e)||n.has(r)}function Bt(e,t=!1){return e=e.__v_raw,!t&&_e(Z(e),"iterate",Qe),Reflect.get(e,"size",e)}function Ts(e){e=Z(e);const t=Z(this);return on(t).has.call(t,e)||(t.add(e),ke(t,"add",e,e)),this}function ws(e,t){t=Z(t);const n=Z(this),{has:s,get:r}=on(n);let l=s.call(n,e);l||(e=Z(e),l=s.call(n,e));const i=r.call(n,e);return n.set(e,t),l?Pe(t,i)&&ke(n,"set",e,t):ke(n,"add",e,t),this}function vs(e){const t=Z(this),{has:n,get:s}=on(t);let r=n.call(t,e);r||(e=Z(e),r=n.call(t,e)),s&&s.call(t,e);const l=t.delete(e);return r&&ke(t,"delete",e,void 0),l}function Es(){const e=Z(this),t=e.size!==0,n=e.clear();return t&&ke(e,"clear",void 0,void 0),n}function kt(e,t){return function(s,r){const l=this,i=l.__v_raw,o=Z(i),f=t?Zn:e?es:xt;return!e&&_e(o,"iterate",Qe),i.forEach((d,h)=>s.call(r,f(d),f(h),l))}}function Nt(e,t,n){return function(...s){const r=this.__v_raw,l=Z(r),i=st(l),o=e==="entries"||e===Symbol.iterator&&i,f=e==="keys"&&i,d=r[e](...s),h=n?Zn:t?es:xt;return!t&&_e(l,"iterate",f?On:Qe),{next(){const{value:a,done:g}=d.next();return g?{value:a,done:g}:{value:o?[h(a[0]),h(a[1])]:h(a),done:g}},[Symbol.iterator](){return this}}}}function Se(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function Ol(){const e={get(l){return Pt(this,l)},get size(){return Bt(this)},has:Lt,add:Ts,set:ws,delete:vs,clear:Es,forEach:kt(!1,!1)},t={get(l){return Pt(this,l,!1,!0)},get size(){return Bt(this)},has:Lt,add:Ts,set:ws,delete:vs,clear:Es,forEach:kt(!1,!0)},n={get(l){return Pt(this,l,!0)},get size(){return Bt(this,!0)},has(l){return Lt.call(this,l,!0)},add:Se("add"),set:Se("set"),delete:Se("delete"),clear:Se("clear"),forEach:kt(!0,!1)},s={get(l){return Pt(this,l,!0,!0)},get size(){return Bt(this,!0)},has(l){return Lt.call(this,l,!0)},add:Se("add"),set:Se("set"),delete:Se("delete"),clear:Se("clear"),forEach:kt(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(l=>{e[l]=Nt(l,!1,!1),n[l]=Nt(l,!0,!1),t[l]=Nt(l,!1,!0),s[l]=Nt(l,!0,!0)}),[e,n,t,s]}const[Ml,Pl,Ll,Bl]=Ol();function Qn(e,t){const n=t?e?Bl:Ll:e?Pl:Ml;return(s,r,l)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?s:Reflect.get(J(n,r)&&r in s?n:s,r,l)}const kl={get:Qn(!1,!1)},Nl={get:Qn(!1,!0)},Sl={get:Qn(!0,!1)},lr=new WeakMap,ir=new WeakMap,or=new WeakMap,jl=new WeakMap;function Ul(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Hl(e){return e.__v_skip||!Object.isExtensible(e)?0:Ul(ol(e))}function Xn(e){return ft(e)?e:zn(e,!1,Fl,kl,lr)}function $l(e){return zn(e,!1,Il,Nl,ir)}function cr(e){return zn(e,!0,Rl,Sl,or)}function zn(e,t,n,s,r){if(!z(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const l=r.get(e);if(l)return l;const i=Hl(e);if(i===0)return e;const o=new Proxy(e,i===2?s:n);return r.set(e,o),o}function lt(e){return ft(e)?lt(e.__v_raw):!!(e&&e.__v_isReactive)}function ft(e){return!!(e&&e.__v_isReadonly)}function Jt(e){return!!(e&&e.__v_isShallow)}function fr(e){return lt(e)||ft(e)}function Z(e){const t=e&&e.__v_raw;return t?Z(t):e}function ur(e){return Object.isExtensible(e)&&Gt(e,"__v_skip",!0),e}const xt=e=>z(e)?Xn(e):e,es=e=>z(e)?cr(e):e;class ar{constructor(t,n,s,r){this.getter=t,this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new Gn(()=>t(this._value),()=>pt(this,this.effect._dirtyLevel===2?2:3)),this.effect.computed=this,this.effect.active=this._cacheable=!r,this.__v_isReadonly=s}get value(){const t=Z(this);return(!t._cacheable||t.effect.dirty)&&Pe(t._value,t._value=t.effect.run())&&pt(t,4),ts(t),t.effect._dirtyLevel>=2&&pt(t,2),t._value}set value(t){this._setter(t)}get _dirty(){return this.effect.dirty}set _dirty(t){this.effect.dirty=t}}function Vl(e,t,n=!1){let s,r;const l=$(e);return l?(s=e,r=Te):(s=e.get,r=e.set),new ar(s,r,l||!r,n)}function ts(e){var t;Ve&&Ze&&(e=Z(e),zs(Ze,(t=e.dep)!=null?t:e.dep=tr(()=>e.dep=void 0,e instanceof ar?e:void 0)))}function pt(e,t=4,n){e=Z(e);const s=e.dep;s&&er(s,t)}function ae(e){return!!(e&&e.__v_isRef===!0)}function Dt(e){return dr(e,!1)}function vo(e){return dr(e,!0)}function dr(e,t){return ae(e)?e:new Dl(e,t)}class Dl{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:Z(t),this._value=n?t:xt(t)}get value(){return ts(this),this._value}set value(t){const n=this.__v_isShallow||Jt(t)||ft(t);t=n?t:Z(t),Pe(t,this._rawValue)&&(this._rawValue=t,this._value=n?t:xt(t),pt(this,4))}}function Kl(e){return ae(e)?e.value:e}const Wl={get:(e,t,n)=>Kl(Reflect.get(e,t,n)),set:(e,t,n,s)=>{const r=e[t];return ae(r)&&!ae(n)?(r.value=n,!0):Reflect.set(e,t,n,s)}};function hr(e){return lt(e)?e:new Proxy(e,Wl)}class ql{constructor(t){this.dep=void 0,this.__v_isRef=!0;const{get:n,set:s}=t(()=>ts(this),()=>pt(this));this._get=n,this._set=s}get value(){return this._get()}set value(t){this._set(t)}}function Gl(e){return new ql(e)}class Yl{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}get dep(){return Tl(Z(this._object),this._key)}}class Jl{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function Eo(e,t,n){return ae(e)?e:$(e)?new Jl(e):z(e)&&arguments.length>1?Zl(e,t,n):Dt(e)}function Zl(e,t,n){const s=e[t];return ae(s)?s:new Yl(e,t,n)}/**
10
- * @vue/runtime-core v3.4.20
11
- * (c) 2018-present Yuxi (Evan) You and Vue contributors
12
- * @license MIT
13
- **/function De(e,t,n,s){try{return s?e(...s):e()}catch(r){dt(r,t,n)}}function Ee(e,t,n,s){if($(e)){const l=De(e,t,n,s);return l&&Ws(l)&&l.catch(i=>{dt(i,t,n)}),l}const r=[];for(let l=0;l<e.length;l++)r.push(Ee(e[l],t,n,s));return r}function dt(e,t,n,s=!0){const r=t?t.vnode:null;if(t){let l=t.parent;const i=t.proxy,o=`https://vuejs.org/error-reference/#runtime-${n}`;for(;l;){const d=l.ec;if(d){for(let h=0;h<d.length;h++)if(d[h](e,i,o)===!1)return}l=l.parent}const f=t.appContext.config.errorHandler;if(f){De(f,null,10,[e,i,o]);return}}Ql(e,n,r,s)}function Ql(e,t,n,s=!0){console.error(e)}let Ct=!1,Mn=!1;const ue=[];let Ie=0;const it=[];let Ue=null,Ye=0;const gr=Promise.resolve();let ns=null;function Xl(e){const t=ns||gr;return e?t.then(this?e.bind(this):e):t}function zl(e){let t=Ie+1,n=ue.length;for(;t<n;){const s=t+n>>>1,r=ue[s],l=Tt(r);l<e||l===e&&r.pre?t=s+1:n=s}return t}function cn(e){(!ue.length||!ue.includes(e,Ct&&e.allowRecurse?Ie+1:Ie))&&(e.id==null?ue.push(e):ue.splice(zl(e.id),0,e),pr())}function pr(){!Ct&&!Mn&&(Mn=!0,ns=gr.then(_r))}function ei(e){const t=ue.indexOf(e);t>Ie&&ue.splice(t,1)}function Pn(e){U(e)?it.push(...e):(!Ue||!Ue.includes(e,e.allowRecurse?Ye+1:Ye))&&it.push(e),pr()}function As(e,t,n=Ct?Ie+1:0){for(;n<ue.length;n++){const s=ue[n];if(s&&s.pre){if(e&&s.id!==e.uid)continue;ue.splice(n,1),n--,s()}}}function Zt(e){if(it.length){const t=[...new Set(it)].sort((n,s)=>Tt(n)-Tt(s));if(it.length=0,Ue){Ue.push(...t);return}for(Ue=t,Ye=0;Ye<Ue.length;Ye++)Ue[Ye]();Ue=null,Ye=0}}const Tt=e=>e.id==null?1/0:e.id,ti=(e,t)=>{const n=Tt(e)-Tt(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function _r(e){Mn=!1,Ct=!0,ue.sort(ti);try{for(Ie=0;Ie<ue.length;Ie++){const t=ue[Ie];t&&t.active!==!1&&De(t,null,14)}}finally{Ie=0,ue.length=0,Zt(),Ct=!1,ns=null,(ue.length||it.length)&&_r()}}function ni(e,t,...n){if(e.isUnmounted)return;const s=e.vnode.props||ee;let r=n;const l=t.startsWith("update:"),i=l&&t.slice(7);if(i&&i in s){const h=`${i==="modelValue"?"model":i}Modifiers`,{number:a,trim:g}=s[h]||ee;g&&(r=n.map(E=>le(E)?E.trim():E)),a&&(r=n.map(ul))}let o,f=s[o=mn(t)]||s[o=mn(Me(t))];!f&&l&&(f=s[o=mn(At(t))]),f&&Ee(f,e,6,r);const d=s[o+"Once"];if(d){if(!e.emitted)e.emitted={};else if(e.emitted[o])return;e.emitted[o]=!0,Ee(d,e,6,r)}}function yr(e,t,n=!1){const s=t.emitsCache,r=s.get(e);if(r!==void 0)return r;const l=e.emits;let i={},o=!1;if(!$(e)){const f=d=>{const h=yr(d,t,!0);h&&(o=!0,fe(i,h))};!n&&t.mixins.length&&t.mixins.forEach(f),e.extends&&f(e.extends),e.mixins&&e.mixins.forEach(f)}return!l&&!o?(z(e)&&s.set(e,null),null):(U(l)?l.forEach(f=>i[f]=null):fe(i,l),z(e)&&s.set(e,i),i)}function fn(e,t){return!e||!nn(t)?!1:(t=t.slice(2).replace(/Once$/,""),J(e,t[0].toLowerCase()+t.slice(1))||J(e,At(t))||J(e,t))}let re=null,mr=null;function Qt(e){const t=re;return re=e,mr=e&&e.type.__scopeId||null,t}function si(e,t=re,n){if(!t||e._n)return e;const s=(...r)=>{s._d&&Hs(-1);const l=Qt(t);let i;try{i=e(...r)}finally{Qt(l),s._d&&Hs(1)}return i};return s._n=!0,s._c=!0,s._d=!0,s}function Cn(e){const{type:t,vnode:n,proxy:s,withProxy:r,props:l,propsOptions:[i],slots:o,attrs:f,emit:d,render:h,renderCache:a,data:g,setupState:E,ctx:I,inheritAttrs:B}=e;let D,q;const K=Qt(e);try{if(n.shapeFlag&4){const T=r||s,C=T;D=Ce(h.call(C,T,a,l,E,g,I)),q=f}else{const T=t;D=Ce(T.length>1?T(l,{attrs:f,slots:o,emit:d}):T(l,null)),q=t.props?f:li(f)}}catch(T){bt.length=0,dt(T,e,1),D=ne(he)}let _=D;if(q&&B!==!1){const T=Object.keys(q),{shapeFlag:C}=_;T.length&&C&7&&(i&&T.some(Ds)&&(q=ii(q,i)),_=We(_,q))}return n.dirs&&(_=We(_),_.dirs=_.dirs?_.dirs.concat(n.dirs):n.dirs),n.transition&&(_.transition=n.transition),D=_,Qt(K),D}function ri(e,t=!0){let n;for(let s=0;s<e.length;s++){const r=e[s];if(vt(r)){if(r.type!==he||r.children==="v-if"){if(n)return;n=r}}else return}return n}const li=e=>{let t;for(const n in e)(n==="class"||n==="style"||nn(n))&&((t||(t={}))[n]=e[n]);return t},ii=(e,t)=>{const n={};for(const s in e)(!Ds(s)||!(s.slice(9)in t))&&(n[s]=e[s]);return n};function oi(e,t,n){const{props:s,children:r,component:l}=e,{props:i,children:o,patchFlag:f}=t,d=l.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&f>=0){if(f&1024)return!0;if(f&16)return s?Fs(s,i,d):!!i;if(f&8){const h=t.dynamicProps;for(let a=0;a<h.length;a++){const g=h[a];if(i[g]!==s[g]&&!fn(d,g))return!0}}}else return(r||o)&&(!o||!o.$stable)?!0:s===i?!1:s?i?Fs(s,i,d):!0:!!i;return!1}function Fs(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]&&!fn(n,l))return!0}return!1}function ss({vnode:e,parent:t},n){for(;t;){const s=t.subTree;if(s.suspense&&s.suspense.activeBranch===e&&(s.el=e.el),s===e)(e=t.vnode).el=n,t=t.parent;else break}}const rs="components";function Ao(e,t){return xr(rs,e,!0,t)||e}const br=Symbol.for("v-ndc");function Fo(e){return le(e)?xr(rs,e,!1)||e:e||br}function xr(e,t,n=!0,s=!1){const r=re||oe;if(r){const l=r.type;if(e===rs){const o=uo(l,!1);if(o&&(o===t||o===Me(t)||o===qn(Me(t))))return l}const i=Rs(r[e]||l[e],t)||Rs(r.appContext[e],t);return!i&&s?l:i}}function Rs(e,t){return e&&(e[t]||e[Me(t)]||e[qn(Me(t))])}const ci=e=>e.__isSuspense;let Ln=0;const fi={name:"Suspense",__isSuspense:!0,process(e,t,n,s,r,l,i,o,f,d){if(e==null)ui(t,n,s,r,l,i,o,f,d);else{if(l&&l.deps>0){t.suspense=e.suspense,t.suspense.vnode=t,t.el=e.el;return}ai(e,t,n,s,r,i,o,f,d)}},hydrate:di,create:ls,normalize:hi},Ro=fi;function wt(e,t){const n=e.props&&e.props[t];$(n)&&n()}function ui(e,t,n,s,r,l,i,o,f){const{p:d,o:{createElement:h}}=f,a=h("div"),g=e.suspense=ls(e,r,s,t,a,n,l,i,o,f);d(null,g.pendingBranch=e.ssContent,a,null,s,g,l,i),g.deps>0?(wt(e,"onPending"),wt(e,"onFallback"),d(null,e.ssFallback,t,n,s,null,l,i),ot(g,e.ssFallback)):g.resolve(!1,!0)}function ai(e,t,n,s,r,l,i,o,{p:f,um:d,o:{createElement:h}}){const a=t.suspense=e.suspense;a.vnode=t,t.el=e.el;const g=t.ssContent,E=t.ssFallback,{activeBranch:I,pendingBranch:B,isInFallback:D,isHydrating:q}=a;if(B)a.pendingBranch=g,Oe(g,B)?(f(B,g,a.hiddenContainer,null,r,a,l,i,o),a.deps<=0?a.resolve():D&&(q||(f(I,E,n,s,r,null,l,i,o),ot(a,E)))):(a.pendingId=Ln++,q?(a.isHydrating=!1,a.activeBranch=B):d(B,r,a),a.deps=0,a.effects.length=0,a.hiddenContainer=h("div"),D?(f(null,g,a.hiddenContainer,null,r,a,l,i,o),a.deps<=0?a.resolve():(f(I,E,n,s,r,null,l,i,o),ot(a,E))):I&&Oe(g,I)?(f(I,g,n,s,r,a,l,i,o),a.resolve(!0)):(f(null,g,a.hiddenContainer,null,r,a,l,i,o),a.deps<=0&&a.resolve()));else if(I&&Oe(g,I))f(I,g,n,s,r,a,l,i,o),ot(a,g);else if(wt(t,"onPending"),a.pendingBranch=g,g.shapeFlag&512?a.pendingId=g.component.suspenseId:a.pendingId=Ln++,f(null,g,a.hiddenContainer,null,r,a,l,i,o),a.deps<=0)a.resolve();else{const{timeout:K,pendingId:_}=a;K>0?setTimeout(()=>{a.pendingId===_&&a.fallback(E)},K):K===0&&a.fallback(E)}}function ls(e,t,n,s,r,l,i,o,f,d,h=!1){const{p:a,m:g,um:E,n:I,o:{parentNode:B,remove:D}}=d;let q;const K=gi(e);K&&t?.pendingBranch&&(q=t.pendingId,t.deps++);const _=e.props?al(e.props.timeout):void 0,T=l,C={vnode:e,parent:t,parentComponent:n,namespace:i,container:s,hiddenContainer:r,deps:0,pendingId:Ln++,timeout:typeof _=="number"?_:-1,activeBranch:null,pendingBranch:null,isInFallback:!h,isHydrating:h,isUnmounted:!1,effects:[],resolve(b=!1,L=!1){const{vnode:F,activeBranch:P,pendingBranch:O,pendingId:V,effects:Y,parentComponent:Q,container:ce}=C;let se=!1;C.isHydrating?C.isHydrating=!1:b||(se=P&&O.transition&&O.transition.mode==="out-in",se&&(P.transition.afterLeave=()=>{V===C.pendingId&&(g(O,ce,l===T?I(P):l,0),Pn(Y))}),P&&(B(P.el)!==C.hiddenContainer&&(l=I(P)),E(P,Q,C,!0)),se||g(O,ce,l,0)),ot(C,O),C.pendingBranch=null,C.isInFallback=!1;let k=C.parent,W=!1;for(;k;){if(k.pendingBranch){k.effects.push(...Y),W=!0;break}k=k.parent}!W&&!se&&Pn(Y),C.effects=[],K&&t&&t.pendingBranch&&q===t.pendingId&&(t.deps--,t.deps===0&&!L&&t.resolve()),wt(F,"onResolve")},fallback(b){if(!C.pendingBranch)return;const{vnode:L,activeBranch:F,parentComponent:P,container:O,namespace:V}=C;wt(L,"onFallback");const Y=I(F),Q=()=>{C.isInFallback&&(a(null,b,O,Y,P,null,V,o,f),ot(C,b))},ce=b.transition&&b.transition.mode==="out-in";ce&&(F.transition.afterLeave=Q),C.isInFallback=!0,E(F,P,null,!0),ce||Q()},move(b,L,F){C.activeBranch&&g(C.activeBranch,b,L,F),C.container=b},next(){return C.activeBranch&&I(C.activeBranch)},registerDep(b,L){const F=!!C.pendingBranch;F&&C.deps++;const P=b.vnode.el;b.asyncDep.catch(O=>{dt(O,b,0)}).then(O=>{if(b.isUnmounted||C.isUnmounted||C.pendingId!==b.suspenseId)return;b.asyncResolved=!0;const{vnode:V}=b;Vn(b,O,!1),P&&(V.el=P);const Y=!P&&b.subTree.el;L(b,V,B(P||b.subTree.el),P?null:I(b.subTree),C,i,f),Y&&D(Y),ss(b,V.el),F&&--C.deps===0&&C.resolve()})},unmount(b,L){C.isUnmounted=!0,C.activeBranch&&E(C.activeBranch,n,b,L),C.pendingBranch&&E(C.pendingBranch,n,b,L)}};return C}function di(e,t,n,s,r,l,i,o,f){const d=t.suspense=ls(t,s,n,e.parentNode,document.createElement("div"),null,r,l,i,o,!0),h=f(e,d.pendingBranch=t.ssContent,n,d,l,i);return d.deps===0&&d.resolve(!1,!0),h}function hi(e){const{shapeFlag:t,children:n}=e,s=t&32;e.ssContent=Is(s?n.default:n),e.ssFallback=s?Is(n.fallback):ne(he)}function Is(e){let t;if($(e)){const n=at&&e._c;n&&(e._d=!1,fs()),e=e(),n&&(e._d=!0,t=we,$r())}return U(e)&&(e=ri(e)),e=Ce(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter(n=>n!==e)),e}function Cr(e,t){t&&t.pendingBranch?U(e)?t.effects.push(...e):t.effects.push(e):Pn(e)}function ot(e,t){e.activeBranch=t;const{vnode:n,parentComponent:s}=e;let r=t.el;for(;!r&&t.component;)t=t.component.subTree,r=t.el;n.el=r,s&&s.subTree===n&&(s.vnode.el=r,ss(s,r))}function gi(e){var t;return((t=e.props)==null?void 0:t.suspensible)!=null&&e.props.suspensible!==!1}const pi=Symbol.for("v-scx"),_i=()=>Kt(pi);function Io(e,t){return un(e,null,t)}function yi(e,t){return un(e,null,{flush:"sync"})}const St={};function Tn(e,t,n){return un(e,t,n)}function un(e,t,{immediate:n,deep:s,flush:r,once:l,onTrack:i,onTrigger:o}=ee){if(t&&l){const b=t;t=(...L)=>{b(...L),C()}}const f=oe,d=b=>s===!0?b:Je(b,s===!1?1:void 0);let h,a=!1,g=!1;if(ae(e)?(h=()=>e.value,a=Jt(e)):lt(e)?(h=()=>d(e),a=!0):U(e)?(g=!0,a=e.some(b=>lt(b)||Jt(b)),h=()=>e.map(b=>{if(ae(b))return b.value;if(lt(b))return d(b);if($(b))return De(b,f,2)})):$(e)?t?h=()=>De(e,f,2):h=()=>(E&&E(),Ee(e,f,3,[I])):h=Te,t&&s){const b=h;h=()=>Je(b())}let E,I=b=>{E=_.onStop=()=>{De(b,f,4),E=_.onStop=void 0}},B;if(It)if(I=Te,t?n&&Ee(t,f,3,[h(),g?[]:void 0,I]):h(),r==="sync"){const b=_i();B=b.__watcherHandles||(b.__watcherHandles=[])}else return Te;let D=g?new Array(e.length).fill(St):St;const q=()=>{if(!(!_.active||!_.dirty))if(t){const b=_.run();(s||a||(g?b.some((L,F)=>Pe(L,D[F])):Pe(b,D)))&&(E&&E(),Ee(t,f,3,[b,D===St?void 0:g&&D[0]===St?[]:D,I]),D=b)}else _.run()};q.allowRecurse=!!t;let K;r==="sync"?K=q:r==="post"?K=()=>ge(q,f&&f.suspense):(q.pre=!0,f&&(q.id=f.uid),K=()=>cn(q));const _=new Gn(h,Te,K),T=xl(),C=()=>{_.stop(),T&&Kn(T.effects,_)};return t?n?q():D=_.run():r==="post"?ge(_.run.bind(_),f&&f.suspense):_.run(),B&&B.push(C),C}function mi(e,t,n){const s=this.proxy,r=le(e)?e.includes(".")?Tr(s,e):()=>s[e]:e.bind(s,s);let l;$(t)?l=t:(l=t.handler,n=t);const i=Rt(this),o=un(r,l.bind(s),n);return i(),o}function Tr(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 Je(e,t,n=0,s){if(!z(e)||e.__v_skip)return e;if(t&&t>0){if(n>=t)return e;n++}if(s=s||new Set,s.has(e))return e;if(s.add(e),ae(e))Je(e.value,t,n,s);else if(U(e))for(let r=0;r<e.length;r++)Je(e[r],t,n,s);else if(Ks(e)||st(e))e.forEach(r=>{Je(r,t,n,s)});else if(Gs(e))for(const r in e)Je(e[r],t,n,s);return e}function Oo(e,t){if(re===null)return e;const n=hn(re)||re.proxy,s=e.dirs||(e.dirs=[]);for(let r=0;r<t.length;r++){let[l,i,o,f=ee]=t[r];l&&($(l)&&(l={mounted:l,updated:l}),l.deep&&Je(i),s.push({dir:l,instance:n,value:i,oldValue:void 0,arg:o,modifiers:f}))}return e}function Re(e,t,n,s){const r=e.dirs,l=t&&t.dirs;for(let i=0;i<r.length;i++){const o=r[i];l&&(o.oldValue=l[i].value);let f=o.dir[s];f&&(Xe(),Ee(f,n,8,[e.el,o,e,t]),ze())}}const He=Symbol("_leaveCb"),jt=Symbol("_enterCb");function bi(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return Ar(()=>{e.isMounted=!0}),Fr(()=>{e.isUnmounting=!0}),e}const be=[Function,Array],xi={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},Ci={name:"BaseTransition",props:xi,setup(e,{slots:t}){const n=Gr(),s=bi();return()=>{const r=t.default&&vr(t.default(),!0);if(!r||!r.length)return;let l=r[0];if(r.length>1){for(const g of r)if(g.type!==he){l=g;break}}const i=Z(e),{mode:o}=i;if(s.isLeaving)return wn(l);const f=Os(l);if(!f)return wn(l);const d=Bn(f,i,s,n);kn(f,d);const h=n.subTree,a=h&&Os(h);if(a&&a.type!==he&&!Oe(f,a)){const g=Bn(a,i,s,n);if(kn(a,g),o==="out-in")return s.isLeaving=!0,g.afterLeave=()=>{s.isLeaving=!1,n.update.active!==!1&&(n.effect.dirty=!0,n.update())},wn(l);o==="in-out"&&f.type!==he&&(g.delayLeave=(E,I,B)=>{const D=wr(s,a);D[String(a.key)]=a,E[He]=()=>{I(),E[He]=void 0,delete d.delayedLeave},d.delayedLeave=B})}return l}}},Mo=Ci;function wr(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 Bn(e,t,n,s){const{appear:r,mode:l,persisted:i=!1,onBeforeEnter:o,onEnter:f,onAfterEnter:d,onEnterCancelled:h,onBeforeLeave:a,onLeave:g,onAfterLeave:E,onLeaveCancelled:I,onBeforeAppear:B,onAppear:D,onAfterAppear:q,onAppearCancelled:K}=t,_=String(e.key),T=wr(n,e),C=(F,P)=>{F&&Ee(F,s,9,P)},b=(F,P)=>{const O=P[1];C(F,P),U(F)?F.every(V=>V.length<=1)&&O():F.length<=1&&O()},L={mode:l,persisted:i,beforeEnter(F){let P=o;if(!n.isMounted)if(r)P=B||o;else return;F[He]&&F[He](!0);const O=T[_];O&&Oe(e,O)&&O.el[He]&&O.el[He](),C(P,[F])},enter(F){let P=f,O=d,V=h;if(!n.isMounted)if(r)P=D||f,O=q||d,V=K||h;else return;let Y=!1;const Q=F[jt]=ce=>{Y||(Y=!0,ce?C(V,[F]):C(O,[F]),L.delayedLeave&&L.delayedLeave(),F[jt]=void 0)};P?b(P,[F,Q]):Q()},leave(F,P){const O=String(e.key);if(F[jt]&&F[jt](!0),n.isUnmounting)return P();C(a,[F]);let V=!1;const Y=F[He]=Q=>{V||(V=!0,P(),Q?C(I,[F]):C(E,[F]),F[He]=void 0,T[O]===e&&delete T[O])};T[O]=e,g?b(g,[F,Y]):Y()},clone(F){return Bn(F,t,n,s)}};return L}function wn(e){if(Ft(e))return e=We(e),e.children=null,e}function Os(e){return Ft(e)?e.children?e.children[0]:void 0:e}function kn(e,t){e.shapeFlag&6&&e.component?kn(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 vr(e,t=!1,n){let s=[],r=0;for(let l=0;l<e.length;l++){let i=e[l];const o=n==null?i.key:String(n)+String(i.key!=null?i.key:l);i.type===pe?(i.patchFlag&128&&r++,s=s.concat(vr(i.children,t,o))):(t||i.type!==he)&&s.push(o!=null?We(i,{key:o}):i)}if(r>1)for(let l=0;l<s.length;l++)s[l].patchFlag=-2;return s}/*! #__NO_SIDE_EFFECTS__ */function Ti(e,t){return $(e)?fe({name:e.name},t,{setup:e}):e}const ct=e=>!!e.type.__asyncLoader;/*! #__NO_SIDE_EFFECTS__ */function Po(e){$(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:s,delay:r=200,timeout:l,suspensible:i=!0,onError:o}=e;let f=null,d,h=0;const a=()=>(h++,f=null,g()),g=()=>{let E;return f||(E=f=t().catch(I=>{if(I=I instanceof Error?I:new Error(String(I)),o)return new Promise((B,D)=>{o(I,()=>B(a()),()=>D(I),h+1)});throw I}).then(I=>E!==f&&f?f:(I&&(I.__esModule||I[Symbol.toStringTag]==="Module")&&(I=I.default),d=I,I)))};return Ti({name:"AsyncComponentWrapper",__asyncLoader:g,get __asyncResolved(){return d},setup(){const E=oe;if(d)return()=>vn(d,E);const I=K=>{f=null,dt(K,E,13,!s)};if(i&&E.suspense||It)return g().then(K=>()=>vn(K,E)).catch(K=>(I(K),()=>s?ne(s,{error:K}):null));const B=Dt(!1),D=Dt(),q=Dt(!!r);return r&&setTimeout(()=>{q.value=!1},r),l!=null&&setTimeout(()=>{if(!B.value&&!D.value){const K=new Error(`Async component timed out after ${l}ms.`);I(K),D.value=K}},l),g().then(()=>{B.value=!0,E.parent&&Ft(E.parent.vnode)&&(E.parent.effect.dirty=!0,cn(E.parent.update))}).catch(K=>{I(K),D.value=K}),()=>{if(B.value&&d)return vn(d,E);if(D.value&&s)return ne(s,{error:D.value});if(n&&!q.value)return ne(n)}}})}function vn(e,t){const{ref:n,props:s,children:r,ce:l}=t.vnode,i=ne(e,s,r);return i.ref=n,i.ce=l,delete t.vnode.ce,i}const Ft=e=>e.type.__isKeepAlive;function wi(e,t){Er(e,"a",t)}function vi(e,t){Er(e,"da",t)}function Er(e,t,n=oe){const s=e.__wdc||(e.__wdc=()=>{let r=n;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(an(t,s,n),n){let r=n.parent;for(;r&&r.parent;)Ft(r.parent.vnode)&&Ei(s,t,n,r),r=r.parent}}function Ei(e,t,n,s){const r=an(t,e,s,!0);Rr(()=>{Kn(s[t],r)},n)}function an(e,t,n=oe,s=!1){if(n){const r=n[e]||(n[e]=[]),l=t.__weh||(t.__weh=(...i)=>{if(n.isUnmounted)return;Xe();const o=Rt(n),f=Ee(t,n,e,i);return o(),ze(),f});return s?r.unshift(l):r.push(l),l}}const Ne=e=>(t,n=oe)=>(!It||e==="sp")&&an(e,(...s)=>t(...s),n),Ai=Ne("bm"),Ar=Ne("m"),Fi=Ne("bu"),Ri=Ne("u"),Fr=Ne("bum"),Rr=Ne("um"),Ii=Ne("sp"),Oi=Ne("rtg"),Mi=Ne("rtc");function Pi(e,t=oe){an("ec",e,t)}function Lo(e,t,n,s){let r;const l=n&&n[s];if(U(e)||le(e)){r=new Array(e.length);for(let i=0,o=e.length;i<o;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(z(e))if(e[Symbol.iterator])r=Array.from(e,(i,o)=>t(i,o,void 0,l&&l[o]));else{const i=Object.keys(e);r=new Array(i.length);for(let o=0,f=i.length;o<f;o++){const d=i[o];r[o]=t(e[d],d,o,l&&l[o])}}else r=[];return n&&(n[s]=r),r}function Bo(e,t){for(let n=0;n<t.length;n++){const s=t[n];if(U(s))for(let r=0;r<s.length;r++)e[s[r].name]=s[r].fn;else s&&(e[s.name]=s.key?(...r)=>{const l=s.fn(...r);return l&&(l.key=s.key),l}:s.fn)}return e}function ko(e,t,n={},s,r){if(re.isCE||re.parent&&ct(re.parent)&&re.parent.isCE)return t!=="default"&&(n.name=t),ne("slot",n,s&&s());let l=e[t];l&&l._c&&(l._d=!1),fs();const i=l&&Ir(l(n)),o=Dr(pe,{key:n.key||i&&i.key||`_${t}`},i||(s?s():[]),i&&e._===1?64:-2);return!r&&o.scopeId&&(o.slotScopeIds=[o.scopeId+"-s"]),l&&l._c&&(l._d=!0),o}function Ir(e){return e.some(t=>vt(t)?!(t.type===he||t.type===pe&&!Ir(t.children)):!0)?e:null}const Nn=e=>e?Yr(e)?hn(e)||e.proxy:Nn(e.parent):null,_t=fe(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=>Nn(e.parent),$root:e=>Nn(e.root),$emit:e=>e.emit,$options:e=>is(e),$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,cn(e.update)}),$nextTick:e=>e.n||(e.n=Xl.bind(e.proxy)),$watch:e=>mi.bind(e)}),En=(e,t)=>e!==ee&&!e.__isScriptSetup&&J(e,t),Li={get({_:e},t){const{ctx:n,setupState:s,data:r,props:l,accessCache:i,type:o,appContext:f}=e;let d;if(t[0]!=="$"){const E=i[t];if(E!==void 0)switch(E){case 1:return s[t];case 2:return r[t];case 4:return n[t];case 3:return l[t]}else{if(En(s,t))return i[t]=1,s[t];if(r!==ee&&J(r,t))return i[t]=2,r[t];if((d=e.propsOptions[0])&&J(d,t))return i[t]=3,l[t];if(n!==ee&&J(n,t))return i[t]=4,n[t];Sn&&(i[t]=0)}}const h=_t[t];let a,g;if(h)return t==="$attrs"&&_e(e,"get",t),h(e);if((a=o.__cssModules)&&(a=a[t]))return a;if(n!==ee&&J(n,t))return i[t]=4,n[t];if(g=f.config.globalProperties,J(g,t))return g[t]},set({_:e},t,n){const{data:s,setupState:r,ctx:l}=e;return En(r,t)?(r[t]=n,!0):s!==ee&&J(s,t)?(s[t]=n,!0):J(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 o;return!!n[i]||e!==ee&&J(e,i)||En(t,i)||(o=l[0])&&J(o,i)||J(s,i)||J(_t,i)||J(r.config.globalProperties,i)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:J(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function Xt(e){return U(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}function No(e,t){return!e||!t?e||t:U(e)&&U(t)?e.concat(t):fe({},Xt(e),Xt(t))}let Sn=!0;function Bi(e){const t=is(e),n=e.proxy,s=e.ctx;Sn=!1,t.beforeCreate&&Ms(t.beforeCreate,e,"bc");const{data:r,computed:l,methods:i,watch:o,provide:f,inject:d,created:h,beforeMount:a,mounted:g,beforeUpdate:E,updated:I,activated:B,deactivated:D,beforeDestroy:q,beforeUnmount:K,destroyed:_,unmounted:T,render:C,renderTracked:b,renderTriggered:L,errorCaptured:F,serverPrefetch:P,expose:O,inheritAttrs:V,components:Y,directives:Q,filters:ce}=t;if(d&&ki(d,s,null),i)for(const W in i){const S=i[W];$(S)&&(s[W]=S.bind(n))}if(r){const W=r.call(n,n);z(W)&&(e.data=Xn(W))}if(Sn=!0,l)for(const W in l){const S=l[W],Le=$(S)?S.bind(n,n):$(S.get)?S.get.bind(n,n):Te,Ot=!$(S)&&$(S.set)?S.set.bind(n):Te,qe=ho({get:Le,set:Ot});Object.defineProperty(s,W,{enumerable:!0,configurable:!0,get:()=>qe.value,set:Ae=>qe.value=Ae})}if(o)for(const W in o)Or(o[W],s,n,W);if(f){const W=$(f)?f.call(n):f;Reflect.ownKeys(W).forEach(S=>{$i(S,W[S])})}h&&Ms(h,e,"c");function k(W,S){U(S)?S.forEach(Le=>W(Le.bind(n))):S&&W(S.bind(n))}if(k(Ai,a),k(Ar,g),k(Fi,E),k(Ri,I),k(wi,B),k(vi,D),k(Pi,F),k(Mi,b),k(Oi,L),k(Fr,K),k(Rr,T),k(Ii,P),U(O))if(O.length){const W=e.exposed||(e.exposed={});O.forEach(S=>{Object.defineProperty(W,S,{get:()=>n[S],set:Le=>n[S]=Le})})}else e.exposed||(e.exposed={});C&&e.render===Te&&(e.render=C),V!=null&&(e.inheritAttrs=V),Y&&(e.components=Y),Q&&(e.directives=Q)}function ki(e,t,n=Te){U(e)&&(e=jn(e));for(const s in e){const r=e[s];let l;z(r)?"default"in r?l=Kt(r.from||s,r.default,!0):l=Kt(r.from||s):l=Kt(r),ae(l)?Object.defineProperty(t,s,{enumerable:!0,configurable:!0,get:()=>l.value,set:i=>l.value=i}):t[s]=l}}function Ms(e,t,n){Ee(U(e)?e.map(s=>s.bind(t.proxy)):e.bind(t.proxy),t,n)}function Or(e,t,n,s){const r=s.includes(".")?Tr(n,s):()=>n[s];if(le(e)){const l=t[e];$(l)&&Tn(r,l)}else if($(e))Tn(r,e.bind(n));else if(z(e))if(U(e))e.forEach(l=>Or(l,t,n,s));else{const l=$(e.handler)?e.handler.bind(n):t[e.handler];$(l)&&Tn(r,l,e)}}function is(e){const t=e.type,{mixins:n,extends:s}=t,{mixins:r,optionsCache:l,config:{optionMergeStrategies:i}}=e.appContext,o=l.get(t);let f;return o?f=o:!r.length&&!n&&!s?f=t:(f={},r.length&&r.forEach(d=>zt(f,d,i,!0)),zt(f,t,i)),z(t)&&l.set(t,f),f}function zt(e,t,n,s=!1){const{mixins:r,extends:l}=t;l&&zt(e,l,n,!0),r&&r.forEach(i=>zt(e,i,n,!0));for(const i in t)if(!(s&&i==="expose")){const o=Ni[i]||n&&n[i];e[i]=o?o(e[i],t[i]):t[i]}return e}const Ni={data:Ps,props:Ls,emits:Ls,methods:gt,computed:gt,beforeCreate:de,created:de,beforeMount:de,mounted:de,beforeUpdate:de,updated:de,beforeDestroy:de,beforeUnmount:de,destroyed:de,unmounted:de,activated:de,deactivated:de,errorCaptured:de,serverPrefetch:de,components:gt,directives:gt,watch:ji,provide:Ps,inject:Si};function Ps(e,t){return t?e?function(){return fe($(e)?e.call(this,this):e,$(t)?t.call(this,this):t)}:t:e}function Si(e,t){return gt(jn(e),jn(t))}function jn(e){if(U(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function de(e,t){return e?[...new Set([].concat(e,t))]:t}function gt(e,t){return e?fe(Object.create(null),e,t):t}function Ls(e,t){return e?U(e)&&U(t)?[...new Set([...e,...t])]:fe(Object.create(null),Xt(e),Xt(t??{})):t}function ji(e,t){if(!e)return t;if(!t)return e;const n=fe(Object.create(null),e);for(const s in t)n[s]=de(e[s],t[s]);return n}function Mr(){return{app:null,config:{isNativeTag:ll,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 Ui=0;function Hi(e,t){return function(s,r=null){$(s)||(s=fe({},s)),r!=null&&!z(r)&&(r=null);const l=Mr(),i=new WeakSet;let o=!1;const f=l.app={_uid:Ui++,_component:s,_props:r,_container:null,_context:l,_instance:null,version:go,get config(){return l.config},set config(d){},use(d,...h){return i.has(d)||(d&&$(d.install)?(i.add(d),d.install(f,...h)):$(d)&&(i.add(d),d(f,...h))),f},mixin(d){return l.mixins.includes(d)||l.mixins.push(d),f},component(d,h){return h?(l.components[d]=h,f):l.components[d]},directive(d,h){return h?(l.directives[d]=h,f):l.directives[d]},mount(d,h,a){if(!o){const g=ne(s,r);return g.appContext=l,a===!0?a="svg":a===!1&&(a=void 0),h&&t?t(g,d):e(g,d,a),o=!0,f._container=d,d.__vue_app__=f,hn(g.component)||g.component.proxy}},unmount(){o&&(e(null,f._container),delete f._container.__vue_app__)},provide(d,h){return l.provides[d]=h,f},runWithContext(d){const h=yt;yt=f;try{return d()}finally{yt=h}}};return f}}let yt=null;function $i(e,t){if(oe){let n=oe.provides;const s=oe.parent&&oe.parent.provides;s===n&&(n=oe.provides=Object.create(s)),n[e]=t}}function Kt(e,t,n=!1){const s=oe||re;if(s||yt){const r=s?s.parent==null?s.vnode.appContext&&s.vnode.appContext.provides:s.parent.provides:yt._context.provides;if(r&&e in r)return r[e];if(arguments.length>1)return n&&$(t)?t.call(s&&s.proxy):t}}function Vi(e,t,n,s=!1){const r={},l={};Gt(l,dn,1),e.propsDefaults=Object.create(null),Pr(e,t,r,l);for(const i in e.propsOptions[0])i in r||(r[i]=void 0);n?e.props=s?r:$l(r):e.type.props?e.props=r:e.props=l,e.attrs=l}function Di(e,t,n,s){const{props:r,attrs:l,vnode:{patchFlag:i}}=e,o=Z(r),[f]=e.propsOptions;let d=!1;if((s||i>0)&&!(i&16)){if(i&8){const h=e.vnode.dynamicProps;for(let a=0;a<h.length;a++){let g=h[a];if(fn(e.emitsOptions,g))continue;const E=t[g];if(f)if(J(l,g))E!==l[g]&&(l[g]=E,d=!0);else{const I=Me(g);r[I]=Un(f,o,I,E,e,!1)}else E!==l[g]&&(l[g]=E,d=!0)}}}else{Pr(e,t,r,l)&&(d=!0);let h;for(const a in o)(!t||!J(t,a)&&((h=At(a))===a||!J(t,h)))&&(f?n&&(n[a]!==void 0||n[h]!==void 0)&&(r[a]=Un(f,o,a,void 0,e,!0)):delete r[a]);if(l!==o)for(const a in l)(!t||!J(t,a))&&(delete l[a],d=!0)}d&&ke(e,"set","$attrs")}function Pr(e,t,n,s){const[r,l]=e.propsOptions;let i=!1,o;if(t)for(let f in t){if(rt(f))continue;const d=t[f];let h;r&&J(r,h=Me(f))?!l||!l.includes(h)?n[h]=d:(o||(o={}))[h]=d:fn(e.emitsOptions,f)||(!(f in s)||d!==s[f])&&(s[f]=d,i=!0)}if(l){const f=Z(n),d=o||ee;for(let h=0;h<l.length;h++){const a=l[h];n[a]=Un(r,f,a,d[a],e,!J(d,a))}}return i}function Un(e,t,n,s,r,l){const i=e[n];if(i!=null){const o=J(i,"default");if(o&&s===void 0){const f=i.default;if(i.type!==Function&&!i.skipFactory&&$(f)){const{propsDefaults:d}=r;if(n in d)s=d[n];else{const h=Rt(r);s=d[n]=f.call(null,t),h()}}else s=f}i[0]&&(l&&!o?s=!1:i[1]&&(s===""||s===At(n))&&(s=!0))}return s}function Lr(e,t,n=!1){const s=t.propsCache,r=s.get(e);if(r)return r;const l=e.props,i={},o=[];let f=!1;if(!$(e)){const h=a=>{f=!0;const[g,E]=Lr(a,t,!0);fe(i,g),E&&o.push(...E)};!n&&t.mixins.length&&t.mixins.forEach(h),e.extends&&h(e.extends),e.mixins&&e.mixins.forEach(h)}if(!l&&!f)return z(e)&&s.set(e,nt),nt;if(U(l))for(let h=0;h<l.length;h++){const a=Me(l[h]);Bs(a)&&(i[a]=ee)}else if(l)for(const h in l){const a=Me(h);if(Bs(a)){const g=l[h],E=i[a]=U(g)||$(g)?{type:g}:fe({},g);if(E){const I=Ss(Boolean,E.type),B=Ss(String,E.type);E[0]=I>-1,E[1]=B<0||I<B,(I>-1||J(E,"default"))&&o.push(a)}}}const d=[i,o];return z(e)&&s.set(e,d),d}function Bs(e){return e[0]!=="$"&&!rt(e)}function ks(e){return e===null?"null":typeof e=="function"?e.name||"":typeof e=="object"&&e.constructor&&e.constructor.name||""}function Ns(e,t){return ks(e)===ks(t)}function Ss(e,t){return U(t)?t.findIndex(n=>Ns(n,e)):$(t)&&Ns(t,e)?0:-1}const Br=e=>e[0]==="_"||e==="$stable",os=e=>U(e)?e.map(Ce):[Ce(e)],Ki=(e,t,n)=>{if(t._n)return t;const s=si((...r)=>os(t(...r)),n);return s._c=!1,s},kr=(e,t,n)=>{const s=e._ctx;for(const r in e){if(Br(r))continue;const l=e[r];if($(l))t[r]=Ki(r,l,s);else if(l!=null){const i=os(l);t[r]=()=>i}}},Nr=(e,t)=>{const n=os(t);e.slots.default=()=>n},Wi=(e,t)=>{if(e.vnode.shapeFlag&32){const n=t._;n?(e.slots=Z(t),Gt(t,"_",n)):kr(t,e.slots={})}else e.slots={},t&&Nr(e,t);Gt(e.slots,dn,1)},qi=(e,t,n)=>{const{vnode:s,slots:r}=e;let l=!0,i=ee;if(s.shapeFlag&32){const o=t._;o?n&&o===1?l=!1:(fe(r,t),!n&&o===1&&delete r._):(l=!t.$stable,kr(t,r)),i=t}else t&&(Nr(e,t),i={default:1});if(l)for(const o in r)!Br(o)&&i[o]==null&&delete r[o]};function en(e,t,n,s,r=!1){if(U(e)){e.forEach((g,E)=>en(g,t&&(U(t)?t[E]:t),n,s,r));return}if(ct(s)&&!r)return;const l=s.shapeFlag&4?hn(s.component)||s.component.proxy:s.el,i=r?null:l,{i:o,r:f}=e,d=t&&t.r,h=o.refs===ee?o.refs={}:o.refs,a=o.setupState;if(d!=null&&d!==f&&(le(d)?(h[d]=null,J(a,d)&&(a[d]=null)):ae(d)&&(d.value=null)),$(f))De(f,o,12,[i,h]);else{const g=le(f),E=ae(f);if(g||E){const I=()=>{if(e.f){const B=g?J(a,f)?a[f]:h[f]:f.value;r?U(B)&&Kn(B,l):U(B)?B.includes(l)||B.push(l):g?(h[f]=[l],J(a,f)&&(a[f]=h[f])):(f.value=[l],e.k&&(h[e.k]=f.value))}else g?(h[f]=i,J(a,f)&&(a[f]=i)):E&&(f.value=i,e.k&&(h[e.k]=i))};i?(I.id=-1,ge(I,n)):I()}}}let je=!1;const Gi=e=>e.namespaceURI.includes("svg")&&e.tagName!=="foreignObject",Yi=e=>e.namespaceURI.includes("MathML"),Ut=e=>{if(Gi(e))return"svg";if(Yi(e))return"mathml"},Ht=e=>e.nodeType===8;function Ji(e){const{mt:t,p:n,o:{patchProp:s,createText:r,nextSibling:l,parentNode:i,remove:o,insert:f,createComment:d}}=e,h=(_,T)=>{if(!T.hasChildNodes()){n(null,_,T),Zt(),T._vnode=_;return}je=!1,a(T.firstChild,_,null,null,null),Zt(),T._vnode=_,je&&console.error("Hydration completed but contains mismatches.")},a=(_,T,C,b,L,F=!1)=>{const P=Ht(_)&&_.data==="[",O=()=>B(_,T,C,b,L,P),{type:V,ref:Y,shapeFlag:Q,patchFlag:ce}=T;let se=_.nodeType;T.el=_,ce===-2&&(F=!1,T.dynamicChildren=null);let k=null;switch(V){case ut:se!==3?T.children===""?(f(T.el=r(""),i(_),_),k=_):k=O():(_.data!==T.children&&(je=!0,_.data=T.children),k=l(_));break;case he:K(_)?(k=l(_),q(T.el=_.content.firstChild,_,C)):se!==8||P?k=O():k=l(_);break;case Wt:if(P&&(_=l(_),se=_.nodeType),se===1||se===3){k=_;const W=!T.children.length;for(let S=0;S<T.staticCount;S++)W&&(T.children+=k.nodeType===1?k.outerHTML:k.data),S===T.staticCount-1&&(T.anchor=k),k=l(k);return P?l(k):k}else O();break;case pe:P?k=I(_,T,C,b,L,F):k=O();break;default:if(Q&1)(se!==1||T.type.toLowerCase()!==_.tagName.toLowerCase())&&!K(_)?k=O():k=g(_,T,C,b,L,F);else if(Q&6){T.slotScopeIds=L;const W=i(_);if(P?k=D(_):Ht(_)&&_.data==="teleport start"?k=D(_,_.data,"teleport end"):k=l(_),t(T,W,null,C,b,Ut(W),F),ct(T)){let S;P?(S=ne(pe),S.anchor=k?k.previousSibling:W.lastChild):S=_.nodeType===3?qr(""):ne("div"),S.el=_,T.component.subTree=S}}else Q&64?se!==8?k=O():k=T.type.hydrate(_,T,C,b,L,F,e,E):Q&128&&(k=T.type.hydrate(_,T,C,b,Ut(i(_)),L,F,e,a))}return Y!=null&&en(Y,null,b,T),k},g=(_,T,C,b,L,F)=>{F=F||!!T.dynamicChildren;const{type:P,props:O,patchFlag:V,shapeFlag:Y,dirs:Q,transition:ce}=T,se=P==="input"||P==="option";if(se||V!==-1){Q&&Re(T,null,C,"created");let k=!1;if(K(_)){k=jr(b,ce)&&C&&C.vnode.props&&C.vnode.props.appear;const S=_.content.firstChild;k&&ce.beforeEnter(S),q(S,_,C),T.el=_=S}if(Y&16&&!(O&&(O.innerHTML||O.textContent))){let S=E(_.firstChild,T,_,C,b,L,F);for(;S;){je=!0;const Le=S;S=S.nextSibling,o(Le)}}else Y&8&&_.textContent!==T.children&&(je=!0,_.textContent=T.children);if(O)if(se||!F||V&48)for(const S in O)(se&&(S.endsWith("value")||S==="indeterminate")||nn(S)&&!rt(S)||S[0]===".")&&s(_,S,null,O[S],void 0,void 0,C);else O.onClick&&s(_,"onClick",null,O.onClick,void 0,void 0,C);let W;(W=O&&O.onVnodeBeforeMount)&&xe(W,C,T),Q&&Re(T,null,C,"beforeMount"),((W=O&&O.onVnodeMounted)||Q||k)&&Cr(()=>{W&&xe(W,C,T),k&&ce.enter(_),Q&&Re(T,null,C,"mounted")},b)}return _.nextSibling},E=(_,T,C,b,L,F,P)=>{P=P||!!T.dynamicChildren;const O=T.children,V=O.length;for(let Y=0;Y<V;Y++){const Q=P?O[Y]:O[Y]=Ce(O[Y]);if(_)_=a(_,Q,b,L,F,P);else{if(Q.type===ut&&!Q.children)continue;je=!0,n(null,Q,C,null,b,L,Ut(C),F)}}return _},I=(_,T,C,b,L,F)=>{const{slotScopeIds:P}=T;P&&(L=L?L.concat(P):P);const O=i(_),V=E(l(_),T,O,C,b,L,F);return V&&Ht(V)&&V.data==="]"?l(T.anchor=V):(je=!0,f(T.anchor=d("]"),O,V),V)},B=(_,T,C,b,L,F)=>{if(je=!0,T.el=null,F){const V=D(_);for(;;){const Y=l(_);if(Y&&Y!==V)o(Y);else break}}const P=l(_),O=i(_);return o(_),n(null,T,O,P,C,b,Ut(O),L),P},D=(_,T="[",C="]")=>{let b=0;for(;_;)if(_=l(_),_&&Ht(_)&&(_.data===T&&b++,_.data===C)){if(b===0)return l(_);b--}return _},q=(_,T,C)=>{const b=T.parentNode;b&&b.replaceChild(_,T);let L=C;for(;L;)L.vnode.el===T&&(L.vnode.el=L.subTree.el=_),L=L.parent},K=_=>_.nodeType===1&&_.tagName.toLowerCase()==="template";return[h,a]}const ge=Cr;function So(e){return Sr(e)}function jo(e){return Sr(e,Ji)}function Sr(e,t){const n=Ys();n.__VUE__=!0;const{insert:s,remove:r,patchProp:l,createElement:i,createText:o,createComment:f,setText:d,setElementText:h,parentNode:a,nextSibling:g,setScopeId:E=Te,insertStaticContent:I}=e,B=(c,u,p,y=null,m=null,v=null,R=void 0,w=null,A=!!u.dynamicChildren)=>{if(c===u)return;c&&!Oe(c,u)&&(y=Mt(c),Ae(c,m,v,!0),c=null),u.patchFlag===-2&&(A=!1,u.dynamicChildren=null);const{type:x,ref:M,shapeFlag:j}=u;switch(x){case ut:D(c,u,p,y);break;case he:q(c,u,p,y);break;case Wt:c==null&&K(u,p,y,R);break;case pe:Y(c,u,p,y,m,v,R,w,A);break;default:j&1?C(c,u,p,y,m,v,R,w,A):j&6?Q(c,u,p,y,m,v,R,w,A):(j&64||j&128)&&x.process(c,u,p,y,m,v,R,w,A,et)}M!=null&&m&&en(M,c&&c.ref,v,u||c,!u)},D=(c,u,p,y)=>{if(c==null)s(u.el=o(u.children),p,y);else{const m=u.el=c.el;u.children!==c.children&&d(m,u.children)}},q=(c,u,p,y)=>{c==null?s(u.el=f(u.children||""),p,y):u.el=c.el},K=(c,u,p,y)=>{[c.el,c.anchor]=I(c.children,u,p,y,c.el,c.anchor)},_=({el:c,anchor:u},p,y)=>{let m;for(;c&&c!==u;)m=g(c),s(c,p,y),c=m;s(u,p,y)},T=({el:c,anchor:u})=>{let p;for(;c&&c!==u;)p=g(c),r(c),c=p;r(u)},C=(c,u,p,y,m,v,R,w,A)=>{u.type==="svg"?R="svg":u.type==="math"&&(R="mathml"),c==null?b(u,p,y,m,v,R,w,A):P(c,u,m,v,R,w,A)},b=(c,u,p,y,m,v,R,w)=>{let A,x;const{props:M,shapeFlag:j,transition:N,dirs:H}=c;if(A=c.el=i(c.type,v,M&&M.is,M),j&8?h(A,c.children):j&16&&F(c.children,A,null,y,m,An(c,v),R,w),H&&Re(c,null,y,"created"),L(A,c,c.scopeId,R,y),M){for(const X in M)X!=="value"&&!rt(X)&&l(A,X,null,M[X],v,c.children,y,m,Be);"value"in M&&l(A,"value",null,M.value,v),(x=M.onVnodeBeforeMount)&&xe(x,y,c)}H&&Re(c,null,y,"beforeMount");const G=jr(m,N);G&&N.beforeEnter(A),s(A,u,p),((x=M&&M.onVnodeMounted)||G||H)&&ge(()=>{x&&xe(x,y,c),G&&N.enter(A),H&&Re(c,null,y,"mounted")},m)},L=(c,u,p,y,m)=>{if(p&&E(c,p),y)for(let v=0;v<y.length;v++)E(c,y[v]);if(m){let v=m.subTree;if(u===v){const R=m.vnode;L(c,R,R.scopeId,R.slotScopeIds,m.parent)}}},F=(c,u,p,y,m,v,R,w,A=0)=>{for(let x=A;x<c.length;x++){const M=c[x]=w?$e(c[x]):Ce(c[x]);B(null,M,u,p,y,m,v,R,w)}},P=(c,u,p,y,m,v,R)=>{const w=u.el=c.el;let{patchFlag:A,dynamicChildren:x,dirs:M}=u;A|=c.patchFlag&16;const j=c.props||ee,N=u.props||ee;let H;if(p&&Ge(p,!1),(H=N.onVnodeBeforeUpdate)&&xe(H,p,u,c),M&&Re(u,c,p,"beforeUpdate"),p&&Ge(p,!0),x?O(c.dynamicChildren,x,w,p,y,An(u,m),v):R||S(c,u,w,null,p,y,An(u,m),v,!1),A>0){if(A&16)V(w,u,j,N,p,y,m);else if(A&2&&j.class!==N.class&&l(w,"class",null,N.class,m),A&4&&l(w,"style",j.style,N.style,m),A&8){const G=u.dynamicProps;for(let X=0;X<G.length;X++){const te=G[X],ie=j[te],ve=N[te];(ve!==ie||te==="value")&&l(w,te,ie,ve,m,c.children,p,y,Be)}}A&1&&c.children!==u.children&&h(w,u.children)}else!R&&x==null&&V(w,u,j,N,p,y,m);((H=N.onVnodeUpdated)||M)&&ge(()=>{H&&xe(H,p,u,c),M&&Re(u,c,p,"updated")},y)},O=(c,u,p,y,m,v,R)=>{for(let w=0;w<u.length;w++){const A=c[w],x=u[w],M=A.el&&(A.type===pe||!Oe(A,x)||A.shapeFlag&70)?a(A.el):p;B(A,x,M,null,y,m,v,R,!0)}},V=(c,u,p,y,m,v,R)=>{if(p!==y){if(p!==ee)for(const w in p)!rt(w)&&!(w in y)&&l(c,w,p[w],null,R,u.children,m,v,Be);for(const w in y){if(rt(w))continue;const A=y[w],x=p[w];A!==x&&w!=="value"&&l(c,w,x,A,R,u.children,m,v,Be)}"value"in y&&l(c,"value",p.value,y.value,R)}},Y=(c,u,p,y,m,v,R,w,A)=>{const x=u.el=c?c.el:o(""),M=u.anchor=c?c.anchor:o("");let{patchFlag:j,dynamicChildren:N,slotScopeIds:H}=u;H&&(w=w?w.concat(H):H),c==null?(s(x,p,y),s(M,p,y),F(u.children||[],p,M,m,v,R,w,A)):j>0&&j&64&&N&&c.dynamicChildren?(O(c.dynamicChildren,N,p,m,v,R,w),(u.key!=null||m&&u===m.subTree)&&cs(c,u,!0)):S(c,u,p,M,m,v,R,w,A)},Q=(c,u,p,y,m,v,R,w,A)=>{u.slotScopeIds=w,c==null?u.shapeFlag&512?m.ctx.activate(u,p,y,R,A):ce(u,p,y,m,v,R,A):se(c,u,A)},ce=(c,u,p,y,m,v,R)=>{const w=c.component=lo(c,y,m);if(Ft(c)&&(w.ctx.renderer=et),io(w),w.asyncDep){if(m&&m.registerDep(w,k),!c.el){const A=w.subTree=ne(he);q(null,A,u,p)}}else k(w,c,u,p,m,v,R)},se=(c,u,p)=>{const y=u.component=c.component;if(oi(c,u,p))if(y.asyncDep&&!y.asyncResolved){W(y,u,p);return}else y.next=u,ei(y.update),y.effect.dirty=!0,y.update();else u.el=c.el,y.vnode=u},k=(c,u,p,y,m,v,R)=>{const w=()=>{if(c.isMounted){let{next:M,bu:j,u:N,parent:H,vnode:G}=c;{const tt=Ur(c);if(tt){M&&(M.el=G.el,W(c,M,R)),tt.asyncDep.then(()=>{c.isUnmounted||w()});return}}let X=M,te;Ge(c,!1),M?(M.el=G.el,W(c,M,R)):M=G,j&&bn(j),(te=M.props&&M.props.onVnodeBeforeUpdate)&&xe(te,H,M,G),Ge(c,!0);const ie=Cn(c),ve=c.subTree;c.subTree=ie,B(ve,ie,a(ve.el),Mt(ve),c,m,v),M.el=ie.el,X===null&&ss(c,ie.el),N&&ge(N,m),(te=M.props&&M.props.onVnodeUpdated)&&ge(()=>xe(te,H,M,G),m)}else{let M;const{el:j,props:N}=u,{bm:H,m:G,parent:X}=c,te=ct(u);if(Ge(c,!1),H&&bn(H),!te&&(M=N&&N.onVnodeBeforeMount)&&xe(M,X,u),Ge(c,!0),j&&_n){const ie=()=>{c.subTree=Cn(c),_n(j,c.subTree,c,m,null)};te?u.type.__asyncLoader().then(()=>!c.isUnmounted&&ie()):ie()}else{const ie=c.subTree=Cn(c);B(null,ie,p,y,c,m,v),u.el=ie.el}if(G&&ge(G,m),!te&&(M=N&&N.onVnodeMounted)){const ie=u;ge(()=>xe(M,X,ie),m)}(u.shapeFlag&256||X&&ct(X.vnode)&&X.vnode.shapeFlag&256)&&c.a&&ge(c.a,m),c.isMounted=!0,u=p=y=null}},A=c.effect=new Gn(w,Te,()=>cn(x),c.scope),x=c.update=()=>{A.dirty&&A.run()};x.id=c.uid,Ge(c,!0),x()},W=(c,u,p)=>{u.component=c;const y=c.vnode.props;c.vnode=u,c.next=null,Di(c,u.props,y,p),qi(c,u.children,p),Xe(),As(c),ze()},S=(c,u,p,y,m,v,R,w,A=!1)=>{const x=c&&c.children,M=c?c.shapeFlag:0,j=u.children,{patchFlag:N,shapeFlag:H}=u;if(N>0){if(N&128){Ot(x,j,p,y,m,v,R,w,A);return}else if(N&256){Le(x,j,p,y,m,v,R,w,A);return}}H&8?(M&16&&Be(x,m,v),j!==x&&h(p,j)):M&16?H&16?Ot(x,j,p,y,m,v,R,w,A):Be(x,m,v,!0):(M&8&&h(p,""),H&16&&F(j,p,y,m,v,R,w,A))},Le=(c,u,p,y,m,v,R,w,A)=>{c=c||nt,u=u||nt;const x=c.length,M=u.length,j=Math.min(x,M);let N;for(N=0;N<j;N++){const H=u[N]=A?$e(u[N]):Ce(u[N]);B(c[N],H,p,null,m,v,R,w,A)}x>M?Be(c,m,v,!0,!1,j):F(u,p,y,m,v,R,w,A,j)},Ot=(c,u,p,y,m,v,R,w,A)=>{let x=0;const M=u.length;let j=c.length-1,N=M-1;for(;x<=j&&x<=N;){const H=c[x],G=u[x]=A?$e(u[x]):Ce(u[x]);if(Oe(H,G))B(H,G,p,null,m,v,R,w,A);else break;x++}for(;x<=j&&x<=N;){const H=c[j],G=u[N]=A?$e(u[N]):Ce(u[N]);if(Oe(H,G))B(H,G,p,null,m,v,R,w,A);else break;j--,N--}if(x>j){if(x<=N){const H=N+1,G=H<M?u[H].el:y;for(;x<=N;)B(null,u[x]=A?$e(u[x]):Ce(u[x]),p,G,m,v,R,w,A),x++}}else if(x>N)for(;x<=j;)Ae(c[x],m,v,!0),x++;else{const H=x,G=x,X=new Map;for(x=G;x<=N;x++){const ye=u[x]=A?$e(u[x]):Ce(u[x]);ye.key!=null&&X.set(ye.key,x)}let te,ie=0;const ve=N-G+1;let tt=!1,hs=0;const ht=new Array(ve);for(x=0;x<ve;x++)ht[x]=0;for(x=H;x<=j;x++){const ye=c[x];if(ie>=ve){Ae(ye,m,v,!0);continue}let Fe;if(ye.key!=null)Fe=X.get(ye.key);else for(te=G;te<=N;te++)if(ht[te-G]===0&&Oe(ye,u[te])){Fe=te;break}Fe===void 0?Ae(ye,m,v,!0):(ht[Fe-G]=x+1,Fe>=hs?hs=Fe:tt=!0,B(ye,u[Fe],p,null,m,v,R,w,A),ie++)}const gs=tt?Zi(ht):nt;for(te=gs.length-1,x=ve-1;x>=0;x--){const ye=G+x,Fe=u[ye],ps=ye+1<M?u[ye+1].el:y;ht[x]===0?B(null,Fe,p,ps,m,v,R,w,A):tt&&(te<0||x!==gs[te]?qe(Fe,p,ps,2):te--)}}},qe=(c,u,p,y,m=null)=>{const{el:v,type:R,transition:w,children:A,shapeFlag:x}=c;if(x&6){qe(c.component.subTree,u,p,y);return}if(x&128){c.suspense.move(u,p,y);return}if(x&64){R.move(c,u,p,et);return}if(R===pe){s(v,u,p);for(let j=0;j<A.length;j++)qe(A[j],u,p,y);s(c.anchor,u,p);return}if(R===Wt){_(c,u,p);return}if(y!==2&&x&1&&w)if(y===0)w.beforeEnter(v),s(v,u,p),ge(()=>w.enter(v),m);else{const{leave:j,delayLeave:N,afterLeave:H}=w,G=()=>s(v,u,p),X=()=>{j(v,()=>{G(),H&&H()})};N?N(v,G,X):X()}else s(v,u,p)},Ae=(c,u,p,y=!1,m=!1)=>{const{type:v,props:R,ref:w,children:A,dynamicChildren:x,shapeFlag:M,patchFlag:j,dirs:N}=c;if(w!=null&&en(w,null,p,c,!0),M&256){u.ctx.deactivate(c);return}const H=M&1&&N,G=!ct(c);let X;if(G&&(X=R&&R.onVnodeBeforeUnmount)&&xe(X,u,c),M&6)Qr(c.component,p,y);else{if(M&128){c.suspense.unmount(p,y);return}H&&Re(c,null,u,"beforeUnmount"),M&64?c.type.remove(c,u,p,m,et,y):x&&(v!==pe||j>0&&j&64)?Be(x,u,p,!1,!0):(v===pe&&j&384||!m&&M&16)&&Be(A,u,p),y&&as(c)}(G&&(X=R&&R.onVnodeUnmounted)||H)&&ge(()=>{X&&xe(X,u,c),H&&Re(c,null,u,"unmounted")},p)},as=c=>{const{type:u,el:p,anchor:y,transition:m}=c;if(u===pe){Zr(p,y);return}if(u===Wt){T(c);return}const v=()=>{r(p),m&&!m.persisted&&m.afterLeave&&m.afterLeave()};if(c.shapeFlag&1&&m&&!m.persisted){const{leave:R,delayLeave:w}=m,A=()=>R(p,v);w?w(c.el,v,A):A()}else v()},Zr=(c,u)=>{let p;for(;c!==u;)p=g(c),r(c),c=p;r(u)},Qr=(c,u,p)=>{const{bum:y,scope:m,update:v,subTree:R,um:w}=c;y&&bn(y),m.stop(),v&&(v.active=!1,Ae(R,c,u,p)),w&&ge(w,u),ge(()=>{c.isUnmounted=!0},u),u&&u.pendingBranch&&!u.isUnmounted&&c.asyncDep&&!c.asyncResolved&&c.suspenseId===u.pendingId&&(u.deps--,u.deps===0&&u.resolve())},Be=(c,u,p,y=!1,m=!1,v=0)=>{for(let R=v;R<c.length;R++)Ae(c[R],u,p,y,m)},Mt=c=>c.shapeFlag&6?Mt(c.component.subTree):c.shapeFlag&128?c.suspense.next():g(c.anchor||c.el);let gn=!1;const ds=(c,u,p)=>{c==null?u._vnode&&Ae(u._vnode,null,null,!0):B(u._vnode||null,c,u,null,null,null,p),gn||(gn=!0,As(),Zt(),gn=!1),u._vnode=c},et={p:B,um:Ae,m:qe,r:as,mt:ce,mc:F,pc:S,pbc:O,n:Mt,o:e};let pn,_n;return t&&([pn,_n]=t(et)),{render:ds,hydrate:pn,createApp:Hi(ds,pn)}}function An({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function Ge({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function jr(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function cs(e,t,n=!1){const s=e.children,r=t.children;if(U(s)&&U(r))for(let l=0;l<s.length;l++){const i=s[l];let o=r[l];o.shapeFlag&1&&!o.dynamicChildren&&((o.patchFlag<=0||o.patchFlag===32)&&(o=r[l]=$e(r[l]),o.el=i.el),n||cs(i,o)),o.type===ut&&(o.el=i.el)}}function Zi(e){const t=e.slice(),n=[0];let s,r,l,i,o;const f=e.length;for(s=0;s<f;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;)o=l+i>>1,e[n[o]]<d?l=o+1:i=o;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}function Ur(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Ur(t)}const Qi=e=>e.__isTeleport,mt=e=>e&&(e.disabled||e.disabled===""),js=e=>typeof SVGElement<"u"&&e instanceof SVGElement,Us=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,Hn=(e,t)=>{const n=e&&e.to;return le(n)?t?t(n):null:n},Xi={name:"Teleport",__isTeleport:!0,process(e,t,n,s,r,l,i,o,f,d){const{mc:h,pc:a,pbc:g,o:{insert:E,querySelector:I,createText:B,createComment:D}}=d,q=mt(t.props);let{shapeFlag:K,children:_,dynamicChildren:T}=t;if(e==null){const C=t.el=B(""),b=t.anchor=B("");E(C,n,s),E(b,n,s);const L=t.target=Hn(t.props,I),F=t.targetAnchor=B("");L&&(E(F,L),i==="svg"||js(L)?i="svg":(i==="mathml"||Us(L))&&(i="mathml"));const P=(O,V)=>{K&16&&h(_,O,V,r,l,i,o,f)};q?P(n,b):L&&P(L,F)}else{t.el=e.el;const C=t.anchor=e.anchor,b=t.target=e.target,L=t.targetAnchor=e.targetAnchor,F=mt(e.props),P=F?n:b,O=F?C:L;if(i==="svg"||js(b)?i="svg":(i==="mathml"||Us(b))&&(i="mathml"),T?(g(e.dynamicChildren,T,P,r,l,i,o),cs(e,t,!0)):f||a(e,t,P,O,r,l,i,o,!1),q)F?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):$t(t,n,C,d,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const V=t.target=Hn(t.props,I);V&&$t(t,V,null,d,0)}else F&&$t(t,b,L,d,1)}Hr(t)},remove(e,t,n,s,{um:r,o:{remove:l}},i){const{shapeFlag:o,children:f,anchor:d,targetAnchor:h,target:a,props:g}=e;if(a&&l(h),i&&l(d),o&16){const E=i||!mt(g);for(let I=0;I<f.length;I++){const B=f[I];r(B,t,n,E,!!B.dynamicChildren)}}},move:$t,hydrate:zi};function $t(e,t,n,{o:{insert:s},m:r},l=2){l===0&&s(e.targetAnchor,t,n);const{el:i,anchor:o,shapeFlag:f,children:d,props:h}=e,a=l===2;if(a&&s(i,t,n),(!a||mt(h))&&f&16)for(let g=0;g<d.length;g++)r(d[g],t,n,2);a&&s(o,t,n)}function zi(e,t,n,s,r,l,{o:{nextSibling:i,parentNode:o,querySelector:f}},d){const h=t.target=Hn(t.props,f);if(h){const a=h._lpa||h.firstChild;if(t.shapeFlag&16)if(mt(t.props))t.anchor=d(i(e),t,o(e),n,s,r,l),t.targetAnchor=a;else{t.anchor=i(e);let g=a;for(;g;)if(g=i(g),g&&g.nodeType===8&&g.data==="teleport anchor"){t.targetAnchor=g,h._lpa=t.targetAnchor&&i(t.targetAnchor);break}d(a,t,h,n,s,r,l)}Hr(t)}return t.anchor&&i(t.anchor)}const Uo=Xi;function Hr(e){const t=e.ctx;if(t&&t.ut){let n=e.children[0].el;for(;n&&n!==e.targetAnchor;)n.nodeType===1&&n.setAttribute("data-v-owner",t.uid),n=n.nextSibling;t.ut()}}const pe=Symbol.for("v-fgt"),ut=Symbol.for("v-txt"),he=Symbol.for("v-cmt"),Wt=Symbol.for("v-stc"),bt=[];let we=null;function fs(e=!1){bt.push(we=e?null:[])}function $r(){bt.pop(),we=bt[bt.length-1]||null}let at=1;function Hs(e){at+=e}function Vr(e){return e.dynamicChildren=at>0?we||nt:null,$r(),at>0&&we&&we.push(e),e}function Ho(e,t,n,s,r,l){return Vr(Wr(e,t,n,s,r,l,!0))}function Dr(e,t,n,s,r){return Vr(ne(e,t,n,s,r,!0))}function vt(e){return e?e.__v_isVNode===!0:!1}function Oe(e,t){return e.type===t.type&&e.key===t.key}const dn="__vInternal",Kr=({key:e})=>e??null,qt=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?le(e)||ae(e)||$(e)?{i:re,r:e,k:t,f:!!n}:e:null);function Wr(e,t=null,n=null,s=0,r=null,l=e===pe?0:1,i=!1,o=!1){const f={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Kr(t),ref:t&&qt(t),scopeId:mr,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:re};return o?(us(f,n),l&128&&e.normalize(f)):n&&(f.shapeFlag|=le(n)?8:16),at>0&&!i&&we&&(f.patchFlag>0||l&6)&&f.patchFlag!==32&&we.push(f),f}const ne=eo;function eo(e,t=null,n=null,s=0,r=null,l=!1){if((!e||e===br)&&(e=he),vt(e)){const o=We(e,t,!0);return n&&us(o,n),at>0&&!l&&we&&(o.shapeFlag&6?we[we.indexOf(e)]=o:we.push(o)),o.patchFlag|=-2,o}if(ao(e)&&(e=e.__vccOpts),t){t=to(t);let{class:o,style:f}=t;o&&!le(o)&&(t.class=ln(o)),z(f)&&(fr(f)&&!U(f)&&(f=fe({},f)),t.style=rn(f))}const i=le(e)?1:ci(e)?128:Qi(e)?64:z(e)?4:$(e)?2:0;return Wr(e,t,n,s,r,i,l,!0)}function to(e){return e?fr(e)||dn in e?fe({},e):e:null}function We(e,t,n=!1){const{props:s,ref:r,patchFlag:l,children:i}=e,o=t?no(s||{},t):s;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:o,key:o&&Kr(o),ref:t&&t.ref?n&&r?U(r)?r.concat(qt(t)):[r,qt(t)]:qt(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!==pe?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&&We(e.ssContent),ssFallback:e.ssFallback&&We(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function qr(e=" ",t=0){return ne(ut,null,e,t)}function $o(e="",t=!1){return t?(fs(),Dr(he,null,e)):ne(he,null,e)}function Ce(e){return e==null||typeof e=="boolean"?ne(he):U(e)?ne(pe,null,e.slice()):typeof e=="object"?$e(e):ne(ut,null,String(e))}function $e(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:We(e)}function us(e,t){let n=0;const{shapeFlag:s}=e;if(t==null)t=null;else if(U(t))n=16;else if(typeof t=="object")if(s&65){const r=t.default;r&&(r._c&&(r._d=!1),us(e,r()),r._c&&(r._d=!0));return}else{n=32;const r=t._;!r&&!(dn in t)?t._ctx=re:r===3&&re&&(re.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else $(t)?(t={default:t,_ctx:re},n=32):(t=String(t),s&64?(n=16,t=[qr(t)]):n=8);e.children=t,e.shapeFlag|=n}function no(...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=ln([t.class,s.class]));else if(r==="style")t.style=rn([t.style,s.style]);else if(nn(r)){const l=t[r],i=s[r];i&&l!==i&&!(U(l)&&l.includes(i))&&(t[r]=l?[].concat(l,i):i)}else r!==""&&(t[r]=s[r])}return t}function xe(e,t,n,s=null){Ee(e,t,7,[n,s])}const so=Mr();let ro=0;function lo(e,t,n){const s=e.type,r=(t?t.appContext:e.appContext)||so,l={uid:ro++,vnode:e,type:s,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,scope:new ml(!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:Lr(s,r),emitsOptions:yr(s,r),emit:null,emitted:null,propsDefaults:ee,inheritAttrs:s.inheritAttrs,ctx:ee,data:ee,props:ee,attrs:ee,slots:ee,refs:ee,setupState:ee,setupContext:null,attrsProxy:null,slotsProxy: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=ni.bind(null,l),e.ce&&e.ce(l),l}let oe=null;const Gr=()=>oe||re;let tn,$n;{const e=Ys(),t=(n,s)=>{let r;return(r=e[n])||(r=e[n]=[]),r.push(s),l=>{r.length>1?r.forEach(i=>i(l)):r[0](l)}};tn=t("__VUE_INSTANCE_SETTERS__",n=>oe=n),$n=t("__VUE_SSR_SETTERS__",n=>It=n)}const Rt=e=>{const t=oe;return tn(e),e.scope.on(),()=>{e.scope.off(),tn(t)}},$s=()=>{oe&&oe.scope.off(),tn(null)};function Yr(e){return e.vnode.shapeFlag&4}let It=!1;function io(e,t=!1){t&&$n(t);const{props:n,children:s}=e.vnode,r=Yr(e);Vi(e,n,r,t),Wi(e,s);const l=r?oo(e,t):void 0;return t&&$n(!1),l}function oo(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=ur(new Proxy(e.ctx,Li));const{setup:s}=n;if(s){const r=e.setupContext=s.length>1?fo(e):null,l=Rt(e);Xe();const i=De(s,e,0,[e.props,r]);if(ze(),l(),Ws(i)){if(i.then($s,$s),t)return i.then(o=>{Vn(e,o,t)}).catch(o=>{dt(o,e,0)});e.asyncDep=i}else Vn(e,i,t)}else Jr(e,t)}function Vn(e,t,n){$(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:z(t)&&(e.setupState=hr(t)),Jr(e,n)}let Vs;function Jr(e,t,n){const s=e.type;if(!e.render){if(!t&&Vs&&!s.render){const r=s.template||is(e).template;if(r){const{isCustomElement:l,compilerOptions:i}=e.appContext.config,{delimiters:o,compilerOptions:f}=s,d=fe(fe({isCustomElement:l,delimiters:o},i),f);s.render=Vs(r,d)}}e.render=s.render||Te}{const r=Rt(e);Xe();try{Bi(e)}finally{ze(),r()}}}function co(e){return e.attrsProxy||(e.attrsProxy=new Proxy(e.attrs,{get(t,n){return _e(e,"get","$attrs"),t[n]}}))}function fo(e){const t=n=>{e.exposed=n||{}};return{get attrs(){return co(e)},slots:e.slots,emit:e.emit,expose:t}}function hn(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(hr(ur(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in _t)return _t[n](e)},has(t,n){return n in t||n in _t}}))}function uo(e,t=!0){return $(e)?e.displayName||e.name:e.name||t&&e.__name}function ao(e){return $(e)&&"__vccOpts"in e}const ho=(e,t)=>Vl(e,t,It);function Vo(e,t,n=ee){const s=Gr(),r=Me(t),l=At(t),i=Gl((f,d)=>{let h;return yi(()=>{const a=e[t];Pe(h,a)&&(h=a,d())}),{get(){return f(),n.get?n.get(h):h},set(a){const g=s.vnode.props;!(g&&(t in g||r in g||l in g)&&(`onUpdate:${t}`in g||`onUpdate:${r}`in g||`onUpdate:${l}`in g))&&Pe(a,h)&&(h=a,d()),s.emit(`update:${t}`,n.set?n.set(a):a)}}}),o=t==="modelValue"?"modelModifiers":`${t}Modifiers`;return i[Symbol.iterator]=()=>{let f=0;return{next(){return f<2?{value:f++?e[o]||{}:i,done:!1}:{done:!0}}}},i}function Do(e,t,n){const s=arguments.length;return s===2?z(t)&&!U(t)?vt(t)?ne(e,null,[t]):ne(e,t):ne(e,null,t):(s>3?n=Array.prototype.slice.call(arguments,2):s===3&&vt(n)&&(n=[n]),ne(e,t,n))}const go="3.4.20";globalThis.__sfIds||(globalThis.__sfIds={});const Ko=(e="_")=>(typeof globalThis.__sfIds[e]!="number"&&(globalThis.__sfIds[e]=-1),`${e}${++globalThis.__sfIds[e]}`),Wo=(e,t=300)=>{typeof window.requestIdleCallback=="function"?window.requestIdleCallback(e):setTimeout(e,t)},po=e=>e.replace(/[ÁáÃãÂâÀà]/g,"a").replace(/[ÉéÊê]/g,"e").replace(/[Íí]/g,"i").replace(/[ÕõÓóÔô]/g,"o").replace(/[Úú]/g,"u").replace(/[Çç]/g,"c"),qo=e=>po(e.trim()).toLowerCase().replace(/[\W\r\n]/gm,"-").replace(/-{2,}/g,"-").replace(/(^-)|(-$)/g,""),_o=e=>e.toLowerCase().replace(/Á/g,"á").replace(/Ã/g,"ã").replace(/Â/g,"â").replace(/À/g,"à").replace(/É/g,"é").replace(/Ê/g,"ê").replace(/Í/g,"í").replace(/Õ/g,"õ").replace(/Ó/g,"ó").replace(/Ô/g,"ô").replace(/Ú/g,"ú").replace(/Ç/g,"ç"),yo=e=>_o(e.trim()).replace(/[\r\n]/gm," ").replace(/[^\w-&%áãâàéêíõóôúç]/g," ").replace(/\s{2,}/g," "),Go=(e,t="/s/")=>`${t}${encodeURIComponent(yo(e))}`,Yo=(e,t=0)=>{for(;e.offsetParent;)t+=e.offsetTop,e=e.offsetParent;return window.scroll({top:t,behavior:"smooth"})};export{Dr as $,fe as A,Mo as B,xi as C,Xr as D,z as E,pe as F,al as G,nn as H,Ds as I,At as J,Me as K,qn as L,xo as M,Co as N,Ee as O,yn as P,Xl as Q,Kl as R,cr as S,Ar as T,ae as U,Gr as V,xl as W,wo as X,$l as Y,ko as Z,mo as _,Dt as a,qr as a0,To as a1,Fo as a2,no as a3,bo as a4,to as a5,qo as a6,po as a7,Eo as a8,Go as a9,Hs as aa,Ko as ab,rn as ac,$i as ad,Rr as ae,Io as af,Kt as ag,Z as ah,Yo as ai,No as aj,Vo as ak,Fr as al,Ro as am,Uo as an,Po as ao,We as ap,Bo as aq,Wo as b,ho as c,Ti as d,Ho as e,Wr as f,ne as g,si as h,Ao as i,Oo as j,Lo as k,$o as l,$ as m,ln as n,fs as o,le as p,ul as q,Xn as r,vo as s,So as t,jo as u,U as v,Tn as w,bn as x,Js as y,Do as z};