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