31 lines
185 KiB
JavaScript
31 lines
185 KiB
JavaScript
var bc=Object.defineProperty;var yc=(e,t,n)=>t in e?bc(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var Bs=(e,t,n)=>(yc(e,typeof t!="symbol"?t+"":t,n),n);/**
|
||
* @vue/shared v3.5.13
|
||
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
||
* @license MIT
|
||
**//*! #__NO_SIDE_EFFECTS__ */function Qo(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const _e={},bn=[],yt=()=>{},Sc=()=>!1,cr=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Xo=e=>e.startsWith("onUpdate:"),Me=Object.assign,Zo=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},wc=Object.prototype.hasOwnProperty,ge=(e,t)=>wc.call(e,t),te=Array.isArray,yn=e=>Yr(e)==="[object Map]",ul=e=>Yr(e)==="[object Set]",re=e=>typeof e=="function",Oe=e=>typeof e=="string",Ot=e=>typeof e=="symbol",Ce=e=>e!==null&&typeof e=="object",fl=e=>(Ce(e)||re(e))&&re(e.then)&&re(e.catch),dl=Object.prototype.toString,Yr=e=>dl.call(e),Ec=e=>Yr(e).slice(8,-1),pl=e=>Yr(e)==="[object Object]",es=e=>Oe(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Sn=Qo(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Qr=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Pc=/-(\w)/g,Xe=Qr(e=>e.replace(Pc,(t,n)=>n?n.toUpperCase():"")),Cc=/\B([A-Z])/g,Kt=Qr(e=>e.replace(Cc,"-$1").toLowerCase()),ur=Qr(e=>e.charAt(0).toUpperCase()+e.slice(1)),fo=Qr(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)},hl=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})},xc=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Tc=e=>{const t=Oe(e)?Number(e):NaN;return isNaN(t)?e:t};let Ws;const Xr=()=>Ws||(Ws=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)?Rc(r):An(r);if(o)for(const s in o)t[s]=o[s]}return t}else if(Oe(e)||Ce(e))return e}const kc=/;(?![^(]*\))/g,Lc=/:([^]+)/,Ac=/\/\*[^]*?\*\//g;function Rc(e){const t={};return e.replace(Ac,"").split(kc).forEach(n=>{if(n){const r=n.split(Lc);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(Ce(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 Oc="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Dc=Qo(Oc);function gl(e){return!!e||e===""}const vl=e=>!!(e&&e.__v_isRef===!0),ue=e=>Oe(e)?e:e==null?"":te(e)||Ce(e)&&(e.toString===dl||!re(e.toString))?vl(e)?ue(e.value):JSON.stringify(e,ml,2):String(e),ml=(e,t)=>vl(t)?ml(e,t.value):yn(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,o],s)=>(n[go(r,s)+" =>"]=o,n),{})}:ul(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>go(n))}:Ot(t)?go(t):Ce(t)&&!te(t)&&!pl(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 Ic{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 ts(){return Je}function _l(e,t=!1){Je&&Je.cleanups.push(e)}let Ee;const vo=new WeakSet;class bl{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||Sl(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,Us(this),wl(this);const t=Ee,n=ft;Ee=this,ft=!0;try{return this.fn()}finally{El(this),Ee=t,ft=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)os(t);this.deps=this.depsTail=void 0,Us(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?vo.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){Mo(this)&&this.run()}get dirty(){return Mo(this)}}let yl=0,Un,Gn;function Sl(e,t=!1){if(e.flags|=8,t){e.next=Gn,Gn=e;return}e.next=Un,Un=e}function ns(){yl++}function rs(){if(--yl>0)return;if(Gn){let t=Gn;for(Gn=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 wl(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function El(e){let t,n=e.depsTail,r=n;for(;r;){const o=r.prevDep;r.version===-1?(r===n&&(n=o),os(r),Mc(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=o}e.deps=t,e.depsTail=n}function Mo(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(Pl(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function Pl(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&&!Mo(e)){e.flags&=-3;return}const n=Ee,r=ft;Ee=e,ft=!0;try{wl(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{Ee=n,ft=r,El(e),e.flags&=-3}}function os(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)os(s,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function Mc(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 Cl=[];function qt(){Cl.push(ft),ft=!1}function zt(){const e=Cl.pop();ft=e===void 0?!0:e}function Us(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=Ee;Ee=void 0;try{t()}finally{Ee=n}}}let Qn=0;class $c{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 Zr{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(!Ee||!ft||Ee===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==Ee)n=this.activeLink=new $c(Ee,this),Ee.deps?(n.prevDep=Ee.depsTail,Ee.depsTail.nextDep=n,Ee.depsTail=n):Ee.deps=Ee.depsTail=n,xl(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=Ee.depsTail,n.nextDep=void 0,Ee.depsTail.nextDep=n,Ee.depsTail=n,Ee.deps===n&&(Ee.deps=r)}return n}trigger(t){this.version++,Qn++,this.notify(t)}notify(t){ns();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{rs()}}}function xl(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)xl(r)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const Vr=new WeakMap,nn=Symbol(""),$o=Symbol(""),Xn=Symbol("");function We(e,t,n){if(ft&&Ee){let r=Vr.get(e);r||Vr.set(e,r=new Map);let o=r.get(n);o||(r.set(n,o=new Zr),o.map=r,o.key=n),o.track()}}function Tt(e,t,n,r,o,s){const i=Vr.get(e);if(!i){Qn++;return}const l=a=>{a&&a.trigger()};if(ns(),t==="clear")i.forEach(l);else{const a=te(e),c=a&&es(n);if(a&&n==="length"){const u=Number(r);i.forEach((f,p)=>{(p==="length"||p===Xn||!Ot(p)&&p>=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($o)));break;case"delete":a||(l(i.get(nn)),yn(e)&&l(i.get($o)));break;case"set":yn(e)&&l(i.get(nn));break}}rs()}function Nc(e,t){const n=Vr.get(e);return n&&n.get(t)}function hn(e){const t=fe(e);return t===e?t:(We(t,"iterate",Xn),ct(e)?t:t.map(Ue))}function eo(e){return We(e=fe(e),"iterate",Xn),e}const Hc={__proto__:null,[Symbol.iterator](){return mo(this,Symbol.iterator,Ue)},concat(...e){return hn(this).concat(...e.map(t=>te(t)?hn(t):t))},entries(){return mo(this,"entries",e=>(e[1]=Ue(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(Ue),arguments)},find(e,t){return St(this,"find",e,t,Ue,arguments)},findIndex(e,t){return St(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return St(this,"findLast",e,t,Ue,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 Gs(this,"reduce",e,t)},reduceRight(e,...t){return Gs(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",Ue)}};function mo(e,t,n){const r=eo(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 Vc=Array.prototype;function St(e,t,n,r,o,s){const i=eo(e),l=i!==e&&!ct(e),a=i[t];if(a!==Vc[t]){const f=a.apply(e,s);return l?Ue(f):f}let c=n;i!==e&&(l?c=function(f,p){return n.call(this,Ue(f),p,e)}:n.length>2&&(c=function(f,p){return n.call(this,f,p,e)}));const u=a.call(i,c,r);return l&&o?o(u):u}function Gs(e,t,n,r){const o=eo(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,Ue(l),a,e)}),o[t](s,...r)}function _o(e,t,n){const r=fe(e);We(r,"iterate",Xn);const o=r[t](...n);return(o===-1||o===!1)&&ls(n[0])?(n[0]=fe(n[0]),r[t](...n)):o}function Mn(e,t,n=[]){qt(),ns();const r=fe(e)[t].apply(e,n);return rs(),zt(),r}const jc=Qo("__proto__,__v_isRef,__isVue"),Tl=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Ot));function Fc(e){Ot(e)||(e=String(e));const t=fe(this);return We(t,"has",e),t.hasOwnProperty(e)}class kl{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?Qc:Ol:s?Rl:Al).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const i=te(t);if(!o){let a;if(i&&(a=Hc[n]))return a;if(n==="hasOwnProperty")return Fc}const l=Reflect.get(t,n,Ie(t)?t:r);return(Ot(n)?Tl.has(n):jc(n))||(o||We(t,"get",n),s)?l:Ie(l)?i&&es(n)?l:l.value:Ce(l)?o?Rn(l):an(l):l}}class Ll extends kl{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)&&Ie(s)&&!Ie(r))return a?!1:(s.value=r,!0)}const i=te(t)&&es(n)?Number(n)<t.length:ge(t,n),l=Reflect.set(t,n,r,Ie(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)||!Tl.has(n))&&We(t,"has",n),r}ownKeys(t){return We(t,"iterate",te(t)?"length":nn),Reflect.ownKeys(t)}}class Bc extends kl{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const Wc=new Ll,Uc=new Bc,Gc=new Ll(!0);const No=e=>e,yr=e=>Reflect.getPrototypeOf(e);function Kc(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?No:t?Ho:Ue;return!t&&We(s,"iterate",a?$o:nn),{next(){const{value:f,done:p}=c.next();return p?{value:f,done:p}:{value:l?[u(f[0]),u(f[1])]:u(f),done:p}},[Symbol.iterator](){return this}}}}function Sr(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function qc(e,t){const n={get(o){const s=this.__v_raw,i=fe(s),l=fe(o);e||(Bt(o,l)&&We(i,"get",o),We(i,"get",l));const{has:a}=yr(i),c=t?No:e?Ho:Ue;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&&We(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)&&We(i,"has",o),We(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?No:e?Ho:Ue;return!e&&We(a,"iterate",nn),l.forEach((u,f)=>o.call(s,c(u),c(f),i))}};return Me(n,e?{add:Sr("add"),set:Sr("set"),delete:Sr("delete"),clear:Sr("clear")}:{add(o){!t&&!ct(o)&&!cn(o)&&(o=fe(o));const s=fe(this);return yr(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}=yr(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}=yr(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]=Kc(o,e,t)}),n}function ss(e,t){const n=qc(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 zc={get:ss(!1,!1)},Jc={get:ss(!1,!0)},Yc={get:ss(!0,!1)};const Al=new WeakMap,Rl=new WeakMap,Ol=new WeakMap,Qc=new WeakMap;function Xc(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Zc(e){return e.__v_skip||!Object.isExtensible(e)?0:Xc(Ec(e))}function an(e){return cn(e)?e:is(e,!1,Wc,zc,Al)}function Dl(e){return is(e,!1,Gc,Jc,Rl)}function Rn(e){return is(e,!0,Uc,Yc,Ol)}function is(e,t,n,r,o){if(!Ce(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const s=o.get(e);if(s)return s;const i=Zc(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 ls(e){return e?!!e.__v_raw:!1}function fe(e){const t=e&&e.__v_raw;return t?fe(t):e}function eu(e){return!ge(e,"__v_skip")&&Object.isExtensible(e)&&hl(e,"__v_skip",!0),e}const Ue=e=>Ce(e)?an(e):e,Ho=e=>Ce(e)?Rn(e):e;function Ie(e){return e?e.__v_isRef===!0:!1}function Ve(e){return Il(e,!1)}function ye(e){return Il(e,!0)}function Il(e,t){return Ie(e)?e:new tu(e,t)}class tu{constructor(t,n){this.dep=new Zr,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:fe(t),this._value=n?t:Ue(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:Ue(t),this.dep.trigger())}}function Lt(e){return Ie(e)?e.value:e}function Pe(e){return re(e)?e():Lt(e)}const nu={get:(e,t,n)=>t==="__v_raw"?e:Lt(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const o=e[t];return Ie(o)&&!Ie(n)?(o.value=n,!0):Reflect.set(e,t,n,r)}};function Ml(e){return rn(e)?e:new Proxy(e,nu)}class ru{constructor(t){this.__v_isRef=!0,this._value=void 0;const n=this.dep=new Zr,{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 $l(e){return new ru(e)}function Nl(e){const t=te(e)?new Array(e.length):{};for(const n in e)t[n]=Vl(e,n);return t}class ou{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 Nc(fe(this._object),this._key)}}class su{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 Hl(e,t,n){return Ie(e)?e:re(e)?new su(e):Ce(e)&&arguments.length>1?Vl(e,t,n):Ve(e)}function Vl(e,t,n){const r=e[t];return Ie(r)?r:new ou(e,t,n)}class iu{constructor(t,n,r){this.fn=t,this.setter=n,this._value=void 0,this.dep=new Zr(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)&&Ee!==this)return Sl(this,!0),!0}get value(){const t=this.dep.track();return Pl(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function lu(e,t,n=!1){let r,o;return re(e)?r=e:(r=e.get,o=e.set),new iu(r,o,n)}const wr={},jr=new WeakMap;let en;function au(e,t=!1,n=en){if(n){let r=jr.get(n);r||jr.set(n,r=[]),r.push(e)}}function cu(e,t,n=_e){const{immediate:r,deep:o,once:s,scheduler:i,augmentJob:l,call:a}=n,c=_=>o?_:ct(_)||o===!1||o===0?kt(_,1):kt(_);let u,f,p,h,m=!1,y=!1;if(Ie(e)?(f=()=>e.value,m=ct(e)):rn(e)?(f=()=>c(e),m=!0):te(e)?(y=!0,m=e.some(_=>rn(_)||ct(_)),f=()=>e.map(_=>{if(Ie(_))return _.value;if(rn(_))return c(_);if(re(_))return a?a(_,2):_()})):re(e)?t?f=a?()=>a(e,2):e:f=()=>{if(p){qt();try{p()}finally{zt()}}const _=en;en=u;try{return a?a(e,3,[h]):e(h)}finally{en=_}}:f=yt,t&&o){const _=f,M=o===!0?1/0:o;f=()=>kt(_(),M)}const E=ts(),w=()=>{u.stop(),E&&E.active&&Zo(E.effects,u)};if(s&&t){const _=t;t=(...M)=>{_(...M),w()}}let S=y?new Array(e.length).fill(wr):wr;const v=_=>{if(!(!(u.flags&1)||!u.dirty&&!_))if(t){const M=u.run();if(o||m||(y?M.some((G,D)=>Bt(G,S[D])):Bt(M,S))){p&&p();const G=en;en=u;try{const D=[M,S===wr?void 0:y&&S[0]===wr?[]:S,h];a?a(t,3,D):t(...D),S=M}finally{en=G}}}else u.run()};return l&&l(v),u=new bl(f),u.scheduler=i?()=>i(v,!1):v,h=_=>au(_,!1,u),p=u.onStop=()=>{const _=jr.get(u);if(_){if(a)a(_,4);else for(const M of _)M();jr.delete(u)}},t?r?v(!0):S=u.run():i?i(v.bind(null,!0),!0):u.run(),w.pause=u.pause.bind(u),w.resume=u.resume.bind(u),w.stop=w,w}function kt(e,t=1/0,n){if(t<=0||!Ce(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,Ie(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(ul(e)||yn(e))e.forEach(r=>{kt(r,t,n)});else if(pl(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(re(e)){const o=fr(e,t,n,r);return o&&fl(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){qt(),fr(s,null,10,[e,a,c]),zt();return}}uu(e,n,o,r,i)}function uu(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 jl=Promise.resolve();let Fr=null;function fn(e){const t=Fr||jl;return e?t.then(this?e.bind(this):e):t}function fu(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 as(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(fu(t),0,e),e.flags|=1,Fl()}}function Fl(){Fr||(Fr=jl.then(Bl))}function du(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),Fl()}function Ks(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 Br(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 Bl(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,Br(),Fr=null,(Ye.length||wn.length)&&Bl()}}let Ne=null,Wl=null;function Wr(e){const t=Ne;return Ne=e,Wl=e&&e.type.__scopeId||null,t}function ke(e,t=Ne,n){if(!t||e._n)return e;const r=(...o)=>{r._d&&si(-1);const s=Wr(t);let i;try{i=e(...o)}finally{Wr(s),r._d&&si(1)}return i};return r._n=!0,r._c=!0,r._d=!0,r}function Ur(e,t){if(Ne===null)return e;const n=oo(Ne),r=e.dirs||(e.dirs=[]);for(let o=0;o<t.length;o++){let[s,i,l,a=_e]=t[o];s&&(re(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&&(qt(),pt(a,n,8,[e.el,l,e,t]),zt())}}const pu=Symbol("_vte"),Ul=e=>e.__isTeleport,Ht=Symbol("_leaveCb"),Er=Symbol("_enterCb");function hu(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return Ze(()=>{e.isMounted=!0}),us(()=>{e.isUnmounting=!0}),e}const it=[Function,Array],Gl={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},Kl=e=>{const t=e.subTree;return t.component?Kl(t.component):t},gu={name:"BaseTransition",props:Gl,setup(e,{slots:t}){const n=Jt(),r=hu();return()=>{const o=t.default&&Jl(t.default(),!0);if(!o||!o.length)return;const s=ql(o),i=fe(e),{mode:l}=i;if(r.isLeaving)return bo(s);const a=qs(s);if(!a)return bo(s);let c=Vo(a,i,r,n,f=>c=f);a.type!==Ge&&er(a,c);let u=n.subTree&&qs(n.subTree);if(u&&u.type!==Ge&&!tn(a,u)&&Kl(n).type!==Ge){let f=Vo(u,i,r,n);if(er(u,f),l==="out-in"&&a.type!==Ge)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!==Ge?f.delayLeave=(p,h,m)=>{const y=zl(r,u);y[String(u.key)]=u,p[Ht]=()=>{h(),p[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 ql(e){let t=e[0];if(e.length>1){for(const n of e)if(n.type!==Ge){t=n;break}}return t}const vu=gu;function zl(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 Vo(e,t,n,r,o){const{appear:s,mode:i,persisted:l=!1,onBeforeEnter:a,onEnter:c,onAfterEnter:u,onEnterCancelled:f,onBeforeLeave:p,onLeave:h,onAfterLeave:m,onLeaveCancelled:y,onBeforeAppear:E,onAppear:w,onAfterAppear:S,onAppearCancelled:v}=t,_=String(e.key),M=zl(n,e),G=(I,T)=>{I&&pt(I,r,9,T)},D=(I,T)=>{const L=T[1];G(I,T),te(I)?I.every(x=>x.length<=1)&&L():I.length<=1&&L()},Q={mode:i,persisted:l,beforeEnter(I){let T=a;if(!n.isMounted)if(s)T=E||a;else return;I[Ht]&&I[Ht](!0);const L=M[_];L&&tn(e,L)&&L.el[Ht]&&L.el[Ht](),G(T,[I])},enter(I){let T=c,L=u,x=f;if(!n.isMounted)if(s)T=w||c,L=S||u,x=v||f;else return;let F=!1;const ie=I[Er]=me=>{F||(F=!0,me?G(x,[I]):G(L,[I]),Q.delayedLeave&&Q.delayedLeave(),I[Er]=void 0)};T?D(T,[I,ie]):ie()},leave(I,T){const L=String(e.key);if(I[Er]&&I[Er](!0),n.isUnmounting)return T();G(p,[I]);let x=!1;const F=I[Ht]=ie=>{x||(x=!0,T(),ie?G(y,[I]):G(m,[I]),I[Ht]=void 0,M[L]===e&&delete M[L])};M[L]=e,h?D(h,[I,F]):F()},clone(I){const T=Vo(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 qs(e){if(!pr(e))return Ul(e.type)&&e.children?ql(e.children):e;const{shapeFlag:t,children:n}=e;if(n){if(t&16)return n[0];if(t&32&&re(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 Jl(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(Jl(i.children,t,l))):(t||i.type!==Ge)&&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 re(e)?Me({name:e.name},t,{setup:e}):e}function cs(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function zs(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,y)=>tr(m,t&&(te(t)?t[y]: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?oo(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,p=fe(f),h=f===_e?()=>!1:m=>ge(p,m);if(c!=null&&c!==a&&(Oe(c)?(u[c]=null,h(c)&&(f[c]=null)):Ie(c)&&(c.value=null)),re(a))fr(a,l,12,[i,u]);else{const m=Oe(a),y=Ie(a);if(m||y){const E=()=>{if(e.f){const w=m?h(a)?f[a]:u[a]:a.value;o?te(w)&&Zo(w,s):te(w)?w.includes(s)||w.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)):y&&(a.value=i,e.k&&(u[e.k]=i))};i?(E.id=-1,rt(E,n)):E()}}}let Js=!1;const gn=()=>{Js||(console.error("Hydration completed but contains mismatches."),Js=!0)},mu=e=>e.namespaceURI.includes("svg")&&e.tagName!=="foreignObject",_u=e=>e.namespaceURI.includes("MathML"),Pr=e=>{if(e.nodeType===1){if(mu(e))return"svg";if(_u(e))return"mathml"}},_n=e=>e.nodeType===8;function bu(e){const{mt:t,p:n,o:{patchProp:r,createText:o,nextSibling:s,parentNode:i,remove:l,insert:a,createComment:c}}=e,u=(v,_)=>{if(!_.hasChildNodes()){n(null,v,_),Br(),_._vnode=v;return}f(_.firstChild,v,null,null,null),Br(),_._vnode=v},f=(v,_,M,G,D,Q=!1)=>{Q=Q||!!_.dynamicChildren;const I=_n(v)&&v.data==="[",T=()=>y(v,_,M,G,D,I),{type:L,ref:x,shapeFlag:F,patchFlag:ie}=_;let me=v.nodeType;_.el=v,ie===-2&&(Q=!1,_.dynamicChildren=null);let J=null;switch(L){case ln:me!==3?_.children===""?(a(_.el=o(""),i(v),v),J=v):J=T():(v.data!==_.children&&(gn(),v.data=_.children),J=s(v));break;case Ge:S(v)?(J=s(v),w(_.el=v.content.firstChild,v,M)):me!==8||I?J=T():J=s(v);break;case qn:if(I&&(v=s(v),me=v.nodeType),me===1||me===3){J=v;const ne=!_.children.length;for(let z=0;z<_.staticCount;z++)ne&&(_.children+=J.nodeType===1?J.outerHTML:J.data),z===_.staticCount-1&&(_.anchor=J),J=s(J);return I?s(J):J}else T();break;case be:I?J=m(v,_,M,G,D,Q):J=T();break;default:if(F&1)(me!==1||_.type.toLowerCase()!==v.tagName.toLowerCase())&&!S(v)?J=T():J=p(v,_,M,G,D,Q);else if(F&6){_.slotScopeIds=D;const ne=i(v);if(I?J=E(v):_n(v)&&v.data==="teleport start"?J=E(v,v.data,"teleport end"):J=s(v),t(_,ne,null,M,G,Pr(ne),Q),on(_)&&!_.type.__asyncResolved){let z;I?(z=oe(be),z.anchor=J?J.previousSibling:ne.lastChild):z=v.nodeType===3?Gt(""):oe("div"),z.el=v,_.component.subTree=z}}else F&64?me!==8?J=T():J=_.type.hydrate(v,_,M,G,D,Q,e,h):F&128&&(J=_.type.hydrate(v,_,M,G,Pr(i(v)),D,Q,e,f))}return x!=null&&tr(x,null,G,_),J},p=(v,_,M,G,D,Q)=>{Q=Q||!!_.dynamicChildren;const{type:I,props:T,patchFlag:L,shapeFlag:x,dirs:F,transition:ie}=_,me=I==="input"||I==="option";if(me||L!==-1){F&&bt(_,null,M,"created");let J=!1;if(S(v)){J=fa(null,ie)&&M&&M.vnode.props&&M.vnode.props.appear;const z=v.content.firstChild;J&&ie.beforeEnter(z),w(z,v,M),_.el=v=z}if(x&16&&!(T&&(T.innerHTML||T.textContent))){let z=h(v.firstChild,_,v,M,G,D,Q);for(;z;){Cr(v,1)||gn();const Ae=z;z=z.nextSibling,l(Ae)}}else if(x&8){let z=_.children;z[0]===`
|
||
`&&(v.tagName==="PRE"||v.tagName==="TEXTAREA")&&(z=z.slice(1)),v.textContent!==z&&(Cr(v,0)||gn(),v.textContent=_.children)}if(T){if(me||!Q||L&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,M)}else if(T.onClick)r(v,"onClick",null,T.onClick,void 0,M);else if(L&4&&rn(T.style))for(const z in T.style)T.style[z]}let ne;(ne=T&&T.onVnodeBeforeMount)&<(ne,M,_),F&&bt(_,null,M,"beforeMount"),((ne=T&&T.onVnodeMounted)||F||J)&&_a(()=>{ne&<(ne,M,_),J&&ie.enter(v),F&&bt(_,null,M,"mounted")},G)}return v.nextSibling},h=(v,_,M,G,D,Q,I)=>{I=I||!!_.dynamicChildren;const T=_.children,L=T.length;for(let x=0;x<L;x++){const F=I?T[x]:T[x]=at(T[x]),ie=F.type===ln;v?(ie&&!I&&x+1<L&&at(T[x+1]).type===ln&&(a(o(v.data.slice(F.children.length)),M,s(v)),v.data=F.children),v=f(v,F,G,D,Q,I)):ie&&!F.children?a(F.el=o(""),M):(Cr(M,1)||gn(),n(null,F,M,null,G,D,Pr(M),Q))}return v},m=(v,_,M,G,D,Q)=>{const{slotScopeIds:I}=_;I&&(D=D?D.concat(I):I);const T=i(v),L=h(s(v),_,T,M,G,D,Q);return L&&_n(L)&&L.data==="]"?s(_.anchor=L):(gn(),a(_.anchor=c("]"),T,L),L)},y=(v,_,M,G,D,Q)=>{if(Cr(v.parentElement,1)||gn(),_.el=null,Q){const L=E(v);for(;;){const x=s(v);if(x&&x!==L)l(x);else break}}const I=s(v),T=i(v);return l(v),n(null,_,T,I,M,G,Pr(T),D),M&&(M.vnode.el=_.el,va(M,_.el)),I},E=(v,_="[",M="]")=>{let G=0;for(;v;)if(v=s(v),v&&_n(v)&&(v.data===_&&G++,v.data===M)){if(G===0)return s(v);G--}return v},w=(v,_,M)=>{const G=_.parentNode;G&&G.replaceChild(v,_);let D=M;for(;D;)D.vnode.el===_&&(D.vnode.el=D.subTree.el=v),D=D.parent},S=v=>v.nodeType===1&&v.tagName==="TEMPLATE";return[u,f]}const Ys="data-allow-mismatch",yu={0:"text",1:"children",2:"class",3:"style",4:"attribute"};function Cr(e,t){if(t===0||t===1)for(;e&&!e.hasAttribute(Ys);)e=e.parentElement;const n=e&&e.getAttribute(Ys);if(n==null)return!1;if(n==="")return!0;{const r=n.split(",");return t===0&&r.includes("children")?!0:n.split(",").includes(yu[t])}}Xr().requestIdleCallback;Xr().cancelIdleCallback;function Su(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 wu(e){re(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 p=()=>(f++,c=null,h()),h=()=>{let m;return c||(m=c=t().catch(y=>{if(y=y instanceof Error?y:new Error(String(y)),a)return new Promise((E,w)=>{a(y,()=>E(p()),()=>w(y),f+1)});throw y}).then(y=>m!==c&&c?c:(y&&(y.__esModule||y[Symbol.toStringTag]==="Module")&&(y=y.default),u=y,y)))};return ae({name:"AsyncComponentWrapper",__asyncLoader:h,__asyncHydrate(m,y,E){const w=s?()=>{const S=s(E,v=>Su(m,v));S&&(y.bum||(y.bum=[])).push(S)}:E;u?w():h().then(()=>!y.isUnmounted&&w())},get __asyncResolved(){return u},setup(){const m=$e;if(cs(m),u)return()=>yo(u,m);const y=v=>{c=null,dr(v,m,13,!r)};if(l&&m.suspense||xn)return h().then(v=>()=>yo(v,m)).catch(v=>(y(v),()=>r?oe(r,{error:v}):null));const E=Ve(!1),w=Ve(),S=Ve(!!o);return o&&setTimeout(()=>{S.value=!1},o),i!=null&&setTimeout(()=>{if(!E.value&&!w.value){const v=new Error(`Async component timed out after ${i}ms.`);y(v),w.value=v}},i),h().then(()=>{E.value=!0,m.parent&&pr(m.parent.vnode)&&m.parent.update()}).catch(v=>{y(v),w.value=v}),()=>{if(E.value&&u)return yo(u,m);if(w.value&&r)return oe(r,{error:w.value});if(n&&!S.value)return oe(n)}}})}function yo(e,t){const{ref:n,props:r,children:o,ce:s}=t.vnode,i=oe(e,r,o);return i.ref=n,i.ce=s,delete t.vnode.ce,i}const pr=e=>e.type.__isKeepAlive;function Eu(e,t){Yl(e,"a",t)}function Pu(e,t){Yl(e,"da",t)}function Yl(e,t,n=$e){const r=e.__wdc||(e.__wdc=()=>{let o=n;for(;o;){if(o.isDeactivated)return;o=o.parent}return e()});if(to(t,r,n),n){let o=n.parent;for(;o&&o.parent;)pr(o.parent.vnode)&&Cu(r,t,n,o),o=o.parent}}function Cu(e,t,n,r){const o=to(t,e,r,!0);no(()=>{Zo(r[t],o)},n)}function to(e,t,n=$e,r=!1){if(n){const o=n[e]||(n[e]=[]),s=t.__weh||(t.__weh=(...i)=>{qt();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=$e)=>{(!xn||e==="sp")&&to(e,(...r)=>t(...r),n)},xu=Dt("bm"),Ze=Dt("m"),Tu=Dt("bu"),ku=Dt("u"),us=Dt("bum"),no=Dt("um"),Lu=Dt("sp"),Au=Dt("rtg"),Ru=Dt("rtc");function Ou(e,t=$e){to("ec",e,t)}const Du="components";function Ql(e,t){return Mu(Du,e,!0,t)||e}const Iu=Symbol.for("v-ndc");function Mu(e,t,n=!0,r=!1){const o=Ne||$e;if(o){const s=o.type;{const l=Sf(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=eo(e)),o=new Array(e.length);for(let c=0,u=e.length;c<u;c++)o[c]=t(a?Ue(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(Ce(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 $u(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 xe(e,t,n={},r,o){if(Ne.ce||Ne.parent&&on(Ne.parent)&&Ne.parent.ce)return t!=="default"&&(n.name=t),V(),Le(be,null,[oe("slot",n,r&&r())],64);let s=e[t];s&&s._c&&(s._d=!1),V();const i=s&&Xl(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 Xl(e){return e.some(t=>rr(t)?!(t.type===Ge||t.type===be&&!Xl(t.children)):!0)?e:null}const jo=e=>e?Sa(e)?oo(e):jo(e.parent):null,Kn=Me(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=>jo(e.parent),$root:e=>jo(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>fs(e),$forceUpdate:e=>e.f||(e.f=()=>{as(e.update)}),$nextTick:e=>e.n||(e.n=fn.bind(e.proxy)),$watch:e=>rf.bind(e)}),So=(e,t)=>e!==_e&&!e.__isScriptSetup&&ge(e,t),Nu={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];Fo&&(i[t]=0)}}const u=Kn[t];let f,p;if(u)return t==="$attrs"&&We(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(p=a.config.globalProperties,ge(p,t))return p[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(Kn,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 Xs(e){return te(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let Fo=!0;function Hu(e){const t=fs(e),n=e.proxy,r=e.ctx;Fo=!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:p,beforeUpdate:h,updated:m,activated:y,deactivated:E,beforeDestroy:w,beforeUnmount:S,destroyed:v,unmounted:_,render:M,renderTracked:G,renderTriggered:D,errorCaptured:Q,serverPrefetch:I,expose:T,inheritAttrs:L,components:x,directives:F,filters:ie}=t;if(c&&Vu(c,r,null),i)for(const ne in i){const z=i[ne];re(z)&&(r[ne]=z.bind(n))}if(o){const ne=o.call(n,n);Ce(ne)&&(e.data=an(ne))}if(Fo=!0,s)for(const ne in s){const z=s[ne],Ae=re(z)?z.bind(n,n):re(z.get)?z.get.bind(n,n):yt,Mt=!re(z)&&re(z.set)?z.set.bind(n):yt,vt=R({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)Zl(l[ne],r,n,ne);if(a){const ne=re(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(xu,f),J(Ze,p),J(Tu,h),J(ku,m),J(Eu,y),J(Pu,E),J(Ou,Q),J(Ru,G),J(Au,D),J(us,S),J(no,_),J(Lu,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={});M&&e.render===yt&&(e.render=M),L!=null&&(e.inheritAttrs=L),x&&(e.components=x),F&&(e.directives=F),I&&cs(e)}function Vu(e,t,n=yt){te(e)&&(e=Bo(e));for(const r in e){const o=e[r];let s;Ce(o)?"default"in o?s=qe(o.from||r,o.default,!0):s=qe(o.from||r):s=qe(o),Ie(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 Zl(e,t,n,r){let o=r.includes(".")?ha(n,r):()=>n[r];if(Oe(e)){const s=t[e];re(s)&&je(o,s)}else if(re(e))je(o,e.bind(n));else if(Ce(e))if(te(e))e.forEach(s=>Zl(s,t,n,r));else{const s=re(e.handler)?e.handler.bind(n):t[e.handler];re(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=>Gr(a,c,i,!0)),Gr(a,t,i)),Ce(t)&&s.set(t,a),a}function Gr(e,t,n,r=!1){const{mixins:o,extends:s}=t;s&&Gr(e,s,n,!0),o&&o.forEach(i=>Gr(e,i,n,!0));for(const i in t)if(!(r&&i==="expose")){const l=ju[i]||n&&n[i];e[i]=l?l(e[i],t[i]):t[i]}return e}const ju={data:ei,props:ti,emits:ti,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:Bu,provide:ei,inject:Fu};function ei(e,t){return t?e?function(){return Me(re(e)?e.call(this,this):e,re(t)?t.call(this,this):t)}:t:e}function Fu(e,t){return Bn(Bo(e),Bo(t))}function Bo(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?Me(Object.create(null),e,t):t}function ti(e,t){return e?te(e)&&te(t)?[...new Set([...e,...t])]:Me(Object.create(null),Xs(e),Xs(t??{})):t}function Bu(e,t){if(!e)return t;if(!t)return e;const n=Me(Object.create(null),e);for(const r in t)n[r]=ze(e[r],t[r]);return n}function ea(){return{app:null,config:{isNativeTag:Sc,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 Wu=0;function Uu(e,t){return function(r,o=null){re(r)||(r=Me({},r)),o!=null&&!Ce(o)&&(o=null);const s=ea(),i=new WeakSet,l=[];let a=!1;const c=s.app={_uid:Wu++,_component:r,_props:o,_container:null,_context:s,_instance:null,version:Ef,get config(){return s.config},set config(u){},use(u,...f){return i.has(u)||(u&&re(u.install)?(i.add(u),u.install(c,...f)):re(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,p){if(!a){const h=c._ceVNode||oe(r,o);return h.appContext=s,p===!0?p="svg":p===!1&&(p=void 0),f&&t?t(h,u):e(h,u,p),a=!0,c._container=u,u.__vue_app__=c,oo(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($e){let n=$e.provides;const r=$e.parent&&$e.parent.provides;r===n&&(n=$e.provides=Object.create(r)),n[e]=t}}function qe(e,t,n=!1){const r=$e||Ne;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&&re(t)?t.call(r&&r.proxy):t}}function ta(){return!!($e||Ne||sn)}const na={},ra=()=>Object.create(na),oa=e=>Object.getPrototypeOf(e)===na;function Gu(e,t,n,r=!1){const o={},s=ra();e.propsDefaults=Object.create(null),sa(e,t,o,s);for(const i in e.propsOptions[0])i in o||(o[i]=void 0);n?e.props=r?o:Dl(o):e.type.props?e.props=o:e.props=s,e.attrs=s}function Ku(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 p=u[f];if(ro(e.emitsOptions,p))continue;const h=t[p];if(a)if(ge(s,p))h!==s[p]&&(s[p]=h,c=!0);else{const m=Xe(p);o[m]=Wo(a,l,m,h,e,!1)}else h!==s[p]&&(s[p]=h,c=!0)}}}else{sa(e,t,o,s)&&(c=!0);let u;for(const f in l)(!t||!ge(t,f)&&((u=Kt(f))===f||!ge(t,u)))&&(a?n&&(n[f]!==void 0||n[u]!==void 0)&&(o[f]=Wo(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 sa(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:ro(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]=Wo(o,a,f,c[f],e,!ge(c,f))}}return i}function Wo(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&&re(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===Kt(n))&&(r=!0))}return r}const qu=new WeakMap;function ia(e,t,n=!1){const r=n?qu:t.propsCache,o=r.get(e);if(o)return o;const s=e.props,i={},l=[];let a=!1;if(!re(e)){const u=f=>{a=!0;const[p,h]=ia(f,t,!0);Me(i,p),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 Ce(e)&&r.set(e,bn),bn;if(te(s))for(let u=0;u<s.length;u++){const f=Xe(s[u]);ni(f)&&(i[f]=_e)}else if(s)for(const u in s){const f=Xe(u);if(ni(f)){const p=s[u],h=i[f]=te(p)||re(p)?{type:p}:Me({},p),m=h.type;let y=!1,E=!0;if(te(m))for(let w=0;w<m.length;++w){const S=m[w],v=re(S)&&S.name;if(v==="Boolean"){y=!0;break}else v==="String"&&(E=!1)}else y=re(m)&&m.name==="Boolean";h[0]=y,h[1]=E,(y||ge(h,"default"))&&l.push(f)}}const c=[i,l];return Ce(e)&&r.set(e,c),c}function ni(e){return e[0]!=="$"&&!Sn(e)}const la=e=>e[0]==="_"||e==="$stable",ds=e=>te(e)?e.map(at):[at(e)],zu=(e,t,n)=>{if(t._n)return t;const r=ke((...o)=>ds(t(...o)),n);return r._c=!1,r},aa=(e,t,n)=>{const r=e._ctx;for(const o in e){if(la(o))continue;const s=e[o];if(re(s))t[o]=zu(o,s,r);else if(s!=null){const i=ds(s);t[o]=()=>i}}},ca=(e,t)=>{const n=ds(t);e.slots.default=()=>n},ua=(e,t,n)=>{for(const r in t)(n||r!=="_")&&(e[r]=t[r])},Ju=(e,t,n)=>{const r=e.slots=ra();if(e.vnode.shapeFlag&32){const o=t._;o?(ua(r,t,n),n&&hl(r,"_",o,!0)):aa(t,r)}else t&&ca(e,t)},Yu=(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:ua(o,t,n):(s=!t.$stable,aa(t,o)),i=t}else t&&(ca(e,t),i={default:1});if(s)for(const l in o)!la(l)&&i[l]==null&&delete o[l]},rt=_a;function Qu(e){return Xu(e,bu)}function Xu(e,t){const n=Xr();n.__VUE__=!0;const{insert:r,remove:o,patchProp:s,createElement:i,createText:l,createComment:a,setText:c,setElementText:u,parentNode:f,nextSibling:p,setScopeId:h=yt,insertStaticContent:m}=e,y=(d,g,b,k=null,P=null,A=null,j=void 0,H=null,N=!!g.dynamicChildren)=>{if(d===g)return;d&&!tn(d,g)&&(k=C(d),Qe(d,P,A,!0),d=null),g.patchFlag===-2&&(N=!1,g.dynamicChildren=null);const{type:O,ref:ee,shapeFlag:W}=g;switch(O){case ln:E(d,g,b,k);break;case Ge:w(d,g,b,k);break;case qn:d==null&&S(g,b,k,j);break;case be:x(d,g,b,k,P,A,j,H,N);break;default:W&1?M(d,g,b,k,P,A,j,H,N):W&6?F(d,g,b,k,P,A,j,H,N):(W&64||W&128)&&O.process(d,g,b,k,P,A,j,H,N,Y)}ee!=null&&P&&tr(ee,d&&d.ref,A,g||d,!g)},E=(d,g,b,k)=>{if(d==null)r(g.el=l(g.children),b,k);else{const P=g.el=d.el;g.children!==d.children&&c(P,g.children)}},w=(d,g,b,k)=>{d==null?r(g.el=a(g.children||""),b,k):g.el=d.el},S=(d,g,b,k)=>{[d.el,d.anchor]=m(d.children,g,b,k,d.el,d.anchor)},v=({el:d,anchor:g},b,k)=>{let P;for(;d&&d!==g;)P=p(d),r(d,b,k),d=P;r(g,b,k)},_=({el:d,anchor:g})=>{let b;for(;d&&d!==g;)b=p(d),o(d),d=b;o(g)},M=(d,g,b,k,P,A,j,H,N)=>{g.type==="svg"?j="svg":g.type==="math"&&(j="mathml"),d==null?G(g,b,k,P,A,j,H,N):I(d,g,P,A,j,H,N)},G=(d,g,b,k,P,A,j,H)=>{let N,O;const{props:ee,shapeFlag:W,transition:X,dirs:se}=d;if(N=d.el=i(d.type,A,ee&&ee.is,ee),W&8?u(N,d.children):W&16&&Q(d.children,N,null,k,P,wo(d,A),j,H),se&&bt(d,null,k,"created"),D(N,d,d.scopeId,j,k),ee){for(const we in ee)we!=="value"&&!Sn(we)&&s(N,we,null,ee[we],A,k);"value"in ee&&s(N,"value",null,ee.value,A),(O=ee.onVnodeBeforeMount)&<(O,k,d)}se&&bt(d,null,k,"beforeMount");const ce=fa(P,X);ce&&X.beforeEnter(N),r(N,g,b),((O=ee&&ee.onVnodeMounted)||ce||se)&&rt(()=>{O&<(O,k,d),ce&&X.enter(N),se&&bt(d,null,k,"mounted")},P)},D=(d,g,b,k,P)=>{if(b&&h(d,b),k)for(let A=0;A<k.length;A++)h(d,k[A]);if(P){let A=P.subTree;if(g===A||ma(A.type)&&(A.ssContent===g||A.ssFallback===g)){const j=P.vnode;D(d,j,j.scopeId,j.slotScopeIds,P.parent)}}},Q=(d,g,b,k,P,A,j,H,N=0)=>{for(let O=N;O<d.length;O++){const ee=d[O]=H?Vt(d[O]):at(d[O]);y(null,ee,g,b,k,P,A,j,H)}},I=(d,g,b,k,P,A,j)=>{const H=g.el=d.el;let{patchFlag:N,dynamicChildren:O,dirs:ee}=g;N|=d.patchFlag&16;const W=d.props||_e,X=g.props||_e;let se;if(b&&Yt(b,!1),(se=X.onVnodeBeforeUpdate)&<(se,b,g,d),ee&&bt(g,d,b,"beforeUpdate"),b&&Yt(b,!0),(W.innerHTML&&X.innerHTML==null||W.textContent&&X.textContent==null)&&u(H,""),O?T(d.dynamicChildren,O,H,b,k,wo(g,P),A):j||z(d,g,H,null,b,k,wo(g,P),A,!1),N>0){if(N&16)L(H,W,X,b,P);else if(N&2&&W.class!==X.class&&s(H,"class",null,X.class,P),N&4&&s(H,"style",W.style,X.style,P),N&8){const ce=g.dynamicProps;for(let we=0;we<ce.length;we++){const ve=ce[we],et=W[ve],Be=X[ve];(Be!==et||ve==="value")&&s(H,ve,et,Be,P,b)}}N&1&&d.children!==g.children&&u(H,g.children)}else!j&&O==null&&L(H,W,X,b,P);((se=X.onVnodeUpdated)||ee)&&rt(()=>{se&<(se,b,g,d),ee&&bt(g,d,b,"updated")},k)},T=(d,g,b,k,P,A,j)=>{for(let H=0;H<g.length;H++){const N=d[H],O=g[H],ee=N.el&&(N.type===be||!tn(N,O)||N.shapeFlag&70)?f(N.el):b;y(N,O,ee,null,k,P,A,j,!0)}},L=(d,g,b,k,P)=>{if(g!==b){if(g!==_e)for(const A in g)!Sn(A)&&!(A in b)&&s(d,A,g[A],null,P,k);for(const A in b){if(Sn(A))continue;const j=b[A],H=g[A];j!==H&&A!=="value"&&s(d,A,H,j,P,k)}"value"in b&&s(d,"value",g.value,b.value,P)}},x=(d,g,b,k,P,A,j,H,N)=>{const O=g.el=d?d.el:l(""),ee=g.anchor=d?d.anchor:l("");let{patchFlag:W,dynamicChildren:X,slotScopeIds:se}=g;se&&(H=H?H.concat(se):se),d==null?(r(O,b,k),r(ee,b,k),Q(g.children||[],b,ee,P,A,j,H,N)):W>0&&W&64&&X&&d.dynamicChildren?(T(d.dynamicChildren,X,b,P,A,j,H),(g.key!=null||P&&g===P.subTree)&&da(d,g,!0)):z(d,g,b,ee,P,A,j,H,N)},F=(d,g,b,k,P,A,j,H,N)=>{g.slotScopeIds=H,d==null?g.shapeFlag&512?P.ctx.activate(g,b,k,j,N):ie(g,b,k,P,A,j,N):me(d,g,N)},ie=(d,g,b,k,P,A,j)=>{const H=d.component=vf(d,k,P);if(pr(d)&&(H.ctx.renderer=Y),mf(H,!1,j),H.asyncDep){if(P&&P.registerDep(H,J,j),!d.el){const N=H.subTree=oe(Ge);w(null,N,g,b)}}else J(H,d,g,b,P,A,j)},me=(d,g,b)=>{const k=g.component=d.component;if(cf(d,g,b))if(k.asyncDep&&!k.asyncResolved){ne(k,g,b);return}else k.next=g,k.update();else g.el=d.el,k.vnode=g},J=(d,g,b,k,P,A,j)=>{const H=()=>{if(d.isMounted){let{next:W,bu:X,u:se,parent:ce,vnode:we}=d;{const tt=pa(d);if(tt){W&&(W.el=we.el,ne(d,W,j)),tt.asyncDep.then(()=>{d.isUnmounted||H()});return}}let ve=W,et;Yt(d,!1),W?(W.el=we.el,ne(d,W,j)):W=we,X&&po(X),(et=W.props&&W.props.onVnodeBeforeUpdate)&<(et,ce,W,we),Yt(d,!0);const Be=Eo(d),ut=d.subTree;d.subTree=Be,y(ut,Be,f(ut.el),C(ut),d,P,A),W.el=Be.el,ve===null&&va(d,Be.el),se&&rt(se,P),(et=W.props&&W.props.onVnodeUpdated)&&rt(()=>lt(et,ce,W,we),P)}else{let W;const{el:X,props:se}=g,{bm:ce,m:we,parent:ve,root:et,type:Be}=d,ut=on(g);if(Yt(d,!1),ce&&po(ce),!ut&&(W=se&&se.onVnodeBeforeMount)&<(W,ve,g),Yt(d,!0),X&&Te){const tt=()=>{d.subTree=Eo(d),Te(X,d.subTree,d,P,null)};ut&&Be.__asyncHydrate?Be.__asyncHydrate(X,d,tt):tt()}else{et.ce&&et.ce._injectChildStyle(Be);const tt=d.subTree=Eo(d);y(null,tt,b,k,d,P,A),g.el=tt.el}if(we&&rt(we,P),!ut&&(W=se&&se.onVnodeMounted)){const tt=g;rt(()=>lt(W,ve,tt),P)}(g.shapeFlag&256||ve&&on(ve.vnode)&&ve.vnode.shapeFlag&256)&&d.a&&rt(d.a,P),d.isMounted=!0,g=b=k=null}};d.scope.on();const N=d.effect=new bl(H);d.scope.off();const O=d.update=N.run.bind(N),ee=d.job=N.runIfDirty.bind(N);ee.i=d,ee.id=d.uid,N.scheduler=()=>as(ee),Yt(d,!0),O()},ne=(d,g,b)=>{g.component=d;const k=d.vnode.props;d.vnode=g,d.next=null,Ku(d,g.props,k,b),Yu(d,g.children,b),qt(),Ks(d),zt()},z=(d,g,b,k,P,A,j,H,N=!1)=>{const O=d&&d.children,ee=d?d.shapeFlag:0,W=g.children,{patchFlag:X,shapeFlag:se}=g;if(X>0){if(X&128){Mt(O,W,b,k,P,A,j,H,N);return}else if(X&256){Ae(O,W,b,k,P,A,j,H,N);return}}se&8?(ee&16&&st(O,P,A),W!==O&&u(b,W)):ee&16?se&16?Mt(O,W,b,k,P,A,j,H,N):st(O,P,A,!0):(ee&8&&u(b,""),se&16&&Q(W,b,k,P,A,j,H,N))},Ae=(d,g,b,k,P,A,j,H,N)=>{d=d||bn,g=g||bn;const O=d.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]);y(d[X],se,b,null,P,A,j,H,N)}O>ee?st(d,P,A,!0,!1,W):Q(g,b,k,P,A,j,H,N,W)},Mt=(d,g,b,k,P,A,j,H,N)=>{let O=0;const ee=g.length;let W=d.length-1,X=ee-1;for(;O<=W&&O<=X;){const se=d[O],ce=g[O]=N?Vt(g[O]):at(g[O]);if(tn(se,ce))y(se,ce,b,null,P,A,j,H,N);else break;O++}for(;O<=W&&O<=X;){const se=d[W],ce=g[X]=N?Vt(g[X]):at(g[X]);if(tn(se,ce))y(se,ce,b,null,P,A,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;)y(null,g[O]=N?Vt(g[O]):at(g[O]),b,ce,P,A,j,H,N),O++}}else if(O>X)for(;O<=W;)Qe(d[O],P,A,!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 Be=X-ce+1;let ut=!1,tt=0;const In=new Array(Be);for(O=0;O<Be;O++)In[O]=0;for(O=se;O<=W;O++){const nt=d[O];if(et>=Be){Qe(nt,P,A,!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,P,A,!0):(In[mt-ce]=O+1,mt>=tt?tt=mt:ut=!0,y(nt,g[mt],b,null,P,A,j,H,N),et++)}const js=ut?Zu(In):bn;for(ve=js.length-1,O=Be-1;O>=0;O--){const nt=ce+O,mt=g[nt],Fs=nt+1<ee?g[nt+1].el:k;In[O]===0?y(null,mt,b,Fs,P,A,j,H,N):ut&&(ve<0||O!==js[ve]?vt(mt,b,Fs,2):ve--)}}},vt=(d,g,b,k,P=null)=>{const{el:A,type:j,transition:H,children:N,shapeFlag:O}=d;if(O&6){vt(d.component.subTree,g,b,k);return}if(O&128){d.suspense.move(g,b,k);return}if(O&64){j.move(d,g,b,Y);return}if(j===be){r(A,g,b);for(let W=0;W<N.length;W++)vt(N[W],g,b,k);r(d.anchor,g,b);return}if(j===qn){v(d,g,b);return}if(k!==2&&O&1&&H)if(k===0)H.beforeEnter(A),r(A,g,b),rt(()=>H.enter(A),P);else{const{leave:W,delayLeave:X,afterLeave:se}=H,ce=()=>r(A,g,b),we=()=>{W(A,()=>{ce(),se&&se()})};X?X(A,ce,we):we()}else r(A,g,b)},Qe=(d,g,b,k=!1,P=!1)=>{const{type:A,props:j,ref:H,children:N,dynamicChildren:O,shapeFlag:ee,patchFlag:W,dirs:X,cacheIndex:se}=d;if(W===-2&&(P=!1),H!=null&&tr(H,null,b,d,!0),se!=null&&(g.renderCache[se]=void 0),ee&256){g.ctx.deactivate(d);return}const ce=ee&1&&X,we=!on(d);let ve;if(we&&(ve=j&&j.onVnodeBeforeUnmount)&<(ve,g,d),ee&6)br(d.component,b,k);else{if(ee&128){d.suspense.unmount(b,k);return}ce&&bt(d,null,g,"beforeUnmount"),ee&64?d.type.remove(d,g,b,Y,k):O&&!O.hasOnce&&(A!==be||W>0&&W&64)?st(O,g,b,!1,!0):(A===be&&W&384||!P&&ee&16)&&st(N,g,b),k&&dn(d)}(we&&(ve=j&&j.onVnodeUnmounted)||ce)&&rt(()=>{ve&<(ve,g,d),ce&&bt(d,null,g,"unmounted")},b)},dn=d=>{const{type:g,el:b,anchor:k,transition:P}=d;if(g===be){pn(b,k);return}if(g===qn){_(d);return}const A=()=>{o(b),P&&!P.persisted&&P.afterLeave&&P.afterLeave()};if(d.shapeFlag&1&&P&&!P.persisted){const{leave:j,delayLeave:H}=P,N=()=>j(b,A);H?H(d.el,A,N):N()}else A()},pn=(d,g)=>{let b;for(;d!==g;)b=p(d),o(d),d=b;o(g)},br=(d,g,b)=>{const{bum:k,scope:P,job:A,subTree:j,um:H,m:N,a:O}=d;ri(N),ri(O),k&&po(k),P.stop(),A&&(A.flags|=8,Qe(j,d,g,b)),H&&rt(H,g),rt(()=>{d.isUnmounted=!0},g),g&&g.pendingBranch&&!g.isUnmounted&&d.asyncDep&&!d.asyncResolved&&d.suspenseId===g.pendingId&&(g.deps--,g.deps===0&&g.resolve())},st=(d,g,b,k=!1,P=!1,A=0)=>{for(let j=A;j<d.length;j++)Qe(d[j],g,b,k,P)},C=d=>{if(d.shapeFlag&6)return C(d.component.subTree);if(d.shapeFlag&128)return d.suspense.next();const g=p(d.anchor||d.el),b=g&&g[pu];return b?p(b):g};let U=!1;const B=(d,g,b)=>{d==null?g._vnode&&Qe(g._vnode,null,null,!0):y(g._vnode||null,d,g,null,null,null,b),g._vnode=d,U||(U=!0,Ks(),Br(),U=!1)},Y={p:y,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:Uu(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 fa(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function da(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&&da(i,l)),l.type===ln&&(l.el=i.el)}}function Zu(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 pa(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:pa(t)}function ri(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const ef=Symbol.for("v-scx"),tf=()=>qe(ef);function nf(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=Me({},n),a=t&&r||!t&&s!=="post";let c;if(xn){if(s==="sync"){const h=tf();c=h.__watcherHandles||(h.__watcherHandles=[])}else if(!a){const h=()=>{};return h.stop=yt,h.resume=yt,h.pause=yt,h}}const u=$e;l.call=(h,m,y)=>pt(h,u,m,y);let f=!1;s==="post"?l.scheduler=h=>{rt(h,u&&u.suspense)}:s!=="sync"&&(f=!0,l.scheduler=(h,m)=>{m?h():as(h)}),l.augmentJob=h=>{t&&(h.flags|=4),f&&(h.flags|=2,u&&(h.id=u.uid,h.i=u))};const p=cu(e,t,l);return xn&&(c?c.push(p):a&&p()),p}function rf(e,t,n){const r=this.proxy,o=Oe(e)?e.includes(".")?ha(r,e):()=>r[e]:e.bind(r,r);let s;re(t)?s=t:(s=t.handler,n=t);const i=hr(this),l=ps(o,s.bind(r),n);return i(),l}function ha(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 of=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${Xe(t)}Modifiers`]||e[`${Kt(t)}Modifiers`];function sf(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||_e;let o=n;const s=t.startsWith("update:"),i=s&&of(r,t.slice(7));i&&(i.trim&&(o=n.map(u=>Oe(u)?u.trim():u)),i.number&&(o=n.map(xc)));let l,a=r[l=fo(t)]||r[l=fo(Xe(t))];!a&&s&&(a=r[l=fo(Kt(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 ga(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(!re(e)){const a=c=>{const u=ga(c,t,!0);u&&(l=!0,Me(i,u))};!n&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}return!s&&!l?(Ce(e)&&r.set(e,null),null):(te(s)?s.forEach(a=>i[a]=null):Me(i,s),Ce(e)&&r.set(e,i),i)}function ro(e,t){return!e||!cr(t)?!1:(t=t.slice(2).replace(/Once$/,""),ge(e,t[0].toLowerCase()+t.slice(1))||ge(e,Kt(t))||ge(e,t))}function Eo(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:p,setupState:h,ctx:m,inheritAttrs:y}=e,E=Wr(e);let w,S;try{if(n.shapeFlag&4){const _=o||r,M=_;w=at(c.call(M,_,u,f,h,p,m)),S=l}else{const _=t;w=at(_.length>1?_(f,{attrs:l,slots:i,emit:a}):_(f,null)),S=t.props?l:lf(l)}}catch(_){zn.length=0,dr(_,e,1),w=oe(Ge)}let v=w;if(S&&y!==!1){const _=Object.keys(S),{shapeFlag:M}=v;_.length&&M&7&&(s&&_.some(Xo)&&(S=af(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),w=v,Wr(E),w}const lf=e=>{let t;for(const n in e)(n==="class"||n==="style"||cr(n))&&((t||(t={}))[n]=e[n]);return t},af=(e,t)=>{const n={};for(const r in e)(!Xo(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function cf(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?oi(r,i,c):!!i;if(a&8){const u=t.dynamicProps;for(let f=0;f<u.length;f++){const p=u[f];if(i[p]!==r[p]&&!ro(c,p))return!0}}}else return(o||l)&&(!l||!l.$stable)?!0:r===i?!1:r?i?oi(r,i,c):!0:!!i;return!1}function oi(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]&&!ro(n,s))return!0}return!1}function va({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 ma=e=>e.__isSuspense;function _a(e,t){t&&t.pendingBranch?te(e)?t.effects.push(...e):t.effects.push(e):du(e)}const be=Symbol.for("v-fgt"),ln=Symbol.for("v-txt"),Ge=Symbol.for("v-cmt"),qn=Symbol.for("v-stc"),zn=[];let ot=null;function V(e=!1){zn.push(ot=e?null:[])}function uf(){zn.pop(),ot=zn[zn.length-1]||null}let nr=1;function si(e,t=!1){nr+=e,e<0&&ot&&t&&(ot.hasOnce=!0)}function ba(e){return e.dynamicChildren=nr>0?ot||bn:null,uf(),nr>0&&ot&&ot.push(e),e}function Z(e,t,n,r,o,s){return ba(K(e,t,n,r,o,s,!0))}function Le(e,t,n,r,o){return ba(oe(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 ya=({key:e})=>e??null,Ir=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?Oe(e)||Ie(e)||re(e)?{i:Ne,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&&ya(t),ref:t&&Ir(t),scopeId:Wl,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:Ne};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 oe=ff;function ff(e,t=null,n=null,r=0,o=null,s=!1){if((!e||e===Iu)&&(e=Ge),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(wf(e)&&(e=e.__vccOpts),t){t=Mr(t);let{class:l,style:a}=t;l&&!Oe(l)&&(t.class=Ke(l)),Ce(a)&&(ls(a)&&!te(a)&&(a=Me({},a)),t.style=An(a))}const i=Oe(e)?1:ma(e)?128:Ul(e)?64:Ce(e)?4:re(e)?2:0;return K(e,t,n,r,o,i,s,!0)}function Mr(e){return e?ls(e)||oa(e)?Me({},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?pf(o||{},t):o,u={__v_isVNode:!0,__v_skip:!0,type:e.type,props:c,key:c&&ya(c),ref:t&&t.ref?n&&s?te(s)?s.concat(Ir(t)):[s,Ir(t)]:Ir(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 Gt(e=" ",t=0){return oe(ln,null,e,t)}function df(e,t){const n=oe(qn,null,e);return n.staticCount=t,n}function De(e="",t=!1){return t?(V(),Le(Ge,null,e)):oe(Ge,null,e)}function at(e){return e==null||typeof e=="boolean"?oe(Ge):te(e)?oe(be,null,e.slice()):rr(e)?Vt(e):oe(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&&!oa(t)?t._ctx=Ne:o===3&&Ne&&(Ne.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else re(t)?(t={default:t,_ctx:Ne},n=32):(t=String(t),r&64?(n=16,t=[Gt(t)]):n=8);e.children=t,e.shapeFlag|=n}function pf(...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 hf=ea();let gf=0;function vf(e,t,n){const r=e.type,o=(t?t.appContext:e.appContext)||hf,s={uid:gf++,vnode:e,type:r,parent:t,appContext:o,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new Ic(!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:ia(r,o),emitsOptions:ga(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=sf.bind(null,s),e.ce&&e.ce(s),s}let $e=null;const Jt=()=>$e||Ne;let Kr,Uo;{const e=Xr(),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=>$e=n),Uo=t("__VUE_SSR_SETTERS__",n=>xn=n)}const hr=e=>{const t=$e;return Kr(e),e.scope.on(),()=>{e.scope.off(),Kr(t)}},ii=()=>{$e&&$e.scope.off(),Kr(null)};function Sa(e){return e.vnode.shapeFlag&4}let xn=!1;function mf(e,t=!1,n=!1){t&&Uo(t);const{props:r,children:o}=e.vnode,s=Sa(e);Gu(e,r,s,t),Ju(e,o,n);const i=s?_f(e,t):void 0;return t&&Uo(!1),i}function _f(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,Nu);const{setup:r}=n;if(r){qt();const o=e.setupContext=r.length>1?yf(e):null,s=hr(e),i=fr(r,e,0,[e.props,o]),l=fl(i);if(zt(),s(),(l||e.sp)&&!on(e)&&cs(e),l){if(i.then(ii,ii),t)return i.then(a=>{li(e,a,t)}).catch(a=>{dr(a,e,0)});e.asyncDep=i}else li(e,i,t)}else wa(e,t)}function li(e,t,n){re(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:Ce(t)&&(e.setupState=Ml(t)),wa(e,n)}let ai;function wa(e,t,n){const r=e.type;if(!e.render){if(!t&&ai&&!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=Me(Me({isCustomElement:s,delimiters:l},i),a);r.render=ai(o,c)}}e.render=r.render||yt}{const o=hr(e);qt();try{Hu(e)}finally{zt(),o()}}}const bf={get(e,t){return We(e,"get",""),e[t]}};function yf(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,bf),slots:e.slots,emit:e.emit,expose:t}}function oo(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Ml(eu(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in Kn)return Kn[n](e)},has(t,n){return n in t||n in Kn}})):e.proxy}function Sf(e,t=!0){return re(e)?e.displayName||e.name:e.name||t&&e.__name}function wf(e){return re(e)&&"__vccOpts"in e}const R=(e,t)=>lu(e,t,xn);function q(e,t,n){const r=arguments.length;return r===2?Ce(t)&&!te(t)?rr(t)?oe(e,null,[t]):oe(e,t):oe(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&rr(n)&&(n=[n]),oe(e,t,n))}const Ef="3.5.13";/**
|
||
* @vue/runtime-dom v3.5.13
|
||
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
||
* @license MIT
|
||
**/let Go;const ci=typeof window<"u"&&window.trustedTypes;if(ci)try{Go=ci.createPolicy("vue",{createHTML:e=>e})}catch{}const Ea=Go?e=>Go.createHTML(e):e=>e,Pf="http://www.w3.org/2000/svg",Cf="http://www.w3.org/1998/Math/MathML",xt=typeof document<"u"?document:null,ui=xt&&xt.createElement("template"),xf={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(Pf,e):t==="mathml"?xt.createElementNS(Cf,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{ui.innerHTML=Ea(r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e);const l=ui.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"),Pa={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},Tf=Me({},Gl,Pa),kf=e=>(e.displayName="Transition",e.props=Tf,e),gs=kf((e,{slots:t})=>q(vu,Lf(e),t)),Qt=(e,t=[])=>{te(e)?e.forEach(n=>n(...t)):e&&e(...t)},fi=e=>e?te(e)?e.some(t=>t.length>1):e.length>1:!1;function Lf(e){const t={};for(const x in e)x in Pa||(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:p=`${n}-leave-active`,leaveToClass:h=`${n}-leave-to`}=e,m=Af(o),y=m&&m[0],E=m&&m[1],{onBeforeEnter:w,onEnter:S,onEnterCancelled:v,onLeave:_,onLeaveCancelled:M,onBeforeAppear:G=w,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,p),F&&F()},L=x=>(F,ie)=>{const me=x?D:S,J=()=>I(F,x,ie);Qt(me,[F,J]),di(()=>{Xt(F,x?a:s),wt(F,x?u:l),fi(me)||pi(F,r,y,J)})};return Me(t,{onBeforeEnter(x){Qt(w,[x]),wt(x,s),wt(x,i)},onBeforeAppear(x){Qt(G,[x]),wt(x,a),wt(x,c)},onEnter:L(!1),onAppear:L(!0),onLeave(x,F){x._isLeaving=!0;const ie=()=>T(x,F);wt(x,f),x._enterCancelled?(wt(x,p),vi()):(vi(),wt(x,p)),di(()=>{x._isLeaving&&(Xt(x,f),wt(x,h),fi(_)||pi(x,r,E,ie))}),Qt(_,[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(M,[x])}})}function Af(e){if(e==null)return null;if(Ce(e))return[Po(e.enter),Po(e.leave)];{const t=Po(e);return[t,t]}}function Po(e){return Tc(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 di(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Rf=0;function pi(e,t,n,r){const o=e._endId=++Rf,s=()=>{o===e._endId&&r()};if(n!=null)return setTimeout(s,n);const{type:i,timeout:l,propCount:a}=Of(e,t);if(!i)return r();const c=i+"end";let u=0;const f=()=>{e.removeEventListener(c,p),s()},p=h=>{h.target===e&&++u>=a&&f()};setTimeout(()=>{u<a&&f()},l+1),e.addEventListener(c,p)}function Of(e,t){const n=window.getComputedStyle(e),r=m=>(n[m]||"").split(", "),o=r(`${$t}Delay`),s=r(`${$t}Duration`),i=hi(o,s),l=r(`${$n}Delay`),a=r(`${$n}Duration`),c=hi(l,a);let u=null,f=0,p=0;t===$t?i>0&&(u=$t,f=i,p=s.length):t===$n?c>0&&(u=$n,f=c,p=a.length):(f=Math.max(i,c),u=f>0?i>c?$t:$n:null,p=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:p,hasTransform:h}}function hi(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,r)=>gi(n)+gi(e[r])))}function gi(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function vi(){return document.body.offsetHeight}function Df(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"),Ca=Symbol("_vsh"),zr={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[Ca]=!t}const If=Symbol(""),Mf=/(^|;)\s*display\s*:/;function $f(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&&$r(r,l,"")}else for(const i in t)n[i]==null&&$r(r,i,"");for(const i in n)i==="display"&&(s=!0),$r(r,i,n[i])}else if(o){if(t!==n){const i=r[If];i&&(n+=";"+i),r.cssText=n,s=Mf.test(n)}}else t&&e.removeAttribute("style");qr in e&&(e[qr]=s?r.display:"",e[Ca]&&(r.display="none"))}const mi=/\s*!important$/;function $r(e,t,n){if(te(n))n.forEach(r=>$r(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=Nf(e,t);mi.test(n)?e.setProperty(Kt(r),n.replace(mi,""),"important"):e[r]=n}}const _i=["Webkit","Moz","ms"],Co={};function Nf(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<_i.length;o++){const s=_i[o]+r;if(s in e)return Co[t]=s}return t}const bi="http://www.w3.org/1999/xlink";function yi(e,t,n,r,o,s=Dc(t)){r&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(bi,t.slice(6,t.length)):e.setAttributeNS(bi,t,n):n==null||s&&!gl(n)?e.removeAttribute(t):e.setAttribute(t,s?"":Ot(n)?String(n):n)}function Si(e,t,n,r,o){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?Ea(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=gl(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 Hf(e,t,n,r){e.addEventListener(t,n,r)}function Vf(e,t,n,r){e.removeEventListener(t,n,r)}const wi=Symbol("_vei");function jf(e,t,n,r,o=null){const s=e[wi]||(e[wi]={}),i=s[t];if(r&&i)i.value=r;else{const[l,a]=Ff(t);if(r){const c=s[t]=Uf(r,o);Hf(e,l,c,a)}else i&&(Vf(e,l,i,a),s[t]=void 0)}}const Ei=/(?:Once|Passive|Capture)$/;function Ff(e){let t;if(Ei.test(e)){t={};let r;for(;r=e.match(Ei);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):Kt(e.slice(2)),t]}let xo=0;const Bf=Promise.resolve(),Wf=()=>xo||(Bf.then(()=>xo=0),xo=Date.now());function Uf(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;pt(Gf(r,n.value),t,5,[r])};return n.value=e,n.attached=Wf(),n}function Gf(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 Pi=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Kf=(e,t,n,r,o,s)=>{const i=o==="svg";t==="class"?Df(e,r,i):t==="style"?$f(e,n,r):cr(t)?Xo(t)||jf(e,t,n,r,s):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):qf(e,t,r,i))?(Si(e,t,r),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&yi(e,t,r,i,s,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!Oe(r))?Si(e,Xe(t),r,s,t):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),yi(e,t,r,i))};function qf(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&Pi(t)&&re(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 Pi(t)&&Oe(n)?!1:t in e}const zf={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},Jf=(e,t)=>{const n=e._withKeys||(e._withKeys={}),r=t.join(".");return n[r]||(n[r]=o=>{if(!("key"in o))return;const s=Kt(o.key);if(t.some(i=>i===s||zf[i]===s))return e(o)})},Yf=Me({patchProp:Kf},xf);let To,Ci=!1;function Qf(){return To=Ci?To:Qu(Yf),Ci=!0,To}const Xf=(...e)=>{const t=Qf().createApp(...e),{mount:n}=t;return t.mount=r=>{const o=ed(r);if(o)return n(o,!0,Zf(o))},t};function Zf(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function ed(e){return Oe(e)?document.querySelector(e):e}var gr=e=>/^[a-z][a-z0-9+.-]*:/.test(e)||e.startsWith("//"),td=/.md((\?|#).*)?$/,nd=(e,t="/")=>gr(e)||e.startsWith("/")&&!e.startsWith(t)&&!td.test(e),vr=e=>/^(https?:)?\/\//.test(e),xi=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},rd="http://.",od=(e,t)=>{if(!e.startsWith("/")&&t){const n=t.slice(0,t.lastIndexOf("/"));return xi(new URL(`${n}/${e}`,rd).pathname)}return xi(e)},sd=(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"/"},id=/(#|\?)/,xa=e=>{const[t,...n]=e.split(id);return{pathname:t,hashAndQueries:n.join("")}},ld=["link","meta","script","style","noscript","template"],ad=["title","base"],cd=([e,t,n])=>ad.includes(e)?e:ld.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,ud=e=>{const t=new Set,n=[];return e.forEach(r=>{const o=cd(r);o&&!t.has(o)&&(t.add(o),n.push(r))}),n},fd=e=>e.endsWith("/")||e.endsWith(".html")?e:`${e}/`,Ta=e=>e.endsWith("/")?e.slice(0,-1):e,ka=e=>e.startsWith("/")?e.slice(1):e,vs=e=>Object.prototype.toString.call(e)==="[object Object]",dt=e=>typeof e=="string";const dd="modulepreload",pd=function(e){return"/"+e},Ti={},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=pd(s),s in Ti)return;Ti[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":dd,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})},hd=JSON.parse("{}"),gd=Object.fromEntries([["/",{loader:()=>Hn(()=>import("./index.html-CmmWOU6g.js"),__vite__mapDeps([])),meta:{title:"Резюме"}}],["/works.html",{loader:()=>Hn(()=>import("./works.html-AkvQjJeg.js"),__vite__mapDeps([])),meta:{title:"Работы"}}],["/eng/",{loader:()=>Hn(()=>import("./index.html-B992a44K.js"),__vite__mapDeps([])),meta:{title:"Resume"}}],["/eng/works.html",{loader:()=>Hn(()=>import("./works.html-CnSsBJaM.js"),__vite__mapDeps([])),meta:{title:"Works"}}],["/404.html",{loader:()=>Hn(()=>import("./404.html-BlRV83Ta.js"),__vite__mapDeps([])),meta:{title:""}}]]);/*!
|
||
* vue-router v4.5.0
|
||
* (c) 2024 Eduardo San Martin Morote
|
||
* @license MIT
|
||
*/const mn=typeof document<"u";function La(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function vd(e){return e.__esModule||e[Symbol.toStringTag]==="Module"||e.default&&La(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,Aa=/#/g,md=/&/g,_d=/\//g,bd=/=/g,yd=/\?/g,Ra=/\+/g,Sd=/%5B/g,wd=/%5D/g,Oa=/%5E/g,Ed=/%60/g,Da=/%7B/g,Pd=/%7C/g,Ia=/%7D/g,Cd=/%20/g;function ms(e){return encodeURI(""+e).replace(Pd,"|").replace(Sd,"[").replace(wd,"]")}function xd(e){return ms(e).replace(Da,"{").replace(Ia,"}").replace(Oa,"^")}function Ko(e){return ms(e).replace(Ra,"%2B").replace(Cd,"+").replace(Aa,"%23").replace(md,"%26").replace(Ed,"`").replace(Da,"{").replace(Ia,"}").replace(Oa,"^")}function Td(e){return Ko(e).replace(bd,"%3D")}function kd(e){return ms(e).replace(Aa,"%23").replace(yd,"%3F")}function Ld(e){return e==null?"":kd(e).replace(_d,"%2F")}function sr(e){try{return decodeURIComponent(""+e)}catch{}return""+e}const Ad=/\/$/,Rd=e=>e.replace(Ad,"");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=Md(r??t,n),{fullPath:r+(s&&"?")+s+i,path:r,query:o,hash:sr(i)}}function Od(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function ki(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function Dd(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])&&Ma(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 Ma(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!Id(e[n],t[n]))return!1;return!0}function Id(e,t){return ht(e)?Li(e,t):ht(t)?Li(t,e):e===t}function Li(e,t){return ht(t)?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function Md(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 $d(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),Rd(e)}const Nd=/^[^#]+#/;function Hd(e,t){return e.replace(Nd,"#")+t}function Vd(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 jd(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=Vd(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 Ai(e,t){return(history.state?history.state.position-t:-1)+e}const qo=new Map;function Fd(e,t){qo.set(e,t)}function Bd(e){const t=qo.get(e);return qo.delete(e),t}let Wd=()=>location.protocol+"//"+location.host;function $a(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),ki(a,"")}return ki(n,e)+r+o}function Ud(e,t,n,r){let o=[],s=[],i=null;const l=({state:p})=>{const h=$a(e,location),m=n.value,y=t.value;let E=0;if(p){if(n.value=h,t.value=p,i&&i===m){i=null;return}E=y?p.position-y.position:0}else r(h);o.forEach(w=>{w(n.value,m,{delta:E,type:ir.pop,direction:E?E>0?Yn.forward:Yn.back:Yn.unknown})})};function a(){i=n.value}function c(p){o.push(p);const h=()=>{const m=o.indexOf(p);m>-1&&o.splice(m,1)};return s.push(h),h}function u(){const{history:p}=window;p.state&&p.replaceState(he({},p.state,{scroll:so()}),"")}function f(){for(const p of s)p();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 Ri(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 Gd(e){const{history:t,location:n}=window,r={value:$a(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("#"),p=f>-1?(n.host&&document.querySelector("base")?e:e.slice(f))+a:Wd()+e+a;try{t[u?"replaceState":"pushState"](c,"",p),o.value=c}catch(h){console.error(h),n[u?"replace":"assign"](p)}}function i(a,c){const u=he({},t.state,Ri(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({},Ri(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 Kd(e){e=$d(e);const t=Gd(e),n=Ud(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:Hd.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 qd(e){return typeof e=="string"||e&&typeof e=="object"}function Na(e){return typeof e=="string"||typeof e=="symbol"}const Ha=Symbol("");var Oi;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(Oi||(Oi={}));function kn(e,t){return he(new Error,{type:e,[Ha]:!0},t)}function Et(e,t){return e instanceof Error&&Ha in e&&(t==null||!!(e.type&t))}const Di="[^/]+?",zd={sensitive:!1,strict:!1,start:!0,end:!0},Jd=/[.+*?^${}()[\]/\\]/g;function Yd(e,t){const n=he({},zd,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 p=c[f];let h=40+(n.sensitive?.25:0);if(p.type===0)f||(o+="/"),o+=p.value.replace(Jd,"\\$&"),h+=40;else if(p.type===1){const{value:m,repeatable:y,optional:E,regexp:w}=p;s.push({name:m,repeatable:y,optional:E});const S=w||Di;if(S!==Di){h+=10;try{new RegExp(`(${S})`)}catch(_){throw new Error(`Invalid custom RegExp for param "${m}" (${S}): `+_.message)}}let v=y?`((?:${S})(?:/(?:${S}))*)`:`(${S})`;f||(v=E&&c.length<2?`(?:/${v})`:"/"+v),E&&(v+="?"),o+=v,h+=20,E&&(h+=-8),y&&(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 p=1;p<u.length;p++){const h=u[p]||"",m=s[p-1];f[m.name]=h&&m.repeatable?h.split("/"):h}return f}function a(c){let u="",f=!1;for(const p of e){(!f||!u.endsWith("/"))&&(u+="/"),f=!1;for(const h of p)if(h.type===0)u+=h.value;else if(h.type===1){const{value:m,repeatable:y,optional:E}=h,w=m in c?c[m]:"";if(ht(w)&&!y)throw new Error(`Provided param "${m}" is an array but it is not repeatable (* or + modifiers)`);const S=ht(w)?w.join("/"):w;if(!S)if(E)p.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 Qd(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 Va(e,t){let n=0;const r=e.score,o=t.score;for(;n<r.length&&n<o.length;){const s=Qd(r[n],o[n]);if(s)return s;n++}if(Math.abs(o.length-r.length)===1){if(Ii(r))return 1;if(Ii(o))return-1}return o.length-r.length}function Ii(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const Xd={type:0,value:""},Zd=/[a-zA-Z0-9_]/;function ep(e){if(!e)return[[]];if(e==="/")return[[Xd]];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 p(){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):p();break;case 4:p(),n=r;break;case 1:a==="("?n=2:Zd.test(a)?p():(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 tp(e,t,n){const r=Yd(ep(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 np(e,t){const n=[],r=new Map;t=Hi({strict:!1,end:!0,sensitive:!1},t);function o(f){return r.get(f)}function s(f,p,h){const m=!h,y=$i(f);y.aliasOf=h&&h.record;const E=Hi(t,f),w=[y];if("alias"in f){const _=typeof f.alias=="string"?[f.alias]:f.alias;for(const M of _)w.push($i(he({},y,{components:h?h.record.components:y.components,path:M,aliasOf:h?h.record:y})))}let S,v;for(const _ of w){const{path:M}=_;if(p&&M[0]!=="/"){const G=p.record.path,D=G[G.length-1]==="/"?"":"/";_.path=p.record.path+(M&&D+M)}if(S=tp(_,p,E),h?h.alias.push(S):(v=v||S,v!==S&&v.alias.push(S),m&&f.name&&!Ni(S)&&i(f.name)),ja(S)&&a(S),y.children){const G=y.children;for(let D=0;D<G.length;D++)s(G[D],S,h&&h.children[D])}h=h||S}return v?()=>{i(v)}:Jn}function i(f){if(Na(f)){const p=r.get(f);p&&(r.delete(f),n.splice(n.indexOf(p),1),p.children.forEach(i),p.alias.forEach(i))}else{const p=n.indexOf(f);p>-1&&(n.splice(p,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 p=sp(f,n);n.splice(p,0,f),f.record.name&&!Ni(f)&&r.set(f.record.name,f)}function c(f,p){let h,m={},y,E;if("name"in f&&f.name){if(h=r.get(f.name),!h)throw kn(1,{location:f});E=h.record.name,m=he(Mi(p.params,h.keys.filter(v=>!v.optional).concat(h.parent?h.parent.keys.filter(v=>v.optional):[]).map(v=>v.name)),f.params&&Mi(f.params,h.keys.map(v=>v.name))),y=h.stringify(m)}else if(f.path!=null)y=f.path,h=n.find(v=>v.re.test(y)),h&&(m=h.parse(y),E=h.record.name);else{if(h=p.name?r.get(p.name):n.find(v=>v.re.test(p.path)),!h)throw kn(1,{location:f,currentLocation:p});E=h.record.name,m=he({},p.params,f.params),y=h.stringify(m)}const w=[];let S=h;for(;S;)w.unshift(S.record),S=S.parent;return{name:E,path:y,params:m,matched:w,meta:op(w)}}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 Mi(e,t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}function $i(e){const t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:rp(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 rp(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 Ni(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function op(e){return e.reduce((t,n)=>he(t,n.meta),{})}function Hi(e,t){const n={};for(const r in e)n[r]=r in t?t[r]:e[r];return n}function sp(e,t){let n=0,r=t.length;for(;n!==r;){const s=n+r>>1;Va(e,t[s])<0?r=s:n=s+1}const o=ip(e);return o&&(r=t.lastIndexOf(o,r-1)),r}function ip(e){let t=e;for(;t=t.parent;)if(ja(t)&&Va(e,t)===0)return t}function ja({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function lp(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(Ra," "),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 Vi(e){let t="";for(let n in e){const r=e[n];if(n=Td(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 ap(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 cp=Symbol(""),ji=Symbol(""),io=Symbol(""),_s=Symbol(""),zo=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=p=>{p===!1?a(kn(4,{from:n,to:t})):p instanceof Error?a(p):qd(p)?a(kn(2,{from:t,to:p})):(i&&r.enterCallbacks[o]===i&&typeof p=="function"&&i.push(p),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(p=>a(p))})}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(La(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=vd(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 Fi(e){const t=qe(io),n=qe(_s),r=R(()=>{const a=Lt(e.to);return t.resolve(a)}),o=R(()=>{const{matched:a}=r.value,{length:c}=a,u=a[c-1],f=n.matched;if(!u||!f.length)return-1;const p=f.findIndex(Tn.bind(null,u));if(p>-1)return p;const h=Bi(a[c-2]);return c>1&&Bi(u)===h&&f[f.length-1].path!==h?f.findIndex(Tn.bind(null,a[c-2])):p}),s=R(()=>o.value>-1&&hp(n.params,r.value.params)),i=R(()=>o.value>-1&&o.value===n.matched.length-1&&Ma(n.params,r.value.params));function l(a={}){if(pp(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:R(()=>r.value.href),isActive:s,isExactActive:i,navigate:l}}function up(e){return e.length===1?e[0]:e}const fp=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:Fi,setup(e,{slots:t}){const n=an(Fi(e)),{options:r}=qe(io),o=R(()=>({[Wi(e.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[Wi(e.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const s=t.default&&up(t.default(n));return e.custom?s:q("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:o.value},s)}}}),dp=fp;function pp(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 hp(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 Bi(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const Wi=(e,t,n)=>e??t??n,gp=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(zo),o=R(()=>e.route||r.value),s=qe(ji,0),i=R(()=>{let c=Lt(s);const{matched:u}=o.value;let f;for(;(f=u[c])&&!f.components;)c++;return c}),l=R(()=>o.value.matched[i.value]);Wt(ji,R(()=>i.value+1)),Wt(cp,l),Wt(zo,o);const a=Ve();return je(()=>[a.value,l.value,e.name],([c,u,f],[p,h,m])=>{u&&(u.instances[f]=c,h&&h!==u&&c&&c===p&&(u.leaveGuards.size||(u.leaveGuards=h.leaveGuards),u.updateGuards.size||(u.updateGuards=h.updateGuards))),c&&u&&(!h||!Tn(u,h)||!p)&&(u.enterCallbacks[f]||[]).forEach(y=>y(c))},{flush:"post"}),()=>{const c=o.value,u=e.name,f=l.value,p=f&&f.components[u];if(!p)return Ui(n.default,{Component:p,route:c});const h=f.props[u],m=h?h===!0?c.params:typeof h=="function"?h(c):h:null,E=q(p,he({},m,t,{onVnodeUnmounted:w=>{w.component.isUnmounted&&(f.instances[u]=null)},ref:a}));return Ui(n.default,{Component:E,route:c})||E}}});function Ui(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const vp=gp;function mp(e){const t=np(e.routes,e),n=e.parseQuery||lp,r=e.stringifyQuery||Vi,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,Ld),p=ko.bind(null,sr);function h(C,U){let B,Y;return Na(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 y(){return t.getRoutes().map(C=>C.record)}function E(C){return!!t.getRecordMatcher(C)}function w(C,U){if(U=he({},U||a.value),typeof C=="string"){const g=Lo(n,C,U.path),b=t.resolve({path:g.path},U),k=o.createHref(g.fullPath);return he(g,b,{params:p(b.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 b in g)g[b]==null&&delete g[b];B=he({},C,{params:f(g)}),U.params=f(U.params)}const Y=t.resolve(B,U),pe=C.hash||"";Y.params=u(p(Y.params));const Te=Od(r,he({},C,{hash:xd(pe),path:Y.path})),d=o.createHref(Te);return he({fullPath:Te,hash:pe,query:r===Vi?ap(C.query):C.query||{}},Y,{redirectedFrom:void 0,href:d})}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 _(C){return D(C)}function M(C){return _(he(S(C),{replace:!0}))}function G(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=w(C),Y=a.value,pe=C.state,Te=C.force,d=C.replace===!0,g=G(B);if(g)return D(he(S(g),{state:typeof g=="object"?he({},pe,g.state):pe,force:Te,replace:d}),U||B);const b=B;b.redirectedFrom=U;let k;return!Te&&Dd(r,Y,B)&&(k=kn(16,{to:b,from:Y}),vt(Y,Y,!0,!1)),(k?Promise.resolve(k):T(b,Y)).catch(P=>Et(P)?Et(P,2)?P:Mt(P):z(P,b,Y)).then(P=>{if(P){if(Et(P,2))return D(he({replace:d},S(P.to),{state:typeof P.to=="object"?he({},pe,P.to.state):pe,force:Te}),U||b)}else P=x(b,Y,!0,d,pe);return L(b,Y,P),P})}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]=_p(C,U);B=Ao(Y.reverse(),"beforeRouteLeave",C,U);for(const g of Y)g.leaveGuards.forEach(b=>{B.push(jt(b,C,U))});const d=Q.bind(null,C,U);return B.push(d),st(B).then(()=>{B=[];for(const g of s.list())B.push(jt(g,C,U));return B.push(d),st(B)}).then(()=>{B=Ao(pe,"beforeRouteUpdate",C,U);for(const g of pe)g.updateGuards.forEach(b=>{B.push(jt(b,C,U))});return B.push(d),st(B)}).then(()=>{B=[];for(const g of Te)if(g.beforeEnter)if(ht(g.beforeEnter))for(const b of g.beforeEnter)B.push(jt(b,C,U));else B.push(jt(g.beforeEnter,C,U));return B.push(d),st(B)}).then(()=>(C.matched.forEach(g=>g.enterCallbacks={}),B=Ao(Te,"beforeRouteEnter",C,U,I),B.push(d),st(B))).then(()=>{B=[];for(const g of i.list())B.push(jt(g,C,U));return B.push(d),st(B)}).catch(g=>Et(g,8)?g:Promise.reject(g))}function L(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 d=U===Ct,g=mn?history.state:{};B&&(Y||d?o.replace(C.fullPath,he({scroll:d&&g&&g.scroll},pe)):o.push(C.fullPath,pe)),a.value=C,vt(C,U,B,d),Mt()}let F;function ie(){F||(F=o.listen((C,U,B)=>{if(!br.listening)return;const Y=w(C),pe=G(Y);if(pe){D(he(pe,{replace:!0,force:!0}),Y).catch(Jn);return}c=Y;const Te=a.value;mn&&Fd(Ai(Te.fullPath,B.delta),so()),T(Y,Te).catch(d=>Et(d,12)?d:Et(d,2)?(D(he(S(d.to),{force:!0}),Y).then(g=>{Et(g,20)&&!B.delta&&B.type===ir.pop&&o.go(-1,!1)}).catch(Jn),Promise.reject()):(B.delta&&o.go(-B.delta,!1),z(d,Y,Te))).then(d=>{d=d||x(Y,Te,!1),d&&(B.delta&&!Et(d,8)?o.go(-B.delta,!1):B.type===ir.pop&&Et(d,20)&&o.go(-1,!1)),L(Y,Te,d)}).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&&Bd(Ai(C.fullPath,0))||(Y||!B)&&history.state&&history.state.scroll||null;return fn().then(()=>pe(C,U,Te)).then(d=>d&&jd(d)).catch(d=>z(d,C,U))}const Qe=C=>o.go(C);let dn;const pn=new Set,br={currentRoute:a,listening:!0,addRoute:h,removeRoute:m,clearRoutes:t.clearRoutes,hasRoute:E,getRoutes:y,resolve:w,options:e,push:_,replace:M,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",dp),C.component("RouterView",vp),C.config.globalProperties.$router=U,Object.defineProperty(C.config.globalProperties,"$route",{enumerable:!0,get:()=>Lt(a)}),mn&&!dn&&a.value===Ct&&(dn=!0,_(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,Dl(B)),C.provide(zo,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 br}function _p(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 mr(){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},bp=()=>gt().pageComponent,ys=()=>gt().pageData,_r=()=>gt().pageFrontmatter,yp=()=>gt().pageHead,Ss=()=>gt().pageLang,Sp=()=>gt().pageLayout,wp=()=>gt().routeLocale,Fa=()=>gt().routePath,Ep=()=>gt().routes,Pp=()=>gt().siteData,Nr=ye([]),lo=e=>{Nr.value.push(e),no(()=>{Nr.value=Nr.value.filter(t=>t!==e)})},Cp=Symbol(""),Jo=ye(hd),En=ye(gd),Ba=(e,t)=>{const n=od(e,t);if(En.value[n])return n;const r=encodeURI(n);if(En.value[r])return r;const o=Jo.value[n]||Jo.value[r];return o||n},lr=(e,t)=>{const{pathname:n,hashAndQueries:r}=xa(e),o=Ba(n,t),s=o+r;return En.value[o]?{...En.value[o],path:s,notFound:!1}:{...En.value["/404.html"],path:s,notFound:!0}},xp=(e,t)=>{const{pathname:n,hashAndQueries:r}=xa(e);return Ba(n,t)+r},Tp=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=mr(),r=On(),o=R(()=>e.to.startsWith("#")||e.to.startsWith("?")?e.to:`/${xp(e.to,r.path).substring(1)}`);return()=>q("a",{class:["route-link",{[e.activeClass]:e.active}],href:o.value,onClick:(s={})=>{Tp(s)&&n.push(e.to).catch()}},t.default())}}),kp=ae({name:"AutoLink",props:{config:{type:Object,required:!0}},slots:Object,setup(e,{slots:t}){const n=Hl(e,"config"),r=On(),o=Pp(),s=R(()=>gr(n.value.link)),i=R(()=>n.value.target||(s.value?"_blank":void 0)),l=R(()=>i.value==="_blank"),a=R(()=>!s.value&&!l.value),c=R(()=>n.value.rel||(l.value?"noopener noreferrer":null)),u=R(()=>n.value.ariaLabel??n.value.text),f=R(()=>{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!=="/"}),p=R(()=>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:y}=t,E=(y==null?void 0:y(n.value))??[h==null?void 0:h(n.value),n.value.text,m==null?void 0:m(n.value)];return a.value?q(ao,{class:"auto-link",to:n.value.link,active:p.value,"aria-label":u.value},()=>E):q("a",{class:"auto-link external-link",href:n.value.link,"aria-label":u.value,rel:c.value,target:i.value},E)}}}),ws=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}}}),xr=e=>{Nr.value.forEach(t=>t(e))},Es=ae({name:"Content",props:{path:{type:String,required:!1,default:""}},setup(e){const t=bp(),n=R(()=>{if(!e.path)return t.value;const o=lr(e.path);return wu(async()=>o.loader().then(({comp:s})=>s))}),r=_r();return je(r,()=>{xr("updated")},{deep:!0,flush:"post"}),()=>q(n.value,{onVnodeMounted:()=>{xr("mounted")},onVnodeUpdated:()=>{xr("updated")},onVnodeBeforeUnmount:()=>{xr("beforeUnmount")}})}}),Lp="Layout",Ap="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 ud(o)},resolvePageHeadTitle:(e,t)=>[e.title,t.title].filter(n=>!!n).join(" | "),resolvePageLang:(e,t)=>e.lang||t.lang||Ap,resolvePageLayout:(e,t)=>{const n=dt(e.frontmatter.layout)?e.frontmatter.layout:Lp;if(!t[n])throw new Error(`[vuepress] Cannot resolve layout: ${n}`);return t[n]},resolveRouteLocale:(e,t)=>sd(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,Ps=e=>vr(e)?e:`/${ka(e)}`,Rp=Object.defineProperty,Op=(e,t)=>{for(var n in t)Rp(e,n,{get:t[n],enumerable:!0})},Dp={};Op(Dp,{COMPONENT_STATE_TYPE:()=>Ip,INSPECTOR_ID:()=>Mp,INSPECTOR_LABEL:()=>$p,INSPECTOR_NODES:()=>Np,INSPECTOR_STATE_SECTION_NAME:()=>Hp,PLUGIN_ID:()=>Wa,PLUGIN_LABEL:()=>Cs});var Wa="org.vuejs.vuepress",Cs="VuePress",Ip=Cs,Mp=Wa,$p=Cs,Gi={id:"INTERNAL",label:"Internal",keys:["layouts","routes","redirects"]},Ki={id:"SITE",label:"Site",keys:["siteData","siteLocaleData"]},qi={id:"ROUTE",label:"Route",keys:["routePath","routeLocale"]},zi={id:"PAGE",label:"Page",keys:["pageData","pageFrontmatter","pageLang","pageHead","pageHeadTitle","pageLayout","pageComponent"]},Np={[Gi.id]:Gi,[Ki.id]:Ki,[qi.id]:qi,[zi.id]:zi},Hp="State";function xs(e){return ts()?(_l(e),!0):!1}const Pn=new WeakMap,Ua=(...e)=>{var t;const n=e[0],r=(t=Jt())==null?void 0:t.proxy;if(r==null&&!ta())throw new Error("injectLocal must be called in setup");return r&&Pn.has(r)&&n in Pn.get(r)?Pn.get(r)[n]:qe(...e)},Vp=(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");Pn.has(r)||Pn.set(r,Object.create(null));const o=Pn.get(r);o[e]=t,Wt(e,t)},Ts=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const jp=Object.prototype.toString,Fp=e=>jp.call(e)==="[object Object]",un=()=>{};function Bp(...e){if(e.length!==1)return Hl(...e);const t=e[0];return typeof t=="function"?Rn($l(()=>({get:t,set:un}))):Ve(t)}function ks(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 Ga=e=>e();function Wp(e,t={}){let n,r,o=un;const s=a=>{clearTimeout(a),o(),o=un};let i;return a=>{const c=Pe(e),u=Pe(t.maxWait);return n&&s(n),c<=0||u!==void 0&&u<=0?(r&&(s(r),r=null),Promise.resolve(a())):new Promise((f,p)=>{o=t.rejectOnCancel?p: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 Up(...e){let t=0,n,r=!0,o=un,s,i,l,a,c;!Ie(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 p=>{const h=Pe(i),m=Date.now()-t,y=()=>s=p();return u(),h<=0?(t=Date.now(),y()):(m>h&&(a||!r)?(t=Date.now(),y()):l&&(s=new Promise((E,w)=>{o=c?w:E,n=setTimeout(()=>{t=Date.now(),r=!0,E(y()),u()},Math.max(0,h-m))})),!a&&!n&&(n=setTimeout(()=>r=!0,h)),r=!1,s)}}function Gp(e=Ga,t={}){const{initialState:n="active"}=t,r=Bp(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 Kp(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 Ji(e){return e.endsWith("rem")?Number.parseFloat(e)*16:Number.parseFloat(e)}function Hr(e){return Array.isArray(e)?e:[e]}function qp(e){return Jt()}function Ka(e,t=200,n={}){return ks(Wp(t,n),e)}function zp(e,t=200,n=!1,r=!0,o=!1){return ks(Up(t,n,r,o),e)}function Jp(e,t,n={}){const{eventFilter:r=Ga,...o}=n;return je(e,ks(r,t),o)}function Yp(e,t,n={}){const{eventFilter:r,initialState:o="active",...s}=n,{eventFilter:i,pause:l,resume:a,isActive:c}=Gp(r,{initialState:o});return{stop:Jp(e,t,{...s,eventFilter:i}),pause:l,resume:a,isActive:c}}function co(e,t=!0,n){qp()?Ze(e,n):t?e():fn(e)}function Qp(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)},Pe(t))}return r&&(s.value=!0,Ts&&c()),xs(a),{isPending:Rn(s),start:c,stop:a}}function Ls(e=!1,t={}){const{truthyValue:n=!0,falsyValue:r=!1}=t,o=Ie(e),s=ye(e);function i(l){if(arguments.length)return s.value=l,s.value;{const a=Pe(n);return s.value=s.value===a?Pe(r):a,s.value}}return o?i:[s,i]}function As(e,t,n){return je(e,t,{...n,immediate:!0})}const Rt=Ts?window:void 0,qa=Ts?window.navigator:void 0;function Ft(e){var t;const n=Pe(e);return(t=n==null?void 0:n.$el)!=null?t:n}function Fe(...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=R(()=>{const l=Hr(Pe(e[0])).filter(a=>a!=null);return l.every(a=>typeof a!="string")?l:void 0}),s=As(()=>{var l,a;return[(a=(l=o.value)==null?void 0:l.map(c=>Ft(c)))!=null?a:[Rt].filter(c=>c!=null),Hr(Pe(o.value?e[1]:e[0])),Hr(Lt(o.value?e[2]:e[1])),Pe(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=Fp(u)?{...u}:u;t.push(...l.flatMap(p=>a.flatMap(h=>c.map(m=>r(p,h,m,f)))))},{flush:"post"}),i=()=>{s(),n()};return xs(n),i}function Xp(){const e=ye(!1),t=Jt();return t&&Ze(()=>{e.value=!0},t),e}function uo(e){const t=Xp();return R(()=>(t.value,!!e()))}const Zp=Symbol("vueuse-ssr-width");function eh(){const e=ta()?Ua(Zp,null):null;return typeof e=="number"?e:void 0}function Rs(e,t={}){const{window:n=Rt,ssrWidth:r=eh()}=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 nf(()=>{if(s.value){s.value=!o.value;const c=Pe(e).split(",");l.value=c.some(u=>{const f=u.includes("not all"),p=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=!!(p||h);return p&&m&&(m=r>=Ji(p[1])),h&&m&&(m=r<=Ji(h[1])),f?!m:m});return}o.value&&(i.value=n.matchMedia(Pe(e)),l.value=i.value.matches)}),Fe(i,"change",a,{passive:!0}),R(()=>l.value)}function Yi(e,t={}){const{controls:n=!1,navigator:r=qa}=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"};Fe(s,"change",a,{passive:!0});const c=Kp(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 th(e={}){const{navigator:t=qa,read:n=!1,source:r,copiedDuring:o=1500,legacy:s=!1}=e,i=uo(()=>t&&"clipboard"in t),l=Yi("clipboard-read"),a=Yi("clipboard-write"),c=R(()=>i.value||s),u=ye(""),f=ye(!1),p=Qp(()=>f.value=!1,o,{immediate:!1});async function h(){let S=!(i.value&&w(l.value));if(!S)try{u.value=await t.clipboard.readText()}catch{S=!0}S&&(u.value=E())}c.value&&n&&Fe(["copy","cut"],h,{passive:!0});async function m(S=Pe(r)){if(c.value&&S!=null){let v=!(i.value&&w(a.value));if(!v)try{await t.clipboard.writeText(S)}catch{v=!0}v&&y(S),u.value=S,f.value=!0,p.start()}}function y(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 E(){var S,v,_;return(_=(v=(S=document==null?void 0:document.getSelection)==null?void 0:S.call(document))==null?void 0:v.toString())!=null?_:""}function w(S){return S==="granted"||S==="prompt"}return{isSupported:c,text:u,copied:f,copy:m}}const Tr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},kr="__vueuse_ssr_handlers__",nh=rh();function rh(){return kr in Tr||(Tr[kr]=Tr[kr]||{}),Tr[kr]}function oh(e,t){return nh[e]||t}function sh(e){return Rs("(prefers-color-scheme: dark)",e)}function ih(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 lh={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 Os(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:p,onError:h=L=>{console.error(L)},initOnMounted:m}=r,y=(u?ye:Ve)(typeof t=="function"?t():t),E=R(()=>Pe(e));if(!n)try{n=oh("getDefaultStorage",()=>{var L;return(L=Rt)==null?void 0:L.localStorage})()}catch(L){h(L)}if(!n)return y;const w=Pe(t),S=ih(w),v=(o=r.serializer)!=null?o:lh[S],{pause:_,resume:M}=Yp(y,()=>D(y.value),{flush:s,deep:i,eventFilter:p});je(E,()=>I(),{flush:s}),f&&l&&co(()=>{n instanceof Storage?Fe(f,"storage",I,{passive:!0}):Fe(f,Qi,T),m&&I()}),m||I();function G(L,x){if(f){const F={key:E.value,oldValue:L,newValue:x,storageArea:n};f.dispatchEvent(n instanceof Storage?new StorageEvent("storage",F):new CustomEvent(Qi,{detail:F}))}}function D(L){try{const x=n.getItem(E.value);if(L==null)G(x,null),n.removeItem(E.value);else{const F=v.write(L);x!==F&&(n.setItem(E.value,F),G(x,F))}}catch(x){h(x)}}function Q(L){const x=L?L.newValue:n.getItem(E.value);if(x==null)return a&&w!=null&&n.setItem(E.value,v.write(w)),w;if(!L&&c){const F=v.read(x);return typeof c=="function"?c(F,w):S==="object"&&!Array.isArray(F)?{...w,...F}:F}else return typeof x!="string"?x:v.read(x)}function I(L){if(!(L&&L.storageArea!==n)){if(L&&L.key==null){y.value=w;return}if(!(L&&L.key!==E.value)){_();try{(L==null?void 0:L.newValue)!==v.write(y.value)&&(y.value=Q(L))}catch(x){h(x)}finally{L?fn(M):M()}}}}function T(L){I(L.detail)}return y}function ah(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=R(()=>{const f=Pe(e);return Array.isArray(f)?f.map(p=>Ft(p)):[Ft(f)]}),c=je(a,f=>{if(l(),i.value&&r){s=new ResizeObserver(t);for(const p of f)p&&s.observe(p,o)}},{immediate:!0,flush:"post"}),u=()=>{l(),c()};return xs(u),{isSupported:i,stop:u}}function ch(e,t={width:0,height:0},n={}){const{window:r=Rt,box:o="content-box"}=n,s=R(()=>{var f,p;return(p=(f=Ft(e))==null?void 0:f.namespaceURI)==null?void 0:p.includes("svg")}),i=ye(t.width),l=ye(t.height),{stop:a}=ah(e,([f])=>{const p=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(p){const h=Hr(p);i.value=h.reduce((m,{inlineSize:y})=>m+y,0),l.value=h.reduce((m,{blockSize:y})=>m+y,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 Xi=1;function uh(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),p=ye(0),h=R({get(){return f.value},set(D){y(D,void 0)}}),m=R({get(){return p.value},set(D){y(void 0,D)}});function y(D,Q){var I,T,L,x;if(!c)return;const F=Pe(e);if(!F)return;(L=F instanceof Document?c.document.body:F)==null||L.scrollTo({top:(I=Pe(Q))!=null?I:m.value,left:(T=Pe(D))!=null?T:h.value,behavior:Pe(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&&(p.value=ie.scrollTop)}const E=ye(!1),w=an({left:!0,right:!1,top:!0,bottom:!1}),S=an({left:!1,right:!1,top:!1,bottom:!1}),v=D=>{E.value&&(E.value=!1,S.left=!1,S.right=!1,S.top=!1,S.bottom=!1,o(D))},_=Ka(v,n+r),M=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:L,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)-Xi;T==="flex"&&L==="row-reverse"?(w.left=J,w.right=me):(w.left=me,w.right=J),f.value=ie;let ne=I.scrollTop;D===c.document&&!ne&&(ne=c.document.body.scrollTop),S.top=ne<p.value,S.bottom=ne>p.value;const z=Math.abs(ne)<=(i.top||0),Ae=Math.abs(ne)+I.clientHeight>=I.scrollHeight-(i.bottom||0)-Xi;T==="flex"&&L==="column-reverse"?(w.top=Ae,w.bottom=z):(w.top=z,w.bottom=Ae),p.value=ne},G=D=>{var Q;if(!c)return;const I=(Q=D.target.documentElement)!=null?Q:D.target;M(I),E.value=!0,_(D),s(D)};return Fe(e,"scroll",n?zp(G,n,!0,!1):G,l),co(()=>{try{const D=Pe(e);if(!D)return;M(D)}catch(D){u(D)}}),Fe(e,"scrollend",v,l),{x:h,y:m,isScrolling:E,arrivedState:w,directions:S,measure(){const D=Pe(e);c&&D&&M(D)}}}function fh(e={}){const{window:t=Rt,...n}=e;return uh(t,n)}function dh(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:p,scale:h}=t.visualViewport;l.value=Math.round(f*h),a.value=Math.round(p*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(Fe("resize",c,u),t&&i==="visual"&&t.visualViewport&&Fe(t.visualViewport,"resize",c,u),o){const f=Rs("(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},ph=({headerLinkSelector:e,headerAnchorSelector:t,delay:n,offset:r=5})=>{const o=mr();Fe("scroll",Ka(()=>{var m,y;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(E=>f.some(w=>w.hash===E.hash));for(let E=0;E<h.length;E++){const w=h[E],S=h[E+1],v=i>=(((m=w.parentElement)==null?void 0:m.offsetTop)??0)-r,_=!S||i<(((y=S.parentElement)==null?void 0:y.offsetTop)??0)-r;if(!(v&&_))continue;const G=decodeURIComponent(o.currentRoute.value.hash),D=decodeURIComponent(w.hash);if(G===D)return;if(u){for(let Q=E+1;Q<h.length;Q++)if(G===decodeURIComponent(h[Q].hash))return}Zi(o,D);return}},n))},hh="a.vp-sidebar-item",gh=".header-anchor",vh=300,mh=5,_h=It({setup(){ph({headerLinkSelector:hh,headerAnchorSelector:gh,delay:vh,offset:mh})}}),bh=Object.freeze(Object.defineProperty({__proto__:null,default:_h},Symbol.toStringTag,{value:"Module"})),za=[...new Array(6)].map((e,t)=>`[vp-content] h${t+1}`).join(","),yh=(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},Sh=(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()},wh=(e=za,t=[])=>Array.from(document.querySelectorAll(e)).filter(n=>n.id&&n.hasChildNodes()).map(n=>({element:n,title:Sh(n,t),link:`#${n.id}`,slug:n.id,level:Number(n.tagName[1]),children:[]})),Eh=({selector:e=za,levels:t=2,ignore:n=[]}={})=>yh(wh(e,n),t),Ja=(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},Ph=e=>typeof e<"u",Ya=(e,t)=>dt(e)&&e.startsWith(t),{keys:Qa}=Object,Xa=e=>Ya(e,"/")&&e[1]!=="/",Za=e=>!nd(e)&&!gr(e),Ro="message-container";class Ds{constructor(){Bs(this,"elements");this.elements={}}static get containerElement(){let t=document.getElementById(Ro);return t||(t=document.createElement("div"),t.id=Ro,document.body.appendChild(t),t)}getElement(t){return this.elements[t]}pop(t,n=2e3,r=!0){const o=Date.now(),s=document.createElement("div");return s.className="message-item move-in",s.innerHTML=t,Ds.containerElement.appendChild(s),this.elements[o]=s,r&&s.addEventListener("click",()=>{this.close(o)}),n>0&&setTimeout(()=>{this.close(o)},n),o}close(t){if(t){const n=this.elements[t];n.classList.remove("move-in"),n.classList.add("move-out"),n.addEventListener("animationend",()=>{n.remove(),delete this.elements[t]})}else Qa(this.elements).forEach(n=>{this.close(Number(n))})}destroy(){const t=document.getElementById(Ro);t&&document.body.removeChild(t),this.elements={}}}const Is=e=>{const t=wp();return R(()=>Pe(e)[t.value]??{})},Ch=()=>{const e=Ep();return R(()=>Object.keys(e.value))};var xh={"/":{backToTop:"Вернуться к началу"},"/eng/":{backToTop:"Back to top"}};const Th=ae({name:"BackToTop",setup(){const e=_r(),t=Is(xh),n=ye(),{height:r}=ch(n),{height:o}=dh(),{y:s}=fh(),i=R(()=>(e.value.backToTop??!0)&&s.value>100),l=R(()=>s.value/(r.value-o.value)*100);return Ze(()=>{n.value=document.body}),()=>q(gs,{name:"back-to-top"},()=>i.value?q("button",{type:"button",class:"vp-back-to-top-button","aria-label":t.value.backToTop,onClick:()=>{window.scrollTo({top:0,behavior:"smooth"})}},[q("span",{class:"vp-scroll-progress",role:"progressbar","aria-labelledby":"loadinglabel","aria-valuenow":l.value},q("svg",q("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}`}))),q("div",{class:"back-to-top-icon"})]):null)}}),kh=It({rootComponents:[Th]}),Lh=Object.freeze(Object.defineProperty({__proto__:null,default:kh},Symbol.toStringTag,{value:"Module"})),Ah='<svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#06a35a"><path d="M822.812 824.618c-83.076 81.992-188.546 124.614-316.05 127.865-122.085-3.251-223.943-45.873-305.935-127.865S76.213 640.406 72.962 518.682c3.251-127.503 45.873-232.973 127.865-316.05 81.992-83.075 184.211-126.058 305.936-129.309 127.503 3.251 232.973 46.234 316.049 129.31 83.076 83.076 126.059 188.546 129.31 316.05-2.89 121.723-46.234 223.943-129.31 305.935zM432.717 684.111c3.973 3.974 8.307 5.78 13.364 6.14 5.057.362 9.753-1.444 13.365-5.417l292.57-287.515c3.974-3.973 5.78-8.307 5.78-13.364s-1.806-9.753-5.78-13.365l1.807 1.806c-3.973-3.973-8.669-5.779-14.087-6.14-5.418-.361-10.475 1.445-14.809 5.418L460.529 592.006c-3.973 3.25-8.669 4.695-14.448 4.695-5.78 0-10.836-1.445-15.531-3.973l-94.273-72.962c-4.335-3.251-9.392-4.335-14.448-3.973s-9.392 3.25-12.642 7.585l-2.89 3.973c-3.25 4.334-4.334 9.391-3.973 14.81.722 5.417 2.528 10.113 5.779 14.086L432.717 684.11z"/></svg>',Rh=/language-(shellscript|shell|bash|sh|zsh)/,Oh=({selector:e,ignoreSelector:t,inlineSelector:n,duration:r=2e3,locales:o,showInMobile:s,transform:i})=>{const l=Rs("(max-width: 419px)"),a=R(()=>!l.value||s),c=Is(o),u=E=>{var S;if(E.hasAttribute("copy-code"))return;const w=document.createElement("button");w.type="button",w.classList.add("vp-copy-code-button"),w.setAttribute("aria-label",c.value.copy),w.setAttribute("data-copied",c.value.copied),(S=E.parentElement)==null||S.insertBefore(w,E),E.setAttribute("copy-code","")},f=()=>{document.body.classList.toggle("no-copy-code",!a.value),a.value&&document.querySelectorAll(e).forEach(u)};As(a,f,{flush:"post"}),lo(E=>{E!=="beforeUnmount"&&f()});const{copy:p}=th({legacy:!0}),h=new WeakMap;let m=null;const y=async(E,w,S)=>{const v=w.cloneNode(!0);t&&v.querySelectorAll(t).forEach(G=>{G.remove()}),i&&i(v);let _=v.textContent||"";if(Rh.test(E.className)&&(_=_.replace(/^ *(\$|>) /gm,"")),await p(_),r<=0)return;S.classList.add("copied"),clearTimeout(h.get(S));const M=setTimeout(()=>{S.classList.remove("copied"),S.blur(),h.delete(S)},r);h.set(S,M)};Fe("click",E=>{const w=E.target;if(a.value&&w.matches('div[class*="language-"] > button.vp-copy-code-button')){const S=w.parentElement,v=w.nextElementSibling;if(!S||!v)return;y(S,v,w)}},{passive:!0}),n&&Fe("dblclick",E=>{const w=E.target;if(a.value&&w.matches(n)){const S=window.getSelection();S&&(w.contains(S.anchorNode)||w.contains(S.focusNode))&&S.removeAllRanges(),p(w.textContent||""),(m??(m=new Ds)).pop(`${Ah}<span>${c.value.copied} </span>`,r)}},{passive:!0})};var Dh={"/":{copy:"Скопировать код",copied:"Скопировано"},"/eng/":{copy:"Copy code",copied:"Copied"}};const Ih=It({setup:()=>{Oh({selector:'[vp-content] div[class*="language-"] pre',ignoreSelector:"",inlineSelector:"",locales:Dh,duration:2e3,showInMobile:!1})}}),Mh=Object.freeze(Object.defineProperty({__proto__:null,default:Ih},Symbol.toStringTag,{value:"Module"})),$h=It({setup(){Fe("beforeprint",()=>{document.querySelectorAll("details").forEach(e=>{e.open=!0})},{passive:!0})}}),Nh=Object.freeze(Object.defineProperty({__proto__:null,default:$h},Symbol.toStringTag,{value:"Module"}));var el={provider:null,pattern:{},repo:"https://git.pleshevski.ru/pleshevskiy/pleshevski.ru"};const tl=typeof el>"u"?{}:el,Hh=(e,t)=>!e||vr(e)?e:t==="github"?`https://github.com/${e}`:t==="gitee"?`https://gitee.com/${e}`:e,Vh=/#(\d+)/g,jh=(e=!0)=>{const t=_r(),n=Ss(),r=ys(),{pattern:o={},provider:s}=tl,i=Hh(tl.repo,s);return R(()=>{var a;if(t.value.changelog===!1||!Pe(e))return[];const l=new Intl.DateTimeFormat(n.value,{dateStyle:"short"});return(((a=r.value.git)==null?void 0:a.changelog)??[]).map(c=>{const u={date:l.format(c.time),...c};return o.issue&&i&&(u.message=u.message.replace(Vh,(f,p)=>`<a href="${o.issue.replace(":issue",p).replace(":repo",i)}" target="_blank" rel="noopener noreferrer">${f}</a>`)),o.commit&&i&&(u.commitUrl=o.commit.replace(":hash",u.hash).replace(":repo",i)),o.tag&&i&&u.tag&&(u.tagUrl=o.tag.replace(":tag",u.tag).replace(":repo",i)),u})})},ec=(e=!0)=>{const t=_r(),n=ys();return R(()=>{var r;return t.value.contributors===!1||!Pe(e)?[]:((r=n.value.git)==null?void 0:r.contributors)??[]})};var nl={"/":{contributors:"Участники",changelog:"История изменений",timeOn:"в",viewChangelog:"Показать всю историю изменений",latestUpdateAt:"Последнее обновление:"},"/eng/":{contributors:"Contributors",changelog:"Changelog",timeOn:"on",viewChangelog:"View All Changelog",latestUpdateAt:"Last Updated:"}};const Fh=typeof nl>"u"?{}:nl,Ms=()=>Is(Fh),tc=(e=!0)=>{const t=Ss(),n=Ms(),r=ys();return R(()=>{var l,a,c;if(!Pe(e))return null;const o=((l=r.value.git)==null?void 0:l.updatedTime)??((c=(a=r.value.git)==null?void 0:a.changelog)==null?void 0:c[0].time);if(!o)return null;const s=new Date(o),i=new Intl.DateTimeFormat(t.value,{dateStyle:"short",timeStyle:"short"}).format(o);return{date:s,text:i,iso:s.toISOString(),locale:n.value.latestUpdateAt}})},nc=({level:e=2,text:t,anchor:n})=>q(`h${e||2}`,{id:n,tabindex:"-1"},q("a",{href:`#${n}`,class:"header-anchor"},q("span",t))),Bh=({name:e,url:t,avatar:n})=>q(t?"a":"span",{href:t,target:"_blank",rel:"noreferrer",class:"vp-contributor"},[n?q("img",{src:n,alt:"",class:"vp-contributor-avatar"}):null,q("span",{class:"vp-contributor-name"},e)]),Wh=ae({name:"GitContributors",props:{title:String,headerLevel:{type:Number,default:2}},setup(e){const t=ec(),n=Ms();return()=>t.value.length?[q(nc,{level:e.headerLevel,anchor:"doc-contributors",text:e.title||n.value.contributors}),q("div",{class:"vp-contributors"},t.value.map(r=>q(Bh,r)))]:null}}),Uh=ae({name:"GitChangelog",props:{title:String,headerLevel:{type:Number,default:2}},setup(e){const t=jh(),n=Ms(),r=tc(),[o,s]=Ls(),i=()=>q("div",{class:"vp-changelog-header",onClick:()=>s()},[q("div",{class:"vp-latest-updated"},[q("span",{class:"vp-changelog-icon"}),q("span",{"data-allow-mismatch":""},r.value.text)]),q("div",[q("span",{class:"vp-changelog-menu-icon"}),q("span",n.value.viewChangelog)])]),l=({item:c})=>q("li",{class:"vp-changelog-item-tag"},q("div",[q("a",{class:"vp-changelog-tag"},q("code",c.tag)),q("span",{class:"vp-changelog-date","data-allow-mismatch":""},[n.value.timeOn," ",q("time",{datetime:new Date(c.time).toISOString()},c.date)])])),a=({item:c})=>q("li",{class:"vp-changelog-item-commit"},[q(c.commitUrl?"a":"span",{class:"vp-changelog-hash",href:c.commitUrl,target:"_blank",rel:"noreferrer"},[q("code",c.hash.slice(0,5))]),q("span",{class:"vp-changelog-divider"},"-"),q("span",{class:"vp-changelog-message",innerHTML:c.message}),q("span",{class:"vp-changelog-date","data-allow-mismatch":""},[n.value.timeOn||"on"," ",q("time",{datetime:new Date(c.time).toISOString()},c.date)])]);return()=>t.value.length?[q(nc,{level:e.headerLevel,anchor:"doc-changelog",text:e.title||n.value.changelog}),q("div",{class:["vp-changelog-wrapper",{active:o.value}]},[q(i),q("ul",{class:"vp-changelog-list"},[t.value.map(c=>c.tag?q(l,{item:c,key:c.tag}):q(a,{item:c,key:c.hash}))])])]:null}}),Gh={enhance:({app:e})=>{e.component("GitContributors",Wh),e.component("GitChangelog",Uh)}},Kh=Object.freeze(Object.defineProperty({__proto__:null,default:Gh},Symbol.toStringTag,{value:"Module"}));/**
|
||
* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress
|
||
* @license MIT
|
||
*/const rl=(e,t)=>{e.classList.add(t)},ol=(e,t)=>{e.classList.remove(t)},qh=e=>{var t;(t=e==null?void 0:e.parentNode)==null||t.removeChild(e)},Oo=(e,t,n)=>e<t?t:e>n?n:e,sl=e=>(-1+e)*100,zh=(()=>{const e=[],t=()=>{const n=e.shift();n&&n(t)};return n=>{e.push(n),e.length===1&&t()}})(),Jh=e=>e.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,(t,n)=>n.toUpperCase()),Lr=(()=>{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=Jh(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)&&Ph(a)&&o(s,l,a)}}})(),Pt={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}=Pt,r=Re.isStarted(),o=Oo(e,Pt.minimum,1);Re.percent=o===1?null:o;const s=Re.render(!r),i=s.querySelector(Pt.barSelector);return s.offsetWidth,zh(l=>{Lr(i,{transform:`translate3d(${sl(o)}%,0,0)`,transition:`all ${t}ms ${n}`}),o===1?(Lr(s,{transition:"none",opacity:"1"}),s.offsetWidth,setTimeout(()=>{Lr(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())},Pt.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=Oo(t+(typeof e=="number"?e:(1-t)*Oo(Math.random()*t,.1,.95)),0,.994),Re.set(t)):Re.start()},trickle:()=>Re.increase(Math.random()*Pt.trickleRate),render:e=>{if(Re.isRendered())return document.getElementById("nprogress");rl(document.documentElement,"nprogress-busy");const t=document.createElement("div");t.id="nprogress",t.innerHTML=Pt.template;const n=t.querySelector(Pt.barSelector),r=document.querySelector(Pt.parent),o=e?"-100":sl(Re.percent??0);return Lr(n,{transition:"all 0 linear",transform:`translate3d(${o}%,0,0)`}),r&&(r!==document.body&&rl(r,"nprogress-custom-parent"),r.appendChild(t)),t},remove:()=>{ol(document.documentElement,"nprogress-busy"),ol(document.querySelector(Pt.parent),"nprogress-custom-parent"),qh(document.getElementById("nprogress"))}},Yh=()=>{Ze(()=>{const e=mr(),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()})})},Qh=It({setup(){Yh()}}),Xh=Object.freeze(Object.defineProperty({__proto__:null,default:Qh},Symbol.toStringTag,{value:"Module"})),Zh=({selector:e='div[class*="language-"].has-collapsed-lines > .collapsed-lines'}={})=>{Fe("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"})}},{passive:!0})},eg={setup(){Zh()}},tg=Object.freeze(Object.defineProperty({__proto__:null,default:eg},Symbol.toStringTag,{value:"Module"})),ng="VUEPRESS_CODE_TAB_STORE",Ar=Os(ng,{}),rg=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&&(Ar.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&&(Ar.value[e.tabId]=e.data[n.value].id)},a=()=>{if(e.tabId){const c=e.data.findIndex(({id:u})=>Ar.value[e.tabId]===u);if(c!==-1)return c}return e.active};return Ze(()=>{n.value=a(),je(()=>e.tabId&&Ar.value[e.tabId],(c,u)=>{if(e.tabId&&c!==u){const f=e.data.findIndex(({id:p})=>p===c);f!==-1&&(n.value=f)}})}),()=>e.data.length?q("div",{class:"vp-code-tabs"},[q("div",{class:"vp-code-tabs-nav",role:"tablist"},e.data.map(({id:c},u)=>{const f=u===n.value;return q("button",{type:"button",ref:p=>{p&&(r.value[u]=p)},class:["vp-code-tab-nav",{active:f}],role:"tab","aria-controls":`codetab-${e.id}-${u}`,"aria-selected":f,onClick:()=>{n.value=u,o()},onKeydown:p=>{l(p,u)}},t[`title${u}`]({value:c,isActive:f}))})),e.data.map(({id:c},u)=>{const f=u===n.value;return q("div",{class:["vp-code-tab",{active:f}],id:`codetab-${e.id}-${u}`,role:"tabpanel","aria-expanded":f},[q("div",{class:"vp-code-tab-title"},t[`title${u}`]({value:c,isActive:f})),t[`tab${u}`]({value:c,isActive:f})])})]):null}}),og="VUEPRESS_TAB_STORE",Do=Os(og,{}),sg=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&&(Do.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})=>Do.value[e.tabId]===u);if(c!==-1)return c}return e.active};return Ze(()=>{n.value=a(),je(()=>e.tabId&&Do.value[e.tabId],(c,u)=>{if(e.tabId&&c!==u){const f=e.data.findIndex(({id:p})=>p===c);f!==-1&&(n.value=f)}})}),()=>e.data.length?q("div",{class:"vp-tabs"},[q("div",{class:"vp-tabs-nav",role:"tablist"},e.data.map(({id:c},u)=>{const f=u===n.value;return q("button",{type:"button",ref:p=>{p&&(r.value[u]=p)},class:["vp-tab-nav",{active:f}],role:"tab","aria-controls":`tab-${e.id}-${u}`,"aria-selected":f,onClick:()=>{n.value=u,o()},onKeydown:p=>{l(p,u)}},t[`title${u}`]({value:c,isActive:f}))})),e.data.map(({id:c},u)=>{const f=u===n.value;return q("div",{class:["vp-tab",{active:f}],id:`tab-${e.id}-${u}`,role:"tabpanel","aria-expanded":f},[q("div",{class:"vp-tab-title"},t[`title${u}`]({value:c,isActive:f})),t[`tab${u}`]({value:c,isActive:f})])})]):null}}),ig={enhance:({app:e})=>{e.component("CodeTabs",rg),e.component("Tabs",sg)}},lg=Object.freeze(Object.defineProperty({__proto__:null,default:ig},Symbol.toStringTag,{value:"Module"})),ag=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,"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"}`),cg=Ve(ag),rc=()=>cg,oc=Symbol(""),ug=()=>{const e=qe(oc);if(!e)throw new Error("useThemeLocaleData() is called without provider.");return e},fg=(e,t)=>{const{locales:n,...r}=e;return{...r,...n==null?void 0:n[t]}},dg=It({enhance({app:e}){const t=rc(),n=e._context.provides[bs],r=R(()=>fg(t.value,n.routeLocale.value));e.provide(oc,r),Object.defineProperties(e.config.globalProperties,{$theme:{get(){return t.value}},$themeLocale:{get(){return r.value}}})}}),pg=Object.freeze(Object.defineProperty({__proto__:null,default:dg},Symbol.toStringTag,{value:"Module"})),He=()=>{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:rc(),themeLocale:ug()}},sc=Symbol(""),hg=e=>{const t=(n=e.value)=>{const r=window.document.documentElement;r.dataset.theme=n?"dark":"light"};Ze(()=>{As(e,t)}),no(()=>{t()})},$s=()=>{const e=qe(sc);if(!e)throw new Error("useDarkMode() is called without provider.");return e},gg=()=>{const{themeLocale:e}=He(),t=sh(),n=Os("vuepress-color-scheme",e.value.colorMode),r=R({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(sc,r),hg(r)},ic=Symbol("headers"),vg=()=>{const e=Ua(ic);if(!e)throw new Error("useHeaders() is called without provider.");return e},mg=()=>{const{frontmatter:e,themeLocale:t}=He(),n=Ve([]),r=R(()=>e.value.sidebarDepth??t.value.sidebarDepth??2),o=()=>{if(r.value<=0){n.value=[];return}n.value=Eh({levels:[2,r.value+1],ignore:[".vp-badge"]})};Vp(ic,n),lo(s=>{s==="beforeUnmount"?n.value=[]:o()})};let Io=null,jn=null;const _g={wait:()=>Io,pending:()=>{Io=new Promise(e=>{jn=e})},resolve:()=>{jn==null||jn(),Io=null,jn=null}},lc=()=>_g,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="")=>Xa(t)||gr(t)?t:`${fd(e)}${t}`,bg=e=>({text:e.title,link:e.link,children:Ns(e.children)}),Ns=e=>e?e.map(t=>bg(t)):[],ac=(e,t)=>[{text:e.title,children:Ns(t)}],cc=(e,t,n,r="")=>{const o=(s,i)=>{var a;const l=dt(s)?Ln(Cn(i,s)):dt(s.link)?{...s,link:Za(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:Ns(c)}}return l};return e.map(s=>o(s,r))},yg=(e,t,n,r)=>{const o=Qa(e).sort((s,i)=>i.length-s.length);for(const s of o)if(Ya(decodeURI(r),s)){const i=e[s];return i?i==="heading"?ac(t,n):cc(i,n,r,s):[]}return console.warn(`${decodeURI(r)} is missing sidebar config.`),[]},uc=Symbol("sidebarItems"),Hs=()=>{const e=qe(uc);if(!e)throw new Error("useSidebarItems() is called without provider.");return e},Sg=(e,t,n,r,o)=>e===!1?[]:e==="heading"?ac(t,o):Array.isArray(e)?cc(e,o,n,r):vs(e)?yg(e,t,o,n):[],wg=()=>{const{frontmatter:e,page:t,routeLocale:n,themeLocale:r}=He(),o=vg(),s=Fa(),i=R(()=>e.value.home?!1:e.value.sidebar??r.value.sidebar??"heading"),l=R(()=>Sg(i.value,t.value,s.value,n.value,o.value));Wt(uc,l)},Eg=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 Pg(e,t,n,r,o,s){return V(),Z("span",{class:Ke(["vp-badge",n.type]),style:An({verticalAlign:n.vertical})},[xe(e.$slots,"default",{},()=>[Gt(ue(n.text),1)])],6)}const Cg=Se(Eg,[["render",Pg],["__file","Badge.vue"]]),xg=ae({__name:"VPFadeSlideYTransition",emits:["beforeEnter","beforeLeave"],setup(e,{expose:t}){t();const n={};return Object.defineProperty(n,"__isScriptSetup",{enumerable:!1,value:!0}),n}});function Tg(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:ke(()=>[xe(e.$slots,"default")]),_:3})}const kg=Se(xg,[["render",Tg],["__file","VPFadeSlideYTransition.vue"]]),Lg=ae({__name:"VPHomeFeatures",setup(e,{expose:t}){t();const{frontmatter:n}=He(),r=R(()=>n.value.features??[]),o={frontmatter:n,features:r};return Object.defineProperty(o,"__isScriptSetup",{enumerable:!1,value:!0}),o}}),Ag={key:0,class:"vp-features"};function Rg(e,t,n,r,o,s){return r.features.length?(V(),Z("div",Ag,[(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 Og=Se(Lg,[["render",Rg],["__file","VPHomeFeatures.vue"]]),Dg=ae({__name:"VPHomeFooter",setup(e,{expose:t}){t();const n=_r(),r=R(()=>n.value.footer),o=R(()=>n.value.footerHtml),s={frontmatter:n,footer:r,footerHtml:o};return Object.defineProperty(s,"__isScriptSetup",{enumerable:!1,value:!0}),s}}),Ig=["innerHTML"],Mg=["textContent"];function $g(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,Ig)):(V(),Z("div",{key:1,class:"vp-footer","vp-footer":"",textContent:ue(r.footer)},null,8,Mg))],64)):De("",!0)}const Ng=Se(Dg,[["render",$g],["__file","VPHomeFooter.vue"]]),Hg=ae({__name:"VPAutoLink",props:{config:{}},setup(e,{expose:t}){t();const n={get AutoLink(){return kp}};return Object.defineProperty(n,"__isScriptSetup",{enumerable:!1,value:!0}),n}});function Vg(e,t,n,r,o,s){return V(),Le(r.AutoLink,{config:n.config},$u({before:ke(()=>[xe(e.$slots,"before",ho(Mr(n.config)))]),after:ke(()=>[xe(e.$slots,"after",ho(Mr(n.config)))]),_:2},[e.$slots.default?{name:"default",fn:ke(()=>[xe(e.$slots,"default",ho(Mr(n.config)))]),key:"0"}:void 0]),1032,["config"])}const Dn=Se(Hg,[["render",Vg],["__file","VPAutoLink.vue"]]),jg=ae({__name:"VPHomeHero",setup(e,{expose:t}){t();const{frontmatter:n,siteLocale:r}=He(),o=$s(),s=R(()=>n.value.heroText===null?null:n.value.heroText||r.value.title||"Hello"),i=R(()=>n.value.tagline===null?null:n.value.tagline||r.value.description||"Welcome to your VuePress site"),l=R(()=>o.value&&n.value.heroImageDark!==void 0?n.value.heroImageDark:n.value.heroImage),a=R(()=>n.value.heroAlt||s.value||"hero"),c=R(()=>n.value.heroHeight??280),u=R(()=>Array.isArray(n.value.actions)?n.value.actions.map(({type:h="primary",...m})=>({type:h,...m})):[]),p={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=q("img",{class:"vp-hero-image",src:Ps(l.value),alt:a.value,height:c.value});return n.value.heroImageDark===void 0?h:q(ws,()=>h)},VPAutoLink:Dn};return Object.defineProperty(p,"__isScriptSetup",{enumerable:!1,value:!0}),p}}),Fg={class:"vp-hero"},Bg={key:0,id:"main-title"},Wg={key:1,class:"vp-hero-description"},Ug={key:2,class:"vp-hero-actions"};function Gg(e,t,n,r,o,s){return V(),Z("header",Fg,[oe(r.HomeHeroImage),r.heroText?(V(),Z("h1",Bg,ue(r.heroText),1)):De("",!0),r.tagline?(V(),Z("p",Wg,ue(r.tagline),1)):De("",!0),r.actions.length?(V(),Z("p",Ug,[(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 Kg=Se(jg,[["render",Gg],["__file","VPHomeHero.vue"]]),qg=ae({__name:"VPHome",setup(e,{expose:t}){t();const n={VPHomeFeatures:Og,VPHomeFooter:Ng,VPHomeHero:Kg,get Content(){return Es}};return Object.defineProperty(n,"__isScriptSetup",{enumerable:!1,value:!0}),n}}),zg={class:"vp-home"},Jg={"vp-content":""};function Yg(e,t,n,r,o,s){return V(),Z("main",zg,[oe(r.VPHomeHero),oe(r.VPHomeFeatures),K("div",Jg,[oe(r.Content)]),oe(r.VPHomeFooter)])}const Qg=Se(qg,[["render",Yg],["__file","VPHome.vue"]]),Xg=ae({__name:"VPNavbarBrand",setup(e,{expose:t}){t();const{routeLocale:n,siteLocale:r,themeLocale:o}=He(),s=$s(),i=R(()=>o.value.home||n.value),l=R(()=>r.value.title),a=R(()=>s.value&&o.value.logoDark!==void 0?o.value.logoDark:o.value.logo),c=R(()=>o.value.logoAlt??l.value),u=R(()=>l.value.toLocaleUpperCase().trim()===c.value.toLocaleUpperCase().trim()),p={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=q("img",{class:"vp-site-logo",src:Ps(a.value),alt:c.value});return o.value.logoDark===void 0?h:q(ws,()=>h)},get RouteLink(){return ao}};return Object.defineProperty(p,"__isScriptSetup",{enumerable:!1,value:!0}),p}}),Zg=["aria-hidden"];function ev(e,t,n,r,o,s){return V(),Le(r.RouteLink,{to:r.navbarBrandLink},{default:ke(()=>[oe(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,Zg)):De("",!0)]),_:1},8,["to"])}const tv=Se(Xg,[["render",ev],["__file","VPNavbarBrand.vue"]]),nv=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 rv(e,t,n,r,o,s){return V(),Le(gs,{name:"vp-dropdown",onEnter:r.setHeight,onAfterEnter:r.unsetHeight,onBeforeLeave:r.setHeight},{default:ke(()=>[xe(e.$slots,"default")]),_:3})}const fc=Se(nv,[["render",rv],["__file","VPDropdownTransition.vue"]]),ov=ae({__name:"VPNavbarDropdown",props:{config:{}},setup(e,{expose:t}){t();const n=e,{config:r}=Nl(n),[o,s]=Ls(),i=R(()=>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:fc};return Object.defineProperty(c,"__isScriptSetup",{enumerable:!1,value:!0}),c}}),sv=["aria-label"],iv={class:"title"},lv=["aria-label"],av={class:"title"},cv={class:"vp-navbar-dropdown"},uv={class:"vp-navbar-dropdown-subtitle"},fv={key:1},dv={class:"vp-navbar-dropdown-subitem-wrapper"};function pv(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",iv,ue(r.config.text),1),t[1]||(t[1]=K("span",{class:"arrow down"},null,-1))],8,sv),K("button",{class:"vp-navbar-dropdown-title-mobile",type:"button","aria-label":r.dropdownAriaLabel,onClick:t[0]||(t[0]=()=>r.toggleOpen())},[K("span",av,ue(r.config.text),1),K("span",{class:Ke(["arrow",r.open?"down":"right"])},null,2)],8,lv),oe(r.VPDropdownTransition,null,{default:ke(()=>[Ur(K("ul",cv,[(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",uv,[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",fv,ue(i.text),1))]),K("ul",dv,[(V(!0),Z(be,null,At(i.children,l=>(V(),Z("li",{key:l.link,class:"vp-navbar-dropdown-subitem"},[oe(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),[[zr,r.open]])]),_:1})],2)}const hv=Se(ov,[["render",pv],["__file","VPNavbarDropdown.vue"]]),dc=(e,t="")=>dt(e)?Ln(Cn(t,e)):"children"in e?{...e,children:e.children.map(n=>dc(n,Cn(t,e.prefix)))}:{...e,link:Za(e.link)?Ln(Cn(t,e.link)).link:e.link},gv=()=>{const{themeLocale:e}=He();return R(()=>(e.value.navbar||[]).map(t=>dc(t)))},pc=e=>!vr(e)||e.includes("github.com")?"GitHub":e.includes("bitbucket.org")?"Bitbucket":e.includes("gitlab.com")?"GitLab":e.includes("gitee.com")?"Gitee":null,vv=()=>{const{themeLocale:e}=He(),t=R(()=>e.value.repo),n=R(()=>t.value?pc(t.value):null),r=R(()=>t.value&&!vr(t.value)?`https://github.com/${t.value}`:t.value),o=R(()=>r.value?e.value.repoLabel?e.value.repoLabel:n.value===null?"Source":n.value:null);return R(()=>!r.value||!o.value?[]:[{text:o.value,link:r.value}])},mv=()=>{const e=On(),t=Ch(),{routeLocale:n,site:r,siteLocale:o,theme:s,themeLocale:i}=He();return R(()=>{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 w,S;const p=((w=r.value.locales)==null?void 0:w[f])??{},h=((S=s.value.locales)==null?void 0:S[f])??{},m=`${p.lang}`,y=h.selectLanguageName??m;if(m===o.value.lang)return{text:y,activeMatch:".",link:e.fullPath};const E=a.replace(n.value,f);return{text:y,link:t.value.some(v=>v===E)?c.replace(a,E):h.home??f}})}]})},_v="719px",bv={mobile:_v};var ar;(function(e){e.Mobile="mobile"})(ar||(ar={}));const yv={[ar.Mobile]:Number.parseInt(bv.mobile.replace("px",""),10)},hc=(e,t)=>{const n=yv[e];Number.isInteger(n)&&(Fe("orientationchange",()=>{t(n)}),Fe("resize",()=>{t(n)}),Ze(()=>{t(n)}))},Sv=ae({__name:"VPNavbarItems",setup(e,{expose:t}){t();const{themeLocale:n}=He(),r=gv(),o=mv(),s=vv(),i=Ve(!1),l=R(()=>n.value.navbarLabel??"site navigation"),a=R(()=>[...r.value,...o.value,...s.value]);hc(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:hv};return Object.defineProperty(c,"__isScriptSetup",{enumerable:!1,value:!0}),c}}),wv=["aria-label"];function Ev(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,wv)):De("",!0)}const gc=Se(Sv,[["render",Ev],["__file","VPNavbarItems.vue"]]),Pv={},Cv={class:"dark-icon",viewBox:"0 0 32 32"};function xv(e,t){return V(),Z("svg",Cv,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 Tv=Se(Pv,[["render",xv],["__file","VPDarkIcon.vue"]]),kv={},Lv={class:"light-icon",viewBox:"0 0 32 32"};function Av(e,t){return V(),Z("svg",Lv,t[0]||(t[0]=[df('<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 Rv=Se(kv,[["render",Av],["__file","VPLightIcon.vue"]]),Ov=ae({__name:"VPToggleColorModeButton",setup(e,{expose:t}){t();const{themeLocale:n}=He(),r=$s(),s={themeLocale:n,isDarkMode:r,toggleColorMode:()=>{r.value=!r.value},VPDarkIcon:Tv,VPLightIcon:Rv};return Object.defineProperty(s,"__isScriptSetup",{enumerable:!1,value:!0}),s}}),Dv=["title"];function Iv(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},[Ur(oe(r.VPLightIcon,null,null,512),[[zr,!r.isDarkMode]]),Ur(oe(r.VPDarkIcon,null,null,512),[[zr,r.isDarkMode]])],8,Dv)}const Mv=Se(Ov,[["render",Iv],["__file","VPToggleColorModeButton.vue"]]),$v=ae({__name:"VPToggleSidebarButton",emits:["toggle"],setup(e,{expose:t}){t();const{themeLocale:n}=He(),r={themeLocale:n};return Object.defineProperty(r,"__isScriptSetup",{enumerable:!1,value:!0}),r}}),Nv=["title"];function Hv(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,Nv)}const Vv=Se($v,[["render",Hv],["__file","VPToggleSidebarButton.vue"]]),jv=ae({__name:"VPNavbar",emits:["toggleSidebar"],setup(e,{expose:t}){t();const n=Ja("SearchBox")?Ql("SearchBox"):()=>null,{themeLocale:r}=He(),o=zs("navbar"),s=zs("navbar-brand"),i=Ve(0),l=R(()=>i.value?{maxWidth:`${i.value}px`}:{}),a=(u,f)=>{var m;const p=(m=u==null?void 0:u.ownerDocument.defaultView)==null?void 0:m.getComputedStyle(u,null)[f],h=Number.parseInt(p,10);return Number.isNaN(h)?0:h};hc(ar.Mobile,u=>{var p;const f=a(o.value,"paddingLeft")+a(o.value,"paddingRight");window.innerWidth<u?i.value=0:i.value=o.value.offsetWidth-f-(((p=s.value)==null?void 0:p.offsetWidth)??0)});const c={SearchBox:n,themeLocale:r,navbar:o,navbarBrand:s,linksWrapperMaxWidth:i,linksWrapperStyle:l,getCssValue:a,VPNavbarBrand:tv,VPNavbarItems:gc,VPToggleColorModeButton:Mv,VPToggleSidebarButton:Vv};return Object.defineProperty(c,"__isScriptSetup",{enumerable:!1,value:!0}),c}}),Fv={ref:"navbar",class:"vp-navbar","vp-navbar":""},Bv={ref:"navbar-brand"};function Wv(e,t,n,r,o,s){return V(),Z("header",Fv,[oe(r.VPToggleSidebarButton,{onToggle:t[0]||(t[0]=i=>e.$emit("toggleSidebar"))}),K("span",Bv,[oe(r.VPNavbarBrand)],512),K("div",{class:"vp-navbar-items-wrapper",style:An(r.linksWrapperStyle)},[xe(e.$slots,"before"),oe(r.VPNavbarItems,{class:"vp-hide-mobile"}),xe(e.$slots,"after"),r.themeLocale.colorModeSwitch?(V(),Le(r.VPToggleColorModeButton,{key:0})):De("",!0),oe(r.SearchBox)],4)],512)}const Uv=Se(jv,[["render",Wv],["__file","VPNavbar.vue"]]),Gv={},Kv={class:"edit-icon",viewBox:"0 0 1024 1024"};function qv(e,t){return V(),Z("svg",Kv,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 zv=Se(Gv,[["render",qv],["__file","VPEditIcon.vue"]]),Jv={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"},Yv=({docsRepo:e,editLinkPattern:t})=>{if(t)return t;const n=pc(e);return n!==null?Jv[n]:null},Qv=({docsRepo:e,docsBranch:t,docsDir:n,filePathRelative:r,editLinkPattern:o})=>{if(!r)return null;const s=Yv({docsRepo:e,editLinkPattern:o});return s?s.replace(/:repo/,vr(e)?e:`https://github.com/${e}`).replace(/:branch/,t).replace(/:path/,ka(`${Ta(n)}/${r}`)):null},Xv=()=>{const{frontmatter:e,page:t,themeLocale:n}=He();return R(()=>{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=Qv({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})},Zv=ae({__name:"VPPageMeta",setup(e,{expose:t}){t();const{frontmatter:n,themeLocale:r}=He(),o=ec(()=>n.value.contributors??r.value.contributors??!0),s=Xv(),i=tc(()=>n.value.lastUpdated??r.value.lastUpdated??!0),l={frontmatter:n,themeLocale:r,contributors:o,editLink:s,lastUpdated:i,VPAutoLink:Dn,VPEditIcon:zv};return Object.defineProperty(l,"__isScriptSetup",{enumerable:!1,value:!0}),l}}),em={class:"vp-page-meta"},tm={key:0,class:"vp-meta-item edit-link"},nm={class:"vp-meta-item git-info"},rm={key:0,class:"vp-meta-item last-updated"},om={class:"meta-item-label"},sm=["datetime"],im={key:1,class:"vp-meta-item contributors"},lm={class:"meta-item-label"},am={class:"meta-item-info"},cm=["title"];function um(e,t,n,r,o,s){return V(),Z("footer",em,[r.editLink?(V(),Z("div",tm,[oe(r.VPAutoLink,{class:"label",config:r.editLink},{before:ke(()=>[oe(r.VPEditIcon)]),_:1},8,["config"])])):De("",!0),K("div",nm,[r.lastUpdated?(V(),Z("div",rm,[K("span",om,ue(r.themeLocale.lastUpdatedText??r.lastUpdated.locale)+": ",1),K("time",{class:"meta-item-info",datetime:r.lastUpdated.iso,"data-allow-mismatch":""},ue(r.lastUpdated.text),9,sm)])):De("",!0),r.contributors.length?(V(),Z("div",im,[K("span",lm,ue(r.themeLocale.contributorsText)+": ",1),K("span",am,[(V(!0),Z(be,null,At(r.contributors,(i,l)=>(V(),Z(be,{key:l},[K("span",{class:"contributor",title:`email: ${i.email}`},ue(i.name),9,cm),l!==r.contributors.length-1?(V(),Z(be,{key:0},[Gt(", ")],64)):De("",!0)],64))),128))])])):De("",!0)])])}const fm=Se(Zv,[["render",um],["__file","VPPageMeta.vue"]]),dm=()=>{const e=mr(),t=On();return n=>{n&&(Xa(n)?t.fullPath!==n&&e.push(n):gr(n)?window.open(n):e.push(encodeURI(n)))}},il=(e,t)=>e===!1?!1:dt(e)?Ln(e,t):vs(e)?{...e,link:Ln(e.link,t).link}:null,Yo=(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=Yo(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},pm=()=>{const{frontmatter:e,themeLocale:t}=He(),n=Hs(),r=Fa(),o=R(()=>{const i=il(e.value.prev,r.value);return i===!1?null:i??(t.value.prev===!1?null:Yo(n.value,r.value,-1))}),s=R(()=>{const i=il(e.value.next,r.value);return i===!1?null:i??(t.value.next===!1?null:Yo(n.value,r.value,1))});return{prevLink:o,nextLink:s}},hm=ae({__name:"VPPageNav",setup(e,{expose:t}){t();const{themeLocale:n}=He(),r=dm(),{prevLink:o,nextLink:s}=pm(),i=R(()=>n.value.pageNavbarLabel??"page navigation");Fe("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}}),gm=["aria-label"],vm={class:"hint"},mm={class:"link"},_m={class:"external-link"},bm={class:"hint"},ym={class:"link"},Sm={class:"external-link"};function wm(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:ke(()=>[K("div",vm,[t[0]||(t[0]=K("span",{class:"arrow left"},null,-1)),Gt(" "+ue(r.themeLocale.prev??"Prev"),1)]),K("div",mm,[K("span",_m,ue(r.prevLink.text),1)])]),_:1},8,["config"])):De("",!0),r.nextLink?(V(),Le(r.VPAutoLink,{key:1,class:"next",config:r.nextLink},{default:ke(()=>[K("div",bm,[Gt(ue(r.themeLocale.next??"Next")+" ",1),t[1]||(t[1]=K("span",{class:"arrow right"},null,-1))]),K("div",ym,[K("span",Sm,ue(r.nextLink.text),1)])]),_:1},8,["config"])):De("",!0)],8,gm)):De("",!0)}const Em=Se(hm,[["render",wm],["__file","VPPageNav.vue"]]),Pm=ae({__name:"VPPage",setup(e,{expose:t}){t();const n={VPPageMeta:fm,VPPageNav:Em,get Content(){return Es}};return Object.defineProperty(n,"__isScriptSetup",{enumerable:!1,value:!0}),n}}),Cm={class:"vp-page"},xm={"vp-content":""};function Tm(e,t,n,r,o,s){return V(),Z("main",Cm,[xe(e.$slots,"top"),K("div",xm,[xe(e.$slots,"content-top"),oe(r.Content),xe(e.$slots,"content-bottom")]),oe(r.VPPageMeta),oe(r.VPPageNav),xe(e.$slots,"bottom")])}const km=Se(Pm,[["render",Tm],["__file","VPPage.vue"]]),ll=e=>decodeURI(e).replace(/#.*$/,"").replace(/(index)?\.(md|html)$/,""),Lm=(e,t)=>{if(t.hash===e)return!0;const n=ll(t.path),r=ll(e);return n===r},vc=(e,t)=>e.link&&Lm(e.link,t)?!0:"children"in e?e.children.some(n=>vc(n,t)):!1,Am=ae({__name:"VPSidebarItem",props:{item:{},depth:{default:0}},setup(e,{expose:t}){t();const n=e,{item:r,depth:o}=Nl(n),s=On(),i=mr(),l=R(()=>r.value.collapsible),a=R(()=>vc(r.value,s)),c=R(()=>({"vp-sidebar-item":!0,"vp-sidebar-heading":o.value===0,active:a.value,collapsible:l.value})),u=R(()=>l.value?a.value:!0),[f,p]=Ls(u.value),h=E=>{l.value&&(E.preventDefault(),p())},m=i.afterEach(()=>{fn(()=>{f.value=u.value})});us(()=>{m()});const y={props:n,item:r,depth:o,route:s,router:i,collapsible:l,isActive:a,itemClass:c,isOpenDefault:u,isOpen:f,toggleIsOpen:p,onClick:h,unregisterRouterHook:m,VPAutoLink:Dn,VPDropdownTransition:fc};return Object.defineProperty(y,"__isScriptSetup",{enumerable:!1,value:!0}),y}}),Rm={class:"vp-sidebar-children"};function Om(e,t,n,r,o,s){const i=Ql("VPSidebarItem",!0);return V(),Z("li",null,[r.item.link?(V(),Le(r.VPAutoLink,{key:0,class:Ke(r.itemClass),config:r.item},{after:ke(()=>[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:Jf(r.onClick,["enter"])},[Gt(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:ke(()=>[Ur(K("ul",Rm,[(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),[[zr,r.isOpen]])]),_:1})):De("",!0)])}const Dm=Se(Am,[["render",Om],["__file","VPSidebarItem.vue"]]),Im=ae({__name:"VPSidebarItems",setup(e,{expose:t}){t();const n=On(),r=Hs();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:Dm};return Object.defineProperty(o,"__isScriptSetup",{enumerable:!1,value:!0}),o}}),Mm={key:0,class:"vp-sidebar-items"};function $m(e,t,n,r,o,s){return r.sidebarItems.length?(V(),Z("ul",Mm,[(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 Nm=Se(Im,[["render",$m],["__file","VPSidebarItems.vue"]]),Hm=ae({__name:"VPSidebar",setup(e,{expose:t}){t();const n={VPNavbarItems:gc,VPSidebarItems:Nm};return Object.defineProperty(n,"__isScriptSetup",{enumerable:!1,value:!0}),n}}),Vm={class:"vp-sidebar","vp-sidebar":""};function jm(e,t,n,r,o,s){return V(),Z("aside",Vm,[oe(r.VPNavbarItems),xe(e.$slots,"top"),oe(r.VPSidebarItems),xe(e.$slots,"bottom")])}const Fm=Se(Hm,[["render",jm],["__file","VPSidebar.vue"]]),Bm=ae({__name:"Layout",setup(e,{expose:t}){t();const{frontmatter:n,page:r,themeLocale:o}=He(),s=R(()=>n.value.navbar??o.value.navbar??!0),i=Hs(),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,_=S.changedTouches[0].clientY-c.y;Math.abs(v)>Math.abs(_)&&Math.abs(v)>40&&(v>0&&c.x<=80?a(!0):a(!1))},p=R(()=>n.value.externalLinkIcon??o.value.externalLinkIcon??!0),h=R(()=>[{"no-navbar":!s.value,"no-sidebar":!i.value.length,"sidebar-open":l.value,"external-link-icon":p.value},n.value.pageClass]);lo(()=>{a(!1)});const m=lc(),y=m.resolve,E=m.pending,w={frontmatter:n,page:r,themeLocale:o,shouldShowNavbar:s,sidebarItems:i,isSidebarOpen:l,toggleSidebar:a,touchStart:c,onTouchStart:u,onTouchEnd:f,enableExternalLinkIcon:p,containerClass:h,scrollPromise:m,onBeforeEnter:y,onBeforeLeave:E,VPFadeSlideYTransition:kg,VPHome:Qg,VPNavbar:Uv,VPPage:km,VPSidebar:Fm};return Object.defineProperty(w,"__isScriptSetup",{enumerable:!1,value:!0}),w}});function Wm(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},[xe(e.$slots,"navbar",{},()=>[r.shouldShowNavbar?(V(),Le(r.VPNavbar,{key:0,onToggleSidebar:r.toggleSidebar},{before:ke(()=>[xe(e.$slots,"navbar-before")]),after:ke(()=>[xe(e.$slots,"navbar-after")]),_:3})):De("",!0)]),K("div",{class:"vp-sidebar-mask",onClick:t[0]||(t[0]=i=>r.toggleSidebar(!1))}),xe(e.$slots,"sidebar",{},()=>[oe(r.VPSidebar,null,{top:ke(()=>[xe(e.$slots,"sidebar-top")]),bottom:ke(()=>[xe(e.$slots,"sidebar-bottom")]),_:3})]),xe(e.$slots,"page",{},()=>[oe(r.VPFadeSlideYTransition,{onBeforeEnter:r.onBeforeEnter,onBeforeLeave:r.onBeforeLeave},{default:ke(()=>[r.frontmatter.home?(V(),Le(r.VPHome,{key:0})):(V(),Le(r.VPPage,{key:r.page.path},{top:ke(()=>[xe(e.$slots,"page-top")]),"content-top":ke(()=>[xe(e.$slots,"page-content-top")]),"content-bottom":ke(()=>[xe(e.$slots,"page-content-bottom")]),bottom:ke(()=>[xe(e.$slots,"page-bottom")]),_:3}))]),_:3},8,["onBeforeEnter","onBeforeLeave"])])],34)}const mc=Se(Bm,[["render",Wm],["__file","Layout.vue"]]),Um=ae({__name:"NotFound",setup(e,{expose:t}){t();const{routeLocale:n,themeLocale:r}=He(),o=R(()=>r.value.notFound??["Not Found"]),s=()=>o.value[Math.floor(Math.random()*o.value.length)],i=R(()=>r.value.home??n.value),l=R(()=>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}}),Gm={class:"vp-theme-container","vp-container":""},Km={class:"page"},qm={"vp-content":""};function zm(e,t,n,r,o,s){return V(),Z("div",Gm,[K("main",Km,[K("div",qm,[t[0]||(t[0]=K("h1",null,"404",-1)),K("blockquote",null,ue(r.getMsg()),1),oe(r.RouteLink,{to:r.homeLink},{default:ke(()=>[Gt(ue(r.homeText),1)]),_:1},8,["to"])])])])}const Jm=Se(Um,[["render",zm],["__scopeId","data-v-5421f896"],["__file","NotFound.vue"]]),Ym=It({enhance({app:e,router:t}){Ja("Badge")||e.component("Badge",Cg);const n=t.options.scrollBehavior;t.options.scrollBehavior=async(...r)=>(await lc().wait(),n(...r))},setup(){gg(),mg(),wg()},layouts:{Layout:mc,NotFound:Jm}}),Qm=Object.freeze(Object.defineProperty({__proto__:null,default:Ym},Symbol.toStringTag,{value:"Module"}));function Xm(e){return ts()?(_l(e),!0):!1}function Vs(e){return typeof e=="function"?e():Lt(e)}const Zm=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const e_=Object.prototype.toString,t_=e=>e_.call(e)==="[object Object]",n_=()=>{};function r_(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 _c=e=>e();function o_(e=_c){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 s_(e){return Jt()}function i_(e,t,n={}){const{eventFilter:r=_c,...o}=n;return je(e,r_(r,t),o)}function l_(e,t,n={}){const{eventFilter:r,...o}=n,{eventFilter:s,pause:i,resume:l,isActive:a}=o_(r);return{stop:i_(e,t,{...o,eventFilter:s}),pause:i,resume:l,isActive:a}}function a_(e,t=!0,n){s_()?Ze(e,n):t?e():fn(e)}function c_(e){var t;const n=Vs(e);return(t=n==null?void 0:n.$el)!=null?t:n}const Jr=Zm?window:void 0;function al(...e){let t,n,r,o;if(typeof e[0]=="string"||Array.isArray(e[0])?([n,r,o]=e,t=Jr):[t,n,r,o]=e,!t)return n_;Array.isArray(n)||(n=[n]),Array.isArray(r)||(r=[r]);const s=[],i=()=>{s.forEach(u=>u()),s.length=0},l=(u,f,p,h)=>(u.addEventListener(f,p,h),()=>u.removeEventListener(f,p,h)),a=je(()=>[c_(t),Vs(o)],([u,f])=>{if(i(),!u)return;const p=t_(f)?{...f}:f;s.push(...n.flatMap(h=>r.map(m=>l(u,h,m,p))))},{immediate:!0,flush:"post"}),c=()=>{a(),i()};return Xm(c),c}const Rr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Or="__vueuse_ssr_handlers__",u_=f_();function f_(){return Or in Rr||(Rr[Or]=Rr[Or]||{}),Rr[Or]}function d_(e,t){return u_[e]||t}function p_(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 h_={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()}},cl="vueuse-storage";function g_(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=Jr,eventFilter:p,onError:h=T=>{console.error(T)},initOnMounted:m}=r,y=(u?ye:Ve)(typeof t=="function"?t():t);if(!n)try{n=d_("getDefaultStorage",()=>{var T;return(T=Jr)==null?void 0:T.localStorage})()}catch(T){h(T)}if(!n)return y;const E=Vs(t),w=p_(E),S=(o=r.serializer)!=null?o:h_[w],{pause:v,resume:_}=l_(y,()=>G(y.value),{flush:s,deep:i,eventFilter:p});f&&l&&a_(()=>{al(f,"storage",Q),al(f,cl,I),m&&Q()}),m||Q();function M(T,L){f&&f.dispatchEvent(new CustomEvent(cl,{detail:{key:e,oldValue:T,newValue:L,storageArea:n}}))}function G(T){try{const L=n.getItem(e);if(T==null)M(L,null),n.removeItem(e);else{const x=S.write(T);L!==x&&(n.setItem(e,x),M(L,x))}}catch(L){h(L)}}function D(T){const L=T?T.newValue:n.getItem(e);if(L==null)return a&&E!=null&&n.setItem(e,S.write(E)),E;if(!T&&c){const x=S.read(L);return typeof c=="function"?c(x,E):w==="object"&&!Array.isArray(x)?{...E,...x}:x}else return typeof L!="string"?L:S.read(L)}function Q(T){if(!(T&&T.storageArea!==n)){if(T&&T.key==null){y.value=E;return}if(!(T&&T.key!==e)){v();try{(T==null?void 0:T.newValue)!==S.write(y.value)&&(y.value=D(T))}catch(L){h(L)}finally{T?fn(_):_()}}}}function I(T){Q(T.detail)}return y}function v_(e,t,n={}){const{window:r=Jr}=n;return g_(e,t,r==null?void 0:r.sessionStorage,n)}const m_=Object.entries;var __={autoLocale:!1,switchLocale:!1,localeConfig:{"/eng/":["en-US"]},defaultLocale:"/eng/",localeFallback:!0,defaultBehavior:"defaultLocale"};const b_=__;m_(b_.localeConfig);v_("VUEPRESS_REDIRECT_LOCALES",{});const y_=It({setup(){},rootComponents:[]}),S_=Object.freeze(Object.defineProperty({__proto__:null,default:y_},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||{}),$=(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))($||{});const w_=[{name:"nixeovim",url:"/pleshevskiy/nixeovim",description:"Configure and build neovim editor using nix",roles:[le.Author],technologies:[$.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:[$.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:[$.Nix,$.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:[$.Deno,$.Sqlite,$.TypeScript,$.Vue,$.Docker,$.Woodpecker,$.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:[$.JavaScript,$.NodeJS,$.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:[$.C,$.JavaScript,$.TreeSitter,$.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:[$.Bash,$.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:[$.C,$.JavaScript,$.TreeSitter,$.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:[$.Nix,$.Lua],startDate:new Date("2022-11-22"),status:de.PassivelyMaintained},{name:"vnetod",url:"/pleshevskiy/vnetod",description:"Dotenv section switcher",roles:[le.Author],technologies:[$.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:[$.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:[$.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:[$.Docker,$.Drone,$.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:[$.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:[$.TypeScript,$.Deno,$.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:[$.TypeScript,$.Vue,$.Vuepress,$.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:[$.TypeScript,$.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:[$.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:[$.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:[$.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:[$.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:[$.TypeScript,$.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:[$.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:[$.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:[$.TypeScript,$.NodeJS,$.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:[$.Python,$.Flask,$.Postgresql,$.TypeScript,$.React,$.Docker,$.Woodpecker,$.Nix],startDate:new Date("2019-09-22"),status:de.PassivelyMaintained},{name:"genrss",url:"/pleshevskiy/genrss",description:"RSS generator for python",roles:[le.Author],technologies:[$.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:[$.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:[$.TypeScript,$.NodeJS,$.React,$.Antd,$.Docker,$.Drone,$.Rust,$.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:[$.TypeScript,$.NodeJS,$.Go,$.Python,$.React,$.Docker,$.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:[$.Python,$.Flask,$.JavaScript,$.Nix],startDate:new Date("2018-04-10"),status:de.PassivelyMaintained},{name:"ictmpl",url:"/pleshevskiy/ictmpl",description:"Generate projects from templates",roles:[le.Author],technologies:[$.Python],startDate:new Date("2018-06-30"),endDate:new Date("2023-03-02"),status:de.AsIs}];function E_(e){return e.toLocaleDateString(void 0,{year:"numeric",month:"2-digit",day:"2-digit"})}const P_=e=>e.url.startsWith("https://")?e.url:new URL(e.url,"https://git.pleshevski.ru").toString(),C_=Object.freeze(Object.defineProperty({__proto__:null,getExternalLink:P_},Symbol.toStringTag,{value:"Module"}));function Fn(e){return(e==null?void 0:e.valueOf())??1/0}const x_={name:"WorksPage",computed:{tableTheme(){return this.$themeLocale.worksTable??{}}}},T_=ae({...x_,setup(e,{expose:t}){t();const n=R(()=>w_.concat().sort((o,s)=>Fn(s.endDate)-Fn(o.endDate)||Fn(s.startDate)-Fn(o.startDate))),r={date2num:Fn,works:n,get renderDate(){return E_},get w(){return C_}};return Object.defineProperty(r,"__isScriptSetup",{enumerable:!1,value:!0}),r}}),k_=["href"],L_=["innerHTML"],A_={key:0};function R_(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_)]),K("td",null,ue(i.description),1),K("td",{innerHTML:i.roles.join(", ")},null,8,L_),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",A_,[K("small",null,ue(r.renderDate(i.endDate)),1)])):De("",!0)])]))),256))])])}const O_=Se(T_,[["render",R_],["__file","ChronologicalWorksTable.vue"]]),D_={__name:"WorksPage",setup(e,{expose:t}){t();const n={ParentLayout:mc,get ChronologicalWorksTable(){return O_}};return Object.defineProperty(n,"__isScriptSetup",{enumerable:!1,value:!0}),n}},I_={class:"works-table-wrapper"};function M_(e,t,n,r,o,s){return V(),Le(r.ParentLayout,null,{"page-bottom":ke(()=>[K("div",I_,[oe(r.ChronologicalWorksTable)])]),_:1})}const $_=Se(D_,[["render",M_],["__scopeId","data-v-765855fb"],["__file","WorksPage.vue"]]),N_=It({layouts:{WorksPage:$_}}),H_=Object.freeze(Object.defineProperty({__proto__:null,default:N_},Symbol.toStringTag,{value:"Module"})),Dr=[bh,Lh,Mh,Nh,Kh,Xh,tg,lg,pg,Qm,S_,H_].map(e=>e.default).filter(Boolean),V_=JSON.parse('{"base":"/","lang":"ru-RU","title":"Дмитрий Плешевский","description":" ","head":[],"locales":{"/":{"lang":"ru-RU","title":"Дмитрий Плешевский"},"/eng/":{"lang":"en-US","title":"Dmitriy Pleshevskiy"}}}');var Wn=ye(V_),j_=Kd,F_=()=>{const e=mp({history:j_(Ta("/")),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},B_=e=>{e.component("ClientOnly",ws),e.component("Content",Es),e.component("RouteLink",ao)},W_=(e,t,n)=>{const r=R(()=>t.currentRoute.value.path),o=$l((E,w)=>({get(){return E(),t.currentRoute.value.meta._pageChunk},set(S){t.currentRoute.value.meta._pageChunk=S,w()}})),s=R(()=>Zt.resolveLayouts(n)),i=R(()=>Zt.resolveRouteLocale(Wn.value.locales,r.value)),l=R(()=>Zt.resolveSiteLocaleData(Wn.value,i.value)),a=R(()=>o.value.comp),c=R(()=>o.value.data),u=R(()=>c.value.frontmatter),f=R(()=>Zt.resolvePageHeadTitle(c.value,l.value)),p=R(()=>Zt.resolvePageHead(f.value,u.value,l.value)),h=R(()=>Zt.resolvePageLang(c.value,l.value)),m=R(()=>Zt.resolvePageLayout(c.value,s.value)),y={layouts:s,pageData:c,pageComponent:a,pageFrontmatter:u,pageHead:p,pageHeadTitle:f,pageLang:h,pageLayout:m,redirects:Jo,routeLocale:i,routePath:r,routes:En,siteData:Wn,siteLocaleData:l};return e.provide(bs,y),Object.defineProperties(e.config.globalProperties,{$frontmatter:{get:()=>u.value},$head:{get:()=>p.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:()=>Ps}}),y},U_=([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},G_=([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},K_=()=>{const e=yp(),t=Ss();let n=[];const r=()=>{e.value.forEach(i=>{const l=U_(i);l&&n.push(l)})},o=()=>{const i=[];return e.value.forEach(l=>{const a=G_(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(Cp,s),Ze(()=>{r(),je(e,s,{immediate:!1})})},q_=Xf,z_=async()=>{var n;const e=q_({name:"Vuepress",setup(){var s;K_();for(const i of Dr)(s=i.setup)==null||s.call(i);const r=Dr.flatMap(({rootComponents:i=[]})=>i.map(l=>q(l))),o=Sp();return()=>[q(o.value),r]}}),t=F_();B_(e),W_(e,t,Dr);for(const r of Dr)await((n=r.enhance)==null?void 0:n.call(r,{app:e,router:t,siteData:Wn}));return e.use(t),{app:e,router:t}};z_().then(({app:e,router:t})=>{t.isReady().then(()=>{e.mount("#app")})});export{Se as _,K as a,Gt as b,Z as c,z_ as createVueApp,oe as d,df as e,V as o,Ql as r,ke as w};
|
||
function __vite__mapDeps(indexes) {
|
||
if (!__vite__mapDeps.viteFileDeps) {
|
||
__vite__mapDeps.viteFileDeps = []
|
||
}
|
||
return indexes.map((i) => __vite__mapDeps.viteFileDeps[i])
|
||
}
|