31 lines
182 KiB
JavaScript
31 lines
182 KiB
JavaScript
/**
|
||
* @vue/shared v3.5.13
|
||
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
||
* @license MIT
|
||
**//*! #__NO_SIDE_EFFECTS__ */function Yo(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const _e={},bn=[],yt=()=>{},fc=()=>!1,cr=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Qo=e=>e.startsWith("onUpdate:"),$e=Object.assign,Xo=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},dc=Object.prototype.hasOwnProperty,ge=(e,t)=>dc.call(e,t),te=Array.isArray,yn=e=>Jr(e)==="[object Map]",rl=e=>Jr(e)==="[object Set]",oe=e=>typeof e=="function",Oe=e=>typeof e=="string",Ot=e=>typeof e=="symbol",Ee=e=>e!==null&&typeof e=="object",ol=e=>(Ee(e)||oe(e))&&oe(e.then)&&oe(e.catch),sl=Object.prototype.toString,Jr=e=>sl.call(e),pc=e=>Jr(e).slice(8,-1),il=e=>Jr(e)==="[object Object]",Zo=e=>Oe(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Sn=Yo(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Yr=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},hc=/-(\w)/g,Xe=Yr(e=>e.replace(hc,(t,n)=>n?n.toUpperCase():"")),gc=/\B([A-Z])/g,qt=Yr(e=>e.replace(gc,"-$1").toLowerCase()),ur=Yr(e=>e.charAt(0).toUpperCase()+e.slice(1)),fo=Yr(e=>e?`on${ur(e)}`:""),Bt=(e,t)=>!Object.is(e,t),po=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},ll=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})},vc=e=>{const t=parseFloat(e);return isNaN(t)?e:t},mc=e=>{const t=Oe(e)?Number(e):NaN;return isNaN(t)?e:t};let Hs;const Qr=()=>Hs||(Hs=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function An(e){if(te(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],o=Oe(r)?Sc(r):An(r);if(o)for(const s in o)t[s]=o[s]}return t}else if(Oe(e)||Ee(e))return e}const _c=/;(?![^(]*\))/g,bc=/:([^]+)/,yc=/\/\*[^]*?\*\//g;function Sc(e){const t={};return e.replace(yc,"").split(_c).forEach(n=>{if(n){const r=n.split(bc);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Ke(e){let t="";if(Oe(e))t=e;else if(te(e))for(let n=0;n<e.length;n++){const r=Ke(e[n]);r&&(t+=r+" ")}else if(Ee(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}function ho(e){if(!e)return null;let{class:t,style:n}=e;return t&&!Oe(t)&&(e.class=Ke(t)),n&&(e.style=An(n)),e}const wc="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Pc=Yo(wc);function al(e){return!!e||e===""}const cl=e=>!!(e&&e.__v_isRef===!0),ue=e=>Oe(e)?e:e==null?"":te(e)||Ee(e)&&(e.toString===sl||!oe(e.toString))?cl(e)?ue(e.value):JSON.stringify(e,ul,2):String(e),ul=(e,t)=>cl(t)?ul(e,t.value):yn(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,o],s)=>(n[go(r,s)+" =>"]=o,n),{})}:rl(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>go(n))}:Ot(t)?go(t):Ee(t)&&!te(t)&&!il(t)?String(t):t,go=(e,t="")=>{var n;return Ot(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
|
||
* @vue/reactivity v3.5.13
|
||
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
||
* @license MIT
|
||
**/let Je;class Ec{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=Je,!t&&Je&&(this.index=(Je.scopes||(Je.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].pause();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].resume();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].resume()}}run(t){if(this._active){const n=Je;try{return Je=this,t()}finally{Je=n}}}on(){Je=this}off(){Je=this.parent}stop(t){if(this._active){this._active=!1;let n,r;for(n=0,r=this.effects.length;n<r;n++)this.effects[n].stop();for(this.effects.length=0,n=0,r=this.cleanups.length;n<r;n++)this.cleanups[n]();if(this.cleanups.length=0,this.scopes){for(n=0,r=this.scopes.length;n<r;n++)this.scopes[n].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!t){const o=this.parent.scopes.pop();o&&o!==this&&(this.parent.scopes[this.index]=o,o.index=this.index)}this.parent=void 0}}}function es(){return Je}function fl(e,t=!1){Je&&Je.cleanups.push(e)}let Pe;const vo=new WeakSet;class dl{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,Je&&Je.active&&Je.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,vo.has(this)&&(vo.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||hl(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,Vs(this),gl(this);const t=Pe,n=ft;Pe=this,ft=!0;try{return this.fn()}finally{vl(this),Pe=t,ft=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)rs(t);this.deps=this.depsTail=void 0,Vs(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?vo.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){Io(this)&&this.run()}get dirty(){return Io(this)}}let pl=0,Un,Kn;function hl(e,t=!1){if(e.flags|=8,t){e.next=Kn,Kn=e;return}e.next=Un,Un=e}function ts(){pl++}function ns(){if(--pl>0)return;if(Kn){let t=Kn;for(Kn=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;Un;){let t=Un;for(Un=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(r){e||(e=r)}t=n}}if(e)throw e}function gl(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function vl(e){let t,n=e.depsTail,r=n;for(;r;){const o=r.prevDep;r.version===-1?(r===n&&(n=o),rs(r),Cc(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=o}e.deps=t,e.depsTail=n}function Io(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(ml(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function ml(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===Qn))return;e.globalVersion=Qn;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!Io(e)){e.flags&=-3;return}const n=Pe,r=ft;Pe=e,ft=!0;try{gl(e);const o=e.fn(e._value);(t.version===0||Bt(o,e._value))&&(e._value=o,t.version++)}catch(o){throw t.version++,o}finally{Pe=n,ft=r,vl(e),e.flags&=-3}}function rs(e,t=!1){const{dep:n,prevSub:r,nextSub:o}=e;if(r&&(r.nextSub=o,e.prevSub=void 0),o&&(o.prevSub=r,e.nextSub=void 0),n.subs===e&&(n.subs=r,!r&&n.computed)){n.computed.flags&=-5;for(let s=n.computed.deps;s;s=s.nextDep)rs(s,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function Cc(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let ft=!0;const _l=[];function Gt(){_l.push(ft),ft=!1}function zt(){const e=_l.pop();ft=e===void 0?!0:e}function Vs(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=Pe;Pe=void 0;try{t()}finally{Pe=n}}}let Qn=0;class xc{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Xr{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0}track(t){if(!Pe||!ft||Pe===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==Pe)n=this.activeLink=new xc(Pe,this),Pe.deps?(n.prevDep=Pe.depsTail,Pe.depsTail.nextDep=n,Pe.depsTail=n):Pe.deps=Pe.depsTail=n,bl(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const r=n.nextDep;r.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=r),n.prevDep=Pe.depsTail,n.nextDep=void 0,Pe.depsTail.nextDep=n,Pe.depsTail=n,Pe.deps===n&&(Pe.deps=r)}return n}trigger(t){this.version++,Qn++,this.notify(t)}notify(t){ts();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{ns()}}}function bl(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let r=t.deps;r;r=r.nextDep)bl(r)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const Hr=new WeakMap,nn=Symbol(""),Mo=Symbol(""),Xn=Symbol("");function Be(e,t,n){if(ft&&Pe){let r=Hr.get(e);r||Hr.set(e,r=new Map);let o=r.get(n);o||(r.set(n,o=new Xr),o.map=r,o.key=n),o.track()}}function Tt(e,t,n,r,o,s){const i=Hr.get(e);if(!i){Qn++;return}const l=a=>{a&&a.trigger()};if(ts(),t==="clear")i.forEach(l);else{const a=te(e),c=a&&Zo(n);if(a&&n==="length"){const u=Number(r);i.forEach((f,d)=>{(d==="length"||d===Xn||!Ot(d)&&d>=u)&&l(f)})}else switch((n!==void 0||i.has(void 0))&&l(i.get(n)),c&&l(i.get(Xn)),t){case"add":a?c&&l(i.get("length")):(l(i.get(nn)),yn(e)&&l(i.get(Mo)));break;case"delete":a||(l(i.get(nn)),yn(e)&&l(i.get(Mo)));break;case"set":yn(e)&&l(i.get(nn));break}}ns()}function Tc(e,t){const n=Hr.get(e);return n&&n.get(t)}function hn(e){const t=fe(e);return t===e?t:(Be(t,"iterate",Xn),ct(e)?t:t.map(We))}function Zr(e){return Be(e=fe(e),"iterate",Xn),e}const kc={__proto__:null,[Symbol.iterator](){return mo(this,Symbol.iterator,We)},concat(...e){return hn(this).concat(...e.map(t=>te(t)?hn(t):t))},entries(){return mo(this,"entries",e=>(e[1]=We(e[1]),e))},every(e,t){return St(this,"every",e,t,void 0,arguments)},filter(e,t){return St(this,"filter",e,t,n=>n.map(We),arguments)},find(e,t){return St(this,"find",e,t,We,arguments)},findIndex(e,t){return St(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return St(this,"findLast",e,t,We,arguments)},findLastIndex(e,t){return St(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return St(this,"forEach",e,t,void 0,arguments)},includes(...e){return _o(this,"includes",e)},indexOf(...e){return _o(this,"indexOf",e)},join(e){return hn(this).join(e)},lastIndexOf(...e){return _o(this,"lastIndexOf",e)},map(e,t){return St(this,"map",e,t,void 0,arguments)},pop(){return Mn(this,"pop")},push(...e){return Mn(this,"push",e)},reduce(e,...t){return js(this,"reduce",e,t)},reduceRight(e,...t){return js(this,"reduceRight",e,t)},shift(){return Mn(this,"shift")},some(e,t){return St(this,"some",e,t,void 0,arguments)},splice(...e){return Mn(this,"splice",e)},toReversed(){return hn(this).toReversed()},toSorted(e){return hn(this).toSorted(e)},toSpliced(...e){return hn(this).toSpliced(...e)},unshift(...e){return Mn(this,"unshift",e)},values(){return mo(this,"values",We)}};function mo(e,t,n){const r=Zr(e),o=r[t]();return r!==e&&!ct(e)&&(o._next=o.next,o.next=()=>{const s=o._next();return s.value&&(s.value=n(s.value)),s}),o}const Lc=Array.prototype;function St(e,t,n,r,o,s){const i=Zr(e),l=i!==e&&!ct(e),a=i[t];if(a!==Lc[t]){const f=a.apply(e,s);return l?We(f):f}let c=n;i!==e&&(l?c=function(f,d){return n.call(this,We(f),d,e)}:n.length>2&&(c=function(f,d){return n.call(this,f,d,e)}));const u=a.call(i,c,r);return l&&o?o(u):u}function js(e,t,n,r){const o=Zr(e);let s=n;return o!==e&&(ct(e)?n.length>3&&(s=function(i,l,a){return n.call(this,i,l,a,e)}):s=function(i,l,a){return n.call(this,i,We(l),a,e)}),o[t](s,...r)}function _o(e,t,n){const r=fe(e);Be(r,"iterate",Xn);const o=r[t](...n);return(o===-1||o===!1)&&is(n[0])?(n[0]=fe(n[0]),r[t](...n)):o}function Mn(e,t,n=[]){Gt(),ts();const r=fe(e)[t].apply(e,n);return ns(),zt(),r}const Ac=Yo("__proto__,__v_isRef,__isVue"),yl=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Ot));function Rc(e){Ot(e)||(e=String(e));const t=fe(this);return Be(t,"has",e),t.hasOwnProperty(e)}class Sl{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,r){if(n==="__v_skip")return t.__v_skip;const o=this._isReadonly,s=this._isShallow;if(n==="__v_isReactive")return!o;if(n==="__v_isReadonly")return o;if(n==="__v_isShallow")return s;if(n==="__v_raw")return r===(o?s?Fc:Cl:s?El:Pl).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const i=te(t);if(!o){let a;if(i&&(a=kc[n]))return a;if(n==="hasOwnProperty")return Rc}const l=Reflect.get(t,n,Me(t)?t:r);return(Ot(n)?yl.has(n):Ac(n))||(o||Be(t,"get",n),s)?l:Me(l)?i&&Zo(n)?l:l.value:Ee(l)?o?Rn(l):an(l):l}}class wl extends Sl{constructor(t=!1){super(!1,t)}set(t,n,r,o){let s=t[n];if(!this._isShallow){const a=cn(s);if(!ct(r)&&!cn(r)&&(s=fe(s),r=fe(r)),!te(t)&&Me(s)&&!Me(r))return a?!1:(s.value=r,!0)}const i=te(t)&&Zo(n)?Number(n)<t.length:ge(t,n),l=Reflect.set(t,n,r,Me(t)?t:o);return t===fe(o)&&(i?Bt(r,s)&&Tt(t,"set",n,r):Tt(t,"add",n,r)),l}deleteProperty(t,n){const r=ge(t,n);t[n];const o=Reflect.deleteProperty(t,n);return o&&r&&Tt(t,"delete",n,void 0),o}has(t,n){const r=Reflect.has(t,n);return(!Ot(n)||!yl.has(n))&&Be(t,"has",n),r}ownKeys(t){return Be(t,"iterate",te(t)?"length":nn),Reflect.ownKeys(t)}}class Oc extends Sl{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const Dc=new wl,Ic=new Oc,Mc=new wl(!0);const $o=e=>e,br=e=>Reflect.getPrototypeOf(e);function $c(e,t,n){return function(...r){const o=this.__v_raw,s=fe(o),i=yn(s),l=e==="entries"||e===Symbol.iterator&&i,a=e==="keys"&&i,c=o[e](...r),u=n?$o:t?No:We;return!t&&Be(s,"iterate",a?Mo:nn),{next(){const{value:f,done:d}=c.next();return d?{value:f,done:d}:{value:l?[u(f[0]),u(f[1])]:u(f),done:d}},[Symbol.iterator](){return this}}}}function yr(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function Nc(e,t){const n={get(o){const s=this.__v_raw,i=fe(s),l=fe(o);e||(Bt(o,l)&&Be(i,"get",o),Be(i,"get",l));const{has:a}=br(i),c=t?$o:e?No:We;if(a.call(i,o))return c(s.get(o));if(a.call(i,l))return c(s.get(l));s!==i&&s.get(o)},get size(){const o=this.__v_raw;return!e&&Be(fe(o),"iterate",nn),Reflect.get(o,"size",o)},has(o){const s=this.__v_raw,i=fe(s),l=fe(o);return e||(Bt(o,l)&&Be(i,"has",o),Be(i,"has",l)),o===l?s.has(o):s.has(o)||s.has(l)},forEach(o,s){const i=this,l=i.__v_raw,a=fe(l),c=t?$o:e?No:We;return!e&&Be(a,"iterate",nn),l.forEach((u,f)=>o.call(s,c(u),c(f),i))}};return $e(n,e?{add:yr("add"),set:yr("set"),delete:yr("delete"),clear:yr("clear")}:{add(o){!t&&!ct(o)&&!cn(o)&&(o=fe(o));const s=fe(this);return br(s).has.call(s,o)||(s.add(o),Tt(s,"add",o,o)),this},set(o,s){!t&&!ct(s)&&!cn(s)&&(s=fe(s));const i=fe(this),{has:l,get:a}=br(i);let c=l.call(i,o);c||(o=fe(o),c=l.call(i,o));const u=a.call(i,o);return i.set(o,s),c?Bt(s,u)&&Tt(i,"set",o,s):Tt(i,"add",o,s),this},delete(o){const s=fe(this),{has:i,get:l}=br(s);let a=i.call(s,o);a||(o=fe(o),a=i.call(s,o)),l&&l.call(s,o);const c=s.delete(o);return a&&Tt(s,"delete",o,void 0),c},clear(){const o=fe(this),s=o.size!==0,i=o.clear();return s&&Tt(o,"clear",void 0,void 0),i}}),["keys","values","entries",Symbol.iterator].forEach(o=>{n[o]=$c(o,e,t)}),n}function os(e,t){const n=Nc(e,t);return(r,o,s)=>o==="__v_isReactive"?!e:o==="__v_isReadonly"?e:o==="__v_raw"?r:Reflect.get(ge(n,o)&&o in r?n:r,o,s)}const Hc={get:os(!1,!1)},Vc={get:os(!1,!0)},jc={get:os(!0,!1)};const Pl=new WeakMap,El=new WeakMap,Cl=new WeakMap,Fc=new WeakMap;function Bc(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Wc(e){return e.__v_skip||!Object.isExtensible(e)?0:Bc(pc(e))}function an(e){return cn(e)?e:ss(e,!1,Dc,Hc,Pl)}function xl(e){return ss(e,!1,Mc,Vc,El)}function Rn(e){return ss(e,!0,Ic,jc,Cl)}function ss(e,t,n,r,o){if(!Ee(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const s=o.get(e);if(s)return s;const i=Wc(e);if(i===0)return e;const l=new Proxy(e,i===2?r:n);return o.set(e,l),l}function rn(e){return cn(e)?rn(e.__v_raw):!!(e&&e.__v_isReactive)}function cn(e){return!!(e&&e.__v_isReadonly)}function ct(e){return!!(e&&e.__v_isShallow)}function is(e){return e?!!e.__v_raw:!1}function fe(e){const t=e&&e.__v_raw;return t?fe(t):e}function Uc(e){return!ge(e,"__v_skip")&&Object.isExtensible(e)&&ll(e,"__v_skip",!0),e}const We=e=>Ee(e)?an(e):e,No=e=>Ee(e)?Rn(e):e;function Me(e){return e?e.__v_isRef===!0:!1}function Ve(e){return Tl(e,!1)}function ye(e){return Tl(e,!0)}function Tl(e,t){return Me(e)?e:new Kc(e,t)}class Kc{constructor(t,n){this.dep=new Xr,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:fe(t),this._value=n?t:We(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,r=this.__v_isShallow||ct(t)||cn(t);t=r?t:fe(t),Bt(t,n)&&(this._rawValue=t,this._value=r?t:We(t),this.dep.trigger())}}function Lt(e){return Me(e)?e.value:e}function ke(e){return oe(e)?e():Lt(e)}const qc={get:(e,t,n)=>t==="__v_raw"?e:Lt(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const o=e[t];return Me(o)&&!Me(n)?(o.value=n,!0):Reflect.set(e,t,n,r)}};function kl(e){return rn(e)?e:new Proxy(e,qc)}class Gc{constructor(t){this.__v_isRef=!0,this._value=void 0;const n=this.dep=new Xr,{get:r,set:o}=t(n.track.bind(n),n.trigger.bind(n));this._get=r,this._set=o}get value(){return this._value=this._get()}set value(t){this._set(t)}}function Ll(e){return new Gc(e)}function Al(e){const t=te(e)?new Array(e.length):{};for(const n in e)t[n]=Ol(e,n);return t}class zc{constructor(t,n,r){this._object=t,this._key=n,this._defaultValue=r,this.__v_isRef=!0,this._value=void 0}get value(){const t=this._object[this._key];return this._value=t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return Tc(fe(this._object),this._key)}}class Jc{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function Rl(e,t,n){return Me(e)?e:oe(e)?new Jc(e):Ee(e)&&arguments.length>1?Ol(e,t,n):Ve(e)}function Ol(e,t,n){const r=e[t];return Me(r)?r:new zc(e,t,n)}class Yc{constructor(t,n,r){this.fn=t,this.setter=n,this._value=void 0,this.dep=new Xr(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=Qn-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=r}notify(){if(this.flags|=16,!(this.flags&8)&&Pe!==this)return hl(this,!0),!0}get value(){const t=this.dep.track();return ml(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function Qc(e,t,n=!1){let r,o;return oe(e)?r=e:(r=e.get,o=e.set),new Yc(r,o,n)}const Sr={},Vr=new WeakMap;let en;function Xc(e,t=!1,n=en){if(n){let r=Vr.get(n);r||Vr.set(n,r=[]),r.push(e)}}function Zc(e,t,n=_e){const{immediate:r,deep:o,once:s,scheduler:i,augmentJob:l,call:a}=n,c=b=>o?b:ct(b)||o===!1||o===0?kt(b,1):kt(b);let u,f,d,h,m=!1,_=!1;if(Me(e)?(f=()=>e.value,m=ct(e)):rn(e)?(f=()=>c(e),m=!0):te(e)?(_=!0,m=e.some(b=>rn(b)||ct(b)),f=()=>e.map(b=>{if(Me(b))return b.value;if(rn(b))return c(b);if(oe(b))return a?a(b,2):b()})):oe(e)?t?f=a?()=>a(e,2):e:f=()=>{if(d){Gt();try{d()}finally{zt()}}const b=en;en=u;try{return a?a(e,3,[h]):e(h)}finally{en=b}}:f=yt,t&&o){const b=f,$=o===!0?1/0:o;f=()=>kt(b(),$)}const w=es(),P=()=>{u.stop(),w&&w.active&&Xo(w.effects,u)};if(s&&t){const b=t;t=(...$)=>{b(...$),P()}}let S=_?new Array(e.length).fill(Sr):Sr;const v=b=>{if(!(!(u.flags&1)||!u.dirty&&!b))if(t){const $=u.run();if(o||m||(_?$.some((q,D)=>Bt(q,S[D])):Bt($,S))){d&&d();const q=en;en=u;try{const D=[$,S===Sr?void 0:_&&S[0]===Sr?[]:S,h];a?a(t,3,D):t(...D),S=$}finally{en=q}}}else u.run()};return l&&l(v),u=new dl(f),u.scheduler=i?()=>i(v,!1):v,h=b=>Xc(b,!1,u),d=u.onStop=()=>{const b=Vr.get(u);if(b){if(a)a(b,4);else for(const $ of b)$();Vr.delete(u)}},t?r?v(!0):S=u.run():i?i(v.bind(null,!0),!0):u.run(),P.pause=u.pause.bind(u),P.resume=u.resume.bind(u),P.stop=P,P}function kt(e,t=1/0,n){if(t<=0||!Ee(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,Me(e))kt(e.value,t,n);else if(te(e))for(let r=0;r<e.length;r++)kt(e[r],t,n);else if(rl(e)||yn(e))e.forEach(r=>{kt(r,t,n)});else if(il(e)){for(const r in e)kt(e[r],t,n);for(const r of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,r)&&kt(e[r],t,n)}return e}/**
|
||
* @vue/runtime-core v3.5.13
|
||
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
||
* @license MIT
|
||
**/function fr(e,t,n,r){try{return r?e(...r):e()}catch(o){dr(o,t,n)}}function pt(e,t,n,r){if(oe(e)){const o=fr(e,t,n,r);return o&&ol(o)&&o.catch(s=>{dr(s,t,n)}),o}if(te(e)){const o=[];for(let s=0;s<e.length;s++)o.push(pt(e[s],t,n,r));return o}}function dr(e,t,n,r=!0){const o=t?t.vnode:null,{errorHandler:s,throwUnhandledErrorInProduction:i}=t&&t.appContext.config||_e;if(t){let l=t.parent;const a=t.proxy,c=`https://vuejs.org/error-reference/#runtime-${n}`;for(;l;){const u=l.ec;if(u){for(let f=0;f<u.length;f++)if(u[f](e,a,c)===!1)return}l=l.parent}if(s){Gt(),fr(s,null,10,[e,a,c]),zt();return}}eu(e,n,o,r,i)}function eu(e,t,n,r=!0,o=!1){if(o)throw e;console.error(e)}const Ye=[];let _t=-1;const wn=[];let Nt=null,vn=0;const Dl=Promise.resolve();let jr=null;function fn(e){const t=jr||Dl;return e?t.then(this?e.bind(this):e):t}function tu(e){let t=_t+1,n=Ye.length;for(;t<n;){const r=t+n>>>1,o=Ye[r],s=Zn(o);s<e||s===e&&o.flags&2?t=r+1:n=r}return t}function ls(e){if(!(e.flags&1)){const t=Zn(e),n=Ye[Ye.length-1];!n||!(e.flags&2)&&t>=Zn(n)?Ye.push(e):Ye.splice(tu(t),0,e),e.flags|=1,Il()}}function Il(){jr||(jr=Dl.then(Ml))}function nu(e){te(e)?wn.push(...e):Nt&&e.id===-1?Nt.splice(vn+1,0,e):e.flags&1||(wn.push(e),e.flags|=1),Il()}function Fs(e,t,n=_t+1){for(;n<Ye.length;n++){const r=Ye[n];if(r&&r.flags&2){if(e&&r.id!==e.uid)continue;Ye.splice(n,1),n--,r.flags&4&&(r.flags&=-2),r(),r.flags&4||(r.flags&=-2)}}}function Fr(e){if(wn.length){const t=[...new Set(wn)].sort((n,r)=>Zn(n)-Zn(r));if(wn.length=0,Nt){Nt.push(...t);return}for(Nt=t,vn=0;vn<Nt.length;vn++){const n=Nt[vn];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}Nt=null,vn=0}}const Zn=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Ml(e){try{for(_t=0;_t<Ye.length;_t++){const t=Ye[_t];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),fr(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;_t<Ye.length;_t++){const t=Ye[_t];t&&(t.flags&=-2)}_t=-1,Ye.length=0,Fr(),jr=null,(Ye.length||wn.length)&&Ml()}}let He=null,$l=null;function Br(e){const t=He;return He=e,$l=e&&e.type.__scopeId||null,t}function xe(e,t=He,n){if(!t||e._n)return e;const r=(...o)=>{r._d&&ei(-1);const s=Br(t);let i;try{i=e(...o)}finally{Br(s),r._d&&ei(1)}return i};return r._n=!0,r._c=!0,r._d=!0,r}function Wr(e,t){if(He===null)return e;const n=ro(He),r=e.dirs||(e.dirs=[]);for(let o=0;o<t.length;o++){let[s,i,l,a=_e]=t[o];s&&(oe(s)&&(s={mounted:s,updated:s}),s.deep&&kt(i),r.push({dir:s,instance:n,value:i,oldValue:void 0,arg:l,modifiers:a}))}return e}function bt(e,t,n,r){const o=e.dirs,s=t&&t.dirs;for(let i=0;i<o.length;i++){const l=o[i];s&&(l.oldValue=s[i].value);let a=l.dir[r];a&&(Gt(),pt(a,n,8,[e.el,l,e,t]),zt())}}const ru=Symbol("_vte"),Nl=e=>e.__isTeleport,Ht=Symbol("_leaveCb"),wr=Symbol("_enterCb");function ou(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return Ze(()=>{e.isMounted=!0}),cs(()=>{e.isUnmounting=!0}),e}const it=[Function,Array],Hl={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:it,onEnter:it,onAfterEnter:it,onEnterCancelled:it,onBeforeLeave:it,onLeave:it,onAfterLeave:it,onLeaveCancelled:it,onBeforeAppear:it,onAppear:it,onAfterAppear:it,onAppearCancelled:it},Vl=e=>{const t=e.subTree;return t.component?Vl(t.component):t},su={name:"BaseTransition",props:Hl,setup(e,{slots:t}){const n=Jt(),r=ou();return()=>{const o=t.default&&Bl(t.default(),!0);if(!o||!o.length)return;const s=jl(o),i=fe(e),{mode:l}=i;if(r.isLeaving)return bo(s);const a=Bs(s);if(!a)return bo(s);let c=Ho(a,i,r,n,f=>c=f);a.type!==Ue&&er(a,c);let u=n.subTree&&Bs(n.subTree);if(u&&u.type!==Ue&&!tn(a,u)&&Vl(n).type!==Ue){let f=Ho(u,i,r,n);if(er(u,f),l==="out-in"&&a.type!==Ue)return r.isLeaving=!0,f.afterLeave=()=>{r.isLeaving=!1,n.job.flags&8||n.update(),delete f.afterLeave,u=void 0},bo(s);l==="in-out"&&a.type!==Ue?f.delayLeave=(d,h,m)=>{const _=Fl(r,u);_[String(u.key)]=u,d[Ht]=()=>{h(),d[Ht]=void 0,delete c.delayedLeave,u=void 0},c.delayedLeave=()=>{m(),delete c.delayedLeave,u=void 0}}:u=void 0}else u&&(u=void 0);return s}}};function jl(e){let t=e[0];if(e.length>1){for(const n of e)if(n.type!==Ue){t=n;break}}return t}const iu=su;function Fl(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 Ho(e,t,n,r,o){const{appear:s,mode:i,persisted:l=!1,onBeforeEnter:a,onEnter:c,onAfterEnter:u,onEnterCancelled:f,onBeforeLeave:d,onLeave:h,onAfterLeave:m,onLeaveCancelled:_,onBeforeAppear:w,onAppear:P,onAfterAppear:S,onAppearCancelled:v}=t,b=String(e.key),$=Fl(n,e),q=(I,T)=>{I&&pt(I,r,9,T)},D=(I,T)=>{const A=T[1];q(I,T),te(I)?I.every(x=>x.length<=1)&&A():I.length<=1&&A()},Q={mode:i,persisted:l,beforeEnter(I){let T=a;if(!n.isMounted)if(s)T=w||a;else return;I[Ht]&&I[Ht](!0);const A=$[b];A&&tn(e,A)&&A.el[Ht]&&A.el[Ht](),q(T,[I])},enter(I){let T=c,A=u,x=f;if(!n.isMounted)if(s)T=P||c,A=S||u,x=v||f;else return;let F=!1;const ie=I[wr]=me=>{F||(F=!0,me?q(x,[I]):q(A,[I]),Q.delayedLeave&&Q.delayedLeave(),I[wr]=void 0)};T?D(T,[I,ie]):ie()},leave(I,T){const A=String(e.key);if(I[wr]&&I[wr](!0),n.isUnmounting)return T();q(d,[I]);let x=!1;const F=I[Ht]=ie=>{x||(x=!0,T(),ie?q(_,[I]):q(m,[I]),I[Ht]=void 0,$[A]===e&&delete $[A])};$[A]=e,h?D(h,[I,F]):F()},clone(I){const T=Ho(I,t,n,r,o);return o&&o(T),T}};return Q}function bo(e){if(pr(e))return e=Ut(e),e.children=null,e}function Bs(e){if(!pr(e))return Nl(e.type)&&e.children?jl(e.children):e;const{shapeFlag:t,children:n}=e;if(n){if(t&16)return n[0];if(t&32&&oe(n.default))return n.default()}}function er(e,t){e.shapeFlag&6&&e.component?(e.transition=t,er(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 Bl(e,t=!1,n){let r=[],o=0;for(let s=0;s<e.length;s++){let i=e[s];const l=n==null?i.key:String(n)+String(i.key!=null?i.key:s);i.type===be?(i.patchFlag&128&&o++,r=r.concat(Bl(i.children,t,l))):(t||i.type!==Ue)&&r.push(l!=null?Ut(i,{key:l}):i)}if(o>1)for(let s=0;s<r.length;s++)r[s].patchFlag=-2;return r}/*! #__NO_SIDE_EFFECTS__ */function ae(e,t){return oe(e)?$e({name:e.name},t,{setup:e}):e}function as(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function Ws(e){const t=Jt(),n=ye(null);if(t){const o=t.refs===_e?t.refs={}:t.refs;Object.defineProperty(o,e,{enumerable:!0,get:()=>n.value,set:s=>n.value=s})}return n}function tr(e,t,n,r,o=!1){if(te(e)){e.forEach((m,_)=>tr(m,t&&(te(t)?t[_]:t),n,r,o));return}if(on(r)&&!o){r.shapeFlag&512&&r.type.__asyncResolved&&r.component.subTree.component&&tr(e,t,n,r.component.subTree);return}const s=r.shapeFlag&4?ro(r.component):r.el,i=o?null:s,{i:l,r:a}=e,c=t&&t.r,u=l.refs===_e?l.refs={}:l.refs,f=l.setupState,d=fe(f),h=f===_e?()=>!1:m=>ge(d,m);if(c!=null&&c!==a&&(Oe(c)?(u[c]=null,h(c)&&(f[c]=null)):Me(c)&&(c.value=null)),oe(a))fr(a,l,12,[i,u]);else{const m=Oe(a),_=Me(a);if(m||_){const w=()=>{if(e.f){const P=m?h(a)?f[a]:u[a]:a.value;o?te(P)&&Xo(P,s):te(P)?P.includes(s)||P.push(s):m?(u[a]=[s],h(a)&&(f[a]=u[a])):(a.value=[s],e.k&&(u[e.k]=a.value))}else m?(u[a]=i,h(a)&&(f[a]=i)):_&&(a.value=i,e.k&&(u[e.k]=i))};i?(w.id=-1,rt(w,n)):w()}}}let Us=!1;const gn=()=>{Us||(console.error("Hydration completed but contains mismatches."),Us=!0)},lu=e=>e.namespaceURI.includes("svg")&&e.tagName!=="foreignObject",au=e=>e.namespaceURI.includes("MathML"),Pr=e=>{if(e.nodeType===1){if(lu(e))return"svg";if(au(e))return"mathml"}},_n=e=>e.nodeType===8;function cu(e){const{mt:t,p:n,o:{patchProp:r,createText:o,nextSibling:s,parentNode:i,remove:l,insert:a,createComment:c}}=e,u=(v,b)=>{if(!b.hasChildNodes()){n(null,v,b),Fr(),b._vnode=v;return}f(b.firstChild,v,null,null,null),Fr(),b._vnode=v},f=(v,b,$,q,D,Q=!1)=>{Q=Q||!!b.dynamicChildren;const I=_n(v)&&v.data==="[",T=()=>_(v,b,$,q,D,I),{type:A,ref:x,shapeFlag:F,patchFlag:ie}=b;let me=v.nodeType;b.el=v,ie===-2&&(Q=!1,b.dynamicChildren=null);let J=null;switch(A){case ln:me!==3?b.children===""?(a(b.el=o(""),i(v),v),J=v):J=T():(v.data!==b.children&&(gn(),v.data=b.children),J=s(v));break;case Ue:S(v)?(J=s(v),P(b.el=v.content.firstChild,v,$)):me!==8||I?J=T():J=s(v);break;case Gn:if(I&&(v=s(v),me=v.nodeType),me===1||me===3){J=v;const ne=!b.children.length;for(let z=0;z<b.staticCount;z++)ne&&(b.children+=J.nodeType===1?J.outerHTML:J.data),z===b.staticCount-1&&(b.anchor=J),J=s(J);return I?s(J):J}else T();break;case be:I?J=m(v,b,$,q,D,Q):J=T();break;default:if(F&1)(me!==1||b.type.toLowerCase()!==v.tagName.toLowerCase())&&!S(v)?J=T():J=d(v,b,$,q,D,Q);else if(F&6){b.slotScopeIds=D;const ne=i(v);if(I?J=w(v):_n(v)&&v.data==="teleport start"?J=w(v,v.data,"teleport end"):J=s(v),t(b,ne,null,$,q,Pr(ne),Q),on(b)&&!b.type.__asyncResolved){let z;I?(z=re(be),z.anchor=J?J.previousSibling:ne.lastChild):z=v.nodeType===3?Kt(""):re("div"),z.el=v,b.component.subTree=z}}else F&64?me!==8?J=T():J=b.type.hydrate(v,b,$,q,D,Q,e,h):F&128&&(J=b.type.hydrate(v,b,$,q,Pr(i(v)),D,Q,e,f))}return x!=null&&tr(x,null,q,b),J},d=(v,b,$,q,D,Q)=>{Q=Q||!!b.dynamicChildren;const{type:I,props:T,patchFlag:A,shapeFlag:x,dirs:F,transition:ie}=b,me=I==="input"||I==="option";if(me||A!==-1){F&&bt(b,null,$,"created");let J=!1;if(S(v)){J=ra(null,ie)&&$&&$.vnode.props&&$.vnode.props.appear;const z=v.content.firstChild;J&&ie.beforeEnter(z),P(z,v,$),b.el=v=z}if(x&16&&!(T&&(T.innerHTML||T.textContent))){let z=h(v.firstChild,b,v,$,q,D,Q);for(;z;){Er(v,1)||gn();const Ae=z;z=z.nextSibling,l(Ae)}}else if(x&8){let z=b.children;z[0]===`
|
||
`&&(v.tagName==="PRE"||v.tagName==="TEXTAREA")&&(z=z.slice(1)),v.textContent!==z&&(Er(v,0)||gn(),v.textContent=b.children)}if(T){if(me||!Q||A&48){const z=v.tagName.includes("-");for(const Ae in T)(me&&(Ae.endsWith("value")||Ae==="indeterminate")||cr(Ae)&&!Sn(Ae)||Ae[0]==="."||z)&&r(v,Ae,null,T[Ae],void 0,$)}else if(T.onClick)r(v,"onClick",null,T.onClick,void 0,$);else if(A&4&&rn(T.style))for(const z in T.style)T.style[z]}let ne;(ne=T&&T.onVnodeBeforeMount)&<(ne,$,b),F&&bt(b,null,$,"beforeMount"),((ne=T&&T.onVnodeMounted)||F||J)&&ua(()=>{ne&<(ne,$,b),J&&ie.enter(v),F&&bt(b,null,$,"mounted")},q)}return v.nextSibling},h=(v,b,$,q,D,Q,I)=>{I=I||!!b.dynamicChildren;const T=b.children,A=T.length;for(let x=0;x<A;x++){const F=I?T[x]:T[x]=at(T[x]),ie=F.type===ln;v?(ie&&!I&&x+1<A&&at(T[x+1]).type===ln&&(a(o(v.data.slice(F.children.length)),$,s(v)),v.data=F.children),v=f(v,F,q,D,Q,I)):ie&&!F.children?a(F.el=o(""),$):(Er($,1)||gn(),n(null,F,$,null,q,D,Pr($),Q))}return v},m=(v,b,$,q,D,Q)=>{const{slotScopeIds:I}=b;I&&(D=D?D.concat(I):I);const T=i(v),A=h(s(v),b,T,$,q,D,Q);return A&&_n(A)&&A.data==="]"?s(b.anchor=A):(gn(),a(b.anchor=c("]"),T,A),A)},_=(v,b,$,q,D,Q)=>{if(Er(v.parentElement,1)||gn(),b.el=null,Q){const A=w(v);for(;;){const x=s(v);if(x&&x!==A)l(x);else break}}const I=s(v),T=i(v);return l(v),n(null,b,T,I,$,q,Pr(T),D),$&&($.vnode.el=b.el,aa($,b.el)),I},w=(v,b="[",$="]")=>{let q=0;for(;v;)if(v=s(v),v&&_n(v)&&(v.data===b&&q++,v.data===$)){if(q===0)return s(v);q--}return v},P=(v,b,$)=>{const q=b.parentNode;q&&q.replaceChild(v,b);let D=$;for(;D;)D.vnode.el===b&&(D.vnode.el=D.subTree.el=v),D=D.parent},S=v=>v.nodeType===1&&v.tagName==="TEMPLATE";return[u,f]}const Ks="data-allow-mismatch",uu={0:"text",1:"children",2:"class",3:"style",4:"attribute"};function Er(e,t){if(t===0||t===1)for(;e&&!e.hasAttribute(Ks);)e=e.parentElement;const n=e&&e.getAttribute(Ks);if(n==null)return!1;if(n==="")return!0;{const r=n.split(",");return t===0&&r.includes("children")?!0:n.split(",").includes(uu[t])}}Qr().requestIdleCallback;Qr().cancelIdleCallback;function fu(e,t){if(_n(e)&&e.data==="["){let n=1,r=e.nextSibling;for(;r;){if(r.nodeType===1){if(t(r)===!1)break}else if(_n(r))if(r.data==="]"){if(--n===0)break}else r.data==="["&&n++;r=r.nextSibling}}else t(e)}const on=e=>!!e.type.__asyncLoader;/*! #__NO_SIDE_EFFECTS__ */function du(e){oe(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:r,delay:o=200,hydrate:s,timeout:i,suspensible:l=!0,onError:a}=e;let c=null,u,f=0;const d=()=>(f++,c=null,h()),h=()=>{let m;return c||(m=c=t().catch(_=>{if(_=_ instanceof Error?_:new Error(String(_)),a)return new Promise((w,P)=>{a(_,()=>w(d()),()=>P(_),f+1)});throw _}).then(_=>m!==c&&c?c:(_&&(_.__esModule||_[Symbol.toStringTag]==="Module")&&(_=_.default),u=_,_)))};return ae({name:"AsyncComponentWrapper",__asyncLoader:h,__asyncHydrate(m,_,w){const P=s?()=>{const S=s(w,v=>fu(m,v));S&&(_.bum||(_.bum=[])).push(S)}:w;u?P():h().then(()=>!_.isUnmounted&&P())},get __asyncResolved(){return u},setup(){const m=Ne;if(as(m),u)return()=>yo(u,m);const _=v=>{c=null,dr(v,m,13,!r)};if(l&&m.suspense||xn)return h().then(v=>()=>yo(v,m)).catch(v=>(_(v),()=>r?re(r,{error:v}):null));const w=Ve(!1),P=Ve(),S=Ve(!!o);return o&&setTimeout(()=>{S.value=!1},o),i!=null&&setTimeout(()=>{if(!w.value&&!P.value){const v=new Error(`Async component timed out after ${i}ms.`);_(v),P.value=v}},i),h().then(()=>{w.value=!0,m.parent&&pr(m.parent.vnode)&&m.parent.update()}).catch(v=>{_(v),P.value=v}),()=>{if(w.value&&u)return yo(u,m);if(P.value&&r)return re(r,{error:P.value});if(n&&!S.value)return re(n)}}})}function yo(e,t){const{ref:n,props:r,children:o,ce:s}=t.vnode,i=re(e,r,o);return i.ref=n,i.ce=s,delete t.vnode.ce,i}const pr=e=>e.type.__isKeepAlive;function pu(e,t){Wl(e,"a",t)}function hu(e,t){Wl(e,"da",t)}function Wl(e,t,n=Ne){const r=e.__wdc||(e.__wdc=()=>{let o=n;for(;o;){if(o.isDeactivated)return;o=o.parent}return e()});if(eo(t,r,n),n){let o=n.parent;for(;o&&o.parent;)pr(o.parent.vnode)&&gu(r,t,n,o),o=o.parent}}function gu(e,t,n,r){const o=eo(t,e,r,!0);to(()=>{Xo(r[t],o)},n)}function eo(e,t,n=Ne,r=!1){if(n){const o=n[e]||(n[e]=[]),s=t.__weh||(t.__weh=(...i)=>{Gt();const l=hr(n),a=pt(t,n,e,i);return l(),zt(),a});return r?o.unshift(s):o.push(s),s}}const Dt=e=>(t,n=Ne)=>{(!xn||e==="sp")&&eo(e,(...r)=>t(...r),n)},vu=Dt("bm"),Ze=Dt("m"),mu=Dt("bu"),_u=Dt("u"),cs=Dt("bum"),to=Dt("um"),bu=Dt("sp"),yu=Dt("rtg"),Su=Dt("rtc");function wu(e,t=Ne){eo("ec",e,t)}const Pu="components";function us(e,t){return Cu(Pu,e,!0,t)||e}const Eu=Symbol.for("v-ndc");function Cu(e,t,n=!0,r=!1){const o=He||Ne;if(o){const s=o.type;{const l=ff(s,!1);if(l&&(l===t||l===Xe(t)||l===ur(Xe(t))))return s}const i=qs(o[e]||s[e],t)||qs(o.appContext[e],t);return!i&&r?s:i}}function qs(e,t){return e&&(e[t]||e[Xe(t)]||e[ur(Xe(t))])}function At(e,t,n,r){let o;const s=n,i=te(e);if(i||Oe(e)){const l=i&&rn(e);let a=!1;l&&(a=!ct(e),e=Zr(e)),o=new Array(e.length);for(let c=0,u=e.length;c<u;c++)o[c]=t(a?We(e[c]):e[c],c,void 0,s)}else if(typeof e=="number"){o=new Array(e);for(let l=0;l<e;l++)o[l]=t(l+1,l,void 0,s)}else if(Ee(e))if(e[Symbol.iterator])o=Array.from(e,(l,a)=>t(l,a,void 0,s));else{const l=Object.keys(e);o=new Array(l.length);for(let a=0,c=l.length;a<c;a++){const u=l[a];o[a]=t(e[u],u,a,s)}}else o=[];return o}function xu(e,t){for(let n=0;n<t.length;n++){const r=t[n];if(te(r))for(let o=0;o<r.length;o++)e[r[o].name]=r[o].fn;else r&&(e[r.name]=r.key?(...o)=>{const s=r.fn(...o);return s&&(s.key=r.key),s}:r.fn)}return e}function Ce(e,t,n={},r,o){if(He.ce||He.parent&&on(He.parent)&&He.parent.ce)return t!=="default"&&(n.name=t),V(),Le(be,null,[re("slot",n,r&&r())],64);let s=e[t];s&&s._c&&(s._d=!1),V();const i=s&&Ul(s(n)),l=n.key||i&&i.key,a=Le(be,{key:(l&&!Ot(l)?l:`_${t}`)+(!i&&r?"_fb":"")},i||(r?r():[]),i&&e._===1?64:-2);return a.scopeId&&(a.slotScopeIds=[a.scopeId+"-s"]),s&&s._c&&(s._d=!0),a}function Ul(e){return e.some(t=>rr(t)?!(t.type===Ue||t.type===be&&!Ul(t.children)):!0)?e:null}const Vo=e=>e?pa(e)?ro(e):Vo(e.parent):null,qn=$e(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>Vo(e.parent),$root:e=>Vo(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>fs(e),$forceUpdate:e=>e.f||(e.f=()=>{ls(e.update)}),$nextTick:e=>e.n||(e.n=fn.bind(e.proxy)),$watch:e=>Gu.bind(e)}),So=(e,t)=>e!==_e&&!e.__isScriptSetup&&ge(e,t),Tu={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:r,data:o,props:s,accessCache:i,type:l,appContext:a}=e;let c;if(t[0]!=="$"){const h=i[t];if(h!==void 0)switch(h){case 1:return r[t];case 2:return o[t];case 4:return n[t];case 3:return s[t]}else{if(So(r,t))return i[t]=1,r[t];if(o!==_e&&ge(o,t))return i[t]=2,o[t];if((c=e.propsOptions[0])&&ge(c,t))return i[t]=3,s[t];if(n!==_e&&ge(n,t))return i[t]=4,n[t];jo&&(i[t]=0)}}const u=qn[t];let f,d;if(u)return t==="$attrs"&&Be(e.attrs,"get",""),u(e);if((f=l.__cssModules)&&(f=f[t]))return f;if(n!==_e&&ge(n,t))return i[t]=4,n[t];if(d=a.config.globalProperties,ge(d,t))return d[t]},set({_:e},t,n){const{data:r,setupState:o,ctx:s}=e;return So(o,t)?(o[t]=n,!0):r!==_e&&ge(r,t)?(r[t]=n,!0):ge(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(s[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:o,propsOptions:s}},i){let l;return!!n[i]||e!==_e&&ge(e,i)||So(t,i)||(l=s[0])&&ge(l,i)||ge(r,i)||ge(qn,i)||ge(o.config.globalProperties,i)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:ge(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function Gs(e){return te(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let jo=!0;function ku(e){const t=fs(e),n=e.proxy,r=e.ctx;jo=!1,t.beforeCreate&&zs(t.beforeCreate,e,"bc");const{data:o,computed:s,methods:i,watch:l,provide:a,inject:c,created:u,beforeMount:f,mounted:d,beforeUpdate:h,updated:m,activated:_,deactivated:w,beforeDestroy:P,beforeUnmount:S,destroyed:v,unmounted:b,render:$,renderTracked:q,renderTriggered:D,errorCaptured:Q,serverPrefetch:I,expose:T,inheritAttrs:A,components:x,directives:F,filters:ie}=t;if(c&&Lu(c,r,null),i)for(const ne in i){const z=i[ne];oe(z)&&(r[ne]=z.bind(n))}if(o){const ne=o.call(n,n);Ee(ne)&&(e.data=an(ne))}if(jo=!0,s)for(const ne in s){const z=s[ne],Ae=oe(z)?z.bind(n,n):oe(z.get)?z.get.bind(n,n):yt,Mt=!oe(z)&&oe(z.set)?z.set.bind(n):yt,vt=L({get:Ae,set:Mt});Object.defineProperty(r,ne,{enumerable:!0,configurable:!0,get:()=>vt.value,set:Qe=>vt.value=Qe})}if(l)for(const ne in l)Kl(l[ne],r,n,ne);if(a){const ne=oe(a)?a.call(n):a;Reflect.ownKeys(ne).forEach(z=>{Wt(z,ne[z])})}u&&zs(u,e,"c");function J(ne,z){te(z)?z.forEach(Ae=>ne(Ae.bind(n))):z&&ne(z.bind(n))}if(J(vu,f),J(Ze,d),J(mu,h),J(_u,m),J(pu,_),J(hu,w),J(wu,Q),J(Su,q),J(yu,D),J(cs,S),J(to,b),J(bu,I),te(T))if(T.length){const ne=e.exposed||(e.exposed={});T.forEach(z=>{Object.defineProperty(ne,z,{get:()=>n[z],set:Ae=>n[z]=Ae})})}else e.exposed||(e.exposed={});$&&e.render===yt&&(e.render=$),A!=null&&(e.inheritAttrs=A),x&&(e.components=x),F&&(e.directives=F),I&&as(e)}function Lu(e,t,n=yt){te(e)&&(e=Fo(e));for(const r in e){const o=e[r];let s;Ee(o)?"default"in o?s=qe(o.from||r,o.default,!0):s=qe(o.from||r):s=qe(o),Me(s)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>s.value,set:i=>s.value=i}):t[r]=s}}function zs(e,t,n){pt(te(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function Kl(e,t,n,r){let o=r.includes(".")?ia(n,r):()=>n[r];if(Oe(e)){const s=t[e];oe(s)&&je(o,s)}else if(oe(e))je(o,e.bind(n));else if(Ee(e))if(te(e))e.forEach(s=>Kl(s,t,n,r));else{const s=oe(e.handler)?e.handler.bind(n):t[e.handler];oe(s)&&je(o,s,e)}}function fs(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:o,optionsCache:s,config:{optionMergeStrategies:i}}=e.appContext,l=s.get(t);let a;return l?a=l:!o.length&&!n&&!r?a=t:(a={},o.length&&o.forEach(c=>Ur(a,c,i,!0)),Ur(a,t,i)),Ee(t)&&s.set(t,a),a}function Ur(e,t,n,r=!1){const{mixins:o,extends:s}=t;s&&Ur(e,s,n,!0),o&&o.forEach(i=>Ur(e,i,n,!0));for(const i in t)if(!(r&&i==="expose")){const l=Au[i]||n&&n[i];e[i]=l?l(e[i],t[i]):t[i]}return e}const Au={data:Js,props:Ys,emits:Ys,methods:Bn,computed:Bn,beforeCreate:ze,created:ze,beforeMount:ze,mounted:ze,beforeUpdate:ze,updated:ze,beforeDestroy:ze,beforeUnmount:ze,destroyed:ze,unmounted:ze,activated:ze,deactivated:ze,errorCaptured:ze,serverPrefetch:ze,components:Bn,directives:Bn,watch:Ou,provide:Js,inject:Ru};function Js(e,t){return t?e?function(){return $e(oe(e)?e.call(this,this):e,oe(t)?t.call(this,this):t)}:t:e}function Ru(e,t){return Bn(Fo(e),Fo(t))}function Fo(e){if(te(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function ze(e,t){return e?[...new Set([].concat(e,t))]:t}function Bn(e,t){return e?$e(Object.create(null),e,t):t}function Ys(e,t){return e?te(e)&&te(t)?[...new Set([...e,...t])]:$e(Object.create(null),Gs(e),Gs(t??{})):t}function Ou(e,t){if(!e)return t;if(!t)return e;const n=$e(Object.create(null),e);for(const r in t)n[r]=ze(e[r],t[r]);return n}function ql(){return{app:null,config:{isNativeTag:fc,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 Du=0;function Iu(e,t){return function(r,o=null){oe(r)||(r=$e({},r)),o!=null&&!Ee(o)&&(o=null);const s=ql(),i=new WeakSet,l=[];let a=!1;const c=s.app={_uid:Du++,_component:r,_props:o,_container:null,_context:s,_instance:null,version:pf,get config(){return s.config},set config(u){},use(u,...f){return i.has(u)||(u&&oe(u.install)?(i.add(u),u.install(c,...f)):oe(u)&&(i.add(u),u(c,...f))),c},mixin(u){return s.mixins.includes(u)||s.mixins.push(u),c},component(u,f){return f?(s.components[u]=f,c):s.components[u]},directive(u,f){return f?(s.directives[u]=f,c):s.directives[u]},mount(u,f,d){if(!a){const h=c._ceVNode||re(r,o);return h.appContext=s,d===!0?d="svg":d===!1&&(d=void 0),f&&t?t(h,u):e(h,u,d),a=!0,c._container=u,u.__vue_app__=c,ro(h.component)}},onUnmount(u){l.push(u)},unmount(){a&&(pt(l,c._instance,16),e(null,c._container),delete c._container.__vue_app__)},provide(u,f){return s.provides[u]=f,c},runWithContext(u){const f=sn;sn=c;try{return u()}finally{sn=f}}};return c}}let sn=null;function Wt(e,t){if(Ne){let n=Ne.provides;const r=Ne.parent&&Ne.parent.provides;r===n&&(n=Ne.provides=Object.create(r)),n[e]=t}}function qe(e,t,n=!1){const r=Ne||He;if(r||sn){const o=sn?sn._context.provides:r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:void 0;if(o&&e in o)return o[e];if(arguments.length>1)return n&&oe(t)?t.call(r&&r.proxy):t}}function Gl(){return!!(Ne||He||sn)}const zl={},Jl=()=>Object.create(zl),Yl=e=>Object.getPrototypeOf(e)===zl;function Mu(e,t,n,r=!1){const o={},s=Jl();e.propsDefaults=Object.create(null),Ql(e,t,o,s);for(const i in e.propsOptions[0])i in o||(o[i]=void 0);n?e.props=r?o:xl(o):e.type.props?e.props=o:e.props=s,e.attrs=s}function $u(e,t,n,r){const{props:o,attrs:s,vnode:{patchFlag:i}}=e,l=fe(o),[a]=e.propsOptions;let c=!1;if((r||i>0)&&!(i&16)){if(i&8){const u=e.vnode.dynamicProps;for(let f=0;f<u.length;f++){let d=u[f];if(no(e.emitsOptions,d))continue;const h=t[d];if(a)if(ge(s,d))h!==s[d]&&(s[d]=h,c=!0);else{const m=Xe(d);o[m]=Bo(a,l,m,h,e,!1)}else h!==s[d]&&(s[d]=h,c=!0)}}}else{Ql(e,t,o,s)&&(c=!0);let u;for(const f in l)(!t||!ge(t,f)&&((u=qt(f))===f||!ge(t,u)))&&(a?n&&(n[f]!==void 0||n[u]!==void 0)&&(o[f]=Bo(a,l,f,void 0,e,!0)):delete o[f]);if(s!==l)for(const f in s)(!t||!ge(t,f))&&(delete s[f],c=!0)}c&&Tt(e.attrs,"set","")}function Ql(e,t,n,r){const[o,s]=e.propsOptions;let i=!1,l;if(t)for(let a in t){if(Sn(a))continue;const c=t[a];let u;o&&ge(o,u=Xe(a))?!s||!s.includes(u)?n[u]=c:(l||(l={}))[u]=c:no(e.emitsOptions,a)||(!(a in r)||c!==r[a])&&(r[a]=c,i=!0)}if(s){const a=fe(n),c=l||_e;for(let u=0;u<s.length;u++){const f=s[u];n[f]=Bo(o,a,f,c[f],e,!ge(c,f))}}return i}function Bo(e,t,n,r,o,s){const i=e[n];if(i!=null){const l=ge(i,"default");if(l&&r===void 0){const a=i.default;if(i.type!==Function&&!i.skipFactory&&oe(a)){const{propsDefaults:c}=o;if(n in c)r=c[n];else{const u=hr(o);r=c[n]=a.call(null,t),u()}}else r=a;o.ce&&o.ce._setProp(n,r)}i[0]&&(s&&!l?r=!1:i[1]&&(r===""||r===qt(n))&&(r=!0))}return r}const Nu=new WeakMap;function Xl(e,t,n=!1){const r=n?Nu:t.propsCache,o=r.get(e);if(o)return o;const s=e.props,i={},l=[];let a=!1;if(!oe(e)){const u=f=>{a=!0;const[d,h]=Xl(f,t,!0);$e(i,d),h&&l.push(...h)};!n&&t.mixins.length&&t.mixins.forEach(u),e.extends&&u(e.extends),e.mixins&&e.mixins.forEach(u)}if(!s&&!a)return Ee(e)&&r.set(e,bn),bn;if(te(s))for(let u=0;u<s.length;u++){const f=Xe(s[u]);Qs(f)&&(i[f]=_e)}else if(s)for(const u in s){const f=Xe(u);if(Qs(f)){const d=s[u],h=i[f]=te(d)||oe(d)?{type:d}:$e({},d),m=h.type;let _=!1,w=!0;if(te(m))for(let P=0;P<m.length;++P){const S=m[P],v=oe(S)&&S.name;if(v==="Boolean"){_=!0;break}else v==="String"&&(w=!1)}else _=oe(m)&&m.name==="Boolean";h[0]=_,h[1]=w,(_||ge(h,"default"))&&l.push(f)}}const c=[i,l];return Ee(e)&&r.set(e,c),c}function Qs(e){return e[0]!=="$"&&!Sn(e)}const Zl=e=>e[0]==="_"||e==="$stable",ds=e=>te(e)?e.map(at):[at(e)],Hu=(e,t,n)=>{if(t._n)return t;const r=xe((...o)=>ds(t(...o)),n);return r._c=!1,r},ea=(e,t,n)=>{const r=e._ctx;for(const o in e){if(Zl(o))continue;const s=e[o];if(oe(s))t[o]=Hu(o,s,r);else if(s!=null){const i=ds(s);t[o]=()=>i}}},ta=(e,t)=>{const n=ds(t);e.slots.default=()=>n},na=(e,t,n)=>{for(const r in t)(n||r!=="_")&&(e[r]=t[r])},Vu=(e,t,n)=>{const r=e.slots=Jl();if(e.vnode.shapeFlag&32){const o=t._;o?(na(r,t,n),n&&ll(r,"_",o,!0)):ea(t,r)}else t&&ta(e,t)},ju=(e,t,n)=>{const{vnode:r,slots:o}=e;let s=!0,i=_e;if(r.shapeFlag&32){const l=t._;l?n&&l===1?s=!1:na(o,t,n):(s=!t.$stable,ea(t,o)),i=t}else t&&(ta(e,t),i={default:1});if(s)for(const l in o)!Zl(l)&&i[l]==null&&delete o[l]},rt=ua;function Fu(e){return Bu(e,cu)}function Bu(e,t){const n=Qr();n.__VUE__=!0;const{insert:r,remove:o,patchProp:s,createElement:i,createText:l,createComment:a,setText:c,setElementText:u,parentNode:f,nextSibling:d,setScopeId:h=yt,insertStaticContent:m}=e,_=(p,g,y,k=null,E=null,R=null,j=void 0,H=null,N=!!g.dynamicChildren)=>{if(p===g)return;p&&!tn(p,g)&&(k=C(p),Qe(p,E,R,!0),p=null),g.patchFlag===-2&&(N=!1,g.dynamicChildren=null);const{type:O,ref:ee,shapeFlag:W}=g;switch(O){case ln:w(p,g,y,k);break;case Ue:P(p,g,y,k);break;case Gn:p==null&&S(g,y,k,j);break;case be:x(p,g,y,k,E,R,j,H,N);break;default:W&1?$(p,g,y,k,E,R,j,H,N):W&6?F(p,g,y,k,E,R,j,H,N):(W&64||W&128)&&O.process(p,g,y,k,E,R,j,H,N,Y)}ee!=null&&E&&tr(ee,p&&p.ref,R,g||p,!g)},w=(p,g,y,k)=>{if(p==null)r(g.el=l(g.children),y,k);else{const E=g.el=p.el;g.children!==p.children&&c(E,g.children)}},P=(p,g,y,k)=>{p==null?r(g.el=a(g.children||""),y,k):g.el=p.el},S=(p,g,y,k)=>{[p.el,p.anchor]=m(p.children,g,y,k,p.el,p.anchor)},v=({el:p,anchor:g},y,k)=>{let E;for(;p&&p!==g;)E=d(p),r(p,y,k),p=E;r(g,y,k)},b=({el:p,anchor:g})=>{let y;for(;p&&p!==g;)y=d(p),o(p),p=y;o(g)},$=(p,g,y,k,E,R,j,H,N)=>{g.type==="svg"?j="svg":g.type==="math"&&(j="mathml"),p==null?q(g,y,k,E,R,j,H,N):I(p,g,E,R,j,H,N)},q=(p,g,y,k,E,R,j,H)=>{let N,O;const{props:ee,shapeFlag:W,transition:X,dirs:se}=p;if(N=p.el=i(p.type,R,ee&&ee.is,ee),W&8?u(N,p.children):W&16&&Q(p.children,N,null,k,E,wo(p,R),j,H),se&&bt(p,null,k,"created"),D(N,p,p.scopeId,j,k),ee){for(const we in ee)we!=="value"&&!Sn(we)&&s(N,we,null,ee[we],R,k);"value"in ee&&s(N,"value",null,ee.value,R),(O=ee.onVnodeBeforeMount)&<(O,k,p)}se&&bt(p,null,k,"beforeMount");const ce=ra(E,X);ce&&X.beforeEnter(N),r(N,g,y),((O=ee&&ee.onVnodeMounted)||ce||se)&&rt(()=>{O&<(O,k,p),ce&&X.enter(N),se&&bt(p,null,k,"mounted")},E)},D=(p,g,y,k,E)=>{if(y&&h(p,y),k)for(let R=0;R<k.length;R++)h(p,k[R]);if(E){let R=E.subTree;if(g===R||ca(R.type)&&(R.ssContent===g||R.ssFallback===g)){const j=E.vnode;D(p,j,j.scopeId,j.slotScopeIds,E.parent)}}},Q=(p,g,y,k,E,R,j,H,N=0)=>{for(let O=N;O<p.length;O++){const ee=p[O]=H?Vt(p[O]):at(p[O]);_(null,ee,g,y,k,E,R,j,H)}},I=(p,g,y,k,E,R,j)=>{const H=g.el=p.el;let{patchFlag:N,dynamicChildren:O,dirs:ee}=g;N|=p.patchFlag&16;const W=p.props||_e,X=g.props||_e;let se;if(y&&Yt(y,!1),(se=X.onVnodeBeforeUpdate)&<(se,y,g,p),ee&&bt(g,p,y,"beforeUpdate"),y&&Yt(y,!0),(W.innerHTML&&X.innerHTML==null||W.textContent&&X.textContent==null)&&u(H,""),O?T(p.dynamicChildren,O,H,y,k,wo(g,E),R):j||z(p,g,H,null,y,k,wo(g,E),R,!1),N>0){if(N&16)A(H,W,X,y,E);else if(N&2&&W.class!==X.class&&s(H,"class",null,X.class,E),N&4&&s(H,"style",W.style,X.style,E),N&8){const ce=g.dynamicProps;for(let we=0;we<ce.length;we++){const ve=ce[we],et=W[ve],Fe=X[ve];(Fe!==et||ve==="value")&&s(H,ve,et,Fe,E,y)}}N&1&&p.children!==g.children&&u(H,g.children)}else!j&&O==null&&A(H,W,X,y,E);((se=X.onVnodeUpdated)||ee)&&rt(()=>{se&<(se,y,g,p),ee&&bt(g,p,y,"updated")},k)},T=(p,g,y,k,E,R,j)=>{for(let H=0;H<g.length;H++){const N=p[H],O=g[H],ee=N.el&&(N.type===be||!tn(N,O)||N.shapeFlag&70)?f(N.el):y;_(N,O,ee,null,k,E,R,j,!0)}},A=(p,g,y,k,E)=>{if(g!==y){if(g!==_e)for(const R in g)!Sn(R)&&!(R in y)&&s(p,R,g[R],null,E,k);for(const R in y){if(Sn(R))continue;const j=y[R],H=g[R];j!==H&&R!=="value"&&s(p,R,H,j,E,k)}"value"in y&&s(p,"value",g.value,y.value,E)}},x=(p,g,y,k,E,R,j,H,N)=>{const O=g.el=p?p.el:l(""),ee=g.anchor=p?p.anchor:l("");let{patchFlag:W,dynamicChildren:X,slotScopeIds:se}=g;se&&(H=H?H.concat(se):se),p==null?(r(O,y,k),r(ee,y,k),Q(g.children||[],y,ee,E,R,j,H,N)):W>0&&W&64&&X&&p.dynamicChildren?(T(p.dynamicChildren,X,y,E,R,j,H),(g.key!=null||E&&g===E.subTree)&&oa(p,g,!0)):z(p,g,y,ee,E,R,j,H,N)},F=(p,g,y,k,E,R,j,H,N)=>{g.slotScopeIds=H,p==null?g.shapeFlag&512?E.ctx.activate(g,y,k,j,N):ie(g,y,k,E,R,j,N):me(p,g,N)},ie=(p,g,y,k,E,R,j)=>{const H=p.component=sf(p,k,E);if(pr(p)&&(H.ctx.renderer=Y),lf(H,!1,j),H.asyncDep){if(E&&E.registerDep(H,J,j),!p.el){const N=H.subTree=re(Ue);P(null,N,g,y)}}else J(H,p,g,y,E,R,j)},me=(p,g,y)=>{const k=g.component=p.component;if(Xu(p,g,y))if(k.asyncDep&&!k.asyncResolved){ne(k,g,y);return}else k.next=g,k.update();else g.el=p.el,k.vnode=g},J=(p,g,y,k,E,R,j)=>{const H=()=>{if(p.isMounted){let{next:W,bu:X,u:se,parent:ce,vnode:we}=p;{const tt=sa(p);if(tt){W&&(W.el=we.el,ne(p,W,j)),tt.asyncDep.then(()=>{p.isUnmounted||H()});return}}let ve=W,et;Yt(p,!1),W?(W.el=we.el,ne(p,W,j)):W=we,X&&po(X),(et=W.props&&W.props.onVnodeBeforeUpdate)&<(et,ce,W,we),Yt(p,!0);const Fe=Po(p),ut=p.subTree;p.subTree=Fe,_(ut,Fe,f(ut.el),C(ut),p,E,R),W.el=Fe.el,ve===null&&aa(p,Fe.el),se&&rt(se,E),(et=W.props&&W.props.onVnodeUpdated)&&rt(()=>lt(et,ce,W,we),E)}else{let W;const{el:X,props:se}=g,{bm:ce,m:we,parent:ve,root:et,type:Fe}=p,ut=on(g);if(Yt(p,!1),ce&&po(ce),!ut&&(W=se&&se.onVnodeBeforeMount)&<(W,ve,g),Yt(p,!0),X&&Te){const tt=()=>{p.subTree=Po(p),Te(X,p.subTree,p,E,null)};ut&&Fe.__asyncHydrate?Fe.__asyncHydrate(X,p,tt):tt()}else{et.ce&&et.ce._injectChildStyle(Fe);const tt=p.subTree=Po(p);_(null,tt,y,k,p,E,R),g.el=tt.el}if(we&&rt(we,E),!ut&&(W=se&&se.onVnodeMounted)){const tt=g;rt(()=>lt(W,ve,tt),E)}(g.shapeFlag&256||ve&&on(ve.vnode)&&ve.vnode.shapeFlag&256)&&p.a&&rt(p.a,E),p.isMounted=!0,g=y=k=null}};p.scope.on();const N=p.effect=new dl(H);p.scope.off();const O=p.update=N.run.bind(N),ee=p.job=N.runIfDirty.bind(N);ee.i=p,ee.id=p.uid,N.scheduler=()=>ls(ee),Yt(p,!0),O()},ne=(p,g,y)=>{g.component=p;const k=p.vnode.props;p.vnode=g,p.next=null,$u(p,g.props,k,y),ju(p,g.children,y),Gt(),Fs(p),zt()},z=(p,g,y,k,E,R,j,H,N=!1)=>{const O=p&&p.children,ee=p?p.shapeFlag:0,W=g.children,{patchFlag:X,shapeFlag:se}=g;if(X>0){if(X&128){Mt(O,W,y,k,E,R,j,H,N);return}else if(X&256){Ae(O,W,y,k,E,R,j,H,N);return}}se&8?(ee&16&&st(O,E,R),W!==O&&u(y,W)):ee&16?se&16?Mt(O,W,y,k,E,R,j,H,N):st(O,E,R,!0):(ee&8&&u(y,""),se&16&&Q(W,y,k,E,R,j,H,N))},Ae=(p,g,y,k,E,R,j,H,N)=>{p=p||bn,g=g||bn;const O=p.length,ee=g.length,W=Math.min(O,ee);let X;for(X=0;X<W;X++){const se=g[X]=N?Vt(g[X]):at(g[X]);_(p[X],se,y,null,E,R,j,H,N)}O>ee?st(p,E,R,!0,!1,W):Q(g,y,k,E,R,j,H,N,W)},Mt=(p,g,y,k,E,R,j,H,N)=>{let O=0;const ee=g.length;let W=p.length-1,X=ee-1;for(;O<=W&&O<=X;){const se=p[O],ce=g[O]=N?Vt(g[O]):at(g[O]);if(tn(se,ce))_(se,ce,y,null,E,R,j,H,N);else break;O++}for(;O<=W&&O<=X;){const se=p[W],ce=g[X]=N?Vt(g[X]):at(g[X]);if(tn(se,ce))_(se,ce,y,null,E,R,j,H,N);else break;W--,X--}if(O>W){if(O<=X){const se=X+1,ce=se<ee?g[se].el:k;for(;O<=X;)_(null,g[O]=N?Vt(g[O]):at(g[O]),y,ce,E,R,j,H,N),O++}}else if(O>X)for(;O<=W;)Qe(p[O],E,R,!0),O++;else{const se=O,ce=O,we=new Map;for(O=ce;O<=X;O++){const nt=g[O]=N?Vt(g[O]):at(g[O]);nt.key!=null&&we.set(nt.key,O)}let ve,et=0;const Fe=X-ce+1;let ut=!1,tt=0;const In=new Array(Fe);for(O=0;O<Fe;O++)In[O]=0;for(O=se;O<=W;O++){const nt=p[O];if(et>=Fe){Qe(nt,E,R,!0);continue}let mt;if(nt.key!=null)mt=we.get(nt.key);else for(ve=ce;ve<=X;ve++)if(In[ve-ce]===0&&tn(nt,g[ve])){mt=ve;break}mt===void 0?Qe(nt,E,R,!0):(In[mt-ce]=O+1,mt>=tt?tt=mt:ut=!0,_(nt,g[mt],y,null,E,R,j,H,N),et++)}const $s=ut?Wu(In):bn;for(ve=$s.length-1,O=Fe-1;O>=0;O--){const nt=ce+O,mt=g[nt],Ns=nt+1<ee?g[nt+1].el:k;In[O]===0?_(null,mt,y,Ns,E,R,j,H,N):ut&&(ve<0||O!==$s[ve]?vt(mt,y,Ns,2):ve--)}}},vt=(p,g,y,k,E=null)=>{const{el:R,type:j,transition:H,children:N,shapeFlag:O}=p;if(O&6){vt(p.component.subTree,g,y,k);return}if(O&128){p.suspense.move(g,y,k);return}if(O&64){j.move(p,g,y,Y);return}if(j===be){r(R,g,y);for(let W=0;W<N.length;W++)vt(N[W],g,y,k);r(p.anchor,g,y);return}if(j===Gn){v(p,g,y);return}if(k!==2&&O&1&&H)if(k===0)H.beforeEnter(R),r(R,g,y),rt(()=>H.enter(R),E);else{const{leave:W,delayLeave:X,afterLeave:se}=H,ce=()=>r(R,g,y),we=()=>{W(R,()=>{ce(),se&&se()})};X?X(R,ce,we):we()}else r(R,g,y)},Qe=(p,g,y,k=!1,E=!1)=>{const{type:R,props:j,ref:H,children:N,dynamicChildren:O,shapeFlag:ee,patchFlag:W,dirs:X,cacheIndex:se}=p;if(W===-2&&(E=!1),H!=null&&tr(H,null,y,p,!0),se!=null&&(g.renderCache[se]=void 0),ee&256){g.ctx.deactivate(p);return}const ce=ee&1&&X,we=!on(p);let ve;if(we&&(ve=j&&j.onVnodeBeforeUnmount)&<(ve,g,p),ee&6)_r(p.component,y,k);else{if(ee&128){p.suspense.unmount(y,k);return}ce&&bt(p,null,g,"beforeUnmount"),ee&64?p.type.remove(p,g,y,Y,k):O&&!O.hasOnce&&(R!==be||W>0&&W&64)?st(O,g,y,!1,!0):(R===be&&W&384||!E&&ee&16)&&st(N,g,y),k&&dn(p)}(we&&(ve=j&&j.onVnodeUnmounted)||ce)&&rt(()=>{ve&<(ve,g,p),ce&&bt(p,null,g,"unmounted")},y)},dn=p=>{const{type:g,el:y,anchor:k,transition:E}=p;if(g===be){pn(y,k);return}if(g===Gn){b(p);return}const R=()=>{o(y),E&&!E.persisted&&E.afterLeave&&E.afterLeave()};if(p.shapeFlag&1&&E&&!E.persisted){const{leave:j,delayLeave:H}=E,N=()=>j(y,R);H?H(p.el,R,N):N()}else R()},pn=(p,g)=>{let y;for(;p!==g;)y=d(p),o(p),p=y;o(g)},_r=(p,g,y)=>{const{bum:k,scope:E,job:R,subTree:j,um:H,m:N,a:O}=p;Xs(N),Xs(O),k&&po(k),E.stop(),R&&(R.flags|=8,Qe(j,p,g,y)),H&&rt(H,g),rt(()=>{p.isUnmounted=!0},g),g&&g.pendingBranch&&!g.isUnmounted&&p.asyncDep&&!p.asyncResolved&&p.suspenseId===g.pendingId&&(g.deps--,g.deps===0&&g.resolve())},st=(p,g,y,k=!1,E=!1,R=0)=>{for(let j=R;j<p.length;j++)Qe(p[j],g,y,k,E)},C=p=>{if(p.shapeFlag&6)return C(p.component.subTree);if(p.shapeFlag&128)return p.suspense.next();const g=d(p.anchor||p.el),y=g&&g[ru];return y?d(y):g};let U=!1;const B=(p,g,y)=>{p==null?g._vnode&&Qe(g._vnode,null,null,!0):_(g._vnode||null,p,g,null,null,null,y),g._vnode=p,U||(U=!0,Fs(),Fr(),U=!1)},Y={p:_,um:Qe,m:vt,r:dn,mt:ie,mc:Q,pc:z,pbc:T,n:C,o:e};let pe,Te;return t&&([pe,Te]=t(Y)),{render:B,hydrate:pe,createApp:Iu(B,pe)}}function wo({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 Yt({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function ra(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function oa(e,t,n=!1){const r=e.children,o=t.children;if(te(r)&&te(o))for(let s=0;s<r.length;s++){const i=r[s];let l=o[s];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=o[s]=Vt(o[s]),l.el=i.el),!n&&l.patchFlag!==-2&&oa(i,l)),l.type===ln&&(l.el=i.el)}}function Wu(e){const t=e.slice(),n=[0];let r,o,s,i,l;const a=e.length;for(r=0;r<a;r++){const c=e[r];if(c!==0){if(o=n[n.length-1],e[o]<c){t[r]=o,n.push(r);continue}for(s=0,i=n.length-1;s<i;)l=s+i>>1,e[n[l]]<c?s=l+1:i=l;c<e[n[s]]&&(s>0&&(t[r]=n[s-1]),n[s]=r)}}for(s=n.length,i=n[s-1];s-- >0;)n[s]=i,i=t[i];return n}function sa(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:sa(t)}function Xs(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const Uu=Symbol.for("v-scx"),Ku=()=>qe(Uu);function qu(e,t){return ps(e,null,t)}function je(e,t,n){return ps(e,t,n)}function ps(e,t,n=_e){const{immediate:r,deep:o,flush:s,once:i}=n,l=$e({},n),a=t&&r||!t&&s!=="post";let c;if(xn){if(s==="sync"){const h=Ku();c=h.__watcherHandles||(h.__watcherHandles=[])}else if(!a){const h=()=>{};return h.stop=yt,h.resume=yt,h.pause=yt,h}}const u=Ne;l.call=(h,m,_)=>pt(h,u,m,_);let f=!1;s==="post"?l.scheduler=h=>{rt(h,u&&u.suspense)}:s!=="sync"&&(f=!0,l.scheduler=(h,m)=>{m?h():ls(h)}),l.augmentJob=h=>{t&&(h.flags|=4),f&&(h.flags|=2,u&&(h.id=u.uid,h.i=u))};const d=Zc(e,t,l);return xn&&(c?c.push(d):a&&d()),d}function Gu(e,t,n){const r=this.proxy,o=Oe(e)?e.includes(".")?ia(r,e):()=>r[e]:e.bind(r,r);let s;oe(t)?s=t:(s=t.handler,n=t);const i=hr(this),l=ps(o,s.bind(r),n);return i(),l}function ia(e,t){const n=t.split(".");return()=>{let r=e;for(let o=0;o<n.length&&r;o++)r=r[n[o]];return r}}const zu=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${Xe(t)}Modifiers`]||e[`${qt(t)}Modifiers`];function Ju(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||_e;let o=n;const s=t.startsWith("update:"),i=s&&zu(r,t.slice(7));i&&(i.trim&&(o=n.map(u=>Oe(u)?u.trim():u)),i.number&&(o=n.map(vc)));let l,a=r[l=fo(t)]||r[l=fo(Xe(t))];!a&&s&&(a=r[l=fo(qt(t))]),a&&pt(a,e,6,o);const c=r[l+"Once"];if(c){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,pt(c,e,6,o)}}function la(e,t,n=!1){const r=t.emitsCache,o=r.get(e);if(o!==void 0)return o;const s=e.emits;let i={},l=!1;if(!oe(e)){const a=c=>{const u=la(c,t,!0);u&&(l=!0,$e(i,u))};!n&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}return!s&&!l?(Ee(e)&&r.set(e,null),null):(te(s)?s.forEach(a=>i[a]=null):$e(i,s),Ee(e)&&r.set(e,i),i)}function no(e,t){return!e||!cr(t)?!1:(t=t.slice(2).replace(/Once$/,""),ge(e,t[0].toLowerCase()+t.slice(1))||ge(e,qt(t))||ge(e,t))}function Po(e){const{type:t,vnode:n,proxy:r,withProxy:o,propsOptions:[s],slots:i,attrs:l,emit:a,render:c,renderCache:u,props:f,data:d,setupState:h,ctx:m,inheritAttrs:_}=e,w=Br(e);let P,S;try{if(n.shapeFlag&4){const b=o||r,$=b;P=at(c.call($,b,u,f,h,d,m)),S=l}else{const b=t;P=at(b.length>1?b(f,{attrs:l,slots:i,emit:a}):b(f,null)),S=t.props?l:Yu(l)}}catch(b){zn.length=0,dr(b,e,1),P=re(Ue)}let v=P;if(S&&_!==!1){const b=Object.keys(S),{shapeFlag:$}=v;b.length&&$&7&&(s&&b.some(Qo)&&(S=Qu(S,s)),v=Ut(v,S,!1,!0))}return n.dirs&&(v=Ut(v,null,!1,!0),v.dirs=v.dirs?v.dirs.concat(n.dirs):n.dirs),n.transition&&er(v,n.transition),P=v,Br(w),P}const Yu=e=>{let t;for(const n in e)(n==="class"||n==="style"||cr(n))&&((t||(t={}))[n]=e[n]);return t},Qu=(e,t)=>{const n={};for(const r in e)(!Qo(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function Xu(e,t,n){const{props:r,children:o,component:s}=e,{props:i,children:l,patchFlag:a}=t,c=s.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&a>=0){if(a&1024)return!0;if(a&16)return r?Zs(r,i,c):!!i;if(a&8){const u=t.dynamicProps;for(let f=0;f<u.length;f++){const d=u[f];if(i[d]!==r[d]&&!no(c,d))return!0}}}else return(o||l)&&(!l||!l.$stable)?!0:r===i?!1:r?i?Zs(r,i,c):!0:!!i;return!1}function Zs(e,t,n){const r=Object.keys(t);if(r.length!==Object.keys(e).length)return!0;for(let o=0;o<r.length;o++){const s=r[o];if(t[s]!==e[s]&&!no(n,s))return!0}return!1}function aa({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 ca=e=>e.__isSuspense;function ua(e,t){t&&t.pendingBranch?te(e)?t.effects.push(...e):t.effects.push(e):nu(e)}const be=Symbol.for("v-fgt"),ln=Symbol.for("v-txt"),Ue=Symbol.for("v-cmt"),Gn=Symbol.for("v-stc"),zn=[];let ot=null;function V(e=!1){zn.push(ot=e?null:[])}function Zu(){zn.pop(),ot=zn[zn.length-1]||null}let nr=1;function ei(e,t=!1){nr+=e,e<0&&ot&&t&&(ot.hasOnce=!0)}function fa(e){return e.dynamicChildren=nr>0?ot||bn:null,Zu(),nr>0&&ot&&ot.push(e),e}function Z(e,t,n,r,o,s){return fa(K(e,t,n,r,o,s,!0))}function Le(e,t,n,r,o){return fa(re(e,t,n,r,o,!0))}function rr(e){return e?e.__v_isVNode===!0:!1}function tn(e,t){return e.type===t.type&&e.key===t.key}const da=({key:e})=>e??null,Dr=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?Oe(e)||Me(e)||oe(e)?{i:He,r:e,k:t,f:!!n}:e:null);function K(e,t=null,n=null,r=0,o=null,s=e===be?0:1,i=!1,l=!1){const a={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&da(t),ref:t&&Dr(t),scopeId:$l,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:s,patchFlag:r,dynamicProps:o,dynamicChildren:null,appContext:null,ctx:He};return l?(hs(a,n),s&128&&e.normalize(a)):n&&(a.shapeFlag|=Oe(n)?8:16),nr>0&&!i&&ot&&(a.patchFlag>0||s&6)&&a.patchFlag!==32&&ot.push(a),a}const re=ef;function ef(e,t=null,n=null,r=0,o=null,s=!1){if((!e||e===Eu)&&(e=Ue),rr(e)){const l=Ut(e,t,!0);return n&&hs(l,n),nr>0&&!s&&ot&&(l.shapeFlag&6?ot[ot.indexOf(e)]=l:ot.push(l)),l.patchFlag=-2,l}if(df(e)&&(e=e.__vccOpts),t){t=Ir(t);let{class:l,style:a}=t;l&&!Oe(l)&&(t.class=Ke(l)),Ee(a)&&(is(a)&&!te(a)&&(a=$e({},a)),t.style=An(a))}const i=Oe(e)?1:ca(e)?128:Nl(e)?64:Ee(e)?4:oe(e)?2:0;return K(e,t,n,r,o,i,s,!0)}function Ir(e){return e?is(e)||Yl(e)?$e({},e):e:null}function Ut(e,t,n=!1,r=!1){const{props:o,ref:s,patchFlag:i,children:l,transition:a}=e,c=t?nf(o||{},t):o,u={__v_isVNode:!0,__v_skip:!0,type:e.type,props:c,key:c&&da(c),ref:t&&t.ref?n&&s?te(s)?s.concat(Dr(t)):[s,Dr(t)]:Dr(t):s,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:l,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==be?i===-1?16:i|16:i,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:a,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Ut(e.ssContent),ssFallback:e.ssFallback&&Ut(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return a&&r&&er(u,a.clone(u)),u}function Kt(e=" ",t=0){return re(ln,null,e,t)}function tf(e,t){const n=re(Gn,null,e);return n.staticCount=t,n}function De(e="",t=!1){return t?(V(),Le(Ue,null,e)):re(Ue,null,e)}function at(e){return e==null||typeof e=="boolean"?re(Ue):te(e)?re(be,null,e.slice()):rr(e)?Vt(e):re(ln,null,String(e))}function Vt(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Ut(e)}function hs(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(te(t))n=16;else if(typeof t=="object")if(r&65){const o=t.default;o&&(o._c&&(o._d=!1),hs(e,o()),o._c&&(o._d=!0));return}else{n=32;const o=t._;!o&&!Yl(t)?t._ctx=He:o===3&&He&&(He.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else oe(t)?(t={default:t,_ctx:He},n=32):(t=String(t),r&64?(n=16,t=[Kt(t)]):n=8);e.children=t,e.shapeFlag|=n}function nf(...e){const t={};for(let n=0;n<e.length;n++){const r=e[n];for(const o in r)if(o==="class")t.class!==r.class&&(t.class=Ke([t.class,r.class]));else if(o==="style")t.style=An([t.style,r.style]);else if(cr(o)){const s=t[o],i=r[o];i&&s!==i&&!(te(s)&&s.includes(i))&&(t[o]=s?[].concat(s,i):i)}else o!==""&&(t[o]=r[o])}return t}function lt(e,t,n,r=null){pt(e,t,7,[n,r])}const rf=ql();let of=0;function sf(e,t,n){const r=e.type,o=(t?t.appContext:e.appContext)||rf,s={uid:of++,vnode:e,type:r,parent:t,appContext:o,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new Ec(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(o.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Xl(r,o),emitsOptions:la(r,o),emit:null,emitted:null,propsDefaults:_e,inheritAttrs:r.inheritAttrs,ctx:_e,data:_e,props:_e,attrs:_e,slots:_e,refs:_e,setupState:_e,setupContext:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return s.ctx={_:s},s.root=t?t.root:s,s.emit=Ju.bind(null,s),e.ce&&e.ce(s),s}let Ne=null;const Jt=()=>Ne||He;let Kr,Wo;{const e=Qr(),t=(n,r)=>{let o;return(o=e[n])||(o=e[n]=[]),o.push(r),s=>{o.length>1?o.forEach(i=>i(s)):o[0](s)}};Kr=t("__VUE_INSTANCE_SETTERS__",n=>Ne=n),Wo=t("__VUE_SSR_SETTERS__",n=>xn=n)}const hr=e=>{const t=Ne;return Kr(e),e.scope.on(),()=>{e.scope.off(),Kr(t)}},ti=()=>{Ne&&Ne.scope.off(),Kr(null)};function pa(e){return e.vnode.shapeFlag&4}let xn=!1;function lf(e,t=!1,n=!1){t&&Wo(t);const{props:r,children:o}=e.vnode,s=pa(e);Mu(e,r,s,t),Vu(e,o,n);const i=s?af(e,t):void 0;return t&&Wo(!1),i}function af(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,Tu);const{setup:r}=n;if(r){Gt();const o=e.setupContext=r.length>1?uf(e):null,s=hr(e),i=fr(r,e,0,[e.props,o]),l=ol(i);if(zt(),s(),(l||e.sp)&&!on(e)&&as(e),l){if(i.then(ti,ti),t)return i.then(a=>{ni(e,a,t)}).catch(a=>{dr(a,e,0)});e.asyncDep=i}else ni(e,i,t)}else ha(e,t)}function ni(e,t,n){oe(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:Ee(t)&&(e.setupState=kl(t)),ha(e,n)}let ri;function ha(e,t,n){const r=e.type;if(!e.render){if(!t&&ri&&!r.render){const o=r.template||fs(e).template;if(o){const{isCustomElement:s,compilerOptions:i}=e.appContext.config,{delimiters:l,compilerOptions:a}=r,c=$e($e({isCustomElement:s,delimiters:l},i),a);r.render=ri(o,c)}}e.render=r.render||yt}{const o=hr(e);Gt();try{ku(e)}finally{zt(),o()}}}const cf={get(e,t){return Be(e,"get",""),e[t]}};function uf(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,cf),slots:e.slots,emit:e.emit,expose:t}}function ro(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(kl(Uc(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in qn)return qn[n](e)},has(t,n){return n in t||n in qn}})):e.proxy}function ff(e,t=!0){return oe(e)?e.displayName||e.name:e.name||t&&e.__name}function df(e){return oe(e)&&"__vccOpts"in e}const L=(e,t)=>Qc(e,t,xn);function G(e,t,n){const r=arguments.length;return r===2?Ee(t)&&!te(t)?rr(t)?re(e,null,[t]):re(e,t):re(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&rr(n)&&(n=[n]),re(e,t,n))}const pf="3.5.13";/**
|
||
* @vue/runtime-dom v3.5.13
|
||
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
||
* @license MIT
|
||
**/let Uo;const oi=typeof window<"u"&&window.trustedTypes;if(oi)try{Uo=oi.createPolicy("vue",{createHTML:e=>e})}catch{}const ga=Uo?e=>Uo.createHTML(e):e=>e,hf="http://www.w3.org/2000/svg",gf="http://www.w3.org/1998/Math/MathML",xt=typeof document<"u"?document:null,si=xt&&xt.createElement("template"),vf={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 o=t==="svg"?xt.createElementNS(hf,e):t==="mathml"?xt.createElementNS(gf,e):n?xt.createElement(e,{is:n}):xt.createElement(e);return e==="select"&&r&&r.multiple!=null&&o.setAttribute("multiple",r.multiple),o},createText:e=>xt.createTextNode(e),createComment:e=>xt.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>xt.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,o,s){const i=n?n.previousSibling:t.lastChild;if(o&&(o===s||o.nextSibling))for(;t.insertBefore(o.cloneNode(!0),n),!(o===s||!(o=o.nextSibling)););else{si.innerHTML=ga(r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e);const l=si.content;if(r==="svg"||r==="mathml"){const a=l.firstChild;for(;a.firstChild;)l.appendChild(a.firstChild);l.removeChild(a)}t.insertBefore(l,n)}return[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},$t="transition",$n="animation",or=Symbol("_vtc"),va={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},mf=$e({},Hl,va),_f=e=>(e.displayName="Transition",e.props=mf,e),gs=_f((e,{slots:t})=>G(iu,bf(e),t)),Qt=(e,t=[])=>{te(e)?e.forEach(n=>n(...t)):e&&e(...t)},ii=e=>e?te(e)?e.some(t=>t.length>1):e.length>1:!1;function bf(e){const t={};for(const x in e)x in va||(t[x]=e[x]);if(e.css===!1)return t;const{name:n="v",type:r,duration:o,enterFromClass:s=`${n}-enter-from`,enterActiveClass:i=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:a=s,appearActiveClass:c=i,appearToClass:u=l,leaveFromClass:f=`${n}-leave-from`,leaveActiveClass:d=`${n}-leave-active`,leaveToClass:h=`${n}-leave-to`}=e,m=yf(o),_=m&&m[0],w=m&&m[1],{onBeforeEnter:P,onEnter:S,onEnterCancelled:v,onLeave:b,onLeaveCancelled:$,onBeforeAppear:q=P,onAppear:D=S,onAppearCancelled:Q=v}=t,I=(x,F,ie,me)=>{x._enterCancelled=me,Xt(x,F?u:l),Xt(x,F?c:i),ie&&ie()},T=(x,F)=>{x._isLeaving=!1,Xt(x,f),Xt(x,h),Xt(x,d),F&&F()},A=x=>(F,ie)=>{const me=x?D:S,J=()=>I(F,x,ie);Qt(me,[F,J]),li(()=>{Xt(F,x?a:s),wt(F,x?u:l),ii(me)||ai(F,r,_,J)})};return $e(t,{onBeforeEnter(x){Qt(P,[x]),wt(x,s),wt(x,i)},onBeforeAppear(x){Qt(q,[x]),wt(x,a),wt(x,c)},onEnter:A(!1),onAppear:A(!0),onLeave(x,F){x._isLeaving=!0;const ie=()=>T(x,F);wt(x,f),x._enterCancelled?(wt(x,d),fi()):(fi(),wt(x,d)),li(()=>{x._isLeaving&&(Xt(x,f),wt(x,h),ii(b)||ai(x,r,w,ie))}),Qt(b,[x,ie])},onEnterCancelled(x){I(x,!1,void 0,!0),Qt(v,[x])},onAppearCancelled(x){I(x,!0,void 0,!0),Qt(Q,[x])},onLeaveCancelled(x){T(x),Qt($,[x])}})}function yf(e){if(e==null)return null;if(Ee(e))return[Eo(e.enter),Eo(e.leave)];{const t=Eo(e);return[t,t]}}function Eo(e){return mc(e)}function wt(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[or]||(e[or]=new Set)).add(t)}function Xt(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.remove(r));const n=e[or];n&&(n.delete(t),n.size||(e[or]=void 0))}function li(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Sf=0;function ai(e,t,n,r){const o=e._endId=++Sf,s=()=>{o===e._endId&&r()};if(n!=null)return setTimeout(s,n);const{type:i,timeout:l,propCount:a}=wf(e,t);if(!i)return r();const c=i+"end";let u=0;const f=()=>{e.removeEventListener(c,d),s()},d=h=>{h.target===e&&++u>=a&&f()};setTimeout(()=>{u<a&&f()},l+1),e.addEventListener(c,d)}function wf(e,t){const n=window.getComputedStyle(e),r=m=>(n[m]||"").split(", "),o=r(`${$t}Delay`),s=r(`${$t}Duration`),i=ci(o,s),l=r(`${$n}Delay`),a=r(`${$n}Duration`),c=ci(l,a);let u=null,f=0,d=0;t===$t?i>0&&(u=$t,f=i,d=s.length):t===$n?c>0&&(u=$n,f=c,d=a.length):(f=Math.max(i,c),u=f>0?i>c?$t:$n:null,d=u?u===$t?s.length:a.length:0);const h=u===$t&&/\b(transform|all)(,|$)/.test(r(`${$t}Property`).toString());return{type:u,timeout:f,propCount:d,hasTransform:h}}function ci(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,r)=>ui(n)+ui(e[r])))}function ui(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function fi(){return document.body.offsetHeight}function Pf(e,t,n){const r=e[or];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const qr=Symbol("_vod"),ma=Symbol("_vsh"),Gr={beforeMount(e,{value:t},{transition:n}){e[qr]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):Nn(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t!=!n&&(r?t?(r.beforeEnter(e),Nn(e,!0),r.enter(e)):r.leave(e,()=>{Nn(e,!1)}):Nn(e,t))},beforeUnmount(e,{value:t}){Nn(e,t)}};function Nn(e,t){e.style.display=t?e[qr]:"none",e[ma]=!t}const Ef=Symbol(""),Cf=/(^|;)\s*display\s*:/;function xf(e,t,n){const r=e.style,o=Oe(n);let s=!1;if(n&&!o){if(t)if(Oe(t))for(const i of t.split(";")){const l=i.slice(0,i.indexOf(":")).trim();n[l]==null&&Mr(r,l,"")}else for(const i in t)n[i]==null&&Mr(r,i,"");for(const i in n)i==="display"&&(s=!0),Mr(r,i,n[i])}else if(o){if(t!==n){const i=r[Ef];i&&(n+=";"+i),r.cssText=n,s=Cf.test(n)}}else t&&e.removeAttribute("style");qr in e&&(e[qr]=s?r.display:"",e[ma]&&(r.display="none"))}const di=/\s*!important$/;function Mr(e,t,n){if(te(n))n.forEach(r=>Mr(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=Tf(e,t);di.test(n)?e.setProperty(qt(r),n.replace(di,""),"important"):e[r]=n}}const pi=["Webkit","Moz","ms"],Co={};function Tf(e,t){const n=Co[t];if(n)return n;let r=Xe(t);if(r!=="filter"&&r in e)return Co[t]=r;r=ur(r);for(let o=0;o<pi.length;o++){const s=pi[o]+r;if(s in e)return Co[t]=s}return t}const hi="http://www.w3.org/1999/xlink";function gi(e,t,n,r,o,s=Pc(t)){r&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(hi,t.slice(6,t.length)):e.setAttributeNS(hi,t,n):n==null||s&&!al(n)?e.removeAttribute(t):e.setAttribute(t,s?"":Ot(n)?String(n):n)}function vi(e,t,n,r,o){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?ga(n):n);return}const s=e.tagName;if(t==="value"&&s!=="PROGRESS"&&!s.includes("-")){const l=s==="OPTION"?e.getAttribute("value")||"":e.value,a=n==null?e.type==="checkbox"?"on":"":String(n);(l!==a||!("_value"in e))&&(e.value=a),n==null&&e.removeAttribute(t),e._value=n;return}let i=!1;if(n===""||n==null){const l=typeof e[t];l==="boolean"?n=al(n):n==null&&l==="string"?(n="",i=!0):l==="number"&&(n=0,i=!0)}try{e[t]=n}catch{}i&&e.removeAttribute(o||t)}function kf(e,t,n,r){e.addEventListener(t,n,r)}function Lf(e,t,n,r){e.removeEventListener(t,n,r)}const mi=Symbol("_vei");function Af(e,t,n,r,o=null){const s=e[mi]||(e[mi]={}),i=s[t];if(r&&i)i.value=r;else{const[l,a]=Rf(t);if(r){const c=s[t]=If(r,o);kf(e,l,c,a)}else i&&(Lf(e,l,i,a),s[t]=void 0)}}const _i=/(?:Once|Passive|Capture)$/;function Rf(e){let t;if(_i.test(e)){t={};let r;for(;r=e.match(_i);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):qt(e.slice(2)),t]}let xo=0;const Of=Promise.resolve(),Df=()=>xo||(Of.then(()=>xo=0),xo=Date.now());function If(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;pt(Mf(r,n.value),t,5,[r])};return n.value=e,n.attached=Df(),n}function Mf(e,t){if(te(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>o=>!o._stopped&&r&&r(o))}else return t}const bi=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,$f=(e,t,n,r,o,s)=>{const i=o==="svg";t==="class"?Pf(e,r,i):t==="style"?xf(e,n,r):cr(t)?Qo(t)||Af(e,t,n,r,s):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Nf(e,t,r,i))?(vi(e,t,r),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&gi(e,t,r,i,s,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!Oe(r))?vi(e,Xe(t),r,s,t):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),gi(e,t,r,i))};function Nf(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&bi(t)&&oe(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 o=e.tagName;if(o==="IMG"||o==="VIDEO"||o==="CANVAS"||o==="SOURCE")return!1}return bi(t)&&Oe(n)?!1:t in e}const Hf={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},Vf=(e,t)=>{const n=e._withKeys||(e._withKeys={}),r=t.join(".");return n[r]||(n[r]=o=>{if(!("key"in o))return;const s=qt(o.key);if(t.some(i=>i===s||Hf[i]===s))return e(o)})},jf=$e({patchProp:$f},vf);let To,yi=!1;function Ff(){return To=yi?To:Fu(jf),yi=!0,To}const Bf=(...e)=>{const t=Ff().createApp(...e),{mount:n}=t;return t.mount=r=>{const o=Uf(r);if(o)return n(o,!0,Wf(o))},t};function Wf(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function Uf(e){return Oe(e)?document.querySelector(e):e}var gr=e=>/^[a-z][a-z0-9+.-]*:/.test(e)||e.startsWith("//"),Kf=/.md((\?|#).*)?$/,qf=(e,t="/")=>gr(e)||e.startsWith("/")&&!e.startsWith(t)&&!Kf.test(e),oo=e=>/^(https?:)?\/\//.test(e),Si=e=>{if(!e||e.endsWith("/"))return e;let t=e.replace(/(^|\/)README.md$/i,"$1index.html");return t.endsWith(".md")?t=`${t.substring(0,t.length-3)}.html`:t.endsWith(".html")||(t=`${t}.html`),t.endsWith("/index.html")&&(t=t.substring(0,t.length-10)),t},Gf="http://.",zf=(e,t)=>{if(!e.startsWith("/")&&t){const n=t.slice(0,t.lastIndexOf("/"));return Si(new URL(`${n}/${e}`,Gf).pathname)}return Si(e)},Jf=(e,t)=>{const n=Object.keys(e).sort((r,o)=>{const s=o.split("/").length-r.split("/").length;return s!==0?s:o.length-r.length});for(const r of n)if(t.startsWith(r))return r;return"/"},Yf=/(#|\?)/,_a=e=>{const[t,...n]=e.split(Yf);return{pathname:t,hashAndQueries:n.join("")}},Qf=["link","meta","script","style","noscript","template"],Xf=["title","base"],Zf=([e,t,n])=>Xf.includes(e)?e:Qf.includes(e)?e==="meta"&&t.name?`${e}.${t.name}`:e==="template"&&t.id?`${e}.${t.id}`:JSON.stringify([e,Object.entries(t).map(([r,o])=>typeof o=="boolean"?o?[r,""]:null:[r,o]).filter(r=>r!=null).sort(([r],[o])=>r.localeCompare(o)),n]):null,ed=e=>{const t=new Set,n=[];return e.forEach(r=>{const o=Zf(r);o&&!t.has(o)&&(t.add(o),n.push(r))}),n},td=e=>e.endsWith("/")||e.endsWith(".html")?e:`${e}/`,ba=e=>e.endsWith("/")?e.slice(0,-1):e,ya=e=>e.startsWith("/")?e.slice(1):e,vs=e=>Object.prototype.toString.call(e)==="[object Object]",dt=e=>typeof e=="string";const nd="modulepreload",rd=function(e){return"/"+e},wi={},Hn=function(t,n,r){let o=Promise.resolve();return n&&n.length>0&&(document.getElementsByTagName("link"),o=Promise.all(n.map(s=>{if(s=rd(s),s in wi)return;wi[s]=!0;const i=s.endsWith(".css"),l=i?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${s}"]${l}`))return;const a=document.createElement("link");if(a.rel=i?"stylesheet":nd,i||(a.as="script",a.crossOrigin=""),a.href=s,document.head.appendChild(a),i)return new Promise((c,u)=>{a.addEventListener("load",c),a.addEventListener("error",()=>u(new Error(`Unable to preload CSS for ${s}`)))})}))),o.then(()=>t()).catch(s=>{const i=new Event("vite:preloadError",{cancelable:!0});if(i.payload=s,window.dispatchEvent(i),!i.defaultPrevented)throw s})},od=JSON.parse("{}"),sd=Object.fromEntries([["/",{loader:()=>Hn(()=>import("./index.html-CQ1iAHbC.js"),__vite__mapDeps([])),meta:{title:"Резюме"}}],["/works.html",{loader:()=>Hn(()=>import("./works.html-DY9jTouw.js"),__vite__mapDeps([])),meta:{title:"Работы"}}],["/eng/",{loader:()=>Hn(()=>import("./index.html-Dd-yZNG5.js"),__vite__mapDeps([])),meta:{title:"Resume"}}],["/eng/works.html",{loader:()=>Hn(()=>import("./works.html-DG7W-s4f.js"),__vite__mapDeps([])),meta:{title:"Works"}}],["/404.html",{loader:()=>Hn(()=>import("./404.html-Bw-82Xq4.js"),__vite__mapDeps([])),meta:{title:""}}]]);/*!
|
||
* vue-router v4.5.0
|
||
* (c) 2024 Eduardo San Martin Morote
|
||
* @license MIT
|
||
*/const mn=typeof document<"u";function Sa(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function id(e){return e.__esModule||e[Symbol.toStringTag]==="Module"||e.default&&Sa(e.default)}const he=Object.assign;function ko(e,t){const n={};for(const r in t){const o=t[r];n[r]=ht(o)?o.map(e):e(o)}return n}const Jn=()=>{},ht=Array.isArray,wa=/#/g,ld=/&/g,ad=/\//g,cd=/=/g,ud=/\?/g,Pa=/\+/g,fd=/%5B/g,dd=/%5D/g,Ea=/%5E/g,pd=/%60/g,Ca=/%7B/g,hd=/%7C/g,xa=/%7D/g,gd=/%20/g;function ms(e){return encodeURI(""+e).replace(hd,"|").replace(fd,"[").replace(dd,"]")}function vd(e){return ms(e).replace(Ca,"{").replace(xa,"}").replace(Ea,"^")}function Ko(e){return ms(e).replace(Pa,"%2B").replace(gd,"+").replace(wa,"%23").replace(ld,"%26").replace(pd,"`").replace(Ca,"{").replace(xa,"}").replace(Ea,"^")}function md(e){return Ko(e).replace(cd,"%3D")}function _d(e){return ms(e).replace(wa,"%23").replace(ud,"%3F")}function bd(e){return e==null?"":_d(e).replace(ad,"%2F")}function sr(e){try{return decodeURIComponent(""+e)}catch{}return""+e}const yd=/\/$/,Sd=e=>e.replace(yd,"");function Lo(e,t,n="/"){let r,o={},s="",i="";const l=t.indexOf("#");let a=t.indexOf("?");return l<a&&l>=0&&(a=-1),a>-1&&(r=t.slice(0,a),s=t.slice(a+1,l>-1?l:t.length),o=e(s)),l>-1&&(r=r||t.slice(0,l),i=t.slice(l,t.length)),r=Cd(r??t,n),{fullPath:r+(s&&"?")+s+i,path:r,query:o,hash:sr(i)}}function wd(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function Pi(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function Pd(e,t,n){const r=t.matched.length-1,o=n.matched.length-1;return r>-1&&r===o&&Tn(t.matched[r],n.matched[o])&&Ta(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function Tn(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function Ta(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!Ed(e[n],t[n]))return!1;return!0}function Ed(e,t){return ht(e)?Ei(e,t):ht(t)?Ei(t,e):e===t}function Ei(e,t){return ht(t)?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function Cd(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),r=e.split("/"),o=r[r.length-1];(o===".."||o===".")&&r.push("");let s=n.length-1,i,l;for(i=0;i<r.length;i++)if(l=r[i],l!==".")if(l==="..")s>1&&s--;else break;return n.slice(0,s).join("/")+"/"+r.slice(i).join("/")}const Ct={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};var ir;(function(e){e.pop="pop",e.push="push"})(ir||(ir={}));var Yn;(function(e){e.back="back",e.forward="forward",e.unknown=""})(Yn||(Yn={}));function xd(e){if(!e)if(mn){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),Sd(e)}const Td=/^[^#]+#/;function kd(e,t){return e.replace(Td,"#")+t}function Ld(e,t){const n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{behavior:t.behavior,left:r.left-n.left-(t.left||0),top:r.top-n.top-(t.top||0)}}const so=()=>({left:window.scrollX,top:window.scrollY});function Ad(e){let t;if("el"in e){const n=e.el,r=typeof n=="string"&&n.startsWith("#"),o=typeof n=="string"?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!o)return;t=Ld(o,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.scrollX,t.top!=null?t.top:window.scrollY)}function Ci(e,t){return(history.state?history.state.position-t:-1)+e}const qo=new Map;function Rd(e,t){qo.set(e,t)}function Od(e){const t=qo.get(e);return qo.delete(e),t}let Dd=()=>location.protocol+"//"+location.host;function ka(e,t){const{pathname:n,search:r,hash:o}=t,s=e.indexOf("#");if(s>-1){let l=o.includes(e.slice(s))?e.slice(s).length:1,a=o.slice(l);return a[0]!=="/"&&(a="/"+a),Pi(a,"")}return Pi(n,e)+r+o}function Id(e,t,n,r){let o=[],s=[],i=null;const l=({state:d})=>{const h=ka(e,location),m=n.value,_=t.value;let w=0;if(d){if(n.value=h,t.value=d,i&&i===m){i=null;return}w=_?d.position-_.position:0}else r(h);o.forEach(P=>{P(n.value,m,{delta:w,type:ir.pop,direction:w?w>0?Yn.forward:Yn.back:Yn.unknown})})};function a(){i=n.value}function c(d){o.push(d);const h=()=>{const m=o.indexOf(d);m>-1&&o.splice(m,1)};return s.push(h),h}function u(){const{history:d}=window;d.state&&d.replaceState(he({},d.state,{scroll:so()}),"")}function f(){for(const d of s)d();s=[],window.removeEventListener("popstate",l),window.removeEventListener("beforeunload",u)}return window.addEventListener("popstate",l),window.addEventListener("beforeunload",u,{passive:!0}),{pauseListeners:a,listen:c,destroy:f}}function xi(e,t,n,r=!1,o=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:o?so():null}}function Md(e){const{history:t,location:n}=window,r={value:ka(e,n)},o={value:t.state};o.value||s(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function s(a,c,u){const f=e.indexOf("#"),d=f>-1?(n.host&&document.querySelector("base")?e:e.slice(f))+a:Dd()+e+a;try{t[u?"replaceState":"pushState"](c,"",d),o.value=c}catch(h){console.error(h),n[u?"replace":"assign"](d)}}function i(a,c){const u=he({},t.state,xi(o.value.back,a,o.value.forward,!0),c,{position:o.value.position});s(a,u,!0),r.value=a}function l(a,c){const u=he({},o.value,t.state,{forward:a,scroll:so()});s(u.current,u,!0);const f=he({},xi(r.value,a,null),{position:u.position+1},c);s(a,f,!1),r.value=a}return{location:r,state:o,push:l,replace:i}}function $d(e){e=xd(e);const t=Md(e),n=Id(e,t.state,t.location,t.replace);function r(s,i=!0){i||n.pauseListeners(),history.go(s)}const o=he({location:"",base:e,go:r,createHref:kd.bind(null,e)},t,n);return Object.defineProperty(o,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(o,"state",{enumerable:!0,get:()=>t.state.value}),o}function Nd(e){return typeof e=="string"||e&&typeof e=="object"}function La(e){return typeof e=="string"||typeof e=="symbol"}const Aa=Symbol("");var Ti;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(Ti||(Ti={}));function kn(e,t){return he(new Error,{type:e,[Aa]:!0},t)}function Pt(e,t){return e instanceof Error&&Aa in e&&(t==null||!!(e.type&t))}const ki="[^/]+?",Hd={sensitive:!1,strict:!1,start:!0,end:!0},Vd=/[.+*?^${}()[\]/\\]/g;function jd(e,t){const n=he({},Hd,t),r=[];let o=n.start?"^":"";const s=[];for(const c of e){const u=c.length?[]:[90];n.strict&&!c.length&&(o+="/");for(let f=0;f<c.length;f++){const d=c[f];let h=40+(n.sensitive?.25:0);if(d.type===0)f||(o+="/"),o+=d.value.replace(Vd,"\\$&"),h+=40;else if(d.type===1){const{value:m,repeatable:_,optional:w,regexp:P}=d;s.push({name:m,repeatable:_,optional:w});const S=P||ki;if(S!==ki){h+=10;try{new RegExp(`(${S})`)}catch(b){throw new Error(`Invalid custom RegExp for param "${m}" (${S}): `+b.message)}}let v=_?`((?:${S})(?:/(?:${S}))*)`:`(${S})`;f||(v=w&&c.length<2?`(?:/${v})`:"/"+v),w&&(v+="?"),o+=v,h+=20,w&&(h+=-8),_&&(h+=-20),S===".*"&&(h+=-50)}u.push(h)}r.push(u)}if(n.strict&&n.end){const c=r.length-1;r[c][r[c].length-1]+=.7000000000000001}n.strict||(o+="/?"),n.end?o+="$":n.strict&&!o.endsWith("/")&&(o+="(?:/|$)");const i=new RegExp(o,n.sensitive?"":"i");function l(c){const u=c.match(i),f={};if(!u)return null;for(let d=1;d<u.length;d++){const h=u[d]||"",m=s[d-1];f[m.name]=h&&m.repeatable?h.split("/"):h}return f}function a(c){let u="",f=!1;for(const d of e){(!f||!u.endsWith("/"))&&(u+="/"),f=!1;for(const h of d)if(h.type===0)u+=h.value;else if(h.type===1){const{value:m,repeatable:_,optional:w}=h,P=m in c?c[m]:"";if(ht(P)&&!_)throw new Error(`Provided param "${m}" is an array but it is not repeatable (* or + modifiers)`);const S=ht(P)?P.join("/"):P;if(!S)if(w)d.length<2&&(u.endsWith("/")?u=u.slice(0,-1):f=!0);else throw new Error(`Missing required param "${m}"`);u+=S}}return u||"/"}return{re:i,score:r,keys:s,parse:l,stringify:a}}function Fd(e,t){let n=0;for(;n<e.length&&n<t.length;){const r=t[n]-e[n];if(r)return r;n++}return e.length<t.length?e.length===1&&e[0]===80?-1:1:e.length>t.length?t.length===1&&t[0]===80?1:-1:0}function Ra(e,t){let n=0;const r=e.score,o=t.score;for(;n<r.length&&n<o.length;){const s=Fd(r[n],o[n]);if(s)return s;n++}if(Math.abs(o.length-r.length)===1){if(Li(r))return 1;if(Li(o))return-1}return o.length-r.length}function Li(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const Bd={type:0,value:""},Wd=/[a-zA-Z0-9_]/;function Ud(e){if(!e)return[[]];if(e==="/")return[[Bd]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(h){throw new Error(`ERR (${n})/"${c}": ${h}`)}let n=0,r=n;const o=[];let s;function i(){s&&o.push(s),s=[]}let l=0,a,c="",u="";function f(){c&&(n===0?s.push({type:0,value:c}):n===1||n===2||n===3?(s.length>1&&(a==="*"||a==="+")&&t(`A repeatable param (${c}) must be alone in its segment. eg: '/:ids+.`),s.push({type:1,value:c,regexp:u,repeatable:a==="*"||a==="+",optional:a==="*"||a==="?"})):t("Invalid state to consume buffer"),c="")}function d(){c+=a}for(;l<e.length;){if(a=e[l++],a==="\\"&&n!==2){r=n,n=4;continue}switch(n){case 0:a==="/"?(c&&f(),i()):a===":"?(f(),n=1):d();break;case 4:d(),n=r;break;case 1:a==="("?n=2:Wd.test(a)?d():(f(),n=0,a!=="*"&&a!=="?"&&a!=="+"&&l--);break;case 2:a===")"?u[u.length-1]=="\\"?u=u.slice(0,-1)+a:n=3:u+=a;break;case 3:f(),n=0,a!=="*"&&a!=="?"&&a!=="+"&&l--,u="";break;default:t("Unknown state");break}}return n===2&&t(`Unfinished custom RegExp for param "${c}"`),f(),i(),o}function Kd(e,t,n){const r=jd(Ud(e.path),n),o=he(r,{record:e,parent:t,children:[],alias:[]});return t&&!o.record.aliasOf==!t.record.aliasOf&&t.children.push(o),o}function qd(e,t){const n=[],r=new Map;t=Di({strict:!1,end:!0,sensitive:!1},t);function o(f){return r.get(f)}function s(f,d,h){const m=!h,_=Ri(f);_.aliasOf=h&&h.record;const w=Di(t,f),P=[_];if("alias"in f){const b=typeof f.alias=="string"?[f.alias]:f.alias;for(const $ of b)P.push(Ri(he({},_,{components:h?h.record.components:_.components,path:$,aliasOf:h?h.record:_})))}let S,v;for(const b of P){const{path:$}=b;if(d&&$[0]!=="/"){const q=d.record.path,D=q[q.length-1]==="/"?"":"/";b.path=d.record.path+($&&D+$)}if(S=Kd(b,d,w),h?h.alias.push(S):(v=v||S,v!==S&&v.alias.push(S),m&&f.name&&!Oi(S)&&i(f.name)),Oa(S)&&a(S),_.children){const q=_.children;for(let D=0;D<q.length;D++)s(q[D],S,h&&h.children[D])}h=h||S}return v?()=>{i(v)}:Jn}function i(f){if(La(f)){const d=r.get(f);d&&(r.delete(f),n.splice(n.indexOf(d),1),d.children.forEach(i),d.alias.forEach(i))}else{const d=n.indexOf(f);d>-1&&(n.splice(d,1),f.record.name&&r.delete(f.record.name),f.children.forEach(i),f.alias.forEach(i))}}function l(){return n}function a(f){const d=Jd(f,n);n.splice(d,0,f),f.record.name&&!Oi(f)&&r.set(f.record.name,f)}function c(f,d){let h,m={},_,w;if("name"in f&&f.name){if(h=r.get(f.name),!h)throw kn(1,{location:f});w=h.record.name,m=he(Ai(d.params,h.keys.filter(v=>!v.optional).concat(h.parent?h.parent.keys.filter(v=>v.optional):[]).map(v=>v.name)),f.params&&Ai(f.params,h.keys.map(v=>v.name))),_=h.stringify(m)}else if(f.path!=null)_=f.path,h=n.find(v=>v.re.test(_)),h&&(m=h.parse(_),w=h.record.name);else{if(h=d.name?r.get(d.name):n.find(v=>v.re.test(d.path)),!h)throw kn(1,{location:f,currentLocation:d});w=h.record.name,m=he({},d.params,f.params),_=h.stringify(m)}const P=[];let S=h;for(;S;)P.unshift(S.record),S=S.parent;return{name:w,path:_,params:m,matched:P,meta:zd(P)}}e.forEach(f=>s(f));function u(){n.length=0,r.clear()}return{addRoute:s,resolve:c,removeRoute:i,clearRoutes:u,getRoutes:l,getRecordMatcher:o}}function Ai(e,t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}function Ri(e){const t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:Gd(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}};return Object.defineProperty(t,"mods",{value:{}}),t}function Gd(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const r in e.components)t[r]=typeof n=="object"?n[r]:n;return t}function Oi(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function zd(e){return e.reduce((t,n)=>he(t,n.meta),{})}function Di(e,t){const n={};for(const r in e)n[r]=r in t?t[r]:e[r];return n}function Jd(e,t){let n=0,r=t.length;for(;n!==r;){const s=n+r>>1;Ra(e,t[s])<0?r=s:n=s+1}const o=Yd(e);return o&&(r=t.lastIndexOf(o,r-1)),r}function Yd(e){let t=e;for(;t=t.parent;)if(Oa(t)&&Ra(e,t)===0)return t}function Oa({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function Qd(e){const t={};if(e===""||e==="?")return t;const r=(e[0]==="?"?e.slice(1):e).split("&");for(let o=0;o<r.length;++o){const s=r[o].replace(Pa," "),i=s.indexOf("="),l=sr(i<0?s:s.slice(0,i)),a=i<0?null:sr(s.slice(i+1));if(l in t){let c=t[l];ht(c)||(c=t[l]=[c]),c.push(a)}else t[l]=a}return t}function Ii(e){let t="";for(let n in e){const r=e[n];if(n=md(n),r==null){r!==void 0&&(t+=(t.length?"&":"")+n);continue}(ht(r)?r.map(s=>s&&Ko(s)):[r&&Ko(r)]).forEach(s=>{s!==void 0&&(t+=(t.length?"&":"")+n,s!=null&&(t+="="+s))})}return t}function Xd(e){const t={};for(const n in e){const r=e[n];r!==void 0&&(t[n]=ht(r)?r.map(o=>o==null?null:""+o):r==null?r:""+r)}return t}const Zd=Symbol(""),Mi=Symbol(""),io=Symbol(""),_s=Symbol(""),Go=Symbol("");function Vn(){let e=[];function t(r){return e.push(r),()=>{const o=e.indexOf(r);o>-1&&e.splice(o,1)}}function n(){e=[]}return{add:t,list:()=>e.slice(),reset:n}}function jt(e,t,n,r,o,s=i=>i()){const i=r&&(r.enterCallbacks[o]=r.enterCallbacks[o]||[]);return()=>new Promise((l,a)=>{const c=d=>{d===!1?a(kn(4,{from:n,to:t})):d instanceof Error?a(d):Nd(d)?a(kn(2,{from:t,to:d})):(i&&r.enterCallbacks[o]===i&&typeof d=="function"&&i.push(d),l())},u=s(()=>e.call(r&&r.instances[o],t,n,c));let f=Promise.resolve(u);e.length<3&&(f=f.then(c)),f.catch(d=>a(d))})}function Ao(e,t,n,r,o=s=>s()){const s=[];for(const i of e)for(const l in i.components){let a=i.components[l];if(!(t!=="beforeRouteEnter"&&!i.instances[l]))if(Sa(a)){const u=(a.__vccOpts||a)[t];u&&s.push(jt(u,n,r,i,l,o))}else{let c=a();s.push(()=>c.then(u=>{if(!u)throw new Error(`Couldn't resolve component "${l}" at "${i.path}"`);const f=id(u)?u.default:u;i.mods[l]=u,i.components[l]=f;const h=(f.__vccOpts||f)[t];return h&&jt(h,n,r,i,l,o)()}))}}return s}function $i(e){const t=qe(io),n=qe(_s),r=L(()=>{const a=Lt(e.to);return t.resolve(a)}),o=L(()=>{const{matched:a}=r.value,{length:c}=a,u=a[c-1],f=n.matched;if(!u||!f.length)return-1;const d=f.findIndex(Tn.bind(null,u));if(d>-1)return d;const h=Ni(a[c-2]);return c>1&&Ni(u)===h&&f[f.length-1].path!==h?f.findIndex(Tn.bind(null,a[c-2])):d}),s=L(()=>o.value>-1&&op(n.params,r.value.params)),i=L(()=>o.value>-1&&o.value===n.matched.length-1&&Ta(n.params,r.value.params));function l(a={}){if(rp(a)){const c=t[Lt(e.replace)?"replace":"push"](Lt(e.to)).catch(Jn);return e.viewTransition&&typeof document<"u"&&"startViewTransition"in document&&document.startViewTransition(()=>c),c}return Promise.resolve()}return{route:r,href:L(()=>r.value.href),isActive:s,isExactActive:i,navigate:l}}function ep(e){return e.length===1?e[0]:e}const tp=ae({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:$i,setup(e,{slots:t}){const n=an($i(e)),{options:r}=qe(io),o=L(()=>({[Hi(e.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[Hi(e.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const s=t.default&&ep(t.default(n));return e.custom?s:G("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:o.value},s)}}}),np=tp;function rp(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function op(e,t){for(const n in t){const r=t[n],o=e[n];if(typeof r=="string"){if(r!==o)return!1}else if(!ht(o)||o.length!==r.length||r.some((s,i)=>s!==o[i]))return!1}return!0}function Ni(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const Hi=(e,t,n)=>e??t??n,sp=ae({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const r=qe(Go),o=L(()=>e.route||r.value),s=qe(Mi,0),i=L(()=>{let c=Lt(s);const{matched:u}=o.value;let f;for(;(f=u[c])&&!f.components;)c++;return c}),l=L(()=>o.value.matched[i.value]);Wt(Mi,L(()=>i.value+1)),Wt(Zd,l),Wt(Go,o);const a=Ve();return je(()=>[a.value,l.value,e.name],([c,u,f],[d,h,m])=>{u&&(u.instances[f]=c,h&&h!==u&&c&&c===d&&(u.leaveGuards.size||(u.leaveGuards=h.leaveGuards),u.updateGuards.size||(u.updateGuards=h.updateGuards))),c&&u&&(!h||!Tn(u,h)||!d)&&(u.enterCallbacks[f]||[]).forEach(_=>_(c))},{flush:"post"}),()=>{const c=o.value,u=e.name,f=l.value,d=f&&f.components[u];if(!d)return Vi(n.default,{Component:d,route:c});const h=f.props[u],m=h?h===!0?c.params:typeof h=="function"?h(c):h:null,w=G(d,he({},m,t,{onVnodeUnmounted:P=>{P.component.isUnmounted&&(f.instances[u]=null)},ref:a}));return Vi(n.default,{Component:w,route:c})||w}}});function Vi(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const ip=sp;function lp(e){const t=qd(e.routes,e),n=e.parseQuery||Qd,r=e.stringifyQuery||Ii,o=e.history,s=Vn(),i=Vn(),l=Vn(),a=ye(Ct);let c=Ct;mn&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const u=ko.bind(null,C=>""+C),f=ko.bind(null,bd),d=ko.bind(null,sr);function h(C,U){let B,Y;return La(C)?(B=t.getRecordMatcher(C),Y=U):Y=C,t.addRoute(Y,B)}function m(C){const U=t.getRecordMatcher(C);U&&t.removeRoute(U)}function _(){return t.getRoutes().map(C=>C.record)}function w(C){return!!t.getRecordMatcher(C)}function P(C,U){if(U=he({},U||a.value),typeof C=="string"){const g=Lo(n,C,U.path),y=t.resolve({path:g.path},U),k=o.createHref(g.fullPath);return he(g,y,{params:d(y.params),hash:sr(g.hash),redirectedFrom:void 0,href:k})}let B;if(C.path!=null)B=he({},C,{path:Lo(n,C.path,U.path).path});else{const g=he({},C.params);for(const y in g)g[y]==null&&delete g[y];B=he({},C,{params:f(g)}),U.params=f(U.params)}const Y=t.resolve(B,U),pe=C.hash||"";Y.params=u(d(Y.params));const Te=wd(r,he({},C,{hash:vd(pe),path:Y.path})),p=o.createHref(Te);return he({fullPath:Te,hash:pe,query:r===Ii?Xd(C.query):C.query||{}},Y,{redirectedFrom:void 0,href:p})}function S(C){return typeof C=="string"?Lo(n,C,a.value.path):he({},C)}function v(C,U){if(c!==C)return kn(8,{from:U,to:C})}function b(C){return D(C)}function $(C){return b(he(S(C),{replace:!0}))}function q(C){const U=C.matched[C.matched.length-1];if(U&&U.redirect){const{redirect:B}=U;let Y=typeof B=="function"?B(C):B;return typeof Y=="string"&&(Y=Y.includes("?")||Y.includes("#")?Y=S(Y):{path:Y},Y.params={}),he({query:C.query,hash:C.hash,params:Y.path!=null?{}:C.params},Y)}}function D(C,U){const B=c=P(C),Y=a.value,pe=C.state,Te=C.force,p=C.replace===!0,g=q(B);if(g)return D(he(S(g),{state:typeof g=="object"?he({},pe,g.state):pe,force:Te,replace:p}),U||B);const y=B;y.redirectedFrom=U;let k;return!Te&&Pd(r,Y,B)&&(k=kn(16,{to:y,from:Y}),vt(Y,Y,!0,!1)),(k?Promise.resolve(k):T(y,Y)).catch(E=>Pt(E)?Pt(E,2)?E:Mt(E):z(E,y,Y)).then(E=>{if(E){if(Pt(E,2))return D(he({replace:p},S(E.to),{state:typeof E.to=="object"?he({},pe,E.to.state):pe,force:Te}),U||y)}else E=x(y,Y,!0,p,pe);return A(y,Y,E),E})}function Q(C,U){const B=v(C,U);return B?Promise.reject(B):Promise.resolve()}function I(C){const U=pn.values().next().value;return U&&typeof U.runWithContext=="function"?U.runWithContext(C):C()}function T(C,U){let B;const[Y,pe,Te]=ap(C,U);B=Ao(Y.reverse(),"beforeRouteLeave",C,U);for(const g of Y)g.leaveGuards.forEach(y=>{B.push(jt(y,C,U))});const p=Q.bind(null,C,U);return B.push(p),st(B).then(()=>{B=[];for(const g of s.list())B.push(jt(g,C,U));return B.push(p),st(B)}).then(()=>{B=Ao(pe,"beforeRouteUpdate",C,U);for(const g of pe)g.updateGuards.forEach(y=>{B.push(jt(y,C,U))});return B.push(p),st(B)}).then(()=>{B=[];for(const g of Te)if(g.beforeEnter)if(ht(g.beforeEnter))for(const y of g.beforeEnter)B.push(jt(y,C,U));else B.push(jt(g.beforeEnter,C,U));return B.push(p),st(B)}).then(()=>(C.matched.forEach(g=>g.enterCallbacks={}),B=Ao(Te,"beforeRouteEnter",C,U,I),B.push(p),st(B))).then(()=>{B=[];for(const g of i.list())B.push(jt(g,C,U));return B.push(p),st(B)}).catch(g=>Pt(g,8)?g:Promise.reject(g))}function A(C,U,B){l.list().forEach(Y=>I(()=>Y(C,U,B)))}function x(C,U,B,Y,pe){const Te=v(C,U);if(Te)return Te;const p=U===Ct,g=mn?history.state:{};B&&(Y||p?o.replace(C.fullPath,he({scroll:p&&g&&g.scroll},pe)):o.push(C.fullPath,pe)),a.value=C,vt(C,U,B,p),Mt()}let F;function ie(){F||(F=o.listen((C,U,B)=>{if(!_r.listening)return;const Y=P(C),pe=q(Y);if(pe){D(he(pe,{replace:!0,force:!0}),Y).catch(Jn);return}c=Y;const Te=a.value;mn&&Rd(Ci(Te.fullPath,B.delta),so()),T(Y,Te).catch(p=>Pt(p,12)?p:Pt(p,2)?(D(he(S(p.to),{force:!0}),Y).then(g=>{Pt(g,20)&&!B.delta&&B.type===ir.pop&&o.go(-1,!1)}).catch(Jn),Promise.reject()):(B.delta&&o.go(-B.delta,!1),z(p,Y,Te))).then(p=>{p=p||x(Y,Te,!1),p&&(B.delta&&!Pt(p,8)?o.go(-B.delta,!1):B.type===ir.pop&&Pt(p,20)&&o.go(-1,!1)),A(Y,Te,p)}).catch(Jn)}))}let me=Vn(),J=Vn(),ne;function z(C,U,B){Mt(C);const Y=J.list();return Y.length?Y.forEach(pe=>pe(C,U,B)):console.error(C),Promise.reject(C)}function Ae(){return ne&&a.value!==Ct?Promise.resolve():new Promise((C,U)=>{me.add([C,U])})}function Mt(C){return ne||(ne=!C,ie(),me.list().forEach(([U,B])=>C?B(C):U()),me.reset()),C}function vt(C,U,B,Y){const{scrollBehavior:pe}=e;if(!mn||!pe)return Promise.resolve();const Te=!B&&Od(Ci(C.fullPath,0))||(Y||!B)&&history.state&&history.state.scroll||null;return fn().then(()=>pe(C,U,Te)).then(p=>p&&Ad(p)).catch(p=>z(p,C,U))}const Qe=C=>o.go(C);let dn;const pn=new Set,_r={currentRoute:a,listening:!0,addRoute:h,removeRoute:m,clearRoutes:t.clearRoutes,hasRoute:w,getRoutes:_,resolve:P,options:e,push:b,replace:$,go:Qe,back:()=>Qe(-1),forward:()=>Qe(1),beforeEach:s.add,beforeResolve:i.add,afterEach:l.add,onError:J.add,isReady:Ae,install(C){const U=this;C.component("RouterLink",np),C.component("RouterView",ip),C.config.globalProperties.$router=U,Object.defineProperty(C.config.globalProperties,"$route",{enumerable:!0,get:()=>Lt(a)}),mn&&!dn&&a.value===Ct&&(dn=!0,b(o.location).catch(pe=>{}));const B={};for(const pe in Ct)Object.defineProperty(B,pe,{get:()=>a.value[pe],enumerable:!0});C.provide(io,U),C.provide(_s,xl(B)),C.provide(Go,a);const Y=C.unmount;pn.add(C),C.unmount=function(){pn.delete(C),pn.size<1&&(c=Ct,F&&F(),F=null,a.value=Ct,dn=!1,ne=!1),Y()}}};function st(C){return C.reduce((U,B)=>U.then(()=>I(B)),Promise.resolve())}return _r}function ap(e,t){const n=[],r=[],o=[],s=Math.max(t.matched.length,e.matched.length);for(let i=0;i<s;i++){const l=t.matched[i];l&&(e.matched.find(c=>Tn(c,l))?r.push(l):n.push(l));const a=e.matched[i];a&&(t.matched.find(c=>Tn(c,a))||o.push(a))}return[n,r,o]}function vr(){return qe(io)}function On(e){return qe(_s)}var bs=Symbol(""),gt=()=>{const e=qe(bs);if(!e)throw new Error("useClientData() is called without provider.");return e},cp=()=>gt().pageComponent,Da=()=>gt().pageData,mr=()=>gt().pageFrontmatter,up=()=>gt().pageHead,Ia=()=>gt().pageLang,fp=()=>gt().pageLayout,dp=()=>gt().routeLocale,Ma=()=>gt().routePath,pp=()=>gt().routes,hp=()=>gt().siteData,$r=ye([]),lo=e=>{$r.value.push(e),to(()=>{$r.value=$r.value.filter(t=>t!==e)})},gp=Symbol(""),zo=ye(od),Pn=ye(sd),$a=(e,t)=>{const n=zf(e,t);if(Pn.value[n])return n;const r=encodeURI(n);if(Pn.value[r])return r;const o=zo.value[n]||zo.value[r];return o||n},lr=(e,t)=>{const{pathname:n,hashAndQueries:r}=_a(e),o=$a(n,t),s=o+r;return Pn.value[o]?{...Pn.value[o],path:s,notFound:!1}:{...Pn.value["/404.html"],path:s,notFound:!0}},vp=(e,t)=>{const{pathname:n,hashAndQueries:r}=_a(e);return $a(n,t)+r},mp=e=>{if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget){const t=e.currentTarget.getAttribute("target");if(t!=null&&t.match(/\b_blank\b/i))return}return e.preventDefault(),!0}},ao=ae({name:"RouteLink",props:{to:{type:String,required:!0},active:Boolean,activeClass:{type:String,default:"route-link-active"}},slots:Object,setup(e,{slots:t}){const n=vr(),r=On(),o=L(()=>e.to.startsWith("#")||e.to.startsWith("?")?e.to:`/${vp(e.to,r.path).substring(1)}`);return()=>G("a",{class:["route-link",{[e.activeClass]:e.active}],href:o.value,onClick:(s={})=>{mp(s)&&n.push(e.to).catch()}},t.default())}}),_p=ae({name:"AutoLink",props:{config:{type:Object,required:!0}},slots:Object,setup(e,{slots:t}){const n=Rl(e,"config"),r=On(),o=hp(),s=L(()=>gr(n.value.link)),i=L(()=>n.value.target||(s.value?"_blank":void 0)),l=L(()=>i.value==="_blank"),a=L(()=>!s.value&&!l.value),c=L(()=>n.value.rel||(l.value?"noopener noreferrer":null)),u=L(()=>n.value.ariaLabel??n.value.text),f=L(()=>{if(n.value.exact)return!1;const h=Object.keys(o.value.locales);return h.length?h.every(m=>m!==n.value.link):n.value.link!=="/"}),d=L(()=>a.value?n.value.activeMatch?(n.value.activeMatch instanceof RegExp?n.value.activeMatch:new RegExp(n.value.activeMatch,"u")).test(r.path):f.value?r.path.startsWith(n.value.link):r.path===n.value.link:!1);return()=>{const{before:h,after:m,default:_}=t,w=(_==null?void 0:_(n.value))??[h==null?void 0:h(n.value),n.value.text,m==null?void 0:m(n.value)];return a.value?G(ao,{class:"auto-link",to:n.value.link,active:d.value,"aria-label":u.value},()=>w):G("a",{class:"auto-link external-link",href:n.value.link,"aria-label":u.value,rel:c.value,target:i.value},w)}}}),ys=ae({name:"ClientOnly",setup(e,t){const n=Ve(!1);return Ze(()=>{n.value=!0}),()=>{var r,o;return n.value?(o=(r=t.slots).default)==null?void 0:o.call(r):null}}}),Cr=e=>{$r.value.forEach(t=>t(e))},Ss=ae({name:"Content",props:{path:{type:String,required:!1,default:""}},setup(e){const t=cp(),n=L(()=>{if(!e.path)return t.value;const o=lr(e.path);return du(async()=>o.loader().then(({comp:s})=>s))}),r=mr();return je(r,()=>{Cr("updated")},{deep:!0,flush:"post"}),()=>G(n.value,{onVnodeMounted:()=>{Cr("mounted")},onVnodeUpdated:()=>{Cr("updated")},onVnodeBeforeUnmount:()=>{Cr("beforeUnmount")}})}}),bp="Layout",yp="en-US",Zt=an({resolveLayouts:e=>e.reduce((t,n)=>({...t,...n.layouts}),{}),resolvePageHead:(e,t,n)=>{const r=dt(t.description)?t.description:n.description,o=[...Array.isArray(t.head)?t.head:[],...n.head,["title",{},e],["meta",{name:"description",content:r}]];return ed(o)},resolvePageHeadTitle:(e,t)=>[e.title,t.title].filter(n=>!!n).join(" | "),resolvePageLang:(e,t)=>e.lang||t.lang||yp,resolvePageLayout:(e,t)=>{const n=dt(e.frontmatter.layout)?e.frontmatter.layout:bp;if(!t[n])throw new Error(`[vuepress] Cannot resolve layout: ${n}`);return t[n]},resolveRouteLocale:(e,t)=>Jf(e,decodeURI(t)),resolveSiteLocaleData:({base:e,locales:t,...n},r)=>{var o;return{...n,...t[r],head:[...((o=t[r])==null?void 0:o.head)??[],...n.head]}}}),It=(e={})=>e,ws=e=>oo(e)?e:`/${ya(e)}`,Sp=Object.defineProperty,wp=(e,t)=>{for(var n in t)Sp(e,n,{get:t[n],enumerable:!0})},Pp={};wp(Pp,{COMPONENT_STATE_TYPE:()=>Ep,INSPECTOR_ID:()=>Cp,INSPECTOR_LABEL:()=>xp,INSPECTOR_NODES:()=>Tp,INSPECTOR_STATE_SECTION_NAME:()=>kp,PLUGIN_ID:()=>Na,PLUGIN_LABEL:()=>Ps});var Na="org.vuejs.vuepress",Ps="VuePress",Ep=Ps,Cp=Na,xp=Ps,ji={id:"INTERNAL",label:"Internal",keys:["layouts","routes","redirects"]},Fi={id:"SITE",label:"Site",keys:["siteData","siteLocaleData"]},Bi={id:"ROUTE",label:"Route",keys:["routePath","routeLocale"]},Wi={id:"PAGE",label:"Page",keys:["pageData","pageFrontmatter","pageLang","pageHead","pageHeadTitle","pageLayout","pageComponent"]},Tp={[ji.id]:ji,[Fi.id]:Fi,[Bi.id]:Bi,[Wi.id]:Wi},kp="State";function Es(e){return es()?(fl(e),!0):!1}const En=new WeakMap,Ha=(...e)=>{var t;const n=e[0],r=(t=Jt())==null?void 0:t.proxy;if(r==null&&!Gl())throw new Error("injectLocal must be called in setup");return r&&En.has(r)&&n in En.get(r)?En.get(r)[n]:qe(...e)},Lp=(e,t)=>{var n;const r=(n=Jt())==null?void 0:n.proxy;if(r==null)throw new Error("provideLocal must be called in setup");En.has(r)||En.set(r,Object.create(null));const o=En.get(r);o[e]=t,Wt(e,t)},Cs=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const Ap=Object.prototype.toString,Rp=e=>Ap.call(e)==="[object Object]",un=()=>{};function xs(e,t){function n(...r){return new Promise((o,s)=>{Promise.resolve(e(()=>t.apply(this,r),{fn:t,thisArg:this,args:r})).then(o).catch(s)})}return n}const Va=e=>e();function Op(e,t={}){let n,r,o=un;const s=a=>{clearTimeout(a),o(),o=un};let i;return a=>{const c=ke(e),u=ke(t.maxWait);return n&&s(n),c<=0||u!==void 0&&u<=0?(r&&(s(r),r=null),Promise.resolve(a())):new Promise((f,d)=>{o=t.rejectOnCancel?d:f,i=a,u&&!r&&(r=setTimeout(()=>{n&&s(n),r=null,f(i())},u)),n=setTimeout(()=>{r&&s(r),r=null,f(a())},c)})}}function Dp(...e){let t=0,n,r=!0,o=un,s,i,l,a,c;!Me(e[0])&&typeof e[0]=="object"?{delay:i,trailing:l=!0,leading:a=!0,rejectOnCancel:c=!1}=e[0]:[i,l=!0,a=!0,c=!1]=e;const u=()=>{n&&(clearTimeout(n),n=void 0,o(),o=un)};return d=>{const h=ke(i),m=Date.now()-t,_=()=>s=d();return u(),h<=0?(t=Date.now(),_()):(m>h&&(a||!r)?(t=Date.now(),_()):l&&(s=new Promise((w,P)=>{o=c?P:w,n=setTimeout(()=>{t=Date.now(),r=!0,w(_()),u()},Math.max(0,h-m))})),!a&&!n&&(n=setTimeout(()=>r=!0,h)),r=!1,s)}}function Ip(e=Va,t={}){const{initialState:n="active"}=t,r=Np(n==="active");function o(){r.value=!1}function s(){r.value=!0}const i=(...l)=>{r.value&&e(...l)};return{isActive:Rn(r),pause:o,resume:s,eventFilter:i}}function Mp(e){let t;function n(){return t||(t=e()),t}return n.reset=async()=>{const r=t;t=void 0,r&&await r},n}function Ui(e){return e.endsWith("rem")?Number.parseFloat(e)*16:Number.parseFloat(e)}function $p(e){return Jt()}function Nr(e){return Array.isArray(e)?e:[e]}function Np(...e){if(e.length!==1)return Rl(...e);const t=e[0];return typeof t=="function"?Rn(Ll(()=>({get:t,set:un}))):Ve(t)}function ja(e,t=200,n={}){return xs(Op(t,n),e)}function Hp(e,t=200,n=!1,r=!0,o=!1){return xs(Dp(t,n,r,o),e)}function Vp(e,t,n={}){const{eventFilter:r=Va,...o}=n;return je(e,xs(r,t),o)}function jp(e,t,n={}){const{eventFilter:r,initialState:o="active",...s}=n,{eventFilter:i,pause:l,resume:a,isActive:c}=Ip(r,{initialState:o});return{stop:Vp(e,t,{...s,eventFilter:i}),pause:l,resume:a,isActive:c}}function co(e,t=!0,n){$p()?Ze(e,n):t?e():fn(e)}function Fp(e,t,n={}){const{immediate:r=!0,immediateCallback:o=!1}=n,s=ye(!1);let i=null;function l(){i&&(clearTimeout(i),i=null)}function a(){s.value=!1,l()}function c(...u){o&&e(),l(),s.value=!0,i=setTimeout(()=>{s.value=!1,i=null,e(...u)},ke(t))}return r&&(s.value=!0,Cs&&c()),Es(a),{isPending:Rn(s),start:c,stop:a}}function Ts(e=!1,t={}){const{truthyValue:n=!0,falsyValue:r=!1}=t,o=Me(e),s=ye(e);function i(l){if(arguments.length)return s.value=l,s.value;{const a=ke(n);return s.value=s.value===a?ke(r):a,s.value}}return o?i:[s,i]}function ks(e,t,n){return je(e,t,{...n,immediate:!0})}const Rt=Cs?window:void 0,Fa=Cs?window.navigator:void 0;function Ft(e){var t;const n=ke(e);return(t=n==null?void 0:n.$el)!=null?t:n}function Ge(...e){const t=[],n=()=>{t.forEach(l=>l()),t.length=0},r=(l,a,c,u)=>(l.addEventListener(a,c,u),()=>l.removeEventListener(a,c,u)),o=L(()=>{const l=Nr(ke(e[0])).filter(a=>a!=null);return l.every(a=>typeof a!="string")?l:void 0}),s=ks(()=>{var l,a;return[(a=(l=o.value)==null?void 0:l.map(c=>Ft(c)))!=null?a:[Rt].filter(c=>c!=null),Nr(ke(o.value?e[1]:e[0])),Nr(Lt(o.value?e[2]:e[1])),ke(o.value?e[3]:e[2])]},([l,a,c,u])=>{if(n(),!(l!=null&&l.length)||!(a!=null&&a.length)||!(c!=null&&c.length))return;const f=Rp(u)?{...u}:u;t.push(...l.flatMap(d=>a.flatMap(h=>c.map(m=>r(d,h,m,f)))))},{flush:"post"}),i=()=>{s(),n()};return Es(n),i}function Bp(){const e=ye(!1),t=Jt();return t&&Ze(()=>{e.value=!0},t),e}function uo(e){const t=Bp();return L(()=>(t.value,!!e()))}const Wp=Symbol("vueuse-ssr-width");function Up(){const e=Gl()?Ha(Wp,null):null;return typeof e=="number"?e:void 0}function Ls(e,t={}){const{window:n=Rt,ssrWidth:r=Up()}=t,o=uo(()=>n&&"matchMedia"in n&&typeof n.matchMedia=="function"),s=ye(typeof r=="number"),i=ye(),l=ye(!1),a=c=>{l.value=c.matches};return qu(()=>{if(s.value){s.value=!o.value;const c=ke(e).split(",");l.value=c.some(u=>{const f=u.includes("not all"),d=u.match(/\(\s*min-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/),h=u.match(/\(\s*max-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/);let m=!!(d||h);return d&&m&&(m=r>=Ui(d[1])),h&&m&&(m=r<=Ui(h[1])),f?!m:m});return}o.value&&(i.value=n.matchMedia(ke(e)),l.value=i.value.matches)}),Ge(i,"change",a,{passive:!0}),L(()=>l.value)}function Ki(e,t={}){const{controls:n=!1,navigator:r=Fa}=t,o=uo(()=>r&&"permissions"in r),s=ye(),i=typeof e=="string"?{name:e}:e,l=ye(),a=()=>{var u,f;l.value=(f=(u=s.value)==null?void 0:u.state)!=null?f:"prompt"};Ge(s,"change",a,{passive:!0});const c=Mp(async()=>{if(o.value){if(!s.value)try{s.value=await r.permissions.query(i)}catch{s.value=void 0}finally{a()}if(n)return fe(s.value)}});return c(),n?{state:l,isSupported:o,query:c}:l}function Kp(e={}){const{navigator:t=Fa,read:n=!1,source:r,copiedDuring:o=1500,legacy:s=!1}=e,i=uo(()=>t&&"clipboard"in t),l=Ki("clipboard-read"),a=Ki("clipboard-write"),c=L(()=>i.value||s),u=ye(""),f=ye(!1),d=Fp(()=>f.value=!1,o,{immediate:!1});async function h(){let S=!(i.value&&P(l.value));if(!S)try{u.value=await t.clipboard.readText()}catch{S=!0}S&&(u.value=w())}c.value&&n&&Ge(["copy","cut"],h,{passive:!0});async function m(S=ke(r)){if(c.value&&S!=null){let v=!(i.value&&P(a.value));if(!v)try{await t.clipboard.writeText(S)}catch{v=!0}v&&_(S),u.value=S,f.value=!0,d.start()}}function _(S){const v=document.createElement("textarea");v.value=S??"",v.style.position="absolute",v.style.opacity="0",document.body.appendChild(v),v.select(),document.execCommand("copy"),v.remove()}function w(){var S,v,b;return(b=(v=(S=document==null?void 0:document.getSelection)==null?void 0:S.call(document))==null?void 0:v.toString())!=null?b:""}function P(S){return S==="granted"||S==="prompt"}return{isSupported:c,text:u,copied:f,copy:m}}const xr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Tr="__vueuse_ssr_handlers__",qp=Gp();function Gp(){return Tr in xr||(xr[Tr]=xr[Tr]||{}),xr[Tr]}function zp(e,t){return qp[e]||t}function Jp(e){return Ls("(prefers-color-scheme: dark)",e)}function Yp(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 Qp={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()}},qi="vueuse-storage";function As(e,t,n,r={}){var o;const{flush:s="pre",deep:i=!0,listenToStorageChanges:l=!0,writeDefaults:a=!0,mergeDefaults:c=!1,shallow:u,window:f=Rt,eventFilter:d,onError:h=A=>{console.error(A)},initOnMounted:m}=r,_=(u?ye:Ve)(typeof t=="function"?t():t),w=L(()=>ke(e));if(!n)try{n=zp("getDefaultStorage",()=>{var A;return(A=Rt)==null?void 0:A.localStorage})()}catch(A){h(A)}if(!n)return _;const P=ke(t),S=Yp(P),v=(o=r.serializer)!=null?o:Qp[S],{pause:b,resume:$}=jp(_,()=>D(_.value),{flush:s,deep:i,eventFilter:d});je(w,()=>I(),{flush:s}),f&&l&&co(()=>{n instanceof Storage?Ge(f,"storage",I,{passive:!0}):Ge(f,qi,T),m&&I()}),m||I();function q(A,x){if(f){const F={key:w.value,oldValue:A,newValue:x,storageArea:n};f.dispatchEvent(n instanceof Storage?new StorageEvent("storage",F):new CustomEvent(qi,{detail:F}))}}function D(A){try{const x=n.getItem(w.value);if(A==null)q(x,null),n.removeItem(w.value);else{const F=v.write(A);x!==F&&(n.setItem(w.value,F),q(x,F))}}catch(x){h(x)}}function Q(A){const x=A?A.newValue:n.getItem(w.value);if(x==null)return a&&P!=null&&n.setItem(w.value,v.write(P)),P;if(!A&&c){const F=v.read(x);return typeof c=="function"?c(F,P):S==="object"&&!Array.isArray(F)?{...P,...F}:F}else return typeof x!="string"?x:v.read(x)}function I(A){if(!(A&&A.storageArea!==n)){if(A&&A.key==null){_.value=P;return}if(!(A&&A.key!==w.value)){b();try{(A==null?void 0:A.newValue)!==v.write(_.value)&&(_.value=Q(A))}catch(x){h(x)}finally{A?fn($):$()}}}}function T(A){I(A.detail)}return _}function Xp(e,t,n={}){const{window:r=Rt,...o}=n;let s;const i=uo(()=>r&&"ResizeObserver"in r),l=()=>{s&&(s.disconnect(),s=void 0)},a=L(()=>{const f=ke(e);return Array.isArray(f)?f.map(d=>Ft(d)):[Ft(f)]}),c=je(a,f=>{if(l(),i.value&&r){s=new ResizeObserver(t);for(const d of f)d&&s.observe(d,o)}},{immediate:!0,flush:"post"}),u=()=>{l(),c()};return Es(u),{isSupported:i,stop:u}}function Zp(e,t={width:0,height:0},n={}){const{window:r=Rt,box:o="content-box"}=n,s=L(()=>{var f,d;return(d=(f=Ft(e))==null?void 0:f.namespaceURI)==null?void 0:d.includes("svg")}),i=ye(t.width),l=ye(t.height),{stop:a}=Xp(e,([f])=>{const d=o==="border-box"?f.borderBoxSize:o==="content-box"?f.contentBoxSize:f.devicePixelContentBoxSize;if(r&&s.value){const h=Ft(e);if(h){const m=h.getBoundingClientRect();i.value=m.width,l.value=m.height}}else if(d){const h=Nr(d);i.value=h.reduce((m,{inlineSize:_})=>m+_,0),l.value=h.reduce((m,{blockSize:_})=>m+_,0)}else i.value=f.contentRect.width,l.value=f.contentRect.height},n);co(()=>{const f=Ft(e);f&&(i.value="offsetWidth"in f?f.offsetWidth:t.width,l.value="offsetHeight"in f?f.offsetHeight:t.height)});const c=je(()=>Ft(e),f=>{i.value=f?t.width:0,l.value=f?t.height:0});function u(){a(),c()}return{width:i,height:l,stop:u}}const Gi=1;function eh(e,t={}){const{throttle:n=0,idle:r=200,onStop:o=un,onScroll:s=un,offset:i={left:0,right:0,top:0,bottom:0},eventListenerOptions:l={capture:!1,passive:!0},behavior:a="auto",window:c=Rt,onError:u=D=>{console.error(D)}}=t,f=ye(0),d=ye(0),h=L({get(){return f.value},set(D){_(D,void 0)}}),m=L({get(){return d.value},set(D){_(void 0,D)}});function _(D,Q){var I,T,A,x;if(!c)return;const F=ke(e);if(!F)return;(A=F instanceof Document?c.document.body:F)==null||A.scrollTo({top:(I=ke(Q))!=null?I:m.value,left:(T=ke(D))!=null?T:h.value,behavior:ke(a)});const ie=((x=F==null?void 0:F.document)==null?void 0:x.documentElement)||(F==null?void 0:F.documentElement)||F;h!=null&&(f.value=ie.scrollLeft),m!=null&&(d.value=ie.scrollTop)}const w=ye(!1),P=an({left:!0,right:!1,top:!0,bottom:!1}),S=an({left:!1,right:!1,top:!1,bottom:!1}),v=D=>{w.value&&(w.value=!1,S.left=!1,S.right=!1,S.top=!1,S.bottom=!1,o(D))},b=ja(v,n+r),$=D=>{var Q;if(!c)return;const I=((Q=D==null?void 0:D.document)==null?void 0:Q.documentElement)||(D==null?void 0:D.documentElement)||Ft(D),{display:T,flexDirection:A,direction:x}=getComputedStyle(I),F=x==="rtl"?-1:1,ie=I.scrollLeft;S.left=ie<f.value,S.right=ie>f.value;const me=Math.abs(ie*F)<=(i.left||0),J=Math.abs(ie*F)+I.clientWidth>=I.scrollWidth-(i.right||0)-Gi;T==="flex"&&A==="row-reverse"?(P.left=J,P.right=me):(P.left=me,P.right=J),f.value=ie;let ne=I.scrollTop;D===c.document&&!ne&&(ne=c.document.body.scrollTop),S.top=ne<d.value,S.bottom=ne>d.value;const z=Math.abs(ne)<=(i.top||0),Ae=Math.abs(ne)+I.clientHeight>=I.scrollHeight-(i.bottom||0)-Gi;T==="flex"&&A==="column-reverse"?(P.top=Ae,P.bottom=z):(P.top=z,P.bottom=Ae),d.value=ne},q=D=>{var Q;if(!c)return;const I=(Q=D.target.documentElement)!=null?Q:D.target;$(I),w.value=!0,b(D),s(D)};return Ge(e,"scroll",n?Hp(q,n,!0,!1):q,l),co(()=>{try{const D=ke(e);if(!D)return;$(D)}catch(D){u(D)}}),Ge(e,"scrollend",v,l),{x:h,y:m,isScrolling:w,arrivedState:P,directions:S,measure(){const D=ke(e);c&&D&&$(D)}}}function th(e={}){const{window:t=Rt,...n}=e;return eh(t,n)}function nh(e={}){const{window:t=Rt,initialWidth:n=Number.POSITIVE_INFINITY,initialHeight:r=Number.POSITIVE_INFINITY,listenOrientation:o=!0,includeScrollbar:s=!0,type:i="inner"}=e,l=ye(n),a=ye(r),c=()=>{if(t)if(i==="outer")l.value=t.outerWidth,a.value=t.outerHeight;else if(i==="visual"&&t.visualViewport){const{width:f,height:d,scale:h}=t.visualViewport;l.value=Math.round(f*h),a.value=Math.round(d*h)}else s?(l.value=t.innerWidth,a.value=t.innerHeight):(l.value=t.document.documentElement.clientWidth,a.value=t.document.documentElement.clientHeight)};c(),co(c);const u={passive:!0};if(Ge("resize",c,u),t&&i==="visual"&&t.visualViewport&&Ge(t.visualViewport,"resize",c,u),o){const f=Ls("(orientation: portrait)");je(f,()=>c())}return{width:l,height:a}}const zi=async(e,t)=>{const{path:n,query:r}=e.currentRoute.value,{scrollBehavior:o}=e.options;e.options.scrollBehavior=void 0,await e.replace({path:n,query:r,hash:t}),e.options.scrollBehavior=o},rh=({headerLinkSelector:e,headerAnchorSelector:t,delay:n,offset:r=5})=>{const o=vr();Ge("scroll",ja(()=>{var m,_;const i=Math.max(window.scrollY,document.documentElement.scrollTop,document.body.scrollTop);if(Math.abs(i-0)<r){zi(o,"");return}const a=window.innerHeight+i,c=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight),u=Math.abs(c-a)<r,f=Array.from(document.querySelectorAll(e)),h=Array.from(document.querySelectorAll(t)).filter(w=>f.some(P=>P.hash===w.hash));for(let w=0;w<h.length;w++){const P=h[w],S=h[w+1],v=i>=(((m=P.parentElement)==null?void 0:m.offsetTop)??0)-r,b=!S||i<(((_=S.parentElement)==null?void 0:_.offsetTop)??0)-r;if(!(v&&b))continue;const q=decodeURIComponent(o.currentRoute.value.hash),D=decodeURIComponent(P.hash);if(q===D)return;if(u){for(let Q=w+1;Q<h.length;Q++)if(q===decodeURIComponent(h[Q].hash))return}zi(o,D);return}},n))},oh="a.vp-sidebar-item",sh=".header-anchor",ih=300,lh=5,ah=It({setup(){rh({headerLinkSelector:oh,headerAnchorSelector:sh,delay:ih,offset:lh})}}),ch=Object.freeze(Object.defineProperty({__proto__:null,default:ah},Symbol.toStringTag,{value:"Module"})),Ba=[...new Array(6)].map((e,t)=>`[vp-content] h${t+1}`).join(","),uh=(e,t=2)=>{if(t===!1)return[];const[n,r]=typeof t=="number"?[t,t]:t==="deep"?[2,6]:t,o=e.filter(i=>i.level>=n&&i.level<=r),s=[];e:for(let i=0;i<o.length;i++){const l=o[i];if(i===0)s.push(l);else{for(let a=i-1;a>=0;a--){const c=o[a];if(c.level<l.level){c.children.push(l);continue e}}s.push(l)}}return s},fh=(e,t=[])=>{let n;if(t.length){const r=e.cloneNode(!0);r.querySelectorAll(t.join(",")).forEach(o=>{o.remove()}),n=r.textContent||""}else n=e.textContent||"";return n.trim()},dh=(e=Ba,t=[])=>Array.from(document.querySelectorAll(e)).filter(n=>n.id&&n.hasChildNodes()).map(n=>({element:n,title:fh(n,t),link:`#${n.id}`,slug:n.id,level:Number(n.tagName[1]),children:[]})),ph=({selector:e=Ba,levels:t=2,ignore:n=[]}={})=>uh(dh(e,n),t),Wa=(e,t)=>{var r;const n=(r=Jt())==null?void 0:r.appContext.components;return n?e in n||Xe(e)in n||ur(Xe(e))in n:!1},Rs=e=>{const t=dp();return L(()=>ke(e)[t.value]??{})},hh=()=>{const e=pp();return L(()=>Object.keys(e.value))},gh=e=>typeof e<"u",Ua=(e,t)=>dt(e)&&e.startsWith(t),{keys:vh}=Object,Ka=e=>Ua(e,"/")&&e[1]!=="/",qa=e=>!qf(e)&&!gr(e);var mh={"/":{backToTop:"Вернуться к началу"},"/eng/":{backToTop:"Back to top"}};const _h=ae({name:"BackToTop",setup(){const e=mr(),t=Rs(mh),n=ye(),{height:r}=Zp(n),{height:o}=nh(),{y:s}=th(),i=L(()=>e.value.backToTop!==!1&&s.value>100),l=L(()=>s.value/(r.value-o.value)*100);return Ze(()=>{n.value=document.body}),()=>G(gs,{name:"back-to-top"},()=>i.value?G("button",{type:"button",class:"vp-back-to-top-button","aria-label":t.value.backToTop,onClick:()=>{window.scrollTo({top:0,behavior:"smooth"})}},[G("span",{class:"vp-scroll-progress",role:"progressbar","aria-labelledby":"loadinglabel","aria-valuenow":l.value},G("svg",G("circle",{cx:"26",cy:"26",r:"24",fill:"none",stroke:"currentColor","stroke-width":"4","stroke-dasharray":`${Math.PI*l.value*.48} ${Math.PI*(100-l.value)*.48}`}))),G("div",{class:"back-to-top-icon"})]):null)}}),bh=It({rootComponents:[_h]}),yh=Object.freeze(Object.defineProperty({__proto__:null,default:bh},Symbol.toStringTag,{value:"Module"})),Sh=/language-(shellscript|shell|bash|sh|zsh)/,wh=({duration:e=2e3,locales:t,selector:n,showInMobile:r,ignoreSelector:o=[],transform:s})=>{const i=Ls("(max-width: 419px)"),l=L(()=>!i.value||r),a=Rs(t),c=m=>{var w;if(m.hasAttribute("copy-code"))return;const _=document.createElement("button");_.type="button",_.classList.add("vp-copy-code-button"),_.setAttribute("aria-label",a.value.copy),_.setAttribute("data-copied",a.value.copied),(w=m.parentElement)==null||w.insertBefore(_,m),m.setAttribute("copy-code","")},u=()=>{document.body.classList.toggle("no-copy-code",!l.value),l.value&&document.querySelectorAll(n.join(",")).forEach(c)};ks(l,u,{flush:"post"}),lo(m=>{m!=="beforeUnmount"&&u()});const{copy:f}=Kp({legacy:!0}),d=new WeakMap,h=async(m,_,w)=>{const P=_.cloneNode(!0);o.length&&P.querySelectorAll(o.join(",")).forEach(b=>{b.remove()}),s&&s(P);let S=P.textContent||"";if(Sh.test(m.className)&&(S=S.replace(/^ *(\$|>) /gm,"")),await f(S),e<=0)return;w.classList.add("copied"),clearTimeout(d.get(w));const v=setTimeout(()=>{w.classList.remove("copied"),w.blur(),d.delete(w)},e);d.set(w,v)};Ge("click",m=>{const _=m.target;if(l.value&&_.matches('div[class*="language-"] > button.vp-copy-code-button')){const w=_.parentElement,P=_.nextElementSibling;if(!w||!P)return;h(w,P,_)}})};var Ph=[],Eh={"/":{copy:"Скопировать код",copied:"Скопировано"},"/eng/":{copy:"Copy code",copied:"Copied"}},Ch=['[vp-content] div[class*="language-"] pre'];const xh=It({setup:()=>{wh({selector:Ch,ignoreSelector:Ph,locales:Eh,duration:2e3,showInMobile:!1})}}),Th=Object.freeze(Object.defineProperty({__proto__:null,default:xh},Symbol.toStringTag,{value:"Module"})),kh=It({setup(){Ge("beforeprint",()=>{document.querySelectorAll("details").forEach(e=>{e.open=!0})})}}),Lh=Object.freeze(Object.defineProperty({__proto__:null,default:kh},Symbol.toStringTag,{value:"Module"}));var Ji={"/":{contributors:"Участники",changelog:"История изменений",timeOn:"в",viewChangelog:"Показать всю историю изменений",latestUpdateAt:"Последнее обновление:"},"/eng/":{contributors:"Contributors",changelog:"Changelog",timeOn:"on",viewChangelog:"View All Changelog",latestUpdateAt:"Last Updated:"}};const Ah=typeof Ji>"u"?{}:Ji,Ga=()=>Rs(Ah),za=({level:e=2,text:t,anchor:n})=>G(`h${e||2}`,{id:n,tabindex:"-1"},G("a",{href:`#${n}`,class:"header-anchor"},G("span",t))),Rh=ae({name:"Contributors",props:{title:String,headerLevel:{type:Number,default:2}},setup(e){const t=Ga(),n=mr(),r=Da(),o=L(()=>{var i;return n.value.contributors===!1?[]:((i=r.value.git)==null?void 0:i.contributors)??[]}),s=({item:{name:i,url:l,avatar:a}})=>G(l?"a":"span",{href:l,target:"_blank",rel:"noreferrer",class:"contributor"},[a?G("img",{src:a,alt:i,class:"avatar"}):null,G("span",{class:"name"},i)]);return()=>o.value.length?[G(za,{level:e.headerLevel,anchor:"doc-contributors",text:e.title||t.value.contributors}),G("div",{class:"vp-contributors"},o.value.map(i=>G(s,{item:i,key:i.name+i.email})))]:null}}),Oh=ae({name:"Changelog",props:{title:String,headerLevel:{type:Number,default:2}},setup(e){const t=Ga(),n=mr(),r=Da(),o=Ia(),s=L(()=>{var h;if(n.value.changelog===!1)return[];const d=new Intl.DateTimeFormat(o.value,{dateStyle:"short"});return(((h=r.value.git)==null?void 0:h.changelog)??[]).map(({date:m,..._})=>({datetime:d.format(m),..._}))}),i=L(()=>{var m;const d=(((m=r.value.git)==null?void 0:m.changelog)??[])[0];return d?new Intl.DateTimeFormat(o.value,{dateStyle:"short",timeStyle:"short"}).format(d.date):""}),[l,a]=Ts(),c=()=>G("div",{class:"changelog-header",onClick:a},[G("div",{class:"latest-updated"},[G("span",{class:"vpi-changelog"}),G("span",[t.value.latestUpdateAt," "]),G("span",{"data-allow-mismatch":""},i.value)]),G("div",[G("span",{class:"vpi-changelog-menu"}),G("span",t.value.viewChangelog)])]),u=({item:d})=>G("li",{class:"changelog release-tag"},G("div",[G("a",{class:"link release-tag"},G("code",d.tag)),G("span",{class:"datetime","data-allow-mismatch":""},[t.value.timeOn," ",d.datetime])])),f=({item:d})=>G("li",{class:"changelog commit"},[G(d.commitUrl?"a":"span",{class:"link hash",href:d.commitUrl,target:"_blank",rel:"noreferrer"},[G("code",d.hash.slice(0,5))]),G("span",{class:"divider"},"-"),G("span",{class:"message",innerHTML:d.message}),G("span",{class:"datetime","data-allow-mismatch":""},[t.value.timeOn||"on"," ",d.datetime])]);return()=>s.value.length?[G(za,{level:e.headerLevel,anchor:"doc-changelog",text:e.title||t.value.changelog}),G("div",{class:["vp-changelog",{active:l.value}]},[G(c),G("ul",{class:"changelog-list"},[s.value.map(d=>d.tag?G(u,{item:d,key:d.tag}):G(f,{item:d,key:d.hash}))])])]:null}}),Dh={enhance:({app:e})=>{e.component("GitContributors",Rh),e.component("GitChangelog",Oh)}},Ih=Object.freeze(Object.defineProperty({__proto__:null,default:Dh},Symbol.toStringTag,{value:"Module"}));/**
|
||
* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress
|
||
* @license MIT
|
||
*/const Yi=(e,t)=>{e.classList.add(t)},Qi=(e,t)=>{e.classList.remove(t)},Mh=e=>{var t;(t=e==null?void 0:e.parentNode)==null||t.removeChild(e)},Ro=(e,t,n)=>e<t?t:e>n?n:e,Xi=e=>(-1+e)*100,$h=(()=>{const e=[],t=()=>{const n=e.shift();n&&n(t)};return n=>{e.push(n),e.length===1&&t()}})(),Nh=e=>e.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,(t,n)=>n.toUpperCase()),kr=(()=>{const e=["Webkit","O","Moz","ms"],t={},n=s=>{const{style:i}=document.body;if(s in i)return s;const l=s.charAt(0).toUpperCase()+s.slice(1);let a=e.length;for(;a--;){const c=`${e[a]}${l}`;if(c in i)return c}return s},r=s=>{const i=Nh(s);return t[i]??(t[i]=n(i))},o=(s,i,l)=>{s.style[r(i)]=l};return(s,i)=>{for(const l in i){const a=i[l];Object.hasOwn(i,l)&&gh(a)&&o(s,l,a)}}})(),Et={minimum:.08,easing:"ease",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,barSelector:'[role="bar"]',parent:"body",template:'<div class="bar" role="bar"></div>'},Re={percent:null,isRendered:()=>!!document.getElementById("nprogress"),set:e=>{const{speed:t,easing:n}=Et,r=Re.isStarted(),o=Ro(e,Et.minimum,1);Re.percent=o===1?null:o;const s=Re.render(!r),i=s.querySelector(Et.barSelector);return s.offsetWidth,$h(l=>{kr(i,{transform:`translate3d(${Xi(o)}%,0,0)`,transition:`all ${t}ms ${n}`}),o===1?(kr(s,{transition:"none",opacity:"1"}),s.offsetWidth,setTimeout(()=>{kr(s,{transition:`all ${t}ms linear`,opacity:"0"}),setTimeout(()=>{Re.remove(),l()},t)},t)):setTimeout(()=>{l()},t)}),Re},isStarted:()=>typeof Re.percent=="number",start:()=>{Re.percent||Re.set(0);const e=()=>{setTimeout(()=>{Re.percent&&(Re.trickle(),e())},Et.trickleSpeed)};return e(),Re},done:e=>!e&&!Re.percent?Re:Re.increase(.3+.5*Math.random()).set(1),increase:e=>{let{percent:t}=Re;return t?(t=Ro(t+(typeof e=="number"?e:(1-t)*Ro(Math.random()*t,.1,.95)),0,.994),Re.set(t)):Re.start()},trickle:()=>Re.increase(Math.random()*Et.trickleRate),render:e=>{if(Re.isRendered())return document.getElementById("nprogress");Yi(document.documentElement,"nprogress-busy");const t=document.createElement("div");t.id="nprogress",t.innerHTML=Et.template;const n=t.querySelector(Et.barSelector),r=document.querySelector(Et.parent),o=e?"-100":Xi(Re.percent??0);return kr(n,{transition:"all 0 linear",transform:`translate3d(${o}%,0,0)`}),r&&(r!==document.body&&Yi(r,"nprogress-custom-parent"),r.appendChild(t)),t},remove:()=>{Qi(document.documentElement,"nprogress-busy"),Qi(document.querySelector(Et.parent),"nprogress-custom-parent"),Mh(document.getElementById("nprogress"))}},Hh=()=>{Ze(()=>{const e=vr(),t=new Set;t.add(e.currentRoute.value.path),e.beforeEach(n=>{t.has(n.path)||Re.start()}),e.afterEach(n=>{t.add(n.path),Re.done()})})},Vh=It({setup(){Hh()}}),jh=Object.freeze(Object.defineProperty({__proto__:null,default:Vh},Symbol.toStringTag,{value:"Module"})),Fh=({selector:e='div[class*="language-"].has-collapsed-lines > .collapsed-lines'}={})=>{Ge("click",t=>{const n=t.target;if(n.matches(e)){const r=n.parentElement;r!=null&&r.classList.toggle("collapsed")&&r.scrollIntoView({block:"center",behavior:"instant"})}})},Bh={setup(){Fh()}},Wh=Object.freeze(Object.defineProperty({__proto__:null,default:Bh},Symbol.toStringTag,{value:"Module"})),Uh="VUEPRESS_CODE_TAB_STORE",Lr=As(Uh,{}),Kh=ae({name:"CodeTabs",props:{active:{type:Number,default:0},data:{type:Array,required:!0},id:{type:String,required:!0},tabId:String},slots:Object,setup(e,{slots:t}){const n=Ve(e.active),r=ye([]),o=()=>{e.tabId&&(Lr.value[e.tabId]=e.data[n.value].id)},s=(c=n.value)=>{n.value=c<r.value.length-1?c+1:0,r.value[n.value].focus()},i=(c=n.value)=>{n.value=c>0?c-1:r.value.length-1,r.value[n.value].focus()},l=(c,u)=>{c.key===" "||c.key==="Enter"?(c.preventDefault(),n.value=u):c.key==="ArrowRight"?(c.preventDefault(),s()):c.key==="ArrowLeft"&&(c.preventDefault(),i()),e.tabId&&(Lr.value[e.tabId]=e.data[n.value].id)},a=()=>{if(e.tabId){const c=e.data.findIndex(({id:u})=>Lr.value[e.tabId]===u);if(c!==-1)return c}return e.active};return Ze(()=>{n.value=a(),je(()=>e.tabId&&Lr.value[e.tabId],(c,u)=>{if(e.tabId&&c!==u){const f=e.data.findIndex(({id:d})=>d===c);f!==-1&&(n.value=f)}})}),()=>e.data.length?G("div",{class:"vp-code-tabs"},[G("div",{class:"vp-code-tabs-nav",role:"tablist"},e.data.map(({id:c},u)=>{const f=u===n.value;return G("button",{type:"button",ref:d=>{d&&(r.value[u]=d)},class:["vp-code-tab-nav",{active:f}],role:"tab","aria-controls":`codetab-${e.id}-${u}`,"aria-selected":f,onClick:()=>{n.value=u,o()},onKeydown:d=>{l(d,u)}},t[`title${u}`]({value:c,isActive:f}))})),e.data.map(({id:c},u)=>{const f=u===n.value;return G("div",{class:["vp-code-tab",{active:f}],id:`codetab-${e.id}-${u}`,role:"tabpanel","aria-expanded":f},[G("div",{class:"vp-code-tab-title"},t[`title${u}`]({value:c,isActive:f})),t[`tab${u}`]({value:c,isActive:f})])})]):null}}),qh="VUEPRESS_TAB_STORE",Oo=As(qh,{}),Gh=ae({name:"Tabs",props:{active:{type:Number,default:0},data:{type:Array,required:!0},id:{type:String,required:!0},tabId:String},slots:Object,setup(e,{slots:t}){const n=Ve(e.active),r=ye([]),o=()=>{e.tabId&&(Oo.value[e.tabId]=e.data[n.value].id)},s=(c=n.value)=>{n.value=c<r.value.length-1?c+1:0,r.value[n.value].focus()},i=(c=n.value)=>{n.value=c>0?c-1:r.value.length-1,r.value[n.value].focus()},l=(c,u)=>{c.key===" "||c.key==="Enter"?(c.preventDefault(),n.value=u):c.key==="ArrowRight"?(c.preventDefault(),s()):c.key==="ArrowLeft"&&(c.preventDefault(),i()),o()},a=()=>{if(e.tabId){const c=e.data.findIndex(({id:u})=>Oo.value[e.tabId]===u);if(c!==-1)return c}return e.active};return Ze(()=>{n.value=a(),je(()=>e.tabId&&Oo.value[e.tabId],(c,u)=>{if(e.tabId&&c!==u){const f=e.data.findIndex(({id:d})=>d===c);f!==-1&&(n.value=f)}})}),()=>e.data.length?G("div",{class:"vp-tabs"},[G("div",{class:"vp-tabs-nav",role:"tablist"},e.data.map(({id:c},u)=>{const f=u===n.value;return G("button",{type:"button",ref:d=>{d&&(r.value[u]=d)},class:["vp-tab-nav",{active:f}],role:"tab","aria-controls":`tab-${e.id}-${u}`,"aria-selected":f,onClick:()=>{n.value=u,o()},onKeydown:d=>{l(d,u)}},t[`title${u}`]({value:c,isActive:f}))})),e.data.map(({id:c},u)=>{const f=u===n.value;return G("div",{class:["vp-tab",{active:f}],id:`tab-${e.id}-${u}`,role:"tabpanel","aria-expanded":f},[G("div",{class:"vp-tab-title"},t[`title${u}`]({value:c,isActive:f})),t[`tab${u}`]({value:c,isActive:f})])})]):null}}),zh={enhance:({app:e})=>{e.component("CodeTabs",Kh),e.component("Tabs",Gh)}},Jh=Object.freeze(Object.defineProperty({__proto__:null,default:zh},Symbol.toStringTag,{value:"Module"})),Yh=JSON.parse(`{"repo":"https://git.pleshevski.ru/pleshevskiy/pleshevski.ru","locales":{"/":{"selectLanguageName":"Русский","navbar":["/","/works"],"notFound":["Верните страницу!","Мы потеряли страницу...","Вы заблокированы в лабиринте.","Искали кота?","Страница украдена.","Ошиблись в параллельной вселенной."],"backToHome":"Вернуться на главную","worksTable":{"name":"Название","description":"Описание","role":"Роль","technologies":"Технологии","status":"Статус","dates":"Даты"}},"/eng/":{"selectLanguageName":"English","navbar":["/eng/","/eng/works"],"notFound":["Return the page!","We lost a page...","You're blocked in a labyrinth.","Looking for a cat?","The page has been stolen.","Wrong turn in parallel universe."],"backToHome":"Back to home","worksTable":{"name":"Name","description":"Description","role":"Role","technologies":"Technologies","status":"Status","dates":"Dates"}}},"colorMode":"auto","colorModeSwitch":true,"navbar":[],"logo":null,"selectLanguageText":"Languages","selectLanguageAriaLabel":"Select language","sidebar":"heading","sidebarDepth":2,"editLink":true,"editLinkText":"Edit this page","lastUpdated":true,"lastUpdatedText":"Last Updated","contributors":true,"contributorsText":"Contributors","notFound":["There's nothing here.","How did we get here?","That's a Four-Oh-Four.","Looks like we've got some broken links."],"backToHome":"Take me home","openInNewWindow":"open in new window","toggleColorMode":"toggle color mode","toggleSidebar":"toggle sidebar"}`),Qh=Ve(Yh),Ja=()=>Qh,Ya=Symbol(""),Xh=()=>{const e=qe(Ya);if(!e)throw new Error("useThemeLocaleData() is called without provider.");return e},Zh=(e,t)=>{const{locales:n,...r}=e;return{...r,...n==null?void 0:n[t]}},eg=It({enhance({app:e}){const t=Ja(),n=e._context.provides[bs],r=L(()=>Zh(t.value,n.routeLocale.value));e.provide(Ya,r),Object.defineProperties(e.config.globalProperties,{$theme:{get(){return t.value}},$themeLocale:{get(){return r.value}}})}}),tg=Object.freeze(Object.defineProperty({__proto__:null,default:eg},Symbol.toStringTag,{value:"Module"})),Ie=()=>{const{pageData:e,pageFrontmatter:t,pageLang:n,siteData:r,siteLocaleData:o,...s}=gt();return{...s,page:e,frontmatter:t,lang:n,site:r,siteLocale:o,theme:Ja(),themeLocale:Xh()}},Qa=Symbol(""),ng=e=>{const t=(n=e.value)=>{const r=window.document.documentElement;r.dataset.theme=n?"dark":"light"};Ze(()=>{ks(e,t)}),to(()=>{t()})},Os=()=>{const e=qe(Qa);if(!e)throw new Error("useDarkMode() is called without provider.");return e},rg=()=>{const{themeLocale:e}=Ie(),t=Jp(),n=As("vuepress-color-scheme",e.value.colorMode),r=L({get(){return e.value.colorModeSwitch?n.value==="auto"?t.value:n.value==="dark":e.value.colorMode==="dark"},set(o){o===t.value?n.value="auto":n.value=o?"dark":"light"}});Wt(Qa,r),ng(r)},Xa=Symbol("headers"),og=()=>{const e=Ha(Xa);if(!e)throw new Error("useHeaders() is called without provider.");return e},sg=()=>{const{frontmatter:e,themeLocale:t}=Ie(),n=Ve([]),r=L(()=>e.value.sidebarDepth??t.value.sidebarDepth??2),o=()=>{if(r.value<=0){n.value=[];return}n.value=ph({levels:[2,r.value+1],ignore:[".vp-badge"]})};Lp(Xa,n),lo(s=>{s==="beforeUnmount"?n.value=[]:o()})};let Do=null,jn=null;const ig={wait:()=>Do,pending:()=>{Do=new Promise(e=>{jn=e})},resolve:()=>{jn==null||jn(),Do=null,jn=null}},Za=()=>ig,Ln=(e,t)=>{const{notFound:n,meta:r,path:o}=lr(e,t);return n?{text:o,link:o}:{text:r.title||o,link:o}},Cn=(e="",t="")=>Ka(t)||gr(t)?t:`${td(e)}${t}`,lg=e=>({text:e.title,link:e.link,children:Ds(e.children)}),Ds=e=>e?e.map(t=>lg(t)):[],ec=(e,t)=>[{text:e.title,children:Ds(t)}],tc=(e,t,n,r="")=>{const o=(s,i)=>{var a;const l=dt(s)?Ln(Cn(i,s)):dt(s.link)?{...s,link:qa(s.link)?Ln(Cn(i,s.link)).link:s.link}:s;if("children"in l)return{...l,children:l.children.map(c=>o(c,Cn(i,l.prefix)))};if(l.link===n){const c=((a=t[0])==null?void 0:a.level)===1?t[0].children:t;return{...l,children:Ds(c)}}return l};return e.map(s=>o(s,r))},ag=(e,t,n,r)=>{const o=vh(e).sort((s,i)=>i.length-s.length);for(const s of o)if(Ua(decodeURI(r),s)){const i=e[s];return i?i==="heading"?ec(t,n):tc(i,n,r,s):[]}return console.warn(`${decodeURI(r)} is missing sidebar config.`),[]},nc=Symbol("sidebarItems"),Is=()=>{const e=qe(nc);if(!e)throw new Error("useSidebarItems() is called without provider.");return e},cg=(e,t,n,r,o)=>e===!1?[]:e==="heading"?ec(t,o):Array.isArray(e)?tc(e,o,n,r):vs(e)?ag(e,t,o,n):[],ug=()=>{const{frontmatter:e,page:t,routeLocale:n,themeLocale:r}=Ie(),o=og(),s=Ma(),i=L(()=>e.value.home?!1:e.value.sidebar??r.value.sidebar??"heading"),l=L(()=>cg(i.value,t.value,s.value,n.value,o.value));Wt(nc,l)},fg=ae({__name:"Badge",props:{type:{default:"tip"},text:{default:""},vertical:{default:void 0}},setup(e,{expose:t}){t();const n={};return Object.defineProperty(n,"__isScriptSetup",{enumerable:!1,value:!0}),n}}),Se=(e,t)=>{const n=e.__vccOpts||e;for(const[r,o]of t)n[r]=o;return n};function dg(e,t,n,r,o,s){return V(),Z("span",{class:Ke(["vp-badge",n.type]),style:An({verticalAlign:n.vertical})},[Ce(e.$slots,"default",{},()=>[Kt(ue(n.text),1)])],6)}const pg=Se(fg,[["render",dg],["__file","Badge.vue"]]),hg=ae({__name:"VPFadeSlideYTransition",emits:["beforeEnter","beforeLeave"],setup(e,{expose:t}){t();const n={};return Object.defineProperty(n,"__isScriptSetup",{enumerable:!1,value:!0}),n}});function gg(e,t,n,r,o,s){return V(),Le(gs,{name:"vp-fade-slide-y",mode:"out-in",onBeforeEnter:t[0]||(t[0]=i=>e.$emit("beforeEnter")),onBeforeLeave:t[1]||(t[1]=i=>e.$emit("beforeLeave"))},{default:xe(()=>[Ce(e.$slots,"default")]),_:3})}const vg=Se(hg,[["render",gg],["__file","VPFadeSlideYTransition.vue"]]),mg=ae({__name:"VPHomeFeatures",setup(e,{expose:t}){t();const{frontmatter:n}=Ie(),r=L(()=>n.value.features??[]),o={frontmatter:n,features:r};return Object.defineProperty(o,"__isScriptSetup",{enumerable:!1,value:!0}),o}}),_g={key:0,class:"vp-features"};function bg(e,t,n,r,o,s){return r.features.length?(V(),Z("div",_g,[(V(!0),Z(be,null,At(r.features,i=>(V(),Z("div",{key:i.title,class:"vp-feature"},[K("h2",null,ue(i.title),1),K("p",null,ue(i.details),1)]))),128))])):De("",!0)}const yg=Se(mg,[["render",bg],["__file","VPHomeFeatures.vue"]]),Sg=ae({__name:"VPHomeFooter",setup(e,{expose:t}){t();const n=mr(),r=L(()=>n.value.footer),o=L(()=>n.value.footerHtml),s={frontmatter:n,footer:r,footerHtml:o};return Object.defineProperty(s,"__isScriptSetup",{enumerable:!1,value:!0}),s}}),wg=["innerHTML"],Pg=["textContent"];function Eg(e,t,n,r,o,s){return r.footer?(V(),Z(be,{key:0},[r.footerHtml?(V(),Z("div",{key:0,class:"vp-footer","vp-footer":"",innerHTML:r.footer},null,8,wg)):(V(),Z("div",{key:1,class:"vp-footer","vp-footer":"",textContent:ue(r.footer)},null,8,Pg))],64)):De("",!0)}const Cg=Se(Sg,[["render",Eg],["__file","VPHomeFooter.vue"]]),xg=ae({__name:"VPAutoLink",props:{config:{}},setup(e,{expose:t}){t();const n={get AutoLink(){return _p}};return Object.defineProperty(n,"__isScriptSetup",{enumerable:!1,value:!0}),n}});function Tg(e,t,n,r,o,s){return V(),Le(r.AutoLink,{config:n.config},xu({before:xe(()=>[Ce(e.$slots,"before",ho(Ir(n.config)))]),after:xe(()=>[Ce(e.$slots,"after",ho(Ir(n.config)))]),_:2},[e.$slots.default?{name:"default",fn:xe(()=>[Ce(e.$slots,"default",ho(Ir(n.config)))]),key:"0"}:void 0]),1032,["config"])}const Dn=Se(xg,[["render",Tg],["__file","VPAutoLink.vue"]]),kg=ae({__name:"VPHomeHero",setup(e,{expose:t}){t();const{frontmatter:n,siteLocale:r}=Ie(),o=Os(),s=L(()=>n.value.heroText===null?null:n.value.heroText||r.value.title||"Hello"),i=L(()=>n.value.tagline===null?null:n.value.tagline||r.value.description||"Welcome to your VuePress site"),l=L(()=>o.value&&n.value.heroImageDark!==void 0?n.value.heroImageDark:n.value.heroImage),a=L(()=>n.value.heroAlt||s.value||"hero"),c=L(()=>n.value.heroHeight??280),u=L(()=>Array.isArray(n.value.actions)?n.value.actions.map(({type:h="primary",...m})=>({type:h,...m})):[]),d={frontmatter:n,siteLocale:r,isDarkMode:o,heroText:s,tagline:i,heroImage:l,heroAlt:a,heroHeight:c,actions:u,HomeHeroImage:()=>{if(!l.value)return null;const h=G("img",{class:"vp-hero-image",src:ws(l.value),alt:a.value,height:c.value});return n.value.heroImageDark===void 0?h:G(ys,()=>h)},VPAutoLink:Dn};return Object.defineProperty(d,"__isScriptSetup",{enumerable:!1,value:!0}),d}}),Lg={class:"vp-hero"},Ag={key:0,id:"main-title"},Rg={key:1,class:"vp-hero-description"},Og={key:2,class:"vp-hero-actions"};function Dg(e,t,n,r,o,s){return V(),Z("header",Lg,[re(r.HomeHeroImage),r.heroText?(V(),Z("h1",Ag,ue(r.heroText),1)):De("",!0),r.tagline?(V(),Z("p",Rg,ue(r.tagline),1)):De("",!0),r.actions.length?(V(),Z("p",Og,[(V(!0),Z(be,null,At(r.actions,i=>(V(),Le(r.VPAutoLink,{key:i.text,class:Ke(["vp-hero-action-button",[i.type]]),config:i},null,8,["class","config"]))),128))])):De("",!0)])}const Ig=Se(kg,[["render",Dg],["__file","VPHomeHero.vue"]]),Mg=ae({__name:"VPHome",setup(e,{expose:t}){t();const n={VPHomeFeatures:yg,VPHomeFooter:Cg,VPHomeHero:Ig,get Content(){return Ss}};return Object.defineProperty(n,"__isScriptSetup",{enumerable:!1,value:!0}),n}}),$g={class:"vp-home"},Ng={"vp-content":""};function Hg(e,t,n,r,o,s){return V(),Z("main",$g,[re(r.VPHomeHero),re(r.VPHomeFeatures),K("div",Ng,[re(r.Content)]),re(r.VPHomeFooter)])}const Vg=Se(Mg,[["render",Hg],["__file","VPHome.vue"]]),jg=ae({__name:"VPNavbarBrand",setup(e,{expose:t}){t();const{routeLocale:n,siteLocale:r,themeLocale:o}=Ie(),s=Os(),i=L(()=>o.value.home||n.value),l=L(()=>r.value.title),a=L(()=>s.value&&o.value.logoDark!==void 0?o.value.logoDark:o.value.logo),c=L(()=>o.value.logoAlt??l.value),u=L(()=>l.value.toLocaleUpperCase().trim()===c.value.toLocaleUpperCase().trim()),d={routeLocale:n,siteLocale:r,themeLocale:o,isDarkMode:s,navbarBrandLink:i,navbarBrandTitle:l,navbarBrandLogo:a,navbarBrandLogoAlt:c,navBarLogoAltMatchesTitle:u,NavbarBrandLogo:()=>{if(!a.value)return null;const h=G("img",{class:"vp-site-logo",src:ws(a.value),alt:c.value});return o.value.logoDark===void 0?h:G(ys,()=>h)},get RouteLink(){return ao}};return Object.defineProperty(d,"__isScriptSetup",{enumerable:!1,value:!0}),d}}),Fg=["aria-hidden"];function Bg(e,t,n,r,o,s){return V(),Le(r.RouteLink,{to:r.navbarBrandLink},{default:xe(()=>[re(r.NavbarBrandLogo),r.navbarBrandTitle?(V(),Z("span",{key:0,class:Ke(["vp-site-name",{"vp-hide-mobile":r.navbarBrandLogo}]),"aria-hidden":r.navBarLogoAltMatchesTitle},ue(r.navbarBrandTitle),11,Fg)):De("",!0)]),_:1},8,["to"])}const Wg=Se(jg,[["render",Bg],["__file","VPNavbarBrand.vue"]]),Ug=ae({__name:"VPDropdownTransition",setup(e,{expose:t}){t();const o={setHeight:s=>{s.style.height=`${s.scrollHeight}px`},unsetHeight:s=>{s.style.height=""}};return Object.defineProperty(o,"__isScriptSetup",{enumerable:!1,value:!0}),o}});function Kg(e,t,n,r,o,s){return V(),Le(gs,{name:"vp-dropdown",onEnter:r.setHeight,onAfterEnter:r.unsetHeight,onBeforeLeave:r.setHeight},{default:xe(()=>[Ce(e.$slots,"default")]),_:3})}const rc=Se(Ug,[["render",Kg],["__file","VPDropdownTransition.vue"]]),qg=ae({__name:"VPNavbarDropdown",props:{config:{}},setup(e,{expose:t}){t();const n=e,{config:r}=Al(n),[o,s]=Ts(),i=L(()=>r.value.ariaLabel||r.value.text),l=(u,f)=>f[f.length-1]===u,a=u=>{u.detail===0?s():s(!1)};lo(()=>{s(!1)});const c={props:n,config:r,open:o,toggleOpen:s,dropdownAriaLabel:i,isLastItemOfArray:l,handleDropdown:a,VPAutoLink:Dn,VPDropdownTransition:rc};return Object.defineProperty(c,"__isScriptSetup",{enumerable:!1,value:!0}),c}}),Gg=["aria-label"],zg={class:"title"},Jg=["aria-label"],Yg={class:"title"},Qg={class:"vp-navbar-dropdown"},Xg={class:"vp-navbar-dropdown-subtitle"},Zg={key:1},ev={class:"vp-navbar-dropdown-subitem-wrapper"};function tv(e,t,n,r,o,s){return V(),Z("div",{class:Ke(["vp-navbar-dropdown-wrapper",{open:r.open}])},[K("button",{class:"vp-navbar-dropdown-title",type:"button","aria-label":r.dropdownAriaLabel,onClick:r.handleDropdown},[K("span",zg,ue(r.config.text),1),t[1]||(t[1]=K("span",{class:"arrow down"},null,-1))],8,Gg),K("button",{class:"vp-navbar-dropdown-title-mobile",type:"button","aria-label":r.dropdownAriaLabel,onClick:t[0]||(t[0]=()=>r.toggleOpen())},[K("span",Yg,ue(r.config.text),1),K("span",{class:Ke(["arrow",r.open?"down":"right"])},null,2)],8,Jg),re(r.VPDropdownTransition,null,{default:xe(()=>[Wr(K("ul",Qg,[(V(!0),Z(be,null,At(r.config.children,i=>(V(),Z("li",{key:i.text,class:"vp-navbar-dropdown-item"},["children"in i?(V(),Z(be,{key:0},[K("h4",Xg,[i.link?(V(),Le(r.VPAutoLink,{key:0,config:i,onFocusout:()=>{r.isLastItemOfArray(i,r.config.children)&&i.children.length===0&&(r.open=!1)}},null,8,["config","onFocusout"])):(V(),Z("span",Zg,ue(i.text),1))]),K("ul",ev,[(V(!0),Z(be,null,At(i.children,l=>(V(),Z("li",{key:l.link,class:"vp-navbar-dropdown-subitem"},[re(r.VPAutoLink,{config:l,onFocusout:()=>{r.isLastItemOfArray(l,i.children)&&r.isLastItemOfArray(i,r.config.children)&&r.toggleOpen(!1)}},null,8,["config","onFocusout"])]))),128))])],64)):(V(),Le(r.VPAutoLink,{key:1,config:i,onFocusout:()=>{r.isLastItemOfArray(i,r.config.children)&&r.toggleOpen(!1)}},null,8,["config","onFocusout"]))]))),128))],512),[[Gr,r.open]])]),_:1})],2)}const nv=Se(qg,[["render",tv],["__file","VPNavbarDropdown.vue"]]),oc=(e,t="")=>dt(e)?Ln(Cn(t,e)):"children"in e?{...e,children:e.children.map(n=>oc(n,Cn(t,e.prefix)))}:{...e,link:qa(e.link)?Ln(Cn(t,e.link)).link:e.link},rv=()=>{const{themeLocale:e}=Ie();return L(()=>(e.value.navbar||[]).map(t=>oc(t)))},sc=e=>!oo(e)||e.includes("github.com")?"GitHub":e.includes("bitbucket.org")?"Bitbucket":e.includes("gitlab.com")?"GitLab":e.includes("gitee.com")?"Gitee":null,ov=()=>{const{themeLocale:e}=Ie(),t=L(()=>e.value.repo),n=L(()=>t.value?sc(t.value):null),r=L(()=>t.value&&!oo(t.value)?`https://github.com/${t.value}`:t.value),o=L(()=>r.value?e.value.repoLabel?e.value.repoLabel:n.value===null?"Source":n.value:null);return L(()=>!r.value||!o.value?[]:[{text:o.value,link:r.value}])},sv=()=>{const e=On(),t=hh(),{routeLocale:n,site:r,siteLocale:o,theme:s,themeLocale:i}=Ie();return L(()=>{const l=Object.keys(r.value.locales);if(l.length<2)return[];const a=e.path,c=e.fullPath;return[{text:`${i.value.selectLanguageText}`,ariaLabel:`${i.value.selectLanguageAriaLabel??i.value.selectLanguageText}`,children:l.map(f=>{var P,S;const d=((P=r.value.locales)==null?void 0:P[f])??{},h=((S=s.value.locales)==null?void 0:S[f])??{},m=`${d.lang}`,_=h.selectLanguageName??m;if(m===o.value.lang)return{text:_,activeMatch:".",link:e.fullPath};const w=a.replace(n.value,f);return{text:_,link:t.value.some(v=>v===w)?c.replace(a,w):h.home??f}})}]})},iv="719px",lv={mobile:iv};var ar;(function(e){e.Mobile="mobile"})(ar||(ar={}));const av={[ar.Mobile]:Number.parseInt(lv.mobile.replace("px",""),10)},ic=(e,t)=>{const n=av[e];Number.isInteger(n)&&(Ge("orientationchange",()=>{t(n)},!1),Ge("resize",()=>{t(n)},!1),Ze(()=>{t(n)}))},cv=ae({__name:"VPNavbarItems",setup(e,{expose:t}){t();const{themeLocale:n}=Ie(),r=rv(),o=sv(),s=ov(),i=Ve(!1),l=L(()=>n.value.navbarLabel??"site navigation"),a=L(()=>[...r.value,...o.value,...s.value]);ic(ar.Mobile,u=>{i.value=window.innerWidth<u});const c={themeLocale:n,navbarConfig:r,navbarSelectLanguage:o,navbarRepo:s,isMobile:i,navbarLabel:l,navbarLinks:a,VPAutoLink:Dn,VPNavbarDropdown:nv};return Object.defineProperty(c,"__isScriptSetup",{enumerable:!1,value:!0}),c}}),uv=["aria-label"];function fv(e,t,n,r,o,s){return r.navbarLinks.length?(V(),Z("nav",{key:0,class:"vp-navbar-items","aria-label":r.navbarLabel},[(V(!0),Z(be,null,At(r.navbarLinks,i=>(V(),Z("div",{key:i.text,class:"vp-navbar-item"},["children"in i?(V(),Le(r.VPNavbarDropdown,{key:0,class:Ke({mobile:r.isMobile}),config:i},null,8,["class","config"])):(V(),Le(r.VPAutoLink,{key:1,config:i},null,8,["config"]))]))),128))],8,uv)):De("",!0)}const lc=Se(cv,[["render",fv],["__file","VPNavbarItems.vue"]]),dv={},pv={class:"dark-icon",viewBox:"0 0 32 32"};function hv(e,t){return V(),Z("svg",pv,t[0]||(t[0]=[K("path",{d:"M13.502 5.414a15.075 15.075 0 0 0 11.594 18.194a11.113 11.113 0 0 1-7.975 3.39c-.138 0-.278.005-.418 0a11.094 11.094 0 0 1-3.2-21.584M14.98 3a1.002 1.002 0 0 0-.175.016a13.096 13.096 0 0 0 1.825 25.981c.164.006.328 0 .49 0a13.072 13.072 0 0 0 10.703-5.555a1.01 1.01 0 0 0-.783-1.565A13.08 13.08 0 0 1 15.89 4.38A1.015 1.015 0 0 0 14.98 3z",fill:"currentColor"},null,-1)]))}const gv=Se(dv,[["render",hv],["__file","VPDarkIcon.vue"]]),vv={},mv={class:"light-icon",viewBox:"0 0 32 32"};function _v(e,t){return V(),Z("svg",mv,t[0]||(t[0]=[tf('<path d="M16 12.005a4 4 0 1 1-4 4a4.005 4.005 0 0 1 4-4m0-2a6 6 0 1 0 6 6a6 6 0 0 0-6-6z" fill="currentColor"></path><path d="M5.394 6.813l1.414-1.415l3.506 3.506L8.9 10.318z" fill="currentColor"></path><path d="M2 15.005h5v2H2z" fill="currentColor"></path><path d="M5.394 25.197L8.9 21.691l1.414 1.415l-3.506 3.505z" fill="currentColor"></path><path d="M15 25.005h2v5h-2z" fill="currentColor"></path><path d="M21.687 23.106l1.414-1.415l3.506 3.506l-1.414 1.414z" fill="currentColor"></path><path d="M25 15.005h5v2h-5z" fill="currentColor"></path><path d="M21.687 8.904l3.506-3.506l1.414 1.415l-3.506 3.505z" fill="currentColor"></path><path d="M15 2.005h2v5h-2z" fill="currentColor"></path>',9)]))}const bv=Se(vv,[["render",_v],["__file","VPLightIcon.vue"]]),yv=ae({__name:"VPToggleColorModeButton",setup(e,{expose:t}){t();const{themeLocale:n}=Ie(),r=Os(),s={themeLocale:n,isDarkMode:r,toggleColorMode:()=>{r.value=!r.value},VPDarkIcon:gv,VPLightIcon:bv};return Object.defineProperty(s,"__isScriptSetup",{enumerable:!1,value:!0}),s}}),Sv=["title"];function wv(e,t,n,r,o,s){return V(),Z("button",{type:"button",class:"vp-toggle-color-mode-button",title:r.themeLocale.toggleColorMode,onClick:r.toggleColorMode},[Wr(re(r.VPLightIcon,null,null,512),[[Gr,!r.isDarkMode]]),Wr(re(r.VPDarkIcon,null,null,512),[[Gr,r.isDarkMode]])],8,Sv)}const Pv=Se(yv,[["render",wv],["__file","VPToggleColorModeButton.vue"]]),Ev=ae({__name:"VPToggleSidebarButton",emits:["toggle"],setup(e,{expose:t}){t();const{themeLocale:n}=Ie(),r={themeLocale:n};return Object.defineProperty(r,"__isScriptSetup",{enumerable:!1,value:!0}),r}}),Cv=["title"];function xv(e,t,n,r,o,s){return V(),Z("div",{class:"vp-toggle-sidebar-button",title:r.themeLocale.toggleSidebar,"aria-expanded":"false",role:"button",tabindex:"0",onClick:t[0]||(t[0]=i=>e.$emit("toggle"))},t[1]||(t[1]=[K("div",{class:"icon","aria-hidden":"true"},[K("span"),K("span"),K("span")],-1)]),8,Cv)}const Tv=Se(Ev,[["render",xv],["__file","VPToggleSidebarButton.vue"]]),kv=ae({__name:"VPNavbar",emits:["toggleSidebar"],setup(e,{expose:t}){t();const n=Wa("SearchBox")?us("SearchBox"):()=>null,{themeLocale:r}=Ie(),o=Ws("navbar"),s=Ws("navbar-brand"),i=Ve(0),l=L(()=>i.value?{maxWidth:`${i.value}px`}:{}),a=(u,f)=>{var m;const d=(m=u==null?void 0:u.ownerDocument.defaultView)==null?void 0:m.getComputedStyle(u,null)[f],h=Number.parseInt(d,10);return Number.isNaN(h)?0:h};ic(ar.Mobile,u=>{var d;const f=a(o.value,"paddingLeft")+a(o.value,"paddingRight");window.innerWidth<u?i.value=0:i.value=o.value.offsetWidth-f-(((d=s.value)==null?void 0:d.offsetWidth)??0)});const c={SearchBox:n,themeLocale:r,navbar:o,navbarBrand:s,linksWrapperMaxWidth:i,linksWrapperStyle:l,getCssValue:a,VPNavbarBrand:Wg,VPNavbarItems:lc,VPToggleColorModeButton:Pv,VPToggleSidebarButton:Tv};return Object.defineProperty(c,"__isScriptSetup",{enumerable:!1,value:!0}),c}}),Lv={ref:"navbar",class:"vp-navbar","vp-navbar":""},Av={ref:"navbar-brand"};function Rv(e,t,n,r,o,s){return V(),Z("header",Lv,[re(r.VPToggleSidebarButton,{onToggle:t[0]||(t[0]=i=>e.$emit("toggleSidebar"))}),K("span",Av,[re(r.VPNavbarBrand)],512),K("div",{class:"vp-navbar-items-wrapper",style:An(r.linksWrapperStyle)},[Ce(e.$slots,"before"),re(r.VPNavbarItems,{class:"vp-hide-mobile"}),Ce(e.$slots,"after"),r.themeLocale.colorModeSwitch?(V(),Le(r.VPToggleColorModeButton,{key:0})):De("",!0),re(r.SearchBox)],4)],512)}const Ov=Se(kv,[["render",Rv],["__file","VPNavbar.vue"]]),Dv={},Iv={class:"edit-icon",viewBox:"0 0 1024 1024"};function Mv(e,t){return V(),Z("svg",Iv,t[0]||(t[0]=[K("g",{fill:"currentColor"},[K("path",{d:"M430.818 653.65a60.46 60.46 0 0 1-50.96-93.281l71.69-114.012 7.773-10.365L816.038 80.138A60.46 60.46 0 0 1 859.225 62a60.46 60.46 0 0 1 43.186 18.138l43.186 43.186a60.46 60.46 0 0 1 0 86.373L588.879 565.55l-8.637 8.637-117.466 68.234a60.46 60.46 0 0 1-31.958 11.229z"}),K("path",{d:"M728.802 962H252.891A190.883 190.883 0 0 1 62.008 771.98V296.934a190.883 190.883 0 0 1 190.883-192.61h267.754a60.46 60.46 0 0 1 0 120.92H252.891a69.962 69.962 0 0 0-69.098 69.099V771.98a69.962 69.962 0 0 0 69.098 69.098h475.911A69.962 69.962 0 0 0 797.9 771.98V503.363a60.46 60.46 0 1 1 120.922 0V771.98A190.883 190.883 0 0 1 728.802 962z"})],-1)]))}const $v=Se(Dv,[["render",Mv],["__file","VPEditIcon.vue"]]),Nv=()=>{const{themeLocale:e,page:t,frontmatter:n}=Ie();return L(()=>{var o;return n.value.contributors??e.value.contributors??!0?((o=t.value.git)==null?void 0:o.contributors)??null:null})},Hv={GitHub:":repo/edit/:branch/:path",GitLab:":repo/-/edit/:branch/:path",Gitee:":repo/edit/:branch/:path",Bitbucket:":repo/src/:branch/:path?mode=edit&spa=0&at=:branch&fileviewer=file-view-default"},Vv=({docsRepo:e,editLinkPattern:t})=>{if(t)return t;const n=sc(e);return n!==null?Hv[n]:null},jv=({docsRepo:e,docsBranch:t,docsDir:n,filePathRelative:r,editLinkPattern:o})=>{if(!r)return null;const s=Vv({docsRepo:e,editLinkPattern:o});return s?s.replace(/:repo/,oo(e)?e:`https://github.com/${e}`).replace(/:branch/,t).replace(/:path/,ya(`${ba(n)}/${r}`)):null},Fv=()=>{const{frontmatter:e,page:t,themeLocale:n}=Ie();return L(()=>{if(!(e.value.editLink??n.value.editLink??!0))return null;const{repo:o,docsRepo:s=o,docsBranch:i="main",docsDir:l="",editLinkText:a}=n.value;if(!s)return null;const c=jv({docsRepo:s,docsBranch:i,docsDir:l,filePathRelative:t.value.filePathRelative,editLinkPattern:e.value.editLinkPattern??n.value.editLinkPattern});return c?{text:a??"Edit this page",link:c}:null})},Bv=()=>{const{frontmatter:e,page:t,themeLocale:n}=Ie();return L(()=>{var s;return!(e.value.lastUpdated??n.value.lastUpdated??!0)||!((s=t.value.git)!=null&&s.updatedTime)?null:new Date(t.value.git.updatedTime).toLocaleString()})},Wv=ae({__name:"VPPageMeta",setup(e,{expose:t}){t();const{themeLocale:n}=Ie(),r=Fv(),o=Bv(),s=Nv(),i={themeLocale:n,editLink:r,lastUpdated:o,contributors:s,VPAutoLink:Dn,VPEditIcon:$v};return Object.defineProperty(i,"__isScriptSetup",{enumerable:!1,value:!0}),i}}),Uv={class:"vp-page-meta"},Kv={key:0,class:"vp-meta-item edit-link"},qv={class:"vp-meta-item git-info"},Gv={key:0,class:"vp-meta-item last-updated"},zv={class:"meta-item-label"},Jv={class:"meta-item-info"},Yv={key:1,class:"vp-meta-item contributors"},Qv={class:"meta-item-label"},Xv={class:"meta-item-info"},Zv=["title"];function em(e,t,n,r,o,s){const i=us("ClientOnly");return V(),Z("footer",Uv,[r.editLink?(V(),Z("div",Kv,[re(r.VPAutoLink,{class:"label",config:r.editLink},{before:xe(()=>[re(r.VPEditIcon)]),_:1},8,["config"])])):De("",!0),K("div",qv,[r.lastUpdated?(V(),Z("div",Gv,[K("span",zv,ue(r.themeLocale.lastUpdatedText)+": ",1),re(i,null,{default:xe(()=>[K("span",Jv,ue(r.lastUpdated),1)]),_:1})])):De("",!0),r.contributors&&r.contributors.length?(V(),Z("div",Yv,[K("span",Qv,ue(r.themeLocale.contributorsText)+": ",1),K("span",Xv,[(V(!0),Z(be,null,At(r.contributors,(l,a)=>(V(),Z(be,{key:a},[K("span",{class:"contributor",title:`email: ${l.email}`},ue(l.name),9,Zv),a!==r.contributors.length-1?(V(),Z(be,{key:0},[Kt(", ")],64)):De("",!0)],64))),128))])])):De("",!0)])])}const tm=Se(Wv,[["render",em],["__file","VPPageMeta.vue"]]),nm=()=>{const e=vr(),t=On();return n=>{n&&(Ka(n)?t.fullPath!==n&&e.push(n):gr(n)?window.open(n):e.push(encodeURI(n)))}},Zi=(e,t)=>e===!1?!1:dt(e)?Ln(e,t):vs(e)?{...e,link:Ln(e.link,t).link}:null,Jo=(e,t,n)=>{const r=e.findIndex(s=>s.link===t);if(r!==-1){const s=e[r+n];return s?s.link?s:"prefix"in s&&!lr(s.prefix).notFound?{...s,link:s.prefix}:null:null}for(const s of e)if("children"in s){const i=Jo(s.children,t,n);if(i)return i}const o=e.findIndex(s=>"prefix"in s&&s.prefix===t);if(o!==-1){const s=e[o+n];return s?s.link?s:"prefix"in s&&!lr(s.prefix).notFound?{...s,link:s.prefix}:null:null}return null},rm=()=>{const{frontmatter:e,themeLocale:t}=Ie(),n=Is(),r=Ma(),o=L(()=>{const i=Zi(e.value.prev,r.value);return i===!1?null:i??(t.value.prev===!1?null:Jo(n.value,r.value,-1))}),s=L(()=>{const i=Zi(e.value.next,r.value);return i===!1?null:i??(t.value.next===!1?null:Jo(n.value,r.value,1))});return{prevLink:o,nextLink:s}},om=ae({__name:"VPPageNav",setup(e,{expose:t}){t();const{themeLocale:n}=Ie(),r=nm(),{prevLink:o,nextLink:s}=rm(),i=L(()=>n.value.pageNavbarLabel??"page navigation");Ge("keydown",a=>{a.altKey&&(a.key==="ArrowRight"?s.value&&(r(s.value.link),a.preventDefault()):a.key==="ArrowLeft"&&o.value&&(r(o.value.link),a.preventDefault()))});const l={themeLocale:n,navigate:r,prevLink:o,nextLink:s,navbarLabel:i,VPAutoLink:Dn};return Object.defineProperty(l,"__isScriptSetup",{enumerable:!1,value:!0}),l}}),sm=["aria-label"],im={class:"hint"},lm={class:"link"},am={class:"external-link"},cm={class:"hint"},um={class:"link"},fm={class:"external-link"};function dm(e,t,n,r,o,s){return r.prevLink||r.nextLink?(V(),Z("nav",{key:0,class:"vp-page-nav","aria-label":r.navbarLabel},[r.prevLink?(V(),Le(r.VPAutoLink,{key:0,class:"prev",config:r.prevLink},{default:xe(()=>[K("div",im,[t[0]||(t[0]=K("span",{class:"arrow left"},null,-1)),Kt(" "+ue(r.themeLocale.prev??"Prev"),1)]),K("div",lm,[K("span",am,ue(r.prevLink.text),1)])]),_:1},8,["config"])):De("",!0),r.nextLink?(V(),Le(r.VPAutoLink,{key:1,class:"next",config:r.nextLink},{default:xe(()=>[K("div",cm,[Kt(ue(r.themeLocale.next??"Next")+" ",1),t[1]||(t[1]=K("span",{class:"arrow right"},null,-1))]),K("div",um,[K("span",fm,ue(r.nextLink.text),1)])]),_:1},8,["config"])):De("",!0)],8,sm)):De("",!0)}const pm=Se(om,[["render",dm],["__file","VPPageNav.vue"]]),hm=ae({__name:"VPPage",setup(e,{expose:t}){t();const n={VPPageMeta:tm,VPPageNav:pm,get Content(){return Ss}};return Object.defineProperty(n,"__isScriptSetup",{enumerable:!1,value:!0}),n}}),gm={class:"vp-page"},vm={"vp-content":""};function mm(e,t,n,r,o,s){return V(),Z("main",gm,[Ce(e.$slots,"top"),K("div",vm,[Ce(e.$slots,"content-top"),re(r.Content),Ce(e.$slots,"content-bottom")]),re(r.VPPageMeta),re(r.VPPageNav),Ce(e.$slots,"bottom")])}const _m=Se(hm,[["render",mm],["__file","VPPage.vue"]]),el=e=>decodeURI(e).replace(/#.*$/,"").replace(/(index)?\.(md|html)$/,""),bm=(e,t)=>{if(t.hash===e)return!0;const n=el(t.path),r=el(e);return n===r},ac=(e,t)=>e.link&&bm(e.link,t)?!0:"children"in e?e.children.some(n=>ac(n,t)):!1,ym=ae({__name:"VPSidebarItem",props:{item:{},depth:{default:0}},setup(e,{expose:t}){t();const n=e,{item:r,depth:o}=Al(n),s=On(),i=vr(),l=L(()=>r.value.collapsible),a=L(()=>ac(r.value,s)),c=L(()=>({"vp-sidebar-item":!0,"vp-sidebar-heading":o.value===0,active:a.value,collapsible:l.value})),u=L(()=>l.value?a.value:!0),[f,d]=Ts(u.value),h=w=>{l.value&&(w.preventDefault(),d())},m=i.afterEach(()=>{fn(()=>{f.value=u.value})});cs(()=>{m()});const _={props:n,item:r,depth:o,route:s,router:i,collapsible:l,isActive:a,itemClass:c,isOpenDefault:u,isOpen:f,toggleIsOpen:d,onClick:h,unregisterRouterHook:m,VPAutoLink:Dn,VPDropdownTransition:rc};return Object.defineProperty(_,"__isScriptSetup",{enumerable:!1,value:!0}),_}}),Sm={class:"vp-sidebar-children"};function wm(e,t,n,r,o,s){const i=us("VPSidebarItem",!0);return V(),Z("li",null,[r.item.link?(V(),Le(r.VPAutoLink,{key:0,class:Ke(r.itemClass),config:r.item},{after:xe(()=>[r.collapsible?(V(),Z("span",{key:0,class:Ke(["arrow",r.isOpen?"down":"right"])},null,2)):De("",!0)]),_:1},8,["class","config"])):(V(),Z("p",{key:1,tabindex:"0",class:Ke(r.itemClass),onClick:r.onClick,onKeydown:Vf(r.onClick,["enter"])},[Kt(ue(r.item.text)+" ",1),r.collapsible?(V(),Z("span",{key:0,class:Ke(["arrow",r.isOpen?"down":"right"])},null,2)):De("",!0)],34)),"children"in r.item&&r.item.children.length?(V(),Le(r.VPDropdownTransition,{key:2},{default:xe(()=>[Wr(K("ul",Sm,[(V(!0),Z(be,null,At(r.item.children,l=>(V(),Le(i,{key:`${r.depth}${l.text}${l.link}`,item:l,depth:r.depth+1},null,8,["item","depth"]))),128))],512),[[Gr,r.isOpen]])]),_:1})):De("",!0)])}const Pm=Se(ym,[["render",wm],["__file","VPSidebarItem.vue"]]),Em=ae({__name:"VPSidebarItems",setup(e,{expose:t}){t();const n=On(),r=Is();Ze(()=>{je(()=>n.hash,s=>{const i=document.querySelector(".vp-sidebar");if(!i)return;const l=document.querySelector(`.vp-sidebar .vp-sidebar-item.auto-link[href="${n.path}${s}"]`);if(!l)return;const{top:a,height:c}=i.getBoundingClientRect(),{top:u,height:f}=l.getBoundingClientRect();u<a?l.scrollIntoView(!0):u+f>a+c&&l.scrollIntoView(!1)})});const o={route:n,sidebarItems:r,VPSidebarItem:Pm};return Object.defineProperty(o,"__isScriptSetup",{enumerable:!1,value:!0}),o}}),Cm={key:0,class:"vp-sidebar-items"};function xm(e,t,n,r,o,s){return r.sidebarItems.length?(V(),Z("ul",Cm,[(V(!0),Z(be,null,At(r.sidebarItems,i=>(V(),Le(r.VPSidebarItem,{key:`${i.text}${i.link}`,item:i},null,8,["item"]))),128))])):De("",!0)}const Tm=Se(Em,[["render",xm],["__file","VPSidebarItems.vue"]]),km=ae({__name:"VPSidebar",setup(e,{expose:t}){t();const n={VPNavbarItems:lc,VPSidebarItems:Tm};return Object.defineProperty(n,"__isScriptSetup",{enumerable:!1,value:!0}),n}}),Lm={class:"vp-sidebar","vp-sidebar":""};function Am(e,t,n,r,o,s){return V(),Z("aside",Lm,[re(r.VPNavbarItems),Ce(e.$slots,"top"),re(r.VPSidebarItems),Ce(e.$slots,"bottom")])}const Rm=Se(km,[["render",Am],["__file","VPSidebar.vue"]]),Om=ae({__name:"Layout",setup(e,{expose:t}){t();const{frontmatter:n,page:r,themeLocale:o}=Ie(),s=L(()=>n.value.navbar!==!1&&o.value.navbar!==!1),i=Is(),l=Ve(!1),a=S=>{l.value=typeof S=="boolean"?S:!l.value},c={x:0,y:0},u=S=>{c.x=S.changedTouches[0].clientX,c.y=S.changedTouches[0].clientY},f=S=>{const v=S.changedTouches[0].clientX-c.x,b=S.changedTouches[0].clientY-c.y;Math.abs(v)>Math.abs(b)&&Math.abs(v)>40&&(v>0&&c.x<=80?a(!0):a(!1))},d=L(()=>n.value.externalLinkIcon??o.value.externalLinkIcon??!0),h=L(()=>[{"no-navbar":!s.value,"no-sidebar":!i.value.length,"sidebar-open":l.value,"external-link-icon":d.value},n.value.pageClass]);lo(()=>{a(!1)});const m=Za(),_=m.resolve,w=m.pending,P={frontmatter:n,page:r,themeLocale:o,shouldShowNavbar:s,sidebarItems:i,isSidebarOpen:l,toggleSidebar:a,touchStart:c,onTouchStart:u,onTouchEnd:f,enableExternalLinkIcon:d,containerClass:h,scrollPromise:m,onBeforeEnter:_,onBeforeLeave:w,VPFadeSlideYTransition:vg,VPHome:Vg,VPNavbar:Ov,VPPage:_m,VPSidebar:Rm};return Object.defineProperty(P,"__isScriptSetup",{enumerable:!1,value:!0}),P}});function Dm(e,t,n,r,o,s){return V(),Z("div",{class:Ke(["vp-theme-container",r.containerClass]),"vp-container":"",onTouchstart:r.onTouchStart,onTouchend:r.onTouchEnd},[Ce(e.$slots,"navbar",{},()=>[r.shouldShowNavbar?(V(),Le(r.VPNavbar,{key:0,onToggleSidebar:r.toggleSidebar},{before:xe(()=>[Ce(e.$slots,"navbar-before")]),after:xe(()=>[Ce(e.$slots,"navbar-after")]),_:3})):De("",!0)]),K("div",{class:"vp-sidebar-mask",onClick:t[0]||(t[0]=i=>r.toggleSidebar(!1))}),Ce(e.$slots,"sidebar",{},()=>[re(r.VPSidebar,null,{top:xe(()=>[Ce(e.$slots,"sidebar-top")]),bottom:xe(()=>[Ce(e.$slots,"sidebar-bottom")]),_:3})]),Ce(e.$slots,"page",{},()=>[re(r.VPFadeSlideYTransition,{onBeforeEnter:r.onBeforeEnter,onBeforeLeave:r.onBeforeLeave},{default:xe(()=>[r.frontmatter.home?(V(),Le(r.VPHome,{key:0})):(V(),Le(r.VPPage,{key:r.page.path},{top:xe(()=>[Ce(e.$slots,"page-top")]),"content-top":xe(()=>[Ce(e.$slots,"page-content-top")]),"content-bottom":xe(()=>[Ce(e.$slots,"page-content-bottom")]),bottom:xe(()=>[Ce(e.$slots,"page-bottom")]),_:3}))]),_:3},8,["onBeforeEnter","onBeforeLeave"])])],34)}const cc=Se(Om,[["render",Dm],["__file","Layout.vue"]]),Im=ae({__name:"NotFound",setup(e,{expose:t}){t();const{routeLocale:n,themeLocale:r}=Ie(),o=L(()=>r.value.notFound??["Not Found"]),s=()=>o.value[Math.floor(Math.random()*o.value.length)],i=L(()=>r.value.home??n.value),l=L(()=>r.value.backToHome??"Back to home"),a={routeLocale:n,themeLocale:r,messages:o,getMsg:s,homeLink:i,homeText:l,get RouteLink(){return ao}};return Object.defineProperty(a,"__isScriptSetup",{enumerable:!1,value:!0}),a}}),Mm={class:"vp-theme-container","vp-container":""},$m={class:"page"},Nm={"vp-content":""};function Hm(e,t,n,r,o,s){return V(),Z("div",Mm,[K("main",$m,[K("div",Nm,[t[0]||(t[0]=K("h1",null,"404",-1)),K("blockquote",null,ue(r.getMsg()),1),re(r.RouteLink,{to:r.homeLink},{default:xe(()=>[Kt(ue(r.homeText),1)]),_:1},8,["to"])])])])}const Vm=Se(Im,[["render",Hm],["__scopeId","data-v-20869060"],["__file","NotFound.vue"]]),jm=It({enhance({app:e,router:t}){Wa("Badge")||e.component("Badge",pg);const n=t.options.scrollBehavior;t.options.scrollBehavior=async(...r)=>(await Za().wait(),n(...r))},setup(){rg(),sg(),ug()},layouts:{Layout:cc,NotFound:Vm}}),Fm=Object.freeze(Object.defineProperty({__proto__:null,default:jm},Symbol.toStringTag,{value:"Module"}));function Bm(e){return es()?(fl(e),!0):!1}function Ms(e){return typeof e=="function"?e():Lt(e)}const Wm=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const Um=Object.prototype.toString,Km=e=>Um.call(e)==="[object Object]",qm=()=>{};function Gm(e,t){function n(...r){return new Promise((o,s)=>{Promise.resolve(e(()=>t.apply(this,r),{fn:t,thisArg:this,args:r})).then(o).catch(s)})}return n}const uc=e=>e();function zm(e=uc){const t=Ve(!0);function n(){t.value=!1}function r(){t.value=!0}const o=(...s)=>{t.value&&e(...s)};return{isActive:Rn(t),pause:n,resume:r,eventFilter:o}}function Jm(e){return Jt()}function Ym(e,t,n={}){const{eventFilter:r=uc,...o}=n;return je(e,Gm(r,t),o)}function Qm(e,t,n={}){const{eventFilter:r,...o}=n,{eventFilter:s,pause:i,resume:l,isActive:a}=zm(r);return{stop:Ym(e,t,{...o,eventFilter:s}),pause:i,resume:l,isActive:a}}function Xm(e,t=!0,n){Jm()?Ze(e,n):t?e():fn(e)}function Zm(e){var t;const n=Ms(e);return(t=n==null?void 0:n.$el)!=null?t:n}const zr=Wm?window:void 0;function tl(...e){let t,n,r,o;if(typeof e[0]=="string"||Array.isArray(e[0])?([n,r,o]=e,t=zr):[t,n,r,o]=e,!t)return qm;Array.isArray(n)||(n=[n]),Array.isArray(r)||(r=[r]);const s=[],i=()=>{s.forEach(u=>u()),s.length=0},l=(u,f,d,h)=>(u.addEventListener(f,d,h),()=>u.removeEventListener(f,d,h)),a=je(()=>[Zm(t),Ms(o)],([u,f])=>{if(i(),!u)return;const d=Km(f)?{...f}:f;s.push(...n.flatMap(h=>r.map(m=>l(u,h,m,d))))},{immediate:!0,flush:"post"}),c=()=>{a(),i()};return Bm(c),c}const Ar=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Rr="__vueuse_ssr_handlers__",e_=t_();function t_(){return Rr in Ar||(Ar[Rr]=Ar[Rr]||{}),Ar[Rr]}function n_(e,t){return e_[e]||t}function r_(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 o_={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()}},nl="vueuse-storage";function s_(e,t,n,r={}){var o;const{flush:s="pre",deep:i=!0,listenToStorageChanges:l=!0,writeDefaults:a=!0,mergeDefaults:c=!1,shallow:u,window:f=zr,eventFilter:d,onError:h=T=>{console.error(T)},initOnMounted:m}=r,_=(u?ye:Ve)(typeof t=="function"?t():t);if(!n)try{n=n_("getDefaultStorage",()=>{var T;return(T=zr)==null?void 0:T.localStorage})()}catch(T){h(T)}if(!n)return _;const w=Ms(t),P=r_(w),S=(o=r.serializer)!=null?o:o_[P],{pause:v,resume:b}=Qm(_,()=>q(_.value),{flush:s,deep:i,eventFilter:d});f&&l&&Xm(()=>{tl(f,"storage",Q),tl(f,nl,I),m&&Q()}),m||Q();function $(T,A){f&&f.dispatchEvent(new CustomEvent(nl,{detail:{key:e,oldValue:T,newValue:A,storageArea:n}}))}function q(T){try{const A=n.getItem(e);if(T==null)$(A,null),n.removeItem(e);else{const x=S.write(T);A!==x&&(n.setItem(e,x),$(A,x))}}catch(A){h(A)}}function D(T){const A=T?T.newValue:n.getItem(e);if(A==null)return a&&w!=null&&n.setItem(e,S.write(w)),w;if(!T&&c){const x=S.read(A);return typeof c=="function"?c(x,w):P==="object"&&!Array.isArray(x)?{...w,...x}:x}else return typeof A!="string"?A:S.read(A)}function Q(T){if(!(T&&T.storageArea!==n)){if(T&&T.key==null){_.value=w;return}if(!(T&&T.key!==e)){v();try{(T==null?void 0:T.newValue)!==S.write(_.value)&&(_.value=D(T))}catch(A){h(A)}finally{T?fn(b):b()}}}}function I(T){Q(T.detail)}return _}function i_(e,t,n={}){const{window:r=zr}=n;return s_(e,t,r==null?void 0:r.sessionStorage,n)}const l_=Object.entries;var a_={autoLocale:!1,switchLocale:!1,localeConfig:{"/eng/":["en-US"]},defaultLocale:"/eng/",localeFallback:!0,defaultBehavior:"defaultLocale"};const c_=a_;l_(c_.localeConfig);i_("VUEPRESS_REDIRECT_LOCALES",{});const u_=It({setup(){},rootComponents:[]}),f_=Object.freeze(Object.defineProperty({__proto__:null,default:u_},Symbol.toStringTag,{value:"Module"}));var le=(e=>(e.Collaborator="collaborator",e.Author="author",e.TechLead="tech lead",e.TeamLead="team lead",e.Developer="developer",e))(le||{}),de=(e=>(e.ActiveDeveloped="actively-developed",e.PassivelyMaintained="passively-maintained",e.AsIs="as-is",e.Experimental="experimental",e.LookingForMaintainer="looking-for-maintainer",e.Deprecated="deprecated",e))(de||{}),M=(e=>(e.C="C",e.Go="Go",e.JavaScript="JS",e.TypeScript="TS",e.Rust="Rust",e.Python="Python",e.Php="PHP",e.Deno="Deno",e.NodeJS="NodeJS",e.Flask="Flask",e.React="React",e.Antd="Antd",e.Postgresql="PostgreSQL",e.Docker="Docker",e.Drone="Drone CI",e.Woodpecker="Woodpecker CI",e.Bash="Bash",e.TreeSitter="TreeSitter",e.Nix="Nix",e.Lua="Lua",e.Sqlite="Sqlite",e.Vue="Vue",e.Vuepress="Vuepress",e.Godot="Godot",e.Haskell="Haskell",e))(M||{});const d_=[{name:"nixeovim",url:"/pleshevskiy/nixeovim",description:"Configure and build neovim editor using nix",roles:[le.Author],technologies:[M.Nix],startDate:new Date("2024-04-24"),status:de.ActiveDeveloped},{name:"picsg",url:"/pleshevskiy/picsg",description:"A tool for steganographing information in a picture encoded using the Vernam cipher.",roles:[le.Author],technologies:[M.Haskell],startDate:new Date("2024-04-13"),endDate:new Date("2024-07-25"),status:de.AsIs},{name:"Mindustry tools",url:"/pleshevskiy/mindustry-tools",description:"Tools for the Mindustry game",roles:[le.Author],technologies:[M.Nix,M.Godot],startDate:new Date("2024-01-07"),status:de.PassivelyMaintained},{name:"Master Progress Rosmintrud tools",url:"https://rosmintrud.masterprogress.ru",description:"Internal service to prepare documents for the rosmintrud (SPA)",roles:[le.TechLead],technologies:[M.Deno,M.Sqlite,M.TypeScript,M.Vue,M.Docker,M.Woodpecker,M.Nix],startDate:new Date("2023-07-03"),status:de.PassivelyMaintained},{name:"yandexgpt_tg_bot",url:"/pleshevskiy/yandexgpt_tg_bot",description:"The Telegram bot to describe article with link by YandexGPT.",roles:[le.Author],technologies:[M.JavaScript,M.NodeJS,M.Nix],startDate:new Date("2023-06-27"),endDate:new Date("2024-07-25"),status:de.AsIs},{name:"tree-sitter-plpgsql",url:"/pleshevskiy/tree-sitter-plpgsql",description:"plpgsql grammar for tree-sitter",roles:[le.Author],technologies:[M.C,M.JavaScript,M.TreeSitter,M.Nix],startDate:new Date("2023-01-05"),status:de.PassivelyMaintained},{name:"wd2",url:"/pleshevskiy/wd2",description:"A wrapper over d2 which allows to use additional configs from d2 file",roles:[le.Author],technologies:[M.Bash,M.Nix],startDate:new Date("2022-12-12"),endDate:new Date("2023-07-31"),status:de.AsIs},{name:"tree-sitter-d2",url:"/pleshevskiy/tree-sitter-d2",description:"d2 grammar for tree-sitter",roles:[le.Author],technologies:[M.C,M.JavaScript,M.TreeSitter,M.Nix],startDate:new Date("2022-12-04"),status:de.ActiveDeveloped},{name:"nix2lua",url:"/mynix/nix2lua",description:"This is a small but functional library that converts your nix configurations into lua format.",roles:[le.Author],technologies:[M.Nix,M.Lua],startDate:new Date("2022-11-22"),status:de.PassivelyMaintained},{name:"vnetod",url:"/pleshevskiy/vnetod",description:"Dotenv section switcher",roles:[le.Author],technologies:[M.Rust],startDate:new Date("2022-07-29"),status:de.PassivelyMaintained},{name:"estring",url:"/pleshevskiy/estring",description:"A simple way to parse a string using type annotations.",roles:[le.Author],technologies:[M.Rust],startDate:new Date("2022-07-23"),endDate:new Date("2024-07-25"),status:de.AsIs},{name:"enve",url:"/pleshevskiy/enve",description:"It helps you work with environment variables and convert it to any type using only type annotations",roles:[le.Author],technologies:[M.Rust],startDate:new Date("2022-07-18"),endDate:new Date("2024-07-25"),status:de.AsIs},{name:"docker stack drone plugin",url:"/pleshevskiy/docker_stack",description:"Deploy to production using `docker stack deploy`",roles:[le.Author],technologies:[M.Docker,M.Drone,M.Woodpecker],startDate:new Date("2022-06-06"),endDate:new Date("2024-07-25"),status:de.AsIs},{name:"dexios",url:"/github/dexios",description:"Dexios is a fast, secure, and open source command-line encryption tool.",roles:[le.Collaborator],technologies:[M.Rust],startDate:new Date("2022-06-01"),endDate:new Date("2023-02-28")},{name:"recipes",url:"/pleshevskiy/recipes",description:"Site with recipes which cares about privacy",roles:[le.Author],technologies:[M.TypeScript,M.Deno,M.Rust],startDate:new Date("2022-05-04"),status:de.PassivelyMaintained},{name:"pleshevski.ru",url:"/pleshevskiy/pleshevski.ru",description:"Source code of my personal site",roles:[le.Author],technologies:[M.TypeScript,M.Vue,M.Vuepress,M.Nix],startDate:new Date("2022-03-16"),status:de.PassivelyMaintained},{name:"paren",url:"/pleshevskiy/paren",description:"Library for parsing and rendering information.",roles:[le.Author],technologies:[M.TypeScript,M.Deno],startDate:new Date("2022-03-14"),endDate:new Date("2024-07-25"),status:de.Experimental},{name:"hwt",url:"/pleshevskiy/hwt",description:"healthy workaholic timer – A tool that keeps you from breaking your health by working all day.",roles:[le.Author],technologies:[M.Rust],startDate:new Date("2022-02-04"),endDate:new Date("2024-07-25"),status:de.AsIs},{name:"ood_persistence",url:"/pleshevskiy/ood_persistence",description:"Asynchronous and synchronous interfaces and persistence implementations for your OOD architecture ",roles:[le.Author],technologies:[M.Rust],startDate:new Date("2021-10-12"),endDate:new Date("2021-10-21"),status:de.Deprecated},{name:"migra",url:"/pleshevskiy/migra",description:"Simple SQL migration manager for your project.",roles:[le.Author],technologies:[M.Rust],startDate:new Date("2021-01-31"),endDate:new Date("2022-03-17"),status:de.AsIs},{name:"espruino-starter",url:"/pleshevskiy/espruino-starter",description:"Quickly start creating your new project on the espruino board or a board based on it.",roles:[le.Author],technologies:[M.JavaScript],startDate:new Date("2021-08-23"),status:de.AsIs},{name:"react-rest-request",url:"/pleshevskiy/react-rest-request",description:"Minimalistic REST API client for React inspired by Apollo.",roles:[le.Author],technologies:[M.TypeScript,M.React],startDate:new Date("2020-10-04"),endDate:new Date("2023-03-02"),status:de.Deprecated},{name:"sonic-channel",url:"/pleshevskiy/sonic-channel",description:"Rust client for sonic search backend.",roles:[le.Author],technologies:[M.Rust],startDate:new Date("2020-07-18"),status:de.PassivelyMaintained},{name:"itconfig",url:"/pleshevskiy/itconfig",description:"Easy build a configs from environment variables and use it in globally.",roles:[le.Author],technologies:[M.Rust],startDate:new Date("2019-12-22"),endDate:new Date("2022-07-24"),status:de.Deprecated},{name:"it-fsm",url:"/pleshevskiy/it-fsm",description:"Simple full-featured finite state machine for your project",roles:[le.Author],technologies:[M.TypeScript,M.NodeJS,M.Deno],startDate:new Date("2019-10-11"),status:de.PassivelyMaintained},{name:"Cabinet Master Progress",url:"https://cabinet.masterprogress.ru",description:"Student's cabinet of the educational center Master Progress (SSR + SPA)",roles:[le.TechLead],technologies:[M.Python,M.Flask,M.Postgresql,M.TypeScript,M.React,M.Docker,M.Woodpecker,M.Nix],startDate:new Date("2019-09-22"),status:de.PassivelyMaintained},{name:"genrss",url:"/pleshevskiy/genrss",description:"RSS generator for python",roles:[le.Author],technologies:[M.Python],startDate:new Date("2019-07-23"),status:de.AsIs},{name:"marshmallow_pageinfo",url:"/pleshevskiy/marshmallow_pageinfo",description:"Page info marshmallow schema for api",roles:[le.Author],technologies:[M.Python],startDate:new Date("2019-10-05"),endDate:new Date("2023-03-02"),status:de.AsIs},{name:"Binary Management",url:"https://www.binarymanagement.com",description:"Project management tool for interior designers",roles:[le.Developer,le.TechLead,le.TeamLead],technologies:[M.TypeScript,M.NodeJS,M.React,M.Antd,M.Docker,M.Drone,M.Rust,M.Nix],startDate:new Date("2018-09-15"),status:de.ActiveDeveloped},{name:"Core Spirit",url:"https://corespirit.com",description:"Social platform focusing on human and planetary enhancement",roles:[le.Developer],technologies:[M.TypeScript,M.NodeJS,M.Go,M.Python,M.React,M.Docker,M.Drone],startDate:new Date("2018-09-05"),endDate:new Date("2019-12-31")},{name:"Master Progress",url:"https://masterprogress.ru",description:"Main website of the educational center Master Progress (SSR + Forms)",roles:[le.TechLead],technologies:[M.Python,M.Flask,M.JavaScript,M.Nix],startDate:new Date("2018-04-10"),status:de.PassivelyMaintained},{name:"ictmpl",url:"/pleshevskiy/ictmpl",description:"Generate projects from templates",roles:[le.Author],technologies:[M.Python],startDate:new Date("2018-06-30"),endDate:new Date("2023-03-02"),status:de.AsIs}];function p_(e){return e.toLocaleDateString(void 0,{year:"numeric",month:"2-digit",day:"2-digit"})}const h_=e=>e.url.startsWith("https://")?e.url:new URL(e.url,"https://git.pleshevski.ru").toString(),g_=Object.freeze(Object.defineProperty({__proto__:null,getExternalLink:h_},Symbol.toStringTag,{value:"Module"}));function Fn(e){return(e==null?void 0:e.valueOf())??1/0}const v_={name:"WorksPage",computed:{tableTheme(){return this.$themeLocale.worksTable??{}}}},m_=ae({...v_,setup(e,{expose:t}){t();const n=L(()=>d_.concat().sort((o,s)=>Fn(s.endDate)-Fn(o.endDate)||Fn(s.startDate)-Fn(o.startDate))),r={date2num:Fn,works:n,get renderDate(){return p_},get w(){return g_}};return Object.defineProperty(r,"__isScriptSetup",{enumerable:!1,value:!0}),r}}),__=["href"],b_=["innerHTML"],y_={key:0};function S_(e,t,n,r,o,s){return V(),Z("table",null,[K("thead",null,[K("tr",null,[K("th",null,ue(s.tableTheme.name),1),K("th",null,ue(s.tableTheme.description),1),K("th",null,ue(s.tableTheme.role),1),K("th",null,ue(s.tableTheme.technologies),1),K("th",null,ue(s.tableTheme.status),1),K("th",null,ue(s.tableTheme.dates),1)])]),K("tbody",null,[(V(!0),Z(be,null,At(r.works,i=>(V(),Z("tr",null,[K("td",null,[K("a",{rel:"nofollow noopener",href:r.w.getExternalLink(i)},ue(i.name),9,__)]),K("td",null,ue(i.description),1),K("td",{innerHTML:i.roles.join(", ")},null,8,b_),K("td",null,ue(i.technologies.join(", ")),1),K("td",null,ue(i.status),1),K("td",null,[K("div",null,[K("small",{class:Ke({grey:i.endDate})},ue(r.renderDate(i.startDate)),3)]),i.endDate?(V(),Z("div",y_,[K("small",null,ue(r.renderDate(i.endDate)),1)])):De("",!0)])]))),256))])])}const w_=Se(m_,[["render",S_],["__file","ChronologicalWorksTable.vue"]]),P_={__name:"WorksPage",setup(e,{expose:t}){t();const n={ParentLayout:cc,get ChronologicalWorksTable(){return w_}};return Object.defineProperty(n,"__isScriptSetup",{enumerable:!1,value:!0}),n}},E_={class:"works-table-wrapper"};function C_(e,t,n,r,o,s){return V(),Le(r.ParentLayout,null,{"page-bottom":xe(()=>[K("div",E_,[re(r.ChronologicalWorksTable)])]),_:1})}const x_=Se(P_,[["render",C_],["__scopeId","data-v-765855fb"],["__file","WorksPage.vue"]]),T_=It({layouts:{WorksPage:x_}}),k_=Object.freeze(Object.defineProperty({__proto__:null,default:T_},Symbol.toStringTag,{value:"Module"})),Or=[ch,yh,Th,Lh,Ih,jh,Wh,Jh,tg,Fm,f_,k_].map(e=>e.default).filter(Boolean),L_=JSON.parse('{"base":"/","lang":"ru-RU","title":"Дмитрий Плешевский","description":" ","head":[],"locales":{"/":{"lang":"ru-RU","title":"Дмитрий Плешевский"},"/eng/":{"lang":"en-US","title":"Dmitriy Pleshevskiy"}}}');var Wn=ye(L_),A_=$d,R_=()=>{const e=lp({history:A_(ba("/")),routes:[{name:"vuepress-route",path:"/:catchAll(.*)",components:{}}],scrollBehavior:(t,n,r)=>r||(t.hash?{el:t.hash}:{top:0})});return e.beforeResolve(async(t,n)=>{if(t.path!==n.path||n===Ct){const r=lr(t.fullPath);if(r.path!==t.fullPath)return r.path;const o=await r.loader();t.meta={...r.meta,_pageChunk:o}}else t.path===n.path&&(t.meta=n.meta)}),e},O_=e=>{e.component("ClientOnly",ys),e.component("Content",Ss),e.component("RouteLink",ao)},D_=(e,t,n)=>{const r=L(()=>t.currentRoute.value.path),o=Ll((w,P)=>({get(){return w(),t.currentRoute.value.meta._pageChunk},set(S){t.currentRoute.value.meta._pageChunk=S,P()}})),s=L(()=>Zt.resolveLayouts(n)),i=L(()=>Zt.resolveRouteLocale(Wn.value.locales,r.value)),l=L(()=>Zt.resolveSiteLocaleData(Wn.value,i.value)),a=L(()=>o.value.comp),c=L(()=>o.value.data),u=L(()=>c.value.frontmatter),f=L(()=>Zt.resolvePageHeadTitle(c.value,l.value)),d=L(()=>Zt.resolvePageHead(f.value,u.value,l.value)),h=L(()=>Zt.resolvePageLang(c.value,l.value)),m=L(()=>Zt.resolvePageLayout(c.value,s.value)),_={layouts:s,pageData:c,pageComponent:a,pageFrontmatter:u,pageHead:d,pageHeadTitle:f,pageLang:h,pageLayout:m,redirects:zo,routeLocale:i,routePath:r,routes:Pn,siteData:Wn,siteLocaleData:l};return e.provide(bs,_),Object.defineProperties(e.config.globalProperties,{$frontmatter:{get:()=>u.value},$head:{get:()=>d.value},$headTitle:{get:()=>f.value},$lang:{get:()=>h.value},$page:{get:()=>c.value},$routeLocale:{get:()=>i.value},$site:{get:()=>Wn.value},$siteLocale:{get:()=>l.value},$withBase:{get:()=>ws}}),_},I_=([e,t,n=""])=>{const r=Object.entries(t).map(([l,a])=>dt(a)?`[${l}=${JSON.stringify(a)}]`:a?`[${l}]`:"").join(""),o=`head > ${e}${r}`;return Array.from(document.querySelectorAll(o)).find(l=>l.innerText===n)??null},M_=([e,t,n])=>{if(!dt(e))return null;const r=document.createElement(e);return vs(t)&&Object.entries(t).forEach(([o,s])=>{dt(s)?r.setAttribute(o,s):s&&r.setAttribute(o,"")}),dt(n)&&r.appendChild(document.createTextNode(n)),r},$_=()=>{const e=up(),t=Ia();let n=[];const r=()=>{e.value.forEach(i=>{const l=I_(i);l&&n.push(l)})},o=()=>{const i=[];return e.value.forEach(l=>{const a=M_(l);a&&i.push(a)}),i},s=()=>{document.documentElement.lang=t.value;const i=o();n.forEach((l,a)=>{const c=i.findIndex(u=>l.isEqualNode(u));c===-1?(l.remove(),delete n[a]):i.splice(c,1)}),i.forEach(l=>document.head.appendChild(l)),n=[...n.filter(l=>!!l),...i]};Wt(gp,s),Ze(()=>{r(),je(e,s,{immediate:!1})})},N_=Bf,H_=async()=>{var n;const e=N_({name:"Vuepress",setup(){var s;$_();for(const i of Or)(s=i.setup)==null||s.call(i);const r=Or.flatMap(({rootComponents:i=[]})=>i.map(l=>G(l))),o=fp();return()=>[G(o.value),r]}}),t=R_();O_(e),D_(e,t,Or);for(const r of Or)await((n=r.enhance)==null?void 0:n.call(r,{app:e,router:t,siteData:Wn}));return e.use(t),{app:e,router:t}};H_().then(({app:e,router:t})=>{t.isReady().then(()=>{e.mount("#app")})});export{Se as _,K as a,Kt as b,Z as c,H_ as createVueApp,re as d,tf as e,V as o,us as r,xe as w};
|
||
function __vite__mapDeps(indexes) {
|
||
if (!__vite__mapDeps.viteFileDeps) {
|
||
__vite__mapDeps.viteFileDeps = []
|
||
}
|
||
return indexes.map((i) => __vite__mapDeps.viteFileDeps[i])
|
||
}
|