From 63d945cc009a92f0c5d036dadeadf3b22e7309f9 Mon Sep 17 00:00:00 2001
From: honzabubenik <138865634+honzabubenik@users.noreply.github.com>
Date: Thu, 30 May 2024 14:26:58 +0000
Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20localazy?=
=?UTF-8?q?/localazy.github.io@cbbedef6388df9c9da5b378ee4ed8e274bd25bfa=20?=
=?UTF-8?q?=F0=9F=9A=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
404.html | 34 +++++++++++++++
assets/app.DD5Qf3UJ.js | 1 +
assets/chunks/framework.DoRsIxsy.js | 17 ++++++++
assets/chunks/theme.CxS03k5S.js | 3 ++
assets/how-it-works.svg | 40 ++++++++++++++++++
assets/index.md.BM0VAblI.js | 1 +
assets/index.md.BM0VAblI.lean.js | 1 +
.../inter-italic-cyrillic-ext.r48I6akx.woff2 | Bin 0 -> 43112 bytes
assets/inter-italic-cyrillic.By2_1cv3.woff2 | Bin 0 -> 31300 bytes
assets/inter-italic-greek-ext.1u6EdAuj.woff2 | Bin 0 -> 17404 bytes
assets/inter-italic-greek.DJ8dCoTZ.woff2 | Bin 0 -> 32564 bytes
assets/inter-italic-latin-ext.CN1xVJS-.woff2 | Bin 0 -> 120840 bytes
assets/inter-italic-latin.C2AdPX0b.woff2 | Bin 0 -> 74784 bytes
assets/inter-italic-vietnamese.BSbpV94h.woff2 | Bin 0 -> 14884 bytes
.../inter-roman-cyrillic-ext.BBPuwvHQ.woff2 | Bin 0 -> 40488 bytes
assets/inter-roman-cyrillic.C5lxZ8CY.woff2 | Bin 0 -> 29164 bytes
assets/inter-roman-greek-ext.CqjqNYQ-.woff2 | Bin 0 -> 16272 bytes
assets/inter-roman-greek.BBVDIX6e.woff2 | Bin 0 -> 29920 bytes
assets/inter-roman-latin-ext.4ZJIpNVo.woff2 | Bin 0 -> 110160 bytes
assets/inter-roman-latin.Di8DUHzh.woff2 | Bin 0 -> 67792 bytes
assets/inter-roman-vietnamese.BjW4sHH5.woff2 | Bin 0 -> 14072 bytes
assets/metafile-url-copy.png | Bin 0 -> 33170 bytes
assets/metafile-url.png | Bin 0 -> 75622 bytes
assets/style.CYQVGeFN.css | 1 +
favicon.ico | Bin 0 -> 17089 bytes
hashmap.json | 1 +
index.html | 37 ++++++++++++++++
sitemap.xml | 1 +
theme/apple-touch-icon.png | Bin 0 -> 6279 bytes
theme/icons/angular.svg | 3 ++
theme/icons/bitbucket.svg | 11 +++++
theme/icons/github.svg | 3 ++
theme/icons/gitlab.svg | 19 +++++++++
theme/icons/golang.svg | 3 ++
theme/icons/laravel.svg | 3 ++
theme/icons/nette.svg | 3 ++
theme/icons/npm.svg | 3 ++
theme/icons/npm2.svg | 6 +++
theme/icons/nuxt.svg | 3 ++
theme/icons/postgres.svg | 6 +++
theme/icons/react.svg | 3 ++
theme/icons/ts.svg | 8 ++++
theme/icons/vue.svg | 4 ++
theme/localazy-logo-white.svg | 16 +++++++
theme/localazy-logo.svg | 4 ++
45 files changed, 235 insertions(+)
create mode 100644 404.html
create mode 100644 assets/app.DD5Qf3UJ.js
create mode 100644 assets/chunks/framework.DoRsIxsy.js
create mode 100644 assets/chunks/theme.CxS03k5S.js
create mode 100644 assets/how-it-works.svg
create mode 100644 assets/index.md.BM0VAblI.js
create mode 100644 assets/index.md.BM0VAblI.lean.js
create mode 100644 assets/inter-italic-cyrillic-ext.r48I6akx.woff2
create mode 100644 assets/inter-italic-cyrillic.By2_1cv3.woff2
create mode 100644 assets/inter-italic-greek-ext.1u6EdAuj.woff2
create mode 100644 assets/inter-italic-greek.DJ8dCoTZ.woff2
create mode 100644 assets/inter-italic-latin-ext.CN1xVJS-.woff2
create mode 100644 assets/inter-italic-latin.C2AdPX0b.woff2
create mode 100644 assets/inter-italic-vietnamese.BSbpV94h.woff2
create mode 100644 assets/inter-roman-cyrillic-ext.BBPuwvHQ.woff2
create mode 100644 assets/inter-roman-cyrillic.C5lxZ8CY.woff2
create mode 100644 assets/inter-roman-greek-ext.CqjqNYQ-.woff2
create mode 100644 assets/inter-roman-greek.BBVDIX6e.woff2
create mode 100644 assets/inter-roman-latin-ext.4ZJIpNVo.woff2
create mode 100644 assets/inter-roman-latin.Di8DUHzh.woff2
create mode 100644 assets/inter-roman-vietnamese.BjW4sHH5.woff2
create mode 100644 assets/metafile-url-copy.png
create mode 100644 assets/metafile-url.png
create mode 100644 assets/style.CYQVGeFN.css
create mode 100644 favicon.ico
create mode 100644 hashmap.json
create mode 100644 index.html
create mode 100644 sitemap.xml
create mode 100644 theme/apple-touch-icon.png
create mode 100644 theme/icons/angular.svg
create mode 100644 theme/icons/bitbucket.svg
create mode 100644 theme/icons/github.svg
create mode 100644 theme/icons/gitlab.svg
create mode 100644 theme/icons/golang.svg
create mode 100644 theme/icons/laravel.svg
create mode 100644 theme/icons/nette.svg
create mode 100644 theme/icons/npm.svg
create mode 100644 theme/icons/npm2.svg
create mode 100644 theme/icons/nuxt.svg
create mode 100644 theme/icons/postgres.svg
create mode 100644 theme/icons/react.svg
create mode 100644 theme/icons/ts.svg
create mode 100644 theme/icons/vue.svg
create mode 100644 theme/localazy-logo-white.svg
create mode 100644 theme/localazy-logo.svg
diff --git a/404.html b/404.html
new file mode 100644
index 0000000..02a1061
--- /dev/null
+++ b/404.html
@@ -0,0 +1,34 @@
+
+
+
+
+
+ 404 | Localazy Developer Portal
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/assets/app.DD5Qf3UJ.js b/assets/app.DD5Qf3UJ.js
new file mode 100644
index 0000000..c4027dc
--- /dev/null
+++ b/assets/app.DD5Qf3UJ.js
@@ -0,0 +1 @@
+import{Y as o,a6 as p,a7 as u,a8 as l,a9 as c,aa as f,ab as d,ac as m,ad as h,ae as g,af as A,d as P,x as v,o as w,G as y,ag as C,ah as R,ai as b,a5 as E}from"./chunks/framework.DoRsIxsy.js";import{R as S}from"./chunks/theme.CxS03k5S.js";function i(e){if(e.extends){const a=i(e.extends);return{...a,...e,async enhanceApp(t){a.enhanceApp&&await a.enhanceApp(t),e.enhanceApp&&await e.enhanceApp(t)}}}return e}const s=i(S),T=P({name:"VitePressApp",setup(){const{site:e,lang:a,dir:t}=v();return w(()=>{y(()=>{document.documentElement.lang=a.value,document.documentElement.dir=t.value})}),e.value.router.prefetchLinks&&C(),R(),b(),s.setup&&s.setup(),()=>E(s.Layout)}});async function _(){globalThis.__VITEPRESS__=!0;const e=x(),a=j();a.provide(u,e);const t=l(e.route);return a.provide(c,t),a.component("Content",f),a.component("ClientOnly",d),Object.defineProperties(a.config.globalProperties,{$frontmatter:{get(){return t.frontmatter.value}},$params:{get(){return t.page.value.params}}}),s.enhanceApp&&await s.enhanceApp({app:a,router:e,siteData:m}),{app:a,router:e,data:t}}function j(){return h(T)}function x(){let e=o,a;return g(t=>{let n=A(t),r=null;return n&&(e&&(a=n),(e||a===n)&&(n=n.replace(/\.js$/,".lean.js")),r=import(n)),o&&(e=!1),r},s.NotFound)}o&&_().then(({app:e,router:a,data:t})=>{a.go().then(()=>{p(a.route,t.site),e.mount("#app")})});export{_ as createApp};
diff --git a/assets/chunks/framework.DoRsIxsy.js b/assets/chunks/framework.DoRsIxsy.js
new file mode 100644
index 0000000..05d8f9e
--- /dev/null
+++ b/assets/chunks/framework.DoRsIxsy.js
@@ -0,0 +1,17 @@
+/**
+* @vue/shared v3.4.27
+* (c) 2018-present Yuxi (Evan) You and Vue contributors
+* @license MIT
+**//*! #__NO_SIDE_EFFECTS__ */function fs(e,t){const n=new Set(e.split(","));return s=>n.has(s)}const te={},gt=[],xe=()=>{},lo=()=>!1,Vt=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),ds=e=>e.startsWith("onUpdate:"),re=Object.assign,hs=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},co=Object.prototype.hasOwnProperty,Y=(e,t)=>co.call(e,t),U=Array.isArray,mt=e=>gn(e)==="[object Map]",Lr=e=>gn(e)==="[object Set]",K=e=>typeof e=="function",se=e=>typeof e=="string",ut=e=>typeof e=="symbol",Z=e=>e!==null&&typeof e=="object",Ir=e=>(Z(e)||K(e))&&K(e.then)&&K(e.catch),Pr=Object.prototype.toString,gn=e=>Pr.call(e),ao=e=>gn(e).slice(8,-1),Mr=e=>gn(e)==="[object Object]",ps=e=>se(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,yt=fs(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),mn=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},uo=/-(\w)/g,Ne=mn(e=>e.replace(uo,(t,n)=>n?n.toUpperCase():"")),fo=/\B([A-Z])/g,ft=mn(e=>e.replace(fo,"-$1").toLowerCase()),yn=mn(e=>e.charAt(0).toUpperCase()+e.slice(1)),tn=mn(e=>e?`on${yn(e)}`:""),Je=(e,t)=>!Object.is(e,t),Nn=(e,t)=>{for(let n=0;n{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:s,value:n})},ho=e=>{const t=parseFloat(e);return isNaN(t)?e:t},po=e=>{const t=se(e)?Number(e):NaN;return isNaN(t)?e:t};let js;const Fr=()=>js||(js=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function gs(e){if(U(e)){const t={};for(let n=0;n{if(n){const s=n.split(mo);s.length>1&&(t[s[0].trim()]=s[1].trim())}}),t}function ms(e){let t="";if(se(e))t=e;else if(U(e))for(let n=0;nse(e)?e:e==null?"":U(e)||Z(e)&&(e.toString===Pr||!K(e.toString))?JSON.stringify(e,Hr,2):String(e),Hr=(e,t)=>t&&t.__v_isRef?Hr(e,t.value):mt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[s,r],i)=>(n[Fn(s,i)+" =>"]=r,n),{})}:Lr(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>Fn(n))}:ut(t)?Fn(t):Z(t)&&!U(t)&&!Mr(t)?String(t):t,Fn=(e,t="")=>{var n;return ut(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
+* @vue/reactivity v3.4.27
+* (c) 2018-present Yuxi (Evan) You and Vue contributors
+* @license MIT
+**/let we;class wo{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=we,!t&&we&&(this.index=(we.scopes||(we.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=we;try{return we=this,t()}finally{we=n}}}on(){we=this}off(){we=this.parent}stop(t){if(this._active){let n,s;for(n=0,s=this.effects.length;n=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),et()}return this._dirtyLevel>=4}set dirty(t){this._dirtyLevel=t?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=ze,n=lt;try{return ze=!0,lt=this,this._runnings++,Vs(this),this.fn()}finally{Ds(this),this._runnings--,lt=n,ze=t}}stop(){this.active&&(Vs(this),Ds(this),this.onStop&&this.onStop(),this.active=!1)}}function xo(e){return e.value}function Vs(e){e._trackId++,e._depsLength=0}function Ds(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t{const n=new Map;return n.cleanup=e,n.computed=t,n},ln=new WeakMap,ct=Symbol(""),ts=Symbol("");function ve(e,t,n){if(ze&<){let s=ln.get(e);s||ln.set(e,s=new Map);let r=s.get(n);r||s.set(n,r=kr(()=>s.delete(n))),Ur(lt,r)}}function He(e,t,n,s,r,i){const o=ln.get(e);if(!o)return;let l=[];if(t==="clear")l=[...o.values()];else if(n==="length"&&U(e)){const c=Number(s);o.forEach((u,d)=>{(d==="length"||!ut(d)&&d>=c)&&l.push(u)})}else switch(n!==void 0&&l.push(o.get(n)),t){case"add":U(e)?ps(n)&&l.push(o.get("length")):(l.push(o.get(ct)),mt(e)&&l.push(o.get(ts)));break;case"delete":U(e)||(l.push(o.get(ct)),mt(e)&&l.push(o.get(ts)));break;case"set":mt(e)&&l.push(o.get(ct));break}_s();for(const c of l)c&&Br(c,4);vs()}function So(e,t){const n=ln.get(e);return n&&n.get(t)}const To=fs("__proto__,__v_isRef,__isVue"),Kr=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(ut)),Us=Ao();function Ao(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const s=J(this);for(let i=0,o=this.length;i{e[t]=function(...n){Ze(),_s();const s=J(this)[t].apply(this,n);return vs(),et(),s}}),e}function Ro(e){ut(e)||(e=String(e));const t=J(this);return ve(t,"has",e),t.hasOwnProperty(e)}class Wr{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,s){const r=this._isReadonly,i=this._isShallow;if(n==="__v_isReactive")return!r;if(n==="__v_isReadonly")return r;if(n==="__v_isShallow")return i;if(n==="__v_raw")return s===(r?i?Uo:Xr:i?zr:Gr).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(s)?t:void 0;const o=U(t);if(!r){if(o&&Y(Us,n))return Reflect.get(Us,n,s);if(n==="hasOwnProperty")return Ro}const l=Reflect.get(t,n,s);return(ut(n)?Kr.has(n):To(n))||(r||ve(t,"get",n),i)?l:pe(l)?o&&ps(n)?l:l.value:Z(l)?r?bn(l):vn(l):l}}class qr extends Wr{constructor(t=!1){super(!1,t)}set(t,n,s,r){let i=t[n];if(!this._isShallow){const c=Mt(i);if(!cn(s)&&!Mt(s)&&(i=J(i),s=J(s)),!U(t)&&pe(i)&&!pe(s))return c?!1:(i.value=s,!0)}const o=U(t)&&ps(n)?Number(n)e,_n=e=>Reflect.getPrototypeOf(e);function kt(e,t,n=!1,s=!1){e=e.__v_raw;const r=J(e),i=J(t);n||(Je(t,i)&&ve(r,"get",t),ve(r,"get",i));const{has:o}=_n(r),l=s?bs:n?Cs:Nt;if(o.call(r,t))return l(e.get(t));if(o.call(r,i))return l(e.get(i));e!==r&&e.get(t)}function Kt(e,t=!1){const n=this.__v_raw,s=J(n),r=J(e);return t||(Je(e,r)&&ve(s,"has",e),ve(s,"has",r)),e===r?n.has(e):n.has(e)||n.has(r)}function Wt(e,t=!1){return e=e.__v_raw,!t&&ve(J(e),"iterate",ct),Reflect.get(e,"size",e)}function Bs(e){e=J(e);const t=J(this);return _n(t).has.call(t,e)||(t.add(e),He(t,"add",e,e)),this}function ks(e,t){t=J(t);const n=J(this),{has:s,get:r}=_n(n);let i=s.call(n,e);i||(e=J(e),i=s.call(n,e));const o=r.call(n,e);return n.set(e,t),i?Je(t,o)&&He(n,"set",e,t):He(n,"add",e,t),this}function Ks(e){const t=J(this),{has:n,get:s}=_n(t);let r=n.call(t,e);r||(e=J(e),r=n.call(t,e)),s&&s.call(t,e);const i=t.delete(e);return r&&He(t,"delete",e,void 0),i}function Ws(){const e=J(this),t=e.size!==0,n=e.clear();return t&&He(e,"clear",void 0,void 0),n}function qt(e,t){return function(s,r){const i=this,o=i.__v_raw,l=J(o),c=t?bs:e?Cs:Nt;return!e&&ve(l,"iterate",ct),o.forEach((u,d)=>s.call(r,c(u),c(d),i))}}function Gt(e,t,n){return function(...s){const r=this.__v_raw,i=J(r),o=mt(i),l=e==="entries"||e===Symbol.iterator&&o,c=e==="keys"&&o,u=r[e](...s),d=n?bs:t?Cs:Nt;return!t&&ve(i,"iterate",c?ts:ct),{next(){const{value:h,done:v}=u.next();return v?{value:h,done:v}:{value:l?[d(h[0]),d(h[1])]:d(h),done:v}},[Symbol.iterator](){return this}}}}function De(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function Mo(){const e={get(i){return kt(this,i)},get size(){return Wt(this)},has:Kt,add:Bs,set:ks,delete:Ks,clear:Ws,forEach:qt(!1,!1)},t={get(i){return kt(this,i,!1,!0)},get size(){return Wt(this)},has:Kt,add:Bs,set:ks,delete:Ks,clear:Ws,forEach:qt(!1,!0)},n={get(i){return kt(this,i,!0)},get size(){return Wt(this,!0)},has(i){return Kt.call(this,i,!0)},add:De("add"),set:De("set"),delete:De("delete"),clear:De("clear"),forEach:qt(!0,!1)},s={get(i){return kt(this,i,!0,!0)},get size(){return Wt(this,!0)},has(i){return Kt.call(this,i,!0)},add:De("add"),set:De("set"),delete:De("delete"),clear:De("clear"),forEach:qt(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(i=>{e[i]=Gt(i,!1,!1),n[i]=Gt(i,!0,!1),t[i]=Gt(i,!1,!0),s[i]=Gt(i,!0,!0)}),[e,n,t,s]}const[No,Fo,$o,Ho]=Mo();function ws(e,t){const n=t?e?Ho:$o:e?Fo:No;return(s,r,i)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?s:Reflect.get(Y(n,r)&&r in s?n:s,r,i)}const jo={get:ws(!1,!1)},Vo={get:ws(!1,!0)},Do={get:ws(!0,!1)};const Gr=new WeakMap,zr=new WeakMap,Xr=new WeakMap,Uo=new WeakMap;function Bo(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function ko(e){return e.__v_skip||!Object.isExtensible(e)?0:Bo(ao(e))}function vn(e){return Mt(e)?e:Es(e,!1,Lo,jo,Gr)}function Ko(e){return Es(e,!1,Po,Vo,zr)}function bn(e){return Es(e,!0,Io,Do,Xr)}function Es(e,t,n,s,r){if(!Z(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=r.get(e);if(i)return i;const o=ko(e);if(o===0)return e;const l=new Proxy(e,o===2?s:n);return r.set(e,l),l}function At(e){return Mt(e)?At(e.__v_raw):!!(e&&e.__v_isReactive)}function Mt(e){return!!(e&&e.__v_isReadonly)}function cn(e){return!!(e&&e.__v_isShallow)}function Yr(e){return e?!!e.__v_raw:!1}function J(e){const t=e&&e.__v_raw;return t?J(t):e}function nn(e){return Object.isExtensible(e)&&Nr(e,"__v_skip",!0),e}const Nt=e=>Z(e)?vn(e):e,Cs=e=>Z(e)?bn(e):e;class Jr{constructor(t,n,s,r){this.getter=t,this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new ys(()=>t(this._value),()=>Rt(this,this.effect._dirtyLevel===2?2:3)),this.effect.computed=this,this.effect.active=this._cacheable=!r,this.__v_isReadonly=s}get value(){const t=J(this);return(!t._cacheable||t.effect.dirty)&&Je(t._value,t._value=t.effect.run())&&Rt(t,4),xs(t),t.effect._dirtyLevel>=2&&Rt(t,2),t._value}set value(t){this._setter(t)}get _dirty(){return this.effect.dirty}set _dirty(t){this.effect.dirty=t}}function Wo(e,t,n=!1){let s,r;const i=K(e);return i?(s=e,r=xe):(s=e.get,r=e.set),new Jr(s,r,i||!r,n)}function xs(e){var t;ze&<&&(e=J(e),Ur(lt,(t=e.dep)!=null?t:e.dep=kr(()=>e.dep=void 0,e instanceof Jr?e:void 0)))}function Rt(e,t=4,n){e=J(e);const s=e.dep;s&&Br(s,t)}function pe(e){return!!(e&&e.__v_isRef===!0)}function ae(e){return Zr(e,!1)}function Qr(e){return Zr(e,!0)}function Zr(e,t){return pe(e)?e:new qo(e,t)}class qo{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:J(t),this._value=n?t:Nt(t)}get value(){return xs(this),this._value}set value(t){const n=this.__v_isShallow||cn(t)||Mt(t);t=n?t:J(t),Je(t,this._rawValue)&&(this._rawValue=t,this._value=n?t:Nt(t),Rt(this,4))}}function ei(e){return pe(e)?e.value:e}const Go={get:(e,t,n)=>ei(Reflect.get(e,t,n)),set:(e,t,n,s)=>{const r=e[t];return pe(r)&&!pe(n)?(r.value=n,!0):Reflect.set(e,t,n,s)}};function ti(e){return At(e)?e:new Proxy(e,Go)}class zo{constructor(t){this.dep=void 0,this.__v_isRef=!0;const{get:n,set:s}=t(()=>xs(this),()=>Rt(this));this._get=n,this._set=s}get value(){return this._get()}set value(t){this._set(t)}}function Xo(e){return new zo(e)}class Yo{constructor(t,n,s){this._object=t,this._key=n,this._defaultValue=s,this.__v_isRef=!0}get value(){const t=this._object[this._key];return t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return So(J(this._object),this._key)}}class Jo{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function Qo(e,t,n){return pe(e)?e:K(e)?new Jo(e):Z(e)&&arguments.length>1?Zo(e,t,n):ae(e)}function Zo(e,t,n){const s=e[t];return pe(s)?s:new Yo(e,t,n)}/**
+* @vue/runtime-core v3.4.27
+* (c) 2018-present Yuxi (Evan) You and Vue contributors
+* @license MIT
+**/function Xe(e,t,n,s){try{return s?e(...s):e()}catch(r){wn(r,t,n)}}function Se(e,t,n,s){if(K(e)){const r=Xe(e,t,n,s);return r&&Ir(r)&&r.catch(i=>{wn(i,t,n)}),r}if(U(e)){const r=[];for(let i=0;i>>1,r=de[s],i=$t(r);iPe&&de.splice(t,1)}function sl(e){U(e)?_t.push(...e):(!Ke||!Ke.includes(e,e.allowRecurse?it+1:it))&&_t.push(e),si()}function qs(e,t,n=Ft?Pe+1:0){for(;n$t(n)-$t(s));if(_t.length=0,Ke){Ke.push(...t);return}for(Ke=t,it=0;ite.id==null?1/0:e.id,rl=(e,t)=>{const n=$t(e)-$t(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function ri(e){ns=!1,Ft=!0,de.sort(rl);try{for(Pe=0;Pese(S)?S.trim():S)),h&&(r=n.map(ho))}let l,c=s[l=tn(t)]||s[l=tn(Ne(t))];!c&&i&&(c=s[l=tn(ft(t))]),c&&Se(c,e,6,r);const u=s[l+"Once"];if(u){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,Se(u,e,6,r)}}function ii(e,t,n=!1){const s=t.emitsCache,r=s.get(e);if(r!==void 0)return r;const i=e.emits;let o={},l=!1;if(!K(e)){const c=u=>{const d=ii(u,t,!0);d&&(l=!0,re(o,d))};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}return!i&&!l?(Z(e)&&s.set(e,null),null):(U(i)?i.forEach(c=>o[c]=null):re(o,i),Z(e)&&s.set(e,o),o)}function Cn(e,t){return!e||!Vt(t)?!1:(t=t.slice(2).replace(/Once$/,""),Y(e,t[0].toLowerCase()+t.slice(1))||Y(e,ft(t))||Y(e,t))}let he=null,xn=null;function un(e){const t=he;return he=e,xn=e&&e.type.__scopeId||null,t}function ja(e){xn=e}function Va(){xn=null}function ol(e,t=he,n){if(!t||e._n)return e;const s=(...r)=>{s._d&&rr(-1);const i=un(t);let o;try{o=e(...r)}finally{un(i),s._d&&rr(1)}return o};return s._n=!0,s._c=!0,s._d=!0,s}function $n(e){const{type:t,vnode:n,proxy:s,withProxy:r,propsOptions:[i],slots:o,attrs:l,emit:c,render:u,renderCache:d,props:h,data:v,setupState:S,ctx:P,inheritAttrs:M}=e,B=un(e);let q,G;try{if(n.shapeFlag&4){const m=r||s,I=m;q=Ae(u.call(I,m,d,h,S,v,P)),G=l}else{const m=t;q=Ae(m.length>1?m(h,{attrs:l,slots:o,emit:c}):m(h,null)),G=t.props?l:ll(l)}}catch(m){Pt.length=0,wn(m,e,1),q=ue(_e)}let g=q;if(G&&M!==!1){const m=Object.keys(G),{shapeFlag:I}=g;m.length&&I&7&&(i&&m.some(ds)&&(G=cl(G,i)),g=Qe(g,G,!1,!0))}return n.dirs&&(g=Qe(g,null,!1,!0),g.dirs=g.dirs?g.dirs.concat(n.dirs):n.dirs),n.transition&&(g.transition=n.transition),q=g,un(B),q}const ll=e=>{let t;for(const n in e)(n==="class"||n==="style"||Vt(n))&&((t||(t={}))[n]=e[n]);return t},cl=(e,t)=>{const n={};for(const s in e)(!ds(s)||!(s.slice(9)in t))&&(n[s]=e[s]);return n};function al(e,t,n){const{props:s,children:r,component:i}=e,{props:o,children:l,patchFlag:c}=t,u=i.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&c>=0){if(c&1024)return!0;if(c&16)return s?Gs(s,o,u):!!o;if(c&8){const d=t.dynamicProps;for(let h=0;he.__isSuspense;function ai(e,t){t&&t.pendingBranch?U(e)?t.effects.push(...e):t.effects.push(e):sl(e)}const dl=Symbol.for("v-scx"),hl=()=>bt(dl);function ui(e,t){return Sn(e,null,t)}function Ba(e,t){return Sn(e,null,{flush:"post"})}const zt={};function Me(e,t,n){return Sn(e,t,n)}function Sn(e,t,{immediate:n,deep:s,flush:r,once:i,onTrack:o,onTrigger:l}=te){if(t&&i){const O=t;t=(...V)=>{O(...V),I()}}const c=ce,u=O=>s===!0?O:pt(O,s===!1?1:void 0);let d,h=!1,v=!1;if(pe(e)?(d=()=>e.value,h=cn(e)):At(e)?(d=()=>u(e),h=!0):U(e)?(v=!0,h=e.some(O=>At(O)||cn(O)),d=()=>e.map(O=>{if(pe(O))return O.value;if(At(O))return u(O);if(K(O))return Xe(O,c,2)})):K(e)?t?d=()=>Xe(e,c,2):d=()=>(S&&S(),Se(e,c,3,[P])):d=xe,t&&s){const O=d;d=()=>pt(O())}let S,P=O=>{S=g.onStop=()=>{Xe(O,c,4),S=g.onStop=void 0}},M;if(Ln)if(P=xe,t?n&&Se(t,c,3,[d(),v?[]:void 0,P]):d(),r==="sync"){const O=hl();M=O.__watcherHandles||(O.__watcherHandles=[])}else return xe;let B=v?new Array(e.length).fill(zt):zt;const q=()=>{if(!(!g.active||!g.dirty))if(t){const O=g.run();(s||h||(v?O.some((V,A)=>Je(V,B[A])):Je(O,B)))&&(S&&S(),Se(t,c,3,[O,B===zt?void 0:v&&B[0]===zt?[]:B,P]),B=O)}else g.run()};q.allowRecurse=!!t;let G;r==="sync"?G=q:r==="post"?G=()=>me(q,c&&c.suspense):(q.pre=!0,c&&(q.id=c.uid),G=()=>Ts(q));const g=new ys(d,xe,G),m=jr(),I=()=>{g.stop(),m&&hs(m.effects,g)};return t?n?q():B=g.run():r==="post"?me(g.run.bind(g),c&&c.suspense):g.run(),M&&M.push(I),I}function pl(e,t,n){const s=this.proxy,r=se(e)?e.includes(".")?fi(s,e):()=>s[e]:e.bind(s,s);let i;K(t)?i=t:(i=t.handler,n=t);const o=Dt(this),l=Sn(r,i.bind(s),n);return o(),l}function fi(e,t){const n=t.split(".");return()=>{let s=e;for(let r=0;r{pt(s,t,n)});else if(Mr(e))for(const s in e)pt(e[s],t,n);return e}function Ie(e,t,n,s){const r=e.dirs,i=t&&t.dirs;for(let o=0;o{e.isMounted=!0}),yi(()=>{e.isUnmounting=!0}),e}const Ee=[Function,Array],di={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Ee,onEnter:Ee,onAfterEnter:Ee,onEnterCancelled:Ee,onBeforeLeave:Ee,onLeave:Ee,onAfterLeave:Ee,onLeaveCancelled:Ee,onBeforeAppear:Ee,onAppear:Ee,onAfterAppear:Ee,onAppearCancelled:Ee},ml={name:"BaseTransition",props:di,setup(e,{slots:t}){const n=On(),s=gl();return()=>{const r=t.default&&pi(t.default(),!0);if(!r||!r.length)return;let i=r[0];if(r.length>1){for(const v of r)if(v.type!==_e){i=v;break}}const o=J(e),{mode:l}=o;if(s.isLeaving)return Hn(i);const c=Xs(i);if(!c)return Hn(i);const u=ss(c,o,s,n);rs(c,u);const d=n.subTree,h=d&&Xs(d);if(h&&h.type!==_e&&!ot(c,h)){const v=ss(h,o,s,n);if(rs(h,v),l==="out-in"&&c.type!==_e)return s.isLeaving=!0,v.afterLeave=()=>{s.isLeaving=!1,n.update.active!==!1&&(n.effect.dirty=!0,n.update())},Hn(i);l==="in-out"&&c.type!==_e&&(v.delayLeave=(S,P,M)=>{const B=hi(s,h);B[String(h.key)]=h,S[We]=()=>{P(),S[We]=void 0,delete u.delayedLeave},u.delayedLeave=M})}return i}}},yl=ml;function hi(e,t){const{leavingVNodes:n}=e;let s=n.get(t.type);return s||(s=Object.create(null),n.set(t.type,s)),s}function ss(e,t,n,s){const{appear:r,mode:i,persisted:o=!1,onBeforeEnter:l,onEnter:c,onAfterEnter:u,onEnterCancelled:d,onBeforeLeave:h,onLeave:v,onAfterLeave:S,onLeaveCancelled:P,onBeforeAppear:M,onAppear:B,onAfterAppear:q,onAppearCancelled:G}=t,g=String(e.key),m=hi(n,e),I=(A,j)=>{A&&Se(A,s,9,j)},O=(A,j)=>{const w=j[1];I(A,j),U(A)?A.every(D=>D.length<=1)&&w():A.length<=1&&w()},V={mode:i,persisted:o,beforeEnter(A){let j=l;if(!n.isMounted)if(r)j=M||l;else return;A[We]&&A[We](!0);const w=m[g];w&&ot(e,w)&&w.el[We]&&w.el[We](),I(j,[A])},enter(A){let j=c,w=u,D=d;if(!n.isMounted)if(r)j=B||c,w=q||u,D=G||d;else return;let x=!1;const W=A[Xt]=ie=>{x||(x=!0,ie?I(D,[A]):I(w,[A]),V.delayedLeave&&V.delayedLeave(),A[Xt]=void 0)};j?O(j,[A,W]):W()},leave(A,j){const w=String(e.key);if(A[Xt]&&A[Xt](!0),n.isUnmounting)return j();I(h,[A]);let D=!1;const x=A[We]=W=>{D||(D=!0,j(),W?I(P,[A]):I(S,[A]),A[We]=void 0,m[w]===e&&delete m[w])};m[w]=e,v?O(v,[A,x]):x()},clone(A){return ss(A,t,n,s)}};return V}function Hn(e){if(Tn(e))return e=Qe(e),e.children=null,e}function Xs(e){if(!Tn(e))return e;const{shapeFlag:t,children:n}=e;if(n){if(t&16)return n[0];if(t&32&&K(n.default))return n.default()}}function rs(e,t){e.shapeFlag&6&&e.component?rs(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 pi(e,t=!1,n){let s=[],r=0;for(let i=0;i1)for(let i=0;i!!e.type.__asyncLoader,Tn=e=>e.type.__isKeepAlive;function _l(e,t){mi(e,"a",t)}function vl(e,t){mi(e,"da",t)}function mi(e,t,n=ce){const s=e.__wdc||(e.__wdc=()=>{let r=n;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(An(t,s,n),n){let r=n.parent;for(;r&&r.parent;)Tn(r.parent.vnode)&&bl(s,t,n,r),r=r.parent}}function bl(e,t,n,s){const r=An(t,e,s,!0);Rn(()=>{hs(s[t],r)},n)}function An(e,t,n=ce,s=!1){if(n){const r=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...o)=>{if(n.isUnmounted)return;Ze();const l=Dt(n),c=Se(t,n,e,o);return l(),et(),c});return s?r.unshift(i):r.push(i),i}}const Ve=e=>(t,n=ce)=>(!Ln||e==="sp")&&An(e,(...s)=>t(...s),n),wl=Ve("bm"),Ct=Ve("m"),El=Ve("bu"),Cl=Ve("u"),yi=Ve("bum"),Rn=Ve("um"),xl=Ve("sp"),Sl=Ve("rtg"),Tl=Ve("rtc");function Al(e,t=ce){An("ec",e,t)}function ka(e,t,n,s){let r;const i=n;if(U(e)||se(e)){r=new Array(e.length);for(let o=0,l=e.length;ot(o,l,void 0,i));else{const o=Object.keys(e);r=new Array(o.length);for(let l=0,c=o.length;lhn(t)?!(t.type===_e||t.type===ye&&!_i(t.children)):!0)?e:null}function Wa(e,t){const n={};for(const s in e)n[/[A-Z]/.test(s)?`on:${s}`:tn(s)]=e[s];return n}const is=e=>e?ji(e)?Ls(e)||e.proxy:is(e.parent):null,Ot=re(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=>is(e.parent),$root:e=>is(e.root),$emit:e=>e.emit,$options:e=>As(e),$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,Ts(e.update)}),$nextTick:e=>e.n||(e.n=En.bind(e.proxy)),$watch:e=>pl.bind(e)}),jn=(e,t)=>e!==te&&!e.__isScriptSetup&&Y(e,t),Rl={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:s,data:r,props:i,accessCache:o,type:l,appContext:c}=e;let u;if(t[0]!=="$"){const S=o[t];if(S!==void 0)switch(S){case 1:return s[t];case 2:return r[t];case 4:return n[t];case 3:return i[t]}else{if(jn(s,t))return o[t]=1,s[t];if(r!==te&&Y(r,t))return o[t]=2,r[t];if((u=e.propsOptions[0])&&Y(u,t))return o[t]=3,i[t];if(n!==te&&Y(n,t))return o[t]=4,n[t];os&&(o[t]=0)}}const d=Ot[t];let h,v;if(d)return t==="$attrs"&&ve(e.attrs,"get",""),d(e);if((h=l.__cssModules)&&(h=h[t]))return h;if(n!==te&&Y(n,t))return o[t]=4,n[t];if(v=c.config.globalProperties,Y(v,t))return v[t]},set({_:e},t,n){const{data:s,setupState:r,ctx:i}=e;return jn(r,t)?(r[t]=n,!0):s!==te&&Y(s,t)?(s[t]=n,!0):Y(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:s,appContext:r,propsOptions:i}},o){let l;return!!n[o]||e!==te&&Y(e,o)||jn(t,o)||(l=i[0])&&Y(l,o)||Y(s,o)||Y(Ot,o)||Y(r.config.globalProperties,o)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:Y(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function qa(){return Ol().slots}function Ol(){const e=On();return e.setupContext||(e.setupContext=Di(e))}function Ys(e){return U(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let os=!0;function Ll(e){const t=As(e),n=e.proxy,s=e.ctx;os=!1,t.beforeCreate&&Js(t.beforeCreate,e,"bc");const{data:r,computed:i,methods:o,watch:l,provide:c,inject:u,created:d,beforeMount:h,mounted:v,beforeUpdate:S,updated:P,activated:M,deactivated:B,beforeDestroy:q,beforeUnmount:G,destroyed:g,unmounted:m,render:I,renderTracked:O,renderTriggered:V,errorCaptured:A,serverPrefetch:j,expose:w,inheritAttrs:D,components:x,directives:W,filters:ie}=t;if(u&&Il(u,s,null),o)for(const X in o){const F=o[X];K(F)&&(s[X]=F.bind(n))}if(r){const X=r.call(n,n);Z(X)&&(e.data=vn(X))}if(os=!0,i)for(const X in i){const F=i[X],Fe=K(F)?F.bind(n,n):K(F.get)?F.get.bind(n,n):xe,Ut=!K(F)&&K(F.set)?F.set.bind(n):xe,tt=ne({get:Fe,set:Ut});Object.defineProperty(s,X,{enumerable:!0,configurable:!0,get:()=>tt.value,set:Oe=>tt.value=Oe})}if(l)for(const X in l)vi(l[X],s,n,X);if(c){const X=K(c)?c.call(n):c;Reflect.ownKeys(X).forEach(F=>{Hl(F,X[F])})}d&&Js(d,e,"c");function $(X,F){U(F)?F.forEach(Fe=>X(Fe.bind(n))):F&&X(F.bind(n))}if($(wl,h),$(Ct,v),$(El,S),$(Cl,P),$(_l,M),$(vl,B),$(Al,A),$(Tl,O),$(Sl,V),$(yi,G),$(Rn,m),$(xl,j),U(w))if(w.length){const X=e.exposed||(e.exposed={});w.forEach(F=>{Object.defineProperty(X,F,{get:()=>n[F],set:Fe=>n[F]=Fe})})}else e.exposed||(e.exposed={});I&&e.render===xe&&(e.render=I),D!=null&&(e.inheritAttrs=D),x&&(e.components=x),W&&(e.directives=W)}function Il(e,t,n=xe){U(e)&&(e=ls(e));for(const s in e){const r=e[s];let i;Z(r)?"default"in r?i=bt(r.from||s,r.default,!0):i=bt(r.from||s):i=bt(r),pe(i)?Object.defineProperty(t,s,{enumerable:!0,configurable:!0,get:()=>i.value,set:o=>i.value=o}):t[s]=i}}function Js(e,t,n){Se(U(e)?e.map(s=>s.bind(t.proxy)):e.bind(t.proxy),t,n)}function vi(e,t,n,s){const r=s.includes(".")?fi(n,s):()=>n[s];if(se(e)){const i=t[e];K(i)&&Me(r,i)}else if(K(e))Me(r,e.bind(n));else if(Z(e))if(U(e))e.forEach(i=>vi(i,t,n,s));else{const i=K(e.handler)?e.handler.bind(n):t[e.handler];K(i)&&Me(r,i,e)}}function As(e){const t=e.type,{mixins:n,extends:s}=t,{mixins:r,optionsCache:i,config:{optionMergeStrategies:o}}=e.appContext,l=i.get(t);let c;return l?c=l:!r.length&&!n&&!s?c=t:(c={},r.length&&r.forEach(u=>fn(c,u,o,!0)),fn(c,t,o)),Z(t)&&i.set(t,c),c}function fn(e,t,n,s=!1){const{mixins:r,extends:i}=t;i&&fn(e,i,n,!0),r&&r.forEach(o=>fn(e,o,n,!0));for(const o in t)if(!(s&&o==="expose")){const l=Pl[o]||n&&n[o];e[o]=l?l(e[o],t[o]):t[o]}return e}const Pl={data:Qs,props:Zs,emits:Zs,methods:Tt,computed:Tt,beforeCreate:ge,created:ge,beforeMount:ge,mounted:ge,beforeUpdate:ge,updated:ge,beforeDestroy:ge,beforeUnmount:ge,destroyed:ge,unmounted:ge,activated:ge,deactivated:ge,errorCaptured:ge,serverPrefetch:ge,components:Tt,directives:Tt,watch:Nl,provide:Qs,inject:Ml};function Qs(e,t){return t?e?function(){return re(K(e)?e.call(this,this):e,K(t)?t.call(this,this):t)}:t:e}function Ml(e,t){return Tt(ls(e),ls(t))}function ls(e){if(U(e)){const t={};for(let n=0;n1)return n&&K(t)?t.call(s&&s.proxy):t}}const wi={},Ei=()=>Object.create(wi),Ci=e=>Object.getPrototypeOf(e)===wi;function jl(e,t,n,s=!1){const r={},i=Ei();e.propsDefaults=Object.create(null),xi(e,t,r,i);for(const o in e.propsOptions[0])o in r||(r[o]=void 0);n?e.props=s?r:Ko(r):e.type.props?e.props=r:e.props=i,e.attrs=i}function Vl(e,t,n,s){const{props:r,attrs:i,vnode:{patchFlag:o}}=e,l=J(r),[c]=e.propsOptions;let u=!1;if((s||o>0)&&!(o&16)){if(o&8){const d=e.vnode.dynamicProps;for(let h=0;h{c=!0;const[v,S]=Si(h,t,!0);re(o,v),S&&l.push(...S)};!n&&t.mixins.length&&t.mixins.forEach(d),e.extends&&d(e.extends),e.mixins&&e.mixins.forEach(d)}if(!i&&!c)return Z(e)&&s.set(e,gt),gt;if(U(i))for(let d=0;d-1,S[1]=M<0||P-1||Y(S,"default"))&&l.push(h)}}}const u=[o,l];return Z(e)&&s.set(e,u),u}function er(e){return e[0]!=="$"&&!yt(e)}function tr(e){return e===null?"null":typeof e=="function"?e.name||"":typeof e=="object"&&e.constructor&&e.constructor.name||""}function nr(e,t){return tr(e)===tr(t)}function sr(e,t){return U(t)?t.findIndex(n=>nr(n,e)):K(t)&&nr(t,e)?0:-1}const Ti=e=>e[0]==="_"||e==="$stable",Rs=e=>U(e)?e.map(Ae):[Ae(e)],Dl=(e,t,n)=>{if(t._n)return t;const s=ol((...r)=>Rs(t(...r)),n);return s._c=!1,s},Ai=(e,t,n)=>{const s=e._ctx;for(const r in e){if(Ti(r))continue;const i=e[r];if(K(i))t[r]=Dl(r,i,s);else if(i!=null){const o=Rs(i);t[r]=()=>o}}},Ri=(e,t)=>{const n=Rs(t);e.slots.default=()=>n},Ul=(e,t)=>{const n=e.slots=Ei();if(e.vnode.shapeFlag&32){const s=t._;s?(re(n,t),Nr(n,"_",s,!0)):Ai(t,n)}else t&&Ri(e,t)},Bl=(e,t,n)=>{const{vnode:s,slots:r}=e;let i=!0,o=te;if(s.shapeFlag&32){const l=t._;l?n&&l===1?i=!1:(re(r,t),!n&&l===1&&delete r._):(i=!t.$stable,Ai(t,r)),o=t}else t&&(Ri(e,t),o={default:1});if(i)for(const l in r)!Ti(l)&&o[l]==null&&delete r[l]};function dn(e,t,n,s,r=!1){if(U(e)){e.forEach((v,S)=>dn(v,t&&(U(t)?t[S]:t),n,s,r));return}if(vt(s)&&!r)return;const i=s.shapeFlag&4?Ls(s.component)||s.component.proxy:s.el,o=r?null:i,{i:l,r:c}=e,u=t&&t.r,d=l.refs===te?l.refs={}:l.refs,h=l.setupState;if(u!=null&&u!==c&&(se(u)?(d[u]=null,Y(h,u)&&(h[u]=null)):pe(u)&&(u.value=null)),K(c))Xe(c,l,12,[o,d]);else{const v=se(c),S=pe(c);if(v||S){const P=()=>{if(e.f){const M=v?Y(h,c)?h[c]:d[c]:c.value;r?U(M)&&hs(M,i):U(M)?M.includes(i)||M.push(i):v?(d[c]=[i],Y(h,c)&&(h[c]=d[c])):(c.value=[i],e.k&&(d[e.k]=c.value))}else v?(d[c]=o,Y(h,c)&&(h[c]=o)):S&&(c.value=o,e.k&&(d[e.k]=o))};o?(P.id=-1,me(P,n)):P()}}}let Ue=!1;const kl=e=>e.namespaceURI.includes("svg")&&e.tagName!=="foreignObject",Kl=e=>e.namespaceURI.includes("MathML"),Yt=e=>{if(kl(e))return"svg";if(Kl(e))return"mathml"},Jt=e=>e.nodeType===8;function Wl(e){const{mt:t,p:n,o:{patchProp:s,createText:r,nextSibling:i,parentNode:o,remove:l,insert:c,createComment:u}}=e,d=(g,m)=>{if(!m.hasChildNodes()){n(null,g,m),an(),m._vnode=g;return}Ue=!1,h(m.firstChild,g,null,null,null),an(),m._vnode=g,Ue&&console.error("Hydration completed but contains mismatches.")},h=(g,m,I,O,V,A=!1)=>{A=A||!!m.dynamicChildren;const j=Jt(g)&&g.data==="[",w=()=>M(g,m,I,O,V,j),{type:D,ref:x,shapeFlag:W,patchFlag:ie}=m;let le=g.nodeType;m.el=g,ie===-2&&(A=!1,m.dynamicChildren=null);let $=null;switch(D){case wt:le!==3?m.children===""?(c(m.el=r(""),o(g),g),$=g):$=w():(g.data!==m.children&&(Ue=!0,g.data=m.children),$=i(g));break;case _e:G(g)?($=i(g),q(m.el=g.content.firstChild,g,I)):le!==8||j?$=w():$=i(g);break;case It:if(j&&(g=i(g),le=g.nodeType),le===1||le===3){$=g;const X=!m.children.length;for(let F=0;F{A=A||!!m.dynamicChildren;const{type:j,props:w,patchFlag:D,shapeFlag:x,dirs:W,transition:ie}=m,le=j==="input"||j==="option";if(le||D!==-1){W&&Ie(m,null,I,"created");let $=!1;if(G(g)){$=Oi(O,ie)&&I&&I.vnode.props&&I.vnode.props.appear;const F=g.content.firstChild;$&&ie.beforeEnter(F),q(F,g,I),m.el=g=F}if(x&16&&!(w&&(w.innerHTML||w.textContent))){let F=S(g.firstChild,m,g,I,O,V,A);for(;F;){Ue=!0;const Fe=F;F=F.nextSibling,l(Fe)}}else x&8&&g.textContent!==m.children&&(Ue=!0,g.textContent=m.children);if(w)if(le||!A||D&48)for(const F in w)(le&&(F.endsWith("value")||F==="indeterminate")||Vt(F)&&!yt(F)||F[0]===".")&&s(g,F,null,w[F],void 0,void 0,I);else w.onClick&&s(g,"onClick",null,w.onClick,void 0,void 0,I);let X;(X=w&&w.onVnodeBeforeMount)&&Ce(X,I,m),W&&Ie(m,null,I,"beforeMount"),((X=w&&w.onVnodeMounted)||W||$)&&ai(()=>{X&&Ce(X,I,m),$&&ie.enter(g),W&&Ie(m,null,I,"mounted")},O)}return g.nextSibling},S=(g,m,I,O,V,A,j)=>{j=j||!!m.dynamicChildren;const w=m.children,D=w.length;for(let x=0;x{const{slotScopeIds:j}=m;j&&(V=V?V.concat(j):j);const w=o(g),D=S(i(g),m,w,I,O,V,A);return D&&Jt(D)&&D.data==="]"?i(m.anchor=D):(Ue=!0,c(m.anchor=u("]"),w,D),D)},M=(g,m,I,O,V,A)=>{if(Ue=!0,m.el=null,A){const D=B(g);for(;;){const x=i(g);if(x&&x!==D)l(x);else break}}const j=i(g),w=o(g);return l(g),n(null,m,w,j,I,O,Yt(w),V),j},B=(g,m="[",I="]")=>{let O=0;for(;g;)if(g=i(g),g&&Jt(g)&&(g.data===m&&O++,g.data===I)){if(O===0)return i(g);O--}return g},q=(g,m,I)=>{const O=m.parentNode;O&&O.replaceChild(g,m);let V=I;for(;V;)V.vnode.el===m&&(V.vnode.el=V.subTree.el=g),V=V.parent},G=g=>g.nodeType===1&&g.tagName.toLowerCase()==="template";return[d,h]}const me=ai;function ql(e){return Gl(e,Wl)}function Gl(e,t){const n=Fr();n.__VUE__=!0;const{insert:s,remove:r,patchProp:i,createElement:o,createText:l,createComment:c,setText:u,setElementText:d,parentNode:h,nextSibling:v,setScopeId:S=xe,insertStaticContent:P}=e,M=(a,f,p,y=null,_=null,C=null,R=void 0,E=null,T=!!f.dynamicChildren)=>{if(a===f)return;a&&!ot(a,f)&&(y=Bt(a),Oe(a,_,C,!0),a=null),f.patchFlag===-2&&(T=!1,f.dynamicChildren=null);const{type:b,ref:L,shapeFlag:H}=f;switch(b){case wt:B(a,f,p,y);break;case _e:q(a,f,p,y);break;case It:a==null&&G(f,p,y,R);break;case ye:x(a,f,p,y,_,C,R,E,T);break;default:H&1?I(a,f,p,y,_,C,R,E,T):H&6?W(a,f,p,y,_,C,R,E,T):(H&64||H&128)&&b.process(a,f,p,y,_,C,R,E,T,dt)}L!=null&&_&&dn(L,a&&a.ref,C,f||a,!f)},B=(a,f,p,y)=>{if(a==null)s(f.el=l(f.children),p,y);else{const _=f.el=a.el;f.children!==a.children&&u(_,f.children)}},q=(a,f,p,y)=>{a==null?s(f.el=c(f.children||""),p,y):f.el=a.el},G=(a,f,p,y)=>{[a.el,a.anchor]=P(a.children,f,p,y,a.el,a.anchor)},g=({el:a,anchor:f},p,y)=>{let _;for(;a&&a!==f;)_=v(a),s(a,p,y),a=_;s(f,p,y)},m=({el:a,anchor:f})=>{let p;for(;a&&a!==f;)p=v(a),r(a),a=p;r(f)},I=(a,f,p,y,_,C,R,E,T)=>{f.type==="svg"?R="svg":f.type==="math"&&(R="mathml"),a==null?O(f,p,y,_,C,R,E,T):j(a,f,_,C,R,E,T)},O=(a,f,p,y,_,C,R,E)=>{let T,b;const{props:L,shapeFlag:H,transition:N,dirs:k}=a;if(T=a.el=o(a.type,C,L&&L.is,L),H&8?d(T,a.children):H&16&&A(a.children,T,null,y,_,Vn(a,C),R,E),k&&Ie(a,null,y,"created"),V(T,a,a.scopeId,R,y),L){for(const Q in L)Q!=="value"&&!yt(Q)&&i(T,Q,null,L[Q],C,a.children,y,_,$e);"value"in L&&i(T,"value",null,L.value,C),(b=L.onVnodeBeforeMount)&&Ce(b,y,a)}k&&Ie(a,null,y,"beforeMount");const z=Oi(_,N);z&&N.beforeEnter(T),s(T,f,p),((b=L&&L.onVnodeMounted)||z||k)&&me(()=>{b&&Ce(b,y,a),z&&N.enter(T),k&&Ie(a,null,y,"mounted")},_)},V=(a,f,p,y,_)=>{if(p&&S(a,p),y)for(let C=0;C{for(let b=T;b{const E=f.el=a.el;let{patchFlag:T,dynamicChildren:b,dirs:L}=f;T|=a.patchFlag&16;const H=a.props||te,N=f.props||te;let k;if(p&&nt(p,!1),(k=N.onVnodeBeforeUpdate)&&Ce(k,p,f,a),L&&Ie(f,a,p,"beforeUpdate"),p&&nt(p,!0),b?w(a.dynamicChildren,b,E,p,y,Vn(f,_),C):R||F(a,f,E,null,p,y,Vn(f,_),C,!1),T>0){if(T&16)D(E,f,H,N,p,y,_);else if(T&2&&H.class!==N.class&&i(E,"class",null,N.class,_),T&4&&i(E,"style",H.style,N.style,_),T&8){const z=f.dynamicProps;for(let Q=0;Q{k&&Ce(k,p,f,a),L&&Ie(f,a,p,"updated")},y)},w=(a,f,p,y,_,C,R)=>{for(let E=0;E{if(p!==y){if(p!==te)for(const E in p)!yt(E)&&!(E in y)&&i(a,E,p[E],null,R,f.children,_,C,$e);for(const E in y){if(yt(E))continue;const T=y[E],b=p[E];T!==b&&E!=="value"&&i(a,E,b,T,R,f.children,_,C,$e)}"value"in y&&i(a,"value",p.value,y.value,R)}},x=(a,f,p,y,_,C,R,E,T)=>{const b=f.el=a?a.el:l(""),L=f.anchor=a?a.anchor:l("");let{patchFlag:H,dynamicChildren:N,slotScopeIds:k}=f;k&&(E=E?E.concat(k):k),a==null?(s(b,p,y),s(L,p,y),A(f.children||[],p,L,_,C,R,E,T)):H>0&&H&64&&N&&a.dynamicChildren?(w(a.dynamicChildren,N,p,_,C,R,E),(f.key!=null||_&&f===_.subTree)&&Li(a,f,!0)):F(a,f,p,L,_,C,R,E,T)},W=(a,f,p,y,_,C,R,E,T)=>{f.slotScopeIds=E,a==null?f.shapeFlag&512?_.ctx.activate(f,p,y,R,T):ie(f,p,y,_,C,R,T):le(a,f,T)},ie=(a,f,p,y,_,C,R)=>{const E=a.component=nc(a,y,_);if(Tn(a)&&(E.ctx.renderer=dt),sc(E),E.asyncDep){if(_&&_.registerDep(E,$),!a.el){const T=E.subTree=ue(_e);q(null,T,f,p)}}else $(E,a,f,p,_,C,R)},le=(a,f,p)=>{const y=f.component=a.component;if(al(a,f,p))if(y.asyncDep&&!y.asyncResolved){X(y,f,p);return}else y.next=f,nl(y.update),y.effect.dirty=!0,y.update();else f.el=a.el,y.vnode=f},$=(a,f,p,y,_,C,R)=>{const E=()=>{if(a.isMounted){let{next:L,bu:H,u:N,parent:k,vnode:z}=a;{const ht=Ii(a);if(ht){L&&(L.el=z.el,X(a,L,R)),ht.asyncDep.then(()=>{a.isUnmounted||E()});return}}let Q=L,ee;nt(a,!1),L?(L.el=z.el,X(a,L,R)):L=z,H&&Nn(H),(ee=L.props&&L.props.onVnodeBeforeUpdate)&&Ce(ee,k,L,z),nt(a,!0);const oe=$n(a),Te=a.subTree;a.subTree=oe,M(Te,oe,h(Te.el),Bt(Te),a,_,C),L.el=oe.el,Q===null&&ul(a,oe.el),N&&me(N,_),(ee=L.props&&L.props.onVnodeUpdated)&&me(()=>Ce(ee,k,L,z),_)}else{let L;const{el:H,props:N}=f,{bm:k,m:z,parent:Q}=a,ee=vt(f);if(nt(a,!1),k&&Nn(k),!ee&&(L=N&&N.onVnodeBeforeMount)&&Ce(L,Q,f),nt(a,!0),H&&Mn){const oe=()=>{a.subTree=$n(a),Mn(H,a.subTree,a,_,null)};ee?f.type.__asyncLoader().then(()=>!a.isUnmounted&&oe()):oe()}else{const oe=a.subTree=$n(a);M(null,oe,p,y,a,_,C),f.el=oe.el}if(z&&me(z,_),!ee&&(L=N&&N.onVnodeMounted)){const oe=f;me(()=>Ce(L,Q,oe),_)}(f.shapeFlag&256||Q&&vt(Q.vnode)&&Q.vnode.shapeFlag&256)&&a.a&&me(a.a,_),a.isMounted=!0,f=p=y=null}},T=a.effect=new ys(E,xe,()=>Ts(b),a.scope),b=a.update=()=>{T.dirty&&T.run()};b.id=a.uid,nt(a,!0),b()},X=(a,f,p)=>{f.component=a;const y=a.vnode.props;a.vnode=f,a.next=null,Vl(a,f.props,y,p),Bl(a,f.children,p),Ze(),qs(a),et()},F=(a,f,p,y,_,C,R,E,T=!1)=>{const b=a&&a.children,L=a?a.shapeFlag:0,H=f.children,{patchFlag:N,shapeFlag:k}=f;if(N>0){if(N&128){Ut(b,H,p,y,_,C,R,E,T);return}else if(N&256){Fe(b,H,p,y,_,C,R,E,T);return}}k&8?(L&16&&$e(b,_,C),H!==b&&d(p,H)):L&16?k&16?Ut(b,H,p,y,_,C,R,E,T):$e(b,_,C,!0):(L&8&&d(p,""),k&16&&A(H,p,y,_,C,R,E,T))},Fe=(a,f,p,y,_,C,R,E,T)=>{a=a||gt,f=f||gt;const b=a.length,L=f.length,H=Math.min(b,L);let N;for(N=0;NL?$e(a,_,C,!0,!1,H):A(f,p,y,_,C,R,E,T,H)},Ut=(a,f,p,y,_,C,R,E,T)=>{let b=0;const L=f.length;let H=a.length-1,N=L-1;for(;b<=H&&b<=N;){const k=a[b],z=f[b]=T?qe(f[b]):Ae(f[b]);if(ot(k,z))M(k,z,p,null,_,C,R,E,T);else break;b++}for(;b<=H&&b<=N;){const k=a[H],z=f[N]=T?qe(f[N]):Ae(f[N]);if(ot(k,z))M(k,z,p,null,_,C,R,E,T);else break;H--,N--}if(b>H){if(b<=N){const k=N+1,z=kN)for(;b<=H;)Oe(a[b],_,C,!0),b++;else{const k=b,z=b,Q=new Map;for(b=z;b<=N;b++){const be=f[b]=T?qe(f[b]):Ae(f[b]);be.key!=null&&Q.set(be.key,b)}let ee,oe=0;const Te=N-z+1;let ht=!1,Fs=0;const xt=new Array(Te);for(b=0;b=Te){Oe(be,_,C,!0);continue}let Le;if(be.key!=null)Le=Q.get(be.key);else for(ee=z;ee<=N;ee++)if(xt[ee-z]===0&&ot(be,f[ee])){Le=ee;break}Le===void 0?Oe(be,_,C,!0):(xt[Le-z]=b+1,Le>=Fs?Fs=Le:ht=!0,M(be,f[Le],p,null,_,C,R,E,T),oe++)}const $s=ht?zl(xt):gt;for(ee=$s.length-1,b=Te-1;b>=0;b--){const be=z+b,Le=f[be],Hs=be+1{const{el:C,type:R,transition:E,children:T,shapeFlag:b}=a;if(b&6){tt(a.component.subTree,f,p,y);return}if(b&128){a.suspense.move(f,p,y);return}if(b&64){R.move(a,f,p,dt);return}if(R===ye){s(C,f,p);for(let H=0;HE.enter(C),_);else{const{leave:H,delayLeave:N,afterLeave:k}=E,z=()=>s(C,f,p),Q=()=>{H(C,()=>{z(),k&&k()})};N?N(C,z,Q):Q()}else s(C,f,p)},Oe=(a,f,p,y=!1,_=!1)=>{const{type:C,props:R,ref:E,children:T,dynamicChildren:b,shapeFlag:L,patchFlag:H,dirs:N}=a;if(E!=null&&dn(E,null,p,a,!0),L&256){f.ctx.deactivate(a);return}const k=L&1&&N,z=!vt(a);let Q;if(z&&(Q=R&&R.onVnodeBeforeUnmount)&&Ce(Q,f,a),L&6)oo(a.component,p,y);else{if(L&128){a.suspense.unmount(p,y);return}k&&Ie(a,null,f,"beforeUnmount"),L&64?a.type.remove(a,f,p,_,dt,y):b&&(C!==ye||H>0&&H&64)?$e(b,f,p,!1,!0):(C===ye&&H&384||!_&&L&16)&&$e(T,f,p),y&&Ms(a)}(z&&(Q=R&&R.onVnodeUnmounted)||k)&&me(()=>{Q&&Ce(Q,f,a),k&&Ie(a,null,f,"unmounted")},p)},Ms=a=>{const{type:f,el:p,anchor:y,transition:_}=a;if(f===ye){io(p,y);return}if(f===It){m(a);return}const C=()=>{r(p),_&&!_.persisted&&_.afterLeave&&_.afterLeave()};if(a.shapeFlag&1&&_&&!_.persisted){const{leave:R,delayLeave:E}=_,T=()=>R(p,C);E?E(a.el,C,T):T()}else C()},io=(a,f)=>{let p;for(;a!==f;)p=v(a),r(a),a=p;r(f)},oo=(a,f,p)=>{const{bum:y,scope:_,update:C,subTree:R,um:E}=a;y&&Nn(y),_.stop(),C&&(C.active=!1,Oe(R,a,f,p)),E&&me(E,f),me(()=>{a.isUnmounted=!0},f),f&&f.pendingBranch&&!f.isUnmounted&&a.asyncDep&&!a.asyncResolved&&a.suspenseId===f.pendingId&&(f.deps--,f.deps===0&&f.resolve())},$e=(a,f,p,y=!1,_=!1,C=0)=>{for(let R=C;Ra.shapeFlag&6?Bt(a.component.subTree):a.shapeFlag&128?a.suspense.next():v(a.anchor||a.el);let In=!1;const Ns=(a,f,p)=>{a==null?f._vnode&&Oe(f._vnode,null,null,!0):M(f._vnode||null,a,f,null,null,null,p),In||(In=!0,qs(),an(),In=!1),f._vnode=a},dt={p:M,um:Oe,m:tt,r:Ms,mt:ie,mc:A,pc:F,pbc:w,n:Bt,o:e};let Pn,Mn;return t&&([Pn,Mn]=t(dt)),{render:Ns,hydrate:Pn,createApp:$l(Ns,Pn)}}function Vn({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 nt({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function Oi(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function Li(e,t,n=!1){const s=e.children,r=t.children;if(U(s)&&U(r))for(let i=0;i>1,e[n[l]]0&&(t[s]=n[i-1]),n[i]=s)}}for(i=n.length,o=n[i-1];i-- >0;)n[i]=o,o=t[o];return n}function Ii(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Ii(t)}const Xl=e=>e.__isTeleport,ye=Symbol.for("v-fgt"),wt=Symbol.for("v-txt"),_e=Symbol.for("v-cmt"),It=Symbol.for("v-stc"),Pt=[];let Re=null;function Pi(e=!1){Pt.push(Re=e?null:[])}function Yl(){Pt.pop(),Re=Pt[Pt.length-1]||null}let Ht=1;function rr(e){Ht+=e}function Mi(e){return e.dynamicChildren=Ht>0?Re||gt:null,Yl(),Ht>0&&Re&&Re.push(e),e}function Ga(e,t,n,s,r,i){return Mi($i(e,t,n,s,r,i,!0))}function Ni(e,t,n,s,r){return Mi(ue(e,t,n,s,r,!0))}function hn(e){return e?e.__v_isVNode===!0:!1}function ot(e,t){return e.type===t.type&&e.key===t.key}const Fi=({key:e})=>e??null,sn=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?se(e)||pe(e)||K(e)?{i:he,r:e,k:t,f:!!n}:e:null);function $i(e,t=null,n=null,s=0,r=null,i=e===ye?0:1,o=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Fi(t),ref:t&&sn(t),scopeId:xn,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:s,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:he};return l?(Os(c,n),i&128&&e.normalize(c)):n&&(c.shapeFlag|=se(n)?8:16),Ht>0&&!o&&Re&&(c.patchFlag>0||i&6)&&c.patchFlag!==32&&Re.push(c),c}const ue=Jl;function Jl(e,t=null,n=null,s=0,r=null,i=!1){if((!e||e===li)&&(e=_e),hn(e)){const l=Qe(e,t,!0);return n&&Os(l,n),Ht>0&&!i&&Re&&(l.shapeFlag&6?Re[Re.indexOf(e)]=l:Re.push(l)),l.patchFlag|=-2,l}if(lc(e)&&(e=e.__vccOpts),t){t=Ql(t);let{class:l,style:c}=t;l&&!se(l)&&(t.class=ms(l)),Z(c)&&(Yr(c)&&!U(c)&&(c=re({},c)),t.style=gs(c))}const o=se(e)?1:fl(e)?128:Xl(e)?64:Z(e)?4:K(e)?2:0;return $i(e,t,n,s,r,o,i,!0)}function Ql(e){return e?Yr(e)||Ci(e)?re({},e):e:null}function Qe(e,t,n=!1,s=!1){const{props:r,ref:i,patchFlag:o,children:l,transition:c}=e,u=t?Zl(r||{},t):r,d={__v_isVNode:!0,__v_skip:!0,type:e.type,props:u,key:u&&Fi(u),ref:t&&t.ref?n&&i?U(i)?i.concat(sn(t)):[i,sn(t)]:sn(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:l,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==ye?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:c,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Qe(e.ssContent),ssFallback:e.ssFallback&&Qe(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return c&&s&&(d.transition=c.clone(d)),d}function Hi(e=" ",t=0){return ue(wt,null,e,t)}function za(e,t){const n=ue(It,null,e);return n.staticCount=t,n}function Xa(e="",t=!1){return t?(Pi(),Ni(_e,null,e)):ue(_e,null,e)}function Ae(e){return e==null||typeof e=="boolean"?ue(_e):U(e)?ue(ye,null,e.slice()):typeof e=="object"?qe(e):ue(wt,null,String(e))}function qe(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Qe(e)}function Os(e,t){let n=0;const{shapeFlag:s}=e;if(t==null)t=null;else if(U(t))n=16;else if(typeof t=="object")if(s&65){const r=t.default;r&&(r._c&&(r._d=!1),Os(e,r()),r._c&&(r._d=!0));return}else{n=32;const r=t._;!r&&!Ci(t)?t._ctx=he:r===3&&he&&(he.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else K(t)?(t={default:t,_ctx:he},n=32):(t=String(t),s&64?(n=16,t=[Hi(t)]):n=8);e.children=t,e.shapeFlag|=n}function Zl(...e){const t={};for(let n=0;nce||he;let pn,as;{const e=Fr(),t=(n,s)=>{let r;return(r=e[n])||(r=e[n]=[]),r.push(s),i=>{r.length>1?r.forEach(o=>o(i)):r[0](i)}};pn=t("__VUE_INSTANCE_SETTERS__",n=>ce=n),as=t("__VUE_SSR_SETTERS__",n=>Ln=n)}const Dt=e=>{const t=ce;return pn(e),e.scope.on(),()=>{e.scope.off(),pn(t)}},ir=()=>{ce&&ce.scope.off(),pn(null)};function ji(e){return e.vnode.shapeFlag&4}let Ln=!1;function sc(e,t=!1){t&&as(t);const{props:n,children:s}=e.vnode,r=ji(e);jl(e,n,r,t),Ul(e,s);const i=r?rc(e,t):void 0;return t&&as(!1),i}function rc(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,Rl);const{setup:s}=n;if(s){const r=e.setupContext=s.length>1?Di(e):null,i=Dt(e);Ze();const o=Xe(s,e,0,[e.props,r]);if(et(),i(),Ir(o)){if(o.then(ir,ir),t)return o.then(l=>{or(e,l,t)}).catch(l=>{wn(l,e,0)});e.asyncDep=o}else or(e,o,t)}else Vi(e,t)}function or(e,t,n){K(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:Z(t)&&(e.setupState=ti(t)),Vi(e,n)}let lr;function Vi(e,t,n){const s=e.type;if(!e.render){if(!t&&lr&&!s.render){const r=s.template||As(e).template;if(r){const{isCustomElement:i,compilerOptions:o}=e.appContext.config,{delimiters:l,compilerOptions:c}=s,u=re(re({isCustomElement:i,delimiters:l},o),c);s.render=lr(r,u)}}e.render=s.render||xe}{const r=Dt(e);Ze();try{Ll(e)}finally{et(),r()}}}const ic={get(e,t){return ve(e,"get",""),e[t]}};function Di(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,ic),slots:e.slots,emit:e.emit,expose:t}}function Ls(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(ti(nn(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in Ot)return Ot[n](e)},has(t,n){return n in t||n in Ot}}))}function oc(e,t=!0){return K(e)?e.displayName||e.name:e.name||t&&e.__name}function lc(e){return K(e)&&"__vccOpts"in e}const ne=(e,t)=>Wo(e,t,Ln);function us(e,t,n){const s=arguments.length;return s===2?Z(t)&&!U(t)?hn(t)?ue(e,null,[t]):ue(e,t):ue(e,null,t):(s>3?n=Array.prototype.slice.call(arguments,2):s===3&&hn(n)&&(n=[n]),ue(e,t,n))}const cc="3.4.27";/**
+* @vue/runtime-dom v3.4.27
+* (c) 2018-present Yuxi (Evan) You and Vue contributors
+* @license MIT
+**/const ac="http://www.w3.org/2000/svg",uc="http://www.w3.org/1998/Math/MathML",Ge=typeof document<"u"?document:null,cr=Ge&&Ge.createElement("template"),fc={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,s)=>{const r=t==="svg"?Ge.createElementNS(ac,e):t==="mathml"?Ge.createElementNS(uc,e):Ge.createElement(e,n?{is:n}:void 0);return e==="select"&&s&&s.multiple!=null&&r.setAttribute("multiple",s.multiple),r},createText:e=>Ge.createTextNode(e),createComment:e=>Ge.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Ge.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,s,r,i){const o=n?n.previousSibling:t.lastChild;if(r&&(r===i||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),n),!(r===i||!(r=r.nextSibling)););else{cr.innerHTML=s==="svg"?``:s==="mathml"?``:e;const l=cr.content;if(s==="svg"||s==="mathml"){const c=l.firstChild;for(;c.firstChild;)l.appendChild(c.firstChild);l.removeChild(c)}t.insertBefore(l,n)}return[o?o.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},Be="transition",St="animation",jt=Symbol("_vtc"),Ui=(e,{slots:t})=>us(yl,dc(e),t);Ui.displayName="Transition";const Bi={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};Ui.props=re({},di,Bi);const st=(e,t=[])=>{U(e)?e.forEach(n=>n(...t)):e&&e(...t)},ar=e=>e?U(e)?e.some(t=>t.length>1):e.length>1:!1;function dc(e){const t={};for(const x in e)x in Bi||(t[x]=e[x]);if(e.css===!1)return t;const{name:n="v",type:s,duration:r,enterFromClass:i=`${n}-enter-from`,enterActiveClass:o=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:c=i,appearActiveClass:u=o,appearToClass:d=l,leaveFromClass:h=`${n}-leave-from`,leaveActiveClass:v=`${n}-leave-active`,leaveToClass:S=`${n}-leave-to`}=e,P=hc(r),M=P&&P[0],B=P&&P[1],{onBeforeEnter:q,onEnter:G,onEnterCancelled:g,onLeave:m,onLeaveCancelled:I,onBeforeAppear:O=q,onAppear:V=G,onAppearCancelled:A=g}=t,j=(x,W,ie)=>{rt(x,W?d:l),rt(x,W?u:o),ie&&ie()},w=(x,W)=>{x._isLeaving=!1,rt(x,h),rt(x,S),rt(x,v),W&&W()},D=x=>(W,ie)=>{const le=x?V:G,$=()=>j(W,x,ie);st(le,[W,$]),ur(()=>{rt(W,x?c:i),ke(W,x?d:l),ar(le)||fr(W,s,M,$)})};return re(t,{onBeforeEnter(x){st(q,[x]),ke(x,i),ke(x,o)},onBeforeAppear(x){st(O,[x]),ke(x,c),ke(x,u)},onEnter:D(!1),onAppear:D(!0),onLeave(x,W){x._isLeaving=!0;const ie=()=>w(x,W);ke(x,h),ke(x,v),mc(),ur(()=>{x._isLeaving&&(rt(x,h),ke(x,S),ar(m)||fr(x,s,B,ie))}),st(m,[x,ie])},onEnterCancelled(x){j(x,!1),st(g,[x])},onAppearCancelled(x){j(x,!0),st(A,[x])},onLeaveCancelled(x){w(x),st(I,[x])}})}function hc(e){if(e==null)return null;if(Z(e))return[Dn(e.enter),Dn(e.leave)];{const t=Dn(e);return[t,t]}}function Dn(e){return po(e)}function ke(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[jt]||(e[jt]=new Set)).add(t)}function rt(e,t){t.split(/\s+/).forEach(s=>s&&e.classList.remove(s));const n=e[jt];n&&(n.delete(t),n.size||(e[jt]=void 0))}function ur(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let pc=0;function fr(e,t,n,s){const r=e._endId=++pc,i=()=>{r===e._endId&&s()};if(n)return setTimeout(i,n);const{type:o,timeout:l,propCount:c}=gc(e,t);if(!o)return s();const u=o+"end";let d=0;const h=()=>{e.removeEventListener(u,v),i()},v=S=>{S.target===e&&++d>=c&&h()};setTimeout(()=>{d(n[P]||"").split(", "),r=s(`${Be}Delay`),i=s(`${Be}Duration`),o=dr(r,i),l=s(`${St}Delay`),c=s(`${St}Duration`),u=dr(l,c);let d=null,h=0,v=0;t===Be?o>0&&(d=Be,h=o,v=i.length):t===St?u>0&&(d=St,h=u,v=c.length):(h=Math.max(o,u),d=h>0?o>u?Be:St:null,v=d?d===Be?i.length:c.length:0);const S=d===Be&&/\b(transform|all)(,|$)/.test(s(`${Be}Property`).toString());return{type:d,timeout:h,propCount:v,hasTransform:S}}function dr(e,t){for(;e.lengthhr(n)+hr(e[s])))}function hr(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function mc(){return document.body.offsetHeight}function yc(e,t,n){const s=e[jt];s&&(t=(t?[t,...s]:[...s]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const pr=Symbol("_vod"),_c=Symbol("_vsh"),vc=Symbol(""),bc=/(^|;)\s*display\s*:/;function wc(e,t,n){const s=e.style,r=se(n);let i=!1;if(n&&!r){if(t)if(se(t))for(const o of t.split(";")){const l=o.slice(0,o.indexOf(":")).trim();n[l]==null&&rn(s,l,"")}else for(const o in t)n[o]==null&&rn(s,o,"");for(const o in n)o==="display"&&(i=!0),rn(s,o,n[o])}else if(r){if(t!==n){const o=s[vc];o&&(n+=";"+o),s.cssText=n,i=bc.test(n)}}else t&&e.removeAttribute("style");pr in e&&(e[pr]=i?s.display:"",e[_c]&&(s.display="none"))}const gr=/\s*!important$/;function rn(e,t,n){if(U(n))n.forEach(s=>rn(e,t,s));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const s=Ec(e,t);gr.test(n)?e.setProperty(ft(s),n.replace(gr,""),"important"):e[s]=n}}const mr=["Webkit","Moz","ms"],Un={};function Ec(e,t){const n=Un[t];if(n)return n;let s=Ne(t);if(s!=="filter"&&s in e)return Un[t]=s;s=yn(s);for(let r=0;rBn||(Oc.then(()=>Bn=0),Bn=Date.now());function Ic(e,t){const n=s=>{if(!s._vts)s._vts=Date.now();else if(s._vts<=n.attached)return;Se(Pc(s,n.value),t,5,[s])};return n.value=e,n.attached=Lc(),n}function Pc(e,t){if(U(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(s=>r=>!r._stopped&&s&&s(r))}else return t}const br=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Mc=(e,t,n,s,r,i,o,l,c)=>{const u=r==="svg";t==="class"?yc(e,s,u):t==="style"?wc(e,n,s):Vt(t)?ds(t)||Ac(e,t,n,s,o):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Nc(e,t,s,u))?xc(e,t,s,i,o,l,c):(t==="true-value"?e._trueValue=s:t==="false-value"&&(e._falseValue=s),Cc(e,t,s,u))};function Nc(e,t,n,s){if(s)return!!(t==="innerHTML"||t==="textContent"||t in e&&br(t)&&K(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 r=e.tagName;if(r==="IMG"||r==="VIDEO"||r==="CANVAS"||r==="SOURCE")return!1}return br(t)&&se(n)?!1:t in e}const Fc=["ctrl","shift","alt","meta"],$c={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)=>Fc.some(n=>e[`${n}Key`]&&!t.includes(n))},Ya=(e,t)=>{const n=e._withMods||(e._withMods={}),s=t.join(".");return n[s]||(n[s]=(r,...i)=>{for(let o=0;o{const n=e._withKeys||(e._withKeys={}),s=t.join(".");return n[s]||(n[s]=r=>{if(!("key"in r))return;const i=ft(r.key);if(t.some(o=>o===i||Hc[o]===i))return e(r)})},jc=re({patchProp:Mc},fc);let kn,wr=!1;function Vc(){return kn=wr?kn:ql(jc),wr=!0,kn}const Qa=(...e)=>{const t=Vc().createApp(...e),{mount:n}=t;return t.mount=s=>{const r=Uc(s);if(r)return n(r,!0,Dc(r))},t};function Dc(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function Uc(e){return se(e)?document.querySelector(e):e}const Za=(e,t)=>{const n=e.__vccOpts||e;for(const[s,r]of t)n[s]=r;return n},Bc="modulepreload",kc=function(e){return"/"+e},Er={},eu=function(t,n,s){let r=Promise.resolve();if(n&&n.length>0){document.getElementsByTagName("link");const i=document.querySelector("meta[property=csp-nonce]"),o=(i==null?void 0:i.nonce)||(i==null?void 0:i.getAttribute("nonce"));r=Promise.all(n.map(l=>{if(l=kc(l),l in Er)return;Er[l]=!0;const c=l.endsWith(".css"),u=c?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${l}"]${u}`))return;const d=document.createElement("link");if(d.rel=c?"stylesheet":Bc,c||(d.as="script",d.crossOrigin=""),d.href=l,o&&d.setAttribute("nonce",o),document.head.appendChild(d),c)return new Promise((h,v)=>{d.addEventListener("load",h),d.addEventListener("error",()=>v(new Error(`Unable to preload CSS for ${l}`)))})}))}return r.then(()=>t()).catch(i=>{const o=new Event("vite:preloadError",{cancelable:!0});if(o.payload=i,window.dispatchEvent(o),!o.defaultPrevented)throw i})},Kc=window.__VP_SITE_DATA__;function Is(e){return jr()?(Co(e),!0):!1}function Ye(e){return typeof e=="function"?e():ei(e)}const ki=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const Wc=Object.prototype.toString,qc=e=>Wc.call(e)==="[object Object]",Ki=()=>{},Cr=Gc();function Gc(){var e,t;return ki&&((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 zc(e,t){function n(...s){return new Promise((r,i)=>{Promise.resolve(e(()=>t.apply(this,s),{fn:t,thisArg:this,args:s})).then(r).catch(i)})}return n}const Wi=e=>e();function Xc(e=Wi){const t=ae(!0);function n(){t.value=!1}function s(){t.value=!0}const r=(...i)=>{t.value&&e(...i)};return{isActive:bn(t),pause:n,resume:s,eventFilter:r}}function Yc(e){return On()}function qi(...e){if(e.length!==1)return Qo(...e);const t=e[0];return typeof t=="function"?bn(Xo(()=>({get:t,set:Ki}))):ae(t)}function Jc(e,t,n={}){const{eventFilter:s=Wi,...r}=n;return Me(e,zc(s,t),r)}function Qc(e,t,n={}){const{eventFilter:s,...r}=n,{eventFilter:i,pause:o,resume:l,isActive:c}=Xc(s);return{stop:Jc(e,t,{...r,eventFilter:i}),pause:o,resume:l,isActive:c}}function Ps(e,t=!0,n){Yc()?Ct(e,n):t?e():En(e)}function Gi(e){var t;const n=Ye(e);return(t=n==null?void 0:n.$el)!=null?t:n}const je=ki?window:void 0;function Et(...e){let t,n,s,r;if(typeof e[0]=="string"||Array.isArray(e[0])?([n,s,r]=e,t=je):[t,n,s,r]=e,!t)return Ki;Array.isArray(n)||(n=[n]),Array.isArray(s)||(s=[s]);const i=[],o=()=>{i.forEach(d=>d()),i.length=0},l=(d,h,v,S)=>(d.addEventListener(h,v,S),()=>d.removeEventListener(h,v,S)),c=Me(()=>[Gi(t),Ye(r)],([d,h])=>{if(o(),!d)return;const v=qc(h)?{...h}:h;i.push(...n.flatMap(S=>s.map(P=>l(d,S,P,v))))},{immediate:!0,flush:"post"}),u=()=>{c(),o()};return Is(u),u}function Zc(e){return typeof e=="function"?e:typeof e=="string"?t=>t.key===e:Array.isArray(e)?t=>e.includes(t.key):()=>!0}function tu(...e){let t,n,s={};e.length===3?(t=e[0],n=e[1],s=e[2]):e.length===2?typeof e[1]=="object"?(t=!0,n=e[0],s=e[1]):(t=e[0],n=e[1]):(t=!0,n=e[0]);const{target:r=je,eventName:i="keydown",passive:o=!1,dedupe:l=!1}=s,c=Zc(t);return Et(r,i,d=>{d.repeat&&Ye(l)||c(d)&&n(d)},o)}function ea(){const e=ae(!1),t=On();return t&&Ct(()=>{e.value=!0},t),e}function ta(e){const t=ea();return ne(()=>(t.value,!!e()))}function zi(e,t={}){const{window:n=je}=t,s=ta(()=>n&&"matchMedia"in n&&typeof n.matchMedia=="function");let r;const i=ae(!1),o=u=>{i.value=u.matches},l=()=>{r&&("removeEventListener"in r?r.removeEventListener("change",o):r.removeListener(o))},c=ui(()=>{s.value&&(l(),r=n.matchMedia(Ye(e)),"addEventListener"in r?r.addEventListener("change",o):r.addListener(o),i.value=r.matches)});return Is(()=>{c(),l(),r=void 0}),i}const Qt=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Zt="__vueuse_ssr_handlers__",na=sa();function sa(){return Zt in Qt||(Qt[Zt]=Qt[Zt]||{}),Qt[Zt]}function Xi(e,t){return na[e]||t}function ra(e){return e==null?"any":e instanceof Set?"set":e instanceof Map?"map":e instanceof Date?"date":typeof e=="boolean"?"boolean":typeof e=="string"?"string":typeof e=="object"?"object":Number.isNaN(e)?"any":"number"}const ia={boolean:{read:e=>e==="true",write:e=>String(e)},object:{read:e=>JSON.parse(e),write:e=>JSON.stringify(e)},number:{read:e=>Number.parseFloat(e),write:e=>String(e)},any:{read:e=>e,write:e=>String(e)},string:{read:e=>e,write:e=>String(e)},map:{read:e=>new Map(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e.entries()))},set:{read:e=>new Set(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e))},date:{read:e=>new Date(e),write:e=>e.toISOString()}},xr="vueuse-storage";function oa(e,t,n,s={}){var r;const{flush:i="pre",deep:o=!0,listenToStorageChanges:l=!0,writeDefaults:c=!0,mergeDefaults:u=!1,shallow:d,window:h=je,eventFilter:v,onError:S=w=>{console.error(w)},initOnMounted:P}=s,M=(d?Qr:ae)(typeof t=="function"?t():t);if(!n)try{n=Xi("getDefaultStorage",()=>{var w;return(w=je)==null?void 0:w.localStorage})()}catch(w){S(w)}if(!n)return M;const B=Ye(t),q=ra(B),G=(r=s.serializer)!=null?r:ia[q],{pause:g,resume:m}=Qc(M,()=>O(M.value),{flush:i,deep:o,eventFilter:v});h&&l&&Ps(()=>{Et(h,"storage",A),Et(h,xr,j),P&&A()}),P||A();function I(w,D){h&&h.dispatchEvent(new CustomEvent(xr,{detail:{key:e,oldValue:w,newValue:D,storageArea:n}}))}function O(w){try{const D=n.getItem(e);if(w==null)I(D,null),n.removeItem(e);else{const x=G.write(w);D!==x&&(n.setItem(e,x),I(D,x))}}catch(D){S(D)}}function V(w){const D=w?w.newValue:n.getItem(e);if(D==null)return c&&B!=null&&n.setItem(e,G.write(B)),B;if(!w&&u){const x=G.read(D);return typeof u=="function"?u(x,B):q==="object"&&!Array.isArray(x)?{...B,...x}:x}else return typeof D!="string"?D:G.read(D)}function A(w){if(!(w&&w.storageArea!==n)){if(w&&w.key==null){M.value=B;return}if(!(w&&w.key!==e)){g();try{(w==null?void 0:w.newValue)!==G.write(M.value)&&(M.value=V(w))}catch(D){S(D)}finally{w?En(m):m()}}}}function j(w){A(w.detail)}return M}function Yi(e){return zi("(prefers-color-scheme: dark)",e)}function la(e={}){const{selector:t="html",attribute:n="class",initialValue:s="auto",window:r=je,storage:i,storageKey:o="vueuse-color-scheme",listenToStorageChanges:l=!0,storageRef:c,emitAuto:u,disableTransition:d=!0}=e,h={auto:"",light:"light",dark:"dark",...e.modes||{}},v=Yi({window:r}),S=ne(()=>v.value?"dark":"light"),P=c||(o==null?qi(s):oa(o,s,i,{window:r,listenToStorageChanges:l})),M=ne(()=>P.value==="auto"?S.value:P.value),B=Xi("updateHTMLAttrs",(m,I,O)=>{const V=typeof m=="string"?r==null?void 0:r.document.querySelector(m):Gi(m);if(!V)return;let A;if(d&&(A=r.document.createElement("style"),A.appendChild(document.createTextNode("*,*::before,*::after{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}")),r.document.head.appendChild(A)),I==="class"){const j=O.split(/\s/g);Object.values(h).flatMap(w=>(w||"").split(/\s/g)).filter(Boolean).forEach(w=>{j.includes(w)?V.classList.add(w):V.classList.remove(w)})}else V.setAttribute(I,O);d&&(r.getComputedStyle(A).opacity,document.head.removeChild(A))});function q(m){var I;B(t,n,(I=h[m])!=null?I:m)}function G(m){e.onChanged?e.onChanged(m,q):q(m)}Me(M,G,{flush:"post",immediate:!0}),Ps(()=>G(M.value));const g=ne({get(){return u?P.value:M.value},set(m){P.value=m}});try{return Object.assign(g,{store:P,system:S,state:M})}catch{return g}}function ca(e={}){const{valueDark:t="dark",valueLight:n="",window:s=je}=e,r=la({...e,onChanged:(l,c)=>{var u;e.onChanged?(u=e.onChanged)==null||u.call(e,l==="dark",c,l):c(l)},modes:{dark:t,light:n}}),i=ne(()=>r.system?r.system.value:Yi({window:s}).value?"dark":"light");return ne({get(){return r.value==="dark"},set(l){const c=l?"dark":"light";i.value===c?r.value="auto":r.value=c}})}function Kn(e){return typeof Window<"u"&&e instanceof Window?e.document.documentElement:typeof Document<"u"&&e instanceof Document?e.documentElement:e}function Ji(e){const t=window.getComputedStyle(e);if(t.overflowX==="scroll"||t.overflowY==="scroll"||t.overflowX==="auto"&&e.clientWidth1?!0:(t.preventDefault&&t.preventDefault(),!1)}const Wn=new WeakMap;function nu(e,t=!1){const n=ae(t);let s=null,r="";Me(qi(e),l=>{const c=Kn(Ye(l));if(c){const u=c;if(Wn.get(u)||Wn.set(u,u.style.overflow),u.style.overflow!=="hidden"&&(r=u.style.overflow),u.style.overflow==="hidden")return n.value=!0;if(n.value)return u.style.overflow="hidden"}},{immediate:!0});const i=()=>{const l=Kn(Ye(e));!l||n.value||(Cr&&(s=Et(l,"touchmove",c=>{aa(c)},{passive:!1})),l.style.overflow="hidden",n.value=!0)},o=()=>{const l=Kn(Ye(e));!l||!n.value||(Cr&&(s==null||s()),l.style.overflow=r,Wn.delete(l),n.value=!1)};return Is(o),ne({get(){return n.value},set(l){l?i():o()}})}function su(e={}){const{window:t=je,behavior:n="auto"}=e;if(!t)return{x:ae(0),y:ae(0)};const s=ae(t.scrollX),r=ae(t.scrollY),i=ne({get(){return s.value},set(l){scrollTo({left:l,behavior:n})}}),o=ne({get(){return r.value},set(l){scrollTo({top:l,behavior:n})}});return Et(t,"scroll",()=>{s.value=t.scrollX,r.value=t.scrollY},{capture:!1,passive:!0}),{x:i,y:o}}function ru(e={}){const{window:t=je,initialWidth:n=Number.POSITIVE_INFINITY,initialHeight:s=Number.POSITIVE_INFINITY,listenOrientation:r=!0,includeScrollbar:i=!0}=e,o=ae(n),l=ae(s),c=()=>{t&&(i?(o.value=t.innerWidth,l.value=t.innerHeight):(o.value=t.document.documentElement.clientWidth,l.value=t.document.documentElement.clientHeight))};if(c(),Ps(c),Et("resize",c,{passive:!0}),r){const u=zi("(orientation: portrait)");Me(u,()=>c())}return{width:o,height:l}}var qn={BASE_URL:"/",MODE:"production",DEV:!1,PROD:!0,SSR:!1},Gn={};const Qi=/^(?:[a-z]+:|\/\/)/i,ua="vitepress-theme-appearance",fa=/#.*$/,da=/[?#].*$/,ha=/(?:(^|\/)index)?\.(?:md|html)$/,fe=typeof document<"u",Zi={relativePath:"404.md",filePath:"",title:"404",description:"Not Found",headers:[],frontmatter:{sidebar:!1,layout:"page"},lastUpdated:0,isNotFound:!0};function pa(e,t,n=!1){if(t===void 0)return!1;if(e=Sr(`/${e}`),n)return new RegExp(t).test(e);if(Sr(t)!==e)return!1;const s=t.match(fa);return s?(fe?location.hash:"")===s[0]:!0}function Sr(e){return decodeURI(e).replace(da,"").replace(ha,"$1")}function ga(e){return Qi.test(e)}function ma(e,t){return Object.keys((e==null?void 0:e.locales)||{}).find(n=>n!=="root"&&!ga(n)&&pa(t,`/${n}/`,!0))||"root"}function ya(e,t){var s,r,i,o,l,c,u;const n=ma(e,t);return Object.assign({},e,{localeIndex:n,lang:((s=e.locales[n])==null?void 0:s.lang)??e.lang,dir:((r=e.locales[n])==null?void 0:r.dir)??e.dir,title:((i=e.locales[n])==null?void 0:i.title)??e.title,titleTemplate:((o=e.locales[n])==null?void 0:o.titleTemplate)??e.titleTemplate,description:((l=e.locales[n])==null?void 0:l.description)??e.description,head:to(e.head,((c=e.locales[n])==null?void 0:c.head)??[]),themeConfig:{...e.themeConfig,...(u=e.locales[n])==null?void 0:u.themeConfig}})}function eo(e,t){const n=t.title||e.title,s=t.titleTemplate??e.titleTemplate;if(typeof s=="string"&&s.includes(":title"))return s.replace(/:title/g,n);const r=_a(e.title,s);return n===r.slice(3)?n:`${n}${r}`}function _a(e,t){return t===!1?"":t===!0||t===void 0?` | ${e}`:e===t?"":` | ${t}`}function va(e,t){const[n,s]=t;if(n!=="meta")return!1;const r=Object.entries(s)[0];return r==null?!1:e.some(([i,o])=>i===n&&o[r[0]]===r[1])}function to(e,t){return[...e.filter(n=>!va(t,n)),...t]}const ba=/[\u0000-\u001F"#$&*+,:;<=>?[\]^`{|}\u007F]/g,wa=/^[a-z]:/i;function Tr(e){const t=wa.exec(e),n=t?t[0]:"";return n+e.slice(n.length).replace(ba,"_").replace(/(^|\/)_+(?=[^/]*$)/,"$1")}const zn=new Set;function Ea(e){if(zn.size===0){const n=typeof process=="object"&&(Gn==null?void 0:Gn.VITE_EXTRA_EXTENSIONS)||(qn==null?void 0:qn.VITE_EXTRA_EXTENSIONS)||"";("3g2,3gp,aac,ai,apng,au,avif,bin,bmp,cer,class,conf,crl,css,csv,dll,doc,eps,epub,exe,gif,gz,ics,ief,jar,jpe,jpeg,jpg,js,json,jsonld,m4a,man,mid,midi,mjs,mov,mp2,mp3,mp4,mpe,mpeg,mpg,mpp,oga,ogg,ogv,ogx,opus,otf,p10,p7c,p7m,p7s,pdf,png,ps,qt,roff,rtf,rtx,ser,svg,t,tif,tiff,tr,ts,tsv,ttf,txt,vtt,wav,weba,webm,webp,woff,woff2,xhtml,xml,yaml,yml,zip"+(n&&typeof n=="string"?","+n:"")).split(",").forEach(s=>zn.add(s))}const t=e.split(".").pop();return t==null||!zn.has(t.toLowerCase())}const Ca=Symbol(),at=Qr(Kc);function iu(e){const t=ne(()=>ya(at.value,e.data.relativePath)),n=t.value.appearance,s=n==="force-dark"?ae(!0):n?ca({storageKey:ua,initialValue:()=>typeof n=="string"?n:"auto",...typeof n=="object"?n:{}}):ae(!1),r=ae(fe?location.hash:"");return fe&&window.addEventListener("hashchange",()=>{r.value=location.hash}),Me(()=>e.data,()=>{r.value=fe?location.hash:""}),{site:t,theme:ne(()=>t.value.themeConfig),page:ne(()=>e.data),frontmatter:ne(()=>e.data.frontmatter),params:ne(()=>e.data.params),lang:ne(()=>t.value.lang),dir:ne(()=>e.data.frontmatter.dir||t.value.dir),localeIndex:ne(()=>t.value.localeIndex||"root"),title:ne(()=>eo(t.value,e.data)),description:ne(()=>e.data.description||t.value.description),isDark:s,hash:ne(()=>r.value)}}function xa(){const e=bt(Ca);if(!e)throw new Error("vitepress data not properly injected in app");return e}function Sa(e,t){return`${e}${t}`.replace(/\/+/g,"/")}function Ar(e){return Qi.test(e)||!e.startsWith("/")?e:Sa(at.value.base,e)}function Ta(e){let t=e.replace(/\.html$/,"");if(t=decodeURIComponent(t),t=t.replace(/\/$/,"/index"),fe){const n="/";t=Tr(t.slice(n.length).replace(/\//g,"_")||"index")+".md";let s=__VP_HASH_MAP__[t.toLowerCase()];if(s||(t=t.endsWith("_index.md")?t.slice(0,-9)+".md":t.slice(0,-3)+"_index.md",s=__VP_HASH_MAP__[t.toLowerCase()]),!s)return null;t=`${n}assets/${t}.${s}.js`}else t=`./${Tr(t.slice(1).replace(/\//g,"_"))}.md.js`;return t}let on=[];function ou(e){on.push(e),Rn(()=>{on=on.filter(t=>t!==e)})}function Aa(){let e=at.value.scrollOffset,t=0,n=24;if(typeof e=="object"&&"padding"in e&&(n=e.padding,e=e.selector),typeof e=="number")t=e;else if(typeof e=="string")t=Rr(e,n);else if(Array.isArray(e))for(const s of e){const r=Rr(s,n);if(r){t=r;break}}return t}function Rr(e,t){const n=document.querySelector(e);if(!n)return 0;const s=n.getBoundingClientRect().bottom;return s<0?0:s+t}const Ra=Symbol(),no="http://a.com",Oa=()=>({path:"/",component:null,data:Zi});function lu(e,t){const n=vn(Oa()),s={route:n,go:r};async function r(l=fe?location.href:"/"){var c,u;l=Xn(l),await((c=s.onBeforeRouteChange)==null?void 0:c.call(s,l))!==!1&&(fe&&l!==Xn(location.href)&&(history.replaceState({scrollPosition:window.scrollY},""),history.pushState({},"",l)),await o(l),await((u=s.onAfterRouteChanged)==null?void 0:u.call(s,l)))}let i=null;async function o(l,c=0,u=!1){var v;if(await((v=s.onBeforePageLoad)==null?void 0:v.call(s,l))===!1)return;const d=new URL(l,no),h=i=d.pathname;try{let S=await e(h);if(!S)throw new Error(`Page not found: ${h}`);if(i===h){i=null;const{default:P,__pageData:M}=S;if(!P)throw new Error(`Invalid route component: ${P}`);n.path=fe?h:Ar(h),n.component=nn(P),n.data=nn(M),fe&&En(()=>{let B=at.value.base+M.relativePath.replace(/(?:(^|\/)index)?\.md$/,"$1");if(!at.value.cleanUrls&&!B.endsWith("/")&&(B+=".html"),B!==d.pathname&&(d.pathname=B,l=B+d.search+d.hash,history.replaceState({},"",l)),d.hash&&!c){let q=null;try{q=document.getElementById(decodeURIComponent(d.hash).slice(1))}catch(G){console.warn(G)}if(q){Or(q,d.hash);return}}window.scrollTo(0,c)})}}catch(S){if(!/fetch|Page not found/.test(S.message)&&!/^\/404(\.html|\/)?$/.test(l)&&console.error(S),!u)try{const P=await fetch(at.value.base+"hashmap.json");window.__VP_HASH_MAP__=await P.json(),await o(l,c,!0);return}catch{}if(i===h){i=null,n.path=fe?h:Ar(h),n.component=t?nn(t):null;const P=fe?h.replace(/(^|\/)$/,"$1index").replace(/(\.html)?$/,".md").replace(/^\//,""):"404.md";n.data={...Zi,relativePath:P}}}}return fe&&(history.state===null&&history.replaceState({},""),window.addEventListener("click",l=>{if(l.target.closest("button"))return;const u=l.target.closest("a");if(u&&!u.closest(".vp-raw")&&(u instanceof SVGElement||!u.download)){const{target:d}=u,{href:h,origin:v,pathname:S,hash:P,search:M}=new URL(u.href instanceof SVGAnimatedString?u.href.animVal:u.href,u.baseURI),B=new URL(location.href);!l.ctrlKey&&!l.shiftKey&&!l.altKey&&!l.metaKey&&!d&&v===B.origin&&Ea(S)&&(l.preventDefault(),S===B.pathname&&M===B.search?(P!==B.hash&&(history.pushState({},"",h),window.dispatchEvent(new HashChangeEvent("hashchange",{oldURL:B.href,newURL:h}))),P?Or(u,P,u.classList.contains("header-anchor")):window.scrollTo(0,0)):r(h))}},{capture:!0}),window.addEventListener("popstate",async l=>{var c;l.state!==null&&(await o(Xn(location.href),l.state&&l.state.scrollPosition||0),(c=s.onAfterRouteChanged)==null||c.call(s,location.href))}),window.addEventListener("hashchange",l=>{l.preventDefault()})),s}function La(){const e=bt(Ra);if(!e)throw new Error("useRouter() is called without provider.");return e}function so(){return La().route}function Or(e,t,n=!1){let s=null;try{s=e.classList.contains("header-anchor")?e:document.getElementById(decodeURIComponent(t).slice(1))}catch(r){console.warn(r)}if(s){let r=function(){!n||Math.abs(o-window.scrollY)>window.innerHeight?window.scrollTo(0,o):window.scrollTo({left:0,top:o,behavior:"smooth"})};const i=parseInt(window.getComputedStyle(s).paddingTop,10),o=window.scrollY+s.getBoundingClientRect().top-Aa()+i;requestAnimationFrame(r)}}function Xn(e){const t=new URL(e,no);return t.pathname=t.pathname.replace(/(^|\/)index(\.html)?$/,"$1"),at.value.cleanUrls?t.pathname=t.pathname.replace(/\.html$/,""):!t.pathname.endsWith("/")&&!t.pathname.endsWith(".html")&&(t.pathname+=".html"),t.pathname+t.search+t.hash}const Yn=()=>on.forEach(e=>e()),cu=gi({name:"VitePressContent",props:{as:{type:[Object,String],default:"div"}},setup(e){const t=so(),{site:n}=xa();return()=>us(e.as,n.value.contentProps??{style:{position:"relative"}},[t.component?us(t.component,{onVnodeMounted:Yn,onVnodeUpdated:Yn,onVnodeUnmounted:Yn}):"404 Page Not Found"])}}),au="/theme/localazy-logo-white.svg",uu=gi({setup(e,{slots:t}){const n=ae(!1);return Ct(()=>{n.value=!0}),()=>n.value&&t.default?t.default():null}});function fu(){fe&&window.addEventListener("click",e=>{var n;const t=e.target;if(t.matches(".vp-code-group input")){const s=(n=t.parentElement)==null?void 0:n.parentElement;if(!s)return;const r=Array.from(s.querySelectorAll("input")).indexOf(t);if(r<0)return;const i=s.querySelector(".blocks");if(!i)return;const o=Array.from(i.children).find(u=>u.classList.contains("active"));if(!o)return;const l=i.children[r];if(!l||o===l)return;o.classList.remove("active"),l.classList.add("active");const c=s==null?void 0:s.querySelector(`label[for="${t.id}"]`);c==null||c.scrollIntoView({block:"nearest"})}})}function du(){if(fe){const e=new WeakMap;window.addEventListener("click",t=>{var s;const n=t.target;if(n.matches('div[class*="language-"] > button.copy')){const r=n.parentElement,i=(s=n.nextElementSibling)==null?void 0:s.nextElementSibling;if(!r||!i)return;const o=/language-(shellscript|shell|bash|sh|zsh)/.test(r.className),l=[".vp-copy-ignore",".diff.remove"],c=i.cloneNode(!0);c.querySelectorAll(l.join(",")).forEach(d=>d.remove());let u=c.textContent||"";o&&(u=u.replace(/^ *(\$|>) /gm,"").trim()),Ia(u).then(()=>{n.classList.add("copied"),clearTimeout(e.get(n));const d=setTimeout(()=>{n.classList.remove("copied"),n.blur(),e.delete(n)},2e3);e.set(n,d)})}})}}async function Ia(e){try{return navigator.clipboard.writeText(e)}catch{const t=document.createElement("textarea"),n=document.activeElement;t.value=e,t.setAttribute("readonly",""),t.style.contain="strict",t.style.position="absolute",t.style.left="-9999px",t.style.fontSize="12pt";const s=document.getSelection(),r=s?s.rangeCount>0&&s.getRangeAt(0):null;document.body.appendChild(t),t.select(),t.selectionStart=0,t.selectionEnd=e.length,document.execCommand("copy"),document.body.removeChild(t),r&&(s.removeAllRanges(),s.addRange(r)),n&&n.focus()}}function hu(e,t){let n=!0,s=[];const r=i=>{if(n){n=!1,i.forEach(l=>{const c=Jn(l);for(const u of document.head.children)if(u.isEqualNode(c)){s.push(u);return}});return}const o=i.map(Jn);s.forEach((l,c)=>{const u=o.findIndex(d=>d==null?void 0:d.isEqualNode(l??null));u!==-1?delete o[u]:(l==null||l.remove(),delete s[c])}),o.forEach(l=>l&&document.head.appendChild(l)),s=[...s,...o].filter(Boolean)};ui(()=>{const i=e.data,o=t.value,l=i&&i.description,c=i&&i.frontmatter.head||[],u=eo(o,i);u!==document.title&&(document.title=u);const d=l||o.description;let h=document.querySelector("meta[name=description]");h?h.getAttribute("content")!==d&&h.setAttribute("content",d):Jn(["meta",{name:"description",content:d}]),r(to(o.head,Ma(c)))})}function Jn([e,t,n]){const s=document.createElement(e);for(const r in t)s.setAttribute(r,t[r]);return n&&(s.innerHTML=n),e==="script"&&!t.async&&(s.async=!1),s}function Pa(e){return e[0]==="meta"&&e[1]&&e[1].name==="description"}function Ma(e){return e.filter(t=>!Pa(t))}const Qn=new Set,ro=()=>document.createElement("link"),Na=e=>{const t=ro();t.rel="prefetch",t.href=e,document.head.appendChild(t)},Fa=e=>{const t=new XMLHttpRequest;t.open("GET",e,t.withCredentials=!0),t.send()};let en;const $a=fe&&(en=ro())&&en.relList&&en.relList.supports&&en.relList.supports("prefetch")?Na:Fa;function pu(){if(!fe||!window.IntersectionObserver)return;let e;if((e=navigator.connection)&&(e.saveData||/2g/.test(e.effectiveType)))return;const t=window.requestIdleCallback||setTimeout;let n=null;const s=()=>{n&&n.disconnect(),n=new IntersectionObserver(i=>{i.forEach(o=>{if(o.isIntersecting){const l=o.target;n.unobserve(l);const{pathname:c}=l;if(!Qn.has(c)){Qn.add(c);const u=Ta(c);u&&$a(u)}}})}),t(()=>{document.querySelectorAll("#app a").forEach(i=>{const{hostname:o,pathname:l}=new URL(i.href instanceof SVGAnimatedString?i.href.animVal:i.href,i.baseURI),c=l.match(/\.\w+$/);c&&c[0]!==".html"||i.target!=="_blank"&&o===location.hostname&&(l!==location.pathname?n.observe(i):Qn.add(l))})})};Ct(s);const r=so();Me(()=>r.path,s),Rn(()=>{n&&n.disconnect()})}export{nu as $,Ar as A,ja as B,Va as C,pa as D,zi as E,ye as F,ui as G,Rn as H,Ba as I,Cl as J,Aa as K,Da as L,Qr as M,ou as N,ue as O,Ua as P,Qi as Q,so as R,Zl as S,Ui as T,ru as U,gs as V,tu as W,su as X,fe as Y,bn as Z,Za as _,ae as a,Ja as a0,Wa as a1,Ya as a2,za as a3,au as a4,us as a5,hu as a6,Ra as a7,iu as a8,Ca as a9,cu as aa,uu as ab,at as ac,Qa as ad,lu as ae,Ta as af,pu as ag,du as ah,fu as ai,eu as aj,Pi as b,ne as c,gi as d,Ga as e,$i as f,ka as g,ei as h,bt as i,Ka as j,Ha as k,Xa as l,ms as m,En as n,Ct as o,Hl as p,Hi as q,vn as r,Ni as s,Qo as t,qa as u,ol as v,Me as w,xa as x,ga as y,Ea as z};
diff --git a/assets/chunks/theme.CxS03k5S.js b/assets/chunks/theme.CxS03k5S.js
new file mode 100644
index 0000000..be385a3
--- /dev/null
+++ b/assets/chunks/theme.CxS03k5S.js
@@ -0,0 +1,3 @@
+import{n as et,r as Mt,w as ee,i as ve,o as ae,a as M,c as L,u as tt,p as Fe,d as _,t as Ct,b as s,e as c,f as d,F as C,g as G,h as i,j as u,k as E,l as h,_ as k,m as B,q as Y,s as y,v as m,T as De,x as ot,y as At,z as Bt,A as ye,B as R,C as K,D as re,E as Ce,G as Le,H as je,I as nt,J as Ot,K as Ft,L as le,M as at,N as Se,O as b,P as de,Q as st,R as Pe,S as be,U as Dt,V as rt,W as jt,X as it,Y as we,Z as Ut,$ as lt,a0 as Gt,a1 as Rt,a2 as Kt,a3 as qt,a4 as Wt,a5 as Ee}from"./framework.DoRsIxsy.js";const Yt=o=>{if(typeof document>"u")return{stabilizeScrollPosition:a=>async(...r)=>a(...r)};const e=document.documentElement;return{stabilizeScrollPosition:n=>async(...a)=>{const r=n(...a),l=o.value;if(!l)return r;const p=l.offsetTop-e.scrollTop;return await et(),e.scrollTop=l.offsetTop-p,r}}},ct="vitepress:tabSharedState",me=typeof localStorage<"u"?localStorage:null,ut="vitepress:tabsSharedState",Zt=()=>{const o=me==null?void 0:me.getItem(ut);if(o)try{return JSON.parse(o)}catch{}return{}},Jt=o=>{me&&me.setItem(ut,JSON.stringify(o))},Xt=o=>{const e=Mt({});ee(()=>e.content,(t,n)=>{t&&n&&Jt(t)},{deep:!0}),o.provide(ct,e)},Qt=(o,e)=>{const t=ve(ct);if(!t)throw new Error("[vitepress-plugin-tabs] TabsSharedState should be injected");ae(()=>{t.content||(t.content=Zt())});const n=M(),a=L({get(){var v;const l=e.value,p=o.value;if(l){const g=(v=t.content)==null?void 0:v[l];if(g&&p.includes(g))return g}else{const g=n.value;if(g)return g}return p[0]},set(l){const p=e.value;p?t.content&&(t.content[p]=l):n.value=l}});return{selected:a,select:l=>{a.value=l}}};let Je=0;const xt=()=>(Je++,""+Je);function eo(){const o=tt();return L(()=>{var n;const t=(n=o.default)==null?void 0:n.call(o);return t?t.filter(a=>typeof a.type=="object"&&"__name"in a.type&&a.type.__name==="PluginTabsTab"&&a.props).map(a=>{var r;return(r=a.props)==null?void 0:r.label}):[]})}const dt="vitepress:tabSingleState",to=o=>{Fe(dt,o)},oo=()=>{const o=ve(dt);if(!o)throw new Error("[vitepress-plugin-tabs] TabsSingleState should be injected");return o},no={class:"plugin-tabs"},ao=["id","aria-selected","aria-controls","tabindex","onClick"],so=_({__name:"PluginTabs",props:{sharedStateKey:{}},setup(o){const e=o,t=eo(),{selected:n,select:a}=Qt(t,Ct(e,"sharedStateKey")),r=M(),{stabilizeScrollPosition:l}=Yt(r),p=l(a),v=M([]),g=$=>{var N;const V=t.value.indexOf(n.value);let P;$.key==="ArrowLeft"?P=V>=1?V-1:t.value.length-1:$.key==="ArrowRight"&&(P=V(s(),c("div",no,[d("div",{ref_key:"tablist",ref:r,class:"plugin-tabs--tab-list",role:"tablist",onKeydown:g},[(s(!0),c(C,null,G(i(t),P=>(s(),c("button",{id:`tab-${P}-${i(S)}`,ref_for:!0,ref_key:"buttonRefs",ref:v,key:P,role:"tab",class:"plugin-tabs--tab","aria-selected":P===i(n),"aria-controls":`panel-${P}-${i(S)}`,tabindex:P===i(n)?0:-1,onClick:()=>i(p)(P)},E(P),9,ao))),128))],544),u($.$slots,"default")]))}}),ro=["id","aria-labelledby"],io=_({__name:"PluginTabsTab",props:{label:{}},setup(o){const{uid:e,selected:t}=oo();return(n,a)=>i(t)===n.label?(s(),c("div",{key:0,id:`panel-${n.label}-${i(e)}`,class:"plugin-tabs--content",role:"tabpanel",tabindex:"0","aria-labelledby":`tab-${n.label}-${i(e)}`},[u(n.$slots,"default",{},void 0,!0)],8,ro)):h("",!0)}}),lo=k(io,[["__scopeId","data-v-88e998c0"]]),co=o=>{Xt(o),o.component("PluginTabs",so),o.component("PluginTabsTab",lo)},uo=_({__name:"VPBadge",props:{text:{},type:{default:"tip"}},setup(o){return(e,t)=>(s(),c("span",{class:B(["VPBadge",e.type])},[u(e.$slots,"default",{},()=>[Y(E(e.text),1)])],2))}}),vo={key:0,class:"VPBackdrop"},po=_({__name:"VPBackdrop",props:{show:{type:Boolean}},setup(o){return(e,t)=>(s(),y(De,{name:"fade"},{default:m(()=>[e.show?(s(),c("div",vo)):h("",!0)]),_:1}))}}),mo=k(po,[["__scopeId","data-v-54a304ca"]]),T=ot;function fo(o,e){let t,n=!1;return()=>{t&&clearTimeout(t),n?t=setTimeout(o,e):(o(),(n=!0)&&setTimeout(()=>n=!1,e))}}function Ae(o){return/^\//.test(o)?o:`/${o}`}function Ue(o){const{pathname:e,search:t,hash:n,protocol:a}=new URL(o,"http://a.com");if(At(o)||o.startsWith("#")||!a.startsWith("http")||!Bt(e))return o;const{site:r}=T(),l=e.endsWith("/")||e.endsWith(".html")?o:o.replace(/(?:(^\.+)\/)?.*$/,`$1${e.replace(/(\.md)?$/,r.value.cleanUrls?"":".html")}${t}${n}`);return ye(l)}function fe({correspondingLink:o=!1}={}){const{site:e,localeIndex:t,page:n,theme:a,hash:r}=T(),l=L(()=>{var v,g;return{label:(v=e.value.locales[t.value])==null?void 0:v.label,link:((g=e.value.locales[t.value])==null?void 0:g.link)||(t.value==="root"?"/":`/${t.value}/`)}});return{localeLinks:L(()=>Object.entries(e.value.locales).flatMap(([v,g])=>l.value.label===g.label?[]:{text:g.label,link:ho(g.link||(v==="root"?"/":`/${v}/`),a.value.i18nRouting!==!1&&o,n.value.relativePath.slice(l.value.link.length-1),!e.value.cleanUrls)+r.value})),currentLang:l}}function ho(o,e,t,n){return e?o.replace(/\/$/,"")+Ae(t.replace(/(^|\/)index\.md$/,"$1").replace(/\.md$/,n?".html":"")):o}const _o=o=>(R("data-v-6ff51ddd"),o=o(),K(),o),go={class:"NotFound"},bo={class:"code"},ko={class:"title"},$o=_o(()=>d("div",{class:"divider"},null,-1)),yo={class:"quote"},Lo={class:"action"},So=["href","aria-label"],Po=_({__name:"NotFound",setup(o){const{theme:e}=T(),{currentLang:t}=fe();return(n,a)=>{var r,l,p,v,g;return s(),c("div",go,[d("p",bo,E(((r=i(e).notFound)==null?void 0:r.code)??"404"),1),d("h1",ko,E(((l=i(e).notFound)==null?void 0:l.title)??"PAGE NOT FOUND"),1),$o,d("blockquote",yo,E(((p=i(e).notFound)==null?void 0:p.quote)??"But if you don't change your direction, and if you keep looking, you may end up where you are heading."),1),d("div",Lo,[d("a",{class:"link",href:i(ye)(i(t).link),"aria-label":((v=i(e).notFound)==null?void 0:v.linkLabel)??"go to home"},E(((g=i(e).notFound)==null?void 0:g.linkText)??"Take me home"),9,So)])])}}}),wo=k(Po,[["__scopeId","data-v-6ff51ddd"]]);function vt(o,e){if(Array.isArray(o))return ke(o);if(o==null)return[];e=Ae(e);const t=Object.keys(o).sort((a,r)=>r.split("/").length-a.split("/").length).find(a=>e.startsWith(Ae(a))),n=t?o[t]:[];return Array.isArray(n)?ke(n):ke(n.items,n.base)}function Vo(o){const e=[];let t=0;for(const n in o){const a=o[n];if(a.items){t=e.push(a);continue}e[t]||e.push({items:[]}),e[t].items.push(a)}return e}function To(o){const e=[];function t(n){for(const a of n)a.text&&a.link&&e.push({text:a.text,link:a.link,docFooterText:a.docFooterText}),a.items&&t(a.items)}return t(o),e}function Be(o,e){return Array.isArray(e)?e.some(t=>Be(o,t)):re(o,e.link)?!0:e.items?Be(o,e.items):!1}function ke(o,e){return[...o].map(t=>{const n={...t},a=n.base||e;return a&&n.link&&(n.link=a+n.link),n.items&&(n.items=ke(n.items,a)),n})}function te(){const{frontmatter:o,page:e,theme:t}=T(),n=Ce("(min-width: 960px)"),a=M(!1),r=L(()=>{const F=t.value.sidebar,H=e.value.relativePath;return F?vt(F,H):[]}),l=M(r.value);ee(r,(F,H)=>{JSON.stringify(F)!==JSON.stringify(H)&&(l.value=r.value)});const p=L(()=>o.value.sidebar!==!1&&l.value.length>0&&o.value.layout!=="home"),v=L(()=>g?o.value.aside==null?t.value.aside==="left":o.value.aside==="left":!1),g=L(()=>o.value.layout==="home"?!1:o.value.aside!=null?!!o.value.aside:t.value.aside!==!1),S=L(()=>p.value&&n.value),$=L(()=>p.value?Vo(l.value):[]);function V(){a.value=!0}function P(){a.value=!1}function N(){a.value?P():V()}return{isOpen:a,sidebar:l,sidebarGroups:$,hasSidebar:p,hasAside:g,leftAside:v,isSidebarEnabled:S,open:V,close:P,toggle:N}}function zo(o,e){let t;Le(()=>{t=o.value?document.activeElement:void 0}),ae(()=>{window.addEventListener("keyup",n)}),je(()=>{window.removeEventListener("keyup",n)});function n(a){a.key==="Escape"&&o.value&&(e(),t==null||t.focus())}}function Io(o){const{page:e,hash:t}=T(),n=M(!1),a=L(()=>o.value.collapsed!=null),r=L(()=>!!o.value.link),l=M(!1),p=()=>{l.value=re(e.value.relativePath,o.value.link)};ee([e,o,t],p),ae(p);const v=L(()=>l.value?!0:o.value.items?Be(e.value.relativePath,o.value.items):!1),g=L(()=>!!(o.value.items&&o.value.items.length));Le(()=>{n.value=!!(a.value&&o.value.collapsed)}),nt(()=>{(l.value||v.value)&&(n.value=!1)});function S(){a.value&&(n.value=!n.value)}return{collapsed:n,collapsible:a,isLink:r,isActiveLink:l,hasActiveLink:v,hasChildren:g,toggle:S}}function No(){const{hasSidebar:o}=te(),e=Ce("(min-width: 960px)"),t=Ce("(min-width: 1280px)");return{isAsideEnabled:L(()=>!t.value&&!e.value?!1:o.value?t.value:e.value)}}const Oe=[];function pt(o){return typeof o.outline=="object"&&!Array.isArray(o.outline)&&o.outline.label||o.outlineTitle||"On this page"}function Ge(o){const e=[...document.querySelectorAll(".VPDoc :where(h1,h2,h3,h4,h5,h6)")].filter(t=>t.id&&t.hasChildNodes()).map(t=>{const n=Number(t.tagName[1]);return{element:t,title:Eo(t),link:"#"+t.id,level:n}});return Ho(e,o)}function Eo(o){let e="";for(const t of o.childNodes)if(t.nodeType===1){if(t.classList.contains("VPBadge")||t.classList.contains("header-anchor")||t.classList.contains("ignore-header"))continue;e+=t.textContent}else t.nodeType===3&&(e+=t.textContent);return e.trim()}function Ho(o,e){if(e===!1)return[];const t=(typeof e=="object"&&!Array.isArray(e)?e.level:e)||2,[n,a]=typeof t=="number"?[t,t]:t==="deep"?[2,6]:t;o=o.filter(l=>l.level>=n&&l.level<=a),Oe.length=0;for(const{element:l,link:p}of o)Oe.push({element:l,link:p});const r=[];e:for(let l=0;l=0;v--){const g=o[v];if(g.level{requestAnimationFrame(r),window.addEventListener("scroll",n)}),Ot(()=>{l(location.hash)}),je(()=>{window.removeEventListener("scroll",n)});function r(){if(!t.value)return;const p=window.scrollY,v=window.innerHeight,g=document.body.offsetHeight,S=Math.abs(p+v-g)<1,$=Oe.map(({element:P,link:N})=>({link:N,top:Co(P)})).filter(({top:P})=>!Number.isNaN(P)).sort((P,N)=>P.top-N.top);if(!$.length){l(null);return}if(p<1){l(null);return}if(S){l($[$.length-1].link);return}let V=null;for(const{link:P,top:N}of $){if(N>p+Ft()+4)break;V=P}l(V)}function l(p){a&&a.classList.remove("active"),p==null?a=null:a=o.value.querySelector(`a[href="${decodeURIComponent(p)}"]`);const v=a;v?(v.classList.add("active"),e.value.style.top=v.offsetTop+39+"px",e.value.style.opacity="1"):(e.value.style.top="33px",e.value.style.opacity="0")}}function Co(o){let e=0;for(;o!==document.body;){if(o===null)return NaN;e+=o.offsetTop,o=o.offsetParent}return e}const Ao=["href","title"],Bo=_({__name:"VPDocOutlineItem",props:{headers:{},root:{type:Boolean}},setup(o){function e({target:t}){const n=t.href.split("#")[1],a=document.getElementById(decodeURIComponent(n));a==null||a.focus({preventScroll:!0})}return(t,n)=>{const a=le("VPDocOutlineItem",!0);return s(),c("ul",{class:B(["VPDocOutlineItem",t.root?"root":"nested"])},[(s(!0),c(C,null,G(t.headers,({children:r,link:l,title:p})=>(s(),c("li",null,[d("a",{class:"outline-link",href:l,onClick:e,title:p},E(p),9,Ao),r!=null&&r.length?(s(),y(a,{key:0,headers:r},null,8,["headers"])):h("",!0)]))),256))],2)}}}),mt=k(Bo,[["__scopeId","data-v-53c99d69"]]),Oo={class:"content"},Fo={"aria-level":"2",class:"outline-title",id:"doc-outline-aria-label",role:"heading"},Do=_({__name:"VPDocAsideOutline",setup(o){const{frontmatter:e,theme:t}=T(),n=at([]);Se(()=>{n.value=Ge(e.value.outline??t.value.outline)});const a=M(),r=M();return Mo(a,r),(l,p)=>(s(),c("nav",{"aria-labelledby":"doc-outline-aria-label",class:B(["VPDocAsideOutline",{"has-outline":n.value.length>0}]),ref_key:"container",ref:a},[d("div",Oo,[d("div",{class:"outline-marker",ref_key:"marker",ref:r},null,512),d("div",Fo,E(i(pt)(i(t))),1),b(mt,{headers:n.value,root:!0},null,8,["headers"])])],2))}}),jo=k(Do,[["__scopeId","data-v-f610f197"]]),Uo={class:"VPDocAsideCarbonAds"},Go=_({__name:"VPDocAsideCarbonAds",props:{carbonAds:{}},setup(o){const e=()=>null;return(t,n)=>(s(),c("div",Uo,[b(i(e),{"carbon-ads":t.carbonAds},null,8,["carbon-ads"])]))}}),Ro=o=>(R("data-v-cb998dce"),o=o(),K(),o),Ko={class:"VPDocAside"},qo=Ro(()=>d("div",{class:"spacer"},null,-1)),Wo=_({__name:"VPDocAside",setup(o){const{theme:e}=T();return(t,n)=>(s(),c("div",Ko,[u(t.$slots,"aside-top",{},void 0,!0),u(t.$slots,"aside-outline-before",{},void 0,!0),b(jo),u(t.$slots,"aside-outline-after",{},void 0,!0),qo,u(t.$slots,"aside-ads-before",{},void 0,!0),i(e).carbonAds?(s(),y(Go,{key:0,"carbon-ads":i(e).carbonAds},null,8,["carbon-ads"])):h("",!0),u(t.$slots,"aside-ads-after",{},void 0,!0),u(t.$slots,"aside-bottom",{},void 0,!0)]))}}),Yo=k(Wo,[["__scopeId","data-v-cb998dce"]]);function Zo(){const{theme:o,page:e}=T();return L(()=>{const{text:t="Edit this page",pattern:n=""}=o.value.editLink||{};let a;return typeof n=="function"?a=n(e.value):a=n.replace(/:path/g,e.value.filePath),{url:a,text:t}})}function Jo(){const{page:o,theme:e,frontmatter:t}=T();return L(()=>{var g,S,$,V,P,N,F,H;const n=vt(e.value.sidebar,o.value.relativePath),a=To(n),r=Xo(a,X=>X.link.replace(/[?#].*$/,"")),l=r.findIndex(X=>re(o.value.relativePath,X.link)),p=((g=e.value.docFooter)==null?void 0:g.prev)===!1&&!t.value.prev||t.value.prev===!1,v=((S=e.value.docFooter)==null?void 0:S.next)===!1&&!t.value.next||t.value.next===!1;return{prev:p?void 0:{text:(typeof t.value.prev=="string"?t.value.prev:typeof t.value.prev=="object"?t.value.prev.text:void 0)??(($=r[l-1])==null?void 0:$.docFooterText)??((V=r[l-1])==null?void 0:V.text),link:(typeof t.value.prev=="object"?t.value.prev.link:void 0)??((P=r[l-1])==null?void 0:P.link)},next:v?void 0:{text:(typeof t.value.next=="string"?t.value.next:typeof t.value.next=="object"?t.value.next.text:void 0)??((N=r[l+1])==null?void 0:N.docFooterText)??((F=r[l+1])==null?void 0:F.text),link:(typeof t.value.next=="object"?t.value.next.link:void 0)??((H=r[l+1])==null?void 0:H.link)}}})}function Xo(o,e){const t=new Set;return o.filter(n=>{const a=e(n);return t.has(a)?!1:t.add(a)})}const J=_({__name:"VPLink",props:{tag:{},href:{},noIcon:{type:Boolean},target:{},rel:{}},setup(o){const e=o,t=L(()=>e.tag??(e.href?"a":"span")),n=L(()=>e.href&&st.test(e.href)||e.target==="_blank");return(a,r)=>(s(),y(de(t.value),{class:B(["VPLink",{link:a.href,"vp-external-link-icon":n.value,"no-icon":a.noIcon}]),href:a.href?i(Ue)(a.href):void 0,target:a.target??(n.value?"_blank":void 0),rel:a.rel??(n.value?"noreferrer":void 0)},{default:m(()=>[u(a.$slots,"default")]),_:3},8,["class","href","target","rel"]))}}),Qo={class:"VPLastUpdated"},xo=["datetime"],en=_({__name:"VPDocFooterLastUpdated",setup(o){const{theme:e,page:t,frontmatter:n,lang:a}=T(),r=L(()=>new Date(n.value.lastUpdated??t.value.lastUpdated)),l=L(()=>r.value.toISOString()),p=M("");return ae(()=>{Le(()=>{var v,g,S;p.value=new Intl.DateTimeFormat((g=(v=e.value.lastUpdated)==null?void 0:v.formatOptions)!=null&&g.forceLocale?a.value:void 0,((S=e.value.lastUpdated)==null?void 0:S.formatOptions)??{dateStyle:"short",timeStyle:"short"}).format(r.value)})}),(v,g)=>{var S;return s(),c("p",Qo,[Y(E(((S=i(e).lastUpdated)==null?void 0:S.text)||i(e).lastUpdatedText||"Last updated")+": ",1),d("time",{datetime:l.value},E(p.value),9,xo)])}}}),tn=k(en,[["__scopeId","data-v-19a7ae4e"]]),ft=o=>(R("data-v-5941af80"),o=o(),K(),o),on={key:0,class:"VPDocFooter"},nn={key:0,class:"edit-info"},an={key:0,class:"edit-link"},sn=ft(()=>d("span",{class:"vpi-square-pen edit-link-icon"},null,-1)),rn={key:1,class:"last-updated"},ln={key:1,class:"prev-next","aria-labelledby":"doc-footer-aria-label"},cn=ft(()=>d("span",{class:"visually-hidden",id:"doc-footer-aria-label"},"Pager",-1)),un={class:"pager"},dn=["innerHTML"],vn=["innerHTML"],pn={class:"pager"},mn=["innerHTML"],fn=["innerHTML"],hn=_({__name:"VPDocFooter",setup(o){const{theme:e,page:t,frontmatter:n}=T(),a=Zo(),r=Jo(),l=L(()=>e.value.editLink&&n.value.editLink!==!1),p=L(()=>t.value.lastUpdated&&n.value.lastUpdated!==!1),v=L(()=>l.value||p.value||r.value.prev||r.value.next);return(g,S)=>{var $,V,P,N;return v.value?(s(),c("footer",on,[u(g.$slots,"doc-footer-before",{},void 0,!0),l.value||p.value?(s(),c("div",nn,[l.value?(s(),c("div",an,[b(J,{class:"edit-link-button",href:i(a).url,"no-icon":!0},{default:m(()=>[sn,Y(" "+E(i(a).text),1)]),_:1},8,["href"])])):h("",!0),p.value?(s(),c("div",rn,[b(tn)])):h("",!0)])):h("",!0),($=i(r).prev)!=null&&$.link||(V=i(r).next)!=null&&V.link?(s(),c("nav",ln,[cn,d("div",un,[(P=i(r).prev)!=null&&P.link?(s(),y(J,{key:0,class:"pager-link prev",href:i(r).prev.link},{default:m(()=>{var F;return[d("span",{class:"desc",innerHTML:((F=i(e).docFooter)==null?void 0:F.prev)||"Previous page"},null,8,dn),d("span",{class:"title",innerHTML:i(r).prev.text},null,8,vn)]}),_:1},8,["href"])):h("",!0)]),d("div",pn,[(N=i(r).next)!=null&&N.link?(s(),y(J,{key:0,class:"pager-link next",href:i(r).next.link},{default:m(()=>{var F;return[d("span",{class:"desc",innerHTML:((F=i(e).docFooter)==null?void 0:F.next)||"Next page"},null,8,mn),d("span",{class:"title",innerHTML:i(r).next.text},null,8,fn)]}),_:1},8,["href"])):h("",!0)])])):h("",!0)])):h("",!0)}}}),_n=k(hn,[["__scopeId","data-v-5941af80"]]),gn=o=>(R("data-v-e6f2a212"),o=o(),K(),o),bn={class:"container"},kn=gn(()=>d("div",{class:"aside-curtain"},null,-1)),$n={class:"aside-container"},yn={class:"aside-content"},Ln={class:"content"},Sn={class:"content-container"},Pn={class:"main"},wn=_({__name:"VPDoc",setup(o){const{theme:e}=T(),t=Pe(),{hasSidebar:n,hasAside:a,leftAside:r}=te(),l=L(()=>t.path.replace(/[./]+/g,"_").replace(/_html$/,""));return(p,v)=>{const g=le("Content");return s(),c("div",{class:B(["VPDoc",{"has-sidebar":i(n),"has-aside":i(a)}])},[u(p.$slots,"doc-top",{},void 0,!0),d("div",bn,[i(a)?(s(),c("div",{key:0,class:B(["aside",{"left-aside":i(r)}])},[kn,d("div",$n,[d("div",yn,[b(Yo,null,{"aside-top":m(()=>[u(p.$slots,"aside-top",{},void 0,!0)]),"aside-bottom":m(()=>[u(p.$slots,"aside-bottom",{},void 0,!0)]),"aside-outline-before":m(()=>[u(p.$slots,"aside-outline-before",{},void 0,!0)]),"aside-outline-after":m(()=>[u(p.$slots,"aside-outline-after",{},void 0,!0)]),"aside-ads-before":m(()=>[u(p.$slots,"aside-ads-before",{},void 0,!0)]),"aside-ads-after":m(()=>[u(p.$slots,"aside-ads-after",{},void 0,!0)]),_:3})])])],2)):h("",!0),d("div",Ln,[d("div",Sn,[u(p.$slots,"doc-before",{},void 0,!0),d("main",Pn,[b(g,{class:B(["vp-doc",[l.value,i(e).externalLinkIcon&&"external-link-icon-enabled"]])},null,8,["class"])]),b(_n,null,{"doc-footer-before":m(()=>[u(p.$slots,"doc-footer-before",{},void 0,!0)]),_:3}),u(p.$slots,"doc-after",{},void 0,!0)])])]),u(p.$slots,"doc-bottom",{},void 0,!0)],2)}}}),Vn=k(wn,[["__scopeId","data-v-e6f2a212"]]),Tn=_({__name:"VPButton",props:{tag:{},size:{default:"medium"},theme:{default:"brand"},text:{},href:{},target:{},rel:{}},setup(o){const e=o,t=L(()=>e.href&&st.test(e.href)),n=L(()=>e.tag||e.href?"a":"button");return(a,r)=>(s(),y(de(n.value),{class:B(["VPButton",[a.size,a.theme]]),href:a.href?i(Ue)(a.href):void 0,target:e.target??(t.value?"_blank":void 0),rel:e.rel??(t.value?"noreferrer":void 0)},{default:m(()=>[Y(E(a.text),1)]),_:1},8,["class","href","target","rel"]))}}),zn=k(Tn,[["__scopeId","data-v-c9cf0e3c"]]),In=["src","alt"],Nn=_({inheritAttrs:!1,__name:"VPImage",props:{image:{},alt:{}},setup(o){return(e,t)=>{const n=le("VPImage",!0);return e.image?(s(),c(C,{key:0},[typeof e.image=="string"||"src"in e.image?(s(),c("img",be({key:0,class:"VPImage"},typeof e.image=="string"?e.$attrs:{...e.image,...e.$attrs},{src:i(ye)(typeof e.image=="string"?e.image:e.image.src),alt:e.alt??(typeof e.image=="string"?"":e.image.alt||"")}),null,16,In)):(s(),c(C,{key:1},[b(n,be({class:"dark",image:e.image.dark,alt:e.image.alt},e.$attrs),null,16,["image","alt"]),b(n,be({class:"light",image:e.image.light,alt:e.image.alt},e.$attrs),null,16,["image","alt"])],64))],64)):h("",!0)}}}),ie=k(Nn,[["__scopeId","data-v-ab19afbb"]]),En=o=>(R("data-v-b10c5094"),o=o(),K(),o),Hn={class:"container"},Mn={class:"main"},Cn={key:0,class:"name"},An=["innerHTML"],Bn=["innerHTML"],On=["innerHTML"],Fn={key:0,class:"actions"},Dn={key:0,class:"image"},jn={class:"image-container"},Un=En(()=>d("div",{class:"image-bg"},null,-1)),Gn=_({__name:"VPHero",props:{name:{},text:{},tagline:{},image:{},actions:{}},setup(o){const e=ve("hero-image-slot-exists");return(t,n)=>(s(),c("div",{class:B(["VPHero",{"has-image":t.image||i(e)}])},[d("div",Hn,[d("div",Mn,[u(t.$slots,"home-hero-info-before",{},void 0,!0),u(t.$slots,"home-hero-info",{},()=>[t.name?(s(),c("h1",Cn,[d("span",{innerHTML:t.name,class:"clip"},null,8,An)])):h("",!0),t.text?(s(),c("p",{key:1,innerHTML:t.text,class:"text"},null,8,Bn)):h("",!0),t.tagline?(s(),c("p",{key:2,innerHTML:t.tagline,class:"tagline"},null,8,On)):h("",!0)],!0),u(t.$slots,"home-hero-info-after",{},void 0,!0),t.actions?(s(),c("div",Fn,[(s(!0),c(C,null,G(t.actions,a=>(s(),c("div",{key:a.link,class:"action"},[b(zn,{tag:"a",size:"medium",theme:a.theme,text:a.text,href:a.link,target:a.target,rel:a.rel},null,8,["theme","text","href","target","rel"])]))),128))])):h("",!0),u(t.$slots,"home-hero-actions-after",{},void 0,!0)]),t.image||i(e)?(s(),c("div",Dn,[d("div",jn,[Un,u(t.$slots,"home-hero-image",{},()=>[t.image?(s(),y(ie,{key:0,class:"image-src",image:t.image},null,8,["image"])):h("",!0)],!0)])])):h("",!0)])],2))}}),Rn=k(Gn,[["__scopeId","data-v-b10c5094"]]),Kn=_({__name:"VPHomeHero",setup(o){const{frontmatter:e}=T();return(t,n)=>i(e).hero?(s(),y(Rn,{key:0,class:"VPHomeHero",name:i(e).hero.name,text:i(e).hero.text,tagline:i(e).hero.tagline,image:i(e).hero.image,actions:i(e).hero.actions},{"home-hero-info-before":m(()=>[u(t.$slots,"home-hero-info-before")]),"home-hero-info":m(()=>[u(t.$slots,"home-hero-info")]),"home-hero-info-after":m(()=>[u(t.$slots,"home-hero-info-after")]),"home-hero-actions-after":m(()=>[u(t.$slots,"home-hero-actions-after")]),"home-hero-image":m(()=>[u(t.$slots,"home-hero-image")]),_:3},8,["name","text","tagline","image","actions"])):h("",!0)}}),qn=o=>(R("data-v-bd37d1a2"),o=o(),K(),o),Wn={class:"box"},Yn={key:0,class:"icon"},Zn=["innerHTML"],Jn=["innerHTML"],Xn=["innerHTML"],Qn={key:4,class:"link-text"},xn={class:"link-text-value"},ea=qn(()=>d("span",{class:"vpi-arrow-right link-text-icon"},null,-1)),ta=_({__name:"VPFeature",props:{icon:{},title:{},details:{},link:{},linkText:{},rel:{},target:{}},setup(o){return(e,t)=>(s(),y(J,{class:"VPFeature",href:e.link,rel:e.rel,target:e.target,"no-icon":!0,tag:e.link?"a":"div"},{default:m(()=>[d("article",Wn,[typeof e.icon=="object"&&e.icon.wrap?(s(),c("div",Yn,[b(ie,{image:e.icon,alt:e.icon.alt,height:e.icon.height||48,width:e.icon.width||48},null,8,["image","alt","height","width"])])):typeof e.icon=="object"?(s(),y(ie,{key:1,image:e.icon,alt:e.icon.alt,height:e.icon.height||48,width:e.icon.width||48},null,8,["image","alt","height","width"])):e.icon?(s(),c("div",{key:2,class:"icon",innerHTML:e.icon},null,8,Zn)):h("",!0),d("h2",{class:"title",innerHTML:e.title},null,8,Jn),e.details?(s(),c("p",{key:3,class:"details",innerHTML:e.details},null,8,Xn)):h("",!0),e.linkText?(s(),c("div",Qn,[d("p",xn,[Y(E(e.linkText)+" ",1),ea])])):h("",!0)])]),_:1},8,["href","rel","target","tag"]))}}),oa=k(ta,[["__scopeId","data-v-bd37d1a2"]]),na={key:0,class:"VPFeatures"},aa={class:"container"},sa={class:"items"},ra=_({__name:"VPFeatures",props:{features:{}},setup(o){const e=o,t=L(()=>{const n=e.features.length;if(n){if(n===2)return"grid-2";if(n===3)return"grid-3";if(n%3===0)return"grid-6";if(n>3)return"grid-4"}else return});return(n,a)=>n.features?(s(),c("div",na,[d("div",aa,[d("div",sa,[(s(!0),c(C,null,G(n.features,r=>(s(),c("div",{key:r.title,class:B(["item",[t.value]])},[b(oa,{icon:r.icon,title:r.title,details:r.details,link:r.link,"link-text":r.linkText,rel:r.rel,target:r.target},null,8,["icon","title","details","link","link-text","rel","target"])],2))),128))])])])):h("",!0)}}),ia=k(ra,[["__scopeId","data-v-b1eea84a"]]),la=_({__name:"VPHomeFeatures",setup(o){const{frontmatter:e}=T();return(t,n)=>i(e).features?(s(),y(ia,{key:0,class:"VPHomeFeatures",features:i(e).features},null,8,["features"])):h("",!0)}}),ca=_({__name:"VPHomeContent",setup(o){const{width:e}=Dt({initialWidth:0,includeScrollbar:!1});return(t,n)=>(s(),c("div",{class:"vp-doc container",style:rt(i(e)?{"--vp-offset":`calc(50% - ${i(e)/2}px)`}:{})},[u(t.$slots,"default",{},void 0,!0)],4))}}),ua=k(ca,[["__scopeId","data-v-c141a4bd"]]),da={class:"VPHome"},va=_({__name:"VPHome",setup(o){const{frontmatter:e}=T();return(t,n)=>{const a=le("Content");return s(),c("div",da,[u(t.$slots,"home-hero-before",{},void 0,!0),b(Kn,null,{"home-hero-info-before":m(()=>[u(t.$slots,"home-hero-info-before",{},void 0,!0)]),"home-hero-info":m(()=>[u(t.$slots,"home-hero-info",{},void 0,!0)]),"home-hero-info-after":m(()=>[u(t.$slots,"home-hero-info-after",{},void 0,!0)]),"home-hero-actions-after":m(()=>[u(t.$slots,"home-hero-actions-after",{},void 0,!0)]),"home-hero-image":m(()=>[u(t.$slots,"home-hero-image",{},void 0,!0)]),_:3}),u(t.$slots,"home-hero-after",{},void 0,!0),u(t.$slots,"home-features-before",{},void 0,!0),b(la),u(t.$slots,"home-features-after",{},void 0,!0),i(e).markdownStyles!==!1?(s(),y(ua,{key:0},{default:m(()=>[b(a)]),_:1})):(s(),y(a,{key:1}))])}}}),pa=k(va,[["__scopeId","data-v-07b1ad08"]]),ma={},fa={class:"VPPage"};function ha(o,e){const t=le("Content");return s(),c("div",fa,[u(o.$slots,"page-top"),b(t),u(o.$slots,"page-bottom")])}const _a=k(ma,[["render",ha]]),ga=_({__name:"VPContent",setup(o){const{page:e,frontmatter:t}=T(),{hasSidebar:n}=te();return(a,r)=>(s(),c("div",{class:B(["VPContent",{"has-sidebar":i(n),"is-home":i(t).layout==="home"}]),id:"VPContent"},[i(e).isNotFound?u(a.$slots,"not-found",{key:0},()=>[b(wo)],!0):i(t).layout==="page"?(s(),y(_a,{key:1},{"page-top":m(()=>[u(a.$slots,"page-top",{},void 0,!0)]),"page-bottom":m(()=>[u(a.$slots,"page-bottom",{},void 0,!0)]),_:3})):i(t).layout==="home"?(s(),y(pa,{key:2},{"home-hero-before":m(()=>[u(a.$slots,"home-hero-before",{},void 0,!0)]),"home-hero-info-before":m(()=>[u(a.$slots,"home-hero-info-before",{},void 0,!0)]),"home-hero-info":m(()=>[u(a.$slots,"home-hero-info",{},void 0,!0)]),"home-hero-info-after":m(()=>[u(a.$slots,"home-hero-info-after",{},void 0,!0)]),"home-hero-actions-after":m(()=>[u(a.$slots,"home-hero-actions-after",{},void 0,!0)]),"home-hero-image":m(()=>[u(a.$slots,"home-hero-image",{},void 0,!0)]),"home-hero-after":m(()=>[u(a.$slots,"home-hero-after",{},void 0,!0)]),"home-features-before":m(()=>[u(a.$slots,"home-features-before",{},void 0,!0)]),"home-features-after":m(()=>[u(a.$slots,"home-features-after",{},void 0,!0)]),_:3})):i(t).layout&&i(t).layout!=="doc"?(s(),y(de(i(t).layout),{key:3})):(s(),y(Vn,{key:4},{"doc-top":m(()=>[u(a.$slots,"doc-top",{},void 0,!0)]),"doc-bottom":m(()=>[u(a.$slots,"doc-bottom",{},void 0,!0)]),"doc-footer-before":m(()=>[u(a.$slots,"doc-footer-before",{},void 0,!0)]),"doc-before":m(()=>[u(a.$slots,"doc-before",{},void 0,!0)]),"doc-after":m(()=>[u(a.$slots,"doc-after",{},void 0,!0)]),"aside-top":m(()=>[u(a.$slots,"aside-top",{},void 0,!0)]),"aside-outline-before":m(()=>[u(a.$slots,"aside-outline-before",{},void 0,!0)]),"aside-outline-after":m(()=>[u(a.$slots,"aside-outline-after",{},void 0,!0)]),"aside-ads-before":m(()=>[u(a.$slots,"aside-ads-before",{},void 0,!0)]),"aside-ads-after":m(()=>[u(a.$slots,"aside-ads-after",{},void 0,!0)]),"aside-bottom":m(()=>[u(a.$slots,"aside-bottom",{},void 0,!0)]),_:3}))],2))}}),ba=k(ga,[["__scopeId","data-v-9a6c75ad"]]),ka={class:"container"},$a=["innerHTML"],ya=["innerHTML"],La=_({__name:"VPFooter",setup(o){const{theme:e,frontmatter:t}=T(),{hasSidebar:n}=te();return(a,r)=>i(e).footer&&i(t).footer!==!1?(s(),c("footer",{key:0,class:B(["VPFooter",{"has-sidebar":i(n)}])},[d("div",ka,[i(e).footer.message?(s(),c("p",{key:0,class:"message",innerHTML:i(e).footer.message},null,8,$a)):h("",!0),i(e).footer.copyright?(s(),c("p",{key:1,class:"copyright",innerHTML:i(e).footer.copyright},null,8,ya)):h("",!0)])],2)):h("",!0)}}),Sa=k(La,[["__scopeId","data-v-566314d4"]]);function Pa(){const{theme:o,frontmatter:e}=T(),t=at([]),n=L(()=>t.value.length>0);return Se(()=>{t.value=Ge(e.value.outline??o.value.outline)}),{headers:t,hasLocalNav:n}}const wa=o=>(R("data-v-883964e0"),o=o(),K(),o),Va={class:"menu-text"},Ta=wa(()=>d("span",{class:"vpi-chevron-right icon"},null,-1)),za={class:"header"},Ia={class:"outline"},Na=_({__name:"VPLocalNavOutlineDropdown",props:{headers:{},navHeight:{}},setup(o){const e=o,{theme:t}=T(),n=M(!1),a=M(0),r=M(),l=M();function p($){var V;(V=r.value)!=null&&V.contains($.target)||(n.value=!1)}ee(n,$=>{if($){document.addEventListener("click",p);return}document.removeEventListener("click",p)}),jt("Escape",()=>{n.value=!1}),Se(()=>{n.value=!1});function v(){n.value=!n.value,a.value=window.innerHeight+Math.min(window.scrollY-e.navHeight,0)}function g($){$.target.classList.contains("outline-link")&&(l.value&&(l.value.style.transition="none"),et(()=>{n.value=!1}))}function S(){n.value=!1,window.scrollTo({top:0,left:0,behavior:"smooth"})}return($,V)=>(s(),c("div",{class:"VPLocalNavOutlineDropdown",style:rt({"--vp-vh":a.value+"px"}),ref_key:"main",ref:r},[$.headers.length>0?(s(),c("button",{key:0,onClick:v,class:B({open:n.value})},[d("span",Va,E(i(pt)(i(t))),1),Ta],2)):(s(),c("button",{key:1,onClick:S},E(i(t).returnToTopLabel||"Return to top"),1)),b(De,{name:"flyout"},{default:m(()=>[n.value?(s(),c("div",{key:0,ref_key:"items",ref:l,class:"items",onClick:g},[d("div",za,[d("a",{class:"top-link",href:"#",onClick:S},E(i(t).returnToTopLabel||"Return to top"),1)]),d("div",Ia,[b(mt,{headers:$.headers},null,8,["headers"])])],512)):h("",!0)]),_:1})],4))}}),Ea=k(Na,[["__scopeId","data-v-883964e0"]]),Ha=o=>(R("data-v-2488c25a"),o=o(),K(),o),Ma={class:"container"},Ca=["aria-expanded"],Aa=Ha(()=>d("span",{class:"vpi-align-left menu-icon"},null,-1)),Ba={class:"menu-text"},Oa=_({__name:"VPLocalNav",props:{open:{type:Boolean}},emits:["open-menu"],setup(o){const{theme:e,frontmatter:t}=T(),{hasSidebar:n}=te(),{headers:a}=Pa(),{y:r}=it(),l=M(0);ae(()=>{l.value=parseInt(getComputedStyle(document.documentElement).getPropertyValue("--vp-nav-height"))}),Se(()=>{a.value=Ge(t.value.outline??e.value.outline)});const p=L(()=>a.value.length===0),v=L(()=>p.value&&!n.value),g=L(()=>({VPLocalNav:!0,"has-sidebar":n.value,empty:p.value,fixed:v.value}));return(S,$)=>i(t).layout!=="home"&&(!v.value||i(r)>=l.value)?(s(),c("div",{key:0,class:B(g.value)},[d("div",Ma,[i(n)?(s(),c("button",{key:0,class:"menu","aria-expanded":S.open,"aria-controls":"VPSidebarNav",onClick:$[0]||($[0]=V=>S.$emit("open-menu"))},[Aa,d("span",Ba,E(i(e).sidebarMenuLabel||"Menu"),1)],8,Ca)):h("",!0),b(Ea,{headers:i(a),navHeight:l.value},null,8,["headers","navHeight"])])],2)):h("",!0)}}),Fa=k(Oa,[["__scopeId","data-v-2488c25a"]]);function Da(){const o=M(!1);function e(){o.value=!0,window.addEventListener("resize",a)}function t(){o.value=!1,window.removeEventListener("resize",a)}function n(){o.value?t():e()}function a(){window.outerWidth>=768&&t()}const r=Pe();return ee(()=>r.path,t),{isScreenOpen:o,openScreen:e,closeScreen:t,toggleScreen:n}}const ja={},Ua={class:"VPSwitch",type:"button",role:"switch"},Ga={class:"check"},Ra={key:0,class:"icon"};function Ka(o,e){return s(),c("button",Ua,[d("span",Ga,[o.$slots.default?(s(),c("span",Ra,[u(o.$slots,"default",{},void 0,!0)])):h("",!0)])])}const qa=k(ja,[["render",Ka],["__scopeId","data-v-b4ccac88"]]),ht=o=>(R("data-v-7df97737"),o=o(),K(),o),Wa=ht(()=>d("span",{class:"vpi-sun sun"},null,-1)),Ya=ht(()=>d("span",{class:"vpi-moon moon"},null,-1)),Za=_({__name:"VPSwitchAppearance",setup(o){const{isDark:e,theme:t}=T(),n=ve("toggle-appearance",()=>{e.value=!e.value}),a=L(()=>e.value?t.value.lightModeSwitchTitle||"Switch to light theme":t.value.darkModeSwitchTitle||"Switch to dark theme");return(r,l)=>(s(),y(qa,{title:a.value,class:"VPSwitchAppearance","aria-checked":i(e),onClick:i(n)},{default:m(()=>[Wa,Ya]),_:1},8,["title","aria-checked","onClick"]))}}),Re=k(Za,[["__scopeId","data-v-7df97737"]]),Ja={key:0,class:"VPNavBarAppearance"},Xa=_({__name:"VPNavBarAppearance",setup(o){const{site:e}=T();return(t,n)=>i(e).appearance&&i(e).appearance!=="force-dark"?(s(),c("div",Ja,[b(Re)])):h("",!0)}}),Qa=k(Xa,[["__scopeId","data-v-283b26e9"]]),Ke=M();let _t=!1,He=0;function xa(o){const e=M(!1);if(we){!_t&&es(),He++;const t=ee(Ke,n=>{var a,r,l;n===o.el.value||(a=o.el.value)!=null&&a.contains(n)?(e.value=!0,(r=o.onFocus)==null||r.call(o)):(e.value=!1,(l=o.onBlur)==null||l.call(o))});je(()=>{t(),He--,He||ts()})}return Ut(e)}function es(){document.addEventListener("focusin",gt),_t=!0,Ke.value=document.activeElement}function ts(){document.removeEventListener("focusin",gt)}function gt(){Ke.value=document.activeElement}const os={class:"VPMenuLink"},ns=_({__name:"VPMenuLink",props:{item:{}},setup(o){const{page:e}=T();return(t,n)=>(s(),c("div",os,[b(J,{class:B({active:i(re)(i(e).relativePath,t.item.activeMatch||t.item.link,!!t.item.activeMatch)}),href:t.item.link,target:t.item.target,rel:t.item.rel},{default:m(()=>[Y(E(t.item.text),1)]),_:1},8,["class","href","target","rel"])]))}}),Ve=k(ns,[["__scopeId","data-v-f51f088d"]]),as={class:"VPMenuGroup"},ss={key:0,class:"title"},rs=_({__name:"VPMenuGroup",props:{text:{},items:{}},setup(o){return(e,t)=>(s(),c("div",as,[e.text?(s(),c("p",ss,E(e.text),1)):h("",!0),(s(!0),c(C,null,G(e.items,n=>(s(),c(C,null,["link"in n?(s(),y(Ve,{key:0,item:n},null,8,["item"])):h("",!0)],64))),256))]))}}),is=k(rs,[["__scopeId","data-v-a6b0397c"]]),ls={class:"VPMenu"},cs={key:0,class:"items"},us=_({__name:"VPMenu",props:{items:{}},setup(o){return(e,t)=>(s(),c("div",ls,[e.items?(s(),c("div",cs,[(s(!0),c(C,null,G(e.items,n=>(s(),c(C,{key:n.text},["link"in n?(s(),y(Ve,{key:0,item:n},null,8,["item"])):(s(),y(is,{key:1,text:n.text,items:n.items},null,8,["text","items"]))],64))),128))])):h("",!0),u(e.$slots,"default",{},void 0,!0)]))}}),ds=k(us,[["__scopeId","data-v-e42ed9b3"]]),vs=o=>(R("data-v-af5898d3"),o=o(),K(),o),ps=["aria-expanded","aria-label"],ms={key:0,class:"text"},fs=["innerHTML"],hs=vs(()=>d("span",{class:"vpi-chevron-down text-icon"},null,-1)),_s={key:1,class:"vpi-more-horizontal icon"},gs={class:"menu"},bs=_({__name:"VPFlyout",props:{icon:{},button:{},label:{},items:{}},setup(o){const e=M(!1),t=M();xa({el:t,onBlur:n});function n(){e.value=!1}return(a,r)=>(s(),c("div",{class:"VPFlyout",ref_key:"el",ref:t,onMouseenter:r[1]||(r[1]=l=>e.value=!0),onMouseleave:r[2]||(r[2]=l=>e.value=!1)},[d("button",{type:"button",class:"button","aria-haspopup":"true","aria-expanded":e.value,"aria-label":a.label,onClick:r[0]||(r[0]=l=>e.value=!e.value)},[a.button||a.icon?(s(),c("span",ms,[a.icon?(s(),c("span",{key:0,class:B([a.icon,"option-icon"])},null,2)):h("",!0),a.button?(s(),c("span",{key:1,innerHTML:a.button},null,8,fs)):h("",!0),hs])):(s(),c("span",_s))],8,ps),d("div",gs,[b(ds,{items:a.items},{default:m(()=>[u(a.$slots,"default",{},void 0,!0)]),_:3},8,["items"])])],544))}}),qe=k(bs,[["__scopeId","data-v-af5898d3"]]),ks=["href","aria-label","innerHTML"],$s=_({__name:"VPSocialLink",props:{icon:{},link:{},ariaLabel:{}},setup(o){const e=o,t=L(()=>typeof e.icon=="object"?e.icon.svg:``);return(n,a)=>(s(),c("a",{class:"VPSocialLink no-icon",href:n.link,"aria-label":n.ariaLabel??(typeof n.icon=="string"?n.icon:""),target:"_blank",rel:"noopener",innerHTML:t.value},null,8,ks))}}),ys=k($s,[["__scopeId","data-v-358b6670"]]),Ls={class:"VPSocialLinks"},Ss=_({__name:"VPSocialLinks",props:{links:{}},setup(o){return(e,t)=>(s(),c("div",Ls,[(s(!0),c(C,null,G(e.links,({link:n,icon:a,ariaLabel:r})=>(s(),y(ys,{key:n,icon:a,link:n,ariaLabel:r},null,8,["icon","link","ariaLabel"]))),128))]))}}),We=k(Ss,[["__scopeId","data-v-e71e869c"]]),Ps={key:0,class:"group translations"},ws={class:"trans-title"},Vs={key:1,class:"group"},Ts={class:"item appearance"},zs={class:"label"},Is={class:"appearance-action"},Ns={key:2,class:"group"},Es={class:"item social-links"},Hs=_({__name:"VPNavBarExtra",setup(o){const{site:e,theme:t}=T(),{localeLinks:n,currentLang:a}=fe({correspondingLink:!0}),r=L(()=>n.value.length&&a.value.label||e.value.appearance||t.value.socialLinks);return(l,p)=>r.value?(s(),y(qe,{key:0,class:"VPNavBarExtra",label:"extra navigation"},{default:m(()=>[i(n).length&&i(a).label?(s(),c("div",Ps,[d("p",ws,E(i(a).label),1),(s(!0),c(C,null,G(i(n),v=>(s(),y(Ve,{key:v.link,item:v},null,8,["item"]))),128))])):h("",!0),i(e).appearance&&i(e).appearance!=="force-dark"?(s(),c("div",Vs,[d("div",Ts,[d("p",zs,E(i(t).darkModeSwitchLabel||"Appearance"),1),d("div",Is,[b(Re)])])])):h("",!0),i(t).socialLinks?(s(),c("div",Ns,[d("div",Es,[b(We,{class:"social-links-list",links:i(t).socialLinks},null,8,["links"])])])):h("",!0)]),_:1})):h("",!0)}}),Ms=k(Hs,[["__scopeId","data-v-8e87c032"]]),Cs=o=>(R("data-v-6bee1efd"),o=o(),K(),o),As=["aria-expanded"],Bs=Cs(()=>d("span",{class:"container"},[d("span",{class:"top"}),d("span",{class:"middle"}),d("span",{class:"bottom"})],-1)),Os=[Bs],Fs=_({__name:"VPNavBarHamburger",props:{active:{type:Boolean}},emits:["click"],setup(o){return(e,t)=>(s(),c("button",{type:"button",class:B(["VPNavBarHamburger",{active:e.active}]),"aria-label":"mobile navigation","aria-expanded":e.active,"aria-controls":"VPNavScreen",onClick:t[0]||(t[0]=n=>e.$emit("click"))},Os,10,As))}}),Ds=k(Fs,[["__scopeId","data-v-6bee1efd"]]),js=["innerHTML"],Us=_({__name:"VPNavBarMenuLink",props:{item:{}},setup(o){const{page:e}=T();return(t,n)=>(s(),y(J,{class:B({VPNavBarMenuLink:!0,active:i(re)(i(e).relativePath,t.item.activeMatch||t.item.link,!!t.item.activeMatch)}),href:t.item.link,noIcon:t.item.noIcon,target:t.item.target,rel:t.item.rel,tabindex:"0"},{default:m(()=>[d("span",{innerHTML:t.item.text},null,8,js)]),_:1},8,["class","href","noIcon","target","rel"]))}}),Gs=k(Us,[["__scopeId","data-v-08fbf4b6"]]),Rs=_({__name:"VPNavBarMenuGroup",props:{item:{}},setup(o){const e=o,{page:t}=T(),n=r=>"link"in r?re(t.value.relativePath,r.link,!!e.item.activeMatch):r.items.some(n),a=L(()=>n(e.item));return(r,l)=>(s(),y(qe,{class:B({VPNavBarMenuGroup:!0,active:i(re)(i(t).relativePath,r.item.activeMatch,!!r.item.activeMatch)||a.value}),button:r.item.text,items:r.item.items},null,8,["class","button","items"]))}}),Ks=o=>(R("data-v-f732b5d0"),o=o(),K(),o),qs={key:0,"aria-labelledby":"main-nav-aria-label",class:"VPNavBarMenu"},Ws=Ks(()=>d("span",{id:"main-nav-aria-label",class:"visually-hidden"},"Main Navigation",-1)),Ys=_({__name:"VPNavBarMenu",setup(o){const{theme:e}=T();return(t,n)=>i(e).nav?(s(),c("nav",qs,[Ws,(s(!0),c(C,null,G(i(e).nav,a=>(s(),c(C,{key:a.text},["link"in a?(s(),y(Gs,{key:0,item:a},null,8,["item"])):(s(),y(Rs,{key:1,item:a},null,8,["item"]))],64))),128))])):h("",!0)}}),Zs=k(Ys,[["__scopeId","data-v-f732b5d0"]]);function Js(o){const{localeIndex:e,theme:t}=T();function n(a){var N,F,H;const r=a.split("."),l=(N=t.value.search)==null?void 0:N.options,p=l&&typeof l=="object",v=p&&((H=(F=l.locales)==null?void 0:F[e.value])==null?void 0:H.translations)||null,g=p&&l.translations||null;let S=v,$=g,V=o;const P=r.pop();for(const X of r){let Q=null;const D=V==null?void 0:V[X];D&&(Q=V=D);const oe=$==null?void 0:$[X];oe&&(Q=$=oe);const x=S==null?void 0:S[X];x&&(Q=S=x),D||(V=Q),oe||($=Q),x||(S=Q)}return(S==null?void 0:S[P])??($==null?void 0:$[P])??(V==null?void 0:V[P])??""}return n}const Xs=["aria-label"],Qs={class:"DocSearch-Button-Container"},xs=d("span",{class:"vp-icon DocSearch-Search-Icon"},null,-1),er={class:"DocSearch-Button-Placeholder"},tr=d("span",{class:"DocSearch-Button-Keys"},[d("kbd",{class:"DocSearch-Button-Key"}),d("kbd",{class:"DocSearch-Button-Key"},"K")],-1),Xe=_({__name:"VPNavBarSearchButton",setup(o){const t=Js({button:{buttonText:"Search",buttonAriaLabel:"Search"}});return(n,a)=>(s(),c("button",{type:"button",class:"DocSearch DocSearch-Button","aria-label":i(t)("button.buttonAriaLabel")},[d("span",Qs,[xs,d("span",er,E(i(t)("button.buttonText")),1)]),tr],8,Xs))}}),or={class:"VPNavBarSearch"},nr={id:"local-search"},ar={key:1,id:"docsearch"},sr=_({__name:"VPNavBarSearch",setup(o){const e=()=>null,t=()=>null,{theme:n}=T(),a=M(!1),r=M(!1);ae(()=>{});function l(){a.value||(a.value=!0,setTimeout(p,16))}function p(){const S=new Event("keydown");S.key="k",S.metaKey=!0,window.dispatchEvent(S),setTimeout(()=>{document.querySelector(".DocSearch-Modal")||p()},16)}const v=M(!1),g="";return(S,$)=>{var V;return s(),c("div",or,[i(g)==="local"?(s(),c(C,{key:0},[v.value?(s(),y(i(e),{key:0,onClose:$[0]||($[0]=P=>v.value=!1)})):h("",!0),d("div",nr,[b(Xe,{onClick:$[1]||($[1]=P=>v.value=!0)})])],64)):i(g)==="algolia"?(s(),c(C,{key:1},[a.value?(s(),y(i(t),{key:0,algolia:((V=i(n).search)==null?void 0:V.options)??i(n).algolia,onVnodeBeforeMount:$[2]||($[2]=P=>r.value=!0)},null,8,["algolia"])):h("",!0),r.value?h("",!0):(s(),c("div",ar,[b(Xe,{onClick:l})]))],64)):h("",!0)])}}}),rr=_({__name:"VPNavBarSocialLinks",setup(o){const{theme:e}=T();return(t,n)=>i(e).socialLinks?(s(),y(We,{key:0,class:"VPNavBarSocialLinks",links:i(e).socialLinks},null,8,["links"])):h("",!0)}}),ir=k(rr,[["__scopeId","data-v-ef6192dc"]]),lr=["href","rel","target"],cr={key:1},ur={key:2},dr=_({__name:"VPNavBarTitle",setup(o){const{site:e,theme:t}=T(),{hasSidebar:n}=te(),{currentLang:a}=fe(),r=L(()=>{var v;return typeof t.value.logoLink=="string"?t.value.logoLink:(v=t.value.logoLink)==null?void 0:v.link}),l=L(()=>{var v;return typeof t.value.logoLink=="string"||(v=t.value.logoLink)==null?void 0:v.rel}),p=L(()=>{var v;return typeof t.value.logoLink=="string"||(v=t.value.logoLink)==null?void 0:v.target});return(v,g)=>(s(),c("div",{class:B(["VPNavBarTitle",{"has-sidebar":i(n)}])},[d("a",{class:"title",href:r.value??i(Ue)(i(a).link),rel:l.value,target:p.value},[u(v.$slots,"nav-bar-title-before",{},void 0,!0),i(t).logo?(s(),y(ie,{key:0,class:"logo",image:i(t).logo},null,8,["image"])):h("",!0),i(t).siteTitle?(s(),c("span",cr,E(i(t).siteTitle),1)):i(t).siteTitle===void 0?(s(),c("span",ur,E(i(e).title),1)):h("",!0),u(v.$slots,"nav-bar-title-after",{},void 0,!0)],8,lr)],2))}}),vr=k(dr,[["__scopeId","data-v-0ad69264"]]),pr={class:"items"},mr={class:"title"},fr=_({__name:"VPNavBarTranslations",setup(o){const{theme:e}=T(),{localeLinks:t,currentLang:n}=fe({correspondingLink:!0});return(a,r)=>i(t).length&&i(n).label?(s(),y(qe,{key:0,class:"VPNavBarTranslations",icon:"vpi-languages",label:i(e).langMenuLabel||"Change language"},{default:m(()=>[d("div",pr,[d("p",mr,E(i(n).label),1),(s(!0),c(C,null,G(i(t),l=>(s(),y(Ve,{key:l.link,item:l},null,8,["item"]))),128))])]),_:1},8,["label"])):h("",!0)}}),hr=k(fr,[["__scopeId","data-v-acee064b"]]),_r=o=>(R("data-v-844edcde"),o=o(),K(),o),gr={class:"wrapper"},br={class:"container"},kr={class:"title"},$r={class:"content"},yr={class:"content-body"},Lr=_r(()=>d("div",{class:"divider"},[d("div",{class:"divider-line"})],-1)),Sr=_({__name:"VPNavBar",props:{isScreenOpen:{type:Boolean}},emits:["toggle-screen"],setup(o){const{y:e}=it(),{hasSidebar:t}=te(),{frontmatter:n}=T(),a=M({});return nt(()=>{a.value={"has-sidebar":t.value,home:n.value.layout==="home",top:e.value===0}}),(r,l)=>(s(),c("div",{class:B(["VPNavBar",a.value])},[d("div",gr,[d("div",br,[d("div",kr,[b(vr,null,{"nav-bar-title-before":m(()=>[u(r.$slots,"nav-bar-title-before",{},void 0,!0)]),"nav-bar-title-after":m(()=>[u(r.$slots,"nav-bar-title-after",{},void 0,!0)]),_:3})]),d("div",$r,[d("div",yr,[u(r.$slots,"nav-bar-content-before",{},void 0,!0),b(sr,{class:"search"}),b(Zs,{class:"menu"}),b(hr,{class:"translations"}),b(Qa,{class:"appearance"}),b(ir,{class:"social-links"}),b(Ms,{class:"extra"}),u(r.$slots,"nav-bar-content-after",{},void 0,!0),b(Ds,{class:"hamburger",active:r.isScreenOpen,onClick:l[0]||(l[0]=p=>r.$emit("toggle-screen"))},null,8,["active"])])])])]),Lr],2))}}),Pr=k(Sr,[["__scopeId","data-v-844edcde"]]),wr={key:0,class:"VPNavScreenAppearance"},Vr={class:"text"},Tr=_({__name:"VPNavScreenAppearance",setup(o){const{site:e,theme:t}=T();return(n,a)=>i(e).appearance&&i(e).appearance!=="force-dark"?(s(),c("div",wr,[d("p",Vr,E(i(t).darkModeSwitchLabel||"Appearance"),1),b(Re)])):h("",!0)}}),zr=k(Tr,[["__scopeId","data-v-338d9b48"]]),Ir=_({__name:"VPNavScreenMenuLink",props:{item:{}},setup(o){const e=ve("close-screen");return(t,n)=>(s(),y(J,{class:"VPNavScreenMenuLink",href:t.item.link,target:t.item.target,rel:t.item.rel,onClick:i(e),innerHTML:t.item.text},null,8,["href","target","rel","onClick","innerHTML"]))}}),Nr=k(Ir,[["__scopeId","data-v-1a934d60"]]),Er=_({__name:"VPNavScreenMenuGroupLink",props:{item:{}},setup(o){const e=ve("close-screen");return(t,n)=>(s(),y(J,{class:"VPNavScreenMenuGroupLink",href:t.item.link,target:t.item.target,rel:t.item.rel,onClick:i(e)},{default:m(()=>[Y(E(t.item.text),1)]),_:1},8,["href","target","rel","onClick"]))}}),bt=k(Er,[["__scopeId","data-v-aea78dd1"]]),Hr={class:"VPNavScreenMenuGroupSection"},Mr={key:0,class:"title"},Cr=_({__name:"VPNavScreenMenuGroupSection",props:{text:{},items:{}},setup(o){return(e,t)=>(s(),c("div",Hr,[e.text?(s(),c("p",Mr,E(e.text),1)):h("",!0),(s(!0),c(C,null,G(e.items,n=>(s(),y(bt,{key:n.text,item:n},null,8,["item"]))),128))]))}}),Ar=k(Cr,[["__scopeId","data-v-f60dbfa7"]]),Br=o=>(R("data-v-d2212c70"),o=o(),K(),o),Or=["aria-controls","aria-expanded"],Fr=["innerHTML"],Dr=Br(()=>d("span",{class:"vpi-plus button-icon"},null,-1)),jr=["id"],Ur={key:1,class:"group"},Gr=_({__name:"VPNavScreenMenuGroup",props:{text:{},items:{}},setup(o){const e=o,t=M(!1),n=L(()=>`NavScreenGroup-${e.text.replace(" ","-").toLowerCase()}`);function a(){t.value=!t.value}return(r,l)=>(s(),c("div",{class:B(["VPNavScreenMenuGroup",{open:t.value}])},[d("button",{class:"button","aria-controls":n.value,"aria-expanded":t.value,onClick:a},[d("span",{class:"button-text",innerHTML:r.text},null,8,Fr),Dr],8,Or),d("div",{id:n.value,class:"items"},[(s(!0),c(C,null,G(r.items,p=>(s(),c(C,{key:p.text},["link"in p?(s(),c("div",{key:p.text,class:"item"},[b(bt,{item:p},null,8,["item"])])):(s(),c("div",Ur,[b(Ar,{text:p.text,items:p.items},null,8,["text","items"])]))],64))),128))],8,jr)],2))}}),Rr=k(Gr,[["__scopeId","data-v-d2212c70"]]),Kr={key:0,class:"VPNavScreenMenu"},qr=_({__name:"VPNavScreenMenu",setup(o){const{theme:e}=T();return(t,n)=>i(e).nav?(s(),c("nav",Kr,[(s(!0),c(C,null,G(i(e).nav,a=>(s(),c(C,{key:a.text},["link"in a?(s(),y(Nr,{key:0,item:a},null,8,["item"])):(s(),y(Rr,{key:1,text:a.text||"",items:a.items},null,8,["text","items"]))],64))),128))])):h("",!0)}}),Wr=_({__name:"VPNavScreenSocialLinks",setup(o){const{theme:e}=T();return(t,n)=>i(e).socialLinks?(s(),y(We,{key:0,class:"VPNavScreenSocialLinks",links:i(e).socialLinks},null,8,["links"])):h("",!0)}}),kt=o=>(R("data-v-516e4bc3"),o=o(),K(),o),Yr=kt(()=>d("span",{class:"vpi-languages icon lang"},null,-1)),Zr=kt(()=>d("span",{class:"vpi-chevron-down icon chevron"},null,-1)),Jr={class:"list"},Xr=_({__name:"VPNavScreenTranslations",setup(o){const{localeLinks:e,currentLang:t}=fe({correspondingLink:!0}),n=M(!1);function a(){n.value=!n.value}return(r,l)=>i(e).length&&i(t).label?(s(),c("div",{key:0,class:B(["VPNavScreenTranslations",{open:n.value}])},[d("button",{class:"title",onClick:a},[Yr,Y(" "+E(i(t).label)+" ",1),Zr]),d("ul",Jr,[(s(!0),c(C,null,G(i(e),p=>(s(),c("li",{key:p.link,class:"item"},[b(J,{class:"link",href:p.link},{default:m(()=>[Y(E(p.text),1)]),_:2},1032,["href"])]))),128))])],2)):h("",!0)}}),Qr=k(Xr,[["__scopeId","data-v-516e4bc3"]]),xr={class:"container"},ei=_({__name:"VPNavScreen",props:{open:{type:Boolean}},setup(o){const e=M(null),t=lt(we?document.body:null);return(n,a)=>(s(),y(De,{name:"fade",onEnter:a[0]||(a[0]=r=>t.value=!0),onAfterLeave:a[1]||(a[1]=r=>t.value=!1)},{default:m(()=>[n.open?(s(),c("div",{key:0,class:"VPNavScreen",ref_key:"screen",ref:e,id:"VPNavScreen"},[d("div",xr,[u(n.$slots,"nav-screen-content-before",{},void 0,!0),b(qr,{class:"menu"}),b(Qr,{class:"translations"}),b(zr,{class:"appearance"}),b(Wr,{class:"social-links"}),u(n.$slots,"nav-screen-content-after",{},void 0,!0)])],512)):h("",!0)]),_:3}))}}),ti=k(ei,[["__scopeId","data-v-57cce842"]]),oi={key:0,class:"VPNav"},ni=_({__name:"VPNav",setup(o){const{isScreenOpen:e,closeScreen:t,toggleScreen:n}=Da(),{frontmatter:a}=T(),r=L(()=>a.value.navbar!==!1);return Fe("close-screen",t),Le(()=>{we&&document.documentElement.classList.toggle("hide-nav",!r.value)}),(l,p)=>r.value?(s(),c("header",oi,[b(Pr,{"is-screen-open":i(e),onToggleScreen:i(n)},{"nav-bar-title-before":m(()=>[u(l.$slots,"nav-bar-title-before",{},void 0,!0)]),"nav-bar-title-after":m(()=>[u(l.$slots,"nav-bar-title-after",{},void 0,!0)]),"nav-bar-content-before":m(()=>[u(l.$slots,"nav-bar-content-before",{},void 0,!0)]),"nav-bar-content-after":m(()=>[u(l.$slots,"nav-bar-content-after",{},void 0,!0)]),_:3},8,["is-screen-open","onToggleScreen"]),b(ti,{open:i(e)},{"nav-screen-content-before":m(()=>[u(l.$slots,"nav-screen-content-before",{},void 0,!0)]),"nav-screen-content-after":m(()=>[u(l.$slots,"nav-screen-content-after",{},void 0,!0)]),_:3},8,["open"])])):h("",!0)}}),ai=k(ni,[["__scopeId","data-v-7ad780c2"]]),$t=o=>(R("data-v-c24f735a"),o=o(),K(),o),si=["role","tabindex"],ri=$t(()=>d("div",{class:"indicator"},null,-1)),ii=$t(()=>d("span",{class:"vpi-chevron-right caret-icon"},null,-1)),li=[ii],ci={key:1,class:"items"},ui=_({__name:"VPSidebarItem",props:{item:{},depth:{}},setup(o){const e=o,{collapsed:t,collapsible:n,isLink:a,isActiveLink:r,hasActiveLink:l,hasChildren:p,toggle:v}=Io(L(()=>e.item)),g=L(()=>p.value?"section":"div"),S=L(()=>a.value?"a":"div"),$=L(()=>p.value?e.depth+2===7?"p":`h${e.depth+2}`:"p"),V=L(()=>a.value?void 0:"button"),P=L(()=>[[`level-${e.depth}`],{collapsible:n.value},{collapsed:t.value},{"is-link":a.value},{"is-active":r.value},{"has-active":l.value}]);function N(H){"key"in H&&H.key!=="Enter"||!e.item.link&&v()}function F(){e.item.link&&v()}return(H,X)=>{const Q=le("VPSidebarItem",!0);return s(),y(de(g.value),{class:B(["VPSidebarItem",P.value])},{default:m(()=>[H.item.text?(s(),c("div",be({key:0,class:"item",role:V.value},Rt(H.item.items?{click:N,keydown:N}:{},!0),{tabindex:H.item.items&&0}),[ri,H.item.link?(s(),y(J,{key:0,tag:S.value,class:"link",href:H.item.link,rel:H.item.rel,target:H.item.target},{default:m(()=>[(s(),y(de($.value),{class:"text",innerHTML:H.item.text},null,8,["innerHTML"]))]),_:1},8,["tag","href","rel","target"])):(s(),y(de($.value),{key:1,class:"text",innerHTML:H.item.text},null,8,["innerHTML"])),H.item.collapsed!=null&&H.item.items&&H.item.items.length?(s(),c("div",{key:2,class:"caret",role:"button","aria-label":"toggle section",onClick:F,onKeydown:Gt(F,["enter"]),tabindex:"0"},li,32)):h("",!0)],16,si)):h("",!0),H.item.items&&H.item.items.length?(s(),c("div",ci,[H.depth<5?(s(!0),c(C,{key:0},G(H.item.items,D=>(s(),y(Q,{key:D.text,item:D,depth:H.depth+1},null,8,["item","depth"]))),128)):h("",!0)])):h("",!0)]),_:1},8,["class"])}}}),di=k(ui,[["__scopeId","data-v-c24f735a"]]),yt=o=>(R("data-v-4871f9f5"),o=o(),K(),o),vi=yt(()=>d("div",{class:"curtain"},null,-1)),pi={class:"nav",id:"VPSidebarNav","aria-labelledby":"sidebar-aria-label",tabindex:"-1"},mi=yt(()=>d("span",{class:"visually-hidden",id:"sidebar-aria-label"}," Sidebar Navigation ",-1)),fi=_({__name:"VPSidebar",props:{open:{type:Boolean}},setup(o){const{sidebarGroups:e,hasSidebar:t}=te(),n=o,a=M(null),r=lt(we?document.body:null);return ee([n,a],()=>{var l;n.open?(r.value=!0,(l=a.value)==null||l.focus()):r.value=!1},{immediate:!0,flush:"post"}),(l,p)=>i(t)?(s(),c("aside",{key:0,class:B(["VPSidebar",{open:l.open}]),ref_key:"navEl",ref:a,onClick:p[0]||(p[0]=Kt(()=>{},["stop"]))},[vi,d("nav",pi,[mi,u(l.$slots,"sidebar-nav-before",{},void 0,!0),(s(!0),c(C,null,G(i(e),v=>(s(),c("div",{key:v.text,class:"group"},[b(di,{item:v,depth:0},null,8,["item"])]))),128)),u(l.$slots,"sidebar-nav-after",{},void 0,!0)])],2)):h("",!0)}}),hi=k(fi,[["__scopeId","data-v-4871f9f5"]]),_i=_({__name:"VPSkipLink",setup(o){const e=Pe(),t=M();ee(()=>e.path,()=>t.value.focus());function n({target:a}){const r=document.getElementById(decodeURIComponent(a.hash).slice(1));if(r){const l=()=>{r.removeAttribute("tabindex"),r.removeEventListener("blur",l)};r.setAttribute("tabindex","-1"),r.addEventListener("blur",l),r.focus(),window.scrollTo(0,0)}}return(a,r)=>(s(),c(C,null,[d("span",{ref_key:"backToTop",ref:t,tabindex:"-1"},null,512),d("a",{href:"#VPContent",class:"VPSkipLink visually-hidden",onClick:n}," Skip to content ")],64))}}),gi=k(_i,[["__scopeId","data-v-c8291ffa"]]),bi=_({__name:"Layout",setup(o){const{isOpen:e,open:t,close:n}=te(),a=Pe();ee(()=>a.path,n),zo(e,n);const{frontmatter:r}=T(),l=tt(),p=L(()=>!!l["home-hero-image"]);return Fe("hero-image-slot-exists",p),(v,g)=>{const S=le("Content");return i(r).layout!==!1?(s(),c("div",{key:0,class:B(["Layout",i(r).pageClass])},[u(v.$slots,"layout-top",{},void 0,!0),b(gi),b(mo,{class:"backdrop",show:i(e),onClick:i(n)},null,8,["show","onClick"]),b(ai,null,{"nav-bar-title-before":m(()=>[u(v.$slots,"nav-bar-title-before",{},void 0,!0)]),"nav-bar-title-after":m(()=>[u(v.$slots,"nav-bar-title-after",{},void 0,!0)]),"nav-bar-content-before":m(()=>[u(v.$slots,"nav-bar-content-before",{},void 0,!0)]),"nav-bar-content-after":m(()=>[u(v.$slots,"nav-bar-content-after",{},void 0,!0)]),"nav-screen-content-before":m(()=>[u(v.$slots,"nav-screen-content-before",{},void 0,!0)]),"nav-screen-content-after":m(()=>[u(v.$slots,"nav-screen-content-after",{},void 0,!0)]),_:3}),b(Fa,{open:i(e),onOpenMenu:i(t)},null,8,["open","onOpenMenu"]),b(hi,{open:i(e)},{"sidebar-nav-before":m(()=>[u(v.$slots,"sidebar-nav-before",{},void 0,!0)]),"sidebar-nav-after":m(()=>[u(v.$slots,"sidebar-nav-after",{},void 0,!0)]),_:3},8,["open"]),b(ba,null,{"page-top":m(()=>[u(v.$slots,"page-top",{},void 0,!0)]),"page-bottom":m(()=>[u(v.$slots,"page-bottom",{},void 0,!0)]),"not-found":m(()=>[u(v.$slots,"not-found",{},void 0,!0)]),"home-hero-before":m(()=>[u(v.$slots,"home-hero-before",{},void 0,!0)]),"home-hero-info-before":m(()=>[u(v.$slots,"home-hero-info-before",{},void 0,!0)]),"home-hero-info":m(()=>[u(v.$slots,"home-hero-info",{},void 0,!0)]),"home-hero-info-after":m(()=>[u(v.$slots,"home-hero-info-after",{},void 0,!0)]),"home-hero-actions-after":m(()=>[u(v.$slots,"home-hero-actions-after",{},void 0,!0)]),"home-hero-image":m(()=>[u(v.$slots,"home-hero-image",{},void 0,!0)]),"home-hero-after":m(()=>[u(v.$slots,"home-hero-after",{},void 0,!0)]),"home-features-before":m(()=>[u(v.$slots,"home-features-before",{},void 0,!0)]),"home-features-after":m(()=>[u(v.$slots,"home-features-after",{},void 0,!0)]),"doc-footer-before":m(()=>[u(v.$slots,"doc-footer-before",{},void 0,!0)]),"doc-before":m(()=>[u(v.$slots,"doc-before",{},void 0,!0)]),"doc-after":m(()=>[u(v.$slots,"doc-after",{},void 0,!0)]),"doc-top":m(()=>[u(v.$slots,"doc-top",{},void 0,!0)]),"doc-bottom":m(()=>[u(v.$slots,"doc-bottom",{},void 0,!0)]),"aside-top":m(()=>[u(v.$slots,"aside-top",{},void 0,!0)]),"aside-bottom":m(()=>[u(v.$slots,"aside-bottom",{},void 0,!0)]),"aside-outline-before":m(()=>[u(v.$slots,"aside-outline-before",{},void 0,!0)]),"aside-outline-after":m(()=>[u(v.$slots,"aside-outline-after",{},void 0,!0)]),"aside-ads-before":m(()=>[u(v.$slots,"aside-ads-before",{},void 0,!0)]),"aside-ads-after":m(()=>[u(v.$slots,"aside-ads-after",{},void 0,!0)]),_:3}),b(Sa),u(v.$slots,"layout-bottom",{},void 0,!0)],2)):(s(),y(S,{key:1}))}}}),ki=k(bi,[["__scopeId","data-v-d8b57b2d"]]),Me={Layout:ki,enhanceApp:({app:o})=>{o.component("Badge",uo)}},$i={},yi={class:"footer-links"},Li={class:"footer-links__container"},Si=qt('',2),Pi={class:"footer-links__licence"},wi=d("a",{href:"https://github.com/localazy/cdn-client/blob/main/LICENSE",target:"_blank"},"MIT license",-1);function Vi(o,e){return s(),c("footer",yi,[d("div",Li,[Si,d("div",Pi,[Y(" © "+E(new Date().getFullYear())+" Localazy. Released under the ",1),wi,Y(". ")])])])}const Ti=k($i,[["render",Vi]]);/*! medium-zoom 1.1.0 | MIT License | https://github.com/francoischalifour/medium-zoom */var se=Object.assign||function(o){for(var e=1;e1&&arguments[1]!==void 0?arguments[1]:{},n=window.Promise||function(w){function z(){}w(z,z)},a=function(w){var z=w.target;if(z===he){N();return}D.indexOf(z)!==-1&&F({target:z})},r=function(){if(!(x||!f.original)){var w=window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0;Math.abs(Ye-w)>A.scrollOffset&&setTimeout(N,150)}},l=function(w){var z=w.key||w.keyCode;(z==="Escape"||z==="Esc"||z===27)&&N()},p=function(){var w=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},z=w;if(w.background&&(he.style.background=w.background),w.container&&w.container instanceof Object&&(z.container=se({},A.container,w.container)),w.template){var O=$e(w.template)?w.template:document.querySelector(w.template);z.template=O}return A=se({},A,z),D.forEach(function(j){j.dispatchEvent(ue("medium-zoom:update",{detail:{zoom:U}}))}),U},v=function(){var w=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return o(se({},A,w))},g=function(){for(var w=arguments.length,z=Array(w),O=0;O0?z.reduce(function(I,W){return[].concat(I,xe(W))},[]):D;return j.forEach(function(I){I.classList.remove("medium-zoom-image"),I.dispatchEvent(ue("medium-zoom:detach",{detail:{zoom:U}}))}),D=D.filter(function(I){return j.indexOf(I)===-1}),U},$=function(w,z){var O=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return D.forEach(function(j){j.addEventListener("medium-zoom:"+w,z,O)}),oe.push({type:"medium-zoom:"+w,listener:z,options:O}),U},V=function(w,z){var O=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return D.forEach(function(j){j.removeEventListener("medium-zoom:"+w,z,O)}),oe=oe.filter(function(j){return!(j.type==="medium-zoom:"+w&&j.listener.toString()===z.toString())}),U},P=function(){var w=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},z=w.target,O=function(){var I={width:document.documentElement.clientWidth,height:document.documentElement.clientHeight,left:0,top:0,right:0,bottom:0},W=void 0,Z=void 0;if(A.container)if(A.container instanceof Object)I=se({},I,A.container),W=I.width-I.left-I.right-A.margin*2,Z=I.height-I.top-I.bottom-A.margin*2;else{var ce=$e(A.container)?A.container:document.querySelector(A.container),ne=ce.getBoundingClientRect(),Te=ne.width,Lt=ne.height,St=ne.left,Pt=ne.top;I=se({},I,{width:Te,height:Lt,left:St,top:Pt})}W=W||I.width-A.margin*2,Z=Z||I.height-A.margin*2;var pe=f.zoomedHd||f.original,wt=Qe(pe)?W:pe.naturalWidth||W,Vt=Qe(pe)?Z:pe.naturalHeight||Z,_e=pe.getBoundingClientRect(),Tt=_e.top,zt=_e.left,ze=_e.width,Ie=_e.height,It=Math.min(Math.max(ze,wt),W)/ze,Nt=Math.min(Math.max(Ie,Vt),Z)/Ie,Ne=Math.min(It,Nt),Et=(-zt+(W-ze)/2+A.margin+I.left)/Ne,Ht=(-Tt+(Z-Ie)/2+A.margin+I.top)/Ne,Ze="scale("+Ne+") translate3d("+Et+"px, "+Ht+"px, 0)";f.zoomed.style.transform=Ze,f.zoomedHd&&(f.zoomedHd.style.transform=Ze)};return new n(function(j){if(z&&D.indexOf(z)===-1){j(U);return}var I=function Te(){x=!1,f.zoomed.removeEventListener("transitionend",Te),f.original.dispatchEvent(ue("medium-zoom:opened",{detail:{zoom:U}})),j(U)};if(f.zoomed){j(U);return}if(z)f.original=z;else if(D.length>0){var W=D;f.original=W[0]}else{j(U);return}if(f.original.dispatchEvent(ue("medium-zoom:open",{detail:{zoom:U}})),Ye=window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0,x=!0,f.zoomed=Ni(f.original),document.body.appendChild(he),A.template){var Z=$e(A.template)?A.template:document.querySelector(A.template);f.template=document.createElement("div"),f.template.appendChild(Z.content.cloneNode(!0)),document.body.appendChild(f.template)}if(f.original.parentElement&&f.original.parentElement.tagName==="PICTURE"&&f.original.currentSrc&&(f.zoomed.src=f.original.currentSrc),document.body.appendChild(f.zoomed),window.requestAnimationFrame(function(){document.body.classList.add("medium-zoom--opened")}),f.original.classList.add("medium-zoom-image--hidden"),f.zoomed.classList.add("medium-zoom-image--opened"),f.zoomed.addEventListener("click",N),f.zoomed.addEventListener("transitionend",I),f.original.getAttribute("data-zoom-src")){f.zoomedHd=f.zoomed.cloneNode(),f.zoomedHd.removeAttribute("srcset"),f.zoomedHd.removeAttribute("sizes"),f.zoomedHd.removeAttribute("loading"),f.zoomedHd.src=f.zoomed.getAttribute("data-zoom-src"),f.zoomedHd.onerror=function(){clearInterval(ce),console.warn("Unable to reach the zoom image target "+f.zoomedHd.src),f.zoomedHd=null,O()};var ce=setInterval(function(){f.zoomedHd.complete&&(clearInterval(ce),f.zoomedHd.classList.add("medium-zoom-image--opened"),f.zoomedHd.addEventListener("click",N),document.body.appendChild(f.zoomedHd),O())},10)}else if(f.original.hasAttribute("srcset")){f.zoomedHd=f.zoomed.cloneNode(),f.zoomedHd.removeAttribute("sizes"),f.zoomedHd.removeAttribute("loading");var ne=f.zoomedHd.addEventListener("load",function(){f.zoomedHd.removeEventListener("load",ne),f.zoomedHd.classList.add("medium-zoom-image--opened"),f.zoomedHd.addEventListener("click",N),document.body.appendChild(f.zoomedHd),O()})}else O()})},N=function(){return new n(function(w){if(x||!f.original){w(U);return}var z=function O(){f.original.classList.remove("medium-zoom-image--hidden"),document.body.removeChild(f.zoomed),f.zoomedHd&&document.body.removeChild(f.zoomedHd),document.body.removeChild(he),f.zoomed.classList.remove("medium-zoom-image--opened"),f.template&&document.body.removeChild(f.template),x=!1,f.zoomed.removeEventListener("transitionend",O),f.original.dispatchEvent(ue("medium-zoom:closed",{detail:{zoom:U}})),f.original=null,f.zoomed=null,f.zoomedHd=null,f.template=null,w(U)};x=!0,document.body.classList.remove("medium-zoom--opened"),f.zoomed.style.transform="",f.zoomedHd&&(f.zoomedHd.style.transform=""),f.template&&(f.template.style.transition="opacity 150ms",f.template.style.opacity=0),f.original.dispatchEvent(ue("medium-zoom:close",{detail:{zoom:U}})),f.zoomed.addEventListener("transitionend",z)})},F=function(){var w=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},z=w.target;return f.original?N():P({target:z})},H=function(){return A},X=function(){return D},Q=function(){return f.original},D=[],oe=[],x=!1,Ye=0,A=t,f={original:null,zoomed:null,zoomedHd:null,template:null};Object.prototype.toString.call(e)==="[object Object]"?A=e:(e||typeof e=="string")&&g(e),A=se({margin:0,background:"#fff",scrollOffset:40,container:null,template:null},A);var he=Ii(A.background);document.addEventListener("click",a),document.addEventListener("keyup",l),document.addEventListener("scroll",r),window.addEventListener("resize",N);var U={open:P,close:N,toggle:F,update:p,clone:v,attach:g,detach:S,on:$,off:V,getOptions:H,getImages:X,getZoomedImage:Q};return U};function Hi(o,e){e===void 0&&(e={});var t=e.insertAt;if(!(typeof document>"u")){var n=document.head||document.getElementsByTagName("head")[0],a=document.createElement("style");a.type="text/css",t==="top"&&n.firstChild?n.insertBefore(a,n.firstChild):n.appendChild(a),a.styleSheet?a.styleSheet.cssText=o:a.appendChild(document.createTextNode(o))}}var Mi=".medium-zoom-overlay{position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s;will-change:opacity}.medium-zoom--opened .medium-zoom-overlay{cursor:pointer;cursor:zoom-out;opacity:1}.medium-zoom-image{cursor:pointer;cursor:zoom-in;transition:transform .3s cubic-bezier(.2,0,.2,1)!important}.medium-zoom-image--hidden{visibility:hidden}.medium-zoom-image--opened{position:relative;cursor:pointer;cursor:zoom-out;will-change:transform}";Hi(Mi);const Ci=["src","alt"],Ai={__name:"LocZoomImg",props:{src:String,alt:{type:String,default:""}},setup(o){const e=M(null);return ae(()=>{Ei(e.value,{background:"var(--vp-c-bg)"})}),(t,n)=>(s(),c("img",{ref_key:"imgRef",ref:e,src:i(ye)(o.src),alt:o.alt},null,8,Ci))}},Bi=o=>(R("data-v-422e42cc"),o=o(),K(),o),Oi={class:"box"},Fi={key:0,class:"icon"},Di=["innerHTML"],ji=["innerHTML"],Ui=["innerHTML"],Gi={key:4,class:"link-text"},Ri={class:"link-text-value"},Ki=Bi(()=>d("span",{class:"vpi-arrow-right link-text-icon"},null,-1)),qi={key:0},Wi=["src","alt"],Yi=_({__name:"LocItem",props:{icon:{},title:{},details:{},link:{},linkText:{},rel:{},target:{},og:{}},setup(o){return(e,t)=>(s(),y(J,{class:"VPFeature",href:e.link,rel:e.rel,target:e.target,"no-icon":!0,tag:e.link?"a":"div"},{default:m(()=>[d("article",null,[d("div",Oi,[typeof e.icon=="object"&&e.icon.wrap?(s(),c("div",Fi,[b(ie,{image:e.icon,alt:e.icon.alt,height:e.icon.height||48,width:e.icon.width||48},null,8,["image","alt","height","width"])])):typeof e.icon=="object"?(s(),y(ie,{key:1,image:e.icon,alt:e.icon.alt,height:e.icon.height||48,width:e.icon.width||48},null,8,["image","alt","height","width"])):e.icon?(s(),c("div",{key:2,class:"icon",innerHTML:e.icon},null,8,Di)):h("",!0),d("h2",{class:"title",innerHTML:e.title},null,8,ji),e.details?(s(),c("p",{key:3,class:"details",innerHTML:e.details},null,8,Ui)):h("",!0),e.linkText?(s(),c("div",Gi,[d("p",Ri,[Y(E(e.linkText)+" ",1),Ki])])):h("",!0)]),e.og?(s(),c("div",qi,[d("img",{src:e.og,alt:e.title,class:"og-img"},null,8,Wi)])):h("",!0)])]),_:1},8,["href","rel","target","tag"]))}}),Zi=k(Yi,[["__scopeId","data-v-422e42cc"]]),Ji={key:0,class:"loc-list"},Xi={class:"group-title"},Qi={key:0,class:"group-icon"},xi=["innerHTML"],el={class:"items"},tl=_({__name:"LocList",setup(o){const{frontmatter:e}=ot(),t=L(()=>e.value.locList);return(n,a)=>t.value?(s(),c("div",Ji,[(s(!0),c(C,null,G(t.value,r=>(s(),c("div",{key:r.title,class:"container"},[d("div",Xi,[typeof r.icon=="object"?(s(),c("div",Qi,[b(ie,{image:r.icon,alt:r.icon.alt,height:r.icon.height||36,width:r.icon.width||36},null,8,["image","alt","height","width"])])):r.icon?(s(),c("div",{key:1,class:"group-icon",innerHTML:r.icon},null,8,xi)):h("",!0),Y(" "+E(r.title),1)]),d("div",el,[(s(!0),c(C,null,G(r.items,l=>(s(),c("div",{key:l.title,class:"item grid-4"},[b(Zi,{icon:l.icon,title:l.title,details:l.details,link:l.link,"link-text":l.linkText,rel:l.rel,target:l.target,og:l.og},null,8,["icon","title","details","link","link-text","rel","target","og"])]))),128))])]))),128))])):h("",!0)}}),ol=k(tl,[["__scopeId","data-v-0e95e2db"]]),al={...Me,Layout:()=>Ee(Me.Layout,null,{"layout-bottom":()=>Ee(Ti),"home-features-after":()=>Ee(ol)}),enhanceApp(o){Me.enhanceApp(o),co(o.app),o.app.component("LocZoomImg",Ai)}};export{al as R};
diff --git a/assets/how-it-works.svg b/assets/how-it-works.svg
new file mode 100644
index 0000000..e23fe77
--- /dev/null
+++ b/assets/how-it-works.svg
@@ -0,0 +1,40 @@
+
diff --git a/assets/index.md.BM0VAblI.js b/assets/index.md.BM0VAblI.js
new file mode 100644
index 0000000..729be74
--- /dev/null
+++ b/assets/index.md.BM0VAblI.js
@@ -0,0 +1 @@
+import{_ as t,e as a,b as e}from"./chunks/framework.DoRsIxsy.js";const g=JSON.parse('{"title":"Developer Portal","titleTemplate":"Localazy","description":"","frontmatter":{"layout":"home","title":"Developer Portal","titleTemplate":"Localazy","hero":{"name":"Localazy","text":"Developer Portal"},"locList":[{"title":"SDKs and Integration Tools","items":[{"title":"CLI","details":"Start localizing your app with Localazy CLI, integrate it into your build chain or CI/CD.","link":"https://localazy.com/docs/cli/","icon":{"src":"https://localazy.com/directus9/assets/3f76ff7b-0e74-4046-bb03-4ca99c3b66d5","width":36,"height":36,"wrap":true}},{"title":"API","details":"Use Localazy API to manage your content on Localazy platform programmatically.","link":"https://localazy.com/docs/api/","icon":{"src":"https://localazy.com/directus9/assets/20866781-e69b-4e01-9456-05437487b75c","width":36,"height":36,"wrap":true}},{"title":"CDN","details":"Deliver your translations with our global content delivery network.","link":"https://localazy.com/docs/cdn/","icon":{"src":"https://localazy.com/directus9/assets/a8ee9cb7-4e02-41f0-b595-eb518c3085b6","width":36,"height":36,"wrap":true}},{"title":"Android SDK","details":"The Localazy Gradle plugin helps you to upload strings and to integrate Localazy into your app.","link":"https://localazy.com/docs/android/","icon":{"src":"https://localazy.com/directus9/assets/f7c0dec8-5b42-4943-ab3a-e3665723ad6f","width":36,"height":36,"wrap":true}},{"title":"iOS and macOS SDK","details":"Learn how to use the Localazy Swift SDK for seamless localization of your iOS and macOS projects.","link":"https://localazy.com/docs/ios/","icon":{"src":"https://localazy.com/directus9/assets/2968d3f0-14b5-4427-82e7-f1ea2de17846","width":36,"height":36,"wrap":true}},{"title":"GitHub actions","details":"Setup fully automated localization for your project using GitHub Actions.","link":"https://localazy.com/blog/automated-localization-github-actions-localazy","icon":{"src":"/theme/icons/github.svg","width":36,"height":36,"wrap":true}},{"title":"GitLab CI/CD","details":"Setup fully automated localization for your project using GitLab CI/CD.","link":"https://localazy.com/blog/automated-localization-gitlab-cicd-localazy","icon":{"src":"/theme/icons/gitlab.svg","width":36,"height":36,"wrap":true}},{"title":"BitBucket pipelines","details":"Setup fully automated localization for your project using BitBucket Pipelines.","link":"https://localazy.com/blog/automated-localization-bitbucket-pipelines-localazy","icon":{"src":"/theme/icons/bitbucket.svg","width":36,"height":36,"wrap":true}}]},{"title":"NPM Packages","icon":{"src":"/theme/icons/npm2.svg"},"items":[{"title":"@localazy/cli","details":"Upload files to the Localazy platform and download translations back to your app from CLI.","link":"https://www.npmjs.com/package/@localazy/cli","icon":{"src":"https://localazy.com/directus9/assets/3f76ff7b-0e74-4046-bb03-4ca99c3b66d5","width":36,"height":36,"wrap":true}},{"title":"@localazy/api-client","details":"Node.js module that allows you to easily interact with the Localazy API.","link":"https://www.npmjs.com/package/@localazy/api-client","icon":{"src":"https://localazy.com/directus9/assets/20866781-e69b-4e01-9456-05437487b75c","width":36,"height":36,"wrap":true}},{"title":"@localazy/cdn-client","details":"Node.js module that allows you to easily interact with the Localazy CDN.","link":"https://developer.localazy.com/cdn-client","icon":{"src":"https://localazy.com/directus9/assets/a8ee9cb7-4e02-41f0-b595-eb518c3085b6","width":36,"height":36,"wrap":true}},{"title":"@localazy/languages","details":"Node.js module that contains all the languages supported by Localazy.","link":"https://www.npmjs.com/package/@localazy/languages","icon":"📦"},{"title":"@localazy/strapi-plugin","details":"The official Localazy Strapi v4 Plugin.","link":"https://www.npmjs.com/package/@localazy/strapi-plugin","icon":{"src":"https://localazy.com/directus9/assets/1dd05c76-e517-4aea-a3d8-49cfddb40056","width":36,"height":36,"wrap":true}},{"title":"@localazy/directus-extension-localazy","details":"Directus extension that turns translation of your Directus project a into seamless experience.","link":"https://www.npmjs.com/package/@localazy/directus-extension-localazy","icon":{"src":"https://localazy.com/directus9/assets/b6669e8d-6702-4aa1-8e4f-978f9028c332","width":36,"height":36,"wrap":true}}]},{"title":"Example Repositories","icon":{"src":"/theme/icons/github.svg"},"items":[{"title":"react-i18next-example","details":"An example repository showing how to use Localazy with react and i18next library for translation management and localization.","link":"https://github.com/localazy/react-i18next-example#readme","icon":{"src":"/theme/icons/react.svg","width":36,"height":36,"wrap":true}},{"title":"angular-i18n-example","details":"An example repository showing how to use Localazy with Angular and angular-i18n library for translation management and localization.","link":"https://github.com/localazy/angular-i18n-example#readme","icon":{"src":"/theme/icons/angular.svg","width":36,"height":36,"wrap":true}},{"title":"vue-i18n-example","details":"An example repository showing how to use Localazy with vue-i18 for translation management and localization.","link":"https://github.com/localazy/vue-i18n-example#readme","icon":{"src":"/theme/icons/vue.svg","width":36,"height":36,"wrap":true}},{"title":"Nuxt-3-Tailwind-Eslint-i18n-Sentry-starter","details":"Example Nuxt 3 integration.","link":"https://github.com/localazy/Nuxt-3-Tailwind-Eslint-i18n-Sentry-starter#readme","icon":{"src":"/theme/icons/nuxt.svg","width":36,"height":36,"wrap":true}},{"title":"laravel-example","details":"Laravel example project with Localazy integration.","link":"https://github.com/localazy/laravel-example#readme","icon":{"src":"/theme/icons/laravel.svg","width":36,"height":36,"wrap":true}},{"title":"go-i18n-example","details":"Example repository showing how to use Localazy with go-i18n for localization management.","link":"https://github.com/localazy/go-i18n-example#readme","icon":{"src":"/theme/icons/golang.svg","width":36,"height":36,"wrap":true}},{"title":"Strapi-Vue-example","details":"Repository for the sample project used in the tutorial - Managing multilingual content with Strapi CMS","link":"https://github.com/localazy/Strapi-Vue-example#readme","icon":{"src":"https://localazy.com/directus9/assets/1dd05c76-e517-4aea-a3d8-49cfddb40056","width":36,"height":36,"wrap":true}},{"title":"localazy-postgres-demo","details":"A demo project showing how to transfer data between PostgreSQL and Localazy","link":"https://github.com/localazy/localazy-postgres-demo#readme","icon":{"src":"/theme/icons/postgres.svg","width":36,"height":36,"wrap":true}},{"title":"github-actions-sample","details":"Sample project demonstrating how to use Localazy with Github Actions for fully automated localization workflow.","link":"https://github.com/localazy/github-actions-sample#readme","icon":{"src":"/theme/icons/github.svg","width":36,"height":36,"wrap":true}},{"title":"bitbucket-pipelines-sample","details":"This is a sample project that demonstrates how to fully automate software localization using Localazy and Bitbucket Pipelines.","link":"https://github.com/localazy/bitbucket-pipelines-sample#readme","icon":{"src":"/theme/icons/bitbucket.svg","width":36,"height":36,"wrap":true}},{"title":"nette-i18n-example","details":"An example repository showing how to use Localazy with Nette and Contributte/Translation plugin for translation management and localization.","link":"https://github.com/localazy/nette-i18n-example#readme","icon":{"src":"/theme/icons/nette.svg","width":36,"height":36,"wrap":true}}]},{"title":"Guides & Resources","items":[{"title":"Android localization","link":"https://localazy.com/blog/quick-guide-to-android-localization-localazy","og":"https://ghost.localazy.com/content/images/2021/09/How-to-lokalize-Android-app.png"},{"title":"iOS (Swift) localization","link":"https://localazy.com/blog/integrate-localazy-ios-apps-localization-tutorial","og":"https://ghost.localazy.com/content/images/2021/08/How-to-translate-iOS-app-with-localazy-CLI-SDK.png"},{"title":"Laravel Guide","link":"https://localazy.com/blog/laravel-multilingual-i18n-php-localazy","og":"https://directus.localazy.com/uploads/_/originals/4a18e70e-c49c-43ab-b6b7-7c93fd2375dc.png"},{"title":"Angular app i18n","link":"https://localazy.com/blog/localize-angular-app-i18n-l10n-localazy","og":"https://directus.localazy.com/uploads/_/originals/98d93556-3480-48cf-bd45-4172a81a5617.png"},{"title":"Javascript with i18next","link":"https://localazy.com/blog/javascript-app-localization-i18next-localazy","og":"https://directus.localazy.com/uploads/_/originals/0c40110e-0a49-4fb9-bb53-da5df78f0c97.png"},{"title":"React with LinguiJS","link":"https://localazy.com/blog/how-to-localise-your-react-app-with-linguijs-and-localazy","og":"https://directus.localazy.com/uploads/_/originals/c0ec46b6-4d2e-4e6c-afa4-20f2ede19bf8.png"},{"title":"Go app localization","link":"https://localazy.com/blog/how-to-localize-go-app-with-go-i18n-and-localazy","og":"https://ghost.localazy.com/content/images/2021/06/Go-i18n-localazy.png"},{"title":"Design localization with Figma","link":"https://localazy.com/blog/design-localization-with-localazy-figma-plugin","og":"https://ghost.localazy.com/content/images/2022/12/Figma-Intro.png"},{"title":"Strapi localization plugin","link":"https://localazy.com/blog/how-to-strapi-localization-with-localazy","og":"https://ghost.localazy.com/content/images/2022/12/Strapi-Intro--1-.png"},{"title":"Nuxt.js localization","link":"https://localazy.com/blog/how-to-use-nuxt-i18n-localazy-nuxt-projects-localization","og":"https://ghost.localazy.com/content/images/2024/01/nuxt-blog-i18n-1.png"},{"title":"Nuxt3 localization","link":"https://localazy.com/blog/how-to-localize-nuxt-v3-using-localazy","og":"https://ghost.localazy.com/content/images/2024/01/nuxt-i18n-nuxt3-1.png"},{"title":"Vue.js with vue-i18n","link":"https://localazy.com/blog/how-to-localize-vuejs-app-with-vue-i18n-and-localazy","og":"https://ghost.localazy.com/content/images/2024/02/technical-article-vue-tutorial.png"},{"title":"Release tags with Github Actions","link":"https://localazy.com/blog/release-tags-management-github-actions","og":"https://ghost.localazy.com/content/images/2021/10/Github-release-tags-management--1-.png"}]}]},"headers":[],"relativePath":"index.md","filePath":"index.md","lastUpdated":1717079181000}'),l={name:"index.md"};function o(i,c,s,n,r,p){return e(),a("div")}const m=t(l,[["render",o]]);export{g as __pageData,m as default};
diff --git a/assets/index.md.BM0VAblI.lean.js b/assets/index.md.BM0VAblI.lean.js
new file mode 100644
index 0000000..729be74
--- /dev/null
+++ b/assets/index.md.BM0VAblI.lean.js
@@ -0,0 +1 @@
+import{_ as t,e as a,b as e}from"./chunks/framework.DoRsIxsy.js";const g=JSON.parse('{"title":"Developer Portal","titleTemplate":"Localazy","description":"","frontmatter":{"layout":"home","title":"Developer Portal","titleTemplate":"Localazy","hero":{"name":"Localazy","text":"Developer Portal"},"locList":[{"title":"SDKs and Integration Tools","items":[{"title":"CLI","details":"Start localizing your app with Localazy CLI, integrate it into your build chain or CI/CD.","link":"https://localazy.com/docs/cli/","icon":{"src":"https://localazy.com/directus9/assets/3f76ff7b-0e74-4046-bb03-4ca99c3b66d5","width":36,"height":36,"wrap":true}},{"title":"API","details":"Use Localazy API to manage your content on Localazy platform programmatically.","link":"https://localazy.com/docs/api/","icon":{"src":"https://localazy.com/directus9/assets/20866781-e69b-4e01-9456-05437487b75c","width":36,"height":36,"wrap":true}},{"title":"CDN","details":"Deliver your translations with our global content delivery network.","link":"https://localazy.com/docs/cdn/","icon":{"src":"https://localazy.com/directus9/assets/a8ee9cb7-4e02-41f0-b595-eb518c3085b6","width":36,"height":36,"wrap":true}},{"title":"Android SDK","details":"The Localazy Gradle plugin helps you to upload strings and to integrate Localazy into your app.","link":"https://localazy.com/docs/android/","icon":{"src":"https://localazy.com/directus9/assets/f7c0dec8-5b42-4943-ab3a-e3665723ad6f","width":36,"height":36,"wrap":true}},{"title":"iOS and macOS SDK","details":"Learn how to use the Localazy Swift SDK for seamless localization of your iOS and macOS projects.","link":"https://localazy.com/docs/ios/","icon":{"src":"https://localazy.com/directus9/assets/2968d3f0-14b5-4427-82e7-f1ea2de17846","width":36,"height":36,"wrap":true}},{"title":"GitHub actions","details":"Setup fully automated localization for your project using GitHub Actions.","link":"https://localazy.com/blog/automated-localization-github-actions-localazy","icon":{"src":"/theme/icons/github.svg","width":36,"height":36,"wrap":true}},{"title":"GitLab CI/CD","details":"Setup fully automated localization for your project using GitLab CI/CD.","link":"https://localazy.com/blog/automated-localization-gitlab-cicd-localazy","icon":{"src":"/theme/icons/gitlab.svg","width":36,"height":36,"wrap":true}},{"title":"BitBucket pipelines","details":"Setup fully automated localization for your project using BitBucket Pipelines.","link":"https://localazy.com/blog/automated-localization-bitbucket-pipelines-localazy","icon":{"src":"/theme/icons/bitbucket.svg","width":36,"height":36,"wrap":true}}]},{"title":"NPM Packages","icon":{"src":"/theme/icons/npm2.svg"},"items":[{"title":"@localazy/cli","details":"Upload files to the Localazy platform and download translations back to your app from CLI.","link":"https://www.npmjs.com/package/@localazy/cli","icon":{"src":"https://localazy.com/directus9/assets/3f76ff7b-0e74-4046-bb03-4ca99c3b66d5","width":36,"height":36,"wrap":true}},{"title":"@localazy/api-client","details":"Node.js module that allows you to easily interact with the Localazy API.","link":"https://www.npmjs.com/package/@localazy/api-client","icon":{"src":"https://localazy.com/directus9/assets/20866781-e69b-4e01-9456-05437487b75c","width":36,"height":36,"wrap":true}},{"title":"@localazy/cdn-client","details":"Node.js module that allows you to easily interact with the Localazy CDN.","link":"https://developer.localazy.com/cdn-client","icon":{"src":"https://localazy.com/directus9/assets/a8ee9cb7-4e02-41f0-b595-eb518c3085b6","width":36,"height":36,"wrap":true}},{"title":"@localazy/languages","details":"Node.js module that contains all the languages supported by Localazy.","link":"https://www.npmjs.com/package/@localazy/languages","icon":"📦"},{"title":"@localazy/strapi-plugin","details":"The official Localazy Strapi v4 Plugin.","link":"https://www.npmjs.com/package/@localazy/strapi-plugin","icon":{"src":"https://localazy.com/directus9/assets/1dd05c76-e517-4aea-a3d8-49cfddb40056","width":36,"height":36,"wrap":true}},{"title":"@localazy/directus-extension-localazy","details":"Directus extension that turns translation of your Directus project a into seamless experience.","link":"https://www.npmjs.com/package/@localazy/directus-extension-localazy","icon":{"src":"https://localazy.com/directus9/assets/b6669e8d-6702-4aa1-8e4f-978f9028c332","width":36,"height":36,"wrap":true}}]},{"title":"Example Repositories","icon":{"src":"/theme/icons/github.svg"},"items":[{"title":"react-i18next-example","details":"An example repository showing how to use Localazy with react and i18next library for translation management and localization.","link":"https://github.com/localazy/react-i18next-example#readme","icon":{"src":"/theme/icons/react.svg","width":36,"height":36,"wrap":true}},{"title":"angular-i18n-example","details":"An example repository showing how to use Localazy with Angular and angular-i18n library for translation management and localization.","link":"https://github.com/localazy/angular-i18n-example#readme","icon":{"src":"/theme/icons/angular.svg","width":36,"height":36,"wrap":true}},{"title":"vue-i18n-example","details":"An example repository showing how to use Localazy with vue-i18 for translation management and localization.","link":"https://github.com/localazy/vue-i18n-example#readme","icon":{"src":"/theme/icons/vue.svg","width":36,"height":36,"wrap":true}},{"title":"Nuxt-3-Tailwind-Eslint-i18n-Sentry-starter","details":"Example Nuxt 3 integration.","link":"https://github.com/localazy/Nuxt-3-Tailwind-Eslint-i18n-Sentry-starter#readme","icon":{"src":"/theme/icons/nuxt.svg","width":36,"height":36,"wrap":true}},{"title":"laravel-example","details":"Laravel example project with Localazy integration.","link":"https://github.com/localazy/laravel-example#readme","icon":{"src":"/theme/icons/laravel.svg","width":36,"height":36,"wrap":true}},{"title":"go-i18n-example","details":"Example repository showing how to use Localazy with go-i18n for localization management.","link":"https://github.com/localazy/go-i18n-example#readme","icon":{"src":"/theme/icons/golang.svg","width":36,"height":36,"wrap":true}},{"title":"Strapi-Vue-example","details":"Repository for the sample project used in the tutorial - Managing multilingual content with Strapi CMS","link":"https://github.com/localazy/Strapi-Vue-example#readme","icon":{"src":"https://localazy.com/directus9/assets/1dd05c76-e517-4aea-a3d8-49cfddb40056","width":36,"height":36,"wrap":true}},{"title":"localazy-postgres-demo","details":"A demo project showing how to transfer data between PostgreSQL and Localazy","link":"https://github.com/localazy/localazy-postgres-demo#readme","icon":{"src":"/theme/icons/postgres.svg","width":36,"height":36,"wrap":true}},{"title":"github-actions-sample","details":"Sample project demonstrating how to use Localazy with Github Actions for fully automated localization workflow.","link":"https://github.com/localazy/github-actions-sample#readme","icon":{"src":"/theme/icons/github.svg","width":36,"height":36,"wrap":true}},{"title":"bitbucket-pipelines-sample","details":"This is a sample project that demonstrates how to fully automate software localization using Localazy and Bitbucket Pipelines.","link":"https://github.com/localazy/bitbucket-pipelines-sample#readme","icon":{"src":"/theme/icons/bitbucket.svg","width":36,"height":36,"wrap":true}},{"title":"nette-i18n-example","details":"An example repository showing how to use Localazy with Nette and Contributte/Translation plugin for translation management and localization.","link":"https://github.com/localazy/nette-i18n-example#readme","icon":{"src":"/theme/icons/nette.svg","width":36,"height":36,"wrap":true}}]},{"title":"Guides & Resources","items":[{"title":"Android localization","link":"https://localazy.com/blog/quick-guide-to-android-localization-localazy","og":"https://ghost.localazy.com/content/images/2021/09/How-to-lokalize-Android-app.png"},{"title":"iOS (Swift) localization","link":"https://localazy.com/blog/integrate-localazy-ios-apps-localization-tutorial","og":"https://ghost.localazy.com/content/images/2021/08/How-to-translate-iOS-app-with-localazy-CLI-SDK.png"},{"title":"Laravel Guide","link":"https://localazy.com/blog/laravel-multilingual-i18n-php-localazy","og":"https://directus.localazy.com/uploads/_/originals/4a18e70e-c49c-43ab-b6b7-7c93fd2375dc.png"},{"title":"Angular app i18n","link":"https://localazy.com/blog/localize-angular-app-i18n-l10n-localazy","og":"https://directus.localazy.com/uploads/_/originals/98d93556-3480-48cf-bd45-4172a81a5617.png"},{"title":"Javascript with i18next","link":"https://localazy.com/blog/javascript-app-localization-i18next-localazy","og":"https://directus.localazy.com/uploads/_/originals/0c40110e-0a49-4fb9-bb53-da5df78f0c97.png"},{"title":"React with LinguiJS","link":"https://localazy.com/blog/how-to-localise-your-react-app-with-linguijs-and-localazy","og":"https://directus.localazy.com/uploads/_/originals/c0ec46b6-4d2e-4e6c-afa4-20f2ede19bf8.png"},{"title":"Go app localization","link":"https://localazy.com/blog/how-to-localize-go-app-with-go-i18n-and-localazy","og":"https://ghost.localazy.com/content/images/2021/06/Go-i18n-localazy.png"},{"title":"Design localization with Figma","link":"https://localazy.com/blog/design-localization-with-localazy-figma-plugin","og":"https://ghost.localazy.com/content/images/2022/12/Figma-Intro.png"},{"title":"Strapi localization plugin","link":"https://localazy.com/blog/how-to-strapi-localization-with-localazy","og":"https://ghost.localazy.com/content/images/2022/12/Strapi-Intro--1-.png"},{"title":"Nuxt.js localization","link":"https://localazy.com/blog/how-to-use-nuxt-i18n-localazy-nuxt-projects-localization","og":"https://ghost.localazy.com/content/images/2024/01/nuxt-blog-i18n-1.png"},{"title":"Nuxt3 localization","link":"https://localazy.com/blog/how-to-localize-nuxt-v3-using-localazy","og":"https://ghost.localazy.com/content/images/2024/01/nuxt-i18n-nuxt3-1.png"},{"title":"Vue.js with vue-i18n","link":"https://localazy.com/blog/how-to-localize-vuejs-app-with-vue-i18n-and-localazy","og":"https://ghost.localazy.com/content/images/2024/02/technical-article-vue-tutorial.png"},{"title":"Release tags with Github Actions","link":"https://localazy.com/blog/release-tags-management-github-actions","og":"https://ghost.localazy.com/content/images/2021/10/Github-release-tags-management--1-.png"}]}]},"headers":[],"relativePath":"index.md","filePath":"index.md","lastUpdated":1717079181000}'),l={name:"index.md"};function o(i,c,s,n,r,p){return e(),a("div")}const m=t(l,[["render",o]]);export{g as __pageData,m as default};
diff --git a/assets/inter-italic-cyrillic-ext.r48I6akx.woff2 b/assets/inter-italic-cyrillic-ext.r48I6akx.woff2
new file mode 100644
index 0000000000000000000000000000000000000000..b6b603d596933f026dfecf98550bbe4d0876276b
GIT binary patch
literal 43112
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
9cpqY4e@b{IL0yDOmNms)K5{s;cHyXVgXYf%=Oy
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