r2-explorer 1.0.6 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +9 -4
- package/dashboard/assets/AuthLayout.828e1213.js +1 -0
- package/dashboard/assets/EmailFilePage.148b4f84.js +2 -0
- package/dashboard/assets/EmailFilePage.c4890c9c.css +1 -0
- package/dashboard/assets/EmailFolderPage.0c5be156.js +1 -0
- package/dashboard/assets/EmailFolderPage.25044e0a.css +1 -0
- package/dashboard/assets/ErrorNotFound.a0d3ece6.js +1 -0
- package/dashboard/assets/FilesFolderPage.7cadc3fd.js +72 -0
- package/dashboard/assets/FilesFolderPage.ecacd99f.css +1 -0
- package/dashboard/assets/HomePage.fd1efdb0.js +1 -0
- package/dashboard/assets/KFOkCnqEu92Fr1MmgVxIIzQ.d240a9ae.woff +0 -0
- package/dashboard/assets/KFOlCnqEu92Fr1MmEU9fBBc-.6ba203eb.woff +0 -0
- package/dashboard/assets/KFOlCnqEu92Fr1MmSU5fBBc-.80684728.woff +0 -0
- package/dashboard/assets/KFOlCnqEu92Fr1MmWUlfBBc-.2df244f6.woff +0 -0
- package/dashboard/assets/KFOlCnqEu92Fr1MmYUtfBBc-.742ce02b.woff +0 -0
- package/dashboard/assets/KFOmCnqEu92Fr1Mu4mxM.f00fa16d.woff +0 -0
- package/dashboard/assets/LoginPage.5e2746c3.js +1 -0
- package/dashboard/assets/MainLayout.05d49d78.css +1 -0
- package/dashboard/assets/MainLayout.54c624c6.js +1 -0
- package/dashboard/assets/QCard.9ca85696.js +1 -0
- package/dashboard/assets/QCardActions.3d6ece78.js +1 -0
- package/dashboard/assets/QForm.1a0fa8bd.js +1 -0
- package/dashboard/assets/QInput.dbc14c53.js +1 -0
- package/dashboard/assets/QLayout.7c9341c3.js +1 -0
- package/dashboard/assets/QPage.1736cadc.js +1 -0
- package/dashboard/assets/QSeparator.d0c0fb0f.js +1 -0
- package/dashboard/assets/QSpace.3225ba0f.js +1 -0
- package/dashboard/assets/QTable.3fe6867d.js +1 -0
- package/dashboard/assets/QTd.32b217d9.js +1 -0
- package/dashboard/assets/auth-store.10a6215e.js +1 -0
- package/dashboard/assets/auth.3fb1cfd3.js +1 -0
- package/dashboard/assets/axios.d3fa833b.js +6 -0
- package/dashboard/assets/bus.def2db9e.js +1 -0
- package/dashboard/assets/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.fd84f88b.woff +0 -0
- package/dashboard/assets/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.4a4dbc62.woff2 +0 -0
- package/dashboard/assets/focus-manager.1ddae684.js +1 -0
- package/dashboard/assets/index.073c3cc5.css +5 -0
- package/dashboard/assets/index.31a4681e.js +25 -0
- package/dashboard/assets/main-store.ee636e78.js +1 -0
- package/dashboard/assets/scroll.6727d3ea.js +1 -0
- package/dashboard/assets/use-checkbox.687a19bf.js +1 -0
- package/dashboard/assets/use-dark.6e19ce43.js +1 -0
- package/dashboard/assets/use-quasar.0c0b766f.js +1 -0
- package/dashboard/assets/use-transition.19980487.js +1 -0
- package/dashboard/favicon.ico +0 -0
- package/dashboard/icons/favicon-128x128.png +0 -0
- package/dashboard/icons/favicon-16x16.png +0 -0
- package/dashboard/icons/favicon-32x32.png +0 -0
- package/dashboard/icons/favicon-96x96.png +0 -0
- package/dashboard/icons/logo.png +0 -0
- package/dashboard/index.html +3 -0
- package/dashboard/logo-white.svg +5 -0
- package/dashboard/logo.png +0 -0
- package/dashboard/robots.txt +2 -0
- package/dist/index.d.mts +33 -0
- package/dist/index.d.ts +33 -0
- package/dist/index.js +802 -1
- package/dist/index.mjs +771 -1
- package/package.json +22 -60
- package/dist/src/authentication/api/access.d.ts +0 -4
- package/dist/src/authentication/api/basic.d.ts +0 -3
- package/dist/src/buckets/api/createFolder.d.ts +0 -8
- package/dist/src/buckets/api/deleteObject.d.ts +0 -8
- package/dist/src/buckets/api/getObject.d.ts +0 -8
- package/dist/src/buckets/api/headObject.d.ts +0 -8
- package/dist/src/buckets/api/listBuckets.d.ts +0 -10
- package/dist/src/buckets/api/listObjects.d.ts +0 -8
- package/dist/src/buckets/api/moveObject.d.ts +0 -8
- package/dist/src/buckets/api/multipart/completeUpload.d.ts +0 -11
- package/dist/src/buckets/api/multipart/createUpload.d.ts +0 -8
- package/dist/src/buckets/api/multipart/partUpload.d.ts +0 -8
- package/dist/src/buckets/api/putMetadata.d.ts +0 -8
- package/dist/src/buckets/api/putObject.d.ts +0 -8
- package/dist/src/buckets/router.d.ts +0 -1
- package/dist/src/dashbord.d.ts +0 -2
- package/dist/src/dates.d.ts +0 -2
- package/dist/src/emails/receiveEmail.d.ts +0 -2
- package/dist/src/index.d.ts +0 -5
- package/dist/src/interfaces.d.ts +0 -22
- package/dist/src/server/api/getInfo.d.ts +0 -25
- package/dist/src/server/router.d.ts +0 -1
- package/dist/src/settings.d.ts +0 -5
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const ma=function(){const t=document.createElement("link").relList;return t&&t.supports&&t.supports("modulepreload")?"modulepreload":"preload"}(),Ks={},va="/",Ae=function(t,n){return!n||n.length===0?t():Promise.all(n.map(r=>{if(r=`${va}${r}`,r in Ks)return;Ks[r]=!0;const s=r.endsWith(".css"),i=s?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${r}"]${i}`))return;const o=document.createElement("link");if(o.rel=s?"stylesheet":ma,s||(o.as="script",o.crossOrigin=""),o.href=r,document.head.appendChild(o),s)return new Promise((l,a)=>{o.addEventListener("load",l),o.addEventListener("error",()=>a(new Error(`Unable to preload CSS for ${r}`)))})})).then(()=>t())};/**
|
|
2
|
+
* @vue/shared v3.5.13
|
|
3
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
|
+
* @license MIT
|
|
5
|
+
**//*! #__NO_SIDE_EFFECTS__ */function ms(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const ce={},Yt=[],Ve=()=>{},_a=()=>!1,ar=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),vs=e=>e.startsWith("onUpdate:"),me=Object.assign,_s=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},ya=Object.prototype.hasOwnProperty,le=(e,t)=>ya.call(e,t),U=Array.isArray,Xt=e=>cr(e)==="[object Map]",uo=e=>cr(e)==="[object Set]",Y=e=>typeof e=="function",pe=e=>typeof e=="string",lt=e=>typeof e=="symbol",de=e=>e!==null&&typeof e=="object",fo=e=>(de(e)||Y(e))&&Y(e.then)&&Y(e.catch),ho=Object.prototype.toString,cr=e=>ho.call(e),ba=e=>cr(e).slice(8,-1),po=e=>cr(e)==="[object Object]",ys=e=>pe(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,dn=ms(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),ur=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},wa=/-(\w)/g,qe=ur(e=>e.replace(wa,(t,n)=>n?n.toUpperCase():"")),xa=/\B([A-Z])/g,Nt=ur(e=>e.replace(xa,"-$1").toLowerCase()),fr=ur(e=>e.charAt(0).toUpperCase()+e.slice(1)),Cr=ur(e=>e?`on${fr(e)}`:""),yt=(e,t)=>!Object.is(e,t),Pr=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},go=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})},Sa=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Ea=e=>{const t=pe(e)?Number(e):NaN;return isNaN(t)?e:t};let zs;const dr=()=>zs||(zs=typeof globalThis!="undefined"?globalThis:typeof self!="undefined"?self:typeof window!="undefined"?window:typeof global!="undefined"?global:{});function bs(e){if(U(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],s=pe(r)?Ta(r):bs(r);if(s)for(const i in s)t[i]=s[i]}return t}else if(pe(e)||de(e))return e}const Ca=/;(?![^(]*\))/g,Pa=/:([^]+)/,Ra=/\/\*[^]*?\*\//g;function Ta(e){const t={};return e.replace(Ra,"").split(Ca).forEach(n=>{if(n){const r=n.split(Pa);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function ws(e){let t="";if(pe(e))t=e;else if(U(e))for(let n=0;n<e.length;n++){const r=ws(e[n]);r&&(t+=r+" ")}else if(de(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const ka="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Aa=ms(ka);function mo(e){return!!e||e===""}const vo=e=>!!(e&&e.__v_isRef===!0),Oa=e=>pe(e)?e:e==null?"":U(e)||de(e)&&(e.toString===ho||!Y(e.toString))?vo(e)?Oa(e.value):JSON.stringify(e,_o,2):String(e),_o=(e,t)=>vo(t)?_o(e,t.value):Xt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,s],i)=>(n[Rr(r,i)+" =>"]=s,n),{})}:uo(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>Rr(n))}:lt(t)?Rr(t):de(t)&&!U(t)&&!po(t)?String(t):t,Rr=(e,t="")=>{var n;return lt(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
|
|
6
|
+
* @vue/reactivity v3.5.13
|
|
7
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
8
|
+
* @license MIT
|
|
9
|
+
**/let Ce;class yo{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=Ce,!t&&Ce&&(this.index=(Ce.scopes||(Ce.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].pause();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].resume();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].resume()}}run(t){if(this._active){const n=Ce;try{return Ce=this,t()}finally{Ce=n}}}on(){Ce=this}off(){Ce=this.parent}stop(t){if(this._active){this._active=!1;let n,r;for(n=0,r=this.effects.length;n<r;n++)this.effects[n].stop();for(this.effects.length=0,n=0,r=this.cleanups.length;n<r;n++)this.cleanups[n]();if(this.cleanups.length=0,this.scopes){for(n=0,r=this.scopes.length;n<r;n++)this.scopes[n].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!t){const s=this.parent.scopes.pop();s&&s!==this&&(this.parent.scopes[this.index]=s,s.index=this.index)}this.parent=void 0}}}function bo(e){return new yo(e)}function wo(){return Ce}function La(e,t=!1){Ce&&Ce.cleanups.push(e)}let fe;const Tr=new WeakSet;class xo{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,Ce&&Ce.active&&Ce.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,Tr.has(this)&&(Tr.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||Eo(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,Us(this),Co(this);const t=fe,n=Ke;fe=this,Ke=!0;try{return this.fn()}finally{Po(this),fe=t,Ke=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)Es(t);this.deps=this.depsTail=void 0,Us(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Tr.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){Gr(this)&&this.run()}get dirty(){return Gr(this)}}let So=0,hn,pn;function Eo(e,t=!1){if(e.flags|=8,t){e.next=pn,pn=e;return}e.next=hn,hn=e}function xs(){So++}function Ss(){if(--So>0)return;if(pn){let t=pn;for(pn=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;hn;){let t=hn;for(hn=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(r){e||(e=r)}t=n}}if(e)throw e}function Co(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function Po(e){let t,n=e.depsTail,r=n;for(;r;){const s=r.prevDep;r.version===-1?(r===n&&(n=s),Es(r),Ma(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=s}e.deps=t,e.depsTail=n}function Gr(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(Ro(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function Ro(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===xn))return;e.globalVersion=xn;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!Gr(e)){e.flags&=-3;return}const n=fe,r=Ke;fe=e,Ke=!0;try{Co(e);const s=e.fn(e._value);(t.version===0||yt(s,e._value))&&(e._value=s,t.version++)}catch(s){throw t.version++,s}finally{fe=n,Ke=r,Po(e),e.flags&=-3}}function Es(e,t=!1){const{dep:n,prevSub:r,nextSub:s}=e;if(r&&(r.nextSub=s,e.prevSub=void 0),s&&(s.prevSub=r,e.nextSub=void 0),n.subs===e&&(n.subs=r,!r&&n.computed)){n.computed.flags&=-5;for(let i=n.computed.deps;i;i=i.nextDep)Es(i,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function Ma(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let Ke=!0;const To=[];function xt(){To.push(Ke),Ke=!1}function St(){const e=To.pop();Ke=e===void 0?!0:e}function Us(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=fe;fe=void 0;try{t()}finally{fe=n}}}let xn=0;class $a{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Cs{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0}track(t){if(!fe||!Ke||fe===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==fe)n=this.activeLink=new $a(fe,this),fe.deps?(n.prevDep=fe.depsTail,fe.depsTail.nextDep=n,fe.depsTail=n):fe.deps=fe.depsTail=n,ko(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const r=n.nextDep;r.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=r),n.prevDep=fe.depsTail,n.nextDep=void 0,fe.depsTail.nextDep=n,fe.depsTail=n,fe.deps===n&&(fe.deps=r)}return n}trigger(t){this.version++,xn++,this.notify(t)}notify(t){xs();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{Ss()}}}function ko(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let r=t.deps;r;r=r.nextDep)ko(r)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const Qn=new WeakMap,kt=Symbol(""),Qr=Symbol(""),Sn=Symbol("");function we(e,t,n){if(Ke&&fe){let r=Qn.get(e);r||Qn.set(e,r=new Map);let s=r.get(n);s||(r.set(n,s=new Cs),s.map=r,s.key=n),s.track()}}function it(e,t,n,r,s,i){const o=Qn.get(e);if(!o){xn++;return}const l=a=>{a&&a.trigger()};if(xs(),t==="clear")o.forEach(l);else{const a=U(e),u=a&&ys(n);if(a&&n==="length"){const c=Number(r);o.forEach((f,d)=>{(d==="length"||d===Sn||!lt(d)&&d>=c)&&l(f)})}else switch((n!==void 0||o.has(void 0))&&l(o.get(n)),u&&l(o.get(Sn)),t){case"add":a?u&&l(o.get("length")):(l(o.get(kt)),Xt(e)&&l(o.get(Qr)));break;case"delete":a||(l(o.get(kt)),Xt(e)&&l(o.get(Qr)));break;case"set":Xt(e)&&l(o.get(kt));break}}Ss()}function Ia(e,t){const n=Qn.get(e);return n&&n.get(t)}function Ht(e){const t=ne(e);return t===e?t:(we(t,"iterate",Sn),Fe(e)?t:t.map(xe))}function hr(e){return we(e=ne(e),"iterate",Sn),e}const ja={__proto__:null,[Symbol.iterator](){return kr(this,Symbol.iterator,xe)},concat(...e){return Ht(this).concat(...e.map(t=>U(t)?Ht(t):t))},entries(){return kr(this,"entries",e=>(e[1]=xe(e[1]),e))},every(e,t){return nt(this,"every",e,t,void 0,arguments)},filter(e,t){return nt(this,"filter",e,t,n=>n.map(xe),arguments)},find(e,t){return nt(this,"find",e,t,xe,arguments)},findIndex(e,t){return nt(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return nt(this,"findLast",e,t,xe,arguments)},findLastIndex(e,t){return nt(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return nt(this,"forEach",e,t,void 0,arguments)},includes(...e){return Ar(this,"includes",e)},indexOf(...e){return Ar(this,"indexOf",e)},join(e){return Ht(this).join(e)},lastIndexOf(...e){return Ar(this,"lastIndexOf",e)},map(e,t){return nt(this,"map",e,t,void 0,arguments)},pop(){return on(this,"pop")},push(...e){return on(this,"push",e)},reduce(e,...t){return Ws(this,"reduce",e,t)},reduceRight(e,...t){return Ws(this,"reduceRight",e,t)},shift(){return on(this,"shift")},some(e,t){return nt(this,"some",e,t,void 0,arguments)},splice(...e){return on(this,"splice",e)},toReversed(){return Ht(this).toReversed()},toSorted(e){return Ht(this).toSorted(e)},toSpliced(...e){return Ht(this).toSpliced(...e)},unshift(...e){return on(this,"unshift",e)},values(){return kr(this,"values",xe)}};function kr(e,t,n){const r=hr(e),s=r[t]();return r!==e&&!Fe(e)&&(s._next=s.next,s.next=()=>{const i=s._next();return i.value&&(i.value=n(i.value)),i}),s}const Na=Array.prototype;function nt(e,t,n,r,s,i){const o=hr(e),l=o!==e&&!Fe(e),a=o[t];if(a!==Na[t]){const f=a.apply(e,i);return l?xe(f):f}let u=n;o!==e&&(l?u=function(f,d){return n.call(this,xe(f),d,e)}:n.length>2&&(u=function(f,d){return n.call(this,f,d,e)}));const c=a.call(o,u,r);return l&&s?s(c):c}function Ws(e,t,n,r){const s=hr(e);let i=n;return s!==e&&(Fe(e)?n.length>3&&(i=function(o,l,a){return n.call(this,o,l,a,e)}):i=function(o,l,a){return n.call(this,o,xe(l),a,e)}),s[t](i,...r)}function Ar(e,t,n){const r=ne(e);we(r,"iterate",Sn);const s=r[t](...n);return(s===-1||s===!1)&&Ts(n[0])?(n[0]=ne(n[0]),r[t](...n)):s}function on(e,t,n=[]){xt(),xs();const r=ne(e)[t].apply(e,n);return Ss(),St(),r}const Da=ms("__proto__,__v_isRef,__isVue"),Ao=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(lt));function Fa(e){lt(e)||(e=String(e));const t=ne(this);return we(t,"has",e),t.hasOwnProperty(e)}class Oo{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,r){if(n==="__v_skip")return t.__v_skip;const s=this._isReadonly,i=this._isShallow;if(n==="__v_isReactive")return!s;if(n==="__v_isReadonly")return s;if(n==="__v_isShallow")return i;if(n==="__v_raw")return r===(s?i?Qa:Io:i?$o:Mo).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const o=U(t);if(!s){let a;if(o&&(a=ja[n]))return a;if(n==="hasOwnProperty")return Fa}const l=Reflect.get(t,n,ge(t)?t:r);return(lt(n)?Ao.has(n):Da(n))||(s||we(t,"get",n),i)?l:ge(l)?o&&ys(n)?l:l.value:de(l)?s?No(l):Dt(l):l}}class Lo extends Oo{constructor(t=!1){super(!1,t)}set(t,n,r,s){let i=t[n];if(!this._isShallow){const a=Lt(i);if(!Fe(r)&&!Lt(r)&&(i=ne(i),r=ne(r)),!U(t)&&ge(i)&&!ge(r))return a?!1:(i.value=r,!0)}const o=U(t)&&ys(n)?Number(n)<t.length:le(t,n),l=Reflect.set(t,n,r,ge(t)?t:s);return t===ne(s)&&(o?yt(r,i)&&it(t,"set",n,r):it(t,"add",n,r)),l}deleteProperty(t,n){const r=le(t,n);t[n];const s=Reflect.deleteProperty(t,n);return s&&r&&it(t,"delete",n,void 0),s}has(t,n){const r=Reflect.has(t,n);return(!lt(n)||!Ao.has(n))&&we(t,"has",n),r}ownKeys(t){return we(t,"iterate",U(t)?"length":kt),Reflect.ownKeys(t)}}class qa extends Oo{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const Ba=new Lo,Ha=new qa,Va=new Lo(!0);const Jr=e=>e,Dn=e=>Reflect.getPrototypeOf(e);function Ka(e,t,n){return function(...r){const s=this.__v_raw,i=ne(s),o=Xt(i),l=e==="entries"||e===Symbol.iterator&&o,a=e==="keys"&&o,u=s[e](...r),c=n?Jr:t?Yr:xe;return!t&&we(i,"iterate",a?Qr:kt),{next(){const{value:f,done:d}=u.next();return d?{value:f,done:d}:{value:l?[c(f[0]),c(f[1])]:c(f),done:d}},[Symbol.iterator](){return this}}}}function Fn(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function za(e,t){const n={get(s){const i=this.__v_raw,o=ne(i),l=ne(s);e||(yt(s,l)&&we(o,"get",s),we(o,"get",l));const{has:a}=Dn(o),u=t?Jr:e?Yr:xe;if(a.call(o,s))return u(i.get(s));if(a.call(o,l))return u(i.get(l));i!==o&&i.get(s)},get size(){const s=this.__v_raw;return!e&&we(ne(s),"iterate",kt),Reflect.get(s,"size",s)},has(s){const i=this.__v_raw,o=ne(i),l=ne(s);return e||(yt(s,l)&&we(o,"has",s),we(o,"has",l)),s===l?i.has(s):i.has(s)||i.has(l)},forEach(s,i){const o=this,l=o.__v_raw,a=ne(l),u=t?Jr:e?Yr:xe;return!e&&we(a,"iterate",kt),l.forEach((c,f)=>s.call(i,u(c),u(f),o))}};return me(n,e?{add:Fn("add"),set:Fn("set"),delete:Fn("delete"),clear:Fn("clear")}:{add(s){!t&&!Fe(s)&&!Lt(s)&&(s=ne(s));const i=ne(this);return Dn(i).has.call(i,s)||(i.add(s),it(i,"add",s,s)),this},set(s,i){!t&&!Fe(i)&&!Lt(i)&&(i=ne(i));const o=ne(this),{has:l,get:a}=Dn(o);let u=l.call(o,s);u||(s=ne(s),u=l.call(o,s));const c=a.call(o,s);return o.set(s,i),u?yt(i,c)&&it(o,"set",s,i):it(o,"add",s,i),this},delete(s){const i=ne(this),{has:o,get:l}=Dn(i);let a=o.call(i,s);a||(s=ne(s),a=o.call(i,s)),l&&l.call(i,s);const u=i.delete(s);return a&&it(i,"delete",s,void 0),u},clear(){const s=ne(this),i=s.size!==0,o=s.clear();return i&&it(s,"clear",void 0,void 0),o}}),["keys","values","entries",Symbol.iterator].forEach(s=>{n[s]=Ka(s,e,t)}),n}function Ps(e,t){const n=za(e,t);return(r,s,i)=>s==="__v_isReactive"?!e:s==="__v_isReadonly"?e:s==="__v_raw"?r:Reflect.get(le(n,s)&&s in r?n:r,s,i)}const Ua={get:Ps(!1,!1)},Wa={get:Ps(!1,!0)},Ga={get:Ps(!0,!1)};const Mo=new WeakMap,$o=new WeakMap,Io=new WeakMap,Qa=new WeakMap;function Ja(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Ya(e){return e.__v_skip||!Object.isExtensible(e)?0:Ja(ba(e))}function Dt(e){return Lt(e)?e:Rs(e,!1,Ba,Ua,Mo)}function jo(e){return Rs(e,!1,Va,Wa,$o)}function No(e){return Rs(e,!0,Ha,Ga,Io)}function Rs(e,t,n,r,s){if(!de(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=s.get(e);if(i)return i;const o=Ya(e);if(o===0)return e;const l=new Proxy(e,o===2?r:n);return s.set(e,l),l}function bt(e){return Lt(e)?bt(e.__v_raw):!!(e&&e.__v_isReactive)}function Lt(e){return!!(e&&e.__v_isReadonly)}function Fe(e){return!!(e&&e.__v_isShallow)}function Ts(e){return e?!!e.__v_raw:!1}function ne(e){const t=e&&e.__v_raw;return t?ne(t):e}function Ft(e){return!le(e,"__v_skip")&&Object.isExtensible(e)&&go(e,"__v_skip",!0),e}const xe=e=>de(e)?Dt(e):e,Yr=e=>de(e)?No(e):e;function ge(e){return e?e.__v_isRef===!0:!1}function Mt(e){return Do(e,!1)}function Xa(e){return Do(e,!0)}function Do(e,t){return ge(e)?e:new Za(e,t)}class Za{constructor(t,n){this.dep=new Cs,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:ne(t),this._value=n?t:xe(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,r=this.__v_isShallow||Fe(t)||Lt(t);t=r?t:ne(t),yt(t,n)&&(this._rawValue=t,this._value=r?t:xe(t),this.dep.trigger())}}function At(e){return ge(e)?e.value:e}const ec={get:(e,t,n)=>t==="__v_raw"?e:At(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const s=e[t];return ge(s)&&!ge(n)?(s.value=n,!0):Reflect.set(e,t,n,r)}};function Fo(e){return bt(e)?e:new Proxy(e,ec)}function tc(e){const t=U(e)?new Array(e.length):{};for(const n in e)t[n]=rc(e,n);return t}class nc{constructor(t,n,r){this._object=t,this._key=n,this._defaultValue=r,this.__v_isRef=!0,this._value=void 0}get value(){const t=this._object[this._key];return this._value=t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return Ia(ne(this._object),this._key)}}function rc(e,t,n){const r=e[t];return ge(r)?r:new nc(e,t,n)}class sc{constructor(t,n,r){this.fn=t,this.setter=n,this._value=void 0,this.dep=new Cs(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=xn-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=r}notify(){if(this.flags|=16,!(this.flags&8)&&fe!==this)return Eo(this,!0),!0}get value(){const t=this.dep.track();return Ro(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function ic(e,t,n=!1){let r,s;return Y(e)?r=e:(r=e.get,s=e.set),new sc(r,s,n)}const qn={},Jn=new WeakMap;let Rt;function oc(e,t=!1,n=Rt){if(n){let r=Jn.get(n);r||Jn.set(n,r=[]),r.push(e)}}function lc(e,t,n=ce){const{immediate:r,deep:s,once:i,scheduler:o,augmentJob:l,call:a}=n,u=k=>s?k:Fe(k)||s===!1||s===0?ot(k,1):ot(k);let c,f,d,g,v=!1,b=!1;if(ge(e)?(f=()=>e.value,v=Fe(e)):bt(e)?(f=()=>u(e),v=!0):U(e)?(b=!0,v=e.some(k=>bt(k)||Fe(k)),f=()=>e.map(k=>{if(ge(k))return k.value;if(bt(k))return u(k);if(Y(k))return a?a(k,2):k()})):Y(e)?t?f=a?()=>a(e,2):e:f=()=>{if(d){xt();try{d()}finally{St()}}const k=Rt;Rt=c;try{return a?a(e,3,[g]):e(g)}finally{Rt=k}}:f=Ve,t&&s){const k=f,O=s===!0?1/0:s;f=()=>ot(k(),O)}const P=wo(),T=()=>{c.stop(),P&&P.active&&_s(P.effects,c)};if(i&&t){const k=t;t=(...O)=>{k(...O),T()}}let $=b?new Array(e.length).fill(qn):qn;const N=k=>{if(!(!(c.flags&1)||!c.dirty&&!k))if(t){const O=c.run();if(s||v||(b?O.some((K,V)=>yt(K,$[V])):yt(O,$))){d&&d();const K=Rt;Rt=c;try{const V=[O,$===qn?void 0:b&&$[0]===qn?[]:$,g];a?a(t,3,V):t(...V),$=O}finally{Rt=K}}}else c.run()};return l&&l(N),c=new xo(f),c.scheduler=o?()=>o(N,!1):N,g=k=>oc(k,!1,c),d=c.onStop=()=>{const k=Jn.get(c);if(k){if(a)a(k,4);else for(const O of k)O();Jn.delete(c)}},t?r?N(!0):$=c.run():o?o(N.bind(null,!0),!0):c.run(),T.pause=c.pause.bind(c),T.resume=c.resume.bind(c),T.stop=T,T}function ot(e,t=1/0,n){if(t<=0||!de(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,ge(e))ot(e.value,t,n);else if(U(e))for(let r=0;r<e.length;r++)ot(e[r],t,n);else if(uo(e)||Xt(e))e.forEach(r=>{ot(r,t,n)});else if(po(e)){for(const r in e)ot(e[r],t,n);for(const r of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,r)&&ot(e[r],t,n)}return e}/**
|
|
10
|
+
* @vue/runtime-core v3.5.13
|
|
11
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
12
|
+
* @license MIT
|
|
13
|
+
**/function Mn(e,t,n,r){try{return r?e(...r):e()}catch(s){pr(s,t,n)}}function ze(e,t,n,r){if(Y(e)){const s=Mn(e,t,n,r);return s&&fo(s)&&s.catch(i=>{pr(i,t,n)}),s}if(U(e)){const s=[];for(let i=0;i<e.length;i++)s.push(ze(e[i],t,n,r));return s}}function pr(e,t,n,r=!0){const s=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||ce;if(t){let l=t.parent;const a=t.proxy,u=`https://vuejs.org/error-reference/#runtime-${n}`;for(;l;){const c=l.ec;if(c){for(let f=0;f<c.length;f++)if(c[f](e,a,u)===!1)return}l=l.parent}if(i){xt(),Mn(i,null,10,[e,a,u]),St();return}}ac(e,n,s,r,o)}function ac(e,t,n,r=!0,s=!1){if(s)throw e;console.error(e)}const Pe=[];let Ye=-1;const Zt=[];let pt=null,Gt=0;const qo=Promise.resolve();let Yn=null;function ks(e){const t=Yn||qo;return e?t.then(this?e.bind(this):e):t}function cc(e){let t=Ye+1,n=Pe.length;for(;t<n;){const r=t+n>>>1,s=Pe[r],i=En(s);i<e||i===e&&s.flags&2?t=r+1:n=r}return t}function As(e){if(!(e.flags&1)){const t=En(e),n=Pe[Pe.length-1];!n||!(e.flags&2)&&t>=En(n)?Pe.push(e):Pe.splice(cc(t),0,e),e.flags|=1,Bo()}}function Bo(){Yn||(Yn=qo.then(Vo))}function uc(e){U(e)?Zt.push(...e):pt&&e.id===-1?pt.splice(Gt+1,0,e):e.flags&1||(Zt.push(e),e.flags|=1),Bo()}function Gs(e,t,n=Ye+1){for(;n<Pe.length;n++){const r=Pe[n];if(r&&r.flags&2){if(e&&r.id!==e.uid)continue;Pe.splice(n,1),n--,r.flags&4&&(r.flags&=-2),r(),r.flags&4||(r.flags&=-2)}}}function Ho(e){if(Zt.length){const t=[...new Set(Zt)].sort((n,r)=>En(n)-En(r));if(Zt.length=0,pt){pt.push(...t);return}for(pt=t,Gt=0;Gt<pt.length;Gt++){const n=pt[Gt];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}pt=null,Gt=0}}const En=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Vo(e){const t=Ve;try{for(Ye=0;Ye<Pe.length;Ye++){const n=Pe[Ye];n&&!(n.flags&8)&&(n.flags&4&&(n.flags&=-2),Mn(n,n.i,n.i?15:14),n.flags&4||(n.flags&=-2))}}finally{for(;Ye<Pe.length;Ye++){const n=Pe[Ye];n&&(n.flags&=-2)}Ye=-1,Pe.length=0,Ho(),Yn=null,(Pe.length||Zt.length)&&Vo()}}let ve=null,Ko=null;function Xn(e){const t=ve;return ve=e,Ko=e&&e.type.__scopeId||null,t}function fc(e,t=ve,n){if(!t||e._n)return e;const r=(...s)=>{r._d&&li(-1);const i=Xn(t);let o;try{o=e(...s)}finally{Xn(i),r._d&&li(1)}return o};return r._n=!0,r._c=!0,r._d=!0,r}function zo(e,t){if(ve===null)return e;const n=br(ve),r=e.dirs||(e.dirs=[]);for(let s=0;s<t.length;s++){let[i,o,l,a=ce]=t[s];i&&(Y(i)&&(i={mounted:i,updated:i}),i.deep&&ot(o),r.push({dir:i,instance:n,value:o,oldValue:void 0,arg:l,modifiers:a}))}return e}function Et(e,t,n,r){const s=e.dirs,i=t&&t.dirs;for(let o=0;o<s.length;o++){const l=s[o];i&&(l.oldValue=i[o].value);let a=l.dir[r];a&&(xt(),ze(a,n,8,[e.el,l,e,t]),St())}}const Uo=Symbol("_vte"),Wo=e=>e.__isTeleport,gn=e=>e&&(e.disabled||e.disabled===""),Qs=e=>e&&(e.defer||e.defer===""),Js=e=>typeof SVGElement!="undefined"&&e instanceof SVGElement,Ys=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,Xr=(e,t)=>{const n=e&&e.to;return pe(n)?t?t(n):null:n},Go={name:"Teleport",__isTeleport:!0,process(e,t,n,r,s,i,o,l,a,u){const{mc:c,pc:f,pbc:d,o:{insert:g,querySelector:v,createText:b,createComment:P}}=u,T=gn(t.props);let{shapeFlag:$,children:N,dynamicChildren:k}=t;if(e==null){const O=t.el=b(""),K=t.anchor=b("");g(O,n,r),g(K,n,r);const V=(E,B)=>{$&16&&(s&&s.isCE&&(s.ce._teleportTarget=E),c(N,E,B,s,i,o,l,a))},F=()=>{const E=t.target=Xr(t.props,v),B=Qo(E,t,b,g);E&&(o!=="svg"&&Js(E)?o="svg":o!=="mathml"&&Ys(E)&&(o="mathml"),T||(V(E,B),Vn(t,!1)))};T&&(V(n,K),Vn(t,!0)),Qs(t.props)?Ee(()=>{F(),t.el.__isMounted=!0},i):F()}else{if(Qs(t.props)&&!e.el.__isMounted){Ee(()=>{Go.process(e,t,n,r,s,i,o,l,a,u),delete e.el.__isMounted},i);return}t.el=e.el,t.targetStart=e.targetStart;const O=t.anchor=e.anchor,K=t.target=e.target,V=t.targetAnchor=e.targetAnchor,F=gn(e.props),E=F?n:K,B=F?O:V;if(o==="svg"||Js(K)?o="svg":(o==="mathml"||Ys(K))&&(o="mathml"),k?(d(e.dynamicChildren,k,E,s,i,o,l),Is(e,t,!0)):a||f(e,t,E,B,s,i,o,l,!1),T)F?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):Bn(t,n,O,u,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const W=t.target=Xr(t.props,v);W&&Bn(t,W,null,u,0)}else F&&Bn(t,K,V,u,1);Vn(t,T)}},remove(e,t,n,{um:r,o:{remove:s}},i){const{shapeFlag:o,children:l,anchor:a,targetStart:u,targetAnchor:c,target:f,props:d}=e;if(f&&(s(u),s(c)),i&&s(a),o&16){const g=i||!gn(d);for(let v=0;v<l.length;v++){const b=l[v];r(b,t,n,g,!!b.dynamicChildren)}}},move:Bn,hydrate:dc};function Bn(e,t,n,{o:{insert:r},m:s},i=2){i===0&&r(e.targetAnchor,t,n);const{el:o,anchor:l,shapeFlag:a,children:u,props:c}=e,f=i===2;if(f&&r(o,t,n),(!f||gn(c))&&a&16)for(let d=0;d<u.length;d++)s(u[d],t,n,2);f&&r(l,t,n)}function dc(e,t,n,r,s,i,{o:{nextSibling:o,parentNode:l,querySelector:a,insert:u,createText:c}},f){const d=t.target=Xr(t.props,a);if(d){const g=gn(t.props),v=d._lpa||d.firstChild;if(t.shapeFlag&16)if(g)t.anchor=f(o(e),t,l(e),n,r,s,i),t.targetStart=v,t.targetAnchor=v&&o(v);else{t.anchor=o(e);let b=v;for(;b;){if(b&&b.nodeType===8){if(b.data==="teleport start anchor")t.targetStart=b;else if(b.data==="teleport anchor"){t.targetAnchor=b,d._lpa=t.targetAnchor&&o(t.targetAnchor);break}}b=o(b)}t.targetAnchor||Qo(d,t,c,u),f(v&&o(v),t,d,n,r,s,i)}Vn(t,g)}return t.anchor&&o(t.anchor)}const Ih=Go;function Vn(e,t){const n=e.ctx;if(n&&n.ut){let r,s;for(t?(r=e.el,s=e.anchor):(r=e.targetStart,s=e.targetAnchor);r&&r!==s;)r.nodeType===1&&r.setAttribute("data-v-owner",n.uid),r=r.nextSibling;n.ut()}}function Qo(e,t,n,r){const s=t.targetStart=n(""),i=t.targetAnchor=n("");return s[Uo]=i,e&&(r(s,e),r(i,e)),i}const gt=Symbol("_leaveCb"),Hn=Symbol("_enterCb");function Jo(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return rl(()=>{e.isMounted=!0}),Ls(()=>{e.isUnmounting=!0}),e}const Ne=[Function,Array],Yo={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Ne,onEnter:Ne,onAfterEnter:Ne,onEnterCancelled:Ne,onBeforeLeave:Ne,onLeave:Ne,onAfterLeave:Ne,onLeaveCancelled:Ne,onBeforeAppear:Ne,onAppear:Ne,onAfterAppear:Ne,onAppearCancelled:Ne},Xo=e=>{const t=e.subTree;return t.component?Xo(t.component):t},hc={name:"BaseTransition",props:Yo,setup(e,{slots:t}){const n=$n(),r=Jo();return()=>{const s=t.default&&Os(t.default(),!0);if(!s||!s.length)return;const i=Zo(s),o=ne(e),{mode:l}=o;if(r.isLeaving)return Or(i);const a=Xs(i);if(!a)return Or(i);let u=Cn(a,o,r,n,f=>u=f);a.type!==Re&&$t(a,u);let c=n.subTree&&Xs(n.subTree);if(c&&c.type!==Re&&!Tt(a,c)&&Xo(n).type!==Re){let f=Cn(c,o,r,n);if($t(c,f),l==="out-in"&&a.type!==Re)return r.isLeaving=!0,f.afterLeave=()=>{r.isLeaving=!1,n.job.flags&8||n.update(),delete f.afterLeave,c=void 0},Or(i);l==="in-out"&&a.type!==Re?f.delayLeave=(d,g,v)=>{const b=el(r,c);b[String(c.key)]=c,d[gt]=()=>{g(),d[gt]=void 0,delete u.delayedLeave,c=void 0},u.delayedLeave=()=>{v(),delete u.delayedLeave,c=void 0}}:c=void 0}else c&&(c=void 0);return i}}};function Zo(e){let t=e[0];if(e.length>1){for(const n of e)if(n.type!==Re){t=n;break}}return t}const pc=hc;function el(e,t){const{leavingVNodes:n}=e;let r=n.get(t.type);return r||(r=Object.create(null),n.set(t.type,r)),r}function Cn(e,t,n,r,s){const{appear:i,mode:o,persisted:l=!1,onBeforeEnter:a,onEnter:u,onAfterEnter:c,onEnterCancelled:f,onBeforeLeave:d,onLeave:g,onAfterLeave:v,onLeaveCancelled:b,onBeforeAppear:P,onAppear:T,onAfterAppear:$,onAppearCancelled:N}=t,k=String(e.key),O=el(n,e),K=(E,B)=>{E&&ze(E,r,9,B)},V=(E,B)=>{const W=B[1];K(E,B),U(E)?E.every(A=>A.length<=1)&&W():E.length<=1&&W()},F={mode:o,persisted:l,beforeEnter(E){let B=a;if(!n.isMounted)if(i)B=P||a;else return;E[gt]&&E[gt](!0);const W=O[k];W&&Tt(e,W)&&W.el[gt]&&W.el[gt](),K(B,[E])},enter(E){let B=u,W=c,A=f;if(!n.isMounted)if(i)B=T||u,W=$||c,A=N||f;else return;let Z=!1;const I=E[Hn]=ee=>{Z||(Z=!0,ee?K(A,[E]):K(W,[E]),F.delayedLeave&&F.delayedLeave(),E[Hn]=void 0)};B?V(B,[E,I]):I()},leave(E,B){const W=String(e.key);if(E[Hn]&&E[Hn](!0),n.isUnmounting)return B();K(d,[E]);let A=!1;const Z=E[gt]=I=>{A||(A=!0,B(),I?K(b,[E]):K(v,[E]),E[gt]=void 0,O[W]===e&&delete O[W])};O[W]=e,g?V(g,[E,Z]):Z()},clone(E){const B=Cn(E,t,n,r,s);return s&&s(B),B}};return F}function Or(e){if(mr(e))return e=wt(e),e.children=null,e}function Xs(e){if(!mr(e))return Wo(e.type)&&e.children?Zo(e.children):e;const{shapeFlag:t,children:n}=e;if(n){if(t&16)return n[0];if(t&32&&Y(n.default))return n.default()}}function $t(e,t){e.shapeFlag&6&&e.component?(e.transition=t,$t(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function Os(e,t=!1,n){let r=[],s=0;for(let i=0;i<e.length;i++){let o=e[i];const l=n==null?o.key:String(n)+String(o.key!=null?o.key:i);o.type===Oe?(o.patchFlag&128&&s++,r=r.concat(Os(o.children,t,l))):(t||o.type!==Re)&&r.push(l!=null?wt(o,{key:l}):o)}if(s>1)for(let i=0;i<r.length;i++)r[i].patchFlag=-2;return r}/*! #__NO_SIDE_EFFECTS__ */function gr(e,t){return Y(e)?(()=>me({name:e.name},t,{setup:e}))():e}function tl(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function Zn(e,t,n,r,s=!1){if(U(e)){e.forEach((v,b)=>Zn(v,t&&(U(t)?t[b]:t),n,r,s));return}if(en(r)&&!s){r.shapeFlag&512&&r.type.__asyncResolved&&r.component.subTree.component&&Zn(e,t,n,r.component.subTree);return}const i=r.shapeFlag&4?br(r.component):r.el,o=s?null:i,{i:l,r:a}=e,u=t&&t.r,c=l.refs===ce?l.refs={}:l.refs,f=l.setupState,d=ne(f),g=f===ce?()=>!1:v=>le(d,v);if(u!=null&&u!==a&&(pe(u)?(c[u]=null,g(u)&&(f[u]=null)):ge(u)&&(u.value=null)),Y(a))Mn(a,l,12,[o,c]);else{const v=pe(a),b=ge(a);if(v||b){const P=()=>{if(e.f){const T=v?g(a)?f[a]:c[a]:a.value;s?U(T)&&_s(T,i):U(T)?T.includes(i)||T.push(i):v?(c[a]=[i],g(a)&&(f[a]=c[a])):(a.value=[i],e.k&&(c[e.k]=a.value))}else v?(c[a]=o,g(a)&&(f[a]=o)):b&&(a.value=o,e.k&&(c[e.k]=o))};o?(P.id=-1,Ee(P,n)):P()}}}dr().requestIdleCallback;dr().cancelIdleCallback;const en=e=>!!e.type.__asyncLoader,mr=e=>e.type.__isKeepAlive;function gc(e,t){nl(e,"a",t)}function mc(e,t){nl(e,"da",t)}function nl(e,t,n=_e){const r=e.__wdc||(e.__wdc=()=>{let s=n;for(;s;){if(s.isDeactivated)return;s=s.parent}return e()});if(vr(t,r,n),n){let s=n.parent;for(;s&&s.parent;)mr(s.parent.vnode)&&vc(r,t,n,s),s=s.parent}}function vc(e,t,n,r){const s=vr(t,e,r,!0);il(()=>{_s(r[t],s)},n)}function vr(e,t,n=_e,r=!1){if(n){const s=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...o)=>{xt();const l=In(n),a=ze(t,n,e,o);return l(),St(),a});return r?s.unshift(i):s.push(i),i}}const at=e=>(t,n=_e)=>{(!Tn||e==="sp")&&vr(e,(...r)=>t(...r),n)},_c=at("bm"),rl=at("m"),yc=at("bu"),sl=at("u"),Ls=at("bum"),il=at("um"),bc=at("sp"),wc=at("rtg"),xc=at("rtc");function Sc(e,t=_e){vr("ec",e,t)}const ol="components";function Ec(e,t){return Pc(ol,e,!0,t)||e}const Cc=Symbol.for("v-ndc");function Pc(e,t,n=!0,r=!1){const s=ve||_e;if(s){const i=s.type;if(e===ol){const l=pu(i,!1);if(l&&(l===t||l===qe(t)||l===fr(qe(t))))return i}const o=Zs(s[e]||i[e],t)||Zs(s.appContext[e],t);return!o&&r?i:o}}function Zs(e,t){return e&&(e[t]||e[qe(t)]||e[fr(qe(t))])}function jh(e,t,n,r){let s;const i=n&&n[r],o=U(e);if(o||pe(e)){const l=o&&bt(e);let a=!1;l&&(a=!Fe(e),e=hr(e)),s=new Array(e.length);for(let u=0,c=e.length;u<c;u++)s[u]=t(a?xe(e[u]):e[u],u,void 0,i&&i[u])}else if(typeof e=="number"){s=new Array(e);for(let l=0;l<e;l++)s[l]=t(l+1,l,void 0,i&&i[l])}else if(de(e))if(e[Symbol.iterator])s=Array.from(e,(l,a)=>t(l,a,void 0,i&&i[a]));else{const l=Object.keys(e);s=new Array(l.length);for(let a=0,u=l.length;a<u;a++){const c=l[a];s[a]=t(e[c],c,a,i&&i[a])}}else s=[];return n&&(n[r]=s),s}function Nh(e,t,n={},r,s){if(ve.ce||ve.parent&&en(ve.parent)&&ve.parent.ce)return t!=="default"&&(n.name=t),tr(),nr(Oe,null,[Te("slot",n,r&&r())],64);let i=e[t];i&&i._c&&(i._d=!1),tr();const o=i&&ll(i(n)),l=n.key||o&&o.key,a=nr(Oe,{key:(l&&!lt(l)?l:`_${t}`)+(!o&&r?"_fb":"")},o||(r?r():[]),o&&e._===1?64:-2);return!s&&a.scopeId&&(a.slotScopeIds=[a.scopeId+"-s"]),i&&i._c&&(i._d=!0),a}function ll(e){return e.some(t=>Rn(t)?!(t.type===Re||t.type===Oe&&!ll(t.children)):!0)?e:null}const Zr=e=>e?Rl(e)?br(e):Zr(e.parent):null,mn=me(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>Zr(e.parent),$root:e=>Zr(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>Ms(e),$forceUpdate:e=>e.f||(e.f=()=>{As(e.update)}),$nextTick:e=>e.n||(e.n=ks.bind(e.proxy)),$watch:e=>Gc.bind(e)}),Lr=(e,t)=>e!==ce&&!e.__isScriptSetup&&le(e,t),Rc={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:r,data:s,props:i,accessCache:o,type:l,appContext:a}=e;let u;if(t[0]!=="$"){const g=o[t];if(g!==void 0)switch(g){case 1:return r[t];case 2:return s[t];case 4:return n[t];case 3:return i[t]}else{if(Lr(r,t))return o[t]=1,r[t];if(s!==ce&&le(s,t))return o[t]=2,s[t];if((u=e.propsOptions[0])&&le(u,t))return o[t]=3,i[t];if(n!==ce&&le(n,t))return o[t]=4,n[t];es&&(o[t]=0)}}const c=mn[t];let f,d;if(c)return t==="$attrs"&&we(e.attrs,"get",""),c(e);if((f=l.__cssModules)&&(f=f[t]))return f;if(n!==ce&&le(n,t))return o[t]=4,n[t];if(d=a.config.globalProperties,le(d,t))return d[t]},set({_:e},t,n){const{data:r,setupState:s,ctx:i}=e;return Lr(s,t)?(s[t]=n,!0):r!==ce&&le(r,t)?(r[t]=n,!0):le(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:s,propsOptions:i}},o){let l;return!!n[o]||e!==ce&&le(e,o)||Lr(t,o)||(l=i[0])&&le(l,o)||le(r,o)||le(mn,o)||le(s.config.globalProperties,o)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:le(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function ei(e){return U(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let es=!0;function Tc(e){const t=Ms(e),n=e.proxy,r=e.ctx;es=!1,t.beforeCreate&&ti(t.beforeCreate,e,"bc");const{data:s,computed:i,methods:o,watch:l,provide:a,inject:u,created:c,beforeMount:f,mounted:d,beforeUpdate:g,updated:v,activated:b,deactivated:P,beforeDestroy:T,beforeUnmount:$,destroyed:N,unmounted:k,render:O,renderTracked:K,renderTriggered:V,errorCaptured:F,serverPrefetch:E,expose:B,inheritAttrs:W,components:A,directives:Z,filters:I}=t;if(u&&kc(u,r,null),o)for(const X in o){const se=o[X];Y(se)&&(r[X]=se.bind(n))}if(s){const X=s.call(n,n);de(X)&&(e.data=Dt(X))}if(es=!0,i)for(const X in i){const se=i[X],tt=Y(se)?se.bind(n,n):Y(se.get)?se.get.bind(n,n):Ve,ct=!Y(se)&&Y(se.set)?se.set.bind(n):Ve,We=Q({get:tt,set:ct});Object.defineProperty(r,X,{enumerable:!0,configurable:!0,get:()=>We.value,set:ke=>We.value=ke})}if(l)for(const X in l)al(l[X],r,n,X);if(a){const X=Y(a)?a.call(n):a;Reflect.ownKeys(X).forEach(se=>{Kn(se,X[se])})}c&&ti(c,e,"c");function re(X,se){U(se)?se.forEach(tt=>X(tt.bind(n))):se&&X(se.bind(n))}if(re(_c,f),re(rl,d),re(yc,g),re(sl,v),re(gc,b),re(mc,P),re(Sc,F),re(xc,K),re(wc,V),re(Ls,$),re(il,k),re(bc,E),U(B))if(B.length){const X=e.exposed||(e.exposed={});B.forEach(se=>{Object.defineProperty(X,se,{get:()=>n[se],set:tt=>n[se]=tt})})}else e.exposed||(e.exposed={});O&&e.render===Ve&&(e.render=O),W!=null&&(e.inheritAttrs=W),A&&(e.components=A),Z&&(e.directives=Z),E&&tl(e)}function kc(e,t,n=Ve){U(e)&&(e=ts(e));for(const r in e){const s=e[r];let i;de(s)?"default"in s?i=Ze(s.from||r,s.default,!0):i=Ze(s.from||r):i=Ze(s),ge(i)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>i.value,set:o=>i.value=o}):t[r]=i}}function ti(e,t,n){ze(U(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function al(e,t,n,r){let s=r.includes(".")?wl(n,r):()=>n[r];if(pe(e)){const i=t[e];Y(i)&&vn(s,i)}else if(Y(e))vn(s,e.bind(n));else if(de(e))if(U(e))e.forEach(i=>al(i,t,n,r));else{const i=Y(e.handler)?e.handler.bind(n):t[e.handler];Y(i)&&vn(s,i,e)}}function Ms(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:s,optionsCache:i,config:{optionMergeStrategies:o}}=e.appContext,l=i.get(t);let a;return l?a=l:!s.length&&!n&&!r?a=t:(a={},s.length&&s.forEach(u=>er(a,u,o,!0)),er(a,t,o)),de(t)&&i.set(t,a),a}function er(e,t,n,r=!1){const{mixins:s,extends:i}=t;i&&er(e,i,n,!0),s&&s.forEach(o=>er(e,o,n,!0));for(const o in t)if(!(r&&o==="expose")){const l=Ac[o]||n&&n[o];e[o]=l?l(e[o],t[o]):t[o]}return e}const Ac={data:ni,props:ri,emits:ri,methods:un,computed:un,beforeCreate:Se,created:Se,beforeMount:Se,mounted:Se,beforeUpdate:Se,updated:Se,beforeDestroy:Se,beforeUnmount:Se,destroyed:Se,unmounted:Se,activated:Se,deactivated:Se,errorCaptured:Se,serverPrefetch:Se,components:un,directives:un,watch:Lc,provide:ni,inject:Oc};function ni(e,t){return t?e?function(){return me(Y(e)?e.call(this,this):e,Y(t)?t.call(this,this):t)}:t:e}function Oc(e,t){return un(ts(e),ts(t))}function ts(e){if(U(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Se(e,t){return e?[...new Set([].concat(e,t))]:t}function un(e,t){return e?me(Object.create(null),e,t):t}function ri(e,t){return e?U(e)&&U(t)?[...new Set([...e,...t])]:me(Object.create(null),ei(e),ei(t!=null?t:{})):t}function Lc(e,t){if(!e)return t;if(!t)return e;const n=me(Object.create(null),e);for(const r in t)n[r]=Se(e[r],t[r]);return n}function cl(){return{app:null,config:{isNativeTag:_a,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 Mc=0;function $c(e,t){return function(r,s=null){Y(r)||(r=me({},r)),s!=null&&!de(s)&&(s=null);const i=cl(),o=new WeakSet,l=[];let a=!1;const u=i.app={_uid:Mc++,_component:r,_props:s,_container:null,_context:i,_instance:null,version:mu,get config(){return i.config},set config(c){},use(c,...f){return o.has(c)||(c&&Y(c.install)?(o.add(c),c.install(u,...f)):Y(c)&&(o.add(c),c(u,...f))),u},mixin(c){return i.mixins.includes(c)||i.mixins.push(c),u},component(c,f){return f?(i.components[c]=f,u):i.components[c]},directive(c,f){return f?(i.directives[c]=f,u):i.directives[c]},mount(c,f,d){if(!a){const g=u._ceVNode||Te(r,s);return g.appContext=i,d===!0?d="svg":d===!1&&(d=void 0),f&&t?t(g,c):e(g,c,d),a=!0,u._container=c,c.__vue_app__=u,br(g.component)}},onUnmount(c){l.push(c)},unmount(){a&&(ze(l,u._instance,16),e(null,u._container),delete u._container.__vue_app__)},provide(c,f){return i.provides[c]=f,u},runWithContext(c){const f=Ot;Ot=u;try{return c()}finally{Ot=f}}};return u}}let Ot=null;function Kn(e,t){if(_e){let n=_e.provides;const r=_e.parent&&_e.parent.provides;r===n&&(n=_e.provides=Object.create(r)),n[e]=t}}function Ze(e,t,n=!1){const r=_e||ve;if(r||Ot){const s=Ot?Ot._context.provides:r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:void 0;if(s&&e in s)return s[e];if(arguments.length>1)return n&&Y(t)?t.call(r&&r.proxy):t}}function Ic(){return!!(_e||ve||Ot)}const ul={},fl=()=>Object.create(ul),dl=e=>Object.getPrototypeOf(e)===ul;function jc(e,t,n,r=!1){const s={},i=fl();e.propsDefaults=Object.create(null),hl(e,t,s,i);for(const o in e.propsOptions[0])o in s||(s[o]=void 0);n?e.props=r?s:jo(s):e.type.props?e.props=s:e.props=i,e.attrs=i}function Nc(e,t,n,r){const{props:s,attrs:i,vnode:{patchFlag:o}}=e,l=ne(s),[a]=e.propsOptions;let u=!1;if((r||o>0)&&!(o&16)){if(o&8){const c=e.vnode.dynamicProps;for(let f=0;f<c.length;f++){let d=c[f];if(_r(e.emitsOptions,d))continue;const g=t[d];if(a)if(le(i,d))g!==i[d]&&(i[d]=g,u=!0);else{const v=qe(d);s[v]=ns(a,l,v,g,e,!1)}else g!==i[d]&&(i[d]=g,u=!0)}}}else{hl(e,t,s,i)&&(u=!0);let c;for(const f in l)(!t||!le(t,f)&&((c=Nt(f))===f||!le(t,c)))&&(a?n&&(n[f]!==void 0||n[c]!==void 0)&&(s[f]=ns(a,l,f,void 0,e,!0)):delete s[f]);if(i!==l)for(const f in i)(!t||!le(t,f)&&!0)&&(delete i[f],u=!0)}u&&it(e.attrs,"set","")}function hl(e,t,n,r){const[s,i]=e.propsOptions;let o=!1,l;if(t)for(let a in t){if(dn(a))continue;const u=t[a];let c;s&&le(s,c=qe(a))?!i||!i.includes(c)?n[c]=u:(l||(l={}))[c]=u:_r(e.emitsOptions,a)||(!(a in r)||u!==r[a])&&(r[a]=u,o=!0)}if(i){const a=ne(n),u=l||ce;for(let c=0;c<i.length;c++){const f=i[c];n[f]=ns(s,a,f,u[f],e,!le(u,f))}}return o}function ns(e,t,n,r,s,i){const o=e[n];if(o!=null){const l=le(o,"default");if(l&&r===void 0){const a=o.default;if(o.type!==Function&&!o.skipFactory&&Y(a)){const{propsDefaults:u}=s;if(n in u)r=u[n];else{const c=In(s);r=u[n]=a.call(null,t),c()}}else r=a;s.ce&&s.ce._setProp(n,r)}o[0]&&(i&&!l?r=!1:o[1]&&(r===""||r===Nt(n))&&(r=!0))}return r}const Dc=new WeakMap;function pl(e,t,n=!1){const r=n?Dc:t.propsCache,s=r.get(e);if(s)return s;const i=e.props,o={},l=[];let a=!1;if(!Y(e)){const c=f=>{a=!0;const[d,g]=pl(f,t,!0);me(o,d),g&&l.push(...g)};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}if(!i&&!a)return de(e)&&r.set(e,Yt),Yt;if(U(i))for(let c=0;c<i.length;c++){const f=qe(i[c]);si(f)&&(o[f]=ce)}else if(i)for(const c in i){const f=qe(c);if(si(f)){const d=i[c],g=o[f]=U(d)||Y(d)?{type:d}:me({},d),v=g.type;let b=!1,P=!0;if(U(v))for(let T=0;T<v.length;++T){const $=v[T],N=Y($)&&$.name;if(N==="Boolean"){b=!0;break}else N==="String"&&(P=!1)}else b=Y(v)&&v.name==="Boolean";g[0]=b,g[1]=P,(b||le(g,"default"))&&l.push(f)}}const u=[o,l];return de(e)&&r.set(e,u),u}function si(e){return e[0]!=="$"&&!dn(e)}const gl=e=>e[0]==="_"||e==="$stable",$s=e=>U(e)?e.map(Xe):[Xe(e)],Fc=(e,t,n)=>{if(t._n)return t;const r=fc((...s)=>$s(t(...s)),n);return r._c=!1,r},ml=(e,t,n)=>{const r=e._ctx;for(const s in e){if(gl(s))continue;const i=e[s];if(Y(i))t[s]=Fc(s,i,r);else if(i!=null){const o=$s(i);t[s]=()=>o}}},vl=(e,t)=>{const n=$s(t);e.slots.default=()=>n},_l=(e,t,n)=>{for(const r in t)(n||r!=="_")&&(e[r]=t[r])},qc=(e,t,n)=>{const r=e.slots=fl();if(e.vnode.shapeFlag&32){const s=t._;s?(_l(r,t,n),n&&go(r,"_",s,!0)):ml(t,r)}else t&&vl(e,t)},Bc=(e,t,n)=>{const{vnode:r,slots:s}=e;let i=!0,o=ce;if(r.shapeFlag&32){const l=t._;l?n&&l===1?i=!1:_l(s,t,n):(i=!t.$stable,ml(t,s)),o=t}else t&&(vl(e,t),o={default:1});if(i)for(const l in s)!gl(l)&&o[l]==null&&delete s[l]},Ee=tu;function Hc(e){return Vc(e)}function Vc(e,t){const n=dr();n.__VUE__=!0;const{insert:r,remove:s,patchProp:i,createElement:o,createText:l,createComment:a,setText:u,setElementText:c,parentNode:f,nextSibling:d,setScopeId:g=Ve,insertStaticContent:v}=e,b=(h,p,m,w=null,_=null,x=null,L=void 0,R=null,C=!!p.dynamicChildren)=>{if(h===p)return;h&&!Tt(h,p)&&(w=y(h),ke(h,_,x,!0),h=null),p.patchFlag===-2&&(C=!1,p.dynamicChildren=null);const{type:S,ref:z,shapeFlag:j}=p;switch(S){case yr:P(h,p,m,w);break;case Re:T(h,p,m,w);break;case Ir:h==null&&$(p,m,w,L);break;case Oe:A(h,p,m,w,_,x,L,R,C);break;default:j&1?O(h,p,m,w,_,x,L,R,C):j&6?Z(h,p,m,w,_,x,L,R,C):(j&64||j&128)&&S.process(h,p,m,w,_,x,L,R,C,q)}z!=null&&_&&Zn(z,h&&h.ref,x,p||h,!p)},P=(h,p,m,w)=>{if(h==null)r(p.el=l(p.children),m,w);else{const _=p.el=h.el;p.children!==h.children&&u(_,p.children)}},T=(h,p,m,w)=>{h==null?r(p.el=a(p.children||""),m,w):p.el=h.el},$=(h,p,m,w)=>{[h.el,h.anchor]=v(h.children,p,m,w,h.el,h.anchor)},N=({el:h,anchor:p},m,w)=>{let _;for(;h&&h!==p;)_=d(h),r(h,m,w),h=_;r(p,m,w)},k=({el:h,anchor:p})=>{let m;for(;h&&h!==p;)m=d(h),s(h),h=m;s(p)},O=(h,p,m,w,_,x,L,R,C)=>{p.type==="svg"?L="svg":p.type==="math"&&(L="mathml"),h==null?K(p,m,w,_,x,L,R,C):E(h,p,_,x,L,R,C)},K=(h,p,m,w,_,x,L,R)=>{let C,S;const{props:z,shapeFlag:j,transition:H,dirs:J}=h;if(C=h.el=o(h.type,x,z&&z.is,z),j&8?c(C,h.children):j&16&&F(h.children,C,null,w,_,Mr(h,x),L,R),J&&Et(h,null,w,"created"),V(C,h,h.scopeId,L,w),z){for(const ue in z)ue!=="value"&&!dn(ue)&&i(C,ue,null,z[ue],x,w);"value"in z&&i(C,"value",null,z.value,x),(S=z.onVnodeBeforeMount)&&Qe(S,w,h)}J&&Et(h,null,w,"beforeMount");const te=Kc(_,H);te&&H.beforeEnter(C),r(C,p,m),((S=z&&z.onVnodeMounted)||te||J)&&Ee(()=>{S&&Qe(S,w,h),te&&H.enter(C),J&&Et(h,null,w,"mounted")},_)},V=(h,p,m,w,_)=>{if(m&&g(h,m),w)for(let x=0;x<w.length;x++)g(h,w[x]);if(_){let x=_.subTree;if(p===x||Sl(x.type)&&(x.ssContent===p||x.ssFallback===p)){const L=_.vnode;V(h,L,L.scopeId,L.slotScopeIds,_.parent)}}},F=(h,p,m,w,_,x,L,R,C=0)=>{for(let S=C;S<h.length;S++){const z=h[S]=R?mt(h[S]):Xe(h[S]);b(null,z,p,m,w,_,x,L,R)}},E=(h,p,m,w,_,x,L)=>{const R=p.el=h.el;let{patchFlag:C,dynamicChildren:S,dirs:z}=p;C|=h.patchFlag&16;const j=h.props||ce,H=p.props||ce;let J;if(m&&Ct(m,!1),(J=H.onVnodeBeforeUpdate)&&Qe(J,m,p,h),z&&Et(p,h,m,"beforeUpdate"),m&&Ct(m,!0),(j.innerHTML&&H.innerHTML==null||j.textContent&&H.textContent==null)&&c(R,""),S?B(h.dynamicChildren,S,R,m,w,Mr(p,_),x):L||se(h,p,R,null,m,w,Mr(p,_),x,!1),C>0){if(C&16)W(R,j,H,m,_);else if(C&2&&j.class!==H.class&&i(R,"class",null,H.class,_),C&4&&i(R,"style",j.style,H.style,_),C&8){const te=p.dynamicProps;for(let ue=0;ue<te.length;ue++){const ae=te[ue],Le=j[ae],ye=H[ae];(ye!==Le||ae==="value")&&i(R,ae,Le,ye,_,m)}}C&1&&h.children!==p.children&&c(R,p.children)}else!L&&S==null&&W(R,j,H,m,_);((J=H.onVnodeUpdated)||z)&&Ee(()=>{J&&Qe(J,m,p,h),z&&Et(p,h,m,"updated")},w)},B=(h,p,m,w,_,x,L)=>{for(let R=0;R<p.length;R++){const C=h[R],S=p[R],z=C.el&&(C.type===Oe||!Tt(C,S)||C.shapeFlag&70)?f(C.el):m;b(C,S,z,null,w,_,x,L,!0)}},W=(h,p,m,w,_)=>{if(p!==m){if(p!==ce)for(const x in p)!dn(x)&&!(x in m)&&i(h,x,p[x],null,_,w);for(const x in m){if(dn(x))continue;const L=m[x],R=p[x];L!==R&&x!=="value"&&i(h,x,R,L,_,w)}"value"in m&&i(h,"value",p.value,m.value,_)}},A=(h,p,m,w,_,x,L,R,C)=>{const S=p.el=h?h.el:l(""),z=p.anchor=h?h.anchor:l("");let{patchFlag:j,dynamicChildren:H,slotScopeIds:J}=p;J&&(R=R?R.concat(J):J),h==null?(r(S,m,w),r(z,m,w),F(p.children||[],m,z,_,x,L,R,C)):j>0&&j&64&&H&&h.dynamicChildren?(B(h.dynamicChildren,H,m,_,x,L,R),(p.key!=null||_&&p===_.subTree)&&Is(h,p,!0)):se(h,p,m,z,_,x,L,R,C)},Z=(h,p,m,w,_,x,L,R,C)=>{p.slotScopeIds=R,h==null?p.shapeFlag&512?_.ctx.activate(p,m,w,L,C):I(p,m,w,_,x,L,C):ee(h,p,C)},I=(h,p,m,w,_,x,L)=>{const R=h.component=cu(h,w,_);if(mr(h)&&(R.ctx.renderer=q),uu(R,!1,L),R.asyncDep){if(_&&_.registerDep(R,re,L),!h.el){const C=R.subTree=Te(Re);T(null,C,p,m)}}else re(R,h,p,m,_,x,L)},ee=(h,p,m)=>{const w=p.component=h.component;if(Zc(h,p,m))if(w.asyncDep&&!w.asyncResolved){X(w,p,m);return}else w.next=p,w.update();else p.el=h.el,w.vnode=p},re=(h,p,m,w,_,x,L)=>{const R=()=>{if(h.isMounted){let{next:j,bu:H,u:J,parent:te,vnode:ue}=h;{const Me=yl(h);if(Me){j&&(j.el=ue.el,X(h,j,L)),Me.asyncDep.then(()=>{h.isUnmounted||R()});return}}let ae=j,Le;Ct(h,!1),j?(j.el=ue.el,X(h,j,L)):j=ue,H&&Pr(H),(Le=j.props&&j.props.onVnodeBeforeUpdate)&&Qe(Le,te,j,ue),Ct(h,!0);const ye=$r(h),Be=h.subTree;h.subTree=ye,b(Be,ye,f(Be.el),y(Be),h,_,x),j.el=ye.el,ae===null&&eu(h,ye.el),J&&Ee(J,_),(Le=j.props&&j.props.onVnodeUpdated)&&Ee(()=>Qe(Le,te,j,ue),_)}else{let j;const{el:H,props:J}=p,{bm:te,m:ue,parent:ae,root:Le,type:ye}=h,Be=en(p);if(Ct(h,!1),te&&Pr(te),!Be&&(j=J&&J.onVnodeBeforeMount)&&Qe(j,ae,p),Ct(h,!0),H&&he){const Me=()=>{h.subTree=$r(h),he(H,h.subTree,h,_,null)};Be&&ye.__asyncHydrate?ye.__asyncHydrate(H,h,Me):Me()}else{Le.ce&&Le.ce._injectChildStyle(ye);const Me=h.subTree=$r(h);b(null,Me,m,w,h,_,x),p.el=Me.el}if(ue&&Ee(ue,_),!Be&&(j=J&&J.onVnodeMounted)){const Me=p;Ee(()=>Qe(j,ae,Me),_)}(p.shapeFlag&256||ae&&en(ae.vnode)&&ae.vnode.shapeFlag&256)&&h.a&&Ee(h.a,_),h.isMounted=!0,p=m=w=null}};h.scope.on();const C=h.effect=new xo(R);h.scope.off();const S=h.update=C.run.bind(C),z=h.job=C.runIfDirty.bind(C);z.i=h,z.id=h.uid,C.scheduler=()=>As(z),Ct(h,!0),S()},X=(h,p,m)=>{p.component=h;const w=h.vnode.props;h.vnode=p,h.next=null,Nc(h,p.props,w,m),Bc(h,p.children,m),xt(),Gs(h),St()},se=(h,p,m,w,_,x,L,R,C=!1)=>{const S=h&&h.children,z=h?h.shapeFlag:0,j=p.children,{patchFlag:H,shapeFlag:J}=p;if(H>0){if(H&128){ct(S,j,m,w,_,x,L,R,C);return}else if(H&256){tt(S,j,m,w,_,x,L,R,C);return}}J&8?(z&16&&je(S,_,x),j!==S&&c(m,j)):z&16?J&16?ct(S,j,m,w,_,x,L,R,C):je(S,_,x,!0):(z&8&&c(m,""),J&16&&F(j,m,w,_,x,L,R,C))},tt=(h,p,m,w,_,x,L,R,C)=>{h=h||Yt,p=p||Yt;const S=h.length,z=p.length,j=Math.min(S,z);let H;for(H=0;H<j;H++){const J=p[H]=C?mt(p[H]):Xe(p[H]);b(h[H],J,m,null,_,x,L,R,C)}S>z?je(h,_,x,!0,!1,j):F(p,m,w,_,x,L,R,C,j)},ct=(h,p,m,w,_,x,L,R,C)=>{let S=0;const z=p.length;let j=h.length-1,H=z-1;for(;S<=j&&S<=H;){const J=h[S],te=p[S]=C?mt(p[S]):Xe(p[S]);if(Tt(J,te))b(J,te,m,null,_,x,L,R,C);else break;S++}for(;S<=j&&S<=H;){const J=h[j],te=p[H]=C?mt(p[H]):Xe(p[H]);if(Tt(J,te))b(J,te,m,null,_,x,L,R,C);else break;j--,H--}if(S>j){if(S<=H){const J=H+1,te=J<z?p[J].el:w;for(;S<=H;)b(null,p[S]=C?mt(p[S]):Xe(p[S]),m,te,_,x,L,R,C),S++}}else if(S>H)for(;S<=j;)ke(h[S],_,x,!0),S++;else{const J=S,te=S,ue=new Map;for(S=te;S<=H;S++){const $e=p[S]=C?mt(p[S]):Xe(p[S]);$e.key!=null&&ue.set($e.key,S)}let ae,Le=0;const ye=H-te+1;let Be=!1,Me=0;const sn=new Array(ye);for(S=0;S<ye;S++)sn[S]=0;for(S=J;S<=j;S++){const $e=h[S];if(Le>=ye){ke($e,_,x,!0);continue}let Ge;if($e.key!=null)Ge=ue.get($e.key);else for(ae=te;ae<=H;ae++)if(sn[ae-te]===0&&Tt($e,p[ae])){Ge=ae;break}Ge===void 0?ke($e,_,x,!0):(sn[Ge-te]=S+1,Ge>=Me?Me=Ge:Be=!0,b($e,p[Ge],m,null,_,x,L,R,C),Le++)}const Hs=Be?zc(sn):Yt;for(ae=Hs.length-1,S=ye-1;S>=0;S--){const $e=te+S,Ge=p[$e],Vs=$e+1<z?p[$e+1].el:w;sn[S]===0?b(null,Ge,m,Vs,_,x,L,R,C):Be&&(ae<0||S!==Hs[ae]?We(Ge,m,Vs,2):ae--)}}},We=(h,p,m,w,_=null)=>{const{el:x,type:L,transition:R,children:C,shapeFlag:S}=h;if(S&6){We(h.component.subTree,p,m,w);return}if(S&128){h.suspense.move(p,m,w);return}if(S&64){L.move(h,p,m,q);return}if(L===Oe){r(x,p,m);for(let j=0;j<C.length;j++)We(C[j],p,m,w);r(h.anchor,p,m);return}if(L===Ir){N(h,p,m);return}if(w!==2&&S&1&&R)if(w===0)R.beforeEnter(x),r(x,p,m),Ee(()=>R.enter(x),_);else{const{leave:j,delayLeave:H,afterLeave:J}=R,te=()=>r(x,p,m),ue=()=>{j(x,()=>{te(),J&&J()})};H?H(x,te,ue):ue()}else r(x,p,m)},ke=(h,p,m,w=!1,_=!1)=>{const{type:x,props:L,ref:R,children:C,dynamicChildren:S,shapeFlag:z,patchFlag:j,dirs:H,cacheIndex:J}=h;if(j===-2&&(_=!1),R!=null&&Zn(R,null,m,h,!0),J!=null&&(p.renderCache[J]=void 0),z&256){p.ctx.deactivate(h);return}const te=z&1&&H,ue=!en(h);let ae;if(ue&&(ae=L&&L.onVnodeBeforeUnmount)&&Qe(ae,p,h),z&6)Nn(h.component,m,w);else{if(z&128){h.suspense.unmount(m,w);return}te&&Et(h,null,p,"beforeUnmount"),z&64?h.type.remove(h,p,m,q,w):S&&!S.hasOnce&&(x!==Oe||j>0&&j&64)?je(S,p,m,!1,!0):(x===Oe&&j&384||!_&&z&16)&&je(C,p,m),w&&qt(h)}(ue&&(ae=L&&L.onVnodeUnmounted)||te)&&Ee(()=>{ae&&Qe(ae,p,h),te&&Et(h,null,p,"unmounted")},m)},qt=h=>{const{type:p,el:m,anchor:w,transition:_}=h;if(p===Oe){Bt(m,w);return}if(p===Ir){k(h);return}const x=()=>{s(m),_&&!_.persisted&&_.afterLeave&&_.afterLeave()};if(h.shapeFlag&1&&_&&!_.persisted){const{leave:L,delayLeave:R}=_,C=()=>L(m,x);R?R(h.el,x,C):C()}else x()},Bt=(h,p)=>{let m;for(;h!==p;)m=d(h),s(h),h=m;s(p)},Nn=(h,p,m)=>{const{bum:w,scope:_,job:x,subTree:L,um:R,m:C,a:S}=h;ii(C),ii(S),w&&Pr(w),_.stop(),x&&(x.flags|=8,ke(L,h,p,m)),R&&Ee(R,p),Ee(()=>{h.isUnmounted=!0},p),p&&p.pendingBranch&&!p.isUnmounted&&h.asyncDep&&!h.asyncResolved&&h.suspenseId===p.pendingId&&(p.deps--,p.deps===0&&p.resolve())},je=(h,p,m,w=!1,_=!1,x=0)=>{for(let L=x;L<h.length;L++)ke(h[L],p,m,w,_)},y=h=>{if(h.shapeFlag&6)return y(h.component.subTree);if(h.shapeFlag&128)return h.suspense.next();const p=d(h.anchor||h.el),m=p&&p[Uo];return m?d(m):p};let D=!1;const M=(h,p,m)=>{h==null?p._vnode&&ke(p._vnode,null,null,!0):b(p._vnode||null,h,p,null,null,null,m),p._vnode=h,D||(D=!0,Gs(),Ho(),D=!1)},q={p:b,um:ke,m:We,r:qt,mt:I,mc:F,pc:se,pbc:B,n:y,o:e};let ie,he;return t&&([ie,he]=t(q)),{render:M,hydrate:ie,createApp:$c(M,ie)}}function Mr({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function Ct({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function Kc(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function Is(e,t,n=!1){const r=e.children,s=t.children;if(U(r)&&U(s))for(let i=0;i<r.length;i++){const o=r[i];let l=s[i];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=s[i]=mt(s[i]),l.el=o.el),!n&&l.patchFlag!==-2&&Is(o,l)),l.type===yr&&(l.el=o.el)}}function zc(e){const t=e.slice(),n=[0];let r,s,i,o,l;const a=e.length;for(r=0;r<a;r++){const u=e[r];if(u!==0){if(s=n[n.length-1],e[s]<u){t[r]=s,n.push(r);continue}for(i=0,o=n.length-1;i<o;)l=i+o>>1,e[n[l]]<u?i=l+1:o=l;u<e[n[i]]&&(i>0&&(t[r]=n[i-1]),n[i]=r)}}for(i=n.length,o=n[i-1];i-- >0;)n[i]=o,o=t[o];return n}function yl(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:yl(t)}function ii(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const Uc=Symbol.for("v-scx"),Wc=()=>Ze(Uc);function vn(e,t,n){return bl(e,t,n)}function bl(e,t,n=ce){const{immediate:r,deep:s,flush:i,once:o}=n,l=me({},n),a=t&&r||!t&&i!=="post";let u;if(Tn){if(i==="sync"){const g=Wc();u=g.__watcherHandles||(g.__watcherHandles=[])}else if(!a){const g=()=>{};return g.stop=Ve,g.resume=Ve,g.pause=Ve,g}}const c=_e;l.call=(g,v,b)=>ze(g,c,v,b);let f=!1;i==="post"?l.scheduler=g=>{Ee(g,c&&c.suspense)}:i!=="sync"&&(f=!0,l.scheduler=(g,v)=>{v?g():As(g)}),l.augmentJob=g=>{t&&(g.flags|=4),f&&(g.flags|=2,c&&(g.id=c.uid,g.i=c))};const d=lc(e,t,l);return Tn&&(u?u.push(d):a&&d()),d}function Gc(e,t,n){const r=this.proxy,s=pe(e)?e.includes(".")?wl(r,e):()=>r[e]:e.bind(r,r);let i;Y(t)?i=t:(i=t.handler,n=t);const o=In(this),l=bl(s,i.bind(r),n);return o(),l}function wl(e,t){const n=t.split(".");return()=>{let r=e;for(let s=0;s<n.length&&r;s++)r=r[n[s]];return r}}const Qc=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${qe(t)}Modifiers`]||e[`${Nt(t)}Modifiers`];function Jc(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||ce;let s=n;const i=t.startsWith("update:"),o=i&&Qc(r,t.slice(7));o&&(o.trim&&(s=n.map(c=>pe(c)?c.trim():c)),o.number&&(s=n.map(Sa)));let l,a=r[l=Cr(t)]||r[l=Cr(qe(t))];!a&&i&&(a=r[l=Cr(Nt(t))]),a&&ze(a,e,6,s);const u=r[l+"Once"];if(u){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,ze(u,e,6,s)}}function xl(e,t,n=!1){const r=t.emitsCache,s=r.get(e);if(s!==void 0)return s;const i=e.emits;let o={},l=!1;if(!Y(e)){const a=u=>{const c=xl(u,t,!0);c&&(l=!0,me(o,c))};!n&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}return!i&&!l?(de(e)&&r.set(e,null),null):(U(i)?i.forEach(a=>o[a]=null):me(o,i),de(e)&&r.set(e,o),o)}function _r(e,t){return!e||!ar(t)?!1:(t=t.slice(2).replace(/Once$/,""),le(e,t[0].toLowerCase()+t.slice(1))||le(e,Nt(t))||le(e,t))}function $r(e){const{type:t,vnode:n,proxy:r,withProxy:s,propsOptions:[i],slots:o,attrs:l,emit:a,render:u,renderCache:c,props:f,data:d,setupState:g,ctx:v,inheritAttrs:b}=e,P=Xn(e);let T,$;try{if(n.shapeFlag&4){const k=s||r,O=k;T=Xe(u.call(O,k,c,f,g,d,v)),$=l}else{const k=t;T=Xe(k.length>1?k(f,{attrs:l,slots:o,emit:a}):k(f,null)),$=t.props?l:Yc(l)}}catch(k){_n.length=0,pr(k,e,1),T=Te(Re)}let N=T;if($&&b!==!1){const k=Object.keys($),{shapeFlag:O}=N;k.length&&O&7&&(i&&k.some(vs)&&($=Xc($,i)),N=wt(N,$,!1,!0))}return n.dirs&&(N=wt(N,null,!1,!0),N.dirs=N.dirs?N.dirs.concat(n.dirs):n.dirs),n.transition&&$t(N,n.transition),T=N,Xn(P),T}const Yc=e=>{let t;for(const n in e)(n==="class"||n==="style"||ar(n))&&((t||(t={}))[n]=e[n]);return t},Xc=(e,t)=>{const n={};for(const r in e)(!vs(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function Zc(e,t,n){const{props:r,children:s,component:i}=e,{props:o,children:l,patchFlag:a}=t,u=i.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&a>=0){if(a&1024)return!0;if(a&16)return r?oi(r,o,u):!!o;if(a&8){const c=t.dynamicProps;for(let f=0;f<c.length;f++){const d=c[f];if(o[d]!==r[d]&&!_r(u,d))return!0}}}else return(s||l)&&(!l||!l.$stable)?!0:r===o?!1:r?o?oi(r,o,u):!0:!!o;return!1}function oi(e,t,n){const r=Object.keys(t);if(r.length!==Object.keys(e).length)return!0;for(let s=0;s<r.length;s++){const i=r[s];if(t[i]!==e[i]&&!_r(n,i))return!0}return!1}function eu({vnode:e,parent:t},n){for(;t;){const r=t.subTree;if(r.suspense&&r.suspense.activeBranch===e&&(r.el=e.el),r===e)(e=t.vnode).el=n,t=t.parent;else break}}const Sl=e=>e.__isSuspense;function tu(e,t){t&&t.pendingBranch?U(e)?t.effects.push(...e):t.effects.push(e):uc(e)}const Oe=Symbol.for("v-fgt"),yr=Symbol.for("v-txt"),Re=Symbol.for("v-cmt"),Ir=Symbol.for("v-stc"),_n=[];let Ie=null;function tr(e=!1){_n.push(Ie=e?null:[])}function nu(){_n.pop(),Ie=_n[_n.length-1]||null}let Pn=1;function li(e,t=!1){Pn+=e,e<0&&Ie&&t&&(Ie.hasOnce=!0)}function El(e){return e.dynamicChildren=Pn>0?Ie||Yt:null,nu(),Pn>0&&Ie&&Ie.push(e),e}function Dh(e,t,n,r,s,i){return El(Pl(e,t,n,r,s,i,!0))}function nr(e,t,n,r,s){return El(Te(e,t,n,r,s,!0))}function Rn(e){return e?e.__v_isVNode===!0:!1}function Tt(e,t){return e.type===t.type&&e.key===t.key}const Cl=({key:e})=>e!=null?e:null,zn=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?pe(e)||ge(e)||Y(e)?{i:ve,r:e,k:t,f:!!n}:e:null);function Pl(e,t=null,n=null,r=0,s=null,i=e===Oe?0:1,o=!1,l=!1){const a={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Cl(t),ref:t&&zn(t),scopeId:Ko,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:r,dynamicProps:s,dynamicChildren:null,appContext:null,ctx:ve};return l?(js(a,n),i&128&&e.normalize(a)):n&&(a.shapeFlag|=pe(n)?8:16),Pn>0&&!o&&Ie&&(a.patchFlag>0||i&6)&&a.patchFlag!==32&&Ie.push(a),a}const Te=ru;function ru(e,t=null,n=null,r=0,s=null,i=!1){if((!e||e===Cc)&&(e=Re),Rn(e)){const l=wt(e,t,!0);return n&&js(l,n),Pn>0&&!i&&Ie&&(l.shapeFlag&6?Ie[Ie.indexOf(e)]=l:Ie.push(l)),l.patchFlag=-2,l}if(gu(e)&&(e=e.__vccOpts),t){t=su(t);let{class:l,style:a}=t;l&&!pe(l)&&(t.class=ws(l)),de(a)&&(Ts(a)&&!U(a)&&(a=me({},a)),t.style=bs(a))}const o=pe(e)?1:Sl(e)?128:Wo(e)?64:de(e)?4:Y(e)?2:0;return Pl(e,t,n,r,s,o,i,!0)}function su(e){return e?Ts(e)||dl(e)?me({},e):e:null}function wt(e,t,n=!1,r=!1){const{props:s,ref:i,patchFlag:o,children:l,transition:a}=e,u=t?ou(s||{},t):s,c={__v_isVNode:!0,__v_skip:!0,type:e.type,props:u,key:u&&Cl(u),ref:t&&t.ref?n&&i?U(i)?i.concat(zn(t)):[i,zn(t)]:zn(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:l,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Oe?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:a,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&wt(e.ssContent),ssFallback:e.ssFallback&&wt(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return a&&r&&$t(c,a.clone(c)),c}function iu(e=" ",t=0){return Te(yr,null,e,t)}function Fh(e="",t=!1){return t?(tr(),nr(Re,null,e)):Te(Re,null,e)}function Xe(e){return e==null||typeof e=="boolean"?Te(Re):U(e)?Te(Oe,null,e.slice()):Rn(e)?mt(e):Te(yr,null,String(e))}function mt(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:wt(e)}function js(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(U(t))n=16;else if(typeof t=="object")if(r&65){const s=t.default;s&&(s._c&&(s._d=!1),js(e,s()),s._c&&(s._d=!0));return}else{n=32;const s=t._;!s&&!dl(t)?t._ctx=ve:s===3&&ve&&(ve.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else Y(t)?(t={default:t,_ctx:ve},n=32):(t=String(t),r&64?(n=16,t=[iu(t)]):n=8);e.children=t,e.shapeFlag|=n}function ou(...e){const t={};for(let n=0;n<e.length;n++){const r=e[n];for(const s in r)if(s==="class")t.class!==r.class&&(t.class=ws([t.class,r.class]));else if(s==="style")t.style=bs([t.style,r.style]);else if(ar(s)){const i=t[s],o=r[s];o&&i!==o&&!(U(i)&&i.includes(o))&&(t[s]=i?[].concat(i,o):o)}else s!==""&&(t[s]=r[s])}return t}function Qe(e,t,n,r=null){ze(e,t,7,[n,r])}const lu=cl();let au=0;function cu(e,t,n){const r=e.type,s=(t?t.appContext:e.appContext)||lu,i={uid:au++,vnode:e,type:r,parent:t,appContext:s,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new yo(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(s.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:pl(r,s),emitsOptions:xl(r,s),emit:null,emitted:null,propsDefaults:ce,inheritAttrs:r.inheritAttrs,ctx:ce,data:ce,props:ce,attrs:ce,slots:ce,refs:ce,setupState:ce,setupContext:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return i.ctx={_:i},i.root=t?t.root:i,i.emit=Jc.bind(null,i),e.ce&&e.ce(i),i}let _e=null;const $n=()=>_e||ve;let rr,rs;{const e=dr(),t=(n,r)=>{let s;return(s=e[n])||(s=e[n]=[]),s.push(r),i=>{s.length>1?s.forEach(o=>o(i)):s[0](i)}};rr=t("__VUE_INSTANCE_SETTERS__",n=>_e=n),rs=t("__VUE_SSR_SETTERS__",n=>Tn=n)}const In=e=>{const t=_e;return rr(e),e.scope.on(),()=>{e.scope.off(),rr(t)}},ai=()=>{_e&&_e.scope.off(),rr(null)};function Rl(e){return e.vnode.shapeFlag&4}let Tn=!1;function uu(e,t=!1,n=!1){t&&rs(t);const{props:r,children:s}=e.vnode,i=Rl(e);jc(e,r,i,t),qc(e,s,n);const o=i?fu(e,t):void 0;return t&&rs(!1),o}function fu(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,Rc);const{setup:r}=n;if(r){xt();const s=e.setupContext=r.length>1?hu(e):null,i=In(e),o=Mn(r,e,0,[e.props,s]),l=fo(o);if(St(),i(),(l||e.sp)&&!en(e)&&tl(e),l){if(o.then(ai,ai),t)return o.then(a=>{ci(e,a,t)}).catch(a=>{pr(a,e,0)});e.asyncDep=o}else ci(e,o,t)}else Tl(e,t)}function ci(e,t,n){Y(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:de(t)&&(e.setupState=Fo(t)),Tl(e,n)}let ui;function Tl(e,t,n){const r=e.type;if(!e.render){if(!t&&ui&&!r.render){const s=r.template||Ms(e).template;if(s){const{isCustomElement:i,compilerOptions:o}=e.appContext.config,{delimiters:l,compilerOptions:a}=r,u=me(me({isCustomElement:i,delimiters:l},o),a);r.render=ui(s,u)}}e.render=r.render||Ve}{const s=In(e);xt();try{Tc(e)}finally{St(),s()}}}const du={get(e,t){return we(e,"get",""),e[t]}};function hu(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,du),slots:e.slots,emit:e.emit,expose:t}}function br(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Fo(Ft(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in mn)return mn[n](e)},has(t,n){return n in t||n in mn}})):e.proxy}function pu(e,t=!0){return Y(e)?e.displayName||e.name:e.name||t&&e.__name}function gu(e){return Y(e)&&"__vccOpts"in e}const Q=(e,t)=>ic(e,t,Tn);function G(e,t,n){const r=arguments.length;return r===2?de(t)&&!U(t)?Rn(t)?Te(e,null,[t]):Te(e,t):Te(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&Rn(n)&&(n=[n]),Te(e,t,n))}const mu="3.5.13";/**
|
|
14
|
+
* @vue/runtime-dom v3.5.13
|
|
15
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
16
|
+
* @license MIT
|
|
17
|
+
**/let ss;const fi=typeof window!="undefined"&&window.trustedTypes;if(fi)try{ss=fi.createPolicy("vue",{createHTML:e=>e})}catch{}const kl=ss?e=>ss.createHTML(e):e=>e,vu="http://www.w3.org/2000/svg",_u="http://www.w3.org/1998/Math/MathML",st=typeof document!="undefined"?document:null,di=st&&st.createElement("template"),yu={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const s=t==="svg"?st.createElementNS(vu,e):t==="mathml"?st.createElementNS(_u,e):n?st.createElement(e,{is:n}):st.createElement(e);return e==="select"&&r&&r.multiple!=null&&s.setAttribute("multiple",r.multiple),s},createText:e=>st.createTextNode(e),createComment:e=>st.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>st.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,s,i){const o=n?n.previousSibling:t.lastChild;if(s&&(s===i||s.nextSibling))for(;t.insertBefore(s.cloneNode(!0),n),!(s===i||!(s=s.nextSibling)););else{di.innerHTML=kl(r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e);const l=di.content;if(r==="svg"||r==="mathml"){const a=l.firstChild;for(;a.firstChild;)l.appendChild(a.firstChild);l.removeChild(a)}t.insertBefore(l,n)}return[o?o.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},ut="transition",ln="animation",tn=Symbol("_vtc"),Al={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},Ol=me({},Yo,Al),bu=e=>(e.displayName="Transition",e.props=Ol,e),wu=bu((e,{slots:t})=>G(pc,Ll(e),t)),Pt=(e,t=[])=>{U(e)?e.forEach(n=>n(...t)):e&&e(...t)},hi=e=>e?U(e)?e.some(t=>t.length>1):e.length>1:!1;function Ll(e){const t={};for(const A in e)A in Al||(t[A]=e[A]);if(e.css===!1)return t;const{name:n="v",type:r,duration:s,enterFromClass:i=`${n}-enter-from`,enterActiveClass:o=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:a=i,appearActiveClass:u=o,appearToClass:c=l,leaveFromClass:f=`${n}-leave-from`,leaveActiveClass:d=`${n}-leave-active`,leaveToClass:g=`${n}-leave-to`}=e,v=xu(s),b=v&&v[0],P=v&&v[1],{onBeforeEnter:T,onEnter:$,onEnterCancelled:N,onLeave:k,onLeaveCancelled:O,onBeforeAppear:K=T,onAppear:V=$,onAppearCancelled:F=N}=t,E=(A,Z,I,ee)=>{A._enterCancelled=ee,dt(A,Z?c:l),dt(A,Z?u:o),I&&I()},B=(A,Z)=>{A._isLeaving=!1,dt(A,f),dt(A,g),dt(A,d),Z&&Z()},W=A=>(Z,I)=>{const ee=A?V:$,re=()=>E(Z,A,I);Pt(ee,[Z,re]),pi(()=>{dt(Z,A?a:i),Je(Z,A?c:l),hi(ee)||gi(Z,r,b,re)})};return me(t,{onBeforeEnter(A){Pt(T,[A]),Je(A,i),Je(A,o)},onBeforeAppear(A){Pt(K,[A]),Je(A,a),Je(A,u)},onEnter:W(!1),onAppear:W(!0),onLeave(A,Z){A._isLeaving=!0;const I=()=>B(A,Z);Je(A,f),A._enterCancelled?(Je(A,d),is()):(is(),Je(A,d)),pi(()=>{!A._isLeaving||(dt(A,f),Je(A,g),hi(k)||gi(A,r,P,I))}),Pt(k,[A,I])},onEnterCancelled(A){E(A,!1,void 0,!0),Pt(N,[A])},onAppearCancelled(A){E(A,!0,void 0,!0),Pt(F,[A])},onLeaveCancelled(A){B(A),Pt(O,[A])}})}function xu(e){if(e==null)return null;if(de(e))return[jr(e.enter),jr(e.leave)];{const t=jr(e);return[t,t]}}function jr(e){return Ea(e)}function Je(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[tn]||(e[tn]=new Set)).add(t)}function dt(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.remove(r));const n=e[tn];n&&(n.delete(t),n.size||(e[tn]=void 0))}function pi(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Su=0;function gi(e,t,n,r){const s=e._endId=++Su,i=()=>{s===e._endId&&r()};if(n!=null)return setTimeout(i,n);const{type:o,timeout:l,propCount:a}=Ml(e,t);if(!o)return r();const u=o+"end";let c=0;const f=()=>{e.removeEventListener(u,d),i()},d=g=>{g.target===e&&++c>=a&&f()};setTimeout(()=>{c<a&&f()},l+1),e.addEventListener(u,d)}function Ml(e,t){const n=window.getComputedStyle(e),r=v=>(n[v]||"").split(", "),s=r(`${ut}Delay`),i=r(`${ut}Duration`),o=mi(s,i),l=r(`${ln}Delay`),a=r(`${ln}Duration`),u=mi(l,a);let c=null,f=0,d=0;t===ut?o>0&&(c=ut,f=o,d=i.length):t===ln?u>0&&(c=ln,f=u,d=a.length):(f=Math.max(o,u),c=f>0?o>u?ut:ln:null,d=c?c===ut?i.length:a.length:0);const g=c===ut&&/\b(transform|all)(,|$)/.test(r(`${ut}Property`).toString());return{type:c,timeout:f,propCount:d,hasTransform:g}}function mi(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,r)=>vi(n)+vi(e[r])))}function vi(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function is(){return document.body.offsetHeight}function Eu(e,t,n){const r=e[tn];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const _i=Symbol("_vod"),Cu=Symbol("_vsh"),Pu=Symbol(""),Ru=/(^|;)\s*display\s*:/;function Tu(e,t,n){const r=e.style,s=pe(n);let i=!1;if(n&&!s){if(t)if(pe(t))for(const o of t.split(";")){const l=o.slice(0,o.indexOf(":")).trim();n[l]==null&&Un(r,l,"")}else for(const o in t)n[o]==null&&Un(r,o,"");for(const o in n)o==="display"&&(i=!0),Un(r,o,n[o])}else if(s){if(t!==n){const o=r[Pu];o&&(n+=";"+o),r.cssText=n,i=Ru.test(n)}}else t&&e.removeAttribute("style");_i in e&&(e[_i]=i?r.display:"",e[Cu]&&(r.display="none"))}const yi=/\s*!important$/;function Un(e,t,n){if(U(n))n.forEach(r=>Un(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=ku(e,t);yi.test(n)?e.setProperty(Nt(r),n.replace(yi,""),"important"):e[r]=n}}const bi=["Webkit","Moz","ms"],Nr={};function ku(e,t){const n=Nr[t];if(n)return n;let r=qe(t);if(r!=="filter"&&r in e)return Nr[t]=r;r=fr(r);for(let s=0;s<bi.length;s++){const i=bi[s]+r;if(i in e)return Nr[t]=i}return t}const wi="http://www.w3.org/1999/xlink";function xi(e,t,n,r,s,i=Aa(t)){r&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(wi,t.slice(6,t.length)):e.setAttributeNS(wi,t,n):n==null||i&&!mo(n)?e.removeAttribute(t):e.setAttribute(t,i?"":lt(n)?String(n):n)}function Si(e,t,n,r,s){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?kl(n):n);return}const i=e.tagName;if(t==="value"&&i!=="PROGRESS"&&!i.includes("-")){const l=i==="OPTION"?e.getAttribute("value")||"":e.value,a=n==null?e.type==="checkbox"?"on":"":String(n);(l!==a||!("_value"in e))&&(e.value=a),n==null&&e.removeAttribute(t),e._value=n;return}let o=!1;if(n===""||n==null){const l=typeof e[t];l==="boolean"?n=mo(n):n==null&&l==="string"?(n="",o=!0):l==="number"&&(n=0,o=!0)}try{e[t]=n}catch{}o&&e.removeAttribute(s||t)}function Au(e,t,n,r){e.addEventListener(t,n,r)}function Ou(e,t,n,r){e.removeEventListener(t,n,r)}const Ei=Symbol("_vei");function Lu(e,t,n,r,s=null){const i=e[Ei]||(e[Ei]={}),o=i[t];if(r&&o)o.value=r;else{const[l,a]=Mu(t);if(r){const u=i[t]=ju(r,s);Au(e,l,u,a)}else o&&(Ou(e,l,o,a),i[t]=void 0)}}const Ci=/(?:Once|Passive|Capture)$/;function Mu(e){let t;if(Ci.test(e)){t={};let r;for(;r=e.match(Ci);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):Nt(e.slice(2)),t]}let Dr=0;const $u=Promise.resolve(),Iu=()=>Dr||($u.then(()=>Dr=0),Dr=Date.now());function ju(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;ze(Nu(r,n.value),t,5,[r])};return n.value=e,n.attached=Iu(),n}function Nu(e,t){if(U(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>s=>!s._stopped&&r&&r(s))}else return t}const Pi=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Du=(e,t,n,r,s,i)=>{const o=s==="svg";t==="class"?Eu(e,r,o):t==="style"?Tu(e,n,r):ar(t)?vs(t)||Lu(e,t,n,r,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Fu(e,t,r,o))?(Si(e,t,r),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&xi(e,t,r,o,i,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!pe(r))?Si(e,qe(t),r,i,t):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),xi(e,t,r,o))};function Fu(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&Pi(t)&&Y(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const s=e.tagName;if(s==="IMG"||s==="VIDEO"||s==="CANVAS"||s==="SOURCE")return!1}return Pi(t)&&pe(n)?!1:t in e}const $l=new WeakMap,Il=new WeakMap,sr=Symbol("_moveCb"),Ri=Symbol("_enterCb"),qu=e=>(delete e.props.mode,e),Bu=qu({name:"TransitionGroup",props:me({},Ol,{tag:String,moveClass:String}),setup(e,{slots:t}){const n=$n(),r=Jo();let s,i;return sl(()=>{if(!s.length)return;const o=e.moveClass||`${e.name||"v"}-move`;if(!Uu(s[0].el,n.vnode.el,o))return;s.forEach(Vu),s.forEach(Ku);const l=s.filter(zu);is(),l.forEach(a=>{const u=a.el,c=u.style;Je(u,o),c.transform=c.webkitTransform=c.transitionDuration="";const f=u[sr]=d=>{d&&d.target!==u||(!d||/transform$/.test(d.propertyName))&&(u.removeEventListener("transitionend",f),u[sr]=null,dt(u,o))};u.addEventListener("transitionend",f)})}),()=>{const o=ne(e),l=Ll(o);let a=o.tag||Oe;if(s=[],i)for(let u=0;u<i.length;u++){const c=i[u];c.el&&c.el instanceof Element&&(s.push(c),$t(c,Cn(c,l,r,n)),$l.set(c,c.el.getBoundingClientRect()))}i=t.default?Os(t.default()):[];for(let u=0;u<i.length;u++){const c=i[u];c.key!=null&&$t(c,Cn(c,l,r,n))}return Te(a,null,i)}}}),Hu=Bu;function Vu(e){const t=e.el;t[sr]&&t[sr](),t[Ri]&&t[Ri]()}function Ku(e){Il.set(e,e.el.getBoundingClientRect())}function zu(e){const t=$l.get(e),n=Il.get(e),r=t.left-n.left,s=t.top-n.top;if(r||s){const i=e.el.style;return i.transform=i.webkitTransform=`translate(${r}px,${s}px)`,i.transitionDuration="0s",e}}function Uu(e,t,n){const r=e.cloneNode(),s=e[tn];s&&s.forEach(l=>{l.split(/\s+/).forEach(a=>a&&r.classList.remove(a))}),n.split(/\s+/).forEach(l=>l&&r.classList.add(l)),r.style.display="none";const i=t.nodeType===1?t:t.parentNode;i.appendChild(r);const{hasTransform:o}=Ml(r);return i.removeChild(r),o}const Wu=["ctrl","shift","alt","meta"],Gu={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>Wu.some(n=>e[`${n}Key`]&&!t.includes(n))},qh=(e,t)=>{const n=e._withMods||(e._withMods={}),r=t.join(".");return n[r]||(n[r]=(s,...i)=>{for(let o=0;o<t.length;o++){const l=Gu[t[o]];if(l&&l(s,t))return}return e(s,...i)})},Qu=me({patchProp:Du},yu);let Ti;function Ju(){return Ti||(Ti=Hc(Qu))}const jl=(...e)=>{const t=Ju().createApp(...e),{mount:n}=t;return t.mount=r=>{const s=Xu(r);if(!s)return;const i=t._component;!Y(i)&&!i.render&&!i.template&&(i.template=s.innerHTML),s.nodeType===1&&(s.textContent="");const o=n(s,!1,Yu(s));return s instanceof Element&&(s.removeAttribute("v-cloak"),s.setAttribute("data-v-app","")),o},t};function Yu(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function Xu(e){return pe(e)?document.querySelector(e):e}function wr(e,t,n,r){return Object.defineProperty(e,t,{get:n,set:r,enumerable:!0}),e}function Bh(e,t){for(const n in t)wr(e,n,t[n]);return e}const It=Mt(!1);let os;function Zu(e,t){const n=/(edg|edge|edga|edgios)\/([\w.]+)/.exec(e)||/(opr)[\/]([\w.]+)/.exec(e)||/(vivaldi)[\/]([\w.]+)/.exec(e)||/(chrome|crios)[\/]([\w.]+)/.exec(e)||/(version)(applewebkit)[\/]([\w.]+).*(safari)[\/]([\w.]+)/.exec(e)||/(webkit)[\/]([\w.]+).*(version)[\/]([\w.]+).*(safari)[\/]([\w.]+)/.exec(e)||/(firefox|fxios)[\/]([\w.]+)/.exec(e)||/(webkit)[\/]([\w.]+)/.exec(e)||/(opera)(?:.*version|)[\/]([\w.]+)/.exec(e)||[];return{browser:n[5]||n[3]||n[1]||"",version:n[4]||n[2]||"0",platform:t[0]||""}}function ef(e){return/(ipad)/.exec(e)||/(ipod)/.exec(e)||/(windows phone)/.exec(e)||/(iphone)/.exec(e)||/(kindle)/.exec(e)||/(silk)/.exec(e)||/(android)/.exec(e)||/(win)/.exec(e)||/(mac)/.exec(e)||/(linux)/.exec(e)||/(cros)/.exec(e)||/(playbook)/.exec(e)||/(bb)/.exec(e)||/(blackberry)/.exec(e)||[]}const Nl="ontouchstart"in window||window.navigator.maxTouchPoints>0;function tf(e){const t=e.toLowerCase(),n=ef(t),r=Zu(t,n),s={mobile:!1,desktop:!1,cordova:!1,capacitor:!1,nativeMobile:!1,electron:!1,bex:!1,linux:!1,mac:!1,win:!1,cros:!1,chrome:!1,firefox:!1,opera:!1,safari:!1,vivaldi:!1,edge:!1,edgeChromium:!1,ie:!1,webkit:!1,android:!1,ios:!1,ipad:!1,iphone:!1,ipod:!1,kindle:!1,winphone:!1,blackberry:!1,playbook:!1,silk:!1};r.browser&&(s[r.browser]=!0,s.version=r.version,s.versionNumber=parseInt(r.version,10)),r.platform&&(s[r.platform]=!0);const i=s.android||s.ios||s.bb||s.blackberry||s.ipad||s.iphone||s.ipod||s.kindle||s.playbook||s.silk||s["windows phone"];if(i===!0||t.indexOf("mobile")!==-1?s.mobile=!0:s.desktop=!0,s["windows phone"]&&(s.winphone=!0,delete s["windows phone"]),s.edga||s.edgios||s.edg?(s.edge=!0,r.browser="edge"):s.crios?(s.chrome=!0,r.browser="chrome"):s.fxios&&(s.firefox=!0,r.browser="firefox"),(s.ipod||s.ipad||s.iphone)&&(s.ios=!0),s.vivaldi&&(r.browser="vivaldi",s.vivaldi=!0),(s.chrome||s.opr||s.safari||s.vivaldi||s.mobile===!0&&s.ios!==!0&&i!==!0)&&(s.webkit=!0),s.opr&&(r.browser="opera",s.opera=!0),s.safari&&(s.blackberry||s.bb?(r.browser="blackberry",s.blackberry=!0):s.playbook?(r.browser="playbook",s.playbook=!0):s.android?(r.browser="android",s.android=!0):s.kindle?(r.browser="kindle",s.kindle=!0):s.silk&&(r.browser="silk",s.silk=!0)),s.name=r.browser,s.platform=r.platform,t.indexOf("electron")!==-1)s.electron=!0;else if(document.location.href.indexOf("-extension://")!==-1)s.bex=!0;else{if(window.Capacitor!==void 0?(s.capacitor=!0,s.nativeMobile=!0,s.nativeMobileWrapper="capacitor"):(window._cordovaNative!==void 0||window.cordova!==void 0)&&(s.cordova=!0,s.nativeMobile=!0,s.nativeMobileWrapper="cordova"),It.value===!0&&(os={is:{...s}}),Nl===!0&&s.mac===!0&&(s.desktop===!0&&s.safari===!0||s.nativeMobile===!0&&s.android!==!0&&s.ios!==!0&&s.ipad!==!0)){delete s.mac,delete s.desktop;const o=Math.min(window.innerHeight,window.innerWidth)>414?"ipad":"iphone";Object.assign(s,{mobile:!0,ios:!0,platform:o,[o]:!0})}s.mobile!==!0&&window.navigator.userAgentData&&window.navigator.userAgentData.mobile&&(delete s.desktop,s.mobile=!0)}return s}const ki=navigator.userAgent||navigator.vendor||window.opera,nf={has:{touch:!1,webStorage:!1},within:{iframe:!1}},et={userAgent:ki,is:tf(ki),has:{touch:Nl},within:{iframe:window.self!==window.top}},ls={install(e){const{$q:t}=e;It.value===!0?(e.onSSRHydrated.push(()=>{Object.assign(t.platform,et),It.value=!1}),t.platform=Dt(this)):t.platform=this}};{let e;wr(et.has,"webStorage",()=>{if(e!==void 0)return e;try{if(window.localStorage)return e=!0,!0}catch{}return e=!1,!1}),Object.assign(ls,et),It.value===!0&&(Object.assign(ls,os,nf),os=null)}function jn(e){return Ft(gr(e))}function rf(e){return Ft(e)}const xr=(e,t)=>{const n=Dt(e);for(const r in e)wr(t,r,()=>n[r],s=>{n[r]=s});return t},jt={hasPassive:!1,passiveCapture:!0,notPassiveCapture:!0};try{const e=Object.defineProperty({},"passive",{get(){Object.assign(jt,{hasPassive:!0,passive:{passive:!0},notPassive:{passive:!1},passiveCapture:{passive:!0,capture:!0},notPassiveCapture:{passive:!1,capture:!0}})}});window.addEventListener("qtest",null,e),window.removeEventListener("qtest",null,e)}catch{}function kn(){}function Hh(e){return e.button===0}function sf(e){return e.touches&&e.touches[0]?e=e.touches[0]:e.changedTouches&&e.changedTouches[0]?e=e.changedTouches[0]:e.targetTouches&&e.targetTouches[0]&&(e=e.targetTouches[0]),{top:e.clientY,left:e.clientX}}function Vh(e){if(e.path)return e.path;if(e.composedPath)return e.composedPath();const t=[];let n=e.target;for(;n;){if(t.push(n),n.tagName==="HTML")return t.push(document),t.push(window),t;n=n.parentElement}}function Dl(e){e.stopPropagation()}function as(e){e.cancelable!==!1&&e.preventDefault()}function Vt(e){e.cancelable!==!1&&e.preventDefault(),e.stopPropagation()}function Kh(e,t){if(e===void 0||t===!0&&e.__dragPrevented===!0)return;const n=t===!0?r=>{r.__dragPrevented=!0,r.addEventListener("dragstart",as,jt.notPassiveCapture)}:r=>{delete r.__dragPrevented,r.removeEventListener("dragstart",as,jt.notPassiveCapture)};e.querySelectorAll("a, img").forEach(n)}function of(e,t,n){const r=`__q_${t}_evt`;e[r]=e[r]!==void 0?e[r].concat(n):n,n.forEach(s=>{s[0].addEventListener(s[1],e[s[2]],jt[s[3]])})}function lf(e,t){const n=`__q_${t}_evt`;e[n]!==void 0&&(e[n].forEach(r=>{r[0].removeEventListener(r[1],e[r[2]],jt[r[3]])}),e[n]=void 0)}function af(e,t=250,n){let r=null;function s(){const i=arguments,o=()=>{r=null,n!==!0&&e.apply(this,i)};r!==null?clearTimeout(r):n===!0&&e.apply(this,i),r=setTimeout(o,t)}return s.cancel=()=>{r!==null&&clearTimeout(r)},s}const Fr=["sm","md","lg","xl"],{passive:Ai}=jt;var cf=xr({width:0,height:0,name:"xs",sizes:{sm:600,md:1024,lg:1440,xl:1920},lt:{sm:!0,md:!0,lg:!0,xl:!0},gt:{xs:!1,sm:!1,md:!1,lg:!1},xs:!0,sm:!1,md:!1,lg:!1,xl:!1},{setSizes:kn,setDebounce:kn,install({$q:e,onSSRHydrated:t}){if(e.screen=this,this.__installed===!0){e.config.screen!==void 0&&(e.config.screen.bodyClasses===!1?document.body.classList.remove(`screen--${this.name}`):this.__update(!0));return}const{visualViewport:n}=window,r=n||window,s=document.scrollingElement||document.documentElement,i=n===void 0||et.is.mobile===!0?()=>[Math.max(window.innerWidth,s.clientWidth),Math.max(window.innerHeight,s.clientHeight)]:()=>[n.width*n.scale+window.innerWidth-s.clientWidth,n.height*n.scale+window.innerHeight-s.clientHeight],o=e.config.screen!==void 0&&e.config.screen.bodyClasses===!0;this.__update=f=>{const[d,g]=i();if(g!==this.height&&(this.height=g),d!==this.width)this.width=d;else if(f!==!0)return;let v=this.sizes;this.gt.xs=d>=v.sm,this.gt.sm=d>=v.md,this.gt.md=d>=v.lg,this.gt.lg=d>=v.xl,this.lt.sm=d<v.sm,this.lt.md=d<v.md,this.lt.lg=d<v.lg,this.lt.xl=d<v.xl,this.xs=this.lt.sm,this.sm=this.gt.xs===!0&&this.lt.md===!0,this.md=this.gt.sm===!0&&this.lt.lg===!0,this.lg=this.gt.md===!0&&this.lt.xl===!0,this.xl=this.gt.lg,v=this.xs===!0&&"xs"||this.sm===!0&&"sm"||this.md===!0&&"md"||this.lg===!0&&"lg"||"xl",v!==this.name&&(o===!0&&(document.body.classList.remove(`screen--${this.name}`),document.body.classList.add(`screen--${v}`)),this.name=v)};let l,a={},u=16;this.setSizes=f=>{Fr.forEach(d=>{f[d]!==void 0&&(a[d]=f[d])})},this.setDebounce=f=>{u=f};const c=()=>{const f=getComputedStyle(document.body);f.getPropertyValue("--q-size-sm")&&Fr.forEach(d=>{this.sizes[d]=parseInt(f.getPropertyValue(`--q-size-${d}`),10)}),this.setSizes=d=>{Fr.forEach(g=>{d[g]&&(this.sizes[g]=d[g])}),this.__update(!0)},this.setDebounce=d=>{l!==void 0&&r.removeEventListener("resize",l,Ai),l=d>0?af(this.__update,d):this.__update,r.addEventListener("resize",l,Ai)},this.setDebounce(u),Object.keys(a).length!==0?(this.setSizes(a),a=void 0):this.__update(),o===!0&&this.name==="xs"&&document.body.classList.add("screen--xs")};It.value===!0?t.push(c):c()}});const be=xr({isActive:!1,mode:!1},{__media:void 0,set(e){be.mode=e,e==="auto"?(be.__media===void 0&&(be.__media=window.matchMedia("(prefers-color-scheme: dark)"),be.__updateMedia=()=>{be.set("auto")},be.__media.addListener(be.__updateMedia)),e=be.__media.matches):be.__media!==void 0&&(be.__media.removeListener(be.__updateMedia),be.__media=void 0),be.isActive=e===!0,document.body.classList.remove(`body--${e===!0?"light":"dark"}`),document.body.classList.add(`body--${e===!0?"dark":"light"}`)},toggle(){be.set(be.isActive===!1)},install({$q:e,ssrContext:t}){const{dark:n}=e.config;e.dark=this,this.__installed!==!0&&this.set(n!==void 0?n:!1)}});function uf(e,t,n=document.body){if(typeof e!="string")throw new TypeError("Expected a string as propName");if(typeof t!="string")throw new TypeError("Expected a string as value");if(!(n instanceof Element))throw new TypeError("Expected a DOM element");n.style.setProperty(`--q-${e}`,t)}let Fl=!1;function ff(e){Fl=e.isComposing===!0}function df(e){return Fl===!0||e!==Object(e)||e.isComposing===!0||e.qKeyEvent===!0}function cs(e,t){return df(e)===!0?!1:[].concat(t).includes(e.keyCode)}function ql(e){if(e.ios===!0)return"ios";if(e.android===!0)return"android"}function hf({is:e,has:t,within:n},r){const s=[e.desktop===!0?"desktop":"mobile",`${t.touch===!1?"no-":""}touch`];if(e.mobile===!0){const i=ql(e);i!==void 0&&s.push("platform-"+i)}if(e.nativeMobile===!0){const i=e.nativeMobileWrapper;s.push(i),s.push("native-mobile"),e.ios===!0&&(r[i]===void 0||r[i].iosStatusBarPadding!==!1)&&s.push("q-ios-padding")}else e.electron===!0?s.push("electron"):e.bex===!0&&s.push("bex");return n.iframe===!0&&s.push("within-iframe"),s}function pf(){const{is:e}=et,t=document.body.className,n=new Set(t.replace(/ {2}/g," ").split(" "));if(e.nativeMobile!==!0&&e.electron!==!0&&e.bex!==!0){if(e.desktop===!0)n.delete("mobile"),n.delete("platform-ios"),n.delete("platform-android"),n.add("desktop");else if(e.mobile===!0){n.delete("desktop"),n.add("mobile"),n.delete("platform-ios"),n.delete("platform-android");const s=ql(e);s!==void 0&&n.add(`platform-${s}`)}}et.has.touch===!0&&(n.delete("no-touch"),n.add("touch")),et.within.iframe===!0&&n.add("within-iframe");const r=Array.from(n).join(" ");t!==r&&(document.body.className=r)}function gf(e){for(const t in e)uf(t,e[t])}var mf={install(e){if(this.__installed!==!0){if(It.value===!0)pf();else{const{$q:t}=e;t.config.brand!==void 0&&gf(t.config.brand);const n=hf(et,t.config);document.body.classList.add.apply(document.body.classList,n)}et.is.ios===!0&&document.body.addEventListener("touchstart",kn),window.addEventListener("keydown",ff,!0)}}};const Bl=()=>!0;function vf(e){return typeof e=="string"&&e!==""&&e!=="/"&&e!=="#/"}function _f(e){return e.startsWith("#")===!0&&(e=e.substring(1)),e.startsWith("/")===!1&&(e="/"+e),e.endsWith("/")===!0&&(e=e.substring(0,e.length-1)),"#"+e}function yf(e){if(e.backButtonExit===!1)return()=>!1;if(e.backButtonExit==="*")return Bl;const t=["#/"];return Array.isArray(e.backButtonExit)===!0&&t.push(...e.backButtonExit.filter(vf).map(_f)),()=>t.includes(window.location.hash)}var bf={__history:[],add:kn,remove:kn,install({$q:e}){if(this.__installed===!0)return;const{cordova:t,capacitor:n}=et.is;if(t!==!0&&n!==!0)return;const r=e.config[t===!0?"cordova":"capacitor"];if(r!==void 0&&r.backButton===!1||n===!0&&(window.Capacitor===void 0||window.Capacitor.Plugins.App===void 0))return;this.add=o=>{o.condition===void 0&&(o.condition=Bl),this.__history.push(o)},this.remove=o=>{const l=this.__history.indexOf(o);l>=0&&this.__history.splice(l,1)};const s=yf(Object.assign({backButtonExit:!0},r)),i=()=>{if(this.__history.length){const o=this.__history[this.__history.length-1];o.condition()===!0&&(this.__history.pop(),o.handler())}else s()===!0?navigator.app.exitApp():window.history.back()};t===!0?document.addEventListener("deviceready",()=>{document.addEventListener("backbutton",i,!1)}):window.Capacitor.Plugins.App.addListener("backButton",i)}},Oi={isoName:"en-US",nativeName:"English (US)",label:{clear:"Clear",ok:"OK",cancel:"Cancel",close:"Close",set:"Set",select:"Select",reset:"Reset",remove:"Remove",update:"Update",create:"Create",search:"Search",filter:"Filter",refresh:"Refresh",expand:e=>e?`Expand "${e}"`:"Expand",collapse:e=>e?`Collapse "${e}"`:"Collapse"},date:{days:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),daysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),firstDayOfWeek:0,format24h:!1,pluralDay:"days"},table:{noData:"No data available",noResults:"No matching records found",loading:"Loading...",selectedRecords:e=>e===1?"1 record selected.":(e===0?"No":e)+" records selected.",recordsPerPage:"Records per page:",allRows:"All",pagination:(e,t,n)=>e+"-"+t+" of "+n,columns:"Columns"},editor:{url:"URL",bold:"Bold",italic:"Italic",strikethrough:"Strikethrough",underline:"Underline",unorderedList:"Unordered List",orderedList:"Ordered List",subscript:"Subscript",superscript:"Superscript",hyperlink:"Hyperlink",toggleFullscreen:"Toggle Fullscreen",quote:"Quote",left:"Left align",center:"Center align",right:"Right align",justify:"Justify align",print:"Print",outdent:"Decrease indentation",indent:"Increase indentation",removeFormat:"Remove formatting",formatting:"Formatting",fontSize:"Font Size",align:"Align",hr:"Insert Horizontal Rule",undo:"Undo",redo:"Redo",heading1:"Heading 1",heading2:"Heading 2",heading3:"Heading 3",heading4:"Heading 4",heading5:"Heading 5",heading6:"Heading 6",paragraph:"Paragraph",code:"Code",size1:"Very small",size2:"A bit small",size3:"Normal",size4:"Medium-large",size5:"Big",size6:"Very big",size7:"Maximum",defaultFont:"Default Font",viewSource:"View Source"},tree:{noNodes:"No nodes available",noResults:"No matching nodes found"}};function Li(){const e=Array.isArray(navigator.languages)===!0&&navigator.languages.length!==0?navigator.languages[0]:navigator.language;if(typeof e=="string")return e.split(/[-_]/).map((t,n)=>n===0?t.toLowerCase():n>1||t.length<4?t.toUpperCase():t[0].toUpperCase()+t.slice(1).toLowerCase()).join("-")}const vt=xr({__qLang:{}},{getLocale:Li,set(e=Oi,t){const n={...e,rtl:e.rtl===!0,getLocale:Li};{if(n.set=vt.set,vt.__langConfig===void 0||vt.__langConfig.noHtmlAttrs!==!0){const r=document.documentElement;r.setAttribute("dir",n.rtl===!0?"rtl":"ltr"),r.setAttribute("lang",n.isoName)}Object.assign(vt.__qLang,n)}},install({$q:e,lang:t,ssrContext:n}){e.lang=vt.__qLang,vt.__langConfig=e.config.lang,this.__installed===!0?t!==void 0&&this.set(t):(this.props=new Proxy(this.__qLang,{get(){return Reflect.get(...arguments)},ownKeys(r){return Reflect.ownKeys(r).filter(s=>s!=="set"&&s!=="getLocale")}}),this.set(t||Oi))}});var wf={name:"material-icons",type:{positive:"check_circle",negative:"warning",info:"info",warning:"priority_high"},arrow:{up:"arrow_upward",right:"arrow_forward",down:"arrow_downward",left:"arrow_back",dropdown:"arrow_drop_down"},chevron:{left:"chevron_left",right:"chevron_right"},colorPicker:{spectrum:"gradient",tune:"tune",palette:"style"},pullToRefresh:{icon:"refresh"},carousel:{left:"chevron_left",right:"chevron_right",up:"keyboard_arrow_up",down:"keyboard_arrow_down",navigationIcon:"lens"},chip:{remove:"cancel",selected:"check"},datetime:{arrowLeft:"chevron_left",arrowRight:"chevron_right",now:"access_time",today:"today"},editor:{bold:"format_bold",italic:"format_italic",strikethrough:"strikethrough_s",underline:"format_underlined",unorderedList:"format_list_bulleted",orderedList:"format_list_numbered",subscript:"vertical_align_bottom",superscript:"vertical_align_top",hyperlink:"link",toggleFullscreen:"fullscreen",quote:"format_quote",left:"format_align_left",center:"format_align_center",right:"format_align_right",justify:"format_align_justify",print:"print",outdent:"format_indent_decrease",indent:"format_indent_increase",removeFormat:"format_clear",formatting:"text_format",fontSize:"format_size",align:"format_align_left",hr:"remove",undo:"undo",redo:"redo",heading:"format_size",code:"code",size:"format_size",font:"font_download",viewSource:"code"},expansionItem:{icon:"keyboard_arrow_down",denseIcon:"arrow_drop_down"},fab:{icon:"add",activeIcon:"close"},field:{clear:"cancel",error:"error"},pagination:{first:"first_page",prev:"keyboard_arrow_left",next:"keyboard_arrow_right",last:"last_page"},rating:{icon:"grade"},stepper:{done:"check",active:"edit",error:"warning"},tabs:{left:"chevron_left",right:"chevron_right",up:"keyboard_arrow_up",down:"keyboard_arrow_down"},table:{arrowUp:"arrow_upward",warning:"warning",firstPage:"first_page",prevPage:"chevron_left",nextPage:"chevron_right",lastPage:"last_page"},tree:{icon:"play_arrow"},uploader:{done:"done",clear:"clear",add:"add_box",upload:"cloud_upload",removeQueue:"clear_all",removeUploaded:"done_all"}};const ir=xr({iconMapFn:null,__qIconSet:{}},{set(e,t){const n={...e};n.set=ir.set,Object.assign(ir.__qIconSet,n)},install({$q:e,iconSet:t,ssrContext:n}){e.config.iconMapFn!==void 0&&(this.iconMapFn=e.config.iconMapFn),e.iconSet=this.__qIconSet,wr(e,"iconMapFn",()=>this.iconMapFn,r=>{this.iconMapFn=r}),this.__installed===!0?t!==void 0&&this.set(t):(this.props=new Proxy(this.__qIconSet,{get(){return Reflect.get(...arguments)},ownKeys(r){return Reflect.ownKeys(r).filter(s=>s!=="set")}}),this.set(t||wf))}}),xf="_q_",zh="_q_l_",Uh="_q_pc_",Wh="_q_fo_";function Gh(){}const or={};let Hl=!1;function Sf(){Hl=!0}function qr(e,t){if(e===t)return!0;if(e!==null&&t!==null&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;let n,r;if(e.constructor===Array){if(n=e.length,n!==t.length)return!1;for(r=n;r--!==0;)if(qr(e[r],t[r])!==!0)return!1;return!0}if(e.constructor===Map){if(e.size!==t.size)return!1;let i=e.entries();for(r=i.next();r.done!==!0;){if(t.has(r.value[0])!==!0)return!1;r=i.next()}for(i=e.entries(),r=i.next();r.done!==!0;){if(qr(r.value[1],t.get(r.value[0]))!==!0)return!1;r=i.next()}return!0}if(e.constructor===Set){if(e.size!==t.size)return!1;const i=e.entries();for(r=i.next();r.done!==!0;){if(t.has(r.value[0])!==!0)return!1;r=i.next()}return!0}if(e.buffer!=null&&e.buffer.constructor===ArrayBuffer){if(n=e.length,n!==t.length)return!1;for(r=n;r--!==0;)if(e[r]!==t[r])return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===t.toString();const s=Object.keys(e).filter(i=>e[i]!==void 0);if(n=s.length,n!==Object.keys(t).filter(i=>t[i]!==void 0).length)return!1;for(r=n;r--!==0;){const i=s[r];if(qr(e[i],t[i])!==!0)return!1}return!0}return e!==e&&t!==t}function An(e){return e!==null&&typeof e=="object"&&Array.isArray(e)!==!0}function Qh(e){return Object.prototype.toString.call(e)==="[object Date]"}function Jh(e){return typeof e=="number"&&isFinite(e)}const Mi=[ls,mf,be,cf,bf,vt,ir];function Ef(e,t){const n=jl(e);n.config.globalProperties=t.config.globalProperties;const{reload:r,...s}=t._context;return Object.assign(n._context,s),n}function $i(e,t){t.forEach(n=>{n.install(e),n.__installed=!0})}function Cf(e,t,n){e.config.globalProperties.$q=n.$q,e.provide(xf,n.$q),$i(n,Mi),t.components!==void 0&&Object.values(t.components).forEach(r=>{An(r)===!0&&r.name!==void 0&&e.component(r.name,r)}),t.directives!==void 0&&Object.values(t.directives).forEach(r=>{An(r)===!0&&r.name!==void 0&&e.directive(r.name,r)}),t.plugins!==void 0&&$i(n,Object.values(t.plugins).filter(r=>typeof r.install=="function"&&Mi.includes(r)===!1)),It.value===!0&&(n.$q.onSSRHydrated=()=>{n.onSSRHydrated.forEach(r=>{r()}),n.$q.onSSRHydrated=()=>{}})}var Pf=function(e,t={}){const n={version:"2.17.4"};Hl===!1?(t.config!==void 0&&Object.assign(or,t.config),n.config={...or},Sf()):n.config=t.config||{},Cf(e,t,{parentApp:e,$q:n,lang:t.lang,iconSet:t.iconSet,onSSRHydrated:[]})},Rf={name:"Quasar",version:"2.17.4",install:Pf,lang:vt,iconSet:ir},Tf=(e,t)=>{const n=e.__vccOpts||e;for(const[r,s]of t)n[r]=s;return n};const kf=gr({name:"App"});function Af(e,t,n,r,s,i){const o=Ec("router-view");return tr(),nr(o)}var Of=Tf(kf,[["render",Af]]),Lf=!1;/*!
|
|
18
|
+
* pinia v2.2.8
|
|
19
|
+
* (c) 2024 Eduardo San Martin Morote
|
|
20
|
+
* @license MIT
|
|
21
|
+
*/let Vl;const Sr=e=>Vl=e,Kl=Symbol();function us(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var yn;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(yn||(yn={}));function Mf(){const e=bo(!0),t=e.run(()=>Mt({}));let n=[],r=[];const s=Ft({install(i){Sr(s),s._a=i,i.provide(Kl,s),i.config.globalProperties.$pinia=s,r.forEach(o=>n.push(o)),r=[]},use(i){return!this._a&&!Lf?r.push(i):n.push(i),this},_p:n,_a:null,_e:e,_s:new Map,state:t});return s}const zl=()=>{};function Ii(e,t,n,r=zl){e.push(t);const s=()=>{const i=e.indexOf(t);i>-1&&(e.splice(i,1),r())};return!n&&wo()&&La(s),s}function Kt(e,...t){e.slice().forEach(n=>{n(...t)})}const $f=e=>e(),ji=Symbol(),Br=Symbol();function fs(e,t){e instanceof Map&&t instanceof Map?t.forEach((n,r)=>e.set(r,n)):e instanceof Set&&t instanceof Set&&t.forEach(e.add,e);for(const n in t){if(!t.hasOwnProperty(n))continue;const r=t[n],s=e[n];us(s)&&us(r)&&e.hasOwnProperty(n)&&!ge(r)&&!bt(r)?e[n]=fs(s,r):e[n]=r}return e}const If=Symbol();function jf(e){return!us(e)||!e.hasOwnProperty(If)}const{assign:ht}=Object;function Nf(e){return!!(ge(e)&&e.effect)}function Df(e,t,n,r){const{state:s,actions:i,getters:o}=t,l=n.state.value[e];let a;function u(){l||(n.state.value[e]=s?s():{});const c=tc(n.state.value[e]);return ht(c,i,Object.keys(o||{}).reduce((f,d)=>(f[d]=Ft(Q(()=>{Sr(n);const g=n._s.get(e);return o[d].call(g,g)})),f),{}))}return a=Ul(e,u,t,n,r,!0),a}function Ul(e,t,n={},r,s,i){let o;const l=ht({actions:{}},n),a={deep:!0};let u,c,f=[],d=[],g;const v=r.state.value[e];!i&&!v&&(r.state.value[e]={}),Mt({});let b;function P(F){let E;u=c=!1,typeof F=="function"?(F(r.state.value[e]),E={type:yn.patchFunction,storeId:e,events:g}):(fs(r.state.value[e],F),E={type:yn.patchObject,payload:F,storeId:e,events:g});const B=b=Symbol();ks().then(()=>{b===B&&(u=!0)}),c=!0,Kt(f,E,r.state.value[e])}const T=i?function(){const{state:E}=n,B=E?E():{};this.$patch(W=>{ht(W,B)})}:zl;function $(){o.stop(),f=[],d=[],r._s.delete(e)}const N=(F,E="")=>{if(ji in F)return F[Br]=E,F;const B=function(){Sr(r);const W=Array.from(arguments),A=[],Z=[];function I(X){A.push(X)}function ee(X){Z.push(X)}Kt(d,{args:W,name:B[Br],store:O,after:I,onError:ee});let re;try{re=F.apply(this&&this.$id===e?this:O,W)}catch(X){throw Kt(Z,X),X}return re instanceof Promise?re.then(X=>(Kt(A,X),X)).catch(X=>(Kt(Z,X),Promise.reject(X))):(Kt(A,re),re)};return B[ji]=!0,B[Br]=E,B},k={_p:r,$id:e,$onAction:Ii.bind(null,d),$patch:P,$reset:T,$subscribe(F,E={}){const B=Ii(f,F,E.detached,()=>W()),W=o.run(()=>vn(()=>r.state.value[e],A=>{(E.flush==="sync"?c:u)&&F({storeId:e,type:yn.direct,events:g},A)},ht({},a,E)));return B},$dispose:$},O=Dt(k);r._s.set(e,O);const V=(r._a&&r._a.runWithContext||$f)(()=>r._e.run(()=>(o=bo()).run(()=>t({action:N}))));for(const F in V){const E=V[F];if(ge(E)&&!Nf(E)||bt(E))i||(v&&jf(E)&&(ge(E)?E.value=v[F]:fs(E,v[F])),r.state.value[e][F]=E);else if(typeof E=="function"){const B=N(E,F);V[F]=B,l.actions[F]=E}}return ht(O,V),ht(ne(O),V),Object.defineProperty(O,"$state",{get:()=>r.state.value[e],set:F=>{P(E=>{ht(E,F)})}}),r._p.forEach(F=>{ht(O,o.run(()=>F({store:O,app:r._a,pinia:r,options:l})))}),v&&i&&n.hydrate&&n.hydrate(O.$state,v),u=!0,c=!0,O}/*! #__NO_SIDE_EFFECTS__ */function Yh(e,t,n){let r,s;const i=typeof t=="function";typeof e=="string"?(r=e,s=i?n:t):(s=e,r=e.id);function o(l,a){const u=Ic();return l=l||(u?Ze(Kl,null):null),l&&Sr(l),l=Vl,l._s.has(r)||(i?Ul(r,t,s,l):Df(r,s,l)),l._s.get(r)}return o.$id=r,o}function Xh(e){return e}var Hr=()=>Mf();/*!
|
|
22
|
+
* vue-router v4.5.0
|
|
23
|
+
* (c) 2024 Eduardo San Martin Morote
|
|
24
|
+
* @license MIT
|
|
25
|
+
*/const Qt=typeof document!="undefined";function Wl(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function Ff(e){return e.__esModule||e[Symbol.toStringTag]==="Module"||e.default&&Wl(e.default)}const oe=Object.assign;function Vr(e,t){const n={};for(const r in t){const s=t[r];n[r]=Ue(s)?s.map(e):e(s)}return n}const bn=()=>{},Ue=Array.isArray,Gl=/#/g,qf=/&/g,Bf=/\//g,Hf=/=/g,Vf=/\?/g,Ql=/\+/g,Kf=/%5B/g,zf=/%5D/g,Jl=/%5E/g,Uf=/%60/g,Yl=/%7B/g,Wf=/%7C/g,Xl=/%7D/g,Gf=/%20/g;function Ns(e){return encodeURI(""+e).replace(Wf,"|").replace(Kf,"[").replace(zf,"]")}function Qf(e){return Ns(e).replace(Yl,"{").replace(Xl,"}").replace(Jl,"^")}function ds(e){return Ns(e).replace(Ql,"%2B").replace(Gf,"+").replace(Gl,"%23").replace(qf,"%26").replace(Uf,"`").replace(Yl,"{").replace(Xl,"}").replace(Jl,"^")}function Jf(e){return ds(e).replace(Hf,"%3D")}function Yf(e){return Ns(e).replace(Gl,"%23").replace(Vf,"%3F")}function Xf(e){return e==null?"":Yf(e).replace(Bf,"%2F")}function On(e){try{return decodeURIComponent(""+e)}catch{}return""+e}const Zf=/\/$/,ed=e=>e.replace(Zf,"");function Kr(e,t,n="/"){let r,s={},i="",o="";const l=t.indexOf("#");let a=t.indexOf("?");return l<a&&l>=0&&(a=-1),a>-1&&(r=t.slice(0,a),i=t.slice(a+1,l>-1?l:t.length),s=e(i)),l>-1&&(r=r||t.slice(0,l),o=t.slice(l,t.length)),r=sd(r!=null?r:t,n),{fullPath:r+(i&&"?")+i+o,path:r,query:s,hash:On(o)}}function td(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function Ni(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function nd(e,t,n){const r=t.matched.length-1,s=n.matched.length-1;return r>-1&&r===s&&nn(t.matched[r],n.matched[s])&&Zl(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function nn(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function Zl(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!rd(e[n],t[n]))return!1;return!0}function rd(e,t){return Ue(e)?Di(e,t):Ue(t)?Di(t,e):e===t}function Di(e,t){return Ue(t)?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function sd(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),r=e.split("/"),s=r[r.length-1];(s===".."||s===".")&&r.push("");let i=n.length-1,o,l;for(o=0;o<r.length;o++)if(l=r[o],l!==".")if(l==="..")i>1&&i--;else break;return n.slice(0,i).join("/")+"/"+r.slice(o).join("/")}const ft={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};var Ln;(function(e){e.pop="pop",e.push="push"})(Ln||(Ln={}));var wn;(function(e){e.back="back",e.forward="forward",e.unknown=""})(wn||(wn={}));function id(e){if(!e)if(Qt){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),ed(e)}const od=/^[^#]+#/;function ld(e,t){return e.replace(od,"#")+t}function ad(e,t){const n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{behavior:t.behavior,left:r.left-n.left-(t.left||0),top:r.top-n.top-(t.top||0)}}const Er=()=>({left:window.scrollX,top:window.scrollY});function cd(e){let t;if("el"in e){const n=e.el,r=typeof n=="string"&&n.startsWith("#"),s=typeof n=="string"?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!s)return;t=ad(s,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.scrollX,t.top!=null?t.top:window.scrollY)}function Fi(e,t){return(history.state?history.state.position-t:-1)+e}const hs=new Map;function ud(e,t){hs.set(e,t)}function fd(e){const t=hs.get(e);return hs.delete(e),t}let dd=()=>location.protocol+"//"+location.host;function ea(e,t){const{pathname:n,search:r,hash:s}=t,i=e.indexOf("#");if(i>-1){let l=s.includes(e.slice(i))?e.slice(i).length:1,a=s.slice(l);return a[0]!=="/"&&(a="/"+a),Ni(a,"")}return Ni(n,e)+r+s}function hd(e,t,n,r){let s=[],i=[],o=null;const l=({state:d})=>{const g=ea(e,location),v=n.value,b=t.value;let P=0;if(d){if(n.value=g,t.value=d,o&&o===v){o=null;return}P=b?d.position-b.position:0}else r(g);s.forEach(T=>{T(n.value,v,{delta:P,type:Ln.pop,direction:P?P>0?wn.forward:wn.back:wn.unknown})})};function a(){o=n.value}function u(d){s.push(d);const g=()=>{const v=s.indexOf(d);v>-1&&s.splice(v,1)};return i.push(g),g}function c(){const{history:d}=window;!d.state||d.replaceState(oe({},d.state,{scroll:Er()}),"")}function f(){for(const d of i)d();i=[],window.removeEventListener("popstate",l),window.removeEventListener("beforeunload",c)}return window.addEventListener("popstate",l),window.addEventListener("beforeunload",c,{passive:!0}),{pauseListeners:a,listen:u,destroy:f}}function qi(e,t,n,r=!1,s=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:s?Er():null}}function pd(e){const{history:t,location:n}=window,r={value:ea(e,n)},s={value:t.state};s.value||i(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function i(a,u,c){const f=e.indexOf("#"),d=f>-1?(n.host&&document.querySelector("base")?e:e.slice(f))+a:dd()+e+a;try{t[c?"replaceState":"pushState"](u,"",d),s.value=u}catch(g){console.error(g),n[c?"replace":"assign"](d)}}function o(a,u){const c=oe({},t.state,qi(s.value.back,a,s.value.forward,!0),u,{position:s.value.position});i(a,c,!0),r.value=a}function l(a,u){const c=oe({},s.value,t.state,{forward:a,scroll:Er()});i(c.current,c,!0);const f=oe({},qi(r.value,a,null),{position:c.position+1},u);i(a,f,!1),r.value=a}return{location:r,state:s,push:l,replace:o}}function gd(e){e=id(e);const t=pd(e),n=hd(e,t.state,t.location,t.replace);function r(i,o=!0){o||n.pauseListeners(),history.go(i)}const s=oe({location:"",base:e,go:r,createHref:ld.bind(null,e)},t,n);return Object.defineProperty(s,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(s,"state",{enumerable:!0,get:()=>t.state.value}),s}function md(e){return typeof e=="string"||e&&typeof e=="object"}function ta(e){return typeof e=="string"||typeof e=="symbol"}const na=Symbol("");var Bi;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(Bi||(Bi={}));function rn(e,t){return oe(new Error,{type:e,[na]:!0},t)}function rt(e,t){return e instanceof Error&&na in e&&(t==null||!!(e.type&t))}const Hi="[^/]+?",vd={sensitive:!1,strict:!1,start:!0,end:!0},_d=/[.+*?^${}()[\]/\\]/g;function yd(e,t){const n=oe({},vd,t),r=[];let s=n.start?"^":"";const i=[];for(const u of e){const c=u.length?[]:[90];n.strict&&!u.length&&(s+="/");for(let f=0;f<u.length;f++){const d=u[f];let g=40+(n.sensitive?.25:0);if(d.type===0)f||(s+="/"),s+=d.value.replace(_d,"\\$&"),g+=40;else if(d.type===1){const{value:v,repeatable:b,optional:P,regexp:T}=d;i.push({name:v,repeatable:b,optional:P});const $=T||Hi;if($!==Hi){g+=10;try{new RegExp(`(${$})`)}catch(k){throw new Error(`Invalid custom RegExp for param "${v}" (${$}): `+k.message)}}let N=b?`((?:${$})(?:/(?:${$}))*)`:`(${$})`;f||(N=P&&u.length<2?`(?:/${N})`:"/"+N),P&&(N+="?"),s+=N,g+=20,P&&(g+=-8),b&&(g+=-20),$===".*"&&(g+=-50)}c.push(g)}r.push(c)}if(n.strict&&n.end){const u=r.length-1;r[u][r[u].length-1]+=.7000000000000001}n.strict||(s+="/?"),n.end?s+="$":n.strict&&!s.endsWith("/")&&(s+="(?:/|$)");const o=new RegExp(s,n.sensitive?"":"i");function l(u){const c=u.match(o),f={};if(!c)return null;for(let d=1;d<c.length;d++){const g=c[d]||"",v=i[d-1];f[v.name]=g&&v.repeatable?g.split("/"):g}return f}function a(u){let c="",f=!1;for(const d of e){(!f||!c.endsWith("/"))&&(c+="/"),f=!1;for(const g of d)if(g.type===0)c+=g.value;else if(g.type===1){const{value:v,repeatable:b,optional:P}=g,T=v in u?u[v]:"";if(Ue(T)&&!b)throw new Error(`Provided param "${v}" is an array but it is not repeatable (* or + modifiers)`);const $=Ue(T)?T.join("/"):T;if(!$)if(P)d.length<2&&(c.endsWith("/")?c=c.slice(0,-1):f=!0);else throw new Error(`Missing required param "${v}"`);c+=$}}return c||"/"}return{re:o,score:r,keys:i,parse:l,stringify:a}}function bd(e,t){let n=0;for(;n<e.length&&n<t.length;){const r=t[n]-e[n];if(r)return r;n++}return e.length<t.length?e.length===1&&e[0]===40+40?-1:1:e.length>t.length?t.length===1&&t[0]===40+40?1:-1:0}function ra(e,t){let n=0;const r=e.score,s=t.score;for(;n<r.length&&n<s.length;){const i=bd(r[n],s[n]);if(i)return i;n++}if(Math.abs(s.length-r.length)===1){if(Vi(r))return 1;if(Vi(s))return-1}return s.length-r.length}function Vi(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const wd={type:0,value:""},xd=/[a-zA-Z0-9_]/;function Sd(e){if(!e)return[[]];if(e==="/")return[[wd]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(g){throw new Error(`ERR (${n})/"${u}": ${g}`)}let n=0,r=n;const s=[];let i;function o(){i&&s.push(i),i=[]}let l=0,a,u="",c="";function f(){!u||(n===0?i.push({type:0,value:u}):n===1||n===2||n===3?(i.length>1&&(a==="*"||a==="+")&&t(`A repeatable param (${u}) must be alone in its segment. eg: '/:ids+.`),i.push({type:1,value:u,regexp:c,repeatable:a==="*"||a==="+",optional:a==="*"||a==="?"})):t("Invalid state to consume buffer"),u="")}function d(){u+=a}for(;l<e.length;){if(a=e[l++],a==="\\"&&n!==2){r=n,n=4;continue}switch(n){case 0:a==="/"?(u&&f(),o()):a===":"?(f(),n=1):d();break;case 4:d(),n=r;break;case 1:a==="("?n=2:xd.test(a)?d():(f(),n=0,a!=="*"&&a!=="?"&&a!=="+"&&l--);break;case 2:a===")"?c[c.length-1]=="\\"?c=c.slice(0,-1)+a:n=3:c+=a;break;case 3:f(),n=0,a!=="*"&&a!=="?"&&a!=="+"&&l--,c="";break;default:t("Unknown state");break}}return n===2&&t(`Unfinished custom RegExp for param "${u}"`),f(),o(),s}function Ed(e,t,n){const r=yd(Sd(e.path),n),s=oe(r,{record:e,parent:t,children:[],alias:[]});return t&&!s.record.aliasOf==!t.record.aliasOf&&t.children.push(s),s}function Cd(e,t){const n=[],r=new Map;t=Wi({strict:!1,end:!0,sensitive:!1},t);function s(f){return r.get(f)}function i(f,d,g){const v=!g,b=zi(f);b.aliasOf=g&&g.record;const P=Wi(t,f),T=[b];if("alias"in f){const k=typeof f.alias=="string"?[f.alias]:f.alias;for(const O of k)T.push(zi(oe({},b,{components:g?g.record.components:b.components,path:O,aliasOf:g?g.record:b})))}let $,N;for(const k of T){const{path:O}=k;if(d&&O[0]!=="/"){const K=d.record.path,V=K[K.length-1]==="/"?"":"/";k.path=d.record.path+(O&&V+O)}if($=Ed(k,d,P),g?g.alias.push($):(N=N||$,N!==$&&N.alias.push($),v&&f.name&&!Ui($)&&o(f.name)),sa($)&&a($),b.children){const K=b.children;for(let V=0;V<K.length;V++)i(K[V],$,g&&g.children[V])}g=g||$}return N?()=>{o(N)}:bn}function o(f){if(ta(f)){const d=r.get(f);d&&(r.delete(f),n.splice(n.indexOf(d),1),d.children.forEach(o),d.alias.forEach(o))}else{const d=n.indexOf(f);d>-1&&(n.splice(d,1),f.record.name&&r.delete(f.record.name),f.children.forEach(o),f.alias.forEach(o))}}function l(){return n}function a(f){const d=Td(f,n);n.splice(d,0,f),f.record.name&&!Ui(f)&&r.set(f.record.name,f)}function u(f,d){let g,v={},b,P;if("name"in f&&f.name){if(g=r.get(f.name),!g)throw rn(1,{location:f});P=g.record.name,v=oe(Ki(d.params,g.keys.filter(N=>!N.optional).concat(g.parent?g.parent.keys.filter(N=>N.optional):[]).map(N=>N.name)),f.params&&Ki(f.params,g.keys.map(N=>N.name))),b=g.stringify(v)}else if(f.path!=null)b=f.path,g=n.find(N=>N.re.test(b)),g&&(v=g.parse(b),P=g.record.name);else{if(g=d.name?r.get(d.name):n.find(N=>N.re.test(d.path)),!g)throw rn(1,{location:f,currentLocation:d});P=g.record.name,v=oe({},d.params,f.params),b=g.stringify(v)}const T=[];let $=g;for(;$;)T.unshift($.record),$=$.parent;return{name:P,path:b,params:v,matched:T,meta:Rd(T)}}e.forEach(f=>i(f));function c(){n.length=0,r.clear()}return{addRoute:i,resolve:u,removeRoute:o,clearRoutes:c,getRoutes:l,getRecordMatcher:s}}function Ki(e,t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}function zi(e){const t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:Pd(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}};return Object.defineProperty(t,"mods",{value:{}}),t}function Pd(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const r in e.components)t[r]=typeof n=="object"?n[r]:n;return t}function Ui(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function Rd(e){return e.reduce((t,n)=>oe(t,n.meta),{})}function Wi(e,t){const n={};for(const r in e)n[r]=r in t?t[r]:e[r];return n}function Td(e,t){let n=0,r=t.length;for(;n!==r;){const i=n+r>>1;ra(e,t[i])<0?r=i:n=i+1}const s=kd(e);return s&&(r=t.lastIndexOf(s,r-1)),r}function kd(e){let t=e;for(;t=t.parent;)if(sa(t)&&ra(e,t)===0)return t}function sa({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function Ad(e){const t={};if(e===""||e==="?")return t;const r=(e[0]==="?"?e.slice(1):e).split("&");for(let s=0;s<r.length;++s){const i=r[s].replace(Ql," "),o=i.indexOf("="),l=On(o<0?i:i.slice(0,o)),a=o<0?null:On(i.slice(o+1));if(l in t){let u=t[l];Ue(u)||(u=t[l]=[u]),u.push(a)}else t[l]=a}return t}function Gi(e){let t="";for(let n in e){const r=e[n];if(n=Jf(n),r==null){r!==void 0&&(t+=(t.length?"&":"")+n);continue}(Ue(r)?r.map(i=>i&&ds(i)):[r&&ds(r)]).forEach(i=>{i!==void 0&&(t+=(t.length?"&":"")+n,i!=null&&(t+="="+i))})}return t}function Od(e){const t={};for(const n in e){const r=e[n];r!==void 0&&(t[n]=Ue(r)?r.map(s=>s==null?null:""+s):r==null?r:""+r)}return t}const Ld=Symbol(""),Qi=Symbol(""),Ds=Symbol(""),ia=Symbol(""),ps=Symbol("");function an(){let e=[];function t(r){return e.push(r),()=>{const s=e.indexOf(r);s>-1&&e.splice(s,1)}}function n(){e=[]}return{add:t,list:()=>e.slice(),reset:n}}function _t(e,t,n,r,s,i=o=>o()){const o=r&&(r.enterCallbacks[s]=r.enterCallbacks[s]||[]);return()=>new Promise((l,a)=>{const u=d=>{d===!1?a(rn(4,{from:n,to:t})):d instanceof Error?a(d):md(d)?a(rn(2,{from:t,to:d})):(o&&r.enterCallbacks[s]===o&&typeof d=="function"&&o.push(d),l())},c=i(()=>e.call(r&&r.instances[s],t,n,u));let f=Promise.resolve(c);e.length<3&&(f=f.then(u)),f.catch(d=>a(d))})}function zr(e,t,n,r,s=i=>i()){const i=[];for(const o of e)for(const l in o.components){let a=o.components[l];if(!(t!=="beforeRouteEnter"&&!o.instances[l]))if(Wl(a)){const c=(a.__vccOpts||a)[t];c&&i.push(_t(c,n,r,o,l,s))}else{let u=a();i.push(()=>u.then(c=>{if(!c)throw new Error(`Couldn't resolve component "${l}" at "${o.path}"`);const f=Ff(c)?c.default:c;o.mods[l]=c,o.components[l]=f;const g=(f.__vccOpts||f)[t];return g&&_t(g,n,r,o,l,s)()}))}}return i}function Ji(e){const t=Ze(Ds),n=Ze(ia),r=Q(()=>{const a=At(e.to);return t.resolve(a)}),s=Q(()=>{const{matched:a}=r.value,{length:u}=a,c=a[u-1],f=n.matched;if(!c||!f.length)return-1;const d=f.findIndex(nn.bind(null,c));if(d>-1)return d;const g=Yi(a[u-2]);return u>1&&Yi(c)===g&&f[f.length-1].path!==g?f.findIndex(nn.bind(null,a[u-2])):d}),i=Q(()=>s.value>-1&&Nd(n.params,r.value.params)),o=Q(()=>s.value>-1&&s.value===n.matched.length-1&&Zl(n.params,r.value.params));function l(a={}){if(jd(a)){const u=t[At(e.replace)?"replace":"push"](At(e.to)).catch(bn);return e.viewTransition&&typeof document!="undefined"&&"startViewTransition"in document&&document.startViewTransition(()=>u),u}return Promise.resolve()}return{route:r,href:Q(()=>r.value.href),isActive:i,isExactActive:o,navigate:l}}function Md(e){return e.length===1?e[0]:e}const $d=gr({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:Ji,setup(e,{slots:t}){const n=Dt(Ji(e)),{options:r}=Ze(Ds),s=Q(()=>({[Xi(e.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[Xi(e.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const i=t.default&&Md(t.default(n));return e.custom?i:G("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:s.value},i)}}}),Id=$d;function jd(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function Nd(e,t){for(const n in t){const r=t[n],s=e[n];if(typeof r=="string"){if(r!==s)return!1}else if(!Ue(s)||s.length!==r.length||r.some((i,o)=>i!==s[o]))return!1}return!0}function Yi(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const Xi=(e,t,n)=>e!=null?e:t!=null?t:n,Dd=gr({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const r=Ze(ps),s=Q(()=>e.route||r.value),i=Ze(Qi,0),o=Q(()=>{let u=At(i);const{matched:c}=s.value;let f;for(;(f=c[u])&&!f.components;)u++;return u}),l=Q(()=>s.value.matched[o.value]);Kn(Qi,Q(()=>o.value+1)),Kn(Ld,l),Kn(ps,s);const a=Mt();return vn(()=>[a.value,l.value,e.name],([u,c,f],[d,g,v])=>{c&&(c.instances[f]=u,g&&g!==c&&u&&u===d&&(c.leaveGuards.size||(c.leaveGuards=g.leaveGuards),c.updateGuards.size||(c.updateGuards=g.updateGuards))),u&&c&&(!g||!nn(c,g)||!d)&&(c.enterCallbacks[f]||[]).forEach(b=>b(u))},{flush:"post"}),()=>{const u=s.value,c=e.name,f=l.value,d=f&&f.components[c];if(!d)return Zi(n.default,{Component:d,route:u});const g=f.props[c],v=g?g===!0?u.params:typeof g=="function"?g(u):g:null,P=G(d,oe({},v,t,{onVnodeUnmounted:T=>{T.component.isUnmounted&&(f.instances[c]=null)},ref:a}));return Zi(n.default,{Component:P,route:u})||P}}});function Zi(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const Fd=Dd;function qd(e){const t=Cd(e.routes,e),n=e.parseQuery||Ad,r=e.stringifyQuery||Gi,s=e.history,i=an(),o=an(),l=an(),a=Xa(ft);let u=ft;Qt&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const c=Vr.bind(null,y=>""+y),f=Vr.bind(null,Xf),d=Vr.bind(null,On);function g(y,D){let M,q;return ta(y)?(M=t.getRecordMatcher(y),q=D):q=y,t.addRoute(q,M)}function v(y){const D=t.getRecordMatcher(y);D&&t.removeRoute(D)}function b(){return t.getRoutes().map(y=>y.record)}function P(y){return!!t.getRecordMatcher(y)}function T(y,D){if(D=oe({},D||a.value),typeof y=="string"){const p=Kr(n,y,D.path),m=t.resolve({path:p.path},D),w=s.createHref(p.fullPath);return oe(p,m,{params:d(m.params),hash:On(p.hash),redirectedFrom:void 0,href:w})}let M;if(y.path!=null)M=oe({},y,{path:Kr(n,y.path,D.path).path});else{const p=oe({},y.params);for(const m in p)p[m]==null&&delete p[m];M=oe({},y,{params:f(p)}),D.params=f(D.params)}const q=t.resolve(M,D),ie=y.hash||"";q.params=c(d(q.params));const he=td(r,oe({},y,{hash:Qf(ie),path:q.path})),h=s.createHref(he);return oe({fullPath:he,hash:ie,query:r===Gi?Od(y.query):y.query||{}},q,{redirectedFrom:void 0,href:h})}function $(y){return typeof y=="string"?Kr(n,y,a.value.path):oe({},y)}function N(y,D){if(u!==y)return rn(8,{from:D,to:y})}function k(y){return V(y)}function O(y){return k(oe($(y),{replace:!0}))}function K(y){const D=y.matched[y.matched.length-1];if(D&&D.redirect){const{redirect:M}=D;let q=typeof M=="function"?M(y):M;return typeof q=="string"&&(q=q.includes("?")||q.includes("#")?q=$(q):{path:q},q.params={}),oe({query:y.query,hash:y.hash,params:q.path!=null?{}:y.params},q)}}function V(y,D){const M=u=T(y),q=a.value,ie=y.state,he=y.force,h=y.replace===!0,p=K(M);if(p)return V(oe($(p),{state:typeof p=="object"?oe({},ie,p.state):ie,force:he,replace:h}),D||M);const m=M;m.redirectedFrom=D;let w;return!he&&nd(r,q,M)&&(w=rn(16,{to:m,from:q}),We(q,q,!0,!1)),(w?Promise.resolve(w):B(m,q)).catch(_=>rt(_)?rt(_,2)?_:ct(_):se(_,m,q)).then(_=>{if(_){if(rt(_,2))return V(oe({replace:h},$(_.to),{state:typeof _.to=="object"?oe({},ie,_.to.state):ie,force:he}),D||m)}else _=A(m,q,!0,h,ie);return W(m,q,_),_})}function F(y,D){const M=N(y,D);return M?Promise.reject(M):Promise.resolve()}function E(y){const D=Bt.values().next().value;return D&&typeof D.runWithContext=="function"?D.runWithContext(y):y()}function B(y,D){let M;const[q,ie,he]=Bd(y,D);M=zr(q.reverse(),"beforeRouteLeave",y,D);for(const p of q)p.leaveGuards.forEach(m=>{M.push(_t(m,y,D))});const h=F.bind(null,y,D);return M.push(h),je(M).then(()=>{M=[];for(const p of i.list())M.push(_t(p,y,D));return M.push(h),je(M)}).then(()=>{M=zr(ie,"beforeRouteUpdate",y,D);for(const p of ie)p.updateGuards.forEach(m=>{M.push(_t(m,y,D))});return M.push(h),je(M)}).then(()=>{M=[];for(const p of he)if(p.beforeEnter)if(Ue(p.beforeEnter))for(const m of p.beforeEnter)M.push(_t(m,y,D));else M.push(_t(p.beforeEnter,y,D));return M.push(h),je(M)}).then(()=>(y.matched.forEach(p=>p.enterCallbacks={}),M=zr(he,"beforeRouteEnter",y,D,E),M.push(h),je(M))).then(()=>{M=[];for(const p of o.list())M.push(_t(p,y,D));return M.push(h),je(M)}).catch(p=>rt(p,8)?p:Promise.reject(p))}function W(y,D,M){l.list().forEach(q=>E(()=>q(y,D,M)))}function A(y,D,M,q,ie){const he=N(y,D);if(he)return he;const h=D===ft,p=Qt?history.state:{};M&&(q||h?s.replace(y.fullPath,oe({scroll:h&&p&&p.scroll},ie)):s.push(y.fullPath,ie)),a.value=y,We(y,D,M,h),ct()}let Z;function I(){Z||(Z=s.listen((y,D,M)=>{if(!Nn.listening)return;const q=T(y),ie=K(q);if(ie){V(oe(ie,{replace:!0,force:!0}),q).catch(bn);return}u=q;const he=a.value;Qt&&ud(Fi(he.fullPath,M.delta),Er()),B(q,he).catch(h=>rt(h,12)?h:rt(h,2)?(V(oe($(h.to),{force:!0}),q).then(p=>{rt(p,20)&&!M.delta&&M.type===Ln.pop&&s.go(-1,!1)}).catch(bn),Promise.reject()):(M.delta&&s.go(-M.delta,!1),se(h,q,he))).then(h=>{h=h||A(q,he,!1),h&&(M.delta&&!rt(h,8)?s.go(-M.delta,!1):M.type===Ln.pop&&rt(h,20)&&s.go(-1,!1)),W(q,he,h)}).catch(bn)}))}let ee=an(),re=an(),X;function se(y,D,M){ct(y);const q=re.list();return q.length?q.forEach(ie=>ie(y,D,M)):console.error(y),Promise.reject(y)}function tt(){return X&&a.value!==ft?Promise.resolve():new Promise((y,D)=>{ee.add([y,D])})}function ct(y){return X||(X=!y,I(),ee.list().forEach(([D,M])=>y?M(y):D()),ee.reset()),y}function We(y,D,M,q){const{scrollBehavior:ie}=e;if(!Qt||!ie)return Promise.resolve();const he=!M&&fd(Fi(y.fullPath,0))||(q||!M)&&history.state&&history.state.scroll||null;return ks().then(()=>ie(y,D,he)).then(h=>h&&cd(h)).catch(h=>se(h,y,D))}const ke=y=>s.go(y);let qt;const Bt=new Set,Nn={currentRoute:a,listening:!0,addRoute:g,removeRoute:v,clearRoutes:t.clearRoutes,hasRoute:P,getRoutes:b,resolve:T,options:e,push:k,replace:O,go:ke,back:()=>ke(-1),forward:()=>ke(1),beforeEach:i.add,beforeResolve:o.add,afterEach:l.add,onError:re.add,isReady:tt,install(y){const D=this;y.component("RouterLink",Id),y.component("RouterView",Fd),y.config.globalProperties.$router=D,Object.defineProperty(y.config.globalProperties,"$route",{enumerable:!0,get:()=>At(a)}),Qt&&!qt&&a.value===ft&&(qt=!0,k(s.location).catch(ie=>{}));const M={};for(const ie in ft)Object.defineProperty(M,ie,{get:()=>a.value[ie],enumerable:!0});y.provide(Ds,D),y.provide(ia,jo(M)),y.provide(ps,a);const q=y.unmount;Bt.add(y),y.unmount=function(){Bt.delete(y),Bt.size<1&&(u=ft,Z&&Z(),Z=null,a.value=ft,qt=!1,X=!1),q()}}};function je(y){return y.reduce((D,M)=>D.then(()=>E(M)),Promise.resolve())}return Nn}function Bd(e,t){const n=[],r=[],s=[],i=Math.max(t.matched.length,e.matched.length);for(let o=0;o<i;o++){const l=t.matched[o];l&&(e.matched.find(u=>nn(u,l))?r.push(l):n.push(l));const a=e.matched[o];a&&(t.matched.find(u=>nn(u,a))||s.push(a))}return[n,r,s]}const Hd=[{path:"/auth",component:()=>Ae(()=>import("./AuthLayout.828e1213.js"),["assets/AuthLayout.828e1213.js","assets/QLayout.7c9341c3.js","assets/scroll.6727d3ea.js"]),children:[{path:"login",name:"login",component:()=>Ae(()=>import("./LoginPage.5e2746c3.js"),["assets/LoginPage.5e2746c3.js","assets/QCard.9ca85696.js","assets/use-dark.6e19ce43.js","assets/QInput.dbc14c53.js","assets/use-checkbox.687a19bf.js","assets/focus-manager.1ddae684.js","assets/QForm.1a0fa8bd.js","assets/QPage.1736cadc.js","assets/auth-store.10a6215e.js","assets/axios.d3fa833b.js","assets/main-store.ee636e78.js"])}]},{path:"/",component:()=>Ae(()=>import("./MainLayout.54c624c6.js"),["assets/MainLayout.54c624c6.js","assets/MainLayout.05d49d78.css","assets/QLayout.7c9341c3.js","assets/scroll.6727d3ea.js","assets/QTable.3fe6867d.js","assets/QSeparator.d0c0fb0f.js","assets/focus-manager.1ddae684.js","assets/axios.d3fa833b.js","assets/main-store.ee636e78.js","assets/use-dark.6e19ce43.js","assets/use-checkbox.687a19bf.js","assets/use-transition.19980487.js","assets/QCard.9ca85696.js","assets/QCardActions.3d6ece78.js","assets/QSpace.3225ba0f.js","assets/QInput.dbc14c53.js","assets/QForm.1a0fa8bd.js"]),children:[{path:"/",name:"home",component:()=>Ae(()=>import("./HomePage.fd1efdb0.js"),["assets/HomePage.fd1efdb0.js","assets/use-dark.6e19ce43.js","assets/use-transition.19980487.js","assets/QPage.1736cadc.js","assets/main-store.ee636e78.js","assets/axios.d3fa833b.js"])},{path:"/:bucket/files",name:"files-home",component:()=>Ae(()=>import("./FilesFolderPage.7cadc3fd.js"),["assets/FilesFolderPage.7cadc3fd.js","assets/FilesFolderPage.ecacd99f.css","assets/QTd.32b217d9.js","assets/QTable.3fe6867d.js","assets/QSeparator.d0c0fb0f.js","assets/focus-manager.1ddae684.js","assets/scroll.6727d3ea.js","assets/axios.d3fa833b.js","assets/main-store.ee636e78.js","assets/use-dark.6e19ce43.js","assets/use-checkbox.687a19bf.js","assets/use-transition.19980487.js","assets/QPage.1736cadc.js","assets/QCard.9ca85696.js","assets/QCardActions.3d6ece78.js","assets/QInput.dbc14c53.js","assets/QSpace.3225ba0f.js","assets/use-quasar.0c0b766f.js"])},{path:"/:bucket/files/:folder",name:"files-folder",component:()=>Ae(()=>import("./FilesFolderPage.7cadc3fd.js"),["assets/FilesFolderPage.7cadc3fd.js","assets/FilesFolderPage.ecacd99f.css","assets/QTd.32b217d9.js","assets/QTable.3fe6867d.js","assets/QSeparator.d0c0fb0f.js","assets/focus-manager.1ddae684.js","assets/scroll.6727d3ea.js","assets/axios.d3fa833b.js","assets/main-store.ee636e78.js","assets/use-dark.6e19ce43.js","assets/use-checkbox.687a19bf.js","assets/use-transition.19980487.js","assets/QPage.1736cadc.js","assets/QCard.9ca85696.js","assets/QCardActions.3d6ece78.js","assets/QInput.dbc14c53.js","assets/QSpace.3225ba0f.js","assets/use-quasar.0c0b766f.js"])},{path:"/:bucket/files/:folder/:file",name:"files-file",component:()=>Ae(()=>import("./FilesFolderPage.7cadc3fd.js"),["assets/FilesFolderPage.7cadc3fd.js","assets/FilesFolderPage.ecacd99f.css","assets/QTd.32b217d9.js","assets/QTable.3fe6867d.js","assets/QSeparator.d0c0fb0f.js","assets/focus-manager.1ddae684.js","assets/scroll.6727d3ea.js","assets/axios.d3fa833b.js","assets/main-store.ee636e78.js","assets/use-dark.6e19ce43.js","assets/use-checkbox.687a19bf.js","assets/use-transition.19980487.js","assets/QPage.1736cadc.js","assets/QCard.9ca85696.js","assets/QCardActions.3d6ece78.js","assets/QInput.dbc14c53.js","assets/QSpace.3225ba0f.js","assets/use-quasar.0c0b766f.js"])},{path:"/:bucket/email",name:"email-home",component:()=>Ae(()=>import("./EmailFolderPage.0c5be156.js"),["assets/EmailFolderPage.0c5be156.js","assets/EmailFolderPage.25044e0a.css","assets/QTd.32b217d9.js","assets/QTable.3fe6867d.js","assets/QSeparator.d0c0fb0f.js","assets/focus-manager.1ddae684.js","assets/scroll.6727d3ea.js","assets/axios.d3fa833b.js","assets/main-store.ee636e78.js","assets/use-dark.6e19ce43.js","assets/use-checkbox.687a19bf.js","assets/use-transition.19980487.js","assets/QPage.1736cadc.js"])},{path:"/:bucket/email/:folder",name:"email-folder",component:()=>Ae(()=>import("./EmailFolderPage.0c5be156.js"),["assets/EmailFolderPage.0c5be156.js","assets/EmailFolderPage.25044e0a.css","assets/QTd.32b217d9.js","assets/QTable.3fe6867d.js","assets/QSeparator.d0c0fb0f.js","assets/focus-manager.1ddae684.js","assets/scroll.6727d3ea.js","assets/axios.d3fa833b.js","assets/main-store.ee636e78.js","assets/use-dark.6e19ce43.js","assets/use-checkbox.687a19bf.js","assets/use-transition.19980487.js","assets/QPage.1736cadc.js"])},{path:"/:bucket/email/:folder/:file",name:"email-file",component:()=>Ae(()=>import("./EmailFilePage.148b4f84.js"),["assets/EmailFilePage.148b4f84.js","assets/EmailFilePage.c4890c9c.css","assets/QSeparator.d0c0fb0f.js","assets/focus-manager.1ddae684.js","assets/scroll.6727d3ea.js","assets/axios.d3fa833b.js","assets/main-store.ee636e78.js","assets/use-dark.6e19ce43.js","assets/use-transition.19980487.js","assets/QCard.9ca85696.js","assets/QCardActions.3d6ece78.js","assets/use-quasar.0c0b766f.js"])},{path:"/storage/:bucket",redirect:e=>({name:"files-home",params:{bucket:e.params.bucket}})},{path:"/storage/:bucket/:folder",redirect:e=>({name:"files-folder",params:{bucket:e.params.bucket,folder:e.params.folder}})},{path:"/storage/:bucket/:folder/:file",redirect:e=>({name:"files-file",params:{bucket:e.params.bucket,folder:e.params.folder,file:e.params.file}})}]},{path:"/:catchAll(.*)*",component:()=>Ae(()=>import("./ErrorNotFound.a0d3ece6.js"),[])}];var Ur=()=>qd({scrollBehavior:()=>({left:0,top:0}),routes:Hd,history:gd("/")});async function Vd(e,t){const n=e(Of);n.use(Rf,t);const r=typeof Hr=="function"?await Hr({}):Hr;n.use(r);const s=Ft(typeof Ur=="function"?await Ur({store:r}):Ur);return r.use(({store:i})=>{i.router=s}),{app:n,store:r,router:s}}const gs={xs:18,sm:24,md:32,lg:38,xl:46},Fs={size:String};function qs(e,t=gs){return Q(()=>e.size!==void 0?{fontSize:e.size in t?`${t[e.size]}px`:e.size}:null)}function Kd(e,t){return e!==void 0&&e()||t}function Zh(e,t){if(e!==void 0){const n=e();if(n!=null)return n.slice()}return t}function fn(e,t){return e!==void 0?t.concat(e()):t}function zd(e,t){return e===void 0?t:t!==void 0?t.concat(e()):e()}function ep(e,t,n,r,s,i){t.key=r+s;const o=G(e,t,n);return s===!0?zo(o,i()):o}const eo="0 0 24 24",to=e=>e,Wr=e=>`ionicons ${e}`,oa={"mdi-":e=>`mdi ${e}`,"icon-":to,"bt-":e=>`bt ${e}`,"eva-":e=>`eva ${e}`,"ion-md":Wr,"ion-ios":Wr,"ion-logo":Wr,"iconfont ":to,"ti-":e=>`themify-icon ${e}`,"bi-":e=>`bootstrap-icons ${e}`},la={o_:"-outlined",r_:"-round",s_:"-sharp"},aa={sym_o_:"-outlined",sym_r_:"-rounded",sym_s_:"-sharp"},Ud=new RegExp("^("+Object.keys(oa).join("|")+")"),Wd=new RegExp("^("+Object.keys(la).join("|")+")"),no=new RegExp("^("+Object.keys(aa).join("|")+")"),Gd=/^[Mm]\s?[-+]?\.?\d/,Qd=/^img:/,Jd=/^svguse:/,Yd=/^ion-/,Xd=/^(fa-(classic|sharp|solid|regular|light|brands|duotone|thin)|[lf]a[srlbdk]?) /;var lr=jn({name:"QIcon",props:{...Fs,tag:{type:String,default:"i"},name:String,color:String,left:Boolean,right:Boolean},setup(e,{slots:t}){const{proxy:{$q:n}}=$n(),r=qs(e),s=Q(()=>"q-icon"+(e.left===!0?" on-left":"")+(e.right===!0?" on-right":"")+(e.color!==void 0?` text-${e.color}`:"")),i=Q(()=>{let o,l=e.name;if(l==="none"||!l)return{none:!0};if(n.iconMapFn!==null){const c=n.iconMapFn(l);if(c!==void 0)if(c.icon!==void 0){if(l=c.icon,l==="none"||!l)return{none:!0}}else return{cls:c.cls,content:c.content!==void 0?c.content:" "}}if(Gd.test(l)===!0){const[c,f=eo]=l.split("|");return{svg:!0,viewBox:f,nodes:c.split("&&").map(d=>{const[g,v,b]=d.split("@@");return G("path",{style:v,d:g,transform:b})})}}if(Qd.test(l)===!0)return{img:!0,src:l.substring(4)};if(Jd.test(l)===!0){const[c,f=eo]=l.split("|");return{svguse:!0,src:c.substring(7),viewBox:f}}let a=" ";const u=l.match(Ud);if(u!==null)o=oa[u[1]](l);else if(Xd.test(l)===!0)o=l;else if(Yd.test(l)===!0)o=`ionicons ion-${n.platform.is.ios===!0?"ios":"md"}${l.substring(3)}`;else if(no.test(l)===!0){o="notranslate material-symbols";const c=l.match(no);c!==null&&(l=l.substring(6),o+=aa[c[1]]),a=l}else{o="notranslate material-icons";const c=l.match(Wd);c!==null&&(l=l.substring(2),o+=la[c[1]]),a=l}return{cls:o,content:a}});return()=>{const o={class:s.value,style:r.value,"aria-hidden":"true",role:"presentation"};return i.value.none===!0?G(e.tag,o,Kd(t.default)):i.value.img===!0?G(e.tag,o,fn(t.default,[G("img",{src:i.value.src})])):i.value.svg===!0?G(e.tag,o,fn(t.default,[G("svg",{viewBox:i.value.viewBox||"0 0 24 24"},i.value.nodes)])):i.value.svguse===!0?G(e.tag,o,fn(t.default,[G("svg",{viewBox:i.value.viewBox},[G("use",{"xlink:href":i.value.src})])])):(i.value.cls!==void 0&&(o.class+=" "+i.value.cls),G(e.tag,o,fn(t.default,[i.value.content])))}}}),Zd=jn({name:"QAvatar",props:{...Fs,fontSize:String,color:String,textColor:String,icon:String,square:Boolean,rounded:Boolean},setup(e,{slots:t}){const n=qs(e),r=Q(()=>"q-avatar"+(e.color?` bg-${e.color}`:"")+(e.textColor?` text-${e.textColor} q-chip--colored`:"")+(e.square===!0?" q-avatar--square":e.rounded===!0?" rounded-borders":"")),s=Q(()=>e.fontSize?{fontSize:e.fontSize}:null);return()=>{const i=e.icon!==void 0?[G(lr,{name:e.icon})]:void 0;return G("div",{class:r.value,style:n.value},[G("div",{class:"q-avatar__content row flex-center overflow-hidden",style:s.value},zd(t.default,i))])}}});const eh={size:{type:[String,Number],default:"1em"},color:String};function th(e){return{cSize:Q(()=>e.size in gs?`${gs[e.size]}px`:e.size),classes:Q(()=>"q-spinner"+(e.color?` text-${e.color}`:""))}}var ca=jn({name:"QSpinner",props:{...eh,thickness:{type:Number,default:5}},setup(e){const{cSize:t,classes:n}=th(e);return()=>G("svg",{class:n.value+" q-spinner-mat",width:t.value,height:t.value,viewBox:"25 25 50 50"},[G("circle",{class:"path",cx:"50",cy:"50",r:"20",fill:"none",stroke:"currentColor","stroke-width":e.thickness,"stroke-miterlimit":"10"})])}});function tp(e){return e===window?window.innerHeight:e.getBoundingClientRect().height}function nh(e,t){const n=e.style;for(const r in t)n[r]=t[r]}function np(e){if(e==null)return;if(typeof e=="string")try{return document.querySelector(e)||void 0}catch{return}const t=At(e);if(t)return t.$el||t}function rp(e,t){if(e==null||e.contains(t)===!0)return!0;for(let n=e.nextElementSibling;n!==null;n=n.nextElementSibling)if(n.contains(t))return!0;return!1}function rh(e,t=250){let n=!1,r;return function(){return n===!1&&(n=!0,setTimeout(()=>{n=!1},t),r=e.apply(this,arguments)),r}}function ro(e,t,n,r){n.modifiers.stop===!0&&Dl(e);const s=n.modifiers.color;let i=n.modifiers.center;i=i===!0||r===!0;const o=document.createElement("span"),l=document.createElement("span"),a=sf(e),{left:u,top:c,width:f,height:d}=t.getBoundingClientRect(),g=Math.sqrt(f*f+d*d),v=g/2,b=`${(f-g)/2}px`,P=i?b:`${a.left-u-v}px`,T=`${(d-g)/2}px`,$=i?T:`${a.top-c-v}px`;l.className="q-ripple__inner",nh(l,{height:`${g}px`,width:`${g}px`,transform:`translate3d(${P},${$},0) scale3d(.2,.2,1)`,opacity:0}),o.className=`q-ripple${s?" text-"+s:""}`,o.setAttribute("dir","ltr"),o.appendChild(l),t.appendChild(o);const N=()=>{o.remove(),clearTimeout(k)};n.abort.push(N);let k=setTimeout(()=>{l.classList.add("q-ripple__inner--enter"),l.style.transform=`translate3d(${b},${T},0) scale3d(1,1,1)`,l.style.opacity=.2,k=setTimeout(()=>{l.classList.remove("q-ripple__inner--enter"),l.classList.add("q-ripple__inner--leave"),l.style.opacity=0,k=setTimeout(()=>{o.remove(),n.abort.splice(n.abort.indexOf(N),1)},275)},250)},50)}function so(e,{modifiers:t,value:n,arg:r}){const s=Object.assign({},e.cfg.ripple,t,n);e.modifiers={early:s.early===!0,stop:s.stop===!0,center:s.center===!0,color:s.color||r,keyCodes:[].concat(s.keyCodes||13)}}var sh=rf({name:"ripple",beforeMount(e,t){const n=t.instance.$.appContext.config.globalProperties.$q.config||{};if(n.ripple===!1)return;const r={cfg:n,enabled:t.value!==!1,modifiers:{},abort:[],start(s){r.enabled===!0&&s.qSkipRipple!==!0&&s.type===(r.modifiers.early===!0?"pointerdown":"click")&&ro(s,e,r,s.qKeyEvent===!0)},keystart:rh(s=>{r.enabled===!0&&s.qSkipRipple!==!0&&cs(s,r.modifiers.keyCodes)===!0&&s.type===`key${r.modifiers.early===!0?"down":"up"}`&&ro(s,e,r,!0)},300)};so(r,t),e.__qripple=r,of(r,"main",[[e,"pointerdown","start","passive"],[e,"click","start","passive"],[e,"keydown","keystart","passive"],[e,"keyup","keystart","passive"]])},updated(e,t){if(t.oldValue!==t.value){const n=e.__qripple;n!==void 0&&(n.enabled=t.value!==!1,n.enabled===!0&&Object(t.value)===t.value&&so(n,t))}},beforeUnmount(e){const t=e.__qripple;t!==void 0&&(t.abort.forEach(n=>{n()}),lf(t,"main"),delete e._qripple)}});const ua={left:"start",center:"center",right:"end",between:"between",around:"around",evenly:"evenly",stretch:"stretch"},ih=Object.keys(ua),oh={align:{type:String,validator:e=>ih.includes(e)}};function lh(e){return Q(()=>{const t=e.align===void 0?e.vertical===!0?"stretch":"left":e.align;return`${e.vertical===!0?"items":"justify"}-${ua[t]}`})}function sp(e){if(Object(e.$parent)===e.$parent)return e.$parent;let{parent:t}=e.$;for(;Object(t)===t;){if(Object(t.proxy)===t.proxy)return t.proxy;t=t.parent}}function fa(e,t){typeof t.type=="symbol"?Array.isArray(t.children)===!0&&t.children.forEach(n=>{fa(e,n)}):e.add(t)}function ip(e){const t=new Set;return e.forEach(n=>{fa(t,n)}),Array.from(t)}function ah(e){return e.appContext.config.globalProperties.$router!==void 0}function op(e){return e.isUnmounted===!0||e.isDeactivated===!0}function io(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}function oo(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function ch(e,t){for(const n in t){const r=t[n],s=e[n];if(typeof r=="string"){if(r!==s)return!1}else if(Array.isArray(s)===!1||s.length!==r.length||r.some((i,o)=>i!==s[o]))return!1}return!0}function lo(e,t){return Array.isArray(t)===!0?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function uh(e,t){return Array.isArray(e)===!0?lo(e,t):Array.isArray(t)===!0?lo(t,e):e===t}function fh(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(uh(e[n],t[n])===!1)return!1;return!0}const da={to:[String,Object],replace:Boolean,href:String,target:String,disable:Boolean},lp={...da,exact:Boolean,activeClass:{type:String,default:"q-router-link--active"},exactActiveClass:{type:String,default:"q-router-link--exact-active"}};function dh({fallbackTag:e,useDisableForRouterLinkProps:t=!0}={}){const n=$n(),{props:r,proxy:s,emit:i}=n,o=ah(n),l=Q(()=>r.disable!==!0&&r.href!==void 0),a=Q(t===!0?()=>o===!0&&r.disable!==!0&&l.value!==!0&&r.to!==void 0&&r.to!==null&&r.to!=="":()=>o===!0&&l.value!==!0&&r.to!==void 0&&r.to!==null&&r.to!==""),u=Q(()=>a.value===!0?$(r.to):null),c=Q(()=>u.value!==null),f=Q(()=>l.value===!0||c.value===!0),d=Q(()=>r.type==="a"||f.value===!0?"a":r.tag||e||"div"),g=Q(()=>l.value===!0?{href:r.href,target:r.target}:c.value===!0?{href:u.value.href,target:r.target}:{}),v=Q(()=>{if(c.value===!1)return-1;const{matched:O}=u.value,{length:K}=O,V=O[K-1];if(V===void 0)return-1;const F=s.$route.matched;if(F.length===0)return-1;const E=F.findIndex(oo.bind(null,V));if(E!==-1)return E;const B=io(O[K-2]);return K>1&&io(V)===B&&F[F.length-1].path!==B?F.findIndex(oo.bind(null,O[K-2])):E}),b=Q(()=>c.value===!0&&v.value!==-1&&ch(s.$route.params,u.value.params)),P=Q(()=>b.value===!0&&v.value===s.$route.matched.length-1&&fh(s.$route.params,u.value.params)),T=Q(()=>c.value===!0?P.value===!0?` ${r.exactActiveClass} ${r.activeClass}`:r.exact===!0?"":b.value===!0?` ${r.activeClass}`:"":"");function $(O){try{return s.$router.resolve(O)}catch{}return null}function N(O,{returnRouterError:K,to:V=r.to,replace:F=r.replace}={}){if(r.disable===!0)return O.preventDefault(),Promise.resolve(!1);if(O.metaKey||O.altKey||O.ctrlKey||O.shiftKey||O.button!==void 0&&O.button!==0||r.target==="_blank")return Promise.resolve(!1);O.preventDefault();const E=s.$router[F===!0?"replace":"push"](V);return K===!0?E:E.then(()=>{}).catch(()=>{})}function k(O){if(c.value===!0){const K=V=>N(O,V);i("click",O,K),O.defaultPrevented!==!0&&K()}else i("click",O)}return{hasRouterLink:c,hasHrefLink:l,hasLink:f,linkTag:d,resolvedLink:u,linkIsActive:b,linkIsExactActive:P,linkClass:T,linkAttrs:g,getLink:$,navigateToRouterLink:N,navigateOnClick:k}}const ao={none:0,xs:4,sm:8,md:16,lg:24,xl:32},hh={xs:8,sm:10,md:14,lg:20,xl:24},ph=["button","submit","reset"],gh=/[^\s]\/[^\s]/,mh=["flat","outline","push","unelevated"];function vh(e,t){return e.flat===!0?"flat":e.outline===!0?"outline":e.push===!0?"push":e.unelevated===!0?"unelevated":t}const _h={...Fs,...da,type:{type:String,default:"button"},label:[Number,String],icon:String,iconRight:String,...mh.reduce((e,t)=>(e[t]=Boolean)&&e,{}),square:Boolean,rounded:Boolean,glossy:Boolean,size:String,fab:Boolean,fabMini:Boolean,padding:String,color:String,textColor:String,noCaps:Boolean,noWrap:Boolean,dense:Boolean,tabindex:[Number,String],ripple:{type:[Boolean,Object],default:!0},align:{...oh.align,default:"center"},stack:Boolean,stretch:Boolean,loading:{type:Boolean,default:null},disable:Boolean},yh={..._h,round:Boolean};function bh(e){const t=qs(e,hh),n=lh(e),{hasRouterLink:r,hasLink:s,linkTag:i,linkAttrs:o,navigateOnClick:l}=dh({fallbackTag:"button"}),a=Q(()=>{const P=e.fab===!1&&e.fabMini===!1?t.value:{};return e.padding!==void 0?Object.assign({},P,{padding:e.padding.split(/\s+/).map(T=>T in ao?ao[T]+"px":T).join(" "),minWidth:"0",minHeight:"0"}):P}),u=Q(()=>e.rounded===!0||e.fab===!0||e.fabMini===!0),c=Q(()=>e.disable!==!0&&e.loading!==!0),f=Q(()=>c.value===!0?e.tabindex||0:-1),d=Q(()=>vh(e,"standard")),g=Q(()=>{const P={tabindex:f.value};return s.value===!0?Object.assign(P,o.value):ph.includes(e.type)===!0&&(P.type=e.type),i.value==="a"?(e.disable===!0?P["aria-disabled"]="true":P.href===void 0&&(P.role="button"),r.value!==!0&&gh.test(e.type)===!0&&(P.type=e.type)):e.disable===!0&&(P.disabled="",P["aria-disabled"]="true"),e.loading===!0&&e.percentage!==void 0&&Object.assign(P,{role:"progressbar","aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":e.percentage}),P}),v=Q(()=>{let P;e.color!==void 0?e.flat===!0||e.outline===!0?P=`text-${e.textColor||e.color}`:P=`bg-${e.color} text-${e.textColor||"white"}`:e.textColor&&(P=`text-${e.textColor}`);const T=e.round===!0?"round":`rectangle${u.value===!0?" q-btn--rounded":e.square===!0?" q-btn--square":""}`;return`q-btn--${d.value} q-btn--${T}`+(P!==void 0?" "+P:"")+(c.value===!0?" q-btn--actionable q-focusable q-hoverable":e.disable===!0?" disabled":"")+(e.fab===!0?" q-btn--fab":e.fabMini===!0?" q-btn--fab-mini":"")+(e.noCaps===!0?" q-btn--no-uppercase":"")+(e.dense===!0?" q-btn--dense":"")+(e.stretch===!0?" no-border-radius self-stretch":"")+(e.glossy===!0?" glossy":"")+(e.square?" q-btn--square":"")}),b=Q(()=>n.value+(e.stack===!0?" column":" row")+(e.noWrap===!0?" no-wrap text-no-wrap":"")+(e.loading===!0?" q-btn__content--hidden":""));return{classes:v,style:a,innerClasses:b,attributes:g,hasLink:s,linkTag:i,navigateOnClick:l,isActionable:c}}const{passiveCapture:De}=jt;let zt=null,Ut=null,Wt=null;var wh=jn({name:"QBtn",props:{...yh,percentage:Number,darkPercentage:Boolean,onTouchstart:[Function,Array]},emits:["click","keydown","mousedown","keyup"],setup(e,{slots:t,emit:n}){const{proxy:r}=$n(),{classes:s,style:i,innerClasses:o,attributes:l,hasLink:a,linkTag:u,navigateOnClick:c,isActionable:f}=bh(e),d=Mt(null),g=Mt(null);let v=null,b,P=null;const T=Q(()=>e.label!==void 0&&e.label!==null&&e.label!==""),$=Q(()=>e.disable===!0||e.ripple===!1?!1:{keyCodes:a.value===!0?[13,32]:[13],...e.ripple===!0?{}:e.ripple}),N=Q(()=>({center:e.round})),k=Q(()=>{const I=Math.max(0,Math.min(100,e.percentage));return I>0?{transition:"transform 0.6s",transform:`translateX(${I-100}%)`}:{}}),O=Q(()=>{if(e.loading===!0)return{onMousedown:Z,onTouchstart:Z,onClick:Z,onKeydown:Z,onKeyup:Z};if(f.value===!0){const I={onClick:V,onKeydown:F,onMousedown:B};if(r.$q.platform.has.touch===!0){const ee=e.onTouchstart!==void 0?"":"Passive";I[`onTouchstart${ee}`]=E}return I}return{onClick:Vt}}),K=Q(()=>({ref:d,class:"q-btn q-btn-item non-selectable no-outline "+s.value,style:i.value,...l.value,...O.value}));function V(I){if(d.value!==null){if(I!==void 0){if(I.defaultPrevented===!0)return;const ee=document.activeElement;if(e.type==="submit"&&ee!==document.body&&d.value.contains(ee)===!1&&ee.contains(d.value)===!1){d.value.focus();const re=()=>{document.removeEventListener("keydown",Vt,!0),document.removeEventListener("keyup",re,De),d.value!==null&&d.value.removeEventListener("blur",re,De)};document.addEventListener("keydown",Vt,!0),document.addEventListener("keyup",re,De),d.value.addEventListener("blur",re,De)}}c(I)}}function F(I){d.value!==null&&(n("keydown",I),cs(I,[13,32])===!0&&Ut!==d.value&&(Ut!==null&&A(),I.defaultPrevented!==!0&&(d.value.focus(),Ut=d.value,d.value.classList.add("q-btn--active"),document.addEventListener("keyup",W,!0),d.value.addEventListener("blur",W,De)),Vt(I)))}function E(I){d.value!==null&&(n("touchstart",I),I.defaultPrevented!==!0&&(zt!==d.value&&(zt!==null&&A(),zt=d.value,v=I.target,v.addEventListener("touchcancel",W,De),v.addEventListener("touchend",W,De)),b=!0,P!==null&&clearTimeout(P),P=setTimeout(()=>{P=null,b=!1},200)))}function B(I){d.value!==null&&(I.qSkipRipple=b===!0,n("mousedown",I),I.defaultPrevented!==!0&&Wt!==d.value&&(Wt!==null&&A(),Wt=d.value,d.value.classList.add("q-btn--active"),document.addEventListener("mouseup",W,De)))}function W(I){if(d.value!==null&&!(I!==void 0&&I.type==="blur"&&document.activeElement===d.value)){if(I!==void 0&&I.type==="keyup"){if(Ut===d.value&&cs(I,[13,32])===!0){const ee=new MouseEvent("click",I);ee.qKeyEvent=!0,I.defaultPrevented===!0&&as(ee),I.cancelBubble===!0&&Dl(ee),d.value.dispatchEvent(ee),Vt(I),I.qKeyEvent=!0}n("keyup",I)}A()}}function A(I){const ee=g.value;I!==!0&&(zt===d.value||Wt===d.value)&&ee!==null&&ee!==document.activeElement&&(ee.setAttribute("tabindex",-1),ee.focus()),zt===d.value&&(v!==null&&(v.removeEventListener("touchcancel",W,De),v.removeEventListener("touchend",W,De)),zt=v=null),Wt===d.value&&(document.removeEventListener("mouseup",W,De),Wt=null),Ut===d.value&&(document.removeEventListener("keyup",W,!0),d.value!==null&&d.value.removeEventListener("blur",W,De),Ut=null),d.value!==null&&d.value.classList.remove("q-btn--active")}function Z(I){Vt(I),I.qSkipRipple=!0}return Ls(()=>{A(!0)}),Object.assign(r,{click:I=>{f.value===!0&&V(I)}}),()=>{let I=[];e.icon!==void 0&&I.push(G(lr,{name:e.icon,left:e.stack!==!0&&T.value===!0,role:"img"})),T.value===!0&&I.push(G("span",{class:"block"},[e.label])),I=fn(t.default,I),e.iconRight!==void 0&&e.round===!1&&I.push(G(lr,{name:e.iconRight,right:e.stack!==!0&&T.value===!0,role:"img"}));const ee=[G("span",{class:"q-focus-helper",ref:g})];return e.loading===!0&&e.percentage!==void 0&&ee.push(G("span",{class:"q-btn__progress absolute-full overflow-hidden"+(e.darkPercentage===!0?" q-btn__progress--dark":"")},[G("span",{class:"q-btn__progress-indicator fit block",style:k.value})])),ee.push(G("span",{class:"q-btn__content text-center col items-center q-anchor--skip "+o.value},I)),e.loading!==null&&ee.push(G(wu,{name:"q-transition--fade"},()=>e.loading===!0?[G("span",{key:"loading",class:"absolute-full flex flex-center"},t.loading!==void 0?t.loading():[G(ca)])]:null)),zo(G(u.value,K.value,ee),[[sh,$.value,void 0,N.value]])}}});let xh=1,Sh=document.body;function Eh(e,t){const n=document.createElement("div");if(n.id=t!==void 0?`q-portal--${t}--${xh++}`:e,or.globalNodes!==void 0){const r=or.globalNodes.class;r!==void 0&&(n.className=r)}return Sh.appendChild(n),n}function ap(e){e.remove()}let Ch=0;const Wn={},Gn={},He={},ha={},Ph=/^\s*$/,pa=[],Rh=[void 0,null,!0,!1,""],Bs=["top-left","top-right","bottom-left","bottom-right","top","bottom","left","right","center"],Th=["top-left","top-right","bottom-left","bottom-right"],Jt={positive:{icon:e=>e.iconSet.type.positive,color:"positive"},negative:{icon:e=>e.iconSet.type.negative,color:"negative"},warning:{icon:e=>e.iconSet.type.warning,color:"warning",textColor:"dark"},info:{icon:e=>e.iconSet.type.info,color:"info"},ongoing:{group:!1,timeout:0,spinner:!0,color:"grey-8"}};function ga(e,t,n){if(!e)return cn("parameter required");let r;const s={textColor:"white"};if(e.ignoreDefaults!==!0&&Object.assign(s,Wn),An(e)===!1&&(s.type&&Object.assign(s,Jt[s.type]),e={message:e}),Object.assign(s,Jt[e.type||s.type],e),typeof s.icon=="function"&&(s.icon=s.icon(t)),s.spinner?(s.spinner===!0&&(s.spinner=ca),s.spinner=Ft(s.spinner)):s.spinner=!1,s.meta={hasMedia:Boolean(s.spinner!==!1||s.icon||s.avatar),hasText:co(s.message)||co(s.caption)},s.position){if(Bs.includes(s.position)===!1)return cn("wrong position",e)}else s.position="bottom";if(Rh.includes(s.timeout)===!0)s.timeout=5e3;else{const a=Number(s.timeout);if(isNaN(a)||a<0)return cn("wrong timeout",e);s.timeout=Number.isFinite(a)?a:0}s.timeout===0?s.progress=!1:s.progress===!0&&(s.meta.progressClass="q-notification__progress"+(s.progressClass?` ${s.progressClass}`:""),s.meta.progressStyle={animationDuration:`${s.timeout+1e3}ms`});const i=(Array.isArray(e.actions)===!0?e.actions:[]).concat(e.ignoreDefaults!==!0&&Array.isArray(Wn.actions)===!0?Wn.actions:[]).concat(Jt[e.type]!==void 0&&Array.isArray(Jt[e.type].actions)===!0?Jt[e.type].actions:[]),{closeBtn:o}=s;if(o&&i.push({label:typeof o=="string"?o:t.lang.label.close}),s.actions=i.map(({handler:a,noDismiss:u,...c})=>({flat:!0,...c,onClick:typeof a=="function"?()=>{a(),u!==!0&&l()}:()=>{l()}})),s.multiLine===void 0&&(s.multiLine=s.actions.length>1),Object.assign(s.meta,{class:`q-notification row items-stretch q-notification--${s.multiLine===!0?"multi-line":"standard"}`+(s.color!==void 0?` bg-${s.color}`:"")+(s.textColor!==void 0?` text-${s.textColor}`:"")+(s.classes!==void 0?` ${s.classes}`:""),wrapperClass:"q-notification__wrapper col relative-position border-radius-inherit "+(s.multiLine===!0?"column no-wrap justify-center":"row items-center"),contentClass:"q-notification__content row items-center"+(s.multiLine===!0?"":" col"),leftClass:s.meta.hasText===!0?"additional":"single",attrs:{role:"alert",...s.attrs}}),s.group===!1?(s.group=void 0,s.meta.group=void 0):((s.group===void 0||s.group===!0)&&(s.group=[s.message,s.caption,s.multiline].concat(s.actions.map(a=>`${a.label}*${a.icon}`)).join("|")),s.meta.group=s.group+"|"+s.position),s.actions.length===0?s.actions=void 0:s.meta.actionsClass="q-notification__actions row items-center "+(s.multiLine===!0?"justify-end":"col-auto")+(s.meta.hasMedia===!0?" q-notification__actions--with-media":""),n!==void 0){n.notif.meta.timer&&(clearTimeout(n.notif.meta.timer),n.notif.meta.timer=void 0),s.meta.uid=n.notif.meta.uid;const a=He[s.position].value.indexOf(n.notif);He[s.position].value[a]=s}else{const a=Gn[s.meta.group];if(a===void 0){if(s.meta.uid=Ch++,s.meta.badge=1,["left","right","center"].indexOf(s.position)!==-1)He[s.position].value.splice(Math.floor(He[s.position].value.length/2),0,s);else{const u=s.position.indexOf("top")!==-1?"unshift":"push";He[s.position].value[u](s)}s.group!==void 0&&(Gn[s.meta.group]=s)}else{if(a.meta.timer&&(clearTimeout(a.meta.timer),a.meta.timer=void 0),s.badgePosition!==void 0){if(Th.includes(s.badgePosition)===!1)return cn("wrong badgePosition",e)}else s.badgePosition=`top-${s.position.indexOf("left")!==-1?"right":"left"}`;s.meta.uid=a.meta.uid,s.meta.badge=a.meta.badge+1,s.meta.badgeClass=`q-notification__badge q-notification__badge--${s.badgePosition}`+(s.badgeColor!==void 0?` bg-${s.badgeColor}`:"")+(s.badgeTextColor!==void 0?` text-${s.badgeTextColor}`:"")+(s.badgeClass?` ${s.badgeClass}`:"");const u=He[s.position].value.indexOf(a);He[s.position].value[u]=Gn[s.meta.group]=s}}const l=()=>{kh(s),r=void 0};if(s.timeout>0&&(s.meta.timer=setTimeout(()=>{s.meta.timer=void 0,l()},s.timeout+1e3)),s.group!==void 0)return a=>{a!==void 0?cn("trying to update a grouped one which is forbidden",e):l()};if(r={dismiss:l,config:e,notif:s},n!==void 0){Object.assign(n,r);return}return a=>{if(r!==void 0)if(a===void 0)r.dismiss();else{const u=Object.assign({},r.config,a,{group:!1,position:s.position});ga(u,t,r)}}}function kh(e){e.meta.timer&&(clearTimeout(e.meta.timer),e.meta.timer=void 0);const t=He[e.position].value.indexOf(e);if(t!==-1){e.group!==void 0&&delete Gn[e.meta.group];const n=pa[""+e.meta.uid];if(n){const{width:r,height:s}=getComputedStyle(n);n.style.left=`${n.offsetLeft}px`,n.style.width=r,n.style.height=s}He[e.position].value.splice(t,1),typeof e.onDismiss=="function"&&e.onDismiss()}}function co(e){return e!=null&&Ph.test(e)!==!0}function cn(e,t){return console.error(`Notify: ${e}`,t),!1}function Ah(){return jn({name:"QNotifications",devtools:{hide:!0},setup(){return()=>G("div",{class:"q-notifications"},Bs.map(e=>G(Hu,{key:e,class:ha[e],tag:"div",name:`q-notification--${e}`},()=>He[e].value.map(t=>{const n=t.meta,r=[];if(n.hasMedia===!0&&(t.spinner!==!1?r.push(G(t.spinner,{class:"q-notification__spinner q-notification__spinner--"+n.leftClass,color:t.spinnerColor,size:t.spinnerSize})):t.icon?r.push(G(lr,{class:"q-notification__icon q-notification__icon--"+n.leftClass,name:t.icon,color:t.iconColor,size:t.iconSize,role:"img"})):t.avatar&&r.push(G(Zd,{class:"q-notification__avatar q-notification__avatar--"+n.leftClass},()=>G("img",{src:t.avatar,"aria-hidden":"true"})))),n.hasText===!0){let i;const o={class:"q-notification__message col"};if(t.html===!0)o.innerHTML=t.caption?`<div>${t.message}</div><div class="q-notification__caption">${t.caption}</div>`:t.message;else{const l=[t.message];i=t.caption?[G("div",l),G("div",{class:"q-notification__caption"},[t.caption])]:l}r.push(G("div",o,i))}const s=[G("div",{class:n.contentClass},r)];return t.progress===!0&&s.push(G("div",{key:`${n.uid}|p|${n.badge}`,class:n.progressClass,style:n.progressStyle})),t.actions!==void 0&&s.push(G("div",{class:n.actionsClass},t.actions.map(i=>G(wh,i)))),n.badge>1&&s.push(G("div",{key:`${n.uid}|${n.badge}`,class:t.meta.badgeClass,style:t.badgeStyle},[n.badge])),G("div",{ref:i=>{pa[""+n.uid]=i},key:n.uid,class:n.class,...n.attrs},[G("div",{class:n.wrapperClass},s)])}))))}})}var Oh={setDefaults(e){An(e)===!0&&Object.assign(Wn,e)},registerType(e,t){An(t)===!0&&(Jt[e]=t)},install({$q:e,parentApp:t}){if(e.notify=this.create=n=>ga(n,e),e.notify.setDefaults=this.setDefaults,e.notify.registerType=this.registerType,e.config.notify!==void 0&&this.setDefaults(e.config.notify),this.__installed!==!0){Bs.forEach(r=>{He[r]=Mt([]);const s=["left","center","right"].includes(r)===!0?"center":r.indexOf("top")!==-1?"top":"bottom",i=r.indexOf("left")!==-1?"start":r.indexOf("right")!==-1?"end":"center",o=["left","right"].includes(r)?`items-${r==="left"?"start":"end"} justify-center`:r==="center"?"flex-center":`items-${i}`;ha[r]=`q-notifications__list q-notifications__list--${s} fixed column no-wrap ${o}`});const n=Eh("q-notify");Ef(Ah(),t).mount(n)}}},Lh={config:{},plugins:{Notify:Oh}};const Mh="/";async function $h({app:e,router:t,store:n},r){let s=!1;const i=a=>{try{return t.resolve(a).href}catch{}return Object(a)===a?null:a},o=a=>{if(s=!0,typeof a=="string"&&/^https?:\/\//.test(a)){window.location.href=a;return}const u=i(a);u!==null&&(window.location.href=u)},l=window.location.href.replace(window.location.origin,"");for(let a=0;s===!1&&a<r.length;a++)try{await r[a]({app:e,router:t,store:n,ssrContext:null,redirect:o,urlPath:l,publicPath:Mh})}catch(u){if(u&&u.url){o(u.url);return}console.error("[Quasar] boot error:",u);return}s!==!0&&(e.use(t),e.mount("#q-app"))}Vd(jl,Lh).then(e=>{const[t,n]=Promise.allSettled!==void 0?["allSettled",r=>r.map(s=>{if(s.status==="rejected"){console.error("[Quasar] boot error:",s.reason);return}return s.value.default})]:["all",r=>r.map(s=>s.default)];return Promise[t]([Ae(()=>import("./axios.d3fa833b.js"),[]),Ae(()=>import("./auth.3fb1cfd3.js"),["assets/auth.3fb1cfd3.js","assets/auth-store.10a6215e.js","assets/axios.d3fa833b.js","assets/main-store.ee636e78.js"]),Ae(()=>import("./bus.def2db9e.js"),[])]).then(r=>{const s=n(r).filter(i=>typeof i=="function");$h(e,s)})});export{Fs as $,Dt as A,il as B,fn as C,np as D,nh as E,Pl as F,iu as G,Oa as H,Fh as I,wh as J,df as K,wr as L,Dl as M,mc as N,gc as O,op as P,lr as Q,Vt as R,Wh as S,yc as T,af as U,as as V,ca as W,wu as X,et as Y,qs as Z,Tf as _,gr as a,ne as a0,Zh as a1,rf as a2,Hh as a3,of as a4,Kh as a5,sf as a6,lf as a7,zo as a8,ep as a9,lh as aA,ip as aB,jh as aC,ws as aD,qh as aE,xf as aF,eh as aG,th as aH,tp as aI,Dh as aa,Oe as ab,Nh as ac,Zd as ad,bf as ae,Vh as af,lp as ag,dh as ah,cs as ai,rp as aj,_c as ak,zd as al,sh as am,sl as an,qr as ao,ah as ap,Jh as aq,Qh as ar,An as as,Bh as at,ls as au,sp as av,Ih as aw,Eh as ax,ap as ay,oh as az,Xh as b,nr as c,Yh as d,Te as e,jn as f,Gh as g,Q as h,Ze as i,G as j,Kd as k,zh as l,Uh as m,$n as n,tr as o,Kn as p,vn as q,Ec as r,rl as s,Ls as t,kn as u,jt as v,fc as w,Mt as x,It as y,ks as z};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{api as o}from"./axios.d3fa833b.js";import{d as n}from"./index.31a4681e.js";const d=n("main",{state:()=>({apiReadonly:!0,auth:{},config:{},version:"",showHiddenFiles:!1,buckets:[]}),getters:{serverUrl(){return window.location.origin}},actions:{async loadUserDisks(){const t=await o.get("/buckets");return this.buckets=t.data.buckets,t.data.buckets},async loadServerConfigs(t,i=!1){var a;try{const e=await o.get("/server/config",{validateStatus:s=>s>=200&&s<300});this.apiReadonly=e.data.config.readonly,this.config=e.data.config,this.auth=e.data.auth,this.version=e.data.version,this.showHiddenFiles=e.data.config.showHiddenFiles}catch(e){if(console.log(e),e.response.status===302){const s=e.response.headers.Location;s&&window.location.replace(s)}if(i){if(((a=e.response)==null?void 0:a.status)===401){await t.push({name:"login",query:{next:t.currentRoute.value.fullPath}});return}}else throw e}}}});export{d as u};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{D as w,E as u}from"./index.31a4681e.js";const h=[Element,String],f=[null,document,document.body,document.scrollingElement,document.documentElement];function g(o,t){let n=w(t);if(n===void 0){if(o==null)return window;n=o.closest(".scroll,.scroll-y,.overflow-auto")}return f.includes(n)?window:n}function v(o){return(o===window?document.body:o).scrollHeight}function m(o){return o===window?window.pageYOffset||window.scrollY||document.body.scrollTop||0:o.scrollTop}function y(o){return o===window?window.pageXOffset||window.scrollX||document.body.scrollLeft||0:o.scrollLeft}function a(o,t,n=0){const e=arguments[3]===void 0?performance.now():arguments[3],l=m(o);if(n<=0){l!==t&&r(o,t);return}requestAnimationFrame(c=>{const s=c-e,d=l+(t-l)/Math.max(s,n)*s;r(o,d),d!==t&&a(o,t,n-s,c)})}function r(o,t){if(o===window){window.scrollTo(window.pageXOffset||window.scrollX||document.body.scrollLeft||0,t);return}o.scrollTop=t}function S(o,t,n){if(n){a(o,t,n);return}r(o,t)}let i;function b(){if(i!==void 0)return i;const o=document.createElement("p"),t=document.createElement("div");u(o,{width:"100%",height:"200px"}),u(t,{position:"absolute",top:"0px",left:"0px",visibility:"hidden",width:"200px",height:"150px",overflow:"hidden"}),t.appendChild(o),document.body.appendChild(t);const n=o.offsetWidth;t.style.overflow="scroll";let e=o.offsetWidth;return n===e&&(e=t.clientWidth),t.remove(),i=n-e,i}function E(o,t=!0){return!o||o.nodeType!==Node.ELEMENT_NODE?!1:t?o.scrollHeight>o.clientHeight&&(o.classList.contains("scroll")||o.classList.contains("overflow-auto")||["auto","scroll"].includes(window.getComputedStyle(o)["overflow-y"])):o.scrollWidth>o.clientWidth&&(o.classList.contains("scroll")||o.classList.contains("overflow-auto")||["auto","scroll"].includes(window.getComputedStyle(o)["overflow-x"]))}export{m as a,y as b,b as c,v as d,S as e,g,E as h,h as s};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{y as fe,x as h,s as W,q as F,h as u,T as ce,n as E,i as ve,t as X,S as pe,U as me,L as ge,R as Q,z as be,N as he,O as ye,j as d,V as T,Q as te,W as Ce,k as z,X as xe,Y as qe,Z as _e,C as Se,$ as Ve,a0 as I}from"./index.31a4681e.js";import{a as ie,u as se}from"./use-dark.6e19ce43.js";import{a as ke,r as Re}from"./focus-manager.1ddae684.js";let H,U=0;const m=new Array(256);for(let e=0;e<256;e++)m[e]=(e+256).toString(16).substring(1);const Be=(()=>{const e=typeof crypto!="undefined"?crypto:typeof window!="undefined"?window.crypto||window.msCrypto:void 0;if(e!==void 0){if(e.randomBytes!==void 0)return e.randomBytes;if(e.getRandomValues!==void 0)return o=>{const t=new Uint8Array(o);return e.getRandomValues(t),t}}return o=>{const t=[];for(let l=o;l>0;l--)t.push(Math.floor(Math.random()*256));return t}})(),oe=4096;function J(){(H===void 0||U+16>oe)&&(U=0,H=Be(oe));const e=Array.prototype.slice.call(H,U,U+=16);return e[6]=e[6]&15|64,e[8]=e[8]&63|128,m[e[0]]+m[e[1]]+m[e[2]]+m[e[3]]+"-"+m[e[4]]+m[e[5]]+"-"+m[e[6]]+m[e[7]]+"-"+m[e[8]]+m[e[9]]+"-"+m[e[10]]+m[e[11]]+m[e[12]]+m[e[13]]+m[e[14]]+m[e[15]]}function we(e){return e==null?null:e}function le(e,o){return e==null?o===!0?`f_${J()}`:null:e}function Ae({getValue:e,required:o=!0}={}){if(fe.value===!0){const t=e!==void 0?h(we(e())):h(null);return o===!0&&t.value===null&&W(()=>{t.value=`f_${J()}`}),e!==void 0&&F(e,l=>{t.value=le(l,o)}),t}return e!==void 0?u(()=>le(e(),o)):h(`f_${J()}`)}const ne=/^on[A-Z]/;function $e(){const{attrs:e,vnode:o}=E(),t={listeners:h({}),attributes:h({})};function l(){const f={},i={};for(const r in e)r!=="class"&&r!=="style"&&ne.test(r)===!1&&(f[r]=e[r]);for(const r in o.props)ne.test(r)===!0&&(i[r]=o.props[r]);t.attributes.value=f,t.listeners.value=i}return ce(l),l(),t}function Fe({validate:e,resetValidation:o,requiresQForm:t}){const l=ve(pe,!1);if(l!==!1){const{props:f,proxy:i}=E();Object.assign(i,{validate:e,resetValidation:o}),F(()=>f.disable,r=>{r===!0?(typeof o=="function"&&o(),l.unbindComponent(i)):l.bindComponent(i)}),W(()=>{f.disable!==!0&&l.bindComponent(i)}),X(()=>{f.disable!==!0&&l.unbindComponent(i)})}else t===!0&&console.error("Parent QForm not found on useFormChild()!")}const re=/^#[0-9a-fA-F]{3}([0-9a-fA-F]{3})?$/,ue=/^#[0-9a-fA-F]{4}([0-9a-fA-F]{4})?$/,ae=/^#([0-9a-fA-F]{3}|[0-9a-fA-F]{4}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$/,K=/^rgb\(((0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5]),){2}(0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5])\)$/,N=/^rgba\(((0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5]),){2}(0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5]),(0|0\.[0-9]+[1-9]|0\.[1-9]+|1)\)$/,Z={date:e=>/^-?[\d]+\/[0-1]\d\/[0-3]\d$/.test(e),time:e=>/^([0-1]?\d|2[0-3]):[0-5]\d$/.test(e),fulltime:e=>/^([0-1]?\d|2[0-3]):[0-5]\d:[0-5]\d$/.test(e),timeOrFulltime:e=>/^([0-1]?\d|2[0-3]):[0-5]\d(:[0-5]\d)?$/.test(e),email:e=>/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(e),hexColor:e=>re.test(e),hexaColor:e=>ue.test(e),hexOrHexaColor:e=>ae.test(e),rgbColor:e=>K.test(e),rgbaColor:e=>N.test(e),rgbOrRgbaColor:e=>K.test(e)||N.test(e),hexOrRgbColor:e=>re.test(e)||K.test(e),hexaOrRgbaColor:e=>ue.test(e)||N.test(e),anyColor:e=>ae.test(e)||K.test(e)||N.test(e)},Ie=[!0,!1,"ondemand"],Ee={modelValue:{},error:{type:Boolean,default:null},errorMessage:String,noErrorIcon:Boolean,rules:Array,reactiveRules:Boolean,lazyRules:{type:[Boolean,String],default:!1,validator:e=>Ie.includes(e)}};function Oe(e,o){const{props:t,proxy:l}=E(),f=h(!1),i=h(null),r=h(!1);Fe({validate:x,resetValidation:g});let p=0,y;const B=u(()=>t.rules!==void 0&&t.rules!==null&&t.rules.length!==0),C=u(()=>t.disable!==!0&&B.value===!0&&o.value===!1),w=u(()=>t.error===!0||f.value===!0),S=u(()=>typeof t.errorMessage=="string"&&t.errorMessage.length!==0?t.errorMessage:i.value);F(()=>t.modelValue,()=>{r.value=!0,C.value===!0&&t.lazyRules===!1&&q()});function V(){t.lazyRules!=="ondemand"&&C.value===!0&&r.value===!0&&q()}F(()=>t.reactiveRules,_=>{_===!0?y===void 0&&(y=F(()=>t.rules,V,{immediate:!0,deep:!0})):y!==void 0&&(y(),y=void 0)},{immediate:!0}),F(()=>t.lazyRules,V),F(e,_=>{_===!0?r.value=!0:C.value===!0&&t.lazyRules!=="ondemand"&&q()});function g(){p++,o.value=!1,r.value=!1,f.value=!1,i.value=null,q.cancel()}function x(_=t.modelValue){if(t.disable===!0||B.value===!1)return!0;const A=++p,O=o.value!==!0?()=>{r.value=!0}:()=>{},k=(c,v)=>{c===!0&&O(),f.value=c,i.value=v||null,o.value=!1},$=[];for(let c=0;c<t.rules.length;c++){const v=t.rules[c];let b;if(typeof v=="function"?b=v(_,Z):typeof v=="string"&&Z[v]!==void 0&&(b=Z[v](_)),b===!1||typeof b=="string")return k(!0,b),!1;b!==!0&&b!==void 0&&$.push(b)}return $.length===0?(k(!1),!0):(o.value=!0,Promise.all($).then(c=>{if(c===void 0||Array.isArray(c)===!1||c.length===0)return A===p&&k(!1),!0;const v=c.find(b=>b===!1||typeof b=="string");return A===p&&k(v!==void 0,v),v===void 0},c=>(A===p&&(console.error(c),k(!0)),!1)))}const q=me(x,0);return X(()=>{y!==void 0&&y(),q.cancel()}),Object.assign(l,{resetValidation:g,validate:x}),ge(l,"hasError",()=>w.value),{isDirtyModel:r,hasRules:B,hasError:w,errorMessage:S,validate:x,resetValidation:g}}function Pe(e){return e!=null&&(""+e).length!==0}const Te={...se,...Ee,label:String,stackLabel:Boolean,hint:String,hideHint:Boolean,prefix:String,suffix:String,labelColor:String,color:String,bgColor:String,filled:Boolean,outlined:Boolean,borderless:Boolean,standout:[Boolean,String],square:Boolean,loading:Boolean,labelSlot:Boolean,bottomSlots:Boolean,hideBottomSpace:Boolean,rounded:Boolean,dense:Boolean,itemAligned:Boolean,counter:Boolean,clearable:Boolean,clearIcon:String,disable:Boolean,readonly:Boolean,autofocus:Boolean,for:String},Je={...Te,maxlength:[Number,String]},We=["update:modelValue","clear","focus","blur"];function Xe({requiredForAttr:e=!0,tagProp:o,changeEvent:t=!1}={}){const{props:l,proxy:f}=E(),i=ie(l,f.$q),r=Ae({required:e,getValue:()=>l.for});return{requiredForAttr:e,changeEvent:t,tag:o===!0?u(()=>l.tag):{value:"label"},isDark:i,editable:u(()=>l.disable!==!0&&l.readonly!==!0),innerLoading:h(!1),focused:h(!1),hasPopupOpen:!1,splitAttrs:$e(),targetUid:r,rootRef:h(null),targetRef:h(null),controlRef:h(null)}}function Ye(e){const{props:o,emit:t,slots:l,attrs:f,proxy:i}=E(),{$q:r}=i;let p=null;e.hasValue===void 0&&(e.hasValue=u(()=>Pe(o.modelValue))),e.emitValue===void 0&&(e.emitValue=n=>{t("update:modelValue",n)}),e.controlEvents===void 0&&(e.controlEvents={onFocusin:M,onFocusout:j}),Object.assign(e,{clearValue:P,onControlFocusin:M,onControlFocusout:j,focus:v}),e.computedCounter===void 0&&(e.computedCounter=u(()=>{if(o.counter!==!1){const n=typeof o.modelValue=="string"||typeof o.modelValue=="number"?(""+o.modelValue).length:Array.isArray(o.modelValue)===!0?o.modelValue.length:0,s=o.maxlength!==void 0?o.maxlength:o.maxValues;return n+(s!==void 0?" / "+s:"")}}));const{isDirtyModel:y,hasRules:B,hasError:C,errorMessage:w,resetValidation:S}=Oe(e.focused,e.innerLoading),V=e.floatingLabel!==void 0?u(()=>o.stackLabel===!0||e.focused.value===!0||e.floatingLabel.value===!0):u(()=>o.stackLabel===!0||e.focused.value===!0||e.hasValue.value===!0),g=u(()=>o.bottomSlots===!0||o.hint!==void 0||B.value===!0||o.counter===!0||o.error!==null),x=u(()=>o.filled===!0?"filled":o.outlined===!0?"outlined":o.borderless===!0?"borderless":o.standout?"standout":"standard"),q=u(()=>`q-field row no-wrap items-start q-field--${x.value}`+(e.fieldClass!==void 0?` ${e.fieldClass.value}`:"")+(o.rounded===!0?" q-field--rounded":"")+(o.square===!0?" q-field--square":"")+(V.value===!0?" q-field--float":"")+(A.value===!0?" q-field--labeled":"")+(o.dense===!0?" q-field--dense":"")+(o.itemAligned===!0?" q-field--item-aligned q-item-type":"")+(e.isDark.value===!0?" q-field--dark":"")+(e.getControl===void 0?" q-field--auto-height":"")+(e.focused.value===!0?" q-field--focused":"")+(C.value===!0?" q-field--error":"")+(C.value===!0||e.focused.value===!0?" q-field--highlighted":"")+(o.hideBottomSpace!==!0&&g.value===!0?" q-field--with-bottom":"")+(o.disable===!0?" q-field--disabled":o.readonly===!0?" q-field--readonly":"")),_=u(()=>"q-field__control relative-position row no-wrap"+(o.bgColor!==void 0?` bg-${o.bgColor}`:"")+(C.value===!0?" text-negative":typeof o.standout=="string"&&o.standout.length!==0&&e.focused.value===!0?` ${o.standout}`:o.color!==void 0?` text-${o.color}`:"")),A=u(()=>o.labelSlot===!0||o.label!==void 0),O=u(()=>"q-field__label no-pointer-events absolute ellipsis"+(o.labelColor!==void 0&&C.value!==!0?` text-${o.labelColor}`:"")),k=u(()=>({id:e.targetUid.value,editable:e.editable.value,focused:e.focused.value,floatingLabel:V.value,modelValue:o.modelValue,emitValue:e.emitValue})),$=u(()=>{const n={};return e.targetUid.value&&(n.for=e.targetUid.value),o.disable===!0&&(n["aria-disabled"]="true"),n});function c(){const n=document.activeElement;let s=e.targetRef!==void 0&&e.targetRef.value;s&&(n===null||n.id!==e.targetUid.value)&&(s.hasAttribute("tabindex")===!0||(s=s.querySelector("[tabindex]")),s&&s!==n&&s.focus({preventScroll:!0}))}function v(){ke(c)}function b(){Re(c);const n=document.activeElement;n!==null&&e.rootRef.value.contains(n)&&n.blur()}function M(n){p!==null&&(clearTimeout(p),p=null),e.editable.value===!0&&e.focused.value===!1&&(e.focused.value=!0,t("focus",n))}function j(n,s){p!==null&&clearTimeout(p),p=setTimeout(()=>{p=null,!(document.hasFocus()===!0&&(e.hasPopupOpen===!0||e.controlRef===void 0||e.controlRef.value===null||e.controlRef.value.contains(document.activeElement)!==!1))&&(e.focused.value===!0&&(e.focused.value=!1,t("blur",n)),s!==void 0&&s())})}function P(n){Q(n),r.platform.is.mobile!==!0?(e.targetRef!==void 0&&e.targetRef.value||e.rootRef.value).focus():e.rootRef.value.contains(document.activeElement)===!0&&document.activeElement.blur(),o.type==="file"&&(e.inputRef.value.value=null),t("update:modelValue",null),e.changeEvent===!0&&t("change",null),t("clear",o.modelValue),be(()=>{const s=y.value;S(),y.value=s})}function a(n){[13,32].includes(n.keyCode)&&P(n)}function R(){const n=[];return l.prepend!==void 0&&n.push(d("div",{class:"q-field__prepend q-field__marginal row no-wrap items-center",key:"prepend",onClick:T},l.prepend())),n.push(d("div",{class:"q-field__control-container col relative-position row no-wrap q-anchor--skip"},D())),C.value===!0&&o.noErrorIcon===!1&&n.push(L("error",[d(te,{name:r.iconSet.field.error,color:"negative"})])),o.loading===!0||e.innerLoading.value===!0?n.push(L("inner-loading-append",l.loading!==void 0?l.loading():[d(Ce,{color:o.color})])):o.clearable===!0&&e.hasValue.value===!0&&e.editable.value===!0&&n.push(L("inner-clearable-append",[d(te,{class:"q-field__focusable-action",name:o.clearIcon||r.iconSet.field.clear,tabindex:0,role:"button","aria-hidden":"false","aria-label":r.lang.label.clear,onKeyup:a,onClick:P})])),l.append!==void 0&&n.push(d("div",{class:"q-field__append q-field__marginal row no-wrap items-center",key:"append",onClick:T},l.append())),e.getInnerAppend!==void 0&&n.push(L("inner-append",e.getInnerAppend())),e.getControlChild!==void 0&&n.push(e.getControlChild()),n}function D(){const n=[];return o.prefix!==void 0&&o.prefix!==null&&n.push(d("div",{class:"q-field__prefix no-pointer-events row items-center"},o.prefix)),e.getShadowControl!==void 0&&e.hasShadow.value===!0&&n.push(e.getShadowControl()),e.getControl!==void 0?n.push(e.getControl()):l.rawControl!==void 0?n.push(l.rawControl()):l.control!==void 0&&n.push(d("div",{ref:e.targetRef,class:"q-field__native row",tabindex:-1,...e.splitAttrs.attributes.value,"data-autofocus":o.autofocus===!0||void 0},l.control(k.value))),A.value===!0&&n.push(d("div",{class:O.value},z(l.label,o.label))),o.suffix!==void 0&&o.suffix!==null&&n.push(d("div",{class:"q-field__suffix no-pointer-events row items-center"},o.suffix)),n.concat(z(l.default))}function de(){let n,s;C.value===!0?w.value!==null?(n=[d("div",{role:"alert"},w.value)],s=`q--slot-error-${w.value}`):(n=z(l.error),s="q--slot-error"):(o.hideHint!==!0||e.focused.value===!0)&&(o.hint!==void 0?(n=[d("div",o.hint)],s=`q--slot-hint-${o.hint}`):(n=z(l.hint),s="q--slot-hint"));const G=o.counter===!0||l.counter!==void 0;if(o.hideBottomSpace===!0&&G===!1&&n===void 0)return;const ee=d("div",{key:s,class:"q-field__messages col"},n);return d("div",{class:"q-field__bottom row items-start q-field__bottom--"+(o.hideBottomSpace!==!0?"animated":"stale"),onClick:T},[o.hideBottomSpace===!0?ee:d(xe,{name:"q-transition--field-message"},()=>ee),G===!0?d("div",{class:"q-field__counter"},l.counter!==void 0?l.counter():e.computedCounter.value):null])}function L(n,s){return s===null?null:d("div",{key:n,class:"q-field__append q-field__marginal row no-wrap items-center q-anchor--skip"},s)}let Y=!1;return he(()=>{Y=!0}),ye(()=>{Y===!0&&o.autofocus===!0&&i.focus()}),o.autofocus===!0&&W(()=>{i.focus()}),X(()=>{p!==null&&clearTimeout(p)}),Object.assign(i,{focus:v,blur:b}),function(){const s=e.getControl===void 0&&l.control===void 0?{...e.splitAttrs.attributes.value,"data-autofocus":o.autofocus===!0||void 0,...$.value}:$.value;return d(e.tag.value,{ref:e.rootRef,class:[q.value,f.class],style:f.style,...s},[l.before!==void 0?d("div",{class:"q-field__before q-field__marginal row no-wrap items-center",onClick:T},l.before()):null,d("div",{class:"q-field__inner relative-position col self-stretch"},[d("div",{ref:e.controlRef,class:_.value,tabindex:-1,...e.controlEvents},R()),g.value===!0?de():null]),l.after!==void 0?d("div",{class:"q-field__after q-field__marginal row no-wrap items-center",onClick:T},l.after()):null])}}const ze={name:String};function Me(e={}){return(o,t,l)=>{o[t](d("input",{class:"hidden"+(l||""),...e.value}))}}function Ge(e){return u(()=>e.name||e.for)}const je=/[\u3000-\u303f\u3040-\u309f\u30a0-\u30ff\uff00-\uff9f\u4e00-\u9faf\u3400-\u4dbf]/,De=/[\u4e00-\u9fff\u3400-\u4dbf\u{20000}-\u{2a6df}\u{2a700}-\u{2b73f}\u{2b740}-\u{2b81f}\u{2b820}-\u{2ceaf}\uf900-\ufaff\u3300-\u33ff\ufe30-\ufe4f\uf900-\ufaff\u{2f800}-\u{2fa1f}]/u,Le=/[\u3131-\u314e\u314f-\u3163\uac00-\ud7a3]/,Ue=/[a-z0-9_ -]$/i;function et(e){return function(t){if(t.type==="compositionend"||t.type==="change"){if(t.target.qComposing!==!0)return;t.target.qComposing=!1,e(t)}else t.type==="compositionupdate"&&t.target.qComposing!==!0&&typeof t.data=="string"&&(qe.is.firefox===!0?Ue.test(t.data)===!1:je.test(t.data)===!0||De.test(t.data)===!0||Le.test(t.data)===!0)===!0&&(t.target.qComposing=!0)}}function Ke(e,o){const t=h(null),l=u(()=>e.disable===!0?null:d("span",{ref:t,class:"no-outline",tabindex:-1}));function f(i){const r=o.value;i!==void 0&&i.type.indexOf("key")===0?r!==null&&document.activeElement!==r&&r.contains(document.activeElement)===!0&&r.focus():t.value!==null&&(i===void 0||r!==null&&r.contains(i.target)===!0)&&t.value.focus()}return{refocusTargetEl:l,refocusTarget:f}}var Ne={xs:30,sm:35,md:40,lg:50,xl:60};const tt={...se,...Ve,...ze,modelValue:{required:!0,default:null},val:{},trueValue:{default:!0},falseValue:{default:!1},indeterminateValue:{default:null},checkedIcon:String,uncheckedIcon:String,indeterminateIcon:String,toggleOrder:{type:String,validator:e=>e==="tf"||e==="ft"},toggleIndeterminate:Boolean,label:String,leftLabel:Boolean,color:String,keepColor:Boolean,dense:Boolean,disable:Boolean,tabindex:[String,Number]},ot=["update:modelValue"];function lt(e,o){const{props:t,slots:l,emit:f,proxy:i}=E(),{$q:r}=i,p=ie(t,r),y=h(null),{refocusTargetEl:B,refocusTarget:C}=Ke(t,y),w=_e(t,Ne),S=u(()=>t.val!==void 0&&Array.isArray(t.modelValue)),V=u(()=>{const a=I(t.val);return S.value===!0?t.modelValue.findIndex(R=>I(R)===a):-1}),g=u(()=>S.value===!0?V.value!==-1:I(t.modelValue)===I(t.trueValue)),x=u(()=>S.value===!0?V.value===-1:I(t.modelValue)===I(t.falseValue)),q=u(()=>g.value===!1&&x.value===!1),_=u(()=>t.disable===!0?-1:t.tabindex||0),A=u(()=>`q-${e} cursor-pointer no-outline row inline no-wrap items-center`+(t.disable===!0?" disabled":"")+(p.value===!0?` q-${e}--dark`:"")+(t.dense===!0?` q-${e}--dense`:"")+(t.leftLabel===!0?" reverse":"")),O=u(()=>{const a=g.value===!0?"truthy":x.value===!0?"falsy":"indet",R=t.color!==void 0&&(t.keepColor===!0||(e==="toggle"?g.value===!0:x.value!==!0))?` text-${t.color}`:"";return`q-${e}__inner relative-position non-selectable q-${e}__inner--${a}${R}`}),k=u(()=>{const a={type:"checkbox"};return t.name!==void 0&&Object.assign(a,{".checked":g.value,"^checked":g.value===!0?"checked":void 0,name:t.name,value:S.value===!0?t.val:t.trueValue}),a}),$=Me(k),c=u(()=>{const a={tabindex:_.value,role:e==="toggle"?"switch":"checkbox","aria-label":t.label,"aria-checked":q.value===!0?"mixed":g.value===!0?"true":"false"};return t.disable===!0&&(a["aria-disabled"]="true"),a});function v(a){a!==void 0&&(Q(a),C(a)),t.disable!==!0&&f("update:modelValue",b(),a)}function b(){if(S.value===!0){if(g.value===!0){const a=t.modelValue.slice();return a.splice(V.value,1),a}return t.modelValue.concat([t.val])}if(g.value===!0){if(t.toggleOrder!=="ft"||t.toggleIndeterminate===!1)return t.falseValue}else if(x.value===!0){if(t.toggleOrder==="ft"||t.toggleIndeterminate===!1)return t.trueValue}else return t.toggleOrder!=="ft"?t.trueValue:t.falseValue;return t.indeterminateValue}function M(a){(a.keyCode===13||a.keyCode===32)&&Q(a)}function j(a){(a.keyCode===13||a.keyCode===32)&&v(a)}const P=o(g,q);return Object.assign(i,{toggle:v}),()=>{const a=P();t.disable!==!0&&$(a,"unshift",` q-${e}__native absolute q-ma-none q-pa-none`);const R=[d("div",{class:O.value,style:w.value,"aria-hidden":"true"},a)];B.value!==null&&R.push(B.value);const D=t.label!==void 0?Se(l.default,[t.label]):z(l.default);return D!==void 0&&R.push(d("div",{class:`q-${e}__label q-anchor--skip`},D)),d("div",{ref:y,class:A.value,...c.value,onClick:v,onKeydown:M,onKeyup:j},R)}}export{ot as a,lt as b,Je as c,ze as d,We as e,Ge as f,Xe as g,Ye as h,Pe as i,et as j,tt as u};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{h as e}from"./index.31a4681e.js";const u={dark:{type:Boolean,default:null}};function o(a,r){return e(()=>a.dark===null?r.dark.isActive:a.dark)}export{o as a,u};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{i as a,aF as r}from"./index.31a4681e.js";function u(){return a(r)}export{u};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{h as a}from"./index.31a4681e.js";const s={transitionShow:{type:String,default:"fade"},transitionHide:{type:String,default:"fade"},transitionDuration:{type:[String,Number],default:300}};function l(t,i=()=>{},r=()=>{}){return{transitionProps:a(()=>{const e=`q-transition--${t.transitionShow||i()}`,n=`q-transition--${t.transitionHide||r()}`;return{appear:!0,enterFromClass:`${e}-enter-from`,enterActiveClass:`${e}-enter-active`,enterToClass:`${e}-enter-to`,leaveFromClass:`${n}-leave-from`,leaveActiveClass:`${n}-leave-active`,leaveToClass:`${n}-leave-to`}}),transitionStyle:a(()=>`--q-transition-duration: ${t.transitionDuration}ms`)}}export{l as a,s as u};
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<!DOCTYPE html><html lang=en><head><title>R2-Explorer</title><meta charset=utf-8><meta name=description content=R2-Explorer><meta name=format-detection content="telephone=no"><meta name=msapplication-tap-highlight content=no><meta name=viewport content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width"><meta name=robots content=noindex><meta name=googlebot content=noindex><link rel=icon type=image/png sizes=128x128 href="/icons/favicon-128x128.png"><link rel=icon type=image/png sizes=96x96 href="/icons/favicon-96x96.png"><link rel=icon type=image/png sizes=32x32 href="/icons/favicon-32x32.png"><link rel=icon type=image/png sizes=16x16 href="/icons/favicon-16x16.png"><link rel=icon type=image/ico href="/favicon.ico"> <script type="module" crossorigin src="/assets/index.31a4681e.js"></script>
|
|
2
|
+
<link rel="stylesheet" href="/assets/index.073c3cc5.css">
|
|
3
|
+
</head><body><div id=q-app></div></body></html>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
2
|
+
width="62.438px" height="53.605px" viewBox="0 0 62.438 53.605" enable-background="new 0 0 62.438 53.605" xml:space="preserve">
|
|
3
|
+
<path fill="#ffffff"
|
|
4
|
+
d="M 31.215 28.283 L 21.917 32.794 L 9.333 26.691 L 9.333 42.941 L 31.216 53.554 L 53.099 42.941 L 53.099 26.691 L 40.515 32.794 L 31.215 28.283 Z M 42.156 40.763 L 42.156 43.258 M 30.592 33.435 L 31.838 33.435 L 31.838 48.401 L 30.592 48.401 L 30.592 33.435 Z M 9.332 15.177 L 31.215 25.79 L 21.917 30.299 L 0.033 19.687 L 9.332 15.177 Z M 53.097 15.177 L 62.395 19.687 L 40.513 30.299 L 31.214 25.79 L 53.097 15.177 Z M 9.332 15.177 L 31.215 4.564 L 21.917 0.053 L 0.033 10.666 L 9.332 15.177 Z M 53.097 15.177 L 62.395 10.666 L 40.513 0.053 L 31.214 4.564 L 53.097 15.177 Z"/>
|
|
5
|
+
</svg>
|
|
Binary file
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { ExecutionContext } from 'hono';
|
|
2
|
+
|
|
3
|
+
type BasicAuth = {
|
|
4
|
+
username: string;
|
|
5
|
+
password: string;
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
type R2ExplorerConfig = {
|
|
9
|
+
readonly?: boolean;
|
|
10
|
+
cors?: boolean;
|
|
11
|
+
cfAccessTeamName?: string;
|
|
12
|
+
dashboardUrl?: string;
|
|
13
|
+
emailRouting?: {
|
|
14
|
+
targetBucket: string;
|
|
15
|
+
};
|
|
16
|
+
showHiddenFiles?: boolean;
|
|
17
|
+
basicAuth?: BasicAuth | BasicAuth[];
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
type AppEnv = {
|
|
21
|
+
ASSETS: Fetcher;
|
|
22
|
+
[key: string]: R2Bucket;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
declare function R2Explorer(config?: R2ExplorerConfig): {
|
|
26
|
+
email(event: {
|
|
27
|
+
raw: unknown;
|
|
28
|
+
rawSize: unknown;
|
|
29
|
+
}, env: AppEnv, context: ExecutionContext): Promise<void>;
|
|
30
|
+
fetch(request: Request, env: AppEnv, context: ExecutionContext): Promise<Response>;
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { R2Explorer };
|