mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-09-11 13:13:42 +08:00
18 lines
93 KiB
JavaScript
18 lines
93 KiB
JavaScript
/**
|
|
* @vue/shared v3.4.21
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
* @license MIT
|
|
**/function Sr(e,t){const n=new Set(e.split(","));return t?r=>n.has(r.toLowerCase()):r=>n.has(r)}const te={},mt=[],xe=()=>{},Ti=()=>!1,qt=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Tr=e=>e.startsWith("onUpdate:"),oe=Object.assign,Ar=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Ai=Object.prototype.hasOwnProperty,J=(e,t)=>Ai.call(e,t),U=Array.isArray,yt=e=>Ln(e)==="[object Map]",zs=e=>Ln(e)==="[object Set]",q=e=>typeof e=="function",ne=e=>typeof e=="string",At=e=>typeof e=="symbol",Z=e=>e!==null&&typeof e=="object",Xs=e=>(Z(e)||q(e))&&q(e.then)&&q(e.catch),Ys=Object.prototype.toString,Ln=e=>Ys.call(e),Ri=e=>Ln(e).slice(8,-1),Js=e=>Ln(e)==="[object Object]",Rr=e=>ne(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,_t=Sr(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),On=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Li=/-(\w)/g,Me=On(e=>e.replace(Li,(t,n)=>n?n.toUpperCase():"")),Oi=/\B([A-Z])/g,at=On(e=>e.replace(Oi,"-$1").toLowerCase()),In=On(e=>e.charAt(0).toUpperCase()+e.slice(1)),gn=On(e=>e?`on${In(e)}`:""),Ze=(e,t)=>!Object.is(e,t),zn=(e,t)=>{for(let n=0;n<e.length;n++)e[n](t)},vn=(e,t,n)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},Ii=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Pi=e=>{const t=ne(e)?Number(e):NaN;return isNaN(t)?e:t};let Zr;const Qs=()=>Zr||(Zr=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Pn(e){if(U(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],s=ne(r)?$i(r):Pn(r);if(s)for(const o in s)t[o]=s[o]}return t}else if(ne(e)||Z(e))return e}const Mi=/;(?![^(]*\))/g,Ni=/:([^]+)/,Fi=/\/\*[^]*?\*\//g;function $i(e){const t={};return e.replace(Fi,"").split(Mi).forEach(n=>{if(n){const r=n.split(Ni);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Mn(e){let t="";if(ne(e))t=e;else if(U(e))for(let n=0;n<e.length;n++){const r=Mn(e[n]);r&&(t+=r+" ")}else if(Z(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}function ru(e){if(!e)return null;let{class:t,style:n}=e;return t&&!ne(t)&&(e.class=Mn(t)),n&&(e.style=Pn(n)),e}const Hi="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",ji=Sr(Hi);function Zs(e){return!!e||e===""}const su=e=>ne(e)?e:e==null?"":U(e)||Z(e)&&(e.toString===Ys||!q(e.toString))?JSON.stringify(e,eo,2):String(e),eo=(e,t)=>t&&t.__v_isRef?eo(e,t.value):yt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,s],o)=>(n[Xn(r,o)+" =>"]=s,n),{})}:zs(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>Xn(n))}:At(t)?Xn(t):Z(t)&&!U(t)&&!Js(t)?String(t):t,Xn=(e,t="")=>{var n;return At(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 ve;class Vi{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=ve,!t&&ve&&(this.index=(ve.scopes||(ve.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=ve;try{return ve=this,t()}finally{ve=n}}}on(){ve=this}off(){ve=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 Di(e,t=ve){t&&t.active&&t.effects.push(e)}function to(){return ve}function ki(e){ve&&ve.cleanups.push(e)}let it;class Lr{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,Di(this,s)}get dirty(){if(this._dirtyLevel===2||this._dirtyLevel===3){this._dirtyLevel=1,ut();for(let t=0;t<this._depsLength;t++){const n=this.deps[t];if(n.computed&&(Ui(n.computed),this._dirtyLevel>=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),ft()}return this._dirtyLevel>=4}set dirty(t){this._dirtyLevel=t?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=Ye,n=it;try{return Ye=!0,it=this,this._runnings++,es(this),this.fn()}finally{ts(this),this._runnings--,it=n,Ye=t}}stop(){var t;this.active&&(es(this),ts(this),(t=this.onStop)==null||t.call(this),this.active=!1)}}function Ui(e){return e.value}function es(e){e._trackId++,e._depsLength=0}function ts(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t<e.deps.length;t++)no(e.deps[t],e);e.deps.length=e._depsLength}}function no(e,t){const n=e.get(t);n!==void 0&&t._trackId!==n&&(e.delete(t),e.size===0&&e.cleanup())}let Ye=!0,dr=0;const ro=[];function ut(){ro.push(Ye),Ye=!1}function ft(){const e=ro.pop();Ye=e===void 0?!0:e}function Or(){dr++}function Ir(){for(dr--;!dr&&hr.length;)hr.shift()()}function so(e,t,n){if(t.get(e)!==e._trackId){t.set(e,e._trackId);const r=e.deps[e._depsLength];r!==t?(r&&no(r,e),e.deps[e._depsLength++]=t):e._depsLength++}}const hr=[];function oo(e,t,n){Or();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&&hr.push(r.scheduler)))}Ir()}const io=(e,t)=>{const n=new Map;return n.cleanup=e,n.computed=t,n},bn=new WeakMap,lt=Symbol(""),pr=Symbol("");function ye(e,t,n){if(Ye&&it){let r=bn.get(e);r||bn.set(e,r=new Map);let s=r.get(n);s||r.set(n,s=io(()=>r.delete(n))),so(it,s)}}function je(e,t,n,r,s,o){const i=bn.get(e);if(!i)return;let l=[];if(t==="clear")l=[...i.values()];else if(n==="length"&&U(e)){const c=Number(r);i.forEach((a,f)=>{(f==="length"||!At(f)&&f>=c)&&l.push(a)})}else switch(n!==void 0&&l.push(i.get(n)),t){case"add":U(e)?Rr(n)&&l.push(i.get("length")):(l.push(i.get(lt)),yt(e)&&l.push(i.get(pr)));break;case"delete":U(e)||(l.push(i.get(lt)),yt(e)&&l.push(i.get(pr)));break;case"set":yt(e)&&l.push(i.get(lt));break}Or();for(const c of l)c&&oo(c,4);Ir()}function Bi(e,t){var n;return(n=bn.get(e))==null?void 0:n.get(t)}const Ki=Sr("__proto__,__v_isRef,__isVue"),lo=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(At)),ns=Wi();function Wi(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const r=Y(this);for(let o=0,i=this.length;o<i;o++)ye(r,"get",o+"");const s=r[t](...n);return s===-1||s===!1?r[t](...n.map(Y)):s}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...n){ut(),Or();const r=Y(this)[t].apply(this,n);return Ir(),ft(),r}}),e}function qi(e){const t=Y(this);return ye(t,"has",e),t.hasOwnProperty(e)}class co{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?ol:ho:o?fo:uo).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const i=U(t);if(!s){if(i&&J(ns,n))return Reflect.get(ns,n,r);if(n==="hasOwnProperty")return qi}const l=Reflect.get(t,n,r);return(At(n)?lo.has(n):Ki(n))||(s||ye(t,"get",n),o)?l:he(l)?i&&Rr(n)?l:l.value:Z(l)?s?$n(l):Fn(l):l}}class ao extends co{constructor(t=!1){super(!1,t)}set(t,n,r,s){let o=t[n];if(!this._isShallow){const c=xt(o);if(!wn(r)&&!xt(r)&&(o=Y(o),r=Y(r)),!U(t)&&he(o)&&!he(r))return c?!1:(o.value=r,!0)}const i=U(t)&&Rr(n)?Number(n)<t.length:J(t,n),l=Reflect.set(t,n,r,s);return t===Y(s)&&(i?Ze(r,o)&&je(t,"set",n,r):je(t,"add",n,r)),l}deleteProperty(t,n){const r=J(t,n);t[n];const s=Reflect.deleteProperty(t,n);return s&&r&&je(t,"delete",n,void 0),s}has(t,n){const r=Reflect.has(t,n);return(!At(n)||!lo.has(n))&&ye(t,"has",n),r}ownKeys(t){return ye(t,"iterate",U(t)?"length":lt),Reflect.ownKeys(t)}}class Gi extends co{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const zi=new ao,Xi=new Gi,Yi=new ao(!0),Pr=e=>e,Nn=e=>Reflect.getPrototypeOf(e);function en(e,t,n=!1,r=!1){e=e.__v_raw;const s=Y(e),o=Y(t);n||(Ze(t,o)&&ye(s,"get",t),ye(s,"get",o));const{has:i}=Nn(s),l=r?Pr:n?Fr:Dt;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 tn(e,t=!1){const n=this.__v_raw,r=Y(n),s=Y(e);return t||(Ze(e,s)&&ye(r,"has",e),ye(r,"has",s)),e===s?n.has(e):n.has(e)||n.has(s)}function nn(e,t=!1){return e=e.__v_raw,!t&&ye(Y(e),"iterate",lt),Reflect.get(e,"size",e)}function rs(e){e=Y(e);const t=Y(this);return Nn(t).has.call(t,e)||(t.add(e),je(t,"add",e,e)),this}function ss(e,t){t=Y(t);const n=Y(this),{has:r,get:s}=Nn(n);let o=r.call(n,e);o||(e=Y(e),o=r.call(n,e));const i=s.call(n,e);return n.set(e,t),o?Ze(t,i)&&je(n,"set",e,t):je(n,"add",e,t),this}function os(e){const t=Y(this),{has:n,get:r}=Nn(t);let s=n.call(t,e);s||(e=Y(e),s=n.call(t,e)),r&&r.call(t,e);const o=t.delete(e);return s&&je(t,"delete",e,void 0),o}function is(){const e=Y(this),t=e.size!==0,n=e.clear();return t&&je(e,"clear",void 0,void 0),n}function rn(e,t){return function(r,s){const o=this,i=o.__v_raw,l=Y(i),c=t?Pr:e?Fr:Dt;return!e&&ye(l,"iterate",lt),i.forEach((a,f)=>r.call(s,c(a),c(f),o))}}function sn(e,t,n){return function(...r){const s=this.__v_raw,o=Y(s),i=yt(o),l=e==="entries"||e===Symbol.iterator&&i,c=e==="keys"&&i,a=s[e](...r),f=n?Pr:t?Fr:Dt;return!t&&ye(o,"iterate",c?pr:lt),{next(){const{value:h,done:p}=a.next();return p?{value:h,done:p}:{value:l?[f(h[0]),f(h[1])]:f(h),done:p}},[Symbol.iterator](){return this}}}}function Ue(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function Ji(){const e={get(o){return en(this,o)},get size(){return nn(this)},has:tn,add:rs,set:ss,delete:os,clear:is,forEach:rn(!1,!1)},t={get(o){return en(this,o,!1,!0)},get size(){return nn(this)},has:tn,add:rs,set:ss,delete:os,clear:is,forEach:rn(!1,!0)},n={get(o){return en(this,o,!0)},get size(){return nn(this,!0)},has(o){return tn.call(this,o,!0)},add:Ue("add"),set:Ue("set"),delete:Ue("delete"),clear:Ue("clear"),forEach:rn(!0,!1)},r={get(o){return en(this,o,!0,!0)},get size(){return nn(this,!0)},has(o){return tn.call(this,o,!0)},add:Ue("add"),set:Ue("set"),delete:Ue("delete"),clear:Ue("clear"),forEach:rn(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(o=>{e[o]=sn(o,!1,!1),n[o]=sn(o,!0,!1),t[o]=sn(o,!1,!0),r[o]=sn(o,!0,!0)}),[e,n,t,r]}const[Qi,Zi,el,tl]=Ji();function Mr(e,t){const n=t?e?tl:el:e?Zi:Qi;return(r,s,o)=>s==="__v_isReactive"?!e:s==="__v_isReadonly"?e:s==="__v_raw"?r:Reflect.get(J(n,s)&&s in r?n:r,s,o)}const nl={get:Mr(!1,!1)},rl={get:Mr(!1,!0)},sl={get:Mr(!0,!1)},uo=new WeakMap,fo=new WeakMap,ho=new WeakMap,ol=new WeakMap;function il(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function ll(e){return e.__v_skip||!Object.isExtensible(e)?0:il(Ri(e))}function Fn(e){return xt(e)?e:Nr(e,!1,zi,nl,uo)}function cl(e){return Nr(e,!1,Yi,rl,fo)}function $n(e){return Nr(e,!0,Xi,sl,ho)}function Nr(e,t,n,r,s){if(!Z(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const o=s.get(e);if(o)return o;const i=ll(e);if(i===0)return e;const l=new Proxy(e,i===2?r:n);return s.set(e,l),l}function vt(e){return xt(e)?vt(e.__v_raw):!!(e&&e.__v_isReactive)}function xt(e){return!!(e&&e.__v_isReadonly)}function wn(e){return!!(e&&e.__v_isShallow)}function po(e){return vt(e)||xt(e)}function Y(e){const t=e&&e.__v_raw;return t?Y(t):e}function Pt(e){return Object.isExtensible(e)&&vn(e,"__v_skip",!0),e}const Dt=e=>Z(e)?Fn(e):e,Fr=e=>Z(e)?$n(e):e;class go{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 Lr(()=>t(this._value),()=>bt(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=Y(this);return(!t._cacheable||t.effect.dirty)&&Ze(t._value,t._value=t.effect.run())&&bt(t,4),$r(t),t.effect._dirtyLevel>=2&&bt(t,2),t._value}set value(t){this._setter(t)}get _dirty(){return this.effect.dirty}set _dirty(t){this.effect.dirty=t}}function al(e,t,n=!1){let r,s;const o=q(e);return o?(r=e,s=xe):(r=e.get,s=e.set),new go(r,s,o||!s,n)}function $r(e){var t;Ye&&it&&(e=Y(e),so(it,(t=e.dep)!=null?t:e.dep=io(()=>e.dep=void 0,e instanceof go?e:void 0)))}function bt(e,t=4,n){e=Y(e);const r=e.dep;r&&oo(r,t)}function he(e){return!!(e&&e.__v_isRef===!0)}function le(e){return yo(e,!1)}function mo(e){return yo(e,!0)}function yo(e,t){return he(e)?e:new ul(e,t)}class ul{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:Y(t),this._value=n?t:Dt(t)}get value(){return $r(this),this._value}set value(t){const n=this.__v_isShallow||wn(t)||xt(t);t=n?t:Y(t),Ze(t,this._rawValue)&&(this._rawValue=t,this._value=n?t:Dt(t),bt(this,4))}}function ou(e){bt(e,4)}function _o(e){return he(e)?e.value:e}const fl={get:(e,t,n)=>_o(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 vo(e){return vt(e)?e:new Proxy(e,fl)}class dl{constructor(t){this.dep=void 0,this.__v_isRef=!0;const{get:n,set:r}=t(()=>$r(this),()=>bt(this));this._get=n,this._set=r}get value(){return this._get()}set value(t){this._set(t)}}function hl(e){return new dl(e)}class pl{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 Bi(Y(this._object),this._key)}}class gl{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function ml(e,t,n){return he(e)?e:q(e)?new gl(e):Z(e)&&arguments.length>1?yl(e,t,n):le(e)}function yl(e,t,n){const r=e[t];return he(r)?r:new pl(e,t,n)}/**
|
|
* @vue/runtime-core v3.4.21
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
* @license MIT
|
|
**/function Je(e,t,n,r){try{return r?e(...r):e()}catch(s){Gt(s,t,n)}}function Se(e,t,n,r){if(q(e)){const o=Je(e,t,n,r);return o&&Xs(o)&&o.catch(i=>{Gt(i,t,n)}),o}const s=[];for(let o=0;o<e.length;o++)s.push(Se(e[o],t,n,r));return s}function Gt(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 a=o.ec;if(a){for(let f=0;f<a.length;f++)if(a[f](e,i,l)===!1)return}o=o.parent}const c=t.appContext.config.errorHandler;if(c){Je(c,null,10,[e,i,l]);return}}_l(e,n,s,r)}function _l(e,t,n,r=!0){console.error(e)}let kt=!1,gr=!1;const fe=[];let Pe=0;const wt=[];let qe=null,st=0;const bo=Promise.resolve();let Hr=null;function Hn(e){const t=Hr||bo;return e?t.then(this?e.bind(this):e):t}function vl(e){let t=Pe+1,n=fe.length;for(;t<n;){const r=t+n>>>1,s=fe[r],o=Ut(s);o<e||o===e&&s.pre?t=r+1:n=r}return t}function jn(e){(!fe.length||!fe.includes(e,kt&&e.allowRecurse?Pe+1:Pe))&&(e.id==null?fe.push(e):fe.splice(vl(e.id),0,e),wo())}function wo(){!kt&&!gr&&(gr=!0,Hr=bo.then(Eo))}function bl(e){const t=fe.indexOf(e);t>Pe&&fe.splice(t,1)}function wl(e){U(e)?wt.push(...e):(!qe||!qe.includes(e,e.allowRecurse?st+1:st))&&wt.push(e),wo()}function ls(e,t,n=kt?Pe+1:0){for(;n<fe.length;n++){const r=fe[n];if(r&&r.pre){if(e&&r.id!==e.uid)continue;fe.splice(n,1),n--,r()}}}function En(e){if(wt.length){const t=[...new Set(wt)].sort((n,r)=>Ut(n)-Ut(r));if(wt.length=0,qe){qe.push(...t);return}for(qe=t,st=0;st<qe.length;st++)qe[st]();qe=null,st=0}}const Ut=e=>e.id==null?1/0:e.id,El=(e,t)=>{const n=Ut(e)-Ut(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function Eo(e){gr=!1,kt=!0,fe.sort(El);try{for(Pe=0;Pe<fe.length;Pe++){const t=fe[Pe];t&&t.active!==!1&&Je(t,null,14)}}finally{Pe=0,fe.length=0,En(),kt=!1,Hr=null,(fe.length||wt.length)&&Eo()}}function Cl(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||te;let s=n;const o=t.startsWith("update:"),i=o&&t.slice(7);if(i&&i in r){const f=`${i==="modelValue"?"model":i}Modifiers`,{number:h,trim:p}=r[f]||te;p&&(s=n.map(y=>ne(y)?y.trim():y)),h&&(s=n.map(Ii))}let l,c=r[l=gn(t)]||r[l=gn(Me(t))];!c&&o&&(c=r[l=gn(at(t))]),c&&Se(c,e,6,s);const a=r[l+"Once"];if(a){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,Se(a,e,6,s)}}function Co(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(!q(e)){const c=a=>{const f=Co(a,t,!0);f&&(l=!0,oe(i,f))};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}return!o&&!l?(Z(e)&&r.set(e,null),null):(U(o)?o.forEach(c=>i[c]=null):oe(i,o),Z(e)&&r.set(e,i),i)}function Vn(e,t){return!e||!qt(t)?!1:(t=t.slice(2).replace(/Once$/,""),J(e,t[0].toLowerCase()+t.slice(1))||J(e,at(t))||J(e,t))}let de=null,Dn=null;function Cn(e){const t=de;return de=e,Dn=e&&e.type.__scopeId||null,t}function iu(e){Dn=e}function lu(){Dn=null}function xl(e,t=de,n){if(!t||e._n)return e;const r=(...s)=>{r._d&&ws(-1);const o=Cn(t);let i;try{i=e(...s)}finally{Cn(o),r._d&&ws(1)}return i};return r._n=!0,r._c=!0,r._d=!0,r}function Yn(e){const{type:t,vnode:n,proxy:r,withProxy:s,props:o,propsOptions:[i],slots:l,attrs:c,emit:a,render:f,renderCache:h,data:p,setupState:y,ctx:w,inheritAttrs:I}=e;let N,K;const B=Cn(e);try{if(n.shapeFlag&4){const _=s||r,P=_;N=Ae(f.call(P,_,h,o,y,p,w)),K=c}else{const _=t;N=Ae(_.length>1?_(o,{attrs:c,slots:l,emit:a}):_(o,null)),K=t.props?c:Sl(c)}}catch(_){Ht.length=0,Gt(_,e,1),N=re(be)}let g=N;if(K&&I!==!1){const _=Object.keys(K),{shapeFlag:P}=g;_.length&&P&7&&(i&&_.some(Tr)&&(K=Tl(K,i)),g=et(g,K))}return n.dirs&&(g=et(g),g.dirs=g.dirs?g.dirs.concat(n.dirs):n.dirs),n.transition&&(g.transition=n.transition),N=g,Cn(B),N}const Sl=e=>{let t;for(const n in e)(n==="class"||n==="style"||qt(n))&&((t||(t={}))[n]=e[n]);return t},Tl=(e,t)=>{const n={};for(const r in e)(!Tr(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function Al(e,t,n){const{props:r,children:s,component:o}=e,{props:i,children:l,patchFlag:c}=t,a=o.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&c>=0){if(c&1024)return!0;if(c&16)return r?cs(r,i,a):!!i;if(c&8){const f=t.dynamicProps;for(let h=0;h<f.length;h++){const p=f[h];if(i[p]!==r[p]&&!Vn(a,p))return!0}}}else return(s||l)&&(!l||!l.$stable)?!0:r===i?!1:r?i?cs(r,i,a):!0:!!i;return!1}function cs(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]&&!Vn(n,o))return!0}return!1}function Rl({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 jr="components";function cu(e,t){return So(jr,e,!0,t)||e}const xo=Symbol.for("v-ndc");function au(e){return ne(e)?So(jr,e,!1)||e:e||xo}function So(e,t,n=!0,r=!1){const s=de||ae;if(s){const o=s.type;if(e===jr){const l=xc(o,!1);if(l&&(l===t||l===Me(t)||l===In(Me(t))))return o}const i=as(s[e]||o[e],t)||as(s.appContext[e],t);return!i&&r?o:i}}function as(e,t){return e&&(e[t]||e[Me(t)]||e[In(Me(t))])}const Ll=e=>e.__isSuspense;function To(e,t){t&&t.pendingBranch?U(e)?t.effects.push(...e):t.effects.push(e):wl(e)}const Ol=Symbol.for("v-scx"),Il=()=>Ct(Ol);function Ao(e,t){return kn(e,null,t)}function uu(e,t){return kn(e,null,{flush:"post"})}const on={};function Ve(e,t,n){return kn(e,t,n)}function kn(e,t,{immediate:n,deep:r,flush:s,once:o,onTrack:i,onTrigger:l}=te){if(t&&o){const L=t;t=(...F)=>{L(...F),P()}}const c=ae,a=L=>r===!0?L:pt(L,r===!1?1:void 0);let f,h=!1,p=!1;if(he(e)?(f=()=>e.value,h=wn(e)):vt(e)?(f=()=>a(e),h=!0):U(e)?(p=!0,h=e.some(L=>vt(L)||wn(L)),f=()=>e.map(L=>{if(he(L))return L.value;if(vt(L))return a(L);if(q(L))return Je(L,c,2)})):q(e)?t?f=()=>Je(e,c,2):f=()=>(y&&y(),Se(e,c,3,[w])):f=xe,t&&r){const L=f;f=()=>pt(L())}let y,w=L=>{y=g.onStop=()=>{Je(L,c,4),y=g.onStop=void 0}},I;if(Jt)if(w=xe,t?n&&Se(t,c,3,[f(),p?[]:void 0,w]):f(),s==="sync"){const L=Il();I=L.__watcherHandles||(L.__watcherHandles=[])}else return xe;let N=p?new Array(e.length).fill(on):on;const K=()=>{if(!(!g.active||!g.dirty))if(t){const L=g.run();(r||h||(p?L.some((F,T)=>Ze(F,N[T])):Ze(L,N)))&&(y&&y(),Se(t,c,3,[L,N===on?void 0:p&&N[0]===on?[]:N,w]),N=L)}else g.run()};K.allowRecurse=!!t;let B;s==="sync"?B=K:s==="post"?B=()=>me(K,c&&c.suspense):(K.pre=!0,c&&(K.id=c.uid),B=()=>jn(K));const g=new Lr(f,xe,B),_=to(),P=()=>{g.stop(),_&&Ar(_.effects,g)};return t?n?K():N=g.run():s==="post"?me(g.run.bind(g),c&&c.suspense):g.run(),I&&I.push(P),P}function Pl(e,t,n){const r=this.proxy,s=ne(e)?e.includes(".")?Ro(r,e):()=>r[e]:e.bind(r,r);let o;q(t)?o=t:(o=t.handler,n=t);const i=Yt(this),l=kn(s,o.bind(r),n);return i(),l}function Ro(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 pt(e,t,n=0,r){if(!Z(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))pt(e.value,t,n,r);else if(U(e))for(let s=0;s<e.length;s++)pt(e[s],t,n,r);else if(zs(e)||yt(e))e.forEach(s=>{pt(s,t,n,r)});else if(Js(e))for(const s in e)pt(e[s],t,n,r);return e}function Ie(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 c=l.dir[r];c&&(ut(),Se(c,n,8,[e.el,l,e,t]),ft())}}const Ge=Symbol("_leaveCb"),ln=Symbol("_enterCb");function Lo(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return Rt(()=>{e.isMounted=!0}),No(()=>{e.isUnmounting=!0}),e}const we=[Function,Array],Oo={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:we,onEnter:we,onAfterEnter:we,onEnterCancelled:we,onBeforeLeave:we,onLeave:we,onAfterLeave:we,onLeaveCancelled:we,onBeforeAppear:we,onAppear:we,onAfterAppear:we,onAppearCancelled:we},Ml={name:"BaseTransition",props:Oo,setup(e,{slots:t}){const n=Xt(),r=Lo();return()=>{const s=t.default&&Vr(t.default(),!0);if(!s||!s.length)return;let o=s[0];if(s.length>1){for(const p of s)if(p.type!==be){o=p;break}}const i=Y(e),{mode:l}=i;if(r.isLeaving)return Jn(o);const c=us(o);if(!c)return Jn(o);const a=Bt(c,i,r,n);Kt(c,a);const f=n.subTree,h=f&&us(f);if(h&&h.type!==be&&!ot(c,h)){const p=Bt(h,i,r,n);if(Kt(h,p),l==="out-in")return r.isLeaving=!0,p.afterLeave=()=>{r.isLeaving=!1,n.update.active!==!1&&(n.effect.dirty=!0,n.update())},Jn(o);l==="in-out"&&c.type!==be&&(p.delayLeave=(y,w,I)=>{const N=Io(r,h);N[String(h.key)]=h,y[Ge]=()=>{w(),y[Ge]=void 0,delete a.delayedLeave},a.delayedLeave=I})}return o}}},Nl=Ml;function Io(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 Bt(e,t,n,r){const{appear:s,mode:o,persisted:i=!1,onBeforeEnter:l,onEnter:c,onAfterEnter:a,onEnterCancelled:f,onBeforeLeave:h,onLeave:p,onAfterLeave:y,onLeaveCancelled:w,onBeforeAppear:I,onAppear:N,onAfterAppear:K,onAppearCancelled:B}=t,g=String(e.key),_=Io(n,e),P=(T,$)=>{T&&Se(T,r,9,$)},L=(T,$)=>{const E=$[1];P(T,$),U(T)?T.every(j=>j.length<=1)&&E():T.length<=1&&E()},F={mode:o,persisted:i,beforeEnter(T){let $=l;if(!n.isMounted)if(s)$=I||l;else return;T[Ge]&&T[Ge](!0);const E=_[g];E&&ot(e,E)&&E.el[Ge]&&E.el[Ge](),P($,[T])},enter(T){let $=c,E=a,j=f;if(!n.isMounted)if(s)$=N||c,E=K||a,j=B||f;else return;let A=!1;const G=T[ln]=ie=>{A||(A=!0,ie?P(j,[T]):P(E,[T]),F.delayedLeave&&F.delayedLeave(),T[ln]=void 0)};$?L($,[T,G]):G()},leave(T,$){const E=String(e.key);if(T[ln]&&T[ln](!0),n.isUnmounting)return $();P(h,[T]);let j=!1;const A=T[Ge]=G=>{j||(j=!0,$(),G?P(w,[T]):P(y,[T]),T[Ge]=void 0,_[E]===e&&delete _[E])};_[E]=e,p?L(p,[T,A]):A()},clone(T){return Bt(T,t,n,r)}};return F}function Jn(e){if(zt(e))return e=et(e),e.children=null,e}function us(e){return zt(e)?e.children?e.children[0]:void 0:e}function Kt(e,t){e.shapeFlag&6&&e.component?Kt(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 Vr(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===ge?(i.patchFlag&128&&s++,r=r.concat(Vr(i.children,t,l))):(t||i.type!==be)&&r.push(l!=null?et(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 Dr(e,t){return q(e)?oe({name:e.name},t,{setup:e}):e}const Et=e=>!!e.type.__asyncLoader;/*! #__NO_SIDE_EFFECTS__ */function fu(e){q(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:r,delay:s=200,timeout:o,suspensible:i=!0,onError:l}=e;let c=null,a,f=0;const h=()=>(f++,c=null,p()),p=()=>{let y;return c||(y=c=t().catch(w=>{if(w=w instanceof Error?w:new Error(String(w)),l)return new Promise((I,N)=>{l(w,()=>I(h()),()=>N(w),f+1)});throw w}).then(w=>y!==c&&c?c:(w&&(w.__esModule||w[Symbol.toStringTag]==="Module")&&(w=w.default),a=w,w)))};return Dr({name:"AsyncComponentWrapper",__asyncLoader:p,get __asyncResolved(){return a},setup(){const y=ae;if(a)return()=>Qn(a,y);const w=B=>{c=null,Gt(B,y,13,!r)};if(i&&y.suspense||Jt)return p().then(B=>()=>Qn(B,y)).catch(B=>(w(B),()=>r?re(r,{error:B}):null));const I=le(!1),N=le(),K=le(!!s);return s&&setTimeout(()=>{K.value=!1},s),o!=null&&setTimeout(()=>{if(!I.value&&!N.value){const B=new Error(`Async component timed out after ${o}ms.`);w(B),N.value=B}},o),p().then(()=>{I.value=!0,y.parent&&zt(y.parent.vnode)&&(y.parent.effect.dirty=!0,jn(y.parent.update))}).catch(B=>{w(B),N.value=B}),()=>{if(I.value&&a)return Qn(a,y);if(N.value&&r)return re(r,{error:N.value});if(n&&!K.value)return re(n)}}})}function Qn(e,t){const{ref:n,props:r,children:s,ce:o}=t.vnode,i=re(e,r,s);return i.ref=n,i.ce=o,delete t.vnode.ce,i}const zt=e=>e.type.__isKeepAlive;function Fl(e,t){Po(e,"a",t)}function $l(e,t){Po(e,"da",t)}function Po(e,t,n=ae){const r=e.__wdc||(e.__wdc=()=>{let s=n;for(;s;){if(s.isDeactivated)return;s=s.parent}return e()});if(Un(t,r,n),n){let s=n.parent;for(;s&&s.parent;)zt(s.parent.vnode)&&Hl(r,t,n,s),s=s.parent}}function Hl(e,t,n,r){const s=Un(t,e,r,!0);Bn(()=>{Ar(r[t],s)},n)}function Un(e,t,n=ae,r=!1){if(n){const s=n[e]||(n[e]=[]),o=t.__weh||(t.__weh=(...i)=>{if(n.isUnmounted)return;ut();const l=Yt(n),c=Se(t,n,e,i);return l(),ft(),c});return r?s.unshift(o):s.push(o),o}}const ke=e=>(t,n=ae)=>(!Jt||e==="sp")&&Un(e,(...r)=>t(...r),n),jl=ke("bm"),Rt=ke("m"),Vl=ke("bu"),Mo=ke("u"),No=ke("bum"),Bn=ke("um"),Dl=ke("sp"),kl=ke("rtg"),Ul=ke("rtc");function Bl(e,t=ae){Un("ec",e,t)}function du(e,t,n,r){let s;const o=n&&n[r];if(U(e)||ne(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(Z(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,c=i.length;l<c;l++){const a=i[l];s[l]=t(e[a],a,l,o&&o[l])}}else s=[];return n&&(n[r]=s),s}function hu(e,t,n={},r,s){if(de.isCE||de.parent&&Et(de.parent)&&de.parent.isCE)return t!=="default"&&(n.name=t),re("slot",n,r&&r());let o=e[t];o&&o._c&&(o._d=!1),Go();const i=o&&Fo(o(n)),l=Xo(ge,{key:n.key||i&&i.key||`_${t}`},i||(r?r():[]),i&&e._===1?64:-2);return!s&&l.scopeId&&(l.slotScopeIds=[l.scopeId+"-s"]),o&&o._c&&(o._d=!0),l}function Fo(e){return e.some(t=>Tn(t)?!(t.type===be||t.type===ge&&!Fo(t.children)):!0)?e:null}function pu(e,t){const n={};for(const r in e)n[t&&/[A-Z]/.test(r)?`on:${r}`:gn(r)]=e[r];return n}const mr=e=>e?Zo(e)?Wr(e)||e.proxy:mr(e.parent):null,Mt=oe(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>mr(e.parent),$root:e=>mr(e.root),$emit:e=>e.emit,$options:e=>kr(e),$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,jn(e.update)}),$nextTick:e=>e.n||(e.n=Hn.bind(e.proxy)),$watch:e=>Pl.bind(e)}),Zn=(e,t)=>e!==te&&!e.__isScriptSetup&&J(e,t),Kl={get({_:e},t){const{ctx:n,setupState:r,data:s,props:o,accessCache:i,type:l,appContext:c}=e;let a;if(t[0]!=="$"){const y=i[t];if(y!==void 0)switch(y){case 1:return r[t];case 2:return s[t];case 4:return n[t];case 3:return o[t]}else{if(Zn(r,t))return i[t]=1,r[t];if(s!==te&&J(s,t))return i[t]=2,s[t];if((a=e.propsOptions[0])&&J(a,t))return i[t]=3,o[t];if(n!==te&&J(n,t))return i[t]=4,n[t];yr&&(i[t]=0)}}const f=Mt[t];let h,p;if(f)return t==="$attrs"&&ye(e,"get",t),f(e);if((h=l.__cssModules)&&(h=h[t]))return h;if(n!==te&&J(n,t))return i[t]=4,n[t];if(p=c.config.globalProperties,J(p,t))return p[t]},set({_:e},t,n){const{data:r,setupState:s,ctx:o}=e;return Zn(s,t)?(s[t]=n,!0):r!==te&&J(r,t)?(r[t]=n,!0):J(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!==te&&J(e,i)||Zn(t,i)||(l=o[0])&&J(l,i)||J(r,i)||J(Mt,i)||J(s.config.globalProperties,i)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:J(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function gu(){return Wl().slots}function Wl(){const e=Xt();return e.setupContext||(e.setupContext=ti(e))}function fs(e){return U(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let yr=!0;function ql(e){const t=kr(e),n=e.proxy,r=e.ctx;yr=!1,t.beforeCreate&&ds(t.beforeCreate,e,"bc");const{data:s,computed:o,methods:i,watch:l,provide:c,inject:a,created:f,beforeMount:h,mounted:p,beforeUpdate:y,updated:w,activated:I,deactivated:N,beforeDestroy:K,beforeUnmount:B,destroyed:g,unmounted:_,render:P,renderTracked:L,renderTriggered:F,errorCaptured:T,serverPrefetch:$,expose:E,inheritAttrs:j,components:A,directives:G,filters:ie}=t;if(a&&Gl(a,r,null),i)for(const X in i){const V=i[X];q(V)&&(r[X]=V.bind(n))}if(s){const X=s.call(n,n);Z(X)&&(e.data=Fn(X))}if(yr=!0,o)for(const X in o){const V=o[X],Fe=q(V)?V.bind(n,n):q(V.get)?V.get.bind(n,n):xe,Qt=!q(V)&&q(V.set)?V.set.bind(n):xe,tt=se({get:Fe,set:Qt});Object.defineProperty(r,X,{enumerable:!0,configurable:!0,get:()=>tt.value,set:Le=>tt.value=Le})}if(l)for(const X in l)$o(l[X],r,n,X);if(c){const X=q(c)?c.call(n):c;Reflect.ownKeys(X).forEach(V=>{Zl(V,X[V])})}f&&ds(f,e,"c");function D(X,V){U(V)?V.forEach(Fe=>X(Fe.bind(n))):V&&X(V.bind(n))}if(D(jl,h),D(Rt,p),D(Vl,y),D(Mo,w),D(Fl,I),D($l,N),D(Bl,T),D(Ul,L),D(kl,F),D(No,B),D(Bn,_),D(Dl,$),U(E))if(E.length){const X=e.exposed||(e.exposed={});E.forEach(V=>{Object.defineProperty(X,V,{get:()=>n[V],set:Fe=>n[V]=Fe})})}else e.exposed||(e.exposed={});P&&e.render===xe&&(e.render=P),j!=null&&(e.inheritAttrs=j),A&&(e.components=A),G&&(e.directives=G)}function Gl(e,t,n=xe){U(e)&&(e=_r(e));for(const r in e){const s=e[r];let o;Z(s)?"default"in s?o=Ct(s.from||r,s.default,!0):o=Ct(s.from||r):o=Ct(s),he(o)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>o.value,set:i=>o.value=i}):t[r]=o}}function ds(e,t,n){Se(U(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function $o(e,t,n,r){const s=r.includes(".")?Ro(n,r):()=>n[r];if(ne(e)){const o=t[e];q(o)&&Ve(s,o)}else if(q(e))Ve(s,e.bind(n));else if(Z(e))if(U(e))e.forEach(o=>$o(o,t,n,r));else{const o=q(e.handler)?e.handler.bind(n):t[e.handler];q(o)&&Ve(s,o,e)}}function kr(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:s,optionsCache:o,config:{optionMergeStrategies:i}}=e.appContext,l=o.get(t);let c;return l?c=l:!s.length&&!n&&!r?c=t:(c={},s.length&&s.forEach(a=>xn(c,a,i,!0)),xn(c,t,i)),Z(t)&&o.set(t,c),c}function xn(e,t,n,r=!1){const{mixins:s,extends:o}=t;o&&xn(e,o,n,!0),s&&s.forEach(i=>xn(e,i,n,!0));for(const i in t)if(!(r&&i==="expose")){const l=zl[i]||n&&n[i];e[i]=l?l(e[i],t[i]):t[i]}return e}const zl={data:hs,props:ps,emits:ps,methods:It,computed:It,beforeCreate:pe,created:pe,beforeMount:pe,mounted:pe,beforeUpdate:pe,updated:pe,beforeDestroy:pe,beforeUnmount:pe,destroyed:pe,unmounted:pe,activated:pe,deactivated:pe,errorCaptured:pe,serverPrefetch:pe,components:It,directives:It,watch:Yl,provide:hs,inject:Xl};function hs(e,t){return t?e?function(){return oe(q(e)?e.call(this,this):e,q(t)?t.call(this,this):t)}:t:e}function Xl(e,t){return It(_r(e),_r(t))}function _r(e){if(U(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function pe(e,t){return e?[...new Set([].concat(e,t))]:t}function It(e,t){return e?oe(Object.create(null),e,t):t}function ps(e,t){return e?U(e)&&U(t)?[...new Set([...e,...t])]:oe(Object.create(null),fs(e),fs(t??{})):t}function Yl(e,t){if(!e)return t;if(!t)return e;const n=oe(Object.create(null),e);for(const r in t)n[r]=pe(e[r],t[r]);return n}function Ho(){return{app:null,config:{isNativeTag:Ti,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 Jl=0;function Ql(e,t){return function(r,s=null){q(r)||(r=oe({},r)),s!=null&&!Z(s)&&(s=null);const o=Ho(),i=new WeakSet;let l=!1;const c=o.app={_uid:Jl++,_component:r,_props:s,_container:null,_context:o,_instance:null,version:Tc,get config(){return o.config},set config(a){},use(a,...f){return i.has(a)||(a&&q(a.install)?(i.add(a),a.install(c,...f)):q(a)&&(i.add(a),a(c,...f))),c},mixin(a){return o.mixins.includes(a)||o.mixins.push(a),c},component(a,f){return f?(o.components[a]=f,c):o.components[a]},directive(a,f){return f?(o.directives[a]=f,c):o.directives[a]},mount(a,f,h){if(!l){const p=re(r,s);return p.appContext=o,h===!0?h="svg":h===!1&&(h=void 0),f&&t?t(p,a):e(p,a,h),l=!0,c._container=a,a.__vue_app__=c,Wr(p.component)||p.component.proxy}},unmount(){l&&(e(null,c._container),delete c._container.__vue_app__)},provide(a,f){return o.provides[a]=f,c},runWithContext(a){const f=Nt;Nt=c;try{return a()}finally{Nt=f}}};return c}}let Nt=null;function Zl(e,t){if(ae){let n=ae.provides;const r=ae.parent&&ae.parent.provides;r===n&&(n=ae.provides=Object.create(r)),n[e]=t}}function Ct(e,t,n=!1){const r=ae||de;if(r||Nt){const s=r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:Nt._context.provides;if(s&&e in s)return s[e];if(arguments.length>1)return n&&q(t)?t.call(r&&r.proxy):t}}function ec(e,t,n,r=!1){const s={},o={};vn(o,Kn,1),e.propsDefaults=Object.create(null),jo(e,t,s,o);for(const i in e.propsOptions[0])i in s||(s[i]=void 0);n?e.props=r?s:cl(s):e.type.props?e.props=s:e.props=o,e.attrs=o}function tc(e,t,n,r){const{props:s,attrs:o,vnode:{patchFlag:i}}=e,l=Y(s),[c]=e.propsOptions;let a=!1;if((r||i>0)&&!(i&16)){if(i&8){const f=e.vnode.dynamicProps;for(let h=0;h<f.length;h++){let p=f[h];if(Vn(e.emitsOptions,p))continue;const y=t[p];if(c)if(J(o,p))y!==o[p]&&(o[p]=y,a=!0);else{const w=Me(p);s[w]=vr(c,l,w,y,e,!1)}else y!==o[p]&&(o[p]=y,a=!0)}}}else{jo(e,t,s,o)&&(a=!0);let f;for(const h in l)(!t||!J(t,h)&&((f=at(h))===h||!J(t,f)))&&(c?n&&(n[h]!==void 0||n[f]!==void 0)&&(s[h]=vr(c,l,h,void 0,e,!0)):delete s[h]);if(o!==l)for(const h in o)(!t||!J(t,h))&&(delete o[h],a=!0)}a&&je(e,"set","$attrs")}function jo(e,t,n,r){const[s,o]=e.propsOptions;let i=!1,l;if(t)for(let c in t){if(_t(c))continue;const a=t[c];let f;s&&J(s,f=Me(c))?!o||!o.includes(f)?n[f]=a:(l||(l={}))[f]=a:Vn(e.emitsOptions,c)||(!(c in r)||a!==r[c])&&(r[c]=a,i=!0)}if(o){const c=Y(n),a=l||te;for(let f=0;f<o.length;f++){const h=o[f];n[h]=vr(s,c,h,a[h],e,!J(a,h))}}return i}function vr(e,t,n,r,s,o){const i=e[n];if(i!=null){const l=J(i,"default");if(l&&r===void 0){const c=i.default;if(i.type!==Function&&!i.skipFactory&&q(c)){const{propsDefaults:a}=s;if(n in a)r=a[n];else{const f=Yt(s);r=a[n]=c.call(null,t),f()}}else r=c}i[0]&&(o&&!l?r=!1:i[1]&&(r===""||r===at(n))&&(r=!0))}return r}function Vo(e,t,n=!1){const r=t.propsCache,s=r.get(e);if(s)return s;const o=e.props,i={},l=[];let c=!1;if(!q(e)){const f=h=>{c=!0;const[p,y]=Vo(h,t,!0);oe(i,p),y&&l.push(...y)};!n&&t.mixins.length&&t.mixins.forEach(f),e.extends&&f(e.extends),e.mixins&&e.mixins.forEach(f)}if(!o&&!c)return Z(e)&&r.set(e,mt),mt;if(U(o))for(let f=0;f<o.length;f++){const h=Me(o[f]);gs(h)&&(i[h]=te)}else if(o)for(const f in o){const h=Me(f);if(gs(h)){const p=o[f],y=i[h]=U(p)||q(p)?{type:p}:oe({},p);if(y){const w=_s(Boolean,y.type),I=_s(String,y.type);y[0]=w>-1,y[1]=I<0||w<I,(w>-1||J(y,"default"))&&l.push(h)}}}const a=[i,l];return Z(e)&&r.set(e,a),a}function gs(e){return e[0]!=="$"&&!_t(e)}function ms(e){return e===null?"null":typeof e=="function"?e.name||"":typeof e=="object"&&e.constructor&&e.constructor.name||""}function ys(e,t){return ms(e)===ms(t)}function _s(e,t){return U(t)?t.findIndex(n=>ys(n,e)):q(t)&&ys(t,e)?0:-1}const Do=e=>e[0]==="_"||e==="$stable",Ur=e=>U(e)?e.map(Ae):[Ae(e)],nc=(e,t,n)=>{if(t._n)return t;const r=xl((...s)=>Ur(t(...s)),n);return r._c=!1,r},ko=(e,t,n)=>{const r=e._ctx;for(const s in e){if(Do(s))continue;const o=e[s];if(q(o))t[s]=nc(s,o,r);else if(o!=null){const i=Ur(o);t[s]=()=>i}}},Uo=(e,t)=>{const n=Ur(t);e.slots.default=()=>n},rc=(e,t)=>{if(e.vnode.shapeFlag&32){const n=t._;n?(e.slots=Y(t),vn(t,"_",n)):ko(t,e.slots={})}else e.slots={},t&&Uo(e,t);vn(e.slots,Kn,1)},sc=(e,t,n)=>{const{vnode:r,slots:s}=e;let o=!0,i=te;if(r.shapeFlag&32){const l=t._;l?n&&l===1?o=!1:(oe(s,t),!n&&l===1&&delete s._):(o=!t.$stable,ko(t,s)),i=t}else t&&(Uo(e,t),i={default:1});if(o)for(const l in s)!Do(l)&&i[l]==null&&delete s[l]};function Sn(e,t,n,r,s=!1){if(U(e)){e.forEach((p,y)=>Sn(p,t&&(U(t)?t[y]:t),n,r,s));return}if(Et(r)&&!s)return;const o=r.shapeFlag&4?Wr(r.component)||r.component.proxy:r.el,i=s?null:o,{i:l,r:c}=e,a=t&&t.r,f=l.refs===te?l.refs={}:l.refs,h=l.setupState;if(a!=null&&a!==c&&(ne(a)?(f[a]=null,J(h,a)&&(h[a]=null)):he(a)&&(a.value=null)),q(c))Je(c,l,12,[i,f]);else{const p=ne(c),y=he(c);if(p||y){const w=()=>{if(e.f){const I=p?J(h,c)?h[c]:f[c]:c.value;s?U(I)&&Ar(I,o):U(I)?I.includes(o)||I.push(o):p?(f[c]=[o],J(h,c)&&(h[c]=f[c])):(c.value=[o],e.k&&(f[e.k]=c.value))}else p?(f[c]=i,J(h,c)&&(h[c]=i)):y&&(c.value=i,e.k&&(f[e.k]=i))};i?(w.id=-1,me(w,n)):w()}}}let Be=!1;const oc=e=>e.namespaceURI.includes("svg")&&e.tagName!=="foreignObject",ic=e=>e.namespaceURI.includes("MathML"),cn=e=>{if(oc(e))return"svg";if(ic(e))return"mathml"},an=e=>e.nodeType===8;function lc(e){const{mt:t,p:n,o:{patchProp:r,createText:s,nextSibling:o,parentNode:i,remove:l,insert:c,createComment:a}}=e,f=(g,_)=>{if(!_.hasChildNodes()){n(null,g,_),En(),_._vnode=g;return}Be=!1,h(_.firstChild,g,null,null,null),En(),_._vnode=g,Be&&console.error("Hydration completed but contains mismatches.")},h=(g,_,P,L,F,T=!1)=>{const $=an(g)&&g.data==="[",E=()=>I(g,_,P,L,F,$),{type:j,ref:A,shapeFlag:G,patchFlag:ie}=_;let ue=g.nodeType;_.el=g,ie===-2&&(T=!1,_.dynamicChildren=null);let D=null;switch(j){case St:ue!==3?_.children===""?(c(_.el=s(""),i(g),g),D=g):D=E():(g.data!==_.children&&(Be=!0,g.data=_.children),D=o(g));break;case be:B(g)?(D=o(g),K(_.el=g.content.firstChild,g,P)):ue!==8||$?D=E():D=o(g);break;case $t:if($&&(g=o(g),ue=g.nodeType),ue===1||ue===3){D=g;const X=!_.children.length;for(let V=0;V<_.staticCount;V++)X&&(_.children+=D.nodeType===1?D.outerHTML:D.data),V===_.staticCount-1&&(_.anchor=D),D=o(D);return $?o(D):D}else E();break;case ge:$?D=w(g,_,P,L,F,T):D=E();break;default:if(G&1)(ue!==1||_.type.toLowerCase()!==g.tagName.toLowerCase())&&!B(g)?D=E():D=p(g,_,P,L,F,T);else if(G&6){_.slotScopeIds=F;const X=i(g);if($?D=N(g):an(g)&&g.data==="teleport start"?D=N(g,g.data,"teleport end"):D=o(g),t(_,X,null,P,L,cn(X),T),Et(_)){let V;$?(V=re(ge),V.anchor=D?D.previousSibling:X.lastChild):V=g.nodeType===3?Qo(""):re("div"),V.el=g,_.component.subTree=V}}else G&64?ue!==8?D=E():D=_.type.hydrate(g,_,P,L,F,T,e,y):G&128&&(D=_.type.hydrate(g,_,P,L,cn(i(g)),F,T,e,h))}return A!=null&&Sn(A,null,L,_),D},p=(g,_,P,L,F,T)=>{T=T||!!_.dynamicChildren;const{type:$,props:E,patchFlag:j,shapeFlag:A,dirs:G,transition:ie}=_,ue=$==="input"||$==="option";if(ue||j!==-1){G&&Ie(_,null,P,"created");let D=!1;if(B(g)){D=Ko(L,ie)&&P&&P.vnode.props&&P.vnode.props.appear;const V=g.content.firstChild;D&&ie.beforeEnter(V),K(V,g,P),_.el=g=V}if(A&16&&!(E&&(E.innerHTML||E.textContent))){let V=y(g.firstChild,_,g,P,L,F,T);for(;V;){Be=!0;const Fe=V;V=V.nextSibling,l(Fe)}}else A&8&&g.textContent!==_.children&&(Be=!0,g.textContent=_.children);if(E)if(ue||!T||j&48)for(const V in E)(ue&&(V.endsWith("value")||V==="indeterminate")||qt(V)&&!_t(V)||V[0]===".")&&r(g,V,null,E[V],void 0,void 0,P);else E.onClick&&r(g,"onClick",null,E.onClick,void 0,void 0,P);let X;(X=E&&E.onVnodeBeforeMount)&&Ee(X,P,_),G&&Ie(_,null,P,"beforeMount"),((X=E&&E.onVnodeMounted)||G||D)&&To(()=>{X&&Ee(X,P,_),D&&ie.enter(g),G&&Ie(_,null,P,"mounted")},L)}return g.nextSibling},y=(g,_,P,L,F,T,$)=>{$=$||!!_.dynamicChildren;const E=_.children,j=E.length;for(let A=0;A<j;A++){const G=$?E[A]:E[A]=Ae(E[A]);if(g)g=h(g,G,L,F,T,$);else{if(G.type===St&&!G.children)continue;Be=!0,n(null,G,P,null,L,F,cn(P),T)}}return g},w=(g,_,P,L,F,T)=>{const{slotScopeIds:$}=_;$&&(F=F?F.concat($):$);const E=i(g),j=y(o(g),_,E,P,L,F,T);return j&&an(j)&&j.data==="]"?o(_.anchor=j):(Be=!0,c(_.anchor=a("]"),E,j),j)},I=(g,_,P,L,F,T)=>{if(Be=!0,_.el=null,T){const j=N(g);for(;;){const A=o(g);if(A&&A!==j)l(A);else break}}const $=o(g),E=i(g);return l(g),n(null,_,E,$,P,L,cn(E),F),$},N=(g,_="[",P="]")=>{let L=0;for(;g;)if(g=o(g),g&&an(g)&&(g.data===_&&L++,g.data===P)){if(L===0)return o(g);L--}return g},K=(g,_,P)=>{const L=_.parentNode;L&&L.replaceChild(g,_);let F=P;for(;F;)F.vnode.el===_&&(F.vnode.el=F.subTree.el=g),F=F.parent},B=g=>g.nodeType===1&&g.tagName.toLowerCase()==="template";return[f,h]}const me=To;function cc(e){return Bo(e)}function ac(e){return Bo(e,lc)}function Bo(e,t){const n=Qs();n.__VUE__=!0;const{insert:r,remove:s,patchProp:o,createElement:i,createText:l,createComment:c,setText:a,setElementText:f,parentNode:h,nextSibling:p,setScopeId:y=xe,insertStaticContent:w}=e,I=(u,d,m,v=null,b=null,S=null,O=void 0,x=null,R=!!d.dynamicChildren)=>{if(u===d)return;u&&!ot(u,d)&&(v=Zt(u),Le(u,b,S,!0),u=null),d.patchFlag===-2&&(R=!1,d.dynamicChildren=null);const{type:C,ref:M,shapeFlag:k}=d;switch(C){case St:N(u,d,m,v);break;case be:K(u,d,m,v);break;case $t:u==null&&B(d,m,v,O);break;case ge:A(u,d,m,v,b,S,O,x,R);break;default:k&1?P(u,d,m,v,b,S,O,x,R):k&6?G(u,d,m,v,b,S,O,x,R):(k&64||k&128)&&C.process(u,d,m,v,b,S,O,x,R,dt)}M!=null&&b&&Sn(M,u&&u.ref,S,d||u,!d)},N=(u,d,m,v)=>{if(u==null)r(d.el=l(d.children),m,v);else{const b=d.el=u.el;d.children!==u.children&&a(b,d.children)}},K=(u,d,m,v)=>{u==null?r(d.el=c(d.children||""),m,v):d.el=u.el},B=(u,d,m,v)=>{[u.el,u.anchor]=w(u.children,d,m,v,u.el,u.anchor)},g=({el:u,anchor:d},m,v)=>{let b;for(;u&&u!==d;)b=p(u),r(u,m,v),u=b;r(d,m,v)},_=({el:u,anchor:d})=>{let m;for(;u&&u!==d;)m=p(u),s(u),u=m;s(d)},P=(u,d,m,v,b,S,O,x,R)=>{d.type==="svg"?O="svg":d.type==="math"&&(O="mathml"),u==null?L(d,m,v,b,S,O,x,R):$(u,d,b,S,O,x,R)},L=(u,d,m,v,b,S,O,x)=>{let R,C;const{props:M,shapeFlag:k,transition:H,dirs:W}=u;if(R=u.el=i(u.type,S,M&&M.is,M),k&8?f(R,u.children):k&16&&T(u.children,R,null,v,b,er(u,S),O,x),W&&Ie(u,null,v,"created"),F(R,u,u.scopeId,O,v),M){for(const Q in M)Q!=="value"&&!_t(Q)&&o(R,Q,null,M[Q],S,u.children,v,b,$e);"value"in M&&o(R,"value",null,M.value,S),(C=M.onVnodeBeforeMount)&&Ee(C,v,u)}W&&Ie(u,null,v,"beforeMount");const z=Ko(b,H);z&&H.beforeEnter(R),r(R,d,m),((C=M&&M.onVnodeMounted)||z||W)&&me(()=>{C&&Ee(C,v,u),z&&H.enter(R),W&&Ie(u,null,v,"mounted")},b)},F=(u,d,m,v,b)=>{if(m&&y(u,m),v)for(let S=0;S<v.length;S++)y(u,v[S]);if(b){let S=b.subTree;if(d===S){const O=b.vnode;F(u,O,O.scopeId,O.slotScopeIds,b.parent)}}},T=(u,d,m,v,b,S,O,x,R=0)=>{for(let C=R;C<u.length;C++){const M=u[C]=x?ze(u[C]):Ae(u[C]);I(null,M,d,m,v,b,S,O,x)}},$=(u,d,m,v,b,S,O)=>{const x=d.el=u.el;let{patchFlag:R,dynamicChildren:C,dirs:M}=d;R|=u.patchFlag&16;const k=u.props||te,H=d.props||te;let W;if(m&&nt(m,!1),(W=H.onVnodeBeforeUpdate)&&Ee(W,m,d,u),M&&Ie(d,u,m,"beforeUpdate"),m&&nt(m,!0),C?E(u.dynamicChildren,C,x,m,v,er(d,b),S):O||V(u,d,x,null,m,v,er(d,b),S,!1),R>0){if(R&16)j(x,d,k,H,m,v,b);else if(R&2&&k.class!==H.class&&o(x,"class",null,H.class,b),R&4&&o(x,"style",k.style,H.style,b),R&8){const z=d.dynamicProps;for(let Q=0;Q<z.length;Q++){const ee=z[Q],ce=k[ee],Te=H[ee];(Te!==ce||ee==="value")&&o(x,ee,ce,Te,b,u.children,m,v,$e)}}R&1&&u.children!==d.children&&f(x,d.children)}else!O&&C==null&&j(x,d,k,H,m,v,b);((W=H.onVnodeUpdated)||M)&&me(()=>{W&&Ee(W,m,d,u),M&&Ie(d,u,m,"updated")},v)},E=(u,d,m,v,b,S,O)=>{for(let x=0;x<d.length;x++){const R=u[x],C=d[x],M=R.el&&(R.type===ge||!ot(R,C)||R.shapeFlag&70)?h(R.el):m;I(R,C,M,null,v,b,S,O,!0)}},j=(u,d,m,v,b,S,O)=>{if(m!==v){if(m!==te)for(const x in m)!_t(x)&&!(x in v)&&o(u,x,m[x],null,O,d.children,b,S,$e);for(const x in v){if(_t(x))continue;const R=v[x],C=m[x];R!==C&&x!=="value"&&o(u,x,C,R,O,d.children,b,S,$e)}"value"in v&&o(u,"value",m.value,v.value,O)}},A=(u,d,m,v,b,S,O,x,R)=>{const C=d.el=u?u.el:l(""),M=d.anchor=u?u.anchor:l("");let{patchFlag:k,dynamicChildren:H,slotScopeIds:W}=d;W&&(x=x?x.concat(W):W),u==null?(r(C,m,v),r(M,m,v),T(d.children||[],m,M,b,S,O,x,R)):k>0&&k&64&&H&&u.dynamicChildren?(E(u.dynamicChildren,H,m,b,S,O,x),(d.key!=null||b&&d===b.subTree)&&Br(u,d,!0)):V(u,d,m,M,b,S,O,x,R)},G=(u,d,m,v,b,S,O,x,R)=>{d.slotScopeIds=x,u==null?d.shapeFlag&512?b.ctx.activate(d,m,v,O,R):ie(d,m,v,b,S,O,R):ue(u,d,R)},ie=(u,d,m,v,b,S,O)=>{const x=u.component=bc(u,v,b);if(zt(u)&&(x.ctx.renderer=dt),wc(x),x.asyncDep){if(b&&b.registerDep(x,D),!u.el){const R=x.subTree=re(be);K(null,R,d,m)}}else D(x,u,d,m,b,S,O)},ue=(u,d,m)=>{const v=d.component=u.component;if(Al(u,d,m))if(v.asyncDep&&!v.asyncResolved){X(v,d,m);return}else v.next=d,bl(v.update),v.effect.dirty=!0,v.update();else d.el=u.el,v.vnode=d},D=(u,d,m,v,b,S,O)=>{const x=()=>{if(u.isMounted){let{next:M,bu:k,u:H,parent:W,vnode:z}=u;{const ht=Wo(u);if(ht){M&&(M.el=z.el,X(u,M,O)),ht.asyncDep.then(()=>{u.isUnmounted||x()});return}}let Q=M,ee;nt(u,!1),M?(M.el=z.el,X(u,M,O)):M=z,k&&zn(k),(ee=M.props&&M.props.onVnodeBeforeUpdate)&&Ee(ee,W,M,z),nt(u,!0);const ce=Yn(u),Te=u.subTree;u.subTree=ce,I(Te,ce,h(Te.el),Zt(Te),u,b,S),M.el=ce.el,Q===null&&Rl(u,ce.el),H&&me(H,b),(ee=M.props&&M.props.onVnodeUpdated)&&me(()=>Ee(ee,W,M,z),b)}else{let M;const{el:k,props:H}=d,{bm:W,m:z,parent:Q}=u,ee=Et(d);if(nt(u,!1),W&&zn(W),!ee&&(M=H&&H.onVnodeBeforeMount)&&Ee(M,Q,d),nt(u,!0),k&&Gn){const ce=()=>{u.subTree=Yn(u),Gn(k,u.subTree,u,b,null)};ee?d.type.__asyncLoader().then(()=>!u.isUnmounted&&ce()):ce()}else{const ce=u.subTree=Yn(u);I(null,ce,m,v,u,b,S),d.el=ce.el}if(z&&me(z,b),!ee&&(M=H&&H.onVnodeMounted)){const ce=d;me(()=>Ee(M,Q,ce),b)}(d.shapeFlag&256||Q&&Et(Q.vnode)&&Q.vnode.shapeFlag&256)&&u.a&&me(u.a,b),u.isMounted=!0,d=m=v=null}},R=u.effect=new Lr(x,xe,()=>jn(C),u.scope),C=u.update=()=>{R.dirty&&R.run()};C.id=u.uid,nt(u,!0),C()},X=(u,d,m)=>{d.component=u;const v=u.vnode.props;u.vnode=d,u.next=null,tc(u,d.props,v,m),sc(u,d.children,m),ut(),ls(u),ft()},V=(u,d,m,v,b,S,O,x,R=!1)=>{const C=u&&u.children,M=u?u.shapeFlag:0,k=d.children,{patchFlag:H,shapeFlag:W}=d;if(H>0){if(H&128){Qt(C,k,m,v,b,S,O,x,R);return}else if(H&256){Fe(C,k,m,v,b,S,O,x,R);return}}W&8?(M&16&&$e(C,b,S),k!==C&&f(m,k)):M&16?W&16?Qt(C,k,m,v,b,S,O,x,R):$e(C,b,S,!0):(M&8&&f(m,""),W&16&&T(k,m,v,b,S,O,x,R))},Fe=(u,d,m,v,b,S,O,x,R)=>{u=u||mt,d=d||mt;const C=u.length,M=d.length,k=Math.min(C,M);let H;for(H=0;H<k;H++){const W=d[H]=R?ze(d[H]):Ae(d[H]);I(u[H],W,m,null,b,S,O,x,R)}C>M?$e(u,b,S,!0,!1,k):T(d,m,v,b,S,O,x,R,k)},Qt=(u,d,m,v,b,S,O,x,R)=>{let C=0;const M=d.length;let k=u.length-1,H=M-1;for(;C<=k&&C<=H;){const W=u[C],z=d[C]=R?ze(d[C]):Ae(d[C]);if(ot(W,z))I(W,z,m,null,b,S,O,x,R);else break;C++}for(;C<=k&&C<=H;){const W=u[k],z=d[H]=R?ze(d[H]):Ae(d[H]);if(ot(W,z))I(W,z,m,null,b,S,O,x,R);else break;k--,H--}if(C>k){if(C<=H){const W=H+1,z=W<M?d[W].el:v;for(;C<=H;)I(null,d[C]=R?ze(d[C]):Ae(d[C]),m,z,b,S,O,x,R),C++}}else if(C>H)for(;C<=k;)Le(u[C],b,S,!0),C++;else{const W=C,z=C,Q=new Map;for(C=z;C<=H;C++){const _e=d[C]=R?ze(d[C]):Ae(d[C]);_e.key!=null&&Q.set(_e.key,C)}let ee,ce=0;const Te=H-z+1;let ht=!1,Yr=0;const Lt=new Array(Te);for(C=0;C<Te;C++)Lt[C]=0;for(C=W;C<=k;C++){const _e=u[C];if(ce>=Te){Le(_e,b,S,!0);continue}let Oe;if(_e.key!=null)Oe=Q.get(_e.key);else for(ee=z;ee<=H;ee++)if(Lt[ee-z]===0&&ot(_e,d[ee])){Oe=ee;break}Oe===void 0?Le(_e,b,S,!0):(Lt[Oe-z]=C+1,Oe>=Yr?Yr=Oe:ht=!0,I(_e,d[Oe],m,null,b,S,O,x,R),ce++)}const Jr=ht?uc(Lt):mt;for(ee=Jr.length-1,C=Te-1;C>=0;C--){const _e=z+C,Oe=d[_e],Qr=_e+1<M?d[_e+1].el:v;Lt[C]===0?I(null,Oe,m,Qr,b,S,O,x,R):ht&&(ee<0||C!==Jr[ee]?tt(Oe,m,Qr,2):ee--)}}},tt=(u,d,m,v,b=null)=>{const{el:S,type:O,transition:x,children:R,shapeFlag:C}=u;if(C&6){tt(u.component.subTree,d,m,v);return}if(C&128){u.suspense.move(d,m,v);return}if(C&64){O.move(u,d,m,dt);return}if(O===ge){r(S,d,m);for(let k=0;k<R.length;k++)tt(R[k],d,m,v);r(u.anchor,d,m);return}if(O===$t){g(u,d,m);return}if(v!==2&&C&1&&x)if(v===0)x.beforeEnter(S),r(S,d,m),me(()=>x.enter(S),b);else{const{leave:k,delayLeave:H,afterLeave:W}=x,z=()=>r(S,d,m),Q=()=>{k(S,()=>{z(),W&&W()})};H?H(S,z,Q):Q()}else r(S,d,m)},Le=(u,d,m,v=!1,b=!1)=>{const{type:S,props:O,ref:x,children:R,dynamicChildren:C,shapeFlag:M,patchFlag:k,dirs:H}=u;if(x!=null&&Sn(x,null,m,u,!0),M&256){d.ctx.deactivate(u);return}const W=M&1&&H,z=!Et(u);let Q;if(z&&(Q=O&&O.onVnodeBeforeUnmount)&&Ee(Q,d,u),M&6)Si(u.component,m,v);else{if(M&128){u.suspense.unmount(m,v);return}W&&Ie(u,null,d,"beforeUnmount"),M&64?u.type.remove(u,d,m,b,dt,v):C&&(S!==ge||k>0&&k&64)?$e(C,d,m,!1,!0):(S===ge&&k&384||!b&&M&16)&&$e(R,d,m),v&&zr(u)}(z&&(Q=O&&O.onVnodeUnmounted)||W)&&me(()=>{Q&&Ee(Q,d,u),W&&Ie(u,null,d,"unmounted")},m)},zr=u=>{const{type:d,el:m,anchor:v,transition:b}=u;if(d===ge){xi(m,v);return}if(d===$t){_(u);return}const S=()=>{s(m),b&&!b.persisted&&b.afterLeave&&b.afterLeave()};if(u.shapeFlag&1&&b&&!b.persisted){const{leave:O,delayLeave:x}=b,R=()=>O(m,S);x?x(u.el,S,R):R()}else S()},xi=(u,d)=>{let m;for(;u!==d;)m=p(u),s(u),u=m;s(d)},Si=(u,d,m)=>{const{bum:v,scope:b,update:S,subTree:O,um:x}=u;v&&zn(v),b.stop(),S&&(S.active=!1,Le(O,u,d,m)),x&&me(x,d),me(()=>{u.isUnmounted=!0},d),d&&d.pendingBranch&&!d.isUnmounted&&u.asyncDep&&!u.asyncResolved&&u.suspenseId===d.pendingId&&(d.deps--,d.deps===0&&d.resolve())},$e=(u,d,m,v=!1,b=!1,S=0)=>{for(let O=S;O<u.length;O++)Le(u[O],d,m,v,b)},Zt=u=>u.shapeFlag&6?Zt(u.component.subTree):u.shapeFlag&128?u.suspense.next():p(u.anchor||u.el);let Wn=!1;const Xr=(u,d,m)=>{u==null?d._vnode&&Le(d._vnode,null,null,!0):I(d._vnode||null,u,d,null,null,null,m),Wn||(Wn=!0,ls(),En(),Wn=!1),d._vnode=u},dt={p:I,um:Le,m:tt,r:zr,mt:ie,mc:T,pc:V,pbc:E,n:Zt,o:e};let qn,Gn;return t&&([qn,Gn]=t(dt)),{render:Xr,hydrate:qn,createApp:Ql(Xr,qn)}}function er({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 nt({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function Ko(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function Br(e,t,n=!1){const r=e.children,s=t.children;if(U(r)&&U(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]=ze(s[o]),l.el=i.el),n||Br(i,l)),l.type===St&&(l.el=i.el)}}function uc(e){const t=e.slice(),n=[0];let r,s,o,i,l;const c=e.length;for(r=0;r<c;r++){const a=e[r];if(a!==0){if(s=n[n.length-1],e[s]<a){t[r]=s,n.push(r);continue}for(o=0,i=n.length-1;o<i;)l=o+i>>1,e[n[l]]<a?o=l+1:i=l;a<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 Wo(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Wo(t)}const fc=e=>e.__isTeleport,Ft=e=>e&&(e.disabled||e.disabled===""),vs=e=>typeof SVGElement<"u"&&e instanceof SVGElement,bs=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,br=(e,t)=>{const n=e&&e.to;return ne(n)?t?t(n):null:n},dc={name:"Teleport",__isTeleport:!0,process(e,t,n,r,s,o,i,l,c,a){const{mc:f,pc:h,pbc:p,o:{insert:y,querySelector:w,createText:I,createComment:N}}=a,K=Ft(t.props);let{shapeFlag:B,children:g,dynamicChildren:_}=t;if(e==null){const P=t.el=I(""),L=t.anchor=I("");y(P,n,r),y(L,n,r);const F=t.target=br(t.props,w),T=t.targetAnchor=I("");F&&(y(T,F),i==="svg"||vs(F)?i="svg":(i==="mathml"||bs(F))&&(i="mathml"));const $=(E,j)=>{B&16&&f(g,E,j,s,o,i,l,c)};K?$(n,L):F&&$(F,T)}else{t.el=e.el;const P=t.anchor=e.anchor,L=t.target=e.target,F=t.targetAnchor=e.targetAnchor,T=Ft(e.props),$=T?n:L,E=T?P:F;if(i==="svg"||vs(L)?i="svg":(i==="mathml"||bs(L))&&(i="mathml"),_?(p(e.dynamicChildren,_,$,s,o,i,l),Br(e,t,!0)):c||h(e,t,$,E,s,o,i,l,!1),K)T?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):un(t,n,P,a,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const j=t.target=br(t.props,w);j&&un(t,j,null,a,0)}else T&&un(t,L,F,a,1)}qo(t)},remove(e,t,n,r,{um:s,o:{remove:o}},i){const{shapeFlag:l,children:c,anchor:a,targetAnchor:f,target:h,props:p}=e;if(h&&o(f),i&&o(a),l&16){const y=i||!Ft(p);for(let w=0;w<c.length;w++){const I=c[w];s(I,t,n,y,!!I.dynamicChildren)}}},move:un,hydrate:hc};function un(e,t,n,{o:{insert:r},m:s},o=2){o===0&&r(e.targetAnchor,t,n);const{el:i,anchor:l,shapeFlag:c,children:a,props:f}=e,h=o===2;if(h&&r(i,t,n),(!h||Ft(f))&&c&16)for(let p=0;p<a.length;p++)s(a[p],t,n,2);h&&r(l,t,n)}function hc(e,t,n,r,s,o,{o:{nextSibling:i,parentNode:l,querySelector:c}},a){const f=t.target=br(t.props,c);if(f){const h=f._lpa||f.firstChild;if(t.shapeFlag&16)if(Ft(t.props))t.anchor=a(i(e),t,l(e),n,r,s,o),t.targetAnchor=h;else{t.anchor=i(e);let p=h;for(;p;)if(p=i(p),p&&p.nodeType===8&&p.data==="teleport anchor"){t.targetAnchor=p,f._lpa=t.targetAnchor&&i(t.targetAnchor);break}a(h,t,f,n,r,s,o)}qo(t)}return t.anchor&&i(t.anchor)}const mu=dc;function qo(e){const t=e.ctx;if(t&&t.ut){let n=e.children[0].el;for(;n&&n!==e.targetAnchor;)n.nodeType===1&&n.setAttribute("data-v-owner",t.uid),n=n.nextSibling;t.ut()}}const ge=Symbol.for("v-fgt"),St=Symbol.for("v-txt"),be=Symbol.for("v-cmt"),$t=Symbol.for("v-stc"),Ht=[];let Re=null;function Go(e=!1){Ht.push(Re=e?null:[])}function pc(){Ht.pop(),Re=Ht[Ht.length-1]||null}let Wt=1;function ws(e){Wt+=e}function zo(e){return e.dynamicChildren=Wt>0?Re||mt:null,pc(),Wt>0&&Re&&Re.push(e),e}function yu(e,t,n,r,s,o){return zo(Jo(e,t,n,r,s,o,!0))}function Xo(e,t,n,r,s){return zo(re(e,t,n,r,s,!0))}function Tn(e){return e?e.__v_isVNode===!0:!1}function ot(e,t){return e.type===t.type&&e.key===t.key}const Kn="__vInternal",Yo=({key:e})=>e??null,mn=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?ne(e)||he(e)||q(e)?{i:de,r:e,k:t,f:!!n}:e:null);function Jo(e,t=null,n=null,r=0,s=null,o=e===ge?0:1,i=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Yo(t),ref:t&&mn(t),scopeId:Dn,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:de};return l?(Kr(c,n),o&128&&e.normalize(c)):n&&(c.shapeFlag|=ne(n)?8:16),Wt>0&&!i&&Re&&(c.patchFlag>0||o&6)&&c.patchFlag!==32&&Re.push(c),c}const re=gc;function gc(e,t=null,n=null,r=0,s=null,o=!1){if((!e||e===xo)&&(e=be),Tn(e)){const l=et(e,t,!0);return n&&Kr(l,n),Wt>0&&!o&&Re&&(l.shapeFlag&6?Re[Re.indexOf(e)]=l:Re.push(l)),l.patchFlag|=-2,l}if(Sc(e)&&(e=e.__vccOpts),t){t=mc(t);let{class:l,style:c}=t;l&&!ne(l)&&(t.class=Mn(l)),Z(c)&&(po(c)&&!U(c)&&(c=oe({},c)),t.style=Pn(c))}const i=ne(e)?1:Ll(e)?128:fc(e)?64:Z(e)?4:q(e)?2:0;return Jo(e,t,n,r,s,i,o,!0)}function mc(e){return e?po(e)||Kn in e?oe({},e):e:null}function et(e,t,n=!1){const{props:r,ref:s,patchFlag:o,children:i}=e,l=t?yc(r||{},t):r;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:l,key:l&&Yo(l),ref:t&&t.ref?n&&s?U(s)?s.concat(mn(t)):[s,mn(t)]:mn(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!==ge?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&&et(e.ssContent),ssFallback:e.ssFallback&&et(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function Qo(e=" ",t=0){return re(St,null,e,t)}function _u(e,t){const n=re($t,null,e);return n.staticCount=t,n}function vu(e="",t=!1){return t?(Go(),Xo(be,null,e)):re(be,null,e)}function Ae(e){return e==null||typeof e=="boolean"?re(be):U(e)?re(ge,null,e.slice()):typeof e=="object"?ze(e):re(St,null,String(e))}function ze(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:et(e)}function Kr(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(U(t))n=16;else if(typeof t=="object")if(r&65){const s=t.default;s&&(s._c&&(s._d=!1),Kr(e,s()),s._c&&(s._d=!0));return}else{n=32;const s=t._;!s&&!(Kn in t)?t._ctx=de:s===3&&de&&(de.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else q(t)?(t={default:t,_ctx:de},n=32):(t=String(t),r&64?(n=16,t=[Qo(t)]):n=8);e.children=t,e.shapeFlag|=n}function yc(...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=Mn([t.class,r.class]));else if(s==="style")t.style=Pn([t.style,r.style]);else if(qt(s)){const o=t[s],i=r[s];i&&o!==i&&!(U(o)&&o.includes(i))&&(t[s]=o?[].concat(o,i):i)}else s!==""&&(t[s]=r[s])}return t}function Ee(e,t,n,r=null){Se(e,t,7,[n,r])}const _c=Ho();let vc=0;function bc(e,t,n){const r=e.type,s=(t?t.appContext:e.appContext)||_c,o={uid:vc++,vnode:e,type:r,parent:t,appContext:s,root:null,next:null,subTree:null,effect:null,update:null,scope:new Vi(!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:Vo(r,s),emitsOptions:Co(r,s),emit:null,emitted:null,propsDefaults:te,inheritAttrs:r.inheritAttrs,ctx:te,data:te,props:te,attrs:te,slots:te,refs:te,setupState:te,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=Cl.bind(null,o),e.ce&&e.ce(o),o}let ae=null;const Xt=()=>ae||de;let An,wr;{const e=Qs(),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)}};An=t("__VUE_INSTANCE_SETTERS__",n=>ae=n),wr=t("__VUE_SSR_SETTERS__",n=>Jt=n)}const Yt=e=>{const t=ae;return An(e),e.scope.on(),()=>{e.scope.off(),An(t)}},Es=()=>{ae&&ae.scope.off(),An(null)};function Zo(e){return e.vnode.shapeFlag&4}let Jt=!1;function wc(e,t=!1){t&&wr(t);const{props:n,children:r}=e.vnode,s=Zo(e);ec(e,n,s,t),rc(e,r);const o=s?Ec(e,t):void 0;return t&&wr(!1),o}function Ec(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=Pt(new Proxy(e.ctx,Kl));const{setup:r}=n;if(r){const s=e.setupContext=r.length>1?ti(e):null,o=Yt(e);ut();const i=Je(r,e,0,[e.props,s]);if(ft(),o(),Xs(i)){if(i.then(Es,Es),t)return i.then(l=>{Cs(e,l,t)}).catch(l=>{Gt(l,e,0)});e.asyncDep=i}else Cs(e,i,t)}else ei(e,t)}function Cs(e,t,n){q(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:Z(t)&&(e.setupState=vo(t)),ei(e,n)}let xs;function ei(e,t,n){const r=e.type;if(!e.render){if(!t&&xs&&!r.render){const s=r.template||kr(e).template;if(s){const{isCustomElement:o,compilerOptions:i}=e.appContext.config,{delimiters:l,compilerOptions:c}=r,a=oe(oe({isCustomElement:o,delimiters:l},i),c);r.render=xs(s,a)}}e.render=r.render||xe}{const s=Yt(e);ut();try{ql(e)}finally{ft(),s()}}}function Cc(e){return e.attrsProxy||(e.attrsProxy=new Proxy(e.attrs,{get(t,n){return ye(e,"get","$attrs"),t[n]}}))}function ti(e){const t=n=>{e.exposed=n||{}};return{get attrs(){return Cc(e)},slots:e.slots,emit:e.emit,expose:t}}function Wr(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(vo(Pt(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in Mt)return Mt[n](e)},has(t,n){return n in t||n in Mt}}))}function xc(e,t=!0){return q(e)?e.displayName||e.name:e.name||t&&e.__name}function Sc(e){return q(e)&&"__vccOpts"in e}const se=(e,t)=>al(e,t,Jt);function Er(e,t,n){const r=arguments.length;return r===2?Z(t)&&!U(t)?Tn(t)?re(e,null,[t]):re(e,t):re(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&Tn(n)&&(n=[n]),re(e,t,n))}const Tc="3.4.21";/**
|
|
* @vue/runtime-dom v3.4.21
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
* @license MIT
|
|
**/const Ac="http://www.w3.org/2000/svg",Rc="http://www.w3.org/1998/Math/MathML",Xe=typeof document<"u"?document:null,Ss=Xe&&Xe.createElement("template"),Lc={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"?Xe.createElementNS(Ac,e):t==="mathml"?Xe.createElementNS(Rc,e):Xe.createElement(e,n?{is:n}:void 0);return e==="select"&&r&&r.multiple!=null&&s.setAttribute("multiple",r.multiple),s},createText:e=>Xe.createTextNode(e),createComment:e=>Xe.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Xe.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{Ss.innerHTML=r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e;const l=Ss.content;if(r==="svg"||r==="mathml"){const c=l.firstChild;for(;c.firstChild;)l.appendChild(c.firstChild);l.removeChild(c)}t.insertBefore(l,n)}return[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},Ke="transition",Ot="animation",Tt=Symbol("_vtc"),ni=(e,{slots:t})=>Er(Nl,si(e),t);ni.displayName="Transition";const ri={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},Oc=ni.props=oe({},Oo,ri),rt=(e,t=[])=>{U(e)?e.forEach(n=>n(...t)):e&&e(...t)},Ts=e=>e?U(e)?e.some(t=>t.length>1):e.length>1:!1;function si(e){const t={};for(const A in e)A in ri||(t[A]=e[A]);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:c=o,appearActiveClass:a=i,appearToClass:f=l,leaveFromClass:h=`${n}-leave-from`,leaveActiveClass:p=`${n}-leave-active`,leaveToClass:y=`${n}-leave-to`}=e,w=Ic(s),I=w&&w[0],N=w&&w[1],{onBeforeEnter:K,onEnter:B,onEnterCancelled:g,onLeave:_,onLeaveCancelled:P,onBeforeAppear:L=K,onAppear:F=B,onAppearCancelled:T=g}=t,$=(A,G,ie)=>{We(A,G?f:l),We(A,G?a:i),ie&&ie()},E=(A,G)=>{A._isLeaving=!1,We(A,h),We(A,y),We(A,p),G&&G()},j=A=>(G,ie)=>{const ue=A?F:B,D=()=>$(G,A,ie);rt(ue,[G,D]),As(()=>{We(G,A?c:o),He(G,A?f:l),Ts(ue)||Rs(G,r,I,D)})};return oe(t,{onBeforeEnter(A){rt(K,[A]),He(A,o),He(A,i)},onBeforeAppear(A){rt(L,[A]),He(A,c),He(A,a)},onEnter:j(!1),onAppear:j(!0),onLeave(A,G){A._isLeaving=!0;const ie=()=>E(A,G);He(A,h),ii(),He(A,p),As(()=>{A._isLeaving&&(We(A,h),He(A,y),Ts(_)||Rs(A,r,N,ie))}),rt(_,[A,ie])},onEnterCancelled(A){$(A,!1),rt(g,[A])},onAppearCancelled(A){$(A,!0),rt(T,[A])},onLeaveCancelled(A){E(A),rt(P,[A])}})}function Ic(e){if(e==null)return null;if(Z(e))return[tr(e.enter),tr(e.leave)];{const t=tr(e);return[t,t]}}function tr(e){return Pi(e)}function He(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[Tt]||(e[Tt]=new Set)).add(t)}function We(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.remove(r));const n=e[Tt];n&&(n.delete(t),n.size||(e[Tt]=void 0))}function As(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Pc=0;function Rs(e,t,n,r){const s=e._endId=++Pc,o=()=>{s===e._endId&&r()};if(n)return setTimeout(o,n);const{type:i,timeout:l,propCount:c}=oi(e,t);if(!i)return r();const a=i+"end";let f=0;const h=()=>{e.removeEventListener(a,p),o()},p=y=>{y.target===e&&++f>=c&&h()};setTimeout(()=>{f<c&&h()},l+1),e.addEventListener(a,p)}function oi(e,t){const n=window.getComputedStyle(e),r=w=>(n[w]||"").split(", "),s=r(`${Ke}Delay`),o=r(`${Ke}Duration`),i=Ls(s,o),l=r(`${Ot}Delay`),c=r(`${Ot}Duration`),a=Ls(l,c);let f=null,h=0,p=0;t===Ke?i>0&&(f=Ke,h=i,p=o.length):t===Ot?a>0&&(f=Ot,h=a,p=c.length):(h=Math.max(i,a),f=h>0?i>a?Ke:Ot:null,p=f?f===Ke?o.length:c.length:0);const y=f===Ke&&/\b(transform|all)(,|$)/.test(r(`${Ke}Property`).toString());return{type:f,timeout:h,propCount:p,hasTransform:y}}function Ls(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,r)=>Os(n)+Os(e[r])))}function Os(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function ii(){return document.body.offsetHeight}function Mc(e,t,n){const r=e[Tt];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const Is=Symbol("_vod"),Nc=Symbol("_vsh"),Fc=Symbol(""),$c=/(^|;)\s*display\s*:/;function Hc(e,t,n){const r=e.style,s=ne(n);let o=!1;if(n&&!s){if(t)if(ne(t))for(const i of t.split(";")){const l=i.slice(0,i.indexOf(":")).trim();n[l]==null&&yn(r,l,"")}else for(const i in t)n[i]==null&&yn(r,i,"");for(const i in n)i==="display"&&(o=!0),yn(r,i,n[i])}else if(s){if(t!==n){const i=r[Fc];i&&(n+=";"+i),r.cssText=n,o=$c.test(n)}}else t&&e.removeAttribute("style");Is in e&&(e[Is]=o?r.display:"",e[Nc]&&(r.display="none"))}const Ps=/\s*!important$/;function yn(e,t,n){if(U(n))n.forEach(r=>yn(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=jc(e,t);Ps.test(n)?e.setProperty(at(r),n.replace(Ps,""),"important"):e[r]=n}}const Ms=["Webkit","Moz","ms"],nr={};function jc(e,t){const n=nr[t];if(n)return n;let r=Me(t);if(r!=="filter"&&r in e)return nr[t]=r;r=In(r);for(let s=0;s<Ms.length;s++){const o=Ms[s]+r;if(o in e)return nr[t]=o}return t}const Ns="http://www.w3.org/1999/xlink";function Vc(e,t,n,r,s){if(r&&t.startsWith("xlink:"))n==null?e.removeAttributeNS(Ns,t.slice(6,t.length)):e.setAttributeNS(Ns,t,n);else{const o=ji(t);n==null||o&&!Zs(n)?e.removeAttribute(t):e.setAttribute(t,o?"":n)}}function Dc(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 a=l==="OPTION"?e.getAttribute("value")||"":e.value,f=n??"";(a!==f||!("_value"in e))&&(e.value=f),n==null&&e.removeAttribute(t),e._value=n;return}let c=!1;if(n===""||n==null){const a=typeof e[t];a==="boolean"?n=Zs(n):n==null&&a==="string"?(n="",c=!0):a==="number"&&(n=0,c=!0)}try{e[t]=n}catch{}c&&e.removeAttribute(t)}function kc(e,t,n,r){e.addEventListener(t,n,r)}function Uc(e,t,n,r){e.removeEventListener(t,n,r)}const Fs=Symbol("_vei");function Bc(e,t,n,r,s=null){const o=e[Fs]||(e[Fs]={}),i=o[t];if(r&&i)i.value=r;else{const[l,c]=Kc(t);if(r){const a=o[t]=Gc(r,s);kc(e,l,a,c)}else i&&(Uc(e,l,i,c),o[t]=void 0)}}const $s=/(?:Once|Passive|Capture)$/;function Kc(e){let t;if($s.test(e)){t={};let r;for(;r=e.match($s);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):at(e.slice(2)),t]}let rr=0;const Wc=Promise.resolve(),qc=()=>rr||(Wc.then(()=>rr=0),rr=Date.now());function Gc(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;Se(zc(r,n.value),t,5,[r])};return n.value=e,n.attached=qc(),n}function zc(e,t){if(U(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>s=>!s._stopped&&r&&r(s))}else return t}const Hs=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Xc=(e,t,n,r,s,o,i,l,c)=>{const a=s==="svg";t==="class"?Mc(e,r,a):t==="style"?Hc(e,n,r):qt(t)?Tr(t)||Bc(e,t,n,r,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Yc(e,t,r,a))?Dc(e,t,r,o,i,l,c):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),Vc(e,t,r,a))};function Yc(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&Hs(t)&&q(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 Hs(t)&&ne(n)?!1:t in e}const li=new WeakMap,ci=new WeakMap,Rn=Symbol("_moveCb"),js=Symbol("_enterCb"),ai={name:"TransitionGroup",props:oe({},Oc,{tag:String,moveClass:String}),setup(e,{slots:t}){const n=Xt(),r=Lo();let s,o;return Mo(()=>{if(!s.length)return;const i=e.moveClass||`${e.name||"v"}-move`;if(!ta(s[0].el,n.vnode.el,i))return;s.forEach(Qc),s.forEach(Zc);const l=s.filter(ea);ii(),l.forEach(c=>{const a=c.el,f=a.style;He(a,i),f.transform=f.webkitTransform=f.transitionDuration="";const h=a[Rn]=p=>{p&&p.target!==a||(!p||/transform$/.test(p.propertyName))&&(a.removeEventListener("transitionend",h),a[Rn]=null,We(a,i))};a.addEventListener("transitionend",h)})}),()=>{const i=Y(e),l=si(i);let c=i.tag||ge;s=o,o=t.default?Vr(t.default()):[];for(let a=0;a<o.length;a++){const f=o[a];f.key!=null&&Kt(f,Bt(f,l,r,n))}if(s)for(let a=0;a<s.length;a++){const f=s[a];Kt(f,Bt(f,l,r,n)),li.set(f,f.el.getBoundingClientRect())}return re(c,null,o)}}},Jc=e=>delete e.mode;ai.props;const bu=ai;function Qc(e){const t=e.el;t[Rn]&&t[Rn](),t[js]&&t[js]()}function Zc(e){ci.set(e,e.el.getBoundingClientRect())}function ea(e){const t=li.get(e),n=ci.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 ta(e,t,n){const r=e.cloneNode(),s=e[Tt];s&&s.forEach(l=>{l.split(/\s+/).forEach(c=>c&&r.classList.remove(c))}),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}=oi(r);return o.removeChild(r),i}const na=["ctrl","shift","alt","meta"],ra={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>na.some(n=>e[`${n}Key`]&&!t.includes(n))},wu=(e,t)=>{const n=e._withMods||(e._withMods={}),r=t.join(".");return n[r]||(n[r]=(s,...o)=>{for(let i=0;i<t.length;i++){const l=ra[t[i]];if(l&&l(s,t))return}return e(s,...o)})},sa={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},Eu=(e,t)=>{const n=e._withKeys||(e._withKeys={}),r=t.join(".");return n[r]||(n[r]=s=>{if(!("key"in s))return;const o=at(s.key);if(t.some(i=>i===o||sa[i]===o))return e(s)})},ui=oe({patchProp:Xc},Lc);let jt,Vs=!1;function oa(){return jt||(jt=cc(ui))}function ia(){return jt=Vs?jt:ac(ui),Vs=!0,jt}const Cu=(...e)=>{oa().render(...e)},xu=(...e)=>{const t=ia().createApp(...e),{mount:n}=t;return t.mount=r=>{const s=ca(r);if(s)return n(s,!0,la(s))},t};function la(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function ca(e){return ne(e)?document.querySelector(e):e}const Su=(e,t)=>{const n=e.__vccOpts||e;for(const[r,s]of t)n[r]=s;return n},Tu="/logo.png",aa="modulepreload",ua=function(e){return"/"+e},Ds={},Au=function(t,n,r){let s=Promise.resolve();if(n&&n.length>0){const o=document.getElementsByTagName("link"),i=document.querySelector("meta[property=csp-nonce]"),l=(i==null?void 0:i.nonce)||(i==null?void 0:i.getAttribute("nonce"));s=Promise.all(n.map(c=>{if(c=ua(c),c in Ds)return;Ds[c]=!0;const a=c.endsWith(".css"),f=a?'[rel="stylesheet"]':"";if(!!r)for(let y=o.length-1;y>=0;y--){const w=o[y];if(w.href===c&&(!a||w.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${c}"]${f}`))return;const p=document.createElement("link");if(p.rel=a?"stylesheet":aa,a||(p.as="script",p.crossOrigin=""),p.href=c,l&&p.setAttribute("nonce",l),document.head.appendChild(p),a)return new Promise((y,w)=>{p.addEventListener("load",y),p.addEventListener("error",()=>w(new Error(`Unable to preload CSS for ${c}`)))})}))}return s.then(()=>t()).catch(o=>{const i=new Event("vite:preloadError",{cancelable:!0});if(i.payload=o,window.dispatchEvent(i),!i.defaultPrevented)throw o})},fa=window.__VP_SITE_DATA__;function qr(e){return to()?(ki(e),!0):!1}function Qe(e){return typeof e=="function"?e():_o(e)}const fi=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const da=Object.prototype.toString,ha=e=>da.call(e)==="[object Object]",Vt=()=>{},Cr=pa();function pa(){var e,t;return fi&&((e=window==null?void 0:window.navigator)==null?void 0:e.userAgent)&&(/iP(ad|hone|od)/.test(window.navigator.userAgent)||((t=window==null?void 0:window.navigator)==null?void 0:t.maxTouchPoints)>2&&/iPad|Macintosh/.test(window==null?void 0:window.navigator.userAgent))}function ga(e,t){function n(...r){return new Promise((s,o)=>{Promise.resolve(e(()=>t.apply(this,r),{fn:t,thisArg:this,args:r})).then(s).catch(o)})}return n}const di=e=>e();function ma(e=di){const t=le(!0);function n(){t.value=!1}function r(){t.value=!0}const s=(...o)=>{t.value&&e(...o)};return{isActive:$n(t),pause:n,resume:r,eventFilter:s}}function ya(e){return e||Xt()}function hi(...e){if(e.length!==1)return ml(...e);const t=e[0];return typeof t=="function"?$n(hl(()=>({get:t,set:Vt}))):le(t)}function _a(e,t,n={}){const{eventFilter:r=di,...s}=n;return Ve(e,ga(r,t),s)}function va(e,t,n={}){const{eventFilter:r,...s}=n,{eventFilter:o,pause:i,resume:l,isActive:c}=ma(r);return{stop:_a(e,t,{...s,eventFilter:o}),pause:i,resume:l,isActive:c}}function Gr(e,t=!0,n){ya()?Rt(e,n):t?e():Hn(e)}function gt(e){var t;const n=Qe(e);return(t=n==null?void 0:n.$el)!=null?t:n}const Ne=fi?window:void 0;function De(...e){let t,n,r,s;if(typeof e[0]=="string"||Array.isArray(e[0])?([n,r,s]=e,t=Ne):[t,n,r,s]=e,!t)return Vt;Array.isArray(n)||(n=[n]),Array.isArray(r)||(r=[r]);const o=[],i=()=>{o.forEach(f=>f()),o.length=0},l=(f,h,p,y)=>(f.addEventListener(h,p,y),()=>f.removeEventListener(h,p,y)),c=Ve(()=>[gt(t),Qe(s)],([f,h])=>{if(i(),!f)return;const p=ha(h)?{...h}:h;o.push(...n.flatMap(y=>r.map(w=>l(f,y,w,p))))},{immediate:!0,flush:"post"}),a=()=>{c(),i()};return qr(a),a}let ks=!1;function Ru(e,t,n={}){const{window:r=Ne,ignore:s=[],capture:o=!0,detectIframe:i=!1}=n;if(!r)return Vt;Cr&&!ks&&(ks=!0,Array.from(r.document.body.children).forEach(p=>p.addEventListener("click",Vt)),r.document.documentElement.addEventListener("click",Vt));let l=!0;const c=p=>s.some(y=>{if(typeof y=="string")return Array.from(r.document.querySelectorAll(y)).some(w=>w===p.target||p.composedPath().includes(w));{const w=gt(y);return w&&(p.target===w||p.composedPath().includes(w))}}),f=[De(r,"click",p=>{const y=gt(e);if(!(!y||y===p.target||p.composedPath().includes(y))){if(p.detail===0&&(l=!c(p)),!l){l=!0;return}t(p)}},{passive:!0,capture:o}),De(r,"pointerdown",p=>{const y=gt(e);l=!c(p)&&!!(y&&!p.composedPath().includes(y))},{passive:!0}),i&&De(r,"blur",p=>{setTimeout(()=>{var y;const w=gt(e);((y=r.document.activeElement)==null?void 0:y.tagName)==="IFRAME"&&!(w!=null&&w.contains(r.document.activeElement))&&t(p)},0)})].filter(Boolean);return()=>f.forEach(p=>p())}function ba(e){return typeof e=="function"?e:typeof e=="string"?t=>t.key===e:Array.isArray(e)?t=>e.includes(t.key):()=>!0}function Lu(...e){let t,n,r={};e.length===3?(t=e[0],n=e[1],r=e[2]):e.length===2?typeof e[1]=="object"?(t=!0,n=e[0],r=e[1]):(t=e[0],n=e[1]):(t=!0,n=e[0]);const{target:s=Ne,eventName:o="keydown",passive:i=!1,dedupe:l=!1}=r,c=ba(t);return De(s,o,f=>{f.repeat&&Qe(l)||c(f)&&n(f)},i)}function wa(){const e=le(!1),t=Xt();return t&&Rt(()=>{e.value=!0},t),e}function Ea(e){const t=wa();return se(()=>(t.value,!!e()))}function pi(e,t={}){const{window:n=Ne}=t,r=Ea(()=>n&&"matchMedia"in n&&typeof n.matchMedia=="function");let s;const o=le(!1),i=a=>{o.value=a.matches},l=()=>{s&&("removeEventListener"in s?s.removeEventListener("change",i):s.removeListener(i))},c=Ao(()=>{r.value&&(l(),s=n.matchMedia(Qe(e)),"addEventListener"in s?s.addEventListener("change",i):s.addListener(i),o.value=s.matches)});return qr(()=>{c(),l(),s=void 0}),o}const fn=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},dn="__vueuse_ssr_handlers__",Ca=xa();function xa(){return dn in fn||(fn[dn]=fn[dn]||{}),fn[dn]}function gi(e,t){return Ca[e]||t}function Sa(e){return e==null?"any":e instanceof Set?"set":e instanceof Map?"map":e instanceof Date?"date":typeof e=="boolean"?"boolean":typeof e=="string"?"string":typeof e=="object"?"object":Number.isNaN(e)?"any":"number"}const Ta={boolean:{read:e=>e==="true",write:e=>String(e)},object:{read:e=>JSON.parse(e),write:e=>JSON.stringify(e)},number:{read:e=>Number.parseFloat(e),write:e=>String(e)},any:{read:e=>e,write:e=>String(e)},string:{read:e=>e,write:e=>String(e)},map:{read:e=>new Map(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e.entries()))},set:{read:e=>new Set(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e))},date:{read:e=>new Date(e),write:e=>e.toISOString()}},Us="vueuse-storage";function Aa(e,t,n,r={}){var s;const{flush:o="pre",deep:i=!0,listenToStorageChanges:l=!0,writeDefaults:c=!0,mergeDefaults:a=!1,shallow:f,window:h=Ne,eventFilter:p,onError:y=E=>{console.error(E)},initOnMounted:w}=r,I=(f?mo:le)(typeof t=="function"?t():t);if(!n)try{n=gi("getDefaultStorage",()=>{var E;return(E=Ne)==null?void 0:E.localStorage})()}catch(E){y(E)}if(!n)return I;const N=Qe(t),K=Sa(N),B=(s=r.serializer)!=null?s:Ta[K],{pause:g,resume:_}=va(I,()=>L(I.value),{flush:o,deep:i,eventFilter:p});h&&l&&Gr(()=>{De(h,"storage",T),De(h,Us,$),w&&T()}),w||T();function P(E,j){h&&h.dispatchEvent(new CustomEvent(Us,{detail:{key:e,oldValue:E,newValue:j,storageArea:n}}))}function L(E){try{const j=n.getItem(e);if(E==null)P(j,null),n.removeItem(e);else{const A=B.write(E);j!==A&&(n.setItem(e,A),P(j,A))}}catch(j){y(j)}}function F(E){const j=E?E.newValue:n.getItem(e);if(j==null)return c&&N!=null&&n.setItem(e,B.write(N)),N;if(!E&&a){const A=B.read(j);return typeof a=="function"?a(A,N):K==="object"&&!Array.isArray(A)?{...N,...A}:A}else return typeof j!="string"?j:B.read(j)}function T(E){if(!(E&&E.storageArea!==n)){if(E&&E.key==null){I.value=N;return}if(!(E&&E.key!==e)){g();try{(E==null?void 0:E.newValue)!==B.write(I.value)&&(I.value=F(E))}catch(j){y(j)}finally{E?Hn(_):_()}}}}function $(E){T(E.detail)}return I}function mi(e){return pi("(prefers-color-scheme: dark)",e)}function Ra(e={}){const{selector:t="html",attribute:n="class",initialValue:r="auto",window:s=Ne,storage:o,storageKey:i="vueuse-color-scheme",listenToStorageChanges:l=!0,storageRef:c,emitAuto:a,disableTransition:f=!0}=e,h={auto:"",light:"light",dark:"dark",...e.modes||{}},p=mi({window:s}),y=se(()=>p.value?"dark":"light"),w=c||(i==null?hi(r):Aa(i,r,o,{window:s,listenToStorageChanges:l})),I=se(()=>w.value==="auto"?y.value:w.value),N=gi("updateHTMLAttrs",(_,P,L)=>{const F=typeof _=="string"?s==null?void 0:s.document.querySelector(_):gt(_);if(!F)return;let T;if(f&&(T=s.document.createElement("style"),T.appendChild(document.createTextNode("*,*::before,*::after{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}")),s.document.head.appendChild(T)),P==="class"){const $=L.split(/\s/g);Object.values(h).flatMap(E=>(E||"").split(/\s/g)).filter(Boolean).forEach(E=>{$.includes(E)?F.classList.add(E):F.classList.remove(E)})}else F.setAttribute(P,L);f&&(s.getComputedStyle(T).opacity,document.head.removeChild(T))});function K(_){var P;N(t,n,(P=h[_])!=null?P:_)}function B(_){e.onChanged?e.onChanged(_,K):K(_)}Ve(I,B,{flush:"post",immediate:!0}),Gr(()=>B(I.value));const g=se({get(){return a?w.value:I.value},set(_){w.value=_}});try{return Object.assign(g,{store:w,system:y,state:I})}catch{return g}}function La(e={}){const{valueDark:t="dark",valueLight:n="",window:r=Ne}=e,s=Ra({...e,onChanged:(l,c)=>{var a;e.onChanged?(a=e.onChanged)==null||a.call(e,l==="dark",c,l):c(l)},modes:{dark:t,light:n}}),o=se(()=>s.system?s.system.value:mi({window:r}).value?"dark":"light");return se({get(){return s.value==="dark"},set(l){const c=l?"dark":"light";o.value===c?s.value="auto":s.value=c}})}function sr(e){return typeof Window<"u"&&e instanceof Window?e.document.documentElement:typeof Document<"u"&&e instanceof Document?e.documentElement:e}function yi(e){const t=window.getComputedStyle(e);if(t.overflowX==="scroll"||t.overflowY==="scroll"||t.overflowX==="auto"&&e.clientWidth<e.scrollWidth||t.overflowY==="auto"&&e.clientHeight<e.scrollHeight)return!0;{const n=e.parentNode;return!n||n.tagName==="BODY"?!1:yi(n)}}function Oa(e){const t=e||window.event,n=t.target;return yi(n)?!1:t.touches.length>1?!0:(t.preventDefault&&t.preventDefault(),!1)}const hn=new WeakMap;function Ou(e,t=!1){const n=le(t);let r=null;Ve(hi(e),i=>{const l=sr(Qe(i));if(l){const c=l;hn.get(c)||hn.set(c,c.style.overflow),n.value&&(c.style.overflow="hidden")}},{immediate:!0});const s=()=>{const i=sr(Qe(e));!i||n.value||(Cr&&(r=De(i,"touchmove",l=>{Oa(l)},{passive:!1})),i.style.overflow="hidden",n.value=!0)},o=()=>{var i;const l=sr(Qe(e));!l||!n.value||(Cr&&(r==null||r()),l.style.overflow=(i=hn.get(l))!=null?i:"",hn.delete(l),n.value=!1)};return qr(o),se({get(){return n.value},set(i){i?s():o()}})}function Iu(e={}){const{window:t=Ne,behavior:n="auto"}=e;if(!t)return{x:le(0),y:le(0)};const r=le(t.scrollX),s=le(t.scrollY),o=se({get(){return r.value},set(l){scrollTo({left:l,behavior:n})}}),i=se({get(){return s.value},set(l){scrollTo({top:l,behavior:n})}});return De(t,"scroll",()=>{r.value=t.scrollX,s.value=t.scrollY},{capture:!1,passive:!0}),{x:o,y:i}}function Pu(e={}){const{window:t=Ne,initialWidth:n=Number.POSITIVE_INFINITY,initialHeight:r=Number.POSITIVE_INFINITY,listenOrientation:s=!0,includeScrollbar:o=!0}=e,i=le(n),l=le(r),c=()=>{t&&(o?(i.value=t.innerWidth,l.value=t.innerHeight):(i.value=t.document.documentElement.clientWidth,l.value=t.document.documentElement.clientHeight))};if(c(),Gr(c),De("resize",c,{passive:!0}),s){const a=pi("(orientation: portrait)");Ve(a,()=>c())}return{width:i,height:l}}var or={BASE_URL:"/",MODE:"production",DEV:!1,PROD:!0,SSR:!1},ir={};const _i=/^(?:[a-z]+:|\/\/)/i,Ia="vitepress-theme-appearance",Pa=/#.*$/,Ma=/[?#].*$/,Na=/(?:(^|\/)index)?\.(?:md|html)$/,Ce=typeof document<"u",vi={relativePath:"",filePath:"",title:"404",description:"Not Found",headers:[],frontmatter:{sidebar:!1,layout:"page"},lastUpdated:0,isNotFound:!0};function Fa(e,t,n=!1){if(t===void 0)return!1;if(e=Bs(`/${e}`),n)return new RegExp(t).test(e);if(Bs(t)!==e)return!1;const r=t.match(Pa);return r?(Ce?location.hash:"")===r[0]:!0}function Bs(e){return decodeURI(e).replace(Ma,"").replace(Na,"$1")}function $a(e){return _i.test(e)}function Ha(e,t){var r,s,o,i,l,c,a;const n=Object.keys(e.locales).find(f=>f!=="root"&&!$a(f)&&Fa(t,`/${f}/`,!0))||"root";return Object.assign({},e,{localeIndex:n,lang:((r=e.locales[n])==null?void 0:r.lang)??e.lang,dir:((s=e.locales[n])==null?void 0:s.dir)??e.dir,title:((o=e.locales[n])==null?void 0:o.title)??e.title,titleTemplate:((i=e.locales[n])==null?void 0:i.titleTemplate)??e.titleTemplate,description:((l=e.locales[n])==null?void 0:l.description)??e.description,head:wi(e.head,((c=e.locales[n])==null?void 0:c.head)??[]),themeConfig:{...e.themeConfig,...(a=e.locales[n])==null?void 0:a.themeConfig}})}function bi(e,t){const n=t.title||e.title,r=t.titleTemplate??e.titleTemplate;if(typeof r=="string"&&r.includes(":title"))return r.replace(/:title/g,n);const s=ja(e.title,r);return n===s.slice(3)?n:`${n}${s}`}function ja(e,t){return t===!1?"":t===!0||t===void 0?` | ${e}`:e===t?"":` | ${t}`}function Va(e,t){const[n,r]=t;if(n!=="meta")return!1;const s=Object.entries(r)[0];return s==null?!1:e.some(([o,i])=>o===n&&i[s[0]]===s[1])}function wi(e,t){return[...e.filter(n=>!Va(t,n)),...t]}const Da=/[\u0000-\u001F"#$&*+,:;<=>?[\]^`{|}\u007F]/g,ka=/^[a-z]:/i;function Ks(e){const t=ka.exec(e),n=t?t[0]:"";return n+e.slice(n.length).replace(Da,"_").replace(/(^|\/)_+(?=[^/]*$)/,"$1")}const lr=new Set;function Ua(e){if(lr.size===0){const n=typeof process=="object"&&(ir==null?void 0:ir.VITE_EXTRA_EXTENSIONS)||(or==null?void 0:or.VITE_EXTRA_EXTENSIONS)||"";("3g2,3gp,aac,ai,apng,au,avif,bin,bmp,cer,class,conf,crl,css,csv,dll,doc,eps,epub,exe,gif,gz,ics,ief,jar,jpe,jpeg,jpg,js,json,jsonld,m4a,man,mid,midi,mjs,mov,mp2,mp3,mp4,mpe,mpeg,mpg,mpp,oga,ogg,ogv,ogx,opus,otf,p10,p7c,p7m,p7s,pdf,png,ps,qt,roff,rtf,rtx,ser,svg,t,tif,tiff,tr,ts,tsv,ttf,txt,vtt,wav,weba,webm,webp,woff,woff2,xhtml,xml,yaml,yml,zip"+(n&&typeof n=="string"?","+n:"")).split(",").forEach(r=>lr.add(r))}const t=e.split(".").pop();return t==null||!lr.has(t.toLowerCase())}const Ba=Symbol(),ct=mo(fa);function Mu(e){const t=se(()=>Ha(ct.value,e.data.relativePath)),n=t.value.appearance,r=n==="force-dark"?le(!0):n?La({storageKey:Ia,initialValue:()=>typeof n=="string"?n:"auto",...typeof n=="object"?n:{}}):le(!1);return{site:t,theme:se(()=>t.value.themeConfig),page:se(()=>e.data),frontmatter:se(()=>e.data.frontmatter),params:se(()=>e.data.params),lang:se(()=>t.value.lang),dir:se(()=>e.data.frontmatter.dir||t.value.dir),localeIndex:se(()=>t.value.localeIndex||"root"),title:se(()=>bi(t.value,e.data)),description:se(()=>e.data.description||t.value.description),isDark:r}}function Ka(){const e=Ct(Ba);if(!e)throw new Error("vitepress data not properly injected in app");return e}function Wa(e,t){return`${e}${t}`.replace(/\/+/g,"/")}function Ws(e){return _i.test(e)||!e.startsWith("/")?e:Wa(ct.value.base,e)}function qa(e){let t=e.replace(/\.html$/,"");if(t=decodeURIComponent(t),t=t.replace(/\/$/,"/index"),Ce){const n="/";t=Ks(t.slice(n.length).replace(/\//g,"_")||"index")+".md";let r=__VP_HASH_MAP__[t.toLowerCase()];if(r||(t=t.endsWith("_index.md")?t.slice(0,-9)+".md":t.slice(0,-3)+"_index.md",r=__VP_HASH_MAP__[t.toLowerCase()]),!r)return null;t=`${n}assets/${t}.${r}.js`}else t=`./${Ks(t.slice(1).replace(/\//g,"_"))}.md.js`;return t}let _n=[];function Nu(e){_n.push(e),Bn(()=>{_n=_n.filter(t=>t!==e)})}function Ga(){let e=ct.value.scrollOffset,t=0,n=24;if(typeof e=="object"&&"padding"in e&&(n=e.padding,e=e.selector),typeof e=="number")t=e;else if(typeof e=="string")t=qs(e,n);else if(Array.isArray(e))for(const r of e){const s=qs(r,n);if(s){t=s;break}}return t}function qs(e,t){const n=document.querySelector(e);if(!n)return 0;const r=n.getBoundingClientRect().bottom;return r<0?0:r+t}const za=Symbol(),xr="http://a.com",Xa=()=>({path:"/",component:null,data:vi});function Fu(e,t){const n=Fn(Xa()),r={route:n,go:s};async function s(l=Ce?location.href:"/"){var c,a;if(l=cr(l),await((c=r.onBeforeRouteChange)==null?void 0:c.call(r,l))!==!1){if(Ce){const f=new URL(location.href);l!==cr(f.href)&&(history.replaceState({scrollPosition:window.scrollY},document.title),history.pushState(null,"",l),new URL(l,xr).hash!==f.hash&&window.dispatchEvent(new Event("hashchange")))}await i(l),await((a=r.onAfterRouteChanged)==null?void 0:a.call(r,l))}}let o=null;async function i(l,c=0,a=!1){var p;if(await((p=r.onBeforePageLoad)==null?void 0:p.call(r,l))===!1)return;const f=new URL(l,xr),h=o=f.pathname;try{let y=await e(h);if(!y)throw new Error(`Page not found: ${h}`);if(o===h){o=null;const{default:w,__pageData:I}=y;if(!w)throw new Error(`Invalid route component: ${w}`);n.path=Ce?h:Ws(h),n.component=Pt(w),n.data=Pt(I),Ce&&Hn(()=>{let N=ct.value.base+I.relativePath.replace(/(?:(^|\/)index)?\.md$/,"$1");if(!ct.value.cleanUrls&&!N.endsWith("/")&&(N+=".html"),N!==f.pathname&&(f.pathname=N,l=N+f.search+f.hash,history.replaceState(null,"",l)),f.hash&&!c){let K=null;try{K=document.getElementById(decodeURIComponent(f.hash).slice(1))}catch(B){console.warn(B)}if(K){Gs(K,f.hash);return}}window.scrollTo(0,c)})}}catch(y){if(!/fetch|Page not found/.test(y.message)&&!/^\/404(\.html|\/)?$/.test(l)&&console.error(y),!a)try{const w=await fetch(ct.value.base+"hashmap.json");window.__VP_HASH_MAP__=await w.json(),await i(l,c,!0);return}catch{}o===h&&(o=null,n.path=Ce?h:Ws(h),n.component=t?Pt(t):null,n.data=vi)}}return Ce&&(window.addEventListener("click",l=>{if(l.target.closest("button"))return;const a=l.target.closest("a");if(a&&!a.closest(".vp-raw")&&(a instanceof SVGElement||!a.download)){const{target:f}=a,{href:h,origin:p,pathname:y,hash:w,search:I}=new URL(a.href instanceof SVGAnimatedString?a.href.animVal:a.href,a.baseURI),N=new URL(location.href);!l.ctrlKey&&!l.shiftKey&&!l.altKey&&!l.metaKey&&!f&&p===N.origin&&Ua(y)&&(l.preventDefault(),y===N.pathname&&I===N.search?(w!==N.hash&&(history.pushState(null,"",h),window.dispatchEvent(new Event("hashchange"))),w?Gs(a,w,a.classList.contains("header-anchor")):window.scrollTo(0,0)):s(h))}},{capture:!0}),window.addEventListener("popstate",async l=>{var c;await i(cr(location.href),l.state&&l.state.scrollPosition||0),(c=r.onAfterRouteChanged)==null||c.call(r,location.href)}),window.addEventListener("hashchange",l=>{l.preventDefault()})),r}function Ya(){const e=Ct(za);if(!e)throw new Error("useRouter() is called without provider.");return e}function Ei(){return Ya().route}function Gs(e,t,n=!1){let r=null;try{r=e.classList.contains("header-anchor")?e:document.getElementById(decodeURIComponent(t).slice(1))}catch(s){console.warn(s)}if(r){let s=function(){!n||Math.abs(i-window.scrollY)>window.innerHeight?window.scrollTo(0,i):window.scrollTo({left:0,top:i,behavior:"smooth"})};const o=parseInt(window.getComputedStyle(r).paddingTop,10),i=window.scrollY+r.getBoundingClientRect().top-Ga()+o;requestAnimationFrame(s)}}function cr(e){const t=new URL(e,xr);return t.pathname=t.pathname.replace(/(^|\/)index(\.html)?$/,"$1"),ct.value.cleanUrls?t.pathname=t.pathname.replace(/\.html$/,""):!t.pathname.endsWith("/")&&!t.pathname.endsWith(".html")&&(t.pathname+=".html"),t.pathname+t.search+t.hash}const ar=()=>_n.forEach(e=>e()),$u=Dr({name:"VitePressContent",props:{as:{type:[Object,String],default:"div"}},setup(e){const t=Ei(),{site:n}=Ka();return()=>Er(e.as,n.value.contentProps??{style:{position:"relative"}},[t.component?Er(t.component,{onVnodeMounted:ar,onVnodeUpdated:ar,onVnodeUnmounted:ar}):"404 Page Not Found"])}}),Hu=Dr({setup(e,{slots:t}){const n=le(!1);return Rt(()=>{n.value=!0}),()=>n.value&&t.default?t.default():null}});function ju(){Ce&&window.addEventListener("click",e=>{var n;const t=e.target;if(t.matches(".vp-code-group input")){const r=(n=t.parentElement)==null?void 0:n.parentElement;if(!r)return;const s=Array.from(r.querySelectorAll("input")).indexOf(t);if(s<0)return;const o=r.querySelector(".blocks");if(!o)return;const i=Array.from(o.children).find(a=>a.classList.contains("active"));if(!i)return;const l=o.children[s];if(!l||i===l)return;i.classList.remove("active"),l.classList.add("active");const c=r==null?void 0:r.querySelector(`label[for="${t.id}"]`);c==null||c.scrollIntoView({block:"nearest"})}})}function Vu(){if(Ce){const e=new WeakMap;window.addEventListener("click",t=>{var r;const n=t.target;if(n.matches('div[class*="language-"] > button.copy')){const s=n.parentElement,o=(r=n.nextElementSibling)==null?void 0:r.nextElementSibling;if(!s||!o)return;const i=/language-(shellscript|shell|bash|sh|zsh)/.test(s.className),l=[".vp-copy-ignore",".diff.remove"],c=o.cloneNode(!0);c.querySelectorAll(l.join(",")).forEach(f=>f.remove());let a=c.textContent||"";i&&(a=a.replace(/^ *(\$|>) /gm,"").trim()),Ja(a).then(()=>{n.classList.add("copied"),clearTimeout(e.get(n));const f=setTimeout(()=>{n.classList.remove("copied"),n.blur(),e.delete(n)},2e3);e.set(n,f)})}})}}async function Ja(e){try{return navigator.clipboard.writeText(e)}catch{const t=document.createElement("textarea"),n=document.activeElement;t.value=e,t.setAttribute("readonly",""),t.style.contain="strict",t.style.position="absolute",t.style.left="-9999px",t.style.fontSize="12pt";const r=document.getSelection(),s=r?r.rangeCount>0&&r.getRangeAt(0):null;document.body.appendChild(t),t.select(),t.selectionStart=0,t.selectionEnd=e.length,document.execCommand("copy"),document.body.removeChild(t),s&&(r.removeAllRanges(),r.addRange(s)),n&&n.focus()}}function Du(e,t){let n=!0,r=[];const s=o=>{if(n){n=!1,o.forEach(l=>{const c=ur(l);for(const a of document.head.children)if(a.isEqualNode(c)){r.push(a);return}});return}const i=o.map(ur);r.forEach((l,c)=>{const a=i.findIndex(f=>f==null?void 0:f.isEqualNode(l??null));a!==-1?delete i[a]:(l==null||l.remove(),delete r[c])}),i.forEach(l=>l&&document.head.appendChild(l)),r=[...r,...i].filter(Boolean)};Ao(()=>{const o=e.data,i=t.value,l=o&&o.description,c=o&&o.frontmatter.head||[],a=bi(i,o);a!==document.title&&(document.title=a);const f=l||i.description;let h=document.querySelector("meta[name=description]");h?h.getAttribute("content")!==f&&h.setAttribute("content",f):ur(["meta",{name:"description",content:f}]),s(wi(i.head,Za(c)))})}function ur([e,t,n]){const r=document.createElement(e);for(const s in t)r.setAttribute(s,t[s]);return n&&(r.innerHTML=n),e==="script"&&!t.async&&(r.async=!1),r}function Qa(e){return e[0]==="meta"&&e[1]&&e[1].name==="description"}function Za(e){return e.filter(t=>!Qa(t))}const fr=new Set,Ci=()=>document.createElement("link"),eu=e=>{const t=Ci();t.rel="prefetch",t.href=e,document.head.appendChild(t)},tu=e=>{const t=new XMLHttpRequest;t.open("GET",e,t.withCredentials=!0),t.send()};let pn;const nu=Ce&&(pn=Ci())&&pn.relList&&pn.relList.supports&&pn.relList.supports("prefetch")?eu:tu;function ku(){if(!Ce||!window.IntersectionObserver)return;let e;if((e=navigator.connection)&&(e.saveData||/2g/.test(e.effectiveType)))return;const t=window.requestIdleCallback||setTimeout;let n=null;const r=()=>{n&&n.disconnect(),n=new IntersectionObserver(o=>{o.forEach(i=>{if(i.isIntersecting){const l=i.target;n.unobserve(l);const{pathname:c}=l;if(!fr.has(c)){fr.add(c);const a=qa(c);a&&nu(a)}}})}),t(()=>{document.querySelectorAll("#app a").forEach(o=>{const{hostname:i,pathname:l}=new URL(o.href instanceof SVGAnimatedString?o.href.animVal:o.href,o.baseURI),c=l.match(/\.\w+$/);c&&c[0]!==".html"||o.target!=="_blank"&&i===location.hostname&&(l!==location.pathname?n.observe(o):fr.add(l))})})};Rt(r);const s=Ei();Ve(()=>s.path,r),Bn(()=>{n&&n.disconnect()})}export{Zl as $,Bn as A,uu as B,Mo as C,Ga as D,cu as E,ge as F,du as G,mo as H,Nu as I,re as J,au as K,_i as L,Ei as M,yc as N,Ct as O,Pu as P,Pn as Q,Ru as R,Lu as S,ni as T,Hn as U,Iu as V,$n as W,fu as X,Au as Y,Ou as Z,Su as _,Qo as a,Eu as a0,pu as a1,wu as a2,gu as a3,Tn as a4,be as a5,St as a6,Xt as a7,No as a8,ou as a9,Er as aa,jl as ab,mu as ac,Fn as ad,Cu as ae,bu as af,Ya as ag,Vl as ah,_u as ai,ru as aj,mc as ak,Tu as al,Du as am,za as an,Mu as ao,Ba as ap,$u as aq,Hu as ar,ct as as,xu as at,Fu as au,qa as av,ku as aw,Vu as ax,ju as ay,Xo as b,yu as c,Dr as d,vu as e,Ua as f,Ws as g,le as h,$a as i,Ce as j,se as k,Rt as l,Jo as m,Mn as n,Go as o,_o as p,iu as q,hu as r,lu as s,su as t,Ka as u,Fa as v,xl as w,pi as x,Ve as y,Ao as z};
|