cloudcommerce 0.1.0 → 0.1.2

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 (112) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/ecomplus-stores/monocard/.vscode/settings.json +5 -1
  3. package/ecomplus-stores/monocard/functions/core/package.json +1 -1
  4. package/ecomplus-stores/monocard/functions/events/package.json +2 -2
  5. package/ecomplus-stores/monocard/functions/modules/package.json +2 -2
  6. package/ecomplus-stores/monocard/functions/passport/package.json +2 -2
  7. package/ecomplus-stores/monocard/functions/ssr/.nvmrc +1 -0
  8. package/ecomplus-stores/monocard/functions/ssr/content/settings.json +13 -10
  9. package/ecomplus-stores/monocard/functions/ssr/package.json +18 -10
  10. package/ecomplus-stores/monocard/functions/ssr/src/components/LottiePhoneNFC.vue +1 -1
  11. package/ecomplus-stores/monocard/functions/ssr/src/pages/_vue.ts +3 -0
  12. package/ecomplus-stores/monocard/package.json +1 -1
  13. package/ecomplus-stores/tia-sonia/.firebaserc +5 -0
  14. package/ecomplus-stores/tia-sonia/.vscode/settings.json +5 -1
  15. package/ecomplus-stores/tia-sonia/functions/config.json +2 -2
  16. package/ecomplus-stores/tia-sonia/functions/core/package.json +1 -1
  17. package/ecomplus-stores/tia-sonia/functions/events/package.json +2 -2
  18. package/ecomplus-stores/tia-sonia/functions/modules/package.json +2 -2
  19. package/ecomplus-stores/tia-sonia/functions/passport/package.json +2 -2
  20. package/ecomplus-stores/tia-sonia/functions/ssr/.nvmrc +1 -0
  21. package/ecomplus-stores/tia-sonia/functions/ssr/content/settings.json +14 -11
  22. package/ecomplus-stores/tia-sonia/functions/ssr/package.json +15 -7
  23. package/ecomplus-stores/tia-sonia/functions/ssr/src/pages/_vue.ts +3 -0
  24. package/ecomplus-stores/tia-sonia/functions/ssr/src/scripts/InlineScripts.astro +6 -7
  25. package/ecomplus-stores/tia-sonia/package.json +1 -1
  26. package/package.json +1 -1
  27. package/packages/api/package.json +1 -1
  28. package/packages/apps/correios/package.json +1 -1
  29. package/packages/apps/custom-payment/package.json +1 -1
  30. package/packages/apps/custom-shipping/package.json +1 -1
  31. package/packages/apps/discounts/package.json +1 -1
  32. package/packages/apps/emails/package.json +1 -1
  33. package/packages/apps/frenet/package.json +1 -1
  34. package/packages/apps/galaxpay/package.json +1 -1
  35. package/packages/apps/infinitepay/package.json +1 -1
  36. package/packages/apps/jadlog/package.json +1 -1
  37. package/packages/apps/loyalty-points/CHANGELOG.md +1 -0
  38. package/packages/apps/loyalty-points/README.md +1 -0
  39. package/packages/apps/loyalty-points/events.js +1 -0
  40. package/packages/apps/loyalty-points/lib/functions-lib/get-program-id.d.ts +5 -0
  41. package/packages/apps/loyalty-points/lib/functions-lib/get-program-id.js +20 -0
  42. package/packages/apps/loyalty-points/lib/functions-lib/get-program-id.js.map +1 -0
  43. package/packages/apps/loyalty-points/lib/functions-lib/handle-loyalty-points-event.d.ts +3 -0
  44. package/packages/apps/loyalty-points/lib/functions-lib/handle-loyalty-points-event.js +172 -0
  45. package/packages/apps/loyalty-points/lib/functions-lib/handle-loyalty-points-event.js.map +1 -0
  46. package/packages/apps/loyalty-points/lib/index.d.ts +1 -0
  47. package/packages/apps/loyalty-points/lib/index.js +2 -0
  48. package/packages/apps/loyalty-points/lib/index.js.map +1 -0
  49. package/packages/apps/loyalty-points/lib/loyalty-create-transaction.d.ts +76 -0
  50. package/packages/apps/loyalty-points/lib/loyalty-create-transaction.js +210 -0
  51. package/packages/apps/loyalty-points/lib/loyalty-create-transaction.js.map +1 -0
  52. package/packages/apps/loyalty-points/lib/loyalty-list-payments.d.ts +3 -0
  53. package/packages/apps/loyalty-points/lib/loyalty-list-payments.js +44 -0
  54. package/packages/apps/loyalty-points/lib/loyalty-list-payments.js.map +1 -0
  55. package/packages/apps/loyalty-points/lib/loyalty-points-events.d.ts +4 -0
  56. package/packages/apps/loyalty-points/lib/loyalty-points-events.js +28 -0
  57. package/packages/apps/loyalty-points/lib/loyalty-points-events.js.map +1 -0
  58. package/packages/apps/loyalty-points/lib/loyalty-points.d.ts +77 -0
  59. package/packages/apps/loyalty-points/lib/loyalty-points.js +12 -0
  60. package/packages/apps/loyalty-points/lib/loyalty-points.js.map +1 -0
  61. package/packages/apps/loyalty-points/package.json +32 -0
  62. package/packages/apps/loyalty-points/src/functions-lib/get-program-id.ts +23 -0
  63. package/packages/apps/loyalty-points/src/functions-lib/handle-loyalty-points-event.ts +207 -0
  64. package/packages/apps/loyalty-points/src/index.ts +1 -0
  65. package/packages/apps/loyalty-points/src/loyalty-create-transaction.ts +241 -0
  66. package/packages/apps/loyalty-points/src/loyalty-list-payments.ts +55 -0
  67. package/packages/apps/loyalty-points/src/loyalty-points-events.ts +41 -0
  68. package/packages/apps/loyalty-points/src/loyalty-points.ts +12 -0
  69. package/packages/apps/loyalty-points/tsconfig.json +6 -0
  70. package/packages/apps/mercadopago/package.json +1 -1
  71. package/packages/apps/pagarme/package.json +1 -1
  72. package/packages/apps/pix/package.json +1 -1
  73. package/packages/apps/tiny-erp/package.json +1 -1
  74. package/packages/cli/package.json +1 -1
  75. package/packages/config/package.json +1 -1
  76. package/packages/emails/package.json +1 -1
  77. package/packages/events/lib/firebase.js +2 -0
  78. package/packages/events/lib/firebase.js.map +1 -1
  79. package/packages/events/package.json +2 -1
  80. package/packages/events/src/firebase.ts +2 -0
  81. package/packages/firebase/lib/config.d.ts +4 -0
  82. package/packages/firebase/lib/config.js +8 -0
  83. package/packages/firebase/lib/config.js.map +1 -1
  84. package/packages/firebase/package.json +1 -1
  85. package/packages/firebase/src/config.ts +9 -0
  86. package/packages/i18n/package.json +1 -1
  87. package/packages/modules/lib/firebase/call-app-module.js +12 -0
  88. package/packages/modules/lib/firebase/call-app-module.js.map +1 -1
  89. package/packages/modules/package.json +2 -1
  90. package/packages/modules/src/firebase/call-app-module.ts +12 -0
  91. package/packages/passport/package.json +1 -1
  92. package/packages/ssr/package.json +2 -1
  93. package/packages/storefront/dist/client/HeaderButtons.8acf8a3b.js +1 -0
  94. package/packages/storefront/dist/client/Prices.9099fe99.js +1 -0
  95. package/packages/storefront/dist/client/{ProductCard.f477b7a1.js → ProductCard.7b68cc35.js} +1 -1
  96. package/packages/storefront/dist/client/assets/{_...slug_.15766f41.css → _...slug_.f19a16ca.css} +1 -1
  97. package/packages/storefront/dist/client/assets/server.55b8d73d.css +1 -0
  98. package/packages/storefront/dist/client/chunks/{HeaderButtons.27ab2180.js → HeaderButtons.cbbb059d.js} +1 -1
  99. package/packages/storefront/dist/client/chunks/{LoginForm.36774236.js → LoginForm.ac2f1b1f.js} +1 -1
  100. package/packages/storefront/dist/client/chunks/{Prices.vue_vue_type_script_setup_true_lang.522e4ac4.js → Prices.vue_vue_type_script_setup_true_lang.c37148c1.js} +1 -1
  101. package/packages/storefront/dist/client/chunks/{_plugin-vue_export-helper.979dc9e3.js → _plugin-vue_export-helper.5ccc5d75.js} +1 -1
  102. package/packages/storefront/dist/client/chunks/{runtime-core.esm-bundler.6c012e5d.js → runtime-core.esm-bundler.d5646b29.js} +1 -1
  103. package/packages/storefront/dist/client/client.9783ef49.js +1 -0
  104. package/packages/storefront/dist/client/sw.js +1 -1
  105. package/packages/storefront/dist/server/entry.mjs +1544 -28
  106. package/packages/storefront/package.json +1 -1
  107. package/packages/storefront/src/lib/pages/_vue.ts +1 -1
  108. package/packages/types/package.json +1 -1
  109. package/packages/storefront/dist/client/HeaderButtons.f1c92fd8.js +0 -1
  110. package/packages/storefront/dist/client/Prices.795d082c.js +0 -1
  111. package/packages/storefront/dist/client/assets/server.4d9646d8.css +0 -1
  112. package/packages/storefront/dist/client/client.8b4e336b.js +0 -1
@@ -1,5 +1,5 @@
1
1
  import { performance } from 'node:perf_hooks';
2
- import { setTimeout as setTimeout$2, clearTimeout as clearTimeout$1 } from 'node:timers';
2
+ import { setTimeout as setTimeout$2, clearTimeout as clearTimeout$2 } from 'node:timers';
3
3
  import { bootstrap } from 'global-agent';
4
4
  import nodeFetch, { Headers as Headers$1, Request as Request$1, Response as Response$1 } from 'node-fetch';
5
5
  import Stream from 'node:stream';
@@ -16,15 +16,16 @@ import { fileURLToPath } from 'url';
16
16
  import http from 'http';
17
17
  import https from 'https';
18
18
  import send from 'send';
19
- import { defineComponent, computed, unref, useSSRContext, h as h$2, createSSRApp, mergeProps, createVNode as createVNode$1, resolveDynamicComponent, withCtx, createTextVNode, toDisplayString, toRefs, ref, watch, toRef, defineAsyncComponent, renderSlot as renderSlot$1, openBlock, createBlock, Fragment as Fragment$1, createCommentVNode, renderList, reactive, resolveComponent, resolveDirective, withDirectives } from 'vue';
20
- import { ssrRenderSlotInner, renderToString as renderToString$1, ssrRenderAttrs, ssrRenderSlot, ssrRenderVNode, ssrInterpolate, ssrRenderList, ssrRenderAttr, ssrRenderComponent, ssrRenderClass, ssrIncludeBooleanAttr, ssrGetDirectiveProps } from 'vue/server-renderer';
19
+ import { defineComponent, useSSRContext, resolveComponent, mergeProps, withCtx, openBlock, createBlock, toDisplayString, createVNode as createVNode$1, ref, createApp as createApp$1, h as h$2, computed, unref, createSSRApp, resolveDynamicComponent, createTextVNode, toRefs, watch, toRef, defineAsyncComponent, renderSlot as renderSlot$1, Fragment as Fragment$1, createCommentVNode, renderList, reactive, resolveDirective, withDirectives } from 'vue';
20
+ import { ssrRenderAttrs, ssrRenderStyle, ssrRenderSlot, ssrRenderComponent, ssrInterpolate, ssrRenderSlotInner, renderToString as renderToString$1, ssrRenderVNode, ssrRenderList, ssrRenderAttr, ssrRenderClass, ssrIncludeBooleanAttr, ssrGetDirectiveProps } from 'vue/server-renderer';
21
21
  import { i18n, formatMoney, img, price, onPromotion } from '@ecomplus/utils';
22
- import { VTooltip } from 'floating-vue';
22
+ import { offset, autoPlacement, shift, flip, arrow, size, computePosition, getScrollParents } from '@floating-ui/dom';
23
+ import { ResizeObserver as ResizeObserver$1 } from 'vue-resize';
23
24
  /* empty css */import sizeOf from 'image-size';
24
25
  import fs$1 from 'node:fs/promises';
25
26
  import { fileURLToPath as fileURLToPath$1 } from 'node:url';
26
27
  import api from '@cloudcommerce/api';
27
- import config from '@cloudcommerce/config';
28
+ import config$1 from '@cloudcommerce/config';
28
29
  import 'http-cache-semantics';
29
30
  import 'node:os';
30
31
  import 'node:path';
@@ -5630,7 +5631,7 @@ set(...a){x$1('set',arguments,2);var b=[],c=!0;a=f$1(...a);this.#d.forEach(d=>{d
5630
5631
  function u(u,D){for(var t=0;t<D.length;t++){var F=D[t];F.enumerable=F.enumerable||!1,F.configurable=!0,"value"in F&&(F.writable=!0),Object.defineProperty(u,F.key,F);}}function D(D,t,F){return t&&u(D.prototype,t),F&&u(D,F),D}function t(u,D){(null==D||D>u.length)&&(D=u.length);for(var t=0,F=new Array(D);t<D;t++)F[t]=u[t];return F}function F(u,D){var F="undefined"!=typeof Symbol&&u[Symbol.iterator]||u["@@iterator"];if(F)return (F=F.call(u)).next.bind(F);if(Array.isArray(u)||(F=function(u,D){if(u){if("string"==typeof u)return t(u,D);var F=Object.prototype.toString.call(u).slice(8,-1);return "Object"===F&&u.constructor&&(F=u.constructor.name),"Map"===F||"Set"===F?Array.from(u):"Arguments"===F||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(F)?t(u,D):void 0}}(u))||D&&u&&"number"==typeof u.length){F&&(u=F);var e=0;return function(){return e>=u.length?{done:!0}:{done:!1,value:u[e++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var e=/(?:[\$A-Z_a-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08C7\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\u9FFC\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7BF\uA7C2-\uA7CA\uA7F5-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82C[\uDC00-\uDD1E\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDEC0-\uDEEB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDD\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])/,C=/(?:[\$0-9A-Z_a-z\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05EF-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u07FD\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08C7\u08D3-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u09FE\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D81-\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1878\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1ABF\u1AC0\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CD0-\u1CD2\u1CD4-\u1CFA\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\u9FFC\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7BF\uA7C2-\uA7CA\uA7F5-\uA827\uA82C\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD27\uDD30-\uDD39\uDE80-\uDEA9\uDEAB\uDEAC\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF50\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD44-\uDD47\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDC9-\uDDCC\uDDCE-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3B-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC5E-\uDC61\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB8\uDEC0-\uDEC9\uDF00-\uDF1A\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDC00-\uDC3A\uDCA0-\uDCE9\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD35\uDD37\uDD38\uDD3B-\uDD43\uDD50-\uDD59\uDDA0-\uDDA7\uDDAA-\uDDD7\uDDDA-\uDDE1\uDDE3\uDDE4\uDE00-\uDE3E\uDE47\uDE50-\uDE99\uDE9D\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD8E\uDD90\uDD91\uDD93-\uDD98\uDDA0-\uDDA9\uDEE0-\uDEF6\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF4F-\uDF87\uDF8F-\uDF9F\uDFE0\uDFE1\uDFE3\uDFE4\uDFF0\uDFF1]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82C[\uDC00-\uDD1E\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A\uDD00-\uDD2C\uDD30-\uDD3D\uDD40-\uDD49\uDD4E\uDEC0-\uDEF9]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4B\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD83E[\uDFF0-\uDFF9]|\uD869[\uDC00-\uDEDD\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A]|\uDB40[\uDD00-\uDDEF])/;function A(u,D){return (D?/^[\x00-\xFF]*$/:/^[\x00-\x7F]*$/).test(u)}function E(u,D){void 0===D&&(D=!1);for(var t=[],F=0;F<u.length;){var E=u[F],n=function(e){if(!D)throw new TypeError(e);t.push({type:"INVALID_CHAR",index:F,value:u[F++]});};if("*"!==E)if("+"!==E&&"?"!==E)if("\\"!==E)if("{"!==E)if("}"!==E)if(":"!==E)if("("!==E)t.push({type:"CHAR",index:F,value:u[F++]});else {var r=1,i="",s=F+1,a=!1;if("?"===u[s]){n('Pattern cannot start with "?" at '+s);continue}for(;s<u.length;){if(!A(u[s],!1)){n("Invalid character '"+u[s]+"' at "+s+"."),a=!0;break}if("\\"!==u[s]){if(")"===u[s]){if(0==--r){s++;break}}else if("("===u[s]&&(r++,"?"!==u[s+1])){n("Capturing groups are not allowed at "+s),a=!0;break}i+=u[s++];}else i+=u[s++]+u[s++];}if(a)continue;if(r){n("Unbalanced pattern at "+F);continue}if(!i){n("Missing pattern at "+F);continue}t.push({type:"PATTERN",index:F,value:i}),F=s;}else {for(var B="",o=F+1;o<u.length;){var h=u.substr(o,1);if(!(o===F+1&&e.test(h)||o!==F+1&&C.test(h)))break;B+=u[o++];}if(!B){n("Missing parameter name at "+F);continue}t.push({type:"NAME",index:F,value:B}),F=o;}else t.push({type:"CLOSE",index:F,value:u[F++]});else t.push({type:"OPEN",index:F,value:u[F++]});else t.push({type:"ESCAPED_CHAR",index:F++,value:u[F++]});else t.push({type:"MODIFIER",index:F,value:u[F++]});else t.push({type:"ASTERISK",index:F,value:u[F++]});}return t.push({type:"END",index:F,value:""}),t}function n(u,D){void 0===D&&(D={});for(var t=E(u),F=D.prefixes,e=void 0===F?"./":F,C="[^"+r(D.delimiter||"/#?")+"]+?",A=[],n=0,i=0,s="",a=new Set,B=function(u){if(i<t.length&&t[i].type===u)return t[i++].value},o=function(){return B("MODIFIER")||B("ASTERISK")},h=function(u){var D=B(u);if(void 0!==D)return D;var F=t[i];throw new TypeError("Unexpected "+F.type+" at "+F.index+", expected "+u)},p=function(){for(var u,D="";u=B("CHAR")||B("ESCAPED_CHAR");)D+=u;return D},c=D.encodePart||function(u){return u};i<t.length;){var f=B("CHAR"),l=B("NAME"),m=B("PATTERN");if(l||m||!B("ASTERISK")||(m=".*"),l||m){var d=f||"";-1===e.indexOf(d)&&(s+=d,d=""),s&&(A.push(c(s)),s="");var g=l||n++;if(a.has(g))throw new TypeError("Duplicate name '"+g+"'.");a.add(g),A.push({name:g,prefix:c(d),suffix:"",pattern:m||C,modifier:o()||""});}else {var x=f||B("ESCAPED_CHAR");if(x)s+=x;else if(B("OPEN")){var S=p(),v=B("NAME")||"",y=B("PATTERN")||"";v||y||!B("ASTERISK")||(y=".*");var R=p();h("CLOSE");var k=o()||"";if(!v&&!y&&!k){s+=S;continue}if(!v&&!y&&!S)continue;s&&(A.push(c(s)),s=""),A.push({name:v||(y?n++:""),pattern:v&&!y?C:y,prefix:c(S),suffix:c(R),modifier:k});}else s&&(A.push(c(s)),s=""),h("END");}}return A}function r(u){return u.replace(/([.+*?^${}()[\]|/\\])/g,"\\$1")}function i(u){return u&&u.sensitive?"u":"ui"}function s(u,D,t){void 0===t&&(t={});for(var e,C=t.strict,A=void 0!==C&&C,E=t.start,n=void 0===E||E,s=t.end,a=void 0===s||s,B=t.encode,o=void 0===B?function(u){return u}:B,h="["+r(t.endsWith||"")+"]|$",p="["+r(t.delimiter||"/#?")+"]",c=n?"^":"",f=F(u);!(e=f()).done;){var l=e.value;if("string"==typeof l)c+=r(o(l));else {var m=r(o(l.prefix)),d=r(o(l.suffix));l.pattern?(D&&D.push(l),c+=m||d?"+"===l.modifier||"*"===l.modifier?"(?:"+m+"((?:"+l.pattern+")(?:"+d+m+"(?:"+l.pattern+"))*)"+d+")"+("*"===l.modifier?"?":""):"(?:"+m+"("+l.pattern+")"+d+")"+l.modifier:"+"===l.modifier||"*"===l.modifier?"((?:"+l.pattern+")"+l.modifier+")":"("+l.pattern+")"+l.modifier):c+="(?:"+m+d+")"+l.modifier;}}if(a)A||(c+=p+"?"),c+=t.endsWith?"(?="+h+")":"$";else {var g=u[u.length-1],x="string"==typeof g?p.indexOf(g[g.length-1])>-1:void 0===g;A||(c+="(?:"+p+"(?="+h+"))?"),x||(c+="(?="+p+"|"+h+")");}return new RegExp(c,i(t))}function a(u,D,t){return u instanceof RegExp?function(u,D){if(!D)return u;for(var t=/\((?:\?<(.*?)>)?(?!\?)/g,F=0,e=t.exec(u.source);e;)D.push({name:e[1]||F++,prefix:"",suffix:"",modifier:"",pattern:""}),e=t.exec(u.source);return u}(u,D):Array.isArray(u)?function(u,D,t){var F=u.map(function(u){return a(u,D,t).source});return new RegExp("(?:"+F.join("|")+")",i(t))}(u,D,t):function(u,D,t){return s(n(u,t),D,t)}(u,D,t)}var B={delimiter:"",prefixes:"",sensitive:!0,strict:!0},o={delimiter:".",prefixes:"",sensitive:!0,strict:!0},h={delimiter:"/",prefixes:"/",sensitive:!0,strict:!0};function p(u,D){return u.startsWith(D)?u.substring(D.length,u.length):u}function c(u){return !(!u||u.length<2||"["!==u[0]&&("\\"!==u[0]&&"{"!==u[0]||"["!==u[1]))}var f,l=["ftp","file","http","https","ws","wss"];function m(u){if(!u)return !0;for(var D,t=F(l);!(D=t()).done;)if(u.test(D.value))return !0;return !1}function d(u){switch(u){case"ws":case"http":return "80";case"wws":case"https":return "443";case"ftp":return "21";default:return ""}}function g(u){if(""===u)return u;if(/^[-+.A-Za-z0-9]*$/.test(u))return u.toLowerCase();throw new TypeError("Invalid protocol '"+u+"'.")}function x(u){if(""===u)return u;var D=new URL("https://example.com");return D.username=u,D.username}function S(u){if(""===u)return u;var D=new URL("https://example.com");return D.password=u,D.password}function v(u){if(""===u)return u;if(/[\t\n\r #%/:<>?@[\]^\\|]/g.test(u))throw new TypeError("Invalid hostname '"+u+"'");var D=new URL("https://example.com");return D.hostname=u,D.hostname}function y(u){if(""===u)return u;if(/[^0-9a-fA-F[\]:]/g.test(u))throw new TypeError("Invalid IPv6 hostname '"+u+"'");return u.toLowerCase()}function R(u){if(""===u)return u;if(/^[0-9]*$/.test(u)&&parseInt(u)<=65535)return u;throw new TypeError("Invalid port '"+u+"'.")}function k(u){if(""===u)return u;var D=new URL("https://example.com");return D.pathname="/"!==u[0]?"/-"+u:u,"/"!==u[0]?D.pathname.substring(2,D.pathname.length):D.pathname}function w(u){return ""===u?u:new URL("data:"+u).pathname}function P(u){if(""===u)return u;var D=new URL("https://example.com");return D.search=u,D.search.substring(1,D.search.length)}function T(u){if(""===u)return u;var D=new URL("https://example.com");return D.hash=u,D.hash.substring(1,D.hash.length)}!function(u){u[u.INIT=0]="INIT",u[u.PROTOCOL=1]="PROTOCOL",u[u.AUTHORITY=2]="AUTHORITY",u[u.USERNAME=3]="USERNAME",u[u.PASSWORD=4]="PASSWORD",u[u.HOSTNAME=5]="HOSTNAME",u[u.PORT=6]="PORT",u[u.PATHNAME=7]="PATHNAME",u[u.SEARCH=8]="SEARCH",u[u.HASH=9]="HASH",u[u.DONE=10]="DONE";}(f||(f={}));var b=function(){function u(u){this.input=void 0,this.tokenList=[],this.internalResult={},this.tokenIndex=0,this.tokenIncrement=1,this.componentStart=0,this.state=f.INIT,this.groupDepth=0,this.hostnameIPv6BracketDepth=0,this.shouldTreatAsStandardURL=!1,this.input=u;}var t=u.prototype;return t.parse=function(){for(this.tokenList=E(this.input,!0);this.tokenIndex<this.tokenList.length;this.tokenIndex+=this.tokenIncrement){if(this.tokenIncrement=1,"END"===this.tokenList[this.tokenIndex].type){if(this.state===f.INIT){this.rewind(),this.isHashPrefix()?this.changeState(f.HASH,1):this.isSearchPrefix()?(this.changeState(f.SEARCH,1),this.internalResult.hash=""):(this.changeState(f.PATHNAME,0),this.internalResult.search="",this.internalResult.hash="");continue}if(this.state===f.AUTHORITY){this.rewindAndSetState(f.HOSTNAME);continue}this.changeState(f.DONE,0);break}if(this.groupDepth>0){if(!this.isGroupClose())continue;this.groupDepth-=1;}if(this.isGroupOpen())this.groupDepth+=1;else switch(this.state){case f.INIT:this.isProtocolSuffix()&&(this.internalResult.username="",this.internalResult.password="",this.internalResult.hostname="",this.internalResult.port="",this.internalResult.pathname="",this.internalResult.search="",this.internalResult.hash="",this.rewindAndSetState(f.PROTOCOL));break;case f.PROTOCOL:if(this.isProtocolSuffix()){this.computeShouldTreatAsStandardURL();var u=f.PATHNAME,D=1;this.shouldTreatAsStandardURL&&(this.internalResult.pathname="/"),this.nextIsAuthoritySlashes()?(u=f.AUTHORITY,D=3):this.shouldTreatAsStandardURL&&(u=f.AUTHORITY),this.changeState(u,D);}break;case f.AUTHORITY:this.isIdentityTerminator()?this.rewindAndSetState(f.USERNAME):(this.isPathnameStart()||this.isSearchPrefix()||this.isHashPrefix())&&this.rewindAndSetState(f.HOSTNAME);break;case f.USERNAME:this.isPasswordPrefix()?this.changeState(f.PASSWORD,1):this.isIdentityTerminator()&&this.changeState(f.HOSTNAME,1);break;case f.PASSWORD:this.isIdentityTerminator()&&this.changeState(f.HOSTNAME,1);break;case f.HOSTNAME:this.isIPv6Open()?this.hostnameIPv6BracketDepth+=1:this.isIPv6Close()&&(this.hostnameIPv6BracketDepth-=1),this.isPortPrefix()&&!this.hostnameIPv6BracketDepth?this.changeState(f.PORT,1):this.isPathnameStart()?this.changeState(f.PATHNAME,0):this.isSearchPrefix()?this.changeState(f.SEARCH,1):this.isHashPrefix()&&this.changeState(f.HASH,1);break;case f.PORT:this.isPathnameStart()?this.changeState(f.PATHNAME,0):this.isSearchPrefix()?this.changeState(f.SEARCH,1):this.isHashPrefix()&&this.changeState(f.HASH,1);break;case f.PATHNAME:this.isSearchPrefix()?this.changeState(f.SEARCH,1):this.isHashPrefix()&&this.changeState(f.HASH,1);break;case f.SEARCH:this.isHashPrefix()&&this.changeState(f.HASH,1);}}},t.changeState=function(u,D){switch(this.state){case f.INIT:break;case f.PROTOCOL:this.internalResult.protocol=this.makeComponentString();break;case f.AUTHORITY:break;case f.USERNAME:this.internalResult.username=this.makeComponentString();break;case f.PASSWORD:this.internalResult.password=this.makeComponentString();break;case f.HOSTNAME:this.internalResult.hostname=this.makeComponentString();break;case f.PORT:this.internalResult.port=this.makeComponentString();break;case f.PATHNAME:this.internalResult.pathname=this.makeComponentString();break;case f.SEARCH:this.internalResult.search=this.makeComponentString();break;case f.HASH:this.internalResult.hash=this.makeComponentString();}this.changeStateWithoutSettingComponent(u,D);},t.changeStateWithoutSettingComponent=function(u,D){this.state=u,this.componentStart=this.tokenIndex+D,this.tokenIndex+=D,this.tokenIncrement=0;},t.rewind=function(){this.tokenIndex=this.componentStart,this.tokenIncrement=0;},t.rewindAndSetState=function(u){this.rewind(),this.state=u;},t.safeToken=function(u){return u<0&&(u=this.tokenList.length-u),u<this.tokenList.length?this.tokenList[u]:this.tokenList[this.tokenList.length-1]},t.isNonSpecialPatternChar=function(u,D){var t=this.safeToken(u);return t.value===D&&("CHAR"===t.type||"ESCAPED_CHAR"===t.type||"INVALID_CHAR"===t.type)},t.isProtocolSuffix=function(){return this.isNonSpecialPatternChar(this.tokenIndex,":")},t.nextIsAuthoritySlashes=function(){return this.isNonSpecialPatternChar(this.tokenIndex+1,"/")&&this.isNonSpecialPatternChar(this.tokenIndex+2,"/")},t.isIdentityTerminator=function(){return this.isNonSpecialPatternChar(this.tokenIndex,"@")},t.isPasswordPrefix=function(){return this.isNonSpecialPatternChar(this.tokenIndex,":")},t.isPortPrefix=function(){return this.isNonSpecialPatternChar(this.tokenIndex,":")},t.isPathnameStart=function(){return this.isNonSpecialPatternChar(this.tokenIndex,"/")},t.isSearchPrefix=function(){if(this.isNonSpecialPatternChar(this.tokenIndex,"?"))return !0;if("?"!==this.tokenList[this.tokenIndex].value)return !1;var u=this.safeToken(this.tokenIndex-1);return "NAME"!==u.type&&"PATTERN"!==u.type&&"CLOSE"!==u.type&&"ASTERISK"!==u.type},t.isHashPrefix=function(){return this.isNonSpecialPatternChar(this.tokenIndex,"#")},t.isGroupOpen=function(){return "OPEN"==this.tokenList[this.tokenIndex].type},t.isGroupClose=function(){return "CLOSE"==this.tokenList[this.tokenIndex].type},t.isIPv6Open=function(){return this.isNonSpecialPatternChar(this.tokenIndex,"[")},t.isIPv6Close=function(){return this.isNonSpecialPatternChar(this.tokenIndex,"]")},t.makeComponentString=function(){var u=this.tokenList[this.tokenIndex],D=this.safeToken(this.componentStart).index;return this.input.substring(D,u.index)},t.computeShouldTreatAsStandardURL=function(){var u={};Object.assign(u,B),u.encodePart=g;var D=a(this.makeComponentString(),void 0,u);this.shouldTreatAsStandardURL=m(D);},D(u,[{key:"result",get:function(){return this.internalResult}}]),u}(),I=["protocol","username","password","hostname","port","pathname","search","hash"];function O(u,D){if("string"!=typeof u)throw new TypeError("parameter 1 is not of type 'string'.");var t=new URL(u,D);return {protocol:t.protocol.substring(0,t.protocol.length-1),username:t.username,password:t.password,hostname:t.hostname,port:t.port,pathname:t.pathname,search:""!=t.search?t.search.substring(1,t.search.length):void 0,hash:""!=t.hash?t.hash.substring(1,t.hash.length):void 0}}function H(u,D,t){var F;if("string"==typeof D.baseURL)try{F=new URL(D.baseURL),u.protocol=F.protocol?F.protocol.substring(0,F.protocol.length-1):"",u.username=F.username,u.password=F.password,u.hostname=F.hostname,u.port=F.port,u.pathname=F.pathname,u.search=F.search?F.search.substring(1,F.search.length):"",u.hash=F.hash?F.hash.substring(1,F.hash.length):"";}catch(u){throw new TypeError("invalid baseURL '"+D.baseURL+"'.")}if("string"==typeof D.protocol&&(u.protocol=function(u,D){var t;return u=(t=u).endsWith(":")?t.substr(0,t.length-":".length):t,D||""===u?u:g(u)}(D.protocol,t)),"string"==typeof D.username&&(u.username=function(u,D){if(D||""===u)return u;var t=new URL("https://example.com");return t.username=u,t.username}(D.username,t)),"string"==typeof D.password&&(u.password=function(u,D){if(D||""===u)return u;var t=new URL("https://example.com");return t.password=u,t.password}(D.password,t)),"string"==typeof D.hostname&&(u.hostname=function(u,D){return D||""===u?u:c(u)?y(u):v(u)}(D.hostname,t)),"string"==typeof D.port&&(u.port=function(u,D,t){return d(D)===u&&(u=""),t||""===u?u:R(u)}(D.port,u.protocol,t)),"string"==typeof D.pathname){if(u.pathname=D.pathname,F&&!function(u,D){return !(!u.length||"/"!==u[0]&&(!D||u.length<2||"\\"!=u[0]&&"{"!=u[0]||"/"!=u[1]))}(u.pathname,t)){var e=F.pathname.lastIndexOf("/");e>=0&&(u.pathname=F.pathname.substring(0,e+1)+u.pathname);}u.pathname=function(u,D,t){if(t||""===u)return u;if(D&&!l.includes(D))return new URL(D+":"+u).pathname;var F="/"==u[0];return u=new URL(F?u:"/-"+u,"https://example.com").pathname,F||(u=u.substring(2,u.length)),u}(u.pathname,u.protocol,t);}return "string"==typeof D.search&&(u.search=function(u,D){if(u=p(u,"?"),D||""===u)return u;var t=new URL("https://example.com");return t.search=u,t.search?t.search.substring(1,t.search.length):""}(D.search,t)),"string"==typeof D.hash&&(u.hash=function(u,D){if(u=p(u,"#"),D||""===u)return u;var t=new URL("https://example.com");return t.hash=u,t.hash?t.hash.substring(1,t.hash.length):""}(D.hash,t)),u}function N(u){return u.replace(/([+*?:{}()\\])/g,"\\$1")}function L(u,D){for(var t="[^"+(D.delimiter||"/#?").replace(/([.+*?^${}()[\]|/\\])/g,"\\$1")+"]+?",F=/(?:[\$0-9A-Z_a-z\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05EF-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u07FD\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08C7\u08D3-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u09FE\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D81-\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1878\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1ABF\u1AC0\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CD0-\u1CD2\u1CD4-\u1CFA\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\u9FFC\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7BF\uA7C2-\uA7CA\uA7F5-\uA827\uA82C\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD27\uDD30-\uDD39\uDE80-\uDEA9\uDEAB\uDEAC\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF50\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD44-\uDD47\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDC9-\uDDCC\uDDCE-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3B-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC5E-\uDC61\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB8\uDEC0-\uDEC9\uDF00-\uDF1A\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDC00-\uDC3A\uDCA0-\uDCE9\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD35\uDD37\uDD38\uDD3B-\uDD43\uDD50-\uDD59\uDDA0-\uDDA7\uDDAA-\uDDD7\uDDDA-\uDDE1\uDDE3\uDDE4\uDE00-\uDE3E\uDE47\uDE50-\uDE99\uDE9D\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD8E\uDD90\uDD91\uDD93-\uDD98\uDDA0-\uDDA9\uDEE0-\uDEF6\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF4F-\uDF87\uDF8F-\uDF9F\uDFE0\uDFE1\uDFE3\uDFE4\uDFF0\uDFF1]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82C[\uDC00-\uDD1E\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A\uDD00-\uDD2C\uDD30-\uDD3D\uDD40-\uDD49\uDD4E\uDEC0-\uDEF9]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4B\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD83E[\uDFF0-\uDFF9]|\uD869[\uDC00-\uDEDD\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A]|\uDB40[\uDD00-\uDDEF])/,e="",C=0;C<u.length;++C){var A=u[C],E=C>0?u[C-1]:null,n=C<u.length-1?u[C+1]:null;if("string"!=typeof A)if(""!==A.pattern){var r="number"!=typeof A.name,i=void 0!==D.prefixes?D.prefixes:"./",s=""!==A.suffix||""!==A.prefix&&(1!==A.prefix.length||!i.includes(A.prefix));s||!r||A.pattern!==t||""!==A.modifier||!n||n.prefix||n.suffix||(s="string"==typeof n?F.test(n.length>0?n[0]:""):"number"==typeof n.name),!s&&""===A.prefix&&E&&"string"==typeof E&&E.length>0&&(s=i.includes(E[E.length-1])),s&&(e+="{"),e+=N(A.prefix),r&&(e+=":"+A.name),".*"===A.pattern?e+=r||E&&"string"!=typeof E&&!E.modifier&&!s&&""===A.prefix?"(.*)":"*":A.pattern===t?r||(e+="("+t+")"):e+="("+A.pattern+")",A.pattern===t&&r&&""!==A.suffix&&F.test(A.suffix[0])&&(e+="\\"),e+=N(A.suffix),s&&(e+="}"),e+=A.modifier;}else {if(""===A.modifier){e+=N(A.prefix);continue}e+="{"+N(A.prefix)+"}"+A.modifier;}else e+=N(A);}return e}var U=function(){function u(u,D){void 0===u&&(u={}),this.pattern=void 0,this.regexp={},this.keys={},this.component_pattern={};try{if("string"==typeof u){var t=new b(u);if(t.parse(),u=t.result,D){if("string"!=typeof D)throw new TypeError("'baseURL' parameter is not of type 'string'.");u.baseURL=D;}else if("string"!=typeof u.protocol)throw new TypeError("A base URL must be provided for a relative constructor string.")}else if(D)throw new TypeError("parameter 1 is not of type 'string'.");if(!u||"object"!=typeof u)throw new TypeError("parameter 1 is not of type 'string' and cannot convert to dictionary.");var e;this.pattern=H({pathname:"*",protocol:"*",username:"*",password:"*",hostname:"*",port:"*",search:"*",hash:"*"},u,!0),d(this.pattern.protocol)===this.pattern.port&&(this.pattern.port="");for(var C,A=F(I);!(C=A()).done;)if((e=C.value)in this.pattern){var E={},r=this.pattern[e];switch(this.keys[e]=[],e){case"protocol":Object.assign(E,B),E.encodePart=g;break;case"username":Object.assign(E,B),E.encodePart=x;break;case"password":Object.assign(E,B),E.encodePart=S;break;case"hostname":Object.assign(E,o),E.encodePart=c(r)?y:v;break;case"port":Object.assign(E,B),E.encodePart=R;break;case"pathname":m(this.regexp.protocol)?(Object.assign(E,h),E.encodePart=k):(Object.assign(E,B),E.encodePart=w);break;case"search":Object.assign(E,B),E.encodePart=P;break;case"hash":Object.assign(E,B),E.encodePart=T;}try{var i=n(r,E);this.regexp[e]=s(i,this.keys[e],E),this.component_pattern[e]=L(i,E);}catch(u){throw new TypeError("invalid "+e+" pattern '"+this.pattern[e]+"'.")}}}catch(u){throw new TypeError("Failed to construct 'URLPattern': "+u.message)}}var t=u.prototype;return t.test=function(u,D){void 0===u&&(u={});var t,F={pathname:"",protocol:"",username:"",password:"",hostname:"",port:"",search:"",hash:""};if("string"!=typeof u&&D)throw new TypeError("parameter 1 is not of type 'string'.");if(void 0===u)return !1;try{F=H(F,"object"==typeof u?u:O(u,D),!1);}catch(u){return !1}for(t in this.pattern)if(!this.regexp[t].exec(F[t]))return !1;return !0},t.exec=function(u,D){void 0===u&&(u={});var t={pathname:"",protocol:"",username:"",password:"",hostname:"",port:"",search:"",hash:""};if("string"!=typeof u&&D)throw new TypeError("parameter 1 is not of type 'string'.");if(void 0!==u){try{t=H(t,"object"==typeof u?u:O(u,D),!1);}catch(u){return null}var e,C={};for(e in C.inputs=D?[u,D]:[u],this.pattern){var A=this.regexp[e].exec(t[e]);if(!A)return null;for(var E,n={},r=F(this.keys[e].entries());!(E=r()).done;){var i=E.value,s=i[1];"string"!=typeof s.name&&"number"!=typeof s.name||(n[s.name]=A[i[0]+1]||"");}C[e]={input:t[e]||"",groups:n};}return C}},D(u,[{key:"protocol",get:function(){return this.component_pattern.protocol}},{key:"username",get:function(){return this.component_pattern.username}},{key:"password",get:function(){return this.component_pattern.password}},{key:"hostname",get:function(){return this.component_pattern.hostname}},{key:"port",get:function(){return this.component_pattern.port}},{key:"pathname",get:function(){return this.component_pattern.pathname}},{key:"search",get:function(){return this.component_pattern.search}},{key:"hash",get:function(){return this.component_pattern.hash}}]),u}();
5631
5632
 
5632
5633
  const INTERNAL$2 = { tick: 0, pool: new Map() };
5633
- function requestAnimationFrame(callback) {
5634
+ function requestAnimationFrame$1(callback) {
5634
5635
  if (!INTERNAL$2.pool.size) {
5635
5636
  setTimeout$2(() => {
5636
5637
  const next = __performance_now();
@@ -5648,7 +5649,7 @@ function requestAnimationFrame(callback) {
5648
5649
  function cancelAnimationFrame(requestId) {
5649
5650
  const timeout = INTERNAL$2.pool.get(requestId);
5650
5651
  if (timeout) {
5651
- clearTimeout$1(timeout);
5652
+ clearTimeout$2(timeout);
5652
5653
  INTERNAL$2.pool.delete(requestId);
5653
5654
  }
5654
5655
  }
@@ -5876,7 +5877,7 @@ function requestIdleCallback(callback) {
5876
5877
  function cancelIdleCallback(requestId) {
5877
5878
  const timeout = INTERNAL$1.pool.get(requestId);
5878
5879
  if (timeout) {
5879
- clearTimeout$1(timeout);
5880
+ clearTimeout$2(timeout);
5880
5881
  INTERNAL$1.pool.delete(requestId);
5881
5882
  }
5882
5883
  }
@@ -6127,10 +6128,10 @@ function setTimeout$1(callback, delay = 0, ...args) {
6127
6128
  INTERNAL.pool.set(tick, timeout);
6128
6129
  return tick;
6129
6130
  }
6130
- function clearTimeout(timeoutId) {
6131
+ function clearTimeout$1(timeoutId) {
6131
6132
  const timeout = INTERNAL.pool.get(timeoutId);
6132
6133
  if (timeout) {
6133
- clearTimeout$1(timeout);
6134
+ clearTimeout$2(timeout);
6134
6135
  INTERNAL.pool.delete(timeoutId);
6135
6136
  }
6136
6137
  }
@@ -6424,7 +6425,7 @@ const initCustomElementRegistry = (target, exclude) => {
6424
6425
  });
6425
6426
  };
6426
6427
 
6427
- class Element extends Node {
6428
+ class Element$1 extends Node {
6428
6429
  constructor() {
6429
6430
  super();
6430
6431
  if (INTERNALS.has(new.target)) {
@@ -6498,7 +6499,7 @@ class Element extends Node {
6498
6499
  .localName.toUpperCase();
6499
6500
  }
6500
6501
  }
6501
- class HTMLElement$1 extends Element {
6502
+ class HTMLElement$1 extends Element$1 {
6502
6503
  }
6503
6504
  class HTMLBodyElement extends HTMLElement$1 {
6504
6505
  }
@@ -6516,7 +6517,7 @@ class HTMLTemplateElement extends HTMLElement$1 {
6516
6517
  }
6517
6518
  class HTMLUnknownElement extends HTMLElement$1 {
6518
6519
  }
6519
- allowStringTag(Element);
6520
+ allowStringTag(Element$1);
6520
6521
  allowStringTag(HTMLElement$1);
6521
6522
  allowStringTag(HTMLBodyElement);
6522
6523
  allowStringTag(HTMLDivElement);
@@ -7050,7 +7051,7 @@ const polyfill = (target, options) => {
7050
7051
  Document,
7051
7052
  DocumentFragment,
7052
7053
  DOMException,
7053
- Element,
7054
+ Element: Element$1,
7054
7055
  Event,
7055
7056
  EventTarget,
7056
7057
  File,
@@ -7102,9 +7103,9 @@ const polyfill = (target, options) => {
7102
7103
  btoa,
7103
7104
  cancelAnimationFrame,
7104
7105
  cancelIdleCallback,
7105
- clearTimeout,
7106
+ clearTimeout: clearTimeout$1,
7106
7107
  fetch: fetch$1,
7107
- requestAnimationFrame,
7108
+ requestAnimationFrame: requestAnimationFrame$1,
7108
7109
  requestIdleCallback,
7109
7110
  setTimeout: setTimeout$1,
7110
7111
  structuredClone,
@@ -10870,6 +10871,1529 @@ const adapter = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
10870
10871
  start
10871
10872
  }, Symbol.toStringTag, { value: 'Module' }));
10872
10873
 
10874
+ let supportsPassive = false;
10875
+ if (typeof window !== "undefined") {
10876
+ supportsPassive = false;
10877
+ try {
10878
+ const opts = Object.defineProperty({}, "passive", {
10879
+ get() {
10880
+ supportsPassive = true;
10881
+ }
10882
+ });
10883
+ window.addEventListener("test", null, opts);
10884
+ } catch (e) {
10885
+ }
10886
+ }
10887
+ let isIOS = false;
10888
+ if (typeof window !== "undefined" && typeof navigator !== "undefined") {
10889
+ isIOS = /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream;
10890
+ }
10891
+
10892
+ const placements = ["auto", "top", "bottom", "left", "right"].reduce((acc, base) => acc.concat([
10893
+ base,
10894
+ `${base}-start`,
10895
+ `${base}-end`
10896
+ ]), []);
10897
+
10898
+ const SHOW_EVENT_MAP = {
10899
+ hover: "mouseenter",
10900
+ focus: "focus",
10901
+ click: "click",
10902
+ touch: "touchstart"
10903
+ };
10904
+ const HIDE_EVENT_MAP = {
10905
+ hover: "mouseleave",
10906
+ focus: "blur",
10907
+ click: "click",
10908
+ touch: "touchend"
10909
+ };
10910
+
10911
+ function removeFromArray(array, item) {
10912
+ const index = array.indexOf(item);
10913
+ if (index !== -1) {
10914
+ array.splice(index, 1);
10915
+ }
10916
+ }
10917
+
10918
+ function nextFrame() {
10919
+ return new Promise((resolve) => requestAnimationFrame(() => {
10920
+ requestAnimationFrame(resolve);
10921
+ }));
10922
+ }
10923
+
10924
+ const config = {
10925
+ disabled: false,
10926
+ distance: 5,
10927
+ skidding: 0,
10928
+ container: "body",
10929
+ boundary: void 0,
10930
+ instantMove: false,
10931
+ disposeTimeout: 5e3,
10932
+ popperTriggers: [],
10933
+ strategy: "absolute",
10934
+ preventOverflow: true,
10935
+ flip: true,
10936
+ shift: true,
10937
+ overflowPadding: 0,
10938
+ arrowPadding: 0,
10939
+ arrowOverflow: true,
10940
+ themes: {
10941
+ tooltip: {
10942
+ placement: "top",
10943
+ triggers: ["hover", "focus", "touch"],
10944
+ hideTriggers: (events) => [...events, "click"],
10945
+ delay: {
10946
+ show: 200,
10947
+ hide: 0
10948
+ },
10949
+ handleResize: false,
10950
+ html: false,
10951
+ loadingContent: "..."
10952
+ },
10953
+ dropdown: {
10954
+ placement: "bottom",
10955
+ triggers: ["click"],
10956
+ delay: 0,
10957
+ handleResize: true,
10958
+ autoHide: true
10959
+ },
10960
+ menu: {
10961
+ $extend: "dropdown",
10962
+ triggers: ["hover", "focus"],
10963
+ popperTriggers: ["hover", "focus"],
10964
+ delay: {
10965
+ show: 0,
10966
+ hide: 400
10967
+ }
10968
+ }
10969
+ }
10970
+ };
10971
+ function getDefaultConfig(theme, key) {
10972
+ let themeConfig = config.themes[theme] || {};
10973
+ let value;
10974
+ do {
10975
+ value = themeConfig[key];
10976
+ if (typeof value === "undefined") {
10977
+ if (themeConfig.$extend) {
10978
+ themeConfig = config.themes[themeConfig.$extend] || {};
10979
+ } else {
10980
+ themeConfig = null;
10981
+ value = config[key];
10982
+ }
10983
+ } else {
10984
+ themeConfig = null;
10985
+ }
10986
+ } while (themeConfig);
10987
+ return value;
10988
+ }
10989
+ function getThemeClasses(theme) {
10990
+ const result = [theme];
10991
+ let themeConfig = config.themes[theme] || {};
10992
+ do {
10993
+ if (themeConfig.$extend && !themeConfig.$resetCss) {
10994
+ result.push(themeConfig.$extend);
10995
+ themeConfig = config.themes[themeConfig.$extend] || {};
10996
+ } else {
10997
+ themeConfig = null;
10998
+ }
10999
+ } while (themeConfig);
11000
+ return result.map((c) => `v-popper--theme-${c}`);
11001
+ }
11002
+ function getAllParentThemes(theme) {
11003
+ const result = [theme];
11004
+ let themeConfig = config.themes[theme] || {};
11005
+ do {
11006
+ if (themeConfig.$extend) {
11007
+ result.push(themeConfig.$extend);
11008
+ themeConfig = config.themes[themeConfig.$extend] || {};
11009
+ } else {
11010
+ themeConfig = null;
11011
+ }
11012
+ } while (themeConfig);
11013
+ return result;
11014
+ }
11015
+
11016
+ const shownPoppers = [];
11017
+ let hidingPopper = null;
11018
+ const shownPoppersByTheme = {};
11019
+ function getShownPoppersByTheme(theme) {
11020
+ let list = shownPoppersByTheme[theme];
11021
+ if (!list) {
11022
+ list = shownPoppersByTheme[theme] = [];
11023
+ }
11024
+ return list;
11025
+ }
11026
+ let Element = function() {
11027
+ };
11028
+ if (typeof window !== "undefined") {
11029
+ Element = window.Element;
11030
+ }
11031
+ function defaultPropFactory(prop) {
11032
+ return function(props) {
11033
+ return getDefaultConfig(props.theme, prop);
11034
+ };
11035
+ }
11036
+ const PROVIDE_KEY = "__floating-vue__popper";
11037
+ const Popper = () => defineComponent({
11038
+ name: "VPopper",
11039
+ provide() {
11040
+ return {
11041
+ [PROVIDE_KEY]: {
11042
+ parentPopper: this
11043
+ }
11044
+ };
11045
+ },
11046
+ inject: {
11047
+ [PROVIDE_KEY]: { default: null }
11048
+ },
11049
+ props: {
11050
+ theme: {
11051
+ type: String,
11052
+ required: true
11053
+ },
11054
+ targetNodes: {
11055
+ type: Function,
11056
+ required: true
11057
+ },
11058
+ referenceNode: {
11059
+ type: Function,
11060
+ default: null
11061
+ },
11062
+ popperNode: {
11063
+ type: Function,
11064
+ required: true
11065
+ },
11066
+ shown: {
11067
+ type: Boolean,
11068
+ default: false
11069
+ },
11070
+ showGroup: {
11071
+ type: String,
11072
+ default: null
11073
+ },
11074
+ ariaId: {
11075
+ default: null
11076
+ },
11077
+ disabled: {
11078
+ type: Boolean,
11079
+ default: defaultPropFactory("disabled")
11080
+ },
11081
+ positioningDisabled: {
11082
+ type: Boolean,
11083
+ default: defaultPropFactory("positioningDisabled")
11084
+ },
11085
+ placement: {
11086
+ type: String,
11087
+ default: defaultPropFactory("placement"),
11088
+ validator: (value) => placements.includes(value)
11089
+ },
11090
+ delay: {
11091
+ type: [String, Number, Object],
11092
+ default: defaultPropFactory("delay")
11093
+ },
11094
+ distance: {
11095
+ type: [Number, String],
11096
+ default: defaultPropFactory("distance")
11097
+ },
11098
+ skidding: {
11099
+ type: [Number, String],
11100
+ default: defaultPropFactory("skidding")
11101
+ },
11102
+ triggers: {
11103
+ type: Array,
11104
+ default: defaultPropFactory("triggers")
11105
+ },
11106
+ showTriggers: {
11107
+ type: [Array, Function],
11108
+ default: defaultPropFactory("showTriggers")
11109
+ },
11110
+ hideTriggers: {
11111
+ type: [Array, Function],
11112
+ default: defaultPropFactory("hideTriggers")
11113
+ },
11114
+ popperTriggers: {
11115
+ type: Array,
11116
+ default: defaultPropFactory("popperTriggers")
11117
+ },
11118
+ popperShowTriggers: {
11119
+ type: [Array, Function],
11120
+ default: defaultPropFactory("popperShowTriggers")
11121
+ },
11122
+ popperHideTriggers: {
11123
+ type: [Array, Function],
11124
+ default: defaultPropFactory("popperHideTriggers")
11125
+ },
11126
+ container: {
11127
+ type: [String, Object, Element, Boolean],
11128
+ default: defaultPropFactory("container")
11129
+ },
11130
+ boundary: {
11131
+ type: [String, Element],
11132
+ default: defaultPropFactory("boundary")
11133
+ },
11134
+ strategy: {
11135
+ type: String,
11136
+ validator: (value) => ["absolute", "fixed"].includes(value),
11137
+ default: defaultPropFactory("strategy")
11138
+ },
11139
+ autoHide: {
11140
+ type: [Boolean, Function],
11141
+ default: defaultPropFactory("autoHide")
11142
+ },
11143
+ handleResize: {
11144
+ type: Boolean,
11145
+ default: defaultPropFactory("handleResize")
11146
+ },
11147
+ instantMove: {
11148
+ type: Boolean,
11149
+ default: defaultPropFactory("instantMove")
11150
+ },
11151
+ eagerMount: {
11152
+ type: Boolean,
11153
+ default: defaultPropFactory("eagerMount")
11154
+ },
11155
+ popperClass: {
11156
+ type: [String, Array, Object],
11157
+ default: defaultPropFactory("popperClass")
11158
+ },
11159
+ computeTransformOrigin: {
11160
+ type: Boolean,
11161
+ default: defaultPropFactory("computeTransformOrigin")
11162
+ },
11163
+ autoMinSize: {
11164
+ type: Boolean,
11165
+ default: defaultPropFactory("autoMinSize")
11166
+ },
11167
+ autoSize: {
11168
+ type: [Boolean, String],
11169
+ default: defaultPropFactory("autoSize")
11170
+ },
11171
+ autoMaxSize: {
11172
+ type: Boolean,
11173
+ default: defaultPropFactory("autoMaxSize")
11174
+ },
11175
+ autoBoundaryMaxSize: {
11176
+ type: Boolean,
11177
+ default: defaultPropFactory("autoBoundaryMaxSize")
11178
+ },
11179
+ preventOverflow: {
11180
+ type: Boolean,
11181
+ default: defaultPropFactory("preventOverflow")
11182
+ },
11183
+ overflowPadding: {
11184
+ type: [Number, String],
11185
+ default: defaultPropFactory("overflowPadding")
11186
+ },
11187
+ arrowPadding: {
11188
+ type: [Number, String],
11189
+ default: defaultPropFactory("arrowPadding")
11190
+ },
11191
+ arrowOverflow: {
11192
+ type: Boolean,
11193
+ default: defaultPropFactory("arrowOverflow")
11194
+ },
11195
+ flip: {
11196
+ type: Boolean,
11197
+ default: defaultPropFactory("flip")
11198
+ },
11199
+ shift: {
11200
+ type: Boolean,
11201
+ default: defaultPropFactory("shift")
11202
+ },
11203
+ shiftCrossAxis: {
11204
+ type: Boolean,
11205
+ default: defaultPropFactory("shiftCrossAxis")
11206
+ },
11207
+ noAutoFocus: {
11208
+ type: Boolean,
11209
+ default: defaultPropFactory("noAutoFocus")
11210
+ }
11211
+ },
11212
+ emits: [
11213
+ "show",
11214
+ "hide",
11215
+ "update:shown",
11216
+ "apply-show",
11217
+ "apply-hide",
11218
+ "close-group",
11219
+ "close-directive",
11220
+ "auto-hide",
11221
+ "resize",
11222
+ "dispose"
11223
+ ],
11224
+ data() {
11225
+ return {
11226
+ isShown: false,
11227
+ isMounted: false,
11228
+ skipTransition: false,
11229
+ classes: {
11230
+ showFrom: false,
11231
+ showTo: false,
11232
+ hideFrom: false,
11233
+ hideTo: true
11234
+ },
11235
+ result: {
11236
+ x: 0,
11237
+ y: 0,
11238
+ placement: "",
11239
+ strategy: this.strategy,
11240
+ arrow: {
11241
+ x: 0,
11242
+ y: 0,
11243
+ centerOffset: 0
11244
+ },
11245
+ transformOrigin: null
11246
+ },
11247
+ shownChildren: /* @__PURE__ */ new Set(),
11248
+ lastAutoHide: true
11249
+ };
11250
+ },
11251
+ computed: {
11252
+ popperId() {
11253
+ return this.ariaId != null ? this.ariaId : this.randomId;
11254
+ },
11255
+ shouldMountContent() {
11256
+ return this.eagerMount || this.isMounted;
11257
+ },
11258
+ slotData() {
11259
+ return {
11260
+ popperId: this.popperId,
11261
+ isShown: this.isShown,
11262
+ shouldMountContent: this.shouldMountContent,
11263
+ skipTransition: this.skipTransition,
11264
+ autoHide: typeof this.autoHide === "function" ? this.lastAutoHide : this.autoHide,
11265
+ show: this.show,
11266
+ hide: this.hide,
11267
+ handleResize: this.handleResize,
11268
+ onResize: this.onResize,
11269
+ classes: {
11270
+ ...this.classes,
11271
+ popperClass: this.popperClass
11272
+ },
11273
+ result: this.positioningDisabled ? null : this.result,
11274
+ attrs: this.$attrs
11275
+ };
11276
+ },
11277
+ parentPopper() {
11278
+ return this[PROVIDE_KEY]?.parentPopper;
11279
+ },
11280
+ hasPopperShowTriggerHover() {
11281
+ return this.popperTriggers?.includes("hover") || this.popperShowTriggers?.includes("hover");
11282
+ }
11283
+ },
11284
+ watch: {
11285
+ shown: "$_autoShowHide",
11286
+ disabled(value) {
11287
+ if (value) {
11288
+ this.dispose();
11289
+ } else {
11290
+ this.init();
11291
+ }
11292
+ },
11293
+ async container() {
11294
+ if (this.isShown) {
11295
+ this.$_ensureTeleport();
11296
+ await this.$_computePosition();
11297
+ }
11298
+ },
11299
+ ...[
11300
+ "triggers",
11301
+ "positioningDisabled"
11302
+ ].reduce((acc, prop) => {
11303
+ acc[prop] = "$_refreshListeners";
11304
+ return acc;
11305
+ }, {}),
11306
+ ...[
11307
+ "placement",
11308
+ "distance",
11309
+ "skidding",
11310
+ "boundary",
11311
+ "strategy",
11312
+ "overflowPadding",
11313
+ "arrowPadding",
11314
+ "preventOverflow",
11315
+ "shift",
11316
+ "shiftCrossAxis",
11317
+ "flip"
11318
+ ].reduce((acc, prop) => {
11319
+ acc[prop] = "$_computePosition";
11320
+ return acc;
11321
+ }, {})
11322
+ },
11323
+ created() {
11324
+ this.$_isDisposed = true;
11325
+ this.randomId = `popper_${[Math.random(), Date.now()].map((n) => n.toString(36).substring(2, 10)).join("_")}`;
11326
+ if (this.autoMinSize) {
11327
+ console.warn('[floating-vue] `autoMinSize` option is deprecated. Use `autoSize="min"` instead.');
11328
+ }
11329
+ if (this.autoMaxSize) {
11330
+ console.warn("[floating-vue] `autoMaxSize` option is deprecated. Use `autoBoundaryMaxSize` instead.");
11331
+ }
11332
+ },
11333
+ mounted() {
11334
+ this.init();
11335
+ this.$_detachPopperNode();
11336
+ },
11337
+ activated() {
11338
+ this.$_autoShowHide();
11339
+ },
11340
+ deactivated() {
11341
+ this.hide();
11342
+ },
11343
+ beforeUnmount() {
11344
+ this.dispose();
11345
+ },
11346
+ methods: {
11347
+ show({ event = null, skipDelay = false, force = false } = {}) {
11348
+ if (this.parentPopper?.lockedChild && this.parentPopper.lockedChild !== this)
11349
+ return;
11350
+ this.$_pendingHide = false;
11351
+ if (force || !this.disabled) {
11352
+ if (this.parentPopper?.lockedChild === this) {
11353
+ this.parentPopper.lockedChild = null;
11354
+ }
11355
+ this.$_scheduleShow(event, skipDelay);
11356
+ this.$emit("show");
11357
+ this.$_showFrameLocked = true;
11358
+ requestAnimationFrame(() => {
11359
+ this.$_showFrameLocked = false;
11360
+ });
11361
+ }
11362
+ this.$emit("update:shown", true);
11363
+ },
11364
+ hide({ event = null, skipDelay = false } = {}) {
11365
+ if (this.$_hideInProgress)
11366
+ return;
11367
+ if (this.shownChildren.size > 0) {
11368
+ this.$_pendingHide = true;
11369
+ return;
11370
+ }
11371
+ if (this.hasPopperShowTriggerHover && this.$_isAimingPopper()) {
11372
+ if (this.parentPopper) {
11373
+ this.parentPopper.lockedChild = this;
11374
+ clearTimeout(this.parentPopper.lockedChildTimer);
11375
+ this.parentPopper.lockedChildTimer = setTimeout(() => {
11376
+ if (this.parentPopper.lockedChild === this) {
11377
+ this.parentPopper.lockedChild.hide({ skipDelay });
11378
+ this.parentPopper.lockedChild = null;
11379
+ }
11380
+ }, 1e3);
11381
+ }
11382
+ return;
11383
+ }
11384
+ if (this.parentPopper?.lockedChild === this) {
11385
+ this.parentPopper.lockedChild = null;
11386
+ }
11387
+ this.$_pendingHide = false;
11388
+ this.$_scheduleHide(event, skipDelay);
11389
+ this.$emit("hide");
11390
+ this.$emit("update:shown", false);
11391
+ },
11392
+ init() {
11393
+ if (!this.$_isDisposed)
11394
+ return;
11395
+ this.$_isDisposed = false;
11396
+ this.isMounted = false;
11397
+ this.$_events = [];
11398
+ this.$_preventShow = false;
11399
+ this.$_referenceNode = this.referenceNode?.() ?? this.$el;
11400
+ this.$_targetNodes = this.targetNodes().filter((e) => e.nodeType === e.ELEMENT_NODE);
11401
+ this.$_popperNode = this.popperNode();
11402
+ this.$_innerNode = this.$_popperNode.querySelector(".v-popper__inner");
11403
+ this.$_arrowNode = this.$_popperNode.querySelector(".v-popper__arrow-container");
11404
+ this.$_swapTargetAttrs("title", "data-original-title");
11405
+ this.$_detachPopperNode();
11406
+ if (this.triggers.length) {
11407
+ this.$_addEventListeners();
11408
+ }
11409
+ if (this.shown) {
11410
+ this.show();
11411
+ }
11412
+ },
11413
+ dispose() {
11414
+ if (this.$_isDisposed)
11415
+ return;
11416
+ this.$_isDisposed = true;
11417
+ this.$_removeEventListeners();
11418
+ this.hide({ skipDelay: true });
11419
+ this.$_detachPopperNode();
11420
+ this.isMounted = false;
11421
+ this.isShown = false;
11422
+ this.$_updateParentShownChildren(false);
11423
+ this.$_swapTargetAttrs("data-original-title", "title");
11424
+ this.$emit("dispose");
11425
+ },
11426
+ async onResize() {
11427
+ if (this.isShown) {
11428
+ await this.$_computePosition();
11429
+ this.$emit("resize");
11430
+ }
11431
+ },
11432
+ async $_computePosition() {
11433
+ if (this.$_isDisposed || this.positioningDisabled)
11434
+ return;
11435
+ const options = {
11436
+ strategy: this.strategy,
11437
+ middleware: []
11438
+ };
11439
+ if (this.distance || this.skidding) {
11440
+ options.middleware.push(offset({
11441
+ mainAxis: this.distance,
11442
+ crossAxis: this.skidding
11443
+ }));
11444
+ }
11445
+ const isPlacementAuto = this.placement.startsWith("auto");
11446
+ if (isPlacementAuto) {
11447
+ options.middleware.push(autoPlacement({
11448
+ alignment: this.placement.split("-")[1] ?? ""
11449
+ }));
11450
+ } else {
11451
+ options.placement = this.placement;
11452
+ }
11453
+ if (this.preventOverflow) {
11454
+ if (this.shift) {
11455
+ options.middleware.push(shift({
11456
+ padding: this.overflowPadding,
11457
+ boundary: this.boundary,
11458
+ crossAxis: this.shiftCrossAxis
11459
+ }));
11460
+ }
11461
+ if (!isPlacementAuto && this.flip) {
11462
+ options.middleware.push(flip({
11463
+ padding: this.overflowPadding,
11464
+ boundary: this.boundary
11465
+ }));
11466
+ }
11467
+ }
11468
+ options.middleware.push(arrow({
11469
+ element: this.$_arrowNode,
11470
+ padding: this.arrowPadding
11471
+ }));
11472
+ if (this.arrowOverflow) {
11473
+ options.middleware.push({
11474
+ name: "arrowOverflow",
11475
+ fn: ({ placement, rects, middlewareData }) => {
11476
+ let overflow;
11477
+ const { centerOffset } = middlewareData.arrow;
11478
+ if (placement.startsWith("top") || placement.startsWith("bottom")) {
11479
+ overflow = Math.abs(centerOffset) > rects.reference.width / 2;
11480
+ } else {
11481
+ overflow = Math.abs(centerOffset) > rects.reference.height / 2;
11482
+ }
11483
+ return {
11484
+ data: {
11485
+ overflow
11486
+ }
11487
+ };
11488
+ }
11489
+ });
11490
+ }
11491
+ if (this.autoMinSize || this.autoSize) {
11492
+ const autoSize = this.autoSize ? this.autoSize : this.autoMinSize ? "min" : null;
11493
+ options.middleware.push({
11494
+ name: "autoSize",
11495
+ fn: ({ rects, placement, middlewareData }) => {
11496
+ if (middlewareData.autoSize?.skip) {
11497
+ return {};
11498
+ }
11499
+ let width;
11500
+ let height;
11501
+ if (placement.startsWith("top") || placement.startsWith("bottom")) {
11502
+ width = rects.reference.width;
11503
+ } else {
11504
+ height = rects.reference.height;
11505
+ }
11506
+ this.$_innerNode.style[autoSize === "min" ? "minWidth" : autoSize === "max" ? "maxWidth" : "width"] = width != null ? `${width}px` : null;
11507
+ this.$_innerNode.style[autoSize === "min" ? "minHeight" : autoSize === "max" ? "maxHeight" : "height"] = height != null ? `${height}px` : null;
11508
+ return {
11509
+ data: {
11510
+ skip: true
11511
+ },
11512
+ reset: {
11513
+ rects: true
11514
+ }
11515
+ };
11516
+ }
11517
+ });
11518
+ }
11519
+ if (this.autoMaxSize || this.autoBoundaryMaxSize) {
11520
+ this.$_innerNode.style.maxWidth = null;
11521
+ this.$_innerNode.style.maxHeight = null;
11522
+ options.middleware.push(size({
11523
+ boundary: this.boundary,
11524
+ padding: this.overflowPadding,
11525
+ apply: ({ width, height }) => {
11526
+ this.$_innerNode.style.maxWidth = width != null ? `${width}px` : null;
11527
+ this.$_innerNode.style.maxHeight = height != null ? `${height}px` : null;
11528
+ }
11529
+ }));
11530
+ }
11531
+ const data = await computePosition(this.$_referenceNode, this.$_popperNode, options);
11532
+ Object.assign(this.result, {
11533
+ x: data.x,
11534
+ y: data.y,
11535
+ placement: data.placement,
11536
+ strategy: data.strategy,
11537
+ arrow: {
11538
+ ...data.middlewareData.arrow,
11539
+ ...data.middlewareData.arrowOverflow
11540
+ }
11541
+ });
11542
+ },
11543
+ $_scheduleShow(event = null, skipDelay = false) {
11544
+ this.$_updateParentShownChildren(true);
11545
+ this.$_hideInProgress = false;
11546
+ clearTimeout(this.$_scheduleTimer);
11547
+ if (hidingPopper && this.instantMove && hidingPopper.instantMove && hidingPopper !== this.parentPopper) {
11548
+ hidingPopper.$_applyHide(true);
11549
+ this.$_applyShow(true);
11550
+ return;
11551
+ }
11552
+ if (skipDelay) {
11553
+ this.$_applyShow();
11554
+ } else {
11555
+ this.$_scheduleTimer = setTimeout(this.$_applyShow.bind(this), this.$_computeDelay("show"));
11556
+ }
11557
+ },
11558
+ $_scheduleHide(event = null, skipDelay = false) {
11559
+ if (this.shownChildren.size > 0) {
11560
+ this.$_pendingHide = true;
11561
+ return;
11562
+ }
11563
+ this.$_updateParentShownChildren(false);
11564
+ this.$_hideInProgress = true;
11565
+ clearTimeout(this.$_scheduleTimer);
11566
+ if (this.isShown) {
11567
+ hidingPopper = this;
11568
+ }
11569
+ if (skipDelay) {
11570
+ this.$_applyHide();
11571
+ } else {
11572
+ this.$_scheduleTimer = setTimeout(this.$_applyHide.bind(this), this.$_computeDelay("hide"));
11573
+ }
11574
+ },
11575
+ $_computeDelay(type) {
11576
+ const delay = this.delay;
11577
+ return parseInt(delay && delay[type] || delay || 0);
11578
+ },
11579
+ async $_applyShow(skipTransition = false) {
11580
+ clearTimeout(this.$_disposeTimer);
11581
+ clearTimeout(this.$_scheduleTimer);
11582
+ this.skipTransition = skipTransition;
11583
+ if (this.isShown) {
11584
+ return;
11585
+ }
11586
+ this.$_ensureTeleport();
11587
+ await nextFrame();
11588
+ await this.$_computePosition();
11589
+ await this.$_applyShowEffect();
11590
+ if (!this.positioningDisabled) {
11591
+ this.$_registerEventListeners([
11592
+ ...getScrollParents(this.$_referenceNode),
11593
+ ...getScrollParents(this.$_popperNode)
11594
+ ], "scroll", () => {
11595
+ this.$_computePosition();
11596
+ });
11597
+ }
11598
+ },
11599
+ async $_applyShowEffect() {
11600
+ if (this.$_hideInProgress)
11601
+ return;
11602
+ if (this.computeTransformOrigin) {
11603
+ const bounds = this.$_referenceNode.getBoundingClientRect();
11604
+ const popperWrapper = this.$_popperNode.querySelector(".v-popper__wrapper");
11605
+ const parentBounds = popperWrapper.parentNode.getBoundingClientRect();
11606
+ const x = bounds.x + bounds.width / 2 - (parentBounds.left + popperWrapper.offsetLeft);
11607
+ const y = bounds.y + bounds.height / 2 - (parentBounds.top + popperWrapper.offsetTop);
11608
+ this.result.transformOrigin = `${x}px ${y}px`;
11609
+ }
11610
+ this.isShown = true;
11611
+ this.$_applyAttrsToTarget({
11612
+ "aria-describedby": this.popperId,
11613
+ "data-popper-shown": ""
11614
+ });
11615
+ const showGroup = this.showGroup;
11616
+ if (showGroup) {
11617
+ let popover;
11618
+ for (let i = 0; i < shownPoppers.length; i++) {
11619
+ popover = shownPoppers[i];
11620
+ if (popover.showGroup !== showGroup) {
11621
+ popover.hide();
11622
+ popover.$emit("close-group");
11623
+ }
11624
+ }
11625
+ }
11626
+ shownPoppers.push(this);
11627
+ document.body.classList.add("v-popper--some-open");
11628
+ for (const theme of getAllParentThemes(this.theme)) {
11629
+ getShownPoppersByTheme(theme).push(this);
11630
+ document.body.classList.add(`v-popper--some-open--${theme}`);
11631
+ }
11632
+ this.$emit("apply-show");
11633
+ this.classes.showFrom = true;
11634
+ this.classes.showTo = false;
11635
+ this.classes.hideFrom = false;
11636
+ this.classes.hideTo = false;
11637
+ await nextFrame();
11638
+ this.classes.showFrom = false;
11639
+ this.classes.showTo = true;
11640
+ if (!this.noAutoFocus)
11641
+ this.$_popperNode.focus();
11642
+ },
11643
+ async $_applyHide(skipTransition = false) {
11644
+ if (this.shownChildren.size > 0) {
11645
+ this.$_pendingHide = true;
11646
+ this.$_hideInProgress = false;
11647
+ return;
11648
+ }
11649
+ clearTimeout(this.$_scheduleTimer);
11650
+ if (!this.isShown) {
11651
+ return;
11652
+ }
11653
+ this.skipTransition = skipTransition;
11654
+ removeFromArray(shownPoppers, this);
11655
+ if (shownPoppers.length === 0) {
11656
+ document.body.classList.remove("v-popper--some-open");
11657
+ }
11658
+ for (const theme of getAllParentThemes(this.theme)) {
11659
+ const list = getShownPoppersByTheme(theme);
11660
+ removeFromArray(list, this);
11661
+ if (list.length === 0) {
11662
+ document.body.classList.remove(`v-popper--some-open--${theme}`);
11663
+ }
11664
+ }
11665
+ if (hidingPopper === this) {
11666
+ hidingPopper = null;
11667
+ }
11668
+ this.isShown = false;
11669
+ this.$_applyAttrsToTarget({
11670
+ "aria-describedby": void 0,
11671
+ "data-popper-shown": void 0
11672
+ });
11673
+ clearTimeout(this.$_disposeTimer);
11674
+ const disposeTime = getDefaultConfig(this.theme, "disposeTimeout");
11675
+ if (disposeTime !== null) {
11676
+ this.$_disposeTimer = setTimeout(() => {
11677
+ if (this.$_popperNode) {
11678
+ this.$_detachPopperNode();
11679
+ this.isMounted = false;
11680
+ }
11681
+ }, disposeTime);
11682
+ }
11683
+ this.$_removeEventListeners("scroll");
11684
+ this.$emit("apply-hide");
11685
+ this.classes.showFrom = false;
11686
+ this.classes.showTo = false;
11687
+ this.classes.hideFrom = true;
11688
+ this.classes.hideTo = false;
11689
+ await nextFrame();
11690
+ this.classes.hideFrom = false;
11691
+ this.classes.hideTo = true;
11692
+ },
11693
+ $_autoShowHide() {
11694
+ if (this.shown) {
11695
+ this.show();
11696
+ } else {
11697
+ this.hide();
11698
+ }
11699
+ },
11700
+ $_ensureTeleport() {
11701
+ if (this.$_isDisposed)
11702
+ return;
11703
+ let container = this.container;
11704
+ if (typeof container === "string") {
11705
+ container = window.document.querySelector(container);
11706
+ } else if (container === false) {
11707
+ container = this.$_targetNodes[0].parentNode;
11708
+ }
11709
+ if (!container) {
11710
+ throw new Error("No container for popover: " + this.container);
11711
+ }
11712
+ container.appendChild(this.$_popperNode);
11713
+ this.isMounted = true;
11714
+ },
11715
+ $_addEventListeners() {
11716
+ const handleShow = (event) => {
11717
+ if (this.isShown && !this.$_hideInProgress) {
11718
+ return;
11719
+ }
11720
+ event.usedByTooltip = true;
11721
+ !this.$_preventShow && this.show({ event });
11722
+ };
11723
+ this.$_registerTriggerListeners(this.$_targetNodes, SHOW_EVENT_MAP, this.triggers, this.showTriggers, handleShow);
11724
+ this.$_registerTriggerListeners([this.$_popperNode], SHOW_EVENT_MAP, this.popperTriggers, this.popperShowTriggers, handleShow);
11725
+ const handleHide = (event) => {
11726
+ if (event.usedByTooltip) {
11727
+ return;
11728
+ }
11729
+ this.hide({ event });
11730
+ };
11731
+ this.$_registerTriggerListeners(this.$_targetNodes, HIDE_EVENT_MAP, this.triggers, this.hideTriggers, handleHide);
11732
+ this.$_registerTriggerListeners([this.$_popperNode], HIDE_EVENT_MAP, this.popperTriggers, this.popperHideTriggers, handleHide);
11733
+ },
11734
+ $_registerEventListeners(targetNodes, eventType, handler) {
11735
+ this.$_events.push({ targetNodes, eventType, handler });
11736
+ targetNodes.forEach((node) => node.addEventListener(eventType, handler, supportsPassive ? {
11737
+ passive: true
11738
+ } : void 0));
11739
+ },
11740
+ $_registerTriggerListeners(targetNodes, eventMap, commonTriggers, customTrigger, handler) {
11741
+ let triggers = commonTriggers;
11742
+ if (customTrigger != null) {
11743
+ triggers = typeof customTrigger === "function" ? customTrigger(triggers) : customTrigger;
11744
+ }
11745
+ triggers.forEach((trigger) => {
11746
+ const eventType = eventMap[trigger];
11747
+ if (eventType) {
11748
+ this.$_registerEventListeners(targetNodes, eventType, handler);
11749
+ }
11750
+ });
11751
+ },
11752
+ $_removeEventListeners(filterEventType) {
11753
+ const newList = [];
11754
+ this.$_events.forEach((listener) => {
11755
+ const { targetNodes, eventType, handler } = listener;
11756
+ if (!filterEventType || filterEventType === eventType) {
11757
+ targetNodes.forEach((node) => node.removeEventListener(eventType, handler));
11758
+ } else {
11759
+ newList.push(listener);
11760
+ }
11761
+ });
11762
+ this.$_events = newList;
11763
+ },
11764
+ $_refreshListeners() {
11765
+ if (!this.$_isDisposed) {
11766
+ this.$_removeEventListeners();
11767
+ this.$_addEventListeners();
11768
+ }
11769
+ },
11770
+ $_handleGlobalClose(event, touch = false) {
11771
+ if (this.$_showFrameLocked)
11772
+ return;
11773
+ this.hide({ event });
11774
+ if (event.closePopover) {
11775
+ this.$emit("close-directive");
11776
+ } else {
11777
+ this.$emit("auto-hide");
11778
+ }
11779
+ if (touch) {
11780
+ this.$_preventShow = true;
11781
+ setTimeout(() => {
11782
+ this.$_preventShow = false;
11783
+ }, 300);
11784
+ }
11785
+ },
11786
+ $_detachPopperNode() {
11787
+ this.$_popperNode.parentNode && this.$_popperNode.parentNode.removeChild(this.$_popperNode);
11788
+ },
11789
+ $_swapTargetAttrs(attrFrom, attrTo) {
11790
+ for (const el of this.$_targetNodes) {
11791
+ const value = el.getAttribute(attrFrom);
11792
+ if (value) {
11793
+ el.removeAttribute(attrFrom);
11794
+ el.setAttribute(attrTo, value);
11795
+ }
11796
+ }
11797
+ },
11798
+ $_applyAttrsToTarget(attrs) {
11799
+ for (const el of this.$_targetNodes) {
11800
+ for (const n in attrs) {
11801
+ const value = attrs[n];
11802
+ if (value == null) {
11803
+ el.removeAttribute(n);
11804
+ } else {
11805
+ el.setAttribute(n, value);
11806
+ }
11807
+ }
11808
+ }
11809
+ },
11810
+ $_updateParentShownChildren(value) {
11811
+ let parent = this.parentPopper;
11812
+ while (parent) {
11813
+ if (value) {
11814
+ parent.shownChildren.add(this.randomId);
11815
+ } else {
11816
+ parent.shownChildren.delete(this.randomId);
11817
+ if (parent.$_pendingHide) {
11818
+ parent.hide();
11819
+ }
11820
+ }
11821
+ parent = parent.parentPopper;
11822
+ }
11823
+ },
11824
+ $_isAimingPopper() {
11825
+ const referenceBounds = this.$_referenceNode.getBoundingClientRect();
11826
+ if (mouseX >= referenceBounds.left && mouseX <= referenceBounds.right && mouseY >= referenceBounds.top && mouseY <= referenceBounds.bottom) {
11827
+ const popperBounds = this.$_popperNode.getBoundingClientRect();
11828
+ const vectorX = mouseX - mousePreviousX;
11829
+ const vectorY = mouseY - mousePreviousY;
11830
+ const distance = popperBounds.left + popperBounds.width / 2 - mousePreviousX + (popperBounds.top + popperBounds.height / 2) - mousePreviousY;
11831
+ const newVectorLength = distance + popperBounds.width + popperBounds.height;
11832
+ const edgeX = mousePreviousX + vectorX * newVectorLength;
11833
+ const edgeY = mousePreviousY + vectorY * newVectorLength;
11834
+ return lineIntersectsLine(mousePreviousX, mousePreviousY, edgeX, edgeY, popperBounds.left, popperBounds.top, popperBounds.left, popperBounds.bottom) || lineIntersectsLine(mousePreviousX, mousePreviousY, edgeX, edgeY, popperBounds.left, popperBounds.top, popperBounds.right, popperBounds.top) || lineIntersectsLine(mousePreviousX, mousePreviousY, edgeX, edgeY, popperBounds.right, popperBounds.top, popperBounds.right, popperBounds.bottom) || lineIntersectsLine(mousePreviousX, mousePreviousY, edgeX, edgeY, popperBounds.left, popperBounds.bottom, popperBounds.right, popperBounds.bottom);
11835
+ }
11836
+ return false;
11837
+ }
11838
+ },
11839
+ render() {
11840
+ return this.$slots.default(this.slotData);
11841
+ }
11842
+ });
11843
+ if (typeof document !== "undefined" && typeof window !== "undefined") {
11844
+ if (isIOS) {
11845
+ document.addEventListener("touchstart", handleGlobalMousedown, supportsPassive ? {
11846
+ passive: true,
11847
+ capture: true
11848
+ } : true);
11849
+ document.addEventListener("touchend", handleGlobalTouchend, supportsPassive ? {
11850
+ passive: true,
11851
+ capture: true
11852
+ } : true);
11853
+ } else {
11854
+ window.addEventListener("mousedown", handleGlobalMousedown, true);
11855
+ window.addEventListener("click", handleGlobalClick, true);
11856
+ }
11857
+ window.addEventListener("resize", computePositionAllShownPoppers);
11858
+ }
11859
+ function handleGlobalMousedown(event) {
11860
+ for (let i = 0; i < shownPoppers.length; i++) {
11861
+ const popper = shownPoppers[i];
11862
+ try {
11863
+ const popperContent = popper.popperNode();
11864
+ popper.$_mouseDownContains = popperContent.contains(event.target);
11865
+ } catch (e) {
11866
+ }
11867
+ }
11868
+ }
11869
+ function handleGlobalClick(event) {
11870
+ handleGlobalClose(event);
11871
+ }
11872
+ function handleGlobalTouchend(event) {
11873
+ handleGlobalClose(event, true);
11874
+ }
11875
+ function handleGlobalClose(event, touch = false) {
11876
+ const preventClose = {};
11877
+ for (let i = shownPoppers.length - 1; i >= 0; i--) {
11878
+ const popper = shownPoppers[i];
11879
+ try {
11880
+ const contains = popper.$_containsGlobalTarget = isContainingEventTarget(popper, event);
11881
+ popper.$_pendingHide = false;
11882
+ requestAnimationFrame(() => {
11883
+ popper.$_pendingHide = false;
11884
+ if (preventClose[popper.randomId])
11885
+ return;
11886
+ if (shouldAutoHide(popper, contains, event)) {
11887
+ popper.$_handleGlobalClose(event, touch);
11888
+ if (!event.closeAllPopover && event.closePopover && contains) {
11889
+ let parent2 = popper.parentPopper;
11890
+ while (parent2) {
11891
+ preventClose[parent2.randomId] = true;
11892
+ parent2 = parent2.parentPopper;
11893
+ }
11894
+ return;
11895
+ }
11896
+ let parent = popper.parentPopper;
11897
+ while (parent) {
11898
+ if (shouldAutoHide(parent, parent.$_containsGlobalTarget, event)) {
11899
+ parent.$_handleGlobalClose(event, touch);
11900
+ } else {
11901
+ break;
11902
+ }
11903
+ parent = parent.parentPopper;
11904
+ }
11905
+ }
11906
+ });
11907
+ } catch (e) {
11908
+ }
11909
+ }
11910
+ }
11911
+ function isContainingEventTarget(popper, event) {
11912
+ const popperContent = popper.popperNode();
11913
+ return popper.$_mouseDownContains || popperContent.contains(event.target);
11914
+ }
11915
+ function shouldAutoHide(popper, contains, event) {
11916
+ return event.closeAllPopover || event.closePopover && contains || getAutoHideResult(popper, event) && !contains;
11917
+ }
11918
+ function getAutoHideResult(popper, event) {
11919
+ if (typeof popper.autoHide === "function") {
11920
+ const result = popper.autoHide(event);
11921
+ popper.lastAutoHide = result;
11922
+ return result;
11923
+ }
11924
+ return popper.autoHide;
11925
+ }
11926
+ function computePositionAllShownPoppers(event) {
11927
+ for (let i = 0; i < shownPoppers.length; i++) {
11928
+ const popper = shownPoppers[i];
11929
+ popper.$_computePosition(event);
11930
+ }
11931
+ }
11932
+ let mousePreviousX = 0;
11933
+ let mousePreviousY = 0;
11934
+ let mouseX = 0;
11935
+ let mouseY = 0;
11936
+ if (typeof window !== "undefined") {
11937
+ window.addEventListener("mousemove", (event) => {
11938
+ mousePreviousX = mouseX;
11939
+ mousePreviousY = mouseY;
11940
+ mouseX = event.clientX;
11941
+ mouseY = event.clientY;
11942
+ }, supportsPassive ? {
11943
+ passive: true
11944
+ } : void 0);
11945
+ }
11946
+ function lineIntersectsLine(x1, y1, x2, y2, x3, y3, x4, y4) {
11947
+ const uA = ((x4 - x3) * (y1 - y3) - (y4 - y3) * (x1 - x3)) / ((y4 - y3) * (x2 - x1) - (x4 - x3) * (y2 - y1));
11948
+ const uB = ((x2 - x1) * (y1 - y3) - (y2 - y1) * (x1 - x3)) / ((y4 - y3) * (x2 - x1) - (x4 - x3) * (y2 - y1));
11949
+ return uA >= 0 && uA <= 1 && uB >= 0 && uB <= 1;
11950
+ }
11951
+
11952
+ const ThemeClass = (prop = "theme") => ({
11953
+ computed: {
11954
+ themeClass() {
11955
+ return getThemeClasses(this[prop]);
11956
+ }
11957
+ }
11958
+ });
11959
+
11960
+ const _sfc_main$c = defineComponent({
11961
+ name: "VPopperContent",
11962
+ components: {
11963
+ ResizeObserver: ResizeObserver$1
11964
+ },
11965
+ mixins: [
11966
+ ThemeClass()
11967
+ ],
11968
+ props: {
11969
+ popperId: String,
11970
+ theme: String,
11971
+ shown: Boolean,
11972
+ mounted: Boolean,
11973
+ skipTransition: Boolean,
11974
+ autoHide: Boolean,
11975
+ handleResize: Boolean,
11976
+ classes: Object,
11977
+ result: Object
11978
+ },
11979
+ emits: [
11980
+ "hide",
11981
+ "resize"
11982
+ ],
11983
+ methods: {
11984
+ toPx(value) {
11985
+ if (value != null && !isNaN(value)) {
11986
+ return `${value}px`;
11987
+ }
11988
+ return null;
11989
+ }
11990
+ }
11991
+ });
11992
+
11993
+ const _export_sfc = (sfc, props) => {
11994
+ const target = sfc.__vccOpts || sfc;
11995
+ for (const [key, val] of props) {
11996
+ target[key] = val;
11997
+ }
11998
+ return target;
11999
+ };
12000
+
12001
+ function _sfc_ssrRender$3(_ctx, _push, _parent, _attrs, $props, $setup, $data, $options) {
12002
+ const _component_ResizeObserver = resolveComponent("ResizeObserver");
12003
+ _push(`<div${ssrRenderAttrs(mergeProps({
12004
+ id: _ctx.popperId,
12005
+ ref: "popover",
12006
+ class: ["v-popper__popper", [
12007
+ _ctx.themeClass,
12008
+ _ctx.classes.popperClass,
12009
+ {
12010
+ "v-popper__popper--shown": _ctx.shown,
12011
+ "v-popper__popper--hidden": !_ctx.shown,
12012
+ "v-popper__popper--show-from": _ctx.classes.showFrom,
12013
+ "v-popper__popper--show-to": _ctx.classes.showTo,
12014
+ "v-popper__popper--hide-from": _ctx.classes.hideFrom,
12015
+ "v-popper__popper--hide-to": _ctx.classes.hideTo,
12016
+ "v-popper__popper--skip-transition": _ctx.skipTransition,
12017
+ "v-popper__popper--arrow-overflow": _ctx.result && _ctx.result.arrow.overflow,
12018
+ "v-popper__popper--no-positioning": !_ctx.result
12019
+ }
12020
+ ]],
12021
+ style: _ctx.result ? {
12022
+ position: _ctx.result.strategy,
12023
+ transform: `translate3d(${Math.round(_ctx.result.x)}px,${Math.round(_ctx.result.y)}px,0)`
12024
+ } : void 0,
12025
+ "aria-hidden": _ctx.shown ? "false" : "true",
12026
+ tabindex: _ctx.autoHide ? 0 : void 0,
12027
+ "data-popper-placement": _ctx.result ? _ctx.result.placement : void 0
12028
+ }, _attrs))}><div class="v-popper__backdrop"></div><div class="v-popper__wrapper" style="${ssrRenderStyle(_ctx.result ? {
12029
+ transformOrigin: _ctx.result.transformOrigin
12030
+ } : void 0)}"><div class="v-popper__inner">`);
12031
+ if (_ctx.mounted) {
12032
+ _push(`<!--[--><div>`);
12033
+ ssrRenderSlot(_ctx.$slots, "default", {}, null, _push, _parent);
12034
+ _push(`</div>`);
12035
+ if (_ctx.handleResize) {
12036
+ _push(ssrRenderComponent(_component_ResizeObserver, {
12037
+ onNotify: ($event) => _ctx.$emit("resize", $event)
12038
+ }, null, _parent));
12039
+ } else {
12040
+ _push(`<!---->`);
12041
+ }
12042
+ _push(`<!--]-->`);
12043
+ } else {
12044
+ _push(`<!---->`);
12045
+ }
12046
+ _push(`</div><div class="v-popper__arrow-container" style="${ssrRenderStyle(_ctx.result ? {
12047
+ left: _ctx.toPx(_ctx.result.arrow.x),
12048
+ top: _ctx.toPx(_ctx.result.arrow.y)
12049
+ } : void 0)}"><div class="v-popper__arrow-outer"></div><div class="v-popper__arrow-inner"></div></div></div></div>`);
12050
+ }
12051
+ const _sfc_setup$c = _sfc_main$c.setup;
12052
+ _sfc_main$c.setup = (props, ctx) => {
12053
+ const ssrContext = useSSRContext();
12054
+ (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("node_modules/floating-vue/src/components/PopperContent.vue");
12055
+ return _sfc_setup$c ? _sfc_setup$c(props, ctx) : void 0;
12056
+ };
12057
+ const PopperContent = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["ssrRender", _sfc_ssrRender$3]]);
12058
+
12059
+ const PopperMethods = {
12060
+ methods: {
12061
+ show(...args) {
12062
+ return this.$refs.popper.show(...args);
12063
+ },
12064
+ hide(...args) {
12065
+ return this.$refs.popper.hide(...args);
12066
+ },
12067
+ dispose(...args) {
12068
+ return this.$refs.popper.dispose(...args);
12069
+ },
12070
+ onResize(...args) {
12071
+ return this.$refs.popper.onResize(...args);
12072
+ }
12073
+ }
12074
+ };
12075
+
12076
+ const _sfc_main$b = defineComponent({
12077
+ name: "VTooltipDirective",
12078
+ components: {
12079
+ Popper: Popper(),
12080
+ PopperContent
12081
+ },
12082
+ mixins: [
12083
+ PopperMethods
12084
+ ],
12085
+ inheritAttrs: false,
12086
+ props: {
12087
+ theme: {
12088
+ type: String,
12089
+ default: "tooltip"
12090
+ },
12091
+ html: {
12092
+ type: Boolean,
12093
+ default: (props) => getDefaultConfig(props.theme, "html")
12094
+ },
12095
+ content: {
12096
+ type: [String, Number, Function],
12097
+ default: null
12098
+ },
12099
+ loadingContent: {
12100
+ type: String,
12101
+ default: (props) => getDefaultConfig(props.theme, "loadingContent")
12102
+ }
12103
+ },
12104
+ data() {
12105
+ return {
12106
+ asyncContent: null
12107
+ };
12108
+ },
12109
+ computed: {
12110
+ isContentAsync() {
12111
+ return typeof this.content === "function";
12112
+ },
12113
+ loading() {
12114
+ return this.isContentAsync && this.asyncContent == null;
12115
+ },
12116
+ finalContent() {
12117
+ if (this.isContentAsync) {
12118
+ return this.loading ? this.loadingContent : this.asyncContent;
12119
+ }
12120
+ return this.content;
12121
+ }
12122
+ },
12123
+ watch: {
12124
+ content: {
12125
+ handler() {
12126
+ this.fetchContent(true);
12127
+ },
12128
+ immediate: true
12129
+ },
12130
+ async finalContent() {
12131
+ await this.$nextTick();
12132
+ this.$refs.popper.onResize();
12133
+ }
12134
+ },
12135
+ created() {
12136
+ this.$_fetchId = 0;
12137
+ },
12138
+ methods: {
12139
+ fetchContent(force) {
12140
+ if (typeof this.content === "function" && this.$_isShown && (force || !this.$_loading && this.asyncContent == null)) {
12141
+ this.asyncContent = null;
12142
+ this.$_loading = true;
12143
+ const fetchId = ++this.$_fetchId;
12144
+ const result = this.content(this);
12145
+ if (result.then) {
12146
+ result.then((res) => this.onResult(fetchId, res));
12147
+ } else {
12148
+ this.onResult(fetchId, result);
12149
+ }
12150
+ }
12151
+ },
12152
+ onResult(fetchId, result) {
12153
+ if (fetchId !== this.$_fetchId)
12154
+ return;
12155
+ this.$_loading = false;
12156
+ this.asyncContent = result;
12157
+ },
12158
+ onShow() {
12159
+ this.$_isShown = true;
12160
+ this.fetchContent();
12161
+ },
12162
+ onHide() {
12163
+ this.$_isShown = false;
12164
+ }
12165
+ }
12166
+ });
12167
+
12168
+ function _sfc_ssrRender$2(_ctx, _push, _parent, _attrs, $props, $setup, $data, $options) {
12169
+ const _component_Popper = resolveComponent("Popper");
12170
+ const _component_PopperContent = resolveComponent("PopperContent");
12171
+ _push(ssrRenderComponent(_component_Popper, mergeProps({ ref: "popper" }, _ctx.$attrs, {
12172
+ theme: _ctx.theme,
12173
+ "popper-node": () => _ctx.$refs.popperContent.$el,
12174
+ onApplyShow: _ctx.onShow,
12175
+ onApplyHide: _ctx.onHide
12176
+ }, _attrs), {
12177
+ default: withCtx(({
12178
+ popperId,
12179
+ isShown,
12180
+ shouldMountContent,
12181
+ skipTransition,
12182
+ autoHide,
12183
+ hide,
12184
+ handleResize,
12185
+ onResize,
12186
+ classes,
12187
+ result
12188
+ }, _push2, _parent2, _scopeId) => {
12189
+ if (_push2) {
12190
+ _push2(ssrRenderComponent(_component_PopperContent, {
12191
+ ref: "popperContent",
12192
+ class: {
12193
+ "v-popper--tooltip-loading": _ctx.loading
12194
+ },
12195
+ "popper-id": popperId,
12196
+ theme: _ctx.theme,
12197
+ shown: isShown,
12198
+ mounted: shouldMountContent,
12199
+ "skip-transition": skipTransition,
12200
+ "auto-hide": autoHide,
12201
+ "handle-resize": handleResize,
12202
+ classes,
12203
+ result,
12204
+ onHide: hide,
12205
+ onResize
12206
+ }, {
12207
+ default: withCtx((_, _push3, _parent3, _scopeId2) => {
12208
+ if (_push3) {
12209
+ if (_ctx.html) {
12210
+ _push3(`<div${_scopeId2}>${_ctx.finalContent}</div>`);
12211
+ } else {
12212
+ _push3(`<div${_scopeId2}>${ssrInterpolate(_ctx.finalContent)}</div>`);
12213
+ }
12214
+ } else {
12215
+ return [
12216
+ _ctx.html ? (openBlock(), createBlock("div", {
12217
+ key: 0,
12218
+ innerHTML: _ctx.finalContent
12219
+ }, null, 8, ["innerHTML"])) : (openBlock(), createBlock("div", {
12220
+ key: 1,
12221
+ textContent: toDisplayString(_ctx.finalContent)
12222
+ }, null, 8, ["textContent"]))
12223
+ ];
12224
+ }
12225
+ }),
12226
+ _: 2
12227
+ }, _parent2, _scopeId));
12228
+ } else {
12229
+ return [
12230
+ createVNode$1(_component_PopperContent, {
12231
+ ref: "popperContent",
12232
+ class: {
12233
+ "v-popper--tooltip-loading": _ctx.loading
12234
+ },
12235
+ "popper-id": popperId,
12236
+ theme: _ctx.theme,
12237
+ shown: isShown,
12238
+ mounted: shouldMountContent,
12239
+ "skip-transition": skipTransition,
12240
+ "auto-hide": autoHide,
12241
+ "handle-resize": handleResize,
12242
+ classes,
12243
+ result,
12244
+ onHide: hide,
12245
+ onResize
12246
+ }, {
12247
+ default: withCtx(() => [
12248
+ _ctx.html ? (openBlock(), createBlock("div", {
12249
+ key: 0,
12250
+ innerHTML: _ctx.finalContent
12251
+ }, null, 8, ["innerHTML"])) : (openBlock(), createBlock("div", {
12252
+ key: 1,
12253
+ textContent: toDisplayString(_ctx.finalContent)
12254
+ }, null, 8, ["textContent"]))
12255
+ ]),
12256
+ _: 2
12257
+ }, 1032, ["class", "popper-id", "theme", "shown", "mounted", "skip-transition", "auto-hide", "handle-resize", "classes", "result", "onHide", "onResize"])
12258
+ ];
12259
+ }
12260
+ }),
12261
+ _: 1
12262
+ }, _parent));
12263
+ }
12264
+ const _sfc_setup$b = _sfc_main$b.setup;
12265
+ _sfc_main$b.setup = (props, ctx) => {
12266
+ const ssrContext = useSSRContext();
12267
+ (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("node_modules/floating-vue/src/components/TooltipDirective.vue");
12268
+ return _sfc_setup$b ? _sfc_setup$b(props, ctx) : void 0;
12269
+ };
12270
+ const TooltipDirective = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["ssrRender", _sfc_ssrRender$2]]);
12271
+
12272
+ const TARGET_CLASS = "v-popper--has-tooltip";
12273
+ function getPlacement(options, modifiers) {
12274
+ let result = options.placement;
12275
+ if (!result && modifiers) {
12276
+ for (const pos of placements) {
12277
+ if (modifiers[pos]) {
12278
+ result = pos;
12279
+ }
12280
+ }
12281
+ }
12282
+ if (!result) {
12283
+ result = getDefaultConfig(options.theme || "tooltip", "placement");
12284
+ }
12285
+ return result;
12286
+ }
12287
+ function getOptions(el, value, modifiers) {
12288
+ let options;
12289
+ const type = typeof value;
12290
+ if (type === "string") {
12291
+ options = { content: value };
12292
+ } else if (value && type === "object") {
12293
+ options = value;
12294
+ } else {
12295
+ options = { content: false };
12296
+ }
12297
+ options.placement = getPlacement(options, modifiers);
12298
+ options.targetNodes = () => [el];
12299
+ options.referenceNode = () => el;
12300
+ return options;
12301
+ }
12302
+ let directiveApp;
12303
+ let directives;
12304
+ let uid = 0;
12305
+ function ensureDirectiveApp() {
12306
+ if (directiveApp)
12307
+ return;
12308
+ directives = ref([]);
12309
+ directiveApp = createApp$1({
12310
+ name: "VTooltipDirectiveApp",
12311
+ setup() {
12312
+ return {
12313
+ directives
12314
+ };
12315
+ },
12316
+ render() {
12317
+ return this.directives.map((directive) => {
12318
+ return h$2(TooltipDirective, {
12319
+ ...directive.options,
12320
+ shown: directive.shown || directive.options.shown,
12321
+ key: directive.id
12322
+ });
12323
+ });
12324
+ },
12325
+ devtools: {
12326
+ hide: true
12327
+ }
12328
+ });
12329
+ const mountTarget = document.createElement("div");
12330
+ document.body.appendChild(mountTarget);
12331
+ directiveApp.mount(mountTarget);
12332
+ }
12333
+ function createTooltip(el, value, modifiers) {
12334
+ ensureDirectiveApp();
12335
+ const options = ref(getOptions(el, value, modifiers));
12336
+ const shown = ref(false);
12337
+ const item = {
12338
+ id: uid++,
12339
+ options,
12340
+ shown
12341
+ };
12342
+ directives.value.push(item);
12343
+ if (el.classList) {
12344
+ el.classList.add(TARGET_CLASS);
12345
+ }
12346
+ const result = el.$_popper = {
12347
+ options,
12348
+ item,
12349
+ show() {
12350
+ shown.value = true;
12351
+ },
12352
+ hide() {
12353
+ shown.value = false;
12354
+ }
12355
+ };
12356
+ return result;
12357
+ }
12358
+ function destroyTooltip(el) {
12359
+ if (el.$_popper) {
12360
+ const index = directives.value.indexOf(el.$_popper.item);
12361
+ if (index !== -1)
12362
+ directives.value.splice(index, 1);
12363
+ delete el.$_popper;
12364
+ delete el.$_popperOldShown;
12365
+ delete el.$_popperMountTarget;
12366
+ }
12367
+ if (el.classList) {
12368
+ el.classList.remove(TARGET_CLASS);
12369
+ }
12370
+ }
12371
+ function bind(el, { value, modifiers }) {
12372
+ const options = getOptions(el, value, modifiers);
12373
+ if (!options.content || getDefaultConfig(options.theme || "tooltip", "disabled")) {
12374
+ destroyTooltip(el);
12375
+ } else {
12376
+ let directive;
12377
+ if (el.$_popper) {
12378
+ directive = el.$_popper;
12379
+ directive.options.value = options;
12380
+ } else {
12381
+ directive = createTooltip(el, value, modifiers);
12382
+ }
12383
+ if (typeof value.shown !== "undefined" && value.shown !== el.$_popperOldShown) {
12384
+ el.$_popperOldShown = value.shown;
12385
+ value.shown ? directive.show() : directive.hide();
12386
+ }
12387
+ }
12388
+ }
12389
+ const VTooltip = {
12390
+ beforeMount: bind,
12391
+ updated: bind,
12392
+ beforeUnmount(el) {
12393
+ destroyTooltip(el);
12394
+ }
12395
+ };
12396
+
10873
12397
  const _sfc_main$a = /* @__PURE__ */ defineComponent({
10874
12398
  __name: "Fade",
10875
12399
  __ssrInlineRender: true,
@@ -10964,14 +12488,6 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
10964
12488
  }
10965
12489
  });
10966
12490
 
10967
- const _export_sfc = (sfc, props) => {
10968
- const target = sfc.__vccOpts || sfc;
10969
- for (const [key, val] of props) {
10970
- target[key] = val;
10971
- }
10972
- return target;
10973
- };
10974
-
10975
12491
  const _sfc_setup$a = _sfc_main$a.setup;
10976
12492
  _sfc_main$a.setup = (props, ctx) => {
10977
12493
  const ssrContext = useSSRContext();
@@ -11436,7 +12952,7 @@ const getCMS = () => {
11436
12952
  const _getConfig = () => {
11437
12953
  const { VITE_ECOM_STORE_ID } = (Object.assign({"BASE_URL":"/","MODE":"production","DEV":false,"PROD":true},{ECOM_STORE_ID:process.env.ECOM_STORE_ID,})) || process.env;
11438
12954
  if (VITE_ECOM_STORE_ID) {
11439
- config.set({ storeId: Number(VITE_ECOM_STORE_ID) });
12955
+ config$1.set({ storeId: Number(VITE_ECOM_STORE_ID) });
11440
12956
  }
11441
12957
 
11442
12958
  const {
@@ -11445,7 +12961,7 @@ const _getConfig = () => {
11445
12961
  countryCode,
11446
12962
  currency,
11447
12963
  currencySymbol,
11448
- } = config.get();
12964
+ } = config$1.get();
11449
12965
 
11450
12966
  const {
11451
12967
  domain,
@@ -11454,7 +12970,7 @@ const _getConfig = () => {
11454
12970
  settings,
11455
12971
  cms,
11456
12972
  } = getCMS();
11457
- config.set({ cmsSettings: settings });
12973
+ config$1.set({ cmsSettings: settings });
11458
12974
 
11459
12975
  return {
11460
12976
  storeId,
@@ -13248,7 +14764,7 @@ const _page5 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
13248
14764
  const pageMap = new Map([['../../node_modules/.pnpm/@astrojs+image@0.12.1/node_modules/@astrojs/image/dist/endpoint.js', _page0],['src/pages/index.astro', _page1],['src/pages/fallback.astro', _page2],['src/pages/app/index.astro', _page3],['src/pages/app/account.astro', _page4],['src/pages/[...slug].astro', _page5],]);
13249
14765
  const renderers = [Object.assign({"name":"astro:jsx","serverEntrypoint":"astro/jsx/server.js","jsxImportSource":"astro"}, { ssr: server_default }),Object.assign({"name":"@astrojs/vue","clientEntrypoint":"@astrojs/vue/client.js","serverEntrypoint":"@astrojs/vue/server.js"}, { ssr: _renderer1 }),];
13250
14766
 
13251
- const _manifest = Object.assign(deserializeManifest({"adapterName":"@astrojs/node","routes":[{"file":"","links":[],"scripts":[{"type":"external","value":"page.5a6f3db5.js"},{"stage":"head-inline","children":"!(function(w,p,f,c){c=w[p]=Object.assign(w[p]||{},{\"lib\":\"/~partytown/\",\"debug\":false});c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.7.1 - MIT builder.io */\n!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,\"/\"==(a=(o.lib||\"/~partytown/\")+(o.debug?\"debug/\":\"\"))[0]&&(s=e.querySelectorAll('script[type=\"text/partytown\"]'),i!=t?i.dispatchEvent(new CustomEvent(\"pt1\",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener(\"pt0\",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||\"partytown-sw.js\"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener(\"statechange\",(function(t){\"activated\"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?\"script\":\"iframe\"),t||(c.setAttribute(\"style\",\"display:block;width:0;height:0;border:0;visibility:hidden\"),c.setAttribute(\"aria-hidden\",!0)),c.src=a+\"partytown-\"+(t?\"atomics.js?v=0.7.1\":\"sandbox-sw.html?\"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement(\"script\")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(\".\").map((function(e,n,i){p=p[i[n]]=n+1<i.length?\"push\"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),\"complete\"==e.readyState?u():(t.addEventListener(\"DOMContentLoaded\",u),t.addEventListener(\"load\",u))}(window,document,navigator,top,window.crossOriginIsolated);"}],"routeData":{"type":"endpoint","route":"/_image","pattern":"^\\/_image$","segments":[[{"content":"_image","dynamic":false,"spread":false}]],"params":[],"component":"../../node_modules/.pnpm/@astrojs+image@0.12.1/node_modules/@astrojs/image/dist/endpoint.js","pathname":"/_image","_meta":{"trailingSlash":"ignore"}}},{"file":"","links":["assets/_...slug_.15766f41.css","assets/index.e6a09532.css"],"scripts":[{"type":"external","value":"hoisted.f6ee2883.js"},{"type":"external","value":"page.5a6f3db5.js"},{"stage":"head-inline","children":"!(function(w,p,f,c){c=w[p]=Object.assign(w[p]||{},{\"lib\":\"/~partytown/\",\"debug\":false});c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.7.1 - MIT builder.io */\n!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,\"/\"==(a=(o.lib||\"/~partytown/\")+(o.debug?\"debug/\":\"\"))[0]&&(s=e.querySelectorAll('script[type=\"text/partytown\"]'),i!=t?i.dispatchEvent(new CustomEvent(\"pt1\",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener(\"pt0\",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||\"partytown-sw.js\"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener(\"statechange\",(function(t){\"activated\"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?\"script\":\"iframe\"),t||(c.setAttribute(\"style\",\"display:block;width:0;height:0;border:0;visibility:hidden\"),c.setAttribute(\"aria-hidden\",!0)),c.src=a+\"partytown-\"+(t?\"atomics.js?v=0.7.1\":\"sandbox-sw.html?\"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement(\"script\")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(\".\").map((function(e,n,i){p=p[i[n]]=n+1<i.length?\"push\"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),\"complete\"==e.readyState?u():(t.addEventListener(\"DOMContentLoaded\",u),t.addEventListener(\"load\",u))}(window,document,navigator,top,window.crossOriginIsolated);"}],"routeData":{"route":"/","type":"page","pattern":"^\\/$","segments":[],"params":[],"component":"src/pages/index.astro","pathname":"/","_meta":{"trailingSlash":"ignore"}}},{"file":"","links":["assets/_...slug_.15766f41.css"],"scripts":[{"type":"external","value":"hoisted.f6ee2883.js"},{"type":"external","value":"page.5a6f3db5.js"},{"stage":"head-inline","children":"!(function(w,p,f,c){c=w[p]=Object.assign(w[p]||{},{\"lib\":\"/~partytown/\",\"debug\":false});c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.7.1 - MIT builder.io */\n!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,\"/\"==(a=(o.lib||\"/~partytown/\")+(o.debug?\"debug/\":\"\"))[0]&&(s=e.querySelectorAll('script[type=\"text/partytown\"]'),i!=t?i.dispatchEvent(new CustomEvent(\"pt1\",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener(\"pt0\",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||\"partytown-sw.js\"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener(\"statechange\",(function(t){\"activated\"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?\"script\":\"iframe\"),t||(c.setAttribute(\"style\",\"display:block;width:0;height:0;border:0;visibility:hidden\"),c.setAttribute(\"aria-hidden\",!0)),c.src=a+\"partytown-\"+(t?\"atomics.js?v=0.7.1\":\"sandbox-sw.html?\"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement(\"script\")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(\".\").map((function(e,n,i){p=p[i[n]]=n+1<i.length?\"push\"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),\"complete\"==e.readyState?u():(t.addEventListener(\"DOMContentLoaded\",u),t.addEventListener(\"load\",u))}(window,document,navigator,top,window.crossOriginIsolated);"}],"routeData":{"route":"/fallback","type":"page","pattern":"^\\/fallback\\/?$","segments":[[{"content":"fallback","dynamic":false,"spread":false}]],"params":[],"component":"src/pages/fallback.astro","pathname":"/fallback","_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[{"type":"external","value":"page.5a6f3db5.js"},{"stage":"head-inline","children":"!(function(w,p,f,c){c=w[p]=Object.assign(w[p]||{},{\"lib\":\"/~partytown/\",\"debug\":false});c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.7.1 - MIT builder.io */\n!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,\"/\"==(a=(o.lib||\"/~partytown/\")+(o.debug?\"debug/\":\"\"))[0]&&(s=e.querySelectorAll('script[type=\"text/partytown\"]'),i!=t?i.dispatchEvent(new CustomEvent(\"pt1\",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener(\"pt0\",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||\"partytown-sw.js\"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener(\"statechange\",(function(t){\"activated\"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?\"script\":\"iframe\"),t||(c.setAttribute(\"style\",\"display:block;width:0;height:0;border:0;visibility:hidden\"),c.setAttribute(\"aria-hidden\",!0)),c.src=a+\"partytown-\"+(t?\"atomics.js?v=0.7.1\":\"sandbox-sw.html?\"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement(\"script\")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(\".\").map((function(e,n,i){p=p[i[n]]=n+1<i.length?\"push\"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),\"complete\"==e.readyState?u():(t.addEventListener(\"DOMContentLoaded\",u),t.addEventListener(\"load\",u))}(window,document,navigator,top,window.crossOriginIsolated);"}],"routeData":{"route":"/app","type":"page","pattern":"^\\/app\\/?$","segments":[[{"content":"app","dynamic":false,"spread":false}]],"params":[],"component":"src/pages/app/index.astro","pathname":"/app","_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[{"type":"external","value":"page.5a6f3db5.js"},{"stage":"head-inline","children":"!(function(w,p,f,c){c=w[p]=Object.assign(w[p]||{},{\"lib\":\"/~partytown/\",\"debug\":false});c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.7.1 - MIT builder.io */\n!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,\"/\"==(a=(o.lib||\"/~partytown/\")+(o.debug?\"debug/\":\"\"))[0]&&(s=e.querySelectorAll('script[type=\"text/partytown\"]'),i!=t?i.dispatchEvent(new CustomEvent(\"pt1\",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener(\"pt0\",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||\"partytown-sw.js\"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener(\"statechange\",(function(t){\"activated\"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?\"script\":\"iframe\"),t||(c.setAttribute(\"style\",\"display:block;width:0;height:0;border:0;visibility:hidden\"),c.setAttribute(\"aria-hidden\",!0)),c.src=a+\"partytown-\"+(t?\"atomics.js?v=0.7.1\":\"sandbox-sw.html?\"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement(\"script\")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(\".\").map((function(e,n,i){p=p[i[n]]=n+1<i.length?\"push\"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),\"complete\"==e.readyState?u():(t.addEventListener(\"DOMContentLoaded\",u),t.addEventListener(\"load\",u))}(window,document,navigator,top,window.crossOriginIsolated);"}],"routeData":{"route":"/app/account","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","_meta":{"trailingSlash":"ignore"}}},{"file":"","links":["assets/_...slug_.15766f41.css"],"scripts":[{"type":"external","value":"hoisted.f6ee2883.js"},{"type":"external","value":"page.5a6f3db5.js"},{"stage":"head-inline","children":"!(function(w,p,f,c){c=w[p]=Object.assign(w[p]||{},{\"lib\":\"/~partytown/\",\"debug\":false});c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.7.1 - MIT builder.io */\n!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,\"/\"==(a=(o.lib||\"/~partytown/\")+(o.debug?\"debug/\":\"\"))[0]&&(s=e.querySelectorAll('script[type=\"text/partytown\"]'),i!=t?i.dispatchEvent(new CustomEvent(\"pt1\",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener(\"pt0\",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||\"partytown-sw.js\"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener(\"statechange\",(function(t){\"activated\"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?\"script\":\"iframe\"),t||(c.setAttribute(\"style\",\"display:block;width:0;height:0;border:0;visibility:hidden\"),c.setAttribute(\"aria-hidden\",!0)),c.src=a+\"partytown-\"+(t?\"atomics.js?v=0.7.1\":\"sandbox-sw.html?\"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement(\"script\")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(\".\").map((function(e,n,i){p=p[i[n]]=n+1<i.length?\"push\"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),\"complete\"==e.readyState?u():(t.addEventListener(\"DOMContentLoaded\",u),t.addEventListener(\"load\",u))}(window,document,navigator,top,window.crossOriginIsolated);"}],"routeData":{"route":"/[...slug]","type":"page","pattern":"^(?:\\/(.*?))?\\/?$","segments":[[{"content":"...slug","dynamic":true,"spread":true}]],"params":["...slug"],"component":"src/pages/[...slug].astro","_meta":{"trailingSlash":"ignore"}}}],"site":"https://ecom2-002.web.app/","base":"/","markdown":{"drafts":false,"syntaxHighlight":"shiki","shikiConfig":{"langs":[],"theme":"github-dark","wrap":false},"remarkPlugins":[],"rehypePlugins":[],"remarkRehype":{},"extendDefaultPlugins":false,"isAstroFlavoredMd":false},"pageMap":null,"renderers":[],"entryModules":{"\u0000@astrojs-ssr-virtual-entry":"entry.mjs","/home/leo/code/ecomplus/cloud-commerce/packages/storefront/node_modules/@astrojs/image/dist/vendor/squoosh/image-pool.js":"chunks/image-pool.abfa6f7b.mjs","@@sf/components/Prices.vue":"Prices.795d082c.js","@@sf/components/ProductCard.vue":"ProductCard.f477b7a1.js","@astrojs/vue/client.js":"client.8b4e336b.js","/astro/hoisted.js?q=0":"hoisted.f6ee2883.js","astro:scripts/page.js":"page.5a6f3db5.js","@@components/header/HeaderButtons.vue":"HeaderButtons.f1c92fd8.js","/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/lib/components/LoginForm.vue":"chunks/LoginForm.36774236.js","/home/leo/code/ecomplus/cloud-commerce/node_modules/workbox-window/build/workbox-window.prod.es5.mjs":"chunks/workbox-window.prod.es5.10f2e5ac.js","astro:scripts/before-hydration.js":""},"assets":["/assets/index.e6a09532.css","/assets/server.4d9646d8.css","/assets/_...slug_.15766f41.css","/manifest.webmanifest","/registerSW.js","/HeaderButtons.f1c92fd8.js","/Prices.795d082c.js","/ProductCard.f477b7a1.js","/client.8b4e336b.js","/hoisted.f6ee2883.js","/page.5a6f3db5.js","/robots.txt","/sw.js","/workbox-abdc68aa.js","/admin/config.json","/assets/cms-preview.css","/assets/cms.css","/assets/cvv.png","/assets/img-placeholder.png","/assets/payments.png","/assets/ssl-safe.png","/chunks/HeaderButtons.27ab2180.js","/chunks/LoginForm.36774236.js","/chunks/Prices.vue_vue_type_script_setup_true_lang.522e4ac4.js","/chunks/_plugin-vue_export-helper.979dc9e3.js","/chunks/ecom-utils.b0a26608.js","/chunks/preload-helper.1de719f8.js","/chunks/price.ecf7fed4.js","/chunks/runtime-core.esm-bundler.6c012e5d.js","/chunks/session-utm.2de8b604.js","/chunks/workbox-window.prod.es5.10f2e5ac.js","/img/icon.png","/img/large-icon.png","/img/uploads/banner1.png","/img/uploads/banner2.png","/img/uploads/banner2.webp","/img/uploads/favicon.png","/img/uploads/headless.png","/img/uploads/headphone.png","/img/uploads/headphone.webp","/img/uploads/icon.png","/img/uploads/large-icon.png","/img/uploads/logo.png","/img/uploads/logo.webp","/img/uploads/og-image.png","/img/uploads/passion.png","/img/uploads/passion.webp","/img/uploads/pwa-reliable.png","/img/uploads/rect8589.png","/img/uploads/rect859.png","/img/uploads/rect89.png","/img/uploads/rect89.webp","/img/uploads/ssl-safe.png","/assets/icons/bootstrap-icons/font/storefront-icons.woff2","/assets/icons/feather-icons/font/storefront-icons.woff2","/assets/icons/font-awesome/font/storefront-icons.woff2","/assets/icons/line-awesome/font/storefront-icons.woff2","/assets/icons/tabler-icons/font/storefront-icons.woff2","/page.5a6f3db5.js","/~partytown/partytown-atomics.js","/~partytown/partytown-media.js","/~partytown/partytown-sw.js","/~partytown/partytown.js"]}), {
14767
+ const _manifest = Object.assign(deserializeManifest({"adapterName":"@astrojs/node","routes":[{"file":"","links":[],"scripts":[{"type":"external","value":"page.5a6f3db5.js"},{"stage":"head-inline","children":"!(function(w,p,f,c){c=w[p]=Object.assign(w[p]||{},{\"lib\":\"/~partytown/\",\"debug\":false});c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.7.1 - MIT builder.io */\n!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,\"/\"==(a=(o.lib||\"/~partytown/\")+(o.debug?\"debug/\":\"\"))[0]&&(s=e.querySelectorAll('script[type=\"text/partytown\"]'),i!=t?i.dispatchEvent(new CustomEvent(\"pt1\",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener(\"pt0\",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||\"partytown-sw.js\"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener(\"statechange\",(function(t){\"activated\"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?\"script\":\"iframe\"),t||(c.setAttribute(\"style\",\"display:block;width:0;height:0;border:0;visibility:hidden\"),c.setAttribute(\"aria-hidden\",!0)),c.src=a+\"partytown-\"+(t?\"atomics.js?v=0.7.1\":\"sandbox-sw.html?\"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement(\"script\")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(\".\").map((function(e,n,i){p=p[i[n]]=n+1<i.length?\"push\"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),\"complete\"==e.readyState?u():(t.addEventListener(\"DOMContentLoaded\",u),t.addEventListener(\"load\",u))}(window,document,navigator,top,window.crossOriginIsolated);"}],"routeData":{"type":"endpoint","route":"/_image","pattern":"^\\/_image$","segments":[[{"content":"_image","dynamic":false,"spread":false}]],"params":[],"component":"../../node_modules/.pnpm/@astrojs+image@0.12.1/node_modules/@astrojs/image/dist/endpoint.js","pathname":"/_image","_meta":{"trailingSlash":"ignore"}}},{"file":"","links":["assets/_...slug_.f19a16ca.css","assets/index.e6a09532.css"],"scripts":[{"type":"external","value":"hoisted.f6ee2883.js"},{"type":"external","value":"page.5a6f3db5.js"},{"stage":"head-inline","children":"!(function(w,p,f,c){c=w[p]=Object.assign(w[p]||{},{\"lib\":\"/~partytown/\",\"debug\":false});c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.7.1 - MIT builder.io */\n!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,\"/\"==(a=(o.lib||\"/~partytown/\")+(o.debug?\"debug/\":\"\"))[0]&&(s=e.querySelectorAll('script[type=\"text/partytown\"]'),i!=t?i.dispatchEvent(new CustomEvent(\"pt1\",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener(\"pt0\",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||\"partytown-sw.js\"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener(\"statechange\",(function(t){\"activated\"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?\"script\":\"iframe\"),t||(c.setAttribute(\"style\",\"display:block;width:0;height:0;border:0;visibility:hidden\"),c.setAttribute(\"aria-hidden\",!0)),c.src=a+\"partytown-\"+(t?\"atomics.js?v=0.7.1\":\"sandbox-sw.html?\"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement(\"script\")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(\".\").map((function(e,n,i){p=p[i[n]]=n+1<i.length?\"push\"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),\"complete\"==e.readyState?u():(t.addEventListener(\"DOMContentLoaded\",u),t.addEventListener(\"load\",u))}(window,document,navigator,top,window.crossOriginIsolated);"}],"routeData":{"route":"/","type":"page","pattern":"^\\/$","segments":[],"params":[],"component":"src/pages/index.astro","pathname":"/","_meta":{"trailingSlash":"ignore"}}},{"file":"","links":["assets/_...slug_.f19a16ca.css"],"scripts":[{"type":"external","value":"hoisted.f6ee2883.js"},{"type":"external","value":"page.5a6f3db5.js"},{"stage":"head-inline","children":"!(function(w,p,f,c){c=w[p]=Object.assign(w[p]||{},{\"lib\":\"/~partytown/\",\"debug\":false});c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.7.1 - MIT builder.io */\n!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,\"/\"==(a=(o.lib||\"/~partytown/\")+(o.debug?\"debug/\":\"\"))[0]&&(s=e.querySelectorAll('script[type=\"text/partytown\"]'),i!=t?i.dispatchEvent(new CustomEvent(\"pt1\",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener(\"pt0\",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||\"partytown-sw.js\"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener(\"statechange\",(function(t){\"activated\"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?\"script\":\"iframe\"),t||(c.setAttribute(\"style\",\"display:block;width:0;height:0;border:0;visibility:hidden\"),c.setAttribute(\"aria-hidden\",!0)),c.src=a+\"partytown-\"+(t?\"atomics.js?v=0.7.1\":\"sandbox-sw.html?\"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement(\"script\")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(\".\").map((function(e,n,i){p=p[i[n]]=n+1<i.length?\"push\"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),\"complete\"==e.readyState?u():(t.addEventListener(\"DOMContentLoaded\",u),t.addEventListener(\"load\",u))}(window,document,navigator,top,window.crossOriginIsolated);"}],"routeData":{"route":"/fallback","type":"page","pattern":"^\\/fallback\\/?$","segments":[[{"content":"fallback","dynamic":false,"spread":false}]],"params":[],"component":"src/pages/fallback.astro","pathname":"/fallback","_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[{"type":"external","value":"page.5a6f3db5.js"},{"stage":"head-inline","children":"!(function(w,p,f,c){c=w[p]=Object.assign(w[p]||{},{\"lib\":\"/~partytown/\",\"debug\":false});c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.7.1 - MIT builder.io */\n!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,\"/\"==(a=(o.lib||\"/~partytown/\")+(o.debug?\"debug/\":\"\"))[0]&&(s=e.querySelectorAll('script[type=\"text/partytown\"]'),i!=t?i.dispatchEvent(new CustomEvent(\"pt1\",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener(\"pt0\",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||\"partytown-sw.js\"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener(\"statechange\",(function(t){\"activated\"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?\"script\":\"iframe\"),t||(c.setAttribute(\"style\",\"display:block;width:0;height:0;border:0;visibility:hidden\"),c.setAttribute(\"aria-hidden\",!0)),c.src=a+\"partytown-\"+(t?\"atomics.js?v=0.7.1\":\"sandbox-sw.html?\"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement(\"script\")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(\".\").map((function(e,n,i){p=p[i[n]]=n+1<i.length?\"push\"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),\"complete\"==e.readyState?u():(t.addEventListener(\"DOMContentLoaded\",u),t.addEventListener(\"load\",u))}(window,document,navigator,top,window.crossOriginIsolated);"}],"routeData":{"route":"/app","type":"page","pattern":"^\\/app\\/?$","segments":[[{"content":"app","dynamic":false,"spread":false}]],"params":[],"component":"src/pages/app/index.astro","pathname":"/app","_meta":{"trailingSlash":"ignore"}}},{"file":"","links":[],"scripts":[{"type":"external","value":"page.5a6f3db5.js"},{"stage":"head-inline","children":"!(function(w,p,f,c){c=w[p]=Object.assign(w[p]||{},{\"lib\":\"/~partytown/\",\"debug\":false});c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.7.1 - MIT builder.io */\n!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,\"/\"==(a=(o.lib||\"/~partytown/\")+(o.debug?\"debug/\":\"\"))[0]&&(s=e.querySelectorAll('script[type=\"text/partytown\"]'),i!=t?i.dispatchEvent(new CustomEvent(\"pt1\",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener(\"pt0\",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||\"partytown-sw.js\"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener(\"statechange\",(function(t){\"activated\"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?\"script\":\"iframe\"),t||(c.setAttribute(\"style\",\"display:block;width:0;height:0;border:0;visibility:hidden\"),c.setAttribute(\"aria-hidden\",!0)),c.src=a+\"partytown-\"+(t?\"atomics.js?v=0.7.1\":\"sandbox-sw.html?\"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement(\"script\")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(\".\").map((function(e,n,i){p=p[i[n]]=n+1<i.length?\"push\"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),\"complete\"==e.readyState?u():(t.addEventListener(\"DOMContentLoaded\",u),t.addEventListener(\"load\",u))}(window,document,navigator,top,window.crossOriginIsolated);"}],"routeData":{"route":"/app/account","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","_meta":{"trailingSlash":"ignore"}}},{"file":"","links":["assets/_...slug_.f19a16ca.css"],"scripts":[{"type":"external","value":"hoisted.f6ee2883.js"},{"type":"external","value":"page.5a6f3db5.js"},{"stage":"head-inline","children":"!(function(w,p,f,c){c=w[p]=Object.assign(w[p]||{},{\"lib\":\"/~partytown/\",\"debug\":false});c[f]=(c[f]||[])})(window,'partytown','forward');/* Partytown 0.7.1 - MIT builder.io */\n!function(t,e,n,i,r,o,a,d,s,c,p,l){function u(){l||(l=1,\"/\"==(a=(o.lib||\"/~partytown/\")+(o.debug?\"debug/\":\"\"))[0]&&(s=e.querySelectorAll('script[type=\"text/partytown\"]'),i!=t?i.dispatchEvent(new CustomEvent(\"pt1\",{detail:t})):(d=setTimeout(w,1e4),e.addEventListener(\"pt0\",f),r?h(1):n.serviceWorker?n.serviceWorker.register(a+(o.swPath||\"partytown-sw.js\"),{scope:a}).then((function(t){t.active?h():t.installing&&t.installing.addEventListener(\"statechange\",(function(t){\"activated\"==t.target.state&&h()}))}),console.error):w())))}function h(t){c=e.createElement(t?\"script\":\"iframe\"),t||(c.setAttribute(\"style\",\"display:block;width:0;height:0;border:0;visibility:hidden\"),c.setAttribute(\"aria-hidden\",!0)),c.src=a+\"partytown-\"+(t?\"atomics.js?v=0.7.1\":\"sandbox-sw.html?\"+Date.now()),e.body.appendChild(c)}function w(t,n){for(f(),t=0;t<s.length;t++)(n=e.createElement(\"script\")).innerHTML=s[t].innerHTML,e.head.appendChild(n);c&&c.parentNode.removeChild(c)}function f(){clearTimeout(d)}o=t.partytown||{},i==t&&(o.forward||[]).map((function(e){p=t,e.split(\".\").map((function(e,n,i){p=p[i[n]]=n+1<i.length?\"push\"==i[n+1]?[]:p[i[n]]||{}:function(){(t._ptf=t._ptf||[]).push(i,arguments)}}))})),\"complete\"==e.readyState?u():(t.addEventListener(\"DOMContentLoaded\",u),t.addEventListener(\"load\",u))}(window,document,navigator,top,window.crossOriginIsolated);"}],"routeData":{"route":"/[...slug]","type":"page","pattern":"^(?:\\/(.*?))?\\/?$","segments":[[{"content":"...slug","dynamic":true,"spread":true}]],"params":["...slug"],"component":"src/pages/[...slug].astro","_meta":{"trailingSlash":"ignore"}}}],"site":"https://ecom2-002.web.app/","base":"/","markdown":{"drafts":false,"syntaxHighlight":"shiki","shikiConfig":{"langs":[],"theme":"github-dark","wrap":false},"remarkPlugins":[],"rehypePlugins":[],"remarkRehype":{},"extendDefaultPlugins":false,"isAstroFlavoredMd":false},"pageMap":null,"renderers":[],"entryModules":{"\u0000@astrojs-ssr-virtual-entry":"entry.mjs","/home/leo/code/ecomplus/cloud-commerce/packages/storefront/node_modules/@astrojs/image/dist/vendor/squoosh/image-pool.js":"chunks/image-pool.abfa6f7b.mjs","@@sf/components/Prices.vue":"Prices.9099fe99.js","@@sf/components/ProductCard.vue":"ProductCard.7b68cc35.js","@astrojs/vue/client.js":"client.9783ef49.js","/astro/hoisted.js?q=0":"hoisted.f6ee2883.js","astro:scripts/page.js":"page.5a6f3db5.js","@@components/header/HeaderButtons.vue":"HeaderButtons.8acf8a3b.js","/home/leo/code/ecomplus/cloud-commerce/packages/storefront/src/lib/components/LoginForm.vue":"chunks/LoginForm.ac2f1b1f.js","/home/leo/code/ecomplus/cloud-commerce/node_modules/workbox-window/build/workbox-window.prod.es5.mjs":"chunks/workbox-window.prod.es5.10f2e5ac.js","astro:scripts/before-hydration.js":""},"assets":["/assets/index.e6a09532.css","/assets/server.55b8d73d.css","/assets/_...slug_.f19a16ca.css","/manifest.webmanifest","/registerSW.js","/HeaderButtons.8acf8a3b.js","/Prices.9099fe99.js","/ProductCard.7b68cc35.js","/client.9783ef49.js","/hoisted.f6ee2883.js","/page.5a6f3db5.js","/robots.txt","/sw.js","/workbox-abdc68aa.js","/admin/config.json","/assets/cms-preview.css","/assets/cms.css","/assets/cvv.png","/assets/img-placeholder.png","/assets/payments.png","/assets/ssl-safe.png","/chunks/HeaderButtons.cbbb059d.js","/chunks/LoginForm.ac2f1b1f.js","/chunks/Prices.vue_vue_type_script_setup_true_lang.c37148c1.js","/chunks/_plugin-vue_export-helper.5ccc5d75.js","/chunks/ecom-utils.b0a26608.js","/chunks/preload-helper.1de719f8.js","/chunks/price.ecf7fed4.js","/chunks/runtime-core.esm-bundler.d5646b29.js","/chunks/session-utm.2de8b604.js","/chunks/workbox-window.prod.es5.10f2e5ac.js","/img/icon.png","/img/large-icon.png","/img/uploads/banner1.png","/img/uploads/banner2.png","/img/uploads/banner2.webp","/img/uploads/favicon.png","/img/uploads/headless.png","/img/uploads/headphone.png","/img/uploads/headphone.webp","/img/uploads/icon.png","/img/uploads/large-icon.png","/img/uploads/logo.png","/img/uploads/logo.webp","/img/uploads/og-image.png","/img/uploads/passion.png","/img/uploads/passion.webp","/img/uploads/pwa-reliable.png","/img/uploads/rect8589.png","/img/uploads/rect859.png","/img/uploads/rect89.png","/img/uploads/rect89.webp","/img/uploads/ssl-safe.png","/assets/icons/bootstrap-icons/font/storefront-icons.woff2","/assets/icons/feather-icons/font/storefront-icons.woff2","/assets/icons/font-awesome/font/storefront-icons.woff2","/assets/icons/line-awesome/font/storefront-icons.woff2","/assets/icons/tabler-icons/font/storefront-icons.woff2","/page.5a6f3db5.js","/~partytown/partytown-atomics.js","/~partytown/partytown-media.js","/~partytown/partytown-sw.js","/~partytown/partytown.js"]}), {
13252
14768
  pageMap: pageMap,
13253
14769
  renderers: renderers
13254
14770
  });