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