@xcpcio/board-app 0.52.0 → 0.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (146) hide show
  1. package/dist/404.html +1 -1
  2. package/dist/assets/{Board-f05c0366.css → Board--Fj0eIxn.css} +1 -1
  3. package/dist/assets/Board-DVycq7Hb.js +1 -0
  4. package/dist/assets/ContestStateBadge-SaSIRVZw.js +1 -0
  5. package/dist/assets/ContestStateBadge-yOXRkC0c.css +1 -0
  6. package/dist/assets/DataSourceInput.vue_vue_type_script_setup_true_lang-ButnX5NG.js +1 -0
  7. package/dist/assets/Footer.vue_vue_type_script_setup_true_lang-DtriOyxw.js +1 -0
  8. package/dist/assets/NavBar-CTO09sVc.js +1 -0
  9. package/dist/assets/NavBar-K1-1c5jR.css +1 -0
  10. package/dist/assets/RightArrowIcon-93I3m1Dg.js +1 -0
  11. package/dist/assets/TheInput.vue_vue_type_script_setup_true_lang-Bstp0Uq6.js +1 -0
  12. package/dist/assets/Tooltip-VVqtpO6L.css +1 -0
  13. package/dist/assets/Tooltip.vue_vue_type_script_setup_true_lang-IVJ6kO8Y.js +27 -0
  14. package/dist/assets/{_...all_-85910c2a.js → _...all_-CajB1u6j.js} +2 -2
  15. package/dist/assets/_...all_-DkFLHLY4.js +1 -0
  16. package/dist/assets/_name_-CKcXFscu.js +1 -0
  17. package/dist/assets/_plugin-vue_export-helper-DlAUqK2U.js +1 -0
  18. package/dist/assets/about-Bt1E61e1.js +5 -0
  19. package/dist/assets/board-BuZxK-RS.js +1 -0
  20. package/dist/assets/board-layout-BDGSSQnD.js +1 -0
  21. package/dist/assets/constant-D5AETBoS.js +1 -0
  22. package/dist/assets/default-g2FZdb_E.js +1 -0
  23. package/dist/assets/en-DDlXf_8q.js +1 -0
  24. package/dist/assets/headless-AGI21K3d.js +1 -0
  25. package/dist/assets/home-CIo2SGx9.js +1 -0
  26. package/dist/assets/index-B0AiC33S.js +1 -0
  27. package/dist/assets/index-BJlHNlHk.js +198 -0
  28. package/dist/assets/{index-241beb5a.css → index-BP90wE2A.css} +1 -1
  29. package/dist/assets/index-BVqqkkh8.js +25 -0
  30. package/dist/assets/index-BerApwlM.css +1 -0
  31. package/dist/assets/index-Bqug296L.js +50 -0
  32. package/dist/assets/index-ByBDbX-Q.js +1 -0
  33. package/dist/assets/index-CDb5YJlm.js +1 -0
  34. package/dist/assets/index-Ci3FURub.css +5 -0
  35. package/dist/assets/index-CsD1PvIl.js +5 -0
  36. package/dist/assets/{index-c827bc8f.css → index-DRiWpQTB.css} +1 -1
  37. package/dist/assets/index-De6dfmWB.css +1 -0
  38. package/dist/assets/index-DtIE9gnq.js +1 -0
  39. package/dist/assets/index-eEOWm26O.js +1 -0
  40. package/dist/assets/index-layout-B9ZsHAPN.js +1 -0
  41. package/dist/assets/pagination-SF0231GF.js +3 -0
  42. package/dist/assets/route-block-B_A1xBdJ.js +1 -0
  43. package/dist/assets/test-BmgsMNrG.js +1 -0
  44. package/dist/assets/use-vmodel-DKmkNt1c.js +1 -0
  45. package/dist/assets/useQueryBoardData-MYqwKv9X.js +1 -0
  46. package/dist/assets/user-DVMgLOCG.js +1 -0
  47. package/dist/assets/virtual_pwa-register-G08q8i_v.js +1 -0
  48. package/dist/assets/workbox-window.prod.es5-D5gOYdM7.js +2 -0
  49. package/dist/assets/zh-CN-CNJkghp4.js +1 -0
  50. package/dist/index.html +1 -1
  51. package/dist/sw.js +1 -1
  52. package/package.json +51 -49
  53. package/src/auto-imports.d.ts +4 -2
  54. package/src/components/Balloon.vue +3 -2
  55. package/src/components/BalloonBlock.vue +1 -1
  56. package/src/components/ContestIndexUI.vue +3 -3
  57. package/src/components/Countdown.vue +3 -3
  58. package/src/components/NavBar.vue +1 -1
  59. package/src/components/Resolver.vue +112 -27
  60. package/src/components/SearchInput.vue +1 -1
  61. package/src/components/TheCheckbox.vue +1 -1
  62. package/src/components/TheCounter.vue +1 -1
  63. package/src/components/TheInput.vue +3 -3
  64. package/src/components/battle-of-giants/GiantsOptions.vue +5 -5
  65. package/src/components/battle-of-giants/GiantsScoreBoard.vue +1 -1
  66. package/src/components/board/AnimatedSubmissionBlock.vue +2 -2
  67. package/src/components/board/AnimatedSubmissionsModal.vue +1 -1
  68. package/src/components/board/Badge.vue +2 -2
  69. package/src/components/board/Board.vue +8 -8
  70. package/src/components/board/BoardTab.vue +1 -1
  71. package/src/components/board/BottomStatistics.vue +1 -1
  72. package/src/components/board/ContestStateBadge.vue +3 -3
  73. package/src/components/board/Export.vue +5 -5
  74. package/src/components/board/Modal.vue +4 -4
  75. package/src/components/board/ModalMenu.vue +2 -2
  76. package/src/components/board/OptionsModal.vue +4 -4
  77. package/src/components/board/ProblemBlock.vue +2 -2
  78. package/src/components/board/ProblemInfoModal.vue +3 -3
  79. package/src/components/board/Progress.vue +12 -9
  80. package/src/components/board/SecondLevelMenu.vue +2 -2
  81. package/src/components/board/Standings.vue +5 -5
  82. package/src/components/board/Statistics.vue +3 -3
  83. package/src/components/board/SubmissionsTable.vue +15 -15
  84. package/src/components/board/SubmissionsTableModal.vue +4 -4
  85. package/src/components/board/TeamAwards.vue +3 -3
  86. package/src/components/board/TeamInfoModal.vue +5 -5
  87. package/src/components/board/TeamProblemBlock.vue +5 -5
  88. package/src/components/board/TeamUI.vue +3 -3
  89. package/src/components/flowbite/Tooltip.vue +2 -2
  90. package/src/components/rating/Rating.vue +1 -1
  91. package/src/components/rating/RatingBadge.vue +1 -1
  92. package/src/components/rating/RatingIndexUI.vue +3 -3
  93. package/src/components/rating/RatingInfoModal.vue +4 -4
  94. package/src/components/rating/RatingTable.vue +4 -4
  95. package/src/components/rating/RatingUserUI.vue +2 -2
  96. package/src/components/table/TablePagination.vue +1 -1
  97. package/src/components.d.ts +1 -1
  98. package/src/composables/color.ts +2 -2
  99. package/src/composables/logo/index.ts +1 -1
  100. package/src/composables/pagination.ts +2 -2
  101. package/src/composables/rating.ts +1 -1
  102. package/src/composables/statistics.ts +1 -1
  103. package/src/composables/type.ts +4 -4
  104. package/src/composables/useQueryBoardData.ts +3 -2
  105. package/src/main.ts +9 -8
  106. package/src/modules/README.md +1 -1
  107. package/src/modules/i18n.ts +1 -1
  108. package/src/modules/nprogress.ts +1 -1
  109. package/src/modules/pinia.ts +1 -1
  110. package/src/modules/pwa.ts +1 -1
  111. package/src/modules/toast.ts +2 -2
  112. package/src/pages/index.vue +6 -6
  113. package/src/pages/rating/index.vue +2 -2
  114. package/src/shims.d.ts +10 -8
  115. package/src/styles/markdown.css +8 -11
  116. package/src/typed-router.d.ts +33 -0
  117. package/src/types.ts +1 -1
  118. package/tsconfig.json +18 -19
  119. package/vite.config.ts +32 -30
  120. package/dist/assets/Board-04b0589d.js +0 -1
  121. package/dist/assets/DataSourceInput.vue_vue_type_script_setup_true_lang-11e5a08c.js +0 -1
  122. package/dist/assets/TheInput.vue_vue_type_script_setup_true_lang-f91fd6e0.js +0 -1
  123. package/dist/assets/_...all_-905784b3.js +0 -1
  124. package/dist/assets/_name_-203db09f.js +0 -1
  125. package/dist/assets/about-d9d865e0.js +0 -11
  126. package/dist/assets/board-3f91f491.js +0 -1
  127. package/dist/assets/board-layout-967802f4.js +0 -1
  128. package/dist/assets/en-c9a8dbb5.js +0 -1
  129. package/dist/assets/headless-f3f3253c.js +0 -1
  130. package/dist/assets/home-3d9e3102.js +0 -1
  131. package/dist/assets/index-0095f855.js +0 -1
  132. package/dist/assets/index-1e2a1259.js +0 -236
  133. package/dist/assets/index-43f8e0d3.css +0 -5
  134. package/dist/assets/index-86ef642b.js +0 -1
  135. package/dist/assets/index-accb347c.css +0 -1
  136. package/dist/assets/index-b97b2d45.js +0 -1
  137. package/dist/assets/index-d51c6c02.js +0 -1
  138. package/dist/assets/index-layout-5a67cc99.js +0 -1
  139. package/dist/assets/pagination-6eac914a.js +0 -3
  140. package/dist/assets/query-ff21040c.js +0 -1
  141. package/dist/assets/test-5dd32cac.js +0 -1
  142. package/dist/assets/user-cd9a56f6.js +0 -1
  143. package/dist/assets/virtual_pwa-register-ff5720d1.js +0 -1
  144. package/dist/assets/workbox-window.prod.es5-c46a1faa.js +0 -2
  145. package/dist/assets/zh-CN-8e545f66.js +0 -1
  146. /package/dist/assets/{_...all_-c60acc8c.css → _..-8Wh-Y8sB.css} +0 -0
@@ -0,0 +1,50 @@
1
+ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/board-layout-BDGSSQnD.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/Footer.vue_vue_type_script_setup_true_lang-DtriOyxw.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/Tooltip.vue_vue_type_script_setup_true_lang-IVJ6kO8Y.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/Tooltip-VVqtpO6L.css","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/constant-D5AETBoS.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/index-B0AiC33S.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/NavBar-CTO09sVc.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/_plugin-vue_export-helper-DlAUqK2U.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/NavBar-K1-1c5jR.css","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/default-g2FZdb_E.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/headless-AGI21K3d.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/home-CIo2SGx9.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/index-layout-B9ZsHAPN.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/index-CsD1PvIl.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/index-CDb5YJlm.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/index-BJlHNlHk.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/RightArrowIcon-93I3m1Dg.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/ContestStateBadge-SaSIRVZw.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/ContestStateBadge-yOXRkC0c.css","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/use-vmodel-DKmkNt1c.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/route-block-B_A1xBdJ.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/index-BP90wE2A.css","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/_...all_-DkFLHLY4.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/Board-DVycq7Hb.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/pagination-SF0231GF.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/TheInput.vue_vue_type_script_setup_true_lang-Bstp0Uq6.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/useQueryBoardData-MYqwKv9X.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/Board--Fj0eIxn.css","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/index-ByBDbX-Q.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/DataSourceInput.vue_vue_type_script_setup_true_lang-ButnX5NG.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/board-BuZxK-RS.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/index-DtIE9gnq.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/index-De6dfmWB.css","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/_name_-CKcXFscu.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/user-DVMgLOCG.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/index-eEOWm26O.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/index-BerApwlM.css","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/_...all_-CajB1u6j.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/_..-8Wh-Y8sB.css","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/index-BVqqkkh8.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/index-DRiWpQTB.css","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.53.0/dist/assets/test-BmgsMNrG.js"])))=>i.map(i=>d[i]);
2
+ var hc=e=>{throw TypeError(e)};var zo=(e,t,n)=>t.has(e)||hc("Cannot "+n);var U=(e,t,n)=>(zo(e,t,"read from private field"),n?n.call(e):t.get(e)),ve=(e,t,n)=>t.has(e)?hc("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,n),oe=(e,t,n,s)=>(zo(e,t,"write to private field"),s?s.call(e,n):t.set(e,n),n),Ze=(e,t,n)=>(zo(e,t,"access private method"),n);var ui=(e,t,n,s)=>({set _(r){oe(e,t,r,n)},get _(){return U(e,t,s)}});(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const r of document.querySelectorAll('link[rel="modulepreload"]'))s(r);new MutationObserver(r=>{for(const i of r)if(i.type==="childList")for(const o of i.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&s(o)}).observe(document,{childList:!0,subtree:!0});function n(r){const i={};return r.integrity&&(i.integrity=r.integrity),r.referrerPolicy&&(i.referrerPolicy=r.referrerPolicy),r.crossOrigin==="use-credentials"?i.credentials="include":r.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function s(r){if(r.ep)return;r.ep=!0;const i=n(r);fetch(r.href,i)}})();const Mm="modulepreload",Dm=function(e,t){return new URL(e,t).href},pc={},He=function(t,n,s){let r=Promise.resolve();if(n&&n.length>0){const o=document.getElementsByTagName("link"),l=document.querySelector("meta[property=csp-nonce]"),a=(l==null?void 0:l.nonce)||(l==null?void 0:l.getAttribute("nonce"));r=Promise.allSettled(n.map(c=>{if(c=Dm(c,s),c in pc)return;pc[c]=!0;const f=c.endsWith(".css"),u=f?'[rel="stylesheet"]':"";if(!!s)for(let m=o.length-1;m>=0;m--){const g=o[m];if(g.href===c&&(!f||g.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${c}"]${u}`))return;const h=document.createElement("link");if(h.rel=f?"stylesheet":Mm,f||(h.as="script"),h.crossOrigin="",h.href=c,a&&h.setAttribute("nonce",a),document.head.appendChild(h),f)return new Promise((m,g)=>{h.addEventListener("load",m),h.addEventListener("error",()=>g(new Error(`Unable to preload CSS for ${c}`)))})}))}function i(o){const l=new Event("vite:preloadError",{cancelable:!0});if(l.payload=o,window.dispatchEvent(l),!l.defaultPrevented)throw o}return r.then(o=>{for(const l of o||[])l.status==="rejected"&&i(l.reason);return t().catch(i)})};/*!
3
+ * shared v10.0.4
4
+ * (c) 2024 kazuya kawaguchi
5
+ * Released under the MIT License.
6
+ */const Hi=typeof window<"u",es=(e,t=!1)=>t?Symbol.for(e):Symbol(e),$m=(e,t,n)=>Fm({l:e,k:t,s:n}),Fm=e=>JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029").replace(/\u0027/g,"\\u0027"),Qe=e=>typeof e=="number"&&isFinite(e),Hm=e=>ha(e)==="[object Date]",ji=e=>ha(e)==="[object RegExp]",yo=e=>pe(e)&&Object.keys(e).length===0,ze=Object.assign;let mc;const da=()=>mc||(mc=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function gc(e){return e.replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;")}const jm=Object.prototype.hasOwnProperty;function Ui(e,t){return jm.call(e,t)}const Ue=Array.isArray,ke=e=>typeof e=="function",J=e=>typeof e=="string",Ne=e=>typeof e=="boolean",ye=e=>e!==null&&typeof e=="object",Um=e=>ye(e)&&ke(e.then)&&ke(e.catch),zf=Object.prototype.toString,ha=e=>zf.call(e),pe=e=>ha(e)==="[object Object]",Vm=e=>e==null?"":Ue(e)||pe(e)&&e.toString===zf?JSON.stringify(e,null,2):String(e);function pa(e,t=""){return e.reduce((n,s,r)=>r===0?n+s:n+t+s,"")}function Bm(e,t){typeof console<"u"&&(console.warn("[intlify] "+e),t&&console.warn(t.stack))}const fi=e=>!ye(e)||Ue(e);function ki(e,t){if(fi(e)||fi(t))throw new Error("Invalid value");const n=[{src:e,des:t}];for(;n.length;){const{src:s,des:r}=n.pop();Object.keys(s).forEach(i=>{ye(s[i])&&!ye(r[i])&&(r[i]=Array.isArray(s[i])?[]:{}),fi(r[i])||fi(s[i])?r[i]=s[i]:n.push({src:s[i],des:r[i]})})}}/*!
7
+ * message-compiler v10.0.4
8
+ * (c) 2024 kazuya kawaguchi
9
+ * Released under the MIT License.
10
+ */function Wm(e,t,n){return{line:e,column:t,offset:n}}function Tl(e,t,n){return{start:e,end:t}}const we={EXPECTED_TOKEN:1,INVALID_TOKEN_IN_PLACEHOLDER:2,UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER:3,UNKNOWN_ESCAPE_SEQUENCE:4,INVALID_UNICODE_ESCAPE_SEQUENCE:5,UNBALANCED_CLOSING_BRACE:6,UNTERMINATED_CLOSING_BRACE:7,EMPTY_PLACEHOLDER:8,NOT_ALLOW_NEST_PLACEHOLDER:9,INVALID_LINKED_FORMAT:10,MUST_HAVE_MESSAGES_IN_PLURAL:11,UNEXPECTED_EMPTY_LINKED_MODIFIER:12,UNEXPECTED_EMPTY_LINKED_KEY:13,UNEXPECTED_LEXICAL_ANALYSIS:14,UNHANDLED_CODEGEN_NODE_TYPE:15,UNHANDLED_MINIFIER_NODE_TYPE:16},Km=17;function _o(e,t,n={}){const{domain:s,messages:r,args:i}=n,o=e,l=new SyntaxError(String(o));return l.code=e,t&&(l.location=t),l.domain=s,l}function qm(e){throw e}const rn=" ",Gm="\r",it=`
11
+ `,Qm="\u2028",zm="\u2029";function Ym(e){const t=e;let n=0,s=1,r=1,i=0;const o=L=>t[L]===Gm&&t[L+1]===it,l=L=>t[L]===it,a=L=>t[L]===zm,c=L=>t[L]===Qm,f=L=>o(L)||l(L)||a(L)||c(L),u=()=>n,d=()=>s,h=()=>r,m=()=>i,g=L=>o(L)||a(L)||c(L)?it:t[L],b=()=>g(n),_=()=>g(n+i);function v(){return i=0,f(n)&&(s++,r=0),o(n)&&n++,n++,r++,t[n]}function p(){return o(n+i)&&i++,i++,t[n+i]}function y(){n=0,s=1,r=1,i=0}function E(L=0){i=L}function C(){const L=n+i;for(;L!==n;)v();i=0}return{index:u,line:d,column:h,peekOffset:m,charAt:g,currentChar:b,currentPeek:_,next:v,peek:p,reset:y,resetPeek:E,skipToPeek:C}}const Sn=void 0,Xm=".",yc="'",Jm="tokenizer";function Zm(e,t={}){const n=t.location!==!1,s=Ym(e),r=()=>s.index(),i=()=>Wm(s.line(),s.column(),s.index()),o=i(),l=r(),a={currentType:13,offset:l,startLoc:o,endLoc:o,lastType:13,lastOffset:l,lastStartLoc:o,lastEndLoc:o,braceNest:0,inLinked:!1,text:""},c=()=>a,{onError:f}=t;function u(w,S,k,...$){const j=c();if(S.column+=k,S.offset+=k,f){const K=n?Tl(j.startLoc,S):null,x=_o(w,K,{domain:Jm,args:$});f(x)}}function d(w,S,k){w.endLoc=i(),w.currentType=S;const $={type:S};return n&&($.loc=Tl(w.startLoc,w.endLoc)),k!=null&&($.value=k),$}const h=w=>d(w,13);function m(w,S){return w.currentChar()===S?(w.next(),S):(u(we.EXPECTED_TOKEN,i(),0,S),"")}function g(w){let S="";for(;w.currentPeek()===rn||w.currentPeek()===it;)S+=w.currentPeek(),w.peek();return S}function b(w){const S=g(w);return w.skipToPeek(),S}function _(w){if(w===Sn)return!1;const S=w.charCodeAt(0);return S>=97&&S<=122||S>=65&&S<=90||S===95}function v(w){if(w===Sn)return!1;const S=w.charCodeAt(0);return S>=48&&S<=57}function p(w,S){const{currentType:k}=S;if(k!==2)return!1;g(w);const $=_(w.currentPeek());return w.resetPeek(),$}function y(w,S){const{currentType:k}=S;if(k!==2)return!1;g(w);const $=w.currentPeek()==="-"?w.peek():w.currentPeek(),j=v($);return w.resetPeek(),j}function E(w,S){const{currentType:k}=S;if(k!==2)return!1;g(w);const $=w.currentPeek()===yc;return w.resetPeek(),$}function C(w,S){const{currentType:k}=S;if(k!==7)return!1;g(w);const $=w.currentPeek()===".";return w.resetPeek(),$}function L(w,S){const{currentType:k}=S;if(k!==8)return!1;g(w);const $=_(w.currentPeek());return w.resetPeek(),$}function R(w,S){const{currentType:k}=S;if(!(k===7||k===11))return!1;g(w);const $=w.currentPeek()===":";return w.resetPeek(),$}function O(w,S){const{currentType:k}=S;if(k!==9)return!1;const $=()=>{const K=w.currentPeek();return K==="{"?_(w.peek()):K==="@"||K==="|"||K===":"||K==="."||K===rn||!K?!1:K===it?(w.peek(),$()):D(w,!1)},j=$();return w.resetPeek(),j}function A(w){g(w);const S=w.currentPeek()==="|";return w.resetPeek(),S}function D(w,S=!0){const k=(j=!1,K="")=>{const x=w.currentPeek();return x==="{"||x==="@"||!x?j:x==="|"?!(K===rn||K===it):x===rn?(w.peek(),k(!0,rn)):x===it?(w.peek(),k(!0,it)):!0},$=k();return S&&w.resetPeek(),$}function N(w,S){const k=w.currentChar();return k===Sn?Sn:S(k)?(w.next(),k):null}function B(w){const S=w.charCodeAt(0);return S>=97&&S<=122||S>=65&&S<=90||S>=48&&S<=57||S===95||S===36}function X(w){return N(w,B)}function se(w){const S=w.charCodeAt(0);return S>=97&&S<=122||S>=65&&S<=90||S>=48&&S<=57||S===95||S===36||S===45}function W(w){return N(w,se)}function q(w){const S=w.charCodeAt(0);return S>=48&&S<=57}function G(w){return N(w,q)}function re(w){const S=w.charCodeAt(0);return S>=48&&S<=57||S>=65&&S<=70||S>=97&&S<=102}function xe(w){return N(w,re)}function We(w){let S="",k="";for(;S=G(w);)k+=S;return k}function Re(w){let S="";for(;;){const k=w.currentChar();if(k==="{"||k==="}"||k==="@"||k==="|"||!k)break;if(k===rn||k===it)if(D(w))S+=k,w.next();else{if(A(w))break;S+=k,w.next()}else S+=k,w.next()}return S}function Ke(w){b(w);let S="",k="";for(;S=W(w);)k+=S;return w.currentChar()===Sn&&u(we.UNTERMINATED_CLOSING_BRACE,i(),0),k}function Ce(w){b(w);let S="";return w.currentChar()==="-"?(w.next(),S+=`-${We(w)}`):S+=We(w),w.currentChar()===Sn&&u(we.UNTERMINATED_CLOSING_BRACE,i(),0),S}function Xe(w){return w!==yc&&w!==it}function Je(w){b(w),m(w,"'");let S="",k="";for(;S=N(w,Xe);)S==="\\"?k+=H(w):k+=S;const $=w.currentChar();return $===it||$===Sn?(u(we.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER,i(),0),$===it&&(w.next(),m(w,"'")),k):(m(w,"'"),k)}function H(w){const S=w.currentChar();switch(S){case"\\":case"'":return w.next(),`\\${S}`;case"u":return Y(w,S,4);case"U":return Y(w,S,6);default:return u(we.UNKNOWN_ESCAPE_SEQUENCE,i(),0,S),""}}function Y(w,S,k){m(w,S);let $="";for(let j=0;j<k;j++){const K=xe(w);if(!K){u(we.INVALID_UNICODE_ESCAPE_SEQUENCE,i(),0,`\\${S}${$}${w.currentChar()}`);break}$+=K}return`\\${S}${$}`}function Q(w){return w!=="{"&&w!=="}"&&w!==rn&&w!==it}function ee(w){b(w);let S="",k="";for(;S=N(w,Q);)k+=S;return k}function ue(w){let S="",k="";for(;S=X(w);)k+=S;return k}function Ee(w){const S=k=>{const $=w.currentChar();return $==="{"||$==="@"||$==="|"||$==="("||$===")"||!$||$===rn?k:(k+=$,w.next(),S(k))};return S("")}function T(w){b(w);const S=m(w,"|");return b(w),S}function P(w,S){let k=null;switch(w.currentChar()){case"{":return S.braceNest>=1&&u(we.NOT_ALLOW_NEST_PLACEHOLDER,i(),0),w.next(),k=d(S,2,"{"),b(w),S.braceNest++,k;case"}":return S.braceNest>0&&S.currentType===2&&u(we.EMPTY_PLACEHOLDER,i(),0),w.next(),k=d(S,3,"}"),S.braceNest--,S.braceNest>0&&b(w),S.inLinked&&S.braceNest===0&&(S.inLinked=!1),k;case"@":return S.braceNest>0&&u(we.UNTERMINATED_CLOSING_BRACE,i(),0),k=I(w,S)||h(S),S.braceNest=0,k;default:{let j=!0,K=!0,x=!0;if(A(w))return S.braceNest>0&&u(we.UNTERMINATED_CLOSING_BRACE,i(),0),k=d(S,1,T(w)),S.braceNest=0,S.inLinked=!1,k;if(S.braceNest>0&&(S.currentType===4||S.currentType===5||S.currentType===6))return u(we.UNTERMINATED_CLOSING_BRACE,i(),0),S.braceNest=0,V(w,S);if(j=p(w,S))return k=d(S,4,Ke(w)),b(w),k;if(K=y(w,S))return k=d(S,5,Ce(w)),b(w),k;if(x=E(w,S))return k=d(S,6,Je(w)),b(w),k;if(!j&&!K&&!x)return k=d(S,12,ee(w)),u(we.INVALID_TOKEN_IN_PLACEHOLDER,i(),0,k.value),b(w),k;break}}return k}function I(w,S){const{currentType:k}=S;let $=null;const j=w.currentChar();switch((k===7||k===8||k===11||k===9)&&(j===it||j===rn)&&u(we.INVALID_LINKED_FORMAT,i(),0),j){case"@":return w.next(),$=d(S,7,"@"),S.inLinked=!0,$;case".":return b(w),w.next(),d(S,8,".");case":":return b(w),w.next(),d(S,9,":");default:return A(w)?($=d(S,1,T(w)),S.braceNest=0,S.inLinked=!1,$):C(w,S)||R(w,S)?(b(w),I(w,S)):L(w,S)?(b(w),d(S,11,ue(w))):O(w,S)?(b(w),j==="{"?P(w,S)||$:d(S,10,Ee(w))):(k===7&&u(we.INVALID_LINKED_FORMAT,i(),0),S.braceNest=0,S.inLinked=!1,V(w,S))}}function V(w,S){let k={type:13};if(S.braceNest>0)return P(w,S)||h(S);if(S.inLinked)return I(w,S)||h(S);switch(w.currentChar()){case"{":return P(w,S)||h(S);case"}":return u(we.UNBALANCED_CLOSING_BRACE,i(),0),w.next(),d(S,3,"}");case"@":return I(w,S)||h(S);default:{if(A(w))return k=d(S,1,T(w)),S.braceNest=0,S.inLinked=!1,k;if(D(w))return d(S,0,Re(w));break}}return k}function F(){const{currentType:w,offset:S,startLoc:k,endLoc:$}=a;return a.lastType=w,a.lastOffset=S,a.lastStartLoc=k,a.lastEndLoc=$,a.offset=r(),a.startLoc=i(),s.currentChar()===Sn?d(a,13):V(s,a)}return{nextToken:F,currentOffset:r,currentPosition:i,context:c}}const eg="parser",tg=/(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;function ng(e,t,n){switch(e){case"\\\\":return"\\";case"\\'":return"'";default:{const s=parseInt(t||n,16);return s<=55295||s>=57344?String.fromCodePoint(s):"�"}}}function sg(e={}){const t=e.location!==!1,{onError:n}=e;function s(_,v,p,y,...E){const C=_.currentPosition();if(C.offset+=y,C.column+=y,n){const L=t?Tl(p,C):null,R=_o(v,L,{domain:eg,args:E});n(R)}}function r(_,v,p){const y={type:_};return t&&(y.start=v,y.end=v,y.loc={start:p,end:p}),y}function i(_,v,p,y){t&&(_.end=v,_.loc&&(_.loc.end=p))}function o(_,v){const p=_.context(),y=r(3,p.offset,p.startLoc);return y.value=v,i(y,_.currentOffset(),_.currentPosition()),y}function l(_,v){const p=_.context(),{lastOffset:y,lastStartLoc:E}=p,C=r(5,y,E);return C.index=parseInt(v,10),_.nextToken(),i(C,_.currentOffset(),_.currentPosition()),C}function a(_,v){const p=_.context(),{lastOffset:y,lastStartLoc:E}=p,C=r(4,y,E);return C.key=v,_.nextToken(),i(C,_.currentOffset(),_.currentPosition()),C}function c(_,v){const p=_.context(),{lastOffset:y,lastStartLoc:E}=p,C=r(9,y,E);return C.value=v.replace(tg,ng),_.nextToken(),i(C,_.currentOffset(),_.currentPosition()),C}function f(_){const v=_.nextToken(),p=_.context(),{lastOffset:y,lastStartLoc:E}=p,C=r(8,y,E);return v.type!==11?(s(_,we.UNEXPECTED_EMPTY_LINKED_MODIFIER,p.lastStartLoc,0),C.value="",i(C,y,E),{nextConsumeToken:v,node:C}):(v.value==null&&s(_,we.UNEXPECTED_LEXICAL_ANALYSIS,p.lastStartLoc,0,Wt(v)),C.value=v.value||"",i(C,_.currentOffset(),_.currentPosition()),{node:C})}function u(_,v){const p=_.context(),y=r(7,p.offset,p.startLoc);return y.value=v,i(y,_.currentOffset(),_.currentPosition()),y}function d(_){const v=_.context(),p=r(6,v.offset,v.startLoc);let y=_.nextToken();if(y.type===8){const E=f(_);p.modifier=E.node,y=E.nextConsumeToken||_.nextToken()}switch(y.type!==9&&s(_,we.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,Wt(y)),y=_.nextToken(),y.type===2&&(y=_.nextToken()),y.type){case 10:y.value==null&&s(_,we.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,Wt(y)),p.key=u(_,y.value||"");break;case 4:y.value==null&&s(_,we.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,Wt(y)),p.key=a(_,y.value||"");break;case 5:y.value==null&&s(_,we.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,Wt(y)),p.key=l(_,y.value||"");break;case 6:y.value==null&&s(_,we.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,Wt(y)),p.key=c(_,y.value||"");break;default:{s(_,we.UNEXPECTED_EMPTY_LINKED_KEY,v.lastStartLoc,0);const E=_.context(),C=r(7,E.offset,E.startLoc);return C.value="",i(C,E.offset,E.startLoc),p.key=C,i(p,E.offset,E.startLoc),{nextConsumeToken:y,node:p}}}return i(p,_.currentOffset(),_.currentPosition()),{node:p}}function h(_){const v=_.context(),p=v.currentType===1?_.currentOffset():v.offset,y=v.currentType===1?v.endLoc:v.startLoc,E=r(2,p,y);E.items=[];let C=null;do{const O=C||_.nextToken();switch(C=null,O.type){case 0:O.value==null&&s(_,we.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,Wt(O)),E.items.push(o(_,O.value||""));break;case 5:O.value==null&&s(_,we.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,Wt(O)),E.items.push(l(_,O.value||""));break;case 4:O.value==null&&s(_,we.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,Wt(O)),E.items.push(a(_,O.value||""));break;case 6:O.value==null&&s(_,we.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,Wt(O)),E.items.push(c(_,O.value||""));break;case 7:{const A=d(_);E.items.push(A.node),C=A.nextConsumeToken||null;break}}}while(v.currentType!==13&&v.currentType!==1);const L=v.currentType===1?v.lastOffset:_.currentOffset(),R=v.currentType===1?v.lastEndLoc:_.currentPosition();return i(E,L,R),E}function m(_,v,p,y){const E=_.context();let C=y.items.length===0;const L=r(1,v,p);L.cases=[],L.cases.push(y);do{const R=h(_);C||(C=R.items.length===0),L.cases.push(R)}while(E.currentType!==13);return C&&s(_,we.MUST_HAVE_MESSAGES_IN_PLURAL,p,0),i(L,_.currentOffset(),_.currentPosition()),L}function g(_){const v=_.context(),{offset:p,startLoc:y}=v,E=h(_);return v.currentType===13?E:m(_,p,y,E)}function b(_){const v=Zm(_,ze({},e)),p=v.context(),y=r(0,p.offset,p.startLoc);return t&&y.loc&&(y.loc.source=_),y.body=g(v),e.onCacheKey&&(y.cacheKey=e.onCacheKey(_)),p.currentType!==13&&s(v,we.UNEXPECTED_LEXICAL_ANALYSIS,p.lastStartLoc,0,_[p.offset]||""),i(y,v.currentOffset(),v.currentPosition()),y}return{parse:b}}function Wt(e){if(e.type===13)return"EOF";const t=(e.value||"").replace(/\r?\n/gu,"\\n");return t.length>10?t.slice(0,9)+"…":t}function rg(e,t={}){const n={ast:e,helpers:new Set};return{context:()=>n,helper:i=>(n.helpers.add(i),i)}}function _c(e,t){for(let n=0;n<e.length;n++)ma(e[n],t)}function ma(e,t){switch(e.type){case 1:_c(e.cases,t),t.helper("plural");break;case 2:_c(e.items,t);break;case 6:{ma(e.key,t),t.helper("linked"),t.helper("type");break}case 5:t.helper("interpolate"),t.helper("list");break;case 4:t.helper("interpolate"),t.helper("named");break}}function ig(e,t={}){const n=rg(e);n.helper("normalize"),e.body&&ma(e.body,n);const s=n.context();e.helpers=Array.from(s.helpers)}function og(e){const t=e.body;return t.type===2?vc(t):t.cases.forEach(n=>vc(n)),e}function vc(e){if(e.items.length===1){const t=e.items[0];(t.type===3||t.type===9)&&(e.static=t.value,delete t.value)}else{const t=[];for(let n=0;n<e.items.length;n++){const s=e.items[n];if(!(s.type===3||s.type===9)||s.value==null)break;t.push(s.value)}if(t.length===e.items.length){e.static=pa(t);for(let n=0;n<e.items.length;n++){const s=e.items[n];(s.type===3||s.type===9)&&delete s.value}}}}function Rs(e){switch(e.t=e.type,e.type){case 0:{const t=e;Rs(t.body),t.b=t.body,delete t.body;break}case 1:{const t=e,n=t.cases;for(let s=0;s<n.length;s++)Rs(n[s]);t.c=n,delete t.cases;break}case 2:{const t=e,n=t.items;for(let s=0;s<n.length;s++)Rs(n[s]);t.i=n,delete t.items,t.static&&(t.s=t.static,delete t.static);break}case 3:case 9:case 8:case 7:{const t=e;t.value&&(t.v=t.value,delete t.value);break}case 6:{const t=e;Rs(t.key),t.k=t.key,delete t.key,t.modifier&&(Rs(t.modifier),t.m=t.modifier,delete t.modifier);break}case 5:{const t=e;t.i=t.index,delete t.index;break}case 4:{const t=e;t.k=t.key,delete t.key;break}}delete e.type}function lg(e,t){const{sourceMap:n,filename:s,breakLineCode:r,needIndent:i}=t,o=t.location!==!1,l={filename:s,code:"",column:1,line:1,offset:0,map:void 0,breakLineCode:r,needIndent:i,indentLevel:0};o&&e.loc&&(l.source=e.loc.source);const a=()=>l;function c(b,_){l.code+=b}function f(b,_=!0){const v=_?r:"";c(i?v+" ".repeat(b):v)}function u(b=!0){const _=++l.indentLevel;b&&f(_)}function d(b=!0){const _=--l.indentLevel;b&&f(_)}function h(){f(l.indentLevel)}return{context:a,push:c,indent:u,deindent:d,newline:h,helper:b=>`_${b}`,needIndent:()=>l.needIndent}}function ag(e,t){const{helper:n}=e;e.push(`${n("linked")}(`),Xs(e,t.key),t.modifier?(e.push(", "),Xs(e,t.modifier),e.push(", _type")):e.push(", undefined, _type"),e.push(")")}function cg(e,t){const{helper:n,needIndent:s}=e;e.push(`${n("normalize")}([`),e.indent(s());const r=t.items.length;for(let i=0;i<r&&(Xs(e,t.items[i]),i!==r-1);i++)e.push(", ");e.deindent(s()),e.push("])")}function ug(e,t){const{helper:n,needIndent:s}=e;if(t.cases.length>1){e.push(`${n("plural")}([`),e.indent(s());const r=t.cases.length;for(let i=0;i<r&&(Xs(e,t.cases[i]),i!==r-1);i++)e.push(", ");e.deindent(s()),e.push("])")}}function fg(e,t){t.body?Xs(e,t.body):e.push("null")}function Xs(e,t){const{helper:n}=e;switch(t.type){case 0:fg(e,t);break;case 1:ug(e,t);break;case 2:cg(e,t);break;case 6:ag(e,t);break;case 8:e.push(JSON.stringify(t.value),t);break;case 7:e.push(JSON.stringify(t.value),t);break;case 5:e.push(`${n("interpolate")}(${n("list")}(${t.index}))`,t);break;case 4:e.push(`${n("interpolate")}(${n("named")}(${JSON.stringify(t.key)}))`,t);break;case 9:e.push(JSON.stringify(t.value),t);break;case 3:e.push(JSON.stringify(t.value),t);break}}const dg=(e,t={})=>{const n=J(t.mode)?t.mode:"normal",s=J(t.filename)?t.filename:"message.intl",r=!!t.sourceMap,i=t.breakLineCode!=null?t.breakLineCode:n==="arrow"?";":`
12
+ `,o=t.needIndent?t.needIndent:n!=="arrow",l=e.helpers||[],a=lg(e,{mode:n,filename:s,sourceMap:r,breakLineCode:i,needIndent:o});a.push(n==="normal"?"function __msg__ (ctx) {":"(ctx) => {"),a.indent(o),l.length>0&&(a.push(`const { ${pa(l.map(u=>`${u}: _${u}`),", ")} } = ctx`),a.newline()),a.push("return "),Xs(a,e),a.deindent(o),a.push("}"),delete e.helpers;const{code:c,map:f}=a.context();return{ast:e,code:c,map:f?f.toJSON():void 0}};function hg(e,t={}){const n=ze({},t),s=!!n.jit,r=!!n.minify,i=n.optimize==null?!0:n.optimize,l=sg(n).parse(e);return s?(i&&og(l),r&&Rs(l),{ast:l,code:""}):(ig(l,n),dg(l,n))}/*!
13
+ * core-base v10.0.4
14
+ * (c) 2024 kazuya kawaguchi
15
+ * Released under the MIT License.
16
+ */function pg(){typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(da().__INTLIFY_PROD_DEVTOOLS__=!1)}function Yo(e){return n=>mg(n,e)}function mg(e,t){const n=t.b||t.body;if((n.t||n.type)===1){const s=n,r=s.c||s.cases;return e.plural(r.reduce((i,o)=>[...i,bc(e,o)],[]))}else return bc(e,n)}function bc(e,t){const n=t.s||t.static;if(n!=null)return e.type==="text"?n:e.normalize([n]);{const s=(t.i||t.items).reduce((r,i)=>[...r,Sl(e,i)],[]);return e.normalize(s)}}function Sl(e,t){const n=t.t||t.type;switch(n){case 3:{const s=t;return s.v||s.value}case 9:{const s=t;return s.v||s.value}case 4:{const s=t;return e.interpolate(e.named(s.k||s.key))}case 5:{const s=t;return e.interpolate(e.list(s.i!=null?s.i:s.index))}case 6:{const s=t,r=s.m||s.modifier;return e.linked(Sl(e,s.k||s.key),r?Sl(e,r):void 0,e.type)}case 7:{const s=t;return s.v||s.value}case 8:{const s=t;return s.v||s.value}default:throw new Error(`unhandled node type on format message part: ${n}`)}}const gg=e=>e;let di=Object.create(null);const Js=e=>ye(e)&&(e.t===0||e.type===0)&&("b"in e||"body"in e);function yg(e,t={}){let n=!1;const s=t.onError||qm;return t.onError=r=>{n=!0,s(r)},{...hg(e,t),detectError:n}}function _g(e,t){if(J(e)){Ne(t.warnHtmlMessage)&&t.warnHtmlMessage;const s=(t.onCacheKey||gg)(e),r=di[s];if(r)return r;const{ast:i,detectError:o}=yg(e,{...t,location:!1,jit:!0}),l=Yo(i);return o?l:di[s]=l}else{const n=e.cacheKey;if(n){const s=di[n];return s||(di[n]=Yo(e))}else return Yo(e)}}let Ir=null;function vg(e){Ir=e}function bg(e,t,n){Ir&&Ir.emit("i18n:init",{timestamp:Date.now(),i18n:e,version:t,meta:n})}const wg=Eg("function:translate");function Eg(e){return t=>Ir&&Ir.emit(e,t)}const hn={INVALID_ARGUMENT:Km,INVALID_DATE_ARGUMENT:18,INVALID_ISO_DATE_ARGUMENT:19,NOT_SUPPORT_NON_STRING_MESSAGE:20,NOT_SUPPORT_LOCALE_PROMISE_VALUE:21,NOT_SUPPORT_LOCALE_ASYNC_FUNCTION:22,NOT_SUPPORT_LOCALE_TYPE:23},Tg=24;function pn(e){return _o(e,null,void 0)}function ga(e,t){return t.locale!=null?wc(t.locale):wc(e.locale)}let Xo;function wc(e){if(J(e))return e;if(ke(e)){if(e.resolvedOnce&&Xo!=null)return Xo;if(e.constructor.name==="Function"){const t=e();if(Um(t))throw pn(hn.NOT_SUPPORT_LOCALE_PROMISE_VALUE);return Xo=t}else throw pn(hn.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION)}else throw pn(hn.NOT_SUPPORT_LOCALE_TYPE)}function Sg(e,t,n){return[...new Set([n,...Ue(t)?t:ye(t)?Object.keys(t):J(t)?[t]:[n]])]}function Yf(e,t,n){const s=J(n)?n:Vi,r=e;r.__localeChainCache||(r.__localeChainCache=new Map);let i=r.__localeChainCache.get(s);if(!i){i=[];let o=[n];for(;Ue(o);)o=Ec(i,o,t);const l=Ue(t)||!pe(t)?t:t.default?t.default:null;o=J(l)?[l]:l,Ue(o)&&Ec(i,o,!1),r.__localeChainCache.set(s,i)}return i}function Ec(e,t,n){let s=!0;for(let r=0;r<t.length&&Ne(s);r++){const i=t[r];J(i)&&(s=Cg(e,t[r],n))}return s}function Cg(e,t,n){let s;const r=t.split("-");do{const i=r.join("-");s=Pg(e,i,n),r.splice(-1,1)}while(r.length&&s===!0);return s}function Pg(e,t,n){let s=!1;if(!e.includes(t)&&(s=!0,t)){s=t[t.length-1]!=="!";const r=t.replace(/!/g,"");e.push(r),(Ue(n)||pe(n))&&n[r]&&(s=n[r])}return s}const ts=[];ts[0]={w:[0],i:[3,0],"[":[4],o:[7]};ts[1]={w:[1],".":[2],"[":[4],o:[7]};ts[2]={w:[2],i:[3,0],0:[3,0]};ts[3]={i:[3,0],0:[3,0],w:[1,1],".":[2,1],"[":[4,1],o:[7,1]};ts[4]={"'":[5,0],'"':[6,0],"[":[4,2],"]":[1,3],o:8,l:[4,0]};ts[5]={"'":[4,0],o:8,l:[5,0]};ts[6]={'"':[4,0],o:8,l:[6,0]};const Og=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function Ag(e){return Og.test(e)}function Rg(e){const t=e.charCodeAt(0),n=e.charCodeAt(e.length-1);return t===n&&(t===34||t===39)?e.slice(1,-1):e}function Lg(e){if(e==null)return"o";switch(e.charCodeAt(0)){case 91:case 93:case 46:case 34:case 39:return e;case 95:case 36:case 45:return"i";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"w"}return"i"}function xg(e){const t=e.trim();return e.charAt(0)==="0"&&isNaN(parseInt(e))?!1:Ag(t)?Rg(t):"*"+t}function kg(e){const t=[];let n=-1,s=0,r=0,i,o,l,a,c,f,u;const d=[];d[0]=()=>{o===void 0?o=l:o+=l},d[1]=()=>{o!==void 0&&(t.push(o),o=void 0)},d[2]=()=>{d[0](),r++},d[3]=()=>{if(r>0)r--,s=4,d[0]();else{if(r=0,o===void 0||(o=xg(o),o===!1))return!1;d[1]()}};function h(){const m=e[n+1];if(s===5&&m==="'"||s===6&&m==='"')return n++,l="\\"+m,d[0](),!0}for(;s!==null;)if(n++,i=e[n],!(i==="\\"&&h())){if(a=Lg(i),u=ts[s],c=u[a]||u.l||8,c===8||(s=c[0],c[1]!==void 0&&(f=d[c[1]],f&&(l=i,f()===!1))))return;if(s===7)return t}}const Tc=new Map;function Ng(e,t){return ye(e)?e[t]:null}function Ig(e,t){if(!ye(e))return null;let n=Tc.get(t);if(n||(n=kg(t),n&&Tc.set(t,n)),!n)return null;const s=n.length;let r=e,i=0;for(;i<s;){const o=r[n[i]];if(o===void 0||ke(r))return null;r=o,i++}return r}const Mg="10.0.4",vo=-1,Vi="en-US",Sc="",Cc=e=>`${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;function Dg(){return{upper:(e,t)=>t==="text"&&J(e)?e.toUpperCase():t==="vnode"&&ye(e)&&"__v_isVNode"in e?e.children.toUpperCase():e,lower:(e,t)=>t==="text"&&J(e)?e.toLowerCase():t==="vnode"&&ye(e)&&"__v_isVNode"in e?e.children.toLowerCase():e,capitalize:(e,t)=>t==="text"&&J(e)?Cc(e):t==="vnode"&&ye(e)&&"__v_isVNode"in e?Cc(e.children):e}}let Xf;function $g(e){Xf=e}let Jf;function Fg(e){Jf=e}let Zf;function Hg(e){Zf=e}let ed=null;const jg=e=>{ed=e},Ug=()=>ed;let td=null;const Pc=e=>{td=e},Vg=()=>td;let Oc=0;function Bg(e={}){const t=ke(e.onWarn)?e.onWarn:Bm,n=J(e.version)?e.version:Mg,s=J(e.locale)||ke(e.locale)?e.locale:Vi,r=ke(s)?Vi:s,i=Ue(e.fallbackLocale)||pe(e.fallbackLocale)||J(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:r,o=pe(e.messages)?e.messages:{[r]:{}},l=pe(e.datetimeFormats)?e.datetimeFormats:{[r]:{}},a=pe(e.numberFormats)?e.numberFormats:{[r]:{}},c=ze({},e.modifiers||{},Dg()),f=e.pluralRules||{},u=ke(e.missing)?e.missing:null,d=Ne(e.missingWarn)||ji(e.missingWarn)?e.missingWarn:!0,h=Ne(e.fallbackWarn)||ji(e.fallbackWarn)?e.fallbackWarn:!0,m=!!e.fallbackFormat,g=!!e.unresolving,b=ke(e.postTranslation)?e.postTranslation:null,_=pe(e.processor)?e.processor:null,v=Ne(e.warnHtmlMessage)?e.warnHtmlMessage:!0,p=!!e.escapeParameter,y=ke(e.messageCompiler)?e.messageCompiler:Xf,E=ke(e.messageResolver)?e.messageResolver:Jf||Ng,C=ke(e.localeFallbacker)?e.localeFallbacker:Zf||Sg,L=ye(e.fallbackContext)?e.fallbackContext:void 0,R=e,O=ye(R.__datetimeFormatters)?R.__datetimeFormatters:new Map,A=ye(R.__numberFormatters)?R.__numberFormatters:new Map,D=ye(R.__meta)?R.__meta:{};Oc++;const N={version:n,cid:Oc,locale:s,fallbackLocale:i,messages:o,modifiers:c,pluralRules:f,missing:u,missingWarn:d,fallbackWarn:h,fallbackFormat:m,unresolving:g,postTranslation:b,processor:_,warnHtmlMessage:v,escapeParameter:p,messageCompiler:y,messageResolver:E,localeFallbacker:C,fallbackContext:L,onWarn:t,__meta:D};return N.datetimeFormats=l,N.numberFormats=a,N.__datetimeFormatters=O,N.__numberFormatters=A,__INTLIFY_PROD_DEVTOOLS__&&bg(N,n,D),N}function ya(e,t,n,s,r){const{missing:i,onWarn:o}=e;if(i!==null){const l=i(e,n,t,r);return J(l)?l:t}else return t}function dr(e,t,n){const s=e;s.__localeChainCache=new Map,e.localeFallbacker(e,n,t)}function Wg(e,t){return e===t?!1:e.split("-")[0]===t.split("-")[0]}function Kg(e,t){const n=t.indexOf(e);if(n===-1)return!1;for(let s=n+1;s<t.length;s++)if(Wg(e,t[s]))return!0;return!1}function Ac(e,...t){const{datetimeFormats:n,unresolving:s,fallbackLocale:r,onWarn:i,localeFallbacker:o}=e,{__datetimeFormatters:l}=e,[a,c,f,u]=Cl(...t),d=Ne(f.missingWarn)?f.missingWarn:e.missingWarn;Ne(f.fallbackWarn)?f.fallbackWarn:e.fallbackWarn;const h=!!f.part,m=ga(e,f),g=o(e,r,m);if(!J(a)||a==="")return new Intl.DateTimeFormat(m,u).format(c);let b={},_,v=null;const p="datetime format";for(let C=0;C<g.length&&(_=g[C],b=n[_]||{},v=b[a],!pe(v));C++)ya(e,a,_,d,p);if(!pe(v)||!J(_))return s?vo:a;let y=`${_}__${a}`;yo(u)||(y=`${y}__${JSON.stringify(u)}`);let E=l.get(y);return E||(E=new Intl.DateTimeFormat(_,ze({},v,u)),l.set(y,E)),h?E.formatToParts(c):E.format(c)}const nd=["localeMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName","formatMatcher","hour12","timeZone","dateStyle","timeStyle","calendar","dayPeriod","numberingSystem","hourCycle","fractionalSecondDigits"];function Cl(...e){const[t,n,s,r]=e,i={};let o={},l;if(J(t)){const a=t.match(/(\d{4}-\d{2}-\d{2})(T|\s)?(.*)/);if(!a)throw pn(hn.INVALID_ISO_DATE_ARGUMENT);const c=a[3]?a[3].trim().startsWith("T")?`${a[1].trim()}${a[3].trim()}`:`${a[1].trim()}T${a[3].trim()}`:a[1].trim();l=new Date(c);try{l.toISOString()}catch{throw pn(hn.INVALID_ISO_DATE_ARGUMENT)}}else if(Hm(t)){if(isNaN(t.getTime()))throw pn(hn.INVALID_DATE_ARGUMENT);l=t}else if(Qe(t))l=t;else throw pn(hn.INVALID_ARGUMENT);return J(n)?i.key=n:pe(n)&&Object.keys(n).forEach(a=>{nd.includes(a)?o[a]=n[a]:i[a]=n[a]}),J(s)?i.locale=s:pe(s)&&(o=s),pe(r)&&(o=r),[i.key||"",l,i,o]}function Rc(e,t,n){const s=e;for(const r in n){const i=`${t}__${r}`;s.__datetimeFormatters.has(i)&&s.__datetimeFormatters.delete(i)}}function Lc(e,...t){const{numberFormats:n,unresolving:s,fallbackLocale:r,onWarn:i,localeFallbacker:o}=e,{__numberFormatters:l}=e,[a,c,f,u]=Pl(...t),d=Ne(f.missingWarn)?f.missingWarn:e.missingWarn;Ne(f.fallbackWarn)?f.fallbackWarn:e.fallbackWarn;const h=!!f.part,m=ga(e,f),g=o(e,r,m);if(!J(a)||a==="")return new Intl.NumberFormat(m,u).format(c);let b={},_,v=null;const p="number format";for(let C=0;C<g.length&&(_=g[C],b=n[_]||{},v=b[a],!pe(v));C++)ya(e,a,_,d,p);if(!pe(v)||!J(_))return s?vo:a;let y=`${_}__${a}`;yo(u)||(y=`${y}__${JSON.stringify(u)}`);let E=l.get(y);return E||(E=new Intl.NumberFormat(_,ze({},v,u)),l.set(y,E)),h?E.formatToParts(c):E.format(c)}const sd=["localeMatcher","style","currency","currencyDisplay","currencySign","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","notation","signDisplay","unit","unitDisplay","roundingMode","roundingPriority","roundingIncrement","trailingZeroDisplay"];function Pl(...e){const[t,n,s,r]=e,i={};let o={};if(!Qe(t))throw pn(hn.INVALID_ARGUMENT);const l=t;return J(n)?i.key=n:pe(n)&&Object.keys(n).forEach(a=>{sd.includes(a)?o[a]=n[a]:i[a]=n[a]}),J(s)?i.locale=s:pe(s)&&(o=s),pe(r)&&(o=r),[i.key||"",l,i,o]}function xc(e,t,n){const s=e;for(const r in n){const i=`${t}__${r}`;s.__numberFormatters.has(i)&&s.__numberFormatters.delete(i)}}const qg=e=>e,Gg=e=>"",Qg="text",zg=e=>e.length===0?"":pa(e),Yg=Vm;function kc(e,t){return e=Math.abs(e),t===2?e?e>1?1:0:1:e?Math.min(e,2):0}function Xg(e){const t=Qe(e.pluralIndex)?e.pluralIndex:-1;return e.named&&(Qe(e.named.count)||Qe(e.named.n))?Qe(e.named.count)?e.named.count:Qe(e.named.n)?e.named.n:t:t}function Jg(e,t){t.count||(t.count=e),t.n||(t.n=e)}function Zg(e={}){const t=e.locale,n=Xg(e),s=ye(e.pluralRules)&&J(t)&&ke(e.pluralRules[t])?e.pluralRules[t]:kc,r=ye(e.pluralRules)&&J(t)&&ke(e.pluralRules[t])?kc:void 0,i=_=>_[s(n,_.length,r)],o=e.list||[],l=_=>o[_],a=e.named||{};Qe(e.pluralIndex)&&Jg(n,a);const c=_=>a[_];function f(_,v){const p=ke(e.messages)?e.messages(_,!!v):ye(e.messages)?e.messages[_]:!1;return p||(e.parent?e.parent.message(_):Gg)}const u=_=>e.modifiers?e.modifiers[_]:qg,d=pe(e.processor)&&ke(e.processor.normalize)?e.processor.normalize:zg,h=pe(e.processor)&&ke(e.processor.interpolate)?e.processor.interpolate:Yg,m=pe(e.processor)&&J(e.processor.type)?e.processor.type:Qg,b={list:l,named:c,plural:i,linked:(_,...v)=>{const[p,y]=v;let E="text",C="";v.length===1?ye(p)?(C=p.modifier||C,E=p.type||E):J(p)&&(C=p||C):v.length===2&&(J(p)&&(C=p||C),J(y)&&(E=y||E));const L=f(_,!0)(b),R=E==="vnode"&&Ue(L)&&C?L[0]:L;return C?u(C)(R,E):R},message:f,type:m,interpolate:h,normalize:d,values:ze({},o,a)};return b}const Nc=()=>"",Ot=e=>ke(e);function Ic(e,...t){const{fallbackFormat:n,postTranslation:s,unresolving:r,messageCompiler:i,fallbackLocale:o,messages:l}=e,[a,c]=Ol(...t),f=Ne(c.missingWarn)?c.missingWarn:e.missingWarn,u=Ne(c.fallbackWarn)?c.fallbackWarn:e.fallbackWarn,d=Ne(c.escapeParameter)?c.escapeParameter:e.escapeParameter,h=!!c.resolvedMessage,m=J(c.default)||Ne(c.default)?Ne(c.default)?i?a:()=>a:c.default:n?i?a:()=>a:null,g=n||m!=null&&(J(m)||ke(m)),b=ga(e,c);d&&ey(c);let[_,v,p]=h?[a,b,l[b]||{}]:rd(e,a,b,o,u,f),y=_,E=a;if(!h&&!(J(y)||Js(y)||Ot(y))&&g&&(y=m,E=y),!h&&(!(J(y)||Js(y)||Ot(y))||!J(v)))return r?vo:a;let C=!1;const L=()=>{C=!0},R=Ot(y)?y:id(e,a,v,y,E,L);if(C)return y;const O=sy(e,v,p,c),A=Zg(O),D=ty(e,R,A),N=s?s(D,a):D;if(__INTLIFY_PROD_DEVTOOLS__){const B={timestamp:Date.now(),key:J(a)?a:Ot(y)?y.key:"",locale:v||(Ot(y)?y.locale:""),format:J(y)?y:Ot(y)?y.source:"",message:N};B.meta=ze({},e.__meta,Ug()||{}),wg(B)}return N}function ey(e){Ue(e.list)?e.list=e.list.map(t=>J(t)?gc(t):t):ye(e.named)&&Object.keys(e.named).forEach(t=>{J(e.named[t])&&(e.named[t]=gc(e.named[t]))})}function rd(e,t,n,s,r,i){const{messages:o,onWarn:l,messageResolver:a,localeFallbacker:c}=e,f=c(e,s,n);let u={},d,h=null;const m="translate";for(let g=0;g<f.length&&(d=f[g],u=o[d]||{},(h=a(u,t))===null&&(h=u[t]),!(J(h)||Js(h)||Ot(h)));g++)if(!Kg(d,f)){const b=ya(e,t,d,i,m);b!==t&&(h=b)}return[h,d,u]}function id(e,t,n,s,r,i){const{messageCompiler:o,warnHtmlMessage:l}=e;if(Ot(s)){const c=s;return c.locale=c.locale||n,c.key=c.key||t,c}if(o==null){const c=()=>s;return c.locale=n,c.key=t,c}const a=o(s,ny(e,n,r,s,l,i));return a.locale=n,a.key=t,a.source=s,a}function ty(e,t,n){return t(n)}function Ol(...e){const[t,n,s]=e,r={};if(!J(t)&&!Qe(t)&&!Ot(t)&&!Js(t))throw pn(hn.INVALID_ARGUMENT);const i=Qe(t)?String(t):(Ot(t),t);return Qe(n)?r.plural=n:J(n)?r.default=n:pe(n)&&!yo(n)?r.named=n:Ue(n)&&(r.list=n),Qe(s)?r.plural=s:J(s)?r.default=s:pe(s)&&ze(r,s),[i,r]}function ny(e,t,n,s,r,i){return{locale:t,key:n,warnHtmlMessage:r,onError:o=>{throw i&&i(o),o},onCacheKey:o=>$m(t,n,o)}}function sy(e,t,n,s){const{modifiers:r,pluralRules:i,messageResolver:o,fallbackLocale:l,fallbackWarn:a,missingWarn:c,fallbackContext:f}=e,d={locale:t,modifiers:r,pluralRules:i,messages:(h,m)=>{let g=o(n,h);if(g==null&&(f||m)){const[,,b]=rd(f||e,h,t,l,a,c);g=o(b,h)}if(J(g)||Js(g)){let b=!1;const v=id(e,h,t,g,h,()=>{b=!0});return b?Nc:v}else return Ot(g)?g:Nc}};return e.processor&&(d.processor=e.processor),s.list&&(d.list=s.list),s.named&&(d.named=s.named),Qe(s.plural)&&(d.pluralIndex=s.plural),d}pg();/**
17
+ * @vue/shared v3.5.11
18
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
19
+ * @license MIT
20
+ **//*! #__NO_SIDE_EFFECTS__ */function bo(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const ce={},Is=[],$t=()=>{},ry=()=>!1,ti=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),_a=e=>e.startsWith("onUpdate:"),Oe=Object.assign,va=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},iy=Object.prototype.hasOwnProperty,ge=(e,t)=>iy.call(e,t),Z=Array.isArray,Ms=e=>ar(e)==="[object Map]",Es=e=>ar(e)==="[object Set]",Mc=e=>ar(e)==="[object Date]",oy=e=>ar(e)==="[object RegExp]",ne=e=>typeof e=="function",Ae=e=>typeof e=="string",tn=e=>typeof e=="symbol",Se=e=>e!==null&&typeof e=="object",ba=e=>(Se(e)||ne(e))&&ne(e.then)&&ne(e.catch),od=Object.prototype.toString,ar=e=>od.call(e),ly=e=>ar(e).slice(8,-1),wo=e=>ar(e)==="[object Object]",wa=e=>Ae(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Ds=bo(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Eo=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},ay=/-(\w)/g,Ye=Eo(e=>e.replace(ay,(t,n)=>n?n.toUpperCase():"")),cy=/\B([A-Z])/g,mt=Eo(e=>e.replace(cy,"-$1").toLowerCase()),ni=Eo(e=>e.charAt(0).toUpperCase()+e.slice(1)),vr=Eo(e=>e?`on${ni(e)}`:""),at=(e,t)=>!Object.is(e,t),$s=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},ld=(e,t,n,s=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:s,value:n})},Bi=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Wi=e=>{const t=Ae(e)?Number(e):NaN;return isNaN(t)?e:t};let Dc;const ad=()=>Dc||(Dc=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{}),uy="Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt,console,Error,Symbol",fy=bo(uy);function Wn(e){if(Z(e)){const t={};for(let n=0;n<e.length;n++){const s=e[n],r=Ae(s)?my(s):Wn(s);if(r)for(const i in r)t[i]=r[i]}return t}else if(Ae(e)||Se(e))return e}const dy=/;(?![^(]*\))/g,hy=/:([^]+)/,py=/\/\*[^]*?\*\//g;function my(e){const t={};return e.replace(py,"").split(dy).forEach(n=>{if(n){const s=n.split(hy);s.length>1&&(t[s[0].trim()]=s[1].trim())}}),t}function ns(e){let t="";if(Ae(e))t=e;else if(Z(e))for(let n=0;n<e.length;n++){const s=ns(e[n]);s&&(t+=s+" ")}else if(Se(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}function cd(e){if(!e)return null;let{class:t,style:n}=e;return t&&!Ae(t)&&(e.class=ns(t)),n&&(e.style=Wn(n)),e}const gy="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",yy=bo(gy);function ud(e){return!!e||e===""}function _y(e,t){if(e.length!==t.length)return!1;let n=!0;for(let s=0;n&&s<e.length;s++)n=zn(e[s],t[s]);return n}function zn(e,t){if(e===t)return!0;let n=Mc(e),s=Mc(t);if(n||s)return n&&s?e.getTime()===t.getTime():!1;if(n=tn(e),s=tn(t),n||s)return e===t;if(n=Z(e),s=Z(t),n||s)return n&&s?_y(e,t):!1;if(n=Se(e),s=Se(t),n||s){if(!n||!s)return!1;const r=Object.keys(e).length,i=Object.keys(t).length;if(r!==i)return!1;for(const o in e){const l=e.hasOwnProperty(o),a=t.hasOwnProperty(o);if(l&&!a||!l&&a||!zn(e[o],t[o]))return!1}}return String(e)===String(t)}function To(e,t){return e.findIndex(n=>zn(n,t))}const fd=e=>!!(e&&e.__v_isRef===!0),Ea=e=>Ae(e)?e:e==null?"":Z(e)||Se(e)&&(e.toString===od||!ne(e.toString))?fd(e)?Ea(e.value):JSON.stringify(e,dd,2):String(e),dd=(e,t)=>fd(t)?dd(e,t.value):Ms(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[s,r],i)=>(n[Jo(s,i)+" =>"]=r,n),{})}:Es(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>Jo(n))}:tn(t)?Jo(t):Se(t)&&!Z(t)&&!wo(t)?String(t):t,Jo=(e,t="")=>{var n;return tn(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
21
+ * @vue/reactivity v3.5.11
22
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
23
+ * @license MIT
24
+ **/let lt;class Ta{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=lt,!t&&lt&&(this.index=(lt.scopes||(lt.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].pause();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].resume();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].resume()}}run(t){if(this._active){const n=lt;try{return lt=this,t()}finally{lt=n}}}on(){lt=this}off(){lt=this.parent}stop(t){if(this._active){let n,s;for(n=0,s=this.effects.length;n<s;n++)this.effects[n].stop();for(n=0,s=this.cleanups.length;n<s;n++)this.cleanups[n]();if(this.scopes)for(n=0,s=this.scopes.length;n<s;n++)this.scopes[n].stop(!0);if(!this.detached&&this.parent&&!t){const r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0,this._active=!1}}}function So(e){return new Ta(e)}function Co(){return lt}function Sa(e,t=!1){lt&&lt.cleanups.push(e)}let Pe;const Zo=new WeakSet;class Mr{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,lt&&lt.active&&lt.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,Zo.has(this)&&(Zo.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||pd(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,$c(this),md(this);const t=Pe,n=Ft;Pe=this,Ft=!0;try{return this.fn()}finally{gd(this),Pe=t,Ft=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)Oa(t);this.deps=this.depsTail=void 0,$c(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Zo.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){Al(this)&&this.run()}get dirty(){return Al(this)}}let hd=0,br,wr;function pd(e,t=!1){if(e.flags|=8,t){e.next=wr,wr=e;return}e.next=br,br=e}function Ca(){hd++}function Pa(){if(--hd>0)return;if(wr){let t=wr;for(wr=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;br;){let t=br;for(br=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(s){e||(e=s)}t=n}}if(e)throw e}function md(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function gd(e){let t,n=e.depsTail,s=n;for(;s;){const r=s.prevDep;s.version===-1?(s===n&&(n=r),Oa(s),vy(s)):t=s,s.dep.activeLink=s.prevActiveLink,s.prevActiveLink=void 0,s=r}e.deps=t,e.depsTail=n}function Al(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(yd(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function yd(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===Dr))return;e.globalVersion=Dr;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!Al(e)){e.flags&=-3;return}const n=Pe,s=Ft;Pe=e,Ft=!0;try{md(e);const r=e.fn(e._value);(t.version===0||at(r,e._value))&&(e._value=r,t.version++)}catch(r){throw t.version++,r}finally{Pe=n,Ft=s,gd(e),e.flags&=-3}}function Oa(e,t=!1){const{dep:n,prevSub:s,nextSub:r}=e;if(s&&(s.nextSub=r,e.prevSub=void 0),r&&(r.prevSub=s,e.nextSub=void 0),n.subs===e&&(n.subs=s),!n.subs&&n.computed){n.computed.flags&=-5;for(let i=n.computed.deps;i;i=i.nextDep)Oa(i,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function vy(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}function by(e,t){e.effect instanceof Mr&&(e=e.effect.fn);const n=new Mr(e);t&&Oe(n,t);try{n.run()}catch(r){throw n.stop(),r}const s=n.run.bind(n);return s.effect=n,s}function wy(e){e.effect.stop()}let Ft=!0;const _d=[];function ss(){_d.push(Ft),Ft=!1}function rs(){const e=_d.pop();Ft=e===void 0?!0:e}function $c(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=Pe;Pe=void 0;try{t()}finally{Pe=n}}}let Dr=0;class Ey{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Po{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0}track(t){if(!Pe||!Ft||Pe===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==Pe)n=this.activeLink=new Ey(Pe,this),Pe.deps?(n.prevDep=Pe.depsTail,Pe.depsTail.nextDep=n,Pe.depsTail=n):Pe.deps=Pe.depsTail=n,vd(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const s=n.nextDep;s.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=s),n.prevDep=Pe.depsTail,n.nextDep=void 0,Pe.depsTail.nextDep=n,Pe.depsTail=n,Pe.deps===n&&(Pe.deps=s)}return n}trigger(t){this.version++,Dr++,this.notify(t)}notify(t){Ca();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{Pa()}}}function vd(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let s=t.deps;s;s=s.nextDep)vd(s)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const Ki=new WeakMap,hs=Symbol(""),Rl=Symbol(""),$r=Symbol("");function st(e,t,n){if(Ft&&Pe){let s=Ki.get(e);s||Ki.set(e,s=new Map);let r=s.get(n);r||(s.set(n,r=new Po),r.map=s,r.key=n),r.track()}}function mn(e,t,n,s,r,i){const o=Ki.get(e);if(!o){Dr++;return}const l=a=>{a&&a.trigger()};if(Ca(),t==="clear")o.forEach(l);else{const a=Z(e),c=a&&wa(n);if(a&&n==="length"){const f=Number(s);o.forEach((u,d)=>{(d==="length"||d===$r||!tn(d)&&d>=f)&&l(u)})}else switch(n!==void 0&&l(o.get(n)),c&&l(o.get($r)),t){case"add":a?c&&l(o.get("length")):(l(o.get(hs)),Ms(e)&&l(o.get(Rl)));break;case"delete":a||(l(o.get(hs)),Ms(e)&&l(o.get(Rl)));break;case"set":Ms(e)&&l(o.get(hs));break}}Pa()}function Ty(e,t){const n=Ki.get(e);return n&&n.get(t)}function Ps(e){const t=ae(e);return t===e?t:(st(t,"iterate",$r),Et(e)?t:t.map(tt))}function Oo(e){return st(e=ae(e),"iterate",$r),e}const Sy={__proto__:null,[Symbol.iterator](){return el(this,Symbol.iterator,tt)},concat(...e){return Ps(this).concat(...e.map(t=>Z(t)?Ps(t):t))},entries(){return el(this,"entries",e=>(e[1]=tt(e[1]),e))},every(e,t){return on(this,"every",e,t,void 0,arguments)},filter(e,t){return on(this,"filter",e,t,n=>n.map(tt),arguments)},find(e,t){return on(this,"find",e,t,tt,arguments)},findIndex(e,t){return on(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return on(this,"findLast",e,t,tt,arguments)},findLastIndex(e,t){return on(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return on(this,"forEach",e,t,void 0,arguments)},includes(...e){return tl(this,"includes",e)},indexOf(...e){return tl(this,"indexOf",e)},join(e){return Ps(this).join(e)},lastIndexOf(...e){return tl(this,"lastIndexOf",e)},map(e,t){return on(this,"map",e,t,void 0,arguments)},pop(){return hr(this,"pop")},push(...e){return hr(this,"push",e)},reduce(e,...t){return Fc(this,"reduce",e,t)},reduceRight(e,...t){return Fc(this,"reduceRight",e,t)},shift(){return hr(this,"shift")},some(e,t){return on(this,"some",e,t,void 0,arguments)},splice(...e){return hr(this,"splice",e)},toReversed(){return Ps(this).toReversed()},toSorted(e){return Ps(this).toSorted(e)},toSpliced(...e){return Ps(this).toSpliced(...e)},unshift(...e){return hr(this,"unshift",e)},values(){return el(this,"values",tt)}};function el(e,t,n){const s=Oo(e),r=s[t]();return s!==e&&!Et(e)&&(r._next=r.next,r.next=()=>{const i=r._next();return i.value&&(i.value=n(i.value)),i}),r}const Cy=Array.prototype;function on(e,t,n,s,r,i){const o=Oo(e),l=o!==e&&!Et(e),a=o[t];if(a!==Cy[t]){const u=a.apply(e,i);return l?tt(u):u}let c=n;o!==e&&(l?c=function(u,d){return n.call(this,tt(u),d,e)}:n.length>2&&(c=function(u,d){return n.call(this,u,d,e)}));const f=a.call(o,c,s);return l&&r?r(f):f}function Fc(e,t,n,s){const r=Oo(e);let i=n;return r!==e&&(Et(e)?n.length>3&&(i=function(o,l,a){return n.call(this,o,l,a,e)}):i=function(o,l,a){return n.call(this,o,tt(l),a,e)}),r[t](i,...s)}function tl(e,t,n){const s=ae(e);st(s,"iterate",$r);const r=s[t](...n);return(r===-1||r===!1)&&xo(n[0])?(n[0]=ae(n[0]),s[t](...n)):r}function hr(e,t,n=[]){ss(),Ca();const s=ae(e)[t].apply(e,n);return Pa(),rs(),s}const Py=bo("__proto__,__v_isRef,__isVue"),bd=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(tn));function Oy(e){tn(e)||(e=String(e));const t=ae(this);return st(t,"has",e),t.hasOwnProperty(e)}class wd{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,s){const r=this._isReadonly,i=this._isShallow;if(n==="__v_isReactive")return!r;if(n==="__v_isReadonly")return r;if(n==="__v_isShallow")return i;if(n==="__v_raw")return s===(r?i?Od:Pd:i?Cd:Sd).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(s)?t:void 0;const o=Z(t);if(!r){let a;if(o&&(a=Sy[n]))return a;if(n==="hasOwnProperty")return Oy}const l=Reflect.get(t,n,_e(t)?t:s);return(tn(n)?bd.has(n):Py(n))||(r||st(t,"get",n),i)?l:_e(l)?o&&wa(n)?l:l.value:Se(l)?r?yn(l):Yn(l):l}}class Ed extends wd{constructor(t=!1){super(!1,t)}set(t,n,s,r){let i=t[n];if(!this._isShallow){const a=Xn(i);if(!Et(s)&&!Xn(s)&&(i=ae(i),s=ae(s)),!Z(t)&&_e(i)&&!_e(s))return a?!1:(i.value=s,!0)}const o=Z(t)&&wa(n)?Number(n)<t.length:ge(t,n),l=Reflect.set(t,n,s,_e(t)?t:r);return t===ae(r)&&(o?at(s,i)&&mn(t,"set",n,s):mn(t,"add",n,s)),l}deleteProperty(t,n){const s=ge(t,n);t[n];const r=Reflect.deleteProperty(t,n);return r&&s&&mn(t,"delete",n,void 0),r}has(t,n){const s=Reflect.has(t,n);return(!tn(n)||!bd.has(n))&&st(t,"has",n),s}ownKeys(t){return st(t,"iterate",Z(t)?"length":hs),Reflect.ownKeys(t)}}class Td extends wd{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const Ay=new Ed,Ry=new Td,Ly=new Ed(!0),xy=new Td(!0),Aa=e=>e,Ao=e=>Reflect.getPrototypeOf(e);function hi(e,t,n=!1,s=!1){e=e.__v_raw;const r=ae(e),i=ae(t);n||(at(t,i)&&st(r,"get",t),st(r,"get",i));const{has:o}=Ao(r),l=s?Aa:n?La:tt;if(o.call(r,t))return l(e.get(t));if(o.call(r,i))return l(e.get(i));e!==r&&e.get(t)}function pi(e,t=!1){const n=this.__v_raw,s=ae(n),r=ae(e);return t||(at(e,r)&&st(s,"has",e),st(s,"has",r)),e===r?n.has(e):n.has(e)||n.has(r)}function mi(e,t=!1){return e=e.__v_raw,!t&&st(ae(e),"iterate",hs),Reflect.get(e,"size",e)}function Hc(e,t=!1){!t&&!Et(e)&&!Xn(e)&&(e=ae(e));const n=ae(this);return Ao(n).has.call(n,e)||(n.add(e),mn(n,"add",e,e)),this}function jc(e,t,n=!1){!n&&!Et(t)&&!Xn(t)&&(t=ae(t));const s=ae(this),{has:r,get:i}=Ao(s);let o=r.call(s,e);o||(e=ae(e),o=r.call(s,e));const l=i.call(s,e);return s.set(e,t),o?at(t,l)&&mn(s,"set",e,t):mn(s,"add",e,t),this}function Uc(e){const t=ae(this),{has:n,get:s}=Ao(t);let r=n.call(t,e);r||(e=ae(e),r=n.call(t,e)),s&&s.call(t,e);const i=t.delete(e);return r&&mn(t,"delete",e,void 0),i}function Vc(){const e=ae(this),t=e.size!==0,n=e.clear();return t&&mn(e,"clear",void 0,void 0),n}function gi(e,t){return function(s,r){const i=this,o=i.__v_raw,l=ae(o),a=t?Aa:e?La:tt;return!e&&st(l,"iterate",hs),o.forEach((c,f)=>s.call(r,a(c),a(f),i))}}function yi(e,t,n){return function(...s){const r=this.__v_raw,i=ae(r),o=Ms(i),l=e==="entries"||e===Symbol.iterator&&o,a=e==="keys"&&o,c=r[e](...s),f=n?Aa:t?La:tt;return!t&&st(i,"iterate",a?Rl:hs),{next(){const{value:u,done:d}=c.next();return d?{value:u,done:d}:{value:l?[f(u[0]),f(u[1])]:f(u),done:d}},[Symbol.iterator](){return this}}}}function Cn(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function ky(){const e={get(i){return hi(this,i)},get size(){return mi(this)},has:pi,add:Hc,set:jc,delete:Uc,clear:Vc,forEach:gi(!1,!1)},t={get(i){return hi(this,i,!1,!0)},get size(){return mi(this)},has:pi,add(i){return Hc.call(this,i,!0)},set(i,o){return jc.call(this,i,o,!0)},delete:Uc,clear:Vc,forEach:gi(!1,!0)},n={get(i){return hi(this,i,!0)},get size(){return mi(this,!0)},has(i){return pi.call(this,i,!0)},add:Cn("add"),set:Cn("set"),delete:Cn("delete"),clear:Cn("clear"),forEach:gi(!0,!1)},s={get(i){return hi(this,i,!0,!0)},get size(){return mi(this,!0)},has(i){return pi.call(this,i,!0)},add:Cn("add"),set:Cn("set"),delete:Cn("delete"),clear:Cn("clear"),forEach:gi(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(i=>{e[i]=yi(i,!1,!1),n[i]=yi(i,!0,!1),t[i]=yi(i,!1,!0),s[i]=yi(i,!0,!0)}),[e,n,t,s]}const[Ny,Iy,My,Dy]=ky();function Ro(e,t){const n=t?e?Dy:My:e?Iy:Ny;return(s,r,i)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?s:Reflect.get(ge(n,r)&&r in s?n:s,r,i)}const $y={get:Ro(!1,!1)},Fy={get:Ro(!1,!0)},Hy={get:Ro(!0,!1)},jy={get:Ro(!0,!0)},Sd=new WeakMap,Cd=new WeakMap,Pd=new WeakMap,Od=new WeakMap;function Uy(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Vy(e){return e.__v_skip||!Object.isExtensible(e)?0:Uy(ly(e))}function Yn(e){return Xn(e)?e:Lo(e,!1,Ay,$y,Sd)}function Ra(e){return Lo(e,!1,Ly,Fy,Cd)}function yn(e){return Lo(e,!0,Ry,Hy,Pd)}function By(e){return Lo(e,!0,xy,jy,Od)}function Lo(e,t,n,s,r){if(!Se(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=r.get(e);if(i)return i;const o=Vy(e);if(o===0)return e;const l=new Proxy(e,o===2?s:n);return r.set(e,l),l}function Xt(e){return Xn(e)?Xt(e.__v_raw):!!(e&&e.__v_isReactive)}function Xn(e){return!!(e&&e.__v_isReadonly)}function Et(e){return!!(e&&e.__v_isShallow)}function xo(e){return e?!!e.__v_raw:!1}function ae(e){const t=e&&e.__v_raw;return t?ae(t):e}function ko(e){return!ge(e,"__v_skip")&&Object.isExtensible(e)&&ld(e,"__v_skip",!0),e}const tt=e=>Se(e)?Yn(e):e,La=e=>Se(e)?yn(e):e;function _e(e){return e?e.__v_isRef===!0:!1}function ie(e){return Ad(e,!1)}function Jt(e){return Ad(e,!0)}function Ad(e,t){return _e(e)?e:new Wy(e,t)}class Wy{constructor(t,n){this.dep=new Po,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:ae(t),this._value=n?t:tt(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,s=this.__v_isShallow||Et(t)||Xn(t);t=s?t:ae(t),at(t,n)&&(this._rawValue=t,this._value=s?t:tt(t),this.dep.trigger())}}function Ky(e){e.dep&&e.dep.trigger()}function Tt(e){return _e(e)?e.value:e}function qy(e){return ne(e)?e():Tt(e)}const Gy={get:(e,t,n)=>t==="__v_raw"?e:Tt(Reflect.get(e,t,n)),set:(e,t,n,s)=>{const r=e[t];return _e(r)&&!_e(n)?(r.value=n,!0):Reflect.set(e,t,n,s)}};function xa(e){return Xt(e)?e:new Proxy(e,Gy)}class Qy{constructor(t){this.__v_isRef=!0,this._value=void 0;const n=this.dep=new Po,{get:s,set:r}=t(n.track.bind(n),n.trigger.bind(n));this._get=s,this._set=r}get value(){return this._value=this._get()}set value(t){this._set(t)}}function ka(e){return new Qy(e)}function Rd(e){const t=Z(e)?new Array(e.length):{};for(const n in e)t[n]=xd(e,n);return t}class zy{constructor(t,n,s){this._object=t,this._key=n,this._defaultValue=s,this.__v_isRef=!0,this._value=void 0}get value(){const t=this._object[this._key];return this._value=t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return Ty(ae(this._object),this._key)}}class Yy{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function Ld(e,t,n){return _e(e)?e:ne(e)?new Yy(e):Se(e)&&arguments.length>1?xd(e,t,n):ie(e)}function xd(e,t,n){const s=e[t];return _e(s)?s:new zy(e,t,n)}class Xy{constructor(t,n,s){this.fn=t,this.setter=n,this._value=void 0,this.dep=new Po(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=Dr-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=s}notify(){if(this.flags|=16,!(this.flags&8)&&Pe!==this)return pd(this,!0),!0}get value(){const t=this.dep.track();return yd(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function Jy(e,t,n=!1){let s,r;return ne(e)?s=e:(s=e.get,r=e.set),new Xy(s,r,n)}const Zy={GET:"get",HAS:"has",ITERATE:"iterate"},e_={SET:"set",ADD:"add",DELETE:"delete",CLEAR:"clear"},_i={},qi=new WeakMap;let Nn;function t_(){return Nn}function kd(e,t=!1,n=Nn){if(n){let s=qi.get(n);s||qi.set(n,s=[]),s.push(e)}}function n_(e,t,n=ce){const{immediate:s,deep:r,once:i,scheduler:o,augmentJob:l,call:a}=n,c=y=>r?y:Et(y)||r===!1||r===0?fn(y,1):fn(y);let f,u,d,h,m=!1,g=!1;if(_e(e)?(u=()=>e.value,m=Et(e)):Xt(e)?(u=()=>c(e),m=!0):Z(e)?(g=!0,m=e.some(y=>Xt(y)||Et(y)),u=()=>e.map(y=>{if(_e(y))return y.value;if(Xt(y))return c(y);if(ne(y))return a?a(y,2):y()})):ne(e)?t?u=a?()=>a(e,2):e:u=()=>{if(d){ss();try{d()}finally{rs()}}const y=Nn;Nn=f;try{return a?a(e,3,[h]):e(h)}finally{Nn=y}}:u=$t,t&&r){const y=u,E=r===!0?1/0:r;u=()=>fn(y(),E)}const b=Co(),_=()=>{f.stop(),b&&va(b.effects,f)};if(i&&t){const y=t;t=(...E)=>{y(...E),_()}}let v=g?new Array(e.length).fill(_i):_i;const p=y=>{if(!(!(f.flags&1)||!f.dirty&&!y))if(t){const E=f.run();if(r||m||(g?E.some((C,L)=>at(C,v[L])):at(E,v))){d&&d();const C=Nn;Nn=f;try{const L=[E,v===_i?void 0:g&&v[0]===_i?[]:v,h];a?a(t,3,L):t(...L),v=E}finally{Nn=C}}}else f.run()};return l&&l(p),f=new Mr(u),f.scheduler=o?()=>o(p,!1):p,h=y=>kd(y,!1,f),d=f.onStop=()=>{const y=qi.get(f);if(y){if(a)a(y,4);else for(const E of y)E();qi.delete(f)}},t?s?p(!0):v=f.run():o?o(p.bind(null,!0),!0):f.run(),_.pause=f.pause.bind(f),_.resume=f.resume.bind(f),_.stop=_,_}function fn(e,t=1/0,n){if(t<=0||!Se(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,_e(e))fn(e.value,t,n);else if(Z(e))for(let s=0;s<e.length;s++)fn(e[s],t,n);else if(Es(e)||Ms(e))e.forEach(s=>{fn(s,t,n)});else if(wo(e)){for(const s in e)fn(e[s],t,n);for(const s of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,s)&&fn(e[s],t,n)}return e}/**
25
+ * @vue/runtime-core v3.5.11
26
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
27
+ * @license MIT
28
+ **/const Nd=[];function s_(e){Nd.push(e)}function r_(){Nd.pop()}function i_(e,t){}const o_={SETUP_FUNCTION:0,0:"SETUP_FUNCTION",RENDER_FUNCTION:1,1:"RENDER_FUNCTION",NATIVE_EVENT_HANDLER:5,5:"NATIVE_EVENT_HANDLER",COMPONENT_EVENT_HANDLER:6,6:"COMPONENT_EVENT_HANDLER",VNODE_HOOK:7,7:"VNODE_HOOK",DIRECTIVE_HOOK:8,8:"DIRECTIVE_HOOK",TRANSITION_HOOK:9,9:"TRANSITION_HOOK",APP_ERROR_HANDLER:10,10:"APP_ERROR_HANDLER",APP_WARN_HANDLER:11,11:"APP_WARN_HANDLER",FUNCTION_REF:12,12:"FUNCTION_REF",ASYNC_COMPONENT_LOADER:13,13:"ASYNC_COMPONENT_LOADER",SCHEDULER:14,14:"SCHEDULER",COMPONENT_UPDATE:15,15:"COMPONENT_UPDATE",APP_UNMOUNT_CLEANUP:16,16:"APP_UNMOUNT_CLEANUP"},l_={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush",15:"component update",16:"app unmount cleanup function"};function cr(e,t,n,s){try{return s?e(...s):e()}catch(r){Ts(r,t,n)}}function Lt(e,t,n,s){if(ne(e)){const r=cr(e,t,n,s);return r&&ba(r)&&r.catch(i=>{Ts(i,t,n)}),r}if(Z(e)){const r=[];for(let i=0;i<e.length;i++)r.push(Lt(e[i],t,n,s));return r}}function Ts(e,t,n,s=!0){const r=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||ce;if(t){let l=t.parent;const a=t.proxy,c=`https://vuejs.org/error-reference/#runtime-${n}`;for(;l;){const f=l.ec;if(f){for(let u=0;u<f.length;u++)if(f[u](e,a,c)===!1)return}l=l.parent}if(i){ss(),cr(i,null,10,[e,a,c]),rs();return}}a_(e,n,r,s,o)}function a_(e,t,n,s=!0,r=!1){if(r)throw e;console.error(e)}const ct=[];let Kt=-1;const Fs=[];let In=null,Ls=0;const Id=Promise.resolve();let Gi=null;function gt(e){const t=Gi||Id;return e?t.then(this?e.bind(this):e):t}function c_(e){let t=Kt+1,n=ct.length;for(;t<n;){const s=t+n>>>1,r=ct[s],i=Fr(r);i<e||i===e&&r.flags&2?t=s+1:n=s}return t}function Na(e){if(!(e.flags&1)){const t=Fr(e),n=ct[ct.length-1];!n||!(e.flags&2)&&t>=Fr(n)?ct.push(e):ct.splice(c_(t),0,e),e.flags|=1,Md()}}function Md(){Gi||(Gi=Id.then(Dd))}function Qi(e){Z(e)?Fs.push(...e):In&&e.id===-1?In.splice(Ls+1,0,e):e.flags&1||(Fs.push(e),e.flags|=1),Md()}function Bc(e,t,n=Kt+1){for(;n<ct.length;n++){const s=ct[n];if(s&&s.flags&2){if(e&&s.id!==e.uid)continue;ct.splice(n,1),n--,s.flags&4&&(s.flags&=-2),s(),s.flags&4||(s.flags&=-2)}}}function zi(e){if(Fs.length){const t=[...new Set(Fs)].sort((n,s)=>Fr(n)-Fr(s));if(Fs.length=0,In){In.push(...t);return}for(In=t,Ls=0;Ls<In.length;Ls++){const n=In[Ls];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}In=null,Ls=0}}const Fr=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Dd(e){try{for(Kt=0;Kt<ct.length;Kt++){const t=ct[Kt];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),cr(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;Kt<ct.length;Kt++){const t=ct[Kt];t&&(t.flags&=-2)}Kt=-1,ct.length=0,zi(),Gi=null,(ct.length||Fs.length)&&Dd()}}let xs,vi=[];function $d(e,t){var n,s;xs=e,xs?(xs.enabled=!0,vi.forEach(({event:r,args:i})=>xs.emit(r,...i)),vi=[]):typeof window<"u"&&window.HTMLElement&&!((s=(n=window.navigator)==null?void 0:n.userAgent)!=null&&s.includes("jsdom"))?((t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push(i=>{$d(i,t)}),setTimeout(()=>{xs||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,vi=[])},3e3)):vi=[]}let Ve=null,No=null;function Hr(e){const t=Ve;return Ve=e,No=e&&e.type.__scopeId||null,t}function Fd(e){No=e}function Hd(){No=null}const jd=e=>ys;function ys(e,t=Ve,n){if(!t||e._n)return e;const s=(...r)=>{s._d&&$l(-1);const i=Hr(t);let o;try{o=e(...r)}finally{Hr(i),s._d&&$l(1)}return o};return s._n=!0,s._c=!0,s._d=!0,s}function u_(e,t){if(Ve===null)return e;const n=li(Ve),s=e.dirs||(e.dirs=[]);for(let r=0;r<t.length;r++){let[i,o,l,a=ce]=t[r];i&&(ne(i)&&(i={mounted:i,updated:i}),i.deep&&fn(o),s.push({dir:i,instance:n,value:o,oldValue:void 0,arg:l,modifiers:a}))}return e}function qt(e,t,n,s){const r=e.dirs,i=t&&t.dirs;for(let o=0;o<r.length;o++){const l=r[o];i&&(l.oldValue=i[o].value);let a=l.dir[s];a&&(ss(),Lt(a,n,8,[e.el,l,e,t]),rs())}}const Ud=Symbol("_vte"),Vd=e=>e.__isTeleport,Er=e=>e&&(e.disabled||e.disabled===""),f_=e=>e&&(e.defer||e.defer===""),Wc=e=>typeof SVGElement<"u"&&e instanceof SVGElement,Kc=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,Ll=(e,t)=>{const n=e&&e.to;return Ae(n)?t?t(n):null:n},d_={name:"Teleport",__isTeleport:!0,process(e,t,n,s,r,i,o,l,a,c){const{mc:f,pc:u,pbc:d,o:{insert:h,querySelector:m,createText:g,createComment:b}}=c,_=Er(t.props);let{shapeFlag:v,children:p,dynamicChildren:y}=t;if(e==null){const E=t.el=g(""),C=t.anchor=g("");h(E,n,s),h(C,n,s);const L=(O,A)=>{v&16&&(r&&r.isCE&&(r.ce._teleportTarget=O),f(p,O,A,r,i,o,l,a))},R=()=>{const O=t.target=Ll(t.props,m),A=Bd(O,t,g,h);O&&(o!=="svg"&&Wc(O)?o="svg":o!=="mathml"&&Kc(O)&&(o="mathml"),_||(L(O,A),Ni(t)))};_&&(L(n,C),Ni(t)),f_(t.props)?Ge(R,i):R()}else{t.el=e.el,t.targetStart=e.targetStart;const E=t.anchor=e.anchor,C=t.target=e.target,L=t.targetAnchor=e.targetAnchor,R=Er(e.props),O=R?n:C,A=R?E:L;if(o==="svg"||Wc(C)?o="svg":(o==="mathml"||Kc(C))&&(o="mathml"),y?(d(e.dynamicChildren,y,O,r,i,o,l),Ka(e,t,!0)):a||u(e,t,O,A,r,i,o,l,!1),_)R?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):bi(t,n,E,c,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const D=t.target=Ll(t.props,m);D&&bi(t,D,null,c,0)}else R&&bi(t,C,L,c,1);Ni(t)}},remove(e,t,n,{um:s,o:{remove:r}},i){const{shapeFlag:o,children:l,anchor:a,targetStart:c,targetAnchor:f,target:u,props:d}=e;if(u&&(r(c),r(f)),i&&r(a),o&16){const h=i||!Er(d);for(let m=0;m<l.length;m++){const g=l[m];s(g,t,n,h,!!g.dynamicChildren)}}},move:bi,hydrate:h_};function bi(e,t,n,{o:{insert:s},m:r},i=2){i===0&&s(e.targetAnchor,t,n);const{el:o,anchor:l,shapeFlag:a,children:c,props:f}=e,u=i===2;if(u&&s(o,t,n),(!u||Er(f))&&a&16)for(let d=0;d<c.length;d++)r(c[d],t,n,2);u&&s(l,t,n)}function h_(e,t,n,s,r,i,{o:{nextSibling:o,parentNode:l,querySelector:a,insert:c,createText:f}},u){const d=t.target=Ll(t.props,a);if(d){const h=d._lpa||d.firstChild;if(t.shapeFlag&16)if(Er(t.props))t.anchor=u(o(e),t,l(e),n,s,r,i),t.targetStart=h,t.targetAnchor=h&&o(h);else{t.anchor=o(e);let m=h;for(;m;){if(m&&m.nodeType===8){if(m.data==="teleport start anchor")t.targetStart=m;else if(m.data==="teleport anchor"){t.targetAnchor=m,d._lpa=t.targetAnchor&&o(t.targetAnchor);break}}m=o(m)}t.targetAnchor||Bd(d,t,f,c),u(h&&o(h),t,d,n,s,r,i)}Ni(t)}return t.anchor&&o(t.anchor)}const p_=d_;function Ni(e){const t=e.ctx;if(t&&t.ut){let n=e.targetStart;for(;n&&n!==e.targetAnchor;)n.nodeType===1&&n.setAttribute("data-v-owner",t.uid),n=n.nextSibling;t.ut()}}function Bd(e,t,n,s){const r=t.targetStart=n(""),i=t.targetAnchor=n("");return r[Ud]=i,e&&(s(r,e),s(i,e)),i}const Mn=Symbol("_leaveCb"),wi=Symbol("_enterCb");function Ia(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return Tn(()=>{e.isMounted=!0}),ur(()=>{e.isUnmounting=!0}),e}const Ct=[Function,Array],Ma={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Ct,onEnter:Ct,onAfterEnter:Ct,onEnterCancelled:Ct,onBeforeLeave:Ct,onLeave:Ct,onAfterLeave:Ct,onLeaveCancelled:Ct,onBeforeAppear:Ct,onAppear:Ct,onAfterAppear:Ct,onAppearCancelled:Ct},Wd=e=>{const t=e.subTree;return t.component?Wd(t.component):t},m_={name:"BaseTransition",props:Ma,setup(e,{slots:t}){const n=Be(),s=Ia();return()=>{const r=t.default&&Io(t.default(),!0);if(!r||!r.length)return;const i=Kd(r),o=ae(e),{mode:l}=o;if(s.isLeaving)return nl(i);const a=qc(i);if(!a)return nl(i);let c=Zs(a,o,s,n,d=>c=d);a.type!==Fe&&_n(a,c);const f=n.subTree,u=f&&qc(f);if(u&&u.type!==Fe&&!It(a,u)&&Wd(n).type!==Fe){const d=Zs(u,o,s,n);if(_n(u,d),l==="out-in"&&a.type!==Fe)return s.isLeaving=!0,d.afterLeave=()=>{s.isLeaving=!1,n.job.flags&8||n.update(),delete d.afterLeave},nl(i);l==="in-out"&&a.type!==Fe&&(d.delayLeave=(h,m,g)=>{const b=Gd(s,u);b[String(u.key)]=u,h[Mn]=()=>{m(),h[Mn]=void 0,delete c.delayedLeave},c.delayedLeave=g})}return i}}};function Kd(e){let t=e[0];if(e.length>1){for(const n of e)if(n.type!==Fe){t=n;break}}return t}const qd=m_;function Gd(e,t){const{leavingVNodes:n}=e;let s=n.get(t.type);return s||(s=Object.create(null),n.set(t.type,s)),s}function Zs(e,t,n,s,r){const{appear:i,mode:o,persisted:l=!1,onBeforeEnter:a,onEnter:c,onAfterEnter:f,onEnterCancelled:u,onBeforeLeave:d,onLeave:h,onAfterLeave:m,onLeaveCancelled:g,onBeforeAppear:b,onAppear:_,onAfterAppear:v,onAppearCancelled:p}=t,y=String(e.key),E=Gd(n,e),C=(O,A)=>{O&&Lt(O,s,9,A)},L=(O,A)=>{const D=A[1];C(O,A),Z(O)?O.every(N=>N.length<=1)&&D():O.length<=1&&D()},R={mode:o,persisted:l,beforeEnter(O){let A=a;if(!n.isMounted)if(i)A=b||a;else return;O[Mn]&&O[Mn](!0);const D=E[y];D&&It(e,D)&&D.el[Mn]&&D.el[Mn](),C(A,[O])},enter(O){let A=c,D=f,N=u;if(!n.isMounted)if(i)A=_||c,D=v||f,N=p||u;else return;let B=!1;const X=O[wi]=se=>{B||(B=!0,se?C(N,[O]):C(D,[O]),R.delayedLeave&&R.delayedLeave(),O[wi]=void 0)};A?L(A,[O,X]):X()},leave(O,A){const D=String(e.key);if(O[wi]&&O[wi](!0),n.isUnmounting)return A();C(d,[O]);let N=!1;const B=O[Mn]=X=>{N||(N=!0,A(),X?C(g,[O]):C(m,[O]),O[Mn]=void 0,E[D]===e&&delete E[D])};E[D]=e,h?L(h,[O,B]):B()},clone(O){const A=Zs(O,t,n,s,r);return r&&r(A),A}};return R}function nl(e){if(si(e))return e=nn(e),e.children=null,e}function qc(e){if(!si(e))return Vd(e.type)&&e.children?Kd(e.children):e;const{shapeFlag:t,children:n}=e;if(n){if(t&16)return n[0];if(t&32&&ne(n.default))return n.default()}}function _n(e,t){e.shapeFlag&6&&e.component?(e.transition=t,_n(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function Io(e,t=!1,n){let s=[],r=0;for(let i=0;i<e.length;i++){let o=e[i];const l=n==null?o.key:String(n)+String(o.key!=null?o.key:i);o.type===De?(o.patchFlag&128&&r++,s=s.concat(Io(o.children,t,l))):(t||o.type!==Fe)&&s.push(l!=null?nn(o,{key:l}):o)}if(r>1)for(let i=0;i<s.length;i++)s[i].patchFlag=-2;return s}/*! #__NO_SIDE_EFFECTS__ */function _t(e,t){return ne(e)?Oe({name:e.name},t,{setup:e}):e}function g_(){const e=Be();return e?(e.appContext.config.idPrefix||"v")+"-"+e.ids[0]+e.ids[1]++:""}function Da(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function y_(e){const t=Be(),n=Jt(null);if(t){const r=t.refs===ce?t.refs={}:t.refs;Object.defineProperty(r,e,{enumerable:!0,get:()=>n.value,set:i=>n.value=i})}return n}function Yi(e,t,n,s,r=!1){if(Z(e)){e.forEach((m,g)=>Yi(m,t&&(Z(t)?t[g]:t),n,s,r));return}if(Kn(s)&&!r)return;const i=s.shapeFlag&4?li(s.component):s.el,o=r?null:i,{i:l,r:a}=e,c=t&&t.r,f=l.refs===ce?l.refs={}:l.refs,u=l.setupState,d=ae(u),h=u===ce?()=>!1:m=>ge(d,m);if(c!=null&&c!==a&&(Ae(c)?(f[c]=null,h(c)&&(u[c]=null)):_e(c)&&(c.value=null)),ne(a))cr(a,l,12,[o,f]);else{const m=Ae(a),g=_e(a);if(m||g){const b=()=>{if(e.f){const _=m?h(a)?u[a]:f[a]:a.value;r?Z(_)&&va(_,i):Z(_)?_.includes(i)||_.push(i):m?(f[a]=[i],h(a)&&(u[a]=f[a])):(a.value=[i],e.k&&(f[e.k]=a.value))}else m?(f[a]=o,h(a)&&(u[a]=o)):g&&(a.value=o,e.k&&(f[e.k]=o))};o?(b.id=-1,Ge(b,n)):b()}}}let Gc=!1;const Os=()=>{Gc||(console.error("Hydration completed but contains mismatches."),Gc=!0)},__=e=>e.namespaceURI.includes("svg")&&e.tagName!=="foreignObject",v_=e=>e.namespaceURI.includes("MathML"),Ei=e=>{if(e.nodeType===1){if(__(e))return"svg";if(v_(e))return"mathml"}},Ns=e=>e.nodeType===8;function b_(e){const{mt:t,p:n,o:{patchProp:s,createText:r,nextSibling:i,parentNode:o,remove:l,insert:a,createComment:c}}=e,f=(p,y)=>{if(!y.hasChildNodes()){n(null,p,y),zi(),y._vnode=p;return}u(y.firstChild,p,null,null,null),zi(),y._vnode=p},u=(p,y,E,C,L,R=!1)=>{R=R||!!y.dynamicChildren;const O=Ns(p)&&p.data==="[",A=()=>g(p,y,E,C,L,O),{type:D,ref:N,shapeFlag:B,patchFlag:X}=y;let se=p.nodeType;y.el=p,X===-2&&(R=!1,y.dynamicChildren=null);let W=null;switch(D){case gn:se!==3?y.children===""?(a(y.el=r(""),o(p),p),W=p):W=A():(p.data!==y.children&&(Os(),p.data=y.children),W=i(p));break;case Fe:v(p)?(W=i(p),_(y.el=p.content.firstChild,p,E)):se!==8||O?W=A():W=i(p);break;case ms:if(O&&(p=i(p),se=p.nodeType),se===1||se===3){W=p;const q=!y.children.length;for(let G=0;G<y.staticCount;G++)q&&(y.children+=W.nodeType===1?W.outerHTML:W.data),G===y.staticCount-1&&(y.anchor=W),W=i(W);return O?i(W):W}else A();break;case De:O?W=m(p,y,E,C,L,R):W=A();break;default:if(B&1)(se!==1||y.type.toLowerCase()!==p.tagName.toLowerCase())&&!v(p)?W=A():W=d(p,y,E,C,L,R);else if(B&6){y.slotScopeIds=L;const q=o(p);if(O?W=b(p):Ns(p)&&p.data==="teleport start"?W=b(p,p.data,"teleport end"):W=i(p),t(y,q,null,E,C,Ei(q),R),Kn(y)){let G;O?(G=Te(De),G.anchor=W?W.previousSibling:q.lastChild):G=p.nodeType===3?za(""):Te("div"),G.el=p,y.component.subTree=G}}else B&64?se!==8?W=A():W=y.type.hydrate(p,y,E,C,L,R,e,h):B&128&&(W=y.type.hydrate(p,y,E,C,Ei(o(p)),L,R,e,u))}return N!=null&&Yi(N,null,C,y),W},d=(p,y,E,C,L,R)=>{R=R||!!y.dynamicChildren;const{type:O,props:A,patchFlag:D,shapeFlag:N,dirs:B,transition:X}=y,se=O==="input"||O==="option";if(se||D!==-1){B&&qt(y,null,E,"created");let W=!1;if(v(p)){W=yh(C,X)&&E&&E.vnode.props&&E.vnode.props.appear;const G=p.content.firstChild;W&&X.beforeEnter(G),_(G,p,E),y.el=p=G}if(N&16&&!(A&&(A.innerHTML||A.textContent))){let G=h(p.firstChild,y,p,E,C,L,R);for(;G;){Ti(p,1)||Os();const re=G;G=G.nextSibling,l(re)}}else if(N&8){let G=y.children;G[0]===`
29
+ `&&(p.tagName==="PRE"||p.tagName==="TEXTAREA")&&(G=G.slice(1)),p.textContent!==G&&(Ti(p,0)||Os(),p.textContent=y.children)}if(A){if(se||!R||D&48){const G=p.tagName.includes("-");for(const re in A)(se&&(re.endsWith("value")||re==="indeterminate")||ti(re)&&!Ds(re)||re[0]==="."||G)&&s(p,re,null,A[re],void 0,E)}else if(A.onClick)s(p,"onClick",null,A.onClick,void 0,E);else if(D&4&&Xt(A.style))for(const G in A.style)A.style[G]}let q;(q=A&&A.onVnodeBeforeMount)&&ht(q,E,y),B&&qt(y,null,E,"beforeMount"),((q=A&&A.onVnodeMounted)||B||W)&&Oh(()=>{q&&ht(q,E,y),W&&X.enter(p),B&&qt(y,null,E,"mounted")},C)}return p.nextSibling},h=(p,y,E,C,L,R,O)=>{O=O||!!y.dynamicChildren;const A=y.children,D=A.length;for(let N=0;N<D;N++){const B=O?A[N]:A[N]=pt(A[N]),X=B.type===gn;p?(X&&!O&&N+1<D&&pt(A[N+1]).type===gn&&(a(r(p.data.slice(B.children.length)),E,i(p)),p.data=B.children),p=u(p,B,C,L,R,O)):X&&!B.children?a(B.el=r(""),E):(Ti(E,1)||Os(),n(null,B,E,null,C,L,Ei(E),R))}return p},m=(p,y,E,C,L,R)=>{const{slotScopeIds:O}=y;O&&(L=L?L.concat(O):O);const A=o(p),D=h(i(p),y,A,E,C,L,R);return D&&Ns(D)&&D.data==="]"?i(y.anchor=D):(Os(),a(y.anchor=c("]"),A,D),D)},g=(p,y,E,C,L,R)=>{if(Ti(p.parentElement,1)||Os(),y.el=null,R){const D=b(p);for(;;){const N=i(p);if(N&&N!==D)l(N);else break}}const O=i(p),A=o(p);return l(p),n(null,y,A,O,E,C,Ei(A),L),O},b=(p,y="[",E="]")=>{let C=0;for(;p;)if(p=i(p),p&&Ns(p)&&(p.data===y&&C++,p.data===E)){if(C===0)return i(p);C--}return p},_=(p,y,E)=>{const C=y.parentNode;C&&C.replaceChild(p,y);let L=E;for(;L;)L.vnode.el===y&&(L.vnode.el=L.subTree.el=p),L=L.parent},v=p=>p.nodeType===1&&p.tagName==="TEMPLATE";return[f,u]}const Qc="data-allow-mismatch",w_={0:"text",1:"children",2:"class",3:"style",4:"attribute"};function Ti(e,t){if(t===0||t===1)for(;e&&!e.hasAttribute(Qc);)e=e.parentElement;const n=e&&e.getAttribute(Qc);if(n==null)return!1;if(n==="")return!0;{const s=n.split(",");return t===0&&s.includes("children")?!0:n.split(",").includes(w_[t])}}const E_=(e=1e4)=>t=>{const n=requestIdleCallback(t,{timeout:e});return()=>cancelIdleCallback(n)};function T_(e){const{top:t,left:n,bottom:s,right:r}=e.getBoundingClientRect(),{innerHeight:i,innerWidth:o}=window;return(t>0&&t<i||s>0&&s<i)&&(n>0&&n<o||r>0&&r<o)}const S_=e=>(t,n)=>{const s=new IntersectionObserver(r=>{for(const i of r)if(i.isIntersecting){s.disconnect(),t();break}},e);return n(r=>{if(r instanceof Element){if(T_(r))return t(),s.disconnect(),!1;s.observe(r)}}),()=>s.disconnect()},C_=e=>t=>{if(e){const n=matchMedia(e);if(n.matches)t();else return n.addEventListener("change",t,{once:!0}),()=>n.removeEventListener("change",t)}},P_=(e=[])=>(t,n)=>{Ae(e)&&(e=[e]);let s=!1;const r=o=>{s||(s=!0,i(),t(),o.target.dispatchEvent(new o.constructor(o.type,o)))},i=()=>{n(o=>{for(const l of e)o.removeEventListener(l,r)})};return n(o=>{for(const l of e)o.addEventListener(l,r,{once:!0})}),i};function O_(e,t){if(Ns(e)&&e.data==="["){let n=1,s=e.nextSibling;for(;s;){if(s.nodeType===1){if(t(s)===!1)break}else if(Ns(s))if(s.data==="]"){if(--n===0)break}else s.data==="["&&n++;s=s.nextSibling}}else t(e)}const Kn=e=>!!e.type.__asyncLoader;/*! #__NO_SIDE_EFFECTS__ */function A_(e){ne(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:s,delay:r=200,hydrate:i,timeout:o,suspensible:l=!0,onError:a}=e;let c=null,f,u=0;const d=()=>(u++,c=null,h()),h=()=>{let m;return c||(m=c=t().catch(g=>{if(g=g instanceof Error?g:new Error(String(g)),a)return new Promise((b,_)=>{a(g,()=>b(d()),()=>_(g),u+1)});throw g}).then(g=>m!==c&&c?c:(g&&(g.__esModule||g[Symbol.toStringTag]==="Module")&&(g=g.default),f=g,g)))};return _t({name:"AsyncComponentWrapper",__asyncLoader:h,__asyncHydrate(m,g,b){const _=i?()=>{const v=i(b,p=>O_(m,p));v&&(g.bum||(g.bum=[])).push(v)}:b;f?_():h().then(()=>!g.isUnmounted&&_())},get __asyncResolved(){return f},setup(){const m=je;if(Da(m),f)return()=>sl(f,m);const g=p=>{c=null,Ts(p,m,13,!s)};if(l&&m.suspense||oi)return h().then(p=>()=>sl(p,m)).catch(p=>(g(p),()=>s?Te(s,{error:p}):null));const b=ie(!1),_=ie(),v=ie(!!r);return r&&setTimeout(()=>{v.value=!1},r),o!=null&&setTimeout(()=>{if(!b.value&&!_.value){const p=new Error(`Async component timed out after ${o}ms.`);g(p),_.value=p}},o),h().then(()=>{b.value=!0,m.parent&&si(m.parent.vnode)&&m.parent.update()}).catch(p=>{g(p),_.value=p}),()=>{if(b.value&&f)return sl(f,m);if(_.value&&s)return Te(s,{error:_.value});if(n&&!v.value)return Te(n)}}})}function sl(e,t){const{ref:n,props:s,children:r,ce:i}=t.vnode,o=Te(e,s,r);return o.ref=n,o.ce=i,delete t.vnode.ce,o}const si=e=>e.type.__isKeepAlive,R_={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(e,{slots:t}){const n=Be(),s=n.ctx;if(!s.renderer)return()=>{const v=t.default&&t.default();return v&&v.length===1?v[0]:v};const r=new Map,i=new Set;let o=null;const l=n.suspense,{renderer:{p:a,m:c,um:f,o:{createElement:u}}}=s,d=u("div");s.activate=(v,p,y,E,C)=>{const L=v.component;c(v,p,y,0,l),a(L.vnode,v,p,y,L,l,E,v.slotScopeIds,C),Ge(()=>{L.isDeactivated=!1,L.a&&$s(L.a);const R=v.props&&v.props.onVnodeMounted;R&&ht(R,L.parent,v)},l)},s.deactivate=v=>{const p=v.component;Ji(p.m),Ji(p.a),c(v,d,null,1,l),Ge(()=>{p.da&&$s(p.da);const y=v.props&&v.props.onVnodeUnmounted;y&&ht(y,p.parent,v),p.isDeactivated=!0},l)};function h(v){rl(v),f(v,n,l,!0)}function m(v){r.forEach((p,y)=>{const E=Bl(p.type);E&&!v(E)&&g(y)})}function g(v){const p=r.get(v);p&&(!o||!It(p,o))?h(p):o&&rl(o),r.delete(v),i.delete(v)}Le(()=>[e.include,e.exclude],([v,p])=>{v&&m(y=>yr(v,y)),p&&m(y=>!yr(p,y))},{flush:"post",deep:!0});let b=null;const _=()=>{b!=null&&(Zi(n.subTree.type)?Ge(()=>{r.set(b,Si(n.subTree))},n.subTree.suspense):r.set(b,Si(n.subTree)))};return Tn(_),Do(_),ur(()=>{r.forEach(v=>{const{subTree:p,suspense:y}=n,E=Si(p);if(v.type===E.type&&v.key===E.key){rl(E);const C=E.component.da;C&&Ge(C,y);return}h(v)})}),()=>{if(b=null,!t.default)return o=null;const v=t.default(),p=v[0];if(v.length>1)return o=null,v;if(!bn(p)||!(p.shapeFlag&4)&&!(p.shapeFlag&128))return o=null,p;let y=Si(p);if(y.type===Fe)return o=null,y;const E=y.type,C=Bl(Kn(y)?y.type.__asyncResolved||{}:E),{include:L,exclude:R,max:O}=e;if(L&&(!C||!yr(L,C))||R&&C&&yr(R,C))return y.shapeFlag&=-257,o=y,p;const A=y.key==null?E:y.key,D=r.get(A);return y.el&&(y=nn(y),p.shapeFlag&128&&(p.ssContent=y)),b=A,D?(y.el=D.el,y.component=D.component,y.transition&&_n(y,y.transition),y.shapeFlag|=512,i.delete(A),i.add(A)):(i.add(A),O&&i.size>parseInt(O,10)&&g(i.values().next().value)),y.shapeFlag|=256,o=y,Zi(p.type)?p:y}}},L_=R_;function yr(e,t){return Z(e)?e.some(n=>yr(n,t)):Ae(e)?e.split(",").includes(t):oy(e)?(e.lastIndex=0,e.test(t)):!1}function $a(e,t){Qd(e,"a",t)}function Fa(e,t){Qd(e,"da",t)}function Qd(e,t,n=je){const s=e.__wdc||(e.__wdc=()=>{let r=n;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(Mo(t,s,n),n){let r=n.parent;for(;r&&r.parent;)si(r.parent.vnode)&&x_(s,t,n,r),r=r.parent}}function x_(e,t,n,s){const r=Mo(t,e,s,!0);ri(()=>{va(s[t],r)},n)}function rl(e){e.shapeFlag&=-257,e.shapeFlag&=-513}function Si(e){return e.shapeFlag&128?e.ssContent:e}function Mo(e,t,n=je,s=!1){if(n){const r=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...o)=>{ss();const l=bs(n),a=Lt(t,n,e,o);return l(),rs(),a});return s?r.unshift(i):r.push(i),i}}const En=e=>(t,n=je)=>{(!oi||e==="sp")&&Mo(e,(...s)=>t(...s),n)},Ha=En("bm"),Tn=En("m"),zd=En("bu"),Do=En("u"),ur=En("bum"),ri=En("um"),Yd=En("sp"),Xd=En("rtg"),Jd=En("rtc");function Zd(e,t=je){Mo("ec",e,t)}const ja="components",k_="directives";function _s(e,t){return Ua(ja,e,!0,t)||e}const eh=Symbol.for("v-ndc");function N_(e){return Ae(e)?Ua(ja,e,!1)||e:e||eh}function I_(e){return Ua(k_,e)}function Ua(e,t,n=!0,s=!1){const r=Ve||je;if(r){const i=r.type;if(e===ja){const l=Bl(i,!1);if(l&&(l===t||l===Ye(t)||l===ni(Ye(t))))return i}const o=zc(r[e]||i[e],t)||zc(r.appContext[e],t);return!o&&s?i:o}}function zc(e,t){return e&&(e[t]||e[Ye(t)]||e[ni(Ye(t))])}function M_(e,t,n,s){let r;const i=n&&n[s],o=Z(e);if(o||Ae(e)){const l=o&&Xt(e);let a=!1;l&&(a=!Et(e),e=Oo(e)),r=new Array(e.length);for(let c=0,f=e.length;c<f;c++)r[c]=t(a?tt(e[c]):e[c],c,void 0,i&&i[c])}else if(typeof e=="number"){r=new Array(e);for(let l=0;l<e;l++)r[l]=t(l+1,l,void 0,i&&i[l])}else if(Se(e))if(e[Symbol.iterator])r=Array.from(e,(l,a)=>t(l,a,void 0,i&&i[a]));else{const l=Object.keys(e);r=new Array(l.length);for(let a=0,c=l.length;a<c;a++){const f=l[a];r[a]=t(e[f],f,a,i&&i[a])}}else r=[];return n&&(n[s]=r),r}function D_(e,t){for(let n=0;n<t.length;n++){const s=t[n];if(Z(s))for(let r=0;r<s.length;r++)e[s[r].name]=s[r].fn;else s&&(e[s.name]=s.key?(...r)=>{const i=s.fn(...r);return i&&(i.key=s.key),i}:s.fn)}return e}function jr(e,t,n={},s,r){if(Ve.ce||Ve.parent&&Kn(Ve.parent)&&Ve.parent.ce)return t!=="default"&&(n.name=t),dt(),vn(De,null,[Te("slot",n,s&&s())],64);let i=e[t];i&&i._c&&(i._d=!1),dt();const o=i&&Va(i(n)),l=vn(De,{key:(n.key||o&&o.key||`_${t}`)+(!o&&s?"_fb":"")},o||(s?s():[]),o&&e._===1?64:-2);return!r&&l.scopeId&&(l.slotScopeIds=[l.scopeId+"-s"]),i&&i._c&&(i._d=!0),l}function Va(e){return e.some(t=>bn(t)?!(t.type===Fe||t.type===De&&!Va(t.children)):!0)?e:null}function $_(e,t){const n={};for(const s in e)n[t&&/[A-Z]/.test(s)?`on:${s}`:vr(s)]=e[s];return n}const xl=e=>e?kh(e)?li(e):xl(e.parent):null,Tr=Oe(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>xl(e.parent),$root:e=>xl(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>Ba(e),$forceUpdate:e=>e.f||(e.f=()=>{Na(e.update)}),$nextTick:e=>e.n||(e.n=gt.bind(e.proxy)),$watch:e=>dv.bind(e)}),il=(e,t)=>e!==ce&&!e.__isScriptSetup&&ge(e,t),kl={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:s,data:r,props:i,accessCache:o,type:l,appContext:a}=e;let c;if(t[0]!=="$"){const h=o[t];if(h!==void 0)switch(h){case 1:return s[t];case 2:return r[t];case 4:return n[t];case 3:return i[t]}else{if(il(s,t))return o[t]=1,s[t];if(r!==ce&&ge(r,t))return o[t]=2,r[t];if((c=e.propsOptions[0])&&ge(c,t))return o[t]=3,i[t];if(n!==ce&&ge(n,t))return o[t]=4,n[t];Nl&&(o[t]=0)}}const f=Tr[t];let u,d;if(f)return t==="$attrs"&&st(e.attrs,"get",""),f(e);if((u=l.__cssModules)&&(u=u[t]))return u;if(n!==ce&&ge(n,t))return o[t]=4,n[t];if(d=a.config.globalProperties,ge(d,t))return d[t]},set({_:e},t,n){const{data:s,setupState:r,ctx:i}=e;return il(r,t)?(r[t]=n,!0):s!==ce&&ge(s,t)?(s[t]=n,!0):ge(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:s,appContext:r,propsOptions:i}},o){let l;return!!n[o]||e!==ce&&ge(e,o)||il(t,o)||(l=i[0])&&ge(l,o)||ge(s,o)||ge(Tr,o)||ge(r.config.globalProperties,o)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:ge(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}},F_=Oe({},kl,{get(e,t){if(t!==Symbol.unscopables)return kl.get(e,t,e)},has(e,t){return t[0]!=="_"&&!fy(t)}});function H_(){return null}function j_(){return null}function U_(e){}function V_(e){}function B_(){return null}function W_(){}function K_(e,t){return null}function q_(){return th().slots}function G_(){return th().attrs}function th(){const e=Be();return e.setupContext||(e.setupContext=Mh(e))}function Ur(e){return Z(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}function Q_(e,t){const n=Ur(e);for(const s in t){if(s.startsWith("__skip"))continue;let r=n[s];r?Z(r)||ne(r)?r=n[s]={type:r,default:t[s]}:r.default=t[s]:r===null&&(r=n[s]={default:t[s]}),r&&t[`__skip_${s}`]&&(r.skipFactory=!0)}return n}function z_(e,t){return!e||!t?e||t:Z(e)&&Z(t)?e.concat(t):Oe({},Ur(e),Ur(t))}function Y_(e,t){const n={};for(const s in e)t.includes(s)||Object.defineProperty(n,s,{enumerable:!0,get:()=>e[s]});return n}function X_(e){const t=Be();let n=e();return jl(),ba(n)&&(n=n.catch(s=>{throw bs(t),s})),[n,()=>bs(t)]}let Nl=!0;function J_(e){const t=Ba(e),n=e.proxy,s=e.ctx;Nl=!1,t.beforeCreate&&Yc(t.beforeCreate,e,"bc");const{data:r,computed:i,methods:o,watch:l,provide:a,inject:c,created:f,beforeMount:u,mounted:d,beforeUpdate:h,updated:m,activated:g,deactivated:b,beforeDestroy:_,beforeUnmount:v,destroyed:p,unmounted:y,render:E,renderTracked:C,renderTriggered:L,errorCaptured:R,serverPrefetch:O,expose:A,inheritAttrs:D,components:N,directives:B,filters:X}=t;if(c&&Z_(c,s,null),o)for(const q in o){const G=o[q];ne(G)&&(s[q]=G.bind(n))}if(r){const q=r.call(n,n);Se(q)&&(e.data=Yn(q))}if(Nl=!0,i)for(const q in i){const G=i[q],re=ne(G)?G.bind(n,n):ne(G.get)?G.get.bind(n,n):$t,xe=!ne(G)&&ne(G.set)?G.set.bind(n):$t,We=me({get:re,set:xe});Object.defineProperty(s,q,{enumerable:!0,configurable:!0,get:()=>We.value,set:Re=>We.value=Re})}if(l)for(const q in l)nh(l[q],s,n,q);if(a){const q=ne(a)?a.call(n):a;Reflect.ownKeys(q).forEach(G=>{Sr(G,q[G])})}f&&Yc(f,e,"c");function W(q,G){Z(G)?G.forEach(re=>q(re.bind(n))):G&&q(G.bind(n))}if(W(Ha,u),W(Tn,d),W(zd,h),W(Do,m),W($a,g),W(Fa,b),W(Zd,R),W(Jd,C),W(Xd,L),W(ur,v),W(ri,y),W(Yd,O),Z(A))if(A.length){const q=e.exposed||(e.exposed={});A.forEach(G=>{Object.defineProperty(q,G,{get:()=>n[G],set:re=>n[G]=re})})}else e.exposed||(e.exposed={});E&&e.render===$t&&(e.render=E),D!=null&&(e.inheritAttrs=D),N&&(e.components=N),B&&(e.directives=B),O&&Da(e)}function Z_(e,t,n=$t){Z(e)&&(e=Il(e));for(const s in e){const r=e[s];let i;Se(r)?"default"in r?i=ft(r.from||s,r.default,!0):i=ft(r.from||s):i=ft(r),_e(i)?Object.defineProperty(t,s,{enumerable:!0,configurable:!0,get:()=>i.value,set:o=>i.value=o}):t[s]=i}}function Yc(e,t,n){Lt(Z(e)?e.map(s=>s.bind(t.proxy)):e.bind(t.proxy),t,n)}function nh(e,t,n,s){let r=s.includes(".")?Th(n,s):()=>n[s];if(Ae(e)){const i=t[e];ne(i)&&Le(r,i)}else if(ne(e))Le(r,e.bind(n));else if(Se(e))if(Z(e))e.forEach(i=>nh(i,t,n,s));else{const i=ne(e.handler)?e.handler.bind(n):t[e.handler];ne(i)&&Le(r,i,e)}}function Ba(e){const t=e.type,{mixins:n,extends:s}=t,{mixins:r,optionsCache:i,config:{optionMergeStrategies:o}}=e.appContext,l=i.get(t);let a;return l?a=l:!r.length&&!n&&!s?a=t:(a={},r.length&&r.forEach(c=>Xi(a,c,o,!0)),Xi(a,t,o)),Se(t)&&i.set(t,a),a}function Xi(e,t,n,s=!1){const{mixins:r,extends:i}=t;i&&Xi(e,i,n,!0),r&&r.forEach(o=>Xi(e,o,n,!0));for(const o in t)if(!(s&&o==="expose")){const l=ev[o]||n&&n[o];e[o]=l?l(e[o],t[o]):t[o]}return e}const ev={data:Xc,props:Jc,emits:Jc,methods:_r,computed:_r,beforeCreate:rt,created:rt,beforeMount:rt,mounted:rt,beforeUpdate:rt,updated:rt,beforeDestroy:rt,beforeUnmount:rt,destroyed:rt,unmounted:rt,activated:rt,deactivated:rt,errorCaptured:rt,serverPrefetch:rt,components:_r,directives:_r,watch:nv,provide:Xc,inject:tv};function Xc(e,t){return t?e?function(){return Oe(ne(e)?e.call(this,this):e,ne(t)?t.call(this,this):t)}:t:e}function tv(e,t){return _r(Il(e),Il(t))}function Il(e){if(Z(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function rt(e,t){return e?[...new Set([].concat(e,t))]:t}function _r(e,t){return e?Oe(Object.create(null),e,t):t}function Jc(e,t){return e?Z(e)&&Z(t)?[...new Set([...e,...t])]:Oe(Object.create(null),Ur(e),Ur(t??{})):t}function nv(e,t){if(!e)return t;if(!t)return e;const n=Oe(Object.create(null),e);for(const s in t)n[s]=rt(e[s],t[s]);return n}function sh(){return{app:null,config:{isNativeTag:ry,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let sv=0;function rv(e,t){return function(s,r=null){ne(s)||(s=Oe({},s)),r!=null&&!Se(r)&&(r=null);const i=sh(),o=new WeakSet,l=[];let a=!1;const c=i.app={_uid:sv++,_component:s,_props:r,_container:null,_context:i,_instance:null,version:Xa,get config(){return i.config},set config(f){},use(f,...u){return o.has(f)||(f&&ne(f.install)?(o.add(f),f.install(c,...u)):ne(f)&&(o.add(f),f(c,...u))),c},mixin(f){return i.mixins.includes(f)||i.mixins.push(f),c},component(f,u){return u?(i.components[f]=u,c):i.components[f]},directive(f,u){return u?(i.directives[f]=u,c):i.directives[f]},mount(f,u,d){if(!a){const h=c._ceVNode||Te(s,r);return h.appContext=i,d===!0?d="svg":d===!1&&(d=void 0),u&&t?t(h,f):e(h,f,d),a=!0,c._container=f,f.__vue_app__=c,li(h.component)}},onUnmount(f){l.push(f)},unmount(){a&&(Lt(l,c._instance,16),e(null,c._container),delete c._container.__vue_app__)},provide(f,u){return i.provides[f]=u,c},runWithContext(f){const u=ps;ps=c;try{return f()}finally{ps=u}}};return c}}let ps=null;function Sr(e,t){if(je){let n=je.provides;const s=je.parent&&je.parent.provides;s===n&&(n=je.provides=Object.create(s)),n[e]=t}}function ft(e,t,n=!1){const s=je||Ve;if(s||ps){const r=ps?ps._context.provides:s?s.parent==null?s.vnode.appContext&&s.vnode.appContext.provides:s.parent.provides:void 0;if(r&&e in r)return r[e];if(arguments.length>1)return n&&ne(t)?t.call(s&&s.proxy):t}}function rh(){return!!(je||Ve||ps)}const ih={},oh=()=>Object.create(ih),lh=e=>Object.getPrototypeOf(e)===ih;function iv(e,t,n,s=!1){const r={},i=oh();e.propsDefaults=Object.create(null),ah(e,t,r,i);for(const o in e.propsOptions[0])o in r||(r[o]=void 0);n?e.props=s?r:Ra(r):e.type.props?e.props=r:e.props=i,e.attrs=i}function ov(e,t,n,s){const{props:r,attrs:i,vnode:{patchFlag:o}}=e,l=ae(r),[a]=e.propsOptions;let c=!1;if((s||o>0)&&!(o&16)){if(o&8){const f=e.vnode.dynamicProps;for(let u=0;u<f.length;u++){let d=f[u];if($o(e.emitsOptions,d))continue;const h=t[d];if(a)if(ge(i,d))h!==i[d]&&(i[d]=h,c=!0);else{const m=Ye(d);r[m]=Ml(a,l,m,h,e,!1)}else h!==i[d]&&(i[d]=h,c=!0)}}}else{ah(e,t,r,i)&&(c=!0);let f;for(const u in l)(!t||!ge(t,u)&&((f=mt(u))===u||!ge(t,f)))&&(a?n&&(n[u]!==void 0||n[f]!==void 0)&&(r[u]=Ml(a,l,u,void 0,e,!0)):delete r[u]);if(i!==l)for(const u in i)(!t||!ge(t,u))&&(delete i[u],c=!0)}c&&mn(e.attrs,"set","")}function ah(e,t,n,s){const[r,i]=e.propsOptions;let o=!1,l;if(t)for(let a in t){if(Ds(a))continue;const c=t[a];let f;r&&ge(r,f=Ye(a))?!i||!i.includes(f)?n[f]=c:(l||(l={}))[f]=c:$o(e.emitsOptions,a)||(!(a in s)||c!==s[a])&&(s[a]=c,o=!0)}if(i){const a=ae(n),c=l||ce;for(let f=0;f<i.length;f++){const u=i[f];n[u]=Ml(r,a,u,c[u],e,!ge(c,u))}}return o}function Ml(e,t,n,s,r,i){const o=e[n];if(o!=null){const l=ge(o,"default");if(l&&s===void 0){const a=o.default;if(o.type!==Function&&!o.skipFactory&&ne(a)){const{propsDefaults:c}=r;if(n in c)s=c[n];else{const f=bs(r);s=c[n]=a.call(null,t),f()}}else s=a;r.ce&&r.ce._setProp(n,s)}o[0]&&(i&&!l?s=!1:o[1]&&(s===""||s===mt(n))&&(s=!0))}return s}const lv=new WeakMap;function ch(e,t,n=!1){const s=n?lv:t.propsCache,r=s.get(e);if(r)return r;const i=e.props,o={},l=[];let a=!1;if(!ne(e)){const f=u=>{a=!0;const[d,h]=ch(u,t,!0);Oe(o,d),h&&l.push(...h)};!n&&t.mixins.length&&t.mixins.forEach(f),e.extends&&f(e.extends),e.mixins&&e.mixins.forEach(f)}if(!i&&!a)return Se(e)&&s.set(e,Is),Is;if(Z(i))for(let f=0;f<i.length;f++){const u=Ye(i[f]);Zc(u)&&(o[u]=ce)}else if(i)for(const f in i){const u=Ye(f);if(Zc(u)){const d=i[f],h=o[u]=Z(d)||ne(d)?{type:d}:Oe({},d),m=h.type;let g=!1,b=!0;if(Z(m))for(let _=0;_<m.length;++_){const v=m[_],p=ne(v)&&v.name;if(p==="Boolean"){g=!0;break}else p==="String"&&(b=!1)}else g=ne(m)&&m.name==="Boolean";h[0]=g,h[1]=b,(g||ge(h,"default"))&&l.push(u)}}const c=[o,l];return Se(e)&&s.set(e,c),c}function Zc(e){return e[0]!=="$"&&!Ds(e)}const uh=e=>e[0]==="_"||e==="$stable",Wa=e=>Z(e)?e.map(pt):[pt(e)],av=(e,t,n)=>{if(t._n)return t;const s=ys((...r)=>Wa(t(...r)),n);return s._c=!1,s},fh=(e,t,n)=>{const s=e._ctx;for(const r in e){if(uh(r))continue;const i=e[r];if(ne(i))t[r]=av(r,i,s);else if(i!=null){const o=Wa(i);t[r]=()=>o}}},dh=(e,t)=>{const n=Wa(t);e.slots.default=()=>n},hh=(e,t,n)=>{for(const s in t)(n||s!=="_")&&(e[s]=t[s])},cv=(e,t,n)=>{const s=e.slots=oh();if(e.vnode.shapeFlag&32){const r=t._;r?(hh(s,t,n),n&&ld(s,"_",r,!0)):fh(t,s)}else t&&dh(e,t)},uv=(e,t,n)=>{const{vnode:s,slots:r}=e;let i=!0,o=ce;if(s.shapeFlag&32){const l=t._;l?n&&l===1?i=!1:hh(r,t,n):(i=!t.$stable,fh(t,r)),o=t}else t&&(dh(e,t),o={default:1});if(i)for(const l in r)!uh(l)&&o[l]==null&&delete r[l]},Ge=Oh;function ph(e){return gh(e)}function mh(e){return gh(e,b_)}function gh(e,t){const n=ad();n.__VUE__=!0;const{insert:s,remove:r,patchProp:i,createElement:o,createText:l,createComment:a,setText:c,setElementText:f,parentNode:u,nextSibling:d,setScopeId:h=$t,insertStaticContent:m}=e,g=(T,P,I,V=null,F=null,w=null,S=void 0,k=null,$=!!P.dynamicChildren)=>{if(T===P)return;T&&!It(T,P)&&(V=H(T),Re(T,F,w,!0),T=null),P.patchFlag===-2&&($=!1,P.dynamicChildren=null);const{type:j,ref:K,shapeFlag:x}=P;switch(j){case gn:b(T,P,I,V);break;case Fe:_(T,P,I,V);break;case ms:T==null&&v(P,I,V,S);break;case De:N(T,P,I,V,F,w,S,k,$);break;default:x&1?E(T,P,I,V,F,w,S,k,$):x&6?B(T,P,I,V,F,w,S,k,$):(x&64||x&128)&&j.process(T,P,I,V,F,w,S,k,$,ee)}K!=null&&F&&Yi(K,T&&T.ref,w,P||T,!P)},b=(T,P,I,V)=>{if(T==null)s(P.el=l(P.children),I,V);else{const F=P.el=T.el;P.children!==T.children&&c(F,P.children)}},_=(T,P,I,V)=>{T==null?s(P.el=a(P.children||""),I,V):P.el=T.el},v=(T,P,I,V)=>{[T.el,T.anchor]=m(T.children,P,I,V,T.el,T.anchor)},p=({el:T,anchor:P},I,V)=>{let F;for(;T&&T!==P;)F=d(T),s(T,I,V),T=F;s(P,I,V)},y=({el:T,anchor:P})=>{let I;for(;T&&T!==P;)I=d(T),r(T),T=I;r(P)},E=(T,P,I,V,F,w,S,k,$)=>{P.type==="svg"?S="svg":P.type==="math"&&(S="mathml"),T==null?C(P,I,V,F,w,S,k,$):O(T,P,F,w,S,k,$)},C=(T,P,I,V,F,w,S,k)=>{let $,j;const{props:K,shapeFlag:x,transition:M,dirs:z}=T;if($=T.el=o(T.type,w,K&&K.is,K),x&8?f($,T.children):x&16&&R(T.children,$,null,V,F,ol(T,w),S,k),z&&qt(T,null,V,"created"),L($,T,T.scopeId,S,V),K){for(const fe in K)fe!=="value"&&!Ds(fe)&&i($,fe,null,K[fe],w,V);"value"in K&&i($,"value",null,K.value,w),(j=K.onVnodeBeforeMount)&&ht(j,V,T)}z&&qt(T,null,V,"beforeMount");const te=yh(F,M);te&&M.beforeEnter($),s($,P,I),((j=K&&K.onVnodeMounted)||te||z)&&Ge(()=>{j&&ht(j,V,T),te&&M.enter($),z&&qt(T,null,V,"mounted")},F)},L=(T,P,I,V,F)=>{if(I&&h(T,I),V)for(let w=0;w<V.length;w++)h(T,V[w]);if(F){let w=F.subTree;if(P===w||Zi(w.type)&&(w.ssContent===P||w.ssFallback===P)){const S=F.vnode;L(T,S,S.scopeId,S.slotScopeIds,F.parent)}}},R=(T,P,I,V,F,w,S,k,$=0)=>{for(let j=$;j<T.length;j++){const K=T[j]=k?Dn(T[j]):pt(T[j]);g(null,K,P,I,V,F,w,S,k)}},O=(T,P,I,V,F,w,S)=>{const k=P.el=T.el;let{patchFlag:$,dynamicChildren:j,dirs:K}=P;$|=T.patchFlag&16;const x=T.props||ce,M=P.props||ce;let z;if(I&&is(I,!1),(z=M.onVnodeBeforeUpdate)&&ht(z,I,P,T),K&&qt(P,T,I,"beforeUpdate"),I&&is(I,!0),(x.innerHTML&&M.innerHTML==null||x.textContent&&M.textContent==null)&&f(k,""),j?A(T.dynamicChildren,j,k,I,V,ol(P,F),w):S||G(T,P,k,null,I,V,ol(P,F),w,!1),$>0){if($&16)D(k,x,M,I,F);else if($&2&&x.class!==M.class&&i(k,"class",null,M.class,F),$&4&&i(k,"style",x.style,M.style,F),$&8){const te=P.dynamicProps;for(let fe=0;fe<te.length;fe++){const de=te[fe],$e=x[de],qe=M[de];(qe!==$e||de==="value")&&i(k,de,$e,qe,F,I)}}$&1&&T.children!==P.children&&f(k,P.children)}else!S&&j==null&&D(k,x,M,I,F);((z=M.onVnodeUpdated)||K)&&Ge(()=>{z&&ht(z,I,P,T),K&&qt(P,T,I,"updated")},V)},A=(T,P,I,V,F,w,S)=>{for(let k=0;k<P.length;k++){const $=T[k],j=P[k],K=$.el&&($.type===De||!It($,j)||$.shapeFlag&70)?u($.el):I;g($,j,K,null,V,F,w,S,!0)}},D=(T,P,I,V,F)=>{if(P!==I){if(P!==ce)for(const w in P)!Ds(w)&&!(w in I)&&i(T,w,P[w],null,F,V);for(const w in I){if(Ds(w))continue;const S=I[w],k=P[w];S!==k&&w!=="value"&&i(T,w,k,S,F,V)}"value"in I&&i(T,"value",P.value,I.value,F)}},N=(T,P,I,V,F,w,S,k,$)=>{const j=P.el=T?T.el:l(""),K=P.anchor=T?T.anchor:l("");let{patchFlag:x,dynamicChildren:M,slotScopeIds:z}=P;z&&(k=k?k.concat(z):z),T==null?(s(j,I,V),s(K,I,V),R(P.children||[],I,K,F,w,S,k,$)):x>0&&x&64&&M&&T.dynamicChildren?(A(T.dynamicChildren,M,I,F,w,S,k),(P.key!=null||F&&P===F.subTree)&&Ka(T,P,!0)):G(T,P,I,K,F,w,S,k,$)},B=(T,P,I,V,F,w,S,k,$)=>{P.slotScopeIds=k,T==null?P.shapeFlag&512?F.ctx.activate(P,I,V,S,$):X(P,I,V,F,w,S,$):se(T,P,$)},X=(T,P,I,V,F,w,S)=>{const k=T.component=xh(T,V,F);if(si(T)&&(k.ctx.renderer=ee),Nh(k,!1,S),k.asyncDep){if(F&&F.registerDep(k,W,S),!T.el){const $=k.subTree=Te(Fe);_(null,$,P,I)}}else W(k,T,P,I,F,w,S)},se=(T,P,I)=>{const V=P.component=T.component;if(_v(T,P,I))if(V.asyncDep&&!V.asyncResolved){q(V,P,I);return}else V.next=P,V.update();else P.el=T.el,V.vnode=P},W=(T,P,I,V,F,w,S)=>{const k=()=>{if(T.isMounted){let{next:x,bu:M,u:z,parent:te,vnode:fe}=T;{const vt=_h(T);if(vt){x&&(x.el=fe.el,q(T,x,S)),vt.asyncDep.then(()=>{T.isUnmounted||k()});return}}let de=x,$e;is(T,!1),x?(x.el=fe.el,q(T,x,S)):x=fe,M&&$s(M),($e=x.props&&x.props.onVnodeBeforeUpdate)&&ht($e,te,x,fe),is(T,!0);const qe=Ii(T),St=T.subTree;T.subTree=qe,g(St,qe,u(St.el),H(St),T,F,w),x.el=qe.el,de===null&&Ga(T,qe.el),z&&Ge(z,F),($e=x.props&&x.props.onVnodeUpdated)&&Ge(()=>ht($e,te,x,fe),F)}else{let x;const{el:M,props:z}=P,{bm:te,m:fe,parent:de,root:$e,type:qe}=T,St=Kn(P);if(is(T,!1),te&&$s(te),!St&&(x=z&&z.onVnodeBeforeMount)&&ht(x,de,P),is(T,!0),M&&Ee){const vt=()=>{T.subTree=Ii(T),Ee(M,T.subTree,T,F,null)};St&&qe.__asyncHydrate?qe.__asyncHydrate(M,T,vt):vt()}else{$e.ce&&$e.ce._injectChildStyle(qe);const vt=T.subTree=Ii(T);g(null,vt,I,V,T,F,w),P.el=vt.el}if(fe&&Ge(fe,F),!St&&(x=z&&z.onVnodeMounted)){const vt=P;Ge(()=>ht(x,de,vt),F)}(P.shapeFlag&256||de&&Kn(de.vnode)&&de.vnode.shapeFlag&256)&&T.a&&Ge(T.a,F),T.isMounted=!0,P=I=V=null}};T.scope.on();const $=T.effect=new Mr(k);T.scope.off();const j=T.update=$.run.bind($),K=T.job=$.runIfDirty.bind($);K.i=T,K.id=T.uid,$.scheduler=()=>Na(K),is(T,!0),j()},q=(T,P,I)=>{P.component=T;const V=T.vnode.props;T.vnode=P,T.next=null,ov(T,P.props,V,I),uv(T,P.children,I),ss(),Bc(T),rs()},G=(T,P,I,V,F,w,S,k,$=!1)=>{const j=T&&T.children,K=T?T.shapeFlag:0,x=P.children,{patchFlag:M,shapeFlag:z}=P;if(M>0){if(M&128){xe(j,x,I,V,F,w,S,k,$);return}else if(M&256){re(j,x,I,V,F,w,S,k,$);return}}z&8?(K&16&&Je(j,F,w),x!==j&&f(I,x)):K&16?z&16?xe(j,x,I,V,F,w,S,k,$):Je(j,F,w,!0):(K&8&&f(I,""),z&16&&R(x,I,V,F,w,S,k,$))},re=(T,P,I,V,F,w,S,k,$)=>{T=T||Is,P=P||Is;const j=T.length,K=P.length,x=Math.min(j,K);let M;for(M=0;M<x;M++){const z=P[M]=$?Dn(P[M]):pt(P[M]);g(T[M],z,I,null,F,w,S,k,$)}j>K?Je(T,F,w,!0,!1,x):R(P,I,V,F,w,S,k,$,x)},xe=(T,P,I,V,F,w,S,k,$)=>{let j=0;const K=P.length;let x=T.length-1,M=K-1;for(;j<=x&&j<=M;){const z=T[j],te=P[j]=$?Dn(P[j]):pt(P[j]);if(It(z,te))g(z,te,I,null,F,w,S,k,$);else break;j++}for(;j<=x&&j<=M;){const z=T[x],te=P[M]=$?Dn(P[M]):pt(P[M]);if(It(z,te))g(z,te,I,null,F,w,S,k,$);else break;x--,M--}if(j>x){if(j<=M){const z=M+1,te=z<K?P[z].el:V;for(;j<=M;)g(null,P[j]=$?Dn(P[j]):pt(P[j]),I,te,F,w,S,k,$),j++}}else if(j>M)for(;j<=x;)Re(T[j],F,w,!0),j++;else{const z=j,te=j,fe=new Map;for(j=te;j<=M;j++){const bt=P[j]=$?Dn(P[j]):pt(P[j]);bt.key!=null&&fe.set(bt.key,j)}let de,$e=0;const qe=M-te+1;let St=!1,vt=0;const fr=new Array(qe);for(j=0;j<qe;j++)fr[j]=0;for(j=z;j<=x;j++){const bt=T[j];if($e>=qe){Re(bt,F,w,!0);continue}let Bt;if(bt.key!=null)Bt=fe.get(bt.key);else for(de=te;de<=M;de++)if(fr[de-te]===0&&It(bt,P[de])){Bt=de;break}Bt===void 0?Re(bt,F,w,!0):(fr[Bt-te]=j+1,Bt>=vt?vt=Bt:St=!0,g(bt,P[Bt],I,null,F,w,S,k,$),$e++)}const fc=St?fv(fr):Is;for(de=fc.length-1,j=qe-1;j>=0;j--){const bt=te+j,Bt=P[bt],dc=bt+1<K?P[bt+1].el:V;fr[j]===0?g(null,Bt,I,dc,F,w,S,k,$):St&&(de<0||j!==fc[de]?We(Bt,I,dc,2):de--)}}},We=(T,P,I,V,F=null)=>{const{el:w,type:S,transition:k,children:$,shapeFlag:j}=T;if(j&6){We(T.component.subTree,P,I,V);return}if(j&128){T.suspense.move(P,I,V);return}if(j&64){S.move(T,P,I,ee);return}if(S===De){s(w,P,I);for(let x=0;x<$.length;x++)We($[x],P,I,V);s(T.anchor,P,I);return}if(S===ms){p(T,P,I);return}if(V!==2&&j&1&&k)if(V===0)k.beforeEnter(w),s(w,P,I),Ge(()=>k.enter(w),F);else{const{leave:x,delayLeave:M,afterLeave:z}=k,te=()=>s(w,P,I),fe=()=>{x(w,()=>{te(),z&&z()})};M?M(w,te,fe):fe()}else s(w,P,I)},Re=(T,P,I,V=!1,F=!1)=>{const{type:w,props:S,ref:k,children:$,dynamicChildren:j,shapeFlag:K,patchFlag:x,dirs:M,cacheIndex:z}=T;if(x===-2&&(F=!1),k!=null&&Yi(k,null,I,T,!0),z!=null&&(P.renderCache[z]=void 0),K&256){P.ctx.deactivate(T);return}const te=K&1&&M,fe=!Kn(T);let de;if(fe&&(de=S&&S.onVnodeBeforeUnmount)&&ht(de,P,T),K&6)Xe(T.component,I,V);else{if(K&128){T.suspense.unmount(I,V);return}te&&qt(T,null,P,"beforeUnmount"),K&64?T.type.remove(T,P,I,ee,V):j&&!j.hasOnce&&(w!==De||x>0&&x&64)?Je(j,P,I,!1,!0):(w===De&&x&384||!F&&K&16)&&Je($,P,I),V&&Ke(T)}(fe&&(de=S&&S.onVnodeUnmounted)||te)&&Ge(()=>{de&&ht(de,P,T),te&&qt(T,null,P,"unmounted")},I)},Ke=T=>{const{type:P,el:I,anchor:V,transition:F}=T;if(P===De){Ce(I,V);return}if(P===ms){y(T);return}const w=()=>{r(I),F&&!F.persisted&&F.afterLeave&&F.afterLeave()};if(T.shapeFlag&1&&F&&!F.persisted){const{leave:S,delayLeave:k}=F,$=()=>S(I,w);k?k(T.el,w,$):$()}else w()},Ce=(T,P)=>{let I;for(;T!==P;)I=d(T),r(T),T=I;r(P)},Xe=(T,P,I)=>{const{bum:V,scope:F,job:w,subTree:S,um:k,m:$,a:j}=T;Ji($),Ji(j),V&&$s(V),F.stop(),w&&(w.flags|=8,Re(S,T,P,I)),k&&Ge(k,P),Ge(()=>{T.isUnmounted=!0},P),P&&P.pendingBranch&&!P.isUnmounted&&T.asyncDep&&!T.asyncResolved&&T.suspenseId===P.pendingId&&(P.deps--,P.deps===0&&P.resolve())},Je=(T,P,I,V=!1,F=!1,w=0)=>{for(let S=w;S<T.length;S++)Re(T[S],P,I,V,F)},H=T=>{if(T.shapeFlag&6)return H(T.component.subTree);if(T.shapeFlag&128)return T.suspense.next();const P=d(T.anchor||T.el),I=P&&P[Ud];return I?d(I):P};let Y=!1;const Q=(T,P,I)=>{T==null?P._vnode&&Re(P._vnode,null,null,!0):g(P._vnode||null,T,P,null,null,null,I),P._vnode=T,Y||(Y=!0,Bc(),zi(),Y=!1)},ee={p:g,um:Re,m:We,r:Ke,mt:X,mc:R,pc:G,pbc:A,n:H,o:e};let ue,Ee;return t&&([ue,Ee]=t(ee)),{render:Q,hydrate:ue,createApp:rv(Q,ue)}}function ol({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function is({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function yh(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function Ka(e,t,n=!1){const s=e.children,r=t.children;if(Z(s)&&Z(r))for(let i=0;i<s.length;i++){const o=s[i];let l=r[i];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=r[i]=Dn(r[i]),l.el=o.el),!n&&l.patchFlag!==-2&&Ka(o,l)),l.type===gn&&(l.el=o.el)}}function fv(e){const t=e.slice(),n=[0];let s,r,i,o,l;const a=e.length;for(s=0;s<a;s++){const c=e[s];if(c!==0){if(r=n[n.length-1],e[r]<c){t[s]=r,n.push(s);continue}for(i=0,o=n.length-1;i<o;)l=i+o>>1,e[n[l]]<c?i=l+1:o=l;c<e[n[i]]&&(i>0&&(t[s]=n[i-1]),n[i]=s)}}for(i=n.length,o=n[i-1];i-- >0;)n[i]=o,o=t[o];return n}function _h(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:_h(t)}function Ji(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const vh=Symbol.for("v-scx"),bh=()=>ft(vh);function qa(e,t){return ii(e,null,t)}function wh(e,t){return ii(e,null,{flush:"post"})}function Eh(e,t){return ii(e,null,{flush:"sync"})}function Le(e,t,n){return ii(e,t,n)}function ii(e,t,n=ce){const{immediate:s,deep:r,flush:i,once:o}=n,l=Oe({},n);let a;if(oi)if(i==="sync"){const d=bh();a=d.__watcherHandles||(d.__watcherHandles=[])}else if(!t||s)l.once=!0;else{const d=()=>{};return d.stop=$t,d.resume=$t,d.pause=$t,d}const c=je;l.call=(d,h,m)=>Lt(d,c,h,m);let f=!1;i==="post"?l.scheduler=d=>{Ge(d,c&&c.suspense)}:i!=="sync"&&(f=!0,l.scheduler=(d,h)=>{h?d():Na(d)}),l.augmentJob=d=>{t&&(d.flags|=4),f&&(d.flags|=2,c&&(d.id=c.uid,d.i=c))};const u=n_(e,t,l);return a&&a.push(u),u}function dv(e,t,n){const s=this.proxy,r=Ae(e)?e.includes(".")?Th(s,e):()=>s[e]:e.bind(s,s);let i;ne(t)?i=t:(i=t.handler,n=t);const o=bs(this),l=ii(r,i.bind(s),n);return o(),l}function Th(e,t){const n=t.split(".");return()=>{let s=e;for(let r=0;r<n.length&&s;r++)s=s[n[r]];return s}}function hv(e,t,n=ce){const s=Be(),r=Ye(t),i=mt(t),o=Sh(e,t),l=ka((a,c)=>{let f,u=ce,d;return Eh(()=>{const h=e[t];at(f,h)&&(f=h,c())}),{get(){return a(),n.get?n.get(f):f},set(h){const m=n.set?n.set(h):h;if(!at(m,f)&&!(u!==ce&&at(h,u)))return;const g=s.vnode.props;g&&(t in g||r in g||i in g)&&(`onUpdate:${t}`in g||`onUpdate:${r}`in g||`onUpdate:${i}`in g)||(f=h,c()),s.emit(`update:${t}`,m),at(h,m)&&at(h,u)&&!at(m,d)&&c(),u=h,d=m}}});return l[Symbol.iterator]=()=>{let a=0;return{next(){return a<2?{value:a++?o||ce:l,done:!1}:{done:!0}}}},l}const Sh=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${Ye(t)}Modifiers`]||e[`${mt(t)}Modifiers`];function pv(e,t,...n){if(e.isUnmounted)return;const s=e.vnode.props||ce;let r=n;const i=t.startsWith("update:"),o=i&&Sh(s,t.slice(7));o&&(o.trim&&(r=n.map(f=>Ae(f)?f.trim():f)),o.number&&(r=n.map(Bi)));let l,a=s[l=vr(t)]||s[l=vr(Ye(t))];!a&&i&&(a=s[l=vr(mt(t))]),a&&Lt(a,e,6,r);const c=s[l+"Once"];if(c){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,Lt(c,e,6,r)}}function Ch(e,t,n=!1){const s=t.emitsCache,r=s.get(e);if(r!==void 0)return r;const i=e.emits;let o={},l=!1;if(!ne(e)){const a=c=>{const f=Ch(c,t,!0);f&&(l=!0,Oe(o,f))};!n&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}return!i&&!l?(Se(e)&&s.set(e,null),null):(Z(i)?i.forEach(a=>o[a]=null):Oe(o,i),Se(e)&&s.set(e,o),o)}function $o(e,t){return!e||!ti(t)?!1:(t=t.slice(2).replace(/Once$/,""),ge(e,t[0].toLowerCase()+t.slice(1))||ge(e,mt(t))||ge(e,t))}function Ii(e){const{type:t,vnode:n,proxy:s,withProxy:r,propsOptions:[i],slots:o,attrs:l,emit:a,render:c,renderCache:f,props:u,data:d,setupState:h,ctx:m,inheritAttrs:g}=e,b=Hr(e);let _,v;try{if(n.shapeFlag&4){const y=r||s,E=y;_=pt(c.call(E,y,f,u,h,d,m)),v=l}else{const y=t;_=pt(y.length>1?y(u,{attrs:l,slots:o,emit:a}):y(u,null)),v=t.props?l:gv(l)}}catch(y){Cr.length=0,Ts(y,e,1),_=Te(Fe)}let p=_;if(v&&g!==!1){const y=Object.keys(v),{shapeFlag:E}=p;y.length&&E&7&&(i&&y.some(_a)&&(v=yv(v,i)),p=nn(p,v,!1,!0))}return n.dirs&&(p=nn(p,null,!1,!0),p.dirs=p.dirs?p.dirs.concat(n.dirs):n.dirs),n.transition&&_n(p,n.transition),_=p,Hr(b),_}function mv(e,t=!0){let n;for(let s=0;s<e.length;s++){const r=e[s];if(bn(r)){if(r.type!==Fe||r.children==="v-if"){if(n)return;n=r}}else return}return n}const gv=e=>{let t;for(const n in e)(n==="class"||n==="style"||ti(n))&&((t||(t={}))[n]=e[n]);return t},yv=(e,t)=>{const n={};for(const s in e)(!_a(s)||!(s.slice(9)in t))&&(n[s]=e[s]);return n};function _v(e,t,n){const{props:s,children:r,component:i}=e,{props:o,children:l,patchFlag:a}=t,c=i.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&a>=0){if(a&1024)return!0;if(a&16)return s?eu(s,o,c):!!o;if(a&8){const f=t.dynamicProps;for(let u=0;u<f.length;u++){const d=f[u];if(o[d]!==s[d]&&!$o(c,d))return!0}}}else return(r||l)&&(!l||!l.$stable)?!0:s===o?!1:s?o?eu(s,o,c):!0:!!o;return!1}function eu(e,t,n){const s=Object.keys(t);if(s.length!==Object.keys(e).length)return!0;for(let r=0;r<s.length;r++){const i=s[r];if(t[i]!==e[i]&&!$o(n,i))return!0}return!1}function Ga({vnode:e,parent:t},n){for(;t;){const s=t.subTree;if(s.suspense&&s.suspense.activeBranch===e&&(s.el=e.el),s===e)(e=t.vnode).el=n,t=t.parent;else break}}const Zi=e=>e.__isSuspense;let Dl=0;const vv={name:"Suspense",__isSuspense:!0,process(e,t,n,s,r,i,o,l,a,c){if(e==null)wv(t,n,s,r,i,o,l,a,c);else{if(i&&i.deps>0&&!e.suspense.isInFallback){t.suspense=e.suspense,t.suspense.vnode=t,t.el=e.el;return}Ev(e,t,n,s,r,o,l,a,c)}},hydrate:Tv,normalize:Sv},bv=vv;function Vr(e,t){const n=e.props&&e.props[t];ne(n)&&n()}function wv(e,t,n,s,r,i,o,l,a){const{p:c,o:{createElement:f}}=a,u=f("div"),d=e.suspense=Ph(e,r,s,t,u,n,i,o,l,a);c(null,d.pendingBranch=e.ssContent,u,null,s,d,i,o),d.deps>0?(Vr(e,"onPending"),Vr(e,"onFallback"),c(null,e.ssFallback,t,n,s,null,i,o),Hs(d,e.ssFallback)):d.resolve(!1,!0)}function Ev(e,t,n,s,r,i,o,l,{p:a,um:c,o:{createElement:f}}){const u=t.suspense=e.suspense;u.vnode=t,t.el=e.el;const d=t.ssContent,h=t.ssFallback,{activeBranch:m,pendingBranch:g,isInFallback:b,isHydrating:_}=u;if(g)u.pendingBranch=d,It(d,g)?(a(g,d,u.hiddenContainer,null,r,u,i,o,l),u.deps<=0?u.resolve():b&&(_||(a(m,h,n,s,r,null,i,o,l),Hs(u,h)))):(u.pendingId=Dl++,_?(u.isHydrating=!1,u.activeBranch=g):c(g,r,u),u.deps=0,u.effects.length=0,u.hiddenContainer=f("div"),b?(a(null,d,u.hiddenContainer,null,r,u,i,o,l),u.deps<=0?u.resolve():(a(m,h,n,s,r,null,i,o,l),Hs(u,h))):m&&It(d,m)?(a(m,d,n,s,r,u,i,o,l),u.resolve(!0)):(a(null,d,u.hiddenContainer,null,r,u,i,o,l),u.deps<=0&&u.resolve()));else if(m&&It(d,m))a(m,d,n,s,r,u,i,o,l),Hs(u,d);else if(Vr(t,"onPending"),u.pendingBranch=d,d.shapeFlag&512?u.pendingId=d.component.suspenseId:u.pendingId=Dl++,a(null,d,u.hiddenContainer,null,r,u,i,o,l),u.deps<=0)u.resolve();else{const{timeout:v,pendingId:p}=u;v>0?setTimeout(()=>{u.pendingId===p&&u.fallback(h)},v):v===0&&u.fallback(h)}}function Ph(e,t,n,s,r,i,o,l,a,c,f=!1){const{p:u,m:d,um:h,n:m,o:{parentNode:g,remove:b}}=c;let _;const v=Cv(e);v&&t&&t.pendingBranch&&(_=t.pendingId,t.deps++);const p=e.props?Wi(e.props.timeout):void 0,y=i,E={vnode:e,parent:t,parentComponent:n,namespace:o,container:s,hiddenContainer:r,deps:0,pendingId:Dl++,timeout:typeof p=="number"?p:-1,activeBranch:null,pendingBranch:null,isInFallback:!f,isHydrating:f,isUnmounted:!1,effects:[],resolve(C=!1,L=!1){const{vnode:R,activeBranch:O,pendingBranch:A,pendingId:D,effects:N,parentComponent:B,container:X}=E;let se=!1;E.isHydrating?E.isHydrating=!1:C||(se=O&&A.transition&&A.transition.mode==="out-in",se&&(O.transition.afterLeave=()=>{D===E.pendingId&&(d(A,X,i===y?m(O):i,0),Qi(N))}),O&&(g(O.el)===X&&(i=m(O)),h(O,B,E,!0)),se||d(A,X,i,0)),Hs(E,A),E.pendingBranch=null,E.isInFallback=!1;let W=E.parent,q=!1;for(;W;){if(W.pendingBranch){W.effects.push(...N),q=!0;break}W=W.parent}!q&&!se&&Qi(N),E.effects=[],v&&t&&t.pendingBranch&&_===t.pendingId&&(t.deps--,t.deps===0&&!L&&t.resolve()),Vr(R,"onResolve")},fallback(C){if(!E.pendingBranch)return;const{vnode:L,activeBranch:R,parentComponent:O,container:A,namespace:D}=E;Vr(L,"onFallback");const N=m(R),B=()=>{E.isInFallback&&(u(null,C,A,N,O,null,D,l,a),Hs(E,C))},X=C.transition&&C.transition.mode==="out-in";X&&(R.transition.afterLeave=B),E.isInFallback=!0,h(R,O,null,!0),X||B()},move(C,L,R){E.activeBranch&&d(E.activeBranch,C,L,R),E.container=C},next(){return E.activeBranch&&m(E.activeBranch)},registerDep(C,L,R){const O=!!E.pendingBranch;O&&E.deps++;const A=C.vnode.el;C.asyncDep.catch(D=>{Ts(D,C,0)}).then(D=>{if(C.isUnmounted||E.isUnmounted||E.pendingId!==C.suspenseId)return;C.asyncResolved=!0;const{vnode:N}=C;Ul(C,D,!1),A&&(N.el=A);const B=!A&&C.subTree.el;L(C,N,g(A||C.subTree.el),A?null:m(C.subTree),E,o,R),B&&b(B),Ga(C,N.el),O&&--E.deps===0&&E.resolve()})},unmount(C,L){E.isUnmounted=!0,E.activeBranch&&h(E.activeBranch,n,C,L),E.pendingBranch&&h(E.pendingBranch,n,C,L)}};return E}function Tv(e,t,n,s,r,i,o,l,a){const c=t.suspense=Ph(t,s,n,e.parentNode,document.createElement("div"),null,r,i,o,l,!0),f=a(e,c.pendingBranch=t.ssContent,n,c,i,o);return c.deps===0&&c.resolve(!1,!0),f}function Sv(e){const{shapeFlag:t,children:n}=e,s=t&32;e.ssContent=tu(s?n.default:n),e.ssFallback=s?tu(n.fallback):Te(Fe)}function tu(e){let t;if(ne(e)){const n=vs&&e._c;n&&(e._d=!1,dt()),e=e(),n&&(e._d=!0,t=nt,Ah())}return Z(e)&&(e=mv(e)),e=pt(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter(n=>n!==e)),e}function Oh(e,t){t&&t.pendingBranch?Z(e)?t.effects.push(...e):t.effects.push(e):Qi(e)}function Hs(e,t){e.activeBranch=t;const{vnode:n,parentComponent:s}=e;let r=t.el;for(;!r&&t.component;)t=t.component.subTree,r=t.el;n.el=r,s&&s.subTree===n&&(s.vnode.el=r,Ga(s,r))}function Cv(e){const t=e.props&&e.props.suspensible;return t!=null&&t!==!1}const De=Symbol.for("v-fgt"),gn=Symbol.for("v-txt"),Fe=Symbol.for("v-cmt"),ms=Symbol.for("v-stc"),Cr=[];let nt=null;function dt(e=!1){Cr.push(nt=e?null:[])}function Ah(){Cr.pop(),nt=Cr[Cr.length-1]||null}let vs=1;function $l(e){vs+=e,e<0&&nt&&(nt.hasOnce=!0)}function Rh(e){return e.dynamicChildren=vs>0?nt||Is:null,Ah(),vs>0&&nt&&nt.push(e),e}function er(e,t,n,s,r,i){return Rh(Yt(e,t,n,s,r,i,!0))}function vn(e,t,n,s,r){return Rh(Te(e,t,n,s,r,!0))}function bn(e){return e?e.__v_isVNode===!0:!1}function It(e,t){return e.type===t.type&&e.key===t.key}function Pv(e){}const Lh=({key:e})=>e??null,Mi=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?Ae(e)||_e(e)||ne(e)?{i:Ve,r:e,k:t,f:!!n}:e:null);function Yt(e,t=null,n=null,s=0,r=null,i=e===De?0:1,o=!1,l=!1){const a={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Lh(t),ref:t&&Mi(t),scopeId:No,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:s,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:Ve};return l?(Ya(a,n),i&128&&e.normalize(a)):n&&(a.shapeFlag|=Ae(n)?8:16),vs>0&&!o&&nt&&(a.patchFlag>0||i&6)&&a.patchFlag!==32&&nt.push(a),a}const Te=Ov;function Ov(e,t=null,n=null,s=0,r=null,i=!1){if((!e||e===eh)&&(e=Fe),bn(e)){const l=nn(e,t,!0);return n&&Ya(l,n),vs>0&&!i&&nt&&(l.shapeFlag&6?nt[nt.indexOf(e)]=l:nt.push(l)),l.patchFlag=-2,l}if(Mv(e)&&(e=e.__vccOpts),t){t=Qa(t);let{class:l,style:a}=t;l&&!Ae(l)&&(t.class=ns(l)),Se(a)&&(xo(a)&&!Z(a)&&(a=Oe({},a)),t.style=Wn(a))}const o=Ae(e)?1:Zi(e)?128:Vd(e)?64:Se(e)?4:ne(e)?2:0;return Yt(e,t,n,s,r,o,i,!0)}function Qa(e){return e?xo(e)||lh(e)?Oe({},e):e:null}function nn(e,t,n=!1,s=!1){const{props:r,ref:i,patchFlag:o,children:l,transition:a}=e,c=t?Fo(r||{},t):r,f={__v_isVNode:!0,__v_skip:!0,type:e.type,props:c,key:c&&Lh(c),ref:t&&t.ref?n&&i?Z(i)?i.concat(Mi(t)):[i,Mi(t)]:Mi(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:l,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==De?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:a,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&nn(e.ssContent),ssFallback:e.ssFallback&&nn(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return a&&s&&_n(f,a.clone(f)),f}function za(e=" ",t=0){return Te(gn,null,e,t)}function Av(e,t){const n=Te(ms,null,e);return n.staticCount=t,n}function Fl(e="",t=!1){return t?(dt(),vn(Fe,null,e)):Te(Fe,null,e)}function pt(e){return e==null||typeof e=="boolean"?Te(Fe):Z(e)?Te(De,null,e.slice()):bn(e)?Dn(e):Te(gn,null,String(e))}function Dn(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:nn(e)}function Ya(e,t){let n=0;const{shapeFlag:s}=e;if(t==null)t=null;else if(Z(t))n=16;else if(typeof t=="object")if(s&65){const r=t.default;r&&(r._c&&(r._d=!1),Ya(e,r()),r._c&&(r._d=!0));return}else{n=32;const r=t._;!r&&!lh(t)?t._ctx=Ve:r===3&&Ve&&(Ve.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else ne(t)?(t={default:t,_ctx:Ve},n=32):(t=String(t),s&64?(n=16,t=[za(t)]):n=8);e.children=t,e.shapeFlag|=n}function Fo(...e){const t={};for(let n=0;n<e.length;n++){const s=e[n];for(const r in s)if(r==="class")t.class!==s.class&&(t.class=ns([t.class,s.class]));else if(r==="style")t.style=Wn([t.style,s.style]);else if(ti(r)){const i=t[r],o=s[r];o&&i!==o&&!(Z(i)&&i.includes(o))&&(t[r]=i?[].concat(i,o):o)}else r!==""&&(t[r]=s[r])}return t}function ht(e,t,n,s=null){Lt(e,t,7,[n,s])}const Rv=sh();let Lv=0;function xh(e,t,n){const s=e.type,r=(t?t.appContext:e.appContext)||Rv,i={uid:Lv++,vnode:e,type:s,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new Ta(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(r.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:ch(s,r),emitsOptions:Ch(s,r),emit:null,emitted:null,propsDefaults:ce,inheritAttrs:s.inheritAttrs,ctx:ce,data:ce,props:ce,attrs:ce,slots:ce,refs:ce,setupState:ce,setupContext:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return i.ctx={_:i},i.root=t?t.root:i,i.emit=pv.bind(null,i),e.ce&&e.ce(i),i}let je=null;const Be=()=>je||Ve;let eo,Hl;{const e=ad(),t=(n,s)=>{let r;return(r=e[n])||(r=e[n]=[]),r.push(s),i=>{r.length>1?r.forEach(o=>o(i)):r[0](i)}};eo=t("__VUE_INSTANCE_SETTERS__",n=>je=n),Hl=t("__VUE_SSR_SETTERS__",n=>oi=n)}const bs=e=>{const t=je;return eo(e),e.scope.on(),()=>{e.scope.off(),eo(t)}},jl=()=>{je&&je.scope.off(),eo(null)};function kh(e){return e.vnode.shapeFlag&4}let oi=!1;function Nh(e,t=!1,n=!1){t&&Hl(t);const{props:s,children:r}=e.vnode,i=kh(e);iv(e,s,i,t),cv(e,r,n);const o=i?xv(e,t):void 0;return t&&Hl(!1),o}function xv(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,kl);const{setup:s}=n;if(s){const r=e.setupContext=s.length>1?Mh(e):null,i=bs(e);ss();const o=cr(s,e,0,[e.props,r]);if(rs(),i(),ba(o)){if(Kn(e)||Da(e),o.then(jl,jl),t)return o.then(l=>{Ul(e,l,t)}).catch(l=>{Ts(l,e,0)});e.asyncDep=o}else Ul(e,o,t)}else Ih(e,t)}function Ul(e,t,n){ne(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:Se(t)&&(e.setupState=xa(t)),Ih(e,n)}let to,Vl;function kv(e){to=e,Vl=t=>{t.render._rc&&(t.withProxy=new Proxy(t.ctx,F_))}}const Nv=()=>!to;function Ih(e,t,n){const s=e.type;if(!e.render){if(!t&&to&&!s.render){const r=s.template||Ba(e).template;if(r){const{isCustomElement:i,compilerOptions:o}=e.appContext.config,{delimiters:l,compilerOptions:a}=s,c=Oe(Oe({isCustomElement:i,delimiters:l},o),a);s.render=to(r,c)}}e.render=s.render||$t,Vl&&Vl(e)}{const r=bs(e);ss();try{J_(e)}finally{rs(),r()}}}const Iv={get(e,t){return st(e,"get",""),e[t]}};function Mh(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,Iv),slots:e.slots,emit:e.emit,expose:t}}function li(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(xa(ko(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in Tr)return Tr[n](e)},has(t,n){return n in t||n in Tr}})):e.proxy}function Bl(e,t=!0){return ne(e)?e.displayName||e.name:e.name||t&&e.__name}function Mv(e){return ne(e)&&"__vccOpts"in e}const me=(e,t)=>Jy(e,t,oi);function Ss(e,t,n){const s=arguments.length;return s===2?Se(t)&&!Z(t)?bn(t)?Te(e,null,[t]):Te(e,t):Te(e,null,t):(s>3?n=Array.prototype.slice.call(arguments,2):s===3&&bn(n)&&(n=[n]),Te(e,t,n))}function Dv(){}function $v(e,t,n,s){const r=n[s];if(r&&Dh(r,e))return r;const i=t();return i.memo=e.slice(),i.cacheIndex=s,n[s]=i}function Dh(e,t){const n=e.memo;if(n.length!=t.length)return!1;for(let s=0;s<n.length;s++)if(at(n[s],t[s]))return!1;return vs>0&&nt&&nt.push(e),!0}const Xa="3.5.11",Fv=$t,Hv=l_,jv=xs,Uv=$d,Vv={createComponentInstance:xh,setupComponent:Nh,renderComponentRoot:Ii,setCurrentRenderingInstance:Hr,isVNode:bn,normalizeVNode:pt,getComponentPublicInstance:li,ensureValidVNode:Va,pushWarningContext:s_,popWarningContext:r_},Bv=Vv,Wv=null,Kv=null,qv=null;/**
30
+ * @vue/runtime-dom v3.5.11
31
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
32
+ * @license MIT
33
+ **/let Wl;const nu=typeof window<"u"&&window.trustedTypes;if(nu)try{Wl=nu.createPolicy("vue",{createHTML:e=>e})}catch{}const $h=Wl?e=>Wl.createHTML(e):e=>e,Gv="http://www.w3.org/2000/svg",Qv="http://www.w3.org/1998/Math/MathML",un=typeof document<"u"?document:null,su=un&&un.createElement("template"),zv={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,s)=>{const r=t==="svg"?un.createElementNS(Gv,e):t==="mathml"?un.createElementNS(Qv,e):n?un.createElement(e,{is:n}):un.createElement(e);return e==="select"&&s&&s.multiple!=null&&r.setAttribute("multiple",s.multiple),r},createText:e=>un.createTextNode(e),createComment:e=>un.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>un.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,s,r,i){const o=n?n.previousSibling:t.lastChild;if(r&&(r===i||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),n),!(r===i||!(r=r.nextSibling)););else{su.innerHTML=$h(s==="svg"?`<svg>${e}</svg>`:s==="mathml"?`<math>${e}</math>`:e);const l=su.content;if(s==="svg"||s==="mathml"){const a=l.firstChild;for(;a.firstChild;)l.appendChild(a.firstChild);l.removeChild(a)}t.insertBefore(l,n)}return[o?o.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},Pn="transition",pr="animation",tr=Symbol("_vtc"),Fh={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},Hh=Oe({},Ma,Fh),Yv=e=>(e.displayName="Transition",e.props=Hh,e),Xv=Yv((e,{slots:t})=>Ss(qd,jh(e),t)),os=(e,t=[])=>{Z(e)?e.forEach(n=>n(...t)):e&&e(...t)},ru=e=>e?Z(e)?e.some(t=>t.length>1):e.length>1:!1;function jh(e){const t={};for(const N in e)N in Fh||(t[N]=e[N]);if(e.css===!1)return t;const{name:n="v",type:s,duration:r,enterFromClass:i=`${n}-enter-from`,enterActiveClass:o=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:a=i,appearActiveClass:c=o,appearToClass:f=l,leaveFromClass:u=`${n}-leave-from`,leaveActiveClass:d=`${n}-leave-active`,leaveToClass:h=`${n}-leave-to`}=e,m=Jv(r),g=m&&m[0],b=m&&m[1],{onBeforeEnter:_,onEnter:v,onEnterCancelled:p,onLeave:y,onLeaveCancelled:E,onBeforeAppear:C=_,onAppear:L=v,onAppearCancelled:R=p}=t,O=(N,B,X)=>{An(N,B?f:l),An(N,B?c:o),X&&X()},A=(N,B)=>{N._isLeaving=!1,An(N,u),An(N,h),An(N,d),B&&B()},D=N=>(B,X)=>{const se=N?L:v,W=()=>O(B,N,X);os(se,[B,W]),iu(()=>{An(B,N?a:i),an(B,N?f:l),ru(se)||ou(B,s,g,W)})};return Oe(t,{onBeforeEnter(N){os(_,[N]),an(N,i),an(N,o)},onBeforeAppear(N){os(C,[N]),an(N,a),an(N,c)},onEnter:D(!1),onAppear:D(!0),onLeave(N,B){N._isLeaving=!0;const X=()=>A(N,B);an(N,u),an(N,d),Vh(),iu(()=>{N._isLeaving&&(An(N,u),an(N,h),ru(y)||ou(N,s,b,X))}),os(y,[N,X])},onEnterCancelled(N){O(N,!1),os(p,[N])},onAppearCancelled(N){O(N,!0),os(R,[N])},onLeaveCancelled(N){A(N),os(E,[N])}})}function Jv(e){if(e==null)return null;if(Se(e))return[ll(e.enter),ll(e.leave)];{const t=ll(e);return[t,t]}}function ll(e){return Wi(e)}function an(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[tr]||(e[tr]=new Set)).add(t)}function An(e,t){t.split(/\s+/).forEach(s=>s&&e.classList.remove(s));const n=e[tr];n&&(n.delete(t),n.size||(e[tr]=void 0))}function iu(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Zv=0;function ou(e,t,n,s){const r=e._endId=++Zv,i=()=>{r===e._endId&&s()};if(n!=null)return setTimeout(i,n);const{type:o,timeout:l,propCount:a}=Uh(e,t);if(!o)return s();const c=o+"end";let f=0;const u=()=>{e.removeEventListener(c,d),i()},d=h=>{h.target===e&&++f>=a&&u()};setTimeout(()=>{f<a&&u()},l+1),e.addEventListener(c,d)}function Uh(e,t){const n=window.getComputedStyle(e),s=m=>(n[m]||"").split(", "),r=s(`${Pn}Delay`),i=s(`${Pn}Duration`),o=lu(r,i),l=s(`${pr}Delay`),a=s(`${pr}Duration`),c=lu(l,a);let f=null,u=0,d=0;t===Pn?o>0&&(f=Pn,u=o,d=i.length):t===pr?c>0&&(f=pr,u=c,d=a.length):(u=Math.max(o,c),f=u>0?o>c?Pn:pr:null,d=f?f===Pn?i.length:a.length:0);const h=f===Pn&&/\b(transform|all)(,|$)/.test(s(`${Pn}Property`).toString());return{type:f,timeout:u,propCount:d,hasTransform:h}}function lu(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,s)=>au(n)+au(e[s])))}function au(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function Vh(){return document.body.offsetHeight}function eb(e,t,n){const s=e[tr];s&&(t=(t?[t,...s]:[...s]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const no=Symbol("_vod"),Bh=Symbol("_vsh"),Wh={beforeMount(e,{value:t},{transition:n}){e[no]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):mr(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:s}){!t!=!n&&(s?t?(s.beforeEnter(e),mr(e,!0),s.enter(e)):s.leave(e,()=>{mr(e,!1)}):mr(e,t))},beforeUnmount(e,{value:t}){mr(e,t)}};function mr(e,t){e.style.display=t?e[no]:"none",e[Bh]=!t}function tb(){Wh.getSSRProps=({value:e})=>{if(!e)return{style:{display:"none"}}}}const Kh=Symbol("");function nb(e){const t=Be();if(!t)return;const n=t.ut=(r=e(t.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${t.uid}"]`)).forEach(i=>so(i,r))},s=()=>{const r=e(t.proxy);t.ce?so(t.ce,r):Kl(t.subTree,r),n(r)};Ha(()=>{wh(s)}),Tn(()=>{const r=new MutationObserver(s);r.observe(t.subTree.el.parentNode,{childList:!0}),ri(()=>r.disconnect())})}function Kl(e,t){if(e.shapeFlag&128){const n=e.suspense;e=n.activeBranch,n.pendingBranch&&!n.isHydrating&&n.effects.push(()=>{Kl(n.activeBranch,t)})}for(;e.component;)e=e.component.subTree;if(e.shapeFlag&1&&e.el)so(e.el,t);else if(e.type===De)e.children.forEach(n=>Kl(n,t));else if(e.type===ms){let{el:n,anchor:s}=e;for(;n&&(so(n,t),n!==s);)n=n.nextSibling}}function so(e,t){if(e.nodeType===1){const n=e.style;let s="";for(const r in t)n.setProperty(`--${r}`,t[r]),s+=`--${r}: ${t[r]};`;n[Kh]=s}}const sb=/(^|;)\s*display\s*:/;function rb(e,t,n){const s=e.style,r=Ae(n);let i=!1;if(n&&!r){if(t)if(Ae(t))for(const o of t.split(";")){const l=o.slice(0,o.indexOf(":")).trim();n[l]==null&&Di(s,l,"")}else for(const o in t)n[o]==null&&Di(s,o,"");for(const o in n)o==="display"&&(i=!0),Di(s,o,n[o])}else if(r){if(t!==n){const o=s[Kh];o&&(n+=";"+o),s.cssText=n,i=sb.test(n)}}else t&&e.removeAttribute("style");no in e&&(e[no]=i?s.display:"",e[Bh]&&(s.display="none"))}const cu=/\s*!important$/;function Di(e,t,n){if(Z(n))n.forEach(s=>Di(e,t,s));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const s=ib(e,t);cu.test(n)?e.setProperty(mt(s),n.replace(cu,""),"important"):e[s]=n}}const uu=["Webkit","Moz","ms"],al={};function ib(e,t){const n=al[t];if(n)return n;let s=Ye(t);if(s!=="filter"&&s in e)return al[t]=s;s=ni(s);for(let r=0;r<uu.length;r++){const i=uu[r]+s;if(i in e)return al[t]=i}return t}const fu="http://www.w3.org/1999/xlink";function du(e,t,n,s,r,i=yy(t)){s&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(fu,t.slice(6,t.length)):e.setAttributeNS(fu,t,n):n==null||i&&!ud(n)?e.removeAttribute(t):e.setAttribute(t,i?"":tn(n)?String(n):n)}function hu(e,t,n,s){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?$h(n):n);return}const r=e.tagName;if(t==="value"&&r!=="PROGRESS"&&!r.includes("-")){const o=r==="OPTION"?e.getAttribute("value")||"":e.value,l=n==null?e.type==="checkbox"?"on":"":String(n);(o!==l||!("_value"in e))&&(e.value=l),n==null&&e.removeAttribute(t),e._value=n;return}let i=!1;if(n===""||n==null){const o=typeof e[t];o==="boolean"?n=ud(n):n==null&&o==="string"?(n="",i=!0):o==="number"&&(n=0,i=!0)}try{e[t]=n}catch{}i&&e.removeAttribute(t)}function dn(e,t,n,s){e.addEventListener(t,n,s)}function ob(e,t,n,s){e.removeEventListener(t,n,s)}const pu=Symbol("_vei");function lb(e,t,n,s,r=null){const i=e[pu]||(e[pu]={}),o=i[t];if(s&&o)o.value=s;else{const[l,a]=ab(t);if(s){const c=i[t]=fb(s,r);dn(e,l,c,a)}else o&&(ob(e,l,o,a),i[t]=void 0)}}const mu=/(?:Once|Passive|Capture)$/;function ab(e){let t;if(mu.test(e)){t={};let s;for(;s=e.match(mu);)e=e.slice(0,e.length-s[0].length),t[s[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):mt(e.slice(2)),t]}let cl=0;const cb=Promise.resolve(),ub=()=>cl||(cb.then(()=>cl=0),cl=Date.now());function fb(e,t){const n=s=>{if(!s._vts)s._vts=Date.now();else if(s._vts<=n.attached)return;Lt(db(s,n.value),t,5,[s])};return n.value=e,n.attached=ub(),n}function db(e,t){if(Z(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(s=>r=>!r._stopped&&s&&s(r))}else return t}const gu=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,hb=(e,t,n,s,r,i)=>{const o=r==="svg";t==="class"?eb(e,s,o):t==="style"?rb(e,n,s):ti(t)?_a(t)||lb(e,t,n,s,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):pb(e,t,s,o))?(hu(e,t,s),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&du(e,t,s,o,i,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!Ae(s))?hu(e,Ye(t),s):(t==="true-value"?e._trueValue=s:t==="false-value"&&(e._falseValue=s),du(e,t,s,o))};function pb(e,t,n,s){if(s)return!!(t==="innerHTML"||t==="textContent"||t in e&&gu(t)&&ne(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const r=e.tagName;if(r==="IMG"||r==="VIDEO"||r==="CANVAS"||r==="SOURCE")return!1}return gu(t)&&Ae(n)?!1:t in e}const yu={};/*! #__NO_SIDE_EFFECTS__ */function qh(e,t,n){const s=_t(e,t);wo(s)&&Oe(s,t);class r extends Ho{constructor(o){super(s,o,n)}}return r.def=s,r}/*! #__NO_SIDE_EFFECTS__ */const mb=(e,t)=>qh(e,t,ec),gb=typeof HTMLElement<"u"?HTMLElement:class{};class Ho extends gb{constructor(t,n={},s=Br){super(),this._def=t,this._props=n,this._createApp=s,this._isVueCE=!0,this._instance=null,this._app=null,this._nonce=this._def.nonce,this._connected=!1,this._resolved=!1,this._numberProps=null,this._styleChildren=new WeakSet,this._ob=null,this.shadowRoot&&s!==Br?this._root=this.shadowRoot:t.shadowRoot!==!1?(this.attachShadow({mode:"open"}),this._root=this.shadowRoot):this._root=this,this._def.__asyncLoader||this._resolveProps(this._def)}connectedCallback(){if(!this.isConnected)return;this.shadowRoot||this._parseSlots(),this._connected=!0;let t=this;for(;t=t&&(t.parentNode||t.host);)if(t instanceof Ho){this._parent=t;break}this._instance||(this._resolved?(this._setParent(),this._update()):t&&t._pendingResolve?this._pendingResolve=t._pendingResolve.then(()=>{this._pendingResolve=void 0,this._resolveDef()}):this._resolveDef())}_setParent(t=this._parent){t&&(this._instance.parent=t._instance,this._instance.provides=t._instance.provides)}disconnectedCallback(){this._connected=!1,gt(()=>{this._connected||(this._ob&&(this._ob.disconnect(),this._ob=null),this._app&&this._app.unmount(),this._instance&&(this._instance.ce=void 0),this._app=this._instance=null)})}_resolveDef(){if(this._pendingResolve)return;for(let s=0;s<this.attributes.length;s++)this._setAttr(this.attributes[s].name);this._ob=new MutationObserver(s=>{for(const r of s)this._setAttr(r.attributeName)}),this._ob.observe(this,{attributes:!0});const t=(s,r=!1)=>{this._resolved=!0,this._pendingResolve=void 0;const{props:i,styles:o}=s;let l;if(i&&!Z(i))for(const a in i){const c=i[a];(c===Number||c&&c.type===Number)&&(a in this._props&&(this._props[a]=Wi(this._props[a])),(l||(l=Object.create(null)))[Ye(a)]=!0)}this._numberProps=l,r&&this._resolveProps(s),this.shadowRoot&&this._applyStyles(o),this._mount(s)},n=this._def.__asyncLoader;n?this._pendingResolve=n().then(s=>t(this._def=s,!0)):t(this._def)}_mount(t){this._app=this._createApp(t),t.configureApp&&t.configureApp(this._app),this._app._ceVNode=this._createVNode(),this._app.mount(this._root);const n=this._instance&&this._instance.exposed;if(n)for(const s in n)ge(this,s)||Object.defineProperty(this,s,{get:()=>Tt(n[s])})}_resolveProps(t){const{props:n}=t,s=Z(n)?n:Object.keys(n||{});for(const r of Object.keys(this))r[0]!=="_"&&s.includes(r)&&this._setProp(r,this[r]);for(const r of s.map(Ye))Object.defineProperty(this,r,{get(){return this._getProp(r)},set(i){this._setProp(r,i,!0,!0)}})}_setAttr(t){if(t.startsWith("data-v-"))return;const n=this.hasAttribute(t);let s=n?this.getAttribute(t):yu;const r=Ye(t);n&&this._numberProps&&this._numberProps[r]&&(s=Wi(s)),this._setProp(r,s,!1,!0)}_getProp(t){return this._props[t]}_setProp(t,n,s=!0,r=!1){n!==this._props[t]&&(n===yu?delete this._props[t]:(this._props[t]=n,t==="key"&&this._app&&(this._app._ceVNode.key=n)),r&&this._instance&&this._update(),s&&(n===!0?this.setAttribute(mt(t),""):typeof n=="string"||typeof n=="number"?this.setAttribute(mt(t),n+""):n||this.removeAttribute(mt(t))))}_update(){rp(this._createVNode(),this._root)}_createVNode(){const t={};this.shadowRoot||(t.onVnodeMounted=t.onVnodeUpdated=this._renderSlots.bind(this));const n=Te(this._def,Oe(t,this._props));return this._instance||(n.ce=s=>{this._instance=s,s.ce=this,s.isCE=!0;const r=(i,o)=>{this.dispatchEvent(new CustomEvent(i,wo(o[0])?Oe({detail:o},o[0]):{detail:o}))};s.emit=(i,...o)=>{r(i,o),mt(i)!==i&&r(mt(i),o)},this._setParent()}),n}_applyStyles(t,n){if(!t)return;if(n){if(n===this._def||this._styleChildren.has(n))return;this._styleChildren.add(n)}const s=this._nonce;for(let r=t.length-1;r>=0;r--){const i=document.createElement("style");s&&i.setAttribute("nonce",s),i.textContent=t[r],this.shadowRoot.prepend(i)}}_parseSlots(){const t=this._slots={};let n;for(;n=this.firstChild;){const s=n.nodeType===1&&n.getAttribute("slot")||"default";(t[s]||(t[s]=[])).push(n),this.removeChild(n)}}_renderSlots(){const t=(this._teleportTarget||this).querySelectorAll("slot"),n=this._instance.type.__scopeId;for(let s=0;s<t.length;s++){const r=t[s],i=r.getAttribute("name")||"default",o=this._slots[i],l=r.parentNode;if(o)for(const a of o){if(n&&a.nodeType===1){const c=n+"-s",f=document.createTreeWalker(a,1);a.setAttribute(c,"");let u;for(;u=f.nextNode();)u.setAttribute(c,"")}l.insertBefore(a,r)}else for(;r.firstChild;)l.insertBefore(r.firstChild,r);l.removeChild(r)}}_injectChildStyle(t){this._applyStyles(t.styles,t)}_removeChildStyle(t){}}function Gh(e){const t=Be(),n=t&&t.ce;return n||null}function yb(){const e=Gh();return e&&e.shadowRoot}function _b(e="$style"){{const t=Be();if(!t)return ce;const n=t.type.__cssModules;if(!n)return ce;const s=n[e];return s||ce}}const Qh=new WeakMap,zh=new WeakMap,ro=Symbol("_moveCb"),_u=Symbol("_enterCb"),vb=e=>(delete e.props.mode,e),bb=vb({name:"TransitionGroup",props:Oe({},Hh,{tag:String,moveClass:String}),setup(e,{slots:t}){const n=Be(),s=Ia();let r,i;return Do(()=>{if(!r.length)return;const o=e.moveClass||`${e.name||"v"}-move`;if(!Cb(r[0].el,n.vnode.el,o))return;r.forEach(Eb),r.forEach(Tb);const l=r.filter(Sb);Vh(),l.forEach(a=>{const c=a.el,f=c.style;an(c,o),f.transform=f.webkitTransform=f.transitionDuration="";const u=c[ro]=d=>{d&&d.target!==c||(!d||/transform$/.test(d.propertyName))&&(c.removeEventListener("transitionend",u),c[ro]=null,An(c,o))};c.addEventListener("transitionend",u)})}),()=>{const o=ae(e),l=jh(o);let a=o.tag||De;if(r=[],i)for(let c=0;c<i.length;c++){const f=i[c];f.el&&f.el instanceof Element&&(r.push(f),_n(f,Zs(f,l,s,n)),Qh.set(f,f.el.getBoundingClientRect()))}i=t.default?Io(t.default()):[];for(let c=0;c<i.length;c++){const f=i[c];f.key!=null&&_n(f,Zs(f,l,s,n))}return Te(a,null,i)}}}),wb=bb;function Eb(e){const t=e.el;t[ro]&&t[ro](),t[_u]&&t[_u]()}function Tb(e){zh.set(e,e.el.getBoundingClientRect())}function Sb(e){const t=Qh.get(e),n=zh.get(e),s=t.left-n.left,r=t.top-n.top;if(s||r){const i=e.el.style;return i.transform=i.webkitTransform=`translate(${s}px,${r}px)`,i.transitionDuration="0s",e}}function Cb(e,t,n){const s=e.cloneNode(),r=e[tr];r&&r.forEach(l=>{l.split(/\s+/).forEach(a=>a&&s.classList.remove(a))}),n.split(/\s+/).forEach(l=>l&&s.classList.add(l)),s.style.display="none";const i=t.nodeType===1?t:t.parentNode;i.appendChild(s);const{hasTransform:o}=Uh(s);return i.removeChild(s),o}const Jn=e=>{const t=e.props["onUpdate:modelValue"]||!1;return Z(t)?n=>$s(t,n):t};function Pb(e){e.target.composing=!0}function vu(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const Rt=Symbol("_assign"),io={created(e,{modifiers:{lazy:t,trim:n,number:s}},r){e[Rt]=Jn(r);const i=s||r.props&&r.props.type==="number";dn(e,t?"change":"input",o=>{if(o.target.composing)return;let l=e.value;n&&(l=l.trim()),i&&(l=Bi(l)),e[Rt](l)}),n&&dn(e,"change",()=>{e.value=e.value.trim()}),t||(dn(e,"compositionstart",Pb),dn(e,"compositionend",vu),dn(e,"change",vu))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:n,modifiers:{lazy:s,trim:r,number:i}},o){if(e[Rt]=Jn(o),e.composing)return;const l=(i||e.type==="number")&&!/^0\d/.test(e.value)?Bi(e.value):e.value,a=t??"";l!==a&&(document.activeElement===e&&e.type!=="range"&&(s&&t===n||r&&e.value.trim()===a)||(e.value=a))}},Ja={deep:!0,created(e,t,n){e[Rt]=Jn(n),dn(e,"change",()=>{const s=e._modelValue,r=nr(e),i=e.checked,o=e[Rt];if(Z(s)){const l=To(s,r),a=l!==-1;if(i&&!a)o(s.concat(r));else if(!i&&a){const c=[...s];c.splice(l,1),o(c)}}else if(Es(s)){const l=new Set(s);i?l.add(r):l.delete(r),o(l)}else o(Xh(e,i))})},mounted:bu,beforeUpdate(e,t,n){e[Rt]=Jn(n),bu(e,t,n)}};function bu(e,{value:t},n){e._modelValue=t;let s;Z(t)?s=To(t,n.props.value)>-1:Es(t)?s=t.has(n.props.value):s=zn(t,Xh(e,!0)),e.checked!==s&&(e.checked=s)}const Za={created(e,{value:t},n){e.checked=zn(t,n.props.value),e[Rt]=Jn(n),dn(e,"change",()=>{e[Rt](nr(e))})},beforeUpdate(e,{value:t,oldValue:n},s){e[Rt]=Jn(s),t!==n&&(e.checked=zn(t,s.props.value))}},Yh={deep:!0,created(e,{value:t,modifiers:{number:n}},s){const r=Es(t);dn(e,"change",()=>{const i=Array.prototype.filter.call(e.options,o=>o.selected).map(o=>n?Bi(nr(o)):nr(o));e[Rt](e.multiple?r?new Set(i):i:i[0]),e._assigning=!0,gt(()=>{e._assigning=!1})}),e[Rt]=Jn(s)},mounted(e,{value:t}){wu(e,t)},beforeUpdate(e,t,n){e[Rt]=Jn(n)},updated(e,{value:t}){e._assigning||wu(e,t)}};function wu(e,t){const n=e.multiple,s=Z(t);if(!(n&&!s&&!Es(t))){for(let r=0,i=e.options.length;r<i;r++){const o=e.options[r],l=nr(o);if(n)if(s){const a=typeof l;a==="string"||a==="number"?o.selected=t.some(c=>String(c)===String(l)):o.selected=To(t,l)>-1}else o.selected=t.has(l);else if(zn(nr(o),t)){e.selectedIndex!==r&&(e.selectedIndex=r);return}}!n&&e.selectedIndex!==-1&&(e.selectedIndex=-1)}}function nr(e){return"_value"in e?e._value:e.value}function Xh(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const Jh={created(e,t,n){Ci(e,t,n,null,"created")},mounted(e,t,n){Ci(e,t,n,null,"mounted")},beforeUpdate(e,t,n,s){Ci(e,t,n,s,"beforeUpdate")},updated(e,t,n,s){Ci(e,t,n,s,"updated")}};function Zh(e,t){switch(e){case"SELECT":return Yh;case"TEXTAREA":return io;default:switch(t){case"checkbox":return Ja;case"radio":return Za;default:return io}}}function Ci(e,t,n,s,r){const o=Zh(e.tagName,n.props&&n.props.type)[r];o&&o(e,t,n,s)}function Ob(){io.getSSRProps=({value:e})=>({value:e}),Za.getSSRProps=({value:e},t)=>{if(t.props&&zn(t.props.value,e))return{checked:!0}},Ja.getSSRProps=({value:e},t)=>{if(Z(e)){if(t.props&&To(e,t.props.value)>-1)return{checked:!0}}else if(Es(e)){if(t.props&&e.has(t.props.value))return{checked:!0}}else if(e)return{checked:!0}},Jh.getSSRProps=(e,t)=>{if(typeof t.type!="string")return;const n=Zh(t.type.toUpperCase(),t.props&&t.props.type);if(n.getSSRProps)return n.getSSRProps(e,t)}}const Ab=["ctrl","shift","alt","meta"],Rb={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>Ab.some(n=>e[`${n}Key`]&&!t.includes(n))},Lb=(e,t)=>{const n=e._withMods||(e._withMods={}),s=t.join(".");return n[s]||(n[s]=(r,...i)=>{for(let o=0;o<t.length;o++){const l=Rb[t[o]];if(l&&l(r,t))return}return e(r,...i)})},xb={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},ep=(e,t)=>{const n=e._withKeys||(e._withKeys={}),s=t.join(".");return n[s]||(n[s]=r=>{if(!("key"in r))return;const i=mt(r.key);if(t.some(o=>o===i||xb[o]===i))return e(r)})},tp=Oe({patchProp:hb},zv);let Pr,Eu=!1;function np(){return Pr||(Pr=ph(tp))}function sp(){return Pr=Eu?Pr:mh(tp),Eu=!0,Pr}const rp=(...e)=>{np().render(...e)},kb=(...e)=>{sp().hydrate(...e)},Br=(...e)=>{const t=np().createApp(...e),{mount:n}=t;return t.mount=s=>{const r=op(s);if(!r)return;const i=t._component;!ne(i)&&!i.render&&!i.template&&(i.template=r.innerHTML),r.nodeType===1&&(r.textContent="");const o=n(r,!1,ip(r));return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),o},t},ec=(...e)=>{const t=sp().createApp(...e),{mount:n}=t;return t.mount=s=>{const r=op(s);if(r)return n(r,!0,ip(r))},t};function ip(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function op(e){return Ae(e)?document.querySelector(e):e}let Tu=!1;const Nb=()=>{Tu||(Tu=!0,Ob(),tb())};/**
34
+ * vue v3.5.11
35
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
36
+ * @license MIT
37
+ **/const Ib=()=>{},Mb=Object.freeze(Object.defineProperty({__proto__:null,BaseTransition:qd,BaseTransitionPropsValidators:Ma,Comment:Fe,DeprecationTypes:qv,EffectScope:Ta,ErrorCodes:o_,ErrorTypeStrings:Hv,Fragment:De,KeepAlive:L_,ReactiveEffect:Mr,Static:ms,Suspense:bv,Teleport:p_,Text:gn,TrackOpTypes:Zy,Transition:Xv,TransitionGroup:wb,TriggerOpTypes:e_,VueElement:Ho,assertNumber:i_,callWithAsyncErrorHandling:Lt,callWithErrorHandling:cr,camelize:Ye,capitalize:ni,cloneVNode:nn,compatUtils:Kv,compile:Ib,computed:me,createApp:Br,createBlock:vn,createCommentVNode:Fl,createElementBlock:er,createElementVNode:Yt,createHydrationRenderer:mh,createPropsRestProxy:Y_,createRenderer:ph,createSSRApp:ec,createSlots:D_,createStaticVNode:Av,createTextVNode:za,createVNode:Te,customRef:ka,defineAsyncComponent:A_,defineComponent:_t,defineCustomElement:qh,defineEmits:j_,defineExpose:U_,defineModel:W_,defineOptions:V_,defineProps:H_,defineSSRCustomElement:mb,defineSlots:B_,devtools:jv,effect:by,effectScope:So,getCurrentInstance:Be,getCurrentScope:Co,getCurrentWatcher:t_,getTransitionRawChildren:Io,guardReactiveProps:Qa,h:Ss,handleError:Ts,hasInjectionContext:rh,hydrate:kb,hydrateOnIdle:E_,hydrateOnInteraction:P_,hydrateOnMediaQuery:C_,hydrateOnVisible:S_,initCustomFormatter:Dv,initDirectivesForSSR:Nb,inject:ft,isMemoSame:Dh,isProxy:xo,isReactive:Xt,isReadonly:Xn,isRef:_e,isRuntimeOnly:Nv,isShallow:Et,isVNode:bn,markRaw:ko,mergeDefaults:Q_,mergeModels:z_,mergeProps:Fo,nextTick:gt,normalizeClass:ns,normalizeProps:cd,normalizeStyle:Wn,onActivated:$a,onBeforeMount:Ha,onBeforeUnmount:ur,onBeforeUpdate:zd,onDeactivated:Fa,onErrorCaptured:Zd,onMounted:Tn,onRenderTracked:Jd,onRenderTriggered:Xd,onScopeDispose:Sa,onServerPrefetch:Yd,onUnmounted:ri,onUpdated:Do,onWatcherCleanup:kd,openBlock:dt,popScopeId:Hd,provide:Sr,proxyRefs:xa,pushScopeId:Fd,queuePostFlushCb:Qi,reactive:Yn,readonly:yn,ref:ie,registerRuntimeCompiler:kv,render:rp,renderList:M_,renderSlot:jr,resolveComponent:_s,resolveDirective:I_,resolveDynamicComponent:N_,resolveFilter:Wv,resolveTransitionHooks:Zs,setBlockTracking:$l,setDevtoolsHook:Uv,setTransitionHooks:_n,shallowReactive:Ra,shallowReadonly:By,shallowRef:Jt,ssrContextKey:vh,ssrUtils:Bv,stop:wy,toDisplayString:Ea,toHandlerKey:vr,toHandlers:$_,toRaw:ae,toRef:Ld,toRefs:Rd,toValue:qy,transformVNodeArgs:Pv,triggerRef:Ky,unref:Tt,useAttrs:G_,useCssModule:_b,useCssVars:nb,useHost:Gh,useId:g_,useModel:hv,useSSRContext:bh,useShadowRoot:yb,useSlots:q_,useTemplateRef:y_,useTransitionState:Ia,vModelCheckbox:Ja,vModelDynamic:Jh,vModelRadio:Za,vModelSelect:Yh,vModelText:io,vShow:Wh,version:Xa,warn:Fv,watch:Le,watchEffect:qa,watchPostEffect:wh,watchSyncEffect:Eh,withAsyncContext:X_,withCtx:ys,withDefaults:K_,withDirectives:u_,withKeys:ep,withMemo:$v,withModifiers:Lb,withScopeId:jd},Symbol.toStringTag,{value:"Module"}));/*!
38
+ * vue-i18n v10.0.4
39
+ * (c) 2024 kazuya kawaguchi
40
+ * Released under the MIT License.
41
+ */const Db="10.0.4";function $b(){typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(da().__INTLIFY_PROD_DEVTOOLS__=!1)}const xt={UNEXPECTED_RETURN_TYPE:Tg,INVALID_ARGUMENT:25,MUST_BE_CALL_SETUP_TOP:26,NOT_INSTALLED:27,REQUIRED_VALUE:28,INVALID_VALUE:29,CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN:30,NOT_INSTALLED_WITH_PROVIDE:31,UNEXPECTED_ERROR:32,NOT_COMPATIBLE_LEGACY_VUE_I18N:33,NOT_AVAILABLE_COMPOSITION_IN_LEGACY:34};function Ut(e,...t){return _o(e,null,void 0)}const ql=es("__translateVNode"),Gl=es("__datetimeParts"),Ql=es("__numberParts"),Fb=es("__setPluralRules"),Hb=es("__injectWithOption"),zl=es("__dispose");function Wr(e){if(!ye(e))return e;for(const t in e)if(Ui(e,t))if(!t.includes("."))ye(e[t])&&Wr(e[t]);else{const n=t.split("."),s=n.length-1;let r=e,i=!1;for(let o=0;o<s;o++){if(n[o]in r||(r[n[o]]={}),!ye(r[n[o]])){i=!0;break}r=r[n[o]]}i||(r[n[s]]=e[t],delete e[t]),ye(r[n[s]])&&Wr(r[n[s]])}return e}function lp(e,t){const{messages:n,__i18n:s,messageResolver:r,flatJson:i}=t,o=pe(n)?n:Ue(s)?{}:{[e]:{}};if(Ue(s)&&s.forEach(l=>{if("locale"in l&&"resource"in l){const{locale:a,resource:c}=l;a?(o[a]=o[a]||{},ki(c,o[a])):ki(c,o)}else J(l)&&ki(JSON.parse(l),o)}),r==null&&i)for(const l in o)Ui(o,l)&&Wr(o[l]);return o}function ap(e){return e.type}function jb(e,t,n){let s=ye(t.messages)?t.messages:{};"__i18nGlobal"in n&&(s=lp(e.locale.value,{messages:s,__i18n:n.__i18nGlobal}));const r=Object.keys(s);r.length&&r.forEach(i=>{e.mergeLocaleMessage(i,s[i])});{if(ye(t.datetimeFormats)){const i=Object.keys(t.datetimeFormats);i.length&&i.forEach(o=>{e.mergeDateTimeFormat(o,t.datetimeFormats[o])})}if(ye(t.numberFormats)){const i=Object.keys(t.numberFormats);i.length&&i.forEach(o=>{e.mergeNumberFormat(o,t.numberFormats[o])})}}}function Su(e){return Te(gn,null,e,0)}const Cu="__INTLIFY_META__",Pu=()=>[],Ub=()=>!1;let Ou=0;function Au(e){return(t,n,s,r)=>e(n,s,Be()||void 0,r)}const Vb=()=>{const e=Be();let t=null;return e&&(t=ap(e)[Cu])?{[Cu]:t}:null};function cp(e={}){const{__root:t,__injectWithOption:n}=e,s=t===void 0,r=e.flatJson,i=Hi?ie:Jt;let o=Ne(e.inheritLocale)?e.inheritLocale:!0;const l=i(t&&o?t.locale.value:J(e.locale)?e.locale:Vi),a=i(t&&o?t.fallbackLocale.value:J(e.fallbackLocale)||Ue(e.fallbackLocale)||pe(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:l.value),c=i(lp(l.value,e)),f=i(pe(e.datetimeFormats)?e.datetimeFormats:{[l.value]:{}}),u=i(pe(e.numberFormats)?e.numberFormats:{[l.value]:{}});let d=t?t.missingWarn:Ne(e.missingWarn)||ji(e.missingWarn)?e.missingWarn:!0,h=t?t.fallbackWarn:Ne(e.fallbackWarn)||ji(e.fallbackWarn)?e.fallbackWarn:!0,m=t?t.fallbackRoot:Ne(e.fallbackRoot)?e.fallbackRoot:!0,g=!!e.fallbackFormat,b=ke(e.missing)?e.missing:null,_=ke(e.missing)?Au(e.missing):null,v=ke(e.postTranslation)?e.postTranslation:null,p=t?t.warnHtmlMessage:Ne(e.warnHtmlMessage)?e.warnHtmlMessage:!0,y=!!e.escapeParameter;const E=t?t.modifiers:pe(e.modifiers)?e.modifiers:{};let C=e.pluralRules||t&&t.pluralRules,L;L=(()=>{s&&Pc(null);const x={version:Db,locale:l.value,fallbackLocale:a.value,messages:c.value,modifiers:E,pluralRules:C,missing:_===null?void 0:_,missingWarn:d,fallbackWarn:h,fallbackFormat:g,unresolving:!0,postTranslation:v===null?void 0:v,warnHtmlMessage:p,escapeParameter:y,messageResolver:e.messageResolver,messageCompiler:e.messageCompiler,__meta:{framework:"vue"}};x.datetimeFormats=f.value,x.numberFormats=u.value,x.__datetimeFormatters=pe(L)?L.__datetimeFormatters:void 0,x.__numberFormatters=pe(L)?L.__numberFormatters:void 0;const M=Bg(x);return s&&Pc(M),M})(),dr(L,l.value,a.value);function O(){return[l.value,a.value,c.value,f.value,u.value]}const A=me({get:()=>l.value,set:x=>{l.value=x,L.locale=l.value}}),D=me({get:()=>a.value,set:x=>{a.value=x,L.fallbackLocale=a.value,dr(L,l.value,x)}}),N=me(()=>c.value),B=me(()=>f.value),X=me(()=>u.value);function se(){return ke(v)?v:null}function W(x){v=x,L.postTranslation=x}function q(){return b}function G(x){x!==null&&(_=Au(x)),b=x,L.missing=_}const re=(x,M,z,te,fe,de)=>{O();let $e;try{__INTLIFY_PROD_DEVTOOLS__,s||(L.fallbackContext=t?Vg():void 0),$e=x(L)}finally{__INTLIFY_PROD_DEVTOOLS__,s||(L.fallbackContext=void 0)}if(z!=="translate exists"&&Qe($e)&&$e===vo||z==="translate exists"&&!$e){const[qe,St]=M();return t&&m?te(t):fe(qe)}else{if(de($e))return $e;throw Ut(xt.UNEXPECTED_RETURN_TYPE)}};function xe(...x){return re(M=>Reflect.apply(Ic,null,[M,...x]),()=>Ol(...x),"translate",M=>Reflect.apply(M.t,M,[...x]),M=>M,M=>J(M))}function We(...x){const[M,z,te]=x;if(te&&!ye(te))throw Ut(xt.INVALID_ARGUMENT);return xe(M,z,ze({resolvedMessage:!0},te||{}))}function Re(...x){return re(M=>Reflect.apply(Ac,null,[M,...x]),()=>Cl(...x),"datetime format",M=>Reflect.apply(M.d,M,[...x]),()=>Sc,M=>J(M))}function Ke(...x){return re(M=>Reflect.apply(Lc,null,[M,...x]),()=>Pl(...x),"number format",M=>Reflect.apply(M.n,M,[...x]),()=>Sc,M=>J(M))}function Ce(x){return x.map(M=>J(M)||Qe(M)||Ne(M)?Su(String(M)):M)}const Je={normalize:Ce,interpolate:x=>x,type:"vnode"};function H(...x){return re(M=>{let z;const te=M;try{te.processor=Je,z=Reflect.apply(Ic,null,[te,...x])}finally{te.processor=null}return z},()=>Ol(...x),"translate",M=>M[ql](...x),M=>[Su(M)],M=>Ue(M))}function Y(...x){return re(M=>Reflect.apply(Lc,null,[M,...x]),()=>Pl(...x),"number format",M=>M[Ql](...x),Pu,M=>J(M)||Ue(M))}function Q(...x){return re(M=>Reflect.apply(Ac,null,[M,...x]),()=>Cl(...x),"datetime format",M=>M[Gl](...x),Pu,M=>J(M)||Ue(M))}function ee(x){C=x,L.pluralRules=C}function ue(x,M){return re(()=>{if(!x)return!1;const z=J(M)?M:l.value,te=P(z),fe=L.messageResolver(te,x);return Js(fe)||Ot(fe)||J(fe)},()=>[x],"translate exists",z=>Reflect.apply(z.te,z,[x,M]),Ub,z=>Ne(z))}function Ee(x){let M=null;const z=Yf(L,a.value,l.value);for(let te=0;te<z.length;te++){const fe=c.value[z[te]]||{},de=L.messageResolver(fe,x);if(de!=null){M=de;break}}return M}function T(x){const M=Ee(x);return M??(t?t.tm(x)||{}:{})}function P(x){return c.value[x]||{}}function I(x,M){if(r){const z={[x]:M};for(const te in z)Ui(z,te)&&Wr(z[te]);M=z[x]}c.value[x]=M,L.messages=c.value}function V(x,M){c.value[x]=c.value[x]||{};const z={[x]:M};if(r)for(const te in z)Ui(z,te)&&Wr(z[te]);M=z[x],ki(M,c.value[x]),L.messages=c.value}function F(x){return f.value[x]||{}}function w(x,M){f.value[x]=M,L.datetimeFormats=f.value,Rc(L,x,M)}function S(x,M){f.value[x]=ze(f.value[x]||{},M),L.datetimeFormats=f.value,Rc(L,x,M)}function k(x){return u.value[x]||{}}function $(x,M){u.value[x]=M,L.numberFormats=u.value,xc(L,x,M)}function j(x,M){u.value[x]=ze(u.value[x]||{},M),L.numberFormats=u.value,xc(L,x,M)}Ou++,t&&Hi&&(Le(t.locale,x=>{o&&(l.value=x,L.locale=x,dr(L,l.value,a.value))}),Le(t.fallbackLocale,x=>{o&&(a.value=x,L.fallbackLocale=x,dr(L,l.value,a.value))}));const K={id:Ou,locale:A,fallbackLocale:D,get inheritLocale(){return o},set inheritLocale(x){o=x,x&&t&&(l.value=t.locale.value,a.value=t.fallbackLocale.value,dr(L,l.value,a.value))},get availableLocales(){return Object.keys(c.value).sort()},messages:N,get modifiers(){return E},get pluralRules(){return C||{}},get isGlobal(){return s},get missingWarn(){return d},set missingWarn(x){d=x,L.missingWarn=d},get fallbackWarn(){return h},set fallbackWarn(x){h=x,L.fallbackWarn=h},get fallbackRoot(){return m},set fallbackRoot(x){m=x},get fallbackFormat(){return g},set fallbackFormat(x){g=x,L.fallbackFormat=g},get warnHtmlMessage(){return p},set warnHtmlMessage(x){p=x,L.warnHtmlMessage=x},get escapeParameter(){return y},set escapeParameter(x){y=x,L.escapeParameter=x},t:xe,getLocaleMessage:P,setLocaleMessage:I,mergeLocaleMessage:V,getPostTranslationHandler:se,setPostTranslationHandler:W,getMissingHandler:q,setMissingHandler:G,[Fb]:ee};return K.datetimeFormats=B,K.numberFormats=X,K.rt=We,K.te=ue,K.tm=T,K.d=Re,K.n=Ke,K.getDateTimeFormat=F,K.setDateTimeFormat=w,K.mergeDateTimeFormat=S,K.getNumberFormat=k,K.setNumberFormat=$,K.mergeNumberFormat=j,K[Hb]=n,K[ql]=H,K[Gl]=Q,K[Ql]=Y,K}const tc={tag:{type:[String,Object]},locale:{type:String},scope:{type:String,validator:e=>e==="parent"||e==="global",default:"parent"},i18n:{type:Object}};function Bb({slots:e},t){return t.length===1&&t[0]==="default"?(e.default?e.default():[]).reduce((s,r)=>[...s,...r.type===De?r.children:[r]],[]):t.reduce((n,s)=>{const r=e[s];return r&&(n[s]=r()),n},{})}function up(){return De}const Wb=_t({name:"i18n-t",props:ze({keypath:{type:String,required:!0},plural:{type:[Number,String],validator:e=>Qe(e)||!isNaN(e)}},tc),setup(e,t){const{slots:n,attrs:s}=t,r=e.i18n||nc({useScope:e.scope,__useComponent:!0});return()=>{const i=Object.keys(n).filter(u=>u!=="_"),o={};e.locale&&(o.locale=e.locale),e.plural!==void 0&&(o.plural=J(e.plural)?+e.plural:e.plural);const l=Bb(t,i),a=r[ql](e.keypath,l,o),c=ze({},s),f=J(e.tag)||ye(e.tag)?e.tag:up();return Ss(f,c,a)}}}),Ru=Wb;function Kb(e){return Ue(e)&&!J(e[0])}function fp(e,t,n,s){const{slots:r,attrs:i}=t;return()=>{const o={part:!0};let l={};e.locale&&(o.locale=e.locale),J(e.format)?o.key=e.format:ye(e.format)&&(J(e.format.key)&&(o.key=e.format.key),l=Object.keys(e.format).reduce((d,h)=>n.includes(h)?ze({},d,{[h]:e.format[h]}):d,{}));const a=s(e.value,o,l);let c=[o.key];Ue(a)?c=a.map((d,h)=>{const m=r[d.type],g=m?m({[d.type]:d.value,index:h,parts:a}):[d.value];return Kb(g)&&(g[0].key=`${d.type}-${h}`),g}):J(a)&&(c=[a]);const f=ze({},i),u=J(e.tag)||ye(e.tag)?e.tag:up();return Ss(u,f,c)}}const qb=_t({name:"i18n-n",props:ze({value:{type:Number,required:!0},format:{type:[String,Object]}},tc),setup(e,t){const n=e.i18n||nc({useScope:e.scope,__useComponent:!0});return fp(e,t,sd,(...s)=>n[Ql](...s))}}),Lu=qb,Gb=_t({name:"i18n-d",props:ze({value:{type:[Number,Date],required:!0},format:{type:[String,Object]}},tc),setup(e,t){const n=e.i18n||nc({useScope:e.scope,__useComponent:!0});return fp(e,t,nd,(...s)=>n[Gl](...s))}}),xu=Gb;function Qb(e,t){const n=e;if(e.mode==="composition")return n.__getInstance(t)||e.global;{const s=n.__getInstance(t);return s!=null?s.__composer:e.global.__composer}}function zb(e){const t=o=>{const{instance:l,value:a}=o;if(!l||!l.$)throw Ut(xt.UNEXPECTED_ERROR);const c=Qb(e,l.$),f=ku(a);return[Reflect.apply(c.t,c,[...Nu(f)]),c]};return{created:(o,l)=>{const[a,c]=t(l);Hi&&e.global===c&&(o.__i18nWatcher=Le(c.locale,()=>{l.instance&&l.instance.$forceUpdate()})),o.__composer=c,o.textContent=a},unmounted:o=>{Hi&&o.__i18nWatcher&&(o.__i18nWatcher(),o.__i18nWatcher=void 0,delete o.__i18nWatcher),o.__composer&&(o.__composer=void 0,delete o.__composer)},beforeUpdate:(o,{value:l})=>{if(o.__composer){const a=o.__composer,c=ku(l);o.textContent=Reflect.apply(a.t,a,[...Nu(c)])}},getSSRProps:o=>{const[l]=t(o);return{textContent:l}}}}function ku(e){if(J(e))return{path:e};if(pe(e)){if(!("path"in e))throw Ut(xt.REQUIRED_VALUE,"path");return e}else throw Ut(xt.INVALID_VALUE)}function Nu(e){const{path:t,locale:n,args:s,choice:r,plural:i}=e,o={},l=s||{};return J(n)&&(o.locale=n),Qe(r)&&(o.plural=r),Qe(i)&&(o.plural=i),[t,l,o]}function Yb(e,t,...n){const s=pe(n[0])?n[0]:{};(Ne(s.globalInstall)?s.globalInstall:!0)&&([Ru.name,"I18nT"].forEach(i=>e.component(i,Ru)),[Lu.name,"I18nN"].forEach(i=>e.component(i,Lu)),[xu.name,"I18nD"].forEach(i=>e.component(i,xu))),e.directive("t",zb(t))}const Xb=es("global-vue-i18n");function Jb(e={},t){const n=Ne(e.globalInjection)?e.globalInjection:!0,s=new Map,[r,i]=Zb(e),o=es("");function l(u){return s.get(u)||null}function a(u,d){s.set(u,d)}function c(u){s.delete(u)}const f={get mode(){return"composition"},async install(u,...d){if(u.__VUE_I18N_SYMBOL__=o,u.provide(u.__VUE_I18N_SYMBOL__,f),pe(d[0])){const g=d[0];f.__composerExtend=g.__composerExtend,f.__vueI18nExtend=g.__vueI18nExtend}let h=null;n&&(h=lw(u,f.global)),Yb(u,f,...d);const m=u.unmount;u.unmount=()=>{h&&h(),f.dispose(),m()}},get global(){return i},dispose(){r.stop()},__instances:s,__getInstance:l,__setInstance:a,__deleteInstance:c};return f}function nc(e={}){const t=Be();if(t==null)throw Ut(xt.MUST_BE_CALL_SETUP_TOP);if(!t.isCE&&t.appContext.app!=null&&!t.appContext.app.__VUE_I18N_SYMBOL__)throw Ut(xt.NOT_INSTALLED);const n=ew(t),s=nw(n),r=ap(t),i=tw(e,r);if(i==="global")return jb(s,e,r),s;if(i==="parent"){let a=sw(n,t,e.__useComponent);return a==null&&(a=s),a}const o=n;let l=o.__getInstance(t);if(l==null){const a=ze({},e);"__i18n"in r&&(a.__i18n=r.__i18n),s&&(a.__root=s),l=cp(a),o.__composerExtend&&(l[zl]=o.__composerExtend(l)),iw(o,t,l),o.__setInstance(t,l)}return l}function Zb(e,t,n){const s=So(),r=s.run(()=>cp(e));if(r==null)throw Ut(xt.UNEXPECTED_ERROR);return[s,r]}function ew(e){const t=ft(e.isCE?Xb:e.appContext.app.__VUE_I18N_SYMBOL__);if(!t)throw Ut(e.isCE?xt.NOT_INSTALLED_WITH_PROVIDE:xt.UNEXPECTED_ERROR);return t}function tw(e,t){return yo(e)?"__i18n"in t?"local":"global":e.useScope?e.useScope:"local"}function nw(e){return e.mode==="composition"?e.global:e.global.__composer}function sw(e,t,n=!1){let s=null;const r=t.root;let i=rw(t,n);for(;i!=null;){const o=e;if(e.mode==="composition"&&(s=o.__getInstance(i)),s!=null||r===i)break;i=i.parent}return s}function rw(e,t=!1){return e==null?null:t&&e.vnode.ctx||e.parent}function iw(e,t,n){Tn(()=>{},t),ri(()=>{const s=n;e.__deleteInstance(t);const r=s[zl];r&&(r(),delete s[zl])},t)}const ow=["locale","fallbackLocale","availableLocales"],Iu=["t","rt","d","n","tm","te"];function lw(e,t){const n=Object.create(null);return ow.forEach(r=>{const i=Object.getOwnPropertyDescriptor(t,r);if(!i)throw Ut(xt.UNEXPECTED_ERROR);const o=_e(i.value)?{get(){return i.value.value},set(l){i.value.value=l}}:{get(){return i.get&&i.get()}};Object.defineProperty(n,r,o)}),e.config.globalProperties.$i18n=n,Iu.forEach(r=>{const i=Object.getOwnPropertyDescriptor(t,r);if(!i||!i.value)throw Ut(xt.UNEXPECTED_ERROR);Object.defineProperty(e.config.globalProperties,`$${r}`,i)}),()=>{delete e.config.globalProperties.$i18n,Iu.forEach(r=>{delete e.config.globalProperties[`$${r}`]})}}$b();$g(_g);Fg(Ig);Hg(Yf);if(__INTLIFY_PROD_DEVTOOLS__){const e=da();e.__INTLIFY__=!0,vg(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__)}const oo=Jb({legacy:!1,locale:"",messages:{}}),dp=Object.fromEntries(Object.entries(Object.assign({"../../locales/en.yml":()=>He(()=>import("./en-DDlXf_8q.js"),[],import.meta.url),"../../locales/zh-CN.yml":()=>He(()=>import("./zh-CN-CNJkghp4.js"),[],import.meta.url)})).map(([e,t])=>{var n;return[(n=e.match(/([\w-]*)\.yml$/))==null?void 0:n[1],t]})),aw=Object.keys(dp),Mu=[];function ul(e){var t;return oo.global.locale.value=e,typeof document<"u"&&((t=document.querySelector("html"))==null||t.setAttribute("lang",e)),e}async function hp(e){if(oo.global.locale.value===e||Mu.includes(e))return ul(e);const t=await dp[e]();return oo.global.setLocaleMessage(e,t.default),Mu.push(e),ul(e)}const cw=async({app:e})=>{e.use(oo),await hp(window.DEFAULT_LANG)},uw=Object.freeze(Object.defineProperty({__proto__:null,availableLocales:aw,install:cw,loadLanguageAsync:hp},Symbol.toStringTag,{value:"Module"}));var pp=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function mp(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function fw(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var n=function s(){return this instanceof s?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach(function(s){var r=Object.getOwnPropertyDescriptor(e,s);Object.defineProperty(n,s,r.get?r:{enumerable:!0,get:function(){return e[s]}})}),n}var gp={exports:{}};/* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress
42
+ * @license MIT */(function(e,t){(function(n,s){e.exports=s()})(pp,function(){var n={};n.version="0.2.0";var s=n.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'<div class="bar" role="bar"><div class="peg"></div></div><div class="spinner" role="spinner"><div class="spinner-icon"></div></div>'};n.configure=function(m){var g,b;for(g in m)b=m[g],b!==void 0&&m.hasOwnProperty(g)&&(s[g]=b);return this},n.status=null,n.set=function(m){var g=n.isStarted();m=r(m,s.minimum,1),n.status=m===1?null:m;var b=n.render(!g),_=b.querySelector(s.barSelector),v=s.speed,p=s.easing;return b.offsetWidth,l(function(y){s.positionUsing===""&&(s.positionUsing=n.getPositioningCSS()),a(_,o(m,v,p)),m===1?(a(b,{transition:"none",opacity:1}),b.offsetWidth,setTimeout(function(){a(b,{transition:"all "+v+"ms linear",opacity:0}),setTimeout(function(){n.remove(),y()},v)},v)):setTimeout(y,v)}),this},n.isStarted=function(){return typeof n.status=="number"},n.start=function(){n.status||n.set(0);var m=function(){setTimeout(function(){n.status&&(n.trickle(),m())},s.trickleSpeed)};return s.trickle&&m(),this},n.done=function(m){return!m&&!n.status?this:n.inc(.3+.5*Math.random()).set(1)},n.inc=function(m){var g=n.status;return g?(typeof m!="number"&&(m=(1-g)*r(Math.random()*g,.1,.95)),g=r(g+m,0,.994),n.set(g)):n.start()},n.trickle=function(){return n.inc(Math.random()*s.trickleRate)},function(){var m=0,g=0;n.promise=function(b){return!b||b.state()==="resolved"?this:(g===0&&n.start(),m++,g++,b.always(function(){g--,g===0?(m=0,n.done()):n.set((m-g)/m)}),this)}}(),n.render=function(m){if(n.isRendered())return document.getElementById("nprogress");f(document.documentElement,"nprogress-busy");var g=document.createElement("div");g.id="nprogress",g.innerHTML=s.template;var b=g.querySelector(s.barSelector),_=m?"-100":i(n.status||0),v=document.querySelector(s.parent),p;return a(b,{transition:"all 0 linear",transform:"translate3d("+_+"%,0,0)"}),s.showSpinner||(p=g.querySelector(s.spinnerSelector),p&&h(p)),v!=document.body&&f(v,"nprogress-custom-parent"),v.appendChild(g),g},n.remove=function(){u(document.documentElement,"nprogress-busy"),u(document.querySelector(s.parent),"nprogress-custom-parent");var m=document.getElementById("nprogress");m&&h(m)},n.isRendered=function(){return!!document.getElementById("nprogress")},n.getPositioningCSS=function(){var m=document.body.style,g="WebkitTransform"in m?"Webkit":"MozTransform"in m?"Moz":"msTransform"in m?"ms":"OTransform"in m?"O":"";return g+"Perspective"in m?"translate3d":g+"Transform"in m?"translate":"margin"};function r(m,g,b){return m<g?g:m>b?b:m}function i(m){return(-1+m)*100}function o(m,g,b){var _;return s.positionUsing==="translate3d"?_={transform:"translate3d("+i(m)+"%,0,0)"}:s.positionUsing==="translate"?_={transform:"translate("+i(m)+"%,0)"}:_={"margin-left":i(m)+"%"},_.transition="all "+g+"ms "+b,_}var l=function(){var m=[];function g(){var b=m.shift();b&&b(g)}return function(b){m.push(b),m.length==1&&g()}}(),a=function(){var m=["Webkit","O","Moz","ms"],g={};function b(y){return y.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,function(E,C){return C.toUpperCase()})}function _(y){var E=document.body.style;if(y in E)return y;for(var C=m.length,L=y.charAt(0).toUpperCase()+y.slice(1),R;C--;)if(R=m[C]+L,R in E)return R;return y}function v(y){return y=b(y),g[y]||(g[y]=_(y))}function p(y,E,C){E=v(E),y.style[E]=C}return function(y,E){var C=arguments,L,R;if(C.length==2)for(L in E)R=E[L],R!==void 0&&E.hasOwnProperty(L)&&p(y,L,R);else p(y,C[1],C[2])}}();function c(m,g){var b=typeof m=="string"?m:d(m);return b.indexOf(" "+g+" ")>=0}function f(m,g){var b=d(m),_=b+g;c(b,g)||(m.className=_.substring(1))}function u(m,g){var b=d(m),_;c(m,g)&&(_=b.replace(" "+g+" "," "),m.className=_.substring(1,_.length-1))}function d(m){return(" "+(m.className||"")+" ").replace(/\s+/gi," ")}function h(m){m&&m.parentNode&&m.parentNode.removeChild(m)}return n})})(gp);var dw=gp.exports;const Du=mp(dw),hw=({isClient:e,router:t})=>{e&&(t.beforeEach((n,s)=>{n.path!==s.path&&Du.start()}),t.afterEach(()=>{Du.done()}))},pw=Object.freeze(Object.defineProperty({__proto__:null,install:hw},Symbol.toStringTag,{value:"Module"}));var mw=!1;/*!
43
+ * pinia v2.2.4
44
+ * (c) 2024 Eduardo San Martin Morote
45
+ * @license MIT
46
+ */let yp;const jo=e=>yp=e,_p=Symbol();function Yl(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var Or;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(Or||(Or={}));function gw(){const e=So(!0),t=e.run(()=>ie({}));let n=[],s=[];const r=ko({install(i){jo(r),r._a=i,i.provide(_p,r),i.config.globalProperties.$pinia=r,s.forEach(o=>n.push(o)),s=[]},use(i){return!this._a&&!mw?s.push(i):n.push(i),this},_p:n,_a:null,_e:e,_s:new Map,state:t});return r}const vp=()=>{};function $u(e,t,n,s=vp){e.push(t);const r=()=>{const i=e.indexOf(t);i>-1&&(e.splice(i,1),s())};return!n&&Co()&&Sa(r),r}function As(e,...t){e.slice().forEach(n=>{n(...t)})}const yw=e=>e(),Fu=Symbol(),fl=Symbol();function Xl(e,t){e instanceof Map&&t instanceof Map?t.forEach((n,s)=>e.set(s,n)):e instanceof Set&&t instanceof Set&&t.forEach(e.add,e);for(const n in t){if(!t.hasOwnProperty(n))continue;const s=t[n],r=e[n];Yl(r)&&Yl(s)&&e.hasOwnProperty(n)&&!_e(s)&&!Xt(s)?e[n]=Xl(r,s):e[n]=s}return e}const _w=Symbol();function vw(e){return!Yl(e)||!e.hasOwnProperty(_w)}const{assign:Rn}=Object;function bw(e){return!!(_e(e)&&e.effect)}function ww(e,t,n,s){const{state:r,actions:i,getters:o}=t,l=n.state.value[e];let a;function c(){l||(n.state.value[e]=r?r():{});const f=Rd(n.state.value[e]);return Rn(f,i,Object.keys(o||{}).reduce((u,d)=>(u[d]=ko(me(()=>{jo(n);const h=n._s.get(e);return o[d].call(h,h)})),u),{}))}return a=bp(e,c,t,n,s,!0),a}function bp(e,t,n={},s,r,i){let o;const l=Rn({actions:{}},n),a={deep:!0};let c,f,u=[],d=[],h;const m=s.state.value[e];!i&&!m&&(s.state.value[e]={}),ie({});let g;function b(R){let O;c=f=!1,typeof R=="function"?(R(s.state.value[e]),O={type:Or.patchFunction,storeId:e,events:h}):(Xl(s.state.value[e],R),O={type:Or.patchObject,payload:R,storeId:e,events:h});const A=g=Symbol();gt().then(()=>{g===A&&(c=!0)}),f=!0,As(u,O,s.state.value[e])}const _=i?function(){const{state:O}=n,A=O?O():{};this.$patch(D=>{Rn(D,A)})}:vp;function v(){o.stop(),u=[],d=[],s._s.delete(e)}const p=(R,O="")=>{if(Fu in R)return R[fl]=O,R;const A=function(){jo(s);const D=Array.from(arguments),N=[],B=[];function X(q){N.push(q)}function se(q){B.push(q)}As(d,{args:D,name:A[fl],store:E,after:X,onError:se});let W;try{W=R.apply(this&&this.$id===e?this:E,D)}catch(q){throw As(B,q),q}return W instanceof Promise?W.then(q=>(As(N,q),q)).catch(q=>(As(B,q),Promise.reject(q))):(As(N,W),W)};return A[Fu]=!0,A[fl]=O,A},y={_p:s,$id:e,$onAction:$u.bind(null,d),$patch:b,$reset:_,$subscribe(R,O={}){const A=$u(u,R,O.detached,()=>D()),D=o.run(()=>Le(()=>s.state.value[e],N=>{(O.flush==="sync"?f:c)&&R({storeId:e,type:Or.direct,events:h},N)},Rn({},a,O)));return A},$dispose:v},E=Yn(y);s._s.set(e,E);const L=(s._a&&s._a.runWithContext||yw)(()=>s._e.run(()=>(o=So()).run(()=>t({action:p}))));for(const R in L){const O=L[R];if(_e(O)&&!bw(O)||Xt(O))i||(m&&vw(O)&&(_e(O)?O.value=m[R]:Xl(O,m[R])),s.state.value[e][R]=O);else if(typeof O=="function"){const A=p(O,R);L[R]=A,l.actions[R]=O}}return Rn(E,L),Rn(ae(E),L),Object.defineProperty(E,"$state",{get:()=>s.state.value[e],set:R=>{b(O=>{Rn(O,R)})}}),s._p.forEach(R=>{Rn(E,o.run(()=>R({store:E,app:s._a,pinia:s,options:l})))}),m&&i&&n.hydrate&&n.hydrate(E.$state,m),c=!0,f=!0,E}function HS(e,t,n){let s,r;const i=typeof t=="function";s=e,r=i?n:t;function o(l,a){const c=rh();return l=l||(c?ft(_p,null):null),l&&jo(l),l=yp,l._s.has(s)||(i?bp(s,t,r,l):ww(s,r,l)),l._s.get(s)}return o.$id=s,o}const Ew=({isClient:e,initialState:t,app:n})=>{const s=gw();n.use(s),e?s.state.value=t.pinia||{}:t.pinia=s.state.value},Tw=Object.freeze(Object.defineProperty({__proto__:null,install:Ew},Symbol.toStringTag,{value:"Module"})),Sw=({isClient:e,router:t})=>{e&&t.isReady().then(async()=>{const{registerSW:n}=await He(async()=>{const{registerSW:s}=await import("./virtual_pwa-register-G08q8i_v.js");return{registerSW:s}},[],import.meta.url);n({immediate:!0})}).catch(()=>{})},Cw=Object.freeze(Object.defineProperty({__proto__:null,install:Sw},Symbol.toStringTag,{value:"Module"}));var wp={exports:{}};const Pw=fw(Mb);(function(e,t){(function(s,r){e.exports=r(Pw)})(pp,n=>(()=>{var s={113:(R,O)=>{Object.defineProperty(O,"__esModule",{value:!0}),O.default=(A,D)=>{const N=A.__vccOpts||A;for(const[B,X]of D)N[B]=X;return N}},594:R=>{R.exports=n}},r={};function i(R){var O=r[R];if(O!==void 0)return O.exports;var A=r[R]={exports:{}};return s[R](A,A.exports,i),A.exports}i.d=(R,O)=>{for(var A in O)i.o(O,A)&&!i.o(R,A)&&Object.defineProperty(R,A,{enumerable:!0,get:O[A]})},i.o=(R,O)=>Object.prototype.hasOwnProperty.call(R,O),i.r=R=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(R,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(R,"__esModule",{value:!0})};var o={};i.r(o),i.d(o,{ToastComponent:()=>y,ToastPlugin:()=>C,ToastPositions:()=>h,default:()=>L,useToast:()=>E});var l=i(594);const a=["innerHTML"];function c(R,O,A,D,N,B){return(0,l.openBlock)(),(0,l.createBlock)(l.Transition,{"enter-active-class":R.transition.enter,"leave-active-class":R.transition.leave},{default:(0,l.withCtx)(()=>[(0,l.withDirectives)((0,l.createElementVNode)("div",{ref:"root",role:"alert",class:(0,l.normalizeClass)(["v-toast__item",[`v-toast__item--${R.type}`,`v-toast__item--${R.position}`]]),onMouseover:O[0]||(O[0]=X=>R.toggleTimer(!0)),onMouseleave:O[1]||(O[1]=X=>R.toggleTimer(!1)),onClick:O[2]||(O[2]=function(){return R.whenClicked&&R.whenClicked(...arguments)})},[O[3]||(O[3]=(0,l.createElementVNode)("div",{class:"v-toast__icon"},null,-1)),(0,l.createElementVNode)("p",{class:"v-toast__text",innerHTML:R.message},null,8,a)],34),[[l.vShow,R.isActive]])]),_:1},8,["enter-active-class","leave-active-class"])}function f(R){var O;typeof R.remove<"u"?R.remove():(O=R.parentNode)==null||O.removeChild(R)}function u(R,O,A){let D=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const N=(0,l.h)(R,O,D),B=document.createElement("div");return B.classList.add("v-toast--pending"),A.appendChild(B),(0,l.render)(N,B),N.component}class d{constructor(O,A){this.startedAt=Date.now(),this.callback=O,this.delay=A,this.timer=setTimeout(O,A)}pause(){this.stop(),this.delay-=Date.now()-this.startedAt}resume(){this.stop(),this.startedAt=Date.now(),this.timer=setTimeout(this.callback,this.delay)}stop(){clearTimeout(this.timer)}}const h=Object.freeze({TOP_RIGHT:"top-right",TOP:"top",TOP_LEFT:"top-left",BOTTOM_RIGHT:"bottom-right",BOTTOM:"bottom",BOTTOM_LEFT:"bottom-left"});function m(R){return{all:R=R||new Map,on:function(O,A){var D=R.get(O);D?D.push(A):R.set(O,[A])},off:function(O,A){var D=R.get(O);D&&(A?D.splice(D.indexOf(A)>>>0,1):R.set(O,[]))},emit:function(O,A){var D=R.get(O);D&&D.slice().map(function(N){N(A)}),(D=R.get("*"))&&D.slice().map(function(N){N(O,A)})}}}const b=m(),_=(0,l.defineComponent)({name:"Toast",props:{message:{type:String,required:!0},type:{type:String,default:"success"},position:{type:String,default:h.BOTTOM_RIGHT,validator(R){return Object.values(h).includes(R)}},duration:{type:Number,default:3e3},dismissible:{type:Boolean,default:!0},onDismiss:{type:Function,default:()=>{}},onClick:{type:Function,default:()=>{}},queue:Boolean,pauseOnHover:{type:Boolean,default:!0}},data(){return{isActive:!1,parentTop:null,parentBottom:null,isHovered:!1}},beforeMount(){this.setupContainer()},mounted(){this.showNotice(),b.on("toast-clear",this.dismiss)},methods:{setupContainer(){if(this.parentTop=document.querySelector(".v-toast.v-toast--top"),this.parentBottom=document.querySelector(".v-toast.v-toast--bottom"),this.parentTop&&this.parentBottom)return;this.parentTop||(this.parentTop=document.createElement("div"),this.parentTop.className="v-toast v-toast--top"),this.parentBottom||(this.parentBottom=document.createElement("div"),this.parentBottom.className="v-toast v-toast--bottom");const R=document.body;R.appendChild(this.parentTop),R.appendChild(this.parentBottom)},shouldQueue(){return this.queue?this.parentTop.childElementCount>0||this.parentBottom.childElementCount>0:!1},dismiss(){this.timer&&this.timer.stop(),clearTimeout(this.queueTimer),this.isActive=!1,setTimeout(()=>{this.onDismiss.apply(null,arguments);const R=this.$refs.root;(0,l.render)(null,R),f(R)},150)},showNotice(){if(this.shouldQueue()){this.queueTimer=setTimeout(this.showNotice,250);return}const R=this.$refs.root.parentElement;this.correctParent.insertAdjacentElement("afterbegin",this.$refs.root),f(R),this.isActive=!0,this.duration&&(this.timer=new d(this.dismiss,this.duration))},whenClicked(){this.dismissible&&(this.onClick.apply(null,arguments),this.dismiss())},toggleTimer(R){!this.pauseOnHover||!this.timer||(R?this.timer.pause():this.timer.resume())}},computed:{correctParent(){switch(this.position){case h.TOP:case h.TOP_RIGHT:case h.TOP_LEFT:return this.parentTop;case h.BOTTOM:case h.BOTTOM_RIGHT:case h.BOTTOM_LEFT:return this.parentBottom}},transition(){switch(this.position){case h.TOP:case h.TOP_RIGHT:case h.TOP_LEFT:return{enter:"v-toast--fade-in-down",leave:"v-toast--fade-out"};case h.BOTTOM:case h.BOTTOM_RIGHT:case h.BOTTOM_LEFT:return{enter:"v-toast--fade-in-up",leave:"v-toast--fade-out"}}}},beforeUnmount(){b.off("toast-clear",this.dismiss)}});var v=i(113);const y=(0,v.default)(_,[["render",c]]),E=function(){let R=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return{open(O){let A=null;typeof O=="string"&&(A=O);const N=Object.assign({},{message:A},R,O);return{dismiss:u(y,N,document.body).ctx.dismiss}},clear(){b.emit("toast-clear")},success(O){let A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.open(Object.assign({},{message:O,type:"success"},A))},error(O){let A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.open(Object.assign({},{message:O,type:"error"},A))},info(O){let A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.open(Object.assign({},{message:O,type:"info"},A))},warning(O){let A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.open(Object.assign({},{message:O,type:"warning"},A))},default(O){let A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.open(Object.assign({},{message:O,type:"default"},A))}}},C={install:function(R){let O=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},A=E(O);R.config.globalProperties.$toast=A,R.provide("$toast",A)}},L=C;return o})())})(wp);var Ow=wp.exports;const Aw=mp(Ow),Rw=({app:e})=>{e.use(Aw,{position:"bottom-right"})},Lw=Object.freeze(Object.defineProperty({__proto__:null,install:Rw},Symbol.toStringTag,{value:"Module"}));var Uo=class{constructor(){this.listeners=new Set,this.subscribe=this.subscribe.bind(this)}subscribe(e){return this.listeners.add(e),this.onSubscribe(),()=>{this.listeners.delete(e),this.onUnsubscribe()}}hasListeners(){return this.listeners.size>0}onSubscribe(){}onUnsubscribe(){}},ai=typeof window>"u"||"Deno"in globalThis;function kt(){}function xw(e,t){return typeof e=="function"?e(t):e}function kw(e){return typeof e=="number"&&e>=0&&e!==1/0}function Nw(e,t){return Math.max(e+(t||0)-Date.now(),0)}function Hu(e,t){return typeof e=="function"?e(t):e}function Iw(e,t){return typeof e=="function"?e(t):e}function ju(e,t){const{type:n="all",exact:s,fetchStatus:r,predicate:i,queryKey:o,stale:l}=e;if(o){if(s){if(t.queryHash!==sc(o,t.options))return!1}else if(!qr(t.queryKey,o))return!1}if(n!=="all"){const a=t.isActive();if(n==="active"&&!a||n==="inactive"&&a)return!1}return!(typeof l=="boolean"&&t.isStale()!==l||r&&r!==t.state.fetchStatus||i&&!i(t))}function Uu(e,t){const{exact:n,status:s,predicate:r,mutationKey:i}=e;if(i){if(!t.options.mutationKey)return!1;if(n){if(Kr(t.options.mutationKey)!==Kr(i))return!1}else if(!qr(t.options.mutationKey,i))return!1}return!(s&&t.state.status!==s||r&&!r(t))}function sc(e,t){return((t==null?void 0:t.queryKeyHashFn)||Kr)(e)}function Kr(e){return JSON.stringify(e,(t,n)=>Jl(n)?Object.keys(n).sort().reduce((s,r)=>(s[r]=n[r],s),{}):n)}function qr(e,t){return e===t?!0:typeof e!=typeof t?!1:e&&t&&typeof e=="object"&&typeof t=="object"?!Object.keys(t).some(n=>!qr(e[n],t[n])):!1}function Ep(e,t){if(e===t)return e;const n=Vu(e)&&Vu(t);if(n||Jl(e)&&Jl(t)){const s=n?e:Object.keys(e),r=s.length,i=n?t:Object.keys(t),o=i.length,l=n?[]:{};let a=0;for(let c=0;c<o;c++){const f=n?c:i[c];(!n&&s.includes(f)||n)&&e[f]===void 0&&t[f]===void 0?(l[f]=void 0,a++):(l[f]=Ep(e[f],t[f]),l[f]===e[f]&&e[f]!==void 0&&a++)}return r===o&&a===r?e:l}return t}function jS(e,t){if(!t||Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(e[n]!==t[n])return!1;return!0}function Vu(e){return Array.isArray(e)&&e.length===Object.keys(e).length}function Jl(e){if(!Bu(e))return!1;const t=e.constructor;if(t===void 0)return!0;const n=t.prototype;return!(!Bu(n)||!n.hasOwnProperty("isPrototypeOf")||Object.getPrototypeOf(e)!==Object.prototype)}function Bu(e){return Object.prototype.toString.call(e)==="[object Object]"}function Mw(e){return new Promise(t=>{setTimeout(t,e)})}function Dw(e,t,n){return typeof n.structuralSharing=="function"?n.structuralSharing(e,t):n.structuralSharing!==!1?Ep(e,t):t}function $w(e,t,n=0){const s=[...e,t];return n&&s.length>n?s.slice(1):s}function Fw(e,t,n=0){const s=[t,...e];return n&&s.length>n?s.slice(0,-1):s}var Tp=Symbol();function Sp(e,t){return!e.queryFn&&(t!=null&&t.initialPromise)?()=>t.initialPromise:!e.queryFn||e.queryFn===Tp?()=>Promise.reject(new Error(`Missing queryFn: '${e.queryHash}'`)):e.queryFn}var cs,Hn,Vs,Uf,Hw=(Uf=class extends Uo{constructor(){super();ve(this,cs);ve(this,Hn);ve(this,Vs);oe(this,Vs,t=>{if(!ai&&window.addEventListener){const n=()=>t();return window.addEventListener("visibilitychange",n,!1),()=>{window.removeEventListener("visibilitychange",n)}}})}onSubscribe(){U(this,Hn)||this.setEventListener(U(this,Vs))}onUnsubscribe(){var t;this.hasListeners()||((t=U(this,Hn))==null||t.call(this),oe(this,Hn,void 0))}setEventListener(t){var n;oe(this,Vs,t),(n=U(this,Hn))==null||n.call(this),oe(this,Hn,t(s=>{typeof s=="boolean"?this.setFocused(s):this.onFocus()}))}setFocused(t){U(this,cs)!==t&&(oe(this,cs,t),this.onFocus())}onFocus(){const t=this.isFocused();this.listeners.forEach(n=>{n(t)})}isFocused(){var t;return typeof U(this,cs)=="boolean"?U(this,cs):((t=globalThis.document)==null?void 0:t.visibilityState)!=="hidden"}},cs=new WeakMap,Hn=new WeakMap,Vs=new WeakMap,Uf),Cp=new Hw,Bs,jn,Ws,Vf,jw=(Vf=class extends Uo{constructor(){super();ve(this,Bs,!0);ve(this,jn);ve(this,Ws);oe(this,Ws,t=>{if(!ai&&window.addEventListener){const n=()=>t(!0),s=()=>t(!1);return window.addEventListener("online",n,!1),window.addEventListener("offline",s,!1),()=>{window.removeEventListener("online",n),window.removeEventListener("offline",s)}}})}onSubscribe(){U(this,jn)||this.setEventListener(U(this,Ws))}onUnsubscribe(){var t;this.hasListeners()||((t=U(this,jn))==null||t.call(this),oe(this,jn,void 0))}setEventListener(t){var n;oe(this,Ws,t),(n=U(this,jn))==null||n.call(this),oe(this,jn,t(this.setOnline.bind(this)))}setOnline(t){U(this,Bs)!==t&&(oe(this,Bs,t),this.listeners.forEach(s=>{s(t)}))}isOnline(){return U(this,Bs)}},Bs=new WeakMap,jn=new WeakMap,Ws=new WeakMap,Vf),lo=new jw;function Uw(){let e,t;const n=new Promise((r,i)=>{e=r,t=i});n.status="pending",n.catch(()=>{});function s(r){Object.assign(n,r),delete n.resolve,delete n.reject}return n.resolve=r=>{s({status:"fulfilled",value:r}),e(r)},n.reject=r=>{s({status:"rejected",reason:r}),t(r)},n}function Vw(e){return Math.min(1e3*2**e,3e4)}function Pp(e){return(e??"online")==="online"?lo.isOnline():!0}var Op=class extends Error{constructor(e){super("CancelledError"),this.revert=e==null?void 0:e.revert,this.silent=e==null?void 0:e.silent}};function dl(e){return e instanceof Op}function Ap(e){let t=!1,n=0,s=!1,r;const i=Uw(),o=g=>{var b;s||(d(new Op(g)),(b=e.abort)==null||b.call(e))},l=()=>{t=!0},a=()=>{t=!1},c=()=>Cp.isFocused()&&(e.networkMode==="always"||lo.isOnline())&&e.canRun(),f=()=>Pp(e.networkMode)&&e.canRun(),u=g=>{var b;s||(s=!0,(b=e.onSuccess)==null||b.call(e,g),r==null||r(),i.resolve(g))},d=g=>{var b;s||(s=!0,(b=e.onError)==null||b.call(e,g),r==null||r(),i.reject(g))},h=()=>new Promise(g=>{var b;r=_=>{(s||c())&&g(_)},(b=e.onPause)==null||b.call(e)}).then(()=>{var g;r=void 0,s||(g=e.onContinue)==null||g.call(e)}),m=()=>{if(s)return;let g;const b=n===0?e.initialPromise:void 0;try{g=b??e.fn()}catch(_){g=Promise.reject(_)}Promise.resolve(g).then(u).catch(_=>{var C;if(s)return;const v=e.retry??(ai?0:3),p=e.retryDelay??Vw,y=typeof p=="function"?p(n,_):p,E=v===!0||typeof v=="number"&&n<v||typeof v=="function"&&v(n,_);if(t||!E){d(_);return}n++,(C=e.onFail)==null||C.call(e,n,_),Mw(y).then(()=>c()?void 0:h()).then(()=>{t?d(_):m()})})};return{promise:i,cancel:o,continue:()=>(r==null||r(),i),cancelRetry:l,continueRetry:a,canStart:f,start:()=>(f()?m():h().then(m),i)}}function Bw(){let e=[],t=0,n=l=>{l()},s=l=>{l()},r=l=>setTimeout(l,0);const i=l=>{t?e.push(l):r(()=>{n(l)})},o=()=>{const l=e;e=[],l.length&&r(()=>{s(()=>{l.forEach(a=>{n(a)})})})};return{batch:l=>{let a;t++;try{a=l()}finally{t--,t||o()}return a},batchCalls:l=>(...a)=>{i(()=>{l(...a)})},schedule:i,setNotifyFunction:l=>{n=l},setBatchNotifyFunction:l=>{s=l},setScheduler:l=>{r=l}}}var ut=Bw(),us,Bf,Rp=(Bf=class{constructor(){ve(this,us)}destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),kw(this.gcTime)&&oe(this,us,setTimeout(()=>{this.optionalRemove()},this.gcTime))}updateGcTime(e){this.gcTime=Math.max(this.gcTime||0,e??(ai?1/0:5*60*1e3))}clearGcTimeout(){U(this,us)&&(clearTimeout(U(this,us)),oe(this,us,void 0))}},us=new WeakMap,Bf),Ks,qs,Pt,et,Zr,fs,Nt,cn,Wf,Ww=(Wf=class extends Rp{constructor(t){super();ve(this,Nt);ve(this,Ks);ve(this,qs);ve(this,Pt);ve(this,et);ve(this,Zr);ve(this,fs);oe(this,fs,!1),oe(this,Zr,t.defaultOptions),this.setOptions(t.options),this.observers=[],oe(this,Pt,t.cache),this.queryKey=t.queryKey,this.queryHash=t.queryHash,oe(this,Ks,qw(this.options)),this.state=t.state??U(this,Ks),this.scheduleGc()}get meta(){return this.options.meta}get promise(){var t;return(t=U(this,et))==null?void 0:t.promise}setOptions(t){this.options={...U(this,Zr),...t},this.updateGcTime(this.options.gcTime)}optionalRemove(){!this.observers.length&&this.state.fetchStatus==="idle"&&U(this,Pt).remove(this)}setData(t,n){const s=Dw(this.state.data,t,this.options);return Ze(this,Nt,cn).call(this,{data:s,type:"success",dataUpdatedAt:n==null?void 0:n.updatedAt,manual:n==null?void 0:n.manual}),s}setState(t,n){Ze(this,Nt,cn).call(this,{type:"setState",state:t,setStateOptions:n})}cancel(t){var s,r;const n=(s=U(this,et))==null?void 0:s.promise;return(r=U(this,et))==null||r.cancel(t),n?n.then(kt).catch(kt):Promise.resolve()}destroy(){super.destroy(),this.cancel({silent:!0})}reset(){this.destroy(),this.setState(U(this,Ks))}isActive(){return this.observers.some(t=>Iw(t.options.enabled,this)!==!1)}isDisabled(){return this.getObserversCount()>0&&!this.isActive()}isStale(){return this.state.isInvalidated?!0:this.getObserversCount()>0?this.observers.some(t=>t.getCurrentResult().isStale):this.state.data===void 0}isStaleByTime(t=0){return this.state.isInvalidated||this.state.data===void 0||!Nw(this.state.dataUpdatedAt,t)}onFocus(){var n;const t=this.observers.find(s=>s.shouldFetchOnWindowFocus());t==null||t.refetch({cancelRefetch:!1}),(n=U(this,et))==null||n.continue()}onOnline(){var n;const t=this.observers.find(s=>s.shouldFetchOnReconnect());t==null||t.refetch({cancelRefetch:!1}),(n=U(this,et))==null||n.continue()}addObserver(t){this.observers.includes(t)||(this.observers.push(t),this.clearGcTimeout(),U(this,Pt).notify({type:"observerAdded",query:this,observer:t}))}removeObserver(t){this.observers.includes(t)&&(this.observers=this.observers.filter(n=>n!==t),this.observers.length||(U(this,et)&&(U(this,fs)?U(this,et).cancel({revert:!0}):U(this,et).cancelRetry()),this.scheduleGc()),U(this,Pt).notify({type:"observerRemoved",query:this,observer:t}))}getObserversCount(){return this.observers.length}invalidate(){this.state.isInvalidated||Ze(this,Nt,cn).call(this,{type:"invalidate"})}fetch(t,n){var a,c,f;if(this.state.fetchStatus!=="idle"){if(this.state.data!==void 0&&(n!=null&&n.cancelRefetch))this.cancel({silent:!0});else if(U(this,et))return U(this,et).continueRetry(),U(this,et).promise}if(t&&this.setOptions(t),!this.options.queryFn){const u=this.observers.find(d=>d.options.queryFn);u&&this.setOptions(u.options)}const s=new AbortController,r=u=>{Object.defineProperty(u,"signal",{enumerable:!0,get:()=>(oe(this,fs,!0),s.signal)})},i=()=>{const u=Sp(this.options,n),d={queryKey:this.queryKey,meta:this.meta};return r(d),oe(this,fs,!1),this.options.persister?this.options.persister(u,d,this):u(d)},o={fetchOptions:n,options:this.options,queryKey:this.queryKey,state:this.state,fetchFn:i};r(o),(a=this.options.behavior)==null||a.onFetch(o,this),oe(this,qs,this.state),(this.state.fetchStatus==="idle"||this.state.fetchMeta!==((c=o.fetchOptions)==null?void 0:c.meta))&&Ze(this,Nt,cn).call(this,{type:"fetch",meta:(f=o.fetchOptions)==null?void 0:f.meta});const l=u=>{var d,h,m,g;dl(u)&&u.silent||Ze(this,Nt,cn).call(this,{type:"error",error:u}),dl(u)||((h=(d=U(this,Pt).config).onError)==null||h.call(d,u,this),(g=(m=U(this,Pt).config).onSettled)==null||g.call(m,this.state.data,u,this)),this.isFetchingOptimistic||this.scheduleGc(),this.isFetchingOptimistic=!1};return oe(this,et,Ap({initialPromise:n==null?void 0:n.initialPromise,fn:o.fetchFn,abort:s.abort.bind(s),onSuccess:u=>{var d,h,m,g;if(u===void 0){l(new Error(`${this.queryHash} data is undefined`));return}try{this.setData(u)}catch(b){l(b);return}(h=(d=U(this,Pt).config).onSuccess)==null||h.call(d,u,this),(g=(m=U(this,Pt).config).onSettled)==null||g.call(m,u,this.state.error,this),this.isFetchingOptimistic||this.scheduleGc(),this.isFetchingOptimistic=!1},onError:l,onFail:(u,d)=>{Ze(this,Nt,cn).call(this,{type:"failed",failureCount:u,error:d})},onPause:()=>{Ze(this,Nt,cn).call(this,{type:"pause"})},onContinue:()=>{Ze(this,Nt,cn).call(this,{type:"continue"})},retry:o.options.retry,retryDelay:o.options.retryDelay,networkMode:o.options.networkMode,canRun:()=>!0})),U(this,et).start()}},Ks=new WeakMap,qs=new WeakMap,Pt=new WeakMap,et=new WeakMap,Zr=new WeakMap,fs=new WeakMap,Nt=new WeakSet,cn=function(t){const n=s=>{switch(t.type){case"failed":return{...s,fetchFailureCount:t.failureCount,fetchFailureReason:t.error};case"pause":return{...s,fetchStatus:"paused"};case"continue":return{...s,fetchStatus:"fetching"};case"fetch":return{...s,...Kw(s.data,this.options),fetchMeta:t.meta??null};case"success":return{...s,data:t.data,dataUpdateCount:s.dataUpdateCount+1,dataUpdatedAt:t.dataUpdatedAt??Date.now(),error:null,isInvalidated:!1,status:"success",...!t.manual&&{fetchStatus:"idle",fetchFailureCount:0,fetchFailureReason:null}};case"error":const r=t.error;return dl(r)&&r.revert&&U(this,qs)?{...U(this,qs),fetchStatus:"idle"}:{...s,error:r,errorUpdateCount:s.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:s.fetchFailureCount+1,fetchFailureReason:r,fetchStatus:"idle",status:"error"};case"invalidate":return{...s,isInvalidated:!0};case"setState":return{...s,...t.state}}};this.state=n(this.state),ut.batch(()=>{this.observers.forEach(s=>{s.onQueryUpdate()}),U(this,Pt).notify({query:this,type:"updated",action:t})})},Wf);function Kw(e,t){return{fetchFailureCount:0,fetchFailureReason:null,fetchStatus:Pp(t.networkMode)?"fetching":"paused",...e===void 0&&{error:null,status:"pending"}}}function qw(e){const t=typeof e.initialData=="function"?e.initialData():e.initialData,n=t!==void 0,s=n?typeof e.initialDataUpdatedAt=="function"?e.initialDataUpdatedAt():e.initialDataUpdatedAt:0;return{data:t,dataUpdateCount:0,dataUpdatedAt:n?s??Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null,isInvalidated:!1,status:n?"success":"pending",fetchStatus:"idle"}}var Gt,Kf,Lp=(Kf=class extends Uo{constructor(n={}){super();ve(this,Gt);this.config=n,oe(this,Gt,new Map)}build(n,s,r){const i=s.queryKey,o=s.queryHash??sc(i,s);let l=this.get(o);return l||(l=new Ww({cache:this,queryKey:i,queryHash:o,options:n.defaultQueryOptions(s),state:r,defaultOptions:n.getQueryDefaults(i)}),this.add(l)),l}add(n){U(this,Gt).has(n.queryHash)||(U(this,Gt).set(n.queryHash,n),this.notify({type:"added",query:n}))}remove(n){const s=U(this,Gt).get(n.queryHash);s&&(n.destroy(),s===n&&U(this,Gt).delete(n.queryHash),this.notify({type:"removed",query:n}))}clear(){ut.batch(()=>{this.getAll().forEach(n=>{this.remove(n)})})}get(n){return U(this,Gt).get(n)}getAll(){return[...U(this,Gt).values()]}find(n){const s={exact:!0,...n};return this.getAll().find(r=>ju(s,r))}findAll(n={}){const s=this.getAll();return Object.keys(n).length>0?s.filter(r=>ju(n,r)):s}notify(n){ut.batch(()=>{this.listeners.forEach(s=>{s(n)})})}onFocus(){ut.batch(()=>{this.getAll().forEach(n=>{n.onFocus()})})}onOnline(){ut.batch(()=>{this.getAll().forEach(n=>{n.onOnline()})})}},Gt=new WeakMap,Kf),Qt,ot,ds,zt,Ln,qf,Gw=(qf=class extends Rp{constructor(t){super();ve(this,zt);ve(this,Qt);ve(this,ot);ve(this,ds);this.mutationId=t.mutationId,oe(this,ot,t.mutationCache),oe(this,Qt,[]),this.state=t.state||Qw(),this.setOptions(t.options),this.scheduleGc()}setOptions(t){this.options=t,this.updateGcTime(this.options.gcTime)}get meta(){return this.options.meta}addObserver(t){U(this,Qt).includes(t)||(U(this,Qt).push(t),this.clearGcTimeout(),U(this,ot).notify({type:"observerAdded",mutation:this,observer:t}))}removeObserver(t){oe(this,Qt,U(this,Qt).filter(n=>n!==t)),this.scheduleGc(),U(this,ot).notify({type:"observerRemoved",mutation:this,observer:t})}optionalRemove(){U(this,Qt).length||(this.state.status==="pending"?this.scheduleGc():U(this,ot).remove(this))}continue(){var t;return((t=U(this,ds))==null?void 0:t.continue())??this.execute(this.state.variables)}async execute(t){var r,i,o,l,a,c,f,u,d,h,m,g,b,_,v,p,y,E,C,L;oe(this,ds,Ap({fn:()=>this.options.mutationFn?this.options.mutationFn(t):Promise.reject(new Error("No mutationFn found")),onFail:(R,O)=>{Ze(this,zt,Ln).call(this,{type:"failed",failureCount:R,error:O})},onPause:()=>{Ze(this,zt,Ln).call(this,{type:"pause"})},onContinue:()=>{Ze(this,zt,Ln).call(this,{type:"continue"})},retry:this.options.retry??0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode,canRun:()=>U(this,ot).canRun(this)}));const n=this.state.status==="pending",s=!U(this,ds).canStart();try{if(!n){Ze(this,zt,Ln).call(this,{type:"pending",variables:t,isPaused:s}),await((i=(r=U(this,ot).config).onMutate)==null?void 0:i.call(r,t,this));const O=await((l=(o=this.options).onMutate)==null?void 0:l.call(o,t));O!==this.state.context&&Ze(this,zt,Ln).call(this,{type:"pending",context:O,variables:t,isPaused:s})}const R=await U(this,ds).start();return await((c=(a=U(this,ot).config).onSuccess)==null?void 0:c.call(a,R,t,this.state.context,this)),await((u=(f=this.options).onSuccess)==null?void 0:u.call(f,R,t,this.state.context)),await((h=(d=U(this,ot).config).onSettled)==null?void 0:h.call(d,R,null,this.state.variables,this.state.context,this)),await((g=(m=this.options).onSettled)==null?void 0:g.call(m,R,null,t,this.state.context)),Ze(this,zt,Ln).call(this,{type:"success",data:R}),R}catch(R){try{throw await((_=(b=U(this,ot).config).onError)==null?void 0:_.call(b,R,t,this.state.context,this)),await((p=(v=this.options).onError)==null?void 0:p.call(v,R,t,this.state.context)),await((E=(y=U(this,ot).config).onSettled)==null?void 0:E.call(y,void 0,R,this.state.variables,this.state.context,this)),await((L=(C=this.options).onSettled)==null?void 0:L.call(C,void 0,R,t,this.state.context)),R}finally{Ze(this,zt,Ln).call(this,{type:"error",error:R})}}finally{U(this,ot).runNext(this)}}},Qt=new WeakMap,ot=new WeakMap,ds=new WeakMap,zt=new WeakSet,Ln=function(t){const n=s=>{switch(t.type){case"failed":return{...s,failureCount:t.failureCount,failureReason:t.error};case"pause":return{...s,isPaused:!0};case"continue":return{...s,isPaused:!1};case"pending":return{...s,context:t.context,data:void 0,failureCount:0,failureReason:null,error:null,isPaused:t.isPaused,status:"pending",variables:t.variables,submittedAt:Date.now()};case"success":return{...s,data:t.data,failureCount:0,failureReason:null,error:null,status:"success",isPaused:!1};case"error":return{...s,data:void 0,error:t.error,failureCount:s.failureCount+1,failureReason:t.error,isPaused:!1,status:"error"}}};this.state=n(this.state),ut.batch(()=>{U(this,Qt).forEach(s=>{s.onMutationUpdate(t)}),U(this,ot).notify({mutation:this,type:"updated",action:t})})},qf);function Qw(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0,submittedAt:0}}var wt,ei,Gf,xp=(Gf=class extends Uo{constructor(n={}){super();ve(this,wt);ve(this,ei);this.config=n,oe(this,wt,new Map),oe(this,ei,Date.now())}build(n,s,r){const i=new Gw({mutationCache:this,mutationId:++ui(this,ei)._,options:n.defaultMutationOptions(s),state:r});return this.add(i),i}add(n){const s=Pi(n),r=U(this,wt).get(s)??[];r.push(n),U(this,wt).set(s,r),this.notify({type:"added",mutation:n})}remove(n){var r;const s=Pi(n);if(U(this,wt).has(s)){const i=(r=U(this,wt).get(s))==null?void 0:r.filter(o=>o!==n);i&&(i.length===0?U(this,wt).delete(s):U(this,wt).set(s,i))}this.notify({type:"removed",mutation:n})}canRun(n){var r;const s=(r=U(this,wt).get(Pi(n)))==null?void 0:r.find(i=>i.state.status==="pending");return!s||s===n}runNext(n){var r;const s=(r=U(this,wt).get(Pi(n)))==null?void 0:r.find(i=>i!==n&&i.state.isPaused);return(s==null?void 0:s.continue())??Promise.resolve()}clear(){ut.batch(()=>{this.getAll().forEach(n=>{this.remove(n)})})}getAll(){return[...U(this,wt).values()].flat()}find(n){const s={exact:!0,...n};return this.getAll().find(r=>Uu(s,r))}findAll(n={}){return this.getAll().filter(s=>Uu(n,s))}notify(n){ut.batch(()=>{this.listeners.forEach(s=>{s(n)})})}resumePausedMutations(){const n=this.getAll().filter(s=>s.state.isPaused);return ut.batch(()=>Promise.all(n.map(s=>s.continue().catch(kt))))}},wt=new WeakMap,ei=new WeakMap,Gf);function Pi(e){var t;return((t=e.options.scope)==null?void 0:t.id)??String(e.mutationId)}function Wu(e){return{onFetch:(t,n)=>{var f,u,d,h,m;const s=t.options,r=(d=(u=(f=t.fetchOptions)==null?void 0:f.meta)==null?void 0:u.fetchMore)==null?void 0:d.direction,i=((h=t.state.data)==null?void 0:h.pages)||[],o=((m=t.state.data)==null?void 0:m.pageParams)||[];let l={pages:[],pageParams:[]},a=0;const c=async()=>{let g=!1;const b=p=>{Object.defineProperty(p,"signal",{enumerable:!0,get:()=>(t.signal.aborted?g=!0:t.signal.addEventListener("abort",()=>{g=!0}),t.signal)})},_=Sp(t.options,t.fetchOptions),v=async(p,y,E)=>{if(g)return Promise.reject();if(y==null&&p.pages.length)return Promise.resolve(p);const C={queryKey:t.queryKey,pageParam:y,direction:E?"backward":"forward",meta:t.options.meta};b(C);const L=await _(C),{maxPages:R}=t.options,O=E?Fw:$w;return{pages:O(p.pages,L,R),pageParams:O(p.pageParams,y,R)}};if(r&&i.length){const p=r==="backward",y=p?zw:Ku,E={pages:i,pageParams:o},C=y(s,E);l=await v(E,C,p)}else{const p=e??i.length;do{const y=a===0?o[0]??s.initialPageParam:Ku(s,l);if(a>0&&y==null)break;l=await v(l,y),a++}while(a<p)}return l};t.options.persister?t.fetchFn=()=>{var g,b;return(b=(g=t.options).persister)==null?void 0:b.call(g,c,{queryKey:t.queryKey,meta:t.options.meta,signal:t.signal},n)}:t.fetchFn=c}}}function Ku(e,{pages:t,pageParams:n}){const s=t.length-1;return t.length>0?e.getNextPageParam(t[s],t,n[s],n):void 0}function zw(e,{pages:t,pageParams:n}){var s;return t.length>0?(s=e.getPreviousPageParam)==null?void 0:s.call(e,t[0],t,n[0],n):void 0}var Me,Un,Vn,Gs,Qs,Bn,zs,Ys,Qf,Yw=(Qf=class{constructor(t={}){ve(this,Me);ve(this,Un);ve(this,Vn);ve(this,Gs);ve(this,Qs);ve(this,Bn);ve(this,zs);ve(this,Ys);oe(this,Me,t.queryCache||new Lp),oe(this,Un,t.mutationCache||new xp),oe(this,Vn,t.defaultOptions||{}),oe(this,Gs,new Map),oe(this,Qs,new Map),oe(this,Bn,0)}mount(){ui(this,Bn)._++,U(this,Bn)===1&&(oe(this,zs,Cp.subscribe(async t=>{t&&(await this.resumePausedMutations(),U(this,Me).onFocus())})),oe(this,Ys,lo.subscribe(async t=>{t&&(await this.resumePausedMutations(),U(this,Me).onOnline())})))}unmount(){var t,n;ui(this,Bn)._--,U(this,Bn)===0&&((t=U(this,zs))==null||t.call(this),oe(this,zs,void 0),(n=U(this,Ys))==null||n.call(this),oe(this,Ys,void 0))}isFetching(t){return U(this,Me).findAll({...t,fetchStatus:"fetching"}).length}isMutating(t){return U(this,Un).findAll({...t,status:"pending"}).length}getQueryData(t){var s;const n=this.defaultQueryOptions({queryKey:t});return(s=U(this,Me).get(n.queryHash))==null?void 0:s.state.data}ensureQueryData(t){const n=this.getQueryData(t.queryKey);if(n===void 0)return this.fetchQuery(t);{const s=this.defaultQueryOptions(t),r=U(this,Me).build(this,s);return t.revalidateIfStale&&r.isStaleByTime(Hu(s.staleTime,r))&&this.prefetchQuery(s),Promise.resolve(n)}}getQueriesData(t){return U(this,Me).findAll(t).map(({queryKey:n,state:s})=>{const r=s.data;return[n,r]})}setQueryData(t,n,s){const r=this.defaultQueryOptions({queryKey:t}),i=U(this,Me).get(r.queryHash),o=i==null?void 0:i.state.data,l=xw(n,o);if(l!==void 0)return U(this,Me).build(this,r).setData(l,{...s,manual:!0})}setQueriesData(t,n,s){return ut.batch(()=>U(this,Me).findAll(t).map(({queryKey:r})=>[r,this.setQueryData(r,n,s)]))}getQueryState(t){var s;const n=this.defaultQueryOptions({queryKey:t});return(s=U(this,Me).get(n.queryHash))==null?void 0:s.state}removeQueries(t){const n=U(this,Me);ut.batch(()=>{n.findAll(t).forEach(s=>{n.remove(s)})})}resetQueries(t,n){const s=U(this,Me),r={type:"active",...t};return ut.batch(()=>(s.findAll(t).forEach(i=>{i.reset()}),this.refetchQueries(r,n)))}cancelQueries(t={},n={}){const s={revert:!0,...n},r=ut.batch(()=>U(this,Me).findAll(t).map(i=>i.cancel(s)));return Promise.all(r).then(kt).catch(kt)}invalidateQueries(t={},n={}){return ut.batch(()=>{if(U(this,Me).findAll(t).forEach(r=>{r.invalidate()}),t.refetchType==="none")return Promise.resolve();const s={...t,type:t.refetchType??t.type??"active"};return this.refetchQueries(s,n)})}refetchQueries(t={},n){const s={...n,cancelRefetch:(n==null?void 0:n.cancelRefetch)??!0},r=ut.batch(()=>U(this,Me).findAll(t).filter(i=>!i.isDisabled()).map(i=>{let o=i.fetch(void 0,s);return s.throwOnError||(o=o.catch(kt)),i.state.fetchStatus==="paused"?Promise.resolve():o}));return Promise.all(r).then(kt)}fetchQuery(t){const n=this.defaultQueryOptions(t);n.retry===void 0&&(n.retry=!1);const s=U(this,Me).build(this,n);return s.isStaleByTime(Hu(n.staleTime,s))?s.fetch(n):Promise.resolve(s.state.data)}prefetchQuery(t){return this.fetchQuery(t).then(kt).catch(kt)}fetchInfiniteQuery(t){return t.behavior=Wu(t.pages),this.fetchQuery(t)}prefetchInfiniteQuery(t){return this.fetchInfiniteQuery(t).then(kt).catch(kt)}ensureInfiniteQueryData(t){return t.behavior=Wu(t.pages),this.ensureQueryData(t)}resumePausedMutations(){return lo.isOnline()?U(this,Un).resumePausedMutations():Promise.resolve()}getQueryCache(){return U(this,Me)}getMutationCache(){return U(this,Un)}getDefaultOptions(){return U(this,Vn)}setDefaultOptions(t){oe(this,Vn,t)}setQueryDefaults(t,n){U(this,Gs).set(Kr(t),{queryKey:t,defaultOptions:n})}getQueryDefaults(t){const n=[...U(this,Gs).values()];let s={};return n.forEach(r=>{qr(t,r.queryKey)&&(s={...s,...r.defaultOptions})}),s}setMutationDefaults(t,n){U(this,Qs).set(Kr(t),{mutationKey:t,defaultOptions:n})}getMutationDefaults(t){const n=[...U(this,Qs).values()];let s={};return n.forEach(r=>{qr(t,r.mutationKey)&&(s={...s,...r.defaultOptions})}),s}defaultQueryOptions(t){if(t._defaulted)return t;const n={...U(this,Vn).queries,...this.getQueryDefaults(t.queryKey),...t,_defaulted:!0};return n.queryHash||(n.queryHash=sc(n.queryKey,n)),n.refetchOnReconnect===void 0&&(n.refetchOnReconnect=n.networkMode!=="always"),n.throwOnError===void 0&&(n.throwOnError=!!n.suspense),!n.networkMode&&n.persister&&(n.networkMode="offlineFirst"),n.enabled!==!0&&n.queryFn===Tp&&(n.enabled=!1),n}defaultMutationOptions(t){return t!=null&&t._defaulted?t:{...U(this,Vn).mutations,...(t==null?void 0:t.mutationKey)&&this.getMutationDefaults(t.mutationKey),...t,_defaulted:!0}}clear(){U(this,Me).clear(),U(this,Un).clear()}},Me=new WeakMap,Un=new WeakMap,Vn=new WeakMap,Gs=new WeakMap,Qs=new WeakMap,Bn=new WeakMap,zs=new WeakMap,Ys=new WeakMap,Qf),Xw="VUE_QUERY_CLIENT";function Jw(e){const t=e?`:${e}`:"";return`${Xw}${t}`}function WS(e,t){Object.keys(e).forEach(n=>{e[n]=t[n]})}function Zl(e,t,n="",s=0){if(t){const r=t(e,n,s);if(r===void 0&&_e(e)||r!==void 0)return r}if(Array.isArray(e))return e.map((r,i)=>Zl(r,t,String(i),s+1));if(typeof e=="object"&&e0(e)){const r=Object.entries(e).map(([i,o])=>[i,Zl(o,t,i,s+1)]);return Object.fromEntries(r)}return e}function Zw(e,t){return Zl(e,t)}function le(e,t=!1){return Zw(e,(n,s,r)=>{if(r===1&&s==="queryKey")return le(n,!0);if(t&&t0(n))return le(n(),t);if(_e(n))return le(Tt(n),t)})}function e0(e){if(Object.prototype.toString.call(e)!=="[object Object]")return!1;const t=Object.getPrototypeOf(e);return t===null||t===Object.prototype}function t0(e){return typeof e=="function"}function KS(e,t){return typeof e=="function"?e(...t):!!e}var n0=class extends Lp{find(e){return super.find(le(e))}findAll(e={}){return super.findAll(le(e))}},s0=class extends xp{find(e){return super.find(le(e))}findAll(e={}){return super.findAll(le(e))}},r0=class extends Yw{constructor(e={}){const t={defaultOptions:e.defaultOptions,queryCache:e.queryCache||new n0,mutationCache:e.mutationCache||new s0};super(t),this.isRestoring=ie(!1)}isFetching(e={}){return super.isFetching(le(e))}isMutating(e={}){return super.isMutating(le(e))}getQueryData(e){return super.getQueryData(le(e))}ensureQueryData(e){return super.ensureQueryData(le(e))}getQueriesData(e){return super.getQueriesData(le(e))}setQueryData(e,t,n={}){return super.setQueryData(le(e),t,le(n))}setQueriesData(e,t,n={}){return super.setQueriesData(le(e),t,le(n))}getQueryState(e){return super.getQueryState(le(e))}removeQueries(e={}){return super.removeQueries(le(e))}resetQueries(e={},t={}){return super.resetQueries(le(e),le(t))}cancelQueries(e={},t={}){return super.cancelQueries(le(e),le(t))}invalidateQueries(e={},t={}){const n=le(e),s=le(t);if(super.invalidateQueries({...n,refetchType:"none"},s),n.refetchType==="none")return Promise.resolve();const r={...n,type:n.refetchType??n.type??"active"};return gt().then(()=>super.refetchQueries(r,s))}refetchQueries(e={},t={}){return super.refetchQueries(le(e),le(t))}fetchQuery(e){return super.fetchQuery(le(e))}prefetchQuery(e){return super.prefetchQuery(le(e))}fetchInfiniteQuery(e){return super.fetchInfiniteQuery(le(e))}prefetchInfiniteQuery(e){return super.prefetchInfiniteQuery(le(e))}setDefaultOptions(e){super.setDefaultOptions(le(e))}setQueryDefaults(e,t){super.setQueryDefaults(le(e),le(t))}getQueryDefaults(e){return super.getQueryDefaults(le(e))}setMutationDefaults(e,t){super.setMutationDefaults(le(e),le(t))}getMutationDefaults(e){return super.getMutationDefaults(le(e))}},i0={install:(e,t={})=>{const n=Jw(t.queryClientKey);let s;if("queryClient"in t&&t.queryClient)s=t.queryClient;else{const o="queryClientConfig"in t?t.queryClientConfig:void 0;s=new r0(o)}ai||s.mount();let r=()=>{};if(t.clientPersister){s.isRestoring.value=!0;const[o,l]=t.clientPersister(s);r=o,l.then(()=>{var a;s.isRestoring.value=!1,(a=t.clientPersisterOnSuccess)==null||a.call(t,s)})}const i=()=>{s.unmount(),r()};if(e.onUnmount)e.onUnmount(i);else{const o=e.unmount;e.unmount=function(){i(),o()}}e.provide(n,s)}};const o0=["top","right","bottom","left"],qu=["start","end"],Gu=o0.reduce((e,t)=>e.concat(t,t+"-"+qu[0],t+"-"+qu[1]),[]),Gr=Math.min,as=Math.max,l0={left:"right",right:"left",bottom:"top",top:"bottom"},a0={start:"end",end:"start"};function ea(e,t,n){return as(e,Gr(t,n))}function Cs(e,t){return typeof e=="function"?e(t):e}function sn(e){return e.split("-")[0]}function Ht(e){return e.split("-")[1]}function kp(e){return e==="x"?"y":"x"}function rc(e){return e==="y"?"height":"width"}function ws(e){return["top","bottom"].includes(sn(e))?"y":"x"}function ic(e){return kp(ws(e))}function Np(e,t,n){n===void 0&&(n=!1);const s=Ht(e),r=ic(e),i=rc(r);let o=r==="x"?s===(n?"end":"start")?"right":"left":s==="start"?"bottom":"top";return t.reference[i]>t.floating[i]&&(o=co(o)),[o,co(o)]}function c0(e){const t=co(e);return[ao(e),t,ao(t)]}function ao(e){return e.replace(/start|end/g,t=>a0[t])}function u0(e,t,n){const s=["left","right"],r=["right","left"],i=["top","bottom"],o=["bottom","top"];switch(e){case"top":case"bottom":return n?t?r:s:t?s:r;case"left":case"right":return t?i:o;default:return[]}}function f0(e,t,n,s){const r=Ht(e);let i=u0(sn(e),n==="start",s);return r&&(i=i.map(o=>o+"-"+r),t&&(i=i.concat(i.map(ao)))),i}function co(e){return e.replace(/left|right|bottom|top/g,t=>l0[t])}function d0(e){return{top:0,right:0,bottom:0,left:0,...e}}function Ip(e){return typeof e!="number"?d0(e):{top:e,right:e,bottom:e,left:e}}function Ar(e){const{x:t,y:n,width:s,height:r}=e;return{width:s,height:r,top:n,left:t,right:t+s,bottom:n+r,x:t,y:n}}function Qu(e,t,n){let{reference:s,floating:r}=e;const i=ws(t),o=ic(t),l=rc(o),a=sn(t),c=i==="y",f=s.x+s.width/2-r.width/2,u=s.y+s.height/2-r.height/2,d=s[l]/2-r[l]/2;let h;switch(a){case"top":h={x:f,y:s.y-r.height};break;case"bottom":h={x:f,y:s.y+s.height};break;case"right":h={x:s.x+s.width,y:u};break;case"left":h={x:s.x-r.width,y:u};break;default:h={x:s.x,y:s.y}}switch(Ht(t)){case"start":h[o]-=d*(n&&c?-1:1);break;case"end":h[o]+=d*(n&&c?-1:1);break}return h}const h0=async(e,t,n)=>{const{placement:s="bottom",strategy:r="absolute",middleware:i=[],platform:o}=n,l=i.filter(Boolean),a=await(o.isRTL==null?void 0:o.isRTL(t));let c=await o.getElementRects({reference:e,floating:t,strategy:r}),{x:f,y:u}=Qu(c,s,a),d=s,h={},m=0;for(let g=0;g<l.length;g++){const{name:b,fn:_}=l[g],{x:v,y:p,data:y,reset:E}=await _({x:f,y:u,initialPlacement:s,placement:d,strategy:r,middlewareData:h,rects:c,platform:o,elements:{reference:e,floating:t}});f=v??f,u=p??u,h={...h,[b]:{...h[b],...y}},E&&m<=50&&(m++,typeof E=="object"&&(E.placement&&(d=E.placement),E.rects&&(c=E.rects===!0?await o.getElementRects({reference:e,floating:t,strategy:r}):E.rects),{x:f,y:u}=Qu(c,d,a)),g=-1)}return{x:f,y:u,placement:d,strategy:r,middlewareData:h}};async function Vo(e,t){var n;t===void 0&&(t={});const{x:s,y:r,platform:i,rects:o,elements:l,strategy:a}=e,{boundary:c="clippingAncestors",rootBoundary:f="viewport",elementContext:u="floating",altBoundary:d=!1,padding:h=0}=Cs(t,e),m=Ip(h),b=l[d?u==="floating"?"reference":"floating":u],_=Ar(await i.getClippingRect({element:(n=await(i.isElement==null?void 0:i.isElement(b)))==null||n?b:b.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(l.floating)),boundary:c,rootBoundary:f,strategy:a})),v=u==="floating"?{x:s,y:r,width:o.floating.width,height:o.floating.height}:o.reference,p=await(i.getOffsetParent==null?void 0:i.getOffsetParent(l.floating)),y=await(i.isElement==null?void 0:i.isElement(p))?await(i.getScale==null?void 0:i.getScale(p))||{x:1,y:1}:{x:1,y:1},E=Ar(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:v,offsetParent:p,strategy:a}):v);return{top:(_.top-E.top+m.top)/y.y,bottom:(E.bottom-_.bottom+m.bottom)/y.y,left:(_.left-E.left+m.left)/y.x,right:(E.right-_.right+m.right)/y.x}}const p0=e=>({name:"arrow",options:e,async fn(t){const{x:n,y:s,placement:r,rects:i,platform:o,elements:l,middlewareData:a}=t,{element:c,padding:f=0}=Cs(e,t)||{};if(c==null)return{};const u=Ip(f),d={x:n,y:s},h=ic(r),m=rc(h),g=await o.getDimensions(c),b=h==="y",_=b?"top":"left",v=b?"bottom":"right",p=b?"clientHeight":"clientWidth",y=i.reference[m]+i.reference[h]-d[h]-i.floating[m],E=d[h]-i.reference[h],C=await(o.getOffsetParent==null?void 0:o.getOffsetParent(c));let L=C?C[p]:0;(!L||!await(o.isElement==null?void 0:o.isElement(C)))&&(L=l.floating[p]||i.floating[m]);const R=y/2-E/2,O=L/2-g[m]/2-1,A=Gr(u[_],O),D=Gr(u[v],O),N=A,B=L-g[m]-D,X=L/2-g[m]/2+R,se=ea(N,X,B),W=!a.arrow&&Ht(r)!=null&&X!==se&&i.reference[m]/2-(X<N?A:D)-g[m]/2<0,q=W?X<N?X-N:X-B:0;return{[h]:d[h]+q,data:{[h]:se,centerOffset:X-se-q,...W&&{alignmentOffset:q}},reset:W}}});function m0(e,t,n){return(e?[...n.filter(r=>Ht(r)===e),...n.filter(r=>Ht(r)!==e)]:n.filter(r=>sn(r)===r)).filter(r=>e?Ht(r)===e||(t?ao(r)!==r:!1):!0)}const g0=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var n,s,r;const{rects:i,middlewareData:o,placement:l,platform:a,elements:c}=t,{crossAxis:f=!1,alignment:u,allowedPlacements:d=Gu,autoAlignment:h=!0,...m}=Cs(e,t),g=u!==void 0||d===Gu?m0(u||null,h,d):d,b=await Vo(t,m),_=((n=o.autoPlacement)==null?void 0:n.index)||0,v=g[_];if(v==null)return{};const p=Np(v,i,await(a.isRTL==null?void 0:a.isRTL(c.floating)));if(l!==v)return{reset:{placement:g[0]}};const y=[b[sn(v)],b[p[0]],b[p[1]]],E=[...((s=o.autoPlacement)==null?void 0:s.overflows)||[],{placement:v,overflows:y}],C=g[_+1];if(C)return{data:{index:_+1,overflows:E},reset:{placement:C}};const L=E.map(A=>{const D=Ht(A.placement);return[A.placement,D&&f?A.overflows.slice(0,2).reduce((N,B)=>N+B,0):A.overflows[0],A.overflows]}).sort((A,D)=>A[1]-D[1]),O=((r=L.filter(A=>A[2].slice(0,Ht(A[0])?2:3).every(D=>D<=0))[0])==null?void 0:r[0])||L[0][0];return O!==l?{data:{index:_+1,overflows:E},reset:{placement:O}}:{}}}},y0=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n,s;const{placement:r,middlewareData:i,rects:o,initialPlacement:l,platform:a,elements:c}=t,{mainAxis:f=!0,crossAxis:u=!0,fallbackPlacements:d,fallbackStrategy:h="bestFit",fallbackAxisSideDirection:m="none",flipAlignment:g=!0,...b}=Cs(e,t);if((n=i.arrow)!=null&&n.alignmentOffset)return{};const _=sn(r),v=ws(l),p=sn(l)===l,y=await(a.isRTL==null?void 0:a.isRTL(c.floating)),E=d||(p||!g?[co(l)]:c0(l)),C=m!=="none";!d&&C&&E.push(...f0(l,g,m,y));const L=[l,...E],R=await Vo(t,b),O=[];let A=((s=i.flip)==null?void 0:s.overflows)||[];if(f&&O.push(R[_]),u){const X=Np(r,o,y);O.push(R[X[0]],R[X[1]])}if(A=[...A,{placement:r,overflows:O}],!O.every(X=>X<=0)){var D,N;const X=(((D=i.flip)==null?void 0:D.index)||0)+1,se=L[X];if(se)return{data:{index:X,overflows:A},reset:{placement:se}};let W=(N=A.filter(q=>q.overflows[0]<=0).sort((q,G)=>q.overflows[1]-G.overflows[1])[0])==null?void 0:N.placement;if(!W)switch(h){case"bestFit":{var B;const q=(B=A.filter(G=>{if(C){const re=ws(G.placement);return re===v||re==="y"}return!0}).map(G=>[G.placement,G.overflows.filter(re=>re>0).reduce((re,xe)=>re+xe,0)]).sort((G,re)=>G[1]-re[1])[0])==null?void 0:B[0];q&&(W=q);break}case"initialPlacement":W=l;break}if(r!==W)return{reset:{placement:W}}}return{}}}};async function _0(e,t){const{placement:n,platform:s,elements:r}=e,i=await(s.isRTL==null?void 0:s.isRTL(r.floating)),o=sn(n),l=Ht(n),a=ws(n)==="y",c=["left","top"].includes(o)?-1:1,f=i&&a?-1:1,u=Cs(t,e);let{mainAxis:d,crossAxis:h,alignmentAxis:m}=typeof u=="number"?{mainAxis:u,crossAxis:0,alignmentAxis:null}:{mainAxis:u.mainAxis||0,crossAxis:u.crossAxis||0,alignmentAxis:u.alignmentAxis};return l&&typeof m=="number"&&(h=l==="end"?m*-1:m),a?{x:h*f,y:d*c}:{x:d*c,y:h*f}}const v0=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var n,s;const{x:r,y:i,placement:o,middlewareData:l}=t,a=await _0(t,e);return o===((n=l.offset)==null?void 0:n.placement)&&(s=l.arrow)!=null&&s.alignmentOffset?{}:{x:r+a.x,y:i+a.y,data:{...a,placement:o}}}}},b0=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:s,placement:r}=t,{mainAxis:i=!0,crossAxis:o=!1,limiter:l={fn:b=>{let{x:_,y:v}=b;return{x:_,y:v}}},...a}=Cs(e,t),c={x:n,y:s},f=await Vo(t,a),u=ws(sn(r)),d=kp(u);let h=c[d],m=c[u];if(i){const b=d==="y"?"top":"left",_=d==="y"?"bottom":"right",v=h+f[b],p=h-f[_];h=ea(v,h,p)}if(o){const b=u==="y"?"top":"left",_=u==="y"?"bottom":"right",v=m+f[b],p=m-f[_];m=ea(v,m,p)}const g=l.fn({...t,[d]:h,[u]:m});return{...g,data:{x:g.x-n,y:g.y-s,enabled:{[d]:i,[u]:o}}}}}},w0=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var n,s;const{placement:r,rects:i,platform:o,elements:l}=t,{apply:a=()=>{},...c}=Cs(e,t),f=await Vo(t,c),u=sn(r),d=Ht(r),h=ws(r)==="y",{width:m,height:g}=i.floating;let b,_;u==="top"||u==="bottom"?(b=u,_=d===(await(o.isRTL==null?void 0:o.isRTL(l.floating))?"start":"end")?"left":"right"):(_=u,b=d==="end"?"top":"bottom");const v=g-f.top-f.bottom,p=m-f.left-f.right,y=Gr(g-f[b],v),E=Gr(m-f[_],p),C=!t.middlewareData.shift;let L=y,R=E;if((n=t.middlewareData.shift)!=null&&n.enabled.x&&(R=p),(s=t.middlewareData.shift)!=null&&s.enabled.y&&(L=v),C&&!d){const A=as(f.left,0),D=as(f.right,0),N=as(f.top,0),B=as(f.bottom,0);h?R=m-2*(A!==0||D!==0?A+D:as(f.left,f.right)):L=g-2*(N!==0||B!==0?N+B:as(f.top,f.bottom))}await a({...t,availableWidth:R,availableHeight:L});const O=await o.getDimensions(l.floating);return m!==O.width||g!==O.height?{reset:{rects:!0}}:{}}}};function At(e){var t;return((t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Zt(e){return At(e).getComputedStyle(e)}const zu=Math.min,Rr=Math.max,uo=Math.round;function Mp(e){const t=Zt(e);let n=parseFloat(t.width),s=parseFloat(t.height);const r=e.offsetWidth,i=e.offsetHeight,o=uo(n)!==r||uo(s)!==i;return o&&(n=r,s=i),{width:n,height:s,fallback:o}}function Zn(e){return $p(e)?(e.nodeName||"").toLowerCase():""}let Oi;function Dp(){if(Oi)return Oi;const e=navigator.userAgentData;return e&&Array.isArray(e.brands)?(Oi=e.brands.map(t=>t.brand+"/"+t.version).join(" "),Oi):navigator.userAgent}function en(e){return e instanceof At(e).HTMLElement}function qn(e){return e instanceof At(e).Element}function $p(e){return e instanceof At(e).Node}function Yu(e){return typeof ShadowRoot>"u"?!1:e instanceof At(e).ShadowRoot||e instanceof ShadowRoot}function Bo(e){const{overflow:t,overflowX:n,overflowY:s,display:r}=Zt(e);return/auto|scroll|overlay|hidden|clip/.test(t+s+n)&&!["inline","contents"].includes(r)}function E0(e){return["table","td","th"].includes(Zn(e))}function ta(e){const t=/firefox/i.test(Dp()),n=Zt(e),s=n.backdropFilter||n.WebkitBackdropFilter;return n.transform!=="none"||n.perspective!=="none"||!!s&&s!=="none"||t&&n.willChange==="filter"||t&&!!n.filter&&n.filter!=="none"||["transform","perspective"].some(r=>n.willChange.includes(r))||["paint","layout","strict","content"].some(r=>{const i=n.contain;return i!=null&&i.includes(r)})}function Fp(){return!/^((?!chrome|android).)*safari/i.test(Dp())}function oc(e){return["html","body","#document"].includes(Zn(e))}function Hp(e){return qn(e)?e:e.contextElement}const jp={x:1,y:1};function js(e){const t=Hp(e);if(!en(t))return jp;const n=t.getBoundingClientRect(),{width:s,height:r,fallback:i}=Mp(t);let o=(i?uo(n.width):n.width)/s,l=(i?uo(n.height):n.height)/r;return o&&Number.isFinite(o)||(o=1),l&&Number.isFinite(l)||(l=1),{x:o,y:l}}function Qr(e,t,n,s){var r,i;t===void 0&&(t=!1),n===void 0&&(n=!1);const o=e.getBoundingClientRect(),l=Hp(e);let a=jp;t&&(s?qn(s)&&(a=js(s)):a=js(e));const c=l?At(l):window,f=!Fp()&&n;let u=(o.left+(f&&((r=c.visualViewport)==null?void 0:r.offsetLeft)||0))/a.x,d=(o.top+(f&&((i=c.visualViewport)==null?void 0:i.offsetTop)||0))/a.y,h=o.width/a.x,m=o.height/a.y;if(l){const g=At(l),b=s&&qn(s)?At(s):s;let _=g.frameElement;for(;_&&s&&b!==g;){const v=js(_),p=_.getBoundingClientRect(),y=getComputedStyle(_);p.x+=(_.clientLeft+parseFloat(y.paddingLeft))*v.x,p.y+=(_.clientTop+parseFloat(y.paddingTop))*v.y,u*=v.x,d*=v.y,h*=v.x,m*=v.y,u+=p.x,d+=p.y,_=At(_).frameElement}}return{width:h,height:m,top:d,right:u+h,bottom:d+m,left:u,x:u,y:d}}function Gn(e){return(($p(e)?e.ownerDocument:e.document)||window.document).documentElement}function Wo(e){return qn(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Up(e){return Qr(Gn(e)).left+Wo(e).scrollLeft}function zr(e){if(Zn(e)==="html")return e;const t=e.assignedSlot||e.parentNode||Yu(e)&&e.host||Gn(e);return Yu(t)?t.host:t}function Vp(e){const t=zr(e);return oc(t)?t.ownerDocument.body:en(t)&&Bo(t)?t:Vp(t)}function fo(e,t){var n;t===void 0&&(t=[]);const s=Vp(e),r=s===((n=e.ownerDocument)==null?void 0:n.body),i=At(s);return r?t.concat(i,i.visualViewport||[],Bo(s)?s:[]):t.concat(s,fo(s))}function Xu(e,t,n){return t==="viewport"?Ar(function(s,r){const i=At(s),o=Gn(s),l=i.visualViewport;let a=o.clientWidth,c=o.clientHeight,f=0,u=0;if(l){a=l.width,c=l.height;const d=Fp();(d||!d&&r==="fixed")&&(f=l.offsetLeft,u=l.offsetTop)}return{width:a,height:c,x:f,y:u}}(e,n)):qn(t)?Ar(function(s,r){const i=Qr(s,!0,r==="fixed"),o=i.top+s.clientTop,l=i.left+s.clientLeft,a=en(s)?js(s):{x:1,y:1};return{width:s.clientWidth*a.x,height:s.clientHeight*a.y,x:l*a.x,y:o*a.y}}(t,n)):Ar(function(s){const r=Gn(s),i=Wo(s),o=s.ownerDocument.body,l=Rr(r.scrollWidth,r.clientWidth,o.scrollWidth,o.clientWidth),a=Rr(r.scrollHeight,r.clientHeight,o.scrollHeight,o.clientHeight);let c=-i.scrollLeft+Up(s);const f=-i.scrollTop;return Zt(o).direction==="rtl"&&(c+=Rr(r.clientWidth,o.clientWidth)-l),{width:l,height:a,x:c,y:f}}(Gn(e)))}function Ju(e){return en(e)&&Zt(e).position!=="fixed"?e.offsetParent:null}function Zu(e){const t=At(e);let n=Ju(e);for(;n&&E0(n)&&Zt(n).position==="static";)n=Ju(n);return n&&(Zn(n)==="html"||Zn(n)==="body"&&Zt(n).position==="static"&&!ta(n))?t:n||function(s){let r=zr(s);for(;en(r)&&!oc(r);){if(ta(r))return r;r=zr(r)}return null}(e)||t}function T0(e,t,n){const s=en(t),r=Gn(t),i=Qr(e,!0,n==="fixed",t);let o={scrollLeft:0,scrollTop:0};const l={x:0,y:0};if(s||!s&&n!=="fixed")if((Zn(t)!=="body"||Bo(r))&&(o=Wo(t)),en(t)){const a=Qr(t,!0);l.x=a.x+t.clientLeft,l.y=a.y+t.clientTop}else r&&(l.x=Up(r));return{x:i.left+o.scrollLeft-l.x,y:i.top+o.scrollTop-l.y,width:i.width,height:i.height}}const S0={getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:s,strategy:r}=e;const i=n==="clippingAncestors"?function(c,f){const u=f.get(c);if(u)return u;let d=fo(c).filter(b=>qn(b)&&Zn(b)!=="body"),h=null;const m=Zt(c).position==="fixed";let g=m?zr(c):c;for(;qn(g)&&!oc(g);){const b=Zt(g),_=ta(g);(m?_||h:_||b.position!=="static"||!h||!["absolute","fixed"].includes(h.position))?h=b:d=d.filter(v=>v!==g),g=zr(g)}return f.set(c,d),d}(t,this._c):[].concat(n),o=[...i,s],l=o[0],a=o.reduce((c,f)=>{const u=Xu(t,f,r);return c.top=Rr(u.top,c.top),c.right=zu(u.right,c.right),c.bottom=zu(u.bottom,c.bottom),c.left=Rr(u.left,c.left),c},Xu(t,l,r));return{width:a.right-a.left,height:a.bottom-a.top,x:a.left,y:a.top}},convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{rect:t,offsetParent:n,strategy:s}=e;const r=en(n),i=Gn(n);if(n===i)return t;let o={scrollLeft:0,scrollTop:0},l={x:1,y:1};const a={x:0,y:0};if((r||!r&&s!=="fixed")&&((Zn(n)!=="body"||Bo(i))&&(o=Wo(n)),en(n))){const c=Qr(n);l=js(n),a.x=c.x+n.clientLeft,a.y=c.y+n.clientTop}return{width:t.width*l.x,height:t.height*l.y,x:t.x*l.x-o.scrollLeft*l.x+a.x,y:t.y*l.y-o.scrollTop*l.y+a.y}},isElement:qn,getDimensions:function(e){return en(e)?Mp(e):e.getBoundingClientRect()},getOffsetParent:Zu,getDocumentElement:Gn,getScale:js,async getElementRects(e){let{reference:t,floating:n,strategy:s}=e;const r=this.getOffsetParent||Zu,i=this.getDimensions;return{reference:T0(t,await r(n),s),floating:{x:0,y:0,...await i(n)}}},getClientRects:e=>Array.from(e.getClientRects()),isRTL:e=>Zt(e).direction==="rtl"},C0=(e,t,n)=>{const s=new Map,r={platform:S0,...n},i={...r.platform,_c:s};return h0(e,t,{...r,platform:i})};function Bp(e,t){for(const n in t)Object.prototype.hasOwnProperty.call(t,n)&&(typeof t[n]=="object"&&e[n]?Bp(e[n],t[n]):e[n]=t[n])}const jt={disabled:!1,distance:5,skidding:0,container:"body",boundary:void 0,instantMove:!1,disposeTimeout:150,popperTriggers:[],strategy:"absolute",preventOverflow:!0,flip:!0,shift:!0,overflowPadding:0,arrowPadding:0,arrowOverflow:!0,autoHideOnMousedown:!1,themes:{tooltip:{placement:"top",triggers:["hover","focus","touch"],hideTriggers:e=>[...e,"click"],delay:{show:200,hide:0},handleResize:!1,html:!1,loadingContent:"..."},dropdown:{placement:"bottom",triggers:["click"],delay:0,handleResize:!0,autoHide:!0},menu:{$extend:"dropdown",triggers:["hover","focus"],popperTriggers:["hover"],delay:{show:0,hide:400}}}};function Yr(e,t){let n=jt.themes[e]||{},s;do s=n[t],typeof s>"u"?n.$extend?n=jt.themes[n.$extend]||{}:(n=null,s=jt[t]):n=null;while(n);return s}function P0(e){const t=[e];let n=jt.themes[e]||{};do n.$extend&&!n.$resetCss?(t.push(n.$extend),n=jt.themes[n.$extend]||{}):n=null;while(n);return t.map(s=>`v-popper--theme-${s}`)}function ef(e){const t=[e];let n=jt.themes[e]||{};do n.$extend?(t.push(n.$extend),n=jt.themes[n.$extend]||{}):n=null;while(n);return t}let sr=!1;if(typeof window<"u"){sr=!1;try{const e=Object.defineProperty({},"passive",{get(){sr=!0}});window.addEventListener("test",null,e)}catch{}}let Wp=!1;typeof window<"u"&&typeof navigator<"u"&&(Wp=/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream);const Kp=["auto","top","bottom","left","right"].reduce((e,t)=>e.concat([t,`${t}-start`,`${t}-end`]),[]),tf={hover:"mouseenter",focus:"focus",click:"click",touch:"touchstart",pointer:"pointerdown"},nf={hover:"mouseleave",focus:"blur",click:"click",touch:"touchend",pointer:"pointerup"};function sf(e,t){const n=e.indexOf(t);n!==-1&&e.splice(n,1)}function hl(){return new Promise(e=>requestAnimationFrame(()=>{requestAnimationFrame(e)}))}const Mt=[];let ls=null;const rf={};function of(e){let t=rf[e];return t||(t=rf[e]=[]),t}let na=function(){};typeof window<"u"&&(na=window.Element);function he(e){return function(t){return Yr(t.theme,e)}}const pl="__floating-vue__popper",qp=()=>_t({name:"VPopper",provide(){return{[pl]:{parentPopper:this}}},inject:{[pl]:{default:null}},props:{theme:{type:String,required:!0},targetNodes:{type:Function,required:!0},referenceNode:{type:Function,default:null},popperNode:{type:Function,required:!0},shown:{type:Boolean,default:!1},showGroup:{type:String,default:null},ariaId:{default:null},disabled:{type:Boolean,default:he("disabled")},positioningDisabled:{type:Boolean,default:he("positioningDisabled")},placement:{type:String,default:he("placement"),validator:e=>Kp.includes(e)},delay:{type:[String,Number,Object],default:he("delay")},distance:{type:[Number,String],default:he("distance")},skidding:{type:[Number,String],default:he("skidding")},triggers:{type:Array,default:he("triggers")},showTriggers:{type:[Array,Function],default:he("showTriggers")},hideTriggers:{type:[Array,Function],default:he("hideTriggers")},popperTriggers:{type:Array,default:he("popperTriggers")},popperShowTriggers:{type:[Array,Function],default:he("popperShowTriggers")},popperHideTriggers:{type:[Array,Function],default:he("popperHideTriggers")},container:{type:[String,Object,na,Boolean],default:he("container")},boundary:{type:[String,na],default:he("boundary")},strategy:{type:String,validator:e=>["absolute","fixed"].includes(e),default:he("strategy")},autoHide:{type:[Boolean,Function],default:he("autoHide")},handleResize:{type:Boolean,default:he("handleResize")},instantMove:{type:Boolean,default:he("instantMove")},eagerMount:{type:Boolean,default:he("eagerMount")},popperClass:{type:[String,Array,Object],default:he("popperClass")},computeTransformOrigin:{type:Boolean,default:he("computeTransformOrigin")},autoMinSize:{type:Boolean,default:he("autoMinSize")},autoSize:{type:[Boolean,String],default:he("autoSize")},autoMaxSize:{type:Boolean,default:he("autoMaxSize")},autoBoundaryMaxSize:{type:Boolean,default:he("autoBoundaryMaxSize")},preventOverflow:{type:Boolean,default:he("preventOverflow")},overflowPadding:{type:[Number,String],default:he("overflowPadding")},arrowPadding:{type:[Number,String],default:he("arrowPadding")},arrowOverflow:{type:Boolean,default:he("arrowOverflow")},flip:{type:Boolean,default:he("flip")},shift:{type:Boolean,default:he("shift")},shiftCrossAxis:{type:Boolean,default:he("shiftCrossAxis")},noAutoFocus:{type:Boolean,default:he("noAutoFocus")},disposeTimeout:{type:Number,default:he("disposeTimeout")}},emits:{show:()=>!0,hide:()=>!0,"update:shown":e=>!0,"apply-show":()=>!0,"apply-hide":()=>!0,"close-group":()=>!0,"close-directive":()=>!0,"auto-hide":()=>!0,resize:()=>!0},data(){return{isShown:!1,isMounted:!1,skipTransition:!1,classes:{showFrom:!1,showTo:!1,hideFrom:!1,hideTo:!0},result:{x:0,y:0,placement:"",strategy:this.strategy,arrow:{x:0,y:0,centerOffset:0},transformOrigin:null},randomId:`popper_${[Math.random(),Date.now()].map(e=>e.toString(36).substring(2,10)).join("_")}`,shownChildren:new Set,lastAutoHide:!0,pendingHide:!1,containsGlobalTarget:!1,isDisposed:!0,mouseDownContains:!1}},computed:{popperId(){return this.ariaId!=null?this.ariaId:this.randomId},shouldMountContent(){return this.eagerMount||this.isMounted},slotData(){return{popperId:this.popperId,isShown:this.isShown,shouldMountContent:this.shouldMountContent,skipTransition:this.skipTransition,autoHide:typeof this.autoHide=="function"?this.lastAutoHide:this.autoHide,show:this.show,hide:this.hide,handleResize:this.handleResize,onResize:this.onResize,classes:{...this.classes,popperClass:this.popperClass},result:this.positioningDisabled?null:this.result,attrs:this.$attrs}},parentPopper(){var e;return(e=this[pl])==null?void 0:e.parentPopper},hasPopperShowTriggerHover(){var e,t;return((e=this.popperTriggers)==null?void 0:e.includes("hover"))||((t=this.popperShowTriggers)==null?void 0:t.includes("hover"))}},watch:{shown:"$_autoShowHide",disabled(e){e?this.dispose():this.init()},async container(){this.isShown&&(this.$_ensureTeleport(),await this.$_computePosition())},triggers:{handler:"$_refreshListeners",deep:!0},positioningDisabled:"$_refreshListeners",...["placement","distance","skidding","boundary","strategy","overflowPadding","arrowPadding","preventOverflow","shift","shiftCrossAxis","flip"].reduce((e,t)=>(e[t]="$_computePosition",e),{})},created(){this.autoMinSize&&console.warn('[floating-vue] `autoMinSize` option is deprecated. Use `autoSize="min"` instead.'),this.autoMaxSize&&console.warn("[floating-vue] `autoMaxSize` option is deprecated. Use `autoBoundaryMaxSize` instead.")},mounted(){this.init(),this.$_detachPopperNode()},activated(){this.$_autoShowHide()},deactivated(){this.hide()},beforeUnmount(){this.dispose()},methods:{show({event:e=null,skipDelay:t=!1,force:n=!1}={}){var s,r;(s=this.parentPopper)!=null&&s.lockedChild&&this.parentPopper.lockedChild!==this||(this.pendingHide=!1,(n||!this.disabled)&&(((r=this.parentPopper)==null?void 0:r.lockedChild)===this&&(this.parentPopper.lockedChild=null),this.$_scheduleShow(e,t),this.$emit("show"),this.$_showFrameLocked=!0,requestAnimationFrame(()=>{this.$_showFrameLocked=!1})),this.$emit("update:shown",!0))},hide({event:e=null,skipDelay:t=!1}={}){var n;if(!this.$_hideInProgress){if(this.shownChildren.size>0){this.pendingHide=!0;return}if(this.hasPopperShowTriggerHover&&this.$_isAimingPopper()){this.parentPopper&&(this.parentPopper.lockedChild=this,clearTimeout(this.parentPopper.lockedChildTimer),this.parentPopper.lockedChildTimer=setTimeout(()=>{this.parentPopper.lockedChild===this&&(this.parentPopper.lockedChild.hide({skipDelay:t}),this.parentPopper.lockedChild=null)},1e3));return}((n=this.parentPopper)==null?void 0:n.lockedChild)===this&&(this.parentPopper.lockedChild=null),this.pendingHide=!1,this.$_scheduleHide(e,t),this.$emit("hide"),this.$emit("update:shown",!1)}},init(){var e;this.isDisposed&&(this.isDisposed=!1,this.isMounted=!1,this.$_events=[],this.$_preventShow=!1,this.$_referenceNode=((e=this.referenceNode)==null?void 0:e.call(this))??this.$el,this.$_targetNodes=this.targetNodes().filter(t=>t.nodeType===t.ELEMENT_NODE),this.$_popperNode=this.popperNode(),this.$_innerNode=this.$_popperNode.querySelector(".v-popper__inner"),this.$_arrowNode=this.$_popperNode.querySelector(".v-popper__arrow-container"),this.$_swapTargetAttrs("title","data-original-title"),this.$_detachPopperNode(),this.triggers.length&&this.$_addEventListeners(),this.shown&&this.show())},dispose(){this.isDisposed||(this.isDisposed=!0,this.$_removeEventListeners(),this.hide({skipDelay:!0}),this.$_detachPopperNode(),this.isMounted=!1,this.isShown=!1,this.$_updateParentShownChildren(!1),this.$_swapTargetAttrs("data-original-title","title"))},async onResize(){this.isShown&&(await this.$_computePosition(),this.$emit("resize"))},async $_computePosition(){if(this.isDisposed||this.positioningDisabled)return;const e={strategy:this.strategy,middleware:[]};(this.distance||this.skidding)&&e.middleware.push(v0({mainAxis:this.distance,crossAxis:this.skidding}));const t=this.placement.startsWith("auto");if(t?e.middleware.push(g0({alignment:this.placement.split("-")[1]??""})):e.placement=this.placement,this.preventOverflow&&(this.shift&&e.middleware.push(b0({padding:this.overflowPadding,boundary:this.boundary,crossAxis:this.shiftCrossAxis})),!t&&this.flip&&e.middleware.push(y0({padding:this.overflowPadding,boundary:this.boundary}))),e.middleware.push(p0({element:this.$_arrowNode,padding:this.arrowPadding})),this.arrowOverflow&&e.middleware.push({name:"arrowOverflow",fn:({placement:s,rects:r,middlewareData:i})=>{let o;const{centerOffset:l}=i.arrow;return s.startsWith("top")||s.startsWith("bottom")?o=Math.abs(l)>r.reference.width/2:o=Math.abs(l)>r.reference.height/2,{data:{overflow:o}}}}),this.autoMinSize||this.autoSize){const s=this.autoSize?this.autoSize:this.autoMinSize?"min":null;e.middleware.push({name:"autoSize",fn:({rects:r,placement:i,middlewareData:o})=>{var l;if((l=o.autoSize)!=null&&l.skip)return{};let a,c;return i.startsWith("top")||i.startsWith("bottom")?a=r.reference.width:c=r.reference.height,this.$_innerNode.style[s==="min"?"minWidth":s==="max"?"maxWidth":"width"]=a!=null?`${a}px`:null,this.$_innerNode.style[s==="min"?"minHeight":s==="max"?"maxHeight":"height"]=c!=null?`${c}px`:null,{data:{skip:!0},reset:{rects:!0}}}})}(this.autoMaxSize||this.autoBoundaryMaxSize)&&(this.$_innerNode.style.maxWidth=null,this.$_innerNode.style.maxHeight=null,e.middleware.push(w0({boundary:this.boundary,padding:this.overflowPadding,apply:({availableWidth:s,availableHeight:r})=>{this.$_innerNode.style.maxWidth=s!=null?`${s}px`:null,this.$_innerNode.style.maxHeight=r!=null?`${r}px`:null}})));const n=await C0(this.$_referenceNode,this.$_popperNode,e);Object.assign(this.result,{x:n.x,y:n.y,placement:n.placement,strategy:n.strategy,arrow:{...n.middlewareData.arrow,...n.middlewareData.arrowOverflow}})},$_scheduleShow(e,t=!1){if(this.$_updateParentShownChildren(!0),this.$_hideInProgress=!1,clearTimeout(this.$_scheduleTimer),ls&&this.instantMove&&ls.instantMove&&ls!==this.parentPopper){ls.$_applyHide(!0),this.$_applyShow(!0);return}t?this.$_applyShow():this.$_scheduleTimer=setTimeout(this.$_applyShow.bind(this),this.$_computeDelay("show"))},$_scheduleHide(e,t=!1){if(this.shownChildren.size>0){this.pendingHide=!0;return}this.$_updateParentShownChildren(!1),this.$_hideInProgress=!0,clearTimeout(this.$_scheduleTimer),this.isShown&&(ls=this),t?this.$_applyHide():this.$_scheduleTimer=setTimeout(this.$_applyHide.bind(this),this.$_computeDelay("hide"))},$_computeDelay(e){const t=this.delay;return parseInt(t&&t[e]||t||0)},async $_applyShow(e=!1){clearTimeout(this.$_disposeTimer),clearTimeout(this.$_scheduleTimer),this.skipTransition=e,!this.isShown&&(this.$_ensureTeleport(),await hl(),await this.$_computePosition(),await this.$_applyShowEffect(),this.positioningDisabled||this.$_registerEventListeners([...fo(this.$_referenceNode),...fo(this.$_popperNode)],"scroll",()=>{this.$_computePosition()}))},async $_applyShowEffect(){if(this.$_hideInProgress)return;if(this.computeTransformOrigin){const t=this.$_referenceNode.getBoundingClientRect(),n=this.$_popperNode.querySelector(".v-popper__wrapper"),s=n.parentNode.getBoundingClientRect(),r=t.x+t.width/2-(s.left+n.offsetLeft),i=t.y+t.height/2-(s.top+n.offsetTop);this.result.transformOrigin=`${r}px ${i}px`}this.isShown=!0,this.$_applyAttrsToTarget({"aria-describedby":this.popperId,"data-popper-shown":""});const e=this.showGroup;if(e){let t;for(let n=0;n<Mt.length;n++)t=Mt[n],t.showGroup!==e&&(t.hide(),t.$emit("close-group"))}Mt.push(this),document.body.classList.add("v-popper--some-open");for(const t of ef(this.theme))of(t).push(this),document.body.classList.add(`v-popper--some-open--${t}`);this.$emit("apply-show"),this.classes.showFrom=!0,this.classes.showTo=!1,this.classes.hideFrom=!1,this.classes.hideTo=!1,await hl(),this.classes.showFrom=!1,this.classes.showTo=!0,this.noAutoFocus||this.$_popperNode.focus()},async $_applyHide(e=!1){if(this.shownChildren.size>0){this.pendingHide=!0,this.$_hideInProgress=!1;return}if(clearTimeout(this.$_scheduleTimer),!this.isShown)return;this.skipTransition=e,sf(Mt,this),Mt.length===0&&document.body.classList.remove("v-popper--some-open");for(const n of ef(this.theme)){const s=of(n);sf(s,this),s.length===0&&document.body.classList.remove(`v-popper--some-open--${n}`)}ls===this&&(ls=null),this.isShown=!1,this.$_applyAttrsToTarget({"aria-describedby":void 0,"data-popper-shown":void 0}),clearTimeout(this.$_disposeTimer);const t=this.disposeTimeout;t!==null&&(this.$_disposeTimer=setTimeout(()=>{this.$_popperNode&&(this.$_detachPopperNode(),this.isMounted=!1)},t)),this.$_removeEventListeners("scroll"),this.$emit("apply-hide"),this.classes.showFrom=!1,this.classes.showTo=!1,this.classes.hideFrom=!0,this.classes.hideTo=!1,await hl(),this.classes.hideFrom=!1,this.classes.hideTo=!0},$_autoShowHide(){this.shown?this.show():this.hide()},$_ensureTeleport(){if(this.isDisposed)return;let e=this.container;if(typeof e=="string"?e=window.document.querySelector(e):e===!1&&(e=this.$_targetNodes[0].parentNode),!e)throw new Error("No container for popover: "+this.container);e.appendChild(this.$_popperNode),this.isMounted=!0},$_addEventListeners(){const e=n=>{this.isShown&&!this.$_hideInProgress||(n.usedByTooltip=!0,!this.$_preventShow&&this.show({event:n}))};this.$_registerTriggerListeners(this.$_targetNodes,tf,this.triggers,this.showTriggers,e),this.$_registerTriggerListeners([this.$_popperNode],tf,this.popperTriggers,this.popperShowTriggers,e);const t=n=>{n.usedByTooltip||this.hide({event:n})};this.$_registerTriggerListeners(this.$_targetNodes,nf,this.triggers,this.hideTriggers,t),this.$_registerTriggerListeners([this.$_popperNode],nf,this.popperTriggers,this.popperHideTriggers,t)},$_registerEventListeners(e,t,n){this.$_events.push({targetNodes:e,eventType:t,handler:n}),e.forEach(s=>s.addEventListener(t,n,sr?{passive:!0}:void 0))},$_registerTriggerListeners(e,t,n,s,r){let i=n;s!=null&&(i=typeof s=="function"?s(i):s),i.forEach(o=>{const l=t[o];l&&this.$_registerEventListeners(e,l,r)})},$_removeEventListeners(e){const t=[];this.$_events.forEach(n=>{const{targetNodes:s,eventType:r,handler:i}=n;!e||e===r?s.forEach(o=>o.removeEventListener(r,i)):t.push(n)}),this.$_events=t},$_refreshListeners(){this.isDisposed||(this.$_removeEventListeners(),this.$_addEventListeners())},$_handleGlobalClose(e,t=!1){this.$_showFrameLocked||(this.hide({event:e}),e.closePopover?this.$emit("close-directive"):this.$emit("auto-hide"),t&&(this.$_preventShow=!0,setTimeout(()=>{this.$_preventShow=!1},300)))},$_detachPopperNode(){this.$_popperNode.parentNode&&this.$_popperNode.parentNode.removeChild(this.$_popperNode)},$_swapTargetAttrs(e,t){for(const n of this.$_targetNodes){const s=n.getAttribute(e);s&&(n.removeAttribute(e),n.setAttribute(t,s))}},$_applyAttrsToTarget(e){for(const t of this.$_targetNodes)for(const n in e){const s=e[n];s==null?t.removeAttribute(n):t.setAttribute(n,s)}},$_updateParentShownChildren(e){let t=this.parentPopper;for(;t;)e?t.shownChildren.add(this.randomId):(t.shownChildren.delete(this.randomId),t.pendingHide&&t.hide()),t=t.parentPopper},$_isAimingPopper(){const e=this.$_referenceNode.getBoundingClientRect();if(Lr>=e.left&&Lr<=e.right&&xr>=e.top&&xr<=e.bottom){const t=this.$_popperNode.getBoundingClientRect(),n=Lr-xn,s=xr-kn,r=t.left+t.width/2-xn+(t.top+t.height/2)-kn+t.width+t.height,i=xn+n*r,o=kn+s*r;return Ai(xn,kn,i,o,t.left,t.top,t.left,t.bottom)||Ai(xn,kn,i,o,t.left,t.top,t.right,t.top)||Ai(xn,kn,i,o,t.right,t.top,t.right,t.bottom)||Ai(xn,kn,i,o,t.left,t.bottom,t.right,t.bottom)}return!1}},render(){return this.$slots.default(this.slotData)}});if(typeof document<"u"&&typeof window<"u"){if(Wp){const e=sr?{passive:!0,capture:!0}:!0;document.addEventListener("touchstart",t=>lf(t,!0),e),document.addEventListener("touchend",t=>af(t,!0),e)}else window.addEventListener("mousedown",e=>lf(e,!1),!0),window.addEventListener("click",e=>af(e,!1),!0);window.addEventListener("resize",A0)}function lf(e,t){if(jt.autoHideOnMousedown)Gp(e,t);else for(let n=0;n<Mt.length;n++){const s=Mt[n];try{s.mouseDownContains=s.popperNode().contains(e.target)}catch{}}}function af(e,t){jt.autoHideOnMousedown||Gp(e,t)}function Gp(e,t){const n={};for(let s=Mt.length-1;s>=0;s--){const r=Mt[s];try{const i=r.containsGlobalTarget=r.mouseDownContains||r.popperNode().contains(e.target);r.pendingHide=!1,requestAnimationFrame(()=>{if(r.pendingHide=!1,!n[r.randomId]&&cf(r,i,e)){if(r.$_handleGlobalClose(e,t),!e.closeAllPopover&&e.closePopover&&i){let l=r.parentPopper;for(;l;)n[l.randomId]=!0,l=l.parentPopper;return}let o=r.parentPopper;for(;o&&cf(o,o.containsGlobalTarget,e);)o.$_handleGlobalClose(e,t),o=o.parentPopper}})}catch{}}}function cf(e,t,n){return n.closeAllPopover||n.closePopover&&t||O0(e,n)&&!t}function O0(e,t){if(typeof e.autoHide=="function"){const n=e.autoHide(t);return e.lastAutoHide=n,n}return e.autoHide}function A0(){for(let e=0;e<Mt.length;e++)Mt[e].$_computePosition()}let xn=0,kn=0,Lr=0,xr=0;typeof window<"u"&&window.addEventListener("mousemove",e=>{xn=Lr,kn=xr,Lr=e.clientX,xr=e.clientY},sr?{passive:!0}:void 0);function Ai(e,t,n,s,r,i,o,l){const a=((o-r)*(t-i)-(l-i)*(e-r))/((l-i)*(n-e)-(o-r)*(s-t)),c=((n-e)*(t-i)-(s-t)*(e-r))/((l-i)*(n-e)-(o-r)*(s-t));return a>=0&&a<=1&&c>=0&&c<=1}const R0={extends:qp()},Ko=(e,t)=>{const n=e.__vccOpts||e;for(const[s,r]of t)n[s]=r;return n};function L0(e,t,n,s,r,i){return dt(),er("div",{ref:"reference",class:ns(["v-popper",{"v-popper--shown":e.slotData.isShown}])},[jr(e.$slots,"default",cd(Qa(e.slotData)))],2)}const x0=Ko(R0,[["render",L0]]);function k0(){var e=window.navigator.userAgent,t=e.indexOf("MSIE ");if(t>0)return parseInt(e.substring(t+5,e.indexOf(".",t)),10);var n=e.indexOf("Trident/");if(n>0){var s=e.indexOf("rv:");return parseInt(e.substring(s+3,e.indexOf(".",s)),10)}var r=e.indexOf("Edge/");return r>0?parseInt(e.substring(r+5,e.indexOf(".",r)),10):-1}let $i;function sa(){sa.init||(sa.init=!0,$i=k0()!==-1)}var qo={name:"ResizeObserver",props:{emitOnMount:{type:Boolean,default:!1},ignoreWidth:{type:Boolean,default:!1},ignoreHeight:{type:Boolean,default:!1}},emits:["notify"],mounted(){sa(),gt(()=>{this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.emitOnMount&&this.emitSize()});const e=document.createElement("object");this._resizeObject=e,e.setAttribute("aria-hidden","true"),e.setAttribute("tabindex",-1),e.onload=this.addResizeHandlers,e.type="text/html",$i&&this.$el.appendChild(e),e.data="about:blank",$i||this.$el.appendChild(e)},beforeUnmount(){this.removeResizeHandlers()},methods:{compareAndNotify(){(!this.ignoreWidth&&this._w!==this.$el.offsetWidth||!this.ignoreHeight&&this._h!==this.$el.offsetHeight)&&(this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.emitSize())},emitSize(){this.$emit("notify",{width:this._w,height:this._h})},addResizeHandlers(){this._resizeObject.contentDocument.defaultView.addEventListener("resize",this.compareAndNotify),this.compareAndNotify()},removeResizeHandlers(){this._resizeObject&&this._resizeObject.onload&&(!$i&&this._resizeObject.contentDocument&&this._resizeObject.contentDocument.defaultView.removeEventListener("resize",this.compareAndNotify),this.$el.removeChild(this._resizeObject),this._resizeObject.onload=null,this._resizeObject=null)}}};const N0=jd();Fd("data-v-b329ee4c");const I0={class:"resize-observer",tabindex:"-1"};Hd();const M0=N0((e,t,n,s,r,i)=>(dt(),vn("div",I0)));qo.render=M0;qo.__scopeId="data-v-b329ee4c";qo.__file="src/components/ResizeObserver.vue";const Qp=(e="theme")=>({computed:{themeClass(){return P0(this[e])}}}),D0=_t({name:"VPopperContent",components:{ResizeObserver:qo},mixins:[Qp()],props:{popperId:String,theme:String,shown:Boolean,mounted:Boolean,skipTransition:Boolean,autoHide:Boolean,handleResize:Boolean,classes:Object,result:Object},emits:["hide","resize"],methods:{toPx(e){return e!=null&&!isNaN(e)?`${e}px`:null}}}),$0=["id","aria-hidden","tabindex","data-popper-placement"],F0={ref:"inner",class:"v-popper__inner"},H0=Yt("div",{class:"v-popper__arrow-outer"},null,-1),j0=Yt("div",{class:"v-popper__arrow-inner"},null,-1),U0=[H0,j0];function V0(e,t,n,s,r,i){const o=_s("ResizeObserver");return dt(),er("div",{id:e.popperId,ref:"popover",class:ns(["v-popper__popper",[e.themeClass,e.classes.popperClass,{"v-popper__popper--shown":e.shown,"v-popper__popper--hidden":!e.shown,"v-popper__popper--show-from":e.classes.showFrom,"v-popper__popper--show-to":e.classes.showTo,"v-popper__popper--hide-from":e.classes.hideFrom,"v-popper__popper--hide-to":e.classes.hideTo,"v-popper__popper--skip-transition":e.skipTransition,"v-popper__popper--arrow-overflow":e.result&&e.result.arrow.overflow,"v-popper__popper--no-positioning":!e.result}]]),style:Wn(e.result?{position:e.result.strategy,transform:`translate3d(${Math.round(e.result.x)}px,${Math.round(e.result.y)}px,0)`}:void 0),"aria-hidden":e.shown?"false":"true",tabindex:e.autoHide?0:void 0,"data-popper-placement":e.result?e.result.placement:void 0,onKeyup:t[2]||(t[2]=ep(l=>e.autoHide&&e.$emit("hide"),["esc"]))},[Yt("div",{class:"v-popper__backdrop",onClick:t[0]||(t[0]=l=>e.autoHide&&e.$emit("hide"))}),Yt("div",{class:"v-popper__wrapper",style:Wn(e.result?{transformOrigin:e.result.transformOrigin}:void 0)},[Yt("div",F0,[e.mounted?(dt(),er(De,{key:0},[Yt("div",null,[jr(e.$slots,"default")]),e.handleResize?(dt(),vn(o,{key:0,onNotify:t[1]||(t[1]=l=>e.$emit("resize",l))})):Fl("",!0)],64)):Fl("",!0)],512),Yt("div",{ref:"arrow",class:"v-popper__arrow-container",style:Wn(e.result?{left:e.toPx(e.result.arrow.x),top:e.toPx(e.result.arrow.y)}:void 0)},U0,4)],4)],46,$0)}const zp=Ko(D0,[["render",V0]]),Yp={methods:{show(...e){return this.$refs.popper.show(...e)},hide(...e){return this.$refs.popper.hide(...e)},dispose(...e){return this.$refs.popper.dispose(...e)},onResize(...e){return this.$refs.popper.onResize(...e)}}};let ra=function(){};typeof window<"u"&&(ra=window.Element);const B0=_t({name:"VPopperWrapper",components:{Popper:x0,PopperContent:zp},mixins:[Yp,Qp("finalTheme")],props:{theme:{type:String,default:null},referenceNode:{type:Function,default:null},shown:{type:Boolean,default:!1},showGroup:{type:String,default:null},ariaId:{default:null},disabled:{type:Boolean,default:void 0},positioningDisabled:{type:Boolean,default:void 0},placement:{type:String,default:void 0},delay:{type:[String,Number,Object],default:void 0},distance:{type:[Number,String],default:void 0},skidding:{type:[Number,String],default:void 0},triggers:{type:Array,default:void 0},showTriggers:{type:[Array,Function],default:void 0},hideTriggers:{type:[Array,Function],default:void 0},popperTriggers:{type:Array,default:void 0},popperShowTriggers:{type:[Array,Function],default:void 0},popperHideTriggers:{type:[Array,Function],default:void 0},container:{type:[String,Object,ra,Boolean],default:void 0},boundary:{type:[String,ra],default:void 0},strategy:{type:String,default:void 0},autoHide:{type:[Boolean,Function],default:void 0},handleResize:{type:Boolean,default:void 0},instantMove:{type:Boolean,default:void 0},eagerMount:{type:Boolean,default:void 0},popperClass:{type:[String,Array,Object],default:void 0},computeTransformOrigin:{type:Boolean,default:void 0},autoMinSize:{type:Boolean,default:void 0},autoSize:{type:[Boolean,String],default:void 0},autoMaxSize:{type:Boolean,default:void 0},autoBoundaryMaxSize:{type:Boolean,default:void 0},preventOverflow:{type:Boolean,default:void 0},overflowPadding:{type:[Number,String],default:void 0},arrowPadding:{type:[Number,String],default:void 0},arrowOverflow:{type:Boolean,default:void 0},flip:{type:Boolean,default:void 0},shift:{type:Boolean,default:void 0},shiftCrossAxis:{type:Boolean,default:void 0},noAutoFocus:{type:Boolean,default:void 0},disposeTimeout:{type:Number,default:void 0}},emits:{show:()=>!0,hide:()=>!0,"update:shown":e=>!0,"apply-show":()=>!0,"apply-hide":()=>!0,"close-group":()=>!0,"close-directive":()=>!0,"auto-hide":()=>!0,resize:()=>!0},computed:{finalTheme(){return this.theme??this.$options.vPopperTheme}},methods:{getTargetNodes(){return Array.from(this.$el.children).filter(e=>e!==this.$refs.popperContent.$el)}}});function W0(e,t,n,s,r,i){const o=_s("PopperContent"),l=_s("Popper");return dt(),vn(l,Fo({ref:"popper"},e.$props,{theme:e.finalTheme,"target-nodes":e.getTargetNodes,"popper-node":()=>e.$refs.popperContent.$el,class:[e.themeClass],onShow:t[0]||(t[0]=()=>e.$emit("show")),onHide:t[1]||(t[1]=()=>e.$emit("hide")),"onUpdate:shown":t[2]||(t[2]=a=>e.$emit("update:shown",a)),onApplyShow:t[3]||(t[3]=()=>e.$emit("apply-show")),onApplyHide:t[4]||(t[4]=()=>e.$emit("apply-hide")),onCloseGroup:t[5]||(t[5]=()=>e.$emit("close-group")),onCloseDirective:t[6]||(t[6]=()=>e.$emit("close-directive")),onAutoHide:t[7]||(t[7]=()=>e.$emit("auto-hide")),onResize:t[8]||(t[8]=()=>e.$emit("resize"))}),{default:ys(({popperId:a,isShown:c,shouldMountContent:f,skipTransition:u,autoHide:d,show:h,hide:m,handleResize:g,onResize:b,classes:_,result:v})=>[jr(e.$slots,"default",{shown:c,show:h,hide:m}),Te(o,{ref:"popperContent","popper-id":a,theme:e.finalTheme,shown:c,mounted:f,"skip-transition":u,"auto-hide":d,"handle-resize":g,classes:_,result:v,onHide:m,onResize:b},{default:ys(()=>[jr(e.$slots,"popper",{shown:c,hide:m})]),_:2},1032,["popper-id","theme","shown","mounted","skip-transition","auto-hide","handle-resize","classes","result","onHide","onResize"])]),_:3},16,["theme","target-nodes","popper-node","class"])}const lc=Ko(B0,[["render",W0]]),K0={...lc,name:"VDropdown",vPopperTheme:"dropdown"},q0={...lc,name:"VMenu",vPopperTheme:"menu"},G0={...lc,name:"VTooltip",vPopperTheme:"tooltip"},Q0=_t({name:"VTooltipDirective",components:{Popper:qp(),PopperContent:zp},mixins:[Yp],inheritAttrs:!1,props:{theme:{type:String,default:"tooltip"},html:{type:Boolean,default:e=>Yr(e.theme,"html")},content:{type:[String,Number,Function],default:null},loadingContent:{type:String,default:e=>Yr(e.theme,"loadingContent")},targetNodes:{type:Function,required:!0}},data(){return{asyncContent:null}},computed:{isContentAsync(){return typeof this.content=="function"},loading(){return this.isContentAsync&&this.asyncContent==null},finalContent(){return this.isContentAsync?this.loading?this.loadingContent:this.asyncContent:this.content}},watch:{content:{handler(){this.fetchContent(!0)},immediate:!0},async finalContent(){await this.$nextTick(),this.$refs.popper.onResize()}},created(){this.$_fetchId=0},methods:{fetchContent(e){if(typeof this.content=="function"&&this.$_isShown&&(e||!this.$_loading&&this.asyncContent==null)){this.asyncContent=null,this.$_loading=!0;const t=++this.$_fetchId,n=this.content(this);n.then?n.then(s=>this.onResult(t,s)):this.onResult(t,n)}},onResult(e,t){e===this.$_fetchId&&(this.$_loading=!1,this.asyncContent=t)},onShow(){this.$_isShown=!0,this.fetchContent()},onHide(){this.$_isShown=!1}}}),z0=["innerHTML"],Y0=["textContent"];function X0(e,t,n,s,r,i){const o=_s("PopperContent"),l=_s("Popper");return dt(),vn(l,Fo({ref:"popper"},e.$attrs,{theme:e.theme,"target-nodes":e.targetNodes,"popper-node":()=>e.$refs.popperContent.$el,onApplyShow:e.onShow,onApplyHide:e.onHide}),{default:ys(({popperId:a,isShown:c,shouldMountContent:f,skipTransition:u,autoHide:d,hide:h,handleResize:m,onResize:g,classes:b,result:_})=>[Te(o,{ref:"popperContent",class:ns({"v-popper--tooltip-loading":e.loading}),"popper-id":a,theme:e.theme,shown:c,mounted:f,"skip-transition":u,"auto-hide":d,"handle-resize":m,classes:b,result:_,onHide:h,onResize:g},{default:ys(()=>[e.html?(dt(),er("div",{key:0,innerHTML:e.finalContent},null,8,z0)):(dt(),er("div",{key:1,textContent:Ea(e.finalContent)},null,8,Y0))]),_:2},1032,["class","popper-id","theme","shown","mounted","skip-transition","auto-hide","handle-resize","classes","result","onHide","onResize"])]),_:1},16,["theme","target-nodes","popper-node","onApplyShow","onApplyHide"])}const J0=Ko(Q0,[["render",X0]]),Xp="v-popper--has-tooltip";function Z0(e,t){let n=e.placement;if(!n&&t)for(const s of Kp)t[s]&&(n=s);return n||(n=Yr(e.theme||"tooltip","placement")),n}function Jp(e,t,n){let s;const r=typeof t;return r==="string"?s={content:t}:t&&r==="object"?s=t:s={content:!1},s.placement=Z0(s,n),s.targetNodes=()=>[e],s.referenceNode=()=>e,s}let ml,Xr,eE=0;function tE(){if(ml)return;Xr=ie([]),ml=Br({name:"VTooltipDirectiveApp",setup(){return{directives:Xr}},render(){return this.directives.map(t=>Ss(J0,{...t.options,shown:t.shown||t.options.shown,key:t.id}))},devtools:{hide:!0}});const e=document.createElement("div");document.body.appendChild(e),ml.mount(e)}function nE(e,t,n){tE();const s=ie(Jp(e,t,n)),r=ie(!1),i={id:eE++,options:s,shown:r};return Xr.value.push(i),e.classList&&e.classList.add(Xp),e.$_popper={options:s,item:i,show(){r.value=!0},hide(){r.value=!1}}}function Zp(e){if(e.$_popper){const t=Xr.value.indexOf(e.$_popper.item);t!==-1&&Xr.value.splice(t,1),delete e.$_popper,delete e.$_popperOldShown,delete e.$_popperMountTarget}e.classList&&e.classList.remove(Xp)}function uf(e,{value:t,modifiers:n}){const s=Jp(e,t,n);if(!s.content||Yr(s.theme||"tooltip","disabled"))Zp(e);else{let r;e.$_popper?(r=e.$_popper,r.options.value=s):r=nE(e,t,n),typeof t.shown<"u"&&t.shown!==e.$_popperOldShown&&(e.$_popperOldShown=t.shown,t.shown?r.show():r.hide())}}const sE={beforeMount:uf,updated:uf,beforeUnmount(e){Zp(e)}};function ff(e){e.addEventListener("mousedown",ho),e.addEventListener("click",ho),e.addEventListener("touchstart",em,sr?{passive:!0}:!1)}function df(e){e.removeEventListener("mousedown",ho),e.removeEventListener("click",ho),e.removeEventListener("touchstart",em),e.removeEventListener("touchend",tm),e.removeEventListener("touchcancel",nm)}function ho(e){const t=e.currentTarget;e.closePopover=!t.$_vclosepopover_touch,e.closeAllPopover=t.$_closePopoverModifiers&&!!t.$_closePopoverModifiers.all}function em(e){if(e.changedTouches.length===1){const t=e.currentTarget;t.$_vclosepopover_touch=!0;const n=e.changedTouches[0];t.$_vclosepopover_touchPoint=n,t.addEventListener("touchend",tm),t.addEventListener("touchcancel",nm)}}function tm(e){const t=e.currentTarget;if(t.$_vclosepopover_touch=!1,e.changedTouches.length===1){const n=e.changedTouches[0],s=t.$_vclosepopover_touchPoint;e.closePopover=Math.abs(n.screenY-s.screenY)<20&&Math.abs(n.screenX-s.screenX)<20,e.closeAllPopover=t.$_closePopoverModifiers&&!!t.$_closePopoverModifiers.all}}function nm(e){const t=e.currentTarget;t.$_vclosepopover_touch=!1}const rE={beforeMount(e,{value:t,modifiers:n}){e.$_closePopoverModifiers=n,(typeof t>"u"||t)&&ff(e)},updated(e,{value:t,oldValue:n,modifiers:s}){e.$_closePopoverModifiers=s,t!==n&&(typeof t>"u"||t?ff(e):df(e))},beforeUnmount(e){df(e)}};function iE(e,t={}){e.$_vTooltipInstalled||(e.$_vTooltipInstalled=!0,Bp(jt,t),e.directive("tooltip",sE),e.directive("close-popper",rE),e.component("VTooltip",G0),e.component("VDropdown",K0),e.component("VMenu",q0))}const oE={version:"5.2.2",install:iE,options:jt},lE=e=>{const t={};Object.entries(Object.assign({"/src/layouts/board-layout.vue":()=>He(()=>import("./board-layout-BDGSSQnD.js"),__vite__mapDeps([0,1,2,3,4,5,6,7,8]),import.meta.url),"/src/layouts/default.vue":()=>He(()=>import("./default-g2FZdb_E.js"),__vite__mapDeps([9,1,2,3,4,5,6,7,8]),import.meta.url),"/src/layouts/headless.vue":()=>He(()=>import("./headless-AGI21K3d.js"),__vite__mapDeps([10,7]),import.meta.url),"/src/layouts/home.vue":()=>He(()=>import("./home-CIo2SGx9.js"),__vite__mapDeps([11,1,2,3,4,5,7]),import.meta.url),"/src/layouts/index-layout.vue":()=>He(()=>import("./index-layout-B9ZsHAPN.js"),__vite__mapDeps([12,1,2,3,4,5,6,7,8]),import.meta.url)})).forEach(([r,i])=>{let o=r.replace("/src/layouts/","").replace(".vue","");t[o]=i});function s(r,i=!0){return r.map(o=>{var l,a,c,f,u,d;if(((l=o.children)==null?void 0:l.length)>0&&(o.children=s(o.children,!1)),i){if(!o.component&&((a=o.children)==null?void 0:a.find(m=>{var g;return(m.path===""||m.path==="/")&&((g=m.meta)==null?void 0:g.isLayout)})))return o;if(((c=o.meta)==null?void 0:c.layout)!==!1)return{path:o.path,component:t[((f=o.meta)==null?void 0:f.layout)||"default"],children:o.path==="/"?[o]:[{...o,path:""}],meta:{isLayout:!0}}}return(u=o.meta)!=null&&u.layout?{path:o.path,component:t[(d=o.meta)==null?void 0:d.layout],children:[{...o,path:""}],meta:{isLayout:!0}}:o})}return s(e)};/*!
47
+ * vue-router v4.4.5
48
+ * (c) 2024 Eduardo San Martin Morote
49
+ * @license MIT
50
+ */const ks=typeof document<"u";function sm(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function aE(e){return e.__esModule||e[Symbol.toStringTag]==="Module"||e.default&&sm(e.default)}const be=Object.assign;function gl(e,t){const n={};for(const s in t){const r=t[s];n[s]=Vt(r)?r.map(e):e(r)}return n}const kr=()=>{},Vt=Array.isArray,rm=/#/g,cE=/&/g,uE=/\//g,fE=/=/g,dE=/\?/g,im=/\+/g,hE=/%5B/g,pE=/%5D/g,om=/%5E/g,mE=/%60/g,lm=/%7B/g,gE=/%7C/g,am=/%7D/g,yE=/%20/g;function ac(e){return encodeURI(""+e).replace(gE,"|").replace(hE,"[").replace(pE,"]")}function _E(e){return ac(e).replace(lm,"{").replace(am,"}").replace(om,"^")}function ia(e){return ac(e).replace(im,"%2B").replace(yE,"+").replace(rm,"%23").replace(cE,"%26").replace(mE,"`").replace(lm,"{").replace(am,"}").replace(om,"^")}function vE(e){return ia(e).replace(fE,"%3D")}function bE(e){return ac(e).replace(rm,"%23").replace(dE,"%3F")}function wE(e){return e==null?"":bE(e).replace(uE,"%2F")}function Jr(e){try{return decodeURIComponent(""+e)}catch{}return""+e}const EE=/\/$/,TE=e=>e.replace(EE,"");function yl(e,t,n="/"){let s,r={},i="",o="";const l=t.indexOf("#");let a=t.indexOf("?");return l<a&&l>=0&&(a=-1),a>-1&&(s=t.slice(0,a),i=t.slice(a+1,l>-1?l:t.length),r=e(i)),l>-1&&(s=s||t.slice(0,l),o=t.slice(l,t.length)),s=OE(s??t,n),{fullPath:s+(i&&"?")+i+o,path:s,query:r,hash:Jr(o)}}function SE(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function hf(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function CE(e,t,n){const s=t.matched.length-1,r=n.matched.length-1;return s>-1&&s===r&&rr(t.matched[s],n.matched[r])&&cm(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function rr(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function cm(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!PE(e[n],t[n]))return!1;return!0}function PE(e,t){return Vt(e)?pf(e,t):Vt(t)?pf(t,e):e===t}function pf(e,t){return Vt(t)?e.length===t.length&&e.every((n,s)=>n===t[s]):e.length===1&&e[0]===t}function OE(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),s=e.split("/"),r=s[s.length-1];(r===".."||r===".")&&s.push("");let i=n.length-1,o,l;for(o=0;o<s.length;o++)if(l=s[o],l!==".")if(l==="..")i>1&&i--;else break;return n.slice(0,i).join("/")+"/"+s.slice(o).join("/")}const On={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};var ir;(function(e){e.pop="pop",e.push="push"})(ir||(ir={}));var gs;(function(e){e.back="back",e.forward="forward",e.unknown=""})(gs||(gs={}));const _l="";function um(e){if(!e)if(ks){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),TE(e)}const AE=/^[^#]+#/;function fm(e,t){return e.replace(AE,"#")+t}function RE(e,t){const n=document.documentElement.getBoundingClientRect(),s=e.getBoundingClientRect();return{behavior:t.behavior,left:s.left-n.left-(t.left||0),top:s.top-n.top-(t.top||0)}}const Go=()=>({left:window.scrollX,top:window.scrollY});function LE(e){let t;if("el"in e){const n=e.el,s=typeof n=="string"&&n.startsWith("#"),r=typeof n=="string"?s?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!r)return;t=RE(r,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.scrollX,t.top!=null?t.top:window.scrollY)}function mf(e,t){return(history.state?history.state.position-t:-1)+e}const oa=new Map;function xE(e,t){oa.set(e,t)}function kE(e){const t=oa.get(e);return oa.delete(e),t}let NE=()=>location.protocol+"//"+location.host;function dm(e,t){const{pathname:n,search:s,hash:r}=t,i=e.indexOf("#");if(i>-1){let l=r.includes(e.slice(i))?e.slice(i).length:1,a=r.slice(l);return a[0]!=="/"&&(a="/"+a),hf(a,"")}return hf(n,e)+s+r}function IE(e,t,n,s){let r=[],i=[],o=null;const l=({state:d})=>{const h=dm(e,location),m=n.value,g=t.value;let b=0;if(d){if(n.value=h,t.value=d,o&&o===m){o=null;return}b=g?d.position-g.position:0}else s(h);r.forEach(_=>{_(n.value,m,{delta:b,type:ir.pop,direction:b?b>0?gs.forward:gs.back:gs.unknown})})};function a(){o=n.value}function c(d){r.push(d);const h=()=>{const m=r.indexOf(d);m>-1&&r.splice(m,1)};return i.push(h),h}function f(){const{history:d}=window;d.state&&d.replaceState(be({},d.state,{scroll:Go()}),"")}function u(){for(const d of i)d();i=[],window.removeEventListener("popstate",l),window.removeEventListener("beforeunload",f)}return window.addEventListener("popstate",l),window.addEventListener("beforeunload",f,{passive:!0}),{pauseListeners:a,listen:c,destroy:u}}function gf(e,t,n,s=!1,r=!1){return{back:e,current:t,forward:n,replaced:s,position:window.history.length,scroll:r?Go():null}}function ME(e){const{history:t,location:n}=window,s={value:dm(e,n)},r={value:t.state};r.value||i(s.value,{back:null,current:s.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function i(a,c,f){const u=e.indexOf("#"),d=u>-1?(n.host&&document.querySelector("base")?e:e.slice(u))+a:NE()+e+a;try{t[f?"replaceState":"pushState"](c,"",d),r.value=c}catch(h){console.error(h),n[f?"replace":"assign"](d)}}function o(a,c){const f=be({},t.state,gf(r.value.back,a,r.value.forward,!0),c,{position:r.value.position});i(a,f,!0),s.value=a}function l(a,c){const f=be({},r.value,t.state,{forward:a,scroll:Go()});i(f.current,f,!0);const u=be({},gf(s.value,a,null),{position:f.position+1},c);i(a,u,!1),s.value=a}return{location:s,state:r,push:l,replace:o}}function DE(e){e=um(e);const t=ME(e),n=IE(e,t.state,t.location,t.replace);function s(i,o=!0){o||n.pauseListeners(),history.go(i)}const r=be({location:"",base:e,go:s,createHref:fm.bind(null,e)},t,n);return Object.defineProperty(r,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(r,"state",{enumerable:!0,get:()=>t.state.value}),r}function $E(e=""){let t=[],n=[_l],s=0;e=um(e);function r(l){s++,s!==n.length&&n.splice(s),n.push(l)}function i(l,a,{direction:c,delta:f}){const u={direction:c,delta:f,type:ir.pop};for(const d of t)d(l,a,u)}const o={location:_l,state:{},base:e,createHref:fm.bind(null,e),replace(l){n.splice(s--,1),r(l)},push(l,a){r(l)},listen(l){return t.push(l),()=>{const a=t.indexOf(l);a>-1&&t.splice(a,1)}},destroy(){t=[],n=[_l],s=0},go(l,a=!0){const c=this.location,f=l<0?gs.back:gs.forward;s=Math.max(0,Math.min(s+l,n.length-1)),a&&i(this.location,c,{direction:f,delta:l})}};return Object.defineProperty(o,"location",{enumerable:!0,get:()=>n[s]}),o}function FE(e){return typeof e=="string"||e&&typeof e=="object"}function hm(e){return typeof e=="string"||typeof e=="symbol"}const pm=Symbol("");var yf;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(yf||(yf={}));function or(e,t){return be(new Error,{type:e,[pm]:!0},t)}function ln(e,t){return e instanceof Error&&pm in e&&(t==null||!!(e.type&t))}const _f="[^/]+?",HE={sensitive:!1,strict:!1,start:!0,end:!0},jE=/[.+*?^${}()[\]/\\]/g;function UE(e,t){const n=be({},HE,t),s=[];let r=n.start?"^":"";const i=[];for(const c of e){const f=c.length?[]:[90];n.strict&&!c.length&&(r+="/");for(let u=0;u<c.length;u++){const d=c[u];let h=40+(n.sensitive?.25:0);if(d.type===0)u||(r+="/"),r+=d.value.replace(jE,"\\$&"),h+=40;else if(d.type===1){const{value:m,repeatable:g,optional:b,regexp:_}=d;i.push({name:m,repeatable:g,optional:b});const v=_||_f;if(v!==_f){h+=10;try{new RegExp(`(${v})`)}catch(y){throw new Error(`Invalid custom RegExp for param "${m}" (${v}): `+y.message)}}let p=g?`((?:${v})(?:/(?:${v}))*)`:`(${v})`;u||(p=b&&c.length<2?`(?:/${p})`:"/"+p),b&&(p+="?"),r+=p,h+=20,b&&(h+=-8),g&&(h+=-20),v===".*"&&(h+=-50)}f.push(h)}s.push(f)}if(n.strict&&n.end){const c=s.length-1;s[c][s[c].length-1]+=.7000000000000001}n.strict||(r+="/?"),n.end?r+="$":n.strict&&(r+="(?:/|$)");const o=new RegExp(r,n.sensitive?"":"i");function l(c){const f=c.match(o),u={};if(!f)return null;for(let d=1;d<f.length;d++){const h=f[d]||"",m=i[d-1];u[m.name]=h&&m.repeatable?h.split("/"):h}return u}function a(c){let f="",u=!1;for(const d of e){(!u||!f.endsWith("/"))&&(f+="/"),u=!1;for(const h of d)if(h.type===0)f+=h.value;else if(h.type===1){const{value:m,repeatable:g,optional:b}=h,_=m in c?c[m]:"";if(Vt(_)&&!g)throw new Error(`Provided param "${m}" is an array but it is not repeatable (* or + modifiers)`);const v=Vt(_)?_.join("/"):_;if(!v)if(b)d.length<2&&(f.endsWith("/")?f=f.slice(0,-1):u=!0);else throw new Error(`Missing required param "${m}"`);f+=v}}return f||"/"}return{re:o,score:s,keys:i,parse:l,stringify:a}}function VE(e,t){let n=0;for(;n<e.length&&n<t.length;){const s=t[n]-e[n];if(s)return s;n++}return e.length<t.length?e.length===1&&e[0]===80?-1:1:e.length>t.length?t.length===1&&t[0]===80?1:-1:0}function mm(e,t){let n=0;const s=e.score,r=t.score;for(;n<s.length&&n<r.length;){const i=VE(s[n],r[n]);if(i)return i;n++}if(Math.abs(r.length-s.length)===1){if(vf(s))return 1;if(vf(r))return-1}return r.length-s.length}function vf(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const BE={type:0,value:""},WE=/[a-zA-Z0-9_]/;function KE(e){if(!e)return[[]];if(e==="/")return[[BE]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(h){throw new Error(`ERR (${n})/"${c}": ${h}`)}let n=0,s=n;const r=[];let i;function o(){i&&r.push(i),i=[]}let l=0,a,c="",f="";function u(){c&&(n===0?i.push({type:0,value:c}):n===1||n===2||n===3?(i.length>1&&(a==="*"||a==="+")&&t(`A repeatable param (${c}) must be alone in its segment. eg: '/:ids+.`),i.push({type:1,value:c,regexp:f,repeatable:a==="*"||a==="+",optional:a==="*"||a==="?"})):t("Invalid state to consume buffer"),c="")}function d(){c+=a}for(;l<e.length;){if(a=e[l++],a==="\\"&&n!==2){s=n,n=4;continue}switch(n){case 0:a==="/"?(c&&u(),o()):a===":"?(u(),n=1):d();break;case 4:d(),n=s;break;case 1:a==="("?n=2:WE.test(a)?d():(u(),n=0,a!=="*"&&a!=="?"&&a!=="+"&&l--);break;case 2:a===")"?f[f.length-1]=="\\"?f=f.slice(0,-1)+a:n=3:f+=a;break;case 3:u(),n=0,a!=="*"&&a!=="?"&&a!=="+"&&l--,f="";break;default:t("Unknown state");break}}return n===2&&t(`Unfinished custom RegExp for param "${c}"`),u(),o(),r}function qE(e,t,n){const s=UE(KE(e.path),n),r=be(s,{record:e,parent:t,children:[],alias:[]});return t&&!r.record.aliasOf==!t.record.aliasOf&&t.children.push(r),r}function GE(e,t){const n=[],s=new Map;t=Tf({strict:!1,end:!0,sensitive:!1},t);function r(u){return s.get(u)}function i(u,d,h){const m=!h,g=wf(u);g.aliasOf=h&&h.record;const b=Tf(t,u),_=[g];if("alias"in u){const y=typeof u.alias=="string"?[u.alias]:u.alias;for(const E of y)_.push(wf(be({},g,{components:h?h.record.components:g.components,path:E,aliasOf:h?h.record:g})))}let v,p;for(const y of _){const{path:E}=y;if(d&&E[0]!=="/"){const C=d.record.path,L=C[C.length-1]==="/"?"":"/";y.path=d.record.path+(E&&L+E)}if(v=qE(y,d,b),h?h.alias.push(v):(p=p||v,p!==v&&p.alias.push(v),m&&u.name&&!Ef(v)&&o(u.name)),gm(v)&&a(v),g.children){const C=g.children;for(let L=0;L<C.length;L++)i(C[L],v,h&&h.children[L])}h=h||v}return p?()=>{o(p)}:kr}function o(u){if(hm(u)){const d=s.get(u);d&&(s.delete(u),n.splice(n.indexOf(d),1),d.children.forEach(o),d.alias.forEach(o))}else{const d=n.indexOf(u);d>-1&&(n.splice(d,1),u.record.name&&s.delete(u.record.name),u.children.forEach(o),u.alias.forEach(o))}}function l(){return n}function a(u){const d=YE(u,n);n.splice(d,0,u),u.record.name&&!Ef(u)&&s.set(u.record.name,u)}function c(u,d){let h,m={},g,b;if("name"in u&&u.name){if(h=s.get(u.name),!h)throw or(1,{location:u});b=h.record.name,m=be(bf(d.params,h.keys.filter(p=>!p.optional).concat(h.parent?h.parent.keys.filter(p=>p.optional):[]).map(p=>p.name)),u.params&&bf(u.params,h.keys.map(p=>p.name))),g=h.stringify(m)}else if(u.path!=null)g=u.path,h=n.find(p=>p.re.test(g)),h&&(m=h.parse(g),b=h.record.name);else{if(h=d.name?s.get(d.name):n.find(p=>p.re.test(d.path)),!h)throw or(1,{location:u,currentLocation:d});b=h.record.name,m=be({},d.params,u.params),g=h.stringify(m)}const _=[];let v=h;for(;v;)_.unshift(v.record),v=v.parent;return{name:b,path:g,params:m,matched:_,meta:zE(_)}}e.forEach(u=>i(u));function f(){n.length=0,s.clear()}return{addRoute:i,resolve:c,removeRoute:o,clearRoutes:f,getRoutes:l,getRecordMatcher:r}}function bf(e,t){const n={};for(const s of t)s in e&&(n[s]=e[s]);return n}function wf(e){const t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:QE(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}};return Object.defineProperty(t,"mods",{value:{}}),t}function QE(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const s in e.components)t[s]=typeof n=="object"?n[s]:n;return t}function Ef(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function zE(e){return e.reduce((t,n)=>be(t,n.meta),{})}function Tf(e,t){const n={};for(const s in e)n[s]=s in t?t[s]:e[s];return n}function YE(e,t){let n=0,s=t.length;for(;n!==s;){const i=n+s>>1;mm(e,t[i])<0?s=i:n=i+1}const r=XE(e);return r&&(s=t.lastIndexOf(r,s-1)),s}function XE(e){let t=e;for(;t=t.parent;)if(gm(t)&&mm(e,t)===0)return t}function gm({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function JE(e){const t={};if(e===""||e==="?")return t;const s=(e[0]==="?"?e.slice(1):e).split("&");for(let r=0;r<s.length;++r){const i=s[r].replace(im," "),o=i.indexOf("="),l=Jr(o<0?i:i.slice(0,o)),a=o<0?null:Jr(i.slice(o+1));if(l in t){let c=t[l];Vt(c)||(c=t[l]=[c]),c.push(a)}else t[l]=a}return t}function Sf(e){let t="";for(let n in e){const s=e[n];if(n=vE(n),s==null){s!==void 0&&(t+=(t.length?"&":"")+n);continue}(Vt(s)?s.map(i=>i&&ia(i)):[s&&ia(s)]).forEach(i=>{i!==void 0&&(t+=(t.length?"&":"")+n,i!=null&&(t+="="+i))})}return t}function ZE(e){const t={};for(const n in e){const s=e[n];s!==void 0&&(t[n]=Vt(s)?s.map(r=>r==null?null:""+r):s==null?s:""+s)}return t}const eT=Symbol(""),Cf=Symbol(""),Qo=Symbol(""),cc=Symbol(""),la=Symbol("");function gr(){let e=[];function t(s){return e.push(s),()=>{const r=e.indexOf(s);r>-1&&e.splice(r,1)}}function n(){e=[]}return{add:t,list:()=>e.slice(),reset:n}}function $n(e,t,n,s,r,i=o=>o()){const o=s&&(s.enterCallbacks[r]=s.enterCallbacks[r]||[]);return()=>new Promise((l,a)=>{const c=d=>{d===!1?a(or(4,{from:n,to:t})):d instanceof Error?a(d):FE(d)?a(or(2,{from:t,to:d})):(o&&s.enterCallbacks[r]===o&&typeof d=="function"&&o.push(d),l())},f=i(()=>e.call(s&&s.instances[r],t,n,c));let u=Promise.resolve(f);e.length<3&&(u=u.then(c)),u.catch(d=>a(d))})}function vl(e,t,n,s,r=i=>i()){const i=[];for(const o of e)for(const l in o.components){let a=o.components[l];if(!(t!=="beforeRouteEnter"&&!o.instances[l]))if(sm(a)){const f=(a.__vccOpts||a)[t];f&&i.push($n(f,n,s,o,l,r))}else{let c=a();i.push(()=>c.then(f=>{if(!f)throw new Error(`Couldn't resolve component "${l}" at "${o.path}"`);const u=aE(f)?f.default:f;o.mods[l]=f,o.components[l]=u;const h=(u.__vccOpts||u)[t];return h&&$n(h,n,s,o,l,r)()}))}}return i}function Pf(e){const t=ft(Qo),n=ft(cc),s=me(()=>{const a=Tt(e.to);return t.resolve(a)}),r=me(()=>{const{matched:a}=s.value,{length:c}=a,f=a[c-1],u=n.matched;if(!f||!u.length)return-1;const d=u.findIndex(rr.bind(null,f));if(d>-1)return d;const h=Of(a[c-2]);return c>1&&Of(f)===h&&u[u.length-1].path!==h?u.findIndex(rr.bind(null,a[c-2])):d}),i=me(()=>r.value>-1&&rT(n.params,s.value.params)),o=me(()=>r.value>-1&&r.value===n.matched.length-1&&cm(n.params,s.value.params));function l(a={}){return sT(a)?t[Tt(e.replace)?"replace":"push"](Tt(e.to)).catch(kr):Promise.resolve()}return{route:s,href:me(()=>s.value.href),isActive:i,isExactActive:o,navigate:l}}const tT=_t({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:Pf,setup(e,{slots:t}){const n=Yn(Pf(e)),{options:s}=ft(Qo),r=me(()=>({[Af(e.activeClass,s.linkActiveClass,"router-link-active")]:n.isActive,[Af(e.exactActiveClass,s.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const i=t.default&&t.default(n);return e.custom?i:Ss("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:r.value},i)}}}),nT=tT;function sT(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function rT(e,t){for(const n in t){const s=t[n],r=e[n];if(typeof s=="string"){if(s!==r)return!1}else if(!Vt(r)||r.length!==s.length||s.some((i,o)=>i!==r[o]))return!1}return!0}function Of(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const Af=(e,t,n)=>e??t??n,iT=_t({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const s=ft(la),r=me(()=>e.route||s.value),i=ft(Cf,0),o=me(()=>{let c=Tt(i);const{matched:f}=r.value;let u;for(;(u=f[c])&&!u.components;)c++;return c}),l=me(()=>r.value.matched[o.value]);Sr(Cf,me(()=>o.value+1)),Sr(eT,l),Sr(la,r);const a=ie();return Le(()=>[a.value,l.value,e.name],([c,f,u],[d,h,m])=>{f&&(f.instances[u]=c,h&&h!==f&&c&&c===d&&(f.leaveGuards.size||(f.leaveGuards=h.leaveGuards),f.updateGuards.size||(f.updateGuards=h.updateGuards))),c&&f&&(!h||!rr(f,h)||!d)&&(f.enterCallbacks[u]||[]).forEach(g=>g(c))},{flush:"post"}),()=>{const c=r.value,f=e.name,u=l.value,d=u&&u.components[f];if(!d)return Rf(n.default,{Component:d,route:c});const h=u.props[f],m=h?h===!0?c.params:typeof h=="function"?h(c):h:null,b=Ss(d,be({},m,t,{onVnodeUnmounted:_=>{_.component.isUnmounted&&(u.instances[f]=null)},ref:a}));return Rf(n.default,{Component:b,route:c})||b}}});function Rf(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const oT=iT;function lT(e){const t=GE(e.routes,e),n=e.parseQuery||JE,s=e.stringifyQuery||Sf,r=e.history,i=gr(),o=gr(),l=gr(),a=Jt(On);let c=On;ks&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const f=gl.bind(null,H=>""+H),u=gl.bind(null,wE),d=gl.bind(null,Jr);function h(H,Y){let Q,ee;return hm(H)?(Q=t.getRecordMatcher(H),ee=Y):ee=H,t.addRoute(ee,Q)}function m(H){const Y=t.getRecordMatcher(H);Y&&t.removeRoute(Y)}function g(){return t.getRoutes().map(H=>H.record)}function b(H){return!!t.getRecordMatcher(H)}function _(H,Y){if(Y=be({},Y||a.value),typeof H=="string"){const P=yl(n,H,Y.path),I=t.resolve({path:P.path},Y),V=r.createHref(P.fullPath);return be(P,I,{params:d(I.params),hash:Jr(P.hash),redirectedFrom:void 0,href:V})}let Q;if(H.path!=null)Q=be({},H,{path:yl(n,H.path,Y.path).path});else{const P=be({},H.params);for(const I in P)P[I]==null&&delete P[I];Q=be({},H,{params:u(P)}),Y.params=u(Y.params)}const ee=t.resolve(Q,Y),ue=H.hash||"";ee.params=f(d(ee.params));const Ee=SE(s,be({},H,{hash:_E(ue),path:ee.path})),T=r.createHref(Ee);return be({fullPath:Ee,hash:ue,query:s===Sf?ZE(H.query):H.query||{}},ee,{redirectedFrom:void 0,href:T})}function v(H){return typeof H=="string"?yl(n,H,a.value.path):be({},H)}function p(H,Y){if(c!==H)return or(8,{from:Y,to:H})}function y(H){return L(H)}function E(H){return y(be(v(H),{replace:!0}))}function C(H){const Y=H.matched[H.matched.length-1];if(Y&&Y.redirect){const{redirect:Q}=Y;let ee=typeof Q=="function"?Q(H):Q;return typeof ee=="string"&&(ee=ee.includes("?")||ee.includes("#")?ee=v(ee):{path:ee},ee.params={}),be({query:H.query,hash:H.hash,params:ee.path!=null?{}:H.params},ee)}}function L(H,Y){const Q=c=_(H),ee=a.value,ue=H.state,Ee=H.force,T=H.replace===!0,P=C(Q);if(P)return L(be(v(P),{state:typeof P=="object"?be({},ue,P.state):ue,force:Ee,replace:T}),Y||Q);const I=Q;I.redirectedFrom=Y;let V;return!Ee&&CE(s,ee,Q)&&(V=or(16,{to:I,from:ee}),We(ee,ee,!0,!1)),(V?Promise.resolve(V):A(I,ee)).catch(F=>ln(F)?ln(F,2)?F:xe(F):G(F,I,ee)).then(F=>{if(F){if(ln(F,2))return L(be({replace:T},v(F.to),{state:typeof F.to=="object"?be({},ue,F.to.state):ue,force:Ee}),Y||I)}else F=N(I,ee,!0,T,ue);return D(I,ee,F),F})}function R(H,Y){const Q=p(H,Y);return Q?Promise.reject(Q):Promise.resolve()}function O(H){const Y=Ce.values().next().value;return Y&&typeof Y.runWithContext=="function"?Y.runWithContext(H):H()}function A(H,Y){let Q;const[ee,ue,Ee]=aT(H,Y);Q=vl(ee.reverse(),"beforeRouteLeave",H,Y);for(const P of ee)P.leaveGuards.forEach(I=>{Q.push($n(I,H,Y))});const T=R.bind(null,H,Y);return Q.push(T),Je(Q).then(()=>{Q=[];for(const P of i.list())Q.push($n(P,H,Y));return Q.push(T),Je(Q)}).then(()=>{Q=vl(ue,"beforeRouteUpdate",H,Y);for(const P of ue)P.updateGuards.forEach(I=>{Q.push($n(I,H,Y))});return Q.push(T),Je(Q)}).then(()=>{Q=[];for(const P of Ee)if(P.beforeEnter)if(Vt(P.beforeEnter))for(const I of P.beforeEnter)Q.push($n(I,H,Y));else Q.push($n(P.beforeEnter,H,Y));return Q.push(T),Je(Q)}).then(()=>(H.matched.forEach(P=>P.enterCallbacks={}),Q=vl(Ee,"beforeRouteEnter",H,Y,O),Q.push(T),Je(Q))).then(()=>{Q=[];for(const P of o.list())Q.push($n(P,H,Y));return Q.push(T),Je(Q)}).catch(P=>ln(P,8)?P:Promise.reject(P))}function D(H,Y,Q){l.list().forEach(ee=>O(()=>ee(H,Y,Q)))}function N(H,Y,Q,ee,ue){const Ee=p(H,Y);if(Ee)return Ee;const T=Y===On,P=ks?history.state:{};Q&&(ee||T?r.replace(H.fullPath,be({scroll:T&&P&&P.scroll},ue)):r.push(H.fullPath,ue)),a.value=H,We(H,Y,Q,T),xe()}let B;function X(){B||(B=r.listen((H,Y,Q)=>{if(!Xe.listening)return;const ee=_(H),ue=C(ee);if(ue){L(be(ue,{replace:!0}),ee).catch(kr);return}c=ee;const Ee=a.value;ks&&xE(mf(Ee.fullPath,Q.delta),Go()),A(ee,Ee).catch(T=>ln(T,12)?T:ln(T,2)?(L(T.to,ee).then(P=>{ln(P,20)&&!Q.delta&&Q.type===ir.pop&&r.go(-1,!1)}).catch(kr),Promise.reject()):(Q.delta&&r.go(-Q.delta,!1),G(T,ee,Ee))).then(T=>{T=T||N(ee,Ee,!1),T&&(Q.delta&&!ln(T,8)?r.go(-Q.delta,!1):Q.type===ir.pop&&ln(T,20)&&r.go(-1,!1)),D(ee,Ee,T)}).catch(kr)}))}let se=gr(),W=gr(),q;function G(H,Y,Q){xe(H);const ee=W.list();return ee.length?ee.forEach(ue=>ue(H,Y,Q)):console.error(H),Promise.reject(H)}function re(){return q&&a.value!==On?Promise.resolve():new Promise((H,Y)=>{se.add([H,Y])})}function xe(H){return q||(q=!H,X(),se.list().forEach(([Y,Q])=>H?Q(H):Y()),se.reset()),H}function We(H,Y,Q,ee){const{scrollBehavior:ue}=e;if(!ks||!ue)return Promise.resolve();const Ee=!Q&&kE(mf(H.fullPath,0))||(ee||!Q)&&history.state&&history.state.scroll||null;return gt().then(()=>ue(H,Y,Ee)).then(T=>T&&LE(T)).catch(T=>G(T,H,Y))}const Re=H=>r.go(H);let Ke;const Ce=new Set,Xe={currentRoute:a,listening:!0,addRoute:h,removeRoute:m,clearRoutes:t.clearRoutes,hasRoute:b,getRoutes:g,resolve:_,options:e,push:y,replace:E,go:Re,back:()=>Re(-1),forward:()=>Re(1),beforeEach:i.add,beforeResolve:o.add,afterEach:l.add,onError:W.add,isReady:re,install(H){const Y=this;H.component("RouterLink",nT),H.component("RouterView",oT),H.config.globalProperties.$router=Y,Object.defineProperty(H.config.globalProperties,"$route",{enumerable:!0,get:()=>Tt(a)}),ks&&!Ke&&a.value===On&&(Ke=!0,y(r.location).catch(ue=>{}));const Q={};for(const ue in On)Object.defineProperty(Q,ue,{get:()=>a.value[ue],enumerable:!0});H.provide(Qo,Y),H.provide(cc,Ra(Q)),H.provide(la,a);const ee=H.unmount;Ce.add(H),H.unmount=function(){Ce.delete(H),Ce.size<1&&(c=On,B&&B(),B=null,a.value=On,Ke=!1,q=!1),ee()}}};function Je(H){return H.reduce((Y,Q)=>Y.then(()=>O(Q)),Promise.resolve())}return Xe}function aT(e,t){const n=[],s=[],r=[],i=Math.max(t.matched.length,e.matched.length);for(let o=0;o<i;o++){const l=t.matched[o];l&&(e.matched.find(c=>rr(c,l))?s.push(l):n.push(l));const a=e.matched[o];a&&(t.matched.find(c=>rr(c,a))||r.push(a))}return[n,s,r]}function qS(){return ft(Qo)}function GS(e){return ft(cc)}const cT=new Set(["title","titleTemplate","script","style","noscript"]),Fi=new Set(["base","meta","link","style","script","noscript"]),uT=new Set(["title","titleTemplate","templateParams","base","htmlAttrs","bodyAttrs","meta","link","style","script","noscript"]),fT=new Set(["base","title","titleTemplate","bodyAttrs","htmlAttrs","templateParams"]),ym=new Set(["tagPosition","tagPriority","tagDuplicateStrategy","children","innerHTML","textContent","processTemplateParams"]),dT=typeof window<"u";function po(e){let t=9;for(let n=0;n<e.length;)t=Math.imul(t^e.charCodeAt(n++),9**9);return((t^t>>>9)+65536).toString(16).substring(1,8).toLowerCase()}function aa(e){if(e._h)return e._h;if(e._d)return po(e._d);let t=`${e.tag}:${e.textContent||e.innerHTML||""}:`;for(const n in e.props)t+=`${n}:${String(e.props[n])},`;return po(t)}function hT(e,t){return e instanceof Promise?e.then(t):t(e)}function ca(e,t,n,s){const r=s||vm(typeof t=="object"&&typeof t!="function"&&!(t instanceof Promise)?{...t}:{[e==="script"||e==="noscript"||e==="style"?"innerHTML":"textContent"]:t},e==="templateParams"||e==="titleTemplate");if(r instanceof Promise)return r.then(o=>ca(e,t,n,o));const i={tag:e,props:r};for(const o of ym){const l=i.props[o]!==void 0?i.props[o]:n[o];l!==void 0&&((!(o==="innerHTML"||o==="textContent"||o==="children")||cT.has(i.tag))&&(i[o==="children"?"innerHTML":o]=l),delete i.props[o])}return i.props.body&&(i.tagPosition="bodyClose",delete i.props.body),i.tag==="script"&&typeof i.innerHTML=="object"&&(i.innerHTML=JSON.stringify(i.innerHTML),i.props.type=i.props.type||"application/json"),Array.isArray(i.props.content)?i.props.content.map(o=>({...i,props:{...i.props,content:o}})):i}function pT(e,t){var s;const n=e==="class"?" ":";";return t&&typeof t=="object"&&!Array.isArray(t)&&(t=Object.entries(t).filter(([,r])=>r).map(([r,i])=>e==="style"?`${r}:${i}`:r)),(s=String(Array.isArray(t)?t.join(n):t))==null?void 0:s.split(n).filter(r=>!!r.trim()).join(n)}function _m(e,t,n,s){for(let r=s;r<n.length;r+=1){const i=n[r];if(i==="class"||i==="style"){e[i]=pT(i,e[i]);continue}if(e[i]instanceof Promise)return e[i].then(o=>(e[i]=o,_m(e,t,n,r)));if(!t&&!ym.has(i)){const o=String(e[i]),l=i.startsWith("data-");o==="true"||o===""?e[i]=l?"true":!0:e[i]||(l&&o==="false"?e[i]="false":delete e[i])}}}function vm(e,t=!1){const n=_m(e,t,Object.keys(e),0);return n instanceof Promise?n.then(()=>e):e}const mT=10;function bm(e,t,n){for(let s=n;s<t.length;s+=1){const r=t[s];if(r instanceof Promise)return r.then(i=>(t[s]=i,bm(e,t,s)));Array.isArray(r)?e.push(...r):e.push(r)}}function gT(e){const t=[],n=e.resolvedInput;for(const r in n){if(!Object.prototype.hasOwnProperty.call(n,r))continue;const i=n[r];if(!(i===void 0||!uT.has(r))){if(Array.isArray(i)){for(const o of i)t.push(ca(r,o,e));continue}t.push(ca(r,i,e))}}if(t.length===0)return[];const s=[];return hT(bm(s,t,0),()=>s.map((r,i)=>(r._e=e._i,e.mode&&(r._m=e.mode),r._p=(e._i<<mT)+i,r)))}const Lf=new Set(["onload","onerror","onabort","onprogress","onloadstart"]),xf={base:-10,title:10},kf={critical:-80,high:-10,low:20};function mo(e){const t=e.tagPriority;if(typeof t=="number")return t;let n=100;return e.tag==="meta"?e.props["http-equiv"]==="content-security-policy"?n=-30:e.props.charset?n=-20:e.props.name==="viewport"&&(n=-15):e.tag==="link"&&e.props.rel==="preconnect"?n=20:e.tag in xf&&(n=xf[e.tag]),t&&t in kf?n+kf[t]:n}const yT=[{prefix:"before:",offset:-1},{prefix:"after:",offset:1}],_T=["name","property","http-equiv"];function wm(e){const{props:t,tag:n}=e;if(fT.has(n))return n;if(n==="link"&&t.rel==="canonical")return"canonical";if(t.charset)return"charset";if(t.id)return`${n}:id:${t.id}`;for(const s of _T)if(t[s]!==void 0)return`${n}:${s}:${t[s]}`;return!1}const Fn="%separator";function vT(e,t){var s;let n;if(t==="s"||t==="pageTitle")n=e.pageTitle;else if(t.includes(".")){const r=t.indexOf(".");n=(s=e[t.substring(0,r)])==null?void 0:s[t.substring(r+1)]}else n=e[t];return n!==void 0?(n||"").replace(/"/g,'\\"'):void 0}const bT=new RegExp(`${Fn}(?:\\s*${Fn})*`,"g");function Ri(e,t,n){if(typeof e!="string"||!e.includes("%"))return e;let s=e;try{s=decodeURI(e)}catch{}const r=s.match(/%\w+(?:\.\w+)?/g);if(!r)return e;const i=e.includes(Fn);return e=e.replace(/%\w+(?:\.\w+)?/g,o=>{if(o===Fn||!r.includes(o))return o;const l=vT(t,o.slice(1));return l!==void 0?l:o}).trim(),i&&(e.endsWith(Fn)&&(e=e.slice(0,-Fn.length)),e.startsWith(Fn)&&(e=e.slice(Fn.length)),e=e.replace(bT,n).trim()),e}function Nf(e,t){return e==null?t||null:typeof e=="function"?e(t):e}async function wT(e,t={}){const n=t.document||e.resolvedOptions.document;if(!n||!e.dirty)return;const s={shouldRender:!0,tags:[]};if(await e.hooks.callHook("dom:beforeRender",s),!!s.shouldRender)return e._domUpdatePromise||(e._domUpdatePromise=new Promise(async r=>{var u;const i=(await e.resolveTags()).map(d=>({tag:d,id:Fi.has(d.tag)?aa(d):d.tag,shouldRender:!0}));let o=e._dom;if(!o){o={elMap:{htmlAttrs:n.documentElement,bodyAttrs:n.body}};const d=new Set;for(const h of["body","head"]){const m=(u=n[h])==null?void 0:u.children;for(const g of m){const b=g.tagName.toLowerCase();if(!Fi.has(b))continue;const _={tag:b,props:await vm(g.getAttributeNames().reduce((E,C)=>({...E,[C]:g.getAttribute(C)}),{})),innerHTML:g.innerHTML},v=wm(_);let p=v,y=1;for(;p&&d.has(p);)p=`${v}:${y++}`;p&&(_._d=p,d.add(p)),o.elMap[g.getAttribute("data-hid")||aa(_)]=g}}}o.pendingSideEffects={...o.sideEffects},o.sideEffects={};function l(d,h,m){const g=`${d}:${h}`;o.sideEffects[g]=m,delete o.pendingSideEffects[g]}function a({id:d,$el:h,tag:m}){const g=m.tag.endsWith("Attrs");if(o.elMap[d]=h,g||(m.textContent&&m.textContent!==h.textContent&&(h.textContent=m.textContent),m.innerHTML&&m.innerHTML!==h.innerHTML&&(h.innerHTML=m.innerHTML),l(d,"el",()=>{var b;(b=o.elMap[d])==null||b.remove(),delete o.elMap[d]})),m._eventHandlers)for(const b in m._eventHandlers)Object.prototype.hasOwnProperty.call(m._eventHandlers,b)&&h.getAttribute(`data-${b}`)!==""&&((m.tag==="bodyAttrs"?n.defaultView:h).addEventListener(b.substring(2),m._eventHandlers[b].bind(h)),h.setAttribute(`data-${b}`,""));for(const b in m.props){if(!Object.prototype.hasOwnProperty.call(m.props,b))continue;const _=m.props[b],v=`attr:${b}`;if(b==="class"){if(!_)continue;for(const p of _.split(" "))g&&l(d,`${v}:${p}`,()=>h.classList.remove(p)),!h.classList.contains(p)&&h.classList.add(p)}else if(b==="style"){if(!_)continue;for(const p of _.split(";")){const y=p.indexOf(":"),E=p.substring(0,y).trim(),C=p.substring(y+1).trim();l(d,`${v}:${E}`,()=>{h.style.removeProperty(E)}),h.style.setProperty(E,C)}}else h.getAttribute(b)!==_&&h.setAttribute(b,_===!0?"":String(_)),g&&l(d,v,()=>h.removeAttribute(b))}}const c=[],f={bodyClose:void 0,bodyOpen:void 0,head:void 0};for(const d of i){const{tag:h,shouldRender:m,id:g}=d;if(m){if(h.tag==="title"){n.title=h.textContent;continue}d.$el=d.$el||o.elMap[g],d.$el?a(d):Fi.has(h.tag)&&c.push(d)}}for(const d of c){const h=d.tag.tagPosition||"head";d.$el=n.createElement(d.tag.tag),a(d),f[h]=f[h]||n.createDocumentFragment(),f[h].appendChild(d.$el)}for(const d of i)await e.hooks.callHook("dom:renderTag",d,n,l);f.head&&n.head.appendChild(f.head),f.bodyOpen&&n.body.insertBefore(f.bodyOpen,n.body.firstChild),f.bodyClose&&n.body.appendChild(f.bodyClose);for(const d in o.pendingSideEffects)o.pendingSideEffects[d]();e._dom=o,await e.hooks.callHook("dom:rendered",{renders:i}),r()}).finally(()=>{e._domUpdatePromise=void 0,e.dirty=!1})),e._domUpdatePromise}function ET(e,t={}){const n=t.delayFn||(s=>setTimeout(s,10));return e._domDebouncedUpdatePromise=e._domDebouncedUpdatePromise||new Promise(s=>n(()=>wT(e,t).then(()=>{delete e._domDebouncedUpdatePromise,s()})))}function TT(e){return t=>{var s,r;const n=((r=(s=t.resolvedOptions.document)==null?void 0:s.head.querySelector('script[id="unhead:payload"]'))==null?void 0:r.innerHTML)||!1;return n&&t.push(JSON.parse(n)),{mode:"client",hooks:{"entries:updated":i=>{ET(i,e)}}}}}function ua(e,t={},n){for(const s in e){const r=e[s],i=n?`${n}:${s}`:s;typeof r=="object"&&r!==null?ua(r,t,i):typeof r=="function"&&(t[i]=r)}return t}const ST={run:e=>e()},CT=()=>ST,Em=typeof console.createTask<"u"?console.createTask:CT;function PT(e,t){const n=t.shift(),s=Em(n);return e.reduce((r,i)=>r.then(()=>s.run(()=>i(...t))),Promise.resolve())}function OT(e,t){const n=t.shift(),s=Em(n);return Promise.all(e.map(r=>s.run(()=>r(...t))))}function bl(e,t){for(const n of[...e])n(t)}class AT{constructor(){this._hooks={},this._before=void 0,this._after=void 0,this._deprecatedMessages=void 0,this._deprecatedHooks={},this.hook=this.hook.bind(this),this.callHook=this.callHook.bind(this),this.callHookWith=this.callHookWith.bind(this)}hook(t,n,s={}){if(!t||typeof n!="function")return()=>{};const r=t;let i;for(;this._deprecatedHooks[t];)i=this._deprecatedHooks[t],t=i.to;if(i&&!s.allowDeprecated){let o=i.message;o||(o=`${r} hook has been deprecated`+(i.to?`, please use ${i.to}`:"")),this._deprecatedMessages||(this._deprecatedMessages=new Set),this._deprecatedMessages.has(o)||(console.warn(o),this._deprecatedMessages.add(o))}if(!n.name)try{Object.defineProperty(n,"name",{get:()=>"_"+t.replace(/\W+/g,"_")+"_hook_cb",configurable:!0})}catch{}return this._hooks[t]=this._hooks[t]||[],this._hooks[t].push(n),()=>{n&&(this.removeHook(t,n),n=void 0)}}hookOnce(t,n){let s,r=(...i)=>(typeof s=="function"&&s(),s=void 0,r=void 0,n(...i));return s=this.hook(t,r),s}removeHook(t,n){if(this._hooks[t]){const s=this._hooks[t].indexOf(n);s!==-1&&this._hooks[t].splice(s,1),this._hooks[t].length===0&&delete this._hooks[t]}}deprecateHook(t,n){this._deprecatedHooks[t]=typeof n=="string"?{to:n}:n;const s=this._hooks[t]||[];delete this._hooks[t];for(const r of s)this.hook(t,r)}deprecateHooks(t){Object.assign(this._deprecatedHooks,t);for(const n in t)this.deprecateHook(n,t[n])}addHooks(t){const n=ua(t),s=Object.keys(n).map(r=>this.hook(r,n[r]));return()=>{for(const r of s.splice(0,s.length))r()}}removeHooks(t){const n=ua(t);for(const s in n)this.removeHook(s,n[s])}removeAllHooks(){for(const t in this._hooks)delete this._hooks[t]}callHook(t,...n){return n.unshift(t),this.callHookWith(PT,t,...n)}callHookParallel(t,...n){return n.unshift(t),this.callHookWith(OT,t,...n)}callHookWith(t,n,...s){const r=this._before||this._after?{name:n,args:s,context:{}}:void 0;this._before&&bl(this._before,r);const i=t(n in this._hooks?[...this._hooks[n]]:[],s);return i instanceof Promise?i.finally(()=>{this._after&&r&&bl(this._after,r)}):(this._after&&r&&bl(this._after,r),i)}beforeEach(t){return this._before=this._before||[],this._before.push(t),()=>{if(this._before!==void 0){const n=this._before.indexOf(t);n!==-1&&this._before.splice(n,1)}}}afterEach(t){return this._after=this._after||[],this._after.push(t),()=>{if(this._after!==void 0){const n=this._after.indexOf(t);n!==-1&&this._after.splice(n,1)}}}}function RT(){return new AT}const LT=new Set(["templateParams","htmlAttrs","bodyAttrs"]),xT={hooks:{"tag:normalise":({tag:e})=>{e.props.hid&&(e.key=e.props.hid,delete e.props.hid),e.props.vmid&&(e.key=e.props.vmid,delete e.props.vmid),e.props.key&&(e.key=e.props.key,delete e.props.key);const t=wm(e);t&&!t.startsWith("meta:og:")&&!t.startsWith("meta:twitter:")&&delete e.key;const n=t||(e.key?`${e.tag}:${e.key}`:!1);n&&(e._d=n)},"tags:resolve":e=>{const t=Object.create(null);for(const s of e.tags){const r=(s.key?`${s.tag}:${s.key}`:s._d)||aa(s),i=t[r];if(i){let l=s==null?void 0:s.tagDuplicateStrategy;if(!l&&LT.has(s.tag)&&(l="merge"),l==="merge"){const a=i.props;a.style&&s.props.style&&(a.style[a.style.length-1]!==";"&&(a.style+=";"),s.props.style=`${a.style} ${s.props.style}`),a.class&&s.props.class?s.props.class=`${a.class} ${s.props.class}`:a.class&&(s.props.class=a.class),t[r].props={...a,...s.props};continue}else if(s._e===i._e){i._duped=i._duped||[],s._d=`${i._d}:${i._duped.length+1}`,i._duped.push(s);continue}else if(mo(s)>mo(i))continue}if(!(s.innerHTML||s.textContent||Object.keys(s.props).length!==0)&&Fi.has(s.tag)){delete t[r];continue}t[r]=s}const n=[];for(const s in t){const r=t[s],i=r._duped;n.push(r),i&&(delete r._duped,n.push(...i))}e.tags=n,e.tags=e.tags.filter(s=>!(s.tag==="meta"&&(s.props.name||s.props.property)&&!s.props.content))}}},kT=new Set(["script","link","bodyAttrs"]),NT=e=>({hooks:{"tags:resolve":t=>{for(const n of t.tags){if(!kT.has(n.tag))continue;const s=n.props;for(const r in s){if(r[0]!=="o"||r[1]!=="n"||!Object.prototype.hasOwnProperty.call(s,r))continue;const i=s[r];typeof i=="function"&&(e.ssr&&Lf.has(r)?s[r]=`this.dataset.${r}fired = true`:delete s[r],n._eventHandlers=n._eventHandlers||{},n._eventHandlers[r]=i)}e.ssr&&n._eventHandlers&&(n.props.src||n.props.href)&&(n.key=n.key||po(n.props.src||n.props.href))}},"dom:renderTag":({$el:t,tag:n})=>{var r,i;const s=t==null?void 0:t.dataset;if(s)for(const o in s){if(!o.endsWith("fired"))continue;const l=o.slice(0,-5);Lf.has(l)&&((i=(r=n._eventHandlers)==null?void 0:r[l])==null||i.call(t,new Event(l.substring(2))))}}}}),IT=new Set(["link","style","script","noscript"]),MT={hooks:{"tag:normalise":({tag:e})=>{e.key&&IT.has(e.tag)&&(e.props["data-hid"]=e._h=po(e.key))}}},DT={mode:"server",hooks:{"tags:beforeResolve":e=>{const t={};let n=!1;for(const s of e.tags)s._m!=="server"||s.tag!=="titleTemplate"&&s.tag!=="templateParams"&&s.tag!=="title"||(t[s.tag]=s.tag==="title"||s.tag==="titleTemplate"?s.textContent:s.props,n=!0);n&&e.tags.push({tag:"script",innerHTML:JSON.stringify(t),props:{id:"unhead:payload",type:"application/json"}})}}},$T={hooks:{"tags:resolve":e=>{var t;for(const n of e.tags)if(typeof n.tagPriority=="string")for(const{prefix:s,offset:r}of yT){if(!n.tagPriority.startsWith(s))continue;const i=n.tagPriority.substring(s.length),o=(t=e.tags.find(l=>l._d===i))==null?void 0:t._p;if(o!==void 0){n._p=o+r;break}}e.tags.sort((n,s)=>{const r=mo(n),i=mo(s);return r<i?-1:r>i?1:n._p-s._p})}}},FT={meta:"content",link:"href",htmlAttrs:"lang"},HT=["innerHTML","textContent"],jT=e=>({hooks:{"tags:resolve":t=>{var o;const{tags:n}=t;let s;for(let l=0;l<n.length;l+=1)n[l].tag==="templateParams"&&(s=t.tags.splice(l,1)[0].props,l-=1);const r=s||{},i=r.separator||"|";delete r.separator,r.pageTitle=Ri(r.pageTitle||((o=n.find(l=>l.tag==="title"))==null?void 0:o.textContent)||"",r,i);for(const l of n){if(l.processTemplateParams===!1)continue;const a=FT[l.tag];if(a&&typeof l.props[a]=="string")l.props[a]=Ri(l.props[a],r,i);else if(l.processTemplateParams||l.tag==="titleTemplate"||l.tag==="title")for(const c of HT)typeof l[c]=="string"&&(l[c]=Ri(l[c],r,i))}e._templateParams=r,e._separator=i},"tags:afterResolve":({tags:t})=>{let n;for(let s=0;s<t.length;s+=1){const r=t[s];r.tag==="title"&&r.processTemplateParams!==!1&&(n=r)}n!=null&&n.textContent&&(n.textContent=Ri(n.textContent,e._templateParams,e._separator))}}}),UT={hooks:{"tags:resolve":e=>{const{tags:t}=e;let n,s;for(let r=0;r<t.length;r+=1){const i=t[r];i.tag==="title"?n=i:i.tag==="titleTemplate"&&(s=i)}if(s&&n){const r=Nf(s.textContent,n.textContent);r!==null?n.textContent=r||n.textContent:e.tags.splice(e.tags.indexOf(n),1)}else if(s){const r=Nf(s.textContent);r!==null&&(s.textContent=r,s.tag="title",s=void 0)}s&&e.tags.splice(e.tags.indexOf(s),1)}}},VT={hooks:{"tags:afterResolve":e=>{for(const t of e.tags)typeof t.innerHTML=="string"&&(t.innerHTML&&(t.props.type==="application/ld+json"||t.props.type==="application/json")?t.innerHTML=t.innerHTML.replace(/</g,"\\u003C"):t.innerHTML=t.innerHTML.replace(new RegExp(`</${t.tag}`,"g"),`<\\/${t.tag}`))}}};let Tm;function BT(e={}){const t=WT(e);return t.use(TT()),Tm=t}function If(e,t){return!e||e==="server"&&t||e==="client"&&!t}function WT(e={}){const t=RT();t.addHooks(e.hooks||{}),e.document=e.document||(dT?document:void 0);const n=!e.document,s=()=>{l.dirty=!0,t.callHook("entries:updated",l)};let r=0,i=[];const o=[],l={plugins:o,dirty:!1,resolvedOptions:e,hooks:t,headEntries(){return i},use(a){const c=typeof a=="function"?a(l):a;(!c.key||!o.some(f=>f.key===c.key))&&(o.push(c),If(c.mode,n)&&t.addHooks(c.hooks||{}))},push(a,c){c==null||delete c.head;const f={_i:r++,input:a,...c};return If(f.mode,n)&&(i.push(f),s()),{dispose(){i=i.filter(u=>u._i!==f._i),s()},patch(u){for(const d of i)d._i===f._i&&(d.input=f.input=u);s()}}},async resolveTags(){const a={tags:[],entries:[...i]};await t.callHook("entries:resolve",a);for(const c of a.entries){const f=c.resolvedInput||c.input;if(c.resolvedInput=await(c.transform?c.transform(f):f),c.resolvedInput)for(const u of await gT(c)){const d={tag:u,entry:c,resolvedOptions:l.resolvedOptions};await t.callHook("tag:normalise",d),a.tags.push(d.tag)}}return await t.callHook("tags:beforeResolve",a),await t.callHook("tags:resolve",a),await t.callHook("tags:afterResolve",a),a.tags},ssr:n};return[xT,DT,NT,MT,$T,jT,UT,VT,...(e==null?void 0:e.plugins)||[]].forEach(a=>l.use(a)),l.hooks.callHook("init",l),l}function KT(){return Tm}const qT=Xa[0]==="3";function GT(e){return typeof e=="function"?e():Tt(e)}function go(e){if(e instanceof Promise||e instanceof Date||e instanceof RegExp)return e;const t=GT(e);if(!e||!t)return t;if(Array.isArray(t))return t.map(n=>go(n));if(typeof t=="object"){const n={};for(const s in t)if(Object.prototype.hasOwnProperty.call(t,s)){if(s==="titleTemplate"||s[0]==="o"&&s[1]==="n"){n[s]=Tt(t[s]);continue}n[s]=go(t[s])}return n}return t}const QT={hooks:{"entries:resolve":e=>{for(const t of e.entries)t.resolvedInput=go(t.input)}}},Sm="usehead";function zT(e){return{install(n){qT&&(n.config.globalProperties.$unhead=e,n.config.globalProperties.$head=e,n.provide(Sm,e))}}.install}function YT(e={}){e.domDelayFn=e.domDelayFn||(n=>gt(()=>setTimeout(()=>n(),0)));const t=BT(e);return t.use(QT),t.install=zT(t),t}const Mf=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Df="__unhead_injection_handler__";function XT(){if(Df in Mf)return Mf[Df]();const e=ft(Sm);return e||KT()}function JT(e,t={}){const n=t.head||XT();if(n)return n.ssr?n.push(e,t):ZT(n,e,t)}function ZT(e,t,n={}){const s=ie(!1),r=ie({});qa(()=>{r.value=s.value?{}:go(t)});const i=e.push(r.value,n);return Le(r,l=>{i.patch(l)}),Be()&&(ur(()=>{i.dispose()}),Fa(()=>{s.value=!0}),$a(()=>{s.value=!1})),i}function eS(e){try{return JSON.parse(e||"{}")}catch(t){return console.error("[SSG] On state deserialization -",t,e),{}}}function tS(e){return document.readyState==="loading"?new Promise(t=>{document.addEventListener("DOMContentLoaded",()=>t(e))}):Promise.resolve(e)}const nS=_t({setup(e,{slots:t}){const n=ie(!1);return Tn(()=>n.value=!0),()=>n.value?t.default&&t.default({}):t.placeholder&&t.placeholder({})}});function sS(e,t,n,s={}){const{transformState:r,registerComponents:i=!0,useHead:o=!0,rootContainer:l="#app"}=s,a=typeof window<"u";async function c(f=!1,u){const d=f?Br(e):ec(e);let h;o&&(h=YT(),d.use(h));const m=lT({history:f?DE(t.base):$E(t.base),...t}),{routes:g}=t;i&&d.component("ClientOnly",nS);const b=[],p={app:d,head:h,isClient:a,router:m,routes:g,onSSRAppRendered:f?()=>{}:L=>b.push(L),triggerOnSSRAppRendered:()=>Promise.all(b.map(L=>L())),initialState:{},transformState:r,routePath:u};f&&(await tS(),p.initialState=(r==null?void 0:r(window.__INITIAL_STATE__||{}))||eS(window.__INITIAL_STATE__)),await(n==null?void 0:n(p)),d.use(m);let y,E=!0;if(m.beforeEach((L,R,O)=>{(E||y&&y===L.path)&&(E=!1,y=L.path,L.meta.state=p.initialState),O()}),!f){const L=p.routePath??"/";m.push(L),await m.isReady(),p.initialState=m.currentRoute.value.meta.state||{}}const C=p.initialState;return{...p,initialState:C}}return a&&(async()=>{const{app:f,router:u}=await c(!0);await u.isReady(),f.mount(l,!0)})(),c}const rS=[{path:"/",name:"/",component:()=>He(()=>import("./index-CsD1PvIl.js"),__vite__mapDeps([13,14,15,5,16,7,17,18,2,3,19,4,20,21]),import.meta.url),meta:{layout:"index-layout"}},{path:"/:all(.*)",name:"/[...all]",component:()=>He(()=>import("./_...all_-DkFLHLY4.js"),__vite__mapDeps([22,23,24,2,3,25,19,15,5,26,14,4,7,17,18,27,20]),import.meta.url),meta:{layout:"board-layout"}},{path:"/about",name:"/about",component:()=>He(()=>import("./about-Bt1E61e1.js"),[],import.meta.url)},{path:"/balloon",children:[{path:"",name:"/balloon/",component:()=>He(()=>import("./index-ByBDbX-Q.js"),__vite__mapDeps([28,15,5,4,26,14,29,25,19,20,7]),import.meta.url),meta:{layout:"headless"}}]},{path:"/board",name:"/board",component:()=>He(()=>import("./board-BuZxK-RS.js"),__vite__mapDeps([30,23,24,2,3,25,19,15,5,26,14,4,7,17,18,27,29,20]),import.meta.url),meta:{layout:"board-layout"}},{path:"/countdown",children:[{path:"",name:"/countdown/",component:()=>He(()=>import("./index-DtIE9gnq.js"),__vite__mapDeps([31,15,5,4,26,14,7,29,25,19,20,32]),import.meta.url),meta:{layout:"headless"}}]},{path:"/hi",children:[{path:":name",name:"/hi/[name]",component:()=>He(()=>import("./_name_-CKcXFscu.js"),__vite__mapDeps([33,34]),import.meta.url)}]},{path:"/rating",children:[{path:"",name:"/rating/",component:()=>He(()=>import("./index-eEOWm26O.js"),__vite__mapDeps([35,16,7,2,3,4,20,36]),import.meta.url),meta:{layout:"index-layout"}},{path:":all(.*)",name:"/rating/[...all]",component:()=>He(()=>import("./_...all_-CajB1u6j.js"),__vite__mapDeps([37,24,2,3,15,5,4,38]),import.meta.url)}]},{path:"/resolver",children:[{path:"",name:"/resolver/",component:()=>He(()=>import("./index-BVqqkkh8.js"),__vite__mapDeps([39,2,3,7,15,5,4,26,14,29,25,19,20,40]),import.meta.url),meta:{layout:"headless"}}]},{path:"/test",name:"/test",component:()=>He(()=>import("./test-BmgsMNrG.js"),__vite__mapDeps([41,25,19,34,20]),import.meta.url),meta:{layout:"home"}}];function wn(e){return Co()?(Sa(e),!0):!1}function wl(){const e=new Set,t=r=>{e.delete(r)};return{on:r=>{e.add(r);const i=()=>t(r);return wn(i),{off:i}},off:t,trigger:(...r)=>Promise.all(Array.from(e).map(i=>i(...r)))}}function Ie(e){return typeof e=="function"?e():Tt(e)}const lr=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const iS=e=>typeof e<"u",Cm=e=>e!=null,oS=Object.prototype.toString,lS=e=>oS.call(e)==="[object Object]",Qn=()=>{};function Pm(e,t){function n(...s){return new Promise((r,i)=>{Promise.resolve(e(()=>t.apply(this,s),{fn:t,thisArg:this,args:s})).then(r).catch(i)})}return n}const Om=e=>e();function aS(...e){let t=0,n,s=!0,r=Qn,i,o,l,a,c;!_e(e[0])&&typeof e[0]=="object"?{delay:o,trailing:l=!0,leading:a=!0,rejectOnCancel:c=!1}=e[0]:[o,l=!0,a=!0,c=!1]=e;const f=()=>{n&&(clearTimeout(n),n=void 0,r(),r=Qn)};return d=>{const h=Ie(o),m=Date.now()-t,g=()=>i=d();return f(),h<=0?(t=Date.now(),g()):(m>h&&(a||!s)?(t=Date.now(),g()):l&&(i=new Promise((b,_)=>{r=c?_:b,n=setTimeout(()=>{t=Date.now(),s=!0,b(g()),f()},Math.max(0,h-m))})),!a&&!n&&(n=setTimeout(()=>s=!0,h)),s=!1,i)}}function cS(e=Om){const t=ie(!0);function n(){t.value=!1}function s(){t.value=!0}const r=(...i)=>{t.value&&e(...i)};return{isActive:yn(t),pause:n,resume:s,eventFilter:r}}function $f(e,t=!1,n="Timeout"){return new Promise((s,r)=>{setTimeout(t?()=>r(n):s,e)})}function uS(e){let t;function n(){return t||(t=e()),t}return n.reset=async()=>{const s=t;t=void 0,s&&await s},n}function fS(e,...t){return t.some(n=>n in e)}function Am(e){return Be()}function Nr(...e){if(e.length!==1)return Ld(...e);const t=e[0];return typeof t=="function"?yn(ka(()=>({get:t,set:Qn}))):ie(t)}function QS(e,t=200,n=!1,s=!0,r=!1){return Pm(aS(t,n,s,r),e)}function dS(e,t,n={}){const{eventFilter:s=Om,...r}=n;return Le(e,Pm(s,t),r)}function hS(e,t,n={}){const{eventFilter:s,...r}=n,{eventFilter:i,pause:o,resume:l,isActive:a}=cS(s);return{stop:dS(e,t,{...r,eventFilter:i}),pause:o,resume:l,isActive:a}}function pS(e,t){Am()&&ur(e,t)}function Rm(e,t=!0,n){Am()?Tn(e,n):t?e():gt(e)}function fa(e,t=!1){function n(u,{flush:d="sync",deep:h=!1,timeout:m,throwOnTimeout:g}={}){let b=null;const v=[new Promise(p=>{b=Le(e,y=>{u(y)!==t&&(b?b():gt(()=>b==null?void 0:b()),p(y))},{flush:d,deep:h,immediate:!0})})];return m!=null&&v.push($f(m,g).then(()=>Ie(e)).finally(()=>b==null?void 0:b())),Promise.race(v)}function s(u,d){if(!_e(u))return n(y=>y===u,d);const{flush:h="sync",deep:m=!1,timeout:g,throwOnTimeout:b}=d??{};let _=null;const p=[new Promise(y=>{_=Le([e,u],([E,C])=>{t!==(E===C)&&(_?_():gt(()=>_==null?void 0:_()),y(E))},{flush:h,deep:m,immediate:!0})})];return g!=null&&p.push($f(g,b).then(()=>Ie(e)).finally(()=>(_==null||_(),Ie(e)))),Promise.race(p)}function r(u){return n(d=>!!d,u)}function i(u){return s(null,u)}function o(u){return s(void 0,u)}function l(u){return n(Number.isNaN,u)}function a(u,d){return n(h=>{const m=Array.from(h);return m.includes(u)||m.includes(Ie(u))},d)}function c(u){return f(1,u)}function f(u=1,d){let h=-1;return n(()=>(h+=1,h>=u),d)}return Array.isArray(Ie(e))?{toMatch:n,toContains:a,changed:c,changedTimes:f,get not(){return fa(e,!t)}}:{toMatch:n,toBe:s,toBeTruthy:r,toBeNull:i,toBeNaN:l,toBeUndefined:o,changed:c,changedTimes:f,get not(){return fa(e,!t)}}}function mS(e){return fa(e)}function gS(e,t=1e3,n={}){const{immediate:s=!0,immediateCallback:r=!1}=n;let i=null;const o=ie(!1);function l(){i&&(clearInterval(i),i=null)}function a(){o.value=!1,l()}function c(){const f=Ie(t);f<=0||(o.value=!0,r&&e(),l(),i=setInterval(e,f))}if(s&&lr&&c(),_e(t)||typeof t=="function"){const f=Le(t,()=>{o.value&&lr&&c()});wn(f)}return wn(a),{isActive:o,pause:a,resume:c}}function Lm(e,t,n={}){const{immediate:s=!0}=n,r=ie(!1);let i=null;function o(){i&&(clearTimeout(i),i=null)}function l(){r.value=!1,o()}function a(...c){o(),r.value=!0,i=setTimeout(()=>{r.value=!1,i=null,e(...c)},Ie(t))}return s&&(r.value=!0,lr&&a()),wn(l),{isPending:yn(r),start:a,stop:l}}function yS(e=!1,t={}){const{truthyValue:n=!0,falsyValue:s=!1}=t,r=_e(e),i=ie(e);function o(l){if(arguments.length)return i.value=l,i.value;{const a=Ie(n);return i.value=i.value===a?Ie(s):a,i.value}}return r?o:[i,o]}const yt=lr?window:void 0,xm=lr?window.document:void 0,km=lr?window.navigator:void 0;function Us(e){var t;const n=Ie(e);return(t=n==null?void 0:n.$el)!=null?t:n}function Dt(...e){let t,n,s,r;if(typeof e[0]=="string"||Array.isArray(e[0])?([n,s,r]=e,t=yt):[t,n,s,r]=e,!t)return Qn;Array.isArray(n)||(n=[n]),Array.isArray(s)||(s=[s]);const i=[],o=()=>{i.forEach(f=>f()),i.length=0},l=(f,u,d,h)=>(f.addEventListener(u,d,h),()=>f.removeEventListener(u,d,h)),a=Le(()=>[Us(t),Ie(r)],([f,u])=>{if(o(),!f)return;const d=lS(u)?{...u}:u;i.push(...n.flatMap(h=>s.map(m=>l(f,h,m,d))))},{immediate:!0,flush:"post"}),c=()=>{a(),o()};return wn(c),c}function _S(e){return typeof e=="function"?e:typeof e=="string"?t=>t.key===e:Array.isArray(e)?t=>e.includes(t.key):()=>!0}function vS(...e){let t,n,s={};e.length===3?(t=e[0],n=e[1],s=e[2]):e.length===2?typeof e[1]=="object"?(t=!0,n=e[0],s=e[1]):(t=e[0],n=e[1]):(t=!0,n=e[0]);const{target:r=yt,eventName:i="keydown",passive:o=!1,dedupe:l=!1}=s,a=_S(t);return Dt(r,i,f=>{f.repeat&&Ie(l)||a(f)&&n(f)},o)}function zS(e,t,n={}){return vS(e,t,{...n,eventName:"keyup"})}function bS(){const e=ie(!1),t=Be();return t&&Tn(()=>{e.value=!0},t),e}function ci(e){const t=bS();return me(()=>(t.value,!!e()))}function wS(e,t,n={}){const{window:s=yt,...r}=n;let i;const o=ci(()=>s&&"MutationObserver"in s),l=()=>{i&&(i.disconnect(),i=void 0)},a=me(()=>{const d=Ie(e),h=(Array.isArray(d)?d:[d]).map(Us).filter(Cm);return new Set(h)}),c=Le(()=>a.value,d=>{l(),o.value&&d.size&&(i=new MutationObserver(t),d.forEach(h=>i.observe(h,r)))},{immediate:!0,flush:"post"}),f=()=>i==null?void 0:i.takeRecords(),u=()=>{c(),l()};return wn(u),{isSupported:o,stop:u,takeRecords:f}}function ES(e,t={}){const{immediate:n=!0,fpsLimit:s=void 0,window:r=yt}=t,i=ie(!1),o=s?1e3/s:null;let l=0,a=null;function c(d){if(!i.value||!r)return;l||(l=d);const h=d-l;if(o&&h<o){a=r.requestAnimationFrame(c);return}l=d,e({delta:h,timestamp:d}),a=r.requestAnimationFrame(c)}function f(){!i.value&&r&&(i.value=!0,l=0,a=r.requestAnimationFrame(c))}function u(){i.value=!1,a!=null&&r&&(r.cancelAnimationFrame(a),a=null)}return n&&f(),wn(u),{isActive:yn(i),pause:u,resume:f}}function TS(e,t={}){const{window:n=yt}=t,s=ci(()=>n&&"matchMedia"in n&&typeof n.matchMedia=="function");let r;const i=ie(!1),o=c=>{i.value=c.matches},l=()=>{r&&("removeEventListener"in r?r.removeEventListener("change",o):r.removeListener(o))},a=qa(()=>{s.value&&(l(),r=n.matchMedia(Ie(e)),"addEventListener"in r?r.addEventListener("change",o):r.addListener(o),i.value=r.matches)});return wn(()=>{a(),l(),r=void 0}),i}function Ff(e,t={}){const{controls:n=!1,navigator:s=km}=t,r=ci(()=>s&&"permissions"in s),i=Jt(),o=typeof e=="string"?{name:e}:e,l=Jt(),a=()=>{var f,u;l.value=(u=(f=i.value)==null?void 0:f.state)!=null?u:"prompt"};Dt(i,"change",a);const c=uS(async()=>{if(r.value){if(!i.value)try{i.value=await s.permissions.query(o)}catch{i.value=void 0}finally{a()}if(n)return ae(i.value)}});return c(),n?{state:l,isSupported:r,query:c}:l}function YS(e={}){const{navigator:t=km,read:n=!1,source:s,copiedDuring:r=1500,legacy:i=!1}=e,o=ci(()=>t&&"clipboard"in t),l=Ff("clipboard-read"),a=Ff("clipboard-write"),c=me(()=>o.value||i),f=ie(""),u=ie(!1),d=Lm(()=>u.value=!1,r);function h(){o.value&&_(l.value)?t.clipboard.readText().then(v=>{f.value=v}):f.value=b()}c.value&&n&&Dt(["copy","cut"],h);async function m(v=Ie(s)){c.value&&v!=null&&(o.value&&_(a.value)?await t.clipboard.writeText(v):g(v),f.value=v,u.value=!0,d.start())}function g(v){const p=document.createElement("textarea");p.value=v??"",p.style.position="absolute",p.style.opacity="0",document.body.appendChild(p),p.select(),document.execCommand("copy"),p.remove()}function b(){var v,p,y;return(y=(p=(v=document==null?void 0:document.getSelection)==null?void 0:v.call(document))==null?void 0:p.toString())!=null?y:""}function _(v){return v==="granted"||v==="prompt"}return{isSupported:c,text:f,copied:u,copy:m}}function SS(e){return JSON.parse(JSON.stringify(e))}const Li=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},xi="__vueuse_ssr_handlers__",CS=PS();function PS(){return xi in Li||(Li[xi]=Li[xi]||{}),Li[xi]}function Nm(e,t){return CS[e]||t}function uc(e){return TS("(prefers-color-scheme: dark)",e)}function OS(e){return e==null?"any":e instanceof Set?"set":e instanceof Map?"map":e instanceof Date?"date":typeof e=="boolean"?"boolean":typeof e=="string"?"string":typeof e=="object"?"object":Number.isNaN(e)?"any":"number"}const AS={boolean:{read:e=>e==="true",write:e=>String(e)},object:{read:e=>JSON.parse(e),write:e=>JSON.stringify(e)},number:{read:e=>Number.parseFloat(e),write:e=>String(e)},any:{read:e=>e,write:e=>String(e)},string:{read:e=>e,write:e=>String(e)},map:{read:e=>new Map(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e.entries()))},set:{read:e=>new Set(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e))},date:{read:e=>new Date(e),write:e=>e.toISOString()}},Hf="vueuse-storage";function RS(e,t,n,s={}){var r;const{flush:i="pre",deep:o=!0,listenToStorageChanges:l=!0,writeDefaults:a=!0,mergeDefaults:c=!1,shallow:f,window:u=yt,eventFilter:d,onError:h=A=>{console.error(A)},initOnMounted:m}=s,g=(f?Jt:ie)(typeof t=="function"?t():t);if(!n)try{n=Nm("getDefaultStorage",()=>{var A;return(A=yt)==null?void 0:A.localStorage})()}catch(A){h(A)}if(!n)return g;const b=Ie(t),_=OS(b),v=(r=s.serializer)!=null?r:AS[_],{pause:p,resume:y}=hS(g,()=>C(g.value),{flush:i,deep:o,eventFilter:d});u&&l&&Rm(()=>{n instanceof Storage?Dt(u,"storage",R):Dt(u,Hf,O),m&&R()}),m||R();function E(A,D){if(u){const N={key:e,oldValue:A,newValue:D,storageArea:n};u.dispatchEvent(n instanceof Storage?new StorageEvent("storage",N):new CustomEvent(Hf,{detail:N}))}}function C(A){try{const D=n.getItem(e);if(A==null)E(D,null),n.removeItem(e);else{const N=v.write(A);D!==N&&(n.setItem(e,N),E(D,N))}}catch(D){h(D)}}function L(A){const D=A?A.newValue:n.getItem(e);if(D==null)return a&&b!=null&&n.setItem(e,v.write(b)),b;if(!A&&c){const N=v.read(D);return typeof c=="function"?c(N,b):_==="object"&&!Array.isArray(N)?{...b,...N}:N}else return typeof D!="string"?D:v.read(D)}function R(A){if(!(A&&A.storageArea!==n)){if(A&&A.key==null){g.value=b;return}if(!(A&&A.key!==e)){p();try{(A==null?void 0:A.newValue)!==v.write(g.value)&&(g.value=L(A))}catch(D){h(D)}finally{A?gt(y):y()}}}}function O(A){R(A.detail)}return g}const LS="*,*::before,*::after{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}";function xS(e={}){const{selector:t="html",attribute:n="class",initialValue:s="auto",window:r=yt,storage:i,storageKey:o="vueuse-color-scheme",listenToStorageChanges:l=!0,storageRef:a,emitAuto:c,disableTransition:f=!0}=e,u={auto:"",light:"light",dark:"dark",...e.modes||{}},d=uc({window:r}),h=me(()=>d.value?"dark":"light"),m=a||(o==null?Nr(s):RS(o,s,i,{window:r,listenToStorageChanges:l})),g=me(()=>m.value==="auto"?h.value:m.value),b=Nm("updateHTMLAttrs",(y,E,C)=>{const L=typeof y=="string"?r==null?void 0:r.document.querySelector(y):Us(y);if(!L)return;const R=new Set,O=new Set;let A=null;if(E==="class"){const N=C.split(/\s/g);Object.values(u).flatMap(B=>(B||"").split(/\s/g)).filter(Boolean).forEach(B=>{N.includes(B)?R.add(B):O.add(B)})}else A={key:E,value:C};if(R.size===0&&O.size===0&&A===null)return;let D;f&&(D=r.document.createElement("style"),D.appendChild(document.createTextNode(LS)),r.document.head.appendChild(D));for(const N of R)L.classList.add(N);for(const N of O)L.classList.remove(N);A&&L.setAttribute(A.key,A.value),f&&(r.getComputedStyle(D).opacity,document.head.removeChild(D))});function _(y){var E;b(t,n,(E=u[y])!=null?E:y)}function v(y){e.onChanged?e.onChanged(y,_):_(y)}Le(g,v,{flush:"post",immediate:!0}),Rm(()=>v(g.value));const p=me({get(){return c?m.value:g.value},set(y){m.value=y}});try{return Object.assign(p,{store:m,system:h,state:g})}catch{return p}}function kS(e={}){const{valueDark:t="dark",valueLight:n="",window:s=yt}=e,r=xS({...e,onChanged:(l,a)=>{var c;e.onChanged?(c=e.onChanged)==null||c.call(e,l==="dark",a,l):a(l)},modes:{dark:t,light:n}}),i=me(()=>r.system?r.system.value:uc({window:s}).value?"dark":"light");return me({get(){return r.value==="dark"},set(l){const a=l?"dark":"light";i.value===a?r.value="auto":r.value=a}})}function XS(e={}){const{document:t=xm}=e;if(!t)return ie("visible");const n=ie(t.visibilityState);return Dt(t,"visibilitychange",()=>{n.value=t.visibilityState}),n}function NS(e,t,n={}){const{root:s,rootMargin:r="0px",threshold:i=0,window:o=yt,immediate:l=!0}=n,a=ci(()=>o&&"IntersectionObserver"in o),c=me(()=>{const m=Ie(e);return(Array.isArray(m)?m:[m]).map(Us).filter(Cm)});let f=Qn;const u=ie(l),d=a.value?Le(()=>[c.value,Us(s),u.value],([m,g])=>{if(f(),!u.value||!m.length)return;const b=new IntersectionObserver(t,{root:Us(g),rootMargin:r,threshold:i});m.forEach(_=>_&&b.observe(_)),f=()=>{b.disconnect(),f=Qn}},{immediate:l,flush:"post"}):Qn,h=()=>{f(),d(),u.value=!1};return wn(h),{isSupported:a,isActive:u,pause(){f(),u.value=!1},resume(){u.value=!0},stop:h}}function JS(e,t={}){const{window:n=yt,scrollTarget:s,threshold:r=0}=t,i=ie(!1);return NS(e,o=>{let l=i.value,a=0;for(const c of o)c.time>=a&&(a=c.time,l=c.isIntersecting);i.value=l},{root:s,window:n,threshold:r}),i}const IS={json:"application/json",text:"text/plain"};function jf(e){return e&&fS(e,"immediate","refetch","initialData","timeout","beforeFetch","afterFetch","onFetchError","fetch","updateDataOnError")}function El(e){return typeof Headers<"u"&&e instanceof Headers?Object.fromEntries(e.entries()):e}function ZS(e,...t){var n;const s=typeof AbortController=="function";let r={},i={immediate:!0,refetch:!1,timeout:0,updateDataOnError:!1};const o={method:"GET",type:"text",payload:void 0};t.length>0&&(jf(t[0])?i={...i,...t[0]}:r=t[0]),t.length>1&&jf(t[1])&&(i={...i,...t[1]});const{fetch:l=(n=yt)==null?void 0:n.fetch,initialData:a,timeout:c}=i,f=wl(),u=wl(),d=wl(),h=ie(!1),m=ie(!1),g=ie(!1),b=ie(null),_=Jt(null),v=Jt(null),p=Jt(a||null),y=me(()=>s&&m.value);let E,C;const L=()=>{s&&(E==null||E.abort(),E=new AbortController,E.signal.onabort=()=>g.value=!0,r={...r,signal:E.signal})},R=W=>{m.value=W,h.value=!W};c&&(C=Lm(L,c,{immediate:!1}));let O=0;const A=async(W=!1)=>{var q,G;L(),R(!0),v.value=null,b.value=null,g.value=!1,O+=1;const re=O,xe={method:o.method,headers:{}};if(o.payload){const Ce=El(xe.headers),Xe=Ie(o.payload);!o.payloadType&&Xe&&Object.getPrototypeOf(Xe)===Object.prototype&&!(Xe instanceof FormData)&&(o.payloadType="json"),o.payloadType&&(Ce["Content-Type"]=(q=IS[o.payloadType])!=null?q:o.payloadType),xe.body=o.payloadType==="json"?JSON.stringify(Xe):Xe}let We=!1;const Re={url:Ie(e),options:{...xe,...r},cancel:()=>{We=!0}};if(i.beforeFetch&&Object.assign(Re,await i.beforeFetch(Re)),We||!l)return R(!1),Promise.resolve(null);let Ke=null;return C&&C.start(),l(Re.url,{...xe,...Re.options,headers:{...El(xe.headers),...El((G=Re.options)==null?void 0:G.headers)}}).then(async Ce=>{if(_.value=Ce,b.value=Ce.status,Ke=await Ce.clone()[o.type](),!Ce.ok)throw p.value=a||null,new Error(Ce.statusText);return i.afterFetch&&({data:Ke}=await i.afterFetch({data:Ke,response:Ce})),p.value=Ke,f.trigger(Ce),Ce}).catch(async Ce=>{let Xe=Ce.message||Ce.name;if(i.onFetchError&&({error:Xe,data:Ke}=await i.onFetchError({data:Ke,error:Ce,response:_.value})),v.value=Xe,i.updateDataOnError&&(p.value=Ke),u.trigger(Ce),W)throw Ce;return null}).finally(()=>{re===O&&R(!1),C&&C.stop(),d.trigger(null)})},D=Nr(i.refetch);Le([D,Nr(e)],([W])=>W&&A(),{deep:!0});const N={isFinished:yn(h),isFetching:yn(m),statusCode:b,response:_,error:v,data:p,canAbort:y,aborted:g,abort:L,execute:A,onFetchResponse:f.on,onFetchError:u.on,onFetchFinally:d.on,get:B("GET"),put:B("PUT"),post:B("POST"),delete:B("DELETE"),patch:B("PATCH"),head:B("HEAD"),options:B("OPTIONS"),json:se("json"),text:se("text"),blob:se("blob"),arrayBuffer:se("arrayBuffer"),formData:se("formData")};function B(W){return(q,G)=>{if(!m.value)return o.method=W,o.payload=q,o.payloadType=G,_e(o.payload)&&Le([D,Nr(o.payload)],([re])=>re&&A(),{deep:!0}),{...N,then(re,xe){return X().then(re,xe)}}}}function X(){return new Promise((W,q)=>{mS(h).toBe(!0).then(()=>W(N)).catch(G=>q(G))})}function se(W){return()=>{if(!m.value)return o.type=W,{...N,then(q,G){return X().then(q,G)}}}}return i.immediate&&Promise.resolve().then(()=>A()),{...N,then(W,q){return X().then(W,q)}}}const MS={ctrl:"control",command:"meta",cmd:"meta",option:"alt",up:"arrowup",down:"arrowdown",left:"arrowleft",right:"arrowright"};function eC(e={}){const{reactive:t=!1,target:n=yt,aliasMap:s=MS,passive:r=!0,onEventFired:i=Qn}=e,o=Yn(new Set),l={toJSON(){return{}},current:o},a=t?Yn(l):l,c=new Set,f=new Set;function u(g,b){g in a&&(t?a[g]=b:a[g].value=b)}function d(){o.clear();for(const g of f)u(g,!1)}function h(g,b){var _,v;const p=(_=g.key)==null?void 0:_.toLowerCase(),E=[(v=g.code)==null?void 0:v.toLowerCase(),p].filter(Boolean);p&&(b?o.add(p):o.delete(p));for(const C of E)f.add(C),u(C,b);p==="meta"&&!b?(c.forEach(C=>{o.delete(C),u(C,!1)}),c.clear()):typeof g.getModifierState=="function"&&g.getModifierState("Meta")&&b&&[...o,...E].forEach(C=>c.add(C))}Dt(n,"keydown",g=>(h(g,!0),i(g)),{passive:r}),Dt(n,"keyup",g=>(h(g,!1),i(g)),{passive:r}),Dt("blur",d,{passive:!0}),Dt("focus",d,{passive:!0});const m=new Proxy(a,{get(g,b,_){if(typeof b!="string")return Reflect.get(g,b,_);if(b=b.toLowerCase(),b in s&&(b=s[b]),!(b in a))if(/[+_-]/.test(b)){const p=b.split(/[+_-]/g).map(y=>y.trim());a[b]=me(()=>p.every(y=>Ie(m[y])))}else a[b]=ie(!1);const v=Reflect.get(g,b,_);return t?Ie(v):v}});return m}function tC(e={}){const{controls:t=!1,interval:n="requestAnimationFrame"}=e,s=ie(new Date),r=()=>s.value=new Date,i=n==="requestAnimationFrame"?ES(r,{immediate:!0}):gS(r,n,{immediate:!0});return t?{now:s,...i}:s}function nC(e=null,t={}){var n,s,r;const{document:i=xm,restoreOnUnmount:o=u=>u}=t,l=(n=i==null?void 0:i.title)!=null?n:"",a=Nr((s=e??(i==null?void 0:i.title))!=null?s:null),c=e&&typeof e=="function";function f(u){if(!("titleTemplate"in t))return u;const d=t.titleTemplate||"%s";return typeof d=="function"?d(u):Ie(d).replace(/%s/g,u)}return Le(a,(u,d)=>{u!==d&&i&&(i.title=f(typeof u=="string"?u:""))},{immediate:!0}),t.observe&&!t.titleTemplate&&i&&!c&&wS((r=i.head)==null?void 0:r.querySelector("title"),()=>{i&&i.title!==a.value&&(a.value=f(i.title))},{childList:!0}),pS(()=>{if(o){const u=o(l,a.value||"");u!=null&&i&&(i.title=u)}}),a}function sC(e,t,n,s={}){var r,i,o;const{clone:l=!1,passive:a=!1,eventName:c,deep:f=!1,defaultValue:u,shouldEmit:d}=s,h=Be(),m=(h==null?void 0:h.emit)||((r=h==null?void 0:h.$emit)==null?void 0:r.bind(h))||((o=(i=h==null?void 0:h.proxy)==null?void 0:i.$emit)==null?void 0:o.bind(h==null?void 0:h.proxy));let g=c;t||(t="modelValue"),g=g||`update:${t.toString()}`;const b=p=>l?typeof l=="function"?l(p):SS(p):p,_=()=>iS(e[t])?b(e[t]):u,v=p=>{d?d(p)&&m(g,p):m(g,p)};if(a){const p=_(),y=ie(p);let E=!1;return Le(()=>e[t],C=>{E||(E=!0,y.value=b(C),gt(()=>E=!1))}),Le(y,C=>{!E&&(C!==e[t]||f)&&v(C)},{deep:f}),y}else return me({get(){return _()},set(p){v(p)}})}function rC(e={}){const{window:t=yt,behavior:n="auto"}=e;if(!t)return{x:ie(0),y:ie(0)};const s=ie(t.scrollX),r=ie(t.scrollY),i=me({get(){return s.value},set(l){scrollTo({left:l,behavior:n})}}),o=me({get(){return r.value},set(l){scrollTo({top:l,behavior:n})}});return Dt(t,"scroll",()=>{s.value=t.scrollX,r.value=t.scrollY},{capture:!1,passive:!0}),{x:i,y:o}}const Im=kS(),iC=yS(Im),DS=uc(),$S=_t({__name:"App",setup(e){return JT({title:"Board - XCPCIO",meta:[{name:"description",content:"XCPCIO-Board 主要收录 *CPC 系列竞赛的榜单。"},{name:"keywords",content:"icpc, ccpc, rank, board, standings"},{name:"theme-color",content:()=>Im.value?"#00aba9":"#ffffff"}],link:[{rel:"icon",type:"image/svg+xml",href:()=>DS.value?"/favicon-dark.svg":"/favicon.svg"}]}),(t,n)=>{const s=_s("RouterView");return dt(),vn(s)}}});sS($S,{routes:lE(rS),base:"/"},e=>{Object.values(Object.assign({"./modules/i18n.ts":uw,"./modules/nprogress.ts":pw,"./modules/pinia.ts":Tw,"./modules/pwa.ts":Cw,"./modules/toast.ts":Lw})).forEach(t=>{var n;return(n=t.install)==null?void 0:n.call(t,e)}),e.app.use(oE),e.app.use(i0)});export{XS as $,nC as A,ZS as B,Le as C,ri as D,M_ as E,De as F,vn as G,qS as H,JT as I,Av as J,Wn as K,Ja as L,jr as M,RS as N,ep as O,gt as P,pp as Q,mp as R,Ow as S,wb as T,YS as U,Lb as V,Tn as W,gS as X,vS as Y,QS as Z,He as _,Te as a,qa as a0,eC as a1,Pw as a2,zS as a3,Uo as a4,Uw as a5,Iw as a6,jS as a7,Hu as a8,kt as a9,ai as aa,kw as ab,Nw as ac,Cp as ad,Kw as ae,Dw as af,ut as ag,rh as ah,ft as ai,Jw as aj,le as ak,Ra as al,WS as am,Sa as an,KS as ao,Rd as ap,wn as aq,ka as ar,Ie as as,fw as at,HS as au,Jh as av,Be as aw,sC as ax,Yt as b,er as c,_t as d,rC as e,GS as f,me as g,Tt as h,aw as i,za as j,Ea as k,hp as l,tC as m,ns as n,dt as o,ie as p,JS as q,_s as r,Fl as s,iC as t,nc as u,u_ as v,ys as w,io as x,Fo as y,_e as z};