30 lines
154 KiB
JavaScript
30 lines
154 KiB
JavaScript
(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const s of document.querySelectorAll('link[rel="modulepreload"]'))r(s);new MutationObserver(s=>{for(const o of s)if(o.type==="childList")for(const i of o.addedNodes)i.tagName==="LINK"&&i.rel==="modulepreload"&&r(i)}).observe(document,{childList:!0,subtree:!0});function n(s){const o={};return s.integrity&&(o.integrity=s.integrity),s.referrerPolicy&&(o.referrerPolicy=s.referrerPolicy),s.crossOrigin==="use-credentials"?o.credentials="include":s.crossOrigin==="anonymous"?o.credentials="omit":o.credentials="same-origin",o}function r(s){if(s.ep)return;s.ep=!0;const o=n(s);fetch(s.href,o)}})();/**
|
|
* @vue/shared v3.4.21
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
* @license MIT
|
|
**/function Ps(e,t){const n=new Set(e.split(","));return t?r=>n.has(r.toLowerCase()):r=>n.has(r)}const de={},Jt=[],We=()=>{},Za=()=>!1,yr=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Ts=e=>e.startsWith("onUpdate:"),_e=Object.assign,Rs=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Xa=Object.prototype.hasOwnProperty,se=(e,t)=>Xa.call(e,t),G=Array.isArray,en=e=>br(e)==="[object Map]",zi=e=>br(e)==="[object Set]",X=e=>typeof e=="function",Se=e=>typeof e=="string",cn=e=>typeof e=="symbol",fe=e=>e!==null&&typeof e=="object",Ki=e=>(fe(e)||X(e))&&X(e.then)&&X(e.catch),Yi=Object.prototype.toString,br=e=>Yi.call(e),Qa=e=>br(e).slice(8,-1),Gi=e=>br(e)==="[object Object]",As=e=>Se(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,_n=Ps(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),_r=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Ja=/-(\w)/g,Xe=_r(e=>e.replace(Ja,(t,n)=>n?n.toUpperCase():"")),eu=/\B([A-Z])/g,fn=_r(e=>e.replace(eu,"-$1").toLowerCase()),Sr=_r(e=>e.charAt(0).toUpperCase()+e.slice(1)),Vr=_r(e=>e?`on${Sr(e)}`:""),Pt=(e,t)=>!Object.is(e,t),jr=(e,t)=>{for(let n=0;n<e.length;n++)e[n](t)},ir=(e,t,n)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},tu=e=>{const t=parseFloat(e);return isNaN(t)?e:t},nu=e=>{const t=Se(e)?Number(e):NaN;return isNaN(t)?e:t};let ao;const qi=()=>ao||(ao=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Os(e){if(G(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],s=Se(r)?iu(r):Os(r);if(s)for(const o in s)t[o]=s[o]}return t}else if(Se(e)||fe(e))return e}const ru=/;(?![^(]*\))/g,su=/:([^]+)/,ou=/\/\*[^]*?\*\//g;function iu(e){const t={};return e.replace(ou,"").split(ru).forEach(n=>{if(n){const r=n.split(su);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Is(e){let t="";if(Se(e))t=e;else if(G(e))for(let n=0;n<e.length;n++){const r=Is(e[n]);r&&(t+=r+" ")}else if(fe(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const lu="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",au=Ps(lu);function Zi(e){return!!e||e===""}const uo=e=>Se(e)?e:e==null?"":G(e)||fe(e)&&(e.toString===Yi||!X(e.toString))?JSON.stringify(e,Xi,2):String(e),Xi=(e,t)=>t&&t.__v_isRef?Xi(e,t.value):en(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,s],o)=>(n[Wr(r,o)+" =>"]=s,n),{})}:zi(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>Wr(n))}:cn(t)?Wr(t):fe(t)&&!G(t)&&!Gi(t)?String(t):t,Wr=(e,t="")=>{var n;return cn(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
|
|
* @vue/reactivity v3.4.21
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
* @license MIT
|
|
**/let Be;class Qi{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=Be,!t&&Be&&(this.index=(Be.scopes||(Be.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=Be;try{return Be=this,t()}finally{Be=n}}}on(){Be=this}off(){Be=this.parent}stop(t){if(this._active){let n,r;for(n=0,r=this.effects.length;n<r;n++)this.effects[n].stop();for(n=0,r=this.cleanups.length;n<r;n++)this.cleanups[n]();if(this.scopes)for(n=0,r=this.scopes.length;n<r;n++)this.scopes[n].stop(!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,this._active=!1}}}function Ms(e){return new Qi(e)}function uu(e,t=Be){t&&t.active&&t.effects.push(e)}function Ji(){return Be}function el(e){Be&&Be.cleanups.push(e)}let Nt;class ks{constructor(t,n,r,s){this.fn=t,this.trigger=n,this.scheduler=r,this.active=!0,this.deps=[],this._dirtyLevel=4,this._trackId=0,this._runnings=0,this._shouldSchedule=!1,this._depsLength=0,uu(this,s)}get dirty(){if(this._dirtyLevel===2||this._dirtyLevel===3){this._dirtyLevel=1,jt();for(let t=0;t<this._depsLength;t++){const n=this.deps[t];if(n.computed&&(cu(n.computed),this._dirtyLevel>=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),Wt()}return this._dirtyLevel>=4}set dirty(t){this._dirtyLevel=t?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=xt,n=Nt;try{return xt=!0,Nt=this,this._runnings++,co(this),this.fn()}finally{fo(this),this._runnings--,Nt=n,xt=t}}stop(){var t;this.active&&(co(this),fo(this),(t=this.onStop)==null||t.call(this),this.active=!1)}}function cu(e){return e.value}function co(e){e._trackId++,e._depsLength=0}function fo(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t<e.deps.length;t++)tl(e.deps[t],e);e.deps.length=e._depsLength}}function tl(e,t){const n=e.get(t);n!==void 0&&t._trackId!==n&&(e.delete(t),e.size===0&&e.cleanup())}let xt=!0,os=0;const nl=[];function jt(){nl.push(xt),xt=!1}function Wt(){const e=nl.pop();xt=e===void 0?!0:e}function Ds(){os++}function Ls(){for(os--;!os&&is.length;)is.shift()()}function rl(e,t,n){if(t.get(e)!==e._trackId){t.set(e,e._trackId);const r=e.deps[e._depsLength];r!==t?(r&&tl(r,e),e.deps[e._depsLength++]=t):e._depsLength++}}const is=[];function sl(e,t,n){Ds();for(const r of e.keys()){let s;r._dirtyLevel<t&&(s??(s=e.get(r)===r._trackId))&&(r._shouldSchedule||(r._shouldSchedule=r._dirtyLevel===0),r._dirtyLevel=t),r._shouldSchedule&&(s??(s=e.get(r)===r._trackId))&&(r.trigger(),(!r._runnings||r.allowRecurse)&&r._dirtyLevel!==2&&(r._shouldSchedule=!1,r.scheduler&&is.push(r.scheduler)))}Ls()}const ol=(e,t)=>{const n=new Map;return n.cleanup=e,n.computed=t,n},lr=new WeakMap,Bt=Symbol(""),ls=Symbol("");function Le(e,t,n){if(xt&&Nt){let r=lr.get(e);r||lr.set(e,r=new Map);let s=r.get(n);s||r.set(n,s=ol(()=>r.delete(n))),rl(Nt,s)}}function at(e,t,n,r,s,o){const i=lr.get(e);if(!i)return;let l=[];if(t==="clear")l=[...i.values()];else if(n==="length"&&G(e)){const a=Number(r);i.forEach((c,u)=>{(u==="length"||!cn(u)&&u>=a)&&l.push(c)})}else switch(n!==void 0&&l.push(i.get(n)),t){case"add":G(e)?As(n)&&l.push(i.get("length")):(l.push(i.get(Bt)),en(e)&&l.push(i.get(ls)));break;case"delete":G(e)||(l.push(i.get(Bt)),en(e)&&l.push(i.get(ls)));break;case"set":en(e)&&l.push(i.get(Bt));break}Ds();for(const a of l)a&&sl(a,4);Ls()}function fu(e,t){var n;return(n=lr.get(e))==null?void 0:n.get(t)}const du=Ps("__proto__,__v_isRef,__isVue"),il=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(cn)),ho=hu();function hu(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const r=ee(this);for(let o=0,i=this.length;o<i;o++)Le(r,"get",o+"");const s=r[t](...n);return s===-1||s===!1?r[t](...n.map(ee)):s}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...n){jt(),Ds();const r=ee(this)[t].apply(this,n);return Ls(),Wt(),r}}),e}function gu(e){const t=ee(this);return Le(t,"has",e),t.hasOwnProperty(e)}class ll{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,r){const s=this._isReadonly,o=this._isShallow;if(n==="__v_isReactive")return!s;if(n==="__v_isReadonly")return s;if(n==="__v_isShallow")return o;if(n==="__v_raw")return r===(s?o?Tu:fl:o?cl:ul).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const i=G(t);if(!s){if(i&&se(ho,n))return Reflect.get(ho,n,r);if(n==="hasOwnProperty")return gu}const l=Reflect.get(t,n,r);return(cn(n)?il.has(n):du(n))||(s||Le(t,"get",n),o)?l:he(l)?i&&As(n)?l:l.value:fe(l)?s?xr(l):De(l):l}}class al extends ll{constructor(t=!1){super(!1,t)}set(t,n,r,s){let o=t[n];if(!this._isShallow){const a=rn(o);if(!ar(r)&&!rn(r)&&(o=ee(o),r=ee(r)),!G(t)&&he(o)&&!he(r))return a?!1:(o.value=r,!0)}const i=G(t)&&As(n)?Number(n)<t.length:se(t,n),l=Reflect.set(t,n,r,s);return t===ee(s)&&(i?Pt(r,o)&&at(t,"set",n,r):at(t,"add",n,r)),l}deleteProperty(t,n){const r=se(t,n);t[n];const s=Reflect.deleteProperty(t,n);return s&&r&&at(t,"delete",n,void 0),s}has(t,n){const r=Reflect.has(t,n);return(!cn(n)||!il.has(n))&&Le(t,"has",n),r}ownKeys(t){return Le(t,"iterate",G(t)?"length":Bt),Reflect.ownKeys(t)}}class mu extends ll{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const vu=new al,pu=new mu,yu=new al(!0),Fs=e=>e,wr=e=>Reflect.getPrototypeOf(e);function Vn(e,t,n=!1,r=!1){e=e.__v_raw;const s=ee(e),o=ee(t);n||(Pt(t,o)&&Le(s,"get",t),Le(s,"get",o));const{has:i}=wr(s),l=r?Fs:n?Bs:Tn;if(i.call(s,t))return l(e.get(t));if(i.call(s,o))return l(e.get(o));e!==s&&e.get(t)}function jn(e,t=!1){const n=this.__v_raw,r=ee(n),s=ee(e);return t||(Pt(e,s)&&Le(r,"has",e),Le(r,"has",s)),e===s?n.has(e):n.has(e)||n.has(s)}function Wn(e,t=!1){return e=e.__v_raw,!t&&Le(ee(e),"iterate",Bt),Reflect.get(e,"size",e)}function go(e){e=ee(e);const t=ee(this);return wr(t).has.call(t,e)||(t.add(e),at(t,"add",e,e)),this}function mo(e,t){t=ee(t);const n=ee(this),{has:r,get:s}=wr(n);let o=r.call(n,e);o||(e=ee(e),o=r.call(n,e));const i=s.call(n,e);return n.set(e,t),o?Pt(t,i)&&at(n,"set",e,t):at(n,"add",e,t),this}function vo(e){const t=ee(this),{has:n,get:r}=wr(t);let s=n.call(t,e);s||(e=ee(e),s=n.call(t,e)),r&&r.call(t,e);const o=t.delete(e);return s&&at(t,"delete",e,void 0),o}function po(){const e=ee(this),t=e.size!==0,n=e.clear();return t&&at(e,"clear",void 0,void 0),n}function Un(e,t){return function(r,s){const o=this,i=o.__v_raw,l=ee(i),a=t?Fs:e?Bs:Tn;return!e&&Le(l,"iterate",Bt),i.forEach((c,u)=>r.call(s,a(c),a(u),o))}}function zn(e,t,n){return function(...r){const s=this.__v_raw,o=ee(s),i=en(o),l=e==="entries"||e===Symbol.iterator&&i,a=e==="keys"&&i,c=s[e](...r),u=n?Fs:t?Bs:Tn;return!t&&Le(o,"iterate",a?ls:Bt),{next(){const{value:f,done:d}=c.next();return d?{value:f,done:d}:{value:l?[u(f[0]),u(f[1])]:u(f),done:d}},[Symbol.iterator](){return this}}}}function ht(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function bu(){const e={get(o){return Vn(this,o)},get size(){return Wn(this)},has:jn,add:go,set:mo,delete:vo,clear:po,forEach:Un(!1,!1)},t={get(o){return Vn(this,o,!1,!0)},get size(){return Wn(this)},has:jn,add:go,set:mo,delete:vo,clear:po,forEach:Un(!1,!0)},n={get(o){return Vn(this,o,!0)},get size(){return Wn(this,!0)},has(o){return jn.call(this,o,!0)},add:ht("add"),set:ht("set"),delete:ht("delete"),clear:ht("clear"),forEach:Un(!0,!1)},r={get(o){return Vn(this,o,!0,!0)},get size(){return Wn(this,!0)},has(o){return jn.call(this,o,!0)},add:ht("add"),set:ht("set"),delete:ht("delete"),clear:ht("clear"),forEach:Un(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(o=>{e[o]=zn(o,!1,!1),n[o]=zn(o,!0,!1),t[o]=zn(o,!1,!0),r[o]=zn(o,!0,!0)}),[e,n,t,r]}const[_u,Su,wu,xu]=bu();function $s(e,t){const n=t?e?xu:wu:e?Su:_u;return(r,s,o)=>s==="__v_isReactive"?!e:s==="__v_isReadonly"?e:s==="__v_raw"?r:Reflect.get(se(n,s)&&s in r?n:r,s,o)}const Cu={get:$s(!1,!1)},Eu={get:$s(!1,!0)},Pu={get:$s(!0,!1)},ul=new WeakMap,cl=new WeakMap,fl=new WeakMap,Tu=new WeakMap;function Ru(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Au(e){return e.__v_skip||!Object.isExtensible(e)?0:Ru(Qa(e))}function De(e){return rn(e)?e:Ns(e,!1,vu,Cu,ul)}function dl(e){return Ns(e,!1,yu,Eu,cl)}function xr(e){return Ns(e,!0,pu,Pu,fl)}function Ns(e,t,n,r,s){if(!fe(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const o=s.get(e);if(o)return o;const i=Au(e);if(i===0)return e;const l=new Proxy(e,i===2?r:n);return s.set(e,l),l}function Ct(e){return rn(e)?Ct(e.__v_raw):!!(e&&e.__v_isReactive)}function rn(e){return!!(e&&e.__v_isReadonly)}function ar(e){return!!(e&&e.__v_isShallow)}function hl(e){return Ct(e)||rn(e)}function ee(e){const t=e&&e.__v_raw;return t?ee(t):e}function Cr(e){return Object.isExtensible(e)&&ir(e,"__v_skip",!0),e}const Tn=e=>fe(e)?De(e):e,Bs=e=>fe(e)?xr(e):e;class gl{constructor(t,n,r,s){this.getter=t,this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new ks(()=>t(this._value),()=>Jn(this,this.effect._dirtyLevel===2?2:3)),this.effect.computed=this,this.effect.active=this._cacheable=!s,this.__v_isReadonly=r}get value(){const t=ee(this);return(!t._cacheable||t.effect.dirty)&&Pt(t._value,t._value=t.effect.run())&&Jn(t,4),ml(t),t.effect._dirtyLevel>=2&&Jn(t,2),t._value}set value(t){this._setter(t)}get _dirty(){return this.effect.dirty}set _dirty(t){this.effect.dirty=t}}function Ou(e,t,n=!1){let r,s;const o=X(e);return o?(r=e,s=We):(r=e.get,s=e.set),new gl(r,s,o||!s,n)}function ml(e){var t;xt&&Nt&&(e=ee(e),rl(Nt,(t=e.dep)!=null?t:e.dep=ol(()=>e.dep=void 0,e instanceof gl?e:void 0)))}function Jn(e,t=4,n){e=ee(e);const r=e.dep;r&&sl(r,t)}function he(e){return!!(e&&e.__v_isRef===!0)}function Ce(e){return vl(e,!1)}function ae(e){return vl(e,!0)}function vl(e,t){return he(e)?e:new Iu(e,t)}class Iu{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:ee(t),this._value=n?t:Tn(t)}get value(){return ml(this),this._value}set value(t){const n=this.__v_isShallow||ar(t)||rn(t);t=n?t:ee(t),Pt(t,this._rawValue)&&(this._rawValue=t,this._value=n?t:Tn(t),Jn(this,4))}}function qe(e){return he(e)?e.value:e}const Mu={get:(e,t,n)=>qe(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const s=e[t];return he(s)&&!he(n)?(s.value=n,!0):Reflect.set(e,t,n,r)}};function pl(e){return Ct(e)?e:new Proxy(e,Mu)}function Er(e){const t=G(e)?new Array(e.length):{};for(const n in e)t[n]=yl(e,n);return t}class ku{constructor(t,n,r){this._object=t,this._key=n,this._defaultValue=r,this.__v_isRef=!0}get value(){const t=this._object[this._key];return t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return fu(ee(this._object),this._key)}}class Du{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function sn(e,t,n){return he(e)?e:X(e)?new Du(e):fe(e)&&arguments.length>1?yl(e,t,n):Ce(e)}function yl(e,t,n){const r=e[t];return he(r)?r:new ku(e,t,n)}/**
|
|
* @vue/runtime-core v3.4.21
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
* @license MIT
|
|
**/function Et(e,t,n,r){try{return r?e(...r):e()}catch(s){Pr(s,t,n)}}function ze(e,t,n,r){if(X(e)){const o=Et(e,t,n,r);return o&&Ki(o)&&o.catch(i=>{Pr(i,t,n)}),o}const s=[];for(let o=0;o<e.length;o++)s.push(ze(e[o],t,n,r));return s}function Pr(e,t,n,r=!0){const s=t?t.vnode:null;if(t){let o=t.parent;const i=t.proxy,l=`https://vuejs.org/error-reference/#runtime-${n}`;for(;o;){const c=o.ec;if(c){for(let u=0;u<c.length;u++)if(c[u](e,i,l)===!1)return}o=o.parent}const a=t.appContext.config.errorHandler;if(a){Et(a,null,10,[e,i,l]);return}}Lu(e,n,s,r)}function Lu(e,t,n,r=!0){console.error(e)}let Rn=!1,as=!1;const Te=[];let nt=0;const tn=[];let yt=null,Lt=0;const bl=Promise.resolve();let Hs=null;function dn(e){const t=Hs||bl;return e?t.then(this?e.bind(this):e):t}function Fu(e){let t=nt+1,n=Te.length;for(;t<n;){const r=t+n>>>1,s=Te[r],o=An(s);o<e||o===e&&s.pre?t=r+1:n=r}return t}function Vs(e){(!Te.length||!Te.includes(e,Rn&&e.allowRecurse?nt+1:nt))&&(e.id==null?Te.push(e):Te.splice(Fu(e.id),0,e),_l())}function _l(){!Rn&&!as&&(as=!0,Hs=bl.then(wl))}function $u(e){const t=Te.indexOf(e);t>nt&&Te.splice(t,1)}function Nu(e){G(e)?tn.push(...e):(!yt||!yt.includes(e,e.allowRecurse?Lt+1:Lt))&&tn.push(e),_l()}function yo(e,t,n=Rn?nt+1:0){for(;n<Te.length;n++){const r=Te[n];if(r&&r.pre){if(e&&r.id!==e.uid)continue;Te.splice(n,1),n--,r()}}}function Sl(e){if(tn.length){const t=[...new Set(tn)].sort((n,r)=>An(n)-An(r));if(tn.length=0,yt){yt.push(...t);return}for(yt=t,Lt=0;Lt<yt.length;Lt++)yt[Lt]();yt=null,Lt=0}}const An=e=>e.id==null?1/0:e.id,Bu=(e,t)=>{const n=An(e)-An(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function wl(e){as=!1,Rn=!0,Te.sort(Bu);try{for(nt=0;nt<Te.length;nt++){const t=Te[nt];t&&t.active!==!1&&Et(t,null,14)}}finally{nt=0,Te.length=0,Sl(),Rn=!1,Hs=null,(Te.length||tn.length)&&wl()}}function Hu(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||de;let s=n;const o=t.startsWith("update:"),i=o&&t.slice(7);if(i&&i in r){const u=`${i==="modelValue"?"model":i}Modifiers`,{number:f,trim:d}=r[u]||de;d&&(s=n.map(m=>Se(m)?m.trim():m)),f&&(s=n.map(tu))}let l,a=r[l=Vr(t)]||r[l=Vr(Xe(t))];!a&&o&&(a=r[l=Vr(fn(t))]),a&&ze(a,e,6,s);const c=r[l+"Once"];if(c){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,ze(c,e,6,s)}}function xl(e,t,n=!1){const r=t.emitsCache,s=r.get(e);if(s!==void 0)return s;const o=e.emits;let i={},l=!1;if(!X(e)){const a=c=>{const u=xl(c,t,!0);u&&(l=!0,_e(i,u))};!n&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}return!o&&!l?(fe(e)&&r.set(e,null),null):(G(o)?o.forEach(a=>i[a]=null):_e(i,o),fe(e)&&r.set(e,i),i)}function Tr(e,t){return!e||!yr(t)?!1:(t=t.slice(2).replace(/Once$/,""),se(e,t[0].toLowerCase()+t.slice(1))||se(e,fn(t))||se(e,t))}let Re=null,Cl=null;function ur(e){const t=Re;return Re=e,Cl=e&&e.type.__scopeId||null,t}function On(e,t=Re,n){if(!t||e._n)return e;const r=(...s)=>{r._d&&Io(-1);const o=ur(t);let i;try{i=e(...s)}finally{ur(o),r._d&&Io(1)}return i};return r._n=!0,r._c=!0,r._d=!0,r}function Ur(e){const{type:t,vnode:n,proxy:r,withProxy:s,props:o,propsOptions:[i],slots:l,attrs:a,emit:c,render:u,renderCache:f,data:d,setupState:m,ctx:v,inheritAttrs:y}=e;let T,E;const k=ur(e);try{if(n.shapeFlag&4){const W=s||r,L=W;T=tt(u.call(L,W,f,o,m,d,v)),E=a}else{const W=t;T=tt(W.length>1?W(o,{attrs:a,slots:l,emit:c}):W(o,null)),E=t.props?a:Vu(a)}}catch(W){wn.length=0,Pr(W,e,1),T=M(ct)}let N=T;if(E&&y!==!1){const W=Object.keys(E),{shapeFlag:L}=N;W.length&&L&7&&(i&&W.some(Ts)&&(E=ju(E,i)),N=Tt(N,E))}return n.dirs&&(N=Tt(N),N.dirs=N.dirs?N.dirs.concat(n.dirs):n.dirs),n.transition&&(N.transition=n.transition),T=N,ur(k),T}const Vu=e=>{let t;for(const n in e)(n==="class"||n==="style"||yr(n))&&((t||(t={}))[n]=e[n]);return t},ju=(e,t)=>{const n={};for(const r in e)(!Ts(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function Wu(e,t,n){const{props:r,children:s,component:o}=e,{props:i,children:l,patchFlag:a}=t,c=o.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&a>=0){if(a&1024)return!0;if(a&16)return r?bo(r,i,c):!!i;if(a&8){const u=t.dynamicProps;for(let f=0;f<u.length;f++){const d=u[f];if(i[d]!==r[d]&&!Tr(c,d))return!0}}}else return(s||l)&&(!l||!l.$stable)?!0:r===i?!1:r?i?bo(r,i,c):!0:!!i;return!1}function bo(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 o=r[s];if(t[o]!==e[o]&&!Tr(n,o))return!0}return!1}function Uu({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 El="components",zu="directives";function Ku(e,t){return Pl(El,e,!0,t)||e}const Yu=Symbol.for("v-ndc");function Gu(e){return Pl(zu,e)}function Pl(e,t,n=!0,r=!1){const s=Re||xe;if(s){const o=s.type;if(e===El){const l=Hc(o,!1);if(l&&(l===t||l===Xe(t)||l===Sr(Xe(t))))return o}const i=_o(s[e]||o[e],t)||_o(s.appContext[e],t);return!i&&r?o:i}}function _o(e,t){return e&&(e[t]||e[Xe(t)]||e[Sr(Xe(t))])}const qu=e=>e.__isSuspense;function Zu(e,t){t&&t.pendingBranch?G(e)?t.effects.push(...e):t.effects.push(e):Nu(e)}const Xu=Symbol.for("v-scx"),Qu=()=>Pe(Xu);function $n(e,t){return js(e,null,t)}const Kn={};function ve(e,t,n){return js(e,t,n)}function js(e,t,{immediate:n,deep:r,flush:s,once:o,onTrack:i,onTrigger:l}=de){if(t&&o){const C=t;t=(...H)=>{C(...H),L()}}const a=xe,c=C=>r===!0?C:$t(C,r===!1?1:void 0);let u,f=!1,d=!1;if(he(e)?(u=()=>e.value,f=ar(e)):Ct(e)?(u=()=>c(e),f=!0):G(e)?(d=!0,f=e.some(C=>Ct(C)||ar(C)),u=()=>e.map(C=>{if(he(C))return C.value;if(Ct(C))return c(C);if(X(C))return Et(C,a,2)})):X(e)?t?u=()=>Et(e,a,2):u=()=>(m&&m(),ze(e,a,3,[v])):u=We,t&&r){const C=u;u=()=>$t(C())}let m,v=C=>{m=N.onStop=()=>{Et(C,a,4),m=N.onStop=void 0}},y;if(Mr)if(v=We,t?n&&ze(t,a,3,[u(),d?[]:void 0,v]):u(),s==="sync"){const C=Qu();y=C.__watcherHandles||(C.__watcherHandles=[])}else return We;let T=d?new Array(e.length).fill(Kn):Kn;const E=()=>{if(!(!N.active||!N.dirty))if(t){const C=N.run();(r||f||(d?C.some((H,S)=>Pt(H,T[S])):Pt(C,T)))&&(m&&m(),ze(t,a,3,[C,T===Kn?void 0:d&&T[0]===Kn?[]:T,v]),T=C)}else N.run()};E.allowRecurse=!!t;let k;s==="sync"?k=E:s==="post"?k=()=>ke(E,a&&a.suspense):(E.pre=!0,a&&(E.id=a.uid),k=()=>Vs(E));const N=new ks(u,We,k),W=Ji(),L=()=>{N.stop(),W&&Rs(W.effects,N)};return t?n?E():T=N.run():s==="post"?ke(N.run.bind(N),a&&a.suspense):N.run(),y&&y.push(L),L}function Ju(e,t,n){const r=this.proxy,s=Se(e)?e.includes(".")?Tl(r,e):()=>r[e]:e.bind(r,r);let o;X(t)?o=t:(o=t.handler,n=t);const i=Bn(this),l=js(s,o.bind(r),n);return i(),l}function Tl(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}}function $t(e,t,n=0,r){if(!fe(e)||e.__v_skip)return e;if(t&&t>0){if(n>=t)return e;n++}if(r=r||new Set,r.has(e))return e;if(r.add(e),he(e))$t(e.value,t,n,r);else if(G(e))for(let s=0;s<e.length;s++)$t(e[s],t,n,r);else if(zi(e)||en(e))e.forEach(s=>{$t(s,t,n,r)});else if(Gi(e))for(const s in e)$t(e[s],t,n,r);return e}function So(e,t){if(Re===null)return e;const n=kr(Re)||Re.proxy,r=e.dirs||(e.dirs=[]);for(let s=0;s<t.length;s++){let[o,i,l,a=de]=t[s];o&&(X(o)&&(o={mounted:o,updated:o}),o.deep&&$t(i),r.push({dir:o,instance:n,value:i,oldValue:void 0,arg:l,modifiers:a}))}return e}function Ot(e,t,n,r){const s=e.dirs,o=t&&t.dirs;for(let i=0;i<s.length;i++){const l=s[i];o&&(l.oldValue=o[i].value);let a=l.dir[r];a&&(jt(),ze(a,n,8,[e.el,l,e,t]),Wt())}}const bt=Symbol("_leaveCb"),Yn=Symbol("_enterCb");function Rl(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return Ut(()=>{e.isMounted=!0}),Rt(()=>{e.isUnmounting=!0}),e}const je=[Function,Array],Al={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:je,onEnter:je,onAfterEnter:je,onEnterCancelled:je,onBeforeLeave:je,onLeave:je,onAfterLeave:je,onLeaveCancelled:je,onBeforeAppear:je,onAppear:je,onAfterAppear:je,onAppearCancelled:je},ec={name:"BaseTransition",props:Al,setup(e,{slots:t}){const n=Gs(),r=Rl();return()=>{const s=t.default&&Ws(t.default(),!0);if(!s||!s.length)return;let o=s[0];if(s.length>1){for(const d of s)if(d.type!==ct){o=d;break}}const i=ee(e),{mode:l}=i;if(r.isLeaving)return zr(o);const a=wo(o);if(!a)return zr(o);const c=In(a,i,r,n);Mn(a,c);const u=n.subTree,f=u&&wo(u);if(f&&f.type!==ct&&!Ft(a,f)){const d=In(f,i,r,n);if(Mn(f,d),l==="out-in")return r.isLeaving=!0,d.afterLeave=()=>{r.isLeaving=!1,n.update.active!==!1&&(n.effect.dirty=!0,n.update())},zr(o);l==="in-out"&&a.type!==ct&&(d.delayLeave=(m,v,y)=>{const T=Ol(r,f);T[String(f.key)]=f,m[bt]=()=>{v(),m[bt]=void 0,delete c.delayedLeave},c.delayedLeave=y})}return o}}},tc=ec;function Ol(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 In(e,t,n,r){const{appear:s,mode:o,persisted:i=!1,onBeforeEnter:l,onEnter:a,onAfterEnter:c,onEnterCancelled:u,onBeforeLeave:f,onLeave:d,onAfterLeave:m,onLeaveCancelled:v,onBeforeAppear:y,onAppear:T,onAfterAppear:E,onAppearCancelled:k}=t,N=String(e.key),W=Ol(n,e),L=(S,I)=>{S&&ze(S,r,9,I)},C=(S,I)=>{const B=I[1];L(S,I),G(S)?S.every(Z=>Z.length<=1)&&B():S.length<=1&&B()},H={mode:o,persisted:i,beforeEnter(S){let I=l;if(!n.isMounted)if(s)I=y||l;else return;S[bt]&&S[bt](!0);const B=W[N];B&&Ft(e,B)&&B.el[bt]&&B.el[bt](),L(I,[S])},enter(S){let I=a,B=c,Z=u;if(!n.isMounted)if(s)I=T||a,B=E||c,Z=k||u;else return;let x=!1;const z=S[Yn]=te=>{x||(x=!0,te?L(Z,[S]):L(B,[S]),H.delayedLeave&&H.delayedLeave(),S[Yn]=void 0)};I?C(I,[S,z]):z()},leave(S,I){const B=String(e.key);if(S[Yn]&&S[Yn](!0),n.isUnmounting)return I();L(f,[S]);let Z=!1;const x=S[bt]=z=>{Z||(Z=!0,I(),z?L(v,[S]):L(m,[S]),S[bt]=void 0,W[B]===e&&delete W[B])};W[B]=e,d?C(d,[S,x]):x()},clone(S){return In(S,t,n,r)}};return H}function zr(e){if(Rr(e))return e=Tt(e),e.children=null,e}function wo(e){return Rr(e)?e.children?e.children[0]:void 0:e}function Mn(e,t){e.shapeFlag&6&&e.component?Mn(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 Ws(e,t=!1,n){let r=[],s=0;for(let o=0;o<e.length;o++){let i=e[o];const l=n==null?i.key:String(n)+String(i.key!=null?i.key:o);i.type===Me?(i.patchFlag&128&&s++,r=r.concat(Ws(i.children,t,l))):(t||i.type!==ct)&&r.push(l!=null?Tt(i,{key:l}):i)}if(s>1)for(let o=0;o<r.length;o++)r[o].patchFlag=-2;return r}/*! #__NO_SIDE_EFFECTS__ */function Nn(e,t){return X(e)?_e({name:e.name},t,{setup:e}):e}const er=e=>!!e.type.__asyncLoader,Rr=e=>e.type.__isKeepAlive;function Il(e,t){kl(e,"a",t)}function Ml(e,t){kl(e,"da",t)}function kl(e,t,n=xe){const r=e.__wdc||(e.__wdc=()=>{let s=n;for(;s;){if(s.isDeactivated)return;s=s.parent}return e()});if(Ar(t,r,n),n){let s=n.parent;for(;s&&s.parent;)Rr(s.parent.vnode)&&nc(r,t,n,s),s=s.parent}}function nc(e,t,n,r){const s=Ar(t,e,r,!0);Ll(()=>{Rs(r[t],s)},n)}function Ar(e,t,n=xe,r=!1){if(n){const s=n[e]||(n[e]=[]),o=t.__weh||(t.__weh=(...i)=>{if(n.isUnmounted)return;jt();const l=Bn(n),a=ze(t,n,e,i);return l(),Wt(),a});return r?s.unshift(o):s.push(o),o}}const ft=e=>(t,n=xe)=>(!Mr||e==="sp")&&Ar(e,(...r)=>t(...r),n),Us=ft("bm"),Ut=ft("m"),rc=ft("bu"),Dl=ft("u"),Rt=ft("bum"),Ll=ft("um"),sc=ft("sp"),oc=ft("rtg"),ic=ft("rtc");function lc(e,t=xe){Ar("ec",e,t)}function ac(e,t,n,r){let s;const o=n&&n[r];if(G(e)||Se(e)){s=new Array(e.length);for(let i=0,l=e.length;i<l;i++)s[i]=t(e[i],i,void 0,o&&o[i])}else if(typeof e=="number"){s=new Array(e);for(let i=0;i<e;i++)s[i]=t(i+1,i,void 0,o&&o[i])}else if(fe(e))if(e[Symbol.iterator])s=Array.from(e,(i,l)=>t(i,l,void 0,o&&o[l]));else{const i=Object.keys(e);s=new Array(i.length);for(let l=0,a=i.length;l<a;l++){const c=i[l];s[l]=t(e[c],c,l,o&&o[l])}}else s=[];return n&&(n[r]=s),s}const us=e=>e?Yl(e)?kr(e)||e.proxy:us(e.parent):null,Sn=_e(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=>us(e.parent),$root:e=>us(e.root),$emit:e=>e.emit,$options:e=>zs(e),$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,Vs(e.update)}),$nextTick:e=>e.n||(e.n=dn.bind(e.proxy)),$watch:e=>Ju.bind(e)}),Kr=(e,t)=>e!==de&&!e.__isScriptSetup&&se(e,t),uc={get({_:e},t){const{ctx:n,setupState:r,data:s,props:o,accessCache:i,type:l,appContext:a}=e;let c;if(t[0]!=="$"){const m=i[t];if(m!==void 0)switch(m){case 1:return r[t];case 2:return s[t];case 4:return n[t];case 3:return o[t]}else{if(Kr(r,t))return i[t]=1,r[t];if(s!==de&&se(s,t))return i[t]=2,s[t];if((c=e.propsOptions[0])&&se(c,t))return i[t]=3,o[t];if(n!==de&&se(n,t))return i[t]=4,n[t];cs&&(i[t]=0)}}const u=Sn[t];let f,d;if(u)return t==="$attrs"&&Le(e,"get",t),u(e);if((f=l.__cssModules)&&(f=f[t]))return f;if(n!==de&&se(n,t))return i[t]=4,n[t];if(d=a.config.globalProperties,se(d,t))return d[t]},set({_:e},t,n){const{data:r,setupState:s,ctx:o}=e;return Kr(s,t)?(s[t]=n,!0):r!==de&&se(r,t)?(r[t]=n,!0):se(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(o[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:s,propsOptions:o}},i){let l;return!!n[i]||e!==de&&se(e,i)||Kr(t,i)||(l=o[0])&&se(l,i)||se(r,i)||se(Sn,i)||se(s.config.globalProperties,i)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:se(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function xo(e){return G(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let cs=!0;function cc(e){const t=zs(e),n=e.proxy,r=e.ctx;cs=!1,t.beforeCreate&&Co(t.beforeCreate,e,"bc");const{data:s,computed:o,methods:i,watch:l,provide:a,inject:c,created:u,beforeMount:f,mounted:d,beforeUpdate:m,updated:v,activated:y,deactivated:T,beforeDestroy:E,beforeUnmount:k,destroyed:N,unmounted:W,render:L,renderTracked:C,renderTriggered:H,errorCaptured:S,serverPrefetch:I,expose:B,inheritAttrs:Z,components:x,directives:z,filters:te}=t;if(c&&fc(c,r,null),i)for(const re in i){const ne=i[re];X(ne)&&(r[re]=ne.bind(n))}if(s){const re=s.call(n,n);fe(re)&&(e.data=De(re))}if(cs=!0,o)for(const re in o){const ne=o[re],Ae=X(ne)?ne.bind(n,n):X(ne.get)?ne.get.bind(n,n):We,pe=!X(ne)&&X(ne.set)?ne.set.bind(n):We,Oe=O({get:Ae,set:pe});Object.defineProperty(r,re,{enumerable:!0,configurable:!0,get:()=>Oe.value,set:ye=>Oe.value=ye})}if(l)for(const re in l)Fl(l[re],r,n,re);if(a){const re=X(a)?a.call(n):a;Reflect.ownKeys(re).forEach(ne=>{ut(ne,re[ne])})}u&&Co(u,e,"c");function Q(re,ne){G(ne)?ne.forEach(Ae=>re(Ae.bind(n))):ne&&re(ne.bind(n))}if(Q(Us,f),Q(Ut,d),Q(rc,m),Q(Dl,v),Q(Il,y),Q(Ml,T),Q(lc,S),Q(ic,C),Q(oc,H),Q(Rt,k),Q(Ll,W),Q(sc,I),G(B))if(B.length){const re=e.exposed||(e.exposed={});B.forEach(ne=>{Object.defineProperty(re,ne,{get:()=>n[ne],set:Ae=>n[ne]=Ae})})}else e.exposed||(e.exposed={});L&&e.render===We&&(e.render=L),Z!=null&&(e.inheritAttrs=Z),x&&(e.components=x),z&&(e.directives=z)}function fc(e,t,n=We){G(e)&&(e=fs(e));for(const r in e){const s=e[r];let o;fe(s)?"default"in s?o=Pe(s.from||r,s.default,!0):o=Pe(s.from||r):o=Pe(s),he(o)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>o.value,set:i=>o.value=i}):t[r]=o}}function Co(e,t,n){ze(G(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function Fl(e,t,n,r){const s=r.includes(".")?Tl(n,r):()=>n[r];if(Se(e)){const o=t[e];X(o)&&ve(s,o)}else if(X(e))ve(s,e.bind(n));else if(fe(e))if(G(e))e.forEach(o=>Fl(o,t,n,r));else{const o=X(e.handler)?e.handler.bind(n):t[e.handler];X(o)&&ve(s,o,e)}}function zs(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:s,optionsCache:o,config:{optionMergeStrategies:i}}=e.appContext,l=o.get(t);let a;return l?a=l:!s.length&&!n&&!r?a=t:(a={},s.length&&s.forEach(c=>cr(a,c,i,!0)),cr(a,t,i)),fe(t)&&o.set(t,a),a}function cr(e,t,n,r=!1){const{mixins:s,extends:o}=t;o&&cr(e,o,n,!0),s&&s.forEach(i=>cr(e,i,n,!0));for(const i in t)if(!(r&&i==="expose")){const l=dc[i]||n&&n[i];e[i]=l?l(e[i],t[i]):t[i]}return e}const dc={data:Eo,props:Po,emits:Po,methods:bn,computed:bn,beforeCreate:Ie,created:Ie,beforeMount:Ie,mounted:Ie,beforeUpdate:Ie,updated:Ie,beforeDestroy:Ie,beforeUnmount:Ie,destroyed:Ie,unmounted:Ie,activated:Ie,deactivated:Ie,errorCaptured:Ie,serverPrefetch:Ie,components:bn,directives:bn,watch:gc,provide:Eo,inject:hc};function Eo(e,t){return t?e?function(){return _e(X(e)?e.call(this,this):e,X(t)?t.call(this,this):t)}:t:e}function hc(e,t){return bn(fs(e),fs(t))}function fs(e){if(G(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Ie(e,t){return e?[...new Set([].concat(e,t))]:t}function bn(e,t){return e?_e(Object.create(null),e,t):t}function Po(e,t){return e?G(e)&&G(t)?[...new Set([...e,...t])]:_e(Object.create(null),xo(e),xo(t??{})):t}function gc(e,t){if(!e)return t;if(!t)return e;const n=_e(Object.create(null),e);for(const r in t)n[r]=Ie(e[r],t[r]);return n}function $l(){return{app:null,config:{isNativeTag:Za,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 vc(e,t){return function(r,s=null){X(r)||(r=_e({},r)),s!=null&&!fe(s)&&(s=null);const o=$l(),i=new WeakSet;let l=!1;const a=o.app={_uid:mc++,_component:r,_props:s,_container:null,_context:o,_instance:null,version:jc,get config(){return o.config},set config(c){},use(c,...u){return i.has(c)||(c&&X(c.install)?(i.add(c),c.install(a,...u)):X(c)&&(i.add(c),c(a,...u))),a},mixin(c){return o.mixins.includes(c)||o.mixins.push(c),a},component(c,u){return u?(o.components[c]=u,a):o.components[c]},directive(c,u){return u?(o.directives[c]=u,a):o.directives[c]},mount(c,u,f){if(!l){const d=M(r,s);return d.appContext=o,f===!0?f="svg":f===!1&&(f=void 0),u&&t?t(d,c):e(d,c,f),l=!0,a._container=c,c.__vue_app__=a,kr(d.component)||d.component.proxy}},unmount(){l&&(e(null,a._container),delete a._container.__vue_app__)},provide(c,u){return o.provides[c]=u,a},runWithContext(c){const u=nn;nn=a;try{return c()}finally{nn=u}}};return a}}let nn=null;function ut(e,t){if(xe){let n=xe.provides;const r=xe.parent&&xe.parent.provides;r===n&&(n=xe.provides=Object.create(r)),n[e]=t}}function Pe(e,t,n=!1){const r=xe||Re;if(r||nn){const s=r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:nn._context.provides;if(s&&e in s)return s[e];if(arguments.length>1)return n&&X(t)?t.call(r&&r.proxy):t}}function pc(){return!!(xe||Re||nn)}function yc(e,t,n,r=!1){const s={},o={};ir(o,Ir,1),e.propsDefaults=Object.create(null),Nl(e,t,s,o);for(const i in e.propsOptions[0])i in s||(s[i]=void 0);n?e.props=r?s:dl(s):e.type.props?e.props=s:e.props=o,e.attrs=o}function bc(e,t,n,r){const{props:s,attrs:o,vnode:{patchFlag:i}}=e,l=ee(s),[a]=e.propsOptions;let c=!1;if((r||i>0)&&!(i&16)){if(i&8){const u=e.vnode.dynamicProps;for(let f=0;f<u.length;f++){let d=u[f];if(Tr(e.emitsOptions,d))continue;const m=t[d];if(a)if(se(o,d))m!==o[d]&&(o[d]=m,c=!0);else{const v=Xe(d);s[v]=ds(a,l,v,m,e,!1)}else m!==o[d]&&(o[d]=m,c=!0)}}}else{Nl(e,t,s,o)&&(c=!0);let u;for(const f in l)(!t||!se(t,f)&&((u=fn(f))===f||!se(t,u)))&&(a?n&&(n[f]!==void 0||n[u]!==void 0)&&(s[f]=ds(a,l,f,void 0,e,!0)):delete s[f]);if(o!==l)for(const f in o)(!t||!se(t,f))&&(delete o[f],c=!0)}c&&at(e,"set","$attrs")}function Nl(e,t,n,r){const[s,o]=e.propsOptions;let i=!1,l;if(t)for(let a in t){if(_n(a))continue;const c=t[a];let u;s&&se(s,u=Xe(a))?!o||!o.includes(u)?n[u]=c:(l||(l={}))[u]=c:Tr(e.emitsOptions,a)||(!(a in r)||c!==r[a])&&(r[a]=c,i=!0)}if(o){const a=ee(n),c=l||de;for(let u=0;u<o.length;u++){const f=o[u];n[f]=ds(s,a,f,c[f],e,!se(c,f))}}return i}function ds(e,t,n,r,s,o){const i=e[n];if(i!=null){const l=se(i,"default");if(l&&r===void 0){const a=i.default;if(i.type!==Function&&!i.skipFactory&&X(a)){const{propsDefaults:c}=s;if(n in c)r=c[n];else{const u=Bn(s);r=c[n]=a.call(null,t),u()}}else r=a}i[0]&&(o&&!l?r=!1:i[1]&&(r===""||r===fn(n))&&(r=!0))}return r}function Bl(e,t,n=!1){const r=t.propsCache,s=r.get(e);if(s)return s;const o=e.props,i={},l=[];let a=!1;if(!X(e)){const u=f=>{a=!0;const[d,m]=Bl(f,t,!0);_e(i,d),m&&l.push(...m)};!n&&t.mixins.length&&t.mixins.forEach(u),e.extends&&u(e.extends),e.mixins&&e.mixins.forEach(u)}if(!o&&!a)return fe(e)&&r.set(e,Jt),Jt;if(G(o))for(let u=0;u<o.length;u++){const f=Xe(o[u]);To(f)&&(i[f]=de)}else if(o)for(const u in o){const f=Xe(u);if(To(f)){const d=o[u],m=i[f]=G(d)||X(d)?{type:d}:_e({},d);if(m){const v=Oo(Boolean,m.type),y=Oo(String,m.type);m[0]=v>-1,m[1]=y<0||v<y,(v>-1||se(m,"default"))&&l.push(f)}}}const c=[i,l];return fe(e)&&r.set(e,c),c}function To(e){return e[0]!=="$"&&!_n(e)}function Ro(e){return e===null?"null":typeof e=="function"?e.name||"":typeof e=="object"&&e.constructor&&e.constructor.name||""}function Ao(e,t){return Ro(e)===Ro(t)}function Oo(e,t){return G(t)?t.findIndex(n=>Ao(n,e)):X(t)&&Ao(t,e)?0:-1}const Hl=e=>e[0]==="_"||e==="$stable",Ks=e=>G(e)?e.map(tt):[tt(e)],_c=(e,t,n)=>{if(t._n)return t;const r=On((...s)=>Ks(t(...s)),n);return r._c=!1,r},Vl=(e,t,n)=>{const r=e._ctx;for(const s in e){if(Hl(s))continue;const o=e[s];if(X(o))t[s]=_c(s,o,r);else if(o!=null){const i=Ks(o);t[s]=()=>i}}},jl=(e,t)=>{const n=Ks(t);e.slots.default=()=>n},Sc=(e,t)=>{if(e.vnode.shapeFlag&32){const n=t._;n?(e.slots=ee(t),ir(t,"_",n)):Vl(t,e.slots={})}else e.slots={},t&&jl(e,t);ir(e.slots,Ir,1)},wc=(e,t,n)=>{const{vnode:r,slots:s}=e;let o=!0,i=de;if(r.shapeFlag&32){const l=t._;l?n&&l===1?o=!1:(_e(s,t),!n&&l===1&&delete s._):(o=!t.$stable,Vl(t,s)),i=t}else t&&(jl(e,t),i={default:1});if(o)for(const l in s)!Hl(l)&&i[l]==null&&delete s[l]};function hs(e,t,n,r,s=!1){if(G(e)){e.forEach((d,m)=>hs(d,t&&(G(t)?t[m]:t),n,r,s));return}if(er(r)&&!s)return;const o=r.shapeFlag&4?kr(r.component)||r.component.proxy:r.el,i=s?null:o,{i:l,r:a}=e,c=t&&t.r,u=l.refs===de?l.refs={}:l.refs,f=l.setupState;if(c!=null&&c!==a&&(Se(c)?(u[c]=null,se(f,c)&&(f[c]=null)):he(c)&&(c.value=null)),X(a))Et(a,l,12,[i,u]);else{const d=Se(a),m=he(a);if(d||m){const v=()=>{if(e.f){const y=d?se(f,a)?f[a]:u[a]:a.value;s?G(y)&&Rs(y,o):G(y)?y.includes(o)||y.push(o):d?(u[a]=[o],se(f,a)&&(f[a]=u[a])):(a.value=[o],e.k&&(u[e.k]=a.value))}else d?(u[a]=i,se(f,a)&&(f[a]=i)):m&&(a.value=i,e.k&&(u[e.k]=i))};i?(v.id=-1,ke(v,n)):v()}}}const ke=Zu;function xc(e){return Cc(e)}function Cc(e,t){const n=qi();n.__VUE__=!0;const{insert:r,remove:s,patchProp:o,createElement:i,createText:l,createComment:a,setText:c,setElementText:u,parentNode:f,nextSibling:d,setScopeId:m=We,insertStaticContent:v}=e,y=(h,g,p,w=null,_=null,A=null,$=void 0,R=null,D=!!g.dynamicChildren)=>{if(h===g)return;h&&!Ft(h,g)&&(w=b(h),ye(h,_,A,!0),h=null),g.patchFlag===-2&&(D=!1,g.dynamicChildren=null);const{type:P,ref:j,shapeFlag:Y}=g;switch(P){case Or:T(h,g,p,w);break;case ct:E(h,g,p,w);break;case Gr:h==null&&k(g,p,w,$);break;case Me:x(h,g,p,w,_,A,$,R,D);break;default:Y&1?L(h,g,p,w,_,A,$,R,D):Y&6?z(h,g,p,w,_,A,$,R,D):(Y&64||Y&128)&&P.process(h,g,p,w,_,A,$,R,D,U)}j!=null&&_&&hs(j,h&&h.ref,A,g||h,!g)},T=(h,g,p,w)=>{if(h==null)r(g.el=l(g.children),p,w);else{const _=g.el=h.el;g.children!==h.children&&c(_,g.children)}},E=(h,g,p,w)=>{h==null?r(g.el=a(g.children||""),p,w):g.el=h.el},k=(h,g,p,w)=>{[h.el,h.anchor]=v(h.children,g,p,w,h.el,h.anchor)},N=({el:h,anchor:g},p,w)=>{let _;for(;h&&h!==g;)_=d(h),r(h,p,w),h=_;r(g,p,w)},W=({el:h,anchor:g})=>{let p;for(;h&&h!==g;)p=d(h),s(h),h=p;s(g)},L=(h,g,p,w,_,A,$,R,D)=>{g.type==="svg"?$="svg":g.type==="math"&&($="mathml"),h==null?C(g,p,w,_,A,$,R,D):I(h,g,_,A,$,R,D)},C=(h,g,p,w,_,A,$,R)=>{let D,P;const{props:j,shapeFlag:Y,transition:K,dirs:q}=h;if(D=h.el=i(h.type,A,j&&j.is,j),Y&8?u(D,h.children):Y&16&&S(h.children,D,null,w,_,Yr(h,A),$,R),q&&Ot(h,null,w,"created"),H(D,h,h.scopeId,$,w),j){for(const le in j)le!=="value"&&!_n(le)&&o(D,le,null,j[le],A,h.children,w,_,ue);"value"in j&&o(D,"value",null,j.value,A),(P=j.onVnodeBeforeMount)&&et(P,w,h)}q&&Ot(h,null,w,"beforeMount");const J=Ec(_,K);J&&K.beforeEnter(D),r(D,g,p),((P=j&&j.onVnodeMounted)||J||q)&&ke(()=>{P&&et(P,w,h),J&&K.enter(D),q&&Ot(h,null,w,"mounted")},_)},H=(h,g,p,w,_)=>{if(p&&m(h,p),w)for(let A=0;A<w.length;A++)m(h,w[A]);if(_){let A=_.subTree;if(g===A){const $=_.vnode;H(h,$,$.scopeId,$.slotScopeIds,_.parent)}}},S=(h,g,p,w,_,A,$,R,D=0)=>{for(let P=D;P<h.length;P++){const j=h[P]=R?_t(h[P]):tt(h[P]);y(null,j,g,p,w,_,A,$,R)}},I=(h,g,p,w,_,A,$)=>{const R=g.el=h.el;let{patchFlag:D,dynamicChildren:P,dirs:j}=g;D|=h.patchFlag&16;const Y=h.props||de,K=g.props||de;let q;if(p&&It(p,!1),(q=K.onVnodeBeforeUpdate)&&et(q,p,g,h),j&&Ot(g,h,p,"beforeUpdate"),p&&It(p,!0),P?B(h.dynamicChildren,P,R,p,w,Yr(g,_),A):$||ne(h,g,R,null,p,w,Yr(g,_),A,!1),D>0){if(D&16)Z(R,g,Y,K,p,w,_);else if(D&2&&Y.class!==K.class&&o(R,"class",null,K.class,_),D&4&&o(R,"style",Y.style,K.style,_),D&8){const J=g.dynamicProps;for(let le=0;le<J.length;le++){const me=J[le],we=Y[me],Ge=K[me];(Ge!==we||me==="value")&&o(R,me,we,Ge,_,h.children,p,w,ue)}}D&1&&h.children!==g.children&&u(R,g.children)}else!$&&P==null&&Z(R,g,Y,K,p,w,_);((q=K.onVnodeUpdated)||j)&&ke(()=>{q&&et(q,p,g,h),j&&Ot(g,h,p,"updated")},w)},B=(h,g,p,w,_,A,$)=>{for(let R=0;R<g.length;R++){const D=h[R],P=g[R],j=D.el&&(D.type===Me||!Ft(D,P)||D.shapeFlag&70)?f(D.el):p;y(D,P,j,null,w,_,A,$,!0)}},Z=(h,g,p,w,_,A,$)=>{if(p!==w){if(p!==de)for(const R in p)!_n(R)&&!(R in w)&&o(h,R,p[R],null,$,g.children,_,A,ue);for(const R in w){if(_n(R))continue;const D=w[R],P=p[R];D!==P&&R!=="value"&&o(h,R,P,D,$,g.children,_,A,ue)}"value"in w&&o(h,"value",p.value,w.value,$)}},x=(h,g,p,w,_,A,$,R,D)=>{const P=g.el=h?h.el:l(""),j=g.anchor=h?h.anchor:l("");let{patchFlag:Y,dynamicChildren:K,slotScopeIds:q}=g;q&&(R=R?R.concat(q):q),h==null?(r(P,p,w),r(j,p,w),S(g.children||[],p,j,_,A,$,R,D)):Y>0&&Y&64&&K&&h.dynamicChildren?(B(h.dynamicChildren,K,p,_,A,$,R),(g.key!=null||_&&g===_.subTree)&&Wl(h,g,!0)):ne(h,g,p,j,_,A,$,R,D)},z=(h,g,p,w,_,A,$,R,D)=>{g.slotScopeIds=R,h==null?g.shapeFlag&512?_.ctx.activate(g,p,w,$,D):te(g,p,w,_,A,$,D):be(h,g,D)},te=(h,g,p,w,_,A,$)=>{const R=h.component=Lc(h,w,_);if(Rr(h)&&(R.ctx.renderer=U),Fc(R),R.asyncDep){if(_&&_.registerDep(R,Q),!h.el){const D=R.subTree=M(ct);E(null,D,g,p)}}else Q(R,h,g,p,_,A,$)},be=(h,g,p)=>{const w=g.component=h.component;if(Wu(h,g,p))if(w.asyncDep&&!w.asyncResolved){re(w,g,p);return}else w.next=g,$u(w.update),w.effect.dirty=!0,w.update();else g.el=h.el,w.vnode=g},Q=(h,g,p,w,_,A,$)=>{const R=()=>{if(h.isMounted){let{next:j,bu:Y,u:K,parent:q,vnode:J}=h;{const Kt=Ul(h);if(Kt){j&&(j.el=J.el,re(h,j,$)),Kt.asyncDep.then(()=>{h.isUnmounted||R()});return}}let le=j,me;It(h,!1),j?(j.el=J.el,re(h,j,$)):j=J,Y&&jr(Y),(me=j.props&&j.props.onVnodeBeforeUpdate)&&et(me,q,j,J),It(h,!0);const we=Ur(h),Ge=h.subTree;h.subTree=we,y(Ge,we,f(Ge.el),b(Ge),h,_,A),j.el=we.el,le===null&&Uu(h,we.el),K&&ke(K,_),(me=j.props&&j.props.onVnodeUpdated)&&ke(()=>et(me,q,j,J),_)}else{let j;const{el:Y,props:K}=g,{bm:q,m:J,parent:le}=h,me=er(g);if(It(h,!1),q&&jr(q),!me&&(j=K&&K.onVnodeBeforeMount)&&et(j,le,g),It(h,!0),Y&&ge){const we=()=>{h.subTree=Ur(h),ge(Y,h.subTree,h,_,null)};me?g.type.__asyncLoader().then(()=>!h.isUnmounted&&we()):we()}else{const we=h.subTree=Ur(h);y(null,we,p,w,h,_,A),g.el=we.el}if(J&&ke(J,_),!me&&(j=K&&K.onVnodeMounted)){const we=g;ke(()=>et(j,le,we),_)}(g.shapeFlag&256||le&&er(le.vnode)&&le.vnode.shapeFlag&256)&&h.a&&ke(h.a,_),h.isMounted=!0,g=p=w=null}},D=h.effect=new ks(R,We,()=>Vs(P),h.scope),P=h.update=()=>{D.dirty&&D.run()};P.id=h.uid,It(h,!0),P()},re=(h,g,p)=>{g.component=h;const w=h.vnode.props;h.vnode=g,h.next=null,bc(h,g.props,w,p),wc(h,g.children,p),jt(),yo(h),Wt()},ne=(h,g,p,w,_,A,$,R,D=!1)=>{const P=h&&h.children,j=h?h.shapeFlag:0,Y=g.children,{patchFlag:K,shapeFlag:q}=g;if(K>0){if(K&128){pe(P,Y,p,w,_,A,$,R,D);return}else if(K&256){Ae(P,Y,p,w,_,A,$,R,D);return}}q&8?(j&16&&ue(P,_,A),Y!==P&&u(p,Y)):j&16?q&16?pe(P,Y,p,w,_,A,$,R,D):ue(P,_,A,!0):(j&8&&u(p,""),q&16&&S(Y,p,w,_,A,$,R,D))},Ae=(h,g,p,w,_,A,$,R,D)=>{h=h||Jt,g=g||Jt;const P=h.length,j=g.length,Y=Math.min(P,j);let K;for(K=0;K<Y;K++){const q=g[K]=D?_t(g[K]):tt(g[K]);y(h[K],q,p,null,_,A,$,R,D)}P>j?ue(h,_,A,!0,!1,Y):S(g,p,w,_,A,$,R,D,Y)},pe=(h,g,p,w,_,A,$,R,D)=>{let P=0;const j=g.length;let Y=h.length-1,K=j-1;for(;P<=Y&&P<=K;){const q=h[P],J=g[P]=D?_t(g[P]):tt(g[P]);if(Ft(q,J))y(q,J,p,null,_,A,$,R,D);else break;P++}for(;P<=Y&&P<=K;){const q=h[Y],J=g[K]=D?_t(g[K]):tt(g[K]);if(Ft(q,J))y(q,J,p,null,_,A,$,R,D);else break;Y--,K--}if(P>Y){if(P<=K){const q=K+1,J=q<j?g[q].el:w;for(;P<=K;)y(null,g[P]=D?_t(g[P]):tt(g[P]),p,J,_,A,$,R,D),P++}}else if(P>K)for(;P<=Y;)ye(h[P],_,A,!0),P++;else{const q=P,J=P,le=new Map;for(P=J;P<=K;P++){const Ne=g[P]=D?_t(g[P]):tt(g[P]);Ne.key!=null&&le.set(Ne.key,P)}let me,we=0;const Ge=K-J+1;let Kt=!1,oo=0;const mn=new Array(Ge);for(P=0;P<Ge;P++)mn[P]=0;for(P=q;P<=Y;P++){const Ne=h[P];if(we>=Ge){ye(Ne,_,A,!0);continue}let Je;if(Ne.key!=null)Je=le.get(Ne.key);else for(me=J;me<=K;me++)if(mn[me-J]===0&&Ft(Ne,g[me])){Je=me;break}Je===void 0?ye(Ne,_,A,!0):(mn[Je-J]=P+1,Je>=oo?oo=Je:Kt=!0,y(Ne,g[Je],p,null,_,A,$,R,D),we++)}const io=Kt?Pc(mn):Jt;for(me=io.length-1,P=Ge-1;P>=0;P--){const Ne=J+P,Je=g[Ne],lo=Ne+1<j?g[Ne+1].el:w;mn[P]===0?y(null,Je,p,lo,_,A,$,R,D):Kt&&(me<0||P!==io[me]?Oe(Je,p,lo,2):me--)}}},Oe=(h,g,p,w,_=null)=>{const{el:A,type:$,transition:R,children:D,shapeFlag:P}=h;if(P&6){Oe(h.component.subTree,g,p,w);return}if(P&128){h.suspense.move(g,p,w);return}if(P&64){$.move(h,g,p,U);return}if($===Me){r(A,g,p);for(let Y=0;Y<D.length;Y++)Oe(D[Y],g,p,w);r(h.anchor,g,p);return}if($===Gr){N(h,g,p);return}if(w!==2&&P&1&&R)if(w===0)R.beforeEnter(A),r(A,g,p),ke(()=>R.enter(A),_);else{const{leave:Y,delayLeave:K,afterLeave:q}=R,J=()=>r(A,g,p),le=()=>{Y(A,()=>{J(),q&&q()})};K?K(A,J,le):le()}else r(A,g,p)},ye=(h,g,p,w=!1,_=!1)=>{const{type:A,props:$,ref:R,children:D,dynamicChildren:P,shapeFlag:j,patchFlag:Y,dirs:K}=h;if(R!=null&&hs(R,null,p,h,!0),j&256){g.ctx.deactivate(h);return}const q=j&1&&K,J=!er(h);let le;if(J&&(le=$&&$.onVnodeBeforeUnmount)&&et(le,g,h),j&6)At(h.component,p,w);else{if(j&128){h.suspense.unmount(p,w);return}q&&Ot(h,null,g,"beforeUnmount"),j&64?h.type.remove(h,g,p,_,U,w):P&&(A!==Me||Y>0&&Y&64)?ue(P,g,p,!1,!0):(A===Me&&Y&384||!_&&j&16)&&ue(D,g,p),w&&$e(h)}(J&&(le=$&&$.onVnodeUnmounted)||q)&&ke(()=>{le&&et(le,g,h),q&&Ot(h,null,g,"unmounted")},p)},$e=h=>{const{type:g,el:p,anchor:w,transition:_}=h;if(g===Me){Ye(p,w);return}if(g===Gr){W(h);return}const A=()=>{s(p),_&&!_.persisted&&_.afterLeave&&_.afterLeave()};if(h.shapeFlag&1&&_&&!_.persisted){const{leave:$,delayLeave:R}=_,D=()=>$(p,A);R?R(h.el,A,D):D()}else A()},Ye=(h,g)=>{let p;for(;h!==g;)p=d(h),s(h),h=p;s(g)},At=(h,g,p)=>{const{bum:w,scope:_,update:A,subTree:$,um:R}=h;w&&jr(w),_.stop(),A&&(A.active=!1,ye($,h,g,p)),R&&ke(R,g),ke(()=>{h.isUnmounted=!0},g),g&&g.pendingBranch&&!g.isUnmounted&&h.asyncDep&&!h.asyncResolved&&h.suspenseId===g.pendingId&&(g.deps--,g.deps===0&&g.resolve())},ue=(h,g,p,w=!1,_=!1,A=0)=>{for(let $=A;$<h.length;$++)ye(h[$],g,p,w,_)},b=h=>h.shapeFlag&6?b(h.component.subTree):h.shapeFlag&128?h.suspense.next():d(h.anchor||h.el);let V=!1;const F=(h,g,p)=>{h==null?g._vnode&&ye(g._vnode,null,null,!0):y(g._vnode||null,h,g,null,null,null,p),V||(V=!0,yo(),Sl(),V=!1),g._vnode=h},U={p:y,um:ye,m:Oe,r:$e,mt:te,mc:S,pc:ne,pbc:B,n:b,o:e};let oe,ge;return t&&([oe,ge]=t(U)),{render:F,hydrate:oe,createApp:vc(F,oe)}}function Yr({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 It({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function Ec(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function Wl(e,t,n=!1){const r=e.children,s=t.children;if(G(r)&&G(s))for(let o=0;o<r.length;o++){const i=r[o];let l=s[o];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=s[o]=_t(s[o]),l.el=i.el),n||Wl(i,l)),l.type===Or&&(l.el=i.el)}}function Pc(e){const t=e.slice(),n=[0];let r,s,o,i,l;const a=e.length;for(r=0;r<a;r++){const c=e[r];if(c!==0){if(s=n[n.length-1],e[s]<c){t[r]=s,n.push(r);continue}for(o=0,i=n.length-1;o<i;)l=o+i>>1,e[n[l]]<c?o=l+1:i=l;c<e[n[o]]&&(o>0&&(t[r]=n[o-1]),n[o]=r)}}for(o=n.length,i=n[o-1];o-- >0;)n[o]=i,i=t[i];return n}function Ul(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Ul(t)}const Tc=e=>e.__isTeleport,Me=Symbol.for("v-fgt"),Or=Symbol.for("v-txt"),ct=Symbol.for("v-cmt"),Gr=Symbol.for("v-stc"),wn=[];let Ze=null;function tr(e=!1){wn.push(Ze=e?null:[])}function Rc(){wn.pop(),Ze=wn[wn.length-1]||null}let kn=1;function Io(e){kn+=e}function zl(e){return e.dynamicChildren=kn>0?Ze||Jt:null,Rc(),kn>0&&Ze&&Ze.push(e),e}function qr(e,t,n,r,s,o){return zl(rt(e,t,n,r,s,o,!0))}function Ac(e,t,n,r,s){return zl(M(e,t,n,r,s,!0))}function gs(e){return e?e.__v_isVNode===!0:!1}function Ft(e,t){return e.type===t.type&&e.key===t.key}const Ir="__vInternal",Kl=({key:e})=>e??null,nr=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?Se(e)||he(e)||X(e)?{i:Re,r:e,k:t,f:!!n}:e:null);function rt(e,t=null,n=null,r=0,s=null,o=e===Me?0:1,i=!1,l=!1){const a={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Kl(t),ref:t&&nr(t),scopeId:Cl,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:o,patchFlag:r,dynamicProps:s,dynamicChildren:null,appContext:null,ctx:Re};return l?(Ys(a,n),o&128&&e.normalize(a)):n&&(a.shapeFlag|=Se(n)?8:16),kn>0&&!i&&Ze&&(a.patchFlag>0||o&6)&&a.patchFlag!==32&&Ze.push(a),a}const M=Oc;function Oc(e,t=null,n=null,r=0,s=null,o=!1){if((!e||e===Yu)&&(e=ct),gs(e)){const l=Tt(e,t,!0);return n&&Ys(l,n),kn>0&&!o&&Ze&&(l.shapeFlag&6?Ze[Ze.indexOf(e)]=l:Ze.push(l)),l.patchFlag|=-2,l}if(Vc(e)&&(e=e.__vccOpts),t){t=Ic(t);let{class:l,style:a}=t;l&&!Se(l)&&(t.class=Is(l)),fe(a)&&(hl(a)&&!G(a)&&(a=_e({},a)),t.style=Os(a))}const i=Se(e)?1:qu(e)?128:Tc(e)?64:fe(e)?4:X(e)?2:0;return rt(e,t,n,r,s,i,o,!0)}function Ic(e){return e?hl(e)||Ir in e?_e({},e):e:null}function Tt(e,t,n=!1){const{props:r,ref:s,patchFlag:o,children:i}=e,l=t?Vt(r||{},t):r;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:l,key:l&&Kl(l),ref:t&&t.ref?n&&s?G(s)?s.concat(nr(t)):[s,nr(t)]:nr(t):s,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:i,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Me?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Tt(e.ssContent),ssFallback:e.ssFallback&&Tt(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function Mc(e=" ",t=0){return M(Or,null,e,t)}function tt(e){return e==null||typeof e=="boolean"?M(ct):G(e)?M(Me,null,e.slice()):typeof e=="object"?_t(e):M(Or,null,String(e))}function _t(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Tt(e)}function Ys(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(G(t))n=16;else if(typeof t=="object")if(r&65){const s=t.default;s&&(s._c&&(s._d=!1),Ys(e,s()),s._c&&(s._d=!0));return}else{n=32;const s=t._;!s&&!(Ir in t)?t._ctx=Re:s===3&&Re&&(Re.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else X(t)?(t={default:t,_ctx:Re},n=32):(t=String(t),r&64?(n=16,t=[Mc(t)]):n=8);e.children=t,e.shapeFlag|=n}function Vt(...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=Is([t.class,r.class]));else if(s==="style")t.style=Os([t.style,r.style]);else if(yr(s)){const o=t[s],i=r[s];i&&o!==i&&!(G(o)&&o.includes(i))&&(t[s]=o?[].concat(o,i):i)}else s!==""&&(t[s]=r[s])}return t}function et(e,t,n,r=null){ze(e,t,7,[n,r])}const kc=$l();let Dc=0;function Lc(e,t,n){const r=e.type,s=(t?t.appContext:e.appContext)||kc,o={uid:Dc++,vnode:e,type:r,parent:t,appContext:s,root:null,next:null,subTree:null,effect:null,update:null,scope:new Qi(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(s.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Bl(r,s),emitsOptions:xl(r,s),emit:null,emitted:null,propsDefaults:de,inheritAttrs:r.inheritAttrs,ctx:de,data:de,props:de,attrs:de,slots:de,refs:de,setupState:de,setupContext:null,attrsProxy:null,slotsProxy:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return o.ctx={_:o},o.root=t?t.root:o,o.emit=Hu.bind(null,o),e.ce&&e.ce(o),o}let xe=null;const Gs=()=>xe||Re;let fr,ms;{const e=qi(),t=(n,r)=>{let s;return(s=e[n])||(s=e[n]=[]),s.push(r),o=>{s.length>1?s.forEach(i=>i(o)):s[0](o)}};fr=t("__VUE_INSTANCE_SETTERS__",n=>xe=n),ms=t("__VUE_SSR_SETTERS__",n=>Mr=n)}const Bn=e=>{const t=xe;return fr(e),e.scope.on(),()=>{e.scope.off(),fr(t)}},Mo=()=>{xe&&xe.scope.off(),fr(null)};function Yl(e){return e.vnode.shapeFlag&4}let Mr=!1;function Fc(e,t=!1){t&&ms(t);const{props:n,children:r}=e.vnode,s=Yl(e);yc(e,n,s,t),Sc(e,r);const o=s?$c(e,t):void 0;return t&&ms(!1),o}function $c(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=Cr(new Proxy(e.ctx,uc));const{setup:r}=n;if(r){const s=e.setupContext=r.length>1?Bc(e):null,o=Bn(e);jt();const i=Et(r,e,0,[e.props,s]);if(Wt(),o(),Ki(i)){if(i.then(Mo,Mo),t)return i.then(l=>{ko(e,l,t)}).catch(l=>{Pr(l,e,0)});e.asyncDep=i}else ko(e,i,t)}else Gl(e,t)}function ko(e,t,n){X(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:fe(t)&&(e.setupState=pl(t)),Gl(e,n)}let Do;function Gl(e,t,n){const r=e.type;if(!e.render){if(!t&&Do&&!r.render){const s=r.template||zs(e).template;if(s){const{isCustomElement:o,compilerOptions:i}=e.appContext.config,{delimiters:l,compilerOptions:a}=r,c=_e(_e({isCustomElement:o,delimiters:l},i),a);r.render=Do(s,c)}}e.render=r.render||We}{const s=Bn(e);jt();try{cc(e)}finally{Wt(),s()}}}function Nc(e){return e.attrsProxy||(e.attrsProxy=new Proxy(e.attrs,{get(t,n){return Le(e,"get","$attrs"),t[n]}}))}function Bc(e){const t=n=>{e.exposed=n||{}};return{get attrs(){return Nc(e)},slots:e.slots,emit:e.emit,expose:t}}function kr(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(pl(Cr(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in Sn)return Sn[n](e)},has(t,n){return n in t||n in Sn}}))}function Hc(e,t=!0){return X(e)?e.displayName||e.name:e.name||t&&e.__name}function Vc(e){return X(e)&&"__vccOpts"in e}const O=(e,t)=>Ou(e,t,Mr);function zt(e,t,n){const r=arguments.length;return r===2?fe(t)&&!G(t)?gs(t)?M(e,null,[t]):M(e,t):M(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&gs(n)&&(n=[n]),M(e,t,n))}const jc="3.4.21";/**
|
|
* @vue/runtime-dom v3.4.21
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
* @license MIT
|
|
**/const Wc="http://www.w3.org/2000/svg",Uc="http://www.w3.org/1998/Math/MathML",St=typeof document<"u"?document:null,Lo=St&&St.createElement("template"),zc={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(Wc,e):t==="mathml"?St.createElementNS(Uc,e):St.createElement(e,n?{is:n}:void 0);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,o){const i=n?n.previousSibling:t.lastChild;if(s&&(s===o||s.nextSibling))for(;t.insertBefore(s.cloneNode(!0),n),!(s===o||!(s=s.nextSibling)););else{Lo.innerHTML=r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e;const l=Lo.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[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},gt="transition",vn="animation",on=Symbol("_vtc"),hn=(e,{slots:t})=>zt(tc,Zl(e),t);hn.displayName="Transition";const ql={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},Kc=hn.props=_e({},Al,ql),Mt=(e,t=[])=>{G(e)?e.forEach(n=>n(...t)):e&&e(...t)},Fo=e=>e?G(e)?e.some(t=>t.length>1):e.length>1:!1;function Zl(e){const t={};for(const x in e)x in ql||(t[x]=e[x]);if(e.css===!1)return t;const{name:n="v",type:r,duration:s,enterFromClass:o=`${n}-enter-from`,enterActiveClass:i=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:a=o,appearActiveClass:c=i,appearToClass:u=l,leaveFromClass:f=`${n}-leave-from`,leaveActiveClass:d=`${n}-leave-active`,leaveToClass:m=`${n}-leave-to`}=e,v=Yc(s),y=v&&v[0],T=v&&v[1],{onBeforeEnter:E,onEnter:k,onEnterCancelled:N,onLeave:W,onLeaveCancelled:L,onBeforeAppear:C=E,onAppear:H=k,onAppearCancelled:S=N}=t,I=(x,z,te)=>{vt(x,z?u:l),vt(x,z?c:i),te&&te()},B=(x,z)=>{x._isLeaving=!1,vt(x,f),vt(x,m),vt(x,d),z&&z()},Z=x=>(z,te)=>{const be=x?H:k,Q=()=>I(z,x,te);Mt(be,[z,Q]),$o(()=>{vt(z,x?a:o),lt(z,x?u:l),Fo(be)||No(z,r,y,Q)})};return _e(t,{onBeforeEnter(x){Mt(E,[x]),lt(x,o),lt(x,i)},onBeforeAppear(x){Mt(C,[x]),lt(x,a),lt(x,c)},onEnter:Z(!1),onAppear:Z(!0),onLeave(x,z){x._isLeaving=!0;const te=()=>B(x,z);lt(x,f),Ql(),lt(x,d),$o(()=>{x._isLeaving&&(vt(x,f),lt(x,m),Fo(W)||No(x,r,T,te))}),Mt(W,[x,te])},onEnterCancelled(x){I(x,!1),Mt(N,[x])},onAppearCancelled(x){I(x,!0),Mt(S,[x])},onLeaveCancelled(x){B(x),Mt(L,[x])}})}function Yc(e){if(e==null)return null;if(fe(e))return[Zr(e.enter),Zr(e.leave)];{const t=Zr(e);return[t,t]}}function Zr(e){return nu(e)}function lt(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[on]||(e[on]=new Set)).add(t)}function vt(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.remove(r));const n=e[on];n&&(n.delete(t),n.size||(e[on]=void 0))}function $o(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Gc=0;function No(e,t,n,r){const s=e._endId=++Gc,o=()=>{s===e._endId&&r()};if(n)return setTimeout(o,n);const{type:i,timeout:l,propCount:a}=Xl(e,t);if(!i)return r();const c=i+"end";let u=0;const f=()=>{e.removeEventListener(c,d),o()},d=m=>{m.target===e&&++u>=a&&f()};setTimeout(()=>{u<a&&f()},l+1),e.addEventListener(c,d)}function Xl(e,t){const n=window.getComputedStyle(e),r=v=>(n[v]||"").split(", "),s=r(`${gt}Delay`),o=r(`${gt}Duration`),i=Bo(s,o),l=r(`${vn}Delay`),a=r(`${vn}Duration`),c=Bo(l,a);let u=null,f=0,d=0;t===gt?i>0&&(u=gt,f=i,d=o.length):t===vn?c>0&&(u=vn,f=c,d=a.length):(f=Math.max(i,c),u=f>0?i>c?gt:vn:null,d=u?u===gt?o.length:a.length:0);const m=u===gt&&/\b(transform|all)(,|$)/.test(r(`${gt}Property`).toString());return{type:u,timeout:f,propCount:d,hasTransform:m}}function Bo(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,r)=>Ho(n)+Ho(e[r])))}function Ho(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function Ql(){return document.body.offsetHeight}function qc(e,t,n){const r=e[on];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const dr=Symbol("_vod"),Jl=Symbol("_vsh"),Zc={beforeMount(e,{value:t},{transition:n}){e[dr]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):pn(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t!=!n&&(r?t?(r.beforeEnter(e),pn(e,!0),r.enter(e)):r.leave(e,()=>{pn(e,!1)}):pn(e,t))},beforeUnmount(e,{value:t}){pn(e,t)}};function pn(e,t){e.style.display=t?e[dr]:"none",e[Jl]=!t}const Xc=Symbol(""),Qc=/(^|;)\s*display\s*:/;function Jc(e,t,n){const r=e.style,s=Se(n);let o=!1;if(n&&!s){if(t)if(Se(t))for(const i of t.split(";")){const l=i.slice(0,i.indexOf(":")).trim();n[l]==null&&rr(r,l,"")}else for(const i in t)n[i]==null&&rr(r,i,"");for(const i in n)i==="display"&&(o=!0),rr(r,i,n[i])}else if(s){if(t!==n){const i=r[Xc];i&&(n+=";"+i),r.cssText=n,o=Qc.test(n)}}else t&&e.removeAttribute("style");dr in e&&(e[dr]=o?r.display:"",e[Jl]&&(r.display="none"))}const Vo=/\s*!important$/;function rr(e,t,n){if(G(n))n.forEach(r=>rr(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=ef(e,t);Vo.test(n)?e.setProperty(fn(r),n.replace(Vo,""),"important"):e[r]=n}}const jo=["Webkit","Moz","ms"],Xr={};function ef(e,t){const n=Xr[t];if(n)return n;let r=Xe(t);if(r!=="filter"&&r in e)return Xr[t]=r;r=Sr(r);for(let s=0;s<jo.length;s++){const o=jo[s]+r;if(o in e)return Xr[t]=o}return t}const Wo="http://www.w3.org/1999/xlink";function tf(e,t,n,r,s){if(r&&t.startsWith("xlink:"))n==null?e.removeAttributeNS(Wo,t.slice(6,t.length)):e.setAttributeNS(Wo,t,n);else{const o=au(t);n==null||o&&!Zi(n)?e.removeAttribute(t):e.setAttribute(t,o?"":n)}}function nf(e,t,n,r,s,o,i){if(t==="innerHTML"||t==="textContent"){r&&i(r,s,o),e[t]=n??"";return}const l=e.tagName;if(t==="value"&&l!=="PROGRESS"&&!l.includes("-")){const c=l==="OPTION"?e.getAttribute("value")||"":e.value,u=n??"";(c!==u||!("_value"in e))&&(e.value=u),n==null&&e.removeAttribute(t),e._value=n;return}let a=!1;if(n===""||n==null){const c=typeof e[t];c==="boolean"?n=Zi(n):n==null&&c==="string"?(n="",a=!0):c==="number"&&(n=0,a=!0)}try{e[t]=n}catch{}a&&e.removeAttribute(t)}function rf(e,t,n,r){e.addEventListener(t,n,r)}function sf(e,t,n,r){e.removeEventListener(t,n,r)}const Uo=Symbol("_vei");function of(e,t,n,r,s=null){const o=e[Uo]||(e[Uo]={}),i=o[t];if(r&&i)i.value=r;else{const[l,a]=lf(t);if(r){const c=o[t]=cf(r,s);rf(e,l,c,a)}else i&&(sf(e,l,i,a),o[t]=void 0)}}const zo=/(?:Once|Passive|Capture)$/;function lf(e){let t;if(zo.test(e)){t={};let r;for(;r=e.match(zo);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):fn(e.slice(2)),t]}let Qr=0;const af=Promise.resolve(),uf=()=>Qr||(af.then(()=>Qr=0),Qr=Date.now());function cf(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;ze(ff(r,n.value),t,5,[r])};return n.value=e,n.attached=uf(),n}function ff(e,t){if(G(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 Ko=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,df=(e,t,n,r,s,o,i,l,a)=>{const c=s==="svg";t==="class"?qc(e,r,c):t==="style"?Jc(e,n,r):yr(t)?Ts(t)||of(e,t,n,r,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):hf(e,t,r,c))?nf(e,t,r,o,i,l,a):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),tf(e,t,r,c))};function hf(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&Ko(t)&&X(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 Ko(t)&&Se(n)?!1:t in e}const ea=new WeakMap,ta=new WeakMap,hr=Symbol("_moveCb"),Yo=Symbol("_enterCb"),na={name:"TransitionGroup",props:_e({},Kc,{tag:String,moveClass:String}),setup(e,{slots:t}){const n=Gs(),r=Rl();let s,o;return Dl(()=>{if(!s.length)return;const i=e.moveClass||`${e.name||"v"}-move`;if(!bf(s[0].el,n.vnode.el,i))return;s.forEach(vf),s.forEach(pf);const l=s.filter(yf);Ql(),l.forEach(a=>{const c=a.el,u=c.style;lt(c,i),u.transform=u.webkitTransform=u.transitionDuration="";const f=c[hr]=d=>{d&&d.target!==c||(!d||/transform$/.test(d.propertyName))&&(c.removeEventListener("transitionend",f),c[hr]=null,vt(c,i))};c.addEventListener("transitionend",f)})}),()=>{const i=ee(e),l=Zl(i);let a=i.tag||Me;s=o,o=t.default?Ws(t.default()):[];for(let c=0;c<o.length;c++){const u=o[c];u.key!=null&&Mn(u,In(u,l,r,n))}if(s)for(let c=0;c<s.length;c++){const u=s[c];Mn(u,In(u,l,r,n)),ea.set(u,u.el.getBoundingClientRect())}return M(a,null,o)}}},gf=e=>delete e.mode;na.props;const mf=na;function vf(e){const t=e.el;t[hr]&&t[hr](),t[Yo]&&t[Yo]()}function pf(e){ta.set(e,e.el.getBoundingClientRect())}function yf(e){const t=ea.get(e),n=ta.get(e),r=t.left-n.left,s=t.top-n.top;if(r||s){const o=e.el.style;return o.transform=o.webkitTransform=`translate(${r}px,${s}px)`,o.transitionDuration="0s",e}}function bf(e,t,n){const r=e.cloneNode(),s=e[on];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 o=t.nodeType===1?t:t.parentNode;o.appendChild(r);const{hasTransform:i}=Xl(r);return o.removeChild(r),i}const _f=_e({patchProp:df},zc);let Go;function Sf(){return Go||(Go=xc(_f))}const wf=(...e)=>{const t=Sf().createApp(...e),{mount:n}=t;return t.mount=r=>{const s=Cf(r);if(!s)return;const o=t._component;!X(o)&&!o.render&&!o.template&&(o.template=s.innerHTML),s.innerHTML="";const i=n(s,!1,xf(s));return s instanceof Element&&(s.removeAttribute("v-cloak"),s.setAttribute("data-v-app","")),i},t};function xf(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function Cf(e){return Se(e)?document.querySelector(e):e}function xn(e,t){let n;function r(){n=Ms(),n.run(()=>t.length?t(()=>{n==null||n.stop(),r()}):t())}ve(e,s=>{s&&!n?r():s||(n==null||n.stop(),n=void 0)},{immediate:!0}),el(()=>{n==null||n.stop()})}const Ue=typeof window<"u",ra=Ue&&"IntersectionObserver"in window,Ef=Ue&&("ontouchstart"in window||window.navigator.maxTouchPoints>0);function qo(e,t,n){Pf(e,t),t.set(e,n)}function Pf(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}function Tf(e,t,n){var r=sa(e,t,"set");return Rf(e,r,n),n}function Rf(e,t,n){if(t.set)t.set.call(e,n);else{if(!t.writable)throw new TypeError("attempted to set read only private field");t.value=n}}function kt(e,t){var n=sa(e,t,"get");return Af(e,n)}function sa(e,t,n){if(!t.has(e))throw new TypeError("attempted to "+n+" private field on non-instance");return t.get(e)}function Af(e,t){return t.get?t.get.call(e):t.value}function Of(e,t,n){const r=t.length-1;if(r<0)return e===void 0?n:e;for(let s=0;s<r;s++){if(e==null)return n;e=e[t[s]]}return e==null||e[t[r]]===void 0?n:e[t[r]]}function Zo(e,t,n){return e==null||!t||typeof t!="string"?n:e[t]!==void 0?e[t]:(t=t.replace(/\[(\w+)\]/g,".$1"),t=t.replace(/^\./,""),Of(e,t.split("."),n))}function oa(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return Array.from({length:e},(n,r)=>t+r)}function Ee(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"px";if(!(e==null||e===""))return isNaN(+e)?String(e):isFinite(+e)?`${Number(e)}${t}`:void 0}function Xo(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}function Qo(e){if(e&&"$el"in e){const t=e.$el;return(t==null?void 0:t.nodeType)===Node.TEXT_NODE?t.nextElementSibling:t}return e}function Jr(e,t){return t.every(n=>e.hasOwnProperty(n))}function If(e,t){const n={},r=new Set(Object.keys(e));for(const s of t)r.has(s)&&(n[s]=e[s]);return n}function ia(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1;return Math.max(t,Math.min(n,e))}function Jo(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"0";return e+n.repeat(Math.max(0,t-e.length))}function ei(e,t){return(arguments.length>2&&arguments[2]!==void 0?arguments[2]:"0").repeat(Math.max(0,t-e.length))+e}function Mf(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;const n=[];let r=0;for(;r<e.length;)n.push(e.substr(r,t)),r+=t;return n}function He(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;const r={};for(const s in e)r[s]=e[s];for(const s in t){const o=e[s],i=t[s];if(Xo(o)&&Xo(i)){r[s]=He(o,i,n);continue}if(Array.isArray(o)&&Array.isArray(i)&&n){r[s]=n(o,i);continue}r[s]=i}return r}function Ht(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";if(Ht.cache.has(e))return Ht.cache.get(e);const t=e.replace(/[^a-z]/gi,"-").replace(/\B([A-Z])/g,"-$1").toLowerCase();return Ht.cache.set(e,t),t}Ht.cache=new Map;function sr(e,t){if(!t||typeof t!="object")return[];if(Array.isArray(t))return t.map(n=>sr(e,n)).flat(1);if(Array.isArray(t.children))return t.children.map(n=>sr(e,n)).flat(1);if(t.component){if(Object.getOwnPropertySymbols(t.component.provides).includes(e))return[t.component];if(t.component.subTree)return sr(e,t.component.subTree).flat(1)}return[]}var Gn=new WeakMap,Yt=new WeakMap;class kf{constructor(t){qo(this,Gn,{writable:!0,value:[]}),qo(this,Yt,{writable:!0,value:0}),this.size=t}push(t){kt(this,Gn)[kt(this,Yt)]=t,Tf(this,Yt,(kt(this,Yt)+1)%this.size)}values(){return kt(this,Gn).slice(kt(this,Yt)).concat(kt(this,Gn).slice(0,kt(this,Yt)))}}function Df(e){const t=De({}),n=O(e);return $n(()=>{for(const r in n.value)t[r]=n.value[r]},{flush:"sync"}),Er(t)}function Lf(e,t){return e==="start"?t?"right":"left":e==="end"?t?"left":"right":e}const Gt=2.4,ti=.2126729,ni=.7151522,ri=.072175,Ff=.55,$f=.58,Nf=.57,Bf=.62,qn=.03,si=1.45,Hf=5e-4,Vf=1.25,jf=1.25,oi=.078,ii=12.82051282051282,Zn=.06,li=.001;function ai(e,t){const n=(e.r/255)**Gt,r=(e.g/255)**Gt,s=(e.b/255)**Gt,o=(t.r/255)**Gt,i=(t.g/255)**Gt,l=(t.b/255)**Gt;let a=n*ti+r*ni+s*ri,c=o*ti+i*ni+l*ri;if(a<=qn&&(a+=(qn-a)**si),c<=qn&&(c+=(qn-c)**si),Math.abs(c-a)<Hf)return 0;let u;if(c>a){const f=(c**Ff-a**$f)*Vf;u=f<li?0:f<oi?f-f*ii*Zn:f-Zn}else{const f=(c**Bf-a**Nf)*jf;u=f>-li?0:f>-oi?f-f*ii*Zn:f+Zn}return u*100}const gr=.20689655172413793,Wf=e=>e>gr**3?Math.cbrt(e):e/(3*gr**2)+4/29,Uf=e=>e>gr?e**3:3*gr**2*(e-4/29);function la(e){const t=Wf,n=t(e[1]);return[116*n-16,500*(t(e[0]/.95047)-n),200*(n-t(e[2]/1.08883))]}function aa(e){const t=Uf,n=(e[0]+16)/116;return[t(n+e[1]/500)*.95047,t(n),t(n-e[2]/200)*1.08883]}const zf=[[3.2406,-1.5372,-.4986],[-.9689,1.8758,.0415],[.0557,-.204,1.057]],Kf=e=>e<=.0031308?e*12.92:1.055*e**(1/2.4)-.055,Yf=[[.4124,.3576,.1805],[.2126,.7152,.0722],[.0193,.1192,.9505]],Gf=e=>e<=.04045?e/12.92:((e+.055)/1.055)**2.4;function ua(e){const t=Array(3),n=Kf,r=zf;for(let s=0;s<3;++s)t[s]=Math.round(ia(n(r[s][0]*e[0]+r[s][1]*e[1]+r[s][2]*e[2]))*255);return{r:t[0],g:t[1],b:t[2]}}function qs(e){let{r:t,g:n,b:r}=e;const s=[0,0,0],o=Gf,i=Yf;t=o(t/255),n=o(n/255),r=o(r/255);for(let l=0;l<3;++l)s[l]=i[l][0]*t+i[l][1]*n+i[l][2]*r;return s}function vs(e){return!!e&&/^(#|var\(--|(rgb|hsl)a?\()/.test(e)}function qf(e){return vs(e)&&!/^((rgb|hsl)a?\()?var\(--/.test(e)}const ui=/^(?<fn>(?:rgb|hsl)a?)\((?<values>.+)\)/,Zf={rgb:(e,t,n,r)=>({r:e,g:t,b:n,a:r}),rgba:(e,t,n,r)=>({r:e,g:t,b:n,a:r}),hsl:(e,t,n,r)=>ci({h:e,s:t,l:n,a:r}),hsla:(e,t,n,r)=>ci({h:e,s:t,l:n,a:r}),hsv:(e,t,n,r)=>Dn({h:e,s:t,v:n,a:r}),hsva:(e,t,n,r)=>Dn({h:e,s:t,v:n,a:r})};function st(e){if(typeof e=="number")return{r:(e&16711680)>>16,g:(e&65280)>>8,b:e&255};if(typeof e=="string"&&ui.test(e)){const{groups:t}=e.match(ui),{fn:n,values:r}=t,s=r.split(/,\s*/).map(o=>o.endsWith("%")&&["hsl","hsla","hsv","hsva"].includes(n)?parseFloat(o)/100:parseFloat(o));return Zf[n](...s)}else if(typeof e=="string"){let t=e.startsWith("#")?e.slice(1):e;return[3,4].includes(t.length)?t=t.split("").map(n=>n+n).join(""):[6,8].includes(t.length),Qf(t)}else if(typeof e=="object"){if(Jr(e,["r","g","b"]))return e;if(Jr(e,["h","s","l"]))return Dn(ca(e));if(Jr(e,["h","s","v"]))return Dn(e)}throw new TypeError(`Invalid color: ${e==null?e:String(e)||e.constructor.name}
|
|
Expected #hex, #hexa, rgb(), rgba(), hsl(), hsla(), object or number`)}function Dn(e){const{h:t,s:n,v:r,a:s}=e,o=l=>{const a=(l+t/60)%6;return r-r*n*Math.max(Math.min(a,4-a,1),0)},i=[o(5),o(3),o(1)].map(l=>Math.round(l*255));return{r:i[0],g:i[1],b:i[2],a:s}}function ci(e){return Dn(ca(e))}function ca(e){const{h:t,s:n,l:r,a:s}=e,o=r+n*Math.min(r,1-r),i=o===0?0:2-2*r/o;return{h:t,s:i,v:o,a:s}}function Xn(e){const t=Math.round(e).toString(16);return("00".substr(0,2-t.length)+t).toUpperCase()}function Xf(e){let{r:t,g:n,b:r,a:s}=e;return`#${[Xn(t),Xn(n),Xn(r),s!==void 0?Xn(Math.round(s*255)):""].join("")}`}function Qf(e){e=Jf(e);let[t,n,r,s]=Mf(e,2).map(o=>parseInt(o,16));return s=s===void 0?s:s/255,{r:t,g:n,b:r,a:s}}function Jf(e){return e.startsWith("#")&&(e=e.slice(1)),e=e.replace(/([^0-9a-f])/gi,"F"),(e.length===3||e.length===4)&&(e=e.split("").map(t=>t+t).join("")),e.length!==6&&(e=Jo(Jo(e,6),8,"F")),e}function ed(e,t){const n=la(qs(e));return n[0]=n[0]+t*10,ua(aa(n))}function td(e,t){const n=la(qs(e));return n[0]=n[0]-t*10,ua(aa(n))}function nd(e){const t=st(e);return qs(t)[1]}function fa(e){const t=Math.abs(ai(st(0),st(e)));return Math.abs(ai(st(16777215),st(e)))>Math.min(t,50)?"#fff":"#000"}function ce(e,t){return n=>Object.keys(e).reduce((r,s)=>{const i=typeof e[s]=="object"&&e[s]!=null&&!Array.isArray(e[s])?e[s]:{type:e[s]};return n&&s in n?r[s]={...i,default:n[s]}:r[s]=i,t&&!r[s].source&&(r[s].source=t),r},{})}const dt=ce({class:[String,Array],style:{type:[String,Array,Object],default:null}},"component"),ln=Symbol.for("vuetify:defaults");function rd(e){return Ce(e)}function Zs(){const e=Pe(ln);if(!e)throw new Error("[Vuetify] Could not find defaults instance");return e}function Xs(e,t){const n=Zs(),r=Ce(e),s=O(()=>{if(qe(t==null?void 0:t.disabled))return n.value;const i=qe(t==null?void 0:t.scoped),l=qe(t==null?void 0:t.reset),a=qe(t==null?void 0:t.root);if(r.value==null&&!(i||l||a))return n.value;let c=He(r.value,{prev:n.value});if(i)return c;if(l||a){const u=Number(l||1/0);for(let f=0;f<=u&&!(!c||!("prev"in c));f++)c=c.prev;return c&&typeof a=="string"&&a in c&&(c=He(He(c,{prev:c}),c[a])),c}return c.prev?He(c.prev,c):c});return ut(ln,s),s}function sd(e,t){var n,r;return typeof((n=e.props)==null?void 0:n[t])<"u"||typeof((r=e.props)==null?void 0:r[Ht(t)])<"u"}function od(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Zs();const r=Ke("useDefaults");if(t=t??r.type.name??r.type.__name,!t)throw new Error("[Vuetify] Could not determine component name");const s=O(()=>{var a;return(a=n.value)==null?void 0:a[e._as??t]}),o=new Proxy(e,{get(a,c){var f,d,m,v;const u=Reflect.get(a,c);return c==="class"||c==="style"?[(f=s.value)==null?void 0:f[c],u].filter(y=>y!=null):typeof c=="string"&&!sd(r.vnode,c)?((d=s.value)==null?void 0:d[c])??((v=(m=n.value)==null?void 0:m.global)==null?void 0:v[c])??u:u}}),i=ae();$n(()=>{if(s.value){const a=Object.entries(s.value).filter(c=>{let[u]=c;return u.startsWith(u[0].toUpperCase())});i.value=a.length?Object.fromEntries(a):void 0}else i.value=void 0});function l(){const a=id(ln,r);ut(ln,O(()=>i.value?He((a==null?void 0:a.value)??{},i.value):a==null?void 0:a.value))}return{props:o,provideSubDefaults:l}}function Hn(e){if(e._setup=e._setup??e.setup,!e.name)return e;if(e._setup){e.props=ce(e.props??{},e.name)();const t=Object.keys(e.props).filter(n=>n!=="class"&&n!=="style");e.filterProps=function(r){return If(r,t)},e.props._as=String,e.setup=function(r,s){const o=Zs();if(!o.value)return e._setup(r,s);const{props:i,provideSubDefaults:l}=od(r,r._as??e.name,o),a=e._setup(i,s);return l(),a}}return e}function Fe(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0;return t=>(e?Hn:Nn)(t)}function Ke(e,t){const n=Gs();if(!n)throw new Error(`[Vuetify] ${e} ${t||"must be called from inside a setup function"}`);return n}function Dr(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"composables";const t=Ke(e).type;return Ht((t==null?void 0:t.aliasName)||(t==null?void 0:t.name))}let da=0,or=new WeakMap;function Qs(){const e=Ke("getUid");if(or.has(e))return or.get(e);{const t=da++;return or.set(e,t),t}}Qs.reset=()=>{da=0,or=new WeakMap};function id(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Ke("injectSelf");const{provides:n}=t;if(n&&e in n)return n[e]}function ot(e){const t=Ke("useRender");t.render=e}function Js(e,t,n){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:f=>f,s=arguments.length>4&&arguments[4]!==void 0?arguments[4]:f=>f;const o=Ke("useProxiedModel"),i=Ce(e[t]!==void 0?e[t]:n),l=Ht(t),c=O(l!==t?()=>{var f,d,m,v;return e[t],!!(((f=o.vnode.props)!=null&&f.hasOwnProperty(t)||(d=o.vnode.props)!=null&&d.hasOwnProperty(l))&&((m=o.vnode.props)!=null&&m.hasOwnProperty(`onUpdate:${t}`)||(v=o.vnode.props)!=null&&v.hasOwnProperty(`onUpdate:${l}`)))}:()=>{var f,d;return e[t],!!((f=o.vnode.props)!=null&&f.hasOwnProperty(t)&&((d=o.vnode.props)!=null&&d.hasOwnProperty(`onUpdate:${t}`)))});xn(()=>!c.value,()=>{ve(()=>e[t],f=>{i.value=f})});const u=O({get(){const f=e[t];return r(c.value?f:i.value)},set(f){const d=s(f),m=ee(c.value?e[t]:i.value);m===d||r(m)===f||(i.value=d,o==null||o.emit(`update:${t}`,d))}});return Object.defineProperty(u,"externalValue",{get:()=>c.value?e[t]:i.value}),u}const ld={badge:"Badge",open:"Open",close:"Close",confirmEdit:{ok:"OK",cancel:"Cancel"},dataIterator:{noResultsText:"No matching records found",loadingText:"Loading items..."},dataTable:{itemsPerPageText:"Rows per page:",ariaLabel:{sortDescending:"Sorted descending.",sortAscending:"Sorted ascending.",sortNone:"Not sorted.",activateNone:"Activate to remove sorting.",activateDescending:"Activate to sort descending.",activateAscending:"Activate to sort ascending."},sortBy:"Sort by"},dataFooter:{itemsPerPageText:"Items per page:",itemsPerPageAll:"All",nextPage:"Next page",prevPage:"Previous page",firstPage:"First page",lastPage:"Last page",pageText:"{0}-{1} of {2}"},dateRangeInput:{divider:"to"},datePicker:{itemsSelected:"{0} selected",range:{title:"Select dates",header:"Enter dates"},title:"Select date",header:"Enter date",input:{placeholder:"Enter date"}},noDataText:"No data available",carousel:{prev:"Previous visual",next:"Next visual",ariaLabel:{delimiter:"Carousel slide {0} of {1}"}},calendar:{moreEvents:"{0} more",today:"Today"},input:{clear:"Clear {0}",prependAction:"{0} prepended action",appendAction:"{0} appended action",otp:"Please enter OTP character {0}"},fileInput:{counter:"{0} files",counterSize:"{0} files ({1} in total)"},timePicker:{am:"AM",pm:"PM"},pagination:{ariaLabel:{root:"Pagination Navigation",next:"Next page",previous:"Previous page",page:"Go to page {0}",currentPage:"Page {0}, Current page",first:"First page",last:"Last page"}},stepper:{next:"Next",prev:"Previous"},rating:{ariaLabel:{item:"Rating {0} of {1}"}},loading:"Loading...",infiniteScroll:{loadMore:"Load more",empty:"No more"}},fi="$vuetify.",di=(e,t)=>e.replace(/\{(\d+)\}/g,(n,r)=>String(t[+r])),ha=(e,t,n)=>function(r){for(var s=arguments.length,o=new Array(s>1?s-1:0),i=1;i<s;i++)o[i-1]=arguments[i];if(!r.startsWith(fi))return di(r,o);const l=r.replace(fi,""),a=e.value&&n.value[e.value],c=t.value&&n.value[t.value];let u=Zo(a,l,null);return u||(`${r}${e.value}`,u=Zo(c,l,null)),u||(u=r),typeof u!="string"&&(u=r),di(u,o)};function ga(e,t){return(n,r)=>new Intl.NumberFormat([e.value,t.value],r).format(n)}function es(e,t,n){const r=Js(e,t,e[t]??n.value);return r.value=e[t]??n.value,ve(n,s=>{e[t]==null&&(r.value=n.value)}),r}function ma(e){return t=>{const n=es(t,"locale",e.current),r=es(t,"fallback",e.fallback),s=es(t,"messages",e.messages);return{name:"vuetify",current:n,fallback:r,messages:s,t:ha(n,r,s),n:ga(n,r),provide:ma({current:n,fallback:r,messages:s})}}}function ad(e){const t=ae((e==null?void 0:e.locale)??"en"),n=ae((e==null?void 0:e.fallback)??"en"),r=Ce({en:ld,...e==null?void 0:e.messages});return{name:"vuetify",current:t,fallback:n,messages:r,t:ha(t,n,r),n:ga(t,n),provide:ma({current:t,fallback:n,messages:r})}}const ps=Symbol.for("vuetify:locale");function ud(e){return e.name!=null}function cd(e){const t=e!=null&&e.adapter&&ud(e==null?void 0:e.adapter)?e==null?void 0:e.adapter:ad(e),n=dd(t,e);return{...t,...n}}function fd(){return{af:!1,ar:!0,bg:!1,ca:!1,ckb:!1,cs:!1,de:!1,el:!1,en:!1,es:!1,et:!1,fa:!0,fi:!1,fr:!1,hr:!1,hu:!1,he:!0,id:!1,it:!1,ja:!1,km:!1,ko:!1,lv:!1,lt:!1,nl:!1,no:!1,pl:!1,pt:!1,ro:!1,ru:!1,sk:!1,sl:!1,srCyrl:!1,srLatn:!1,sv:!1,th:!1,tr:!1,az:!1,uk:!1,vi:!1,zhHans:!1,zhHant:!1}}function dd(e,t){const n=Ce((t==null?void 0:t.rtl)??fd()),r=O(()=>n.value[e.current.value]??!1);return{isRtl:r,rtl:n,rtlClasses:O(()=>`v-locale--is-${r.value?"rtl":"ltr"}`)}}function Lr(){const e=Pe(ps);if(!e)throw new Error("[Vuetify] Could not find injected rtl instance");return{isRtl:e.isRtl,rtlClasses:e.rtlClasses}}const ys={"001":1,AD:1,AE:6,AF:6,AG:0,AI:1,AL:1,AM:1,AN:1,AR:1,AS:0,AT:1,AU:1,AX:1,AZ:1,BA:1,BD:0,BE:1,BG:1,BH:6,BM:1,BN:1,BR:0,BS:0,BT:0,BW:0,BY:1,BZ:0,CA:0,CH:1,CL:1,CM:1,CN:1,CO:0,CR:1,CY:1,CZ:1,DE:1,DJ:6,DK:1,DM:0,DO:0,DZ:6,EC:1,EE:1,EG:6,ES:1,ET:0,FI:1,FJ:1,FO:1,FR:1,GB:1,"GB-alt-variant":0,GE:1,GF:1,GP:1,GR:1,GT:0,GU:0,HK:0,HN:0,HR:1,HU:1,ID:0,IE:1,IL:0,IN:0,IQ:6,IR:6,IS:1,IT:1,JM:0,JO:6,JP:0,KE:0,KG:1,KH:0,KR:0,KW:6,KZ:1,LA:0,LB:1,LI:1,LK:1,LT:1,LU:1,LV:1,LY:6,MC:1,MD:1,ME:1,MH:0,MK:1,MM:0,MN:1,MO:0,MQ:1,MT:0,MV:5,MX:0,MY:1,MZ:0,NI:0,NL:1,NO:1,NP:0,NZ:1,OM:6,PA:0,PE:0,PH:0,PK:0,PL:1,PR:0,PT:0,PY:0,QA:6,RE:1,RO:1,RS:1,RU:1,SA:0,SD:6,SE:1,SG:0,SI:1,SK:1,SM:1,SV:0,SY:6,TH:0,TJ:1,TM:1,TR:1,TT:0,TW:0,UA:1,UM:0,US:0,UY:1,UZ:1,VA:1,VE:0,VI:0,VN:1,WS:0,XK:1,YE:0,ZA:0,ZW:0};function hd(e,t){const n=[];let r=[];const s=va(e),o=pa(e),i=(s.getDay()-ys[t.slice(-2).toUpperCase()]+7)%7,l=(o.getDay()-ys[t.slice(-2).toUpperCase()]+7)%7;for(let a=0;a<i;a++){const c=new Date(s);c.setDate(c.getDate()-(i-a)),r.push(c)}for(let a=1;a<=o.getDate();a++){const c=new Date(e.getFullYear(),e.getMonth(),a);r.push(c),r.length===7&&(n.push(r),r=[])}for(let a=1;a<7-l;a++){const c=new Date(o);c.setDate(c.getDate()+a),r.push(c)}return r.length>0&&n.push(r),n}function gd(e){const t=new Date(e);for(;t.getDay()!==0;)t.setDate(t.getDate()-1);return t}function md(e){const t=new Date(e);for(;t.getDay()!==6;)t.setDate(t.getDate()+1);return t}function va(e){return new Date(e.getFullYear(),e.getMonth(),1)}function pa(e){return new Date(e.getFullYear(),e.getMonth()+1,0)}function vd(e){const t=e.split("-").map(Number);return new Date(t[0],t[1]-1,t[2])}const pd=/^([12]\d{3}-([1-9]|0[1-9]|1[0-2])-([1-9]|0[1-9]|[12]\d|3[01]))$/;function ya(e){if(e==null)return new Date;if(e instanceof Date)return e;if(typeof e=="string"){let t;if(pd.test(e))return vd(e);if(t=Date.parse(e),!isNaN(t))return new Date(t)}return null}const hi=new Date(2e3,0,2);function yd(e){const t=ys[e.slice(-2).toUpperCase()];return oa(7).map(n=>{const r=new Date(hi);return r.setDate(hi.getDate()+t+n),new Intl.DateTimeFormat(e,{weekday:"narrow"}).format(r)})}function bd(e,t,n,r){const s=ya(e)??new Date,o=r==null?void 0:r[t];if(typeof o=="function")return o(s,t,n);let i={};switch(t){case"fullDateWithWeekday":i={weekday:"long",day:"numeric",month:"long",year:"numeric"};break;case"hours12h":i={hour:"numeric",hour12:!0};break;case"normalDateWithWeekday":i={weekday:"short",day:"numeric",month:"short"};break;case"keyboardDate":i={day:"2-digit",month:"2-digit",year:"numeric"};break;case"monthAndDate":i={month:"long",day:"numeric"};break;case"monthAndYear":i={month:"long",year:"numeric"};break;case"month":i={month:"long"};break;case"monthShort":i={month:"short"};break;case"dayOfMonth":return new Intl.NumberFormat(n).format(s.getDate());case"shortDate":i={year:"2-digit",month:"numeric",day:"numeric"};break;case"weekdayShort":i={weekday:"short"};break;case"year":i={year:"numeric"};break;default:i=o??{timeZone:"UTC",timeZoneName:"short"}}return new Intl.DateTimeFormat(n,i).format(s)}function _d(e,t){const n=e.toJsDate(t),r=n.getFullYear(),s=ei(String(n.getMonth()+1),2,"0"),o=ei(String(n.getDate()),2,"0");return`${r}-${s}-${o}`}function Sd(e){const[t,n,r]=e.split("-").map(Number);return new Date(t,n-1,r)}function wd(e,t){const n=new Date(e);return n.setMinutes(n.getMinutes()+t),n}function xd(e,t){const n=new Date(e);return n.setHours(n.getHours()+t),n}function Cd(e,t){const n=new Date(e);return n.setDate(n.getDate()+t),n}function Ed(e,t){const n=new Date(e);return n.setDate(n.getDate()+t*7),n}function Pd(e,t){const n=new Date(e);return n.setMonth(n.getMonth()+t),n}function Td(e){return e.getFullYear()}function Rd(e){return e.getMonth()}function Ad(e){return new Date(e.getFullYear(),e.getMonth()+1,1)}function Od(e){return e.getHours()}function Id(e){return e.getMinutes()}function Md(e){return new Date(e.getFullYear(),0,1)}function kd(e){return new Date(e.getFullYear(),11,31)}function Dd(e,t){return bs(e,t[0])&&Fd(e,t[1])}function Ld(e){const t=new Date(e);return t instanceof Date&&!isNaN(t.getTime())}function bs(e,t){return e.getTime()>t.getTime()}function Fd(e,t){return e.getTime()<t.getTime()}function gi(e,t){return e.getTime()===t.getTime()}function $d(e,t){return e.getDate()===t.getDate()&&e.getMonth()===t.getMonth()&&e.getFullYear()===t.getFullYear()}function Nd(e,t){return e.getMonth()===t.getMonth()&&e.getFullYear()===t.getFullYear()}function Bd(e,t,n){const r=new Date(e),s=new Date(t);return n==="month"?r.getMonth()-s.getMonth()+(r.getFullYear()-s.getFullYear())*12:Math.floor((r.getTime()-s.getTime())/(1e3*60*60*24))}function Hd(e,t){const n=new Date(e);return n.setHours(t),n}function Vd(e,t){const n=new Date(e);return n.setMinutes(t),n}function jd(e,t){const n=new Date(e);return n.setMonth(t),n}function Wd(e,t){const n=new Date(e);return n.setFullYear(t),n}function Ud(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate())}function zd(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate(),23,59,59,999)}class Kd{constructor(t){this.locale=t.locale,this.formats=t.formats}date(t){return ya(t)}toJsDate(t){return t}toISO(t){return _d(this,t)}parseISO(t){return Sd(t)}addMinutes(t,n){return wd(t,n)}addHours(t,n){return xd(t,n)}addDays(t,n){return Cd(t,n)}addWeeks(t,n){return Ed(t,n)}addMonths(t,n){return Pd(t,n)}getWeekArray(t){return hd(t,this.locale)}startOfWeek(t){return gd(t)}endOfWeek(t){return md(t)}startOfMonth(t){return va(t)}endOfMonth(t){return pa(t)}format(t,n){return bd(t,n,this.locale,this.formats)}isEqual(t,n){return gi(t,n)}isValid(t){return Ld(t)}isWithinRange(t,n){return Dd(t,n)}isAfter(t,n){return bs(t,n)}isBefore(t,n){return!bs(t,n)&&!gi(t,n)}isSameDay(t,n){return $d(t,n)}isSameMonth(t,n){return Nd(t,n)}setMinutes(t,n){return Vd(t,n)}setHours(t,n){return Hd(t,n)}setMonth(t,n){return jd(t,n)}setYear(t,n){return Wd(t,n)}getDiff(t,n,r){return Bd(t,n,r)}getWeekdays(){return yd(this.locale)}getYear(t){return Td(t)}getMonth(t){return Rd(t)}getNextMonth(t){return Ad(t)}getHours(t){return Od(t)}getMinutes(t){return Id(t)}startOfDay(t){return Ud(t)}endOfDay(t){return zd(t)}startOfYear(t){return Md(t)}endOfYear(t){return kd(t)}}const Yd=Symbol.for("vuetify:date-options"),mi=Symbol.for("vuetify:date-adapter");function Gd(e,t){const n=He({adapter:Kd,locale:{af:"af-ZA",bg:"bg-BG",ca:"ca-ES",ckb:"",cs:"cs-CZ",de:"de-DE",el:"el-GR",en:"en-US",et:"et-EE",fa:"fa-IR",fi:"fi-FI",hr:"hr-HR",hu:"hu-HU",he:"he-IL",id:"id-ID",it:"it-IT",ja:"ja-JP",ko:"ko-KR",lv:"lv-LV",lt:"lt-LT",nl:"nl-NL",no:"no-NO",pl:"pl-PL",pt:"pt-PT",ro:"ro-RO",ru:"ru-RU",sk:"sk-SK",sl:"sl-SI",srCyrl:"sr-SP",srLatn:"sr-SP",sv:"sv-SE",th:"th-TH",tr:"tr-TR",az:"az-AZ",uk:"uk-UA",vi:"vi-VN",zhHans:"zh-CN",zhHant:"zh-TW"}},e);return{options:n,instance:qd(n,t)}}function qd(e,t){const n=De(typeof e.adapter=="function"?new e.adapter({locale:e.locale[t.current.value]??t.current.value,formats:e.formats}):e.adapter);return ve(t.current,r=>{n.locale=e.locale[r]??r??n.locale}),n}const _s=Symbol.for("vuetify:display"),vi={mobileBreakpoint:"lg",thresholds:{xs:0,sm:600,md:960,lg:1280,xl:1920,xxl:2560}},Zd=function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:vi;return He(vi,e)};function pi(e){return Ue&&!e?window.innerWidth:typeof e=="object"&&e.clientWidth||0}function yi(e){return Ue&&!e?window.innerHeight:typeof e=="object"&&e.clientHeight||0}function bi(e){const t=Ue&&!e?window.navigator.userAgent:"ssr";function n(v){return!!t.match(v)}const r=n(/android/i),s=n(/iphone|ipad|ipod/i),o=n(/cordova/i),i=n(/electron/i),l=n(/chrome/i),a=n(/edge/i),c=n(/firefox/i),u=n(/opera/i),f=n(/win/i),d=n(/mac/i),m=n(/linux/i);return{android:r,ios:s,cordova:o,electron:i,chrome:l,edge:a,firefox:c,opera:u,win:f,mac:d,linux:m,touch:Ef,ssr:t==="ssr"}}function Xd(e,t){const{thresholds:n,mobileBreakpoint:r}=Zd(e),s=ae(yi(t)),o=ae(bi(t)),i=De({}),l=ae(pi(t));function a(){s.value=yi(),l.value=pi()}function c(){a(),o.value=bi()}return $n(()=>{const u=l.value<n.sm,f=l.value<n.md&&!u,d=l.value<n.lg&&!(f||u),m=l.value<n.xl&&!(d||f||u),v=l.value<n.xxl&&!(m||d||f||u),y=l.value>=n.xxl,T=u?"xs":f?"sm":d?"md":m?"lg":v?"xl":"xxl",E=typeof r=="number"?r:n[r],k=l.value<E;i.xs=u,i.sm=f,i.md=d,i.lg=m,i.xl=v,i.xxl=y,i.smAndUp=!u,i.mdAndUp=!(u||f),i.lgAndUp=!(u||f||d),i.xlAndUp=!(u||f||d||m),i.smAndDown=!(d||m||v||y),i.mdAndDown=!(m||v||y),i.lgAndDown=!(v||y),i.xlAndDown=!y,i.name=T,i.height=s.value,i.width=l.value,i.mobile=k,i.mobileBreakpoint=r,i.platform=o.value,i.thresholds=n}),Ue&&window.addEventListener("resize",a,{passive:!0}),{...Er(i),update:c,ssr:!!t}}const Qd=ce({mobileBreakpoint:[Number,String]},"display");function Jd(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Dr();const n=Pe(_s);if(!n)throw new Error("Could not find Vuetify display injection");const r=O(()=>{if(!e.mobileBreakpoint)return n.mobile.value;const o=typeof e.mobileBreakpoint=="number"?e.mobileBreakpoint:n.thresholds.value[e.mobileBreakpoint];return n.width.value<o}),s=O(()=>t?{[`${t}--mobile`]:r.value}:{});return{...n,displayClasses:s,mobile:r}}const eh=Symbol.for("vuetify:goto");function th(){return{container:void 0,duration:300,layout:!1,offset:0,easing:"easeInOutCubic",patterns:{linear:e=>e,easeInQuad:e=>e**2,easeOutQuad:e=>e*(2-e),easeInOutQuad:e=>e<.5?2*e**2:-1+(4-2*e)*e,easeInCubic:e=>e**3,easeOutCubic:e=>--e**3+1,easeInOutCubic:e=>e<.5?4*e**3:(e-1)*(2*e-2)*(2*e-2)+1,easeInQuart:e=>e**4,easeOutQuart:e=>1- --e**4,easeInOutQuart:e=>e<.5?8*e**4:1-8*--e**4,easeInQuint:e=>e**5,easeOutQuint:e=>1+--e**5,easeInOutQuint:e=>e<.5?16*e**5:1+16*--e**5}}}function nh(e,t){return{rtl:t.isRtl,options:He(th(),e)}}const rh={collapse:"mdi-chevron-up",complete:"mdi-check",cancel:"mdi-close-circle",close:"mdi-close",delete:"mdi-close-circle",clear:"mdi-close-circle",success:"mdi-check-circle",info:"mdi-information",warning:"mdi-alert-circle",error:"mdi-close-circle",prev:"mdi-chevron-left",next:"mdi-chevron-right",checkboxOn:"mdi-checkbox-marked",checkboxOff:"mdi-checkbox-blank-outline",checkboxIndeterminate:"mdi-minus-box",delimiter:"mdi-circle",sortAsc:"mdi-arrow-up",sortDesc:"mdi-arrow-down",expand:"mdi-chevron-down",menu:"mdi-menu",subgroup:"mdi-menu-down",dropdown:"mdi-menu-down",radioOn:"mdi-radiobox-marked",radioOff:"mdi-radiobox-blank",edit:"mdi-pencil",ratingEmpty:"mdi-star-outline",ratingFull:"mdi-star",ratingHalf:"mdi-star-half-full",loading:"mdi-cached",first:"mdi-page-first",last:"mdi-page-last",unfold:"mdi-unfold-more-horizontal",file:"mdi-paperclip",plus:"mdi-plus",minus:"mdi-minus",calendar:"mdi-calendar",eyeDropper:"mdi-eyedropper"},sh={component:e=>zt(ba,{...e,class:"mdi"})},oh=[String,Function,Object,Array],_i=Symbol.for("vuetify:icons"),Fr=ce({icon:{type:oh},tag:{type:String,required:!0}},"icon");Fe()({name:"VComponentIcon",props:Fr(),setup(e,t){let{slots:n}=t;return()=>{const r=e.icon;return M(e.tag,null,{default:()=>{var s;return[e.icon?M(r,null,null):(s=n.default)==null?void 0:s.call(n)]}})}}});const ih=Hn({name:"VSvgIcon",inheritAttrs:!1,props:Fr(),setup(e,t){let{attrs:n}=t;return()=>M(e.tag,Vt(n,{style:null}),{default:()=>[M("svg",{class:"v-icon__svg",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",role:"img","aria-hidden":"true"},[Array.isArray(e.icon)?e.icon.map(r=>Array.isArray(r)?M("path",{d:r[0],"fill-opacity":r[1]},null):M("path",{d:r},null)):M("path",{d:e.icon},null)])]})}});Hn({name:"VLigatureIcon",props:Fr(),setup(e){return()=>M(e.tag,null,{default:()=>[e.icon]})}});const ba=Hn({name:"VClassIcon",props:Fr(),setup(e){return()=>M(e.tag,{class:e.icon},null)}});function lh(){return{svg:{component:ih},class:{component:ba}}}function ah(e){const t=lh(),n=(e==null?void 0:e.defaultSet)??"mdi";return n==="mdi"&&!t.mdi&&(t.mdi=sh),He({defaultSet:n,sets:t,aliases:{...rh,vuetify:["M8.2241 14.2009L12 21L22 3H14.4459L8.2241 14.2009Z",["M7.26303 12.4733L7.00113 12L2 3H12.5261C12.5261 3 12.5261 3 12.5261 3L7.26303 12.4733Z",.6]],"vuetify-outline":"svg:M7.26 12.47 12.53 3H2L7.26 12.47ZM14.45 3 8.22 14.2 12 21 22 3H14.45ZM18.6 5 12 16.88 10.51 14.2 15.62 5ZM7.26 8.35 5.4 5H9.13L7.26 8.35Z"}},e)}const mr=Symbol.for("vuetify:theme"),$r=ce({theme:String},"theme");function Si(){return{defaultTheme:"light",variations:{colors:[],lighten:0,darken:0},themes:{light:{dark:!1,colors:{background:"#FFFFFF",surface:"#FFFFFF","surface-bright":"#FFFFFF","surface-light":"#EEEEEE","surface-variant":"#424242","on-surface-variant":"#EEEEEE",primary:"#1867C0","primary-darken-1":"#1F5592",secondary:"#48A9A6","secondary-darken-1":"#018786",error:"#B00020",info:"#2196F3",success:"#4CAF50",warning:"#FB8C00"},variables:{"border-color":"#000000","border-opacity":.12,"high-emphasis-opacity":.87,"medium-emphasis-opacity":.6,"disabled-opacity":.38,"idle-opacity":.04,"hover-opacity":.04,"focus-opacity":.12,"selected-opacity":.08,"activated-opacity":.12,"pressed-opacity":.12,"dragged-opacity":.08,"theme-kbd":"#212529","theme-on-kbd":"#FFFFFF","theme-code":"#F5F5F5","theme-on-code":"#000000"}},dark:{dark:!0,colors:{background:"#121212",surface:"#212121","surface-bright":"#ccbfd6","surface-light":"#424242","surface-variant":"#a3a3a3","on-surface-variant":"#424242",primary:"#2196F3","primary-darken-1":"#277CC1",secondary:"#54B6B2","secondary-darken-1":"#48A9A6",error:"#CF6679",info:"#2196F3",success:"#4CAF50",warning:"#FB8C00"},variables:{"border-color":"#FFFFFF","border-opacity":.12,"high-emphasis-opacity":1,"medium-emphasis-opacity":.7,"disabled-opacity":.5,"idle-opacity":.1,"hover-opacity":.04,"focus-opacity":.12,"selected-opacity":.08,"activated-opacity":.12,"pressed-opacity":.16,"dragged-opacity":.08,"theme-kbd":"#212529","theme-on-kbd":"#FFFFFF","theme-code":"#343434","theme-on-code":"#CCCCCC"}}}}}function uh(){var r,s;let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Si();const t=Si();if(!e)return{...t,isDisabled:!0};const n={};for(const[o,i]of Object.entries(e.themes??{})){const l=i.dark||o==="dark"?(r=t.themes)==null?void 0:r.dark:(s=t.themes)==null?void 0:s.light;n[o]=He(l,i)}return He(t,{...e,themes:n})}function ch(e){const t=uh(e),n=Ce(t.defaultTheme),r=Ce(t.themes),s=O(()=>{const u={};for(const[f,d]of Object.entries(r.value)){const m=u[f]={...d,colors:{...d.colors}};if(t.variations)for(const v of t.variations.colors){const y=m.colors[v];if(y)for(const T of["lighten","darken"]){const E=T==="lighten"?ed:td;for(const k of oa(t.variations[T],1))m.colors[`${v}-${T}-${k}`]=Xf(E(st(y),k))}}for(const v of Object.keys(m.colors)){if(/^on-[a-z]/.test(v)||m.colors[`on-${v}`])continue;const y=`on-${v}`,T=st(m.colors[v]);m.colors[y]=fa(T)}}return u}),o=O(()=>s.value[n.value]),i=O(()=>{const u=[];o.value.dark&&Dt(u,":root",["color-scheme: dark"]),Dt(u,":root",wi(o.value));for(const[v,y]of Object.entries(s.value))Dt(u,`.v-theme--${v}`,[`color-scheme: ${y.dark?"dark":"normal"}`,...wi(y)]);const f=[],d=[],m=new Set(Object.values(s.value).flatMap(v=>Object.keys(v.colors)));for(const v of m)/^on-[a-z]/.test(v)?Dt(d,`.${v}`,[`color: rgb(var(--v-theme-${v})) !important`]):(Dt(f,`.bg-${v}`,[`--v-theme-overlay-multiplier: var(--v-theme-${v}-overlay-multiplier)`,`background-color: rgb(var(--v-theme-${v})) !important`,`color: rgb(var(--v-theme-on-${v})) !important`]),Dt(d,`.text-${v}`,[`color: rgb(var(--v-theme-${v})) !important`]),Dt(d,`.border-${v}`,[`--v-border-color: var(--v-theme-${v})`]));return u.push(...f,...d),u.map((v,y)=>y===0?v:` ${v}`).join("")});function l(){return{style:[{children:i.value,id:"vuetify-theme-stylesheet",nonce:t.cspNonce||!1}]}}function a(u){if(t.isDisabled)return;const f=u._context.provides.usehead;if(f)if(f.push){const m=f.push(l);Ue&&ve(i,()=>{m.patch(l)})}else Ue?(f.addHeadObjs(O(l)),$n(()=>f.updateDOM())):f.addHeadObjs(l());else{let v=function(){if(typeof document<"u"&&!m){const y=document.createElement("style");y.type="text/css",y.id="vuetify-theme-stylesheet",t.cspNonce&&y.setAttribute("nonce",t.cspNonce),m=y,document.head.appendChild(m)}m&&(m.innerHTML=i.value)};var d=v;let m=Ue?document.getElementById("vuetify-theme-stylesheet"):null;Ue?ve(i,v,{immediate:!0}):v()}}const c=O(()=>t.isDisabled?void 0:`v-theme--${n.value}`);return{install:a,isDisabled:t.isDisabled,name:n,themes:r,current:o,computedThemes:s,themeClasses:c,styles:i,global:{name:n,current:o}}}function Nr(e){Ke("provideTheme");const t=Pe(mr,null);if(!t)throw new Error("Could not find Vuetify theme injection");const n=O(()=>e.theme??t.name.value),r=O(()=>t.themes.value[n.value]),s=O(()=>t.isDisabled?void 0:`v-theme--${n.value}`),o={...t,name:n,current:r,themeClasses:s};return ut(mr,o),o}function Dt(e,t,n){e.push(`${t} {
|
|
`,...n.map(r=>` ${r};
|
|
`),`}
|
|
`)}function wi(e){const t=e.dark?2:1,n=e.dark?1:2,r=[];for(const[s,o]of Object.entries(e.colors)){const i=st(o);r.push(`--v-theme-${s}: ${i.r},${i.g},${i.b}`),s.startsWith("on-")||r.push(`--v-theme-${s}-overlay-multiplier: ${nd(o)>.18?t:n}`)}for(const[s,o]of Object.entries(e.variables)){const i=typeof o=="string"&&o.startsWith("#")?st(o):void 0,l=i?`${i.r}, ${i.g}, ${i.b}`:void 0;r.push(`--v-${s}: ${l??o}`)}return r}function fh(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"content";const n=Ce(),r=Ce();if(Ue){const s=new ResizeObserver(o=>{e==null||e(o,s),o.length&&(t==="content"?r.value=o[0].contentRect:r.value=o[0].target.getBoundingClientRect())});Rt(()=>{s.disconnect()}),ve(n,(o,i)=>{i&&(s.unobserve(Qo(i)),r.value=void 0),o&&s.observe(Qo(o))},{flush:"post"})}return{resizeRef:n,contentRect:xr(r)}}const vr=Symbol.for("vuetify:layout"),_a=Symbol.for("vuetify:layout-item"),xi=1e3,dh=ce({overlaps:{type:Array,default:()=>[]},fullHeight:Boolean},"layout"),Sa=ce({name:{type:String},order:{type:[Number,String],default:0},absolute:Boolean},"layout-item");function hh(){const e=Pe(vr);if(!e)throw new Error("[Vuetify] Could not find injected layout");return{getLayoutItem:e.getLayoutItem,mainRect:e.mainRect,mainStyles:e.mainStyles}}function wa(e){const t=Pe(vr);if(!t)throw new Error("[Vuetify] Could not find injected layout");const n=e.id??`layout-item-${Qs()}`,r=Ke("useLayoutItem");ut(_a,{id:n});const s=ae(!1);Ml(()=>s.value=!0),Il(()=>s.value=!1);const{layoutItemStyles:o,layoutItemScrimStyles:i}=t.register(r,{...e,active:O(()=>s.value?!1:e.active.value),id:n});return Rt(()=>t.unregister(n)),{layoutItemStyles:o,layoutRect:t.layoutRect,layoutItemScrimStyles:i}}const gh=(e,t,n,r)=>{let s={top:0,left:0,right:0,bottom:0};const o=[{id:"",layer:{...s}}];for(const i of e){const l=t.get(i),a=n.get(i),c=r.get(i);if(!l||!a||!c)continue;const u={...s,[l.value]:parseInt(s[l.value],10)+(c.value?parseInt(a.value,10):0)};o.push({id:i,layer:u}),s=u}return o};function mh(e){const t=Pe(vr,null),n=O(()=>t?t.rootZIndex.value-100:xi),r=Ce([]),s=De(new Map),o=De(new Map),i=De(new Map),l=De(new Map),a=De(new Map),{resizeRef:c,contentRect:u}=fh(),f=O(()=>{const C=new Map,H=e.overlaps??[];for(const S of H.filter(I=>I.includes(":"))){const[I,B]=S.split(":");if(!r.value.includes(I)||!r.value.includes(B))continue;const Z=s.get(I),x=s.get(B),z=o.get(I),te=o.get(B);!Z||!x||!z||!te||(C.set(B,{position:Z.value,amount:parseInt(z.value,10)}),C.set(I,{position:x.value,amount:-parseInt(te.value,10)}))}return C}),d=O(()=>{const C=[...new Set([...i.values()].map(S=>S.value))].sort((S,I)=>S-I),H=[];for(const S of C){const I=r.value.filter(B=>{var Z;return((Z=i.get(B))==null?void 0:Z.value)===S});H.push(...I)}return gh(H,s,o,l)}),m=O(()=>!Array.from(a.values()).some(C=>C.value)),v=O(()=>d.value[d.value.length-1].layer),y=O(()=>({"--v-layout-left":Ee(v.value.left),"--v-layout-right":Ee(v.value.right),"--v-layout-top":Ee(v.value.top),"--v-layout-bottom":Ee(v.value.bottom),...m.value?void 0:{transition:"none"}})),T=O(()=>d.value.slice(1).map((C,H)=>{let{id:S}=C;const{layer:I}=d.value[H],B=o.get(S),Z=s.get(S);return{id:S,...I,size:Number(B.value),position:Z.value}})),E=C=>T.value.find(H=>H.id===C),k=Ke("createLayout"),N=ae(!1);Ut(()=>{N.value=!0}),ut(vr,{register:(C,H)=>{let{id:S,order:I,position:B,layoutSize:Z,elementSize:x,active:z,disableTransitions:te,absolute:be}=H;i.set(S,I),s.set(S,B),o.set(S,Z),l.set(S,z),te&&a.set(S,te);const re=sr(_a,k==null?void 0:k.vnode).indexOf(C);re>-1?r.value.splice(re,0,S):r.value.push(S);const ne=O(()=>T.value.findIndex(ye=>ye.id===S)),Ae=O(()=>n.value+d.value.length*2-ne.value*2),pe=O(()=>{const ye=B.value==="left"||B.value==="right",$e=B.value==="right",Ye=B.value==="bottom",At={[B.value]:0,zIndex:Ae.value,transform:`translate${ye?"X":"Y"}(${(z.value?0:-110)*($e||Ye?-1:1)}%)`,position:be.value||n.value!==xi?"absolute":"fixed",...m.value?void 0:{transition:"none"}};if(!N.value)return At;const ue=T.value[ne.value];if(!ue)throw new Error(`[Vuetify] Could not find layout item "${S}"`);const b=f.value.get(S);return b&&(ue[b.position]+=b.amount),{...At,height:ye?`calc(100% - ${ue.top}px - ${ue.bottom}px)`:x.value?`${x.value}px`:void 0,left:$e?void 0:`${ue.left}px`,right:$e?`${ue.right}px`:void 0,top:B.value!=="bottom"?`${ue.top}px`:void 0,bottom:B.value!=="top"?`${ue.bottom}px`:void 0,width:ye?x.value?`${x.value}px`:void 0:`calc(100% - ${ue.left}px - ${ue.right}px)`}}),Oe=O(()=>({zIndex:Ae.value-1}));return{layoutItemStyles:pe,layoutItemScrimStyles:Oe,zIndex:Ae}},unregister:C=>{i.delete(C),s.delete(C),o.delete(C),l.delete(C),a.delete(C),r.value=r.value.filter(H=>H!==C)},mainRect:v,mainStyles:y,getLayoutItem:E,items:T,layoutRect:u,rootZIndex:n});const W=O(()=>["v-layout",{"v-layout--full-height":e.fullHeight}]),L=O(()=>({zIndex:t?n.value:void 0,position:t?"relative":void 0,overflow:t?"hidden":void 0}));return{layoutClasses:W,layoutStyles:L,getLayoutItem:E,items:T,layoutRect:u,layoutRef:c}}function xa(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};const{blueprint:t,...n}=e,r=He(t,n),{aliases:s={},components:o={},directives:i={}}=r,l=rd(r.defaults),a=Xd(r.display,r.ssr),c=ch(r.theme),u=ah(r.icons),f=cd(r.locale),d=Gd(r.date,f),m=nh(r.goTo,f);return{install:y=>{for(const T in i)y.directive(T,i[T]);for(const T in o)y.component(T,o[T]);for(const T in s)y.component(T,Hn({...s[T],name:T,aliasName:s[T].name}));if(c.install(y),y.provide(ln,l),y.provide(_s,a),y.provide(mr,c),y.provide(_i,u),y.provide(ps,f),y.provide(Yd,d.options),y.provide(mi,d.instance),y.provide(eh,m),Ue&&r.ssr)if(y.$nuxt)y.$nuxt.hook("app:suspense:resolve",()=>{a.update()});else{const{mount:T}=y;y.mount=function(){const E=T(...arguments);return dn(()=>a.update()),y.mount=T,E}}Qs.reset(),y.mixin({computed:{$vuetify(){return De({defaults:qt.call(this,ln),display:qt.call(this,_s),theme:qt.call(this,mr),icons:qt.call(this,_i),locale:qt.call(this,ps),date:qt.call(this,mi)})}}})},defaults:l,display:a,theme:c,icons:u,locale:f,date:d,goTo:m}}const vh="3.5.6";xa.version=vh;function qt(e){var r,s;const t=this.$,n=((r=t.parent)==null?void 0:r.provides)??((s=t.vnode.appContext)==null?void 0:s.provides);if(n&&e in n)return n[e]}const ph=xa({theme:{defaultTheme:"dark"}});var yh=!1;/*!
|
|
* pinia v2.1.7
|
|
* (c) 2023 Eduardo San Martin Morote
|
|
* @license MIT
|
|
*/let Ca;const Br=e=>Ca=e,Ea=Symbol();function Ss(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var Cn;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(Cn||(Cn={}));function bh(){const e=Ms(!0),t=e.run(()=>Ce({}));let n=[],r=[];const s=Cr({install(o){Br(s),s._a=o,o.provide(Ea,s),o.config.globalProperties.$pinia=s,r.forEach(i=>n.push(i)),r=[]},use(o){return!this._a&&!yh?r.push(o):n.push(o),this},_p:n,_a:null,_e:e,_s:new Map,state:t});return s}const Pa=()=>{};function Ci(e,t,n,r=Pa){e.push(t);const s=()=>{const o=e.indexOf(t);o>-1&&(e.splice(o,1),r())};return!n&&Ji()&&el(s),s}function Zt(e,...t){e.slice().forEach(n=>{n(...t)})}const _h=e=>e();function ws(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];Ss(s)&&Ss(r)&&e.hasOwnProperty(n)&&!he(r)&&!Ct(r)?e[n]=ws(s,r):e[n]=r}return e}const Sh=Symbol();function wh(e){return!Ss(e)||!e.hasOwnProperty(Sh)}const{assign:pt}=Object;function xh(e){return!!(he(e)&&e.effect)}function Ch(e,t,n,r){const{state:s,actions:o,getters:i}=t,l=n.state.value[e];let a;function c(){l||(n.state.value[e]=s?s():{});const u=Er(n.state.value[e]);return pt(u,o,Object.keys(i||{}).reduce((f,d)=>(f[d]=Cr(O(()=>{Br(n);const m=n._s.get(e);return i[d].call(m,m)})),f),{}))}return a=Ta(e,c,t,n,r,!0),a}function Ta(e,t,n={},r,s,o){let i;const l=pt({actions:{}},n),a={deep:!0};let c,u,f=[],d=[],m;const v=r.state.value[e];!o&&!v&&(r.state.value[e]={}),Ce({});let y;function T(S){let I;c=u=!1,typeof S=="function"?(S(r.state.value[e]),I={type:Cn.patchFunction,storeId:e,events:m}):(ws(r.state.value[e],S),I={type:Cn.patchObject,payload:S,storeId:e,events:m});const B=y=Symbol();dn().then(()=>{y===B&&(c=!0)}),u=!0,Zt(f,I,r.state.value[e])}const E=o?function(){const{state:I}=n,B=I?I():{};this.$patch(Z=>{pt(Z,B)})}:Pa;function k(){i.stop(),f=[],d=[],r._s.delete(e)}function N(S,I){return function(){Br(r);const B=Array.from(arguments),Z=[],x=[];function z(Q){Z.push(Q)}function te(Q){x.push(Q)}Zt(d,{args:B,name:S,store:L,after:z,onError:te});let be;try{be=I.apply(this&&this.$id===e?this:L,B)}catch(Q){throw Zt(x,Q),Q}return be instanceof Promise?be.then(Q=>(Zt(Z,Q),Q)).catch(Q=>(Zt(x,Q),Promise.reject(Q))):(Zt(Z,be),be)}}const W={_p:r,$id:e,$onAction:Ci.bind(null,d),$patch:T,$reset:E,$subscribe(S,I={}){const B=Ci(f,S,I.detached,()=>Z()),Z=i.run(()=>ve(()=>r.state.value[e],x=>{(I.flush==="sync"?u:c)&&S({storeId:e,type:Cn.direct,events:m},x)},pt({},a,I)));return B},$dispose:k},L=De(W);r._s.set(e,L);const H=(r._a&&r._a.runWithContext||_h)(()=>r._e.run(()=>(i=Ms()).run(t)));for(const S in H){const I=H[S];if(he(I)&&!xh(I)||Ct(I))o||(v&&wh(I)&&(he(I)?I.value=v[S]:ws(I,v[S])),r.state.value[e][S]=I);else if(typeof I=="function"){const B=N(S,I);H[S]=B,l.actions[S]=I}}return pt(L,H),pt(ee(L),H),Object.defineProperty(L,"$state",{get:()=>r.state.value[e],set:S=>{T(I=>{pt(I,S)})}}),r._p.forEach(S=>{pt(L,i.run(()=>S({store:L,app:r._a,pinia:r,options:l})))}),v&&o&&n.hydrate&&n.hydrate(L.$state,v),c=!0,u=!0,L}function Eh(e,t,n){let r,s;const o=typeof t=="function";typeof e=="string"?(r=e,s=o?n:t):(s=e,r=e.id);function i(l,a){const c=pc();return l=l||(c?Pe(Ea,null):null),l&&Br(l),l=Ca,l._s.has(r)||(o?Ta(r,t,s,l):Ch(r,s,l)),l._s.get(r)}return i.$id=r,i}const Ph=bh();/*!
|
|
* vue-router v4.3.0
|
|
* (c) 2024 Eduardo San Martin Morote
|
|
* @license MIT
|
|
*/const Qt=typeof document<"u";function Th(e){return e.__esModule||e[Symbol.toStringTag]==="Module"}const ie=Object.assign;function ts(e,t){const n={};for(const r in t){const s=t[r];n[r]=Qe(s)?s.map(e):e(s)}return n}const En=()=>{},Qe=Array.isArray,Ra=/#/g,Rh=/&/g,Ah=/\//g,Oh=/=/g,Ih=/\?/g,Aa=/\+/g,Mh=/%5B/g,kh=/%5D/g,Oa=/%5E/g,Dh=/%60/g,Ia=/%7B/g,Lh=/%7C/g,Ma=/%7D/g,Fh=/%20/g;function eo(e){return encodeURI(""+e).replace(Lh,"|").replace(Mh,"[").replace(kh,"]")}function $h(e){return eo(e).replace(Ia,"{").replace(Ma,"}").replace(Oa,"^")}function xs(e){return eo(e).replace(Aa,"%2B").replace(Fh,"+").replace(Ra,"%23").replace(Rh,"%26").replace(Dh,"`").replace(Ia,"{").replace(Ma,"}").replace(Oa,"^")}function Nh(e){return xs(e).replace(Oh,"%3D")}function Bh(e){return eo(e).replace(Ra,"%23").replace(Ih,"%3F")}function Hh(e){return e==null?"":Bh(e).replace(Ah,"%2F")}function Ln(e){try{return decodeURIComponent(""+e)}catch{}return""+e}const Vh=/\/$/,jh=e=>e.replace(Vh,"");function ns(e,t,n="/"){let r,s={},o="",i="";const l=t.indexOf("#");let a=t.indexOf("?");return l<a&&l>=0&&(a=-1),a>-1&&(r=t.slice(0,a),o=t.slice(a+1,l>-1?l:t.length),s=e(o)),l>-1&&(r=r||t.slice(0,l),i=t.slice(l,t.length)),r=Kh(r??t,n),{fullPath:r+(o&&"?")+o+i,path:r,query:s,hash:Ln(i)}}function Wh(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function Ei(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function Uh(e,t,n){const r=t.matched.length-1,s=n.matched.length-1;return r>-1&&r===s&&an(t.matched[r],n.matched[s])&&ka(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function an(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function ka(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!zh(e[n],t[n]))return!1;return!0}function zh(e,t){return Qe(e)?Pi(e,t):Qe(t)?Pi(t,e):e===t}function Pi(e,t){return Qe(t)?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function Kh(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 o=n.length-1,i,l;for(i=0;i<r.length;i++)if(l=r[i],l!==".")if(l==="..")o>1&&o--;else break;return n.slice(0,o).join("/")+"/"+r.slice(i).join("/")}var Fn;(function(e){e.pop="pop",e.push="push"})(Fn||(Fn={}));var Pn;(function(e){e.back="back",e.forward="forward",e.unknown=""})(Pn||(Pn={}));function Yh(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),jh(e)}const Gh=/^[^#]+#/;function qh(e,t){return e.replace(Gh,"#")+t}function Zh(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 Hr=()=>({left:window.scrollX,top:window.scrollY});function Xh(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=Zh(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 Ti(e,t){return(history.state?history.state.position-t:-1)+e}const Cs=new Map;function Qh(e,t){Cs.set(e,t)}function Jh(e){const t=Cs.get(e);return Cs.delete(e),t}let eg=()=>location.protocol+"//"+location.host;function Da(e,t){const{pathname:n,search:r,hash:s}=t,o=e.indexOf("#");if(o>-1){let l=s.includes(e.slice(o))?e.slice(o).length:1,a=s.slice(l);return a[0]!=="/"&&(a="/"+a),Ei(a,"")}return Ei(n,e)+r+s}function tg(e,t,n,r){let s=[],o=[],i=null;const l=({state:d})=>{const m=Da(e,location),v=n.value,y=t.value;let T=0;if(d){if(n.value=m,t.value=d,i&&i===v){i=null;return}T=y?d.position-y.position:0}else r(m);s.forEach(E=>{E(n.value,v,{delta:T,type:Fn.pop,direction:T?T>0?Pn.forward:Pn.back:Pn.unknown})})};function a(){i=n.value}function c(d){s.push(d);const m=()=>{const v=s.indexOf(d);v>-1&&s.splice(v,1)};return o.push(m),m}function u(){const{history:d}=window;d.state&&d.replaceState(ie({},d.state,{scroll:Hr()}),"")}function f(){for(const d of o)d();o=[],window.removeEventListener("popstate",l),window.removeEventListener("beforeunload",u)}return window.addEventListener("popstate",l),window.addEventListener("beforeunload",u,{passive:!0}),{pauseListeners:a,listen:c,destroy:f}}function Ri(e,t,n,r=!1,s=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:s?Hr():null}}function ng(e){const{history:t,location:n}=window,r={value:Da(e,n)},s={value:t.state};s.value||o(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function o(a,c,u){const f=e.indexOf("#"),d=f>-1?(n.host&&document.querySelector("base")?e:e.slice(f))+a:eg()+e+a;try{t[u?"replaceState":"pushState"](c,"",d),s.value=c}catch(m){console.error(m),n[u?"replace":"assign"](d)}}function i(a,c){const u=ie({},t.state,Ri(s.value.back,a,s.value.forward,!0),c,{position:s.value.position});o(a,u,!0),r.value=a}function l(a,c){const u=ie({},s.value,t.state,{forward:a,scroll:Hr()});o(u.current,u,!0);const f=ie({},Ri(r.value,a,null),{position:u.position+1},c);o(a,f,!1),r.value=a}return{location:r,state:s,push:l,replace:i}}function rg(e){e=Yh(e);const t=ng(e),n=tg(e,t.state,t.location,t.replace);function r(o,i=!0){i||n.pauseListeners(),history.go(o)}const s=ie({location:"",base:e,go:r,createHref:qh.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 sg(e){return e=location.host?e||location.pathname+location.search:"",e.includes("#")||(e+="#"),rg(e)}function og(e){return typeof e=="string"||e&&typeof e=="object"}function La(e){return typeof e=="string"||typeof e=="symbol"}const mt={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},Fa=Symbol("");var Ai;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(Ai||(Ai={}));function un(e,t){return ie(new Error,{type:e,[Fa]:!0},t)}function it(e,t){return e instanceof Error&&Fa in e&&(t==null||!!(e.type&t))}const Oi="[^/]+?",ig={sensitive:!1,strict:!1,start:!0,end:!0},lg=/[.+*?^${}()[\]/\\]/g;function ag(e,t){const n=ie({},ig,t),r=[];let s=n.start?"^":"";const o=[];for(const c of e){const u=c.length?[]:[90];n.strict&&!c.length&&(s+="/");for(let f=0;f<c.length;f++){const d=c[f];let m=40+(n.sensitive?.25:0);if(d.type===0)f||(s+="/"),s+=d.value.replace(lg,"\\$&"),m+=40;else if(d.type===1){const{value:v,repeatable:y,optional:T,regexp:E}=d;o.push({name:v,repeatable:y,optional:T});const k=E||Oi;if(k!==Oi){m+=10;try{new RegExp(`(${k})`)}catch(W){throw new Error(`Invalid custom RegExp for param "${v}" (${k}): `+W.message)}}let N=y?`((?:${k})(?:/(?:${k}))*)`:`(${k})`;f||(N=T&&c.length<2?`(?:/${N})`:"/"+N),T&&(N+="?"),s+=N,m+=20,T&&(m+=-8),y&&(m+=-20),k===".*"&&(m+=-50)}u.push(m)}r.push(u)}if(n.strict&&n.end){const c=r.length-1;r[c][r[c].length-1]+=.7000000000000001}n.strict||(s+="/?"),n.end?s+="$":n.strict&&(s+="(?:/|$)");const i=new RegExp(s,n.sensitive?"":"i");function l(c){const u=c.match(i),f={};if(!u)return null;for(let d=1;d<u.length;d++){const m=u[d]||"",v=o[d-1];f[v.name]=m&&v.repeatable?m.split("/"):m}return f}function a(c){let u="",f=!1;for(const d of e){(!f||!u.endsWith("/"))&&(u+="/"),f=!1;for(const m of d)if(m.type===0)u+=m.value;else if(m.type===1){const{value:v,repeatable:y,optional:T}=m,E=v in c?c[v]:"";if(Qe(E)&&!y)throw new Error(`Provided param "${v}" is an array but it is not repeatable (* or + modifiers)`);const k=Qe(E)?E.join("/"):E;if(!k)if(T)d.length<2&&(u.endsWith("/")?u=u.slice(0,-1):f=!0);else throw new Error(`Missing required param "${v}"`);u+=k}}return u||"/"}return{re:i,score:r,keys:o,parse:l,stringify:a}}function ug(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]===80?-1:1:e.length>t.length?t.length===1&&t[0]===80?1:-1:0}function cg(e,t){let n=0;const r=e.score,s=t.score;for(;n<r.length&&n<s.length;){const o=ug(r[n],s[n]);if(o)return o;n++}if(Math.abs(s.length-r.length)===1){if(Ii(r))return 1;if(Ii(s))return-1}return s.length-r.length}function Ii(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const fg={type:0,value:""},dg=/[a-zA-Z0-9_]/;function hg(e){if(!e)return[[]];if(e==="/")return[[fg]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(m){throw new Error(`ERR (${n})/"${c}": ${m}`)}let n=0,r=n;const s=[];let o;function i(){o&&s.push(o),o=[]}let l=0,a,c="",u="";function f(){c&&(n===0?o.push({type:0,value:c}):n===1||n===2||n===3?(o.length>1&&(a==="*"||a==="+")&&t(`A repeatable param (${c}) must be alone in its segment. eg: '/:ids+.`),o.push({type:1,value:c,regexp:u,repeatable:a==="*"||a==="+",optional:a==="*"||a==="?"})):t("Invalid state to consume buffer"),c="")}function d(){c+=a}for(;l<e.length;){if(a=e[l++],a==="\\"&&n!==2){r=n,n=4;continue}switch(n){case 0:a==="/"?(c&&f(),i()):a===":"?(f(),n=1):d();break;case 4:d(),n=r;break;case 1:a==="("?n=2:dg.test(a)?d():(f(),n=0,a!=="*"&&a!=="?"&&a!=="+"&&l--);break;case 2:a===")"?u[u.length-1]=="\\"?u=u.slice(0,-1)+a:n=3:u+=a;break;case 3:f(),n=0,a!=="*"&&a!=="?"&&a!=="+"&&l--,u="";break;default:t("Unknown state");break}}return n===2&&t(`Unfinished custom RegExp for param "${c}"`),f(),i(),s}function gg(e,t,n){const r=ag(hg(e.path),n),s=ie(r,{record:e,parent:t,children:[],alias:[]});return t&&!s.record.aliasOf==!t.record.aliasOf&&t.children.push(s),s}function mg(e,t){const n=[],r=new Map;t=Di({strict:!1,end:!0,sensitive:!1},t);function s(u){return r.get(u)}function o(u,f,d){const m=!d,v=vg(u);v.aliasOf=d&&d.record;const y=Di(t,u),T=[v];if("alias"in u){const N=typeof u.alias=="string"?[u.alias]:u.alias;for(const W of N)T.push(ie({},v,{components:d?d.record.components:v.components,path:W,aliasOf:d?d.record:v}))}let E,k;for(const N of T){const{path:W}=N;if(f&&W[0]!=="/"){const L=f.record.path,C=L[L.length-1]==="/"?"":"/";N.path=f.record.path+(W&&C+W)}if(E=gg(N,f,y),d?d.alias.push(E):(k=k||E,k!==E&&k.alias.push(E),m&&u.name&&!ki(E)&&i(u.name)),v.children){const L=v.children;for(let C=0;C<L.length;C++)o(L[C],E,d&&d.children[C])}d=d||E,(E.record.components&&Object.keys(E.record.components).length||E.record.name||E.record.redirect)&&a(E)}return k?()=>{i(k)}:En}function i(u){if(La(u)){const f=r.get(u);f&&(r.delete(u),n.splice(n.indexOf(f),1),f.children.forEach(i),f.alias.forEach(i))}else{const f=n.indexOf(u);f>-1&&(n.splice(f,1),u.record.name&&r.delete(u.record.name),u.children.forEach(i),u.alias.forEach(i))}}function l(){return n}function a(u){let f=0;for(;f<n.length&&cg(u,n[f])>=0&&(u.record.path!==n[f].record.path||!$a(u,n[f]));)f++;n.splice(f,0,u),u.record.name&&!ki(u)&&r.set(u.record.name,u)}function c(u,f){let d,m={},v,y;if("name"in u&&u.name){if(d=r.get(u.name),!d)throw un(1,{location:u});y=d.record.name,m=ie(Mi(f.params,d.keys.filter(k=>!k.optional).concat(d.parent?d.parent.keys.filter(k=>k.optional):[]).map(k=>k.name)),u.params&&Mi(u.params,d.keys.map(k=>k.name))),v=d.stringify(m)}else if(u.path!=null)v=u.path,d=n.find(k=>k.re.test(v)),d&&(m=d.parse(v),y=d.record.name);else{if(d=f.name?r.get(f.name):n.find(k=>k.re.test(f.path)),!d)throw un(1,{location:u,currentLocation:f});y=d.record.name,m=ie({},f.params,u.params),v=d.stringify(m)}const T=[];let E=d;for(;E;)T.unshift(E.record),E=E.parent;return{name:y,path:v,params:m,matched:T,meta:yg(T)}}return e.forEach(u=>o(u)),{addRoute:o,resolve:c,removeRoute:i,getRoutes:l,getRecordMatcher:s}}function Mi(e,t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}function vg(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:pg(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}}}function pg(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 ki(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function yg(e){return e.reduce((t,n)=>ie(t,n.meta),{})}function Di(e,t){const n={};for(const r in e)n[r]=r in t?t[r]:e[r];return n}function $a(e,t){return t.children.some(n=>n===e||$a(e,n))}function bg(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 o=r[s].replace(Aa," "),i=o.indexOf("="),l=Ln(i<0?o:o.slice(0,i)),a=i<0?null:Ln(o.slice(i+1));if(l in t){let c=t[l];Qe(c)||(c=t[l]=[c]),c.push(a)}else t[l]=a}return t}function Li(e){let t="";for(let n in e){const r=e[n];if(n=Nh(n),r==null){r!==void 0&&(t+=(t.length?"&":"")+n);continue}(Qe(r)?r.map(o=>o&&xs(o)):[r&&xs(r)]).forEach(o=>{o!==void 0&&(t+=(t.length?"&":"")+n,o!=null&&(t+="="+o))})}return t}function _g(e){const t={};for(const n in e){const r=e[n];r!==void 0&&(t[n]=Qe(r)?r.map(s=>s==null?null:""+s):r==null?r:""+r)}return t}const Sg=Symbol(""),Fi=Symbol(""),to=Symbol(""),Na=Symbol(""),Es=Symbol("");function yn(){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 wt(e,t,n,r,s,o=i=>i()){const i=r&&(r.enterCallbacks[s]=r.enterCallbacks[s]||[]);return()=>new Promise((l,a)=>{const c=d=>{d===!1?a(un(4,{from:n,to:t})):d instanceof Error?a(d):og(d)?a(un(2,{from:t,to:d})):(i&&r.enterCallbacks[s]===i&&typeof d=="function"&&i.push(d),l())},u=o(()=>e.call(r&&r.instances[s],t,n,c));let f=Promise.resolve(u);e.length<3&&(f=f.then(c)),f.catch(d=>a(d))})}function rs(e,t,n,r,s=o=>o()){const o=[];for(const i of e)for(const l in i.components){let a=i.components[l];if(!(t!=="beforeRouteEnter"&&!i.instances[l]))if(wg(a)){const u=(a.__vccOpts||a)[t];u&&o.push(wt(u,n,r,i,l,s))}else{let c=a();o.push(()=>c.then(u=>{if(!u)return Promise.reject(new Error(`Couldn't resolve component "${l}" at "${i.path}"`));const f=Th(u)?u.default:u;i.components[l]=f;const m=(f.__vccOpts||f)[t];return m&&wt(m,n,r,i,l,s)()}))}}return o}function wg(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function $i(e){const t=Pe(to),n=Pe(Na),r=O(()=>t.resolve(qe(e.to))),s=O(()=>{const{matched:a}=r.value,{length:c}=a,u=a[c-1],f=n.matched;if(!u||!f.length)return-1;const d=f.findIndex(an.bind(null,u));if(d>-1)return d;const m=Ni(a[c-2]);return c>1&&Ni(u)===m&&f[f.length-1].path!==m?f.findIndex(an.bind(null,a[c-2])):d}),o=O(()=>s.value>-1&&Pg(n.params,r.value.params)),i=O(()=>s.value>-1&&s.value===n.matched.length-1&&ka(n.params,r.value.params));function l(a={}){return Eg(a)?t[qe(e.replace)?"replace":"push"](qe(e.to)).catch(En):Promise.resolve()}return{route:r,href:O(()=>r.value.href),isActive:o,isExactActive:i,navigate:l}}const xg=Nn({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:$i,setup(e,{slots:t}){const n=De($i(e)),{options:r}=Pe(to),s=O(()=>({[Bi(e.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[Bi(e.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const o=t.default&&t.default(n);return e.custom?o:zt("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:s.value},o)}}}),Cg=xg;function Eg(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 Pg(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(!Qe(s)||s.length!==r.length||r.some((o,i)=>o!==s[i]))return!1}return!0}function Ni(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const Bi=(e,t,n)=>e??t??n,Tg=Nn({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const r=Pe(Es),s=O(()=>e.route||r.value),o=Pe(Fi,0),i=O(()=>{let c=qe(o);const{matched:u}=s.value;let f;for(;(f=u[c])&&!f.components;)c++;return c}),l=O(()=>s.value.matched[i.value]);ut(Fi,O(()=>i.value+1)),ut(Sg,l),ut(Es,s);const a=Ce();return ve(()=>[a.value,l.value,e.name],([c,u,f],[d,m,v])=>{u&&(u.instances[f]=c,m&&m!==u&&c&&c===d&&(u.leaveGuards.size||(u.leaveGuards=m.leaveGuards),u.updateGuards.size||(u.updateGuards=m.updateGuards))),c&&u&&(!m||!an(u,m)||!d)&&(u.enterCallbacks[f]||[]).forEach(y=>y(c))},{flush:"post"}),()=>{const c=s.value,u=e.name,f=l.value,d=f&&f.components[u];if(!d)return Hi(n.default,{Component:d,route:c});const m=f.props[u],v=m?m===!0?c.params:typeof m=="function"?m(c):m:null,T=zt(d,ie({},v,t,{onVnodeUnmounted:E=>{E.component.isUnmounted&&(f.instances[u]=null)},ref:a}));return Hi(n.default,{Component:T,route:c})||T}}});function Hi(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const Rg=Tg;function Ag(e){const t=mg(e.routes,e),n=e.parseQuery||bg,r=e.stringifyQuery||Li,s=e.history,o=yn(),i=yn(),l=yn(),a=ae(mt);let c=mt;Qt&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const u=ts.bind(null,b=>""+b),f=ts.bind(null,Hh),d=ts.bind(null,Ln);function m(b,V){let F,U;return La(b)?(F=t.getRecordMatcher(b),U=V):U=b,t.addRoute(U,F)}function v(b){const V=t.getRecordMatcher(b);V&&t.removeRoute(V)}function y(){return t.getRoutes().map(b=>b.record)}function T(b){return!!t.getRecordMatcher(b)}function E(b,V){if(V=ie({},V||a.value),typeof b=="string"){const g=ns(n,b,V.path),p=t.resolve({path:g.path},V),w=s.createHref(g.fullPath);return ie(g,p,{params:d(p.params),hash:Ln(g.hash),redirectedFrom:void 0,href:w})}let F;if(b.path!=null)F=ie({},b,{path:ns(n,b.path,V.path).path});else{const g=ie({},b.params);for(const p in g)g[p]==null&&delete g[p];F=ie({},b,{params:f(g)}),V.params=f(V.params)}const U=t.resolve(F,V),oe=b.hash||"";U.params=u(d(U.params));const ge=Wh(r,ie({},b,{hash:$h(oe),path:U.path})),h=s.createHref(ge);return ie({fullPath:ge,hash:oe,query:r===Li?_g(b.query):b.query||{}},U,{redirectedFrom:void 0,href:h})}function k(b){return typeof b=="string"?ns(n,b,a.value.path):ie({},b)}function N(b,V){if(c!==b)return un(8,{from:V,to:b})}function W(b){return H(b)}function L(b){return W(ie(k(b),{replace:!0}))}function C(b){const V=b.matched[b.matched.length-1];if(V&&V.redirect){const{redirect:F}=V;let U=typeof F=="function"?F(b):F;return typeof U=="string"&&(U=U.includes("?")||U.includes("#")?U=k(U):{path:U},U.params={}),ie({query:b.query,hash:b.hash,params:U.path!=null?{}:b.params},U)}}function H(b,V){const F=c=E(b),U=a.value,oe=b.state,ge=b.force,h=b.replace===!0,g=C(F);if(g)return H(ie(k(g),{state:typeof g=="object"?ie({},oe,g.state):oe,force:ge,replace:h}),V||F);const p=F;p.redirectedFrom=V;let w;return!ge&&Uh(r,U,F)&&(w=un(16,{to:p,from:U}),Oe(U,U,!0,!1)),(w?Promise.resolve(w):B(p,U)).catch(_=>it(_)?it(_,2)?_:pe(_):ne(_,p,U)).then(_=>{if(_){if(it(_,2))return H(ie({replace:h},k(_.to),{state:typeof _.to=="object"?ie({},oe,_.to.state):oe,force:ge}),V||p)}else _=x(p,U,!0,h,oe);return Z(p,U,_),_})}function S(b,V){const F=N(b,V);return F?Promise.reject(F):Promise.resolve()}function I(b){const V=Ye.values().next().value;return V&&typeof V.runWithContext=="function"?V.runWithContext(b):b()}function B(b,V){let F;const[U,oe,ge]=Og(b,V);F=rs(U.reverse(),"beforeRouteLeave",b,V);for(const g of U)g.leaveGuards.forEach(p=>{F.push(wt(p,b,V))});const h=S.bind(null,b,V);return F.push(h),ue(F).then(()=>{F=[];for(const g of o.list())F.push(wt(g,b,V));return F.push(h),ue(F)}).then(()=>{F=rs(oe,"beforeRouteUpdate",b,V);for(const g of oe)g.updateGuards.forEach(p=>{F.push(wt(p,b,V))});return F.push(h),ue(F)}).then(()=>{F=[];for(const g of ge)if(g.beforeEnter)if(Qe(g.beforeEnter))for(const p of g.beforeEnter)F.push(wt(p,b,V));else F.push(wt(g.beforeEnter,b,V));return F.push(h),ue(F)}).then(()=>(b.matched.forEach(g=>g.enterCallbacks={}),F=rs(ge,"beforeRouteEnter",b,V,I),F.push(h),ue(F))).then(()=>{F=[];for(const g of i.list())F.push(wt(g,b,V));return F.push(h),ue(F)}).catch(g=>it(g,8)?g:Promise.reject(g))}function Z(b,V,F){l.list().forEach(U=>I(()=>U(b,V,F)))}function x(b,V,F,U,oe){const ge=N(b,V);if(ge)return ge;const h=V===mt,g=Qt?history.state:{};F&&(U||h?s.replace(b.fullPath,ie({scroll:h&&g&&g.scroll},oe)):s.push(b.fullPath,oe)),a.value=b,Oe(b,V,F,h),pe()}let z;function te(){z||(z=s.listen((b,V,F)=>{if(!At.listening)return;const U=E(b),oe=C(U);if(oe){H(ie(oe,{replace:!0}),U).catch(En);return}c=U;const ge=a.value;Qt&&Qh(Ti(ge.fullPath,F.delta),Hr()),B(U,ge).catch(h=>it(h,12)?h:it(h,2)?(H(h.to,U).then(g=>{it(g,20)&&!F.delta&&F.type===Fn.pop&&s.go(-1,!1)}).catch(En),Promise.reject()):(F.delta&&s.go(-F.delta,!1),ne(h,U,ge))).then(h=>{h=h||x(U,ge,!1),h&&(F.delta&&!it(h,8)?s.go(-F.delta,!1):F.type===Fn.pop&&it(h,20)&&s.go(-1,!1)),Z(U,ge,h)}).catch(En)}))}let be=yn(),Q=yn(),re;function ne(b,V,F){pe(b);const U=Q.list();return U.length?U.forEach(oe=>oe(b,V,F)):console.error(b),Promise.reject(b)}function Ae(){return re&&a.value!==mt?Promise.resolve():new Promise((b,V)=>{be.add([b,V])})}function pe(b){return re||(re=!b,te(),be.list().forEach(([V,F])=>b?F(b):V()),be.reset()),b}function Oe(b,V,F,U){const{scrollBehavior:oe}=e;if(!Qt||!oe)return Promise.resolve();const ge=!F&&Jh(Ti(b.fullPath,0))||(U||!F)&&history.state&&history.state.scroll||null;return dn().then(()=>oe(b,V,ge)).then(h=>h&&Xh(h)).catch(h=>ne(h,b,V))}const ye=b=>s.go(b);let $e;const Ye=new Set,At={currentRoute:a,listening:!0,addRoute:m,removeRoute:v,hasRoute:T,getRoutes:y,resolve:E,options:e,push:W,replace:L,go:ye,back:()=>ye(-1),forward:()=>ye(1),beforeEach:o.add,beforeResolve:i.add,afterEach:l.add,onError:Q.add,isReady:Ae,install(b){const V=this;b.component("RouterLink",Cg),b.component("RouterView",Rg),b.config.globalProperties.$router=V,Object.defineProperty(b.config.globalProperties,"$route",{enumerable:!0,get:()=>qe(a)}),Qt&&!$e&&a.value===mt&&($e=!0,W(s.location).catch(oe=>{}));const F={};for(const oe in mt)Object.defineProperty(F,oe,{get:()=>a.value[oe],enumerable:!0});b.provide(to,V),b.provide(Na,dl(F)),b.provide(Es,a);const U=b.unmount;Ye.add(b),b.unmount=function(){Ye.delete(b),Ye.size<1&&(c=mt,z&&z(),z=null,a.value=mt,$e=!1,re=!1),U()}}};function ue(b){return b.reduce((V,F)=>V.then(()=>I(F)),Promise.resolve())}return At}function Og(e,t){const n=[],r=[],s=[],o=Math.max(t.matched.length,e.matched.length);for(let i=0;i<o;i++){const l=t.matched[i];l&&(e.matched.find(c=>an(c,l))?r.push(l):n.push(l));const a=e.matched[i];a&&(t.matched.find(c=>an(c,a))||s.push(a))}return[n,r,s]}const Ig=Eh("games",{state:()=>({count:0,games:[{potato:"potato",alsoPotato:"potato"},{potato:"potato",alsoPotato:"potato"},{potato:"potato",alsoPotato:"potato"}]}),actions:{increment(){this.count++}}}),gn=ce({tag:{type:String,default:"div"}},"tag"),Mg=ce({fluid:{type:Boolean,default:!1},...dt(),...gn()},"VContainer"),kg=Fe()({name:"VContainer",props:Mg(),setup(e,t){let{slots:n}=t;const{rtlClasses:r}=Lr();return ot(()=>M(e.tag,{class:["v-container",{"v-container--fluid":e.fluid},r.value,e.class],style:e.style},n)),{}}}),Dg=[null,"default","comfortable","compact"],Lg=ce({density:{type:String,default:"default",validator:e=>Dg.includes(e)}},"density");function Fg(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Dr();return{densityClasses:O(()=>`${t}--density-${e.density}`)}}const $g=ce({fixedHeader:Boolean,fixedFooter:Boolean,height:[Number,String],hover:Boolean,...dt(),...Lg(),...gn(),...$r()},"VTable"),Ng=Fe()({name:"VTable",props:$g(),setup(e,t){let{slots:n,emit:r}=t;const{themeClasses:s}=Nr(e),{densityClasses:o}=Fg(e);return ot(()=>M(e.tag,{class:["v-table",{"v-table--fixed-height":!!e.height,"v-table--fixed-header":e.fixedHeader,"v-table--fixed-footer":e.fixedFooter,"v-table--has-top":!!n.top,"v-table--has-bottom":!!n.bottom,"v-table--hover":e.hover},s.value,o.value,e.class],style:e.style},{default:()=>{var i,l,a;return[(i=n.top)==null?void 0:i.call(n),n.default?M("div",{class:"v-table__wrapper",style:{height:Ee(e.height)}},[M("table",null,[n.default()])]):(l=n.wrapper)==null?void 0:l.call(n),(a=n.bottom)==null?void 0:a.call(n)]}})),{}}}),Bg=rt("div",null,"potato",-1),Hg=rt("thead",null,[rt("tr",null,[rt("th",{class:"text-left"},"potato"),rt("th",{class:"text-left"},"also potato")])],-1),Ba=Nn({__name:"GameList",setup(e){const t=Ig();return(n,r)=>(tr(),qr(Me,null,[M(kg,null,{default:On(()=>[Bg]),_:1}),M(Ng,null,{default:On(()=>[Hg,rt("tbody",null,[(tr(!0),qr(Me,null,ac(qe(t).games,s=>(tr(),qr("tr",null,[rt("td",null,uo(s.potato),1),rt("td",null,uo(s.alsoPotato),1)]))),256))])]),_:1})],64))}}),Vg={path:"/",component:Ba},jg={path:"/potato",component:Ba},Wg=[Vg,jg],Ug=Ag({history:sg(),routes:Wg});function zg(e){e.use(ph).use(Ug).use(Ph)}const Kg=ce({...dt(),...dh({fullHeight:!0}),...$r()},"VApp"),Yg=Fe()({name:"VApp",props:Kg(),setup(e,t){let{slots:n}=t;const r=Nr(e),{layoutClasses:s,getLayoutItem:o,items:i,layoutRef:l}=mh(e),{rtlClasses:a}=Lr();return ot(()=>{var c;return M("div",{ref:l,class:["v-application",r.themeClasses.value,s.value,a.value,e.class],style:[e.style]},[M("div",{class:"v-application__wrap"},[(c=n.default)==null?void 0:c.call(n)])])}),{getLayoutItem:o,items:i,theme:r}}}),Gg=ce({text:String,...dt(),...gn()},"VToolbarTitle"),qg=Fe()({name:"VToolbarTitle",props:Gg(),setup(e,t){let{slots:n}=t;return ot(()=>{const r=!!(n.default||n.text||e.text);return M(e.tag,{class:["v-toolbar-title",e.class],style:e.style},{default:()=>{var s;return[r&&M("div",{class:"v-toolbar-title__placeholder"},[n.text?n.text():e.text,(s=n.default)==null?void 0:s.call(n)])]}})}),{}}}),Zg=ce({disabled:Boolean,group:Boolean,hideOnLeave:Boolean,leaveAbsolute:Boolean,mode:String,origin:String},"transition");function Ve(e,t,n){return Fe()({name:e,props:Zg({mode:n,origin:t}),setup(r,s){let{slots:o}=s;const i={onBeforeEnter(l){r.origin&&(l.style.transformOrigin=r.origin)},onLeave(l){if(r.leaveAbsolute){const{offsetTop:a,offsetLeft:c,offsetWidth:u,offsetHeight:f}=l;l._transitionInitialStyles={position:l.style.position,top:l.style.top,left:l.style.left,width:l.style.width,height:l.style.height},l.style.position="absolute",l.style.top=`${a}px`,l.style.left=`${c}px`,l.style.width=`${u}px`,l.style.height=`${f}px`}r.hideOnLeave&&l.style.setProperty("display","none","important")},onAfterLeave(l){if(r.leaveAbsolute&&(l!=null&&l._transitionInitialStyles)){const{position:a,top:c,left:u,width:f,height:d}=l._transitionInitialStyles;delete l._transitionInitialStyles,l.style.position=a||"",l.style.top=c||"",l.style.left=u||"",l.style.width=f||"",l.style.height=d||""}}};return()=>{const l=r.group?mf:hn;return zt(l,{name:r.disabled?"":e,css:!r.disabled,...r.group?void 0:{mode:r.mode},...r.disabled?{}:i},o.default)}}})}function Ha(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"in-out";return Fe()({name:e,props:{mode:{type:String,default:n},disabled:Boolean},setup(r,s){let{slots:o}=s;return()=>zt(hn,{name:r.disabled?"":e,css:!r.disabled,...r.disabled?{}:t},o.default)}})}function Va(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";const n=(arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1)?"width":"height",r=Xe(`offset-${n}`);return{onBeforeEnter(i){i._parent=i.parentNode,i._initialStyle={transition:i.style.transition,overflow:i.style.overflow,[n]:i.style[n]}},onEnter(i){const l=i._initialStyle;i.style.setProperty("transition","none","important"),i.style.overflow="hidden";const a=`${i[r]}px`;i.style[n]="0",i.offsetHeight,i.style.transition=l.transition,e&&i._parent&&i._parent.classList.add(e),requestAnimationFrame(()=>{i.style[n]=a})},onAfterEnter:o,onEnterCancelled:o,onLeave(i){i._initialStyle={transition:"",overflow:i.style.overflow,[n]:i.style[n]},i.style.overflow="hidden",i.style[n]=`${i[r]}px`,i.offsetHeight,requestAnimationFrame(()=>i.style[n]="0")},onAfterLeave:s,onLeaveCancelled:s};function s(i){e&&i._parent&&i._parent.classList.remove(e),o(i)}function o(i){const l=i._initialStyle[n];i.style.overflow=i._initialStyle.overflow,l!=null&&(i.style[n]=l),delete i._initialStyle}}Ve("fab-transition","center center","out-in");Ve("dialog-bottom-transition");Ve("dialog-top-transition");Ve("fade-transition");Ve("scale-transition");Ve("scroll-x-transition");Ve("scroll-x-reverse-transition");Ve("scroll-y-transition");Ve("scroll-y-reverse-transition");Ve("slide-x-transition");Ve("slide-x-reverse-transition");Ve("slide-y-transition");Ve("slide-y-reverse-transition");const Xg=Ha("expand-transition",Va());Ha("expand-x-transition",Va("",!0));const Qg=ce({defaults:Object,disabled:Boolean,reset:[Number,String],root:[Boolean,String],scoped:Boolean},"VDefaultsProvider"),ss=Fe(!1)({name:"VDefaultsProvider",props:Qg(),setup(e,t){let{slots:n}=t;const{defaults:r,disabled:s,reset:o,root:i,scoped:l}=Er(e);return Xs(r,{reset:o,root:i,scoped:l,disabled:s}),()=>{var a;return(a=n.default)==null?void 0:a.call(n)}}}),Jg=ce({height:[Number,String],maxHeight:[Number,String],maxWidth:[Number,String],minHeight:[Number,String],minWidth:[Number,String],width:[Number,String]},"dimension");function em(e){return{dimensionStyles:O(()=>({height:Ee(e.height),maxHeight:Ee(e.maxHeight),maxWidth:Ee(e.maxWidth),minHeight:Ee(e.minHeight),minWidth:Ee(e.minWidth),width:Ee(e.width)}))}}function tm(e){return{aspectStyles:O(()=>{const t=Number(e.aspectRatio);return t?{paddingBottom:String(1/t*100)+"%"}:void 0})}}const ja=ce({aspectRatio:[String,Number],contentClass:String,inline:Boolean,...dt(),...Jg()},"VResponsive"),Vi=Fe()({name:"VResponsive",props:ja(),setup(e,t){let{slots:n}=t;const{aspectStyles:r}=tm(e),{dimensionStyles:s}=em(e);return ot(()=>{var o;return M("div",{class:["v-responsive",{"v-responsive--inline":e.inline},e.class],style:[s.value,e.style]},[M("div",{class:"v-responsive__sizer",style:r.value},null),(o=n.additional)==null?void 0:o.call(n),n.default&&M("div",{class:["v-responsive__content",e.contentClass]},[n.default()])])}),{}}});function nm(e){return Df(()=>{const t=[],n={};if(e.value.background)if(vs(e.value.background)){if(n.backgroundColor=e.value.background,!e.value.text&&qf(e.value.background)){const r=st(e.value.background);if(r.a==null||r.a===1){const s=fa(r);n.color=s,n.caretColor=s}}}else t.push(`bg-${e.value.background}`);return e.value.text&&(vs(e.value.text)?(n.color=e.value.text,n.caretColor=e.value.text):t.push(`text-${e.value.text}`)),{colorClasses:t,colorStyles:n}})}function pr(e,t){const n=O(()=>({background:he(e)?e.value:t?e[t]:null})),{colorClasses:r,colorStyles:s}=nm(n);return{backgroundColorClasses:r,backgroundColorStyles:s}}const no=ce({rounded:{type:[Boolean,Number,String],default:void 0},tile:Boolean},"rounded");function ro(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Dr();return{roundedClasses:O(()=>{const r=he(e)?e.value:e.rounded,s=he(e)?e.value:e.tile,o=[];if(r===!0||r==="")o.push(`${t}--rounded`);else if(typeof r=="string"||r===0)for(const i of String(r).split(" "))o.push(`rounded-${i}`);else s&&o.push("rounded-0");return o})}}const rm=ce({transition:{type:[Boolean,String,Object],default:"fade-transition",validator:e=>e!==!0}},"transition"),Qn=(e,t)=>{let{slots:n}=t;const{transition:r,disabled:s,...o}=e,{component:i=hn,...l}=typeof r=="object"?r:{};return zt(i,Vt(typeof r=="string"?{name:s?"":r}:l,o,{disabled:s}),n)};function sm(e,t){if(!ra)return;const n=t.modifiers||{},r=t.value,{handler:s,options:o}=typeof r=="object"?r:{handler:r,options:{}},i=new IntersectionObserver(function(){var f;let l=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],a=arguments.length>1?arguments[1]:void 0;const c=(f=e._observe)==null?void 0:f[t.instance.$.uid];if(!c)return;const u=l.some(d=>d.isIntersecting);s&&(!n.quiet||c.init)&&(!n.once||u||c.init)&&s(u,l,a),u&&n.once?Wa(e,t):c.init=!0},o);e._observe=Object(e._observe),e._observe[t.instance.$.uid]={init:!1,observer:i},i.observe(e)}function Wa(e,t){var r;const n=(r=e._observe)==null?void 0:r[t.instance.$.uid];n&&(n.observer.unobserve(e),delete e._observe[t.instance.$.uid])}const om={mounted:sm,unmounted:Wa},im=om,lm=ce({alt:String,cover:Boolean,color:String,draggable:{type:[Boolean,String],default:void 0},eager:Boolean,gradient:String,lazySrc:String,options:{type:Object,default:()=>({root:void 0,rootMargin:void 0,threshold:void 0})},sizes:String,src:{type:[String,Object],default:""},crossorigin:String,referrerpolicy:String,srcset:String,position:String,...ja(),...dt(),...no(),...rm()},"VImg"),am=Fe()({name:"VImg",directives:{intersect:im},props:lm(),emits:{loadstart:e=>!0,load:e=>!0,error:e=>!0},setup(e,t){let{emit:n,slots:r}=t;const{backgroundColorClasses:s,backgroundColorStyles:o}=pr(sn(e,"color")),{roundedClasses:i}=ro(e),l=Ke("VImg"),a=ae(""),c=Ce(),u=ae(e.eager?"loading":"idle"),f=ae(),d=ae(),m=O(()=>e.src&&typeof e.src=="object"?{src:e.src.src,srcset:e.srcset||e.src.srcset,lazySrc:e.lazySrc||e.src.lazySrc,aspect:Number(e.aspectRatio||e.src.aspect||0)}:{src:e.src,srcset:e.srcset,lazySrc:e.lazySrc,aspect:Number(e.aspectRatio||0)}),v=O(()=>m.value.aspect||f.value/d.value||0);ve(()=>e.src,()=>{y(u.value!=="idle")}),ve(v,(x,z)=>{!x&&z&&c.value&&W(c.value)}),Us(()=>y());function y(x){if(!(e.eager&&x)&&!(ra&&!x&&!e.eager)){if(u.value="loading",m.value.lazySrc){const z=new Image;z.src=m.value.lazySrc,W(z,null)}m.value.src&&dn(()=>{var z;n("loadstart",((z=c.value)==null?void 0:z.currentSrc)||m.value.src),setTimeout(()=>{var te;if(!l.isUnmounted)if((te=c.value)!=null&&te.complete){if(c.value.naturalWidth||E(),u.value==="error")return;v.value||W(c.value,null),u.value==="loading"&&T()}else v.value||W(c.value),k()})})}}function T(){var x;l.isUnmounted||(k(),W(c.value),u.value="loaded",n("load",((x=c.value)==null?void 0:x.currentSrc)||m.value.src))}function E(){var x;l.isUnmounted||(u.value="error",n("error",((x=c.value)==null?void 0:x.currentSrc)||m.value.src))}function k(){const x=c.value;x&&(a.value=x.currentSrc||x.src)}let N=-1;Rt(()=>{clearTimeout(N)});function W(x){let z=arguments.length>1&&arguments[1]!==void 0?arguments[1]:100;const te=()=>{if(clearTimeout(N),l.isUnmounted)return;const{naturalHeight:be,naturalWidth:Q}=x;be||Q?(f.value=Q,d.value=be):!x.complete&&u.value==="loading"&&z!=null?N=window.setTimeout(te,z):(x.currentSrc.endsWith(".svg")||x.currentSrc.startsWith("data:image/svg+xml"))&&(f.value=1,d.value=1)};te()}const L=O(()=>({"v-img__img--cover":e.cover,"v-img__img--contain":!e.cover})),C=()=>{var te;if(!m.value.src||u.value==="idle")return null;const x=M("img",{class:["v-img__img",L.value],style:{objectPosition:e.position},src:m.value.src,srcset:m.value.srcset,alt:e.alt,crossorigin:e.crossorigin,referrerpolicy:e.referrerpolicy,draggable:e.draggable,sizes:e.sizes,ref:c,onLoad:T,onError:E},null),z=(te=r.sources)==null?void 0:te.call(r);return M(Qn,{transition:e.transition,appear:!0},{default:()=>[So(z?M("picture",{class:"v-img__picture"},[z,x]):x,[[Zc,u.value==="loaded"]])]})},H=()=>M(Qn,{transition:e.transition},{default:()=>[m.value.lazySrc&&u.value!=="loaded"&&M("img",{class:["v-img__img","v-img__img--preload",L.value],style:{objectPosition:e.position},src:m.value.lazySrc,alt:e.alt,crossorigin:e.crossorigin,referrerpolicy:e.referrerpolicy,draggable:e.draggable},null)]}),S=()=>r.placeholder?M(Qn,{transition:e.transition,appear:!0},{default:()=>[(u.value==="loading"||u.value==="error"&&!r.error)&&M("div",{class:"v-img__placeholder"},[r.placeholder()])]}):null,I=()=>r.error?M(Qn,{transition:e.transition,appear:!0},{default:()=>[u.value==="error"&&M("div",{class:"v-img__error"},[r.error()])]}):null,B=()=>e.gradient?M("div",{class:"v-img__gradient",style:{backgroundImage:`linear-gradient(${e.gradient})`}},null):null,Z=ae(!1);{const x=ve(v,z=>{z&&(requestAnimationFrame(()=>{requestAnimationFrame(()=>{Z.value=!0})}),x())})}return ot(()=>{const x=Vi.filterProps(e);return So(M(Vi,Vt({class:["v-img",{"v-img--booting":!Z.value},s.value,i.value,e.class],style:[{width:Ee(e.width==="auto"?f.value:e.width)},o.value,e.style]},x,{aspectRatio:v.value,"aria-label":e.alt,role:e.alt?"img":void 0}),{additional:()=>M(Me,null,[M(C,null,null),M(H,null,null),M(B,null,null),M(S,null,null),M(I,null,null)]),default:r.default}),[[Gu("intersect"),{handler:y,options:e.options},null,{once:!0}]])}),{currentSrc:a,image:c,state:u,naturalWidth:f,naturalHeight:d}}}),Ua=ce({border:[Boolean,Number,String]},"border");function za(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Dr();return{borderClasses:O(()=>{const r=he(e)?e.value:e.border,s=[];if(r===!0||r==="")s.push(`${t}--border`);else if(typeof r=="string"||r===0)for(const o of String(r).split(" "))s.push(`border-${o}`);return s})}}const Ka=ce({elevation:{type:[Number,String],validator(e){const t=parseInt(e);return!isNaN(t)&&t>=0&&t<=24}}},"elevation");function Ya(e){return{elevationClasses:O(()=>{const n=he(e)?e.value:e.elevation,r=[];return n==null||r.push(`elevation-${n}`),r})}}const um=[null,"prominent","default","comfortable","compact"],Ga=ce({absolute:Boolean,collapse:Boolean,color:String,density:{type:String,default:"default",validator:e=>um.includes(e)},extended:Boolean,extensionHeight:{type:[Number,String],default:48},flat:Boolean,floating:Boolean,height:{type:[Number,String],default:64},image:String,title:String,...Ua(),...dt(),...Ka(),...no(),...gn({tag:"header"}),...$r()},"VToolbar"),ji=Fe()({name:"VToolbar",props:Ga(),setup(e,t){var m;let{slots:n}=t;const{backgroundColorClasses:r,backgroundColorStyles:s}=pr(sn(e,"color")),{borderClasses:o}=za(e),{elevationClasses:i}=Ya(e),{roundedClasses:l}=ro(e),{themeClasses:a}=Nr(e),{rtlClasses:c}=Lr(),u=ae(!!(e.extended||(m=n.extension)!=null&&m.call(n))),f=O(()=>parseInt(Number(e.height)+(e.density==="prominent"?Number(e.height):0)-(e.density==="comfortable"?8:0)-(e.density==="compact"?16:0),10)),d=O(()=>u.value?parseInt(Number(e.extensionHeight)+(e.density==="prominent"?Number(e.extensionHeight):0)-(e.density==="comfortable"?4:0)-(e.density==="compact"?8:0),10):0);return Xs({VBtn:{variant:"text"}}),ot(()=>{var E;const v=!!(e.title||n.title),y=!!(n.image||e.image),T=(E=n.extension)==null?void 0:E.call(n);return u.value=!!(e.extended||T),M(e.tag,{class:["v-toolbar",{"v-toolbar--absolute":e.absolute,"v-toolbar--collapse":e.collapse,"v-toolbar--flat":e.flat,"v-toolbar--floating":e.floating,[`v-toolbar--density-${e.density}`]:!0},r.value,o.value,i.value,l.value,a.value,c.value,e.class],style:[s.value,e.style]},{default:()=>[y&&M("div",{key:"image",class:"v-toolbar__image"},[n.image?M(ss,{key:"image-defaults",disabled:!e.image,defaults:{VImg:{cover:!0,src:e.image}}},n.image):M(am,{key:"image-img",cover:!0,src:e.image},null)]),M(ss,{defaults:{VTabs:{height:Ee(f.value)}}},{default:()=>{var k,N,W;return[M("div",{class:"v-toolbar__content",style:{height:Ee(f.value)}},[n.prepend&&M("div",{class:"v-toolbar__prepend"},[(k=n.prepend)==null?void 0:k.call(n)]),v&&M(qg,{key:"title",text:e.title},{text:n.title}),(N=n.default)==null?void 0:N.call(n),n.append&&M("div",{class:"v-toolbar__append"},[(W=n.append)==null?void 0:W.call(n)])])]}}),M(ss,{defaults:{VTabs:{height:Ee(d.value)}}},{default:()=>[M(Xg,null,{default:()=>[u.value&&M("div",{class:"v-toolbar__extension",style:{height:Ee(d.value)}},[T])]})]})]})}),{contentHeight:f,extensionHeight:d}}}),cm=ce({scrollTarget:{type:String},scrollThreshold:{type:[String,Number],default:300}},"scroll");function fm(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{canScroll:n}=t;let r=0;const s=Ce(null),o=ae(0),i=ae(0),l=ae(0),a=ae(!1),c=ae(!1),u=O(()=>Number(e.scrollThreshold)),f=O(()=>ia((u.value-o.value)/u.value||0)),d=()=>{const m=s.value;!m||n&&!n.value||(r=o.value,o.value="window"in m?m.pageYOffset:m.scrollTop,c.value=o.value<r,l.value=Math.abs(o.value-u.value))};return ve(c,()=>{i.value=i.value||o.value}),ve(a,()=>{i.value=0}),Ut(()=>{ve(()=>e.scrollTarget,m=>{var y;const v=m?document.querySelector(m):window;v&&v!==s.value&&((y=s.value)==null||y.removeEventListener("scroll",d),s.value=v,s.value.addEventListener("scroll",d,{passive:!0}))},{immediate:!0})}),Rt(()=>{var m;(m=s.value)==null||m.removeEventListener("scroll",d)}),n&&ve(n,d,{immediate:!0}),{scrollThreshold:u,currentScroll:o,currentThreshold:l,isScrollActive:a,scrollRatio:f,isScrollingUp:c,savedScroll:i}}function so(){const e=ae(!1);return Ut(()=>{window.requestAnimationFrame(()=>{e.value=!0})}),{ssrBootStyles:O(()=>e.value?void 0:{transition:"none !important"}),isBooted:xr(e)}}const dm=ce({scrollBehavior:String,modelValue:{type:Boolean,default:!0},location:{type:String,default:"top",validator:e=>["top","bottom"].includes(e)},...Ga(),...Sa(),...cm(),height:{type:[Number,String],default:64}},"VAppBar"),hm=Fe()({name:"VAppBar",props:dm(),emits:{"update:modelValue":e=>!0},setup(e,t){let{slots:n}=t;const r=Ce(),s=Js(e,"modelValue"),o=O(()=>{var k;const E=new Set(((k=e.scrollBehavior)==null?void 0:k.split(" "))??[]);return{hide:E.has("hide"),inverted:E.has("inverted"),collapse:E.has("collapse"),elevate:E.has("elevate"),fadeImage:E.has("fade-image")}}),i=O(()=>{const E=o.value;return E.hide||E.inverted||E.collapse||E.elevate||E.fadeImage||!s.value}),{currentScroll:l,scrollThreshold:a,isScrollingUp:c,scrollRatio:u}=fm(e,{canScroll:i}),f=O(()=>e.collapse||o.value.collapse&&(o.value.inverted?u.value>0:u.value===0)),d=O(()=>e.flat||o.value.elevate&&(o.value.inverted?l.value>0:l.value===0)),m=O(()=>o.value.fadeImage?o.value.inverted?1-u.value:u.value:void 0),v=O(()=>{var N,W;if(o.value.hide&&o.value.inverted)return 0;const E=((N=r.value)==null?void 0:N.contentHeight)??0,k=((W=r.value)==null?void 0:W.extensionHeight)??0;return E+k});xn(O(()=>!!e.scrollBehavior),()=>{$n(()=>{o.value.hide?o.value.inverted?s.value=l.value>a.value:s.value=c.value||l.value<a.value:s.value=!0})});const{ssrBootStyles:y}=so(),{layoutItemStyles:T}=wa({id:e.name,order:O(()=>parseInt(e.order,10)),position:sn(e,"location"),layoutSize:v,elementSize:ae(void 0),active:s,absolute:sn(e,"absolute")});return ot(()=>{const E=ji.filterProps(e);return M(ji,Vt({ref:r,class:["v-app-bar",{"v-app-bar--bottom":e.location==="bottom"},e.class],style:[{...T.value,"--v-toolbar-image-opacity":m.value,height:void 0,...y.value},e.style]},E,{collapse:f.value,flat:d.value}),n)}),{}}});function gm(){var e,t;return(t=(e=Ke("useRouter"))==null?void 0:e.proxy)==null?void 0:t.$router}const mm=ce({scrollable:Boolean,...dt(),...gn({tag:"main"})},"VMain"),vm=Fe()({name:"VMain",props:mm(),setup(e,t){let{slots:n}=t;const{mainStyles:r}=hh(),{ssrBootStyles:s}=so();return ot(()=>M(e.tag,{class:["v-main",{"v-main--scrollable":e.scrollable},e.class],style:[r.value,s.value,e.style]},{default:()=>{var o,i;return[e.scrollable?M("div",{class:"v-main__scroller"},[(o=n.default)==null?void 0:o.call(n)]):(i=n.default)==null?void 0:i.call(n)]}})),{}}});function pm(e){let{rootEl:t,isSticky:n,layoutItemStyles:r}=e;const s=ae(!1),o=ae(0),i=O(()=>{const c=typeof s.value=="boolean"?"top":s.value;return[n.value?{top:"auto",bottom:"auto",height:void 0}:void 0,s.value?{[c]:Ee(o.value)}:{top:r.value.top}]});Ut(()=>{ve(n,c=>{c?window.addEventListener("scroll",a,{passive:!0}):window.removeEventListener("scroll",a)},{immediate:!0})}),Rt(()=>{window.removeEventListener("scroll",a)});let l=0;function a(){const c=l>window.scrollY?"up":"down",u=t.value.getBoundingClientRect(),f=parseFloat(r.value.top??0),d=window.scrollY-Math.max(0,o.value-f),m=u.height+Math.max(o.value,f)-window.scrollY-window.innerHeight,v=parseFloat(getComputedStyle(t.value).getPropertyValue("--v-body-scroll-y"))||0;u.height<window.innerHeight-f?(s.value="top",o.value=f):c==="up"&&s.value==="bottom"||c==="down"&&s.value==="top"?(o.value=window.scrollY+u.top-v,s.value=!0):c==="down"&&m<=0?(o.value=0,s.value="bottom"):c==="up"&&d<=0&&(v?s.value!=="top"&&(o.value=-d+v+f,s.value="top"):(o.value=u.top+d,s.value="top")),l=window.scrollY}return{isStuck:s,stickyStyles:i}}const ym=100,bm=20;function Wi(e){return(e<0?-1:1)*Math.sqrt(Math.abs(e))*1.41421356237}function Ui(e){if(e.length<2)return 0;if(e.length===2)return e[1].t===e[0].t?0:(e[1].d-e[0].d)/(e[1].t-e[0].t);let t=0;for(let n=e.length-1;n>0;n--){if(e[n].t===e[n-1].t)continue;const r=Wi(t),s=(e[n].d-e[n-1].d)/(e[n].t-e[n-1].t);t+=(s-r)*Math.abs(s),n===e.length-1&&(t*=.5)}return Wi(t)*1e3}function _m(){const e={};function t(s){Array.from(s.changedTouches).forEach(o=>{(e[o.identifier]??(e[o.identifier]=new kf(bm))).push([s.timeStamp,o])})}function n(s){Array.from(s.changedTouches).forEach(o=>{delete e[o.identifier]})}function r(s){var c;const o=(c=e[s])==null?void 0:c.values().reverse();if(!o)throw new Error(`No samples for touch id ${s}`);const i=o[0],l=[],a=[];for(const u of o){if(i[0]-u[0]>ym)break;l.push({t:u[0],d:u[1].clientX}),a.push({t:u[0],d:u[1].clientY})}return{x:Ui(l),y:Ui(a),get direction(){const{x:u,y:f}=this,[d,m]=[Math.abs(u),Math.abs(f)];return d>m&&u>=0?"right":d>m&&u<=0?"left":m>d&&f>=0?"down":m>d&&f<=0?"up":Sm()}}}return{addMovement:t,endTouch:n,getVelocity:r}}function Sm(){throw new Error}function wm(e){let{isActive:t,isTemporary:n,width:r,touchless:s,position:o}=e;Ut(()=>{window.addEventListener("touchstart",E,{passive:!0}),window.addEventListener("touchmove",k,{passive:!1}),window.addEventListener("touchend",N,{passive:!0})}),Rt(()=>{window.removeEventListener("touchstart",E),window.removeEventListener("touchmove",k),window.removeEventListener("touchend",N)});const i=O(()=>["left","right"].includes(o.value)),{addMovement:l,endTouch:a,getVelocity:c}=_m();let u=!1;const f=ae(!1),d=ae(0),m=ae(0);let v;function y(L,C){return(o.value==="left"?L:o.value==="right"?document.documentElement.clientWidth-L:o.value==="top"?L:o.value==="bottom"?document.documentElement.clientHeight-L:Xt())-(C?r.value:0)}function T(L){let C=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;const H=o.value==="left"?(L-m.value)/r.value:o.value==="right"?(document.documentElement.clientWidth-L-m.value)/r.value:o.value==="top"?(L-m.value)/r.value:o.value==="bottom"?(document.documentElement.clientHeight-L-m.value)/r.value:Xt();return C?Math.max(0,Math.min(1,H)):H}function E(L){if(s.value)return;const C=L.changedTouches[0].clientX,H=L.changedTouches[0].clientY,S=25,I=o.value==="left"?C<S:o.value==="right"?C>document.documentElement.clientWidth-S:o.value==="top"?H<S:o.value==="bottom"?H>document.documentElement.clientHeight-S:Xt(),B=t.value&&(o.value==="left"?C<r.value:o.value==="right"?C>document.documentElement.clientWidth-r.value:o.value==="top"?H<r.value:o.value==="bottom"?H>document.documentElement.clientHeight-r.value:Xt());(I||B||t.value&&n.value)&&(u=!0,v=[C,H],m.value=y(i.value?C:H,t.value),d.value=T(i.value?C:H),a(L),l(L))}function k(L){const C=L.changedTouches[0].clientX,H=L.changedTouches[0].clientY;if(u){if(!L.cancelable){u=!1;return}const I=Math.abs(C-v[0]),B=Math.abs(H-v[1]);(i.value?I>B&&I>3:B>I&&B>3)?(f.value=!0,u=!1):(i.value?B:I)>3&&(u=!1)}if(!f.value)return;L.preventDefault(),l(L);const S=T(i.value?C:H,!1);d.value=Math.max(0,Math.min(1,S)),S>1?m.value=y(i.value?C:H,!0):S<0&&(m.value=y(i.value?C:H,!1))}function N(L){if(u=!1,!f.value)return;l(L),f.value=!1;const C=c(L.changedTouches[0].identifier),H=Math.abs(C.x),S=Math.abs(C.y);(i.value?H>S&&H>400:S>H&&S>3)?t.value=C.direction===({left:"right",right:"left",top:"down",bottom:"up"}[o.value]||Xt()):t.value=d.value>.5}const W=O(()=>f.value?{transform:o.value==="left"?`translateX(calc(-100% + ${d.value*r.value}px))`:o.value==="right"?`translateX(calc(100% - ${d.value*r.value}px))`:o.value==="top"?`translateY(calc(-100% + ${d.value*r.value}px))`:o.value==="bottom"?`translateY(calc(100% - ${d.value*r.value}px))`:Xt(),transition:"none"}:void 0);return{isDragging:f,dragProgress:d,dragStyles:W}}function Xt(){throw new Error}function xm(){const t=Ke("useScopeId").vnode.scopeId;return{scopeId:t?{[t]:""}:void 0}}const Cm=["start","end","left","right","top","bottom"],Em=ce({color:String,disableResizeWatcher:Boolean,disableRouteWatcher:Boolean,expandOnHover:Boolean,floating:Boolean,modelValue:{type:Boolean,default:null},permanent:Boolean,rail:{type:Boolean,default:null},railWidth:{type:[Number,String],default:56},scrim:{type:[Boolean,String],default:!0},image:String,temporary:Boolean,touchless:Boolean,width:{type:[Number,String],default:256},location:{type:String,default:"start",validator:e=>Cm.includes(e)},sticky:Boolean,...Ua(),...dt(),...Qd(),...Ka(),...Sa(),...no(),...gn({tag:"nav"}),...$r()},"VNavigationDrawer"),Pm=Fe()({name:"VNavigationDrawer",props:Em(),emits:{"update:modelValue":e=>!0,"update:rail":e=>!0},setup(e,t){let{attrs:n,emit:r,slots:s}=t;const{isRtl:o}=Lr(),{themeClasses:i}=Nr(e),{borderClasses:l}=za(e),{backgroundColorClasses:a,backgroundColorStyles:c}=pr(sn(e,"color")),{elevationClasses:u}=Ya(e),{displayClasses:f,mobile:d}=Jd(e),{roundedClasses:m}=ro(e),v=gm(),y=Js(e,"modelValue",null,pe=>!!pe),{ssrBootStyles:T}=so(),{scopeId:E}=xm(),k=Ce(),N=ae(!1),W=O(()=>e.rail&&e.expandOnHover&&N.value?Number(e.width):Number(e.rail?e.railWidth:e.width)),L=O(()=>Lf(e.location,o.value)),C=O(()=>!e.permanent&&(d.value||e.temporary)),H=O(()=>e.sticky&&!C.value&&L.value!=="bottom");xn(()=>e.expandOnHover&&e.rail!=null,()=>{ve(N,pe=>r("update:rail",!pe))}),xn(()=>!e.disableResizeWatcher,()=>{ve(C,pe=>!e.permanent&&dn(()=>y.value=!pe))}),xn(()=>!e.disableRouteWatcher&&!!v,()=>{ve(v.currentRoute,()=>C.value&&(y.value=!1))}),ve(()=>e.permanent,pe=>{pe&&(y.value=!0)}),Us(()=>{e.modelValue!=null||C.value||(y.value=e.permanent||!d.value)});const{isDragging:S,dragProgress:I,dragStyles:B}=wm({isActive:y,isTemporary:C,width:W,touchless:sn(e,"touchless"),position:L}),Z=O(()=>{const pe=C.value?0:e.rail&&e.expandOnHover?Number(e.railWidth):W.value;return S.value?pe*I.value:pe}),{layoutItemStyles:x,layoutItemScrimStyles:z}=wa({id:e.name,order:O(()=>parseInt(e.order,10)),position:L,layoutSize:Z,elementSize:W,active:O(()=>y.value||S.value),disableTransitions:O(()=>S.value),absolute:O(()=>e.absolute||H.value&&typeof te.value!="string")}),{isStuck:te,stickyStyles:be}=pm({rootEl:k,isSticky:H,layoutItemStyles:x}),Q=pr(O(()=>typeof e.scrim=="string"?e.scrim:null)),re=O(()=>({...S.value?{opacity:I.value*.2,transition:"none"}:void 0,...z.value}));Xs({VList:{bgColor:"transparent"}});function ne(){N.value=!0}function Ae(){N.value=!1}return ot(()=>{const pe=s.image||e.image;return M(Me,null,[M(e.tag,Vt({ref:k,onMouseenter:ne,onMouseleave:Ae,class:["v-navigation-drawer",`v-navigation-drawer--${L.value}`,{"v-navigation-drawer--expand-on-hover":e.expandOnHover,"v-navigation-drawer--floating":e.floating,"v-navigation-drawer--is-hovering":N.value,"v-navigation-drawer--rail":e.rail,"v-navigation-drawer--temporary":C.value,"v-navigation-drawer--active":y.value,"v-navigation-drawer--sticky":H.value},i.value,a.value,l.value,f.value,u.value,m.value,e.class],style:[c.value,x.value,B.value,T.value,be.value,e.style]},E,n),{default:()=>{var Oe,ye,$e,Ye;return[pe&&M("div",{key:"image",class:"v-navigation-drawer__img"},[s.image?(Oe=s.image)==null?void 0:Oe.call(s,{image:e.image}):M("img",{src:e.image,alt:""},null)]),s.prepend&&M("div",{class:"v-navigation-drawer__prepend"},[(ye=s.prepend)==null?void 0:ye.call(s)]),M("div",{class:"v-navigation-drawer__content"},[($e=s.default)==null?void 0:$e.call(s)]),s.append&&M("div",{class:"v-navigation-drawer__append"},[(Ye=s.append)==null?void 0:Ye.call(s)])]}}),M(hn,{name:"fade-transition"},{default:()=>[C.value&&(S.value||y.value)&&!!e.scrim&&M("div",Vt({class:["v-navigation-drawer__scrim",Q.backgroundColorClasses.value],style:[re.value,Q.backgroundColorStyles.value],onClick:()=>y.value=!1},E),null)]})])}),{isStuck:te}}}),Tm=Nn({__name:"App",setup(e){return(t,n)=>{const r=Ku("router-view");return tr(),Ac(Yg,null,{default:On(()=>[M(vm,null,{default:On(()=>[M(hm),M(Pm,{rail:""}),M(r)]),_:1})]),_:1})}}}),qa=wf(Tm);zg(qa);qa.mount("#app");
|