mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
50 lines
234 KiB
JavaScript
50 lines
234 KiB
JavaScript
/**
|
|
* @vue/shared v3.5.13
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
* @license MIT
|
|
**//*! #__NO_SIDE_EFFECTS__ */function Cs(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const ve={},On=[],At=()=>{},Vu=()=>!1,wr=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),ks=e=>e.startsWith("onUpdate:"),De=Object.assign,xs=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},zu=Object.prototype.hasOwnProperty,de=(e,t)=>zu.call(e,t),Z=Array.isArray,Rn=e=>uo(e)==="[object Map]",Ua=e=>uo(e)==="[object Set]",ee=e=>typeof e=="function",$e=e=>typeof e=="string",jt=e=>typeof e=="symbol",be=e=>e!==null&&typeof e=="object",qa=e=>(be(e)||ee(e))&&ee(e.then)&&ee(e.catch),Ka=Object.prototype.toString,uo=e=>Ka.call(e),Wu=e=>uo(e).slice(8,-1),Ga=e=>uo(e)==="[object Object]",Ts=e=>$e(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Mn=Cs(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),fo=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Uu=/-(\w)/g,et=fo(e=>e.replace(Uu,(t,n)=>n?n.toUpperCase():"")),qu=/\B([A-Z])/g,_n=fo(e=>e.replace(qu,"-$1").toLowerCase()),Sr=fo(e=>e.charAt(0).toUpperCase()+e.slice(1)),Ao=fo(e=>e?`on${Sr(e)}`:""),Jt=(e,t)=>!Object.is(e,t),qr=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},Ya=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})},Zo=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Ku=e=>{const t=$e(e)?Number(e):NaN;return isNaN(t)?e:t};let ml;const po=()=>ml||(ml=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function As(e){if(Z(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],o=$e(r)?Qu(r):As(r);if(o)for(const s in o)t[s]=o[s]}return t}else if($e(e)||be(e))return e}const Gu=/;(?![^(]*\))/g,Yu=/:([^]+)/,Ju=/\/\*[^]*?\*\//g;function Qu(e){const t={};return e.replace(Ju,"").split(Gu).forEach(n=>{if(n){const r=n.split(Yu);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function ho(e){let t="";if($e(e))t=e;else if(Z(e))for(let n=0;n<e.length;n++){const r=ho(e[n]);r&&(t+=r+" ")}else if(be(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const Xu="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Zu=Cs(Xu);function Ja(e){return!!e||e===""}const Qa=e=>!!(e&&e.__v_isRef===!0),Qe=e=>$e(e)?e:e==null?"":Z(e)||be(e)&&(e.toString===Ka||!ee(e.toString))?Qa(e)?Qe(e.value):JSON.stringify(e,Xa,2):String(e),Xa=(e,t)=>Qa(t)?Xa(e,t.value):Rn(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,o],s)=>(n[Po(r,s)+" =>"]=o,n),{})}:Ua(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>Po(n))}:jt(t)?Po(t):be(t)&&!Z(t)&&!Ga(t)?String(t):t,Po=(e,t="")=>{var n;return jt(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 Ge;class ef{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=Ge,!t&&Ge&&(this.index=(Ge.scopes||(Ge.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=Ge;try{return Ge=this,t()}finally{Ge=n}}}on(){Ge=this}off(){Ge=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 Za(){return Ge}function tf(e,t=!1){Ge&&Ge.cleanups.push(e)}let ge;const $o=new WeakSet;class ei{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,Ge&&Ge.active&&Ge.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,$o.has(this)&&($o.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||ni(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,gl(this),ri(this);const t=ge,n=gt;ge=this,gt=!0;try{return this.fn()}finally{oi(this),ge=t,gt=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)Ls(t);this.deps=this.depsTail=void 0,gl(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?$o.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){es(this)&&this.run()}get dirty(){return es(this)}}let ti=0,tr,nr;function ni(e,t=!1){if(e.flags|=8,t){e.next=nr,nr=e;return}e.next=tr,tr=e}function Ps(){ti++}function $s(){if(--ti>0)return;if(nr){let t=nr;for(nr=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;tr;){let t=tr;for(tr=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 ri(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function oi(e){let t,n=e.depsTail,r=n;for(;r;){const o=r.prevDep;r.version===-1?(r===n&&(n=o),Ls(r),nf(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=o}e.deps=t,e.depsTail=n}function es(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(si(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function si(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===cr))return;e.globalVersion=cr;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!es(e)){e.flags&=-3;return}const n=ge,r=gt;ge=e,gt=!0;try{ri(e);const o=e.fn(e._value);(t.version===0||Jt(o,e._value))&&(e._value=o,t.version++)}catch(o){throw t.version++,o}finally{ge=n,gt=r,oi(e),e.flags&=-3}}function Ls(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)Ls(s,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function nf(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let gt=!0;const li=[];function en(){li.push(gt),gt=!1}function tn(){const e=li.pop();gt=e===void 0?!0:e}function gl(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=ge;ge=void 0;try{t()}finally{ge=n}}}let cr=0;class rf{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 vo{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(!ge||!gt||ge===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==ge)n=this.activeLink=new rf(ge,this),ge.deps?(n.prevDep=ge.depsTail,ge.depsTail.nextDep=n,ge.depsTail=n):ge.deps=ge.depsTail=n,ai(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=ge.depsTail,n.nextDep=void 0,ge.depsTail.nextDep=n,ge.depsTail=n,ge.deps===n&&(ge.deps=r)}return n}trigger(t){this.version++,cr++,this.notify(t)}notify(t){Ps();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{$s()}}}function ai(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)ai(r)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const Xr=new WeakMap,pn=Symbol(""),ts=Symbol(""),ur=Symbol("");function ze(e,t,n){if(gt&&ge){let r=Xr.get(e);r||Xr.set(e,r=new Map);let o=r.get(n);o||(r.set(n,o=new vo),o.map=r,o.key=n),o.track()}}function Nt(e,t,n,r,o,s){const l=Xr.get(e);if(!l){cr++;return}const a=i=>{i&&i.trigger()};if(Ps(),t==="clear")l.forEach(a);else{const i=Z(e),c=i&&Ts(n);if(i&&n==="length"){const f=Number(r);l.forEach((d,p)=>{(p==="length"||p===ur||!jt(p)&&p>=f)&&a(d)})}else switch((n!==void 0||l.has(void 0))&&a(l.get(n)),c&&a(l.get(ur)),t){case"add":i?c&&a(l.get("length")):(a(l.get(pn)),Rn(e)&&a(l.get(ts)));break;case"delete":i||(a(l.get(pn)),Rn(e)&&a(l.get(ts)));break;case"set":Rn(e)&&a(l.get(pn));break}}$s()}function of(e,t){const n=Xr.get(e);return n&&n.get(t)}function xn(e){const t=ce(e);return t===e?t:(ze(t,"iterate",ur),dt(e)?t:t.map(We))}function mo(e){return ze(e=ce(e),"iterate",ur),e}const sf={__proto__:null,[Symbol.iterator](){return Lo(this,Symbol.iterator,We)},concat(...e){return xn(this).concat(...e.map(t=>Z(t)?xn(t):t))},entries(){return Lo(this,"entries",e=>(e[1]=We(e[1]),e))},every(e,t){return Lt(this,"every",e,t,void 0,arguments)},filter(e,t){return Lt(this,"filter",e,t,n=>n.map(We),arguments)},find(e,t){return Lt(this,"find",e,t,We,arguments)},findIndex(e,t){return Lt(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return Lt(this,"findLast",e,t,We,arguments)},findLastIndex(e,t){return Lt(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return Lt(this,"forEach",e,t,void 0,arguments)},includes(...e){return Oo(this,"includes",e)},indexOf(...e){return Oo(this,"indexOf",e)},join(e){return xn(this).join(e)},lastIndexOf(...e){return Oo(this,"lastIndexOf",e)},map(e,t){return Lt(this,"map",e,t,void 0,arguments)},pop(){return Yn(this,"pop")},push(...e){return Yn(this,"push",e)},reduce(e,...t){return bl(this,"reduce",e,t)},reduceRight(e,...t){return bl(this,"reduceRight",e,t)},shift(){return Yn(this,"shift")},some(e,t){return Lt(this,"some",e,t,void 0,arguments)},splice(...e){return Yn(this,"splice",e)},toReversed(){return xn(this).toReversed()},toSorted(e){return xn(this).toSorted(e)},toSpliced(...e){return xn(this).toSpliced(...e)},unshift(...e){return Yn(this,"unshift",e)},values(){return Lo(this,"values",We)}};function Lo(e,t,n){const r=mo(e),o=r[t]();return r!==e&&!dt(e)&&(o._next=o.next,o.next=()=>{const s=o._next();return s.value&&(s.value=n(s.value)),s}),o}const lf=Array.prototype;function Lt(e,t,n,r,o,s){const l=mo(e),a=l!==e&&!dt(e),i=l[t];if(i!==lf[t]){const d=i.apply(e,s);return a?We(d):d}let c=n;l!==e&&(a?c=function(d,p){return n.call(this,We(d),p,e)}:n.length>2&&(c=function(d,p){return n.call(this,d,p,e)}));const f=i.call(l,c,r);return a&&o?o(f):f}function bl(e,t,n,r){const o=mo(e);let s=n;return o!==e&&(dt(e)?n.length>3&&(s=function(l,a,i){return n.call(this,l,a,i,e)}):s=function(l,a,i){return n.call(this,l,We(a),i,e)}),o[t](s,...r)}function Oo(e,t,n){const r=ce(e);ze(r,"iterate",ur);const o=r[t](...n);return(o===-1||o===!1)&&Ms(n[0])?(n[0]=ce(n[0]),r[t](...n)):o}function Yn(e,t,n=[]){en(),Ps();const r=ce(e)[t].apply(e,n);return $s(),tn(),r}const af=Cs("__proto__,__v_isRef,__isVue"),ii=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(jt));function cf(e){jt(e)||(e=String(e));const t=ce(this);return ze(t,"has",e),t.hasOwnProperty(e)}class ci{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?yf:pi:s?di:fi).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const l=Z(t);if(!o){let i;if(l&&(i=sf[n]))return i;if(n==="hasOwnProperty")return cf}const a=Reflect.get(t,n,Oe(t)?t:r);return(jt(n)?ii.has(n):af(n))||(o||ze(t,"get",n),s)?a:Oe(a)?l&&Ts(n)?a:a.value:be(a)?o?wn(a):Xt(a):a}}class ui extends ci{constructor(t=!1){super(!1,t)}set(t,n,r,o){let s=t[n];if(!this._isShallow){const i=bn(s);if(!dt(r)&&!bn(r)&&(s=ce(s),r=ce(r)),!Z(t)&&Oe(s)&&!Oe(r))return i?!1:(s.value=r,!0)}const l=Z(t)&&Ts(n)?Number(n)<t.length:de(t,n),a=Reflect.set(t,n,r,Oe(t)?t:o);return t===ce(o)&&(l?Jt(r,s)&&Nt(t,"set",n,r):Nt(t,"add",n,r)),a}deleteProperty(t,n){const r=de(t,n);t[n];const o=Reflect.deleteProperty(t,n);return o&&r&&Nt(t,"delete",n,void 0),o}has(t,n){const r=Reflect.has(t,n);return(!jt(n)||!ii.has(n))&&ze(t,"has",n),r}ownKeys(t){return ze(t,"iterate",Z(t)?"length":pn),Reflect.ownKeys(t)}}class uf extends ci{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const ff=new ui,df=new uf,pf=new ui(!0);const ns=e=>e,Rr=e=>Reflect.getPrototypeOf(e);function hf(e,t,n){return function(...r){const o=this.__v_raw,s=ce(o),l=Rn(s),a=e==="entries"||e===Symbol.iterator&&l,i=e==="keys"&&l,c=o[e](...r),f=n?ns:t?rs:We;return!t&&ze(s,"iterate",i?ts:pn),{next(){const{value:d,done:p}=c.next();return p?{value:d,done:p}:{value:a?[f(d[0]),f(d[1])]:f(d),done:p}},[Symbol.iterator](){return this}}}}function Mr(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function vf(e,t){const n={get(o){const s=this.__v_raw,l=ce(s),a=ce(o);e||(Jt(o,a)&&ze(l,"get",o),ze(l,"get",a));const{has:i}=Rr(l),c=t?ns:e?rs:We;if(i.call(l,o))return c(s.get(o));if(i.call(l,a))return c(s.get(a));s!==l&&s.get(o)},get size(){const o=this.__v_raw;return!e&&ze(ce(o),"iterate",pn),Reflect.get(o,"size",o)},has(o){const s=this.__v_raw,l=ce(s),a=ce(o);return e||(Jt(o,a)&&ze(l,"has",o),ze(l,"has",a)),o===a?s.has(o):s.has(o)||s.has(a)},forEach(o,s){const l=this,a=l.__v_raw,i=ce(a),c=t?ns:e?rs:We;return!e&&ze(i,"iterate",pn),a.forEach((f,d)=>o.call(s,c(f),c(d),l))}};return De(n,e?{add:Mr("add"),set:Mr("set"),delete:Mr("delete"),clear:Mr("clear")}:{add(o){!t&&!dt(o)&&!bn(o)&&(o=ce(o));const s=ce(this);return Rr(s).has.call(s,o)||(s.add(o),Nt(s,"add",o,o)),this},set(o,s){!t&&!dt(s)&&!bn(s)&&(s=ce(s));const l=ce(this),{has:a,get:i}=Rr(l);let c=a.call(l,o);c||(o=ce(o),c=a.call(l,o));const f=i.call(l,o);return l.set(o,s),c?Jt(s,f)&&Nt(l,"set",o,s):Nt(l,"add",o,s),this},delete(o){const s=ce(this),{has:l,get:a}=Rr(s);let i=l.call(s,o);i||(o=ce(o),i=l.call(s,o)),a&&a.call(s,o);const c=s.delete(o);return i&&Nt(s,"delete",o,void 0),c},clear(){const o=ce(this),s=o.size!==0,l=o.clear();return s&&Nt(o,"clear",void 0,void 0),l}}),["keys","values","entries",Symbol.iterator].forEach(o=>{n[o]=hf(o,e,t)}),n}function Os(e,t){const n=vf(e,t);return(r,o,s)=>o==="__v_isReactive"?!e:o==="__v_isReadonly"?e:o==="__v_raw"?r:Reflect.get(de(n,o)&&o in r?n:r,o,s)}const mf={get:Os(!1,!1)},gf={get:Os(!1,!0)},bf={get:Os(!0,!1)};const fi=new WeakMap,di=new WeakMap,pi=new WeakMap,yf=new WeakMap;function _f(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function wf(e){return e.__v_skip||!Object.isExtensible(e)?0:_f(Wu(e))}function Xt(e){return bn(e)?e:Rs(e,!1,ff,mf,fi)}function hi(e){return Rs(e,!1,pf,gf,di)}function wn(e){return Rs(e,!0,df,bf,pi)}function Rs(e,t,n,r,o){if(!be(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const s=o.get(e);if(s)return s;const l=wf(e);if(l===0)return e;const a=new Proxy(e,l===2?r:n);return o.set(e,a),a}function hn(e){return bn(e)?hn(e.__v_raw):!!(e&&e.__v_isReactive)}function bn(e){return!!(e&&e.__v_isReadonly)}function dt(e){return!!(e&&e.__v_isShallow)}function Ms(e){return e?!!e.__v_raw:!1}function ce(e){const t=e&&e.__v_raw;return t?ce(t):e}function Sf(e){return!de(e,"__v_skip")&&Object.isExtensible(e)&&Ya(e,"__v_skip",!0),e}const We=e=>be(e)?Xt(e):e,rs=e=>be(e)?wn(e):e;function Oe(e){return e?e.__v_isRef===!0:!1}function oe(e){return vi(e,!1)}function re(e){return vi(e,!0)}function vi(e,t){return Oe(e)?e:new Ef(e,t)}class Ef{constructor(t,n){this.dep=new vo,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:ce(t),this._value=n?t:We(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,r=this.__v_isShallow||dt(t)||bn(t);t=r?t:ce(t),Jt(t,n)&&(this._rawValue=t,this._value=r?t:We(t),this.dep.trigger())}}function Qt(e){return Oe(e)?e.value:e}function ae(e){return ee(e)?e():Qt(e)}const Cf={get:(e,t,n)=>t==="__v_raw"?e:Qt(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const o=e[t];return Oe(o)&&!Oe(n)?(o.value=n,!0):Reflect.set(e,t,n,r)}};function mi(e){return hn(e)?e:new Proxy(e,Cf)}class kf{constructor(t){this.__v_isRef=!0,this._value=void 0;const n=this.dep=new vo,{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 gi(e){return new kf(e)}class xf{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 of(ce(this._object),this._key)}}class Tf{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 Er(e,t,n){return Oe(e)?e:ee(e)?new Tf(e):be(e)&&arguments.length>1?Af(e,t,n):oe(e)}function Af(e,t,n){const r=e[t];return Oe(r)?r:new xf(e,t,n)}class Pf{constructor(t,n,r){this.fn=t,this.setter=n,this._value=void 0,this.dep=new vo(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=cr-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=r}notify(){if(this.flags|=16,!(this.flags&8)&&ge!==this)return ni(this,!0),!0}get value(){const t=this.dep.track();return si(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function $f(e,t,n=!1){let r,o;return ee(e)?r=e:(r=e.get,o=e.set),new Pf(r,o,n)}const Ir={},Zr=new WeakMap;let un;function Lf(e,t=!1,n=un){if(n){let r=Zr.get(n);r||Zr.set(n,r=[]),r.push(e)}}function Of(e,t,n=ve){const{immediate:r,deep:o,once:s,scheduler:l,augmentJob:a,call:i}=n,c=E=>o?E:dt(E)||o===!1||o===0?Dt(E,1):Dt(E);let f,d,p,h,b=!1,_=!1;if(Oe(e)?(d=()=>e.value,b=dt(e)):hn(e)?(d=()=>c(e),b=!0):Z(e)?(_=!0,b=e.some(E=>hn(E)||dt(E)),d=()=>e.map(E=>{if(Oe(E))return E.value;if(hn(E))return c(E);if(ee(E))return i?i(E,2):E()})):ee(e)?t?d=i?()=>i(e,2):e:d=()=>{if(p){en();try{p()}finally{tn()}}const E=un;un=f;try{return i?i(e,3,[h]):e(h)}finally{un=E}}:d=At,t&&o){const E=d,R=o===!0?1/0:o;d=()=>Dt(E(),R)}const w=Za(),S=()=>{f.stop(),w&&w.active&&xs(w.effects,f)};if(s&&t){const E=t;t=(...R)=>{E(...R),S()}}let y=_?new Array(e.length).fill(Ir):Ir;const m=E=>{if(!(!(f.flags&1)||!f.dirty&&!E))if(t){const R=f.run();if(o||b||(_?R.some((z,x)=>Jt(z,y[x])):Jt(R,y))){p&&p();const z=un;un=f;try{const x=[R,y===Ir?void 0:_&&y[0]===Ir?[]:y,h];i?i(t,3,x):t(...x),y=R}finally{un=z}}}else f.run()};return a&&a(m),f=new ei(d),f.scheduler=l?()=>l(m,!1):m,h=E=>Lf(E,!1,f),p=f.onStop=()=>{const E=Zr.get(f);if(E){if(i)i(E,4);else for(const R of E)R();Zr.delete(f)}},t?r?m(!0):y=f.run():l?l(m.bind(null,!0),!0):f.run(),S.pause=f.pause.bind(f),S.resume=f.resume.bind(f),S.stop=S,S}function Dt(e,t=1/0,n){if(t<=0||!be(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,Oe(e))Dt(e.value,t,n);else if(Z(e))for(let r=0;r<e.length;r++)Dt(e[r],t,n);else if(Ua(e)||Rn(e))e.forEach(r=>{Dt(r,t,n)});else if(Ga(e)){for(const r in e)Dt(e[r],t,n);for(const r of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,r)&&Dt(e[r],t,n)}return e}/**
|
|
* @vue/runtime-core v3.5.13
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
* @license MIT
|
|
**/function Cr(e,t,n,r){try{return r?e(...r):e()}catch(o){kr(o,t,n)}}function bt(e,t,n,r){if(ee(e)){const o=Cr(e,t,n,r);return o&&qa(o)&&o.catch(s=>{kr(s,t,n)}),o}if(Z(e)){const o=[];for(let s=0;s<e.length;s++)o.push(bt(e[s],t,n,r));return o}}function kr(e,t,n,r=!0){const o=t?t.vnode:null,{errorHandler:s,throwUnhandledErrorInProduction:l}=t&&t.appContext.config||ve;if(t){let a=t.parent;const i=t.proxy,c=`https://vuejs.org/error-reference/#runtime-${n}`;for(;a;){const f=a.ec;if(f){for(let d=0;d<f.length;d++)if(f[d](e,i,c)===!1)return}a=a.parent}if(s){en(),Cr(s,null,10,[e,i,c]),tn();return}}Rf(e,n,o,r,l)}function Rf(e,t,n,r=!0,o=!1){if(o)throw e;console.error(e)}const Ye=[];let xt=-1;const In=[];let qt=null,An=0;const bi=Promise.resolve();let eo=null;function Sn(e){const t=eo||bi;return e?t.then(this?e.bind(this):e):t}function Mf(e){let t=xt+1,n=Ye.length;for(;t<n;){const r=t+n>>>1,o=Ye[r],s=fr(o);s<e||s===e&&o.flags&2?t=r+1:n=r}return t}function Is(e){if(!(e.flags&1)){const t=fr(e),n=Ye[Ye.length-1];!n||!(e.flags&2)&&t>=fr(n)?Ye.push(e):Ye.splice(Mf(t),0,e),e.flags|=1,yi()}}function yi(){eo||(eo=bi.then(_i))}function If(e){Z(e)?In.push(...e):qt&&e.id===-1?qt.splice(An+1,0,e):e.flags&1||(In.push(e),e.flags|=1),yi()}function yl(e,t,n=xt+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 to(e){if(In.length){const t=[...new Set(In)].sort((n,r)=>fr(n)-fr(r));if(In.length=0,qt){qt.push(...t);return}for(qt=t,An=0;An<qt.length;An++){const n=qt[An];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}qt=null,An=0}}const fr=e=>e.id==null?e.flags&2?-1:1/0:e.id;function _i(e){try{for(xt=0;xt<Ye.length;xt++){const t=Ye[xt];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),Cr(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;xt<Ye.length;xt++){const t=Ye[xt];t&&(t.flags&=-2)}xt=-1,Ye.length=0,to(),eo=null,(Ye.length||In.length)&&_i()}}let Ie=null,wi=null;function no(e){const t=Ie;return Ie=e,wi=e&&e.type.__scopeId||null,t}function Nf(e,t=Ie,n){if(!t||e._n)return e;const r=(...o)=>{r._d&&Ll(-1);const s=no(t);let l;try{l=e(...o)}finally{no(s),r._d&&Ll(1)}return l};return r._n=!0,r._c=!0,r._d=!0,r}function Nr(e,t){if(Ie===null)return e;const n=yo(Ie),r=e.dirs||(e.dirs=[]);for(let o=0;o<t.length;o++){let[s,l,a,i=ve]=t[o];s&&(ee(s)&&(s={mounted:s,updated:s}),s.deep&&Dt(l),r.push({dir:s,instance:n,value:l,oldValue:void 0,arg:a,modifiers:i}))}return e}function Tt(e,t,n,r){const o=e.dirs,s=t&&t.dirs;for(let l=0;l<o.length;l++){const a=o[l];s&&(a.oldValue=s[l].value);let i=a.dir[r];i&&(en(),bt(i,n,8,[e.el,a,e,t]),tn())}}const Df=Symbol("_vte"),Si=e=>e.__isTeleport,Kt=Symbol("_leaveCb"),Dr=Symbol("_enterCb");function Ei(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return Ce(()=>{e.isMounted=!0}),Hs(()=>{e.isUnmounting=!0}),e}const it=[Function,Array],Ci={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},ki=e=>{const t=e.subTree;return t.component?ki(t.component):t},Hf={name:"BaseTransition",props:Ci,setup(e,{slots:t}){const n=zn(),r=Ei();return()=>{const o=t.default&&Ns(t.default(),!0);if(!o||!o.length)return;const s=xi(o),l=ce(e),{mode:a}=l;if(r.isLeaving)return Ro(s);const i=_l(s);if(!i)return Ro(s);let c=dr(i,l,r,n,d=>c=d);i.type!==Ue&&yn(i,c);let f=n.subTree&&_l(n.subTree);if(f&&f.type!==Ue&&!fn(i,f)&&ki(n).type!==Ue){let d=dr(f,l,r,n);if(yn(f,d),a==="out-in"&&i.type!==Ue)return r.isLeaving=!0,d.afterLeave=()=>{r.isLeaving=!1,n.job.flags&8||n.update(),delete d.afterLeave,f=void 0},Ro(s);a==="in-out"&&i.type!==Ue?d.delayLeave=(p,h,b)=>{const _=Ti(r,f);_[String(f.key)]=f,p[Kt]=()=>{h(),p[Kt]=void 0,delete c.delayedLeave,f=void 0},c.delayedLeave=()=>{b(),delete c.delayedLeave,f=void 0}}:f=void 0}else f&&(f=void 0);return s}}};function xi(e){let t=e[0];if(e.length>1){for(const n of e)if(n.type!==Ue){t=n;break}}return t}const jf=Hf;function Ti(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 dr(e,t,n,r,o){const{appear:s,mode:l,persisted:a=!1,onBeforeEnter:i,onEnter:c,onAfterEnter:f,onEnterCancelled:d,onBeforeLeave:p,onLeave:h,onAfterLeave:b,onLeaveCancelled:_,onBeforeAppear:w,onAppear:S,onAfterAppear:y,onAppearCancelled:m}=t,E=String(e.key),R=Ti(n,e),z=($,D)=>{$&&bt($,r,9,D)},x=($,D)=>{const N=D[1];z($,D),Z($)?$.every(P=>P.length<=1)&&N():$.length<=1&&N()},V={mode:l,persisted:a,beforeEnter($){let D=i;if(!n.isMounted)if(s)D=w||i;else return;$[Kt]&&$[Kt](!0);const N=R[E];N&&fn(e,N)&&N.el[Kt]&&N.el[Kt](),z(D,[$])},enter($){let D=c,N=f,P=d;if(!n.isMounted)if(s)D=S||c,N=y||f,P=m||d;else return;let F=!1;const le=$[Dr]=he=>{F||(F=!0,he?z(P,[$]):z(N,[$]),V.delayedLeave&&V.delayedLeave(),$[Dr]=void 0)};D?x(D,[$,le]):le()},leave($,D){const N=String(e.key);if($[Dr]&&$[Dr](!0),n.isUnmounting)return D();z(p,[$]);let P=!1;const F=$[Kt]=le=>{P||(P=!0,D(),le?z(_,[$]):z(b,[$]),$[Kt]=void 0,R[N]===e&&delete R[N])};R[N]=e,h?x(h,[$,F]):F()},clone($){const D=dr($,t,n,r,o);return o&&o(D),D}};return V}function Ro(e){if(xr(e))return e=Zt(e),e.children=null,e}function _l(e){if(!xr(e))return Si(e.type)&&e.children?xi(e.children):e;const{shapeFlag:t,children:n}=e;if(n){if(t&16)return n[0];if(t&32&&ee(n.default))return n.default()}}function yn(e,t){e.shapeFlag&6&&e.component?(e.transition=t,yn(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 Ns(e,t=!1,n){let r=[],o=0;for(let s=0;s<e.length;s++){let l=e[s];const a=n==null?l.key:String(n)+String(l.key!=null?l.key:s);l.type===Re?(l.patchFlag&128&&o++,r=r.concat(Ns(l.children,t,a))):(t||l.type!==Ue)&&r.push(a!=null?Zt(l,{key:a}):l)}if(o>1)for(let s=0;s<r.length;s++)r[s].patchFlag=-2;return r}/*! #__NO_SIDE_EFFECTS__ */function U(e,t){return ee(e)?De({name:e.name},t,{setup:e}):e}function Ds(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function pr(e,t,n,r,o=!1){if(Z(e)){e.forEach((b,_)=>pr(b,t&&(Z(t)?t[_]:t),n,r,o));return}if(vn(r)&&!o){r.shapeFlag&512&&r.type.__asyncResolved&&r.component.subTree.component&&pr(e,t,n,r.component.subTree);return}const s=r.shapeFlag&4?yo(r.component):r.el,l=o?null:s,{i:a,r:i}=e,c=t&&t.r,f=a.refs===ve?a.refs={}:a.refs,d=a.setupState,p=ce(d),h=d===ve?()=>!1:b=>de(p,b);if(c!=null&&c!==i&&($e(c)?(f[c]=null,h(c)&&(d[c]=null)):Oe(c)&&(c.value=null)),ee(i))Cr(i,a,12,[l,f]);else{const b=$e(i),_=Oe(i);if(b||_){const w=()=>{if(e.f){const S=b?h(i)?d[i]:f[i]:i.value;o?Z(S)&&xs(S,s):Z(S)?S.includes(s)||S.push(s):b?(f[i]=[s],h(i)&&(d[i]=f[i])):(i.value=[s],e.k&&(f[e.k]=i.value))}else b?(f[i]=l,h(i)&&(d[i]=l)):_&&(i.value=l,e.k&&(f[e.k]=l))};l?(w.id=-1,ot(w,n)):w()}}}let wl=!1;const Tn=()=>{wl||(console.error("Hydration completed but contains mismatches."),wl=!0)},Ff=e=>e.namespaceURI.includes("svg")&&e.tagName!=="foreignObject",Bf=e=>e.namespaceURI.includes("MathML"),Hr=e=>{if(e.nodeType===1){if(Ff(e))return"svg";if(Bf(e))return"mathml"}},Ln=e=>e.nodeType===8;function Vf(e){const{mt:t,p:n,o:{patchProp:r,createText:o,nextSibling:s,parentNode:l,remove:a,insert:i,createComment:c}}=e,f=(m,E)=>{if(!E.hasChildNodes()){n(null,m,E),to(),E._vnode=m;return}d(E.firstChild,m,null,null,null),to(),E._vnode=m},d=(m,E,R,z,x,V=!1)=>{V=V||!!E.dynamicChildren;const $=Ln(m)&&m.data==="[",D=()=>_(m,E,R,z,x,$),{type:N,ref:P,shapeFlag:F,patchFlag:le}=E;let he=m.nodeType;E.el=m,le===-2&&(V=!1,E.dynamicChildren=null);let G=null;switch(N){case gn:he!==3?E.children===""?(i(E.el=o(""),l(m),m),G=m):G=D():(m.data!==E.children&&(Tn(),m.data=E.children),G=s(m));break;case Ue:y(m)?(G=s(m),S(E.el=m.content.firstChild,m,R)):he!==8||$?G=D():G=s(m);break;case or:if($&&(m=s(m),he=m.nodeType),he===1||he===3){G=m;const X=!E.children.length;for(let K=0;K<E.staticCount;K++)X&&(E.children+=G.nodeType===1?G.outerHTML:G.data),K===E.staticCount-1&&(E.anchor=G),G=s(G);return $?s(G):G}else D();break;case Re:$?G=b(m,E,R,z,x,V):G=D();break;default:if(F&1)(he!==1||E.type.toLowerCase()!==m.tagName.toLowerCase())&&!y(m)?G=D():G=p(m,E,R,z,x,V);else if(F&6){E.slotScopeIds=x;const X=l(m);if($?G=w(m):Ln(m)&&m.data==="teleport start"?G=w(m,m.data,"teleport end"):G=s(m),t(E,X,null,R,z,Hr(X),V),vn(E)&&!E.type.__asyncResolved){let K;$?(K=Se(Re),K.anchor=G?G.previousSibling:X.lastChild):K=m.nodeType===3?oo(""):Se("div"),K.el=m,E.component.subTree=K}}else F&64?he!==8?G=D():G=E.type.hydrate(m,E,R,z,x,V,e,h):F&128&&(G=E.type.hydrate(m,E,R,z,Hr(l(m)),x,V,e,d))}return P!=null&&pr(P,null,z,E),G},p=(m,E,R,z,x,V)=>{V=V||!!E.dynamicChildren;const{type:$,props:D,patchFlag:N,shapeFlag:P,dirs:F,transition:le}=E,he=$==="input"||$==="option";if(he||N!==-1){F&&Tt(E,null,R,"created");let G=!1;if(y(m)){G=qi(null,le)&&R&&R.vnode.props&&R.vnode.props.appear;const K=m.content.firstChild;G&&le.beforeEnter(K),S(K,m,R),E.el=m=K}if(P&16&&!(D&&(D.innerHTML||D.textContent))){let K=h(m.firstChild,E,m,R,z,x,V);for(;K;){jr(m,1)||Tn();const ke=K;K=K.nextSibling,a(ke)}}else if(P&8){let K=E.children;K[0]===`
|
|
`&&(m.tagName==="PRE"||m.tagName==="TEXTAREA")&&(K=K.slice(1)),m.textContent!==K&&(jr(m,0)||Tn(),m.textContent=E.children)}if(D){if(he||!V||N&48){const K=m.tagName.includes("-");for(const ke in D)(he&&(ke.endsWith("value")||ke==="indeterminate")||wr(ke)&&!Mn(ke)||ke[0]==="."||K)&&r(m,ke,null,D[ke],void 0,R)}else if(D.onClick)r(m,"onClick",null,D.onClick,void 0,R);else if(N&4&&hn(D.style))for(const K in D.style)D.style[K]}let X;(X=D&&D.onVnodeBeforeMount)&&ct(X,R,E),F&&Tt(E,null,R,"beforeMount"),((X=D&&D.onVnodeMounted)||F||G)&&Zi(()=>{X&&ct(X,R,E),G&&le.enter(m),F&&Tt(E,null,R,"mounted")},z)}return m.nextSibling},h=(m,E,R,z,x,V,$)=>{$=$||!!E.dynamicChildren;const D=E.children,N=D.length;for(let P=0;P<N;P++){const F=$?D[P]:D[P]=ut(D[P]),le=F.type===gn;m?(le&&!$&&P+1<N&&ut(D[P+1]).type===gn&&(i(o(m.data.slice(F.children.length)),R,s(m)),m.data=F.children),m=d(m,F,z,x,V,$)):le&&!F.children?i(F.el=o(""),R):(jr(R,1)||Tn(),n(null,F,R,null,z,x,Hr(R),V))}return m},b=(m,E,R,z,x,V)=>{const{slotScopeIds:$}=E;$&&(x=x?x.concat($):$);const D=l(m),N=h(s(m),E,D,R,z,x,V);return N&&Ln(N)&&N.data==="]"?s(E.anchor=N):(Tn(),i(E.anchor=c("]"),D,N),N)},_=(m,E,R,z,x,V)=>{if(jr(m.parentElement,1)||Tn(),E.el=null,V){const N=w(m);for(;;){const P=s(m);if(P&&P!==N)a(P);else break}}const $=s(m),D=l(m);return a(m),n(null,E,D,$,R,z,Hr(D),x),R&&(R.vnode.el=E.el,Qi(R,E.el)),$},w=(m,E="[",R="]")=>{let z=0;for(;m;)if(m=s(m),m&&Ln(m)&&(m.data===E&&z++,m.data===R)){if(z===0)return s(m);z--}return m},S=(m,E,R)=>{const z=E.parentNode;z&&z.replaceChild(m,E);let x=R;for(;x;)x.vnode.el===E&&(x.vnode.el=x.subTree.el=m),x=x.parent},y=m=>m.nodeType===1&&m.tagName==="TEMPLATE";return[f,d]}const Sl="data-allow-mismatch",zf={0:"text",1:"children",2:"class",3:"style",4:"attribute"};function jr(e,t){if(t===0||t===1)for(;e&&!e.hasAttribute(Sl);)e=e.parentElement;const n=e&&e.getAttribute(Sl);if(n==null)return!1;if(n==="")return!0;{const r=n.split(",");return t===0&&r.includes("children")?!0:n.split(",").includes(zf[t])}}po().requestIdleCallback;po().cancelIdleCallback;function Wf(e,t){if(Ln(e)&&e.data==="["){let n=1,r=e.nextSibling;for(;r;){if(r.nodeType===1){if(t(r)===!1)break}else if(Ln(r))if(r.data==="]"){if(--n===0)break}else r.data==="["&&n++;r=r.nextSibling}}else t(e)}const vn=e=>!!e.type.__asyncLoader;/*! #__NO_SIDE_EFFECTS__ */function Ai(e){ee(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:r,delay:o=200,hydrate:s,timeout:l,suspensible:a=!0,onError:i}=e;let c=null,f,d=0;const p=()=>(d++,c=null,h()),h=()=>{let b;return c||(b=c=t().catch(_=>{if(_=_ instanceof Error?_:new Error(String(_)),i)return new Promise((w,S)=>{i(_,()=>w(p()),()=>S(_),d+1)});throw _}).then(_=>b!==c&&c?c:(_&&(_.__esModule||_[Symbol.toStringTag]==="Module")&&(_=_.default),f=_,_)))};return U({name:"AsyncComponentWrapper",__asyncLoader:h,__asyncHydrate(b,_,w){const S=s?()=>{const y=s(w,m=>Wf(b,m));y&&(_.bum||(_.bum=[])).push(y)}:w;f?S():h().then(()=>!_.isUnmounted&&S())},get __asyncResolved(){return f},setup(){const b=Me;if(Ds(b),f)return()=>Mo(f,b);const _=m=>{c=null,kr(m,b,13,!r)};if(a&&b.suspense||Hn)return h().then(m=>()=>Mo(m,b)).catch(m=>(_(m),()=>r?Se(r,{error:m}):null));const w=oe(!1),S=oe(),y=oe(!!o);return o&&setTimeout(()=>{y.value=!1},o),l!=null&&setTimeout(()=>{if(!w.value&&!S.value){const m=new Error(`Async component timed out after ${l}ms.`);_(m),S.value=m}},l),h().then(()=>{w.value=!0,b.parent&&xr(b.parent.vnode)&&b.parent.update()}).catch(m=>{_(m),S.value=m}),()=>{if(w.value&&f)return Mo(f,b);if(S.value&&r)return Se(r,{error:S.value});if(n&&!y.value)return Se(n)}}})}function Mo(e,t){const{ref:n,props:r,children:o,ce:s}=t.vnode,l=Se(e,r,o);return l.ref=n,l.ce=s,delete t.vnode.ce,l}const xr=e=>e.type.__isKeepAlive;function Uf(e,t){Pi(e,"a",t)}function qf(e,t){Pi(e,"da",t)}function Pi(e,t,n=Me){const r=e.__wdc||(e.__wdc=()=>{let o=n;for(;o;){if(o.isDeactivated)return;o=o.parent}return e()});if(go(t,r,n),n){let o=n.parent;for(;o&&o.parent;)xr(o.parent.vnode)&&Kf(r,t,n,o),o=o.parent}}function Kf(e,t,n,r){const o=go(t,e,r,!0);Bt(()=>{xs(r[t],o)},n)}function go(e,t,n=Me,r=!1){if(n){const o=n[e]||(n[e]=[]),s=t.__weh||(t.__weh=(...l)=>{en();const a=Tr(n),i=bt(t,n,e,l);return a(),tn(),i});return r?o.unshift(s):o.push(s),s}}const Ft=e=>(t,n=Me)=>{(!Hn||e==="sp")&&go(e,(...r)=>t(...r),n)},Gf=Ft("bm"),Ce=Ft("m"),Yf=Ft("bu"),$i=Ft("u"),Hs=Ft("bum"),Bt=Ft("um"),Jf=Ft("sp"),Qf=Ft("rtg"),Xf=Ft("rtc");function Zf(e,t=Me){go("ec",e,t)}const ed="components";function Ee(e,t){return nd(ed,e,!0,t)||e}const td=Symbol.for("v-ndc");function nd(e,t,n=!0,r=!1){const o=Ie||Me;if(o){const s=o.type;{const a=Fd(s,!1);if(a&&(a===t||a===et(t)||a===Sr(et(t))))return s}const l=El(o[e]||s[e],t)||El(o.appContext[e],t);return!l&&r?s:l}}function El(e,t){return e&&(e[t]||e[et(t)]||e[Sr(et(t))])}function Li(e,t,n,r){let o;const s=n,l=Z(e);if(l||$e(e)){const a=l&&hn(e);let i=!1;a&&(i=!dt(e),e=mo(e)),o=new Array(e.length);for(let c=0,f=e.length;c<f;c++)o[c]=t(i?We(e[c]):e[c],c,void 0,s)}else if(typeof e=="number"){o=new Array(e);for(let a=0;a<e;a++)o[a]=t(a+1,a,void 0,s)}else if(be(e))if(e[Symbol.iterator])o=Array.from(e,(a,i)=>t(a,i,void 0,s));else{const a=Object.keys(e);o=new Array(a.length);for(let i=0,c=a.length;i<c;i++){const f=a[i];o[i]=t(e[f],f,i,s)}}else o=[];return o}function rd(e,t,n={},r,o){if(Ie.ce||Ie.parent&&vn(Ie.parent)&&Ie.parent.ce)return Le(),is(Re,null,[Se("slot",n,r)],64);let s=e[t];s&&s._c&&(s._d=!1),Le();const l=s&&Oi(s(n)),a=n.key||l&&l.key,i=is(Re,{key:(a&&!jt(a)?a:`_${t}`)+""},l||[],l&&e._===1?64:-2);return i.scopeId&&(i.slotScopeIds=[i.scopeId+"-s"]),s&&s._c&&(s._d=!0),i}function Oi(e){return e.some(t=>vr(t)?!(t.type===Ue||t.type===Re&&!Oi(t.children)):!0)?e:null}const os=e=>e?rc(e)?yo(e):os(e.parent):null,rr=De(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>os(e.parent),$root:e=>os(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>Mi(e),$forceUpdate:e=>e.f||(e.f=()=>{Is(e.update)}),$nextTick:e=>e.n||(e.n=Sn.bind(e.proxy)),$watch:e=>Ed.bind(e)}),Io=(e,t)=>e!==ve&&!e.__isScriptSetup&&de(e,t),od={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:r,data:o,props:s,accessCache:l,type:a,appContext:i}=e;let c;if(t[0]!=="$"){const h=l[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(Io(r,t))return l[t]=1,r[t];if(o!==ve&&de(o,t))return l[t]=2,o[t];if((c=e.propsOptions[0])&&de(c,t))return l[t]=3,s[t];if(n!==ve&&de(n,t))return l[t]=4,n[t];ss&&(l[t]=0)}}const f=rr[t];let d,p;if(f)return t==="$attrs"&&ze(e.attrs,"get",""),f(e);if((d=a.__cssModules)&&(d=d[t]))return d;if(n!==ve&&de(n,t))return l[t]=4,n[t];if(p=i.config.globalProperties,de(p,t))return p[t]},set({_:e},t,n){const{data:r,setupState:o,ctx:s}=e;return Io(o,t)?(o[t]=n,!0):r!==ve&&de(r,t)?(r[t]=n,!0):de(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}},l){let a;return!!n[l]||e!==ve&&de(e,l)||Io(t,l)||(a=s[0])&&de(a,l)||de(r,l)||de(rr,l)||de(o.config.globalProperties,l)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:de(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function Cl(e){return Z(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let ss=!0;function sd(e){const t=Mi(e),n=e.proxy,r=e.ctx;ss=!1,t.beforeCreate&&kl(t.beforeCreate,e,"bc");const{data:o,computed:s,methods:l,watch:a,provide:i,inject:c,created:f,beforeMount:d,mounted:p,beforeUpdate:h,updated:b,activated:_,deactivated:w,beforeDestroy:S,beforeUnmount:y,destroyed:m,unmounted:E,render:R,renderTracked:z,renderTriggered:x,errorCaptured:V,serverPrefetch:$,expose:D,inheritAttrs:N,components:P,directives:F,filters:le}=t;if(c&&ld(c,r,null),l)for(const X in l){const K=l[X];ee(K)&&(r[X]=K.bind(n))}if(o){const X=o.call(n,n);be(X)&&(e.data=Xt(X))}if(ss=!0,s)for(const X in s){const K=s[X],ke=ee(K)?K.bind(n,n):ee(K.get)?K.get.bind(n,n):At,zt=!ee(K)&&ee(K.set)?K.set.bind(n):At,Et=k({get:ke,set:zt});Object.defineProperty(r,X,{enumerable:!0,configurable:!0,get:()=>Et.value,set:Xe=>Et.value=Xe})}if(a)for(const X in a)Ri(a[X],r,n,X);if(i){const X=ee(i)?i.call(n):i;Reflect.ownKeys(X).forEach(K=>{Nn(K,X[K])})}f&&kl(f,e,"c");function G(X,K){Z(K)?K.forEach(ke=>X(ke.bind(n))):K&&X(K.bind(n))}if(G(Gf,d),G(Ce,p),G(Yf,h),G($i,b),G(Uf,_),G(qf,w),G(Zf,V),G(Xf,z),G(Qf,x),G(Hs,y),G(Bt,E),G(Jf,$),Z(D))if(D.length){const X=e.exposed||(e.exposed={});D.forEach(K=>{Object.defineProperty(X,K,{get:()=>n[K],set:ke=>n[K]=ke})})}else e.exposed||(e.exposed={});R&&e.render===At&&(e.render=R),N!=null&&(e.inheritAttrs=N),P&&(e.components=P),F&&(e.directives=F),$&&Ds(e)}function ld(e,t,n=At){Z(e)&&(e=ls(e));for(const r in e){const o=e[r];let s;be(o)?"default"in o?s=Ne(o.from||r,o.default,!0):s=Ne(o.from||r):s=Ne(o),Oe(s)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>s.value,set:l=>s.value=l}):t[r]=s}}function kl(e,t,n){bt(Z(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function Ri(e,t,n,r){let o=r.includes(".")?Yi(n,r):()=>n[r];if($e(e)){const s=t[e];ee(s)&&Ae(o,s)}else if(ee(e))Ae(o,e.bind(n));else if(be(e))if(Z(e))e.forEach(s=>Ri(s,t,n,r));else{const s=ee(e.handler)?e.handler.bind(n):t[e.handler];ee(s)&&Ae(o,s,e)}}function Mi(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:o,optionsCache:s,config:{optionMergeStrategies:l}}=e.appContext,a=s.get(t);let i;return a?i=a:!o.length&&!n&&!r?i=t:(i={},o.length&&o.forEach(c=>ro(i,c,l,!0)),ro(i,t,l)),be(t)&&s.set(t,i),i}function ro(e,t,n,r=!1){const{mixins:o,extends:s}=t;s&&ro(e,s,n,!0),o&&o.forEach(l=>ro(e,l,n,!0));for(const l in t)if(!(r&&l==="expose")){const a=ad[l]||n&&n[l];e[l]=a?a(e[l],t[l]):t[l]}return e}const ad={data:xl,props:Tl,emits:Tl,methods:Zn,computed:Zn,beforeCreate:Ke,created:Ke,beforeMount:Ke,mounted:Ke,beforeUpdate:Ke,updated:Ke,beforeDestroy:Ke,beforeUnmount:Ke,destroyed:Ke,unmounted:Ke,activated:Ke,deactivated:Ke,errorCaptured:Ke,serverPrefetch:Ke,components:Zn,directives:Zn,watch:cd,provide:xl,inject:id};function xl(e,t){return t?e?function(){return De(ee(e)?e.call(this,this):e,ee(t)?t.call(this,this):t)}:t:e}function id(e,t){return Zn(ls(e),ls(t))}function ls(e){if(Z(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Ke(e,t){return e?[...new Set([].concat(e,t))]:t}function Zn(e,t){return e?De(Object.create(null),e,t):t}function Tl(e,t){return e?Z(e)&&Z(t)?[...new Set([...e,...t])]:De(Object.create(null),Cl(e),Cl(t??{})):t}function cd(e,t){if(!e)return t;if(!t)return e;const n=De(Object.create(null),e);for(const r in t)n[r]=Ke(e[r],t[r]);return n}function Ii(){return{app:null,config:{isNativeTag:Vu,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 ud=0;function fd(e,t){return function(r,o=null){ee(r)||(r=De({},r)),o!=null&&!be(o)&&(o=null);const s=Ii(),l=new WeakSet,a=[];let i=!1;const c=s.app={_uid:ud++,_component:r,_props:o,_container:null,_context:s,_instance:null,version:Vd,get config(){return s.config},set config(f){},use(f,...d){return l.has(f)||(f&&ee(f.install)?(l.add(f),f.install(c,...d)):ee(f)&&(l.add(f),f(c,...d))),c},mixin(f){return s.mixins.includes(f)||s.mixins.push(f),c},component(f,d){return d?(s.components[f]=d,c):s.components[f]},directive(f,d){return d?(s.directives[f]=d,c):s.directives[f]},mount(f,d,p){if(!i){const h=c._ceVNode||Se(r,o);return h.appContext=s,p===!0?p="svg":p===!1&&(p=void 0),d&&t?t(h,f):e(h,f,p),i=!0,c._container=f,f.__vue_app__=c,yo(h.component)}},onUnmount(f){a.push(f)},unmount(){i&&(bt(a,c._instance,16),e(null,c._container),delete c._container.__vue_app__)},provide(f,d){return s.provides[f]=d,c},runWithContext(f){const d=mn;mn=c;try{return f()}finally{mn=d}}};return c}}let mn=null;function Nn(e,t){if(Me){let n=Me.provides;const r=Me.parent&&Me.parent.provides;r===n&&(n=Me.provides=Object.create(r)),n[e]=t}}function Ne(e,t,n=!1){const r=Me||Ie;if(r||mn){const o=mn?mn._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&&ee(t)?t.call(r&&r.proxy):t}}function Ni(){return!!(Me||Ie||mn)}const Di={},Hi=()=>Object.create(Di),ji=e=>Object.getPrototypeOf(e)===Di;function dd(e,t,n,r=!1){const o={},s=Hi();e.propsDefaults=Object.create(null),Fi(e,t,o,s);for(const l in e.propsOptions[0])l in o||(o[l]=void 0);n?e.props=r?o:hi(o):e.type.props?e.props=o:e.props=s,e.attrs=s}function pd(e,t,n,r){const{props:o,attrs:s,vnode:{patchFlag:l}}=e,a=ce(o),[i]=e.propsOptions;let c=!1;if((r||l>0)&&!(l&16)){if(l&8){const f=e.vnode.dynamicProps;for(let d=0;d<f.length;d++){let p=f[d];if(bo(e.emitsOptions,p))continue;const h=t[p];if(i)if(de(s,p))h!==s[p]&&(s[p]=h,c=!0);else{const b=et(p);o[b]=as(i,a,b,h,e,!1)}else h!==s[p]&&(s[p]=h,c=!0)}}}else{Fi(e,t,o,s)&&(c=!0);let f;for(const d in a)(!t||!de(t,d)&&((f=_n(d))===d||!de(t,f)))&&(i?n&&(n[d]!==void 0||n[f]!==void 0)&&(o[d]=as(i,a,d,void 0,e,!0)):delete o[d]);if(s!==a)for(const d in s)(!t||!de(t,d))&&(delete s[d],c=!0)}c&&Nt(e.attrs,"set","")}function Fi(e,t,n,r){const[o,s]=e.propsOptions;let l=!1,a;if(t)for(let i in t){if(Mn(i))continue;const c=t[i];let f;o&&de(o,f=et(i))?!s||!s.includes(f)?n[f]=c:(a||(a={}))[f]=c:bo(e.emitsOptions,i)||(!(i in r)||c!==r[i])&&(r[i]=c,l=!0)}if(s){const i=ce(n),c=a||ve;for(let f=0;f<s.length;f++){const d=s[f];n[d]=as(o,i,d,c[d],e,!de(c,d))}}return l}function as(e,t,n,r,o,s){const l=e[n];if(l!=null){const a=de(l,"default");if(a&&r===void 0){const i=l.default;if(l.type!==Function&&!l.skipFactory&&ee(i)){const{propsDefaults:c}=o;if(n in c)r=c[n];else{const f=Tr(o);r=c[n]=i.call(null,t),f()}}else r=i;o.ce&&o.ce._setProp(n,r)}l[0]&&(s&&!a?r=!1:l[1]&&(r===""||r===_n(n))&&(r=!0))}return r}const hd=new WeakMap;function Bi(e,t,n=!1){const r=n?hd:t.propsCache,o=r.get(e);if(o)return o;const s=e.props,l={},a=[];let i=!1;if(!ee(e)){const f=d=>{i=!0;const[p,h]=Bi(d,t,!0);De(l,p),h&&a.push(...h)};!n&&t.mixins.length&&t.mixins.forEach(f),e.extends&&f(e.extends),e.mixins&&e.mixins.forEach(f)}if(!s&&!i)return be(e)&&r.set(e,On),On;if(Z(s))for(let f=0;f<s.length;f++){const d=et(s[f]);Al(d)&&(l[d]=ve)}else if(s)for(const f in s){const d=et(f);if(Al(d)){const p=s[f],h=l[d]=Z(p)||ee(p)?{type:p}:De({},p),b=h.type;let _=!1,w=!0;if(Z(b))for(let S=0;S<b.length;++S){const y=b[S],m=ee(y)&&y.name;if(m==="Boolean"){_=!0;break}else m==="String"&&(w=!1)}else _=ee(b)&&b.name==="Boolean";h[0]=_,h[1]=w,(_||de(h,"default"))&&a.push(d)}}const c=[l,a];return be(e)&&r.set(e,c),c}function Al(e){return e[0]!=="$"&&!Mn(e)}const Vi=e=>e[0]==="_"||e==="$stable",js=e=>Z(e)?e.map(ut):[ut(e)],vd=(e,t,n)=>{if(t._n)return t;const r=Nf((...o)=>js(t(...o)),n);return r._c=!1,r},zi=(e,t,n)=>{const r=e._ctx;for(const o in e){if(Vi(o))continue;const s=e[o];if(ee(s))t[o]=vd(o,s,r);else if(s!=null){const l=js(s);t[o]=()=>l}}},Wi=(e,t)=>{const n=js(t);e.slots.default=()=>n},Ui=(e,t,n)=>{for(const r in t)(n||r!=="_")&&(e[r]=t[r])},md=(e,t,n)=>{const r=e.slots=Hi();if(e.vnode.shapeFlag&32){const o=t._;o?(Ui(r,t,n),n&&Ya(r,"_",o,!0)):zi(t,r)}else t&&Wi(e,t)},gd=(e,t,n)=>{const{vnode:r,slots:o}=e;let s=!0,l=ve;if(r.shapeFlag&32){const a=t._;a?n&&a===1?s=!1:Ui(o,t,n):(s=!t.$stable,zi(t,o)),l=t}else t&&(Wi(e,t),l={default:1});if(s)for(const a in o)!Vi(a)&&l[a]==null&&delete o[a]},ot=Zi;function bd(e){return yd(e,Vf)}function yd(e,t){const n=po();n.__VUE__=!0;const{insert:r,remove:o,patchProp:s,createElement:l,createText:a,createComment:i,setText:c,setElementText:f,parentNode:d,nextSibling:p,setScopeId:h=At,insertStaticContent:b}=e,_=(v,g,C,L=null,T=null,O=null,j=void 0,H=null,I=!!g.dynamicChildren)=>{if(v===g)return;v&&!fn(v,g)&&(L=A(v),Xe(v,T,O,!0),v=null),g.patchFlag===-2&&(I=!1,g.dynamicChildren=null);const{type:M,ref:Q,shapeFlag:W}=g;switch(M){case gn:w(v,g,C,L);break;case Ue:S(v,g,C,L);break;case or:v==null&&y(g,C,L,j);break;case Re:P(v,g,C,L,T,O,j,H,I);break;default:W&1?R(v,g,C,L,T,O,j,H,I):W&6?F(v,g,C,L,T,O,j,H,I):(W&64||W&128)&&M.process(v,g,C,L,T,O,j,H,I,Y)}Q!=null&&T&&pr(Q,v&&v.ref,O,g||v,!g)},w=(v,g,C,L)=>{if(v==null)r(g.el=a(g.children),C,L);else{const T=g.el=v.el;g.children!==v.children&&c(T,g.children)}},S=(v,g,C,L)=>{v==null?r(g.el=i(g.children||""),C,L):g.el=v.el},y=(v,g,C,L)=>{[v.el,v.anchor]=b(v.children,g,C,L,v.el,v.anchor)},m=({el:v,anchor:g},C,L)=>{let T;for(;v&&v!==g;)T=p(v),r(v,C,L),v=T;r(g,C,L)},E=({el:v,anchor:g})=>{let C;for(;v&&v!==g;)C=p(v),o(v),v=C;o(g)},R=(v,g,C,L,T,O,j,H,I)=>{g.type==="svg"?j="svg":g.type==="math"&&(j="mathml"),v==null?z(g,C,L,T,O,j,H,I):$(v,g,T,O,j,H,I)},z=(v,g,C,L,T,O,j,H)=>{let I,M;const{props:Q,shapeFlag:W,transition:J,dirs:te}=v;if(I=v.el=l(v.type,O,Q&&Q.is,Q),W&8?f(I,v.children):W&16&&V(v.children,I,null,L,T,No(v,O),j,H),te&&Tt(v,null,L,"created"),x(I,v,v.scopeId,j,L),Q){for(const me in Q)me!=="value"&&!Mn(me)&&s(I,me,null,Q[me],O,L);"value"in Q&&s(I,"value",null,Q.value,O),(M=Q.onVnodeBeforeMount)&&ct(M,L,v)}te&&Tt(v,null,L,"beforeMount");const ie=qi(T,J);ie&&J.beforeEnter(I),r(I,g,C),((M=Q&&Q.onVnodeMounted)||ie||te)&&ot(()=>{M&&ct(M,L,v),ie&&J.enter(I),te&&Tt(v,null,L,"mounted")},T)},x=(v,g,C,L,T)=>{if(C&&h(v,C),L)for(let O=0;O<L.length;O++)h(v,L[O]);if(T){let O=T.subTree;if(g===O||Xi(O.type)&&(O.ssContent===g||O.ssFallback===g)){const j=T.vnode;x(v,j,j.scopeId,j.slotScopeIds,T.parent)}}},V=(v,g,C,L,T,O,j,H,I=0)=>{for(let M=I;M<v.length;M++){const Q=v[M]=H?Gt(v[M]):ut(v[M]);_(null,Q,g,C,L,T,O,j,H)}},$=(v,g,C,L,T,O,j)=>{const H=g.el=v.el;let{patchFlag:I,dynamicChildren:M,dirs:Q}=g;I|=v.patchFlag&16;const W=v.props||ve,J=g.props||ve;let te;if(C&&ln(C,!1),(te=J.onVnodeBeforeUpdate)&&ct(te,C,g,v),Q&&Tt(g,v,C,"beforeUpdate"),C&&ln(C,!0),(W.innerHTML&&J.innerHTML==null||W.textContent&&J.textContent==null)&&f(H,""),M?D(v.dynamicChildren,M,H,C,L,No(g,T),O):j||K(v,g,H,null,C,L,No(g,T),O,!1),I>0){if(I&16)N(H,W,J,C,T);else if(I&2&&W.class!==J.class&&s(H,"class",null,J.class,T),I&4&&s(H,"style",W.style,J.style,T),I&8){const ie=g.dynamicProps;for(let me=0;me<ie.length;me++){const pe=ie[me],tt=W[pe],Ve=J[pe];(Ve!==tt||pe==="value")&&s(H,pe,tt,Ve,T,C)}}I&1&&v.children!==g.children&&f(H,g.children)}else!j&&M==null&&N(H,W,J,C,T);((te=J.onVnodeUpdated)||Q)&&ot(()=>{te&&ct(te,C,g,v),Q&&Tt(g,v,C,"updated")},L)},D=(v,g,C,L,T,O,j)=>{for(let H=0;H<g.length;H++){const I=v[H],M=g[H],Q=I.el&&(I.type===Re||!fn(I,M)||I.shapeFlag&70)?d(I.el):C;_(I,M,Q,null,L,T,O,j,!0)}},N=(v,g,C,L,T)=>{if(g!==C){if(g!==ve)for(const O in g)!Mn(O)&&!(O in C)&&s(v,O,g[O],null,T,L);for(const O in C){if(Mn(O))continue;const j=C[O],H=g[O];j!==H&&O!=="value"&&s(v,O,H,j,T,L)}"value"in C&&s(v,"value",g.value,C.value,T)}},P=(v,g,C,L,T,O,j,H,I)=>{const M=g.el=v?v.el:a(""),Q=g.anchor=v?v.anchor:a("");let{patchFlag:W,dynamicChildren:J,slotScopeIds:te}=g;te&&(H=H?H.concat(te):te),v==null?(r(M,C,L),r(Q,C,L),V(g.children||[],C,Q,T,O,j,H,I)):W>0&&W&64&&J&&v.dynamicChildren?(D(v.dynamicChildren,J,C,T,O,j,H),(g.key!=null||T&&g===T.subTree)&&Ki(v,g,!0)):K(v,g,C,Q,T,O,j,H,I)},F=(v,g,C,L,T,O,j,H,I)=>{g.slotScopeIds=H,v==null?g.shapeFlag&512?T.ctx.activate(g,C,L,j,I):le(g,C,L,T,O,j,I):he(v,g,I)},le=(v,g,C,L,T,O,j)=>{const H=v.component=Id(v,L,T);if(xr(v)&&(H.ctx.renderer=Y),Nd(H,!1,j),H.asyncDep){if(T&&T.registerDep(H,G,j),!v.el){const I=H.subTree=Se(Ue);S(null,I,g,C)}}else G(H,v,g,C,T,O,j)},he=(v,g,C)=>{const L=g.component=v.component;if(Ad(v,g,C))if(L.asyncDep&&!L.asyncResolved){X(L,g,C);return}else L.next=g,L.update();else g.el=v.el,L.vnode=g},G=(v,g,C,L,T,O,j)=>{const H=()=>{if(v.isMounted){let{next:W,bu:J,u:te,parent:ie,vnode:me}=v;{const nt=Gi(v);if(nt){W&&(W.el=me.el,X(v,W,j)),nt.asyncDep.then(()=>{v.isUnmounted||H()});return}}let pe=W,tt;ln(v,!1),W?(W.el=me.el,X(v,W,j)):W=me,J&&qr(J),(tt=W.props&&W.props.onVnodeBeforeUpdate)&&ct(tt,ie,W,me),ln(v,!0);const Ve=Do(v),vt=v.subTree;v.subTree=Ve,_(vt,Ve,d(vt.el),A(vt),v,T,O),W.el=Ve.el,pe===null&&Qi(v,Ve.el),te&&ot(te,T),(tt=W.props&&W.props.onVnodeUpdated)&&ot(()=>ct(tt,ie,W,me),T)}else{let W;const{el:J,props:te}=g,{bm:ie,m:me,parent:pe,root:tt,type:Ve}=v,vt=vn(g);if(ln(v,!1),ie&&qr(ie),!vt&&(W=te&&te.onVnodeBeforeMount)&&ct(W,pe,g),ln(v,!0),J&&we){const nt=()=>{v.subTree=Do(v),we(J,v.subTree,v,T,null)};vt&&Ve.__asyncHydrate?Ve.__asyncHydrate(J,v,nt):nt()}else{tt.ce&&tt.ce._injectChildStyle(Ve);const nt=v.subTree=Do(v);_(null,nt,C,L,v,T,O),g.el=nt.el}if(me&&ot(me,T),!vt&&(W=te&&te.onVnodeMounted)){const nt=g;ot(()=>ct(W,pe,nt),T)}(g.shapeFlag&256||pe&&vn(pe.vnode)&&pe.vnode.shapeFlag&256)&&v.a&&ot(v.a,T),v.isMounted=!0,g=C=L=null}};v.scope.on();const I=v.effect=new ei(H);v.scope.off();const M=v.update=I.run.bind(I),Q=v.job=I.runIfDirty.bind(I);Q.i=v,Q.id=v.uid,I.scheduler=()=>Is(Q),ln(v,!0),M()},X=(v,g,C)=>{g.component=v;const L=v.vnode.props;v.vnode=g,v.next=null,pd(v,g.props,L,C),gd(v,g.children,C),en(),yl(v),tn()},K=(v,g,C,L,T,O,j,H,I=!1)=>{const M=v&&v.children,Q=v?v.shapeFlag:0,W=g.children,{patchFlag:J,shapeFlag:te}=g;if(J>0){if(J&128){zt(M,W,C,L,T,O,j,H,I);return}else if(J&256){ke(M,W,C,L,T,O,j,H,I);return}}te&8?(Q&16&&at(M,T,O),W!==M&&f(C,W)):Q&16?te&16?zt(M,W,C,L,T,O,j,H,I):at(M,T,O,!0):(Q&8&&f(C,""),te&16&&V(W,C,L,T,O,j,H,I))},ke=(v,g,C,L,T,O,j,H,I)=>{v=v||On,g=g||On;const M=v.length,Q=g.length,W=Math.min(M,Q);let J;for(J=0;J<W;J++){const te=g[J]=I?Gt(g[J]):ut(g[J]);_(v[J],te,C,null,T,O,j,H,I)}M>Q?at(v,T,O,!0,!1,W):V(g,C,L,T,O,j,H,I,W)},zt=(v,g,C,L,T,O,j,H,I)=>{let M=0;const Q=g.length;let W=v.length-1,J=Q-1;for(;M<=W&&M<=J;){const te=v[M],ie=g[M]=I?Gt(g[M]):ut(g[M]);if(fn(te,ie))_(te,ie,C,null,T,O,j,H,I);else break;M++}for(;M<=W&&M<=J;){const te=v[W],ie=g[J]=I?Gt(g[J]):ut(g[J]);if(fn(te,ie))_(te,ie,C,null,T,O,j,H,I);else break;W--,J--}if(M>W){if(M<=J){const te=J+1,ie=te<Q?g[te].el:L;for(;M<=J;)_(null,g[M]=I?Gt(g[M]):ut(g[M]),C,ie,T,O,j,H,I),M++}}else if(M>J)for(;M<=W;)Xe(v[M],T,O,!0),M++;else{const te=M,ie=M,me=new Map;for(M=ie;M<=J;M++){const rt=g[M]=I?Gt(g[M]):ut(g[M]);rt.key!=null&&me.set(rt.key,M)}let pe,tt=0;const Ve=J-ie+1;let vt=!1,nt=0;const Gn=new Array(Ve);for(M=0;M<Ve;M++)Gn[M]=0;for(M=te;M<=W;M++){const rt=v[M];if(tt>=Ve){Xe(rt,T,O,!0);continue}let Ct;if(rt.key!=null)Ct=me.get(rt.key);else for(pe=ie;pe<=J;pe++)if(Gn[pe-ie]===0&&fn(rt,g[pe])){Ct=pe;break}Ct===void 0?Xe(rt,T,O,!0):(Gn[Ct-ie]=M+1,Ct>=nt?nt=Ct:vt=!0,_(rt,g[Ct],C,null,T,O,j,H,I),tt++)}const hl=vt?_d(Gn):On;for(pe=hl.length-1,M=Ve-1;M>=0;M--){const rt=ie+M,Ct=g[rt],vl=rt+1<Q?g[rt+1].el:L;Gn[M]===0?_(null,Ct,C,vl,T,O,j,H,I):vt&&(pe<0||M!==hl[pe]?Et(Ct,C,vl,2):pe--)}}},Et=(v,g,C,L,T=null)=>{const{el:O,type:j,transition:H,children:I,shapeFlag:M}=v;if(M&6){Et(v.component.subTree,g,C,L);return}if(M&128){v.suspense.move(g,C,L);return}if(M&64){j.move(v,g,C,Y);return}if(j===Re){r(O,g,C);for(let W=0;W<I.length;W++)Et(I[W],g,C,L);r(v.anchor,g,C);return}if(j===or){m(v,g,C);return}if(L!==2&&M&1&&H)if(L===0)H.beforeEnter(O),r(O,g,C),ot(()=>H.enter(O),T);else{const{leave:W,delayLeave:J,afterLeave:te}=H,ie=()=>r(O,g,C),me=()=>{W(O,()=>{ie(),te&&te()})};J?J(O,ie,me):me()}else r(O,g,C)},Xe=(v,g,C,L=!1,T=!1)=>{const{type:O,props:j,ref:H,children:I,dynamicChildren:M,shapeFlag:Q,patchFlag:W,dirs:J,cacheIndex:te}=v;if(W===-2&&(T=!1),H!=null&&pr(H,null,C,v,!0),te!=null&&(g.renderCache[te]=void 0),Q&256){g.ctx.deactivate(v);return}const ie=Q&1&&J,me=!vn(v);let pe;if(me&&(pe=j&&j.onVnodeBeforeUnmount)&&ct(pe,g,v),Q&6)Or(v.component,C,L);else{if(Q&128){v.suspense.unmount(C,L);return}ie&&Tt(v,null,g,"beforeUnmount"),Q&64?v.type.remove(v,g,C,Y,L):M&&!M.hasOnce&&(O!==Re||W>0&&W&64)?at(M,g,C,!1,!0):(O===Re&&W&384||!T&&Q&16)&&at(I,g,C),L&&Cn(v)}(me&&(pe=j&&j.onVnodeUnmounted)||ie)&&ot(()=>{pe&&ct(pe,g,v),ie&&Tt(v,null,g,"unmounted")},C)},Cn=v=>{const{type:g,el:C,anchor:L,transition:T}=v;if(g===Re){kn(C,L);return}if(g===or){E(v);return}const O=()=>{o(C),T&&!T.persisted&&T.afterLeave&&T.afterLeave()};if(v.shapeFlag&1&&T&&!T.persisted){const{leave:j,delayLeave:H}=T,I=()=>j(C,O);H?H(v.el,O,I):I()}else O()},kn=(v,g)=>{let C;for(;v!==g;)C=p(v),o(v),v=C;o(g)},Or=(v,g,C)=>{const{bum:L,scope:T,job:O,subTree:j,um:H,m:I,a:M}=v;Pl(I),Pl(M),L&&qr(L),T.stop(),O&&(O.flags|=8,Xe(j,v,g,C)),H&&ot(H,g),ot(()=>{v.isUnmounted=!0},g),g&&g.pendingBranch&&!g.isUnmounted&&v.asyncDep&&!v.asyncResolved&&v.suspenseId===g.pendingId&&(g.deps--,g.deps===0&&g.resolve())},at=(v,g,C,L=!1,T=!1,O=0)=>{for(let j=O;j<v.length;j++)Xe(v[j],g,C,L,T)},A=v=>{if(v.shapeFlag&6)return A(v.component.subTree);if(v.shapeFlag&128)return v.suspense.next();const g=p(v.anchor||v.el),C=g&&g[Df];return C?p(C):g};let q=!1;const B=(v,g,C)=>{v==null?g._vnode&&Xe(g._vnode,null,null,!0):_(g._vnode||null,v,g,null,null,null,C),g._vnode=v,q||(q=!0,yl(),to(),q=!1)},Y={p:_,um:Xe,m:Et,r:Cn,mt:le,mc:V,pc:K,pbc:D,n:A,o:e};let ue,we;return t&&([ue,we]=t(Y)),{render:B,hydrate:ue,createApp:fd(B,ue)}}function No({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 ln({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function qi(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function Ki(e,t,n=!1){const r=e.children,o=t.children;if(Z(r)&&Z(o))for(let s=0;s<r.length;s++){const l=r[s];let a=o[s];a.shapeFlag&1&&!a.dynamicChildren&&((a.patchFlag<=0||a.patchFlag===32)&&(a=o[s]=Gt(o[s]),a.el=l.el),!n&&a.patchFlag!==-2&&Ki(l,a)),a.type===gn&&(a.el=l.el)}}function _d(e){const t=e.slice(),n=[0];let r,o,s,l,a;const i=e.length;for(r=0;r<i;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,l=n.length-1;s<l;)a=s+l>>1,e[n[a]]<c?s=a+1:l=a;c<e[n[s]]&&(s>0&&(t[r]=n[s-1]),n[s]=r)}}for(s=n.length,l=n[s-1];s-- >0;)n[s]=l,l=t[l];return n}function Gi(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Gi(t)}function Pl(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const wd=Symbol.for("v-scx"),Sd=()=>Ne(wd);function Fs(e,t){return Bs(e,null,t)}function Ae(e,t,n){return Bs(e,t,n)}function Bs(e,t,n=ve){const{immediate:r,deep:o,flush:s,once:l}=n,a=De({},n),i=t&&r||!t&&s!=="post";let c;if(Hn){if(s==="sync"){const h=Sd();c=h.__watcherHandles||(h.__watcherHandles=[])}else if(!i){const h=()=>{};return h.stop=At,h.resume=At,h.pause=At,h}}const f=Me;a.call=(h,b,_)=>bt(h,f,b,_);let d=!1;s==="post"?a.scheduler=h=>{ot(h,f&&f.suspense)}:s!=="sync"&&(d=!0,a.scheduler=(h,b)=>{b?h():Is(h)}),a.augmentJob=h=>{t&&(h.flags|=4),d&&(h.flags|=2,f&&(h.id=f.uid,h.i=f))};const p=Of(e,t,a);return Hn&&(c?c.push(p):i&&p()),p}function Ed(e,t,n){const r=this.proxy,o=$e(e)?e.includes(".")?Yi(r,e):()=>r[e]:e.bind(r,r);let s;ee(t)?s=t:(s=t.handler,n=t);const l=Tr(this),a=Bs(o,s.bind(r),n);return l(),a}function Yi(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 Cd=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${et(t)}Modifiers`]||e[`${_n(t)}Modifiers`];function kd(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||ve;let o=n;const s=t.startsWith("update:"),l=s&&Cd(r,t.slice(7));l&&(l.trim&&(o=n.map(f=>$e(f)?f.trim():f)),l.number&&(o=n.map(Zo)));let a,i=r[a=Ao(t)]||r[a=Ao(et(t))];!i&&s&&(i=r[a=Ao(_n(t))]),i&&bt(i,e,6,o);const c=r[a+"Once"];if(c){if(!e.emitted)e.emitted={};else if(e.emitted[a])return;e.emitted[a]=!0,bt(c,e,6,o)}}function Ji(e,t,n=!1){const r=t.emitsCache,o=r.get(e);if(o!==void 0)return o;const s=e.emits;let l={},a=!1;if(!ee(e)){const i=c=>{const f=Ji(c,t,!0);f&&(a=!0,De(l,f))};!n&&t.mixins.length&&t.mixins.forEach(i),e.extends&&i(e.extends),e.mixins&&e.mixins.forEach(i)}return!s&&!a?(be(e)&&r.set(e,null),null):(Z(s)?s.forEach(i=>l[i]=null):De(l,s),be(e)&&r.set(e,l),l)}function bo(e,t){return!e||!wr(t)?!1:(t=t.slice(2).replace(/Once$/,""),de(e,t[0].toLowerCase()+t.slice(1))||de(e,_n(t))||de(e,t))}function Do(e){const{type:t,vnode:n,proxy:r,withProxy:o,propsOptions:[s],slots:l,attrs:a,emit:i,render:c,renderCache:f,props:d,data:p,setupState:h,ctx:b,inheritAttrs:_}=e,w=no(e);let S,y;try{if(n.shapeFlag&4){const E=o||r,R=E;S=ut(c.call(R,E,f,d,h,p,b)),y=a}else{const E=t;S=ut(E.length>1?E(d,{attrs:a,slots:l,emit:i}):E(d,null)),y=t.props?a:xd(a)}}catch(E){sr.length=0,kr(E,e,1),S=Se(Ue)}let m=S;if(y&&_!==!1){const E=Object.keys(y),{shapeFlag:R}=m;E.length&&R&7&&(s&&E.some(ks)&&(y=Td(y,s)),m=Zt(m,y,!1,!0))}return n.dirs&&(m=Zt(m,null,!1,!0),m.dirs=m.dirs?m.dirs.concat(n.dirs):n.dirs),n.transition&&yn(m,n.transition),S=m,no(w),S}const xd=e=>{let t;for(const n in e)(n==="class"||n==="style"||wr(n))&&((t||(t={}))[n]=e[n]);return t},Td=(e,t)=>{const n={};for(const r in e)(!ks(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function Ad(e,t,n){const{props:r,children:o,component:s}=e,{props:l,children:a,patchFlag:i}=t,c=s.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&i>=0){if(i&1024)return!0;if(i&16)return r?$l(r,l,c):!!l;if(i&8){const f=t.dynamicProps;for(let d=0;d<f.length;d++){const p=f[d];if(l[p]!==r[p]&&!bo(c,p))return!0}}}else return(o||a)&&(!a||!a.$stable)?!0:r===l?!1:r?l?$l(r,l,c):!0:!!l;return!1}function $l(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]&&!bo(n,s))return!0}return!1}function Qi({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 Xi=e=>e.__isSuspense;function Zi(e,t){t&&t.pendingBranch?Z(e)?t.effects.push(...e):t.effects.push(e):If(e)}const Re=Symbol.for("v-fgt"),gn=Symbol.for("v-txt"),Ue=Symbol.for("v-cmt"),or=Symbol.for("v-stc"),sr=[];let st=null;function Le(e=!1){sr.push(st=e?null:[])}function Pd(){sr.pop(),st=sr[sr.length-1]||null}let hr=1;function Ll(e,t=!1){hr+=e,e<0&&st&&t&&(st.hasOnce=!0)}function ec(e){return e.dynamicChildren=hr>0?st||On:null,Pd(),hr>0&&st&&st.push(e),e}function je(e,t,n,r,o,s){return ec(ne(e,t,n,r,o,s,!0))}function is(e,t,n,r,o){return ec(Se(e,t,n,r,o,!0))}function vr(e){return e?e.__v_isVNode===!0:!1}function fn(e,t){return e.type===t.type&&e.key===t.key}const tc=({key:e})=>e??null,Kr=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?$e(e)||Oe(e)||ee(e)?{i:Ie,r:e,k:t,f:!!n}:e:null);function ne(e,t=null,n=null,r=0,o=null,s=e===Re?0:1,l=!1,a=!1){const i={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&tc(t),ref:t&&Kr(t),scopeId:wi,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:Ie};return a?(Vs(i,n),s&128&&e.normalize(i)):n&&(i.shapeFlag|=$e(n)?8:16),hr>0&&!l&&st&&(i.patchFlag>0||s&6)&&i.patchFlag!==32&&st.push(i),i}const Se=$d;function $d(e,t=null,n=null,r=0,o=null,s=!1){if((!e||e===td)&&(e=Ue),vr(e)){const a=Zt(e,t,!0);return n&&Vs(a,n),hr>0&&!s&&st&&(a.shapeFlag&6?st[st.indexOf(e)]=a:st.push(a)),a.patchFlag=-2,a}if(Bd(e)&&(e=e.__vccOpts),t){t=Ld(t);let{class:a,style:i}=t;a&&!$e(a)&&(t.class=ho(a)),be(i)&&(Ms(i)&&!Z(i)&&(i=De({},i)),t.style=As(i))}const l=$e(e)?1:Xi(e)?128:Si(e)?64:be(e)?4:ee(e)?2:0;return ne(e,t,n,r,o,l,s,!0)}function Ld(e){return e?Ms(e)||ji(e)?De({},e):e:null}function Zt(e,t,n=!1,r=!1){const{props:o,ref:s,patchFlag:l,children:a,transition:i}=e,c=t?Od(o||{},t):o,f={__v_isVNode:!0,__v_skip:!0,type:e.type,props:c,key:c&&tc(c),ref:t&&t.ref?n&&s?Z(s)?s.concat(Kr(t)):[s,Kr(t)]:Kr(t):s,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:a,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Re?l===-1?16:l|16:l,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:i,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Zt(e.ssContent),ssFallback:e.ssFallback&&Zt(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return i&&r&&yn(f,i.clone(f)),f}function oo(e=" ",t=0){return Se(gn,null,e,t)}function nc(e,t){const n=Se(or,null,e);return n.staticCount=t,n}function Ol(e="",t=!1){return t?(Le(),is(Ue,null,e)):Se(Ue,null,e)}function ut(e){return e==null||typeof e=="boolean"?Se(Ue):Z(e)?Se(Re,null,e.slice()):vr(e)?Gt(e):Se(gn,null,String(e))}function Gt(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Zt(e)}function Vs(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(Z(t))n=16;else if(typeof t=="object")if(r&65){const o=t.default;o&&(o._c&&(o._d=!1),Vs(e,o()),o._c&&(o._d=!0));return}else{n=32;const o=t._;!o&&!ji(t)?t._ctx=Ie:o===3&&Ie&&(Ie.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else ee(t)?(t={default:t,_ctx:Ie},n=32):(t=String(t),r&64?(n=16,t=[oo(t)]):n=8);e.children=t,e.shapeFlag|=n}function Od(...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=ho([t.class,r.class]));else if(o==="style")t.style=As([t.style,r.style]);else if(wr(o)){const s=t[o],l=r[o];l&&s!==l&&!(Z(s)&&s.includes(l))&&(t[o]=s?[].concat(s,l):l)}else o!==""&&(t[o]=r[o])}return t}function ct(e,t,n,r=null){bt(e,t,7,[n,r])}const Rd=Ii();let Md=0;function Id(e,t,n){const r=e.type,o=(t?t.appContext:e.appContext)||Rd,s={uid:Md++,vnode:e,type:r,parent:t,appContext:o,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new ef(!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:Bi(r,o),emitsOptions:Ji(r,o),emit:null,emitted:null,propsDefaults:ve,inheritAttrs:r.inheritAttrs,ctx:ve,data:ve,props:ve,attrs:ve,slots:ve,refs:ve,setupState:ve,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=kd.bind(null,s),e.ce&&e.ce(s),s}let Me=null;const zn=()=>Me||Ie;let so,cs;{const e=po(),t=(n,r)=>{let o;return(o=e[n])||(o=e[n]=[]),o.push(r),s=>{o.length>1?o.forEach(l=>l(s)):o[0](s)}};so=t("__VUE_INSTANCE_SETTERS__",n=>Me=n),cs=t("__VUE_SSR_SETTERS__",n=>Hn=n)}const Tr=e=>{const t=Me;return so(e),e.scope.on(),()=>{e.scope.off(),so(t)}},Rl=()=>{Me&&Me.scope.off(),so(null)};function rc(e){return e.vnode.shapeFlag&4}let Hn=!1;function Nd(e,t=!1,n=!1){t&&cs(t);const{props:r,children:o}=e.vnode,s=rc(e);dd(e,r,s,t),md(e,o,n);const l=s?Dd(e,t):void 0;return t&&cs(!1),l}function Dd(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,od);const{setup:r}=n;if(r){en();const o=e.setupContext=r.length>1?jd(e):null,s=Tr(e),l=Cr(r,e,0,[e.props,o]),a=qa(l);if(tn(),s(),(a||e.sp)&&!vn(e)&&Ds(e),a){if(l.then(Rl,Rl),t)return l.then(i=>{Ml(e,i)}).catch(i=>{kr(i,e,0)});e.asyncDep=l}else Ml(e,l)}else oc(e)}function Ml(e,t,n){ee(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:be(t)&&(e.setupState=mi(t)),oc(e)}function oc(e,t,n){const r=e.type;e.render||(e.render=r.render||At);{const o=Tr(e);en();try{sd(e)}finally{tn(),o()}}}const Hd={get(e,t){return ze(e,"get",""),e[t]}};function jd(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,Hd),slots:e.slots,emit:e.emit,expose:t}}function yo(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(mi(Sf(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in rr)return rr[n](e)},has(t,n){return n in t||n in rr}})):e.proxy}function Fd(e,t=!0){return ee(e)?e.displayName||e.name:e.name||t&&e.__name}function Bd(e){return ee(e)&&"__vccOpts"in e}const k=(e,t)=>$f(e,t,Hn);function u(e,t,n){const r=arguments.length;return r===2?be(t)&&!Z(t)?vr(t)?Se(e,null,[t]):Se(e,t):Se(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&vr(n)&&(n=[n]),Se(e,t,n))}const Vd="3.5.13";/**
|
|
* @vue/runtime-dom v3.5.13
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
* @license MIT
|
|
**/let us;const Il=typeof window<"u"&&window.trustedTypes;if(Il)try{us=Il.createPolicy("vue",{createHTML:e=>e})}catch{}const sc=us?e=>us.createHTML(e):e=>e,zd="http://www.w3.org/2000/svg",Wd="http://www.w3.org/1998/Math/MathML",It=typeof document<"u"?document:null,Nl=It&&It.createElement("template"),Ud={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"?It.createElementNS(zd,e):t==="mathml"?It.createElementNS(Wd,e):n?It.createElement(e,{is:n}):It.createElement(e);return e==="select"&&r&&r.multiple!=null&&o.setAttribute("multiple",r.multiple),o},createText:e=>It.createTextNode(e),createComment:e=>It.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>It.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,o,s){const l=n?n.previousSibling:t.lastChild;if(o&&(o===s||o.nextSibling))for(;t.insertBefore(o.cloneNode(!0),n),!(o===s||!(o=o.nextSibling)););else{Nl.innerHTML=sc(r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e);const a=Nl.content;if(r==="svg"||r==="mathml"){const i=a.firstChild;for(;i.firstChild;)a.appendChild(i.firstChild);a.removeChild(i)}t.insertBefore(a,n)}return[l?l.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},Wt="transition",Jn="animation",jn=Symbol("_vtc"),lc={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},ac=De({},Ci,lc),qd=e=>(e.displayName="Transition",e.props=ac,e),Fn=qd((e,{slots:t})=>u(jf,ic(e),t)),an=(e,t=[])=>{Z(e)?e.forEach(n=>n(...t)):e&&e(...t)},Dl=e=>e?Z(e)?e.some(t=>t.length>1):e.length>1:!1;function ic(e){const t={};for(const P in e)P in lc||(t[P]=e[P]);if(e.css===!1)return t;const{name:n="v",type:r,duration:o,enterFromClass:s=`${n}-enter-from`,enterActiveClass:l=`${n}-enter-active`,enterToClass:a=`${n}-enter-to`,appearFromClass:i=s,appearActiveClass:c=l,appearToClass:f=a,leaveFromClass:d=`${n}-leave-from`,leaveActiveClass:p=`${n}-leave-active`,leaveToClass:h=`${n}-leave-to`}=e,b=Kd(o),_=b&&b[0],w=b&&b[1],{onBeforeEnter:S,onEnter:y,onEnterCancelled:m,onLeave:E,onLeaveCancelled:R,onBeforeAppear:z=S,onAppear:x=y,onAppearCancelled:V=m}=t,$=(P,F,le,he)=>{P._enterCancelled=he,Ut(P,F?f:a),Ut(P,F?c:l),le&&le()},D=(P,F)=>{P._isLeaving=!1,Ut(P,d),Ut(P,h),Ut(P,p),F&&F()},N=P=>(F,le)=>{const he=P?x:y,G=()=>$(F,P,le);an(he,[F,G]),Hl(()=>{Ut(F,P?i:s),kt(F,P?f:a),Dl(he)||jl(F,r,_,G)})};return De(t,{onBeforeEnter(P){an(S,[P]),kt(P,s),kt(P,l)},onBeforeAppear(P){an(z,[P]),kt(P,i),kt(P,c)},onEnter:N(!1),onAppear:N(!0),onLeave(P,F){P._isLeaving=!0;const le=()=>D(P,F);kt(P,d),P._enterCancelled?(kt(P,p),fs()):(fs(),kt(P,p)),Hl(()=>{P._isLeaving&&(Ut(P,d),kt(P,h),Dl(E)||jl(P,r,w,le))}),an(E,[P,le])},onEnterCancelled(P){$(P,!1,void 0,!0),an(m,[P])},onAppearCancelled(P){$(P,!0,void 0,!0),an(V,[P])},onLeaveCancelled(P){D(P),an(R,[P])}})}function Kd(e){if(e==null)return null;if(be(e))return[Ho(e.enter),Ho(e.leave)];{const t=Ho(e);return[t,t]}}function Ho(e){return Ku(e)}function kt(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[jn]||(e[jn]=new Set)).add(t)}function Ut(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.remove(r));const n=e[jn];n&&(n.delete(t),n.size||(e[jn]=void 0))}function Hl(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Gd=0;function jl(e,t,n,r){const o=e._endId=++Gd,s=()=>{o===e._endId&&r()};if(n!=null)return setTimeout(s,n);const{type:l,timeout:a,propCount:i}=cc(e,t);if(!l)return r();const c=l+"end";let f=0;const d=()=>{e.removeEventListener(c,p),s()},p=h=>{h.target===e&&++f>=i&&d()};setTimeout(()=>{f<i&&d()},a+1),e.addEventListener(c,p)}function cc(e,t){const n=window.getComputedStyle(e),r=b=>(n[b]||"").split(", "),o=r(`${Wt}Delay`),s=r(`${Wt}Duration`),l=Fl(o,s),a=r(`${Jn}Delay`),i=r(`${Jn}Duration`),c=Fl(a,i);let f=null,d=0,p=0;t===Wt?l>0&&(f=Wt,d=l,p=s.length):t===Jn?c>0&&(f=Jn,d=c,p=i.length):(d=Math.max(l,c),f=d>0?l>c?Wt:Jn:null,p=f?f===Wt?s.length:i.length:0);const h=f===Wt&&/\b(transform|all)(,|$)/.test(r(`${Wt}Property`).toString());return{type:f,timeout:d,propCount:p,hasTransform:h}}function Fl(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,r)=>Bl(n)+Bl(e[r])))}function Bl(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function fs(){return document.body.offsetHeight}function Yd(e,t,n){const r=e[jn];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const Vl=Symbol("_vod"),Jd=Symbol("_vsh"),Qd=Symbol(""),Xd=/(^|;)\s*display\s*:/;function Zd(e,t,n){const r=e.style,o=$e(n);let s=!1;if(n&&!o){if(t)if($e(t))for(const l of t.split(";")){const a=l.slice(0,l.indexOf(":")).trim();n[a]==null&&Gr(r,a,"")}else for(const l in t)n[l]==null&&Gr(r,l,"");for(const l in n)l==="display"&&(s=!0),Gr(r,l,n[l])}else if(o){if(t!==n){const l=r[Qd];l&&(n+=";"+l),r.cssText=n,s=Xd.test(n)}}else t&&e.removeAttribute("style");Vl in e&&(e[Vl]=s?r.display:"",e[Jd]&&(r.display="none"))}const zl=/\s*!important$/;function Gr(e,t,n){if(Z(n))n.forEach(r=>Gr(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=ep(e,t);zl.test(n)?e.setProperty(_n(r),n.replace(zl,""),"important"):e[r]=n}}const Wl=["Webkit","Moz","ms"],jo={};function ep(e,t){const n=jo[t];if(n)return n;let r=et(t);if(r!=="filter"&&r in e)return jo[t]=r;r=Sr(r);for(let o=0;o<Wl.length;o++){const s=Wl[o]+r;if(s in e)return jo[t]=s}return t}const Ul="http://www.w3.org/1999/xlink";function ql(e,t,n,r,o,s=Zu(t)){r&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(Ul,t.slice(6,t.length)):e.setAttributeNS(Ul,t,n):n==null||s&&!Ja(n)?e.removeAttribute(t):e.setAttribute(t,s?"":jt(n)?String(n):n)}function Kl(e,t,n,r,o){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?sc(n):n);return}const s=e.tagName;if(t==="value"&&s!=="PROGRESS"&&!s.includes("-")){const a=s==="OPTION"?e.getAttribute("value")||"":e.value,i=n==null?e.type==="checkbox"?"on":"":String(n);(a!==i||!("_value"in e))&&(e.value=i),n==null&&e.removeAttribute(t),e._value=n;return}let l=!1;if(n===""||n==null){const a=typeof e[t];a==="boolean"?n=Ja(n):n==null&&a==="string"?(n="",l=!0):a==="number"&&(n=0,l=!0)}try{e[t]=n}catch{}l&&e.removeAttribute(o||t)}function Pn(e,t,n,r){e.addEventListener(t,n,r)}function tp(e,t,n,r){e.removeEventListener(t,n,r)}const Gl=Symbol("_vei");function np(e,t,n,r,o=null){const s=e[Gl]||(e[Gl]={}),l=s[t];if(r&&l)l.value=r;else{const[a,i]=rp(t);if(r){const c=s[t]=lp(r,o);Pn(e,a,c,i)}else l&&(tp(e,a,l,i),s[t]=void 0)}}const Yl=/(?:Once|Passive|Capture)$/;function rp(e){let t;if(Yl.test(e)){t={};let r;for(;r=e.match(Yl);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):_n(e.slice(2)),t]}let Fo=0;const op=Promise.resolve(),sp=()=>Fo||(op.then(()=>Fo=0),Fo=Date.now());function lp(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;bt(ap(r,n.value),t,5,[r])};return n.value=e,n.attached=sp(),n}function ap(e,t){if(Z(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 Jl=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,ip=(e,t,n,r,o,s)=>{const l=o==="svg";t==="class"?Yd(e,r,l):t==="style"?Zd(e,n,r):wr(t)?ks(t)||np(e,t,n,r,s):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):cp(e,t,r,l))?(Kl(e,t,r),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&ql(e,t,r,l,s,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!$e(r))?Kl(e,et(t),r,s,t):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),ql(e,t,r,l))};function cp(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&Jl(t)&&ee(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 Jl(t)&&$e(n)?!1:t in e}const uc=new WeakMap,fc=new WeakMap,lo=Symbol("_moveCb"),Ql=Symbol("_enterCb"),up=e=>(delete e.props.mode,e),fp=up({name:"TransitionGroup",props:De({},ac,{tag:String,moveClass:String}),setup(e,{slots:t}){const n=zn(),r=Ei();let o,s;return $i(()=>{if(!o.length)return;const l=e.moveClass||`${e.name||"v"}-move`;if(!vp(o[0].el,n.vnode.el,l))return;o.forEach(dp),o.forEach(pp);const a=o.filter(hp);fs(),a.forEach(i=>{const c=i.el,f=c.style;kt(c,l),f.transform=f.webkitTransform=f.transitionDuration="";const d=c[lo]=p=>{p&&p.target!==c||(!p||/transform$/.test(p.propertyName))&&(c.removeEventListener("transitionend",d),c[lo]=null,Ut(c,l))};c.addEventListener("transitionend",d)})}),()=>{const l=ce(e),a=ic(l);let i=l.tag||Re;if(o=[],s)for(let c=0;c<s.length;c++){const f=s[c];f.el&&f.el instanceof Element&&(o.push(f),yn(f,dr(f,a,r,n)),uc.set(f,f.el.getBoundingClientRect()))}s=t.default?Ns(t.default()):[];for(let c=0;c<s.length;c++){const f=s[c];f.key!=null&&yn(f,dr(f,a,r,n))}return Se(i,null,s)}}}),dc=fp;function dp(e){const t=e.el;t[lo]&&t[lo](),t[Ql]&&t[Ql]()}function pp(e){fc.set(e,e.el.getBoundingClientRect())}function hp(e){const t=uc.get(e),n=fc.get(e),r=t.left-n.left,o=t.top-n.top;if(r||o){const s=e.el.style;return s.transform=s.webkitTransform=`translate(${r}px,${o}px)`,s.transitionDuration="0s",e}}function vp(e,t,n){const r=e.cloneNode(),o=e[jn];o&&o.forEach(a=>{a.split(/\s+/).forEach(i=>i&&r.classList.remove(i))}),n.split(/\s+/).forEach(a=>a&&r.classList.add(a)),r.style.display="none";const s=t.nodeType===1?t:t.parentNode;s.appendChild(r);const{hasTransform:l}=cc(r);return s.removeChild(r),l}const Xl=e=>{const t=e.props["onUpdate:modelValue"]||!1;return Z(t)?n=>qr(t,n):t};function mp(e){e.target.composing=!0}function Zl(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const Bo=Symbol("_assign"),Fr={created(e,{modifiers:{lazy:t,trim:n,number:r}},o){e[Bo]=Xl(o);const s=r||o.props&&o.props.type==="number";Pn(e,t?"change":"input",l=>{if(l.target.composing)return;let a=e.value;n&&(a=a.trim()),s&&(a=Zo(a)),e[Bo](a)}),n&&Pn(e,"change",()=>{e.value=e.value.trim()}),t||(Pn(e,"compositionstart",mp),Pn(e,"compositionend",Zl),Pn(e,"change",Zl))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:n,modifiers:{lazy:r,trim:o,number:s}},l){if(e[Bo]=Xl(l),e.composing)return;const a=(s||e.type==="number")&&!/^0\d/.test(e.value)?Zo(e.value):e.value,i=t??"";a!==i&&(document.activeElement===e&&e.type!=="range"&&(r&&t===n||o&&e.value.trim()===i)||(e.value=i))}},gp=["ctrl","shift","alt","meta"],bp={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>gp.some(n=>e[`${n}Key`]&&!t.includes(n))},yp=(e,t)=>{const n=e._withMods||(e._withMods={}),r=t.join(".");return n[r]||(n[r]=(o,...s)=>{for(let l=0;l<t.length;l++){const a=bp[t[l]];if(a&&a(o,t))return}return e(o,...s)})},_p=De({patchProp:ip},Ud);let Vo,ea=!1;function wp(){return Vo=ea?Vo:bd(_p),ea=!0,Vo}const Sp=(...e)=>{const t=wp().createApp(...e),{mount:n}=t;return t.mount=r=>{const o=Cp(r);if(o)return n(o,!0,Ep(o))},t};function Ep(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function Cp(e){return $e(e)?document.querySelector(e):e}var Ar=e=>/^[a-z][a-z0-9+.-]*:/.test(e)||e.startsWith("//"),kp=/.md((\?|#).*)?$/,zs=(e,t="/")=>Ar(e)||e.startsWith("/")&&!e.startsWith(t)&&!kp.test(e),Pr=e=>/^(https?:)?\/\//.test(e),ta=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},xp="http://.",Tp=(e,t)=>{if(!e.startsWith("/")&&t){const n=t.slice(0,t.lastIndexOf("/"));return ta(new URL(`${n}/${e}`,xp).pathname)}return ta(e)},Ap=(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"/"},Pp=/(#|\?)/,pc=e=>{const[t,...n]=e.split(Pp);return{pathname:t,hashAndQueries:n.join("")}},$p=["link","meta","script","style","noscript","template"],Lp=["title","base"],Op=([e,t,n])=>Lp.includes(e)?e:$p.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,Rp=e=>{const t=new Set,n=[];return e.forEach(r=>{const o=Op(r);o&&!t.has(o)&&(t.add(o),n.push(r))}),n},Mp=e=>e.startsWith("/")?e:`/${e}`,hc=e=>e.endsWith("/")||e.endsWith(".html")?e:`${e}/`,Ws=e=>e.endsWith("/")?e.slice(0,-1):e,vc=e=>e.startsWith("/")?e.slice(1):e,_o=e=>Object.prototype.toString.call(e)==="[object Object]",Pe=e=>typeof e=="string";const Ip="modulepreload",Np=function(e){return"/"+e},na={},xe=function(t,n,r){let o=Promise.resolve();if(n&&n.length>0){document.getElementsByTagName("link");const l=document.querySelector("meta[property=csp-nonce]"),a=(l==null?void 0:l.nonce)||(l==null?void 0:l.getAttribute("nonce"));o=Promise.allSettled(n.map(i=>{if(i=Np(i),i in na)return;na[i]=!0;const c=i.endsWith(".css"),f=c?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${i}"]${f}`))return;const d=document.createElement("link");if(d.rel=c?"stylesheet":Ip,c||(d.as="script"),d.crossOrigin="",d.href=i,a&&d.setAttribute("nonce",a),document.head.appendChild(d),c)return new Promise((p,h)=>{d.addEventListener("load",p),d.addEventListener("error",()=>h(new Error(`Unable to preload CSS for ${i}`)))})}))}function s(l){const a=new Event("vite:preloadError",{cancelable:!0});if(a.payload=l,window.dispatchEvent(a),!a.defaultPrevented)throw l}return o.then(l=>{for(const a of l||[])a.status==="rejected"&&s(a.reason);return t().catch(s)})},Dp=JSON.parse("{}"),Hp=Object.fromEntries([["/historie.html",{loader:()=>xe(()=>import("./historie.html-ooxMdhLn.js"),[]),meta:{title:"Historie"}}],["/impressum.html",{loader:()=>xe(()=>import("./impressum.html-CgLCWLO4.js"),[]),meta:{title:"Impressum"}}],["/",{loader:()=>xe(()=>import("./index.html-CytUw73L.js"),[]),meta:{title:""}}],["/it4c.html",{loader:()=>xe(()=>import("./it4c.html-BVs7qriC.js"),[]),meta:{title:"IT4C"}}],["/kontakt.html",{loader:()=>xe(()=>import("./kontakt.html-ni-64aeI.js"),[]),meta:{title:"Kontakt"}}],["/projekte/democracy.app.html",{loader:()=>xe(()=>import("./democracy.app.html-BgTvwzvd.js"),[]),meta:{title:"DEMOCRACY App"}}],["/projekte/gradido.html",{loader:()=>xe(()=>import("./gradido.html-CUHh820v.js"),[]),meta:{title:"Gradido"}}],["/projekte/ocelot.social.html",{loader:()=>xe(()=>import("./ocelot.social.html-DvHmLRyp.js"),[]),meta:{title:"Ocelot.Social"}}],["/projekte/utopia.map.html",{loader:()=>xe(()=>import("./utopia.map.html-8eIwcouy.js"),[]),meta:{title:"Utopia Map"}}],["/team/alexander-friedland.html",{loader:()=>xe(()=>import("./alexander-friedland.html-MsQd_CJI.js"),[]),meta:{title:"Alexander Friedland"}}],["/team/hannes-heine.html",{loader:()=>xe(()=>import("./hannes-heine.html-DTUHv6XE.js"),[]),meta:{title:"Hannes Heine"}}],["/team/mathias-lenz.html",{loader:()=>xe(()=>import("./mathias-lenz.html-SbdLu3mv.js"),[]),meta:{title:"Mathias"}}],["/team/maximilian-harz.html",{loader:()=>xe(()=>import("./maximilian-harz.html-Ct2dM9Rg.js"),[]),meta:{title:"Maximilian Harz"}}],["/team/moriz-wahl.html",{loader:()=>xe(()=>import("./moriz-wahl.html-BaoeU4ay.js"),[]),meta:{title:"Moriz Wahl"}}],["/team/sebastian-stein.html",{loader:()=>xe(()=>import("./sebastian-stein.html-Cekunqz-.js"),[]),meta:{title:"Sebastian Stein"}}],["/team/ulf-gebhardt.html",{loader:()=>xe(()=>import("./ulf-gebhardt.html-O-yS3EkP.js"),[]),meta:{title:"Ulf Gebhardt"}}],["/team/wolfgang-huss.html",{loader:()=>xe(()=>import("./wolfgang-huss.html-DbszMcod.js"),[]),meta:{title:"Wolfgang Huß"}}],["/404.html",{loader:()=>xe(()=>import("./404.html-CCj6fWw_.js"),[]),meta:{title:""}}],["/projekte/",{loader:()=>xe(()=>import("./index.html-BUHwOso0.js"),[]),meta:{title:"Projekte"}}],["/team/",{loader:()=>xe(()=>import("./index.html-BibaCLbd.js"),[]),meta:{title:"Team"}}]]);/*!
|
|
* vue-router v4.5.0
|
|
* (c) 2024 Eduardo San Martin Morote
|
|
* @license MIT
|
|
*/const $n=typeof document<"u";function mc(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function jp(e){return e.__esModule||e[Symbol.toStringTag]==="Module"||e.default&&mc(e.default)}const fe=Object.assign;function zo(e,t){const n={};for(const r in t){const o=t[r];n[r]=yt(o)?o.map(e):e(o)}return n}const lr=()=>{},yt=Array.isArray,gc=/#/g,Fp=/&/g,Bp=/\//g,Vp=/=/g,zp=/\?/g,bc=/\+/g,Wp=/%5B/g,Up=/%5D/g,yc=/%5E/g,qp=/%60/g,_c=/%7B/g,Kp=/%7C/g,wc=/%7D/g,Gp=/%20/g;function Us(e){return encodeURI(""+e).replace(Kp,"|").replace(Wp,"[").replace(Up,"]")}function Yp(e){return Us(e).replace(_c,"{").replace(wc,"}").replace(yc,"^")}function ds(e){return Us(e).replace(bc,"%2B").replace(Gp,"+").replace(gc,"%23").replace(Fp,"%26").replace(qp,"`").replace(_c,"{").replace(wc,"}").replace(yc,"^")}function Jp(e){return ds(e).replace(Vp,"%3D")}function Qp(e){return Us(e).replace(gc,"%23").replace(zp,"%3F")}function Xp(e){return e==null?"":Qp(e).replace(Bp,"%2F")}function mr(e){try{return decodeURIComponent(""+e)}catch{}return""+e}const Zp=/\/$/,eh=e=>e.replace(Zp,"");function Wo(e,t,n="/"){let r,o={},s="",l="";const a=t.indexOf("#");let i=t.indexOf("?");return a<i&&a>=0&&(i=-1),i>-1&&(r=t.slice(0,i),s=t.slice(i+1,a>-1?a:t.length),o=e(s)),a>-1&&(r=r||t.slice(0,a),l=t.slice(a,t.length)),r=oh(r??t,n),{fullPath:r+(s&&"?")+s+l,path:r,query:o,hash:mr(l)}}function th(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function ra(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function nh(e,t,n){const r=t.matched.length-1,o=n.matched.length-1;return r>-1&&r===o&&Bn(t.matched[r],n.matched[o])&&Sc(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function Bn(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function Sc(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!rh(e[n],t[n]))return!1;return!0}function rh(e,t){return yt(e)?oa(e,t):yt(t)?oa(t,e):e===t}function oa(e,t){return yt(t)?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function oh(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,l,a;for(l=0;l<r.length;l++)if(a=r[l],a!==".")if(a==="..")s>1&&s--;else break;return n.slice(0,s).join("/")+"/"+r.slice(l).join("/")}const Mt={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};var gr;(function(e){e.pop="pop",e.push="push"})(gr||(gr={}));var ar;(function(e){e.back="back",e.forward="forward",e.unknown=""})(ar||(ar={}));function sh(e){if(!e)if($n){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),eh(e)}const lh=/^[^#]+#/;function ah(e,t){return e.replace(lh,"#")+t}function ih(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 wo=()=>({left:window.scrollX,top:window.scrollY});function ch(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=ih(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 sa(e,t){return(history.state?history.state.position-t:-1)+e}const ps=new Map;function uh(e,t){ps.set(e,t)}function fh(e){const t=ps.get(e);return ps.delete(e),t}let dh=()=>location.protocol+"//"+location.host;function Ec(e,t){const{pathname:n,search:r,hash:o}=t,s=e.indexOf("#");if(s>-1){let a=o.includes(e.slice(s))?e.slice(s).length:1,i=o.slice(a);return i[0]!=="/"&&(i="/"+i),ra(i,"")}return ra(n,e)+r+o}function ph(e,t,n,r){let o=[],s=[],l=null;const a=({state:p})=>{const h=Ec(e,location),b=n.value,_=t.value;let w=0;if(p){if(n.value=h,t.value=p,l&&l===b){l=null;return}w=_?p.position-_.position:0}else r(h);o.forEach(S=>{S(n.value,b,{delta:w,type:gr.pop,direction:w?w>0?ar.forward:ar.back:ar.unknown})})};function i(){l=n.value}function c(p){o.push(p);const h=()=>{const b=o.indexOf(p);b>-1&&o.splice(b,1)};return s.push(h),h}function f(){const{history:p}=window;p.state&&p.replaceState(fe({},p.state,{scroll:wo()}),"")}function d(){for(const p of s)p();s=[],window.removeEventListener("popstate",a),window.removeEventListener("beforeunload",f)}return window.addEventListener("popstate",a),window.addEventListener("beforeunload",f,{passive:!0}),{pauseListeners:i,listen:c,destroy:d}}function la(e,t,n,r=!1,o=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:o?wo():null}}function hh(e){const{history:t,location:n}=window,r={value:Ec(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(i,c,f){const d=e.indexOf("#"),p=d>-1?(n.host&&document.querySelector("base")?e:e.slice(d))+i:dh()+e+i;try{t[f?"replaceState":"pushState"](c,"",p),o.value=c}catch(h){console.error(h),n[f?"replace":"assign"](p)}}function l(i,c){const f=fe({},t.state,la(o.value.back,i,o.value.forward,!0),c,{position:o.value.position});s(i,f,!0),r.value=i}function a(i,c){const f=fe({},o.value,t.state,{forward:i,scroll:wo()});s(f.current,f,!0);const d=fe({},la(r.value,i,null),{position:f.position+1},c);s(i,d,!1),r.value=i}return{location:r,state:o,push:a,replace:l}}function vh(e){e=sh(e);const t=hh(e),n=ph(e,t.state,t.location,t.replace);function r(s,l=!0){l||n.pauseListeners(),history.go(s)}const o=fe({location:"",base:e,go:r,createHref:ah.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 mh(e){return typeof e=="string"||e&&typeof e=="object"}function Cc(e){return typeof e=="string"||typeof e=="symbol"}const kc=Symbol("");var aa;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(aa||(aa={}));function Vn(e,t){return fe(new Error,{type:e,[kc]:!0},t)}function Ot(e,t){return e instanceof Error&&kc in e&&(t==null||!!(e.type&t))}const ia="[^/]+?",gh={sensitive:!1,strict:!1,start:!0,end:!0},bh=/[.+*?^${}()[\]/\\]/g;function yh(e,t){const n=fe({},gh,t),r=[];let o=n.start?"^":"";const s=[];for(const c of e){const f=c.length?[]:[90];n.strict&&!c.length&&(o+="/");for(let d=0;d<c.length;d++){const p=c[d];let h=40+(n.sensitive?.25:0);if(p.type===0)d||(o+="/"),o+=p.value.replace(bh,"\\$&"),h+=40;else if(p.type===1){const{value:b,repeatable:_,optional:w,regexp:S}=p;s.push({name:b,repeatable:_,optional:w});const y=S||ia;if(y!==ia){h+=10;try{new RegExp(`(${y})`)}catch(E){throw new Error(`Invalid custom RegExp for param "${b}" (${y}): `+E.message)}}let m=_?`((?:${y})(?:/(?:${y}))*)`:`(${y})`;d||(m=w&&c.length<2?`(?:/${m})`:"/"+m),w&&(m+="?"),o+=m,h+=20,w&&(h+=-8),_&&(h+=-20),y===".*"&&(h+=-50)}f.push(h)}r.push(f)}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 l=new RegExp(o,n.sensitive?"":"i");function a(c){const f=c.match(l),d={};if(!f)return null;for(let p=1;p<f.length;p++){const h=f[p]||"",b=s[p-1];d[b.name]=h&&b.repeatable?h.split("/"):h}return d}function i(c){let f="",d=!1;for(const p of e){(!d||!f.endsWith("/"))&&(f+="/"),d=!1;for(const h of p)if(h.type===0)f+=h.value;else if(h.type===1){const{value:b,repeatable:_,optional:w}=h,S=b in c?c[b]:"";if(yt(S)&&!_)throw new Error(`Provided param "${b}" is an array but it is not repeatable (* or + modifiers)`);const y=yt(S)?S.join("/"):S;if(!y)if(w)p.length<2&&(f.endsWith("/")?f=f.slice(0,-1):d=!0);else throw new Error(`Missing required param "${b}"`);f+=y}}return f||"/"}return{re:l,score:r,keys:s,parse:a,stringify:i}}function _h(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 xc(e,t){let n=0;const r=e.score,o=t.score;for(;n<r.length&&n<o.length;){const s=_h(r[n],o[n]);if(s)return s;n++}if(Math.abs(o.length-r.length)===1){if(ca(r))return 1;if(ca(o))return-1}return o.length-r.length}function ca(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const wh={type:0,value:""},Sh=/[a-zA-Z0-9_]/;function Eh(e){if(!e)return[[]];if(e==="/")return[[wh]];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 l(){s&&o.push(s),s=[]}let a=0,i,c="",f="";function d(){c&&(n===0?s.push({type:0,value:c}):n===1||n===2||n===3?(s.length>1&&(i==="*"||i==="+")&&t(`A repeatable param (${c}) must be alone in its segment. eg: '/:ids+.`),s.push({type:1,value:c,regexp:f,repeatable:i==="*"||i==="+",optional:i==="*"||i==="?"})):t("Invalid state to consume buffer"),c="")}function p(){c+=i}for(;a<e.length;){if(i=e[a++],i==="\\"&&n!==2){r=n,n=4;continue}switch(n){case 0:i==="/"?(c&&d(),l()):i===":"?(d(),n=1):p();break;case 4:p(),n=r;break;case 1:i==="("?n=2:Sh.test(i)?p():(d(),n=0,i!=="*"&&i!=="?"&&i!=="+"&&a--);break;case 2:i===")"?f[f.length-1]=="\\"?f=f.slice(0,-1)+i:n=3:f+=i;break;case 3:d(),n=0,i!=="*"&&i!=="?"&&i!=="+"&&a--,f="";break;default:t("Unknown state");break}}return n===2&&t(`Unfinished custom RegExp for param "${c}"`),d(),l(),o}function Ch(e,t,n){const r=yh(Eh(e.path),n),o=fe(r,{record:e,parent:t,children:[],alias:[]});return t&&!o.record.aliasOf==!t.record.aliasOf&&t.children.push(o),o}function kh(e,t){const n=[],r=new Map;t=pa({strict:!1,end:!0,sensitive:!1},t);function o(d){return r.get(d)}function s(d,p,h){const b=!h,_=fa(d);_.aliasOf=h&&h.record;const w=pa(t,d),S=[_];if("alias"in d){const E=typeof d.alias=="string"?[d.alias]:d.alias;for(const R of E)S.push(fa(fe({},_,{components:h?h.record.components:_.components,path:R,aliasOf:h?h.record:_})))}let y,m;for(const E of S){const{path:R}=E;if(p&&R[0]!=="/"){const z=p.record.path,x=z[z.length-1]==="/"?"":"/";E.path=p.record.path+(R&&x+R)}if(y=Ch(E,p,w),h?h.alias.push(y):(m=m||y,m!==y&&m.alias.push(y),b&&d.name&&!da(y)&&l(d.name)),Tc(y)&&i(y),_.children){const z=_.children;for(let x=0;x<z.length;x++)s(z[x],y,h&&h.children[x])}h=h||y}return m?()=>{l(m)}:lr}function l(d){if(Cc(d)){const p=r.get(d);p&&(r.delete(d),n.splice(n.indexOf(p),1),p.children.forEach(l),p.alias.forEach(l))}else{const p=n.indexOf(d);p>-1&&(n.splice(p,1),d.record.name&&r.delete(d.record.name),d.children.forEach(l),d.alias.forEach(l))}}function a(){return n}function i(d){const p=Ah(d,n);n.splice(p,0,d),d.record.name&&!da(d)&&r.set(d.record.name,d)}function c(d,p){let h,b={},_,w;if("name"in d&&d.name){if(h=r.get(d.name),!h)throw Vn(1,{location:d});w=h.record.name,b=fe(ua(p.params,h.keys.filter(m=>!m.optional).concat(h.parent?h.parent.keys.filter(m=>m.optional):[]).map(m=>m.name)),d.params&&ua(d.params,h.keys.map(m=>m.name))),_=h.stringify(b)}else if(d.path!=null)_=d.path,h=n.find(m=>m.re.test(_)),h&&(b=h.parse(_),w=h.record.name);else{if(h=p.name?r.get(p.name):n.find(m=>m.re.test(p.path)),!h)throw Vn(1,{location:d,currentLocation:p});w=h.record.name,b=fe({},p.params,d.params),_=h.stringify(b)}const S=[];let y=h;for(;y;)S.unshift(y.record),y=y.parent;return{name:w,path:_,params:b,matched:S,meta:Th(S)}}e.forEach(d=>s(d));function f(){n.length=0,r.clear()}return{addRoute:s,resolve:c,removeRoute:l,clearRoutes:f,getRoutes:a,getRecordMatcher:o}}function ua(e,t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}function fa(e){const t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:xh(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 xh(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 da(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function Th(e){return e.reduce((t,n)=>fe(t,n.meta),{})}function pa(e,t){const n={};for(const r in e)n[r]=r in t?t[r]:e[r];return n}function Ah(e,t){let n=0,r=t.length;for(;n!==r;){const s=n+r>>1;xc(e,t[s])<0?r=s:n=s+1}const o=Ph(e);return o&&(r=t.lastIndexOf(o,r-1)),r}function Ph(e){let t=e;for(;t=t.parent;)if(Tc(t)&&xc(e,t)===0)return t}function Tc({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function $h(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(bc," "),l=s.indexOf("="),a=mr(l<0?s:s.slice(0,l)),i=l<0?null:mr(s.slice(l+1));if(a in t){let c=t[a];yt(c)||(c=t[a]=[c]),c.push(i)}else t[a]=i}return t}function ha(e){let t="";for(let n in e){const r=e[n];if(n=Jp(n),r==null){r!==void 0&&(t+=(t.length?"&":"")+n);continue}(yt(r)?r.map(s=>s&&ds(s)):[r&&ds(r)]).forEach(s=>{s!==void 0&&(t+=(t.length?"&":"")+n,s!=null&&(t+="="+s))})}return t}function Lh(e){const t={};for(const n in e){const r=e[n];r!==void 0&&(t[n]=yt(r)?r.map(o=>o==null?null:""+o):r==null?r:""+r)}return t}const Oh=Symbol(""),va=Symbol(""),So=Symbol(""),qs=Symbol(""),hs=Symbol("");function Qn(){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 Yt(e,t,n,r,o,s=l=>l()){const l=r&&(r.enterCallbacks[o]=r.enterCallbacks[o]||[]);return()=>new Promise((a,i)=>{const c=p=>{p===!1?i(Vn(4,{from:n,to:t})):p instanceof Error?i(p):mh(p)?i(Vn(2,{from:t,to:p})):(l&&r.enterCallbacks[o]===l&&typeof p=="function"&&l.push(p),a())},f=s(()=>e.call(r&&r.instances[o],t,n,c));let d=Promise.resolve(f);e.length<3&&(d=d.then(c)),d.catch(p=>i(p))})}function Uo(e,t,n,r,o=s=>s()){const s=[];for(const l of e)for(const a in l.components){let i=l.components[a];if(!(t!=="beforeRouteEnter"&&!l.instances[a]))if(mc(i)){const f=(i.__vccOpts||i)[t];f&&s.push(Yt(f,n,r,l,a,o))}else{let c=i();s.push(()=>c.then(f=>{if(!f)throw new Error(`Couldn't resolve component "${a}" at "${l.path}"`);const d=jp(f)?f.default:f;l.mods[a]=f,l.components[a]=d;const h=(d.__vccOpts||d)[t];return h&&Yt(h,n,r,l,a,o)()}))}}return s}function ma(e){const t=Ne(So),n=Ne(qs),r=k(()=>{const i=Qt(e.to);return t.resolve(i)}),o=k(()=>{const{matched:i}=r.value,{length:c}=i,f=i[c-1],d=n.matched;if(!f||!d.length)return-1;const p=d.findIndex(Bn.bind(null,f));if(p>-1)return p;const h=ga(i[c-2]);return c>1&&ga(f)===h&&d[d.length-1].path!==h?d.findIndex(Bn.bind(null,i[c-2])):p}),s=k(()=>o.value>-1&&Dh(n.params,r.value.params)),l=k(()=>o.value>-1&&o.value===n.matched.length-1&&Sc(n.params,r.value.params));function a(i={}){if(Nh(i)){const c=t[Qt(e.replace)?"replace":"push"](Qt(e.to)).catch(lr);return e.viewTransition&&typeof document<"u"&&"startViewTransition"in document&&document.startViewTransition(()=>c),c}return Promise.resolve()}return{route:r,href:k(()=>r.value.href),isActive:s,isExactActive:l,navigate:a}}function Rh(e){return e.length===1?e[0]:e}const Mh=U({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:ma,setup(e,{slots:t}){const n=Xt(ma(e)),{options:r}=Ne(So),o=k(()=>({[ba(e.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[ba(e.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const s=t.default&&Rh(t.default(n));return e.custom?s:u("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:o.value},s)}}}),Ih=Mh;function Nh(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 Dh(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(!yt(o)||o.length!==r.length||r.some((s,l)=>s!==o[l]))return!1}return!0}function ga(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const ba=(e,t,n)=>e??t??n,Hh=U({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const r=Ne(hs),o=k(()=>e.route||r.value),s=Ne(va,0),l=k(()=>{let c=Qt(s);const{matched:f}=o.value;let d;for(;(d=f[c])&&!d.components;)c++;return c}),a=k(()=>o.value.matched[l.value]);Nn(va,k(()=>l.value+1)),Nn(Oh,a),Nn(hs,o);const i=oe();return Ae(()=>[i.value,a.value,e.name],([c,f,d],[p,h,b])=>{f&&(f.instances[d]=c,h&&h!==f&&c&&c===p&&(f.leaveGuards.size||(f.leaveGuards=h.leaveGuards),f.updateGuards.size||(f.updateGuards=h.updateGuards))),c&&f&&(!h||!Bn(f,h)||!p)&&(f.enterCallbacks[d]||[]).forEach(_=>_(c))},{flush:"post"}),()=>{const c=o.value,f=e.name,d=a.value,p=d&&d.components[f];if(!p)return ya(n.default,{Component:p,route:c});const h=d.props[f],b=h?h===!0?c.params:typeof h=="function"?h(c):h:null,w=u(p,fe({},b,t,{onVnodeUnmounted:S=>{S.component.isUnmounted&&(d.instances[f]=null)},ref:i}));return ya(n.default,{Component:w,route:c})||w}}});function ya(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const jh=Hh;function Fh(e){const t=kh(e.routes,e),n=e.parseQuery||$h,r=e.stringifyQuery||ha,o=e.history,s=Qn(),l=Qn(),a=Qn(),i=re(Mt);let c=Mt;$n&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const f=zo.bind(null,A=>""+A),d=zo.bind(null,Xp),p=zo.bind(null,mr);function h(A,q){let B,Y;return Cc(A)?(B=t.getRecordMatcher(A),Y=q):Y=A,t.addRoute(Y,B)}function b(A){const q=t.getRecordMatcher(A);q&&t.removeRoute(q)}function _(){return t.getRoutes().map(A=>A.record)}function w(A){return!!t.getRecordMatcher(A)}function S(A,q){if(q=fe({},q||i.value),typeof A=="string"){const g=Wo(n,A,q.path),C=t.resolve({path:g.path},q),L=o.createHref(g.fullPath);return fe(g,C,{params:p(C.params),hash:mr(g.hash),redirectedFrom:void 0,href:L})}let B;if(A.path!=null)B=fe({},A,{path:Wo(n,A.path,q.path).path});else{const g=fe({},A.params);for(const C in g)g[C]==null&&delete g[C];B=fe({},A,{params:d(g)}),q.params=d(q.params)}const Y=t.resolve(B,q),ue=A.hash||"";Y.params=f(p(Y.params));const we=th(r,fe({},A,{hash:Yp(ue),path:Y.path})),v=o.createHref(we);return fe({fullPath:we,hash:ue,query:r===ha?Lh(A.query):A.query||{}},Y,{redirectedFrom:void 0,href:v})}function y(A){return typeof A=="string"?Wo(n,A,i.value.path):fe({},A)}function m(A,q){if(c!==A)return Vn(8,{from:q,to:A})}function E(A){return x(A)}function R(A){return E(fe(y(A),{replace:!0}))}function z(A){const q=A.matched[A.matched.length-1];if(q&&q.redirect){const{redirect:B}=q;let Y=typeof B=="function"?B(A):B;return typeof Y=="string"&&(Y=Y.includes("?")||Y.includes("#")?Y=y(Y):{path:Y},Y.params={}),fe({query:A.query,hash:A.hash,params:Y.path!=null?{}:A.params},Y)}}function x(A,q){const B=c=S(A),Y=i.value,ue=A.state,we=A.force,v=A.replace===!0,g=z(B);if(g)return x(fe(y(g),{state:typeof g=="object"?fe({},ue,g.state):ue,force:we,replace:v}),q||B);const C=B;C.redirectedFrom=q;let L;return!we&&nh(r,Y,B)&&(L=Vn(16,{to:C,from:Y}),Et(Y,Y,!0,!1)),(L?Promise.resolve(L):D(C,Y)).catch(T=>Ot(T)?Ot(T,2)?T:zt(T):K(T,C,Y)).then(T=>{if(T){if(Ot(T,2))return x(fe({replace:v},y(T.to),{state:typeof T.to=="object"?fe({},ue,T.to.state):ue,force:we}),q||C)}else T=P(C,Y,!0,v,ue);return N(C,Y,T),T})}function V(A,q){const B=m(A,q);return B?Promise.reject(B):Promise.resolve()}function $(A){const q=kn.values().next().value;return q&&typeof q.runWithContext=="function"?q.runWithContext(A):A()}function D(A,q){let B;const[Y,ue,we]=Bh(A,q);B=Uo(Y.reverse(),"beforeRouteLeave",A,q);for(const g of Y)g.leaveGuards.forEach(C=>{B.push(Yt(C,A,q))});const v=V.bind(null,A,q);return B.push(v),at(B).then(()=>{B=[];for(const g of s.list())B.push(Yt(g,A,q));return B.push(v),at(B)}).then(()=>{B=Uo(ue,"beforeRouteUpdate",A,q);for(const g of ue)g.updateGuards.forEach(C=>{B.push(Yt(C,A,q))});return B.push(v),at(B)}).then(()=>{B=[];for(const g of we)if(g.beforeEnter)if(yt(g.beforeEnter))for(const C of g.beforeEnter)B.push(Yt(C,A,q));else B.push(Yt(g.beforeEnter,A,q));return B.push(v),at(B)}).then(()=>(A.matched.forEach(g=>g.enterCallbacks={}),B=Uo(we,"beforeRouteEnter",A,q,$),B.push(v),at(B))).then(()=>{B=[];for(const g of l.list())B.push(Yt(g,A,q));return B.push(v),at(B)}).catch(g=>Ot(g,8)?g:Promise.reject(g))}function N(A,q,B){a.list().forEach(Y=>$(()=>Y(A,q,B)))}function P(A,q,B,Y,ue){const we=m(A,q);if(we)return we;const v=q===Mt,g=$n?history.state:{};B&&(Y||v?o.replace(A.fullPath,fe({scroll:v&&g&&g.scroll},ue)):o.push(A.fullPath,ue)),i.value=A,Et(A,q,B,v),zt()}let F;function le(){F||(F=o.listen((A,q,B)=>{if(!Or.listening)return;const Y=S(A),ue=z(Y);if(ue){x(fe(ue,{replace:!0,force:!0}),Y).catch(lr);return}c=Y;const we=i.value;$n&&uh(sa(we.fullPath,B.delta),wo()),D(Y,we).catch(v=>Ot(v,12)?v:Ot(v,2)?(x(fe(y(v.to),{force:!0}),Y).then(g=>{Ot(g,20)&&!B.delta&&B.type===gr.pop&&o.go(-1,!1)}).catch(lr),Promise.reject()):(B.delta&&o.go(-B.delta,!1),K(v,Y,we))).then(v=>{v=v||P(Y,we,!1),v&&(B.delta&&!Ot(v,8)?o.go(-B.delta,!1):B.type===gr.pop&&Ot(v,20)&&o.go(-1,!1)),N(Y,we,v)}).catch(lr)}))}let he=Qn(),G=Qn(),X;function K(A,q,B){zt(A);const Y=G.list();return Y.length?Y.forEach(ue=>ue(A,q,B)):console.error(A),Promise.reject(A)}function ke(){return X&&i.value!==Mt?Promise.resolve():new Promise((A,q)=>{he.add([A,q])})}function zt(A){return X||(X=!A,le(),he.list().forEach(([q,B])=>A?B(A):q()),he.reset()),A}function Et(A,q,B,Y){const{scrollBehavior:ue}=e;if(!$n||!ue)return Promise.resolve();const we=!B&&fh(sa(A.fullPath,0))||(Y||!B)&&history.state&&history.state.scroll||null;return Sn().then(()=>ue(A,q,we)).then(v=>v&&ch(v)).catch(v=>K(v,A,q))}const Xe=A=>o.go(A);let Cn;const kn=new Set,Or={currentRoute:i,listening:!0,addRoute:h,removeRoute:b,clearRoutes:t.clearRoutes,hasRoute:w,getRoutes:_,resolve:S,options:e,push:E,replace:R,go:Xe,back:()=>Xe(-1),forward:()=>Xe(1),beforeEach:s.add,beforeResolve:l.add,afterEach:a.add,onError:G.add,isReady:ke,install(A){const q=this;A.component("RouterLink",Ih),A.component("RouterView",jh),A.config.globalProperties.$router=q,Object.defineProperty(A.config.globalProperties,"$route",{enumerable:!0,get:()=>Qt(i)}),$n&&!Cn&&i.value===Mt&&(Cn=!0,E(o.location).catch(ue=>{}));const B={};for(const ue in Mt)Object.defineProperty(B,ue,{get:()=>i.value[ue],enumerable:!0});A.provide(So,q),A.provide(qs,hi(B)),A.provide(hs,i);const Y=A.unmount;kn.add(A),A.unmount=function(){kn.delete(A),kn.size<1&&(c=Mt,F&&F(),F=null,i.value=Mt,Cn=!1,X=!1),Y()}}};function at(A){return A.reduce((q,B)=>q.then(()=>$(B)),Promise.resolve())}return Or}function Bh(e,t){const n=[],r=[],o=[],s=Math.max(t.matched.length,e.matched.length);for(let l=0;l<s;l++){const a=t.matched[l];a&&(e.matched.find(c=>Bn(c,a))?r.push(a):n.push(a));const i=e.matched[l];i&&(t.matched.find(c=>Bn(c,i))||o.push(i))}return[n,r,o]}function Wn(){return Ne(So)}function nn(e){return Ne(qs)}var Ks=Symbol(""),wt=()=>{const e=Ne(Ks);if(!e)throw new Error("useClientData() is called without provider.");return e},Vh=()=>wt().pageComponent,pt=()=>wt().pageData,_e=()=>wt().pageFrontmatter,zh=()=>wt().pageHead,Ac=()=>wt().pageLang,Wh=()=>wt().pageLayout,Pt=()=>wt().routeLocale,Un=()=>wt().routePath,Uh=()=>wt().routes,Pc=()=>wt().siteData,Eo=()=>wt().siteLocaleData,Yr=re([]),Vt=e=>{Yr.value.push(e),Bt(()=>{Yr.value=Yr.value.filter(t=>t!==e)})},qh=Symbol(""),vs=re(Dp),Dn=re(Hp),$c=(e,t)=>{const n=Tp(e,t);if(Dn.value[n])return n;const r=encodeURI(n);if(Dn.value[r])return r;const o=vs.value[n]||vs.value[r];return o||n},Ht=(e,t)=>{const{pathname:n,hashAndQueries:r}=pc(e),o=$c(n,t),s=o+r;return Dn.value[o]?{...Dn.value[o],path:s,notFound:!1}:{...Dn.value["/404.html"],path:s,notFound:!0}},Kh=(e,t)=>{const{pathname:n,hashAndQueries:r}=pc(e);return $c(n,t)+r},Gh=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}},mt=U({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=Wn(),r=nn(),o=k(()=>e.to.startsWith("#")||e.to.startsWith("?")?e.to:`/${Kh(e.to,r.path).substring(1)}`);return()=>u("a",{class:["route-link",{[e.activeClass]:e.active}],href:o.value,onClick:(s={})=>{Gh(s)&&n.push(e.to).catch()}},t.default())}}),Yh=U({name:"AutoLink",props:{config:{type:Object,required:!0}},slots:Object,setup(e,{slots:t}){const n=Er(e,"config"),r=nn(),o=Pc(),s=k(()=>Ar(n.value.link)),l=k(()=>n.value.target||(s.value?"_blank":void 0)),a=k(()=>l.value==="_blank"),i=k(()=>!s.value&&!a.value),c=k(()=>n.value.rel||(a.value?"noopener noreferrer":null)),f=k(()=>n.value.ariaLabel??n.value.text),d=k(()=>{if(n.value.exact)return!1;const h=Object.keys(o.value.locales);return h.length?h.every(b=>b!==n.value.link):n.value.link!=="/"}),p=k(()=>i.value?n.value.activeMatch?(n.value.activeMatch instanceof RegExp?n.value.activeMatch:new RegExp(n.value.activeMatch,"u")).test(r.path):d.value?r.path.startsWith(n.value.link):r.path===n.value.link:!1);return()=>{const{before:h,after:b,default:_}=t,w=(_==null?void 0:_(n.value))??[h==null?void 0:h(n.value),n.value.text,b==null?void 0:b(n.value)];return i.value?u(mt,{class:"auto-link",to:n.value.link,active:p.value,"aria-label":f.value},()=>w):u("a",{class:"auto-link external-link",href:n.value.link,"aria-label":f.value,rel:c.value,target:l.value},w)}}}),Gs=U({name:"ClientOnly",setup(e,t){const n=oe(!1);return Ce(()=>{n.value=!0}),()=>{var r,o;return n.value?(o=(r=t.slots).default)==null?void 0:o.call(r):null}}}),Br=e=>{Yr.value.forEach(t=>t(e))},Lc=U({name:"Content",props:{path:{type:String,required:!1,default:""}},setup(e){const t=Vh(),n=k(()=>{if(!e.path)return t.value;const o=Ht(e.path);return Ai(async()=>o.loader().then(({comp:s})=>s))}),r=_e();return Ae(r,()=>{Br("updated")},{deep:!0,flush:"post"}),()=>u(n.value,{onVnodeMounted:()=>{Br("mounted")},onVnodeUpdated:()=>{Br("updated")},onVnodeBeforeUnmount:()=>{Br("beforeUnmount")}})}}),Jh="Layout",Qh="en-US",cn=Xt({resolveLayouts:e=>e.reduce((t,n)=>({...t,...n.layouts}),{}),resolvePageHead:(e,t,n)=>{const r=Pe(t.description)?t.description:n.description,o=[...Array.isArray(t.head)?t.head:[],...n.head,["title",{},e],["meta",{name:"description",content:r}]];return Rp(o)},resolvePageHeadTitle:(e,t)=>[e.title,t.title].filter(n=>!!n).join(" | "),resolvePageLang:(e,t)=>e.lang||t.lang||Qh,resolvePageLayout:(e,t)=>{const n=Pe(e.frontmatter.layout)?e.frontmatter.layout:Jh;if(!t[n])throw new Error(`[vuepress] Cannot resolve layout: ${n}`);return t[n]},resolveRouteLocale:(e,t)=>Ap(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]}}}),St=(e={})=>e,Fe=e=>Pr(e)?e:`/${vc(e)}`,Xh=Object.defineProperty,Zh=(e,t)=>{for(var n in t)Xh(e,n,{get:t[n],enumerable:!0})},ev={};Zh(ev,{COMPONENT_STATE_TYPE:()=>tv,INSPECTOR_ID:()=>nv,INSPECTOR_LABEL:()=>rv,INSPECTOR_NODES:()=>ov,INSPECTOR_STATE_SECTION_NAME:()=>sv,PLUGIN_ID:()=>Oc,PLUGIN_LABEL:()=>Ys});var Oc="org.vuejs.vuepress",Ys="VuePress",tv=Ys,nv=Oc,rv=Ys,_a={id:"INTERNAL",label:"Internal",keys:["layouts","routes","redirects"]},wa={id:"SITE",label:"Site",keys:["siteData","siteLocaleData"]},Sa={id:"ROUTE",label:"Route",keys:["routePath","routeLocale"]},Ea={id:"PAGE",label:"Page",keys:["pageData","pageFrontmatter","pageLang","pageHead","pageHeadTitle","pageLayout","pageComponent"]},ov={[_a.id]:_a,[wa.id]:wa,[Sa.id]:Sa,[Ea.id]:Ea},sv="State";function rn(e){return Za()?(tf(e),!0):!1}const qo=new WeakMap,lv=(...e)=>{var t;const n=e[0],r=(t=zn())==null?void 0:t.proxy;if(r==null&&!Ni())throw new Error("injectLocal must be called in setup");return r&&qo.has(r)&&n in qo.get(r)?qo.get(r)[n]:Ne(...e)},$r=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const av=e=>e!=null,iv=Object.prototype.toString,cv=e=>iv.call(e)==="[object Object]",Je=()=>{},ms=uv();function uv(){var e,t;return $r&&((e=window==null?void 0:window.navigator)==null?void 0:e.userAgent)&&(/iP(?:ad|hone|od)/.test(window.navigator.userAgent)||((t=window==null?void 0:window.navigator)==null?void 0:t.maxTouchPoints)>2&&/iPad|Macintosh/.test(window==null?void 0:window.navigator.userAgent))}function Js(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 Rc=e=>e();function fv(e,t={}){let n,r,o=Je;const s=i=>{clearTimeout(i),o(),o=Je};let l;return i=>{const c=ae(e),f=ae(t.maxWait);return n&&s(n),c<=0||f!==void 0&&f<=0?(r&&(s(r),r=null),Promise.resolve(i())):new Promise((d,p)=>{o=t.rejectOnCancel?p:d,l=i,f&&!r&&(r=setTimeout(()=>{n&&s(n),r=null,d(l())},f)),n=setTimeout(()=>{r&&s(r),r=null,d(i())},c)})}}function dv(...e){let t=0,n,r=!0,o=Je,s,l,a,i,c;!Oe(e[0])&&typeof e[0]=="object"?{delay:l,trailing:a=!0,leading:i=!0,rejectOnCancel:c=!1}=e[0]:[l,a=!0,i=!0,c=!1]=e;const f=()=>{n&&(clearTimeout(n),n=void 0,o(),o=Je)};return p=>{const h=ae(l),b=Date.now()-t,_=()=>s=p();return f(),h<=0?(t=Date.now(),_()):(b>h&&(i||!r)?(t=Date.now(),_()):a&&(s=new Promise((w,S)=>{o=c?S:w,n=setTimeout(()=>{t=Date.now(),r=!0,w(_()),f()},Math.max(0,h-b))})),!i&&!n&&(n=setTimeout(()=>r=!0,h)),r=!1,s)}}function pv(e=Rc,t={}){const{initialState:n="active"}=t,r=Ic(n==="active");function o(){r.value=!1}function s(){r.value=!0}const l=(...a)=>{r.value&&e(...a)};return{isActive:wn(r),pause:o,resume:s,eventFilter:l}}function hv(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 Ca(e){return e.endsWith("rem")?Number.parseFloat(e)*16:Number.parseFloat(e)}function Mc(e){return zn()}function ir(e){return Array.isArray(e)?e:[e]}function Ic(...e){if(e.length!==1)return Er(...e);const t=e[0];return typeof t=="function"?wn(gi(()=>({get:t,set:Je}))):oe(t)}function Qs(e,t=200,n={}){return Js(fv(t,n),e)}function Nc(e,t=200,n=!1,r=!0,o=!1){return Js(dv(t,n,r,o),e)}function vv(e,t,n={}){const{eventFilter:r=Rc,...o}=n;return Ae(e,Js(r,t),o)}function mv(e,t,n={}){const{eventFilter:r,initialState:o="active",...s}=n,{eventFilter:l,pause:a,resume:i,isActive:c}=pv(r,{initialState:o});return{stop:vv(e,t,{...s,eventFilter:l}),pause:a,resume:i,isActive:c}}function qn(e,t=!0,n){Mc()?Ce(e,n):t?e():Sn(e)}function gv(e,t){Mc()&&Bt(e,t)}function bv(e,t,n={}){const{immediate:r=!0,immediateCallback:o=!1}=n,s=re(!1);let l=null;function a(){l&&(clearTimeout(l),l=null)}function i(){s.value=!1,a()}function c(...f){o&&e(),a(),s.value=!0,l=setTimeout(()=>{s.value=!1,l=null,e(...f)},ae(t))}return r&&(s.value=!0,$r&&c()),rn(i),{isPending:wn(s),start:c,stop:i}}function ao(e=!1,t={}){const{truthyValue:n=!0,falsyValue:r=!1}=t,o=Oe(e),s=re(e);function l(a){if(arguments.length)return s.value=a,s.value;{const i=ae(n);return s.value=s.value===i?ae(r):i,s.value}}return o?l:[s,l]}function lt(e,t,n){return Ae(e,t,{...n,immediate:!0})}const qe=$r?window:void 0,Xs=$r?window.document:void 0,Dc=$r?window.navigator:void 0;function Be(e){var t;const n=ae(e);return(t=n==null?void 0:n.$el)!=null?t:n}function se(...e){const t=[],n=()=>{t.forEach(a=>a()),t.length=0},r=(a,i,c,f)=>(a.addEventListener(i,c,f),()=>a.removeEventListener(i,c,f)),o=k(()=>{const a=ir(ae(e[0])).filter(i=>i!=null);return a.every(i=>typeof i!="string")?a:void 0}),s=lt(()=>{var a,i;return[(i=(a=o.value)==null?void 0:a.map(c=>Be(c)))!=null?i:[qe].filter(c=>c!=null),ir(ae(o.value?e[1]:e[0])),ir(Qt(o.value?e[2]:e[1])),ae(o.value?e[3]:e[2])]},([a,i,c,f])=>{if(n(),!(a!=null&&a.length)||!(i!=null&&i.length)||!(c!=null&&c.length))return;const d=cv(f)?{...f}:f;t.push(...a.flatMap(p=>i.flatMap(h=>c.map(b=>r(p,h,b,d)))))},{flush:"post"}),l=()=>{s(),n()};return rn(n),l}let ka=!1;function yv(e,t,n={}){const{window:r=qe,ignore:o=[],capture:s=!0,detectIframe:l=!1,controls:a=!1}=n;if(!r)return a?{stop:Je,cancel:Je,trigger:Je}:Je;if(ms&&!ka){ka=!0;const w={passive:!0};Array.from(r.document.body.children).forEach(S=>se(S,"click",Je,w)),se(r.document.documentElement,"click",Je,w)}let i=!0;const c=w=>ae(o).some(S=>{if(typeof S=="string")return Array.from(r.document.querySelectorAll(S)).some(y=>y===w.target||w.composedPath().includes(y));{const y=Be(S);return y&&(w.target===y||w.composedPath().includes(y))}});function f(w){const S=ae(w);return S&&S.$.subTree.shapeFlag===16}function d(w,S){const y=ae(w),m=y.$.subTree&&y.$.subTree.children;return m==null||!Array.isArray(m)?!1:m.some(E=>E.el===S.target||S.composedPath().includes(E.el))}const p=w=>{const S=Be(e);if(w.target!=null&&!(!(S instanceof Element)&&f(e)&&d(e,w))&&!(!S||S===w.target||w.composedPath().includes(S))){if("detail"in w&&w.detail===0&&(i=!c(w)),!i){i=!0;return}t(w)}};let h=!1;const b=[se(r,"click",w=>{h||(h=!0,setTimeout(()=>{h=!1},0),p(w))},{passive:!0,capture:s}),se(r,"pointerdown",w=>{const S=Be(e);i=!c(w)&&!!(S&&!w.composedPath().includes(S))},{passive:!0}),l&&se(r,"blur",w=>{setTimeout(()=>{var S;const y=Be(e);((S=r.document.activeElement)==null?void 0:S.tagName)==="IFRAME"&&!(y!=null&&y.contains(r.document.activeElement))&&t(w)},0)},{passive:!0})].filter(Boolean),_=()=>b.forEach(w=>w());return a?{stop:_,cancel:()=>{i=!1},trigger:w=>{i=!0,p(w),i=!1}}:_}function _v(){const e=re(!1),t=zn();return t&&Ce(()=>{e.value=!0},t),e}function En(e){const t=_v();return k(()=>(t.value,!!e()))}function wv(e,t,n={}){const{window:r=qe,...o}=n;let s;const l=En(()=>r&&"MutationObserver"in r),a=()=>{s&&(s.disconnect(),s=void 0)},i=k(()=>{const p=ae(e),h=ir(p).map(Be).filter(av);return new Set(h)}),c=Ae(()=>i.value,p=>{a(),l.value&&p.size&&(s=new MutationObserver(t),p.forEach(h=>s.observe(h,o)))},{immediate:!0,flush:"post"}),f=()=>s==null?void 0:s.takeRecords(),d=()=>{c(),a()};return rn(d),{isSupported:l,stop:d,takeRecords:f}}function Sv(e,t,n={}){const{window:r=qe,document:o=r==null?void 0:r.document,flush:s="sync"}=n;if(!r||!o)return Je;let l;const a=f=>{l==null||l(),l=f},i=Fs(()=>{const f=Be(e);if(f){const{stop:d}=wv(o,p=>{p.map(b=>[...b.removedNodes]).flat().some(b=>b===f||b.contains(f))&&t(p)},{window:r,childList:!0,subtree:!0});a(d)}},{flush:s}),c=()=>{i(),a()};return rn(c),c}const Ev=Symbol("vueuse-ssr-width");function Cv(){const e=Ni()?lv(Ev,null):null;return typeof e=="number"?e:void 0}function Zs(e,t={}){const{window:n=qe,ssrWidth:r=Cv()}=t,o=En(()=>n&&"matchMedia"in n&&typeof n.matchMedia=="function"),s=re(typeof r=="number"),l=re(),a=re(!1),i=c=>{a.value=c.matches};return Fs(()=>{if(s.value){s.value=!o.value;const c=ae(e).split(",");a.value=c.some(f=>{const d=f.includes("not all"),p=f.match(/\(\s*min-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/),h=f.match(/\(\s*max-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/);let b=!!(p||h);return p&&b&&(b=r>=Ca(p[1])),h&&b&&(b=r<=Ca(h[1])),d?!b:b});return}o.value&&(l.value=n.matchMedia(ae(e)),a.value=l.value.matches)}),se(l,"change",i,{passive:!0}),k(()=>a.value)}function xa(e,t={}){const{controls:n=!1,navigator:r=Dc}=t,o=En(()=>r&&"permissions"in r),s=re(),l=typeof e=="string"?{name:e}:e,a=re(),i=()=>{var f,d;a.value=(d=(f=s.value)==null?void 0:f.state)!=null?d:"prompt"};se(s,"change",i,{passive:!0});const c=hv(async()=>{if(o.value){if(!s.value)try{s.value=await r.permissions.query(l)}catch{s.value=void 0}finally{i()}if(n)return ce(s.value)}});return c(),n?{state:a,isSupported:o,query:c}:a}function kv(e={}){const{navigator:t=Dc,read:n=!1,source:r,copiedDuring:o=1500,legacy:s=!1}=e,l=En(()=>t&&"clipboard"in t),a=xa("clipboard-read"),i=xa("clipboard-write"),c=k(()=>l.value||s),f=re(""),d=re(!1),p=bv(()=>d.value=!1,o,{immediate:!1});async function h(){let y=!(l.value&&S(a.value));if(!y)try{f.value=await t.clipboard.readText()}catch{y=!0}y&&(f.value=w())}c.value&&n&&se(["copy","cut"],h,{passive:!0});async function b(y=ae(r)){if(c.value&&y!=null){let m=!(l.value&&S(i.value));if(!m)try{await t.clipboard.writeText(y)}catch{m=!0}m&&_(y),f.value=y,d.value=!0,p.start()}}function _(y){const m=document.createElement("textarea");m.value=y??"",m.style.position="absolute",m.style.opacity="0",document.body.appendChild(m),m.select(),document.execCommand("copy"),m.remove()}function w(){var y,m,E;return(E=(m=(y=document==null?void 0:document.getSelection)==null?void 0:y.call(document))==null?void 0:m.toString())!=null?E:""}function S(y){return y==="granted"||y==="prompt"}return{isSupported:c,text:f,copied:d,copy:b}}const Vr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},zr="__vueuse_ssr_handlers__",xv=Tv();function Tv(){return zr in Vr||(Vr[zr]=Vr[zr]||{}),Vr[zr]}function Av(e,t){return xv[e]||t}function Pv(e){return Zs("(prefers-color-scheme: dark)",e)}function $v(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 Lv={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()}},Ta="vueuse-storage";function el(e,t,n,r={}){var o;const{flush:s="pre",deep:l=!0,listenToStorageChanges:a=!0,writeDefaults:i=!0,mergeDefaults:c=!1,shallow:f,window:d=qe,eventFilter:p,onError:h=N=>{console.error(N)},initOnMounted:b}=r,_=(f?re:oe)(typeof t=="function"?t():t),w=k(()=>ae(e));if(!n)try{n=Av("getDefaultStorage",()=>{var N;return(N=qe)==null?void 0:N.localStorage})()}catch(N){h(N)}if(!n)return _;const S=ae(t),y=$v(S),m=(o=r.serializer)!=null?o:Lv[y],{pause:E,resume:R}=mv(_,()=>x(_.value),{flush:s,deep:l,eventFilter:p});Ae(w,()=>$(),{flush:s}),d&&a&&qn(()=>{n instanceof Storage?se(d,"storage",$,{passive:!0}):se(d,Ta,D),b&&$()}),b||$();function z(N,P){if(d){const F={key:w.value,oldValue:N,newValue:P,storageArea:n};d.dispatchEvent(n instanceof Storage?new StorageEvent("storage",F):new CustomEvent(Ta,{detail:F}))}}function x(N){try{const P=n.getItem(w.value);if(N==null)z(P,null),n.removeItem(w.value);else{const F=m.write(N);P!==F&&(n.setItem(w.value,F),z(P,F))}}catch(P){h(P)}}function V(N){const P=N?N.newValue:n.getItem(w.value);if(P==null)return i&&S!=null&&n.setItem(w.value,m.write(S)),S;if(!N&&c){const F=m.read(P);return typeof c=="function"?c(F,S):y==="object"&&!Array.isArray(F)?{...S,...F}:F}else return typeof P!="string"?P:m.read(P)}function $(N){if(!(N&&N.storageArea!==n)){if(N&&N.key==null){_.value=S;return}if(!(N&&N.key!==w.value)){E();try{(N==null?void 0:N.newValue)!==m.write(_.value)&&(_.value=V(N))}catch(P){h(P)}finally{N?Sn(R):R()}}}}function D(N){$(N.detail)}return _}function Ov(e,t,n={}){const{window:r=qe,...o}=n;let s;const l=En(()=>r&&"ResizeObserver"in r),a=()=>{s&&(s.disconnect(),s=void 0)},i=k(()=>{const d=ae(e);return Array.isArray(d)?d.map(p=>Be(p)):[Be(d)]}),c=Ae(i,d=>{if(a(),l.value&&r){s=new ResizeObserver(t);for(const p of d)p&&s.observe(p,o)}},{immediate:!0,flush:"post"}),f=()=>{a(),c()};return rn(f),{isSupported:l,stop:f}}function Rv(e,t={}){const{delayEnter:n=0,delayLeave:r=0,triggerOnRemoval:o=!1,window:s=qe}=t,l=re(!1);let a;const i=c=>{const f=c?n:r;a&&(clearTimeout(a),a=void 0),f?a=setTimeout(()=>l.value=c,f):l.value=c};return s&&(se(e,"mouseenter",()=>i(!0),{passive:!0}),se(e,"mouseleave",()=>i(!1),{passive:!0}),o&&Sv(k(()=>Be(e)),()=>i(!1))),l}function Mv(e,t={width:0,height:0},n={}){const{window:r=qe,box:o="content-box"}=n,s=k(()=>{var d,p;return(p=(d=Be(e))==null?void 0:d.namespaceURI)==null?void 0:p.includes("svg")}),l=re(t.width),a=re(t.height),{stop:i}=Ov(e,([d])=>{const p=o==="border-box"?d.borderBoxSize:o==="content-box"?d.contentBoxSize:d.devicePixelContentBoxSize;if(r&&s.value){const h=Be(e);if(h){const b=h.getBoundingClientRect();l.value=b.width,a.value=b.height}}else if(p){const h=ir(p);l.value=h.reduce((b,{inlineSize:_})=>b+_,0),a.value=h.reduce((b,{blockSize:_})=>b+_,0)}else l.value=d.contentRect.width,a.value=d.contentRect.height},n);qn(()=>{const d=Be(e);d&&(l.value="offsetWidth"in d?d.offsetWidth:t.width,a.value="offsetHeight"in d?d.offsetHeight:t.height)});const c=Ae(()=>Be(e),d=>{l.value=d?t.width:0,a.value=d?t.height:0});function f(){i(),c()}return{width:l,height:a,stop:f}}const Aa=["fullscreenchange","webkitfullscreenchange","webkitendfullscreen","mozfullscreenchange","MSFullscreenChange"];function Co(e,t={}){const{document:n=Xs,autoExit:r=!1}=t,o=k(()=>{var y;return(y=Be(e))!=null?y:n==null?void 0:n.documentElement}),s=re(!1),l=k(()=>["requestFullscreen","webkitRequestFullscreen","webkitEnterFullscreen","webkitEnterFullScreen","webkitRequestFullScreen","mozRequestFullScreen","msRequestFullscreen"].find(y=>n&&y in n||o.value&&y in o.value)),a=k(()=>["exitFullscreen","webkitExitFullscreen","webkitExitFullScreen","webkitCancelFullScreen","mozCancelFullScreen","msExitFullscreen"].find(y=>n&&y in n||o.value&&y in o.value)),i=k(()=>["fullScreen","webkitIsFullScreen","webkitDisplayingFullscreen","mozFullScreen","msFullscreenElement"].find(y=>n&&y in n||o.value&&y in o.value)),c=["fullscreenElement","webkitFullscreenElement","mozFullScreenElement","msFullscreenElement"].find(y=>n&&y in n),f=En(()=>o.value&&n&&l.value!==void 0&&a.value!==void 0&&i.value!==void 0),d=()=>c?(n==null?void 0:n[c])===o.value:!1,p=()=>{if(i.value){if(n&&n[i.value]!=null)return n[i.value];{const y=o.value;if((y==null?void 0:y[i.value])!=null)return!!y[i.value]}}return!1};async function h(){if(!(!f.value||!s.value)){if(a.value)if((n==null?void 0:n[a.value])!=null)await n[a.value]();else{const y=o.value;(y==null?void 0:y[a.value])!=null&&await y[a.value]()}s.value=!1}}async function b(){if(!f.value||s.value)return;p()&&await h();const y=o.value;l.value&&(y==null?void 0:y[l.value])!=null&&(await y[l.value](),s.value=!0)}async function _(){await(s.value?h():b())}const w=()=>{const y=p();(!y||y&&d())&&(s.value=y)},S={capture:!1,passive:!0};return se(n,Aa,w,S),se(()=>Be(o),Aa,w,S),r&&rn(h),{isSupported:f,isFullscreen:s,enter:b,exit:h,toggle:_}}function Ko(e){return typeof Window<"u"&&e instanceof Window?e.document.documentElement:typeof Document<"u"&&e instanceof Document?e.documentElement:e}const Pa=1;function Iv(e,t={}){const{throttle:n=0,idle:r=200,onStop:o=Je,onScroll:s=Je,offset:l={left:0,right:0,top:0,bottom:0},eventListenerOptions:a={capture:!1,passive:!0},behavior:i="auto",window:c=qe,onError:f=x=>{console.error(x)}}=t,d=re(0),p=re(0),h=k({get(){return d.value},set(x){_(x,void 0)}}),b=k({get(){return p.value},set(x){_(void 0,x)}});function _(x,V){var $,D,N,P;if(!c)return;const F=ae(e);if(!F)return;(N=F instanceof Document?c.document.body:F)==null||N.scrollTo({top:($=ae(V))!=null?$:b.value,left:(D=ae(x))!=null?D:h.value,behavior:ae(i)});const le=((P=F==null?void 0:F.document)==null?void 0:P.documentElement)||(F==null?void 0:F.documentElement)||F;h!=null&&(d.value=le.scrollLeft),b!=null&&(p.value=le.scrollTop)}const w=re(!1),S=Xt({left:!0,right:!1,top:!0,bottom:!1}),y=Xt({left:!1,right:!1,top:!1,bottom:!1}),m=x=>{w.value&&(w.value=!1,y.left=!1,y.right=!1,y.top=!1,y.bottom=!1,o(x))},E=Qs(m,n+r),R=x=>{var V;if(!c)return;const $=((V=x==null?void 0:x.document)==null?void 0:V.documentElement)||(x==null?void 0:x.documentElement)||Be(x),{display:D,flexDirection:N,direction:P}=getComputedStyle($),F=P==="rtl"?-1:1,le=$.scrollLeft;y.left=le<d.value,y.right=le>d.value;const he=Math.abs(le*F)<=(l.left||0),G=Math.abs(le*F)+$.clientWidth>=$.scrollWidth-(l.right||0)-Pa;D==="flex"&&N==="row-reverse"?(S.left=G,S.right=he):(S.left=he,S.right=G),d.value=le;let X=$.scrollTop;x===c.document&&!X&&(X=c.document.body.scrollTop),y.top=X<p.value,y.bottom=X>p.value;const K=Math.abs(X)<=(l.top||0),ke=Math.abs(X)+$.clientHeight>=$.scrollHeight-(l.bottom||0)-Pa;D==="flex"&&N==="column-reverse"?(S.top=ke,S.bottom=K):(S.top=K,S.bottom=ke),p.value=X},z=x=>{var V;if(!c)return;const $=(V=x.target.documentElement)!=null?V:x.target;R($),w.value=!0,E(x),s(x)};return se(e,"scroll",n?Nc(z,n,!0,!1):z,a),qn(()=>{try{const x=ae(e);if(!x)return;R(x)}catch(x){f(x)}}),se(e,"scrollend",m,a),{x:h,y:b,isScrolling:w,arrivedState:S,directions:y,measure(){const x=ae(e);c&&x&&R(x)}}}function Nv(e,t,n={}){const{window:r=qe}=n;return el(e,t,r==null?void 0:r.localStorage,n)}function Dv(e={}){const{window:t=qe}=e;if(!t)return oe(["en"]);const n=t.navigator,r=oe(n.languages);return se(t,"languagechange",()=>{r.value=n.languages},{passive:!0}),r}function Hv(e,t=Je,n={}){const{immediate:r=!0,manual:o=!1,type:s="text/javascript",async:l=!0,crossOrigin:a,referrerPolicy:i,noModule:c,defer:f,document:d=Xs,attrs:p={}}=n,h=re(null);let b=null;const _=y=>new Promise((m,E)=>{const R=$=>(h.value=$,m($),$);if(!d){m(!1);return}let z=!1,x=d.querySelector(`script[src="${ae(e)}"]`);x?x.hasAttribute("data-loaded")&&R(x):(x=d.createElement("script"),x.type=s,x.async=l,x.src=ae(e),f&&(x.defer=f),a&&(x.crossOrigin=a),c&&(x.noModule=c),i&&(x.referrerPolicy=i),Object.entries(p).forEach(([$,D])=>x==null?void 0:x.setAttribute($,D)),z=!0);const V={passive:!0};se(x,"error",$=>E($),V),se(x,"abort",$=>E($),V),se(x,"load",()=>{x.setAttribute("data-loaded","true"),t(x),R(x)},V),z&&(x=d.head.appendChild(x)),y||R(x)}),w=(y=!0)=>(b||(b=_(y)),b),S=()=>{if(!d)return;b=null,h.value&&(h.value=null);const y=d.querySelector(`script[src="${ae(e)}"]`);y&&d.head.removeChild(y)};return r&&!o&&qn(w),o||gv(S),{scriptTag:h,load:w,unload:S}}function Hc(e){const t=window.getComputedStyle(e);if(t.overflowX==="scroll"||t.overflowY==="scroll"||t.overflowX==="auto"&&e.clientWidth<e.scrollWidth||t.overflowY==="auto"&&e.clientHeight<e.scrollHeight)return!0;{const n=e.parentNode;return!n||n.tagName==="BODY"?!1:Hc(n)}}function jv(e){const t=e||window.event,n=t.target;return Hc(n)?!1:t.touches.length>1?!0:(t.preventDefault&&t.preventDefault(),!1)}const Go=new WeakMap;function ko(e,t=!1){const n=re(t);let r=null,o="";Ae(Ic(e),a=>{const i=Ko(ae(a));if(i){const c=i;if(Go.get(c)||Go.set(c,c.style.overflow),c.style.overflow!=="hidden"&&(o=c.style.overflow),c.style.overflow==="hidden")return n.value=!0;if(n.value)return c.style.overflow="hidden"}},{immediate:!0});const s=()=>{const a=Ko(ae(e));!a||n.value||(ms&&(r=se(a,"touchmove",i=>{jv(i)},{passive:!1})),a.style.overflow="hidden",n.value=!0)},l=()=>{const a=Ko(ae(e));!a||!n.value||(ms&&(r==null||r()),a.style.overflow=o,Go.delete(a),n.value=!1)};return rn(l),k({get(){return n.value},set(a){a?s():l()}})}function Fv(e,t,n={}){const{window:r=qe}=n;return el(e,t,r==null?void 0:r.sessionStorage,n)}let Bv=0;function Vv(e,t={}){const n=re(!1),{document:r=Xs,immediate:o=!0,manual:s=!1,id:l=`vueuse_styletag_${++Bv}`}=t,a=re(e);let i=()=>{};const c=()=>{if(!r)return;const d=r.getElementById(l)||r.createElement("style");d.isConnected||(d.id=l,t.media&&(d.media=t.media),r.head.appendChild(d)),!n.value&&(i=Ae(a,p=>{d.textContent=p},{immediate:!0}),n.value=!0)},f=()=>{!r||!n.value||(i(),r.head.removeChild(r.getElementById(l)),n.value=!1)};return o&&!s&&qn(c),s||rn(f),{id:l,css:a,unload:f,load:c,isLoaded:wn(n)}}function zv(e={}){const{window:t=qe,...n}=e;return Iv(t,n)}function Wv(e={}){const{window:t=qe,initialWidth:n=Number.POSITIVE_INFINITY,initialHeight:r=Number.POSITIVE_INFINITY,listenOrientation:o=!0,includeScrollbar:s=!0,type:l="inner"}=e,a=re(n),i=re(r),c=()=>{if(t)if(l==="outer")a.value=t.outerWidth,i.value=t.outerHeight;else if(l==="visual"&&t.visualViewport){const{width:d,height:p,scale:h}=t.visualViewport;a.value=Math.round(d*h),i.value=Math.round(p*h)}else s?(a.value=t.innerWidth,i.value=t.innerHeight):(a.value=t.document.documentElement.clientWidth,i.value=t.document.documentElement.clientHeight)};c(),qn(c);const f={passive:!0};if(se("resize",c,f),t&&l==="visual"&&t.visualViewport&&se(t.visualViewport,"resize",c,f),o){const d=Zs("(orientation: portrait)");Ae(d,()=>c())}return{width:a,height:i}}const Uv=e=>[/\((ipad);[-\w),; ]+apple/i,/applecoremedia\/[\w.]+ \((ipad)/i,/\b(ipad)\d\d?,\d\d?[;\]].+ios/i].some(t=>t.test(e)),qv=e=>[/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i,/cfnetwork\/.+darwin/i].some(t=>t.test(e)),Kv=e=>[/(mac os x) ?([\w. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+haiku)/i].some(t=>t.test(e)),jc=[...new Array(6)].map((e,t)=>`[vp-content] h${t+1}`).join(","),Gv=(e,t=2)=>{if(t===!1)return[];const[n,r]=typeof t=="number"?[t,t]:t==="deep"?[2,6]:t,o=e.filter(l=>l.level>=n&&l.level<=r),s=[];e:for(let l=0;l<o.length;l++){const a=o[l];if(l===0)s.push(a);else{for(let i=l-1;i>=0;i--){const c=o[i];if(c.level<a.level){c.children.push(a);continue e}}s.push(a)}}return s},Yv=(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()},Jv=(e=jc,t=[])=>Array.from(document.querySelectorAll(e)).filter(n=>n.id&&n.hasChildNodes()).map(n=>({element:n,title:Yv(n,t),link:`#${n.id}`,slug:n.id,level:Number(n.tagName[1]),children:[]})),Qv=({selector:e=jc,levels:t=2,ignore:n=[]}={})=>Gv(Jv(e,n),t),Xv=e=>e instanceof Element?document.activeElement===e&&(["TEXTAREA","SELECT","INPUT"].includes(e.tagName)||e.hasAttribute("contenteditable")):!1,Zv=(e,t)=>t.some(n=>{if(Pe(n))return n===e.key;const{key:r,ctrl:o=!1,shift:s=!1,alt:l=!1}=n;return r===e.key&&o===e.ctrlKey&&s===e.shiftKey&&l===e.altKey}),_t=(e,t)=>{var r;const n=(r=(t==null?void 0:t._instance)??zn())==null?void 0:r.appContext.components;return n?e in n||et(e)in n||Sr(et(e))in n:!1},em=(e={})=>{const t=oe([]);return Vt(n=>{t.value=n==="beforeUnmount"?[]:Qv(ae(e))}),t},$t=e=>{const t=Pt();return k(()=>ae(e)[t.value]??{})},tm=(e,t)=>{se("keydown",r=>{const o=ae(e);o!=null&&o.length&&Zv(r,o)&&!Xv(r.target)&&(r.preventDefault(),t())})},Fc=e=>typeof e<"u",Jr=e=>typeof e=="number",{isArray:io}=Array,br=(e,t)=>Pe(e)&&e.startsWith(t),nm=(e,t)=>Pe(e)&&e.endsWith(t),{entries:Bc}=Object,{keys:tl}=Object,{values:rm}=Object,om=e=>{if(e){if(typeof e=="number")return new Date(e);const t=Date.parse(e.toString());if(!Number.isNaN(t))return new Date(t)}return null},nl=e=>br(e,"/")&&e[1]!=="/";var $a={"/":{contributors:"Mitwirkende",changelog:"Aenderungen",timeOn:"am",viewChangelog:"Alle Aenderungen anzeigen",latestUpdateAt:"Zuletzt aktualisiert:"}};const sm=typeof $a>"u"?{}:$a,lm=()=>$t(sm),am=({level:e=2,text:t,anchor:n})=>u(`h${e||2}`,{id:n,tabindex:"-1"},u("a",{href:`#${n}`,class:"header-anchor"},u("span",t))),im=U({name:"Contributors",props:{title:String,headerLevel:{type:Number,default:2}},setup(e){const t=lm(),n=_e(),r=pt(),o=k(()=>{var l;return n.value.contributors===!1?[]:((l=r.value.git)==null?void 0:l.contributors)??[]}),s=({item:{name:l,url:a,avatar:i}})=>u(a?"a":"span",{href:a,target:"_blank",rel:"noreferrer",class:"contributor"},[i?u("img",{src:i,alt:l,class:"avatar"}):null,u("span",{class:"name"},l)]);return()=>o.value.length?[u(am,{level:e.headerLevel,anchor:"doc-contributors",text:e.title||t.value.contributors}),u("div",{class:"vp-contributors"},o.value.map(l=>u(s,{item:l,key:l.name+l.email})))]:null}}),cm={enhance:({app:e})=>{e.component("GitContributors",im)}},um=Object.freeze(Object.defineProperty({__proto__:null,default:cm},Symbol.toStringTag,{value:"Module"})),fm=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"})),dm=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"})),pm=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"})),hm=St({setup(){se("beforeprint",()=>{document.querySelectorAll("details").forEach(e=>{e.open=!0})})}}),vm=Object.freeze(Object.defineProperty({__proto__:null,default:hm},Symbol.toStringTag,{value:"Module"})),mm=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"})),gm=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"})),bm=JSON.parse('{"encrypt":{},"logo":"/it4c-logo2-clean-bg_alpha-128x128.png","docsRepo":"https://github.com/IT4Change/IT4C.dev","docsBranch":"master","docsDir":"docs","editLink":true,"lastUpdated":false,"contributors":false,"print":false,"displayFooter":true,"pageInfo":false,"footer":"CC BY IT4C.dev & Autoren - <a href=\\"/impressum.html\\">Impressum</a>","locales":{"/":{"lang":"de-DE","navbarLocales":{"langName":"Deutsch","selectLangAriaLabel":"Sprache wählen"},"metaLocales":{"author":"Autor","date":"Datum","origin":"Original","views":"Besucher","category":"Kategorie","tag":"Tag","readingTime":"Lesezeit","words":"Wörter","toc":"Auf dieser Seite","prev":"Vorherige","next":"Nächste","lastUpdated":"Zuletzt geändert","contributors":"Mitwirkende","editLink":"Diese Seite barbeiten","print":"Drucken"},"outlookLocales":{"themeColor":"Design-Farbe","darkmode":"Design-Modus","fullscreen":"Vollbild"},"routeLocales":{"skipToContent":"Zum Hauptinhalt springen","notFoundTitle":"Seite nicht gefunden","notFoundMsg":["Hier gibt es nichts.","Wie sind wir hier hergekommen?","Das ist wohl eine Vier-Null-Vier.","Sieht aus als hättest du einen kaputten Link gefunden."],"back":"Zurück","home":"Zur Startseite"},"navbar":[{"text":"IT4C","link":"/"},{"text":"Kontakt","link":"/kontakt"},{"text":"Github","link":"https://github.com/IT4Change"}],"sidebar":[{"text":"Startseite","link":"/","collapsible":false},{"text":"IT4C","link":"/it4c","collapsible":false,"children":["/historie","/kontakt"]},{"text":"Projekte","collapsible":false,"children":[{"text":"DEMOCRACY App","link":"/projekte/democracy.app"},{"text":"Ocelot.Social","link":"/projekte/ocelot.social"},{"text":"Gradido Software","link":"/projekte/gradido"},{"text":"Utopia Map","link":"/projekte/utopia.map"}]},{"text":"Team","collapsible":false,"children":["/team/alexander-friedland","/team/hannes-heine",{"link":"/team/mathias-lenz","text":"Mathias Lenz"},"/team/maximilian-harz","/team/moriz-wahl","/team/sebastian-stein","/team/ulf-gebhardt","/team/wolfgang-huss"]}]}}}'),ym=oe(bm),Vc=()=>ym,zc=Symbol(""),_m=()=>{const e=Ne(zc);if(!e)throw new Error("useThemeLocaleData() is called without provider.");return e},wm=(e,t)=>{const{locales:n,...r}=e;return{...r,...n==null?void 0:n[t]}},Sm=St({enhance({app:e}){const t=Vc(),n=e._context.provides[Ks],r=k(()=>wm(t.value,n.routeLocale.value));e.provide(zc,r),Object.defineProperties(e.config.globalProperties,{$theme:{get(){return t.value}},$themeLocale:{get(){return r.value}}})}}),Em=Object.freeze(Object.defineProperty({__proto__:null,default:Sm},Symbol.toStringTag,{value:"Module"}));var Cm={"/":{backToTop:"Zurück nach oben."}};const km=U({name:"BackToTop",setup(){const e=_e(),t=$t(Cm),n=re(),{height:r}=Mv(n),{height:o}=Wv(),{y:s}=zv(),l=k(()=>e.value.backToTop!==!1&&s.value>100),a=k(()=>s.value/(r.value-o.value)*100);return Ce(()=>{n.value=document.body}),()=>u(Fn,{name:"back-to-top"},()=>l.value?u("button",{type:"button",class:"vp-back-to-top-button","aria-label":t.value.backToTop,onClick:()=>{window.scrollTo({top:0,behavior:"smooth"})}},[u("span",{class:"vp-scroll-progress",role:"progressbar","aria-labelledby":"loadinglabel","aria-valuenow":a.value},u("svg",u("circle",{cx:"26",cy:"26",r:"24",fill:"none",stroke:"currentColor","stroke-width":"4","stroke-dasharray":`${Math.PI*a.value*.48} ${Math.PI*(100-a.value)*.48}`}))),u("div",{class:"back-to-top-icon"})]):null)}}),xm=St({rootComponents:[km]}),Tm=Object.freeze(Object.defineProperty({__proto__:null,default:xm},Symbol.toStringTag,{value:"Module"})),Am=/language-(shellscript|shell|bash|sh|zsh)/,Pm=({duration:e=2e3,locales:t,selector:n,showInMobile:r,ignoreSelector:o=[],transform:s})=>{const l=Zs("(max-width: 419px)"),a=k(()=>!l.value||r),i=$t(t),c=b=>{var w;if(b.hasAttribute("copy-code"))return;const _=document.createElement("button");_.type="button",_.classList.add("vp-copy-code-button"),_.setAttribute("aria-label",i.value.copy),_.setAttribute("data-copied",i.value.copied),(w=b.parentElement)==null||w.insertBefore(_,b),b.setAttribute("copy-code","")},f=()=>{document.body.classList.toggle("no-copy-code",!a.value),a.value&&document.querySelectorAll(n.join(",")).forEach(c)};lt(a,f,{flush:"post"}),Vt(b=>{b!=="beforeUnmount"&&f()});const{copy:d}=kv({legacy:!0}),p=new WeakMap,h=async(b,_,w)=>{const S=_.cloneNode(!0);o.length&&S.querySelectorAll(o.join(",")).forEach(E=>{E.remove()}),s&&s(S);let y=S.textContent||"";if(Am.test(b.className)&&(y=y.replace(/^ *(\$|>) /gm,"")),await d(y),e<=0)return;w.classList.add("copied"),clearTimeout(p.get(w));const m=setTimeout(()=>{w.classList.remove("copied"),w.blur(),p.delete(w)},e);p.set(w,m)};se("click",b=>{const _=b.target;if(a.value&&_.matches('div[class*="language-"] > button.vp-copy-code-button')){const w=_.parentElement,S=_.nextElementSibling;if(!w||!S)return;h(w,S,_)}})};var $m=[],Lm={"/":{copy:"Kopiere den Code.",copied:"Kopiert"}},Om=['[vp-content] div[class*="language-"] pre'];const Rm=St({setup:()=>{Pm({selector:Om,ignoreSelector:$m,locales:Lm,duration:2e3,showInMobile:!1})}}),Mm=Object.freeze(Object.defineProperty({__proto__:null,default:Rm},Symbol.toStringTag,{value:"Module"})),Im=U({name:"VPIcon",props:{type:{type:String,default:"unknown"},prefix:String,icon:String,color:String,size:[String,Number],verticalAlign:String,sizing:{type:String,default:"height"}},setup(e){const t=k(()=>e.icon?Pr(e.icon)?e.icon:nl(e.icon)?Fe(e.icon):null:null),n=k(()=>{const o={},s={},{type:l,verticalAlign:a,size:i,sizing:c}=e;return e.color&&(s.color=e.color),i&&(s["--icon-size"]=Number.isNaN(Number(i))?i:`${i}px`),a&&(s["--icon-vertical-align"]=a),l==="iconify"&&(c!=="height"&&(o.width=e.size||"1em"),c!=="width"&&(o.height=e.size||"1em")),e.sizing&&(o.sizing=e.sizing),tl(s).length&&(o.style=s),o}),r=o=>o.includes("fa-")||/^fa.$/.test(o)?o:`fa-${o}`;return()=>{const{type:o,icon:s,prefix:l="",sizing:a}=e;if(!s)return null;if(t.value)return u("img",{class:"vp-icon",src:t.value,alt:"","aria-hidden":"","no-view":"",...n.value});if(o==="iconify")return u("iconify-icon",{key:s,class:"vp-icon",icon:s.includes(":")?s:`${l}${s}`,...n.value});if(o==="fontawesome"){const[i,c]=s.includes(":")?s.split(":",2):["fas",s];return u("i",{key:s,class:["vp-icon",i.length===1?`fa${i}`:r(i),...c.split(" ").map(r),a==="height"?"":"fa-fw"],...n.value})}return u("i",{key:s,class:["vp-icon",s.includes(" ")?s:`${l}${s}`],...n.value})}}}),Nm={enhance:({app:e})=>{_t("VPIcon")||e.component("VPIcon",t=>u(Im,{type:"iconify",prefix:"",...t}))},setup:()=>{Hv("https://cdn.jsdelivr.net/npm/iconify-icon@2")}},Dm=Object.freeze(Object.defineProperty({__proto__:null,default:Nm},Symbol.toStringTag,{value:"Module"})),Hm=oe({}),Wc=Symbol(""),jm=()=>Ne(Wc),Fm=e=>{e.provide(Wc,Hm)},Uc=e=>new Promise((t,n)=>{e.complete?t({type:"image",element:e,src:e.src,width:e.naturalWidth,height:e.naturalHeight,alt:e.alt,msrc:e.src}):(e.onload=()=>{t(Uc(e))},e.onerror=()=>{n()})}),Bm='<div class="photo-swipe-loading"><svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" preserveAspectRatio="xMidYMid" viewBox="25 25 50 50"><animateTransform attributeName="transform" type="rotate" dur="2s" keyTimes="0;1" repeatCount="indefinite" values="0;360"></animateTransform><circle cx="50" cy="50" r="20" fill="none" stroke="currentColor" stroke-width="4" stroke-linecap="round"><animate attributeName="stroke-dasharray" dur="1.5s" keyTimes="0;0.5;1" repeatCount="indefinite" values="1,200;90,200;1,200"></animate><animate attributeName="stroke-dashoffset" dur="1.5s" keyTimes="0;0.5;1" repeatCount="indefinite" values="0;-35px;-125px"></animate></circle></svg></div>',Vm=(e,{download:t=!0,fullscreen:n=!0}={})=>{e.on("uiRegister",()=>{if(e.ui.registerElement({name:"bulletsIndicator",className:"photo-swipe-bullets-indicator",appendTo:"wrapper",onInit:r=>{const o=[];let s=-1;for(let l=0;l<e.getNumItems();l++){const a=document.createElement("div");a.className="photo-swipe-bullet",a.onclick=i=>{e.goTo(o.indexOf(i.target))},o.push(a),r.appendChild(a)}e.on("change",()=>{s>=0&&o[s].classList.remove("active"),o[e.currIndex].classList.add("active"),s=e.currIndex})}}),n){const{isSupported:r,toggle:o}=Co();r.value&&e.ui.registerElement({name:"fullscreen",order:7,isButton:!0,html:'<svg class="pswp__icn" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg"><path d="M249.5 270.833H437v-75H212a37.5 37.5 0 0 0-37.5 37.5v225h75v-187.5zm-37.5 600h225v-75H249.5v-187.5h-75v225a37.5 37.5 0 0 0 37.5 37.5zm637.5-37.5v-225h-75v187.5H587v75h225a37.5 37.5 0 0 0 37.5-37.5zM587 270.833h187.5v187.5h75v-225a37.5 37.5 0 0 0-37.5-37.5H587v75z"/></svg>',onClick:()=>{o()}})}t&&e.ui.registerElement({name:"download",order:8,isButton:!0,tagName:"a",html:{isCustomSVG:!0,inner:'<path d="M20.5 14.3 17.1 18V10h-2.2v7.9l-3.4-3.6L10 16l6 6.1 6-6.1-1.5-1.6ZM23 23H9v2h14" id="pswp__icn-download"/>',outlineID:"pswp__icn-download"},onInit:r=>{r.setAttribute("download",""),r.setAttribute("target","_blank"),r.setAttribute("rel","noopener"),e.on("change",()=>{r.setAttribute("href",e.currSlide.data.src)})}})})},zm=({selector:e,locales:t,download:n=!0,fullscreen:r=!0,scrollToClose:o=!0})=>{const s=jm(),l=$t(t),a=_e(),i=k(()=>{const{photoSwipe:b}=a.value;return b===!1?null:Pe(b)?b:io(e)?e.join(", "):e}),c=k(()=>({...s.value,...l.value,download:n,fullscreen:r,scrollToClose:o}));let f=null,d=0,p=null;const h=async b=>{const _=b.target;if(!i.value||!f||!_.matches(i.value))return;d!==0&&p.destroy();const w=Date.now(),S=await f,y=Array.from(document.querySelectorAll(i.value)),m=y.map(R=>({html:Bm,element:R,msrc:R.src})),E=y.findIndex(R=>R===_);p=new S({preloaderDelay:0,showHideAnimationType:"zoom",...c,dataSource:m,index:E,...o?{closeOnVerticalDrag:!0,wheelToZoom:!1}:{}}),d=w,Vm(p,{download:n,fullscreen:r}),p.init(),p.on("destroy",()=>{p=null,d=0}),y.map((R,z)=>Uc(R).then(x=>{d===w&&(m.splice(z,1,x),p==null||p.refreshSlideContent(z))}))};Ce(()=>{const b="requestIdleCallback"in window?window.requestIdleCallback:setTimeout;se("click",h),se("wheel",()=>{c.value.scrollToClose&&(p==null||p.close())}),b(()=>{f=xe(async()=>{const{default:_}=await import("./photoswipe.esm-DXWKOczD.js");return{default:_}},[]).then(({default:_})=>_)})}),Bt(()=>{p==null||p.destroy()})};var Wm={"/":{closeTitle:"Schließen",downloadTitle:"Download",fullscreenTitle:"Vollbild aktivieren",zoomTitle:"Rein / rauszoomen",arrowPrevTitle:"Zurück (Pfeil links)",arrowNextTitle:"Weiter (Pfeil rechts)"}};const Um="[vp-content] :not(a) > img:not([no-view])",qm=Wm,Km=!0,Gm=!0,Ym=!0;var Jm=St({enhance:({app:e})=>{Fm(e)},setup:()=>{zm({selector:Um,locales:qm,download:Km,fullscreen:Gm,scrollToClose:Ym})}});const Qm=Object.freeze(Object.defineProperty({__proto__:null,default:Jm},Symbol.toStringTag,{value:"Module"})),qc=({type:e="info",text:t="",vertical:n,color:r,bgColor:o},{slots:s})=>{var l;return u("span",{class:["vp-badge",e,{diy:!!(r||o)}],style:{backgroundColor:o??!1,color:r??!1,verticalAlign:n??!1}},((l=s.default)==null?void 0:l.call(s))??t)};qc.displayName="Badge";const Xm={enhance:({app:e})=>{_t("Badge")||e.component("Badge",qc)},setup:()=>{},rootComponents:[]},Zm=Object.freeze(Object.defineProperty({__proto__:null,default:Xm},Symbol.toStringTag,{value:"Module"})),La=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},eg=({headerLinkSelector:e,headerAnchorSelector:t,delay:n,offset:r=5})=>{const o=Wn();se("scroll",Qs(()=>{var b,_;const l=Math.max(window.scrollY,document.documentElement.scrollTop,document.body.scrollTop);if(Math.abs(l-0)<r){La(o,"");return}const i=window.innerHeight+l,c=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight),f=Math.abs(c-i)<r,d=Array.from(document.querySelectorAll(e)),h=Array.from(document.querySelectorAll(t)).filter(w=>d.some(S=>S.hash===w.hash));for(let w=0;w<h.length;w++){const S=h[w],y=h[w+1],m=l>=(((b=S.parentElement)==null?void 0:b.offsetTop)??0)-r,E=!y||l<(((_=y.parentElement)==null?void 0:_.offsetTop)??0)-r;if(!(m&&E))continue;const z=decodeURIComponent(o.currentRoute.value.hash),x=decodeURIComponent(S.hash);if(z===x)return;if(f){for(let V=w+1;V<h.length;V++)if(z===decodeURIComponent(h[V].hash))return}La(o,x);return}},n))},tg=".vp-sidebar-link, .vp-toc-link",ng=".header-anchor",rg=200,og=5,sg=St({setup(){eg({headerLinkSelector:tg,headerAnchorSelector:ng,delay:rg,offset:og})}}),lg=Object.freeze(Object.defineProperty({__proto__:null,default:sg},Symbol.toStringTag,{value:"Module"}));let Kc=e=>Pe(e.title)?{title:e.title}:null;const Gc=Symbol(""),ag=e=>{Kc=e},ig=()=>Ne(Gc),cg=e=>{e.provide(Gc,Kc)};var ug={"/":{title:"Katalog",empty:"Kein Katalog"}},fg=U({name:"Catalog",props:{base:String,level:{type:Number,default:3},index:Boolean,hideHeading:Boolean},setup(e){const t=ig(),n=$t(ug),r=pt(),o=Uh(),s=Pc(),l=re(Bc(o.value).map(([i,{meta:c}])=>{const f=t(c);if(!f)return null;const d=i.split("/").length;return{level:nm(i,"/")?d-2:d-1,base:i.replace(/\/[^/]+\/?$/,"/"),path:i,...f}}).filter(i=>_o(i)&&Pe(i.title))),a=k(()=>{const i=e.base?Mp(hc(e.base)):r.value.path.replace(/\/[^/]+$/,"/"),c=i.split("/").length-2,f=[];return l.value.filter(({level:d,path:p})=>{if(!br(p,i)||p===i)return!1;if(i==="/"){const h=tl(s.value.locales).filter(b=>b!=="/");if(p==="/404.html"||h.some(b=>br(p,b)))return!1}return d-c<=e.level}).sort(({title:d,level:p,order:h},{title:b,level:_,order:w})=>p-_||(Jr(h)?Jr(w)?h>0?w>0?h-w:-1:w<0?h-w:1:h:Jr(w)?w:d.localeCompare(b))).forEach(d=>{var b;const{base:p,level:h}=d;switch(h-c){case 1:{f.push(d);break}case 2:{const _=f.find(w=>w.path===p);_&&(_.children??(_.children=[])).push(d);break}default:{const _=f.find(w=>w.path===p.replace(/\/[^/]+\/$/,"/"));if(_){const w=(b=_.children)==null?void 0:b.find(S=>S.path===p);w&&(w.children??(w.children=[])).push(d)}}}}),f});return()=>{const i=a.value.some(c=>c.children);return u("div",{class:["vp-catalog",{index:e.index}]},[e.hideHeading?null:u("h2",{class:"vp-catalog-main-title"},n.value.title),a.value.length?u(e.index?"ol":"ul",{class:["vp-catalog-list",{deep:i}]},a.value.map(({children:c=[],title:f,path:d,content:p})=>{const h=u(mt,{class:"vp-catalog-title",to:d},()=>p?u(p):f);return u("li",{class:"vp-catalog-item"},i?[u("h3",{id:f,class:["vp-catalog-child-title",{"has-children":c.length}]},[u("a",{href:`#${f}`,class:"vp-catalog-header-anchor","aria-hidden":!0},"#"),h]),c.length?u(e.index?"ol":"ul",{class:"vp-child-catalogs"},c.map(({children:b=[],content:_,path:w,title:S})=>u("li",{class:"vp-child-catalog"},[u("div",{class:["vp-catalog-sub-title",{"has-children":b.length}]},[u("a",{href:`#${S}`,class:"vp-catalog-header-anchor"},"#"),u(mt,{class:"vp-catalog-title",to:w},()=>_?u(_):S)]),b.length?u(e.index?"ol":"div",{class:e.index?"vp-sub-catalogs":"vp-sub-catalogs-wrapper"},b.map(({content:y,path:m,title:E})=>e.index?u("li",{class:"vp-sub-catalog"},u(mt,{to:m},()=>y?u(y):E)):u(mt,{class:"vp-sub-catalog-link",to:m},()=>y?u(y):E))):null]))):null]:u("div",{class:"vp-catalog-child-title"},h))})):u("p",{class:"vp-empty-catalog"},n.value.empty)])}}}),dg=St({enhance:({app:e})=>{cg(e),_t("Catalog",e)||e.component("Catalog",fg)}});const pg=Object.freeze(Object.defineProperty({__proto__:null,default:dg},Symbol.toStringTag,{value:"Module"}));/**
|
|
* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress
|
|
* @license MIT
|
|
*/const Oa=(e,t)=>{e.classList.add(t)},Ra=(e,t)=>{e.classList.remove(t)},hg=e=>{var t;(t=e==null?void 0:e.parentNode)==null||t.removeChild(e)},Yo=(e,t,n)=>e<t?t:e>n?n:e,Ma=e=>(-1+e)*100,vg=(()=>{const e=[],t=()=>{const n=e.shift();n&&n(t)};return n=>{e.push(n),e.length===1&&t()}})(),mg=e=>e.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,(t,n)=>n.toUpperCase()),Wr=(()=>{const e=["Webkit","O","Moz","ms"],t={},n=s=>{const{style:l}=document.body;if(s in l)return s;const a=s.charAt(0).toUpperCase()+s.slice(1);let i=e.length;for(;i--;){const c=`${e[i]}${a}`;if(c in l)return c}return s},r=s=>{const l=mg(s);return t[l]??(t[l]=n(l))},o=(s,l,a)=>{s.style[r(l)]=a};return(s,l)=>{for(const a in l){const i=l[a];Object.hasOwn(l,a)&&Fc(i)&&o(s,a,i)}}})(),Rt={minimum:.08,easing:"ease",speed:200,trickleRate:.02,trickleSpeed:800,barSelector:'[role="bar"]',parent:"body",template:'<div class="bar" role="bar"></div>'},Te={percent:null,isRendered:()=>!!document.getElementById("nprogress"),set:e=>{const{speed:t,easing:n}=Rt,r=Te.isStarted(),o=Yo(e,Rt.minimum,1);Te.percent=o===1?null:o;const s=Te.render(!r),l=s.querySelector(Rt.barSelector);return s.offsetWidth,vg(a=>{Wr(l,{transform:`translate3d(${Ma(o)}%,0,0)`,transition:`all ${t}ms ${n}`}),o===1?(Wr(s,{transition:"none",opacity:"1"}),s.offsetWidth,setTimeout(()=>{Wr(s,{transition:`all ${t}ms linear`,opacity:"0"}),setTimeout(()=>{Te.remove(),a()},t)},t)):setTimeout(()=>{a()},t)}),Te},isStarted:()=>typeof Te.percent=="number",start:()=>{Te.percent||Te.set(0);const e=()=>{setTimeout(()=>{Te.percent&&(Te.trickle(),e())},Rt.trickleSpeed)};return e(),Te},done:e=>!e&&!Te.percent?Te:Te.increase(.3+.5*Math.random()).set(1),increase:e=>{let{percent:t}=Te;return t?(t=Yo(t+(typeof e=="number"?e:(1-t)*Yo(Math.random()*t,.1,.95)),0,.994),Te.set(t)):Te.start()},trickle:()=>Te.increase(Math.random()*Rt.trickleRate),render:e=>{if(Te.isRendered())return document.getElementById("nprogress");Oa(document.documentElement,"nprogress-busy");const t=document.createElement("div");t.id="nprogress",t.innerHTML=Rt.template;const n=t.querySelector(Rt.barSelector),r=document.querySelector(Rt.parent),o=e?"-100":Ma(Te.percent??0);return Wr(n,{transition:"all 0 linear",transform:`translate3d(${o}%,0,0)`}),r&&(r!==document.body&&Oa(r,"nprogress-custom-parent"),r.appendChild(t)),t},remove:()=>{Ra(document.documentElement,"nprogress-busy"),Ra(document.querySelector(Rt.parent),"nprogress-custom-parent"),hg(document.getElementById("nprogress"))}},gg=()=>{Ce(()=>{const e=Wn(),t=new Set;t.add(e.currentRoute.value.path),e.beforeEach(n=>{t.has(n.path)||Te.start()}),e.afterEach(n=>{t.add(n.path),Te.done()})})},bg=St({setup(){gg()}}),yg=Object.freeze(Object.defineProperty({__proto__:null,default:bg},Symbol.toStringTag,{value:"Module"}));var _g={0:{"/":{0:"K",1:"a",2:"t",3:"e",4:"g",5:"o",6:"r",7:"i",8:"e",9:":",10:" ",11:"$",12:"c",13:"o",14:"n",15:"t",16:"e",17:"n",18:"t"}},1:{"/":{0:"T",1:"a",2:"g",3:":",4:" ",5:"$",6:"c",7:"o",8:"n",9:"t",10:"e",11:"n",12:"t"}}},wg={"/":{cancel:"Abbrechen",placeholder:"Suche",search:"Suche",searching:"Suche",defaultTitle:"Dokumentation",select:"auswählen",navigate:"wechseln",autocomplete:"automatisch vervollständigen",exit:"schließen",queryHistory:"Suchverlauf",resultHistory:"Ergebnisverlauf",emptyHistory:"Suchverlauf leeren",emptyResult:"Keine Ergebnisse gefunden",loading:"Suchindex wird geladen..."}},Sg={searchDelay:150,suggestDelay:0,queryHistoryCount:5,resultHistoryCount:5,hotKeys:[{key:"k",ctrl:!0},{key:"/",ctrl:!0}],worker:"slimsearch.worker.js"};const H2=_g,yr=Sg,xo=wg,Jo="Canceled because of new search request.",Eg=()=>{const e=new Worker(`/${yr.worker}`,{}),t={suggest:null,search:null,all:null};return e.addEventListener("message",({data:n})=>{const[r,o,s]=n,l=t[r];(l==null?void 0:l.id)===o&&l.resolve(s)}),e.addEventListener("error",n=>{console.warn("Search Worker error:",n)}),{suggest:(n,r,o)=>new Promise((s,l)=>{var i;(i=t.suggest)==null||i.reject(new Error(Jo));const a=Date.now();e.postMessage({type:"suggest",id:a,query:n,locale:r,options:o}),t.suggest={id:a,resolve:s,reject:l}}),search:(n,r,o)=>new Promise((s,l)=>{var i;(i=t.search)==null||i.reject(new Error(Jo));const a=Date.now();e.postMessage({type:"search",id:a,query:n,locale:r,options:o}),t.search={id:a,resolve:s,reject:l}}),all:(n,r,o)=>new Promise((s,l)=>{var i;(i=t.all)==null||i.reject(new Error(Jo));const a=Date.now();e.postMessage({type:"all",id:a,query:n,locale:r,options:o}),t.all={id:a,resolve:s,reject:l}}),terminate:()=>{e.terminate(),rm(t).forEach(n=>{n==null||n.reject(new Error("Worker has been terminated."))})}}},Cg=/[\u4e00-\u9fff\u3400-\u4dbf\u3040-\u309f\u30a0-\u30ff\uac00-\ud7af]/,kg=e=>e.split(/\s+/).map(t=>{if(t.length>3){const n=t.split("");if(n.every(r=>Cg.test(r)))return n}return t}).flat(),xg=oe({querySplitter:e=>Promise.resolve(kg(e))}),Yc=Symbol(""),Jc=()=>{const e=Pt(),t=Ne(Yc);return k(()=>{const{locales:n={},...r}=t.value;return{...r,...n[e.value]}})},Tg=e=>{e.provide(Yc,wn(xg))},Ag='<svg width="20" height="20" viewBox="0 0 20 20"><path d="M10 10l5.09-5.09L10 10l5.09 5.09L10 10zm0 0L4.91 4.91 10 10l-5.09 5.09L10 10z" stroke="currentColor" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"></path></svg>',Qc=({class:e,hint:t})=>u("div",{class:[e,"loading"]},[u("svg",{xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",preserveAspectRatio:"xMidYMid",viewBox:"0 0 100 100"},[u("circle",{cx:"28",cy:"75",r:"11",fill:"currentColor"},u("animate",{attributeName:"fill-opacity",begin:"0s",dur:"1s",keyTimes:"0;0.2;1",repeatCount:"indefinite",values:"0;1;1"})),u("path",{fill:"none",stroke:"#88baf0","stroke-width":"10",d:"M28 47a28 28 0 0 1 28 28"},u("animate",{attributeName:"stroke-opacity",begin:"0.1s",dur:"1s",keyTimes:"0;0.2;1",repeatCount:"indefinite",values:"0;1;1"})),u("path",{fill:"none",stroke:"#88baf0","stroke-width":"10",d:"M28 25a50 50 0 0 1 50 50"},u("animate",{attributeName:"stroke-opacity",begin:"0.2s",dur:"1s",keyTimes:"0;0.2;1",repeatCount:"indefinite",values:"0;1;1"}))]),t]);Qc.displayName="SearchLoading";const Kn=({name:e="",color:t="currentColor"},{slots:n})=>u("svg",{xmlns:"http://www.w3.org/2000/svg",class:["icon",`${e}-icon`],viewBox:"0 0 1024 1024",fill:t,"aria-label":`${e} icon`},n.default());Kn.displayName="SVGWrapper";const Pg=()=>u(Kn,{name:"heading"},()=>u("path",{d:"M250.4 704.6H64V595.4h202.4l26.2-166.6H94V319.6h214.4L352 64h127.8l-43.6 255.4h211.2L691 64h126.2l-43.6 255.4H960v109.2H756.2l-24.6 166.6H930v109.2H717L672 960H545.8l43.6-255.4H376.6L333 960H206.8l43.6-255.4zm168.4-276L394 595.4h211.2l24.6-166.6h-211z"}));Pg.displayName="HeadingIcon";const $g=()=>u(Kn,{name:"heart"},()=>u("path",{d:"M1024 358.156C1024 195.698 892.3 64 729.844 64c-86.362 0-164.03 37.218-217.844 96.49C458.186 101.218 380.518 64 294.156 64 131.698 64 0 195.698 0 358.156 0 444.518 37.218 522.186 96.49 576H96l320 320c32 32 64 64 96 64s64-32 96-64l320-320h-.49c59.272-53.814 96.49-131.482 96.49-217.844zM841.468 481.232 517.49 805.49a2981.962 2981.962 0 0 1-5.49 5.48c-1.96-1.95-3.814-3.802-5.49-5.48L182.532 481.234C147.366 449.306 128 405.596 128 358.156 128 266.538 202.538 192 294.156 192c47.44 0 91.15 19.366 123.076 54.532L512 350.912l94.768-104.378C638.696 211.366 682.404 192 729.844 192 821.462 192 896 266.538 896 358.156c0 47.44-19.368 91.15-54.532 123.076z"}));$g.displayName="HeartIcon";const Lg=()=>u(Kn,{name:"history"},()=>u("path",{d:"M512 1024a512 512 0 1 1 512-512 512 512 0 0 1-512 512zm0-896a384 384 0 1 0 384 384 384 384 0 0 0-384-384zm192 448H512a64 64 0 0 1-64-64V320a64 64 0 0 1 128 0v128h128a64 64 0 0 1 0 128z"}));Lg.displayName="HistoryIcon";const Og=()=>u(Kn,{name:"title"},()=>u("path",{d:"M512 256c70.656 0 134.656 28.672 180.992 75.008A254.933 254.933 0 0 1 768 512c0 83.968-41.024 157.888-103.488 204.48C688.96 748.736 704 788.48 704 832c0 105.984-86.016 192-192 192-106.048 0-192-86.016-192-192h128a64 64 0 1 0 128 0 64 64 0 0 0-64-64 255.19 255.19 0 0 1-181.056-75.008A255.403 255.403 0 0 1 256 512c0-83.968 41.024-157.824 103.488-204.544C335.04 275.264 320 235.584 320 192A192 192 0 0 1 512 0c105.984 0 192 85.952 192 192H576a64.021 64.021 0 0 0-128 0c0 35.328 28.672 64 64 64zM384 512c0 70.656 57.344 128 128 128s128-57.344 128-128-57.344-128-128-128-128 57.344-128 128z"}));Og.displayName="TitleIcon";const rl=()=>u(Kn,{name:"search"},()=>u("path",{d:"M192 480a256 256 0 1 1 512 0 256 256 0 0 1-512 0m631.776 362.496-143.2-143.168A318.464 318.464 0 0 0 768 480c0-176.736-143.264-320-320-320S128 303.264 128 480s143.264 320 320 320a318.016 318.016 0 0 0 184.16-58.592l146.336 146.368c12.512 12.48 32.768 12.48 45.28 0 12.48-12.512 12.48-32.768 0-45.28"}));rl.displayName="SearchIcon";const Xc=()=>ao(),Rg=(e,t=!1)=>{const n=oe(0),r=k(()=>e.value[n.value]),o=()=>{n.value=n.value>0?n.value-1:e.value.length-1},s=()=>{n.value=n.value<e.value.length-1?n.value+1:0};return Ae(e,()=>{t||(n.value=0)}),{index:n,item:r,prev:o,next:s}},Mg=()=>{const e=En(()=>typeof window<"u"&&"userAgent"in window.navigator);return k(()=>e.value&&/\b(?:Android|iPhone)/i.test(navigator.userAgent))},Ig=e=>{const t=oe([]);{const n=Jc(),r=pt(),o=Pt();Ce(()=>{const{suggest:s,terminate:l}=Eg(),a=i=>{const{resultsFilter:c,querySplitter:f,suggestionsFilter:d=h=>h,...p}=n.value;i?s(i,o.value,p).then(h=>d(h,i,o.value,r.value)).then(h=>{t.value=h.length?br(h[0],i)&&!h[0].slice(i.length).includes(" ")?h:[i,...h]:[]}).catch(h=>{console.error(h)}):t.value=[]};lt([e,o],([i])=>{a(i.join(" "))}),Bt(()=>{l()})})}return{enabled:!0,suggestions:t}},Ng='<svg width="15" height="15" aria-label="Enter key" role="img"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"><path d="M12 3.53088v3c0 1-1 2-2 2H4M7 11.53088l-3-3 3-3"></path></g></svg>',Dg='<svg width="15" height="15" aria-label="Arrow down" role="img"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"><path d="M7.5 3.5v8M10.5 8.5l-3 3-3-3"></path></g></svg>',Hg='<svg width="15" height="15" aria-label="Arrow up" role="img"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"><path d="M7.5 11.5v-8M10.5 6.5l-3-3-3 3"></path></g></svg>',jg='<svg width="15" height="15" aria-label="Escape key" role="img"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"><path d="M13.6167 8.936c-.1065.3583-.6883.962-1.4875.962-.7993 0-1.653-.9165-1.653-2.1258v-.5678c0-1.2548.7896-2.1016 1.653-2.1016.8634 0 1.3601.4778 1.4875 1.0724M9 6c-.1352-.4735-.7506-.9219-1.46-.8972-.7092.0246-1.344.57-1.344 1.2166s.4198.8812 1.3445.9805C8.465 7.3992 8.968 7.9337 9 8.5c.032.5663-.454 1.398-1.4595 1.398C6.6593 9.898 6 9 5.963 8.4851m-1.4748.5368c-.2635.5941-.8099.876-1.5443.876s-1.7073-.6248-1.7073-2.204v-.4603c0-1.0416.721-2.131 1.7073-2.131.9864 0 1.6425 1.031 1.5443 2.2492h-2.956"></path></g></svg>',Qo=yr.hotKeys[0];var Fg=U({name:"SearchBox",setup(){const e=$t(xo),[t,n]=Xc(),r=oe(!1);tm(yr.hotKeys,()=>{t.value||n()});const o=k(()=>Qo?[...(r.value?["⌃","⇧","⌥","⌘"]:["Ctrl","Shift","Alt","Win"]).filter((s,l)=>Qo[["ctrl","shift","alt","meta"][l]]),Qo.key.toUpperCase()]:null);return Ce(()=>{const{userAgent:s}=navigator;r.value=Kv(s)||qv(s)||Uv(s)}),()=>[u("button",{type:"button",class:"slimsearch-button","aria-label":e.value.search,onClick:()=>{t.value=!0}},[u(rl),u("div",{class:"slimsearch-placeholder"},e.value.search),o.value?u("div",{class:"slimsearch-key-hints"},o.value.map(s=>u("kbd",{class:"slimsearch-key"},s))):null])]}}),Bg=U({name:"SearchKeyHints",setup(){const e=$t(xo),t=Mg();return()=>t.value?null:u("div",{class:"slimsearch-hints"},[u("span",{class:"slimsearch-hint"},[u("kbd",{innerHTML:Ng}),e.value.select]),u("span",{class:"slimsearch-hint"},[u("kbd",{innerHTML:Hg}),u("kbd",{innerHTML:Dg}),e.value.navigate]),u("span",{class:"slimsearch-hint"},[u("kbd",{innerHTML:jg}),e.value.exit])])}});const Vg=Ai({loader:()=>xe(()=>import("./SearchResult-CEjH_gxA.js"),[]),loadingComponent:()=>{const e=$t(xo);return u(Qc,{class:"slimsearch-result-wrapper",hint:e.value.loading})}}),zg=["ArrowDown","ArrowUp","Escape","Tab","Enter"];var Wg=U({name:"SearchModal",setup(){const[e,t]=Xc(),n=Eo(),r=$t(xo),o=Jc(),s=oe(""),l=oe([]),{suggestions:a}=Ig(l),i=oe(!1),{index:c,prev:f,next:d}=Rg(a),p=re(),h=re(),b=re(),_=ko(b.value),w=k(()=>i.value&&a.value.length),S=(y=c.value)=>{s.value=a.value[y],i.value=!1};return se("keydown",y=>{w.value?y.key==="ArrowUp"?f():y.key==="ArrowDown"?d():y.key==="Tab"?S():(y.key==="Enter"||y.key==="Escape")&&(i.value=!1):y.key==="Escape"&&t(!1)}),yv(h,()=>{i.value=!1}),lt(s,Qs(()=>{var y,m;return(((m=(y=o.value).querySplitter)==null?void 0:m.call(y,s.value))??Promise.resolve(s.value.split(" "))).then(E=>{l.value=E})},Math.min(yr.searchDelay,yr.suggestDelay))),Ce(()=>{b.value=document.body,Ae(e,y=>{var m;y&&((m=p.value)==null||m.focus())},{flush:"post"})}),Bt(()=>{_.value=!1}),()=>e.value?u("div",{class:"slimsearch-modal-wrapper"},[u("div",{class:"slimsearch-mask",onClick:()=>{t(!1),s.value=""}}),u("div",{class:"slimsearch-modal"},[u("div",{class:"slimsearch-box"},[u("form",[u("label",{for:"search-pro","aria-label":r.value.search},u(rl)),u("input",{ref:p,type:"search",class:"slimsearch-input",id:"search-pro",placeholder:r.value.placeholder,spellcheck:"false",autocapitalize:"off",autocomplete:"off",autocorrect:"off",name:`${n.value.title}-search`,value:s.value,"aria-controls":"slimsearch-results",onKeydown:y=>{w.value&&zg.includes(y.key)&&y.preventDefault()},onInput:({target:y})=>{s.value=y.value,i.value=!0,c.value=0}}),s.value?u("button",{type:"reset",class:"slimsearch-clear-button",innerHTML:Ag,onClick:()=>{s.value=""}}):null,w.value?u("ul",{class:"slimsearch-suggestions",ref:h},a.value.map((y,m)=>u("li",{class:["slimsearch-suggestion",{active:m===c.value}],onClick:()=>{S(m)}},[u("kbd",{class:"slimsearch-auto-complete",title:`Tab ${r.value.autocomplete}`},"Tab"),y]))):null]),u("button",{type:"button",class:"slimsearch-close-button",onClick:()=>{t(!1),s.value=""}},r.value.cancel)]),u(Vg,{queries:l.value,isFocusing:!w.value,onClose:()=>{t(!1)},onUpdateQuery:y=>{s.value=y}}),u(Bg)])]):null}}),Ug=St({enhance({app:e}){Tg(e),e.component("SearchBox",Fg)},rootComponents:[Wg]});const qg=Object.freeze(Object.defineProperty({__proto__:null,default:Ug},Symbol.toStringTag,{value:"Module"})),Zc="VUEPRESS_REDIRECT_STATUS",Ia=Nv(Zc,{}),Na=Fv(Zc,{}),Kg=e=>{const t=Dv(),n=Pt(),r=Bc(e.config);return k(()=>{if(r.some(([o])=>n.value===o)){for(const o of t.value)for(const[s,l]of r)if(l.includes(o))return s===n.value?null:{lang:o,localePath:s}}return null})};var Gg=U({name:"RedirectModal",props:{config:{type:Object,required:!0},locales:{type:Object,required:!0}},setup(e){const t=Wn(),n=Un(),r=Pt(),o=Kg(e.config),s=oe(),l=ko(s),a=oe(!1),i=k(()=>{if(!o.value)return null;const{lang:f,localePath:d}=o.value,p=[e.locales[d],e.locales[r.value]];return{hint:p.map(({hint:h})=>h.replace("$1",f)),switch:p.map(({switch:h})=>h.replace("$1",f)).join(" / "),cancel:p.map(({cancel:h})=>h).join(" / "),remember:p.map(({remember:h})=>h).join(" / ")}}),c=()=>{Na.value[r.value]=!0,a.value&&(Ia.value[r.value]=!0),l.value=!1};return Ae(n,()=>{l.value=!1}),Ce(async()=>{s.value=document.body,await Sn(),o.value&&!Na.value[r.value]&&!Ia.value[r.value]&&(l.value=!0)}),Hs(()=>{l.value=!1}),()=>u(dc,{name:"redirect-modal-fade"},()=>{var f,d,p,h;return l.value?u("div",{key:"mask",class:"redirect-modal-mask"},u("div",{key:"popup",class:"redirect-modal-wrapper"},[u("div",{class:"redirect-modal-content"},(f=i.value)==null?void 0:f.hint.map(b=>u("p",b))),u("div",{class:"redirect-modal-hint"},[u("input",{id:"remember-redirect",type:"checkbox",value:a.value,onChange:()=>{a.value=!a.value}}),u("label",{for:"remember-redirect"},(d=i.value)==null?void 0:d.remember)]),u("button",{type:"button",class:"redirect-modal-action primary",onClick:()=>{c(),t.replace(n.value.replace(r.value,o.value.localePath))}},(p=i.value)==null?void 0:p.switch),u("button",{type:"button",class:"redirect-modal-action",onClick:()=>{c()}},(h=i.value)==null?void 0:h.cancel)])):null})}}),Yg={config:{},autoLocale:!1,localeFallback:!0,defaultBehavior:"defaultLocale"},Jg={"/":{name:"Deutsch",hint:"Ihre bevorzugte Sprache ist $1, möchten Sie zu dieser wechseln?",switch:"Zu $1 wechseln",cancel:"Abbrechen",remember:"Meine Wahl merken"}};const eu=Yg;var Qg=St({setup(){},rootComponents:[()=>u(Gg,{config:eu,locales:Jg})]});const Xg=Object.freeze(Object.defineProperty({__proto__:null,config:eu,default:Qg},Symbol.toStringTag,{value:"Module"})),He=({name:e="",color:t="currentColor",ariaLabel:n},{attrs:r,slots:o})=>u("svg",{xmlns:"http://www.w3.org/2000/svg",class:["icon",`${e}-icon`],viewBox:"0 0 1024 1024",fill:t,"aria-label":n??`${e} icon`,...r},o.default());He.displayName="IconBase";const ol=(e,{slots:t})=>t.default(),Zg=e=>Pr(e)?e:`https://github.com/${e}`,sl=(e="")=>!Pr(e)||e.includes("github.com")?"GitHub":e.includes("bitbucket.org")?"Bitbucket":e.includes("gitlab.com")?"GitLab":e.includes("gitee.com")?"Gitee":null,tu=()=>u(He,{name:"github"},()=>u("path",{d:"M511.957 21.333C241.024 21.333 21.333 240.981 21.333 512c0 216.832 140.544 400.725 335.574 465.664 24.49 4.395 32.256-10.07 32.256-23.083 0-11.69.256-44.245 0-85.205-136.448 29.61-164.736-64.64-164.736-64.64-22.315-56.704-54.4-71.765-54.4-71.765-44.587-30.464 3.285-29.824 3.285-29.824 49.195 3.413 75.179 50.517 75.179 50.517 43.776 75.008 114.816 53.333 142.762 40.79 4.523-31.66 17.152-53.377 31.19-65.537-108.971-12.458-223.488-54.485-223.488-242.602 0-53.547 19.114-97.323 50.517-131.67-5.035-12.33-21.93-62.293 4.779-129.834 0 0 41.258-13.184 134.912 50.346a469.803 469.803 0 0 1 122.88-16.554c41.642.213 83.626 5.632 122.88 16.554 93.653-63.488 134.784-50.346 134.784-50.346 26.752 67.541 9.898 117.504 4.864 129.834 31.402 34.347 50.474 78.123 50.474 131.67 0 188.586-114.73 230.016-224.042 242.09 17.578 15.232 33.578 44.672 33.578 90.454v135.85c0 13.142 7.936 27.606 32.854 22.87C862.25 912.597 1002.667 728.747 1002.667 512c0-271.019-219.648-490.667-490.71-490.667z"}));tu.displayName="GitHubIcon";const nu=()=>u(He,{name:"gitee"},()=>u("path",{d:"M512 992C246.92 992 32 777.08 32 512S246.92 32 512 32s480 214.92 480 480-214.92 480-480 480zm242.97-533.34H482.39a23.7 23.7 0 0 0-23.7 23.7l-.03 59.28c0 13.08 10.59 23.7 23.7 23.7h165.96a23.7 23.7 0 0 1 23.7 23.7v11.85a71.1 71.1 0 0 1-71.1 71.1H375.71a23.7 23.7 0 0 1-23.7-23.7V423.11a71.1 71.1 0 0 1 71.1-71.1h331.8a23.7 23.7 0 0 0 23.7-23.7l.06-59.25a23.73 23.73 0 0 0-23.7-23.73H423.11a177.78 177.78 0 0 0-177.78 177.75v331.83c0 13.08 10.62 23.7 23.7 23.7h349.62a159.99 159.99 0 0 0 159.99-159.99V482.33a23.7 23.7 0 0 0-23.7-23.7z"}));nu.displayName="GiteeIcon";const ru=()=>u(He,{name:"bitbucket"},()=>u("path",{d:"M575.256 490.862c6.29 47.981-52.005 85.723-92.563 61.147-45.714-20.004-45.714-92.562-1.133-113.152 38.29-23.442 93.696 7.424 93.696 52.005zm63.451-11.996c-10.276-81.152-102.29-134.839-177.152-101.156-47.433 21.138-79.433 71.424-77.129 124.562 2.853 69.705 69.157 126.866 138.862 120.576S647.3 548.571 638.708 478.83zm136.558-309.723c-25.161-33.134-67.986-38.839-105.728-45.13-106.862-17.151-216.576-17.7-323.438 1.134-35.438 5.706-75.447 11.996-97.719 43.996 36.572 34.304 88.576 39.424 135.424 45.129 84.553 10.862 171.447 11.447 256 .585 47.433-5.705 99.987-10.276 135.424-45.714zm32.585 591.433c-16.018 55.99-6.839 131.438-66.304 163.986-102.29 56.576-226.304 62.867-338.87 42.862-59.43-10.862-129.135-29.696-161.72-85.723-14.3-54.858-23.442-110.848-32.585-166.84l3.438-9.142 10.276-5.157c170.277 112.567 408.576 112.567 579.438 0 26.844 8.01 6.84 40.558 6.29 60.014zm103.424-549.157c-19.42 125.148-41.728 249.71-63.415 374.272-6.29 36.572-41.728 57.162-71.424 72.558-106.862 53.724-231.424 62.866-348.562 50.286-79.433-8.558-160.585-29.696-225.134-79.433-30.28-23.443-30.28-63.415-35.986-97.134-20.005-117.138-42.862-234.277-57.161-352.585 6.839-51.42 64.585-73.728 107.447-89.71 57.16-21.138 118.272-30.866 178.87-36.571 129.134-12.58 261.157-8.01 386.304 28.562 44.581 13.13 92.563 31.415 122.844 69.705 13.714 17.7 9.143 40.01 6.29 60.014z"}));ru.displayName="BitbucketIcon";const ou=()=>u(He,{name:"source"},()=>u("path",{d:"M601.92 475.2c0 76.428-8.91 83.754-28.512 99.594-14.652 11.88-43.956 14.058-78.012 16.434-18.81 1.386-40.392 2.97-62.172 6.534-18.612 2.97-36.432 9.306-53.064 17.424V299.772c37.818-21.978 63.36-62.766 63.36-109.692 0-69.894-56.826-126.72-126.72-126.72S190.08 120.186 190.08 190.08c0 46.926 25.542 87.714 63.36 109.692v414.216c-37.818 21.978-63.36 62.766-63.36 109.692 0 69.894 56.826 126.72 126.72 126.72s126.72-56.826 126.72-126.72c0-31.086-11.286-59.598-29.7-81.576 13.266-9.504 27.522-17.226 39.996-19.206 16.038-2.574 32.868-3.762 50.688-5.148 48.312-3.366 103.158-7.326 148.896-44.55 61.182-49.698 74.25-103.158 75.24-187.902V475.2h-126.72zM316.8 126.72c34.848 0 63.36 28.512 63.36 63.36s-28.512 63.36-63.36 63.36-63.36-28.512-63.36-63.36 28.512-63.36 63.36-63.36zm0 760.32c-34.848 0-63.36-28.512-63.36-63.36s28.512-63.36 63.36-63.36 63.36 28.512 63.36 63.36-28.512 63.36-63.36 63.36zM823.68 158.4h-95.04V63.36h-126.72v95.04h-95.04v126.72h95.04v95.04h126.72v-95.04h95.04z"}));ou.displayName="SourceIcon";const e1=({link:e,type:t=sl(e??"")})=>{if(!t)return null;const n=t.toLowerCase();return u(n==="bitbucket"?ru:n==="github"?tu:n==="gitlab"?"GitLab":n==="gitee"?nu:ou)},t1=(e,t=0)=>{let n=3735928559^t,r=1103547991^t;for(let o=0,s;o<e.length;o++)s=e.charCodeAt(o),n=Math.imul(n^s,2654435761),r=Math.imul(r^s,1597334677);return n=Math.imul(n^n>>>16,2246822507),n^=Math.imul(r^r>>>13,3266489909),r=Math.imul(r^r>>>16,2246822507),r^=Math.imul(n^n>>>13,3266489909),4294967296*(2097151&r)+(n>>>0)},su=(e,t)=>t1(e)%t,lu=/#.*$/u,n1=e=>{const t=lu.exec(e);return t?t[0]:""},Da=e=>decodeURI(e).replace(lu,"").replace(/\/index\.html$/iu,"/").replace(/\/(README|index)\.md$/iu,"/").replace(/\.(?:html|md)$/iu,""),au=(e,t)=>{if(!Fc(t))return!1;const n=Da(e.path),r=Da(t),o=n1(t);return o?o===e.hash&&(!r||n===r):n===r};var r1=e=>Object.prototype.toString.call(e)==="[object Object]",_r=e=>typeof e=="string";const{isArray:iu}=Array,Ha=e=>r1(e)&&_r(e.name),ja=(e,t=!1)=>e?iu(e)?e.map(n=>_r(n)?{name:n}:Ha(n)?n:null).filter(n=>n!==null):_r(e)?[{name:e}]:Ha(e)?[e]:(console.error(`Expect "author" to be \`AuthorInfo[] | AuthorInfo | string[] | string ${t?"":"| false"} | undefined\`, but got`,e),[]):[],cu=(e,t)=>{if(e){if(iu(e)&&e.every(_r))return e;if(_r(e))return[e];console.error(`Expect ${t} to be \`string[] | string | undefined\`, but got`,e)}return[]},o1=e=>cu(e,"category"),s1=e=>cu(e,"tag");var Fa={"/":{word:"Ungefähr $word Wörter",less1Minute:"Weniger als eine Minute",time:"Ungefähr $time min"}};const uu=()=>{const e=pt();return k(()=>e.value.readingTime??null)},l1=(e,t)=>{const{minutes:n,words:r}=e,{less1Minute:o,word:s,time:l}=t;return{time:n<1?o:l.replace("$time",Math.round(n).toString()),words:s.replace("$word",r.toString())}},Ba={words:"",time:""},gs=typeof Fa>"u"?null:Fa,a1=()=>gs?$t(gs):k(()=>null),i1=()=>{if(typeof gs>"u")return k(()=>Ba);const e=uu(),t=a1();return k(()=>e.value&&t.value?l1(e.value,t.value):Ba)},Qr=()=>null,c1="719px",u1="1440px",f1="9",ll={mobileBreakPoint:c1,pcBreakPoint:u1,colorNumber:f1},fu=()=>{const e=ye();return k(()=>e.value.author)},d1="http://.",al=()=>{const e=Wn(),t=nn();return n=>{if(!n)return;if(Ar(n))return window.open(n);if(nl(n))return t.fullPath===n?void 0:void e.push(n);const r=t.path.slice(0,t.path.lastIndexOf("/"));return void e.push(new URL(`${r}/${encodeURI(n)}`,d1).pathname)}},on=()=>Vc(),ye=()=>_m(),du=()=>{const e=_e(),t=fu();return k(()=>{const{author:n}=e.value;return n?ja(n):n===!1?[]:ja(t.value,!1)})},p1=()=>{const e=_e();return k(()=>o1(e.value.category??e.value.categories).map(t=>({name:t,path:""})))},h1=()=>{const e=_e();return k(()=>s1(e.value.tag??e.value.tags).map(t=>({name:t,path:""})))},v1=()=>{const e=_e(),t=pt();return k(()=>{const n=om(e.value.date);if(n)return n;const{createdTime:r}=t.value.git??{};return r?new Date(r):null})},m1=()=>{const e=ye(),t=pt(),n=_e(),r=du(),o=p1(),s=h1(),l=v1(),a=uu(),i=i1(),c=k(()=>({author:r.value,category:o.value,date:l.value,localizedDate:t.value.localizedDate,tag:s.value,isOriginal:n.value.isOriginal??!1,readingTime:a.value,readingTimeLocale:i.value,pageview:n.value.pageview??!0})),f=k(()=>n.value.pageInfo??e.value.pageInfo??null);return{info:c,items:f}},ht=()=>{const e=on();return k(()=>!!e.value.pure)},pu=()=>u(He,{name:"author"},()=>u("path",{d:"M649.6 633.6c86.4-48 147.2-144 147.2-249.6 0-160-128-288-288-288s-288 128-288 288c0 108.8 57.6 201.6 147.2 249.6-121.6 48-214.4 153.6-240 288-3.2 9.6 0 19.2 6.4 25.6 3.2 9.6 12.8 12.8 22.4 12.8h704c9.6 0 19.2-3.2 25.6-12.8 6.4-6.4 9.6-16 6.4-25.6-25.6-134.4-121.6-240-243.2-288z"}));pu.displayName="AuthorIcon";const hu=()=>u(He,{name:"calendar"},()=>u("path",{d:"M716.4 110.137c0-18.753-14.72-33.473-33.472-33.473-18.753 0-33.473 14.72-33.473 33.473v33.473h66.993v-33.473zm-334.87 0c0-18.753-14.72-33.473-33.473-33.473s-33.52 14.72-33.52 33.473v33.473h66.993v-33.473zm468.81 33.52H716.4v100.465c0 18.753-14.72 33.473-33.472 33.473a33.145 33.145 0 01-33.473-33.473V143.657H381.53v100.465c0 18.753-14.72 33.473-33.473 33.473a33.145 33.145 0 01-33.473-33.473V143.657H180.6A134.314 134.314 0 0046.66 277.595v535.756A134.314 134.314 0 00180.6 947.289h669.74a134.36 134.36 0 00133.94-133.938V277.595a134.314 134.314 0 00-133.94-133.938zm33.473 267.877H147.126a33.145 33.145 0 01-33.473-33.473c0-18.752 14.72-33.473 33.473-33.473h736.687c18.752 0 33.472 14.72 33.472 33.473a33.145 33.145 0 01-33.472 33.473z"}));hu.displayName="CalendarIcon";const vu=()=>u(He,{name:"category"},()=>u("path",{d:"M148.41 106.992h282.176c22.263 0 40.31 18.048 40.31 40.31V429.48c0 22.263-18.047 40.31-40.31 40.31H148.41c-22.263 0-40.311-18.047-40.311-40.31V147.302c0-22.263 18.048-40.31 40.311-40.31zM147.556 553.478H429.73c22.263 0 40.311 18.048 40.311 40.31v282.176c0 22.263-18.048 40.312-40.31 40.312H147.555c-22.263 0-40.311-18.049-40.311-40.312V593.79c0-22.263 18.048-40.311 40.31-40.311zM593.927 106.992h282.176c22.263 0 40.31 18.048 40.31 40.31V429.48c0 22.263-18.047 40.31-40.31 40.31H593.927c-22.263 0-40.311-18.047-40.311-40.31V147.302c0-22.263 18.048-40.31 40.31-40.31zM730.22 920.502H623.926c-40.925 0-74.22-33.388-74.22-74.425V623.992c0-41.038 33.387-74.424 74.425-74.424h222.085c41.038 0 74.424 33.226 74.424 74.067v114.233c0 10.244-8.304 18.548-18.547 18.548s-18.548-8.304-18.548-18.548V623.635c0-20.388-16.746-36.974-37.33-36.974H624.13c-20.585 0-37.331 16.747-37.331 37.33v222.086c0 20.585 16.654 37.331 37.126 37.331H730.22c10.243 0 18.547 8.304 18.547 18.547 0 10.244-8.304 18.547-18.547 18.547z"}));vu.displayName="CategoryIcon";const mu=()=>u(He,{name:"print"},()=>u("path",{d:"M819.2 364.8h-44.8V128c0-17.067-14.933-32-32-32H281.6c-17.067 0-32 14.933-32 32v236.8h-44.8C145.067 364.8 96 413.867 96 473.6v192c0 59.733 49.067 108.8 108.8 108.8h44.8V896c0 17.067 14.933 32 32 32h460.8c17.067 0 32-14.933 32-32V774.4h44.8c59.733 0 108.8-49.067 108.8-108.8v-192c0-59.733-49.067-108.8-108.8-108.8zM313.6 160h396.8v204.8H313.6V160zm396.8 704H313.6V620.8h396.8V864zM864 665.6c0 25.6-19.2 44.8-44.8 44.8h-44.8V588.8c0-17.067-14.933-32-32-32H281.6c-17.067 0-32 14.933-32 32v121.6h-44.8c-25.6 0-44.8-19.2-44.8-44.8v-192c0-25.6 19.2-44.8 44.8-44.8h614.4c25.6 0 44.8 19.2 44.8 44.8v192z"}));mu.displayName="PrintIcon";const gu=()=>u(He,{name:"tag"},()=>u("path",{d:"M939.902 458.563L910.17 144.567c-1.507-16.272-14.465-29.13-30.737-30.737L565.438 84.098h-.402c-3.215 0-5.726 1.005-7.634 2.913l-470.39 470.39a10.004 10.004 0 000 14.164l365.423 365.424c1.909 1.908 4.42 2.913 7.132 2.913s5.223-1.005 7.132-2.913l470.39-470.39c2.01-2.11 3.014-5.023 2.813-8.036zm-240.067-72.121c-35.458 0-64.286-28.828-64.286-64.286s28.828-64.285 64.286-64.285 64.286 28.828 64.286 64.285-28.829 64.286-64.286 64.286z"}));gu.displayName="TagIcon";const bu=()=>u(He,{name:"timer"},()=>u("path",{d:"M799.387 122.15c4.402-2.978 7.38-7.897 7.38-13.463v-1.165c0-8.933-7.38-16.312-16.312-16.312H256.33c-8.933 0-16.311 7.38-16.311 16.312v1.165c0 5.825 2.977 10.874 7.637 13.592 4.143 194.44 97.22 354.963 220.201 392.763-122.204 37.542-214.893 196.511-220.2 389.397-4.661 5.049-7.638 11.651-7.638 19.03v5.825h566.49v-5.825c0-7.379-2.849-13.981-7.509-18.9-5.049-193.016-97.867-351.985-220.2-389.527 123.24-37.67 216.446-198.453 220.588-392.892zM531.16 450.445v352.632c117.674 1.553 211.787 40.778 211.787 88.676H304.097c0-48.286 95.149-87.382 213.728-88.676V450.445c-93.077-3.107-167.901-81.297-167.901-177.093 0-8.803 6.99-15.793 15.793-15.793 8.803 0 15.794 6.99 15.794 15.793 0 80.261 63.69 145.635 142.01 145.635s142.011-65.374 142.011-145.635c0-8.803 6.99-15.793 15.794-15.793s15.793 6.99 15.793 15.793c0 95.019-73.789 172.82-165.96 177.093z"}));bu.displayName="TimerIcon";const yu=()=>u(He,{name:"word"},()=>[u("path",{d:"M518.217 432.64V73.143A73.143 73.143 0 01603.43 1.097a512 512 0 01419.474 419.474 73.143 73.143 0 01-72.046 85.212H591.36a73.143 73.143 0 01-73.143-73.143z"}),u("path",{d:"M493.714 566.857h340.297a73.143 73.143 0 0173.143 85.577A457.143 457.143 0 11371.566 117.76a73.143 73.143 0 0185.577 73.143v339.383a36.571 36.571 0 0036.571 36.571z"})]);yu.displayName="WordIcon";const sn=()=>{const e=ye();return k(()=>e.value.metaLocales)};var g1=U({name:"AuthorInfo",inheritAttrs:!1,props:{author:{type:Array,required:!0}},setup(e){const t=sn(),n=ht();return()=>e.author.length?u("span",{class:"page-author-info","aria-label":`${t.value.author}${n.value?"":"🖊"}`,...n.value?{}:{"data-balloon-pos":"up"}},[u(pu),u("span",e.author.map(r=>r.url?u("a",{class:"page-author-item",href:r.url,target:"_blank",rel:"noopener noreferrer"},r.name):u("span",{class:"page-author-item"},r.name))),u("span",{property:"author",content:e.author.map(r=>r.name).join(", ")})]):null}}),b1=U({name:"CategoryInfo",inheritAttrs:!1,props:{category:{type:Array,required:!0}},setup(e){const t=sn(),n=al(),r=ht();return()=>e.category.length?u("span",{class:"page-category-info","aria-label":`${t.value.category}${r.value?"":"🌈"}`,...r.value?{}:{"data-balloon-pos":"up"}},[u(vu),e.category.map(({name:o,path:s})=>u("span",{class:["page-category-item",{[`color${su(o,Number(ll.colorNumber))}`]:!r.value,clickable:s}],role:s?"navigation":"",onClick:()=>{s&&n(s)}},o)),u("meta",{property:"articleSection",content:e.category.map(({name:o})=>o).join(",")})]):null}}),y1=U({name:"DateInfo",inheritAttrs:!1,props:{date:Object,localizedDate:String},setup(e){const t=Ac(),n=sn(),r=ht();return()=>e.date?u("span",{class:"page-date-info","aria-label":`${n.value.date}${r.value?"":"📅"}`,...r.value?{}:{"data-balloon-pos":"up"}},[u(hu),u("span",{"data-allow-mismatch":"text"},e.localizedDate??e.date.toLocaleDateString(t.value)),u("meta",{property:"datePublished",content:e.date.toISOString()||""})]):null}}),_1=U({name:"OriginalInfo",inheritAttrs:!1,props:{isOriginal:Boolean},setup(e){const t=sn();return()=>e.isOriginal?u("span",{class:"page-original-info"},t.value.origin):null}}),w1=U({name:"ReadingTimeInfo",inheritAttrs:!1,props:{readingTime:Object,readingTimeLocale:Object},setup(e){const t=sn(),n=ht(),r=k(()=>{if(!e.readingTime)return null;const{minutes:o}=e.readingTime;return o<1?"PT1M":`PT${Math.round(o)}M`});return()=>{var o;return(o=e.readingTimeLocale)!=null&&o.time?u("span",{class:"page-reading-time-info","aria-label":`${t.value.readingTime}${n.value?"":"⌛"}`,...n.value?{}:{"data-balloon-pos":"up"}},[u(bu),u("span",e.readingTimeLocale.time),u("meta",{property:"timeRequired",content:r.value})]):null}}}),S1=U({name:"TagInfo",inheritAttrs:!1,props:{tag:Array},setup(e){const t=sn(),n=al(),r=ht();return()=>{var o;return(o=e.tag)!=null&&o.length?u("span",{class:"page-tag-info","aria-label":`${t.value.tag}${r.value?"":"🏷"}`,...r.value?{}:{"data-balloon-pos":"up"}},[u(gu),e.tag.map(({name:s,path:l})=>u("span",{class:["page-tag-item",{[`color${su(s,Number(ll.colorNumber))}`]:!r.value,clickable:l}],role:l?"navigation":"",onClick:()=>{l&&n(l)}},s)),u("meta",{property:"keywords",content:e.tag.map(({name:s})=>s).join(",")})]):null}}}),E1=U({name:"ReadTimeInfo",inheritAttrs:!1,props:{readingTime:Object,readingTimeLocale:Object},setup(e){const t=sn(),n=ht();return()=>{var r,o;return(r=e.readingTimeLocale)!=null&&r.words?u("span",{class:"page-word-info","aria-label":`${t.value.words}${n.value?"":"🔠"}`,...n.value?{}:{"data-balloon-pos":"up"}},[u(yu),u("span",e.readingTimeLocale.words),u("meta",{property:"wordCount",content:(o=e.readingTime)==null?void 0:o.words})]):null}}}),C1=U({name:"PageInfo",components:{AuthorInfo:g1,CategoryInfo:b1,DateInfo:y1,OriginalInfo:_1,PageViewInfo:Qr,ReadingTimeInfo:w1,TagInfo:S1,WordInfo:E1},props:{items:[Boolean,Array],info:{type:Object,required:!0}},setup(e){const t=ht();return()=>{const n=e.items??["Author","Original","Date","PageView","ReadingTime","Category","Tag"];return n?u("div",{class:"page-info"},n.map(r=>u(Ee(`${r}Info`),{...e.info,isPure:t.value}))):null}}});const il={},cl=(e,t)=>t.activeMatch?new RegExp(t.activeMatch,"u").test(e.path):au(e,t.link),ul=(e,t)=>"children"in t?!!t.prefix&&au(e,t.prefix)||t.children.some(n=>ul(e,n)):cl(e,t),bs=e=>!Ar(e)&&!zs(e),co=(e,t=!1,n)=>{const{meta:r,path:o,notFound:s}=Ht(e,n);return s?{text:o,link:o}:{text:!t&&r.shortTitle?r.shortTitle:r.title||o,link:o,icon:r.icon}},dn=(e="",t="")=>Ar(t)||nl(t)?t:`${hc(e)}${t}`,_u=(e,t)=>{const n=Pe(e)?co(dn(t,e)):e.link?{...e,link:bs(e.link)?Ht(dn(t,e.link)).path:e.link}:e;if("children"in n){const r=dn(t,n.prefix),o=n.children==="structure"?il[r]:n.children;return{...n,prefix:r,children:o.map(s=>_u(s,r))}}return{...n}},ys=({config:e,prefix:t=""})=>e.map(n=>_u(n,t)),k1=({config:e,routePath:t,headerDepth:n})=>{const r=tl(e).sort((o,s)=>s.length-o.length);for(const o of r)if(br(decodeURI(t),o)){const s=e[o];return ys({config:s==="structure"?il[o]:s||[],prefix:o})}return console.warn(`${decodeURI(t)} is missing it's sidebar config.`),[]},x1=({config:e,headerDepth:t,routeLocale:n,routePath:r})=>e==="structure"?ys({config:il[n],prefix:n}):io(e)?ys({config:e}):_o(e)?k1({config:e,routePath:r,headerDepth:t}):[],wu=Symbol(""),T1=()=>{const e=_e(),t=ye(),n=Pt(),r=Un(),o=k(()=>e.value.home?!1:e.value.sidebar??t.value.sidebar??"structure"),s=k(()=>e.value.headerDepth??t.value.headerDepth??2),l=k(()=>x1({config:o.value,headerDepth:s.value,routeLocale:n.value,routePath:r.value}));Nn(wu,l)},fl=()=>{const e=Ne(wu);if(!e)throw new Error("useSidebarItems() is called without provider.");return e},{mobileBreakPoint:A1,pcBreakPoint:P1}=ll,Va=e=>e.endsWith("px")?Number(e.slice(0,-2)):null,To=()=>{const e=oe(!1),t=oe(!1),n=()=>{e.value=window.innerWidth<=(Va(A1)??719),t.value=window.innerWidth>=(Va(P1)??1440)};return se("resize",n,!1),se("orientationchange",n,!1),Ce(()=>{n()}),{isMobile:e,isPC:t}},Su=Symbol(""),Lr=()=>{const e=Ne(Su);if(!e)throw new Error("useDarkMode() is called without provider.");return e},$1=e=>{const t=on(),n=Pv(),r=k(()=>t.value.darkmode??"switch"),o=el("vuepress-theme-hope-scheme","auto"),s=k(()=>{const a=r.value;return a==="disable"?!1:a==="enable"?!0:a==="auto"?n.value:a==="toggle"?o.value==="dark":o.value==="dark"||o.value==="auto"&&n.value}),l=k(()=>{const a=r.value;return a==="switch"||a==="toggle"});e.provide(Su,{canToggle:l,config:r,isDarkMode:s,status:o}),Object.defineProperties(e.config.globalProperties,{$isDarkMode:{get:()=>s.value}})},L1=()=>{const{config:e,isDarkMode:t,status:n}=Lr();Fs(()=>{e.value==="disable"?n.value="light":e.value==="enable"?n.value="dark":e.value==="toggle"&&n.value==="auto"&&(n.value="light")}),se("beforeprint",()=>{t.value&&document.documentElement.setAttribute("data-theme","light")}),se("afterprint",()=>{t.value&&document.documentElement.setAttribute("data-theme","dark")}),Ce(()=>{lt(t,r=>{document.documentElement.setAttribute("data-theme",r?"dark":"light")})})};var O1=U({name:"PageFooter",setup(){const e=on(),t=ye(),n=_e(),r=du(),o=k(()=>{const{copyright:c,footer:f=!0}=n.value;return f&&!!(c||f||t.value.displayFooter)}),s=k(()=>{const{footer:c=!0}=n.value;return Pe(c)?c:c?t.value.footer??"":null}),l=k(()=>r.value.map(({name:c})=>c).join(", ")),a=c=>`Copyright © ${new Date().getFullYear()} ${l.value} ${c?`${c} Licensed`:""}`,i=k(()=>{const{copyright:c,license:f=""}=n.value,{license:d}=e.value,{copyright:p}=t.value;return c??(f?a(f):p??(l.value||d?a(d):!1))});return()=>o.value?u("footer",{class:"vp-footer-wrapper","vp-footer":""},[s.value?u("div",{class:"vp-footer",innerHTML:s.value}):null,i.value?u("div",{class:"vp-copyright",innerHTML:i.value}):null]):null}}),Ze=U({name:"AutoLink",props:{config:{type:Object,required:!0},iconSizing:{type:String,default:"both"}},emits:["focusout"],slots:Object,setup(e,{emit:t,slots:n}){return()=>{const{icon:r}=e.config;return u(Yh,{...e,onFocusout:()=>{t("focusout")}},{default:n.default,before:n.before??(r?()=>u(Ee("VPIcon"),{icon:r,sizing:e.iconSizing}):null),after:n.after})}}}),R1=U({name:"NavbarDropdown",props:{config:{type:Object,required:!0}},slots:Object,setup(e,{slots:t}){const n=Er(e,"config"),r=k(()=>n.value.ariaLabel??n.value.text),o=oe(!1),s=l=>{l.detail===0&&(o.value=!o.value)};return Vt(()=>{o.value=!1}),()=>{var l;return u("div",{class:["vp-dropdown-wrapper",{open:o.value}]},[u("button",{type:"button",class:"vp-dropdown-title","aria-label":r.value,onClick:s},[((l=t.title)==null?void 0:l.call(t))??[u(Ee("VPIcon"),{icon:n.value.icon}),e.config.text],u("span",{class:"arrow"}),u("ul",{class:"vp-dropdown"},n.value.children.map((a,i)=>{const c=i===n.value.children.length-1;return u("li",{class:"vp-dropdown-item"},"children"in a?[u("h4",{class:"vp-dropdown-subtitle"},a.link?u(Ze,{config:a,onFocusout:()=>{a.children.length===0&&c&&(o.value=!1)}}):a.text),u("ul",{class:"vp-dropdown-subitems"},a.children.map((f,d)=>u("li",{class:"vp-dropdown-subitem"},u(Ze,{config:f,onFocusout:()=>{d===a.children.length-1&&c&&(o.value=!1)}}))))]:u(Ze,{config:a,onFocusout:()=>{c&&(o.value=!1)}}))}))])])}}});const Eu=(e,t="")=>Pe(e)?co(dn(t,e)):"children"in e?{...e,...e.link&&bs(e.link)?{link:Ht(dn(t,e.link)).path}:{},children:e.children.map(n=>Eu(n,dn(t,e.prefix)))}:{...e,link:bs(e.link)?Ht(dn(t,e.link)).path:e.link},Cu=()=>{const e=ye();return k(()=>(e.value.navbar||[]).map(t=>Eu(t)))},M1=()=>{const e=ye(),t=k(()=>e.value.repo),n=k(()=>t.value?Zg(t.value):null),r=k(()=>t.value?sl(t.value):null),o=k(()=>n.value?e.value.repoLabel??r.value??"Source":null);return k(()=>!n.value||!o.value||e.value.repoDisplay===!1?null:{type:r.value??"Source",label:o.value,link:n.value})};var I1=U({name:"NavScreenMenu",props:{config:{type:Object,required:!0}},setup(e){const t=Er(e,"config"),n=k(()=>t.value.ariaLabel??t.value.text),r=oe(!1),o=(s,l)=>l[l.length-1]===s;return Vt(()=>{r.value=!1}),()=>[u("button",{type:"button",class:["vp-nav-screen-menu-title",{active:r.value}],"aria-label":n.value,onClick:()=>{r.value=!r.value}},[u("span",{class:"text"},[u(Ee("VPIcon"),{icon:t.value.icon,sizing:"both"}),e.config.text]),u("span",{class:["arrow",r.value?"down":"end"]})]),u("ul",{class:["vp-nav-screen-menu",{hide:!r.value}]},t.value.children.map(s=>u("li",{class:"vp-nav-screen-menu-item"},"children"in s?[u("h4",{class:"vp-nav-screen-menu-subtitle"},s.link?u(Ze,{config:s,onFocusout:()=>{o(s,t.value.children)&&s.children.length===0&&(r.value=!1)}}):s.text),u("ul",{class:"vp-nav-screen-menu-subitems"},s.children.map(l=>u("li",{class:"vp-nav-screen-menu-subitem"},u(Ze,{config:l,onFocusout:()=>{o(l,s.children)&&o(s,t.value.children)&&(r.value=!1)}}))))]:u(Ze,{config:s,onFocusout:()=>{o(s,t.value.children)&&(r.value=!1)}}))))]}}),N1=U({name:"NavScreenLinks",setup(){const e=Cu();return()=>e.value.length?u("nav",{class:"nav-screen-links"},e.value.map(t=>u("div",{class:"navbar-links-item"},"children"in t?u(I1,{config:t}):u(Ze,{config:t})))):null}});const ku=()=>u(He,{name:"dark"},()=>u("path",{d:"M524.8 938.667h-4.267a439.893 439.893 0 0 1-313.173-134.4 446.293 446.293 0 0 1-11.093-597.334A432.213 432.213 0 0 1 366.933 90.027a42.667 42.667 0 0 1 45.227 9.386 42.667 42.667 0 0 1 10.24 42.667 358.4 358.4 0 0 0 82.773 375.893 361.387 361.387 0 0 0 376.747 82.774 42.667 42.667 0 0 1 54.187 55.04 433.493 433.493 0 0 1-99.84 154.88 438.613 438.613 0 0 1-311.467 128z"}));ku.displayName="DarkIcon";const xu=()=>u(He,{name:"light"},()=>u("path",{d:"M952 552h-80a40 40 0 0 1 0-80h80a40 40 0 0 1 0 80zM801.88 280.08a41 41 0 0 1-57.96-57.96l57.96-58a41.04 41.04 0 0 1 58 58l-58 57.96zM512 752a240 240 0 1 1 0-480 240 240 0 0 1 0 480zm0-560a40 40 0 0 1-40-40V72a40 40 0 0 1 80 0v80a40 40 0 0 1-40 40zm-289.88 88.08-58-57.96a41.04 41.04 0 0 1 58-58l57.96 58a41 41 0 0 1-57.96 57.96zM192 512a40 40 0 0 1-40 40H72a40 40 0 0 1 0-80h80a40 40 0 0 1 40 40zm30.12 231.92a41 41 0 0 1 57.96 57.96l-57.96 58a41.04 41.04 0 0 1-58-58l58-57.96zM512 832a40 40 0 0 1 40 40v80a40 40 0 0 1-80 0v-80a40 40 0 0 1 40-40zm289.88-88.08 58 57.96a41.04 41.04 0 0 1-58 58l-57.96-58a41 41 0 0 1 57.96-57.96z"}));xu.displayName="LightIcon";const Tu=()=>u(He,{name:"auto"},()=>u("path",{d:"M512 992C246.92 992 32 777.08 32 512S246.92 32 512 32s480 214.92 480 480-214.92 480-480 480zm0-840c-198.78 0-360 161.22-360 360 0 198.84 161.22 360 360 360s360-161.16 360-360c0-198.78-161.22-360-360-360zm0 660V212c165.72 0 300 134.34 300 300 0 165.72-134.28 300-300 300z"}));Tu.displayName="AutoIcon";const Au=()=>u(He,{name:"enter-fullscreen"},()=>u("path",{d:"M762.773 90.24h-497.28c-96.106 0-174.4 78.293-174.4 174.4v497.28c0 96.107 78.294 174.4 174.4 174.4h497.28c96.107 0 175.04-78.293 174.4-174.4V264.64c0-96.213-78.186-174.4-174.4-174.4zm-387.2 761.173H215.04c-21.867 0-40.427-17.92-41.067-41.066V649.92c0-22.507 17.92-40.427 40.427-40.427 11.307 0 21.227 4.694 28.48 11.947 7.253 7.253 11.947 17.92 11.947 28.48v62.293l145.28-145.28c15.893-15.893 41.813-15.893 57.706 0 15.894 15.894 15.894 41.814 0 57.707l-145.28 145.28h62.294c22.506 0 40.426 17.92 40.426 40.427s-17.173 41.066-39.68 41.066zM650.24 165.76h160.427c21.866 0 40.426 17.92 41.066 41.067v160.426c0 22.507-17.92 40.427-40.426 40.427-11.307 0-21.227-4.693-28.48-11.947-7.254-7.253-11.947-17.92-11.947-28.48v-62.186L625.6 450.347c-15.893 15.893-41.813 15.893-57.707 0-15.893-15.894-15.893-41.814 0-57.707l145.28-145.28H650.88c-22.507 0-40.427-17.92-40.427-40.427s17.174-41.173 39.787-41.173z"}));Au.displayName="EnterFullScreenIcon";const Pu=()=>u(He,{name:"cancel-fullscreen"},()=>u("path",{d:"M778.468 78.62H247.922c-102.514 0-186.027 83.513-186.027 186.027V795.08c0 102.514 83.513 186.027 186.027 186.027h530.432c102.514 0 186.71-83.513 186.026-186.027V264.647C964.494 162.02 880.981 78.62 778.468 78.62zM250.88 574.35h171.122c23.324 0 43.122 19.115 43.804 43.805v171.121c0 24.008-19.114 43.122-43.122 43.122-12.06 0-22.641-5.006-30.378-12.743s-12.743-19.115-12.743-30.379V722.83L224.597 877.91c-16.953 16.952-44.6 16.952-61.553 0-16.953-16.954-16.953-44.602 0-61.554L318.009 661.39h-66.446c-24.007 0-43.122-19.114-43.122-43.122 0-24.12 18.432-43.918 42.439-43.918zm521.899-98.873H601.657c-23.325 0-43.122-19.114-43.805-43.804V260.55c0-24.007 19.115-43.122 43.122-43.122 12.06 0 22.642 5.007 30.379 12.743s12.743 19.115 12.743 30.38v66.445l154.965-154.965c16.953-16.953 44.601-16.953 61.554 0 16.953 16.953 16.953 44.6 0 61.554L705.536 388.55h66.446c24.007 0 43.122 19.115 43.122 43.122.114 24.007-18.318 43.804-42.325 43.804z"}));Pu.displayName="CancelFullScreenIcon";const $u=()=>u(He,{name:"outlook"},()=>[u("path",{d:"M224 800c0 9.6 3.2 44.8 6.4 54.4 6.4 48-48 76.8-48 76.8s80 41.6 147.2 0 134.4-134.4 38.4-195.2c-22.4-12.8-41.6-19.2-57.6-19.2C259.2 716.8 227.2 761.6 224 800zM560 675.2l-32 51.2c-51.2 51.2-83.2 32-83.2 32 25.6 67.2 0 112-12.8 128 25.6 6.4 51.2 9.6 80 9.6 54.4 0 102.4-9.6 150.4-32l0 0c3.2 0 3.2-3.2 3.2-3.2 22.4-16 12.8-35.2 6.4-44.8-9.6-12.8-12.8-25.6-12.8-41.6 0-54.4 60.8-99.2 137.6-99.2 6.4 0 12.8 0 22.4 0 12.8 0 38.4 9.6 48-25.6 0-3.2 0-3.2 3.2-6.4 0-3.2 3.2-6.4 3.2-6.4 6.4-16 6.4-16 6.4-19.2 9.6-35.2 16-73.6 16-115.2 0-105.6-41.6-198.4-108.8-268.8C704 396.8 560 675.2 560 675.2zM224 419.2c0-28.8 22.4-51.2 51.2-51.2 28.8 0 51.2 22.4 51.2 51.2 0 28.8-22.4 51.2-51.2 51.2C246.4 470.4 224 448 224 419.2zM320 284.8c0-22.4 19.2-41.6 41.6-41.6 22.4 0 41.6 19.2 41.6 41.6 0 22.4-19.2 41.6-41.6 41.6C339.2 326.4 320 307.2 320 284.8zM457.6 208c0-12.8 12.8-25.6 25.6-25.6 12.8 0 25.6 12.8 25.6 25.6 0 12.8-12.8 25.6-25.6 25.6C470.4 233.6 457.6 220.8 457.6 208zM128 505.6C128 592 153.6 672 201.6 736c28.8-60.8 112-60.8 124.8-60.8-16-51.2 16-99.2 16-99.2l316.8-422.4c-48-19.2-99.2-32-150.4-32C297.6 118.4 128 291.2 128 505.6zM764.8 86.4c-22.4 19.2-390.4 518.4-390.4 518.4-22.4 28.8-12.8 76.8 22.4 99.2l9.6 6.4c35.2 22.4 80 12.8 99.2-25.6 0 0 6.4-12.8 9.6-19.2 54.4-105.6 275.2-524.8 288-553.6 6.4-19.2-3.2-32-19.2-32C777.6 76.8 771.2 80 764.8 86.4z"})]);$u.displayName="OutlookIcon";var Lu=U({name:"ColorModeSwitch",setup(){const{config:e,isDarkMode:t,status:n}=Lr(),r=ht(),o=()=>{e.value==="switch"?n.value={light:"dark",dark:"auto",auto:"light"}[n.value]:n.value=n.value==="light"?"dark":"light"},s=async l=>{if(!(document.startViewTransition&&!window.matchMedia("(prefers-reduced-motion: reduce)").matches&&!r.value)){o();return}const a=l.clientX,i=l.clientY,c=Math.hypot(Math.max(a,innerWidth-a),Math.max(i,innerHeight-i)),f=t.value;await document.startViewTransition(async()=>{o(),await Sn()}).ready,t.value!==f&&document.documentElement.animate({clipPath:t.value?[`circle(${c}px at ${a}px ${i}px)`,`circle(0px at ${a}px ${i}px)`]:[`circle(0px at ${a}px ${i}px)`,`circle(${c}px at ${a}px ${i}px)`]},{duration:400,pseudoElement:t.value?"::view-transition-old(root)":"::view-transition-new(root)"})};return()=>u("button",{type:"button",class:"vp-color-mode-switch",id:"color-mode-switch",onClick:s},[u(Tu,{style:{display:n.value==="auto"?"block":"none"}}),u(ku,{style:{display:n.value==="dark"?"block":"none"}}),u(xu,{style:{display:n.value==="light"?"block":"none"}})])}}),D1=U({name:"ColorMode",setup(){const e=ye(),{canToggle:t}=Lr(),n=k(()=>e.value.outlookLocales.darkmode);return()=>t.value?u("div",{class:"vp-color-mode"},[u("label",{class:"vp-color-mode-title",for:"color-mode-switch"},n.value),u(Lu)]):null}}),H1=U({name:"ToggleFullScreenButton",setup(){const{isSupported:e,isFullscreen:t,toggle:n}=Co();return()=>e.value?u("button",{type:"button",id:"full-screen-switch",class:"full-screen",ariaPressed:t.value,onClick:()=>n()},t.value?u(Pu):u(Au)):null}}),Ou=U({name:"ToggleFullScreenButton",setup(){const e=ye(),{isSupported:t}=Co(),n=k(()=>e.value.outlookLocales.fullscreen);return()=>t.value?u("div",{class:"full-screen-wrapper"},[u("label",{class:"full-screen-title",for:"full-screen-switch"},n.value),u(H1)]):null}}),Ru=U({name:"OutlookSettings",setup(){const e=on(),t=ht(),n=k(()=>!t.value&&e.value.fullscreen);return()=>u(Gs,()=>[null,u(D1),n.value?u(Ou):null])}}),j1=U({name:"NavScreen",props:{show:Boolean},slots:Object,setup(e,{slots:t}){const{isMobile:n}=To(),r=re(),o=ko(r);return Vt(()=>{o.value=!1}),Ae(n,s=>{!s&&e.show&&(o.value=!1)}),Ce(()=>{r.value=document.body}),Bt(()=>{o.value=!1}),()=>u(Fn,{name:"fade",onEnter:()=>{o.value=!0},onAfterLeave:()=>{o.value=!1}},()=>{var s,l;return e.show?u("div",{id:"nav-screen",class:"vp-nav-screen"},u("div",{class:"vp-nav-screen-container"},[(s=t.before)==null?void 0:s.call(t),u(N1),u("div",{class:"vp-outlook-wrapper"},u(Ru)),(l=t.after)==null?void 0:l.call(t)])):null})}}),F1=U({name:"NavbarBrand",setup(){const e=Pt(),t=Eo(),n=ye(),r=k(()=>n.value.home??e.value),o=k(()=>t.value.title),s=k(()=>n.value.navbarTitle??o.value),l=k(()=>n.value.logo?Fe(n.value.logo):null),a=k(()=>n.value.logoDark?Fe(n.value.logoDark):null);return()=>u(mt,{to:r.value,class:"vp-brand","aria-label":n.value.routeLocales.home},()=>[l.value?u("img",{class:["vp-nav-logo",{light:!!a.value}],src:l.value,alt:""}):null,a.value?u("img",{class:["vp-nav-logo dark"],src:a.value,alt:""}):null,s.value?u("span",{class:["vp-site-name",{"hide-in-pad":l.value&&(n.value.hideSiteNameOnMobile??!0)}]},s.value):null])}}),B1=U({name:"NavbarLinks",setup(){const e=Cu();return()=>e.value.length?u("nav",{class:"vp-nav-links"},e.value.map(t=>u("div",{class:"vp-nav-item hide-in-mobile"},"children"in t?u(R1,{config:t}):u(Ze,{config:t,iconSizing:"height"})))):null}}),V1=U({name:"RepoLink",setup(){const e=M1();return()=>e.value?u("div",{class:"vp-nav-item vp-action"},u("a",{class:"vp-action-link",href:e.value.link,target:"_blank",rel:"noopener noreferrer","aria-label":e.value.label},u(e1,{type:e.value.type,style:{width:"1.25rem",height:"1.25rem",verticalAlign:"middle"}}))):null}});const Mu=({active:e=!1},{emit:t})=>u("button",{type:"button",class:["vp-toggle-navbar-button",{"is-active":e}],"aria-label":"Toggle Navbar","aria-expanded":e,"aria-controls":"nav-screen",onClick:()=>{t("toggle")}},u("span",[u("span",{class:"vp-top"}),u("span",{class:"vp-middle"}),u("span",{class:"vp-bottom"})]));Mu.displayName="ToggleNavbarButton";const _s=(e,{emit:t})=>u("button",{type:"button",class:"vp-toggle-sidebar-button",title:"Toggle Sidebar",onClick:()=>{t("toggle")}},u("span",{class:"icon"}));_s.displayName="ToggleSidebarButton",_s.emits=["toggle"];var z1=U({name:"OutlookButton",setup(){const e=on(),{canToggle:t}=Lr(),{isSupported:n}=Co(),r=ht(),o=oe(!1),s=k(()=>!r.value&&e.value.fullscreen&&n),l=k(()=>t.value||s.value);return Vt(()=>{o.value=!1}),()=>l.value?u("div",{class:"vp-nav-item hide-in-mobile"},t.value&&!s.value?u(Lu):s.value&&!t.value?u(Ou):u("button",{type:"button",class:["vp-outlook-button",{open:o.value}],tabindex:"-1","aria-hidden":!0},[u($u),u("div",{class:"vp-outlook-dropdown"},u(Ru))])):null}}),W1=U({name:"NavBar",emits:["toggleSidebar"],slots:Object,setup(e,{emit:t,slots:n}){const r=ye(),{isMobile:o}=To(),s=oe(!1),l=k(()=>{const{navbarAutoHide:f="mobile"}=r.value;return f!=="none"&&(f==="always"||o.value)}),a=k(()=>r.value.navbarLayout??{start:["Brand"],center:["Links"],end:["Language","Repo","Outlook","Search"]}),i={Brand:F1,Language:Qr,Links:B1,Repo:V1,Outlook:z1,Search:_t("SearchBox")?Ee("SearchBox"):Qr},c=f=>i[f]??(_t(f)?Ee(f):Qr);return Vt(()=>{s.value=!1}),Ae(o,f=>{f||(s.value=!1)}),()=>{var f,d,p;return[u("header",{key:"navbar",id:"navbar",class:["vp-navbar",{"auto-hide":l.value}],"vp-navbar":""},[u("div",{class:"vp-navbar-start"},[u(_s,{onToggle:()=>{s.value&&(s.value=!1),t("toggleSidebar")}}),(f=a.value.start)==null?void 0:f.map(h=>u(c(h)))]),u("div",{class:"vp-navbar-center"},[(d=a.value.center)==null?void 0:d.map(h=>u(c(h)))]),u("div",{class:"vp-navbar-end"},[(p=a.value.end)==null?void 0:p.map(h=>u(c(h))),u(Mu,{active:s.value,onToggle:()=>{s.value=!s.value}})])]),u(j1,{show:s.value},{before:n.screenTop,after:n.screenBottom})]}}}),U1=U({name:"SidebarChild",props:{config:{type:Object,required:!0}},setup(e){const t=nn();return()=>Pe(e.config.link)?u(Ze,{class:["vp-sidebar-link",{active:cl(t,e.config)}],config:{...e.config,exact:!0}}):u("p",e,[u(Ee("VPIcon"),{icon:e.config.icon,sizing:"both"}),e.config.text])}}),q1=U({name:"SidebarGroup",props:{config:{type:Object,required:!0},open:{type:Boolean,required:!0}},emits:["toggle"],setup(e,{emit:t}){const n=nn(),r=oe(!1),o=k(()=>ul(n,e.config)),s=k(()=>cl(n,e.config)),l=k(()=>e.open||e.config.expanded&&!r.value);return()=>{const{collapsible:a,children:i=[],icon:c,prefix:f,link:d,text:p}=e.config;return u("section",{class:"vp-sidebar-group"},[u(a?"button":"p",{class:["vp-sidebar-header",{clickable:a||d,exact:s.value,active:o.value}],...a?{type:"button",onClick:()=>{r.value=!0,t("toggle")}}:{}},[u(Ee("VPIcon"),{icon:c,sizing:"both"}),d?u(Ze,{class:"vp-sidebar-title no-external-link-icon",config:{text:p,link:d}}):u("span",{class:"vp-sidebar-title"},p),a?u("span",{class:["vp-arrow",l.value?"down":"end"]}):null]),l.value||!a?u(Iu,{key:f,config:i}):null])}}}),Iu=U({name:"SidebarLinks",props:{config:{type:Array,required:!0}},setup(e){const t=nn(),n=Un(),r=oe(-1),o=s=>{r.value=s===r.value?-1:s};return lt(n,()=>{const s=e.config.findIndex(l=>ul(t,l));r.value=s},{flush:"post"}),()=>u("ul",{class:"vp-sidebar-links"},e.config.map((s,l)=>u("li","children"in s?u(q1,{config:s,open:l===r.value,onToggle:()=>{o(l)}}):u(U1,{config:s}))))}}),K1=U({name:"SideBar",slots:Object,setup(e,{slots:t}){const n=nn(),r=fl(),o=re();return Ce(()=>{lt(()=>n.hash,s=>{const l=document.querySelector(`.vp-sidebar a.vp-sidebar-link[href="${n.path}${s}"]`);if(!l)return;const{top:a,height:i}=o.value.getBoundingClientRect(),{top:c,height:f}=l.getBoundingClientRect();c<a?l.scrollIntoView(!0):c+f>a+i&&l.scrollIntoView(!1)})}),()=>{var s,l,a;return u("aside",{ref:o,key:"sidebar",id:"sidebar",class:"vp-sidebar","vp-sidebar":""},[(s=t.top)==null?void 0:s.call(t),((l=t.default)==null?void 0:l.call(t))??u(Iu,{config:r.value}),(a=t.bottom)==null?void 0:a.call(t)])}}}),Nu=U({name:"CommonWrapper",props:{containerClass:String,noNavbar:Boolean,noSidebar:Boolean,noToc:Boolean},slots:Object,setup(e,{slots:t}){const n=_e(),r=on(),o=ye(),{isMobile:s,isPC:l}=To(),a=ht(),[i,c]=ao(!1),[f,d]=ao(!1),p=fl(),h=re(),b=ko(h),_=oe(!1),w=k(()=>e.noNavbar||n.value.navbar===!1||o.value.navbar===!1?!1:!!(o.value.logo??o.value.repo??o.value.navbar)),S=k(()=>e.noSidebar?!1:(n.value.sidebar??!0)&&p.value.length!==0&&!n.value.home),y=k(()=>n.value.externalLinkIcon??r.value.externalLinkIcon??!0),m=k(()=>!e.noToc&&!n.value.home&&(n.value.toc??o.value.toc??!0)),E={x:0,y:0},R=V=>{E.x=V.changedTouches[0].clientX,E.y=V.changedTouches[0].clientY},z=V=>{const $=V.changedTouches[0].clientX-E.x,D=V.changedTouches[0].clientY-E.y;Math.abs($)>Math.abs(D)*1.5&&Math.abs($)>40&&($>0&&E.x<=80?c(!0):c(!1))};let x=0;return se("scroll",Nc(()=>{const V=window.scrollY;V<=58||V<x?_.value=!1:x+200<V&&!i.value&&(_.value=!0),x=V},300,!0)),Vt(()=>{c(!1)}),Ae(s,V=>{V||c(!1)}),Ae(i,V=>{b.value=V}),Ce(()=>{h.value=document.body}),Bt(()=>{b.value=!1}),()=>u(_t("GlobalEncrypt")?Ee("GlobalEncrypt"):ol,()=>u("div",{class:["theme-container",{"hide-navbar":_.value,"no-navbar":!w.value,"sidebar-collapsed":!s.value&&!l.value&&f.value,"sidebar-open":s.value&&i.value,"no-sidebar":!S.value&&!t.sidebar&&!t.sidebarTop&&!t.sidebarBottom,"external-link-icon":y.value,pure:a.value,"has-toc":m.value},e.containerClass??"",n.value.containerClass??""],"vp-container":"",onTouchStart:R,onTouchEnd:z},[w.value?u(W1,{onToggleSidebar:()=>c()},{screenTop:t.navScreenTop,screenBottom:t.navScreenBottom}):null,u(Fn,{name:"fade"},()=>i.value?u("div",{class:"vp-sidebar-mask",onClick:()=>c(!1)}):null),u(Fn,{name:"fade"},()=>s.value?null:u("div",{class:"toggle-sidebar-wrapper",onClick:()=>d()},u("span",{class:["arrow",f.value?"end":"start"]}))),u(K1,{},{default:t.sidebar,top:t.sidebarTop,bottom:t.sidebarBottom}),t.default(),u(O1)]))}});const ft=U({name:"DropTransition",props:{type:{type:String,default:"single"},delay:{type:Number,default:0},duration:{type:Number,default:.25},appear:Boolean},slots:Object,setup(e,{slots:t}){const n=o=>{o.style.transition=`transform ${e.duration}s ease-in-out ${e.delay}s, opacity ${e.duration}s ease-in-out ${e.delay}s`,o.style.transform="translateY(-20px)",o.style.opacity="0"},r=o=>{o.style.transform="translateY(0)",o.style.opacity="1"};return()=>{const o={name:"drop",appear:e.appear,onAppear:n,onAfterAppear:r,onEnter:n,onAfterEnter:r,onBeforeLeave:n},s=()=>t.default();return e.type==="group"?u(dc,o,s):u(Fn,o,s)}}});var dl=U({name:"MarkdownContent",props:{custom:Boolean},setup(e){const t=on(),n=oe(),r=Rv(n,{delayEnter:Jr(t.value.focus)?t.value.focus:1500,delayLeave:0}),o=k(()=>!!(t.value.focus??t.value.pure)&&r.value);return Ce(()=>{const s=document.documentElement;lt(o,l=>{l?s.classList.add("is-focusing"):s.classList.remove("is-focusing")})}),()=>u(Lc,{ref:n,class:["theme-hope-content",{custom:e.custom}],"vp-content":""})}}),G1=U({name:"PrintButton",setup(){const e=on(),t=ye();return()=>e.value.print===!1?null:u("button",{type:"button",class:"print-button",title:t.value.metaLocales.print,onClick:()=>{window.print()}},u(mu))}}),Y1=U({name:"TOC",props:{items:Array,options:Object},slots:Object,setup(e,{slots:t}){const n=Er(e,"options"),r=em(n),o=nn(),s=sn(),[l,a]=ao(),i=re(),c=oe("-1.7rem"),f=b=>{var _;(_=i.value)==null||_.scrollTo({top:b,behavior:"smooth"})},d=()=>{if(i.value){const b=document.querySelector(".vp-toc-item.active");b?c.value=`${b.getBoundingClientRect().top-i.value.getBoundingClientRect().top+i.value.scrollTop}px`:c.value="-1.7rem"}else c.value="-1.7rem"};Ce(()=>{lt(()=>o.hash,b=>{if(i.value){const _=document.querySelector(`#toc a.vp-toc-link[href$="${b}"]`);if(!_)return;const{top:w,height:S}=i.value.getBoundingClientRect(),{top:y,height:m}=_.getBoundingClientRect();y<w?f(i.value.scrollTop+y-w):y+m>w+S&&f(i.value.scrollTop+y+m-w-S)}},{flush:"post"}),lt(()=>o.fullPath,d,{flush:"post"})});const p=({title:b,level:_,slug:w})=>u(mt,{to:`#${w}`,class:["vp-toc-link",`level${_}`],onClick:()=>{a()}},()=>b),h=b=>b.length?u("ul",{class:"vp-toc-list"},b.map(_=>{const w=h(_.children);return[u("li",{class:["vp-toc-item",{active:o.hash===`#${_.slug}`}]},p(_)),w?u("li",w):null]})):null;return()=>{var S,y,m;const b=(S=e.items)!=null&&S.length?h(e.items):h(r.value),_=(y=t.before)==null?void 0:y.call(t),w=(m=t.after)==null?void 0:m.call(t);return u(Gs,()=>b||_||w?u("div",{class:"vp-toc-placeholder"},[u("aside",{id:"toc","vp-toc":""},[_,b?[u("div",{class:"vp-toc-header",onClick:()=>{a()}},[s.value.toc,u(G1),u("div",{class:["arrow",l.value?"down":"end"]})]),u("div",{class:["vp-toc-wrapper",l.value?"open":""],ref:i},[b,u("div",{class:"vp-toc-marker",style:{top:c.value}})])]:null,w])]):null)}}}),Du=U({name:"SkipLink",props:{content:{type:String,default:"main-content"}},setup(e){const t=ye(),n=re(),r=({target:o})=>{const s=document.querySelector(o.hash);if(s){const l=()=>{s.removeAttribute("tabindex"),s.removeEventListener("blur",l)};s.setAttribute("tabindex","-1"),s.addEventListener("blur",l),s.focus(),window.scrollTo(0,0)}};return Vt(()=>{var o;(o=n.value)==null||o.focus()}),()=>[u("span",{ref:n,tabindex:"-1"}),u("a",{href:`#${e.content}`,class:"vp-skip-link sr-only",onClick:r},t.value.routeLocales.skipToContent)]}});let Xo=null,Xn=null;const ws={wait:()=>Xo,pending:()=>{Xo=new Promise(e=>{Xn=e})},resolve:()=>{Xn==null||Xn(),Xo=null,Xn=null}},Hu=(e,{slots:t})=>u(Fn,{name:"fade-slide-y",mode:"out-in",onBeforeEnter:ws.resolve,onBeforeLeave:ws.pending},()=>t.default());Hu.displayName="FadeSlideY";var J1=U({name:"PageTitle",setup(){const e=pt(),t=_e(),n=ye(),{info:r,items:o}=m1();return()=>u("div",{class:"vp-page-title"},[u("h1",[n.value.titleIcon===!1?null:u(Ee("VPIcon"),{icon:t.value.icon}),e.value.title]),u(C1,{info:r.value,items:o.value}),u("hr")])}});const Q1=(e,t)=>{const n=e.replace(t,"/").split("/"),r=[];let o=Ws(t);return n.forEach((s,l)=>{l!==n.length-1?(o+=`${s}/`,r.push({link:o,name:s||"Home"})):s!==""&&(o+=s,r.push({link:o,name:s}))}),r},za=(e,t)=>e===!1?e:_o(e)?{...e,link:co(e.link,!0,t).link}:Pe(e)?co(e,!0,t):null,Ss=(e,t,n)=>{const r=e.findIndex(s=>s.link===t);if(r!==-1){if(!e[r+n])return null;const s=e[r+n];return s.link?s:"prefix"in s&&!Ht(s.prefix).notFound?{...s,link:s.prefix}:null}for(const s of e)if("children"in s){const l=Ss(s.children,t,n);if(l)return l}const o=e.findIndex(s=>"prefix"in s&&s.prefix===t);if(o!==-1){if(!e[o+n])return null;const s=e[o+n];return s.link?s:"prefix"in s&&!Ht(s.prefix).notFound?{...s,link:s.prefix}:null}return null},X1=()=>{const e=_e(),t=ye(),n=fl(),r=Un(),o=k(()=>{const l=za(e.value.prev,r.value);return l===!1?null:l??(t.value.prevLink===!1?null:Ss(n.value,r.value,-1))}),s=k(()=>{const l=za(e.value.next,r.value);return l===!1?null:l??(t.value.nextLink===!1?null:Ss(n.value,r.value,1))});return{prevLink:o,nextLink:s}},Es=(e,{slots:t})=>{var d,p;const{bgImage:n,bgImageDark:r,bgImageStyle:o,color:s,description:l,image:a,imageDark:i,header:c,features:f=[]}=e;return u("div",{class:"vp-feature-wrapper"},[n?u("div",{class:["vp-feature-bg",{light:r}],style:[{"background-image":`url(${n})`},o]}):null,r?u("div",{class:"vp-feature-bg dark",style:[{"background-image":`url(${r})`},o]}):null,u("div",{class:"vp-feature",style:s?{color:s}:{}},[((d=t.image)==null?void 0:d.call(t,e))??[a?u("img",{class:["vp-feature-image",{light:i}],src:Fe(a),alt:""}):null,i?u("img",{class:"vp-feature-image dark",src:Fe(i),alt:""}):null],((p=t.info)==null?void 0:p.call(t,e))??[c?u("h2",{class:"vp-feature-header"},c):null,l?u("p",{class:"vp-feature-description",innerHTML:l}):null],f.length?u("div",{class:"vp-features"},f.map(({icon:h,title:b,details:_,link:w})=>{const S=[u("h3",{class:"vp-feature-title"},[u(Ee("VPIcon"),{icon:h}),u("span",{innerHTML:b})]),u("p",{class:"vp-feature-details",innerHTML:_})];return w?zs(w)?u("a",{class:"vp-feature-item link",href:w,"aria-label":b,target:"_blank"},S):u(mt,{class:"vp-feature-item link",to:w,"aria-label":b},()=>S):u("div",{class:"vp-feature-item"},S)})):null])])};Es.displayName="FeaturePanel";var Z1=U({name:"HeroInfo",slots:Object,setup(e,{slots:t}){const n=_e(),r=Eo(),o=k(()=>n.value.heroFullScreen??!1),s=k(()=>{const{heroText:c,tagline:f}=n.value;return{text:c??(r.value.title||"Hello"),tagline:f??r.value.description,isFullScreen:o.value}}),l=k(()=>{const{heroText:c,heroImage:f,heroImageDark:d,heroAlt:p,heroImageStyle:h}=n.value;return{image:f?Fe(f):null,imageDark:d?Fe(d):null,imageStyle:h,alt:p??c??"",isFullScreen:o.value}}),a=k(()=>{const{bgImage:c,bgImageDark:f,bgImageStyle:d}=n.value;return{image:Pe(c)?Fe(c):null,imageDark:Pe(f)?Fe(f):null,bgStyle:d,isFullScreen:o.value}}),i=k(()=>n.value.actions??[]);return()=>{var c,f,d;return u("header",{class:["vp-hero-info-wrapper",{fullscreen:o.value}]},[((c=t.bg)==null?void 0:c.call(t,a.value))??[a.value.image?u("div",{class:["vp-hero-mask",{light:a.value.imageDark}],style:[{"background-image":`url(${a.value.image})`},a.value.bgStyle]}):null,a.value.imageDark?u("div",{class:"vp-hero-mask dark",style:[{"background-image":`url(${a.value.imageDark})`},a.value.bgStyle]}):null],u("div",{class:"vp-hero-info"},[((f=t.logo)==null?void 0:f.call(t,l.value))??u(ft,{appear:!0,type:"group"},()=>{const{image:p,imageDark:h,imageStyle:b,alt:_}=l.value;return[p?u("img",{key:"light",class:["vp-hero-image",{light:h}],style:b,src:p,alt:_}):null,h?u("img",{key:"dark",class:"vp-hero-image dark",style:b,src:h,alt:_}):null]}),((d=t.info)==null?void 0:d.call(t,s.value))??u("div",{class:"vp-hero-infos"},[s.value.text?u(ft,{appear:!0,delay:.04},()=>u("h1",{id:"main-title",class:"vp-hero-title"},s.value.text)):null,s.value.tagline?u(ft,{appear:!0,delay:.08},()=>u("p",{id:"main-description",innerHTML:s.value.tagline})):null,i.value.length?u(ft,{appear:!0,delay:.12},()=>u("p",{class:"vp-hero-actions"},i.value.map(p=>u(Ze,{class:["vp-hero-action",p.type??"default","no-external-link-icon"],config:p})))):null])])])}}});const ju=(e,{slots:t})=>{var p,h,b;const{bgImage:n,bgImageDark:r,bgImageStyle:o,color:s,description:l,image:a,imageDark:i,header:c,highlights:f=[],type:d="un-order"}=e;return u("div",{class:"vp-highlight-wrapper",style:s?{color:s}:{}},[n?u("div",{class:["vp-highlight-bg",{light:r}],style:[{"background-image":`url(${n})`},o]}):null,r?u("div",{class:"vp-highlight-bg dark",style:[{"background-image":`url(${r})`},o]}):null,u("div",{class:"vp-highlight"},[((p=t.image)==null?void 0:p.call(t,e))??[a?u("img",{class:["vp-highlight-image",{light:i}],src:Fe(a),alt:""}):null,i?u("img",{class:"vp-highlight-image dark",src:Fe(i),alt:""}):null],((h=t.info)==null?void 0:h.call(t,e))??[u("div",{class:"vp-highlight-info-wrapper"},u("div",{class:"vp-highlight-info"},[c?u("h2",{class:"vp-highlight-header",innerHTML:c}):null,l?u("p",{class:"vp-highlight-description",innerHTML:l}):null,((b=t.highlights)==null?void 0:b.call(t,f))??u(d==="order"?"ol":d==="no-order"?"dl":"ul",{class:"vp-highlights"},f.map(({icon:_,title:w,details:S,link:y})=>{const m=[u(d==="no-order"?"dt":"h3",{class:"vp-highlight-title"},[_?u(Ee("VPIcon"),{class:"vp-highlight-icon",icon:_}):null,u("span",{innerHTML:w})]),S?u(d==="no-order"?"dd":"p",{class:"vp-highlight-details",innerHTML:S}):null];return u(d==="no-order"?"div":"li",{class:["vp-highlight-item-wrapper",{link:y}]},y?zs(y)?u("a",{class:"vp-highlight-item link",href:y,"aria-label":w,target:"_blank"},m):u(mt,{class:"vp-highlight-item link",to:y,"aria-label":w},()=>m):u("div",{class:"vp-highlight-item"},m))}))]))]])])};ju.displayName="HighlightPanel";var e0=U({name:"HomePage",slots:Object,setup(e,{slots:t}){const n=_e(),r=k(()=>{const{features:s}=n.value;return io(s)?s:null}),o=k(()=>{const{highlights:s}=n.value;return io(s)?s:null});return()=>{var s,l,a,i;return u("main",{id:"main-content",class:"vp-page vp-project-home","aria-labelledby":n.value.heroText===""?"":"main-title"},[(s=t.top)==null?void 0:s.call(t),u(Z1),((l=o.value)==null?void 0:l.map(c=>"features"in c?u(Es,c):u(ju,c)))??(r.value?u(ft,{appear:!0,delay:.24},()=>u(Es,{features:r.value})):null),(a=t.center)==null?void 0:a.call(t),u(ft,{appear:!0,delay:.32},()=>u(dl)),(i=t.bottom)==null?void 0:i.call(t)])}}}),t0=U({name:"BreadCrumb",setup(){const e=pt(),t=Pt(),n=Un(),r=_e(),o=ye(),s=re([]),l=k(()=>(r.value.breadcrumb??o.value.breadcrumb??!0)&&s.value.length>1),a=k(()=>r.value.breadcrumbIcon??o.value.breadcrumbIcon??!0),i=()=>{const c=Q1(e.value.path,t.value).map(({link:f,name:d})=>{const{path:p,meta:h,notFound:b}=Ht(f);return b||h.breadcrumbExclude?null:{title:h.shortTitle||h.title||d,icon:h.icon,path:p}}).filter(f=>f!==null);c.length>1&&(s.value=c)};return Ce(()=>{lt(n,i)}),()=>u("nav",{class:["vp-breadcrumb",{disable:!l.value}]},l.value?u("ol",{vocab:"https://schema.org/",typeof:"BreadcrumbList"},s.value.map((c,f)=>u("li",{class:{"is-active":s.value.length-1===f},property:"itemListElement",typeof:"ListItem"},[u(mt,{to:c.path,property:"item",typeof:"WebPage"},()=>[a.value?u(Ee("VPIcon"),{icon:c.icon}):null,u("span",{property:"name"},c.title||"Unknown")]),u("meta",{property:"position",content:f+1})]))):[])}}),n0=U({name:"PageNav",setup(){const e=ye(),t=al(),{prevLink:n,nextLink:r}=X1();return se("keydown",o=>{o.altKey&&(o.key==="ArrowRight"?r.value&&(t(r.value.link),o.preventDefault()):o.key==="ArrowLeft"&&n.value&&(t(n.value.link),o.preventDefault()))}),()=>n.value||r.value?u("nav",{class:"vp-page-nav"},[n.value?u(Ze,{class:"prev",config:n.value},()=>{var o,s;return[u("div",{class:"hint"},[u("span",{class:"arrow start"}),e.value.metaLocales.prev]),u("div",{class:"link"},[u(Ee("VPIcon"),{icon:(o=n.value)==null?void 0:o.icon}),(s=n.value)==null?void 0:s.text])]}):null,r.value?u(Ze,{class:"next",config:r.value},()=>{var o,s;return[u("div",{class:"hint"},[e.value.metaLocales.next,u("span",{class:"arrow end"})]),u("div",{class:"link"},[(o=r.value)==null?void 0:o.text,u(Ee("VPIcon"),{icon:(s=r.value)==null?void 0:s.icon})])]}):null]):null}});const r0=()=>{const e=ye(),t=pt(),n=_e();return k(()=>{var r;return n.value.contributors??e.value.contributors??!0?((r=t.value.git)==null?void 0:r.contributors)??null:null})},o0={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"},s0=({docsRepo:e,docsBranch:t,docsDir:n,filePathRelative:r,editLinkPattern:o})=>{if(!r)return null;const s=sl(e);let l;return o?l=o:s!==null&&(l=o0[s]),l?l.replace(/:repo/u,Pr(e)?e:`https://github.com/${e}`).replace(/:branch/u,t).replace(/:path/u,vc(`${Ws(n)}/${r}`)):null},l0=()=>{const e=ye(),t=pt(),n=_e();return k(()=>{const{repo:r,docsRepo:o=r,docsBranch:s="main",docsDir:l="",editLink:a,editLinkPattern:i=""}=e.value;if(!(n.value.editLink??a??!0)||!o)return null;const c=s0({docsRepo:o,docsBranch:s,docsDir:l,editLinkPattern:i,filePathRelative:t.value.filePathRelative});return c?{text:e.value.metaLocales.editLink,link:c}:null})},a0=()=>{const e=Eo(),t=ye(),n=pt(),r=_e();return k(()=>{var o;return!(r.value.lastUpdated??t.value.lastUpdated??!0)||!((o=n.value.git)!=null&&o.updatedTime)?null:new Date(n.value.git.updatedTime).toLocaleString(e.value.lang)})},Fu=()=>u(He,{name:"edit"},()=>[u("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"}),u("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"})]);Fu.displayName="EditIcon";var i0=U({name:"PageMeta",setup(){const e=ye(),t=l0(),n=a0(),r=r0();return()=>{var s;const{metaLocales:o}=e.value;return u("footer",{class:"vp-page-meta"},[t.value?u("div",{class:"vp-meta-item edit-link"},u(Ze,{class:"vp-meta-label",config:t.value},{before:()=>u(Fu)})):null,u("div",{class:"vp-meta-item git-info"},[n.value?u("div",{class:"update-time"},[u("span",{class:"vp-meta-label"},`${o.lastUpdated}: `),u("span",{class:"vp-meta-info","data-allow-mismatch":"text"},n.value)]):null,(s=r.value)!=null&&s.length?u("div",{class:"contributors"},[u("span",{class:"vp-meta-label"},`${o.contributors}: `),r.value.map(({email:l,name:a},i,c)=>[u("span",{class:"vp-meta-info",title:`email: ${l}`},a),i!==c.length-1?",":""])]):null])])}}}),c0=U({name:"NormalPage",slots:Object,setup(e,{slots:t}){const n=_e(),{isDarkMode:r}=Lr(),o=ye(),s=k(()=>n.value.toc??o.value.toc??!0),l=k(()=>[2,(n.value.headerDepth??o.value.headerDepth??2)+1]);return()=>u("main",{id:"main-content",class:"vp-page"},u(_t("LocalEncrypt")?Ee("LocalEncrypt"):ol,()=>{var a,i,c,f;return[(a=t.top)==null?void 0:a.call(t),n.value.cover?u("div",{class:"page-cover"},u("img",{src:Fe(n.value.cover),alt:"","no-view":""})):null,u(t0),u(J1),s.value?u(Y1,{options:{levels:l.value,ignore:[".vp-badge"]}},{before:t.tocBefore,after:t.tocAfter}):null,(i=t.contentBefore)==null?void 0:i.call(t),u(dl),(c=t.contentAfter)==null?void 0:c.call(t),u(i0),u(n0),_t("CommentService")?u(Ee("CommentService"),{darkmode:r.value}):null,(f=t.bottom)==null?void 0:f.call(t)]}))}}),u0=U({name:"PortfolioHero",slots:Object,setup(e,{slots:t}){const n=fu(),r=_e(),o=oe(0),s=k(()=>{var p;return((p=r.value.titles)==null?void 0:p[o.value])??""}),l=oe(""),a=k(()=>{const{name:p,avatar:h,avatarDark:b,avatarAlt:_,avatarStyle:w}=r.value;return{name:p??n.value.name,avatar:h?Fe(h):null,avatarDark:b?Fe(b):null,avatarStyle:w,alt:(_||p)??""}}),i=k(()=>{const{bgImage:p,bgImageDark:h,bgImageStyle:b}=r.value;return{image:Pe(p)?Fe(p):null,imageDark:Pe(h)?Fe(h):null,bgStyle:b}}),c=k(()=>{const{welcome:p,name:h,titles:b=[],medias:_}=r.value;return{name:h??n.value.name,welcome:p??"👋 Hi There, I'm",title:l.value,titles:b,medias:_??null}}),f=()=>{l.value="";let p=0,h=!1;const b=async()=>{if(!h)if(l.value+=s.value[p],p+=1,await Sn(),p<s.value.length)setTimeout(()=>{b()},150);else{const _=c.value.titles.length;setTimeout(()=>{o.value=_<=1||o.value===c.value.titles.length-1?0:o.value+1},1e3)}};return b(),()=>{h=!0}};let d;return Ce(()=>{lt(s,()=>{d==null||d(),d=f()})}),()=>{var p,h,b;return u("section",{id:"portfolio",class:["vp-portfolio",{bg:i.value.image}]},[((p=t.bg)==null?void 0:p.call(t,i.value))??[i.value.image?u("div",{class:["vp-portfolio-mask",{light:i.value.imageDark}],style:[{background:`url(${i.value.image}) center/cover no-repeat`},i.value.bgStyle]}):null,i.value.imageDark?u("div",{class:"vp-portfolio-mask dark",style:[{background:`url(${i.value.imageDark}) center/cover no-repeat`},i.value.bgStyle]}):null],((h=t.avatar)==null?void 0:h.call(t,a.value))??u("div",{class:"vp-portfolio-avatar"},[u(ft,{delay:.04},()=>{const{avatar:_,avatarDark:w,name:S,alt:y,avatarStyle:m}=a.value;return[_?u("img",{key:"light",class:{light:w},src:_,title:S,alt:y,style:m}):null,w?u("img",{key:"dark",class:"dark",src:w,title:S,alt:y,style:m}):null]})]),u("div",{class:"vp-portfolio-container"},((b=t.info)==null?void 0:b.call(t,c.value))??u("div",{class:"vp-portfolio-info"},[u(ft,{appear:!0,delay:.08},()=>u("h6",{class:"vp-portfolio-welcome"},c.value.welcome)),u(ft,{appear:!0,delay:.12},()=>u("h1",{class:"vp-portfolio-name",id:"main-title"},c.value.name)),u(ft,{appear:!0,delay:.16},()=>u("h2",{class:"vp-portfolio-title"},l.value)),u(ft,{appear:!0,delay:.2},()=>c.value.medias?u("div",{class:"vp-portfolio-medias"},c.value.medias.map(({name:_,url:w,icon:S})=>u("a",{class:"vp-portfolio-media",href:w,rel:"noopener noreferrer",target:"_blank",title:_},u(Ee("VPIcon"),{icon:S,sizing:"both"})))):_t("SocialMedias")?u(Ee("SocialMedias")):null)]))])}}}),f0=U({name:"PortfolioHome",setup(){const e=_e(),t=k(()=>e.value.content??"portfolio");return()=>u("main",{id:"main-content",class:"vp-page vp-portfolio-home","aria-labelledby":"main-title"},[u(u0),t.value==="none"?null:u("div",{},u(ft,{appear:!0,delay:.24},()=>u(dl,{class:{"vp-portfolio-content":t.value==="portfolio"}})))])}}),d0=U({name:"Layout",slots:Object,setup(e,{slots:t}){ye();const n=pt(),r=_e(),o=ht(),{isMobile:s}=To(),l=k(()=>"none");return()=>[u(Du),u(Nu,{},{default:()=>{var a;return((a=t.default)==null?void 0:a.call(t))??(r.value.portfolio?u(f0):r.value.home?u(e0):u(o.value?ol:Hu,()=>u(c0,{key:n.value.path},{top:t.top,bottom:t.bottom,contentBefore:t.contentBefore,contentAfter:t.contentAfter,tocBefore:t.tocBefore,tocAfter:t.tocAfter})))},navScreenBottom:l.value==="none"&&_t("BloggerInfo")?()=>u(Ee("BloggerInfo")):null,sidebar:!s.value&&l.value==="always"&&_t("BloggerInfo")?()=>u(Ee("BloggerInfo")):null})]}}),p0=U({name:"NotFoundHint",setup(){const e=ye(),t=()=>{const n=e.value.routeLocales.notFoundMsg;return n[Math.floor(Math.random()*n.length)]};return()=>u("div",{class:"not-found-hint"},[u("p",{class:"error-code"},"404"),u("h1",{class:"error-title"},e.value.routeLocales.notFoundTitle),u("p",{class:"error-hint"},t())])}}),h0=U({name:"NotFound",slots:Object,setup(e,{slots:t}){const n=Wn(),r=Pt(),o=ye();return()=>[u(Du),u(Nu,{noSidebar:!0},()=>{var s;return u("main",{id:"main-content",class:"vp-page not-found"},((s=t.default)==null?void 0:s.call(t))??[u(p0),u("div",{class:"actions"},[u("button",{type:"button",class:"action-button",onClick:()=>{window.history.go(-1)}},o.value.routeLocales.back),u("button",{type:"button",class:"action-button",onClick:()=>{n.push(o.value.home??r.value)}},o.value.routeLocales.home)])])})]}});ag(e=>{const t=e.title,n=e.index??!0,r=e.icon;return n?{title:t,content:r?()=>[u(Ee("VPIcon"),{icon:r}),t]:null,order:e.order,index:e.index}:null});const v0={enhance:({app:e,router:t})=>{const{scrollBehavior:n}=t.options;t.options.scrollBehavior=async(...r)=>(await ws.wait(),n(...r)),$1(e)},setup:()=>{L1(),T1()},layouts:{Layout:d0,NotFound:h0}},m0=Object.freeze(Object.defineProperty({__proto__:null,default:v0},Symbol.toStringTag,{value:"Module"})),Bu=`.theme-container .vp-page.vp-portfolio-home,
|
|
.theme-container .vp-page.vp-blog-home {
|
|
padding-top: 0;
|
|
}
|
|
.vp-blog-hero.fullscreen {
|
|
height: 100vh;
|
|
}
|
|
`,g0=Bu+`.theme-container .vp-project-home {
|
|
padding-top: 0;
|
|
}
|
|
|
|
.vp-hero-info-wrapper{
|
|
padding-top: var(--navbar-height);
|
|
}
|
|
`,b0=[".vp-navbar",".vp-site-name",".vp-dropdown-title",".vp-dropdown-subtitle",".vp-navbar .auto-link",".vp-navbar .auto-link.route-link-active",".vp-action-link",".vp-color-mode-switch",".vp-outlook-button",".slimsearch-button",".DocSearch-Button"],y0=[".vp-toggle-navbar-button .vp-top",".vp-toggle-navbar-button .vp-middle",".vp-toggle-navbar-button .vp-bottom",".vp-toggle-sidebar-button .icon",".vp-toggle-sidebar-button:before",".vp-toggle-sidebar-button:after"],_0=e=>e.replace(/"/g,"'").replace(/%/g,"%25").replace(/#/g,"%23").replace(/{/g,"%7B").replace(/}/g,"%7D").replace(/</g,"%3C").replace(/>/g,"%3E"),Wa=(e,t="")=>`${b0.map(n=>`${t} .transparent-navbar ${n}`).join(",")} {
|
|
color: ${e};
|
|
}
|
|
${y0.map(n=>`${t} .transparent-navbar ${n}`).join(",")} {
|
|
background: ${e};
|
|
}
|
|
|
|
${t}.transparent-navbar .dropdown-wrapper .dropdown-title > .arrow {
|
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='${_0(e)}' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");
|
|
}
|
|
`,w0=({type:e,threshold:t=50,light:n,dark:r}={})=>{const o=Un(),s=Pt(),l=_e(),a=k(e==="all"?()=>!0:e==="homepage"?()=>l.value.home??o.value===s.value:()=>l.value.portfolio??l.value.layout==="BlogHome"),i=()=>{window.scrollY<t&&a.value?document.body.classList.add("transparent-navbar"):document.body.classList.remove("transparent-navbar")};Vv((e==="homepage"?g0:Bu)+(n?Wa(n,""):"")+(r&&n!==r?Wa(r,'[data-theme="dark"]'):"")),se("scroll",i),Ce(()=>{lt(o,()=>i,{flush:"post"})})},pl=(e,t)=>{const n=e.__vccOpts||e;for(const[r,o]of t)n[r]=o;return n},S0={name:"BlankLayout"},E0={class:"theme-container blank-layout"};function C0(e,t,n,r,o,s){const l=Ee("Content"),a=Ee("VPFooter");return Le(),je("div",E0,[Se(l),Se(a)])}const k0=pl(S0,[["render",C0]]),x0="/images/portrait/ulf-gebhardt.jpg",T0={class:"grid grid-cols-1 md:grid-cols-10 gap-8"},A0={class:"md:col-span-7"},P0={key:0,class:"my-4 p-3 bg-green-100 text-green-700 rounded-md mb-4"},$0={key:1,class:"my-4 p-3 bg-red-100 text-red-700 rounded-md mb-4"},L0={class:"my-4"},O0={class:"my-4"},R0={class:"my-4"},M0={class:"my-4"},I0={class:"my-4 flex justify-end"},N0=["disabled"],D0={key:0},H0={key:1},j0=U({__name:"ContactForm",setup(e){const t=Xt({name:"",email:"",phone:"",message:""}),n=oe(!1),r=oe(!1),o=oe(""),s=async()=>{try{n.value=!0,o.value="";const l=await fetch("/api/mail",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({name:t.name,email:t.email,telephone:t.phone||void 0,text:t.message})});if(l.status!==200)throw new Error("Bei der Kommunikation mit dem Server ist ein Fehler aufgetreten.");const a=await l.json();if(!l.ok)throw new Error(a.error||"Fehler beim Senden der Nachricht");t.name="",t.email="",t.phone="",t.message="",r.value=!0,setTimeout(()=>{r.value=!1},5e3)}catch(l){o.value=l instanceof Error?l.message:"Ein unbekannter Fehler ist aufgetreten"}finally{n.value=!1}};return(l,a)=>(Le(),je(Re,null,[a[6]||(a[6]=ne("p",{class:"text-gray-600 dark:text-gray-300 mb-8"},[oo(" Wir freuen uns auf deine Nachricht. Als Ansprechpartner steht dir "),ne("strong",null,"Ulf Gebhardt"),oo(" für deine Fragen gerne zur Verfügung. ")],-1)),ne("div",T0,[a[5]||(a[5]=ne("div",{class:"flex flex-col items-center md:items-end md:self-start md:col-span-3 md:sticky md:top-8"},[ne("img",{src:x0,alt:"Ulf Gebhardt",class:"rounded-lg shadow-md w-75 h-auto mb-6"})],-1)),ne("div",A0,[a[4]||(a[4]=nc('<h3 class="mb-4">Telefon</h3><div class="flex-col gap-2 mb-8"><p class="flex items-center"><svg xmlns="http://www.w3.org/2000/svg" class="phone-number h-5 w-5 mr-2" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"></path></svg><a href="tel:+4915784841600" class="phone-number hover:!underline">+49 15784841600</a></p></div><h3 class="mb-4">Nachricht</h3>',3)),ne("form",{onSubmit:yp(s,["prevent"])},[r.value?(Le(),je("div",P0," Deine Nachricht wurde erfolgreich gesendet. Vielen Dank! ")):Ol("",!0),o.value?(Le(),je("div",$0,Qe(o.value),1)):Ol("",!0),ne("div",L0,[Nr(ne("input",{id:"name","onUpdate:modelValue":a[0]||(a[0]=i=>t.name=i),type:"text",placeholder:"Name",required:"",minlength:"2",maxlength:"35",class:"w-full p-3 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:highlight focus:border-transparent"},null,512),[[Fr,t.name]])]),ne("div",O0,[Nr(ne("input",{id:"email","onUpdate:modelValue":a[1]||(a[1]=i=>t.email=i),type:"email",placeholder:"E-Mail",required:"",class:"w-full p-3 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:highlight focus:border-transparent"},null,512),[[Fr,t.email]])]),ne("div",R0,[Nr(ne("input",{id:"phone","onUpdate:modelValue":a[2]||(a[2]=i=>t.phone=i),type:"tel",placeholder:"Telefon",minlength:"8",class:"w-full p-3 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:highlight focus:border-transparent"},null,512),[[Fr,t.phone]])]),ne("div",M0,[Nr(ne("textarea",{id:"message","onUpdate:modelValue":a[3]||(a[3]=i=>t.message=i),rows:"4",placeholder:"Deine Nachricht",required:"",minlength:"5",class:"w-full p-3 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:highlight focus:border-transparent"},null,512),[[Fr,t.message]])]),ne("div",I0,[ne("button",{type:"submit",disabled:n.value,class:"text-white py-2 px-6 rounded-md transition-colors duration-200 focus:outline-none focus:ring-2 focus:highlight focus:ring-offset-2"},[n.value?(Le(),je("span",D0,"Wird gesendet...")):(Le(),je("span",H0,"Nachricht senden"))],8,N0)])],32)])])],64))}}),F0={name:"ContentSection",props:{title:{type:String,required:!0},backgroundColor:{type:String,default:"bg-white dark:bg-gray-900"},id:{type:String,default:""}}},B0=["id"],V0={class:"content-width"},z0={class:"py-16"};function W0(e,t,n,r,o,s){return Le(),je("section",{id:n.id,class:ho([n.backgroundColor])},[ne("div",V0,[ne("div",z0,[ne("h1",null,Qe(n.title),1),rd(e.$slots,"default")])])],10,B0)}const U0=pl(F0,[["render",W0]]),q0={name:"FooterSection",computed:{currentYear(){return new Date().getFullYear()}}},K0={class:"bg-[#22596c] text-white py-8"},G0={class:"content-width mx-auto px-4 md:px-6"},Y0={class:"flex flex-col md:flex-row justify-between items-center"},J0={class:"mb-4 md:mb-0"},Q0={class:"text-sm"};function X0(e,t,n,r,o,s){return Le(),je("footer",K0,[ne("div",G0,[ne("div",Y0,[ne("div",J0,[ne("p",Q0,"© "+Qe(s.currentYear)+" CC BY IT4C.dev & Autoren",1)]),t[0]||(t[0]=nc('<div class="flex flex-col sm:flex-row items-center gap-4 sm:gap-6"><a href="/impressum.html" class="!text-white hover:!text-gray-300 hover:!underline text-sm transition-colors"> Impressum </a><a href="https://github.com/IT4Change" target="_blank" rel="noopener noreferrer" class="!text-white hover:!text-gray-300 hover:!underline flex items-center gap-2 text-sm transition-colors"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-github"><path d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4"></path><path d="M9 18c-4.51 2-5-2-7-2"></path></svg> GitHub </a></div>',1))])])])}const Z0=pl(q0,[["render",X0]]),e2={class:"grid grid-cols-12 items-start mb-16"},t2={class:"col-span-3 text-right pr-8"},n2={class:"text-5xl sm:text-6xl font-bold highlight-number"},r2={class:"col-span-9 pt-0 sm:pt-2"},o2={class:"text-xl font-semibold mb-2"},s2={class:"text-gray-600 dark:text-gray-300"},l2=U({__name:"ProcessStep",props:{number:{},title:{},description:{}},setup(e){return(t,n)=>(Le(),je("div",e2,[ne("div",t2,[ne("span",n2,Qe(t.number.padStart(2,"0")),1)]),ne("div",r2,[ne("h3",o2,Qe(t.title),1),ne("p",s2,Qe(t.description),1)])]))}}),a2=["href"],i2={class:"border border-gray-300 rounded-lg p-6"},c2=["src","alt"],u2={class:"text-xl font-semibold mb-2"},f2={class:"text-gray-600 dark:text-gray-300 mb-4"},d2={class:"flex flex-wrap gap-2"},p2=U({__name:"ProjectCard",props:{title:{},description:{},image:{},tags:{},href:{}},setup(e){return(t,n)=>(Le(),je("a",{href:t.href},[ne("div",i2,[ne("img",{src:t.image,alt:t.title,class:"rounded-lg mb-4 w-full h-auto object-contain"},null,8,c2),ne("h3",u2,Qe(t.title),1),ne("p",f2,Qe(t.description),1),ne("div",d2,[(Le(!0),je(Re,null,Li(t.tags,r=>(Le(),je("span",{key:r,class:"tag px-3 py-1 rounded-full text-sm"},Qe(r),1))),128))])])],8,a2))}}),h2={class:"p-6 border border-gray-300 rounded-lg"},v2={class:"text-xl font-semibold mb-4"},m2={class:"space-y-2 text-gray-600 dark:text-gray-300"},g2=U({__name:"ServiceCard",props:{title:{},items:{}},setup(e){return(t,n)=>(Le(),je("div",h2,[ne("h3",v2,Qe(t.title),1),ne("ul",m2,[(Le(!0),je(Re,null,Li(t.items,r=>(Le(),je("li",{key:r},Qe(r),1))),128))])]))}}),b2=["href"],y2={class:"relative w-48 h-48 mx-auto mb-4"},_2=["src","alt"],w2={class:"font-semibold text-gray-900 dark:text-gray-50 transition-colors duration-200 group-hover:text-gray-600 group-hover:dark:text-gray-300"},S2={class:"text-sm text-gray-600 dark:text-gray-300"},E2=U({__name:"TeamMember",props:{name:{},role:{},image:{},profileUrl:{}},setup(e){return(t,n)=>(Le(),je("a",{href:t.profileUrl,class:"block text-center group transition-transform duration-200 hover:-translate-y-2 active:translate-y-0"},[ne("div",y2,[ne("img",{src:t.image,alt:t.name,class:"rounded-full w-full h-full object-cover grayscale transition-all duration-200 transform group-hover:scale-[1.05]"},null,8,_2),n[0]||(n[0]=ne("div",{class:"absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-[115%] h-[115%] rounded-full overlay-bg opacity-0 group-hover:opacity-25 transition-opacity duration-200"},null,-1))]),ne("h4",w2,Qe(t.name),1),ne("p",S2,Qe(t.role),1)],8,b2))}}),C2=["src","width"],k2=U({__name:"CaptionedImage",props:{src:{},caption:{},width:{}},setup(e){return(t,n)=>(Le(),je("figure",null,[ne("img",{src:t.src,alt:"",width:t.width},null,8,C2),ne("figcaption",null,Qe(t.caption),1)]))}}),x2=St({enhance({app:e}){e.component("ContactForm",j0),e.component("ContentSection",U0),e.component("VPFooter",Z0),e.component("ProcessStep",l2),e.component("ProjectCard",p2),e.component("TeamMember",E2),e.component("ServiceCard",g2),e.component("CaptionedImage",k2)},setup(){w0({type:"homepage"})},layouts:{BlankLayout:k0}}),T2=Object.freeze(Object.defineProperty({__proto__:null,default:x2},Symbol.toStringTag,{value:"Module"})),Ur=[um,fm,dm,pm,vm,mm,gm,Em,Tm,Mm,Dm,Qm,Zm,lg,pg,yg,qg,Xg,m0,T2].map(e=>e.default).filter(Boolean),A2=JSON.parse('{"base":"/","lang":"de-DE","title":"IT4C","description":"IT4C.dev stellt das IT Team for Change, seine angewandte Philosophie und Projekte vor.","head":[["meta",{"name":"viewport","content":"width=device-width,initial-scale=1"}]],"locales":{}}');var er=re(A2),P2=vh,$2=()=>{const e=Fh({history:P2(Ws("/")),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===Mt){const r=Ht(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},L2=e=>{e.component("ClientOnly",Gs),e.component("Content",Lc),e.component("RouteLink",mt)},O2=(e,t,n)=>{const r=k(()=>t.currentRoute.value.path),o=gi((w,S)=>({get(){return w(),t.currentRoute.value.meta._pageChunk},set(y){t.currentRoute.value.meta._pageChunk=y,S()}})),s=k(()=>cn.resolveLayouts(n)),l=k(()=>cn.resolveRouteLocale(er.value.locales,r.value)),a=k(()=>cn.resolveSiteLocaleData(er.value,l.value)),i=k(()=>o.value.comp),c=k(()=>o.value.data),f=k(()=>c.value.frontmatter),d=k(()=>cn.resolvePageHeadTitle(c.value,a.value)),p=k(()=>cn.resolvePageHead(d.value,f.value,a.value)),h=k(()=>cn.resolvePageLang(c.value,a.value)),b=k(()=>cn.resolvePageLayout(c.value,s.value)),_={layouts:s,pageData:c,pageComponent:i,pageFrontmatter:f,pageHead:p,pageHeadTitle:d,pageLang:h,pageLayout:b,redirects:vs,routeLocale:l,routePath:r,routes:Dn,siteData:er,siteLocaleData:a};return e.provide(Ks,_),Object.defineProperties(e.config.globalProperties,{$frontmatter:{get:()=>f.value},$head:{get:()=>p.value},$headTitle:{get:()=>d.value},$lang:{get:()=>h.value},$page:{get:()=>c.value},$routeLocale:{get:()=>l.value},$site:{get:()=>er.value},$siteLocale:{get:()=>a.value},$withBase:{get:()=>Fe}}),_},R2=([e,t,n=""])=>{const r=Object.entries(t).map(([a,i])=>Pe(i)?`[${a}=${JSON.stringify(i)}]`:i?`[${a}]`:"").join(""),o=`head > ${e}${r}`;return Array.from(document.querySelectorAll(o)).find(a=>a.innerText===n)??null},M2=([e,t,n])=>{if(!Pe(e))return null;const r=document.createElement(e);return _o(t)&&Object.entries(t).forEach(([o,s])=>{Pe(s)?r.setAttribute(o,s):s&&r.setAttribute(o,"")}),Pe(n)&&r.appendChild(document.createTextNode(n)),r},I2=()=>{const e=zh(),t=Ac();let n=[];const r=()=>{e.value.forEach(l=>{const a=R2(l);a&&n.push(a)})},o=()=>{const l=[];return e.value.forEach(a=>{const i=M2(a);i&&l.push(i)}),l},s=()=>{document.documentElement.lang=t.value;const l=o();n.forEach((a,i)=>{const c=l.findIndex(f=>a.isEqualNode(f));c===-1?(a.remove(),delete n[i]):l.splice(c,1)}),l.forEach(a=>document.head.appendChild(a)),n=[...n.filter(a=>!!a),...l]};Nn(qh,s),Ce(()=>{r(),Ae(e,s,{immediate:!1})})},N2=Sp,D2=async()=>{var n;const e=N2({name:"Vuepress",setup(){var s;I2();for(const l of Ur)(s=l.setup)==null||s.call(l);const r=Ur.flatMap(({rootComponents:l=[]})=>l.map(a=>u(a))),o=Wh();return()=>[u(o.value),r]}}),t=$2();L2(e),O2(e,t,Ur);for(const r of Ur)await((n=r.enhance)==null?void 0:n.call(r,{app:e,router:t,siteData:er}));return e.use(t),{app:e,router:t}};D2().then(({app:e,router:t})=>{t.isReady().then(()=>{e.mount("#app")})});export{_o as A,Lg as B,Ag as C,pt as D,re as E,Ce as F,Eg as G,lt as H,Qs as I,Bt as J,Nv as K,Pe as L,yr as M,Jc as P,mt as R,pl as _,ne as a,nc as b,je as c,D2 as createVueApp,oo as d,Se as e,x0 as f,U as g,Pt as h,$t as i,Xt as j,oe as k,k as l,u as m,se as n,Le as o,Ae as p,Og as q,Ee as r,Qc as s,Er as t,Wn as u,Pg as v,Nf as w,$g as x,xo as y,H2 as z};
|