@xcpcio/board-app 0.36.0 → 0.37.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (24) hide show
  1. package/dist/assets/{Board-95c6af0c.css → Board-605f814f.css} +1 -1
  2. package/dist/assets/{Board-33697790.js → Board-ed57e32d.js} +3 -3
  3. package/dist/assets/{DataSourceInput.vue_vue_type_script_setup_true_lang-5bb85145.js → DataSourceInput.vue_vue_type_script_setup_true_lang-75054467.js} +1 -1
  4. package/dist/assets/{TheInput.vue_vue_type_script_setup_true_lang-f86a88cd.js → TheInput.vue_vue_type_script_setup_true_lang-49e558a8.js} +1 -1
  5. package/dist/assets/{_...all_-bf870fe0.js → _...all_-e892832e.js} +1 -1
  6. package/dist/assets/{_name_-f5cba217.js → _name_-373334a8.js} +1 -1
  7. package/dist/assets/{about-abf94800.js → about-228de914.js} +1 -1
  8. package/dist/assets/{board-b333d178.js → board-34623b20.js} +1 -1
  9. package/dist/assets/{board-layout-a5085987.js → board-layout-f43c2493.js} +1 -1
  10. package/dist/assets/{headless-c50b4591.js → headless-3e59fd0c.js} +1 -1
  11. package/dist/assets/{home-dde093aa.js → home-ce3f969f.js} +1 -1
  12. package/dist/assets/{index-084a197d.js → index-1e480c58.js} +9 -9
  13. package/dist/assets/{index-6999b738.js → index-6932323e.js} +1 -1
  14. package/dist/assets/{index-dbac5f19.js → index-ba8d51f6.js} +1 -1
  15. package/dist/assets/{index-layout-bf0bad87.js → index-layout-5c66c0b4.js} +1 -1
  16. package/dist/assets/{test-cb214810.js → test-f4b88366.js} +1 -1
  17. package/dist/assets/{useQueryBoardData-eb47ec82.js → useQueryBoardData-66b40056.js} +1 -1
  18. package/dist/assets/{user-203ba27e.js → user-fb838219.js} +1 -1
  19. package/dist/assets/{virtual_pwa-register-4551dbd6.js → virtual_pwa-register-824b96c6.js} +1 -1
  20. package/dist/index.html +1 -1
  21. package/dist/sw.js +1 -1
  22. package/package.json +3 -3
  23. package/src/components/board/Board.vue +7 -1
  24. package/src/components/board/TeamUI.vue +1 -1
@@ -2,7 +2,7 @@
2
2
  * shared v9.2.2
3
3
  * (c) 2022 kazuya kawaguchi
4
4
  * Released under the MIT License.
5
- */const Wb=typeof window<"u",m5=typeof Symbol=="function"&&typeof Symbol.toStringTag=="symbol",Ef=t=>m5?Symbol(t):t,v5=(t,i,s)=>b5({l:t,k:i,s}),b5=t=>JSON.stringify(t).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029").replace(/\u0027/g,"\\u0027"),ys=t=>typeof t=="number"&&isFinite(t),y5=t=>B4(t)==="[object Date]",Gm=t=>B4(t)==="[object RegExp]",F2=t=>Rn(t)&&Object.keys(t).length===0;function _5(t,i){typeof console<"u"&&(console.warn("[intlify] "+t),i&&console.warn(i.stack))}const ua=Object.assign;let r_;const M4=()=>r_||(r_=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function n_(t){return t.replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;")}const w5=Object.prototype.hasOwnProperty;function L4(t,i){return w5.call(t,i)}const es=Array.isArray,Ps=t=>typeof t=="function",mr=t=>typeof t=="string",Vi=t=>typeof t=="boolean",si=t=>t!==null&&typeof t=="object",Kw=Object.prototype.toString,B4=t=>Kw.call(t),Rn=t=>B4(t)==="[object Object]",D5=t=>t==null?"":es(t)||Rn(t)&&t.toString===Kw?JSON.stringify(t,null,2):String(t);/*!
5
+ */const Wb=typeof window<"u",m5=typeof Symbol=="function"&&typeof Symbol.toStringTag=="symbol",Ef=t=>m5?Symbol(t):t,v5=(t,i,s)=>b5({l:t,k:i,s}),b5=t=>JSON.stringify(t).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029").replace(/\u0027/g,"\\u0027"),ys=t=>typeof t=="number"&&isFinite(t),y5=t=>By(t)==="[object Date]",Gm=t=>By(t)==="[object RegExp]",F2=t=>Rn(t)&&Object.keys(t).length===0;function _5(t,i){typeof console<"u"&&(console.warn("[intlify] "+t),i&&console.warn(i.stack))}const ua=Object.assign;let r_;const My=()=>r_||(r_=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function n_(t){return t.replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;")}const w5=Object.prototype.hasOwnProperty;function Ly(t,i){return w5.call(t,i)}const es=Array.isArray,Ps=t=>typeof t=="function",mr=t=>typeof t=="string",Vi=t=>typeof t=="boolean",si=t=>t!==null&&typeof t=="object",Kw=Object.prototype.toString,By=t=>Kw.call(t),Rn=t=>By(t)==="[object Object]",D5=t=>t==null?"":es(t)||Rn(t)&&t.toString===Kw?JSON.stringify(t,null,2):String(t);/*!
6
6
  * message-compiler v9.2.2
7
7
  * (c) 2022 kazuya kawaguchi
8
8
  * Released under the MIT License.
@@ -14,20 +14,20 @@
14
14
  * core-base v9.2.2
15
15
  * (c) 2022 kazuya kawaguchi
16
16
  * Released under the MIT License.
17
- */const xf=[];xf[0]={w:[0],i:[3,0],"[":[4],o:[7]};xf[1]={w:[1],".":[2],"[":[4],o:[7]};xf[2]={w:[2],i:[3,0],0:[3,0]};xf[3]={i:[3,0],0:[3,0],w:[1,1],".":[2,1],"[":[4,1],o:[7,1]};xf[4]={"'":[5,0],'"':[6,0],"[":[4,2],"]":[1,3],o:8,l:[4,0]};xf[5]={"'":[4,0],o:8,l:[5,0]};xf[6]={'"':[4,0],o:8,l:[6,0]};const F5=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function E5(t){return F5.test(t)}function x5(t){const i=t.charCodeAt(0),s=t.charCodeAt(t.length-1);return i===s&&(i===34||i===39)?t.slice(1,-1):t}function C5(t){if(t==null)return"o";switch(t.charCodeAt(0)){case 91:case 93:case 46:case 34:case 39:return t;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 T5(t){const i=t.trim();return t.charAt(0)==="0"&&isNaN(parseInt(t))?!1:E5(i)?x5(i):"*"+i}function A5(t){const i=[];let s=-1,a=0,r=0,e,d,y,w,F,C,S;const R=[];R[0]=()=>{d===void 0?d=y:d+=y},R[1]=()=>{d!==void 0&&(i.push(d),d=void 0)},R[2]=()=>{R[0](),r++},R[3]=()=>{if(r>0)r--,a=4,R[0]();else{if(r=0,d===void 0||(d=T5(d),d===!1))return!1;R[1]()}};function L(){const B=t[s+1];if(a===5&&B==="'"||a===6&&B==='"')return s++,y="\\"+B,R[0](),!0}for(;a!==null;)if(s++,e=t[s],!(e==="\\"&&L())){if(w=C5(e),S=xf[a],F=S[w]||S.l||8,F===8||(a=F[0],F[1]!==void 0&&(C=R[F[1]],C&&(y=e,C()===!1))))return;if(a===7)return i}}const i_=new Map;function S5(t,i){return si(t)?t[i]:null}function k5(t,i){if(!si(t))return null;let s=i_.get(i);if(s||(s=A5(i),s&&i_.set(i,s)),!s)return null;const a=s.length;let r=t,e=0;for(;e<a;){const d=r[s[e]];if(d===void 0)return null;r=d,e++}return r}const O5=t=>t,R5=t=>"",P5="text",I5=t=>t.length===0?"":t.join(""),N5=D5;function s_(t,i){return t=Math.abs(t),i===2?t?t>1?1:0:1:t?Math.min(t,2):0}function M5(t){const i=ys(t.pluralIndex)?t.pluralIndex:-1;return t.named&&(ys(t.named.count)||ys(t.named.n))?ys(t.named.count)?t.named.count:ys(t.named.n)?t.named.n:i:i}function L5(t,i){i.count||(i.count=t),i.n||(i.n=t)}function B5(t={}){const i=t.locale,s=M5(t),a=si(t.pluralRules)&&mr(i)&&Ps(t.pluralRules[i])?t.pluralRules[i]:s_,r=si(t.pluralRules)&&mr(i)&&Ps(t.pluralRules[i])?s_:void 0,e=W=>W[a(s,W.length,r)],d=t.list||[],y=W=>d[W],w=t.named||{};ys(t.pluralIndex)&&L5(s,w);const F=W=>w[W];function C(W){const K=Ps(t.messages)?t.messages(W):si(t.messages)?t.messages[W]:!1;return K||(t.parent?t.parent.message(W):R5)}const S=W=>t.modifiers?t.modifiers[W]:O5,R=Rn(t.processor)&&Ps(t.processor.normalize)?t.processor.normalize:I5,L=Rn(t.processor)&&Ps(t.processor.interpolate)?t.processor.interpolate:N5,B=Rn(t.processor)&&mr(t.processor.type)?t.processor.type:P5,z={list:y,named:F,plural:e,linked:(W,...K)=>{const[oe,G]=K;let j="text",Z="";K.length===1?si(oe)?(Z=oe.modifier||Z,j=oe.type||j):mr(oe)&&(Z=oe||Z):K.length===2&&(mr(oe)&&(Z=oe||Z),mr(G)&&(j=G||j));let ie=C(W)(z);return j==="vnode"&&es(ie)&&Z&&(ie=ie[0]),Z?S(Z)(ie,j):ie},message:C,type:B,interpolate:L,normalize:R};return z}let Cp=null;function U5(t){Cp=t}function $5(t,i,s){Cp&&Cp.emit(Jw.I18nInit,{timestamp:Date.now(),i18n:t,version:i,meta:s})}const H5=W5(Jw.FunctionTranslate);function W5(t){return i=>Cp&&Cp.emit(t,i)}function z5(t,i,s){return[...new Set([s,...es(i)?i:si(i)?Object.keys(i):mr(i)?[i]:[s]])]}function Zw(t,i,s){const a=mr(s)?s:U4,r=t;r.__localeChainCache||(r.__localeChainCache=new Map);let e=r.__localeChainCache.get(a);if(!e){e=[];let d=[s];for(;es(d);)d=a_(e,d,i);const y=es(i)||!Rn(i)?i:i.default?i.default:null;d=mr(y)?[y]:y,es(d)&&a_(e,d,!1),r.__localeChainCache.set(a,e)}return e}function a_(t,i,s){let a=!0;for(let r=0;r<i.length&&Vi(a);r++){const e=i[r];mr(e)&&(a=j5(t,i[r],s))}return a}function j5(t,i,s){let a;const r=i.split("-");do{const e=r.join("-");a=V5(t,e,s),r.splice(-1,1)}while(r.length&&a===!0);return a}function V5(t,i,s){let a=!1;if(!t.includes(i)&&(a=!0,i)){a=i[i.length-1]!=="!";const r=i.replace(/!/g,"");t.push(r),(es(s)||Rn(s))&&s[r]&&(a=s[r])}return a}const G5="9.2.2",E2=-1,U4="en-US",o_="",l_=t=>`${t.charAt(0).toLocaleUpperCase()}${t.substr(1)}`;function Y5(){return{upper:(t,i)=>i==="text"&&mr(t)?t.toUpperCase():i==="vnode"&&si(t)&&"__v_isVNode"in t?t.children.toUpperCase():t,lower:(t,i)=>i==="text"&&mr(t)?t.toLowerCase():i==="vnode"&&si(t)&&"__v_isVNode"in t?t.children.toLowerCase():t,capitalize:(t,i)=>i==="text"&&mr(t)?l_(t):i==="vnode"&&si(t)&&"__v_isVNode"in t?l_(t.children):t}}let q5,eD;function K5(t){eD=t}let tD;function Q5(t){tD=t}let rD=null;const c_=t=>{rD=t},X5=()=>rD;let nD=null;const u_=t=>{nD=t},J5=()=>nD;let f_=0;function Z5(t={}){const i=mr(t.version)?t.version:G5,s=mr(t.locale)?t.locale:U4,a=es(t.fallbackLocale)||Rn(t.fallbackLocale)||mr(t.fallbackLocale)||t.fallbackLocale===!1?t.fallbackLocale:s,r=Rn(t.messages)?t.messages:{[s]:{}},e=Rn(t.datetimeFormats)?t.datetimeFormats:{[s]:{}},d=Rn(t.numberFormats)?t.numberFormats:{[s]:{}},y=ua({},t.modifiers||{},Y5()),w=t.pluralRules||{},F=Ps(t.missing)?t.missing:null,C=Vi(t.missingWarn)||Gm(t.missingWarn)?t.missingWarn:!0,S=Vi(t.fallbackWarn)||Gm(t.fallbackWarn)?t.fallbackWarn:!0,R=!!t.fallbackFormat,L=!!t.unresolving,B=Ps(t.postTranslation)?t.postTranslation:null,I=Rn(t.processor)?t.processor:null,z=Vi(t.warnHtmlMessage)?t.warnHtmlMessage:!0,W=!!t.escapeParameter,K=Ps(t.messageCompiler)?t.messageCompiler:q5,oe=Ps(t.messageResolver)?t.messageResolver:eD||S5,G=Ps(t.localeFallbacker)?t.localeFallbacker:tD||z5,j=si(t.fallbackContext)?t.fallbackContext:void 0,Z=Ps(t.onWarn)?t.onWarn:_5,ie=t,ne=si(ie.__datetimeFormatters)?ie.__datetimeFormatters:new Map,ae=si(ie.__numberFormatters)?ie.__numberFormatters:new Map,ue=si(ie.__meta)?ie.__meta:{};f_++;const Ee={version:i,cid:f_,locale:s,fallbackLocale:a,messages:r,modifiers:y,pluralRules:w,missing:F,missingWarn:C,fallbackWarn:S,fallbackFormat:R,unresolving:L,postTranslation:B,processor:I,warnHtmlMessage:z,escapeParameter:W,messageCompiler:K,messageResolver:oe,localeFallbacker:G,fallbackContext:j,onWarn:Z,__meta:ue};return Ee.datetimeFormats=e,Ee.numberFormats=d,Ee.__datetimeFormatters=ne,Ee.__numberFormatters=ae,__INTLIFY_PROD_DEVTOOLS__&&$5(Ee,i,ue),Ee}function $4(t,i,s,a,r){const{missing:e,onWarn:d}=t;if(e!==null){const y=e(t,s,i,r);return mr(y)?y:i}else return i}function J1(t,i,s){const a=t;a.__localeChainCache=new Map,t.localeFallbacker(t,s,i)}let iD=Qw.__EXTEND_POINT__;const bb=()=>++iD,gd={INVALID_ARGUMENT:iD,INVALID_DATE_ARGUMENT:bb(),INVALID_ISO_DATE_ARGUMENT:bb(),__EXTEND_POINT__:bb()};function md(t){return Xw(t,null,void 0)}const h_=()=>"",Ul=t=>Ps(t);function d_(t,...i){const{fallbackFormat:s,postTranslation:a,unresolving:r,messageCompiler:e,fallbackLocale:d,messages:y}=t,[w,F]=zb(...i),C=Vi(F.missingWarn)?F.missingWarn:t.missingWarn,S=Vi(F.fallbackWarn)?F.fallbackWarn:t.fallbackWarn,R=Vi(F.escapeParameter)?F.escapeParameter:t.escapeParameter,L=!!F.resolvedMessage,B=mr(F.default)||Vi(F.default)?Vi(F.default)?e?w:()=>w:F.default:s?e?w:()=>w:"",I=s||B!=="",z=mr(F.locale)?F.locale:t.locale;R&&ex(F);let[W,K,oe]=L?[w,z,y[z]||{}]:sD(t,w,z,d,S,C),G=W,j=w;if(!L&&!(mr(G)||Ul(G))&&I&&(G=B,j=G),!L&&(!(mr(G)||Ul(G))||!mr(K)))return r?E2:w;let Z=!1;const ie=()=>{Z=!0},ne=Ul(G)?G:aD(t,w,K,G,j,ie);if(Z)return G;const ae=nx(t,K,oe,F),ue=B5(ae),Ee=tx(t,ne,ue),Me=a?a(Ee,w):Ee;if(__INTLIFY_PROD_DEVTOOLS__){const Ae={timestamp:Date.now(),key:mr(w)?w:Ul(G)?G.key:"",locale:K||(Ul(G)?G.locale:""),format:mr(G)?G:Ul(G)?G.source:"",message:Me};Ae.meta=ua({},t.__meta,X5()||{}),H5(Ae)}return Me}function ex(t){es(t.list)?t.list=t.list.map(i=>mr(i)?n_(i):i):si(t.named)&&Object.keys(t.named).forEach(i=>{mr(t.named[i])&&(t.named[i]=n_(t.named[i]))})}function sD(t,i,s,a,r,e){const{messages:d,onWarn:y,messageResolver:w,localeFallbacker:F}=t,C=F(t,a,s);let S={},R,L=null;const B="translate";for(let I=0;I<C.length&&(R=C[I],S=d[R]||{},(L=w(S,i))===null&&(L=S[i]),!(mr(L)||Ps(L)));I++){const z=$4(t,i,R,e,B);z!==i&&(L=z)}return[L,R,S]}function aD(t,i,s,a,r,e){const{messageCompiler:d,warnHtmlMessage:y}=t;if(Ul(a)){const F=a;return F.locale=F.locale||s,F.key=F.key||i,F}if(d==null){const F=()=>a;return F.locale=s,F.key=i,F}const w=d(a,rx(t,s,r,a,y,e));return w.locale=s,w.key=i,w.source=a,w}function tx(t,i,s){return i(s)}function zb(...t){const[i,s,a]=t,r={};if(!mr(i)&&!ys(i)&&!Ul(i))throw md(gd.INVALID_ARGUMENT);const e=ys(i)?String(i):(Ul(i),i);return ys(s)?r.plural=s:mr(s)?r.default=s:Rn(s)&&!F2(s)?r.named=s:es(s)&&(r.list=s),ys(a)?r.plural=a:mr(a)?r.default=a:Rn(a)&&ua(r,a),[e,r]}function rx(t,i,s,a,r,e){return{warnHtmlMessage:r,onError:d=>{throw e&&e(d),d},onCacheKey:d=>v5(i,s,d)}}function nx(t,i,s,a){const{modifiers:r,pluralRules:e,messageResolver:d,fallbackLocale:y,fallbackWarn:w,missingWarn:F,fallbackContext:C}=t,R={locale:i,modifiers:r,pluralRules:e,messages:L=>{let B=d(s,L);if(B==null&&C){const[,,I]=sD(C,L,i,y,w,F);B=d(I,L)}if(mr(B)){let I=!1;const W=aD(t,L,i,B,L,()=>{I=!0});return I?h_:W}else return Ul(B)?B:h_}};return t.processor&&(R.processor=t.processor),a.list&&(R.list=a.list),a.named&&(R.named=a.named),ys(a.plural)&&(R.pluralIndex=a.plural),R}function p_(t,...i){const{datetimeFormats:s,unresolving:a,fallbackLocale:r,onWarn:e,localeFallbacker:d}=t,{__datetimeFormatters:y}=t,[w,F,C,S]=jb(...i),R=Vi(C.missingWarn)?C.missingWarn:t.missingWarn;Vi(C.fallbackWarn)?C.fallbackWarn:t.fallbackWarn;const L=!!C.part,B=mr(C.locale)?C.locale:t.locale,I=d(t,r,B);if(!mr(w)||w==="")return new Intl.DateTimeFormat(B,S).format(F);let z={},W,K=null;const oe="datetime format";for(let Z=0;Z<I.length&&(W=I[Z],z=s[W]||{},K=z[w],!Rn(K));Z++)$4(t,w,W,R,oe);if(!Rn(K)||!mr(W))return a?E2:w;let G=`${W}__${w}`;F2(S)||(G=`${G}__${JSON.stringify(S)}`);let j=y.get(G);return j||(j=new Intl.DateTimeFormat(W,ua({},K,S)),y.set(G,j)),L?j.formatToParts(F):j.format(F)}const oD=["localeMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName","formatMatcher","hour12","timeZone","dateStyle","timeStyle","calendar","dayPeriod","numberingSystem","hourCycle","fractionalSecondDigits"];function jb(...t){const[i,s,a,r]=t,e={};let d={},y;if(mr(i)){const w=i.match(/(\d{4}-\d{2}-\d{2})(T|\s)?(.*)/);if(!w)throw md(gd.INVALID_ISO_DATE_ARGUMENT);const F=w[3]?w[3].trim().startsWith("T")?`${w[1].trim()}${w[3].trim()}`:`${w[1].trim()}T${w[3].trim()}`:w[1].trim();y=new Date(F);try{y.toISOString()}catch{throw md(gd.INVALID_ISO_DATE_ARGUMENT)}}else if(y5(i)){if(isNaN(i.getTime()))throw md(gd.INVALID_DATE_ARGUMENT);y=i}else if(ys(i))y=i;else throw md(gd.INVALID_ARGUMENT);return mr(s)?e.key=s:Rn(s)&&Object.keys(s).forEach(w=>{oD.includes(w)?d[w]=s[w]:e[w]=s[w]}),mr(a)?e.locale=a:Rn(a)&&(d=a),Rn(r)&&(d=r),[e.key||"",y,e,d]}function g_(t,i,s){const a=t;for(const r in s){const e=`${i}__${r}`;a.__datetimeFormatters.has(e)&&a.__datetimeFormatters.delete(e)}}function m_(t,...i){const{numberFormats:s,unresolving:a,fallbackLocale:r,onWarn:e,localeFallbacker:d}=t,{__numberFormatters:y}=t,[w,F,C,S]=Vb(...i),R=Vi(C.missingWarn)?C.missingWarn:t.missingWarn;Vi(C.fallbackWarn)?C.fallbackWarn:t.fallbackWarn;const L=!!C.part,B=mr(C.locale)?C.locale:t.locale,I=d(t,r,B);if(!mr(w)||w==="")return new Intl.NumberFormat(B,S).format(F);let z={},W,K=null;const oe="number format";for(let Z=0;Z<I.length&&(W=I[Z],z=s[W]||{},K=z[w],!Rn(K));Z++)$4(t,w,W,R,oe);if(!Rn(K)||!mr(W))return a?E2:w;let G=`${W}__${w}`;F2(S)||(G=`${G}__${JSON.stringify(S)}`);let j=y.get(G);return j||(j=new Intl.NumberFormat(W,ua({},K,S)),y.set(G,j)),L?j.formatToParts(F):j.format(F)}const lD=["localeMatcher","style","currency","currencyDisplay","currencySign","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","notation","signDisplay","unit","unitDisplay","roundingMode","roundingPriority","roundingIncrement","trailingZeroDisplay"];function Vb(...t){const[i,s,a,r]=t,e={};let d={};if(!ys(i))throw md(gd.INVALID_ARGUMENT);const y=i;return mr(s)?e.key=s:Rn(s)&&Object.keys(s).forEach(w=>{lD.includes(w)?d[w]=s[w]:e[w]=s[w]}),mr(a)?e.locale=a:Rn(a)&&(d=a),Rn(r)&&(d=r),[e.key||"",y,e,d]}function v_(t,i,s){const a=t;for(const r in s){const e=`${i}__${r}`;a.__numberFormatters.has(e)&&a.__numberFormatters.delete(e)}}typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(M4().__INTLIFY_PROD_DEVTOOLS__=!1);function x2(t,i){const s=Object.create(null),a=t.split(",");for(let r=0;r<a.length;r++)s[a[r]]=!0;return i?r=>!!s[r.toLowerCase()]:r=>!!s[r]}const Yn={},yd=[],dl=()=>{},ix=()=>!1,sx=/^on[^a-z]/,jp=t=>sx.test(t),H4=t=>t.startsWith("onUpdate:"),ai=Object.assign,W4=(t,i)=>{const s=t.indexOf(i);s>-1&&t.splice(s,1)},ax=Object.prototype.hasOwnProperty,On=(t,i)=>ax.call(t,i),cr=Array.isArray,_d=t=>Hd(t)==="[object Map]",ih=t=>Hd(t)==="[object Set]",b_=t=>Hd(t)==="[object Date]",ox=t=>Hd(t)==="[object RegExp]",Lr=t=>typeof t=="function",wi=t=>typeof t=="string",Tp=t=>typeof t=="symbol",Kn=t=>t!==null&&typeof t=="object",z4=t=>Kn(t)&&Lr(t.then)&&Lr(t.catch),cD=Object.prototype.toString,Hd=t=>cD.call(t),lx=t=>Hd(t).slice(8,-1),uD=t=>Hd(t)==="[object Object]",j4=t=>wi(t)&&t!=="NaN"&&t[0]!=="-"&&""+parseInt(t,10)===t,op=x2(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),C2=t=>{const i=Object.create(null);return s=>i[s]||(i[s]=t(s))},cx=/-(\w)/g,Pa=C2(t=>t.replace(cx,(i,s)=>s?s.toUpperCase():"")),ux=/\B([A-Z])/g,xo=C2(t=>t.replace(ux,"-$1").toLowerCase()),Vp=C2(t=>t.charAt(0).toUpperCase()+t.slice(1)),lp=C2(t=>t?`on${Vp(t)}`:""),Ad=(t,i)=>!Object.is(t,i),wd=(t,i)=>{for(let s=0;s<t.length;s++)t[s](i)},Ym=(t,i,s)=>{Object.defineProperty(t,i,{configurable:!0,enumerable:!1,value:s})},qm=t=>{const i=parseFloat(t);return isNaN(i)?t:i},Km=t=>{const i=wi(t)?Number(t):NaN;return isNaN(i)?t:i};let y_;const Gb=()=>y_||(y_=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{}),fx="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",hx=x2(fx);function pl(t){if(cr(t)){const i={};for(let s=0;s<t.length;s++){const a=t[s],r=wi(a)?mx(a):pl(a);if(r)for(const e in r)i[e]=r[e]}return i}else{if(wi(t))return t;if(Kn(t))return t}}const dx=/;(?![^(]*\))/g,px=/:([^]+)/,gx=/\/\*[^]*?\*\//g;function mx(t){const i={};return t.replace(gx,"").split(dx).forEach(s=>{if(s){const a=s.split(px);a.length>1&&(i[a[0].trim()]=a[1].trim())}}),i}function fa(t){let i="";if(wi(t))i=t;else if(cr(t))for(let s=0;s<t.length;s++){const a=fa(t[s]);a&&(i+=a+" ")}else if(Kn(t))for(const s in t)t[s]&&(i+=s+" ");return i.trim()}function fD(t){if(!t)return null;let{class:i,style:s}=t;return i&&!wi(i)&&(t.class=fa(i)),s&&(t.style=pl(s)),t}const vx="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",bx=x2(vx);function hD(t){return!!t||t===""}function yx(t,i){if(t.length!==i.length)return!1;let s=!0;for(let a=0;s&&a<t.length;a++)s=mf(t[a],i[a]);return s}function mf(t,i){if(t===i)return!0;let s=b_(t),a=b_(i);if(s||a)return s&&a?t.getTime()===i.getTime():!1;if(s=Tp(t),a=Tp(i),s||a)return t===i;if(s=cr(t),a=cr(i),s||a)return s&&a?yx(t,i):!1;if(s=Kn(t),a=Kn(i),s||a){if(!s||!a)return!1;const r=Object.keys(t).length,e=Object.keys(i).length;if(r!==e)return!1;for(const d in t){const y=t.hasOwnProperty(d),w=i.hasOwnProperty(d);if(y&&!w||!y&&w||!mf(t[d],i[d]))return!1}}return String(t)===String(i)}function T2(t,i){return t.findIndex(s=>mf(s,i))}const Ji=t=>wi(t)?t:t==null?"":cr(t)||Kn(t)&&(t.toString===cD||!Lr(t.toString))?JSON.stringify(t,dD,2):String(t),dD=(t,i)=>i&&i.__v_isRef?dD(t,i.value):_d(i)?{[`Map(${i.size})`]:[...i.entries()].reduce((s,[a,r])=>(s[`${a} =>`]=r,s),{})}:ih(i)?{[`Set(${i.size})`]:[...i.values()]}:Kn(i)&&!cr(i)&&!uD(i)?String(i):i;let eo;class V4{constructor(i=!1){this.detached=i,this._active=!0,this.effects=[],this.cleanups=[],this.parent=eo,!i&&eo&&(this.index=(eo.scopes||(eo.scopes=[])).push(this)-1)}get active(){return this._active}run(i){if(this._active){const s=eo;try{return eo=this,i()}finally{eo=s}}}on(){eo=this}off(){eo=this.parent}stop(i){if(this._active){let s,a;for(s=0,a=this.effects.length;s<a;s++)this.effects[s].stop();for(s=0,a=this.cleanups.length;s<a;s++)this.cleanups[s]();if(this.scopes)for(s=0,a=this.scopes.length;s<a;s++)this.scopes[s].stop(!0);if(!this.detached&&this.parent&&!i){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 A2(t){return new V4(t)}function pD(t,i=eo){i&&i.active&&i.effects.push(t)}function S2(){return eo}function G4(t){eo&&eo.cleanups.push(t)}const Y4=t=>{const i=new Set(t);return i.w=0,i.n=0,i},gD=t=>(t.w&vf)>0,mD=t=>(t.n&vf)>0,_x=({deps:t})=>{if(t.length)for(let i=0;i<t.length;i++)t[i].w|=vf},wx=t=>{const{deps:i}=t;if(i.length){let s=0;for(let a=0;a<i.length;a++){const r=i[a];gD(r)&&!mD(r)?r.delete(t):i[s++]=r,r.w&=~vf,r.n&=~vf}i.length=s}},Qm=new WeakMap;let ip=0,vf=1;const Yb=30;let cl;const Y0=Symbol(""),qb=Symbol("");class Gp{constructor(i,s=null,a){this.fn=i,this.scheduler=s,this.active=!0,this.deps=[],this.parent=void 0,pD(this,a)}run(){if(!this.active)return this.fn();let i=cl,s=hf;for(;i;){if(i===this)return;i=i.parent}try{return this.parent=cl,cl=this,hf=!0,vf=1<<++ip,ip<=Yb?_x(this):__(this),this.fn()}finally{ip<=Yb&&wx(this),vf=1<<--ip,cl=this.parent,hf=s,this.parent=void 0,this.deferStop&&this.stop()}}stop(){cl===this?this.deferStop=!0:this.active&&(__(this),this.onStop&&this.onStop(),this.active=!1)}}function __(t){const{deps:i}=t;if(i.length){for(let s=0;s<i.length;s++)i[s].delete(t);i.length=0}}function Dx(t,i){t.effect&&(t=t.effect.fn);const s=new Gp(t);i&&(ai(s,i),i.scope&&pD(s,i.scope)),(!i||!i.lazy)&&s.run();const a=s.run.bind(s);return a.effect=s,a}function Fx(t){t.effect.stop()}let hf=!0;const vD=[];function Wd(){vD.push(hf),hf=!1}function zd(){const t=vD.pop();hf=t===void 0?!0:t}function Ma(t,i,s){if(hf&&cl){let a=Qm.get(t);a||Qm.set(t,a=new Map);let r=a.get(s);r||a.set(s,r=Y4()),bD(r)}}function bD(t,i){let s=!1;ip<=Yb?mD(t)||(t.n|=vf,s=!gD(t)):s=!t.has(cl),s&&(t.add(cl),cl.deps.push(t))}function jc(t,i,s,a,r,e){const d=Qm.get(t);if(!d)return;let y=[];if(i==="clear")y=[...d.values()];else if(s==="length"&&cr(t)){const w=Number(a);d.forEach((F,C)=>{(C==="length"||C>=w)&&y.push(F)})}else switch(s!==void 0&&y.push(d.get(s)),i){case"add":cr(t)?j4(s)&&y.push(d.get("length")):(y.push(d.get(Y0)),_d(t)&&y.push(d.get(qb)));break;case"delete":cr(t)||(y.push(d.get(Y0)),_d(t)&&y.push(d.get(qb)));break;case"set":_d(t)&&y.push(d.get(Y0));break}if(y.length===1)y[0]&&Kb(y[0]);else{const w=[];for(const F of y)F&&w.push(...F);Kb(Y4(w))}}function Kb(t,i){const s=cr(t)?t:[...t];for(const a of s)a.computed&&w_(a);for(const a of s)a.computed||w_(a)}function w_(t,i){(t!==cl||t.allowRecurse)&&(t.scheduler?t.scheduler():t.run())}function Ex(t,i){var s;return(s=Qm.get(t))==null?void 0:s.get(i)}const xx=x2("__proto__,__v_isRef,__isVue"),yD=new Set(Object.getOwnPropertyNames(Symbol).filter(t=>t!=="arguments"&&t!=="caller").map(t=>Symbol[t]).filter(Tp)),Cx=k2(),Tx=k2(!1,!0),Ax=k2(!0),Sx=k2(!0,!0),D_=kx();function kx(){const t={};return["includes","indexOf","lastIndexOf"].forEach(i=>{t[i]=function(...s){const a=mn(this);for(let e=0,d=this.length;e<d;e++)Ma(a,"get",e+"");const r=a[i](...s);return r===-1||r===!1?a[i](...s.map(mn)):r}}),["push","pop","shift","unshift","splice"].forEach(i=>{t[i]=function(...s){Wd();const a=mn(this)[i].apply(this,s);return zd(),a}}),t}function Ox(t){const i=mn(this);return Ma(i,"has",t),i.hasOwnProperty(t)}function k2(t=!1,i=!1){return function(a,r,e){if(r==="__v_isReactive")return!t;if(r==="__v_isReadonly")return t;if(r==="__v_isShallow")return i;if(r==="__v_raw"&&e===(t?i?CD:xD:i?ED:FD).get(a))return a;const d=cr(a);if(!t){if(d&&On(D_,r))return Reflect.get(D_,r,e);if(r==="hasOwnProperty")return Ox}const y=Reflect.get(a,r,e);return(Tp(r)?yD.has(r):xx(r))||(t||Ma(a,"get",r),i)?y:Mn(y)?d&&j4(r)?y:y.value:Kn(y)?t?sh(y):bf(y):y}}const Rx=_D(),Px=_D(!0);function _D(t=!1){return function(s,a,r,e){let d=s[a];if(J0(d)&&Mn(d)&&!Mn(r))return!1;if(!t&&(!Ap(r)&&!J0(r)&&(d=mn(d),r=mn(r)),!cr(s)&&Mn(d)&&!Mn(r)))return d.value=r,!0;const y=cr(s)&&j4(a)?Number(a)<s.length:On(s,a),w=Reflect.set(s,a,r,e);return s===mn(e)&&(y?Ad(r,d)&&jc(s,"set",a,r):jc(s,"add",a,r)),w}}function Ix(t,i){const s=On(t,i);t[i];const a=Reflect.deleteProperty(t,i);return a&&s&&jc(t,"delete",i,void 0),a}function Nx(t,i){const s=Reflect.has(t,i);return(!Tp(i)||!yD.has(i))&&Ma(t,"has",i),s}function Mx(t){return Ma(t,"iterate",cr(t)?"length":Y0),Reflect.ownKeys(t)}const wD={get:Cx,set:Rx,deleteProperty:Ix,has:Nx,ownKeys:Mx},DD={get:Ax,set(t,i){return!0},deleteProperty(t,i){return!0}},Lx=ai({},wD,{get:Tx,set:Px}),Bx=ai({},DD,{get:Sx}),q4=t=>t,O2=t=>Reflect.getPrototypeOf(t);function gm(t,i,s=!1,a=!1){t=t.__v_raw;const r=mn(t),e=mn(i);s||(i!==e&&Ma(r,"get",i),Ma(r,"get",e));const{has:d}=O2(r),y=a?q4:s?X4:Sp;if(d.call(r,i))return y(t.get(i));if(d.call(r,e))return y(t.get(e));t!==r&&t.get(i)}function mm(t,i=!1){const s=this.__v_raw,a=mn(s),r=mn(t);return i||(t!==r&&Ma(a,"has",t),Ma(a,"has",r)),t===r?s.has(t):s.has(t)||s.has(r)}function vm(t,i=!1){return t=t.__v_raw,!i&&Ma(mn(t),"iterate",Y0),Reflect.get(t,"size",t)}function F_(t){t=mn(t);const i=mn(this);return O2(i).has.call(i,t)||(i.add(t),jc(i,"add",t,t)),this}function E_(t,i){i=mn(i);const s=mn(this),{has:a,get:r}=O2(s);let e=a.call(s,t);e||(t=mn(t),e=a.call(s,t));const d=r.call(s,t);return s.set(t,i),e?Ad(i,d)&&jc(s,"set",t,i):jc(s,"add",t,i),this}function x_(t){const i=mn(this),{has:s,get:a}=O2(i);let r=s.call(i,t);r||(t=mn(t),r=s.call(i,t)),a&&a.call(i,t);const e=i.delete(t);return r&&jc(i,"delete",t,void 0),e}function C_(){const t=mn(this),i=t.size!==0,s=t.clear();return i&&jc(t,"clear",void 0,void 0),s}function bm(t,i){return function(a,r){const e=this,d=e.__v_raw,y=mn(d),w=i?q4:t?X4:Sp;return!t&&Ma(y,"iterate",Y0),d.forEach((F,C)=>a.call(r,w(F),w(C),e))}}function ym(t,i,s){return function(...a){const r=this.__v_raw,e=mn(r),d=_d(e),y=t==="entries"||t===Symbol.iterator&&d,w=t==="keys"&&d,F=r[t](...a),C=s?q4:i?X4:Sp;return!i&&Ma(e,"iterate",w?qb:Y0),{next(){const{value:S,done:R}=F.next();return R?{value:S,done:R}:{value:y?[C(S[0]),C(S[1])]:C(S),done:R}},[Symbol.iterator](){return this}}}}function Ku(t){return function(...i){return t==="delete"?!1:this}}function Ux(){const t={get(e){return gm(this,e)},get size(){return vm(this)},has:mm,add:F_,set:E_,delete:x_,clear:C_,forEach:bm(!1,!1)},i={get(e){return gm(this,e,!1,!0)},get size(){return vm(this)},has:mm,add:F_,set:E_,delete:x_,clear:C_,forEach:bm(!1,!0)},s={get(e){return gm(this,e,!0)},get size(){return vm(this,!0)},has(e){return mm.call(this,e,!0)},add:Ku("add"),set:Ku("set"),delete:Ku("delete"),clear:Ku("clear"),forEach:bm(!0,!1)},a={get(e){return gm(this,e,!0,!0)},get size(){return vm(this,!0)},has(e){return mm.call(this,e,!0)},add:Ku("add"),set:Ku("set"),delete:Ku("delete"),clear:Ku("clear"),forEach:bm(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(e=>{t[e]=ym(e,!1,!1),s[e]=ym(e,!0,!1),i[e]=ym(e,!1,!0),a[e]=ym(e,!0,!0)}),[t,s,i,a]}const[$x,Hx,Wx,zx]=Ux();function R2(t,i){const s=i?t?zx:Wx:t?Hx:$x;return(a,r,e)=>r==="__v_isReactive"?!t:r==="__v_isReadonly"?t:r==="__v_raw"?a:Reflect.get(On(s,r)&&r in a?s:a,r,e)}const jx={get:R2(!1,!1)},Vx={get:R2(!1,!0)},Gx={get:R2(!0,!1)},Yx={get:R2(!0,!0)},FD=new WeakMap,ED=new WeakMap,xD=new WeakMap,CD=new WeakMap;function qx(t){switch(t){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Kx(t){return t.__v_skip||!Object.isExtensible(t)?0:qx(lx(t))}function bf(t){return J0(t)?t:P2(t,!1,wD,jx,FD)}function K4(t){return P2(t,!1,Lx,Vx,ED)}function sh(t){return P2(t,!0,DD,Gx,xD)}function Qx(t){return P2(t,!0,Bx,Yx,CD)}function P2(t,i,s,a,r){if(!Kn(t)||t.__v_raw&&!(i&&t.__v_isReactive))return t;const e=r.get(t);if(e)return e;const d=Kx(t);if(d===0)return t;const y=new Proxy(t,d===2?a:s);return r.set(t,y),y}function Hc(t){return J0(t)?Hc(t.__v_raw):!!(t&&t.__v_isReactive)}function J0(t){return!!(t&&t.__v_isReadonly)}function Ap(t){return!!(t&&t.__v_isShallow)}function Q4(t){return Hc(t)||J0(t)}function mn(t){const i=t&&t.__v_raw;return i?mn(i):t}function Yp(t){return Ym(t,"__v_skip",!0),t}const Sp=t=>Kn(t)?bf(t):t,X4=t=>Kn(t)?sh(t):t;function J4(t){hf&&cl&&(t=mn(t),bD(t.dep||(t.dep=Y4())))}function I2(t,i){t=mn(t);const s=t.dep;s&&Kb(s)}function Mn(t){return!!(t&&t.__v_isRef===!0)}function nr(t){return TD(t,!1)}function Dd(t){return TD(t,!0)}function TD(t,i){return Mn(t)?t:new Xx(t,i)}class Xx{constructor(i,s){this.__v_isShallow=s,this.dep=void 0,this.__v_isRef=!0,this._rawValue=s?i:mn(i),this._value=s?i:Sp(i)}get value(){return J4(this),this._value}set value(i){const s=this.__v_isShallow||Ap(i)||J0(i);i=s?i:mn(i),Ad(i,this._rawValue)&&(this._rawValue=i,this._value=s?i:Sp(i),I2(this))}}function Jx(t){I2(t)}function gr(t){return Mn(t)?t.value:t}function Zx(t){return Lr(t)?t():gr(t)}const eC={get:(t,i,s)=>gr(Reflect.get(t,i,s)),set:(t,i,s,a)=>{const r=t[i];return Mn(r)&&!Mn(s)?(r.value=s,!0):Reflect.set(t,i,s,a)}};function Z4(t){return Hc(t)?t:new Proxy(t,eC)}class tC{constructor(i){this.dep=void 0,this.__v_isRef=!0;const{get:s,set:a}=i(()=>J4(this),()=>I2(this));this._get=s,this._set=a}get value(){return this._get()}set value(i){this._set(i)}}function ey(t){return new tC(t)}function AD(t){const i=cr(t)?new Array(t.length):{};for(const s in t)i[s]=kD(t,s);return i}class rC{constructor(i,s,a){this._object=i,this._key=s,this._defaultValue=a,this.__v_isRef=!0}get value(){const i=this._object[this._key];return i===void 0?this._defaultValue:i}set value(i){this._object[this._key]=i}get dep(){return Ex(mn(this._object),this._key)}}class nC{constructor(i){this._getter=i,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function SD(t,i,s){return Mn(t)?t:Lr(t)?new nC(t):Kn(t)&&arguments.length>1?kD(t,i,s):nr(t)}function kD(t,i,s){const a=t[i];return Mn(a)?a:new rC(t,i,s)}class iC{constructor(i,s,a,r){this._setter=s,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this._dirty=!0,this.effect=new Gp(i,()=>{this._dirty||(this._dirty=!0,I2(this))}),this.effect.computed=this,this.effect.active=this._cacheable=!r,this.__v_isReadonly=a}get value(){const i=mn(this);return J4(i),(i._dirty||!i._cacheable)&&(i._dirty=!1,i._value=i.effect.run()),i._value}set value(i){this._setter(i)}}function sC(t,i,s=!1){let a,r;const e=Lr(t);return e?(a=t,r=dl):(a=t.get,r=t.set),new iC(a,r,e||!r,s)}function aC(t,...i){}function oC(t,i){}function Wc(t,i,s,a){let r;try{r=a?t(...a):t()}catch(e){ah(e,i,s)}return r}function no(t,i,s,a){if(Lr(t)){const e=Wc(t,i,s,a);return e&&z4(e)&&e.catch(d=>{ah(d,i,s)}),e}const r=[];for(let e=0;e<t.length;e++)r.push(no(t[e],i,s,a));return r}function ah(t,i,s,a=!0){const r=i?i.vnode:null;if(i){let e=i.parent;const d=i.proxy,y=s;for(;e;){const F=e.ec;if(F){for(let C=0;C<F.length;C++)if(F[C](t,d,y)===!1)return}e=e.parent}const w=i.appContext.config.errorHandler;if(w){Wc(w,null,10,[t,d,y]);return}}lC(t,s,r,a)}function lC(t,i,s,a=!0){console.error(t)}let kp=!1,Qb=!1;const $s=[];let $l=0;const Fd=[];let Lc=null,H0=0;const OD=Promise.resolve();let ty=null;function Kl(t){const i=ty||OD;return t?i.then(this?t.bind(this):t):i}function cC(t){let i=$l+1,s=$s.length;for(;i<s;){const a=i+s>>>1;Op($s[a])<t?i=a+1:s=a}return i}function N2(t){(!$s.length||!$s.includes(t,kp&&t.allowRecurse?$l+1:$l))&&(t.id==null?$s.push(t):$s.splice(cC(t.id),0,t),RD())}function RD(){!kp&&!Qb&&(Qb=!0,ty=OD.then(PD))}function uC(t){const i=$s.indexOf(t);i>$l&&$s.splice(i,1)}function ry(t){cr(t)?Fd.push(...t):(!Lc||!Lc.includes(t,t.allowRecurse?H0+1:H0))&&Fd.push(t),RD()}function T_(t,i=kp?$l+1:0){for(;i<$s.length;i++){const s=$s[i];s&&s.pre&&($s.splice(i,1),i--,s())}}function Xm(t){if(Fd.length){const i=[...new Set(Fd)];if(Fd.length=0,Lc){Lc.push(...i);return}for(Lc=i,Lc.sort((s,a)=>Op(s)-Op(a)),H0=0;H0<Lc.length;H0++)Lc[H0]();Lc=null,H0=0}}const Op=t=>t.id==null?1/0:t.id,fC=(t,i)=>{const s=Op(t)-Op(i);if(s===0){if(t.pre&&!i.pre)return-1;if(i.pre&&!t.pre)return 1}return s};function PD(t){Qb=!1,kp=!0,$s.sort(fC);const i=dl;try{for($l=0;$l<$s.length;$l++){const s=$s[$l];s&&s.active!==!1&&Wc(s,null,14)}}finally{$l=0,$s.length=0,Xm(),kp=!1,ty=null,($s.length||Fd.length)&&PD()}}let dd,_m=[];function ID(t,i){var s,a;dd=t,dd?(dd.enabled=!0,_m.forEach(({event:r,args:e})=>dd.emit(r,...e)),_m=[]):typeof window<"u"&&window.HTMLElement&&!((a=(s=window.navigator)==null?void 0:s.userAgent)!=null&&a.includes("jsdom"))?((i.__VUE_DEVTOOLS_HOOK_REPLAY__=i.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push(e=>{ID(e,i)}),setTimeout(()=>{dd||(i.__VUE_DEVTOOLS_HOOK_REPLAY__=null,_m=[])},3e3)):_m=[]}function hC(t,i,...s){if(t.isUnmounted)return;const a=t.vnode.props||Yn;let r=s;const e=i.startsWith("update:"),d=e&&i.slice(7);if(d&&d in a){const C=`${d==="modelValue"?"model":d}Modifiers`,{number:S,trim:R}=a[C]||Yn;R&&(r=s.map(L=>wi(L)?L.trim():L)),S&&(r=s.map(qm))}let y,w=a[y=lp(i)]||a[y=lp(Pa(i))];!w&&e&&(w=a[y=lp(xo(i))]),w&&no(w,t,6,r);const F=a[y+"Once"];if(F){if(!t.emitted)t.emitted={};else if(t.emitted[y])return;t.emitted[y]=!0,no(F,t,6,r)}}function ND(t,i,s=!1){const a=i.emitsCache,r=a.get(t);if(r!==void 0)return r;const e=t.emits;let d={},y=!1;if(!Lr(t)){const w=F=>{const C=ND(F,i,!0);C&&(y=!0,ai(d,C))};!s&&i.mixins.length&&i.mixins.forEach(w),t.extends&&w(t.extends),t.mixins&&t.mixins.forEach(w)}return!e&&!y?(Kn(t)&&a.set(t,null),null):(cr(e)?e.forEach(w=>d[w]=null):ai(d,e),Kn(t)&&a.set(t,d),d)}function M2(t,i){return!t||!jp(i)?!1:(i=i.slice(2).replace(/Once$/,""),On(t,i[0].toLowerCase()+i.slice(1))||On(t,xo(i))||On(t,i))}let ws=null,L2=null;function Rp(t){const i=ws;return ws=t,L2=t&&t.type.__scopeId||null,i}function B2(t){L2=t}function U2(){L2=null}const MD=t=>bs;function bs(t,i=ws,s){if(!i||t._n)return t;const a=(...r)=>{a._d&&n4(-1);const e=Rp(i);let d;try{d=t(...r)}finally{Rp(e),a._d&&n4(1)}return d};return a._n=!0,a._c=!0,a._d=!0,a}function Bm(t){const{type:i,vnode:s,proxy:a,withProxy:r,props:e,propsOptions:[d],slots:y,attrs:w,emit:F,render:C,renderCache:S,data:R,setupState:L,ctx:B,inheritAttrs:I}=t;let z,W;const K=Rp(t);try{if(s.shapeFlag&4){const G=r||a;z=to(C.call(G,G,S,e,L,R,B)),W=w}else{const G=i;z=to(G.length>1?G(e,{attrs:w,slots:y,emit:F}):G(e,null)),W=i.props?w:pC(w)}}catch(G){hp.length=0,ah(G,t,1),z=Yr(Ws)}let oe=z;if(W&&I!==!1){const G=Object.keys(W),{shapeFlag:j}=oe;G.length&&j&7&&(d&&G.some(H4)&&(W=gC(W,d)),oe=Vl(oe,W))}return s.dirs&&(oe=Vl(oe),oe.dirs=oe.dirs?oe.dirs.concat(s.dirs):s.dirs),s.transition&&(oe.transition=s.transition),z=oe,Rp(K),z}function dC(t){let i;for(let s=0;s<t.length;s++){const a=t[s];if(_f(a)){if(a.type!==Ws||a.children==="v-if"){if(i)return;i=a}}else return}return i}const pC=t=>{let i;for(const s in t)(s==="class"||s==="style"||jp(s))&&((i||(i={}))[s]=t[s]);return i},gC=(t,i)=>{const s={};for(const a in t)(!H4(a)||!(a.slice(9)in i))&&(s[a]=t[a]);return s};function mC(t,i,s){const{props:a,children:r,component:e}=t,{props:d,children:y,patchFlag:w}=i,F=e.emitsOptions;if(i.dirs||i.transition)return!0;if(s&&w>=0){if(w&1024)return!0;if(w&16)return a?A_(a,d,F):!!d;if(w&8){const C=i.dynamicProps;for(let S=0;S<C.length;S++){const R=C[S];if(d[R]!==a[R]&&!M2(F,R))return!0}}}else return(r||y)&&(!y||!y.$stable)?!0:a===d?!1:a?d?A_(a,d,F):!0:!!d;return!1}function A_(t,i,s){const a=Object.keys(i);if(a.length!==Object.keys(t).length)return!0;for(let r=0;r<a.length;r++){const e=a[r];if(i[e]!==t[e]&&!M2(s,e))return!0}return!1}function ny({vnode:t,parent:i},s){for(;i&&i.subTree===t;)(t=i.vnode).el=s,i=i.parent}const LD=t=>t.__isSuspense,vC={name:"Suspense",__isSuspense:!0,process(t,i,s,a,r,e,d,y,w,F){t==null?yC(i,s,a,r,e,d,y,w,F):_C(t,i,s,a,r,d,y,w,F)},hydrate:wC,create:iy,normalize:DC},bC=vC;function Pp(t,i){const s=t.props&&t.props[i];Lr(s)&&s()}function yC(t,i,s,a,r,e,d,y,w){const{p:F,o:{createElement:C}}=w,S=C("div"),R=t.suspense=iy(t,r,a,i,S,s,e,d,y,w);F(null,R.pendingBranch=t.ssContent,S,null,a,R,e,d),R.deps>0?(Pp(t,"onPending"),Pp(t,"onFallback"),F(null,t.ssFallback,i,s,a,null,e,d),Ed(R,t.ssFallback)):R.resolve(!1,!0)}function _C(t,i,s,a,r,e,d,y,{p:w,um:F,o:{createElement:C}}){const S=i.suspense=t.suspense;S.vnode=i,i.el=t.el;const R=i.ssContent,L=i.ssFallback,{activeBranch:B,pendingBranch:I,isInFallback:z,isHydrating:W}=S;if(I)S.pendingBranch=R,ul(R,I)?(w(I,R,S.hiddenContainer,null,r,S,e,d,y),S.deps<=0?S.resolve():z&&(w(B,L,s,a,r,null,e,d,y),Ed(S,L))):(S.pendingId++,W?(S.isHydrating=!1,S.activeBranch=I):F(I,r,S),S.deps=0,S.effects.length=0,S.hiddenContainer=C("div"),z?(w(null,R,S.hiddenContainer,null,r,S,e,d,y),S.deps<=0?S.resolve():(w(B,L,s,a,r,null,e,d,y),Ed(S,L))):B&&ul(R,B)?(w(B,R,s,a,r,S,e,d,y),S.resolve(!0)):(w(null,R,S.hiddenContainer,null,r,S,e,d,y),S.deps<=0&&S.resolve()));else if(B&&ul(R,B))w(B,R,s,a,r,S,e,d,y),Ed(S,R);else if(Pp(i,"onPending"),S.pendingBranch=R,S.pendingId++,w(null,R,S.hiddenContainer,null,r,S,e,d,y),S.deps<=0)S.resolve();else{const{timeout:K,pendingId:oe}=S;K>0?setTimeout(()=>{S.pendingId===oe&&S.fallback(L)},K):K===0&&S.fallback(L)}}function iy(t,i,s,a,r,e,d,y,w,F,C=!1){const{p:S,m:R,um:L,n:B,o:{parentNode:I,remove:z}}=F;let W;const K=FC(t);K&&i!=null&&i.pendingBranch&&(W=i.pendingId,i.deps++);const oe=t.props?Km(t.props.timeout):void 0,G={vnode:t,parent:i,parentComponent:s,isSVG:d,container:a,hiddenContainer:r,anchor:e,deps:0,pendingId:0,timeout:typeof oe=="number"?oe:-1,activeBranch:null,pendingBranch:null,isInFallback:!0,isHydrating:C,isUnmounted:!1,effects:[],resolve(j=!1,Z=!1){const{vnode:ie,activeBranch:ne,pendingBranch:ae,pendingId:ue,effects:Ee,parentComponent:Me,container:Ae}=G;if(G.isHydrating)G.isHydrating=!1;else if(!j){const Xe=ne&&ae.transition&&ae.transition.mode==="out-in";Xe&&(ne.transition.afterLeave=()=>{ue===G.pendingId&&R(ae,Ae,Le,0)});let{anchor:Le}=G;ne&&(Le=B(ne),L(ne,Me,G,!0)),Xe||R(ae,Ae,Le,0)}Ed(G,ae),G.pendingBranch=null,G.isInFallback=!1;let Fe=G.parent,je=!1;for(;Fe;){if(Fe.pendingBranch){Fe.effects.push(...Ee),je=!0;break}Fe=Fe.parent}je||ry(Ee),G.effects=[],K&&i&&i.pendingBranch&&W===i.pendingId&&(i.deps--,i.deps===0&&!Z&&i.resolve()),Pp(ie,"onResolve")},fallback(j){if(!G.pendingBranch)return;const{vnode:Z,activeBranch:ie,parentComponent:ne,container:ae,isSVG:ue}=G;Pp(Z,"onFallback");const Ee=B(ie),Me=()=>{G.isInFallback&&(S(null,j,ae,Ee,ne,null,ue,y,w),Ed(G,j))},Ae=j.transition&&j.transition.mode==="out-in";Ae&&(ie.transition.afterLeave=Me),G.isInFallback=!0,L(ie,ne,null,!0),Ae||Me()},move(j,Z,ie){G.activeBranch&&R(G.activeBranch,j,Z,ie),G.container=j},next(){return G.activeBranch&&B(G.activeBranch)},registerDep(j,Z){const ie=!!G.pendingBranch;ie&&G.deps++;const ne=j.vnode.el;j.asyncDep.catch(ae=>{ah(ae,j,0)}).then(ae=>{if(j.isUnmounted||G.isUnmounted||G.pendingId!==j.suspenseId)return;j.asyncResolved=!0;const{vnode:ue}=j;i4(j,ae,!1),ne&&(ue.el=ne);const Ee=!ne&&j.subTree.el;Z(j,ue,I(ne||j.subTree.el),ne?null:B(j.subTree),G,d,w),Ee&&z(Ee),ny(j,ue.el),ie&&--G.deps===0&&G.resolve()})},unmount(j,Z){G.isUnmounted=!0,G.activeBranch&&L(G.activeBranch,s,j,Z),G.pendingBranch&&L(G.pendingBranch,s,j,Z)}};return G}function wC(t,i,s,a,r,e,d,y,w){const F=i.suspense=iy(i,a,s,t.parentNode,document.createElement("div"),null,r,e,d,y,!0),C=w(t,F.pendingBranch=i.ssContent,s,F,e,d);return F.deps===0&&F.resolve(!1,!0),C}function DC(t){const{shapeFlag:i,children:s}=t,a=i&32;t.ssContent=S_(a?s.default:s),t.ssFallback=a?S_(s.fallback):Yr(Ws)}function S_(t){let i;if(Lr(t)){const s=th&&t._c;s&&(t._d=!1,fn()),t=t(),s&&(t._d=!0,i=Ra,dF())}return cr(t)&&(t=dC(t)),t=to(t),i&&!t.dynamicChildren&&(t.dynamicChildren=i.filter(s=>s!==t)),t}function BD(t,i){i&&i.pendingBranch?cr(t)?i.effects.push(...t):i.effects.push(t):ry(t)}function Ed(t,i){t.activeBranch=i;const{vnode:s,parentComponent:a}=t,r=s.el=i.el;a&&a.subTree===s&&(a.vnode.el=r,ny(a,r))}function FC(t){var i;return((i=t.props)==null?void 0:i.suspensible)!=null&&t.props.suspensible!==!1}function sy(t,i){return qp(t,null,i)}function UD(t,i){return qp(t,null,{flush:"post"})}function EC(t,i){return qp(t,null,{flush:"sync"})}const wm={};function qn(t,i,s){return qp(t,i,s)}function qp(t,i,{immediate:s,deep:a,flush:r,onTrack:e,onTrigger:d}=Yn){var y;const w=S2()===((y=Zi)==null?void 0:y.scope)?Zi:null;let F,C=!1,S=!1;if(Mn(t)?(F=()=>t.value,C=Ap(t)):Hc(t)?(F=()=>t,a=!0):cr(t)?(S=!0,C=t.some(G=>Hc(G)||Ap(G)),F=()=>t.map(G=>{if(Mn(G))return G.value;if(Hc(G))return V0(G);if(Lr(G))return Wc(G,w,2)})):Lr(t)?i?F=()=>Wc(t,w,2):F=()=>{if(!(w&&w.isUnmounted))return R&&R(),no(t,w,3,[L])}:F=dl,i&&a){const G=F;F=()=>V0(G())}let R,L=G=>{R=K.onStop=()=>{Wc(G,w,4)}},B;if(kd)if(L=dl,i?s&&no(i,w,3,[F(),S?[]:void 0,L]):F(),r==="sync"){const G=DF();B=G.__watcherHandles||(G.__watcherHandles=[])}else return dl;let I=S?new Array(t.length).fill(wm):wm;const z=()=>{if(K.active)if(i){const G=K.run();(a||C||(S?G.some((j,Z)=>Ad(j,I[Z])):Ad(G,I)))&&(R&&R(),no(i,w,3,[G,I===wm?void 0:S&&I[0]===wm?[]:I,L]),I=G)}else K.run()};z.allowRecurse=!!i;let W;r==="sync"?W=z:r==="post"?W=()=>Rs(z,w&&w.suspense):(z.pre=!0,w&&(z.id=w.uid),W=()=>N2(z));const K=new Gp(F,W);i?s?z():I=K.run():r==="post"?Rs(K.run.bind(K),w&&w.suspense):K.run();const oe=()=>{K.stop(),w&&w.scope&&W4(w.scope.effects,K)};return B&&B.push(oe),oe}function xC(t,i,s){const a=this.proxy,r=wi(t)?t.includes(".")?$D(a,t):()=>a[t]:t.bind(a,a);let e;Lr(i)?e=i:(e=i.handler,s=i);const d=Zi;wf(this);const y=qp(r,e.bind(a),s);return d?wf(d):df(),y}function $D(t,i){const s=i.split(".");return()=>{let a=t;for(let r=0;r<s.length&&a;r++)a=a[s[r]];return a}}function V0(t,i){if(!Kn(t)||t.__v_skip||(i=i||new Set,i.has(t)))return t;if(i.add(t),Mn(t))V0(t.value,i);else if(cr(t))for(let s=0;s<t.length;s++)V0(t[s],i);else if(ih(t)||_d(t))t.forEach(s=>{V0(s,i)});else if(uD(t))for(const s in t)V0(t[s],i);return t}function HD(t,i){const s=ws;if(s===null)return t;const a=V2(s)||s.proxy,r=t.dirs||(t.dirs=[]);for(let e=0;e<i.length;e++){let[d,y,w,F=Yn]=i[e];d&&(Lr(d)&&(d={mounted:d,updated:d}),d.deep&&V0(y),r.push({dir:d,instance:a,value:y,oldValue:void 0,arg:w,modifiers:F}))}return t}function Bl(t,i,s,a){const r=t.dirs,e=i&&i.dirs;for(let d=0;d<r.length;d++){const y=r[d];e&&(y.oldValue=e[d].value);let w=y.dir[a];w&&(Wd(),no(w,s,8,[t.el,y,t,i]),zd())}}function ay(){const t={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return bl(()=>{t.isMounted=!0}),Qp(()=>{t.isUnmounting=!0}),t}const Eo=[Function,Array],oy={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Eo,onEnter:Eo,onAfterEnter:Eo,onEnterCancelled:Eo,onBeforeLeave:Eo,onLeave:Eo,onAfterLeave:Eo,onLeaveCancelled:Eo,onBeforeAppear:Eo,onAppear:Eo,onAfterAppear:Eo,onAppearCancelled:Eo},CC={name:"BaseTransition",props:oy,setup(t,{slots:i}){const s=Ds(),a=ay();let r;return()=>{const e=i.default&&$2(i.default(),!0);if(!e||!e.length)return;let d=e[0];if(e.length>1){for(const I of e)if(I.type!==Ws){d=I;break}}const y=mn(t),{mode:w}=y;if(a.isLeaving)return yb(d);const F=k_(d);if(!F)return yb(d);const C=Sd(F,y,a,s);Z0(F,C);const S=s.subTree,R=S&&k_(S);let L=!1;const{getTransitionKey:B}=F.type;if(B){const I=B();r===void 0?r=I:I!==r&&(r=I,L=!0)}if(R&&R.type!==Ws&&(!ul(F,R)||L)){const I=Sd(R,y,a,s);if(Z0(R,I),w==="out-in")return a.isLeaving=!0,I.afterLeave=()=>{a.isLeaving=!1,s.update.active!==!1&&s.update()},yb(d);w==="in-out"&&F.type!==Ws&&(I.delayLeave=(z,W,K)=>{const oe=zD(a,R);oe[String(R.key)]=R,z._leaveCb=()=>{W(),z._leaveCb=void 0,delete C.delayedLeave},C.delayedLeave=K})}return d}}},WD=CC;function zD(t,i){const{leavingVNodes:s}=t;let a=s.get(i.type);return a||(a=Object.create(null),s.set(i.type,a)),a}function Sd(t,i,s,a){const{appear:r,mode:e,persisted:d=!1,onBeforeEnter:y,onEnter:w,onAfterEnter:F,onEnterCancelled:C,onBeforeLeave:S,onLeave:R,onAfterLeave:L,onLeaveCancelled:B,onBeforeAppear:I,onAppear:z,onAfterAppear:W,onAppearCancelled:K}=i,oe=String(t.key),G=zD(s,t),j=(ne,ae)=>{ne&&no(ne,a,9,ae)},Z=(ne,ae)=>{const ue=ae[1];j(ne,ae),cr(ne)?ne.every(Ee=>Ee.length<=1)&&ue():ne.length<=1&&ue()},ie={mode:e,persisted:d,beforeEnter(ne){let ae=y;if(!s.isMounted)if(r)ae=I||y;else return;ne._leaveCb&&ne._leaveCb(!0);const ue=G[oe];ue&&ul(t,ue)&&ue.el._leaveCb&&ue.el._leaveCb(),j(ae,[ne])},enter(ne){let ae=w,ue=F,Ee=C;if(!s.isMounted)if(r)ae=z||w,ue=W||F,Ee=K||C;else return;let Me=!1;const Ae=ne._enterCb=Fe=>{Me||(Me=!0,Fe?j(Ee,[ne]):j(ue,[ne]),ie.delayedLeave&&ie.delayedLeave(),ne._enterCb=void 0)};ae?Z(ae,[ne,Ae]):Ae()},leave(ne,ae){const ue=String(t.key);if(ne._enterCb&&ne._enterCb(!0),s.isUnmounting)return ae();j(S,[ne]);let Ee=!1;const Me=ne._leaveCb=Ae=>{Ee||(Ee=!0,ae(),Ae?j(B,[ne]):j(L,[ne]),ne._leaveCb=void 0,G[ue]===t&&delete G[ue])};G[ue]=t,R?Z(R,[ne,Me]):Me()},clone(ne){return Sd(ne,i,s,a)}};return ie}function yb(t){if(Kp(t))return t=Vl(t),t.children=null,t}function k_(t){return Kp(t)?t.children?t.children[0]:void 0:t}function Z0(t,i){t.shapeFlag&6&&t.component?Z0(t.component.subTree,i):t.shapeFlag&128?(t.ssContent.transition=i.clone(t.ssContent),t.ssFallback.transition=i.clone(t.ssFallback)):t.transition=i}function $2(t,i=!1,s){let a=[],r=0;for(let e=0;e<t.length;e++){let d=t[e];const y=s==null?d.key:String(s)+String(d.key!=null?d.key:e);d.type===Ri?(d.patchFlag&128&&r++,a=a.concat($2(d.children,i,y))):(i||d.type!==Ws)&&a.push(y!=null?Vl(d,{key:y}):d)}if(r>1)for(let e=0;e<a.length;e++)a[e].patchFlag=-2;return a}function ls(t,i){return Lr(t)?(()=>ai({name:t.name},i,{setup:t}))():t}const q0=t=>!!t.type.__asyncLoader;function TC(t){Lr(t)&&(t={loader:t});const{loader:i,loadingComponent:s,errorComponent:a,delay:r=200,timeout:e,suspensible:d=!0,onError:y}=t;let w=null,F,C=0;const S=()=>(C++,w=null,R()),R=()=>{let L;return w||(L=w=i().catch(B=>{if(B=B instanceof Error?B:new Error(String(B)),y)return new Promise((I,z)=>{y(B,()=>I(S()),()=>z(B),C+1)});throw B}).then(B=>L!==w&&w?w:(B&&(B.__esModule||B[Symbol.toStringTag]==="Module")&&(B=B.default),F=B,B)))};return ls({name:"AsyncComponentWrapper",__asyncLoader:R,get __asyncResolved(){return F},setup(){const L=Zi;if(F)return()=>_b(F,L);const B=K=>{w=null,ah(K,L,13,!a)};if(d&&L.suspense||kd)return R().then(K=>()=>_b(K,L)).catch(K=>(B(K),()=>a?Yr(a,{error:K}):null));const I=nr(!1),z=nr(),W=nr(!!r);return r&&setTimeout(()=>{W.value=!1},r),e!=null&&setTimeout(()=>{if(!I.value&&!z.value){const K=new Error(`Async component timed out after ${e}ms.`);B(K),z.value=K}},e),R().then(()=>{I.value=!0,L.parent&&Kp(L.parent.vnode)&&N2(L.parent.update)}).catch(K=>{B(K),z.value=K}),()=>{if(I.value&&F)return _b(F,L);if(z.value&&a)return Yr(a,{error:z.value});if(s&&!W.value)return Yr(s)}}})}function _b(t,i){const{ref:s,props:a,children:r,ce:e}=i.vnode,d=Yr(t,a,r);return d.ref=s,d.ce=e,delete i.vnode.ce,d}const Kp=t=>t.type.__isKeepAlive,AC={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(t,{slots:i}){const s=Ds(),a=s.ctx;if(!a.renderer)return()=>{const K=i.default&&i.default();return K&&K.length===1?K[0]:K};const r=new Map,e=new Set;let d=null;const y=s.suspense,{renderer:{p:w,m:F,um:C,o:{createElement:S}}}=a,R=S("div");a.activate=(K,oe,G,j,Z)=>{const ie=K.component;F(K,oe,G,0,y),w(ie.vnode,K,oe,G,ie,y,j,K.slotScopeIds,Z),Rs(()=>{ie.isDeactivated=!1,ie.a&&wd(ie.a);const ne=K.props&&K.props.onVnodeMounted;ne&&ka(ne,ie.parent,K)},y)},a.deactivate=K=>{const oe=K.component;F(K,R,null,1,y),Rs(()=>{oe.da&&wd(oe.da);const G=K.props&&K.props.onVnodeUnmounted;G&&ka(G,oe.parent,K),oe.isDeactivated=!0},y)};function L(K){wb(K),C(K,s,y,!0)}function B(K){r.forEach((oe,G)=>{const j=a4(oe.type);j&&(!K||!K(j))&&I(G)})}function I(K){const oe=r.get(K);!d||!ul(oe,d)?L(oe):d&&wb(d),r.delete(K),e.delete(K)}qn(()=>[t.include,t.exclude],([K,oe])=>{K&&B(G=>sp(K,G)),oe&&B(G=>!sp(oe,G))},{flush:"post",deep:!0});let z=null;const W=()=>{z!=null&&r.set(z,Db(s.subTree))};return bl(W),W2(W),Qp(()=>{r.forEach(K=>{const{subTree:oe,suspense:G}=s,j=Db(oe);if(K.type===j.type&&K.key===j.key){wb(j);const Z=j.component.da;Z&&Rs(Z,G);return}L(K)})}),()=>{if(z=null,!i.default)return null;const K=i.default(),oe=K[0];if(K.length>1)return d=null,K;if(!_f(oe)||!(oe.shapeFlag&4)&&!(oe.shapeFlag&128))return d=null,oe;let G=Db(oe);const j=G.type,Z=a4(q0(G)?G.type.__asyncResolved||{}:j),{include:ie,exclude:ne,max:ae}=t;if(ie&&(!Z||!sp(ie,Z))||ne&&Z&&sp(ne,Z))return d=G,oe;const ue=G.key==null?j:G.key,Ee=r.get(ue);return G.el&&(G=Vl(G),oe.shapeFlag&128&&(oe.ssContent=G)),z=ue,Ee?(G.el=Ee.el,G.component=Ee.component,G.transition&&Z0(G,G.transition),G.shapeFlag|=512,e.delete(ue),e.add(ue)):(e.add(ue),ae&&e.size>parseInt(ae,10)&&I(e.values().next().value)),G.shapeFlag|=256,d=G,LD(oe.type)?oe:G}}},SC=AC;function sp(t,i){return cr(t)?t.some(s=>sp(s,i)):wi(t)?t.split(",").includes(i):ox(t)?t.test(i):!1}function ly(t,i){jD(t,"a",i)}function cy(t,i){jD(t,"da",i)}function jD(t,i,s=Zi){const a=t.__wdc||(t.__wdc=()=>{let r=s;for(;r;){if(r.isDeactivated)return;r=r.parent}return t()});if(H2(i,a,s),s){let r=s.parent;for(;r&&r.parent;)Kp(r.parent.vnode)&&kC(a,i,s,r),r=r.parent}}function kC(t,i,s,a){const r=H2(i,t,a,!0);oh(()=>{W4(a[i],r)},s)}function wb(t){t.shapeFlag&=-257,t.shapeFlag&=-513}function Db(t){return t.shapeFlag&128?t.ssContent:t}function H2(t,i,s=Zi,a=!1){if(s){const r=s[t]||(s[t]=[]),e=i.__weh||(i.__weh=(...d)=>{if(s.isUnmounted)return;Wd(),wf(s);const y=no(i,s,t,d);return df(),zd(),y});return a?r.unshift(e):r.push(e),e}}const Gc=t=>(i,s=Zi)=>(!kd||t==="sp")&&H2(t,(...a)=>i(...a),s),VD=Gc("bm"),bl=Gc("m"),GD=Gc("bu"),W2=Gc("u"),Qp=Gc("bum"),oh=Gc("um"),YD=Gc("sp"),qD=Gc("rtg"),KD=Gc("rtc");function QD(t,i=Zi){H2("ec",t,i)}const uy="components",OC="directives";function ml(t,i){return fy(uy,t,!0,i)||t}const XD=Symbol.for("v-ndc");function RC(t){return wi(t)?fy(uy,t,!1)||t:t||XD}function PC(t){return fy(OC,t)}function fy(t,i,s=!0,a=!1){const r=ws||Zi;if(r){const e=r.type;if(t===uy){const y=a4(e,!1);if(y&&(y===i||y===Pa(i)||y===Vp(Pa(i))))return e}const d=O_(r[t]||e[t],i)||O_(r.appContext[t],i);return!d&&a?e:d}}function O_(t,i){return t&&(t[i]||t[Pa(i)]||t[Vp(Pa(i))])}function JD(t,i,s,a){let r;const e=s&&s[a];if(cr(t)||wi(t)){r=new Array(t.length);for(let d=0,y=t.length;d<y;d++)r[d]=i(t[d],d,void 0,e&&e[d])}else if(typeof t=="number"){r=new Array(t);for(let d=0;d<t;d++)r[d]=i(d+1,d,void 0,e&&e[d])}else if(Kn(t))if(t[Symbol.iterator])r=Array.from(t,(d,y)=>i(d,y,void 0,e&&e[y]));else{const d=Object.keys(t);r=new Array(d.length);for(let y=0,w=d.length;y<w;y++){const F=d[y];r[y]=i(t[F],F,y,e&&e[y])}}else r=[];return s&&(s[a]=r),r}function IC(t,i){for(let s=0;s<i.length;s++){const a=i[s];if(cr(a))for(let r=0;r<a.length;r++)t[a[r].name]=a[r].fn;else a&&(t[a.name]=a.key?(...r)=>{const e=a.fn(...r);return e&&(e.key=a.key),e}:a.fn)}return t}function eh(t,i,s={},a,r){if(ws.isCE||ws.parent&&q0(ws.parent)&&ws.parent.isCE)return i!=="default"&&(s.name=i),Yr("slot",s,a&&a());let e=t[i];e&&e._c&&(e._d=!1),fn();const d=e&&ZD(e(s)),y=Yc(Ri,{key:s.key||d&&d.key||`_${i}`},d||(a?a():[]),d&&t._===1?64:-2);return!r&&y.scopeId&&(y.slotScopeIds=[y.scopeId+"-s"]),e&&e._c&&(e._d=!0),y}function ZD(t){return t.some(i=>_f(i)?!(i.type===Ws||i.type===Ri&&!ZD(i.children)):!0)?t:null}function NC(t,i){const s={};for(const a in t)s[i&&/[A-Z]/.test(a)?`on:${a}`:lp(a)]=t[a];return s}const Xb=t=>t?vF(t)?V2(t)||t.proxy:Xb(t.parent):null,cp=ai(Object.create(null),{$:t=>t,$el:t=>t.vnode.el,$data:t=>t.data,$props:t=>t.props,$attrs:t=>t.attrs,$slots:t=>t.slots,$refs:t=>t.refs,$parent:t=>Xb(t.parent),$root:t=>Xb(t.root),$emit:t=>t.emit,$options:t=>hy(t),$forceUpdate:t=>t.f||(t.f=()=>N2(t.update)),$nextTick:t=>t.n||(t.n=Kl.bind(t.proxy)),$watch:t=>xC.bind(t)}),Fb=(t,i)=>t!==Yn&&!t.__isScriptSetup&&On(t,i),Jb={get({_:t},i){const{ctx:s,setupState:a,data:r,props:e,accessCache:d,type:y,appContext:w}=t;let F;if(i[0]!=="$"){const L=d[i];if(L!==void 0)switch(L){case 1:return a[i];case 2:return r[i];case 4:return s[i];case 3:return e[i]}else{if(Fb(a,i))return d[i]=1,a[i];if(r!==Yn&&On(r,i))return d[i]=2,r[i];if((F=t.propsOptions[0])&&On(F,i))return d[i]=3,e[i];if(s!==Yn&&On(s,i))return d[i]=4,s[i];Zb&&(d[i]=0)}}const C=cp[i];let S,R;if(C)return i==="$attrs"&&Ma(t,"get",i),C(t);if((S=y.__cssModules)&&(S=S[i]))return S;if(s!==Yn&&On(s,i))return d[i]=4,s[i];if(R=w.config.globalProperties,On(R,i))return R[i]},set({_:t},i,s){const{data:a,setupState:r,ctx:e}=t;return Fb(r,i)?(r[i]=s,!0):a!==Yn&&On(a,i)?(a[i]=s,!0):On(t.props,i)||i[0]==="$"&&i.slice(1)in t?!1:(e[i]=s,!0)},has({_:{data:t,setupState:i,accessCache:s,ctx:a,appContext:r,propsOptions:e}},d){let y;return!!s[d]||t!==Yn&&On(t,d)||Fb(i,d)||(y=e[0])&&On(y,d)||On(a,d)||On(cp,d)||On(r.config.globalProperties,d)},defineProperty(t,i,s){return s.get!=null?t._.accessCache[i]=0:On(s,"value")&&this.set(t,i,s.value,null),Reflect.defineProperty(t,i,s)}},MC=ai({},Jb,{get(t,i){if(i!==Symbol.unscopables)return Jb.get(t,i,t)},has(t,i){return i[0]!=="_"&&!hx(i)}});function LC(){return null}function BC(){return null}function UC(t){}function $C(t){}function HC(){return null}function WC(){}function zC(t,i){return null}function jC(){return eF().slots}function VC(){return eF().attrs}function GC(t,i,s){const a=Ds();if(s&&s.local){const r=nr(t[i]);return qn(()=>t[i],e=>r.value=e),qn(r,e=>{e!==t[i]&&a.emit(`update:${i}`,e)}),r}else return{__v_isRef:!0,get value(){return t[i]},set value(r){a.emit(`update:${i}`,r)}}}function eF(){const t=Ds();return t.setupContext||(t.setupContext=_F(t))}function Ip(t){return cr(t)?t.reduce((i,s)=>(i[s]=null,i),{}):t}function YC(t,i){const s=Ip(t);for(const a in i){if(a.startsWith("__skip"))continue;let r=s[a];r?cr(r)||Lr(r)?r=s[a]={type:r,default:i[a]}:r.default=i[a]:r===null&&(r=s[a]={default:i[a]}),r&&i[`__skip_${a}`]&&(r.skipFactory=!0)}return s}function qC(t,i){return!t||!i?t||i:cr(t)&&cr(i)?t.concat(i):ai({},Ip(t),Ip(i))}function KC(t,i){const s={};for(const a in t)i.includes(a)||Object.defineProperty(s,a,{enumerable:!0,get:()=>t[a]});return s}function QC(t){const i=Ds();let s=t();return df(),z4(s)&&(s=s.catch(a=>{throw wf(i),a})),[s,()=>wf(i)]}let Zb=!0;function XC(t){const i=hy(t),s=t.proxy,a=t.ctx;Zb=!1,i.beforeCreate&&R_(i.beforeCreate,t,"bc");const{data:r,computed:e,methods:d,watch:y,provide:w,inject:F,created:C,beforeMount:S,mounted:R,beforeUpdate:L,updated:B,activated:I,deactivated:z,beforeDestroy:W,beforeUnmount:K,destroyed:oe,unmounted:G,render:j,renderTracked:Z,renderTriggered:ie,errorCaptured:ne,serverPrefetch:ae,expose:ue,inheritAttrs:Ee,components:Me,directives:Ae,filters:Fe}=i;if(F&&JC(F,a,null),d)for(const Le in d){const mt=d[Le];Lr(mt)&&(a[Le]=mt.bind(s))}if(r){const Le=r.call(s,s);Kn(Le)&&(t.data=bf(Le))}if(Zb=!0,e)for(const Le in e){const mt=e[Le],vt=Lr(mt)?mt.bind(s,s):Lr(mt.get)?mt.get.bind(s,s):dl,Je=!Lr(mt)&&Lr(mt.set)?mt.set.bind(s):dl,me=gn({get:vt,set:Je});Object.defineProperty(a,Le,{enumerable:!0,configurable:!0,get:()=>me.value,set:Ke=>me.value=Ke})}if(y)for(const Le in y)tF(y[Le],a,s,Le);if(w){const Le=Lr(w)?w.call(s):w;Reflect.ownKeys(Le).forEach(mt=>{up(mt,Le[mt])})}C&&R_(C,t,"c");function Xe(Le,mt){cr(mt)?mt.forEach(vt=>Le(vt.bind(s))):mt&&Le(mt.bind(s))}if(Xe(VD,S),Xe(bl,R),Xe(GD,L),Xe(W2,B),Xe(ly,I),Xe(cy,z),Xe(QD,ne),Xe(KD,Z),Xe(qD,ie),Xe(Qp,K),Xe(oh,G),Xe(YD,ae),cr(ue))if(ue.length){const Le=t.exposed||(t.exposed={});ue.forEach(mt=>{Object.defineProperty(Le,mt,{get:()=>s[mt],set:vt=>s[mt]=vt})})}else t.exposed||(t.exposed={});j&&t.render===dl&&(t.render=j),Ee!=null&&(t.inheritAttrs=Ee),Me&&(t.components=Me),Ae&&(t.directives=Ae)}function JC(t,i,s=dl){cr(t)&&(t=e4(t));for(const a in t){const r=t[a];let e;Kn(r)?"default"in r?e=ha(r.from||a,r.default,!0):e=ha(r.from||a):e=ha(r),Mn(e)?Object.defineProperty(i,a,{enumerable:!0,configurable:!0,get:()=>e.value,set:d=>e.value=d}):i[a]=e}}function R_(t,i,s){no(cr(t)?t.map(a=>a.bind(i.proxy)):t.bind(i.proxy),i,s)}function tF(t,i,s,a){const r=a.includes(".")?$D(s,a):()=>s[a];if(wi(t)){const e=i[t];Lr(e)&&qn(r,e)}else if(Lr(t))qn(r,t.bind(s));else if(Kn(t))if(cr(t))t.forEach(e=>tF(e,i,s,a));else{const e=Lr(t.handler)?t.handler.bind(s):i[t.handler];Lr(e)&&qn(r,e,t)}}function hy(t){const i=t.type,{mixins:s,extends:a}=i,{mixins:r,optionsCache:e,config:{optionMergeStrategies:d}}=t.appContext,y=e.get(i);let w;return y?w=y:!r.length&&!s&&!a?w=i:(w={},r.length&&r.forEach(F=>Jm(w,F,d,!0)),Jm(w,i,d)),Kn(i)&&e.set(i,w),w}function Jm(t,i,s,a=!1){const{mixins:r,extends:e}=i;e&&Jm(t,e,s,!0),r&&r.forEach(d=>Jm(t,d,s,!0));for(const d in i)if(!(a&&d==="expose")){const y=ZC[d]||s&&s[d];t[d]=y?y(t[d],i[d]):i[d]}return t}const ZC={data:P_,props:I_,emits:I_,methods:ap,computed:ap,beforeCreate:oa,created:oa,beforeMount:oa,mounted:oa,beforeUpdate:oa,updated:oa,beforeDestroy:oa,beforeUnmount:oa,destroyed:oa,unmounted:oa,activated:oa,deactivated:oa,errorCaptured:oa,serverPrefetch:oa,components:ap,directives:ap,watch:tT,provide:P_,inject:eT};function P_(t,i){return i?t?function(){return ai(Lr(t)?t.call(this,this):t,Lr(i)?i.call(this,this):i)}:i:t}function eT(t,i){return ap(e4(t),e4(i))}function e4(t){if(cr(t)){const i={};for(let s=0;s<t.length;s++)i[t[s]]=t[s];return i}return t}function oa(t,i){return t?[...new Set([].concat(t,i))]:i}function ap(t,i){return t?ai(Object.create(null),t,i):i}function I_(t,i){return t?cr(t)&&cr(i)?[...new Set([...t,...i])]:ai(Object.create(null),Ip(t),Ip(i??{})):i}function tT(t,i){if(!t)return i;if(!i)return t;const s=ai(Object.create(null),t);for(const a in i)s[a]=oa(t[a],i[a]);return s}function rF(){return{app:null,config:{isNativeTag:ix,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 rT=0;function nT(t,i){return function(a,r=null){Lr(a)||(a=ai({},a)),r!=null&&!Kn(r)&&(r=null);const e=rF(),d=new Set;let y=!1;const w=e.app={_uid:rT++,_component:a,_props:r,_container:null,_context:e,_instance:null,version:by,get config(){return e.config},set config(F){},use(F,...C){return d.has(F)||(F&&Lr(F.install)?(d.add(F),F.install(w,...C)):Lr(F)&&(d.add(F),F(w,...C))),w},mixin(F){return e.mixins.includes(F)||e.mixins.push(F),w},component(F,C){return C?(e.components[F]=C,w):e.components[F]},directive(F,C){return C?(e.directives[F]=C,w):e.directives[F]},mount(F,C,S){if(!y){const R=Yr(a,r);return R.appContext=e,C&&i?i(R,F):t(R,F,S),y=!0,w._container=F,F.__vue_app__=w,V2(R.component)||R.component.proxy}},unmount(){y&&(t(null,w._container),delete w._container.__vue_app__)},provide(F,C){return e.provides[F]=C,w},runWithContext(F){Np=w;try{return F()}finally{Np=null}}};return w}}let Np=null;function up(t,i){if(Zi){let s=Zi.provides;const a=Zi.parent&&Zi.parent.provides;a===s&&(s=Zi.provides=Object.create(a)),s[t]=i}}function ha(t,i,s=!1){const a=Zi||ws;if(a||Np){const r=a?a.parent==null?a.vnode.appContext&&a.vnode.appContext.provides:a.parent.provides:Np._context.provides;if(r&&t in r)return r[t];if(arguments.length>1)return s&&Lr(i)?i.call(a&&a.proxy):i}}function nF(){return!!(Zi||ws||Np)}function iT(t,i,s,a=!1){const r={},e={};Ym(e,z2,1),t.propsDefaults=Object.create(null),iF(t,i,r,e);for(const d in t.propsOptions[0])d in r||(r[d]=void 0);s?t.props=a?r:K4(r):t.type.props?t.props=r:t.props=e,t.attrs=e}function sT(t,i,s,a){const{props:r,attrs:e,vnode:{patchFlag:d}}=t,y=mn(r),[w]=t.propsOptions;let F=!1;if((a||d>0)&&!(d&16)){if(d&8){const C=t.vnode.dynamicProps;for(let S=0;S<C.length;S++){let R=C[S];if(M2(t.emitsOptions,R))continue;const L=i[R];if(w)if(On(e,R))L!==e[R]&&(e[R]=L,F=!0);else{const B=Pa(R);r[B]=t4(w,y,B,L,t,!1)}else L!==e[R]&&(e[R]=L,F=!0)}}}else{iF(t,i,r,e)&&(F=!0);let C;for(const S in y)(!i||!On(i,S)&&((C=xo(S))===S||!On(i,C)))&&(w?s&&(s[S]!==void 0||s[C]!==void 0)&&(r[S]=t4(w,y,S,void 0,t,!0)):delete r[S]);if(e!==y)for(const S in e)(!i||!On(i,S))&&(delete e[S],F=!0)}F&&jc(t,"set","$attrs")}function iF(t,i,s,a){const[r,e]=t.propsOptions;let d=!1,y;if(i)for(let w in i){if(op(w))continue;const F=i[w];let C;r&&On(r,C=Pa(w))?!e||!e.includes(C)?s[C]=F:(y||(y={}))[C]=F:M2(t.emitsOptions,w)||(!(w in a)||F!==a[w])&&(a[w]=F,d=!0)}if(e){const w=mn(s),F=y||Yn;for(let C=0;C<e.length;C++){const S=e[C];s[S]=t4(r,w,S,F[S],t,!On(F,S))}}return d}function t4(t,i,s,a,r,e){const d=t[s];if(d!=null){const y=On(d,"default");if(y&&a===void 0){const w=d.default;if(d.type!==Function&&!d.skipFactory&&Lr(w)){const{propsDefaults:F}=r;s in F?a=F[s]:(wf(r),a=F[s]=w.call(null,i),df())}else a=w}d[0]&&(e&&!y?a=!1:d[1]&&(a===""||a===xo(s))&&(a=!0))}return a}function sF(t,i,s=!1){const a=i.propsCache,r=a.get(t);if(r)return r;const e=t.props,d={},y=[];let w=!1;if(!Lr(t)){const C=S=>{w=!0;const[R,L]=sF(S,i,!0);ai(d,R),L&&y.push(...L)};!s&&i.mixins.length&&i.mixins.forEach(C),t.extends&&C(t.extends),t.mixins&&t.mixins.forEach(C)}if(!e&&!w)return Kn(t)&&a.set(t,yd),yd;if(cr(e))for(let C=0;C<e.length;C++){const S=Pa(e[C]);N_(S)&&(d[S]=Yn)}else if(e)for(const C in e){const S=Pa(C);if(N_(S)){const R=e[C],L=d[S]=cr(R)||Lr(R)?{type:R}:ai({},R);if(L){const B=B_(Boolean,L.type),I=B_(String,L.type);L[0]=B>-1,L[1]=I<0||B<I,(B>-1||On(L,"default"))&&y.push(S)}}}const F=[d,y];return Kn(t)&&a.set(t,F),F}function N_(t){return t[0]!=="$"}function M_(t){const i=t&&t.toString().match(/^\s*(function|class) (\w+)/);return i?i[2]:t===null?"null":""}function L_(t,i){return M_(t)===M_(i)}function B_(t,i){return cr(i)?i.findIndex(s=>L_(s,t)):Lr(i)&&L_(i,t)?0:-1}const aF=t=>t[0]==="_"||t==="$stable",dy=t=>cr(t)?t.map(to):[to(t)],aT=(t,i,s)=>{if(i._n)return i;const a=bs((...r)=>dy(i(...r)),s);return a._c=!1,a},oF=(t,i,s)=>{const a=t._ctx;for(const r in t){if(aF(r))continue;const e=t[r];if(Lr(e))i[r]=aT(r,e,a);else if(e!=null){const d=dy(e);i[r]=()=>d}}},lF=(t,i)=>{const s=dy(i);t.slots.default=()=>s},oT=(t,i)=>{if(t.vnode.shapeFlag&32){const s=i._;s?(t.slots=mn(i),Ym(i,"_",s)):oF(i,t.slots={})}else t.slots={},i&&lF(t,i);Ym(t.slots,z2,1)},lT=(t,i,s)=>{const{vnode:a,slots:r}=t;let e=!0,d=Yn;if(a.shapeFlag&32){const y=i._;y?s&&y===1?e=!1:(ai(r,i),!s&&y===1&&delete r._):(e=!i.$stable,oF(i,r)),d=i}else i&&(lF(t,i),d={default:1});if(e)for(const y in r)!aF(y)&&!(y in d)&&delete r[y]};function Zm(t,i,s,a,r=!1){if(cr(t)){t.forEach((R,L)=>Zm(R,i&&(cr(i)?i[L]:i),s,a,r));return}if(q0(a)&&!r)return;const e=a.shapeFlag&4?V2(a.component)||a.component.proxy:a.el,d=r?null:e,{i:y,r:w}=t,F=i&&i.r,C=y.refs===Yn?y.refs={}:y.refs,S=y.setupState;if(F!=null&&F!==w&&(wi(F)?(C[F]=null,On(S,F)&&(S[F]=null)):Mn(F)&&(F.value=null)),Lr(w))Wc(w,y,12,[d,C]);else{const R=wi(w),L=Mn(w);if(R||L){const B=()=>{if(t.f){const I=R?On(S,w)?S[w]:C[w]:w.value;r?cr(I)&&W4(I,e):cr(I)?I.includes(e)||I.push(e):R?(C[w]=[e],On(S,w)&&(S[w]=C[w])):(w.value=[e],t.k&&(C[t.k]=w.value))}else R?(C[w]=d,On(S,w)&&(S[w]=d)):L&&(w.value=d,t.k&&(C[t.k]=d))};d?(B.id=-1,Rs(B,s)):B()}}}let Qu=!1;const Dm=t=>/svg/.test(t.namespaceURI)&&t.tagName!=="foreignObject",Fm=t=>t.nodeType===8;function cT(t){const{mt:i,p:s,o:{patchProp:a,createText:r,nextSibling:e,parentNode:d,remove:y,insert:w,createComment:F}}=t,C=(W,K)=>{if(!K.hasChildNodes()){s(null,W,K),Xm(),K._vnode=W;return}Qu=!1,S(K.firstChild,W,null,null,null),Xm(),K._vnode=W,Qu&&console.error("Hydration completed but contains mismatches.")},S=(W,K,oe,G,j,Z=!1)=>{const ie=Fm(W)&&W.data==="[",ne=()=>I(W,K,oe,G,j,ie),{type:ae,ref:ue,shapeFlag:Ee,patchFlag:Me}=K;let Ae=W.nodeType;K.el=W,Me===-2&&(Z=!1,K.dynamicChildren=null);let Fe=null;switch(ae){case yf:Ae!==3?K.children===""?(w(K.el=r(""),d(W),W),Fe=W):Fe=ne():(W.data!==K.children&&(Qu=!0,W.data=K.children),Fe=e(W));break;case Ws:Ae!==8||ie?Fe=ne():Fe=e(W);break;case K0:if(ie&&(W=e(W),Ae=W.nodeType),Ae===1||Ae===3){Fe=W;const je=!K.children.length;for(let Xe=0;Xe<K.staticCount;Xe++)je&&(K.children+=Fe.nodeType===1?Fe.outerHTML:Fe.data),Xe===K.staticCount-1&&(K.anchor=Fe),Fe=e(Fe);return ie?e(Fe):Fe}else ne();break;case Ri:ie?Fe=B(W,K,oe,G,j,Z):Fe=ne();break;default:if(Ee&1)Ae!==1||K.type.toLowerCase()!==W.tagName.toLowerCase()?Fe=ne():Fe=R(W,K,oe,G,j,Z);else if(Ee&6){K.slotScopeIds=j;const je=d(W);if(i(K,je,null,oe,G,Dm(je),Z),Fe=ie?z(W):e(W),Fe&&Fm(Fe)&&Fe.data==="teleport end"&&(Fe=e(Fe)),q0(K)){let Xe;ie?(Xe=Yr(Ri),Xe.anchor=Fe?Fe.previousSibling:je.lastChild):Xe=W.nodeType===3?Hl(""):Yr("div"),Xe.el=W,K.component.subTree=Xe}}else Ee&64?Ae!==8?Fe=ne():Fe=K.type.hydrate(W,K,oe,G,j,Z,t,L):Ee&128&&(Fe=K.type.hydrate(W,K,oe,G,Dm(d(W)),j,Z,t,S))}return ue!=null&&Zm(ue,null,G,K),Fe},R=(W,K,oe,G,j,Z)=>{Z=Z||!!K.dynamicChildren;const{type:ie,props:ne,patchFlag:ae,shapeFlag:ue,dirs:Ee}=K,Me=ie==="input"&&Ee||ie==="option";if(Me||ae!==-1){if(Ee&&Bl(K,null,oe,"created"),ne)if(Me||!Z||ae&48)for(const Fe in ne)(Me&&Fe.endsWith("value")||jp(Fe)&&!op(Fe))&&a(W,Fe,null,ne[Fe],!1,void 0,oe);else ne.onClick&&a(W,"onClick",null,ne.onClick,!1,void 0,oe);let Ae;if((Ae=ne&&ne.onVnodeBeforeMount)&&ka(Ae,oe,K),Ee&&Bl(K,null,oe,"beforeMount"),((Ae=ne&&ne.onVnodeMounted)||Ee)&&BD(()=>{Ae&&ka(Ae,oe,K),Ee&&Bl(K,null,oe,"mounted")},G),ue&16&&!(ne&&(ne.innerHTML||ne.textContent))){let Fe=L(W.firstChild,K,W,oe,G,j,Z);for(;Fe;){Qu=!0;const je=Fe;Fe=Fe.nextSibling,y(je)}}else ue&8&&W.textContent!==K.children&&(Qu=!0,W.textContent=K.children)}return W.nextSibling},L=(W,K,oe,G,j,Z,ie)=>{ie=ie||!!K.dynamicChildren;const ne=K.children,ae=ne.length;for(let ue=0;ue<ae;ue++){const Ee=ie?ne[ue]:ne[ue]=to(ne[ue]);if(W)W=S(W,Ee,G,j,Z,ie);else{if(Ee.type===yf&&!Ee.children)continue;Qu=!0,s(null,Ee,oe,null,G,j,Dm(oe),Z)}}return W},B=(W,K,oe,G,j,Z)=>{const{slotScopeIds:ie}=K;ie&&(j=j?j.concat(ie):ie);const ne=d(W),ae=L(e(W),K,ne,oe,G,j,Z);return ae&&Fm(ae)&&ae.data==="]"?e(K.anchor=ae):(Qu=!0,w(K.anchor=F("]"),ne,ae),ae)},I=(W,K,oe,G,j,Z)=>{if(Qu=!0,K.el=null,Z){const ae=z(W);for(;;){const ue=e(W);if(ue&&ue!==ae)y(ue);else break}}const ie=e(W),ne=d(W);return y(W),s(null,K,ne,ie,oe,G,Dm(ne),j),ie},z=W=>{let K=0;for(;W;)if(W=e(W),W&&Fm(W)&&(W.data==="["&&K++,W.data==="]")){if(K===0)return e(W);K--}return W};return[C,S]}const Rs=BD;function cF(t){return fF(t)}function uF(t){return fF(t,cT)}function fF(t,i){const s=Gb();s.__VUE__=!0;const{insert:a,remove:r,patchProp:e,createElement:d,createText:y,createComment:w,setText:F,setElementText:C,parentNode:S,nextSibling:R,setScopeId:L=dl,insertStaticContent:B}=t,I=(re,ce,he,Ye=null,Qe=null,tt=null,Pt=!1,Et=null,_t=!!ce.dynamicChildren)=>{if(re===ce)return;re&&!ul(re,ce)&&(Ye=se(re),Ke(re,Qe,tt,!0),re=null),ce.patchFlag===-2&&(_t=!1,ce.dynamicChildren=null);const{type:Ze,ref:Se,shapeFlag:Re}=ce;switch(Ze){case yf:z(re,ce,he,Ye);break;case Ws:W(re,ce,he,Ye);break;case K0:re==null&&K(ce,he,Ye,Pt);break;case Ri:Me(re,ce,he,Ye,Qe,tt,Pt,Et,_t);break;default:Re&1?j(re,ce,he,Ye,Qe,tt,Pt,Et,_t):Re&6?Ae(re,ce,he,Ye,Qe,tt,Pt,Et,_t):(Re&64||Re&128)&&Ze.process(re,ce,he,Ye,Qe,tt,Pt,Et,_t,Ce)}Se!=null&&Qe&&Zm(Se,re&&re.ref,tt,ce||re,!ce)},z=(re,ce,he,Ye)=>{if(re==null)a(ce.el=y(ce.children),he,Ye);else{const Qe=ce.el=re.el;ce.children!==re.children&&F(Qe,ce.children)}},W=(re,ce,he,Ye)=>{re==null?a(ce.el=w(ce.children||""),he,Ye):ce.el=re.el},K=(re,ce,he,Ye)=>{[re.el,re.anchor]=B(re.children,ce,he,Ye,re.el,re.anchor)},oe=({el:re,anchor:ce},he,Ye)=>{let Qe;for(;re&&re!==ce;)Qe=R(re),a(re,he,Ye),re=Qe;a(ce,he,Ye)},G=({el:re,anchor:ce})=>{let he;for(;re&&re!==ce;)he=R(re),r(re),re=he;r(ce)},j=(re,ce,he,Ye,Qe,tt,Pt,Et,_t)=>{Pt=Pt||ce.type==="svg",re==null?Z(ce,he,Ye,Qe,tt,Pt,Et,_t):ae(re,ce,Qe,tt,Pt,Et,_t)},Z=(re,ce,he,Ye,Qe,tt,Pt,Et)=>{let _t,Ze;const{type:Se,props:Re,shapeFlag:It,transition:Gt,dirs:hr}=re;if(_t=re.el=d(re.type,tt,Re&&Re.is,Re),It&8?C(_t,re.children):It&16&&ne(re.children,_t,null,Ye,Qe,tt&&Se!=="foreignObject",Pt,Et),hr&&Bl(re,null,Ye,"created"),ie(_t,re,re.scopeId,Pt,Ye),Re){for(const _r in Re)_r!=="value"&&!op(_r)&&e(_t,_r,null,Re[_r],tt,re.children,Ye,Qe,We);"value"in Re&&e(_t,"value",null,Re.value),(Ze=Re.onVnodeBeforeMount)&&ka(Ze,Ye,re)}hr&&Bl(re,null,Ye,"beforeMount");const Cr=(!Qe||Qe&&!Qe.pendingBranch)&&Gt&&!Gt.persisted;Cr&&Gt.beforeEnter(_t),a(_t,ce,he),((Ze=Re&&Re.onVnodeMounted)||Cr||hr)&&Rs(()=>{Ze&&ka(Ze,Ye,re),Cr&&Gt.enter(_t),hr&&Bl(re,null,Ye,"mounted")},Qe)},ie=(re,ce,he,Ye,Qe)=>{if(he&&L(re,he),Ye)for(let tt=0;tt<Ye.length;tt++)L(re,Ye[tt]);if(Qe){let tt=Qe.subTree;if(ce===tt){const Pt=Qe.vnode;ie(re,Pt,Pt.scopeId,Pt.slotScopeIds,Qe.parent)}}},ne=(re,ce,he,Ye,Qe,tt,Pt,Et,_t=0)=>{for(let Ze=_t;Ze<re.length;Ze++){const Se=re[Ze]=Et?sf(re[Ze]):to(re[Ze]);I(null,Se,ce,he,Ye,Qe,tt,Pt,Et)}},ae=(re,ce,he,Ye,Qe,tt,Pt)=>{const Et=ce.el=re.el;let{patchFlag:_t,dynamicChildren:Ze,dirs:Se}=ce;_t|=re.patchFlag&16;const Re=re.props||Yn,It=ce.props||Yn;let Gt;he&&M0(he,!1),(Gt=It.onVnodeBeforeUpdate)&&ka(Gt,he,ce,re),Se&&Bl(ce,re,he,"beforeUpdate"),he&&M0(he,!0);const hr=Qe&&ce.type!=="foreignObject";if(Ze?ue(re.dynamicChildren,Ze,Et,he,Ye,hr,tt):Pt||mt(re,ce,Et,null,he,Ye,hr,tt,!1),_t>0){if(_t&16)Ee(Et,ce,Re,It,he,Ye,Qe);else if(_t&2&&Re.class!==It.class&&e(Et,"class",null,It.class,Qe),_t&4&&e(Et,"style",Re.style,It.style,Qe),_t&8){const Cr=ce.dynamicProps;for(let _r=0;_r<Cr.length;_r++){const Pn=Cr[_r],Qn=Re[Pn],da=It[Pn];(da!==Qn||Pn==="value")&&e(Et,Pn,Qn,da,Qe,re.children,he,Ye,We)}}_t&1&&re.children!==ce.children&&C(Et,ce.children)}else!Pt&&Ze==null&&Ee(Et,ce,Re,It,he,Ye,Qe);((Gt=It.onVnodeUpdated)||Se)&&Rs(()=>{Gt&&ka(Gt,he,ce,re),Se&&Bl(ce,re,he,"updated")},Ye)},ue=(re,ce,he,Ye,Qe,tt,Pt)=>{for(let Et=0;Et<ce.length;Et++){const _t=re[Et],Ze=ce[Et],Se=_t.el&&(_t.type===Ri||!ul(_t,Ze)||_t.shapeFlag&70)?S(_t.el):he;I(_t,Ze,Se,null,Ye,Qe,tt,Pt,!0)}},Ee=(re,ce,he,Ye,Qe,tt,Pt)=>{if(he!==Ye){if(he!==Yn)for(const Et in he)!op(Et)&&!(Et in Ye)&&e(re,Et,he[Et],null,Pt,ce.children,Qe,tt,We);for(const Et in Ye){if(op(Et))continue;const _t=Ye[Et],Ze=he[Et];_t!==Ze&&Et!=="value"&&e(re,Et,Ze,_t,Pt,ce.children,Qe,tt,We)}"value"in Ye&&e(re,"value",he.value,Ye.value)}},Me=(re,ce,he,Ye,Qe,tt,Pt,Et,_t)=>{const Ze=ce.el=re?re.el:y(""),Se=ce.anchor=re?re.anchor:y("");let{patchFlag:Re,dynamicChildren:It,slotScopeIds:Gt}=ce;Gt&&(Et=Et?Et.concat(Gt):Gt),re==null?(a(Ze,he,Ye),a(Se,he,Ye),ne(ce.children,he,Se,Qe,tt,Pt,Et,_t)):Re>0&&Re&64&&It&&re.dynamicChildren?(ue(re.dynamicChildren,It,he,Qe,tt,Pt,Et),(ce.key!=null||Qe&&ce===Qe.subTree)&&py(re,ce,!0)):mt(re,ce,he,Se,Qe,tt,Pt,Et,_t)},Ae=(re,ce,he,Ye,Qe,tt,Pt,Et,_t)=>{ce.slotScopeIds=Et,re==null?ce.shapeFlag&512?Qe.ctx.activate(ce,he,Ye,Pt,_t):Fe(ce,he,Ye,Qe,tt,Pt,_t):je(re,ce,_t)},Fe=(re,ce,he,Ye,Qe,tt,Pt)=>{const Et=re.component=mF(re,Ye,Qe);if(Kp(re)&&(Et.ctx.renderer=Ce),bF(Et),Et.asyncDep){if(Qe&&Qe.registerDep(Et,Xe),!re.el){const _t=Et.subTree=Yr(Ws);W(null,_t,ce,he)}return}Xe(Et,re,ce,he,Qe,tt,Pt)},je=(re,ce,he)=>{const Ye=ce.component=re.component;if(mC(re,ce,he))if(Ye.asyncDep&&!Ye.asyncResolved){Le(Ye,ce,he);return}else Ye.next=ce,uC(Ye.update),Ye.update();else ce.el=re.el,Ye.vnode=ce},Xe=(re,ce,he,Ye,Qe,tt,Pt)=>{const Et=()=>{if(re.isMounted){let{next:Se,bu:Re,u:It,parent:Gt,vnode:hr}=re,Cr=Se,_r;M0(re,!1),Se?(Se.el=hr.el,Le(re,Se,Pt)):Se=hr,Re&&wd(Re),(_r=Se.props&&Se.props.onVnodeBeforeUpdate)&&ka(_r,Gt,Se,hr),M0(re,!0);const Pn=Bm(re),Qn=re.subTree;re.subTree=Pn,I(Qn,Pn,S(Qn.el),se(Qn),re,Qe,tt),Se.el=Pn.el,Cr===null&&ny(re,Pn.el),It&&Rs(It,Qe),(_r=Se.props&&Se.props.onVnodeUpdated)&&Rs(()=>ka(_r,Gt,Se,hr),Qe)}else{let Se;const{el:Re,props:It}=ce,{bm:Gt,m:hr,parent:Cr}=re,_r=q0(ce);if(M0(re,!1),Gt&&wd(Gt),!_r&&(Se=It&&It.onVnodeBeforeMount)&&ka(Se,Cr,ce),M0(re,!0),Re&&Zt){const Pn=()=>{re.subTree=Bm(re),Zt(Re,re.subTree,re,Qe,null)};_r?ce.type.__asyncLoader().then(()=>!re.isUnmounted&&Pn()):Pn()}else{const Pn=re.subTree=Bm(re);I(null,Pn,he,Ye,re,Qe,tt),ce.el=Pn.el}if(hr&&Rs(hr,Qe),!_r&&(Se=It&&It.onVnodeMounted)){const Pn=ce;Rs(()=>ka(Se,Cr,Pn),Qe)}(ce.shapeFlag&256||Cr&&q0(Cr.vnode)&&Cr.vnode.shapeFlag&256)&&re.a&&Rs(re.a,Qe),re.isMounted=!0,ce=he=Ye=null}},_t=re.effect=new Gp(Et,()=>N2(Ze),re.scope),Ze=re.update=()=>_t.run();Ze.id=re.uid,M0(re,!0),Ze()},Le=(re,ce,he)=>{ce.component=re;const Ye=re.vnode.props;re.vnode=ce,re.next=null,sT(re,ce.props,Ye,he),lT(re,ce.children,he),Wd(),T_(),zd()},mt=(re,ce,he,Ye,Qe,tt,Pt,Et,_t=!1)=>{const Ze=re&&re.children,Se=re?re.shapeFlag:0,Re=ce.children,{patchFlag:It,shapeFlag:Gt}=ce;if(It>0){if(It&128){Je(Ze,Re,he,Ye,Qe,tt,Pt,Et,_t);return}else if(It&256){vt(Ze,Re,he,Ye,Qe,tt,Pt,Et,_t);return}}Gt&8?(Se&16&&We(Ze,Qe,tt),Re!==Ze&&C(he,Re)):Se&16?Gt&16?Je(Ze,Re,he,Ye,Qe,tt,Pt,Et,_t):We(Ze,Qe,tt,!0):(Se&8&&C(he,""),Gt&16&&ne(Re,he,Ye,Qe,tt,Pt,Et,_t))},vt=(re,ce,he,Ye,Qe,tt,Pt,Et,_t)=>{re=re||yd,ce=ce||yd;const Ze=re.length,Se=ce.length,Re=Math.min(Ze,Se);let It;for(It=0;It<Re;It++){const Gt=ce[It]=_t?sf(ce[It]):to(ce[It]);I(re[It],Gt,he,null,Qe,tt,Pt,Et,_t)}Ze>Se?We(re,Qe,tt,!0,!1,Re):ne(ce,he,Ye,Qe,tt,Pt,Et,_t,Re)},Je=(re,ce,he,Ye,Qe,tt,Pt,Et,_t)=>{let Ze=0;const Se=ce.length;let Re=re.length-1,It=Se-1;for(;Ze<=Re&&Ze<=It;){const Gt=re[Ze],hr=ce[Ze]=_t?sf(ce[Ze]):to(ce[Ze]);if(ul(Gt,hr))I(Gt,hr,he,null,Qe,tt,Pt,Et,_t);else break;Ze++}for(;Ze<=Re&&Ze<=It;){const Gt=re[Re],hr=ce[It]=_t?sf(ce[It]):to(ce[It]);if(ul(Gt,hr))I(Gt,hr,he,null,Qe,tt,Pt,Et,_t);else break;Re--,It--}if(Ze>Re){if(Ze<=It){const Gt=It+1,hr=Gt<Se?ce[Gt].el:Ye;for(;Ze<=It;)I(null,ce[Ze]=_t?sf(ce[Ze]):to(ce[Ze]),he,hr,Qe,tt,Pt,Et,_t),Ze++}}else if(Ze>It)for(;Ze<=Re;)Ke(re[Ze],Qe,tt,!0),Ze++;else{const Gt=Ze,hr=Ze,Cr=new Map;for(Ze=hr;Ze<=It;Ze++){const xn=ce[Ze]=_t?sf(ce[Ze]):to(ce[Ze]);xn.key!=null&&Cr.set(xn.key,Ze)}let _r,Pn=0;const Qn=It-hr+1;let da=!1,Oo=0;const zs=new Array(Qn);for(Ze=0;Ze<Qn;Ze++)zs[Ze]=0;for(Ze=Gt;Ze<=Re;Ze++){const xn=re[Ze];if(Pn>=Qn){Ke(xn,Qe,tt,!0);continue}let Xn;if(xn.key!=null)Xn=Cr.get(xn.key);else for(_r=hr;_r<=It;_r++)if(zs[_r-hr]===0&&ul(xn,ce[_r])){Xn=_r;break}Xn===void 0?Ke(xn,Qe,tt,!0):(zs[Xn-hr]=Ze+1,Xn>=Oo?Oo=Xn:da=!0,I(xn,ce[Xn],he,null,Qe,tt,Pt,Et,_t),Pn++)}const Ro=da?uT(zs):yd;for(_r=Ro.length-1,Ze=Qn-1;Ze>=0;Ze--){const xn=hr+Ze,Xn=ce[xn],js=xn+1<Se?ce[xn+1].el:Ye;zs[Ze]===0?I(null,Xn,he,js,Qe,tt,Pt,Et,_t):da&&(_r<0||Ze!==Ro[_r]?me(Xn,he,js,2):_r--)}}},me=(re,ce,he,Ye,Qe=null)=>{const{el:tt,type:Pt,transition:Et,children:_t,shapeFlag:Ze}=re;if(Ze&6){me(re.component.subTree,ce,he,Ye);return}if(Ze&128){re.suspense.move(ce,he,Ye);return}if(Ze&64){Pt.move(re,ce,he,Ce);return}if(Pt===Ri){a(tt,ce,he);for(let Re=0;Re<_t.length;Re++)me(_t[Re],ce,he,Ye);a(re.anchor,ce,he);return}if(Pt===K0){oe(re,ce,he);return}if(Ye!==2&&Ze&1&&Et)if(Ye===0)Et.beforeEnter(tt),a(tt,ce,he),Rs(()=>Et.enter(tt),Qe);else{const{leave:Re,delayLeave:It,afterLeave:Gt}=Et,hr=()=>a(tt,ce,he),Cr=()=>{Re(tt,()=>{hr(),Gt&&Gt()})};It?It(tt,hr,Cr):Cr()}else a(tt,ce,he)},Ke=(re,ce,he,Ye=!1,Qe=!1)=>{const{type:tt,props:Pt,ref:Et,children:_t,dynamicChildren:Ze,shapeFlag:Se,patchFlag:Re,dirs:It}=re;if(Et!=null&&Zm(Et,null,he,re,!0),Se&256){ce.ctx.deactivate(re);return}const Gt=Se&1&&It,hr=!q0(re);let Cr;if(hr&&(Cr=Pt&&Pt.onVnodeBeforeUnmount)&&ka(Cr,ce,re),Se&6)xe(re.component,he,Ye);else{if(Se&128){re.suspense.unmount(he,Ye);return}Gt&&Bl(re,null,ce,"beforeUnmount"),Se&64?re.type.remove(re,ce,he,Qe,Ce,Ye):Ze&&(tt!==Ri||Re>0&&Re&64)?We(Ze,ce,he,!1,!0):(tt===Ri&&Re&384||!Qe&&Se&16)&&We(_t,ce,he),Ye&&lt(re)}(hr&&(Cr=Pt&&Pt.onVnodeUnmounted)||Gt)&&Rs(()=>{Cr&&ka(Cr,ce,re),Gt&&Bl(re,null,ce,"unmounted")},he)},lt=re=>{const{type:ce,el:he,anchor:Ye,transition:Qe}=re;if(ce===Ri){Ve(he,Ye);return}if(ce===K0){G(re);return}const tt=()=>{r(he),Qe&&!Qe.persisted&&Qe.afterLeave&&Qe.afterLeave()};if(re.shapeFlag&1&&Qe&&!Qe.persisted){const{leave:Pt,delayLeave:Et}=Qe,_t=()=>Pt(he,tt);Et?Et(re.el,tt,_t):_t()}else tt()},Ve=(re,ce)=>{let he;for(;re!==ce;)he=R(re),r(re),re=he;r(ce)},xe=(re,ce,he)=>{const{bum:Ye,scope:Qe,update:tt,subTree:Pt,um:Et}=re;Ye&&wd(Ye),Qe.stop(),tt&&(tt.active=!1,Ke(Pt,re,ce,he)),Et&&Rs(Et,ce),Rs(()=>{re.isUnmounted=!0},ce),ce&&ce.pendingBranch&&!ce.isUnmounted&&re.asyncDep&&!re.asyncResolved&&re.suspenseId===ce.pendingId&&(ce.deps--,ce.deps===0&&ce.resolve())},We=(re,ce,he,Ye=!1,Qe=!1,tt=0)=>{for(let Pt=tt;Pt<re.length;Pt++)Ke(re[Pt],ce,he,Ye,Qe)},se=re=>re.shapeFlag&6?se(re.component.subTree):re.shapeFlag&128?re.suspense.next():R(re.anchor||re.el),Ge=(re,ce,he)=>{re==null?ce._vnode&&Ke(ce._vnode,null,null,!0):I(ce._vnode||null,re,ce,null,null,null,he),T_(),Xm(),ce._vnode=re},Ce={p:I,um:Ke,m:me,r:lt,mt:Fe,mc:ne,pc:mt,pbc:ue,n:se,o:t};let pt,Zt;return i&&([pt,Zt]=i(Ce)),{render:Ge,hydrate:pt,createApp:nT(Ge,pt)}}function M0({effect:t,update:i},s){t.allowRecurse=i.allowRecurse=s}function py(t,i,s=!1){const a=t.children,r=i.children;if(cr(a)&&cr(r))for(let e=0;e<a.length;e++){const d=a[e];let y=r[e];y.shapeFlag&1&&!y.dynamicChildren&&((y.patchFlag<=0||y.patchFlag===32)&&(y=r[e]=sf(r[e]),y.el=d.el),s||py(d,y)),y.type===yf&&(y.el=d.el)}}function uT(t){const i=t.slice(),s=[0];let a,r,e,d,y;const w=t.length;for(a=0;a<w;a++){const F=t[a];if(F!==0){if(r=s[s.length-1],t[r]<F){i[a]=r,s.push(a);continue}for(e=0,d=s.length-1;e<d;)y=e+d>>1,t[s[y]]<F?e=y+1:d=y;F<t[s[e]]&&(e>0&&(i[a]=s[e-1]),s[e]=a)}}for(e=s.length,d=s[e-1];e-- >0;)s[e]=d,d=i[d];return s}const fT=t=>t.__isTeleport,fp=t=>t&&(t.disabled||t.disabled===""),U_=t=>typeof SVGElement<"u"&&t instanceof SVGElement,r4=(t,i)=>{const s=t&&t.to;return wi(s)?i?i(s):null:s},hT={__isTeleport:!0,process(t,i,s,a,r,e,d,y,w,F){const{mc:C,pc:S,pbc:R,o:{insert:L,querySelector:B,createText:I,createComment:z}}=F,W=fp(i.props);let{shapeFlag:K,children:oe,dynamicChildren:G}=i;if(t==null){const j=i.el=I(""),Z=i.anchor=I("");L(j,s,a),L(Z,s,a);const ie=i.target=r4(i.props,B),ne=i.targetAnchor=I("");ie&&(L(ne,ie),d=d||U_(ie));const ae=(ue,Ee)=>{K&16&&C(oe,ue,Ee,r,e,d,y,w)};W?ae(s,Z):ie&&ae(ie,ne)}else{i.el=t.el;const j=i.anchor=t.anchor,Z=i.target=t.target,ie=i.targetAnchor=t.targetAnchor,ne=fp(t.props),ae=ne?s:Z,ue=ne?j:ie;if(d=d||U_(Z),G?(R(t.dynamicChildren,G,ae,r,e,d,y),py(t,i,!0)):w||S(t,i,ae,ue,r,e,d,y,!1),W)ne||Em(i,s,j,F,1);else if((i.props&&i.props.to)!==(t.props&&t.props.to)){const Ee=i.target=r4(i.props,B);Ee&&Em(i,Ee,null,F,0)}else ne&&Em(i,Z,ie,F,1)}hF(i)},remove(t,i,s,a,{um:r,o:{remove:e}},d){const{shapeFlag:y,children:w,anchor:F,targetAnchor:C,target:S,props:R}=t;if(S&&e(C),(d||!fp(R))&&(e(F),y&16))for(let L=0;L<w.length;L++){const B=w[L];r(B,i,s,!0,!!B.dynamicChildren)}},move:Em,hydrate:dT};function Em(t,i,s,{o:{insert:a},m:r},e=2){e===0&&a(t.targetAnchor,i,s);const{el:d,anchor:y,shapeFlag:w,children:F,props:C}=t,S=e===2;if(S&&a(d,i,s),(!S||fp(C))&&w&16)for(let R=0;R<F.length;R++)r(F[R],i,s,2);S&&a(y,i,s)}function dT(t,i,s,a,r,e,{o:{nextSibling:d,parentNode:y,querySelector:w}},F){const C=i.target=r4(i.props,w);if(C){const S=C._lpa||C.firstChild;if(i.shapeFlag&16)if(fp(i.props))i.anchor=F(d(t),i,y(t),s,a,r,e),i.targetAnchor=S;else{i.anchor=d(t);let R=S;for(;R;)if(R=d(R),R&&R.nodeType===8&&R.data==="teleport anchor"){i.targetAnchor=R,C._lpa=i.targetAnchor&&d(i.targetAnchor);break}F(S,i,C,s,a,r,e)}hF(i)}return i.anchor&&d(i.anchor)}const pT=hT;function hF(t){const i=t.ctx;if(i&&i.ut){let s=t.children[0].el;for(;s!==t.targetAnchor;)s.nodeType===1&&s.setAttribute("data-v-owner",i.uid),s=s.nextSibling;i.ut()}}const Ri=Symbol.for("v-fgt"),yf=Symbol.for("v-txt"),Ws=Symbol.for("v-cmt"),K0=Symbol.for("v-stc"),hp=[];let Ra=null;function fn(t=!1){hp.push(Ra=t?null:[])}function dF(){hp.pop(),Ra=hp[hp.length-1]||null}let th=1;function n4(t){th+=t}function pF(t){return t.dynamicChildren=th>0?Ra||yd:null,dF(),th>0&&Ra&&Ra.push(t),t}function Vn(t,i,s,a,r,e){return pF(Ht(t,i,s,a,r,e,!0))}function Yc(t,i,s,a,r){return pF(Yr(t,i,s,a,r,!0))}function _f(t){return t?t.__v_isVNode===!0:!1}function ul(t,i){return t.type===i.type&&t.key===i.key}function gT(t){}const z2="__vInternal",gF=({key:t})=>t??null,Um=({ref:t,ref_key:i,ref_for:s})=>(typeof t=="number"&&(t=""+t),t!=null?wi(t)||Mn(t)||Lr(t)?{i:ws,r:t,k:i,f:!!s}:t:null);function Ht(t,i=null,s=null,a=0,r=null,e=t===Ri?0:1,d=!1,y=!1){const w={__v_isVNode:!0,__v_skip:!0,type:t,props:i,key:i&&gF(i),ref:i&&Um(i),scopeId:L2,slotScopeIds:null,children:s,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:e,patchFlag:a,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:ws};return y?(my(w,s),e&128&&t.normalize(w)):s&&(w.shapeFlag|=wi(s)?8:16),th>0&&!d&&Ra&&(w.patchFlag>0||e&6)&&w.patchFlag!==32&&Ra.push(w),w}const Yr=mT;function mT(t,i=null,s=null,a=0,r=null,e=!1){if((!t||t===XD)&&(t=Ws),_f(t)){const y=Vl(t,i,!0);return s&&my(y,s),th>0&&!e&&Ra&&(y.shapeFlag&6?Ra[Ra.indexOf(t)]=y:Ra.push(y)),y.patchFlag|=-2,y}if(ET(t)&&(t=t.__vccOpts),i){i=gy(i);let{class:y,style:w}=i;y&&!wi(y)&&(i.class=fa(y)),Kn(w)&&(Q4(w)&&!cr(w)&&(w=ai({},w)),i.style=pl(w))}const d=wi(t)?1:LD(t)?128:fT(t)?64:Kn(t)?4:Lr(t)?2:0;return Ht(t,i,s,a,r,d,e,!0)}function gy(t){return t?Q4(t)||z2 in t?ai({},t):t:null}function Vl(t,i,s=!1){const{props:a,ref:r,patchFlag:e,children:d}=t,y=i?j2(a||{},i):a;return{__v_isVNode:!0,__v_skip:!0,type:t.type,props:y,key:y&&gF(y),ref:i&&i.ref?s&&r?cr(r)?r.concat(Um(i)):[r,Um(i)]:Um(i):r,scopeId:t.scopeId,slotScopeIds:t.slotScopeIds,children:d,target:t.target,targetAnchor:t.targetAnchor,staticCount:t.staticCount,shapeFlag:t.shapeFlag,patchFlag:i&&t.type!==Ri?e===-1?16:e|16:e,dynamicProps:t.dynamicProps,dynamicChildren:t.dynamicChildren,appContext:t.appContext,dirs:t.dirs,transition:t.transition,component:t.component,suspense:t.suspense,ssContent:t.ssContent&&Vl(t.ssContent),ssFallback:t.ssFallback&&Vl(t.ssFallback),el:t.el,anchor:t.anchor,ctx:t.ctx,ce:t.ce}}function Hl(t=" ",i=0){return Yr(yf,null,t,i)}function vT(t,i){const s=Yr(K0,null,t);return s.staticCount=i,s}function ro(t="",i=!1){return i?(fn(),Yc(Ws,null,t)):Yr(Ws,null,t)}function to(t){return t==null||typeof t=="boolean"?Yr(Ws):cr(t)?Yr(Ri,null,t.slice()):typeof t=="object"?sf(t):Yr(yf,null,String(t))}function sf(t){return t.el===null&&t.patchFlag!==-1||t.memo?t:Vl(t)}function my(t,i){let s=0;const{shapeFlag:a}=t;if(i==null)i=null;else if(cr(i))s=16;else if(typeof i=="object")if(a&65){const r=i.default;r&&(r._c&&(r._d=!1),my(t,r()),r._c&&(r._d=!0));return}else{s=32;const r=i._;!r&&!(z2 in i)?i._ctx=ws:r===3&&ws&&(ws.slots._===1?i._=1:(i._=2,t.patchFlag|=1024))}else Lr(i)?(i={default:i,_ctx:ws},s=32):(i=String(i),a&64?(s=16,i=[Hl(i)]):s=8);t.children=i,t.shapeFlag|=s}function j2(...t){const i={};for(let s=0;s<t.length;s++){const a=t[s];for(const r in a)if(r==="class")i.class!==a.class&&(i.class=fa([i.class,a.class]));else if(r==="style")i.style=pl([i.style,a.style]);else if(jp(r)){const e=i[r],d=a[r];d&&e!==d&&!(cr(e)&&e.includes(d))&&(i[r]=e?[].concat(e,d):d)}else r!==""&&(i[r]=a[r])}return i}function ka(t,i,s,a=null){no(t,i,7,[s,a])}const bT=rF();let yT=0;function mF(t,i,s){const a=t.type,r=(i?i.appContext:t.appContext)||bT,e={uid:yT++,vnode:t,type:a,parent:i,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,scope:new V4(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:i?i.provides:Object.create(r.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:sF(a,r),emitsOptions:ND(a,r),emit:null,emitted:null,propsDefaults:Yn,inheritAttrs:a.inheritAttrs,ctx:Yn,data:Yn,props:Yn,attrs:Yn,slots:Yn,refs:Yn,setupState:Yn,setupContext:null,attrsProxy:null,slotsProxy:null,suspense:s,suspenseId:s?s.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 e.ctx={_:e},e.root=i?i.root:e,e.emit=hC.bind(null,e),t.ce&&t.ce(e),e}let Zi=null;const Ds=()=>Zi||ws;let vy,ud,$_="__VUE_INSTANCE_SETTERS__";(ud=Gb()[$_])||(ud=Gb()[$_]=[]),ud.push(t=>Zi=t),vy=t=>{ud.length>1?ud.forEach(i=>i(t)):ud[0](t)};const wf=t=>{vy(t),t.scope.on()},df=()=>{Zi&&Zi.scope.off(),vy(null)};function vF(t){return t.vnode.shapeFlag&4}let kd=!1;function bF(t,i=!1){kd=i;const{props:s,children:a}=t.vnode,r=vF(t);iT(t,s,r,i),oT(t,a);const e=r?_T(t,i):void 0;return kd=!1,e}function _T(t,i){const s=t.type;t.accessCache=Object.create(null),t.proxy=Yp(new Proxy(t.ctx,Jb));const{setup:a}=s;if(a){const r=t.setupContext=a.length>1?_F(t):null;wf(t),Wd();const e=Wc(a,t,0,[t.props,r]);if(zd(),df(),z4(e)){if(e.then(df,df),i)return e.then(d=>{i4(t,d,i)}).catch(d=>{ah(d,t,0)});t.asyncDep=e}else i4(t,e,i)}else yF(t,i)}function i4(t,i,s){Lr(i)?t.type.__ssrInlineRender?t.ssrRender=i:t.render=i:Kn(i)&&(t.setupState=Z4(i)),yF(t,s)}let e2,s4;function wT(t){e2=t,s4=i=>{i.render._rc&&(i.withProxy=new Proxy(i.ctx,MC))}}const DT=()=>!e2;function yF(t,i,s){const a=t.type;if(!t.render){if(!i&&e2&&!a.render){const r=a.template||hy(t).template;if(r){const{isCustomElement:e,compilerOptions:d}=t.appContext.config,{delimiters:y,compilerOptions:w}=a,F=ai(ai({isCustomElement:e,delimiters:y},d),w);a.render=e2(r,F)}}t.render=a.render||dl,s4&&s4(t)}wf(t),Wd(),XC(t),zd(),df()}function FT(t){return t.attrsProxy||(t.attrsProxy=new Proxy(t.attrs,{get(i,s){return Ma(t,"get","$attrs"),i[s]}}))}function _F(t){const i=s=>{t.exposed=s||{}};return{get attrs(){return FT(t)},slots:t.slots,emit:t.emit,expose:i}}function V2(t){if(t.exposed)return t.exposeProxy||(t.exposeProxy=new Proxy(Z4(Yp(t.exposed)),{get(i,s){if(s in i)return i[s];if(s in cp)return cp[s](t)},has(i,s){return s in i||s in cp}}))}function a4(t,i=!0){return Lr(t)?t.displayName||t.name:t.name||i&&t.__name}function ET(t){return Lr(t)&&"__vccOpts"in t}const gn=(t,i)=>sC(t,i,kd);function lh(t,i,s){const a=arguments.length;return a===2?Kn(i)&&!cr(i)?_f(i)?Yr(t,null,[i]):Yr(t,i):Yr(t,null,i):(a>3?s=Array.prototype.slice.call(arguments,2):a===3&&_f(s)&&(s=[s]),Yr(t,i,s))}const wF=Symbol.for("v-scx"),DF=()=>ha(wF);function xT(){}function CT(t,i,s,a){const r=s[a];if(r&&FF(r,t))return r;const e=i();return e.memo=t.slice(),s[a]=e}function FF(t,i){const s=t.memo;if(s.length!=i.length)return!1;for(let a=0;a<s.length;a++)if(Ad(s[a],i[a]))return!1;return th>0&&Ra&&Ra.push(t),!0}const by="3.3.4",TT={createComponentInstance:mF,setupComponent:bF,renderComponentRoot:Bm,setCurrentRenderingInstance:Rp,isVNode:_f,normalizeVNode:to},AT=TT,ST=null,kT=null,OT="http://www.w3.org/2000/svg",W0=typeof document<"u"?document:null,H_=W0&&W0.createElement("template"),RT={insert:(t,i,s)=>{i.insertBefore(t,s||null)},remove:t=>{const i=t.parentNode;i&&i.removeChild(t)},createElement:(t,i,s,a)=>{const r=i?W0.createElementNS(OT,t):W0.createElement(t,s?{is:s}:void 0);return t==="select"&&a&&a.multiple!=null&&r.setAttribute("multiple",a.multiple),r},createText:t=>W0.createTextNode(t),createComment:t=>W0.createComment(t),setText:(t,i)=>{t.nodeValue=i},setElementText:(t,i)=>{t.textContent=i},parentNode:t=>t.parentNode,nextSibling:t=>t.nextSibling,querySelector:t=>W0.querySelector(t),setScopeId(t,i){t.setAttribute(i,"")},insertStaticContent(t,i,s,a,r,e){const d=s?s.previousSibling:i.lastChild;if(r&&(r===e||r.nextSibling))for(;i.insertBefore(r.cloneNode(!0),s),!(r===e||!(r=r.nextSibling)););else{H_.innerHTML=a?`<svg>${t}</svg>`:t;const y=H_.content;if(a){const w=y.firstChild;for(;w.firstChild;)y.appendChild(w.firstChild);y.removeChild(w)}i.insertBefore(y,s)}return[d?d.nextSibling:i.firstChild,s?s.previousSibling:i.lastChild]}};function PT(t,i,s){const a=t._vtc;a&&(i=(i?[i,...a]:[...a]).join(" ")),i==null?t.removeAttribute("class"):s?t.setAttribute("class",i):t.className=i}function IT(t,i,s){const a=t.style,r=wi(s);if(s&&!r){if(i&&!wi(i))for(const e in i)s[e]==null&&o4(a,e,"");for(const e in s)o4(a,e,s[e])}else{const e=a.display;r?i!==s&&(a.cssText=s):i&&t.removeAttribute("style"),"_vod"in t&&(a.display=e)}}const W_=/\s*!important$/;function o4(t,i,s){if(cr(s))s.forEach(a=>o4(t,i,a));else if(s==null&&(s=""),i.startsWith("--"))t.setProperty(i,s);else{const a=NT(t,i);W_.test(s)?t.setProperty(xo(a),s.replace(W_,""),"important"):t[a]=s}}const z_=["Webkit","Moz","ms"],Eb={};function NT(t,i){const s=Eb[i];if(s)return s;let a=Pa(i);if(a!=="filter"&&a in t)return Eb[i]=a;a=Vp(a);for(let r=0;r<z_.length;r++){const e=z_[r]+a;if(e in t)return Eb[i]=e}return i}const j_="http://www.w3.org/1999/xlink";function MT(t,i,s,a,r){if(a&&i.startsWith("xlink:"))s==null?t.removeAttributeNS(j_,i.slice(6,i.length)):t.setAttributeNS(j_,i,s);else{const e=bx(i);s==null||e&&!hD(s)?t.removeAttribute(i):t.setAttribute(i,e?"":s)}}function LT(t,i,s,a,r,e,d){if(i==="innerHTML"||i==="textContent"){a&&d(a,r,e),t[i]=s??"";return}const y=t.tagName;if(i==="value"&&y!=="PROGRESS"&&!y.includes("-")){t._value=s;const F=y==="OPTION"?t.getAttribute("value"):t.value,C=s??"";F!==C&&(t.value=C),s==null&&t.removeAttribute(i);return}let w=!1;if(s===""||s==null){const F=typeof t[i];F==="boolean"?s=hD(s):s==null&&F==="string"?(s="",w=!0):F==="number"&&(s=0,w=!0)}try{t[i]=s}catch{}w&&t.removeAttribute(i)}function Bc(t,i,s,a){t.addEventListener(i,s,a)}function BT(t,i,s,a){t.removeEventListener(i,s,a)}function UT(t,i,s,a,r=null){const e=t._vei||(t._vei={}),d=e[i];if(a&&d)d.value=a;else{const[y,w]=$T(i);if(a){const F=e[i]=zT(a,r);Bc(t,y,F,w)}else d&&(BT(t,y,d,w),e[i]=void 0)}}const V_=/(?:Once|Passive|Capture)$/;function $T(t){let i;if(V_.test(t)){i={};let a;for(;a=t.match(V_);)t=t.slice(0,t.length-a[0].length),i[a[0].toLowerCase()]=!0}return[t[2]===":"?t.slice(3):xo(t.slice(2)),i]}let xb=0;const HT=Promise.resolve(),WT=()=>xb||(HT.then(()=>xb=0),xb=Date.now());function zT(t,i){const s=a=>{if(!a._vts)a._vts=Date.now();else if(a._vts<=s.attached)return;no(jT(a,s.value),i,5,[a])};return s.value=t,s.attached=WT(),s}function jT(t,i){if(cr(i)){const s=t.stopImmediatePropagation;return t.stopImmediatePropagation=()=>{s.call(t),t._stopped=!0},i.map(a=>r=>!r._stopped&&a&&a(r))}else return i}const G_=/^on[a-z]/,VT=(t,i,s,a,r=!1,e,d,y,w)=>{i==="class"?PT(t,a,r):i==="style"?IT(t,s,a):jp(i)?H4(i)||UT(t,i,s,a,d):(i[0]==="."?(i=i.slice(1),!0):i[0]==="^"?(i=i.slice(1),!1):GT(t,i,a,r))?LT(t,i,a,e,d,y,w):(i==="true-value"?t._trueValue=a:i==="false-value"&&(t._falseValue=a),MT(t,i,a,r))};function GT(t,i,s,a){return a?!!(i==="innerHTML"||i==="textContent"||i in t&&G_.test(i)&&Lr(s)):i==="spellcheck"||i==="draggable"||i==="translate"||i==="form"||i==="list"&&t.tagName==="INPUT"||i==="type"&&t.tagName==="TEXTAREA"||G_.test(i)&&wi(s)?!1:i in t}function EF(t,i){const s=ls(t);class a extends G2{constructor(e){super(s,e,i)}}return a.def=s,a}const YT=t=>EF(t,HF),qT=typeof HTMLElement<"u"?HTMLElement:class{};class G2 extends qT{constructor(i,s={},a){super(),this._def=i,this._props=s,this._instance=null,this._connected=!1,this._resolved=!1,this._numberProps=null,this.shadowRoot&&a?a(this._createVNode(),this.shadowRoot):(this.attachShadow({mode:"open"}),this._def.__asyncLoader||this._resolveProps(this._def))}connectedCallback(){this._connected=!0,this._instance||(this._resolved?this._update():this._resolveDef())}disconnectedCallback(){this._connected=!1,Kl(()=>{this._connected||(u4(null,this.shadowRoot),this._instance=null)})}_resolveDef(){this._resolved=!0;for(let a=0;a<this.attributes.length;a++)this._setAttr(this.attributes[a].name);new MutationObserver(a=>{for(const r of a)this._setAttr(r.attributeName)}).observe(this,{attributes:!0});const i=(a,r=!1)=>{const{props:e,styles:d}=a;let y;if(e&&!cr(e))for(const w in e){const F=e[w];(F===Number||F&&F.type===Number)&&(w in this._props&&(this._props[w]=Km(this._props[w])),(y||(y=Object.create(null)))[Pa(w)]=!0)}this._numberProps=y,r&&this._resolveProps(a),this._applyStyles(d),this._update()},s=this._def.__asyncLoader;s?s().then(a=>i(a,!0)):i(this._def)}_resolveProps(i){const{props:s}=i,a=cr(s)?s:Object.keys(s||{});for(const r of Object.keys(this))r[0]!=="_"&&a.includes(r)&&this._setProp(r,this[r],!0,!1);for(const r of a.map(Pa))Object.defineProperty(this,r,{get(){return this._getProp(r)},set(e){this._setProp(r,e)}})}_setAttr(i){let s=this.getAttribute(i);const a=Pa(i);this._numberProps&&this._numberProps[a]&&(s=Km(s)),this._setProp(a,s,!1)}_getProp(i){return this._props[i]}_setProp(i,s,a=!0,r=!0){s!==this._props[i]&&(this._props[i]=s,r&&this._instance&&this._update(),a&&(s===!0?this.setAttribute(xo(i),""):typeof s=="string"||typeof s=="number"?this.setAttribute(xo(i),s+""):s||this.removeAttribute(xo(i))))}_update(){u4(this._createVNode(),this.shadowRoot)}_createVNode(){const i=Yr(this._def,ai({},this._props));return this._instance||(i.ce=s=>{this._instance=s,s.isCE=!0;const a=(e,d)=>{this.dispatchEvent(new CustomEvent(e,{detail:d}))};s.emit=(e,...d)=>{a(e,d),xo(e)!==e&&a(xo(e),d)};let r=this;for(;r=r&&(r.parentNode||r.host);)if(r instanceof G2){s.parent=r._instance,s.provides=r._instance.provides;break}}),i}_applyStyles(i){i&&i.forEach(s=>{const a=document.createElement("style");a.textContent=s,this.shadowRoot.appendChild(a)})}}function KT(t="$style"){{const i=Ds();if(!i)return Yn;const s=i.type.__cssModules;if(!s)return Yn;const a=s[t];return a||Yn}}function QT(t){const i=Ds();if(!i)return;const s=i.ut=(r=t(i.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${i.uid}"]`)).forEach(e=>c4(e,r))},a=()=>{const r=t(i.proxy);l4(i.subTree,r),s(r)};UD(a),bl(()=>{const r=new MutationObserver(a);r.observe(i.subTree.el.parentNode,{childList:!0}),oh(()=>r.disconnect())})}function l4(t,i){if(t.shapeFlag&128){const s=t.suspense;t=s.activeBranch,s.pendingBranch&&!s.isHydrating&&s.effects.push(()=>{l4(s.activeBranch,i)})}for(;t.component;)t=t.component.subTree;if(t.shapeFlag&1&&t.el)c4(t.el,i);else if(t.type===Ri)t.children.forEach(s=>l4(s,i));else if(t.type===K0){let{el:s,anchor:a}=t;for(;s&&(c4(s,i),s!==a);)s=s.nextSibling}}function c4(t,i){if(t.nodeType===1){const s=t.style;for(const a in i)s.setProperty(`--${a}`,i[a])}}const Xu="transition",Z1="animation",yy=(t,{slots:i})=>lh(WD,CF(t),i);yy.displayName="Transition";const xF={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},XT=yy.props=ai({},oy,xF),L0=(t,i=[])=>{cr(t)?t.forEach(s=>s(...i)):t&&t(...i)},Y_=t=>t?cr(t)?t.some(i=>i.length>1):t.length>1:!1;function CF(t){const i={};for(const Me in t)Me in xF||(i[Me]=t[Me]);if(t.css===!1)return i;const{name:s="v",type:a,duration:r,enterFromClass:e=`${s}-enter-from`,enterActiveClass:d=`${s}-enter-active`,enterToClass:y=`${s}-enter-to`,appearFromClass:w=e,appearActiveClass:F=d,appearToClass:C=y,leaveFromClass:S=`${s}-leave-from`,leaveActiveClass:R=`${s}-leave-active`,leaveToClass:L=`${s}-leave-to`}=t,B=JT(r),I=B&&B[0],z=B&&B[1],{onBeforeEnter:W,onEnter:K,onEnterCancelled:oe,onLeave:G,onLeaveCancelled:j,onBeforeAppear:Z=W,onAppear:ie=K,onAppearCancelled:ne=oe}=i,ae=(Me,Ae,Fe)=>{ef(Me,Ae?C:y),ef(Me,Ae?F:d),Fe&&Fe()},ue=(Me,Ae)=>{Me._isLeaving=!1,ef(Me,S),ef(Me,L),ef(Me,R),Ae&&Ae()},Ee=Me=>(Ae,Fe)=>{const je=Me?ie:K,Xe=()=>ae(Ae,Me,Fe);L0(je,[Ae,Xe]),q_(()=>{ef(Ae,Me?w:e),Mc(Ae,Me?C:y),Y_(je)||K_(Ae,a,I,Xe)})};return ai(i,{onBeforeEnter(Me){L0(W,[Me]),Mc(Me,e),Mc(Me,d)},onBeforeAppear(Me){L0(Z,[Me]),Mc(Me,w),Mc(Me,F)},onEnter:Ee(!1),onAppear:Ee(!0),onLeave(Me,Ae){Me._isLeaving=!0;const Fe=()=>ue(Me,Ae);Mc(Me,S),AF(),Mc(Me,R),q_(()=>{Me._isLeaving&&(ef(Me,S),Mc(Me,L),Y_(G)||K_(Me,a,z,Fe))}),L0(G,[Me,Fe])},onEnterCancelled(Me){ae(Me,!1),L0(oe,[Me])},onAppearCancelled(Me){ae(Me,!0),L0(ne,[Me])},onLeaveCancelled(Me){ue(Me),L0(j,[Me])}})}function JT(t){if(t==null)return null;if(Kn(t))return[Cb(t.enter),Cb(t.leave)];{const i=Cb(t);return[i,i]}}function Cb(t){return Km(t)}function Mc(t,i){i.split(/\s+/).forEach(s=>s&&t.classList.add(s)),(t._vtc||(t._vtc=new Set)).add(i)}function ef(t,i){i.split(/\s+/).forEach(a=>a&&t.classList.remove(a));const{_vtc:s}=t;s&&(s.delete(i),s.size||(t._vtc=void 0))}function q_(t){requestAnimationFrame(()=>{requestAnimationFrame(t)})}let ZT=0;function K_(t,i,s,a){const r=t._endId=++ZT,e=()=>{r===t._endId&&a()};if(s)return setTimeout(e,s);const{type:d,timeout:y,propCount:w}=TF(t,i);if(!d)return a();const F=d+"end";let C=0;const S=()=>{t.removeEventListener(F,R),e()},R=L=>{L.target===t&&++C>=w&&S()};setTimeout(()=>{C<w&&S()},y+1),t.addEventListener(F,R)}function TF(t,i){const s=window.getComputedStyle(t),a=B=>(s[B]||"").split(", "),r=a(`${Xu}Delay`),e=a(`${Xu}Duration`),d=Q_(r,e),y=a(`${Z1}Delay`),w=a(`${Z1}Duration`),F=Q_(y,w);let C=null,S=0,R=0;i===Xu?d>0&&(C=Xu,S=d,R=e.length):i===Z1?F>0&&(C=Z1,S=F,R=w.length):(S=Math.max(d,F),C=S>0?d>F?Xu:Z1:null,R=C?C===Xu?e.length:w.length:0);const L=C===Xu&&/\b(transform|all)(,|$)/.test(a(`${Xu}Property`).toString());return{type:C,timeout:S,propCount:R,hasTransform:L}}function Q_(t,i){for(;t.length<i.length;)t=t.concat(t);return Math.max(...i.map((s,a)=>X_(s)+X_(t[a])))}function X_(t){return Number(t.slice(0,-1).replace(",","."))*1e3}function AF(){return document.body.offsetHeight}const SF=new WeakMap,kF=new WeakMap,OF={name:"TransitionGroup",props:ai({},XT,{tag:String,moveClass:String}),setup(t,{slots:i}){const s=Ds(),a=ay();let r,e;return W2(()=>{if(!r.length)return;const d=t.moveClass||`${t.name||"v"}-move`;if(!sA(r[0].el,s.vnode.el,d))return;r.forEach(rA),r.forEach(nA);const y=r.filter(iA);AF(),y.forEach(w=>{const F=w.el,C=F.style;Mc(F,d),C.transform=C.webkitTransform=C.transitionDuration="";const S=F._moveCb=R=>{R&&R.target!==F||(!R||/transform$/.test(R.propertyName))&&(F.removeEventListener("transitionend",S),F._moveCb=null,ef(F,d))};F.addEventListener("transitionend",S)})}),()=>{const d=mn(t),y=CF(d);let w=d.tag||Ri;r=e,e=i.default?$2(i.default()):[];for(let F=0;F<e.length;F++){const C=e[F];C.key!=null&&Z0(C,Sd(C,y,a,s))}if(r)for(let F=0;F<r.length;F++){const C=r[F];Z0(C,Sd(C,y,a,s)),SF.set(C,C.el.getBoundingClientRect())}return Yr(w,null,e)}}},eA=t=>delete t.mode;OF.props;const tA=OF;function rA(t){const i=t.el;i._moveCb&&i._moveCb(),i._enterCb&&i._enterCb()}function nA(t){kF.set(t,t.el.getBoundingClientRect())}function iA(t){const i=SF.get(t),s=kF.get(t),a=i.left-s.left,r=i.top-s.top;if(a||r){const e=t.el.style;return e.transform=e.webkitTransform=`translate(${a}px,${r}px)`,e.transitionDuration="0s",t}}function sA(t,i,s){const a=t.cloneNode();t._vtc&&t._vtc.forEach(d=>{d.split(/\s+/).forEach(y=>y&&a.classList.remove(y))}),s.split(/\s+/).forEach(d=>d&&a.classList.add(d)),a.style.display="none";const r=i.nodeType===1?i:i.parentNode;r.appendChild(a);const{hasTransform:e}=TF(a);return r.removeChild(a),e}const Df=t=>{const i=t.props["onUpdate:modelValue"]||!1;return cr(i)?s=>wd(i,s):i};function aA(t){t.target.composing=!0}function J_(t){const i=t.target;i.composing&&(i.composing=!1,i.dispatchEvent(new Event("input")))}const Mp={created(t,{modifiers:{lazy:i,trim:s,number:a}},r){t._assign=Df(r);const e=a||r.props&&r.props.type==="number";Bc(t,i?"change":"input",d=>{if(d.target.composing)return;let y=t.value;s&&(y=y.trim()),e&&(y=qm(y)),t._assign(y)}),s&&Bc(t,"change",()=>{t.value=t.value.trim()}),i||(Bc(t,"compositionstart",aA),Bc(t,"compositionend",J_),Bc(t,"change",J_))},mounted(t,{value:i}){t.value=i??""},beforeUpdate(t,{value:i,modifiers:{lazy:s,trim:a,number:r}},e){if(t._assign=Df(e),t.composing||document.activeElement===t&&t.type!=="range"&&(s||a&&t.value.trim()===i||(r||t.type==="number")&&qm(t.value)===i))return;const d=i??"";t.value!==d&&(t.value=d)}},_y={deep:!0,created(t,i,s){t._assign=Df(s),Bc(t,"change",()=>{const a=t._modelValue,r=Od(t),e=t.checked,d=t._assign;if(cr(a)){const y=T2(a,r),w=y!==-1;if(e&&!w)d(a.concat(r));else if(!e&&w){const F=[...a];F.splice(y,1),d(F)}}else if(ih(a)){const y=new Set(a);e?y.add(r):y.delete(r),d(y)}else d(PF(t,e))})},mounted:Z_,beforeUpdate(t,i,s){t._assign=Df(s),Z_(t,i,s)}};function Z_(t,{value:i,oldValue:s},a){t._modelValue=i,cr(i)?t.checked=T2(i,a.props.value)>-1:ih(i)?t.checked=i.has(a.props.value):i!==s&&(t.checked=mf(i,PF(t,!0)))}const wy={created(t,{value:i},s){t.checked=mf(i,s.props.value),t._assign=Df(s),Bc(t,"change",()=>{t._assign(Od(t))})},beforeUpdate(t,{value:i,oldValue:s},a){t._assign=Df(a),i!==s&&(t.checked=mf(i,a.props.value))}},RF={deep:!0,created(t,{value:i,modifiers:{number:s}},a){const r=ih(i);Bc(t,"change",()=>{const e=Array.prototype.filter.call(t.options,d=>d.selected).map(d=>s?qm(Od(d)):Od(d));t._assign(t.multiple?r?new Set(e):e:e[0])}),t._assign=Df(a)},mounted(t,{value:i}){e3(t,i)},beforeUpdate(t,i,s){t._assign=Df(s)},updated(t,{value:i}){e3(t,i)}};function e3(t,i){const s=t.multiple;if(!(s&&!cr(i)&&!ih(i))){for(let a=0,r=t.options.length;a<r;a++){const e=t.options[a],d=Od(e);if(s)cr(i)?e.selected=T2(i,d)>-1:e.selected=i.has(d);else if(mf(Od(e),i)){t.selectedIndex!==a&&(t.selectedIndex=a);return}}!s&&t.selectedIndex!==-1&&(t.selectedIndex=-1)}}function Od(t){return"_value"in t?t._value:t.value}function PF(t,i){const s=i?"_trueValue":"_falseValue";return s in t?t[s]:i}const IF={created(t,i,s){xm(t,i,s,null,"created")},mounted(t,i,s){xm(t,i,s,null,"mounted")},beforeUpdate(t,i,s,a){xm(t,i,s,a,"beforeUpdate")},updated(t,i,s,a){xm(t,i,s,a,"updated")}};function NF(t,i){switch(t){case"SELECT":return RF;case"TEXTAREA":return Mp;default:switch(i){case"checkbox":return _y;case"radio":return wy;default:return Mp}}}function xm(t,i,s,a,r){const d=NF(t.tagName,s.props&&s.props.type)[r];d&&d(t,i,s,a)}function oA(){Mp.getSSRProps=({value:t})=>({value:t}),wy.getSSRProps=({value:t},i)=>{if(i.props&&mf(i.props.value,t))return{checked:!0}},_y.getSSRProps=({value:t},i)=>{if(cr(t)){if(i.props&&T2(t,i.props.value)>-1)return{checked:!0}}else if(ih(t)){if(i.props&&t.has(i.props.value))return{checked:!0}}else if(t)return{checked:!0}},IF.getSSRProps=(t,i)=>{if(typeof i.type!="string")return;const s=NF(i.type.toUpperCase(),i.props&&i.props.type);if(s.getSSRProps)return s.getSSRProps(t,i)}}const lA=["ctrl","shift","alt","meta"],cA={stop:t=>t.stopPropagation(),prevent:t=>t.preventDefault(),self:t=>t.target!==t.currentTarget,ctrl:t=>!t.ctrlKey,shift:t=>!t.shiftKey,alt:t=>!t.altKey,meta:t=>!t.metaKey,left:t=>"button"in t&&t.button!==0,middle:t=>"button"in t&&t.button!==1,right:t=>"button"in t&&t.button!==2,exact:(t,i)=>lA.some(s=>t[`${s}Key`]&&!i.includes(s))},uA=(t,i)=>(s,...a)=>{for(let r=0;r<i.length;r++){const e=cA[i[r]];if(e&&e(s,i))return}return t(s,...a)},fA={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},MF=(t,i)=>s=>{if(!("key"in s))return;const a=xo(s.key);if(i.some(r=>r===a||fA[r]===a))return t(s)},LF={beforeMount(t,{value:i},{transition:s}){t._vod=t.style.display==="none"?"":t.style.display,s&&i?s.beforeEnter(t):ep(t,i)},mounted(t,{value:i},{transition:s}){s&&i&&s.enter(t)},updated(t,{value:i,oldValue:s},{transition:a}){!i!=!s&&(a?i?(a.beforeEnter(t),ep(t,!0),a.enter(t)):a.leave(t,()=>{ep(t,!1)}):ep(t,i))},beforeUnmount(t,{value:i}){ep(t,i)}};function ep(t,i){t.style.display=i?t._vod:"none"}function hA(){LF.getSSRProps=({value:t})=>{if(!t)return{style:{display:"none"}}}}const BF=ai({patchProp:VT},RT);let dp,t3=!1;function UF(){return dp||(dp=cF(BF))}function $F(){return dp=t3?dp:uF(BF),t3=!0,dp}const u4=(...t)=>{UF().render(...t)},HF=(...t)=>{$F().hydrate(...t)},Dy=(...t)=>{const i=UF().createApp(...t),{mount:s}=i;return i.mount=a=>{const r=zF(a);if(!r)return;const e=i._component;!Lr(e)&&!e.render&&!e.template&&(e.template=r.innerHTML),r.innerHTML="";const d=s(r,!1,r instanceof SVGElement);return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),d},i},WF=(...t)=>{const i=$F().createApp(...t),{mount:s}=i;return i.mount=a=>{const r=zF(a);if(r)return s(r,!0,r instanceof SVGElement)},i};function zF(t){return wi(t)?document.querySelector(t):t}let r3=!1;const dA=()=>{r3||(r3=!0,oA(),hA())},pA=()=>{},gA=Object.freeze(Object.defineProperty({__proto__:null,BaseTransition:WD,BaseTransitionPropsValidators:oy,Comment:Ws,EffectScope:V4,Fragment:Ri,KeepAlive:SC,ReactiveEffect:Gp,Static:K0,Suspense:bC,Teleport:pT,Text:yf,Transition:yy,TransitionGroup:tA,VueElement:G2,assertNumber:oC,callWithAsyncErrorHandling:no,callWithErrorHandling:Wc,camelize:Pa,capitalize:Vp,cloneVNode:Vl,compatUtils:kT,compile:pA,computed:gn,createApp:Dy,createBlock:Yc,createCommentVNode:ro,createElementBlock:Vn,createElementVNode:Ht,createHydrationRenderer:uF,createPropsRestProxy:KC,createRenderer:cF,createSSRApp:WF,createSlots:IC,createStaticVNode:vT,createTextVNode:Hl,createVNode:Yr,customRef:ey,defineAsyncComponent:TC,defineComponent:ls,defineCustomElement:EF,defineEmits:BC,defineExpose:UC,defineModel:WC,defineOptions:$C,defineProps:LC,defineSSRCustomElement:YT,defineSlots:HC,get devtools(){return dd},effect:Dx,effectScope:A2,getCurrentInstance:Ds,getCurrentScope:S2,getTransitionRawChildren:$2,guardReactiveProps:gy,h:lh,handleError:ah,hasInjectionContext:nF,hydrate:HF,initCustomFormatter:xT,initDirectivesForSSR:dA,inject:ha,isMemoSame:FF,isProxy:Q4,isReactive:Hc,isReadonly:J0,isRef:Mn,isRuntimeOnly:DT,isShallow:Ap,isVNode:_f,markRaw:Yp,mergeDefaults:YC,mergeModels:qC,mergeProps:j2,nextTick:Kl,normalizeClass:fa,normalizeProps:fD,normalizeStyle:pl,onActivated:ly,onBeforeMount:VD,onBeforeUnmount:Qp,onBeforeUpdate:GD,onDeactivated:cy,onErrorCaptured:QD,onMounted:bl,onRenderTracked:KD,onRenderTriggered:qD,onScopeDispose:G4,onServerPrefetch:YD,onUnmounted:oh,onUpdated:W2,openBlock:fn,popScopeId:U2,provide:up,proxyRefs:Z4,pushScopeId:B2,queuePostFlushCb:ry,reactive:bf,readonly:sh,ref:nr,registerRuntimeCompiler:wT,render:u4,renderList:JD,renderSlot:eh,resolveComponent:ml,resolveDirective:PC,resolveDynamicComponent:RC,resolveFilter:ST,resolveTransitionHooks:Sd,setBlockTracking:n4,setDevtoolsHook:ID,setTransitionHooks:Z0,shallowReactive:K4,shallowReadonly:Qx,shallowRef:Dd,ssrContextKey:wF,ssrUtils:AT,stop:Fx,toDisplayString:Ji,toHandlerKey:lp,toHandlers:NC,toRaw:mn,toRef:SD,toRefs:AD,toValue:Zx,transformVNodeArgs:gT,triggerRef:Jx,unref:gr,useAttrs:VC,useCssModule:KT,useCssVars:QT,useModel:GC,useSSRContext:DF,useSlots:jC,useTransitionState:ay,vModelCheckbox:_y,vModelDynamic:IF,vModelRadio:wy,vModelSelect:RF,vModelText:Mp,vShow:LF,version:by,warn:aC,watch:qn,watchEffect:sy,watchPostEffect:UD,watchSyncEffect:EC,withAsyncContext:QC,withCtx:bs,withDefaults:zC,withDirectives:HD,withKeys:MF,withMemo:CT,withModifiers:uA,withScopeId:MD},Symbol.toStringTag,{value:"Module"}));/*!
17
+ */const xf=[];xf[0]={w:[0],i:[3,0],"[":[4],o:[7]};xf[1]={w:[1],".":[2],"[":[4],o:[7]};xf[2]={w:[2],i:[3,0],0:[3,0]};xf[3]={i:[3,0],0:[3,0],w:[1,1],".":[2,1],"[":[4,1],o:[7,1]};xf[4]={"'":[5,0],'"':[6,0],"[":[4,2],"]":[1,3],o:8,l:[4,0]};xf[5]={"'":[4,0],o:8,l:[5,0]};xf[6]={'"':[4,0],o:8,l:[6,0]};const F5=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function E5(t){return F5.test(t)}function x5(t){const i=t.charCodeAt(0),s=t.charCodeAt(t.length-1);return i===s&&(i===34||i===39)?t.slice(1,-1):t}function C5(t){if(t==null)return"o";switch(t.charCodeAt(0)){case 91:case 93:case 46:case 34:case 39:return t;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 T5(t){const i=t.trim();return t.charAt(0)==="0"&&isNaN(parseInt(t))?!1:E5(i)?x5(i):"*"+i}function A5(t){const i=[];let s=-1,a=0,r=0,e,d,y,w,F,C,S;const R=[];R[0]=()=>{d===void 0?d=y:d+=y},R[1]=()=>{d!==void 0&&(i.push(d),d=void 0)},R[2]=()=>{R[0](),r++},R[3]=()=>{if(r>0)r--,a=4,R[0]();else{if(r=0,d===void 0||(d=T5(d),d===!1))return!1;R[1]()}};function L(){const B=t[s+1];if(a===5&&B==="'"||a===6&&B==='"')return s++,y="\\"+B,R[0](),!0}for(;a!==null;)if(s++,e=t[s],!(e==="\\"&&L())){if(w=C5(e),S=xf[a],F=S[w]||S.l||8,F===8||(a=F[0],F[1]!==void 0&&(C=R[F[1]],C&&(y=e,C()===!1))))return;if(a===7)return i}}const i_=new Map;function S5(t,i){return si(t)?t[i]:null}function k5(t,i){if(!si(t))return null;let s=i_.get(i);if(s||(s=A5(i),s&&i_.set(i,s)),!s)return null;const a=s.length;let r=t,e=0;for(;e<a;){const d=r[s[e]];if(d===void 0)return null;r=d,e++}return r}const O5=t=>t,R5=t=>"",P5="text",I5=t=>t.length===0?"":t.join(""),N5=D5;function s_(t,i){return t=Math.abs(t),i===2?t?t>1?1:0:1:t?Math.min(t,2):0}function M5(t){const i=ys(t.pluralIndex)?t.pluralIndex:-1;return t.named&&(ys(t.named.count)||ys(t.named.n))?ys(t.named.count)?t.named.count:ys(t.named.n)?t.named.n:i:i}function L5(t,i){i.count||(i.count=t),i.n||(i.n=t)}function B5(t={}){const i=t.locale,s=M5(t),a=si(t.pluralRules)&&mr(i)&&Ps(t.pluralRules[i])?t.pluralRules[i]:s_,r=si(t.pluralRules)&&mr(i)&&Ps(t.pluralRules[i])?s_:void 0,e=W=>W[a(s,W.length,r)],d=t.list||[],y=W=>d[W],w=t.named||{};ys(t.pluralIndex)&&L5(s,w);const F=W=>w[W];function C(W){const K=Ps(t.messages)?t.messages(W):si(t.messages)?t.messages[W]:!1;return K||(t.parent?t.parent.message(W):R5)}const S=W=>t.modifiers?t.modifiers[W]:O5,R=Rn(t.processor)&&Ps(t.processor.normalize)?t.processor.normalize:I5,L=Rn(t.processor)&&Ps(t.processor.interpolate)?t.processor.interpolate:N5,B=Rn(t.processor)&&mr(t.processor.type)?t.processor.type:P5,z={list:y,named:F,plural:e,linked:(W,...K)=>{const[oe,G]=K;let j="text",Z="";K.length===1?si(oe)?(Z=oe.modifier||Z,j=oe.type||j):mr(oe)&&(Z=oe||Z):K.length===2&&(mr(oe)&&(Z=oe||Z),mr(G)&&(j=G||j));let ie=C(W)(z);return j==="vnode"&&es(ie)&&Z&&(ie=ie[0]),Z?S(Z)(ie,j):ie},message:C,type:B,interpolate:L,normalize:R};return z}let Cp=null;function U5(t){Cp=t}function $5(t,i,s){Cp&&Cp.emit(Jw.I18nInit,{timestamp:Date.now(),i18n:t,version:i,meta:s})}const H5=W5(Jw.FunctionTranslate);function W5(t){return i=>Cp&&Cp.emit(t,i)}function z5(t,i,s){return[...new Set([s,...es(i)?i:si(i)?Object.keys(i):mr(i)?[i]:[s]])]}function Zw(t,i,s){const a=mr(s)?s:Uy,r=t;r.__localeChainCache||(r.__localeChainCache=new Map);let e=r.__localeChainCache.get(a);if(!e){e=[];let d=[s];for(;es(d);)d=a_(e,d,i);const y=es(i)||!Rn(i)?i:i.default?i.default:null;d=mr(y)?[y]:y,es(d)&&a_(e,d,!1),r.__localeChainCache.set(a,e)}return e}function a_(t,i,s){let a=!0;for(let r=0;r<i.length&&Vi(a);r++){const e=i[r];mr(e)&&(a=j5(t,i[r],s))}return a}function j5(t,i,s){let a;const r=i.split("-");do{const e=r.join("-");a=V5(t,e,s),r.splice(-1,1)}while(r.length&&a===!0);return a}function V5(t,i,s){let a=!1;if(!t.includes(i)&&(a=!0,i)){a=i[i.length-1]!=="!";const r=i.replace(/!/g,"");t.push(r),(es(s)||Rn(s))&&s[r]&&(a=s[r])}return a}const G5="9.2.2",E2=-1,Uy="en-US",o_="",l_=t=>`${t.charAt(0).toLocaleUpperCase()}${t.substr(1)}`;function Y5(){return{upper:(t,i)=>i==="text"&&mr(t)?t.toUpperCase():i==="vnode"&&si(t)&&"__v_isVNode"in t?t.children.toUpperCase():t,lower:(t,i)=>i==="text"&&mr(t)?t.toLowerCase():i==="vnode"&&si(t)&&"__v_isVNode"in t?t.children.toLowerCase():t,capitalize:(t,i)=>i==="text"&&mr(t)?l_(t):i==="vnode"&&si(t)&&"__v_isVNode"in t?l_(t.children):t}}let q5,eD;function K5(t){eD=t}let tD;function Q5(t){tD=t}let rD=null;const c_=t=>{rD=t},X5=()=>rD;let nD=null;const u_=t=>{nD=t},J5=()=>nD;let f_=0;function Z5(t={}){const i=mr(t.version)?t.version:G5,s=mr(t.locale)?t.locale:Uy,a=es(t.fallbackLocale)||Rn(t.fallbackLocale)||mr(t.fallbackLocale)||t.fallbackLocale===!1?t.fallbackLocale:s,r=Rn(t.messages)?t.messages:{[s]:{}},e=Rn(t.datetimeFormats)?t.datetimeFormats:{[s]:{}},d=Rn(t.numberFormats)?t.numberFormats:{[s]:{}},y=ua({},t.modifiers||{},Y5()),w=t.pluralRules||{},F=Ps(t.missing)?t.missing:null,C=Vi(t.missingWarn)||Gm(t.missingWarn)?t.missingWarn:!0,S=Vi(t.fallbackWarn)||Gm(t.fallbackWarn)?t.fallbackWarn:!0,R=!!t.fallbackFormat,L=!!t.unresolving,B=Ps(t.postTranslation)?t.postTranslation:null,I=Rn(t.processor)?t.processor:null,z=Vi(t.warnHtmlMessage)?t.warnHtmlMessage:!0,W=!!t.escapeParameter,K=Ps(t.messageCompiler)?t.messageCompiler:q5,oe=Ps(t.messageResolver)?t.messageResolver:eD||S5,G=Ps(t.localeFallbacker)?t.localeFallbacker:tD||z5,j=si(t.fallbackContext)?t.fallbackContext:void 0,Z=Ps(t.onWarn)?t.onWarn:_5,ie=t,ne=si(ie.__datetimeFormatters)?ie.__datetimeFormatters:new Map,ae=si(ie.__numberFormatters)?ie.__numberFormatters:new Map,ue=si(ie.__meta)?ie.__meta:{};f_++;const Ee={version:i,cid:f_,locale:s,fallbackLocale:a,messages:r,modifiers:y,pluralRules:w,missing:F,missingWarn:C,fallbackWarn:S,fallbackFormat:R,unresolving:L,postTranslation:B,processor:I,warnHtmlMessage:z,escapeParameter:W,messageCompiler:K,messageResolver:oe,localeFallbacker:G,fallbackContext:j,onWarn:Z,__meta:ue};return Ee.datetimeFormats=e,Ee.numberFormats=d,Ee.__datetimeFormatters=ne,Ee.__numberFormatters=ae,__INTLIFY_PROD_DEVTOOLS__&&$5(Ee,i,ue),Ee}function $y(t,i,s,a,r){const{missing:e,onWarn:d}=t;if(e!==null){const y=e(t,s,i,r);return mr(y)?y:i}else return i}function J1(t,i,s){const a=t;a.__localeChainCache=new Map,t.localeFallbacker(t,s,i)}let iD=Qw.__EXTEND_POINT__;const bb=()=>++iD,gd={INVALID_ARGUMENT:iD,INVALID_DATE_ARGUMENT:bb(),INVALID_ISO_DATE_ARGUMENT:bb(),__EXTEND_POINT__:bb()};function md(t){return Xw(t,null,void 0)}const h_=()=>"",Ul=t=>Ps(t);function d_(t,...i){const{fallbackFormat:s,postTranslation:a,unresolving:r,messageCompiler:e,fallbackLocale:d,messages:y}=t,[w,F]=zb(...i),C=Vi(F.missingWarn)?F.missingWarn:t.missingWarn,S=Vi(F.fallbackWarn)?F.fallbackWarn:t.fallbackWarn,R=Vi(F.escapeParameter)?F.escapeParameter:t.escapeParameter,L=!!F.resolvedMessage,B=mr(F.default)||Vi(F.default)?Vi(F.default)?e?w:()=>w:F.default:s?e?w:()=>w:"",I=s||B!=="",z=mr(F.locale)?F.locale:t.locale;R&&ex(F);let[W,K,oe]=L?[w,z,y[z]||{}]:sD(t,w,z,d,S,C),G=W,j=w;if(!L&&!(mr(G)||Ul(G))&&I&&(G=B,j=G),!L&&(!(mr(G)||Ul(G))||!mr(K)))return r?E2:w;let Z=!1;const ie=()=>{Z=!0},ne=Ul(G)?G:aD(t,w,K,G,j,ie);if(Z)return G;const ae=nx(t,K,oe,F),ue=B5(ae),Ee=tx(t,ne,ue),Me=a?a(Ee,w):Ee;if(__INTLIFY_PROD_DEVTOOLS__){const Ae={timestamp:Date.now(),key:mr(w)?w:Ul(G)?G.key:"",locale:K||(Ul(G)?G.locale:""),format:mr(G)?G:Ul(G)?G.source:"",message:Me};Ae.meta=ua({},t.__meta,X5()||{}),H5(Ae)}return Me}function ex(t){es(t.list)?t.list=t.list.map(i=>mr(i)?n_(i):i):si(t.named)&&Object.keys(t.named).forEach(i=>{mr(t.named[i])&&(t.named[i]=n_(t.named[i]))})}function sD(t,i,s,a,r,e){const{messages:d,onWarn:y,messageResolver:w,localeFallbacker:F}=t,C=F(t,a,s);let S={},R,L=null;const B="translate";for(let I=0;I<C.length&&(R=C[I],S=d[R]||{},(L=w(S,i))===null&&(L=S[i]),!(mr(L)||Ps(L)));I++){const z=$y(t,i,R,e,B);z!==i&&(L=z)}return[L,R,S]}function aD(t,i,s,a,r,e){const{messageCompiler:d,warnHtmlMessage:y}=t;if(Ul(a)){const F=a;return F.locale=F.locale||s,F.key=F.key||i,F}if(d==null){const F=()=>a;return F.locale=s,F.key=i,F}const w=d(a,rx(t,s,r,a,y,e));return w.locale=s,w.key=i,w.source=a,w}function tx(t,i,s){return i(s)}function zb(...t){const[i,s,a]=t,r={};if(!mr(i)&&!ys(i)&&!Ul(i))throw md(gd.INVALID_ARGUMENT);const e=ys(i)?String(i):(Ul(i),i);return ys(s)?r.plural=s:mr(s)?r.default=s:Rn(s)&&!F2(s)?r.named=s:es(s)&&(r.list=s),ys(a)?r.plural=a:mr(a)?r.default=a:Rn(a)&&ua(r,a),[e,r]}function rx(t,i,s,a,r,e){return{warnHtmlMessage:r,onError:d=>{throw e&&e(d),d},onCacheKey:d=>v5(i,s,d)}}function nx(t,i,s,a){const{modifiers:r,pluralRules:e,messageResolver:d,fallbackLocale:y,fallbackWarn:w,missingWarn:F,fallbackContext:C}=t,R={locale:i,modifiers:r,pluralRules:e,messages:L=>{let B=d(s,L);if(B==null&&C){const[,,I]=sD(C,L,i,y,w,F);B=d(I,L)}if(mr(B)){let I=!1;const W=aD(t,L,i,B,L,()=>{I=!0});return I?h_:W}else return Ul(B)?B:h_}};return t.processor&&(R.processor=t.processor),a.list&&(R.list=a.list),a.named&&(R.named=a.named),ys(a.plural)&&(R.pluralIndex=a.plural),R}function p_(t,...i){const{datetimeFormats:s,unresolving:a,fallbackLocale:r,onWarn:e,localeFallbacker:d}=t,{__datetimeFormatters:y}=t,[w,F,C,S]=jb(...i),R=Vi(C.missingWarn)?C.missingWarn:t.missingWarn;Vi(C.fallbackWarn)?C.fallbackWarn:t.fallbackWarn;const L=!!C.part,B=mr(C.locale)?C.locale:t.locale,I=d(t,r,B);if(!mr(w)||w==="")return new Intl.DateTimeFormat(B,S).format(F);let z={},W,K=null;const oe="datetime format";for(let Z=0;Z<I.length&&(W=I[Z],z=s[W]||{},K=z[w],!Rn(K));Z++)$y(t,w,W,R,oe);if(!Rn(K)||!mr(W))return a?E2:w;let G=`${W}__${w}`;F2(S)||(G=`${G}__${JSON.stringify(S)}`);let j=y.get(G);return j||(j=new Intl.DateTimeFormat(W,ua({},K,S)),y.set(G,j)),L?j.formatToParts(F):j.format(F)}const oD=["localeMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName","formatMatcher","hour12","timeZone","dateStyle","timeStyle","calendar","dayPeriod","numberingSystem","hourCycle","fractionalSecondDigits"];function jb(...t){const[i,s,a,r]=t,e={};let d={},y;if(mr(i)){const w=i.match(/(\d{4}-\d{2}-\d{2})(T|\s)?(.*)/);if(!w)throw md(gd.INVALID_ISO_DATE_ARGUMENT);const F=w[3]?w[3].trim().startsWith("T")?`${w[1].trim()}${w[3].trim()}`:`${w[1].trim()}T${w[3].trim()}`:w[1].trim();y=new Date(F);try{y.toISOString()}catch{throw md(gd.INVALID_ISO_DATE_ARGUMENT)}}else if(y5(i)){if(isNaN(i.getTime()))throw md(gd.INVALID_DATE_ARGUMENT);y=i}else if(ys(i))y=i;else throw md(gd.INVALID_ARGUMENT);return mr(s)?e.key=s:Rn(s)&&Object.keys(s).forEach(w=>{oD.includes(w)?d[w]=s[w]:e[w]=s[w]}),mr(a)?e.locale=a:Rn(a)&&(d=a),Rn(r)&&(d=r),[e.key||"",y,e,d]}function g_(t,i,s){const a=t;for(const r in s){const e=`${i}__${r}`;a.__datetimeFormatters.has(e)&&a.__datetimeFormatters.delete(e)}}function m_(t,...i){const{numberFormats:s,unresolving:a,fallbackLocale:r,onWarn:e,localeFallbacker:d}=t,{__numberFormatters:y}=t,[w,F,C,S]=Vb(...i),R=Vi(C.missingWarn)?C.missingWarn:t.missingWarn;Vi(C.fallbackWarn)?C.fallbackWarn:t.fallbackWarn;const L=!!C.part,B=mr(C.locale)?C.locale:t.locale,I=d(t,r,B);if(!mr(w)||w==="")return new Intl.NumberFormat(B,S).format(F);let z={},W,K=null;const oe="number format";for(let Z=0;Z<I.length&&(W=I[Z],z=s[W]||{},K=z[w],!Rn(K));Z++)$y(t,w,W,R,oe);if(!Rn(K)||!mr(W))return a?E2:w;let G=`${W}__${w}`;F2(S)||(G=`${G}__${JSON.stringify(S)}`);let j=y.get(G);return j||(j=new Intl.NumberFormat(W,ua({},K,S)),y.set(G,j)),L?j.formatToParts(F):j.format(F)}const lD=["localeMatcher","style","currency","currencyDisplay","currencySign","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","notation","signDisplay","unit","unitDisplay","roundingMode","roundingPriority","roundingIncrement","trailingZeroDisplay"];function Vb(...t){const[i,s,a,r]=t,e={};let d={};if(!ys(i))throw md(gd.INVALID_ARGUMENT);const y=i;return mr(s)?e.key=s:Rn(s)&&Object.keys(s).forEach(w=>{lD.includes(w)?d[w]=s[w]:e[w]=s[w]}),mr(a)?e.locale=a:Rn(a)&&(d=a),Rn(r)&&(d=r),[e.key||"",y,e,d]}function v_(t,i,s){const a=t;for(const r in s){const e=`${i}__${r}`;a.__numberFormatters.has(e)&&a.__numberFormatters.delete(e)}}typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(My().__INTLIFY_PROD_DEVTOOLS__=!1);function x2(t,i){const s=Object.create(null),a=t.split(",");for(let r=0;r<a.length;r++)s[a[r]]=!0;return i?r=>!!s[r.toLowerCase()]:r=>!!s[r]}const Yn={},yd=[],dl=()=>{},ix=()=>!1,sx=/^on[^a-z]/,jp=t=>sx.test(t),Hy=t=>t.startsWith("onUpdate:"),ai=Object.assign,Wy=(t,i)=>{const s=t.indexOf(i);s>-1&&t.splice(s,1)},ax=Object.prototype.hasOwnProperty,On=(t,i)=>ax.call(t,i),cr=Array.isArray,_d=t=>Hd(t)==="[object Map]",ih=t=>Hd(t)==="[object Set]",b_=t=>Hd(t)==="[object Date]",ox=t=>Hd(t)==="[object RegExp]",Lr=t=>typeof t=="function",wi=t=>typeof t=="string",Tp=t=>typeof t=="symbol",Kn=t=>t!==null&&typeof t=="object",zy=t=>Kn(t)&&Lr(t.then)&&Lr(t.catch),cD=Object.prototype.toString,Hd=t=>cD.call(t),lx=t=>Hd(t).slice(8,-1),uD=t=>Hd(t)==="[object Object]",jy=t=>wi(t)&&t!=="NaN"&&t[0]!=="-"&&""+parseInt(t,10)===t,op=x2(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),C2=t=>{const i=Object.create(null);return s=>i[s]||(i[s]=t(s))},cx=/-(\w)/g,Pa=C2(t=>t.replace(cx,(i,s)=>s?s.toUpperCase():"")),ux=/\B([A-Z])/g,xo=C2(t=>t.replace(ux,"-$1").toLowerCase()),Vp=C2(t=>t.charAt(0).toUpperCase()+t.slice(1)),lp=C2(t=>t?`on${Vp(t)}`:""),Ad=(t,i)=>!Object.is(t,i),wd=(t,i)=>{for(let s=0;s<t.length;s++)t[s](i)},Ym=(t,i,s)=>{Object.defineProperty(t,i,{configurable:!0,enumerable:!1,value:s})},qm=t=>{const i=parseFloat(t);return isNaN(i)?t:i},Km=t=>{const i=wi(t)?Number(t):NaN;return isNaN(i)?t:i};let y_;const Gb=()=>y_||(y_=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{}),fx="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",hx=x2(fx);function pl(t){if(cr(t)){const i={};for(let s=0;s<t.length;s++){const a=t[s],r=wi(a)?mx(a):pl(a);if(r)for(const e in r)i[e]=r[e]}return i}else{if(wi(t))return t;if(Kn(t))return t}}const dx=/;(?![^(]*\))/g,px=/:([^]+)/,gx=/\/\*[^]*?\*\//g;function mx(t){const i={};return t.replace(gx,"").split(dx).forEach(s=>{if(s){const a=s.split(px);a.length>1&&(i[a[0].trim()]=a[1].trim())}}),i}function fa(t){let i="";if(wi(t))i=t;else if(cr(t))for(let s=0;s<t.length;s++){const a=fa(t[s]);a&&(i+=a+" ")}else if(Kn(t))for(const s in t)t[s]&&(i+=s+" ");return i.trim()}function fD(t){if(!t)return null;let{class:i,style:s}=t;return i&&!wi(i)&&(t.class=fa(i)),s&&(t.style=pl(s)),t}const vx="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",bx=x2(vx);function hD(t){return!!t||t===""}function yx(t,i){if(t.length!==i.length)return!1;let s=!0;for(let a=0;s&&a<t.length;a++)s=mf(t[a],i[a]);return s}function mf(t,i){if(t===i)return!0;let s=b_(t),a=b_(i);if(s||a)return s&&a?t.getTime()===i.getTime():!1;if(s=Tp(t),a=Tp(i),s||a)return t===i;if(s=cr(t),a=cr(i),s||a)return s&&a?yx(t,i):!1;if(s=Kn(t),a=Kn(i),s||a){if(!s||!a)return!1;const r=Object.keys(t).length,e=Object.keys(i).length;if(r!==e)return!1;for(const d in t){const y=t.hasOwnProperty(d),w=i.hasOwnProperty(d);if(y&&!w||!y&&w||!mf(t[d],i[d]))return!1}}return String(t)===String(i)}function T2(t,i){return t.findIndex(s=>mf(s,i))}const Ji=t=>wi(t)?t:t==null?"":cr(t)||Kn(t)&&(t.toString===cD||!Lr(t.toString))?JSON.stringify(t,dD,2):String(t),dD=(t,i)=>i&&i.__v_isRef?dD(t,i.value):_d(i)?{[`Map(${i.size})`]:[...i.entries()].reduce((s,[a,r])=>(s[`${a} =>`]=r,s),{})}:ih(i)?{[`Set(${i.size})`]:[...i.values()]}:Kn(i)&&!cr(i)&&!uD(i)?String(i):i;let eo;class Vy{constructor(i=!1){this.detached=i,this._active=!0,this.effects=[],this.cleanups=[],this.parent=eo,!i&&eo&&(this.index=(eo.scopes||(eo.scopes=[])).push(this)-1)}get active(){return this._active}run(i){if(this._active){const s=eo;try{return eo=this,i()}finally{eo=s}}}on(){eo=this}off(){eo=this.parent}stop(i){if(this._active){let s,a;for(s=0,a=this.effects.length;s<a;s++)this.effects[s].stop();for(s=0,a=this.cleanups.length;s<a;s++)this.cleanups[s]();if(this.scopes)for(s=0,a=this.scopes.length;s<a;s++)this.scopes[s].stop(!0);if(!this.detached&&this.parent&&!i){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 A2(t){return new Vy(t)}function pD(t,i=eo){i&&i.active&&i.effects.push(t)}function S2(){return eo}function Gy(t){eo&&eo.cleanups.push(t)}const Yy=t=>{const i=new Set(t);return i.w=0,i.n=0,i},gD=t=>(t.w&vf)>0,mD=t=>(t.n&vf)>0,_x=({deps:t})=>{if(t.length)for(let i=0;i<t.length;i++)t[i].w|=vf},wx=t=>{const{deps:i}=t;if(i.length){let s=0;for(let a=0;a<i.length;a++){const r=i[a];gD(r)&&!mD(r)?r.delete(t):i[s++]=r,r.w&=~vf,r.n&=~vf}i.length=s}},Qm=new WeakMap;let ip=0,vf=1;const Yb=30;let cl;const Y0=Symbol(""),qb=Symbol("");class Gp{constructor(i,s=null,a){this.fn=i,this.scheduler=s,this.active=!0,this.deps=[],this.parent=void 0,pD(this,a)}run(){if(!this.active)return this.fn();let i=cl,s=hf;for(;i;){if(i===this)return;i=i.parent}try{return this.parent=cl,cl=this,hf=!0,vf=1<<++ip,ip<=Yb?_x(this):__(this),this.fn()}finally{ip<=Yb&&wx(this),vf=1<<--ip,cl=this.parent,hf=s,this.parent=void 0,this.deferStop&&this.stop()}}stop(){cl===this?this.deferStop=!0:this.active&&(__(this),this.onStop&&this.onStop(),this.active=!1)}}function __(t){const{deps:i}=t;if(i.length){for(let s=0;s<i.length;s++)i[s].delete(t);i.length=0}}function Dx(t,i){t.effect&&(t=t.effect.fn);const s=new Gp(t);i&&(ai(s,i),i.scope&&pD(s,i.scope)),(!i||!i.lazy)&&s.run();const a=s.run.bind(s);return a.effect=s,a}function Fx(t){t.effect.stop()}let hf=!0;const vD=[];function Wd(){vD.push(hf),hf=!1}function zd(){const t=vD.pop();hf=t===void 0?!0:t}function Ma(t,i,s){if(hf&&cl){let a=Qm.get(t);a||Qm.set(t,a=new Map);let r=a.get(s);r||a.set(s,r=Yy()),bD(r)}}function bD(t,i){let s=!1;ip<=Yb?mD(t)||(t.n|=vf,s=!gD(t)):s=!t.has(cl),s&&(t.add(cl),cl.deps.push(t))}function jc(t,i,s,a,r,e){const d=Qm.get(t);if(!d)return;let y=[];if(i==="clear")y=[...d.values()];else if(s==="length"&&cr(t)){const w=Number(a);d.forEach((F,C)=>{(C==="length"||C>=w)&&y.push(F)})}else switch(s!==void 0&&y.push(d.get(s)),i){case"add":cr(t)?jy(s)&&y.push(d.get("length")):(y.push(d.get(Y0)),_d(t)&&y.push(d.get(qb)));break;case"delete":cr(t)||(y.push(d.get(Y0)),_d(t)&&y.push(d.get(qb)));break;case"set":_d(t)&&y.push(d.get(Y0));break}if(y.length===1)y[0]&&Kb(y[0]);else{const w=[];for(const F of y)F&&w.push(...F);Kb(Yy(w))}}function Kb(t,i){const s=cr(t)?t:[...t];for(const a of s)a.computed&&w_(a);for(const a of s)a.computed||w_(a)}function w_(t,i){(t!==cl||t.allowRecurse)&&(t.scheduler?t.scheduler():t.run())}function Ex(t,i){var s;return(s=Qm.get(t))==null?void 0:s.get(i)}const xx=x2("__proto__,__v_isRef,__isVue"),yD=new Set(Object.getOwnPropertyNames(Symbol).filter(t=>t!=="arguments"&&t!=="caller").map(t=>Symbol[t]).filter(Tp)),Cx=k2(),Tx=k2(!1,!0),Ax=k2(!0),Sx=k2(!0,!0),D_=kx();function kx(){const t={};return["includes","indexOf","lastIndexOf"].forEach(i=>{t[i]=function(...s){const a=mn(this);for(let e=0,d=this.length;e<d;e++)Ma(a,"get",e+"");const r=a[i](...s);return r===-1||r===!1?a[i](...s.map(mn)):r}}),["push","pop","shift","unshift","splice"].forEach(i=>{t[i]=function(...s){Wd();const a=mn(this)[i].apply(this,s);return zd(),a}}),t}function Ox(t){const i=mn(this);return Ma(i,"has",t),i.hasOwnProperty(t)}function k2(t=!1,i=!1){return function(a,r,e){if(r==="__v_isReactive")return!t;if(r==="__v_isReadonly")return t;if(r==="__v_isShallow")return i;if(r==="__v_raw"&&e===(t?i?CD:xD:i?ED:FD).get(a))return a;const d=cr(a);if(!t){if(d&&On(D_,r))return Reflect.get(D_,r,e);if(r==="hasOwnProperty")return Ox}const y=Reflect.get(a,r,e);return(Tp(r)?yD.has(r):xx(r))||(t||Ma(a,"get",r),i)?y:Mn(y)?d&&jy(r)?y:y.value:Kn(y)?t?sh(y):bf(y):y}}const Rx=_D(),Px=_D(!0);function _D(t=!1){return function(s,a,r,e){let d=s[a];if(J0(d)&&Mn(d)&&!Mn(r))return!1;if(!t&&(!Ap(r)&&!J0(r)&&(d=mn(d),r=mn(r)),!cr(s)&&Mn(d)&&!Mn(r)))return d.value=r,!0;const y=cr(s)&&jy(a)?Number(a)<s.length:On(s,a),w=Reflect.set(s,a,r,e);return s===mn(e)&&(y?Ad(r,d)&&jc(s,"set",a,r):jc(s,"add",a,r)),w}}function Ix(t,i){const s=On(t,i);t[i];const a=Reflect.deleteProperty(t,i);return a&&s&&jc(t,"delete",i,void 0),a}function Nx(t,i){const s=Reflect.has(t,i);return(!Tp(i)||!yD.has(i))&&Ma(t,"has",i),s}function Mx(t){return Ma(t,"iterate",cr(t)?"length":Y0),Reflect.ownKeys(t)}const wD={get:Cx,set:Rx,deleteProperty:Ix,has:Nx,ownKeys:Mx},DD={get:Ax,set(t,i){return!0},deleteProperty(t,i){return!0}},Lx=ai({},wD,{get:Tx,set:Px}),Bx=ai({},DD,{get:Sx}),qy=t=>t,O2=t=>Reflect.getPrototypeOf(t);function gm(t,i,s=!1,a=!1){t=t.__v_raw;const r=mn(t),e=mn(i);s||(i!==e&&Ma(r,"get",i),Ma(r,"get",e));const{has:d}=O2(r),y=a?qy:s?Xy:Sp;if(d.call(r,i))return y(t.get(i));if(d.call(r,e))return y(t.get(e));t!==r&&t.get(i)}function mm(t,i=!1){const s=this.__v_raw,a=mn(s),r=mn(t);return i||(t!==r&&Ma(a,"has",t),Ma(a,"has",r)),t===r?s.has(t):s.has(t)||s.has(r)}function vm(t,i=!1){return t=t.__v_raw,!i&&Ma(mn(t),"iterate",Y0),Reflect.get(t,"size",t)}function F_(t){t=mn(t);const i=mn(this);return O2(i).has.call(i,t)||(i.add(t),jc(i,"add",t,t)),this}function E_(t,i){i=mn(i);const s=mn(this),{has:a,get:r}=O2(s);let e=a.call(s,t);e||(t=mn(t),e=a.call(s,t));const d=r.call(s,t);return s.set(t,i),e?Ad(i,d)&&jc(s,"set",t,i):jc(s,"add",t,i),this}function x_(t){const i=mn(this),{has:s,get:a}=O2(i);let r=s.call(i,t);r||(t=mn(t),r=s.call(i,t)),a&&a.call(i,t);const e=i.delete(t);return r&&jc(i,"delete",t,void 0),e}function C_(){const t=mn(this),i=t.size!==0,s=t.clear();return i&&jc(t,"clear",void 0,void 0),s}function bm(t,i){return function(a,r){const e=this,d=e.__v_raw,y=mn(d),w=i?qy:t?Xy:Sp;return!t&&Ma(y,"iterate",Y0),d.forEach((F,C)=>a.call(r,w(F),w(C),e))}}function ym(t,i,s){return function(...a){const r=this.__v_raw,e=mn(r),d=_d(e),y=t==="entries"||t===Symbol.iterator&&d,w=t==="keys"&&d,F=r[t](...a),C=s?qy:i?Xy:Sp;return!i&&Ma(e,"iterate",w?qb:Y0),{next(){const{value:S,done:R}=F.next();return R?{value:S,done:R}:{value:y?[C(S[0]),C(S[1])]:C(S),done:R}},[Symbol.iterator](){return this}}}}function Ku(t){return function(...i){return t==="delete"?!1:this}}function Ux(){const t={get(e){return gm(this,e)},get size(){return vm(this)},has:mm,add:F_,set:E_,delete:x_,clear:C_,forEach:bm(!1,!1)},i={get(e){return gm(this,e,!1,!0)},get size(){return vm(this)},has:mm,add:F_,set:E_,delete:x_,clear:C_,forEach:bm(!1,!0)},s={get(e){return gm(this,e,!0)},get size(){return vm(this,!0)},has(e){return mm.call(this,e,!0)},add:Ku("add"),set:Ku("set"),delete:Ku("delete"),clear:Ku("clear"),forEach:bm(!0,!1)},a={get(e){return gm(this,e,!0,!0)},get size(){return vm(this,!0)},has(e){return mm.call(this,e,!0)},add:Ku("add"),set:Ku("set"),delete:Ku("delete"),clear:Ku("clear"),forEach:bm(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(e=>{t[e]=ym(e,!1,!1),s[e]=ym(e,!0,!1),i[e]=ym(e,!1,!0),a[e]=ym(e,!0,!0)}),[t,s,i,a]}const[$x,Hx,Wx,zx]=Ux();function R2(t,i){const s=i?t?zx:Wx:t?Hx:$x;return(a,r,e)=>r==="__v_isReactive"?!t:r==="__v_isReadonly"?t:r==="__v_raw"?a:Reflect.get(On(s,r)&&r in a?s:a,r,e)}const jx={get:R2(!1,!1)},Vx={get:R2(!1,!0)},Gx={get:R2(!0,!1)},Yx={get:R2(!0,!0)},FD=new WeakMap,ED=new WeakMap,xD=new WeakMap,CD=new WeakMap;function qx(t){switch(t){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Kx(t){return t.__v_skip||!Object.isExtensible(t)?0:qx(lx(t))}function bf(t){return J0(t)?t:P2(t,!1,wD,jx,FD)}function Ky(t){return P2(t,!1,Lx,Vx,ED)}function sh(t){return P2(t,!0,DD,Gx,xD)}function Qx(t){return P2(t,!0,Bx,Yx,CD)}function P2(t,i,s,a,r){if(!Kn(t)||t.__v_raw&&!(i&&t.__v_isReactive))return t;const e=r.get(t);if(e)return e;const d=Kx(t);if(d===0)return t;const y=new Proxy(t,d===2?a:s);return r.set(t,y),y}function Hc(t){return J0(t)?Hc(t.__v_raw):!!(t&&t.__v_isReactive)}function J0(t){return!!(t&&t.__v_isReadonly)}function Ap(t){return!!(t&&t.__v_isShallow)}function Qy(t){return Hc(t)||J0(t)}function mn(t){const i=t&&t.__v_raw;return i?mn(i):t}function Yp(t){return Ym(t,"__v_skip",!0),t}const Sp=t=>Kn(t)?bf(t):t,Xy=t=>Kn(t)?sh(t):t;function Jy(t){hf&&cl&&(t=mn(t),bD(t.dep||(t.dep=Yy())))}function I2(t,i){t=mn(t);const s=t.dep;s&&Kb(s)}function Mn(t){return!!(t&&t.__v_isRef===!0)}function nr(t){return TD(t,!1)}function Dd(t){return TD(t,!0)}function TD(t,i){return Mn(t)?t:new Xx(t,i)}class Xx{constructor(i,s){this.__v_isShallow=s,this.dep=void 0,this.__v_isRef=!0,this._rawValue=s?i:mn(i),this._value=s?i:Sp(i)}get value(){return Jy(this),this._value}set value(i){const s=this.__v_isShallow||Ap(i)||J0(i);i=s?i:mn(i),Ad(i,this._rawValue)&&(this._rawValue=i,this._value=s?i:Sp(i),I2(this))}}function Jx(t){I2(t)}function gr(t){return Mn(t)?t.value:t}function Zx(t){return Lr(t)?t():gr(t)}const eC={get:(t,i,s)=>gr(Reflect.get(t,i,s)),set:(t,i,s,a)=>{const r=t[i];return Mn(r)&&!Mn(s)?(r.value=s,!0):Reflect.set(t,i,s,a)}};function Zy(t){return Hc(t)?t:new Proxy(t,eC)}class tC{constructor(i){this.dep=void 0,this.__v_isRef=!0;const{get:s,set:a}=i(()=>Jy(this),()=>I2(this));this._get=s,this._set=a}get value(){return this._get()}set value(i){this._set(i)}}function e4(t){return new tC(t)}function AD(t){const i=cr(t)?new Array(t.length):{};for(const s in t)i[s]=kD(t,s);return i}class rC{constructor(i,s,a){this._object=i,this._key=s,this._defaultValue=a,this.__v_isRef=!0}get value(){const i=this._object[this._key];return i===void 0?this._defaultValue:i}set value(i){this._object[this._key]=i}get dep(){return Ex(mn(this._object),this._key)}}class nC{constructor(i){this._getter=i,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function SD(t,i,s){return Mn(t)?t:Lr(t)?new nC(t):Kn(t)&&arguments.length>1?kD(t,i,s):nr(t)}function kD(t,i,s){const a=t[i];return Mn(a)?a:new rC(t,i,s)}class iC{constructor(i,s,a,r){this._setter=s,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this._dirty=!0,this.effect=new Gp(i,()=>{this._dirty||(this._dirty=!0,I2(this))}),this.effect.computed=this,this.effect.active=this._cacheable=!r,this.__v_isReadonly=a}get value(){const i=mn(this);return Jy(i),(i._dirty||!i._cacheable)&&(i._dirty=!1,i._value=i.effect.run()),i._value}set value(i){this._setter(i)}}function sC(t,i,s=!1){let a,r;const e=Lr(t);return e?(a=t,r=dl):(a=t.get,r=t.set),new iC(a,r,e||!r,s)}function aC(t,...i){}function oC(t,i){}function Wc(t,i,s,a){let r;try{r=a?t(...a):t()}catch(e){ah(e,i,s)}return r}function no(t,i,s,a){if(Lr(t)){const e=Wc(t,i,s,a);return e&&zy(e)&&e.catch(d=>{ah(d,i,s)}),e}const r=[];for(let e=0;e<t.length;e++)r.push(no(t[e],i,s,a));return r}function ah(t,i,s,a=!0){const r=i?i.vnode:null;if(i){let e=i.parent;const d=i.proxy,y=s;for(;e;){const F=e.ec;if(F){for(let C=0;C<F.length;C++)if(F[C](t,d,y)===!1)return}e=e.parent}const w=i.appContext.config.errorHandler;if(w){Wc(w,null,10,[t,d,y]);return}}lC(t,s,r,a)}function lC(t,i,s,a=!0){console.error(t)}let kp=!1,Qb=!1;const $s=[];let $l=0;const Fd=[];let Lc=null,H0=0;const OD=Promise.resolve();let t4=null;function Kl(t){const i=t4||OD;return t?i.then(this?t.bind(this):t):i}function cC(t){let i=$l+1,s=$s.length;for(;i<s;){const a=i+s>>>1;Op($s[a])<t?i=a+1:s=a}return i}function N2(t){(!$s.length||!$s.includes(t,kp&&t.allowRecurse?$l+1:$l))&&(t.id==null?$s.push(t):$s.splice(cC(t.id),0,t),RD())}function RD(){!kp&&!Qb&&(Qb=!0,t4=OD.then(PD))}function uC(t){const i=$s.indexOf(t);i>$l&&$s.splice(i,1)}function r4(t){cr(t)?Fd.push(...t):(!Lc||!Lc.includes(t,t.allowRecurse?H0+1:H0))&&Fd.push(t),RD()}function T_(t,i=kp?$l+1:0){for(;i<$s.length;i++){const s=$s[i];s&&s.pre&&($s.splice(i,1),i--,s())}}function Xm(t){if(Fd.length){const i=[...new Set(Fd)];if(Fd.length=0,Lc){Lc.push(...i);return}for(Lc=i,Lc.sort((s,a)=>Op(s)-Op(a)),H0=0;H0<Lc.length;H0++)Lc[H0]();Lc=null,H0=0}}const Op=t=>t.id==null?1/0:t.id,fC=(t,i)=>{const s=Op(t)-Op(i);if(s===0){if(t.pre&&!i.pre)return-1;if(i.pre&&!t.pre)return 1}return s};function PD(t){Qb=!1,kp=!0,$s.sort(fC);const i=dl;try{for($l=0;$l<$s.length;$l++){const s=$s[$l];s&&s.active!==!1&&Wc(s,null,14)}}finally{$l=0,$s.length=0,Xm(),kp=!1,t4=null,($s.length||Fd.length)&&PD()}}let dd,_m=[];function ID(t,i){var s,a;dd=t,dd?(dd.enabled=!0,_m.forEach(({event:r,args:e})=>dd.emit(r,...e)),_m=[]):typeof window<"u"&&window.HTMLElement&&!((a=(s=window.navigator)==null?void 0:s.userAgent)!=null&&a.includes("jsdom"))?((i.__VUE_DEVTOOLS_HOOK_REPLAY__=i.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push(e=>{ID(e,i)}),setTimeout(()=>{dd||(i.__VUE_DEVTOOLS_HOOK_REPLAY__=null,_m=[])},3e3)):_m=[]}function hC(t,i,...s){if(t.isUnmounted)return;const a=t.vnode.props||Yn;let r=s;const e=i.startsWith("update:"),d=e&&i.slice(7);if(d&&d in a){const C=`${d==="modelValue"?"model":d}Modifiers`,{number:S,trim:R}=a[C]||Yn;R&&(r=s.map(L=>wi(L)?L.trim():L)),S&&(r=s.map(qm))}let y,w=a[y=lp(i)]||a[y=lp(Pa(i))];!w&&e&&(w=a[y=lp(xo(i))]),w&&no(w,t,6,r);const F=a[y+"Once"];if(F){if(!t.emitted)t.emitted={};else if(t.emitted[y])return;t.emitted[y]=!0,no(F,t,6,r)}}function ND(t,i,s=!1){const a=i.emitsCache,r=a.get(t);if(r!==void 0)return r;const e=t.emits;let d={},y=!1;if(!Lr(t)){const w=F=>{const C=ND(F,i,!0);C&&(y=!0,ai(d,C))};!s&&i.mixins.length&&i.mixins.forEach(w),t.extends&&w(t.extends),t.mixins&&t.mixins.forEach(w)}return!e&&!y?(Kn(t)&&a.set(t,null),null):(cr(e)?e.forEach(w=>d[w]=null):ai(d,e),Kn(t)&&a.set(t,d),d)}function M2(t,i){return!t||!jp(i)?!1:(i=i.slice(2).replace(/Once$/,""),On(t,i[0].toLowerCase()+i.slice(1))||On(t,xo(i))||On(t,i))}let ws=null,L2=null;function Rp(t){const i=ws;return ws=t,L2=t&&t.type.__scopeId||null,i}function B2(t){L2=t}function U2(){L2=null}const MD=t=>bs;function bs(t,i=ws,s){if(!i||t._n)return t;const a=(...r)=>{a._d&&ny(-1);const e=Rp(i);let d;try{d=t(...r)}finally{Rp(e),a._d&&ny(1)}return d};return a._n=!0,a._c=!0,a._d=!0,a}function Bm(t){const{type:i,vnode:s,proxy:a,withProxy:r,props:e,propsOptions:[d],slots:y,attrs:w,emit:F,render:C,renderCache:S,data:R,setupState:L,ctx:B,inheritAttrs:I}=t;let z,W;const K=Rp(t);try{if(s.shapeFlag&4){const G=r||a;z=to(C.call(G,G,S,e,L,R,B)),W=w}else{const G=i;z=to(G.length>1?G(e,{attrs:w,slots:y,emit:F}):G(e,null)),W=i.props?w:pC(w)}}catch(G){hp.length=0,ah(G,t,1),z=Yr(Ws)}let oe=z;if(W&&I!==!1){const G=Object.keys(W),{shapeFlag:j}=oe;G.length&&j&7&&(d&&G.some(Hy)&&(W=gC(W,d)),oe=Vl(oe,W))}return s.dirs&&(oe=Vl(oe),oe.dirs=oe.dirs?oe.dirs.concat(s.dirs):s.dirs),s.transition&&(oe.transition=s.transition),z=oe,Rp(K),z}function dC(t){let i;for(let s=0;s<t.length;s++){const a=t[s];if(_f(a)){if(a.type!==Ws||a.children==="v-if"){if(i)return;i=a}}else return}return i}const pC=t=>{let i;for(const s in t)(s==="class"||s==="style"||jp(s))&&((i||(i={}))[s]=t[s]);return i},gC=(t,i)=>{const s={};for(const a in t)(!Hy(a)||!(a.slice(9)in i))&&(s[a]=t[a]);return s};function mC(t,i,s){const{props:a,children:r,component:e}=t,{props:d,children:y,patchFlag:w}=i,F=e.emitsOptions;if(i.dirs||i.transition)return!0;if(s&&w>=0){if(w&1024)return!0;if(w&16)return a?A_(a,d,F):!!d;if(w&8){const C=i.dynamicProps;for(let S=0;S<C.length;S++){const R=C[S];if(d[R]!==a[R]&&!M2(F,R))return!0}}}else return(r||y)&&(!y||!y.$stable)?!0:a===d?!1:a?d?A_(a,d,F):!0:!!d;return!1}function A_(t,i,s){const a=Object.keys(i);if(a.length!==Object.keys(t).length)return!0;for(let r=0;r<a.length;r++){const e=a[r];if(i[e]!==t[e]&&!M2(s,e))return!0}return!1}function n4({vnode:t,parent:i},s){for(;i&&i.subTree===t;)(t=i.vnode).el=s,i=i.parent}const LD=t=>t.__isSuspense,vC={name:"Suspense",__isSuspense:!0,process(t,i,s,a,r,e,d,y,w,F){t==null?yC(i,s,a,r,e,d,y,w,F):_C(t,i,s,a,r,d,y,w,F)},hydrate:wC,create:i4,normalize:DC},bC=vC;function Pp(t,i){const s=t.props&&t.props[i];Lr(s)&&s()}function yC(t,i,s,a,r,e,d,y,w){const{p:F,o:{createElement:C}}=w,S=C("div"),R=t.suspense=i4(t,r,a,i,S,s,e,d,y,w);F(null,R.pendingBranch=t.ssContent,S,null,a,R,e,d),R.deps>0?(Pp(t,"onPending"),Pp(t,"onFallback"),F(null,t.ssFallback,i,s,a,null,e,d),Ed(R,t.ssFallback)):R.resolve(!1,!0)}function _C(t,i,s,a,r,e,d,y,{p:w,um:F,o:{createElement:C}}){const S=i.suspense=t.suspense;S.vnode=i,i.el=t.el;const R=i.ssContent,L=i.ssFallback,{activeBranch:B,pendingBranch:I,isInFallback:z,isHydrating:W}=S;if(I)S.pendingBranch=R,ul(R,I)?(w(I,R,S.hiddenContainer,null,r,S,e,d,y),S.deps<=0?S.resolve():z&&(w(B,L,s,a,r,null,e,d,y),Ed(S,L))):(S.pendingId++,W?(S.isHydrating=!1,S.activeBranch=I):F(I,r,S),S.deps=0,S.effects.length=0,S.hiddenContainer=C("div"),z?(w(null,R,S.hiddenContainer,null,r,S,e,d,y),S.deps<=0?S.resolve():(w(B,L,s,a,r,null,e,d,y),Ed(S,L))):B&&ul(R,B)?(w(B,R,s,a,r,S,e,d,y),S.resolve(!0)):(w(null,R,S.hiddenContainer,null,r,S,e,d,y),S.deps<=0&&S.resolve()));else if(B&&ul(R,B))w(B,R,s,a,r,S,e,d,y),Ed(S,R);else if(Pp(i,"onPending"),S.pendingBranch=R,S.pendingId++,w(null,R,S.hiddenContainer,null,r,S,e,d,y),S.deps<=0)S.resolve();else{const{timeout:K,pendingId:oe}=S;K>0?setTimeout(()=>{S.pendingId===oe&&S.fallback(L)},K):K===0&&S.fallback(L)}}function i4(t,i,s,a,r,e,d,y,w,F,C=!1){const{p:S,m:R,um:L,n:B,o:{parentNode:I,remove:z}}=F;let W;const K=FC(t);K&&i!=null&&i.pendingBranch&&(W=i.pendingId,i.deps++);const oe=t.props?Km(t.props.timeout):void 0,G={vnode:t,parent:i,parentComponent:s,isSVG:d,container:a,hiddenContainer:r,anchor:e,deps:0,pendingId:0,timeout:typeof oe=="number"?oe:-1,activeBranch:null,pendingBranch:null,isInFallback:!0,isHydrating:C,isUnmounted:!1,effects:[],resolve(j=!1,Z=!1){const{vnode:ie,activeBranch:ne,pendingBranch:ae,pendingId:ue,effects:Ee,parentComponent:Me,container:Ae}=G;if(G.isHydrating)G.isHydrating=!1;else if(!j){const Xe=ne&&ae.transition&&ae.transition.mode==="out-in";Xe&&(ne.transition.afterLeave=()=>{ue===G.pendingId&&R(ae,Ae,Le,0)});let{anchor:Le}=G;ne&&(Le=B(ne),L(ne,Me,G,!0)),Xe||R(ae,Ae,Le,0)}Ed(G,ae),G.pendingBranch=null,G.isInFallback=!1;let Fe=G.parent,je=!1;for(;Fe;){if(Fe.pendingBranch){Fe.effects.push(...Ee),je=!0;break}Fe=Fe.parent}je||r4(Ee),G.effects=[],K&&i&&i.pendingBranch&&W===i.pendingId&&(i.deps--,i.deps===0&&!Z&&i.resolve()),Pp(ie,"onResolve")},fallback(j){if(!G.pendingBranch)return;const{vnode:Z,activeBranch:ie,parentComponent:ne,container:ae,isSVG:ue}=G;Pp(Z,"onFallback");const Ee=B(ie),Me=()=>{G.isInFallback&&(S(null,j,ae,Ee,ne,null,ue,y,w),Ed(G,j))},Ae=j.transition&&j.transition.mode==="out-in";Ae&&(ie.transition.afterLeave=Me),G.isInFallback=!0,L(ie,ne,null,!0),Ae||Me()},move(j,Z,ie){G.activeBranch&&R(G.activeBranch,j,Z,ie),G.container=j},next(){return G.activeBranch&&B(G.activeBranch)},registerDep(j,Z){const ie=!!G.pendingBranch;ie&&G.deps++;const ne=j.vnode.el;j.asyncDep.catch(ae=>{ah(ae,j,0)}).then(ae=>{if(j.isUnmounted||G.isUnmounted||G.pendingId!==j.suspenseId)return;j.asyncResolved=!0;const{vnode:ue}=j;iy(j,ae,!1),ne&&(ue.el=ne);const Ee=!ne&&j.subTree.el;Z(j,ue,I(ne||j.subTree.el),ne?null:B(j.subTree),G,d,w),Ee&&z(Ee),n4(j,ue.el),ie&&--G.deps===0&&G.resolve()})},unmount(j,Z){G.isUnmounted=!0,G.activeBranch&&L(G.activeBranch,s,j,Z),G.pendingBranch&&L(G.pendingBranch,s,j,Z)}};return G}function wC(t,i,s,a,r,e,d,y,w){const F=i.suspense=i4(i,a,s,t.parentNode,document.createElement("div"),null,r,e,d,y,!0),C=w(t,F.pendingBranch=i.ssContent,s,F,e,d);return F.deps===0&&F.resolve(!1,!0),C}function DC(t){const{shapeFlag:i,children:s}=t,a=i&32;t.ssContent=S_(a?s.default:s),t.ssFallback=a?S_(s.fallback):Yr(Ws)}function S_(t){let i;if(Lr(t)){const s=th&&t._c;s&&(t._d=!1,fn()),t=t(),s&&(t._d=!0,i=Ra,dF())}return cr(t)&&(t=dC(t)),t=to(t),i&&!t.dynamicChildren&&(t.dynamicChildren=i.filter(s=>s!==t)),t}function BD(t,i){i&&i.pendingBranch?cr(t)?i.effects.push(...t):i.effects.push(t):r4(t)}function Ed(t,i){t.activeBranch=i;const{vnode:s,parentComponent:a}=t,r=s.el=i.el;a&&a.subTree===s&&(a.vnode.el=r,n4(a,r))}function FC(t){var i;return((i=t.props)==null?void 0:i.suspensible)!=null&&t.props.suspensible!==!1}function s4(t,i){return qp(t,null,i)}function UD(t,i){return qp(t,null,{flush:"post"})}function EC(t,i){return qp(t,null,{flush:"sync"})}const wm={};function qn(t,i,s){return qp(t,i,s)}function qp(t,i,{immediate:s,deep:a,flush:r,onTrack:e,onTrigger:d}=Yn){var y;const w=S2()===((y=Zi)==null?void 0:y.scope)?Zi:null;let F,C=!1,S=!1;if(Mn(t)?(F=()=>t.value,C=Ap(t)):Hc(t)?(F=()=>t,a=!0):cr(t)?(S=!0,C=t.some(G=>Hc(G)||Ap(G)),F=()=>t.map(G=>{if(Mn(G))return G.value;if(Hc(G))return V0(G);if(Lr(G))return Wc(G,w,2)})):Lr(t)?i?F=()=>Wc(t,w,2):F=()=>{if(!(w&&w.isUnmounted))return R&&R(),no(t,w,3,[L])}:F=dl,i&&a){const G=F;F=()=>V0(G())}let R,L=G=>{R=K.onStop=()=>{Wc(G,w,4)}},B;if(kd)if(L=dl,i?s&&no(i,w,3,[F(),S?[]:void 0,L]):F(),r==="sync"){const G=DF();B=G.__watcherHandles||(G.__watcherHandles=[])}else return dl;let I=S?new Array(t.length).fill(wm):wm;const z=()=>{if(K.active)if(i){const G=K.run();(a||C||(S?G.some((j,Z)=>Ad(j,I[Z])):Ad(G,I)))&&(R&&R(),no(i,w,3,[G,I===wm?void 0:S&&I[0]===wm?[]:I,L]),I=G)}else K.run()};z.allowRecurse=!!i;let W;r==="sync"?W=z:r==="post"?W=()=>Rs(z,w&&w.suspense):(z.pre=!0,w&&(z.id=w.uid),W=()=>N2(z));const K=new Gp(F,W);i?s?z():I=K.run():r==="post"?Rs(K.run.bind(K),w&&w.suspense):K.run();const oe=()=>{K.stop(),w&&w.scope&&Wy(w.scope.effects,K)};return B&&B.push(oe),oe}function xC(t,i,s){const a=this.proxy,r=wi(t)?t.includes(".")?$D(a,t):()=>a[t]:t.bind(a,a);let e;Lr(i)?e=i:(e=i.handler,s=i);const d=Zi;wf(this);const y=qp(r,e.bind(a),s);return d?wf(d):df(),y}function $D(t,i){const s=i.split(".");return()=>{let a=t;for(let r=0;r<s.length&&a;r++)a=a[s[r]];return a}}function V0(t,i){if(!Kn(t)||t.__v_skip||(i=i||new Set,i.has(t)))return t;if(i.add(t),Mn(t))V0(t.value,i);else if(cr(t))for(let s=0;s<t.length;s++)V0(t[s],i);else if(ih(t)||_d(t))t.forEach(s=>{V0(s,i)});else if(uD(t))for(const s in t)V0(t[s],i);return t}function HD(t,i){const s=ws;if(s===null)return t;const a=V2(s)||s.proxy,r=t.dirs||(t.dirs=[]);for(let e=0;e<i.length;e++){let[d,y,w,F=Yn]=i[e];d&&(Lr(d)&&(d={mounted:d,updated:d}),d.deep&&V0(y),r.push({dir:d,instance:a,value:y,oldValue:void 0,arg:w,modifiers:F}))}return t}function Bl(t,i,s,a){const r=t.dirs,e=i&&i.dirs;for(let d=0;d<r.length;d++){const y=r[d];e&&(y.oldValue=e[d].value);let w=y.dir[a];w&&(Wd(),no(w,s,8,[t.el,y,t,i]),zd())}}function a4(){const t={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return bl(()=>{t.isMounted=!0}),Qp(()=>{t.isUnmounting=!0}),t}const Eo=[Function,Array],o4={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Eo,onEnter:Eo,onAfterEnter:Eo,onEnterCancelled:Eo,onBeforeLeave:Eo,onLeave:Eo,onAfterLeave:Eo,onLeaveCancelled:Eo,onBeforeAppear:Eo,onAppear:Eo,onAfterAppear:Eo,onAppearCancelled:Eo},CC={name:"BaseTransition",props:o4,setup(t,{slots:i}){const s=Ds(),a=a4();let r;return()=>{const e=i.default&&$2(i.default(),!0);if(!e||!e.length)return;let d=e[0];if(e.length>1){for(const I of e)if(I.type!==Ws){d=I;break}}const y=mn(t),{mode:w}=y;if(a.isLeaving)return yb(d);const F=k_(d);if(!F)return yb(d);const C=Sd(F,y,a,s);Z0(F,C);const S=s.subTree,R=S&&k_(S);let L=!1;const{getTransitionKey:B}=F.type;if(B){const I=B();r===void 0?r=I:I!==r&&(r=I,L=!0)}if(R&&R.type!==Ws&&(!ul(F,R)||L)){const I=Sd(R,y,a,s);if(Z0(R,I),w==="out-in")return a.isLeaving=!0,I.afterLeave=()=>{a.isLeaving=!1,s.update.active!==!1&&s.update()},yb(d);w==="in-out"&&F.type!==Ws&&(I.delayLeave=(z,W,K)=>{const oe=zD(a,R);oe[String(R.key)]=R,z._leaveCb=()=>{W(),z._leaveCb=void 0,delete C.delayedLeave},C.delayedLeave=K})}return d}}},WD=CC;function zD(t,i){const{leavingVNodes:s}=t;let a=s.get(i.type);return a||(a=Object.create(null),s.set(i.type,a)),a}function Sd(t,i,s,a){const{appear:r,mode:e,persisted:d=!1,onBeforeEnter:y,onEnter:w,onAfterEnter:F,onEnterCancelled:C,onBeforeLeave:S,onLeave:R,onAfterLeave:L,onLeaveCancelled:B,onBeforeAppear:I,onAppear:z,onAfterAppear:W,onAppearCancelled:K}=i,oe=String(t.key),G=zD(s,t),j=(ne,ae)=>{ne&&no(ne,a,9,ae)},Z=(ne,ae)=>{const ue=ae[1];j(ne,ae),cr(ne)?ne.every(Ee=>Ee.length<=1)&&ue():ne.length<=1&&ue()},ie={mode:e,persisted:d,beforeEnter(ne){let ae=y;if(!s.isMounted)if(r)ae=I||y;else return;ne._leaveCb&&ne._leaveCb(!0);const ue=G[oe];ue&&ul(t,ue)&&ue.el._leaveCb&&ue.el._leaveCb(),j(ae,[ne])},enter(ne){let ae=w,ue=F,Ee=C;if(!s.isMounted)if(r)ae=z||w,ue=W||F,Ee=K||C;else return;let Me=!1;const Ae=ne._enterCb=Fe=>{Me||(Me=!0,Fe?j(Ee,[ne]):j(ue,[ne]),ie.delayedLeave&&ie.delayedLeave(),ne._enterCb=void 0)};ae?Z(ae,[ne,Ae]):Ae()},leave(ne,ae){const ue=String(t.key);if(ne._enterCb&&ne._enterCb(!0),s.isUnmounting)return ae();j(S,[ne]);let Ee=!1;const Me=ne._leaveCb=Ae=>{Ee||(Ee=!0,ae(),Ae?j(B,[ne]):j(L,[ne]),ne._leaveCb=void 0,G[ue]===t&&delete G[ue])};G[ue]=t,R?Z(R,[ne,Me]):Me()},clone(ne){return Sd(ne,i,s,a)}};return ie}function yb(t){if(Kp(t))return t=Vl(t),t.children=null,t}function k_(t){return Kp(t)?t.children?t.children[0]:void 0:t}function Z0(t,i){t.shapeFlag&6&&t.component?Z0(t.component.subTree,i):t.shapeFlag&128?(t.ssContent.transition=i.clone(t.ssContent),t.ssFallback.transition=i.clone(t.ssFallback)):t.transition=i}function $2(t,i=!1,s){let a=[],r=0;for(let e=0;e<t.length;e++){let d=t[e];const y=s==null?d.key:String(s)+String(d.key!=null?d.key:e);d.type===Ri?(d.patchFlag&128&&r++,a=a.concat($2(d.children,i,y))):(i||d.type!==Ws)&&a.push(y!=null?Vl(d,{key:y}):d)}if(r>1)for(let e=0;e<a.length;e++)a[e].patchFlag=-2;return a}function ls(t,i){return Lr(t)?(()=>ai({name:t.name},i,{setup:t}))():t}const q0=t=>!!t.type.__asyncLoader;function TC(t){Lr(t)&&(t={loader:t});const{loader:i,loadingComponent:s,errorComponent:a,delay:r=200,timeout:e,suspensible:d=!0,onError:y}=t;let w=null,F,C=0;const S=()=>(C++,w=null,R()),R=()=>{let L;return w||(L=w=i().catch(B=>{if(B=B instanceof Error?B:new Error(String(B)),y)return new Promise((I,z)=>{y(B,()=>I(S()),()=>z(B),C+1)});throw B}).then(B=>L!==w&&w?w:(B&&(B.__esModule||B[Symbol.toStringTag]==="Module")&&(B=B.default),F=B,B)))};return ls({name:"AsyncComponentWrapper",__asyncLoader:R,get __asyncResolved(){return F},setup(){const L=Zi;if(F)return()=>_b(F,L);const B=K=>{w=null,ah(K,L,13,!a)};if(d&&L.suspense||kd)return R().then(K=>()=>_b(K,L)).catch(K=>(B(K),()=>a?Yr(a,{error:K}):null));const I=nr(!1),z=nr(),W=nr(!!r);return r&&setTimeout(()=>{W.value=!1},r),e!=null&&setTimeout(()=>{if(!I.value&&!z.value){const K=new Error(`Async component timed out after ${e}ms.`);B(K),z.value=K}},e),R().then(()=>{I.value=!0,L.parent&&Kp(L.parent.vnode)&&N2(L.parent.update)}).catch(K=>{B(K),z.value=K}),()=>{if(I.value&&F)return _b(F,L);if(z.value&&a)return Yr(a,{error:z.value});if(s&&!W.value)return Yr(s)}}})}function _b(t,i){const{ref:s,props:a,children:r,ce:e}=i.vnode,d=Yr(t,a,r);return d.ref=s,d.ce=e,delete i.vnode.ce,d}const Kp=t=>t.type.__isKeepAlive,AC={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(t,{slots:i}){const s=Ds(),a=s.ctx;if(!a.renderer)return()=>{const K=i.default&&i.default();return K&&K.length===1?K[0]:K};const r=new Map,e=new Set;let d=null;const y=s.suspense,{renderer:{p:w,m:F,um:C,o:{createElement:S}}}=a,R=S("div");a.activate=(K,oe,G,j,Z)=>{const ie=K.component;F(K,oe,G,0,y),w(ie.vnode,K,oe,G,ie,y,j,K.slotScopeIds,Z),Rs(()=>{ie.isDeactivated=!1,ie.a&&wd(ie.a);const ne=K.props&&K.props.onVnodeMounted;ne&&ka(ne,ie.parent,K)},y)},a.deactivate=K=>{const oe=K.component;F(K,R,null,1,y),Rs(()=>{oe.da&&wd(oe.da);const G=K.props&&K.props.onVnodeUnmounted;G&&ka(G,oe.parent,K),oe.isDeactivated=!0},y)};function L(K){wb(K),C(K,s,y,!0)}function B(K){r.forEach((oe,G)=>{const j=ay(oe.type);j&&(!K||!K(j))&&I(G)})}function I(K){const oe=r.get(K);!d||!ul(oe,d)?L(oe):d&&wb(d),r.delete(K),e.delete(K)}qn(()=>[t.include,t.exclude],([K,oe])=>{K&&B(G=>sp(K,G)),oe&&B(G=>!sp(oe,G))},{flush:"post",deep:!0});let z=null;const W=()=>{z!=null&&r.set(z,Db(s.subTree))};return bl(W),W2(W),Qp(()=>{r.forEach(K=>{const{subTree:oe,suspense:G}=s,j=Db(oe);if(K.type===j.type&&K.key===j.key){wb(j);const Z=j.component.da;Z&&Rs(Z,G);return}L(K)})}),()=>{if(z=null,!i.default)return null;const K=i.default(),oe=K[0];if(K.length>1)return d=null,K;if(!_f(oe)||!(oe.shapeFlag&4)&&!(oe.shapeFlag&128))return d=null,oe;let G=Db(oe);const j=G.type,Z=ay(q0(G)?G.type.__asyncResolved||{}:j),{include:ie,exclude:ne,max:ae}=t;if(ie&&(!Z||!sp(ie,Z))||ne&&Z&&sp(ne,Z))return d=G,oe;const ue=G.key==null?j:G.key,Ee=r.get(ue);return G.el&&(G=Vl(G),oe.shapeFlag&128&&(oe.ssContent=G)),z=ue,Ee?(G.el=Ee.el,G.component=Ee.component,G.transition&&Z0(G,G.transition),G.shapeFlag|=512,e.delete(ue),e.add(ue)):(e.add(ue),ae&&e.size>parseInt(ae,10)&&I(e.values().next().value)),G.shapeFlag|=256,d=G,LD(oe.type)?oe:G}}},SC=AC;function sp(t,i){return cr(t)?t.some(s=>sp(s,i)):wi(t)?t.split(",").includes(i):ox(t)?t.test(i):!1}function l4(t,i){jD(t,"a",i)}function c4(t,i){jD(t,"da",i)}function jD(t,i,s=Zi){const a=t.__wdc||(t.__wdc=()=>{let r=s;for(;r;){if(r.isDeactivated)return;r=r.parent}return t()});if(H2(i,a,s),s){let r=s.parent;for(;r&&r.parent;)Kp(r.parent.vnode)&&kC(a,i,s,r),r=r.parent}}function kC(t,i,s,a){const r=H2(i,t,a,!0);oh(()=>{Wy(a[i],r)},s)}function wb(t){t.shapeFlag&=-257,t.shapeFlag&=-513}function Db(t){return t.shapeFlag&128?t.ssContent:t}function H2(t,i,s=Zi,a=!1){if(s){const r=s[t]||(s[t]=[]),e=i.__weh||(i.__weh=(...d)=>{if(s.isUnmounted)return;Wd(),wf(s);const y=no(i,s,t,d);return df(),zd(),y});return a?r.unshift(e):r.push(e),e}}const Gc=t=>(i,s=Zi)=>(!kd||t==="sp")&&H2(t,(...a)=>i(...a),s),VD=Gc("bm"),bl=Gc("m"),GD=Gc("bu"),W2=Gc("u"),Qp=Gc("bum"),oh=Gc("um"),YD=Gc("sp"),qD=Gc("rtg"),KD=Gc("rtc");function QD(t,i=Zi){H2("ec",t,i)}const u4="components",OC="directives";function ml(t,i){return f4(u4,t,!0,i)||t}const XD=Symbol.for("v-ndc");function RC(t){return wi(t)?f4(u4,t,!1)||t:t||XD}function PC(t){return f4(OC,t)}function f4(t,i,s=!0,a=!1){const r=ws||Zi;if(r){const e=r.type;if(t===u4){const y=ay(e,!1);if(y&&(y===i||y===Pa(i)||y===Vp(Pa(i))))return e}const d=O_(r[t]||e[t],i)||O_(r.appContext[t],i);return!d&&a?e:d}}function O_(t,i){return t&&(t[i]||t[Pa(i)]||t[Vp(Pa(i))])}function JD(t,i,s,a){let r;const e=s&&s[a];if(cr(t)||wi(t)){r=new Array(t.length);for(let d=0,y=t.length;d<y;d++)r[d]=i(t[d],d,void 0,e&&e[d])}else if(typeof t=="number"){r=new Array(t);for(let d=0;d<t;d++)r[d]=i(d+1,d,void 0,e&&e[d])}else if(Kn(t))if(t[Symbol.iterator])r=Array.from(t,(d,y)=>i(d,y,void 0,e&&e[y]));else{const d=Object.keys(t);r=new Array(d.length);for(let y=0,w=d.length;y<w;y++){const F=d[y];r[y]=i(t[F],F,y,e&&e[y])}}else r=[];return s&&(s[a]=r),r}function IC(t,i){for(let s=0;s<i.length;s++){const a=i[s];if(cr(a))for(let r=0;r<a.length;r++)t[a[r].name]=a[r].fn;else a&&(t[a.name]=a.key?(...r)=>{const e=a.fn(...r);return e&&(e.key=a.key),e}:a.fn)}return t}function eh(t,i,s={},a,r){if(ws.isCE||ws.parent&&q0(ws.parent)&&ws.parent.isCE)return i!=="default"&&(s.name=i),Yr("slot",s,a&&a());let e=t[i];e&&e._c&&(e._d=!1),fn();const d=e&&ZD(e(s)),y=Yc(Ri,{key:s.key||d&&d.key||`_${i}`},d||(a?a():[]),d&&t._===1?64:-2);return!r&&y.scopeId&&(y.slotScopeIds=[y.scopeId+"-s"]),e&&e._c&&(e._d=!0),y}function ZD(t){return t.some(i=>_f(i)?!(i.type===Ws||i.type===Ri&&!ZD(i.children)):!0)?t:null}function NC(t,i){const s={};for(const a in t)s[i&&/[A-Z]/.test(a)?`on:${a}`:lp(a)]=t[a];return s}const Xb=t=>t?vF(t)?V2(t)||t.proxy:Xb(t.parent):null,cp=ai(Object.create(null),{$:t=>t,$el:t=>t.vnode.el,$data:t=>t.data,$props:t=>t.props,$attrs:t=>t.attrs,$slots:t=>t.slots,$refs:t=>t.refs,$parent:t=>Xb(t.parent),$root:t=>Xb(t.root),$emit:t=>t.emit,$options:t=>h4(t),$forceUpdate:t=>t.f||(t.f=()=>N2(t.update)),$nextTick:t=>t.n||(t.n=Kl.bind(t.proxy)),$watch:t=>xC.bind(t)}),Fb=(t,i)=>t!==Yn&&!t.__isScriptSetup&&On(t,i),Jb={get({_:t},i){const{ctx:s,setupState:a,data:r,props:e,accessCache:d,type:y,appContext:w}=t;let F;if(i[0]!=="$"){const L=d[i];if(L!==void 0)switch(L){case 1:return a[i];case 2:return r[i];case 4:return s[i];case 3:return e[i]}else{if(Fb(a,i))return d[i]=1,a[i];if(r!==Yn&&On(r,i))return d[i]=2,r[i];if((F=t.propsOptions[0])&&On(F,i))return d[i]=3,e[i];if(s!==Yn&&On(s,i))return d[i]=4,s[i];Zb&&(d[i]=0)}}const C=cp[i];let S,R;if(C)return i==="$attrs"&&Ma(t,"get",i),C(t);if((S=y.__cssModules)&&(S=S[i]))return S;if(s!==Yn&&On(s,i))return d[i]=4,s[i];if(R=w.config.globalProperties,On(R,i))return R[i]},set({_:t},i,s){const{data:a,setupState:r,ctx:e}=t;return Fb(r,i)?(r[i]=s,!0):a!==Yn&&On(a,i)?(a[i]=s,!0):On(t.props,i)||i[0]==="$"&&i.slice(1)in t?!1:(e[i]=s,!0)},has({_:{data:t,setupState:i,accessCache:s,ctx:a,appContext:r,propsOptions:e}},d){let y;return!!s[d]||t!==Yn&&On(t,d)||Fb(i,d)||(y=e[0])&&On(y,d)||On(a,d)||On(cp,d)||On(r.config.globalProperties,d)},defineProperty(t,i,s){return s.get!=null?t._.accessCache[i]=0:On(s,"value")&&this.set(t,i,s.value,null),Reflect.defineProperty(t,i,s)}},MC=ai({},Jb,{get(t,i){if(i!==Symbol.unscopables)return Jb.get(t,i,t)},has(t,i){return i[0]!=="_"&&!hx(i)}});function LC(){return null}function BC(){return null}function UC(t){}function $C(t){}function HC(){return null}function WC(){}function zC(t,i){return null}function jC(){return eF().slots}function VC(){return eF().attrs}function GC(t,i,s){const a=Ds();if(s&&s.local){const r=nr(t[i]);return qn(()=>t[i],e=>r.value=e),qn(r,e=>{e!==t[i]&&a.emit(`update:${i}`,e)}),r}else return{__v_isRef:!0,get value(){return t[i]},set value(r){a.emit(`update:${i}`,r)}}}function eF(){const t=Ds();return t.setupContext||(t.setupContext=_F(t))}function Ip(t){return cr(t)?t.reduce((i,s)=>(i[s]=null,i),{}):t}function YC(t,i){const s=Ip(t);for(const a in i){if(a.startsWith("__skip"))continue;let r=s[a];r?cr(r)||Lr(r)?r=s[a]={type:r,default:i[a]}:r.default=i[a]:r===null&&(r=s[a]={default:i[a]}),r&&i[`__skip_${a}`]&&(r.skipFactory=!0)}return s}function qC(t,i){return!t||!i?t||i:cr(t)&&cr(i)?t.concat(i):ai({},Ip(t),Ip(i))}function KC(t,i){const s={};for(const a in t)i.includes(a)||Object.defineProperty(s,a,{enumerable:!0,get:()=>t[a]});return s}function QC(t){const i=Ds();let s=t();return df(),zy(s)&&(s=s.catch(a=>{throw wf(i),a})),[s,()=>wf(i)]}let Zb=!0;function XC(t){const i=h4(t),s=t.proxy,a=t.ctx;Zb=!1,i.beforeCreate&&R_(i.beforeCreate,t,"bc");const{data:r,computed:e,methods:d,watch:y,provide:w,inject:F,created:C,beforeMount:S,mounted:R,beforeUpdate:L,updated:B,activated:I,deactivated:z,beforeDestroy:W,beforeUnmount:K,destroyed:oe,unmounted:G,render:j,renderTracked:Z,renderTriggered:ie,errorCaptured:ne,serverPrefetch:ae,expose:ue,inheritAttrs:Ee,components:Me,directives:Ae,filters:Fe}=i;if(F&&JC(F,a,null),d)for(const Le in d){const mt=d[Le];Lr(mt)&&(a[Le]=mt.bind(s))}if(r){const Le=r.call(s,s);Kn(Le)&&(t.data=bf(Le))}if(Zb=!0,e)for(const Le in e){const mt=e[Le],vt=Lr(mt)?mt.bind(s,s):Lr(mt.get)?mt.get.bind(s,s):dl,Je=!Lr(mt)&&Lr(mt.set)?mt.set.bind(s):dl,me=gn({get:vt,set:Je});Object.defineProperty(a,Le,{enumerable:!0,configurable:!0,get:()=>me.value,set:Ke=>me.value=Ke})}if(y)for(const Le in y)tF(y[Le],a,s,Le);if(w){const Le=Lr(w)?w.call(s):w;Reflect.ownKeys(Le).forEach(mt=>{up(mt,Le[mt])})}C&&R_(C,t,"c");function Xe(Le,mt){cr(mt)?mt.forEach(vt=>Le(vt.bind(s))):mt&&Le(mt.bind(s))}if(Xe(VD,S),Xe(bl,R),Xe(GD,L),Xe(W2,B),Xe(l4,I),Xe(c4,z),Xe(QD,ne),Xe(KD,Z),Xe(qD,ie),Xe(Qp,K),Xe(oh,G),Xe(YD,ae),cr(ue))if(ue.length){const Le=t.exposed||(t.exposed={});ue.forEach(mt=>{Object.defineProperty(Le,mt,{get:()=>s[mt],set:vt=>s[mt]=vt})})}else t.exposed||(t.exposed={});j&&t.render===dl&&(t.render=j),Ee!=null&&(t.inheritAttrs=Ee),Me&&(t.components=Me),Ae&&(t.directives=Ae)}function JC(t,i,s=dl){cr(t)&&(t=ey(t));for(const a in t){const r=t[a];let e;Kn(r)?"default"in r?e=ha(r.from||a,r.default,!0):e=ha(r.from||a):e=ha(r),Mn(e)?Object.defineProperty(i,a,{enumerable:!0,configurable:!0,get:()=>e.value,set:d=>e.value=d}):i[a]=e}}function R_(t,i,s){no(cr(t)?t.map(a=>a.bind(i.proxy)):t.bind(i.proxy),i,s)}function tF(t,i,s,a){const r=a.includes(".")?$D(s,a):()=>s[a];if(wi(t)){const e=i[t];Lr(e)&&qn(r,e)}else if(Lr(t))qn(r,t.bind(s));else if(Kn(t))if(cr(t))t.forEach(e=>tF(e,i,s,a));else{const e=Lr(t.handler)?t.handler.bind(s):i[t.handler];Lr(e)&&qn(r,e,t)}}function h4(t){const i=t.type,{mixins:s,extends:a}=i,{mixins:r,optionsCache:e,config:{optionMergeStrategies:d}}=t.appContext,y=e.get(i);let w;return y?w=y:!r.length&&!s&&!a?w=i:(w={},r.length&&r.forEach(F=>Jm(w,F,d,!0)),Jm(w,i,d)),Kn(i)&&e.set(i,w),w}function Jm(t,i,s,a=!1){const{mixins:r,extends:e}=i;e&&Jm(t,e,s,!0),r&&r.forEach(d=>Jm(t,d,s,!0));for(const d in i)if(!(a&&d==="expose")){const y=ZC[d]||s&&s[d];t[d]=y?y(t[d],i[d]):i[d]}return t}const ZC={data:P_,props:I_,emits:I_,methods:ap,computed:ap,beforeCreate:oa,created:oa,beforeMount:oa,mounted:oa,beforeUpdate:oa,updated:oa,beforeDestroy:oa,beforeUnmount:oa,destroyed:oa,unmounted:oa,activated:oa,deactivated:oa,errorCaptured:oa,serverPrefetch:oa,components:ap,directives:ap,watch:tT,provide:P_,inject:eT};function P_(t,i){return i?t?function(){return ai(Lr(t)?t.call(this,this):t,Lr(i)?i.call(this,this):i)}:i:t}function eT(t,i){return ap(ey(t),ey(i))}function ey(t){if(cr(t)){const i={};for(let s=0;s<t.length;s++)i[t[s]]=t[s];return i}return t}function oa(t,i){return t?[...new Set([].concat(t,i))]:i}function ap(t,i){return t?ai(Object.create(null),t,i):i}function I_(t,i){return t?cr(t)&&cr(i)?[...new Set([...t,...i])]:ai(Object.create(null),Ip(t),Ip(i??{})):i}function tT(t,i){if(!t)return i;if(!i)return t;const s=ai(Object.create(null),t);for(const a in i)s[a]=oa(t[a],i[a]);return s}function rF(){return{app:null,config:{isNativeTag:ix,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 rT=0;function nT(t,i){return function(a,r=null){Lr(a)||(a=ai({},a)),r!=null&&!Kn(r)&&(r=null);const e=rF(),d=new Set;let y=!1;const w=e.app={_uid:rT++,_component:a,_props:r,_container:null,_context:e,_instance:null,version:b4,get config(){return e.config},set config(F){},use(F,...C){return d.has(F)||(F&&Lr(F.install)?(d.add(F),F.install(w,...C)):Lr(F)&&(d.add(F),F(w,...C))),w},mixin(F){return e.mixins.includes(F)||e.mixins.push(F),w},component(F,C){return C?(e.components[F]=C,w):e.components[F]},directive(F,C){return C?(e.directives[F]=C,w):e.directives[F]},mount(F,C,S){if(!y){const R=Yr(a,r);return R.appContext=e,C&&i?i(R,F):t(R,F,S),y=!0,w._container=F,F.__vue_app__=w,V2(R.component)||R.component.proxy}},unmount(){y&&(t(null,w._container),delete w._container.__vue_app__)},provide(F,C){return e.provides[F]=C,w},runWithContext(F){Np=w;try{return F()}finally{Np=null}}};return w}}let Np=null;function up(t,i){if(Zi){let s=Zi.provides;const a=Zi.parent&&Zi.parent.provides;a===s&&(s=Zi.provides=Object.create(a)),s[t]=i}}function ha(t,i,s=!1){const a=Zi||ws;if(a||Np){const r=a?a.parent==null?a.vnode.appContext&&a.vnode.appContext.provides:a.parent.provides:Np._context.provides;if(r&&t in r)return r[t];if(arguments.length>1)return s&&Lr(i)?i.call(a&&a.proxy):i}}function nF(){return!!(Zi||ws||Np)}function iT(t,i,s,a=!1){const r={},e={};Ym(e,z2,1),t.propsDefaults=Object.create(null),iF(t,i,r,e);for(const d in t.propsOptions[0])d in r||(r[d]=void 0);s?t.props=a?r:Ky(r):t.type.props?t.props=r:t.props=e,t.attrs=e}function sT(t,i,s,a){const{props:r,attrs:e,vnode:{patchFlag:d}}=t,y=mn(r),[w]=t.propsOptions;let F=!1;if((a||d>0)&&!(d&16)){if(d&8){const C=t.vnode.dynamicProps;for(let S=0;S<C.length;S++){let R=C[S];if(M2(t.emitsOptions,R))continue;const L=i[R];if(w)if(On(e,R))L!==e[R]&&(e[R]=L,F=!0);else{const B=Pa(R);r[B]=ty(w,y,B,L,t,!1)}else L!==e[R]&&(e[R]=L,F=!0)}}}else{iF(t,i,r,e)&&(F=!0);let C;for(const S in y)(!i||!On(i,S)&&((C=xo(S))===S||!On(i,C)))&&(w?s&&(s[S]!==void 0||s[C]!==void 0)&&(r[S]=ty(w,y,S,void 0,t,!0)):delete r[S]);if(e!==y)for(const S in e)(!i||!On(i,S))&&(delete e[S],F=!0)}F&&jc(t,"set","$attrs")}function iF(t,i,s,a){const[r,e]=t.propsOptions;let d=!1,y;if(i)for(let w in i){if(op(w))continue;const F=i[w];let C;r&&On(r,C=Pa(w))?!e||!e.includes(C)?s[C]=F:(y||(y={}))[C]=F:M2(t.emitsOptions,w)||(!(w in a)||F!==a[w])&&(a[w]=F,d=!0)}if(e){const w=mn(s),F=y||Yn;for(let C=0;C<e.length;C++){const S=e[C];s[S]=ty(r,w,S,F[S],t,!On(F,S))}}return d}function ty(t,i,s,a,r,e){const d=t[s];if(d!=null){const y=On(d,"default");if(y&&a===void 0){const w=d.default;if(d.type!==Function&&!d.skipFactory&&Lr(w)){const{propsDefaults:F}=r;s in F?a=F[s]:(wf(r),a=F[s]=w.call(null,i),df())}else a=w}d[0]&&(e&&!y?a=!1:d[1]&&(a===""||a===xo(s))&&(a=!0))}return a}function sF(t,i,s=!1){const a=i.propsCache,r=a.get(t);if(r)return r;const e=t.props,d={},y=[];let w=!1;if(!Lr(t)){const C=S=>{w=!0;const[R,L]=sF(S,i,!0);ai(d,R),L&&y.push(...L)};!s&&i.mixins.length&&i.mixins.forEach(C),t.extends&&C(t.extends),t.mixins&&t.mixins.forEach(C)}if(!e&&!w)return Kn(t)&&a.set(t,yd),yd;if(cr(e))for(let C=0;C<e.length;C++){const S=Pa(e[C]);N_(S)&&(d[S]=Yn)}else if(e)for(const C in e){const S=Pa(C);if(N_(S)){const R=e[C],L=d[S]=cr(R)||Lr(R)?{type:R}:ai({},R);if(L){const B=B_(Boolean,L.type),I=B_(String,L.type);L[0]=B>-1,L[1]=I<0||B<I,(B>-1||On(L,"default"))&&y.push(S)}}}const F=[d,y];return Kn(t)&&a.set(t,F),F}function N_(t){return t[0]!=="$"}function M_(t){const i=t&&t.toString().match(/^\s*(function|class) (\w+)/);return i?i[2]:t===null?"null":""}function L_(t,i){return M_(t)===M_(i)}function B_(t,i){return cr(i)?i.findIndex(s=>L_(s,t)):Lr(i)&&L_(i,t)?0:-1}const aF=t=>t[0]==="_"||t==="$stable",d4=t=>cr(t)?t.map(to):[to(t)],aT=(t,i,s)=>{if(i._n)return i;const a=bs((...r)=>d4(i(...r)),s);return a._c=!1,a},oF=(t,i,s)=>{const a=t._ctx;for(const r in t){if(aF(r))continue;const e=t[r];if(Lr(e))i[r]=aT(r,e,a);else if(e!=null){const d=d4(e);i[r]=()=>d}}},lF=(t,i)=>{const s=d4(i);t.slots.default=()=>s},oT=(t,i)=>{if(t.vnode.shapeFlag&32){const s=i._;s?(t.slots=mn(i),Ym(i,"_",s)):oF(i,t.slots={})}else t.slots={},i&&lF(t,i);Ym(t.slots,z2,1)},lT=(t,i,s)=>{const{vnode:a,slots:r}=t;let e=!0,d=Yn;if(a.shapeFlag&32){const y=i._;y?s&&y===1?e=!1:(ai(r,i),!s&&y===1&&delete r._):(e=!i.$stable,oF(i,r)),d=i}else i&&(lF(t,i),d={default:1});if(e)for(const y in r)!aF(y)&&!(y in d)&&delete r[y]};function Zm(t,i,s,a,r=!1){if(cr(t)){t.forEach((R,L)=>Zm(R,i&&(cr(i)?i[L]:i),s,a,r));return}if(q0(a)&&!r)return;const e=a.shapeFlag&4?V2(a.component)||a.component.proxy:a.el,d=r?null:e,{i:y,r:w}=t,F=i&&i.r,C=y.refs===Yn?y.refs={}:y.refs,S=y.setupState;if(F!=null&&F!==w&&(wi(F)?(C[F]=null,On(S,F)&&(S[F]=null)):Mn(F)&&(F.value=null)),Lr(w))Wc(w,y,12,[d,C]);else{const R=wi(w),L=Mn(w);if(R||L){const B=()=>{if(t.f){const I=R?On(S,w)?S[w]:C[w]:w.value;r?cr(I)&&Wy(I,e):cr(I)?I.includes(e)||I.push(e):R?(C[w]=[e],On(S,w)&&(S[w]=C[w])):(w.value=[e],t.k&&(C[t.k]=w.value))}else R?(C[w]=d,On(S,w)&&(S[w]=d)):L&&(w.value=d,t.k&&(C[t.k]=d))};d?(B.id=-1,Rs(B,s)):B()}}}let Qu=!1;const Dm=t=>/svg/.test(t.namespaceURI)&&t.tagName!=="foreignObject",Fm=t=>t.nodeType===8;function cT(t){const{mt:i,p:s,o:{patchProp:a,createText:r,nextSibling:e,parentNode:d,remove:y,insert:w,createComment:F}}=t,C=(W,K)=>{if(!K.hasChildNodes()){s(null,W,K),Xm(),K._vnode=W;return}Qu=!1,S(K.firstChild,W,null,null,null),Xm(),K._vnode=W,Qu&&console.error("Hydration completed but contains mismatches.")},S=(W,K,oe,G,j,Z=!1)=>{const ie=Fm(W)&&W.data==="[",ne=()=>I(W,K,oe,G,j,ie),{type:ae,ref:ue,shapeFlag:Ee,patchFlag:Me}=K;let Ae=W.nodeType;K.el=W,Me===-2&&(Z=!1,K.dynamicChildren=null);let Fe=null;switch(ae){case yf:Ae!==3?K.children===""?(w(K.el=r(""),d(W),W),Fe=W):Fe=ne():(W.data!==K.children&&(Qu=!0,W.data=K.children),Fe=e(W));break;case Ws:Ae!==8||ie?Fe=ne():Fe=e(W);break;case K0:if(ie&&(W=e(W),Ae=W.nodeType),Ae===1||Ae===3){Fe=W;const je=!K.children.length;for(let Xe=0;Xe<K.staticCount;Xe++)je&&(K.children+=Fe.nodeType===1?Fe.outerHTML:Fe.data),Xe===K.staticCount-1&&(K.anchor=Fe),Fe=e(Fe);return ie?e(Fe):Fe}else ne();break;case Ri:ie?Fe=B(W,K,oe,G,j,Z):Fe=ne();break;default:if(Ee&1)Ae!==1||K.type.toLowerCase()!==W.tagName.toLowerCase()?Fe=ne():Fe=R(W,K,oe,G,j,Z);else if(Ee&6){K.slotScopeIds=j;const je=d(W);if(i(K,je,null,oe,G,Dm(je),Z),Fe=ie?z(W):e(W),Fe&&Fm(Fe)&&Fe.data==="teleport end"&&(Fe=e(Fe)),q0(K)){let Xe;ie?(Xe=Yr(Ri),Xe.anchor=Fe?Fe.previousSibling:je.lastChild):Xe=W.nodeType===3?Hl(""):Yr("div"),Xe.el=W,K.component.subTree=Xe}}else Ee&64?Ae!==8?Fe=ne():Fe=K.type.hydrate(W,K,oe,G,j,Z,t,L):Ee&128&&(Fe=K.type.hydrate(W,K,oe,G,Dm(d(W)),j,Z,t,S))}return ue!=null&&Zm(ue,null,G,K),Fe},R=(W,K,oe,G,j,Z)=>{Z=Z||!!K.dynamicChildren;const{type:ie,props:ne,patchFlag:ae,shapeFlag:ue,dirs:Ee}=K,Me=ie==="input"&&Ee||ie==="option";if(Me||ae!==-1){if(Ee&&Bl(K,null,oe,"created"),ne)if(Me||!Z||ae&48)for(const Fe in ne)(Me&&Fe.endsWith("value")||jp(Fe)&&!op(Fe))&&a(W,Fe,null,ne[Fe],!1,void 0,oe);else ne.onClick&&a(W,"onClick",null,ne.onClick,!1,void 0,oe);let Ae;if((Ae=ne&&ne.onVnodeBeforeMount)&&ka(Ae,oe,K),Ee&&Bl(K,null,oe,"beforeMount"),((Ae=ne&&ne.onVnodeMounted)||Ee)&&BD(()=>{Ae&&ka(Ae,oe,K),Ee&&Bl(K,null,oe,"mounted")},G),ue&16&&!(ne&&(ne.innerHTML||ne.textContent))){let Fe=L(W.firstChild,K,W,oe,G,j,Z);for(;Fe;){Qu=!0;const je=Fe;Fe=Fe.nextSibling,y(je)}}else ue&8&&W.textContent!==K.children&&(Qu=!0,W.textContent=K.children)}return W.nextSibling},L=(W,K,oe,G,j,Z,ie)=>{ie=ie||!!K.dynamicChildren;const ne=K.children,ae=ne.length;for(let ue=0;ue<ae;ue++){const Ee=ie?ne[ue]:ne[ue]=to(ne[ue]);if(W)W=S(W,Ee,G,j,Z,ie);else{if(Ee.type===yf&&!Ee.children)continue;Qu=!0,s(null,Ee,oe,null,G,j,Dm(oe),Z)}}return W},B=(W,K,oe,G,j,Z)=>{const{slotScopeIds:ie}=K;ie&&(j=j?j.concat(ie):ie);const ne=d(W),ae=L(e(W),K,ne,oe,G,j,Z);return ae&&Fm(ae)&&ae.data==="]"?e(K.anchor=ae):(Qu=!0,w(K.anchor=F("]"),ne,ae),ae)},I=(W,K,oe,G,j,Z)=>{if(Qu=!0,K.el=null,Z){const ae=z(W);for(;;){const ue=e(W);if(ue&&ue!==ae)y(ue);else break}}const ie=e(W),ne=d(W);return y(W),s(null,K,ne,ie,oe,G,Dm(ne),j),ie},z=W=>{let K=0;for(;W;)if(W=e(W),W&&Fm(W)&&(W.data==="["&&K++,W.data==="]")){if(K===0)return e(W);K--}return W};return[C,S]}const Rs=BD;function cF(t){return fF(t)}function uF(t){return fF(t,cT)}function fF(t,i){const s=Gb();s.__VUE__=!0;const{insert:a,remove:r,patchProp:e,createElement:d,createText:y,createComment:w,setText:F,setElementText:C,parentNode:S,nextSibling:R,setScopeId:L=dl,insertStaticContent:B}=t,I=(re,ce,he,Ye=null,Qe=null,tt=null,Pt=!1,Et=null,_t=!!ce.dynamicChildren)=>{if(re===ce)return;re&&!ul(re,ce)&&(Ye=se(re),Ke(re,Qe,tt,!0),re=null),ce.patchFlag===-2&&(_t=!1,ce.dynamicChildren=null);const{type:Ze,ref:Se,shapeFlag:Re}=ce;switch(Ze){case yf:z(re,ce,he,Ye);break;case Ws:W(re,ce,he,Ye);break;case K0:re==null&&K(ce,he,Ye,Pt);break;case Ri:Me(re,ce,he,Ye,Qe,tt,Pt,Et,_t);break;default:Re&1?j(re,ce,he,Ye,Qe,tt,Pt,Et,_t):Re&6?Ae(re,ce,he,Ye,Qe,tt,Pt,Et,_t):(Re&64||Re&128)&&Ze.process(re,ce,he,Ye,Qe,tt,Pt,Et,_t,Ce)}Se!=null&&Qe&&Zm(Se,re&&re.ref,tt,ce||re,!ce)},z=(re,ce,he,Ye)=>{if(re==null)a(ce.el=y(ce.children),he,Ye);else{const Qe=ce.el=re.el;ce.children!==re.children&&F(Qe,ce.children)}},W=(re,ce,he,Ye)=>{re==null?a(ce.el=w(ce.children||""),he,Ye):ce.el=re.el},K=(re,ce,he,Ye)=>{[re.el,re.anchor]=B(re.children,ce,he,Ye,re.el,re.anchor)},oe=({el:re,anchor:ce},he,Ye)=>{let Qe;for(;re&&re!==ce;)Qe=R(re),a(re,he,Ye),re=Qe;a(ce,he,Ye)},G=({el:re,anchor:ce})=>{let he;for(;re&&re!==ce;)he=R(re),r(re),re=he;r(ce)},j=(re,ce,he,Ye,Qe,tt,Pt,Et,_t)=>{Pt=Pt||ce.type==="svg",re==null?Z(ce,he,Ye,Qe,tt,Pt,Et,_t):ae(re,ce,Qe,tt,Pt,Et,_t)},Z=(re,ce,he,Ye,Qe,tt,Pt,Et)=>{let _t,Ze;const{type:Se,props:Re,shapeFlag:It,transition:Gt,dirs:hr}=re;if(_t=re.el=d(re.type,tt,Re&&Re.is,Re),It&8?C(_t,re.children):It&16&&ne(re.children,_t,null,Ye,Qe,tt&&Se!=="foreignObject",Pt,Et),hr&&Bl(re,null,Ye,"created"),ie(_t,re,re.scopeId,Pt,Ye),Re){for(const _r in Re)_r!=="value"&&!op(_r)&&e(_t,_r,null,Re[_r],tt,re.children,Ye,Qe,We);"value"in Re&&e(_t,"value",null,Re.value),(Ze=Re.onVnodeBeforeMount)&&ka(Ze,Ye,re)}hr&&Bl(re,null,Ye,"beforeMount");const Cr=(!Qe||Qe&&!Qe.pendingBranch)&&Gt&&!Gt.persisted;Cr&&Gt.beforeEnter(_t),a(_t,ce,he),((Ze=Re&&Re.onVnodeMounted)||Cr||hr)&&Rs(()=>{Ze&&ka(Ze,Ye,re),Cr&&Gt.enter(_t),hr&&Bl(re,null,Ye,"mounted")},Qe)},ie=(re,ce,he,Ye,Qe)=>{if(he&&L(re,he),Ye)for(let tt=0;tt<Ye.length;tt++)L(re,Ye[tt]);if(Qe){let tt=Qe.subTree;if(ce===tt){const Pt=Qe.vnode;ie(re,Pt,Pt.scopeId,Pt.slotScopeIds,Qe.parent)}}},ne=(re,ce,he,Ye,Qe,tt,Pt,Et,_t=0)=>{for(let Ze=_t;Ze<re.length;Ze++){const Se=re[Ze]=Et?sf(re[Ze]):to(re[Ze]);I(null,Se,ce,he,Ye,Qe,tt,Pt,Et)}},ae=(re,ce,he,Ye,Qe,tt,Pt)=>{const Et=ce.el=re.el;let{patchFlag:_t,dynamicChildren:Ze,dirs:Se}=ce;_t|=re.patchFlag&16;const Re=re.props||Yn,It=ce.props||Yn;let Gt;he&&M0(he,!1),(Gt=It.onVnodeBeforeUpdate)&&ka(Gt,he,ce,re),Se&&Bl(ce,re,he,"beforeUpdate"),he&&M0(he,!0);const hr=Qe&&ce.type!=="foreignObject";if(Ze?ue(re.dynamicChildren,Ze,Et,he,Ye,hr,tt):Pt||mt(re,ce,Et,null,he,Ye,hr,tt,!1),_t>0){if(_t&16)Ee(Et,ce,Re,It,he,Ye,Qe);else if(_t&2&&Re.class!==It.class&&e(Et,"class",null,It.class,Qe),_t&4&&e(Et,"style",Re.style,It.style,Qe),_t&8){const Cr=ce.dynamicProps;for(let _r=0;_r<Cr.length;_r++){const Pn=Cr[_r],Qn=Re[Pn],da=It[Pn];(da!==Qn||Pn==="value")&&e(Et,Pn,Qn,da,Qe,re.children,he,Ye,We)}}_t&1&&re.children!==ce.children&&C(Et,ce.children)}else!Pt&&Ze==null&&Ee(Et,ce,Re,It,he,Ye,Qe);((Gt=It.onVnodeUpdated)||Se)&&Rs(()=>{Gt&&ka(Gt,he,ce,re),Se&&Bl(ce,re,he,"updated")},Ye)},ue=(re,ce,he,Ye,Qe,tt,Pt)=>{for(let Et=0;Et<ce.length;Et++){const _t=re[Et],Ze=ce[Et],Se=_t.el&&(_t.type===Ri||!ul(_t,Ze)||_t.shapeFlag&70)?S(_t.el):he;I(_t,Ze,Se,null,Ye,Qe,tt,Pt,!0)}},Ee=(re,ce,he,Ye,Qe,tt,Pt)=>{if(he!==Ye){if(he!==Yn)for(const Et in he)!op(Et)&&!(Et in Ye)&&e(re,Et,he[Et],null,Pt,ce.children,Qe,tt,We);for(const Et in Ye){if(op(Et))continue;const _t=Ye[Et],Ze=he[Et];_t!==Ze&&Et!=="value"&&e(re,Et,Ze,_t,Pt,ce.children,Qe,tt,We)}"value"in Ye&&e(re,"value",he.value,Ye.value)}},Me=(re,ce,he,Ye,Qe,tt,Pt,Et,_t)=>{const Ze=ce.el=re?re.el:y(""),Se=ce.anchor=re?re.anchor:y("");let{patchFlag:Re,dynamicChildren:It,slotScopeIds:Gt}=ce;Gt&&(Et=Et?Et.concat(Gt):Gt),re==null?(a(Ze,he,Ye),a(Se,he,Ye),ne(ce.children,he,Se,Qe,tt,Pt,Et,_t)):Re>0&&Re&64&&It&&re.dynamicChildren?(ue(re.dynamicChildren,It,he,Qe,tt,Pt,Et),(ce.key!=null||Qe&&ce===Qe.subTree)&&p4(re,ce,!0)):mt(re,ce,he,Se,Qe,tt,Pt,Et,_t)},Ae=(re,ce,he,Ye,Qe,tt,Pt,Et,_t)=>{ce.slotScopeIds=Et,re==null?ce.shapeFlag&512?Qe.ctx.activate(ce,he,Ye,Pt,_t):Fe(ce,he,Ye,Qe,tt,Pt,_t):je(re,ce,_t)},Fe=(re,ce,he,Ye,Qe,tt,Pt)=>{const Et=re.component=mF(re,Ye,Qe);if(Kp(re)&&(Et.ctx.renderer=Ce),bF(Et),Et.asyncDep){if(Qe&&Qe.registerDep(Et,Xe),!re.el){const _t=Et.subTree=Yr(Ws);W(null,_t,ce,he)}return}Xe(Et,re,ce,he,Qe,tt,Pt)},je=(re,ce,he)=>{const Ye=ce.component=re.component;if(mC(re,ce,he))if(Ye.asyncDep&&!Ye.asyncResolved){Le(Ye,ce,he);return}else Ye.next=ce,uC(Ye.update),Ye.update();else ce.el=re.el,Ye.vnode=ce},Xe=(re,ce,he,Ye,Qe,tt,Pt)=>{const Et=()=>{if(re.isMounted){let{next:Se,bu:Re,u:It,parent:Gt,vnode:hr}=re,Cr=Se,_r;M0(re,!1),Se?(Se.el=hr.el,Le(re,Se,Pt)):Se=hr,Re&&wd(Re),(_r=Se.props&&Se.props.onVnodeBeforeUpdate)&&ka(_r,Gt,Se,hr),M0(re,!0);const Pn=Bm(re),Qn=re.subTree;re.subTree=Pn,I(Qn,Pn,S(Qn.el),se(Qn),re,Qe,tt),Se.el=Pn.el,Cr===null&&n4(re,Pn.el),It&&Rs(It,Qe),(_r=Se.props&&Se.props.onVnodeUpdated)&&Rs(()=>ka(_r,Gt,Se,hr),Qe)}else{let Se;const{el:Re,props:It}=ce,{bm:Gt,m:hr,parent:Cr}=re,_r=q0(ce);if(M0(re,!1),Gt&&wd(Gt),!_r&&(Se=It&&It.onVnodeBeforeMount)&&ka(Se,Cr,ce),M0(re,!0),Re&&Zt){const Pn=()=>{re.subTree=Bm(re),Zt(Re,re.subTree,re,Qe,null)};_r?ce.type.__asyncLoader().then(()=>!re.isUnmounted&&Pn()):Pn()}else{const Pn=re.subTree=Bm(re);I(null,Pn,he,Ye,re,Qe,tt),ce.el=Pn.el}if(hr&&Rs(hr,Qe),!_r&&(Se=It&&It.onVnodeMounted)){const Pn=ce;Rs(()=>ka(Se,Cr,Pn),Qe)}(ce.shapeFlag&256||Cr&&q0(Cr.vnode)&&Cr.vnode.shapeFlag&256)&&re.a&&Rs(re.a,Qe),re.isMounted=!0,ce=he=Ye=null}},_t=re.effect=new Gp(Et,()=>N2(Ze),re.scope),Ze=re.update=()=>_t.run();Ze.id=re.uid,M0(re,!0),Ze()},Le=(re,ce,he)=>{ce.component=re;const Ye=re.vnode.props;re.vnode=ce,re.next=null,sT(re,ce.props,Ye,he),lT(re,ce.children,he),Wd(),T_(),zd()},mt=(re,ce,he,Ye,Qe,tt,Pt,Et,_t=!1)=>{const Ze=re&&re.children,Se=re?re.shapeFlag:0,Re=ce.children,{patchFlag:It,shapeFlag:Gt}=ce;if(It>0){if(It&128){Je(Ze,Re,he,Ye,Qe,tt,Pt,Et,_t);return}else if(It&256){vt(Ze,Re,he,Ye,Qe,tt,Pt,Et,_t);return}}Gt&8?(Se&16&&We(Ze,Qe,tt),Re!==Ze&&C(he,Re)):Se&16?Gt&16?Je(Ze,Re,he,Ye,Qe,tt,Pt,Et,_t):We(Ze,Qe,tt,!0):(Se&8&&C(he,""),Gt&16&&ne(Re,he,Ye,Qe,tt,Pt,Et,_t))},vt=(re,ce,he,Ye,Qe,tt,Pt,Et,_t)=>{re=re||yd,ce=ce||yd;const Ze=re.length,Se=ce.length,Re=Math.min(Ze,Se);let It;for(It=0;It<Re;It++){const Gt=ce[It]=_t?sf(ce[It]):to(ce[It]);I(re[It],Gt,he,null,Qe,tt,Pt,Et,_t)}Ze>Se?We(re,Qe,tt,!0,!1,Re):ne(ce,he,Ye,Qe,tt,Pt,Et,_t,Re)},Je=(re,ce,he,Ye,Qe,tt,Pt,Et,_t)=>{let Ze=0;const Se=ce.length;let Re=re.length-1,It=Se-1;for(;Ze<=Re&&Ze<=It;){const Gt=re[Ze],hr=ce[Ze]=_t?sf(ce[Ze]):to(ce[Ze]);if(ul(Gt,hr))I(Gt,hr,he,null,Qe,tt,Pt,Et,_t);else break;Ze++}for(;Ze<=Re&&Ze<=It;){const Gt=re[Re],hr=ce[It]=_t?sf(ce[It]):to(ce[It]);if(ul(Gt,hr))I(Gt,hr,he,null,Qe,tt,Pt,Et,_t);else break;Re--,It--}if(Ze>Re){if(Ze<=It){const Gt=It+1,hr=Gt<Se?ce[Gt].el:Ye;for(;Ze<=It;)I(null,ce[Ze]=_t?sf(ce[Ze]):to(ce[Ze]),he,hr,Qe,tt,Pt,Et,_t),Ze++}}else if(Ze>It)for(;Ze<=Re;)Ke(re[Ze],Qe,tt,!0),Ze++;else{const Gt=Ze,hr=Ze,Cr=new Map;for(Ze=hr;Ze<=It;Ze++){const xn=ce[Ze]=_t?sf(ce[Ze]):to(ce[Ze]);xn.key!=null&&Cr.set(xn.key,Ze)}let _r,Pn=0;const Qn=It-hr+1;let da=!1,Oo=0;const zs=new Array(Qn);for(Ze=0;Ze<Qn;Ze++)zs[Ze]=0;for(Ze=Gt;Ze<=Re;Ze++){const xn=re[Ze];if(Pn>=Qn){Ke(xn,Qe,tt,!0);continue}let Xn;if(xn.key!=null)Xn=Cr.get(xn.key);else for(_r=hr;_r<=It;_r++)if(zs[_r-hr]===0&&ul(xn,ce[_r])){Xn=_r;break}Xn===void 0?Ke(xn,Qe,tt,!0):(zs[Xn-hr]=Ze+1,Xn>=Oo?Oo=Xn:da=!0,I(xn,ce[Xn],he,null,Qe,tt,Pt,Et,_t),Pn++)}const Ro=da?uT(zs):yd;for(_r=Ro.length-1,Ze=Qn-1;Ze>=0;Ze--){const xn=hr+Ze,Xn=ce[xn],js=xn+1<Se?ce[xn+1].el:Ye;zs[Ze]===0?I(null,Xn,he,js,Qe,tt,Pt,Et,_t):da&&(_r<0||Ze!==Ro[_r]?me(Xn,he,js,2):_r--)}}},me=(re,ce,he,Ye,Qe=null)=>{const{el:tt,type:Pt,transition:Et,children:_t,shapeFlag:Ze}=re;if(Ze&6){me(re.component.subTree,ce,he,Ye);return}if(Ze&128){re.suspense.move(ce,he,Ye);return}if(Ze&64){Pt.move(re,ce,he,Ce);return}if(Pt===Ri){a(tt,ce,he);for(let Re=0;Re<_t.length;Re++)me(_t[Re],ce,he,Ye);a(re.anchor,ce,he);return}if(Pt===K0){oe(re,ce,he);return}if(Ye!==2&&Ze&1&&Et)if(Ye===0)Et.beforeEnter(tt),a(tt,ce,he),Rs(()=>Et.enter(tt),Qe);else{const{leave:Re,delayLeave:It,afterLeave:Gt}=Et,hr=()=>a(tt,ce,he),Cr=()=>{Re(tt,()=>{hr(),Gt&&Gt()})};It?It(tt,hr,Cr):Cr()}else a(tt,ce,he)},Ke=(re,ce,he,Ye=!1,Qe=!1)=>{const{type:tt,props:Pt,ref:Et,children:_t,dynamicChildren:Ze,shapeFlag:Se,patchFlag:Re,dirs:It}=re;if(Et!=null&&Zm(Et,null,he,re,!0),Se&256){ce.ctx.deactivate(re);return}const Gt=Se&1&&It,hr=!q0(re);let Cr;if(hr&&(Cr=Pt&&Pt.onVnodeBeforeUnmount)&&ka(Cr,ce,re),Se&6)xe(re.component,he,Ye);else{if(Se&128){re.suspense.unmount(he,Ye);return}Gt&&Bl(re,null,ce,"beforeUnmount"),Se&64?re.type.remove(re,ce,he,Qe,Ce,Ye):Ze&&(tt!==Ri||Re>0&&Re&64)?We(Ze,ce,he,!1,!0):(tt===Ri&&Re&384||!Qe&&Se&16)&&We(_t,ce,he),Ye&&lt(re)}(hr&&(Cr=Pt&&Pt.onVnodeUnmounted)||Gt)&&Rs(()=>{Cr&&ka(Cr,ce,re),Gt&&Bl(re,null,ce,"unmounted")},he)},lt=re=>{const{type:ce,el:he,anchor:Ye,transition:Qe}=re;if(ce===Ri){Ve(he,Ye);return}if(ce===K0){G(re);return}const tt=()=>{r(he),Qe&&!Qe.persisted&&Qe.afterLeave&&Qe.afterLeave()};if(re.shapeFlag&1&&Qe&&!Qe.persisted){const{leave:Pt,delayLeave:Et}=Qe,_t=()=>Pt(he,tt);Et?Et(re.el,tt,_t):_t()}else tt()},Ve=(re,ce)=>{let he;for(;re!==ce;)he=R(re),r(re),re=he;r(ce)},xe=(re,ce,he)=>{const{bum:Ye,scope:Qe,update:tt,subTree:Pt,um:Et}=re;Ye&&wd(Ye),Qe.stop(),tt&&(tt.active=!1,Ke(Pt,re,ce,he)),Et&&Rs(Et,ce),Rs(()=>{re.isUnmounted=!0},ce),ce&&ce.pendingBranch&&!ce.isUnmounted&&re.asyncDep&&!re.asyncResolved&&re.suspenseId===ce.pendingId&&(ce.deps--,ce.deps===0&&ce.resolve())},We=(re,ce,he,Ye=!1,Qe=!1,tt=0)=>{for(let Pt=tt;Pt<re.length;Pt++)Ke(re[Pt],ce,he,Ye,Qe)},se=re=>re.shapeFlag&6?se(re.component.subTree):re.shapeFlag&128?re.suspense.next():R(re.anchor||re.el),Ge=(re,ce,he)=>{re==null?ce._vnode&&Ke(ce._vnode,null,null,!0):I(ce._vnode||null,re,ce,null,null,null,he),T_(),Xm(),ce._vnode=re},Ce={p:I,um:Ke,m:me,r:lt,mt:Fe,mc:ne,pc:mt,pbc:ue,n:se,o:t};let pt,Zt;return i&&([pt,Zt]=i(Ce)),{render:Ge,hydrate:pt,createApp:nT(Ge,pt)}}function M0({effect:t,update:i},s){t.allowRecurse=i.allowRecurse=s}function p4(t,i,s=!1){const a=t.children,r=i.children;if(cr(a)&&cr(r))for(let e=0;e<a.length;e++){const d=a[e];let y=r[e];y.shapeFlag&1&&!y.dynamicChildren&&((y.patchFlag<=0||y.patchFlag===32)&&(y=r[e]=sf(r[e]),y.el=d.el),s||p4(d,y)),y.type===yf&&(y.el=d.el)}}function uT(t){const i=t.slice(),s=[0];let a,r,e,d,y;const w=t.length;for(a=0;a<w;a++){const F=t[a];if(F!==0){if(r=s[s.length-1],t[r]<F){i[a]=r,s.push(a);continue}for(e=0,d=s.length-1;e<d;)y=e+d>>1,t[s[y]]<F?e=y+1:d=y;F<t[s[e]]&&(e>0&&(i[a]=s[e-1]),s[e]=a)}}for(e=s.length,d=s[e-1];e-- >0;)s[e]=d,d=i[d];return s}const fT=t=>t.__isTeleport,fp=t=>t&&(t.disabled||t.disabled===""),U_=t=>typeof SVGElement<"u"&&t instanceof SVGElement,ry=(t,i)=>{const s=t&&t.to;return wi(s)?i?i(s):null:s},hT={__isTeleport:!0,process(t,i,s,a,r,e,d,y,w,F){const{mc:C,pc:S,pbc:R,o:{insert:L,querySelector:B,createText:I,createComment:z}}=F,W=fp(i.props);let{shapeFlag:K,children:oe,dynamicChildren:G}=i;if(t==null){const j=i.el=I(""),Z=i.anchor=I("");L(j,s,a),L(Z,s,a);const ie=i.target=ry(i.props,B),ne=i.targetAnchor=I("");ie&&(L(ne,ie),d=d||U_(ie));const ae=(ue,Ee)=>{K&16&&C(oe,ue,Ee,r,e,d,y,w)};W?ae(s,Z):ie&&ae(ie,ne)}else{i.el=t.el;const j=i.anchor=t.anchor,Z=i.target=t.target,ie=i.targetAnchor=t.targetAnchor,ne=fp(t.props),ae=ne?s:Z,ue=ne?j:ie;if(d=d||U_(Z),G?(R(t.dynamicChildren,G,ae,r,e,d,y),p4(t,i,!0)):w||S(t,i,ae,ue,r,e,d,y,!1),W)ne||Em(i,s,j,F,1);else if((i.props&&i.props.to)!==(t.props&&t.props.to)){const Ee=i.target=ry(i.props,B);Ee&&Em(i,Ee,null,F,0)}else ne&&Em(i,Z,ie,F,1)}hF(i)},remove(t,i,s,a,{um:r,o:{remove:e}},d){const{shapeFlag:y,children:w,anchor:F,targetAnchor:C,target:S,props:R}=t;if(S&&e(C),(d||!fp(R))&&(e(F),y&16))for(let L=0;L<w.length;L++){const B=w[L];r(B,i,s,!0,!!B.dynamicChildren)}},move:Em,hydrate:dT};function Em(t,i,s,{o:{insert:a},m:r},e=2){e===0&&a(t.targetAnchor,i,s);const{el:d,anchor:y,shapeFlag:w,children:F,props:C}=t,S=e===2;if(S&&a(d,i,s),(!S||fp(C))&&w&16)for(let R=0;R<F.length;R++)r(F[R],i,s,2);S&&a(y,i,s)}function dT(t,i,s,a,r,e,{o:{nextSibling:d,parentNode:y,querySelector:w}},F){const C=i.target=ry(i.props,w);if(C){const S=C._lpa||C.firstChild;if(i.shapeFlag&16)if(fp(i.props))i.anchor=F(d(t),i,y(t),s,a,r,e),i.targetAnchor=S;else{i.anchor=d(t);let R=S;for(;R;)if(R=d(R),R&&R.nodeType===8&&R.data==="teleport anchor"){i.targetAnchor=R,C._lpa=i.targetAnchor&&d(i.targetAnchor);break}F(S,i,C,s,a,r,e)}hF(i)}return i.anchor&&d(i.anchor)}const pT=hT;function hF(t){const i=t.ctx;if(i&&i.ut){let s=t.children[0].el;for(;s!==t.targetAnchor;)s.nodeType===1&&s.setAttribute("data-v-owner",i.uid),s=s.nextSibling;i.ut()}}const Ri=Symbol.for("v-fgt"),yf=Symbol.for("v-txt"),Ws=Symbol.for("v-cmt"),K0=Symbol.for("v-stc"),hp=[];let Ra=null;function fn(t=!1){hp.push(Ra=t?null:[])}function dF(){hp.pop(),Ra=hp[hp.length-1]||null}let th=1;function ny(t){th+=t}function pF(t){return t.dynamicChildren=th>0?Ra||yd:null,dF(),th>0&&Ra&&Ra.push(t),t}function Vn(t,i,s,a,r,e){return pF(Ht(t,i,s,a,r,e,!0))}function Yc(t,i,s,a,r){return pF(Yr(t,i,s,a,r,!0))}function _f(t){return t?t.__v_isVNode===!0:!1}function ul(t,i){return t.type===i.type&&t.key===i.key}function gT(t){}const z2="__vInternal",gF=({key:t})=>t??null,Um=({ref:t,ref_key:i,ref_for:s})=>(typeof t=="number"&&(t=""+t),t!=null?wi(t)||Mn(t)||Lr(t)?{i:ws,r:t,k:i,f:!!s}:t:null);function Ht(t,i=null,s=null,a=0,r=null,e=t===Ri?0:1,d=!1,y=!1){const w={__v_isVNode:!0,__v_skip:!0,type:t,props:i,key:i&&gF(i),ref:i&&Um(i),scopeId:L2,slotScopeIds:null,children:s,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:e,patchFlag:a,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:ws};return y?(m4(w,s),e&128&&t.normalize(w)):s&&(w.shapeFlag|=wi(s)?8:16),th>0&&!d&&Ra&&(w.patchFlag>0||e&6)&&w.patchFlag!==32&&Ra.push(w),w}const Yr=mT;function mT(t,i=null,s=null,a=0,r=null,e=!1){if((!t||t===XD)&&(t=Ws),_f(t)){const y=Vl(t,i,!0);return s&&m4(y,s),th>0&&!e&&Ra&&(y.shapeFlag&6?Ra[Ra.indexOf(t)]=y:Ra.push(y)),y.patchFlag|=-2,y}if(ET(t)&&(t=t.__vccOpts),i){i=g4(i);let{class:y,style:w}=i;y&&!wi(y)&&(i.class=fa(y)),Kn(w)&&(Qy(w)&&!cr(w)&&(w=ai({},w)),i.style=pl(w))}const d=wi(t)?1:LD(t)?128:fT(t)?64:Kn(t)?4:Lr(t)?2:0;return Ht(t,i,s,a,r,d,e,!0)}function g4(t){return t?Qy(t)||z2 in t?ai({},t):t:null}function Vl(t,i,s=!1){const{props:a,ref:r,patchFlag:e,children:d}=t,y=i?j2(a||{},i):a;return{__v_isVNode:!0,__v_skip:!0,type:t.type,props:y,key:y&&gF(y),ref:i&&i.ref?s&&r?cr(r)?r.concat(Um(i)):[r,Um(i)]:Um(i):r,scopeId:t.scopeId,slotScopeIds:t.slotScopeIds,children:d,target:t.target,targetAnchor:t.targetAnchor,staticCount:t.staticCount,shapeFlag:t.shapeFlag,patchFlag:i&&t.type!==Ri?e===-1?16:e|16:e,dynamicProps:t.dynamicProps,dynamicChildren:t.dynamicChildren,appContext:t.appContext,dirs:t.dirs,transition:t.transition,component:t.component,suspense:t.suspense,ssContent:t.ssContent&&Vl(t.ssContent),ssFallback:t.ssFallback&&Vl(t.ssFallback),el:t.el,anchor:t.anchor,ctx:t.ctx,ce:t.ce}}function Hl(t=" ",i=0){return Yr(yf,null,t,i)}function vT(t,i){const s=Yr(K0,null,t);return s.staticCount=i,s}function ro(t="",i=!1){return i?(fn(),Yc(Ws,null,t)):Yr(Ws,null,t)}function to(t){return t==null||typeof t=="boolean"?Yr(Ws):cr(t)?Yr(Ri,null,t.slice()):typeof t=="object"?sf(t):Yr(yf,null,String(t))}function sf(t){return t.el===null&&t.patchFlag!==-1||t.memo?t:Vl(t)}function m4(t,i){let s=0;const{shapeFlag:a}=t;if(i==null)i=null;else if(cr(i))s=16;else if(typeof i=="object")if(a&65){const r=i.default;r&&(r._c&&(r._d=!1),m4(t,r()),r._c&&(r._d=!0));return}else{s=32;const r=i._;!r&&!(z2 in i)?i._ctx=ws:r===3&&ws&&(ws.slots._===1?i._=1:(i._=2,t.patchFlag|=1024))}else Lr(i)?(i={default:i,_ctx:ws},s=32):(i=String(i),a&64?(s=16,i=[Hl(i)]):s=8);t.children=i,t.shapeFlag|=s}function j2(...t){const i={};for(let s=0;s<t.length;s++){const a=t[s];for(const r in a)if(r==="class")i.class!==a.class&&(i.class=fa([i.class,a.class]));else if(r==="style")i.style=pl([i.style,a.style]);else if(jp(r)){const e=i[r],d=a[r];d&&e!==d&&!(cr(e)&&e.includes(d))&&(i[r]=e?[].concat(e,d):d)}else r!==""&&(i[r]=a[r])}return i}function ka(t,i,s,a=null){no(t,i,7,[s,a])}const bT=rF();let yT=0;function mF(t,i,s){const a=t.type,r=(i?i.appContext:t.appContext)||bT,e={uid:yT++,vnode:t,type:a,parent:i,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,scope:new Vy(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:i?i.provides:Object.create(r.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:sF(a,r),emitsOptions:ND(a,r),emit:null,emitted:null,propsDefaults:Yn,inheritAttrs:a.inheritAttrs,ctx:Yn,data:Yn,props:Yn,attrs:Yn,slots:Yn,refs:Yn,setupState:Yn,setupContext:null,attrsProxy:null,slotsProxy:null,suspense:s,suspenseId:s?s.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 e.ctx={_:e},e.root=i?i.root:e,e.emit=hC.bind(null,e),t.ce&&t.ce(e),e}let Zi=null;const Ds=()=>Zi||ws;let v4,ud,$_="__VUE_INSTANCE_SETTERS__";(ud=Gb()[$_])||(ud=Gb()[$_]=[]),ud.push(t=>Zi=t),v4=t=>{ud.length>1?ud.forEach(i=>i(t)):ud[0](t)};const wf=t=>{v4(t),t.scope.on()},df=()=>{Zi&&Zi.scope.off(),v4(null)};function vF(t){return t.vnode.shapeFlag&4}let kd=!1;function bF(t,i=!1){kd=i;const{props:s,children:a}=t.vnode,r=vF(t);iT(t,s,r,i),oT(t,a);const e=r?_T(t,i):void 0;return kd=!1,e}function _T(t,i){const s=t.type;t.accessCache=Object.create(null),t.proxy=Yp(new Proxy(t.ctx,Jb));const{setup:a}=s;if(a){const r=t.setupContext=a.length>1?_F(t):null;wf(t),Wd();const e=Wc(a,t,0,[t.props,r]);if(zd(),df(),zy(e)){if(e.then(df,df),i)return e.then(d=>{iy(t,d,i)}).catch(d=>{ah(d,t,0)});t.asyncDep=e}else iy(t,e,i)}else yF(t,i)}function iy(t,i,s){Lr(i)?t.type.__ssrInlineRender?t.ssrRender=i:t.render=i:Kn(i)&&(t.setupState=Zy(i)),yF(t,s)}let e2,sy;function wT(t){e2=t,sy=i=>{i.render._rc&&(i.withProxy=new Proxy(i.ctx,MC))}}const DT=()=>!e2;function yF(t,i,s){const a=t.type;if(!t.render){if(!i&&e2&&!a.render){const r=a.template||h4(t).template;if(r){const{isCustomElement:e,compilerOptions:d}=t.appContext.config,{delimiters:y,compilerOptions:w}=a,F=ai(ai({isCustomElement:e,delimiters:y},d),w);a.render=e2(r,F)}}t.render=a.render||dl,sy&&sy(t)}wf(t),Wd(),XC(t),zd(),df()}function FT(t){return t.attrsProxy||(t.attrsProxy=new Proxy(t.attrs,{get(i,s){return Ma(t,"get","$attrs"),i[s]}}))}function _F(t){const i=s=>{t.exposed=s||{}};return{get attrs(){return FT(t)},slots:t.slots,emit:t.emit,expose:i}}function V2(t){if(t.exposed)return t.exposeProxy||(t.exposeProxy=new Proxy(Zy(Yp(t.exposed)),{get(i,s){if(s in i)return i[s];if(s in cp)return cp[s](t)},has(i,s){return s in i||s in cp}}))}function ay(t,i=!0){return Lr(t)?t.displayName||t.name:t.name||i&&t.__name}function ET(t){return Lr(t)&&"__vccOpts"in t}const gn=(t,i)=>sC(t,i,kd);function lh(t,i,s){const a=arguments.length;return a===2?Kn(i)&&!cr(i)?_f(i)?Yr(t,null,[i]):Yr(t,i):Yr(t,null,i):(a>3?s=Array.prototype.slice.call(arguments,2):a===3&&_f(s)&&(s=[s]),Yr(t,i,s))}const wF=Symbol.for("v-scx"),DF=()=>ha(wF);function xT(){}function CT(t,i,s,a){const r=s[a];if(r&&FF(r,t))return r;const e=i();return e.memo=t.slice(),s[a]=e}function FF(t,i){const s=t.memo;if(s.length!=i.length)return!1;for(let a=0;a<s.length;a++)if(Ad(s[a],i[a]))return!1;return th>0&&Ra&&Ra.push(t),!0}const b4="3.3.4",TT={createComponentInstance:mF,setupComponent:bF,renderComponentRoot:Bm,setCurrentRenderingInstance:Rp,isVNode:_f,normalizeVNode:to},AT=TT,ST=null,kT=null,OT="http://www.w3.org/2000/svg",W0=typeof document<"u"?document:null,H_=W0&&W0.createElement("template"),RT={insert:(t,i,s)=>{i.insertBefore(t,s||null)},remove:t=>{const i=t.parentNode;i&&i.removeChild(t)},createElement:(t,i,s,a)=>{const r=i?W0.createElementNS(OT,t):W0.createElement(t,s?{is:s}:void 0);return t==="select"&&a&&a.multiple!=null&&r.setAttribute("multiple",a.multiple),r},createText:t=>W0.createTextNode(t),createComment:t=>W0.createComment(t),setText:(t,i)=>{t.nodeValue=i},setElementText:(t,i)=>{t.textContent=i},parentNode:t=>t.parentNode,nextSibling:t=>t.nextSibling,querySelector:t=>W0.querySelector(t),setScopeId(t,i){t.setAttribute(i,"")},insertStaticContent(t,i,s,a,r,e){const d=s?s.previousSibling:i.lastChild;if(r&&(r===e||r.nextSibling))for(;i.insertBefore(r.cloneNode(!0),s),!(r===e||!(r=r.nextSibling)););else{H_.innerHTML=a?`<svg>${t}</svg>`:t;const y=H_.content;if(a){const w=y.firstChild;for(;w.firstChild;)y.appendChild(w.firstChild);y.removeChild(w)}i.insertBefore(y,s)}return[d?d.nextSibling:i.firstChild,s?s.previousSibling:i.lastChild]}};function PT(t,i,s){const a=t._vtc;a&&(i=(i?[i,...a]:[...a]).join(" ")),i==null?t.removeAttribute("class"):s?t.setAttribute("class",i):t.className=i}function IT(t,i,s){const a=t.style,r=wi(s);if(s&&!r){if(i&&!wi(i))for(const e in i)s[e]==null&&oy(a,e,"");for(const e in s)oy(a,e,s[e])}else{const e=a.display;r?i!==s&&(a.cssText=s):i&&t.removeAttribute("style"),"_vod"in t&&(a.display=e)}}const W_=/\s*!important$/;function oy(t,i,s){if(cr(s))s.forEach(a=>oy(t,i,a));else if(s==null&&(s=""),i.startsWith("--"))t.setProperty(i,s);else{const a=NT(t,i);W_.test(s)?t.setProperty(xo(a),s.replace(W_,""),"important"):t[a]=s}}const z_=["Webkit","Moz","ms"],Eb={};function NT(t,i){const s=Eb[i];if(s)return s;let a=Pa(i);if(a!=="filter"&&a in t)return Eb[i]=a;a=Vp(a);for(let r=0;r<z_.length;r++){const e=z_[r]+a;if(e in t)return Eb[i]=e}return i}const j_="http://www.w3.org/1999/xlink";function MT(t,i,s,a,r){if(a&&i.startsWith("xlink:"))s==null?t.removeAttributeNS(j_,i.slice(6,i.length)):t.setAttributeNS(j_,i,s);else{const e=bx(i);s==null||e&&!hD(s)?t.removeAttribute(i):t.setAttribute(i,e?"":s)}}function LT(t,i,s,a,r,e,d){if(i==="innerHTML"||i==="textContent"){a&&d(a,r,e),t[i]=s??"";return}const y=t.tagName;if(i==="value"&&y!=="PROGRESS"&&!y.includes("-")){t._value=s;const F=y==="OPTION"?t.getAttribute("value"):t.value,C=s??"";F!==C&&(t.value=C),s==null&&t.removeAttribute(i);return}let w=!1;if(s===""||s==null){const F=typeof t[i];F==="boolean"?s=hD(s):s==null&&F==="string"?(s="",w=!0):F==="number"&&(s=0,w=!0)}try{t[i]=s}catch{}w&&t.removeAttribute(i)}function Bc(t,i,s,a){t.addEventListener(i,s,a)}function BT(t,i,s,a){t.removeEventListener(i,s,a)}function UT(t,i,s,a,r=null){const e=t._vei||(t._vei={}),d=e[i];if(a&&d)d.value=a;else{const[y,w]=$T(i);if(a){const F=e[i]=zT(a,r);Bc(t,y,F,w)}else d&&(BT(t,y,d,w),e[i]=void 0)}}const V_=/(?:Once|Passive|Capture)$/;function $T(t){let i;if(V_.test(t)){i={};let a;for(;a=t.match(V_);)t=t.slice(0,t.length-a[0].length),i[a[0].toLowerCase()]=!0}return[t[2]===":"?t.slice(3):xo(t.slice(2)),i]}let xb=0;const HT=Promise.resolve(),WT=()=>xb||(HT.then(()=>xb=0),xb=Date.now());function zT(t,i){const s=a=>{if(!a._vts)a._vts=Date.now();else if(a._vts<=s.attached)return;no(jT(a,s.value),i,5,[a])};return s.value=t,s.attached=WT(),s}function jT(t,i){if(cr(i)){const s=t.stopImmediatePropagation;return t.stopImmediatePropagation=()=>{s.call(t),t._stopped=!0},i.map(a=>r=>!r._stopped&&a&&a(r))}else return i}const G_=/^on[a-z]/,VT=(t,i,s,a,r=!1,e,d,y,w)=>{i==="class"?PT(t,a,r):i==="style"?IT(t,s,a):jp(i)?Hy(i)||UT(t,i,s,a,d):(i[0]==="."?(i=i.slice(1),!0):i[0]==="^"?(i=i.slice(1),!1):GT(t,i,a,r))?LT(t,i,a,e,d,y,w):(i==="true-value"?t._trueValue=a:i==="false-value"&&(t._falseValue=a),MT(t,i,a,r))};function GT(t,i,s,a){return a?!!(i==="innerHTML"||i==="textContent"||i in t&&G_.test(i)&&Lr(s)):i==="spellcheck"||i==="draggable"||i==="translate"||i==="form"||i==="list"&&t.tagName==="INPUT"||i==="type"&&t.tagName==="TEXTAREA"||G_.test(i)&&wi(s)?!1:i in t}function EF(t,i){const s=ls(t);class a extends G2{constructor(e){super(s,e,i)}}return a.def=s,a}const YT=t=>EF(t,HF),qT=typeof HTMLElement<"u"?HTMLElement:class{};class G2 extends qT{constructor(i,s={},a){super(),this._def=i,this._props=s,this._instance=null,this._connected=!1,this._resolved=!1,this._numberProps=null,this.shadowRoot&&a?a(this._createVNode(),this.shadowRoot):(this.attachShadow({mode:"open"}),this._def.__asyncLoader||this._resolveProps(this._def))}connectedCallback(){this._connected=!0,this._instance||(this._resolved?this._update():this._resolveDef())}disconnectedCallback(){this._connected=!1,Kl(()=>{this._connected||(uy(null,this.shadowRoot),this._instance=null)})}_resolveDef(){this._resolved=!0;for(let a=0;a<this.attributes.length;a++)this._setAttr(this.attributes[a].name);new MutationObserver(a=>{for(const r of a)this._setAttr(r.attributeName)}).observe(this,{attributes:!0});const i=(a,r=!1)=>{const{props:e,styles:d}=a;let y;if(e&&!cr(e))for(const w in e){const F=e[w];(F===Number||F&&F.type===Number)&&(w in this._props&&(this._props[w]=Km(this._props[w])),(y||(y=Object.create(null)))[Pa(w)]=!0)}this._numberProps=y,r&&this._resolveProps(a),this._applyStyles(d),this._update()},s=this._def.__asyncLoader;s?s().then(a=>i(a,!0)):i(this._def)}_resolveProps(i){const{props:s}=i,a=cr(s)?s:Object.keys(s||{});for(const r of Object.keys(this))r[0]!=="_"&&a.includes(r)&&this._setProp(r,this[r],!0,!1);for(const r of a.map(Pa))Object.defineProperty(this,r,{get(){return this._getProp(r)},set(e){this._setProp(r,e)}})}_setAttr(i){let s=this.getAttribute(i);const a=Pa(i);this._numberProps&&this._numberProps[a]&&(s=Km(s)),this._setProp(a,s,!1)}_getProp(i){return this._props[i]}_setProp(i,s,a=!0,r=!0){s!==this._props[i]&&(this._props[i]=s,r&&this._instance&&this._update(),a&&(s===!0?this.setAttribute(xo(i),""):typeof s=="string"||typeof s=="number"?this.setAttribute(xo(i),s+""):s||this.removeAttribute(xo(i))))}_update(){uy(this._createVNode(),this.shadowRoot)}_createVNode(){const i=Yr(this._def,ai({},this._props));return this._instance||(i.ce=s=>{this._instance=s,s.isCE=!0;const a=(e,d)=>{this.dispatchEvent(new CustomEvent(e,{detail:d}))};s.emit=(e,...d)=>{a(e,d),xo(e)!==e&&a(xo(e),d)};let r=this;for(;r=r&&(r.parentNode||r.host);)if(r instanceof G2){s.parent=r._instance,s.provides=r._instance.provides;break}}),i}_applyStyles(i){i&&i.forEach(s=>{const a=document.createElement("style");a.textContent=s,this.shadowRoot.appendChild(a)})}}function KT(t="$style"){{const i=Ds();if(!i)return Yn;const s=i.type.__cssModules;if(!s)return Yn;const a=s[t];return a||Yn}}function QT(t){const i=Ds();if(!i)return;const s=i.ut=(r=t(i.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${i.uid}"]`)).forEach(e=>cy(e,r))},a=()=>{const r=t(i.proxy);ly(i.subTree,r),s(r)};UD(a),bl(()=>{const r=new MutationObserver(a);r.observe(i.subTree.el.parentNode,{childList:!0}),oh(()=>r.disconnect())})}function ly(t,i){if(t.shapeFlag&128){const s=t.suspense;t=s.activeBranch,s.pendingBranch&&!s.isHydrating&&s.effects.push(()=>{ly(s.activeBranch,i)})}for(;t.component;)t=t.component.subTree;if(t.shapeFlag&1&&t.el)cy(t.el,i);else if(t.type===Ri)t.children.forEach(s=>ly(s,i));else if(t.type===K0){let{el:s,anchor:a}=t;for(;s&&(cy(s,i),s!==a);)s=s.nextSibling}}function cy(t,i){if(t.nodeType===1){const s=t.style;for(const a in i)s.setProperty(`--${a}`,i[a])}}const Xu="transition",Z1="animation",y4=(t,{slots:i})=>lh(WD,CF(t),i);y4.displayName="Transition";const xF={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},XT=y4.props=ai({},o4,xF),L0=(t,i=[])=>{cr(t)?t.forEach(s=>s(...i)):t&&t(...i)},Y_=t=>t?cr(t)?t.some(i=>i.length>1):t.length>1:!1;function CF(t){const i={};for(const Me in t)Me in xF||(i[Me]=t[Me]);if(t.css===!1)return i;const{name:s="v",type:a,duration:r,enterFromClass:e=`${s}-enter-from`,enterActiveClass:d=`${s}-enter-active`,enterToClass:y=`${s}-enter-to`,appearFromClass:w=e,appearActiveClass:F=d,appearToClass:C=y,leaveFromClass:S=`${s}-leave-from`,leaveActiveClass:R=`${s}-leave-active`,leaveToClass:L=`${s}-leave-to`}=t,B=JT(r),I=B&&B[0],z=B&&B[1],{onBeforeEnter:W,onEnter:K,onEnterCancelled:oe,onLeave:G,onLeaveCancelled:j,onBeforeAppear:Z=W,onAppear:ie=K,onAppearCancelled:ne=oe}=i,ae=(Me,Ae,Fe)=>{ef(Me,Ae?C:y),ef(Me,Ae?F:d),Fe&&Fe()},ue=(Me,Ae)=>{Me._isLeaving=!1,ef(Me,S),ef(Me,L),ef(Me,R),Ae&&Ae()},Ee=Me=>(Ae,Fe)=>{const je=Me?ie:K,Xe=()=>ae(Ae,Me,Fe);L0(je,[Ae,Xe]),q_(()=>{ef(Ae,Me?w:e),Mc(Ae,Me?C:y),Y_(je)||K_(Ae,a,I,Xe)})};return ai(i,{onBeforeEnter(Me){L0(W,[Me]),Mc(Me,e),Mc(Me,d)},onBeforeAppear(Me){L0(Z,[Me]),Mc(Me,w),Mc(Me,F)},onEnter:Ee(!1),onAppear:Ee(!0),onLeave(Me,Ae){Me._isLeaving=!0;const Fe=()=>ue(Me,Ae);Mc(Me,S),AF(),Mc(Me,R),q_(()=>{Me._isLeaving&&(ef(Me,S),Mc(Me,L),Y_(G)||K_(Me,a,z,Fe))}),L0(G,[Me,Fe])},onEnterCancelled(Me){ae(Me,!1),L0(oe,[Me])},onAppearCancelled(Me){ae(Me,!0),L0(ne,[Me])},onLeaveCancelled(Me){ue(Me),L0(j,[Me])}})}function JT(t){if(t==null)return null;if(Kn(t))return[Cb(t.enter),Cb(t.leave)];{const i=Cb(t);return[i,i]}}function Cb(t){return Km(t)}function Mc(t,i){i.split(/\s+/).forEach(s=>s&&t.classList.add(s)),(t._vtc||(t._vtc=new Set)).add(i)}function ef(t,i){i.split(/\s+/).forEach(a=>a&&t.classList.remove(a));const{_vtc:s}=t;s&&(s.delete(i),s.size||(t._vtc=void 0))}function q_(t){requestAnimationFrame(()=>{requestAnimationFrame(t)})}let ZT=0;function K_(t,i,s,a){const r=t._endId=++ZT,e=()=>{r===t._endId&&a()};if(s)return setTimeout(e,s);const{type:d,timeout:y,propCount:w}=TF(t,i);if(!d)return a();const F=d+"end";let C=0;const S=()=>{t.removeEventListener(F,R),e()},R=L=>{L.target===t&&++C>=w&&S()};setTimeout(()=>{C<w&&S()},y+1),t.addEventListener(F,R)}function TF(t,i){const s=window.getComputedStyle(t),a=B=>(s[B]||"").split(", "),r=a(`${Xu}Delay`),e=a(`${Xu}Duration`),d=Q_(r,e),y=a(`${Z1}Delay`),w=a(`${Z1}Duration`),F=Q_(y,w);let C=null,S=0,R=0;i===Xu?d>0&&(C=Xu,S=d,R=e.length):i===Z1?F>0&&(C=Z1,S=F,R=w.length):(S=Math.max(d,F),C=S>0?d>F?Xu:Z1:null,R=C?C===Xu?e.length:w.length:0);const L=C===Xu&&/\b(transform|all)(,|$)/.test(a(`${Xu}Property`).toString());return{type:C,timeout:S,propCount:R,hasTransform:L}}function Q_(t,i){for(;t.length<i.length;)t=t.concat(t);return Math.max(...i.map((s,a)=>X_(s)+X_(t[a])))}function X_(t){return Number(t.slice(0,-1).replace(",","."))*1e3}function AF(){return document.body.offsetHeight}const SF=new WeakMap,kF=new WeakMap,OF={name:"TransitionGroup",props:ai({},XT,{tag:String,moveClass:String}),setup(t,{slots:i}){const s=Ds(),a=a4();let r,e;return W2(()=>{if(!r.length)return;const d=t.moveClass||`${t.name||"v"}-move`;if(!sA(r[0].el,s.vnode.el,d))return;r.forEach(rA),r.forEach(nA);const y=r.filter(iA);AF(),y.forEach(w=>{const F=w.el,C=F.style;Mc(F,d),C.transform=C.webkitTransform=C.transitionDuration="";const S=F._moveCb=R=>{R&&R.target!==F||(!R||/transform$/.test(R.propertyName))&&(F.removeEventListener("transitionend",S),F._moveCb=null,ef(F,d))};F.addEventListener("transitionend",S)})}),()=>{const d=mn(t),y=CF(d);let w=d.tag||Ri;r=e,e=i.default?$2(i.default()):[];for(let F=0;F<e.length;F++){const C=e[F];C.key!=null&&Z0(C,Sd(C,y,a,s))}if(r)for(let F=0;F<r.length;F++){const C=r[F];Z0(C,Sd(C,y,a,s)),SF.set(C,C.el.getBoundingClientRect())}return Yr(w,null,e)}}},eA=t=>delete t.mode;OF.props;const tA=OF;function rA(t){const i=t.el;i._moveCb&&i._moveCb(),i._enterCb&&i._enterCb()}function nA(t){kF.set(t,t.el.getBoundingClientRect())}function iA(t){const i=SF.get(t),s=kF.get(t),a=i.left-s.left,r=i.top-s.top;if(a||r){const e=t.el.style;return e.transform=e.webkitTransform=`translate(${a}px,${r}px)`,e.transitionDuration="0s",t}}function sA(t,i,s){const a=t.cloneNode();t._vtc&&t._vtc.forEach(d=>{d.split(/\s+/).forEach(y=>y&&a.classList.remove(y))}),s.split(/\s+/).forEach(d=>d&&a.classList.add(d)),a.style.display="none";const r=i.nodeType===1?i:i.parentNode;r.appendChild(a);const{hasTransform:e}=TF(a);return r.removeChild(a),e}const Df=t=>{const i=t.props["onUpdate:modelValue"]||!1;return cr(i)?s=>wd(i,s):i};function aA(t){t.target.composing=!0}function J_(t){const i=t.target;i.composing&&(i.composing=!1,i.dispatchEvent(new Event("input")))}const Mp={created(t,{modifiers:{lazy:i,trim:s,number:a}},r){t._assign=Df(r);const e=a||r.props&&r.props.type==="number";Bc(t,i?"change":"input",d=>{if(d.target.composing)return;let y=t.value;s&&(y=y.trim()),e&&(y=qm(y)),t._assign(y)}),s&&Bc(t,"change",()=>{t.value=t.value.trim()}),i||(Bc(t,"compositionstart",aA),Bc(t,"compositionend",J_),Bc(t,"change",J_))},mounted(t,{value:i}){t.value=i??""},beforeUpdate(t,{value:i,modifiers:{lazy:s,trim:a,number:r}},e){if(t._assign=Df(e),t.composing||document.activeElement===t&&t.type!=="range"&&(s||a&&t.value.trim()===i||(r||t.type==="number")&&qm(t.value)===i))return;const d=i??"";t.value!==d&&(t.value=d)}},_4={deep:!0,created(t,i,s){t._assign=Df(s),Bc(t,"change",()=>{const a=t._modelValue,r=Od(t),e=t.checked,d=t._assign;if(cr(a)){const y=T2(a,r),w=y!==-1;if(e&&!w)d(a.concat(r));else if(!e&&w){const F=[...a];F.splice(y,1),d(F)}}else if(ih(a)){const y=new Set(a);e?y.add(r):y.delete(r),d(y)}else d(PF(t,e))})},mounted:Z_,beforeUpdate(t,i,s){t._assign=Df(s),Z_(t,i,s)}};function Z_(t,{value:i,oldValue:s},a){t._modelValue=i,cr(i)?t.checked=T2(i,a.props.value)>-1:ih(i)?t.checked=i.has(a.props.value):i!==s&&(t.checked=mf(i,PF(t,!0)))}const w4={created(t,{value:i},s){t.checked=mf(i,s.props.value),t._assign=Df(s),Bc(t,"change",()=>{t._assign(Od(t))})},beforeUpdate(t,{value:i,oldValue:s},a){t._assign=Df(a),i!==s&&(t.checked=mf(i,a.props.value))}},RF={deep:!0,created(t,{value:i,modifiers:{number:s}},a){const r=ih(i);Bc(t,"change",()=>{const e=Array.prototype.filter.call(t.options,d=>d.selected).map(d=>s?qm(Od(d)):Od(d));t._assign(t.multiple?r?new Set(e):e:e[0])}),t._assign=Df(a)},mounted(t,{value:i}){e3(t,i)},beforeUpdate(t,i,s){t._assign=Df(s)},updated(t,{value:i}){e3(t,i)}};function e3(t,i){const s=t.multiple;if(!(s&&!cr(i)&&!ih(i))){for(let a=0,r=t.options.length;a<r;a++){const e=t.options[a],d=Od(e);if(s)cr(i)?e.selected=T2(i,d)>-1:e.selected=i.has(d);else if(mf(Od(e),i)){t.selectedIndex!==a&&(t.selectedIndex=a);return}}!s&&t.selectedIndex!==-1&&(t.selectedIndex=-1)}}function Od(t){return"_value"in t?t._value:t.value}function PF(t,i){const s=i?"_trueValue":"_falseValue";return s in t?t[s]:i}const IF={created(t,i,s){xm(t,i,s,null,"created")},mounted(t,i,s){xm(t,i,s,null,"mounted")},beforeUpdate(t,i,s,a){xm(t,i,s,a,"beforeUpdate")},updated(t,i,s,a){xm(t,i,s,a,"updated")}};function NF(t,i){switch(t){case"SELECT":return RF;case"TEXTAREA":return Mp;default:switch(i){case"checkbox":return _4;case"radio":return w4;default:return Mp}}}function xm(t,i,s,a,r){const d=NF(t.tagName,s.props&&s.props.type)[r];d&&d(t,i,s,a)}function oA(){Mp.getSSRProps=({value:t})=>({value:t}),w4.getSSRProps=({value:t},i)=>{if(i.props&&mf(i.props.value,t))return{checked:!0}},_4.getSSRProps=({value:t},i)=>{if(cr(t)){if(i.props&&T2(t,i.props.value)>-1)return{checked:!0}}else if(ih(t)){if(i.props&&t.has(i.props.value))return{checked:!0}}else if(t)return{checked:!0}},IF.getSSRProps=(t,i)=>{if(typeof i.type!="string")return;const s=NF(i.type.toUpperCase(),i.props&&i.props.type);if(s.getSSRProps)return s.getSSRProps(t,i)}}const lA=["ctrl","shift","alt","meta"],cA={stop:t=>t.stopPropagation(),prevent:t=>t.preventDefault(),self:t=>t.target!==t.currentTarget,ctrl:t=>!t.ctrlKey,shift:t=>!t.shiftKey,alt:t=>!t.altKey,meta:t=>!t.metaKey,left:t=>"button"in t&&t.button!==0,middle:t=>"button"in t&&t.button!==1,right:t=>"button"in t&&t.button!==2,exact:(t,i)=>lA.some(s=>t[`${s}Key`]&&!i.includes(s))},uA=(t,i)=>(s,...a)=>{for(let r=0;r<i.length;r++){const e=cA[i[r]];if(e&&e(s,i))return}return t(s,...a)},fA={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},MF=(t,i)=>s=>{if(!("key"in s))return;const a=xo(s.key);if(i.some(r=>r===a||fA[r]===a))return t(s)},LF={beforeMount(t,{value:i},{transition:s}){t._vod=t.style.display==="none"?"":t.style.display,s&&i?s.beforeEnter(t):ep(t,i)},mounted(t,{value:i},{transition:s}){s&&i&&s.enter(t)},updated(t,{value:i,oldValue:s},{transition:a}){!i!=!s&&(a?i?(a.beforeEnter(t),ep(t,!0),a.enter(t)):a.leave(t,()=>{ep(t,!1)}):ep(t,i))},beforeUnmount(t,{value:i}){ep(t,i)}};function ep(t,i){t.style.display=i?t._vod:"none"}function hA(){LF.getSSRProps=({value:t})=>{if(!t)return{style:{display:"none"}}}}const BF=ai({patchProp:VT},RT);let dp,t3=!1;function UF(){return dp||(dp=cF(BF))}function $F(){return dp=t3?dp:uF(BF),t3=!0,dp}const uy=(...t)=>{UF().render(...t)},HF=(...t)=>{$F().hydrate(...t)},D4=(...t)=>{const i=UF().createApp(...t),{mount:s}=i;return i.mount=a=>{const r=zF(a);if(!r)return;const e=i._component;!Lr(e)&&!e.render&&!e.template&&(e.template=r.innerHTML),r.innerHTML="";const d=s(r,!1,r instanceof SVGElement);return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),d},i},WF=(...t)=>{const i=$F().createApp(...t),{mount:s}=i;return i.mount=a=>{const r=zF(a);if(r)return s(r,!0,r instanceof SVGElement)},i};function zF(t){return wi(t)?document.querySelector(t):t}let r3=!1;const dA=()=>{r3||(r3=!0,oA(),hA())},pA=()=>{},gA=Object.freeze(Object.defineProperty({__proto__:null,BaseTransition:WD,BaseTransitionPropsValidators:o4,Comment:Ws,EffectScope:Vy,Fragment:Ri,KeepAlive:SC,ReactiveEffect:Gp,Static:K0,Suspense:bC,Teleport:pT,Text:yf,Transition:y4,TransitionGroup:tA,VueElement:G2,assertNumber:oC,callWithAsyncErrorHandling:no,callWithErrorHandling:Wc,camelize:Pa,capitalize:Vp,cloneVNode:Vl,compatUtils:kT,compile:pA,computed:gn,createApp:D4,createBlock:Yc,createCommentVNode:ro,createElementBlock:Vn,createElementVNode:Ht,createHydrationRenderer:uF,createPropsRestProxy:KC,createRenderer:cF,createSSRApp:WF,createSlots:IC,createStaticVNode:vT,createTextVNode:Hl,createVNode:Yr,customRef:e4,defineAsyncComponent:TC,defineComponent:ls,defineCustomElement:EF,defineEmits:BC,defineExpose:UC,defineModel:WC,defineOptions:$C,defineProps:LC,defineSSRCustomElement:YT,defineSlots:HC,get devtools(){return dd},effect:Dx,effectScope:A2,getCurrentInstance:Ds,getCurrentScope:S2,getTransitionRawChildren:$2,guardReactiveProps:g4,h:lh,handleError:ah,hasInjectionContext:nF,hydrate:HF,initCustomFormatter:xT,initDirectivesForSSR:dA,inject:ha,isMemoSame:FF,isProxy:Qy,isReactive:Hc,isReadonly:J0,isRef:Mn,isRuntimeOnly:DT,isShallow:Ap,isVNode:_f,markRaw:Yp,mergeDefaults:YC,mergeModels:qC,mergeProps:j2,nextTick:Kl,normalizeClass:fa,normalizeProps:fD,normalizeStyle:pl,onActivated:l4,onBeforeMount:VD,onBeforeUnmount:Qp,onBeforeUpdate:GD,onDeactivated:c4,onErrorCaptured:QD,onMounted:bl,onRenderTracked:KD,onRenderTriggered:qD,onScopeDispose:Gy,onServerPrefetch:YD,onUnmounted:oh,onUpdated:W2,openBlock:fn,popScopeId:U2,provide:up,proxyRefs:Zy,pushScopeId:B2,queuePostFlushCb:r4,reactive:bf,readonly:sh,ref:nr,registerRuntimeCompiler:wT,render:uy,renderList:JD,renderSlot:eh,resolveComponent:ml,resolveDirective:PC,resolveDynamicComponent:RC,resolveFilter:ST,resolveTransitionHooks:Sd,setBlockTracking:ny,setDevtoolsHook:ID,setTransitionHooks:Z0,shallowReactive:Ky,shallowReadonly:Qx,shallowRef:Dd,ssrContextKey:wF,ssrUtils:AT,stop:Fx,toDisplayString:Ji,toHandlerKey:lp,toHandlers:NC,toRaw:mn,toRef:SD,toRefs:AD,toValue:Zx,transformVNodeArgs:gT,triggerRef:Jx,unref:gr,useAttrs:VC,useCssModule:KT,useCssVars:QT,useModel:GC,useSSRContext:DF,useSlots:jC,useTransitionState:a4,vModelCheckbox:_4,vModelDynamic:IF,vModelRadio:w4,vModelSelect:RF,vModelText:Mp,vShow:LF,version:b4,warn:aC,watch:qn,watchEffect:s4,watchPostEffect:UD,watchSyncEffect:EC,withAsyncContext:QC,withCtx:bs,withDefaults:zC,withDirectives:HD,withKeys:MF,withMemo:CT,withModifiers:uA,withScopeId:MD},Symbol.toStringTag,{value:"Module"}));/*!
18
18
  * vue-i18n v9.2.2
19
19
  * (c) 2022 kazuya kawaguchi
20
20
  * Released under the MIT License.
21
- */const mA="9.2.2";function vA(){typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(M4().__INTLIFY_PROD_DEVTOOLS__=!1)}let jF=Qw.__EXTEND_POINT__;const Aa=()=>++jF,io={UNEXPECTED_RETURN_TYPE:jF,INVALID_ARGUMENT:Aa(),MUST_BE_CALL_SETUP_TOP:Aa(),NOT_INSLALLED:Aa(),NOT_AVAILABLE_IN_LEGACY_MODE:Aa(),REQUIRED_VALUE:Aa(),INVALID_VALUE:Aa(),CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN:Aa(),NOT_INSLALLED_WITH_PROVIDE:Aa(),UNEXPECTED_ERROR:Aa(),NOT_COMPATIBLE_LEGACY_VUE_I18N:Aa(),BRIDGE_SUPPORT_VUE_2_ONLY:Aa(),MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION:Aa(),NOT_AVAILABLE_COMPOSITION_IN_LEGACY:Aa(),__EXTEND_POINT__:Aa()};function Ao(t,...i){return Xw(t,null,void 0)}const f4=Ef("__transrateVNode"),h4=Ef("__datetimeParts"),d4=Ef("__numberParts"),bA=Ef("__setPluralRules");Ef("__intlifyMeta");const yA=Ef("__injectWithOption");function p4(t){if(!si(t))return t;for(const i in t)if(L4(t,i))if(!i.includes("."))si(t[i])&&p4(t[i]);else{const s=i.split("."),a=s.length-1;let r=t;for(let e=0;e<a;e++)s[e]in r||(r[s[e]]={}),r=r[s[e]];r[s[a]]=t[i],delete t[i],si(r[s[a]])&&p4(r[s[a]])}return t}function VF(t,i){const{messages:s,__i18n:a,messageResolver:r,flatJson:e}=i,d=Rn(s)?s:es(a)?{}:{[t]:{}};if(es(a)&&a.forEach(y=>{if("locale"in y&&"resource"in y){const{locale:w,resource:F}=y;w?(d[w]=d[w]||{},pp(F,d[w])):pp(F,d)}else mr(y)&&pp(JSON.parse(y),d)}),r==null&&e)for(const y in d)L4(d,y)&&p4(d[y]);return d}const Cm=t=>!si(t)||es(t);function pp(t,i){if(Cm(t)||Cm(i))throw Ao(io.INVALID_VALUE);for(const s in t)L4(t,s)&&(Cm(t[s])||Cm(i[s])?i[s]=t[s]:pp(t[s],i[s]))}function GF(t){return t.type}function _A(t,i,s){let a=si(i.messages)?i.messages:{};"__i18nGlobal"in s&&(a=VF(t.locale.value,{messages:a,__i18n:s.__i18nGlobal}));const r=Object.keys(a);r.length&&r.forEach(e=>{t.mergeLocaleMessage(e,a[e])});{if(si(i.datetimeFormats)){const e=Object.keys(i.datetimeFormats);e.length&&e.forEach(d=>{t.mergeDateTimeFormat(d,i.datetimeFormats[d])})}if(si(i.numberFormats)){const e=Object.keys(i.numberFormats);e.length&&e.forEach(d=>{t.mergeNumberFormat(d,i.numberFormats[d])})}}}function n3(t){return Yr(yf,null,t,0)}const i3="__INTLIFY_META__";let s3=0;function a3(t){return(i,s,a,r)=>t(s,a,Ds()||void 0,r)}const wA=()=>{const t=Ds();let i=null;return t&&(i=GF(t)[i3])?{[i3]:i}:null};function YF(t={},i){const{__root:s}=t,a=s===void 0;let r=Vi(t.inheritLocale)?t.inheritLocale:!0;const e=nr(s&&r?s.locale.value:mr(t.locale)?t.locale:U4),d=nr(s&&r?s.fallbackLocale.value:mr(t.fallbackLocale)||es(t.fallbackLocale)||Rn(t.fallbackLocale)||t.fallbackLocale===!1?t.fallbackLocale:e.value),y=nr(VF(e.value,t)),w=nr(Rn(t.datetimeFormats)?t.datetimeFormats:{[e.value]:{}}),F=nr(Rn(t.numberFormats)?t.numberFormats:{[e.value]:{}});let C=s?s.missingWarn:Vi(t.missingWarn)||Gm(t.missingWarn)?t.missingWarn:!0,S=s?s.fallbackWarn:Vi(t.fallbackWarn)||Gm(t.fallbackWarn)?t.fallbackWarn:!0,R=s?s.fallbackRoot:Vi(t.fallbackRoot)?t.fallbackRoot:!0,L=!!t.fallbackFormat,B=Ps(t.missing)?t.missing:null,I=Ps(t.missing)?a3(t.missing):null,z=Ps(t.postTranslation)?t.postTranslation:null,W=s?s.warnHtmlMessage:Vi(t.warnHtmlMessage)?t.warnHtmlMessage:!0,K=!!t.escapeParameter;const oe=s?s.modifiers:Rn(t.modifiers)?t.modifiers:{};let G=t.pluralRules||s&&s.pluralRules,j;j=(()=>{a&&u_(null);const Se={version:mA,locale:e.value,fallbackLocale:d.value,messages:y.value,modifiers:oe,pluralRules:G,missing:I===null?void 0:I,missingWarn:C,fallbackWarn:S,fallbackFormat:L,unresolving:!0,postTranslation:z===null?void 0:z,warnHtmlMessage:W,escapeParameter:K,messageResolver:t.messageResolver,__meta:{framework:"vue"}};Se.datetimeFormats=w.value,Se.numberFormats=F.value,Se.__datetimeFormatters=Rn(j)?j.__datetimeFormatters:void 0,Se.__numberFormatters=Rn(j)?j.__numberFormatters:void 0;const Re=Z5(Se);return a&&u_(Re),Re})(),J1(j,e.value,d.value);function ie(){return[e.value,d.value,y.value,w.value,F.value]}const ne=gn({get:()=>e.value,set:Se=>{e.value=Se,j.locale=e.value}}),ae=gn({get:()=>d.value,set:Se=>{d.value=Se,j.fallbackLocale=d.value,J1(j,e.value,Se)}}),ue=gn(()=>y.value),Ee=gn(()=>w.value),Me=gn(()=>F.value);function Ae(){return Ps(z)?z:null}function Fe(Se){z=Se,j.postTranslation=Se}function je(){return B}function Xe(Se){Se!==null&&(I=a3(Se)),B=Se,j.missing=I}const Le=(Se,Re,It,Gt,hr,Cr)=>{ie();let _r;if(__INTLIFY_PROD_DEVTOOLS__)try{c_(wA()),a||(j.fallbackContext=s?J5():void 0),_r=Se(j)}finally{c_(null),a||(j.fallbackContext=void 0)}else _r=Se(j);if(ys(_r)&&_r===E2){const[Pn,Qn]=Re();return s&&R?Gt(s):hr(Pn)}else{if(Cr(_r))return _r;throw Ao(io.UNEXPECTED_RETURN_TYPE)}};function mt(...Se){return Le(Re=>Reflect.apply(d_,null,[Re,...Se]),()=>zb(...Se),"translate",Re=>Reflect.apply(Re.t,Re,[...Se]),Re=>Re,Re=>mr(Re))}function vt(...Se){const[Re,It,Gt]=Se;if(Gt&&!si(Gt))throw Ao(io.INVALID_ARGUMENT);return mt(Re,It,ua({resolvedMessage:!0},Gt||{}))}function Je(...Se){return Le(Re=>Reflect.apply(p_,null,[Re,...Se]),()=>jb(...Se),"datetime format",Re=>Reflect.apply(Re.d,Re,[...Se]),()=>o_,Re=>mr(Re))}function me(...Se){return Le(Re=>Reflect.apply(m_,null,[Re,...Se]),()=>Vb(...Se),"number format",Re=>Reflect.apply(Re.n,Re,[...Se]),()=>o_,Re=>mr(Re))}function Ke(Se){return Se.map(Re=>mr(Re)||ys(Re)||Vi(Re)?n3(String(Re)):Re)}const Ve={normalize:Ke,interpolate:Se=>Se,type:"vnode"};function xe(...Se){return Le(Re=>{let It;const Gt=Re;try{Gt.processor=Ve,It=Reflect.apply(d_,null,[Gt,...Se])}finally{Gt.processor=null}return It},()=>zb(...Se),"translate",Re=>Re[f4](...Se),Re=>[n3(Re)],Re=>es(Re))}function We(...Se){return Le(Re=>Reflect.apply(m_,null,[Re,...Se]),()=>Vb(...Se),"number format",Re=>Re[d4](...Se),()=>[],Re=>mr(Re)||es(Re))}function se(...Se){return Le(Re=>Reflect.apply(p_,null,[Re,...Se]),()=>jb(...Se),"datetime format",Re=>Re[h4](...Se),()=>[],Re=>mr(Re)||es(Re))}function Ge(Se){G=Se,j.pluralRules=G}function Ce(Se,Re){const It=mr(Re)?Re:e.value,Gt=re(It);return j.messageResolver(Gt,Se)!==null}function pt(Se){let Re=null;const It=Zw(j,d.value,e.value);for(let Gt=0;Gt<It.length;Gt++){const hr=y.value[It[Gt]]||{},Cr=j.messageResolver(hr,Se);if(Cr!=null){Re=Cr;break}}return Re}function Zt(Se){const Re=pt(Se);return Re??(s?s.tm(Se)||{}:{})}function re(Se){return y.value[Se]||{}}function ce(Se,Re){y.value[Se]=Re,j.messages=y.value}function he(Se,Re){y.value[Se]=y.value[Se]||{},pp(Re,y.value[Se]),j.messages=y.value}function Ye(Se){return w.value[Se]||{}}function Qe(Se,Re){w.value[Se]=Re,j.datetimeFormats=w.value,g_(j,Se,Re)}function tt(Se,Re){w.value[Se]=ua(w.value[Se]||{},Re),j.datetimeFormats=w.value,g_(j,Se,Re)}function Pt(Se){return F.value[Se]||{}}function Et(Se,Re){F.value[Se]=Re,j.numberFormats=F.value,v_(j,Se,Re)}function _t(Se,Re){F.value[Se]=ua(F.value[Se]||{},Re),j.numberFormats=F.value,v_(j,Se,Re)}s3++,s&&Wb&&(qn(s.locale,Se=>{r&&(e.value=Se,j.locale=Se,J1(j,e.value,d.value))}),qn(s.fallbackLocale,Se=>{r&&(d.value=Se,j.fallbackLocale=Se,J1(j,e.value,d.value))}));const Ze={id:s3,locale:ne,fallbackLocale:ae,get inheritLocale(){return r},set inheritLocale(Se){r=Se,Se&&s&&(e.value=s.locale.value,d.value=s.fallbackLocale.value,J1(j,e.value,d.value))},get availableLocales(){return Object.keys(y.value).sort()},messages:ue,get modifiers(){return oe},get pluralRules(){return G||{}},get isGlobal(){return a},get missingWarn(){return C},set missingWarn(Se){C=Se,j.missingWarn=C},get fallbackWarn(){return S},set fallbackWarn(Se){S=Se,j.fallbackWarn=S},get fallbackRoot(){return R},set fallbackRoot(Se){R=Se},get fallbackFormat(){return L},set fallbackFormat(Se){L=Se,j.fallbackFormat=L},get warnHtmlMessage(){return W},set warnHtmlMessage(Se){W=Se,j.warnHtmlMessage=Se},get escapeParameter(){return K},set escapeParameter(Se){K=Se,j.escapeParameter=Se},t:mt,getLocaleMessage:re,setLocaleMessage:ce,mergeLocaleMessage:he,getPostTranslationHandler:Ae,setPostTranslationHandler:Fe,getMissingHandler:je,setMissingHandler:Xe,[bA]:Ge};return Ze.datetimeFormats=Ee,Ze.numberFormats=Me,Ze.rt=vt,Ze.te=Ce,Ze.tm=Zt,Ze.d=Je,Ze.n=me,Ze.getDateTimeFormat=Ye,Ze.setDateTimeFormat=Qe,Ze.mergeDateTimeFormat=tt,Ze.getNumberFormat=Pt,Ze.setNumberFormat=Et,Ze.mergeNumberFormat=_t,Ze[yA]=t.__injectWithOption,Ze[f4]=xe,Ze[h4]=se,Ze[d4]=We,Ze}const Fy={tag:{type:[String,Object]},locale:{type:String},scope:{type:String,validator:t=>t==="parent"||t==="global",default:"parent"},i18n:{type:Object}};function DA({slots:t},i){return i.length===1&&i[0]==="default"?(t.default?t.default():[]).reduce((a,r)=>a=[...a,...es(r.children)?r.children:[r]],[]):i.reduce((s,a)=>{const r=t[a];return r&&(s[a]=r()),s},{})}function qF(t){return Ri}const o3={name:"i18n-t",props:ua({keypath:{type:String,required:!0},plural:{type:[Number,String],validator:t=>ys(t)||!isNaN(t)}},Fy),setup(t,i){const{slots:s,attrs:a}=i,r=t.i18n||jd({useScope:t.scope,__useComponent:!0});return()=>{const e=Object.keys(s).filter(S=>S!=="_"),d={};t.locale&&(d.locale=t.locale),t.plural!==void 0&&(d.plural=mr(t.plural)?+t.plural:t.plural);const y=DA(i,e),w=r[f4](t.keypath,y,d),F=ua({},a),C=mr(t.tag)||si(t.tag)?t.tag:qF();return lh(C,F,w)}}};function FA(t){return es(t)&&!mr(t[0])}function KF(t,i,s,a){const{slots:r,attrs:e}=i;return()=>{const d={part:!0};let y={};t.locale&&(d.locale=t.locale),mr(t.format)?d.key=t.format:si(t.format)&&(mr(t.format.key)&&(d.key=t.format.key),y=Object.keys(t.format).reduce((R,L)=>s.includes(L)?ua({},R,{[L]:t.format[L]}):R,{}));const w=a(t.value,d,y);let F=[d.key];es(w)?F=w.map((R,L)=>{const B=r[R.type],I=B?B({[R.type]:R.value,index:L,parts:w}):[R.value];return FA(I)&&(I[0].key=`${R.type}-${L}`),I}):mr(w)&&(F=[w]);const C=ua({},e),S=mr(t.tag)||si(t.tag)?t.tag:qF();return lh(S,C,F)}}const l3={name:"i18n-n",props:ua({value:{type:Number,required:!0},format:{type:[String,Object]}},Fy),setup(t,i){const s=t.i18n||jd({useScope:"parent",__useComponent:!0});return KF(t,i,lD,(...a)=>s[d4](...a))}},c3={name:"i18n-d",props:ua({value:{type:[Number,Date],required:!0},format:{type:[String,Object]}},Fy),setup(t,i){const s=t.i18n||jd({useScope:"parent",__useComponent:!0});return KF(t,i,oD,(...a)=>s[h4](...a))}};function EA(t,i){const s=t;if(t.mode==="composition")return s.__getInstance(i)||t.global;{const a=s.__getInstance(i);return a!=null?a.__composer:t.global.__composer}}function xA(t){const i=d=>{const{instance:y,modifiers:w,value:F}=d;if(!y||!y.$)throw Ao(io.UNEXPECTED_ERROR);const C=EA(t,y.$),S=u3(F);return[Reflect.apply(C.t,C,[...f3(S)]),C]};return{created:(d,y)=>{const[w,F]=i(y);Wb&&t.global===F&&(d.__i18nWatcher=qn(F.locale,()=>{y.instance&&y.instance.$forceUpdate()})),d.__composer=F,d.textContent=w},unmounted:d=>{Wb&&d.__i18nWatcher&&(d.__i18nWatcher(),d.__i18nWatcher=void 0,delete d.__i18nWatcher),d.__composer&&(d.__composer=void 0,delete d.__composer)},beforeUpdate:(d,{value:y})=>{if(d.__composer){const w=d.__composer,F=u3(y);d.textContent=Reflect.apply(w.t,w,[...f3(F)])}},getSSRProps:d=>{const[y]=i(d);return{textContent:y}}}}function u3(t){if(mr(t))return{path:t};if(Rn(t)){if(!("path"in t))throw Ao(io.REQUIRED_VALUE,"path");return t}else throw Ao(io.INVALID_VALUE)}function f3(t){const{path:i,locale:s,args:a,choice:r,plural:e}=t,d={},y=a||{};return mr(s)&&(d.locale=s),ys(r)&&(d.plural=r),ys(e)&&(d.plural=e),[i,y,d]}function CA(t,i,...s){const a=Rn(s[0])?s[0]:{},r=!!a.useI18nComponentName;(Vi(a.globalInstall)?a.globalInstall:!0)&&(t.component(r?"i18n":o3.name,o3),t.component(l3.name,l3),t.component(c3.name,c3)),t.directive("t",xA(i))}const TA=Ef("global-vue-i18n");function AA(t={},i){const s=Vi(t.globalInjection)?t.globalInjection:!0,a=!0,r=new Map,[e,d]=SA(t),y=Ef("");function w(S){return r.get(S)||null}function F(S,R){r.set(S,R)}function C(S){r.delete(S)}{const S={get mode(){return"composition"},get allowComposition(){return a},async install(R,...L){R.__VUE_I18N_SYMBOL__=y,R.provide(R.__VUE_I18N_SYMBOL__,S),s&&LA(R,S.global),CA(R,S,...L);const B=R.unmount;R.unmount=()=>{S.dispose(),B()}},get global(){return d},dispose(){e.stop()},__instances:r,__getInstance:w,__setInstance:F,__deleteInstance:C};return S}}function jd(t={}){const i=Ds();if(i==null)throw Ao(io.MUST_BE_CALL_SETUP_TOP);if(!i.isCE&&i.appContext.app!=null&&!i.appContext.app.__VUE_I18N_SYMBOL__)throw Ao(io.NOT_INSLALLED);const s=kA(i),a=RA(s),r=GF(i),e=OA(t,r);if(e==="global")return _A(a,t,r),a;if(e==="parent"){let w=PA(s,i,t.__useComponent);return w==null&&(w=a),w}const d=s;let y=d.__getInstance(i);if(y==null){const w=ua({},t);"__i18n"in r&&(w.__i18n=r.__i18n),a&&(w.__root=a),y=YF(w),IA(d,i),d.__setInstance(i,y)}return y}function SA(t,i,s){const a=A2();{const r=a.run(()=>YF(t));if(r==null)throw Ao(io.UNEXPECTED_ERROR);return[a,r]}}function kA(t){{const i=ha(t.isCE?TA:t.appContext.app.__VUE_I18N_SYMBOL__);if(!i)throw Ao(t.isCE?io.NOT_INSLALLED_WITH_PROVIDE:io.UNEXPECTED_ERROR);return i}}function OA(t,i){return F2(t)?"__i18n"in i?"local":"global":t.useScope?t.useScope:"local"}function RA(t){return t.mode==="composition"?t.global:t.global.__composer}function PA(t,i,s=!1){let a=null;const r=i.root;let e=i.parent;for(;e!=null;){const d=t;if(t.mode==="composition"&&(a=d.__getInstance(e)),a!=null||r===e)break;e=e.parent}return a}function IA(t,i,s){bl(()=>{},i),oh(()=>{t.__deleteInstance(i)},i)}const NA=["locale","fallbackLocale","availableLocales"],MA=["t","rt","d","n","tm"];function LA(t,i){const s=Object.create(null);NA.forEach(a=>{const r=Object.getOwnPropertyDescriptor(i,a);if(!r)throw Ao(io.UNEXPECTED_ERROR);const e=Mn(r.value)?{get(){return r.value.value},set(d){r.value.value=d}}:{get(){return r.get&&r.get()}};Object.defineProperty(s,a,e)}),t.config.globalProperties.$i18n=s,MA.forEach(a=>{const r=Object.getOwnPropertyDescriptor(i,a);if(!r||!r.value)throw Ao(io.UNEXPECTED_ERROR);Object.defineProperty(t.config.globalProperties,`$${a}`,r)})}K5(k5);Q5(Zw);vA();if(__INTLIFY_PROD_DEVTOOLS__){const t=M4();t.__INTLIFY__=!0,U5(t.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__)}const t2=AA({legacy:!1,locale:"",messages:{}}),QF=Object.fromEntries(Object.entries(Object.assign({"../../locales/en.yml":()=>Oa(()=>import("./en-06ebe6c4.js"),[],import.meta.url),"../../locales/zh-CN.yml":()=>Oa(()=>import("./zh-CN-d316b26d.js"),[],import.meta.url)})).map(([t,i])=>{var s;return[(s=t.match(/([\w-]*)\.yml$/))==null?void 0:s[1],i]})),XF=Object.keys(QF),h3=[];function Tb(t){var i;return t2.global.locale.value=t,typeof document<"u"&&((i=document.querySelector("html"))==null||i.setAttribute("lang",t)),t}async function Ey(t){if(t2.global.locale.value===t||h3.includes(t))return Tb(t);const i=await QF[t]();return t2.global.setLocaleMessage(t,i.default),h3.push(t),Tb(t)}const BA=async({app:t})=>{t.use(t2),await Ey(window.DEFAULT_LANG)},UA=Object.freeze(Object.defineProperty({__proto__:null,availableLocales:XF,install:BA,loadLanguageAsync:Ey},Symbol.toStringTag,{value:"Module"}));var _s=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function La(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function JF(t){if(t.__esModule)return t;var i=t.default;if(typeof i=="function"){var s=function a(){return this instanceof a?Reflect.construct(i,arguments,this.constructor):i.apply(this,arguments)};s.prototype=i.prototype}else s={};return Object.defineProperty(s,"__esModule",{value:!0}),Object.keys(t).forEach(function(a){var r=Object.getOwnPropertyDescriptor(t,a);Object.defineProperty(s,a,r.get?r:{enumerable:!0,get:function(){return t[a]}})}),s}var ZF={exports:{}};/* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress
21
+ */const mA="9.2.2";function vA(){typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(My().__INTLIFY_PROD_DEVTOOLS__=!1)}let jF=Qw.__EXTEND_POINT__;const Aa=()=>++jF,io={UNEXPECTED_RETURN_TYPE:jF,INVALID_ARGUMENT:Aa(),MUST_BE_CALL_SETUP_TOP:Aa(),NOT_INSLALLED:Aa(),NOT_AVAILABLE_IN_LEGACY_MODE:Aa(),REQUIRED_VALUE:Aa(),INVALID_VALUE:Aa(),CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN:Aa(),NOT_INSLALLED_WITH_PROVIDE:Aa(),UNEXPECTED_ERROR:Aa(),NOT_COMPATIBLE_LEGACY_VUE_I18N:Aa(),BRIDGE_SUPPORT_VUE_2_ONLY:Aa(),MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION:Aa(),NOT_AVAILABLE_COMPOSITION_IN_LEGACY:Aa(),__EXTEND_POINT__:Aa()};function Ao(t,...i){return Xw(t,null,void 0)}const fy=Ef("__transrateVNode"),hy=Ef("__datetimeParts"),dy=Ef("__numberParts"),bA=Ef("__setPluralRules");Ef("__intlifyMeta");const yA=Ef("__injectWithOption");function py(t){if(!si(t))return t;for(const i in t)if(Ly(t,i))if(!i.includes("."))si(t[i])&&py(t[i]);else{const s=i.split("."),a=s.length-1;let r=t;for(let e=0;e<a;e++)s[e]in r||(r[s[e]]={}),r=r[s[e]];r[s[a]]=t[i],delete t[i],si(r[s[a]])&&py(r[s[a]])}return t}function VF(t,i){const{messages:s,__i18n:a,messageResolver:r,flatJson:e}=i,d=Rn(s)?s:es(a)?{}:{[t]:{}};if(es(a)&&a.forEach(y=>{if("locale"in y&&"resource"in y){const{locale:w,resource:F}=y;w?(d[w]=d[w]||{},pp(F,d[w])):pp(F,d)}else mr(y)&&pp(JSON.parse(y),d)}),r==null&&e)for(const y in d)Ly(d,y)&&py(d[y]);return d}const Cm=t=>!si(t)||es(t);function pp(t,i){if(Cm(t)||Cm(i))throw Ao(io.INVALID_VALUE);for(const s in t)Ly(t,s)&&(Cm(t[s])||Cm(i[s])?i[s]=t[s]:pp(t[s],i[s]))}function GF(t){return t.type}function _A(t,i,s){let a=si(i.messages)?i.messages:{};"__i18nGlobal"in s&&(a=VF(t.locale.value,{messages:a,__i18n:s.__i18nGlobal}));const r=Object.keys(a);r.length&&r.forEach(e=>{t.mergeLocaleMessage(e,a[e])});{if(si(i.datetimeFormats)){const e=Object.keys(i.datetimeFormats);e.length&&e.forEach(d=>{t.mergeDateTimeFormat(d,i.datetimeFormats[d])})}if(si(i.numberFormats)){const e=Object.keys(i.numberFormats);e.length&&e.forEach(d=>{t.mergeNumberFormat(d,i.numberFormats[d])})}}}function n3(t){return Yr(yf,null,t,0)}const i3="__INTLIFY_META__";let s3=0;function a3(t){return(i,s,a,r)=>t(s,a,Ds()||void 0,r)}const wA=()=>{const t=Ds();let i=null;return t&&(i=GF(t)[i3])?{[i3]:i}:null};function YF(t={},i){const{__root:s}=t,a=s===void 0;let r=Vi(t.inheritLocale)?t.inheritLocale:!0;const e=nr(s&&r?s.locale.value:mr(t.locale)?t.locale:Uy),d=nr(s&&r?s.fallbackLocale.value:mr(t.fallbackLocale)||es(t.fallbackLocale)||Rn(t.fallbackLocale)||t.fallbackLocale===!1?t.fallbackLocale:e.value),y=nr(VF(e.value,t)),w=nr(Rn(t.datetimeFormats)?t.datetimeFormats:{[e.value]:{}}),F=nr(Rn(t.numberFormats)?t.numberFormats:{[e.value]:{}});let C=s?s.missingWarn:Vi(t.missingWarn)||Gm(t.missingWarn)?t.missingWarn:!0,S=s?s.fallbackWarn:Vi(t.fallbackWarn)||Gm(t.fallbackWarn)?t.fallbackWarn:!0,R=s?s.fallbackRoot:Vi(t.fallbackRoot)?t.fallbackRoot:!0,L=!!t.fallbackFormat,B=Ps(t.missing)?t.missing:null,I=Ps(t.missing)?a3(t.missing):null,z=Ps(t.postTranslation)?t.postTranslation:null,W=s?s.warnHtmlMessage:Vi(t.warnHtmlMessage)?t.warnHtmlMessage:!0,K=!!t.escapeParameter;const oe=s?s.modifiers:Rn(t.modifiers)?t.modifiers:{};let G=t.pluralRules||s&&s.pluralRules,j;j=(()=>{a&&u_(null);const Se={version:mA,locale:e.value,fallbackLocale:d.value,messages:y.value,modifiers:oe,pluralRules:G,missing:I===null?void 0:I,missingWarn:C,fallbackWarn:S,fallbackFormat:L,unresolving:!0,postTranslation:z===null?void 0:z,warnHtmlMessage:W,escapeParameter:K,messageResolver:t.messageResolver,__meta:{framework:"vue"}};Se.datetimeFormats=w.value,Se.numberFormats=F.value,Se.__datetimeFormatters=Rn(j)?j.__datetimeFormatters:void 0,Se.__numberFormatters=Rn(j)?j.__numberFormatters:void 0;const Re=Z5(Se);return a&&u_(Re),Re})(),J1(j,e.value,d.value);function ie(){return[e.value,d.value,y.value,w.value,F.value]}const ne=gn({get:()=>e.value,set:Se=>{e.value=Se,j.locale=e.value}}),ae=gn({get:()=>d.value,set:Se=>{d.value=Se,j.fallbackLocale=d.value,J1(j,e.value,Se)}}),ue=gn(()=>y.value),Ee=gn(()=>w.value),Me=gn(()=>F.value);function Ae(){return Ps(z)?z:null}function Fe(Se){z=Se,j.postTranslation=Se}function je(){return B}function Xe(Se){Se!==null&&(I=a3(Se)),B=Se,j.missing=I}const Le=(Se,Re,It,Gt,hr,Cr)=>{ie();let _r;if(__INTLIFY_PROD_DEVTOOLS__)try{c_(wA()),a||(j.fallbackContext=s?J5():void 0),_r=Se(j)}finally{c_(null),a||(j.fallbackContext=void 0)}else _r=Se(j);if(ys(_r)&&_r===E2){const[Pn,Qn]=Re();return s&&R?Gt(s):hr(Pn)}else{if(Cr(_r))return _r;throw Ao(io.UNEXPECTED_RETURN_TYPE)}};function mt(...Se){return Le(Re=>Reflect.apply(d_,null,[Re,...Se]),()=>zb(...Se),"translate",Re=>Reflect.apply(Re.t,Re,[...Se]),Re=>Re,Re=>mr(Re))}function vt(...Se){const[Re,It,Gt]=Se;if(Gt&&!si(Gt))throw Ao(io.INVALID_ARGUMENT);return mt(Re,It,ua({resolvedMessage:!0},Gt||{}))}function Je(...Se){return Le(Re=>Reflect.apply(p_,null,[Re,...Se]),()=>jb(...Se),"datetime format",Re=>Reflect.apply(Re.d,Re,[...Se]),()=>o_,Re=>mr(Re))}function me(...Se){return Le(Re=>Reflect.apply(m_,null,[Re,...Se]),()=>Vb(...Se),"number format",Re=>Reflect.apply(Re.n,Re,[...Se]),()=>o_,Re=>mr(Re))}function Ke(Se){return Se.map(Re=>mr(Re)||ys(Re)||Vi(Re)?n3(String(Re)):Re)}const Ve={normalize:Ke,interpolate:Se=>Se,type:"vnode"};function xe(...Se){return Le(Re=>{let It;const Gt=Re;try{Gt.processor=Ve,It=Reflect.apply(d_,null,[Gt,...Se])}finally{Gt.processor=null}return It},()=>zb(...Se),"translate",Re=>Re[fy](...Se),Re=>[n3(Re)],Re=>es(Re))}function We(...Se){return Le(Re=>Reflect.apply(m_,null,[Re,...Se]),()=>Vb(...Se),"number format",Re=>Re[dy](...Se),()=>[],Re=>mr(Re)||es(Re))}function se(...Se){return Le(Re=>Reflect.apply(p_,null,[Re,...Se]),()=>jb(...Se),"datetime format",Re=>Re[hy](...Se),()=>[],Re=>mr(Re)||es(Re))}function Ge(Se){G=Se,j.pluralRules=G}function Ce(Se,Re){const It=mr(Re)?Re:e.value,Gt=re(It);return j.messageResolver(Gt,Se)!==null}function pt(Se){let Re=null;const It=Zw(j,d.value,e.value);for(let Gt=0;Gt<It.length;Gt++){const hr=y.value[It[Gt]]||{},Cr=j.messageResolver(hr,Se);if(Cr!=null){Re=Cr;break}}return Re}function Zt(Se){const Re=pt(Se);return Re??(s?s.tm(Se)||{}:{})}function re(Se){return y.value[Se]||{}}function ce(Se,Re){y.value[Se]=Re,j.messages=y.value}function he(Se,Re){y.value[Se]=y.value[Se]||{},pp(Re,y.value[Se]),j.messages=y.value}function Ye(Se){return w.value[Se]||{}}function Qe(Se,Re){w.value[Se]=Re,j.datetimeFormats=w.value,g_(j,Se,Re)}function tt(Se,Re){w.value[Se]=ua(w.value[Se]||{},Re),j.datetimeFormats=w.value,g_(j,Se,Re)}function Pt(Se){return F.value[Se]||{}}function Et(Se,Re){F.value[Se]=Re,j.numberFormats=F.value,v_(j,Se,Re)}function _t(Se,Re){F.value[Se]=ua(F.value[Se]||{},Re),j.numberFormats=F.value,v_(j,Se,Re)}s3++,s&&Wb&&(qn(s.locale,Se=>{r&&(e.value=Se,j.locale=Se,J1(j,e.value,d.value))}),qn(s.fallbackLocale,Se=>{r&&(d.value=Se,j.fallbackLocale=Se,J1(j,e.value,d.value))}));const Ze={id:s3,locale:ne,fallbackLocale:ae,get inheritLocale(){return r},set inheritLocale(Se){r=Se,Se&&s&&(e.value=s.locale.value,d.value=s.fallbackLocale.value,J1(j,e.value,d.value))},get availableLocales(){return Object.keys(y.value).sort()},messages:ue,get modifiers(){return oe},get pluralRules(){return G||{}},get isGlobal(){return a},get missingWarn(){return C},set missingWarn(Se){C=Se,j.missingWarn=C},get fallbackWarn(){return S},set fallbackWarn(Se){S=Se,j.fallbackWarn=S},get fallbackRoot(){return R},set fallbackRoot(Se){R=Se},get fallbackFormat(){return L},set fallbackFormat(Se){L=Se,j.fallbackFormat=L},get warnHtmlMessage(){return W},set warnHtmlMessage(Se){W=Se,j.warnHtmlMessage=Se},get escapeParameter(){return K},set escapeParameter(Se){K=Se,j.escapeParameter=Se},t:mt,getLocaleMessage:re,setLocaleMessage:ce,mergeLocaleMessage:he,getPostTranslationHandler:Ae,setPostTranslationHandler:Fe,getMissingHandler:je,setMissingHandler:Xe,[bA]:Ge};return Ze.datetimeFormats=Ee,Ze.numberFormats=Me,Ze.rt=vt,Ze.te=Ce,Ze.tm=Zt,Ze.d=Je,Ze.n=me,Ze.getDateTimeFormat=Ye,Ze.setDateTimeFormat=Qe,Ze.mergeDateTimeFormat=tt,Ze.getNumberFormat=Pt,Ze.setNumberFormat=Et,Ze.mergeNumberFormat=_t,Ze[yA]=t.__injectWithOption,Ze[fy]=xe,Ze[hy]=se,Ze[dy]=We,Ze}const F4={tag:{type:[String,Object]},locale:{type:String},scope:{type:String,validator:t=>t==="parent"||t==="global",default:"parent"},i18n:{type:Object}};function DA({slots:t},i){return i.length===1&&i[0]==="default"?(t.default?t.default():[]).reduce((a,r)=>a=[...a,...es(r.children)?r.children:[r]],[]):i.reduce((s,a)=>{const r=t[a];return r&&(s[a]=r()),s},{})}function qF(t){return Ri}const o3={name:"i18n-t",props:ua({keypath:{type:String,required:!0},plural:{type:[Number,String],validator:t=>ys(t)||!isNaN(t)}},F4),setup(t,i){const{slots:s,attrs:a}=i,r=t.i18n||jd({useScope:t.scope,__useComponent:!0});return()=>{const e=Object.keys(s).filter(S=>S!=="_"),d={};t.locale&&(d.locale=t.locale),t.plural!==void 0&&(d.plural=mr(t.plural)?+t.plural:t.plural);const y=DA(i,e),w=r[fy](t.keypath,y,d),F=ua({},a),C=mr(t.tag)||si(t.tag)?t.tag:qF();return lh(C,F,w)}}};function FA(t){return es(t)&&!mr(t[0])}function KF(t,i,s,a){const{slots:r,attrs:e}=i;return()=>{const d={part:!0};let y={};t.locale&&(d.locale=t.locale),mr(t.format)?d.key=t.format:si(t.format)&&(mr(t.format.key)&&(d.key=t.format.key),y=Object.keys(t.format).reduce((R,L)=>s.includes(L)?ua({},R,{[L]:t.format[L]}):R,{}));const w=a(t.value,d,y);let F=[d.key];es(w)?F=w.map((R,L)=>{const B=r[R.type],I=B?B({[R.type]:R.value,index:L,parts:w}):[R.value];return FA(I)&&(I[0].key=`${R.type}-${L}`),I}):mr(w)&&(F=[w]);const C=ua({},e),S=mr(t.tag)||si(t.tag)?t.tag:qF();return lh(S,C,F)}}const l3={name:"i18n-n",props:ua({value:{type:Number,required:!0},format:{type:[String,Object]}},F4),setup(t,i){const s=t.i18n||jd({useScope:"parent",__useComponent:!0});return KF(t,i,lD,(...a)=>s[dy](...a))}},c3={name:"i18n-d",props:ua({value:{type:[Number,Date],required:!0},format:{type:[String,Object]}},F4),setup(t,i){const s=t.i18n||jd({useScope:"parent",__useComponent:!0});return KF(t,i,oD,(...a)=>s[hy](...a))}};function EA(t,i){const s=t;if(t.mode==="composition")return s.__getInstance(i)||t.global;{const a=s.__getInstance(i);return a!=null?a.__composer:t.global.__composer}}function xA(t){const i=d=>{const{instance:y,modifiers:w,value:F}=d;if(!y||!y.$)throw Ao(io.UNEXPECTED_ERROR);const C=EA(t,y.$),S=u3(F);return[Reflect.apply(C.t,C,[...f3(S)]),C]};return{created:(d,y)=>{const[w,F]=i(y);Wb&&t.global===F&&(d.__i18nWatcher=qn(F.locale,()=>{y.instance&&y.instance.$forceUpdate()})),d.__composer=F,d.textContent=w},unmounted:d=>{Wb&&d.__i18nWatcher&&(d.__i18nWatcher(),d.__i18nWatcher=void 0,delete d.__i18nWatcher),d.__composer&&(d.__composer=void 0,delete d.__composer)},beforeUpdate:(d,{value:y})=>{if(d.__composer){const w=d.__composer,F=u3(y);d.textContent=Reflect.apply(w.t,w,[...f3(F)])}},getSSRProps:d=>{const[y]=i(d);return{textContent:y}}}}function u3(t){if(mr(t))return{path:t};if(Rn(t)){if(!("path"in t))throw Ao(io.REQUIRED_VALUE,"path");return t}else throw Ao(io.INVALID_VALUE)}function f3(t){const{path:i,locale:s,args:a,choice:r,plural:e}=t,d={},y=a||{};return mr(s)&&(d.locale=s),ys(r)&&(d.plural=r),ys(e)&&(d.plural=e),[i,y,d]}function CA(t,i,...s){const a=Rn(s[0])?s[0]:{},r=!!a.useI18nComponentName;(Vi(a.globalInstall)?a.globalInstall:!0)&&(t.component(r?"i18n":o3.name,o3),t.component(l3.name,l3),t.component(c3.name,c3)),t.directive("t",xA(i))}const TA=Ef("global-vue-i18n");function AA(t={},i){const s=Vi(t.globalInjection)?t.globalInjection:!0,a=!0,r=new Map,[e,d]=SA(t),y=Ef("");function w(S){return r.get(S)||null}function F(S,R){r.set(S,R)}function C(S){r.delete(S)}{const S={get mode(){return"composition"},get allowComposition(){return a},async install(R,...L){R.__VUE_I18N_SYMBOL__=y,R.provide(R.__VUE_I18N_SYMBOL__,S),s&&LA(R,S.global),CA(R,S,...L);const B=R.unmount;R.unmount=()=>{S.dispose(),B()}},get global(){return d},dispose(){e.stop()},__instances:r,__getInstance:w,__setInstance:F,__deleteInstance:C};return S}}function jd(t={}){const i=Ds();if(i==null)throw Ao(io.MUST_BE_CALL_SETUP_TOP);if(!i.isCE&&i.appContext.app!=null&&!i.appContext.app.__VUE_I18N_SYMBOL__)throw Ao(io.NOT_INSLALLED);const s=kA(i),a=RA(s),r=GF(i),e=OA(t,r);if(e==="global")return _A(a,t,r),a;if(e==="parent"){let w=PA(s,i,t.__useComponent);return w==null&&(w=a),w}const d=s;let y=d.__getInstance(i);if(y==null){const w=ua({},t);"__i18n"in r&&(w.__i18n=r.__i18n),a&&(w.__root=a),y=YF(w),IA(d,i),d.__setInstance(i,y)}return y}function SA(t,i,s){const a=A2();{const r=a.run(()=>YF(t));if(r==null)throw Ao(io.UNEXPECTED_ERROR);return[a,r]}}function kA(t){{const i=ha(t.isCE?TA:t.appContext.app.__VUE_I18N_SYMBOL__);if(!i)throw Ao(t.isCE?io.NOT_INSLALLED_WITH_PROVIDE:io.UNEXPECTED_ERROR);return i}}function OA(t,i){return F2(t)?"__i18n"in i?"local":"global":t.useScope?t.useScope:"local"}function RA(t){return t.mode==="composition"?t.global:t.global.__composer}function PA(t,i,s=!1){let a=null;const r=i.root;let e=i.parent;for(;e!=null;){const d=t;if(t.mode==="composition"&&(a=d.__getInstance(e)),a!=null||r===e)break;e=e.parent}return a}function IA(t,i,s){bl(()=>{},i),oh(()=>{t.__deleteInstance(i)},i)}const NA=["locale","fallbackLocale","availableLocales"],MA=["t","rt","d","n","tm"];function LA(t,i){const s=Object.create(null);NA.forEach(a=>{const r=Object.getOwnPropertyDescriptor(i,a);if(!r)throw Ao(io.UNEXPECTED_ERROR);const e=Mn(r.value)?{get(){return r.value.value},set(d){r.value.value=d}}:{get(){return r.get&&r.get()}};Object.defineProperty(s,a,e)}),t.config.globalProperties.$i18n=s,MA.forEach(a=>{const r=Object.getOwnPropertyDescriptor(i,a);if(!r||!r.value)throw Ao(io.UNEXPECTED_ERROR);Object.defineProperty(t.config.globalProperties,`$${a}`,r)})}K5(k5);Q5(Zw);vA();if(__INTLIFY_PROD_DEVTOOLS__){const t=My();t.__INTLIFY__=!0,U5(t.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__)}const t2=AA({legacy:!1,locale:"",messages:{}}),QF=Object.fromEntries(Object.entries(Object.assign({"../../locales/en.yml":()=>Oa(()=>import("./en-06ebe6c4.js"),[],import.meta.url),"../../locales/zh-CN.yml":()=>Oa(()=>import("./zh-CN-d316b26d.js"),[],import.meta.url)})).map(([t,i])=>{var s;return[(s=t.match(/([\w-]*)\.yml$/))==null?void 0:s[1],i]})),XF=Object.keys(QF),h3=[];function Tb(t){var i;return t2.global.locale.value=t,typeof document<"u"&&((i=document.querySelector("html"))==null||i.setAttribute("lang",t)),t}async function E4(t){if(t2.global.locale.value===t||h3.includes(t))return Tb(t);const i=await QF[t]();return t2.global.setLocaleMessage(t,i.default),h3.push(t),Tb(t)}const BA=async({app:t})=>{t.use(t2),await E4(window.DEFAULT_LANG)},UA=Object.freeze(Object.defineProperty({__proto__:null,availableLocales:XF,install:BA,loadLanguageAsync:E4},Symbol.toStringTag,{value:"Module"}));var _s=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function La(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function JF(t){if(t.__esModule)return t;var i=t.default;if(typeof i=="function"){var s=function a(){return this instanceof a?Reflect.construct(i,arguments,this.constructor):i.apply(this,arguments)};s.prototype=i.prototype}else s={};return Object.defineProperty(s,"__esModule",{value:!0}),Object.keys(t).forEach(function(a){var r=Object.getOwnPropertyDescriptor(t,a);Object.defineProperty(s,a,r.get?r:{enumerable:!0,get:function(){return t[a]}})}),s}var ZF={exports:{}};/* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress
22
22
  * @license MIT */(function(t,i){(function(s,a){t.exports=a()})(_s,function(){var s={};s.version="0.2.0";var a=s.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>'};s.configure=function(B){var I,z;for(I in B)z=B[I],z!==void 0&&B.hasOwnProperty(I)&&(a[I]=z);return this},s.status=null,s.set=function(B){var I=s.isStarted();B=r(B,a.minimum,1),s.status=B===1?null:B;var z=s.render(!I),W=z.querySelector(a.barSelector),K=a.speed,oe=a.easing;return z.offsetWidth,y(function(G){a.positionUsing===""&&(a.positionUsing=s.getPositioningCSS()),w(W,d(B,K,oe)),B===1?(w(z,{transition:"none",opacity:1}),z.offsetWidth,setTimeout(function(){w(z,{transition:"all "+K+"ms linear",opacity:0}),setTimeout(function(){s.remove(),G()},K)},K)):setTimeout(G,K)}),this},s.isStarted=function(){return typeof s.status=="number"},s.start=function(){s.status||s.set(0);var B=function(){setTimeout(function(){s.status&&(s.trickle(),B())},a.trickleSpeed)};return a.trickle&&B(),this},s.done=function(B){return!B&&!s.status?this:s.inc(.3+.5*Math.random()).set(1)},s.inc=function(B){var I=s.status;return I?(typeof B!="number"&&(B=(1-I)*r(Math.random()*I,.1,.95)),I=r(I+B,0,.994),s.set(I)):s.start()},s.trickle=function(){return s.inc(Math.random()*a.trickleRate)},function(){var B=0,I=0;s.promise=function(z){return!z||z.state()==="resolved"?this:(I===0&&s.start(),B++,I++,z.always(function(){I--,I===0?(B=0,s.done()):s.set((B-I)/B)}),this)}}(),s.render=function(B){if(s.isRendered())return document.getElementById("nprogress");C(document.documentElement,"nprogress-busy");var I=document.createElement("div");I.id="nprogress",I.innerHTML=a.template;var z=I.querySelector(a.barSelector),W=B?"-100":e(s.status||0),K=document.querySelector(a.parent),oe;return w(z,{transition:"all 0 linear",transform:"translate3d("+W+"%,0,0)"}),a.showSpinner||(oe=I.querySelector(a.spinnerSelector),oe&&L(oe)),K!=document.body&&C(K,"nprogress-custom-parent"),K.appendChild(I),I},s.remove=function(){S(document.documentElement,"nprogress-busy"),S(document.querySelector(a.parent),"nprogress-custom-parent");var B=document.getElementById("nprogress");B&&L(B)},s.isRendered=function(){return!!document.getElementById("nprogress")},s.getPositioningCSS=function(){var B=document.body.style,I="WebkitTransform"in B?"Webkit":"MozTransform"in B?"Moz":"msTransform"in B?"ms":"OTransform"in B?"O":"";return I+"Perspective"in B?"translate3d":I+"Transform"in B?"translate":"margin"};function r(B,I,z){return B<I?I:B>z?z:B}function e(B){return(-1+B)*100}function d(B,I,z){var W;return a.positionUsing==="translate3d"?W={transform:"translate3d("+e(B)+"%,0,0)"}:a.positionUsing==="translate"?W={transform:"translate("+e(B)+"%,0)"}:W={"margin-left":e(B)+"%"},W.transition="all "+I+"ms "+z,W}var y=function(){var B=[];function I(){var z=B.shift();z&&z(I)}return function(z){B.push(z),B.length==1&&I()}}(),w=function(){var B=["Webkit","O","Moz","ms"],I={};function z(G){return G.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,function(j,Z){return Z.toUpperCase()})}function W(G){var j=document.body.style;if(G in j)return G;for(var Z=B.length,ie=G.charAt(0).toUpperCase()+G.slice(1),ne;Z--;)if(ne=B[Z]+ie,ne in j)return ne;return G}function K(G){return G=z(G),I[G]||(I[G]=W(G))}function oe(G,j,Z){j=K(j),G.style[j]=Z}return function(G,j){var Z=arguments,ie,ne;if(Z.length==2)for(ie in j)ne=j[ie],ne!==void 0&&j.hasOwnProperty(ie)&&oe(G,ie,ne);else oe(G,Z[1],Z[2])}}();function F(B,I){var z=typeof B=="string"?B:R(B);return z.indexOf(" "+I+" ")>=0}function C(B,I){var z=R(B),W=z+I;F(z,I)||(B.className=W.substring(1))}function S(B,I){var z=R(B),W;F(B,I)&&(W=z.replace(" "+I+" "," "),B.className=W.substring(1,W.length-1))}function R(B){return(" "+(B.className||"")+" ").replace(/\s+/gi," ")}function L(B){B&&B.parentNode&&B.parentNode.removeChild(B)}return s})})(ZF);var $A=ZF.exports;const d3=La($A),HA=({isClient:t,router:i})=>{t&&(i.beforeEach((s,a)=>{s.path!==a.path&&d3.start()}),i.afterEach(()=>{d3.done()}))},WA=Object.freeze(Object.defineProperty({__proto__:null,install:HA},Symbol.toStringTag,{value:"Module"}));var zA=!1;/*!
23
23
  * pinia v2.1.6
24
24
  * (c) 2023 Eduardo San Martin Morote
25
25
  * @license MIT
26
- */let eE;const Y2=t=>eE=t,tE=Symbol();function g4(t){return t&&typeof t=="object"&&Object.prototype.toString.call(t)==="[object Object]"&&typeof t.toJSON!="function"}var gp;(function(t){t.direct="direct",t.patchObject="patch object",t.patchFunction="patch function"})(gp||(gp={}));function jA(){const t=A2(!0),i=t.run(()=>nr({}));let s=[],a=[];const r=Yp({install(e){Y2(r),r._a=e,e.provide(tE,r),e.config.globalProperties.$pinia=r,a.forEach(d=>s.push(d)),a=[]},use(e){return!this._a&&!zA?a.push(e):s.push(e),this},_p:s,_a:null,_e:t,_s:new Map,state:i});return r}const rE=()=>{};function p3(t,i,s,a=rE){t.push(i);const r=()=>{const e=t.indexOf(i);e>-1&&(t.splice(e,1),a())};return!s&&S2()&&G4(r),r}function fd(t,...i){t.slice().forEach(s=>{s(...i)})}const VA=t=>t();function m4(t,i){t instanceof Map&&i instanceof Map&&i.forEach((s,a)=>t.set(a,s)),t instanceof Set&&i instanceof Set&&i.forEach(t.add,t);for(const s in i){if(!i.hasOwnProperty(s))continue;const a=i[s],r=t[s];g4(r)&&g4(a)&&t.hasOwnProperty(s)&&!Mn(a)&&!Hc(a)?t[s]=m4(r,a):t[s]=a}return t}const GA=Symbol();function YA(t){return!g4(t)||!t.hasOwnProperty(GA)}const{assign:tf}=Object;function qA(t){return!!(Mn(t)&&t.effect)}function KA(t,i,s,a){const{state:r,actions:e,getters:d}=i,y=s.state.value[t];let w;function F(){y||(s.state.value[t]=r?r():{});const C=AD(s.state.value[t]);return tf(C,e,Object.keys(d||{}).reduce((S,R)=>(S[R]=Yp(gn(()=>{Y2(s);const L=s._s.get(t);return d[R].call(L,L)})),S),{}))}return w=nE(t,F,i,s,a,!0),w}function nE(t,i,s={},a,r,e){let d;const y=tf({actions:{}},s),w={deep:!0};let F,C,S=[],R=[],L;const B=a.state.value[t];!e&&!B&&(a.state.value[t]={}),nr({});let I;function z(ne){let ae;F=C=!1,typeof ne=="function"?(ne(a.state.value[t]),ae={type:gp.patchFunction,storeId:t,events:L}):(m4(a.state.value[t],ne),ae={type:gp.patchObject,payload:ne,storeId:t,events:L});const ue=I=Symbol();Kl().then(()=>{I===ue&&(F=!0)}),C=!0,fd(S,ae,a.state.value[t])}const W=e?function(){const{state:ae}=s,ue=ae?ae():{};this.$patch(Ee=>{tf(Ee,ue)})}:rE;function K(){d.stop(),S=[],R=[],a._s.delete(t)}function oe(ne,ae){return function(){Y2(a);const ue=Array.from(arguments),Ee=[],Me=[];function Ae(Xe){Ee.push(Xe)}function Fe(Xe){Me.push(Xe)}fd(R,{args:ue,name:ne,store:j,after:Ae,onError:Fe});let je;try{je=ae.apply(this&&this.$id===t?this:j,ue)}catch(Xe){throw fd(Me,Xe),Xe}return je instanceof Promise?je.then(Xe=>(fd(Ee,Xe),Xe)).catch(Xe=>(fd(Me,Xe),Promise.reject(Xe))):(fd(Ee,je),je)}}const G={_p:a,$id:t,$onAction:p3.bind(null,R),$patch:z,$reset:W,$subscribe(ne,ae={}){const ue=p3(S,ne,ae.detached,()=>Ee()),Ee=d.run(()=>qn(()=>a.state.value[t],Me=>{(ae.flush==="sync"?C:F)&&ne({storeId:t,type:gp.direct,events:L},Me)},tf({},w,ae)));return ue},$dispose:K},j=bf(G);a._s.set(t,j);const Z=a._a&&a._a.runWithContext||VA,ie=a._e.run(()=>(d=A2(),Z(()=>d.run(i))));for(const ne in ie){const ae=ie[ne];if(Mn(ae)&&!qA(ae)||Hc(ae))e||(B&&YA(ae)&&(Mn(ae)?ae.value=B[ne]:m4(ae,B[ne])),a.state.value[t][ne]=ae);else if(typeof ae=="function"){const ue=oe(ne,ae);ie[ne]=ue,y.actions[ne]=ae}}return tf(j,ie),tf(mn(j),ie),Object.defineProperty(j,"$state",{get:()=>a.state.value[t],set:ne=>{z(ae=>{tf(ae,ne)})}}),a._p.forEach(ne=>{tf(j,d.run(()=>ne({store:j,app:a._a,pinia:a,options:y})))}),B&&e&&s.hydrate&&s.hydrate(j.$state,B),F=!0,C=!0,j}function zI(t,i,s){let a,r;const e=typeof i=="function";typeof t=="string"?(a=t,r=e?s:i):(r=t,a=t.id);function d(y,w){const F=nF();return y=y||(F?ha(tE,null):null),y&&Y2(y),y=eE,y._s.has(a)||(e?nE(a,i,r,y):KA(a,r,y)),y._s.get(a)}return d.$id=a,d}const QA=({isClient:t,initialState:i,app:s})=>{const a=jA();s.use(a),t?a.state.value=i.pinia||{}:i.pinia=a.state.value},XA=Object.freeze(Object.defineProperty({__proto__:null,install:QA},Symbol.toStringTag,{value:"Module"})),JA=({isClient:t,router:i})=>{t&&i.isReady().then(async()=>{const{registerSW:s}=await Oa(()=>import("./virtual_pwa-register-4551dbd6.js"),[],import.meta.url);s({immediate:!0})}).catch(()=>{})},ZA=Object.freeze(Object.defineProperty({__proto__:null,install:JA},Symbol.toStringTag,{value:"Module"}));var iE={exports:{}};const e8=JF(gA);(function(t,i){(function(a,r){t.exports=r(e8)})(_s,s=>(()=>{var a={661:(y,w)=>{Object.defineProperty(w,"__esModule",{value:!0}),w.default=(F,C)=>{const S=F.__vccOpts||F;for(const[R,L]of C)S[R]=L;return S}},976:y=>{y.exports=s}},r={};function e(y){var w=r[y];if(w!==void 0)return w.exports;var F=r[y]={exports:{}};return a[y](F,F.exports,e),F.exports}e.d=(y,w)=>{for(var F in w)e.o(w,F)&&!e.o(y,F)&&Object.defineProperty(y,F,{enumerable:!0,get:w[F]})},e.o=(y,w)=>Object.prototype.hasOwnProperty.call(y,w),e.r=y=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(y,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(y,"__esModule",{value:!0})};var d={};return(()=>{e.r(d),e.d(d,{ToastComponent:()=>j,ToastPlugin:()=>ie,ToastPositions:()=>B,default:()=>ne,useToast:()=>Z});var y=e(976);const w=(0,y.createElementVNode)("div",{class:"v-toast__icon"},null,-1),F=["innerHTML"];function C(ae,ue,Ee,Me,Ae,Fe){return(0,y.openBlock)(),(0,y.createBlock)(y.Transition,{"enter-active-class":ae.transition.enter,"leave-active-class":ae.transition.leave},{default:(0,y.withCtx)(()=>[(0,y.withDirectives)((0,y.createElementVNode)("div",{ref:"root",role:"alert",class:(0,y.normalizeClass)(["v-toast__item",[`v-toast__item--${ae.type}`,`v-toast__item--${ae.position}`]]),onMouseover:ue[0]||(ue[0]=je=>ae.toggleTimer(!0)),onMouseleave:ue[1]||(ue[1]=je=>ae.toggleTimer(!1)),onClick:ue[2]||(ue[2]=function(){return ae.whenClicked&&ae.whenClicked(...arguments)})},[w,(0,y.createElementVNode)("p",{class:"v-toast__text",innerHTML:ae.message},null,8,F)],34),[[y.vShow,ae.isActive]])]),_:1},8,["enter-active-class","leave-active-class"])}function S(ae){var ue;typeof ae.remove<"u"?ae.remove():(ue=ae.parentNode)==null||ue.removeChild(ae)}function R(ae,ue,Ee){let Me=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const Ae=(0,y.h)(ae,ue,Me),Fe=document.createElement("div");return Fe.classList.add("v-toast--pending"),Ee.appendChild(Fe),(0,y.render)(Ae,Fe),Ae.component}class L{constructor(ue,Ee){this.startedAt=Date.now(),this.callback=ue,this.delay=Ee,this.timer=setTimeout(ue,Ee)}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 B=Object.freeze({TOP_RIGHT:"top-right",TOP:"top",TOP_LEFT:"top-left",BOTTOM_RIGHT:"bottom-right",BOTTOM:"bottom",BOTTOM_LEFT:"bottom-left"});function I(ae){return{all:ae=ae||new Map,on:function(ue,Ee){var Me=ae.get(ue);Me?Me.push(Ee):ae.set(ue,[Ee])},off:function(ue,Ee){var Me=ae.get(ue);Me&&(Ee?Me.splice(Me.indexOf(Ee)>>>0,1):ae.set(ue,[]))},emit:function(ue,Ee){var Me=ae.get(ue);Me&&Me.slice().map(function(Ae){Ae(Ee)}),(Me=ae.get("*"))&&Me.slice().map(function(Ae){Ae(ue,Ee)})}}}const W=I(),K=(0,y.defineComponent)({name:"Toast",props:{message:{type:String,required:!0},type:{type:String,default:"success"},position:{type:String,default:B.BOTTOM_RIGHT,validator(ae){return Object.values(B).includes(ae)}},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(),W.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 ae=document.body;ae.appendChild(this.parentTop),ae.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 ae=this.$refs.root;(0,y.render)(null,ae),S(ae)},150)},showNotice(){if(this.shouldQueue()){this.queueTimer=setTimeout(this.showNotice,250);return}const ae=this.$refs.root.parentElement;this.correctParent.insertAdjacentElement("afterbegin",this.$refs.root),S(ae),this.isActive=!0,this.duration&&(this.timer=new L(this.dismiss,this.duration))},whenClicked(){this.dismissible&&(this.onClick.apply(null,arguments),this.dismiss())},toggleTimer(ae){!this.pauseOnHover||!this.timer||(ae?this.timer.pause():this.timer.resume())}},computed:{correctParent(){switch(this.position){case B.TOP:case B.TOP_RIGHT:case B.TOP_LEFT:return this.parentTop;case B.BOTTOM:case B.BOTTOM_RIGHT:case B.BOTTOM_LEFT:return this.parentBottom}},transition(){switch(this.position){case B.TOP:case B.TOP_RIGHT:case B.TOP_LEFT:return{enter:"v-toast--fade-in-down",leave:"v-toast--fade-out"};case B.BOTTOM:case B.BOTTOM_RIGHT:case B.BOTTOM_LEFT:return{enter:"v-toast--fade-in-up",leave:"v-toast--fade-out"}}}},beforeUnmount(){W.off("toast-clear",this.dismiss)}});var oe=e(661);const j=(0,oe.default)(K,[["render",C]]),Z=function(){let ae=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return{open(ue){let Ee=null;typeof ue=="string"&&(Ee=ue);const Ae=Object.assign({},{message:Ee},ae,ue);return{dismiss:R(j,Ae,document.body).ctx.dismiss}},clear(){W.emit("toast-clear")},success(ue){let Ee=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.open(Object.assign({},{message:ue,type:"success"},Ee))},error(ue){let Ee=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.open(Object.assign({},{message:ue,type:"error"},Ee))},info(ue){let Ee=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.open(Object.assign({},{message:ue,type:"info"},Ee))},warning(ue){let Ee=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.open(Object.assign({},{message:ue,type:"warning"},Ee))},default(ue){let Ee=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.open(Object.assign({},{message:ue,type:"default"},Ee))}}},ie={install:function(ae){let ue=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Ee=Z(ue);ae.config.globalProperties.$toast=Ee,ae.provide("$toast",Ee)}},ne=ie})(),d})())})(iE);var t8=iE.exports;const r8=La(t8);const n8=({app:t})=>{t.use(r8,{position:"bottom-right"})},i8=Object.freeze(Object.defineProperty({__proto__:null,install:n8},Symbol.toStringTag,{value:"Module"}));/*!
26
+ */let eE;const Y2=t=>eE=t,tE=Symbol();function gy(t){return t&&typeof t=="object"&&Object.prototype.toString.call(t)==="[object Object]"&&typeof t.toJSON!="function"}var gp;(function(t){t.direct="direct",t.patchObject="patch object",t.patchFunction="patch function"})(gp||(gp={}));function jA(){const t=A2(!0),i=t.run(()=>nr({}));let s=[],a=[];const r=Yp({install(e){Y2(r),r._a=e,e.provide(tE,r),e.config.globalProperties.$pinia=r,a.forEach(d=>s.push(d)),a=[]},use(e){return!this._a&&!zA?a.push(e):s.push(e),this},_p:s,_a:null,_e:t,_s:new Map,state:i});return r}const rE=()=>{};function p3(t,i,s,a=rE){t.push(i);const r=()=>{const e=t.indexOf(i);e>-1&&(t.splice(e,1),a())};return!s&&S2()&&Gy(r),r}function fd(t,...i){t.slice().forEach(s=>{s(...i)})}const VA=t=>t();function my(t,i){t instanceof Map&&i instanceof Map&&i.forEach((s,a)=>t.set(a,s)),t instanceof Set&&i instanceof Set&&i.forEach(t.add,t);for(const s in i){if(!i.hasOwnProperty(s))continue;const a=i[s],r=t[s];gy(r)&&gy(a)&&t.hasOwnProperty(s)&&!Mn(a)&&!Hc(a)?t[s]=my(r,a):t[s]=a}return t}const GA=Symbol();function YA(t){return!gy(t)||!t.hasOwnProperty(GA)}const{assign:tf}=Object;function qA(t){return!!(Mn(t)&&t.effect)}function KA(t,i,s,a){const{state:r,actions:e,getters:d}=i,y=s.state.value[t];let w;function F(){y||(s.state.value[t]=r?r():{});const C=AD(s.state.value[t]);return tf(C,e,Object.keys(d||{}).reduce((S,R)=>(S[R]=Yp(gn(()=>{Y2(s);const L=s._s.get(t);return d[R].call(L,L)})),S),{}))}return w=nE(t,F,i,s,a,!0),w}function nE(t,i,s={},a,r,e){let d;const y=tf({actions:{}},s),w={deep:!0};let F,C,S=[],R=[],L;const B=a.state.value[t];!e&&!B&&(a.state.value[t]={}),nr({});let I;function z(ne){let ae;F=C=!1,typeof ne=="function"?(ne(a.state.value[t]),ae={type:gp.patchFunction,storeId:t,events:L}):(my(a.state.value[t],ne),ae={type:gp.patchObject,payload:ne,storeId:t,events:L});const ue=I=Symbol();Kl().then(()=>{I===ue&&(F=!0)}),C=!0,fd(S,ae,a.state.value[t])}const W=e?function(){const{state:ae}=s,ue=ae?ae():{};this.$patch(Ee=>{tf(Ee,ue)})}:rE;function K(){d.stop(),S=[],R=[],a._s.delete(t)}function oe(ne,ae){return function(){Y2(a);const ue=Array.from(arguments),Ee=[],Me=[];function Ae(Xe){Ee.push(Xe)}function Fe(Xe){Me.push(Xe)}fd(R,{args:ue,name:ne,store:j,after:Ae,onError:Fe});let je;try{je=ae.apply(this&&this.$id===t?this:j,ue)}catch(Xe){throw fd(Me,Xe),Xe}return je instanceof Promise?je.then(Xe=>(fd(Ee,Xe),Xe)).catch(Xe=>(fd(Me,Xe),Promise.reject(Xe))):(fd(Ee,je),je)}}const G={_p:a,$id:t,$onAction:p3.bind(null,R),$patch:z,$reset:W,$subscribe(ne,ae={}){const ue=p3(S,ne,ae.detached,()=>Ee()),Ee=d.run(()=>qn(()=>a.state.value[t],Me=>{(ae.flush==="sync"?C:F)&&ne({storeId:t,type:gp.direct,events:L},Me)},tf({},w,ae)));return ue},$dispose:K},j=bf(G);a._s.set(t,j);const Z=a._a&&a._a.runWithContext||VA,ie=a._e.run(()=>(d=A2(),Z(()=>d.run(i))));for(const ne in ie){const ae=ie[ne];if(Mn(ae)&&!qA(ae)||Hc(ae))e||(B&&YA(ae)&&(Mn(ae)?ae.value=B[ne]:my(ae,B[ne])),a.state.value[t][ne]=ae);else if(typeof ae=="function"){const ue=oe(ne,ae);ie[ne]=ue,y.actions[ne]=ae}}return tf(j,ie),tf(mn(j),ie),Object.defineProperty(j,"$state",{get:()=>a.state.value[t],set:ne=>{z(ae=>{tf(ae,ne)})}}),a._p.forEach(ne=>{tf(j,d.run(()=>ne({store:j,app:a._a,pinia:a,options:y})))}),B&&e&&s.hydrate&&s.hydrate(j.$state,B),F=!0,C=!0,j}function zI(t,i,s){let a,r;const e=typeof i=="function";typeof t=="string"?(a=t,r=e?s:i):(r=t,a=t.id);function d(y,w){const F=nF();return y=y||(F?ha(tE,null):null),y&&Y2(y),y=eE,y._s.has(a)||(e?nE(a,i,r,y):KA(a,r,y)),y._s.get(a)}return d.$id=a,d}const QA=({isClient:t,initialState:i,app:s})=>{const a=jA();s.use(a),t?a.state.value=i.pinia||{}:i.pinia=a.state.value},XA=Object.freeze(Object.defineProperty({__proto__:null,install:QA},Symbol.toStringTag,{value:"Module"})),JA=({isClient:t,router:i})=>{t&&i.isReady().then(async()=>{const{registerSW:s}=await Oa(()=>import("./virtual_pwa-register-824b96c6.js"),[],import.meta.url);s({immediate:!0})}).catch(()=>{})},ZA=Object.freeze(Object.defineProperty({__proto__:null,install:JA},Symbol.toStringTag,{value:"Module"}));var iE={exports:{}};const e8=JF(gA);(function(t,i){(function(a,r){t.exports=r(e8)})(_s,s=>(()=>{var a={661:(y,w)=>{Object.defineProperty(w,"__esModule",{value:!0}),w.default=(F,C)=>{const S=F.__vccOpts||F;for(const[R,L]of C)S[R]=L;return S}},976:y=>{y.exports=s}},r={};function e(y){var w=r[y];if(w!==void 0)return w.exports;var F=r[y]={exports:{}};return a[y](F,F.exports,e),F.exports}e.d=(y,w)=>{for(var F in w)e.o(w,F)&&!e.o(y,F)&&Object.defineProperty(y,F,{enumerable:!0,get:w[F]})},e.o=(y,w)=>Object.prototype.hasOwnProperty.call(y,w),e.r=y=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(y,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(y,"__esModule",{value:!0})};var d={};return(()=>{e.r(d),e.d(d,{ToastComponent:()=>j,ToastPlugin:()=>ie,ToastPositions:()=>B,default:()=>ne,useToast:()=>Z});var y=e(976);const w=(0,y.createElementVNode)("div",{class:"v-toast__icon"},null,-1),F=["innerHTML"];function C(ae,ue,Ee,Me,Ae,Fe){return(0,y.openBlock)(),(0,y.createBlock)(y.Transition,{"enter-active-class":ae.transition.enter,"leave-active-class":ae.transition.leave},{default:(0,y.withCtx)(()=>[(0,y.withDirectives)((0,y.createElementVNode)("div",{ref:"root",role:"alert",class:(0,y.normalizeClass)(["v-toast__item",[`v-toast__item--${ae.type}`,`v-toast__item--${ae.position}`]]),onMouseover:ue[0]||(ue[0]=je=>ae.toggleTimer(!0)),onMouseleave:ue[1]||(ue[1]=je=>ae.toggleTimer(!1)),onClick:ue[2]||(ue[2]=function(){return ae.whenClicked&&ae.whenClicked(...arguments)})},[w,(0,y.createElementVNode)("p",{class:"v-toast__text",innerHTML:ae.message},null,8,F)],34),[[y.vShow,ae.isActive]])]),_:1},8,["enter-active-class","leave-active-class"])}function S(ae){var ue;typeof ae.remove<"u"?ae.remove():(ue=ae.parentNode)==null||ue.removeChild(ae)}function R(ae,ue,Ee){let Me=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const Ae=(0,y.h)(ae,ue,Me),Fe=document.createElement("div");return Fe.classList.add("v-toast--pending"),Ee.appendChild(Fe),(0,y.render)(Ae,Fe),Ae.component}class L{constructor(ue,Ee){this.startedAt=Date.now(),this.callback=ue,this.delay=Ee,this.timer=setTimeout(ue,Ee)}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 B=Object.freeze({TOP_RIGHT:"top-right",TOP:"top",TOP_LEFT:"top-left",BOTTOM_RIGHT:"bottom-right",BOTTOM:"bottom",BOTTOM_LEFT:"bottom-left"});function I(ae){return{all:ae=ae||new Map,on:function(ue,Ee){var Me=ae.get(ue);Me?Me.push(Ee):ae.set(ue,[Ee])},off:function(ue,Ee){var Me=ae.get(ue);Me&&(Ee?Me.splice(Me.indexOf(Ee)>>>0,1):ae.set(ue,[]))},emit:function(ue,Ee){var Me=ae.get(ue);Me&&Me.slice().map(function(Ae){Ae(Ee)}),(Me=ae.get("*"))&&Me.slice().map(function(Ae){Ae(ue,Ee)})}}}const W=I(),K=(0,y.defineComponent)({name:"Toast",props:{message:{type:String,required:!0},type:{type:String,default:"success"},position:{type:String,default:B.BOTTOM_RIGHT,validator(ae){return Object.values(B).includes(ae)}},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(),W.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 ae=document.body;ae.appendChild(this.parentTop),ae.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 ae=this.$refs.root;(0,y.render)(null,ae),S(ae)},150)},showNotice(){if(this.shouldQueue()){this.queueTimer=setTimeout(this.showNotice,250);return}const ae=this.$refs.root.parentElement;this.correctParent.insertAdjacentElement("afterbegin",this.$refs.root),S(ae),this.isActive=!0,this.duration&&(this.timer=new L(this.dismiss,this.duration))},whenClicked(){this.dismissible&&(this.onClick.apply(null,arguments),this.dismiss())},toggleTimer(ae){!this.pauseOnHover||!this.timer||(ae?this.timer.pause():this.timer.resume())}},computed:{correctParent(){switch(this.position){case B.TOP:case B.TOP_RIGHT:case B.TOP_LEFT:return this.parentTop;case B.BOTTOM:case B.BOTTOM_RIGHT:case B.BOTTOM_LEFT:return this.parentBottom}},transition(){switch(this.position){case B.TOP:case B.TOP_RIGHT:case B.TOP_LEFT:return{enter:"v-toast--fade-in-down",leave:"v-toast--fade-out"};case B.BOTTOM:case B.BOTTOM_RIGHT:case B.BOTTOM_LEFT:return{enter:"v-toast--fade-in-up",leave:"v-toast--fade-out"}}}},beforeUnmount(){W.off("toast-clear",this.dismiss)}});var oe=e(661);const j=(0,oe.default)(K,[["render",C]]),Z=function(){let ae=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return{open(ue){let Ee=null;typeof ue=="string"&&(Ee=ue);const Ae=Object.assign({},{message:Ee},ae,ue);return{dismiss:R(j,Ae,document.body).ctx.dismiss}},clear(){W.emit("toast-clear")},success(ue){let Ee=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.open(Object.assign({},{message:ue,type:"success"},Ee))},error(ue){let Ee=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.open(Object.assign({},{message:ue,type:"error"},Ee))},info(ue){let Ee=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.open(Object.assign({},{message:ue,type:"info"},Ee))},warning(ue){let Ee=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.open(Object.assign({},{message:ue,type:"warning"},Ee))},default(ue){let Ee=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return this.open(Object.assign({},{message:ue,type:"default"},Ee))}}},ie={install:function(ae){let ue=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Ee=Z(ue);ae.config.globalProperties.$toast=Ee,ae.provide("$toast",Ee)}},ne=ie})(),d})())})(iE);var t8=iE.exports;const r8=La(t8);const n8=({app:t})=>{t.use(r8,{position:"bottom-right"})},i8=Object.freeze(Object.defineProperty({__proto__:null,install:n8},Symbol.toStringTag,{value:"Module"}));/*!
27
27
  * vue-router v4.2.4
28
28
  * (c) 2023 Eduardo San Martin Morote
29
29
  * @license MIT
30
- */const pd=typeof window<"u";function s8(t){return t.__esModule||t[Symbol.toStringTag]==="Module"}const jn=Object.assign;function Ab(t,i){const s={};for(const a in i){const r=i[a];s[a]=vl(r)?r.map(t):t(r)}return s}const mp=()=>{},vl=Array.isArray,a8=/\/$/,o8=t=>t.replace(a8,"");function Sb(t,i,s="/"){let a,r={},e="",d="";const y=i.indexOf("#");let w=i.indexOf("?");return y<w&&y>=0&&(w=-1),w>-1&&(a=i.slice(0,w),e=i.slice(w+1,y>-1?y:i.length),r=t(e)),y>-1&&(a=a||i.slice(0,y),d=i.slice(y,i.length)),a=f8(a??i,s),{fullPath:a+(e&&"?")+e+d,path:a,query:r,hash:d}}function l8(t,i){const s=i.query?t(i.query):"";return i.path+(s&&"?")+s+(i.hash||"")}function g3(t,i){return!i||!t.toLowerCase().startsWith(i.toLowerCase())?t:t.slice(i.length)||"/"}function c8(t,i,s){const a=i.matched.length-1,r=s.matched.length-1;return a>-1&&a===r&&Rd(i.matched[a],s.matched[r])&&sE(i.params,s.params)&&t(i.query)===t(s.query)&&i.hash===s.hash}function Rd(t,i){return(t.aliasOf||t)===(i.aliasOf||i)}function sE(t,i){if(Object.keys(t).length!==Object.keys(i).length)return!1;for(const s in t)if(!u8(t[s],i[s]))return!1;return!0}function u8(t,i){return vl(t)?m3(t,i):vl(i)?m3(i,t):t===i}function m3(t,i){return vl(i)?t.length===i.length&&t.every((s,a)=>s===i[a]):t.length===1&&t[0]===i}function f8(t,i){if(t.startsWith("/"))return t;if(!t)return i;const s=i.split("/"),a=t.split("/"),r=a[a.length-1];(r===".."||r===".")&&a.push("");let e=s.length-1,d,y;for(d=0;d<a.length;d++)if(y=a[d],y!==".")if(y==="..")e>1&&e--;else break;return s.slice(0,e).join("/")+"/"+a.slice(d-(d===a.length?1:0)).join("/")}var Pd;(function(t){t.pop="pop",t.push="push"})(Pd||(Pd={}));var Q0;(function(t){t.back="back",t.forward="forward",t.unknown=""})(Q0||(Q0={}));const kb="";function aE(t){if(!t)if(pd){const i=document.querySelector("base");t=i&&i.getAttribute("href")||"/",t=t.replace(/^\w+:\/\/[^\/]+/,"")}else t="/";return t[0]!=="/"&&t[0]!=="#"&&(t="/"+t),o8(t)}const h8=/^[^#]+#/;function oE(t,i){return t.replace(h8,"#")+i}function d8(t,i){const s=document.documentElement.getBoundingClientRect(),a=t.getBoundingClientRect();return{behavior:i.behavior,left:a.left-s.left-(i.left||0),top:a.top-s.top-(i.top||0)}}const q2=()=>({left:window.pageXOffset,top:window.pageYOffset});function p8(t){let i;if("el"in t){const s=t.el,a=typeof s=="string"&&s.startsWith("#"),r=typeof s=="string"?a?document.getElementById(s.slice(1)):document.querySelector(s):s;if(!r)return;i=d8(r,t)}else i=t;"scrollBehavior"in document.documentElement.style?window.scrollTo(i):window.scrollTo(i.left!=null?i.left:window.pageXOffset,i.top!=null?i.top:window.pageYOffset)}function v3(t,i){return(history.state?history.state.position-i:-1)+t}const v4=new Map;function g8(t,i){v4.set(t,i)}function m8(t){const i=v4.get(t);return v4.delete(t),i}let v8=()=>location.protocol+"//"+location.host;function lE(t,i){const{pathname:s,search:a,hash:r}=i,e=t.indexOf("#");if(e>-1){let y=r.includes(t.slice(e))?t.slice(e).length:1,w=r.slice(y);return w[0]!=="/"&&(w="/"+w),g3(w,"")}return g3(s,t)+a+r}function b8(t,i,s,a){let r=[],e=[],d=null;const y=({state:R})=>{const L=lE(t,location),B=s.value,I=i.value;let z=0;if(R){if(s.value=L,i.value=R,d&&d===B){d=null;return}z=I?R.position-I.position:0}else a(L);r.forEach(W=>{W(s.value,B,{delta:z,type:Pd.pop,direction:z?z>0?Q0.forward:Q0.back:Q0.unknown})})};function w(){d=s.value}function F(R){r.push(R);const L=()=>{const B=r.indexOf(R);B>-1&&r.splice(B,1)};return e.push(L),L}function C(){const{history:R}=window;R.state&&R.replaceState(jn({},R.state,{scroll:q2()}),"")}function S(){for(const R of e)R();e=[],window.removeEventListener("popstate",y),window.removeEventListener("beforeunload",C)}return window.addEventListener("popstate",y),window.addEventListener("beforeunload",C,{passive:!0}),{pauseListeners:w,listen:F,destroy:S}}function b3(t,i,s,a=!1,r=!1){return{back:t,current:i,forward:s,replaced:a,position:window.history.length,scroll:r?q2():null}}function y8(t){const{history:i,location:s}=window,a={value:lE(t,s)},r={value:i.state};r.value||e(a.value,{back:null,current:a.value,forward:null,position:i.length-1,replaced:!0,scroll:null},!0);function e(w,F,C){const S=t.indexOf("#"),R=S>-1?(s.host&&document.querySelector("base")?t:t.slice(S))+w:v8()+t+w;try{i[C?"replaceState":"pushState"](F,"",R),r.value=F}catch(L){console.error(L),s[C?"replace":"assign"](R)}}function d(w,F){const C=jn({},i.state,b3(r.value.back,w,r.value.forward,!0),F,{position:r.value.position});e(w,C,!0),a.value=w}function y(w,F){const C=jn({},r.value,i.state,{forward:w,scroll:q2()});e(C.current,C,!0);const S=jn({},b3(a.value,w,null),{position:C.position+1},F);e(w,S,!1),a.value=w}return{location:a,state:r,push:y,replace:d}}function _8(t){t=aE(t);const i=y8(t),s=b8(t,i.state,i.location,i.replace);function a(e,d=!0){d||s.pauseListeners(),history.go(e)}const r=jn({location:"",base:t,go:a,createHref:oE.bind(null,t)},i,s);return Object.defineProperty(r,"location",{enumerable:!0,get:()=>i.location.value}),Object.defineProperty(r,"state",{enumerable:!0,get:()=>i.state.value}),r}function w8(t=""){let i=[],s=[kb],a=0;t=aE(t);function r(y){a++,a===s.length||s.splice(a),s.push(y)}function e(y,w,{direction:F,delta:C}){const S={direction:F,delta:C,type:Pd.pop};for(const R of i)R(y,w,S)}const d={location:kb,state:{},base:t,createHref:oE.bind(null,t),replace(y){s.splice(a--,1),r(y)},push(y,w){r(y)},listen(y){return i.push(y),()=>{const w=i.indexOf(y);w>-1&&i.splice(w,1)}},destroy(){i=[],s=[kb],a=0},go(y,w=!0){const F=this.location,C=y<0?Q0.back:Q0.forward;a=Math.max(0,Math.min(a+y,s.length-1)),w&&e(this.location,F,{direction:C,delta:y})}};return Object.defineProperty(d,"location",{enumerable:!0,get:()=>s[a]}),d}function D8(t){return typeof t=="string"||t&&typeof t=="object"}function cE(t){return typeof t=="string"||typeof t=="symbol"}const Ju={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},uE=Symbol("");var y3;(function(t){t[t.aborted=4]="aborted",t[t.cancelled=8]="cancelled",t[t.duplicated=16]="duplicated"})(y3||(y3={}));function Id(t,i){return jn(new Error,{type:t,[uE]:!0},i)}function Nc(t,i){return t instanceof Error&&uE in t&&(i==null||!!(t.type&i))}const _3="[^/]+?",F8={sensitive:!1,strict:!1,start:!0,end:!0},E8=/[.+*?^${}()[\]/\\]/g;function x8(t,i){const s=jn({},F8,i),a=[];let r=s.start?"^":"";const e=[];for(const F of t){const C=F.length?[]:[90];s.strict&&!F.length&&(r+="/");for(let S=0;S<F.length;S++){const R=F[S];let L=40+(s.sensitive?.25:0);if(R.type===0)S||(r+="/"),r+=R.value.replace(E8,"\\$&"),L+=40;else if(R.type===1){const{value:B,repeatable:I,optional:z,regexp:W}=R;e.push({name:B,repeatable:I,optional:z});const K=W||_3;if(K!==_3){L+=10;try{new RegExp(`(${K})`)}catch(G){throw new Error(`Invalid custom RegExp for param "${B}" (${K}): `+G.message)}}let oe=I?`((?:${K})(?:/(?:${K}))*)`:`(${K})`;S||(oe=z&&F.length<2?`(?:/${oe})`:"/"+oe),z&&(oe+="?"),r+=oe,L+=20,z&&(L+=-8),I&&(L+=-20),K===".*"&&(L+=-50)}C.push(L)}a.push(C)}if(s.strict&&s.end){const F=a.length-1;a[F][a[F].length-1]+=.7000000000000001}s.strict||(r+="/?"),s.end?r+="$":s.strict&&(r+="(?:/|$)");const d=new RegExp(r,s.sensitive?"":"i");function y(F){const C=F.match(d),S={};if(!C)return null;for(let R=1;R<C.length;R++){const L=C[R]||"",B=e[R-1];S[B.name]=L&&B.repeatable?L.split("/"):L}return S}function w(F){let C="",S=!1;for(const R of t){(!S||!C.endsWith("/"))&&(C+="/"),S=!1;for(const L of R)if(L.type===0)C+=L.value;else if(L.type===1){const{value:B,repeatable:I,optional:z}=L,W=B in F?F[B]:"";if(vl(W)&&!I)throw new Error(`Provided param "${B}" is an array but it is not repeatable (* or + modifiers)`);const K=vl(W)?W.join("/"):W;if(!K)if(z)R.length<2&&(C.endsWith("/")?C=C.slice(0,-1):S=!0);else throw new Error(`Missing required param "${B}"`);C+=K}}return C||"/"}return{re:d,score:a,keys:e,parse:y,stringify:w}}function C8(t,i){let s=0;for(;s<t.length&&s<i.length;){const a=i[s]-t[s];if(a)return a;s++}return t.length<i.length?t.length===1&&t[0]===40+40?-1:1:t.length>i.length?i.length===1&&i[0]===40+40?1:-1:0}function T8(t,i){let s=0;const a=t.score,r=i.score;for(;s<a.length&&s<r.length;){const e=C8(a[s],r[s]);if(e)return e;s++}if(Math.abs(r.length-a.length)===1){if(w3(a))return 1;if(w3(r))return-1}return r.length-a.length}function w3(t){const i=t[t.length-1];return t.length>0&&i[i.length-1]<0}const A8={type:0,value:""},S8=/[a-zA-Z0-9_]/;function k8(t){if(!t)return[[]];if(t==="/")return[[A8]];if(!t.startsWith("/"))throw new Error(`Invalid path "${t}"`);function i(L){throw new Error(`ERR (${s})/"${F}": ${L}`)}let s=0,a=s;const r=[];let e;function d(){e&&r.push(e),e=[]}let y=0,w,F="",C="";function S(){F&&(s===0?e.push({type:0,value:F}):s===1||s===2||s===3?(e.length>1&&(w==="*"||w==="+")&&i(`A repeatable param (${F}) must be alone in its segment. eg: '/:ids+.`),e.push({type:1,value:F,regexp:C,repeatable:w==="*"||w==="+",optional:w==="*"||w==="?"})):i("Invalid state to consume buffer"),F="")}function R(){F+=w}for(;y<t.length;){if(w=t[y++],w==="\\"&&s!==2){a=s,s=4;continue}switch(s){case 0:w==="/"?(F&&S(),d()):w===":"?(S(),s=1):R();break;case 4:R(),s=a;break;case 1:w==="("?s=2:S8.test(w)?R():(S(),s=0,w!=="*"&&w!=="?"&&w!=="+"&&y--);break;case 2:w===")"?C[C.length-1]=="\\"?C=C.slice(0,-1)+w:s=3:C+=w;break;case 3:S(),s=0,w!=="*"&&w!=="?"&&w!=="+"&&y--,C="";break;default:i("Unknown state");break}}return s===2&&i(`Unfinished custom RegExp for param "${F}"`),S(),d(),r}function O8(t,i,s){const a=x8(k8(t.path),s),r=jn(a,{record:t,parent:i,children:[],alias:[]});return i&&!r.record.aliasOf==!i.record.aliasOf&&i.children.push(r),r}function R8(t,i){const s=[],a=new Map;i=E3({strict:!1,end:!0,sensitive:!1},i);function r(C){return a.get(C)}function e(C,S,R){const L=!R,B=P8(C);B.aliasOf=R&&R.record;const I=E3(i,C),z=[B];if("alias"in C){const oe=typeof C.alias=="string"?[C.alias]:C.alias;for(const G of oe)z.push(jn({},B,{components:R?R.record.components:B.components,path:G,aliasOf:R?R.record:B}))}let W,K;for(const oe of z){const{path:G}=oe;if(S&&G[0]!=="/"){const j=S.record.path,Z=j[j.length-1]==="/"?"":"/";oe.path=S.record.path+(G&&Z+G)}if(W=O8(oe,S,I),R?R.alias.push(W):(K=K||W,K!==W&&K.alias.push(W),L&&C.name&&!F3(W)&&d(C.name)),B.children){const j=B.children;for(let Z=0;Z<j.length;Z++)e(j[Z],W,R&&R.children[Z])}R=R||W,(W.record.components&&Object.keys(W.record.components).length||W.record.name||W.record.redirect)&&w(W)}return K?()=>{d(K)}:mp}function d(C){if(cE(C)){const S=a.get(C);S&&(a.delete(C),s.splice(s.indexOf(S),1),S.children.forEach(d),S.alias.forEach(d))}else{const S=s.indexOf(C);S>-1&&(s.splice(S,1),C.record.name&&a.delete(C.record.name),C.children.forEach(d),C.alias.forEach(d))}}function y(){return s}function w(C){let S=0;for(;S<s.length&&T8(C,s[S])>=0&&(C.record.path!==s[S].record.path||!fE(C,s[S]));)S++;s.splice(S,0,C),C.record.name&&!F3(C)&&a.set(C.record.name,C)}function F(C,S){let R,L={},B,I;if("name"in C&&C.name){if(R=a.get(C.name),!R)throw Id(1,{location:C});I=R.record.name,L=jn(D3(S.params,R.keys.filter(K=>!K.optional).map(K=>K.name)),C.params&&D3(C.params,R.keys.map(K=>K.name))),B=R.stringify(L)}else if("path"in C)B=C.path,R=s.find(K=>K.re.test(B)),R&&(L=R.parse(B),I=R.record.name);else{if(R=S.name?a.get(S.name):s.find(K=>K.re.test(S.path)),!R)throw Id(1,{location:C,currentLocation:S});I=R.record.name,L=jn({},S.params,C.params),B=R.stringify(L)}const z=[];let W=R;for(;W;)z.unshift(W.record),W=W.parent;return{name:I,path:B,params:L,matched:z,meta:N8(z)}}return t.forEach(C=>e(C)),{addRoute:e,resolve:F,removeRoute:d,getRoutes:y,getRecordMatcher:r}}function D3(t,i){const s={};for(const a of i)a in t&&(s[a]=t[a]);return s}function P8(t){return{path:t.path,redirect:t.redirect,name:t.name,meta:t.meta||{},aliasOf:void 0,beforeEnter:t.beforeEnter,props:I8(t),children:t.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in t?t.components||null:t.component&&{default:t.component}}}function I8(t){const i={},s=t.props||!1;if("component"in t)i.default=s;else for(const a in t.components)i[a]=typeof s=="object"?s[a]:s;return i}function F3(t){for(;t;){if(t.record.aliasOf)return!0;t=t.parent}return!1}function N8(t){return t.reduce((i,s)=>jn(i,s.meta),{})}function E3(t,i){const s={};for(const a in t)s[a]=a in i?i[a]:t[a];return s}function fE(t,i){return i.children.some(s=>s===t||fE(t,s))}const hE=/#/g,M8=/&/g,L8=/\//g,B8=/=/g,U8=/\?/g,dE=/\+/g,$8=/%5B/g,H8=/%5D/g,pE=/%5E/g,W8=/%60/g,gE=/%7B/g,z8=/%7C/g,mE=/%7D/g,j8=/%20/g;function xy(t){return encodeURI(""+t).replace(z8,"|").replace($8,"[").replace(H8,"]")}function V8(t){return xy(t).replace(gE,"{").replace(mE,"}").replace(pE,"^")}function b4(t){return xy(t).replace(dE,"%2B").replace(j8,"+").replace(hE,"%23").replace(M8,"%26").replace(W8,"`").replace(gE,"{").replace(mE,"}").replace(pE,"^")}function G8(t){return b4(t).replace(B8,"%3D")}function Y8(t){return xy(t).replace(hE,"%23").replace(U8,"%3F")}function q8(t){return t==null?"":Y8(t).replace(L8,"%2F")}function r2(t){try{return decodeURIComponent(""+t)}catch{}return""+t}function K8(t){const i={};if(t===""||t==="?")return i;const a=(t[0]==="?"?t.slice(1):t).split("&");for(let r=0;r<a.length;++r){const e=a[r].replace(dE," "),d=e.indexOf("="),y=r2(d<0?e:e.slice(0,d)),w=d<0?null:r2(e.slice(d+1));if(y in i){let F=i[y];vl(F)||(F=i[y]=[F]),F.push(w)}else i[y]=w}return i}function x3(t){let i="";for(let s in t){const a=t[s];if(s=G8(s),a==null){a!==void 0&&(i+=(i.length?"&":"")+s);continue}(vl(a)?a.map(e=>e&&b4(e)):[a&&b4(a)]).forEach(e=>{e!==void 0&&(i+=(i.length?"&":"")+s,e!=null&&(i+="="+e))})}return i}function Q8(t){const i={};for(const s in t){const a=t[s];a!==void 0&&(i[s]=vl(a)?a.map(r=>r==null?null:""+r):a==null?a:""+a)}return i}const X8=Symbol(""),C3=Symbol(""),K2=Symbol(""),Cy=Symbol(""),y4=Symbol("");function tp(){let t=[];function i(a){return t.push(a),()=>{const r=t.indexOf(a);r>-1&&t.splice(r,1)}}function s(){t=[]}return{add:i,list:()=>t.slice(),reset:s}}function af(t,i,s,a,r){const e=a&&(a.enterCallbacks[r]=a.enterCallbacks[r]||[]);return()=>new Promise((d,y)=>{const w=S=>{S===!1?y(Id(4,{from:s,to:i})):S instanceof Error?y(S):D8(S)?y(Id(2,{from:i,to:S})):(e&&a.enterCallbacks[r]===e&&typeof S=="function"&&e.push(S),d())},F=t.call(a&&a.instances[r],i,s,w);let C=Promise.resolve(F);t.length<3&&(C=C.then(w)),C.catch(S=>y(S))})}function Ob(t,i,s,a){const r=[];for(const e of t)for(const d in e.components){let y=e.components[d];if(!(i!=="beforeRouteEnter"&&!e.instances[d]))if(J8(y)){const F=(y.__vccOpts||y)[i];F&&r.push(af(F,s,a,e,d))}else{let w=y();r.push(()=>w.then(F=>{if(!F)return Promise.reject(new Error(`Couldn't resolve component "${d}" at "${e.path}"`));const C=s8(F)?F.default:F;e.components[d]=C;const R=(C.__vccOpts||C)[i];return R&&af(R,s,a,e,d)()}))}}return r}function J8(t){return typeof t=="object"||"displayName"in t||"props"in t||"__vccOpts"in t}function T3(t){const i=ha(K2),s=ha(Cy),a=gn(()=>i.resolve(gr(t.to))),r=gn(()=>{const{matched:w}=a.value,{length:F}=w,C=w[F-1],S=s.matched;if(!C||!S.length)return-1;const R=S.findIndex(Rd.bind(null,C));if(R>-1)return R;const L=A3(w[F-2]);return F>1&&A3(C)===L&&S[S.length-1].path!==L?S.findIndex(Rd.bind(null,w[F-2])):R}),e=gn(()=>r.value>-1&&rS(s.params,a.value.params)),d=gn(()=>r.value>-1&&r.value===s.matched.length-1&&sE(s.params,a.value.params));function y(w={}){return tS(w)?i[gr(t.replace)?"replace":"push"](gr(t.to)).catch(mp):Promise.resolve()}return{route:a,href:gn(()=>a.value.href),isActive:e,isExactActive:d,navigate:y}}const Z8=ls({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:T3,setup(t,{slots:i}){const s=bf(T3(t)),{options:a}=ha(K2),r=gn(()=>({[S3(t.activeClass,a.linkActiveClass,"router-link-active")]:s.isActive,[S3(t.exactActiveClass,a.linkExactActiveClass,"router-link-exact-active")]:s.isExactActive}));return()=>{const e=i.default&&i.default(s);return t.custom?e:lh("a",{"aria-current":s.isExactActive?t.ariaCurrentValue:null,href:s.href,onClick:s.navigate,class:r.value},e)}}}),eS=Z8;function tS(t){if(!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey)&&!t.defaultPrevented&&!(t.button!==void 0&&t.button!==0)){if(t.currentTarget&&t.currentTarget.getAttribute){const i=t.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(i))return}return t.preventDefault&&t.preventDefault(),!0}}function rS(t,i){for(const s in i){const a=i[s],r=t[s];if(typeof a=="string"){if(a!==r)return!1}else if(!vl(r)||r.length!==a.length||a.some((e,d)=>e!==r[d]))return!1}return!0}function A3(t){return t?t.aliasOf?t.aliasOf.path:t.path:""}const S3=(t,i,s)=>t??i??s,nS=ls({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(t,{attrs:i,slots:s}){const a=ha(y4),r=gn(()=>t.route||a.value),e=ha(C3,0),d=gn(()=>{let F=gr(e);const{matched:C}=r.value;let S;for(;(S=C[F])&&!S.components;)F++;return F}),y=gn(()=>r.value.matched[d.value]);up(C3,gn(()=>d.value+1)),up(X8,y),up(y4,r);const w=nr();return qn(()=>[w.value,y.value,t.name],([F,C,S],[R,L,B])=>{C&&(C.instances[S]=F,L&&L!==C&&F&&F===R&&(C.leaveGuards.size||(C.leaveGuards=L.leaveGuards),C.updateGuards.size||(C.updateGuards=L.updateGuards))),F&&C&&(!L||!Rd(C,L)||!R)&&(C.enterCallbacks[S]||[]).forEach(I=>I(F))},{flush:"post"}),()=>{const F=r.value,C=t.name,S=y.value,R=S&&S.components[C];if(!R)return k3(s.default,{Component:R,route:F});const L=S.props[C],B=L?L===!0?F.params:typeof L=="function"?L(F):L:null,z=lh(R,jn({},B,i,{onVnodeUnmounted:W=>{W.component.isUnmounted&&(S.instances[C]=null)},ref:w}));return k3(s.default,{Component:z,route:F})||z}}});function k3(t,i){if(!t)return null;const s=t(i);return s.length===1?s[0]:s}const iS=nS;function sS(t){const i=R8(t.routes,t),s=t.parseQuery||K8,a=t.stringifyQuery||x3,r=t.history,e=tp(),d=tp(),y=tp(),w=Dd(Ju);let F=Ju;pd&&t.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const C=Ab.bind(null,se=>""+se),S=Ab.bind(null,q8),R=Ab.bind(null,r2);function L(se,Ge){let Ce,pt;return cE(se)?(Ce=i.getRecordMatcher(se),pt=Ge):pt=se,i.addRoute(pt,Ce)}function B(se){const Ge=i.getRecordMatcher(se);Ge&&i.removeRoute(Ge)}function I(){return i.getRoutes().map(se=>se.record)}function z(se){return!!i.getRecordMatcher(se)}function W(se,Ge){if(Ge=jn({},Ge||w.value),typeof se=="string"){const he=Sb(s,se,Ge.path),Ye=i.resolve({path:he.path},Ge),Qe=r.createHref(he.fullPath);return jn(he,Ye,{params:R(Ye.params),hash:r2(he.hash),redirectedFrom:void 0,href:Qe})}let Ce;if("path"in se)Ce=jn({},se,{path:Sb(s,se.path,Ge.path).path});else{const he=jn({},se.params);for(const Ye in he)he[Ye]==null&&delete he[Ye];Ce=jn({},se,{params:S(he)}),Ge.params=S(Ge.params)}const pt=i.resolve(Ce,Ge),Zt=se.hash||"";pt.params=C(R(pt.params));const re=l8(a,jn({},se,{hash:V8(Zt),path:pt.path})),ce=r.createHref(re);return jn({fullPath:re,hash:Zt,query:a===x3?Q8(se.query):se.query||{}},pt,{redirectedFrom:void 0,href:ce})}function K(se){return typeof se=="string"?Sb(s,se,w.value.path):jn({},se)}function oe(se,Ge){if(F!==se)return Id(8,{from:Ge,to:se})}function G(se){return ie(se)}function j(se){return G(jn(K(se),{replace:!0}))}function Z(se){const Ge=se.matched[se.matched.length-1];if(Ge&&Ge.redirect){const{redirect:Ce}=Ge;let pt=typeof Ce=="function"?Ce(se):Ce;return typeof pt=="string"&&(pt=pt.includes("?")||pt.includes("#")?pt=K(pt):{path:pt},pt.params={}),jn({query:se.query,hash:se.hash,params:"path"in pt?{}:se.params},pt)}}function ie(se,Ge){const Ce=F=W(se),pt=w.value,Zt=se.state,re=se.force,ce=se.replace===!0,he=Z(Ce);if(he)return ie(jn(K(he),{state:typeof he=="object"?jn({},Zt,he.state):Zt,force:re,replace:ce}),Ge||Ce);const Ye=Ce;Ye.redirectedFrom=Ge;let Qe;return!re&&c8(a,pt,Ce)&&(Qe=Id(16,{to:Ye,from:pt}),me(pt,pt,!0,!1)),(Qe?Promise.resolve(Qe):ue(Ye,pt)).catch(tt=>Nc(tt)?Nc(tt,2)?tt:Je(tt):mt(tt,Ye,pt)).then(tt=>{if(tt){if(Nc(tt,2))return ie(jn({replace:ce},K(tt.to),{state:typeof tt.to=="object"?jn({},Zt,tt.to.state):Zt,force:re}),Ge||Ye)}else tt=Me(Ye,pt,!0,ce,Zt);return Ee(Ye,pt,tt),tt})}function ne(se,Ge){const Ce=oe(se,Ge);return Ce?Promise.reject(Ce):Promise.resolve()}function ae(se){const Ge=Ve.values().next().value;return Ge&&typeof Ge.runWithContext=="function"?Ge.runWithContext(se):se()}function ue(se,Ge){let Ce;const[pt,Zt,re]=aS(se,Ge);Ce=Ob(pt.reverse(),"beforeRouteLeave",se,Ge);for(const he of pt)he.leaveGuards.forEach(Ye=>{Ce.push(af(Ye,se,Ge))});const ce=ne.bind(null,se,Ge);return Ce.push(ce),We(Ce).then(()=>{Ce=[];for(const he of e.list())Ce.push(af(he,se,Ge));return Ce.push(ce),We(Ce)}).then(()=>{Ce=Ob(Zt,"beforeRouteUpdate",se,Ge);for(const he of Zt)he.updateGuards.forEach(Ye=>{Ce.push(af(Ye,se,Ge))});return Ce.push(ce),We(Ce)}).then(()=>{Ce=[];for(const he of re)if(he.beforeEnter)if(vl(he.beforeEnter))for(const Ye of he.beforeEnter)Ce.push(af(Ye,se,Ge));else Ce.push(af(he.beforeEnter,se,Ge));return Ce.push(ce),We(Ce)}).then(()=>(se.matched.forEach(he=>he.enterCallbacks={}),Ce=Ob(re,"beforeRouteEnter",se,Ge),Ce.push(ce),We(Ce))).then(()=>{Ce=[];for(const he of d.list())Ce.push(af(he,se,Ge));return Ce.push(ce),We(Ce)}).catch(he=>Nc(he,8)?he:Promise.reject(he))}function Ee(se,Ge,Ce){y.list().forEach(pt=>ae(()=>pt(se,Ge,Ce)))}function Me(se,Ge,Ce,pt,Zt){const re=oe(se,Ge);if(re)return re;const ce=Ge===Ju,he=pd?history.state:{};Ce&&(pt||ce?r.replace(se.fullPath,jn({scroll:ce&&he&&he.scroll},Zt)):r.push(se.fullPath,Zt)),w.value=se,me(se,Ge,Ce,ce),Je()}let Ae;function Fe(){Ae||(Ae=r.listen((se,Ge,Ce)=>{if(!xe.listening)return;const pt=W(se),Zt=Z(pt);if(Zt){ie(jn(Zt,{replace:!0}),pt).catch(mp);return}F=pt;const re=w.value;pd&&g8(v3(re.fullPath,Ce.delta),q2()),ue(pt,re).catch(ce=>Nc(ce,12)?ce:Nc(ce,2)?(ie(ce.to,pt).then(he=>{Nc(he,20)&&!Ce.delta&&Ce.type===Pd.pop&&r.go(-1,!1)}).catch(mp),Promise.reject()):(Ce.delta&&r.go(-Ce.delta,!1),mt(ce,pt,re))).then(ce=>{ce=ce||Me(pt,re,!1),ce&&(Ce.delta&&!Nc(ce,8)?r.go(-Ce.delta,!1):Ce.type===Pd.pop&&Nc(ce,20)&&r.go(-1,!1)),Ee(pt,re,ce)}).catch(mp)}))}let je=tp(),Xe=tp(),Le;function mt(se,Ge,Ce){Je(se);const pt=Xe.list();return pt.length?pt.forEach(Zt=>Zt(se,Ge,Ce)):console.error(se),Promise.reject(se)}function vt(){return Le&&w.value!==Ju?Promise.resolve():new Promise((se,Ge)=>{je.add([se,Ge])})}function Je(se){return Le||(Le=!se,Fe(),je.list().forEach(([Ge,Ce])=>se?Ce(se):Ge()),je.reset()),se}function me(se,Ge,Ce,pt){const{scrollBehavior:Zt}=t;if(!pd||!Zt)return Promise.resolve();const re=!Ce&&m8(v3(se.fullPath,0))||(pt||!Ce)&&history.state&&history.state.scroll||null;return Kl().then(()=>Zt(se,Ge,re)).then(ce=>ce&&p8(ce)).catch(ce=>mt(ce,se,Ge))}const Ke=se=>r.go(se);let lt;const Ve=new Set,xe={currentRoute:w,listening:!0,addRoute:L,removeRoute:B,hasRoute:z,getRoutes:I,resolve:W,options:t,push:G,replace:j,go:Ke,back:()=>Ke(-1),forward:()=>Ke(1),beforeEach:e.add,beforeResolve:d.add,afterEach:y.add,onError:Xe.add,isReady:vt,install(se){const Ge=this;se.component("RouterLink",eS),se.component("RouterView",iS),se.config.globalProperties.$router=Ge,Object.defineProperty(se.config.globalProperties,"$route",{enumerable:!0,get:()=>gr(w)}),pd&&!lt&&w.value===Ju&&(lt=!0,G(r.location).catch(Zt=>{}));const Ce={};for(const Zt in Ju)Object.defineProperty(Ce,Zt,{get:()=>w.value[Zt],enumerable:!0});se.provide(K2,Ge),se.provide(Cy,K4(Ce)),se.provide(y4,w);const pt=se.unmount;Ve.add(se),se.unmount=function(){Ve.delete(se),Ve.size<1&&(F=Ju,Ae&&Ae(),Ae=null,w.value=Ju,lt=!1,Le=!1),pt()}}};function We(se){return se.reduce((Ge,Ce)=>Ge.then(()=>ae(Ce)),Promise.resolve())}return xe}function aS(t,i){const s=[],a=[],r=[],e=Math.max(i.matched.length,t.matched.length);for(let d=0;d<e;d++){const y=i.matched[d];y&&(t.matched.find(F=>Rd(F,y))?a.push(y):s.push(y));const w=t.matched[d];w&&(i.matched.find(F=>Rd(F,w))||r.push(w))}return[s,a,r]}function oS(){return ha(K2)}function lS(){return ha(Cy)}function _4(t,i={},s){for(const a in t){const r=t[a],e=s?`${s}:${a}`:a;typeof r=="object"&&r!==null?_4(r,i,e):typeof r=="function"&&(i[e]=r)}return i}const cS={run:t=>t()},uS=()=>cS,vE=typeof console.createTask<"u"?console.createTask:uS;function fS(t,i){const s=i.shift(),a=vE(s);return t.reduce((r,e)=>r.then(()=>a.run(()=>e(...i))),Promise.resolve())}function hS(t,i){const s=i.shift(),a=vE(s);return Promise.all(t.map(r=>a.run(()=>r(...i))))}function Rb(t,i){for(const s of[...t])s(i)}class dS{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(i,s,a={}){if(!i||typeof s!="function")return()=>{};const r=i;let e;for(;this._deprecatedHooks[i];)e=this._deprecatedHooks[i],i=e.to;if(e&&!a.allowDeprecated){let d=e.message;d||(d=`${r} hook has been deprecated`+(e.to?`, please use ${e.to}`:"")),this._deprecatedMessages||(this._deprecatedMessages=new Set),this._deprecatedMessages.has(d)||(console.warn(d),this._deprecatedMessages.add(d))}if(!s.name)try{Object.defineProperty(s,"name",{get:()=>"_"+i.replace(/\W+/g,"_")+"_hook_cb",configurable:!0})}catch{}return this._hooks[i]=this._hooks[i]||[],this._hooks[i].push(s),()=>{s&&(this.removeHook(i,s),s=void 0)}}hookOnce(i,s){let a,r=(...e)=>(typeof a=="function"&&a(),a=void 0,r=void 0,s(...e));return a=this.hook(i,r),a}removeHook(i,s){if(this._hooks[i]){const a=this._hooks[i].indexOf(s);a!==-1&&this._hooks[i].splice(a,1),this._hooks[i].length===0&&delete this._hooks[i]}}deprecateHook(i,s){this._deprecatedHooks[i]=typeof s=="string"?{to:s}:s;const a=this._hooks[i]||[];delete this._hooks[i];for(const r of a)this.hook(i,r)}deprecateHooks(i){Object.assign(this._deprecatedHooks,i);for(const s in i)this.deprecateHook(s,i[s])}addHooks(i){const s=_4(i),a=Object.keys(s).map(r=>this.hook(r,s[r]));return()=>{for(const r of a.splice(0,a.length))r()}}removeHooks(i){const s=_4(i);for(const a in s)this.removeHook(a,s[a])}removeAllHooks(){for(const i in this._hooks)delete this._hooks[i]}callHook(i,...s){return s.unshift(i),this.callHookWith(fS,i,...s)}callHookParallel(i,...s){return s.unshift(i),this.callHookWith(hS,i,...s)}callHookWith(i,s,...a){const r=this._before||this._after?{name:s,args:a,context:{}}:void 0;this._before&&Rb(this._before,r);const e=i(s in this._hooks?[...this._hooks[s]]:[],a);return e instanceof Promise?e.finally(()=>{this._after&&r&&Rb(this._after,r)}):(this._after&&r&&Rb(this._after,r),e)}beforeEach(i){return this._before=this._before||[],this._before.push(i),()=>{if(this._before!==void 0){const s=this._before.indexOf(i);s!==-1&&this._before.splice(s,1)}}}afterEach(i){return this._after=this._after||[],this._after.push(i),()=>{if(this._after!==void 0){const s=this._after.indexOf(i);s!==-1&&this._after.splice(s,1)}}}}function pS(){return new dS}function gS(t){return Array.isArray(t)?t:[t]}const mS=["title","titleTemplate","script","style","noscript"],$m=["base","meta","link","style","script","noscript"],vS=["title","titleTemplate","templateParams","base","htmlAttrs","bodyAttrs","meta","link","style","script","noscript"],bS=["base","title","titleTemplate","bodyAttrs","htmlAttrs","templateParams"],bE=["tagPosition","tagPriority","tagDuplicateStrategy","innerHTML","textContent","processTemplateParams"],yS=typeof window<"u";function yE(t){let i=9;for(let s=0;s<t.length;)i=Math.imul(i^t.charCodeAt(s++),9**9);return((i^i>>>9)+65536).toString(16).substring(1,8).toLowerCase()}function O3(t){return t._h||yE(t._d?t._d:`${t.tag}:${t.textContent||t.innerHTML||""}:${Object.entries(t.props).map(([i,s])=>`${i}:${String(s)}`).join(",")}`)}function _E(t,i){const{props:s,tag:a}=t;if(bS.includes(a))return a;if(a==="link"&&s.rel==="canonical")return"canonical";if(s.charset)return"charset";const r=["id"];a==="meta"&&r.push("name","property","http-equiv");for(const e of r)if(typeof s[e]<"u"){const d=String(s[e]);return i&&!i(d)?!1:`${a}:${e}:${d}`}return!1}function R3(t,i){return t==null?i||null:typeof t=="function"?t(i):t}async function _S(t,i,s){const a={tag:t,props:await wE(typeof i=="object"&&typeof i!="function"&&!(i instanceof Promise)?{...i}:{[["script","noscript","style"].includes(t)?"innerHTML":"textContent"]:i},["templateParams","titleTemplate"].includes(t))};return bE.forEach(r=>{const e=typeof a.props[r]<"u"?a.props[r]:s[r];typeof e<"u"&&((!["innerHTML","textContent"].includes(r)||mS.includes(a.tag))&&(a[r]=e),delete a.props[r])}),a.props.body&&(a.tagPosition="bodyClose",delete a.props.body),a.props.children&&(a.innerHTML=a.props.children,delete a.props.children),a.tag==="script"&&(typeof a.innerHTML=="object"&&(a.innerHTML=JSON.stringify(a.innerHTML),a.props.type=a.props.type||"application/json"),a.innerHTML&&["application/ld+json","application/json"].includes(a.props.type)&&(a.innerHTML=a.innerHTML.replace(/</g,"\\u003C"))),Array.isArray(a.props.content)?a.props.content.map(r=>({...a,props:{...a.props,content:r}})):a}function wS(t){return typeof t=="object"&&!Array.isArray(t)&&(t=Object.keys(t).filter(i=>t[i])),(Array.isArray(t)?t.join(" "):t).split(" ").filter(i=>i.trim()).filter(Boolean).join(" ")}async function wE(t,i){for(const s of Object.keys(t)){if(s==="class"){t[s]=wS(t[s]);continue}if(t[s]instanceof Promise&&(t[s]=await t[s]),!i&&!bE.includes(s)){const a=String(t[s]),r=s.startsWith("data-");a==="true"||a===""?t[s]=r?"true":!0:t[s]||(r&&a==="false"?t[s]="false":delete t[s])}}return t}const DS=10;async function FS(t){const i=[];return Object.entries(t.resolvedInput).filter(([s,a])=>typeof a<"u"&&vS.includes(s)).forEach(([s,a])=>{const r=gS(a);i.push(...r.map(e=>_S(s,e,t)).flat())}),(await Promise.all(i)).flat().filter(Boolean).map((s,a)=>(s._e=t._i,t.mode&&(s._m=t.mode),s._p=(t._i<<DS)+a,s))}const P3={base:-10,title:10},I3={critical:-80,high:-10,low:20};function n2(t){let i=100;const s=t.tagPriority;return typeof s=="number"?s:(t.tag==="meta"?(t.props["http-equiv"]==="content-security-policy"&&(i=-30),t.props.charset&&(i=-20),t.props.name==="viewport"&&(i=-15)):t.tag==="link"&&t.props.rel==="preconnect"?i=20:t.tag in P3&&(i=P3[t.tag]),typeof s=="string"&&s in I3?i+I3[s]:i)}const ES=[{prefix:"before:",offset:-1},{prefix:"after:",offset:1}],Zu="%separator";function U0(t,i,s){if(typeof t!="string"||!t.includes("%"))return t;function a(d){let y;return["s","pageTitle"].includes(d)?y=i.pageTitle:d.includes(".")?y=d.split(".").reduce((w,F)=>w&&w[F]||void 0,i):y=i[d],typeof y<"u"?(y||"").replace(/"/g,'\\"'):!1}let r=t;try{r=decodeURI(t)}catch{}return(r.match(/%(\w+\.+\w+)|%(\w+)/g)||[]).sort().reverse().forEach(d=>{const y=a(d.slice(1));typeof y=="string"&&(t=t.replace(new RegExp(`\\${d}(\\W|$)`,"g"),(w,F)=>`${y}${F}`).trim())}),t.includes(Zu)&&(t.endsWith(Zu)&&(t=t.slice(0,-Zu.length).trim()),t.startsWith(Zu)&&(t=t.slice(Zu.length).trim()),t=t.replace(new RegExp(`\\${Zu}\\s*\\${Zu}`,"g"),Zu),t=U0(t,{separator:s},s)),t}async function xS(t){const i={tag:t.tagName.toLowerCase(),props:await wE(t.getAttributeNames().reduce((s,a)=>({...s,[a]:t.getAttribute(a)}),{})),innerHTML:t.innerHTML};return i._d=_E(i),i}async function CS(t,i={}){var C;const s=i.document||t.resolvedOptions.document;if(!s)return;const a={shouldRender:t.dirty,tags:[]};if(await t.hooks.callHook("dom:beforeRender",a),!a.shouldRender)return;const r=(await t.resolveTags()).map(S=>({tag:S,id:$m.includes(S.tag)?O3(S):S.tag,shouldRender:!0}));let e=t._dom;if(!e){e={elMap:{htmlAttrs:s.documentElement,bodyAttrs:s.body}};for(const S of["body","head"]){const R=(C=s==null?void 0:s[S])==null?void 0:C.children;for(const L of[...R].filter(B=>$m.includes(B.tagName.toLowerCase())))e.elMap[L.getAttribute("data-hid")||O3(await xS(L))]=L}}e.pendingSideEffects={...e.sideEffects||{}},e.sideEffects={};function d(S,R,L){const B=`${S}:${R}`;e.sideEffects[B]=L,delete e.pendingSideEffects[B]}function y({id:S,$el:R,tag:L}){const B=L.tag.endsWith("Attrs");e.elMap[S]=R,B||(["textContent","innerHTML"].forEach(I=>{L[I]&&L[I]!==R[I]&&(R[I]=L[I])}),d(S,"el",()=>{e.elMap[S].remove(),delete e.elMap[S]})),Object.entries(L.props).forEach(([I,z])=>{const W=`attr:${I}`;if(I==="class")for(const K of(z||"").split(" ").filter(Boolean))B&&d(S,`${W}:${K}`,()=>R.classList.remove(K)),!R.classList.contains(K)&&R.classList.add(K);else R.getAttribute(I)!==z&&R.setAttribute(I,z===!0?"":String(z)),B&&d(S,W,()=>R.removeAttribute(I))})}const w=[],F={bodyClose:void 0,bodyOpen:void 0,head:void 0};for(const S of r){const{tag:R,shouldRender:L,id:B}=S;if(L){if(R.tag==="title"){s.title=R.textContent;continue}S.$el=S.$el||e.elMap[B],S.$el?y(S):$m.includes(R.tag)&&w.push(S)}}for(const S of w){const R=S.tag.tagPosition||"head";S.$el=s.createElement(S.tag.tag),y(S),F[R]=F[R]||s.createDocumentFragment(),F[R].appendChild(S.$el)}for(const S of r)await t.hooks.callHook("dom:renderTag",S,s,d);F.head&&s.head.appendChild(F.head),F.bodyOpen&&s.body.insertBefore(F.bodyOpen,s.body.firstChild),F.bodyClose&&s.body.appendChild(F.bodyClose),Object.values(e.pendingSideEffects).forEach(S=>S()),t._dom=e,t.dirty=!1,await t.hooks.callHook("dom:rendered",{renders:r})}async function TS(t,i={}){const s=i.delayFn||(a=>setTimeout(a,10));return t._domUpdatePromise=t._domUpdatePromise||new Promise(a=>s(async()=>{await CS(t,i),delete t._domUpdatePromise,a()}))}function AS(t){return i=>{var a,r;const s=((r=(a=i.resolvedOptions.document)==null?void 0:a.head.querySelector('script[id="unhead:payload"]'))==null?void 0:r.innerHTML)||!1;return s&&i.push(JSON.parse(s)),{mode:"client",hooks:{"entries:updated":function(e){TS(e,t)}}}}}const SS=["templateParams","htmlAttrs","bodyAttrs"],kS={hooks:{"tag:normalise":function({tag:t}){["hid","vmid","key"].forEach(a=>{t.props[a]&&(t.key=t.props[a],delete t.props[a])});const s=_E(t)||(t.key?`${t.tag}:${t.key}`:!1);s&&(t._d=s)},"tags:resolve":function(t){const i={};t.tags.forEach(a=>{const r=(a.key?`${a.tag}:${a.key}`:a._d)||a._p,e=i[r];if(e){let y=a==null?void 0:a.tagDuplicateStrategy;if(!y&&SS.includes(a.tag)&&(y="merge"),y==="merge"){const w=e.props;["class","style"].forEach(F=>{a.props[F]&&w[F]&&(F==="style"&&!w[F].endsWith(";")&&(w[F]+=";"),a.props[F]=`${w[F]} ${a.props[F]}`)}),i[r].props={...w,...a.props};return}else if(a._e===e._e){e._duped=e._duped||[],a._d=`${e._d}:${e._duped.length+1}`,e._duped.push(a);return}else if(n2(a)>n2(e))return}const d=Object.keys(a.props).length+(a.innerHTML?1:0)+(a.textContent?1:0);if($m.includes(a.tag)&&d===0){delete i[r];return}i[r]=a});const s=[];Object.values(i).forEach(a=>{const r=a._duped;delete a._duped,s.push(a),r&&s.push(...r)}),t.tags=s,t.tags=t.tags.filter(a=>!(a.tag==="meta"&&(a.props.name||a.props.property)&&!a.props.content))}}},OS={mode:"server",hooks:{"tags:resolve":function(t){const i={};t.tags.filter(s=>["titleTemplate","templateParams","title"].includes(s.tag)&&s._m==="server").forEach(s=>{i[s.tag]=s.tag.startsWith("title")?s.textContent:s.props}),Object.keys(i).length&&t.tags.push({tag:"script",innerHTML:JSON.stringify(i),props:{id:"unhead:payload",type:"application/json"}})}}},N3=["script","link","bodyAttrs"];function M3(t){const i={},s={};return Object.entries(t.props).forEach(([a,r])=>{a.startsWith("on")&&typeof r=="function"?s[a]=r:i[a]=r}),{props:i,eventHandlers:s}}const RS={hooks:{"ssr:render":function(t){t.tags=t.tags.map(i=>(!N3.includes(i.tag)||!Object.entries(i.props).find(([s,a])=>s.startsWith("on")&&typeof a=="function")||(i.props=M3(i).props),i))},"tags:resolve":function(t){t.tags=t.tags.map(i=>{if(!N3.includes(i.tag))return i;const{props:s,eventHandlers:a}=M3(i);return Object.keys(a).length&&(i.props=s,i._eventHandlers=a),i})},"dom:renderTag":function(t,i,s){if(!t.tag._eventHandlers)return;const a=t.tag.tag==="bodyAttrs"?i.defaultView:t.$el;Object.entries(t.tag._eventHandlers).forEach(([r,e])=>{const d=`${t.tag._d||t.tag._p}:${r}`,y=r.slice(2).toLowerCase(),w=`data-h-${y}`;if(s(t.id,d,()=>{}),t.$el.hasAttribute(w))return;const F=e;t.$el.setAttribute(w,""),a.addEventListener(y,F),t.entry&&s(t.id,d,()=>{a.removeEventListener(y,F),t.$el.removeAttribute(w)})})}}},PS=["link","style","script","noscript"],IS={hooks:{"tag:normalise":({tag:t})=>{t.key&&PS.includes(t.tag)&&(t.props["data-hid"]=t._h=yE(t.key))}}},NS={hooks:{"tags:resolve":t=>{const i=s=>{var a;return(a=t.tags.find(r=>r._d===s))==null?void 0:a._p};for(const{prefix:s,offset:a}of ES)for(const r of t.tags.filter(e=>typeof e.tagPriority=="string"&&e.tagPriority.startsWith(s))){const e=i(r.tagPriority.replace(s,""));typeof e<"u"&&(r._p=e+a)}t.tags.sort((s,a)=>s._p-a._p).sort((s,a)=>n2(s)-n2(a))}}},MS={hooks:{"tags:resolve":t=>{var d;const{tags:i}=t,s=(d=i.find(y=>y.tag==="title"))==null?void 0:d.textContent,a=i.findIndex(y=>y.tag==="templateParams"),r=a!==-1?i[a].props:{},e=r.separator||"|";delete r.separator,r.pageTitle=U0(r.pageTitle||s||"",r,e);for(const y of i)y.processTemplateParams!==!1&&(["titleTemplate","title"].includes(y.tag)&&typeof y.textContent=="string"?y.textContent=U0(y.textContent,r,e):y.tag==="meta"&&typeof y.props.content=="string"?y.props.content=U0(y.props.content,r,e):y.tag==="link"&&typeof y.props.href=="string"?y.props.href=U0(y.props.href,r,e):y.processTemplateParams===!0&&(y.innerHTML?y.innerHTML=U0(y.innerHTML,r,e):y.textContent&&(y.textContent=U0(y.textContent,r,e))));t.tags=i.filter(y=>y.tag!=="templateParams")}}},LS={hooks:{"tags:resolve":t=>{const{tags:i}=t;let s=i.findIndex(r=>r.tag==="titleTemplate");const a=i.findIndex(r=>r.tag==="title");if(a!==-1&&s!==-1){const r=R3(i[s].textContent,i[a].textContent);r!==null?i[a].textContent=r||i[a].textContent:delete i[a]}else if(s!==-1){const r=R3(i[s].textContent);r!==null&&(i[s].textContent=r,i[s].tag="title",s=-1)}s!==-1&&delete i[s],t.tags=i.filter(Boolean)}}};function BS(t={}){const i=US(t);return i.use(AS()),i}function L3(t,i){return!t||t==="server"&&i||t==="client"&&!i}function US(t={}){const i=pS();i.addHooks(t.hooks||{}),t.document=t.document||(yS?document:void 0);const s=!t.document;t.plugins=[kS,OS,RS,IS,NS,MS,LS,...(t==null?void 0:t.plugins)||[]];const a=()=>{d.dirty=!0,i.callHook("entries:updated",d)};let r=0,e=[];const d={dirty:!1,resolvedOptions:t,hooks:i,headEntries(){return e},use(y){const w=typeof y=="function"?y(d):y;L3(w.mode,s)&&i.addHooks(w.hooks||{})},push(y,w){w==null||delete w.head;const F={_i:r++,input:y,...w};return L3(F.mode,s)&&(e.push(F),a()),{dispose(){e=e.filter(C=>C._i!==F._i),i.callHook("entries:updated",d),a()},patch(C){e=e.map(S=>(S._i===F._i&&(S.input=F.input=C),S)),a()}}},async resolveTags(){const y={tags:[],entries:[...e]};await i.callHook("entries:resolve",y);for(const w of y.entries){const F=w.resolvedInput||w.input;if(w.resolvedInput=await(w.transform?w.transform(F):F),w.resolvedInput)for(const C of await FS(w)){const S={tag:C,entry:w,resolvedOptions:d.resolvedOptions};await i.callHook("tag:normalise",S),y.tags.push(S.tag)}}return await i.callHook("tags:beforeResolve",y),await i.callHook("tags:resolve",y),y.tags},ssr:s};return t.plugins.forEach(y=>d.use(y)),d.hooks.callHook("init",d),d}const $S=by.startsWith("3");function HS(t){return typeof t=="function"?t():gr(t)}function w4(t,i=""){if(t instanceof Promise)return t;const s=HS(t);return!t||!s?s:Array.isArray(s)?s.map(a=>w4(a,i)):typeof s=="object"?Object.fromEntries(Object.entries(s).map(([a,r])=>a==="titleTemplate"||a.startsWith("on")?[a,gr(r)]:[a,w4(r,a)])):s}const WS={hooks:{"entries:resolve":function(t){for(const i of t.entries)i.resolvedInput=w4(i.input)}}},zS="usehead";function jS(t){return{install(s){$S&&(s.config.globalProperties.$unhead=t,s.config.globalProperties.$head=t,s.provide(zS,t))}}.install}function VS(t={}){t.domDelayFn=t.domDelayFn||(s=>Kl(()=>setTimeout(()=>s(),0)));const i=BS(t);return i.use(WS),i.install=jS(i),i}function GS(t){try{return JSON.parse(t||"{}")}catch(i){return console.error("[SSG] On state deserialization -",i,t),{}}}function YS(t){return document.readyState==="loading"?new Promise(i=>{document.addEventListener("DOMContentLoaded",()=>i(t))}):Promise.resolve(t)}const qS=ls({setup(t,{slots:i}){const s=nr(!1);return bl(()=>s.value=!0),()=>s.value?i.default&&i.default({}):i.placeholder&&i.placeholder({})}});function KS(t,i,s,a={}){const{transformState:r,registerComponents:e=!0,useHead:d=!0,rootContainer:y="#app"}=a,w=typeof window<"u";async function F(C=!1,S){const R=C?Dy(t):WF(t);let L;d&&(L=VS(),R.use(L));const B=sS({history:C?_8(i.base):w8(i.base),...i}),{routes:I}=i;e&&R.component("ClientOnly",qS);const z=[],oe={app:R,head:L,isClient:w,router:B,routes:I,onSSRAppRendered:C?()=>{}:ie=>z.push(ie),triggerOnSSRAppRendered:()=>Promise.all(z.map(ie=>ie())),initialState:{},transformState:r,routePath:S};C&&(await YS(),oe.initialState=(r==null?void 0:r(window.__INITIAL_STATE__||{}))||GS(window.__INITIAL_STATE__)),await(s==null?void 0:s(oe)),R.use(B);let G,j=!0;if(B.beforeEach((ie,ne,ae)=>{(j||G&&G===ie.path)&&(j=!1,G=ie.path,ie.meta.state=oe.initialState),ae()}),!C){const ie=oe.routePath??"/";B.push(ie),await B.isReady(),oe.initialState=B.currentRoute.value.meta.state||{}}const Z=oe.initialState;return{...oe,initialState:Z}}return w&&(async()=>{const{app:C,router:S}=await F(!0);await S.isReady(),C.mount(y,!0)})(),F}var QS=function(){function t(i,s){s===void 0&&(s=[]),this._eventType=i,this._eventFunctions=s}return t.prototype.init=function(){var i=this;this._eventFunctions.forEach(function(s){typeof window<"u"&&window.addEventListener(i._eventType,s)})},t}(),i2=globalThis&&globalThis.__assign||function(){return i2=Object.assign||function(t){for(var i,s=1,a=arguments.length;s<a;s++){i=arguments[s];for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&(t[r]=i[r])}return t},i2.apply(this,arguments)},s2={alwaysOpen:!1,activeClasses:"bg-gray-100 dark:bg-gray-800 text-gray-900 dark:text-white",inactiveClasses:"text-gray-500 dark:text-gray-400",onOpen:function(){},onClose:function(){},onToggle:function(){}},DE=function(){function t(i,s){i===void 0&&(i=[]),s===void 0&&(s=s2),this._items=i,this._options=i2(i2({},s2),s),this._init()}return t.prototype._init=function(){var i=this;this._items.length&&this._items.map(function(s){s.active&&i.open(s.id),s.triggerEl.addEventListener("click",function(){i.toggle(s.id)})})},t.prototype.getItem=function(i){return this._items.filter(function(s){return s.id===i})[0]},t.prototype.open=function(i){var s,a,r=this,e=this.getItem(i);this._options.alwaysOpen||this._items.map(function(d){var y,w;d!==e&&((y=d.triggerEl.classList).remove.apply(y,r._options.activeClasses.split(" ")),(w=d.triggerEl.classList).add.apply(w,r._options.inactiveClasses.split(" ")),d.targetEl.classList.add("hidden"),d.triggerEl.setAttribute("aria-expanded","false"),d.active=!1,d.iconEl&&d.iconEl.classList.remove("rotate-180"))}),(s=e.triggerEl.classList).add.apply(s,this._options.activeClasses.split(" ")),(a=e.triggerEl.classList).remove.apply(a,this._options.inactiveClasses.split(" ")),e.triggerEl.setAttribute("aria-expanded","true"),e.targetEl.classList.remove("hidden"),e.active=!0,e.iconEl&&e.iconEl.classList.add("rotate-180"),this._options.onOpen(this,e)},t.prototype.toggle=function(i){var s=this.getItem(i);s.active?this.close(i):this.open(i),this._options.onToggle(this,s)},t.prototype.close=function(i){var s,a,r=this.getItem(i);(s=r.triggerEl.classList).remove.apply(s,this._options.activeClasses.split(" ")),(a=r.triggerEl.classList).add.apply(a,this._options.inactiveClasses.split(" ")),r.targetEl.classList.add("hidden"),r.triggerEl.setAttribute("aria-expanded","false"),r.active=!1,r.iconEl&&r.iconEl.classList.remove("rotate-180"),this._options.onClose(this,r)},t}();function Ty(){document.querySelectorAll("[data-accordion]").forEach(function(t){var i=t.getAttribute("data-accordion"),s=t.getAttribute("data-active-classes"),a=t.getAttribute("data-inactive-classes"),r=[];t.querySelectorAll("[data-accordion-target]").forEach(function(e){if(e.closest("[data-accordion]")===t){var d={id:e.getAttribute("data-accordion-target"),triggerEl:e,targetEl:document.querySelector(e.getAttribute("data-accordion-target")),iconEl:e.querySelector("[data-accordion-icon]"),active:e.getAttribute("aria-expanded")==="true"};r.push(d)}}),new DE(r,{alwaysOpen:i==="open",activeClasses:s||s2.activeClasses,inactiveClasses:a||s2.inactiveClasses})})}typeof window<"u"&&(window.Accordion=DE,window.initAccordions=Ty);var a2=globalThis&&globalThis.__assign||function(){return a2=Object.assign||function(t){for(var i,s=1,a=arguments.length;s<a;s++){i=arguments[s];for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&(t[r]=i[r])}return t},a2.apply(this,arguments)},B3={onCollapse:function(){},onExpand:function(){},onToggle:function(){}},FE=function(){function t(i,s,a){i===void 0&&(i=null),s===void 0&&(s=null),a===void 0&&(a=B3),this._targetEl=i,this._triggerEl=s,this._options=a2(a2({},B3),a),this._visible=!1,this._init()}return t.prototype._init=function(){var i=this;this._triggerEl&&(this._triggerEl.hasAttribute("aria-expanded")?this._visible=this._triggerEl.getAttribute("aria-expanded")==="true":this._visible=!this._targetEl.classList.contains("hidden"),this._triggerEl.addEventListener("click",function(){i.toggle()}))},t.prototype.collapse=function(){this._targetEl.classList.add("hidden"),this._triggerEl&&this._triggerEl.setAttribute("aria-expanded","false"),this._visible=!1,this._options.onCollapse(this)},t.prototype.expand=function(){this._targetEl.classList.remove("hidden"),this._triggerEl&&this._triggerEl.setAttribute("aria-expanded","true"),this._visible=!0,this._options.onExpand(this)},t.prototype.toggle=function(){this._visible?this.collapse():this.expand(),this._options.onToggle(this)},t}();function Ay(){document.querySelectorAll("[data-collapse-toggle]").forEach(function(t){var i=t.getAttribute("data-collapse-toggle"),s=document.getElementById(i);s?new FE(s,t):console.error('The target element with id "'.concat(i,'" does not exist. Please check the data-collapse-toggle attribute.'))})}typeof window<"u"&&(window.Collapse=FE,window.initCollapses=Ay);var z0=globalThis&&globalThis.__assign||function(){return z0=Object.assign||function(t){for(var i,s=1,a=arguments.length;s<a;s++){i=arguments[s];for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&(t[r]=i[r])}return t},z0.apply(this,arguments)},Hm={defaultPosition:0,indicators:{items:[],activeClasses:"bg-white dark:bg-gray-800",inactiveClasses:"bg-white/50 dark:bg-gray-800/50 hover:bg-white dark:hover:bg-gray-800"},interval:3e3,onNext:function(){},onPrev:function(){},onChange:function(){}},EE=function(){function t(i,s){i===void 0&&(i=[]),s===void 0&&(s=Hm),this._items=i,this._options=z0(z0(z0({},Hm),s),{indicators:z0(z0({},Hm.indicators),s.indicators)}),this._activeItem=this.getItem(this._options.defaultPosition),this._indicators=this._options.indicators.items,this._intervalDuration=this._options.interval,this._intervalInstance=null,this._init()}return t.prototype._init=function(){var i=this;this._items.map(function(s){s.el.classList.add("absolute","inset-0","transition-transform","transform")}),this._getActiveItem()?this.slideTo(this._getActiveItem().position):this.slideTo(0),this._indicators.map(function(s,a){s.el.addEventListener("click",function(){i.slideTo(a)})})},t.prototype.getItem=function(i){return this._items[i]},t.prototype.slideTo=function(i){var s=this._items[i],a={left:s.position===0?this._items[this._items.length-1]:this._items[s.position-1],middle:s,right:s.position===this._items.length-1?this._items[0]:this._items[s.position+1]};this._rotate(a),this._setActiveItem(s),this._intervalInstance&&(this.pause(),this.cycle()),this._options.onChange(this)},t.prototype.next=function(){var i=this._getActiveItem(),s=null;i.position===this._items.length-1?s=this._items[0]:s=this._items[i.position+1],this.slideTo(s.position),this._options.onNext(this)},t.prototype.prev=function(){var i=this._getActiveItem(),s=null;i.position===0?s=this._items[this._items.length-1]:s=this._items[i.position-1],this.slideTo(s.position),this._options.onPrev(this)},t.prototype._rotate=function(i){this._items.map(function(s){s.el.classList.add("hidden")}),i.left.el.classList.remove("-translate-x-full","translate-x-full","translate-x-0","hidden","z-20"),i.left.el.classList.add("-translate-x-full","z-10"),i.middle.el.classList.remove("-translate-x-full","translate-x-full","translate-x-0","hidden","z-10"),i.middle.el.classList.add("translate-x-0","z-20"),i.right.el.classList.remove("-translate-x-full","translate-x-full","translate-x-0","hidden","z-20"),i.right.el.classList.add("translate-x-full","z-10")},t.prototype.cycle=function(){var i=this;typeof window<"u"&&(this._intervalInstance=window.setInterval(function(){i.next()},this._intervalDuration))},t.prototype.pause=function(){clearInterval(this._intervalInstance)},t.prototype._getActiveItem=function(){return this._activeItem},t.prototype._setActiveItem=function(i){var s,a,r=this;this._activeItem=i;var e=i.position;this._indicators.length&&(this._indicators.map(function(d){var y,w;d.el.setAttribute("aria-current","false"),(y=d.el.classList).remove.apply(y,r._options.indicators.activeClasses.split(" ")),(w=d.el.classList).add.apply(w,r._options.indicators.inactiveClasses.split(" "))}),(s=this._indicators[e].el.classList).add.apply(s,this._options.indicators.activeClasses.split(" ")),(a=this._indicators[e].el.classList).remove.apply(a,this._options.indicators.inactiveClasses.split(" ")),this._indicators[e].el.setAttribute("aria-current","true"))},t}();function Sy(){document.querySelectorAll("[data-carousel]").forEach(function(t){var i=t.getAttribute("data-carousel-interval"),s=t.getAttribute("data-carousel")==="slide",a=[],r=0;t.querySelectorAll("[data-carousel-item]").length&&Array.from(t.querySelectorAll("[data-carousel-item]")).map(function(F,C){a.push({position:C,el:F}),F.getAttribute("data-carousel-item")==="active"&&(r=C)});var e=[];t.querySelectorAll("[data-carousel-slide-to]").length&&Array.from(t.querySelectorAll("[data-carousel-slide-to]")).map(function(F){e.push({position:parseInt(F.getAttribute("data-carousel-slide-to")),el:F})});var d=new EE(a,{defaultPosition:r,indicators:{items:e},interval:i||Hm.interval});s&&d.cycle();var y=t.querySelector("[data-carousel-next]"),w=t.querySelector("[data-carousel-prev]");y&&y.addEventListener("click",function(){d.next()}),w&&w.addEventListener("click",function(){d.prev()})})}typeof window<"u"&&(window.Carousel=EE,window.initCarousels=Sy);var o2=globalThis&&globalThis.__assign||function(){return o2=Object.assign||function(t){for(var i,s=1,a=arguments.length;s<a;s++){i=arguments[s];for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&(t[r]=i[r])}return t},o2.apply(this,arguments)},U3={transition:"transition-opacity",duration:300,timing:"ease-out",onHide:function(){}},xE=function(){function t(i,s,a){i===void 0&&(i=null),s===void 0&&(s=null),a===void 0&&(a=U3),this._targetEl=i,this._triggerEl=s,this._options=o2(o2({},U3),a),this._init()}return t.prototype._init=function(){var i=this;this._triggerEl&&this._triggerEl.addEventListener("click",function(){i.hide()})},t.prototype.hide=function(){var i=this;this._targetEl.classList.add(this._options.transition,"duration-".concat(this._options.duration),this._options.timing,"opacity-0"),setTimeout(function(){i._targetEl.classList.add("hidden")},this._options.duration),this._options.onHide(this,this._targetEl)},t}();function ky(){document.querySelectorAll("[data-dismiss-target]").forEach(function(t){var i=t.getAttribute("data-dismiss-target"),s=document.querySelector(i);s?new xE(s,t):console.error('The dismiss element with id "'.concat(i,'" does not exist. Please check the data-dismiss-target attribute.'))})}typeof window<"u"&&(window.Dismiss=xE,window.initDismisses=ky);var Ia="top",So="bottom",ko="right",Na="left",Oy="auto",Xp=[Ia,So,ko,Na],Nd="start",Lp="end",XS="clippingParents",CE="viewport",rp="popper",JS="reference",$3=Xp.reduce(function(t,i){return t.concat([i+"-"+Nd,i+"-"+Lp])},[]),TE=[].concat(Xp,[Oy]).reduce(function(t,i){return t.concat([i,i+"-"+Nd,i+"-"+Lp])},[]),ZS="beforeRead",e7="read",t7="afterRead",r7="beforeMain",n7="main",i7="afterMain",s7="beforeWrite",a7="write",o7="afterWrite",l7=[ZS,e7,t7,r7,n7,i7,s7,a7,o7];function Gl(t){return t?(t.nodeName||"").toLowerCase():null}function so(t){if(t==null)return window;if(t.toString()!=="[object Window]"){var i=t.ownerDocument;return i&&i.defaultView||window}return t}function rh(t){var i=so(t).Element;return t instanceof i||t instanceof Element}function To(t){var i=so(t).HTMLElement;return t instanceof i||t instanceof HTMLElement}function Ry(t){if(typeof ShadowRoot>"u")return!1;var i=so(t).ShadowRoot;return t instanceof i||t instanceof ShadowRoot}function c7(t){var i=t.state;Object.keys(i.elements).forEach(function(s){var a=i.styles[s]||{},r=i.attributes[s]||{},e=i.elements[s];!To(e)||!Gl(e)||(Object.assign(e.style,a),Object.keys(r).forEach(function(d){var y=r[d];y===!1?e.removeAttribute(d):e.setAttribute(d,y===!0?"":y)}))})}function u7(t){var i=t.state,s={popper:{position:i.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(i.elements.popper.style,s.popper),i.styles=s,i.elements.arrow&&Object.assign(i.elements.arrow.style,s.arrow),function(){Object.keys(i.elements).forEach(function(a){var r=i.elements[a],e=i.attributes[a]||{},d=Object.keys(i.styles.hasOwnProperty(a)?i.styles[a]:s[a]),y=d.reduce(function(w,F){return w[F]="",w},{});!To(r)||!Gl(r)||(Object.assign(r.style,y),Object.keys(e).forEach(function(w){r.removeAttribute(w)}))})}}const f7={name:"applyStyles",enabled:!0,phase:"write",fn:c7,effect:u7,requires:["computeStyles"]};function Wl(t){return t.split("-")[0]}var X0=Math.max,l2=Math.min,Md=Math.round;function D4(){var t=navigator.userAgentData;return t!=null&&t.brands&&Array.isArray(t.brands)?t.brands.map(function(i){return i.brand+"/"+i.version}).join(" "):navigator.userAgent}function AE(){return!/^((?!chrome|android).)*safari/i.test(D4())}function Ld(t,i,s){i===void 0&&(i=!1),s===void 0&&(s=!1);var a=t.getBoundingClientRect(),r=1,e=1;i&&To(t)&&(r=t.offsetWidth>0&&Md(a.width)/t.offsetWidth||1,e=t.offsetHeight>0&&Md(a.height)/t.offsetHeight||1);var d=rh(t)?so(t):window,y=d.visualViewport,w=!AE()&&s,F=(a.left+(w&&y?y.offsetLeft:0))/r,C=(a.top+(w&&y?y.offsetTop:0))/e,S=a.width/r,R=a.height/e;return{width:S,height:R,top:C,right:F+S,bottom:C+R,left:F,x:F,y:C}}function Py(t){var i=Ld(t),s=t.offsetWidth,a=t.offsetHeight;return Math.abs(i.width-s)<=1&&(s=i.width),Math.abs(i.height-a)<=1&&(a=i.height),{x:t.offsetLeft,y:t.offsetTop,width:s,height:a}}function SE(t,i){var s=i.getRootNode&&i.getRootNode();if(t.contains(i))return!0;if(s&&Ry(s)){var a=i;do{if(a&&t.isSameNode(a))return!0;a=a.parentNode||a.host}while(a)}return!1}function Vc(t){return so(t).getComputedStyle(t)}function h7(t){return["table","td","th"].indexOf(Gl(t))>=0}function Cf(t){return((rh(t)?t.ownerDocument:t.document)||window.document).documentElement}function Q2(t){return Gl(t)==="html"?t:t.assignedSlot||t.parentNode||(Ry(t)?t.host:null)||Cf(t)}function H3(t){return!To(t)||Vc(t).position==="fixed"?null:t.offsetParent}function d7(t){var i=/firefox/i.test(D4()),s=/Trident/i.test(D4());if(s&&To(t)){var a=Vc(t);if(a.position==="fixed")return null}var r=Q2(t);for(Ry(r)&&(r=r.host);To(r)&&["html","body"].indexOf(Gl(r))<0;){var e=Vc(r);if(e.transform!=="none"||e.perspective!=="none"||e.contain==="paint"||["transform","perspective"].indexOf(e.willChange)!==-1||i&&e.willChange==="filter"||i&&e.filter&&e.filter!=="none")return r;r=r.parentNode}return null}function Jp(t){for(var i=so(t),s=H3(t);s&&h7(s)&&Vc(s).position==="static";)s=H3(s);return s&&(Gl(s)==="html"||Gl(s)==="body"&&Vc(s).position==="static")?i:s||d7(t)||i}function Iy(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function vp(t,i,s){return X0(t,l2(i,s))}function p7(t,i,s){var a=vp(t,i,s);return a>s?s:a}function kE(){return{top:0,right:0,bottom:0,left:0}}function OE(t){return Object.assign({},kE(),t)}function RE(t,i){return i.reduce(function(s,a){return s[a]=t,s},{})}var g7=function(i,s){return i=typeof i=="function"?i(Object.assign({},s.rects,{placement:s.placement})):i,OE(typeof i!="number"?i:RE(i,Xp))};function m7(t){var i,s=t.state,a=t.name,r=t.options,e=s.elements.arrow,d=s.modifiersData.popperOffsets,y=Wl(s.placement),w=Iy(y),F=[Na,ko].indexOf(y)>=0,C=F?"height":"width";if(!(!e||!d)){var S=g7(r.padding,s),R=Py(e),L=w==="y"?Ia:Na,B=w==="y"?So:ko,I=s.rects.reference[C]+s.rects.reference[w]-d[w]-s.rects.popper[C],z=d[w]-s.rects.reference[w],W=Jp(e),K=W?w==="y"?W.clientHeight||0:W.clientWidth||0:0,oe=I/2-z/2,G=S[L],j=K-R[C]-S[B],Z=K/2-R[C]/2+oe,ie=vp(G,Z,j),ne=w;s.modifiersData[a]=(i={},i[ne]=ie,i.centerOffset=ie-Z,i)}}function v7(t){var i=t.state,s=t.options,a=s.element,r=a===void 0?"[data-popper-arrow]":a;r!=null&&(typeof r=="string"&&(r=i.elements.popper.querySelector(r),!r)||SE(i.elements.popper,r)&&(i.elements.arrow=r))}const b7={name:"arrow",enabled:!0,phase:"main",fn:m7,effect:v7,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Bd(t){return t.split("-")[1]}var y7={top:"auto",right:"auto",bottom:"auto",left:"auto"};function _7(t,i){var s=t.x,a=t.y,r=i.devicePixelRatio||1;return{x:Md(s*r)/r||0,y:Md(a*r)/r||0}}function W3(t){var i,s=t.popper,a=t.popperRect,r=t.placement,e=t.variation,d=t.offsets,y=t.position,w=t.gpuAcceleration,F=t.adaptive,C=t.roundOffsets,S=t.isFixed,R=d.x,L=R===void 0?0:R,B=d.y,I=B===void 0?0:B,z=typeof C=="function"?C({x:L,y:I}):{x:L,y:I};L=z.x,I=z.y;var W=d.hasOwnProperty("x"),K=d.hasOwnProperty("y"),oe=Na,G=Ia,j=window;if(F){var Z=Jp(s),ie="clientHeight",ne="clientWidth";if(Z===so(s)&&(Z=Cf(s),Vc(Z).position!=="static"&&y==="absolute"&&(ie="scrollHeight",ne="scrollWidth")),Z=Z,r===Ia||(r===Na||r===ko)&&e===Lp){G=So;var ae=S&&Z===j&&j.visualViewport?j.visualViewport.height:Z[ie];I-=ae-a.height,I*=w?1:-1}if(r===Na||(r===Ia||r===So)&&e===Lp){oe=ko;var ue=S&&Z===j&&j.visualViewport?j.visualViewport.width:Z[ne];L-=ue-a.width,L*=w?1:-1}}var Ee=Object.assign({position:y},F&&y7),Me=C===!0?_7({x:L,y:I},so(s)):{x:L,y:I};if(L=Me.x,I=Me.y,w){var Ae;return Object.assign({},Ee,(Ae={},Ae[G]=K?"0":"",Ae[oe]=W?"0":"",Ae.transform=(j.devicePixelRatio||1)<=1?"translate("+L+"px, "+I+"px)":"translate3d("+L+"px, "+I+"px, 0)",Ae))}return Object.assign({},Ee,(i={},i[G]=K?I+"px":"",i[oe]=W?L+"px":"",i.transform="",i))}function w7(t){var i=t.state,s=t.options,a=s.gpuAcceleration,r=a===void 0?!0:a,e=s.adaptive,d=e===void 0?!0:e,y=s.roundOffsets,w=y===void 0?!0:y,F={placement:Wl(i.placement),variation:Bd(i.placement),popper:i.elements.popper,popperRect:i.rects.popper,gpuAcceleration:r,isFixed:i.options.strategy==="fixed"};i.modifiersData.popperOffsets!=null&&(i.styles.popper=Object.assign({},i.styles.popper,W3(Object.assign({},F,{offsets:i.modifiersData.popperOffsets,position:i.options.strategy,adaptive:d,roundOffsets:w})))),i.modifiersData.arrow!=null&&(i.styles.arrow=Object.assign({},i.styles.arrow,W3(Object.assign({},F,{offsets:i.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:w})))),i.attributes.popper=Object.assign({},i.attributes.popper,{"data-popper-placement":i.placement})}const D7={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:w7,data:{}};var Tm={passive:!0};function F7(t){var i=t.state,s=t.instance,a=t.options,r=a.scroll,e=r===void 0?!0:r,d=a.resize,y=d===void 0?!0:d,w=so(i.elements.popper),F=[].concat(i.scrollParents.reference,i.scrollParents.popper);return e&&F.forEach(function(C){C.addEventListener("scroll",s.update,Tm)}),y&&w.addEventListener("resize",s.update,Tm),function(){e&&F.forEach(function(C){C.removeEventListener("scroll",s.update,Tm)}),y&&w.removeEventListener("resize",s.update,Tm)}}const E7={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:F7,data:{}};var x7={left:"right",right:"left",bottom:"top",top:"bottom"};function Wm(t){return t.replace(/left|right|bottom|top/g,function(i){return x7[i]})}var C7={start:"end",end:"start"};function z3(t){return t.replace(/start|end/g,function(i){return C7[i]})}function Ny(t){var i=so(t),s=i.pageXOffset,a=i.pageYOffset;return{scrollLeft:s,scrollTop:a}}function My(t){return Ld(Cf(t)).left+Ny(t).scrollLeft}function T7(t,i){var s=so(t),a=Cf(t),r=s.visualViewport,e=a.clientWidth,d=a.clientHeight,y=0,w=0;if(r){e=r.width,d=r.height;var F=AE();(F||!F&&i==="fixed")&&(y=r.offsetLeft,w=r.offsetTop)}return{width:e,height:d,x:y+My(t),y:w}}function A7(t){var i,s=Cf(t),a=Ny(t),r=(i=t.ownerDocument)==null?void 0:i.body,e=X0(s.scrollWidth,s.clientWidth,r?r.scrollWidth:0,r?r.clientWidth:0),d=X0(s.scrollHeight,s.clientHeight,r?r.scrollHeight:0,r?r.clientHeight:0),y=-a.scrollLeft+My(t),w=-a.scrollTop;return Vc(r||s).direction==="rtl"&&(y+=X0(s.clientWidth,r?r.clientWidth:0)-e),{width:e,height:d,x:y,y:w}}function Ly(t){var i=Vc(t),s=i.overflow,a=i.overflowX,r=i.overflowY;return/auto|scroll|overlay|hidden/.test(s+r+a)}function PE(t){return["html","body","#document"].indexOf(Gl(t))>=0?t.ownerDocument.body:To(t)&&Ly(t)?t:PE(Q2(t))}function bp(t,i){var s;i===void 0&&(i=[]);var a=PE(t),r=a===((s=t.ownerDocument)==null?void 0:s.body),e=so(a),d=r?[e].concat(e.visualViewport||[],Ly(a)?a:[]):a,y=i.concat(d);return r?y:y.concat(bp(Q2(d)))}function F4(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function S7(t,i){var s=Ld(t,!1,i==="fixed");return s.top=s.top+t.clientTop,s.left=s.left+t.clientLeft,s.bottom=s.top+t.clientHeight,s.right=s.left+t.clientWidth,s.width=t.clientWidth,s.height=t.clientHeight,s.x=s.left,s.y=s.top,s}function j3(t,i,s){return i===CE?F4(T7(t,s)):rh(i)?S7(i,s):F4(A7(Cf(t)))}function k7(t){var i=bp(Q2(t)),s=["absolute","fixed"].indexOf(Vc(t).position)>=0,a=s&&To(t)?Jp(t):t;return rh(a)?i.filter(function(r){return rh(r)&&SE(r,a)&&Gl(r)!=="body"}):[]}function O7(t,i,s,a){var r=i==="clippingParents"?k7(t):[].concat(i),e=[].concat(r,[s]),d=e[0],y=e.reduce(function(w,F){var C=j3(t,F,a);return w.top=X0(C.top,w.top),w.right=l2(C.right,w.right),w.bottom=l2(C.bottom,w.bottom),w.left=X0(C.left,w.left),w},j3(t,d,a));return y.width=y.right-y.left,y.height=y.bottom-y.top,y.x=y.left,y.y=y.top,y}function IE(t){var i=t.reference,s=t.element,a=t.placement,r=a?Wl(a):null,e=a?Bd(a):null,d=i.x+i.width/2-s.width/2,y=i.y+i.height/2-s.height/2,w;switch(r){case Ia:w={x:d,y:i.y-s.height};break;case So:w={x:d,y:i.y+i.height};break;case ko:w={x:i.x+i.width,y};break;case Na:w={x:i.x-s.width,y};break;default:w={x:i.x,y:i.y}}var F=r?Iy(r):null;if(F!=null){var C=F==="y"?"height":"width";switch(e){case Nd:w[F]=w[F]-(i[C]/2-s[C]/2);break;case Lp:w[F]=w[F]+(i[C]/2-s[C]/2);break}}return w}function Bp(t,i){i===void 0&&(i={});var s=i,a=s.placement,r=a===void 0?t.placement:a,e=s.strategy,d=e===void 0?t.strategy:e,y=s.boundary,w=y===void 0?XS:y,F=s.rootBoundary,C=F===void 0?CE:F,S=s.elementContext,R=S===void 0?rp:S,L=s.altBoundary,B=L===void 0?!1:L,I=s.padding,z=I===void 0?0:I,W=OE(typeof z!="number"?z:RE(z,Xp)),K=R===rp?JS:rp,oe=t.rects.popper,G=t.elements[B?K:R],j=O7(rh(G)?G:G.contextElement||Cf(t.elements.popper),w,C,d),Z=Ld(t.elements.reference),ie=IE({reference:Z,element:oe,strategy:"absolute",placement:r}),ne=F4(Object.assign({},oe,ie)),ae=R===rp?ne:Z,ue={top:j.top-ae.top+W.top,bottom:ae.bottom-j.bottom+W.bottom,left:j.left-ae.left+W.left,right:ae.right-j.right+W.right},Ee=t.modifiersData.offset;if(R===rp&&Ee){var Me=Ee[r];Object.keys(ue).forEach(function(Ae){var Fe=[ko,So].indexOf(Ae)>=0?1:-1,je=[Ia,So].indexOf(Ae)>=0?"y":"x";ue[Ae]+=Me[je]*Fe})}return ue}function R7(t,i){i===void 0&&(i={});var s=i,a=s.placement,r=s.boundary,e=s.rootBoundary,d=s.padding,y=s.flipVariations,w=s.allowedAutoPlacements,F=w===void 0?TE:w,C=Bd(a),S=C?y?$3:$3.filter(function(B){return Bd(B)===C}):Xp,R=S.filter(function(B){return F.indexOf(B)>=0});R.length===0&&(R=S);var L=R.reduce(function(B,I){return B[I]=Bp(t,{placement:I,boundary:r,rootBoundary:e,padding:d})[Wl(I)],B},{});return Object.keys(L).sort(function(B,I){return L[B]-L[I]})}function P7(t){if(Wl(t)===Oy)return[];var i=Wm(t);return[z3(t),i,z3(i)]}function I7(t){var i=t.state,s=t.options,a=t.name;if(!i.modifiersData[a]._skip){for(var r=s.mainAxis,e=r===void 0?!0:r,d=s.altAxis,y=d===void 0?!0:d,w=s.fallbackPlacements,F=s.padding,C=s.boundary,S=s.rootBoundary,R=s.altBoundary,L=s.flipVariations,B=L===void 0?!0:L,I=s.allowedAutoPlacements,z=i.options.placement,W=Wl(z),K=W===z,oe=w||(K||!B?[Wm(z)]:P7(z)),G=[z].concat(oe).reduce(function(Ve,xe){return Ve.concat(Wl(xe)===Oy?R7(i,{placement:xe,boundary:C,rootBoundary:S,padding:F,flipVariations:B,allowedAutoPlacements:I}):xe)},[]),j=i.rects.reference,Z=i.rects.popper,ie=new Map,ne=!0,ae=G[0],ue=0;ue<G.length;ue++){var Ee=G[ue],Me=Wl(Ee),Ae=Bd(Ee)===Nd,Fe=[Ia,So].indexOf(Me)>=0,je=Fe?"width":"height",Xe=Bp(i,{placement:Ee,boundary:C,rootBoundary:S,altBoundary:R,padding:F}),Le=Fe?Ae?ko:Na:Ae?So:Ia;j[je]>Z[je]&&(Le=Wm(Le));var mt=Wm(Le),vt=[];if(e&&vt.push(Xe[Me]<=0),y&&vt.push(Xe[Le]<=0,Xe[mt]<=0),vt.every(function(Ve){return Ve})){ae=Ee,ne=!1;break}ie.set(Ee,vt)}if(ne)for(var Je=B?3:1,me=function(xe){var We=G.find(function(se){var Ge=ie.get(se);if(Ge)return Ge.slice(0,xe).every(function(Ce){return Ce})});if(We)return ae=We,"break"},Ke=Je;Ke>0;Ke--){var lt=me(Ke);if(lt==="break")break}i.placement!==ae&&(i.modifiersData[a]._skip=!0,i.placement=ae,i.reset=!0)}}const N7={name:"flip",enabled:!0,phase:"main",fn:I7,requiresIfExists:["offset"],data:{_skip:!1}};function V3(t,i,s){return s===void 0&&(s={x:0,y:0}),{top:t.top-i.height-s.y,right:t.right-i.width+s.x,bottom:t.bottom-i.height+s.y,left:t.left-i.width-s.x}}function G3(t){return[Ia,ko,So,Na].some(function(i){return t[i]>=0})}function M7(t){var i=t.state,s=t.name,a=i.rects.reference,r=i.rects.popper,e=i.modifiersData.preventOverflow,d=Bp(i,{elementContext:"reference"}),y=Bp(i,{altBoundary:!0}),w=V3(d,a),F=V3(y,r,e),C=G3(w),S=G3(F);i.modifiersData[s]={referenceClippingOffsets:w,popperEscapeOffsets:F,isReferenceHidden:C,hasPopperEscaped:S},i.attributes.popper=Object.assign({},i.attributes.popper,{"data-popper-reference-hidden":C,"data-popper-escaped":S})}const L7={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:M7};function B7(t,i,s){var a=Wl(t),r=[Na,Ia].indexOf(a)>=0?-1:1,e=typeof s=="function"?s(Object.assign({},i,{placement:t})):s,d=e[0],y=e[1];return d=d||0,y=(y||0)*r,[Na,ko].indexOf(a)>=0?{x:y,y:d}:{x:d,y}}function U7(t){var i=t.state,s=t.options,a=t.name,r=s.offset,e=r===void 0?[0,0]:r,d=TE.reduce(function(C,S){return C[S]=B7(S,i.rects,e),C},{}),y=d[i.placement],w=y.x,F=y.y;i.modifiersData.popperOffsets!=null&&(i.modifiersData.popperOffsets.x+=w,i.modifiersData.popperOffsets.y+=F),i.modifiersData[a]=d}const $7={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:U7};function H7(t){var i=t.state,s=t.name;i.modifiersData[s]=IE({reference:i.rects.reference,element:i.rects.popper,strategy:"absolute",placement:i.placement})}const W7={name:"popperOffsets",enabled:!0,phase:"read",fn:H7,data:{}};function z7(t){return t==="x"?"y":"x"}function j7(t){var i=t.state,s=t.options,a=t.name,r=s.mainAxis,e=r===void 0?!0:r,d=s.altAxis,y=d===void 0?!1:d,w=s.boundary,F=s.rootBoundary,C=s.altBoundary,S=s.padding,R=s.tether,L=R===void 0?!0:R,B=s.tetherOffset,I=B===void 0?0:B,z=Bp(i,{boundary:w,rootBoundary:F,padding:S,altBoundary:C}),W=Wl(i.placement),K=Bd(i.placement),oe=!K,G=Iy(W),j=z7(G),Z=i.modifiersData.popperOffsets,ie=i.rects.reference,ne=i.rects.popper,ae=typeof I=="function"?I(Object.assign({},i.rects,{placement:i.placement})):I,ue=typeof ae=="number"?{mainAxis:ae,altAxis:ae}:Object.assign({mainAxis:0,altAxis:0},ae),Ee=i.modifiersData.offset?i.modifiersData.offset[i.placement]:null,Me={x:0,y:0};if(Z){if(e){var Ae,Fe=G==="y"?Ia:Na,je=G==="y"?So:ko,Xe=G==="y"?"height":"width",Le=Z[G],mt=Le+z[Fe],vt=Le-z[je],Je=L?-ne[Xe]/2:0,me=K===Nd?ie[Xe]:ne[Xe],Ke=K===Nd?-ne[Xe]:-ie[Xe],lt=i.elements.arrow,Ve=L&&lt?Py(lt):{width:0,height:0},xe=i.modifiersData["arrow#persistent"]?i.modifiersData["arrow#persistent"].padding:kE(),We=xe[Fe],se=xe[je],Ge=vp(0,ie[Xe],Ve[Xe]),Ce=oe?ie[Xe]/2-Je-Ge-We-ue.mainAxis:me-Ge-We-ue.mainAxis,pt=oe?-ie[Xe]/2+Je+Ge+se+ue.mainAxis:Ke+Ge+se+ue.mainAxis,Zt=i.elements.arrow&&Jp(i.elements.arrow),re=Zt?G==="y"?Zt.clientTop||0:Zt.clientLeft||0:0,ce=(Ae=Ee==null?void 0:Ee[G])!=null?Ae:0,he=Le+Ce-ce-re,Ye=Le+pt-ce,Qe=vp(L?l2(mt,he):mt,Le,L?X0(vt,Ye):vt);Z[G]=Qe,Me[G]=Qe-Le}if(y){var tt,Pt=G==="x"?Ia:Na,Et=G==="x"?So:ko,_t=Z[j],Ze=j==="y"?"height":"width",Se=_t+z[Pt],Re=_t-z[Et],It=[Ia,Na].indexOf(W)!==-1,Gt=(tt=Ee==null?void 0:Ee[j])!=null?tt:0,hr=It?Se:_t-ie[Ze]-ne[Ze]-Gt+ue.altAxis,Cr=It?_t+ie[Ze]+ne[Ze]-Gt-ue.altAxis:Re,_r=L&&It?p7(hr,_t,Cr):vp(L?hr:Se,_t,L?Cr:Re);Z[j]=_r,Me[j]=_r-_t}i.modifiersData[a]=Me}}const V7={name:"preventOverflow",enabled:!0,phase:"main",fn:j7,requiresIfExists:["offset"]};function G7(t){return{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}}function Y7(t){return t===so(t)||!To(t)?Ny(t):G7(t)}function q7(t){var i=t.getBoundingClientRect(),s=Md(i.width)/t.offsetWidth||1,a=Md(i.height)/t.offsetHeight||1;return s!==1||a!==1}function K7(t,i,s){s===void 0&&(s=!1);var a=To(i),r=To(i)&&q7(i),e=Cf(i),d=Ld(t,r,s),y={scrollLeft:0,scrollTop:0},w={x:0,y:0};return(a||!a&&!s)&&((Gl(i)!=="body"||Ly(e))&&(y=Y7(i)),To(i)?(w=Ld(i,!0),w.x+=i.clientLeft,w.y+=i.clientTop):e&&(w.x=My(e))),{x:d.left+y.scrollLeft-w.x,y:d.top+y.scrollTop-w.y,width:d.width,height:d.height}}function Q7(t){var i=new Map,s=new Set,a=[];t.forEach(function(e){i.set(e.name,e)});function r(e){s.add(e.name);var d=[].concat(e.requires||[],e.requiresIfExists||[]);d.forEach(function(y){if(!s.has(y)){var w=i.get(y);w&&r(w)}}),a.push(e)}return t.forEach(function(e){s.has(e.name)||r(e)}),a}function X7(t){var i=Q7(t);return l7.reduce(function(s,a){return s.concat(i.filter(function(r){return r.phase===a}))},[])}function J7(t){var i;return function(){return i||(i=new Promise(function(s){Promise.resolve().then(function(){i=void 0,s(t())})})),i}}function Z7(t){var i=t.reduce(function(s,a){var r=s[a.name];return s[a.name]=r?Object.assign({},r,a,{options:Object.assign({},r.options,a.options),data:Object.assign({},r.data,a.data)}):a,s},{});return Object.keys(i).map(function(s){return i[s]})}var Y3={placement:"bottom",modifiers:[],strategy:"absolute"};function q3(){for(var t=arguments.length,i=new Array(t),s=0;s<t;s++)i[s]=arguments[s];return!i.some(function(a){return!(a&&typeof a.getBoundingClientRect=="function")})}function ek(t){t===void 0&&(t={});var i=t,s=i.defaultModifiers,a=s===void 0?[]:s,r=i.defaultOptions,e=r===void 0?Y3:r;return function(y,w,F){F===void 0&&(F=e);var C={placement:"bottom",orderedModifiers:[],options:Object.assign({},Y3,e),modifiersData:{},elements:{reference:y,popper:w},attributes:{},styles:{}},S=[],R=!1,L={state:C,setOptions:function(W){var K=typeof W=="function"?W(C.options):W;I(),C.options=Object.assign({},e,C.options,K),C.scrollParents={reference:rh(y)?bp(y):y.contextElement?bp(y.contextElement):[],popper:bp(w)};var oe=X7(Z7([].concat(a,C.options.modifiers)));return C.orderedModifiers=oe.filter(function(G){return G.enabled}),B(),L.update()},forceUpdate:function(){if(!R){var W=C.elements,K=W.reference,oe=W.popper;if(q3(K,oe)){C.rects={reference:K7(K,Jp(oe),C.options.strategy==="fixed"),popper:Py(oe)},C.reset=!1,C.placement=C.options.placement,C.orderedModifiers.forEach(function(ue){return C.modifiersData[ue.name]=Object.assign({},ue.data)});for(var G=0;G<C.orderedModifiers.length;G++){if(C.reset===!0){C.reset=!1,G=-1;continue}var j=C.orderedModifiers[G],Z=j.fn,ie=j.options,ne=ie===void 0?{}:ie,ae=j.name;typeof Z=="function"&&(C=Z({state:C,options:ne,name:ae,instance:L})||C)}}}},update:J7(function(){return new Promise(function(z){L.forceUpdate(),z(C)})}),destroy:function(){I(),R=!0}};if(!q3(y,w))return L;L.setOptions(F).then(function(z){!R&&F.onFirstUpdate&&F.onFirstUpdate(z)});function B(){C.orderedModifiers.forEach(function(z){var W=z.name,K=z.options,oe=K===void 0?{}:K,G=z.effect;if(typeof G=="function"){var j=G({state:C,name:W,instance:L,options:oe}),Z=function(){};S.push(j||Z)}})}function I(){S.forEach(function(z){return z()}),S=[]}return L}}var tk=[E7,W7,D7,f7,$7,N7,V7,b7,L7],By=ek({defaultModifiers:tk}),of=globalThis&&globalThis.__assign||function(){return of=Object.assign||function(t){for(var i,s=1,a=arguments.length;s<a;s++){i=arguments[s];for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&(t[r]=i[r])}return t},of.apply(this,arguments)},Am=globalThis&&globalThis.__spreadArray||function(t,i,s){if(s||arguments.length===2)for(var a=0,r=i.length,e;a<r;a++)(e||!(a in i))&&(e||(e=Array.prototype.slice.call(i,0,a)),e[a]=i[a]);return t.concat(e||Array.prototype.slice.call(i))},lf={placement:"bottom",triggerType:"click",offsetSkidding:0,offsetDistance:10,delay:300,ignoreClickOutsideClass:!1,onShow:function(){},onHide:function(){},onToggle:function(){}},NE=function(){function t(i,s,a){i===void 0&&(i=null),s===void 0&&(s=null),a===void 0&&(a=lf),this._targetEl=i,this._triggerEl=s,this._options=of(of({},lf),a),this._popperInstance=this._createPopperInstance(),this._visible=!1,this._init()}return t.prototype._init=function(){this._triggerEl&&this._setupEventListeners()},t.prototype._setupEventListeners=function(){var i=this,s=this._getTriggerEvents();this._options.triggerType==="click"&&s.showEvents.forEach(function(a){i._triggerEl.addEventListener(a,function(){i.toggle()})}),this._options.triggerType==="hover"&&(s.showEvents.forEach(function(a){i._triggerEl.addEventListener(a,function(){a==="click"?i.toggle():setTimeout(function(){i.show()},i._options.delay)}),i._targetEl.addEventListener(a,function(){i.show()})}),s.hideEvents.forEach(function(a){i._triggerEl.addEventListener(a,function(){setTimeout(function(){i._targetEl.matches(":hover")||i.hide()},i._options.delay)}),i._targetEl.addEventListener(a,function(){setTimeout(function(){i._triggerEl.matches(":hover")||i.hide()},i._options.delay)})}))},t.prototype._createPopperInstance=function(){return By(this._triggerEl,this._targetEl,{placement:this._options.placement,modifiers:[{name:"offset",options:{offset:[this._options.offsetSkidding,this._options.offsetDistance]}}]})},t.prototype._setupClickOutsideListener=function(){var i=this;this._clickOutsideEventListener=function(s){i._handleClickOutside(s,i._targetEl)},document.body.addEventListener("click",this._clickOutsideEventListener,!0)},t.prototype._removeClickOutsideListener=function(){document.body.removeEventListener("click",this._clickOutsideEventListener,!0)},t.prototype._handleClickOutside=function(i,s){var a=i.target,r=this._options.ignoreClickOutsideClass,e=!1;if(r){var d=document.querySelectorAll(".".concat(r));d.forEach(function(y){if(y.contains(a)){e=!0;return}})}a!==s&&!s.contains(a)&&!this._triggerEl.contains(a)&&!e&&this.isVisible()&&this.hide()},t.prototype._getTriggerEvents=function(){switch(this._options.triggerType){case"hover":return{showEvents:["mouseenter","click"],hideEvents:["mouseleave"]};case"click":return{showEvents:["click"],hideEvents:[]};case"none":return{showEvents:[],hideEvents:[]};default:return{showEvents:["click"],hideEvents:[]}}},t.prototype.toggle=function(){this.isVisible()?this.hide():this.show(),this._options.onToggle(this)},t.prototype.isVisible=function(){return this._visible},t.prototype.show=function(){this._targetEl.classList.remove("hidden"),this._targetEl.classList.add("block"),this._popperInstance.setOptions(function(i){return of(of({},i),{modifiers:Am(Am([],i.modifiers,!0),[{name:"eventListeners",enabled:!0}],!1)})}),this._setupClickOutsideListener(),this._popperInstance.update(),this._visible=!0,this._options.onShow(this)},t.prototype.hide=function(){this._targetEl.classList.remove("block"),this._targetEl.classList.add("hidden"),this._popperInstance.setOptions(function(i){return of(of({},i),{modifiers:Am(Am([],i.modifiers,!0),[{name:"eventListeners",enabled:!1}],!1)})}),this._visible=!1,this._removeClickOutsideListener(),this._options.onHide(this)},t}();function Uy(){document.querySelectorAll("[data-dropdown-toggle]").forEach(function(t){var i=t.getAttribute("data-dropdown-toggle"),s=document.getElementById(i);if(s){var a=t.getAttribute("data-dropdown-placement"),r=t.getAttribute("data-dropdown-offset-skidding"),e=t.getAttribute("data-dropdown-offset-distance"),d=t.getAttribute("data-dropdown-trigger"),y=t.getAttribute("data-dropdown-delay"),w=t.getAttribute("data-dropdown-ignore-click-outside-class");new NE(s,t,{placement:a||lf.placement,triggerType:d||lf.triggerType,offsetSkidding:r?parseInt(r):lf.offsetSkidding,offsetDistance:e?parseInt(e):lf.offsetDistance,delay:y?parseInt(y):lf.delay,ignoreClickOutsideClass:w||lf.ignoreClickOutsideClass})}else console.error('The dropdown element with id "'.concat(i,'" does not exist. Please check the data-dropdown-toggle attribute.'))})}typeof window<"u"&&(window.Dropdown=NE,window.initDropdowns=Uy);var c2=globalThis&&globalThis.__assign||function(){return c2=Object.assign||function(t){for(var i,s=1,a=arguments.length;s<a;s++){i=arguments[s];for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&(t[r]=i[r])}return t},c2.apply(this,arguments)},vd={placement:"center",backdropClasses:"bg-gray-900 bg-opacity-50 dark:bg-opacity-80 fixed inset-0 z-40",backdrop:"dynamic",closable:!0,onHide:function(){},onShow:function(){},onToggle:function(){}},E4=function(){function t(i,s){i===void 0&&(i=null),s===void 0&&(s=vd),this._targetEl=i,this._options=c2(c2({},vd),s),this._isHidden=!0,this._backdropEl=null,this._init()}return t.prototype._init=function(){var i=this;this._targetEl&&this._getPlacementClasses().map(function(s){i._targetEl.classList.add(s)})},t.prototype._createBackdrop=function(){var i;if(this._isHidden){var s=document.createElement("div");s.setAttribute("modal-backdrop",""),(i=s.classList).add.apply(i,this._options.backdropClasses.split(" ")),document.querySelector("body").append(s),this._backdropEl=s}},t.prototype._destroyBackdropEl=function(){this._isHidden||document.querySelector("[modal-backdrop]").remove()},t.prototype._setupModalCloseEventListeners=function(){var i=this;this._options.backdrop==="dynamic"&&(this._clickOutsideEventListener=function(s){i._handleOutsideClick(s.target)},this._targetEl.addEventListener("click",this._clickOutsideEventListener,!0)),this._keydownEventListener=function(s){s.key==="Escape"&&i.hide()},document.body.addEventListener("keydown",this._keydownEventListener,!0)},t.prototype._removeModalCloseEventListeners=function(){this._options.backdrop==="dynamic"&&this._targetEl.removeEventListener("click",this._clickOutsideEventListener,!0),document.body.removeEventListener("keydown",this._keydownEventListener,!0)},t.prototype._handleOutsideClick=function(i){(i===this._targetEl||i===this._backdropEl&&this.isVisible())&&this.hide()},t.prototype._getPlacementClasses=function(){switch(this._options.placement){case"top-left":return["justify-start","items-start"];case"top-center":return["justify-center","items-start"];case"top-right":return["justify-end","items-start"];case"center-left":return["justify-start","items-center"];case"center":return["justify-center","items-center"];case"center-right":return["justify-end","items-center"];case"bottom-left":return["justify-start","items-end"];case"bottom-center":return["justify-center","items-end"];case"bottom-right":return["justify-end","items-end"];default:return["justify-center","items-center"]}},t.prototype.toggle=function(){this._isHidden?this.show():this.hide(),this._options.onToggle(this)},t.prototype.show=function(){this.isHidden&&(this._targetEl.classList.add("flex"),this._targetEl.classList.remove("hidden"),this._targetEl.setAttribute("aria-modal","true"),this._targetEl.setAttribute("role","dialog"),this._targetEl.removeAttribute("aria-hidden"),this._createBackdrop(),this._isHidden=!1,document.body.classList.add("overflow-hidden"),this._options.closable&&this._setupModalCloseEventListeners(),this._options.onShow(this))},t.prototype.hide=function(){this.isVisible&&(this._targetEl.classList.add("hidden"),this._targetEl.classList.remove("flex"),this._targetEl.setAttribute("aria-hidden","true"),this._targetEl.removeAttribute("aria-modal"),this._targetEl.removeAttribute("role"),this._destroyBackdropEl(),this._isHidden=!0,document.body.classList.remove("overflow-hidden"),this._options.closable&&this._removeModalCloseEventListeners(),this._options.onHide(this))},t.prototype.isVisible=function(){return!this._isHidden},t.prototype.isHidden=function(){return this._isHidden},t}(),Sm=function(t,i){return i.some(function(s){return s.id===t})?i.find(function(s){return s.id===t}):null};function $y(){var t=[];document.querySelectorAll("[data-modal-target]").forEach(function(i){var s=i.getAttribute("data-modal-target"),a=document.getElementById(s);if(a){var r=a.getAttribute("data-modal-placement"),e=a.getAttribute("data-modal-backdrop");Sm(s,t)||t.push({id:s,object:new E4(a,{placement:r||vd.placement,backdrop:e||vd.backdrop})})}else console.error("Modal with id ".concat(s," does not exist. Are you sure that the data-modal-target attribute points to the correct modal id?."))}),document.querySelectorAll("[data-modal-toggle]").forEach(function(i){var s=i.getAttribute("data-modal-toggle"),a=document.getElementById(s);if(a){var r=a.getAttribute("data-modal-placement"),e=a.getAttribute("data-modal-backdrop"),d=Sm(s,t);d||(d={id:s,object:new E4(a,{placement:r||vd.placement,backdrop:e||vd.backdrop})},t.push(d)),i.addEventListener("click",function(){d.object.toggle()})}else console.error("Modal with id ".concat(s," does not exist. Are you sure that the data-modal-toggle attribute points to the correct modal id?"))}),document.querySelectorAll("[data-modal-show]").forEach(function(i){var s=i.getAttribute("data-modal-show"),a=document.getElementById(s);if(a){var r=Sm(s,t);r?i.addEventListener("click",function(){r.object.isHidden&&r.object.show()}):console.error("Modal with id ".concat(s," has not been initialized. Please initialize it using the data-modal-target attribute."))}else console.error("Modal with id ".concat(s," does not exist. Are you sure that the data-modal-show attribute points to the correct modal id?"))}),document.querySelectorAll("[data-modal-hide]").forEach(function(i){var s=i.getAttribute("data-modal-hide"),a=document.getElementById(s);if(a){var r=Sm(s,t);r?i.addEventListener("click",function(){r.object.isVisible&&r.object.hide()}):console.error("Modal with id ".concat(s," has not been initialized. Please initialize it using the data-modal-target attribute."))}else console.error("Modal with id ".concat(s," does not exist. Are you sure that the data-modal-hide attribute points to the correct modal id?"))})}typeof window<"u"&&(window.Modal=E4,window.initModals=$y);var u2=globalThis&&globalThis.__assign||function(){return u2=Object.assign||function(t){for(var i,s=1,a=arguments.length;s<a;s++){i=arguments[s];for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&(t[r]=i[r])}return t},u2.apply(this,arguments)},j0={placement:"left",bodyScrolling:!1,backdrop:!0,edge:!1,edgeOffset:"bottom-[60px]",backdropClasses:"bg-gray-900 bg-opacity-50 dark:bg-opacity-80 fixed inset-0 z-30",onShow:function(){},onHide:function(){},onToggle:function(){}},ME=function(){function t(i,s){i===void 0&&(i=null),s===void 0&&(s=j0),this._targetEl=i,this._options=u2(u2({},j0),s),this._visible=!1,this._init()}return t.prototype._init=function(){var i=this;this._targetEl&&(this._targetEl.setAttribute("aria-hidden","true"),this._targetEl.classList.add("transition-transform")),this._getPlacementClasses(this._options.placement).base.map(function(s){i._targetEl.classList.add(s)}),document.addEventListener("keydown",function(s){s.key==="Escape"&&i.isVisible()&&i.hide()})},t.prototype.hide=function(){var i=this;this._options.edge?(this._getPlacementClasses(this._options.placement+"-edge").active.map(function(s){i._targetEl.classList.remove(s)}),this._getPlacementClasses(this._options.placement+"-edge").inactive.map(function(s){i._targetEl.classList.add(s)})):(this._getPlacementClasses(this._options.placement).active.map(function(s){i._targetEl.classList.remove(s)}),this._getPlacementClasses(this._options.placement).inactive.map(function(s){i._targetEl.classList.add(s)})),this._targetEl.setAttribute("aria-hidden","true"),this._targetEl.removeAttribute("aria-modal"),this._targetEl.removeAttribute("role"),this._options.bodyScrolling||document.body.classList.remove("overflow-hidden"),this._options.backdrop&&this._destroyBackdropEl(),this._visible=!1,this._options.onHide(this)},t.prototype.show=function(){var i=this;this._options.edge?(this._getPlacementClasses(this._options.placement+"-edge").active.map(function(s){i._targetEl.classList.add(s)}),this._getPlacementClasses(this._options.placement+"-edge").inactive.map(function(s){i._targetEl.classList.remove(s)})):(this._getPlacementClasses(this._options.placement).active.map(function(s){i._targetEl.classList.add(s)}),this._getPlacementClasses(this._options.placement).inactive.map(function(s){i._targetEl.classList.remove(s)})),this._targetEl.setAttribute("aria-modal","true"),this._targetEl.setAttribute("role","dialog"),this._targetEl.removeAttribute("aria-hidden"),this._options.bodyScrolling||document.body.classList.add("overflow-hidden"),this._options.backdrop&&this._createBackdrop(),this._visible=!0,this._options.onShow(this)},t.prototype.toggle=function(){this.isVisible()?this.hide():this.show()},t.prototype._createBackdrop=function(){var i,s=this;if(!this._visible){var a=document.createElement("div");a.setAttribute("drawer-backdrop",""),(i=a.classList).add.apply(i,this._options.backdropClasses.split(" ")),document.querySelector("body").append(a),a.addEventListener("click",function(){s.hide()})}},t.prototype._destroyBackdropEl=function(){this._visible&&document.querySelector("[drawer-backdrop]").remove()},t.prototype._getPlacementClasses=function(i){switch(i){case"top":return{base:["top-0","left-0","right-0"],active:["transform-none"],inactive:["-translate-y-full"]};case"right":return{base:["right-0","top-0"],active:["transform-none"],inactive:["translate-x-full"]};case"bottom":return{base:["bottom-0","left-0","right-0"],active:["transform-none"],inactive:["translate-y-full"]};case"left":return{base:["left-0","top-0"],active:["transform-none"],inactive:["-translate-x-full"]};case"bottom-edge":return{base:["left-0","top-0"],active:["transform-none"],inactive:["translate-y-full",this._options.edgeOffset]};default:return{base:["left-0","top-0"],active:["transform-none"],inactive:["-translate-x-full"]}}},t.prototype.isHidden=function(){return!this._visible},t.prototype.isVisible=function(){return this._visible},t}(),km=function(t,i){if(i.some(function(s){return s.id===t}))return i.find(function(s){return s.id===t})};function Hy(){var t=[];document.querySelectorAll("[data-drawer-target]").forEach(function(i){var s=i.getAttribute("data-drawer-target"),a=document.getElementById(s);if(a){var r=i.getAttribute("data-drawer-placement"),e=i.getAttribute("data-drawer-body-scrolling"),d=i.getAttribute("data-drawer-backdrop"),y=i.getAttribute("data-drawer-edge"),w=i.getAttribute("data-drawer-edge-offset");km(s,t)||t.push({id:s,object:new ME(a,{placement:r||j0.placement,bodyScrolling:e?e==="true":j0.bodyScrolling,backdrop:d?d==="true":j0.backdrop,edge:y?y==="true":j0.edge,edgeOffset:w||j0.edgeOffset})})}else console.error("Drawer with id ".concat(s," not found. Are you sure that the data-drawer-target attribute points to the correct drawer id?"))}),document.querySelectorAll("[data-drawer-toggle]").forEach(function(i){var s=i.getAttribute("data-drawer-toggle"),a=document.getElementById(s);if(a){var r=km(s,t);r?i.addEventListener("click",function(){r.object.toggle()}):console.error("Drawer with id ".concat(s," has not been initialized. Please initialize it using the data-drawer-target attribute."))}else console.error("Drawer with id ".concat(s," not found. Are you sure that the data-drawer-target attribute points to the correct drawer id?"))}),document.querySelectorAll("[data-drawer-dismiss], [data-drawer-hide]").forEach(function(i){var s=i.getAttribute("data-drawer-dismiss")?i.getAttribute("data-drawer-dismiss"):i.getAttribute("data-drawer-hide"),a=document.getElementById(s);if(a){var r=km(s,t);r?i.addEventListener("click",function(){r.object.hide()}):console.error("Drawer with id ".concat(s," has not been initialized. Please initialize it using the data-drawer-target attribute."))}else console.error("Drawer with id ".concat(s," not found. Are you sure that the data-drawer-target attribute points to the correct drawer id"))}),document.querySelectorAll("[data-drawer-show]").forEach(function(i){var s=i.getAttribute("data-drawer-show"),a=document.getElementById(s);if(a){var r=km(s,t);r?i.addEventListener("click",function(){r.object.show()}):console.error("Drawer with id ".concat(s," has not been initialized. Please initialize it using the data-drawer-target attribute."))}else console.error("Drawer with id ".concat(s," not found. Are you sure that the data-drawer-target attribute points to the correct drawer id?"))})}typeof window<"u"&&(window.Drawer=ME,window.initDrawers=Hy);var f2=globalThis&&globalThis.__assign||function(){return f2=Object.assign||function(t){for(var i,s=1,a=arguments.length;s<a;s++){i=arguments[s];for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&(t[r]=i[r])}return t},f2.apply(this,arguments)},K3={defaultTabId:null,activeClasses:"text-blue-600 hover:text-blue-600 dark:text-blue-500 dark:hover:text-blue-500 border-blue-600 dark:border-blue-500",inactiveClasses:"dark:border-transparent text-gray-500 hover:text-gray-600 dark:text-gray-400 border-gray-100 hover:border-gray-300 dark:border-gray-700 dark:hover:text-gray-300",onShow:function(){}},LE=function(){function t(i,s){i===void 0&&(i=[]),s===void 0&&(s=K3),this._items=i,this._activeTab=s?this.getTab(s.defaultTabId):null,this._options=f2(f2({},K3),s),this._init()}return t.prototype._init=function(){var i=this;this._items.length&&(this._activeTab||this._setActiveTab(this._items[0]),this.show(this._activeTab.id,!0),this._items.map(function(s){s.triggerEl.addEventListener("click",function(){i.show(s.id)})}))},t.prototype.getActiveTab=function(){return this._activeTab},t.prototype._setActiveTab=function(i){this._activeTab=i},t.prototype.getTab=function(i){return this._items.filter(function(s){return s.id===i})[0]},t.prototype.show=function(i,s){var a,r,e=this;s===void 0&&(s=!1);var d=this.getTab(i);d===this._activeTab&&!s||(this._items.map(function(y){var w,F;y!==d&&((w=y.triggerEl.classList).remove.apply(w,e._options.activeClasses.split(" ")),(F=y.triggerEl.classList).add.apply(F,e._options.inactiveClasses.split(" ")),y.targetEl.classList.add("hidden"),y.triggerEl.setAttribute("aria-selected","false"))}),(a=d.triggerEl.classList).add.apply(a,this._options.activeClasses.split(" ")),(r=d.triggerEl.classList).remove.apply(r,this._options.inactiveClasses.split(" ")),d.triggerEl.setAttribute("aria-selected","true"),d.targetEl.classList.remove("hidden"),this._setActiveTab(d),this._options.onShow(this,d))},t}();function Wy(){document.querySelectorAll("[data-tabs-toggle]").forEach(function(t){var i=[],s=null;t.querySelectorAll('[role="tab"]').forEach(function(a){var r=a.getAttribute("aria-selected")==="true",e={id:a.getAttribute("data-tabs-target"),triggerEl:a,targetEl:document.querySelector(a.getAttribute("data-tabs-target"))};i.push(e),r&&(s=e.id)}),new LE(i,{defaultTabId:s})})}typeof window<"u"&&(window.Tabs=LE,window.initTabs=Wy);var cf=globalThis&&globalThis.__assign||function(){return cf=Object.assign||function(t){for(var i,s=1,a=arguments.length;s<a;s++){i=arguments[s];for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&(t[r]=i[r])}return t},cf.apply(this,arguments)},Om=globalThis&&globalThis.__spreadArray||function(t,i,s){if(s||arguments.length===2)for(var a=0,r=i.length,e;a<r;a++)(e||!(a in i))&&(e||(e=Array.prototype.slice.call(i,0,a)),e[a]=i[a]);return t.concat(e||Array.prototype.slice.call(i))},h2={placement:"top",triggerType:"hover",onShow:function(){},onHide:function(){},onToggle:function(){}},zy=function(){function t(i,s,a){i===void 0&&(i=null),s===void 0&&(s=null),a===void 0&&(a=h2),this._targetEl=i,this._triggerEl=s,this._options=cf(cf({},h2),a),this._popperInstance=this._createPopperInstance(),this._visible=!1,this._init()}return t.prototype._init=function(){this._triggerEl&&this._setupEventListeners()},t.prototype._setupEventListeners=function(){var i=this,s=this._getTriggerEvents();s.showEvents.forEach(function(a){i._triggerEl.addEventListener(a,function(){i.show()})}),s.hideEvents.forEach(function(a){i._triggerEl.addEventListener(a,function(){i.hide()})})},t.prototype._createPopperInstance=function(){return By(this._triggerEl,this._targetEl,{placement:this._options.placement,modifiers:[{name:"offset",options:{offset:[0,8]}}]})},t.prototype._getTriggerEvents=function(){switch(this._options.triggerType){case"hover":return{showEvents:["mouseenter","focus"],hideEvents:["mouseleave","blur"]};case"click":return{showEvents:["click","focus"],hideEvents:["focusout","blur"]};case"none":return{showEvents:[],hideEvents:[]};default:return{showEvents:["mouseenter","focus"],hideEvents:["mouseleave","blur"]}}},t.prototype._setupKeydownListener=function(){var i=this;this._keydownEventListener=function(s){s.key==="Escape"&&i.hide()},document.body.addEventListener("keydown",this._keydownEventListener,!0)},t.prototype._removeKeydownListener=function(){document.body.removeEventListener("keydown",this._keydownEventListener,!0)},t.prototype._setupClickOutsideListener=function(){var i=this;this._clickOutsideEventListener=function(s){i._handleClickOutside(s,i._targetEl)},document.body.addEventListener("click",this._clickOutsideEventListener,!0)},t.prototype._removeClickOutsideListener=function(){document.body.removeEventListener("click",this._clickOutsideEventListener,!0)},t.prototype._handleClickOutside=function(i,s){var a=i.target;a!==s&&!s.contains(a)&&!this._triggerEl.contains(a)&&this.isVisible()&&this.hide()},t.prototype.isVisible=function(){return this._visible},t.prototype.toggle=function(){this.isVisible()?this.hide():this.show()},t.prototype.show=function(){this._targetEl.classList.remove("opacity-0","invisible"),this._targetEl.classList.add("opacity-100","visible"),this._popperInstance.setOptions(function(i){return cf(cf({},i),{modifiers:Om(Om([],i.modifiers,!0),[{name:"eventListeners",enabled:!0}],!1)})}),this._setupClickOutsideListener(),this._setupKeydownListener(),this._popperInstance.update(),this._visible=!0,this._options.onShow(this)},t.prototype.hide=function(){this._targetEl.classList.remove("opacity-100","visible"),this._targetEl.classList.add("opacity-0","invisible"),this._popperInstance.setOptions(function(i){return cf(cf({},i),{modifiers:Om(Om([],i.modifiers,!0),[{name:"eventListeners",enabled:!1}],!1)})}),this._removeClickOutsideListener(),this._removeKeydownListener(),this._visible=!1,this._options.onHide(this)},t}();function jy(){document.querySelectorAll("[data-tooltip-target]").forEach(function(t){var i=t.getAttribute("data-tooltip-target"),s=document.getElementById(i);if(s){var a=t.getAttribute("data-tooltip-trigger"),r=t.getAttribute("data-tooltip-placement");new zy(s,t,{placement:r||h2.placement,triggerType:a||h2.triggerType})}else console.error('The tooltip element with id "'.concat(i,'" does not exist. Please check the data-tooltip-target attribute.'))})}typeof window<"u"&&(window.Tooltip=zy,window.initTooltips=jy);var uf=globalThis&&globalThis.__assign||function(){return uf=Object.assign||function(t){for(var i,s=1,a=arguments.length;s<a;s++){i=arguments[s];for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&(t[r]=i[r])}return t},uf.apply(this,arguments)},Rm=globalThis&&globalThis.__spreadArray||function(t,i,s){if(s||arguments.length===2)for(var a=0,r=i.length,e;a<r;a++)(e||!(a in i))&&(e||(e=Array.prototype.slice.call(i,0,a)),e[a]=i[a]);return t.concat(e||Array.prototype.slice.call(i))},yp={placement:"top",offset:10,triggerType:"hover",onShow:function(){},onHide:function(){},onToggle:function(){}},BE=function(){function t(i,s,a){i===void 0&&(i=null),s===void 0&&(s=null),a===void 0&&(a=yp),this._targetEl=i,this._triggerEl=s,this._options=uf(uf({},yp),a),this._popperInstance=this._createPopperInstance(),this._visible=!1,this._init()}return t.prototype._init=function(){this._triggerEl&&this._setupEventListeners()},t.prototype._setupEventListeners=function(){var i=this,s=this._getTriggerEvents();s.showEvents.forEach(function(a){i._triggerEl.addEventListener(a,function(){i.show()}),i._targetEl.addEventListener(a,function(){i.show()})}),s.hideEvents.forEach(function(a){i._triggerEl.addEventListener(a,function(){setTimeout(function(){i._targetEl.matches(":hover")||i.hide()},100)}),i._targetEl.addEventListener(a,function(){setTimeout(function(){i._triggerEl.matches(":hover")||i.hide()},100)})})},t.prototype._createPopperInstance=function(){return By(this._triggerEl,this._targetEl,{placement:this._options.placement,modifiers:[{name:"offset",options:{offset:[0,this._options.offset]}}]})},t.prototype._getTriggerEvents=function(){switch(this._options.triggerType){case"hover":return{showEvents:["mouseenter","focus"],hideEvents:["mouseleave","blur"]};case"click":return{showEvents:["click","focus"],hideEvents:["focusout","blur"]};case"none":return{showEvents:[],hideEvents:[]};default:return{showEvents:["mouseenter","focus"],hideEvents:["mouseleave","blur"]}}},t.prototype._setupKeydownListener=function(){var i=this;this._keydownEventListener=function(s){s.key==="Escape"&&i.hide()},document.body.addEventListener("keydown",this._keydownEventListener,!0)},t.prototype._removeKeydownListener=function(){document.body.removeEventListener("keydown",this._keydownEventListener,!0)},t.prototype._setupClickOutsideListener=function(){var i=this;this._clickOutsideEventListener=function(s){i._handleClickOutside(s,i._targetEl)},document.body.addEventListener("click",this._clickOutsideEventListener,!0)},t.prototype._removeClickOutsideListener=function(){document.body.removeEventListener("click",this._clickOutsideEventListener,!0)},t.prototype._handleClickOutside=function(i,s){var a=i.target;a!==s&&!s.contains(a)&&!this._triggerEl.contains(a)&&this.isVisible()&&this.hide()},t.prototype.isVisible=function(){return this._visible},t.prototype.toggle=function(){this.isVisible()?this.hide():this.show(),this._options.onToggle(this)},t.prototype.show=function(){this._targetEl.classList.remove("opacity-0","invisible"),this._targetEl.classList.add("opacity-100","visible"),this._popperInstance.setOptions(function(i){return uf(uf({},i),{modifiers:Rm(Rm([],i.modifiers,!0),[{name:"eventListeners",enabled:!0}],!1)})}),this._setupClickOutsideListener(),this._setupKeydownListener(),this._popperInstance.update(),this._visible=!0,this._options.onShow(this)},t.prototype.hide=function(){this._targetEl.classList.remove("opacity-100","visible"),this._targetEl.classList.add("opacity-0","invisible"),this._popperInstance.setOptions(function(i){return uf(uf({},i),{modifiers:Rm(Rm([],i.modifiers,!0),[{name:"eventListeners",enabled:!1}],!1)})}),this._removeClickOutsideListener(),this._removeKeydownListener(),this._visible=!1,this._options.onHide(this)},t}();function Vy(){document.querySelectorAll("[data-popover-target]").forEach(function(t){var i=t.getAttribute("data-popover-target"),s=document.getElementById(i);if(s){var a=t.getAttribute("data-popover-trigger"),r=t.getAttribute("data-popover-placement"),e=t.getAttribute("data-popover-offset");new BE(s,t,{placement:r||yp.placement,offset:e?parseInt(e):yp.offset,triggerType:a||yp.triggerType})}else console.error('The popover element with id "'.concat(i,'" does not exist. Please check the data-popover-target attribute.'))})}typeof window<"u"&&(window.Popover=BE,window.initPopovers=Vy);var d2=globalThis&&globalThis.__assign||function(){return d2=Object.assign||function(t){for(var i,s=1,a=arguments.length;s<a;s++){i=arguments[s];for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&(t[r]=i[r])}return t},d2.apply(this,arguments)},x4={triggerType:"hover",onShow:function(){},onHide:function(){},onToggle:function(){}},UE=function(){function t(i,s,a,r){i===void 0&&(i=null),s===void 0&&(s=null),a===void 0&&(a=null),r===void 0&&(r=x4),this._parentEl=i,this._triggerEl=s,this._targetEl=a,this._options=d2(d2({},x4),r),this._visible=!1,this._init()}return t.prototype._init=function(){var i=this;if(this._triggerEl){var s=this._getTriggerEventTypes(this._options.triggerType);s.showEvents.forEach(function(a){i._triggerEl.addEventListener(a,function(){i.show()}),i._targetEl.addEventListener(a,function(){i.show()})}),s.hideEvents.forEach(function(a){i._parentEl.addEventListener(a,function(){i._parentEl.matches(":hover")||i.hide()})})}},t.prototype.hide=function(){this._targetEl.classList.add("hidden"),this._triggerEl&&this._triggerEl.setAttribute("aria-expanded","false"),this._visible=!1,this._options.onHide(this)},t.prototype.show=function(){this._targetEl.classList.remove("hidden"),this._triggerEl&&this._triggerEl.setAttribute("aria-expanded","true"),this._visible=!0,this._options.onShow(this)},t.prototype.toggle=function(){this._visible?this.hide():this.show()},t.prototype.isHidden=function(){return!this._visible},t.prototype.isVisible=function(){return this._visible},t.prototype._getTriggerEventTypes=function(i){switch(i){case"hover":return{showEvents:["mouseenter","focus"],hideEvents:["mouseleave","blur"]};case"click":return{showEvents:["click","focus"],hideEvents:["focusout","blur"]};case"none":return{showEvents:[],hideEvents:[]};default:return{showEvents:["mouseenter","focus"],hideEvents:["mouseleave","blur"]}}},t}();function Gy(){document.querySelectorAll("[data-dial-init]").forEach(function(t){var i=t.querySelector("[data-dial-toggle]");if(i){var s=i.getAttribute("data-dial-toggle"),a=document.getElementById(s);if(a){var r=i.getAttribute("data-dial-trigger");new UE(t,i,a,{triggerType:r||x4.triggerType})}else console.error("Dial with id ".concat(s," does not exist. Are you sure that the data-dial-toggle attribute points to the correct modal id?"))}else console.error("Dial with id ".concat(t.id," does not have a trigger element. Are you sure that the data-dial-toggle attribute exists?"))})}typeof window<"u"&&(window.Dial=UE,window.initDials=Gy);function rk(){Ty(),Ay(),Sy(),ky(),Uy(),$y(),Hy(),Wy(),jy(),Vy(),Gy()}typeof window<"u"&&(window.initFlowbite=rk);var nk=new QS("load",[Ty,Ay,Sy,ky,Uy,$y,Hy,Wy,jy,Vy,Gy]);nk.init();const ik=Ht("div",{class:"tooltip-arrow","data-popper-arrow":""},null,-1),$E=ls({__name:"Tooltip",props:{placement:null},setup(t){const i=t,s=nr(null),a=nr(null),r=gn(()=>i.placement??"auto");return bl(()=>{if(s.value&&a.value){const e={placement:r.value,triggerType:"hover"};new zy(s.value,a.value,e)}}),(e,d)=>(fn(),Vn("div",null,[Ht("div",{ref_key:"tooltipTriggerEl",ref:a},[eh(e.$slots,"default")],512),Ht("div",{ref_key:"tooltipTargetEl",ref:s,role:"tooltip",class:"tooltip inline-block absolute invisible px-3 py-2 transition-opacity duration-300 shadow-sm opacity-0","z-99999":"",rounded:"","text-base":"","text-white":"","font-medium":"","bg-gray-900":"","dark:bg-gray-700":""},[Ht("div",null,[eh(e.$slots,"popper")]),ik],512)]))}}),sk="0.36.0",HE="https://github.com/xcpcio/xcpcio",ak="2b43706d12";var hl=(t=>(t.PENDING="PENDING",t.RUNNING="RUNNING",t.FROZEN="FROZEN",t.FINISHED="FINISHED",t.PAUSED="PAUSED",t))(hl||{}),Bt=(t=>(t.PENDING="PENDING",t.WAITING="WAITING",t.PREPARING="PREPARING",t.COMPILING="COMPILING",t.RUNNING="RUNNING",t.JUDGING="JUDGING",t.FROZEN="FROZEN",t.ACCEPTED="ACCEPTED",t.CORRECT="CORRECT",t.PARTIALLY_CORRECT="PARTIALLY_CORRECT",t.REJECTED="REJECTED",t.WRONG_ANSWER="WRONG_ANSWER",t.NO_OUTPUT="NO_OUTPUT",t.COMPILATION_ERROR="COMPILATION_ERROR",t.PRESENTATION_ERROR="PRESENTATION_ERROR",t.RUNTIME_ERROR="RUNTIME_ERROR",t.TIME_LIMIT_EXCEEDED="TIME_LIMIT_EXCEEDED",t.MEMORY_LIMIT_EXCEEDED="MEMORY_LIMIT_EXCEEDED",t.OUTPUT_LIMIT_EXCEEDED="OUTPUT_LIMIT_EXCEEDED",t.IDLENESS_LIMIT_EXCEEDED="IDLENESS_LIMIT_EXCEEDED",t.HACKED="HACKED",t.JUDGEMENT_FAILED="JUDGEMENT_FAILED",t.CONFIGURATION_ERROR="CONFIGURATION_ERROR",t.FILE_ERROR="FILE_ERROR",t.SYSTEM_ERROR="SYSTEM_ERROR",t.CANCELED="CANCELED",t.SKIPPED="SKIPPED",t.SECURITY_VIOLATED="SECURITY_VIOLATED",t.DENIAL_OF_JUDGEMENT="DENIAL_OF_JUDGEMENT",t.UNKNOWN="UNKNOWN",t.UNDEFINED="UNDEFINED",t))(Bt||{});const jI={PENDING:"Pending",WAITING:"Waiting",PREPARING:"Preparing",COMPILING:"Compiling",RUNNING:"Running",JUDGING:"Judging",FROZEN:"Frozen",ACCEPTED:"Accepted",CORRECT:"Correct",PARTIALLY_CORRECT:"Partially Correct",REJECTED:"Rejected",WRONG_ANSWER:"Wrong Answer",NO_OUTPUT:"No Output",COMPILATION_ERROR:"Compilation Error",PRESENTATION_ERROR:"Presentation Error",RUNTIME_ERROR:"Runtime Error",TIME_LIMIT_EXCEEDED:"Time Limit Exceeded",MEMORY_LIMIT_EXCEEDED:"Memory Limit Exceeded",OUTPUT_LIMIT_EXCEEDED:"Output Limit Exceeded",IDLENESS_LIMIT_EXCEEDED:"Idleness Limit Exceeded",HACKED:"Hacked",JUDGEMENT_FAILED:"Judgement Failed",CONFIGURATION_ERROR:"Configuration Error",FILE_ERROR:"File Error",SYSTEM_ERROR:"System Error",CANCELED:"Canceled",SKIPPED:"Skipped",SECURITY_VIOLATED:"Security Violated",DENIAL_OF_JUDGEMENT:"Denial Of Judgement",UNKNOWN:"Unknown",UNDEFINED:"Undefined"},VI={PENDING:"PD",WAITING:"PD",PREPARING:"PD",COMPILING:"PD",RUNNING:"PD",JUDGING:"PD",FROZEN:"?",ACCEPTED:"AC",CORRECT:"AC",PARTIALLY_CORRECT:"RJ",REJECTED:"RJ",WRONG_ANSWER:"WA",NO_OUTPUT:"NO",COMPILATION_ERROR:"CE",PRESENTATION_ERROR:"PE",RUNTIME_ERROR:"RTE",TIME_LIMIT_EXCEEDED:"TLE",MEMORY_LIMIT_EXCEEDED:"MLE",OUTPUT_LIMIT_EXCEEDED:"OLE",IDLENESS_LIMIT_EXCEEDED:"ILE",HACKED:"RJ",JUDGEMENT_FAILED:"RJ",CONFIGURATION_ERROR:"RJ",FILE_ERROR:"RJ",SYSTEM_ERROR:"RJ",CANCELED:"RJ",SKIPPED:"RJ",SECURITY_VIOLATED:"RJ",DENIAL_OF_JUDGEMENT:"RJ",UNKNOWN:"RJ",UNDEFINED:"RJ"},ok={"mt-8":"","py-4":"","md:py-8":"","lg:py-10":"","w-full":"",flex:"","justify-center":"","items-center":""},lk={"text-center":"","w-full":""},ck=Ht("div",{"i-ion-balloon-sharp":"","mr-4":"","h-8":""},null,-1),uk=Ht("p",{"my-6":"","text-gray-500":"","dark:text-gray-400":"","w-full":"",flex:"","justify-center":""}," Open-source project of ICPC/CCPC Standings. ",-1),fk={"mb-6":"","w-full":"",flex:"","flex-wrap":"","items-center":"","justify-center":"","text-gray-900":"","dark:text-white":""},hk={"mr-4":"","md:mr-6":""},dk=["href"],pk={flex:"","justify-center":"","items-start":"","flex-col":""},gk={"mr-4":"","md:mr-6":""},mk=Ht("a",{href:"mailto:hi@dup4.com","hover:underline":""}," Contact ",-1),vk={flex:"","justify-center":"","items-start":"","flex-col":""},bk={"text-sm":"","text-gray-500":"","sm:text-center":"","dark:text-gray-400":"","w-full":""},yk=ls({__name:"Footer",setup(t){const i=gn(()=>window?window.CDN_HOST:""),s=gn(()=>window?window.DATA_HOST:""),a=gn(()=>window?window.DATA_REGION:"");return(r,e)=>{const d=ml("RouterLink"),y=$E;return fn(),Vn("footer",ok,[Ht("div",lk,[Yr(d,{flex:"","items-center":"","justify-center":"","text-2xl":"","font-semibold":"","text-gray-900":"","dark:text-white":"",to:"/"},{default:bs(()=>[ck,Hl(" Get more balloons ")]),_:1}),uk,Ht("ul",fk,[Ht("li",null,[Yr(d,{to:"/","mr-4":"","md:mr-6":"","hover:underline":""},{default:bs(()=>[Hl(" Home ")]),_:1})]),Ht("li",null,[Ht("div",hk,[Yr(y,null,{popper:bs(()=>[Ht("div",pk,[Ht("div",null,"Tag: "+Ji(gr(sk)),1),Ht("div",null,"Sha: "+Ji(gr(ak)),1)])]),default:bs(()=>[Ht("a",{href:gr(HE),"hover:underline":"",rel:"noreferrer",target:"_blank",title:"GitHub"}," GitHub ",8,dk)]),_:1})])]),Ht("li",null,[Ht("div",gk,[Yr(y,null,{popper:bs(()=>[Ht("div",vk,[Ht("div",null,"CDN Host: "+Ji(gr(i)),1),Ht("div",null,"DATA Host: "+Ji(gr(s)),1),Ht("div",null,"Data Region: "+Ji(gr(a)),1)])]),default:bs(()=>[mk]),_:1})])])]),Ht("span",bk,[Hl("© 2020-PRESENT "),Yr(d,{to:"/","hover:underline":""},{default:bs(()=>[Hl("XCPCIO™")]),_:1}),Hl(". All Rights Reserved.")])])])}}});function Yl(t){return S2()?(G4(t),!0):!1}function Pb(){const t=new Set,i=r=>{t.delete(r)};return{on:r=>{t.add(r);const e=()=>i(r);return Yl(e),{off:e}},off:i,trigger:r=>Promise.all(Array.from(t).map(e=>e(r)))}}function Si(t){return typeof t=="function"?t():gr(t)}const Ud=typeof window<"u",_k=t=>typeof t<"u",wk=t=>t!=null,xd=()=>{};function Dk(t,i){function s(...a){return new Promise((r,e)=>{Promise.resolve(t(()=>i.apply(this,a),{fn:i,thisArg:this,args:a})).then(r).catch(e)})}return s}const WE=t=>t();function Fk(t=WE){const i=nr(!0);function s(){i.value=!1}function a(){i.value=!0}const r=(...e)=>{i.value&&t(...e)};return{isActive:sh(i),pause:s,resume:a,eventFilter:r}}function Q3(t,i=!1,s="Timeout"){return new Promise((a,r)=>{setTimeout(i?()=>r(s):a,t)})}function Ek(t,...i){return i.some(s=>s in t)}function _p(...t){if(t.length!==1)return SD(...t);const i=t[0];return typeof i=="function"?sh(ey(()=>({get:i,set:xd}))):nr(i)}function xk(t,i=!0){Ds()?bl(t):i?t():Kl(t)}function C4(t,i=!1){function s(S,{flush:R="sync",deep:L=!1,timeout:B,throwOnTimeout:I}={}){let z=null;const K=[new Promise(oe=>{z=qn(t,G=>{S(G)!==i&&(z==null||z(),oe(G))},{flush:R,deep:L,immediate:!0})})];return B!=null&&K.push(Q3(B,I).then(()=>Si(t)).finally(()=>z==null?void 0:z())),Promise.race(K)}function a(S,R){if(!Mn(S))return s(G=>G===S,R);const{flush:L="sync",deep:B=!1,timeout:I,throwOnTimeout:z}=R??{};let W=null;const oe=[new Promise(G=>{W=qn([t,S],([j,Z])=>{i!==(j===Z)&&(W==null||W(),G(j))},{flush:L,deep:B,immediate:!0})})];return I!=null&&oe.push(Q3(I,z).then(()=>Si(t)).finally(()=>(W==null||W(),Si(t)))),Promise.race(oe)}function r(S){return s(R=>!!R,S)}function e(S){return a(null,S)}function d(S){return a(void 0,S)}function y(S){return s(Number.isNaN,S)}function w(S,R){return s(L=>{const B=Array.from(L);return B.includes(S)||B.includes(Si(S))},R)}function F(S){return C(1,S)}function C(S=1,R){let L=-1;return s(()=>(L+=1,L>=S),R)}return Array.isArray(Si(t))?{toMatch:s,toContains:w,changed:F,changedTimes:C,get not(){return C4(t,!i)}}:{toMatch:s,toBe:a,toBeTruthy:r,toBeNull:e,toBeNaN:y,toBeUndefined:d,changed:F,changedTimes:C,get not(){return C4(t,!i)}}}function Ck(t){return C4(t)}function Tk(t,i=1e3,s={}){const{immediate:a=!0,immediateCallback:r=!1}=s;let e=null;const d=nr(!1);function y(){e&&(clearInterval(e),e=null)}function w(){d.value=!1,y()}function F(){const C=Si(i);C<=0||(d.value=!0,r&&t(),y(),e=setInterval(t,C))}if(a&&Ud&&F(),Mn(i)||typeof i=="function"){const C=qn(i,()=>{d.value&&Ud&&F()});Yl(C)}return Yl(w),{isActive:d,pause:w,resume:F}}function zE(t,i,s={}){const{immediate:a=!0}=s,r=nr(!1);let e=null;function d(){e&&(clearTimeout(e),e=null)}function y(){r.value=!1,d()}function w(...F){d(),r.value=!0,e=setTimeout(()=>{r.value=!1,e=null,t(...F)},Si(i))}return a&&(r.value=!0,Ud&&w()),Yl(y),{isPending:sh(r),start:w,stop:y}}function Ak(t=!1,i={}){const{truthyValue:s=!0,falsyValue:a=!1}=i,r=Mn(t),e=nr(t);function d(y){if(arguments.length)return e.value=y,e.value;{const w=Si(s);return e.value=e.value===w?Si(a):w,e.value}}return r?d:[e,d]}var X3=Object.getOwnPropertySymbols,Sk=Object.prototype.hasOwnProperty,kk=Object.prototype.propertyIsEnumerable,Ok=(t,i)=>{var s={};for(var a in t)Sk.call(t,a)&&i.indexOf(a)<0&&(s[a]=t[a]);if(t!=null&&X3)for(var a of X3(t))i.indexOf(a)<0&&kk.call(t,a)&&(s[a]=t[a]);return s};function Rk(t,i,s={}){const a=s,{eventFilter:r=WE}=a,e=Ok(a,["eventFilter"]);return qn(t,Dk(r,i),e)}var Pk=Object.defineProperty,Ik=Object.defineProperties,Nk=Object.getOwnPropertyDescriptors,p2=Object.getOwnPropertySymbols,jE=Object.prototype.hasOwnProperty,VE=Object.prototype.propertyIsEnumerable,J3=(t,i,s)=>i in t?Pk(t,i,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[i]=s,Mk=(t,i)=>{for(var s in i||(i={}))jE.call(i,s)&&J3(t,s,i[s]);if(p2)for(var s of p2(i))VE.call(i,s)&&J3(t,s,i[s]);return t},Lk=(t,i)=>Ik(t,Nk(i)),Bk=(t,i)=>{var s={};for(var a in t)jE.call(t,a)&&i.indexOf(a)<0&&(s[a]=t[a]);if(t!=null&&p2)for(var a of p2(t))i.indexOf(a)<0&&VE.call(t,a)&&(s[a]=t[a]);return s};function Uk(t,i,s={}){const a=s,{eventFilter:r}=a,e=Bk(a,["eventFilter"]),{eventFilter:d,pause:y,resume:w,isActive:F}=Fk(r);return{stop:Rk(t,i,Lk(Mk({},e),{eventFilter:d})),pause:y,resume:w,isActive:F}}function Cd(t){var i;const s=Si(t);return(i=s==null?void 0:s.$el)!=null?i:s}const ao=Ud?window:void 0,$k=Ud?window.document:void 0,Hk=Ud?window.navigator:void 0;function Uc(...t){let i,s,a,r;if(typeof t[0]=="string"||Array.isArray(t[0])?([s,a,r]=t,i=ao):[i,s,a,r]=t,!i)return xd;Array.isArray(s)||(s=[s]),Array.isArray(a)||(a=[a]);const e=[],d=()=>{e.forEach(C=>C()),e.length=0},y=(C,S,R,L)=>(C.addEventListener(S,R,L),()=>C.removeEventListener(S,R,L)),w=qn(()=>[Cd(i),Si(r)],([C,S])=>{d(),C&&e.push(...s.flatMap(R=>a.map(L=>y(C,R,L,S))))},{immediate:!0,flush:"post"}),F=()=>{w(),d()};return Yl(F),F}function Wk(t){return typeof t=="function"?t:typeof t=="string"?i=>i.key===t:Array.isArray(t)?i=>t.includes(i.key):()=>!0}function GI(...t){let i,s,a={};t.length===3?(i=t[0],s=t[1],a=t[2]):t.length===2?typeof t[1]=="object"?(i=!0,s=t[0],a=t[1]):(i=t[0],s=t[1]):(i=!0,s=t[0]);const{target:r=ao,eventName:e="keydown",passive:d=!1,dedupe:y=!1}=a,w=Wk(i);return Uc(r,e,C=>{C.repeat&&Si(y)||w(C)&&s(C)},d)}function zk(){const t=nr(!1);return Ds()&&bl(()=>{t.value=!0}),t}function X2(t){const i=zk();return gn(()=>(i.value,!!t()))}function jk(t,i={}){const{immediate:s=!0,window:a=ao}=i,r=nr(!1);let e=0,d=null;function y(C){if(!r.value||!a)return;const S=C-(e||C);t({delta:S,timestamp:C}),e=C,d=a.requestAnimationFrame(y)}function w(){!r.value&&a&&(r.value=!0,d=a.requestAnimationFrame(y))}function F(){r.value=!1,d!=null&&a&&(a.cancelAnimationFrame(d),d=null)}return s&&w(),Yl(F),{isActive:sh(r),pause:F,resume:w}}function Vk(t,i={}){const{window:s=ao}=i,a=X2(()=>s&&"matchMedia"in s&&typeof s.matchMedia=="function");let r;const e=nr(!1),d=F=>{e.value=F.matches},y=()=>{r&&("removeEventListener"in r?r.removeEventListener("change",d):r.removeListener(d))},w=sy(()=>{a.value&&(y(),r=s.matchMedia(Si(t)),"addEventListener"in r?r.addEventListener("change",d):r.addListener(d),e.value=r.matches)});return Yl(()=>{w(),y(),r=void 0}),e}function YI(t={}){const{navigator:i=Hk,read:s=!1,source:a,copiedDuring:r=1500,legacy:e=!1}=t,d=X2(()=>i&&"clipboard"in i),y=gn(()=>d.value||e),w=nr(""),F=nr(!1),C=zE(()=>F.value=!1,r);function S(){d.value?i.clipboard.readText().then(I=>{w.value=I}):w.value=B()}y.value&&s&&Uc(["copy","cut"],S);async function R(I=Si(a)){y.value&&I!=null&&(d.value?await i.clipboard.writeText(I):L(I),w.value=I,F.value=!0,C.start())}function L(I){const z=document.createElement("textarea");z.value=I??"",z.style.position="absolute",z.style.opacity="0",document.body.appendChild(z),z.select(),document.execCommand("copy"),z.remove()}function B(){var I,z,W;return(W=(z=(I=document==null?void 0:document.getSelection)==null?void 0:I.call(document))==null?void 0:z.toString())!=null?W:""}return{isSupported:y,text:w,copied:F,copy:R}}function Gk(t){return JSON.parse(JSON.stringify(t))}const Pm=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Im="__vueuse_ssr_handlers__",Yk=qk();function qk(){return Im in Pm||(Pm[Im]=Pm[Im]||{}),Pm[Im]}function GE(t,i){return Yk[t]||i}function Kk(t){return t==null?"any":t instanceof Set?"set":t instanceof Map?"map":t instanceof Date?"date":typeof t=="boolean"?"boolean":typeof t=="string"?"string":typeof t=="object"?"object":Number.isNaN(t)?"any":"number"}var Qk=Object.defineProperty,Z3=Object.getOwnPropertySymbols,Xk=Object.prototype.hasOwnProperty,Jk=Object.prototype.propertyIsEnumerable,ew=(t,i,s)=>i in t?Qk(t,i,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[i]=s,tw=(t,i)=>{for(var s in i||(i={}))Xk.call(i,s)&&ew(t,s,i[s]);if(Z3)for(var s of Z3(i))Jk.call(i,s)&&ew(t,s,i[s]);return t};const Zk={boolean:{read:t=>t==="true",write:t=>String(t)},object:{read:t=>JSON.parse(t),write:t=>JSON.stringify(t)},number:{read:t=>Number.parseFloat(t),write:t=>String(t)},any:{read:t=>t,write:t=>String(t)},string:{read:t=>t,write:t=>String(t)},map:{read:t=>new Map(JSON.parse(t)),write:t=>JSON.stringify(Array.from(t.entries()))},set:{read:t=>new Set(JSON.parse(t)),write:t=>JSON.stringify(Array.from(t))},date:{read:t=>new Date(t),write:t=>t.toISOString()}},rw="vueuse-storage";function e9(t,i,s,a={}){var r;const{flush:e="pre",deep:d=!0,listenToStorageChanges:y=!0,writeDefaults:w=!0,mergeDefaults:F=!1,shallow:C,window:S=ao,eventFilter:R,onError:L=ne=>{console.error(ne)}}=a,B=(C?Dd:nr)(i);if(!s)try{s=GE("getDefaultStorage",()=>{var ne;return(ne=ao)==null?void 0:ne.localStorage})()}catch(ne){L(ne)}if(!s)return B;const I=Si(i),z=Kk(I),W=(r=a.serializer)!=null?r:Zk[z],{pause:K,resume:oe}=Uk(B,()=>G(B.value),{flush:e,deep:d,eventFilter:R});return S&&y&&(Uc(S,"storage",ie),Uc(S,rw,Z)),ie(),B;function G(ne){try{if(ne==null)s.removeItem(t);else{const ae=W.write(ne),ue=s.getItem(t);ue!==ae&&(s.setItem(t,ae),S&&S.dispatchEvent(new CustomEvent(rw,{detail:{key:t,oldValue:ue,newValue:ae,storageArea:s}})))}}catch(ae){L(ae)}}function j(ne){const ae=ne?ne.newValue:s.getItem(t);if(ae==null)return w&&I!==null&&s.setItem(t,W.write(I)),I;if(!ne&&F){const ue=W.read(ae);return typeof F=="function"?F(ue,I):z==="object"&&!Array.isArray(ue)?tw(tw({},I),ue):ue}else return typeof ae!="string"?ae:W.read(ae)}function Z(ne){ie(ne.detail)}function ie(ne){if(!(ne&&ne.storageArea!==s)){if(ne&&ne.key==null){B.value=I;return}if(!(ne&&ne.key!==t)){K();try{B.value=j(ne)}catch(ae){L(ae)}finally{ne?Kl(oe):oe()}}}}}function YE(t){return Vk("(prefers-color-scheme: dark)",t)}var t9=Object.defineProperty,nw=Object.getOwnPropertySymbols,r9=Object.prototype.hasOwnProperty,n9=Object.prototype.propertyIsEnumerable,iw=(t,i,s)=>i in t?t9(t,i,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[i]=s,i9=(t,i)=>{for(var s in i||(i={}))r9.call(i,s)&&iw(t,s,i[s]);if(nw)for(var s of nw(i))n9.call(i,s)&&iw(t,s,i[s]);return t};function s9(t={}){const{selector:i="html",attribute:s="class",initialValue:a="auto",window:r=ao,storage:e,storageKey:d="vueuse-color-scheme",listenToStorageChanges:y=!0,storageRef:w,emitAuto:F,disableTransition:C=!0}=t,S=i9({auto:"",light:"light",dark:"dark"},t.modes||{}),R=YE({window:r}),L=gn(()=>R.value?"dark":"light"),B=w||(d==null?_p(a):e9(d,a,e,{window:r,listenToStorageChanges:y})),I=gn(()=>B.value==="auto"?L.value:B.value),z=GE("updateHTMLAttrs",(G,j,Z)=>{const ie=typeof G=="string"?r==null?void 0:r.document.querySelector(G):Cd(G);if(!ie)return;let ne;if(C){ne=r.document.createElement("style");const ae="*,*::before,*::after{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}";ne.appendChild(document.createTextNode(ae)),r.document.head.appendChild(ne)}if(j==="class"){const ae=Z.split(/\s/g);Object.values(S).flatMap(ue=>(ue||"").split(/\s/g)).filter(Boolean).forEach(ue=>{ae.includes(ue)?ie.classList.add(ue):ie.classList.remove(ue)})}else ie.setAttribute(j,Z);C&&(r.getComputedStyle(ne).opacity,document.head.removeChild(ne))});function W(G){var j;z(i,s,(j=S[G])!=null?j:G)}function K(G){t.onChanged?t.onChanged(G,W):W(G)}qn(I,K,{flush:"post",immediate:!0}),xk(()=>K(I.value));const oe=gn({get(){return F?B.value:I.value},set(G){B.value=G}});try{return Object.assign(oe,{store:B,system:L,state:I})}catch{return oe}}var sw=Object.getOwnPropertySymbols,a9=Object.prototype.hasOwnProperty,o9=Object.prototype.propertyIsEnumerable,l9=(t,i)=>{var s={};for(var a in t)a9.call(t,a)&&i.indexOf(a)<0&&(s[a]=t[a]);if(t!=null&&sw)for(var a of sw(t))i.indexOf(a)<0&&o9.call(t,a)&&(s[a]=t[a]);return s};function c9(t,i,s={}){const a=s,{window:r=ao}=a,e=l9(a,["window"]);let d;const y=X2(()=>r&&"MutationObserver"in r),w=()=>{d&&(d.disconnect(),d=void 0)},F=qn(()=>Cd(t),S=>{w(),y.value&&r&&S&&(d=new MutationObserver(i),d.observe(S,e))},{immediate:!0}),C=()=>{w(),F()};return Yl(C),{isSupported:y,stop:C}}var u9=Object.defineProperty,f9=Object.defineProperties,h9=Object.getOwnPropertyDescriptors,aw=Object.getOwnPropertySymbols,d9=Object.prototype.hasOwnProperty,p9=Object.prototype.propertyIsEnumerable,ow=(t,i,s)=>i in t?u9(t,i,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[i]=s,g9=(t,i)=>{for(var s in i||(i={}))d9.call(i,s)&&ow(t,s,i[s]);if(aw)for(var s of aw(i))p9.call(i,s)&&ow(t,s,i[s]);return t},m9=(t,i)=>f9(t,h9(i));function v9(t={}){const{valueDark:i="dark",valueLight:s=""}=t,a=s9(m9(g9({},t),{onChanged:(e,d)=>{var y;t.onChanged?(y=t.onChanged)==null||y.call(t,e==="dark",d,e):d(e)},modes:{dark:i,light:s}}));return gn({get(){return a.value==="dark"},set(e){const d=e?"dark":"light";a.system.value===d?a.value="auto":a.value=d}})}function b9(t,i,s={}){const{root:a,rootMargin:r="0px",threshold:e=.1,window:d=ao,immediate:y=!0}=s,w=X2(()=>d&&"IntersectionObserver"in d),F=gn(()=>{const B=Si(t);return(Array.isArray(B)?B:[B]).map(Cd).filter(wk)});let C=xd;const S=nr(y),R=w.value?qn(()=>[F.value,Cd(a),S.value],([B,I])=>{if(C(),!S.value||!B.length)return;const z=new IntersectionObserver(i,{root:Cd(I),rootMargin:r,threshold:e});B.forEach(W=>W&&z.observe(W)),C=()=>{z.disconnect(),C=xd}},{immediate:y,flush:"post"}):xd,L=()=>{C(),R(),S.value=!1};return Yl(L),{isSupported:w,isActive:S,pause(){C(),S.value=!1},resume(){S.value=!0},stop:L}}function y9(t,{window:i=ao,scrollTarget:s}={}){const a=nr(!1);return b9(t,([{isIntersecting:r}])=>{a.value=r},{root:s,window:i}),a}var _9=Object.defineProperty,w9=Object.defineProperties,D9=Object.getOwnPropertyDescriptors,lw=Object.getOwnPropertySymbols,F9=Object.prototype.hasOwnProperty,E9=Object.prototype.propertyIsEnumerable,cw=(t,i,s)=>i in t?_9(t,i,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[i]=s,Sa=(t,i)=>{for(var s in i||(i={}))F9.call(i,s)&&cw(t,s,i[s]);if(lw)for(var s of lw(i))E9.call(i,s)&&cw(t,s,i[s]);return t},np=(t,i)=>w9(t,D9(i));const x9={json:"application/json",text:"text/plain"};function uw(t){return t&&Ek(t,"immediate","refetch","initialData","timeout","beforeFetch","afterFetch","onFetchError","fetch")}function Ib(t){return typeof Headers<"u"&&t instanceof Headers?Object.fromEntries([...t.entries()]):t}function C9(t,...i){var s;const a=typeof AbortController=="function";let r={},e={immediate:!0,refetch:!1,timeout:0};const d={method:"GET",type:"text",payload:void 0};i.length>0&&(uw(i[0])?e=Sa(Sa({},e),i[0]):r=i[0]),i.length>1&&uw(i[1])&&(e=Sa(Sa({},e),i[1]));const{fetch:y=(s=ao)==null?void 0:s.fetch,initialData:w,timeout:F}=e,C=Pb(),S=Pb(),R=Pb(),L=nr(!1),B=nr(!1),I=nr(!1),z=nr(null),W=Dd(null),K=Dd(null),oe=Dd(w||null),G=gn(()=>a&&B.value);let j,Z;const ie=()=>{a&&(j==null||j.abort(),j=new AbortController,j.signal.onabort=()=>I.value=!0,r=np(Sa({},r),{signal:j.signal}))},ne=je=>{B.value=je,L.value=!je};F&&(Z=zE(ie,F,{immediate:!1}));const ae=async(je=!1)=>{var Xe;ie(),ne(!0),K.value=null,z.value=null,I.value=!1;const Le={method:d.method,headers:{}};if(d.payload){const me=Ib(Le.headers),Ke=Si(d.payload);!d.payloadType&&Ke&&Object.getPrototypeOf(Ke)===Object.prototype&&!(Ke instanceof FormData)&&(d.payloadType="json"),d.payloadType&&(me["Content-Type"]=(Xe=x9[d.payloadType])!=null?Xe:d.payloadType),Le.body=d.payloadType==="json"?JSON.stringify(Ke):Ke}let mt=!1;const vt={url:Si(t),options:Sa(Sa({},Le),r),cancel:()=>{mt=!0}};if(e.beforeFetch&&Object.assign(vt,await e.beforeFetch(vt)),mt||!y)return ne(!1),Promise.resolve(null);let Je=null;return Z&&Z.start(),new Promise((me,Ke)=>{var lt;y(vt.url,np(Sa(Sa({},Le),vt.options),{headers:Sa(Sa({},Ib(Le.headers)),Ib((lt=vt.options)==null?void 0:lt.headers))})).then(async Ve=>{if(W.value=Ve,z.value=Ve.status,Je=await Ve[d.type](),!Ve.ok)throw oe.value=w||null,new Error(Ve.statusText);return e.afterFetch&&({data:Je}=await e.afterFetch({data:Je,response:Ve})),oe.value=Je,C.trigger(Ve),me(Ve)}).catch(async Ve=>{let xe=Ve.message||Ve.name;return e.onFetchError&&({error:xe}=await e.onFetchError({data:Je,error:Ve,response:W.value})),K.value=xe,S.trigger(Ve),je?Ke(Ve):me(null)}).finally(()=>{ne(!1),Z&&Z.stop(),R.trigger(null)})})},ue=_p(e.refetch);qn([ue,_p(t)],([je])=>je&&ae(),{deep:!0});const Ee={isFinished:L,statusCode:z,response:W,error:K,data:oe,isFetching:B,canAbort:G,aborted:I,abort:ie,execute:ae,onFetchResponse:C.on,onFetchError:S.on,onFetchFinally:R.on,get:Me("GET"),put:Me("PUT"),post:Me("POST"),delete:Me("DELETE"),patch:Me("PATCH"),head:Me("HEAD"),options:Me("OPTIONS"),json:Fe("json"),text:Fe("text"),blob:Fe("blob"),arrayBuffer:Fe("arrayBuffer"),formData:Fe("formData")};function Me(je){return(Xe,Le)=>{if(!B.value)return d.method=je,d.payload=Xe,d.payloadType=Le,Mn(d.payload)&&qn([ue,_p(d.payload)],([mt])=>mt&&ae(),{deep:!0}),np(Sa({},Ee),{then(mt,vt){return Ae().then(mt,vt)}})}}function Ae(){return new Promise((je,Xe)=>{Ck(L).toBe(!0).then(()=>je(Ee)).catch(Le=>Xe(Le))})}function Fe(je){return()=>{if(!B.value)return d.type=je,np(Sa({},Ee),{then(Xe,Le){return Ae().then(Xe,Le)}})}}return e.immediate&&Promise.resolve().then(()=>ae()),np(Sa({},Ee),{then(je,Xe){return Ae().then(je,Xe)}})}const T9={ctrl:"control",command:"meta",cmd:"meta",option:"alt",up:"arrowup",down:"arrowdown",left:"arrowleft",right:"arrowright"};function qI(t={}){const{reactive:i=!1,target:s=ao,aliasMap:a=T9,passive:r=!0,onEventFired:e=xd}=t,d=bf(new Set),y={toJSON(){return{}},current:d},w=i?bf(y):y,F=new Set,C=new Set;function S(I,z){I in w&&(i?w[I]=z:w[I].value=z)}function R(){d.clear();for(const I of C)S(I,!1)}function L(I,z){var W,K;const oe=(W=I.key)==null?void 0:W.toLowerCase(),j=[(K=I.code)==null?void 0:K.toLowerCase(),oe].filter(Boolean);oe&&(z?d.add(oe):d.delete(oe));for(const Z of j)C.add(Z),S(Z,z);oe==="meta"&&!z?(F.forEach(Z=>{d.delete(Z),S(Z,!1)}),F.clear()):typeof I.getModifierState=="function"&&I.getModifierState("Meta")&&z&&[...d,...j].forEach(Z=>F.add(Z))}Uc(s,"keydown",I=>(L(I,!0),e(I)),{passive:r}),Uc(s,"keyup",I=>(L(I,!1),e(I)),{passive:r}),Uc("blur",R,{passive:!0}),Uc("focus",R,{passive:!0});const B=new Proxy(w,{get(I,z,W){if(typeof z!="string")return Reflect.get(I,z,W);if(z=z.toLowerCase(),z in a&&(z=a[z]),!(z in w))if(/[+_-]/.test(z)){const oe=z.split(/[+_-]/g).map(G=>G.trim());w[z]=gn(()=>oe.every(G=>Si(B[G])))}else w[z]=nr(!1);const K=Reflect.get(I,z,W);return i?Si(K):K}});return B}var A9=Object.defineProperty,fw=Object.getOwnPropertySymbols,S9=Object.prototype.hasOwnProperty,k9=Object.prototype.propertyIsEnumerable,hw=(t,i,s)=>i in t?A9(t,i,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[i]=s,O9=(t,i)=>{for(var s in i||(i={}))S9.call(i,s)&&hw(t,s,i[s]);if(fw)for(var s of fw(i))k9.call(i,s)&&hw(t,s,i[s]);return t};function KI(t={}){const{controls:i=!1,interval:s="requestAnimationFrame"}=t,a=nr(new Date),r=()=>a.value=new Date,e=s==="requestAnimationFrame"?jk(r,{immediate:!0}):Tk(r,s,{immediate:!0});return i?O9({now:a},e):a}function R9(t=null,i={}){var s,a;const{document:r=$k}=i,e=_p((s=t??(r==null?void 0:r.title))!=null?s:null),d=t&&typeof t=="function";function y(w){if(!("titleTemplate"in i))return w;const F=i.titleTemplate||"%s";return typeof F=="function"?F(w):Si(F).replace(/%s/g,w)}return qn(e,(w,F)=>{w!==F&&r&&(r.title=y(typeof w=="string"?w:""))},{immediate:!0}),i.observe&&!i.titleTemplate&&r&&!d&&c9((a=r.head)==null?void 0:a.querySelector("title"),()=>{r&&r.title!==e.value&&(e.value=y(r.title))},{childList:!0}),e}function dw(t,i,s,a={}){var r,e,d;const{clone:y=!1,passive:w=!1,eventName:F,deep:C=!1,defaultValue:S,shouldEmit:R}=a,L=Ds(),B=s||(L==null?void 0:L.emit)||((r=L==null?void 0:L.$emit)==null?void 0:r.bind(L))||((d=(e=L==null?void 0:L.proxy)==null?void 0:e.$emit)==null?void 0:d.bind(L==null?void 0:L.proxy));let I=F;i||(i="modelValue"),I=I||`update:${i.toString()}`;const z=oe=>y?typeof y=="function"?y(oe):Gk(oe):oe,W=()=>_k(t[i])?z(t[i]):S,K=oe=>{R?R(oe)&&B(I,oe):B(I,oe)};if(w){const oe=W(),G=nr(oe);return qn(()=>t[i],j=>G.value=z(j)),qn(G,j=>{(j!==t[i]||C)&&K(j)},{deep:C}),G}else return gn({get(){return W()},set(oe){K(oe)}})}function P9({window:t=ao}={}){if(!t)return{x:nr(0),y:nr(0)};const i=nr(t.scrollX),s=nr(t.scrollY);return Uc(t,"scroll",()=>{i.value=t.scrollX,s.value=t.scrollY},{capture:!1,passive:!0}),{x:i,y:s}}const qE=v9(),I9=Ak(qE),N9=YE(),Vd=t=>(B2("data-v-a79e7085"),t=t(),U2(),t),M9=Vd(()=>Ht("div",{"i-ri-arrow-up-line":""},null,-1)),L9=[M9],B9=Vd(()=>Ht("div",{class:"spacer"},null,-1)),U9={class:"right","print:op0":""},$9=Vd(()=>Ht("div",{"i-ion-balloon-sharp":""},null,-1)),H9=["title"],W9=Vd(()=>Ht("div",{"i-carbon-language":""},null,-1)),z9=[W9],j9=["title"],V9=Vd(()=>Ht("div",{i:"carbon-sun dark:carbon-moon"},null,-1)),G9=[V9],Y9=["href"],q9=Vd(()=>Ht("div",{"i-carbon-logo-github":""},null,-1)),K9=[q9],Q9=ls({__name:"NavBar",props:{width:null},setup(t){const i=t,{t:s,locale:a}=jd(),{y:r}=P9();function e(){window.scrollTo({top:0,behavior:"smooth"})}async function d(){const y=XF,w=y[(y.indexOf(a.value)+1)%y.length];await Ey(w),a.value=w}return(y,w)=>{const F=ml("RouterLink");return fn(),Vn("header",{class:fa(["header z-40",[(i==null?void 0:i.width)??""]])},[Ht("button",{title:"Scroll to top",fixed:"","bottom-6":"","right-6":"","z-100":"","h-10":"","w-10":"","rounded-full":"",transition:"","duration-300":"","print:hidden":"","hover-bg-hex-8883":"","hover:op100":"",class:fa(gr(r)>300?"op30":"op0! pointer-events-none"),onClick:w[0]||(w[0]=C=>e())},L9,2),Ht("nav",{class:fa(["nav",[i!=null&&i.width?"":"fixed"]]),"text-xl":""},[B9,Ht("div",U9,[Yr(F,{"icon-btn":"",title:gr(s)("button.home"),to:"/",focusable:"false"},{default:bs(()=>[$9]),_:1},8,["title"]),Ht("a",{"icon-btn":"",title:gr(s)("button.toggle_langs"),onClick:w[1]||(w[1]=C=>d())},z9,8,H9),Ht("a",{"icon-btn":"",title:gr(s)("button.toggle_dark"),onClick:w[2]||(w[2]=C=>("toggleDark"in y?y.toggleDark:gr(I9))())},G9,8,j9),Ht("a",{"icon-btn":"",rel:"noreferrer",href:gr(HE),target:"_blank",title:"GitHub"},K9,8,Y9)])],2)],2)}}});const Gd=(t,i)=>{const s=t.__vccOpts||t;for(const[a,r]of i)s[a]=r;return s},X9=Gd(Q9,[["__scopeId","data-v-a79e7085"]]),J9={},Z9={"py-10":"","text-gray-700":"","dark:text-gray-200":""};function eO(t,i){const s=X9,a=ml("RouterView"),r=yk;return fn(),Vn(Ri,null,[Yr(s),Ht("main",Z9,[Yr(a),Yr(r)])],64)}const tO=Gd(J9,[["render",eO]]),rO={"board-layout":()=>Oa(()=>import("./board-layout-a5085987.js"),[],import.meta.url),default:tO,headless:()=>Oa(()=>import("./headless-c50b4591.js"),[],import.meta.url),home:()=>Oa(()=>import("./home-dde093aa.js"),[],import.meta.url),"index-layout":()=>Oa(()=>import("./index-layout-bf0bad87.js"),[],import.meta.url)};function nO(t){return t.map(i=>{var s;return{path:i.path,meta:i.meta,component:rO[((s=i.meta)==null?void 0:s.layout)||"default"],children:i.path==="/"?[i]:[{...i,path:""}]}})}const iO=["top","right","bottom","left"],pw=["start","end"],gw=iO.reduce((t,i)=>t.concat(i,i+"-"+pw[0],i+"-"+pw[1]),[]),Up=Math.min,$0=Math.max,sO={left:"right",right:"left",bottom:"top",top:"bottom"},aO={start:"end",end:"start"};function T4(t,i,s){return $0(t,Up(i,s))}function ch(t,i){return typeof t=="function"?t(i):t}function ql(t){return t.split("-")[0]}function gl(t){return t.split("-")[1]}function KE(t){return t==="x"?"y":"x"}function Yy(t){return t==="y"?"height":"width"}function Zp(t){return["top","bottom"].includes(ql(t))?"y":"x"}function qy(t){return KE(Zp(t))}function QE(t,i,s){s===void 0&&(s=!1);const a=gl(t),r=qy(t),e=Yy(r);let d=r==="x"?a===(s?"end":"start")?"right":"left":a==="start"?"bottom":"top";return i.reference[e]>i.floating[e]&&(d=m2(d)),[d,m2(d)]}function oO(t){const i=m2(t);return[g2(t),i,g2(i)]}function g2(t){return t.replace(/start|end/g,i=>aO[i])}function lO(t,i,s){const a=["left","right"],r=["right","left"],e=["top","bottom"],d=["bottom","top"];switch(t){case"top":case"bottom":return s?i?r:a:i?a:r;case"left":case"right":return i?e:d;default:return[]}}function cO(t,i,s,a){const r=gl(t);let e=lO(ql(t),s==="start",a);return r&&(e=e.map(d=>d+"-"+r),i&&(e=e.concat(e.map(g2)))),e}function m2(t){return t.replace(/left|right|bottom|top/g,i=>sO[i])}function uO(t){return{top:0,right:0,bottom:0,left:0,...t}}function XE(t){return typeof t!="number"?uO(t):{top:t,right:t,bottom:t,left:t}}function wp(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function mw(t,i,s){let{reference:a,floating:r}=t;const e=Zp(i),d=qy(i),y=Yy(d),w=ql(i),F=e==="y",C=a.x+a.width/2-r.width/2,S=a.y+a.height/2-r.height/2,R=a[y]/2-r[y]/2;let L;switch(w){case"top":L={x:C,y:a.y-r.height};break;case"bottom":L={x:C,y:a.y+a.height};break;case"right":L={x:a.x+a.width,y:S};break;case"left":L={x:a.x-r.width,y:S};break;default:L={x:a.x,y:a.y}}switch(gl(i)){case"start":L[d]-=R*(s&&F?-1:1);break;case"end":L[d]+=R*(s&&F?-1:1);break}return L}const fO=async(t,i,s)=>{const{placement:a="bottom",strategy:r="absolute",middleware:e=[],platform:d}=s,y=e.filter(Boolean),w=await(d.isRTL==null?void 0:d.isRTL(i));let F=await d.getElementRects({reference:t,floating:i,strategy:r}),{x:C,y:S}=mw(F,a,w),R=a,L={},B=0;for(let I=0;I<y.length;I++){const{name:z,fn:W}=y[I],{x:K,y:oe,data:G,reset:j}=await W({x:C,y:S,initialPlacement:a,placement:R,strategy:r,middlewareData:L,rects:F,platform:d,elements:{reference:t,floating:i}});if(C=K??C,S=oe??S,L={...L,[z]:{...L[z],...G}},j&&B<=50){B++,typeof j=="object"&&(j.placement&&(R=j.placement),j.rects&&(F=j.rects===!0?await d.getElementRects({reference:t,floating:i,strategy:r}):j.rects),{x:C,y:S}=mw(F,R,w)),I=-1;continue}}return{x:C,y:S,placement:R,strategy:r,middlewareData:L}};async function J2(t,i){var s;i===void 0&&(i={});const{x:a,y:r,platform:e,rects:d,elements:y,strategy:w}=t,{boundary:F="clippingAncestors",rootBoundary:C="viewport",elementContext:S="floating",altBoundary:R=!1,padding:L=0}=ch(i,t),B=XE(L),z=y[R?S==="floating"?"reference":"floating":S],W=wp(await e.getClippingRect({element:(s=await(e.isElement==null?void 0:e.isElement(z)))==null||s?z:z.contextElement||await(e.getDocumentElement==null?void 0:e.getDocumentElement(y.floating)),boundary:F,rootBoundary:C,strategy:w})),K=S==="floating"?{...d.floating,x:a,y:r}:d.reference,oe=await(e.getOffsetParent==null?void 0:e.getOffsetParent(y.floating)),G=await(e.isElement==null?void 0:e.isElement(oe))?await(e.getScale==null?void 0:e.getScale(oe))||{x:1,y:1}:{x:1,y:1},j=wp(e.convertOffsetParentRelativeRectToViewportRelativeRect?await e.convertOffsetParentRelativeRectToViewportRelativeRect({rect:K,offsetParent:oe,strategy:w}):K);return{top:(W.top-j.top+B.top)/G.y,bottom:(j.bottom-W.bottom+B.bottom)/G.y,left:(W.left-j.left+B.left)/G.x,right:(j.right-W.right+B.right)/G.x}}const hO=t=>({name:"arrow",options:t,async fn(i){const{x:s,y:a,placement:r,rects:e,platform:d,elements:y}=i,{element:w,padding:F=0}=ch(t,i)||{};if(w==null)return{};const C=XE(F),S={x:s,y:a},R=qy(r),L=Yy(R),B=await d.getDimensions(w),I=R==="y",z=I?"top":"left",W=I?"bottom":"right",K=I?"clientHeight":"clientWidth",oe=e.reference[L]+e.reference[R]-S[R]-e.floating[L],G=S[R]-e.reference[R],j=await(d.getOffsetParent==null?void 0:d.getOffsetParent(w));let Z=j?j[K]:0;(!Z||!await(d.isElement==null?void 0:d.isElement(j)))&&(Z=y.floating[K]||e.floating[L]);const ie=oe/2-G/2,ne=Z/2-B[L]/2-1,ae=Up(C[z],ne),ue=Up(C[W],ne),Ee=ae,Me=Z-B[L]-ue,Ae=Z/2-B[L]/2+ie,Fe=T4(Ee,Ae,Me),Xe=gl(r)!=null&&Ae!=Fe&&e.reference[L]/2-(Ae<Ee?ae:ue)-B[L]/2<0?Ae<Ee?Ee-Ae:Me-Ae:0;return{[R]:S[R]-Xe,data:{[R]:Fe,centerOffset:Ae-Fe+Xe}}}});function dO(t,i,s){return(t?[...s.filter(r=>gl(r)===t),...s.filter(r=>gl(r)!==t)]:s.filter(r=>ql(r)===r)).filter(r=>t?gl(r)===t||(i?g2(r)!==r:!1):!0)}const pO=function(t){return t===void 0&&(t={}),{name:"autoPlacement",options:t,async fn(i){var s,a,r;const{rects:e,middlewareData:d,placement:y,platform:w,elements:F}=i,{crossAxis:C=!1,alignment:S,allowedPlacements:R=gw,autoAlignment:L=!0,...B}=ch(t,i),I=S!==void 0||R===gw?dO(S||null,L,R):R,z=await J2(i,B),W=((s=d.autoPlacement)==null?void 0:s.index)||0,K=I[W];if(K==null)return{};const oe=QE(K,e,await(w.isRTL==null?void 0:w.isRTL(F.floating)));if(y!==K)return{reset:{placement:I[0]}};const G=[z[ql(K)],z[oe[0]],z[oe[1]]],j=[...((a=d.autoPlacement)==null?void 0:a.overflows)||[],{placement:K,overflows:G}],Z=I[W+1];if(Z)return{data:{index:W+1,overflows:j},reset:{placement:Z}};const ie=j.map(ue=>{const Ee=gl(ue.placement);return[ue.placement,Ee&&C?ue.overflows.slice(0,2).reduce((Me,Ae)=>Me+Ae,0):ue.overflows[0],ue.overflows]}).sort((ue,Ee)=>ue[1]-Ee[1]),ae=((r=ie.filter(ue=>ue[2].slice(0,gl(ue[0])?2:3).every(Ee=>Ee<=0))[0])==null?void 0:r[0])||ie[0][0];return ae!==y?{data:{index:W+1,overflows:j},reset:{placement:ae}}:{}}}},gO=function(t){return t===void 0&&(t={}),{name:"flip",options:t,async fn(i){var s;const{placement:a,middlewareData:r,rects:e,initialPlacement:d,platform:y,elements:w}=i,{mainAxis:F=!0,crossAxis:C=!0,fallbackPlacements:S,fallbackStrategy:R="bestFit",fallbackAxisSideDirection:L="none",flipAlignment:B=!0,...I}=ch(t,i),z=ql(a),W=ql(d)===d,K=await(y.isRTL==null?void 0:y.isRTL(w.floating)),oe=S||(W||!B?[m2(d)]:oO(d));!S&&L!=="none"&&oe.push(...cO(d,B,L,K));const G=[d,...oe],j=await J2(i,I),Z=[];let ie=((s=r.flip)==null?void 0:s.overflows)||[];if(F&&Z.push(j[z]),C){const Ee=QE(a,e,K);Z.push(j[Ee[0]],j[Ee[1]])}if(ie=[...ie,{placement:a,overflows:Z}],!Z.every(Ee=>Ee<=0)){var ne,ae;const Ee=(((ne=r.flip)==null?void 0:ne.index)||0)+1,Me=G[Ee];if(Me)return{data:{index:Ee,overflows:ie},reset:{placement:Me}};let Ae=(ae=ie.filter(Fe=>Fe.overflows[0]<=0).sort((Fe,je)=>Fe.overflows[1]-je.overflows[1])[0])==null?void 0:ae.placement;if(!Ae)switch(R){case"bestFit":{var ue;const Fe=(ue=ie.map(je=>[je.placement,je.overflows.filter(Xe=>Xe>0).reduce((Xe,Le)=>Xe+Le,0)]).sort((je,Xe)=>je[1]-Xe[1])[0])==null?void 0:ue[0];Fe&&(Ae=Fe);break}case"initialPlacement":Ae=d;break}if(a!==Ae)return{reset:{placement:Ae}}}return{}}}};async function mO(t,i){const{placement:s,platform:a,elements:r}=t,e=await(a.isRTL==null?void 0:a.isRTL(r.floating)),d=ql(s),y=gl(s),w=Zp(s)==="y",F=["left","top"].includes(d)?-1:1,C=e&&w?-1:1,S=ch(i,t);let{mainAxis:R,crossAxis:L,alignmentAxis:B}=typeof S=="number"?{mainAxis:S,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...S};return y&&typeof B=="number"&&(L=y==="end"?B*-1:B),w?{x:L*C,y:R*F}:{x:R*F,y:L*C}}const vO=function(t){return t===void 0&&(t=0),{name:"offset",options:t,async fn(i){const{x:s,y:a}=i,r=await mO(i,t);return{x:s+r.x,y:a+r.y,data:r}}}},bO=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(i){const{x:s,y:a,placement:r}=i,{mainAxis:e=!0,crossAxis:d=!1,limiter:y={fn:z=>{let{x:W,y:K}=z;return{x:W,y:K}}},...w}=ch(t,i),F={x:s,y:a},C=await J2(i,w),S=Zp(ql(r)),R=KE(S);let L=F[R],B=F[S];if(e){const z=R==="y"?"top":"left",W=R==="y"?"bottom":"right",K=L+C[z],oe=L-C[W];L=T4(K,L,oe)}if(d){const z=S==="y"?"top":"left",W=S==="y"?"bottom":"right",K=B+C[z],oe=B-C[W];B=T4(K,B,oe)}const I=y.fn({...i,[R]:L,[S]:B});return{...I,data:{x:I.x-s,y:I.y-a}}}}},yO=function(t){return t===void 0&&(t={}),{name:"size",options:t,async fn(i){const{placement:s,rects:a,platform:r,elements:e}=i,{apply:d=()=>{},...y}=ch(t,i),w=await J2(i,y),F=ql(s),C=gl(s),S=Zp(s)==="y",{width:R,height:L}=a.floating;let B,I;F==="top"||F==="bottom"?(B=F,I=C===(await(r.isRTL==null?void 0:r.isRTL(e.floating))?"start":"end")?"left":"right"):(I=F,B=C==="end"?"top":"bottom");const z=L-w[B],W=R-w[I],K=!i.middlewareData.shift;let oe=z,G=W;if(S){const Z=R-w.left-w.right;G=C||K?Up(W,Z):Z}else{const Z=L-w.top-w.bottom;oe=C||K?Up(z,Z):Z}if(K&&!C){const Z=$0(w.left,0),ie=$0(w.right,0),ne=$0(w.top,0),ae=$0(w.bottom,0);S?G=R-2*(Z!==0||ie!==0?Z+ie:$0(w.left,w.right)):oe=L-2*(ne!==0||ae!==0?ne+ae:$0(w.top,w.bottom))}await d({...i,availableWidth:G,availableHeight:oe});const j=await r.getDimensions(e.floating);return R!==j.width||L!==j.height?{reset:{rects:!0}}:{}}}};function Co(t){var i;return((i=t.ownerDocument)==null?void 0:i.defaultView)||window}function zl(t){return Co(t).getComputedStyle(t)}const vw=Math.min,Dp=Math.max,v2=Math.round;function JE(t){const i=zl(t);let s=parseFloat(i.width),a=parseFloat(i.height);const r=t.offsetWidth,e=t.offsetHeight,d=v2(s)!==r||v2(a)!==e;return d&&(s=r,a=e),{width:s,height:a,fallback:d}}function Ff(t){return e6(t)?(t.nodeName||"").toLowerCase():""}let Nm;function ZE(){if(Nm)return Nm;const t=navigator.userAgentData;return t&&Array.isArray(t.brands)?(Nm=t.brands.map(i=>i.brand+"/"+i.version).join(" "),Nm):navigator.userAgent}function jl(t){return t instanceof Co(t).HTMLElement}function pf(t){return t instanceof Co(t).Element}function e6(t){return t instanceof Co(t).Node}function bw(t){return typeof ShadowRoot>"u"?!1:t instanceof Co(t).ShadowRoot||t instanceof ShadowRoot}function Z2(t){const{overflow:i,overflowX:s,overflowY:a,display:r}=zl(t);return/auto|scroll|overlay|hidden|clip/.test(i+a+s)&&!["inline","contents"].includes(r)}function _O(t){return["table","td","th"].includes(Ff(t))}function A4(t){const i=/firefox/i.test(ZE()),s=zl(t),a=s.backdropFilter||s.WebkitBackdropFilter;return s.transform!=="none"||s.perspective!=="none"||!!a&&a!=="none"||i&&s.willChange==="filter"||i&&!!s.filter&&s.filter!=="none"||["transform","perspective"].some(r=>s.willChange.includes(r))||["paint","layout","strict","content"].some(r=>{const e=s.contain;return e!=null&&e.includes(r)})}function t6(){return!/^((?!chrome|android).)*safari/i.test(ZE())}function Ky(t){return["html","body","#document"].includes(Ff(t))}function r6(t){return pf(t)?t:t.contextElement}const n6={x:1,y:1};function Td(t){const i=r6(t);if(!jl(i))return n6;const s=i.getBoundingClientRect(),{width:a,height:r,fallback:e}=JE(i);let d=(e?v2(s.width):s.width)/a,y=(e?v2(s.height):s.height)/r;return d&&Number.isFinite(d)||(d=1),y&&Number.isFinite(y)||(y=1),{x:d,y}}function $p(t,i,s,a){var r,e;i===void 0&&(i=!1),s===void 0&&(s=!1);const d=t.getBoundingClientRect(),y=r6(t);let w=n6;i&&(a?pf(a)&&(w=Td(a)):w=Td(t));const F=y?Co(y):window,C=!t6()&&s;let S=(d.left+(C&&((r=F.visualViewport)==null?void 0:r.offsetLeft)||0))/w.x,R=(d.top+(C&&((e=F.visualViewport)==null?void 0:e.offsetTop)||0))/w.y,L=d.width/w.x,B=d.height/w.y;if(y){const I=Co(y),z=a&&pf(a)?Co(a):a;let W=I.frameElement;for(;W&&a&&z!==I;){const K=Td(W),oe=W.getBoundingClientRect(),G=getComputedStyle(W);oe.x+=(W.clientLeft+parseFloat(G.paddingLeft))*K.x,oe.y+=(W.clientTop+parseFloat(G.paddingTop))*K.y,S*=K.x,R*=K.y,L*=K.x,B*=K.y,S+=oe.x,R+=oe.y,W=Co(W).frameElement}}return{width:L,height:B,top:R,right:S+L,bottom:R+B,left:S,x:S,y:R}}function gf(t){return((e6(t)?t.ownerDocument:t.document)||window.document).documentElement}function ev(t){return pf(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function i6(t){return $p(gf(t)).left+ev(t).scrollLeft}function Hp(t){if(Ff(t)==="html")return t;const i=t.assignedSlot||t.parentNode||bw(t)&&t.host||gf(t);return bw(i)?i.host:i}function s6(t){const i=Hp(t);return Ky(i)?i.ownerDocument.body:jl(i)&&Z2(i)?i:s6(i)}function b2(t,i){var s;i===void 0&&(i=[]);const a=s6(t),r=a===((s=t.ownerDocument)==null?void 0:s.body),e=Co(a);return r?i.concat(e,e.visualViewport||[],Z2(a)?a:[]):i.concat(a,b2(a))}function yw(t,i,s){return i==="viewport"?wp(function(a,r){const e=Co(a),d=gf(a),y=e.visualViewport;let w=d.clientWidth,F=d.clientHeight,C=0,S=0;if(y){w=y.width,F=y.height;const R=t6();(R||!R&&r==="fixed")&&(C=y.offsetLeft,S=y.offsetTop)}return{width:w,height:F,x:C,y:S}}(t,s)):pf(i)?wp(function(a,r){const e=$p(a,!0,r==="fixed"),d=e.top+a.clientTop,y=e.left+a.clientLeft,w=jl(a)?Td(a):{x:1,y:1};return{width:a.clientWidth*w.x,height:a.clientHeight*w.y,x:y*w.x,y:d*w.y}}(i,s)):wp(function(a){const r=gf(a),e=ev(a),d=a.ownerDocument.body,y=Dp(r.scrollWidth,r.clientWidth,d.scrollWidth,d.clientWidth),w=Dp(r.scrollHeight,r.clientHeight,d.scrollHeight,d.clientHeight);let F=-e.scrollLeft+i6(a);const C=-e.scrollTop;return zl(d).direction==="rtl"&&(F+=Dp(r.clientWidth,d.clientWidth)-y),{width:y,height:w,x:F,y:C}}(gf(t)))}function _w(t){return jl(t)&&zl(t).position!=="fixed"?t.offsetParent:null}function ww(t){const i=Co(t);let s=_w(t);for(;s&&_O(s)&&zl(s).position==="static";)s=_w(s);return s&&(Ff(s)==="html"||Ff(s)==="body"&&zl(s).position==="static"&&!A4(s))?i:s||function(a){let r=Hp(a);for(;jl(r)&&!Ky(r);){if(A4(r))return r;r=Hp(r)}return null}(t)||i}function wO(t,i,s){const a=jl(i),r=gf(i),e=$p(t,!0,s==="fixed",i);let d={scrollLeft:0,scrollTop:0};const y={x:0,y:0};if(a||!a&&s!=="fixed")if((Ff(i)!=="body"||Z2(r))&&(d=ev(i)),jl(i)){const w=$p(i,!0);y.x=w.x+i.clientLeft,y.y=w.y+i.clientTop}else r&&(y.x=i6(r));return{x:e.left+d.scrollLeft-y.x,y:e.top+d.scrollTop-y.y,width:e.width,height:e.height}}const DO={getClippingRect:function(t){let{element:i,boundary:s,rootBoundary:a,strategy:r}=t;const e=s==="clippingAncestors"?function(F,C){const S=C.get(F);if(S)return S;let R=b2(F).filter(z=>pf(z)&&Ff(z)!=="body"),L=null;const B=zl(F).position==="fixed";let I=B?Hp(F):F;for(;pf(I)&&!Ky(I);){const z=zl(I),W=A4(I);(B?W||L:W||z.position!=="static"||!L||!["absolute","fixed"].includes(L.position))?L=z:R=R.filter(K=>K!==I),I=Hp(I)}return C.set(F,R),R}(i,this._c):[].concat(s),d=[...e,a],y=d[0],w=d.reduce((F,C)=>{const S=yw(i,C,r);return F.top=Dp(S.top,F.top),F.right=vw(S.right,F.right),F.bottom=vw(S.bottom,F.bottom),F.left=Dp(S.left,F.left),F},yw(i,y,r));return{width:w.right-w.left,height:w.bottom-w.top,x:w.left,y:w.top}},convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:i,offsetParent:s,strategy:a}=t;const r=jl(s),e=gf(s);if(s===e)return i;let d={scrollLeft:0,scrollTop:0},y={x:1,y:1};const w={x:0,y:0};if((r||!r&&a!=="fixed")&&((Ff(s)!=="body"||Z2(e))&&(d=ev(s)),jl(s))){const F=$p(s);y=Td(s),w.x=F.x+s.clientLeft,w.y=F.y+s.clientTop}return{width:i.width*y.x,height:i.height*y.y,x:i.x*y.x-d.scrollLeft*y.x+w.x,y:i.y*y.y-d.scrollTop*y.y+w.y}},isElement:pf,getDimensions:function(t){return jl(t)?JE(t):t.getBoundingClientRect()},getOffsetParent:ww,getDocumentElement:gf,getScale:Td,async getElementRects(t){let{reference:i,floating:s,strategy:a}=t;const r=this.getOffsetParent||ww,e=this.getDimensions;return{reference:wO(i,await r(s),a),floating:{x:0,y:0,...await e(s)}}},getClientRects:t=>Array.from(t.getClientRects()),isRTL:t=>zl(t).direction==="rtl"},FO=(t,i,s)=>{const a=new Map,r={platform:DO,...s},e={...r.platform,_c:a};return fO(t,i,{...r,platform:e})};function a6(t,i){for(const s in i)Object.prototype.hasOwnProperty.call(i,s)&&(typeof i[s]=="object"&&t[s]?a6(t[s],i[s]):t[s]=i[s])}const zc={disabled:!1,distance:5,skidding:0,container:"body",boundary:void 0,instantMove:!1,disposeTimeout:5e3,popperTriggers:[],strategy:"absolute",preventOverflow:!0,flip:!0,shift:!0,overflowPadding:0,arrowPadding:0,arrowOverflow:!0,themes:{tooltip:{placement:"top",triggers:["hover","focus","touch"],hideTriggers:t=>[...t,"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","focus"],delay:{show:0,hide:400}}}};function Wp(t,i){let s=zc.themes[t]||{},a;do a=s[i],typeof a>"u"?s.$extend?s=zc.themes[s.$extend]||{}:(s=null,a=zc[i]):s=null;while(s);return a}function EO(t){const i=[t];let s=zc.themes[t]||{};do s.$extend&&!s.$resetCss?(i.push(s.$extend),s=zc.themes[s.$extend]||{}):s=null;while(s);return i.map(a=>`v-popper--theme-${a}`)}function Dw(t){const i=[t];let s=zc.themes[t]||{};do s.$extend?(i.push(s.$extend),s=zc.themes[s.$extend]||{}):s=null;while(s);return i}let nh=!1;if(typeof window<"u"){nh=!1;try{const t=Object.defineProperty({},"passive",{get(){nh=!0}});window.addEventListener("test",null,t)}catch{}}let o6=!1;typeof window<"u"&&typeof navigator<"u"&&(o6=/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream);const l6=["auto","top","bottom","left","right"].reduce((t,i)=>t.concat([i,`${i}-start`,`${i}-end`]),[]),Fw={hover:"mouseenter",focus:"focus",click:"click",touch:"touchstart",pointer:"pointerdown"},Ew={hover:"mouseleave",focus:"blur",click:"click",touch:"touchend",pointer:"pointerup"};function xw(t,i){const s=t.indexOf(i);s!==-1&&t.splice(s,1)}function Nb(){return new Promise(t=>requestAnimationFrame(()=>{requestAnimationFrame(t)}))}const fl=[];let B0=null;const Cw={};function Tw(t){let i=Cw[t];return i||(i=Cw[t]=[]),i}let S4=function(){};typeof window<"u"&&(S4=window.Element);function En(t){return function(i){return Wp(i.theme,t)}}const Mb="__floating-vue__popper",c6=()=>ls({name:"VPopper",provide(){return{[Mb]:{parentPopper:this}}},inject:{[Mb]:{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:En("disabled")},positioningDisabled:{type:Boolean,default:En("positioningDisabled")},placement:{type:String,default:En("placement"),validator:t=>l6.includes(t)},delay:{type:[String,Number,Object],default:En("delay")},distance:{type:[Number,String],default:En("distance")},skidding:{type:[Number,String],default:En("skidding")},triggers:{type:Array,default:En("triggers")},showTriggers:{type:[Array,Function],default:En("showTriggers")},hideTriggers:{type:[Array,Function],default:En("hideTriggers")},popperTriggers:{type:Array,default:En("popperTriggers")},popperShowTriggers:{type:[Array,Function],default:En("popperShowTriggers")},popperHideTriggers:{type:[Array,Function],default:En("popperHideTriggers")},container:{type:[String,Object,S4,Boolean],default:En("container")},boundary:{type:[String,S4],default:En("boundary")},strategy:{type:String,validator:t=>["absolute","fixed"].includes(t),default:En("strategy")},autoHide:{type:[Boolean,Function],default:En("autoHide")},handleResize:{type:Boolean,default:En("handleResize")},instantMove:{type:Boolean,default:En("instantMove")},eagerMount:{type:Boolean,default:En("eagerMount")},popperClass:{type:[String,Array,Object],default:En("popperClass")},computeTransformOrigin:{type:Boolean,default:En("computeTransformOrigin")},autoMinSize:{type:Boolean,default:En("autoMinSize")},autoSize:{type:[Boolean,String],default:En("autoSize")},autoMaxSize:{type:Boolean,default:En("autoMaxSize")},autoBoundaryMaxSize:{type:Boolean,default:En("autoBoundaryMaxSize")},preventOverflow:{type:Boolean,default:En("preventOverflow")},overflowPadding:{type:[Number,String],default:En("overflowPadding")},arrowPadding:{type:[Number,String],default:En("arrowPadding")},arrowOverflow:{type:Boolean,default:En("arrowOverflow")},flip:{type:Boolean,default:En("flip")},shift:{type:Boolean,default:En("shift")},shiftCrossAxis:{type:Boolean,default:En("shiftCrossAxis")},noAutoFocus:{type:Boolean,default:En("noAutoFocus")},disposeTimeout:{type:Number,default:En("disposeTimeout")}},emits:["show","hide","update:shown","apply-show","apply-hide","close-group","close-directive","auto-hide","resize","dispose"],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},shownChildren:new Set,lastAutoHide:!0}},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 t;return(t=this[Mb])==null?void 0:t.parentPopper},hasPopperShowTriggerHover(){var t,i;return((t=this.popperTriggers)==null?void 0:t.includes("hover"))||((i=this.popperShowTriggers)==null?void 0:i.includes("hover"))}},watch:{shown:"$_autoShowHide",disabled(t){t?this.dispose():this.init()},async container(){this.isShown&&(this.$_ensureTeleport(),await this.$_computePosition())},...["triggers","positioningDisabled"].reduce((t,i)=>(t[i]="$_refreshListeners",t),{}),...["placement","distance","skidding","boundary","strategy","overflowPadding","arrowPadding","preventOverflow","shift","shiftCrossAxis","flip"].reduce((t,i)=>(t[i]="$_computePosition",t),{})},created(){this.$_isDisposed=!0,this.randomId=`popper_${[Math.random(),Date.now()].map(t=>t.toString(36).substring(2,10)).join("_")}`,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:t=null,skipDelay:i=!1,force:s=!1}={}){var a,r;(a=this.parentPopper)!=null&&a.lockedChild&&this.parentPopper.lockedChild!==this||(this.$_pendingHide=!1,(s||!this.disabled)&&(((r=this.parentPopper)==null?void 0:r.lockedChild)===this&&(this.parentPopper.lockedChild=null),this.$_scheduleShow(t,i),this.$emit("show"),this.$_showFrameLocked=!0,requestAnimationFrame(()=>{this.$_showFrameLocked=!1})),this.$emit("update:shown",!0))},hide({event:t=null,skipDelay:i=!1}={}){var s;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:i}),this.parentPopper.lockedChild=null)},1e3));return}((s=this.parentPopper)==null?void 0:s.lockedChild)===this&&(this.parentPopper.lockedChild=null),this.$_pendingHide=!1,this.$_scheduleHide(t,i),this.$emit("hide"),this.$emit("update:shown",!1)}},init(){var t;this.$_isDisposed&&(this.$_isDisposed=!1,this.isMounted=!1,this.$_events=[],this.$_preventShow=!1,this.$_referenceNode=((t=this.referenceNode)==null?void 0:t.call(this))??this.$el,this.$_targetNodes=this.targetNodes().filter(i=>i.nodeType===i.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"),this.$emit("dispose"))},async onResize(){this.isShown&&(await this.$_computePosition(),this.$emit("resize"))},async $_computePosition(){if(this.$_isDisposed||this.positioningDisabled)return;const t={strategy:this.strategy,middleware:[]};(this.distance||this.skidding)&&t.middleware.push(vO({mainAxis:this.distance,crossAxis:this.skidding}));const i=this.placement.startsWith("auto");if(i?t.middleware.push(pO({alignment:this.placement.split("-")[1]??""})):t.placement=this.placement,this.preventOverflow&&(this.shift&&t.middleware.push(bO({padding:this.overflowPadding,boundary:this.boundary,crossAxis:this.shiftCrossAxis})),!i&&this.flip&&t.middleware.push(gO({padding:this.overflowPadding,boundary:this.boundary}))),t.middleware.push(hO({element:this.$_arrowNode,padding:this.arrowPadding})),this.arrowOverflow&&t.middleware.push({name:"arrowOverflow",fn:({placement:a,rects:r,middlewareData:e})=>{let d;const{centerOffset:y}=e.arrow;return a.startsWith("top")||a.startsWith("bottom")?d=Math.abs(y)>r.reference.width/2:d=Math.abs(y)>r.reference.height/2,{data:{overflow:d}}}}),this.autoMinSize||this.autoSize){const a=this.autoSize?this.autoSize:this.autoMinSize?"min":null;t.middleware.push({name:"autoSize",fn:({rects:r,placement:e,middlewareData:d})=>{var y;if((y=d.autoSize)!=null&&y.skip)return{};let w,F;return e.startsWith("top")||e.startsWith("bottom")?w=r.reference.width:F=r.reference.height,this.$_innerNode.style[a==="min"?"minWidth":a==="max"?"maxWidth":"width"]=w!=null?`${w}px`:null,this.$_innerNode.style[a==="min"?"minHeight":a==="max"?"maxHeight":"height"]=F!=null?`${F}px`:null,{data:{skip:!0},reset:{rects:!0}}}})}(this.autoMaxSize||this.autoBoundaryMaxSize)&&(this.$_innerNode.style.maxWidth=null,this.$_innerNode.style.maxHeight=null,t.middleware.push(yO({boundary:this.boundary,padding:this.overflowPadding,apply:({availableWidth:a,availableHeight:r})=>{this.$_innerNode.style.maxWidth=a!=null?`${a}px`:null,this.$_innerNode.style.maxHeight=r!=null?`${r}px`:null}})));const s=await FO(this.$_referenceNode,this.$_popperNode,t);Object.assign(this.result,{x:s.x,y:s.y,placement:s.placement,strategy:s.strategy,arrow:{...s.middlewareData.arrow,...s.middlewareData.arrowOverflow}})},$_scheduleShow(t=null,i=!1){if(this.$_updateParentShownChildren(!0),this.$_hideInProgress=!1,clearTimeout(this.$_scheduleTimer),B0&&this.instantMove&&B0.instantMove&&B0!==this.parentPopper){B0.$_applyHide(!0),this.$_applyShow(!0);return}i?this.$_applyShow():this.$_scheduleTimer=setTimeout(this.$_applyShow.bind(this),this.$_computeDelay("show"))},$_scheduleHide(t=null,i=!1){if(this.shownChildren.size>0){this.$_pendingHide=!0;return}this.$_updateParentShownChildren(!1),this.$_hideInProgress=!0,clearTimeout(this.$_scheduleTimer),this.isShown&&(B0=this),i?this.$_applyHide():this.$_scheduleTimer=setTimeout(this.$_applyHide.bind(this),this.$_computeDelay("hide"))},$_computeDelay(t){const i=this.delay;return parseInt(i&&i[t]||i||0)},async $_applyShow(t=!1){clearTimeout(this.$_disposeTimer),clearTimeout(this.$_scheduleTimer),this.skipTransition=t,!this.isShown&&(this.$_ensureTeleport(),await Nb(),await this.$_computePosition(),await this.$_applyShowEffect(),this.positioningDisabled||this.$_registerEventListeners([...b2(this.$_referenceNode),...b2(this.$_popperNode)],"scroll",()=>{this.$_computePosition()}))},async $_applyShowEffect(){if(this.$_hideInProgress)return;if(this.computeTransformOrigin){const i=this.$_referenceNode.getBoundingClientRect(),s=this.$_popperNode.querySelector(".v-popper__wrapper"),a=s.parentNode.getBoundingClientRect(),r=i.x+i.width/2-(a.left+s.offsetLeft),e=i.y+i.height/2-(a.top+s.offsetTop);this.result.transformOrigin=`${r}px ${e}px`}this.isShown=!0,this.$_applyAttrsToTarget({"aria-describedby":this.popperId,"data-popper-shown":""});const t=this.showGroup;if(t){let i;for(let s=0;s<fl.length;s++)i=fl[s],i.showGroup!==t&&(i.hide(),i.$emit("close-group"))}fl.push(this),document.body.classList.add("v-popper--some-open");for(const i of Dw(this.theme))Tw(i).push(this),document.body.classList.add(`v-popper--some-open--${i}`);this.$emit("apply-show"),this.classes.showFrom=!0,this.classes.showTo=!1,this.classes.hideFrom=!1,this.classes.hideTo=!1,await Nb(),this.classes.showFrom=!1,this.classes.showTo=!0,this.noAutoFocus||this.$_popperNode.focus()},async $_applyHide(t=!1){if(this.shownChildren.size>0){this.$_pendingHide=!0,this.$_hideInProgress=!1;return}if(clearTimeout(this.$_scheduleTimer),!this.isShown)return;this.skipTransition=t,xw(fl,this),fl.length===0&&document.body.classList.remove("v-popper--some-open");for(const s of Dw(this.theme)){const a=Tw(s);xw(a,this),a.length===0&&document.body.classList.remove(`v-popper--some-open--${s}`)}B0===this&&(B0=null),this.isShown=!1,this.$_applyAttrsToTarget({"aria-describedby":void 0,"data-popper-shown":void 0}),clearTimeout(this.$_disposeTimer);const i=this.disposeTimeout;i!==null&&(this.$_disposeTimer=setTimeout(()=>{this.$_popperNode&&(this.$_detachPopperNode(),this.isMounted=!1)},i)),this.$_removeEventListeners("scroll"),this.$emit("apply-hide"),this.classes.showFrom=!1,this.classes.showTo=!1,this.classes.hideFrom=!0,this.classes.hideTo=!1,await Nb(),this.classes.hideFrom=!1,this.classes.hideTo=!0},$_autoShowHide(){this.shown?this.show():this.hide()},$_ensureTeleport(){if(this.$_isDisposed)return;let t=this.container;if(typeof t=="string"?t=window.document.querySelector(t):t===!1&&(t=this.$_targetNodes[0].parentNode),!t)throw new Error("No container for popover: "+this.container);t.appendChild(this.$_popperNode),this.isMounted=!0},$_addEventListeners(){const t=s=>{this.isShown&&!this.$_hideInProgress||(s.usedByTooltip=!0,!this.$_preventShow&&this.show({event:s}))};this.$_registerTriggerListeners(this.$_targetNodes,Fw,this.triggers,this.showTriggers,t),this.$_registerTriggerListeners([this.$_popperNode],Fw,this.popperTriggers,this.popperShowTriggers,t);const i=s=>{s.usedByTooltip||this.hide({event:s})};this.$_registerTriggerListeners(this.$_targetNodes,Ew,this.triggers,this.hideTriggers,i),this.$_registerTriggerListeners([this.$_popperNode],Ew,this.popperTriggers,this.popperHideTriggers,i)},$_registerEventListeners(t,i,s){this.$_events.push({targetNodes:t,eventType:i,handler:s}),t.forEach(a=>a.addEventListener(i,s,nh?{passive:!0}:void 0))},$_registerTriggerListeners(t,i,s,a,r){let e=s;a!=null&&(e=typeof a=="function"?a(e):a),e.forEach(d=>{const y=i[d];y&&this.$_registerEventListeners(t,y,r)})},$_removeEventListeners(t){const i=[];this.$_events.forEach(s=>{const{targetNodes:a,eventType:r,handler:e}=s;!t||t===r?a.forEach(d=>d.removeEventListener(r,e)):i.push(s)}),this.$_events=i},$_refreshListeners(){this.$_isDisposed||(this.$_removeEventListeners(),this.$_addEventListeners())},$_handleGlobalClose(t,i=!1){this.$_showFrameLocked||(this.hide({event:t}),t.closePopover?this.$emit("close-directive"):this.$emit("auto-hide"),i&&(this.$_preventShow=!0,setTimeout(()=>{this.$_preventShow=!1},300)))},$_detachPopperNode(){this.$_popperNode.parentNode&&this.$_popperNode.parentNode.removeChild(this.$_popperNode)},$_swapTargetAttrs(t,i){for(const s of this.$_targetNodes){const a=s.getAttribute(t);a&&(s.removeAttribute(t),s.setAttribute(i,a))}},$_applyAttrsToTarget(t){for(const i of this.$_targetNodes)for(const s in t){const a=t[s];a==null?i.removeAttribute(s):i.setAttribute(s,a)}},$_updateParentShownChildren(t){let i=this.parentPopper;for(;i;)t?i.shownChildren.add(this.randomId):(i.shownChildren.delete(this.randomId),i.$_pendingHide&&i.hide()),i=i.parentPopper},$_isAimingPopper(){const t=this.$_referenceNode.getBoundingClientRect();if(Fp>=t.left&&Fp<=t.right&&Ep>=t.top&&Ep<=t.bottom){const i=this.$_popperNode.getBoundingClientRect(),s=Fp-rf,a=Ep-nf,r=i.left+i.width/2-rf+(i.top+i.height/2)-nf+i.width+i.height,e=rf+s*r,d=nf+a*r;return Mm(rf,nf,e,d,i.left,i.top,i.left,i.bottom)||Mm(rf,nf,e,d,i.left,i.top,i.right,i.top)||Mm(rf,nf,e,d,i.right,i.top,i.right,i.bottom)||Mm(rf,nf,e,d,i.left,i.bottom,i.right,i.bottom)}return!1}},render(){return this.$slots.default(this.slotData)}});typeof document<"u"&&typeof window<"u"&&(o6?(document.addEventListener("touchstart",Aw,nh?{passive:!0,capture:!0}:!0),document.addEventListener("touchend",CO,nh?{passive:!0,capture:!0}:!0)):(window.addEventListener("mousedown",Aw,!0),window.addEventListener("click",xO,!0)),window.addEventListener("resize",SO));function Aw(t){for(let i=0;i<fl.length;i++){const s=fl[i];try{const a=s.popperNode();s.$_mouseDownContains=a.contains(t.target)}catch{}}}function xO(t){u6(t)}function CO(t){u6(t,!0)}function u6(t,i=!1){const s={};for(let a=fl.length-1;a>=0;a--){const r=fl[a];try{const e=r.$_containsGlobalTarget=TO(r,t);r.$_pendingHide=!1,requestAnimationFrame(()=>{if(r.$_pendingHide=!1,!s[r.randomId]&&Sw(r,e,t)){if(r.$_handleGlobalClose(t,i),!t.closeAllPopover&&t.closePopover&&e){let y=r.parentPopper;for(;y;)s[y.randomId]=!0,y=y.parentPopper;return}let d=r.parentPopper;for(;d&&Sw(d,d.$_containsGlobalTarget,t);)d.$_handleGlobalClose(t,i),d=d.parentPopper}})}catch{}}}function TO(t,i){const s=t.popperNode();return t.$_mouseDownContains||s.contains(i.target)}function Sw(t,i,s){return s.closeAllPopover||s.closePopover&&i||AO(t,s)&&!i}function AO(t,i){if(typeof t.autoHide=="function"){const s=t.autoHide(i);return t.lastAutoHide=s,s}return t.autoHide}function SO(t){for(let i=0;i<fl.length;i++)fl[i].$_computePosition(t)}let rf=0,nf=0,Fp=0,Ep=0;typeof window<"u"&&window.addEventListener("mousemove",t=>{rf=Fp,nf=Ep,Fp=t.clientX,Ep=t.clientY},nh?{passive:!0}:void 0);function Mm(t,i,s,a,r,e,d,y){const w=((d-r)*(i-e)-(y-e)*(t-r))/((y-e)*(s-t)-(d-r)*(a-i)),F=((s-t)*(i-e)-(a-i)*(t-r))/((y-e)*(s-t)-(d-r)*(a-i));return w>=0&&w<=1&&F>=0&&F<=1}const kO={extends:c6()},tv=(t,i)=>{const s=t.__vccOpts||t;for(const[a,r]of i)s[a]=r;return s};function OO(t,i,s,a,r,e){return fn(),Vn("div",{ref:"reference",class:fa(["v-popper",{"v-popper--shown":t.slotData.isShown}])},[eh(t.$slots,"default",fD(gy(t.slotData)))],2)}const RO=tv(kO,[["render",OO]]);function PO(){var t=window.navigator.userAgent,i=t.indexOf("MSIE ");if(i>0)return parseInt(t.substring(i+5,t.indexOf(".",i)),10);var s=t.indexOf("Trident/");if(s>0){var a=t.indexOf("rv:");return parseInt(t.substring(a+3,t.indexOf(".",a)),10)}var r=t.indexOf("Edge/");return r>0?parseInt(t.substring(r+5,t.indexOf(".",r)),10):-1}let zm;function k4(){k4.init||(k4.init=!0,zm=PO()!==-1)}var rv={name:"ResizeObserver",props:{emitOnMount:{type:Boolean,default:!1},ignoreWidth:{type:Boolean,default:!1},ignoreHeight:{type:Boolean,default:!1}},emits:["notify"],mounted(){k4(),Kl(()=>{this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.emitOnMount&&this.emitSize()});const t=document.createElement("object");this._resizeObject=t,t.setAttribute("aria-hidden","true"),t.setAttribute("tabindex",-1),t.onload=this.addResizeHandlers,t.type="text/html",zm&&this.$el.appendChild(t),t.data="about:blank",zm||this.$el.appendChild(t)},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&&(!zm&&this._resizeObject.contentDocument&&this._resizeObject.contentDocument.defaultView.removeEventListener("resize",this.compareAndNotify),this.$el.removeChild(this._resizeObject),this._resizeObject.onload=null,this._resizeObject=null)}}};const IO=MD();B2("data-v-b329ee4c");const NO={class:"resize-observer",tabindex:"-1"};U2();const MO=IO((t,i,s,a,r,e)=>(fn(),Yc("div",NO)));rv.render=MO;rv.__scopeId="data-v-b329ee4c";rv.__file="src/components/ResizeObserver.vue";const f6=(t="theme")=>({computed:{themeClass(){return EO(this[t])}}}),LO=ls({name:"VPopperContent",components:{ResizeObserver:rv},mixins:[f6()],props:{popperId:String,theme:String,shown:Boolean,mounted:Boolean,skipTransition:Boolean,autoHide:Boolean,handleResize:Boolean,classes:Object,result:Object},emits:["hide","resize"],methods:{toPx(t){return t!=null&&!isNaN(t)?`${t}px`:null}}}),BO=["id","aria-hidden","tabindex","data-popper-placement"],UO={ref:"inner",class:"v-popper__inner"},$O=Ht("div",{class:"v-popper__arrow-outer"},null,-1),HO=Ht("div",{class:"v-popper__arrow-inner"},null,-1),WO=[$O,HO];function zO(t,i,s,a,r,e){const d=ml("ResizeObserver");return fn(),Vn("div",{id:t.popperId,ref:"popover",class:fa(["v-popper__popper",[t.themeClass,t.classes.popperClass,{"v-popper__popper--shown":t.shown,"v-popper__popper--hidden":!t.shown,"v-popper__popper--show-from":t.classes.showFrom,"v-popper__popper--show-to":t.classes.showTo,"v-popper__popper--hide-from":t.classes.hideFrom,"v-popper__popper--hide-to":t.classes.hideTo,"v-popper__popper--skip-transition":t.skipTransition,"v-popper__popper--arrow-overflow":t.result&&t.result.arrow.overflow,"v-popper__popper--no-positioning":!t.result}]]),style:pl(t.result?{position:t.result.strategy,transform:`translate3d(${Math.round(t.result.x)}px,${Math.round(t.result.y)}px,0)`}:void 0),"aria-hidden":t.shown?"false":"true",tabindex:t.autoHide?0:void 0,"data-popper-placement":t.result?t.result.placement:void 0,onKeyup:i[2]||(i[2]=MF(y=>t.autoHide&&t.$emit("hide"),["esc"]))},[Ht("div",{class:"v-popper__backdrop",onClick:i[0]||(i[0]=y=>t.autoHide&&t.$emit("hide"))}),Ht("div",{class:"v-popper__wrapper",style:pl(t.result?{transformOrigin:t.result.transformOrigin}:void 0)},[Ht("div",UO,[t.mounted?(fn(),Vn(Ri,{key:0},[Ht("div",null,[eh(t.$slots,"default")]),t.handleResize?(fn(),Yc(d,{key:0,onNotify:i[1]||(i[1]=y=>t.$emit("resize",y))})):ro("",!0)],64)):ro("",!0)],512),Ht("div",{ref:"arrow",class:"v-popper__arrow-container",style:pl(t.result?{left:t.toPx(t.result.arrow.x),top:t.toPx(t.result.arrow.y)}:void 0)},WO,4)],4)],46,BO)}const h6=tv(LO,[["render",zO]]),d6={methods:{show(...t){return this.$refs.popper.show(...t)},hide(...t){return this.$refs.popper.hide(...t)},dispose(...t){return this.$refs.popper.dispose(...t)},onResize(...t){return this.$refs.popper.onResize(...t)}}},jO=ls({name:"VPopperWrapper",components:{Popper:RO,PopperContent:h6},mixins:[d6,f6("finalTheme")],props:{theme:{type:String,default:null}},computed:{finalTheme(){return this.theme??this.$options.vPopperTheme}},methods:{getTargetNodes(){return Array.from(this.$el.children).filter(t=>t!==this.$refs.popperContent.$el)}}});function VO(t,i,s,a,r,e){const d=ml("PopperContent"),y=ml("Popper");return fn(),Yc(y,{ref:"popper",theme:t.finalTheme,"target-nodes":t.getTargetNodes,"popper-node":()=>t.$refs.popperContent.$el,class:fa([t.themeClass])},{default:bs(({popperId:w,isShown:F,shouldMountContent:C,skipTransition:S,autoHide:R,show:L,hide:B,handleResize:I,onResize:z,classes:W,result:K})=>[eh(t.$slots,"default",{shown:F,show:L,hide:B}),Yr(d,{ref:"popperContent","popper-id":w,theme:t.finalTheme,shown:F,mounted:C,"skip-transition":S,"auto-hide":R,"handle-resize":I,classes:W,result:K,onHide:B,onResize:z},{default:bs(()=>[eh(t.$slots,"popper",{shown:F,hide:B})]),_:2},1032,["popper-id","theme","shown","mounted","skip-transition","auto-hide","handle-resize","classes","result","onHide","onResize"])]),_:3},8,["theme","target-nodes","popper-node","class"])}const Qy=tv(jO,[["render",VO]]),GO={...Qy,name:"VDropdown",vPopperTheme:"dropdown"},YO={...Qy,name:"VMenu",vPopperTheme:"menu"},qO={...Qy,name:"VTooltip",vPopperTheme:"tooltip"},KO=ls({name:"VTooltipDirective",components:{Popper:c6(),PopperContent:h6},mixins:[d6],inheritAttrs:!1,props:{theme:{type:String,default:"tooltip"},html:{type:Boolean,default:t=>Wp(t.theme,"html")},content:{type:[String,Number,Function],default:null},loadingContent:{type:String,default:t=>Wp(t.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(t){if(typeof this.content=="function"&&this.$_isShown&&(t||!this.$_loading&&this.asyncContent==null)){this.asyncContent=null,this.$_loading=!0;const i=++this.$_fetchId,s=this.content(this);s.then?s.then(a=>this.onResult(i,a)):this.onResult(i,s)}},onResult(t,i){t===this.$_fetchId&&(this.$_loading=!1,this.asyncContent=i)},onShow(){this.$_isShown=!0,this.fetchContent()},onHide(){this.$_isShown=!1}}}),QO=["innerHTML"],XO=["textContent"];function JO(t,i,s,a,r,e){const d=ml("PopperContent"),y=ml("Popper");return fn(),Yc(y,j2({ref:"popper"},t.$attrs,{theme:t.theme,"target-nodes":t.targetNodes,"popper-node":()=>t.$refs.popperContent.$el,onApplyShow:t.onShow,onApplyHide:t.onHide}),{default:bs(({popperId:w,isShown:F,shouldMountContent:C,skipTransition:S,autoHide:R,hide:L,handleResize:B,onResize:I,classes:z,result:W})=>[Yr(d,{ref:"popperContent",class:fa({"v-popper--tooltip-loading":t.loading}),"popper-id":w,theme:t.theme,shown:F,mounted:C,"skip-transition":S,"auto-hide":R,"handle-resize":B,classes:z,result:W,onHide:L,onResize:I},{default:bs(()=>[t.html?(fn(),Vn("div",{key:0,innerHTML:t.finalContent},null,8,QO)):(fn(),Vn("div",{key:1,textContent:Ji(t.finalContent)},null,8,XO))]),_: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 ZO=tv(KO,[["render",JO]]),p6="v-popper--has-tooltip";function eR(t,i){let s=t.placement;if(!s&&i)for(const a of l6)i[a]&&(s=a);return s||(s=Wp(t.theme||"tooltip","placement")),s}function g6(t,i,s){let a;const r=typeof i;return r==="string"?a={content:i}:i&&r==="object"?a=i:a={content:!1},a.placement=eR(a,s),a.targetNodes=()=>[t],a.referenceNode=()=>t,a}let Lb,zp,tR=0;function rR(){if(Lb)return;zp=nr([]),Lb=Dy({name:"VTooltipDirectiveApp",setup(){return{directives:zp}},render(){return this.directives.map(i=>lh(ZO,{...i.options,shown:i.shown||i.options.shown,key:i.id}))},devtools:{hide:!0}});const t=document.createElement("div");document.body.appendChild(t),Lb.mount(t)}function nR(t,i,s){rR();const a=nr(g6(t,i,s)),r=nr(!1),e={id:tR++,options:a,shown:r};return zp.value.push(e),t.classList&&t.classList.add(p6),t.$_popper={options:a,item:e,show(){r.value=!0},hide(){r.value=!1}}}function m6(t){if(t.$_popper){const i=zp.value.indexOf(t.$_popper.item);i!==-1&&zp.value.splice(i,1),delete t.$_popper,delete t.$_popperOldShown,delete t.$_popperMountTarget}t.classList&&t.classList.remove(p6)}function kw(t,{value:i,modifiers:s}){const a=g6(t,i,s);if(!a.content||Wp(a.theme||"tooltip","disabled"))m6(t);else{let r;t.$_popper?(r=t.$_popper,r.options.value=a):r=nR(t,i,s),typeof i.shown<"u"&&i.shown!==t.$_popperOldShown&&(t.$_popperOldShown=i.shown,i.shown?r.show():r.hide())}}const iR={beforeMount:kw,updated:kw,beforeUnmount(t){m6(t)}};function Ow(t){t.addEventListener("click",v6),t.addEventListener("touchstart",b6,nh?{passive:!0}:!1)}function Rw(t){t.removeEventListener("click",v6),t.removeEventListener("touchstart",b6),t.removeEventListener("touchend",y6),t.removeEventListener("touchcancel",_6)}function v6(t){const i=t.currentTarget;t.closePopover=!i.$_vclosepopover_touch,t.closeAllPopover=i.$_closePopoverModifiers&&!!i.$_closePopoverModifiers.all}function b6(t){if(t.changedTouches.length===1){const i=t.currentTarget;i.$_vclosepopover_touch=!0;const s=t.changedTouches[0];i.$_vclosepopover_touchPoint=s,i.addEventListener("touchend",y6),i.addEventListener("touchcancel",_6)}}function y6(t){const i=t.currentTarget;if(i.$_vclosepopover_touch=!1,t.changedTouches.length===1){const s=t.changedTouches[0],a=i.$_vclosepopover_touchPoint;t.closePopover=Math.abs(s.screenY-a.screenY)<20&&Math.abs(s.screenX-a.screenX)<20,t.closeAllPopover=i.$_closePopoverModifiers&&!!i.$_closePopoverModifiers.all}}function _6(t){const i=t.currentTarget;i.$_vclosepopover_touch=!1}const sR={beforeMount(t,{value:i,modifiers:s}){t.$_closePopoverModifiers=s,(typeof i>"u"||i)&&Ow(t)},updated(t,{value:i,oldValue:s,modifiers:a}){t.$_closePopoverModifiers=a,i!==s&&(typeof i>"u"||i?Ow(t):Rw(t))},beforeUnmount(t){Rw(t)}};function aR(t,i={}){t.$_vTooltipInstalled||(t.$_vTooltipInstalled=!0,a6(zc,i),t.directive("tooltip",iR),t.directive("close-popper",sR),t.component("VTooltip",qO),t.component("VDropdown",GO),t.component("VMenu",YO))}const oR={version:"2.0.0-beta.24",install:aR,options:zc};class nv{constructor(){this.listeners=new Set,this.subscribe=this.subscribe.bind(this)}subscribe(i){const s={listener:i};return this.listeners.add(s),this.onSubscribe(),()=>{this.listeners.delete(s),this.onUnsubscribe()}}hasListeners(){return this.listeners.size>0}onSubscribe(){}onUnsubscribe(){}}const iv=typeof window>"u"||"Deno"in window;function ll(){}function lR(t,i){return typeof t=="function"?t(i):t}function cR(t){return typeof t=="number"&&t>=0&&t!==1/0}function uR(t,i){return Math.max(t+(i||0)-Date.now(),0)}function Lm(t,i,s){return sv(t)?typeof i=="function"?{...s,queryKey:t,queryFn:i}:{...i,queryKey:t}:t}function ff(t,i,s){return sv(t)?[{...i,queryKey:t},s]:[t||{},i]}function Pw(t,i){const{type:s="all",exact:a,fetchStatus:r,predicate:e,queryKey:d,stale:y}=t;if(sv(d)){if(a){if(i.queryHash!==Xy(d,i.options))return!1}else if(!y2(i.queryKey,d))return!1}if(s!=="all"){const w=i.isActive();if(s==="active"&&!w||s==="inactive"&&w)return!1}return!(typeof y=="boolean"&&i.isStale()!==y||typeof r<"u"&&r!==i.state.fetchStatus||e&&!e(i))}function Iw(t,i){const{exact:s,fetching:a,predicate:r,mutationKey:e}=t;if(sv(e)){if(!i.options.mutationKey)return!1;if(s){if(G0(i.options.mutationKey)!==G0(e))return!1}else if(!y2(i.options.mutationKey,e))return!1}return!(typeof a=="boolean"&&i.state.status==="loading"!==a||r&&!r(i))}function Xy(t,i){return((i==null?void 0:i.queryKeyHashFn)||G0)(t)}function G0(t){return JSON.stringify(t,(i,s)=>O4(s)?Object.keys(s).sort().reduce((a,r)=>(a[r]=s[r],a),{}):s)}function y2(t,i){return w6(t,i)}function w6(t,i){return t===i?!0:typeof t!=typeof i?!1:t&&i&&typeof t=="object"&&typeof i=="object"?!Object.keys(i).some(s=>!w6(t[s],i[s])):!1}function D6(t,i){if(t===i)return t;const s=Nw(t)&&Nw(i);if(s||O4(t)&&O4(i)){const a=s?t.length:Object.keys(t).length,r=s?i:Object.keys(i),e=r.length,d=s?[]:{};let y=0;for(let w=0;w<e;w++){const F=s?w:r[w];d[F]=D6(t[F],i[F]),d[F]===t[F]&&y++}return a===e&&y===a?t:d}return i}function QI(t,i){if(t&&!i||i&&!t)return!1;for(const s in t)if(t[s]!==i[s])return!1;return!0}function Nw(t){return Array.isArray(t)&&t.length===Object.keys(t).length}function O4(t){if(!Mw(t))return!1;const i=t.constructor;if(typeof i>"u")return!0;const s=i.prototype;return!(!Mw(s)||!s.hasOwnProperty("isPrototypeOf"))}function Mw(t){return Object.prototype.toString.call(t)==="[object Object]"}function sv(t){return Array.isArray(t)}function F6(t){return new Promise(i=>{setTimeout(i,t)})}function Lw(t){F6(0).then(t)}function fR(){if(typeof AbortController=="function")return new AbortController}function hR(t,i,s){return s.isDataEqual!=null&&s.isDataEqual(t,i)?t:typeof s.structuralSharing=="function"?s.structuralSharing(t,i):s.structuralSharing!==!1?D6(t,i):i}class dR extends nv{constructor(){super(),this.setup=i=>{if(!iv&&window.addEventListener){const s=()=>i();return window.addEventListener("visibilitychange",s,!1),window.addEventListener("focus",s,!1),()=>{window.removeEventListener("visibilitychange",s),window.removeEventListener("focus",s)}}}}onSubscribe(){this.cleanup||this.setEventListener(this.setup)}onUnsubscribe(){if(!this.hasListeners()){var i;(i=this.cleanup)==null||i.call(this),this.cleanup=void 0}}setEventListener(i){var s;this.setup=i,(s=this.cleanup)==null||s.call(this),this.cleanup=i(a=>{typeof a=="boolean"?this.setFocused(a):this.onFocus()})}setFocused(i){this.focused!==i&&(this.focused=i,this.onFocus())}onFocus(){this.listeners.forEach(({listener:i})=>{i()})}isFocused(){return typeof this.focused=="boolean"?this.focused:typeof document>"u"?!0:[void 0,"visible","prerender"].includes(document.visibilityState)}}const R4=new dR,Bw=["online","offline"];class pR extends nv{constructor(){super(),this.setup=i=>{if(!iv&&window.addEventListener){const s=()=>i();return Bw.forEach(a=>{window.addEventListener(a,s,!1)}),()=>{Bw.forEach(a=>{window.removeEventListener(a,s)})}}}}onSubscribe(){this.cleanup||this.setEventListener(this.setup)}onUnsubscribe(){if(!this.hasListeners()){var i;(i=this.cleanup)==null||i.call(this),this.cleanup=void 0}}setEventListener(i){var s;this.setup=i,(s=this.cleanup)==null||s.call(this),this.cleanup=i(a=>{typeof a=="boolean"?this.setOnline(a):this.onOnline()})}setOnline(i){this.online!==i&&(this.online=i,this.onOnline())}onOnline(){this.listeners.forEach(({listener:i})=>{i()})}isOnline(){return typeof this.online=="boolean"?this.online:typeof navigator>"u"||typeof navigator.onLine>"u"?!0:navigator.onLine}}const _2=new pR;function gR(t){return Math.min(1e3*2**t,3e4)}function Jy(t){return(t??"online")==="online"?_2.isOnline():!0}class E6{constructor(i){this.revert=i==null?void 0:i.revert,this.silent=i==null?void 0:i.silent}}function Bb(t){return t instanceof E6}function x6(t){let i=!1,s=0,a=!1,r,e,d;const y=new Promise((z,W)=>{e=z,d=W}),w=z=>{a||(L(new E6(z)),t.abort==null||t.abort())},F=()=>{i=!0},C=()=>{i=!1},S=()=>!R4.isFocused()||t.networkMode!=="always"&&!_2.isOnline(),R=z=>{a||(a=!0,t.onSuccess==null||t.onSuccess(z),r==null||r(),e(z))},L=z=>{a||(a=!0,t.onError==null||t.onError(z),r==null||r(),d(z))},B=()=>new Promise(z=>{r=W=>{const K=a||!S();return K&&z(W),K},t.onPause==null||t.onPause()}).then(()=>{r=void 0,a||t.onContinue==null||t.onContinue()}),I=()=>{if(a)return;let z;try{z=t.fn()}catch(W){z=Promise.reject(W)}Promise.resolve(z).then(R).catch(W=>{var K,oe;if(a)return;const G=(K=t.retry)!=null?K:3,j=(oe=t.retryDelay)!=null?oe:gR,Z=typeof j=="function"?j(s,W):j,ie=G===!0||typeof G=="number"&&s<G||typeof G=="function"&&G(s,W);if(i||!ie){L(W);return}s++,t.onFail==null||t.onFail(s,W),F6(Z).then(()=>{if(S())return B()}).then(()=>{i?L(W):I()})})};return Jy(t.networkMode)?I():B().then(I),{promise:y,cancel:w,continue:()=>(r==null?void 0:r())?y:Promise.resolve(),cancelRetry:F,continueRetry:C}}const Zy=console;function mR(){let t=[],i=0,s=C=>{C()},a=C=>{C()};const r=C=>{let S;i++;try{S=C()}finally{i--,i||y()}return S},e=C=>{i?t.push(C):Lw(()=>{s(C)})},d=C=>(...S)=>{e(()=>{C(...S)})},y=()=>{const C=t;t=[],C.length&&Lw(()=>{a(()=>{C.forEach(S=>{s(S)})})})};return{batch:r,batchCalls:d,schedule:e,setNotifyFunction:C=>{s=C},setBatchNotifyFunction:C=>{a=C}}}const ca=mR();class C6{destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),cR(this.cacheTime)&&(this.gcTimeout=setTimeout(()=>{this.optionalRemove()},this.cacheTime))}updateCacheTime(i){this.cacheTime=Math.max(this.cacheTime||0,i??(iv?1/0:5*60*1e3))}clearGcTimeout(){this.gcTimeout&&(clearTimeout(this.gcTimeout),this.gcTimeout=void 0)}}class vR extends C6{constructor(i){super(),this.abortSignalConsumed=!1,this.defaultOptions=i.defaultOptions,this.setOptions(i.options),this.observers=[],this.cache=i.cache,this.logger=i.logger||Zy,this.queryKey=i.queryKey,this.queryHash=i.queryHash,this.initialState=i.state||bR(this.options),this.state=this.initialState,this.scheduleGc()}get meta(){return this.options.meta}setOptions(i){this.options={...this.defaultOptions,...i},this.updateCacheTime(this.options.cacheTime)}optionalRemove(){!this.observers.length&&this.state.fetchStatus==="idle"&&this.cache.remove(this)}setData(i,s){const a=hR(this.state.data,i,this.options);return this.dispatch({data:a,type:"success",dataUpdatedAt:s==null?void 0:s.updatedAt,manual:s==null?void 0:s.manual}),a}setState(i,s){this.dispatch({type:"setState",state:i,setStateOptions:s})}cancel(i){var s;const a=this.promise;return(s=this.retryer)==null||s.cancel(i),a?a.then(ll).catch(ll):Promise.resolve()}destroy(){super.destroy(),this.cancel({silent:!0})}reset(){this.destroy(),this.setState(this.initialState)}isActive(){return this.observers.some(i=>i.options.enabled!==!1)}isDisabled(){return this.getObserversCount()>0&&!this.isActive()}isStale(){return this.state.isInvalidated||!this.state.dataUpdatedAt||this.observers.some(i=>i.getCurrentResult().isStale)}isStaleByTime(i=0){return this.state.isInvalidated||!this.state.dataUpdatedAt||!uR(this.state.dataUpdatedAt,i)}onFocus(){var i;const s=this.observers.find(a=>a.shouldFetchOnWindowFocus());s&&s.refetch({cancelRefetch:!1}),(i=this.retryer)==null||i.continue()}onOnline(){var i;const s=this.observers.find(a=>a.shouldFetchOnReconnect());s&&s.refetch({cancelRefetch:!1}),(i=this.retryer)==null||i.continue()}addObserver(i){this.observers.includes(i)||(this.observers.push(i),this.clearGcTimeout(),this.cache.notify({type:"observerAdded",query:this,observer:i}))}removeObserver(i){this.observers.includes(i)&&(this.observers=this.observers.filter(s=>s!==i),this.observers.length||(this.retryer&&(this.abortSignalConsumed?this.retryer.cancel({revert:!0}):this.retryer.cancelRetry()),this.scheduleGc()),this.cache.notify({type:"observerRemoved",query:this,observer:i}))}getObserversCount(){return this.observers.length}invalidate(){this.state.isInvalidated||this.dispatch({type:"invalidate"})}fetch(i,s){var a,r;if(this.state.fetchStatus!=="idle"){if(this.state.dataUpdatedAt&&s!=null&&s.cancelRefetch)this.cancel({silent:!0});else if(this.promise){var e;return(e=this.retryer)==null||e.continueRetry(),this.promise}}if(i&&this.setOptions(i),!this.options.queryFn){const L=this.observers.find(B=>B.options.queryFn);L&&this.setOptions(L.options)}Array.isArray(this.options.queryKey);const d=fR(),y={queryKey:this.queryKey,pageParam:void 0,meta:this.meta},w=L=>{Object.defineProperty(L,"signal",{enumerable:!0,get:()=>{if(d)return this.abortSignalConsumed=!0,d.signal}})};w(y);const F=()=>this.options.queryFn?(this.abortSignalConsumed=!1,this.options.queryFn(y)):Promise.reject("Missing queryFn for queryKey '"+this.options.queryHash+"'"),C={fetchOptions:s,options:this.options,queryKey:this.queryKey,state:this.state,fetchFn:F};if(w(C),(a=this.options.behavior)==null||a.onFetch(C),this.revertState=this.state,this.state.fetchStatus==="idle"||this.state.fetchMeta!==((r=C.fetchOptions)==null?void 0:r.meta)){var S;this.dispatch({type:"fetch",meta:(S=C.fetchOptions)==null?void 0:S.meta})}const R=L=>{if(Bb(L)&&L.silent||this.dispatch({type:"error",error:L}),!Bb(L)){var B,I,z,W;(B=(I=this.cache.config).onError)==null||B.call(I,L,this),(z=(W=this.cache.config).onSettled)==null||z.call(W,this.state.data,L,this)}this.isFetchingOptimistic||this.scheduleGc(),this.isFetchingOptimistic=!1};return this.retryer=x6({fn:C.fetchFn,abort:d==null?void 0:d.abort.bind(d),onSuccess:L=>{var B,I,z,W;if(typeof L>"u"){R(new Error(this.queryHash+" data is undefined"));return}this.setData(L),(B=(I=this.cache.config).onSuccess)==null||B.call(I,L,this),(z=(W=this.cache.config).onSettled)==null||z.call(W,L,this.state.error,this),this.isFetchingOptimistic||this.scheduleGc(),this.isFetchingOptimistic=!1},onError:R,onFail:(L,B)=>{this.dispatch({type:"failed",failureCount:L,error:B})},onPause:()=>{this.dispatch({type:"pause"})},onContinue:()=>{this.dispatch({type:"continue"})},retry:C.options.retry,retryDelay:C.options.retryDelay,networkMode:C.options.networkMode}),this.promise=this.retryer.promise,this.promise}dispatch(i){const s=a=>{var r,e;switch(i.type){case"failed":return{...a,fetchFailureCount:i.failureCount,fetchFailureReason:i.error};case"pause":return{...a,fetchStatus:"paused"};case"continue":return{...a,fetchStatus:"fetching"};case"fetch":return{...a,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:(r=i.meta)!=null?r:null,fetchStatus:Jy(this.options.networkMode)?"fetching":"paused",...!a.dataUpdatedAt&&{error:null,status:"loading"}};case"success":return{...a,data:i.data,dataUpdateCount:a.dataUpdateCount+1,dataUpdatedAt:(e=i.dataUpdatedAt)!=null?e:Date.now(),error:null,isInvalidated:!1,status:"success",...!i.manual&&{fetchStatus:"idle",fetchFailureCount:0,fetchFailureReason:null}};case"error":const d=i.error;return Bb(d)&&d.revert&&this.revertState?{...this.revertState}:{...a,error:d,errorUpdateCount:a.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:a.fetchFailureCount+1,fetchFailureReason:d,fetchStatus:"idle",status:"error"};case"invalidate":return{...a,isInvalidated:!0};case"setState":return{...a,...i.state}}};this.state=s(this.state),ca.batch(()=>{this.observers.forEach(a=>{a.onQueryUpdate(i)}),this.cache.notify({query:this,type:"updated",action:i})})}}function bR(t){const i=typeof t.initialData=="function"?t.initialData():t.initialData,s=typeof i<"u",a=s?typeof t.initialDataUpdatedAt=="function"?t.initialDataUpdatedAt():t.initialDataUpdatedAt:0;return{data:i,dataUpdateCount:0,dataUpdatedAt:s?a??Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null,isInvalidated:!1,status:s?"success":"loading",fetchStatus:"idle"}}let T6=class extends nv{constructor(i){super(),this.config=i||{},this.queries=[],this.queriesMap={}}build(i,s,a){var r;const e=s.queryKey,d=(r=s.queryHash)!=null?r:Xy(e,s);let y=this.get(d);return y||(y=new vR({cache:this,logger:i.getLogger(),queryKey:e,queryHash:d,options:i.defaultQueryOptions(s),state:a,defaultOptions:i.getQueryDefaults(e)}),this.add(y)),y}add(i){this.queriesMap[i.queryHash]||(this.queriesMap[i.queryHash]=i,this.queries.push(i),this.notify({type:"added",query:i}))}remove(i){const s=this.queriesMap[i.queryHash];s&&(i.destroy(),this.queries=this.queries.filter(a=>a!==i),s===i&&delete this.queriesMap[i.queryHash],this.notify({type:"removed",query:i}))}clear(){ca.batch(()=>{this.queries.forEach(i=>{this.remove(i)})})}get(i){return this.queriesMap[i]}getAll(){return this.queries}find(i,s){const[a]=ff(i,s);return typeof a.exact>"u"&&(a.exact=!0),this.queries.find(r=>Pw(a,r))}findAll(i,s){const[a]=ff(i,s);return Object.keys(a).length>0?this.queries.filter(r=>Pw(a,r)):this.queries}notify(i){ca.batch(()=>{this.listeners.forEach(({listener:s})=>{s(i)})})}onFocus(){ca.batch(()=>{this.queries.forEach(i=>{i.onFocus()})})}onOnline(){ca.batch(()=>{this.queries.forEach(i=>{i.onOnline()})})}};class yR extends C6{constructor(i){super(),this.defaultOptions=i.defaultOptions,this.mutationId=i.mutationId,this.mutationCache=i.mutationCache,this.logger=i.logger||Zy,this.observers=[],this.state=i.state||_R(),this.setOptions(i.options),this.scheduleGc()}setOptions(i){this.options={...this.defaultOptions,...i},this.updateCacheTime(this.options.cacheTime)}get meta(){return this.options.meta}setState(i){this.dispatch({type:"setState",state:i})}addObserver(i){this.observers.includes(i)||(this.observers.push(i),this.clearGcTimeout(),this.mutationCache.notify({type:"observerAdded",mutation:this,observer:i}))}removeObserver(i){this.observers=this.observers.filter(s=>s!==i),this.scheduleGc(),this.mutationCache.notify({type:"observerRemoved",mutation:this,observer:i})}optionalRemove(){this.observers.length||(this.state.status==="loading"?this.scheduleGc():this.mutationCache.remove(this))}continue(){var i,s;return(i=(s=this.retryer)==null?void 0:s.continue())!=null?i:this.execute()}async execute(){const i=()=>{var ie;return this.retryer=x6({fn:()=>this.options.mutationFn?this.options.mutationFn(this.state.variables):Promise.reject("No mutationFn found"),onFail:(ne,ae)=>{this.dispatch({type:"failed",failureCount:ne,error:ae})},onPause:()=>{this.dispatch({type:"pause"})},onContinue:()=>{this.dispatch({type:"continue"})},retry:(ie=this.options.retry)!=null?ie:0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode}),this.retryer.promise},s=this.state.status==="loading";try{var a,r,e,d,y,w,F,C;if(!s){var S,R,L,B;this.dispatch({type:"loading",variables:this.options.variables}),await((S=(R=this.mutationCache.config).onMutate)==null?void 0:S.call(R,this.state.variables,this));const ne=await((L=(B=this.options).onMutate)==null?void 0:L.call(B,this.state.variables));ne!==this.state.context&&this.dispatch({type:"loading",context:ne,variables:this.state.variables})}const ie=await i();return await((a=(r=this.mutationCache.config).onSuccess)==null?void 0:a.call(r,ie,this.state.variables,this.state.context,this)),await((e=(d=this.options).onSuccess)==null?void 0:e.call(d,ie,this.state.variables,this.state.context)),await((y=(w=this.mutationCache.config).onSettled)==null?void 0:y.call(w,ie,null,this.state.variables,this.state.context,this)),await((F=(C=this.options).onSettled)==null?void 0:F.call(C,ie,null,this.state.variables,this.state.context)),this.dispatch({type:"success",data:ie}),ie}catch(ie){try{var I,z,W,K,oe,G,j,Z;throw await((I=(z=this.mutationCache.config).onError)==null?void 0:I.call(z,ie,this.state.variables,this.state.context,this)),await((W=(K=this.options).onError)==null?void 0:W.call(K,ie,this.state.variables,this.state.context)),await((oe=(G=this.mutationCache.config).onSettled)==null?void 0:oe.call(G,void 0,ie,this.state.variables,this.state.context,this)),await((j=(Z=this.options).onSettled)==null?void 0:j.call(Z,void 0,ie,this.state.variables,this.state.context)),ie}finally{this.dispatch({type:"error",error:ie})}}}dispatch(i){const s=a=>{switch(i.type){case"failed":return{...a,failureCount:i.failureCount,failureReason:i.error};case"pause":return{...a,isPaused:!0};case"continue":return{...a,isPaused:!1};case"loading":return{...a,context:i.context,data:void 0,failureCount:0,failureReason:null,error:null,isPaused:!Jy(this.options.networkMode),status:"loading",variables:i.variables};case"success":return{...a,data:i.data,failureCount:0,failureReason:null,error:null,status:"success",isPaused:!1};case"error":return{...a,data:void 0,error:i.error,failureCount:a.failureCount+1,failureReason:i.error,isPaused:!1,status:"error"};case"setState":return{...a,...i.state}}};this.state=s(this.state),ca.batch(()=>{this.observers.forEach(a=>{a.onMutationUpdate(i)}),this.mutationCache.notify({mutation:this,type:"updated",action:i})})}}function _R(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0}}let A6=class extends nv{constructor(i){super(),this.config=i||{},this.mutations=[],this.mutationId=0}build(i,s,a){const r=new yR({mutationCache:this,logger:i.getLogger(),mutationId:++this.mutationId,options:i.defaultMutationOptions(s),state:a,defaultOptions:s.mutationKey?i.getMutationDefaults(s.mutationKey):void 0});return this.add(r),r}add(i){this.mutations.push(i),this.notify({type:"added",mutation:i})}remove(i){this.mutations=this.mutations.filter(s=>s!==i),this.notify({type:"removed",mutation:i})}clear(){ca.batch(()=>{this.mutations.forEach(i=>{this.remove(i)})})}getAll(){return this.mutations}find(i){return typeof i.exact>"u"&&(i.exact=!0),this.mutations.find(s=>Iw(i,s))}findAll(i){return this.mutations.filter(s=>Iw(i,s))}notify(i){ca.batch(()=>{this.listeners.forEach(({listener:s})=>{s(i)})})}resumePausedMutations(){var i;return this.resuming=((i=this.resuming)!=null?i:Promise.resolve()).then(()=>{const s=this.mutations.filter(a=>a.state.isPaused);return ca.batch(()=>s.reduce((a,r)=>a.then(()=>r.continue().catch(ll)),Promise.resolve()))}).then(()=>{this.resuming=void 0}),this.resuming}};function wR(){return{onFetch:t=>{t.fetchFn=()=>{var i,s,a,r,e,d;const y=(i=t.fetchOptions)==null||(s=i.meta)==null?void 0:s.refetchPage,w=(a=t.fetchOptions)==null||(r=a.meta)==null?void 0:r.fetchMore,F=w==null?void 0:w.pageParam,C=(w==null?void 0:w.direction)==="forward",S=(w==null?void 0:w.direction)==="backward",R=((e=t.state.data)==null?void 0:e.pages)||[],L=((d=t.state.data)==null?void 0:d.pageParams)||[];let B=L,I=!1;const z=Z=>{Object.defineProperty(Z,"signal",{enumerable:!0,get:()=>{var ie;if((ie=t.signal)!=null&&ie.aborted)I=!0;else{var ne;(ne=t.signal)==null||ne.addEventListener("abort",()=>{I=!0})}return t.signal}})},W=t.options.queryFn||(()=>Promise.reject("Missing queryFn for queryKey '"+t.options.queryHash+"'")),K=(Z,ie,ne,ae)=>(B=ae?[ie,...B]:[...B,ie],ae?[ne,...Z]:[...Z,ne]),oe=(Z,ie,ne,ae)=>{if(I)return Promise.reject("Cancelled");if(typeof ne>"u"&&!ie&&Z.length)return Promise.resolve(Z);const ue={queryKey:t.queryKey,pageParam:ne,meta:t.options.meta};z(ue);const Ee=W(ue);return Promise.resolve(Ee).then(Ae=>K(Z,ne,Ae,ae))};let G;if(!R.length)G=oe([]);else if(C){const Z=typeof F<"u",ie=Z?F:Uw(t.options,R);G=oe(R,Z,ie)}else if(S){const Z=typeof F<"u",ie=Z?F:DR(t.options,R);G=oe(R,Z,ie,!0)}else{B=[];const Z=typeof t.options.getNextPageParam>"u";G=(y&&R[0]?y(R[0],0,R):!0)?oe([],Z,L[0]):Promise.resolve(K([],L[0],R[0]));for(let ne=1;ne<R.length;ne++)G=G.then(ae=>{if(y&&R[ne]?y(R[ne],ne,R):!0){const Ee=Z?L[ne]:Uw(t.options,ae);return oe(ae,Z,Ee)}return Promise.resolve(K(ae,L[ne],R[ne]))})}return G.then(Z=>({pages:Z,pageParams:B}))}}}}function Uw(t,i){return t.getNextPageParam==null?void 0:t.getNextPageParam(i[i.length-1],i)}function DR(t,i){return t.getPreviousPageParam==null?void 0:t.getPreviousPageParam(i[0],i)}let FR=class{constructor(i={}){this.queryCache=i.queryCache||new T6,this.mutationCache=i.mutationCache||new A6,this.logger=i.logger||Zy,this.defaultOptions=i.defaultOptions||{},this.queryDefaults=[],this.mutationDefaults=[],this.mountCount=0}mount(){this.mountCount++,this.mountCount===1&&(this.unsubscribeFocus=R4.subscribe(()=>{R4.isFocused()&&(this.resumePausedMutations(),this.queryCache.onFocus())}),this.unsubscribeOnline=_2.subscribe(()=>{_2.isOnline()&&(this.resumePausedMutations(),this.queryCache.onOnline())}))}unmount(){var i,s;this.mountCount--,this.mountCount===0&&((i=this.unsubscribeFocus)==null||i.call(this),this.unsubscribeFocus=void 0,(s=this.unsubscribeOnline)==null||s.call(this),this.unsubscribeOnline=void 0)}isFetching(i,s){const[a]=ff(i,s);return a.fetchStatus="fetching",this.queryCache.findAll(a).length}isMutating(i){return this.mutationCache.findAll({...i,fetching:!0}).length}getQueryData(i,s){var a;return(a=this.queryCache.find(i,s))==null?void 0:a.state.data}ensureQueryData(i,s,a){const r=Lm(i,s,a),e=this.getQueryData(r.queryKey);return e?Promise.resolve(e):this.fetchQuery(r)}getQueriesData(i){return this.getQueryCache().findAll(i).map(({queryKey:s,state:a})=>{const r=a.data;return[s,r]})}setQueryData(i,s,a){const r=this.queryCache.find(i),e=r==null?void 0:r.state.data,d=lR(s,e);if(typeof d>"u")return;const y=Lm(i),w=this.defaultQueryOptions(y);return this.queryCache.build(this,w).setData(d,{...a,manual:!0})}setQueriesData(i,s,a){return ca.batch(()=>this.getQueryCache().findAll(i).map(({queryKey:r})=>[r,this.setQueryData(r,s,a)]))}getQueryState(i,s){var a;return(a=this.queryCache.find(i,s))==null?void 0:a.state}removeQueries(i,s){const[a]=ff(i,s),r=this.queryCache;ca.batch(()=>{r.findAll(a).forEach(e=>{r.remove(e)})})}resetQueries(i,s,a){const[r,e]=ff(i,s,a),d=this.queryCache,y={type:"active",...r};return ca.batch(()=>(d.findAll(r).forEach(w=>{w.reset()}),this.refetchQueries(y,e)))}cancelQueries(i,s,a){const[r,e={}]=ff(i,s,a);typeof e.revert>"u"&&(e.revert=!0);const d=ca.batch(()=>this.queryCache.findAll(r).map(y=>y.cancel(e)));return Promise.all(d).then(ll).catch(ll)}invalidateQueries(i,s,a){const[r,e]=ff(i,s,a);return ca.batch(()=>{var d,y;if(this.queryCache.findAll(r).forEach(F=>{F.invalidate()}),r.refetchType==="none")return Promise.resolve();const w={...r,type:(d=(y=r.refetchType)!=null?y:r.type)!=null?d:"active"};return this.refetchQueries(w,e)})}refetchQueries(i,s,a){const[r,e]=ff(i,s,a),d=ca.batch(()=>this.queryCache.findAll(r).filter(w=>!w.isDisabled()).map(w=>{var F;return w.fetch(void 0,{...e,cancelRefetch:(F=e==null?void 0:e.cancelRefetch)!=null?F:!0,meta:{refetchPage:r.refetchPage}})}));let y=Promise.all(d).then(ll);return e!=null&&e.throwOnError||(y=y.catch(ll)),y}fetchQuery(i,s,a){const r=Lm(i,s,a),e=this.defaultQueryOptions(r);typeof e.retry>"u"&&(e.retry=!1);const d=this.queryCache.build(this,e);return d.isStaleByTime(e.staleTime)?d.fetch(e):Promise.resolve(d.state.data)}prefetchQuery(i,s,a){return this.fetchQuery(i,s,a).then(ll).catch(ll)}fetchInfiniteQuery(i,s,a){const r=Lm(i,s,a);return r.behavior=wR(),this.fetchQuery(r)}prefetchInfiniteQuery(i,s,a){return this.fetchInfiniteQuery(i,s,a).then(ll).catch(ll)}resumePausedMutations(){return this.mutationCache.resumePausedMutations()}getQueryCache(){return this.queryCache}getMutationCache(){return this.mutationCache}getLogger(){return this.logger}getDefaultOptions(){return this.defaultOptions}setDefaultOptions(i){this.defaultOptions=i}setQueryDefaults(i,s){const a=this.queryDefaults.find(r=>G0(i)===G0(r.queryKey));a?a.defaultOptions=s:this.queryDefaults.push({queryKey:i,defaultOptions:s})}getQueryDefaults(i){if(!i)return;const s=this.queryDefaults.find(a=>y2(i,a.queryKey));return s==null?void 0:s.defaultOptions}setMutationDefaults(i,s){const a=this.mutationDefaults.find(r=>G0(i)===G0(r.mutationKey));a?a.defaultOptions=s:this.mutationDefaults.push({mutationKey:i,defaultOptions:s})}getMutationDefaults(i){if(!i)return;const s=this.mutationDefaults.find(a=>y2(i,a.mutationKey));return s==null?void 0:s.defaultOptions}defaultQueryOptions(i){if(i!=null&&i._defaulted)return i;const s={...this.defaultOptions.queries,...this.getQueryDefaults(i==null?void 0:i.queryKey),...i,_defaulted:!0};return!s.queryHash&&s.queryKey&&(s.queryHash=Xy(s.queryKey,s)),typeof s.refetchOnReconnect>"u"&&(s.refetchOnReconnect=s.networkMode!=="always"),typeof s.useErrorBoundary>"u"&&(s.useErrorBoundary=!!s.suspense),s}defaultMutationOptions(i){return i!=null&&i._defaulted?i:{...this.defaultOptions.mutations,...this.getMutationDefaults(i==null?void 0:i.mutationKey),...i,_defaulted:!0}}clear(){this.queryCache.clear(),this.mutationCache.clear()}};const ER="VUE_QUERY_CLIENT";function xR(t){const i=t?":"+t:"";return""+ER+i}function ol(t){return Array.isArray(t)}function eN(t,i){Object.keys(t).forEach(s=>{t[s]=i[s]})}function P4(t,i){if(i){const s=i(t);if(s!==void 0||Mn(t))return s}if(Array.isArray(t))return t.map(s=>P4(s,i));if(typeof t=="object"&&CR(t)){const s=Object.entries(t).map(([a,r])=>[a,P4(r,i)]);return Object.fromEntries(s)}return t}function xr(t){return P4(t,i=>{if(Mn(i))return xr(gr(i))})}function CR(t){if(Object.prototype.toString.call(t)!=="[object Object]")return!1;const i=Object.getPrototypeOf(t);return i===null||i===Object.prototype}function tN(t,i){return typeof t=="function"?t(...i):!!t}class TR extends T6{find(i,s){const a=xr(i),r=xr(s);return super.find(a,r)}findAll(i,s){const a=xr(i),r=xr(s);return ol(a)?super.findAll(a,r):super.findAll(a)}}class AR extends A6{find(i){return super.find(xr(i))}findAll(i){return super.findAll(xr(i))}}class $w extends FR{constructor(i={}){const s=xr(i),a={logger:xr(s.logger),defaultOptions:xr(s.defaultOptions),queryCache:s.queryCache||new TR,mutationCache:s.mutationCache||new AR};super(a),this.isRestoring=nr(!1)}isFetching(i,s){const a=xr(i),r=xr(s);return ol(a)?super.isFetching(a,r):super.isFetching(a)}isMutating(i){return super.isMutating(xr(i))}getQueryData(i,s){return super.getQueryData(xr(i),xr(s))}getQueriesData(i){const s=xr(i);return ol(s)?super.getQueriesData(s):super.getQueriesData(s)}setQueryData(i,s,a){return super.setQueryData(xr(i),s,xr(a))}setQueriesData(i,s,a){const r=xr(i),e=xr(a);return ol(r)?super.setQueriesData(r,s,e):super.setQueriesData(r,s,e)}getQueryState(i,s){return super.getQueryState(xr(i),xr(s))}removeQueries(i,s){const a=xr(i);return ol(a)?super.removeQueries(a,xr(s)):super.removeQueries(a)}resetQueries(i,s,a){const r=xr(i),e=xr(s);return ol(r)?super.resetQueries(r,e,xr(a)):super.resetQueries(r,e)}cancelQueries(i,s,a){const r=xr(i),e=xr(s);return ol(r)?super.cancelQueries(r,e,xr(a)):super.cancelQueries(r,e)}invalidateQueries(i,s,a){const r=xr(i),e=xr(s);return ol(r)?super.invalidateQueries(r,e,xr(a)):super.invalidateQueries(r,e)}refetchQueries(i,s,a){const r=xr(i),e=xr(s);return ol(r)?super.refetchQueries(r,e,xr(a)):super.refetchQueries(r,e)}fetchQuery(i,s,a){const r=xr(i),e=xr(s);return ol(r)?super.fetchQuery(r,e,xr(a)):super.fetchQuery(r)}prefetchQuery(i,s,a){return super.prefetchQuery(xr(i),xr(s),xr(a))}fetchInfiniteQuery(i,s,a){const r=xr(i),e=xr(s);return ol(r)?super.fetchInfiniteQuery(r,e,xr(a)):super.fetchInfiniteQuery(r)}prefetchInfiniteQuery(i,s,a){return super.prefetchInfiniteQuery(xr(i),xr(s),xr(a))}setDefaultOptions(i){super.setDefaultOptions(xr(i))}setQueryDefaults(i,s){super.setQueryDefaults(xr(i),xr(s))}getQueryDefaults(i){return super.getQueryDefaults(xr(i))}setMutationDefaults(i,s){super.setMutationDefaults(xr(i),xr(s))}getMutationDefaults(i){return super.getMutationDefaults(xr(i))}}const SR={install:(t,i={})=>{const s=xR(i.queryClientKey);let a;if("queryClient"in i&&i.queryClient)a=i.queryClient;else if(i.contextSharing&&typeof window<"u")if(window.__VUE_QUERY_CONTEXT__)a=window.__VUE_QUERY_CONTEXT__;else{const d="queryClientConfig"in i?i.queryClientConfig:void 0;a=new $w(d),window.__VUE_QUERY_CONTEXT__=a}else{const d="queryClientConfig"in i?i.queryClientConfig:void 0;a=new $w(d)}iv||a.mount();let r=()=>{};if(i.clientPersister){a.isRestoring.value=!0;const[d,y]=i.clientPersister(a);r=d,y.then(()=>{a.isRestoring.value=!1})}const e=()=>{a.unmount(),r()};if(t.onUnmount)t.onUnmount(e);else{const d=t.unmount;t.unmount=function(){e(),d()}}t.provide(s,a)}};let kR;function OR(){return kR}function RR(t){return typeof t=="function"?t():gr(t)}function I4(t,i=""){if(t instanceof Promise)return t;const s=RR(t);return!t||!s?s:Array.isArray(s)?s.map(a=>I4(a,i)):typeof s=="object"?Object.fromEntries(Object.entries(s).map(([a,r])=>a==="titleTemplate"||a.startsWith("on")?[a,gr(r)]:[a,I4(r,a)])):s}const PR="usehead";function IR(){return Ds()&&ha(PR)||OR()}function NR(t,i={}){const s=IR();if(s)return s.ssr?s.push(t,i):MR(s,t,i)}function MR(t,i,s={}){const a=nr(!1),r=nr({});sy(()=>{r.value=a.value?{}:I4(i)});const e=t.push(r.value,s);return qn(r,y=>{e.patch(y)}),Ds()&&(Qp(()=>{e.dispose()}),cy(()=>{a.value=!0}),ly(()=>{a.value=!1})),e}const LR=ls({__name:"App",setup(t){return NR({title:"Board - XCPCIO",meta:[{name:"description",content:"XCPCIO-Board 主要收录 *CPC 系列竞赛的榜单。"},{name:"keywords",content:"icpc, ccpc, rank, board, standings"},{name:"theme-color",content:()=>qE.value?"#00aba9":"#ffffff"}],link:[{rel:"icon",type:"image/svg+xml",href:()=>N9.value?"/favicon-dark.svg":"/favicon.svg"}]}),(i,s)=>{const a=ml("RouterView");return fn(),Yc(a)}}});var BR=Object.defineProperty,Hw=Object.getOwnPropertySymbols,UR=Object.prototype.hasOwnProperty,$R=Object.prototype.propertyIsEnumerable,Ww=(t,i,s)=>i in t?BR(t,i,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[i]=s,zw=(t,i)=>{for(var s in i||(i={}))UR.call(i,s)&&Ww(t,s,i[s]);if(Hw)for(var s of Hw(i))$R.call(i,s)&&Ww(t,s,i[s]);return t};const Ub=new WeakMap;function S6(t,i,s={}){const{mode:a="replace",route:r=lS(),router:e=oS(),transform:d=C=>C}=s;Ub.has(r)||Ub.set(r,new Map);const y=Ub.get(r);Yl(()=>{y.delete(t)}),y.set(t,r.query[t]);let w;const F=ey((C,S)=>(w=S,{get(){C();const R=y.get(t);return d(R!==void 0?R:Si(i))},set(R){y.get(t)!==R&&(y.set(t,R),S(),Kl(()=>{const{params:L,query:B,hash:I}=r;e[Si(a)]({params:L,query:zw(zw({},B),Object.fromEntries(y.entries())),hash:I})}))}}));return qn(()=>r.query[t],C=>{y.set(t,C),w()},{flush:"sync"}),F}var k6={exports:{}};(function(t,i){(function(s,a){t.exports=a()})(_s,function(){var s=1e3,a=6e4,r=36e5,e="millisecond",d="second",y="minute",w="hour",F="day",C="week",S="month",R="quarter",L="year",B="date",I="Invalid Date",z=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,W=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,K={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(Ae){var Fe=["th","st","nd","rd"],je=Ae%100;return"["+Ae+(Fe[(je-20)%10]||Fe[je]||Fe[0])+"]"}},oe=function(Ae,Fe,je){var Xe=String(Ae);return!Xe||Xe.length>=Fe?Ae:""+Array(Fe+1-Xe.length).join(je)+Ae},G={s:oe,z:function(Ae){var Fe=-Ae.utcOffset(),je=Math.abs(Fe),Xe=Math.floor(je/60),Le=je%60;return(Fe<=0?"+":"-")+oe(Xe,2,"0")+":"+oe(Le,2,"0")},m:function Ae(Fe,je){if(Fe.date()<je.date())return-Ae(je,Fe);var Xe=12*(je.year()-Fe.year())+(je.month()-Fe.month()),Le=Fe.clone().add(Xe,S),mt=je-Le<0,vt=Fe.clone().add(Xe+(mt?-1:1),S);return+(-(Xe+(je-Le)/(mt?Le-vt:vt-Le))||0)},a:function(Ae){return Ae<0?Math.ceil(Ae)||0:Math.floor(Ae)},p:function(Ae){return{M:S,y:L,w:C,d:F,D:B,h:w,m:y,s:d,ms:e,Q:R}[Ae]||String(Ae||"").toLowerCase().replace(/s$/,"")},u:function(Ae){return Ae===void 0}},j="en",Z={};Z[j]=K;var ie=function(Ae){return Ae instanceof Ee},ne=function Ae(Fe,je,Xe){var Le;if(!Fe)return j;if(typeof Fe=="string"){var mt=Fe.toLowerCase();Z[mt]&&(Le=mt),je&&(Z[mt]=je,Le=mt);var vt=Fe.split("-");if(!Le&&vt.length>1)return Ae(vt[0])}else{var Je=Fe.name;Z[Je]=Fe,Le=Je}return!Xe&&Le&&(j=Le),Le||!Xe&&j},ae=function(Ae,Fe){if(ie(Ae))return Ae.clone();var je=typeof Fe=="object"?Fe:{};return je.date=Ae,je.args=arguments,new Ee(je)},ue=G;ue.l=ne,ue.i=ie,ue.w=function(Ae,Fe){return ae(Ae,{locale:Fe.$L,utc:Fe.$u,x:Fe.$x,$offset:Fe.$offset})};var Ee=function(){function Ae(je){this.$L=ne(je.locale,null,!0),this.parse(je)}var Fe=Ae.prototype;return Fe.parse=function(je){this.$d=function(Xe){var Le=Xe.date,mt=Xe.utc;if(Le===null)return new Date(NaN);if(ue.u(Le))return new Date;if(Le instanceof Date)return new Date(Le);if(typeof Le=="string"&&!/Z$/i.test(Le)){var vt=Le.match(z);if(vt){var Je=vt[2]-1||0,me=(vt[7]||"0").substring(0,3);return mt?new Date(Date.UTC(vt[1],Je,vt[3]||1,vt[4]||0,vt[5]||0,vt[6]||0,me)):new Date(vt[1],Je,vt[3]||1,vt[4]||0,vt[5]||0,vt[6]||0,me)}}return new Date(Le)}(je),this.$x=je.x||{},this.init()},Fe.init=function(){var je=this.$d;this.$y=je.getFullYear(),this.$M=je.getMonth(),this.$D=je.getDate(),this.$W=je.getDay(),this.$H=je.getHours(),this.$m=je.getMinutes(),this.$s=je.getSeconds(),this.$ms=je.getMilliseconds()},Fe.$utils=function(){return ue},Fe.isValid=function(){return this.$d.toString()!==I},Fe.isSame=function(je,Xe){var Le=ae(je);return this.startOf(Xe)<=Le&&Le<=this.endOf(Xe)},Fe.isAfter=function(je,Xe){return ae(je)<this.startOf(Xe)},Fe.isBefore=function(je,Xe){return this.endOf(Xe)<ae(je)},Fe.$g=function(je,Xe,Le){return ue.u(je)?this[Xe]:this.set(Le,je)},Fe.unix=function(){return Math.floor(this.valueOf()/1e3)},Fe.valueOf=function(){return this.$d.getTime()},Fe.startOf=function(je,Xe){var Le=this,mt=!!ue.u(Xe)||Xe,vt=ue.p(je),Je=function(Ge,Ce){var pt=ue.w(Le.$u?Date.UTC(Le.$y,Ce,Ge):new Date(Le.$y,Ce,Ge),Le);return mt?pt:pt.endOf(F)},me=function(Ge,Ce){return ue.w(Le.toDate()[Ge].apply(Le.toDate("s"),(mt?[0,0,0,0]:[23,59,59,999]).slice(Ce)),Le)},Ke=this.$W,lt=this.$M,Ve=this.$D,xe="set"+(this.$u?"UTC":"");switch(vt){case L:return mt?Je(1,0):Je(31,11);case S:return mt?Je(1,lt):Je(0,lt+1);case C:var We=this.$locale().weekStart||0,se=(Ke<We?Ke+7:Ke)-We;return Je(mt?Ve-se:Ve+(6-se),lt);case F:case B:return me(xe+"Hours",0);case w:return me(xe+"Minutes",1);case y:return me(xe+"Seconds",2);case d:return me(xe+"Milliseconds",3);default:return this.clone()}},Fe.endOf=function(je){return this.startOf(je,!1)},Fe.$set=function(je,Xe){var Le,mt=ue.p(je),vt="set"+(this.$u?"UTC":""),Je=(Le={},Le[F]=vt+"Date",Le[B]=vt+"Date",Le[S]=vt+"Month",Le[L]=vt+"FullYear",Le[w]=vt+"Hours",Le[y]=vt+"Minutes",Le[d]=vt+"Seconds",Le[e]=vt+"Milliseconds",Le)[mt],me=mt===F?this.$D+(Xe-this.$W):Xe;if(mt===S||mt===L){var Ke=this.clone().set(B,1);Ke.$d[Je](me),Ke.init(),this.$d=Ke.set(B,Math.min(this.$D,Ke.daysInMonth())).$d}else Je&&this.$d[Je](me);return this.init(),this},Fe.set=function(je,Xe){return this.clone().$set(je,Xe)},Fe.get=function(je){return this[ue.p(je)]()},Fe.add=function(je,Xe){var Le,mt=this;je=Number(je);var vt=ue.p(Xe),Je=function(lt){var Ve=ae(mt);return ue.w(Ve.date(Ve.date()+Math.round(lt*je)),mt)};if(vt===S)return this.set(S,this.$M+je);if(vt===L)return this.set(L,this.$y+je);if(vt===F)return Je(1);if(vt===C)return Je(7);var me=(Le={},Le[y]=a,Le[w]=r,Le[d]=s,Le)[vt]||1,Ke=this.$d.getTime()+je*me;return ue.w(Ke,this)},Fe.subtract=function(je,Xe){return this.add(-1*je,Xe)},Fe.format=function(je){var Xe=this,Le=this.$locale();if(!this.isValid())return Le.invalidDate||I;var mt=je||"YYYY-MM-DDTHH:mm:ssZ",vt=ue.z(this),Je=this.$H,me=this.$m,Ke=this.$M,lt=Le.weekdays,Ve=Le.months,xe=function(Ce,pt,Zt,re){return Ce&&(Ce[pt]||Ce(Xe,mt))||Zt[pt].slice(0,re)},We=function(Ce){return ue.s(Je%12||12,Ce,"0")},se=Le.meridiem||function(Ce,pt,Zt){var re=Ce<12?"AM":"PM";return Zt?re.toLowerCase():re},Ge={YY:String(this.$y).slice(-2),YYYY:ue.s(this.$y,4,"0"),M:Ke+1,MM:ue.s(Ke+1,2,"0"),MMM:xe(Le.monthsShort,Ke,Ve,3),MMMM:xe(Ve,Ke),D:this.$D,DD:ue.s(this.$D,2,"0"),d:String(this.$W),dd:xe(Le.weekdaysMin,this.$W,lt,2),ddd:xe(Le.weekdaysShort,this.$W,lt,3),dddd:lt[this.$W],H:String(Je),HH:ue.s(Je,2,"0"),h:We(1),hh:We(2),a:se(Je,me,!0),A:se(Je,me,!1),m:String(me),mm:ue.s(me,2,"0"),s:String(this.$s),ss:ue.s(this.$s,2,"0"),SSS:ue.s(this.$ms,3,"0"),Z:vt};return mt.replace(W,function(Ce,pt){return pt||Ge[Ce]||vt.replace(":","")})},Fe.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},Fe.diff=function(je,Xe,Le){var mt,vt=ue.p(Xe),Je=ae(je),me=(Je.utcOffset()-this.utcOffset())*a,Ke=this-Je,lt=ue.m(this,Je);return lt=(mt={},mt[L]=lt/12,mt[S]=lt,mt[R]=lt/3,mt[C]=(Ke-me)/6048e5,mt[F]=(Ke-me)/864e5,mt[w]=Ke/r,mt[y]=Ke/a,mt[d]=Ke/s,mt)[vt]||Ke,Le?lt:ue.a(lt)},Fe.daysInMonth=function(){return this.endOf(S).$D},Fe.$locale=function(){return Z[this.$L]},Fe.locale=function(je,Xe){if(!je)return this.$L;var Le=this.clone(),mt=ne(je,Xe,!0);return mt&&(Le.$L=mt),Le},Fe.clone=function(){return ue.w(this.$d,this)},Fe.toDate=function(){return new Date(this.valueOf())},Fe.toJSON=function(){return this.isValid()?this.toISOString():null},Fe.toISOString=function(){return this.$d.toISOString()},Fe.toString=function(){return this.$d.toUTCString()},Ae}(),Me=Ee.prototype;return ae.prototype=Me,[["$ms",e],["$s",d],["$m",y],["$H",w],["$W",F],["$M",S],["$y",L],["$D",B]].forEach(function(Ae){Me[Ae[1]]=function(Fe){return this.$g(Fe,Ae[0],Ae[1])}}),ae.extend=function(Ae,Fe){return Ae.$i||(Ae(Fe,Ee,ae),Ae.$i=!0),ae},ae.locale=ne,ae.isDayjs=ie,ae.unix=function(Ae){return ae(1e3*Ae)},ae.en=Z[j],ae.Ls=Z,ae.p={},ae})})(k6);var HR=k6.exports;const Hs=La(HR);var O6={exports:{}};(function(t,i){(function(s,a){t.exports=a()})(_s,function(){var s,a,r=1e3,e=6e4,d=36e5,y=864e5,w=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,F=31536e6,C=2592e6,S=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/,R={years:F,months:C,days:y,hours:d,minutes:e,seconds:r,milliseconds:1,weeks:6048e5},L=function(j){return j instanceof G},B=function(j,Z,ie){return new G(j,ie,Z.$l)},I=function(j){return a.p(j)+"s"},z=function(j){return j<0},W=function(j){return z(j)?Math.ceil(j):Math.floor(j)},K=function(j){return Math.abs(j)},oe=function(j,Z){return j?z(j)?{negative:!0,format:""+K(j)+Z}:{negative:!1,format:""+j+Z}:{negative:!1,format:""}},G=function(){function j(ie,ne,ae){var ue=this;if(this.$d={},this.$l=ae,ie===void 0&&(this.$ms=0,this.parseFromMilliseconds()),ne)return B(ie*R[I(ne)],this);if(typeof ie=="number")return this.$ms=ie,this.parseFromMilliseconds(),this;if(typeof ie=="object")return Object.keys(ie).forEach(function(Ae){ue.$d[I(Ae)]=ie[Ae]}),this.calMilliseconds(),this;if(typeof ie=="string"){var Ee=ie.match(S);if(Ee){var Me=Ee.slice(2).map(function(Ae){return Ae!=null?Number(Ae):0});return this.$d.years=Me[0],this.$d.months=Me[1],this.$d.weeks=Me[2],this.$d.days=Me[3],this.$d.hours=Me[4],this.$d.minutes=Me[5],this.$d.seconds=Me[6],this.calMilliseconds(),this}}return this}var Z=j.prototype;return Z.calMilliseconds=function(){var ie=this;this.$ms=Object.keys(this.$d).reduce(function(ne,ae){return ne+(ie.$d[ae]||0)*R[ae]},0)},Z.parseFromMilliseconds=function(){var ie=this.$ms;this.$d.years=W(ie/F),ie%=F,this.$d.months=W(ie/C),ie%=C,this.$d.days=W(ie/y),ie%=y,this.$d.hours=W(ie/d),ie%=d,this.$d.minutes=W(ie/e),ie%=e,this.$d.seconds=W(ie/r),ie%=r,this.$d.milliseconds=ie},Z.toISOString=function(){var ie=oe(this.$d.years,"Y"),ne=oe(this.$d.months,"M"),ae=+this.$d.days||0;this.$d.weeks&&(ae+=7*this.$d.weeks);var ue=oe(ae,"D"),Ee=oe(this.$d.hours,"H"),Me=oe(this.$d.minutes,"M"),Ae=this.$d.seconds||0;this.$d.milliseconds&&(Ae+=this.$d.milliseconds/1e3);var Fe=oe(Ae,"S"),je=ie.negative||ne.negative||ue.negative||Ee.negative||Me.negative||Fe.negative,Xe=Ee.format||Me.format||Fe.format?"T":"",Le=(je?"-":"")+"P"+ie.format+ne.format+ue.format+Xe+Ee.format+Me.format+Fe.format;return Le==="P"||Le==="-P"?"P0D":Le},Z.toJSON=function(){return this.toISOString()},Z.format=function(ie){var ne=ie||"YYYY-MM-DDTHH:mm:ss",ae={Y:this.$d.years,YY:a.s(this.$d.years,2,"0"),YYYY:a.s(this.$d.years,4,"0"),M:this.$d.months,MM:a.s(this.$d.months,2,"0"),D:this.$d.days,DD:a.s(this.$d.days,2,"0"),H:this.$d.hours,HH:a.s(this.$d.hours,2,"0"),m:this.$d.minutes,mm:a.s(this.$d.minutes,2,"0"),s:this.$d.seconds,ss:a.s(this.$d.seconds,2,"0"),SSS:a.s(this.$d.milliseconds,3,"0")};return ne.replace(w,function(ue,Ee){return Ee||String(ae[ue])})},Z.as=function(ie){return this.$ms/R[I(ie)]},Z.get=function(ie){var ne=this.$ms,ae=I(ie);return ae==="milliseconds"?ne%=1e3:ne=ae==="weeks"?W(ne/R[ae]):this.$d[ae],ne===0?0:ne},Z.add=function(ie,ne,ae){var ue;return ue=ne?ie*R[I(ne)]:L(ie)?ie.$ms:B(ie,this).$ms,B(this.$ms+ue*(ae?-1:1),this)},Z.subtract=function(ie,ne){return this.add(ie,ne,!0)},Z.locale=function(ie){var ne=this.clone();return ne.$l=ie,ne},Z.clone=function(){return B(this.$ms,this)},Z.humanize=function(ie){return s().add(this.$ms,"ms").locale(this.$l).fromNow(!ie)},Z.valueOf=function(){return this.asMilliseconds()},Z.milliseconds=function(){return this.get("milliseconds")},Z.asMilliseconds=function(){return this.as("milliseconds")},Z.seconds=function(){return this.get("seconds")},Z.asSeconds=function(){return this.as("seconds")},Z.minutes=function(){return this.get("minutes")},Z.asMinutes=function(){return this.as("minutes")},Z.hours=function(){return this.get("hours")},Z.asHours=function(){return this.as("hours")},Z.days=function(){return this.get("days")},Z.asDays=function(){return this.as("days")},Z.weeks=function(){return this.get("weeks")},Z.asWeeks=function(){return this.as("weeks")},Z.months=function(){return this.get("months")},Z.asMonths=function(){return this.as("months")},Z.years=function(){return this.get("years")},Z.asYears=function(){return this.as("years")},j}();return function(j,Z,ie){s=ie,a=ie().$utils(),ie.duration=function(ue,Ee){var Me=ie.locale();return B(ue,{$l:Me},Ee)},ie.isDuration=L;var ne=Z.prototype.add,ae=Z.prototype.subtract;Z.prototype.add=function(ue,Ee){return L(ue)&&(ue=ue.asMilliseconds()),ne.bind(this)(ue,Ee)},Z.prototype.subtract=function(ue,Ee){return L(ue)&&(ue=ue.asMilliseconds()),ae.bind(this)(ue,Ee)}}})})(O6);var WR=O6.exports;const zR=La(WR);var R6={exports:{}};(function(t,i){(function(s,a){t.exports=a()})(_s,function(){var s="minute",a=/[+-]\d\d(?::?\d\d)?/g,r=/([+-]|\d\d)/g;return function(e,d,y){var w=d.prototype;y.utc=function(I){var z={date:I,utc:!0,args:arguments};return new d(z)},w.utc=function(I){var z=y(this.toDate(),{locale:this.$L,utc:!0});return I?z.add(this.utcOffset(),s):z},w.local=function(){return y(this.toDate(),{locale:this.$L,utc:!1})};var F=w.parse;w.parse=function(I){I.utc&&(this.$u=!0),this.$utils().u(I.$offset)||(this.$offset=I.$offset),F.call(this,I)};var C=w.init;w.init=function(){if(this.$u){var I=this.$d;this.$y=I.getUTCFullYear(),this.$M=I.getUTCMonth(),this.$D=I.getUTCDate(),this.$W=I.getUTCDay(),this.$H=I.getUTCHours(),this.$m=I.getUTCMinutes(),this.$s=I.getUTCSeconds(),this.$ms=I.getUTCMilliseconds()}else C.call(this)};var S=w.utcOffset;w.utcOffset=function(I,z){var W=this.$utils().u;if(W(I))return this.$u?0:W(this.$offset)?S.call(this):this.$offset;if(typeof I=="string"&&(I=function(j){j===void 0&&(j="");var Z=j.match(a);if(!Z)return null;var ie=(""+Z[0]).match(r)||["-",0,0],ne=ie[0],ae=60*+ie[1]+ +ie[2];return ae===0?0:ne==="+"?ae:-ae}(I),I===null))return this;var K=Math.abs(I)<=16?60*I:I,oe=this;if(z)return oe.$offset=K,oe.$u=I===0,oe;if(I!==0){var G=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();(oe=this.local().add(K+G,s)).$offset=K,oe.$x.$localOffset=G}else oe=this.utc();return oe};var R=w.format;w.format=function(I){var z=I||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return R.call(this,z)},w.valueOf=function(){var I=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*I},w.isUTC=function(){return!!this.$u},w.toISOString=function(){return this.toDate().toISOString()},w.toString=function(){return this.toDate().toUTCString()};var L=w.toDate;w.toDate=function(I){return I==="s"&&this.$offset?y(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():L.call(this)};var B=w.diff;w.diff=function(I,z,W){if(I&&this.$u===I.$u)return B.call(this,I,z,W);var K=this.local(),oe=y(I).local();return B.call(K,oe,z,W)}}})})(R6);var jR=R6.exports;const VR=La(jR);var P6={exports:{}};(function(t,i){(function(s,a){t.exports=a()})(_s,function(){var s={year:0,month:1,day:2,hour:3,minute:4,second:5},a={};return function(r,e,d){var y,w=function(R,L,B){B===void 0&&(B={});var I=new Date(R),z=function(W,K){K===void 0&&(K={});var oe=K.timeZoneName||"short",G=W+"|"+oe,j=a[G];return j||(j=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:W,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:oe}),a[G]=j),j}(L,B);return z.formatToParts(I)},F=function(R,L){for(var B=w(R,L),I=[],z=0;z<B.length;z+=1){var W=B[z],K=W.type,oe=W.value,G=s[K];G>=0&&(I[G]=parseInt(oe,10))}var j=I[3],Z=j===24?0:j,ie=I[0]+"-"+I[1]+"-"+I[2]+" "+Z+":"+I[4]+":"+I[5]+":000",ne=+R;return(d.utc(ie).valueOf()-(ne-=ne%1e3))/6e4},C=e.prototype;C.tz=function(R,L){R===void 0&&(R=y);var B=this.utcOffset(),I=this.toDate(),z=I.toLocaleString("en-US",{timeZone:R}),W=Math.round((I-new Date(z))/1e3/60),K=d(z).$set("millisecond",this.$ms).utcOffset(15*-Math.round(I.getTimezoneOffset()/15)-W,!0);if(L){var oe=K.utcOffset();K=K.add(B-oe,"minute")}return K.$x.$timezone=R,K},C.offsetName=function(R){var L=this.$x.$timezone||d.tz.guess(),B=w(this.valueOf(),L,{timeZoneName:R}).find(function(I){return I.type.toLowerCase()==="timezonename"});return B&&B.value};var S=C.startOf;C.startOf=function(R,L){if(!this.$x||!this.$x.$timezone)return S.call(this,R,L);var B=d(this.format("YYYY-MM-DD HH:mm:ss:SSS"));return S.call(B,R,L).tz(this.$x.$timezone,!0)},d.tz=function(R,L,B){var I=B&&L,z=B||L||y,W=F(+d(),z);if(typeof R!="string")return d(R).tz(z);var K=function(Z,ie,ne){var ae=Z-60*ie*1e3,ue=F(ae,ne);if(ie===ue)return[ae,ie];var Ee=F(ae-=60*(ue-ie)*1e3,ne);return ue===Ee?[ae,ue]:[Z-60*Math.min(ue,Ee)*1e3,Math.max(ue,Ee)]}(d.utc(R,I).valueOf(),W,z),oe=K[0],G=K[1],j=d(oe).utcOffset(G);return j.$x.$timezone=z,j},d.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},d.tz.setDefault=function(R){y=R}}})})(P6);var GR=P6.exports;const YR=La(GR);var I6={exports:{}};(function(t,i){(function(s,a){t.exports=a()})(_s,function(){return function(s,a){var r=a.prototype,e=r.format;r.format=function(d){var y=this,w=this.$locale();if(!this.isValid())return e.bind(this)(d);var F=this.$utils(),C=(d||"YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,function(S){switch(S){case"Q":return Math.ceil((y.$M+1)/3);case"Do":return w.ordinal(y.$D);case"gggg":return y.weekYear();case"GGGG":return y.isoWeekYear();case"wo":return w.ordinal(y.week(),"W");case"w":case"ww":return F.s(y.week(),S==="w"?1:2,"0");case"W":case"WW":return F.s(y.isoWeek(),S==="W"?1:2,"0");case"k":case"kk":return F.s(String(y.$H===0?24:y.$H),S==="k"?1:2,"0");case"X":return Math.floor(y.$d.getTime()/1e3);case"x":return y.$d.getTime();case"z":return"["+y.offsetName()+"]";case"zzz":return"["+y.offsetName("long")+"]";default:return S}});return e.bind(this)(C)}}})})(I6);var qR=I6.exports;const KR=La(qR);var N6={exports:{}};(function(t,i){(function(s,a){t.exports=a()})(_s,function(){return function(s,a){a.prototype.isSameOrBefore=function(r,e){return this.isSame(r,e)||this.isBefore(r,e)}}})})(N6);var QR=N6.exports;const XR=La(QR);var M6={exports:{}};(function(t,i){(function(s,a){t.exports=a()})(_s,function(){return function(s,a){a.prototype.isSameOrAfter=function(r,e){return this.isSame(r,e)||this.isAfter(r,e)}}})})(M6);var JR=M6.exports;const ZR=La(JR);var L6={exports:{}};(function(t,i){(function(s,a){t.exports=a()})(_s,function(){return function(s,a,r){var e=function(d,y){if(!y||!y.length||!y[0]||y.length===1&&!y[0].length)return null;var w;y.length===1&&y[0].length>0&&(y=y[0]),w=y[0];for(var F=1;F<y.length;F+=1)y[F].isValid()&&!y[F][d](w)||(w=y[F]);return w};r.max=function(){var d=[].slice.call(arguments,0);return e("isAfter",d)},r.min=function(){var d=[].slice.call(arguments,0);return e("isBefore",d)}}})})(L6);var eP=L6.exports;const tP=La(eP);var B6={exports:{}};(function(t,i){(function(s,a){t.exports=a()})(_s,function(){return function(s,a,r){s=s||{};var e=a.prototype,d={future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function y(F,C,S,R){return e.fromToBase(F,C,S,R)}r.en.relativeTime=d,e.fromToBase=function(F,C,S,R,L){for(var B,I,z,W=S.$locale().relativeTime||d,K=s.thresholds||[{l:"s",r:44,d:"second"},{l:"m",r:89},{l:"mm",r:44,d:"minute"},{l:"h",r:89},{l:"hh",r:21,d:"hour"},{l:"d",r:35},{l:"dd",r:25,d:"day"},{l:"M",r:45},{l:"MM",r:10,d:"month"},{l:"y",r:17},{l:"yy",d:"year"}],oe=K.length,G=0;G<oe;G+=1){var j=K[G];j.d&&(B=R?r(F).diff(S,j.d,!0):S.diff(F,j.d,!0));var Z=(s.rounding||Math.round)(Math.abs(B));if(z=B>0,Z<=j.r||!j.r){Z<=1&&G>0&&(j=K[G-1]);var ie=W[j.l];L&&(Z=L(""+Z)),I=typeof ie=="string"?ie.replace("%d",Z):ie(Z,C,j.l,z);break}}if(C)return I;var ne=z?W.future:W.past;return typeof ne=="function"?ne(I):ne.replace("%s",I)},e.to=function(F,C){return y(F,C,this,!0)},e.from=function(F,C){return y(F,C,this)};var w=function(F){return F.$u?r.utc():r()};e.toNow=function(F){return this.to(w(this),F)},e.fromNow=function(F){return this.from(w(this),F)}}})})(B6);var rP=B6.exports;const nP=La(rP);var w2={exports:{}};/**
30
+ */const pd=typeof window<"u";function s8(t){return t.__esModule||t[Symbol.toStringTag]==="Module"}const jn=Object.assign;function Ab(t,i){const s={};for(const a in i){const r=i[a];s[a]=vl(r)?r.map(t):t(r)}return s}const mp=()=>{},vl=Array.isArray,a8=/\/$/,o8=t=>t.replace(a8,"");function Sb(t,i,s="/"){let a,r={},e="",d="";const y=i.indexOf("#");let w=i.indexOf("?");return y<w&&y>=0&&(w=-1),w>-1&&(a=i.slice(0,w),e=i.slice(w+1,y>-1?y:i.length),r=t(e)),y>-1&&(a=a||i.slice(0,y),d=i.slice(y,i.length)),a=f8(a??i,s),{fullPath:a+(e&&"?")+e+d,path:a,query:r,hash:d}}function l8(t,i){const s=i.query?t(i.query):"";return i.path+(s&&"?")+s+(i.hash||"")}function g3(t,i){return!i||!t.toLowerCase().startsWith(i.toLowerCase())?t:t.slice(i.length)||"/"}function c8(t,i,s){const a=i.matched.length-1,r=s.matched.length-1;return a>-1&&a===r&&Rd(i.matched[a],s.matched[r])&&sE(i.params,s.params)&&t(i.query)===t(s.query)&&i.hash===s.hash}function Rd(t,i){return(t.aliasOf||t)===(i.aliasOf||i)}function sE(t,i){if(Object.keys(t).length!==Object.keys(i).length)return!1;for(const s in t)if(!u8(t[s],i[s]))return!1;return!0}function u8(t,i){return vl(t)?m3(t,i):vl(i)?m3(i,t):t===i}function m3(t,i){return vl(i)?t.length===i.length&&t.every((s,a)=>s===i[a]):t.length===1&&t[0]===i}function f8(t,i){if(t.startsWith("/"))return t;if(!t)return i;const s=i.split("/"),a=t.split("/"),r=a[a.length-1];(r===".."||r===".")&&a.push("");let e=s.length-1,d,y;for(d=0;d<a.length;d++)if(y=a[d],y!==".")if(y==="..")e>1&&e--;else break;return s.slice(0,e).join("/")+"/"+a.slice(d-(d===a.length?1:0)).join("/")}var Pd;(function(t){t.pop="pop",t.push="push"})(Pd||(Pd={}));var Q0;(function(t){t.back="back",t.forward="forward",t.unknown=""})(Q0||(Q0={}));const kb="";function aE(t){if(!t)if(pd){const i=document.querySelector("base");t=i&&i.getAttribute("href")||"/",t=t.replace(/^\w+:\/\/[^\/]+/,"")}else t="/";return t[0]!=="/"&&t[0]!=="#"&&(t="/"+t),o8(t)}const h8=/^[^#]+#/;function oE(t,i){return t.replace(h8,"#")+i}function d8(t,i){const s=document.documentElement.getBoundingClientRect(),a=t.getBoundingClientRect();return{behavior:i.behavior,left:a.left-s.left-(i.left||0),top:a.top-s.top-(i.top||0)}}const q2=()=>({left:window.pageXOffset,top:window.pageYOffset});function p8(t){let i;if("el"in t){const s=t.el,a=typeof s=="string"&&s.startsWith("#"),r=typeof s=="string"?a?document.getElementById(s.slice(1)):document.querySelector(s):s;if(!r)return;i=d8(r,t)}else i=t;"scrollBehavior"in document.documentElement.style?window.scrollTo(i):window.scrollTo(i.left!=null?i.left:window.pageXOffset,i.top!=null?i.top:window.pageYOffset)}function v3(t,i){return(history.state?history.state.position-i:-1)+t}const vy=new Map;function g8(t,i){vy.set(t,i)}function m8(t){const i=vy.get(t);return vy.delete(t),i}let v8=()=>location.protocol+"//"+location.host;function lE(t,i){const{pathname:s,search:a,hash:r}=i,e=t.indexOf("#");if(e>-1){let y=r.includes(t.slice(e))?t.slice(e).length:1,w=r.slice(y);return w[0]!=="/"&&(w="/"+w),g3(w,"")}return g3(s,t)+a+r}function b8(t,i,s,a){let r=[],e=[],d=null;const y=({state:R})=>{const L=lE(t,location),B=s.value,I=i.value;let z=0;if(R){if(s.value=L,i.value=R,d&&d===B){d=null;return}z=I?R.position-I.position:0}else a(L);r.forEach(W=>{W(s.value,B,{delta:z,type:Pd.pop,direction:z?z>0?Q0.forward:Q0.back:Q0.unknown})})};function w(){d=s.value}function F(R){r.push(R);const L=()=>{const B=r.indexOf(R);B>-1&&r.splice(B,1)};return e.push(L),L}function C(){const{history:R}=window;R.state&&R.replaceState(jn({},R.state,{scroll:q2()}),"")}function S(){for(const R of e)R();e=[],window.removeEventListener("popstate",y),window.removeEventListener("beforeunload",C)}return window.addEventListener("popstate",y),window.addEventListener("beforeunload",C,{passive:!0}),{pauseListeners:w,listen:F,destroy:S}}function b3(t,i,s,a=!1,r=!1){return{back:t,current:i,forward:s,replaced:a,position:window.history.length,scroll:r?q2():null}}function y8(t){const{history:i,location:s}=window,a={value:lE(t,s)},r={value:i.state};r.value||e(a.value,{back:null,current:a.value,forward:null,position:i.length-1,replaced:!0,scroll:null},!0);function e(w,F,C){const S=t.indexOf("#"),R=S>-1?(s.host&&document.querySelector("base")?t:t.slice(S))+w:v8()+t+w;try{i[C?"replaceState":"pushState"](F,"",R),r.value=F}catch(L){console.error(L),s[C?"replace":"assign"](R)}}function d(w,F){const C=jn({},i.state,b3(r.value.back,w,r.value.forward,!0),F,{position:r.value.position});e(w,C,!0),a.value=w}function y(w,F){const C=jn({},r.value,i.state,{forward:w,scroll:q2()});e(C.current,C,!0);const S=jn({},b3(a.value,w,null),{position:C.position+1},F);e(w,S,!1),a.value=w}return{location:a,state:r,push:y,replace:d}}function _8(t){t=aE(t);const i=y8(t),s=b8(t,i.state,i.location,i.replace);function a(e,d=!0){d||s.pauseListeners(),history.go(e)}const r=jn({location:"",base:t,go:a,createHref:oE.bind(null,t)},i,s);return Object.defineProperty(r,"location",{enumerable:!0,get:()=>i.location.value}),Object.defineProperty(r,"state",{enumerable:!0,get:()=>i.state.value}),r}function w8(t=""){let i=[],s=[kb],a=0;t=aE(t);function r(y){a++,a===s.length||s.splice(a),s.push(y)}function e(y,w,{direction:F,delta:C}){const S={direction:F,delta:C,type:Pd.pop};for(const R of i)R(y,w,S)}const d={location:kb,state:{},base:t,createHref:oE.bind(null,t),replace(y){s.splice(a--,1),r(y)},push(y,w){r(y)},listen(y){return i.push(y),()=>{const w=i.indexOf(y);w>-1&&i.splice(w,1)}},destroy(){i=[],s=[kb],a=0},go(y,w=!0){const F=this.location,C=y<0?Q0.back:Q0.forward;a=Math.max(0,Math.min(a+y,s.length-1)),w&&e(this.location,F,{direction:C,delta:y})}};return Object.defineProperty(d,"location",{enumerable:!0,get:()=>s[a]}),d}function D8(t){return typeof t=="string"||t&&typeof t=="object"}function cE(t){return typeof t=="string"||typeof t=="symbol"}const Ju={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},uE=Symbol("");var y3;(function(t){t[t.aborted=4]="aborted",t[t.cancelled=8]="cancelled",t[t.duplicated=16]="duplicated"})(y3||(y3={}));function Id(t,i){return jn(new Error,{type:t,[uE]:!0},i)}function Nc(t,i){return t instanceof Error&&uE in t&&(i==null||!!(t.type&i))}const _3="[^/]+?",F8={sensitive:!1,strict:!1,start:!0,end:!0},E8=/[.+*?^${}()[\]/\\]/g;function x8(t,i){const s=jn({},F8,i),a=[];let r=s.start?"^":"";const e=[];for(const F of t){const C=F.length?[]:[90];s.strict&&!F.length&&(r+="/");for(let S=0;S<F.length;S++){const R=F[S];let L=40+(s.sensitive?.25:0);if(R.type===0)S||(r+="/"),r+=R.value.replace(E8,"\\$&"),L+=40;else if(R.type===1){const{value:B,repeatable:I,optional:z,regexp:W}=R;e.push({name:B,repeatable:I,optional:z});const K=W||_3;if(K!==_3){L+=10;try{new RegExp(`(${K})`)}catch(G){throw new Error(`Invalid custom RegExp for param "${B}" (${K}): `+G.message)}}let oe=I?`((?:${K})(?:/(?:${K}))*)`:`(${K})`;S||(oe=z&&F.length<2?`(?:/${oe})`:"/"+oe),z&&(oe+="?"),r+=oe,L+=20,z&&(L+=-8),I&&(L+=-20),K===".*"&&(L+=-50)}C.push(L)}a.push(C)}if(s.strict&&s.end){const F=a.length-1;a[F][a[F].length-1]+=.7000000000000001}s.strict||(r+="/?"),s.end?r+="$":s.strict&&(r+="(?:/|$)");const d=new RegExp(r,s.sensitive?"":"i");function y(F){const C=F.match(d),S={};if(!C)return null;for(let R=1;R<C.length;R++){const L=C[R]||"",B=e[R-1];S[B.name]=L&&B.repeatable?L.split("/"):L}return S}function w(F){let C="",S=!1;for(const R of t){(!S||!C.endsWith("/"))&&(C+="/"),S=!1;for(const L of R)if(L.type===0)C+=L.value;else if(L.type===1){const{value:B,repeatable:I,optional:z}=L,W=B in F?F[B]:"";if(vl(W)&&!I)throw new Error(`Provided param "${B}" is an array but it is not repeatable (* or + modifiers)`);const K=vl(W)?W.join("/"):W;if(!K)if(z)R.length<2&&(C.endsWith("/")?C=C.slice(0,-1):S=!0);else throw new Error(`Missing required param "${B}"`);C+=K}}return C||"/"}return{re:d,score:a,keys:e,parse:y,stringify:w}}function C8(t,i){let s=0;for(;s<t.length&&s<i.length;){const a=i[s]-t[s];if(a)return a;s++}return t.length<i.length?t.length===1&&t[0]===40+40?-1:1:t.length>i.length?i.length===1&&i[0]===40+40?1:-1:0}function T8(t,i){let s=0;const a=t.score,r=i.score;for(;s<a.length&&s<r.length;){const e=C8(a[s],r[s]);if(e)return e;s++}if(Math.abs(r.length-a.length)===1){if(w3(a))return 1;if(w3(r))return-1}return r.length-a.length}function w3(t){const i=t[t.length-1];return t.length>0&&i[i.length-1]<0}const A8={type:0,value:""},S8=/[a-zA-Z0-9_]/;function k8(t){if(!t)return[[]];if(t==="/")return[[A8]];if(!t.startsWith("/"))throw new Error(`Invalid path "${t}"`);function i(L){throw new Error(`ERR (${s})/"${F}": ${L}`)}let s=0,a=s;const r=[];let e;function d(){e&&r.push(e),e=[]}let y=0,w,F="",C="";function S(){F&&(s===0?e.push({type:0,value:F}):s===1||s===2||s===3?(e.length>1&&(w==="*"||w==="+")&&i(`A repeatable param (${F}) must be alone in its segment. eg: '/:ids+.`),e.push({type:1,value:F,regexp:C,repeatable:w==="*"||w==="+",optional:w==="*"||w==="?"})):i("Invalid state to consume buffer"),F="")}function R(){F+=w}for(;y<t.length;){if(w=t[y++],w==="\\"&&s!==2){a=s,s=4;continue}switch(s){case 0:w==="/"?(F&&S(),d()):w===":"?(S(),s=1):R();break;case 4:R(),s=a;break;case 1:w==="("?s=2:S8.test(w)?R():(S(),s=0,w!=="*"&&w!=="?"&&w!=="+"&&y--);break;case 2:w===")"?C[C.length-1]=="\\"?C=C.slice(0,-1)+w:s=3:C+=w;break;case 3:S(),s=0,w!=="*"&&w!=="?"&&w!=="+"&&y--,C="";break;default:i("Unknown state");break}}return s===2&&i(`Unfinished custom RegExp for param "${F}"`),S(),d(),r}function O8(t,i,s){const a=x8(k8(t.path),s),r=jn(a,{record:t,parent:i,children:[],alias:[]});return i&&!r.record.aliasOf==!i.record.aliasOf&&i.children.push(r),r}function R8(t,i){const s=[],a=new Map;i=E3({strict:!1,end:!0,sensitive:!1},i);function r(C){return a.get(C)}function e(C,S,R){const L=!R,B=P8(C);B.aliasOf=R&&R.record;const I=E3(i,C),z=[B];if("alias"in C){const oe=typeof C.alias=="string"?[C.alias]:C.alias;for(const G of oe)z.push(jn({},B,{components:R?R.record.components:B.components,path:G,aliasOf:R?R.record:B}))}let W,K;for(const oe of z){const{path:G}=oe;if(S&&G[0]!=="/"){const j=S.record.path,Z=j[j.length-1]==="/"?"":"/";oe.path=S.record.path+(G&&Z+G)}if(W=O8(oe,S,I),R?R.alias.push(W):(K=K||W,K!==W&&K.alias.push(W),L&&C.name&&!F3(W)&&d(C.name)),B.children){const j=B.children;for(let Z=0;Z<j.length;Z++)e(j[Z],W,R&&R.children[Z])}R=R||W,(W.record.components&&Object.keys(W.record.components).length||W.record.name||W.record.redirect)&&w(W)}return K?()=>{d(K)}:mp}function d(C){if(cE(C)){const S=a.get(C);S&&(a.delete(C),s.splice(s.indexOf(S),1),S.children.forEach(d),S.alias.forEach(d))}else{const S=s.indexOf(C);S>-1&&(s.splice(S,1),C.record.name&&a.delete(C.record.name),C.children.forEach(d),C.alias.forEach(d))}}function y(){return s}function w(C){let S=0;for(;S<s.length&&T8(C,s[S])>=0&&(C.record.path!==s[S].record.path||!fE(C,s[S]));)S++;s.splice(S,0,C),C.record.name&&!F3(C)&&a.set(C.record.name,C)}function F(C,S){let R,L={},B,I;if("name"in C&&C.name){if(R=a.get(C.name),!R)throw Id(1,{location:C});I=R.record.name,L=jn(D3(S.params,R.keys.filter(K=>!K.optional).map(K=>K.name)),C.params&&D3(C.params,R.keys.map(K=>K.name))),B=R.stringify(L)}else if("path"in C)B=C.path,R=s.find(K=>K.re.test(B)),R&&(L=R.parse(B),I=R.record.name);else{if(R=S.name?a.get(S.name):s.find(K=>K.re.test(S.path)),!R)throw Id(1,{location:C,currentLocation:S});I=R.record.name,L=jn({},S.params,C.params),B=R.stringify(L)}const z=[];let W=R;for(;W;)z.unshift(W.record),W=W.parent;return{name:I,path:B,params:L,matched:z,meta:N8(z)}}return t.forEach(C=>e(C)),{addRoute:e,resolve:F,removeRoute:d,getRoutes:y,getRecordMatcher:r}}function D3(t,i){const s={};for(const a of i)a in t&&(s[a]=t[a]);return s}function P8(t){return{path:t.path,redirect:t.redirect,name:t.name,meta:t.meta||{},aliasOf:void 0,beforeEnter:t.beforeEnter,props:I8(t),children:t.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in t?t.components||null:t.component&&{default:t.component}}}function I8(t){const i={},s=t.props||!1;if("component"in t)i.default=s;else for(const a in t.components)i[a]=typeof s=="object"?s[a]:s;return i}function F3(t){for(;t;){if(t.record.aliasOf)return!0;t=t.parent}return!1}function N8(t){return t.reduce((i,s)=>jn(i,s.meta),{})}function E3(t,i){const s={};for(const a in t)s[a]=a in i?i[a]:t[a];return s}function fE(t,i){return i.children.some(s=>s===t||fE(t,s))}const hE=/#/g,M8=/&/g,L8=/\//g,B8=/=/g,U8=/\?/g,dE=/\+/g,$8=/%5B/g,H8=/%5D/g,pE=/%5E/g,W8=/%60/g,gE=/%7B/g,z8=/%7C/g,mE=/%7D/g,j8=/%20/g;function x4(t){return encodeURI(""+t).replace(z8,"|").replace($8,"[").replace(H8,"]")}function V8(t){return x4(t).replace(gE,"{").replace(mE,"}").replace(pE,"^")}function by(t){return x4(t).replace(dE,"%2B").replace(j8,"+").replace(hE,"%23").replace(M8,"%26").replace(W8,"`").replace(gE,"{").replace(mE,"}").replace(pE,"^")}function G8(t){return by(t).replace(B8,"%3D")}function Y8(t){return x4(t).replace(hE,"%23").replace(U8,"%3F")}function q8(t){return t==null?"":Y8(t).replace(L8,"%2F")}function r2(t){try{return decodeURIComponent(""+t)}catch{}return""+t}function K8(t){const i={};if(t===""||t==="?")return i;const a=(t[0]==="?"?t.slice(1):t).split("&");for(let r=0;r<a.length;++r){const e=a[r].replace(dE," "),d=e.indexOf("="),y=r2(d<0?e:e.slice(0,d)),w=d<0?null:r2(e.slice(d+1));if(y in i){let F=i[y];vl(F)||(F=i[y]=[F]),F.push(w)}else i[y]=w}return i}function x3(t){let i="";for(let s in t){const a=t[s];if(s=G8(s),a==null){a!==void 0&&(i+=(i.length?"&":"")+s);continue}(vl(a)?a.map(e=>e&&by(e)):[a&&by(a)]).forEach(e=>{e!==void 0&&(i+=(i.length?"&":"")+s,e!=null&&(i+="="+e))})}return i}function Q8(t){const i={};for(const s in t){const a=t[s];a!==void 0&&(i[s]=vl(a)?a.map(r=>r==null?null:""+r):a==null?a:""+a)}return i}const X8=Symbol(""),C3=Symbol(""),K2=Symbol(""),C4=Symbol(""),yy=Symbol("");function tp(){let t=[];function i(a){return t.push(a),()=>{const r=t.indexOf(a);r>-1&&t.splice(r,1)}}function s(){t=[]}return{add:i,list:()=>t.slice(),reset:s}}function af(t,i,s,a,r){const e=a&&(a.enterCallbacks[r]=a.enterCallbacks[r]||[]);return()=>new Promise((d,y)=>{const w=S=>{S===!1?y(Id(4,{from:s,to:i})):S instanceof Error?y(S):D8(S)?y(Id(2,{from:i,to:S})):(e&&a.enterCallbacks[r]===e&&typeof S=="function"&&e.push(S),d())},F=t.call(a&&a.instances[r],i,s,w);let C=Promise.resolve(F);t.length<3&&(C=C.then(w)),C.catch(S=>y(S))})}function Ob(t,i,s,a){const r=[];for(const e of t)for(const d in e.components){let y=e.components[d];if(!(i!=="beforeRouteEnter"&&!e.instances[d]))if(J8(y)){const F=(y.__vccOpts||y)[i];F&&r.push(af(F,s,a,e,d))}else{let w=y();r.push(()=>w.then(F=>{if(!F)return Promise.reject(new Error(`Couldn't resolve component "${d}" at "${e.path}"`));const C=s8(F)?F.default:F;e.components[d]=C;const R=(C.__vccOpts||C)[i];return R&&af(R,s,a,e,d)()}))}}return r}function J8(t){return typeof t=="object"||"displayName"in t||"props"in t||"__vccOpts"in t}function T3(t){const i=ha(K2),s=ha(C4),a=gn(()=>i.resolve(gr(t.to))),r=gn(()=>{const{matched:w}=a.value,{length:F}=w,C=w[F-1],S=s.matched;if(!C||!S.length)return-1;const R=S.findIndex(Rd.bind(null,C));if(R>-1)return R;const L=A3(w[F-2]);return F>1&&A3(C)===L&&S[S.length-1].path!==L?S.findIndex(Rd.bind(null,w[F-2])):R}),e=gn(()=>r.value>-1&&rS(s.params,a.value.params)),d=gn(()=>r.value>-1&&r.value===s.matched.length-1&&sE(s.params,a.value.params));function y(w={}){return tS(w)?i[gr(t.replace)?"replace":"push"](gr(t.to)).catch(mp):Promise.resolve()}return{route:a,href:gn(()=>a.value.href),isActive:e,isExactActive:d,navigate:y}}const Z8=ls({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:T3,setup(t,{slots:i}){const s=bf(T3(t)),{options:a}=ha(K2),r=gn(()=>({[S3(t.activeClass,a.linkActiveClass,"router-link-active")]:s.isActive,[S3(t.exactActiveClass,a.linkExactActiveClass,"router-link-exact-active")]:s.isExactActive}));return()=>{const e=i.default&&i.default(s);return t.custom?e:lh("a",{"aria-current":s.isExactActive?t.ariaCurrentValue:null,href:s.href,onClick:s.navigate,class:r.value},e)}}}),eS=Z8;function tS(t){if(!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey)&&!t.defaultPrevented&&!(t.button!==void 0&&t.button!==0)){if(t.currentTarget&&t.currentTarget.getAttribute){const i=t.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(i))return}return t.preventDefault&&t.preventDefault(),!0}}function rS(t,i){for(const s in i){const a=i[s],r=t[s];if(typeof a=="string"){if(a!==r)return!1}else if(!vl(r)||r.length!==a.length||a.some((e,d)=>e!==r[d]))return!1}return!0}function A3(t){return t?t.aliasOf?t.aliasOf.path:t.path:""}const S3=(t,i,s)=>t??i??s,nS=ls({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(t,{attrs:i,slots:s}){const a=ha(yy),r=gn(()=>t.route||a.value),e=ha(C3,0),d=gn(()=>{let F=gr(e);const{matched:C}=r.value;let S;for(;(S=C[F])&&!S.components;)F++;return F}),y=gn(()=>r.value.matched[d.value]);up(C3,gn(()=>d.value+1)),up(X8,y),up(yy,r);const w=nr();return qn(()=>[w.value,y.value,t.name],([F,C,S],[R,L,B])=>{C&&(C.instances[S]=F,L&&L!==C&&F&&F===R&&(C.leaveGuards.size||(C.leaveGuards=L.leaveGuards),C.updateGuards.size||(C.updateGuards=L.updateGuards))),F&&C&&(!L||!Rd(C,L)||!R)&&(C.enterCallbacks[S]||[]).forEach(I=>I(F))},{flush:"post"}),()=>{const F=r.value,C=t.name,S=y.value,R=S&&S.components[C];if(!R)return k3(s.default,{Component:R,route:F});const L=S.props[C],B=L?L===!0?F.params:typeof L=="function"?L(F):L:null,z=lh(R,jn({},B,i,{onVnodeUnmounted:W=>{W.component.isUnmounted&&(S.instances[C]=null)},ref:w}));return k3(s.default,{Component:z,route:F})||z}}});function k3(t,i){if(!t)return null;const s=t(i);return s.length===1?s[0]:s}const iS=nS;function sS(t){const i=R8(t.routes,t),s=t.parseQuery||K8,a=t.stringifyQuery||x3,r=t.history,e=tp(),d=tp(),y=tp(),w=Dd(Ju);let F=Ju;pd&&t.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const C=Ab.bind(null,se=>""+se),S=Ab.bind(null,q8),R=Ab.bind(null,r2);function L(se,Ge){let Ce,pt;return cE(se)?(Ce=i.getRecordMatcher(se),pt=Ge):pt=se,i.addRoute(pt,Ce)}function B(se){const Ge=i.getRecordMatcher(se);Ge&&i.removeRoute(Ge)}function I(){return i.getRoutes().map(se=>se.record)}function z(se){return!!i.getRecordMatcher(se)}function W(se,Ge){if(Ge=jn({},Ge||w.value),typeof se=="string"){const he=Sb(s,se,Ge.path),Ye=i.resolve({path:he.path},Ge),Qe=r.createHref(he.fullPath);return jn(he,Ye,{params:R(Ye.params),hash:r2(he.hash),redirectedFrom:void 0,href:Qe})}let Ce;if("path"in se)Ce=jn({},se,{path:Sb(s,se.path,Ge.path).path});else{const he=jn({},se.params);for(const Ye in he)he[Ye]==null&&delete he[Ye];Ce=jn({},se,{params:S(he)}),Ge.params=S(Ge.params)}const pt=i.resolve(Ce,Ge),Zt=se.hash||"";pt.params=C(R(pt.params));const re=l8(a,jn({},se,{hash:V8(Zt),path:pt.path})),ce=r.createHref(re);return jn({fullPath:re,hash:Zt,query:a===x3?Q8(se.query):se.query||{}},pt,{redirectedFrom:void 0,href:ce})}function K(se){return typeof se=="string"?Sb(s,se,w.value.path):jn({},se)}function oe(se,Ge){if(F!==se)return Id(8,{from:Ge,to:se})}function G(se){return ie(se)}function j(se){return G(jn(K(se),{replace:!0}))}function Z(se){const Ge=se.matched[se.matched.length-1];if(Ge&&Ge.redirect){const{redirect:Ce}=Ge;let pt=typeof Ce=="function"?Ce(se):Ce;return typeof pt=="string"&&(pt=pt.includes("?")||pt.includes("#")?pt=K(pt):{path:pt},pt.params={}),jn({query:se.query,hash:se.hash,params:"path"in pt?{}:se.params},pt)}}function ie(se,Ge){const Ce=F=W(se),pt=w.value,Zt=se.state,re=se.force,ce=se.replace===!0,he=Z(Ce);if(he)return ie(jn(K(he),{state:typeof he=="object"?jn({},Zt,he.state):Zt,force:re,replace:ce}),Ge||Ce);const Ye=Ce;Ye.redirectedFrom=Ge;let Qe;return!re&&c8(a,pt,Ce)&&(Qe=Id(16,{to:Ye,from:pt}),me(pt,pt,!0,!1)),(Qe?Promise.resolve(Qe):ue(Ye,pt)).catch(tt=>Nc(tt)?Nc(tt,2)?tt:Je(tt):mt(tt,Ye,pt)).then(tt=>{if(tt){if(Nc(tt,2))return ie(jn({replace:ce},K(tt.to),{state:typeof tt.to=="object"?jn({},Zt,tt.to.state):Zt,force:re}),Ge||Ye)}else tt=Me(Ye,pt,!0,ce,Zt);return Ee(Ye,pt,tt),tt})}function ne(se,Ge){const Ce=oe(se,Ge);return Ce?Promise.reject(Ce):Promise.resolve()}function ae(se){const Ge=Ve.values().next().value;return Ge&&typeof Ge.runWithContext=="function"?Ge.runWithContext(se):se()}function ue(se,Ge){let Ce;const[pt,Zt,re]=aS(se,Ge);Ce=Ob(pt.reverse(),"beforeRouteLeave",se,Ge);for(const he of pt)he.leaveGuards.forEach(Ye=>{Ce.push(af(Ye,se,Ge))});const ce=ne.bind(null,se,Ge);return Ce.push(ce),We(Ce).then(()=>{Ce=[];for(const he of e.list())Ce.push(af(he,se,Ge));return Ce.push(ce),We(Ce)}).then(()=>{Ce=Ob(Zt,"beforeRouteUpdate",se,Ge);for(const he of Zt)he.updateGuards.forEach(Ye=>{Ce.push(af(Ye,se,Ge))});return Ce.push(ce),We(Ce)}).then(()=>{Ce=[];for(const he of re)if(he.beforeEnter)if(vl(he.beforeEnter))for(const Ye of he.beforeEnter)Ce.push(af(Ye,se,Ge));else Ce.push(af(he.beforeEnter,se,Ge));return Ce.push(ce),We(Ce)}).then(()=>(se.matched.forEach(he=>he.enterCallbacks={}),Ce=Ob(re,"beforeRouteEnter",se,Ge),Ce.push(ce),We(Ce))).then(()=>{Ce=[];for(const he of d.list())Ce.push(af(he,se,Ge));return Ce.push(ce),We(Ce)}).catch(he=>Nc(he,8)?he:Promise.reject(he))}function Ee(se,Ge,Ce){y.list().forEach(pt=>ae(()=>pt(se,Ge,Ce)))}function Me(se,Ge,Ce,pt,Zt){const re=oe(se,Ge);if(re)return re;const ce=Ge===Ju,he=pd?history.state:{};Ce&&(pt||ce?r.replace(se.fullPath,jn({scroll:ce&&he&&he.scroll},Zt)):r.push(se.fullPath,Zt)),w.value=se,me(se,Ge,Ce,ce),Je()}let Ae;function Fe(){Ae||(Ae=r.listen((se,Ge,Ce)=>{if(!xe.listening)return;const pt=W(se),Zt=Z(pt);if(Zt){ie(jn(Zt,{replace:!0}),pt).catch(mp);return}F=pt;const re=w.value;pd&&g8(v3(re.fullPath,Ce.delta),q2()),ue(pt,re).catch(ce=>Nc(ce,12)?ce:Nc(ce,2)?(ie(ce.to,pt).then(he=>{Nc(he,20)&&!Ce.delta&&Ce.type===Pd.pop&&r.go(-1,!1)}).catch(mp),Promise.reject()):(Ce.delta&&r.go(-Ce.delta,!1),mt(ce,pt,re))).then(ce=>{ce=ce||Me(pt,re,!1),ce&&(Ce.delta&&!Nc(ce,8)?r.go(-Ce.delta,!1):Ce.type===Pd.pop&&Nc(ce,20)&&r.go(-1,!1)),Ee(pt,re,ce)}).catch(mp)}))}let je=tp(),Xe=tp(),Le;function mt(se,Ge,Ce){Je(se);const pt=Xe.list();return pt.length?pt.forEach(Zt=>Zt(se,Ge,Ce)):console.error(se),Promise.reject(se)}function vt(){return Le&&w.value!==Ju?Promise.resolve():new Promise((se,Ge)=>{je.add([se,Ge])})}function Je(se){return Le||(Le=!se,Fe(),je.list().forEach(([Ge,Ce])=>se?Ce(se):Ge()),je.reset()),se}function me(se,Ge,Ce,pt){const{scrollBehavior:Zt}=t;if(!pd||!Zt)return Promise.resolve();const re=!Ce&&m8(v3(se.fullPath,0))||(pt||!Ce)&&history.state&&history.state.scroll||null;return Kl().then(()=>Zt(se,Ge,re)).then(ce=>ce&&p8(ce)).catch(ce=>mt(ce,se,Ge))}const Ke=se=>r.go(se);let lt;const Ve=new Set,xe={currentRoute:w,listening:!0,addRoute:L,removeRoute:B,hasRoute:z,getRoutes:I,resolve:W,options:t,push:G,replace:j,go:Ke,back:()=>Ke(-1),forward:()=>Ke(1),beforeEach:e.add,beforeResolve:d.add,afterEach:y.add,onError:Xe.add,isReady:vt,install(se){const Ge=this;se.component("RouterLink",eS),se.component("RouterView",iS),se.config.globalProperties.$router=Ge,Object.defineProperty(se.config.globalProperties,"$route",{enumerable:!0,get:()=>gr(w)}),pd&&!lt&&w.value===Ju&&(lt=!0,G(r.location).catch(Zt=>{}));const Ce={};for(const Zt in Ju)Object.defineProperty(Ce,Zt,{get:()=>w.value[Zt],enumerable:!0});se.provide(K2,Ge),se.provide(C4,Ky(Ce)),se.provide(yy,w);const pt=se.unmount;Ve.add(se),se.unmount=function(){Ve.delete(se),Ve.size<1&&(F=Ju,Ae&&Ae(),Ae=null,w.value=Ju,lt=!1,Le=!1),pt()}}};function We(se){return se.reduce((Ge,Ce)=>Ge.then(()=>ae(Ce)),Promise.resolve())}return xe}function aS(t,i){const s=[],a=[],r=[],e=Math.max(i.matched.length,t.matched.length);for(let d=0;d<e;d++){const y=i.matched[d];y&&(t.matched.find(F=>Rd(F,y))?a.push(y):s.push(y));const w=t.matched[d];w&&(i.matched.find(F=>Rd(F,w))||r.push(w))}return[s,a,r]}function oS(){return ha(K2)}function lS(){return ha(C4)}function _y(t,i={},s){for(const a in t){const r=t[a],e=s?`${s}:${a}`:a;typeof r=="object"&&r!==null?_y(r,i,e):typeof r=="function"&&(i[e]=r)}return i}const cS={run:t=>t()},uS=()=>cS,vE=typeof console.createTask<"u"?console.createTask:uS;function fS(t,i){const s=i.shift(),a=vE(s);return t.reduce((r,e)=>r.then(()=>a.run(()=>e(...i))),Promise.resolve())}function hS(t,i){const s=i.shift(),a=vE(s);return Promise.all(t.map(r=>a.run(()=>r(...i))))}function Rb(t,i){for(const s of[...t])s(i)}class dS{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(i,s,a={}){if(!i||typeof s!="function")return()=>{};const r=i;let e;for(;this._deprecatedHooks[i];)e=this._deprecatedHooks[i],i=e.to;if(e&&!a.allowDeprecated){let d=e.message;d||(d=`${r} hook has been deprecated`+(e.to?`, please use ${e.to}`:"")),this._deprecatedMessages||(this._deprecatedMessages=new Set),this._deprecatedMessages.has(d)||(console.warn(d),this._deprecatedMessages.add(d))}if(!s.name)try{Object.defineProperty(s,"name",{get:()=>"_"+i.replace(/\W+/g,"_")+"_hook_cb",configurable:!0})}catch{}return this._hooks[i]=this._hooks[i]||[],this._hooks[i].push(s),()=>{s&&(this.removeHook(i,s),s=void 0)}}hookOnce(i,s){let a,r=(...e)=>(typeof a=="function"&&a(),a=void 0,r=void 0,s(...e));return a=this.hook(i,r),a}removeHook(i,s){if(this._hooks[i]){const a=this._hooks[i].indexOf(s);a!==-1&&this._hooks[i].splice(a,1),this._hooks[i].length===0&&delete this._hooks[i]}}deprecateHook(i,s){this._deprecatedHooks[i]=typeof s=="string"?{to:s}:s;const a=this._hooks[i]||[];delete this._hooks[i];for(const r of a)this.hook(i,r)}deprecateHooks(i){Object.assign(this._deprecatedHooks,i);for(const s in i)this.deprecateHook(s,i[s])}addHooks(i){const s=_y(i),a=Object.keys(s).map(r=>this.hook(r,s[r]));return()=>{for(const r of a.splice(0,a.length))r()}}removeHooks(i){const s=_y(i);for(const a in s)this.removeHook(a,s[a])}removeAllHooks(){for(const i in this._hooks)delete this._hooks[i]}callHook(i,...s){return s.unshift(i),this.callHookWith(fS,i,...s)}callHookParallel(i,...s){return s.unshift(i),this.callHookWith(hS,i,...s)}callHookWith(i,s,...a){const r=this._before||this._after?{name:s,args:a,context:{}}:void 0;this._before&&Rb(this._before,r);const e=i(s in this._hooks?[...this._hooks[s]]:[],a);return e instanceof Promise?e.finally(()=>{this._after&&r&&Rb(this._after,r)}):(this._after&&r&&Rb(this._after,r),e)}beforeEach(i){return this._before=this._before||[],this._before.push(i),()=>{if(this._before!==void 0){const s=this._before.indexOf(i);s!==-1&&this._before.splice(s,1)}}}afterEach(i){return this._after=this._after||[],this._after.push(i),()=>{if(this._after!==void 0){const s=this._after.indexOf(i);s!==-1&&this._after.splice(s,1)}}}}function pS(){return new dS}function gS(t){return Array.isArray(t)?t:[t]}const mS=["title","titleTemplate","script","style","noscript"],$m=["base","meta","link","style","script","noscript"],vS=["title","titleTemplate","templateParams","base","htmlAttrs","bodyAttrs","meta","link","style","script","noscript"],bS=["base","title","titleTemplate","bodyAttrs","htmlAttrs","templateParams"],bE=["tagPosition","tagPriority","tagDuplicateStrategy","innerHTML","textContent","processTemplateParams"],yS=typeof window<"u";function yE(t){let i=9;for(let s=0;s<t.length;)i=Math.imul(i^t.charCodeAt(s++),9**9);return((i^i>>>9)+65536).toString(16).substring(1,8).toLowerCase()}function O3(t){return t._h||yE(t._d?t._d:`${t.tag}:${t.textContent||t.innerHTML||""}:${Object.entries(t.props).map(([i,s])=>`${i}:${String(s)}`).join(",")}`)}function _E(t,i){const{props:s,tag:a}=t;if(bS.includes(a))return a;if(a==="link"&&s.rel==="canonical")return"canonical";if(s.charset)return"charset";const r=["id"];a==="meta"&&r.push("name","property","http-equiv");for(const e of r)if(typeof s[e]<"u"){const d=String(s[e]);return i&&!i(d)?!1:`${a}:${e}:${d}`}return!1}function R3(t,i){return t==null?i||null:typeof t=="function"?t(i):t}async function _S(t,i,s){const a={tag:t,props:await wE(typeof i=="object"&&typeof i!="function"&&!(i instanceof Promise)?{...i}:{[["script","noscript","style"].includes(t)?"innerHTML":"textContent"]:i},["templateParams","titleTemplate"].includes(t))};return bE.forEach(r=>{const e=typeof a.props[r]<"u"?a.props[r]:s[r];typeof e<"u"&&((!["innerHTML","textContent"].includes(r)||mS.includes(a.tag))&&(a[r]=e),delete a.props[r])}),a.props.body&&(a.tagPosition="bodyClose",delete a.props.body),a.props.children&&(a.innerHTML=a.props.children,delete a.props.children),a.tag==="script"&&(typeof a.innerHTML=="object"&&(a.innerHTML=JSON.stringify(a.innerHTML),a.props.type=a.props.type||"application/json"),a.innerHTML&&["application/ld+json","application/json"].includes(a.props.type)&&(a.innerHTML=a.innerHTML.replace(/</g,"\\u003C"))),Array.isArray(a.props.content)?a.props.content.map(r=>({...a,props:{...a.props,content:r}})):a}function wS(t){return typeof t=="object"&&!Array.isArray(t)&&(t=Object.keys(t).filter(i=>t[i])),(Array.isArray(t)?t.join(" "):t).split(" ").filter(i=>i.trim()).filter(Boolean).join(" ")}async function wE(t,i){for(const s of Object.keys(t)){if(s==="class"){t[s]=wS(t[s]);continue}if(t[s]instanceof Promise&&(t[s]=await t[s]),!i&&!bE.includes(s)){const a=String(t[s]),r=s.startsWith("data-");a==="true"||a===""?t[s]=r?"true":!0:t[s]||(r&&a==="false"?t[s]="false":delete t[s])}}return t}const DS=10;async function FS(t){const i=[];return Object.entries(t.resolvedInput).filter(([s,a])=>typeof a<"u"&&vS.includes(s)).forEach(([s,a])=>{const r=gS(a);i.push(...r.map(e=>_S(s,e,t)).flat())}),(await Promise.all(i)).flat().filter(Boolean).map((s,a)=>(s._e=t._i,t.mode&&(s._m=t.mode),s._p=(t._i<<DS)+a,s))}const P3={base:-10,title:10},I3={critical:-80,high:-10,low:20};function n2(t){let i=100;const s=t.tagPriority;return typeof s=="number"?s:(t.tag==="meta"?(t.props["http-equiv"]==="content-security-policy"&&(i=-30),t.props.charset&&(i=-20),t.props.name==="viewport"&&(i=-15)):t.tag==="link"&&t.props.rel==="preconnect"?i=20:t.tag in P3&&(i=P3[t.tag]),typeof s=="string"&&s in I3?i+I3[s]:i)}const ES=[{prefix:"before:",offset:-1},{prefix:"after:",offset:1}],Zu="%separator";function U0(t,i,s){if(typeof t!="string"||!t.includes("%"))return t;function a(d){let y;return["s","pageTitle"].includes(d)?y=i.pageTitle:d.includes(".")?y=d.split(".").reduce((w,F)=>w&&w[F]||void 0,i):y=i[d],typeof y<"u"?(y||"").replace(/"/g,'\\"'):!1}let r=t;try{r=decodeURI(t)}catch{}return(r.match(/%(\w+\.+\w+)|%(\w+)/g)||[]).sort().reverse().forEach(d=>{const y=a(d.slice(1));typeof y=="string"&&(t=t.replace(new RegExp(`\\${d}(\\W|$)`,"g"),(w,F)=>`${y}${F}`).trim())}),t.includes(Zu)&&(t.endsWith(Zu)&&(t=t.slice(0,-Zu.length).trim()),t.startsWith(Zu)&&(t=t.slice(Zu.length).trim()),t=t.replace(new RegExp(`\\${Zu}\\s*\\${Zu}`,"g"),Zu),t=U0(t,{separator:s},s)),t}async function xS(t){const i={tag:t.tagName.toLowerCase(),props:await wE(t.getAttributeNames().reduce((s,a)=>({...s,[a]:t.getAttribute(a)}),{})),innerHTML:t.innerHTML};return i._d=_E(i),i}async function CS(t,i={}){var C;const s=i.document||t.resolvedOptions.document;if(!s)return;const a={shouldRender:t.dirty,tags:[]};if(await t.hooks.callHook("dom:beforeRender",a),!a.shouldRender)return;const r=(await t.resolveTags()).map(S=>({tag:S,id:$m.includes(S.tag)?O3(S):S.tag,shouldRender:!0}));let e=t._dom;if(!e){e={elMap:{htmlAttrs:s.documentElement,bodyAttrs:s.body}};for(const S of["body","head"]){const R=(C=s==null?void 0:s[S])==null?void 0:C.children;for(const L of[...R].filter(B=>$m.includes(B.tagName.toLowerCase())))e.elMap[L.getAttribute("data-hid")||O3(await xS(L))]=L}}e.pendingSideEffects={...e.sideEffects||{}},e.sideEffects={};function d(S,R,L){const B=`${S}:${R}`;e.sideEffects[B]=L,delete e.pendingSideEffects[B]}function y({id:S,$el:R,tag:L}){const B=L.tag.endsWith("Attrs");e.elMap[S]=R,B||(["textContent","innerHTML"].forEach(I=>{L[I]&&L[I]!==R[I]&&(R[I]=L[I])}),d(S,"el",()=>{e.elMap[S].remove(),delete e.elMap[S]})),Object.entries(L.props).forEach(([I,z])=>{const W=`attr:${I}`;if(I==="class")for(const K of(z||"").split(" ").filter(Boolean))B&&d(S,`${W}:${K}`,()=>R.classList.remove(K)),!R.classList.contains(K)&&R.classList.add(K);else R.getAttribute(I)!==z&&R.setAttribute(I,z===!0?"":String(z)),B&&d(S,W,()=>R.removeAttribute(I))})}const w=[],F={bodyClose:void 0,bodyOpen:void 0,head:void 0};for(const S of r){const{tag:R,shouldRender:L,id:B}=S;if(L){if(R.tag==="title"){s.title=R.textContent;continue}S.$el=S.$el||e.elMap[B],S.$el?y(S):$m.includes(R.tag)&&w.push(S)}}for(const S of w){const R=S.tag.tagPosition||"head";S.$el=s.createElement(S.tag.tag),y(S),F[R]=F[R]||s.createDocumentFragment(),F[R].appendChild(S.$el)}for(const S of r)await t.hooks.callHook("dom:renderTag",S,s,d);F.head&&s.head.appendChild(F.head),F.bodyOpen&&s.body.insertBefore(F.bodyOpen,s.body.firstChild),F.bodyClose&&s.body.appendChild(F.bodyClose),Object.values(e.pendingSideEffects).forEach(S=>S()),t._dom=e,t.dirty=!1,await t.hooks.callHook("dom:rendered",{renders:r})}async function TS(t,i={}){const s=i.delayFn||(a=>setTimeout(a,10));return t._domUpdatePromise=t._domUpdatePromise||new Promise(a=>s(async()=>{await CS(t,i),delete t._domUpdatePromise,a()}))}function AS(t){return i=>{var a,r;const s=((r=(a=i.resolvedOptions.document)==null?void 0:a.head.querySelector('script[id="unhead:payload"]'))==null?void 0:r.innerHTML)||!1;return s&&i.push(JSON.parse(s)),{mode:"client",hooks:{"entries:updated":function(e){TS(e,t)}}}}}const SS=["templateParams","htmlAttrs","bodyAttrs"],kS={hooks:{"tag:normalise":function({tag:t}){["hid","vmid","key"].forEach(a=>{t.props[a]&&(t.key=t.props[a],delete t.props[a])});const s=_E(t)||(t.key?`${t.tag}:${t.key}`:!1);s&&(t._d=s)},"tags:resolve":function(t){const i={};t.tags.forEach(a=>{const r=(a.key?`${a.tag}:${a.key}`:a._d)||a._p,e=i[r];if(e){let y=a==null?void 0:a.tagDuplicateStrategy;if(!y&&SS.includes(a.tag)&&(y="merge"),y==="merge"){const w=e.props;["class","style"].forEach(F=>{a.props[F]&&w[F]&&(F==="style"&&!w[F].endsWith(";")&&(w[F]+=";"),a.props[F]=`${w[F]} ${a.props[F]}`)}),i[r].props={...w,...a.props};return}else if(a._e===e._e){e._duped=e._duped||[],a._d=`${e._d}:${e._duped.length+1}`,e._duped.push(a);return}else if(n2(a)>n2(e))return}const d=Object.keys(a.props).length+(a.innerHTML?1:0)+(a.textContent?1:0);if($m.includes(a.tag)&&d===0){delete i[r];return}i[r]=a});const s=[];Object.values(i).forEach(a=>{const r=a._duped;delete a._duped,s.push(a),r&&s.push(...r)}),t.tags=s,t.tags=t.tags.filter(a=>!(a.tag==="meta"&&(a.props.name||a.props.property)&&!a.props.content))}}},OS={mode:"server",hooks:{"tags:resolve":function(t){const i={};t.tags.filter(s=>["titleTemplate","templateParams","title"].includes(s.tag)&&s._m==="server").forEach(s=>{i[s.tag]=s.tag.startsWith("title")?s.textContent:s.props}),Object.keys(i).length&&t.tags.push({tag:"script",innerHTML:JSON.stringify(i),props:{id:"unhead:payload",type:"application/json"}})}}},N3=["script","link","bodyAttrs"];function M3(t){const i={},s={};return Object.entries(t.props).forEach(([a,r])=>{a.startsWith("on")&&typeof r=="function"?s[a]=r:i[a]=r}),{props:i,eventHandlers:s}}const RS={hooks:{"ssr:render":function(t){t.tags=t.tags.map(i=>(!N3.includes(i.tag)||!Object.entries(i.props).find(([s,a])=>s.startsWith("on")&&typeof a=="function")||(i.props=M3(i).props),i))},"tags:resolve":function(t){t.tags=t.tags.map(i=>{if(!N3.includes(i.tag))return i;const{props:s,eventHandlers:a}=M3(i);return Object.keys(a).length&&(i.props=s,i._eventHandlers=a),i})},"dom:renderTag":function(t,i,s){if(!t.tag._eventHandlers)return;const a=t.tag.tag==="bodyAttrs"?i.defaultView:t.$el;Object.entries(t.tag._eventHandlers).forEach(([r,e])=>{const d=`${t.tag._d||t.tag._p}:${r}`,y=r.slice(2).toLowerCase(),w=`data-h-${y}`;if(s(t.id,d,()=>{}),t.$el.hasAttribute(w))return;const F=e;t.$el.setAttribute(w,""),a.addEventListener(y,F),t.entry&&s(t.id,d,()=>{a.removeEventListener(y,F),t.$el.removeAttribute(w)})})}}},PS=["link","style","script","noscript"],IS={hooks:{"tag:normalise":({tag:t})=>{t.key&&PS.includes(t.tag)&&(t.props["data-hid"]=t._h=yE(t.key))}}},NS={hooks:{"tags:resolve":t=>{const i=s=>{var a;return(a=t.tags.find(r=>r._d===s))==null?void 0:a._p};for(const{prefix:s,offset:a}of ES)for(const r of t.tags.filter(e=>typeof e.tagPriority=="string"&&e.tagPriority.startsWith(s))){const e=i(r.tagPriority.replace(s,""));typeof e<"u"&&(r._p=e+a)}t.tags.sort((s,a)=>s._p-a._p).sort((s,a)=>n2(s)-n2(a))}}},MS={hooks:{"tags:resolve":t=>{var d;const{tags:i}=t,s=(d=i.find(y=>y.tag==="title"))==null?void 0:d.textContent,a=i.findIndex(y=>y.tag==="templateParams"),r=a!==-1?i[a].props:{},e=r.separator||"|";delete r.separator,r.pageTitle=U0(r.pageTitle||s||"",r,e);for(const y of i)y.processTemplateParams!==!1&&(["titleTemplate","title"].includes(y.tag)&&typeof y.textContent=="string"?y.textContent=U0(y.textContent,r,e):y.tag==="meta"&&typeof y.props.content=="string"?y.props.content=U0(y.props.content,r,e):y.tag==="link"&&typeof y.props.href=="string"?y.props.href=U0(y.props.href,r,e):y.processTemplateParams===!0&&(y.innerHTML?y.innerHTML=U0(y.innerHTML,r,e):y.textContent&&(y.textContent=U0(y.textContent,r,e))));t.tags=i.filter(y=>y.tag!=="templateParams")}}},LS={hooks:{"tags:resolve":t=>{const{tags:i}=t;let s=i.findIndex(r=>r.tag==="titleTemplate");const a=i.findIndex(r=>r.tag==="title");if(a!==-1&&s!==-1){const r=R3(i[s].textContent,i[a].textContent);r!==null?i[a].textContent=r||i[a].textContent:delete i[a]}else if(s!==-1){const r=R3(i[s].textContent);r!==null&&(i[s].textContent=r,i[s].tag="title",s=-1)}s!==-1&&delete i[s],t.tags=i.filter(Boolean)}}};function BS(t={}){const i=US(t);return i.use(AS()),i}function L3(t,i){return!t||t==="server"&&i||t==="client"&&!i}function US(t={}){const i=pS();i.addHooks(t.hooks||{}),t.document=t.document||(yS?document:void 0);const s=!t.document;t.plugins=[kS,OS,RS,IS,NS,MS,LS,...(t==null?void 0:t.plugins)||[]];const a=()=>{d.dirty=!0,i.callHook("entries:updated",d)};let r=0,e=[];const d={dirty:!1,resolvedOptions:t,hooks:i,headEntries(){return e},use(y){const w=typeof y=="function"?y(d):y;L3(w.mode,s)&&i.addHooks(w.hooks||{})},push(y,w){w==null||delete w.head;const F={_i:r++,input:y,...w};return L3(F.mode,s)&&(e.push(F),a()),{dispose(){e=e.filter(C=>C._i!==F._i),i.callHook("entries:updated",d),a()},patch(C){e=e.map(S=>(S._i===F._i&&(S.input=F.input=C),S)),a()}}},async resolveTags(){const y={tags:[],entries:[...e]};await i.callHook("entries:resolve",y);for(const w of y.entries){const F=w.resolvedInput||w.input;if(w.resolvedInput=await(w.transform?w.transform(F):F),w.resolvedInput)for(const C of await FS(w)){const S={tag:C,entry:w,resolvedOptions:d.resolvedOptions};await i.callHook("tag:normalise",S),y.tags.push(S.tag)}}return await i.callHook("tags:beforeResolve",y),await i.callHook("tags:resolve",y),y.tags},ssr:s};return t.plugins.forEach(y=>d.use(y)),d.hooks.callHook("init",d),d}const $S=b4.startsWith("3");function HS(t){return typeof t=="function"?t():gr(t)}function wy(t,i=""){if(t instanceof Promise)return t;const s=HS(t);return!t||!s?s:Array.isArray(s)?s.map(a=>wy(a,i)):typeof s=="object"?Object.fromEntries(Object.entries(s).map(([a,r])=>a==="titleTemplate"||a.startsWith("on")?[a,gr(r)]:[a,wy(r,a)])):s}const WS={hooks:{"entries:resolve":function(t){for(const i of t.entries)i.resolvedInput=wy(i.input)}}},zS="usehead";function jS(t){return{install(s){$S&&(s.config.globalProperties.$unhead=t,s.config.globalProperties.$head=t,s.provide(zS,t))}}.install}function VS(t={}){t.domDelayFn=t.domDelayFn||(s=>Kl(()=>setTimeout(()=>s(),0)));const i=BS(t);return i.use(WS),i.install=jS(i),i}function GS(t){try{return JSON.parse(t||"{}")}catch(i){return console.error("[SSG] On state deserialization -",i,t),{}}}function YS(t){return document.readyState==="loading"?new Promise(i=>{document.addEventListener("DOMContentLoaded",()=>i(t))}):Promise.resolve(t)}const qS=ls({setup(t,{slots:i}){const s=nr(!1);return bl(()=>s.value=!0),()=>s.value?i.default&&i.default({}):i.placeholder&&i.placeholder({})}});function KS(t,i,s,a={}){const{transformState:r,registerComponents:e=!0,useHead:d=!0,rootContainer:y="#app"}=a,w=typeof window<"u";async function F(C=!1,S){const R=C?D4(t):WF(t);let L;d&&(L=VS(),R.use(L));const B=sS({history:C?_8(i.base):w8(i.base),...i}),{routes:I}=i;e&&R.component("ClientOnly",qS);const z=[],oe={app:R,head:L,isClient:w,router:B,routes:I,onSSRAppRendered:C?()=>{}:ie=>z.push(ie),triggerOnSSRAppRendered:()=>Promise.all(z.map(ie=>ie())),initialState:{},transformState:r,routePath:S};C&&(await YS(),oe.initialState=(r==null?void 0:r(window.__INITIAL_STATE__||{}))||GS(window.__INITIAL_STATE__)),await(s==null?void 0:s(oe)),R.use(B);let G,j=!0;if(B.beforeEach((ie,ne,ae)=>{(j||G&&G===ie.path)&&(j=!1,G=ie.path,ie.meta.state=oe.initialState),ae()}),!C){const ie=oe.routePath??"/";B.push(ie),await B.isReady(),oe.initialState=B.currentRoute.value.meta.state||{}}const Z=oe.initialState;return{...oe,initialState:Z}}return w&&(async()=>{const{app:C,router:S}=await F(!0);await S.isReady(),C.mount(y,!0)})(),F}var QS=function(){function t(i,s){s===void 0&&(s=[]),this._eventType=i,this._eventFunctions=s}return t.prototype.init=function(){var i=this;this._eventFunctions.forEach(function(s){typeof window<"u"&&window.addEventListener(i._eventType,s)})},t}(),i2=globalThis&&globalThis.__assign||function(){return i2=Object.assign||function(t){for(var i,s=1,a=arguments.length;s<a;s++){i=arguments[s];for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&(t[r]=i[r])}return t},i2.apply(this,arguments)},s2={alwaysOpen:!1,activeClasses:"bg-gray-100 dark:bg-gray-800 text-gray-900 dark:text-white",inactiveClasses:"text-gray-500 dark:text-gray-400",onOpen:function(){},onClose:function(){},onToggle:function(){}},DE=function(){function t(i,s){i===void 0&&(i=[]),s===void 0&&(s=s2),this._items=i,this._options=i2(i2({},s2),s),this._init()}return t.prototype._init=function(){var i=this;this._items.length&&this._items.map(function(s){s.active&&i.open(s.id),s.triggerEl.addEventListener("click",function(){i.toggle(s.id)})})},t.prototype.getItem=function(i){return this._items.filter(function(s){return s.id===i})[0]},t.prototype.open=function(i){var s,a,r=this,e=this.getItem(i);this._options.alwaysOpen||this._items.map(function(d){var y,w;d!==e&&((y=d.triggerEl.classList).remove.apply(y,r._options.activeClasses.split(" ")),(w=d.triggerEl.classList).add.apply(w,r._options.inactiveClasses.split(" ")),d.targetEl.classList.add("hidden"),d.triggerEl.setAttribute("aria-expanded","false"),d.active=!1,d.iconEl&&d.iconEl.classList.remove("rotate-180"))}),(s=e.triggerEl.classList).add.apply(s,this._options.activeClasses.split(" ")),(a=e.triggerEl.classList).remove.apply(a,this._options.inactiveClasses.split(" ")),e.triggerEl.setAttribute("aria-expanded","true"),e.targetEl.classList.remove("hidden"),e.active=!0,e.iconEl&&e.iconEl.classList.add("rotate-180"),this._options.onOpen(this,e)},t.prototype.toggle=function(i){var s=this.getItem(i);s.active?this.close(i):this.open(i),this._options.onToggle(this,s)},t.prototype.close=function(i){var s,a,r=this.getItem(i);(s=r.triggerEl.classList).remove.apply(s,this._options.activeClasses.split(" ")),(a=r.triggerEl.classList).add.apply(a,this._options.inactiveClasses.split(" ")),r.targetEl.classList.add("hidden"),r.triggerEl.setAttribute("aria-expanded","false"),r.active=!1,r.iconEl&&r.iconEl.classList.remove("rotate-180"),this._options.onClose(this,r)},t}();function T4(){document.querySelectorAll("[data-accordion]").forEach(function(t){var i=t.getAttribute("data-accordion"),s=t.getAttribute("data-active-classes"),a=t.getAttribute("data-inactive-classes"),r=[];t.querySelectorAll("[data-accordion-target]").forEach(function(e){if(e.closest("[data-accordion]")===t){var d={id:e.getAttribute("data-accordion-target"),triggerEl:e,targetEl:document.querySelector(e.getAttribute("data-accordion-target")),iconEl:e.querySelector("[data-accordion-icon]"),active:e.getAttribute("aria-expanded")==="true"};r.push(d)}}),new DE(r,{alwaysOpen:i==="open",activeClasses:s||s2.activeClasses,inactiveClasses:a||s2.inactiveClasses})})}typeof window<"u"&&(window.Accordion=DE,window.initAccordions=T4);var a2=globalThis&&globalThis.__assign||function(){return a2=Object.assign||function(t){for(var i,s=1,a=arguments.length;s<a;s++){i=arguments[s];for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&(t[r]=i[r])}return t},a2.apply(this,arguments)},B3={onCollapse:function(){},onExpand:function(){},onToggle:function(){}},FE=function(){function t(i,s,a){i===void 0&&(i=null),s===void 0&&(s=null),a===void 0&&(a=B3),this._targetEl=i,this._triggerEl=s,this._options=a2(a2({},B3),a),this._visible=!1,this._init()}return t.prototype._init=function(){var i=this;this._triggerEl&&(this._triggerEl.hasAttribute("aria-expanded")?this._visible=this._triggerEl.getAttribute("aria-expanded")==="true":this._visible=!this._targetEl.classList.contains("hidden"),this._triggerEl.addEventListener("click",function(){i.toggle()}))},t.prototype.collapse=function(){this._targetEl.classList.add("hidden"),this._triggerEl&&this._triggerEl.setAttribute("aria-expanded","false"),this._visible=!1,this._options.onCollapse(this)},t.prototype.expand=function(){this._targetEl.classList.remove("hidden"),this._triggerEl&&this._triggerEl.setAttribute("aria-expanded","true"),this._visible=!0,this._options.onExpand(this)},t.prototype.toggle=function(){this._visible?this.collapse():this.expand(),this._options.onToggle(this)},t}();function A4(){document.querySelectorAll("[data-collapse-toggle]").forEach(function(t){var i=t.getAttribute("data-collapse-toggle"),s=document.getElementById(i);s?new FE(s,t):console.error('The target element with id "'.concat(i,'" does not exist. Please check the data-collapse-toggle attribute.'))})}typeof window<"u"&&(window.Collapse=FE,window.initCollapses=A4);var z0=globalThis&&globalThis.__assign||function(){return z0=Object.assign||function(t){for(var i,s=1,a=arguments.length;s<a;s++){i=arguments[s];for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&(t[r]=i[r])}return t},z0.apply(this,arguments)},Hm={defaultPosition:0,indicators:{items:[],activeClasses:"bg-white dark:bg-gray-800",inactiveClasses:"bg-white/50 dark:bg-gray-800/50 hover:bg-white dark:hover:bg-gray-800"},interval:3e3,onNext:function(){},onPrev:function(){},onChange:function(){}},EE=function(){function t(i,s){i===void 0&&(i=[]),s===void 0&&(s=Hm),this._items=i,this._options=z0(z0(z0({},Hm),s),{indicators:z0(z0({},Hm.indicators),s.indicators)}),this._activeItem=this.getItem(this._options.defaultPosition),this._indicators=this._options.indicators.items,this._intervalDuration=this._options.interval,this._intervalInstance=null,this._init()}return t.prototype._init=function(){var i=this;this._items.map(function(s){s.el.classList.add("absolute","inset-0","transition-transform","transform")}),this._getActiveItem()?this.slideTo(this._getActiveItem().position):this.slideTo(0),this._indicators.map(function(s,a){s.el.addEventListener("click",function(){i.slideTo(a)})})},t.prototype.getItem=function(i){return this._items[i]},t.prototype.slideTo=function(i){var s=this._items[i],a={left:s.position===0?this._items[this._items.length-1]:this._items[s.position-1],middle:s,right:s.position===this._items.length-1?this._items[0]:this._items[s.position+1]};this._rotate(a),this._setActiveItem(s),this._intervalInstance&&(this.pause(),this.cycle()),this._options.onChange(this)},t.prototype.next=function(){var i=this._getActiveItem(),s=null;i.position===this._items.length-1?s=this._items[0]:s=this._items[i.position+1],this.slideTo(s.position),this._options.onNext(this)},t.prototype.prev=function(){var i=this._getActiveItem(),s=null;i.position===0?s=this._items[this._items.length-1]:s=this._items[i.position-1],this.slideTo(s.position),this._options.onPrev(this)},t.prototype._rotate=function(i){this._items.map(function(s){s.el.classList.add("hidden")}),i.left.el.classList.remove("-translate-x-full","translate-x-full","translate-x-0","hidden","z-20"),i.left.el.classList.add("-translate-x-full","z-10"),i.middle.el.classList.remove("-translate-x-full","translate-x-full","translate-x-0","hidden","z-10"),i.middle.el.classList.add("translate-x-0","z-20"),i.right.el.classList.remove("-translate-x-full","translate-x-full","translate-x-0","hidden","z-20"),i.right.el.classList.add("translate-x-full","z-10")},t.prototype.cycle=function(){var i=this;typeof window<"u"&&(this._intervalInstance=window.setInterval(function(){i.next()},this._intervalDuration))},t.prototype.pause=function(){clearInterval(this._intervalInstance)},t.prototype._getActiveItem=function(){return this._activeItem},t.prototype._setActiveItem=function(i){var s,a,r=this;this._activeItem=i;var e=i.position;this._indicators.length&&(this._indicators.map(function(d){var y,w;d.el.setAttribute("aria-current","false"),(y=d.el.classList).remove.apply(y,r._options.indicators.activeClasses.split(" ")),(w=d.el.classList).add.apply(w,r._options.indicators.inactiveClasses.split(" "))}),(s=this._indicators[e].el.classList).add.apply(s,this._options.indicators.activeClasses.split(" ")),(a=this._indicators[e].el.classList).remove.apply(a,this._options.indicators.inactiveClasses.split(" ")),this._indicators[e].el.setAttribute("aria-current","true"))},t}();function S4(){document.querySelectorAll("[data-carousel]").forEach(function(t){var i=t.getAttribute("data-carousel-interval"),s=t.getAttribute("data-carousel")==="slide",a=[],r=0;t.querySelectorAll("[data-carousel-item]").length&&Array.from(t.querySelectorAll("[data-carousel-item]")).map(function(F,C){a.push({position:C,el:F}),F.getAttribute("data-carousel-item")==="active"&&(r=C)});var e=[];t.querySelectorAll("[data-carousel-slide-to]").length&&Array.from(t.querySelectorAll("[data-carousel-slide-to]")).map(function(F){e.push({position:parseInt(F.getAttribute("data-carousel-slide-to")),el:F})});var d=new EE(a,{defaultPosition:r,indicators:{items:e},interval:i||Hm.interval});s&&d.cycle();var y=t.querySelector("[data-carousel-next]"),w=t.querySelector("[data-carousel-prev]");y&&y.addEventListener("click",function(){d.next()}),w&&w.addEventListener("click",function(){d.prev()})})}typeof window<"u"&&(window.Carousel=EE,window.initCarousels=S4);var o2=globalThis&&globalThis.__assign||function(){return o2=Object.assign||function(t){for(var i,s=1,a=arguments.length;s<a;s++){i=arguments[s];for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&(t[r]=i[r])}return t},o2.apply(this,arguments)},U3={transition:"transition-opacity",duration:300,timing:"ease-out",onHide:function(){}},xE=function(){function t(i,s,a){i===void 0&&(i=null),s===void 0&&(s=null),a===void 0&&(a=U3),this._targetEl=i,this._triggerEl=s,this._options=o2(o2({},U3),a),this._init()}return t.prototype._init=function(){var i=this;this._triggerEl&&this._triggerEl.addEventListener("click",function(){i.hide()})},t.prototype.hide=function(){var i=this;this._targetEl.classList.add(this._options.transition,"duration-".concat(this._options.duration),this._options.timing,"opacity-0"),setTimeout(function(){i._targetEl.classList.add("hidden")},this._options.duration),this._options.onHide(this,this._targetEl)},t}();function k4(){document.querySelectorAll("[data-dismiss-target]").forEach(function(t){var i=t.getAttribute("data-dismiss-target"),s=document.querySelector(i);s?new xE(s,t):console.error('The dismiss element with id "'.concat(i,'" does not exist. Please check the data-dismiss-target attribute.'))})}typeof window<"u"&&(window.Dismiss=xE,window.initDismisses=k4);var Ia="top",So="bottom",ko="right",Na="left",O4="auto",Xp=[Ia,So,ko,Na],Nd="start",Lp="end",XS="clippingParents",CE="viewport",rp="popper",JS="reference",$3=Xp.reduce(function(t,i){return t.concat([i+"-"+Nd,i+"-"+Lp])},[]),TE=[].concat(Xp,[O4]).reduce(function(t,i){return t.concat([i,i+"-"+Nd,i+"-"+Lp])},[]),ZS="beforeRead",e7="read",t7="afterRead",r7="beforeMain",n7="main",i7="afterMain",s7="beforeWrite",a7="write",o7="afterWrite",l7=[ZS,e7,t7,r7,n7,i7,s7,a7,o7];function Gl(t){return t?(t.nodeName||"").toLowerCase():null}function so(t){if(t==null)return window;if(t.toString()!=="[object Window]"){var i=t.ownerDocument;return i&&i.defaultView||window}return t}function rh(t){var i=so(t).Element;return t instanceof i||t instanceof Element}function To(t){var i=so(t).HTMLElement;return t instanceof i||t instanceof HTMLElement}function R4(t){if(typeof ShadowRoot>"u")return!1;var i=so(t).ShadowRoot;return t instanceof i||t instanceof ShadowRoot}function c7(t){var i=t.state;Object.keys(i.elements).forEach(function(s){var a=i.styles[s]||{},r=i.attributes[s]||{},e=i.elements[s];!To(e)||!Gl(e)||(Object.assign(e.style,a),Object.keys(r).forEach(function(d){var y=r[d];y===!1?e.removeAttribute(d):e.setAttribute(d,y===!0?"":y)}))})}function u7(t){var i=t.state,s={popper:{position:i.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(i.elements.popper.style,s.popper),i.styles=s,i.elements.arrow&&Object.assign(i.elements.arrow.style,s.arrow),function(){Object.keys(i.elements).forEach(function(a){var r=i.elements[a],e=i.attributes[a]||{},d=Object.keys(i.styles.hasOwnProperty(a)?i.styles[a]:s[a]),y=d.reduce(function(w,F){return w[F]="",w},{});!To(r)||!Gl(r)||(Object.assign(r.style,y),Object.keys(e).forEach(function(w){r.removeAttribute(w)}))})}}const f7={name:"applyStyles",enabled:!0,phase:"write",fn:c7,effect:u7,requires:["computeStyles"]};function Wl(t){return t.split("-")[0]}var X0=Math.max,l2=Math.min,Md=Math.round;function Dy(){var t=navigator.userAgentData;return t!=null&&t.brands&&Array.isArray(t.brands)?t.brands.map(function(i){return i.brand+"/"+i.version}).join(" "):navigator.userAgent}function AE(){return!/^((?!chrome|android).)*safari/i.test(Dy())}function Ld(t,i,s){i===void 0&&(i=!1),s===void 0&&(s=!1);var a=t.getBoundingClientRect(),r=1,e=1;i&&To(t)&&(r=t.offsetWidth>0&&Md(a.width)/t.offsetWidth||1,e=t.offsetHeight>0&&Md(a.height)/t.offsetHeight||1);var d=rh(t)?so(t):window,y=d.visualViewport,w=!AE()&&s,F=(a.left+(w&&y?y.offsetLeft:0))/r,C=(a.top+(w&&y?y.offsetTop:0))/e,S=a.width/r,R=a.height/e;return{width:S,height:R,top:C,right:F+S,bottom:C+R,left:F,x:F,y:C}}function P4(t){var i=Ld(t),s=t.offsetWidth,a=t.offsetHeight;return Math.abs(i.width-s)<=1&&(s=i.width),Math.abs(i.height-a)<=1&&(a=i.height),{x:t.offsetLeft,y:t.offsetTop,width:s,height:a}}function SE(t,i){var s=i.getRootNode&&i.getRootNode();if(t.contains(i))return!0;if(s&&R4(s)){var a=i;do{if(a&&t.isSameNode(a))return!0;a=a.parentNode||a.host}while(a)}return!1}function Vc(t){return so(t).getComputedStyle(t)}function h7(t){return["table","td","th"].indexOf(Gl(t))>=0}function Cf(t){return((rh(t)?t.ownerDocument:t.document)||window.document).documentElement}function Q2(t){return Gl(t)==="html"?t:t.assignedSlot||t.parentNode||(R4(t)?t.host:null)||Cf(t)}function H3(t){return!To(t)||Vc(t).position==="fixed"?null:t.offsetParent}function d7(t){var i=/firefox/i.test(Dy()),s=/Trident/i.test(Dy());if(s&&To(t)){var a=Vc(t);if(a.position==="fixed")return null}var r=Q2(t);for(R4(r)&&(r=r.host);To(r)&&["html","body"].indexOf(Gl(r))<0;){var e=Vc(r);if(e.transform!=="none"||e.perspective!=="none"||e.contain==="paint"||["transform","perspective"].indexOf(e.willChange)!==-1||i&&e.willChange==="filter"||i&&e.filter&&e.filter!=="none")return r;r=r.parentNode}return null}function Jp(t){for(var i=so(t),s=H3(t);s&&h7(s)&&Vc(s).position==="static";)s=H3(s);return s&&(Gl(s)==="html"||Gl(s)==="body"&&Vc(s).position==="static")?i:s||d7(t)||i}function I4(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function vp(t,i,s){return X0(t,l2(i,s))}function p7(t,i,s){var a=vp(t,i,s);return a>s?s:a}function kE(){return{top:0,right:0,bottom:0,left:0}}function OE(t){return Object.assign({},kE(),t)}function RE(t,i){return i.reduce(function(s,a){return s[a]=t,s},{})}var g7=function(i,s){return i=typeof i=="function"?i(Object.assign({},s.rects,{placement:s.placement})):i,OE(typeof i!="number"?i:RE(i,Xp))};function m7(t){var i,s=t.state,a=t.name,r=t.options,e=s.elements.arrow,d=s.modifiersData.popperOffsets,y=Wl(s.placement),w=I4(y),F=[Na,ko].indexOf(y)>=0,C=F?"height":"width";if(!(!e||!d)){var S=g7(r.padding,s),R=P4(e),L=w==="y"?Ia:Na,B=w==="y"?So:ko,I=s.rects.reference[C]+s.rects.reference[w]-d[w]-s.rects.popper[C],z=d[w]-s.rects.reference[w],W=Jp(e),K=W?w==="y"?W.clientHeight||0:W.clientWidth||0:0,oe=I/2-z/2,G=S[L],j=K-R[C]-S[B],Z=K/2-R[C]/2+oe,ie=vp(G,Z,j),ne=w;s.modifiersData[a]=(i={},i[ne]=ie,i.centerOffset=ie-Z,i)}}function v7(t){var i=t.state,s=t.options,a=s.element,r=a===void 0?"[data-popper-arrow]":a;r!=null&&(typeof r=="string"&&(r=i.elements.popper.querySelector(r),!r)||SE(i.elements.popper,r)&&(i.elements.arrow=r))}const b7={name:"arrow",enabled:!0,phase:"main",fn:m7,effect:v7,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Bd(t){return t.split("-")[1]}var y7={top:"auto",right:"auto",bottom:"auto",left:"auto"};function _7(t,i){var s=t.x,a=t.y,r=i.devicePixelRatio||1;return{x:Md(s*r)/r||0,y:Md(a*r)/r||0}}function W3(t){var i,s=t.popper,a=t.popperRect,r=t.placement,e=t.variation,d=t.offsets,y=t.position,w=t.gpuAcceleration,F=t.adaptive,C=t.roundOffsets,S=t.isFixed,R=d.x,L=R===void 0?0:R,B=d.y,I=B===void 0?0:B,z=typeof C=="function"?C({x:L,y:I}):{x:L,y:I};L=z.x,I=z.y;var W=d.hasOwnProperty("x"),K=d.hasOwnProperty("y"),oe=Na,G=Ia,j=window;if(F){var Z=Jp(s),ie="clientHeight",ne="clientWidth";if(Z===so(s)&&(Z=Cf(s),Vc(Z).position!=="static"&&y==="absolute"&&(ie="scrollHeight",ne="scrollWidth")),Z=Z,r===Ia||(r===Na||r===ko)&&e===Lp){G=So;var ae=S&&Z===j&&j.visualViewport?j.visualViewport.height:Z[ie];I-=ae-a.height,I*=w?1:-1}if(r===Na||(r===Ia||r===So)&&e===Lp){oe=ko;var ue=S&&Z===j&&j.visualViewport?j.visualViewport.width:Z[ne];L-=ue-a.width,L*=w?1:-1}}var Ee=Object.assign({position:y},F&&y7),Me=C===!0?_7({x:L,y:I},so(s)):{x:L,y:I};if(L=Me.x,I=Me.y,w){var Ae;return Object.assign({},Ee,(Ae={},Ae[G]=K?"0":"",Ae[oe]=W?"0":"",Ae.transform=(j.devicePixelRatio||1)<=1?"translate("+L+"px, "+I+"px)":"translate3d("+L+"px, "+I+"px, 0)",Ae))}return Object.assign({},Ee,(i={},i[G]=K?I+"px":"",i[oe]=W?L+"px":"",i.transform="",i))}function w7(t){var i=t.state,s=t.options,a=s.gpuAcceleration,r=a===void 0?!0:a,e=s.adaptive,d=e===void 0?!0:e,y=s.roundOffsets,w=y===void 0?!0:y,F={placement:Wl(i.placement),variation:Bd(i.placement),popper:i.elements.popper,popperRect:i.rects.popper,gpuAcceleration:r,isFixed:i.options.strategy==="fixed"};i.modifiersData.popperOffsets!=null&&(i.styles.popper=Object.assign({},i.styles.popper,W3(Object.assign({},F,{offsets:i.modifiersData.popperOffsets,position:i.options.strategy,adaptive:d,roundOffsets:w})))),i.modifiersData.arrow!=null&&(i.styles.arrow=Object.assign({},i.styles.arrow,W3(Object.assign({},F,{offsets:i.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:w})))),i.attributes.popper=Object.assign({},i.attributes.popper,{"data-popper-placement":i.placement})}const D7={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:w7,data:{}};var Tm={passive:!0};function F7(t){var i=t.state,s=t.instance,a=t.options,r=a.scroll,e=r===void 0?!0:r,d=a.resize,y=d===void 0?!0:d,w=so(i.elements.popper),F=[].concat(i.scrollParents.reference,i.scrollParents.popper);return e&&F.forEach(function(C){C.addEventListener("scroll",s.update,Tm)}),y&&w.addEventListener("resize",s.update,Tm),function(){e&&F.forEach(function(C){C.removeEventListener("scroll",s.update,Tm)}),y&&w.removeEventListener("resize",s.update,Tm)}}const E7={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:F7,data:{}};var x7={left:"right",right:"left",bottom:"top",top:"bottom"};function Wm(t){return t.replace(/left|right|bottom|top/g,function(i){return x7[i]})}var C7={start:"end",end:"start"};function z3(t){return t.replace(/start|end/g,function(i){return C7[i]})}function N4(t){var i=so(t),s=i.pageXOffset,a=i.pageYOffset;return{scrollLeft:s,scrollTop:a}}function M4(t){return Ld(Cf(t)).left+N4(t).scrollLeft}function T7(t,i){var s=so(t),a=Cf(t),r=s.visualViewport,e=a.clientWidth,d=a.clientHeight,y=0,w=0;if(r){e=r.width,d=r.height;var F=AE();(F||!F&&i==="fixed")&&(y=r.offsetLeft,w=r.offsetTop)}return{width:e,height:d,x:y+M4(t),y:w}}function A7(t){var i,s=Cf(t),a=N4(t),r=(i=t.ownerDocument)==null?void 0:i.body,e=X0(s.scrollWidth,s.clientWidth,r?r.scrollWidth:0,r?r.clientWidth:0),d=X0(s.scrollHeight,s.clientHeight,r?r.scrollHeight:0,r?r.clientHeight:0),y=-a.scrollLeft+M4(t),w=-a.scrollTop;return Vc(r||s).direction==="rtl"&&(y+=X0(s.clientWidth,r?r.clientWidth:0)-e),{width:e,height:d,x:y,y:w}}function L4(t){var i=Vc(t),s=i.overflow,a=i.overflowX,r=i.overflowY;return/auto|scroll|overlay|hidden/.test(s+r+a)}function PE(t){return["html","body","#document"].indexOf(Gl(t))>=0?t.ownerDocument.body:To(t)&&L4(t)?t:PE(Q2(t))}function bp(t,i){var s;i===void 0&&(i=[]);var a=PE(t),r=a===((s=t.ownerDocument)==null?void 0:s.body),e=so(a),d=r?[e].concat(e.visualViewport||[],L4(a)?a:[]):a,y=i.concat(d);return r?y:y.concat(bp(Q2(d)))}function Fy(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function S7(t,i){var s=Ld(t,!1,i==="fixed");return s.top=s.top+t.clientTop,s.left=s.left+t.clientLeft,s.bottom=s.top+t.clientHeight,s.right=s.left+t.clientWidth,s.width=t.clientWidth,s.height=t.clientHeight,s.x=s.left,s.y=s.top,s}function j3(t,i,s){return i===CE?Fy(T7(t,s)):rh(i)?S7(i,s):Fy(A7(Cf(t)))}function k7(t){var i=bp(Q2(t)),s=["absolute","fixed"].indexOf(Vc(t).position)>=0,a=s&&To(t)?Jp(t):t;return rh(a)?i.filter(function(r){return rh(r)&&SE(r,a)&&Gl(r)!=="body"}):[]}function O7(t,i,s,a){var r=i==="clippingParents"?k7(t):[].concat(i),e=[].concat(r,[s]),d=e[0],y=e.reduce(function(w,F){var C=j3(t,F,a);return w.top=X0(C.top,w.top),w.right=l2(C.right,w.right),w.bottom=l2(C.bottom,w.bottom),w.left=X0(C.left,w.left),w},j3(t,d,a));return y.width=y.right-y.left,y.height=y.bottom-y.top,y.x=y.left,y.y=y.top,y}function IE(t){var i=t.reference,s=t.element,a=t.placement,r=a?Wl(a):null,e=a?Bd(a):null,d=i.x+i.width/2-s.width/2,y=i.y+i.height/2-s.height/2,w;switch(r){case Ia:w={x:d,y:i.y-s.height};break;case So:w={x:d,y:i.y+i.height};break;case ko:w={x:i.x+i.width,y};break;case Na:w={x:i.x-s.width,y};break;default:w={x:i.x,y:i.y}}var F=r?I4(r):null;if(F!=null){var C=F==="y"?"height":"width";switch(e){case Nd:w[F]=w[F]-(i[C]/2-s[C]/2);break;case Lp:w[F]=w[F]+(i[C]/2-s[C]/2);break}}return w}function Bp(t,i){i===void 0&&(i={});var s=i,a=s.placement,r=a===void 0?t.placement:a,e=s.strategy,d=e===void 0?t.strategy:e,y=s.boundary,w=y===void 0?XS:y,F=s.rootBoundary,C=F===void 0?CE:F,S=s.elementContext,R=S===void 0?rp:S,L=s.altBoundary,B=L===void 0?!1:L,I=s.padding,z=I===void 0?0:I,W=OE(typeof z!="number"?z:RE(z,Xp)),K=R===rp?JS:rp,oe=t.rects.popper,G=t.elements[B?K:R],j=O7(rh(G)?G:G.contextElement||Cf(t.elements.popper),w,C,d),Z=Ld(t.elements.reference),ie=IE({reference:Z,element:oe,strategy:"absolute",placement:r}),ne=Fy(Object.assign({},oe,ie)),ae=R===rp?ne:Z,ue={top:j.top-ae.top+W.top,bottom:ae.bottom-j.bottom+W.bottom,left:j.left-ae.left+W.left,right:ae.right-j.right+W.right},Ee=t.modifiersData.offset;if(R===rp&&Ee){var Me=Ee[r];Object.keys(ue).forEach(function(Ae){var Fe=[ko,So].indexOf(Ae)>=0?1:-1,je=[Ia,So].indexOf(Ae)>=0?"y":"x";ue[Ae]+=Me[je]*Fe})}return ue}function R7(t,i){i===void 0&&(i={});var s=i,a=s.placement,r=s.boundary,e=s.rootBoundary,d=s.padding,y=s.flipVariations,w=s.allowedAutoPlacements,F=w===void 0?TE:w,C=Bd(a),S=C?y?$3:$3.filter(function(B){return Bd(B)===C}):Xp,R=S.filter(function(B){return F.indexOf(B)>=0});R.length===0&&(R=S);var L=R.reduce(function(B,I){return B[I]=Bp(t,{placement:I,boundary:r,rootBoundary:e,padding:d})[Wl(I)],B},{});return Object.keys(L).sort(function(B,I){return L[B]-L[I]})}function P7(t){if(Wl(t)===O4)return[];var i=Wm(t);return[z3(t),i,z3(i)]}function I7(t){var i=t.state,s=t.options,a=t.name;if(!i.modifiersData[a]._skip){for(var r=s.mainAxis,e=r===void 0?!0:r,d=s.altAxis,y=d===void 0?!0:d,w=s.fallbackPlacements,F=s.padding,C=s.boundary,S=s.rootBoundary,R=s.altBoundary,L=s.flipVariations,B=L===void 0?!0:L,I=s.allowedAutoPlacements,z=i.options.placement,W=Wl(z),K=W===z,oe=w||(K||!B?[Wm(z)]:P7(z)),G=[z].concat(oe).reduce(function(Ve,xe){return Ve.concat(Wl(xe)===O4?R7(i,{placement:xe,boundary:C,rootBoundary:S,padding:F,flipVariations:B,allowedAutoPlacements:I}):xe)},[]),j=i.rects.reference,Z=i.rects.popper,ie=new Map,ne=!0,ae=G[0],ue=0;ue<G.length;ue++){var Ee=G[ue],Me=Wl(Ee),Ae=Bd(Ee)===Nd,Fe=[Ia,So].indexOf(Me)>=0,je=Fe?"width":"height",Xe=Bp(i,{placement:Ee,boundary:C,rootBoundary:S,altBoundary:R,padding:F}),Le=Fe?Ae?ko:Na:Ae?So:Ia;j[je]>Z[je]&&(Le=Wm(Le));var mt=Wm(Le),vt=[];if(e&&vt.push(Xe[Me]<=0),y&&vt.push(Xe[Le]<=0,Xe[mt]<=0),vt.every(function(Ve){return Ve})){ae=Ee,ne=!1;break}ie.set(Ee,vt)}if(ne)for(var Je=B?3:1,me=function(xe){var We=G.find(function(se){var Ge=ie.get(se);if(Ge)return Ge.slice(0,xe).every(function(Ce){return Ce})});if(We)return ae=We,"break"},Ke=Je;Ke>0;Ke--){var lt=me(Ke);if(lt==="break")break}i.placement!==ae&&(i.modifiersData[a]._skip=!0,i.placement=ae,i.reset=!0)}}const N7={name:"flip",enabled:!0,phase:"main",fn:I7,requiresIfExists:["offset"],data:{_skip:!1}};function V3(t,i,s){return s===void 0&&(s={x:0,y:0}),{top:t.top-i.height-s.y,right:t.right-i.width+s.x,bottom:t.bottom-i.height+s.y,left:t.left-i.width-s.x}}function G3(t){return[Ia,ko,So,Na].some(function(i){return t[i]>=0})}function M7(t){var i=t.state,s=t.name,a=i.rects.reference,r=i.rects.popper,e=i.modifiersData.preventOverflow,d=Bp(i,{elementContext:"reference"}),y=Bp(i,{altBoundary:!0}),w=V3(d,a),F=V3(y,r,e),C=G3(w),S=G3(F);i.modifiersData[s]={referenceClippingOffsets:w,popperEscapeOffsets:F,isReferenceHidden:C,hasPopperEscaped:S},i.attributes.popper=Object.assign({},i.attributes.popper,{"data-popper-reference-hidden":C,"data-popper-escaped":S})}const L7={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:M7};function B7(t,i,s){var a=Wl(t),r=[Na,Ia].indexOf(a)>=0?-1:1,e=typeof s=="function"?s(Object.assign({},i,{placement:t})):s,d=e[0],y=e[1];return d=d||0,y=(y||0)*r,[Na,ko].indexOf(a)>=0?{x:y,y:d}:{x:d,y}}function U7(t){var i=t.state,s=t.options,a=t.name,r=s.offset,e=r===void 0?[0,0]:r,d=TE.reduce(function(C,S){return C[S]=B7(S,i.rects,e),C},{}),y=d[i.placement],w=y.x,F=y.y;i.modifiersData.popperOffsets!=null&&(i.modifiersData.popperOffsets.x+=w,i.modifiersData.popperOffsets.y+=F),i.modifiersData[a]=d}const $7={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:U7};function H7(t){var i=t.state,s=t.name;i.modifiersData[s]=IE({reference:i.rects.reference,element:i.rects.popper,strategy:"absolute",placement:i.placement})}const W7={name:"popperOffsets",enabled:!0,phase:"read",fn:H7,data:{}};function z7(t){return t==="x"?"y":"x"}function j7(t){var i=t.state,s=t.options,a=t.name,r=s.mainAxis,e=r===void 0?!0:r,d=s.altAxis,y=d===void 0?!1:d,w=s.boundary,F=s.rootBoundary,C=s.altBoundary,S=s.padding,R=s.tether,L=R===void 0?!0:R,B=s.tetherOffset,I=B===void 0?0:B,z=Bp(i,{boundary:w,rootBoundary:F,padding:S,altBoundary:C}),W=Wl(i.placement),K=Bd(i.placement),oe=!K,G=I4(W),j=z7(G),Z=i.modifiersData.popperOffsets,ie=i.rects.reference,ne=i.rects.popper,ae=typeof I=="function"?I(Object.assign({},i.rects,{placement:i.placement})):I,ue=typeof ae=="number"?{mainAxis:ae,altAxis:ae}:Object.assign({mainAxis:0,altAxis:0},ae),Ee=i.modifiersData.offset?i.modifiersData.offset[i.placement]:null,Me={x:0,y:0};if(Z){if(e){var Ae,Fe=G==="y"?Ia:Na,je=G==="y"?So:ko,Xe=G==="y"?"height":"width",Le=Z[G],mt=Le+z[Fe],vt=Le-z[je],Je=L?-ne[Xe]/2:0,me=K===Nd?ie[Xe]:ne[Xe],Ke=K===Nd?-ne[Xe]:-ie[Xe],lt=i.elements.arrow,Ve=L&&lt?P4(lt):{width:0,height:0},xe=i.modifiersData["arrow#persistent"]?i.modifiersData["arrow#persistent"].padding:kE(),We=xe[Fe],se=xe[je],Ge=vp(0,ie[Xe],Ve[Xe]),Ce=oe?ie[Xe]/2-Je-Ge-We-ue.mainAxis:me-Ge-We-ue.mainAxis,pt=oe?-ie[Xe]/2+Je+Ge+se+ue.mainAxis:Ke+Ge+se+ue.mainAxis,Zt=i.elements.arrow&&Jp(i.elements.arrow),re=Zt?G==="y"?Zt.clientTop||0:Zt.clientLeft||0:0,ce=(Ae=Ee==null?void 0:Ee[G])!=null?Ae:0,he=Le+Ce-ce-re,Ye=Le+pt-ce,Qe=vp(L?l2(mt,he):mt,Le,L?X0(vt,Ye):vt);Z[G]=Qe,Me[G]=Qe-Le}if(y){var tt,Pt=G==="x"?Ia:Na,Et=G==="x"?So:ko,_t=Z[j],Ze=j==="y"?"height":"width",Se=_t+z[Pt],Re=_t-z[Et],It=[Ia,Na].indexOf(W)!==-1,Gt=(tt=Ee==null?void 0:Ee[j])!=null?tt:0,hr=It?Se:_t-ie[Ze]-ne[Ze]-Gt+ue.altAxis,Cr=It?_t+ie[Ze]+ne[Ze]-Gt-ue.altAxis:Re,_r=L&&It?p7(hr,_t,Cr):vp(L?hr:Se,_t,L?Cr:Re);Z[j]=_r,Me[j]=_r-_t}i.modifiersData[a]=Me}}const V7={name:"preventOverflow",enabled:!0,phase:"main",fn:j7,requiresIfExists:["offset"]};function G7(t){return{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}}function Y7(t){return t===so(t)||!To(t)?N4(t):G7(t)}function q7(t){var i=t.getBoundingClientRect(),s=Md(i.width)/t.offsetWidth||1,a=Md(i.height)/t.offsetHeight||1;return s!==1||a!==1}function K7(t,i,s){s===void 0&&(s=!1);var a=To(i),r=To(i)&&q7(i),e=Cf(i),d=Ld(t,r,s),y={scrollLeft:0,scrollTop:0},w={x:0,y:0};return(a||!a&&!s)&&((Gl(i)!=="body"||L4(e))&&(y=Y7(i)),To(i)?(w=Ld(i,!0),w.x+=i.clientLeft,w.y+=i.clientTop):e&&(w.x=M4(e))),{x:d.left+y.scrollLeft-w.x,y:d.top+y.scrollTop-w.y,width:d.width,height:d.height}}function Q7(t){var i=new Map,s=new Set,a=[];t.forEach(function(e){i.set(e.name,e)});function r(e){s.add(e.name);var d=[].concat(e.requires||[],e.requiresIfExists||[]);d.forEach(function(y){if(!s.has(y)){var w=i.get(y);w&&r(w)}}),a.push(e)}return t.forEach(function(e){s.has(e.name)||r(e)}),a}function X7(t){var i=Q7(t);return l7.reduce(function(s,a){return s.concat(i.filter(function(r){return r.phase===a}))},[])}function J7(t){var i;return function(){return i||(i=new Promise(function(s){Promise.resolve().then(function(){i=void 0,s(t())})})),i}}function Z7(t){var i=t.reduce(function(s,a){var r=s[a.name];return s[a.name]=r?Object.assign({},r,a,{options:Object.assign({},r.options,a.options),data:Object.assign({},r.data,a.data)}):a,s},{});return Object.keys(i).map(function(s){return i[s]})}var Y3={placement:"bottom",modifiers:[],strategy:"absolute"};function q3(){for(var t=arguments.length,i=new Array(t),s=0;s<t;s++)i[s]=arguments[s];return!i.some(function(a){return!(a&&typeof a.getBoundingClientRect=="function")})}function ek(t){t===void 0&&(t={});var i=t,s=i.defaultModifiers,a=s===void 0?[]:s,r=i.defaultOptions,e=r===void 0?Y3:r;return function(y,w,F){F===void 0&&(F=e);var C={placement:"bottom",orderedModifiers:[],options:Object.assign({},Y3,e),modifiersData:{},elements:{reference:y,popper:w},attributes:{},styles:{}},S=[],R=!1,L={state:C,setOptions:function(W){var K=typeof W=="function"?W(C.options):W;I(),C.options=Object.assign({},e,C.options,K),C.scrollParents={reference:rh(y)?bp(y):y.contextElement?bp(y.contextElement):[],popper:bp(w)};var oe=X7(Z7([].concat(a,C.options.modifiers)));return C.orderedModifiers=oe.filter(function(G){return G.enabled}),B(),L.update()},forceUpdate:function(){if(!R){var W=C.elements,K=W.reference,oe=W.popper;if(q3(K,oe)){C.rects={reference:K7(K,Jp(oe),C.options.strategy==="fixed"),popper:P4(oe)},C.reset=!1,C.placement=C.options.placement,C.orderedModifiers.forEach(function(ue){return C.modifiersData[ue.name]=Object.assign({},ue.data)});for(var G=0;G<C.orderedModifiers.length;G++){if(C.reset===!0){C.reset=!1,G=-1;continue}var j=C.orderedModifiers[G],Z=j.fn,ie=j.options,ne=ie===void 0?{}:ie,ae=j.name;typeof Z=="function"&&(C=Z({state:C,options:ne,name:ae,instance:L})||C)}}}},update:J7(function(){return new Promise(function(z){L.forceUpdate(),z(C)})}),destroy:function(){I(),R=!0}};if(!q3(y,w))return L;L.setOptions(F).then(function(z){!R&&F.onFirstUpdate&&F.onFirstUpdate(z)});function B(){C.orderedModifiers.forEach(function(z){var W=z.name,K=z.options,oe=K===void 0?{}:K,G=z.effect;if(typeof G=="function"){var j=G({state:C,name:W,instance:L,options:oe}),Z=function(){};S.push(j||Z)}})}function I(){S.forEach(function(z){return z()}),S=[]}return L}}var tk=[E7,W7,D7,f7,$7,N7,V7,b7,L7],B4=ek({defaultModifiers:tk}),of=globalThis&&globalThis.__assign||function(){return of=Object.assign||function(t){for(var i,s=1,a=arguments.length;s<a;s++){i=arguments[s];for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&(t[r]=i[r])}return t},of.apply(this,arguments)},Am=globalThis&&globalThis.__spreadArray||function(t,i,s){if(s||arguments.length===2)for(var a=0,r=i.length,e;a<r;a++)(e||!(a in i))&&(e||(e=Array.prototype.slice.call(i,0,a)),e[a]=i[a]);return t.concat(e||Array.prototype.slice.call(i))},lf={placement:"bottom",triggerType:"click",offsetSkidding:0,offsetDistance:10,delay:300,ignoreClickOutsideClass:!1,onShow:function(){},onHide:function(){},onToggle:function(){}},NE=function(){function t(i,s,a){i===void 0&&(i=null),s===void 0&&(s=null),a===void 0&&(a=lf),this._targetEl=i,this._triggerEl=s,this._options=of(of({},lf),a),this._popperInstance=this._createPopperInstance(),this._visible=!1,this._init()}return t.prototype._init=function(){this._triggerEl&&this._setupEventListeners()},t.prototype._setupEventListeners=function(){var i=this,s=this._getTriggerEvents();this._options.triggerType==="click"&&s.showEvents.forEach(function(a){i._triggerEl.addEventListener(a,function(){i.toggle()})}),this._options.triggerType==="hover"&&(s.showEvents.forEach(function(a){i._triggerEl.addEventListener(a,function(){a==="click"?i.toggle():setTimeout(function(){i.show()},i._options.delay)}),i._targetEl.addEventListener(a,function(){i.show()})}),s.hideEvents.forEach(function(a){i._triggerEl.addEventListener(a,function(){setTimeout(function(){i._targetEl.matches(":hover")||i.hide()},i._options.delay)}),i._targetEl.addEventListener(a,function(){setTimeout(function(){i._triggerEl.matches(":hover")||i.hide()},i._options.delay)})}))},t.prototype._createPopperInstance=function(){return B4(this._triggerEl,this._targetEl,{placement:this._options.placement,modifiers:[{name:"offset",options:{offset:[this._options.offsetSkidding,this._options.offsetDistance]}}]})},t.prototype._setupClickOutsideListener=function(){var i=this;this._clickOutsideEventListener=function(s){i._handleClickOutside(s,i._targetEl)},document.body.addEventListener("click",this._clickOutsideEventListener,!0)},t.prototype._removeClickOutsideListener=function(){document.body.removeEventListener("click",this._clickOutsideEventListener,!0)},t.prototype._handleClickOutside=function(i,s){var a=i.target,r=this._options.ignoreClickOutsideClass,e=!1;if(r){var d=document.querySelectorAll(".".concat(r));d.forEach(function(y){if(y.contains(a)){e=!0;return}})}a!==s&&!s.contains(a)&&!this._triggerEl.contains(a)&&!e&&this.isVisible()&&this.hide()},t.prototype._getTriggerEvents=function(){switch(this._options.triggerType){case"hover":return{showEvents:["mouseenter","click"],hideEvents:["mouseleave"]};case"click":return{showEvents:["click"],hideEvents:[]};case"none":return{showEvents:[],hideEvents:[]};default:return{showEvents:["click"],hideEvents:[]}}},t.prototype.toggle=function(){this.isVisible()?this.hide():this.show(),this._options.onToggle(this)},t.prototype.isVisible=function(){return this._visible},t.prototype.show=function(){this._targetEl.classList.remove("hidden"),this._targetEl.classList.add("block"),this._popperInstance.setOptions(function(i){return of(of({},i),{modifiers:Am(Am([],i.modifiers,!0),[{name:"eventListeners",enabled:!0}],!1)})}),this._setupClickOutsideListener(),this._popperInstance.update(),this._visible=!0,this._options.onShow(this)},t.prototype.hide=function(){this._targetEl.classList.remove("block"),this._targetEl.classList.add("hidden"),this._popperInstance.setOptions(function(i){return of(of({},i),{modifiers:Am(Am([],i.modifiers,!0),[{name:"eventListeners",enabled:!1}],!1)})}),this._visible=!1,this._removeClickOutsideListener(),this._options.onHide(this)},t}();function U4(){document.querySelectorAll("[data-dropdown-toggle]").forEach(function(t){var i=t.getAttribute("data-dropdown-toggle"),s=document.getElementById(i);if(s){var a=t.getAttribute("data-dropdown-placement"),r=t.getAttribute("data-dropdown-offset-skidding"),e=t.getAttribute("data-dropdown-offset-distance"),d=t.getAttribute("data-dropdown-trigger"),y=t.getAttribute("data-dropdown-delay"),w=t.getAttribute("data-dropdown-ignore-click-outside-class");new NE(s,t,{placement:a||lf.placement,triggerType:d||lf.triggerType,offsetSkidding:r?parseInt(r):lf.offsetSkidding,offsetDistance:e?parseInt(e):lf.offsetDistance,delay:y?parseInt(y):lf.delay,ignoreClickOutsideClass:w||lf.ignoreClickOutsideClass})}else console.error('The dropdown element with id "'.concat(i,'" does not exist. Please check the data-dropdown-toggle attribute.'))})}typeof window<"u"&&(window.Dropdown=NE,window.initDropdowns=U4);var c2=globalThis&&globalThis.__assign||function(){return c2=Object.assign||function(t){for(var i,s=1,a=arguments.length;s<a;s++){i=arguments[s];for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&(t[r]=i[r])}return t},c2.apply(this,arguments)},vd={placement:"center",backdropClasses:"bg-gray-900 bg-opacity-50 dark:bg-opacity-80 fixed inset-0 z-40",backdrop:"dynamic",closable:!0,onHide:function(){},onShow:function(){},onToggle:function(){}},Ey=function(){function t(i,s){i===void 0&&(i=null),s===void 0&&(s=vd),this._targetEl=i,this._options=c2(c2({},vd),s),this._isHidden=!0,this._backdropEl=null,this._init()}return t.prototype._init=function(){var i=this;this._targetEl&&this._getPlacementClasses().map(function(s){i._targetEl.classList.add(s)})},t.prototype._createBackdrop=function(){var i;if(this._isHidden){var s=document.createElement("div");s.setAttribute("modal-backdrop",""),(i=s.classList).add.apply(i,this._options.backdropClasses.split(" ")),document.querySelector("body").append(s),this._backdropEl=s}},t.prototype._destroyBackdropEl=function(){this._isHidden||document.querySelector("[modal-backdrop]").remove()},t.prototype._setupModalCloseEventListeners=function(){var i=this;this._options.backdrop==="dynamic"&&(this._clickOutsideEventListener=function(s){i._handleOutsideClick(s.target)},this._targetEl.addEventListener("click",this._clickOutsideEventListener,!0)),this._keydownEventListener=function(s){s.key==="Escape"&&i.hide()},document.body.addEventListener("keydown",this._keydownEventListener,!0)},t.prototype._removeModalCloseEventListeners=function(){this._options.backdrop==="dynamic"&&this._targetEl.removeEventListener("click",this._clickOutsideEventListener,!0),document.body.removeEventListener("keydown",this._keydownEventListener,!0)},t.prototype._handleOutsideClick=function(i){(i===this._targetEl||i===this._backdropEl&&this.isVisible())&&this.hide()},t.prototype._getPlacementClasses=function(){switch(this._options.placement){case"top-left":return["justify-start","items-start"];case"top-center":return["justify-center","items-start"];case"top-right":return["justify-end","items-start"];case"center-left":return["justify-start","items-center"];case"center":return["justify-center","items-center"];case"center-right":return["justify-end","items-center"];case"bottom-left":return["justify-start","items-end"];case"bottom-center":return["justify-center","items-end"];case"bottom-right":return["justify-end","items-end"];default:return["justify-center","items-center"]}},t.prototype.toggle=function(){this._isHidden?this.show():this.hide(),this._options.onToggle(this)},t.prototype.show=function(){this.isHidden&&(this._targetEl.classList.add("flex"),this._targetEl.classList.remove("hidden"),this._targetEl.setAttribute("aria-modal","true"),this._targetEl.setAttribute("role","dialog"),this._targetEl.removeAttribute("aria-hidden"),this._createBackdrop(),this._isHidden=!1,document.body.classList.add("overflow-hidden"),this._options.closable&&this._setupModalCloseEventListeners(),this._options.onShow(this))},t.prototype.hide=function(){this.isVisible&&(this._targetEl.classList.add("hidden"),this._targetEl.classList.remove("flex"),this._targetEl.setAttribute("aria-hidden","true"),this._targetEl.removeAttribute("aria-modal"),this._targetEl.removeAttribute("role"),this._destroyBackdropEl(),this._isHidden=!0,document.body.classList.remove("overflow-hidden"),this._options.closable&&this._removeModalCloseEventListeners(),this._options.onHide(this))},t.prototype.isVisible=function(){return!this._isHidden},t.prototype.isHidden=function(){return this._isHidden},t}(),Sm=function(t,i){return i.some(function(s){return s.id===t})?i.find(function(s){return s.id===t}):null};function $4(){var t=[];document.querySelectorAll("[data-modal-target]").forEach(function(i){var s=i.getAttribute("data-modal-target"),a=document.getElementById(s);if(a){var r=a.getAttribute("data-modal-placement"),e=a.getAttribute("data-modal-backdrop");Sm(s,t)||t.push({id:s,object:new Ey(a,{placement:r||vd.placement,backdrop:e||vd.backdrop})})}else console.error("Modal with id ".concat(s," does not exist. Are you sure that the data-modal-target attribute points to the correct modal id?."))}),document.querySelectorAll("[data-modal-toggle]").forEach(function(i){var s=i.getAttribute("data-modal-toggle"),a=document.getElementById(s);if(a){var r=a.getAttribute("data-modal-placement"),e=a.getAttribute("data-modal-backdrop"),d=Sm(s,t);d||(d={id:s,object:new Ey(a,{placement:r||vd.placement,backdrop:e||vd.backdrop})},t.push(d)),i.addEventListener("click",function(){d.object.toggle()})}else console.error("Modal with id ".concat(s," does not exist. Are you sure that the data-modal-toggle attribute points to the correct modal id?"))}),document.querySelectorAll("[data-modal-show]").forEach(function(i){var s=i.getAttribute("data-modal-show"),a=document.getElementById(s);if(a){var r=Sm(s,t);r?i.addEventListener("click",function(){r.object.isHidden&&r.object.show()}):console.error("Modal with id ".concat(s," has not been initialized. Please initialize it using the data-modal-target attribute."))}else console.error("Modal with id ".concat(s," does not exist. Are you sure that the data-modal-show attribute points to the correct modal id?"))}),document.querySelectorAll("[data-modal-hide]").forEach(function(i){var s=i.getAttribute("data-modal-hide"),a=document.getElementById(s);if(a){var r=Sm(s,t);r?i.addEventListener("click",function(){r.object.isVisible&&r.object.hide()}):console.error("Modal with id ".concat(s," has not been initialized. Please initialize it using the data-modal-target attribute."))}else console.error("Modal with id ".concat(s," does not exist. Are you sure that the data-modal-hide attribute points to the correct modal id?"))})}typeof window<"u"&&(window.Modal=Ey,window.initModals=$4);var u2=globalThis&&globalThis.__assign||function(){return u2=Object.assign||function(t){for(var i,s=1,a=arguments.length;s<a;s++){i=arguments[s];for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&(t[r]=i[r])}return t},u2.apply(this,arguments)},j0={placement:"left",bodyScrolling:!1,backdrop:!0,edge:!1,edgeOffset:"bottom-[60px]",backdropClasses:"bg-gray-900 bg-opacity-50 dark:bg-opacity-80 fixed inset-0 z-30",onShow:function(){},onHide:function(){},onToggle:function(){}},ME=function(){function t(i,s){i===void 0&&(i=null),s===void 0&&(s=j0),this._targetEl=i,this._options=u2(u2({},j0),s),this._visible=!1,this._init()}return t.prototype._init=function(){var i=this;this._targetEl&&(this._targetEl.setAttribute("aria-hidden","true"),this._targetEl.classList.add("transition-transform")),this._getPlacementClasses(this._options.placement).base.map(function(s){i._targetEl.classList.add(s)}),document.addEventListener("keydown",function(s){s.key==="Escape"&&i.isVisible()&&i.hide()})},t.prototype.hide=function(){var i=this;this._options.edge?(this._getPlacementClasses(this._options.placement+"-edge").active.map(function(s){i._targetEl.classList.remove(s)}),this._getPlacementClasses(this._options.placement+"-edge").inactive.map(function(s){i._targetEl.classList.add(s)})):(this._getPlacementClasses(this._options.placement).active.map(function(s){i._targetEl.classList.remove(s)}),this._getPlacementClasses(this._options.placement).inactive.map(function(s){i._targetEl.classList.add(s)})),this._targetEl.setAttribute("aria-hidden","true"),this._targetEl.removeAttribute("aria-modal"),this._targetEl.removeAttribute("role"),this._options.bodyScrolling||document.body.classList.remove("overflow-hidden"),this._options.backdrop&&this._destroyBackdropEl(),this._visible=!1,this._options.onHide(this)},t.prototype.show=function(){var i=this;this._options.edge?(this._getPlacementClasses(this._options.placement+"-edge").active.map(function(s){i._targetEl.classList.add(s)}),this._getPlacementClasses(this._options.placement+"-edge").inactive.map(function(s){i._targetEl.classList.remove(s)})):(this._getPlacementClasses(this._options.placement).active.map(function(s){i._targetEl.classList.add(s)}),this._getPlacementClasses(this._options.placement).inactive.map(function(s){i._targetEl.classList.remove(s)})),this._targetEl.setAttribute("aria-modal","true"),this._targetEl.setAttribute("role","dialog"),this._targetEl.removeAttribute("aria-hidden"),this._options.bodyScrolling||document.body.classList.add("overflow-hidden"),this._options.backdrop&&this._createBackdrop(),this._visible=!0,this._options.onShow(this)},t.prototype.toggle=function(){this.isVisible()?this.hide():this.show()},t.prototype._createBackdrop=function(){var i,s=this;if(!this._visible){var a=document.createElement("div");a.setAttribute("drawer-backdrop",""),(i=a.classList).add.apply(i,this._options.backdropClasses.split(" ")),document.querySelector("body").append(a),a.addEventListener("click",function(){s.hide()})}},t.prototype._destroyBackdropEl=function(){this._visible&&document.querySelector("[drawer-backdrop]").remove()},t.prototype._getPlacementClasses=function(i){switch(i){case"top":return{base:["top-0","left-0","right-0"],active:["transform-none"],inactive:["-translate-y-full"]};case"right":return{base:["right-0","top-0"],active:["transform-none"],inactive:["translate-x-full"]};case"bottom":return{base:["bottom-0","left-0","right-0"],active:["transform-none"],inactive:["translate-y-full"]};case"left":return{base:["left-0","top-0"],active:["transform-none"],inactive:["-translate-x-full"]};case"bottom-edge":return{base:["left-0","top-0"],active:["transform-none"],inactive:["translate-y-full",this._options.edgeOffset]};default:return{base:["left-0","top-0"],active:["transform-none"],inactive:["-translate-x-full"]}}},t.prototype.isHidden=function(){return!this._visible},t.prototype.isVisible=function(){return this._visible},t}(),km=function(t,i){if(i.some(function(s){return s.id===t}))return i.find(function(s){return s.id===t})};function H4(){var t=[];document.querySelectorAll("[data-drawer-target]").forEach(function(i){var s=i.getAttribute("data-drawer-target"),a=document.getElementById(s);if(a){var r=i.getAttribute("data-drawer-placement"),e=i.getAttribute("data-drawer-body-scrolling"),d=i.getAttribute("data-drawer-backdrop"),y=i.getAttribute("data-drawer-edge"),w=i.getAttribute("data-drawer-edge-offset");km(s,t)||t.push({id:s,object:new ME(a,{placement:r||j0.placement,bodyScrolling:e?e==="true":j0.bodyScrolling,backdrop:d?d==="true":j0.backdrop,edge:y?y==="true":j0.edge,edgeOffset:w||j0.edgeOffset})})}else console.error("Drawer with id ".concat(s," not found. Are you sure that the data-drawer-target attribute points to the correct drawer id?"))}),document.querySelectorAll("[data-drawer-toggle]").forEach(function(i){var s=i.getAttribute("data-drawer-toggle"),a=document.getElementById(s);if(a){var r=km(s,t);r?i.addEventListener("click",function(){r.object.toggle()}):console.error("Drawer with id ".concat(s," has not been initialized. Please initialize it using the data-drawer-target attribute."))}else console.error("Drawer with id ".concat(s," not found. Are you sure that the data-drawer-target attribute points to the correct drawer id?"))}),document.querySelectorAll("[data-drawer-dismiss], [data-drawer-hide]").forEach(function(i){var s=i.getAttribute("data-drawer-dismiss")?i.getAttribute("data-drawer-dismiss"):i.getAttribute("data-drawer-hide"),a=document.getElementById(s);if(a){var r=km(s,t);r?i.addEventListener("click",function(){r.object.hide()}):console.error("Drawer with id ".concat(s," has not been initialized. Please initialize it using the data-drawer-target attribute."))}else console.error("Drawer with id ".concat(s," not found. Are you sure that the data-drawer-target attribute points to the correct drawer id"))}),document.querySelectorAll("[data-drawer-show]").forEach(function(i){var s=i.getAttribute("data-drawer-show"),a=document.getElementById(s);if(a){var r=km(s,t);r?i.addEventListener("click",function(){r.object.show()}):console.error("Drawer with id ".concat(s," has not been initialized. Please initialize it using the data-drawer-target attribute."))}else console.error("Drawer with id ".concat(s," not found. Are you sure that the data-drawer-target attribute points to the correct drawer id?"))})}typeof window<"u"&&(window.Drawer=ME,window.initDrawers=H4);var f2=globalThis&&globalThis.__assign||function(){return f2=Object.assign||function(t){for(var i,s=1,a=arguments.length;s<a;s++){i=arguments[s];for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&(t[r]=i[r])}return t},f2.apply(this,arguments)},K3={defaultTabId:null,activeClasses:"text-blue-600 hover:text-blue-600 dark:text-blue-500 dark:hover:text-blue-500 border-blue-600 dark:border-blue-500",inactiveClasses:"dark:border-transparent text-gray-500 hover:text-gray-600 dark:text-gray-400 border-gray-100 hover:border-gray-300 dark:border-gray-700 dark:hover:text-gray-300",onShow:function(){}},LE=function(){function t(i,s){i===void 0&&(i=[]),s===void 0&&(s=K3),this._items=i,this._activeTab=s?this.getTab(s.defaultTabId):null,this._options=f2(f2({},K3),s),this._init()}return t.prototype._init=function(){var i=this;this._items.length&&(this._activeTab||this._setActiveTab(this._items[0]),this.show(this._activeTab.id,!0),this._items.map(function(s){s.triggerEl.addEventListener("click",function(){i.show(s.id)})}))},t.prototype.getActiveTab=function(){return this._activeTab},t.prototype._setActiveTab=function(i){this._activeTab=i},t.prototype.getTab=function(i){return this._items.filter(function(s){return s.id===i})[0]},t.prototype.show=function(i,s){var a,r,e=this;s===void 0&&(s=!1);var d=this.getTab(i);d===this._activeTab&&!s||(this._items.map(function(y){var w,F;y!==d&&((w=y.triggerEl.classList).remove.apply(w,e._options.activeClasses.split(" ")),(F=y.triggerEl.classList).add.apply(F,e._options.inactiveClasses.split(" ")),y.targetEl.classList.add("hidden"),y.triggerEl.setAttribute("aria-selected","false"))}),(a=d.triggerEl.classList).add.apply(a,this._options.activeClasses.split(" ")),(r=d.triggerEl.classList).remove.apply(r,this._options.inactiveClasses.split(" ")),d.triggerEl.setAttribute("aria-selected","true"),d.targetEl.classList.remove("hidden"),this._setActiveTab(d),this._options.onShow(this,d))},t}();function W4(){document.querySelectorAll("[data-tabs-toggle]").forEach(function(t){var i=[],s=null;t.querySelectorAll('[role="tab"]').forEach(function(a){var r=a.getAttribute("aria-selected")==="true",e={id:a.getAttribute("data-tabs-target"),triggerEl:a,targetEl:document.querySelector(a.getAttribute("data-tabs-target"))};i.push(e),r&&(s=e.id)}),new LE(i,{defaultTabId:s})})}typeof window<"u"&&(window.Tabs=LE,window.initTabs=W4);var cf=globalThis&&globalThis.__assign||function(){return cf=Object.assign||function(t){for(var i,s=1,a=arguments.length;s<a;s++){i=arguments[s];for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&(t[r]=i[r])}return t},cf.apply(this,arguments)},Om=globalThis&&globalThis.__spreadArray||function(t,i,s){if(s||arguments.length===2)for(var a=0,r=i.length,e;a<r;a++)(e||!(a in i))&&(e||(e=Array.prototype.slice.call(i,0,a)),e[a]=i[a]);return t.concat(e||Array.prototype.slice.call(i))},h2={placement:"top",triggerType:"hover",onShow:function(){},onHide:function(){},onToggle:function(){}},z4=function(){function t(i,s,a){i===void 0&&(i=null),s===void 0&&(s=null),a===void 0&&(a=h2),this._targetEl=i,this._triggerEl=s,this._options=cf(cf({},h2),a),this._popperInstance=this._createPopperInstance(),this._visible=!1,this._init()}return t.prototype._init=function(){this._triggerEl&&this._setupEventListeners()},t.prototype._setupEventListeners=function(){var i=this,s=this._getTriggerEvents();s.showEvents.forEach(function(a){i._triggerEl.addEventListener(a,function(){i.show()})}),s.hideEvents.forEach(function(a){i._triggerEl.addEventListener(a,function(){i.hide()})})},t.prototype._createPopperInstance=function(){return B4(this._triggerEl,this._targetEl,{placement:this._options.placement,modifiers:[{name:"offset",options:{offset:[0,8]}}]})},t.prototype._getTriggerEvents=function(){switch(this._options.triggerType){case"hover":return{showEvents:["mouseenter","focus"],hideEvents:["mouseleave","blur"]};case"click":return{showEvents:["click","focus"],hideEvents:["focusout","blur"]};case"none":return{showEvents:[],hideEvents:[]};default:return{showEvents:["mouseenter","focus"],hideEvents:["mouseleave","blur"]}}},t.prototype._setupKeydownListener=function(){var i=this;this._keydownEventListener=function(s){s.key==="Escape"&&i.hide()},document.body.addEventListener("keydown",this._keydownEventListener,!0)},t.prototype._removeKeydownListener=function(){document.body.removeEventListener("keydown",this._keydownEventListener,!0)},t.prototype._setupClickOutsideListener=function(){var i=this;this._clickOutsideEventListener=function(s){i._handleClickOutside(s,i._targetEl)},document.body.addEventListener("click",this._clickOutsideEventListener,!0)},t.prototype._removeClickOutsideListener=function(){document.body.removeEventListener("click",this._clickOutsideEventListener,!0)},t.prototype._handleClickOutside=function(i,s){var a=i.target;a!==s&&!s.contains(a)&&!this._triggerEl.contains(a)&&this.isVisible()&&this.hide()},t.prototype.isVisible=function(){return this._visible},t.prototype.toggle=function(){this.isVisible()?this.hide():this.show()},t.prototype.show=function(){this._targetEl.classList.remove("opacity-0","invisible"),this._targetEl.classList.add("opacity-100","visible"),this._popperInstance.setOptions(function(i){return cf(cf({},i),{modifiers:Om(Om([],i.modifiers,!0),[{name:"eventListeners",enabled:!0}],!1)})}),this._setupClickOutsideListener(),this._setupKeydownListener(),this._popperInstance.update(),this._visible=!0,this._options.onShow(this)},t.prototype.hide=function(){this._targetEl.classList.remove("opacity-100","visible"),this._targetEl.classList.add("opacity-0","invisible"),this._popperInstance.setOptions(function(i){return cf(cf({},i),{modifiers:Om(Om([],i.modifiers,!0),[{name:"eventListeners",enabled:!1}],!1)})}),this._removeClickOutsideListener(),this._removeKeydownListener(),this._visible=!1,this._options.onHide(this)},t}();function j4(){document.querySelectorAll("[data-tooltip-target]").forEach(function(t){var i=t.getAttribute("data-tooltip-target"),s=document.getElementById(i);if(s){var a=t.getAttribute("data-tooltip-trigger"),r=t.getAttribute("data-tooltip-placement");new z4(s,t,{placement:r||h2.placement,triggerType:a||h2.triggerType})}else console.error('The tooltip element with id "'.concat(i,'" does not exist. Please check the data-tooltip-target attribute.'))})}typeof window<"u"&&(window.Tooltip=z4,window.initTooltips=j4);var uf=globalThis&&globalThis.__assign||function(){return uf=Object.assign||function(t){for(var i,s=1,a=arguments.length;s<a;s++){i=arguments[s];for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&(t[r]=i[r])}return t},uf.apply(this,arguments)},Rm=globalThis&&globalThis.__spreadArray||function(t,i,s){if(s||arguments.length===2)for(var a=0,r=i.length,e;a<r;a++)(e||!(a in i))&&(e||(e=Array.prototype.slice.call(i,0,a)),e[a]=i[a]);return t.concat(e||Array.prototype.slice.call(i))},yp={placement:"top",offset:10,triggerType:"hover",onShow:function(){},onHide:function(){},onToggle:function(){}},BE=function(){function t(i,s,a){i===void 0&&(i=null),s===void 0&&(s=null),a===void 0&&(a=yp),this._targetEl=i,this._triggerEl=s,this._options=uf(uf({},yp),a),this._popperInstance=this._createPopperInstance(),this._visible=!1,this._init()}return t.prototype._init=function(){this._triggerEl&&this._setupEventListeners()},t.prototype._setupEventListeners=function(){var i=this,s=this._getTriggerEvents();s.showEvents.forEach(function(a){i._triggerEl.addEventListener(a,function(){i.show()}),i._targetEl.addEventListener(a,function(){i.show()})}),s.hideEvents.forEach(function(a){i._triggerEl.addEventListener(a,function(){setTimeout(function(){i._targetEl.matches(":hover")||i.hide()},100)}),i._targetEl.addEventListener(a,function(){setTimeout(function(){i._triggerEl.matches(":hover")||i.hide()},100)})})},t.prototype._createPopperInstance=function(){return B4(this._triggerEl,this._targetEl,{placement:this._options.placement,modifiers:[{name:"offset",options:{offset:[0,this._options.offset]}}]})},t.prototype._getTriggerEvents=function(){switch(this._options.triggerType){case"hover":return{showEvents:["mouseenter","focus"],hideEvents:["mouseleave","blur"]};case"click":return{showEvents:["click","focus"],hideEvents:["focusout","blur"]};case"none":return{showEvents:[],hideEvents:[]};default:return{showEvents:["mouseenter","focus"],hideEvents:["mouseleave","blur"]}}},t.prototype._setupKeydownListener=function(){var i=this;this._keydownEventListener=function(s){s.key==="Escape"&&i.hide()},document.body.addEventListener("keydown",this._keydownEventListener,!0)},t.prototype._removeKeydownListener=function(){document.body.removeEventListener("keydown",this._keydownEventListener,!0)},t.prototype._setupClickOutsideListener=function(){var i=this;this._clickOutsideEventListener=function(s){i._handleClickOutside(s,i._targetEl)},document.body.addEventListener("click",this._clickOutsideEventListener,!0)},t.prototype._removeClickOutsideListener=function(){document.body.removeEventListener("click",this._clickOutsideEventListener,!0)},t.prototype._handleClickOutside=function(i,s){var a=i.target;a!==s&&!s.contains(a)&&!this._triggerEl.contains(a)&&this.isVisible()&&this.hide()},t.prototype.isVisible=function(){return this._visible},t.prototype.toggle=function(){this.isVisible()?this.hide():this.show(),this._options.onToggle(this)},t.prototype.show=function(){this._targetEl.classList.remove("opacity-0","invisible"),this._targetEl.classList.add("opacity-100","visible"),this._popperInstance.setOptions(function(i){return uf(uf({},i),{modifiers:Rm(Rm([],i.modifiers,!0),[{name:"eventListeners",enabled:!0}],!1)})}),this._setupClickOutsideListener(),this._setupKeydownListener(),this._popperInstance.update(),this._visible=!0,this._options.onShow(this)},t.prototype.hide=function(){this._targetEl.classList.remove("opacity-100","visible"),this._targetEl.classList.add("opacity-0","invisible"),this._popperInstance.setOptions(function(i){return uf(uf({},i),{modifiers:Rm(Rm([],i.modifiers,!0),[{name:"eventListeners",enabled:!1}],!1)})}),this._removeClickOutsideListener(),this._removeKeydownListener(),this._visible=!1,this._options.onHide(this)},t}();function V4(){document.querySelectorAll("[data-popover-target]").forEach(function(t){var i=t.getAttribute("data-popover-target"),s=document.getElementById(i);if(s){var a=t.getAttribute("data-popover-trigger"),r=t.getAttribute("data-popover-placement"),e=t.getAttribute("data-popover-offset");new BE(s,t,{placement:r||yp.placement,offset:e?parseInt(e):yp.offset,triggerType:a||yp.triggerType})}else console.error('The popover element with id "'.concat(i,'" does not exist. Please check the data-popover-target attribute.'))})}typeof window<"u"&&(window.Popover=BE,window.initPopovers=V4);var d2=globalThis&&globalThis.__assign||function(){return d2=Object.assign||function(t){for(var i,s=1,a=arguments.length;s<a;s++){i=arguments[s];for(var r in i)Object.prototype.hasOwnProperty.call(i,r)&&(t[r]=i[r])}return t},d2.apply(this,arguments)},xy={triggerType:"hover",onShow:function(){},onHide:function(){},onToggle:function(){}},UE=function(){function t(i,s,a,r){i===void 0&&(i=null),s===void 0&&(s=null),a===void 0&&(a=null),r===void 0&&(r=xy),this._parentEl=i,this._triggerEl=s,this._targetEl=a,this._options=d2(d2({},xy),r),this._visible=!1,this._init()}return t.prototype._init=function(){var i=this;if(this._triggerEl){var s=this._getTriggerEventTypes(this._options.triggerType);s.showEvents.forEach(function(a){i._triggerEl.addEventListener(a,function(){i.show()}),i._targetEl.addEventListener(a,function(){i.show()})}),s.hideEvents.forEach(function(a){i._parentEl.addEventListener(a,function(){i._parentEl.matches(":hover")||i.hide()})})}},t.prototype.hide=function(){this._targetEl.classList.add("hidden"),this._triggerEl&&this._triggerEl.setAttribute("aria-expanded","false"),this._visible=!1,this._options.onHide(this)},t.prototype.show=function(){this._targetEl.classList.remove("hidden"),this._triggerEl&&this._triggerEl.setAttribute("aria-expanded","true"),this._visible=!0,this._options.onShow(this)},t.prototype.toggle=function(){this._visible?this.hide():this.show()},t.prototype.isHidden=function(){return!this._visible},t.prototype.isVisible=function(){return this._visible},t.prototype._getTriggerEventTypes=function(i){switch(i){case"hover":return{showEvents:["mouseenter","focus"],hideEvents:["mouseleave","blur"]};case"click":return{showEvents:["click","focus"],hideEvents:["focusout","blur"]};case"none":return{showEvents:[],hideEvents:[]};default:return{showEvents:["mouseenter","focus"],hideEvents:["mouseleave","blur"]}}},t}();function G4(){document.querySelectorAll("[data-dial-init]").forEach(function(t){var i=t.querySelector("[data-dial-toggle]");if(i){var s=i.getAttribute("data-dial-toggle"),a=document.getElementById(s);if(a){var r=i.getAttribute("data-dial-trigger");new UE(t,i,a,{triggerType:r||xy.triggerType})}else console.error("Dial with id ".concat(s," does not exist. Are you sure that the data-dial-toggle attribute points to the correct modal id?"))}else console.error("Dial with id ".concat(t.id," does not have a trigger element. Are you sure that the data-dial-toggle attribute exists?"))})}typeof window<"u"&&(window.Dial=UE,window.initDials=G4);function rk(){T4(),A4(),S4(),k4(),U4(),$4(),H4(),W4(),j4(),V4(),G4()}typeof window<"u"&&(window.initFlowbite=rk);var nk=new QS("load",[T4,A4,S4,k4,U4,$4,H4,W4,j4,V4,G4]);nk.init();const ik=Ht("div",{class:"tooltip-arrow","data-popper-arrow":""},null,-1),$E=ls({__name:"Tooltip",props:{placement:null},setup(t){const i=t,s=nr(null),a=nr(null),r=gn(()=>i.placement??"auto");return bl(()=>{if(s.value&&a.value){const e={placement:r.value,triggerType:"hover"};new z4(s.value,a.value,e)}}),(e,d)=>(fn(),Vn("div",null,[Ht("div",{ref_key:"tooltipTriggerEl",ref:a},[eh(e.$slots,"default")],512),Ht("div",{ref_key:"tooltipTargetEl",ref:s,role:"tooltip",class:"tooltip inline-block absolute invisible px-3 py-2 transition-opacity duration-300 shadow-sm opacity-0","z-99999":"",rounded:"","text-base":"","text-white":"","font-medium":"","bg-gray-900":"","dark:bg-gray-700":""},[Ht("div",null,[eh(e.$slots,"popper")]),ik],512)]))}}),sk="0.37.1",HE="https://github.com/xcpcio/xcpcio",ak="95768b0cba";var hl=(t=>(t.PENDING="PENDING",t.RUNNING="RUNNING",t.FROZEN="FROZEN",t.FINISHED="FINISHED",t.PAUSED="PAUSED",t))(hl||{}),Bt=(t=>(t.PENDING="PENDING",t.WAITING="WAITING",t.PREPARING="PREPARING",t.COMPILING="COMPILING",t.RUNNING="RUNNING",t.JUDGING="JUDGING",t.FROZEN="FROZEN",t.ACCEPTED="ACCEPTED",t.CORRECT="CORRECT",t.PARTIALLY_CORRECT="PARTIALLY_CORRECT",t.REJECTED="REJECTED",t.WRONG_ANSWER="WRONG_ANSWER",t.NO_OUTPUT="NO_OUTPUT",t.COMPILATION_ERROR="COMPILATION_ERROR",t.PRESENTATION_ERROR="PRESENTATION_ERROR",t.RUNTIME_ERROR="RUNTIME_ERROR",t.TIME_LIMIT_EXCEEDED="TIME_LIMIT_EXCEEDED",t.MEMORY_LIMIT_EXCEEDED="MEMORY_LIMIT_EXCEEDED",t.OUTPUT_LIMIT_EXCEEDED="OUTPUT_LIMIT_EXCEEDED",t.IDLENESS_LIMIT_EXCEEDED="IDLENESS_LIMIT_EXCEEDED",t.HACKED="HACKED",t.JUDGEMENT_FAILED="JUDGEMENT_FAILED",t.CONFIGURATION_ERROR="CONFIGURATION_ERROR",t.FILE_ERROR="FILE_ERROR",t.SYSTEM_ERROR="SYSTEM_ERROR",t.CANCELED="CANCELED",t.SKIPPED="SKIPPED",t.SECURITY_VIOLATED="SECURITY_VIOLATED",t.DENIAL_OF_JUDGEMENT="DENIAL_OF_JUDGEMENT",t.UNKNOWN="UNKNOWN",t.UNDEFINED="UNDEFINED",t))(Bt||{});const jI={PENDING:"Pending",WAITING:"Waiting",PREPARING:"Preparing",COMPILING:"Compiling",RUNNING:"Running",JUDGING:"Judging",FROZEN:"Frozen",ACCEPTED:"Accepted",CORRECT:"Correct",PARTIALLY_CORRECT:"Partially Correct",REJECTED:"Rejected",WRONG_ANSWER:"Wrong Answer",NO_OUTPUT:"No Output",COMPILATION_ERROR:"Compilation Error",PRESENTATION_ERROR:"Presentation Error",RUNTIME_ERROR:"Runtime Error",TIME_LIMIT_EXCEEDED:"Time Limit Exceeded",MEMORY_LIMIT_EXCEEDED:"Memory Limit Exceeded",OUTPUT_LIMIT_EXCEEDED:"Output Limit Exceeded",IDLENESS_LIMIT_EXCEEDED:"Idleness Limit Exceeded",HACKED:"Hacked",JUDGEMENT_FAILED:"Judgement Failed",CONFIGURATION_ERROR:"Configuration Error",FILE_ERROR:"File Error",SYSTEM_ERROR:"System Error",CANCELED:"Canceled",SKIPPED:"Skipped",SECURITY_VIOLATED:"Security Violated",DENIAL_OF_JUDGEMENT:"Denial Of Judgement",UNKNOWN:"Unknown",UNDEFINED:"Undefined"},VI={PENDING:"PD",WAITING:"PD",PREPARING:"PD",COMPILING:"PD",RUNNING:"PD",JUDGING:"PD",FROZEN:"?",ACCEPTED:"AC",CORRECT:"AC",PARTIALLY_CORRECT:"RJ",REJECTED:"RJ",WRONG_ANSWER:"WA",NO_OUTPUT:"NO",COMPILATION_ERROR:"CE",PRESENTATION_ERROR:"PE",RUNTIME_ERROR:"RTE",TIME_LIMIT_EXCEEDED:"TLE",MEMORY_LIMIT_EXCEEDED:"MLE",OUTPUT_LIMIT_EXCEEDED:"OLE",IDLENESS_LIMIT_EXCEEDED:"ILE",HACKED:"RJ",JUDGEMENT_FAILED:"RJ",CONFIGURATION_ERROR:"RJ",FILE_ERROR:"RJ",SYSTEM_ERROR:"RJ",CANCELED:"RJ",SKIPPED:"RJ",SECURITY_VIOLATED:"RJ",DENIAL_OF_JUDGEMENT:"RJ",UNKNOWN:"RJ",UNDEFINED:"RJ"},ok={"mt-8":"","py-4":"","md:py-8":"","lg:py-10":"","w-full":"",flex:"","justify-center":"","items-center":""},lk={"text-center":"","w-full":""},ck=Ht("div",{"i-ion-balloon-sharp":"","mr-4":"","h-8":""},null,-1),uk=Ht("p",{"my-6":"","text-gray-500":"","dark:text-gray-400":"","w-full":"",flex:"","justify-center":""}," Open-source project of ICPC/CCPC Standings. ",-1),fk={"mb-6":"","w-full":"",flex:"","flex-wrap":"","items-center":"","justify-center":"","text-gray-900":"","dark:text-white":""},hk={"mr-4":"","md:mr-6":""},dk=["href"],pk={flex:"","justify-center":"","items-start":"","flex-col":""},gk={"mr-4":"","md:mr-6":""},mk=Ht("a",{href:"mailto:hi@dup4.com","hover:underline":""}," Contact ",-1),vk={flex:"","justify-center":"","items-start":"","flex-col":""},bk={"text-sm":"","text-gray-500":"","sm:text-center":"","dark:text-gray-400":"","w-full":""},yk=ls({__name:"Footer",setup(t){const i=gn(()=>window?window.CDN_HOST:""),s=gn(()=>window?window.DATA_HOST:""),a=gn(()=>window?window.DATA_REGION:"");return(r,e)=>{const d=ml("RouterLink"),y=$E;return fn(),Vn("footer",ok,[Ht("div",lk,[Yr(d,{flex:"","items-center":"","justify-center":"","text-2xl":"","font-semibold":"","text-gray-900":"","dark:text-white":"",to:"/"},{default:bs(()=>[ck,Hl(" Get more balloons ")]),_:1}),uk,Ht("ul",fk,[Ht("li",null,[Yr(d,{to:"/","mr-4":"","md:mr-6":"","hover:underline":""},{default:bs(()=>[Hl(" Home ")]),_:1})]),Ht("li",null,[Ht("div",hk,[Yr(y,null,{popper:bs(()=>[Ht("div",pk,[Ht("div",null,"Tag: "+Ji(gr(sk)),1),Ht("div",null,"Sha: "+Ji(gr(ak)),1)])]),default:bs(()=>[Ht("a",{href:gr(HE),"hover:underline":"",rel:"noreferrer",target:"_blank",title:"GitHub"}," GitHub ",8,dk)]),_:1})])]),Ht("li",null,[Ht("div",gk,[Yr(y,null,{popper:bs(()=>[Ht("div",vk,[Ht("div",null,"CDN Host: "+Ji(gr(i)),1),Ht("div",null,"DATA Host: "+Ji(gr(s)),1),Ht("div",null,"Data Region: "+Ji(gr(a)),1)])]),default:bs(()=>[mk]),_:1})])])]),Ht("span",bk,[Hl("© 2020-PRESENT "),Yr(d,{to:"/","hover:underline":""},{default:bs(()=>[Hl("XCPCIO™")]),_:1}),Hl(". All Rights Reserved.")])])])}}});function Yl(t){return S2()?(Gy(t),!0):!1}function Pb(){const t=new Set,i=r=>{t.delete(r)};return{on:r=>{t.add(r);const e=()=>i(r);return Yl(e),{off:e}},off:i,trigger:r=>Promise.all(Array.from(t).map(e=>e(r)))}}function Si(t){return typeof t=="function"?t():gr(t)}const Ud=typeof window<"u",_k=t=>typeof t<"u",wk=t=>t!=null,xd=()=>{};function Dk(t,i){function s(...a){return new Promise((r,e)=>{Promise.resolve(t(()=>i.apply(this,a),{fn:i,thisArg:this,args:a})).then(r).catch(e)})}return s}const WE=t=>t();function Fk(t=WE){const i=nr(!0);function s(){i.value=!1}function a(){i.value=!0}const r=(...e)=>{i.value&&t(...e)};return{isActive:sh(i),pause:s,resume:a,eventFilter:r}}function Q3(t,i=!1,s="Timeout"){return new Promise((a,r)=>{setTimeout(i?()=>r(s):a,t)})}function Ek(t,...i){return i.some(s=>s in t)}function _p(...t){if(t.length!==1)return SD(...t);const i=t[0];return typeof i=="function"?sh(e4(()=>({get:i,set:xd}))):nr(i)}function xk(t,i=!0){Ds()?bl(t):i?t():Kl(t)}function Cy(t,i=!1){function s(S,{flush:R="sync",deep:L=!1,timeout:B,throwOnTimeout:I}={}){let z=null;const K=[new Promise(oe=>{z=qn(t,G=>{S(G)!==i&&(z==null||z(),oe(G))},{flush:R,deep:L,immediate:!0})})];return B!=null&&K.push(Q3(B,I).then(()=>Si(t)).finally(()=>z==null?void 0:z())),Promise.race(K)}function a(S,R){if(!Mn(S))return s(G=>G===S,R);const{flush:L="sync",deep:B=!1,timeout:I,throwOnTimeout:z}=R??{};let W=null;const oe=[new Promise(G=>{W=qn([t,S],([j,Z])=>{i!==(j===Z)&&(W==null||W(),G(j))},{flush:L,deep:B,immediate:!0})})];return I!=null&&oe.push(Q3(I,z).then(()=>Si(t)).finally(()=>(W==null||W(),Si(t)))),Promise.race(oe)}function r(S){return s(R=>!!R,S)}function e(S){return a(null,S)}function d(S){return a(void 0,S)}function y(S){return s(Number.isNaN,S)}function w(S,R){return s(L=>{const B=Array.from(L);return B.includes(S)||B.includes(Si(S))},R)}function F(S){return C(1,S)}function C(S=1,R){let L=-1;return s(()=>(L+=1,L>=S),R)}return Array.isArray(Si(t))?{toMatch:s,toContains:w,changed:F,changedTimes:C,get not(){return Cy(t,!i)}}:{toMatch:s,toBe:a,toBeTruthy:r,toBeNull:e,toBeNaN:y,toBeUndefined:d,changed:F,changedTimes:C,get not(){return Cy(t,!i)}}}function Ck(t){return Cy(t)}function Tk(t,i=1e3,s={}){const{immediate:a=!0,immediateCallback:r=!1}=s;let e=null;const d=nr(!1);function y(){e&&(clearInterval(e),e=null)}function w(){d.value=!1,y()}function F(){const C=Si(i);C<=0||(d.value=!0,r&&t(),y(),e=setInterval(t,C))}if(a&&Ud&&F(),Mn(i)||typeof i=="function"){const C=qn(i,()=>{d.value&&Ud&&F()});Yl(C)}return Yl(w),{isActive:d,pause:w,resume:F}}function zE(t,i,s={}){const{immediate:a=!0}=s,r=nr(!1);let e=null;function d(){e&&(clearTimeout(e),e=null)}function y(){r.value=!1,d()}function w(...F){d(),r.value=!0,e=setTimeout(()=>{r.value=!1,e=null,t(...F)},Si(i))}return a&&(r.value=!0,Ud&&w()),Yl(y),{isPending:sh(r),start:w,stop:y}}function Ak(t=!1,i={}){const{truthyValue:s=!0,falsyValue:a=!1}=i,r=Mn(t),e=nr(t);function d(y){if(arguments.length)return e.value=y,e.value;{const w=Si(s);return e.value=e.value===w?Si(a):w,e.value}}return r?d:[e,d]}var X3=Object.getOwnPropertySymbols,Sk=Object.prototype.hasOwnProperty,kk=Object.prototype.propertyIsEnumerable,Ok=(t,i)=>{var s={};for(var a in t)Sk.call(t,a)&&i.indexOf(a)<0&&(s[a]=t[a]);if(t!=null&&X3)for(var a of X3(t))i.indexOf(a)<0&&kk.call(t,a)&&(s[a]=t[a]);return s};function Rk(t,i,s={}){const a=s,{eventFilter:r=WE}=a,e=Ok(a,["eventFilter"]);return qn(t,Dk(r,i),e)}var Pk=Object.defineProperty,Ik=Object.defineProperties,Nk=Object.getOwnPropertyDescriptors,p2=Object.getOwnPropertySymbols,jE=Object.prototype.hasOwnProperty,VE=Object.prototype.propertyIsEnumerable,J3=(t,i,s)=>i in t?Pk(t,i,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[i]=s,Mk=(t,i)=>{for(var s in i||(i={}))jE.call(i,s)&&J3(t,s,i[s]);if(p2)for(var s of p2(i))VE.call(i,s)&&J3(t,s,i[s]);return t},Lk=(t,i)=>Ik(t,Nk(i)),Bk=(t,i)=>{var s={};for(var a in t)jE.call(t,a)&&i.indexOf(a)<0&&(s[a]=t[a]);if(t!=null&&p2)for(var a of p2(t))i.indexOf(a)<0&&VE.call(t,a)&&(s[a]=t[a]);return s};function Uk(t,i,s={}){const a=s,{eventFilter:r}=a,e=Bk(a,["eventFilter"]),{eventFilter:d,pause:y,resume:w,isActive:F}=Fk(r);return{stop:Rk(t,i,Lk(Mk({},e),{eventFilter:d})),pause:y,resume:w,isActive:F}}function Cd(t){var i;const s=Si(t);return(i=s==null?void 0:s.$el)!=null?i:s}const ao=Ud?window:void 0,$k=Ud?window.document:void 0,Hk=Ud?window.navigator:void 0;function Uc(...t){let i,s,a,r;if(typeof t[0]=="string"||Array.isArray(t[0])?([s,a,r]=t,i=ao):[i,s,a,r]=t,!i)return xd;Array.isArray(s)||(s=[s]),Array.isArray(a)||(a=[a]);const e=[],d=()=>{e.forEach(C=>C()),e.length=0},y=(C,S,R,L)=>(C.addEventListener(S,R,L),()=>C.removeEventListener(S,R,L)),w=qn(()=>[Cd(i),Si(r)],([C,S])=>{d(),C&&e.push(...s.flatMap(R=>a.map(L=>y(C,R,L,S))))},{immediate:!0,flush:"post"}),F=()=>{w(),d()};return Yl(F),F}function Wk(t){return typeof t=="function"?t:typeof t=="string"?i=>i.key===t:Array.isArray(t)?i=>t.includes(i.key):()=>!0}function GI(...t){let i,s,a={};t.length===3?(i=t[0],s=t[1],a=t[2]):t.length===2?typeof t[1]=="object"?(i=!0,s=t[0],a=t[1]):(i=t[0],s=t[1]):(i=!0,s=t[0]);const{target:r=ao,eventName:e="keydown",passive:d=!1,dedupe:y=!1}=a,w=Wk(i);return Uc(r,e,C=>{C.repeat&&Si(y)||w(C)&&s(C)},d)}function zk(){const t=nr(!1);return Ds()&&bl(()=>{t.value=!0}),t}function X2(t){const i=zk();return gn(()=>(i.value,!!t()))}function jk(t,i={}){const{immediate:s=!0,window:a=ao}=i,r=nr(!1);let e=0,d=null;function y(C){if(!r.value||!a)return;const S=C-(e||C);t({delta:S,timestamp:C}),e=C,d=a.requestAnimationFrame(y)}function w(){!r.value&&a&&(r.value=!0,d=a.requestAnimationFrame(y))}function F(){r.value=!1,d!=null&&a&&(a.cancelAnimationFrame(d),d=null)}return s&&w(),Yl(F),{isActive:sh(r),pause:F,resume:w}}function Vk(t,i={}){const{window:s=ao}=i,a=X2(()=>s&&"matchMedia"in s&&typeof s.matchMedia=="function");let r;const e=nr(!1),d=F=>{e.value=F.matches},y=()=>{r&&("removeEventListener"in r?r.removeEventListener("change",d):r.removeListener(d))},w=s4(()=>{a.value&&(y(),r=s.matchMedia(Si(t)),"addEventListener"in r?r.addEventListener("change",d):r.addListener(d),e.value=r.matches)});return Yl(()=>{w(),y(),r=void 0}),e}function YI(t={}){const{navigator:i=Hk,read:s=!1,source:a,copiedDuring:r=1500,legacy:e=!1}=t,d=X2(()=>i&&"clipboard"in i),y=gn(()=>d.value||e),w=nr(""),F=nr(!1),C=zE(()=>F.value=!1,r);function S(){d.value?i.clipboard.readText().then(I=>{w.value=I}):w.value=B()}y.value&&s&&Uc(["copy","cut"],S);async function R(I=Si(a)){y.value&&I!=null&&(d.value?await i.clipboard.writeText(I):L(I),w.value=I,F.value=!0,C.start())}function L(I){const z=document.createElement("textarea");z.value=I??"",z.style.position="absolute",z.style.opacity="0",document.body.appendChild(z),z.select(),document.execCommand("copy"),z.remove()}function B(){var I,z,W;return(W=(z=(I=document==null?void 0:document.getSelection)==null?void 0:I.call(document))==null?void 0:z.toString())!=null?W:""}return{isSupported:y,text:w,copied:F,copy:R}}function Gk(t){return JSON.parse(JSON.stringify(t))}const Pm=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Im="__vueuse_ssr_handlers__",Yk=qk();function qk(){return Im in Pm||(Pm[Im]=Pm[Im]||{}),Pm[Im]}function GE(t,i){return Yk[t]||i}function Kk(t){return t==null?"any":t instanceof Set?"set":t instanceof Map?"map":t instanceof Date?"date":typeof t=="boolean"?"boolean":typeof t=="string"?"string":typeof t=="object"?"object":Number.isNaN(t)?"any":"number"}var Qk=Object.defineProperty,Z3=Object.getOwnPropertySymbols,Xk=Object.prototype.hasOwnProperty,Jk=Object.prototype.propertyIsEnumerable,ew=(t,i,s)=>i in t?Qk(t,i,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[i]=s,tw=(t,i)=>{for(var s in i||(i={}))Xk.call(i,s)&&ew(t,s,i[s]);if(Z3)for(var s of Z3(i))Jk.call(i,s)&&ew(t,s,i[s]);return t};const Zk={boolean:{read:t=>t==="true",write:t=>String(t)},object:{read:t=>JSON.parse(t),write:t=>JSON.stringify(t)},number:{read:t=>Number.parseFloat(t),write:t=>String(t)},any:{read:t=>t,write:t=>String(t)},string:{read:t=>t,write:t=>String(t)},map:{read:t=>new Map(JSON.parse(t)),write:t=>JSON.stringify(Array.from(t.entries()))},set:{read:t=>new Set(JSON.parse(t)),write:t=>JSON.stringify(Array.from(t))},date:{read:t=>new Date(t),write:t=>t.toISOString()}},rw="vueuse-storage";function e9(t,i,s,a={}){var r;const{flush:e="pre",deep:d=!0,listenToStorageChanges:y=!0,writeDefaults:w=!0,mergeDefaults:F=!1,shallow:C,window:S=ao,eventFilter:R,onError:L=ne=>{console.error(ne)}}=a,B=(C?Dd:nr)(i);if(!s)try{s=GE("getDefaultStorage",()=>{var ne;return(ne=ao)==null?void 0:ne.localStorage})()}catch(ne){L(ne)}if(!s)return B;const I=Si(i),z=Kk(I),W=(r=a.serializer)!=null?r:Zk[z],{pause:K,resume:oe}=Uk(B,()=>G(B.value),{flush:e,deep:d,eventFilter:R});return S&&y&&(Uc(S,"storage",ie),Uc(S,rw,Z)),ie(),B;function G(ne){try{if(ne==null)s.removeItem(t);else{const ae=W.write(ne),ue=s.getItem(t);ue!==ae&&(s.setItem(t,ae),S&&S.dispatchEvent(new CustomEvent(rw,{detail:{key:t,oldValue:ue,newValue:ae,storageArea:s}})))}}catch(ae){L(ae)}}function j(ne){const ae=ne?ne.newValue:s.getItem(t);if(ae==null)return w&&I!==null&&s.setItem(t,W.write(I)),I;if(!ne&&F){const ue=W.read(ae);return typeof F=="function"?F(ue,I):z==="object"&&!Array.isArray(ue)?tw(tw({},I),ue):ue}else return typeof ae!="string"?ae:W.read(ae)}function Z(ne){ie(ne.detail)}function ie(ne){if(!(ne&&ne.storageArea!==s)){if(ne&&ne.key==null){B.value=I;return}if(!(ne&&ne.key!==t)){K();try{B.value=j(ne)}catch(ae){L(ae)}finally{ne?Kl(oe):oe()}}}}}function YE(t){return Vk("(prefers-color-scheme: dark)",t)}var t9=Object.defineProperty,nw=Object.getOwnPropertySymbols,r9=Object.prototype.hasOwnProperty,n9=Object.prototype.propertyIsEnumerable,iw=(t,i,s)=>i in t?t9(t,i,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[i]=s,i9=(t,i)=>{for(var s in i||(i={}))r9.call(i,s)&&iw(t,s,i[s]);if(nw)for(var s of nw(i))n9.call(i,s)&&iw(t,s,i[s]);return t};function s9(t={}){const{selector:i="html",attribute:s="class",initialValue:a="auto",window:r=ao,storage:e,storageKey:d="vueuse-color-scheme",listenToStorageChanges:y=!0,storageRef:w,emitAuto:F,disableTransition:C=!0}=t,S=i9({auto:"",light:"light",dark:"dark"},t.modes||{}),R=YE({window:r}),L=gn(()=>R.value?"dark":"light"),B=w||(d==null?_p(a):e9(d,a,e,{window:r,listenToStorageChanges:y})),I=gn(()=>B.value==="auto"?L.value:B.value),z=GE("updateHTMLAttrs",(G,j,Z)=>{const ie=typeof G=="string"?r==null?void 0:r.document.querySelector(G):Cd(G);if(!ie)return;let ne;if(C){ne=r.document.createElement("style");const ae="*,*::before,*::after{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}";ne.appendChild(document.createTextNode(ae)),r.document.head.appendChild(ne)}if(j==="class"){const ae=Z.split(/\s/g);Object.values(S).flatMap(ue=>(ue||"").split(/\s/g)).filter(Boolean).forEach(ue=>{ae.includes(ue)?ie.classList.add(ue):ie.classList.remove(ue)})}else ie.setAttribute(j,Z);C&&(r.getComputedStyle(ne).opacity,document.head.removeChild(ne))});function W(G){var j;z(i,s,(j=S[G])!=null?j:G)}function K(G){t.onChanged?t.onChanged(G,W):W(G)}qn(I,K,{flush:"post",immediate:!0}),xk(()=>K(I.value));const oe=gn({get(){return F?B.value:I.value},set(G){B.value=G}});try{return Object.assign(oe,{store:B,system:L,state:I})}catch{return oe}}var sw=Object.getOwnPropertySymbols,a9=Object.prototype.hasOwnProperty,o9=Object.prototype.propertyIsEnumerable,l9=(t,i)=>{var s={};for(var a in t)a9.call(t,a)&&i.indexOf(a)<0&&(s[a]=t[a]);if(t!=null&&sw)for(var a of sw(t))i.indexOf(a)<0&&o9.call(t,a)&&(s[a]=t[a]);return s};function c9(t,i,s={}){const a=s,{window:r=ao}=a,e=l9(a,["window"]);let d;const y=X2(()=>r&&"MutationObserver"in r),w=()=>{d&&(d.disconnect(),d=void 0)},F=qn(()=>Cd(t),S=>{w(),y.value&&r&&S&&(d=new MutationObserver(i),d.observe(S,e))},{immediate:!0}),C=()=>{w(),F()};return Yl(C),{isSupported:y,stop:C}}var u9=Object.defineProperty,f9=Object.defineProperties,h9=Object.getOwnPropertyDescriptors,aw=Object.getOwnPropertySymbols,d9=Object.prototype.hasOwnProperty,p9=Object.prototype.propertyIsEnumerable,ow=(t,i,s)=>i in t?u9(t,i,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[i]=s,g9=(t,i)=>{for(var s in i||(i={}))d9.call(i,s)&&ow(t,s,i[s]);if(aw)for(var s of aw(i))p9.call(i,s)&&ow(t,s,i[s]);return t},m9=(t,i)=>f9(t,h9(i));function v9(t={}){const{valueDark:i="dark",valueLight:s=""}=t,a=s9(m9(g9({},t),{onChanged:(e,d)=>{var y;t.onChanged?(y=t.onChanged)==null||y.call(t,e==="dark",d,e):d(e)},modes:{dark:i,light:s}}));return gn({get(){return a.value==="dark"},set(e){const d=e?"dark":"light";a.system.value===d?a.value="auto":a.value=d}})}function b9(t,i,s={}){const{root:a,rootMargin:r="0px",threshold:e=.1,window:d=ao,immediate:y=!0}=s,w=X2(()=>d&&"IntersectionObserver"in d),F=gn(()=>{const B=Si(t);return(Array.isArray(B)?B:[B]).map(Cd).filter(wk)});let C=xd;const S=nr(y),R=w.value?qn(()=>[F.value,Cd(a),S.value],([B,I])=>{if(C(),!S.value||!B.length)return;const z=new IntersectionObserver(i,{root:Cd(I),rootMargin:r,threshold:e});B.forEach(W=>W&&z.observe(W)),C=()=>{z.disconnect(),C=xd}},{immediate:y,flush:"post"}):xd,L=()=>{C(),R(),S.value=!1};return Yl(L),{isSupported:w,isActive:S,pause(){C(),S.value=!1},resume(){S.value=!0},stop:L}}function y9(t,{window:i=ao,scrollTarget:s}={}){const a=nr(!1);return b9(t,([{isIntersecting:r}])=>{a.value=r},{root:s,window:i}),a}var _9=Object.defineProperty,w9=Object.defineProperties,D9=Object.getOwnPropertyDescriptors,lw=Object.getOwnPropertySymbols,F9=Object.prototype.hasOwnProperty,E9=Object.prototype.propertyIsEnumerable,cw=(t,i,s)=>i in t?_9(t,i,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[i]=s,Sa=(t,i)=>{for(var s in i||(i={}))F9.call(i,s)&&cw(t,s,i[s]);if(lw)for(var s of lw(i))E9.call(i,s)&&cw(t,s,i[s]);return t},np=(t,i)=>w9(t,D9(i));const x9={json:"application/json",text:"text/plain"};function uw(t){return t&&Ek(t,"immediate","refetch","initialData","timeout","beforeFetch","afterFetch","onFetchError","fetch")}function Ib(t){return typeof Headers<"u"&&t instanceof Headers?Object.fromEntries([...t.entries()]):t}function C9(t,...i){var s;const a=typeof AbortController=="function";let r={},e={immediate:!0,refetch:!1,timeout:0};const d={method:"GET",type:"text",payload:void 0};i.length>0&&(uw(i[0])?e=Sa(Sa({},e),i[0]):r=i[0]),i.length>1&&uw(i[1])&&(e=Sa(Sa({},e),i[1]));const{fetch:y=(s=ao)==null?void 0:s.fetch,initialData:w,timeout:F}=e,C=Pb(),S=Pb(),R=Pb(),L=nr(!1),B=nr(!1),I=nr(!1),z=nr(null),W=Dd(null),K=Dd(null),oe=Dd(w||null),G=gn(()=>a&&B.value);let j,Z;const ie=()=>{a&&(j==null||j.abort(),j=new AbortController,j.signal.onabort=()=>I.value=!0,r=np(Sa({},r),{signal:j.signal}))},ne=je=>{B.value=je,L.value=!je};F&&(Z=zE(ie,F,{immediate:!1}));const ae=async(je=!1)=>{var Xe;ie(),ne(!0),K.value=null,z.value=null,I.value=!1;const Le={method:d.method,headers:{}};if(d.payload){const me=Ib(Le.headers),Ke=Si(d.payload);!d.payloadType&&Ke&&Object.getPrototypeOf(Ke)===Object.prototype&&!(Ke instanceof FormData)&&(d.payloadType="json"),d.payloadType&&(me["Content-Type"]=(Xe=x9[d.payloadType])!=null?Xe:d.payloadType),Le.body=d.payloadType==="json"?JSON.stringify(Ke):Ke}let mt=!1;const vt={url:Si(t),options:Sa(Sa({},Le),r),cancel:()=>{mt=!0}};if(e.beforeFetch&&Object.assign(vt,await e.beforeFetch(vt)),mt||!y)return ne(!1),Promise.resolve(null);let Je=null;return Z&&Z.start(),new Promise((me,Ke)=>{var lt;y(vt.url,np(Sa(Sa({},Le),vt.options),{headers:Sa(Sa({},Ib(Le.headers)),Ib((lt=vt.options)==null?void 0:lt.headers))})).then(async Ve=>{if(W.value=Ve,z.value=Ve.status,Je=await Ve[d.type](),!Ve.ok)throw oe.value=w||null,new Error(Ve.statusText);return e.afterFetch&&({data:Je}=await e.afterFetch({data:Je,response:Ve})),oe.value=Je,C.trigger(Ve),me(Ve)}).catch(async Ve=>{let xe=Ve.message||Ve.name;return e.onFetchError&&({error:xe}=await e.onFetchError({data:Je,error:Ve,response:W.value})),K.value=xe,S.trigger(Ve),je?Ke(Ve):me(null)}).finally(()=>{ne(!1),Z&&Z.stop(),R.trigger(null)})})},ue=_p(e.refetch);qn([ue,_p(t)],([je])=>je&&ae(),{deep:!0});const Ee={isFinished:L,statusCode:z,response:W,error:K,data:oe,isFetching:B,canAbort:G,aborted:I,abort:ie,execute:ae,onFetchResponse:C.on,onFetchError:S.on,onFetchFinally:R.on,get:Me("GET"),put:Me("PUT"),post:Me("POST"),delete:Me("DELETE"),patch:Me("PATCH"),head:Me("HEAD"),options:Me("OPTIONS"),json:Fe("json"),text:Fe("text"),blob:Fe("blob"),arrayBuffer:Fe("arrayBuffer"),formData:Fe("formData")};function Me(je){return(Xe,Le)=>{if(!B.value)return d.method=je,d.payload=Xe,d.payloadType=Le,Mn(d.payload)&&qn([ue,_p(d.payload)],([mt])=>mt&&ae(),{deep:!0}),np(Sa({},Ee),{then(mt,vt){return Ae().then(mt,vt)}})}}function Ae(){return new Promise((je,Xe)=>{Ck(L).toBe(!0).then(()=>je(Ee)).catch(Le=>Xe(Le))})}function Fe(je){return()=>{if(!B.value)return d.type=je,np(Sa({},Ee),{then(Xe,Le){return Ae().then(Xe,Le)}})}}return e.immediate&&Promise.resolve().then(()=>ae()),np(Sa({},Ee),{then(je,Xe){return Ae().then(je,Xe)}})}const T9={ctrl:"control",command:"meta",cmd:"meta",option:"alt",up:"arrowup",down:"arrowdown",left:"arrowleft",right:"arrowright"};function qI(t={}){const{reactive:i=!1,target:s=ao,aliasMap:a=T9,passive:r=!0,onEventFired:e=xd}=t,d=bf(new Set),y={toJSON(){return{}},current:d},w=i?bf(y):y,F=new Set,C=new Set;function S(I,z){I in w&&(i?w[I]=z:w[I].value=z)}function R(){d.clear();for(const I of C)S(I,!1)}function L(I,z){var W,K;const oe=(W=I.key)==null?void 0:W.toLowerCase(),j=[(K=I.code)==null?void 0:K.toLowerCase(),oe].filter(Boolean);oe&&(z?d.add(oe):d.delete(oe));for(const Z of j)C.add(Z),S(Z,z);oe==="meta"&&!z?(F.forEach(Z=>{d.delete(Z),S(Z,!1)}),F.clear()):typeof I.getModifierState=="function"&&I.getModifierState("Meta")&&z&&[...d,...j].forEach(Z=>F.add(Z))}Uc(s,"keydown",I=>(L(I,!0),e(I)),{passive:r}),Uc(s,"keyup",I=>(L(I,!1),e(I)),{passive:r}),Uc("blur",R,{passive:!0}),Uc("focus",R,{passive:!0});const B=new Proxy(w,{get(I,z,W){if(typeof z!="string")return Reflect.get(I,z,W);if(z=z.toLowerCase(),z in a&&(z=a[z]),!(z in w))if(/[+_-]/.test(z)){const oe=z.split(/[+_-]/g).map(G=>G.trim());w[z]=gn(()=>oe.every(G=>Si(B[G])))}else w[z]=nr(!1);const K=Reflect.get(I,z,W);return i?Si(K):K}});return B}var A9=Object.defineProperty,fw=Object.getOwnPropertySymbols,S9=Object.prototype.hasOwnProperty,k9=Object.prototype.propertyIsEnumerable,hw=(t,i,s)=>i in t?A9(t,i,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[i]=s,O9=(t,i)=>{for(var s in i||(i={}))S9.call(i,s)&&hw(t,s,i[s]);if(fw)for(var s of fw(i))k9.call(i,s)&&hw(t,s,i[s]);return t};function KI(t={}){const{controls:i=!1,interval:s="requestAnimationFrame"}=t,a=nr(new Date),r=()=>a.value=new Date,e=s==="requestAnimationFrame"?jk(r,{immediate:!0}):Tk(r,s,{immediate:!0});return i?O9({now:a},e):a}function R9(t=null,i={}){var s,a;const{document:r=$k}=i,e=_p((s=t??(r==null?void 0:r.title))!=null?s:null),d=t&&typeof t=="function";function y(w){if(!("titleTemplate"in i))return w;const F=i.titleTemplate||"%s";return typeof F=="function"?F(w):Si(F).replace(/%s/g,w)}return qn(e,(w,F)=>{w!==F&&r&&(r.title=y(typeof w=="string"?w:""))},{immediate:!0}),i.observe&&!i.titleTemplate&&r&&!d&&c9((a=r.head)==null?void 0:a.querySelector("title"),()=>{r&&r.title!==e.value&&(e.value=y(r.title))},{childList:!0}),e}function dw(t,i,s,a={}){var r,e,d;const{clone:y=!1,passive:w=!1,eventName:F,deep:C=!1,defaultValue:S,shouldEmit:R}=a,L=Ds(),B=s||(L==null?void 0:L.emit)||((r=L==null?void 0:L.$emit)==null?void 0:r.bind(L))||((d=(e=L==null?void 0:L.proxy)==null?void 0:e.$emit)==null?void 0:d.bind(L==null?void 0:L.proxy));let I=F;i||(i="modelValue"),I=I||`update:${i.toString()}`;const z=oe=>y?typeof y=="function"?y(oe):Gk(oe):oe,W=()=>_k(t[i])?z(t[i]):S,K=oe=>{R?R(oe)&&B(I,oe):B(I,oe)};if(w){const oe=W(),G=nr(oe);return qn(()=>t[i],j=>G.value=z(j)),qn(G,j=>{(j!==t[i]||C)&&K(j)},{deep:C}),G}else return gn({get(){return W()},set(oe){K(oe)}})}function P9({window:t=ao}={}){if(!t)return{x:nr(0),y:nr(0)};const i=nr(t.scrollX),s=nr(t.scrollY);return Uc(t,"scroll",()=>{i.value=t.scrollX,s.value=t.scrollY},{capture:!1,passive:!0}),{x:i,y:s}}const qE=v9(),I9=Ak(qE),N9=YE(),Vd=t=>(B2("data-v-a79e7085"),t=t(),U2(),t),M9=Vd(()=>Ht("div",{"i-ri-arrow-up-line":""},null,-1)),L9=[M9],B9=Vd(()=>Ht("div",{class:"spacer"},null,-1)),U9={class:"right","print:op0":""},$9=Vd(()=>Ht("div",{"i-ion-balloon-sharp":""},null,-1)),H9=["title"],W9=Vd(()=>Ht("div",{"i-carbon-language":""},null,-1)),z9=[W9],j9=["title"],V9=Vd(()=>Ht("div",{i:"carbon-sun dark:carbon-moon"},null,-1)),G9=[V9],Y9=["href"],q9=Vd(()=>Ht("div",{"i-carbon-logo-github":""},null,-1)),K9=[q9],Q9=ls({__name:"NavBar",props:{width:null},setup(t){const i=t,{t:s,locale:a}=jd(),{y:r}=P9();function e(){window.scrollTo({top:0,behavior:"smooth"})}async function d(){const y=XF,w=y[(y.indexOf(a.value)+1)%y.length];await E4(w),a.value=w}return(y,w)=>{const F=ml("RouterLink");return fn(),Vn("header",{class:fa(["header z-40",[(i==null?void 0:i.width)??""]])},[Ht("button",{title:"Scroll to top",fixed:"","bottom-6":"","right-6":"","z-100":"","h-10":"","w-10":"","rounded-full":"",transition:"","duration-300":"","print:hidden":"","hover-bg-hex-8883":"","hover:op100":"",class:fa(gr(r)>300?"op30":"op0! pointer-events-none"),onClick:w[0]||(w[0]=C=>e())},L9,2),Ht("nav",{class:fa(["nav",[i!=null&&i.width?"":"fixed"]]),"text-xl":""},[B9,Ht("div",U9,[Yr(F,{"icon-btn":"",title:gr(s)("button.home"),to:"/",focusable:"false"},{default:bs(()=>[$9]),_:1},8,["title"]),Ht("a",{"icon-btn":"",title:gr(s)("button.toggle_langs"),onClick:w[1]||(w[1]=C=>d())},z9,8,H9),Ht("a",{"icon-btn":"",title:gr(s)("button.toggle_dark"),onClick:w[2]||(w[2]=C=>("toggleDark"in y?y.toggleDark:gr(I9))())},G9,8,j9),Ht("a",{"icon-btn":"",rel:"noreferrer",href:gr(HE),target:"_blank",title:"GitHub"},K9,8,Y9)])],2)],2)}}});const Gd=(t,i)=>{const s=t.__vccOpts||t;for(const[a,r]of i)s[a]=r;return s},X9=Gd(Q9,[["__scopeId","data-v-a79e7085"]]),J9={},Z9={"py-10":"","text-gray-700":"","dark:text-gray-200":""};function eO(t,i){const s=X9,a=ml("RouterView"),r=yk;return fn(),Vn(Ri,null,[Yr(s),Ht("main",Z9,[Yr(a),Yr(r)])],64)}const tO=Gd(J9,[["render",eO]]),rO={"board-layout":()=>Oa(()=>import("./board-layout-f43c2493.js"),[],import.meta.url),default:tO,headless:()=>Oa(()=>import("./headless-3e59fd0c.js"),[],import.meta.url),home:()=>Oa(()=>import("./home-ce3f969f.js"),[],import.meta.url),"index-layout":()=>Oa(()=>import("./index-layout-5c66c0b4.js"),[],import.meta.url)};function nO(t){return t.map(i=>{var s;return{path:i.path,meta:i.meta,component:rO[((s=i.meta)==null?void 0:s.layout)||"default"],children:i.path==="/"?[i]:[{...i,path:""}]}})}const iO=["top","right","bottom","left"],pw=["start","end"],gw=iO.reduce((t,i)=>t.concat(i,i+"-"+pw[0],i+"-"+pw[1]),[]),Up=Math.min,$0=Math.max,sO={left:"right",right:"left",bottom:"top",top:"bottom"},aO={start:"end",end:"start"};function Ty(t,i,s){return $0(t,Up(i,s))}function ch(t,i){return typeof t=="function"?t(i):t}function ql(t){return t.split("-")[0]}function gl(t){return t.split("-")[1]}function KE(t){return t==="x"?"y":"x"}function Y4(t){return t==="y"?"height":"width"}function Zp(t){return["top","bottom"].includes(ql(t))?"y":"x"}function q4(t){return KE(Zp(t))}function QE(t,i,s){s===void 0&&(s=!1);const a=gl(t),r=q4(t),e=Y4(r);let d=r==="x"?a===(s?"end":"start")?"right":"left":a==="start"?"bottom":"top";return i.reference[e]>i.floating[e]&&(d=m2(d)),[d,m2(d)]}function oO(t){const i=m2(t);return[g2(t),i,g2(i)]}function g2(t){return t.replace(/start|end/g,i=>aO[i])}function lO(t,i,s){const a=["left","right"],r=["right","left"],e=["top","bottom"],d=["bottom","top"];switch(t){case"top":case"bottom":return s?i?r:a:i?a:r;case"left":case"right":return i?e:d;default:return[]}}function cO(t,i,s,a){const r=gl(t);let e=lO(ql(t),s==="start",a);return r&&(e=e.map(d=>d+"-"+r),i&&(e=e.concat(e.map(g2)))),e}function m2(t){return t.replace(/left|right|bottom|top/g,i=>sO[i])}function uO(t){return{top:0,right:0,bottom:0,left:0,...t}}function XE(t){return typeof t!="number"?uO(t):{top:t,right:t,bottom:t,left:t}}function wp(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function mw(t,i,s){let{reference:a,floating:r}=t;const e=Zp(i),d=q4(i),y=Y4(d),w=ql(i),F=e==="y",C=a.x+a.width/2-r.width/2,S=a.y+a.height/2-r.height/2,R=a[y]/2-r[y]/2;let L;switch(w){case"top":L={x:C,y:a.y-r.height};break;case"bottom":L={x:C,y:a.y+a.height};break;case"right":L={x:a.x+a.width,y:S};break;case"left":L={x:a.x-r.width,y:S};break;default:L={x:a.x,y:a.y}}switch(gl(i)){case"start":L[d]-=R*(s&&F?-1:1);break;case"end":L[d]+=R*(s&&F?-1:1);break}return L}const fO=async(t,i,s)=>{const{placement:a="bottom",strategy:r="absolute",middleware:e=[],platform:d}=s,y=e.filter(Boolean),w=await(d.isRTL==null?void 0:d.isRTL(i));let F=await d.getElementRects({reference:t,floating:i,strategy:r}),{x:C,y:S}=mw(F,a,w),R=a,L={},B=0;for(let I=0;I<y.length;I++){const{name:z,fn:W}=y[I],{x:K,y:oe,data:G,reset:j}=await W({x:C,y:S,initialPlacement:a,placement:R,strategy:r,middlewareData:L,rects:F,platform:d,elements:{reference:t,floating:i}});if(C=K??C,S=oe??S,L={...L,[z]:{...L[z],...G}},j&&B<=50){B++,typeof j=="object"&&(j.placement&&(R=j.placement),j.rects&&(F=j.rects===!0?await d.getElementRects({reference:t,floating:i,strategy:r}):j.rects),{x:C,y:S}=mw(F,R,w)),I=-1;continue}}return{x:C,y:S,placement:R,strategy:r,middlewareData:L}};async function J2(t,i){var s;i===void 0&&(i={});const{x:a,y:r,platform:e,rects:d,elements:y,strategy:w}=t,{boundary:F="clippingAncestors",rootBoundary:C="viewport",elementContext:S="floating",altBoundary:R=!1,padding:L=0}=ch(i,t),B=XE(L),z=y[R?S==="floating"?"reference":"floating":S],W=wp(await e.getClippingRect({element:(s=await(e.isElement==null?void 0:e.isElement(z)))==null||s?z:z.contextElement||await(e.getDocumentElement==null?void 0:e.getDocumentElement(y.floating)),boundary:F,rootBoundary:C,strategy:w})),K=S==="floating"?{...d.floating,x:a,y:r}:d.reference,oe=await(e.getOffsetParent==null?void 0:e.getOffsetParent(y.floating)),G=await(e.isElement==null?void 0:e.isElement(oe))?await(e.getScale==null?void 0:e.getScale(oe))||{x:1,y:1}:{x:1,y:1},j=wp(e.convertOffsetParentRelativeRectToViewportRelativeRect?await e.convertOffsetParentRelativeRectToViewportRelativeRect({rect:K,offsetParent:oe,strategy:w}):K);return{top:(W.top-j.top+B.top)/G.y,bottom:(j.bottom-W.bottom+B.bottom)/G.y,left:(W.left-j.left+B.left)/G.x,right:(j.right-W.right+B.right)/G.x}}const hO=t=>({name:"arrow",options:t,async fn(i){const{x:s,y:a,placement:r,rects:e,platform:d,elements:y}=i,{element:w,padding:F=0}=ch(t,i)||{};if(w==null)return{};const C=XE(F),S={x:s,y:a},R=q4(r),L=Y4(R),B=await d.getDimensions(w),I=R==="y",z=I?"top":"left",W=I?"bottom":"right",K=I?"clientHeight":"clientWidth",oe=e.reference[L]+e.reference[R]-S[R]-e.floating[L],G=S[R]-e.reference[R],j=await(d.getOffsetParent==null?void 0:d.getOffsetParent(w));let Z=j?j[K]:0;(!Z||!await(d.isElement==null?void 0:d.isElement(j)))&&(Z=y.floating[K]||e.floating[L]);const ie=oe/2-G/2,ne=Z/2-B[L]/2-1,ae=Up(C[z],ne),ue=Up(C[W],ne),Ee=ae,Me=Z-B[L]-ue,Ae=Z/2-B[L]/2+ie,Fe=Ty(Ee,Ae,Me),Xe=gl(r)!=null&&Ae!=Fe&&e.reference[L]/2-(Ae<Ee?ae:ue)-B[L]/2<0?Ae<Ee?Ee-Ae:Me-Ae:0;return{[R]:S[R]-Xe,data:{[R]:Fe,centerOffset:Ae-Fe+Xe}}}});function dO(t,i,s){return(t?[...s.filter(r=>gl(r)===t),...s.filter(r=>gl(r)!==t)]:s.filter(r=>ql(r)===r)).filter(r=>t?gl(r)===t||(i?g2(r)!==r:!1):!0)}const pO=function(t){return t===void 0&&(t={}),{name:"autoPlacement",options:t,async fn(i){var s,a,r;const{rects:e,middlewareData:d,placement:y,platform:w,elements:F}=i,{crossAxis:C=!1,alignment:S,allowedPlacements:R=gw,autoAlignment:L=!0,...B}=ch(t,i),I=S!==void 0||R===gw?dO(S||null,L,R):R,z=await J2(i,B),W=((s=d.autoPlacement)==null?void 0:s.index)||0,K=I[W];if(K==null)return{};const oe=QE(K,e,await(w.isRTL==null?void 0:w.isRTL(F.floating)));if(y!==K)return{reset:{placement:I[0]}};const G=[z[ql(K)],z[oe[0]],z[oe[1]]],j=[...((a=d.autoPlacement)==null?void 0:a.overflows)||[],{placement:K,overflows:G}],Z=I[W+1];if(Z)return{data:{index:W+1,overflows:j},reset:{placement:Z}};const ie=j.map(ue=>{const Ee=gl(ue.placement);return[ue.placement,Ee&&C?ue.overflows.slice(0,2).reduce((Me,Ae)=>Me+Ae,0):ue.overflows[0],ue.overflows]}).sort((ue,Ee)=>ue[1]-Ee[1]),ae=((r=ie.filter(ue=>ue[2].slice(0,gl(ue[0])?2:3).every(Ee=>Ee<=0))[0])==null?void 0:r[0])||ie[0][0];return ae!==y?{data:{index:W+1,overflows:j},reset:{placement:ae}}:{}}}},gO=function(t){return t===void 0&&(t={}),{name:"flip",options:t,async fn(i){var s;const{placement:a,middlewareData:r,rects:e,initialPlacement:d,platform:y,elements:w}=i,{mainAxis:F=!0,crossAxis:C=!0,fallbackPlacements:S,fallbackStrategy:R="bestFit",fallbackAxisSideDirection:L="none",flipAlignment:B=!0,...I}=ch(t,i),z=ql(a),W=ql(d)===d,K=await(y.isRTL==null?void 0:y.isRTL(w.floating)),oe=S||(W||!B?[m2(d)]:oO(d));!S&&L!=="none"&&oe.push(...cO(d,B,L,K));const G=[d,...oe],j=await J2(i,I),Z=[];let ie=((s=r.flip)==null?void 0:s.overflows)||[];if(F&&Z.push(j[z]),C){const Ee=QE(a,e,K);Z.push(j[Ee[0]],j[Ee[1]])}if(ie=[...ie,{placement:a,overflows:Z}],!Z.every(Ee=>Ee<=0)){var ne,ae;const Ee=(((ne=r.flip)==null?void 0:ne.index)||0)+1,Me=G[Ee];if(Me)return{data:{index:Ee,overflows:ie},reset:{placement:Me}};let Ae=(ae=ie.filter(Fe=>Fe.overflows[0]<=0).sort((Fe,je)=>Fe.overflows[1]-je.overflows[1])[0])==null?void 0:ae.placement;if(!Ae)switch(R){case"bestFit":{var ue;const Fe=(ue=ie.map(je=>[je.placement,je.overflows.filter(Xe=>Xe>0).reduce((Xe,Le)=>Xe+Le,0)]).sort((je,Xe)=>je[1]-Xe[1])[0])==null?void 0:ue[0];Fe&&(Ae=Fe);break}case"initialPlacement":Ae=d;break}if(a!==Ae)return{reset:{placement:Ae}}}return{}}}};async function mO(t,i){const{placement:s,platform:a,elements:r}=t,e=await(a.isRTL==null?void 0:a.isRTL(r.floating)),d=ql(s),y=gl(s),w=Zp(s)==="y",F=["left","top"].includes(d)?-1:1,C=e&&w?-1:1,S=ch(i,t);let{mainAxis:R,crossAxis:L,alignmentAxis:B}=typeof S=="number"?{mainAxis:S,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...S};return y&&typeof B=="number"&&(L=y==="end"?B*-1:B),w?{x:L*C,y:R*F}:{x:R*F,y:L*C}}const vO=function(t){return t===void 0&&(t=0),{name:"offset",options:t,async fn(i){const{x:s,y:a}=i,r=await mO(i,t);return{x:s+r.x,y:a+r.y,data:r}}}},bO=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(i){const{x:s,y:a,placement:r}=i,{mainAxis:e=!0,crossAxis:d=!1,limiter:y={fn:z=>{let{x:W,y:K}=z;return{x:W,y:K}}},...w}=ch(t,i),F={x:s,y:a},C=await J2(i,w),S=Zp(ql(r)),R=KE(S);let L=F[R],B=F[S];if(e){const z=R==="y"?"top":"left",W=R==="y"?"bottom":"right",K=L+C[z],oe=L-C[W];L=Ty(K,L,oe)}if(d){const z=S==="y"?"top":"left",W=S==="y"?"bottom":"right",K=B+C[z],oe=B-C[W];B=Ty(K,B,oe)}const I=y.fn({...i,[R]:L,[S]:B});return{...I,data:{x:I.x-s,y:I.y-a}}}}},yO=function(t){return t===void 0&&(t={}),{name:"size",options:t,async fn(i){const{placement:s,rects:a,platform:r,elements:e}=i,{apply:d=()=>{},...y}=ch(t,i),w=await J2(i,y),F=ql(s),C=gl(s),S=Zp(s)==="y",{width:R,height:L}=a.floating;let B,I;F==="top"||F==="bottom"?(B=F,I=C===(await(r.isRTL==null?void 0:r.isRTL(e.floating))?"start":"end")?"left":"right"):(I=F,B=C==="end"?"top":"bottom");const z=L-w[B],W=R-w[I],K=!i.middlewareData.shift;let oe=z,G=W;if(S){const Z=R-w.left-w.right;G=C||K?Up(W,Z):Z}else{const Z=L-w.top-w.bottom;oe=C||K?Up(z,Z):Z}if(K&&!C){const Z=$0(w.left,0),ie=$0(w.right,0),ne=$0(w.top,0),ae=$0(w.bottom,0);S?G=R-2*(Z!==0||ie!==0?Z+ie:$0(w.left,w.right)):oe=L-2*(ne!==0||ae!==0?ne+ae:$0(w.top,w.bottom))}await d({...i,availableWidth:G,availableHeight:oe});const j=await r.getDimensions(e.floating);return R!==j.width||L!==j.height?{reset:{rects:!0}}:{}}}};function Co(t){var i;return((i=t.ownerDocument)==null?void 0:i.defaultView)||window}function zl(t){return Co(t).getComputedStyle(t)}const vw=Math.min,Dp=Math.max,v2=Math.round;function JE(t){const i=zl(t);let s=parseFloat(i.width),a=parseFloat(i.height);const r=t.offsetWidth,e=t.offsetHeight,d=v2(s)!==r||v2(a)!==e;return d&&(s=r,a=e),{width:s,height:a,fallback:d}}function Ff(t){return e6(t)?(t.nodeName||"").toLowerCase():""}let Nm;function ZE(){if(Nm)return Nm;const t=navigator.userAgentData;return t&&Array.isArray(t.brands)?(Nm=t.brands.map(i=>i.brand+"/"+i.version).join(" "),Nm):navigator.userAgent}function jl(t){return t instanceof Co(t).HTMLElement}function pf(t){return t instanceof Co(t).Element}function e6(t){return t instanceof Co(t).Node}function bw(t){return typeof ShadowRoot>"u"?!1:t instanceof Co(t).ShadowRoot||t instanceof ShadowRoot}function Z2(t){const{overflow:i,overflowX:s,overflowY:a,display:r}=zl(t);return/auto|scroll|overlay|hidden|clip/.test(i+a+s)&&!["inline","contents"].includes(r)}function _O(t){return["table","td","th"].includes(Ff(t))}function Ay(t){const i=/firefox/i.test(ZE()),s=zl(t),a=s.backdropFilter||s.WebkitBackdropFilter;return s.transform!=="none"||s.perspective!=="none"||!!a&&a!=="none"||i&&s.willChange==="filter"||i&&!!s.filter&&s.filter!=="none"||["transform","perspective"].some(r=>s.willChange.includes(r))||["paint","layout","strict","content"].some(r=>{const e=s.contain;return e!=null&&e.includes(r)})}function t6(){return!/^((?!chrome|android).)*safari/i.test(ZE())}function K4(t){return["html","body","#document"].includes(Ff(t))}function r6(t){return pf(t)?t:t.contextElement}const n6={x:1,y:1};function Td(t){const i=r6(t);if(!jl(i))return n6;const s=i.getBoundingClientRect(),{width:a,height:r,fallback:e}=JE(i);let d=(e?v2(s.width):s.width)/a,y=(e?v2(s.height):s.height)/r;return d&&Number.isFinite(d)||(d=1),y&&Number.isFinite(y)||(y=1),{x:d,y}}function $p(t,i,s,a){var r,e;i===void 0&&(i=!1),s===void 0&&(s=!1);const d=t.getBoundingClientRect(),y=r6(t);let w=n6;i&&(a?pf(a)&&(w=Td(a)):w=Td(t));const F=y?Co(y):window,C=!t6()&&s;let S=(d.left+(C&&((r=F.visualViewport)==null?void 0:r.offsetLeft)||0))/w.x,R=(d.top+(C&&((e=F.visualViewport)==null?void 0:e.offsetTop)||0))/w.y,L=d.width/w.x,B=d.height/w.y;if(y){const I=Co(y),z=a&&pf(a)?Co(a):a;let W=I.frameElement;for(;W&&a&&z!==I;){const K=Td(W),oe=W.getBoundingClientRect(),G=getComputedStyle(W);oe.x+=(W.clientLeft+parseFloat(G.paddingLeft))*K.x,oe.y+=(W.clientTop+parseFloat(G.paddingTop))*K.y,S*=K.x,R*=K.y,L*=K.x,B*=K.y,S+=oe.x,R+=oe.y,W=Co(W).frameElement}}return{width:L,height:B,top:R,right:S+L,bottom:R+B,left:S,x:S,y:R}}function gf(t){return((e6(t)?t.ownerDocument:t.document)||window.document).documentElement}function ev(t){return pf(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function i6(t){return $p(gf(t)).left+ev(t).scrollLeft}function Hp(t){if(Ff(t)==="html")return t;const i=t.assignedSlot||t.parentNode||bw(t)&&t.host||gf(t);return bw(i)?i.host:i}function s6(t){const i=Hp(t);return K4(i)?i.ownerDocument.body:jl(i)&&Z2(i)?i:s6(i)}function b2(t,i){var s;i===void 0&&(i=[]);const a=s6(t),r=a===((s=t.ownerDocument)==null?void 0:s.body),e=Co(a);return r?i.concat(e,e.visualViewport||[],Z2(a)?a:[]):i.concat(a,b2(a))}function yw(t,i,s){return i==="viewport"?wp(function(a,r){const e=Co(a),d=gf(a),y=e.visualViewport;let w=d.clientWidth,F=d.clientHeight,C=0,S=0;if(y){w=y.width,F=y.height;const R=t6();(R||!R&&r==="fixed")&&(C=y.offsetLeft,S=y.offsetTop)}return{width:w,height:F,x:C,y:S}}(t,s)):pf(i)?wp(function(a,r){const e=$p(a,!0,r==="fixed"),d=e.top+a.clientTop,y=e.left+a.clientLeft,w=jl(a)?Td(a):{x:1,y:1};return{width:a.clientWidth*w.x,height:a.clientHeight*w.y,x:y*w.x,y:d*w.y}}(i,s)):wp(function(a){const r=gf(a),e=ev(a),d=a.ownerDocument.body,y=Dp(r.scrollWidth,r.clientWidth,d.scrollWidth,d.clientWidth),w=Dp(r.scrollHeight,r.clientHeight,d.scrollHeight,d.clientHeight);let F=-e.scrollLeft+i6(a);const C=-e.scrollTop;return zl(d).direction==="rtl"&&(F+=Dp(r.clientWidth,d.clientWidth)-y),{width:y,height:w,x:F,y:C}}(gf(t)))}function _w(t){return jl(t)&&zl(t).position!=="fixed"?t.offsetParent:null}function ww(t){const i=Co(t);let s=_w(t);for(;s&&_O(s)&&zl(s).position==="static";)s=_w(s);return s&&(Ff(s)==="html"||Ff(s)==="body"&&zl(s).position==="static"&&!Ay(s))?i:s||function(a){let r=Hp(a);for(;jl(r)&&!K4(r);){if(Ay(r))return r;r=Hp(r)}return null}(t)||i}function wO(t,i,s){const a=jl(i),r=gf(i),e=$p(t,!0,s==="fixed",i);let d={scrollLeft:0,scrollTop:0};const y={x:0,y:0};if(a||!a&&s!=="fixed")if((Ff(i)!=="body"||Z2(r))&&(d=ev(i)),jl(i)){const w=$p(i,!0);y.x=w.x+i.clientLeft,y.y=w.y+i.clientTop}else r&&(y.x=i6(r));return{x:e.left+d.scrollLeft-y.x,y:e.top+d.scrollTop-y.y,width:e.width,height:e.height}}const DO={getClippingRect:function(t){let{element:i,boundary:s,rootBoundary:a,strategy:r}=t;const e=s==="clippingAncestors"?function(F,C){const S=C.get(F);if(S)return S;let R=b2(F).filter(z=>pf(z)&&Ff(z)!=="body"),L=null;const B=zl(F).position==="fixed";let I=B?Hp(F):F;for(;pf(I)&&!K4(I);){const z=zl(I),W=Ay(I);(B?W||L:W||z.position!=="static"||!L||!["absolute","fixed"].includes(L.position))?L=z:R=R.filter(K=>K!==I),I=Hp(I)}return C.set(F,R),R}(i,this._c):[].concat(s),d=[...e,a],y=d[0],w=d.reduce((F,C)=>{const S=yw(i,C,r);return F.top=Dp(S.top,F.top),F.right=vw(S.right,F.right),F.bottom=vw(S.bottom,F.bottom),F.left=Dp(S.left,F.left),F},yw(i,y,r));return{width:w.right-w.left,height:w.bottom-w.top,x:w.left,y:w.top}},convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:i,offsetParent:s,strategy:a}=t;const r=jl(s),e=gf(s);if(s===e)return i;let d={scrollLeft:0,scrollTop:0},y={x:1,y:1};const w={x:0,y:0};if((r||!r&&a!=="fixed")&&((Ff(s)!=="body"||Z2(e))&&(d=ev(s)),jl(s))){const F=$p(s);y=Td(s),w.x=F.x+s.clientLeft,w.y=F.y+s.clientTop}return{width:i.width*y.x,height:i.height*y.y,x:i.x*y.x-d.scrollLeft*y.x+w.x,y:i.y*y.y-d.scrollTop*y.y+w.y}},isElement:pf,getDimensions:function(t){return jl(t)?JE(t):t.getBoundingClientRect()},getOffsetParent:ww,getDocumentElement:gf,getScale:Td,async getElementRects(t){let{reference:i,floating:s,strategy:a}=t;const r=this.getOffsetParent||ww,e=this.getDimensions;return{reference:wO(i,await r(s),a),floating:{x:0,y:0,...await e(s)}}},getClientRects:t=>Array.from(t.getClientRects()),isRTL:t=>zl(t).direction==="rtl"},FO=(t,i,s)=>{const a=new Map,r={platform:DO,...s},e={...r.platform,_c:a};return fO(t,i,{...r,platform:e})};function a6(t,i){for(const s in i)Object.prototype.hasOwnProperty.call(i,s)&&(typeof i[s]=="object"&&t[s]?a6(t[s],i[s]):t[s]=i[s])}const zc={disabled:!1,distance:5,skidding:0,container:"body",boundary:void 0,instantMove:!1,disposeTimeout:5e3,popperTriggers:[],strategy:"absolute",preventOverflow:!0,flip:!0,shift:!0,overflowPadding:0,arrowPadding:0,arrowOverflow:!0,themes:{tooltip:{placement:"top",triggers:["hover","focus","touch"],hideTriggers:t=>[...t,"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","focus"],delay:{show:0,hide:400}}}};function Wp(t,i){let s=zc.themes[t]||{},a;do a=s[i],typeof a>"u"?s.$extend?s=zc.themes[s.$extend]||{}:(s=null,a=zc[i]):s=null;while(s);return a}function EO(t){const i=[t];let s=zc.themes[t]||{};do s.$extend&&!s.$resetCss?(i.push(s.$extend),s=zc.themes[s.$extend]||{}):s=null;while(s);return i.map(a=>`v-popper--theme-${a}`)}function Dw(t){const i=[t];let s=zc.themes[t]||{};do s.$extend?(i.push(s.$extend),s=zc.themes[s.$extend]||{}):s=null;while(s);return i}let nh=!1;if(typeof window<"u"){nh=!1;try{const t=Object.defineProperty({},"passive",{get(){nh=!0}});window.addEventListener("test",null,t)}catch{}}let o6=!1;typeof window<"u"&&typeof navigator<"u"&&(o6=/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream);const l6=["auto","top","bottom","left","right"].reduce((t,i)=>t.concat([i,`${i}-start`,`${i}-end`]),[]),Fw={hover:"mouseenter",focus:"focus",click:"click",touch:"touchstart",pointer:"pointerdown"},Ew={hover:"mouseleave",focus:"blur",click:"click",touch:"touchend",pointer:"pointerup"};function xw(t,i){const s=t.indexOf(i);s!==-1&&t.splice(s,1)}function Nb(){return new Promise(t=>requestAnimationFrame(()=>{requestAnimationFrame(t)}))}const fl=[];let B0=null;const Cw={};function Tw(t){let i=Cw[t];return i||(i=Cw[t]=[]),i}let Sy=function(){};typeof window<"u"&&(Sy=window.Element);function En(t){return function(i){return Wp(i.theme,t)}}const Mb="__floating-vue__popper",c6=()=>ls({name:"VPopper",provide(){return{[Mb]:{parentPopper:this}}},inject:{[Mb]:{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:En("disabled")},positioningDisabled:{type:Boolean,default:En("positioningDisabled")},placement:{type:String,default:En("placement"),validator:t=>l6.includes(t)},delay:{type:[String,Number,Object],default:En("delay")},distance:{type:[Number,String],default:En("distance")},skidding:{type:[Number,String],default:En("skidding")},triggers:{type:Array,default:En("triggers")},showTriggers:{type:[Array,Function],default:En("showTriggers")},hideTriggers:{type:[Array,Function],default:En("hideTriggers")},popperTriggers:{type:Array,default:En("popperTriggers")},popperShowTriggers:{type:[Array,Function],default:En("popperShowTriggers")},popperHideTriggers:{type:[Array,Function],default:En("popperHideTriggers")},container:{type:[String,Object,Sy,Boolean],default:En("container")},boundary:{type:[String,Sy],default:En("boundary")},strategy:{type:String,validator:t=>["absolute","fixed"].includes(t),default:En("strategy")},autoHide:{type:[Boolean,Function],default:En("autoHide")},handleResize:{type:Boolean,default:En("handleResize")},instantMove:{type:Boolean,default:En("instantMove")},eagerMount:{type:Boolean,default:En("eagerMount")},popperClass:{type:[String,Array,Object],default:En("popperClass")},computeTransformOrigin:{type:Boolean,default:En("computeTransformOrigin")},autoMinSize:{type:Boolean,default:En("autoMinSize")},autoSize:{type:[Boolean,String],default:En("autoSize")},autoMaxSize:{type:Boolean,default:En("autoMaxSize")},autoBoundaryMaxSize:{type:Boolean,default:En("autoBoundaryMaxSize")},preventOverflow:{type:Boolean,default:En("preventOverflow")},overflowPadding:{type:[Number,String],default:En("overflowPadding")},arrowPadding:{type:[Number,String],default:En("arrowPadding")},arrowOverflow:{type:Boolean,default:En("arrowOverflow")},flip:{type:Boolean,default:En("flip")},shift:{type:Boolean,default:En("shift")},shiftCrossAxis:{type:Boolean,default:En("shiftCrossAxis")},noAutoFocus:{type:Boolean,default:En("noAutoFocus")},disposeTimeout:{type:Number,default:En("disposeTimeout")}},emits:["show","hide","update:shown","apply-show","apply-hide","close-group","close-directive","auto-hide","resize","dispose"],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},shownChildren:new Set,lastAutoHide:!0}},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 t;return(t=this[Mb])==null?void 0:t.parentPopper},hasPopperShowTriggerHover(){var t,i;return((t=this.popperTriggers)==null?void 0:t.includes("hover"))||((i=this.popperShowTriggers)==null?void 0:i.includes("hover"))}},watch:{shown:"$_autoShowHide",disabled(t){t?this.dispose():this.init()},async container(){this.isShown&&(this.$_ensureTeleport(),await this.$_computePosition())},...["triggers","positioningDisabled"].reduce((t,i)=>(t[i]="$_refreshListeners",t),{}),...["placement","distance","skidding","boundary","strategy","overflowPadding","arrowPadding","preventOverflow","shift","shiftCrossAxis","flip"].reduce((t,i)=>(t[i]="$_computePosition",t),{})},created(){this.$_isDisposed=!0,this.randomId=`popper_${[Math.random(),Date.now()].map(t=>t.toString(36).substring(2,10)).join("_")}`,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:t=null,skipDelay:i=!1,force:s=!1}={}){var a,r;(a=this.parentPopper)!=null&&a.lockedChild&&this.parentPopper.lockedChild!==this||(this.$_pendingHide=!1,(s||!this.disabled)&&(((r=this.parentPopper)==null?void 0:r.lockedChild)===this&&(this.parentPopper.lockedChild=null),this.$_scheduleShow(t,i),this.$emit("show"),this.$_showFrameLocked=!0,requestAnimationFrame(()=>{this.$_showFrameLocked=!1})),this.$emit("update:shown",!0))},hide({event:t=null,skipDelay:i=!1}={}){var s;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:i}),this.parentPopper.lockedChild=null)},1e3));return}((s=this.parentPopper)==null?void 0:s.lockedChild)===this&&(this.parentPopper.lockedChild=null),this.$_pendingHide=!1,this.$_scheduleHide(t,i),this.$emit("hide"),this.$emit("update:shown",!1)}},init(){var t;this.$_isDisposed&&(this.$_isDisposed=!1,this.isMounted=!1,this.$_events=[],this.$_preventShow=!1,this.$_referenceNode=((t=this.referenceNode)==null?void 0:t.call(this))??this.$el,this.$_targetNodes=this.targetNodes().filter(i=>i.nodeType===i.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"),this.$emit("dispose"))},async onResize(){this.isShown&&(await this.$_computePosition(),this.$emit("resize"))},async $_computePosition(){if(this.$_isDisposed||this.positioningDisabled)return;const t={strategy:this.strategy,middleware:[]};(this.distance||this.skidding)&&t.middleware.push(vO({mainAxis:this.distance,crossAxis:this.skidding}));const i=this.placement.startsWith("auto");if(i?t.middleware.push(pO({alignment:this.placement.split("-")[1]??""})):t.placement=this.placement,this.preventOverflow&&(this.shift&&t.middleware.push(bO({padding:this.overflowPadding,boundary:this.boundary,crossAxis:this.shiftCrossAxis})),!i&&this.flip&&t.middleware.push(gO({padding:this.overflowPadding,boundary:this.boundary}))),t.middleware.push(hO({element:this.$_arrowNode,padding:this.arrowPadding})),this.arrowOverflow&&t.middleware.push({name:"arrowOverflow",fn:({placement:a,rects:r,middlewareData:e})=>{let d;const{centerOffset:y}=e.arrow;return a.startsWith("top")||a.startsWith("bottom")?d=Math.abs(y)>r.reference.width/2:d=Math.abs(y)>r.reference.height/2,{data:{overflow:d}}}}),this.autoMinSize||this.autoSize){const a=this.autoSize?this.autoSize:this.autoMinSize?"min":null;t.middleware.push({name:"autoSize",fn:({rects:r,placement:e,middlewareData:d})=>{var y;if((y=d.autoSize)!=null&&y.skip)return{};let w,F;return e.startsWith("top")||e.startsWith("bottom")?w=r.reference.width:F=r.reference.height,this.$_innerNode.style[a==="min"?"minWidth":a==="max"?"maxWidth":"width"]=w!=null?`${w}px`:null,this.$_innerNode.style[a==="min"?"minHeight":a==="max"?"maxHeight":"height"]=F!=null?`${F}px`:null,{data:{skip:!0},reset:{rects:!0}}}})}(this.autoMaxSize||this.autoBoundaryMaxSize)&&(this.$_innerNode.style.maxWidth=null,this.$_innerNode.style.maxHeight=null,t.middleware.push(yO({boundary:this.boundary,padding:this.overflowPadding,apply:({availableWidth:a,availableHeight:r})=>{this.$_innerNode.style.maxWidth=a!=null?`${a}px`:null,this.$_innerNode.style.maxHeight=r!=null?`${r}px`:null}})));const s=await FO(this.$_referenceNode,this.$_popperNode,t);Object.assign(this.result,{x:s.x,y:s.y,placement:s.placement,strategy:s.strategy,arrow:{...s.middlewareData.arrow,...s.middlewareData.arrowOverflow}})},$_scheduleShow(t=null,i=!1){if(this.$_updateParentShownChildren(!0),this.$_hideInProgress=!1,clearTimeout(this.$_scheduleTimer),B0&&this.instantMove&&B0.instantMove&&B0!==this.parentPopper){B0.$_applyHide(!0),this.$_applyShow(!0);return}i?this.$_applyShow():this.$_scheduleTimer=setTimeout(this.$_applyShow.bind(this),this.$_computeDelay("show"))},$_scheduleHide(t=null,i=!1){if(this.shownChildren.size>0){this.$_pendingHide=!0;return}this.$_updateParentShownChildren(!1),this.$_hideInProgress=!0,clearTimeout(this.$_scheduleTimer),this.isShown&&(B0=this),i?this.$_applyHide():this.$_scheduleTimer=setTimeout(this.$_applyHide.bind(this),this.$_computeDelay("hide"))},$_computeDelay(t){const i=this.delay;return parseInt(i&&i[t]||i||0)},async $_applyShow(t=!1){clearTimeout(this.$_disposeTimer),clearTimeout(this.$_scheduleTimer),this.skipTransition=t,!this.isShown&&(this.$_ensureTeleport(),await Nb(),await this.$_computePosition(),await this.$_applyShowEffect(),this.positioningDisabled||this.$_registerEventListeners([...b2(this.$_referenceNode),...b2(this.$_popperNode)],"scroll",()=>{this.$_computePosition()}))},async $_applyShowEffect(){if(this.$_hideInProgress)return;if(this.computeTransformOrigin){const i=this.$_referenceNode.getBoundingClientRect(),s=this.$_popperNode.querySelector(".v-popper__wrapper"),a=s.parentNode.getBoundingClientRect(),r=i.x+i.width/2-(a.left+s.offsetLeft),e=i.y+i.height/2-(a.top+s.offsetTop);this.result.transformOrigin=`${r}px ${e}px`}this.isShown=!0,this.$_applyAttrsToTarget({"aria-describedby":this.popperId,"data-popper-shown":""});const t=this.showGroup;if(t){let i;for(let s=0;s<fl.length;s++)i=fl[s],i.showGroup!==t&&(i.hide(),i.$emit("close-group"))}fl.push(this),document.body.classList.add("v-popper--some-open");for(const i of Dw(this.theme))Tw(i).push(this),document.body.classList.add(`v-popper--some-open--${i}`);this.$emit("apply-show"),this.classes.showFrom=!0,this.classes.showTo=!1,this.classes.hideFrom=!1,this.classes.hideTo=!1,await Nb(),this.classes.showFrom=!1,this.classes.showTo=!0,this.noAutoFocus||this.$_popperNode.focus()},async $_applyHide(t=!1){if(this.shownChildren.size>0){this.$_pendingHide=!0,this.$_hideInProgress=!1;return}if(clearTimeout(this.$_scheduleTimer),!this.isShown)return;this.skipTransition=t,xw(fl,this),fl.length===0&&document.body.classList.remove("v-popper--some-open");for(const s of Dw(this.theme)){const a=Tw(s);xw(a,this),a.length===0&&document.body.classList.remove(`v-popper--some-open--${s}`)}B0===this&&(B0=null),this.isShown=!1,this.$_applyAttrsToTarget({"aria-describedby":void 0,"data-popper-shown":void 0}),clearTimeout(this.$_disposeTimer);const i=this.disposeTimeout;i!==null&&(this.$_disposeTimer=setTimeout(()=>{this.$_popperNode&&(this.$_detachPopperNode(),this.isMounted=!1)},i)),this.$_removeEventListeners("scroll"),this.$emit("apply-hide"),this.classes.showFrom=!1,this.classes.showTo=!1,this.classes.hideFrom=!0,this.classes.hideTo=!1,await Nb(),this.classes.hideFrom=!1,this.classes.hideTo=!0},$_autoShowHide(){this.shown?this.show():this.hide()},$_ensureTeleport(){if(this.$_isDisposed)return;let t=this.container;if(typeof t=="string"?t=window.document.querySelector(t):t===!1&&(t=this.$_targetNodes[0].parentNode),!t)throw new Error("No container for popover: "+this.container);t.appendChild(this.$_popperNode),this.isMounted=!0},$_addEventListeners(){const t=s=>{this.isShown&&!this.$_hideInProgress||(s.usedByTooltip=!0,!this.$_preventShow&&this.show({event:s}))};this.$_registerTriggerListeners(this.$_targetNodes,Fw,this.triggers,this.showTriggers,t),this.$_registerTriggerListeners([this.$_popperNode],Fw,this.popperTriggers,this.popperShowTriggers,t);const i=s=>{s.usedByTooltip||this.hide({event:s})};this.$_registerTriggerListeners(this.$_targetNodes,Ew,this.triggers,this.hideTriggers,i),this.$_registerTriggerListeners([this.$_popperNode],Ew,this.popperTriggers,this.popperHideTriggers,i)},$_registerEventListeners(t,i,s){this.$_events.push({targetNodes:t,eventType:i,handler:s}),t.forEach(a=>a.addEventListener(i,s,nh?{passive:!0}:void 0))},$_registerTriggerListeners(t,i,s,a,r){let e=s;a!=null&&(e=typeof a=="function"?a(e):a),e.forEach(d=>{const y=i[d];y&&this.$_registerEventListeners(t,y,r)})},$_removeEventListeners(t){const i=[];this.$_events.forEach(s=>{const{targetNodes:a,eventType:r,handler:e}=s;!t||t===r?a.forEach(d=>d.removeEventListener(r,e)):i.push(s)}),this.$_events=i},$_refreshListeners(){this.$_isDisposed||(this.$_removeEventListeners(),this.$_addEventListeners())},$_handleGlobalClose(t,i=!1){this.$_showFrameLocked||(this.hide({event:t}),t.closePopover?this.$emit("close-directive"):this.$emit("auto-hide"),i&&(this.$_preventShow=!0,setTimeout(()=>{this.$_preventShow=!1},300)))},$_detachPopperNode(){this.$_popperNode.parentNode&&this.$_popperNode.parentNode.removeChild(this.$_popperNode)},$_swapTargetAttrs(t,i){for(const s of this.$_targetNodes){const a=s.getAttribute(t);a&&(s.removeAttribute(t),s.setAttribute(i,a))}},$_applyAttrsToTarget(t){for(const i of this.$_targetNodes)for(const s in t){const a=t[s];a==null?i.removeAttribute(s):i.setAttribute(s,a)}},$_updateParentShownChildren(t){let i=this.parentPopper;for(;i;)t?i.shownChildren.add(this.randomId):(i.shownChildren.delete(this.randomId),i.$_pendingHide&&i.hide()),i=i.parentPopper},$_isAimingPopper(){const t=this.$_referenceNode.getBoundingClientRect();if(Fp>=t.left&&Fp<=t.right&&Ep>=t.top&&Ep<=t.bottom){const i=this.$_popperNode.getBoundingClientRect(),s=Fp-rf,a=Ep-nf,r=i.left+i.width/2-rf+(i.top+i.height/2)-nf+i.width+i.height,e=rf+s*r,d=nf+a*r;return Mm(rf,nf,e,d,i.left,i.top,i.left,i.bottom)||Mm(rf,nf,e,d,i.left,i.top,i.right,i.top)||Mm(rf,nf,e,d,i.right,i.top,i.right,i.bottom)||Mm(rf,nf,e,d,i.left,i.bottom,i.right,i.bottom)}return!1}},render(){return this.$slots.default(this.slotData)}});typeof document<"u"&&typeof window<"u"&&(o6?(document.addEventListener("touchstart",Aw,nh?{passive:!0,capture:!0}:!0),document.addEventListener("touchend",CO,nh?{passive:!0,capture:!0}:!0)):(window.addEventListener("mousedown",Aw,!0),window.addEventListener("click",xO,!0)),window.addEventListener("resize",SO));function Aw(t){for(let i=0;i<fl.length;i++){const s=fl[i];try{const a=s.popperNode();s.$_mouseDownContains=a.contains(t.target)}catch{}}}function xO(t){u6(t)}function CO(t){u6(t,!0)}function u6(t,i=!1){const s={};for(let a=fl.length-1;a>=0;a--){const r=fl[a];try{const e=r.$_containsGlobalTarget=TO(r,t);r.$_pendingHide=!1,requestAnimationFrame(()=>{if(r.$_pendingHide=!1,!s[r.randomId]&&Sw(r,e,t)){if(r.$_handleGlobalClose(t,i),!t.closeAllPopover&&t.closePopover&&e){let y=r.parentPopper;for(;y;)s[y.randomId]=!0,y=y.parentPopper;return}let d=r.parentPopper;for(;d&&Sw(d,d.$_containsGlobalTarget,t);)d.$_handleGlobalClose(t,i),d=d.parentPopper}})}catch{}}}function TO(t,i){const s=t.popperNode();return t.$_mouseDownContains||s.contains(i.target)}function Sw(t,i,s){return s.closeAllPopover||s.closePopover&&i||AO(t,s)&&!i}function AO(t,i){if(typeof t.autoHide=="function"){const s=t.autoHide(i);return t.lastAutoHide=s,s}return t.autoHide}function SO(t){for(let i=0;i<fl.length;i++)fl[i].$_computePosition(t)}let rf=0,nf=0,Fp=0,Ep=0;typeof window<"u"&&window.addEventListener("mousemove",t=>{rf=Fp,nf=Ep,Fp=t.clientX,Ep=t.clientY},nh?{passive:!0}:void 0);function Mm(t,i,s,a,r,e,d,y){const w=((d-r)*(i-e)-(y-e)*(t-r))/((y-e)*(s-t)-(d-r)*(a-i)),F=((s-t)*(i-e)-(a-i)*(t-r))/((y-e)*(s-t)-(d-r)*(a-i));return w>=0&&w<=1&&F>=0&&F<=1}const kO={extends:c6()},tv=(t,i)=>{const s=t.__vccOpts||t;for(const[a,r]of i)s[a]=r;return s};function OO(t,i,s,a,r,e){return fn(),Vn("div",{ref:"reference",class:fa(["v-popper",{"v-popper--shown":t.slotData.isShown}])},[eh(t.$slots,"default",fD(g4(t.slotData)))],2)}const RO=tv(kO,[["render",OO]]);function PO(){var t=window.navigator.userAgent,i=t.indexOf("MSIE ");if(i>0)return parseInt(t.substring(i+5,t.indexOf(".",i)),10);var s=t.indexOf("Trident/");if(s>0){var a=t.indexOf("rv:");return parseInt(t.substring(a+3,t.indexOf(".",a)),10)}var r=t.indexOf("Edge/");return r>0?parseInt(t.substring(r+5,t.indexOf(".",r)),10):-1}let zm;function ky(){ky.init||(ky.init=!0,zm=PO()!==-1)}var rv={name:"ResizeObserver",props:{emitOnMount:{type:Boolean,default:!1},ignoreWidth:{type:Boolean,default:!1},ignoreHeight:{type:Boolean,default:!1}},emits:["notify"],mounted(){ky(),Kl(()=>{this._w=this.$el.offsetWidth,this._h=this.$el.offsetHeight,this.emitOnMount&&this.emitSize()});const t=document.createElement("object");this._resizeObject=t,t.setAttribute("aria-hidden","true"),t.setAttribute("tabindex",-1),t.onload=this.addResizeHandlers,t.type="text/html",zm&&this.$el.appendChild(t),t.data="about:blank",zm||this.$el.appendChild(t)},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&&(!zm&&this._resizeObject.contentDocument&&this._resizeObject.contentDocument.defaultView.removeEventListener("resize",this.compareAndNotify),this.$el.removeChild(this._resizeObject),this._resizeObject.onload=null,this._resizeObject=null)}}};const IO=MD();B2("data-v-b329ee4c");const NO={class:"resize-observer",tabindex:"-1"};U2();const MO=IO((t,i,s,a,r,e)=>(fn(),Yc("div",NO)));rv.render=MO;rv.__scopeId="data-v-b329ee4c";rv.__file="src/components/ResizeObserver.vue";const f6=(t="theme")=>({computed:{themeClass(){return EO(this[t])}}}),LO=ls({name:"VPopperContent",components:{ResizeObserver:rv},mixins:[f6()],props:{popperId:String,theme:String,shown:Boolean,mounted:Boolean,skipTransition:Boolean,autoHide:Boolean,handleResize:Boolean,classes:Object,result:Object},emits:["hide","resize"],methods:{toPx(t){return t!=null&&!isNaN(t)?`${t}px`:null}}}),BO=["id","aria-hidden","tabindex","data-popper-placement"],UO={ref:"inner",class:"v-popper__inner"},$O=Ht("div",{class:"v-popper__arrow-outer"},null,-1),HO=Ht("div",{class:"v-popper__arrow-inner"},null,-1),WO=[$O,HO];function zO(t,i,s,a,r,e){const d=ml("ResizeObserver");return fn(),Vn("div",{id:t.popperId,ref:"popover",class:fa(["v-popper__popper",[t.themeClass,t.classes.popperClass,{"v-popper__popper--shown":t.shown,"v-popper__popper--hidden":!t.shown,"v-popper__popper--show-from":t.classes.showFrom,"v-popper__popper--show-to":t.classes.showTo,"v-popper__popper--hide-from":t.classes.hideFrom,"v-popper__popper--hide-to":t.classes.hideTo,"v-popper__popper--skip-transition":t.skipTransition,"v-popper__popper--arrow-overflow":t.result&&t.result.arrow.overflow,"v-popper__popper--no-positioning":!t.result}]]),style:pl(t.result?{position:t.result.strategy,transform:`translate3d(${Math.round(t.result.x)}px,${Math.round(t.result.y)}px,0)`}:void 0),"aria-hidden":t.shown?"false":"true",tabindex:t.autoHide?0:void 0,"data-popper-placement":t.result?t.result.placement:void 0,onKeyup:i[2]||(i[2]=MF(y=>t.autoHide&&t.$emit("hide"),["esc"]))},[Ht("div",{class:"v-popper__backdrop",onClick:i[0]||(i[0]=y=>t.autoHide&&t.$emit("hide"))}),Ht("div",{class:"v-popper__wrapper",style:pl(t.result?{transformOrigin:t.result.transformOrigin}:void 0)},[Ht("div",UO,[t.mounted?(fn(),Vn(Ri,{key:0},[Ht("div",null,[eh(t.$slots,"default")]),t.handleResize?(fn(),Yc(d,{key:0,onNotify:i[1]||(i[1]=y=>t.$emit("resize",y))})):ro("",!0)],64)):ro("",!0)],512),Ht("div",{ref:"arrow",class:"v-popper__arrow-container",style:pl(t.result?{left:t.toPx(t.result.arrow.x),top:t.toPx(t.result.arrow.y)}:void 0)},WO,4)],4)],46,BO)}const h6=tv(LO,[["render",zO]]),d6={methods:{show(...t){return this.$refs.popper.show(...t)},hide(...t){return this.$refs.popper.hide(...t)},dispose(...t){return this.$refs.popper.dispose(...t)},onResize(...t){return this.$refs.popper.onResize(...t)}}},jO=ls({name:"VPopperWrapper",components:{Popper:RO,PopperContent:h6},mixins:[d6,f6("finalTheme")],props:{theme:{type:String,default:null}},computed:{finalTheme(){return this.theme??this.$options.vPopperTheme}},methods:{getTargetNodes(){return Array.from(this.$el.children).filter(t=>t!==this.$refs.popperContent.$el)}}});function VO(t,i,s,a,r,e){const d=ml("PopperContent"),y=ml("Popper");return fn(),Yc(y,{ref:"popper",theme:t.finalTheme,"target-nodes":t.getTargetNodes,"popper-node":()=>t.$refs.popperContent.$el,class:fa([t.themeClass])},{default:bs(({popperId:w,isShown:F,shouldMountContent:C,skipTransition:S,autoHide:R,show:L,hide:B,handleResize:I,onResize:z,classes:W,result:K})=>[eh(t.$slots,"default",{shown:F,show:L,hide:B}),Yr(d,{ref:"popperContent","popper-id":w,theme:t.finalTheme,shown:F,mounted:C,"skip-transition":S,"auto-hide":R,"handle-resize":I,classes:W,result:K,onHide:B,onResize:z},{default:bs(()=>[eh(t.$slots,"popper",{shown:F,hide:B})]),_:2},1032,["popper-id","theme","shown","mounted","skip-transition","auto-hide","handle-resize","classes","result","onHide","onResize"])]),_:3},8,["theme","target-nodes","popper-node","class"])}const Q4=tv(jO,[["render",VO]]),GO={...Q4,name:"VDropdown",vPopperTheme:"dropdown"},YO={...Q4,name:"VMenu",vPopperTheme:"menu"},qO={...Q4,name:"VTooltip",vPopperTheme:"tooltip"},KO=ls({name:"VTooltipDirective",components:{Popper:c6(),PopperContent:h6},mixins:[d6],inheritAttrs:!1,props:{theme:{type:String,default:"tooltip"},html:{type:Boolean,default:t=>Wp(t.theme,"html")},content:{type:[String,Number,Function],default:null},loadingContent:{type:String,default:t=>Wp(t.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(t){if(typeof this.content=="function"&&this.$_isShown&&(t||!this.$_loading&&this.asyncContent==null)){this.asyncContent=null,this.$_loading=!0;const i=++this.$_fetchId,s=this.content(this);s.then?s.then(a=>this.onResult(i,a)):this.onResult(i,s)}},onResult(t,i){t===this.$_fetchId&&(this.$_loading=!1,this.asyncContent=i)},onShow(){this.$_isShown=!0,this.fetchContent()},onHide(){this.$_isShown=!1}}}),QO=["innerHTML"],XO=["textContent"];function JO(t,i,s,a,r,e){const d=ml("PopperContent"),y=ml("Popper");return fn(),Yc(y,j2({ref:"popper"},t.$attrs,{theme:t.theme,"target-nodes":t.targetNodes,"popper-node":()=>t.$refs.popperContent.$el,onApplyShow:t.onShow,onApplyHide:t.onHide}),{default:bs(({popperId:w,isShown:F,shouldMountContent:C,skipTransition:S,autoHide:R,hide:L,handleResize:B,onResize:I,classes:z,result:W})=>[Yr(d,{ref:"popperContent",class:fa({"v-popper--tooltip-loading":t.loading}),"popper-id":w,theme:t.theme,shown:F,mounted:C,"skip-transition":S,"auto-hide":R,"handle-resize":B,classes:z,result:W,onHide:L,onResize:I},{default:bs(()=>[t.html?(fn(),Vn("div",{key:0,innerHTML:t.finalContent},null,8,QO)):(fn(),Vn("div",{key:1,textContent:Ji(t.finalContent)},null,8,XO))]),_: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 ZO=tv(KO,[["render",JO]]),p6="v-popper--has-tooltip";function eR(t,i){let s=t.placement;if(!s&&i)for(const a of l6)i[a]&&(s=a);return s||(s=Wp(t.theme||"tooltip","placement")),s}function g6(t,i,s){let a;const r=typeof i;return r==="string"?a={content:i}:i&&r==="object"?a=i:a={content:!1},a.placement=eR(a,s),a.targetNodes=()=>[t],a.referenceNode=()=>t,a}let Lb,zp,tR=0;function rR(){if(Lb)return;zp=nr([]),Lb=D4({name:"VTooltipDirectiveApp",setup(){return{directives:zp}},render(){return this.directives.map(i=>lh(ZO,{...i.options,shown:i.shown||i.options.shown,key:i.id}))},devtools:{hide:!0}});const t=document.createElement("div");document.body.appendChild(t),Lb.mount(t)}function nR(t,i,s){rR();const a=nr(g6(t,i,s)),r=nr(!1),e={id:tR++,options:a,shown:r};return zp.value.push(e),t.classList&&t.classList.add(p6),t.$_popper={options:a,item:e,show(){r.value=!0},hide(){r.value=!1}}}function m6(t){if(t.$_popper){const i=zp.value.indexOf(t.$_popper.item);i!==-1&&zp.value.splice(i,1),delete t.$_popper,delete t.$_popperOldShown,delete t.$_popperMountTarget}t.classList&&t.classList.remove(p6)}function kw(t,{value:i,modifiers:s}){const a=g6(t,i,s);if(!a.content||Wp(a.theme||"tooltip","disabled"))m6(t);else{let r;t.$_popper?(r=t.$_popper,r.options.value=a):r=nR(t,i,s),typeof i.shown<"u"&&i.shown!==t.$_popperOldShown&&(t.$_popperOldShown=i.shown,i.shown?r.show():r.hide())}}const iR={beforeMount:kw,updated:kw,beforeUnmount(t){m6(t)}};function Ow(t){t.addEventListener("click",v6),t.addEventListener("touchstart",b6,nh?{passive:!0}:!1)}function Rw(t){t.removeEventListener("click",v6),t.removeEventListener("touchstart",b6),t.removeEventListener("touchend",y6),t.removeEventListener("touchcancel",_6)}function v6(t){const i=t.currentTarget;t.closePopover=!i.$_vclosepopover_touch,t.closeAllPopover=i.$_closePopoverModifiers&&!!i.$_closePopoverModifiers.all}function b6(t){if(t.changedTouches.length===1){const i=t.currentTarget;i.$_vclosepopover_touch=!0;const s=t.changedTouches[0];i.$_vclosepopover_touchPoint=s,i.addEventListener("touchend",y6),i.addEventListener("touchcancel",_6)}}function y6(t){const i=t.currentTarget;if(i.$_vclosepopover_touch=!1,t.changedTouches.length===1){const s=t.changedTouches[0],a=i.$_vclosepopover_touchPoint;t.closePopover=Math.abs(s.screenY-a.screenY)<20&&Math.abs(s.screenX-a.screenX)<20,t.closeAllPopover=i.$_closePopoverModifiers&&!!i.$_closePopoverModifiers.all}}function _6(t){const i=t.currentTarget;i.$_vclosepopover_touch=!1}const sR={beforeMount(t,{value:i,modifiers:s}){t.$_closePopoverModifiers=s,(typeof i>"u"||i)&&Ow(t)},updated(t,{value:i,oldValue:s,modifiers:a}){t.$_closePopoverModifiers=a,i!==s&&(typeof i>"u"||i?Ow(t):Rw(t))},beforeUnmount(t){Rw(t)}};function aR(t,i={}){t.$_vTooltipInstalled||(t.$_vTooltipInstalled=!0,a6(zc,i),t.directive("tooltip",iR),t.directive("close-popper",sR),t.component("VTooltip",qO),t.component("VDropdown",GO),t.component("VMenu",YO))}const oR={version:"2.0.0-beta.24",install:aR,options:zc};class nv{constructor(){this.listeners=new Set,this.subscribe=this.subscribe.bind(this)}subscribe(i){const s={listener:i};return this.listeners.add(s),this.onSubscribe(),()=>{this.listeners.delete(s),this.onUnsubscribe()}}hasListeners(){return this.listeners.size>0}onSubscribe(){}onUnsubscribe(){}}const iv=typeof window>"u"||"Deno"in window;function ll(){}function lR(t,i){return typeof t=="function"?t(i):t}function cR(t){return typeof t=="number"&&t>=0&&t!==1/0}function uR(t,i){return Math.max(t+(i||0)-Date.now(),0)}function Lm(t,i,s){return sv(t)?typeof i=="function"?{...s,queryKey:t,queryFn:i}:{...i,queryKey:t}:t}function ff(t,i,s){return sv(t)?[{...i,queryKey:t},s]:[t||{},i]}function Pw(t,i){const{type:s="all",exact:a,fetchStatus:r,predicate:e,queryKey:d,stale:y}=t;if(sv(d)){if(a){if(i.queryHash!==X4(d,i.options))return!1}else if(!y2(i.queryKey,d))return!1}if(s!=="all"){const w=i.isActive();if(s==="active"&&!w||s==="inactive"&&w)return!1}return!(typeof y=="boolean"&&i.isStale()!==y||typeof r<"u"&&r!==i.state.fetchStatus||e&&!e(i))}function Iw(t,i){const{exact:s,fetching:a,predicate:r,mutationKey:e}=t;if(sv(e)){if(!i.options.mutationKey)return!1;if(s){if(G0(i.options.mutationKey)!==G0(e))return!1}else if(!y2(i.options.mutationKey,e))return!1}return!(typeof a=="boolean"&&i.state.status==="loading"!==a||r&&!r(i))}function X4(t,i){return((i==null?void 0:i.queryKeyHashFn)||G0)(t)}function G0(t){return JSON.stringify(t,(i,s)=>Oy(s)?Object.keys(s).sort().reduce((a,r)=>(a[r]=s[r],a),{}):s)}function y2(t,i){return w6(t,i)}function w6(t,i){return t===i?!0:typeof t!=typeof i?!1:t&&i&&typeof t=="object"&&typeof i=="object"?!Object.keys(i).some(s=>!w6(t[s],i[s])):!1}function D6(t,i){if(t===i)return t;const s=Nw(t)&&Nw(i);if(s||Oy(t)&&Oy(i)){const a=s?t.length:Object.keys(t).length,r=s?i:Object.keys(i),e=r.length,d=s?[]:{};let y=0;for(let w=0;w<e;w++){const F=s?w:r[w];d[F]=D6(t[F],i[F]),d[F]===t[F]&&y++}return a===e&&y===a?t:d}return i}function QI(t,i){if(t&&!i||i&&!t)return!1;for(const s in t)if(t[s]!==i[s])return!1;return!0}function Nw(t){return Array.isArray(t)&&t.length===Object.keys(t).length}function Oy(t){if(!Mw(t))return!1;const i=t.constructor;if(typeof i>"u")return!0;const s=i.prototype;return!(!Mw(s)||!s.hasOwnProperty("isPrototypeOf"))}function Mw(t){return Object.prototype.toString.call(t)==="[object Object]"}function sv(t){return Array.isArray(t)}function F6(t){return new Promise(i=>{setTimeout(i,t)})}function Lw(t){F6(0).then(t)}function fR(){if(typeof AbortController=="function")return new AbortController}function hR(t,i,s){return s.isDataEqual!=null&&s.isDataEqual(t,i)?t:typeof s.structuralSharing=="function"?s.structuralSharing(t,i):s.structuralSharing!==!1?D6(t,i):i}class dR extends nv{constructor(){super(),this.setup=i=>{if(!iv&&window.addEventListener){const s=()=>i();return window.addEventListener("visibilitychange",s,!1),window.addEventListener("focus",s,!1),()=>{window.removeEventListener("visibilitychange",s),window.removeEventListener("focus",s)}}}}onSubscribe(){this.cleanup||this.setEventListener(this.setup)}onUnsubscribe(){if(!this.hasListeners()){var i;(i=this.cleanup)==null||i.call(this),this.cleanup=void 0}}setEventListener(i){var s;this.setup=i,(s=this.cleanup)==null||s.call(this),this.cleanup=i(a=>{typeof a=="boolean"?this.setFocused(a):this.onFocus()})}setFocused(i){this.focused!==i&&(this.focused=i,this.onFocus())}onFocus(){this.listeners.forEach(({listener:i})=>{i()})}isFocused(){return typeof this.focused=="boolean"?this.focused:typeof document>"u"?!0:[void 0,"visible","prerender"].includes(document.visibilityState)}}const Ry=new dR,Bw=["online","offline"];class pR extends nv{constructor(){super(),this.setup=i=>{if(!iv&&window.addEventListener){const s=()=>i();return Bw.forEach(a=>{window.addEventListener(a,s,!1)}),()=>{Bw.forEach(a=>{window.removeEventListener(a,s)})}}}}onSubscribe(){this.cleanup||this.setEventListener(this.setup)}onUnsubscribe(){if(!this.hasListeners()){var i;(i=this.cleanup)==null||i.call(this),this.cleanup=void 0}}setEventListener(i){var s;this.setup=i,(s=this.cleanup)==null||s.call(this),this.cleanup=i(a=>{typeof a=="boolean"?this.setOnline(a):this.onOnline()})}setOnline(i){this.online!==i&&(this.online=i,this.onOnline())}onOnline(){this.listeners.forEach(({listener:i})=>{i()})}isOnline(){return typeof this.online=="boolean"?this.online:typeof navigator>"u"||typeof navigator.onLine>"u"?!0:navigator.onLine}}const _2=new pR;function gR(t){return Math.min(1e3*2**t,3e4)}function J4(t){return(t??"online")==="online"?_2.isOnline():!0}class E6{constructor(i){this.revert=i==null?void 0:i.revert,this.silent=i==null?void 0:i.silent}}function Bb(t){return t instanceof E6}function x6(t){let i=!1,s=0,a=!1,r,e,d;const y=new Promise((z,W)=>{e=z,d=W}),w=z=>{a||(L(new E6(z)),t.abort==null||t.abort())},F=()=>{i=!0},C=()=>{i=!1},S=()=>!Ry.isFocused()||t.networkMode!=="always"&&!_2.isOnline(),R=z=>{a||(a=!0,t.onSuccess==null||t.onSuccess(z),r==null||r(),e(z))},L=z=>{a||(a=!0,t.onError==null||t.onError(z),r==null||r(),d(z))},B=()=>new Promise(z=>{r=W=>{const K=a||!S();return K&&z(W),K},t.onPause==null||t.onPause()}).then(()=>{r=void 0,a||t.onContinue==null||t.onContinue()}),I=()=>{if(a)return;let z;try{z=t.fn()}catch(W){z=Promise.reject(W)}Promise.resolve(z).then(R).catch(W=>{var K,oe;if(a)return;const G=(K=t.retry)!=null?K:3,j=(oe=t.retryDelay)!=null?oe:gR,Z=typeof j=="function"?j(s,W):j,ie=G===!0||typeof G=="number"&&s<G||typeof G=="function"&&G(s,W);if(i||!ie){L(W);return}s++,t.onFail==null||t.onFail(s,W),F6(Z).then(()=>{if(S())return B()}).then(()=>{i?L(W):I()})})};return J4(t.networkMode)?I():B().then(I),{promise:y,cancel:w,continue:()=>(r==null?void 0:r())?y:Promise.resolve(),cancelRetry:F,continueRetry:C}}const Z4=console;function mR(){let t=[],i=0,s=C=>{C()},a=C=>{C()};const r=C=>{let S;i++;try{S=C()}finally{i--,i||y()}return S},e=C=>{i?t.push(C):Lw(()=>{s(C)})},d=C=>(...S)=>{e(()=>{C(...S)})},y=()=>{const C=t;t=[],C.length&&Lw(()=>{a(()=>{C.forEach(S=>{s(S)})})})};return{batch:r,batchCalls:d,schedule:e,setNotifyFunction:C=>{s=C},setBatchNotifyFunction:C=>{a=C}}}const ca=mR();class C6{destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),cR(this.cacheTime)&&(this.gcTimeout=setTimeout(()=>{this.optionalRemove()},this.cacheTime))}updateCacheTime(i){this.cacheTime=Math.max(this.cacheTime||0,i??(iv?1/0:5*60*1e3))}clearGcTimeout(){this.gcTimeout&&(clearTimeout(this.gcTimeout),this.gcTimeout=void 0)}}class vR extends C6{constructor(i){super(),this.abortSignalConsumed=!1,this.defaultOptions=i.defaultOptions,this.setOptions(i.options),this.observers=[],this.cache=i.cache,this.logger=i.logger||Z4,this.queryKey=i.queryKey,this.queryHash=i.queryHash,this.initialState=i.state||bR(this.options),this.state=this.initialState,this.scheduleGc()}get meta(){return this.options.meta}setOptions(i){this.options={...this.defaultOptions,...i},this.updateCacheTime(this.options.cacheTime)}optionalRemove(){!this.observers.length&&this.state.fetchStatus==="idle"&&this.cache.remove(this)}setData(i,s){const a=hR(this.state.data,i,this.options);return this.dispatch({data:a,type:"success",dataUpdatedAt:s==null?void 0:s.updatedAt,manual:s==null?void 0:s.manual}),a}setState(i,s){this.dispatch({type:"setState",state:i,setStateOptions:s})}cancel(i){var s;const a=this.promise;return(s=this.retryer)==null||s.cancel(i),a?a.then(ll).catch(ll):Promise.resolve()}destroy(){super.destroy(),this.cancel({silent:!0})}reset(){this.destroy(),this.setState(this.initialState)}isActive(){return this.observers.some(i=>i.options.enabled!==!1)}isDisabled(){return this.getObserversCount()>0&&!this.isActive()}isStale(){return this.state.isInvalidated||!this.state.dataUpdatedAt||this.observers.some(i=>i.getCurrentResult().isStale)}isStaleByTime(i=0){return this.state.isInvalidated||!this.state.dataUpdatedAt||!uR(this.state.dataUpdatedAt,i)}onFocus(){var i;const s=this.observers.find(a=>a.shouldFetchOnWindowFocus());s&&s.refetch({cancelRefetch:!1}),(i=this.retryer)==null||i.continue()}onOnline(){var i;const s=this.observers.find(a=>a.shouldFetchOnReconnect());s&&s.refetch({cancelRefetch:!1}),(i=this.retryer)==null||i.continue()}addObserver(i){this.observers.includes(i)||(this.observers.push(i),this.clearGcTimeout(),this.cache.notify({type:"observerAdded",query:this,observer:i}))}removeObserver(i){this.observers.includes(i)&&(this.observers=this.observers.filter(s=>s!==i),this.observers.length||(this.retryer&&(this.abortSignalConsumed?this.retryer.cancel({revert:!0}):this.retryer.cancelRetry()),this.scheduleGc()),this.cache.notify({type:"observerRemoved",query:this,observer:i}))}getObserversCount(){return this.observers.length}invalidate(){this.state.isInvalidated||this.dispatch({type:"invalidate"})}fetch(i,s){var a,r;if(this.state.fetchStatus!=="idle"){if(this.state.dataUpdatedAt&&s!=null&&s.cancelRefetch)this.cancel({silent:!0});else if(this.promise){var e;return(e=this.retryer)==null||e.continueRetry(),this.promise}}if(i&&this.setOptions(i),!this.options.queryFn){const L=this.observers.find(B=>B.options.queryFn);L&&this.setOptions(L.options)}Array.isArray(this.options.queryKey);const d=fR(),y={queryKey:this.queryKey,pageParam:void 0,meta:this.meta},w=L=>{Object.defineProperty(L,"signal",{enumerable:!0,get:()=>{if(d)return this.abortSignalConsumed=!0,d.signal}})};w(y);const F=()=>this.options.queryFn?(this.abortSignalConsumed=!1,this.options.queryFn(y)):Promise.reject("Missing queryFn for queryKey '"+this.options.queryHash+"'"),C={fetchOptions:s,options:this.options,queryKey:this.queryKey,state:this.state,fetchFn:F};if(w(C),(a=this.options.behavior)==null||a.onFetch(C),this.revertState=this.state,this.state.fetchStatus==="idle"||this.state.fetchMeta!==((r=C.fetchOptions)==null?void 0:r.meta)){var S;this.dispatch({type:"fetch",meta:(S=C.fetchOptions)==null?void 0:S.meta})}const R=L=>{if(Bb(L)&&L.silent||this.dispatch({type:"error",error:L}),!Bb(L)){var B,I,z,W;(B=(I=this.cache.config).onError)==null||B.call(I,L,this),(z=(W=this.cache.config).onSettled)==null||z.call(W,this.state.data,L,this)}this.isFetchingOptimistic||this.scheduleGc(),this.isFetchingOptimistic=!1};return this.retryer=x6({fn:C.fetchFn,abort:d==null?void 0:d.abort.bind(d),onSuccess:L=>{var B,I,z,W;if(typeof L>"u"){R(new Error(this.queryHash+" data is undefined"));return}this.setData(L),(B=(I=this.cache.config).onSuccess)==null||B.call(I,L,this),(z=(W=this.cache.config).onSettled)==null||z.call(W,L,this.state.error,this),this.isFetchingOptimistic||this.scheduleGc(),this.isFetchingOptimistic=!1},onError:R,onFail:(L,B)=>{this.dispatch({type:"failed",failureCount:L,error:B})},onPause:()=>{this.dispatch({type:"pause"})},onContinue:()=>{this.dispatch({type:"continue"})},retry:C.options.retry,retryDelay:C.options.retryDelay,networkMode:C.options.networkMode}),this.promise=this.retryer.promise,this.promise}dispatch(i){const s=a=>{var r,e;switch(i.type){case"failed":return{...a,fetchFailureCount:i.failureCount,fetchFailureReason:i.error};case"pause":return{...a,fetchStatus:"paused"};case"continue":return{...a,fetchStatus:"fetching"};case"fetch":return{...a,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:(r=i.meta)!=null?r:null,fetchStatus:J4(this.options.networkMode)?"fetching":"paused",...!a.dataUpdatedAt&&{error:null,status:"loading"}};case"success":return{...a,data:i.data,dataUpdateCount:a.dataUpdateCount+1,dataUpdatedAt:(e=i.dataUpdatedAt)!=null?e:Date.now(),error:null,isInvalidated:!1,status:"success",...!i.manual&&{fetchStatus:"idle",fetchFailureCount:0,fetchFailureReason:null}};case"error":const d=i.error;return Bb(d)&&d.revert&&this.revertState?{...this.revertState}:{...a,error:d,errorUpdateCount:a.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:a.fetchFailureCount+1,fetchFailureReason:d,fetchStatus:"idle",status:"error"};case"invalidate":return{...a,isInvalidated:!0};case"setState":return{...a,...i.state}}};this.state=s(this.state),ca.batch(()=>{this.observers.forEach(a=>{a.onQueryUpdate(i)}),this.cache.notify({query:this,type:"updated",action:i})})}}function bR(t){const i=typeof t.initialData=="function"?t.initialData():t.initialData,s=typeof i<"u",a=s?typeof t.initialDataUpdatedAt=="function"?t.initialDataUpdatedAt():t.initialDataUpdatedAt:0;return{data:i,dataUpdateCount:0,dataUpdatedAt:s?a??Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null,isInvalidated:!1,status:s?"success":"loading",fetchStatus:"idle"}}let T6=class extends nv{constructor(i){super(),this.config=i||{},this.queries=[],this.queriesMap={}}build(i,s,a){var r;const e=s.queryKey,d=(r=s.queryHash)!=null?r:X4(e,s);let y=this.get(d);return y||(y=new vR({cache:this,logger:i.getLogger(),queryKey:e,queryHash:d,options:i.defaultQueryOptions(s),state:a,defaultOptions:i.getQueryDefaults(e)}),this.add(y)),y}add(i){this.queriesMap[i.queryHash]||(this.queriesMap[i.queryHash]=i,this.queries.push(i),this.notify({type:"added",query:i}))}remove(i){const s=this.queriesMap[i.queryHash];s&&(i.destroy(),this.queries=this.queries.filter(a=>a!==i),s===i&&delete this.queriesMap[i.queryHash],this.notify({type:"removed",query:i}))}clear(){ca.batch(()=>{this.queries.forEach(i=>{this.remove(i)})})}get(i){return this.queriesMap[i]}getAll(){return this.queries}find(i,s){const[a]=ff(i,s);return typeof a.exact>"u"&&(a.exact=!0),this.queries.find(r=>Pw(a,r))}findAll(i,s){const[a]=ff(i,s);return Object.keys(a).length>0?this.queries.filter(r=>Pw(a,r)):this.queries}notify(i){ca.batch(()=>{this.listeners.forEach(({listener:s})=>{s(i)})})}onFocus(){ca.batch(()=>{this.queries.forEach(i=>{i.onFocus()})})}onOnline(){ca.batch(()=>{this.queries.forEach(i=>{i.onOnline()})})}};class yR extends C6{constructor(i){super(),this.defaultOptions=i.defaultOptions,this.mutationId=i.mutationId,this.mutationCache=i.mutationCache,this.logger=i.logger||Z4,this.observers=[],this.state=i.state||_R(),this.setOptions(i.options),this.scheduleGc()}setOptions(i){this.options={...this.defaultOptions,...i},this.updateCacheTime(this.options.cacheTime)}get meta(){return this.options.meta}setState(i){this.dispatch({type:"setState",state:i})}addObserver(i){this.observers.includes(i)||(this.observers.push(i),this.clearGcTimeout(),this.mutationCache.notify({type:"observerAdded",mutation:this,observer:i}))}removeObserver(i){this.observers=this.observers.filter(s=>s!==i),this.scheduleGc(),this.mutationCache.notify({type:"observerRemoved",mutation:this,observer:i})}optionalRemove(){this.observers.length||(this.state.status==="loading"?this.scheduleGc():this.mutationCache.remove(this))}continue(){var i,s;return(i=(s=this.retryer)==null?void 0:s.continue())!=null?i:this.execute()}async execute(){const i=()=>{var ie;return this.retryer=x6({fn:()=>this.options.mutationFn?this.options.mutationFn(this.state.variables):Promise.reject("No mutationFn found"),onFail:(ne,ae)=>{this.dispatch({type:"failed",failureCount:ne,error:ae})},onPause:()=>{this.dispatch({type:"pause"})},onContinue:()=>{this.dispatch({type:"continue"})},retry:(ie=this.options.retry)!=null?ie:0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode}),this.retryer.promise},s=this.state.status==="loading";try{var a,r,e,d,y,w,F,C;if(!s){var S,R,L,B;this.dispatch({type:"loading",variables:this.options.variables}),await((S=(R=this.mutationCache.config).onMutate)==null?void 0:S.call(R,this.state.variables,this));const ne=await((L=(B=this.options).onMutate)==null?void 0:L.call(B,this.state.variables));ne!==this.state.context&&this.dispatch({type:"loading",context:ne,variables:this.state.variables})}const ie=await i();return await((a=(r=this.mutationCache.config).onSuccess)==null?void 0:a.call(r,ie,this.state.variables,this.state.context,this)),await((e=(d=this.options).onSuccess)==null?void 0:e.call(d,ie,this.state.variables,this.state.context)),await((y=(w=this.mutationCache.config).onSettled)==null?void 0:y.call(w,ie,null,this.state.variables,this.state.context,this)),await((F=(C=this.options).onSettled)==null?void 0:F.call(C,ie,null,this.state.variables,this.state.context)),this.dispatch({type:"success",data:ie}),ie}catch(ie){try{var I,z,W,K,oe,G,j,Z;throw await((I=(z=this.mutationCache.config).onError)==null?void 0:I.call(z,ie,this.state.variables,this.state.context,this)),await((W=(K=this.options).onError)==null?void 0:W.call(K,ie,this.state.variables,this.state.context)),await((oe=(G=this.mutationCache.config).onSettled)==null?void 0:oe.call(G,void 0,ie,this.state.variables,this.state.context,this)),await((j=(Z=this.options).onSettled)==null?void 0:j.call(Z,void 0,ie,this.state.variables,this.state.context)),ie}finally{this.dispatch({type:"error",error:ie})}}}dispatch(i){const s=a=>{switch(i.type){case"failed":return{...a,failureCount:i.failureCount,failureReason:i.error};case"pause":return{...a,isPaused:!0};case"continue":return{...a,isPaused:!1};case"loading":return{...a,context:i.context,data:void 0,failureCount:0,failureReason:null,error:null,isPaused:!J4(this.options.networkMode),status:"loading",variables:i.variables};case"success":return{...a,data:i.data,failureCount:0,failureReason:null,error:null,status:"success",isPaused:!1};case"error":return{...a,data:void 0,error:i.error,failureCount:a.failureCount+1,failureReason:i.error,isPaused:!1,status:"error"};case"setState":return{...a,...i.state}}};this.state=s(this.state),ca.batch(()=>{this.observers.forEach(a=>{a.onMutationUpdate(i)}),this.mutationCache.notify({mutation:this,type:"updated",action:i})})}}function _R(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0}}let A6=class extends nv{constructor(i){super(),this.config=i||{},this.mutations=[],this.mutationId=0}build(i,s,a){const r=new yR({mutationCache:this,logger:i.getLogger(),mutationId:++this.mutationId,options:i.defaultMutationOptions(s),state:a,defaultOptions:s.mutationKey?i.getMutationDefaults(s.mutationKey):void 0});return this.add(r),r}add(i){this.mutations.push(i),this.notify({type:"added",mutation:i})}remove(i){this.mutations=this.mutations.filter(s=>s!==i),this.notify({type:"removed",mutation:i})}clear(){ca.batch(()=>{this.mutations.forEach(i=>{this.remove(i)})})}getAll(){return this.mutations}find(i){return typeof i.exact>"u"&&(i.exact=!0),this.mutations.find(s=>Iw(i,s))}findAll(i){return this.mutations.filter(s=>Iw(i,s))}notify(i){ca.batch(()=>{this.listeners.forEach(({listener:s})=>{s(i)})})}resumePausedMutations(){var i;return this.resuming=((i=this.resuming)!=null?i:Promise.resolve()).then(()=>{const s=this.mutations.filter(a=>a.state.isPaused);return ca.batch(()=>s.reduce((a,r)=>a.then(()=>r.continue().catch(ll)),Promise.resolve()))}).then(()=>{this.resuming=void 0}),this.resuming}};function wR(){return{onFetch:t=>{t.fetchFn=()=>{var i,s,a,r,e,d;const y=(i=t.fetchOptions)==null||(s=i.meta)==null?void 0:s.refetchPage,w=(a=t.fetchOptions)==null||(r=a.meta)==null?void 0:r.fetchMore,F=w==null?void 0:w.pageParam,C=(w==null?void 0:w.direction)==="forward",S=(w==null?void 0:w.direction)==="backward",R=((e=t.state.data)==null?void 0:e.pages)||[],L=((d=t.state.data)==null?void 0:d.pageParams)||[];let B=L,I=!1;const z=Z=>{Object.defineProperty(Z,"signal",{enumerable:!0,get:()=>{var ie;if((ie=t.signal)!=null&&ie.aborted)I=!0;else{var ne;(ne=t.signal)==null||ne.addEventListener("abort",()=>{I=!0})}return t.signal}})},W=t.options.queryFn||(()=>Promise.reject("Missing queryFn for queryKey '"+t.options.queryHash+"'")),K=(Z,ie,ne,ae)=>(B=ae?[ie,...B]:[...B,ie],ae?[ne,...Z]:[...Z,ne]),oe=(Z,ie,ne,ae)=>{if(I)return Promise.reject("Cancelled");if(typeof ne>"u"&&!ie&&Z.length)return Promise.resolve(Z);const ue={queryKey:t.queryKey,pageParam:ne,meta:t.options.meta};z(ue);const Ee=W(ue);return Promise.resolve(Ee).then(Ae=>K(Z,ne,Ae,ae))};let G;if(!R.length)G=oe([]);else if(C){const Z=typeof F<"u",ie=Z?F:Uw(t.options,R);G=oe(R,Z,ie)}else if(S){const Z=typeof F<"u",ie=Z?F:DR(t.options,R);G=oe(R,Z,ie,!0)}else{B=[];const Z=typeof t.options.getNextPageParam>"u";G=(y&&R[0]?y(R[0],0,R):!0)?oe([],Z,L[0]):Promise.resolve(K([],L[0],R[0]));for(let ne=1;ne<R.length;ne++)G=G.then(ae=>{if(y&&R[ne]?y(R[ne],ne,R):!0){const Ee=Z?L[ne]:Uw(t.options,ae);return oe(ae,Z,Ee)}return Promise.resolve(K(ae,L[ne],R[ne]))})}return G.then(Z=>({pages:Z,pageParams:B}))}}}}function Uw(t,i){return t.getNextPageParam==null?void 0:t.getNextPageParam(i[i.length-1],i)}function DR(t,i){return t.getPreviousPageParam==null?void 0:t.getPreviousPageParam(i[0],i)}let FR=class{constructor(i={}){this.queryCache=i.queryCache||new T6,this.mutationCache=i.mutationCache||new A6,this.logger=i.logger||Z4,this.defaultOptions=i.defaultOptions||{},this.queryDefaults=[],this.mutationDefaults=[],this.mountCount=0}mount(){this.mountCount++,this.mountCount===1&&(this.unsubscribeFocus=Ry.subscribe(()=>{Ry.isFocused()&&(this.resumePausedMutations(),this.queryCache.onFocus())}),this.unsubscribeOnline=_2.subscribe(()=>{_2.isOnline()&&(this.resumePausedMutations(),this.queryCache.onOnline())}))}unmount(){var i,s;this.mountCount--,this.mountCount===0&&((i=this.unsubscribeFocus)==null||i.call(this),this.unsubscribeFocus=void 0,(s=this.unsubscribeOnline)==null||s.call(this),this.unsubscribeOnline=void 0)}isFetching(i,s){const[a]=ff(i,s);return a.fetchStatus="fetching",this.queryCache.findAll(a).length}isMutating(i){return this.mutationCache.findAll({...i,fetching:!0}).length}getQueryData(i,s){var a;return(a=this.queryCache.find(i,s))==null?void 0:a.state.data}ensureQueryData(i,s,a){const r=Lm(i,s,a),e=this.getQueryData(r.queryKey);return e?Promise.resolve(e):this.fetchQuery(r)}getQueriesData(i){return this.getQueryCache().findAll(i).map(({queryKey:s,state:a})=>{const r=a.data;return[s,r]})}setQueryData(i,s,a){const r=this.queryCache.find(i),e=r==null?void 0:r.state.data,d=lR(s,e);if(typeof d>"u")return;const y=Lm(i),w=this.defaultQueryOptions(y);return this.queryCache.build(this,w).setData(d,{...a,manual:!0})}setQueriesData(i,s,a){return ca.batch(()=>this.getQueryCache().findAll(i).map(({queryKey:r})=>[r,this.setQueryData(r,s,a)]))}getQueryState(i,s){var a;return(a=this.queryCache.find(i,s))==null?void 0:a.state}removeQueries(i,s){const[a]=ff(i,s),r=this.queryCache;ca.batch(()=>{r.findAll(a).forEach(e=>{r.remove(e)})})}resetQueries(i,s,a){const[r,e]=ff(i,s,a),d=this.queryCache,y={type:"active",...r};return ca.batch(()=>(d.findAll(r).forEach(w=>{w.reset()}),this.refetchQueries(y,e)))}cancelQueries(i,s,a){const[r,e={}]=ff(i,s,a);typeof e.revert>"u"&&(e.revert=!0);const d=ca.batch(()=>this.queryCache.findAll(r).map(y=>y.cancel(e)));return Promise.all(d).then(ll).catch(ll)}invalidateQueries(i,s,a){const[r,e]=ff(i,s,a);return ca.batch(()=>{var d,y;if(this.queryCache.findAll(r).forEach(F=>{F.invalidate()}),r.refetchType==="none")return Promise.resolve();const w={...r,type:(d=(y=r.refetchType)!=null?y:r.type)!=null?d:"active"};return this.refetchQueries(w,e)})}refetchQueries(i,s,a){const[r,e]=ff(i,s,a),d=ca.batch(()=>this.queryCache.findAll(r).filter(w=>!w.isDisabled()).map(w=>{var F;return w.fetch(void 0,{...e,cancelRefetch:(F=e==null?void 0:e.cancelRefetch)!=null?F:!0,meta:{refetchPage:r.refetchPage}})}));let y=Promise.all(d).then(ll);return e!=null&&e.throwOnError||(y=y.catch(ll)),y}fetchQuery(i,s,a){const r=Lm(i,s,a),e=this.defaultQueryOptions(r);typeof e.retry>"u"&&(e.retry=!1);const d=this.queryCache.build(this,e);return d.isStaleByTime(e.staleTime)?d.fetch(e):Promise.resolve(d.state.data)}prefetchQuery(i,s,a){return this.fetchQuery(i,s,a).then(ll).catch(ll)}fetchInfiniteQuery(i,s,a){const r=Lm(i,s,a);return r.behavior=wR(),this.fetchQuery(r)}prefetchInfiniteQuery(i,s,a){return this.fetchInfiniteQuery(i,s,a).then(ll).catch(ll)}resumePausedMutations(){return this.mutationCache.resumePausedMutations()}getQueryCache(){return this.queryCache}getMutationCache(){return this.mutationCache}getLogger(){return this.logger}getDefaultOptions(){return this.defaultOptions}setDefaultOptions(i){this.defaultOptions=i}setQueryDefaults(i,s){const a=this.queryDefaults.find(r=>G0(i)===G0(r.queryKey));a?a.defaultOptions=s:this.queryDefaults.push({queryKey:i,defaultOptions:s})}getQueryDefaults(i){if(!i)return;const s=this.queryDefaults.find(a=>y2(i,a.queryKey));return s==null?void 0:s.defaultOptions}setMutationDefaults(i,s){const a=this.mutationDefaults.find(r=>G0(i)===G0(r.mutationKey));a?a.defaultOptions=s:this.mutationDefaults.push({mutationKey:i,defaultOptions:s})}getMutationDefaults(i){if(!i)return;const s=this.mutationDefaults.find(a=>y2(i,a.mutationKey));return s==null?void 0:s.defaultOptions}defaultQueryOptions(i){if(i!=null&&i._defaulted)return i;const s={...this.defaultOptions.queries,...this.getQueryDefaults(i==null?void 0:i.queryKey),...i,_defaulted:!0};return!s.queryHash&&s.queryKey&&(s.queryHash=X4(s.queryKey,s)),typeof s.refetchOnReconnect>"u"&&(s.refetchOnReconnect=s.networkMode!=="always"),typeof s.useErrorBoundary>"u"&&(s.useErrorBoundary=!!s.suspense),s}defaultMutationOptions(i){return i!=null&&i._defaulted?i:{...this.defaultOptions.mutations,...this.getMutationDefaults(i==null?void 0:i.mutationKey),...i,_defaulted:!0}}clear(){this.queryCache.clear(),this.mutationCache.clear()}};const ER="VUE_QUERY_CLIENT";function xR(t){const i=t?":"+t:"";return""+ER+i}function ol(t){return Array.isArray(t)}function eN(t,i){Object.keys(t).forEach(s=>{t[s]=i[s]})}function Py(t,i){if(i){const s=i(t);if(s!==void 0||Mn(t))return s}if(Array.isArray(t))return t.map(s=>Py(s,i));if(typeof t=="object"&&CR(t)){const s=Object.entries(t).map(([a,r])=>[a,Py(r,i)]);return Object.fromEntries(s)}return t}function xr(t){return Py(t,i=>{if(Mn(i))return xr(gr(i))})}function CR(t){if(Object.prototype.toString.call(t)!=="[object Object]")return!1;const i=Object.getPrototypeOf(t);return i===null||i===Object.prototype}function tN(t,i){return typeof t=="function"?t(...i):!!t}class TR extends T6{find(i,s){const a=xr(i),r=xr(s);return super.find(a,r)}findAll(i,s){const a=xr(i),r=xr(s);return ol(a)?super.findAll(a,r):super.findAll(a)}}class AR extends A6{find(i){return super.find(xr(i))}findAll(i){return super.findAll(xr(i))}}class $w extends FR{constructor(i={}){const s=xr(i),a={logger:xr(s.logger),defaultOptions:xr(s.defaultOptions),queryCache:s.queryCache||new TR,mutationCache:s.mutationCache||new AR};super(a),this.isRestoring=nr(!1)}isFetching(i,s){const a=xr(i),r=xr(s);return ol(a)?super.isFetching(a,r):super.isFetching(a)}isMutating(i){return super.isMutating(xr(i))}getQueryData(i,s){return super.getQueryData(xr(i),xr(s))}getQueriesData(i){const s=xr(i);return ol(s)?super.getQueriesData(s):super.getQueriesData(s)}setQueryData(i,s,a){return super.setQueryData(xr(i),s,xr(a))}setQueriesData(i,s,a){const r=xr(i),e=xr(a);return ol(r)?super.setQueriesData(r,s,e):super.setQueriesData(r,s,e)}getQueryState(i,s){return super.getQueryState(xr(i),xr(s))}removeQueries(i,s){const a=xr(i);return ol(a)?super.removeQueries(a,xr(s)):super.removeQueries(a)}resetQueries(i,s,a){const r=xr(i),e=xr(s);return ol(r)?super.resetQueries(r,e,xr(a)):super.resetQueries(r,e)}cancelQueries(i,s,a){const r=xr(i),e=xr(s);return ol(r)?super.cancelQueries(r,e,xr(a)):super.cancelQueries(r,e)}invalidateQueries(i,s,a){const r=xr(i),e=xr(s);return ol(r)?super.invalidateQueries(r,e,xr(a)):super.invalidateQueries(r,e)}refetchQueries(i,s,a){const r=xr(i),e=xr(s);return ol(r)?super.refetchQueries(r,e,xr(a)):super.refetchQueries(r,e)}fetchQuery(i,s,a){const r=xr(i),e=xr(s);return ol(r)?super.fetchQuery(r,e,xr(a)):super.fetchQuery(r)}prefetchQuery(i,s,a){return super.prefetchQuery(xr(i),xr(s),xr(a))}fetchInfiniteQuery(i,s,a){const r=xr(i),e=xr(s);return ol(r)?super.fetchInfiniteQuery(r,e,xr(a)):super.fetchInfiniteQuery(r)}prefetchInfiniteQuery(i,s,a){return super.prefetchInfiniteQuery(xr(i),xr(s),xr(a))}setDefaultOptions(i){super.setDefaultOptions(xr(i))}setQueryDefaults(i,s){super.setQueryDefaults(xr(i),xr(s))}getQueryDefaults(i){return super.getQueryDefaults(xr(i))}setMutationDefaults(i,s){super.setMutationDefaults(xr(i),xr(s))}getMutationDefaults(i){return super.getMutationDefaults(xr(i))}}const SR={install:(t,i={})=>{const s=xR(i.queryClientKey);let a;if("queryClient"in i&&i.queryClient)a=i.queryClient;else if(i.contextSharing&&typeof window<"u")if(window.__VUE_QUERY_CONTEXT__)a=window.__VUE_QUERY_CONTEXT__;else{const d="queryClientConfig"in i?i.queryClientConfig:void 0;a=new $w(d),window.__VUE_QUERY_CONTEXT__=a}else{const d="queryClientConfig"in i?i.queryClientConfig:void 0;a=new $w(d)}iv||a.mount();let r=()=>{};if(i.clientPersister){a.isRestoring.value=!0;const[d,y]=i.clientPersister(a);r=d,y.then(()=>{a.isRestoring.value=!1})}const e=()=>{a.unmount(),r()};if(t.onUnmount)t.onUnmount(e);else{const d=t.unmount;t.unmount=function(){e(),d()}}t.provide(s,a)}};let kR;function OR(){return kR}function RR(t){return typeof t=="function"?t():gr(t)}function Iy(t,i=""){if(t instanceof Promise)return t;const s=RR(t);return!t||!s?s:Array.isArray(s)?s.map(a=>Iy(a,i)):typeof s=="object"?Object.fromEntries(Object.entries(s).map(([a,r])=>a==="titleTemplate"||a.startsWith("on")?[a,gr(r)]:[a,Iy(r,a)])):s}const PR="usehead";function IR(){return Ds()&&ha(PR)||OR()}function NR(t,i={}){const s=IR();if(s)return s.ssr?s.push(t,i):MR(s,t,i)}function MR(t,i,s={}){const a=nr(!1),r=nr({});s4(()=>{r.value=a.value?{}:Iy(i)});const e=t.push(r.value,s);return qn(r,y=>{e.patch(y)}),Ds()&&(Qp(()=>{e.dispose()}),c4(()=>{a.value=!0}),l4(()=>{a.value=!1})),e}const LR=ls({__name:"App",setup(t){return NR({title:"Board - XCPCIO",meta:[{name:"description",content:"XCPCIO-Board 主要收录 *CPC 系列竞赛的榜单。"},{name:"keywords",content:"icpc, ccpc, rank, board, standings"},{name:"theme-color",content:()=>qE.value?"#00aba9":"#ffffff"}],link:[{rel:"icon",type:"image/svg+xml",href:()=>N9.value?"/favicon-dark.svg":"/favicon.svg"}]}),(i,s)=>{const a=ml("RouterView");return fn(),Yc(a)}}});var BR=Object.defineProperty,Hw=Object.getOwnPropertySymbols,UR=Object.prototype.hasOwnProperty,$R=Object.prototype.propertyIsEnumerable,Ww=(t,i,s)=>i in t?BR(t,i,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[i]=s,zw=(t,i)=>{for(var s in i||(i={}))UR.call(i,s)&&Ww(t,s,i[s]);if(Hw)for(var s of Hw(i))$R.call(i,s)&&Ww(t,s,i[s]);return t};const Ub=new WeakMap;function S6(t,i,s={}){const{mode:a="replace",route:r=lS(),router:e=oS(),transform:d=C=>C}=s;Ub.has(r)||Ub.set(r,new Map);const y=Ub.get(r);Yl(()=>{y.delete(t)}),y.set(t,r.query[t]);let w;const F=e4((C,S)=>(w=S,{get(){C();const R=y.get(t);return d(R!==void 0?R:Si(i))},set(R){y.get(t)!==R&&(y.set(t,R),S(),Kl(()=>{const{params:L,query:B,hash:I}=r;e[Si(a)]({params:L,query:zw(zw({},B),Object.fromEntries(y.entries())),hash:I})}))}}));return qn(()=>r.query[t],C=>{y.set(t,C),w()},{flush:"sync"}),F}var k6={exports:{}};(function(t,i){(function(s,a){t.exports=a()})(_s,function(){var s=1e3,a=6e4,r=36e5,e="millisecond",d="second",y="minute",w="hour",F="day",C="week",S="month",R="quarter",L="year",B="date",I="Invalid Date",z=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,W=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,K={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(Ae){var Fe=["th","st","nd","rd"],je=Ae%100;return"["+Ae+(Fe[(je-20)%10]||Fe[je]||Fe[0])+"]"}},oe=function(Ae,Fe,je){var Xe=String(Ae);return!Xe||Xe.length>=Fe?Ae:""+Array(Fe+1-Xe.length).join(je)+Ae},G={s:oe,z:function(Ae){var Fe=-Ae.utcOffset(),je=Math.abs(Fe),Xe=Math.floor(je/60),Le=je%60;return(Fe<=0?"+":"-")+oe(Xe,2,"0")+":"+oe(Le,2,"0")},m:function Ae(Fe,je){if(Fe.date()<je.date())return-Ae(je,Fe);var Xe=12*(je.year()-Fe.year())+(je.month()-Fe.month()),Le=Fe.clone().add(Xe,S),mt=je-Le<0,vt=Fe.clone().add(Xe+(mt?-1:1),S);return+(-(Xe+(je-Le)/(mt?Le-vt:vt-Le))||0)},a:function(Ae){return Ae<0?Math.ceil(Ae)||0:Math.floor(Ae)},p:function(Ae){return{M:S,y:L,w:C,d:F,D:B,h:w,m:y,s:d,ms:e,Q:R}[Ae]||String(Ae||"").toLowerCase().replace(/s$/,"")},u:function(Ae){return Ae===void 0}},j="en",Z={};Z[j]=K;var ie=function(Ae){return Ae instanceof Ee},ne=function Ae(Fe,je,Xe){var Le;if(!Fe)return j;if(typeof Fe=="string"){var mt=Fe.toLowerCase();Z[mt]&&(Le=mt),je&&(Z[mt]=je,Le=mt);var vt=Fe.split("-");if(!Le&&vt.length>1)return Ae(vt[0])}else{var Je=Fe.name;Z[Je]=Fe,Le=Je}return!Xe&&Le&&(j=Le),Le||!Xe&&j},ae=function(Ae,Fe){if(ie(Ae))return Ae.clone();var je=typeof Fe=="object"?Fe:{};return je.date=Ae,je.args=arguments,new Ee(je)},ue=G;ue.l=ne,ue.i=ie,ue.w=function(Ae,Fe){return ae(Ae,{locale:Fe.$L,utc:Fe.$u,x:Fe.$x,$offset:Fe.$offset})};var Ee=function(){function Ae(je){this.$L=ne(je.locale,null,!0),this.parse(je)}var Fe=Ae.prototype;return Fe.parse=function(je){this.$d=function(Xe){var Le=Xe.date,mt=Xe.utc;if(Le===null)return new Date(NaN);if(ue.u(Le))return new Date;if(Le instanceof Date)return new Date(Le);if(typeof Le=="string"&&!/Z$/i.test(Le)){var vt=Le.match(z);if(vt){var Je=vt[2]-1||0,me=(vt[7]||"0").substring(0,3);return mt?new Date(Date.UTC(vt[1],Je,vt[3]||1,vt[4]||0,vt[5]||0,vt[6]||0,me)):new Date(vt[1],Je,vt[3]||1,vt[4]||0,vt[5]||0,vt[6]||0,me)}}return new Date(Le)}(je),this.$x=je.x||{},this.init()},Fe.init=function(){var je=this.$d;this.$y=je.getFullYear(),this.$M=je.getMonth(),this.$D=je.getDate(),this.$W=je.getDay(),this.$H=je.getHours(),this.$m=je.getMinutes(),this.$s=je.getSeconds(),this.$ms=je.getMilliseconds()},Fe.$utils=function(){return ue},Fe.isValid=function(){return this.$d.toString()!==I},Fe.isSame=function(je,Xe){var Le=ae(je);return this.startOf(Xe)<=Le&&Le<=this.endOf(Xe)},Fe.isAfter=function(je,Xe){return ae(je)<this.startOf(Xe)},Fe.isBefore=function(je,Xe){return this.endOf(Xe)<ae(je)},Fe.$g=function(je,Xe,Le){return ue.u(je)?this[Xe]:this.set(Le,je)},Fe.unix=function(){return Math.floor(this.valueOf()/1e3)},Fe.valueOf=function(){return this.$d.getTime()},Fe.startOf=function(je,Xe){var Le=this,mt=!!ue.u(Xe)||Xe,vt=ue.p(je),Je=function(Ge,Ce){var pt=ue.w(Le.$u?Date.UTC(Le.$y,Ce,Ge):new Date(Le.$y,Ce,Ge),Le);return mt?pt:pt.endOf(F)},me=function(Ge,Ce){return ue.w(Le.toDate()[Ge].apply(Le.toDate("s"),(mt?[0,0,0,0]:[23,59,59,999]).slice(Ce)),Le)},Ke=this.$W,lt=this.$M,Ve=this.$D,xe="set"+(this.$u?"UTC":"");switch(vt){case L:return mt?Je(1,0):Je(31,11);case S:return mt?Je(1,lt):Je(0,lt+1);case C:var We=this.$locale().weekStart||0,se=(Ke<We?Ke+7:Ke)-We;return Je(mt?Ve-se:Ve+(6-se),lt);case F:case B:return me(xe+"Hours",0);case w:return me(xe+"Minutes",1);case y:return me(xe+"Seconds",2);case d:return me(xe+"Milliseconds",3);default:return this.clone()}},Fe.endOf=function(je){return this.startOf(je,!1)},Fe.$set=function(je,Xe){var Le,mt=ue.p(je),vt="set"+(this.$u?"UTC":""),Je=(Le={},Le[F]=vt+"Date",Le[B]=vt+"Date",Le[S]=vt+"Month",Le[L]=vt+"FullYear",Le[w]=vt+"Hours",Le[y]=vt+"Minutes",Le[d]=vt+"Seconds",Le[e]=vt+"Milliseconds",Le)[mt],me=mt===F?this.$D+(Xe-this.$W):Xe;if(mt===S||mt===L){var Ke=this.clone().set(B,1);Ke.$d[Je](me),Ke.init(),this.$d=Ke.set(B,Math.min(this.$D,Ke.daysInMonth())).$d}else Je&&this.$d[Je](me);return this.init(),this},Fe.set=function(je,Xe){return this.clone().$set(je,Xe)},Fe.get=function(je){return this[ue.p(je)]()},Fe.add=function(je,Xe){var Le,mt=this;je=Number(je);var vt=ue.p(Xe),Je=function(lt){var Ve=ae(mt);return ue.w(Ve.date(Ve.date()+Math.round(lt*je)),mt)};if(vt===S)return this.set(S,this.$M+je);if(vt===L)return this.set(L,this.$y+je);if(vt===F)return Je(1);if(vt===C)return Je(7);var me=(Le={},Le[y]=a,Le[w]=r,Le[d]=s,Le)[vt]||1,Ke=this.$d.getTime()+je*me;return ue.w(Ke,this)},Fe.subtract=function(je,Xe){return this.add(-1*je,Xe)},Fe.format=function(je){var Xe=this,Le=this.$locale();if(!this.isValid())return Le.invalidDate||I;var mt=je||"YYYY-MM-DDTHH:mm:ssZ",vt=ue.z(this),Je=this.$H,me=this.$m,Ke=this.$M,lt=Le.weekdays,Ve=Le.months,xe=function(Ce,pt,Zt,re){return Ce&&(Ce[pt]||Ce(Xe,mt))||Zt[pt].slice(0,re)},We=function(Ce){return ue.s(Je%12||12,Ce,"0")},se=Le.meridiem||function(Ce,pt,Zt){var re=Ce<12?"AM":"PM";return Zt?re.toLowerCase():re},Ge={YY:String(this.$y).slice(-2),YYYY:ue.s(this.$y,4,"0"),M:Ke+1,MM:ue.s(Ke+1,2,"0"),MMM:xe(Le.monthsShort,Ke,Ve,3),MMMM:xe(Ve,Ke),D:this.$D,DD:ue.s(this.$D,2,"0"),d:String(this.$W),dd:xe(Le.weekdaysMin,this.$W,lt,2),ddd:xe(Le.weekdaysShort,this.$W,lt,3),dddd:lt[this.$W],H:String(Je),HH:ue.s(Je,2,"0"),h:We(1),hh:We(2),a:se(Je,me,!0),A:se(Je,me,!1),m:String(me),mm:ue.s(me,2,"0"),s:String(this.$s),ss:ue.s(this.$s,2,"0"),SSS:ue.s(this.$ms,3,"0"),Z:vt};return mt.replace(W,function(Ce,pt){return pt||Ge[Ce]||vt.replace(":","")})},Fe.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},Fe.diff=function(je,Xe,Le){var mt,vt=ue.p(Xe),Je=ae(je),me=(Je.utcOffset()-this.utcOffset())*a,Ke=this-Je,lt=ue.m(this,Je);return lt=(mt={},mt[L]=lt/12,mt[S]=lt,mt[R]=lt/3,mt[C]=(Ke-me)/6048e5,mt[F]=(Ke-me)/864e5,mt[w]=Ke/r,mt[y]=Ke/a,mt[d]=Ke/s,mt)[vt]||Ke,Le?lt:ue.a(lt)},Fe.daysInMonth=function(){return this.endOf(S).$D},Fe.$locale=function(){return Z[this.$L]},Fe.locale=function(je,Xe){if(!je)return this.$L;var Le=this.clone(),mt=ne(je,Xe,!0);return mt&&(Le.$L=mt),Le},Fe.clone=function(){return ue.w(this.$d,this)},Fe.toDate=function(){return new Date(this.valueOf())},Fe.toJSON=function(){return this.isValid()?this.toISOString():null},Fe.toISOString=function(){return this.$d.toISOString()},Fe.toString=function(){return this.$d.toUTCString()},Ae}(),Me=Ee.prototype;return ae.prototype=Me,[["$ms",e],["$s",d],["$m",y],["$H",w],["$W",F],["$M",S],["$y",L],["$D",B]].forEach(function(Ae){Me[Ae[1]]=function(Fe){return this.$g(Fe,Ae[0],Ae[1])}}),ae.extend=function(Ae,Fe){return Ae.$i||(Ae(Fe,Ee,ae),Ae.$i=!0),ae},ae.locale=ne,ae.isDayjs=ie,ae.unix=function(Ae){return ae(1e3*Ae)},ae.en=Z[j],ae.Ls=Z,ae.p={},ae})})(k6);var HR=k6.exports;const Hs=La(HR);var O6={exports:{}};(function(t,i){(function(s,a){t.exports=a()})(_s,function(){var s,a,r=1e3,e=6e4,d=36e5,y=864e5,w=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,F=31536e6,C=2592e6,S=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/,R={years:F,months:C,days:y,hours:d,minutes:e,seconds:r,milliseconds:1,weeks:6048e5},L=function(j){return j instanceof G},B=function(j,Z,ie){return new G(j,ie,Z.$l)},I=function(j){return a.p(j)+"s"},z=function(j){return j<0},W=function(j){return z(j)?Math.ceil(j):Math.floor(j)},K=function(j){return Math.abs(j)},oe=function(j,Z){return j?z(j)?{negative:!0,format:""+K(j)+Z}:{negative:!1,format:""+j+Z}:{negative:!1,format:""}},G=function(){function j(ie,ne,ae){var ue=this;if(this.$d={},this.$l=ae,ie===void 0&&(this.$ms=0,this.parseFromMilliseconds()),ne)return B(ie*R[I(ne)],this);if(typeof ie=="number")return this.$ms=ie,this.parseFromMilliseconds(),this;if(typeof ie=="object")return Object.keys(ie).forEach(function(Ae){ue.$d[I(Ae)]=ie[Ae]}),this.calMilliseconds(),this;if(typeof ie=="string"){var Ee=ie.match(S);if(Ee){var Me=Ee.slice(2).map(function(Ae){return Ae!=null?Number(Ae):0});return this.$d.years=Me[0],this.$d.months=Me[1],this.$d.weeks=Me[2],this.$d.days=Me[3],this.$d.hours=Me[4],this.$d.minutes=Me[5],this.$d.seconds=Me[6],this.calMilliseconds(),this}}return this}var Z=j.prototype;return Z.calMilliseconds=function(){var ie=this;this.$ms=Object.keys(this.$d).reduce(function(ne,ae){return ne+(ie.$d[ae]||0)*R[ae]},0)},Z.parseFromMilliseconds=function(){var ie=this.$ms;this.$d.years=W(ie/F),ie%=F,this.$d.months=W(ie/C),ie%=C,this.$d.days=W(ie/y),ie%=y,this.$d.hours=W(ie/d),ie%=d,this.$d.minutes=W(ie/e),ie%=e,this.$d.seconds=W(ie/r),ie%=r,this.$d.milliseconds=ie},Z.toISOString=function(){var ie=oe(this.$d.years,"Y"),ne=oe(this.$d.months,"M"),ae=+this.$d.days||0;this.$d.weeks&&(ae+=7*this.$d.weeks);var ue=oe(ae,"D"),Ee=oe(this.$d.hours,"H"),Me=oe(this.$d.minutes,"M"),Ae=this.$d.seconds||0;this.$d.milliseconds&&(Ae+=this.$d.milliseconds/1e3);var Fe=oe(Ae,"S"),je=ie.negative||ne.negative||ue.negative||Ee.negative||Me.negative||Fe.negative,Xe=Ee.format||Me.format||Fe.format?"T":"",Le=(je?"-":"")+"P"+ie.format+ne.format+ue.format+Xe+Ee.format+Me.format+Fe.format;return Le==="P"||Le==="-P"?"P0D":Le},Z.toJSON=function(){return this.toISOString()},Z.format=function(ie){var ne=ie||"YYYY-MM-DDTHH:mm:ss",ae={Y:this.$d.years,YY:a.s(this.$d.years,2,"0"),YYYY:a.s(this.$d.years,4,"0"),M:this.$d.months,MM:a.s(this.$d.months,2,"0"),D:this.$d.days,DD:a.s(this.$d.days,2,"0"),H:this.$d.hours,HH:a.s(this.$d.hours,2,"0"),m:this.$d.minutes,mm:a.s(this.$d.minutes,2,"0"),s:this.$d.seconds,ss:a.s(this.$d.seconds,2,"0"),SSS:a.s(this.$d.milliseconds,3,"0")};return ne.replace(w,function(ue,Ee){return Ee||String(ae[ue])})},Z.as=function(ie){return this.$ms/R[I(ie)]},Z.get=function(ie){var ne=this.$ms,ae=I(ie);return ae==="milliseconds"?ne%=1e3:ne=ae==="weeks"?W(ne/R[ae]):this.$d[ae],ne===0?0:ne},Z.add=function(ie,ne,ae){var ue;return ue=ne?ie*R[I(ne)]:L(ie)?ie.$ms:B(ie,this).$ms,B(this.$ms+ue*(ae?-1:1),this)},Z.subtract=function(ie,ne){return this.add(ie,ne,!0)},Z.locale=function(ie){var ne=this.clone();return ne.$l=ie,ne},Z.clone=function(){return B(this.$ms,this)},Z.humanize=function(ie){return s().add(this.$ms,"ms").locale(this.$l).fromNow(!ie)},Z.valueOf=function(){return this.asMilliseconds()},Z.milliseconds=function(){return this.get("milliseconds")},Z.asMilliseconds=function(){return this.as("milliseconds")},Z.seconds=function(){return this.get("seconds")},Z.asSeconds=function(){return this.as("seconds")},Z.minutes=function(){return this.get("minutes")},Z.asMinutes=function(){return this.as("minutes")},Z.hours=function(){return this.get("hours")},Z.asHours=function(){return this.as("hours")},Z.days=function(){return this.get("days")},Z.asDays=function(){return this.as("days")},Z.weeks=function(){return this.get("weeks")},Z.asWeeks=function(){return this.as("weeks")},Z.months=function(){return this.get("months")},Z.asMonths=function(){return this.as("months")},Z.years=function(){return this.get("years")},Z.asYears=function(){return this.as("years")},j}();return function(j,Z,ie){s=ie,a=ie().$utils(),ie.duration=function(ue,Ee){var Me=ie.locale();return B(ue,{$l:Me},Ee)},ie.isDuration=L;var ne=Z.prototype.add,ae=Z.prototype.subtract;Z.prototype.add=function(ue,Ee){return L(ue)&&(ue=ue.asMilliseconds()),ne.bind(this)(ue,Ee)},Z.prototype.subtract=function(ue,Ee){return L(ue)&&(ue=ue.asMilliseconds()),ae.bind(this)(ue,Ee)}}})})(O6);var WR=O6.exports;const zR=La(WR);var R6={exports:{}};(function(t,i){(function(s,a){t.exports=a()})(_s,function(){var s="minute",a=/[+-]\d\d(?::?\d\d)?/g,r=/([+-]|\d\d)/g;return function(e,d,y){var w=d.prototype;y.utc=function(I){var z={date:I,utc:!0,args:arguments};return new d(z)},w.utc=function(I){var z=y(this.toDate(),{locale:this.$L,utc:!0});return I?z.add(this.utcOffset(),s):z},w.local=function(){return y(this.toDate(),{locale:this.$L,utc:!1})};var F=w.parse;w.parse=function(I){I.utc&&(this.$u=!0),this.$utils().u(I.$offset)||(this.$offset=I.$offset),F.call(this,I)};var C=w.init;w.init=function(){if(this.$u){var I=this.$d;this.$y=I.getUTCFullYear(),this.$M=I.getUTCMonth(),this.$D=I.getUTCDate(),this.$W=I.getUTCDay(),this.$H=I.getUTCHours(),this.$m=I.getUTCMinutes(),this.$s=I.getUTCSeconds(),this.$ms=I.getUTCMilliseconds()}else C.call(this)};var S=w.utcOffset;w.utcOffset=function(I,z){var W=this.$utils().u;if(W(I))return this.$u?0:W(this.$offset)?S.call(this):this.$offset;if(typeof I=="string"&&(I=function(j){j===void 0&&(j="");var Z=j.match(a);if(!Z)return null;var ie=(""+Z[0]).match(r)||["-",0,0],ne=ie[0],ae=60*+ie[1]+ +ie[2];return ae===0?0:ne==="+"?ae:-ae}(I),I===null))return this;var K=Math.abs(I)<=16?60*I:I,oe=this;if(z)return oe.$offset=K,oe.$u=I===0,oe;if(I!==0){var G=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();(oe=this.local().add(K+G,s)).$offset=K,oe.$x.$localOffset=G}else oe=this.utc();return oe};var R=w.format;w.format=function(I){var z=I||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return R.call(this,z)},w.valueOf=function(){var I=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*I},w.isUTC=function(){return!!this.$u},w.toISOString=function(){return this.toDate().toISOString()},w.toString=function(){return this.toDate().toUTCString()};var L=w.toDate;w.toDate=function(I){return I==="s"&&this.$offset?y(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():L.call(this)};var B=w.diff;w.diff=function(I,z,W){if(I&&this.$u===I.$u)return B.call(this,I,z,W);var K=this.local(),oe=y(I).local();return B.call(K,oe,z,W)}}})})(R6);var jR=R6.exports;const VR=La(jR);var P6={exports:{}};(function(t,i){(function(s,a){t.exports=a()})(_s,function(){var s={year:0,month:1,day:2,hour:3,minute:4,second:5},a={};return function(r,e,d){var y,w=function(R,L,B){B===void 0&&(B={});var I=new Date(R),z=function(W,K){K===void 0&&(K={});var oe=K.timeZoneName||"short",G=W+"|"+oe,j=a[G];return j||(j=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:W,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:oe}),a[G]=j),j}(L,B);return z.formatToParts(I)},F=function(R,L){for(var B=w(R,L),I=[],z=0;z<B.length;z+=1){var W=B[z],K=W.type,oe=W.value,G=s[K];G>=0&&(I[G]=parseInt(oe,10))}var j=I[3],Z=j===24?0:j,ie=I[0]+"-"+I[1]+"-"+I[2]+" "+Z+":"+I[4]+":"+I[5]+":000",ne=+R;return(d.utc(ie).valueOf()-(ne-=ne%1e3))/6e4},C=e.prototype;C.tz=function(R,L){R===void 0&&(R=y);var B=this.utcOffset(),I=this.toDate(),z=I.toLocaleString("en-US",{timeZone:R}),W=Math.round((I-new Date(z))/1e3/60),K=d(z).$set("millisecond",this.$ms).utcOffset(15*-Math.round(I.getTimezoneOffset()/15)-W,!0);if(L){var oe=K.utcOffset();K=K.add(B-oe,"minute")}return K.$x.$timezone=R,K},C.offsetName=function(R){var L=this.$x.$timezone||d.tz.guess(),B=w(this.valueOf(),L,{timeZoneName:R}).find(function(I){return I.type.toLowerCase()==="timezonename"});return B&&B.value};var S=C.startOf;C.startOf=function(R,L){if(!this.$x||!this.$x.$timezone)return S.call(this,R,L);var B=d(this.format("YYYY-MM-DD HH:mm:ss:SSS"));return S.call(B,R,L).tz(this.$x.$timezone,!0)},d.tz=function(R,L,B){var I=B&&L,z=B||L||y,W=F(+d(),z);if(typeof R!="string")return d(R).tz(z);var K=function(Z,ie,ne){var ae=Z-60*ie*1e3,ue=F(ae,ne);if(ie===ue)return[ae,ie];var Ee=F(ae-=60*(ue-ie)*1e3,ne);return ue===Ee?[ae,ue]:[Z-60*Math.min(ue,Ee)*1e3,Math.max(ue,Ee)]}(d.utc(R,I).valueOf(),W,z),oe=K[0],G=K[1],j=d(oe).utcOffset(G);return j.$x.$timezone=z,j},d.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},d.tz.setDefault=function(R){y=R}}})})(P6);var GR=P6.exports;const YR=La(GR);var I6={exports:{}};(function(t,i){(function(s,a){t.exports=a()})(_s,function(){return function(s,a){var r=a.prototype,e=r.format;r.format=function(d){var y=this,w=this.$locale();if(!this.isValid())return e.bind(this)(d);var F=this.$utils(),C=(d||"YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,function(S){switch(S){case"Q":return Math.ceil((y.$M+1)/3);case"Do":return w.ordinal(y.$D);case"gggg":return y.weekYear();case"GGGG":return y.isoWeekYear();case"wo":return w.ordinal(y.week(),"W");case"w":case"ww":return F.s(y.week(),S==="w"?1:2,"0");case"W":case"WW":return F.s(y.isoWeek(),S==="W"?1:2,"0");case"k":case"kk":return F.s(String(y.$H===0?24:y.$H),S==="k"?1:2,"0");case"X":return Math.floor(y.$d.getTime()/1e3);case"x":return y.$d.getTime();case"z":return"["+y.offsetName()+"]";case"zzz":return"["+y.offsetName("long")+"]";default:return S}});return e.bind(this)(C)}}})})(I6);var qR=I6.exports;const KR=La(qR);var N6={exports:{}};(function(t,i){(function(s,a){t.exports=a()})(_s,function(){return function(s,a){a.prototype.isSameOrBefore=function(r,e){return this.isSame(r,e)||this.isBefore(r,e)}}})})(N6);var QR=N6.exports;const XR=La(QR);var M6={exports:{}};(function(t,i){(function(s,a){t.exports=a()})(_s,function(){return function(s,a){a.prototype.isSameOrAfter=function(r,e){return this.isSame(r,e)||this.isAfter(r,e)}}})})(M6);var JR=M6.exports;const ZR=La(JR);var L6={exports:{}};(function(t,i){(function(s,a){t.exports=a()})(_s,function(){return function(s,a,r){var e=function(d,y){if(!y||!y.length||!y[0]||y.length===1&&!y[0].length)return null;var w;y.length===1&&y[0].length>0&&(y=y[0]),w=y[0];for(var F=1;F<y.length;F+=1)y[F].isValid()&&!y[F][d](w)||(w=y[F]);return w};r.max=function(){var d=[].slice.call(arguments,0);return e("isAfter",d)},r.min=function(){var d=[].slice.call(arguments,0);return e("isBefore",d)}}})})(L6);var eP=L6.exports;const tP=La(eP);var B6={exports:{}};(function(t,i){(function(s,a){t.exports=a()})(_s,function(){return function(s,a,r){s=s||{};var e=a.prototype,d={future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function y(F,C,S,R){return e.fromToBase(F,C,S,R)}r.en.relativeTime=d,e.fromToBase=function(F,C,S,R,L){for(var B,I,z,W=S.$locale().relativeTime||d,K=s.thresholds||[{l:"s",r:44,d:"second"},{l:"m",r:89},{l:"mm",r:44,d:"minute"},{l:"h",r:89},{l:"hh",r:21,d:"hour"},{l:"d",r:35},{l:"dd",r:25,d:"day"},{l:"M",r:45},{l:"MM",r:10,d:"month"},{l:"y",r:17},{l:"yy",d:"year"}],oe=K.length,G=0;G<oe;G+=1){var j=K[G];j.d&&(B=R?r(F).diff(S,j.d,!0):S.diff(F,j.d,!0));var Z=(s.rounding||Math.round)(Math.abs(B));if(z=B>0,Z<=j.r||!j.r){Z<=1&&G>0&&(j=K[G-1]);var ie=W[j.l];L&&(Z=L(""+Z)),I=typeof ie=="string"?ie.replace("%d",Z):ie(Z,C,j.l,z);break}}if(C)return I;var ne=z?W.future:W.past;return typeof ne=="function"?ne(I):ne.replace("%s",I)},e.to=function(F,C){return y(F,C,this,!0)},e.from=function(F,C){return y(F,C,this)};var w=function(F){return F.$u?r.utc():r()};e.toNow=function(F){return this.to(w(this),F)},e.fromNow=function(F){return this.from(w(this),F)}}})})(B6);var rP=B6.exports;const nP=La(rP);var w2={exports:{}};/**
31
31
  * @license
32
32
  * Lodash <https://lodash.com/>
33
33
  * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
@@ -53,7 +53,7 @@ __p += '`),yn&&(yt+=`' +
53
53
  function print() { __p += __j.call(arguments, '') }
54
54
  `:`;
55
55
  `)+yt+`return __p
56
- }`;var sn=ar(function(){return en(ee,vr+"return "+yt).apply(s,fe)});if(sn.source=yt,H1(sn))throw sn;return sn}function $e(u){return Dn(u).toLowerCase()}function et(u){return Dn(u).toUpperCase()}function Ne(u,g,_){if(u=Dn(u),u&&(_||g===s))return gu(u);if(!u||!(g=Ar(g)))return u;var k=Qs(u),H=Qs(g),ee=Gi(k,H),fe=Mr(k,H)+1;return Jr(k,ee,fe).join("")}function it(u,g,_){if(u=Dn(u),u&&(_||g===s))return u.slice(0,Yf(u)+1);if(!u||!(g=Ar(g)))return u;var k=Qs(u),H=Mr(k,Qs(g))+1;return Jr(k,0,H).join("")}function xt(u,g,_){if(u=Dn(u),u&&(_||g===s))return u.replace(Io,"");if(!u||!(g=Ar(g)))return u;var k=Qs(u),H=Gi(k,Qs(g));return Jr(k,H).join("")}function ir(u,g){var _=ue,k=Ee;if(ri(g)){var H="separator"in g?g.separator:H;_="length"in g?Vr(g.length):_,k="omission"in g?Ar(g.omission):k}u=Dn(u);var ee=u.length;if(qs(u)){var fe=Qs(u);ee=fe.length}if(_>=ee)return u;var _e=_-As(k);if(_e<1)return k;var Oe=fe?Jr(fe,0,_e).join(""):u.slice(0,_e);if(H===s)return Oe+k;if(fe&&(_e+=Oe.length-_e),Yu(H)){if(u.slice(_e).search(H)){var ut,ht=Oe;for(H.global||(H=uc(H.source,Dn(In.exec(H))+"g")),H.lastIndex=0;ut=H.exec(ht);)var yt=ut.index;Oe=Oe.slice(0,yt===s?_e:yt)}}else if(u.indexOf(Ar(H),_e)!=_e){var qt=Oe.lastIndexOf(H);qt>-1&&(Oe=Oe.slice(0,qt))}return Oe+k}function Kt(u){return u=Dn(u),u&&qd.test(u)?u.replace(Tf,qf):u}var Lt=Uu(function(u,g,_){return u+(_?" ":"")+g.toUpperCase()}),er=rg("toUpperCase");function sr(u,g,_){return u=Dn(u),g=_?s:g,g===s?Ks(u)?cc(u):r1(u):u.match(g)||[]}var ar=te(function(u,g){try{return rs(u,s,g)}catch(_){return H1(_)?_:new fr(_)}}),Rt=_o(function(u,g){return us(g,function(_){_=Ka(_),Fa(u,_,R1(u[_],u))}),u});function Ct(u){var g=u==null?0:u.length,_=Er();return u=g?Ur(u,function(k){if(typeof k[1]!="function")throw new Ss(d);return[_(k[0]),k[1]]}):[],te(function(k){for(var H=-1;++H<g;){var ee=u[H];if(rs(ee[0],this,k))return rs(ee[1],this,k)}})}function ur(u){return Tu(ks(u,S))}function zt(u){return function(){return u}}function Ot(u,g){return u==null||u!==u?g:u}var br=ig(),yr=ig(!0);function Kr(u){return u}function Fr(u){return Ru(typeof u=="function"?u:ks(u,S))}function Wr(u){return m0(ks(u,S))}function or(u,g){return v0(u,ks(g,S))}var nn=te(function(u,g){return function(_){return Zo(_,u,g)}}),an=te(function(u,g){return function(_){return Zo(u,_,g)}});function Ut(u,g,_){var k=M(g),H=Jo(g,k);_==null&&!(ri(g)&&(H.length||!k.length))&&(_=g,g=u,u=this,H=Jo(g,M(g)));var ee=!(ri(_)&&"chain"in _)||!!_.chain,fe=il(u);return us(H,function(_e){var Oe=g[_e];u[_e]=Oe,fe&&(u.prototype[_e]=function(){var ut=this.__chain__;if(ee||ut){var ht=u(this.__wrapped__),yt=ht.__actions__=Ci(this.__actions__);return yt.push({func:Oe,args:arguments,thisArg:u}),ht.__chain__=ut,ht}return Oe.apply(u,fs([this.value()],arguments))})}),u}function rr(){return Di._===this&&(Di._=vu),this}function Yt(){}function Gr(u){return u=Vr(u),te(function(g){return xc(g,u)})}var bn=p1(Ur),zi=p1(fu),Xi=p1(du);function Ai(u){return w0(u)?ft(Ka(u)):h1(u)}function ms(u){return function(g){return u==null?s:Ls(u,g)}}var vs=ag(),Rc=ag(!0);function os(){return[]}function Xa(){return!1}function Pc(){return{}}function vb(){return""}function K6(){return!0}function Q6(u,g){if(u=Vr(u),u<1||u>mt)return[];var _=me,k=Li(u,me);g=Er(g),u-=me;for(var H=ac(k,g);++_<u;)g(_);return H}function X6(u){return kr(u)?Ur(u,Ka):yi(u)?[u]:Ci(Fg(Dn(u)))}function J6(u){var g=++Cl;return Dn(u)+g}var Z6=jh(function(u,g){return u+g},0),e5=g1("ceil"),t5=jh(function(u,g){return u/g},1),r5=g1("floor");function n5(u){return u&&u.length?yc(u,Kr,f0):s}function i5(u,g){return u&&u.length?yc(u,Er(g,2),f0):s}function s5(u){return Ni(u,Kr)}function a5(u,g){return Ni(u,Er(g,2))}function o5(u){return u&&u.length?yc(u,Kr,g0):s}function l5(u,g){return u&&u.length?yc(u,Er(g,2),g0):s}var c5=jh(function(u,g){return u*g},1),u5=g1("round"),f5=jh(function(u,g){return u-g},0);function h5(u){return u&&u.length?Fl(u,Kr):0}function d5(u,g){return u&&u.length?Fl(u,Er(g,2)):0}return Q.after=cb,Q.ary=qg,Q.assign=K1,Q.assignIn=Q1,Q.assignInWith=Oc,Q.assignWith=X1,Q.at=pm,Q.before=Kg,Q.bind=R1,Q.bindAll=Rt,Q.bindKey=P1,Q.castArray=im,Q.chain=Wg,Q.chunk=C0,Q.compact=F1,Q.concat=Jh,Q.cond=Ct,Q.conforms=ur,Q.constant=zt,Q.countBy=Qa,Q.create=qu,Q.curry=I1,Q.curryRight=N1,Q.debounce=M1,Q.defaults=dn,Q.defaultsDeep=mb,Q.defer=Qg,Q.delay=Xg,Q.difference=Sc,Q.differenceBy=Ml,Q.differenceWith=Eg,Q.drop=pv,Q.dropRight=gv,Q.dropRightWhile=mv,Q.dropWhile=vv,Q.fill=bv,Q.filter=S1,Q.flatMap=Vg,Q.flatMapDeep=eb,Q.flatMapDepth=tb,Q.flatten=E1,Q.flattenDeep=yv,Q.flattenDepth=_v,Q.flip=Jg,Q.flow=br,Q.flowRight=yr,Q.fromPairs=wv,Q.functions=h,Q.functionsIn=m,Q.groupBy=rb,Q.initial=Fv,Q.intersection=Ev,Q.intersectionBy=Tg,Q.intersectionWith=Ag,Q.invert=E,Q.invertBy=x,Q.invokeMap=wo,Q.iteratee=Fr,Q.keyBy=rd,Q.keys=M,Q.keysIn=O,Q.map=nd,Q.mapKeys=q,Q.mapValues=U,Q.matches=Wr,Q.matchesProperty=or,Q.memoize=O0,Q.merge=P,Q.mergeWith=Y,Q.method=nn,Q.methodOf=an,Q.mixin=Ut,Q.negate=R0,Q.nthArg=Gr,Q.omit=X,Q.omitBy=J,Q.once=Zg,Q.orderBy=A0,Q.over=bn,Q.overArgs=em,Q.overEvery=zi,Q.overSome=Xi,Q.partial=ad,Q.partialRight=L1,Q.partition=id,Q.pick=be,Q.pickBy=ke,Q.property=Ai,Q.propertyOf=ms,Q.pull=Rg,Q.pullAll=Pg,Q.pullAllBy=xv,Q.pullAllWith=Ig,Q.pullAt=Cv,Q.range=vs,Q.rangeRight=Rc,Q.rearg=tm,Q.reject=O1,Q.remove=ed,Q.rest=ub,Q.reverse=x1,Q.sampleSize=k0,Q.set=Be,Q.setWith=st,Q.shuffle=sb,Q.slice=Ng,Q.sortBy=lb,Q.sortedUniq=Ov,Q.sortedUniqBy=Rv,Q.split=ge,Q.spread=rm,Q.tail=Pv,Q.take=Iv,Q.takeRight=Nv,Q.takeRightWhile=Mv,Q.takeWhile=C1,Q.tap=Gv,Q.throttle=nm,Q.thru=td,Q.toArray=N0,Q.toPairs=ot,Q.toPairsIn=ze,Q.toPath=X6,Q.toPlainObject=q1,Q.transform=Dt,Q.unary=nl,Q.union=Lv,Q.unionBy=Bv,Q.unionWith=Uv,Q.uniq=Lg,Q.uniqBy=Bg,Q.uniqWith=Ug,Q.unset=Wt,Q.unzip=T1,Q.unzipWith=A1,Q.update=Mt,Q.updateWith=kt,Q.values=Tt,Q.valuesIn=At,Q.without=$g,Q.words=sr,Q.wrap=B1,Q.xor=$v,Q.xorBy=Hg,Q.xorWith=Hv,Q.zip=Wv,Q.zipObject=zv,Q.zipObjectDeep=jv,Q.zipWith=Vv,Q.entries=ot,Q.entriesIn=ze,Q.extend=Q1,Q.extendWith=Oc,Ut(Q,Q),Q.add=Z6,Q.attempt=ar,Q.camelCase=pr,Q.capitalize=Hr,Q.ceil=e5,Q.clamp=dt,Q.clone=Ll,Q.cloneDeep=P0,Q.cloneDeepWith=vn,Q.cloneWith=sm,Q.conformsTo=ii,Q.deburr=Vt,Q.defaultTo=Ot,Q.divide=t5,Q.endsWith=wt,Q.eq=Nr,Q.escape=Or,Q.escapeRegExp=un,Q.every=Jv,Q.find=k1,Q.findIndex=xg,Q.findKey=n,Q.findLast=Zv,Q.findLastIndex=Cg,Q.findLastKey=o,Q.floor=r5,Q.forEach=Gg,Q.forEachRight=Yg,Q.forIn=l,Q.forInRight=c,Q.forOwn=f,Q.forOwnRight=p,Q.get=v,Q.gt=hi,Q.gte=U1,Q.has=b,Q.hasIn=D,Q.head=Zh,Q.identity=Kr,Q.includes=nb,Q.indexOf=Dv,Q.inRange=Qt,Q.invoke=T,Q.isArguments=Qi,Q.isArray=kr,Q.isArrayBuffer=xa,Q.isArrayLike=Oi,Q.isArrayLikeObject=Ti,Q.isBoolean=$1,Q.isBuffer=Do,Q.isDate=fb,Q.isElement=as,Q.isEmpty=am,Q.isEqual=hb,Q.isEqualWith=db,Q.isError=H1,Q.isFinite=om,Q.isFunction=il,Q.isInteger=W1,Q.isLength=Gu,Q.isMap=lm,Q.isMatch=Ca,Q.isMatchWith=cm,Q.isNaN=pb,Q.isNative=gb,Q.isNil=z1,Q.isNull=um,Q.isNumber=j1,Q.isObject=ri,Q.isObjectLike=bi,Q.isPlainObject=kc,Q.isRegExp=Yu,Q.isSafeInteger=fm,Q.isSet=V1,Q.isString=I0,Q.isSymbol=yi,Q.isTypedArray=sl,Q.isUndefined=G1,Q.isWeakMap=od,Q.isWeakSet=Y1,Q.join=Sg,Q.kebabCase=rn,Q.last=ia,Q.lastIndexOf=kg,Q.lowerCase=Sn,Q.lowerFirst=_i,Q.lt=hm,Q.lte=dm,Q.max=n5,Q.maxBy=i5,Q.mean=s5,Q.meanBy=a5,Q.min=o5,Q.minBy=l5,Q.stubArray=os,Q.stubFalse=Xa,Q.stubObject=Pc,Q.stubString=vb,Q.stubTrue=K6,Q.multiply=c5,Q.nth=Og,Q.noConflict=rr,Q.noop=Yt,Q.now=sd,Q.pad=ye,Q.padEnd=kn,Q.padStart=Fn,Q.parseInt=Wi,Q.random=tr,Q.reduce=ib,Q.reduceRight=S0,Q.repeat=Ta,Q.replace=le,Q.result=De,Q.round=u5,Q.runInContext=Te,Q.sample=Nt,Q.size=ab,Q.snakeCase=qe,Q.some=ob,Q.sortedIndex=Vu,Q.sortedIndexBy=Tv,Q.sortedIndexOf=Mg,Q.sortedLastIndex=Av,Q.sortedLastIndexBy=Sv,Q.sortedLastIndexOf=kv,Q.startCase=Ue,Q.startsWith=pe,Q.subtract=f5,Q.sum=h5,Q.sumBy=d5,Q.template=gt,Q.times=Q6,Q.toFinite=Fo,Q.toInteger=Vr,Q.toLength=ld,Q.toLower=$e,Q.toNumber=sa,Q.toSafeInteger=cd,Q.toString=Dn,Q.toUpper=et,Q.trim=Ne,Q.trimEnd=it,Q.trimStart=xt,Q.truncate=ir,Q.unescape=Kt,Q.uniqueId=J6,Q.upperCase=Lt,Q.upperFirst=er,Q.each=Gg,Q.eachRight=Yg,Q.first=Zh,Ut(Q,function(){var u={};return ra(Q,function(g,_){An.call(Q.prototype,_)||(u[_]=g)}),u}(),{chain:!1}),Q.VERSION=a,us(["bind","bindKey","curry","curryRight","partial","partialRight"],function(u){Q[u].placeholder=Q}),us(["drop","take"],function(u,g){Xr.prototype[u]=function(_){_=_===s?1:ci(Vr(_),0);var k=this.__filtered__&&!g?new Xr(this):this.clone();return k.__filtered__?k.__takeCount__=Li(_,k.__takeCount__):k.__views__.push({size:Li(_,me),type:u+(k.__dir__<0?"Right":"")}),k},Xr.prototype[u+"Right"]=function(_){return this.reverse()[u](_).reverse()}}),us(["filter","map","takeWhile"],function(u,g){var _=g+1,k=_==Fe||_==Xe;Xr.prototype[u]=function(H){var ee=this.clone();return ee.__iteratees__.push({iteratee:Er(H,3),type:_}),ee.__filtered__=ee.__filtered__||k,ee}}),us(["head","last"],function(u,g){var _="take"+(g?"Right":"");Xr.prototype[u]=function(){return this[_](1).value()[0]}}),us(["initial","tail"],function(u,g){var _="drop"+(g?"":"Right");Xr.prototype[u]=function(){return this.__filtered__?new Xr(this):this[_](1)}}),Xr.prototype.compact=function(){return this.filter(Kr)},Xr.prototype.find=function(u){return this.filter(u).head()},Xr.prototype.findLast=function(u){return this.reverse().find(u)},Xr.prototype.invokeMap=te(function(u,g){return typeof u=="function"?new Xr(this):this.map(function(_){return Zo(_,u,g)})}),Xr.prototype.reject=function(u){return this.filter(R0(Er(u)))},Xr.prototype.slice=function(u,g){u=Vr(u);var _=this;return _.__filtered__&&(u>0||g<0)?new Xr(_):(u<0?_=_.takeRight(-u):u&&(_=_.drop(u)),g!==s&&(g=Vr(g),_=g<0?_.dropRight(-g):_.take(g-u)),_)},Xr.prototype.takeRightWhile=function(u){return this.reverse().takeWhile(u).reverse()},Xr.prototype.toArray=function(){return this.take(me)},ra(Xr.prototype,function(u,g){var _=/^(?:filter|find|map|reject)|While$/.test(g),k=/^(?:head|last)$/.test(g),H=Q[k?"take"+(g=="last"?"Right":""):g],ee=k||/^find/.test(g);H&&(Q.prototype[g]=function(){var fe=this.__wrapped__,_e=k?[1]:arguments,Oe=fe instanceof Xr,ut=_e[0],ht=Oe||kr(fe),yt=function(pn){var yn=H.apply(Q,fs([pn],_e));return k&&qt?yn[0]:yn};ht&&_&&typeof ut=="function"&&ut.length!=1&&(Oe=ht=!1);var qt=this.__chain__,vr=!!this.__actions__.length,Rr=ee&&!qt,sn=Oe&&!vr;if(!ee&&ht){fe=sn?fe:new Xr(this);var Pr=u.apply(fe,_e);return Pr.__actions__.push({func:td,args:[yt],thisArg:s}),new ti(Pr,qt)}return Rr&&sn?u.apply(this,_e):(Pr=this.thru(yt),Rr?k?Pr.value()[0]:Pr.value():Pr)})}),us(["pop","push","shift","sort","splice","unshift"],function(u){var g=fc[u],_=/^(?:push|sort|unshift)$/.test(u)?"tap":"thru",k=/^(?:pop|shift)$/.test(u);Q.prototype[u]=function(){var H=arguments;if(k&&!this.__chain__){var ee=this.value();return g.apply(kr(ee)?ee:[],H)}return this[_](function(fe){return g.apply(kr(fe)?fe:[],H)})}}),ra(Xr.prototype,function(u,g){var _=Q[g];if(_){var k=_.name+"";An.call(qo,k)||(qo[k]=[]),qo[k].push({name:g,func:_})}}),qo[zh(s,W).name]=[{name:"wrapper",func:s}],Xr.prototype.clone=Th,Xr.prototype.reverse=_u,Xr.prototype.value=Ah,Q.prototype.at=Yv,Q.prototype.chain=qv,Q.prototype.commit=Kv,Q.prototype.next=Qv,Q.prototype.plant=T0,Q.prototype.reverse=zg,Q.prototype.toJSON=Q.prototype.valueOf=Q.prototype.value=jg,Q.prototype.first=Q.prototype.head,qi&&(Q.prototype[qi]=Xv),Q},ma=El();lo?((lo.exports=ma)._=ma,su._=ma):Di._=ma}).call(_s)})(w2,w2.exports);var iP=w2.exports;const $d=La(iP);function jm(t){throw new Error('Could not dynamically require "'+t+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var N4={exports:{}},$b={exports:{}};/*! cpexcel.js (C) 2013-present SheetJS -- http://sheetjs.com */var jw;function sP(){return jw||(jw=1,function(t){var i={version:"1.15.0"};i[437]=function(){for(var s=`\0\x07\b
56
+ }`;var sn=ar(function(){return en(ee,vr+"return "+yt).apply(s,fe)});if(sn.source=yt,H1(sn))throw sn;return sn}function $e(u){return Dn(u).toLowerCase()}function et(u){return Dn(u).toUpperCase()}function Ne(u,g,_){if(u=Dn(u),u&&(_||g===s))return gu(u);if(!u||!(g=Ar(g)))return u;var k=Qs(u),H=Qs(g),ee=Gi(k,H),fe=Mr(k,H)+1;return Jr(k,ee,fe).join("")}function it(u,g,_){if(u=Dn(u),u&&(_||g===s))return u.slice(0,Yf(u)+1);if(!u||!(g=Ar(g)))return u;var k=Qs(u),H=Mr(k,Qs(g))+1;return Jr(k,0,H).join("")}function xt(u,g,_){if(u=Dn(u),u&&(_||g===s))return u.replace(Io,"");if(!u||!(g=Ar(g)))return u;var k=Qs(u),H=Gi(k,Qs(g));return Jr(k,H).join("")}function ir(u,g){var _=ue,k=Ee;if(ri(g)){var H="separator"in g?g.separator:H;_="length"in g?Vr(g.length):_,k="omission"in g?Ar(g.omission):k}u=Dn(u);var ee=u.length;if(qs(u)){var fe=Qs(u);ee=fe.length}if(_>=ee)return u;var _e=_-As(k);if(_e<1)return k;var Oe=fe?Jr(fe,0,_e).join(""):u.slice(0,_e);if(H===s)return Oe+k;if(fe&&(_e+=Oe.length-_e),Yu(H)){if(u.slice(_e).search(H)){var ut,ht=Oe;for(H.global||(H=uc(H.source,Dn(In.exec(H))+"g")),H.lastIndex=0;ut=H.exec(ht);)var yt=ut.index;Oe=Oe.slice(0,yt===s?_e:yt)}}else if(u.indexOf(Ar(H),_e)!=_e){var qt=Oe.lastIndexOf(H);qt>-1&&(Oe=Oe.slice(0,qt))}return Oe+k}function Kt(u){return u=Dn(u),u&&qd.test(u)?u.replace(Tf,qf):u}var Lt=Uu(function(u,g,_){return u+(_?" ":"")+g.toUpperCase()}),er=rg("toUpperCase");function sr(u,g,_){return u=Dn(u),g=_?s:g,g===s?Ks(u)?cc(u):r1(u):u.match(g)||[]}var ar=te(function(u,g){try{return rs(u,s,g)}catch(_){return H1(_)?_:new fr(_)}}),Rt=_o(function(u,g){return us(g,function(_){_=Ka(_),Fa(u,_,R1(u[_],u))}),u});function Ct(u){var g=u==null?0:u.length,_=Er();return u=g?Ur(u,function(k){if(typeof k[1]!="function")throw new Ss(d);return[_(k[0]),k[1]]}):[],te(function(k){for(var H=-1;++H<g;){var ee=u[H];if(rs(ee[0],this,k))return rs(ee[1],this,k)}})}function ur(u){return Tu(ks(u,S))}function zt(u){return function(){return u}}function Ot(u,g){return u==null||u!==u?g:u}var br=ig(),yr=ig(!0);function Kr(u){return u}function Fr(u){return Ru(typeof u=="function"?u:ks(u,S))}function Wr(u){return m0(ks(u,S))}function or(u,g){return v0(u,ks(g,S))}var nn=te(function(u,g){return function(_){return Zo(_,u,g)}}),an=te(function(u,g){return function(_){return Zo(u,_,g)}});function Ut(u,g,_){var k=M(g),H=Jo(g,k);_==null&&!(ri(g)&&(H.length||!k.length))&&(_=g,g=u,u=this,H=Jo(g,M(g)));var ee=!(ri(_)&&"chain"in _)||!!_.chain,fe=il(u);return us(H,function(_e){var Oe=g[_e];u[_e]=Oe,fe&&(u.prototype[_e]=function(){var ut=this.__chain__;if(ee||ut){var ht=u(this.__wrapped__),yt=ht.__actions__=Ci(this.__actions__);return yt.push({func:Oe,args:arguments,thisArg:u}),ht.__chain__=ut,ht}return Oe.apply(u,fs([this.value()],arguments))})}),u}function rr(){return Di._===this&&(Di._=vu),this}function Yt(){}function Gr(u){return u=Vr(u),te(function(g){return xc(g,u)})}var bn=p1(Ur),zi=p1(fu),Xi=p1(du);function Ai(u){return w0(u)?ft(Ka(u)):h1(u)}function ms(u){return function(g){return u==null?s:Ls(u,g)}}var vs=ag(),Rc=ag(!0);function os(){return[]}function Xa(){return!1}function Pc(){return{}}function vb(){return""}function K6(){return!0}function Q6(u,g){if(u=Vr(u),u<1||u>mt)return[];var _=me,k=Li(u,me);g=Er(g),u-=me;for(var H=ac(k,g);++_<u;)g(_);return H}function X6(u){return kr(u)?Ur(u,Ka):yi(u)?[u]:Ci(Fg(Dn(u)))}function J6(u){var g=++Cl;return Dn(u)+g}var Z6=jh(function(u,g){return u+g},0),e5=g1("ceil"),t5=jh(function(u,g){return u/g},1),r5=g1("floor");function n5(u){return u&&u.length?yc(u,Kr,f0):s}function i5(u,g){return u&&u.length?yc(u,Er(g,2),f0):s}function s5(u){return Ni(u,Kr)}function a5(u,g){return Ni(u,Er(g,2))}function o5(u){return u&&u.length?yc(u,Kr,g0):s}function l5(u,g){return u&&u.length?yc(u,Er(g,2),g0):s}var c5=jh(function(u,g){return u*g},1),u5=g1("round"),f5=jh(function(u,g){return u-g},0);function h5(u){return u&&u.length?Fl(u,Kr):0}function d5(u,g){return u&&u.length?Fl(u,Er(g,2)):0}return Q.after=cb,Q.ary=qg,Q.assign=K1,Q.assignIn=Q1,Q.assignInWith=Oc,Q.assignWith=X1,Q.at=pm,Q.before=Kg,Q.bind=R1,Q.bindAll=Rt,Q.bindKey=P1,Q.castArray=im,Q.chain=Wg,Q.chunk=C0,Q.compact=F1,Q.concat=Jh,Q.cond=Ct,Q.conforms=ur,Q.constant=zt,Q.countBy=Qa,Q.create=qu,Q.curry=I1,Q.curryRight=N1,Q.debounce=M1,Q.defaults=dn,Q.defaultsDeep=mb,Q.defer=Qg,Q.delay=Xg,Q.difference=Sc,Q.differenceBy=Ml,Q.differenceWith=Eg,Q.drop=pv,Q.dropRight=gv,Q.dropRightWhile=mv,Q.dropWhile=vv,Q.fill=bv,Q.filter=S1,Q.flatMap=Vg,Q.flatMapDeep=eb,Q.flatMapDepth=tb,Q.flatten=E1,Q.flattenDeep=yv,Q.flattenDepth=_v,Q.flip=Jg,Q.flow=br,Q.flowRight=yr,Q.fromPairs=wv,Q.functions=h,Q.functionsIn=m,Q.groupBy=rb,Q.initial=Fv,Q.intersection=Ev,Q.intersectionBy=Tg,Q.intersectionWith=Ag,Q.invert=E,Q.invertBy=x,Q.invokeMap=wo,Q.iteratee=Fr,Q.keyBy=rd,Q.keys=M,Q.keysIn=O,Q.map=nd,Q.mapKeys=q,Q.mapValues=U,Q.matches=Wr,Q.matchesProperty=or,Q.memoize=O0,Q.merge=P,Q.mergeWith=Y,Q.method=nn,Q.methodOf=an,Q.mixin=Ut,Q.negate=R0,Q.nthArg=Gr,Q.omit=X,Q.omitBy=J,Q.once=Zg,Q.orderBy=A0,Q.over=bn,Q.overArgs=em,Q.overEvery=zi,Q.overSome=Xi,Q.partial=ad,Q.partialRight=L1,Q.partition=id,Q.pick=be,Q.pickBy=ke,Q.property=Ai,Q.propertyOf=ms,Q.pull=Rg,Q.pullAll=Pg,Q.pullAllBy=xv,Q.pullAllWith=Ig,Q.pullAt=Cv,Q.range=vs,Q.rangeRight=Rc,Q.rearg=tm,Q.reject=O1,Q.remove=ed,Q.rest=ub,Q.reverse=x1,Q.sampleSize=k0,Q.set=Be,Q.setWith=st,Q.shuffle=sb,Q.slice=Ng,Q.sortBy=lb,Q.sortedUniq=Ov,Q.sortedUniqBy=Rv,Q.split=ge,Q.spread=rm,Q.tail=Pv,Q.take=Iv,Q.takeRight=Nv,Q.takeRightWhile=Mv,Q.takeWhile=C1,Q.tap=Gv,Q.throttle=nm,Q.thru=td,Q.toArray=N0,Q.toPairs=ot,Q.toPairsIn=ze,Q.toPath=X6,Q.toPlainObject=q1,Q.transform=Dt,Q.unary=nl,Q.union=Lv,Q.unionBy=Bv,Q.unionWith=Uv,Q.uniq=Lg,Q.uniqBy=Bg,Q.uniqWith=Ug,Q.unset=Wt,Q.unzip=T1,Q.unzipWith=A1,Q.update=Mt,Q.updateWith=kt,Q.values=Tt,Q.valuesIn=At,Q.without=$g,Q.words=sr,Q.wrap=B1,Q.xor=$v,Q.xorBy=Hg,Q.xorWith=Hv,Q.zip=Wv,Q.zipObject=zv,Q.zipObjectDeep=jv,Q.zipWith=Vv,Q.entries=ot,Q.entriesIn=ze,Q.extend=Q1,Q.extendWith=Oc,Ut(Q,Q),Q.add=Z6,Q.attempt=ar,Q.camelCase=pr,Q.capitalize=Hr,Q.ceil=e5,Q.clamp=dt,Q.clone=Ll,Q.cloneDeep=P0,Q.cloneDeepWith=vn,Q.cloneWith=sm,Q.conformsTo=ii,Q.deburr=Vt,Q.defaultTo=Ot,Q.divide=t5,Q.endsWith=wt,Q.eq=Nr,Q.escape=Or,Q.escapeRegExp=un,Q.every=Jv,Q.find=k1,Q.findIndex=xg,Q.findKey=n,Q.findLast=Zv,Q.findLastIndex=Cg,Q.findLastKey=o,Q.floor=r5,Q.forEach=Gg,Q.forEachRight=Yg,Q.forIn=l,Q.forInRight=c,Q.forOwn=f,Q.forOwnRight=p,Q.get=v,Q.gt=hi,Q.gte=U1,Q.has=b,Q.hasIn=D,Q.head=Zh,Q.identity=Kr,Q.includes=nb,Q.indexOf=Dv,Q.inRange=Qt,Q.invoke=T,Q.isArguments=Qi,Q.isArray=kr,Q.isArrayBuffer=xa,Q.isArrayLike=Oi,Q.isArrayLikeObject=Ti,Q.isBoolean=$1,Q.isBuffer=Do,Q.isDate=fb,Q.isElement=as,Q.isEmpty=am,Q.isEqual=hb,Q.isEqualWith=db,Q.isError=H1,Q.isFinite=om,Q.isFunction=il,Q.isInteger=W1,Q.isLength=Gu,Q.isMap=lm,Q.isMatch=Ca,Q.isMatchWith=cm,Q.isNaN=pb,Q.isNative=gb,Q.isNil=z1,Q.isNull=um,Q.isNumber=j1,Q.isObject=ri,Q.isObjectLike=bi,Q.isPlainObject=kc,Q.isRegExp=Yu,Q.isSafeInteger=fm,Q.isSet=V1,Q.isString=I0,Q.isSymbol=yi,Q.isTypedArray=sl,Q.isUndefined=G1,Q.isWeakMap=od,Q.isWeakSet=Y1,Q.join=Sg,Q.kebabCase=rn,Q.last=ia,Q.lastIndexOf=kg,Q.lowerCase=Sn,Q.lowerFirst=_i,Q.lt=hm,Q.lte=dm,Q.max=n5,Q.maxBy=i5,Q.mean=s5,Q.meanBy=a5,Q.min=o5,Q.minBy=l5,Q.stubArray=os,Q.stubFalse=Xa,Q.stubObject=Pc,Q.stubString=vb,Q.stubTrue=K6,Q.multiply=c5,Q.nth=Og,Q.noConflict=rr,Q.noop=Yt,Q.now=sd,Q.pad=ye,Q.padEnd=kn,Q.padStart=Fn,Q.parseInt=Wi,Q.random=tr,Q.reduce=ib,Q.reduceRight=S0,Q.repeat=Ta,Q.replace=le,Q.result=De,Q.round=u5,Q.runInContext=Te,Q.sample=Nt,Q.size=ab,Q.snakeCase=qe,Q.some=ob,Q.sortedIndex=Vu,Q.sortedIndexBy=Tv,Q.sortedIndexOf=Mg,Q.sortedLastIndex=Av,Q.sortedLastIndexBy=Sv,Q.sortedLastIndexOf=kv,Q.startCase=Ue,Q.startsWith=pe,Q.subtract=f5,Q.sum=h5,Q.sumBy=d5,Q.template=gt,Q.times=Q6,Q.toFinite=Fo,Q.toInteger=Vr,Q.toLength=ld,Q.toLower=$e,Q.toNumber=sa,Q.toSafeInteger=cd,Q.toString=Dn,Q.toUpper=et,Q.trim=Ne,Q.trimEnd=it,Q.trimStart=xt,Q.truncate=ir,Q.unescape=Kt,Q.uniqueId=J6,Q.upperCase=Lt,Q.upperFirst=er,Q.each=Gg,Q.eachRight=Yg,Q.first=Zh,Ut(Q,function(){var u={};return ra(Q,function(g,_){An.call(Q.prototype,_)||(u[_]=g)}),u}(),{chain:!1}),Q.VERSION=a,us(["bind","bindKey","curry","curryRight","partial","partialRight"],function(u){Q[u].placeholder=Q}),us(["drop","take"],function(u,g){Xr.prototype[u]=function(_){_=_===s?1:ci(Vr(_),0);var k=this.__filtered__&&!g?new Xr(this):this.clone();return k.__filtered__?k.__takeCount__=Li(_,k.__takeCount__):k.__views__.push({size:Li(_,me),type:u+(k.__dir__<0?"Right":"")}),k},Xr.prototype[u+"Right"]=function(_){return this.reverse()[u](_).reverse()}}),us(["filter","map","takeWhile"],function(u,g){var _=g+1,k=_==Fe||_==Xe;Xr.prototype[u]=function(H){var ee=this.clone();return ee.__iteratees__.push({iteratee:Er(H,3),type:_}),ee.__filtered__=ee.__filtered__||k,ee}}),us(["head","last"],function(u,g){var _="take"+(g?"Right":"");Xr.prototype[u]=function(){return this[_](1).value()[0]}}),us(["initial","tail"],function(u,g){var _="drop"+(g?"":"Right");Xr.prototype[u]=function(){return this.__filtered__?new Xr(this):this[_](1)}}),Xr.prototype.compact=function(){return this.filter(Kr)},Xr.prototype.find=function(u){return this.filter(u).head()},Xr.prototype.findLast=function(u){return this.reverse().find(u)},Xr.prototype.invokeMap=te(function(u,g){return typeof u=="function"?new Xr(this):this.map(function(_){return Zo(_,u,g)})}),Xr.prototype.reject=function(u){return this.filter(R0(Er(u)))},Xr.prototype.slice=function(u,g){u=Vr(u);var _=this;return _.__filtered__&&(u>0||g<0)?new Xr(_):(u<0?_=_.takeRight(-u):u&&(_=_.drop(u)),g!==s&&(g=Vr(g),_=g<0?_.dropRight(-g):_.take(g-u)),_)},Xr.prototype.takeRightWhile=function(u){return this.reverse().takeWhile(u).reverse()},Xr.prototype.toArray=function(){return this.take(me)},ra(Xr.prototype,function(u,g){var _=/^(?:filter|find|map|reject)|While$/.test(g),k=/^(?:head|last)$/.test(g),H=Q[k?"take"+(g=="last"?"Right":""):g],ee=k||/^find/.test(g);H&&(Q.prototype[g]=function(){var fe=this.__wrapped__,_e=k?[1]:arguments,Oe=fe instanceof Xr,ut=_e[0],ht=Oe||kr(fe),yt=function(pn){var yn=H.apply(Q,fs([pn],_e));return k&&qt?yn[0]:yn};ht&&_&&typeof ut=="function"&&ut.length!=1&&(Oe=ht=!1);var qt=this.__chain__,vr=!!this.__actions__.length,Rr=ee&&!qt,sn=Oe&&!vr;if(!ee&&ht){fe=sn?fe:new Xr(this);var Pr=u.apply(fe,_e);return Pr.__actions__.push({func:td,args:[yt],thisArg:s}),new ti(Pr,qt)}return Rr&&sn?u.apply(this,_e):(Pr=this.thru(yt),Rr?k?Pr.value()[0]:Pr.value():Pr)})}),us(["pop","push","shift","sort","splice","unshift"],function(u){var g=fc[u],_=/^(?:push|sort|unshift)$/.test(u)?"tap":"thru",k=/^(?:pop|shift)$/.test(u);Q.prototype[u]=function(){var H=arguments;if(k&&!this.__chain__){var ee=this.value();return g.apply(kr(ee)?ee:[],H)}return this[_](function(fe){return g.apply(kr(fe)?fe:[],H)})}}),ra(Xr.prototype,function(u,g){var _=Q[g];if(_){var k=_.name+"";An.call(qo,k)||(qo[k]=[]),qo[k].push({name:g,func:_})}}),qo[zh(s,W).name]=[{name:"wrapper",func:s}],Xr.prototype.clone=Th,Xr.prototype.reverse=_u,Xr.prototype.value=Ah,Q.prototype.at=Yv,Q.prototype.chain=qv,Q.prototype.commit=Kv,Q.prototype.next=Qv,Q.prototype.plant=T0,Q.prototype.reverse=zg,Q.prototype.toJSON=Q.prototype.valueOf=Q.prototype.value=jg,Q.prototype.first=Q.prototype.head,qi&&(Q.prototype[qi]=Xv),Q},ma=El();lo?((lo.exports=ma)._=ma,su._=ma):Di._=ma}).call(_s)})(w2,w2.exports);var iP=w2.exports;const $d=La(iP);function jm(t){throw new Error('Could not dynamically require "'+t+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Ny={exports:{}},$b={exports:{}};/*! cpexcel.js (C) 2013-present SheetJS -- http://sheetjs.com */var jw;function sP(){return jw||(jw=1,function(t){var i={version:"1.15.0"};i[437]=function(){for(var s=`\0\x07\b
57
57
  \v\f\r\x1B !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\`abcdefghijklmnopqrstuvwxyz{|}~ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ `,a=[],r={},e=0;e!=s.length;++e)s.charCodeAt(e)!==65533&&(r[s.charAt(e)]=e),a[e]=s.charAt(e);return{enc:r,dec:a}}(),i[620]=function(){for(var s=`\0\x07\b
58
58
  \v\f\r\x1B !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\`abcdefghijklmnopqrstuvwxyz{|}~ÇüéâäàąçêëèïîćÄĄĘęłôöĆûùŚÖܢ٥śƒŹŻóÓńŃźż¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ `,a=[],r={},e=0;e!=s.length;++e)s.charCodeAt(e)!==65533&&(r[s.charAt(e)]=e),a[e]=s.charAt(e);return{enc:r,dec:a}}(),i[737]=function(){for(var s=`\0\x07\b
59
59
  \v\f\r\x1B !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\`abcdefghijklmnopqrstuvwxyz{|}~ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩαβγδεζηθικλμνξοπρσςτυφχψ░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀ωάέήϊίόύϋώΆΈΉΊΌΎΏ±≥≤ΪΫ÷≈°∙·√ⁿ²■ `,a=[],r={},e=0;e!=s.length;++e)s.charCodeAt(e)!==65533&&(r[s.charAt(e)]=e),a[e]=s.charAt(e);return{enc:r,dec:a}}(),i[850]=function(){for(var s=`\0\x07\b
@@ -189,7 +189,7 @@ function print() { __p += __j.call(arguments, '') }
189
189
  `);break;case"<mentions":case"<mentions>":ke=!0;break;case"</mentions>":ke=!1;break;case"<extLst":case"<extLst>":case"</extLst>":case"<extLst/>":break;case"<ext":ke=!0;break;case"</ext>":ke=!1;break;default:if(!ke&&J.WTF)throw new Error("unrecognized "+Wt[0]+" in threaded comments")}return ze}),be)))}),q&&q.length&&qh(O,q,!0,v.people||[])}catch(Y){if(v.WTF)throw Y}var U,P}function Ca(n){return n.charAt(0)=="/"?n.slice(1):n}function cm(n,o){if(Po(),Gu(o=o||{}),ts(n,"META-INF/manifest.xml")||ts(n,"objectdata.xml"))return L1(n,o);if(ts(n,"Index/Document.iwa")){if(typeof Uint8Array>"u")throw new Error("NUMBERS file parsing requires Uint8Array support");if(n.FileIndex)return om(n);var l=dr.utils.cfb_new();return Of(n).forEach(function(At){Br(l,At,function dt(Qt,tr,pr){if(!pr)return Sf(kf(Qt,tr));if(!tr)return null;try{return dt(Qt,tr)}catch{return null}}(n,At))}),om(l)}if(!ts(n,"[Content_Types].xml"))throw ts(n,"index.xml.gz")?new Error("Unsupported NUMBERS 08 file"):ts(n,"index.xml")?new Error("Unsupported NUMBERS 09 file"):new Error("Unsupported ZIP file");var c,f,p=Of(n),h=function(At){var dt=Qf();if(!At||!At.match)return dt;var Qt={};if((At.match(Pi)||[]).forEach(function(tr){var pr=Tr(tr);switch(pr[0].replace(mh,"<")){case"<?xml":break;case"<Types":dt.xmlns=pr["xmlns"+(pr[0].match(/<(\w+):/)||["",""])[1]];break;case"<Default":Qt[pr.Extension]=pr.ContentType;break;case"<Override":dt[Kf[pr.ContentType]]!==void 0&&dt[Kf[pr.ContentType]].push(pr.PartName)}}),dt.xmlns!==oi.CT)throw new Error("Unknown Namespace: "+dt.xmlns);return dt.calcchain=0<dt.calcchains.length?dt.calcchains[0]:"",dt.sst=0<dt.strs.length?dt.strs[0]:"",dt.style=0<dt.styles.length?dt.styles[0]:"",dt.defaults=Qt,delete dt.calcchains,dt}(Fs(n,"[Content_Types].xml")),De=!1;if(h.workbooks.length===0&&pi(n,f="xl/workbook.xml",!0)&&h.workbooks.push(f),h.workbooks.length===0){if(!pi(n,f="xl/workbook.bin",!0))throw new Error("Could not find workbook");h.workbooks.push(f),De=!0}h.workbooks[0].slice(-3)=="bin"&&(De=!0);var m={},v={};if(!o.bookSheets&&!o.bookProps){if(x0=[],h.sst)try{x0=Yv(pi(n,Ca(h.sst)),h.sst,o)}catch(At){if(o.WTF)throw At}o.cellStyles&&h.themes.length&&(M=Fs(n,h.themes[0].replace(/^\//,""),!0)||"",h.themes[0],m=yo(M,o)),h.style&&(v=td(pi(n,Ca(h.style)),h.style,m,o))}h.links.map(function(At){try{return Tl(Fs(n,co(Ca(At))),At),Qv(pi(n,Ca(At)),0,At,o)}catch{}});var b,D,E,x=Vv(pi(n,Ca(h.workbooks[0])),h.workbooks[0],o),T={},M="";h.coreprops.length&&((M=pi(n,Ca(h.coreprops[0]),!0))&&(T=Al(M)),h.extprops.length!==0&&(M=pi(n,Ca(h.extprops[0]),!0))&&(O=o,E={},D=(D=T)||{},b=Tn(b=M),jo.forEach(function(At){var dt=(b.match(oo(At[0]))||[])[1];switch(At[2]){case"string":dt&&(D[At[1]]=on(dt));break;case"bool":D[At[1]]=dt==="true";break;case"raw":var Qt=b.match(new RegExp("<"+At[0]+"[^>]*>([\\s\\S]*?)</"+At[0]+">"));Qt&&0<Qt.length&&(E[At[1]]=Qt[1])}}),E.HeadingPairs&&E.TitlesOfParts&&Js(E.HeadingPairs,E.TitlesOfParts,D,O)));var O={};o.bookSheets&&!o.bookProps||h.custprops.length!==0&&(M=Fs(n,Ca(h.custprops[0]),!0))&&(O=function(At,dt){var Qt={},tr="",pr=At.match(s1);if(pr)for(var Hr=0;Hr!=pr.length;++Hr){var Vt=pr[Hr],wt=Tr(Vt);switch(wt[0]){case"<?xml":case"<Properties":break;case"<property":tr=on(wt.name);break;case"</property>":tr=null;break;default:if(Vt.indexOf("<vt:")===0){var Or=Vt.split(">"),un=Or[0].slice(4),rn=Or[1];switch(un){case"lpstr":case"bstr":case"lpwstr":Qt[tr]=on(rn);break;case"bool":Qt[tr]=Wn(rn);break;case"i1":case"i2":case"i4":case"i8":case"int":case"uint":Qt[tr]=parseInt(rn,10);break;case"r4":case"r8":case"decimal":Qt[tr]=parseFloat(rn);break;case"filetime":case"date":Qt[tr]=Hn(rn);break;case"cy":case"error":Qt[tr]=on(rn);break;default:if(un.slice(-1)=="/")break;dt.WTF&&typeof console<"u"&&console.warn("Unexpected",Vt,un,Or)}}else if(Vt.slice(0,2)!=="</"&&dt.WTF)throw new Error(Vt)}}return Qt}(M,o));var q={};if((o.bookSheets||o.bookProps)&&(x.Sheets?c=x.Sheets.map(function(At){return At.name}):T.Worksheets&&0<T.SheetNames.length&&(c=T.SheetNames),o.bookProps&&(q.Props=T,q.Custprops=O),o.bookSheets&&c!==void 0&&(q.SheetNames=c),o.bookSheets?q.SheetNames:o.bookProps))return q;c={},M={},o.bookDeps&&h.calcchain&&(M=Kv(pi(n,Ca(h.calcchain)),h.calcchain));var U,P,Y=0,X={},J=x.Sheets;T.Worksheets=J.length,T.SheetNames=[];for(var be=0;be!=J.length;++be)T.SheetNames[be]=J[be].name;var ke=De?"bin":"xml",De=h.workbooks[0].lastIndexOf("/"),Be=(h.workbooks[0].slice(0,De+1)+"_rels/"+h.workbooks[0].slice(De+1)+".rels").replace(/^\//,"");ts(n,Be)||(Be="xl/_rels/workbook."+ke+".rels");var st,ot,ze,Dt=Tl(Fs(n,Be,!0),Be.replace(/_rels.*/,"s5s"));1<=(h.metadata||[]).length&&(o.xlmeta=Xv(pi(n,Ca(h.metadata[0])),h.metadata[0],o)),1<=(h.people||[]).length&&(o.people=(De=pi(n,Ca(h.people[0])),st=o,ze=!(ot=[]),De.replace(Pi,function(At){var dt=Tr(At);switch(Gs(dt[0])){case"<?xml":case"<personList":case"</personList>":break;case"<person":ot.push({name:dt.displayname,id:dt.id});break;case"</person>":break;case"<extLst":case"<extLst>":case"</extLst>":case"<extLst/>":break;case"<ext":ze=!0;break;case"</ext>":ze=!1;break;default:if(!ze&&st.WTF)throw new Error("unrecognized "+dt[0]+" in threaded comments")}return At}),ot)),Dt=Dt&&bi(Dt,x.Sheets);var Wt=pi(n,"xl/worksheets/sheet.xml",!0)?1:0;e:for(Y=0;Y!=T.Worksheets;++Y){var Mt="sheet";if(Dt&&Dt[Y]?(U="xl/"+Dt[Y][1].replace(/[\/]?xl\//,""),ts(n,U)||(U=Dt[Y][1]),ts(n,U)||(U=Be.replace(/_rels\/.*$/,"")+Dt[Y][1]),Mt=Dt[Y][2]):U=(U="xl/worksheets/sheet"+(Y+1-Wt)+"."+ke).replace(/sheet0\./,"sheet."),P=U.replace(/^(.*)(\/)([^\/]*)$/,"$1/_rels/$3.rels"),o&&o.sheets!=null)switch(typeof o.sheets){case"number":if(Y!=o.sheets)continue e;break;case"string":if(T.SheetNames[Y].toLowerCase()!=o.sheets.toLowerCase())continue e;break;default:if(Array.isArray&&Array.isArray(o.sheets)){for(var kt=!1,Tt=0;Tt!=o.sheets.length;++Tt)typeof o.sheets[Tt]=="number"&&o.sheets[Tt]==Y&&(kt=1),typeof o.sheets[Tt]=="string"&&o.sheets[Tt].toLowerCase()==T.SheetNames[Y].toLowerCase()&&(kt=1);if(!kt)continue e}}lm(n,U,P,T.SheetNames[Y],Y,X,c,Mt,o,x,m,v)}return q={Directory:h,Workbook:x,Props:T,Custprops:O,Deps:M,Sheets:c,SheetNames:T.SheetNames,Strings:x0,Styles:v,Themes:m,SSF:In(xe)},o&&o.bookFiles&&(n.files?(q.keys=p,q.files=n.files):(q.keys=[],q.files={},n.FullPaths.forEach(function(At,dt){At=At.replace(/^Root Entry[\/]/,""),q.keys.push(At),q.files[At]=n.FileIndex[dt]}))),o&&o.bookVBA&&(0<h.vba.length?q.vbaraw=pi(n,Ca(h.vba[0]),!0):h.defaults&&h.defaults.bin===Qh&&(q.vbaraw=pi(n,"xl/vbaProject.bin",!0))),q}function pb(n,o){var l,c=o||{},f="Workbook",p=dr.find(n,f);try{if(f="/!DataSpaces/Version",!(p=dr.find(n,f))||!p.content)throw new Error("ECMA-376 Encrypted file missing "+f);if(h=p.content,(l={}).id=h.read_shift(0,"lpp4"),l.R=ve(h,4),l.U=ve(h,4),l.W=ve(h,4),f="/!DataSpaces/DataSpaceMap",!(p=dr.find(n,f))||!p.content)throw new Error("ECMA-376 Encrypted file missing "+f);var h=we(p.content);if(h.length!==1||h[0].comps.length!==1||h[0].comps[0].t!==0||h[0].name!=="StrongEncryptionDataSpace"||h[0].comps[0].v!=="EncryptedPackage")throw new Error("ECMA-376 Encrypted file bad "+f);if(f="/!DataSpaces/DataSpaceInfo/StrongEncryptionDataSpace",!(p=dr.find(n,f))||!p.content)throw new Error("ECMA-376 Encrypted file missing "+f);if(h=function(m){var v=[];m.l+=4;for(var b=m.read_shift(4);0<b--;)v.push(m.read_shift(0,"lpp4"));return v}(p.content),h.length!=1||h[0]!="StrongEncryptionTransform")throw new Error("ECMA-376 Encrypted file bad "+f);if(f="/!DataSpaces/TransformInfo/StrongEncryptionTransform/!Primary",!(p=dr.find(n,f))||!p.content)throw new Error("ECMA-376 Encrypted file missing "+f);de(p.content)}catch{}if(f="/EncryptionInfo",!(p=dr.find(n,f))||!p.content)throw new Error("ECMA-376 Encrypted file missing "+f);if(o=at(p.content),f="/EncryptedPackage",!(p=dr.find(n,f))||!p.content)throw new Error("ECMA-376 Encrypted file missing "+f);if(o[0]==4&&typeof decrypt_agile<"u")return decrypt_agile(o[1],p.content,c.password||"",c);if(o[0]==2&&typeof decrypt_std76<"u")return decrypt_std76(o[1],p.content,c.password||"",c);throw new Error("File is password-protected")}function gb(n,o){return(o.bookType=="ods"?nm:o.bookType=="numbers"?il:o.bookType=="xlsb"?function(l,c){Wu=1024,l&&!l.SSF&&(l.SSF=In(xe)),l&&l.SSF&&(Po(),js(l.SSF),c.revssf=Kc(l.SSF),c.revssf[l.SSF[65535]]=0,c.ssf=l.SSF),c.rels={},c.wbrels={},c.Strings=[],c.Strings.Count=0,c.Strings.Unique=0,C0?c.revStrings=new Map:(c.revStrings={},c.revStrings.foo=[],delete c.revStrings.foo);var f=c.bookType=="xlsb"?"bin":"xml",p=-1<Cc.indexOf(c.bookType),h=Qf();ri(c=c||{});var m=wl(),v="",b=0;if(c.cellXfs=[],Ml(c.cellXfs,{},{revssf:{General:0}}),l.Props||(l.Props={}),Br(m,v="docProps/core.xml",Zf(l.Props,c)),h.coreprops.push(v),wn(c.rels,2,v,Sr.CORE_PROPS),v="docProps/app.xml",!l.Props||!l.Props.SheetNames)if(l.Workbook&&l.Workbook.Sheets){for(var D=[],E=0;E<l.SheetNames.length;++E)(l.Workbook.Sheets[E]||{}).Hidden!=2&&D.push(l.SheetNames[E]);l.Props.SheetNames=D}else l.Props.SheetNames=l.SheetNames;for(l.Props.Worksheets=l.Props.SheetNames.length,Br(m,v,bu(l.Props)),h.extprops.push(v),wn(c.rels,3,v,Sr.EXT_PROPS),l.Custprops!==l.Props&&0<Jn(l.Custprops||{}).length&&(Br(m,v="docProps/custom.xml",fo(l.Custprops)),h.custprops.push(v),wn(c.rels,4,v,Sr.CUST_PROPS)),b=1;b<=l.SheetNames.length;++b){var x,T,M,O={"!id":{}},q=l.Sheets[l.SheetNames[b-1]];Br(m,v="xl/worksheets/sheet"+b+"."+f,function(U,P,Y,X,J){return(P.slice(-4)===".bin"?Nv:Ig)(U,Y,X,J)}(b-1,v,c,l,O)),h.sheets.push(v),wn(c.wbrels,-1,"worksheets/sheet"+b+"."+f,Sr.WS[0]),q&&(x=q["!comments"],T=!1,M="",x&&0<x.length&&(Br(m,M="xl/comments"+b+"."+f,function(U,P,Y){return(P.slice(-4)===".bin"?m1:Kh)(U)}(x,M)),h.comments.push(M),wn(O,-1,"../comments"+b+"."+f,Sr.CMNT),T=!0),q["!legacy"]&&T&&Br(m,"xl/drawings/vmlDrawing"+b+".vml",_o(b,q["!comments"])),delete q["!comments"],delete q["!legacy"]),O["!id"].rId1&&Br(m,co(v),Wa(O))}return c.Strings!=null&&0<c.Strings.length&&(Br(m,v="xl/sharedStrings."+f,function(U,P,Y){return(P.slice(-4)===".bin"?V:A)(U,Y)}(c.Strings,v,c)),h.strs.push(v),wn(c.wbrels,-1,"sharedStrings."+f,Sr.SST)),Br(m,v="xl/workbook."+f,function(U,P,Y){return(P.slice(-4)===".bin"?jv:Hg)(U)}(l,v)),h.workbooks.push(v),wn(c.rels,1,v,Sr.WB),Br(m,v="xl/theme/theme1.xml",Yh(l.Themes,c)),h.themes.push(v),wn(c.wbrels,-1,"theme/theme1.xml",Sr.THEME),Br(m,v="xl/styles."+f,function(U,P,Y){return(P.slice(-4)===".bin"?p1:d1)(U,Y)}(l,v,c)),h.styles.push(v),wn(c.wbrels,-1,"styles."+f,Sr.STY),l.vbaraw&&p&&(Br(m,v="xl/vbaProject.bin",l.vbaraw),h.vba.push(v),wn(c.wbrels,-1,"vbaProject.bin",Sr.VBA)),Br(m,v="xl/metadata."+f,function(U){return(U.slice(-4)===".bin"?ug:fg)()}(v)),h.metadata.push(v),wn(c.wbrels,-1,"metadata."+f,Sr.XLMETA),Br(m,"[Content_Types].xml",pc(h,c)),Br(m,"_rels/.rels",Wa(c.rels)),Br(m,"xl/_rels/workbook."+f+".rels",Wa(c.wbrels)),delete c.revssf,delete c.ssf,m}:um)(n,o)}function um(n,o){Wu=1024,n&&!n.SSF&&(n.SSF=In(xe)),n&&n.SSF&&(Po(),js(n.SSF),o.revssf=Kc(n.SSF),o.revssf[n.SSF[65535]]=0,o.ssf=n.SSF),o.rels={},o.wbrels={},o.Strings=[],o.Strings.Count=0,o.Strings.Unique=0,C0?o.revStrings=new Map:(o.revStrings={},o.revStrings.foo=[],delete o.revStrings.foo);var l="xml",c=-1<Cc.indexOf(o.bookType),f=Qf();ri(o=o||{});var p=wl(),h="",m=0;if(o.cellXfs=[],Ml(o.cellXfs,{},{revssf:{General:0}}),n.Props||(n.Props={}),h="docProps/core.xml",Br(p,h,Zf(n.Props,o)),f.coreprops.push(h),wn(o.rels,2,h,Sr.CORE_PROPS),h="docProps/app.xml",!n.Props||!n.Props.SheetNames)if(n.Workbook&&n.Workbook.Sheets){for(var v=[],b=0;b<n.SheetNames.length;++b)(n.Workbook.Sheets[b]||{}).Hidden!=2&&v.push(n.SheetNames[b]);n.Props.SheetNames=v}else n.Props.SheetNames=n.SheetNames;n.Props.Worksheets=n.Props.SheetNames.length,Br(p,h,bu(n.Props)),f.extprops.push(h),wn(o.rels,3,h,Sr.EXT_PROPS),n.Custprops!==n.Props&&0<Jn(n.Custprops||{}).length&&(Br(p,h="docProps/custom.xml",fo(n.Custprops)),f.custprops.push(h),wn(o.rels,4,h,Sr.CUST_PROPS));var D,E=["SheetJ5"];for(o.tcid=0,m=1;m<=n.SheetNames.length;++m){var x,T,M,O,q={"!id":{}},U=n.Sheets[n.SheetNames[m-1]];Br(p,h="xl/worksheets/sheet"+m+"."+l,Ig(m-1,o,n,q)),f.sheets.push(h),wn(o.wbrels,-1,"worksheets/sheet"+m+"."+l,Sr.WS[0]),U&&(T=!1,M="",(x=U["!comments"])&&0<x.length&&(O=!1,x.forEach(function(P){P[1].forEach(function(Y){Y.T==1&&(O=!0)})}),O&&(Br(p,M="xl/threadedComments/threadedComment"+m+"."+l,function(P,Y,X){var J=[Un,St("ThreadedComments",null,{xmlns:oi.TCMNT}).replace(/[\/]>/,">")];return P.forEach(function(be){var ke="";(be[1]||[]).forEach(function(De,Be){var st;De.T?(De.a&&Y.indexOf(De.a)==-1&&Y.push(De.a),st={ref:be[0],id:"{54EE7951-7262-4200-6969-"+("000000000000"+X.tcid++).slice(-12)+"}"},Be==0?ke=st.id:st.parentId=ke,De.ID=st.id,De.a&&(st.personId="{54EE7950-7262-4200-6969-"+("000000000000"+Y.indexOf(De.a)).slice(-12)+"}"),J.push(St("threadedComment",Ii("text",De.t||""),st))):delete De.ID})}),J.push("</ThreadedComments>"),J.join("")}(x,E,o)),f.threadedcomments.push(M),wn(q,-1,"../threadedComments/threadedComment"+m+"."+l,Sr.TCMNT)),Br(p,M="xl/comments"+m+"."+l,Kh(x)),f.comments.push(M),wn(q,-1,"../comments"+m+"."+l,Sr.CMNT),T=!0),U["!legacy"]&&T&&Br(p,"xl/drawings/vmlDrawing"+m+".vml",_o(m,U["!comments"])),delete U["!comments"],delete U["!legacy"]),q["!id"].rId1&&Br(p,co(h),Wa(q))}return o.Strings!=null&&0<o.Strings.length&&(Br(p,h="xl/sharedStrings.xml",A(o.Strings,o)),f.strs.push(h),wn(o.wbrels,-1,"sharedStrings.xml",Sr.SST)),Br(p,h="xl/workbook.xml",Hg(n)),f.workbooks.push(h),wn(o.rels,1,h,Sr.WB),Br(p,h="xl/theme/theme1.xml",Yh(n.Themes,o)),f.themes.push(h),wn(o.wbrels,-1,"theme/theme1.xml",Sr.THEME),Br(p,h="xl/styles.xml",d1(n,o)),f.styles.push(h),wn(o.wbrels,-1,"styles.xml",Sr.STY),n.vbaraw&&c&&(Br(p,h="xl/vbaProject.bin",n.vbaraw),f.vba.push(h),wn(o.wbrels,-1,"vbaProject.bin",Sr.VBA)),Br(p,h="xl/metadata.xml",fg()),f.metadata.push(h),wn(o.wbrels,-1,"metadata.xml",Sr.XLMETA),1<E.length&&(Br(p,h="xl/persons/person.xml",(c=E,D=[Un,St("personList",null,{xmlns:oi.TCMNT,"xmlns:x":Ua[0]}).replace(/[\/]>/,">")],c.forEach(function(P,Y){D.push(St("person",null,{displayName:P,id:"{54EE7950-7262-4200-6969-"+("000000000000"+Y).slice(-12)+"}",userId:P,providerId:"None"}))}),D.push("</personList>"),D.join(""))),f.people.push(h),wn(o.wbrels,-1,"persons/person.xml",Sr.PEOPLE)),Br(p,"[Content_Types].xml",pc(f,o)),Br(p,"_rels/.rels",Wa(o.rels)),Br(p,"xl/_rels/workbook.xml.rels",Wa(o.wbrels)),delete o.revssf,delete o.ssf,p}function z1(n,o){var l="";switch((o||{}).type||"base64"){case"buffer":return[n[0],n[1],n[2],n[3],n[4],n[5],n[6],n[7]];case"base64":l=G(n.slice(0,12));break;case"binary":l=n;break;case"array":return[n[0],n[1],n[2],n[3],n[4],n[5],n[6],n[7]];default:throw new Error("Unrecognized type "+(o&&o.type||"undefined"))}return[l.charCodeAt(0),l.charCodeAt(1),l.charCodeAt(2),l.charCodeAt(3),l.charCodeAt(4),l.charCodeAt(5),l.charCodeAt(6),l.charCodeAt(7)]}function j1(n,o){var l=0;e:for(;l<n.length;)switch(n.charCodeAt(l)){case 10:case 13:case 32:++l;break;case 60:return k1(n.slice(l),o);default:break e}return Ls.to_workbook(n,o)}function kc(n,o,l,c){return c?(l.type="string",Ls.to_workbook(n,l)):Ls.to_workbook(o,l)}function Yu(n,o){R();var l=o||{};if(typeof ArrayBuffer<"u"&&n instanceof ArrayBuffer)return Yu(new Uint8Array(n),((l=In(l)).type="array",l));typeof Uint8Array<"u"&&n instanceof Uint8Array&&!l.type&&(l.type=typeof Deno<"u"?"buffer":"array");var c,f,p,h,m,v=n,b=!1;if(l.cellStyles&&(l.cellNF=!0,l.sheetStubs=!0),Ac={},l.dateNF&&(Ac.dateNF=l.dateNF),l.type||(l.type=j&&Buffer.isBuffer(n)?"buffer":"base64"),l.type=="file"&&(l.type=j?"buffer":"binary",v=function(E){if(Ba!==void 0)return Ba.readFileSync(E);if(typeof Deno<"u")return Deno.readFileSync(E);if(typeof $<"u"&&typeof File<"u"&&typeof Folder<"u")try{var x=File(E);x.open("r"),x.encoding="binary";var T=x.read();return x.close(),T}catch(M){if(!M.message||!M.message.match(/onstruct/))throw M}throw new Error("Cannot access file "+E)}(n),typeof Uint8Array>"u"||j||(l.type="array")),l.type=="string"&&(b=!0,l.type="binary",l.codepage=65001,v=(D=n).match(/[^\x00-\x7F]/)?Ys(D):D),l.type=="array"&&typeof Uint8Array<"u"&&n instanceof Uint8Array&&typeof ArrayBuffer<"u"){var D=new ArrayBuffer(3),D=new Uint8Array(D);if(D.foo="bar",!D.foo)return(l=In(l)).type="array",Yu(Me(v),l)}switch((c=z1(v,l))[0]){case 208:if(c[1]===207&&c[2]===17&&c[3]===224&&c[4]===161&&c[5]===177&&c[6]===26&&c[7]===225)return h=dr.read(v,l),m=l,(dr.find(h,"EncryptedPackage")?pb:id)(h,m);break;case 9:if(c[1]<=8)return id(v,l);break;case 60:return k1(v,l);case 73:if(c[1]===73&&c[2]===42&&c[3]===0)throw new Error("TIFF Image File is not a spreadsheet");if(c[1]===68)return function(E,x){var T=x||{},M=!!T.WTF;T.WTF=!0;try{var O=ks.to_workbook(E,T);return T.WTF=M,O}catch(q){if(T.WTF=M,!q.message.match(/SYLK bad record ID/)&&M)throw q;return Ls.to_workbook(E,x)}}(v,l);break;case 84:if(c[1]===65&&c[2]===66&&c[3]===76)return l0.to_workbook(v,l);break;case 80:return c[1]===75&&c[2]<9&&c[3]<9?(p=m=v,(f=(f=l)||{}).type||(f.type=j&&Buffer.isBuffer(m)?"buffer":"base64"),cm(Lo(p,f),f)):kc(n,v,l,b);case 239:return c[3]===60?k1(v,l):kc(n,v,l,b);case 255:if(c[1]===254)return p=v,(f=l).type=="base64"&&(p=G(p)),p=e.utils.decode(1200,p.slice(2),"str"),f.type="binary",j1(p,f);if(c[1]===0&&c[2]===2&&c[3]===0)return vo.to_workbook(v,l);break;case 0:if(c[1]===0&&(2<=c[2]&&c[3]===0||c[2]===0&&(c[3]===8||c[3]===9)))return vo.to_workbook(v,l);break;case 3:case 131:case 139:case 140:return wa.to_workbook(v,l);case 123:if(c[1]===92&&c[2]===114&&c[3]===116)return ln.to_workbook(v,l);break;case 10:case 13:case 32:return function(E,x){var T="",M=z1(E,x);switch(x.type){case"base64":T=G(E);break;case"binary":T=E;break;case"buffer":T=E.toString("binary");break;case"array":T=Mo(E);break;default:throw new Error("Unrecognized type "+x.type)}return M[0]==239&&M[1]==187&&M[2]==191&&(T=Tn(T)),x.type="binary",j1(T,x)}(v,l);case 137:if(c[1]===80&&c[2]===78&&c[3]===71)throw new Error("PNG Image File is not a spreadsheet")}return-1<ds.indexOf(c[0])&&c[2]<=12&&c[3]<=31?wa.to_workbook(v,l):kc(n,v,l,b)}function fm(n,o){return o=o||{},o.type="file",Yu(n,o)}function V1(n,o){switch(o.type){case"base64":case"binary":break;case"buffer":case"array":o.type="";break;case"file":return Ql(o.file,dr.write(n,{type:j?"buffer":""}));case"string":throw new Error("'string' output type invalid for '"+o.bookType+"' files");default:throw new Error("Unrecognized type "+o.type)}return dr.write(n,o)}function I0(n,o){var l={},c=j?"nodebuffer":typeof Uint8Array<"u"?"array":"string";if(o.compression&&(l.compression="DEFLATE"),o.password)l.type=c;else switch(o.type){case"base64":l.type="base64";break;case"binary":l.type="string";break;case"string":throw new Error("'string' output type invalid for '"+o.bookType+"' files");case"buffer":case"file":l.type=c;break;default:throw new Error("Unrecognized type "+o.type)}if(n=n.FullPaths?dr.write(n,{fileType:"zip",type:{nodebuffer:"buffer",string:"binary"}[l.type]||l.type,compression:!!o.compression}):n.generate(l),typeof Deno<"u"&&typeof n=="string"){if(o.type=="binary"||o.type=="base64")return n;n=new Uint8Array(ue(n))}return o.password&&typeof encrypt_agile<"u"?V1(encrypt_agile(n,o.password),o):o.type==="file"?Ql(o.file,n):o.type=="string"?Tn(n):n}function yi(n,o,l){var c=(l=l||"")+n;switch(o.type){case"base64":return oe(Ys(c));case"binary":return Ys(c);case"string":return n;case"file":return Ql(o.file,c,"utf8");case"buffer":return j?Z(c,"utf8"):typeof TextEncoder<"u"?new TextEncoder().encode(c):yi(c,{type:"binary"}).split("").map(function(f){return f.charCodeAt(0)})}throw new Error("Unrecognized type "+o.type)}function sl(n,o){switch(o.type){case"string":case"base64":case"binary":for(var l="",c=0;c<n.length;++c)l+=String.fromCharCode(n[c]);return o.type=="base64"?oe(l):o.type=="string"?Tn(l):l;case"file":return Ql(o.file,n);case"buffer":return n;default:throw new Error("Unrecognized type "+o.type)}}function G1(n,o){R(),$g(n);var l,c=In(o||{});return c.cellStyles&&(c.cellNF=!0,c.sheetStubs=!0),c.type!="array"?(l=n,o=In((o=c)||{}),I0(um(l,o),o)):(c.type="binary",n=G1(n,c),c.type="array",ue(n))}function od(n,o){R(),$g(n);var l=In(o||{});if(l.cellStyles&&(l.cellNF=!0,l.sheetStubs=!0),l.type=="array")return l.type="binary",o=od(n,l),l.type="array",ue(o);var c,f,p,h=0;if(l.sheet&&(h=typeof l.sheet=="number"?l.sheet:n.SheetNames.indexOf(l.sheet),!n.SheetNames[h]))throw new Error("Sheet not found: "+l.sheet+" : "+typeof l.sheet);switch(l.bookType||"xlsb"){case"xml":case"xlml":return yi(Yg(n,l),l);case"slk":case"sylk":return yi(ks.from_sheet(n.Sheets[n.SheetNames[h]],l),l);case"htm":case"html":return yi(Jg(n.Sheets[n.SheetNames[h]],l),l);case"txt":return function(m,v){switch(v.type){case"base64":return oe(m);case"binary":case"string":return m;case"file":return Ql(v.file,m,"binary");case"buffer":return j?Z(m,"binary"):m.split("").map(function(b){return b.charCodeAt(0)})}throw new Error("Unrecognized type "+v.type)}(sa(n.Sheets[n.SheetNames[h]],l),l);case"csv":return yi(ld(n.Sheets[n.SheetNames[h]],l),l,"\uFEFF");case"dif":return yi(l0.from_sheet(n.Sheets[n.SheetNames[h]],l),l);case"dbf":return sl(wa.from_sheet(n.Sheets[n.SheetNames[h]],l),l);case"prn":return yi(Ls.from_sheet(n.Sheets[n.SheetNames[h]],l),l);case"rtf":return yi(ln.from_sheet(n.Sheets[n.SheetNames[h]],l),l);case"eth":return yi(Au.from_sheet(n.Sheets[n.SheetNames[h]],l),l);case"fods":return yi(nm(n,l),l);case"wk1":return sl(vo.sheet_to_wk1(n.Sheets[n.SheetNames[h]],l),l);case"wk3":return sl(vo.book_to_wk3(n,l),l);case"biff2":l.biff||(l.biff=2);case"biff3":l.biff||(l.biff=3);case"biff4":return l.biff||(l.biff=4),sl(P1(n,l),l);case"biff5":l.biff||(l.biff=5);case"biff8":case"xla":case"xls":return l.biff||(l.biff=8),V1(ib(n,p=(p=l)||{}),p);case"xlsx":case"xlsm":case"xlam":case"xlsb":case"numbers":case"ods":return c=n,p=In((f=l)||{}),Rl=new mb(f),I0(gb(c,p),p);default:throw new Error("Unrecognized bookType |"+l.bookType+"|")}}function Y1(n){var o;n.bookType||((o=n.file.slice(n.file.lastIndexOf(".")).toLowerCase()).match(/^\.[a-z]+$/)&&(n.bookType=o.slice(1)),n.bookType={xls:"biff8",htm:"html",slk:"sylk",socialcalc:"eth",Sh33tJS:"WTF"}[n.bookType]||n.bookType)}function hm(n,o,l){return l=l||{},l.type="file",l.file=o,Y1(l),od(n,l)}function dm(n,o,l,c,f,p,h,m){var v=$n(l),b=m.defval,D=m.raw||!Object.prototype.hasOwnProperty.call(m,"raw"),E=!0,x=f===1?[]:{};if(f!==1)if(Object.defineProperty)try{Object.defineProperty(x,"__rowNum__",{value:l,enumerable:!1})}catch{x.__rowNum__=l}else x.__rowNum__=l;if(!h||n[l])for(var T=o.s.c;T<=o.e.c;++T){var M=h?n[l][T]:n[c[T]+v];if(M!==void 0&&M.t!==void 0){var O=M.v;switch(M.t){case"z":if(O==null)break;continue;case"e":O=O==0?null:void 0;break;case"s":case"d":case"b":case"n":break;default:throw new Error("unrecognized type "+M.t)}if(p[T]!=null){if(O==null)if(M.t=="e"&&O===null)x[p[T]]=null;else if(b!==void 0)x[p[T]]=b;else{if(!D||O!==null)continue;x[p[T]]=null}else x[p[T]]=D&&(M.t!=="n"||M.t==="n"&&m.rawNumbers!==!1)?O:pa(M,O,m);O!=null&&(E=!1)}}else b!==void 0&&p[T]!=null&&(x[p[T]]=b)}return{row:x,isempty:E}}function N0(n,o){if(n==null||n["!ref"]==null)return[];var l,c={t:"n",v:0},f=0,p=1,h=[],m="",v={s:{r:0,c:0},e:{r:0,c:0}},b=o||{},D=b.range!=null?b.range:n["!ref"];switch(b.header===1?f=1:b.header==="A"?f=2:Array.isArray(b.header)?f=3:b.header==null&&(f=0),typeof D){case"string":v=Zr(D);break;case"number":(v=Zr(n["!ref"])).s.r=D;break;default:v=D}0<f&&(p=0);var E=$n(v.s.r),x=[],T=[],M=0,O=0,q=Array.isArray(n),U=v.s.r,P=0,Y={};q&&!n[U]&&(n[U]=[]);for(var X,J=b.skipHidden&&n["!cols"]||[],be=b.skipHidden&&n["!rows"]||[],P=v.s.c;P<=v.e.c;++P)if(!(J[P]||{}).hidden)switch(x[P]=Qr(P),c=q?n[U][P]:n[x[P]+E],f){case 1:h[P]=P-v.s.c;break;case 2:h[P]=x[P];break;case 3:h[P]=b.header[P-v.s.c];break;default:if(m=l=pa(c=c??{w:"__EMPTY",t:"s"},null,b),O=Y[l]||0){for(;m=l+"_"+O++,Y[m];);Y[l]=O,Y[m]=1}else Y[l]=1;h[P]=m}for(U=v.s.r+p;U<=v.e.r;++U)(be[U]||{}).hidden||(X=dm(n,v,U,x,f,h,q,b)).isempty!==!1&&(f===1?b.blankrows===!1:!b.blankrows)||(T[M++]=X.row);return T.length=M,T}var Fo=/"/g;function Vr(n,o,l,c,f,p,h,m){for(var v=!0,b=[],D="",E=$n(l),x=o.s.c;x<=o.e.c;++x)if(c[x]){var T=m.dense?(n[l]||[])[x]:n[c[x]+E];if(T==null)D="";else if(T.v!=null){v=!1,D=""+(m.rawNumbers&&T.t=="n"?T.v:pa(T,null,m));for(var M,O=0;O!==D.length;++O)if((M=D.charCodeAt(O))===f||M===p||M===34||m.forceQuotes){D='"'+D.replace(Fo,'""')+'"';break}D=="ID"&&(D='"ID"')}else T.f==null||T.F?D="":(v=!1,0<=(D="="+T.f).indexOf(",")&&(D='"'+D.replace(Fo,'""')+'"'));b.push(D)}return m.blankrows===!1&&v?null:b.join(h)}function ld(n,o){var l=[],c=o??{};if(n==null||n["!ref"]==null)return"";var f=Zr(n["!ref"]),p=c.FS!==void 0?c.FS:",",h=p.charCodeAt(0),m=c.RS!==void 0?c.RS:`
190
190
  `,v=m.charCodeAt(0),b=new RegExp((p=="|"?"\\|":p)+"+$"),D="",E=[];c.dense=Array.isArray(n);for(var x=c.skipHidden&&n["!cols"]||[],T=c.skipHidden&&n["!rows"]||[],M=f.s.c;M<=f.e.c;++M)(x[M]||{}).hidden||(E[M]=Qr(M));for(var O=0,q=f.s.r;q<=f.e.r;++q)(T[q]||{}).hidden||(D=Vr(n,f,q,E,h,v,p,c))!=null&&(!(D=c.strip?D.replace(b,""):D)&&c.blankrows===!1||l.push((O++?m:"")+D));return delete c.dense,l.join("")}function sa(n,o){return(o=o||{}).FS=" ",o.RS=`
191
191
  `,n=ld(n,o),e===void 0||o.type=="string"?n:(n=e.utils.encode(1200,n,"str"),String.fromCharCode(255)+String.fromCharCode(254)+n)}function q1(D,o,l){var c,f=l||{},p=+!f.skipHeader,h=D||{},m=0,v=0;h&&f.origin!=null&&(typeof f.origin=="number"?m=f.origin:(b=typeof f.origin=="string"?zn(f.origin):f.origin,m=b.r,v=b.c));var b,D={s:{c:0,r:0},e:{c:v,r:m+o.length-1+p}};h["!ref"]?(b=Zr(h["!ref"]),D.e.c=Math.max(D.e.c,b.e.c),D.e.r=Math.max(D.e.r,b.e.r),m==-1&&(m=b.e.r+1,D.e.r=m+o.length-1+p)):m==-1&&(m=0,D.e.r=o.length-1+p);var E=f.header||[],x=0;o.forEach(function(M,O){Jn(M).forEach(function(X){(x=E.indexOf(X))==-1&&(E[x=E.length]=X);var U=M[X],P="z",Y="",X=Dr({c:v+x,r:m+O+p});c=cd(h,X),!U||typeof U!="object"||U instanceof Date?(typeof U=="number"?P="n":typeof U=="boolean"?P="b":typeof U=="string"?P="s":U instanceof Date?(P="d",f.cellDates||(P="n",U=di(U)),Y=f.dateNF||xe[14]):U===null&&f.nullError&&(P="e",U=0),c?(c.t=P,c.v=U,delete c.w,delete c.R,Y&&(c.z=Y)):h[X]=c={t:P,v:U},Y&&(c.z=Y)):h[X]=U})}),D.e.c=Math.max(D.e.c,v+E.length-1);var T=$n(m);if(p)for(x=0;x<E.length;++x)h[Qr(x+v)+T]={t:"s",v:E[x]};return h["!ref"]=Mr(D),h}function cd(n,o,l){return typeof o!="string"?cd(n,Dr(typeof o!="number"?o:{r:o,c:l||0})):Array.isArray(n)?(l=zn(o),n[l.r]||(n[l.r]=[]),n[l.r][l.c]||(n[l.r][l.c]={t:"z"})):n[o]||(n[o]={t:"z"})}function Dn(){return{SheetNames:[],Sheets:{}}}function K1(n,o,l,c){var f=1;if(!l)for(;f<=65535&&n.SheetNames.indexOf(l="Sheet"+f)!=-1;++f,l=void 0);if(!l||65535<=n.SheetNames.length)throw new Error("Too many worksheets");if(c&&0<=n.SheetNames.indexOf(l)){var c=l.match(/(^.*?)(\d+)$/),f=c&&+c[2]||0,p=c&&c[1]||l;for(++f;f<=65535&&n.SheetNames.indexOf(l=p+f)!=-1;++f);}if(A1(l),0<=n.SheetNames.indexOf(l))throw new Error("Worksheet with name |"+l+"| already exists!");return n.SheetNames.push(l),n.Sheets[l]=o,l}function Q1(n,o,l){return o?(n.l={Target:o},l&&(n.l.Tooltip=l)):delete n.l,n}var Oc,X1={encode_col:Qr,encode_row:$n,encode_cell:Dr,encode_range:Mr,decode_col:gu,decode_row:ac,split_cell:function(n){return n.replace(/(\$?[A-Z]*)(\$?\d*)/,"$1,$2").split(",")},decode_cell:zn,decode_range:Gi,format_cell:pa,sheet_add_aoa:Gf,sheet_add_json:q1,sheet_add_dom:O0,aoa_to_sheet:qs,json_to_sheet:function(n,o){return q1(null,n,o)},table_to_sheet:R0,table_to_book:function(n,o){return $a(R0(n,o),o)},sheet_to_csv:ld,sheet_to_txt:sa,sheet_to_json:N0,sheet_to_html:Jg,sheet_to_formulae:function(n){var o,l="",c="";if(n==null||n["!ref"]==null)return[];for(var f,p=Zr(n["!ref"]),h=[],m=[],v=Array.isArray(n),b=p.s.c;b<=p.e.c;++b)h[b]=Qr(b);for(var D=p.s.r;D<=p.e.r;++D)for(f=$n(D),b=p.s.c;b<=p.e.c;++b)if(l=h[b]+f,c="",(o=v?(n[D]||[])[b]:n[l])!==void 0){if(o.F!=null){if(l=o.F,!o.f)continue;c=o.f,l.indexOf(":")==-1&&(l=l+":"+l)}if(o.f!=null)c=o.f;else{if(o.t=="z")continue;if(o.t=="n"&&o.v!=null)c=""+o.v;else if(o.t=="b")c=o.v?"TRUE":"FALSE";else if(o.w!==void 0)c="'"+o.w;else{if(o.v===void 0)continue;c=o.t=="s"?"'"+o.v:""+o.v}}m[m.length]=l+"="+c}return m},sheet_to_row_object_array:N0,sheet_get_cell:cd,book_new:Dn,book_append_sheet:K1,book_set_sheet_visibility:function(n,o,l){switch(n.Workbook||(n.Workbook={}),n.Workbook.Sheets||(n.Workbook.Sheets=[]),o=function(c,f){if(typeof f=="number"){if(0<=f&&c.SheetNames.length>f)return f;throw new Error("Cannot find sheet # "+f)}if(typeof f!="string")throw new Error("Cannot find sheet |"+f+"|");if(-1<(c=c.SheetNames.indexOf(f)))return c;throw new Error("Cannot find sheet name |"+f+"|")}(n,o),n.Workbook.Sheets[o]||(n.Workbook.Sheets[o]={}),l){case 0:case 1:case 2:break;default:throw new Error("Bad sheet visibility setting "+l)}n.Workbook.Sheets[o].Hidden=l},cell_set_number_format:function(n,o){return n.z=o,n},cell_set_hyperlink:Q1,cell_set_internal_link:function(n,o,l){return Q1(n,"#"+o,l)},cell_add_comment:function(n,o,l){n.c||(n.c=[]),n.c.push({t:o,a:l||"SheetJS"})},sheet_set_array_formula:function(n,o,l,c){for(var f=typeof o!="string"?o:Zr(o),p=typeof o=="string"?o:Mr(o),h=f.s.r;h<=f.e.r;++h)for(var m=f.s.c;m<=f.e.c;++m){var v=cd(n,h,m);v.t="n",v.F=p,delete v.v,h==f.s.r&&m==f.s.c&&(v.f=l,c&&(v.D=!0))}return n},consts:{SHEET_VISIBLE:0,SHEET_HIDDEN:1,SHEET_VERY_HIDDEN:2}};function pm(n){Oc=n}var qu={to_json:function(n,o){var l=Oc({objectMode:!0});if(n==null||n["!ref"]==null)return l.push(null),l;var c,f={t:"n",v:0},p=0,h=1,m=[],v="",b={s:{r:0,c:0},e:{r:0,c:0}},D=o||{},E=D.range!=null?D.range:n["!ref"];switch(D.header===1?p=1:D.header==="A"?p=2:Array.isArray(D.header)&&(p=3),typeof E){case"string":b=Zr(E);break;case"number":(b=Zr(n["!ref"])).s.r=E;break;default:b=E}0<p&&(h=0);var x=$n(b.s.r),T=[],M=0,O=Array.isArray(n),q=b.s.r,U=0,P={};O&&!n[q]&&(n[q]=[]);for(var Y=D.skipHidden&&n["!cols"]||[],X=D.skipHidden&&n["!rows"]||[],U=b.s.c;U<=b.e.c;++U)if(!(Y[U]||{}).hidden)switch(T[U]=Qr(U),f=O?n[q][U]:n[T[U]+x],p){case 1:m[U]=U-b.s.c;break;case 2:m[U]=T[U];break;case 3:m[U]=D.header[U-b.s.c];break;default:if(v=c=pa(f=f??{w:"__EMPTY",t:"s"},null,D),M=P[c]||0){for(;v=c+"_"+M++,P[v];);P[c]=M,P[v]=1}else P[c]=1;m[U]=v}return q=b.s.r+h,l._read=function(){for(;q<=b.e.r;)if(!(X[q-1]||{}).hidden){var J=dm(n,b,q,T,p,m,O,D);if(++q,J.isempty===!1||(p===1?D.blankrows!==!1:D.blankrows))return void l.push(J.row)}return l.push(null)},l},to_html:function(n,f){var l=Oc(),c=f||{},f=c.header!=null?c.header:M1,p=c.footer!=null?c.footer:Qg;l.push(f);var h=Gi(n["!ref"]);c.dense=Array.isArray(n),l.push(Xg(0,0,c));var m=h.s.r,v=!1;return l._read=function(){if(m>h.e.r)return v||(v=!0,l.push("</table>"+p)),l.push(null);for(;m<=h.e.r;){l.push(N1(n,h,m,c)),++m;break}},l},to_csv:function(n,o){var l=Oc(),c=o??{};if(n==null||n["!ref"]==null)return l.push(null),l;var f=Zr(n["!ref"]),p=c.FS!==void 0?c.FS:",",h=p.charCodeAt(0),m=c.RS!==void 0?c.RS:`
192
- `,v=m.charCodeAt(0),b=new RegExp((p=="|"?"\\|":p)+"+$"),D="",E=[];c.dense=Array.isArray(n);for(var x=c.skipHidden&&n["!cols"]||[],T=c.skipHidden&&n["!rows"]||[],M=f.s.c;M<=f.e.c;++M)(x[M]||{}).hidden||(E[M]=Qr(M));var O=f.s.r,q=!1,U=0;return l._read=function(){if(!q)return q=!0,l.push("\uFEFF");for(;O<=f.e.r;)if(++O,!(T[O-1]||{}).hidden&&(D=Vr(n,f,O-1,E,h,v,p,c),D!=null&&((D=c.strip?D.replace(b,""):D)||c.blankrows!==!1)))return l.push((U++?m:"")+D);return l.push(null)},l},set_readable:pm},dn=function(){function n(o,l,c){return this instanceof n?(this.tagName=o,this._attributes=l||{},this._children=c||[],this._prefix="",this):new n(o,l,c)}return n.prototype.createElement=function(){return new n(arguments)},n.prototype.children=function(){return this._children},n.prototype.append=function(o){return this._children.push(o),this},n.prototype.prefix=function(o){return arguments.length==0?this._prefix:(this._prefix=o,this)},n.prototype.attr=function(o,l){if(l==null)return delete this._attributes[o],this;if(arguments.length==0)return this._attributes;if(typeof o=="string"&&arguments.length==1)return this._attributes.attr[o];if(typeof o=="object"&&arguments.length==1)for(var c in o)this._attributes[c]=o[c];else arguments.length==2&&typeof o=="string"&&(this._attributes[o]=l);return this},n.prototype.escapeAttributeValue=function(o){return'"'+o.replace(/\"/g,"&quot;")+'"'},n.prototype.toXml=function(o){var l=(o=o||this)._prefix;if(l+="<"+o.tagName,o._attributes)for(var c in o._attributes)l+=" "+c+"="+this.escapeAttributeValue(""+o._attributes[c]);if(o._children&&0<o._children.length){l+=">";for(var f=0;f<o._children.length;f++)l+=this.toXml(o._children[f]);l+="</"+o.tagName+">"}else l+="/>";return l},n}(),mb=function(n){var o,l=164,c={0:"General",1:"0",2:"0.00",3:"#,##0",4:"#,##0.00",9:"0%",10:"0.00%",11:"0.00E+00",12:"# ?/?",13:"# ??/??",14:"m/d/yy",15:"d-mmm-yy",16:"d-mmm",17:"mmm-yy",18:"h:mm AM/PM",19:"h:mm:ss AM/PM",20:"h:mm",21:"h:mm:ss",22:"m/d/yy h:mm",37:"#,##0 ;(#,##0)",38:"#,##0 ;[Red](#,##0)",39:"#,##0.00;(#,##0.00)",40:"#,##0.00;[Red](#,##0.00)",45:"mm:ss",46:"[h]:mm:ss",47:"mmss.0",48:"##0.0E+0",49:"@",56:'"上午/下午 "hh"時"mm"分"ss"秒 "'},f={};for(o in c)f[c[o]]=o;var p={};return{initialize:function(h){this.$fonts=dn("fonts").attr("count",0).attr("x14ac:knownFonts","1"),this.$fills=dn("fills").attr("count",0),this.$borders=dn("borders").attr("count",0),this.$numFmts=dn("numFmts").attr("count",0),this.$cellStyleXfs=dn("cellStyleXfs"),this.$xf=dn("xf").attr("numFmtId",0).attr("fontId",0).attr("fillId",0).attr("borderId",0),this.$cellXfs=dn("cellXfs").attr("count",0),this.$cellStyles=dn("cellStyles").append(dn("cellStyle").attr("name","Normal").attr("xfId",0).attr("builtinId",0)),this.$dxfs=dn("dxfs").attr("count","0"),this.$tableStyles=dn("tableStyles").attr("count","0").attr("defaultTableStyle","TableStyleMedium9").attr("defaultPivotStyle","PivotStyleMedium4"),this.$styles=dn("styleSheet").attr("xmlns:mc","http://schemas.openxmlformats.org/markup-compatibility/2006").attr("xmlns:x14ac","http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac").attr("xmlns","http://schemas.openxmlformats.org/spreadsheetml/2006/main").attr("mc:Ignorable","x14ac").prefix('<?xml version="1.0" encoding="UTF-8" standalone="yes"?>').append(this.$numFmts).append(this.$fonts).append(this.$fills).append(this.$borders).append(this.$cellStyleXfs.append(this.$xf)).append(this.$cellXfs).append(this.$cellStyles).append(this.$dxfs).append(this.$tableStyles);var m=h.defaultCellStyle||{};return m.font||(m.font={name:"Calibri",sz:"11"}),m.font.name||(m.font.name="Calibri"),m.font.sz||(m.font.sz=11),m.fill||(m.fill={patternType:"none",fgColor:{}}),m.border||(m.border={}),m.numFmt||(m.numFmt=0),this.defaultStyle=m,h=JSON.parse(JSON.stringify(m)),h.fill={patternType:"gray125",fgColor:{}},this.addStyles([m,h]),this},addStyle:function(h){var m=JSON.stringify(h),v=p[m];return v==null?(v=this._addXf(h),p[m]=v):v=p[m],v},addStyles:function(h){var m=this;return h.map(function(v){return m.addStyle(v)})},_duckTypeStyle:function(h){return typeof h=="object"&&(h.patternFill||h.fgColor)?{fill:h}:h.font||h.numFmt||h.border||h.fill?h:this._getStyleCSS(h)},_getStyleCSS:function(h){return h},_addXf:function(h){var m=this._addFont(h.font),v=this._addFill(h.fill),b=this._addBorder(h.border),D=this._addNumFmt(h.numFmt),E=dn("xf").attr("numFmtId",D).attr("fontId",m).attr("fillId",v).attr("borderId",b).attr("xfId","0");return 0<m&&E.attr("applyFont","1"),0<v&&E.attr("applyFill","1"),0<b&&E.attr("applyBorder","1"),0<D&&E.attr("applyNumberFormat","1"),h.alignment&&(D=dn("alignment"),h.alignment.horizontal&&D.attr("horizontal",h.alignment.horizontal),h.alignment.vertical&&D.attr("vertical",h.alignment.vertical),h.alignment.indent&&D.attr("indent",h.alignment.indent),h.alignment.readingOrder&&D.attr("readingOrder",h.alignment.readingOrder),h.alignment.wrapText&&D.attr("wrapText",h.alignment.wrapText),h.alignment.textRotation!=null&&D.attr("textRotation",h.alignment.textRotation),E.append(D).attr("applyAlignment",1)),this.$cellXfs.append(E),E=+this.$cellXfs.children().length,this.$cellXfs.attr("count",E),E-1},_addFont:function(h){if(!h)return 0;var m=dn("font").append(dn("sz").attr("val",h.sz||this.defaultStyle.font.sz)).append(dn("name").attr("val",h.name||this.defaultStyle.font.name));return h.bold&&m.append(dn("b")),h.underline&&m.append(dn("u")),h.italic&&m.append(dn("i")),h.strike&&m.append(dn("strike")),h.outline&&m.append(dn("outline")),h.shadow&&m.append(dn("shadow")),h.vertAlign&&m.append(dn("vertAlign").attr("val",h.vertAlign)),h.color&&(h.color.theme?(m.append(dn("color").attr("theme",h.color.theme)),h.color.tint&&m.append(dn("tint").attr("theme",h.color.tint))):h.color.rgb&&m.append(dn("color").attr("rgb",h.color.rgb))),this.$fonts.append(m),m=this.$fonts.children().length,this.$fonts.attr("count",m),m-1},_addNumFmt:function(h){if(!h)return 0;if(typeof h=="string"){var m=f[h];if(0<=m)return m}return/^[0-9]+$/.exec(h)?h:(h=h.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;"),h=dn("numFmt").attr("numFmtId",++l).attr("formatCode",h),this.$numFmts.append(h),h=this.$numFmts.children().length,this.$numFmts.attr("count",h),l)},_addFill:function(h){if(!h)return 0;var m,v=dn("patternFill").attr("patternType",h.patternType||"solid");return h.fgColor&&(m=dn("fgColor"),h.fgColor.rgb?(h.fgColor.rgb.length==6&&(h.fgColor.rgb="FF"+h.fgColor.rgb),m.attr("rgb",h.fgColor.rgb),v.append(m)):h.fgColor.theme&&(m.attr("theme",h.fgColor.theme),h.fgColor.tint&&m.attr("tint",h.fgColor.tint),v.append(m)),h.bgColor||(h.bgColor={indexed:"64"})),h.bgColor&&(h=dn("bgColor").attr(h.bgColor),v.append(h)),v=dn("fill").append(v),this.$fills.append(v),v=this.$fills.children().length,this.$fills.attr("count",v),v-1},_getSubBorder:function(h,m){var v=dn(h);return m&&(v.attr("style",m.style||"medium"),m.color&&(h=dn("color"),m.color.auto?h.attr("auto",m.color.auto):m.color.rgb?h.attr("rgb",m.color.rgb):(m.color.theme||m.color.tint)&&(h.attr("theme",m.color.theme||"1"),h.attr("tint",m.color.tint||"0")),v.append(h))),v},_addBorder:function(h){if(!h)return 0;var m=this,v=dn("border").attr("diagonalUp",h.diagonalUp).attr("diagonalDown",h.diagonalDown);["left","right","top","bottom","diagonal"].forEach(function(D){v.append(m._getSubBorder(D,h[D]))}),this.$borders.append(v);var b=this.$borders.children().length;return this.$borders.attr("count",b),b-1},toXml:function(){return this.$styles.toXml()}}.initialize(n||{})};id!==void 0&&(r.parse_xlscfb=id),r.parse_zip=cm,r.read=Yu,r.readFile=fm,r.readFileSync=fm,r.write=od,r.writeFile=hm,r.writeFileSync=hm,r.writeFileAsync=function(n,o,l,c){var f=l||{};return f.type="file",f.file=n,Y1(f),f.type="buffer",c instanceof Function||(c=l),Ba.writeFile(n,od(o,f),c)},r.utils=X1,r.writeXLSX=G1,r.writeFileXLSX=function(n,o,l){return(l=l||{}).type="file",l.file=o,Y1(l),G1(n,l)},r.SSF=uh,qu!==void 0&&(r.stream=qu),dr!==void 0&&(r.CFB=dr),typeof jm>"u"||((qu=Hb)||{}).Readable&&pm(qu.Readable)}if(a(i),typeof window<"u"&&!window.XLSX)try{window.XLSX=s}catch{}})(N4,N4.exports);var hd=N4.exports;function lP({onlyFirst:t=!1}={}){const i=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(i,t?void 0:"g")}const cP=lP();function uP(t){if(typeof t!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof t}\``);return t.replace(cP,"")}var U6={exports:{}};(function(t){var i={};t.exports=i,i.eastAsianWidth=function(a){var r=a.charCodeAt(0),e=a.length==2?a.charCodeAt(1):0,d=r;return 55296<=r&&r<=56319&&56320<=e&&e<=57343&&(r&=1023,e&=1023,d=r<<10|e,d+=65536),d==12288||65281<=d&&d<=65376||65504<=d&&d<=65510?"F":d==8361||65377<=d&&d<=65470||65474<=d&&d<=65479||65482<=d&&d<=65487||65490<=d&&d<=65495||65498<=d&&d<=65500||65512<=d&&d<=65518?"H":4352<=d&&d<=4447||4515<=d&&d<=4519||4602<=d&&d<=4607||9001<=d&&d<=9002||11904<=d&&d<=11929||11931<=d&&d<=12019||12032<=d&&d<=12245||12272<=d&&d<=12283||12289<=d&&d<=12350||12353<=d&&d<=12438||12441<=d&&d<=12543||12549<=d&&d<=12589||12593<=d&&d<=12686||12688<=d&&d<=12730||12736<=d&&d<=12771||12784<=d&&d<=12830||12832<=d&&d<=12871||12880<=d&&d<=13054||13056<=d&&d<=19903||19968<=d&&d<=42124||42128<=d&&d<=42182||43360<=d&&d<=43388||44032<=d&&d<=55203||55216<=d&&d<=55238||55243<=d&&d<=55291||63744<=d&&d<=64255||65040<=d&&d<=65049||65072<=d&&d<=65106||65108<=d&&d<=65126||65128<=d&&d<=65131||110592<=d&&d<=110593||127488<=d&&d<=127490||127504<=d&&d<=127546||127552<=d&&d<=127560||127568<=d&&d<=127569||131072<=d&&d<=194367||177984<=d&&d<=196605||196608<=d&&d<=262141?"W":32<=d&&d<=126||162<=d&&d<=163||165<=d&&d<=166||d==172||d==175||10214<=d&&d<=10221||10629<=d&&d<=10630?"Na":d==161||d==164||167<=d&&d<=168||d==170||173<=d&&d<=174||176<=d&&d<=180||182<=d&&d<=186||188<=d&&d<=191||d==198||d==208||215<=d&&d<=216||222<=d&&d<=225||d==230||232<=d&&d<=234||236<=d&&d<=237||d==240||242<=d&&d<=243||247<=d&&d<=250||d==252||d==254||d==257||d==273||d==275||d==283||294<=d&&d<=295||d==299||305<=d&&d<=307||d==312||319<=d&&d<=322||d==324||328<=d&&d<=331||d==333||338<=d&&d<=339||358<=d&&d<=359||d==363||d==462||d==464||d==466||d==468||d==470||d==472||d==474||d==476||d==593||d==609||d==708||d==711||713<=d&&d<=715||d==717||d==720||728<=d&&d<=731||d==733||d==735||768<=d&&d<=879||913<=d&&d<=929||931<=d&&d<=937||945<=d&&d<=961||963<=d&&d<=969||d==1025||1040<=d&&d<=1103||d==1105||d==8208||8211<=d&&d<=8214||8216<=d&&d<=8217||8220<=d&&d<=8221||8224<=d&&d<=8226||8228<=d&&d<=8231||d==8240||8242<=d&&d<=8243||d==8245||d==8251||d==8254||d==8308||d==8319||8321<=d&&d<=8324||d==8364||d==8451||d==8453||d==8457||d==8467||d==8470||8481<=d&&d<=8482||d==8486||d==8491||8531<=d&&d<=8532||8539<=d&&d<=8542||8544<=d&&d<=8555||8560<=d&&d<=8569||d==8585||8592<=d&&d<=8601||8632<=d&&d<=8633||d==8658||d==8660||d==8679||d==8704||8706<=d&&d<=8707||8711<=d&&d<=8712||d==8715||d==8719||d==8721||d==8725||d==8730||8733<=d&&d<=8736||d==8739||d==8741||8743<=d&&d<=8748||d==8750||8756<=d&&d<=8759||8764<=d&&d<=8765||d==8776||d==8780||d==8786||8800<=d&&d<=8801||8804<=d&&d<=8807||8810<=d&&d<=8811||8814<=d&&d<=8815||8834<=d&&d<=8835||8838<=d&&d<=8839||d==8853||d==8857||d==8869||d==8895||d==8978||9312<=d&&d<=9449||9451<=d&&d<=9547||9552<=d&&d<=9587||9600<=d&&d<=9615||9618<=d&&d<=9621||9632<=d&&d<=9633||9635<=d&&d<=9641||9650<=d&&d<=9651||9654<=d&&d<=9655||9660<=d&&d<=9661||9664<=d&&d<=9665||9670<=d&&d<=9672||d==9675||9678<=d&&d<=9681||9698<=d&&d<=9701||d==9711||9733<=d&&d<=9734||d==9737||9742<=d&&d<=9743||9748<=d&&d<=9749||d==9756||d==9758||d==9792||d==9794||9824<=d&&d<=9825||9827<=d&&d<=9829||9831<=d&&d<=9834||9836<=d&&d<=9837||d==9839||9886<=d&&d<=9887||9918<=d&&d<=9919||9924<=d&&d<=9933||9935<=d&&d<=9953||d==9955||9960<=d&&d<=9983||d==10045||d==10071||10102<=d&&d<=10111||11093<=d&&d<=11097||12872<=d&&d<=12879||57344<=d&&d<=63743||65024<=d&&d<=65039||d==65533||127232<=d&&d<=127242||127248<=d&&d<=127277||127280<=d&&d<=127337||127344<=d&&d<=127386||917760<=d&&d<=917999||983040<=d&&d<=1048573||1048576<=d&&d<=1114109?"A":"N"},i.characterLength=function(a){var r=this.eastAsianWidth(a);return r=="F"||r=="W"||r=="A"?2:1};function s(a){return a.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]|[^\uD800-\uDFFF]/g)||[]}i.length=function(a){for(var r=s(a),e=0,d=0;d<r.length;d++)e=e+this.characterLength(r[d]);return e},i.slice=function(a,r,e){textLen=i.length(a),r=r||0,e=e||1,r<0&&(r=textLen+r),e<0&&(e=textLen+e);for(var d="",y=0,w=s(a),F=0;F<w.length;F++){var C=w[F],S=i.length(C);if(y>=r-(S==2?1:0))if(y+S<=e)d+=C;else break;y+=S}return d}})(U6);var fP=U6.exports;const hP=La(fP),dP=()=>/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC3\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC08\uDC26](?:\u200D\u2B1B)?|[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g;function pP(t,i){if(typeof t!="string"||t.length===0||(i={ambiguousIsNarrow:!0,countAnsiEscapeCodes:!1,...i},i.countAnsiEscapeCodes||(t=uP(t)),t.length===0))return 0;const s=i.ambiguousIsNarrow?1:2;let a=0;for(const{segment:r}of new Intl.Segmenter().segment(t)){const e=r.codePointAt(0);if(e<=31||e>=127&&e<=159||e>=768&&e<=879)continue;if(dP().test(r)){a+=2;continue}switch(hP.eastAsianWidth(r)){case"F":case"W":{a+=2;break}case"A":{a+=s;break}default:a+=1}}return a}var $6={exports:{}};/**
192
+ `,v=m.charCodeAt(0),b=new RegExp((p=="|"?"\\|":p)+"+$"),D="",E=[];c.dense=Array.isArray(n);for(var x=c.skipHidden&&n["!cols"]||[],T=c.skipHidden&&n["!rows"]||[],M=f.s.c;M<=f.e.c;++M)(x[M]||{}).hidden||(E[M]=Qr(M));var O=f.s.r,q=!1,U=0;return l._read=function(){if(!q)return q=!0,l.push("\uFEFF");for(;O<=f.e.r;)if(++O,!(T[O-1]||{}).hidden&&(D=Vr(n,f,O-1,E,h,v,p,c),D!=null&&((D=c.strip?D.replace(b,""):D)||c.blankrows!==!1)))return l.push((U++?m:"")+D);return l.push(null)},l},set_readable:pm},dn=function(){function n(o,l,c){return this instanceof n?(this.tagName=o,this._attributes=l||{},this._children=c||[],this._prefix="",this):new n(o,l,c)}return n.prototype.createElement=function(){return new n(arguments)},n.prototype.children=function(){return this._children},n.prototype.append=function(o){return this._children.push(o),this},n.prototype.prefix=function(o){return arguments.length==0?this._prefix:(this._prefix=o,this)},n.prototype.attr=function(o,l){if(l==null)return delete this._attributes[o],this;if(arguments.length==0)return this._attributes;if(typeof o=="string"&&arguments.length==1)return this._attributes.attr[o];if(typeof o=="object"&&arguments.length==1)for(var c in o)this._attributes[c]=o[c];else arguments.length==2&&typeof o=="string"&&(this._attributes[o]=l);return this},n.prototype.escapeAttributeValue=function(o){return'"'+o.replace(/\"/g,"&quot;")+'"'},n.prototype.toXml=function(o){var l=(o=o||this)._prefix;if(l+="<"+o.tagName,o._attributes)for(var c in o._attributes)l+=" "+c+"="+this.escapeAttributeValue(""+o._attributes[c]);if(o._children&&0<o._children.length){l+=">";for(var f=0;f<o._children.length;f++)l+=this.toXml(o._children[f]);l+="</"+o.tagName+">"}else l+="/>";return l},n}(),mb=function(n){var o,l=164,c={0:"General",1:"0",2:"0.00",3:"#,##0",4:"#,##0.00",9:"0%",10:"0.00%",11:"0.00E+00",12:"# ?/?",13:"# ??/??",14:"m/d/yy",15:"d-mmm-yy",16:"d-mmm",17:"mmm-yy",18:"h:mm AM/PM",19:"h:mm:ss AM/PM",20:"h:mm",21:"h:mm:ss",22:"m/d/yy h:mm",37:"#,##0 ;(#,##0)",38:"#,##0 ;[Red](#,##0)",39:"#,##0.00;(#,##0.00)",40:"#,##0.00;[Red](#,##0.00)",45:"mm:ss",46:"[h]:mm:ss",47:"mmss.0",48:"##0.0E+0",49:"@",56:'"上午/下午 "hh"時"mm"分"ss"秒 "'},f={};for(o in c)f[c[o]]=o;var p={};return{initialize:function(h){this.$fonts=dn("fonts").attr("count",0).attr("x14ac:knownFonts","1"),this.$fills=dn("fills").attr("count",0),this.$borders=dn("borders").attr("count",0),this.$numFmts=dn("numFmts").attr("count",0),this.$cellStyleXfs=dn("cellStyleXfs"),this.$xf=dn("xf").attr("numFmtId",0).attr("fontId",0).attr("fillId",0).attr("borderId",0),this.$cellXfs=dn("cellXfs").attr("count",0),this.$cellStyles=dn("cellStyles").append(dn("cellStyle").attr("name","Normal").attr("xfId",0).attr("builtinId",0)),this.$dxfs=dn("dxfs").attr("count","0"),this.$tableStyles=dn("tableStyles").attr("count","0").attr("defaultTableStyle","TableStyleMedium9").attr("defaultPivotStyle","PivotStyleMedium4"),this.$styles=dn("styleSheet").attr("xmlns:mc","http://schemas.openxmlformats.org/markup-compatibility/2006").attr("xmlns:x14ac","http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac").attr("xmlns","http://schemas.openxmlformats.org/spreadsheetml/2006/main").attr("mc:Ignorable","x14ac").prefix('<?xml version="1.0" encoding="UTF-8" standalone="yes"?>').append(this.$numFmts).append(this.$fonts).append(this.$fills).append(this.$borders).append(this.$cellStyleXfs.append(this.$xf)).append(this.$cellXfs).append(this.$cellStyles).append(this.$dxfs).append(this.$tableStyles);var m=h.defaultCellStyle||{};return m.font||(m.font={name:"Calibri",sz:"11"}),m.font.name||(m.font.name="Calibri"),m.font.sz||(m.font.sz=11),m.fill||(m.fill={patternType:"none",fgColor:{}}),m.border||(m.border={}),m.numFmt||(m.numFmt=0),this.defaultStyle=m,h=JSON.parse(JSON.stringify(m)),h.fill={patternType:"gray125",fgColor:{}},this.addStyles([m,h]),this},addStyle:function(h){var m=JSON.stringify(h),v=p[m];return v==null?(v=this._addXf(h),p[m]=v):v=p[m],v},addStyles:function(h){var m=this;return h.map(function(v){return m.addStyle(v)})},_duckTypeStyle:function(h){return typeof h=="object"&&(h.patternFill||h.fgColor)?{fill:h}:h.font||h.numFmt||h.border||h.fill?h:this._getStyleCSS(h)},_getStyleCSS:function(h){return h},_addXf:function(h){var m=this._addFont(h.font),v=this._addFill(h.fill),b=this._addBorder(h.border),D=this._addNumFmt(h.numFmt),E=dn("xf").attr("numFmtId",D).attr("fontId",m).attr("fillId",v).attr("borderId",b).attr("xfId","0");return 0<m&&E.attr("applyFont","1"),0<v&&E.attr("applyFill","1"),0<b&&E.attr("applyBorder","1"),0<D&&E.attr("applyNumberFormat","1"),h.alignment&&(D=dn("alignment"),h.alignment.horizontal&&D.attr("horizontal",h.alignment.horizontal),h.alignment.vertical&&D.attr("vertical",h.alignment.vertical),h.alignment.indent&&D.attr("indent",h.alignment.indent),h.alignment.readingOrder&&D.attr("readingOrder",h.alignment.readingOrder),h.alignment.wrapText&&D.attr("wrapText",h.alignment.wrapText),h.alignment.textRotation!=null&&D.attr("textRotation",h.alignment.textRotation),E.append(D).attr("applyAlignment",1)),this.$cellXfs.append(E),E=+this.$cellXfs.children().length,this.$cellXfs.attr("count",E),E-1},_addFont:function(h){if(!h)return 0;var m=dn("font").append(dn("sz").attr("val",h.sz||this.defaultStyle.font.sz)).append(dn("name").attr("val",h.name||this.defaultStyle.font.name));return h.bold&&m.append(dn("b")),h.underline&&m.append(dn("u")),h.italic&&m.append(dn("i")),h.strike&&m.append(dn("strike")),h.outline&&m.append(dn("outline")),h.shadow&&m.append(dn("shadow")),h.vertAlign&&m.append(dn("vertAlign").attr("val",h.vertAlign)),h.color&&(h.color.theme?(m.append(dn("color").attr("theme",h.color.theme)),h.color.tint&&m.append(dn("tint").attr("theme",h.color.tint))):h.color.rgb&&m.append(dn("color").attr("rgb",h.color.rgb))),this.$fonts.append(m),m=this.$fonts.children().length,this.$fonts.attr("count",m),m-1},_addNumFmt:function(h){if(!h)return 0;if(typeof h=="string"){var m=f[h];if(0<=m)return m}return/^[0-9]+$/.exec(h)?h:(h=h.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;"),h=dn("numFmt").attr("numFmtId",++l).attr("formatCode",h),this.$numFmts.append(h),h=this.$numFmts.children().length,this.$numFmts.attr("count",h),l)},_addFill:function(h){if(!h)return 0;var m,v=dn("patternFill").attr("patternType",h.patternType||"solid");return h.fgColor&&(m=dn("fgColor"),h.fgColor.rgb?(h.fgColor.rgb.length==6&&(h.fgColor.rgb="FF"+h.fgColor.rgb),m.attr("rgb",h.fgColor.rgb),v.append(m)):h.fgColor.theme&&(m.attr("theme",h.fgColor.theme),h.fgColor.tint&&m.attr("tint",h.fgColor.tint),v.append(m)),h.bgColor||(h.bgColor={indexed:"64"})),h.bgColor&&(h=dn("bgColor").attr(h.bgColor),v.append(h)),v=dn("fill").append(v),this.$fills.append(v),v=this.$fills.children().length,this.$fills.attr("count",v),v-1},_getSubBorder:function(h,m){var v=dn(h);return m&&(v.attr("style",m.style||"medium"),m.color&&(h=dn("color"),m.color.auto?h.attr("auto",m.color.auto):m.color.rgb?h.attr("rgb",m.color.rgb):(m.color.theme||m.color.tint)&&(h.attr("theme",m.color.theme||"1"),h.attr("tint",m.color.tint||"0")),v.append(h))),v},_addBorder:function(h){if(!h)return 0;var m=this,v=dn("border").attr("diagonalUp",h.diagonalUp).attr("diagonalDown",h.diagonalDown);["left","right","top","bottom","diagonal"].forEach(function(D){v.append(m._getSubBorder(D,h[D]))}),this.$borders.append(v);var b=this.$borders.children().length;return this.$borders.attr("count",b),b-1},toXml:function(){return this.$styles.toXml()}}.initialize(n||{})};id!==void 0&&(r.parse_xlscfb=id),r.parse_zip=cm,r.read=Yu,r.readFile=fm,r.readFileSync=fm,r.write=od,r.writeFile=hm,r.writeFileSync=hm,r.writeFileAsync=function(n,o,l,c){var f=l||{};return f.type="file",f.file=n,Y1(f),f.type="buffer",c instanceof Function||(c=l),Ba.writeFile(n,od(o,f),c)},r.utils=X1,r.writeXLSX=G1,r.writeFileXLSX=function(n,o,l){return(l=l||{}).type="file",l.file=o,Y1(l),G1(n,l)},r.SSF=uh,qu!==void 0&&(r.stream=qu),dr!==void 0&&(r.CFB=dr),typeof jm>"u"||((qu=Hb)||{}).Readable&&pm(qu.Readable)}if(a(i),typeof window<"u"&&!window.XLSX)try{window.XLSX=s}catch{}})(Ny,Ny.exports);var hd=Ny.exports;function lP({onlyFirst:t=!1}={}){const i=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(i,t?void 0:"g")}const cP=lP();function uP(t){if(typeof t!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof t}\``);return t.replace(cP,"")}var U6={exports:{}};(function(t){var i={};t.exports=i,i.eastAsianWidth=function(a){var r=a.charCodeAt(0),e=a.length==2?a.charCodeAt(1):0,d=r;return 55296<=r&&r<=56319&&56320<=e&&e<=57343&&(r&=1023,e&=1023,d=r<<10|e,d+=65536),d==12288||65281<=d&&d<=65376||65504<=d&&d<=65510?"F":d==8361||65377<=d&&d<=65470||65474<=d&&d<=65479||65482<=d&&d<=65487||65490<=d&&d<=65495||65498<=d&&d<=65500||65512<=d&&d<=65518?"H":4352<=d&&d<=4447||4515<=d&&d<=4519||4602<=d&&d<=4607||9001<=d&&d<=9002||11904<=d&&d<=11929||11931<=d&&d<=12019||12032<=d&&d<=12245||12272<=d&&d<=12283||12289<=d&&d<=12350||12353<=d&&d<=12438||12441<=d&&d<=12543||12549<=d&&d<=12589||12593<=d&&d<=12686||12688<=d&&d<=12730||12736<=d&&d<=12771||12784<=d&&d<=12830||12832<=d&&d<=12871||12880<=d&&d<=13054||13056<=d&&d<=19903||19968<=d&&d<=42124||42128<=d&&d<=42182||43360<=d&&d<=43388||44032<=d&&d<=55203||55216<=d&&d<=55238||55243<=d&&d<=55291||63744<=d&&d<=64255||65040<=d&&d<=65049||65072<=d&&d<=65106||65108<=d&&d<=65126||65128<=d&&d<=65131||110592<=d&&d<=110593||127488<=d&&d<=127490||127504<=d&&d<=127546||127552<=d&&d<=127560||127568<=d&&d<=127569||131072<=d&&d<=194367||177984<=d&&d<=196605||196608<=d&&d<=262141?"W":32<=d&&d<=126||162<=d&&d<=163||165<=d&&d<=166||d==172||d==175||10214<=d&&d<=10221||10629<=d&&d<=10630?"Na":d==161||d==164||167<=d&&d<=168||d==170||173<=d&&d<=174||176<=d&&d<=180||182<=d&&d<=186||188<=d&&d<=191||d==198||d==208||215<=d&&d<=216||222<=d&&d<=225||d==230||232<=d&&d<=234||236<=d&&d<=237||d==240||242<=d&&d<=243||247<=d&&d<=250||d==252||d==254||d==257||d==273||d==275||d==283||294<=d&&d<=295||d==299||305<=d&&d<=307||d==312||319<=d&&d<=322||d==324||328<=d&&d<=331||d==333||338<=d&&d<=339||358<=d&&d<=359||d==363||d==462||d==464||d==466||d==468||d==470||d==472||d==474||d==476||d==593||d==609||d==708||d==711||713<=d&&d<=715||d==717||d==720||728<=d&&d<=731||d==733||d==735||768<=d&&d<=879||913<=d&&d<=929||931<=d&&d<=937||945<=d&&d<=961||963<=d&&d<=969||d==1025||1040<=d&&d<=1103||d==1105||d==8208||8211<=d&&d<=8214||8216<=d&&d<=8217||8220<=d&&d<=8221||8224<=d&&d<=8226||8228<=d&&d<=8231||d==8240||8242<=d&&d<=8243||d==8245||d==8251||d==8254||d==8308||d==8319||8321<=d&&d<=8324||d==8364||d==8451||d==8453||d==8457||d==8467||d==8470||8481<=d&&d<=8482||d==8486||d==8491||8531<=d&&d<=8532||8539<=d&&d<=8542||8544<=d&&d<=8555||8560<=d&&d<=8569||d==8585||8592<=d&&d<=8601||8632<=d&&d<=8633||d==8658||d==8660||d==8679||d==8704||8706<=d&&d<=8707||8711<=d&&d<=8712||d==8715||d==8719||d==8721||d==8725||d==8730||8733<=d&&d<=8736||d==8739||d==8741||8743<=d&&d<=8748||d==8750||8756<=d&&d<=8759||8764<=d&&d<=8765||d==8776||d==8780||d==8786||8800<=d&&d<=8801||8804<=d&&d<=8807||8810<=d&&d<=8811||8814<=d&&d<=8815||8834<=d&&d<=8835||8838<=d&&d<=8839||d==8853||d==8857||d==8869||d==8895||d==8978||9312<=d&&d<=9449||9451<=d&&d<=9547||9552<=d&&d<=9587||9600<=d&&d<=9615||9618<=d&&d<=9621||9632<=d&&d<=9633||9635<=d&&d<=9641||9650<=d&&d<=9651||9654<=d&&d<=9655||9660<=d&&d<=9661||9664<=d&&d<=9665||9670<=d&&d<=9672||d==9675||9678<=d&&d<=9681||9698<=d&&d<=9701||d==9711||9733<=d&&d<=9734||d==9737||9742<=d&&d<=9743||9748<=d&&d<=9749||d==9756||d==9758||d==9792||d==9794||9824<=d&&d<=9825||9827<=d&&d<=9829||9831<=d&&d<=9834||9836<=d&&d<=9837||d==9839||9886<=d&&d<=9887||9918<=d&&d<=9919||9924<=d&&d<=9933||9935<=d&&d<=9953||d==9955||9960<=d&&d<=9983||d==10045||d==10071||10102<=d&&d<=10111||11093<=d&&d<=11097||12872<=d&&d<=12879||57344<=d&&d<=63743||65024<=d&&d<=65039||d==65533||127232<=d&&d<=127242||127248<=d&&d<=127277||127280<=d&&d<=127337||127344<=d&&d<=127386||917760<=d&&d<=917999||983040<=d&&d<=1048573||1048576<=d&&d<=1114109?"A":"N"},i.characterLength=function(a){var r=this.eastAsianWidth(a);return r=="F"||r=="W"||r=="A"?2:1};function s(a){return a.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]|[^\uD800-\uDFFF]/g)||[]}i.length=function(a){for(var r=s(a),e=0,d=0;d<r.length;d++)e=e+this.characterLength(r[d]);return e},i.slice=function(a,r,e){textLen=i.length(a),r=r||0,e=e||1,r<0&&(r=textLen+r),e<0&&(e=textLen+e);for(var d="",y=0,w=s(a),F=0;F<w.length;F++){var C=w[F],S=i.length(C);if(y>=r-(S==2?1:0))if(y+S<=e)d+=C;else break;y+=S}return d}})(U6);var fP=U6.exports;const hP=La(fP),dP=()=>/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC3\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC08\uDC26](?:\u200D\u2B1B)?|[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g;function pP(t,i){if(typeof t!="string"||t.length===0||(i={ambiguousIsNarrow:!0,countAnsiEscapeCodes:!1,...i},i.countAnsiEscapeCodes||(t=uP(t)),t.length===0))return 0;const s=i.ambiguousIsNarrow?1:2;let a=0;for(const{segment:r}of new Intl.Segmenter().segment(t)){const e=r.codePointAt(0);if(e<=31||e>=127&&e<=159||e>=768&&e<=879)continue;if(dP().test(r)){a+=2;continue}switch(hP.eastAsianWidth(r)){case"F":case"W":{a+=2;break}case"A":{a+=s;break}default:a+=1}}return a}var $6={exports:{}};/**
193
193
  * chroma.js - JavaScript library for color conversions
194
194
  *
195
195
  * Copyright (c) 2011-2019, Gregor Aisch
@@ -253,8 +253,8 @@ function print() { __p += __j.call(arguments, '') }
253
253
  `});let a=1;const r=new Map,e=new Map;i.teams.forEach(d=>{let y=d.name;d.organization&&(y=`${d.organization} - ${y}`),d.members&&(y=`${y} - ${d.membersToString}`),s+=`@t ${a},0,1,${y}
254
254
  `,r.set(d.id,a),a++;{const w=new Map;i.contest.problems.forEach(F=>{w.set(F.id,0)}),e.set(d.id,w)}});for(let d=0;d<100;d++)s+=`@t ${a},0,1,Пополнить команду
255
255
  `,a++;return i.getSubmissions().forEach(d=>{var R;const y=d.teamId,w=d.problemId,F=i.contest.problemsMap.get(w),C=r.get(y);if(!F||!C)return;const S=this.submissionStatusToCodeforcesGymDatStatus(d.status);e.get(y).set(w,e.get(y).get(w)+1),s+=`@s ${C},${F.label},${(R=e.get(y))==null?void 0:R.get(w)},${d.timestampToSecond},${S}
256
- `}),s}submissionStatusToCodeforcesGymDatStatus(i){return H6(i)?"OK":i===Bt.WRONG_ANSWER?"WA":i===Bt.TIME_LIMIT_EXCEEDED?"TL":i===Bt.MEMORY_LIMIT_EXCEEDED?"ML":i===Bt.OUTPUT_LIMIT_EXCEEDED?"IL":i===Bt.PRESENTATION_ERROR?"PE":i===Bt.RUNTIME_ERROR?"RT":i===Bt.COMPILATION_ERROR||z6(i)?"CE":W6(i)?"PD":"RJ"}}var $c=(t=>(t.UNKNOWN="Unknown",t.GOLD="Gold",t.SILVER="Silver",t.BRONZE="Bronze",t.HONORABLE="Honorable",t))($c||{});class bd{constructor(){this.medalType="Unknown",this.minRank=0,this.maxRank=0}}function yP(t){return["Gold","Silver","Bronze","Honorable"].includes(t)}class nN{constructor(){}convert(i){const s=$d.cloneDeep(i);s.options.disableFilterTeamsByGroup(),s.options.disableFilterSubmissionByTimestamp();const a=hd.utils.book_new();for(const[r,e]of s.contest.group){s.options.setGroup(r),s.buildRank();const d=this.convertToSheet(s);hd.utils.book_append_sheet(a,d,e.names.get(e.defaultLang))}return a}convertAndWrite(i,s){return hd.writeFile(this.convert(i),s,{compression:!0})}convertToSheet(i){const s=this.convertToAoa(i),a=hd.utils.aoa_to_sheet(s),r=[],e=s[1];for(let F=0;F<e.length;F++){let C=10;for(let S=1;S<s.length;S++)C=Math.max(C,pP(s[S][F])+2);r.push({wch:C})}a["!cols"]=r;{const F={s:{r:0,c:0},e:{r:0,c:e.length-1}},C=[{s:F.s,e:F.e}];a["!merges"]=C}const d={name:"Arial Unicode MS",bold:!1,italic:!1,sz:12},y={style:"thin"},w={alignment:{vertical:"center",horizontal:"center"},border:{top:y,bottom:y,left:y,right:y},font:d};for(let F=1;F<s.length;F++)for(let C=0;C<s[F].length;C++){const S=hd.utils.encode_cell({r:F,c:C}),R=a[S];R.s=w}{const F=hd.utils.encode_cell({r:0,c:0}),C=a[F],S=$d.cloneDeep(w);S.font.sz=28,S.font.bold=!0,C.s=S}return a}convertToAoa(i){const s=[],a=i.contest.isEnableAwards(i.options.group);s.push([i.contest.name]);{const r=[];r.push("Rank"),i.contest.organization&&(r.push(`${i.contest.organization} Rank`),r.push(i.contest.organization)),r.push("Name","Solved","Penalty",...i.contest.problems.map(e=>e.label),"Dirt"),a&&r.push("Medal"),s.push(r)}for(const r of i.teams){const e=[];e.push(r.rank.toString()),r.organization&&(r.organizationRank!==-1?e.push(r.organizationRank.toString()):e.push(""),e.push(r.organization)),e.push(r.name,r.solvedProblemNum.toString(),r.penaltyToMinute.toString());for(const d of r.problemStatistics)d.isUnSubmitted&&e.push("-"),d.isSolved&&e.push(`+${d.totalCount}(${d.solvedTimestampToMinute})`),d.isWrongAnswer&&e.push(`-${d.failedCount}`),d.isPending&&e.push(`? ${d.failedCount} + ${d.pendingCount}`);if(e.push(`${r.dirt}%`),a){const d=r.awards.filter(y=>yP(y)).map(y=>y.toString());e.push(d.join(", "))}s.push(e)}return s}}function j6(t,i){return i===0?0:Math.floor((t-i)*100/t)}function V6(t){const[i,s,a]=mP(t).rgb();return(i*299+s*587+a*114)/1e3<=148?"#fff":"#000"}class _P{constructor(){this.acceptedNum=0,this.rejectedNum=0,this.pendingNum=0,this.submittedNum=0,this.attemptedNum=0,this.ignoreNum=0,this.firstSolveSubmissions=[],this.lastSolveSubmissions=[]}reset(){this.acceptedNum=0,this.rejectedNum=0,this.pendingNum=0,this.submittedNum=0,this.attemptedNum=0,this.ignoreNum=0,this.firstSolveSubmissions=[],this.lastSolveSubmissions=[]}get dirt(){return this.acceptedNum===0?0:j6(this.attemptedNum,this.acceptedNum)}}class av{constructor(){this.id="",this.label="",this.name="",this.statistics=new _P,this.balloonColor={background_color:"#a0f0a0",color:"#000"}}}function wP(t){const i=new av;return i.id=String(t.id),i.label=t.label,i.name=t.name??"",i.timeLimit=t.time_limit,i.memoryLimit=t.memory_limit,t.balloon_color&&(i.balloonColor=$d.cloneDeep(t.balloon_color)),i.balloonColor.color=V6(i.balloonColor.background_color),i}function DP(t){return t.map(i=>wP(i))}function FP(t,i){const s=t.map((a,r)=>{const e=new av;return e.id=String(r),e.label=a,e});if(i!=null)for(const a in i)s[a].balloonColor=$d.cloneDeep(i[a]);return s.forEach(a=>{a.balloonColor.color=V6(a.balloonColor.background_color)}),s}class EP{constructor(i){var s,a,r,e,d,y,w,F,C,S,R,L;this.isFirstSolved=((s=i==null?void 0:i.teamProblemStatistics)==null?void 0:s.isFirstSolved)??!1,this.isSolved=((a=i==null?void 0:i.teamProblemStatistics)==null?void 0:a.isSolved)??!1,this.solvedTimestamp=((r=i==null?void 0:i.teamProblemStatistics)==null?void 0:r.solvedTimestamp)??0,this.isSubmitted=((e=i==null?void 0:i.teamProblemStatistics)==null?void 0:e.isSubmitted)??!1,this.lastSubmitTimestamp=((d=i==null?void 0:i.teamProblemStatistics)==null?void 0:d.lastSubmitTimestamp)??0,this.failedCount=((y=i==null?void 0:i.teamProblemStatistics)==null?void 0:y.failedCount)??0,this.pendingCount=((w=i==null?void 0:i.teamProblemStatistics)==null?void 0:w.pendingCount)??0,this.ignoreCount=((F=i==null?void 0:i.teamProblemStatistics)==null?void 0:F.ignoreCount)??0,this.totalCount=((C=i==null?void 0:i.teamProblemStatistics)==null?void 0:C.totalCount)??0,this.submissions=((S=i==null?void 0:i.teamProblemStatistics)==null?void 0:S.submissions)??[],this.problem=((R=i==null?void 0:i.teamProblemStatistics)==null?void 0:R.problem)??new av,this.contestPenalty=((L=i==null?void 0:i.teamProblemStatistics)==null?void 0:L.contestPenalty)??20*60}get isAccepted(){return this.isSolved}get isWrongAnswer(){return!this.isSolved&&this.pendingCount===0&&this.failedCount>0}get isPending(){return!this.isSolved&&this.pendingCount>0}get isUnSubmitted(){return this.totalCount===0}get solvedTimestampToMinute(){return Math.floor(this.solvedTimestamp/60)}get penalty(){return this.isSolved===!1?0:this.solvedTimestampToMinute*60+this.failedCount*this.contestPenalty}get penaltyToMinute(){return Math.floor(this.penalty/60)}get penaltyInSecond(){return this.isSolved===!1?0:this.solvedTimestamp+this.failedCount*this.contestPenalty}}class xp{constructor(){this.id="",this.name="",this.organization="",this.group=[],this.tag=[],this.rank=0,this.originalRank=0,this.organizationRank=-1,this.solvedProblemNum=0,this.attemptedProblemNum=0,this.lastSolvedProblem=null,this.lastSolvedProblemTimestamp=0,this.penalty=0,this.problemStatistics=[],this.problemStatisticsMap=new Map,this.submissions=[],this.placeChartPoints=[],this.awards=[]}reset(){this.rank=0,this.originalRank=0,this.organizationRank=-1,this.solvedProblemNum=0,this.attemptedProblemNum=0,this.lastSolvedProblem=null,this.lastSolvedProblemTimestamp=0,this.penalty=0,this.problemStatistics=[],this.problemStatisticsMap=new Map,this.submissions=[],this.placeChartPoints=[],this.awards=[]}get penaltyToMinute(){return Math.floor(this.penalty/60)}get dirt(){const i=this.attemptedProblemNum,s=this.solvedProblemNum;return j6(i,s)}get membersToString(){var i;return typeof this.members=="string"?this.members:(i=this.members)==null?void 0:i.join(", ")}get isEffectiveTeam(){return this.solvedProblemNum>0}calcSolvedData(i){this.solvedProblemNum=0,this.attemptedProblemNum=0,this.penalty=0;for(const s of this.problemStatistics)s.isAccepted&&(this.solvedProblemNum++,this.attemptedProblemNum+=s.failedCount+1,(i==null?void 0:i.calculationOfPenalty)==="in_seconds"||(i==null?void 0:i.calculationOfPenalty)==="accumulate_in_seconds_and_finally_to_the_minute"?this.penalty+=s.penaltyInSecond:this.penalty+=s.penalty);(i==null?void 0:i.calculationOfPenalty)==="accumulate_in_seconds_and_finally_to_the_minute"&&(this.penalty=Math.floor(this.penalty/60)*60)}calcAwards(i){if(i)for(const s of i)this.rank>=s.minRank&&this.rank<=s.maxRank&&this.awards.push(s.medalType)}isEqualRank(i){return this.solvedProblemNum===i.solvedProblemNum&&this.penalty===i.penalty}postProcessPlaceChartPoints(){if(this.placeChartPoints.length===0)return;const i=[];i.push(this.placeChartPoints[0]);for(let s=1;s<this.placeChartPoints.length-1;s++){const a=this.placeChartPoints[s],r=i[i.length-1];(a.rank!==r.rank||a.lastSolvedProblem!==r.lastSolvedProblem)&&i.push(a)}this.placeChartPoints.length>1&&i.push(this.placeChartPoints[this.placeChartPoints.length-1]),this.placeChartPoints=i}static compare(i,s){return i.solvedProblemNum!==s.solvedProblemNum?s.solvedProblemNum-i.solvedProblemNum:i.penalty!==s.penalty?i.penalty-s.penalty:i.lastSolvedProblemTimestamp!==s.lastSolvedProblemTimestamp?i.lastSolvedProblemTimestamp-s.lastSolvedProblemTimestamp:i.name<s.name?-1:i.name>s.name?1:0}}function Vw(t){const i=new xp;i.id=t.id??t.team_id??"",i.name=t.name??t.team_name??"",i.organization=t.organization??"",i.badge=t.badge,i.group=t.group??[],i.tag=t.group??[],i.coach=t.coach,i.members=t.members,t.official&&i.group.push("official"),t.unofficial&&i.group.push("unofficial"),t.girl&&i.group.push("girl");{const s=t;for(const a of Object.keys(s))(s[a]===1||s[a]===!0)&&i.group.push(a)}return i.group=[...new Set(i.group)],i.group.sort(),t.location&&(i.location=t.location),i}function iN(t){return Array.isArray(t)?t.map(i=>Vw(i)):Object.entries(t).map(([s,a])=>Vw({...a,team_id:a.team_id??s}))}class D2{constructor(){this.status=Bt.UNKNOWN,this.isIgnore=!1,this.isSolved=!1,this.isFirstSolved=!1,this.id="",this.teamId="",this.problemId="",this.timestamp=0,this.timestampUnit="second"}isAccepted(){return H6(this.status)}isRejected(){return bP(this.status)}isPending(){return W6(this.status)}isNotCalculatedPenaltyStatus(){return z6(this.status)}get timestampToMinute(){return this.timestampUnit==="nanosecond"?Math.floor(this.timestamp/60/1e3/1e3/1e3):this.timestampUnit==="microsecond"?Math.floor(this.timestamp/60/1e3/1e3):this.timestampUnit==="millisecond"?Math.floor(this.timestamp/60/1e3):Math.floor(this.timestamp/60)}get timestampToSecond(){return this.timestampUnit==="nanosecond"?Math.floor(this.timestamp/1e3/1e3/1e3):this.timestampUnit==="microsecond"?Math.floor(this.timestamp/1e3/1e3):this.timestampUnit==="millisecond"?Math.floor(this.timestamp/1e3):this.timestamp}get timestampDisplayFormatWithSecond(){const i=this.timestampToSecond,s=Math.floor(i/3600),a=Math.floor(i%3600/60),r=i%60,e=y=>y.toString().padStart(2,"0");return`${e(s)}:${e(a)}:${e(r)}`}get timestampDisplayFormatWithMilliSecond(){let i=this.timestampDisplayFormatWithSecond;if(this.timestampUnit==="millisecond"){const s=(this.timestamp%1e3).toString().padEnd(3,"0");i+=`.${s}`}return i}static compare(i,s){if(i.timestamp!==s.timestamp)return i.timestamp-s.timestamp;if(i.teamId===s.teamId){if(i.isAccepted()&&!s.isAccepted())return-1;if(!i.isAccepted()&&s.isAccepted())return 1}return i.id<s.id?-1:i.id===s.id?0:1}}function Gw(t){const i=new D2;return i.id=String(t.id??t.submission_id??""),i.teamId=String(t.team_id),i.problemId=String(t.problem_id),i.timestamp=t.timestamp,i.status=vP(t.status),i.isIgnore=t.is_ignore??!1,t.time&&(i.time=t.time),t.language&&(i.language=t.language),i}function sN(t){return Array.isArray(t)?t.map((i,s)=>Gw({...i,id:i.submission_id??String(s)})):Object.entries(t).map(([s,a])=>Gw({...a,id:a.submission_id??s}))}class xP{constructor(){this.problem=new av,this.team=new xp,this.submission=new D2}get key(){return`balloon-${this.team.id}-${this.problem.id}`}static compare(i,s){return D2.compare(i.submission,s.submission)}}class Yw{constructor(){this.names=new Map,this.defaultLang="zh-CN",this.isDefault=!1}}class G6{constructor(){this.calculationOfPenalty="in_minutes",this.submissionTimestampUnit="second",this.submissionHasTimeField=!1,this.submissionHasLanguageField=!1}}function CP(t={}){const i=t,s=new G6;return i.calculation_of_penalty&&(s.calculationOfPenalty=i.calculation_of_penalty),i.submission_timestamp_unit&&(s.submissionTimestampUnit=i.submission_timestamp_unit),s}class Y6{constructor(){this.name="",this.startTime=la(),this.endTime=la(),this.freezeTime=la(),this.totalDurationTimestamp=0,this.freezeDurationTimestamp=0,this.unFreezeDurationTimestamp=0,this.penalty=20*60,this.problems=[],this.problemsMap=new Map,this.statusTimeDisplay={correct:!0,incorrect:!0,pending:!0},this.group=new Map,this.tag=new Map,this.options=new G6}getStartTime(){return this.replayStartTime??this.startTime}getEndTime(){return this.replayEndTime??this.endTime}getFreezeTime(){return this.replayFreezeTime??this.freezeTime}getContestDuration(i="HH:mm:ss"){return Hs.duration(this.getEndTime().diff(this.getStartTime())).format(i)}getContestState(i){const s=la(i);return s.isBefore(this.getStartTime())?hl.PENDING:s.isSameOrAfter(this.getEndTime())?hl.FINISHED:s.isSameOrAfter(this.getFreezeTime())?hl.FROZEN:hl.RUNNING}getContestPendingTime(i){let s=la(i);return s.isAfter(this.getStartTime())&&(s=this.getStartTime()),Vm(Math.floor(Hs.duration(this.getStartTime().diff(s)).asSeconds()))}getContestElapsedTime(i){let s=la(i);return s.isAfter(this.getEndTime())&&(s=this.getEndTime()),s.isBefore(this.getStartTime())&&(s=this.getStartTime()),Vm(Math.floor(Hs.duration(s.diff(this.getStartTime())).asSeconds()))}getContestRemainingTime(i){let s=la(i);return s.isAfter(this.getEndTime())&&(s=this.getEndTime()),s.isBefore(this.getStartTime())&&(s=this.getStartTime()),Vm(Math.floor(Hs.duration(this.getEndTime().diff(s)).asSeconds()))}getContestProgressRatio(i){const s=la(i);if(this.getStartTime().isSameOrAfter(s))return 0;if(this.getEndTime().isSameOrBefore(s))return 100;const a=this.getEndTime().diff(this.getStartTime(),"s"),r=s.diff(this.getStartTime(),"s");return Math.round(r*100/a)}isEnableAwards(i){return!(!this.awards||!this.awards.has(i))}resetReplayTime(){this.replayStartTime=void 0,this.replayEndTime=void 0,this.replayFreezeTime=void 0,this.replayNowTime=void 0,this.replayContestStartTimestamp=void 0}setReplayTime(i){if(i===0){this.resetReplayTime();return}const a=la(i).diff(this.startTime,"s");this.replayStartTime=this.startTime.add(a,"s"),this.replayEndTime=this.endTime.add(a,"s"),this.replayFreezeTime=this.freezeTime.add(a,"s"),this.replayNowTime=la(),this.replayContestStartTimestamp=this.replayNowTime.diff(this.replayStartTime,"s")}}function TP(t){const i=new Y6;i.name=t.contest_name,i.startTime=la(t.start_time),i.endTime=la(t.end_time),i.totalDurationTimestamp=i.endTime.unix()-i.startTime.unix();{if(i.freezeTime=i.endTime,i.freezeDurationTimestamp=0,t.frozen_time!==void 0&&t.frozen_time!=null){const s=Number(t.frozen_time);i.freezeTime=la(i.endTime.unix()-s),i.freezeDurationTimestamp=s}t.freeze_time!==void 0&&t.freeze_time!==null&&(i.freezeTime=la(t.freeze_time),i.freezeDurationTimestamp=i.endTime.unix()-i.freezeTime.unix()),i.unFreezeDurationTimestamp=i.totalDurationTimestamp-i.freezeDurationTimestamp}i.penalty=t.penalty,t.problem_id!==void 0&&t.problem_id!==null&&(i.problems=FP(t.problem_id,t.balloon_color)),t.problems!==void 0&&t.problems!==null&&(i.problems=DP(t.problems)),i.problemsMap=new Map(i.problems.map(s=>[s.id,s])),t.status_time_display!==void 0&&t.status_time_display!==null&&(i.statusTimeDisplay={correct:!!(t.status_time_display.correct??!1),incorrect:!!(t.status_time_display.incorrect??!1),pending:!!(t.status_time_display.pending??!1)}),i.badge=t.badge,i.medal=t.medal,(()=>{if(!(t.medal===void 0||t.medal===null)&&(i.awards=new Map,typeof t.medal!="string"))for(const s in t.medal){const a=t.medal[s];{const r=[];let e=1;const d=(y,w)=>{if(Object.keys(a).includes(y)){const F=new bd;F.medalType=w,F.minRank=e,e+=Number(a[y]),F.maxRank=e-1,r.push(F)}};d("gold",$c.GOLD),d("silver",$c.SILVER),d("bronze",$c.BRONZE);{const y=new bd;y.medalType=$c.HONORABLE,y.minRank=e,y.maxRank=1061109567,r.push(y)}i.awards.set(s,r)}}})(),i.organization=t.organization;{const s=new Yw;s.names.set("en","All"),s.names.set("zh-CN","所有队伍"),s.isDefault=!0,i.group.set("all",s)}for(const[s,a]of Object.entries((t==null?void 0:t.group)??{})){let r=s;const e=new Yw;e.names.set("zh-CN",a),s==="official"&&e.names.set("en","Official"),s==="unofficial"&&e.names.set("en","Unofficial"),(s==="girl"||s==="girls")&&(e.names.set("en","Girls"),r="girl"),i.group.set(r,e)}return i.banner=t.banner,i.logo=t.logo,i.boardLink=t.board_link,t.options&&(i.options=CP(t.options)),i}class AP{constructor(){this.contest=new Y6,this.boardLink=""}}function SP(t){const i=new AP,s=t.config;return i.contest=TP(s),i.boardLink=t.board_link,i}function kP(t){const i=[],s=a=>{if(Object.prototype.hasOwnProperty.call(a,"config"))i.push(SP(a));else for(const r in a)s(a[r])};return s(t),i.sort((a,r)=>a.contest.startTime.isBefore(r.contest.startTime)?1:a.contest.startTime.isAfter(r.contest.startTime)?-1:a.contest.endTime.isBefore(r.contest.endTime)?1:a.contest.endTime.isAfter(r.contest.endTime)?-1:a.contest.name<r.contest.name?1:a.contest.name>r.contest.name?-1:0),i}function OP(t){return t!=null&&t.url?t.url:t!=null&&t.base64?`data:image/${t.type??"png"};base64,${t.base64}`:""}class RP{constructor(){this.teamSolvedNum=[],this.teamSolvedNumIndex=[],this.maxSolvedProblems=0,this.effectiveTeamNum=0}reset(){this.teamSolvedNum=[],this.teamSolvedNumIndex=[],this.maxSolvedProblems=0,this.effectiveTeamNum=0}getTeamSolvedNumIndex(i){return this.teamSolvedNumIndex[i]??0}}class PP{constructor(){this.enableFilterSubmissionsByTimestamp=!1,this.width=0,this.timestamp=0,this.enableFilterTeamsByGroup=!1,this.group="all",this.filterOrganizations=[],this.filterOrganizationMap=new Map,this.filterTeams=[],this.filterTeamMap=new Map,this.enableAnimatedSubmissions=!1}setWidth(i,s){this.width=i,this.timestamp=Math.floor((s.getEndTime().unix()-s.getStartTime().unix())*this.width*1e-4),this.enableFilterSubmissionsByTimestamp=!0}disableFilterSubmissionByTimestamp(){this.enableFilterSubmissionsByTimestamp=!1}setGroup(i){this.group=i,this.enableFilterTeamsByGroup=!0,this.group==="all"&&this.disableFilterTeamsByGroup()}disableFilterTeamsByGroup(){this.enableFilterTeamsByGroup=!1,this.group="all"}setFilterOrganizations(i){const s=new Map;i.forEach(a=>{s.set(a.value,a)}),this.filterOrganizations=i,this.filterOrganizationMap=s}setFilterTeams(i){const s=new Map;i.forEach(a=>{s.set(a.value,a)}),this.filterTeams=i,this.filterTeamMap=s}isNeedReBuildRank(i){return this.enableFilterSubmissionsByTimestamp!==i.enableFilterSubmissionsByTimestamp||this.width!==i.width||this.timestamp!==i.timestamp||this.enableFilterTeamsByGroup!==i.enableFilterTeamsByGroup||this.group!==i.group}}class aN{constructor(i,s,a){this.contest=i,this.teams=$d.cloneDeep(s),this.teamsMap=new Map(this.teams.map(r=>[r.id,r])),this.submissions=$d.cloneDeep(a).sort(D2.compare),this.submissions.forEach(r=>{const e=this.contest.options;r.timestampUnit=e.submissionTimestampUnit,r.time&&(e.submissionHasTimeField=!0),r.language&&(e.submissionHasLanguageField=!0)}),this.submissionsMap=new Map(this.submissions.map(r=>[r.id,r])),this.organizations=this.buildOrganizations(),this.originTeams=this.teams.map(r=>r),this.originTeams.sort(xp.compare),this.rankStatistics=new RP,this.options=new PP,this.balloons=[];{const r=new Set;this.submissions.forEach(e=>{e.language&&r.add(e.language)}),this.languages=[...r].sort()}{const r=new Set;this.submissions.forEach(e=>{r.add(e.status)}),this.statuses=[...r].sort()}}cleanRank(){(()=>{this.teams=[];for(const[i,s]of this.teamsMap)this.filterTeamByOrg(s)||this.teams.push(s)})();for(const i of this.teams)i.reset(),i.problemStatistics=this.contest.problems.map(s=>{const a=new EP;return a.problem=s,a.contestPenalty=this.contest.penalty,a}),i.problemStatisticsMap=new Map(i.problemStatistics.map(s=>[s.problem.id,s]));this.contest.problems.forEach(i=>{i.statistics.reset()})}buildRank(){return(()=>{this.cleanRank(),this.teams.forEach(a=>a.placeChartPoints.push({timePoint:0,rank:1,lastSolvedProblem:null})),this.rankStatistics.reset(),this.rankStatistics.teamSolvedNum=Array(this.contest.problems.length+1).fill(0),this.rankStatistics.teamSolvedNumIndex=Array(this.contest.problems.length+1).fill(0);let i=0;const s=this.getSubmissions();for(let a=0;a<s.length;a++){const r=s[a],e=r.teamId,d=r.problemId,y=this.teamsMap.get(e),w=this.contest.problemsMap.get(d);(()=>{if(y===void 0||this.filterTeamByOrg(y)||w===void 0)return;const F=y.problemStatisticsMap.get(d);if(F.submissions.push(r),y.submissions.push(r),w.statistics.submittedNum++,F.isSolved){r.isSolved=!1,r.isFirstSolved=!1;return}if(r.isIgnore||r.isNotCalculatedPenaltyStatus()){w.statistics.ignoreNum++,F.ignoreCount++;return}if(F.isSubmitted=!0,F.lastSubmitTimestamp=r.timestampToSecond,F.totalCount++,r.isAccepted()){for(r.isSolved=!0,F.isSolved=!0,F.solvedTimestamp=r.timestampToSecond,w.statistics.acceptedNum++,w.statistics.attemptedNum+=F.failedCount+1,(w.statistics.firstSolveSubmissions.length===0||w.statistics.firstSolveSubmissions[w.statistics.firstSolveSubmissions.length-1].timestamp===r.timestamp)&&(r.isFirstSolved=!0,F.isFirstSolved=!0,w.statistics.firstSolveSubmissions.push(r));w.statistics.lastSolveSubmissions.length>0;)w.statistics.lastSolveSubmissions.pop();w.statistics.lastSolveSubmissions.push(r),y.lastSolvedProblem=w,y.lastSolvedProblemTimestamp=r.timestampToSecond}r.isRejected()&&(F.failedCount++,w.statistics.rejectedNum++),r.isPending()&&(F.pendingCount++,w.statistics.pendingNum++)})(),(r.timestampToMinute>i||a===s.length-1)&&(this.teams.forEach(F=>F.calcSolvedData(this.contest.options)),this.teams.sort(xp.compare),this.buildTeamRank(),this.teams.forEach(F=>F.placeChartPoints.push({timePoint:r.timestampToMinute,rank:F.rank,lastSolvedProblem:F.lastSolvedProblem}))),i=r.timestampToMinute}this.teams.forEach(a=>a.calcSolvedData(this.contest.options)),this.teams.sort(xp.compare),this.buildTeamRank(),this.buildOrgRank(),this.rankStatistics.effectiveTeamNum=this.teams.filter(a=>a.isEffectiveTeam).length,this.buildAwards(),this.teams.forEach(a=>{var r;return a.calcAwards((r=this.contest.awards)==null?void 0:r.get(this.options.group))}),this.teams.forEach(a=>a.postProcessPlaceChartPoints())})(),(()=>{for(const i of this.teams)this.rankStatistics.teamSolvedNum[i.solvedProblemNum]++;{let i=0;const s=this.rankStatistics.teamSolvedNum,a=this.rankStatistics.teamSolvedNumIndex;for(let r=a.length-1;r>=0;r--)i+=s[r]>0?1:0,a[r]=i}this.teams.length>0&&(this.rankStatistics.maxSolvedProblems=this.teams[0].solvedProblemNum)})(),this}buildTeamRank(){let i=1,s=1,a=null;for(const r of this.teams)r.rank=i++,r.originalRank=s++,a!==null&&r.isEqualRank(a)&&(r.rank=a.rank),a=r}buildOrgRank(){if(!this.contest.organization)return;let i=1,s=null;const a=new Set;for(const r of this.teams){const e=r.organization;a.has(e)||(a.add(e),r.organizationRank=i++,s!==null&&r.isEqualRank(s)&&(r.organizationRank=s.organizationRank),s=r)}}buildOrganizations(){if(!this.contest.organization)return[];const i=new Array,s=new Set;return this.teams.forEach(a=>{const r=a.organization;s.has(r)||(i.push(r),s.add(r))}),i.sort(),i}buildAwards(){if(this.contest.medal==="ccpc"){this.contest.awards=new Map;const i=this.rankStatistics.effectiveTeamNum,s=[],a=new bd,r=new bd,e=new bd,d=new bd;a.medalType=$c.GOLD,a.minRank=1,a.maxRank=Math.ceil(i*.1),a.maxRank>=a.minRank&&s.push(a),r.medalType=$c.SILVER,r.minRank=a.maxRank+1,r.maxRank=Math.ceil(i*.3),r.maxRank>=r.minRank&&s.push(r),e.medalType=$c.BRONZE,e.minRank=r.maxRank+1,e.maxRank=Math.ceil(i*.6),e.maxRank>=e.minRank&&s.push(e),d.medalType=$c.HONORABLE,d.minRank=e.maxRank+1,this.teams.forEach(y=>{y.solvedProblemNum>0&&(d.maxRank=Math.max(d.maxRank,y.rank))}),d.maxRank>=d.minRank&&s.push(d),this.contest.awards.set("official",s)}}filterTeamByOrg(i){var a;const s=this.options;return!!(s.enableFilterTeamsByGroup&&!((a=i.group)!=null&&a.includes(s.group)))}getSubmissions(){return this.contest.replayContestStartTimestamp===void 0&&this.options.enableFilterSubmissionsByTimestamp===!1?this.submissions:this.submissions.filter(i=>!(this.contest.replayContestStartTimestamp!==void 0&&i.timestampToSecond>this.contest.replayContestStartTimestamp||this.options.enableFilterSubmissionsByTimestamp&&i.timestampToSecond>this.options.timestamp))}buildBalloons(){this.balloons=[],this.cleanRank();const i=this.getSubmissions();for(let s=0;s<i.length;s++){const a=i[s],r=a.teamId,e=a.problemId,d=this.teamsMap.get(r),y=this.contest.problemsMap.get(e);(()=>{if(d===void 0||y===void 0)return;const w=d.problemStatisticsMap.get(e);if(!w.isSolved&&a.isAccepted()){w.isSolved=!0,w.solvedTimestamp=a.timestampToSecond;const F=new xP;F.team=d,F.problem=y,F.submission=a,this.balloons.push(F)}})()}}setReplayTime(i){this.contest.setReplayTime(i)}}const IP="Board - XCPCIO",oN="Balloon - XCPCIO",lN="Countdown - XCPCIO",NP=(...t)=>{const i=Ds().proxy.$props,s=Object.create(null);for(const a of t)if(typeof a=="string")s[a]=dw(i,a,void 0,{eventName:`update:${a}`,passive:!0});else{const[r,e=r,d=`update:${r}`,y={}]=a;s[r]=dw(i,e,void 0,{eventName:d,passive:!0,...y})}return s},MP={relative:""},LP=Ht("span",{"i-carbon-close":"",ma:"",block:"","aria-hidden":"true"},null,-1),BP=[LP],UP=ls({__name:"SearchInput",props:{modelValue:null},emits:["update:modelValue"],setup(t,{expose:i}){const{modelValue:s}=NP("modelValue"),a=nr(),r={mounted:y=>y.focus()};function e(){var y;s.value=null,(y=a.value)==null||y.focus()}function d(){var y;(y=a.value)==null||y.focus()}return i({focus:d}),(y,w)=>{var F;return fn(),Vn("div",MP,[HD(Ht("input",j2({ref_key:"inputEl",ref:a,"onUpdate:modelValue":w[0]||(w[0]=C=>Mn(s)?s.value=C:null),type:"text"},y.$attrs,{p:"x-4 y-2",text:"left",bg:"transparent",autocomplete:"off",w:"full",border:"~ rounded gray-300 dark:gray-500",outline:"none active:none","aria-label":"Search",placeholder:"Search..."}),null,16),[[Mp,gr(s)],[r]]),(F=gr(s))!=null&&F.length?(fn(),Vn("button",{key:0,absolute:"",flex:"","right-2":"","w-10":"","top-2":"","bottom-2":"","text-xl":"",op30:"","hover:op90":"","aria-label":"Clear search",onClick:w[1]||(w[1]=C=>e())},BP)):ro("",!0)])}}}),$P={},HP={class:"color-gray-700 dark:color-gray-200"},WP=Ht("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"1161",width:"30",height:"30"},[Ht("path",{d:"M837.9904 570.0608H124.5696a29.0304 29.0304 0 0 1-29.0304-29.0304V482.9696a29.0304 29.0304 0 0 1 29.0304-29.0304h713.4208z",fill:"currentColor","p-id":"1162"}),Ht("path",{d:"M561.3056 808.96l-40.96-40.96a28.928 28.928 0 0 1 0-40.96l215.04-215.04-215.04-215.04a28.9792 28.9792 0 0 1 0-40.96l40.96-40.96a28.9792 28.9792 0 0 1 40.96 0l296.96 296.96-296.96 296.96a28.9792 28.9792 0 0 1-40.96 0z",fill:"currentColor","p-id":"1163"})],-1),zP=[WP];function jP(t,i){return fn(),Vn("div",HP,zP)}const VP=Gd($P,[["render",jP]]),GP=ls({__name:"Progress",props:{width:null,state:null,needScroll:{type:Boolean},rank:null,rankOptions:null,elapsedTime:null},emits:["update:rank-options"],setup(t,{emit:i}){const s=t,a=gn({get(){return s.rankOptions},set(G){i("update:rank-options",G)}}),r=gn(()=>{switch(s.state){case hl.PENDING:return"am-progress-bar-secondary";case hl.RUNNING:return"am-progress-bar-success";case hl.FROZEN:return"am-progress-bar-danger";case hl.FINISHED:return"am-progress-bar-primary"}}),e=nr(!1),d=nr(!1),y=nr(0),w=nr(s.width),F=nr(0),C=S6("progress-ratio",-1,{transform:Number}),S=nr(null),R=nr(null),L=nr(null),B=nr(null),I=nr(null);function z(G){d.value=!0;const j=G.clientX-L.value.offsetLeft,Z=ne=>{var Me,Ae;if(!d.value)return;e.value=!0;let ae=ne.clientX-j;ae=Math.max(ae,0),ae=Math.min(ae,S.value.offsetWidth-L.value.offsetWidth);const ue=S.value.offsetWidth*Number.parseInt((Me=R.value.style)==null?void 0:Me.width)*.01;ae>=ue&&(ae=ue,e.value=!1);let Ee=0;ae>0&&(Ee=Math.round((ae+L.value.offsetWidth)/S.value.offsetWidth*1e4)),Ee>1e4&&(Ee=1e4),Ee===1e4&&(e.value=!1),(Ae=window.getSelection())==null||Ae.removeAllRanges(),y.value=Ee,F.value=ae,w.value=Ee*.01},ie=()=>{var ne,ae;document.removeEventListener("mouseup",ie),document.removeEventListener("mousemove",Z),d.value=!1,e.value===!0?(C.value=y.value,(ne=a.value)==null||ne.setWidth(y.value,s.rank.contest)):(C.value=void 0,(ae=a.value)==null||ae.disableFilterSubmissionByTimestamp())};document.addEventListener("mousemove",Z),document.addEventListener("mouseup",ie)}function W(){const G=s.rank.contest.getStartTime(),j=s.rank.contest.getEndTime(),Z=j.unix()-G.unix(),ie=Math.floor(Z*w.value*.01),ne=la(),ae=Math.max(0,Math.min(ne.unix(),j.unix())-G.unix());return Vm(Math.min(ie,ae))}function K(){return e.value===!0?W():s.elapsedTime}function oe(){return e.value===!0?`${Math.max(0,F.value)}px`:`max(calc(0%), min(calc(${s.width}%), calc(100% - 10px)))`}return bl(()=>{var G,j;s.needScroll===!0&&(S.value.onmouseenter=()=>{B.value.classList.add("in")},S.value.onmouseleave=()=>{B.value.classList.remove("in")}),C.value!==-1?(e.value=!0,y.value=Math.max(0,Math.min(1e4,C.value)),w.value=y.value*.01,F.value=w.value*.01*S.value.offsetWidth-L.value.offsetWidth,(G=a.value)==null||G.setWidth(C.value,s.rank.contest)):(j=a.value)==null||j.disableFilterSubmissionByTimestamp()}),oh(()=>{}),(G,j)=>(fn(),Vn("div",{ref_key:"scroll",ref:S,class:"am-progress am-progress-striped am-active","w-full":"",style:{position:"relative"}},[Ht("div",{ref_key:"mask",ref:R,class:fa(["am-progress-bar",[gr(r)]]),style:pl({width:`${s.width}%`})},[s.needScroll?(fn(),Vn(Ri,{key:0},[Ht("div",{ref_key:"tooltip",ref:B,class:"tooltip tooltip-top",style:pl({marginLeft:"-32px",bottom:"22px",left:oe()})},[Ht("div",{ref_key:"tooltipInner",ref:I,class:"tooltip-inner"},Ji(K()),513)],4),Ht("div",{ref_key:"bar",ref:L,class:fa(["am-progress-bar am-progress-cursor am-progress-scroll-size z-999",[gr(r)]]),style:pl({left:oe()}),onMousedown:z},null,38)],64)):ro("",!0)],6)],512))}});const YP=Gd(GP,[["__scopeId","data-v-20f092d3"]]),qP={flex:"","flex-row":"","items-center":"","justify-center":""},KP={key:0,"ml-2":""},QP={key:1,"ml-2":""},XP=ls({__name:"ContestStateBadge",props:{state:null,pendingTime:null,pausedTime:null},setup(t){const i=t;return(s,a)=>(fn(),Vn("div",qP,[Ht("div",{class:fa(["label",i.state])},null,2),Ht("div",null,Ji(i.state),1),i.pendingTime&&i.state===gr(hl).PENDING?(fn(),Vn("div",KP,Ji(i.pendingTime),1)):ro("",!0),i.pausedTime&&i.state===gr(hl).PAUSED?(fn(),Vn("div",QP,Ji(i.pausedTime),1)):ro("",!0)]))}});const JP=Gd(XP,[["__scopeId","data-v-68586c4d"]]);function ZP(){const t={};return t.base64=String.raw`
256
+ `}),s}submissionStatusToCodeforcesGymDatStatus(i){return H6(i)?"OK":i===Bt.WRONG_ANSWER?"WA":i===Bt.TIME_LIMIT_EXCEEDED?"TL":i===Bt.MEMORY_LIMIT_EXCEEDED?"ML":i===Bt.OUTPUT_LIMIT_EXCEEDED?"IL":i===Bt.PRESENTATION_ERROR?"PE":i===Bt.RUNTIME_ERROR?"RT":i===Bt.COMPILATION_ERROR||z6(i)?"CE":W6(i)?"PD":"RJ"}}var $c=(t=>(t.UNKNOWN="Unknown",t.GOLD="Gold",t.SILVER="Silver",t.BRONZE="Bronze",t.HONORABLE="Honorable",t))($c||{});class bd{constructor(){this.medalType="Unknown",this.minRank=0,this.maxRank=0}}function yP(t){return["Gold","Silver","Bronze","Honorable"].includes(t)}class nN{constructor(){}convert(i){const s=$d.cloneDeep(i);s.options.disableFilterTeamsByGroup(),s.options.disableFilterSubmissionByTimestamp();const a=hd.utils.book_new();for(const[r,e]of s.contest.group){s.options.setGroup(r),s.buildRank();const d=this.convertToSheet(s);hd.utils.book_append_sheet(a,d,e.names.get(e.defaultLang))}return a}convertAndWrite(i,s){return hd.writeFile(this.convert(i),s,{compression:!0})}convertToSheet(i){const s=this.convertToAoa(i),a=hd.utils.aoa_to_sheet(s),r=[],e=s[1];for(let F=0;F<e.length;F++){let C=10;for(let S=1;S<s.length;S++)C=Math.max(C,pP(s[S][F])+2);r.push({wch:C})}a["!cols"]=r;{const F={s:{r:0,c:0},e:{r:0,c:e.length-1}},C=[{s:F.s,e:F.e}];a["!merges"]=C}const d={name:"Arial Unicode MS",bold:!1,italic:!1,sz:12},y={style:"thin"},w={alignment:{vertical:"center",horizontal:"center"},border:{top:y,bottom:y,left:y,right:y},font:d};for(let F=1;F<s.length;F++)for(let C=0;C<s[F].length;C++){const S=hd.utils.encode_cell({r:F,c:C}),R=a[S];R.s=w}{const F=hd.utils.encode_cell({r:0,c:0}),C=a[F],S=$d.cloneDeep(w);S.font.sz=28,S.font.bold=!0,C.s=S}return a}convertToAoa(i){var d,y;const s=[],a=i.contest.isEnableAwards(i.options.group),r=(Array.isArray(i.teams)&&((d=i.teams[0])==null?void 0:d.members))??!1,e=((y=i.teams[0])==null?void 0:y.coach)??!1;s.push([i.contest.name]);{const w=[];w.push("Rank"),i.contest.organization&&(w.push(`${i.contest.organization} Rank`),w.push(i.contest.organization)),w.push("Team","Solved","Penalty",...i.contest.problems.map(F=>F.label),"Dirt"),a&&w.push("Medal"),r&&w.push("Member1","Member2","Member3"),e&&w.push("Coach"),w.push("Unofficial"),w.push("Girl"),s.push(w)}for(const w of i.teams){const F=[];F.push(w.rank.toString()),w.organization&&(w.organizationRank!==-1?F.push(w.organizationRank.toString()):F.push(""),F.push(w.organization)),F.push(w.name,w.solvedProblemNum.toString(),w.penaltyToMinute.toString());for(const C of w.problemStatistics)C.isUnSubmitted&&F.push("-"),C.isSolved&&F.push(`+${C.totalCount}(${C.solvedTimestampToMinute})`),C.isWrongAnswer&&F.push(`-${C.failedCount}`),C.isPending&&F.push(`? ${C.failedCount} + ${C.pendingCount}`);if(F.push(`${w.dirt}%`),a){const C=w.awards.filter(S=>yP(S)).map(S=>S.toString());F.push(C.join(", "))}if(r){const C=w.members;Array.isArray(C)?(F.push(C[0]??""),F.push(C[1]??""),F.push(C[2]??"")):F.push("","","")}e&&(typeof w.coach=="string"?F.push(w.coach??""):F.push("")),F.push(w.isUnofficial?"Y":"N"),F.push(w.isGirl?"Y":"N"),s.push(F)}return s}}function j6(t,i){return i===0?0:Math.floor((t-i)*100/t)}function V6(t){const[i,s,a]=mP(t).rgb();return(i*299+s*587+a*114)/1e3<=148?"#fff":"#000"}class _P{constructor(){this.acceptedNum=0,this.rejectedNum=0,this.pendingNum=0,this.submittedNum=0,this.attemptedNum=0,this.ignoreNum=0,this.firstSolveSubmissions=[],this.lastSolveSubmissions=[]}reset(){this.acceptedNum=0,this.rejectedNum=0,this.pendingNum=0,this.submittedNum=0,this.attemptedNum=0,this.ignoreNum=0,this.firstSolveSubmissions=[],this.lastSolveSubmissions=[]}get dirt(){return this.acceptedNum===0?0:j6(this.attemptedNum,this.acceptedNum)}}class av{constructor(){this.id="",this.label="",this.name="",this.statistics=new _P,this.balloonColor={background_color:"#a0f0a0",color:"#000"}}}function wP(t){const i=new av;return i.id=String(t.id),i.label=t.label,i.name=t.name??"",i.timeLimit=t.time_limit,i.memoryLimit=t.memory_limit,t.balloon_color&&(i.balloonColor=$d.cloneDeep(t.balloon_color)),i.balloonColor.color=V6(i.balloonColor.background_color),i}function DP(t){return t.map(i=>wP(i))}function FP(t,i){const s=t.map((a,r)=>{const e=new av;return e.id=String(r),e.label=a,e});if(i!=null)for(const a in i)s[a].balloonColor=$d.cloneDeep(i[a]);return s.forEach(a=>{a.balloonColor.color=V6(a.balloonColor.background_color)}),s}class EP{constructor(i){var s,a,r,e,d,y,w,F,C,S,R,L;this.isFirstSolved=((s=i==null?void 0:i.teamProblemStatistics)==null?void 0:s.isFirstSolved)??!1,this.isSolved=((a=i==null?void 0:i.teamProblemStatistics)==null?void 0:a.isSolved)??!1,this.solvedTimestamp=((r=i==null?void 0:i.teamProblemStatistics)==null?void 0:r.solvedTimestamp)??0,this.isSubmitted=((e=i==null?void 0:i.teamProblemStatistics)==null?void 0:e.isSubmitted)??!1,this.lastSubmitTimestamp=((d=i==null?void 0:i.teamProblemStatistics)==null?void 0:d.lastSubmitTimestamp)??0,this.failedCount=((y=i==null?void 0:i.teamProblemStatistics)==null?void 0:y.failedCount)??0,this.pendingCount=((w=i==null?void 0:i.teamProblemStatistics)==null?void 0:w.pendingCount)??0,this.ignoreCount=((F=i==null?void 0:i.teamProblemStatistics)==null?void 0:F.ignoreCount)??0,this.totalCount=((C=i==null?void 0:i.teamProblemStatistics)==null?void 0:C.totalCount)??0,this.submissions=((S=i==null?void 0:i.teamProblemStatistics)==null?void 0:S.submissions)??[],this.problem=((R=i==null?void 0:i.teamProblemStatistics)==null?void 0:R.problem)??new av,this.contestPenalty=((L=i==null?void 0:i.teamProblemStatistics)==null?void 0:L.contestPenalty)??20*60}get isAccepted(){return this.isSolved}get isWrongAnswer(){return!this.isSolved&&this.pendingCount===0&&this.failedCount>0}get isPending(){return!this.isSolved&&this.pendingCount>0}get isUnSubmitted(){return this.totalCount===0}get solvedTimestampToMinute(){return Math.floor(this.solvedTimestamp/60)}get penalty(){return this.isSolved===!1?0:this.solvedTimestampToMinute*60+this.failedCount*this.contestPenalty}get penaltyToMinute(){return Math.floor(this.penalty/60)}get penaltyInSecond(){return this.isSolved===!1?0:this.solvedTimestamp+this.failedCount*this.contestPenalty}}class xp{constructor(){this.id="",this.name="",this.organization="",this.group=[],this.tag=[],this.rank=0,this.originalRank=0,this.organizationRank=-1,this.solvedProblemNum=0,this.attemptedProblemNum=0,this.lastSolvedProblem=null,this.lastSolvedProblemTimestamp=0,this.penalty=0,this.problemStatistics=[],this.problemStatisticsMap=new Map,this.submissions=[],this.placeChartPoints=[],this.awards=[]}reset(){this.rank=0,this.originalRank=0,this.organizationRank=-1,this.solvedProblemNum=0,this.attemptedProblemNum=0,this.lastSolvedProblem=null,this.lastSolvedProblemTimestamp=0,this.penalty=0,this.problemStatistics=[],this.problemStatisticsMap=new Map,this.submissions=[],this.placeChartPoints=[],this.awards=[]}get penaltyToMinute(){return Math.floor(this.penalty/60)}get dirt(){const i=this.attemptedProblemNum,s=this.solvedProblemNum;return j6(i,s)}get isUnofficial(){return this.group.includes("unofficial")}get isGirl(){return this.group.includes("girl")}get membersToArray(){if(Array.isArray(this.members))return this.members;if(typeof this.members=="string"){if(this.members.includes(", "))return this.members.split(", ");if(this.members.includes("、"))return this.members.split("、")}return[]}get membersToString(){var i;return typeof this.members=="string"?this.members:(i=this.members)==null?void 0:i.join(", ")}get isEffectiveTeam(){return this.solvedProblemNum>0}calcSolvedData(i){this.solvedProblemNum=0,this.attemptedProblemNum=0,this.penalty=0;for(const s of this.problemStatistics)s.isAccepted&&(this.solvedProblemNum++,this.attemptedProblemNum+=s.failedCount+1,(i==null?void 0:i.calculationOfPenalty)==="in_seconds"||(i==null?void 0:i.calculationOfPenalty)==="accumulate_in_seconds_and_finally_to_the_minute"?this.penalty+=s.penaltyInSecond:this.penalty+=s.penalty);(i==null?void 0:i.calculationOfPenalty)==="accumulate_in_seconds_and_finally_to_the_minute"&&(this.penalty=Math.floor(this.penalty/60)*60)}calcAwards(i){if(i)for(const s of i)this.rank>=s.minRank&&this.rank<=s.maxRank&&this.awards.push(s.medalType)}isEqualRank(i){return this.solvedProblemNum===i.solvedProblemNum&&this.penalty===i.penalty}postProcessPlaceChartPoints(){if(this.placeChartPoints.length===0)return;const i=[];i.push(this.placeChartPoints[0]);for(let s=1;s<this.placeChartPoints.length-1;s++){const a=this.placeChartPoints[s],r=i[i.length-1];(a.rank!==r.rank||a.lastSolvedProblem!==r.lastSolvedProblem)&&i.push(a)}this.placeChartPoints.length>1&&i.push(this.placeChartPoints[this.placeChartPoints.length-1]),this.placeChartPoints=i}static compare(i,s){return i.solvedProblemNum!==s.solvedProblemNum?s.solvedProblemNum-i.solvedProblemNum:i.penalty!==s.penalty?i.penalty-s.penalty:i.lastSolvedProblemTimestamp!==s.lastSolvedProblemTimestamp?i.lastSolvedProblemTimestamp-s.lastSolvedProblemTimestamp:i.name<s.name?-1:i.name>s.name?1:0}}function Vw(t){const i=new xp;i.id=t.id??t.team_id??"",i.name=t.name??t.team_name??"",i.organization=t.organization??"",i.badge=t.badge,i.group=t.group??[],i.tag=t.group??[],i.coach=t.coach,i.members=t.members,t.official&&i.group.push("official"),t.unofficial&&i.group.push("unofficial"),t.girl&&i.group.push("girl");{const s=t;for(const a of Object.keys(s))(s[a]===1||s[a]===!0)&&i.group.push(a)}return i.group=[...new Set(i.group)],i.group.sort(),t.location&&(i.location=t.location),i}function iN(t){return Array.isArray(t)?t.map(i=>Vw(i)):Object.entries(t).map(([s,a])=>Vw({...a,team_id:a.team_id??s}))}class D2{constructor(){this.status=Bt.UNKNOWN,this.isIgnore=!1,this.isSolved=!1,this.isFirstSolved=!1,this.id="",this.teamId="",this.problemId="",this.timestamp=0,this.timestampUnit="second"}isAccepted(){return H6(this.status)}isRejected(){return bP(this.status)}isPending(){return W6(this.status)}isNotCalculatedPenaltyStatus(){return z6(this.status)}get timestampToMinute(){return this.timestampUnit==="nanosecond"?Math.floor(this.timestamp/60/1e3/1e3/1e3):this.timestampUnit==="microsecond"?Math.floor(this.timestamp/60/1e3/1e3):this.timestampUnit==="millisecond"?Math.floor(this.timestamp/60/1e3):Math.floor(this.timestamp/60)}get timestampToSecond(){return this.timestampUnit==="nanosecond"?Math.floor(this.timestamp/1e3/1e3/1e3):this.timestampUnit==="microsecond"?Math.floor(this.timestamp/1e3/1e3):this.timestampUnit==="millisecond"?Math.floor(this.timestamp/1e3):this.timestamp}get timestampDisplayFormatWithSecond(){const i=this.timestampToSecond,s=Math.floor(i/3600),a=Math.floor(i%3600/60),r=i%60,e=y=>y.toString().padStart(2,"0");return`${e(s)}:${e(a)}:${e(r)}`}get timestampDisplayFormatWithMilliSecond(){let i=this.timestampDisplayFormatWithSecond;if(this.timestampUnit==="millisecond"){const s=(this.timestamp%1e3).toString().padEnd(3,"0");i+=`.${s}`}return i}static compare(i,s){if(i.timestamp!==s.timestamp)return i.timestamp-s.timestamp;if(i.teamId===s.teamId){if(i.isAccepted()&&!s.isAccepted())return-1;if(!i.isAccepted()&&s.isAccepted())return 1}return i.id<s.id?-1:i.id===s.id?0:1}}function Gw(t){const i=new D2;return i.id=String(t.id??t.submission_id??""),i.teamId=String(t.team_id),i.problemId=String(t.problem_id),i.timestamp=t.timestamp,i.status=vP(t.status),i.isIgnore=t.is_ignore??!1,t.time&&(i.time=t.time),t.language&&(i.language=t.language),i}function sN(t){return Array.isArray(t)?t.map((i,s)=>Gw({...i,id:i.submission_id??String(s)})):Object.entries(t).map(([s,a])=>Gw({...a,id:a.submission_id??s}))}class xP{constructor(){this.problem=new av,this.team=new xp,this.submission=new D2}get key(){return`balloon-${this.team.id}-${this.problem.id}`}static compare(i,s){return D2.compare(i.submission,s.submission)}}class Yw{constructor(){this.names=new Map,this.defaultLang="zh-CN",this.isDefault=!1}}class G6{constructor(){this.calculationOfPenalty="in_minutes",this.submissionTimestampUnit="second",this.submissionHasTimeField=!1,this.submissionHasLanguageField=!1}}function CP(t={}){const i=t,s=new G6;return i.calculation_of_penalty&&(s.calculationOfPenalty=i.calculation_of_penalty),i.submission_timestamp_unit&&(s.submissionTimestampUnit=i.submission_timestamp_unit),s}class Y6{constructor(){this.name="",this.startTime=la(),this.endTime=la(),this.freezeTime=la(),this.totalDurationTimestamp=0,this.freezeDurationTimestamp=0,this.unFreezeDurationTimestamp=0,this.penalty=20*60,this.problems=[],this.problemsMap=new Map,this.statusTimeDisplay={correct:!0,incorrect:!0,pending:!0},this.group=new Map,this.tag=new Map,this.options=new G6}getStartTime(){return this.replayStartTime??this.startTime}getEndTime(){return this.replayEndTime??this.endTime}getFreezeTime(){return this.replayFreezeTime??this.freezeTime}getContestDuration(i="HH:mm:ss"){return Hs.duration(this.getEndTime().diff(this.getStartTime())).format(i)}getContestState(i){const s=la(i);return s.isBefore(this.getStartTime())?hl.PENDING:s.isSameOrAfter(this.getEndTime())?hl.FINISHED:s.isSameOrAfter(this.getFreezeTime())?hl.FROZEN:hl.RUNNING}getContestPendingTime(i){let s=la(i);return s.isAfter(this.getStartTime())&&(s=this.getStartTime()),Vm(Math.floor(Hs.duration(this.getStartTime().diff(s)).asSeconds()))}getContestElapsedTime(i){let s=la(i);return s.isAfter(this.getEndTime())&&(s=this.getEndTime()),s.isBefore(this.getStartTime())&&(s=this.getStartTime()),Vm(Math.floor(Hs.duration(s.diff(this.getStartTime())).asSeconds()))}getContestRemainingTime(i){let s=la(i);return s.isAfter(this.getEndTime())&&(s=this.getEndTime()),s.isBefore(this.getStartTime())&&(s=this.getStartTime()),Vm(Math.floor(Hs.duration(this.getEndTime().diff(s)).asSeconds()))}getContestProgressRatio(i){const s=la(i);if(this.getStartTime().isSameOrAfter(s))return 0;if(this.getEndTime().isSameOrBefore(s))return 100;const a=this.getEndTime().diff(this.getStartTime(),"s"),r=s.diff(this.getStartTime(),"s");return Math.round(r*100/a)}isEnableAwards(i){return!(!this.awards||!this.awards.has(i))}resetReplayTime(){this.replayStartTime=void 0,this.replayEndTime=void 0,this.replayFreezeTime=void 0,this.replayNowTime=void 0,this.replayContestStartTimestamp=void 0}setReplayTime(i){if(i===0){this.resetReplayTime();return}const a=la(i).diff(this.startTime,"s");this.replayStartTime=this.startTime.add(a,"s"),this.replayEndTime=this.endTime.add(a,"s"),this.replayFreezeTime=this.freezeTime.add(a,"s"),this.replayNowTime=la(),this.replayContestStartTimestamp=this.replayNowTime.diff(this.replayStartTime,"s")}}function TP(t){const i=new Y6;i.name=t.contest_name,i.startTime=la(t.start_time),i.endTime=la(t.end_time),i.totalDurationTimestamp=i.endTime.unix()-i.startTime.unix();{if(i.freezeTime=i.endTime,i.freezeDurationTimestamp=0,t.frozen_time!==void 0&&t.frozen_time!=null){const s=Number(t.frozen_time);i.freezeTime=la(i.endTime.unix()-s),i.freezeDurationTimestamp=s}t.freeze_time!==void 0&&t.freeze_time!==null&&(i.freezeTime=la(t.freeze_time),i.freezeDurationTimestamp=i.endTime.unix()-i.freezeTime.unix()),i.unFreezeDurationTimestamp=i.totalDurationTimestamp-i.freezeDurationTimestamp}i.penalty=t.penalty,t.problem_id!==void 0&&t.problem_id!==null&&(i.problems=FP(t.problem_id,t.balloon_color)),t.problems!==void 0&&t.problems!==null&&(i.problems=DP(t.problems)),i.problemsMap=new Map(i.problems.map(s=>[s.id,s])),t.status_time_display!==void 0&&t.status_time_display!==null&&(i.statusTimeDisplay={correct:!!(t.status_time_display.correct??!1),incorrect:!!(t.status_time_display.incorrect??!1),pending:!!(t.status_time_display.pending??!1)}),i.badge=t.badge,i.medal=t.medal,(()=>{if(!(t.medal===void 0||t.medal===null)&&(i.awards=new Map,typeof t.medal!="string"))for(const s in t.medal){const a=t.medal[s];{const r=[];let e=1;const d=(y,w)=>{if(Object.keys(a).includes(y)){const F=new bd;F.medalType=w,F.minRank=e,e+=Number(a[y]),F.maxRank=e-1,r.push(F)}};d("gold",$c.GOLD),d("silver",$c.SILVER),d("bronze",$c.BRONZE);{const y=new bd;y.medalType=$c.HONORABLE,y.minRank=e,y.maxRank=1061109567,r.push(y)}i.awards.set(s,r)}}})(),i.organization=t.organization;{const s=new Yw;s.names.set("en","All"),s.names.set("zh-CN","所有队伍"),s.isDefault=!0,i.group.set("all",s)}for(const[s,a]of Object.entries((t==null?void 0:t.group)??{})){let r=s;const e=new Yw;e.names.set("zh-CN",a),s==="official"&&e.names.set("en","Official"),s==="unofficial"&&e.names.set("en","Unofficial"),(s==="girl"||s==="girls")&&(e.names.set("en","Girls"),r="girl"),i.group.set(r,e)}return i.banner=t.banner,i.logo=t.logo,i.boardLink=t.board_link,t.options&&(i.options=CP(t.options)),i}class AP{constructor(){this.contest=new Y6,this.boardLink=""}}function SP(t){const i=new AP,s=t.config;return i.contest=TP(s),i.boardLink=t.board_link,i}function kP(t){const i=[],s=a=>{if(Object.prototype.hasOwnProperty.call(a,"config"))i.push(SP(a));else for(const r in a)s(a[r])};return s(t),i.sort((a,r)=>a.contest.startTime.isBefore(r.contest.startTime)?1:a.contest.startTime.isAfter(r.contest.startTime)?-1:a.contest.endTime.isBefore(r.contest.endTime)?1:a.contest.endTime.isAfter(r.contest.endTime)?-1:a.contest.name<r.contest.name?1:a.contest.name>r.contest.name?-1:0),i}function OP(t){return t!=null&&t.url?t.url:t!=null&&t.base64?`data:image/${t.type??"png"};base64,${t.base64}`:""}class RP{constructor(){this.teamSolvedNum=[],this.teamSolvedNumIndex=[],this.maxSolvedProblems=0,this.effectiveTeamNum=0}reset(){this.teamSolvedNum=[],this.teamSolvedNumIndex=[],this.maxSolvedProblems=0,this.effectiveTeamNum=0}getTeamSolvedNumIndex(i){return this.teamSolvedNumIndex[i]??0}}class PP{constructor(){this.enableFilterSubmissionsByTimestamp=!1,this.width=0,this.timestamp=0,this.enableFilterTeamsByGroup=!1,this.group="all",this.filterOrganizations=[],this.filterOrganizationMap=new Map,this.filterTeams=[],this.filterTeamMap=new Map,this.enableAnimatedSubmissions=!1}setWidth(i,s){this.width=i,this.timestamp=Math.floor((s.getEndTime().unix()-s.getStartTime().unix())*this.width*1e-4),this.enableFilterSubmissionsByTimestamp=!0}disableFilterSubmissionByTimestamp(){this.enableFilterSubmissionsByTimestamp=!1}setGroup(i){this.group=i,this.enableFilterTeamsByGroup=!0,this.group==="all"&&this.disableFilterTeamsByGroup()}disableFilterTeamsByGroup(){this.enableFilterTeamsByGroup=!1,this.group="all"}setFilterOrganizations(i){const s=new Map;i.forEach(a=>{s.set(a.value,a)}),this.filterOrganizations=i,this.filterOrganizationMap=s}setFilterTeams(i){const s=new Map;i.forEach(a=>{s.set(a.value,a)}),this.filterTeams=i,this.filterTeamMap=s}isNeedReBuildRank(i){return this.enableFilterSubmissionsByTimestamp!==i.enableFilterSubmissionsByTimestamp||this.width!==i.width||this.timestamp!==i.timestamp||this.enableFilterTeamsByGroup!==i.enableFilterTeamsByGroup||this.group!==i.group}}class aN{constructor(i,s,a){this.contest=i,this.teams=$d.cloneDeep(s),this.teamsMap=new Map(this.teams.map(r=>[r.id,r])),this.submissions=$d.cloneDeep(a).sort(D2.compare),this.submissions.forEach(r=>{const e=this.contest.options;r.timestampUnit=e.submissionTimestampUnit,r.time&&(e.submissionHasTimeField=!0),r.language&&(e.submissionHasLanguageField=!0)}),this.submissionsMap=new Map(this.submissions.map(r=>[r.id,r])),this.organizations=this.buildOrganizations(),this.originTeams=this.teams.map(r=>r),this.originTeams.sort(xp.compare),this.rankStatistics=new RP,this.options=new PP,this.balloons=[];{const r=new Set;this.submissions.forEach(e=>{e.language&&r.add(e.language)}),this.languages=[...r].sort()}{const r=new Set;this.submissions.forEach(e=>{r.add(e.status)}),this.statuses=[...r].sort()}}cleanRank(){(()=>{this.teams=[];for(const[i,s]of this.teamsMap)this.filterTeamByOrg(s)||this.teams.push(s)})();for(const i of this.teams)i.reset(),i.problemStatistics=this.contest.problems.map(s=>{const a=new EP;return a.problem=s,a.contestPenalty=this.contest.penalty,a}),i.problemStatisticsMap=new Map(i.problemStatistics.map(s=>[s.problem.id,s]));this.contest.problems.forEach(i=>{i.statistics.reset()})}buildRank(){return(()=>{this.cleanRank(),this.teams.forEach(a=>a.placeChartPoints.push({timePoint:0,rank:1,lastSolvedProblem:null})),this.rankStatistics.reset(),this.rankStatistics.teamSolvedNum=Array(this.contest.problems.length+1).fill(0),this.rankStatistics.teamSolvedNumIndex=Array(this.contest.problems.length+1).fill(0);let i=0;const s=this.getSubmissions();for(let a=0;a<s.length;a++){const r=s[a],e=r.teamId,d=r.problemId,y=this.teamsMap.get(e),w=this.contest.problemsMap.get(d);(()=>{if(y===void 0||this.filterTeamByOrg(y)||w===void 0)return;const F=y.problemStatisticsMap.get(d);if(F.submissions.push(r),y.submissions.push(r),w.statistics.submittedNum++,F.isSolved){r.isSolved=!1,r.isFirstSolved=!1;return}if(r.isIgnore||r.isNotCalculatedPenaltyStatus()){w.statistics.ignoreNum++,F.ignoreCount++;return}if(F.isSubmitted=!0,F.lastSubmitTimestamp=r.timestampToSecond,F.totalCount++,r.isAccepted()){for(r.isSolved=!0,F.isSolved=!0,F.solvedTimestamp=r.timestampToSecond,w.statistics.acceptedNum++,w.statistics.attemptedNum+=F.failedCount+1,(w.statistics.firstSolveSubmissions.length===0||w.statistics.firstSolveSubmissions[w.statistics.firstSolveSubmissions.length-1].timestamp===r.timestamp)&&(r.isFirstSolved=!0,F.isFirstSolved=!0,w.statistics.firstSolveSubmissions.push(r));w.statistics.lastSolveSubmissions.length>0;)w.statistics.lastSolveSubmissions.pop();w.statistics.lastSolveSubmissions.push(r),y.lastSolvedProblem=w,y.lastSolvedProblemTimestamp=r.timestampToSecond}r.isRejected()&&(F.failedCount++,w.statistics.rejectedNum++),r.isPending()&&(F.pendingCount++,w.statistics.pendingNum++)})(),(r.timestampToMinute>i||a===s.length-1)&&(this.teams.forEach(F=>F.calcSolvedData(this.contest.options)),this.teams.sort(xp.compare),this.buildTeamRank(),this.teams.forEach(F=>F.placeChartPoints.push({timePoint:r.timestampToMinute,rank:F.rank,lastSolvedProblem:F.lastSolvedProblem}))),i=r.timestampToMinute}this.teams.forEach(a=>a.calcSolvedData(this.contest.options)),this.teams.sort(xp.compare),this.buildTeamRank(),this.buildOrgRank(),this.rankStatistics.effectiveTeamNum=this.teams.filter(a=>a.isEffectiveTeam).length,this.buildAwards(),this.teams.forEach(a=>{var r;return a.calcAwards((r=this.contest.awards)==null?void 0:r.get(this.options.group))}),this.teams.forEach(a=>a.postProcessPlaceChartPoints())})(),(()=>{for(const i of this.teams)this.rankStatistics.teamSolvedNum[i.solvedProblemNum]++;{let i=0;const s=this.rankStatistics.teamSolvedNum,a=this.rankStatistics.teamSolvedNumIndex;for(let r=a.length-1;r>=0;r--)i+=s[r]>0?1:0,a[r]=i}this.teams.length>0&&(this.rankStatistics.maxSolvedProblems=this.teams[0].solvedProblemNum)})(),this}buildTeamRank(){let i=1,s=1,a=null;for(const r of this.teams)r.rank=i++,r.originalRank=s++,a!==null&&r.isEqualRank(a)&&(r.rank=a.rank),a=r}buildOrgRank(){if(!this.contest.organization)return;let i=1,s=null;const a=new Set;for(const r of this.teams){const e=r.organization;a.has(e)||(a.add(e),r.organizationRank=i++,s!==null&&r.isEqualRank(s)&&(r.organizationRank=s.organizationRank),s=r)}}buildOrganizations(){if(!this.contest.organization)return[];const i=new Array,s=new Set;return this.teams.forEach(a=>{const r=a.organization;s.has(r)||(i.push(r),s.add(r))}),i.sort(),i}buildAwards(){if(this.contest.medal==="ccpc"){this.contest.awards=new Map;const i=this.rankStatistics.effectiveTeamNum,s=[],a=new bd,r=new bd,e=new bd,d=new bd;a.medalType=$c.GOLD,a.minRank=1,a.maxRank=Math.ceil(i*.1),a.maxRank>=a.minRank&&s.push(a),r.medalType=$c.SILVER,r.minRank=a.maxRank+1,r.maxRank=Math.ceil(i*.3),r.maxRank>=r.minRank&&s.push(r),e.medalType=$c.BRONZE,e.minRank=r.maxRank+1,e.maxRank=Math.ceil(i*.6),e.maxRank>=e.minRank&&s.push(e),d.medalType=$c.HONORABLE,d.minRank=e.maxRank+1,this.teams.forEach(y=>{y.solvedProblemNum>0&&(d.maxRank=Math.max(d.maxRank,y.rank))}),d.maxRank>=d.minRank&&s.push(d),this.contest.awards.set("official",s)}}filterTeamByOrg(i){var a;const s=this.options;return!!(s.enableFilterTeamsByGroup&&!((a=i.group)!=null&&a.includes(s.group)))}getSubmissions(){return this.contest.replayContestStartTimestamp===void 0&&this.options.enableFilterSubmissionsByTimestamp===!1?this.submissions:this.submissions.filter(i=>!(this.contest.replayContestStartTimestamp!==void 0&&i.timestampToSecond>this.contest.replayContestStartTimestamp||this.options.enableFilterSubmissionsByTimestamp&&i.timestampToSecond>this.options.timestamp))}buildBalloons(){this.balloons=[],this.cleanRank();const i=this.getSubmissions();for(let s=0;s<i.length;s++){const a=i[s],r=a.teamId,e=a.problemId,d=this.teamsMap.get(r),y=this.contest.problemsMap.get(e);(()=>{if(d===void 0||y===void 0)return;const w=d.problemStatisticsMap.get(e);if(!w.isSolved&&a.isAccepted()){w.isSolved=!0,w.solvedTimestamp=a.timestampToSecond;const F=new xP;F.team=d,F.problem=y,F.submission=a,this.balloons.push(F)}})()}}setReplayTime(i){this.contest.setReplayTime(i)}}const IP="Board - XCPCIO",oN="Balloon - XCPCIO",lN="Countdown - XCPCIO",NP=(...t)=>{const i=Ds().proxy.$props,s=Object.create(null);for(const a of t)if(typeof a=="string")s[a]=dw(i,a,void 0,{eventName:`update:${a}`,passive:!0});else{const[r,e=r,d=`update:${r}`,y={}]=a;s[r]=dw(i,e,void 0,{eventName:d,passive:!0,...y})}return s},MP={relative:""},LP=Ht("span",{"i-carbon-close":"",ma:"",block:"","aria-hidden":"true"},null,-1),BP=[LP],UP=ls({__name:"SearchInput",props:{modelValue:null},emits:["update:modelValue"],setup(t,{expose:i}){const{modelValue:s}=NP("modelValue"),a=nr(),r={mounted:y=>y.focus()};function e(){var y;s.value=null,(y=a.value)==null||y.focus()}function d(){var y;(y=a.value)==null||y.focus()}return i({focus:d}),(y,w)=>{var F;return fn(),Vn("div",MP,[HD(Ht("input",j2({ref_key:"inputEl",ref:a,"onUpdate:modelValue":w[0]||(w[0]=C=>Mn(s)?s.value=C:null),type:"text"},y.$attrs,{p:"x-4 y-2",text:"left",bg:"transparent",autocomplete:"off",w:"full",border:"~ rounded gray-300 dark:gray-500",outline:"none active:none","aria-label":"Search",placeholder:"Search..."}),null,16),[[Mp,gr(s)],[r]]),(F=gr(s))!=null&&F.length?(fn(),Vn("button",{key:0,absolute:"",flex:"","right-2":"","w-10":"","top-2":"","bottom-2":"","text-xl":"",op30:"","hover:op90":"","aria-label":"Clear search",onClick:w[1]||(w[1]=C=>e())},BP)):ro("",!0)])}}}),$P={},HP={class:"color-gray-700 dark:color-gray-200"},WP=Ht("svg",{stroke:"currentColor",fill:"currentColor",strokeWidth:"0",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"1161",width:"30",height:"30"},[Ht("path",{d:"M837.9904 570.0608H124.5696a29.0304 29.0304 0 0 1-29.0304-29.0304V482.9696a29.0304 29.0304 0 0 1 29.0304-29.0304h713.4208z",fill:"currentColor","p-id":"1162"}),Ht("path",{d:"M561.3056 808.96l-40.96-40.96a28.928 28.928 0 0 1 0-40.96l215.04-215.04-215.04-215.04a28.9792 28.9792 0 0 1 0-40.96l40.96-40.96a28.9792 28.9792 0 0 1 40.96 0l296.96 296.96-296.96 296.96a28.9792 28.9792 0 0 1-40.96 0z",fill:"currentColor","p-id":"1163"})],-1),zP=[WP];function jP(t,i){return fn(),Vn("div",HP,zP)}const VP=Gd($P,[["render",jP]]),GP=ls({__name:"Progress",props:{width:null,state:null,needScroll:{type:Boolean},rank:null,rankOptions:null,elapsedTime:null},emits:["update:rank-options"],setup(t,{emit:i}){const s=t,a=gn({get(){return s.rankOptions},set(G){i("update:rank-options",G)}}),r=gn(()=>{switch(s.state){case hl.PENDING:return"am-progress-bar-secondary";case hl.RUNNING:return"am-progress-bar-success";case hl.FROZEN:return"am-progress-bar-danger";case hl.FINISHED:return"am-progress-bar-primary"}}),e=nr(!1),d=nr(!1),y=nr(0),w=nr(s.width),F=nr(0),C=S6("progress-ratio",-1,{transform:Number}),S=nr(null),R=nr(null),L=nr(null),B=nr(null),I=nr(null);function z(G){d.value=!0;const j=G.clientX-L.value.offsetLeft,Z=ne=>{var Me,Ae;if(!d.value)return;e.value=!0;let ae=ne.clientX-j;ae=Math.max(ae,0),ae=Math.min(ae,S.value.offsetWidth-L.value.offsetWidth);const ue=S.value.offsetWidth*Number.parseInt((Me=R.value.style)==null?void 0:Me.width)*.01;ae>=ue&&(ae=ue,e.value=!1);let Ee=0;ae>0&&(Ee=Math.round((ae+L.value.offsetWidth)/S.value.offsetWidth*1e4)),Ee>1e4&&(Ee=1e4),Ee===1e4&&(e.value=!1),(Ae=window.getSelection())==null||Ae.removeAllRanges(),y.value=Ee,F.value=ae,w.value=Ee*.01},ie=()=>{var ne,ae;document.removeEventListener("mouseup",ie),document.removeEventListener("mousemove",Z),d.value=!1,e.value===!0?(C.value=y.value,(ne=a.value)==null||ne.setWidth(y.value,s.rank.contest)):(C.value=void 0,(ae=a.value)==null||ae.disableFilterSubmissionByTimestamp())};document.addEventListener("mousemove",Z),document.addEventListener("mouseup",ie)}function W(){const G=s.rank.contest.getStartTime(),j=s.rank.contest.getEndTime(),Z=j.unix()-G.unix(),ie=Math.floor(Z*w.value*.01),ne=la(),ae=Math.max(0,Math.min(ne.unix(),j.unix())-G.unix());return Vm(Math.min(ie,ae))}function K(){return e.value===!0?W():s.elapsedTime}function oe(){return e.value===!0?`${Math.max(0,F.value)}px`:`max(calc(0%), min(calc(${s.width}%), calc(100% - 10px)))`}return bl(()=>{var G,j;s.needScroll===!0&&(S.value.onmouseenter=()=>{B.value.classList.add("in")},S.value.onmouseleave=()=>{B.value.classList.remove("in")}),C.value!==-1?(e.value=!0,y.value=Math.max(0,Math.min(1e4,C.value)),w.value=y.value*.01,F.value=w.value*.01*S.value.offsetWidth-L.value.offsetWidth,(G=a.value)==null||G.setWidth(C.value,s.rank.contest)):(j=a.value)==null||j.disableFilterSubmissionByTimestamp()}),oh(()=>{}),(G,j)=>(fn(),Vn("div",{ref_key:"scroll",ref:S,class:"am-progress am-progress-striped am-active","w-full":"",style:{position:"relative"}},[Ht("div",{ref_key:"mask",ref:R,class:fa(["am-progress-bar",[gr(r)]]),style:pl({width:`${s.width}%`})},[s.needScroll?(fn(),Vn(Ri,{key:0},[Ht("div",{ref_key:"tooltip",ref:B,class:"tooltip tooltip-top",style:pl({marginLeft:"-32px",bottom:"22px",left:oe()})},[Ht("div",{ref_key:"tooltipInner",ref:I,class:"tooltip-inner"},Ji(K()),513)],4),Ht("div",{ref_key:"bar",ref:L,class:fa(["am-progress-bar am-progress-cursor am-progress-scroll-size z-999",[gr(r)]]),style:pl({left:oe()}),onMousedown:z},null,38)],64)):ro("",!0)],6)],512))}});const YP=Gd(GP,[["__scopeId","data-v-20f092d3"]]),qP={flex:"","flex-row":"","items-center":"","justify-center":""},KP={key:0,"ml-2":""},QP={key:1,"ml-2":""},XP=ls({__name:"ContestStateBadge",props:{state:null,pendingTime:null,pausedTime:null},setup(t){const i=t;return(s,a)=>(fn(),Vn("div",qP,[Ht("div",{class:fa(["label",i.state])},null,2),Ht("div",null,Ji(i.state),1),i.pendingTime&&i.state===gr(hl).PENDING?(fn(),Vn("div",KP,Ji(i.pendingTime),1)):ro("",!0),i.pausedTime&&i.state===gr(hl).PAUSED?(fn(),Vn("div",QP,Ji(i.pausedTime),1)):ro("",!0)]))}});const JP=Gd(XP,[["__scopeId","data-v-68586c4d"]]);function ZP(){const t={};return t.base64=String.raw`
257
257
  iVBORw0KGgoAAAANSUhEUgAAAYYAAAFqCAMAAAAp2A0uAAACNFBMVEUAAABQd7NfgsBfgsBfgsBfgsCYLiIFRHNfgsCYLiLsuUFfgsAjVoqYLiKYLiKpTCiYLiIFRHPsuUFfgsCYLiIFRHPsuUEFRHMFRHMFRHPsuUEFRHMFRHPsuUGYLiJfgsAFRHMFRHMFRHNfgsBfgsDsuUEFRHNfgsBfgsBfgsAFRHPsuUGYLiKYLiKYLiJfgsCYLiKYLiJfgsAFRHOYLiIFRHNfgsAFRHNfgsAFRHOYLiJfgsCYLiKYLiKYLiIFRHMFRHMFRHMFRHMFRHOYLiJfgsDsuUEFRHNfgsCYLiLsuUEFRHNfgsDsuUHsuUFfgsAFRHNfgsCYLiIFRHPsuUEFRHMFRHPsuUEFRHOYLiIFRHOYLiIFRHNfgsCYLiLsuUFfgsDsuUEFRHOYLiJfgsCYLiIFRHOYLiKYLiIFRHMFRHOYLiKYLiIFRHOYLiLsuUEFRHNfgsBfgsCYLiJfgsAFRHPsuUGYLiIFRHNfgsCYLiJfgsCYLiJfgsDsuUHsuUEFRHMFRHNfgsAFRHNfgsBfgsBfgsAFRHPsuUFfgsDsuUHsuUEFRHMFRHPsuUGYLiLsuUFfgsCYLiLsuUEFRHOYLiJfgsDsuUHsuUGYLiKYLiJfgsBfgsDsuUHsuUFfgsBfgsBfgsBfgsBfgsBfgsDsuUHsuUHsuUHsuUGYLiJfgsCYLiJfgsDsuUHsuUFfgsDsuUHsuUFfgsBfgsDsuUFfgsAFRHNfgsBfgsCYLiLsuUEFRHO2wI4EAAAAuHRSTlMABAv98zX++OnoHBUH7hsDFgzo9/rL8XsU3V8o5cv0jE6WRMavBR7vhHUh+K+V2N/fLBgaB+7lxG5kJg7RwbagVS9cO8oaDdXNqmLivJA9q+nYX0ktrKb8jonYkINUEQnTinVUTAr0dEHSiYFoNx8Tz7aaRyMQozixfExGMjD14JuTkGljHxC97cHArD62e3pqKA3Zb28rKNO6ook3IrWglWhZOqOCWDIXml8iqZpyP09HQjw4p2ylG/gsHwAAJuVJREFUeNrs3LFr20AUBvA3CVSQ5UF0qzdPrYUNnkTsyUsC7WAKJQRSigk2JHgx1BBCu4YMTXExNP4D0gSTTl2+++sqpdCmtKTS3VMo8vebM91H7u7de7IQERERERERERERERERERERERHdFU7G17048AB4QdxbjSddoYc1HQ7wp3iZhEIPZRTgF8/zcMc5g3gYrZ8h9M9nnWQ9XSed2bgf4YeoVxcq2zJCJloNa/K7+qjl49Z2TahM6zYyWyP5u5NeA5mlUHmWyAy6co9DZBr7QiW5QCpO5H6Lc6SioVAZuj2kxvJvyQCpQ6ESZGsbJJLLLlK7Quq2APiSV8djDmXYBhB3JbdaxH1J3zGAthQxzXKYCSlaAIi6UkjNA6KFkJ5nAI6loElW6AmpOQGwZ3GecFtSFQNYSHEBEAgpqQM4EgvHfF5S1AN8seIDsZDaP0PL/lDpCGnVDAdipRsBPSENfYelvAYaHBVQ4XLOLgCPrQetouFEbPkAOw9aLTenW9aFkLtrp0tnKwuRVFqfLbE2vL1mkbMtp919DoDzMgp8YO5W+yVCzhpO69i9vWeRMw9eIvYYg1oMa7EWMob/IYZ9Pu7piJzOhg6AqZCzAOi4Pc9yLkBB26mhPGYVrWMALJ3GzNpCKsMxK6cQW0Lu9pye9nzOyOg4ctndQ7Z9lMxdXoWGm9UEDZvNppQEwMjhaPBlc1y+O31fVg4xsCd2Dhqb9ZXDjjGPy4rh0H4iOJvq3qSjocwYssPBNsENqxrKjKFuPyGDrObYIGXGILHtrjQBMJFqujx7nTuGnZsrcTcDIrGxquxgffOpMS/yxhC+Mua5Th90LMWFFZ6rf2LMp7wxfDFpZkqfRIdSWKvCvYZ0wc23fDFkkX3Wmp+cS2FBlSf20hje5ovhpTHmo9asUtvmtupV97eVvhpj8sVwk/2liqHFl6ALVPpTnytjzE2uGIwxH0RHo/iS7lZ8Xu/MmNM8MbxJY3gkOrIKYFx4FqAvFfadvbt7TSqM4wD+7YVIoU6Y7ELYbkoqXOViRFTblUhFDRoDGVESKxosklosiJp3YQ42S0J7cUEwXcRW0i48v7+ucx6to+d5ztHjk2576nMRUeiF3+Pze95NEVG1gxgCRIOQZi3fDHm+6kTdymDKEw20j6HCfRlkZzTGvNVn/QGUViaiqbYxZIjS4Ejd1zDvaZdYEIoLEC21i6HE9VYl+TwMxkaNkn5A5frMLHPtDR/DBtdySXrmoQP6XrHLlPwhpyJ91z2GOBGtQWB9E11a6bg83NLVOg4d56bm+EddHMMaEa2DV5Joqs50eJHMtGqFIU1Eq+BwDT8fQ4aVD041QURldEfzddT9eaAbvkEhhQgRDWrCfAJuMZSJqCScF5SZ+j4yxOcgTuEZlBIOENFACgw/KOBjsGLKgJMjyfmNkQN8DvyAQcUT6Xky+EVfh6JzDCnhQsMGGaqQ8c3M4bTrcXTDDJSjLRFRYgIGewkuOcaQJQrALkuGCuR8C7r1gt5GdWWXn2+QIQSbBNGaUwx+QQUIF83mrQRZI4fM8cMjiEya35VDz1/MP59X8KDVXTJsCsLhYnBeklhfJKK0Bimj90eBtz6HJ/7IuN7sqnLHoUPEL7kVWDTiGPgVCT8ZipDx7swBU2zl4mX2KfNLQ3YPoZgtMgxyTX1evJU4x9WAaoLlKGE8qP8xxP70zbaE4NNbKVmqS4tmDnH7SnPVqXNVlBku8N6e0QU+vEXdo5Wo3hA7PfnsCICLD5RcA9UCRBRIwRJeDOQcMssuVuwzgbQGCWNG7R2Kzc3MPLwViw5ZQUwC0Eau6swB3/AsLCNqHj4sEtFiSw4uoaHJKhl+yF56GLPe/MV7vWGI/W9QZy4fRrM7QTUvLbEGEJ4Myg8XjJocbEn2/gtfvVkCM6PXRae15hgU3SzGDyDai7Phgh9SovbVg9lxnXlkbetrGHt3EXUzu75R8ueSEFn2PCeUypDjWmhp2csM9/wdMKNHLs4F9brx5m19UZ/ecHVy5OKLr6wh29WyFMlBpEqGVXRsnc3QigPKU8JLbdAPBKOx2Jlg8ID+x2zz98WHb2O6ZffPaiTJEFiDQIUMU+hUwGm4MMUqRrbzfRY20flYy9LOo/rm7Tuzw7rlOXa1QpZMizkNnEKGNtExLSMcLmytkmlgWUOHZsd0S2x6BKO20dmZP1cbzs4NX/Yd8sWmd/+ht0KemHISdvENeJBaBsefrYewBk/mp8djsfHTDy/CdNV24HlExUEza7pNkVyP3phyYUh4a1TpYTQb2/UdI7GpLHE1QhKrCcy1OKTMcAdPnil7tGeiHkRE7sHla0Jm+W/s8D5063Sz6aCyB91QyhMTSkKef9CqCZLmdZ7SvwOaKpIpsglJqTQx18KQN66LKH0/RmVVvkag8rsmJAF5o+PDjLn+8364mWIbY1psNWrEBLqUFNYEec/V25Hkys9tk/EmzQZr4MkfeljBv8SoEXmJVwtrgrwhFVfY3G2to3vVJHrh6//76HeCWbZF479tNmpOgOO/7fZg9y/uqGA0+I/1WXeoFV3/t67T26EuK7ktbNe5o///rfqd4BnLQcN/0uRnvYf+/4DPdhsZMvTl9uEvx88e/GuunDyHjvnXBgOmgQKAGwEHORiyAaGBLQAL7K/ppR/o3ORw1NeRcdw3YO6Qz9n7dxrkfH9d+9vOfkRH7qbptwkzBhJbhmGQONYrs/RbdgudmB/TO2SddZjRXV1+iO5dOl7riXto60eELGUAyyS0CSA8SE4KAIpkWYqjnTvDujdzMB326a6iI+jSm1qvPEEbC9wTXyYR1tCkyVEYwAA1W4e7i7pnZ0Yb28bczaArL2u9cx2uVqnFAoAtEphqk0ICBts/Ff5yClZf6YPu7gG6sOdorYdOwsUatcoCKBBncaq+cdvZquCFA0k4ux/Uu/KO2+8q8gzena311CeIiR78PIA42WVKMFRX0+Qox06/2Qy67qPv0umOcrgPr37WeusmHOXJJgLWxLdKpNCgbQYiJDQFYInsKi478ro2ptWn+1xNw6v9tR67DQcTxCkIWqpEZtXqf8ZLd0VJJFlHyS7jcrane1GYHuqujuywL0Ot9hoO0sTZAJAi3sBq047UUmgpQS2WYEjwhXvdcY5IxuVRGB60qSHenKz12gmIxSPEiWjsXK7QYKgQRkNygeuchoiXc1zmlxJr3196D2+u13ruEoT8ROLnd4HEEtl1mDR/llqkYciIkoNYTJdzGSa3MXgQ3pyvSZAaS084DZY1Eln8EQezHCCbMoD1BAnIlwax923fBt4crfXcBQiFHMdhS8RZmABTWYiQXRGOU1EQO6TLWoHh29+r0ftqPXfKPQb+yS5Rq/QNMMlqngSqrK73Lwbr7OGMsjEU7aPrRL5gHV0XWYDhbr9jOKDBcEbVGCgEINyUwl3NGjPk0g5jBj/1OYbGHgFtSNUYMrA3S+mNchwNqfJGgJol/DAUpWKQmF6aUzUG2oBhk1rlN6fiaPDfsNUS5KjPMTCH2VupGgNV6uWBUyxrMCUzrU0YSrQtMVxlVVrZGMjv9IQvwzARaV37RCrRvxj4+Wx1Y0iHIVyGK9uaq8wUDOE0bVMM4zBMKhsDBeIw+NPUjO3b0DZa13qAeIAkYpDzll0moGwMv9cYcgmy3GhdoohMgWuR+h3DMAxRdWOgyI/GtSQtMSQD1gxTGKZqhLYxhkMagEmFYyDa0GDScommGBaJSYSsgXW/Y+A/bKVjIKo/8FqEjyESh2krQtscwwoM0T7FcOLxk8/H+h8DRUIwBAQxaAAqAaLtjiEKw1gfYjh64eleMOdu7+9zDPVLuZf4GNL19mj7Y9A1AB96HsPje2h2qt8x0DqwycewACC/I2I4AmCuxzHcfAqbp/v7HEMBmOBjuAaAdkQMjwA87E0M/Mf38+TjJ29gelVzse/8+aN/OYYKoPExFIDUzonhF3v3+ppUGMBx/KeuYVktOtG72gsNHV2sEYeR1TvDwAojiIiV0aKgKDQpzC4gc3SBaAV2cV1cV0b3iH7ur+tc1JN2zHk8j3NxPq9io4J9p895Hp/znMNCM+Sg+R6XqZHHoShQIwWGXyVpCE8WfS6oIoWZrGxbhq8ANv+VAcDz/skg9NUwC9VcmIaS9hWSr25A5UtTl55Go+hIzJ4M9wGsbc5wG8D7/siwBsBZgRkCUIyGTd5e/CnUzVLhh5loSrIhwz0AT5ozPALwrj8yDAHYKjADFNMeNnmNJhPkd+hWzqbvxPw/R6ZR5cp3n+ERgLvNGTYAONUXGbZD8VRchmEAbk/rHXi5eNI/A8XHKFTRgMwaKZEuQOPLW8xgAHCvOcM9tU1fZNBm0bvFZfgOIN1yz9GPZOM+sEyATWJz0Ez7u8xwEnjbnOE+gJt9keEEFBvFZYgC8PJvMSiy1HmmaiOEmfGVUI15uspwBPjanOEbgPl+yKCtsO4QuLTnBkAzLiDJmvw/t8FKr6HyzXaT4Svw3MigX7teAh73RYZnUGwRmCHSKkMWcmMUxNhSzAfF9y9dZPgMDB3RfACGHmt/AvC1LzLs1M/5EZdhusWbEuVg05WTn/9SBhBlyXqGAzB1vx8y7NefqCswwziAX2xrEln+m9+NAplwW81wD6Y+9UOGXfoyt8AMLwEU2dZwhm3dUDJQiljMsAGm7vZBhmMwBmiR07cQ2wn42d4NL8mBglkG6/ogwxkononM4Am5ALhitMN3BEjKK/+zDOf0u9wFZki4oPEFaYOcPhOM/V8Z9kK1W2CGMjTFsIc2ZUBKHc8tZdhg6vZiZ9hm3F8tKMMNqL7EaJMcFEHS47aSAabuLWIG48d8ZlBYhgGfvlRH2+Rq91+P/z8Zdhj3ggrJILmr69c2Z0CMDFvKsM/EyReLm+Fy9bxiYRly9t8sPV7f1TFlIcNmU0cXNcPh6iHqwjKk9QoCMsyQXPZ/XCnpFU6sE5chAyBNERmiJHMWMqw3tXkRMxyuPZ1PWAYZQIRCMmTUidx/MEQPXoVqaFVFXIZhAGkRGfRRf3rpZxhcbZz3ICxDCEBeTIZXJJf+Beu2NUYFcRniIg66moPKSwaW/Cx6CzSrN1aEZqAbQJH2mqxdr04v9TWls8YTi8VmGINiKmx/BomUlvjS3saL0ByuCM/AGajmJJszJNUXg6UM3w6aWYRZ9PEh42gy4RmkIjQh2b4M+rD/EZYy7IOZK73OsPwyNCf2VERmMHyBbiIs2ZVBrZDAEs4wuB/GsNCbDMbW4EguSRuUD5EccFvMcOCUmSc9zbB8NXTPKsIzGDx5VHlpA21zfgxL97PoC9Dt2FbpSQZDKGLfGt8YhtV/calm2A/jOXzCMgRpSoIiR1vM6rMGNxp9ne/ArStVT+zIsHzhg8K2E9BdXNfhcRodif1j5kt7ZPSZeQCNjsx34B6qTs134DbM7V7woLALVVsGKx1BZ9I0BfsWlzxQfCFlwKCfnLpwLyxluAJzeysLsvsyqi5stLBjoBOzNFO28RyHZO0hEWi0afP8wt19fER3pZMMB2Hu8IIinEbVjt2dz/XQGRdNeHwA3tAeWe2/8ZIzJtf+Qh29hBbajwnLd6DqzFNLB491KMu/DQBwBWkPvbasDtWNhuYFe4FWjrXbC3YRNc/WWdrF1Cl3i43EBdqjjNqrYdbkQwORNm9CKyf++Uo4ZkQ4v87i/pmO5cwPNy/RFgnoGQaMDQGG9fMi3Udrl1v/Ip9FzZnDlu8CsuAVm/kAJGiHgZXQREjCYFyzinMFrbRelhjcY0y7hi5Yf66AJSE2sW3S4HUbI5AXPe1wD620XK/efu0E6o5b/ohuDyyaZaMpm54oEHCjSmpxmMDjtfNivEU7F5pmaud3oG7N1nUVq47DuoBksge7S4kJ1Lxu/ailAyIGiCfv0d6ZPYP1BnuvwrBjf8Wy3dfRlTHZU8NDADL0dOVjoXHJREYrD24ftXW2cPTFJSzM0PmNg4qnu2DYeXZjZdCidc9OoGtu32hN3O/3Z3xdiOBPc/pncC1dWmGjD5vQgYdrVp/BnxVWX7y42pKLqx/CZjmS0iRUNwroWpAMwtG5Q1SFY2EyjG7p+wEcFqRYNwlTGe/UwhdxA3BY8iXIKglmch7SP4r29P0ADquKk6FSqEQy2XpF8NAytPGTpHcKju74SabQxHeHNbEfbrSW0W5Nj8LRLVn9WZu9FMofqUu3DDFMfW+Mo2vuoIcMzqFu2EtFMAP4RqiTD702+YtvBqhIrYTDBr4EFeHs90J0OjcSp6YEXTlGnedOaLzoQtVoLqR/Q5qDwyZxNvL4fagrHPLSEL4TvxOrf0H6CYd9pr0mC6eG0Tc0NQKHvYolvYT31esIFJkbo/hTZkIbCQzJMWfiLMZoIQqVK5ugKj6OBpGZuZFSPl8aKU8U4RDsO+uSETgWxxgV4Xz2jaRtpXEsilGSwz6oijIpu+BYBAky9OcS9g84ei8iMYG6G2QKjt5xQ+fz8CcMzsdqvTMa95L0Blx6hlRDhjAcPTHGmtfASomS689vleDohbK6bDc+M5nUb9zJk/IUdEXSMwpHLwxQ8kE1q4/HYdKThcIXJ5mGoxcmjaeWBEgXMCVT4Q0HqfgFhzAz+ZjXm3z1BYoUJVRN6LcTul6ySp6EQ5gSq1IAAkaGfP2u2pGk7JXjE3CIkyUZyw/f0e9bG6/PmnMNn0k7ixiCJaqXQitTJICgh/HxTLHsJ+msX4s28TGRTC+DIsgyNMvIKLBMYpXHeRcS7Y1xw6DMFDRj+ljgvjOgNgg6q0fCTbIqqu2zi/1m7/xf2zaiAP6UZtNgGkF4RjYyVHKGkxq2QDzXzfKDv624kMIcgk0WvFG8YkjA4G4zpNsCSbPOBBLGIAzGBu22/jQKg411Ke+fm9472ScpTpN0ThZn/vzgpj7pJN1HunenO0t3Z1//wwkOO8Bo8w9vzo+CwdnzlmfesHbd8zP1EefJfd/LGx6LHtojGHHOLMpHpTM3H8KI/4C7joid82yQKooC582Eb5tJo1qtt/vtGH/+P4JhGjEOPpKWZcKp2LUsHaDYwDU4EVuebRajyIR18LOOWARARDiKSAwz4MOydmE4iR3SUEeswakoISYBniFm4EQsy20uYY+Ah4qrQYWjMIOOFMQSDCeHNewjGnAqwqwBrDk4tYY0ojqn6QYirp1WA5j7kaCGMAwnQkPcsiBfySxrAEubiFWL6urtUjlc4MO1cjpkq7Br5TTNzlRTQDQ7sVjHAtCsKOJ2DnTLyoODnl0o7xW5estZSTAye6LM29VYObzv12AgqhwWLPfMTlRjsYp5SIO5V466miLr5VYzkrNSzoYtzmZ/tRy1dYB8DjFqRcSeZ5ZgsDz8cWdmKhR6bfH2/dkj4vqTycWZxcm/PoJ+KDfuLTrrT83sPP7pKA0LiOtImEoaiTzVvES0zYUVV3GVznoDiQIXE7OipZCBvKOPK34mrHA1ZXN2Vb7ImEbSq6GMWAems9fRATaRqQQ0ZJFQaaUcEnuIFkScrTvWY8jMgY3EEmgLSPybC8N9cYBkwzed/t6G/4kzr9FwXEhOtf8ZgnzjexTQzN3+GihOlkuI2IF15++FcJISypk0Yos1pOmQM1SMpYbzwZV6Y71CxRjJON+EW1RVZwHqpCaMHCe20aHkLIMTQLL2KiuIJY8GreGv3ecQcbWFiPs+DXEqVNo7nYoe06uIrIEzc4y0Kh1EhP0MYiPTpIMphxvO5v6lhre8gw4B7vt+STUDyqIvOTR7zGOa7ihHaKgAFBFX+Bw2OP5FRd29Sxowk4uThjJAgsujghgBugK2ODYkwNVQRswBRFRKJg1J/qoIOVQpdKi4MCE16Kqv6teQVuaw7dOg8p824jZlGaYFpYaSGhPhKQXAiU06Ct7zyKA03Dk4xFOfBm08mP5r4CFNQabG+mpQdS6VqAjRXD3sizqgBobbAsmI6gjpAPW2DmBWuhqSroaIY2oCAKqUsM1iYI9rClo+ZWBQQwMkece2u50lj4aE2HyKrswO4i5FF6lBb2ugkLkUhegW739OVI75AWmYPBDcejw9/eS6/1cjVz1vUd/59OqTxW7F9N3hRzRdfzQ9/emtA8HtE2loYZcsaVjj4hFlwGc65KjGwqAGi09I1hcmDWuiB7BEUTaGhE+Dv1IqIi67gXvbo6GJPWh3U1R7SQ2wVlIRPRps7JIbjIanB+K/88C8Iq6NkCI1EFM3ur81vHLAjMlRa+aOG5nn3TuHd0+ooRxl1qhYakENdQrfnVpQQ849oa2ABi7LWMZI+zQoXOcxRq2m7woNlPczvwY1Kuhq2JYaMk7q6mbHpyEWZZYGouHz3t1W/9Vxw6dhBhj2JF+UxVwJRpr74to5iYYst2GYfhqUNMeDfFBDEjHmdpSzPg1VUaH5NHDSQrc+QvrYc7/NSQ2U5wq4dPjKgk2pQWxwXWqo85aYgWgYdwtdMiaqHa+GEHj4qTtawTyRTzv0xxrtBBry4oq3Y+VCPw1aGqMsKBiiG6xkwvkn79PQcUO6X0MbRcm3y4hV/l8CqNhRlxroA00AKx2zocDe8jJE66I5jFJDUdSLlVgsMQgNfwZPdn4kEvHQo+Fun0fOTHs0hjTwMCsG916ooYAYqyaopbGapSaqdtTVsFyoImvoIGYqrEG0/CvZMp3AwathvbCGAQ3cI1BLK8hhnxLUatVRaINXQ46+rqgkWEcHJ3fv1dDYflZiDUDLmWLPw4hpZRAaRGTYAEbO5Hb4U2oYBz+cfgeIjw6IJ32eyX7vhRoSovuWV5FQ8xDUwEW2hUSYQ0Gh233L8kJMOuHVYEFcxOc0NnSpgRMF6TzIlUua1IBAngnOzExz901qCPNedugLiCHlHGmIHHUYhIYDeTJLxkMOX0sNv4FE1jpAzEiNkh9p/VsgqdmbJn1uaQDalk3FbXZKpSSAVlFVtQoOS/amxaGTl4UtO6s7qzipc2DbWWo1hUslSNl2gaNzTFUbrG1306b15uzNPEC8oapZMGx7F3K2bUIXs6U6yxsgyJVVNT0HYq0kQNbeAodCWlVXTXcRu6ZzS0m3bYPUqWo0mbDtfbrRUWo1AYD23B5MbPg12Lpk5gmNNfQdH53uvShrLNTvatE4AzgZijbxwlQ4Aq1/iqYcsbiuHbOy/LpZr8dlp0Am9dm3wWi4Jl8heYrnkWz0wvos10+X7fkA1E+rzdlcL54hUsMj2Qc4WsNU/wwecHNXCLlcaFGUcUJydhruybbp0Rpm+mfwV6+hdfmmltVUh5UmnClSww5XOsdo2IEgHBGe9hpKv8PlQ9c1CHDGGqaO0fBW/3dmPep1MX6FEf+FBnE74+QaastMLa7D2bFkmHA8KWOBuiK5C/AArkBsCB2jYbL/22l+7o00fHn8IGiXJJwVFvfFj6OALmV4AUYsXYCjeFaOFQaoQd4ROkbDaxDgd9Fv6LWUvj65hhicFe0GrsNx5NEhHVbxxdMr1hDnjnYkE8+23/DkA4cvZb9BAz8PhLxev+Fv8PMLrf/Ar6E4MaEsoewQtYFImL28FbMNHnTu1CVN3fOVJvtR3kx0BQLovT8of4miIi6YdOmoiAl3idThNWuIBQjuYMqMdOf2DPpq2DjoU+t8w2X7+9G96JleM1YL9avVbsuuudTg3s2ZA2N1RanxOHsNHcIsRrMRMWOWVg2AaKuaWsAU6Fm+fpYAoNpq5WmIOZVYFQWph1vZYgNxXSumnRUjAKmV1jpApbWSoqzWSE2kg4i21SrFQdDszVRyUtZ688jqpHylFdYzyEUcLdNIuS6GrbGT6tVmaQuUTMxJjOoD1QCiGOf9dU7wDus18KGJhpIs8WDHQfbpAhrWaahlE7HOt4kXPONXYSTSfNsTkQ410ksvcDJTRibFA8xIrCARBXfAYJUyIRydUO5mmpOT1KrARPL5hIwUUccDoipyzAMybciiQOc1GUMR2UcGqEE+ZhW8TLEaGRuC3exbnqK/KS+nwI3wQGzIuzf+444GYoWcoJXfQ1TFaWfs7qHQwKSWHFeJhJMSFhrqW9yxrZMY0oCN7Q6fy2u0tNSAa/EOZ5qlJeMrKDVUaexbkkRHS55cbPNW1e2lGGIFzE1Ew1TitCbt4CqPcORTcYpt5jInDlADFyMzCwIZL37zangMEu6yyVbu4qHo8pAvltsBDaVwuIUOQBrUJoDmzmqI0hUSFmEv2tVAt2KXKhWqvrsamvy5xcoM1jDB53tcjO5LDc4iOm1IU1m+4tHQIYOSGmK2N4sMOSvHfbQboqv8DSygqlCqyQ3vMwjRsqDvaIHZLuOKTPXXMHcPfI3UP4JTBGZlep+WUo41LIuJKiV3XL9Dh0r181xXQxuISLFeVbsaIrzmLoDlaohCd0jO9mnIszuEiCrGPrNSw56/BPfEwqDS1cQuKJcFoYHzqhcKhSilluliye624Uw08MvyiNCGbAUR96UkZkfx/3DuenB6zA2/pUnop2GVot2mOAydy5cPvAVlbNAGlroa3FJipIYsYvN4DaarIUW1iYMhNWz5JzCHxcKwQv+KrZoeDQvYpQlFFBgD1yDH2pjrk59e/evOuJzfIjWwp8Un125cveWmh8a87SZm6s7fVz/tPR33m6CGoqbRwILUoPGYrjuqGwtcDW7jvbFtRtRTazj6arCokJlaOm1DxtVQRkwe0sB29gtMBEC3OkiYZ6QBfiIPfiYV343u6WD6+PcgUciDn9BDOKQBBFKDimm39bRMpVfwxgbRulV1svWyGjSV/55AqSHB57PDBE+ascWeRBBR66NhXdRZZrMJTaO+C9B0cjfOSgPMXu87Z09qgICHmdePfKC0jDTHaOCTbS/Spi5dhFtK9WYVAxqSoO29tAaokoBi2KMB1rltZFJQTotpq812ylmnCkENdd6pWKqdR1QVy1m+DVoFsUAajPZgNcjnKEluzUNQA3zvuWKufA1BNsa9l8orACfREEEXWw7TSw3ufAp0aL2kBrffoHo0KGXsUuSWk0DV/BoK9F0bYjIgNLpLUuKA+g2H3xOmbUxPhpzK5NaD32f7jr4przwa5zJ+1P9VGp9/fe81x9DM3x99DodJezVkqZlO5FX3IB20Nb7vibjV06Bzco5vO5T4wKucDc941cXtqRIlUo6W28aJejW06eTflCHaQa8is2CylSwSsQR4NKSpwuTWmr6KBO1tstGbQgIx1nCOSA3M2Bi8HKlEUtZTkURCB8FS3ZjrHZDzbYFbMslEEghtu/Ys5ayb0OhDoTUpGy2RaDtLJ1IA3e9pESVJ3/CWZBbgJNv+nxql5mq1/Sa4JOeM/V0geBWRi0MzXqT4WKwbBR2YeN3Yp3w4cVeBc0NqOGv49wMK6AtUYgOjgbg5wXVfCoab89KwK4cBBkcdXTIw5JyXBthHJp2EAZJFZlWHIefcNEBke3nLiMNgMevLy/UmDD2OhtHDiP97RhouBCMNF4KRhgvBSMOF4OrB6G0yF4D5mw6jJ6SPGDFixIgRI0aMGDFixIgRI0aMGHGJmd145YKy8b95Iv/8tSsHofELSujKweP/xUtCpq9MfjemKReVsZuP/g/vup68vgEXnJu3p+bhcrM4CUPAg4PL7eHH12AoeHqp3zq+MSxnmTL+C1xe/hqaFxjfvcxTTA7GYFgIXfiWxEvzx3UYGt66CpeVa7dhaJgeon09JdMfgOSXUOg0YfDj9199/hWchi/e+BD68O3zNz+D47kxFC3rf6/hKb1b8Xhk6b3x/ntwGj55/jb4ePedNwDgh+fPPxxp+Ie9s3ltIgjD+NOmhgabJpA9rweFWsjHpoQgaXZPEbrgpbmVohRqSaAhYFsolngRW/AUWlCoCqnWS4gg6MF5/jvnnXzVRQU/Ds3HD3Z3mJ0JYX5k39nN8O6AmeV7+AM8NoB/1GATmloZUw1/i8fCf9EgTDUMWW19m5XZ04P80nprFTjZa2F5LbN1AcPKt8xS5sklumT9CJPJOtDxnaiTNEY2vTo05WRZdtVFP+2UyhBy7VL6fP+oq6HiOpFiKq61JC36fu7Mb+ck1rSdaMSrmhZetpB0HPdoEjWsKHViUmVltpaUWsH9UOiTyqwnVGil+x6U/FZ+kHypaluM2lkckumSQ8qIFZk1NrgJbHCDlhMhawAWSSsdpScaYmnapVKEfIRX0TAjTm6R1o5uE6ZTSnfb+9ykrTvwcFI1nCr1BcBtdUdrUOoUQEatA5gz8fu9CqGHF+4AMduM236Y9aAGlsyApgGk6QJ4Q9GQZQTdkTa9ARgNsTB3AbGalZP0ALj0JlXDkroLzbFSouFeL1nQJW6pNcDY+DzQUAAqTEI4ZyqowcpBQ1tLYtiUXWlU4xFEnHTMDTVUjR057QG+KJQfiD2hGvT2GsK7yxmt4SaEvHqKJb0Jzy5vXtUQ5TaEBktBDR6EqA2kdIVQG4bo+puAhjbLEDqkaNiF5pHFCdXwTKkZ9NAa+lkQ9xYSwezFRkOOzEKI0Qlq2BxoOOcRhG6Iru+WLJIBDUUWIMTDRkNtsjXoQIyhhkT/vu5iNqG+/kTDDlmHsMP0QEOqqyE10OCyCmFf6g5JK5KsbQc0OPrThMWpBq3hVG9XLkowZNTyTKI3RXr940WpP5k5ojvQ4AY1JFmBUJY6spwDENTgsgGhQGuq4WRBqcdXQvQ7aGbluKU+QkioG1c1uNyFUOKGaBAnMTuoockIBF/XdcgzaJoBDRX66Na3pxpOcFetL5jMb89Fg0nbd6HywKkKHQB4oeaBqrfR11CgFZcIHaY+nNMzgTioIU4THKpkSspZ6cCAhjp5aMosTDWcABkV+tRKqNCqaJgLtZ7PdSdPLaVeXmSU+iyDx3L/YYZHJpvnpgL7ZNSz6Qc1YJssbrhMM2U6pDYiLNJqIxalZW7fzoAK6TZ9so0J13BzXpahzLxVmr1ViIbVvC6vH0N4GNLltQMAr2w3B7TTdWhq1NjVXoQgrf1tpwlU9E4oFaGpUtNsOLtAzO+2L5HAYZhWLh4p7khni2R4G5pNxxzOis4EahhwcDycsB4/WxlOnQ5m8RMKjUX0icfxc7LZGHo8ypr2OwjSaXSmj/aCGA3XiKmGa8Hy+GpYfvA7DepaaXg7vv9FX87j18x+eIFrxJO7GFtGaZ3Sa4wteyOzZP3FOC9iPRiVNayYe4gx5ml+BqPAnfGdJxnW1kbBw/P5UfiW/8KDxCmuOQuZEVpr+719O6gBGASCANjUSj+VgA0EIARnJ48HKOB1gRkPm2w22V0taslcmNoX/fQsrJ0gEqv/FU/Q6U3qAQAAAAAAAADgLAMC+fDleFjAMgAAAABJRU5ErkJggg==
258
258
  `,t}function eI(){const t={};return t.base64=String.raw`
259
259
  iVBORw0KGgoAAAANSUhEUgAAAL0AAAC9CAMAAADRCYwCAAAB41BMVEVHcEwau034r2WEe974tmmF5WgnwlPgv5Bz5WT7vHPxe1GRheFscds1Tc8sxlMlxU0/0FZQ3lf9tzxJ3VnyXTXzXjdT3138tTvyWDT5uHErxVQ/UdHxTyo8z1hGzlr9tjxhZ9nwQyHyeFFna9r5rWMauE9Y1mD0e1NPXtMXt0tQ22Atz079uUT9sS1+ed3zXDlL1FgtyFL9tznzcUrza0X9sy5MXdROX9TvOhtLVtbzYT38u184yFo1Tc5UYNb9vlNcZdY1z1Ni1GP9sCn9tzspSMpGWNJh22Ks6X31jGT0b0v5wolV0Gaiwidycdv9tzn0dU79vlE5T9AYt01q32X8v1BeZ9fzdFB6326M5XBDVdJaZNb8v1MPrEyBfNzwSSX8vFmz54R23W/2lG79tDSYi+D3yGXzfVj0e1SfUZxtctn52a2hleH7q0OT3on727bwy22r1DFSuKboztr7y3UwmKSroNv+sSYoR8rvMxYRsksoRcsTtEkRskn+sSQPsEsMrUzvNRclR8kPsU7xMRT/tCfxNhgVtUYJqU30NRcZuVIoSs71PyD/ty4yTtD2TSv/uTw9VdLvuR9wvi6hOXPKN0lfO6VBQrtMuzflMyvMvyLP3agpgLEgsHaZylH/0IGVjSRsRSpHAAAAd3RSTlMA2icvHg7+BxsTNhAf59q3szWEQZQjJFXiZOoz7ZfarYv4U0dF8K6X8LBRScBkbPl8yuhpqPrf/uVox3n59XY1zWLS19n3xGwqjvM2/v1Z9H6Y1D9Z/aHkjEibt9L2p8btV67cl5Czyrj26EjI5ub45K/0t49u/SxprvcAABVaSURBVHja7FtrT9taFiWEJBASEtSAAgTEo7xaiYCCeN2CKBJQYFQhWkFbRDvDVQW9d3Tnw3xJHFs2tuXEDyVCglbVSKP5qbP38bET3okdJSB1owKF5GR5n7XXXvvENDX9il/xK2oYbS0tXVa0tLQ9JeiB4PDJQTy+YEYifvB7KtgWeBLQW7pSSwnDUFRFVWX4UBRFNYzE0niw+dFjDwJ0RZUzEGdm4HeZDFxM4iD1/FFvQDAWN2RZMVGflX+BkGUjGXv+eLHPAnYbbQm2HRnZiJ8+Tvxtu4ky7HcE4E9uPT4FCvQsDakPYSf4leJs12NL/GzxOnYsXFnOlBcw5b/yJdXyuBhvyNcYIqtG0QzDUOUrlMqoxdNHxJ5g3MiUyhSQK8XkQSw2voUxHovNbhdBikroz+Ti7mPRzkAqXsaajHyW2B4f7tkp51XP8O5B4kwtiag89EjIH9hNlsCjJo53Nd9MbKC5a7dcT2Xj9FFwfzgp27QBPZxtvpMTzacJxeaPXBwPPAbOy6VqXFgavg9SW3CpKNtXOtR47gfjagl8MvXQw5vHF2yaKcXhRuv8kg0mYyxVYgKCXxQbfjzY4CZl63zGiFVWhi1fbO0xlhpaubtFC7w6FKuUxcO2wMpGIys3mKA1qMiVgyfwrUppIHcCMcXK/EKqmiSCyNInGrGGoU8NURDyUJXqsWs9U1kYbhhvLAIosSrpG5g1MpQ7S41hvo3gTN2umr3NJvXRr6UaV7KEN4nqdz+wVbSSP9sQs2xvvrHr5NzkgNJOTjaC+c1f6MurzlpOykq+0Qj0u1bqi1vOrv7AIl4DqBNwmfqS3sqJ+s8pw9QjZIa2nFZ90lphuGE1q8adGq22WYpePam35P+5TV9acc7aFB0U69+weuxtd26zUkWK/ku90acsxUk+d52BBqCnA1LmYMfxGi1LKnVqdZ5RLLF21metiJkbmDG26os+uF0LtbPRj9cZfbIWnaZh6Km/lOPNTxi96gr9OBWuuqO3PMp2LXJf3Hqy6DMZeeH5E8593buVhV5xV7X4XnQmU3/0tdGcxMLCwplad5dWG71vw1swtk5O6n0cWJteaw5pEHU2aTsW+npLdU2i7VQx34SVt3eeIHzL358la6LVvlZf5/HxWBRj7PhDt6+mxwzAzVAfDcJTe7YyanCQ53u/NuDx+DVNYzUMv6djbdNXG+TtoVDf4cZGeJ3GxsbhVKhn23z3OKMeuBstfN3d/R2aJDGSwPECBCcIPCtJR57ou263V9A+MrI/EQ6ndT2b1dMYuq4X1sMT3y7PVOUMPhKuqNM53Tt6JPA8x3A8w7IcD5/hO/giCUe9/S8/utGjt/vzBVFMp7Np/AcfWfO7tCj++H7xU1WBOqfOl9/s72XyvMQCbIbjGDaXY3Msy3A5lmPhu3xe+9u0U/jtU4dhHaBDzgloK8z/iHoW8MuK7PjNm9Z+vyZwDMPnWMaEz3HkE8vgXsBVAItGI5uO8IcOz3XMu5n4LPlnXwRugyjqiN/hmzeB7ogm8AzSBdPOwQ4AZuA8/EQi/OFwA3jJH+2seu3Q4J5uQaef6AZYP8Gvevr7ZSbhpN92jnkEnmNzABw/oGJ5IBDDMJLEcwIvIXQGNoZjBanjWWt1eV+ZWNfTNtisxfh02QWY/NfTFz8dnMN2zmg8wIU8Y/qFvMBommdyMhKZnJwc1VhQH7gSuDb4PVzX6NrH6khj5dsGK9qRzdq5J/i/X1YLP/DSg3nNcTxSnBc0f+/M2gcrwaD+HX6NFxjEz2MNCNrAs4oXH9nQTZ2hOAG5Xiicz2OcnxegGiinyIYg/Orul2jt1/ICpJVFenN5tjd6/A9fmbYHfG8+jPXCY5A4LOoPL0UqJE9gao4wvhTr86uLi4tTZiwurqxOLKfFsvyLP779Vg34iMazKCkCn8vlpVf9t9Li4/SAlodGQKoB+BN5WZFODs6nRUsaIbfre6sj3tCVh3i9fStzsAVZa4MAfuWV2z0pAeNB2lEdGf90510d9c3mANEgxsx+byXwp85NXhDGZAsTg+3tN7enKdA+NQeCaimpmP5W6U26m708ch61nZdGo8/ueVrA99ojMahKTI6pCP5IOGvro1iYGwzd+Ujv572Cbsm/mP32WyXwA5t+CXNOWqngef3gRiHLiDSBd5jpfqi9hs1ORBxNeN/7cE+gXUD8cVFB6QY++EELcwy2IkGLdlfAs6gmMKicwB8hem/pBr7OW50UEr8x8uDafdjSCP2z4o/LB2/zQ/DYXdGOSZ7NNxWVyfSoAI/PoURp/ffq/JxNhfT6PaQpo89cQcyatat//xl/4BbjZ68IeAbIIL16X2lzeOERSN+VAP59VPtk6UhaX16pbG3vasHuWxdq8SR4D/7WGWIAQEI4oaPy9tMEO8aiaWYloeNOsgVWlm0bFl6pdGkC32xrPy5lNXEyvHPHBbROgoDkOLRgVYFvenOs5dE04wRwZ/LfnltNSt/rq3xt7wZtbtB0fyqKOrQ9m+ppuxW8hG0fWo9UFXh46pjGg2aiIxp9fxeFiT+ANOrhvmrW9lrVIqYvVLwdVikml2Kx2DhGbJzWQncEbBmHE5QgvHpR7fzYLxFnwXFS9FZla98viJQ46yvVrT2yTJ0/6I5KbwBXDXoLuHHQTDnPY9thkfPVgscGDc/OoZMevfXJ3gnqyUR9pdq1BwvUtukXsmLe6kpuvicR7yLeBqcn0jeFKmljxmspj24HWDdzi7MIHFpSqW+0VzvKtH8Sqd+Ewr1yGz4e1HYheInJIXMk3hn4Jl8EpxgcVkY7b3MI1iQSHql+7VCYWiNI/rW/1FATXdAwsV6BtZwg9ToCD/5IwyYN3NGiN3+5X6CVd77iYOn2Q536HZCda+gXuroHJCLYMI044TzVnQ4BdQeKd+ZGj/aGral11etk7RFQW6JY6Uv56p+ZKAtBsCrAenhhsAcOMw/0nAZjDVMvK/g3b6be7LLi+Vdnpyf7lmp+SxpnMvlTGfOP3OShNXhZ6FLYYZ2DB+bPSAweoAja9HXe7tEX11dDztZeOTdTL57/51+/byeGhgwaxf8RVwm2UnLMeTOiEp6cwEr91yR/kLZZp6lHwTVnRbHwzz93doLBnt/N+Pt/BQEPmSBvUu97N+CbXhzhoQmXE159vCHYZAxMz4Wcrv1JN4+r9FVTcNtIvFkDzrM4i7CSx1XmoW495JiEzfufXbMqItX6FcdrvyWVgx6prF20RiU05zAI8oJb8Kg65PiH066OiG/nqT8Lh5yjnzepU47eF9WwwYM5Z11ynqAfyONYxrLCu1vzlp5rd7x2aIMeMeyFSt5KE3LkPEMS/H+9afL5fG4OtFvX8uBzYCfz/VfMwqJl6w+do0fiE/otfy3ztdjeuRyMRTm/Z2ZmZmDaTfJfI3qQfGGgfL4N/UFN1vqIi7U/FahsfbbBm4dhPOh8L7hzXhDyk27QvztizGPPK+i9f5gnA+Jyn4u1Bwtmvyt8LmUez8FA6Ds6wehAsxVYd+hxuoI6yne0XtNqAr+G6AP9GlgDCd9cEHpfNEVAezgYrF2jx7K9hj5MO82E1xV6sYQeaQOdUeIl0x5EMPdg712ih9TDKlfR94Vpp3WPHgLRtx5r6CoZFHqi8xHyfohb5hxJ+IYQcwt69Ciu0ROj87nJN+bn8OwDPDHV+YhEJjt3uZ/OYz54Jj9wS+6zNcl99vwrcp5ULBCd+vmIRFymK963rOUZJCN79USwdszB4jn/N6ENx+XQz9MxLoKZd1m10Gt5Dscr4YpTqA1zPuGBiiiK83/9v72r/0kjW8OoFCQoFZpo6I3FxGK6ikZJ0DSo+MFtTRQNXdmsvbpxN64/bJvtdu/HmIFhTphMZjJkyKi/mLa7/Vfv+55zBvEbGC/uJPckKv3I8MyZ933e5/044iO07Yp63s5BwWtpS7BrxwH6EBFRrEqlCc8lzqGF1xdOGHNx9s1CrVY9+oKqEoU46PnwuTYnVKH4vneiMWVIjTE9eXJJm1Nx6yxa+YPB0dGf//O7ImHBDJQs8rz9b2O0N3tNXtRKXr4HngO6Sb+o7yHWsmqSI/QM5q8+dFis99VtnhZSFYm2qkoO0ENuhbQlys/WLialts5ZdIr+W3i6CiTPsEWN4D2DXbSECW7btsp81KVAyIPs/vLze8lr2EdLQafgJQmLToA0FL5cz8Ai8DUFgabZHlwHxCr4zvSVvIildW/6HIEfxyaZRDsjT8cvsR3BNiEY/li7W/+shHxZ0qTQJd4a5TKtWBtxAv5JHPYX+5Pi1TTwNRYzsEf7bK1Nn43TJm+JXKml+TGzwGZbdbbPidkgPhH1WNeVWuMTHwGqxpS6PdPpHRBlFPcaMb6/IU4CZ045AU+xS0QJXS2UDoLpoE2JykBb81qvsftTQtH97ErjcGqOc2Ztyd+2zdPugoR6/roEfBpyXKyBy75wG1cfnEG+0cB0rm69J/iqSkvYxaP+NpPDibiCdUb5gs0HoukIXel0+nBDx2RF0shw6xsEuo8oOMyjkevK94vHtI5ZrNTetrP53p+6aC8TqFKnNh/wPj+MxRJblsmWZVk5DWux8H+M1tXCNtqNiAotfl27Hzef6cyFl2241E8+BKZhGjj/xBNYf57IJk1TVct8CfB1cqYj6aBltWo7409xWAfb1OTxtV4z9XdeAq/Otiw0IRmh24rdhfnP/4weFlKqjVwQBPt7TkPbBeV558DBFY9XMKGFO9d915f/g0tVXtSptlrUYXUbSYEwq89//vDVMgWKFr6Ec/CCoJ7qSNiiIhsDvS2RJU6aYhwhysr10cI/tVDh0za171qCj3MQbIaS6Bufv1p8x9mqmw6+/qQRjDhAHcZY8/DXxrB5gaH6svy4wPlsBhA89/iHYCvgFUzYMIfVN34rCDb0+t7z1/CHco4Q2rxBwdAs6/+4YtBWKRgOid/cNhp9UWXjrkeVuear+GGwSWRKEcCfFUzbSuh2c3e1HRf+4lSnKZZMZGO4OfhrK4Yu0qqWfPuICJvNocTTvxlsNooYBKc+wG700xOKUKhvehl8lzMm9WJBQN5RsH+lNDknN0iLESgSgBZu9xba9WRrrinjCYx/Q4dXsVTDwQsCvwFBNa1E7HxlLVNF09epYABMyuPxu7Z/bfsxgeit4XQRufN239bskbTKcROuGx7wyQrNNaVG8GzXsxBgGw8EZdKTB1sMPs6rYx7gG76dOcMrPkKweAaeLt39rHBegg/oHNX+0XcXUYYMnY0+K4QAeNxztu2CmZ3MXKU1fyadVHOajnOkOClKjNDwzZD8yyGR4IAyzlfAzt8dI6Ze1IdfK7U3L2/Zfv/4jAGPn45VinTn60tNFfI3Dcd2H27lwGclmWYCsmLM3GA+j6YfG9gpxQKIpjXpJaNUrrE2QnVhabPvetXT+3omrhAFSF6jNp9TbV4E7Nn0+s0GHcjkcxKRZUJHYSEJjs8sD65dhNa7Nrg8swcPFAcBcfJRNpochcVZIT7Di/hnFzd7rvrSMjINCmLs6ki6TMHzgJqMeG/Xef7ujz5d1tAVMZuRyV58Y2V5e/tHtrbHl1fm43sE58NlVHXI88PNBreepVqlPuV9VK3NLY2MjDbgCU+vzJd0GZkAK6LAlCKC5/HUzGaaUKQfz3TYeyJqOOmqgMuLhm9+g655nw+eJahhUdEkepqAKHePbTak6L/wciobWq9Ua8cv3r60179nfKLOSqwaBilZ9/1p1t3VTGSaeYtHH091XaJkKFPfgVCn45EZHX9QSSMpEBOwhCIroZYkac9if/28ADvjUMGjMnRVv2BdAuvBVLGKEugyi4dXQbASTR6a9B4i9dA5rxK7DgKmE74oCUo4/yor+BZ6fLhVPT06W600HntgAbgC91H8ouFmARWg4UjE2Phc4BYvlM1E0yc+vYefTgnVR4z6JaoG6Mirxu4Fh3dlIj4Ot54G9ywdV4v2AQ17Up3WTL4Y9GQLvgshytNfP3ytBykz38IJtUDezJ0R9B8ZmRMfAzusUcJSOT05QxQjtNxWCh8ceVWjM8bFYrHxwE+xZgB2BQhbl42nw4PvPlhlzpVmoqUTEIGEepI7Q3vHG0BWL9ERX3isogLupJfiM2ODnjZXcPFVDU9pnENnY39/4GQcXNz4ZngbMOyqnCtbMBtuPAnIFnNnGlxLEfm8oIhDvrAzOoGtmXbUWe/bfLtQrJ9Z4icFAH1J1kWIMUjB/nSKU72abfmU81AKiOrkU+70TEOu0RnnwKu9+PzA8o7jU7fBv/0wd0yH7KtFel4GnOEPIvpC02EWPqIFroZVK9ry1QMxk0bok5NPfyLP+wwDvs1vjH0bDvd67mMFR0dHfpnt7+9fOD4+rsHP2d/HJibq5pg2baPPt3HxtMVzGXN3Z2eCr52dezrdySN7H67N9+/f/9wDL3obD+ccqJwuD9o5EOtPmIyv1MT/+nfQXHf++3mKJVPqanvv3p3lPm+lPZ1feSYty+pum2eRIyZDb0Y6D96bZIZTTkXbvcKqytRdovOfSwCUxwhnv92j8QE0HdR41lDHt35X5cqy7efuj/GsQOg4+swWqziVC9H2rwHRjj6/jqOPphjXqzG/gx3giU2kw7/QIvCbyQKtOeRxhJ56/n6H3Tawa7LCU8rBqf71ff78kp1Gz0ONE8PxdO8yqdF59KuM7VVHkWZSZWnlg6CHfbsP9GXhAdCXnbE9Q89o92Esp+xQo0zy5OYh0GNbwTn6B7J7+tDvZe87z/fMchzbPYMfCzwE5zj2WlNFpVPutM5hdi84ZExv5OBgv1CwHgQ90sWB0yutR6PRTn8ABCoFWhNI/nU/L+wOlYac2fm86J4UMsut3Ije/68U7YULaiLgQvg0M0TWsaIuRN+9r/LUIu93IfxoihfytjIuRO9N8p6POulGv83b3fGs151+y3Y/FXHj5h+onPK3hlzpt3a/MOFC26H9A9bij7kQfnSLZxeCdejCiBupj+W4MeKC7di06Ual/DyrnsN/5D74q7yeKQjJQ/e57qRpz2Cqlvv0mj9m8pALrnvgut33Us+1G8fpgCvhs5Kemkqk3fXJ9h4vNR4+/q2mkrtDATc5QCBvqQ1zvGYqm89kMutucQJvfrUBPqTqQmorub87yVb3Xx5/JmueH3gAF1BVe1TQYbGwQ1l6JKXWx8DtF3gPqhvQe/zRZEpthG97srrrht/x7++OZBsMhp/fgB+Fd+6Iu95ILMUbafZsMrwsuEZ+BoZiFjs9c25FlovEsz+d3y808D/IH3dJ/3fRoQvLjXXa/6+b138BVEE6mOU/ueYAAAAASUVORK5CYII=
260
- `,t}function tI(){const t={};return t.url="/logos/hunan_cpc.png",t}function rI(t){if(!t.preset)return t;const i=t.preset.toUpperCase();return i==="ICPC"?ZP():i==="CCPC"?eI():i==="HUNAN_CPC"?tI():t}const nI=t=>(B2("data-v-53a9ec18"),t=t(),U2(),t),iI={"h-32":""},sI={key:0},aI={"w-240":"",flex:"","flex-col":"","justify-center":"","font-serif":"","pb-2":"",border:"b-2 gray-200 dark:gray-700"},oI={"w-full":"",flex:""},lI={key:0,class:"logo"},cI=["src"],uI={class:"title","w-inherit":""},fI={"overflow-hidden":"","text-2xl":"",truncate:""},hI={"text-lg":""},dI={flex:"","items-end":""},pI={"float-left":"","font-mono":"","text-base":""},gI={class:"pl-0.5"},mI=nI(()=>Ht("br",null,null,-1)),vI={"flex-1":""},bI={flex:"","items-center":"","justify-center":""},yI={"font-bold":"","font-mono":"",class:"w-[68%]"},_I={"float-right":""},wI={class:"MuiIconButton-label"},DI=ls({__name:"ContestIndexUI",props:{data:null},setup(t){const i=t,{t:s}=jd(),a=gn(()=>i.data.contest),r=nr(new Date),e=nr(null),d=y9(e),y=gn(()=>{if(a.value.logo)return rI(a.value.logo)}),w=setInterval(()=>{r.value=new Date},1e3);return oh(()=>{clearInterval(w)}),(F,C)=>{const S=$E,R=JP,L=YP,B=VP,I=ml("RouterLink");return fn(),Vn("div",{ref_key:"el",ref:e},[Ht("div",iI,[gr(d)?(fn(),Vn("div",sI,[Ht("div",aI,[Ht("div",oI,[gr(y)!==void 0?(fn(),Vn("div",lI,[Ht("img",{class:"h-10 w-10",src:gr(OP)(gr(y)),alt:"logo"},null,8,cI)])):ro("",!0),Ht("div",uI,[Yr(S,null,{popper:bs(()=>[Ht("div",hI,Ji(gr(a).name),1)]),default:bs(()=>[Ht("div",fI,Ji(gr(a).name),1)]),_:1})])]),Ht("div",dI,[Ht("div",pI,[Hl(Ji(gr(s)("index.start"))+": "+Ji(gr(a).startTime.format("YYYY-MM-DD HH:mm:ss")),1),Ht("sup",gI,Ji(gr(a).startTime.format("z")),1),mI,Hl(" "+Ji(gr(s)("index.duration"))+": "+Ji(gr(a).getContestDuration()),1)]),Ht("div",vI,[Ht("div",bI,[Ht("div",yI,[Ht("div",null,[Yr(R,{state:gr(a).getContestState(gr(r)),"pending-time":gr(a).getContestPendingTime(gr(r))},null,8,["state","pending-time"])]),Yr(L,{width:gr(a).getContestProgressRatio(gr(r)),state:gr(a).getContestState(gr(r))},null,8,["width","state"])])])]),Ht("div",_I,[Yr(I,{class:"go MuiIconButton-root",to:i.data.boardLink},{default:bs(()=>[Ht("span",wI,[Yr(B)])]),_:1},8,["to"])])])])])):ro("",!0)])],512)}}});const FI=Gd(DI,[["__scopeId","data-v-53a9ec18"]]),EI={class:"sm:w-[1024px] lg:w-screen","lg:of-x-hidden":"",flex:"","flex-col":"","justify-center":"","items-center":""},xI={key:0,"mt-4":"","mb-4":"",class:"sm:w-[1000px] lg:w-screen",flex:"","justify-center":"","items-center":""},CI={key:0},TI={key:1},AI={key:1,class:"sm:w-[1000px] lg:w-screen min-h-120",flex:"","flex-col":"","items-center":""},SI={"w-240":""},kI={key:0,"mt-4":""},OI={key:1,p10:""},RI=Ht("div",{op40:"",italic:"",mb5:""}," No result found ",-1),PI={row:"","justify-center":""},q6=ls({__name:"index",setup(t){const{t:i}=jd();R9(IP);const s=nr(new Date),a=nr(`${window.DATA_HOST}index/contest_list.json?t=${s.value.getTime()}`),r=nr(!1),e=S6("s","",{transform:String}),d=nr(e.value),y=nr(null),w=nr([]),F=nr([]);function C(){F.value=w.value.filter(I=>{var z;return((z=d.value)==null?void 0:z.length)===0&&(d.value=null),d.value===null?(e.value=void 0,!0):(e.value=d.value,!!(I.contest.name.includes(d.value)||I.contest.name.toLowerCase().includes(d.value.toLowerCase())||I.boardLink.toLocaleLowerCase().includes(d.value.toLowerCase())))})}function S(){var I;d.value=null,(I=y.value)==null||I.focus()}const{error:R,isFetching:L,isFinished:B}=C9(a,{refetch:r,afterFetch:I=>(w.value=kP(JSON.parse(I.data)),F.value=w.value.map(z=>z),C(),I)}).get();return qn(d,()=>{C()}),(I,z)=>(fn(),Vn("div",EI,[Ht("div",null,[gr(L)||gr(R)?(fn(),Vn("div",xI,[gr(L)?(fn(),Vn("div",CI,Ji(gr(i)("common.loading"))+"... ",1)):ro("",!0),gr(R)?(fn(),Vn("div",TI,Ji(gr(R)),1)):ro("",!0)])):ro("",!0),gr(B)?(fn(),Vn("div",AI,[Ht("div",SI,[Yr(UP,{ref_key:"searchInputRef",ref:y,modelValue:gr(d),"onUpdate:modelValue":z[0]||(z[0]=W=>Mn(d)?d.value=W:null)},null,8,["modelValue"])]),gr(F).length?(fn(),Vn("div",kI,[(fn(!0),Vn(Ri,null,JD(gr(F),W=>(fn(),Yc(FI,{key:W.boardLink,data:W},null,8,["data"]))),128))])):(fn(),Vn("div",OI,[RI,Ht("div",PI,[Ht("button",{btn:"",onClick:z[1]||(z[1]=W=>S())}," Clear search ")])]))])):ro("",!0)])]))}}),qw={};typeof qw=="function"&&qw(q6);const II=()=>Oa(()=>import("./index-dbac5f19.js"),["https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.36.0/dist/assets/index-dbac5f19.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.36.0/dist/assets/useQueryBoardData-eb47ec82.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.36.0/dist/assets/DataSourceInput.vue_vue_type_script_setup_true_lang-5bb85145.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.36.0/dist/assets/TheInput.vue_vue_type_script_setup_true_lang-f86a88cd.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.36.0/dist/assets/index-39ee8a2c.css"],import.meta.url),NI=()=>Oa(()=>import("./index-6999b738.js"),["https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.36.0/dist/assets/index-6999b738.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.36.0/dist/assets/useQueryBoardData-eb47ec82.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.36.0/dist/assets/DataSourceInput.vue_vue_type_script_setup_true_lang-5bb85145.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.36.0/dist/assets/TheInput.vue_vue_type_script_setup_true_lang-f86a88cd.js"],import.meta.url),MI=()=>Oa(()=>import("./test-cb214810.js"),["https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.36.0/dist/assets/test-cb214810.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.36.0/dist/assets/TheInput.vue_vue_type_script_setup_true_lang-f86a88cd.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.36.0/dist/assets/user-203ba27e.js"],import.meta.url),LI=()=>Oa(()=>import("./board-b333d178.js"),["https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.36.0/dist/assets/board-b333d178.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.36.0/dist/assets/Board-33697790.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.36.0/dist/assets/useQueryBoardData-eb47ec82.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.36.0/dist/assets/Board-95c6af0c.css","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.36.0/dist/assets/DataSourceInput.vue_vue_type_script_setup_true_lang-5bb85145.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.36.0/dist/assets/TheInput.vue_vue_type_script_setup_true_lang-f86a88cd.js"],import.meta.url),BI=()=>Oa(()=>import("./about-abf94800.js"),[],import.meta.url),UI=()=>Oa(()=>import("./_...all_-bf870fe0.js"),["https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.36.0/dist/assets/_...all_-bf870fe0.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.36.0/dist/assets/Board-33697790.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.36.0/dist/assets/useQueryBoardData-eb47ec82.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.36.0/dist/assets/Board-95c6af0c.css"],import.meta.url),$I=()=>Oa(()=>import("./_name_-f5cba217.js"),["https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.36.0/dist/assets/_name_-f5cba217.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.36.0/dist/assets/user-203ba27e.js"],import.meta.url),HI=[{name:"countdown",path:"/countdown",component:II,props:!0,meta:{layout:"headless"}},{name:"balloon",path:"/balloon",component:NI,props:!0,meta:{layout:"headless"}},{name:"test",path:"/test",component:MI,props:!0,meta:{layout:"home"}},{name:"index",path:"/",component:q6,props:!0,meta:{layout:"index-layout"}},{name:"board",path:"/board",component:LI,props:!0,meta:{layout:"board-layout"}},{name:"about",path:"/about",component:BI,props:!0},{name:"all",path:"/:all(.*)*",component:UI,props:!0,meta:{layout:"board-layout"}},{name:"hi-name",path:"/hi/:name",component:$I,props:!0}];const WI=nO(HI);KS(LR,{routes:WI,base:"/"},t=>{Object.values(Object.assign({"./modules/i18n.ts":UA,"./modules/nprogress.ts":WA,"./modules/pinia.ts":XA,"./modules/pwa.ts":ZA,"./modules/toast.ts":i8})).forEach(i=>{var s;return(s=i.install)==null?void 0:s.call(i,t)}),t.app.use(oR),t.app.use(SR)});export{VI as $,xP as A,oN as B,lN as C,JD as D,Yc as E,Ri as F,oS as G,Mn as H,MF as I,S6 as J,lS as K,NP as L,HD as M,Mp as N,j2 as O,NR as P,vT as Q,aN as R,bs as S,Hl as T,qI as U,eh as V,uA as W,e9 as X,_y as Y,$c as Z,Oa as _,Gd as a,D2 as a0,tA as a1,_s as a2,La as a3,t8 as a4,YI as a5,Kl as a6,rN as a7,nN as a8,Vm as a9,ca as aA,Ds as aB,ha as aC,xR as aD,bf as aE,eN as aF,G4 as aG,tN as aH,AD as aI,sh as aJ,ol as aK,xr as aL,sy as aM,zI as aN,e8 as aa,jI as ab,$E as ac,B2 as ad,U2 as ae,OP as af,bl as ag,NE as ah,IP as ai,KI as aj,PP as ak,$d as al,Tk as am,GI as an,JP as ao,YP as ap,nv as aq,QI as ar,ll as as,iv as at,cR as au,uR as av,R4 as aw,Jy as ax,hR as ay,Bb as az,Yr as b,Vn as c,Ht as d,X9 as e,yk as f,ls as g,R9 as h,nr as i,TP as j,oh as k,gr as l,ro as m,fa as n,fn as o,hl as p,qw as q,ml as r,gn as s,Ji as t,jd as u,y9 as v,qn as w,pl as x,iN as y,sN as z};
260
+ `,t}function tI(){const t={};return t.url="/logos/hunan_cpc.png",t}function rI(t){if(!t.preset)return t;const i=t.preset.toUpperCase();return i==="ICPC"?ZP():i==="CCPC"?eI():i==="HUNAN_CPC"?tI():t}const nI=t=>(B2("data-v-53a9ec18"),t=t(),U2(),t),iI={"h-32":""},sI={key:0},aI={"w-240":"",flex:"","flex-col":"","justify-center":"","font-serif":"","pb-2":"",border:"b-2 gray-200 dark:gray-700"},oI={"w-full":"",flex:""},lI={key:0,class:"logo"},cI=["src"],uI={class:"title","w-inherit":""},fI={"overflow-hidden":"","text-2xl":"",truncate:""},hI={"text-lg":""},dI={flex:"","items-end":""},pI={"float-left":"","font-mono":"","text-base":""},gI={class:"pl-0.5"},mI=nI(()=>Ht("br",null,null,-1)),vI={"flex-1":""},bI={flex:"","items-center":"","justify-center":""},yI={"font-bold":"","font-mono":"",class:"w-[68%]"},_I={"float-right":""},wI={class:"MuiIconButton-label"},DI=ls({__name:"ContestIndexUI",props:{data:null},setup(t){const i=t,{t:s}=jd(),a=gn(()=>i.data.contest),r=nr(new Date),e=nr(null),d=y9(e),y=gn(()=>{if(a.value.logo)return rI(a.value.logo)}),w=setInterval(()=>{r.value=new Date},1e3);return oh(()=>{clearInterval(w)}),(F,C)=>{const S=$E,R=JP,L=YP,B=VP,I=ml("RouterLink");return fn(),Vn("div",{ref_key:"el",ref:e},[Ht("div",iI,[gr(d)?(fn(),Vn("div",sI,[Ht("div",aI,[Ht("div",oI,[gr(y)!==void 0?(fn(),Vn("div",lI,[Ht("img",{class:"h-10 w-10",src:gr(OP)(gr(y)),alt:"logo"},null,8,cI)])):ro("",!0),Ht("div",uI,[Yr(S,null,{popper:bs(()=>[Ht("div",hI,Ji(gr(a).name),1)]),default:bs(()=>[Ht("div",fI,Ji(gr(a).name),1)]),_:1})])]),Ht("div",dI,[Ht("div",pI,[Hl(Ji(gr(s)("index.start"))+": "+Ji(gr(a).startTime.format("YYYY-MM-DD HH:mm:ss")),1),Ht("sup",gI,Ji(gr(a).startTime.format("z")),1),mI,Hl(" "+Ji(gr(s)("index.duration"))+": "+Ji(gr(a).getContestDuration()),1)]),Ht("div",vI,[Ht("div",bI,[Ht("div",yI,[Ht("div",null,[Yr(R,{state:gr(a).getContestState(gr(r)),"pending-time":gr(a).getContestPendingTime(gr(r))},null,8,["state","pending-time"])]),Yr(L,{width:gr(a).getContestProgressRatio(gr(r)),state:gr(a).getContestState(gr(r))},null,8,["width","state"])])])]),Ht("div",_I,[Yr(I,{class:"go MuiIconButton-root",to:i.data.boardLink},{default:bs(()=>[Ht("span",wI,[Yr(B)])]),_:1},8,["to"])])])])])):ro("",!0)])],512)}}});const FI=Gd(DI,[["__scopeId","data-v-53a9ec18"]]),EI={class:"sm:w-[1024px] lg:w-screen","lg:of-x-hidden":"",flex:"","flex-col":"","justify-center":"","items-center":""},xI={key:0,"mt-4":"","mb-4":"",class:"sm:w-[1000px] lg:w-screen",flex:"","justify-center":"","items-center":""},CI={key:0},TI={key:1},AI={key:1,class:"sm:w-[1000px] lg:w-screen min-h-120",flex:"","flex-col":"","items-center":""},SI={"w-240":""},kI={key:0,"mt-4":""},OI={key:1,p10:""},RI=Ht("div",{op40:"",italic:"",mb5:""}," No result found ",-1),PI={row:"","justify-center":""},q6=ls({__name:"index",setup(t){const{t:i}=jd();R9(IP);const s=nr(new Date),a=nr(`${window.DATA_HOST}index/contest_list.json?t=${s.value.getTime()}`),r=nr(!1),e=S6("s","",{transform:String}),d=nr(e.value),y=nr(null),w=nr([]),F=nr([]);function C(){F.value=w.value.filter(I=>{var z;return((z=d.value)==null?void 0:z.length)===0&&(d.value=null),d.value===null?(e.value=void 0,!0):(e.value=d.value,!!(I.contest.name.includes(d.value)||I.contest.name.toLowerCase().includes(d.value.toLowerCase())||I.boardLink.toLocaleLowerCase().includes(d.value.toLowerCase())))})}function S(){var I;d.value=null,(I=y.value)==null||I.focus()}const{error:R,isFetching:L,isFinished:B}=C9(a,{refetch:r,afterFetch:I=>(w.value=kP(JSON.parse(I.data)),F.value=w.value.map(z=>z),C(),I)}).get();return qn(d,()=>{C()}),(I,z)=>(fn(),Vn("div",EI,[Ht("div",null,[gr(L)||gr(R)?(fn(),Vn("div",xI,[gr(L)?(fn(),Vn("div",CI,Ji(gr(i)("common.loading"))+"... ",1)):ro("",!0),gr(R)?(fn(),Vn("div",TI,Ji(gr(R)),1)):ro("",!0)])):ro("",!0),gr(B)?(fn(),Vn("div",AI,[Ht("div",SI,[Yr(UP,{ref_key:"searchInputRef",ref:y,modelValue:gr(d),"onUpdate:modelValue":z[0]||(z[0]=W=>Mn(d)?d.value=W:null)},null,8,["modelValue"])]),gr(F).length?(fn(),Vn("div",kI,[(fn(!0),Vn(Ri,null,JD(gr(F),W=>(fn(),Yc(FI,{key:W.boardLink,data:W},null,8,["data"]))),128))])):(fn(),Vn("div",OI,[RI,Ht("div",PI,[Ht("button",{btn:"",onClick:z[1]||(z[1]=W=>S())}," Clear search ")])]))])):ro("",!0)])]))}}),qw={};typeof qw=="function"&&qw(q6);const II=()=>Oa(()=>import("./index-ba8d51f6.js"),["https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.37.1/dist/assets/index-ba8d51f6.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.37.1/dist/assets/useQueryBoardData-66b40056.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.37.1/dist/assets/DataSourceInput.vue_vue_type_script_setup_true_lang-75054467.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.37.1/dist/assets/TheInput.vue_vue_type_script_setup_true_lang-49e558a8.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.37.1/dist/assets/index-39ee8a2c.css"],import.meta.url),NI=()=>Oa(()=>import("./index-6932323e.js"),["https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.37.1/dist/assets/index-6932323e.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.37.1/dist/assets/useQueryBoardData-66b40056.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.37.1/dist/assets/DataSourceInput.vue_vue_type_script_setup_true_lang-75054467.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.37.1/dist/assets/TheInput.vue_vue_type_script_setup_true_lang-49e558a8.js"],import.meta.url),MI=()=>Oa(()=>import("./test-f4b88366.js"),["https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.37.1/dist/assets/test-f4b88366.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.37.1/dist/assets/TheInput.vue_vue_type_script_setup_true_lang-49e558a8.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.37.1/dist/assets/user-fb838219.js"],import.meta.url),LI=()=>Oa(()=>import("./board-34623b20.js"),["https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.37.1/dist/assets/board-34623b20.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.37.1/dist/assets/Board-ed57e32d.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.37.1/dist/assets/useQueryBoardData-66b40056.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.37.1/dist/assets/Board-605f814f.css","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.37.1/dist/assets/DataSourceInput.vue_vue_type_script_setup_true_lang-75054467.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.37.1/dist/assets/TheInput.vue_vue_type_script_setup_true_lang-49e558a8.js"],import.meta.url),BI=()=>Oa(()=>import("./about-228de914.js"),[],import.meta.url),UI=()=>Oa(()=>import("./_...all_-e892832e.js"),["https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.37.1/dist/assets/_...all_-e892832e.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.37.1/dist/assets/Board-ed57e32d.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.37.1/dist/assets/useQueryBoardData-66b40056.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.37.1/dist/assets/Board-605f814f.css"],import.meta.url),$I=()=>Oa(()=>import("./_name_-373334a8.js"),["https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.37.1/dist/assets/_name_-373334a8.js","https://cdn.jsdelivr.net/npm/@xcpcio/board-app@0.37.1/dist/assets/user-fb838219.js"],import.meta.url),HI=[{name:"countdown",path:"/countdown",component:II,props:!0,meta:{layout:"headless"}},{name:"balloon",path:"/balloon",component:NI,props:!0,meta:{layout:"headless"}},{name:"test",path:"/test",component:MI,props:!0,meta:{layout:"home"}},{name:"index",path:"/",component:q6,props:!0,meta:{layout:"index-layout"}},{name:"board",path:"/board",component:LI,props:!0,meta:{layout:"board-layout"}},{name:"about",path:"/about",component:BI,props:!0},{name:"all",path:"/:all(.*)*",component:UI,props:!0,meta:{layout:"board-layout"}},{name:"hi-name",path:"/hi/:name",component:$I,props:!0}];const WI=nO(HI);KS(LR,{routes:WI,base:"/"},t=>{Object.values(Object.assign({"./modules/i18n.ts":UA,"./modules/nprogress.ts":WA,"./modules/pinia.ts":XA,"./modules/pwa.ts":ZA,"./modules/toast.ts":i8})).forEach(i=>{var s;return(s=i.install)==null?void 0:s.call(i,t)}),t.app.use(oR),t.app.use(SR)});export{VI as $,xP as A,oN as B,lN as C,JD as D,Yc as E,Ri as F,oS as G,Mn as H,MF as I,S6 as J,lS as K,NP as L,HD as M,Mp as N,j2 as O,NR as P,vT as Q,aN as R,bs as S,Hl as T,qI as U,eh as V,uA as W,e9 as X,_4 as Y,$c as Z,Oa as _,Gd as a,D2 as a0,tA as a1,_s as a2,La as a3,t8 as a4,YI as a5,Kl as a6,rN as a7,nN as a8,Vm as a9,ca as aA,Ds as aB,ha as aC,xR as aD,bf as aE,eN as aF,Gy as aG,tN as aH,AD as aI,sh as aJ,ol as aK,xr as aL,s4 as aM,zI as aN,e8 as aa,jI as ab,$E as ac,B2 as ad,U2 as ae,OP as af,bl as ag,NE as ah,IP as ai,KI as aj,PP as ak,$d as al,Tk as am,GI as an,JP as ao,YP as ap,nv as aq,QI as ar,ll as as,iv as at,cR as au,uR as av,Ry as aw,J4 as ax,hR as ay,Bb as az,Yr as b,Vn as c,Ht as d,X9 as e,yk as f,ls as g,R9 as h,nr as i,TP as j,oh as k,gr as l,ro as m,fa as n,fn as o,hl as p,qw as q,ml as r,gn as s,Ji as t,jd as u,y9 as v,qn as w,pl as x,iN as y,sN as z};