mirror of https://github.com/vuejs/vitepress
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
105 KiB
19 lines
105 KiB
/**
|
|
* @vue/shared v3.5.13
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
* @license MIT
|
|
**//*! #__NO_SIDE_EFFECTS__ */function $s(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const ee={},Rt=[],We=()=>{},Zo=()=>!1,nn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),js=e=>e.startsWith("onUpdate:"),pe=Object.assign,Vs=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},el=Object.prototype.hasOwnProperty,Q=(e,t)=>el.call(e,t),K=Array.isArray,Mt=e=>Dn(e)==="[object Map]",ai=e=>Dn(e)==="[object Set]",q=e=>typeof e=="function",oe=e=>typeof e=="string",Je=e=>typeof e=="symbol",se=e=>e!==null&&typeof e=="object",fi=e=>(se(e)||q(e))&&q(e.then)&&q(e.catch),ui=Object.prototype.toString,Dn=e=>ui.call(e),tl=e=>Dn(e).slice(8,-1),di=e=>Dn(e)==="[object Object]",ks=e=>oe(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Ot=$s(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),$n=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},nl=/-(\w)/g,Ne=$n(e=>e.replace(nl,(t,n)=>n?n.toUpperCase():"")),sl=/\B([A-Z])/g,it=$n(e=>e.replace(sl,"-$1").toLowerCase()),jn=$n(e=>e.charAt(0).toUpperCase()+e.slice(1)),Sn=$n(e=>e?`on${jn(e)}`:""),nt=(e,t)=>!Object.is(e,t),En=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},hi=(e,t,n,s=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:s,value:n})},Ss=e=>{const t=parseFloat(e);return isNaN(t)?e:t},rl=e=>{const t=oe(e)?Number(e):NaN;return isNaN(t)?e:t};let dr;const Vn=()=>dr||(dr=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Us(e){if(K(e)){const t={};for(let n=0;n<e.length;n++){const s=e[n],r=oe(s)?cl(s):Us(s);if(r)for(const i in r)t[i]=r[i]}return t}else if(oe(e)||se(e))return e}const il=/;(?![^(]*\))/g,ol=/:([^]+)/,ll=/\/\*[^]*?\*\//g;function cl(e){const t={};return e.replace(ll,"").split(il).forEach(n=>{if(n){const s=n.split(ol);s.length>1&&(t[s[0].trim()]=s[1].trim())}}),t}function Ws(e){let t="";if(oe(e))t=e;else if(K(e))for(let n=0;n<e.length;n++){const s=Ws(e[n]);s&&(t+=s+" ")}else if(se(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const al="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",fl=$s(al);function pi(e){return!!e||e===""}const gi=e=>!!(e&&e.__v_isRef===!0),ul=e=>oe(e)?e:e==null?"":K(e)||se(e)&&(e.toString===ui||!q(e.toString))?gi(e)?ul(e.value):JSON.stringify(e,mi,2):String(e),mi=(e,t)=>gi(t)?mi(e,t.value):Mt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[s,r],i)=>(n[es(s,i)+" =>"]=r,n),{})}:ai(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>es(n))}:Je(t)?es(t):se(t)&&!K(t)&&!di(t)?String(t):t,es=(e,t="")=>{var n;return Je(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
|
|
* @vue/reactivity v3.5.13
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
* @license MIT
|
|
**/let Se;class dl{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=Se,!t&&Se&&(this.index=(Se.scopes||(Se.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].pause();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].resume();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].resume()}}run(t){if(this._active){const n=Se;try{return Se=this,t()}finally{Se=n}}}on(){Se=this}off(){Se=this.parent}stop(t){if(this._active){this._active=!1;let n,s;for(n=0,s=this.effects.length;n<s;n++)this.effects[n].stop();for(this.effects.length=0,n=0,s=this.cleanups.length;n<s;n++)this.cleanups[n]();if(this.cleanups.length=0,this.scopes){for(n=0,s=this.scopes.length;n<s;n++)this.scopes[n].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!t){const r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0}}}function yi(){return Se}function hl(e,t=!1){Se&&Se.cleanups.push(e)}let ne;const ts=new WeakSet;class _i{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,Se&&Se.active&&Se.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,ts.has(this)&&(ts.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||vi(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,hr(this),wi(this);const t=ne,n=He;ne=this,He=!0;try{return this.fn()}finally{Si(this),ne=t,He=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)qs(t);this.deps=this.depsTail=void 0,hr(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?ts.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){Es(this)&&this.run()}get dirty(){return Es(this)}}let bi=0,kt,Ut;function vi(e,t=!1){if(e.flags|=8,t){e.next=Ut,Ut=e;return}e.next=kt,kt=e}function Bs(){bi++}function Ks(){if(--bi>0)return;if(Ut){let t=Ut;for(Ut=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;kt;){let t=kt;for(kt=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(s){e||(e=s)}t=n}}if(e)throw e}function wi(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function Si(e){let t,n=e.depsTail,s=n;for(;s;){const r=s.prevDep;s.version===-1?(s===n&&(n=r),qs(s),pl(s)):t=s,s.dep.activeLink=s.prevActiveLink,s.prevActiveLink=void 0,s=r}e.deps=t,e.depsTail=n}function Es(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(Ei(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function Ei(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===Xt))return;e.globalVersion=Xt;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!Es(e)){e.flags&=-3;return}const n=ne,s=He;ne=e,He=!0;try{wi(e);const r=e.fn(e._value);(t.version===0||nt(r,e._value))&&(e._value=r,t.version++)}catch(r){throw t.version++,r}finally{ne=n,He=s,Si(e),e.flags&=-3}}function qs(e,t=!1){const{dep:n,prevSub:s,nextSub:r}=e;if(s&&(s.nextSub=r,e.prevSub=void 0),r&&(r.prevSub=s,e.nextSub=void 0),n.subs===e&&(n.subs=s,!s&&n.computed)){n.computed.flags&=-5;for(let i=n.computed.deps;i;i=i.nextDep)qs(i,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function pl(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let He=!0;const Ti=[];function ot(){Ti.push(He),He=!1}function lt(){const e=Ti.pop();He=e===void 0?!0:e}function hr(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=ne;ne=void 0;try{t()}finally{ne=n}}}let Xt=0;class gl{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class kn{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0}track(t){if(!ne||!He||ne===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==ne)n=this.activeLink=new gl(ne,this),ne.deps?(n.prevDep=ne.depsTail,ne.depsTail.nextDep=n,ne.depsTail=n):ne.deps=ne.depsTail=n,xi(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const s=n.nextDep;s.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=s),n.prevDep=ne.depsTail,n.nextDep=void 0,ne.depsTail.nextDep=n,ne.depsTail=n,ne.deps===n&&(ne.deps=s)}return n}trigger(t){this.version++,Xt++,this.notify(t)}notify(t){Bs();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{Ks()}}}function xi(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let s=t.deps;s;s=s.nextDep)xi(s)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const Mn=new WeakMap,pt=Symbol(""),Ts=Symbol(""),Yt=Symbol("");function ye(e,t,n){if(He&&ne){let s=Mn.get(e);s||Mn.set(e,s=new Map);let r=s.get(n);r||(s.set(n,r=new kn),r.map=s,r.key=n),r.track()}}function Ge(e,t,n,s,r,i){const o=Mn.get(e);if(!o){Xt++;return}const l=c=>{c&&c.trigger()};if(Bs(),t==="clear")o.forEach(l);else{const c=K(e),f=c&&ks(n);if(c&&n==="length"){const a=Number(s);o.forEach((d,m)=>{(m==="length"||m===Yt||!Je(m)&&m>=a)&&l(d)})}else switch((n!==void 0||o.has(void 0))&&l(o.get(n)),f&&l(o.get(Yt)),t){case"add":c?f&&l(o.get("length")):(l(o.get(pt)),Mt(e)&&l(o.get(Ts)));break;case"delete":c||(l(o.get(pt)),Mt(e)&&l(o.get(Ts)));break;case"set":Mt(e)&&l(o.get(pt));break}}Ks()}function ml(e,t){const n=Mn.get(e);return n&&n.get(t)}function Et(e){const t=z(e);return t===e?t:(ye(t,"iterate",Yt),Pe(e)?t:t.map(_e))}function Un(e){return ye(e=z(e),"iterate",Yt),e}const yl={__proto__:null,[Symbol.iterator](){return ns(this,Symbol.iterator,_e)},concat(...e){return Et(this).concat(...e.map(t=>K(t)?Et(t):t))},entries(){return ns(this,"entries",e=>(e[1]=_e(e[1]),e))},every(e,t){return Be(this,"every",e,t,void 0,arguments)},filter(e,t){return Be(this,"filter",e,t,n=>n.map(_e),arguments)},find(e,t){return Be(this,"find",e,t,_e,arguments)},findIndex(e,t){return Be(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return Be(this,"findLast",e,t,_e,arguments)},findLastIndex(e,t){return Be(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return Be(this,"forEach",e,t,void 0,arguments)},includes(...e){return ss(this,"includes",e)},indexOf(...e){return ss(this,"indexOf",e)},join(e){return Et(this).join(e)},lastIndexOf(...e){return ss(this,"lastIndexOf",e)},map(e,t){return Be(this,"map",e,t,void 0,arguments)},pop(){return Dt(this,"pop")},push(...e){return Dt(this,"push",e)},reduce(e,...t){return pr(this,"reduce",e,t)},reduceRight(e,...t){return pr(this,"reduceRight",e,t)},shift(){return Dt(this,"shift")},some(e,t){return Be(this,"some",e,t,void 0,arguments)},splice(...e){return Dt(this,"splice",e)},toReversed(){return Et(this).toReversed()},toSorted(e){return Et(this).toSorted(e)},toSpliced(...e){return Et(this).toSpliced(...e)},unshift(...e){return Dt(this,"unshift",e)},values(){return ns(this,"values",_e)}};function ns(e,t,n){const s=Un(e),r=s[t]();return s!==e&&!Pe(e)&&(r._next=r.next,r.next=()=>{const i=r._next();return i.value&&(i.value=n(i.value)),i}),r}const _l=Array.prototype;function Be(e,t,n,s,r,i){const o=Un(e),l=o!==e&&!Pe(e),c=o[t];if(c!==_l[t]){const d=c.apply(e,i);return l?_e(d):d}let f=n;o!==e&&(l?f=function(d,m){return n.call(this,_e(d),m,e)}:n.length>2&&(f=function(d,m){return n.call(this,d,m,e)}));const a=c.call(o,f,s);return l&&r?r(a):a}function pr(e,t,n,s){const r=Un(e);let i=n;return r!==e&&(Pe(e)?n.length>3&&(i=function(o,l,c){return n.call(this,o,l,c,e)}):i=function(o,l,c){return n.call(this,o,_e(l),c,e)}),r[t](i,...s)}function ss(e,t,n){const s=z(e);ye(s,"iterate",Yt);const r=s[t](...n);return(r===-1||r===!1)&&Ys(n[0])?(n[0]=z(n[0]),s[t](...n)):r}function Dt(e,t,n=[]){ot(),Bs();const s=z(e)[t].apply(e,n);return Ks(),lt(),s}const bl=$s("__proto__,__v_isRef,__isVue"),Ci=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Je));function vl(e){Je(e)||(e=String(e));const t=z(this);return ye(t,"has",e),t.hasOwnProperty(e)}class Ai{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,s){if(n==="__v_skip")return t.__v_skip;const r=this._isReadonly,i=this._isShallow;if(n==="__v_isReactive")return!r;if(n==="__v_isReadonly")return r;if(n==="__v_isShallow")return i;if(n==="__v_raw")return s===(r?i?Ol:Li:i?Oi:Mi).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(s)?t:void 0;const o=K(t);if(!r){let c;if(o&&(c=yl[n]))return c;if(n==="hasOwnProperty")return vl}const l=Reflect.get(t,n,fe(t)?t:s);return(Je(n)?Ci.has(n):bl(n))||(r||ye(t,"get",n),i)?l:fe(l)?o&&ks(n)?l:l.value:se(l)?r?Wn(l):Pt(l):l}}class Ri extends Ai{constructor(t=!1){super(!1,t)}set(t,n,s,r){let i=t[n];if(!this._isShallow){const c=wt(i);if(!Pe(s)&&!wt(s)&&(i=z(i),s=z(s)),!K(t)&&fe(i)&&!fe(s))return c?!1:(i.value=s,!0)}const o=K(t)&&ks(n)?Number(n)<t.length:Q(t,n),l=Reflect.set(t,n,s,fe(t)?t:r);return t===z(r)&&(o?nt(s,i)&&Ge(t,"set",n,s):Ge(t,"add",n,s)),l}deleteProperty(t,n){const s=Q(t,n);t[n];const r=Reflect.deleteProperty(t,n);return r&&s&&Ge(t,"delete",n,void 0),r}has(t,n){const s=Reflect.has(t,n);return(!Je(n)||!Ci.has(n))&&ye(t,"has",n),s}ownKeys(t){return ye(t,"iterate",K(t)?"length":pt),Reflect.ownKeys(t)}}class wl extends Ai{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const Sl=new Ri,El=new wl,Tl=new Ri(!0);const xs=e=>e,un=e=>Reflect.getPrototypeOf(e);function xl(e,t,n){return function(...s){const r=this.__v_raw,i=z(r),o=Mt(i),l=e==="entries"||e===Symbol.iterator&&o,c=e==="keys"&&o,f=r[e](...s),a=n?xs:t?Cs:_e;return!t&&ye(i,"iterate",c?Ts:pt),{next(){const{value:d,done:m}=f.next();return m?{value:d,done:m}:{value:l?[a(d[0]),a(d[1])]:a(d),done:m}},[Symbol.iterator](){return this}}}}function dn(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function Cl(e,t){const n={get(r){const i=this.__v_raw,o=z(i),l=z(r);e||(nt(r,l)&&ye(o,"get",r),ye(o,"get",l));const{has:c}=un(o),f=t?xs:e?Cs:_e;if(c.call(o,r))return f(i.get(r));if(c.call(o,l))return f(i.get(l));i!==o&&i.get(r)},get size(){const r=this.__v_raw;return!e&&ye(z(r),"iterate",pt),Reflect.get(r,"size",r)},has(r){const i=this.__v_raw,o=z(i),l=z(r);return e||(nt(r,l)&&ye(o,"has",r),ye(o,"has",l)),r===l?i.has(r):i.has(r)||i.has(l)},forEach(r,i){const o=this,l=o.__v_raw,c=z(l),f=t?xs:e?Cs:_e;return!e&&ye(c,"iterate",pt),l.forEach((a,d)=>r.call(i,f(a),f(d),o))}};return pe(n,e?{add:dn("add"),set:dn("set"),delete:dn("delete"),clear:dn("clear")}:{add(r){!t&&!Pe(r)&&!wt(r)&&(r=z(r));const i=z(this);return un(i).has.call(i,r)||(i.add(r),Ge(i,"add",r,r)),this},set(r,i){!t&&!Pe(i)&&!wt(i)&&(i=z(i));const o=z(this),{has:l,get:c}=un(o);let f=l.call(o,r);f||(r=z(r),f=l.call(o,r));const a=c.call(o,r);return o.set(r,i),f?nt(i,a)&&Ge(o,"set",r,i):Ge(o,"add",r,i),this},delete(r){const i=z(this),{has:o,get:l}=un(i);let c=o.call(i,r);c||(r=z(r),c=o.call(i,r)),l&&l.call(i,r);const f=i.delete(r);return c&&Ge(i,"delete",r,void 0),f},clear(){const r=z(this),i=r.size!==0,o=r.clear();return i&&Ge(r,"clear",void 0,void 0),o}}),["keys","values","entries",Symbol.iterator].forEach(r=>{n[r]=xl(r,e,t)}),n}function Gs(e,t){const n=Cl(e,t);return(s,r,i)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?s:Reflect.get(Q(n,r)&&r in s?n:s,r,i)}const Al={get:Gs(!1,!1)},Rl={get:Gs(!1,!0)},Ml={get:Gs(!0,!1)};const Mi=new WeakMap,Oi=new WeakMap,Li=new WeakMap,Ol=new WeakMap;function Ll(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Pl(e){return e.__v_skip||!Object.isExtensible(e)?0:Ll(tl(e))}function Pt(e){return wt(e)?e:Xs(e,!1,Sl,Al,Mi)}function Il(e){return Xs(e,!1,Tl,Rl,Oi)}function Wn(e){return Xs(e,!0,El,Ml,Li)}function Xs(e,t,n,s,r){if(!se(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=r.get(e);if(i)return i;const o=Pl(e);if(o===0)return e;const l=new Proxy(e,o===2?s:n);return r.set(e,l),l}function gt(e){return wt(e)?gt(e.__v_raw):!!(e&&e.__v_isReactive)}function wt(e){return!!(e&&e.__v_isReadonly)}function Pe(e){return!!(e&&e.__v_isShallow)}function Ys(e){return e?!!e.__v_raw:!1}function z(e){const t=e&&e.__v_raw;return t?z(t):e}function Tn(e){return!Q(e,"__v_skip")&&Object.isExtensible(e)&&hi(e,"__v_skip",!0),e}const _e=e=>se(e)?Pt(e):e,Cs=e=>se(e)?Wn(e):e;function fe(e){return e?e.__v_isRef===!0:!1}function le(e){return Pi(e,!1)}function Js(e){return Pi(e,!0)}function Pi(e,t){return fe(e)?e:new Nl(e,t)}class Nl{constructor(t,n){this.dep=new kn,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:z(t),this._value=n?t:_e(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,s=this.__v_isShallow||Pe(t)||wt(t);t=s?t:z(t),nt(t,n)&&(this._rawValue=t,this._value=s?t:_e(t),this.dep.trigger())}}function Ii(e){return fe(e)?e.value:e}function ue(e){return q(e)?e():Ii(e)}const Fl={get:(e,t,n)=>t==="__v_raw"?e:Ii(Reflect.get(e,t,n)),set:(e,t,n,s)=>{const r=e[t];return fe(r)&&!fe(n)?(r.value=n,!0):Reflect.set(e,t,n,s)}};function Ni(e){return gt(e)?e:new Proxy(e,Fl)}class Hl{constructor(t){this.__v_isRef=!0,this._value=void 0;const n=this.dep=new kn,{get:s,set:r}=t(n.track.bind(n),n.trigger.bind(n));this._get=s,this._set=r}get value(){return this._value=this._get()}set value(t){this._set(t)}}function Dl(e){return new Hl(e)}class $l{constructor(t,n,s){this._object=t,this._key=n,this._defaultValue=s,this.__v_isRef=!0,this._value=void 0}get value(){const t=this._object[this._key];return this._value=t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return ml(z(this._object),this._key)}}class jl{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function Vl(e,t,n){return fe(e)?e:q(e)?new jl(e):se(e)&&arguments.length>1?kl(e,t,n):le(e)}function kl(e,t,n){const s=e[t];return fe(s)?s:new $l(e,t,n)}class Ul{constructor(t,n,s){this.fn=t,this.setter=n,this._value=void 0,this.dep=new kn(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=Xt-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=s}notify(){if(this.flags|=16,!(this.flags&8)&&ne!==this)return vi(this,!0),!0}get value(){const t=this.dep.track();return Ei(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function Wl(e,t,n=!1){let s,r;return q(e)?s=e:(s=e.get,r=e.set),new Ul(s,r,n)}const hn={},On=new WeakMap;let dt;function Bl(e,t=!1,n=dt){if(n){let s=On.get(n);s||On.set(n,s=[]),s.push(e)}}function Kl(e,t,n=ee){const{immediate:s,deep:r,once:i,scheduler:o,augmentJob:l,call:c}=n,f=g=>r?g:Pe(g)||r===!1||r===0?Xe(g,1):Xe(g);let a,d,m,y,v=!1,b=!1;if(fe(e)?(d=()=>e.value,v=Pe(e)):gt(e)?(d=()=>f(e),v=!0):K(e)?(b=!0,v=e.some(g=>gt(g)||Pe(g)),d=()=>e.map(g=>{if(fe(g))return g.value;if(gt(g))return f(g);if(q(g))return c?c(g,2):g()})):q(e)?t?d=c?()=>c(e,2):e:d=()=>{if(m){ot();try{m()}finally{lt()}}const g=dt;dt=a;try{return c?c(e,3,[y]):e(y)}finally{dt=g}}:d=We,t&&r){const g=d,O=r===!0?1/0:r;d=()=>Xe(g(),O)}const D=yi(),L=()=>{a.stop(),D&&D.active&&Vs(D.effects,a)};if(i&&t){const g=t;t=(...O)=>{g(...O),L()}}let $=b?new Array(e.length).fill(hn):hn;const p=g=>{if(!(!(a.flags&1)||!a.dirty&&!g))if(t){const O=a.run();if(r||v||(b?O.some((j,R)=>nt(j,$[R])):nt(O,$))){m&&m();const j=dt;dt=a;try{const R=[O,$===hn?void 0:b&&$[0]===hn?[]:$,y];c?c(t,3,R):t(...R),$=O}finally{dt=j}}}else a.run()};return l&&l(p),a=new _i(d),a.scheduler=o?()=>o(p,!1):p,y=g=>Bl(g,!1,a),m=a.onStop=()=>{const g=On.get(a);if(g){if(c)c(g,4);else for(const O of g)O();On.delete(a)}},t?s?p(!0):$=a.run():o?o(p.bind(null,!0),!0):a.run(),L.pause=a.pause.bind(a),L.resume=a.resume.bind(a),L.stop=L,L}function Xe(e,t=1/0,n){if(t<=0||!se(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,fe(e))Xe(e.value,t,n);else if(K(e))for(let s=0;s<e.length;s++)Xe(e[s],t,n);else if(ai(e)||Mt(e))e.forEach(s=>{Xe(s,t,n)});else if(di(e)){for(const s in e)Xe(e[s],t,n);for(const s of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,s)&&Xe(e[s],t,n)}return e}/**
|
|
* @vue/runtime-core v3.5.13
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
* @license MIT
|
|
**/function sn(e,t,n,s){try{return s?e(...s):e()}catch(r){rn(r,t,n)}}function De(e,t,n,s){if(q(e)){const r=sn(e,t,n,s);return r&&fi(r)&&r.catch(i=>{rn(i,t,n)}),r}if(K(e)){const r=[];for(let i=0;i<e.length;i++)r.push(De(e[i],t,n,s));return r}}function rn(e,t,n,s=!0){const r=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||ee;if(t){let l=t.parent;const c=t.proxy,f=`https://vuejs.org/error-reference/#runtime-${n}`;for(;l;){const a=l.ec;if(a){for(let d=0;d<a.length;d++)if(a[d](e,c,f)===!1)return}l=l.parent}if(i){ot(),sn(i,null,10,[e,c,f]),lt();return}}ql(e,n,r,s,o)}function ql(e,t,n,s=!0,r=!1){if(r)throw e;console.error(e)}const Ee=[];let ke=-1;const Lt=[];let Ze=null,xt=0;const Fi=Promise.resolve();let Ln=null;function Bn(e){const t=Ln||Fi;return e?t.then(this?e.bind(this):e):t}function Gl(e){let t=ke+1,n=Ee.length;for(;t<n;){const s=t+n>>>1,r=Ee[s],i=Jt(r);i<e||i===e&&r.flags&2?t=s+1:n=s}return t}function zs(e){if(!(e.flags&1)){const t=Jt(e),n=Ee[Ee.length-1];!n||!(e.flags&2)&&t>=Jt(n)?Ee.push(e):Ee.splice(Gl(t),0,e),e.flags|=1,Hi()}}function Hi(){Ln||(Ln=Fi.then(Di))}function Xl(e){K(e)?Lt.push(...e):Ze&&e.id===-1?Ze.splice(xt+1,0,e):e.flags&1||(Lt.push(e),e.flags|=1),Hi()}function gr(e,t,n=ke+1){for(;n<Ee.length;n++){const s=Ee[n];if(s&&s.flags&2){if(e&&s.id!==e.uid)continue;Ee.splice(n,1),n--,s.flags&4&&(s.flags&=-2),s(),s.flags&4||(s.flags&=-2)}}}function Pn(e){if(Lt.length){const t=[...new Set(Lt)].sort((n,s)=>Jt(n)-Jt(s));if(Lt.length=0,Ze){Ze.push(...t);return}for(Ze=t,xt=0;xt<Ze.length;xt++){const n=Ze[xt];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}Ze=null,xt=0}}const Jt=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Di(e){try{for(ke=0;ke<Ee.length;ke++){const t=Ee[ke];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),sn(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;ke<Ee.length;ke++){const t=Ee[ke];t&&(t.flags&=-2)}ke=-1,Ee.length=0,Pn(),Ln=null,(Ee.length||Lt.length)&&Di()}}let he=null,$i=null;function In(e){const t=he;return he=e,$i=e&&e.type.__scopeId||null,t}function Yl(e,t=he,n){if(!t||e._n)return e;const s=(...r)=>{s._d&&Or(-1);const i=In(t);let o;try{o=e(...r)}finally{In(i),s._d&&Or(1)}return o};return s._n=!0,s._c=!0,s._d=!0,s}function Lf(e,t){if(he===null)return e;const n=Yn(he),s=e.dirs||(e.dirs=[]);for(let r=0;r<t.length;r++){let[i,o,l,c=ee]=t[r];i&&(q(i)&&(i={mounted:i,updated:i}),i.deep&&Xe(o),s.push({dir:i,instance:n,value:o,oldValue:void 0,arg:l,modifiers:c}))}return e}function Ue(e,t,n,s){const r=e.dirs,i=t&&t.dirs;for(let o=0;o<r.length;o++){const l=r[o];i&&(l.oldValue=i[o].value);let c=l.dir[s];c&&(ot(),De(c,n,8,[e.el,l,e,t]),lt())}}const ji=Symbol("_vte"),Vi=e=>e.__isTeleport,Wt=e=>e&&(e.disabled||e.disabled===""),mr=e=>e&&(e.defer||e.defer===""),yr=e=>typeof SVGElement<"u"&&e instanceof SVGElement,_r=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,As=(e,t)=>{const n=e&&e.to;return oe(n)?t?t(n):null:n},ki={name:"Teleport",__isTeleport:!0,process(e,t,n,s,r,i,o,l,c,f){const{mc:a,pc:d,pbc:m,o:{insert:y,querySelector:v,createText:b,createComment:D}}=f,L=Wt(t.props);let{shapeFlag:$,children:p,dynamicChildren:g}=t;if(e==null){const O=t.el=b(""),j=t.anchor=b("");y(O,n,s),y(j,n,s);const R=(E,M)=>{$&16&&(r&&r.isCE&&(r.ce._teleportTarget=E),a(p,E,M,r,i,o,l,c))},V=()=>{const E=t.target=As(t.props,v),M=Ui(E,t,b,y);E&&(o!=="svg"&&yr(E)?o="svg":o!=="mathml"&&_r(E)&&(o="mathml"),L||(R(E,M),xn(t,!1)))};L&&(R(n,j),xn(t,!0)),mr(t.props)?we(()=>{V(),t.el.__isMounted=!0},i):V()}else{if(mr(t.props)&&!e.el.__isMounted){we(()=>{ki.process(e,t,n,s,r,i,o,l,c,f),delete e.el.__isMounted},i);return}t.el=e.el,t.targetStart=e.targetStart;const O=t.anchor=e.anchor,j=t.target=e.target,R=t.targetAnchor=e.targetAnchor,V=Wt(e.props),E=V?n:j,M=V?O:R;if(o==="svg"||yr(j)?o="svg":(o==="mathml"||_r(j))&&(o="mathml"),g?(m(e.dynamicChildren,g,E,r,i,o,l),tr(e,t,!0)):c||d(e,t,E,M,r,i,o,l,!1),L)V?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):pn(t,n,O,f,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const A=t.target=As(t.props,v);A&&pn(t,A,null,f,0)}else V&&pn(t,j,R,f,1);xn(t,L)}},remove(e,t,n,{um:s,o:{remove:r}},i){const{shapeFlag:o,children:l,anchor:c,targetStart:f,targetAnchor:a,target:d,props:m}=e;if(d&&(r(f),r(a)),i&&r(c),o&16){const y=i||!Wt(m);for(let v=0;v<l.length;v++){const b=l[v];s(b,t,n,y,!!b.dynamicChildren)}}},move:pn,hydrate:Jl};function pn(e,t,n,{o:{insert:s},m:r},i=2){i===0&&s(e.targetAnchor,t,n);const{el:o,anchor:l,shapeFlag:c,children:f,props:a}=e,d=i===2;if(d&&s(o,t,n),(!d||Wt(a))&&c&16)for(let m=0;m<f.length;m++)r(f[m],t,n,2);d&&s(l,t,n)}function Jl(e,t,n,s,r,i,{o:{nextSibling:o,parentNode:l,querySelector:c,insert:f,createText:a}},d){const m=t.target=As(t.props,c);if(m){const y=Wt(t.props),v=m._lpa||m.firstChild;if(t.shapeFlag&16)if(y)t.anchor=d(o(e),t,l(e),n,s,r,i),t.targetStart=v,t.targetAnchor=v&&o(v);else{t.anchor=o(e);let b=v;for(;b;){if(b&&b.nodeType===8){if(b.data==="teleport start anchor")t.targetStart=b;else if(b.data==="teleport anchor"){t.targetAnchor=b,m._lpa=t.targetAnchor&&o(t.targetAnchor);break}}b=o(b)}t.targetAnchor||Ui(m,t,a,f),d(v&&o(v),t,m,n,s,r,i)}xn(t,y)}return t.anchor&&o(t.anchor)}const Pf=ki;function xn(e,t){const n=e.ctx;if(n&&n.ut){let s,r;for(t?(s=e.el,r=e.anchor):(s=e.targetStart,r=e.targetAnchor);s&&s!==r;)s.nodeType===1&&s.setAttribute("data-v-owner",n.uid),s=s.nextSibling;n.ut()}}function Ui(e,t,n,s){const r=t.targetStart=n(""),i=t.targetAnchor=n("");return r[ji]=i,e&&(s(r,e),s(i,e)),i}const et=Symbol("_leaveCb"),gn=Symbol("_enterCb");function zl(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return Nt(()=>{e.isMounted=!0}),Yi(()=>{e.isUnmounting=!0}),e}const Me=[Function,Array],Wi={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Me,onEnter:Me,onAfterEnter:Me,onEnterCancelled:Me,onBeforeLeave:Me,onLeave:Me,onAfterLeave:Me,onLeaveCancelled:Me,onBeforeAppear:Me,onAppear:Me,onAfterAppear:Me,onAppearCancelled:Me},Bi=e=>{const t=e.subTree;return t.component?Bi(t.component):t},Ql={name:"BaseTransition",props:Wi,setup(e,{slots:t}){const n=ln(),s=zl();return()=>{const r=t.default&&Gi(t.default(),!0);if(!r||!r.length)return;const i=Ki(r),o=z(e),{mode:l}=o;if(s.isLeaving)return rs(i);const c=br(i);if(!c)return rs(i);let f=Rs(c,o,s,n,d=>f=d);c.type!==be&&zt(c,f);let a=n.subTree&&br(n.subTree);if(a&&a.type!==be&&!ht(c,a)&&Bi(n).type!==be){let d=Rs(a,o,s,n);if(zt(a,d),l==="out-in"&&c.type!==be)return s.isLeaving=!0,d.afterLeave=()=>{s.isLeaving=!1,n.job.flags&8||n.update(),delete d.afterLeave,a=void 0},rs(i);l==="in-out"&&c.type!==be?d.delayLeave=(m,y,v)=>{const b=qi(s,a);b[String(a.key)]=a,m[et]=()=>{y(),m[et]=void 0,delete f.delayedLeave,a=void 0},f.delayedLeave=()=>{v(),delete f.delayedLeave,a=void 0}}:a=void 0}else a&&(a=void 0);return i}}};function Ki(e){let t=e[0];if(e.length>1){for(const n of e)if(n.type!==be){t=n;break}}return t}const Zl=Ql;function qi(e,t){const{leavingVNodes:n}=e;let s=n.get(t.type);return s||(s=Object.create(null),n.set(t.type,s)),s}function Rs(e,t,n,s,r){const{appear:i,mode:o,persisted:l=!1,onBeforeEnter:c,onEnter:f,onAfterEnter:a,onEnterCancelled:d,onBeforeLeave:m,onLeave:y,onAfterLeave:v,onLeaveCancelled:b,onBeforeAppear:D,onAppear:L,onAfterAppear:$,onAppearCancelled:p}=t,g=String(e.key),O=qi(n,e),j=(E,M)=>{E&&De(E,s,9,M)},R=(E,M)=>{const A=M[1];j(E,M),K(E)?E.every(w=>w.length<=1)&&A():E.length<=1&&A()},V={mode:o,persisted:l,beforeEnter(E){let M=c;if(!n.isMounted)if(i)M=D||c;else return;E[et]&&E[et](!0);const A=O[g];A&&ht(e,A)&&A.el[et]&&A.el[et](),j(M,[E])},enter(E){let M=f,A=a,w=d;if(!n.isMounted)if(i)M=L||f,A=$||a,w=p||d;else return;let F=!1;const Y=E[gn]=re=>{F||(F=!0,re?j(w,[E]):j(A,[E]),V.delayedLeave&&V.delayedLeave(),E[gn]=void 0)};M?R(M,[E,Y]):Y()},leave(E,M){const A=String(e.key);if(E[gn]&&E[gn](!0),n.isUnmounting)return M();j(m,[E]);let w=!1;const F=E[et]=Y=>{w||(w=!0,M(),Y?j(b,[E]):j(v,[E]),E[et]=void 0,O[A]===e&&delete O[A])};O[A]=e,y?R(y,[E,F]):F()},clone(E){const M=Rs(E,t,n,s,r);return r&&r(M),M}};return V}function rs(e){if(on(e))return e=st(e),e.children=null,e}function br(e){if(!on(e))return Vi(e.type)&&e.children?Ki(e.children):e;const{shapeFlag:t,children:n}=e;if(n){if(t&16)return n[0];if(t&32&&q(n.default))return n.default()}}function zt(e,t){e.shapeFlag&6&&e.component?(e.transition=t,zt(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 Gi(e,t=!1,n){let s=[],r=0;for(let i=0;i<e.length;i++){let o=e[i];const l=n==null?o.key:String(n)+String(o.key!=null?o.key:i);o.type===Te?(o.patchFlag&128&&r++,s=s.concat(Gi(o.children,t,l))):(t||o.type!==be)&&s.push(l!=null?st(o,{key:l}):o)}if(r>1)for(let i=0;i<s.length;i++)s[i].patchFlag=-2;return s}/*! #__NO_SIDE_EFFECTS__ */function Qs(e,t){return q(e)?pe({name:e.name},t,{setup:e}):e}function Zs(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function Qt(e,t,n,s,r=!1){if(K(e)){e.forEach((v,b)=>Qt(v,t&&(K(t)?t[b]:t),n,s,r));return}if(mt(s)&&!r){s.shapeFlag&512&&s.type.__asyncResolved&&s.component.subTree.component&&Qt(e,t,n,s.component.subTree);return}const i=s.shapeFlag&4?Yn(s.component):s.el,o=r?null:i,{i:l,r:c}=e,f=t&&t.r,a=l.refs===ee?l.refs={}:l.refs,d=l.setupState,m=z(d),y=d===ee?()=>!1:v=>Q(m,v);if(f!=null&&f!==c&&(oe(f)?(a[f]=null,y(f)&&(d[f]=null)):fe(f)&&(f.value=null)),q(c))sn(c,l,12,[o,a]);else{const v=oe(c),b=fe(c);if(v||b){const D=()=>{if(e.f){const L=v?y(c)?d[c]:a[c]:c.value;r?K(L)&&Vs(L,i):K(L)?L.includes(i)||L.push(i):v?(a[c]=[i],y(c)&&(d[c]=a[c])):(c.value=[i],e.k&&(a[e.k]=c.value))}else v?(a[c]=o,y(c)&&(d[c]=o)):b&&(c.value=o,e.k&&(a[e.k]=o))};o?(D.id=-1,we(D,n)):D()}}}let vr=!1;const Tt=()=>{vr||(console.error("Hydration completed but contains mismatches."),vr=!0)},ec=e=>e.namespaceURI.includes("svg")&&e.tagName!=="foreignObject",tc=e=>e.namespaceURI.includes("MathML"),mn=e=>{if(e.nodeType===1){if(ec(e))return"svg";if(tc(e))return"mathml"}},At=e=>e.nodeType===8;function nc(e){const{mt:t,p:n,o:{patchProp:s,createText:r,nextSibling:i,parentNode:o,remove:l,insert:c,createComment:f}}=e,a=(p,g)=>{if(!g.hasChildNodes()){n(null,p,g),Pn(),g._vnode=p;return}d(g.firstChild,p,null,null,null),Pn(),g._vnode=p},d=(p,g,O,j,R,V=!1)=>{V=V||!!g.dynamicChildren;const E=At(p)&&p.data==="[",M=()=>b(p,g,O,j,R,E),{type:A,ref:w,shapeFlag:F,patchFlag:Y}=g;let re=p.nodeType;g.el=p,Y===-2&&(V=!1,g.dynamicChildren=null);let U=null;switch(A){case bt:re!==3?g.children===""?(c(g.el=r(""),o(p),p),U=p):U=M():(p.data!==g.children&&(Tt(),p.data=g.children),U=i(p));break;case be:$(p)?(U=i(p),L(g.el=p.content.firstChild,p,O)):re!==8||E?U=M():U=i(p);break;case Kt:if(E&&(p=i(p),re=p.nodeType),re===1||re===3){U=p;const X=!g.children.length;for(let k=0;k<g.staticCount;k++)X&&(g.children+=U.nodeType===1?U.outerHTML:U.data),k===g.staticCount-1&&(g.anchor=U),U=i(U);return E?i(U):U}else M();break;case Te:E?U=v(p,g,O,j,R,V):U=M();break;default:if(F&1)(re!==1||g.type.toLowerCase()!==p.tagName.toLowerCase())&&!$(p)?U=M():U=m(p,g,O,j,R,V);else if(F&6){g.slotScopeIds=R;const X=o(p);if(E?U=D(p):At(p)&&p.data==="teleport start"?U=D(p,p.data,"teleport end"):U=i(p),t(g,X,null,O,j,mn(X),V),mt(g)&&!g.type.__asyncResolved){let k;E?(k=ce(Te),k.anchor=U?U.previousSibling:X.lastChild):k=p.nodeType===3?xo(""):ce("div"),k.el=p,g.component.subTree=k}}else F&64?re!==8?U=M():U=g.type.hydrate(p,g,O,j,R,V,e,y):F&128&&(U=g.type.hydrate(p,g,O,j,mn(o(p)),R,V,e,d))}return w!=null&&Qt(w,null,j,g),U},m=(p,g,O,j,R,V)=>{V=V||!!g.dynamicChildren;const{type:E,props:M,patchFlag:A,shapeFlag:w,dirs:F,transition:Y}=g,re=E==="input"||E==="option";if(re||A!==-1){F&&Ue(g,null,O,"created");let U=!1;if($(p)){U=go(null,Y)&&O&&O.vnode.props&&O.vnode.props.appear;const k=p.content.firstChild;U&&Y.beforeEnter(k),L(k,p,O),g.el=p=k}if(w&16&&!(M&&(M.innerHTML||M.textContent))){let k=y(p.firstChild,g,p,O,j,R,V);for(;k;){yn(p,1)||Tt();const ae=k;k=k.nextSibling,l(ae)}}else if(w&8){let k=g.children;k[0]===`
|
|
`&&(p.tagName==="PRE"||p.tagName==="TEXTAREA")&&(k=k.slice(1)),p.textContent!==k&&(yn(p,0)||Tt(),p.textContent=g.children)}if(M){if(re||!V||A&48){const k=p.tagName.includes("-");for(const ae in M)(re&&(ae.endsWith("value")||ae==="indeterminate")||nn(ae)&&!Ot(ae)||ae[0]==="."||k)&&s(p,ae,null,M[ae],void 0,O)}else if(M.onClick)s(p,"onClick",null,M.onClick,void 0,O);else if(A&4&>(M.style))for(const k in M.style)M.style[k]}let X;(X=M&&M.onVnodeBeforeMount)&&Oe(X,O,g),F&&Ue(g,null,O,"beforeMount"),((X=M&&M.onVnodeMounted)||F||U)&&wo(()=>{X&&Oe(X,O,g),U&&Y.enter(p),F&&Ue(g,null,O,"mounted")},j)}return p.nextSibling},y=(p,g,O,j,R,V,E)=>{E=E||!!g.dynamicChildren;const M=g.children,A=M.length;for(let w=0;w<A;w++){const F=E?M[w]:M[w]=Le(M[w]),Y=F.type===bt;p?(Y&&!E&&w+1<A&&Le(M[w+1]).type===bt&&(c(r(p.data.slice(F.children.length)),O,i(p)),p.data=F.children),p=d(p,F,j,R,V,E)):Y&&!F.children?c(F.el=r(""),O):(yn(O,1)||Tt(),n(null,F,O,null,j,R,mn(O),V))}return p},v=(p,g,O,j,R,V)=>{const{slotScopeIds:E}=g;E&&(R=R?R.concat(E):E);const M=o(p),A=y(i(p),g,M,O,j,R,V);return A&&At(A)&&A.data==="]"?i(g.anchor=A):(Tt(),c(g.anchor=f("]"),M,A),A)},b=(p,g,O,j,R,V)=>{if(yn(p.parentElement,1)||Tt(),g.el=null,V){const A=D(p);for(;;){const w=i(p);if(w&&w!==A)l(w);else break}}const E=i(p),M=o(p);return l(p),n(null,g,M,E,O,j,mn(M),R),O&&(O.vnode.el=g.el,bo(O,g.el)),E},D=(p,g="[",O="]")=>{let j=0;for(;p;)if(p=i(p),p&&At(p)&&(p.data===g&&j++,p.data===O)){if(j===0)return i(p);j--}return p},L=(p,g,O)=>{const j=g.parentNode;j&&j.replaceChild(p,g);let R=O;for(;R;)R.vnode.el===g&&(R.vnode.el=R.subTree.el=p),R=R.parent},$=p=>p.nodeType===1&&p.tagName==="TEMPLATE";return[a,d]}const wr="data-allow-mismatch",sc={0:"text",1:"children",2:"class",3:"style",4:"attribute"};function yn(e,t){if(t===0||t===1)for(;e&&!e.hasAttribute(wr);)e=e.parentElement;const n=e&&e.getAttribute(wr);if(n==null)return!1;if(n==="")return!0;{const s=n.split(",");return t===0&&s.includes("children")?!0:n.split(",").includes(sc[t])}}Vn().requestIdleCallback;Vn().cancelIdleCallback;function rc(e,t){if(At(e)&&e.data==="["){let n=1,s=e.nextSibling;for(;s;){if(s.nodeType===1){if(t(s)===!1)break}else if(At(s))if(s.data==="]"){if(--n===0)break}else s.data==="["&&n++;s=s.nextSibling}}else t(e)}const mt=e=>!!e.type.__asyncLoader;/*! #__NO_SIDE_EFFECTS__ */function If(e){q(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:s,delay:r=200,hydrate:i,timeout:o,suspensible:l=!0,onError:c}=e;let f=null,a,d=0;const m=()=>(d++,f=null,y()),y=()=>{let v;return f||(v=f=t().catch(b=>{if(b=b instanceof Error?b:new Error(String(b)),c)return new Promise((D,L)=>{c(b,()=>D(m()),()=>L(b),d+1)});throw b}).then(b=>v!==f&&f?f:(b&&(b.__esModule||b[Symbol.toStringTag]==="Module")&&(b=b.default),a=b,b)))};return Qs({name:"AsyncComponentWrapper",__asyncLoader:y,__asyncHydrate(v,b,D){const L=i?()=>{const $=i(D,p=>rc(v,p));$&&(b.bum||(b.bum=[])).push($)}:D;a?L():y().then(()=>!b.isUnmounted&&L())},get __asyncResolved(){return a},setup(){const v=de;if(Zs(v),a)return()=>is(a,v);const b=p=>{f=null,rn(p,v,13,!s)};if(l&&v.suspense||It)return y().then(p=>()=>is(p,v)).catch(p=>(b(p),()=>s?ce(s,{error:p}):null));const D=le(!1),L=le(),$=le(!!r);return r&&setTimeout(()=>{$.value=!1},r),o!=null&&setTimeout(()=>{if(!D.value&&!L.value){const p=new Error(`Async component timed out after ${o}ms.`);b(p),L.value=p}},o),y().then(()=>{D.value=!0,v.parent&&on(v.parent.vnode)&&v.parent.update()}).catch(p=>{b(p),L.value=p}),()=>{if(D.value&&a)return is(a,v);if(L.value&&s)return ce(s,{error:L.value});if(n&&!$.value)return ce(n)}}})}function is(e,t){const{ref:n,props:s,children:r,ce:i}=t.vnode,o=ce(e,s,r);return o.ref=n,o.ce=i,delete t.vnode.ce,o}const on=e=>e.type.__isKeepAlive;function ic(e,t){Xi(e,"a",t)}function oc(e,t){Xi(e,"da",t)}function Xi(e,t,n=de){const s=e.__wdc||(e.__wdc=()=>{let r=n;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(Kn(t,s,n),n){let r=n.parent;for(;r&&r.parent;)on(r.parent.vnode)&&lc(s,t,n,r),r=r.parent}}function lc(e,t,n,s){const r=Kn(t,e,s,!0);qn(()=>{Vs(s[t],r)},n)}function Kn(e,t,n=de,s=!1){if(n){const r=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...o)=>{ot();const l=cn(n),c=De(t,n,e,o);return l(),lt(),c});return s?r.unshift(i):r.push(i),i}}const ze=e=>(t,n=de)=>{(!It||e==="sp")&&Kn(e,(...s)=>t(...s),n)},cc=ze("bm"),Nt=ze("m"),ac=ze("bu"),fc=ze("u"),Yi=ze("bum"),qn=ze("um"),uc=ze("sp"),dc=ze("rtg"),hc=ze("rtc");function pc(e,t=de){Kn("ec",e,t)}const Ji="components";function Nf(e,t){return Qi(Ji,e,!0,t)||e}const zi=Symbol.for("v-ndc");function Ff(e){return oe(e)?Qi(Ji,e,!1)||e:e||zi}function Qi(e,t,n=!0,s=!1){const r=he||de;if(r){const i=r.type;{const l=Qc(i,!1);if(l&&(l===t||l===Ne(t)||l===jn(Ne(t))))return i}const o=Sr(r[e]||i[e],t)||Sr(r.appContext[e],t);return!o&&s?i:o}}function Sr(e,t){return e&&(e[t]||e[Ne(t)]||e[jn(Ne(t))])}function Hf(e,t,n,s){let r;const i=n,o=K(e);if(o||oe(e)){const l=o&>(e);let c=!1;l&&(c=!Pe(e),e=Un(e)),r=new Array(e.length);for(let f=0,a=e.length;f<a;f++)r[f]=t(c?_e(e[f]):e[f],f,void 0,i)}else if(typeof e=="number"){r=new Array(e);for(let l=0;l<e;l++)r[l]=t(l+1,l,void 0,i)}else if(se(e))if(e[Symbol.iterator])r=Array.from(e,(l,c)=>t(l,c,void 0,i));else{const l=Object.keys(e);r=new Array(l.length);for(let c=0,f=l.length;c<f;c++){const a=l[c];r[c]=t(e[a],a,c,i)}}else r=[];return r}function Df(e,t,n={},s,r){if(he.ce||he.parent&&mt(he.parent)&&he.parent.ce)return t!=="default"&&(n.name=t),Is(),Ns(Te,null,[ce("slot",n,s&&s())],64);let i=e[t];i&&i._c&&(i._d=!1),Is();const o=i&&Zi(i(n)),l=n.key||o&&o.key,c=Ns(Te,{key:(l&&!Je(l)?l:`_${t}`)+(!o&&s?"_fb":"")},o||(s?s():[]),o&&e._===1?64:-2);return!r&&c.scopeId&&(c.slotScopeIds=[c.scopeId+"-s"]),i&&i._c&&(i._d=!0),c}function Zi(e){return e.some(t=>en(t)?!(t.type===be||t.type===Te&&!Zi(t.children)):!0)?e:null}function $f(e,t){const n={};for(const s in e)n[/[A-Z]/.test(s)?`on:${s}`:Sn(s)]=e[s];return n}const Ms=e=>e?Co(e)?Yn(e):Ms(e.parent):null,Bt=pe(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=>Ms(e.parent),$root:e=>Ms(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>to(e),$forceUpdate:e=>e.f||(e.f=()=>{zs(e.update)}),$nextTick:e=>e.n||(e.n=Bn.bind(e.proxy)),$watch:e=>Hc.bind(e)}),os=(e,t)=>e!==ee&&!e.__isScriptSetup&&Q(e,t),gc={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:s,data:r,props:i,accessCache:o,type:l,appContext:c}=e;let f;if(t[0]!=="$"){const y=o[t];if(y!==void 0)switch(y){case 1:return s[t];case 2:return r[t];case 4:return n[t];case 3:return i[t]}else{if(os(s,t))return o[t]=1,s[t];if(r!==ee&&Q(r,t))return o[t]=2,r[t];if((f=e.propsOptions[0])&&Q(f,t))return o[t]=3,i[t];if(n!==ee&&Q(n,t))return o[t]=4,n[t];Os&&(o[t]=0)}}const a=Bt[t];let d,m;if(a)return t==="$attrs"&&ye(e.attrs,"get",""),a(e);if((d=l.__cssModules)&&(d=d[t]))return d;if(n!==ee&&Q(n,t))return o[t]=4,n[t];if(m=c.config.globalProperties,Q(m,t))return m[t]},set({_:e},t,n){const{data:s,setupState:r,ctx:i}=e;return os(r,t)?(r[t]=n,!0):s!==ee&&Q(s,t)?(s[t]=n,!0):Q(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:s,appContext:r,propsOptions:i}},o){let l;return!!n[o]||e!==ee&&Q(e,o)||os(t,o)||(l=i[0])&&Q(l,o)||Q(s,o)||Q(Bt,o)||Q(r.config.globalProperties,o)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:Q(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function jf(){return mc().slots}function mc(){const e=ln();return e.setupContext||(e.setupContext=Ro(e))}function Er(e){return K(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let Os=!0;function yc(e){const t=to(e),n=e.proxy,s=e.ctx;Os=!1,t.beforeCreate&&Tr(t.beforeCreate,e,"bc");const{data:r,computed:i,methods:o,watch:l,provide:c,inject:f,created:a,beforeMount:d,mounted:m,beforeUpdate:y,updated:v,activated:b,deactivated:D,beforeDestroy:L,beforeUnmount:$,destroyed:p,unmounted:g,render:O,renderTracked:j,renderTriggered:R,errorCaptured:V,serverPrefetch:E,expose:M,inheritAttrs:A,components:w,directives:F,filters:Y}=t;if(f&&_c(f,s,null),o)for(const X in o){const k=o[X];q(k)&&(s[X]=k.bind(n))}if(r){const X=r.call(n,n);se(X)&&(e.data=Pt(X))}if(Os=!0,i)for(const X in i){const k=i[X],ae=q(k)?k.bind(n,n):q(k.get)?k.get.bind(n,n):We,an=!q(k)&&q(k.set)?k.set.bind(n):We,ct=ie({get:ae,set:an});Object.defineProperty(s,X,{enumerable:!0,configurable:!0,get:()=>ct.value,set:je=>ct.value=je})}if(l)for(const X in l)eo(l[X],s,n,X);if(c){const X=q(c)?c.call(n):c;Reflect.ownKeys(X).forEach(k=>{Tc(k,X[k])})}a&&Tr(a,e,"c");function U(X,k){K(k)?k.forEach(ae=>X(ae.bind(n))):k&&X(k.bind(n))}if(U(cc,d),U(Nt,m),U(ac,y),U(fc,v),U(ic,b),U(oc,D),U(pc,V),U(hc,j),U(dc,R),U(Yi,$),U(qn,g),U(uc,E),K(M))if(M.length){const X=e.exposed||(e.exposed={});M.forEach(k=>{Object.defineProperty(X,k,{get:()=>n[k],set:ae=>n[k]=ae})})}else e.exposed||(e.exposed={});O&&e.render===We&&(e.render=O),A!=null&&(e.inheritAttrs=A),w&&(e.components=w),F&&(e.directives=F),E&&Zs(e)}function _c(e,t,n=We){K(e)&&(e=Ls(e));for(const s in e){const r=e[s];let i;se(r)?"default"in r?i=_t(r.from||s,r.default,!0):i=_t(r.from||s):i=_t(r),fe(i)?Object.defineProperty(t,s,{enumerable:!0,configurable:!0,get:()=>i.value,set:o=>i.value=o}):t[s]=i}}function Tr(e,t,n){De(K(e)?e.map(s=>s.bind(t.proxy)):e.bind(t.proxy),t,n)}function eo(e,t,n,s){let r=s.includes(".")?yo(n,s):()=>n[s];if(oe(e)){const i=t[e];q(i)&&Ie(r,i)}else if(q(e))Ie(r,e.bind(n));else if(se(e))if(K(e))e.forEach(i=>eo(i,t,n,s));else{const i=q(e.handler)?e.handler.bind(n):t[e.handler];q(i)&&Ie(r,i,e)}}function to(e){const t=e.type,{mixins:n,extends:s}=t,{mixins:r,optionsCache:i,config:{optionMergeStrategies:o}}=e.appContext,l=i.get(t);let c;return l?c=l:!r.length&&!n&&!s?c=t:(c={},r.length&&r.forEach(f=>Nn(c,f,o,!0)),Nn(c,t,o)),se(t)&&i.set(t,c),c}function Nn(e,t,n,s=!1){const{mixins:r,extends:i}=t;i&&Nn(e,i,n,!0),r&&r.forEach(o=>Nn(e,o,n,!0));for(const o in t)if(!(s&&o==="expose")){const l=bc[o]||n&&n[o];e[o]=l?l(e[o],t[o]):t[o]}return e}const bc={data:xr,props:Cr,emits:Cr,methods:Vt,computed:Vt,beforeCreate:ve,created:ve,beforeMount:ve,mounted:ve,beforeUpdate:ve,updated:ve,beforeDestroy:ve,beforeUnmount:ve,destroyed:ve,unmounted:ve,activated:ve,deactivated:ve,errorCaptured:ve,serverPrefetch:ve,components:Vt,directives:Vt,watch:wc,provide:xr,inject:vc};function xr(e,t){return t?e?function(){return pe(q(e)?e.call(this,this):e,q(t)?t.call(this,this):t)}:t:e}function vc(e,t){return Vt(Ls(e),Ls(t))}function Ls(e){if(K(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function ve(e,t){return e?[...new Set([].concat(e,t))]:t}function Vt(e,t){return e?pe(Object.create(null),e,t):t}function Cr(e,t){return e?K(e)&&K(t)?[...new Set([...e,...t])]:pe(Object.create(null),Er(e),Er(t??{})):t}function wc(e,t){if(!e)return t;if(!t)return e;const n=pe(Object.create(null),e);for(const s in t)n[s]=ve(e[s],t[s]);return n}function no(){return{app:null,config:{isNativeTag:Zo,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 Sc=0;function Ec(e,t){return function(s,r=null){q(s)||(s=pe({},s)),r!=null&&!se(r)&&(r=null);const i=no(),o=new WeakSet,l=[];let c=!1;const f=i.app={_uid:Sc++,_component:s,_props:r,_container:null,_context:i,_instance:null,version:ea,get config(){return i.config},set config(a){},use(a,...d){return o.has(a)||(a&&q(a.install)?(o.add(a),a.install(f,...d)):q(a)&&(o.add(a),a(f,...d))),f},mixin(a){return i.mixins.includes(a)||i.mixins.push(a),f},component(a,d){return d?(i.components[a]=d,f):i.components[a]},directive(a,d){return d?(i.directives[a]=d,f):i.directives[a]},mount(a,d,m){if(!c){const y=f._ceVNode||ce(s,r);return y.appContext=i,m===!0?m="svg":m===!1&&(m=void 0),d&&t?t(y,a):e(y,a,m),c=!0,f._container=a,a.__vue_app__=f,Yn(y.component)}},onUnmount(a){l.push(a)},unmount(){c&&(De(l,f._instance,16),e(null,f._container),delete f._container.__vue_app__)},provide(a,d){return i.provides[a]=d,f},runWithContext(a){const d=yt;yt=f;try{return a()}finally{yt=d}}};return f}}let yt=null;function Tc(e,t){if(de){let n=de.provides;const s=de.parent&&de.parent.provides;s===n&&(n=de.provides=Object.create(s)),n[e]=t}}function _t(e,t,n=!1){const s=de||he;if(s||yt){const r=yt?yt._context.provides:s?s.parent==null?s.vnode.appContext&&s.vnode.appContext.provides:s.parent.provides:void 0;if(r&&e in r)return r[e];if(arguments.length>1)return n&&q(t)?t.call(s&&s.proxy):t}}function so(){return!!(de||he||yt)}const ro={},io=()=>Object.create(ro),oo=e=>Object.getPrototypeOf(e)===ro;function xc(e,t,n,s=!1){const r={},i=io();e.propsDefaults=Object.create(null),lo(e,t,r,i);for(const o in e.propsOptions[0])o in r||(r[o]=void 0);n?e.props=s?r:Il(r):e.type.props?e.props=r:e.props=i,e.attrs=i}function Cc(e,t,n,s){const{props:r,attrs:i,vnode:{patchFlag:o}}=e,l=z(r),[c]=e.propsOptions;let f=!1;if((s||o>0)&&!(o&16)){if(o&8){const a=e.vnode.dynamicProps;for(let d=0;d<a.length;d++){let m=a[d];if(Xn(e.emitsOptions,m))continue;const y=t[m];if(c)if(Q(i,m))y!==i[m]&&(i[m]=y,f=!0);else{const v=Ne(m);r[v]=Ps(c,l,v,y,e,!1)}else y!==i[m]&&(i[m]=y,f=!0)}}}else{lo(e,t,r,i)&&(f=!0);let a;for(const d in l)(!t||!Q(t,d)&&((a=it(d))===d||!Q(t,a)))&&(c?n&&(n[d]!==void 0||n[a]!==void 0)&&(r[d]=Ps(c,l,d,void 0,e,!0)):delete r[d]);if(i!==l)for(const d in i)(!t||!Q(t,d))&&(delete i[d],f=!0)}f&&Ge(e.attrs,"set","")}function lo(e,t,n,s){const[r,i]=e.propsOptions;let o=!1,l;if(t)for(let c in t){if(Ot(c))continue;const f=t[c];let a;r&&Q(r,a=Ne(c))?!i||!i.includes(a)?n[a]=f:(l||(l={}))[a]=f:Xn(e.emitsOptions,c)||(!(c in s)||f!==s[c])&&(s[c]=f,o=!0)}if(i){const c=z(n),f=l||ee;for(let a=0;a<i.length;a++){const d=i[a];n[d]=Ps(r,c,d,f[d],e,!Q(f,d))}}return o}function Ps(e,t,n,s,r,i){const o=e[n];if(o!=null){const l=Q(o,"default");if(l&&s===void 0){const c=o.default;if(o.type!==Function&&!o.skipFactory&&q(c)){const{propsDefaults:f}=r;if(n in f)s=f[n];else{const a=cn(r);s=f[n]=c.call(null,t),a()}}else s=c;r.ce&&r.ce._setProp(n,s)}o[0]&&(i&&!l?s=!1:o[1]&&(s===""||s===it(n))&&(s=!0))}return s}const Ac=new WeakMap;function co(e,t,n=!1){const s=n?Ac:t.propsCache,r=s.get(e);if(r)return r;const i=e.props,o={},l=[];let c=!1;if(!q(e)){const a=d=>{c=!0;const[m,y]=co(d,t,!0);pe(o,m),y&&l.push(...y)};!n&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}if(!i&&!c)return se(e)&&s.set(e,Rt),Rt;if(K(i))for(let a=0;a<i.length;a++){const d=Ne(i[a]);Ar(d)&&(o[d]=ee)}else if(i)for(const a in i){const d=Ne(a);if(Ar(d)){const m=i[a],y=o[d]=K(m)||q(m)?{type:m}:pe({},m),v=y.type;let b=!1,D=!0;if(K(v))for(let L=0;L<v.length;++L){const $=v[L],p=q($)&&$.name;if(p==="Boolean"){b=!0;break}else p==="String"&&(D=!1)}else b=q(v)&&v.name==="Boolean";y[0]=b,y[1]=D,(b||Q(y,"default"))&&l.push(d)}}const f=[o,l];return se(e)&&s.set(e,f),f}function Ar(e){return e[0]!=="$"&&!Ot(e)}const ao=e=>e[0]==="_"||e==="$stable",er=e=>K(e)?e.map(Le):[Le(e)],Rc=(e,t,n)=>{if(t._n)return t;const s=Yl((...r)=>er(t(...r)),n);return s._c=!1,s},fo=(e,t,n)=>{const s=e._ctx;for(const r in e){if(ao(r))continue;const i=e[r];if(q(i))t[r]=Rc(r,i,s);else if(i!=null){const o=er(i);t[r]=()=>o}}},uo=(e,t)=>{const n=er(t);e.slots.default=()=>n},ho=(e,t,n)=>{for(const s in t)(n||s!=="_")&&(e[s]=t[s])},Mc=(e,t,n)=>{const s=e.slots=io();if(e.vnode.shapeFlag&32){const r=t._;r?(ho(s,t,n),n&&hi(s,"_",r,!0)):fo(t,s)}else t&&uo(e,t)},Oc=(e,t,n)=>{const{vnode:s,slots:r}=e;let i=!0,o=ee;if(s.shapeFlag&32){const l=t._;l?n&&l===1?i=!1:ho(r,t,n):(i=!t.$stable,fo(t,r)),o=t}else t&&(uo(e,t),o={default:1});if(i)for(const l in r)!ao(l)&&o[l]==null&&delete r[l]},we=wo;function Lc(e){return po(e)}function Pc(e){return po(e,nc)}function po(e,t){const n=Vn();n.__VUE__=!0;const{insert:s,remove:r,patchProp:i,createElement:o,createText:l,createComment:c,setText:f,setElementText:a,parentNode:d,nextSibling:m,setScopeId:y=We,insertStaticContent:v}=e,b=(u,h,_,x=null,S=null,T=null,N=void 0,I=null,P=!!h.dynamicChildren)=>{if(u===h)return;u&&!ht(u,h)&&(x=fn(u),je(u,S,T,!0),u=null),h.patchFlag===-2&&(P=!1,h.dynamicChildren=null);const{type:C,ref:B,shapeFlag:H}=h;switch(C){case bt:D(u,h,_,x);break;case be:L(u,h,_,x);break;case Kt:u==null&&$(h,_,x,N);break;case Te:w(u,h,_,x,S,T,N,I,P);break;default:H&1?O(u,h,_,x,S,T,N,I,P):H&6?F(u,h,_,x,S,T,N,I,P):(H&64||H&128)&&C.process(u,h,_,x,S,T,N,I,P,St)}B!=null&&S&&Qt(B,u&&u.ref,T,h||u,!h)},D=(u,h,_,x)=>{if(u==null)s(h.el=l(h.children),_,x);else{const S=h.el=u.el;h.children!==u.children&&f(S,h.children)}},L=(u,h,_,x)=>{u==null?s(h.el=c(h.children||""),_,x):h.el=u.el},$=(u,h,_,x)=>{[u.el,u.anchor]=v(u.children,h,_,x,u.el,u.anchor)},p=({el:u,anchor:h},_,x)=>{let S;for(;u&&u!==h;)S=m(u),s(u,_,x),u=S;s(h,_,x)},g=({el:u,anchor:h})=>{let _;for(;u&&u!==h;)_=m(u),r(u),u=_;r(h)},O=(u,h,_,x,S,T,N,I,P)=>{h.type==="svg"?N="svg":h.type==="math"&&(N="mathml"),u==null?j(h,_,x,S,T,N,I,P):E(u,h,S,T,N,I,P)},j=(u,h,_,x,S,T,N,I)=>{let P,C;const{props:B,shapeFlag:H,transition:W,dirs:G}=u;if(P=u.el=o(u.type,T,B&&B.is,B),H&8?a(P,u.children):H&16&&V(u.children,P,null,x,S,ls(u,T),N,I),G&&Ue(u,null,x,"created"),R(P,u,u.scopeId,N,x),B){for(const te in B)te!=="value"&&!Ot(te)&&i(P,te,null,B[te],T,x);"value"in B&&i(P,"value",null,B.value,T),(C=B.onVnodeBeforeMount)&&Oe(C,x,u)}G&&Ue(u,null,x,"beforeMount");const J=go(S,W);J&&W.beforeEnter(P),s(P,h,_),((C=B&&B.onVnodeMounted)||J||G)&&we(()=>{C&&Oe(C,x,u),J&&W.enter(P),G&&Ue(u,null,x,"mounted")},S)},R=(u,h,_,x,S)=>{if(_&&y(u,_),x)for(let T=0;T<x.length;T++)y(u,x[T]);if(S){let T=S.subTree;if(h===T||vo(T.type)&&(T.ssContent===h||T.ssFallback===h)){const N=S.vnode;R(u,N,N.scopeId,N.slotScopeIds,S.parent)}}},V=(u,h,_,x,S,T,N,I,P=0)=>{for(let C=P;C<u.length;C++){const B=u[C]=I?tt(u[C]):Le(u[C]);b(null,B,h,_,x,S,T,N,I)}},E=(u,h,_,x,S,T,N)=>{const I=h.el=u.el;let{patchFlag:P,dynamicChildren:C,dirs:B}=h;P|=u.patchFlag&16;const H=u.props||ee,W=h.props||ee;let G;if(_&&at(_,!1),(G=W.onVnodeBeforeUpdate)&&Oe(G,_,h,u),B&&Ue(h,u,_,"beforeUpdate"),_&&at(_,!0),(H.innerHTML&&W.innerHTML==null||H.textContent&&W.textContent==null)&&a(I,""),C?M(u.dynamicChildren,C,I,_,x,ls(h,S),T):N||k(u,h,I,null,_,x,ls(h,S),T,!1),P>0){if(P&16)A(I,H,W,_,S);else if(P&2&&H.class!==W.class&&i(I,"class",null,W.class,S),P&4&&i(I,"style",H.style,W.style,S),P&8){const J=h.dynamicProps;for(let te=0;te<J.length;te++){const Z=J[te],xe=H[Z],ge=W[Z];(ge!==xe||Z==="value")&&i(I,Z,xe,ge,S,_)}}P&1&&u.children!==h.children&&a(I,h.children)}else!N&&C==null&&A(I,H,W,_,S);((G=W.onVnodeUpdated)||B)&&we(()=>{G&&Oe(G,_,h,u),B&&Ue(h,u,_,"updated")},x)},M=(u,h,_,x,S,T,N)=>{for(let I=0;I<h.length;I++){const P=u[I],C=h[I],B=P.el&&(P.type===Te||!ht(P,C)||P.shapeFlag&70)?d(P.el):_;b(P,C,B,null,x,S,T,N,!0)}},A=(u,h,_,x,S)=>{if(h!==_){if(h!==ee)for(const T in h)!Ot(T)&&!(T in _)&&i(u,T,h[T],null,S,x);for(const T in _){if(Ot(T))continue;const N=_[T],I=h[T];N!==I&&T!=="value"&&i(u,T,I,N,S,x)}"value"in _&&i(u,"value",h.value,_.value,S)}},w=(u,h,_,x,S,T,N,I,P)=>{const C=h.el=u?u.el:l(""),B=h.anchor=u?u.anchor:l("");let{patchFlag:H,dynamicChildren:W,slotScopeIds:G}=h;G&&(I=I?I.concat(G):G),u==null?(s(C,_,x),s(B,_,x),V(h.children||[],_,B,S,T,N,I,P)):H>0&&H&64&&W&&u.dynamicChildren?(M(u.dynamicChildren,W,_,S,T,N,I),(h.key!=null||S&&h===S.subTree)&&tr(u,h,!0)):k(u,h,_,B,S,T,N,I,P)},F=(u,h,_,x,S,T,N,I,P)=>{h.slotScopeIds=I,u==null?h.shapeFlag&512?S.ctx.activate(h,_,x,N,P):Y(h,_,x,S,T,N,P):re(u,h,P)},Y=(u,h,_,x,S,T,N)=>{const I=u.component=Xc(u,x,S);if(on(u)&&(I.ctx.renderer=St),Yc(I,!1,N),I.asyncDep){if(S&&S.registerDep(I,U,N),!u.el){const P=I.subTree=ce(be);L(null,P,h,_)}}else U(I,u,h,_,S,T,N)},re=(u,h,_)=>{const x=h.component=u.component;if(kc(u,h,_))if(x.asyncDep&&!x.asyncResolved){X(x,h,_);return}else x.next=h,x.update();else h.el=u.el,x.vnode=h},U=(u,h,_,x,S,T,N)=>{const I=()=>{if(u.isMounted){let{next:H,bu:W,u:G,parent:J,vnode:te}=u;{const Ce=mo(u);if(Ce){H&&(H.el=te.el,X(u,H,N)),Ce.asyncDep.then(()=>{u.isUnmounted||I()});return}}let Z=H,xe;at(u,!1),H?(H.el=te.el,X(u,H,N)):H=te,W&&En(W),(xe=H.props&&H.props.onVnodeBeforeUpdate)&&Oe(xe,J,H,te),at(u,!0);const ge=cs(u),Fe=u.subTree;u.subTree=ge,b(Fe,ge,d(Fe.el),fn(Fe),u,S,T),H.el=ge.el,Z===null&&bo(u,ge.el),G&&we(G,S),(xe=H.props&&H.props.onVnodeUpdated)&&we(()=>Oe(xe,J,H,te),S)}else{let H;const{el:W,props:G}=h,{bm:J,m:te,parent:Z,root:xe,type:ge}=u,Fe=mt(h);if(at(u,!1),J&&En(J),!Fe&&(H=G&&G.onVnodeBeforeMount)&&Oe(H,Z,h),at(u,!0),W&&Zn){const Ce=()=>{u.subTree=cs(u),Zn(W,u.subTree,u,S,null)};Fe&&ge.__asyncHydrate?ge.__asyncHydrate(W,u,Ce):Ce()}else{xe.ce&&xe.ce._injectChildStyle(ge);const Ce=u.subTree=cs(u);b(null,Ce,_,x,u,S,T),h.el=Ce.el}if(te&&we(te,S),!Fe&&(H=G&&G.onVnodeMounted)){const Ce=h;we(()=>Oe(H,Z,Ce),S)}(h.shapeFlag&256||Z&&mt(Z.vnode)&&Z.vnode.shapeFlag&256)&&u.a&&we(u.a,S),u.isMounted=!0,h=_=x=null}};u.scope.on();const P=u.effect=new _i(I);u.scope.off();const C=u.update=P.run.bind(P),B=u.job=P.runIfDirty.bind(P);B.i=u,B.id=u.uid,P.scheduler=()=>zs(B),at(u,!0),C()},X=(u,h,_)=>{h.component=u;const x=u.vnode.props;u.vnode=h,u.next=null,Cc(u,h.props,x,_),Oc(u,h.children,_),ot(),gr(u),lt()},k=(u,h,_,x,S,T,N,I,P=!1)=>{const C=u&&u.children,B=u?u.shapeFlag:0,H=h.children,{patchFlag:W,shapeFlag:G}=h;if(W>0){if(W&128){an(C,H,_,x,S,T,N,I,P);return}else if(W&256){ae(C,H,_,x,S,T,N,I,P);return}}G&8?(B&16&&Ft(C,S,T),H!==C&&a(_,H)):B&16?G&16?an(C,H,_,x,S,T,N,I,P):Ft(C,S,T,!0):(B&8&&a(_,""),G&16&&V(H,_,x,S,T,N,I,P))},ae=(u,h,_,x,S,T,N,I,P)=>{u=u||Rt,h=h||Rt;const C=u.length,B=h.length,H=Math.min(C,B);let W;for(W=0;W<H;W++){const G=h[W]=P?tt(h[W]):Le(h[W]);b(u[W],G,_,null,S,T,N,I,P)}C>B?Ft(u,S,T,!0,!1,H):V(h,_,x,S,T,N,I,P,H)},an=(u,h,_,x,S,T,N,I,P)=>{let C=0;const B=h.length;let H=u.length-1,W=B-1;for(;C<=H&&C<=W;){const G=u[C],J=h[C]=P?tt(h[C]):Le(h[C]);if(ht(G,J))b(G,J,_,null,S,T,N,I,P);else break;C++}for(;C<=H&&C<=W;){const G=u[H],J=h[W]=P?tt(h[W]):Le(h[W]);if(ht(G,J))b(G,J,_,null,S,T,N,I,P);else break;H--,W--}if(C>H){if(C<=W){const G=W+1,J=G<B?h[G].el:x;for(;C<=W;)b(null,h[C]=P?tt(h[C]):Le(h[C]),_,J,S,T,N,I,P),C++}}else if(C>W)for(;C<=H;)je(u[C],S,T,!0),C++;else{const G=C,J=C,te=new Map;for(C=J;C<=W;C++){const Ae=h[C]=P?tt(h[C]):Le(h[C]);Ae.key!=null&&te.set(Ae.key,C)}let Z,xe=0;const ge=W-J+1;let Fe=!1,Ce=0;const Ht=new Array(ge);for(C=0;C<ge;C++)Ht[C]=0;for(C=G;C<=H;C++){const Ae=u[C];if(xe>=ge){je(Ae,S,T,!0);continue}let Ve;if(Ae.key!=null)Ve=te.get(Ae.key);else for(Z=J;Z<=W;Z++)if(Ht[Z-J]===0&&ht(Ae,h[Z])){Ve=Z;break}Ve===void 0?je(Ae,S,T,!0):(Ht[Ve-J]=C+1,Ve>=Ce?Ce=Ve:Fe=!0,b(Ae,h[Ve],_,null,S,T,N,I,P),xe++)}const fr=Fe?Ic(Ht):Rt;for(Z=fr.length-1,C=ge-1;C>=0;C--){const Ae=J+C,Ve=h[Ae],ur=Ae+1<B?h[Ae+1].el:x;Ht[C]===0?b(null,Ve,_,ur,S,T,N,I,P):Fe&&(Z<0||C!==fr[Z]?ct(Ve,_,ur,2):Z--)}}},ct=(u,h,_,x,S=null)=>{const{el:T,type:N,transition:I,children:P,shapeFlag:C}=u;if(C&6){ct(u.component.subTree,h,_,x);return}if(C&128){u.suspense.move(h,_,x);return}if(C&64){N.move(u,h,_,St);return}if(N===Te){s(T,h,_);for(let H=0;H<P.length;H++)ct(P[H],h,_,x);s(u.anchor,h,_);return}if(N===Kt){p(u,h,_);return}if(x!==2&&C&1&&I)if(x===0)I.beforeEnter(T),s(T,h,_),we(()=>I.enter(T),S);else{const{leave:H,delayLeave:W,afterLeave:G}=I,J=()=>s(T,h,_),te=()=>{H(T,()=>{J(),G&&G()})};W?W(T,J,te):te()}else s(T,h,_)},je=(u,h,_,x=!1,S=!1)=>{const{type:T,props:N,ref:I,children:P,dynamicChildren:C,shapeFlag:B,patchFlag:H,dirs:W,cacheIndex:G}=u;if(H===-2&&(S=!1),I!=null&&Qt(I,null,_,u,!0),G!=null&&(h.renderCache[G]=void 0),B&256){h.ctx.deactivate(u);return}const J=B&1&&W,te=!mt(u);let Z;if(te&&(Z=N&&N.onVnodeBeforeUnmount)&&Oe(Z,h,u),B&6)Qo(u.component,_,x);else{if(B&128){u.suspense.unmount(_,x);return}J&&Ue(u,null,h,"beforeUnmount"),B&64?u.type.remove(u,h,_,St,x):C&&!C.hasOnce&&(T!==Te||H>0&&H&64)?Ft(C,h,_,!1,!0):(T===Te&&H&384||!S&&B&16)&&Ft(P,h,_),x&&cr(u)}(te&&(Z=N&&N.onVnodeUnmounted)||J)&&we(()=>{Z&&Oe(Z,h,u),J&&Ue(u,null,h,"unmounted")},_)},cr=u=>{const{type:h,el:_,anchor:x,transition:S}=u;if(h===Te){zo(_,x);return}if(h===Kt){g(u);return}const T=()=>{r(_),S&&!S.persisted&&S.afterLeave&&S.afterLeave()};if(u.shapeFlag&1&&S&&!S.persisted){const{leave:N,delayLeave:I}=S,P=()=>N(_,T);I?I(u.el,T,P):P()}else T()},zo=(u,h)=>{let _;for(;u!==h;)_=m(u),r(u),u=_;r(h)},Qo=(u,h,_)=>{const{bum:x,scope:S,job:T,subTree:N,um:I,m:P,a:C}=u;Rr(P),Rr(C),x&&En(x),S.stop(),T&&(T.flags|=8,je(N,u,h,_)),I&&we(I,h),we(()=>{u.isUnmounted=!0},h),h&&h.pendingBranch&&!h.isUnmounted&&u.asyncDep&&!u.asyncResolved&&u.suspenseId===h.pendingId&&(h.deps--,h.deps===0&&h.resolve())},Ft=(u,h,_,x=!1,S=!1,T=0)=>{for(let N=T;N<u.length;N++)je(u[N],h,_,x,S)},fn=u=>{if(u.shapeFlag&6)return fn(u.component.subTree);if(u.shapeFlag&128)return u.suspense.next();const h=m(u.anchor||u.el),_=h&&h[ji];return _?m(_):h};let zn=!1;const ar=(u,h,_)=>{u==null?h._vnode&&je(h._vnode,null,null,!0):b(h._vnode||null,u,h,null,null,null,_),h._vnode=u,zn||(zn=!0,gr(),Pn(),zn=!1)},St={p:b,um:je,m:ct,r:cr,mt:Y,mc:V,pc:k,pbc:M,n:fn,o:e};let Qn,Zn;return t&&([Qn,Zn]=t(St)),{render:ar,hydrate:Qn,createApp:Ec(ar,Qn)}}function ls({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 at({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function go(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function tr(e,t,n=!1){const s=e.children,r=t.children;if(K(s)&&K(r))for(let i=0;i<s.length;i++){const o=s[i];let l=r[i];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=r[i]=tt(r[i]),l.el=o.el),!n&&l.patchFlag!==-2&&tr(o,l)),l.type===bt&&(l.el=o.el)}}function Ic(e){const t=e.slice(),n=[0];let s,r,i,o,l;const c=e.length;for(s=0;s<c;s++){const f=e[s];if(f!==0){if(r=n[n.length-1],e[r]<f){t[s]=r,n.push(s);continue}for(i=0,o=n.length-1;i<o;)l=i+o>>1,e[n[l]]<f?i=l+1:o=l;f<e[n[i]]&&(i>0&&(t[s]=n[i-1]),n[i]=s)}}for(i=n.length,o=n[i-1];i-- >0;)n[i]=o,o=t[o];return n}function mo(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:mo(t)}function Rr(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const Nc=Symbol.for("v-scx"),Fc=()=>_t(Nc);function nr(e,t){return Gn(e,null,t)}function Vf(e,t){return Gn(e,null,{flush:"post"})}function Ie(e,t,n){return Gn(e,t,n)}function Gn(e,t,n=ee){const{immediate:s,deep:r,flush:i,once:o}=n,l=pe({},n),c=t&&s||!t&&i!=="post";let f;if(It){if(i==="sync"){const y=Fc();f=y.__watcherHandles||(y.__watcherHandles=[])}else if(!c){const y=()=>{};return y.stop=We,y.resume=We,y.pause=We,y}}const a=de;l.call=(y,v,b)=>De(y,a,v,b);let d=!1;i==="post"?l.scheduler=y=>{we(y,a&&a.suspense)}:i!=="sync"&&(d=!0,l.scheduler=(y,v)=>{v?y():zs(y)}),l.augmentJob=y=>{t&&(y.flags|=4),d&&(y.flags|=2,a&&(y.id=a.uid,y.i=a))};const m=Kl(e,t,l);return It&&(f?f.push(m):c&&m()),m}function Hc(e,t,n){const s=this.proxy,r=oe(e)?e.includes(".")?yo(s,e):()=>s[e]:e.bind(s,s);let i;q(t)?i=t:(i=t.handler,n=t);const o=cn(this),l=Gn(r,i.bind(s),n);return o(),l}function yo(e,t){const n=t.split(".");return()=>{let s=e;for(let r=0;r<n.length&&s;r++)s=s[n[r]];return s}}const Dc=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${Ne(t)}Modifiers`]||e[`${it(t)}Modifiers`];function $c(e,t,...n){if(e.isUnmounted)return;const s=e.vnode.props||ee;let r=n;const i=t.startsWith("update:"),o=i&&Dc(s,t.slice(7));o&&(o.trim&&(r=n.map(a=>oe(a)?a.trim():a)),o.number&&(r=n.map(Ss)));let l,c=s[l=Sn(t)]||s[l=Sn(Ne(t))];!c&&i&&(c=s[l=Sn(it(t))]),c&&De(c,e,6,r);const f=s[l+"Once"];if(f){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,De(f,e,6,r)}}function _o(e,t,n=!1){const s=t.emitsCache,r=s.get(e);if(r!==void 0)return r;const i=e.emits;let o={},l=!1;if(!q(e)){const c=f=>{const a=_o(f,t,!0);a&&(l=!0,pe(o,a))};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}return!i&&!l?(se(e)&&s.set(e,null),null):(K(i)?i.forEach(c=>o[c]=null):pe(o,i),se(e)&&s.set(e,o),o)}function Xn(e,t){return!e||!nn(t)?!1:(t=t.slice(2).replace(/Once$/,""),Q(e,t[0].toLowerCase()+t.slice(1))||Q(e,it(t))||Q(e,t))}function cs(e){const{type:t,vnode:n,proxy:s,withProxy:r,propsOptions:[i],slots:o,attrs:l,emit:c,render:f,renderCache:a,props:d,data:m,setupState:y,ctx:v,inheritAttrs:b}=e,D=In(e);let L,$;try{if(n.shapeFlag&4){const g=r||s,O=g;L=Le(f.call(O,g,a,d,y,m,v)),$=l}else{const g=t;L=Le(g.length>1?g(d,{attrs:l,slots:o,emit:c}):g(d,null)),$=t.props?l:jc(l)}}catch(g){qt.length=0,rn(g,e,1),L=ce(be)}let p=L;if($&&b!==!1){const g=Object.keys($),{shapeFlag:O}=p;g.length&&O&7&&(i&&g.some(js)&&($=Vc($,i)),p=st(p,$,!1,!0))}return n.dirs&&(p=st(p,null,!1,!0),p.dirs=p.dirs?p.dirs.concat(n.dirs):n.dirs),n.transition&&zt(p,n.transition),L=p,In(D),L}const jc=e=>{let t;for(const n in e)(n==="class"||n==="style"||nn(n))&&((t||(t={}))[n]=e[n]);return t},Vc=(e,t)=>{const n={};for(const s in e)(!js(s)||!(s.slice(9)in t))&&(n[s]=e[s]);return n};function kc(e,t,n){const{props:s,children:r,component:i}=e,{props:o,children:l,patchFlag:c}=t,f=i.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&c>=0){if(c&1024)return!0;if(c&16)return s?Mr(s,o,f):!!o;if(c&8){const a=t.dynamicProps;for(let d=0;d<a.length;d++){const m=a[d];if(o[m]!==s[m]&&!Xn(f,m))return!0}}}else return(r||l)&&(!l||!l.$stable)?!0:s===o?!1:s?o?Mr(s,o,f):!0:!!o;return!1}function Mr(e,t,n){const s=Object.keys(t);if(s.length!==Object.keys(e).length)return!0;for(let r=0;r<s.length;r++){const i=s[r];if(t[i]!==e[i]&&!Xn(n,i))return!0}return!1}function bo({vnode:e,parent:t},n){for(;t;){const s=t.subTree;if(s.suspense&&s.suspense.activeBranch===e&&(s.el=e.el),s===e)(e=t.vnode).el=n,t=t.parent;else break}}const vo=e=>e.__isSuspense;function wo(e,t){t&&t.pendingBranch?K(e)?t.effects.push(...e):t.effects.push(e):Xl(e)}const Te=Symbol.for("v-fgt"),bt=Symbol.for("v-txt"),be=Symbol.for("v-cmt"),Kt=Symbol.for("v-stc"),qt=[];let Re=null;function Is(e=!1){qt.push(Re=e?null:[])}function Uc(){qt.pop(),Re=qt[qt.length-1]||null}let Zt=1;function Or(e,t=!1){Zt+=e,e<0&&Re&&t&&(Re.hasOnce=!0)}function So(e){return e.dynamicChildren=Zt>0?Re||Rt:null,Uc(),Zt>0&&Re&&Re.push(e),e}function kf(e,t,n,s,r,i){return So(To(e,t,n,s,r,i,!0))}function Ns(e,t,n,s,r){return So(ce(e,t,n,s,r,!0))}function en(e){return e?e.__v_isVNode===!0:!1}function ht(e,t){return e.type===t.type&&e.key===t.key}const Eo=({key:e})=>e??null,Cn=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?oe(e)||fe(e)||q(e)?{i:he,r:e,k:t,f:!!n}:e:null);function To(e,t=null,n=null,s=0,r=null,i=e===Te?0:1,o=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Eo(t),ref:t&&Cn(t),scopeId:$i,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:s,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:he};return l?(sr(c,n),i&128&&e.normalize(c)):n&&(c.shapeFlag|=oe(n)?8:16),Zt>0&&!o&&Re&&(c.patchFlag>0||i&6)&&c.patchFlag!==32&&Re.push(c),c}const ce=Wc;function Wc(e,t=null,n=null,s=0,r=null,i=!1){if((!e||e===zi)&&(e=be),en(e)){const l=st(e,t,!0);return n&&sr(l,n),Zt>0&&!i&&Re&&(l.shapeFlag&6?Re[Re.indexOf(e)]=l:Re.push(l)),l.patchFlag=-2,l}if(Zc(e)&&(e=e.__vccOpts),t){t=Bc(t);let{class:l,style:c}=t;l&&!oe(l)&&(t.class=Ws(l)),se(c)&&(Ys(c)&&!K(c)&&(c=pe({},c)),t.style=Us(c))}const o=oe(e)?1:vo(e)?128:Vi(e)?64:se(e)?4:q(e)?2:0;return To(e,t,n,s,r,o,i,!0)}function Bc(e){return e?Ys(e)||oo(e)?pe({},e):e:null}function st(e,t,n=!1,s=!1){const{props:r,ref:i,patchFlag:o,children:l,transition:c}=e,f=t?Kc(r||{},t):r,a={__v_isVNode:!0,__v_skip:!0,type:e.type,props:f,key:f&&Eo(f),ref:t&&t.ref?n&&i?K(i)?i.concat(Cn(t)):[i,Cn(t)]:Cn(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:l,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Te?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:c,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&st(e.ssContent),ssFallback:e.ssFallback&&st(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return c&&s&&zt(a,c.clone(a)),a}function xo(e=" ",t=0){return ce(bt,null,e,t)}function Uf(e,t){const n=ce(Kt,null,e);return n.staticCount=t,n}function Wf(e="",t=!1){return t?(Is(),Ns(be,null,e)):ce(be,null,e)}function Le(e){return e==null||typeof e=="boolean"?ce(be):K(e)?ce(Te,null,e.slice()):en(e)?tt(e):ce(bt,null,String(e))}function tt(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:st(e)}function sr(e,t){let n=0;const{shapeFlag:s}=e;if(t==null)t=null;else if(K(t))n=16;else if(typeof t=="object")if(s&65){const r=t.default;r&&(r._c&&(r._d=!1),sr(e,r()),r._c&&(r._d=!0));return}else{n=32;const r=t._;!r&&!oo(t)?t._ctx=he:r===3&&he&&(he.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else q(t)?(t={default:t,_ctx:he},n=32):(t=String(t),s&64?(n=16,t=[xo(t)]):n=8);e.children=t,e.shapeFlag|=n}function Kc(...e){const t={};for(let n=0;n<e.length;n++){const s=e[n];for(const r in s)if(r==="class")t.class!==s.class&&(t.class=Ws([t.class,s.class]));else if(r==="style")t.style=Us([t.style,s.style]);else if(nn(r)){const i=t[r],o=s[r];o&&i!==o&&!(K(i)&&i.includes(o))&&(t[r]=i?[].concat(i,o):o)}else r!==""&&(t[r]=s[r])}return t}function Oe(e,t,n,s=null){De(e,t,7,[n,s])}const qc=no();let Gc=0;function Xc(e,t,n){const s=e.type,r=(t?t.appContext:e.appContext)||qc,i={uid:Gc++,vnode:e,type:s,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new dl(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(r.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:co(s,r),emitsOptions:_o(s,r),emit:null,emitted:null,propsDefaults:ee,inheritAttrs:s.inheritAttrs,ctx:ee,data:ee,props:ee,attrs:ee,slots:ee,refs:ee,setupState:ee,setupContext:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return i.ctx={_:i},i.root=t?t.root:i,i.emit=$c.bind(null,i),e.ce&&e.ce(i),i}let de=null;const ln=()=>de||he;let Fn,Fs;{const e=Vn(),t=(n,s)=>{let r;return(r=e[n])||(r=e[n]=[]),r.push(s),i=>{r.length>1?r.forEach(o=>o(i)):r[0](i)}};Fn=t("__VUE_INSTANCE_SETTERS__",n=>de=n),Fs=t("__VUE_SSR_SETTERS__",n=>It=n)}const cn=e=>{const t=de;return Fn(e),e.scope.on(),()=>{e.scope.off(),Fn(t)}},Lr=()=>{de&&de.scope.off(),Fn(null)};function Co(e){return e.vnode.shapeFlag&4}let It=!1;function Yc(e,t=!1,n=!1){t&&Fs(t);const{props:s,children:r}=e.vnode,i=Co(e);xc(e,s,i,t),Mc(e,r,n);const o=i?Jc(e,t):void 0;return t&&Fs(!1),o}function Jc(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,gc);const{setup:s}=n;if(s){ot();const r=e.setupContext=s.length>1?Ro(e):null,i=cn(e),o=sn(s,e,0,[e.props,r]),l=fi(o);if(lt(),i(),(l||e.sp)&&!mt(e)&&Zs(e),l){if(o.then(Lr,Lr),t)return o.then(c=>{Pr(e,c)}).catch(c=>{rn(c,e,0)});e.asyncDep=o}else Pr(e,o)}else Ao(e)}function Pr(e,t,n){q(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:se(t)&&(e.setupState=Ni(t)),Ao(e)}function Ao(e,t,n){const s=e.type;e.render||(e.render=s.render||We);{const r=cn(e);ot();try{yc(e)}finally{lt(),r()}}}const zc={get(e,t){return ye(e,"get",""),e[t]}};function Ro(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,zc),slots:e.slots,emit:e.emit,expose:t}}function Yn(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Ni(Tn(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in Bt)return Bt[n](e)},has(t,n){return n in t||n in Bt}})):e.proxy}function Qc(e,t=!0){return q(e)?e.displayName||e.name:e.name||t&&e.__name}function Zc(e){return q(e)&&"__vccOpts"in e}const ie=(e,t)=>Wl(e,t,It);function Hs(e,t,n){const s=arguments.length;return s===2?se(t)&&!K(t)?en(t)?ce(e,null,[t]):ce(e,t):ce(e,null,t):(s>3?n=Array.prototype.slice.call(arguments,2):s===3&&en(n)&&(n=[n]),ce(e,t,n))}const ea="3.5.13";/**
|
|
* @vue/runtime-dom v3.5.13
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
* @license MIT
|
|
**/let Ds;const Ir=typeof window<"u"&&window.trustedTypes;if(Ir)try{Ds=Ir.createPolicy("vue",{createHTML:e=>e})}catch{}const Mo=Ds?e=>Ds.createHTML(e):e=>e,ta="http://www.w3.org/2000/svg",na="http://www.w3.org/1998/Math/MathML",qe=typeof document<"u"?document:null,Nr=qe&&qe.createElement("template"),sa={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,s)=>{const r=t==="svg"?qe.createElementNS(ta,e):t==="mathml"?qe.createElementNS(na,e):n?qe.createElement(e,{is:n}):qe.createElement(e);return e==="select"&&s&&s.multiple!=null&&r.setAttribute("multiple",s.multiple),r},createText:e=>qe.createTextNode(e),createComment:e=>qe.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>qe.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,s,r,i){const o=n?n.previousSibling:t.lastChild;if(r&&(r===i||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),n),!(r===i||!(r=r.nextSibling)););else{Nr.innerHTML=Mo(s==="svg"?`<svg>${e}</svg>`:s==="mathml"?`<math>${e}</math>`:e);const l=Nr.content;if(s==="svg"||s==="mathml"){const c=l.firstChild;for(;c.firstChild;)l.appendChild(c.firstChild);l.removeChild(c)}t.insertBefore(l,n)}return[o?o.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},Qe="transition",$t="animation",tn=Symbol("_vtc"),Oo={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},ra=pe({},Wi,Oo),ia=e=>(e.displayName="Transition",e.props=ra,e),Bf=ia((e,{slots:t})=>Hs(Zl,oa(e),t)),ft=(e,t=[])=>{K(e)?e.forEach(n=>n(...t)):e&&e(...t)},Fr=e=>e?K(e)?e.some(t=>t.length>1):e.length>1:!1;function oa(e){const t={};for(const w in e)w in Oo||(t[w]=e[w]);if(e.css===!1)return t;const{name:n="v",type:s,duration:r,enterFromClass:i=`${n}-enter-from`,enterActiveClass:o=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:c=i,appearActiveClass:f=o,appearToClass:a=l,leaveFromClass:d=`${n}-leave-from`,leaveActiveClass:m=`${n}-leave-active`,leaveToClass:y=`${n}-leave-to`}=e,v=la(r),b=v&&v[0],D=v&&v[1],{onBeforeEnter:L,onEnter:$,onEnterCancelled:p,onLeave:g,onLeaveCancelled:O,onBeforeAppear:j=L,onAppear:R=$,onAppearCancelled:V=p}=t,E=(w,F,Y,re)=>{w._enterCancelled=re,ut(w,F?a:l),ut(w,F?f:o),Y&&Y()},M=(w,F)=>{w._isLeaving=!1,ut(w,d),ut(w,y),ut(w,m),F&&F()},A=w=>(F,Y)=>{const re=w?R:$,U=()=>E(F,w,Y);ft(re,[F,U]),Hr(()=>{ut(F,w?c:i),Ke(F,w?a:l),Fr(re)||Dr(F,s,b,U)})};return pe(t,{onBeforeEnter(w){ft(L,[w]),Ke(w,i),Ke(w,o)},onBeforeAppear(w){ft(j,[w]),Ke(w,c),Ke(w,f)},onEnter:A(!1),onAppear:A(!0),onLeave(w,F){w._isLeaving=!0;const Y=()=>M(w,F);Ke(w,d),w._enterCancelled?(Ke(w,m),Vr()):(Vr(),Ke(w,m)),Hr(()=>{w._isLeaving&&(ut(w,d),Ke(w,y),Fr(g)||Dr(w,s,D,Y))}),ft(g,[w,Y])},onEnterCancelled(w){E(w,!1,void 0,!0),ft(p,[w])},onAppearCancelled(w){E(w,!0,void 0,!0),ft(V,[w])},onLeaveCancelled(w){M(w),ft(O,[w])}})}function la(e){if(e==null)return null;if(se(e))return[as(e.enter),as(e.leave)];{const t=as(e);return[t,t]}}function as(e){return rl(e)}function Ke(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[tn]||(e[tn]=new Set)).add(t)}function ut(e,t){t.split(/\s+/).forEach(s=>s&&e.classList.remove(s));const n=e[tn];n&&(n.delete(t),n.size||(e[tn]=void 0))}function Hr(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let ca=0;function Dr(e,t,n,s){const r=e._endId=++ca,i=()=>{r===e._endId&&s()};if(n!=null)return setTimeout(i,n);const{type:o,timeout:l,propCount:c}=aa(e,t);if(!o)return s();const f=o+"end";let a=0;const d=()=>{e.removeEventListener(f,m),i()},m=y=>{y.target===e&&++a>=c&&d()};setTimeout(()=>{a<c&&d()},l+1),e.addEventListener(f,m)}function aa(e,t){const n=window.getComputedStyle(e),s=v=>(n[v]||"").split(", "),r=s(`${Qe}Delay`),i=s(`${Qe}Duration`),o=$r(r,i),l=s(`${$t}Delay`),c=s(`${$t}Duration`),f=$r(l,c);let a=null,d=0,m=0;t===Qe?o>0&&(a=Qe,d=o,m=i.length):t===$t?f>0&&(a=$t,d=f,m=c.length):(d=Math.max(o,f),a=d>0?o>f?Qe:$t:null,m=a?a===Qe?i.length:c.length:0);const y=a===Qe&&/\b(transform|all)(,|$)/.test(s(`${Qe}Property`).toString());return{type:a,timeout:d,propCount:m,hasTransform:y}}function $r(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,s)=>jr(n)+jr(e[s])))}function jr(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function Vr(){return document.body.offsetHeight}function fa(e,t,n){const s=e[tn];s&&(t=(t?[t,...s]:[...s]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const Hn=Symbol("_vod"),Lo=Symbol("_vsh"),Kf={beforeMount(e,{value:t},{transition:n}){e[Hn]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):jt(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:s}){!t!=!n&&(s?t?(s.beforeEnter(e),jt(e,!0),s.enter(e)):s.leave(e,()=>{jt(e,!1)}):jt(e,t))},beforeUnmount(e,{value:t}){jt(e,t)}};function jt(e,t){e.style.display=t?e[Hn]:"none",e[Lo]=!t}const ua=Symbol(""),da=/(^|;)\s*display\s*:/;function ha(e,t,n){const s=e.style,r=oe(n);let i=!1;if(n&&!r){if(t)if(oe(t))for(const o of t.split(";")){const l=o.slice(0,o.indexOf(":")).trim();n[l]==null&&An(s,l,"")}else for(const o in t)n[o]==null&&An(s,o,"");for(const o in n)o==="display"&&(i=!0),An(s,o,n[o])}else if(r){if(t!==n){const o=s[ua];o&&(n+=";"+o),s.cssText=n,i=da.test(n)}}else t&&e.removeAttribute("style");Hn in e&&(e[Hn]=i?s.display:"",e[Lo]&&(s.display="none"))}const kr=/\s*!important$/;function An(e,t,n){if(K(n))n.forEach(s=>An(e,t,s));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const s=pa(e,t);kr.test(n)?e.setProperty(it(s),n.replace(kr,""),"important"):e[s]=n}}const Ur=["Webkit","Moz","ms"],fs={};function pa(e,t){const n=fs[t];if(n)return n;let s=Ne(t);if(s!=="filter"&&s in e)return fs[t]=s;s=jn(s);for(let r=0;r<Ur.length;r++){const i=Ur[r]+s;if(i in e)return fs[t]=i}return t}const Wr="http://www.w3.org/1999/xlink";function Br(e,t,n,s,r,i=fl(t)){s&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(Wr,t.slice(6,t.length)):e.setAttributeNS(Wr,t,n):n==null||i&&!pi(n)?e.removeAttribute(t):e.setAttribute(t,i?"":Je(n)?String(n):n)}function Kr(e,t,n,s,r){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?Mo(n):n);return}const i=e.tagName;if(t==="value"&&i!=="PROGRESS"&&!i.includes("-")){const l=i==="OPTION"?e.getAttribute("value")||"":e.value,c=n==null?e.type==="checkbox"?"on":"":String(n);(l!==c||!("_value"in e))&&(e.value=c),n==null&&e.removeAttribute(t),e._value=n;return}let o=!1;if(n===""||n==null){const l=typeof e[t];l==="boolean"?n=pi(n):n==null&&l==="string"?(n="",o=!0):l==="number"&&(n=0,o=!0)}try{e[t]=n}catch{}o&&e.removeAttribute(r||t)}function Ct(e,t,n,s){e.addEventListener(t,n,s)}function ga(e,t,n,s){e.removeEventListener(t,n,s)}const qr=Symbol("_vei");function ma(e,t,n,s,r=null){const i=e[qr]||(e[qr]={}),o=i[t];if(s&&o)o.value=s;else{const[l,c]=ya(t);if(s){const f=i[t]=va(s,r);Ct(e,l,f,c)}else o&&(ga(e,l,o,c),i[t]=void 0)}}const Gr=/(?:Once|Passive|Capture)$/;function ya(e){let t;if(Gr.test(e)){t={};let s;for(;s=e.match(Gr);)e=e.slice(0,e.length-s[0].length),t[s[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):it(e.slice(2)),t]}let us=0;const _a=Promise.resolve(),ba=()=>us||(_a.then(()=>us=0),us=Date.now());function va(e,t){const n=s=>{if(!s._vts)s._vts=Date.now();else if(s._vts<=n.attached)return;De(wa(s,n.value),t,5,[s])};return n.value=e,n.attached=ba(),n}function wa(e,t){if(K(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(s=>r=>!r._stopped&&s&&s(r))}else return t}const Xr=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Sa=(e,t,n,s,r,i)=>{const o=r==="svg";t==="class"?fa(e,s,o):t==="style"?ha(e,n,s):nn(t)?js(t)||ma(e,t,n,s,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Ea(e,t,s,o))?(Kr(e,t,s),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&Br(e,t,s,o,i,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!oe(s))?Kr(e,Ne(t),s,i,t):(t==="true-value"?e._trueValue=s:t==="false-value"&&(e._falseValue=s),Br(e,t,s,o))};function Ea(e,t,n,s){if(s)return!!(t==="innerHTML"||t==="textContent"||t in e&&Xr(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 r=e.tagName;if(r==="IMG"||r==="VIDEO"||r==="CANVAS"||r==="SOURCE")return!1}return Xr(t)&&oe(n)?!1:t in e}const Yr=e=>{const t=e.props["onUpdate:modelValue"]||!1;return K(t)?n=>En(t,n):t};function Ta(e){e.target.composing=!0}function Jr(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const ds=Symbol("_assign"),qf={created(e,{modifiers:{lazy:t,trim:n,number:s}},r){e[ds]=Yr(r);const i=s||r.props&&r.props.type==="number";Ct(e,t?"change":"input",o=>{if(o.target.composing)return;let l=e.value;n&&(l=l.trim()),i&&(l=Ss(l)),e[ds](l)}),n&&Ct(e,"change",()=>{e.value=e.value.trim()}),t||(Ct(e,"compositionstart",Ta),Ct(e,"compositionend",Jr),Ct(e,"change",Jr))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:n,modifiers:{lazy:s,trim:r,number:i}},o){if(e[ds]=Yr(o),e.composing)return;const l=(i||e.type==="number")&&!/^0\d/.test(e.value)?Ss(e.value):e.value,c=t??"";l!==c&&(document.activeElement===e&&e.type!=="range"&&(s&&t===n||r&&e.value.trim()===c)||(e.value=c))}},xa=["ctrl","shift","alt","meta"],Ca={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)=>xa.some(n=>e[`${n}Key`]&&!t.includes(n))},Gf=(e,t)=>{const n=e._withMods||(e._withMods={}),s=t.join(".");return n[s]||(n[s]=(r,...i)=>{for(let o=0;o<t.length;o++){const l=Ca[t[o]];if(l&&l(r,t))return}return e(r,...i)})},Aa={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},Xf=(e,t)=>{const n=e._withKeys||(e._withKeys={}),s=t.join(".");return n[s]||(n[s]=r=>{if(!("key"in r))return;const i=it(r.key);if(t.some(o=>o===i||Aa[o]===i))return e(r)})},Po=pe({patchProp:Sa},sa);let Gt,zr=!1;function Ra(){return Gt||(Gt=Lc(Po))}function Ma(){return Gt=zr?Gt:Pc(Po),zr=!0,Gt}const Yf=(...e)=>{const t=Ra().createApp(...e),{mount:n}=t;return t.mount=s=>{const r=No(s);if(!r)return;const i=t._component;!q(i)&&!i.render&&!i.template&&(i.template=r.innerHTML),r.nodeType===1&&(r.textContent="");const o=n(r,!1,Io(r));return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),o},t},Jf=(...e)=>{const t=Ma().createApp(...e),{mount:n}=t;return t.mount=s=>{const r=No(s);if(r)return n(r,!0,Io(r))},t};function Io(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function No(e){return oe(e)?document.querySelector(e):e}const Oa=window.__VP_SITE_DATA__;function rr(e){return yi()?(hl(e),!0):!1}const hs=new WeakMap,La=(...e)=>{var t;const n=e[0],s=(t=ln())==null?void 0:t.proxy;if(s==null&&!so())throw new Error("injectLocal must be called in setup");return s&&hs.has(s)&&n in hs.get(s)?hs.get(s)[n]:_t(...e)},Fo=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const zf=e=>e!=null,Pa=Object.prototype.toString,Ia=e=>Pa.call(e)==="[object Object]",Ye=()=>{},Qr=Na();function Na(){var e,t;return Fo&&((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 ir(e,t){function n(...s){return new Promise((r,i)=>{Promise.resolve(e(()=>t.apply(this,s),{fn:t,thisArg:this,args:s})).then(r).catch(i)})}return n}const Ho=e=>e();function Do(e,t={}){let n,s,r=Ye;const i=l=>{clearTimeout(l),r(),r=Ye};return l=>{const c=ue(e),f=ue(t.maxWait);return n&&i(n),c<=0||f!==void 0&&f<=0?(s&&(i(s),s=null),Promise.resolve(l())):new Promise((a,d)=>{r=t.rejectOnCancel?d:a,f&&!s&&(s=setTimeout(()=>{n&&i(n),s=null,a(l())},f)),n=setTimeout(()=>{s&&i(s),s=null,a(l())},c)})}}function Fa(...e){let t=0,n,s=!0,r=Ye,i,o,l,c,f;!fe(e[0])&&typeof e[0]=="object"?{delay:o,trailing:l=!0,leading:c=!0,rejectOnCancel:f=!1}=e[0]:[o,l=!0,c=!0,f=!1]=e;const a=()=>{n&&(clearTimeout(n),n=void 0,r(),r=Ye)};return m=>{const y=ue(o),v=Date.now()-t,b=()=>i=m();return a(),y<=0?(t=Date.now(),b()):(v>y&&(c||!s)?(t=Date.now(),b()):l&&(i=new Promise((D,L)=>{r=f?L:D,n=setTimeout(()=>{t=Date.now(),s=!0,D(b()),a()},Math.max(0,y-v))})),!c&&!n&&(n=setTimeout(()=>s=!0,y)),s=!1,i)}}function Ha(e=Ho){const t=le(!0);function n(){t.value=!1}function s(){t.value=!0}const r=(...i)=>{t.value&&e(...i)};return{isActive:Wn(t),pause:n,resume:s,eventFilter:r}}function Zr(e){return e.endsWith("rem")?Number.parseFloat(e)*16:Number.parseFloat(e)}function Da(e){return ln()}function ei(e){return Array.isArray(e)?e:[e]}function $o(...e){if(e.length!==1)return Vl(...e);const t=e[0];return typeof t=="function"?Wn(Dl(()=>({get:t,set:Ye}))):le(t)}function $a(e,t=200,n={}){return ir(Do(t,n),e)}function ja(e,t=200,n=!1,s=!0,r=!1){return ir(Fa(t,n,s,r),e)}function jo(e,t,n={}){const{eventFilter:s=Ho,...r}=n;return Ie(e,ir(s,t),r)}function Va(e,t,n={}){const{eventFilter:s,...r}=n,{eventFilter:i,pause:o,resume:l,isActive:c}=Ha(s);return{stop:jo(e,t,{...r,eventFilter:i}),pause:o,resume:l,isActive:c}}function Jn(e,t=!0,n){Da()?Nt(e,n):t?e():Bn(e)}function Qf(e,t,n={}){const{debounce:s=0,maxWait:r=void 0,...i}=n;return jo(e,t,{...i,eventFilter:Do(s,{maxWait:r})})}function Zf(e,t,n){let s;fe(n)?s={evaluating:n}:s={};const{lazy:r=!1,evaluating:i=void 0,shallow:o=!0,onError:l=Ye}=s,c=le(!r),f=o?Js(t):le(t);let a=0;return nr(async d=>{if(!c.value)return;a++;const m=a;let y=!1;i&&Promise.resolve().then(()=>{i.value=!0});try{const v=await e(b=>{d(()=>{i&&(i.value=!1),y||b()})});m===a&&(f.value=v)}catch(v){l(v)}finally{i&&m===a&&(i.value=!1),y=!0}}),r?ie(()=>(c.value=!0,f.value)):f}const $e=Fo?window:void 0;function or(e){var t;const n=ue(e);return(t=n==null?void 0:n.$el)!=null?t:n}function rt(...e){let t,n,s,r;if(typeof e[0]=="string"||Array.isArray(e[0])?([n,s,r]=e,t=$e):[t,n,s,r]=e,!t)return Ye;n=ei(n),s=ei(s);const i=[],o=()=>{i.forEach(a=>a()),i.length=0},l=(a,d,m,y)=>(a.addEventListener(d,m,y),()=>a.removeEventListener(d,m,y)),c=Ie(()=>[or(t),ue(r)],([a,d])=>{if(o(),!a)return;const m=Ia(d)?{...d}:d;i.push(...n.flatMap(y=>s.map(v=>l(a,y,v,m))))},{immediate:!0,flush:"post"}),f=()=>{c(),o()};return rr(f),f}function ka(){const e=le(!1),t=ln();return t&&Nt(()=>{e.value=!0},t),e}function Ua(e){const t=ka();return ie(()=>(t.value,!!e()))}function Wa(e){return typeof e=="function"?e:typeof e=="string"?t=>t.key===e:Array.isArray(e)?t=>e.includes(t.key):()=>!0}function eu(...e){let t,n,s={};e.length===3?(t=e[0],n=e[1],s=e[2]):e.length===2?typeof e[1]=="object"?(t=!0,n=e[0],s=e[1]):(t=e[0],n=e[1]):(t=!0,n=e[0]);const{target:r=$e,eventName:i="keydown",passive:o=!1,dedupe:l=!1}=s,c=Wa(t);return rt(r,i,a=>{a.repeat&&ue(l)||c(a)&&n(a)},o)}const Ba=Symbol("vueuse-ssr-width");function Ka(){const e=so()?La(Ba,null):null;return typeof e=="number"?e:void 0}function Vo(e,t={}){const{window:n=$e,ssrWidth:s=Ka()}=t,r=Ua(()=>n&&"matchMedia"in n&&typeof n.matchMedia=="function"),i=le(typeof s=="number");let o;const l=le(!1),c=d=>{l.value=d.matches},f=()=>{o&&("removeEventListener"in o?o.removeEventListener("change",c):o.removeListener(c))},a=nr(()=>{if(i.value){i.value=!r.value;const d=ue(e).split(",");l.value=d.some(m=>{const y=m.includes("not all"),v=m.match(/\(\s*min-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/),b=m.match(/\(\s*max-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/);let D=!!(v||b);return v&&D&&(D=s>=Zr(v[1])),b&&D&&(D=s<=Zr(b[1])),y?!D:D});return}r.value&&(f(),o=n.matchMedia(ue(e)),"addEventListener"in o?o.addEventListener("change",c):o.addListener(c),l.value=o.matches)});return rr(()=>{a(),f(),o=void 0}),ie(()=>l.value)}const _n=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},bn="__vueuse_ssr_handlers__",qa=Ga();function Ga(){return bn in _n||(_n[bn]=_n[bn]||{}),_n[bn]}function ko(e,t){return qa[e]||t}function Uo(e){return Vo("(prefers-color-scheme: dark)",e)}function Xa(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 Ya={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()}},ti="vueuse-storage";function lr(e,t,n,s={}){var r;const{flush:i="pre",deep:o=!0,listenToStorageChanges:l=!0,writeDefaults:c=!0,mergeDefaults:f=!1,shallow:a,window:d=$e,eventFilter:m,onError:y=A=>{console.error(A)},initOnMounted:v}=s,b=(a?Js:le)(typeof t=="function"?t():t),D=ie(()=>ue(e));if(!n)try{n=ko("getDefaultStorage",()=>{var A;return(A=$e)==null?void 0:A.localStorage})()}catch(A){y(A)}if(!n)return b;const L=ue(t),$=Xa(L),p=(r=s.serializer)!=null?r:Ya[$],{pause:g,resume:O}=Va(b,()=>R(b.value),{flush:i,deep:o,eventFilter:m});Ie(D,()=>E(),{flush:i}),d&&l&&Jn(()=>{n instanceof Storage?rt(d,"storage",E,{passive:!0}):rt(d,ti,M),v&&E()}),v||E();function j(A,w){if(d){const F={key:D.value,oldValue:A,newValue:w,storageArea:n};d.dispatchEvent(n instanceof Storage?new StorageEvent("storage",F):new CustomEvent(ti,{detail:F}))}}function R(A){try{const w=n.getItem(D.value);if(A==null)j(w,null),n.removeItem(D.value);else{const F=p.write(A);w!==F&&(n.setItem(D.value,F),j(w,F))}}catch(w){y(w)}}function V(A){const w=A?A.newValue:n.getItem(D.value);if(w==null)return c&&L!=null&&n.setItem(D.value,p.write(L)),L;if(!A&&f){const F=p.read(w);return typeof f=="function"?f(F,L):$==="object"&&!Array.isArray(F)?{...L,...F}:F}else return typeof w!="string"?w:p.read(w)}function E(A){if(!(A&&A.storageArea!==n)){if(A&&A.key==null){b.value=L;return}if(!(A&&A.key!==D.value)){g();try{(A==null?void 0:A.newValue)!==p.write(b.value)&&(b.value=V(A))}catch(w){y(w)}finally{A?Bn(O):O()}}}}function M(A){E(A.detail)}return b}const Ja="*,*::before,*::after{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}";function za(e={}){const{selector:t="html",attribute:n="class",initialValue:s="auto",window:r=$e,storage:i,storageKey:o="vueuse-color-scheme",listenToStorageChanges:l=!0,storageRef:c,emitAuto:f,disableTransition:a=!0}=e,d={auto:"",light:"light",dark:"dark",...e.modes||{}},m=Uo({window:r}),y=ie(()=>m.value?"dark":"light"),v=c||(o==null?$o(s):lr(o,s,i,{window:r,listenToStorageChanges:l})),b=ie(()=>v.value==="auto"?y.value:v.value),D=ko("updateHTMLAttrs",(g,O,j)=>{const R=typeof g=="string"?r==null?void 0:r.document.querySelector(g):or(g);if(!R)return;const V=new Set,E=new Set;let M=null;if(O==="class"){const w=j.split(/\s/g);Object.values(d).flatMap(F=>(F||"").split(/\s/g)).filter(Boolean).forEach(F=>{w.includes(F)?V.add(F):E.add(F)})}else M={key:O,value:j};if(V.size===0&&E.size===0&&M===null)return;let A;a&&(A=r.document.createElement("style"),A.appendChild(document.createTextNode(Ja)),r.document.head.appendChild(A));for(const w of V)R.classList.add(w);for(const w of E)R.classList.remove(w);M&&R.setAttribute(M.key,M.value),a&&(r.getComputedStyle(A).opacity,document.head.removeChild(A))});function L(g){var O;D(t,n,(O=d[g])!=null?O:g)}function $(g){e.onChanged?e.onChanged(g,L):L(g)}Ie(b,$,{flush:"post",immediate:!0}),Jn(()=>$(b.value));const p=ie({get(){return f?v.value:b.value},set(g){v.value=g}});return Object.assign(p,{store:v,system:y,state:b})}function Qa(e={}){const{valueDark:t="dark",valueLight:n=""}=e,s=za({...e,onChanged:(o,l)=>{var c;e.onChanged?(c=e.onChanged)==null||c.call(e,o==="dark",l,o):l(o)},modes:{dark:t,light:n}}),r=ie(()=>s.system.value);return ie({get(){return s.value==="dark"},set(o){const l=o?"dark":"light";r.value===l?s.value="auto":s.value=l}})}function ps(e){return typeof Window<"u"&&e instanceof Window?e.document.documentElement:typeof Document<"u"&&e instanceof Document?e.documentElement:e}const ni=1;function Za(e,t={}){const{throttle:n=0,idle:s=200,onStop:r=Ye,onScroll:i=Ye,offset:o={left:0,right:0,top:0,bottom:0},eventListenerOptions:l={capture:!1,passive:!0},behavior:c="auto",window:f=$e,onError:a=R=>{console.error(R)}}=t,d=le(0),m=le(0),y=ie({get(){return d.value},set(R){b(R,void 0)}}),v=ie({get(){return m.value},set(R){b(void 0,R)}});function b(R,V){var E,M,A,w;if(!f)return;const F=ue(e);if(!F)return;(A=F instanceof Document?f.document.body:F)==null||A.scrollTo({top:(E=ue(V))!=null?E:v.value,left:(M=ue(R))!=null?M:y.value,behavior:ue(c)});const Y=((w=F==null?void 0:F.document)==null?void 0:w.documentElement)||(F==null?void 0:F.documentElement)||F;y!=null&&(d.value=Y.scrollLeft),v!=null&&(m.value=Y.scrollTop)}const D=le(!1),L=Pt({left:!0,right:!1,top:!0,bottom:!1}),$=Pt({left:!1,right:!1,top:!1,bottom:!1}),p=R=>{D.value&&(D.value=!1,$.left=!1,$.right=!1,$.top=!1,$.bottom=!1,r(R))},g=$a(p,n+s),O=R=>{var V;if(!f)return;const E=((V=R==null?void 0:R.document)==null?void 0:V.documentElement)||(R==null?void 0:R.documentElement)||or(R),{display:M,flexDirection:A,direction:w}=getComputedStyle(E),F=w==="rtl"?-1:1,Y=E.scrollLeft;$.left=Y<d.value,$.right=Y>d.value;const re=Y*F<=(o.left||0),U=Y*F+E.clientWidth>=E.scrollWidth-(o.right||0)-ni;M==="flex"&&A==="row-reverse"?(L.left=U,L.right=re):(L.left=re,L.right=U),d.value=Y;let X=E.scrollTop;R===f.document&&!X&&(X=f.document.body.scrollTop),$.top=X<m.value,$.bottom=X>m.value;const k=X<=(o.top||0),ae=X+E.clientHeight>=E.scrollHeight-(o.bottom||0)-ni;M==="flex"&&A==="column-reverse"?(L.top=ae,L.bottom=k):(L.top=k,L.bottom=ae),m.value=X},j=R=>{var V;if(!f)return;const E=(V=R.target.documentElement)!=null?V:R.target;O(E),D.value=!0,g(R),i(R)};return rt(e,"scroll",n?ja(j,n,!0,!1):j,l),Jn(()=>{try{const R=ue(e);if(!R)return;O(R)}catch(R){a(R)}}),rt(e,"scrollend",p,l),{x:y,y:v,isScrolling:D,arrivedState:L,directions:$,measure(){const R=ue(e);f&&R&&O(R)}}}function tu(e,t,n={}){const{window:s=$e}=n;return lr(e,t,s==null?void 0:s.localStorage,n)}function Wo(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:Wo(n)}}function ef(e){const t=e||window.event,n=t.target;return Wo(n)?!1:t.touches.length>1?!0:(t.preventDefault&&t.preventDefault(),!1)}const gs=new WeakMap;function nu(e,t=!1){const n=le(t);let s=null,r="";Ie($o(e),l=>{const c=ps(ue(l));if(c){const f=c;if(gs.get(f)||gs.set(f,f.style.overflow),f.style.overflow!=="hidden"&&(r=f.style.overflow),f.style.overflow==="hidden")return n.value=!0;if(n.value)return f.style.overflow="hidden"}},{immediate:!0});const i=()=>{const l=ps(ue(e));!l||n.value||(Qr&&(s=rt(l,"touchmove",c=>{ef(c)},{passive:!1})),l.style.overflow="hidden",n.value=!0)},o=()=>{const l=ps(ue(e));!l||!n.value||(Qr&&(s==null||s()),l.style.overflow=r,gs.delete(l),n.value=!1)};return rr(o),ie({get(){return n.value},set(l){l?i():o()}})}function su(e,t,n={}){const{window:s=$e}=n;return lr(e,t,s==null?void 0:s.sessionStorage,n)}function ru(e={}){const{window:t=$e,...n}=e;return Za(t,n)}function iu(e={}){const{window:t=$e,initialWidth:n=Number.POSITIVE_INFINITY,initialHeight:s=Number.POSITIVE_INFINITY,listenOrientation:r=!0,includeScrollbar:i=!0,type:o="inner"}=e,l=le(n),c=le(s),f=()=>{if(t)if(o==="outer")l.value=t.outerWidth,c.value=t.outerHeight;else if(o==="visual"&&t.visualViewport){const{width:d,height:m,scale:y}=t.visualViewport;l.value=Math.round(d*y),c.value=Math.round(m*y)}else i?(l.value=t.innerWidth,c.value=t.innerHeight):(l.value=t.document.documentElement.clientWidth,c.value=t.document.documentElement.clientHeight)};f(),Jn(f);const a={passive:!0};if(rt("resize",f,a),t&&o==="visual"&&t.visualViewport&&rt(t.visualViewport,"resize",f,a),r){const d=Vo("(orientation: portrait)");Ie(d,()=>f())}return{width:l,height:c}}const ms={BASE_URL:"/vitepress/v1/",DEV:!1,MODE:"production",PROD:!0,SSR:!1};var ys={};const Bo=/^(?:[a-z]+:|\/\/)/i,tf="vitepress-theme-appearance",nf=/#.*$/,sf=/[?#].*$/,rf=/(?:(^|\/)index)?\.(?:md|html)$/,me=typeof document<"u",Ko={relativePath:"404.md",filePath:"",title:"404",description:"Not Found",headers:[],frontmatter:{sidebar:!1,layout:"page"},lastUpdated:0,isNotFound:!0};function of(e,t,n=!1){if(t===void 0)return!1;if(e=si(`/${e}`),n)return new RegExp(t).test(e);if(si(t)!==e)return!1;const s=t.match(nf);return s?(me?location.hash:"")===s[0]:!0}function si(e){return decodeURI(e).replace(sf,"").replace(rf,"$1")}function lf(e){return Bo.test(e)}function cf(e,t){return Object.keys((e==null?void 0:e.locales)||{}).find(n=>n!=="root"&&!lf(n)&&of(t,`/${n}/`,!0))||"root"}function af(e,t){var s,r,i,o,l,c,f;const n=cf(e,t);return Object.assign({},e,{localeIndex:n,lang:((s=e.locales[n])==null?void 0:s.lang)??e.lang,dir:((r=e.locales[n])==null?void 0:r.dir)??e.dir,title:((i=e.locales[n])==null?void 0:i.title)??e.title,titleTemplate:((o=e.locales[n])==null?void 0:o.titleTemplate)??e.titleTemplate,description:((l=e.locales[n])==null?void 0:l.description)??e.description,head:Go(e.head,((c=e.locales[n])==null?void 0:c.head)??[]),themeConfig:{...e.themeConfig,...(f=e.locales[n])==null?void 0:f.themeConfig}})}function qo(e,t){const n=t.title||e.title,s=t.titleTemplate??e.titleTemplate;if(typeof s=="string"&&s.includes(":title"))return s.replace(/:title/g,n);const r=ff(e.title,s);return n===r.slice(3)?n:`${n}${r}`}function ff(e,t){return t===!1?"":t===!0||t===void 0?` | ${e}`:e===t?"":` | ${t}`}function uf(e,t){const[n,s]=t;if(n!=="meta")return!1;const r=Object.entries(s)[0];return r==null?!1:e.some(([i,o])=>i===n&&o[r[0]]===r[1])}function Go(e,t){return[...e.filter(n=>!uf(t,n)),...t]}const df=/[\u0000-\u001F"#$&*+,:;<=>?[\]^`{|}\u007F]/g,hf=/^[a-z]:/i;function ri(e){const t=hf.exec(e),n=t?t[0]:"";return n+e.slice(n.length).replace(df,"_").replace(/(^|\/)_+(?=[^/]*$)/,"$1")}const _s=new Set;function pf(e){if(_s.size===0){const n=typeof process=="object"&&(ys==null?void 0:ys.VITE_EXTRA_EXTENSIONS)||(ms==null?void 0:ms.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(s=>_s.add(s))}const t=e.split(".").pop();return t==null||!_s.has(t.toLowerCase())}function ou(e){return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}const gf=Symbol(),vt=Js(Oa);function lu(e){const t=ie(()=>af(vt.value,e.data.relativePath)),n=t.value.appearance,s=n==="force-dark"?le(!0):n==="force-auto"?Uo():n?Qa({storageKey:tf,initialValue:()=>n==="dark"?"dark":"auto",...typeof n=="object"?n:{}}):le(!1),r=le(me?location.hash:"");return me&&window.addEventListener("hashchange",()=>{r.value=location.hash}),Ie(()=>e.data,()=>{r.value=me?location.hash:""}),{site:t,theme:ie(()=>t.value.themeConfig),page:ie(()=>e.data),frontmatter:ie(()=>e.data.frontmatter),params:ie(()=>e.data.params),lang:ie(()=>t.value.lang),dir:ie(()=>e.data.frontmatter.dir||t.value.dir),localeIndex:ie(()=>t.value.localeIndex||"root"),title:ie(()=>qo(t.value,e.data)),description:ie(()=>e.data.description||t.value.description),isDark:s,hash:ie(()=>r.value)}}function mf(){const e=_t(gf);if(!e)throw new Error("vitepress data not properly injected in app");return e}function yf(e,t){return`${e}${t}`.replace(/\/+/g,"/")}function ii(e){return Bo.test(e)||!e.startsWith("/")?e:yf(vt.value.base,e)}function _f(e){let t=e.replace(/\.html$/,"");if(t=decodeURIComponent(t),t=t.replace(/\/$/,"/index"),me){const n="/vitepress/v1/";t=ri(t.slice(n.length).replace(/\//g,"_")||"index")+".md";let s=__VP_HASH_MAP__[t.toLowerCase()];if(s||(t=t.endsWith("_index.md")?t.slice(0,-9)+".md":t.slice(0,-3)+"_index.md",s=__VP_HASH_MAP__[t.toLowerCase()]),!s)return null;t=`${n}assets/${t}.${s}.js`}else t=`./${ri(t.slice(1).replace(/\//g,"_"))}.md.js`;return t}let Rn=[];function cu(e){Rn.push(e),qn(()=>{Rn=Rn.filter(t=>t!==e)})}function bf(){let e=vt.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=oi(e,n);else if(Array.isArray(e))for(const s of e){const r=oi(s,n);if(r){t=r;break}}return t}function oi(e,t){const n=document.querySelector(e);if(!n)return 0;const s=n.getBoundingClientRect().bottom;return s<0?0:s+t}const vf=Symbol(),Xo="http://a.com",wf=()=>({path:"/",component:null,data:Ko});function au(e,t){const n=Pt(wf()),s={route:n,go:r};async function r(l=me?location.href:"/"){var c,f;l=bs(l),await((c=s.onBeforeRouteChange)==null?void 0:c.call(s,l))!==!1&&(me&&l!==bs(location.href)&&(history.replaceState({scrollPosition:window.scrollY},""),history.pushState({},"",l)),await o(l),await((f=s.onAfterRouteChange??s.onAfterRouteChanged)==null?void 0:f(l)))}let i=null;async function o(l,c=0,f=!1){var m,y;if(await((m=s.onBeforePageLoad)==null?void 0:m.call(s,l))===!1)return;const a=new URL(l,Xo),d=i=a.pathname;try{let v=await e(d);if(!v)throw new Error(`Page not found: ${d}`);if(i===d){i=null;const{default:b,__pageData:D}=v;if(!b)throw new Error(`Invalid route component: ${b}`);await((y=s.onAfterPageLoad)==null?void 0:y.call(s,l)),n.path=me?d:ii(d),n.component=Tn(b),n.data=Tn(D),me&&Bn(()=>{let L=vt.value.base+D.relativePath.replace(/(?:(^|\/)index)?\.md$/,"$1");if(!vt.value.cleanUrls&&!L.endsWith("/")&&(L+=".html"),L!==a.pathname&&(a.pathname=L,l=L+a.search+a.hash,history.replaceState({},"",l)),a.hash&&!c){let $=null;try{$=document.getElementById(decodeURIComponent(a.hash).slice(1))}catch(p){console.warn(p)}if($){li($,a.hash);return}}window.scrollTo(0,c)})}}catch(v){if(!/fetch|Page not found/.test(v.message)&&!/^\/404(\.html|\/)?$/.test(l)&&console.error(v),!f)try{const b=await fetch(vt.value.base+"hashmap.json");window.__VP_HASH_MAP__=await b.json(),await o(l,c,!0);return}catch{}if(i===d){i=null,n.path=me?d:ii(d),n.component=t?Tn(t):null;const b=me?d.replace(/(^|\/)$/,"$1index").replace(/(\.html)?$/,".md").replace(/^\//,""):"404.md";n.data={...Ko,relativePath:b}}}}return me&&(history.state===null&&history.replaceState({},""),window.addEventListener("click",l=>{if(l.defaultPrevented||!(l.target instanceof Element)||l.target.closest("button")||l.button!==0||l.ctrlKey||l.shiftKey||l.altKey||l.metaKey)return;const c=l.target.closest("a");if(!c||c.closest(".vp-raw")||c.hasAttribute("download")||c.hasAttribute("target"))return;const f=c.getAttribute("href")??(c instanceof SVGAElement?c.getAttribute("xlink:href"):null);if(f==null)return;const{href:a,origin:d,pathname:m,hash:y,search:v}=new URL(f,c.baseURI),b=new URL(location.href);d===b.origin&&pf(m)&&(l.preventDefault(),m===b.pathname&&v===b.search?(y!==b.hash&&(history.pushState({},"",a),window.dispatchEvent(new HashChangeEvent("hashchange",{oldURL:b.href,newURL:a}))),y?li(c,y,c.classList.contains("header-anchor")):window.scrollTo(0,0)):r(a))},{capture:!0}),window.addEventListener("popstate",async l=>{var f;if(l.state===null)return;const c=bs(location.href);await o(c,l.state&&l.state.scrollPosition||0),await((f=s.onAfterRouteChange??s.onAfterRouteChanged)==null?void 0:f(c))}),window.addEventListener("hashchange",l=>{l.preventDefault()})),s}function Sf(){const e=_t(vf);if(!e)throw new Error("useRouter() is called without provider.");return e}function Yo(){return Sf().route}function li(e,t,n=!1){let s=null;try{s=e.classList.contains("header-anchor")?e:document.getElementById(decodeURIComponent(t).slice(1))}catch(r){console.warn(r)}if(s){let r=function(){!n||Math.abs(o-window.scrollY)>window.innerHeight?window.scrollTo(0,o):window.scrollTo({left:0,top:o,behavior:"smooth"})};const i=parseInt(window.getComputedStyle(s).paddingTop,10),o=window.scrollY+s.getBoundingClientRect().top-bf()+i;requestAnimationFrame(r)}}function bs(e){const t=new URL(e,Xo);return t.pathname=t.pathname.replace(/(^|\/)index(\.html)?$/,"$1"),vt.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 vn=()=>Rn.forEach(e=>e()),fu=Qs({name:"VitePressContent",props:{as:{type:[Object,String],default:"div"}},setup(e){const t=Yo(),{frontmatter:n,site:s}=mf();return Ie(n,vn,{deep:!0,flush:"post"}),()=>Hs(e.as,s.value.contentProps??{style:{position:"relative"}},[t.component?Hs(t.component,{onVnodeMounted:vn,onVnodeUpdated:vn,onVnodeUnmounted:vn}):"404 Page Not Found"])}}),uu=(e,t)=>{const n=e.__vccOpts||e;for(const[s,r]of t)n[s]=r;return n},Ef="modulepreload",Tf=function(e){return"/vitepress/v1/"+e},ci={},du=function(t,n,s){let r=Promise.resolve();if(n&&n.length>0){document.getElementsByTagName("link");const o=document.querySelector("meta[property=csp-nonce]"),l=(o==null?void 0:o.nonce)||(o==null?void 0:o.getAttribute("nonce"));r=Promise.allSettled(n.map(c=>{if(c=Tf(c),c in ci)return;ci[c]=!0;const f=c.endsWith(".css"),a=f?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${c}"]${a}`))return;const d=document.createElement("link");if(d.rel=f?"stylesheet":Ef,f||(d.as="script"),d.crossOrigin="",d.href=c,l&&d.setAttribute("nonce",l),document.head.appendChild(d),f)return new Promise((m,y)=>{d.addEventListener("load",m),d.addEventListener("error",()=>y(new Error(`Unable to preload CSS for ${c}`)))})}))}function i(o){const l=new Event("vite:preloadError",{cancelable:!0});if(l.payload=o,window.dispatchEvent(l),!l.defaultPrevented)throw o}return r.then(o=>{for(const l of o||[])l.status==="rejected"&&i(l.reason);return t().catch(i)})},hu=Qs({setup(e,{slots:t}){const n=le(!1);return Nt(()=>{n.value=!0}),()=>n.value&&t.default?t.default():null}});function pu(){me&&window.addEventListener("click",e=>{var n;const t=e.target;if(t.matches(".vp-code-group input")){const s=(n=t.parentElement)==null?void 0:n.parentElement;if(!s)return;const r=Array.from(s.querySelectorAll("input")).indexOf(t);if(r<0)return;const i=s.querySelector(".blocks");if(!i)return;const o=Array.from(i.children).find(f=>f.classList.contains("active"));if(!o)return;const l=i.children[r];if(!l||o===l)return;o.classList.remove("active"),l.classList.add("active");const c=s==null?void 0:s.querySelector(`label[for="${t.id}"]`);c==null||c.scrollIntoView({block:"nearest"})}})}function gu(){if(me){const e=new WeakMap;window.addEventListener("click",t=>{var s;const n=t.target;if(n.matches('div[class*="language-"] > button.copy')){const r=n.parentElement,i=(s=n.nextElementSibling)==null?void 0:s.nextElementSibling;if(!r||!i)return;const o=/language-(shellscript|shell|bash|sh|zsh)/.test(r.className),l=[".vp-copy-ignore",".diff.remove"],c=i.cloneNode(!0);c.querySelectorAll(l.join(",")).forEach(a=>a.remove());let f=c.textContent||"";o&&(f=f.replace(/^ *(\$|>) /gm,"").trim()),xf(f).then(()=>{n.classList.add("copied"),clearTimeout(e.get(n));const a=setTimeout(()=>{n.classList.remove("copied"),n.blur(),e.delete(n)},2e3);e.set(n,a)})}})}}async function xf(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 s=document.getSelection(),r=s?s.rangeCount>0&&s.getRangeAt(0):null;document.body.appendChild(t),t.select(),t.selectionStart=0,t.selectionEnd=e.length,document.execCommand("copy"),document.body.removeChild(t),r&&(s.removeAllRanges(),s.addRange(r)),n&&n.focus()}}function mu(e,t){let n=!0,s=[];const r=i=>{if(n){n=!1,i.forEach(l=>{const c=vs(l);for(const f of document.head.children)if(f.isEqualNode(c)){s.push(f);return}});return}const o=i.map(vs);s.forEach((l,c)=>{const f=o.findIndex(a=>a==null?void 0:a.isEqualNode(l??null));f!==-1?delete o[f]:(l==null||l.remove(),delete s[c])}),o.forEach(l=>l&&document.head.appendChild(l)),s=[...s,...o].filter(Boolean)};nr(()=>{const i=e.data,o=t.value,l=i&&i.description,c=i&&i.frontmatter.head||[],f=qo(o,i);f!==document.title&&(document.title=f);const a=l||o.description;let d=document.querySelector("meta[name=description]");d?d.getAttribute("content")!==a&&d.setAttribute("content",a):vs(["meta",{name:"description",content:a}]),r(Go(o.head,Af(c)))})}function vs([e,t,n]){const s=document.createElement(e);for(const r in t)s.setAttribute(r,t[r]);return n&&(s.innerHTML=n),e==="script"&&t.async==null&&(s.async=!1),s}function Cf(e){return e[0]==="meta"&&e[1]&&e[1].name==="description"}function Af(e){return e.filter(t=>!Cf(t))}const ws=new Set,Jo=()=>document.createElement("link"),Rf=e=>{const t=Jo();t.rel="prefetch",t.href=e,document.head.appendChild(t)},Mf=e=>{const t=new XMLHttpRequest;t.open("GET",e,t.withCredentials=!0),t.send()};let wn;const Of=me&&(wn=Jo())&&wn.relList&&wn.relList.supports&&wn.relList.supports("prefetch")?Rf:Mf;function yu(){if(!me||!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 s=()=>{n&&n.disconnect(),n=new IntersectionObserver(i=>{i.forEach(o=>{if(o.isIntersecting){const l=o.target;n.unobserve(l);const{pathname:c}=l;if(!ws.has(c)){ws.add(c);const f=_f(c);f&&Of(f)}}})}),t(()=>{document.querySelectorAll("#app a").forEach(i=>{const{hostname:o,pathname:l}=new URL(i.href instanceof SVGAnimatedString?i.href.animVal:i.href,i.baseURI),c=l.match(/\.\w+$/);c&&c[0]!==".html"||i.target!=="_blank"&&o===location.hostname&&(l!==location.pathname?n.observe(i):ws.add(l))})})};Nt(s);const r=Yo();Ie(()=>r.path,s),qn(()=>{n&&n.disconnect()})}export{Yi as $,bf as A,Nf as B,Hf as C,Js as D,cu as E,Te as F,ce as G,If as H,du as I,Ff as J,Bo as K,Yo as L,Kc as M,_t as N,iu as O,Us as P,eu as Q,Bn as R,ru as S,Bf as T,me as U,Wn as V,nu as W,Tc as X,$f as Y,Xf as Z,uu as _,xo as a,Gf as a0,jf as a1,mu as a2,vf as a3,lu as a4,gf as a5,fu as a6,hu as a7,vt as a8,Jf as a9,au as aa,_f as ab,yu as ac,gu as ad,pu as ae,Hs as af,Uf as ag,Lf as ah,Kf as ai,Pf as aj,ue as ak,ei as al,or as am,zf as an,rr as ao,Zf as ap,su as aq,tu as ar,Qf as as,Sf as at,rt as au,qf as av,fe as aw,Tn as ax,Yf as ay,ou as az,Ns as b,kf as c,Qs as d,Wf as e,pf as f,ii as g,ie as h,lf as i,To as j,Ii as k,of as l,Vo as m,Ws as n,Is as o,le as p,Ie as q,Df as r,nr as s,ul as t,mf as u,Nt as v,Yl as w,qn as x,Vf as y,fc as z};
|