vue-spear-tip 0.2.15 → 0.3.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.vite/manifest.json +32 -32
- package/dist/{Button-BkzQb0g8.js → Button-BF1AdShx.js} +1 -1
- package/dist/{Button-DjuvVLMq.cjs → Button-DdKqAWiW.cjs} +1 -1
- package/dist/{CodeHighlight-C8Y-gfDc.cjs → CodeHighlight-B-7X4bsQ.cjs} +1 -1
- package/dist/{CodeHighlight-Bh23z1uf.js → CodeHighlight-hOzktOHM.js} +1 -1
- package/dist/{DateField-Bw053ye0.js → DateField-BTNsMeiD.js} +38 -7
- package/dist/DateField-CyrZ5PW6.cjs +31 -0
- package/dist/{FieldComponent.vue_vue_type_script_lang-Cz840qnG.js → FieldComponent.vue_vue_type_script_lang-BIS_wyes.js} +1 -1
- package/dist/{FieldComponent.vue_vue_type_script_lang-CeH-5wkc.cjs → FieldComponent.vue_vue_type_script_lang-D0xUuutA.cjs} +1 -1
- package/dist/Interfaces/IBaseVueComponent.d.ts +1 -1
- package/dist/Interfaces/IFieldComponent.d.ts +2 -1
- package/dist/Interfaces/IGlobalVST.d.ts +1 -1
- package/dist/Interfaces/IVueClass.d.ts +15 -3
- package/dist/{SelectField-CAXhi6l3.js → SelectField-DRWFNtCM.js} +2 -2
- package/dist/{SelectField-CTGlQluA.cjs → SelectField-DrOKcqsv.cjs} +1 -1
- package/dist/StringField-CS2xLLVC.js +2947 -0
- package/dist/StringField-Cr_aiq1K.cjs +1 -0
- package/dist/SwitchField-D-_rNjBg.cjs +1 -0
- package/dist/SwitchField-DWRm_R_f.js +247 -0
- package/dist/{Tabs-DkxUPHsT.cjs → Tabs-CHK1RNEM.cjs} +1 -1
- package/dist/{Tabs-Be4PuSkW.js → Tabs-ChUGsLW2.js} +1 -1
- package/dist/{TextField-DPh0d_BF.js → TextField-DAikXv-z.js} +2 -2
- package/dist/{TextField-Cd89tDiv.cjs → TextField-Dr1PRxFM.cjs} +1 -1
- package/dist/components/Elements/Button/ButtonInherited.d.ts +1 -1
- package/dist/components/Fields/DateField/IDateField.d.ts +1 -1
- package/dist/core/VST.lib.d.ts +4 -0
- package/dist/core/VueClass.d.ts +10 -2
- package/dist/core/VueClassComponent.d.ts +2 -2
- package/dist/core/index.d.ts +5 -16
- package/dist/index-8WdmYTGn.cjs +1 -0
- package/dist/index-CcAID4PQ.js +4721 -0
- package/dist/replaceable/BaseComponent.vue +7 -8
- package/dist/replaceable/Elements/Button/ButtonInherited.d.ts +1 -1
- package/dist/replaceable/FieldComponent.vue +1 -1
- package/dist/vue-spear-tip.cjs.js +1 -1
- package/dist/vue-spear-tip.css +1 -1
- package/dist/vue-spear-tip.es.js +1 -1
- package/docs/index.html +2 -2
- package/docs/static/{Button-sUI9KqkY.js → Button-CbOocEhR.js} +1 -1
- package/docs/static/{CodeHighlight-DaitPlT0.js → CodeHighlight-DSclQlbd.js} +1 -1
- package/docs/static/DateField-BaLIpfL8.js +31 -0
- package/docs/static/{FieldComponent.vue_vue_type_script_lang-Bta9r3fM.js → FieldComponent.vue_vue_type_script_lang-CYzvY7Mz.js} +1 -1
- package/docs/static/{NoSymbolIcon-CkMqcao3.js → NoSymbolIcon-C5J25dU7.js} +1 -1
- package/docs/static/{SelectField-CU1j3fu_.js → SelectField-B5BRfn_m.js} +1 -1
- package/docs/static/StringField-DV2WOJ76.js +1 -0
- package/docs/static/StringField-DphbH6-i.css +1 -0
- package/docs/static/SwitchField-BC2XMgaP.js +1 -0
- package/docs/static/{Tabs-xXm2jMOr.js → Tabs-DjphcqdT.js} +1 -1
- package/docs/static/{TextField-CGJzy2V1.js → TextField-DlMc7Nnt.js} +1 -1
- package/docs/static/index-B5cKjOBa.js +2 -0
- package/docs/static/main-CPQng82-.css +1 -0
- package/docs/static/main-DiaxPkgh.js +119 -0
- package/package.json +2 -1
- package/dist/DateField-B82HWIBS.cjs +0 -5
- package/dist/StringField-CVG8C0Va.cjs +0 -1
- package/dist/StringField-s9Wz67z0.js +0 -2949
- package/dist/SwitchField-B3U3kL7v.js +0 -255
- package/dist/SwitchField-CLF9MHBX.cjs +0 -1
- package/dist/index-C3iH518C.js +0 -4674
- package/dist/index-_vuPJ0dk.cjs +0 -1
- package/docs/static/DateField-qDHcnTNL.js +0 -5
- package/docs/static/StringField-BJ5e1NcF.css +0 -1
- package/docs/static/StringField-DrzuLoiI.js +0 -1
- package/docs/static/SwitchField-CYjiGtTW.js +0 -1
- package/docs/static/index-YY1vacQn.js +0 -2
- package/docs/static/main-CjwB_FDy.js +0 -95
- package/docs/static/main-CkcC65yN.css +0 -1
- package/dist/core/{Computed.d.ts → Decorators/Computed.d.ts} +0 -0
- package/dist/core/{Props.d.ts → Decorators/Props.d.ts} +1 -1
- /package/dist/core/{Watch.d.ts → Decorators/Watch.d.ts} +0 -0
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["static/SelectField-B5BRfn_m.js","static/FieldComponent.vue_vue_type_script_lang-CYzvY7Mz.js","static/SelectField-BMU3NQkW.css","static/StringField-DV2WOJ76.js","static/NoSymbolIcon-C5J25dU7.js","static/StringField-DphbH6-i.css","static/SwitchField-BC2XMgaP.js","static/SwitchField-BXh1DoSh.css","static/TextField-DlMc7Nnt.js","static/_commonjsHelpers-CV2jkJYL.js","static/TextField-Dvtxq0Pv.css","static/DateField-BaLIpfL8.js","static/DateField-BBHlhjOw.css","static/Button-CbOocEhR.js","static/Button-BjCcIEZ8.css","static/Tabs-DjphcqdT.js","static/Tabs-Co8T0Qi9.css"])))=>i.map(i=>d[i]);
|
|
2
|
+
var r0=Object.defineProperty;var s=(t,e)=>r0(t,"name",{value:e,configurable:!0});s(function(){const e=document.createElement("link").relList;if(e&&e.supports&&e.supports("modulepreload"))return;for(const r of document.querySelectorAll('link[rel="modulepreload"]'))o(r);new MutationObserver(r=>{for(const i of r)if(i.type==="childList")for(const l of i.addedNodes)l.tagName==="LINK"&&l.rel==="modulepreload"&&o(l)}).observe(document,{childList:!0,subtree:!0});function n(r){const i={};return r.integrity&&(i.integrity=r.integrity),r.referrerPolicy&&(i.referrerPolicy=r.referrerPolicy),r.crossOrigin==="use-credentials"?i.credentials="include":r.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}s(n,"getFetchOpts");function o(r){if(r.ep)return;r.ep=!0;const i=n(r);fetch(r.href,i)}s(o,"processPreload")},"polyfill")();/**
|
|
3
|
+
* @vue/shared v3.5.22
|
|
4
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
5
|
+
* @license MIT
|
|
6
|
+
**/function _a(t){const e=Object.create(null);for(const n of t.split(","))e[n]=1;return n=>n in e}s(_a,"makeMap");const yt={},Fo=[],Ke=s(()=>{},"NOOP"),Ap=s(()=>!1,"NO"),tl=s(t=>t.charCodeAt(0)===111&&t.charCodeAt(1)===110&&(t.charCodeAt(2)>122||t.charCodeAt(2)<97),"isOn"),Ca=s(t=>t.startsWith("onUpdate:"),"isModelListener"),Ht=Object.assign,Ta=s((t,e)=>{const n=t.indexOf(e);n>-1&&t.splice(n,1)},"remove"),s0=Object.prototype.hasOwnProperty,mt=s((t,e)=>s0.call(t,e),"hasOwn"),H=Array.isArray,Lo=s(t=>Ds(t)==="[object Map]","isMap"),el=s(t=>Ds(t)==="[object Set]","isSet"),Kf=s(t=>Ds(t)==="[object Date]","isDate"),q=s(t=>typeof t=="function","isFunction"),At=s(t=>typeof t=="string","isString"),Pe=s(t=>typeof t=="symbol","isSymbol"),xt=s(t=>t!==null&&typeof t=="object","isObject"),Mp=s(t=>(xt(t)||q(t))&&q(t.then)&&q(t.catch),"isPromise"),Ip=Object.prototype.toString,Ds=s(t=>Ip.call(t),"toTypeString"),i0=s(t=>Ds(t).slice(8,-1),"toRawType"),Dp=s(t=>Ds(t)==="[object Object]","isPlainObject"),Sa=s(t=>At(t)&&t!=="NaN"&&t[0]!=="-"&&""+parseInt(t,10)===t,"isIntegerKey"),as=_a(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),nl=s(t=>{const e=Object.create(null);return(n=>e[n]||(e[n]=t(n)))},"cacheStringFunction"),l0=/-\w/g,ye=nl(t=>t.replace(l0,e=>e.slice(1).toUpperCase())),c0=/\B([A-Z])/g,qn=nl(t=>t.replace(c0,"-$1").toLowerCase()),ol=nl(t=>t.charAt(0).toUpperCase()+t.slice(1)),Ul=nl(t=>t?`on${ol(t)}`:""),jn=s((t,e)=>!Object.is(t,e),"hasChanged"),fi=s((t,...e)=>{for(let n=0;n<t.length;n++)t[n](...e)},"invokeArrayFns"),Rp=s((t,e,n,o=!1)=>{Object.defineProperty(t,e,{configurable:!0,enumerable:!1,writable:o,value:n})},"def"),dc=s(t=>{const e=parseFloat(t);return isNaN(e)?t:e},"looseToNumber");let Yf;const rl=s(()=>Yf||(Yf=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{}),"getGlobalThis");function Oa(t){if(H(t)){const e={};for(let n=0;n<t.length;n++){const o=t[n],r=At(o)?d0(o):Oa(o);if(r)for(const i in r)e[i]=r[i]}return e}else if(At(t)||xt(t))return t}s(Oa,"normalizeStyle");const a0=/;(?![^(]*\))/g,u0=/:([^]+)/,f0=/\/\*[^]*?\*\//g;function d0(t){const e={};return t.replace(f0,"").split(a0).forEach(n=>{if(n){const o=n.split(u0);o.length>1&&(e[o[0].trim()]=o[1].trim())}}),e}s(d0,"parseStringStyle");function Rs(t){let e="";if(At(t))e=t;else if(H(t))for(let n=0;n<t.length;n++){const o=Rs(t[n]);o&&(e+=o+" ")}else if(xt(t))for(const n in t)t[n]&&(e+=n+" ");return e.trim()}s(Rs,"normalizeClass");const p0="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",h0=_a(p0);function Bp(t){return!!t||t===""}s(Bp,"includeBooleanAttr");function m0(t,e){if(t.length!==e.length)return!1;let n=!0;for(let o=0;n&&o<t.length;o++)n=sl(t[o],e[o]);return n}s(m0,"looseCompareArrays");function sl(t,e){if(t===e)return!0;let n=Kf(t),o=Kf(e);if(n||o)return n&&o?t.getTime()===e.getTime():!1;if(n=Pe(t),o=Pe(e),n||o)return t===e;if(n=H(t),o=H(e),n||o)return n&&o?m0(t,e):!1;if(n=xt(t),o=xt(e),n||o){if(!n||!o)return!1;const r=Object.keys(t).length,i=Object.keys(e).length;if(r!==i)return!1;for(const l in t){const c=t.hasOwnProperty(l),a=e.hasOwnProperty(l);if(c&&!a||!c&&a||!sl(t[l],e[l]))return!1}}return String(t)===String(e)}s(sl,"looseEqual");function Np(t,e){return t.findIndex(n=>sl(n,e))}s(Np,"looseIndexOf");const kp=s(t=>!!(t&&t.__v_isRef===!0),"isRef$1"),Te=s(t=>At(t)?t:t==null?"":H(t)||xt(t)&&(t.toString===Ip||!q(t.toString))?kp(t)?Te(t.value):JSON.stringify(t,jp,2):String(t),"toDisplayString"),jp=s((t,e)=>kp(e)?jp(t,e.value):Lo(e)?{[`Map(${e.size})`]:[...e.entries()].reduce((n,[o,r],i)=>(n[Hl(o,i)+" =>"]=r,n),{})}:el(e)?{[`Set(${e.size})`]:[...e.values()].map(n=>Hl(n))}:Pe(e)?Hl(e):xt(e)&&!H(e)&&!Dp(e)?String(e):e,"replacer"),Hl=s((t,e="")=>{var n;return Pe(t)?`Symbol(${(n=t.description)!=null?n:e})`:t},"stringifySymbol");/**
|
|
7
|
+
* @vue/reactivity v3.5.22
|
|
8
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
9
|
+
* @license MIT
|
|
10
|
+
**/let ne;const Cf=class Cf{constructor(e=!1){this.detached=e,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=ne,!e&&ne&&(this.index=(ne.scopes||(ne.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let e,n;if(this.scopes)for(e=0,n=this.scopes.length;e<n;e++)this.scopes[e].pause();for(e=0,n=this.effects.length;e<n;e++)this.effects[e].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let e,n;if(this.scopes)for(e=0,n=this.scopes.length;e<n;e++)this.scopes[e].resume();for(e=0,n=this.effects.length;e<n;e++)this.effects[e].resume()}}run(e){if(this._active){const n=ne;try{return ne=this,e()}finally{ne=n}}}on(){++this._on===1&&(this.prevScope=ne,ne=this)}off(){this._on>0&&--this._on===0&&(ne=this.prevScope,this.prevScope=void 0)}stop(e){if(this._active){this._active=!1;let n,o;for(n=0,o=this.effects.length;n<o;n++)this.effects[n].stop();for(this.effects.length=0,n=0,o=this.cleanups.length;n<o;n++)this.cleanups[n]();if(this.cleanups.length=0,this.scopes){for(n=0,o=this.scopes.length;n<o;n++)this.scopes[n].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!e){const r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0}}};s(Cf,"EffectScope");let pc=Cf;function g0(){return ne}s(g0,"getCurrentScope");let Ct;const Wl=new WeakSet,Tf=class Tf{constructor(e){this.fn=e,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,ne&&ne.active&&ne.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,Wl.has(this)&&(Wl.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||Fp(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,Zf(this),Lp(this);const e=Ct,n=Oe;Ct=this,Oe=!0;try{return this.fn()}finally{Gp(this),Ct=e,Oe=n,this.flags&=-3}}stop(){if(this.flags&1){for(let e=this.deps;e;e=e.nextDep)Pa(e);this.deps=this.depsTail=void 0,Zf(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Wl.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){hc(this)&&this.run()}get dirty(){return hc(this)}};s(Tf,"ReactiveEffect");let Ci=Tf,Vp=0,us,fs;function Fp(t,e=!1){if(t.flags|=8,e){t.next=fs,fs=t;return}t.next=us,us=t}s(Fp,"batch");function $a(){Vp++}s($a,"startBatch");function Ea(){if(--Vp>0)return;if(fs){let e=fs;for(fs=void 0;e;){const n=e.next;e.next=void 0,e.flags&=-9,e=n}}let t;for(;us;){let e=us;for(us=void 0;e;){const n=e.next;if(e.next=void 0,e.flags&=-9,e.flags&1)try{e.trigger()}catch(o){t||(t=o)}e=n}}if(t)throw t}s(Ea,"endBatch");function Lp(t){for(let e=t.deps;e;e=e.nextDep)e.version=-1,e.prevActiveLink=e.dep.activeLink,e.dep.activeLink=e}s(Lp,"prepareDeps");function Gp(t){let e,n=t.depsTail,o=n;for(;o;){const r=o.prevDep;o.version===-1?(o===n&&(n=r),Pa(o),v0(o)):e=o,o.dep.activeLink=o.prevActiveLink,o.prevActiveLink=void 0,o=r}t.deps=e,t.depsTail=n}s(Gp,"cleanupDeps");function hc(t){for(let e=t.deps;e;e=e.nextDep)if(e.dep.version!==e.version||e.dep.computed&&(Up(e.dep.computed)||e.dep.version!==e.version))return!0;return!!t._dirty}s(hc,"isDirty");function Up(t){if(t.flags&4&&!(t.flags&16)||(t.flags&=-17,t.globalVersion===ys)||(t.globalVersion=ys,!t.isSSR&&t.flags&128&&(!t.deps&&!t._dirty||!hc(t))))return;t.flags|=2;const e=t.dep,n=Ct,o=Oe;Ct=t,Oe=!0;try{Lp(t);const r=t.fn(t._value);(e.version===0||jn(r,t._value))&&(t.flags|=128,t._value=r,e.version++)}catch(r){throw e.version++,r}finally{Ct=n,Oe=o,Gp(t),t.flags&=-3}}s(Up,"refreshComputed");function Pa(t,e=!1){const{dep:n,prevSub:o,nextSub:r}=t;if(o&&(o.nextSub=r,t.prevSub=void 0),r&&(r.prevSub=o,t.nextSub=void 0),n.subs===t&&(n.subs=o,!o&&n.computed)){n.computed.flags&=-5;for(let i=n.computed.deps;i;i=i.nextDep)Pa(i,!0)}!e&&!--n.sc&&n.map&&n.map.delete(n.key)}s(Pa,"removeSub");function v0(t){const{prevDep:e,nextDep:n}=t;e&&(e.nextDep=n,t.prevDep=void 0),n&&(n.prevDep=e,t.nextDep=void 0)}s(v0,"removeDep");let Oe=!0;const Hp=[];function vn(){Hp.push(Oe),Oe=!1}s(vn,"pauseTracking");function bn(){const t=Hp.pop();Oe=t===void 0?!0:t}s(bn,"resetTracking");function Zf(t){const{cleanup:e}=t;if(t.cleanup=void 0,e){const n=Ct;Ct=void 0;try{e()}finally{Ct=n}}}s(Zf,"cleanupEffect");let ys=0;const Sf=class Sf{constructor(e,n){this.sub=e,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}};s(Sf,"Link");let mc=Sf;const Of=class Of{constructor(e){this.computed=e,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,this.__v_skip=!0}track(e){if(!Ct||!Oe||Ct===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==Ct)n=this.activeLink=new mc(Ct,this),Ct.deps?(n.prevDep=Ct.depsTail,Ct.depsTail.nextDep=n,Ct.depsTail=n):Ct.deps=Ct.depsTail=n,Wp(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const o=n.nextDep;o.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=o),n.prevDep=Ct.depsTail,n.nextDep=void 0,Ct.depsTail.nextDep=n,Ct.depsTail=n,Ct.deps===n&&(Ct.deps=o)}return n}trigger(e){this.version++,ys++,this.notify(e)}notify(e){$a();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{Ea()}}};s(Of,"Dep");let Er=Of;function Wp(t){if(t.dep.sc++,t.sub.flags&4){const e=t.dep.computed;if(e&&!t.dep.subs){e.flags|=20;for(let o=e.deps;o;o=o.nextDep)Wp(o)}const n=t.dep.subs;n!==t&&(t.prevSub=n,n&&(n.nextSub=t)),t.dep.subs=t}}s(Wp,"addSub");const gc=new WeakMap,yo=Symbol(""),vc=Symbol(""),ws=Symbol("");function Lt(t,e,n){if(Oe&&Ct){let o=gc.get(t);o||gc.set(t,o=new Map);let r=o.get(n);r||(o.set(n,r=new Er),r.map=o,r.key=n),r.track()}}s(Lt,"track");function un(t,e,n,o,r,i){const l=gc.get(t);if(!l){ys++;return}const c=s(a=>{a&&a.trigger()},"run");if($a(),e==="clear")l.forEach(c);else{const a=H(t),u=a&&Sa(n);if(a&&n==="length"){const f=Number(o);l.forEach((d,p)=>{(p==="length"||p===ws||!Pe(p)&&p>=f)&&c(d)})}else switch((n!==void 0||l.has(void 0))&&c(l.get(n)),u&&c(l.get(ws)),e){case"add":a?u&&c(l.get("length")):(c(l.get(yo)),Lo(t)&&c(l.get(vc)));break;case"delete":a||(c(l.get(yo)),Lo(t)&&c(l.get(vc)));break;case"set":Lo(t)&&c(l.get(yo));break}}Ea()}s(un,"trigger");function Io(t){const e=ht(t);return e===t?e:(Lt(e,"iterate",ws),be(t)?e:e.map(Nt))}s(Io,"reactiveReadArray");function il(t){return Lt(t=ht(t),"iterate",ws),t}s(il,"shallowReadArray");const b0={__proto__:null,[Symbol.iterator](){return Kl(this,Symbol.iterator,Nt)},concat(...t){return Io(this).concat(...t.map(e=>H(e)?Io(e):e))},entries(){return Kl(this,"entries",t=>(t[1]=Nt(t[1]),t))},every(t,e){return sn(this,"every",t,e,void 0,arguments)},filter(t,e){return sn(this,"filter",t,e,n=>n.map(Nt),arguments)},find(t,e){return sn(this,"find",t,e,Nt,arguments)},findIndex(t,e){return sn(this,"findIndex",t,e,void 0,arguments)},findLast(t,e){return sn(this,"findLast",t,e,Nt,arguments)},findLastIndex(t,e){return sn(this,"findLastIndex",t,e,void 0,arguments)},forEach(t,e){return sn(this,"forEach",t,e,void 0,arguments)},includes(...t){return Yl(this,"includes",t)},indexOf(...t){return Yl(this,"indexOf",t)},join(t){return Io(this).join(t)},lastIndexOf(...t){return Yl(this,"lastIndexOf",t)},map(t,e){return sn(this,"map",t,e,void 0,arguments)},pop(){return ts(this,"pop")},push(...t){return ts(this,"push",t)},reduce(t,...e){return qf(this,"reduce",t,e)},reduceRight(t,...e){return qf(this,"reduceRight",t,e)},shift(){return ts(this,"shift")},some(t,e){return sn(this,"some",t,e,void 0,arguments)},splice(...t){return ts(this,"splice",t)},toReversed(){return Io(this).toReversed()},toSorted(t){return Io(this).toSorted(t)},toSpliced(...t){return Io(this).toSpliced(...t)},unshift(...t){return ts(this,"unshift",t)},values(){return Kl(this,"values",Nt)}};function Kl(t,e,n){const o=il(t),r=o[e]();return o!==t&&!be(t)&&(r._next=r.next,r.next=()=>{const i=r._next();return i.done||(i.value=n(i.value)),i}),r}s(Kl,"iterator");const y0=Array.prototype;function sn(t,e,n,o,r,i){const l=il(t),c=l!==t&&!be(t),a=l[e];if(a!==y0[e]){const d=a.apply(t,i);return c?Nt(d):d}let u=n;l!==t&&(c?u=s(function(d,p){return n.call(this,Nt(d),p,t)},"wrappedFn"):n.length>2&&(u=s(function(d,p){return n.call(this,d,p,t)},"wrappedFn")));const f=a.call(l,u,o);return c&&r?r(f):f}s(sn,"apply");function qf(t,e,n,o){const r=il(t);let i=n;return r!==t&&(be(t)?n.length>3&&(i=s(function(l,c,a){return n.call(this,l,c,a,t)},"wrappedFn")):i=s(function(l,c,a){return n.call(this,l,Nt(c),a,t)},"wrappedFn")),r[e](i,...o)}s(qf,"reduce");function Yl(t,e,n){const o=ht(t);Lt(o,"iterate",ws);const r=o[e](...n);return(r===-1||r===!1)&&Ia(n[0])?(n[0]=ht(n[0]),o[e](...n)):r}s(Yl,"searchProxy");function ts(t,e,n=[]){vn(),$a();const o=ht(t)[e].apply(t,n);return Ea(),bn(),o}s(ts,"noTracking");const w0=_a("__proto__,__v_isRef,__isVue"),Kp=new Set(Object.getOwnPropertyNames(Symbol).filter(t=>t!=="arguments"&&t!=="caller").map(t=>Symbol[t]).filter(Pe));function x0(t){Pe(t)||(t=String(t));const e=ht(this);return Lt(e,"has",t),e.hasOwnProperty(t)}s(x0,"hasOwnProperty");const $f=class $f{constructor(e=!1,n=!1){this._isReadonly=e,this._isShallow=n}get(e,n,o){if(n==="__v_skip")return e.__v_skip;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 o===(r?i?A0:qp:i?Zp:Yp).get(e)||Object.getPrototypeOf(e)===Object.getPrototypeOf(o)?e:void 0;const l=H(e);if(!r){let a;if(l&&(a=b0[n]))return a;if(n==="hasOwnProperty")return x0}const c=Reflect.get(e,n,Gt(e)?e:o);if((Pe(n)?Kp.has(n):w0(n))||(r||Lt(e,"get",n),i))return c;if(Gt(c)){const a=l&&Sa(n)?c:c.value;return r&&xt(a)?wc(a):a}return xt(c)?r?wc(c):Bs(c):c}};s($f,"BaseReactiveHandler");let Ti=$f;const Ef=class Ef extends Ti{constructor(e=!1){super(!1,e)}set(e,n,o,r){let i=e[n];if(!this._isShallow){const a=Gn(i);if(!be(o)&&!Gn(o)&&(i=ht(i),o=ht(o)),!H(e)&&Gt(i)&&!Gt(o))return a||(i.value=o),!0}const l=H(e)&&Sa(n)?Number(n)<e.length:mt(e,n),c=Reflect.set(e,n,o,Gt(e)?e:r);return e===ht(r)&&(l?jn(o,i)&&un(e,"set",n,o):un(e,"add",n,o)),c}deleteProperty(e,n){const o=mt(e,n);e[n];const r=Reflect.deleteProperty(e,n);return r&&o&&un(e,"delete",n,void 0),r}has(e,n){const o=Reflect.has(e,n);return(!Pe(n)||!Kp.has(n))&&Lt(e,"has",n),o}ownKeys(e){return Lt(e,"iterate",H(e)?"length":yo),Reflect.ownKeys(e)}};s(Ef,"MutableReactiveHandler");let Si=Ef;const Pf=class Pf extends Ti{constructor(e=!1){super(!0,e)}set(e,n){return!0}deleteProperty(e,n){return!0}};s(Pf,"ReadonlyReactiveHandler");let bc=Pf;const _0=new Si,C0=new bc,T0=new Si(!0);const yc=s(t=>t,"toShallow"),oi=s(t=>Reflect.getPrototypeOf(t),"getProto");function S0(t,e,n){return function(...o){const r=this.__v_raw,i=ht(r),l=Lo(i),c=t==="entries"||t===Symbol.iterator&&l,a=t==="keys"&&l,u=r[t](...o),f=n?yc:e?Oi:Nt;return!e&&Lt(i,"iterate",a?vc:yo),{next(){const{value:d,done:p}=u.next();return p?{value:d,done:p}:{value:c?[f(d[0]),f(d[1])]:f(d),done:p}},[Symbol.iterator](){return this}}}}s(S0,"createIterableMethod");function ri(t){return function(...e){return t==="delete"?!1:t==="clear"?void 0:this}}s(ri,"createReadonlyMethod");function O0(t,e){const n={get(r){const i=this.__v_raw,l=ht(i),c=ht(r);t||(jn(r,c)&&Lt(l,"get",r),Lt(l,"get",c));const{has:a}=oi(l),u=e?yc:t?Oi:Nt;if(a.call(l,r))return u(i.get(r));if(a.call(l,c))return u(i.get(c));i!==l&&i.get(r)},get size(){const r=this.__v_raw;return!t&&Lt(ht(r),"iterate",yo),r.size},has(r){const i=this.__v_raw,l=ht(i),c=ht(r);return t||(jn(r,c)&&Lt(l,"has",r),Lt(l,"has",c)),r===c?i.has(r):i.has(r)||i.has(c)},forEach(r,i){const l=this,c=l.__v_raw,a=ht(c),u=e?yc:t?Oi:Nt;return!t&&Lt(a,"iterate",yo),c.forEach((f,d)=>r.call(i,u(f),u(d),l))}};return Ht(n,t?{add:ri("add"),set:ri("set"),delete:ri("delete"),clear:ri("clear")}:{add(r){!e&&!be(r)&&!Gn(r)&&(r=ht(r));const i=ht(this);return oi(i).has.call(i,r)||(i.add(r),un(i,"add",r,r)),this},set(r,i){!e&&!be(i)&&!Gn(i)&&(i=ht(i));const l=ht(this),{has:c,get:a}=oi(l);let u=c.call(l,r);u||(r=ht(r),u=c.call(l,r));const f=a.call(l,r);return l.set(r,i),u?jn(i,f)&&un(l,"set",r,i):un(l,"add",r,i),this},delete(r){const i=ht(this),{has:l,get:c}=oi(i);let a=l.call(i,r);a||(r=ht(r),a=l.call(i,r)),c&&c.call(i,r);const u=i.delete(r);return a&&un(i,"delete",r,void 0),u},clear(){const r=ht(this),i=r.size!==0,l=r.clear();return i&&un(r,"clear",void 0,void 0),l}}),["keys","values","entries",Symbol.iterator].forEach(r=>{n[r]=S0(r,t,e)}),n}s(O0,"createInstrumentations");function Aa(t,e){const n=O0(t,e);return(o,r,i)=>r==="__v_isReactive"?!t:r==="__v_isReadonly"?t:r==="__v_raw"?o:Reflect.get(mt(n,r)&&r in o?n:o,r,i)}s(Aa,"createInstrumentationGetter");const $0={get:Aa(!1,!1)},E0={get:Aa(!1,!0)},P0={get:Aa(!0,!1)};const Yp=new WeakMap,Zp=new WeakMap,qp=new WeakMap,A0=new WeakMap;function M0(t){switch(t){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}s(M0,"targetTypeMap");function I0(t){return t.__v_skip||!Object.isExtensible(t)?0:M0(i0(t))}s(I0,"getTargetType");function Bs(t){return Gn(t)?t:Ma(t,!1,_0,$0,Yp)}s(Bs,"reactive");function zp(t){return Ma(t,!1,T0,E0,Zp)}s(zp,"shallowReactive");function wc(t){return Ma(t,!0,C0,P0,qp)}s(wc,"readonly");function Ma(t,e,n,o,r){if(!xt(t)||t.__v_raw&&!(e&&t.__v_isReactive))return t;const i=I0(t);if(i===0)return t;const l=r.get(t);if(l)return l;const c=new Proxy(t,i===2?o:n);return r.set(t,c),c}s(Ma,"createReactiveObject");function Go(t){return Gn(t)?Go(t.__v_raw):!!(t&&t.__v_isReactive)}s(Go,"isReactive");function Gn(t){return!!(t&&t.__v_isReadonly)}s(Gn,"isReadonly");function be(t){return!!(t&&t.__v_isShallow)}s(be,"isShallow");function Ia(t){return t?!!t.__v_raw:!1}s(Ia,"isProxy");function ht(t){const e=t&&t.__v_raw;return e?ht(e):t}s(ht,"toRaw");function D0(t){return!mt(t,"__v_skip")&&Object.isExtensible(t)&&Rp(t,"__v_skip",!0),t}s(D0,"markRaw");const Nt=s(t=>xt(t)?Bs(t):t,"toReactive"),Oi=s(t=>xt(t)?wc(t):t,"toReadonly");function Gt(t){return t?t.__v_isRef===!0:!1}s(Gt,"isRef");function di(t){return Jp(t,!1)}s(di,"ref");function R0(t){return Jp(t,!0)}s(R0,"shallowRef");function Jp(t,e){return Gt(t)?t:new xc(t,e)}s(Jp,"createRef");const Af=class Af{constructor(e,n){this.dep=new Er,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?e:ht(e),this._value=n?e:Nt(e),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(e){const n=this._rawValue,o=this.__v_isShallow||be(e)||Gn(e);e=o?e:ht(e),jn(e,n)&&(this._rawValue=e,this._value=o?e:Nt(e),this.dep.trigger())}};s(Af,"RefImpl");let xc=Af;function Uo(t){return Gt(t)?t.value:t}s(Uo,"unref");const B0={get:s((t,e,n)=>e==="__v_raw"?t:Uo(Reflect.get(t,e,n)),"get"),set:s((t,e,n,o)=>{const r=t[e];return Gt(r)&&!Gt(n)?(r.value=n,!0):Reflect.set(t,e,n,o)},"set")};function Qp(t){return Go(t)?t:new Proxy(t,B0)}s(Qp,"proxyRefs");const Mf=class Mf{constructor(e){this.__v_isRef=!0,this._value=void 0;const n=this.dep=new Er,{get:o,set:r}=e(n.track.bind(n),n.trigger.bind(n));this._get=o,this._set=r}get value(){return this._value=this._get()}set value(e){this._set(e)}};s(Mf,"CustomRefImpl");let _c=Mf;function I3(t){return new _c(t)}s(I3,"customRef");const If=class If{constructor(e,n,o){this.fn=e,this.setter=n,this._value=void 0,this.dep=new Er(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=ys-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=o}notify(){if(this.flags|=16,!(this.flags&8)&&Ct!==this)return Fp(this,!0),!0}get value(){const e=this.dep.track();return Up(this),e&&(e.version=this.dep.version),this._value}set value(e){this.setter&&this.setter(e)}};s(If,"ComputedRefImpl");let Cc=If;function N0(t,e,n=!1){let o,r;return q(t)?o=t:(o=t.get,r=t.set),new Cc(o,r,n)}s(N0,"computed$1");const si={},$i=new WeakMap;let go;function k0(t,e=!1,n=go){if(n){let o=$i.get(n);o||$i.set(n,o=[]),o.push(t)}}s(k0,"onWatcherCleanup");function j0(t,e,n=yt){const{immediate:o,deep:r,once:i,scheduler:l,augmentJob:c,call:a}=n,u=s(A=>r?A:be(A)||r===!1||r===0?fn(A,1):fn(A),"reactiveGetter");let f,d,p,h,b=!1,y=!1;if(Gt(t)?(d=s(()=>t.value,"getter"),b=be(t)):Go(t)?(d=s(()=>u(t),"getter"),b=!0):H(t)?(y=!0,b=t.some(A=>Go(A)||be(A)),d=s(()=>t.map(A=>{if(Gt(A))return A.value;if(Go(A))return u(A);if(q(A))return a?a(A,2):A()}),"getter")):q(t)?e?d=a?()=>a(t,2):t:d=s(()=>{if(p){vn();try{p()}finally{bn()}}const A=go;go=f;try{return a?a(t,3,[h]):t(h)}finally{go=A}},"getter"):d=Ke,e&&r){const A=d,V=r===!0?1/0:r;d=s(()=>fn(A(),V),"getter")}const x=g0(),_=s(()=>{f.stop(),x&&x.active&&Ta(x.effects,f)},"watchHandle");if(i&&e){const A=e;e=s((...V)=>{A(...V),_()},"cb")}let C=y?new Array(t.length).fill(si):si;const T=s(A=>{if(!(!(f.flags&1)||!f.dirty&&!A))if(e){const V=f.run();if(r||b||(y?V.some((K,U)=>jn(K,C[U])):jn(V,C))){p&&p();const K=go;go=f;try{const U=[V,C===si?void 0:y&&C[0]===si?[]:C,h];C=V,a?a(e,3,U):e(...U)}finally{go=K}}}else f.run()},"job");return c&&c(T),f=new Ci(d),f.scheduler=l?()=>l(T,!1):T,h=s(A=>k0(A,!1,f),"boundCleanup"),p=f.onStop=()=>{const A=$i.get(f);if(A){if(a)a(A,4);else for(const V of A)V();$i.delete(f)}},e?o?T(!0):C=f.run():l?l(T.bind(null,!0),!0):f.run(),_.pause=f.pause.bind(f),_.resume=f.resume.bind(f),_.stop=_,_}s(j0,"watch$1");function fn(t,e=1/0,n){if(e<=0||!xt(t)||t.__v_skip||(n=n||new Map,(n.get(t)||0)>=e))return t;if(n.set(t,e),e--,Gt(t))fn(t.value,e,n);else if(H(t))for(let o=0;o<t.length;o++)fn(t[o],e,n);else if(el(t)||Lo(t))t.forEach(o=>{fn(o,e,n)});else if(Dp(t)){for(const o in t)fn(t[o],e,n);for(const o of Object.getOwnPropertySymbols(t))Object.prototype.propertyIsEnumerable.call(t,o)&&fn(t[o],e,n)}return t}s(fn,"traverse");/**
|
|
11
|
+
* @vue/runtime-core v3.5.22
|
|
12
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
13
|
+
* @license MIT
|
|
14
|
+
**/function Ns(t,e,n,o){try{return o?t(...o):t()}catch(r){ks(r,e,n)}}s(Ns,"callWithErrorHandling");function Ze(t,e,n,o){if(q(t)){const r=Ns(t,e,n,o);return r&&Mp(r)&&r.catch(i=>{ks(i,e,n)}),r}if(H(t)){const r=[];for(let i=0;i<t.length;i++)r.push(Ze(t[i],e,n,o));return r}}s(Ze,"callWithAsyncErrorHandling");function ks(t,e,n,o=!0){const r=e?e.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:l}=e&&e.appContext.config||yt;if(e){let c=e.parent;const a=e.proxy,u=`https://vuejs.org/error-reference/#runtime-${n}`;for(;c;){const f=c.ec;if(f){for(let d=0;d<f.length;d++)if(f[d](t,a,u)===!1)return}c=c.parent}if(i){vn(),Ns(i,null,10,[t,a,u]),bn();return}}V0(t,n,r,o,l)}s(ks,"handleError");function V0(t,e,n,o=!0,r=!1){if(r)throw t;console.error(t)}s(V0,"logError");const zt=[];let Ge=-1;const Ho=[];let Mn=null,jo=0;const Xp=Promise.resolve();let Ei=null;function Pi(t){const e=Ei||Xp;return t?e.then(this?t.bind(this):t):e}s(Pi,"nextTick");function F0(t){let e=Ge+1,n=zt.length;for(;e<n;){const o=e+n>>>1,r=zt[o],i=xs(r);i<t||i===t&&r.flags&2?e=o+1:n=o}return e}s(F0,"findInsertionIndex$1");function Da(t){if(!(t.flags&1)){const e=xs(t),n=zt[zt.length-1];!n||!(t.flags&2)&&e>=xs(n)?zt.push(t):zt.splice(F0(e),0,t),t.flags|=1,th()}}s(Da,"queueJob");function th(){Ei||(Ei=Xp.then(nh))}s(th,"queueFlush");function L0(t){H(t)?Ho.push(...t):Mn&&t.id===-1?Mn.splice(jo+1,0,t):t.flags&1||(Ho.push(t),t.flags|=1),th()}s(L0,"queuePostFlushCb");function zf(t,e,n=Ge+1){for(;n<zt.length;n++){const o=zt[n];if(o&&o.flags&2){if(t&&o.id!==t.uid)continue;zt.splice(n,1),n--,o.flags&4&&(o.flags&=-2),o(),o.flags&4||(o.flags&=-2)}}}s(zf,"flushPreFlushCbs");function eh(t){if(Ho.length){const e=[...new Set(Ho)].sort((n,o)=>xs(n)-xs(o));if(Ho.length=0,Mn){Mn.push(...e);return}for(Mn=e,jo=0;jo<Mn.length;jo++){const n=Mn[jo];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}Mn=null,jo=0}}s(eh,"flushPostFlushCbs");const xs=s(t=>t.id==null?t.flags&2?-1:1/0:t.id,"getId");function nh(t){try{for(Ge=0;Ge<zt.length;Ge++){const e=zt[Ge];e&&!(e.flags&8)&&(e.flags&4&&(e.flags&=-2),Ns(e,e.i,e.i?15:14),e.flags&4||(e.flags&=-2))}}finally{for(;Ge<zt.length;Ge++){const e=zt[Ge];e&&(e.flags&=-2)}Ge=-1,zt.length=0,eh(),Ei=null,(zt.length||Ho.length)&&nh()}}s(nh,"flushJobs");let Vt=null,oh=null;function Ai(t){const e=Vt;return Vt=t,oh=t&&t.type.__scopeId||null,e}s(Ai,"setCurrentRenderingInstance");function Q(t,e=Vt,n){if(!e||t._n)return t;const o=s((...r)=>{o._d&&Di(-1);const i=Ai(e);let l;try{l=t(...r)}finally{Ai(i),o._d&&Di(1)}return l},"renderFnWithContext");return o._n=!0,o._c=!0,o._d=!0,o}s(Q,"withCtx");function D3(t,e){if(Vt===null)return t;const n=fl(Vt),o=t.dirs||(t.dirs=[]);for(let r=0;r<e.length;r++){let[i,l,c,a=yt]=e[r];i&&(q(i)&&(i={mounted:i,updated:i}),i.deep&&fn(l),o.push({dir:i,instance:n,value:l,oldValue:void 0,arg:c,modifiers:a}))}return t}s(D3,"withDirectives");function uo(t,e,n,o){const r=t.dirs,i=e&&e.dirs;for(let l=0;l<r.length;l++){const c=r[l];i&&(c.oldValue=i[l].value);let a=c.dir[o];a&&(vn(),Ze(a,n,8,[t.el,c,t,e]),bn())}}s(uo,"invokeDirectiveHook");const rh=Symbol("_vte"),G0=s(t=>t.__isTeleport,"isTeleport"),ds=s(t=>t&&(t.disabled||t.disabled===""),"isTeleportDisabled"),Jf=s(t=>t&&(t.defer||t.defer===""),"isTeleportDeferred"),Qf=s(t=>typeof SVGElement<"u"&&t instanceof SVGElement,"isTargetSVG"),Xf=s(t=>typeof MathMLElement=="function"&&t instanceof MathMLElement,"isTargetMathML"),Tc=s((t,e)=>{const n=t&&t.to;return At(n)?e?e(n):null:n},"resolveTarget"),sh={name:"Teleport",__isTeleport:!0,process(t,e,n,o,r,i,l,c,a,u){const{mc:f,pc:d,pbc:p,o:{insert:h,querySelector:b,createText:y,createComment:x}}=u,_=ds(e.props);let{shapeFlag:C,children:T,dynamicChildren:A}=e;if(t==null){const V=e.el=y(""),K=e.anchor=y("");h(V,n,o),h(K,n,o);const U=s((J,Ot)=>{C&16&&f(T,J,Ot,r,i,l,c,a)},"mount"),et=s(()=>{const J=e.target=Tc(e.props,b),Ot=ih(J,e,y,h);J&&(l!=="svg"&&Qf(J)?l="svg":l!=="mathml"&&Xf(J)&&(l="mathml"),r&&r.isCE&&(r.ce._teleportTargets||(r.ce._teleportTargets=new Set)).add(J),_||(U(J,Ot),pi(e,!1)))},"mountToTarget");_&&(U(n,K),pi(e,!0)),Jf(e.props)?(e.el.__isMounted=!1,Zt(()=>{et(),delete e.el.__isMounted},i)):et()}else{if(Jf(e.props)&&t.el.__isMounted===!1){Zt(()=>{sh.process(t,e,n,o,r,i,l,c,a,u)},i);return}e.el=t.el,e.targetStart=t.targetStart;const V=e.anchor=t.anchor,K=e.target=t.target,U=e.targetAnchor=t.targetAnchor,et=ds(t.props),J=et?n:K,Ot=et?V:U;if(l==="svg"||Qf(K)?l="svg":(l==="mathml"||Xf(K))&&(l="mathml"),A?(p(t.dynamicChildren,A,J,r,i,l,c),Va(t,e,!0)):a||d(t,e,J,Ot,r,i,l,c,!1),_)et?e.props&&t.props&&e.props.to!==t.props.to&&(e.props.to=t.props.to):ii(e,n,V,u,1);else if((e.props&&e.props.to)!==(t.props&&t.props.to)){const Mt=e.target=Tc(e.props,b);Mt&&ii(e,Mt,null,u,0)}else et&&ii(e,K,U,u,1);pi(e,_)}},remove(t,e,n,{um:o,o:{remove:r}},i){const{shapeFlag:l,children:c,anchor:a,targetStart:u,targetAnchor:f,target:d,props:p}=t;if(d&&(r(u),r(f)),i&&r(a),l&16){const h=i||!ds(p);for(let b=0;b<c.length;b++){const y=c[b];o(y,e,n,h,!!y.dynamicChildren)}}},move:ii,hydrate:U0};function ii(t,e,n,{o:{insert:o},m:r},i=2){i===0&&o(t.targetAnchor,e,n);const{el:l,anchor:c,shapeFlag:a,children:u,props:f}=t,d=i===2;if(d&&o(l,e,n),(!d||ds(f))&&a&16)for(let p=0;p<u.length;p++)r(u[p],e,n,2);d&&o(c,e,n)}s(ii,"moveTeleport");function U0(t,e,n,o,r,i,{o:{nextSibling:l,parentNode:c,querySelector:a,insert:u,createText:f}},d){function p(y,x,_,C){x.anchor=d(l(y),x,c(y),n,o,r,i),x.targetStart=_,x.targetAnchor=C}s(p,"hydrateDisabledTeleport");const h=e.target=Tc(e.props,a),b=ds(e.props);if(h){const y=h._lpa||h.firstChild;if(e.shapeFlag&16)if(b)p(t,e,y,y&&l(y));else{e.anchor=l(t);let x=y;for(;x;){if(x&&x.nodeType===8){if(x.data==="teleport start anchor")e.targetStart=x;else if(x.data==="teleport anchor"){e.targetAnchor=x,h._lpa=e.targetAnchor&&l(e.targetAnchor);break}}x=l(x)}e.targetAnchor||ih(h,e,f,u),d(y&&l(y),e,h,n,o,r,i)}pi(e,b)}else b&&e.shapeFlag&16&&p(t,e,t,l(t));return e.anchor&&l(e.anchor)}s(U0,"hydrateTeleport");const R3=sh;function pi(t,e){const n=t.ctx;if(n&&n.ut){let o,r;for(e?(o=t.el,r=t.anchor):(o=t.targetStart,r=t.targetAnchor);o&&o!==r;)o.nodeType===1&&o.setAttribute("data-v-owner",n.uid),o=o.nextSibling;n.ut()}}s(pi,"updateCssVars");function ih(t,e,n,o){const r=e.targetStart=n(""),i=e.targetAnchor=n("");return r[rh]=i,t&&(o(r,t),o(i,t)),i}s(ih,"prepareAnchor");const H0=Symbol("_leaveCb");function Ra(t,e){t.shapeFlag&6&&t.component?(t.transition=e,Ra(t.component.subTree,e)):t.shapeFlag&128?(t.ssContent.transition=e.clone(t.ssContent),t.ssFallback.transition=e.clone(t.ssFallback)):t.transition=e}s(Ra,"setTransitionHooks");function ll(t,e){return q(t)?Ht({name:t.name},e,{setup:t}):t}s(ll,"defineComponent");function Ba(t){t.ids=[t.ids[0]+t.ids[2]+++"-",0,0]}s(Ba,"markAsyncBoundary");const Mi=new WeakMap;function ps(t,e,n,o,r=!1){if(H(t)){t.forEach((b,y)=>ps(b,e&&(H(e)?e[y]:e),n,o,r));return}if(Wo(o)&&!r){o.shapeFlag&512&&o.type.__asyncResolved&&o.component.subTree.component&&ps(t,e,n,o.component.subTree);return}const i=o.shapeFlag&4?fl(o.component):o.el,l=r?null:i,{i:c,r:a}=t,u=e&&e.r,f=c.refs===yt?c.refs={}:c.refs,d=c.setupState,p=ht(d),h=d===yt?Ap:b=>mt(p,b);if(u!=null&&u!==a){if(td(e),At(u))f[u]=null,h(u)&&(d[u]=null);else if(Gt(u)){u.value=null;const b=e;b.k&&(f[b.k]=null)}}if(q(a))Ns(a,c,12,[l,f]);else{const b=At(a),y=Gt(a);if(b||y){const x=s(()=>{if(t.f){const _=b?h(a)?d[a]:f[a]:a.value;if(r)H(_)&&Ta(_,i);else if(H(_))_.includes(i)||_.push(i);else if(b)f[a]=[i],h(a)&&(d[a]=f[a]);else{const C=[i];a.value=C,t.k&&(f[t.k]=C)}}else b?(f[a]=l,h(a)&&(d[a]=l)):y&&(a.value=l,t.k&&(f[t.k]=l))},"doSet");if(l){const _=s(()=>{x(),Mi.delete(t)},"job");_.id=-1,Mi.set(t,_),Zt(_,n)}else td(t),x()}}}s(ps,"setRef");function td(t){const e=Mi.get(t);e&&(e.flags|=8,Mi.delete(t))}s(td,"invalidatePendingSetRef");const ed=s(t=>t.nodeType===8,"isComment");rl().requestIdleCallback;rl().cancelIdleCallback;function W0(t,e){if(ed(t)&&t.data==="["){let n=1,o=t.nextSibling;for(;o;){if(o.nodeType===1){if(e(o)===!1)break}else if(ed(o))if(o.data==="]"){if(--n===0)break}else o.data==="["&&n++;o=o.nextSibling}}else e(t)}s(W0,"forEachElement");const Wo=s(t=>!!t.type.__asyncLoader,"isAsyncWrapper");function zn(t){q(t)&&(t={loader:t});const{loader:e,loadingComponent:n,errorComponent:o,delay:r=200,hydrate:i,timeout:l,suspensible:c=!0,onError:a}=t;let u=null,f,d=0;const p=s(()=>(d++,u=null,h()),"retry"),h=s(()=>{let b;return u||(b=u=e().catch(y=>{if(y=y instanceof Error?y:new Error(String(y)),a)return new Promise((x,_)=>{a(y,s(()=>x(p()),"userRetry"),s(()=>_(y),"userFail"),d+1)});throw y}).then(y=>b!==u&&u?u:(y&&(y.__esModule||y[Symbol.toStringTag]==="Module")&&(y=y.default),f=y,y)))},"load");return ll({name:"AsyncComponentWrapper",__asyncLoader:h,__asyncHydrate(b,y,x){let _=!1;(y.bu||(y.bu=[])).push(()=>_=!0);const C=s(()=>{_||x()},"performHydrate"),T=i?()=>{const A=i(C,V=>W0(b,V));A&&(y.bum||(y.bum=[])).push(A)}:C;f?T():h().then(()=>!y.isUnmounted&&T())},get __asyncResolved(){return f},setup(){const b=kt;if(Ba(b),f)return()=>Zl(f,b);const y=s(T=>{u=null,ks(T,b,13,!o)},"onError");if(c&&b.suspense||Mr)return h().then(T=>()=>Zl(T,b)).catch(T=>(y(T),()=>o?E(o,{error:T}):null));const x=di(!1),_=di(),C=di(!!r);return r&&setTimeout(()=>{C.value=!1},r),l!=null&&setTimeout(()=>{if(!x.value&&!_.value){const T=new Error(`Async component timed out after ${l}ms.`);y(T),_.value=T}},l),h().then(()=>{x.value=!0,b.parent&&Na(b.parent.vnode)&&b.parent.update()}).catch(T=>{y(T),_.value=T}),()=>{if(x.value&&f)return Zl(f,b);if(_.value&&o)return E(o,{error:_.value});if(n&&!C.value)return E(n)}}})}s(zn,"defineAsyncComponent");function Zl(t,e){const{ref:n,props:o,children:r,ce:i}=e.vnode,l=E(t,o,r);return l.ref=n,l.ce=i,delete e.vnode.ce,l}s(Zl,"createInnerComp");const Na=s(t=>t.type.__isKeepAlive,"isKeepAlive");function K0(t,e){lh(t,"a",e)}s(K0,"onActivated");function Y0(t,e){lh(t,"da",e)}s(Y0,"onDeactivated");function lh(t,e,n=kt){const o=t.__wdc||(t.__wdc=()=>{let r=n;for(;r;){if(r.isDeactivated)return;r=r.parent}return t()});if(cl(e,o,n),n){let r=n.parent;for(;r&&r.parent;)Na(r.parent.vnode)&&Z0(o,e,n,r),r=r.parent}}s(lh,"registerKeepAliveHook");function Z0(t,e,n,o){const r=cl(e,t,o,!0);ch(()=>{Ta(o[e],r)},n)}s(Z0,"injectToKeepAliveRoot");function cl(t,e,n=kt,o=!1){if(n){const r=n[t]||(n[t]=[]),i=e.__weh||(e.__weh=(...l)=>{vn();const c=js(n),a=Ze(e,n,t,l);return c(),bn(),a});return o?r.unshift(i):r.push(i),i}}s(cl,"injectHook");const _n=s(t=>(e,n=kt)=>{(!Mr||t==="sp")&&cl(t,(...o)=>e(...o),n)},"createHook"),q0=_n("bm"),z0=_n("m"),J0=_n("bu"),Q0=_n("u"),X0=_n("bum"),ch=_n("um"),tv=_n("sp"),ev=_n("rtg"),nv=_n("rtc");function ov(t,e=kt){cl("ec",t,e)}s(ov,"onErrorCaptured");const ah="components";function W(t,e){return fh(ah,t,!0,e)||t}s(W,"resolveComponent");const uh=Symbol.for("v-ndc");function B3(t){return At(t)?fh(ah,t,!1)||t:t||uh}s(B3,"resolveDynamicComponent");function fh(t,e,n=!0,o=!1){const r=Vt||kt;if(r){const i=r.type;{const c=Hv(i,!1);if(c&&(c===e||c===ye(e)||c===ol(ye(e))))return i}const l=nd(r[t]||i[t],e)||nd(r.appContext[t],e);return!l&&o?i:l}}s(fh,"resolveAsset");function nd(t,e){return t&&(t[e]||t[ye(e)]||t[ol(ye(e))])}s(nd,"resolve");function dh(t,e,n,o){let r;const i=n,l=H(t);if(l||At(t)){const c=l&&Go(t);let a=!1,u=!1;c&&(a=!be(t),u=Gn(t),t=il(t)),r=new Array(t.length);for(let f=0,d=t.length;f<d;f++)r[f]=e(a?u?Oi(Nt(t[f])):Nt(t[f]):t[f],f,void 0,i)}else if(typeof t=="number"){r=new Array(t);for(let c=0;c<t;c++)r[c]=e(c+1,c,void 0,i)}else if(xt(t))if(t[Symbol.iterator])r=Array.from(t,(c,a)=>e(c,a,void 0,i));else{const c=Object.keys(t);r=new Array(c.length);for(let a=0,u=c.length;a<u;a++){const f=c[a];r[a]=e(t[f],f,a,i)}}else r=[];return r}s(dh,"renderList");function Ve(t,e,n={},o,r){if(Vt.ce||Vt.parent&&Wo(Vt.parent)&&Vt.parent.ce){const u=Object.keys(n).length>0;return e!=="default"&&(n.name=e),z(),qe(Jt,null,[E("slot",n,o&&o())],u?-2:64)}let i=t[e];i&&i._c&&(i._d=!1),z();const l=i&&ph(i(n)),c=n.key||l&&l.key,a=qe(Jt,{key:(c&&!Pe(c)?c:`_${e}`)+(!l&&o?"_fb":"")},l||(o?o():[]),l&&t._===1?64:-2);return!r&&a.scopeId&&(a.slotScopeIds=[a.scopeId+"-s"]),i&&i._c&&(i._d=!0),a}s(Ve,"renderSlot");function ph(t){return t.some(e=>Cs(e)?!(e.type===yn||e.type===Jt&&!ph(e.children)):!0)?t:null}s(ph,"ensureValidVNode");const Sc=s(t=>t?Mh(t)?fl(t):Sc(t.parent):null,"getPublicInstance"),hs=Ht(Object.create(null),{$:s(t=>t,"$"),$el:s(t=>t.vnode.el,"$el"),$data:s(t=>t.data,"$data"),$props:s(t=>t.props,"$props"),$attrs:s(t=>t.attrs,"$attrs"),$slots:s(t=>t.slots,"$slots"),$refs:s(t=>t.refs,"$refs"),$parent:s(t=>Sc(t.parent),"$parent"),$root:s(t=>Sc(t.root),"$root"),$host:s(t=>t.ce,"$host"),$emit:s(t=>t.emit,"$emit"),$options:s(t=>mh(t),"$options"),$forceUpdate:s(t=>t.f||(t.f=()=>{Da(t.update)}),"$forceUpdate"),$nextTick:s(t=>t.n||(t.n=Pi.bind(t.proxy)),"$nextTick"),$watch:s(t=>Tv.bind(t),"$watch")}),ql=s((t,e)=>t!==yt&&!t.__isScriptSetup&&mt(t,e),"hasSetupBinding"),rv={get({_:t},e){if(e==="__v_skip")return!0;const{ctx:n,setupState:o,data:r,props:i,accessCache:l,type:c,appContext:a}=t;let u;if(e[0]!=="$"){const h=l[e];if(h!==void 0)switch(h){case 1:return o[e];case 2:return r[e];case 4:return n[e];case 3:return i[e]}else{if(ql(o,e))return l[e]=1,o[e];if(r!==yt&&mt(r,e))return l[e]=2,r[e];if((u=t.propsOptions[0])&&mt(u,e))return l[e]=3,i[e];if(n!==yt&&mt(n,e))return l[e]=4,n[e];Oc&&(l[e]=0)}}const f=hs[e];let d,p;if(f)return e==="$attrs"&&Lt(t.attrs,"get",""),f(t);if((d=c.__cssModules)&&(d=d[e]))return d;if(n!==yt&&mt(n,e))return l[e]=4,n[e];if(p=a.config.globalProperties,mt(p,e))return p[e]},set({_:t},e,n){const{data:o,setupState:r,ctx:i}=t;return ql(r,e)?(r[e]=n,!0):o!==yt&&mt(o,e)?(o[e]=n,!0):mt(t.props,e)||e[0]==="$"&&e.slice(1)in t?!1:(i[e]=n,!0)},has({_:{data:t,setupState:e,accessCache:n,ctx:o,appContext:r,propsOptions:i,type:l}},c){let a,u;return!!(n[c]||t!==yt&&c[0]!=="$"&&mt(t,c)||ql(e,c)||(a=i[0])&&mt(a,c)||mt(o,c)||mt(hs,c)||mt(r.config.globalProperties,c)||(u=l.__cssModules)&&u[c])},defineProperty(t,e,n){return n.get!=null?t._.accessCache[e]=0:mt(n,"value")&&this.set(t,e,n.value,null),Reflect.defineProperty(t,e,n)}};function od(t){return H(t)?t.reduce((e,n)=>(e[n]=null,e),{}):t}s(od,"normalizePropsOrEmits");let Oc=!0;function sv(t){const e=mh(t),n=t.proxy,o=t.ctx;Oc=!1,e.beforeCreate&&rd(e.beforeCreate,t,"bc");const{data:r,computed:i,methods:l,watch:c,provide:a,inject:u,created:f,beforeMount:d,mounted:p,beforeUpdate:h,updated:b,activated:y,deactivated:x,beforeDestroy:_,beforeUnmount:C,destroyed:T,unmounted:A,render:V,renderTracked:K,renderTriggered:U,errorCaptured:et,serverPrefetch:J,expose:Ot,inheritAttrs:Mt,components:on,directives:It,filters:Qr}=e;if(u&&iv(u,o,null),l)for(const vt in l){const dt=l[vt];q(dt)&&(o[vt]=dt.bind(n))}if(r){const vt=r.call(n,n);xt(vt)&&(t.data=Bs(vt))}if(Oc=!0,i)for(const vt in i){const dt=i[vt],rn=q(dt)?dt.bind(n,n):q(dt.get)?dt.get.bind(n,n):Ke,Pn=!q(dt)&&q(dt.set)?dt.set.bind(n):Ke,Be=Se({get:rn,set:Pn});Object.defineProperty(o,vt,{enumerable:!0,configurable:!0,get:s(()=>Be.value,"get"),set:s(Xt=>Be.value=Xt,"set")})}if(c)for(const vt in c)hh(c[vt],o,n,vt);if(a){const vt=q(a)?a.call(n):a;Reflect.ownKeys(vt).forEach(dt=>{hi(dt,vt[dt])})}f&&rd(f,t,"c");function Bt(vt,dt){H(dt)?dt.forEach(rn=>vt(rn.bind(n))):dt&&vt(dt.bind(n))}if(s(Bt,"registerLifecycleHook"),Bt(q0,d),Bt(z0,p),Bt(J0,h),Bt(Q0,b),Bt(K0,y),Bt(Y0,x),Bt(ov,et),Bt(nv,K),Bt(ev,U),Bt(X0,C),Bt(ch,A),Bt(tv,J),H(Ot))if(Ot.length){const vt=t.exposed||(t.exposed={});Ot.forEach(dt=>{Object.defineProperty(vt,dt,{get:s(()=>n[dt],"get"),set:s(rn=>n[dt]=rn,"set"),enumerable:!0})})}else t.exposed||(t.exposed={});V&&t.render===Ke&&(t.render=V),Mt!=null&&(t.inheritAttrs=Mt),on&&(t.components=on),It&&(t.directives=It),J&&Ba(t)}s(sv,"applyOptions");function iv(t,e,n=Ke){H(t)&&(t=$c(t));for(const o in t){const r=t[o];let i;xt(r)?"default"in r?i=pn(r.from||o,r.default,!0):i=pn(r.from||o):i=pn(r),Gt(i)?Object.defineProperty(e,o,{enumerable:!0,configurable:!0,get:s(()=>i.value,"get"),set:s(l=>i.value=l,"set")}):e[o]=i}}s(iv,"resolveInjections");function rd(t,e,n){Ze(H(t)?t.map(o=>o.bind(e.proxy)):t.bind(e.proxy),e,n)}s(rd,"callHook");function hh(t,e,n,o){let r=o.includes(".")?Oh(n,o):()=>n[o];if(At(t)){const i=e[t];q(i)&&mi(r,i)}else if(q(t))mi(r,t.bind(n));else if(xt(t))if(H(t))t.forEach(i=>hh(i,e,n,o));else{const i=q(t.handler)?t.handler.bind(n):e[t.handler];q(i)&&mi(r,i,t)}}s(hh,"createWatcher");function mh(t){const e=t.type,{mixins:n,extends:o}=e,{mixins:r,optionsCache:i,config:{optionMergeStrategies:l}}=t.appContext,c=i.get(e);let a;return c?a=c:!r.length&&!n&&!o?a=e:(a={},r.length&&r.forEach(u=>Ii(a,u,l,!0)),Ii(a,e,l)),xt(e)&&i.set(e,a),a}s(mh,"resolveMergedOptions");function Ii(t,e,n,o=!1){const{mixins:r,extends:i}=e;i&&Ii(t,i,n,!0),r&&r.forEach(l=>Ii(t,l,n,!0));for(const l in e)if(!(o&&l==="expose")){const c=lv[l]||n&&n[l];t[l]=c?c(t[l],e[l]):e[l]}return t}s(Ii,"mergeOptions$1");const lv={data:sd,props:id,emits:id,methods:ls,computed:ls,beforeCreate:Yt,created:Yt,beforeMount:Yt,mounted:Yt,beforeUpdate:Yt,updated:Yt,beforeDestroy:Yt,beforeUnmount:Yt,destroyed:Yt,unmounted:Yt,activated:Yt,deactivated:Yt,errorCaptured:Yt,serverPrefetch:Yt,components:ls,directives:ls,watch:av,provide:sd,inject:cv};function sd(t,e){return e?t?s(function(){return Ht(q(t)?t.call(this,this):t,q(e)?e.call(this,this):e)},"mergedDataFn"):e:t}s(sd,"mergeDataFn");function cv(t,e){return ls($c(t),$c(e))}s(cv,"mergeInject");function $c(t){if(H(t)){const e={};for(let n=0;n<t.length;n++)e[t[n]]=t[n];return e}return t}s($c,"normalizeInject");function Yt(t,e){return t?[...new Set([].concat(t,e))]:e}s(Yt,"mergeAsArray");function ls(t,e){return t?Ht(Object.create(null),t,e):e}s(ls,"mergeObjectOptions");function id(t,e){return t?H(t)&&H(e)?[...new Set([...t,...e])]:Ht(Object.create(null),od(t),od(e??{})):e}s(id,"mergeEmitsOrPropsOptions");function av(t,e){if(!t)return e;if(!e)return t;const n=Ht(Object.create(null),t);for(const o in e)n[o]=Yt(t[o],e[o]);return n}s(av,"mergeWatchOptions");function gh(){return{app:null,config:{isNativeTag:Ap,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}s(gh,"createAppContext");let uv=0;function fv(t,e){return s(function(o,r=null){q(o)||(o=Ht({},o)),r!=null&&!xt(r)&&(r=null);const i=gh(),l=new WeakSet,c=[];let a=!1;const u=i.app={_uid:uv++,_component:o,_props:r,_container:null,_context:i,_instance:null,version:Kv,get config(){return i.config},set config(f){},use(f,...d){return l.has(f)||(f&&q(f.install)?(l.add(f),f.install(u,...d)):q(f)&&(l.add(f),f(u,...d))),u},mixin(f){return i.mixins.includes(f)||i.mixins.push(f),u},component(f,d){return d?(i.components[f]=d,u):i.components[f]},directive(f,d){return d?(i.directives[f]=d,u):i.directives[f]},mount(f,d,p){if(!a){const h=u._ceVNode||E(o,r);return h.appContext=i,p===!0?p="svg":p===!1&&(p=void 0),t(h,f,p),a=!0,u._container=f,f.__vue_app__=u,fl(h.component)}},onUnmount(f){c.push(f)},unmount(){a&&(Ze(c,u._instance,16),t(null,u._container),delete u._container.__vue_app__)},provide(f,d){return i.provides[f]=d,u},runWithContext(f){const d=Ko;Ko=u;try{return f()}finally{Ko=d}}};return u},"createApp")}s(fv,"createAppAPI");let Ko=null;function hi(t,e){if(kt){let n=kt.provides;const o=kt.parent&&kt.parent.provides;o===n&&(n=kt.provides=Object.create(o)),n[t]=e}}s(hi,"provide");function pn(t,e,n=!1){const o=Pc();if(o||Ko){let r=Ko?Ko._context.provides:o?o.parent==null||o.ce?o.vnode.appContext&&o.vnode.appContext.provides:o.parent.provides:void 0;if(r&&t in r)return r[t];if(arguments.length>1)return n&&q(e)?e.call(o&&o.proxy):e}}s(pn,"inject");const vh={},bh=s(()=>Object.create(vh),"createInternalObject"),yh=s(t=>Object.getPrototypeOf(t)===vh,"isInternalObject");function dv(t,e,n,o=!1){const r={},i=bh();t.propsDefaults=Object.create(null),wh(t,e,r,i);for(const l in t.propsOptions[0])l in r||(r[l]=void 0);n?t.props=o?r:zp(r):t.type.props?t.props=r:t.props=i,t.attrs=i}s(dv,"initProps");function pv(t,e,n,o){const{props:r,attrs:i,vnode:{patchFlag:l}}=t,c=ht(r),[a]=t.propsOptions;let u=!1;if((o||l>0)&&!(l&16)){if(l&8){const f=t.vnode.dynamicProps;for(let d=0;d<f.length;d++){let p=f[d];if(al(t.emitsOptions,p))continue;const h=e[p];if(a)if(mt(i,p))h!==i[p]&&(i[p]=h,u=!0);else{const b=ye(p);r[b]=Ec(a,c,b,h,t,!1)}else h!==i[p]&&(i[p]=h,u=!0)}}}else{wh(t,e,r,i)&&(u=!0);let f;for(const d in c)(!e||!mt(e,d)&&((f=qn(d))===d||!mt(e,f)))&&(a?n&&(n[d]!==void 0||n[f]!==void 0)&&(r[d]=Ec(a,c,d,void 0,t,!0)):delete r[d]);if(i!==c)for(const d in i)(!e||!mt(e,d))&&(delete i[d],u=!0)}u&&un(t.attrs,"set","")}s(pv,"updateProps");function wh(t,e,n,o){const[r,i]=t.propsOptions;let l=!1,c;if(e)for(let a in e){if(as(a))continue;const u=e[a];let f;r&&mt(r,f=ye(a))?!i||!i.includes(f)?n[f]=u:(c||(c={}))[f]=u:al(t.emitsOptions,a)||(!(a in o)||u!==o[a])&&(o[a]=u,l=!0)}if(i){const a=ht(n),u=c||yt;for(let f=0;f<i.length;f++){const d=i[f];n[d]=Ec(r,a,d,u[d],t,!mt(u,d))}}return l}s(wh,"setFullProps");function Ec(t,e,n,o,r,i){const l=t[n];if(l!=null){const c=mt(l,"default");if(c&&o===void 0){const a=l.default;if(l.type!==Function&&!l.skipFactory&&q(a)){const{propsDefaults:u}=r;if(n in u)o=u[n];else{const f=js(r);o=u[n]=a.call(null,e),f()}}else o=a;r.ce&&r.ce._setProp(n,o)}l[0]&&(i&&!c?o=!1:l[1]&&(o===""||o===qn(n))&&(o=!0))}return o}s(Ec,"resolvePropValue");const hv=new WeakMap;function xh(t,e,n=!1){const o=n?hv:e.propsCache,r=o.get(t);if(r)return r;const i=t.props,l={},c=[];let a=!1;if(!q(t)){const f=s(d=>{a=!0;const[p,h]=xh(d,e,!0);Ht(l,p),h&&c.push(...h)},"extendProps");!n&&e.mixins.length&&e.mixins.forEach(f),t.extends&&f(t.extends),t.mixins&&t.mixins.forEach(f)}if(!i&&!a)return xt(t)&&o.set(t,Fo),Fo;if(H(i))for(let f=0;f<i.length;f++){const d=ye(i[f]);ld(d)&&(l[d]=yt)}else if(i)for(const f in i){const d=ye(f);if(ld(d)){const p=i[f],h=l[d]=H(p)||q(p)?{type:p}:Ht({},p),b=h.type;let y=!1,x=!0;if(H(b))for(let _=0;_<b.length;++_){const C=b[_],T=q(C)&&C.name;if(T==="Boolean"){y=!0;break}else T==="String"&&(x=!1)}else y=q(b)&&b.name==="Boolean";h[0]=y,h[1]=x,(y||mt(h,"default"))&&c.push(d)}}const u=[l,c];return xt(t)&&o.set(t,u),u}s(xh,"normalizePropsOptions");function ld(t){return t[0]!=="$"&&!as(t)}s(ld,"validatePropName");const ka=s(t=>t==="_"||t==="_ctx"||t==="$stable","isInternalKey"),ja=s(t=>H(t)?t.map(He):[He(t)],"normalizeSlotValue"),mv=s((t,e,n)=>{if(e._n)return e;const o=Q((...r)=>ja(e(...r)),n);return o._c=!1,o},"normalizeSlot$1"),_h=s((t,e,n)=>{const o=t._ctx;for(const r in t){if(ka(r))continue;const i=t[r];if(q(i))e[r]=mv(r,i,o);else if(i!=null){const l=ja(i);e[r]=()=>l}}},"normalizeObjectSlots"),Ch=s((t,e)=>{const n=ja(e);t.slots.default=()=>n},"normalizeVNodeSlots"),Th=s((t,e,n)=>{for(const o in e)(n||!ka(o))&&(t[o]=e[o])},"assignSlots"),gv=s((t,e,n)=>{const o=t.slots=bh();if(t.vnode.shapeFlag&32){const r=e._;r?(Th(o,e,n),n&&Rp(o,"_",r,!0)):_h(e,o)}else e&&Ch(t,e)},"initSlots"),vv=s((t,e,n)=>{const{vnode:o,slots:r}=t;let i=!0,l=yt;if(o.shapeFlag&32){const c=e._;c?n&&c===1?i=!1:Th(r,e,n):(i=!e.$stable,_h(e,r)),l=e}else e&&(Ch(t,e),l={default:1});if(i)for(const c in r)!ka(c)&&l[c]==null&&delete r[c]},"updateSlots"),Zt=Iv;function bv(t){return yv(t)}s(bv,"createRenderer");function yv(t,e){const n=rl();n.__VUE__=!0;const{insert:o,remove:r,patchProp:i,createElement:l,createText:c,createComment:a,setText:u,setElementText:f,parentNode:d,nextSibling:p,setScopeId:h=Ke,insertStaticContent:b}=t,y=s((g,v,w,O=null,P=null,S=null,B=void 0,D=null,I=!!v.dynamicChildren)=>{if(g===v)return;g&&!es(g,v)&&(O=$(g),Xt(g,P,S,!0),g=null),v.patchFlag===-2&&(I=!1,v.dynamicChildren=null);const{type:M,ref:G,shapeFlag:k}=v;switch(M){case ul:x(g,v,w,O);break;case yn:_(g,v,w,O);break;case gi:g==null&&C(v,w,O,B);break;case Jt:on(g,v,w,O,P,S,B,D,I);break;default:k&1?V(g,v,w,O,P,S,B,D,I):k&6?It(g,v,w,O,P,S,B,D,I):(k&64||k&128)&&M.process(g,v,w,O,P,S,B,D,I,F)}G!=null&&P?ps(G,g&&g.ref,S,v||g,!v):G==null&&g&&g.ref!=null&&ps(g.ref,null,S,g,!0)},"patch"),x=s((g,v,w,O)=>{if(g==null)o(v.el=c(v.children),w,O);else{const P=v.el=g.el;v.children!==g.children&&u(P,v.children)}},"processText"),_=s((g,v,w,O)=>{g==null?o(v.el=a(v.children||""),w,O):v.el=g.el},"processCommentNode"),C=s((g,v,w,O)=>{[g.el,g.anchor]=b(g.children,v,w,O,g.el,g.anchor)},"mountStaticNode"),T=s(({el:g,anchor:v},w,O)=>{let P;for(;g&&g!==v;)P=p(g),o(g,w,O),g=P;o(v,w,O)},"moveStaticNode"),A=s(({el:g,anchor:v})=>{let w;for(;g&&g!==v;)w=p(g),r(g),g=w;r(v)},"removeStaticNode"),V=s((g,v,w,O,P,S,B,D,I)=>{v.type==="svg"?B="svg":v.type==="math"&&(B="mathml"),g==null?K(v,w,O,P,S,B,D,I):J(g,v,P,S,B,D,I)},"processElement"),K=s((g,v,w,O,P,S,B,D)=>{let I,M;const{props:G,shapeFlag:k,transition:L,dirs:Z}=g;if(I=g.el=l(g.type,S,G&&G.is,G),k&8?f(I,g.children):k&16&&et(g.children,I,null,O,P,zl(g,S),B,D),Z&&uo(g,null,O,"created"),U(I,g,g.scopeId,B,O),G){for(const _t in G)_t!=="value"&&!as(_t)&&i(I,_t,null,G[_t],S,O);"value"in G&&i(I,"value",null,G.value,S),(M=G.onVnodeBeforeMount)&&Fe(M,O,g)}Z&&uo(g,null,O,"beforeMount");const lt=wv(P,L);lt&&L.beforeEnter(I),o(I,v,w),((M=G&&G.onVnodeMounted)||lt||Z)&&Zt(()=>{M&&Fe(M,O,g),lt&&L.enter(I),Z&&uo(g,null,O,"mounted")},P)},"mountElement"),U=s((g,v,w,O,P)=>{if(w&&h(g,w),O)for(let S=0;S<O.length;S++)h(g,O[S]);if(P){let S=P.subTree;if(v===S||Eh(S.type)&&(S.ssContent===v||S.ssFallback===v)){const B=P.vnode;U(g,B,B.scopeId,B.slotScopeIds,P.parent)}}},"setScopeId"),et=s((g,v,w,O,P,S,B,D,I=0)=>{for(let M=I;M<g.length;M++){const G=g[M]=D?In(g[M]):He(g[M]);y(null,G,v,w,O,P,S,B,D)}},"mountChildren"),J=s((g,v,w,O,P,S,B)=>{const D=v.el=g.el;let{patchFlag:I,dynamicChildren:M,dirs:G}=v;I|=g.patchFlag&16;const k=g.props||yt,L=v.props||yt;let Z;if(w&&fo(w,!1),(Z=L.onVnodeBeforeUpdate)&&Fe(Z,w,v,g),G&&uo(v,g,w,"beforeUpdate"),w&&fo(w,!0),(k.innerHTML&&L.innerHTML==null||k.textContent&&L.textContent==null)&&f(D,""),M?Ot(g.dynamicChildren,M,D,w,O,zl(v,P),S):B||dt(g,v,D,null,w,O,zl(v,P),S,!1),I>0){if(I&16)Mt(D,k,L,w,P);else if(I&2&&k.class!==L.class&&i(D,"class",null,L.class,P),I&4&&i(D,"style",k.style,L.style,P),I&8){const lt=v.dynamicProps;for(let _t=0;_t<lt.length;_t++){const gt=lt[_t],te=k[gt],ee=L[gt];(ee!==te||gt==="value")&&i(D,gt,te,ee,P,w)}}I&1&&g.children!==v.children&&f(D,v.children)}else!B&&M==null&&Mt(D,k,L,w,P);((Z=L.onVnodeUpdated)||G)&&Zt(()=>{Z&&Fe(Z,w,v,g),G&&uo(v,g,w,"updated")},O)},"patchElement"),Ot=s((g,v,w,O,P,S,B)=>{for(let D=0;D<v.length;D++){const I=g[D],M=v[D],G=I.el&&(I.type===Jt||!es(I,M)||I.shapeFlag&198)?d(I.el):w;y(I,M,G,null,O,P,S,B,!0)}},"patchBlockChildren"),Mt=s((g,v,w,O,P)=>{if(v!==w){if(v!==yt)for(const S in v)!as(S)&&!(S in w)&&i(g,S,v[S],null,P,O);for(const S in w){if(as(S))continue;const B=w[S],D=v[S];B!==D&&S!=="value"&&i(g,S,D,B,P,O)}"value"in w&&i(g,"value",v.value,w.value,P)}},"patchProps"),on=s((g,v,w,O,P,S,B,D,I)=>{const M=v.el=g?g.el:c(""),G=v.anchor=g?g.anchor:c("");let{patchFlag:k,dynamicChildren:L,slotScopeIds:Z}=v;Z&&(D=D?D.concat(Z):Z),g==null?(o(M,w,O),o(G,w,O),et(v.children||[],w,G,P,S,B,D,I)):k>0&&k&64&&L&&g.dynamicChildren?(Ot(g.dynamicChildren,L,w,P,S,B,D),(v.key!=null||P&&v===P.subTree)&&Va(g,v,!0)):dt(g,v,w,G,P,S,B,D,I)},"processFragment"),It=s((g,v,w,O,P,S,B,D,I)=>{v.slotScopeIds=D,g==null?v.shapeFlag&512?P.ctx.activate(v,w,O,B,I):Qr(v,w,O,P,S,B,I):Po(g,v,I)},"processComponent"),Qr=s((g,v,w,O,P,S,B)=>{const D=g.component=Vv(g,O,P);if(Na(g)&&(D.ctx.renderer=F),Fv(D,!1,B),D.asyncDep){if(P&&P.registerDep(D,Bt,B),!g.el){const I=D.subTree=E(yn);_(null,I,v,w),g.placeholder=I.el}}else Bt(D,g,v,w,P,S,B)},"mountComponent"),Po=s((g,v,w)=>{const O=v.component=g.component;if(Av(g,v,w))if(O.asyncDep&&!O.asyncResolved){vt(O,v,w);return}else O.next=v,O.update();else v.el=g.el,O.vnode=v},"updateComponent"),Bt=s((g,v,w,O,P,S,B)=>{const D=s(()=>{if(g.isMounted){let{next:k,bu:L,u:Z,parent:lt,vnode:_t}=g;{const ke=Sh(g);if(ke){k&&(k.el=_t.el,vt(g,k,B)),ke.asyncDep.then(()=>{g.isUnmounted||D()});return}}let gt=k,te;fo(g,!1),k?(k.el=_t.el,vt(g,k,B)):k=_t,L&&fi(L),(te=k.props&&k.props.onVnodeBeforeUpdate)&&Fe(te,lt,k,_t),fo(g,!0);const ee=ad(g),Ne=g.subTree;g.subTree=ee,y(Ne,ee,d(Ne.el),$(Ne),g,P,S),k.el=ee.el,gt===null&&Mv(g,ee.el),Z&&Zt(Z,P),(te=k.props&&k.props.onVnodeUpdated)&&Zt(()=>Fe(te,lt,k,_t),P)}else{let k;const{el:L,props:Z}=v,{bm:lt,m:_t,parent:gt,root:te,type:ee}=g,Ne=Wo(v);fo(g,!1),lt&&fi(lt),!Ne&&(k=Z&&Z.onVnodeBeforeMount)&&Fe(k,gt,v),fo(g,!0);{te.ce&&te.ce._def.shadowRoot!==!1&&te.ce._injectChildStyle(ee);const ke=g.subTree=ad(g);y(null,ke,w,O,g,P,S),v.el=ke.el}if(_t&&Zt(_t,P),!Ne&&(k=Z&&Z.onVnodeMounted)){const ke=v;Zt(()=>Fe(k,gt,ke),P)}(v.shapeFlag&256||gt&&Wo(gt.vnode)&>.vnode.shapeFlag&256)&&g.a&&Zt(g.a,P),g.isMounted=!0,v=w=O=null}},"componentUpdateFn");g.scope.on();const I=g.effect=new Ci(D);g.scope.off();const M=g.update=I.run.bind(I),G=g.job=I.runIfDirty.bind(I);G.i=g,G.id=g.uid,I.scheduler=()=>Da(G),fo(g,!0),M()},"setupRenderEffect"),vt=s((g,v,w)=>{v.component=g;const O=g.vnode.props;g.vnode=v,g.next=null,pv(g,v.props,O,w),vv(g,v.children,w),vn(),zf(g),bn()},"updateComponentPreRender"),dt=s((g,v,w,O,P,S,B,D,I=!1)=>{const M=g&&g.children,G=g?g.shapeFlag:0,k=v.children,{patchFlag:L,shapeFlag:Z}=v;if(L>0){if(L&128){Pn(M,k,w,O,P,S,B,D,I);return}else if(L&256){rn(M,k,w,O,P,S,B,D,I);return}}Z&8?(G&16&&ge(M,P,S),k!==M&&f(w,k)):G&16?Z&16?Pn(M,k,w,O,P,S,B,D,I):ge(M,P,S,!0):(G&8&&f(w,""),Z&16&&et(k,w,O,P,S,B,D,I))},"patchChildren"),rn=s((g,v,w,O,P,S,B,D,I)=>{g=g||Fo,v=v||Fo;const M=g.length,G=v.length,k=Math.min(M,G);let L;for(L=0;L<k;L++){const Z=v[L]=I?In(v[L]):He(v[L]);y(g[L],Z,w,null,P,S,B,D,I)}M>G?ge(g,P,S,!0,!1,k):et(v,w,O,P,S,B,D,I,k)},"patchUnkeyedChildren"),Pn=s((g,v,w,O,P,S,B,D,I)=>{let M=0;const G=v.length;let k=g.length-1,L=G-1;for(;M<=k&&M<=L;){const Z=g[M],lt=v[M]=I?In(v[M]):He(v[M]);if(es(Z,lt))y(Z,lt,w,null,P,S,B,D,I);else break;M++}for(;M<=k&&M<=L;){const Z=g[k],lt=v[L]=I?In(v[L]):He(v[L]);if(es(Z,lt))y(Z,lt,w,null,P,S,B,D,I);else break;k--,L--}if(M>k){if(M<=L){const Z=L+1,lt=Z<G?v[Z].el:O;for(;M<=L;)y(null,v[M]=I?In(v[M]):He(v[M]),w,lt,P,S,B,D,I),M++}}else if(M>L)for(;M<=k;)Xt(g[M],P,S,!0),M++;else{const Z=M,lt=M,_t=new Map;for(M=lt;M<=L;M++){const ae=v[M]=I?In(v[M]):He(v[M]);ae.key!=null&&_t.set(ae.key,M)}let gt,te=0;const ee=L-lt+1;let Ne=!1,ke=0;const Xr=new Array(ee);for(M=0;M<ee;M++)Xr[M]=0;for(M=Z;M<=k;M++){const ae=g[M];if(te>=ee){Xt(ae,P,S,!0);continue}let je;if(ae.key!=null)je=_t.get(ae.key);else for(gt=lt;gt<=L;gt++)if(Xr[gt-lt]===0&&es(ae,v[gt])){je=gt;break}je===void 0?Xt(ae,P,S,!0):(Xr[je-lt]=M+1,je>=ke?ke=je:Ne=!0,y(ae,v[je],w,null,P,S,B,D,I),te++)}const Uf=Ne?xv(Xr):Fo;for(gt=Uf.length-1,M=ee-1;M>=0;M--){const ae=lt+M,je=v[ae],Hf=v[ae+1],Wf=ae+1<G?Hf.el||Hf.placeholder:O;Xr[M]===0?y(null,je,w,Wf,P,S,B,D,I):Ne&&(gt<0||M!==Uf[gt]?Be(je,w,Wf,2):gt--)}}},"patchKeyedChildren"),Be=s((g,v,w,O,P=null)=>{const{el:S,type:B,transition:D,children:I,shapeFlag:M}=g;if(M&6){Be(g.component.subTree,v,w,O);return}if(M&128){g.suspense.move(v,w,O);return}if(M&64){B.move(g,v,w,F);return}if(B===Jt){o(S,v,w);for(let k=0;k<I.length;k++)Be(I[k],v,w,O);o(g.anchor,v,w);return}if(B===gi){T(g,v,w);return}if(O!==2&&M&1&&D)if(O===0)D.beforeEnter(S),o(S,v,w),Zt(()=>D.enter(S),P);else{const{leave:k,delayLeave:L,afterLeave:Z}=D,lt=s(()=>{g.ctx.isUnmounted?r(S):o(S,v,w)},"remove22"),_t=s(()=>{S._isLeaving&&S[H0](!0),k(S,()=>{lt(),Z&&Z()})},"performLeave");L?L(S,lt,_t):_t()}else o(S,v,w)},"move"),Xt=s((g,v,w,O=!1,P=!1)=>{const{type:S,props:B,ref:D,children:I,dynamicChildren:M,shapeFlag:G,patchFlag:k,dirs:L,cacheIndex:Z}=g;if(k===-2&&(P=!1),D!=null&&(vn(),ps(D,null,w,g,!0),bn()),Z!=null&&(v.renderCache[Z]=void 0),G&256){v.ctx.deactivate(g);return}const lt=G&1&&L,_t=!Wo(g);let gt;if(_t&&(gt=B&&B.onVnodeBeforeUnmount)&&Fe(gt,v,g),G&6)ao(g.component,w,O);else{if(G&128){g.suspense.unmount(w,O);return}lt&&uo(g,null,v,"beforeUnmount"),G&64?g.type.remove(g,v,w,F,O):M&&!M.hasOnce&&(S!==Jt||k>0&&k&64)?ge(M,v,w,!1,!0):(S===Jt&&k&384||!P&&G&16)&&ge(I,v,w),O&&Ao(g)}(_t&&(gt=B&&B.onVnodeUnmounted)||lt)&&Zt(()=>{gt&&Fe(gt,v,g),lt&&uo(g,null,v,"unmounted")},w)},"unmount"),Ao=s(g=>{const{type:v,el:w,anchor:O,transition:P}=g;if(v===Jt){Mo(w,O);return}if(v===gi){A(g);return}const S=s(()=>{r(w),P&&!P.persisted&&P.afterLeave&&P.afterLeave()},"performRemove");if(g.shapeFlag&1&&P&&!P.persisted){const{leave:B,delayLeave:D}=P,I=s(()=>B(w,S),"performLeave");D?D(g.el,S,I):I()}else S()},"remove2"),Mo=s((g,v)=>{let w;for(;g!==v;)w=p(g),r(g),g=w;r(v)},"removeFragment"),ao=s((g,v,w)=>{const{bum:O,scope:P,job:S,subTree:B,um:D,m:I,a:M}=g;cd(I),cd(M),O&&fi(O),P.stop(),S&&(S.flags|=8,Xt(B,g,v,w)),D&&Zt(D,v),Zt(()=>{g.isUnmounted=!0},v)},"unmountComponent"),ge=s((g,v,w,O=!1,P=!1,S=0)=>{for(let B=S;B<g.length;B++)Xt(g[B],v,w,O,P)},"unmountChildren"),$=s(g=>{if(g.shapeFlag&6)return $(g.component.subTree);if(g.shapeFlag&128)return g.suspense.next();const v=p(g.anchor||g.el),w=v&&v[rh];return w?p(w):v},"getNextHostNode");let j=!1;const N=s((g,v,w)=>{g==null?v._vnode&&Xt(v._vnode,null,null,!0):y(v._vnode||null,g,v,null,null,null,w),v._vnode=g,j||(j=!0,zf(),eh(),j=!1)},"render"),F={p:y,um:Xt,m:Be,r:Ao,mt:Qr,mc:et,pc:dt,pbc:Ot,n:$,o:t};return{render:N,hydrate:void 0,createApp:fv(N)}}s(yv,"baseCreateRenderer");function zl({type:t,props:e},n){return n==="svg"&&t==="foreignObject"||n==="mathml"&&t==="annotation-xml"&&e&&e.encoding&&e.encoding.includes("html")?void 0:n}s(zl,"resolveChildrenNamespace");function fo({effect:t,job:e},n){n?(t.flags|=32,e.flags|=4):(t.flags&=-33,e.flags&=-5)}s(fo,"toggleRecurse");function wv(t,e){return(!t||t&&!t.pendingBranch)&&e&&!e.persisted}s(wv,"needTransition");function Va(t,e,n=!1){const o=t.children,r=e.children;if(H(o)&&H(r))for(let i=0;i<o.length;i++){const l=o[i];let c=r[i];c.shapeFlag&1&&!c.dynamicChildren&&((c.patchFlag<=0||c.patchFlag===32)&&(c=r[i]=In(r[i]),c.el=l.el),!n&&c.patchFlag!==-2&&Va(l,c)),c.type===ul&&c.patchFlag!==-1&&(c.el=l.el),c.type===yn&&!c.el&&(c.el=l.el)}}s(Va,"traverseStaticChildren");function xv(t){const e=t.slice(),n=[0];let o,r,i,l,c;const a=t.length;for(o=0;o<a;o++){const u=t[o];if(u!==0){if(r=n[n.length-1],t[r]<u){e[o]=r,n.push(o);continue}for(i=0,l=n.length-1;i<l;)c=i+l>>1,t[n[c]]<u?i=c+1:l=c;u<t[n[i]]&&(i>0&&(e[o]=n[i-1]),n[i]=o)}}for(i=n.length,l=n[i-1];i-- >0;)n[i]=l,l=e[l];return n}s(xv,"getSequence");function Sh(t){const e=t.subTree.component;if(e)return e.asyncDep&&!e.asyncResolved?e:Sh(e)}s(Sh,"locateNonHydratedAsyncRoot");function cd(t){if(t)for(let e=0;e<t.length;e++)t[e].flags|=8}s(cd,"invalidateMount");const _v=Symbol.for("v-scx"),Cv=s(()=>pn(_v),"useSSRContext");function N3(t,e){return Fa(t,null,e)}s(N3,"watchEffect");function mi(t,e,n){return Fa(t,e,n)}s(mi,"watch");function Fa(t,e,n=yt){const{immediate:o,deep:r,flush:i,once:l}=n,c=Ht({},n),a=e&&o||!e&&i!=="post";let u;if(Mr){if(i==="sync"){const h=Cv();u=h.__watcherHandles||(h.__watcherHandles=[])}else if(!a){const h=s(()=>{},"watchStopHandle");return h.stop=Ke,h.resume=Ke,h.pause=Ke,h}}const f=kt;c.call=(h,b,y)=>Ze(h,f,b,y);let d=!1;i==="post"?c.scheduler=h=>{Zt(h,f&&f.suspense)}:i!=="sync"&&(d=!0,c.scheduler=(h,b)=>{b?h():Da(h)}),c.augmentJob=h=>{e&&(h.flags|=4),d&&(h.flags|=2,f&&(h.id=f.uid,h.i=f))};const p=j0(t,e,c);return Mr&&(u?u.push(p):a&&p()),p}s(Fa,"doWatch");function Tv(t,e,n){const o=this.proxy,r=At(t)?t.includes(".")?Oh(o,t):()=>o[t]:t.bind(o,o);let i;q(e)?i=e:(i=e.handler,n=e);const l=js(this),c=Fa(r,i.bind(o),n);return l(),c}s(Tv,"instanceWatch");function Oh(t,e){const n=e.split(".");return()=>{let o=t;for(let r=0;r<n.length&&o;r++)o=o[n[r]];return o}}s(Oh,"createPathGetter");const Sv=s((t,e)=>e==="modelValue"||e==="model-value"?t.modelModifiers:t[`${e}Modifiers`]||t[`${ye(e)}Modifiers`]||t[`${qn(e)}Modifiers`],"getModelModifiers");function Ov(t,e,...n){if(t.isUnmounted)return;const o=t.vnode.props||yt;let r=n;const i=e.startsWith("update:"),l=i&&Sv(o,e.slice(7));l&&(l.trim&&(r=n.map(f=>At(f)?f.trim():f)),l.number&&(r=n.map(dc)));let c,a=o[c=Ul(e)]||o[c=Ul(ye(e))];!a&&i&&(a=o[c=Ul(qn(e))]),a&&Ze(a,t,6,r);const u=o[c+"Once"];if(u){if(!t.emitted)t.emitted={};else if(t.emitted[c])return;t.emitted[c]=!0,Ze(u,t,6,r)}}s(Ov,"emit");const $v=new WeakMap;function $h(t,e,n=!1){const o=n?$v:e.emitsCache,r=o.get(t);if(r!==void 0)return r;const i=t.emits;let l={},c=!1;if(!q(t)){const a=s(u=>{const f=$h(u,e,!0);f&&(c=!0,Ht(l,f))},"extendEmits");!n&&e.mixins.length&&e.mixins.forEach(a),t.extends&&a(t.extends),t.mixins&&t.mixins.forEach(a)}return!i&&!c?(xt(t)&&o.set(t,null),null):(H(i)?i.forEach(a=>l[a]=null):Ht(l,i),xt(t)&&o.set(t,l),l)}s($h,"normalizeEmitsOptions");function al(t,e){return!t||!tl(e)?!1:(e=e.slice(2).replace(/Once$/,""),mt(t,e[0].toLowerCase()+e.slice(1))||mt(t,qn(e))||mt(t,e))}s(al,"isEmitListener");function ad(t){const{type:e,vnode:n,proxy:o,withProxy:r,propsOptions:[i],slots:l,attrs:c,emit:a,render:u,renderCache:f,props:d,data:p,setupState:h,ctx:b,inheritAttrs:y}=t,x=Ai(t);let _,C;try{if(n.shapeFlag&4){const A=r||o,V=A;_=He(u.call(V,A,f,d,h,p,b)),C=c}else{const A=e;_=He(A.length>1?A(d,{attrs:c,slots:l,emit:a}):A(d,null)),C=e.props?c:Ev(c)}}catch(A){ms.length=0,ks(A,t,1),_=E(yn)}let T=_;if(C&&y!==!1){const A=Object.keys(C),{shapeFlag:V}=T;A.length&&V&7&&(i&&A.some(Ca)&&(C=Pv(C,i)),T=Pr(T,C,!1,!0))}return n.dirs&&(T=Pr(T,null,!1,!0),T.dirs=T.dirs?T.dirs.concat(n.dirs):n.dirs),n.transition&&Ra(T,n.transition),_=T,Ai(x),_}s(ad,"renderComponentRoot");const Ev=s(t=>{let e;for(const n in t)(n==="class"||n==="style"||tl(n))&&((e||(e={}))[n]=t[n]);return e},"getFunctionalFallthrough"),Pv=s((t,e)=>{const n={};for(const o in t)(!Ca(o)||!(o.slice(9)in e))&&(n[o]=t[o]);return n},"filterModelListeners");function Av(t,e,n){const{props:o,children:r,component:i}=t,{props:l,children:c,patchFlag:a}=e,u=i.emitsOptions;if(e.dirs||e.transition)return!0;if(n&&a>=0){if(a&1024)return!0;if(a&16)return o?ud(o,l,u):!!l;if(a&8){const f=e.dynamicProps;for(let d=0;d<f.length;d++){const p=f[d];if(l[p]!==o[p]&&!al(u,p))return!0}}}else return(r||c)&&(!c||!c.$stable)?!0:o===l?!1:o?l?ud(o,l,u):!0:!!l;return!1}s(Av,"shouldUpdateComponent");function ud(t,e,n){const o=Object.keys(e);if(o.length!==Object.keys(t).length)return!0;for(let r=0;r<o.length;r++){const i=o[r];if(e[i]!==t[i]&&!al(n,i))return!0}return!1}s(ud,"hasPropsChanged");function Mv({vnode:t,parent:e},n){for(;e;){const o=e.subTree;if(o.suspense&&o.suspense.activeBranch===t&&(o.el=t.el),o===t)(t=e.vnode).el=n,e=e.parent;else break}}s(Mv,"updateHOCHostEl");const Eh=s(t=>t.__isSuspense,"isSuspense");function Iv(t,e){e&&e.pendingBranch?H(t)?e.effects.push(...t):e.effects.push(t):L0(t)}s(Iv,"queueEffectWithSuspense");const Jt=Symbol.for("v-fgt"),ul=Symbol.for("v-txt"),yn=Symbol.for("v-cmt"),gi=Symbol.for("v-stc"),ms=[];let fe=null;function z(t=!1){ms.push(fe=t?null:[])}s(z,"openBlock");function Dv(){ms.pop(),fe=ms[ms.length-1]||null}s(Dv,"closeBlock");let _s=1;function Di(t,e=!1){_s+=t,t<0&&fe&&e&&(fe.hasOnce=!0)}s(Di,"setBlockTracking");function Ph(t){return t.dynamicChildren=_s>0?fe||Fo:null,Dv(),_s>0&&fe&&fe.push(t),t}s(Ph,"setupBlock");function ft(t,e,n,o,r,i){return Ph(m(t,e,n,o,r,i,!0))}s(ft,"createElementBlock");function qe(t,e,n,o,r){return Ph(E(t,e,n,o,r,!0))}s(qe,"createBlock");function Cs(t){return t?t.__v_isVNode===!0:!1}s(Cs,"isVNode");function es(t,e){return t.type===e.type&&t.key===e.key}s(es,"isSameVNodeType");const Ah=s(({key:t})=>t??null,"normalizeKey"),vi=s(({ref:t,ref_key:e,ref_for:n})=>(typeof t=="number"&&(t=""+t),t!=null?At(t)||Gt(t)||q(t)?{i:Vt,r:t,k:e,f:!!n}:t:null),"normalizeRef");function m(t,e=null,n=null,o=0,r=null,i=t===Jt?0:1,l=!1,c=!1){const a={__v_isVNode:!0,__v_skip:!0,type:t,props:e,key:e&&Ah(e),ref:e&&vi(e),scopeId:oh,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:o,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:Vt};return c?(La(a,n),i&128&&t.normalize(a)):n&&(a.shapeFlag|=At(n)?8:16),_s>0&&!l&&fe&&(a.patchFlag>0||i&6)&&a.patchFlag!==32&&fe.push(a),a}s(m,"createBaseVNode");const E=Rv;function Rv(t,e=null,n=null,o=0,r=null,i=!1){if((!t||t===uh)&&(t=yn),Cs(t)){const c=Pr(t,e,!0);return n&&La(c,n),_s>0&&!i&&fe&&(c.shapeFlag&6?fe[fe.indexOf(t)]=c:fe.push(c)),c.patchFlag=-2,c}if(Wv(t)&&(t=t.__vccOpts),e){e=Bv(e);let{class:c,style:a}=e;c&&!At(c)&&(e.class=Rs(c)),xt(a)&&(Ia(a)&&!H(a)&&(a=Ht({},a)),e.style=Oa(a))}const l=At(t)?1:Eh(t)?128:G0(t)?64:xt(t)?4:q(t)?2:0;return m(t,e,n,o,r,l,i,!0)}s(Rv,"_createVNode");function Bv(t){return t?Ia(t)||yh(t)?Ht({},t):t:null}s(Bv,"guardReactiveProps");function Pr(t,e,n=!1,o=!1){const{props:r,ref:i,patchFlag:l,children:c,transition:a}=t,u=e?Nv(r||{},e):r,f={__v_isVNode:!0,__v_skip:!0,type:t.type,props:u,key:u&&Ah(u),ref:e&&e.ref?n&&i?H(i)?i.concat(vi(e)):[i,vi(e)]:vi(e):i,scopeId:t.scopeId,slotScopeIds:t.slotScopeIds,children:c,target:t.target,targetStart:t.targetStart,targetAnchor:t.targetAnchor,staticCount:t.staticCount,shapeFlag:t.shapeFlag,patchFlag:e&&t.type!==Jt?l===-1?16:l|16:l,dynamicProps:t.dynamicProps,dynamicChildren:t.dynamicChildren,appContext:t.appContext,dirs:t.dirs,transition:a,component:t.component,suspense:t.suspense,ssContent:t.ssContent&&Pr(t.ssContent),ssFallback:t.ssFallback&&Pr(t.ssFallback),placeholder:t.placeholder,el:t.el,anchor:t.anchor,ctx:t.ctx,ce:t.ce};return a&&o&&Ra(f,a.clone(f)),f}s(Pr,"cloneVNode");function Y(t=" ",e=0){return E(ul,null,t,e)}s(Y,"createTextVNode");function Ar(t,e){const n=E(gi,null,t);return n.staticCount=e,n}s(Ar,"createStaticVNode");function k3(t="",e=!1){return e?(z(),qe(yn,null,t)):E(yn,null,t)}s(k3,"createCommentVNode");function He(t){return t==null||typeof t=="boolean"?E(yn):H(t)?E(Jt,null,t.slice()):Cs(t)?In(t):E(ul,null,String(t))}s(He,"normalizeVNode");function In(t){return t.el===null&&t.patchFlag!==-1||t.memo?t:Pr(t)}s(In,"cloneIfMounted");function La(t,e){let n=0;const{shapeFlag:o}=t;if(e==null)e=null;else if(H(e))n=16;else if(typeof e=="object")if(o&65){const r=e.default;r&&(r._c&&(r._d=!1),La(t,r()),r._c&&(r._d=!0));return}else{n=32;const r=e._;!r&&!yh(e)?e._ctx=Vt:r===3&&Vt&&(Vt.slots._===1?e._=1:(e._=2,t.patchFlag|=1024))}else q(e)?(e={default:e,_ctx:Vt},n=32):(e=String(e),o&64?(n=16,e=[Y(e)]):n=8);t.children=e,t.shapeFlag|=n}s(La,"normalizeChildren");function Nv(...t){const e={};for(let n=0;n<t.length;n++){const o=t[n];for(const r in o)if(r==="class")e.class!==o.class&&(e.class=Rs([e.class,o.class]));else if(r==="style")e.style=Oa([e.style,o.style]);else if(tl(r)){const i=e[r],l=o[r];l&&i!==l&&!(H(i)&&i.includes(l))&&(e[r]=i?[].concat(i,l):l)}else r!==""&&(e[r]=o[r])}return e}s(Nv,"mergeProps");function Fe(t,e,n,o=null){Ze(t,e,7,[n,o])}s(Fe,"invokeVNodeHook");const kv=gh();let jv=0;function Vv(t,e,n){const o=t.type,r=(e?e.appContext:t.appContext)||kv,i={uid:jv++,vnode:t,type:o,parent:e,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new pc(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:e?e.provides:Object.create(r.provides),ids:e?e.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:xh(o,r),emitsOptions:$h(o,r),emit:null,emitted:null,propsDefaults:yt,inheritAttrs:o.inheritAttrs,ctx:yt,data:yt,props:yt,attrs:yt,slots:yt,refs:yt,setupState:yt,setupContext:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return i.ctx={_:i},i.root=e?e.root:i,i.emit=Ov.bind(null,i),t.ce&&t.ce(i),i}s(Vv,"createComponentInstance");let kt=null;const Pc=s(()=>kt||Vt,"getCurrentInstance");let Ri,Ac;{const t=rl(),e=s((n,o)=>{let r;return(r=t[n])||(r=t[n]=[]),r.push(o),i=>{r.length>1?r.forEach(l=>l(i)):r[0](i)}},"registerGlobalSetter");Ri=e("__VUE_INSTANCE_SETTERS__",n=>kt=n),Ac=e("__VUE_SSR_SETTERS__",n=>Mr=n)}const js=s(t=>{const e=kt;return Ri(t),t.scope.on(),()=>{t.scope.off(),Ri(e)}},"setCurrentInstance"),fd=s(()=>{kt&&kt.scope.off(),Ri(null)},"unsetCurrentInstance");function Mh(t){return t.vnode.shapeFlag&4}s(Mh,"isStatefulComponent");let Mr=!1;function Fv(t,e=!1,n=!1){e&&Ac(e);const{props:o,children:r}=t.vnode,i=Mh(t);dv(t,o,i,e),gv(t,r,n||e);const l=i?Lv(t,e):void 0;return e&&Ac(!1),l}s(Fv,"setupComponent");function Lv(t,e){const n=t.type;t.accessCache=Object.create(null),t.proxy=new Proxy(t.ctx,rv);const{setup:o}=n;if(o){vn();const r=t.setupContext=o.length>1?Uv(t):null,i=js(t),l=Ns(o,t,0,[t.props,r]),c=Mp(l);if(bn(),i(),(c||t.sp)&&!Wo(t)&&Ba(t),c){if(l.then(fd,fd),e)return l.then(a=>{dd(t,a)}).catch(a=>{ks(a,t,0)});t.asyncDep=l}else dd(t,l)}else Ih(t)}s(Lv,"setupStatefulComponent");function dd(t,e,n){q(e)?t.type.__ssrInlineRender?t.ssrRender=e:t.render=e:xt(e)&&(t.setupState=Qp(e)),Ih(t)}s(dd,"handleSetupResult");function Ih(t,e,n){const o=t.type;t.render||(t.render=o.render||Ke);{const r=js(t);vn();try{sv(t)}finally{bn(),r()}}}s(Ih,"finishComponentSetup");const Gv={get(t,e){return Lt(t,"get",""),t[e]}};function Uv(t){const e=s(n=>{t.exposed=n||{}},"expose");return{attrs:new Proxy(t.attrs,Gv),slots:t.slots,emit:t.emit,expose:e}}s(Uv,"createSetupContext");function fl(t){return t.exposed?t.exposeProxy||(t.exposeProxy=new Proxy(Qp(D0(t.exposed)),{get(e,n){if(n in e)return e[n];if(n in hs)return hs[n](t)},has(e,n){return n in e||n in hs}})):t.proxy}s(fl,"getComponentPublicInstance");function Hv(t,e=!0){return q(t)?t.displayName||t.name:t.name||e&&t.__name}s(Hv,"getComponentName");function Wv(t){return q(t)&&"__vccOpts"in t}s(Wv,"isClassComponent");const Se=s((t,e)=>N0(t,e,Mr),"computed");function Dh(t,e,n){try{Di(-1);const o=arguments.length;return o===2?xt(e)&&!H(e)?Cs(e)?E(t,null,[e]):E(t,e):E(t,null,e):(o>3?n=Array.prototype.slice.call(arguments,2):o===3&&Cs(n)&&(n=[n]),E(t,e,n))}finally{Di(1)}}s(Dh,"h$1");const Kv="3.5.22";/**
|
|
15
|
+
* @vue/runtime-dom v3.5.22
|
|
16
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
17
|
+
* @license MIT
|
|
18
|
+
**/let Mc;const pd=typeof window<"u"&&window.trustedTypes;if(pd)try{Mc=pd.createPolicy("vue",{createHTML:s(t=>t,"createHTML")})}catch{}const Rh=Mc?t=>Mc.createHTML(t):t=>t,Yv="http://www.w3.org/2000/svg",Zv="http://www.w3.org/1998/Math/MathML",an=typeof document<"u"?document:null,hd=an&&an.createElement("template"),qv={insert:s((t,e,n)=>{e.insertBefore(t,n||null)},"insert"),remove:s(t=>{const e=t.parentNode;e&&e.removeChild(t)},"remove"),createElement:s((t,e,n,o)=>{const r=e==="svg"?an.createElementNS(Yv,t):e==="mathml"?an.createElementNS(Zv,t):n?an.createElement(t,{is:n}):an.createElement(t);return t==="select"&&o&&o.multiple!=null&&r.setAttribute("multiple",o.multiple),r},"createElement"),createText:s(t=>an.createTextNode(t),"createText"),createComment:s(t=>an.createComment(t),"createComment"),setText:s((t,e)=>{t.nodeValue=e},"setText"),setElementText:s((t,e)=>{t.textContent=e},"setElementText"),parentNode:s(t=>t.parentNode,"parentNode"),nextSibling:s(t=>t.nextSibling,"nextSibling"),querySelector:s(t=>an.querySelector(t),"querySelector"),setScopeId(t,e){t.setAttribute(e,"")},insertStaticContent(t,e,n,o,r,i){const l=n?n.previousSibling:e.lastChild;if(r&&(r===i||r.nextSibling))for(;e.insertBefore(r.cloneNode(!0),n),!(r===i||!(r=r.nextSibling)););else{hd.innerHTML=Rh(o==="svg"?`<svg>${t}</svg>`:o==="mathml"?`<math>${t}</math>`:t);const c=hd.content;if(o==="svg"||o==="mathml"){const a=c.firstChild;for(;a.firstChild;)c.appendChild(a.firstChild);c.removeChild(a)}e.insertBefore(c,n)}return[l?l.nextSibling:e.firstChild,n?n.previousSibling:e.lastChild]}},zv=Symbol("_vtc");function Jv(t,e,n){const o=t[zv];o&&(e=(e?[e,...o]:[...o]).join(" ")),e==null?t.removeAttribute("class"):n?t.setAttribute("class",e):t.className=e}s(Jv,"patchClass");const Bi=Symbol("_vod"),Bh=Symbol("_vsh"),j3={name:"show",beforeMount(t,{value:e},{transition:n}){t[Bi]=t.style.display==="none"?"":t.style.display,n&&e?n.beforeEnter(t):ns(t,e)},mounted(t,{value:e},{transition:n}){n&&e&&n.enter(t)},updated(t,{value:e,oldValue:n},{transition:o}){!e!=!n&&(o?e?(o.beforeEnter(t),ns(t,!0),o.enter(t)):o.leave(t,()=>{ns(t,!1)}):ns(t,e))},beforeUnmount(t,{value:e}){ns(t,e)}};function ns(t,e){t.style.display=e?t[Bi]:"none",t[Bh]=!e}s(ns,"setDisplay");const Qv=Symbol(""),Xv=/(?:^|;)\s*display\s*:/;function t1(t,e,n){const o=t.style,r=At(n);let i=!1;if(n&&!r){if(e)if(At(e))for(const l of e.split(";")){const c=l.slice(0,l.indexOf(":")).trim();n[c]==null&&bi(o,c,"")}else for(const l in e)n[l]==null&&bi(o,l,"");for(const l in n)l==="display"&&(i=!0),bi(o,l,n[l])}else if(r){if(e!==n){const l=o[Qv];l&&(n+=";"+l),o.cssText=n,i=Xv.test(n)}}else e&&t.removeAttribute("style");Bi in t&&(t[Bi]=i?o.display:"",t[Bh]&&(o.display="none"))}s(t1,"patchStyle");const md=/\s*!important$/;function bi(t,e,n){if(H(n))n.forEach(o=>bi(t,e,o));else if(n==null&&(n=""),e.startsWith("--"))t.setProperty(e,n);else{const o=e1(t,e);md.test(n)?t.setProperty(qn(o),n.replace(md,""),"important"):t[o]=n}}s(bi,"setStyle");const gd=["Webkit","Moz","ms"],Jl={};function e1(t,e){const n=Jl[e];if(n)return n;let o=ye(e);if(o!=="filter"&&o in t)return Jl[e]=o;o=ol(o);for(let r=0;r<gd.length;r++){const i=gd[r]+o;if(i in t)return Jl[e]=i}return e}s(e1,"autoPrefix");const vd="http://www.w3.org/1999/xlink";function bd(t,e,n,o,r,i=h0(e)){o&&e.startsWith("xlink:")?n==null?t.removeAttributeNS(vd,e.slice(6,e.length)):t.setAttributeNS(vd,e,n):n==null||i&&!Bp(n)?t.removeAttribute(e):t.setAttribute(e,i?"":Pe(n)?String(n):n)}s(bd,"patchAttr");function yd(t,e,n,o,r){if(e==="innerHTML"||e==="textContent"){n!=null&&(t[e]=e==="innerHTML"?Rh(n):n);return}const i=t.tagName;if(e==="value"&&i!=="PROGRESS"&&!i.includes("-")){const c=i==="OPTION"?t.getAttribute("value")||"":t.value,a=n==null?t.type==="checkbox"?"on":"":String(n);(c!==a||!("_value"in t))&&(t.value=a),n==null&&t.removeAttribute(e),t._value=n;return}let l=!1;if(n===""||n==null){const c=typeof t[e];c==="boolean"?n=Bp(n):n==null&&c==="string"?(n="",l=!0):c==="number"&&(n=0,l=!0)}try{t[e]=n}catch{}l&&t.removeAttribute(r||e)}s(yd,"patchDOMProp");function vo(t,e,n,o){t.addEventListener(e,n,o)}s(vo,"addEventListener");function n1(t,e,n,o){t.removeEventListener(e,n,o)}s(n1,"removeEventListener");const wd=Symbol("_vei");function o1(t,e,n,o,r=null){const i=t[wd]||(t[wd]={}),l=i[e];if(o&&l)l.value=o;else{const[c,a]=r1(e);if(o){const u=i[e]=l1(o,r);vo(t,c,u,a)}else l&&(n1(t,c,l,a),i[e]=void 0)}}s(o1,"patchEvent");const xd=/(?:Once|Passive|Capture)$/;function r1(t){let e;if(xd.test(t)){e={};let o;for(;o=t.match(xd);)t=t.slice(0,t.length-o[0].length),e[o[0].toLowerCase()]=!0}return[t[2]===":"?t.slice(3):qn(t.slice(2)),e]}s(r1,"parseName");let Ql=0;const s1=Promise.resolve(),i1=s(()=>Ql||(s1.then(()=>Ql=0),Ql=Date.now()),"getNow");function l1(t,e){const n=s(o=>{if(!o._vts)o._vts=Date.now();else if(o._vts<=n.attached)return;Ze(c1(o,n.value),e,5,[o])},"invoker");return n.value=t,n.attached=i1(),n}s(l1,"createInvoker");function c1(t,e){if(H(e)){const n=t.stopImmediatePropagation;return t.stopImmediatePropagation=()=>{n.call(t),t._stopped=!0},e.map(o=>r=>!r._stopped&&o&&o(r))}else return e}s(c1,"patchStopImmediatePropagation");const _d=s(t=>t.charCodeAt(0)===111&&t.charCodeAt(1)===110&&t.charCodeAt(2)>96&&t.charCodeAt(2)<123,"isNativeOn"),a1=s((t,e,n,o,r,i)=>{const l=r==="svg";e==="class"?Jv(t,o,l):e==="style"?t1(t,n,o):tl(e)?Ca(e)||o1(t,e,n,o,i):(e[0]==="."?(e=e.slice(1),!0):e[0]==="^"?(e=e.slice(1),!1):u1(t,e,o,l))?(yd(t,e,o),!t.tagName.includes("-")&&(e==="value"||e==="checked"||e==="selected")&&bd(t,e,o,l,i,e!=="value")):t._isVueCE&&(/[A-Z]/.test(e)||!At(o))?yd(t,ye(e),o,i,e):(e==="true-value"?t._trueValue=o:e==="false-value"&&(t._falseValue=o),bd(t,e,o,l))},"patchProp");function u1(t,e,n,o){if(o)return!!(e==="innerHTML"||e==="textContent"||e in t&&_d(e)&&q(n));if(e==="spellcheck"||e==="draggable"||e==="translate"||e==="autocorrect"||e==="form"||e==="list"&&t.tagName==="INPUT"||e==="type"&&t.tagName==="TEXTAREA")return!1;if(e==="width"||e==="height"){const r=t.tagName;if(r==="IMG"||r==="VIDEO"||r==="CANVAS"||r==="SOURCE")return!1}return _d(e)&&At(n)?!1:e in t}s(u1,"shouldSetAsProp");const Ni=s(t=>{const e=t.props["onUpdate:modelValue"]||!1;return H(e)?n=>fi(e,n):e},"getModelAssigner");function f1(t){t.target.composing=!0}s(f1,"onCompositionStart");function Cd(t){const e=t.target;e.composing&&(e.composing=!1,e.dispatchEvent(new Event("input")))}s(Cd,"onCompositionEnd");const Yo=Symbol("_assign"),V3={created(t,{modifiers:{lazy:e,trim:n,number:o}},r){t[Yo]=Ni(r);const i=o||r.props&&r.props.type==="number";vo(t,e?"change":"input",l=>{if(l.target.composing)return;let c=t.value;n&&(c=c.trim()),i&&(c=dc(c)),t[Yo](c)}),n&&vo(t,"change",()=>{t.value=t.value.trim()}),e||(vo(t,"compositionstart",f1),vo(t,"compositionend",Cd),vo(t,"change",Cd))},mounted(t,{value:e}){t.value=e??""},beforeUpdate(t,{value:e,oldValue:n,modifiers:{lazy:o,trim:r,number:i}},l){if(t[Yo]=Ni(l),t.composing)return;const c=(i||t.type==="number")&&!/^0\d/.test(t.value)?dc(t.value):t.value,a=e??"";c!==a&&(document.activeElement===t&&t.type!=="range"&&(o&&e===n||r&&t.value.trim()===a)||(t.value=a))}},F3={deep:!0,created(t,e,n){t[Yo]=Ni(n),vo(t,"change",()=>{const o=t._modelValue,r=d1(t),i=t.checked,l=t[Yo];if(H(o)){const c=Np(o,r),a=c!==-1;if(i&&!a)l(o.concat(r));else if(!i&&a){const u=[...o];u.splice(c,1),l(u)}}else if(el(o)){const c=new Set(o);i?c.add(r):c.delete(r),l(c)}else l(Nh(t,i))})},mounted:Td,beforeUpdate(t,e,n){t[Yo]=Ni(n),Td(t,e,n)}};function Td(t,{value:e,oldValue:n},o){t._modelValue=e;let r;if(H(e))r=Np(e,o.props.value)>-1;else if(el(e))r=e.has(o.props.value);else{if(e===n)return;r=sl(e,Nh(t,!0))}t.checked!==r&&(t.checked=r)}s(Td,"setChecked");function d1(t){return"_value"in t?t._value:t.value}s(d1,"getValue");function Nh(t,e){const n=e?"_trueValue":"_falseValue";return n in t?t[n]:e}s(Nh,"getCheckboxValue");const p1=["ctrl","shift","alt","meta"],h1={stop:s(t=>t.stopPropagation(),"stop"),prevent:s(t=>t.preventDefault(),"prevent"),self:s(t=>t.target!==t.currentTarget,"self"),ctrl:s(t=>!t.ctrlKey,"ctrl"),shift:s(t=>!t.shiftKey,"shift"),alt:s(t=>!t.altKey,"alt"),meta:s(t=>!t.metaKey,"meta"),left:s(t=>"button"in t&&t.button!==0,"left"),middle:s(t=>"button"in t&&t.button!==1,"middle"),right:s(t=>"button"in t&&t.button!==2,"right"),exact:s((t,e)=>p1.some(n=>t[`${n}Key`]&&!e.includes(n)),"exact")},L3=s((t,e)=>{const n=t._withMods||(t._withMods={}),o=e.join(".");return n[o]||(n[o]=((r,...i)=>{for(let l=0;l<e.length;l++){const c=h1[e[l]];if(c&&c(r,e))return}return t(r,...i)}))},"withModifiers"),m1={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},G3=s((t,e)=>{const n=t._withKeys||(t._withKeys={}),o=e.join(".");return n[o]||(n[o]=(r=>{if(!("key"in r))return;const i=qn(r.key);if(e.some(l=>l===i||m1[l]===i))return t(r)}))},"withKeys"),g1=Ht({patchProp:a1},qv);let Sd;function v1(){return Sd||(Sd=bv(g1))}s(v1,"ensureRenderer");const b1=s(((...t)=>{const e=v1().createApp(...t),{mount:n}=e;return e.mount=o=>{const r=w1(o);if(!r)return;const i=e._component;!q(i)&&!i.render&&!i.template&&(i.template=r.innerHTML),r.nodeType===1&&(r.textContent="");const l=n(r,!1,y1(r));return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),l},e}),"createApp");function y1(t){if(t instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&t instanceof MathMLElement)return"mathml"}s(y1,"resolveRootNamespace");function w1(t){return At(t)?document.querySelector(t):t}s(w1,"normalizeContainer");const x1="modulepreload",_1=s(function(t){return"/"+t},"assetsURL"),Od={},Jn=s(function(e,n,o){let r=Promise.resolve();if(n&&n.length>0){let a=function(u){return Promise.all(u.map(f=>Promise.resolve(f).then(d=>({status:"fulfilled",value:d}),d=>({status:"rejected",reason:d}))))};s(a,"allSettled"),document.getElementsByTagName("link");const l=document.querySelector("meta[property=csp-nonce]"),c=l?.nonce||l?.getAttribute("nonce");r=a(n.map(u=>{if(u=_1(u),u in Od)return;Od[u]=!0;const f=u.endsWith(".css"),d=f?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${u}"]${d}`))return;const p=document.createElement("link");if(p.rel=f?"stylesheet":x1,f||(p.as="script"),p.crossOrigin="",p.href=u,c&&p.setAttribute("nonce",c),document.head.appendChild(p),f)return new Promise((h,b)=>{p.addEventListener("load",h),p.addEventListener("error",()=>b(new Error(`Unable to preload CSS for ${u}`)))})}))}function i(l){const c=new Event("vite:preloadError",{cancelable:!0});if(c.payload=l,window.dispatchEvent(c),!c.defaultPrevented)throw l}return s(i,"handlePreloadError"),r.then(l=>{for(const c of l||[])c.status==="rejected"&&i(c.reason);return e().catch(i)})},"preload"),C1=zn(()=>Jn(()=>import("./SelectField-B5BRfn_m.js"),__vite__mapDeps([0,1,2]))),T1=zn(()=>Jn(()=>import("./StringField-DV2WOJ76.js"),__vite__mapDeps([3,1,4,5]))),S1=zn(()=>Jn(()=>import("./SwitchField-BC2XMgaP.js"),__vite__mapDeps([6,1,7]))),O1=zn(()=>Jn(()=>import("./TextField-DlMc7Nnt.js"),__vite__mapDeps([8,1,9,4,10]))),$1=zn(()=>Jn(()=>import("./DateField-BaLIpfL8.js"),__vite__mapDeps([11,1,9,12])));function ue(t,e,n,o,r){return wn(e,((i,l)=>{const c=i[l];if(c===void 0)throw new TypeError(Bu(l));return c})(t,e),n,o,r)}s(ue,"clampProp");function wn(t,e,n,o,r,i){const l=Ss(e,n,o);if(r&&e!==l)throw new RangeError(zm(t,e,n,o,i));return l}s(wn,"clampEntity");function ie(t){return t!==null&&/object|function/.test(typeof t)}s(ie,"s");function we(t,e=Map){const n=new e;return(o,...r)=>{if(n.has(o))return n.get(o);const i=t(o,...r);return n.set(o,i),i}}s(we,"on");function Ts(t){return Ir({name:t},1)}s(Ts,"r");function Ir(t,e){return xn((n=>({value:n,configurable:1,writable:!e})),t)}s(Ir,"n");function E1(t){return xn((e=>({get:e,configurable:1})),t)}s(E1,"t");function Ga(t){return{[Symbol.toStringTag]:{value:t,configurable:1}}}s(Ga,"o");function Vr(t,e){const n={};let o=t.length;for(const r of e)n[t[--o]]=r;return n}s(Vr,"zipProps");function xn(t,e,n){const o={};for(const r in e)o[r]=t(e[r],r,n);return o}s(xn,"e");function dl(t,e,n){const o={};for(let r=0;r<e.length;r++){const i=e[r];o[i]=t(i,r,n)}return o}s(dl,"g");function kh(t,e,n){const o={};for(let r=0;r<t.length;r++)o[e[r]]=n[t[r]];return o}s(kh,"remapProps");function Me(t,e){const n=Object.create(null);for(const o of t)n[o]=e[o];return n}s(Me,"nn");function $d(t,e){for(const n of e)if(n in t)return 1;return 0}s($d,"hasAnyPropsByName");function jh(t,e,n){for(const o of t)if(e[o]!==n[o])return 0;return 1}s(jh,"allPropsEqual");function Vh(t,e,n){const o={...n};for(let r=0;r<e;r++)o[t[r]]=0;return o}s(Vh,"zeroOutProps");function bt(t,...e){return(...n)=>t(...e,...n)}s(bt,"Pt");function Ed(t){return t[0].toUpperCase()+t.substring(1)}s(Ed,"capitalize");function Vs(t){return t.slice().sort()}s(Vs,"sortStrings");function ki(t,e){return String(e).padStart(t,"0")}s(ki,"padNumber");function Vn(t,e){return Math.sign(t-e)}s(Vn,"compareNumbers");function Ss(t,e,n){return Math.min(Math.max(t,e),n)}s(Ss,"clampNumber");function hn(t,e){return[Math.floor(t/e),gs(t,e)]}s(hn,"divModFloor");function gs(t,e){return(t%e+e)%e}s(gs,"modFloor");function Un(t,e){return[pl(t,e),Ua(t,e)]}s(Un,"divModTrunc");function pl(t,e){return Math.trunc(t/e)||0}s(pl,"divTrunc");function Ua(t,e){return t%e||0}s(Ua,"modTrunc");function li(t){return Math.abs(t%1)===.5}s(li,"hasHalf");function Fh(t,e,n){let o=0,r=0;for(let c=0;c<=e;c++){const a=t[n[c]],u=Qe[c],f=$t/u,[d,p]=Un(a,f);o+=p*u,r+=d}const[i,l]=Un(o,$t);return[r+i,l]}s(Fh,"givenFieldsToBigNano");function hl(t,e,n){const o={};for(let r=e;r>=0;r--){const i=Qe[r];o[n[r]]=pl(t,i),t=Ua(t,i)}return o}s(hl,"nanoToGivenFields");function P1(t){if(t!==void 0)return Qt(t)}s(P1,"d");function A1(t){if(t!==void 0)return dn(t)}s(A1,"P");function Lh(t){if(t!==void 0)return Ha(t)}s(Lh,"S");function dn(t){return Hh(Ha(t))}s(dn,"h");function Ha(t){return Uh(Fy(t))}s(Ha,"T");function Gh(t,e){if(e==null)throw new RangeError(Bu(t));return e}s(Gh,"requirePropDefined");function Fs(t){if(!ie(t))throw new TypeError(fy);return t}s(Fs,"requireObjectLike");function Wa(t,e,n=t){if(typeof e!==t)throw new TypeError(oo(n,e));return e}s(Wa,"requireType");function Uh(t,e="number"){if(!Number.isInteger(t))throw new RangeError(sy(e,t));return t||0}s(Uh,"ze");function Hh(t,e="number"){if(t<=0)throw new RangeError(iy(e,t));return t}s(Hh,"requireNumberIsPositive");function Ka(t){if(typeof t=="symbol")throw new TypeError(uy);return String(t)}s(Ka,"toString");function yi(t,e){return ie(t)?String(t):Qt(t,e)}s(yi,"toStringViaPrimitive");function Ya(t){if(typeof t=="string")return BigInt(t);if(typeof t!="bigint")throw new TypeError(ay(t));return t}s(Ya,"toBigInt");function Wh(t,e="number"){if(typeof t=="bigint")throw new TypeError(cy(e));if(t=Number(t),!Number.isFinite(t))throw new RangeError(ly(e,t));return t}s(Wh,"toNumber");function re(t,e){return Math.trunc(Wh(t,e))||0}s(re,"toInteger");function Za(t,e){return Uh(Wh(t,e),e)}s(Za,"toStrictInteger");function Pd(t,e){return Hh(re(t,e),e)}s(Pd,"toPositiveInteger");function qa(t,e){let[n,o]=Un(e,$t),r=t+n;const i=Math.sign(r);return i&&i===-Math.sign(o)&&(r-=i,o+=i*$t),[r,o]}s(qa,"createBigNano");function Dr(t,e,n=1){return qa(t[0]+e[0]*n,t[1]+e[1]*n)}s(Dr,"addBigNanos");function wo(t,e){return qa(t[0],t[1]+e)}s(wo,"moveBigNano");function ze(t,e){return Dr(e,t,-1)}s(ze,"diffBigNanos");function xe(t,e){return Vn(t[0],e[0])||Vn(t[1],e[1])}s(xe,"compareBigNanos");function Kh(t,e,n){return xe(t,e)===-1||xe(t,n)===1}s(Kh,"bigNanoOutside");function za(t,e=1){const n=BigInt($t/e);return[Number(t/n),Number(t%n)*e]}s(za,"bigIntToBigNano");function ji(t,e=1){const n=$t/e,[o,r]=Un(t,n);return[o,r*e]}s(ji,"Ge");function Je(t,e=1,n){const[o,r]=t,[i,l]=Un(r,e);return o*($t/e)+(i+(n?l/e:0))}s(Je,"bigNanoToNumber");function Ja(t,e,n=hn){const[o,r]=t,[i,l]=n(r,e);return[o*($t/e)+i,l]}s(Ja,"divModBigNano");function Qa(t){return ue(t,"isoYear",Ms,As,1),t.isoYear===Ms?ue(t,"isoMonth",4,12,1):t.isoYear===As&&ue(t,"isoMonth",1,9,1),t}s(Qa,"checkIsoYearMonthInBounds");function $e(t){return he({...t,...me,isoHour:12}),t}s($e,"checkIsoDateInBounds");function he(t){const e=ue(t,"isoYear",Ms,As,1),n=e===Ms?1:e===As?-1:0;return n&&tn(Ut({...t,isoDay:t.isoDay+n,isoNanosecond:t.isoNanosecond-n})),t}s(he,"checkIsoDateTimeInBounds");function tn(t){if(!t||Kh(t,Yy,Ky))throw new RangeError(ro);return t}s(tn,"checkEpochNanoInBounds");function Hn(t){return Fh(t,5,Re)[1]}s(Hn,"isoTimeFieldsToNano");function ml(t){const[e,n]=hn(t,$t);return[hl(n,5,Re),e]}s(ml,"nanoToIsoTimeAndDay");function Ad(t){return Ja(t,Ye)}s(Ad,"epochNanoToSecMod");function se(t){return Fr(t.isoYear,t.isoMonth,t.isoDay,t.isoHour,t.isoMinute,t.isoSecond,t.isoMillisecond)}s(se,"isoToEpochMilli");function Ut(t){const e=se(t);if(e!==void 0){const[n,o]=Un(e,pe);return[n,o*Sn+(t.isoMicrosecond||0)*Ys+(t.isoNanosecond||0)]}}s(Ut,"isoToEpochNano");function Xa(t,e){const[n,o]=ml(Hn(t)-e);return tn(Ut({...t,isoDay:t.isoDay+o,...n}))}s(Xa,"isoToEpochNanoWithOffset");function Vi(...t){return Fr(...t)/sg}s(Vi,"isoArgsToEpochSec");function Fr(...t){const[e,n]=Yh(...t),o=e.valueOf();if(!isNaN(o))return o-n*pe}s(Fr,"isoArgsToEpochMilli");function Yh(t,e=1,n=1,o=0,r=0,i=0,l=0){const c=t===Ms?1:t===As?-1:0,a=new Date;return a.setUTCHours(o,r,i,l),a.setUTCFullYear(t,e-1,n+c),[a,c]}s(Yh,"isoToLegacyDate");function Lr(t,e){let[n,o]=wo(t,e);o<0&&(o+=$t,n-=1);const[r,i]=hn(o,Sn),[l,c]=hn(i,Ys);return gl(n*pe+r,l,c)}s(Lr,"epochNanoToIso");function gl(t,e=0,n=0){const o=Math.ceil(Math.max(0,Math.abs(t)-Yu)/pe)*Math.sign(t),r=new Date(t-o*pe);return Vr(kl,[r.getUTCFullYear(),r.getUTCMonth()+1,r.getUTCDate()+o,r.getUTCHours(),r.getUTCMinutes(),r.getUTCSeconds(),r.getUTCMilliseconds(),e,n])}s(gl,"epochMilliToIso");function tu(t,e){if(e<-Yu)throw new RangeError(ro);const n=t.formatToParts(e),o={};for(const r of n)o[r.type]=r.value;return o}s(tu,"hashIntlFormatParts");function eu(t){return[t.isoYear,t.isoMonth,t.isoDay]}s(eu,"computeIsoDateParts");function Zh(t,e){return[e,0]}s(Zh,"computeIsoMonthCodeParts");function qh(){return Dn}s(qh,"computeIsoMonthsInYear");function zh(t,e){switch(e){case 2:return nu(t)?29:28;case 4:case 6:case 9:case 11:return 30}return 31}s(zh,"computeIsoDaysInMonth");function Jh(t){return nu(t)?366:365}s(Jh,"computeIsoDaysInYear");function nu(t){return t%4==0&&(t%100!=0||t%400==0)}s(nu,"computeIsoInLeapYear");function Qh(t){const[e,n]=Yh(t.isoYear,t.isoMonth,t.isoDay);return gs(e.getUTCDay()-n,7)||7}s(Qh,"computeIsoDayOfWeek");function Xh(t){return this.id===qr?(({isoYear:e})=>e<1?["gregory-inverse",1-e]:["gregory",e])(t):this.id===Yn?zy(t):[]}s(Xh,"computeIsoEraParts");function M1(t){const e=se(t);if(e<qy){const{isoYear:i}=t;return i<1?["japanese-inverse",1-i]:["japanese",i]}const n=tu(of(Yn),e),{era:o,eraYear:r}=Vm(n,Yn);return[o,r]}s(M1,"computeJapaneseEraParts");function vl(t){return Co(t),Gr(t,1),t}s(vl,"checkIsoDateTimeFields");function Co(t){return tm(t,1),t}s(Co,"checkIsoDateFields");function Md(t){return jh(Hu,t,tm(t))}s(Md,"isIsoDateFieldsValid");function tm(t,e){const{isoYear:n}=t,o=ue(t,"isoMonth",1,qh(),e);return{isoYear:n,isoMonth:o,isoDay:ue(t,"isoDay",1,zh(n,o),e)}}s(tm,"constrainIsoDateFields");function Gr(t,e){return Vr(Re,[ue(t,"isoHour",0,23,e),ue(t,"isoMinute",0,59,e),ue(t,"isoSecond",0,59,e),ue(t,"isoMillisecond",0,999,e),ue(t,"isoMicrosecond",0,999,e),ue(t,"isoNanosecond",0,999,e)])}s(Gr,"constrainIsoTimeFields");function Tt(t){return t===void 0?0:wg(Fs(t))}s(Tt,"mt");function bl(t,e=0){t=en(t);const n=xg(t),o=iw(t,e);return[wg(t),o,n]}s(bl,"je");function Ur(t,e,n,o=9,r=0,i=4){e=en(e);let l=yg(e,o,r),c=su(e),a=zs(e,i);const u=qs(e,o,r,1);return l==null?l=Math.max(n,u):rm(l,u),c=iu(c,u,1),t&&(a=(f=>f<4?(f+2)%4:f)(a)),[l,u,c,a]}s(Ur,"refineDiffOptions");function yl(t,e=6,n){let o=su(t=wl(t,Wi));const r=zs(t,7);let i=qs(t,e);return i=Gh(Wi,i),o=iu(o,i,void 0,n),[i,o,r]}s(yl,"refineRoundingOptions");function ou(t){return Zu(en(t))}s(ou,"refineDateDisplayOptions");function em(t,e){return ru(en(t),e)}s(em,"refineTimeDisplayOptions");function I1(t){const e=wl(t,ic),n=Qn(ic,rw,e,0);if(!n)throw new RangeError(oo(ic,n));return n}s(I1,"Me");function ru(t,e=4){const n=om(t);return[zs(t,4),...nm(qs(t,e),n)]}s(ru,"refineTimeDisplayTuple");function nm(t,e){return t!=null?[Qe[t],t<4?9-3*t:-1]:[e===void 0?1:10**(9-e),e]}s(nm,"refineSmallestUnitAndSubsecDigits");function su(t){const e=t[vs];return e===void 0?1:re(e,vs)}s(su,"parseRoundingIncInteger");function iu(t,e,n,o){const r=o?$t:Qe[e+1];if(r){const i=Qe[e];if(r%((t=wn(vs,t,1,r/i-(o?0:1),1))*i))throw new RangeError(oo(vs,t))}else t=wn(vs,t,1,n?10**9:1,1);return t}s(iu,"refineRoundingInc");function om(t){let e=t[sc];if(e!==void 0){if(typeof e!="number"){if(Ka(e)==="auto")return;throw new RangeError(oo(sc,e))}e=wn(sc,Math.floor(e),0,9,1)}return e}s(om,"refineSubsecDigits");function en(t){return t===void 0?{}:Fs(t)}s(en,"normalizeOptions");function wl(t,e){return typeof t=="string"?{[e]:t}:Fs(t)}s(wl,"normalizeOptionsOrString");function xl(t){return{overflow:Jy[t]}}s(xl,"fabricateOverflowOptions");function lu(t,e,n=9,o=0,r){let i=e[t];if(i===void 0)return r?o:void 0;if(i=Ka(i),i==="auto")return r?o:null;let l=Bc[i];if(l===void 0&&(l=Uy[i]),l===void 0)throw new RangeError(Qm(t,i,Bc));return wn(t,l,o,n,1,Nu),l}s(lu,"refineUnitOption");function Qn(t,e,n,o=0){const r=n[t];if(r===void 0)return o;const i=Ka(r),l=e[i];if(l===void 0)throw new RangeError(Qm(t,i,e));return l}s(Qn,"refineChoiceOption");function rm(t,e){if(e>t)throw new RangeError(Iy)}s(rm,"checkLargestSmallestUnit");function Cn(t){return{branding:Qu,epochNanoseconds:t}}s(Cn,"xe");function Ie(t,e,n){return{branding:so,calendar:n,timeZone:e,epochNanoseconds:t}}s(Ie,"_e");function De(t,e=t.calendar){return{branding:zr,calendar:e,...Me(Hy,t)}}s(De,"jt");function Tn(t,e=t.calendar){return{branding:Js,calendar:e,...Me(Wu,t)}}s(Tn,"W");function Os(t,e=t.calendar){return{branding:qu,calendar:e,...Me(Wu,t)}}s(Os,"createPlainYearMonthSlots");function Fi(t,e=t.calendar){return{branding:zu,calendar:e,...Me(Wu,t)}}s(Fi,"createPlainMonthDaySlots");function nn(t){return{branding:Ju,...Me(mg,t)}}s(nn,"St");function Ft(t){return{branding:Xu,sign:Xn(t),...Me(Lu,t)}}s(Ft,"Oe");function cu(t){return Ja(t.epochNanoseconds,Sn)[0]}s(cu,"I");function D1(t){return((e,n=1)=>{const[o,r]=e,i=Math.floor(r/n),l=$t/n;return BigInt(o)*BigInt(l)+BigInt(i)})(t.epochNanoseconds)}s(D1,"v");function sm(t){return t.epochNanoseconds}s(sm,"extractEpochNano");function R1(t,e,n,o,r){const i=xo(o),[l,c]=((_,C)=>{const T=C((_=wl(_,jc))[vg]);let A=sw(_);return A=Gh(jc,A),[A,T]})(r,t),a=Math.max(l,i);if(!c&&Es(a,c))return Id(o,l);if(!c)throw new RangeError(Rl);if(!o.sign)return 0;const[u,f,d]=Ol(e,n,c),p=vu(d),h=$l(d),b=bu(d),y=h(f,u,o);Rr(c)||(he(u),he(y));const x=b(f,u,y,l);return Es(l,c)?Id(x,l):((_,C,T,A,V,K,U)=>{const et=Xn(_),[J,Ot]=au(A,Uu(T,_),T,et,V,K,U),Mt=uu(C,J,Ot);return _[St[T]]+Mt*et})(x,p(y),l,f,u,p,h)}s(R1,"J");function Id(t,e){return Je(Wt(t),Qe[e],1)}s(Id,"totalDayTimeDuration");function au(t,e,n,o,r,i,l){const c=St[n],a={...e,[c]:e[c]+o},u=l(t,r,e),f=l(t,r,a);return[i(u),i(f)]}s(au,"clampRelativeDuration");function uu(t,e,n){const o=Je(ze(e,n));if(!o)throw new RangeError(Zr);return Je(ze(e,t))/o}s(uu,"computeEpochNanoFrac");function B1(t,e){const[n,o,r]=yl(e,5,1);return Cn(Cl(t.epochNanoseconds,n,o,r,1))}s(B1,"Le");function N1(t,e,n){let{epochNanoseconds:o,timeZone:r,calendar:i}=e;const[l,c,a]=yl(n);if(l===0&&c===1)return e;const u=t(r);if(l===6)o=((f,d,p,h)=>{const b=Ce(p,d),[y,x]=f(b),_=p.epochNanoseconds,C=Kn(d,y),T=Kn(d,x);if(Kh(_,C,T))throw new RangeError(Zr);return um(uu(_,C,T),h)?T:C})(cm,u,e,a);else{const f=u.R(o);o=Hr(u,im(Lr(o,f),l,c,a),f,2,0,1)}return Ie(o,r,i)}s(N1,"Ie");function k1(t,e){return De(im(t,...yl(e)),t.calendar)}s(k1,"vt");function j1(t,e){const[n,o,r]=yl(e,5);var i;return nn((i=r,fu(t,Ls(n,o),i)[0]))}s(j1,"lt");function V1(t,e){const n=t(e.timeZone),o=Ce(e,n),[r,i]=cm(o),l=Je(ze(Kn(n,r),Kn(n,i)),Nl,1);if(l<=0)throw new RangeError(Zr);return l}s(V1,"Te");function F1(t,e){const{timeZone:n,calendar:o}=e,r=((i,l,c)=>Kn(l,i(Ce(c,l))))(am,t(n),e);return Ie(r,n,o)}s(F1,"ve");function im(t,e,n,o){return lm(t,Ls(e,n),o)}s(im,"roundDateTime");function lm(t,e,n){const[o,r]=fu(t,e,n);return he({...To(t,r),...o})}s(lm,"roundDateTimeToNano");function fu(t,e,n){return ml(Wn(Hn(t),e,n))}s(fu,"roundTimeToNano");function Li(t){return Wn(t,Bl,7)}s(Li,"roundToMinute");function Ls(t,e){return Qe[t]*e}s(Ls,"computeNanoInc");function cm(t){const e=am(t);return[e,To(e,1)]}s(cm,"computeDayInterval");function am(t){return Wy(6,t)}s(am,"computeDayFloor");function L1(t,e,n){const o=Math.min(xo(t),6);return Wr(Tl(Wt(t,o),e,n),o)}s(L1,"roundDayTimeDurationByInc");function _l(t,e,n,o,r,i,l,c,a,u){if(o===0&&r===1)return t;const f=Es(o,c)?Rr(c)&&o<6&&n>=6?U1:G1:H1;let[d,p,h]=f(t,e,n,o,r,i,l,c,a,u);return h&&o!==7&&(d=((b,y,x,_,C,T,A,V)=>{const K=Xn(b);for(let U=_+1;U<=x;U++){if(U===7&&x!==7)continue;const et=Uu(U,b);et[St[U]]+=K;const J=Je(ze(A(V(C,T,et)),y));if(J&&Math.sign(J)!==K)break;b=et}return b})(d,p,n,Math.max(6,o),l,c,a,u)),d}s(_l,"roundRelativeDuration");function Cl(t,e,n,o,r){if(e===6){const i=(l=>l[0]+l[1]/$t)(t);return[Wn(i,n,o),0]}return Tl(t,Ls(e,n),o,r)}s(Cl,"roundBigNano");function Tl(t,e,n,o){let[r,i]=t;o&&i<0&&(i+=$t,r-=1);const[l,c]=hn(Wn(i,e,n),$t);return qa(r+l,c)}s(Tl,"roundBigNanoByInc");function Wn(t,e,n){return um(t/e,n)*e}s(Wn,"roundByInc");function um(t,e){return aw[e](t)}s(um,"roundWithMode");function G1(t,e,n,o,r,i){const l=Xn(t),c=Wt(t),a=Cl(c,o,r,i),u=ze(c,a),f=Math.sign(a[0]-c[0])===l,d=Wr(a,Math.min(n,6));return[{...t,...d},Dr(e,u),f]}s(G1,"nudgeDayTimeDuration");function U1(t,e,n,o,r,i,l,c,a,u){const f=Xn(t)||1,d=Je(Wt(t,5)),p=Ls(o,r);let h=Wn(d,p,i);const[b,y]=au(l,{...t,...Gu},6,f,c,a,u),x=h-Je(ze(b,y));let _=0;x&&Math.sign(x)!==f?e=wo(b,h):(_+=f,h=Wn(x,p,i),e=wo(y,h));const C=El(h);return[{...t,...C,days:t.days+_},e,!!_]}s(U1,"nudgeZonedTimeDuration");function H1(t,e,n,o,r,i,l,c,a,u){const f=Xn(t),d=St[o],p=Uu(o,t);o===7&&(t={...t,weeks:t.weeks+Math.trunc(t.days/7)});const h=pl(t[d],r)*r;p[d]=h;const[b,y]=au(l,p,o,r*f,c,a,u),x=h+uu(e,b,y)*f*r,_=Wn(x,r,i),C=Math.sign(_-x)===f;return p[d]=_,[p,C?y:b,C]}s(H1,"nudgeRelativeDuration");function Dd(t,e,n,o){const[r,i,l,c]=(u=>{const f=ru(u=en(u));return[u.timeZone,...f]})(o),a=r!==void 0;return((u,f,d,p,h,b)=>{d=Tl(d,h,p,1);const y=f.R(d);return du(Lr(d,y),b)+(u?Gs(Li(y)):"Z")})(a,e(a?t(r):Eo),n.epochNanoseconds,i,l,c)}s(Dd,"ke");function Rd(t,e,n){const[o,r,i,l,c,a]=(u=>{u=en(u);const f=Zu(u),d=om(u),p=cw(u),h=zs(u,4),b=qs(u,4);return[f,lw(u),p,h,...nm(b,d)]})(n);return((u,f,d,p,h,b,y,x,_,C)=>{p=Tl(p,_,x,1);const T=u(d).R(p);return du(Lr(p,T),C)+Gs(Li(T),y)+((A,V)=>V!==1?"["+(V===2?"!":"")+A+"]":"")(d,b)+pu(f,h)})(t,e.calendar,e.timeZone,e.epochNanoseconds,o,r,i,l,c,a)}s(Rd,"Fe");function Bd(t,e){const[n,o,r,i]=(u=>(u=en(u),[Zu(u),...ru(u)]))(e);return l=t.calendar,c=n,a=i,du(lm(t,r,o),a)+pu(l,c);var l,c,a}s(Bd,"Ft");function Nd(t,e){return n=t.calendar,o=t,r=ou(e),Gi(o)+pu(n,r);var n,o,r}s(Nd,"ce");function kd(t,e){return fm(t.calendar,dm,t,ou(e))}s(kd,"Kt");function jd(t,e){return fm(t.calendar,W1,t,ou(e))}s(jd,"Jt");function Vd(t,e){const[n,o,r]=em(e);return i=r,pm(fu(t,o,n)[0],i);var i}s(Vd,"ct");function Xl(t,e){const[n,o,r]=em(e,3);return o>1&&So(t={...t,...L1(t,o,n)}),((i,l)=>{const{sign:c}=i,a=c===-1?le(i):i,{hours:u,minutes:f}=a,[d,p]=Ja(Wt(a,3),Ye,Un);vm(d);const h=hu(p,l),b=l>=0||!c||h;return(c<0?"-":"")+"P"+Fd({Y:po(a.years),M:po(a.months),W:po(a.weeks),D:po(a.days)})+(u||f||d||b?"T"+Fd({H:po(u),M:po(f),S:po(d,b)+h}):"")})(t,r)}s(Xl,"k");function fm(t,e,n,o){const r=o>1||o===0&&t!==wt;return o===1?t===wt?e(n):Gi(n):r?Gi(n)+hm(t,o===2):e(n)}s(fm,"formatDateLikeIso");function Fd(t){const e=[];for(const n in t){const o=t[n];o&&e.push(o,n)}return e.join("")}s(Fd,"formatDurationFragments");function du(t,e){return Gi(t)+"T"+pm(t,e)}s(du,"formatIsoDateTimeFields");function Gi(t){return dm(t)+"-"+Ee(t.isoDay)}s(Gi,"formatIsoDateFields");function dm(t){const{isoYear:e}=t;return(e<0||e>9999?mm(e)+ki(6,Math.abs(e)):ki(4,e))+"-"+Ee(t.isoMonth)}s(dm,"formatIsoYearMonthFields");function W1(t){return Ee(t.isoMonth)+"-"+Ee(t.isoDay)}s(W1,"formatIsoMonthDayFields");function pm(t,e){const n=[Ee(t.isoHour),Ee(t.isoMinute)];return e!==-1&&n.push(Ee(t.isoSecond)+((o,r,i,l)=>hu(o*Sn+r*Ys+i,l))(t.isoMillisecond,t.isoMicrosecond,t.isoNanosecond,e)),n.join(":")}s(pm,"formatIsoTimeFields");function Gs(t,e=0){if(e===1)return"";const[n,o]=hn(Math.abs(t),Nl),[r,i]=hn(o,Bl),[l,c]=hn(i,Ye);return mm(t)+Ee(n)+":"+Ee(r)+(l||c?":"+Ee(l)+hu(c):"")}s(Gs,"Se");function pu(t,e){return e!==1&&(e>1||e===0&&t!==wt)?hm(t,e===2):""}s(pu,"formatCalendar");function hm(t,e){return"["+(e?"!":"")+"u-ca="+t+"]"}s(hm,"formatCalendarId");function hu(t,e){let n=ki(9,t);return n=e===void 0?n.replace(dw,""):n.slice(0,e),n?"."+n:""}s(hu,"formatSubsecNano");function mm(t){return t<0?"-":"+"}s(mm,"getSignStr");function po(t,e){return t||e?t.toLocaleString("fullwide",{useGrouping:0}):""}s(po,"formatDurationNumber");function K1(t,e){const{epochNanoseconds:n}=t,o=(e.R?e:e(t.timeZone)).R(n),r=Lr(n,o);return{calendar:t.calendar,...r,offsetNanoseconds:o}}s(K1,"_zonedEpochSlotsToIso");function Hr(t,e,n,o=0,r=0,i,l){if(n!==void 0&&o===1&&(o===1||l))return Xa(e,n);const c=t.I(e);if(n!==void 0&&o!==3){const a=((u,f,d,p)=>{const h=Ut(f);p&&(d=Li(d));for(const b of u){let y=Je(ze(b,h));if(p&&(y=Li(y)),y===d)return b}})(c,e,n,i);if(a!==void 0)return a;if(o===0)throw new RangeError(Oy)}return l?Ut(e):Us(t,e,r,c)}s(Hr,"getMatchingInstantFor");function Us(t,e,n=0,o=t.I(e)){if(o.length===1)return o[0];if(n===1)throw new RangeError($y);if(o.length)return o[n===3?1:0];const r=Ut(e),i=((c,a)=>{const u=c.R(wo(a,-$t));return(f=>{if(f>$t)throw new RangeError(Sy);return f})(c.R(wo(a,$t))-u)})(t,r),l=i*(n===2?-1:1);return(o=t.I(Lr(r,l)))[n===2?0:o.length-1]}s(Us,"getSingleInstantFor");function Kn(t,e){const n=t.I(e);if(n.length)return n[0];const o=wo(Ut(e),-$t);return t.O(o,1)}s(Kn,"getStartOfDayInstantFor");function Ld(t,e,n){return Cn(tn(Dr(e.epochNanoseconds,(o=>{if(bm(o))throw new RangeError(Ay);return Wt(o,5)})(t?le(n):n))))}s(Ld,"Ye");function Gd(t,e,n,o,r,i=Object.create(null)){const l=e(o.timeZone),c=t(o.calendar);return{...o,...mu(l,c,o,n?le(r):r,i)}}s(Gd,"pe");function Ud(t,e,n,o,r=Object.create(null)){const{calendar:i}=n;return De(gu(t(i),n,e?le(o):o,r),i)}s(Ud,"wt");function Hd(t,e,n,o,r){const{calendar:i}=n;return Tn(Sl(t(i),n,e?le(o):o,r),i)}s(Hd,"ne");function Wd(t,e,n,o,r){const i=n.calendar,l=t(i);let c=$e($s(l,n));e&&(o=yu(o)),o.sign<0&&(c=l.P(c,{...Kt,months:1}),c=To(c,-1));const a=l.P(c,o,r);return Os($s(l,a),i)}s(Wd,"Gt");function Kd(t,e,n){return nn(gm(e,t?le(n):n)[0])}s(Kd,"at");function mu(t,e,n,o,r){const i=Wt(o,5);let l=n.epochNanoseconds;if(bm(o)){const c=Ce(n,t);l=Dr(Us(t,{...Sl(e,c,{...o,...Gu},r),...Me(Re,c)}),i)}else l=Dr(l,i),Tt(r);return{epochNanoseconds:tn(l)}}s(mu,"moveZonedEpochs");function gu(t,e,n,o){const[r,i]=gm(e,n);return he({...Sl(t,e,{...n,...Gu,days:n.days+i},o),...r})}s(gu,"moveDateTime");function Sl(t,e,n,o){if(n.years||n.months||n.weeks)return t.P(e,n,o);Tt(o);const r=n.days+Wt(n,5)[0];return r?$e(To(e,r)):e}s(Sl,"moveDate");function $s(t,e,n=1){return To(e,n-t.day(e))}s($s,"moveToDayOfMonthUnsafe");function gm(t,e){const[n,o]=Wt(e,5),[r,i]=ml(Hn(t)+o);return[r,n+i]}s(gm,"moveTime");function To(t,e){return e?{...t,...gl(se(t)+e*pe)}:t}s(To,"moveByDays");function Ol(t,e,n){const o=t(n.calendar);return Rr(n)?[n,o,e(n.timeZone)]:[{...n,...me},o]}s(Ol,"createMarkerSystem");function vu(t){return t?sm:Ut}s(vu,"createMarkerToEpochNano");function $l(t){return t?bt(mu,t):gu}s($l,"createMoveMarker");function bu(t){return t?bt(gb,t):vb}s(bu,"createDiffMarkers");function Rr(t){return t&&t.epochNanoseconds}s(Rr,"isZonedEpochSlots");function Es(t,e){return t<=6-(Rr(e)?1:0)}s(Es,"isUniformUnit");function Yd(t,e,n,o,r,i,l){const c=t(en(l).relativeTo),a=Math.max(xo(r),xo(i));if(Es(a,c))return Ft(So(((y,x,_,C)=>{const T=Dr(Wt(y),Wt(x),C?-1:1);if(!Number.isFinite(T[0]))throw new RangeError(ro);return{...Kt,...Wr(T,_)}})(r,i,a,o)));if(!c)throw new RangeError(Rl);o&&(i=le(i));const[u,f,d]=Ol(e,n,c),p=$l(d),h=bu(d),b=p(f,u,r);return Ft(h(f,u,p(f,b,i),a))}s(Yd,"E");function Y1(t,e,n,o,r){const i=xo(o),[l,c,a,u,f]=((K,U,et)=>{K=wl(K,Wi);let J=yg(K);const Ot=et(K[vg]);let Mt=su(K);const on=zs(K,7);let It=qs(K);if(J===void 0&&It===void 0)throw new RangeError(My);if(It==null&&(It=0),J==null&&(J=Math.max(It,U)),rm(J,It),Mt=iu(Mt,It,1),Mt>1&&It>5&&J!==It)throw new RangeError("For calendar units with roundingIncrement > 1, use largestUnit = smallestUnit");return[J,It,Mt,on,Ot]})(r,i,t),d=Math.max(i,l);if(!f&&d<=6)return Ft(So(((K,U,et,J,Ot)=>{const Mt=Cl(Wt(K),et,J,Ot);return{...Kt,...Wr(Mt,U)}})(o,l,c,a,u)));if(!Rr(f)&&!o.sign)return o;if(!f)throw new RangeError(Rl);const[p,h,b]=Ol(e,n,f),y=vu(b),x=$l(b),_=bu(b),C=x(h,p,o);Rr(f)||(he(p),he(C));let T=_(h,p,C,l);const A=o.sign,V=Xn(T);if(A&&V&&A!==V)throw new RangeError(Zr);return T=_l(T,y(C),l,c,a,u,h,p,y,x),Ft(T)}s(Y1,"V");function Z1(t){return t.sign===-1?yu(t):t}s(Z1,"Y");function yu(t){return Ft(le(t))}s(yu,"B");function le(t){const e={};for(const n of St)e[n]=-1*t[n]||0;return e}s(le,"negateDurationFields");function q1(t){return!t.sign}s(q1,"y");function Xn(t,e=St){let n=0;for(const o of e){const r=Math.sign(t[o]);if(r){if(n&&n!==r)throw new RangeError(Py);n=r}}return n}s(Xn,"computeDurationSign");function So(t){for(const e of Gy)wn(e,t[e],-rp,rp,1);return vm(Je(Wt(t),Ye)),t}s(So,"checkDurationUnits");function vm(t){if(!Number.isSafeInteger(t))throw new RangeError(Ey)}s(vm,"checkDurationTimeUnit");function Wt(t,e=6){return Fh(t,e,St)}s(Wt,"durationFieldsToBigNano");function Wr(t,e=6){const[n,o]=t,r=hl(o,e,St);if(r[St[e]]+=n*($t/Qe[e]),!Number.isFinite(r[St[e]]))throw new RangeError(ro);return r}s(Wr,"nanoToDurationDayTimeFields");function El(t,e=5){return hl(t,e,St)}s(El,"nanoToDurationTimeFields");function bm(t){return!!Xn(t,hg)}s(bm,"durationHasDateParts");function xo(t){let e=9;for(;e>0&&!t[St[e]];e--);return e}s(xo,"getMaxDurationUnit");function z1(t,e){return[t,e]}s(z1,"createSplitTuple");function Zd(t){const e=Math.floor(t/xi)*xi;return[e,e+xi]}s(Zd,"computePeriod");function J1(t){const e=to(t=yi(t));if(!e)throw new RangeError(de(t));let n;if(e.j)n=0;else{if(!e.offset)throw new RangeError(de(t));n=Oo(e.offset)}return e.timeZone&&Tu(e.timeZone,1),Cn(Xa(vl(e),n))}s(J1,"We");function Q1(t){const e=to(Qt(t));if(!e)throw new RangeError(de(t));if(e.timeZone)return ym(e,e.offset?Oo(e.offset):void 0);if(e.j)throw new RangeError(de(t));return xm(e)}s(Q1,"H");function X1(t,e){const n=to(Qt(t));if(!n||!n.timeZone)throw new RangeError(de(t));const{offset:o}=n,r=o?Oo(o):void 0,[,i,l]=bl(e);return ym(n,r,i,l)}s(X1,"Ae");function Oo(t){const e=Tu(t);if(e===void 0)throw new RangeError(de(t));return e}s(Oo,"parseOffsetNano");function tb(t){const e=to(Qt(t));if(!e||e.j)throw new RangeError(de(t));return De(wm(e))}s(tb,"Bt");function wu(t,e,n){let o=to(Qt(t));if(!o||o.j)throw new RangeError(de(t));return e?o.calendar===wt&&(o=o.isoYear===-271821&&o.isoMonth===4?{...o,isoDay:20,...me}:{...o,isoDay:1,...me}):n&&o.calendar===wt&&(o={...o,isoYear:gn}),Tn(o.C?wm(o):xm(o))}s(wu,"de");function eb(t,e){const n=_u(Qt(e));if(n)return xu(n),Os(Qa(Co(n)));const o=wu(e,1);return Os($s(t(o.calendar),o))}s(eb,"_t");function xu(t){if(t.calendar!==wt)throw new RangeError(mn(t.calendar))}s(xu,"requireIsoCalendar");function nb(t,e){const n=Cu(Qt(e));if(n)return xu(n),Fi(Co(n));const o=wu(e,0,1),{calendar:r}=o,i=t(r),[l,c,a]=i.v(o),[u,f]=i.q(l,c),[d,p]=i.G(u,f,a);return Fi($e(i.V(d,p,a)),r)}s(nb,"xt");function ob(t){let e,n=(o=>{const r=vw.exec(o);return r?(Pl(r[10]),Tm(r)):void 0})(Qt(t));if(!n){if(n=to(t),!n)throw new RangeError(de(t));if(!n.C)throw new RangeError(de(t));if(n.j)throw new RangeError(mn("Z"));xu(n)}if((e=_u(t))&&Md(e))throw new RangeError(de(t));if((e=Cu(t))&&Md(e))throw new RangeError(de(t));return nn(Gr(n,1))}s(ob,"ht");function rb(t){const e=(n=>{const o=ww.exec(n);return o?(r=>{function i(f,d,p){let h=0,b=0;if(p&&([h,a]=hn(a,Qe[p])),f!==void 0){if(c)throw new RangeError(mn(f));b=(y=>{const x=parseInt(y);if(!Number.isFinite(x))throw new RangeError(mn(y));return x})(f),l=1,d&&(a=Su(d)*(Qe[p]/Ye),c=1)}return h+b}s(i,"parseUnit");let l=0,c=0,a=0,u={...Vr(St,[i(r[2]),i(r[3]),i(r[4]),i(r[5]),i(r[6],r[7],5),i(r[8],r[9],4),i(r[10],r[11],3)]),...hl(a,2,St)};if(!l)throw new RangeError(Jm(St));return Ou(r[1])<0&&(u=le(u)),u})(o):void 0})(Qt(t));if(!e)throw new RangeError(de(t));return Ft(So(e))}s(rb,"R");function sb(t){const e=to(t)||_u(t)||Cu(t);return e?e.calendar:t}s(sb,"f");function ib(t){const e=to(t);return e&&(e.timeZone||e.j&&Eo||e.offset)||t}s(ib,"Z");function ym(t,e,n=0,o=0){const r=$u(t.timeZone),i=nt(r);let l;return vl(t),l=t.C?Hr(i,t,e,n,o,!i.$,t.j):Kn(i,t),Ie(l,r,Dl(t.calendar))}s(ym,"finalizeZonedDateTime");function wm(t){return _m(he(vl(t)))}s(wm,"finalizeDateTime");function xm(t){return _m($e(Co(t)))}s(xm,"finalizeDate");function _m(t){return{...t,calendar:Dl(t.calendar)}}s(_m,"resolveSlotsCalendar");function to(t){const e=gw.exec(t);return e?(n=>{const o=n[10],r=(o||"").toUpperCase()==="Z";return{isoYear:Cm(n),isoMonth:parseInt(n[4]),isoDay:parseInt(n[5]),...Tm(n.slice(5)),...Pl(n[16]),C:!!n[6],j:r,offset:r?void 0:o}})(e):void 0}s(to,"parseDateTimeLike");function _u(t){const e=hw.exec(t);return e?(n=>({isoYear:Cm(n),isoMonth:parseInt(n[4]),isoDay:1,...Pl(n[5])}))(e):void 0}s(_u,"parseYearMonthOnly");function Cu(t){const e=mw.exec(t);return e?(n=>({isoYear:gn,isoMonth:parseInt(n[1]),isoDay:parseInt(n[2]),...Pl(n[3])}))(e):void 0}s(Cu,"parseMonthDayOnly");function Tu(t,e){const n=bw.exec(t);return n?((o,r)=>{const i=o[4]||o[5];if(r&&i)throw new RangeError(mn(i));return(l=>{if(Math.abs(l)>=$t)throw new RangeError(Ty);return l})((Zo(o[2])*Nl+Zo(o[3])*Bl+Zo(o[4])*Ye+Su(o[5]||""))*Ou(o[1]))})(n,e):void 0}s(Tu,"parseOffsetNanoMaybe");function Cm(t){const e=Ou(t[1]),n=parseInt(t[2]||t[3]);if(e<0&&!n)throw new RangeError(mn(-0));return e*n}s(Cm,"organizeIsoYearParts");function Tm(t){const e=Zo(t[3]);return{...ml(Su(t[4]||""))[0],isoHour:Zo(t[1]),isoMinute:Zo(t[2]),isoSecond:e===60?59:e}}s(Tm,"organizeTimeParts");function Pl(t){let e,n;const o=[];if(t.replace(yw,((r,i,l)=>{const c=!!i,[a,u]=l.split("=").reverse();if(u){if(u==="u-ca")o.push(a),e||(e=c);else if(c||/[A-Z]/.test(u))throw new RangeError(mn(r))}else{if(n)throw new RangeError(mn(r));n=a}return""})),o.length>1&&e)throw new RangeError(mn(t));return{timeZone:n,calendar:o[0]||wt}}s(Pl,"organizeAnnotationParts");function Su(t){return parseInt(t.padEnd(9,"0"))}s(Su,"parseSubsecNano");function Kr(t){return new RegExp(`^${t}$`,"i")}s(Kr,"createRegExp");function Ou(t){return t&&t!=="+"?-1:1}s(Ou,"parseSign");function Zo(t){return t===void 0?0:parseInt(t)}s(Zo,"parseInt0");function lb(t){return $u(Qt(t))}s(lb,"Ze");function $u(t){const e=Eu(t);return typeof e=="number"?Gs(e):e?(n=>{if(Cw.test(n))throw new RangeError(ng(n));if(_w.test(n))throw new RangeError(Cy);return n.toLowerCase().split("/").map(((o,r)=>(o.length<=3||/\d/.test(o))&&!/etc|yap/.test(o)?o.toUpperCase():o.replace(/baja|dumont|[a-z]+/g,((i,l)=>i.length<=2&&!r||i==="in"||i==="chat"?i.toUpperCase():i.length>2||!l?Ed(i).replace(/island|noronha|murdo|rivadavia|urville/,Ed):i)))).join("/")})(t):Eo}s($u,"M");function qd(t){const e=Eu(t);return typeof e=="number"?e:e?e.resolvedOptions().timeZone:Eo}s(qd,"getTimeZoneAtomic");function Eu(t){const e=Tu(t=t.toUpperCase(),1);return e!==void 0?e:t!==Eo?xw(t):void 0}s(Eu,"getTimeZoneEssence");function Sm(t,e){return xe(t.epochNanoseconds,e.epochNanoseconds)}s(Sm,"Ke");function Om(t,e){return xe(t.epochNanoseconds,e.epochNanoseconds)}s(Om,"Be");function cb(t,e,n,o,r,i){const l=t(en(i).relativeTo),c=Math.max(xo(o),xo(r));if(jh(St,o,r))return 0;if(Es(c,l))return xe(Wt(o),Wt(r));if(!l)throw new RangeError(Rl);const[a,u,f]=Ol(e,n,l),d=vu(f),p=$l(f);return xe(d(p(u,a,o)),d(p(u,a,r)))}s(cb,"K");function $m(t,e){return Yr(t,e)||Pu(t,e)}s($m,"Yt");function Yr(t,e){return Vn(se(t),se(e))}s(Yr,"te");function Pu(t,e){return Vn(Hn(t),Hn(e))}s(Pu,"Dt");function ab(t,e){return!Sm(t,e)}s(ab,"Ve");function ub(t,e){return!Om(t,e)&&!!Em(t.timeZone,e.timeZone)&&t.calendar===e.calendar}s(ub,"Ce");function fb(t,e){return!$m(t,e)&&t.calendar===e.calendar}s(fb,"Ct");function db(t,e){return!Yr(t,e)&&t.calendar===e.calendar}s(db,"re");function pb(t,e){return!Yr(t,e)&&t.calendar===e.calendar}s(pb,"$t");function hb(t,e){return!Yr(t,e)&&t.calendar===e.calendar}s(hb,"Lt");function mb(t,e){return!Pu(t,e)}s(mb,"st");function Em(t,e){if(t===e)return 1;try{return qd(t)===qd(e)}catch{}}s(Em,"isTimeZoneIdsEqual");function zd(t,e,n,o){const r=Ur(t,o,3,5),i=Al(e.epochNanoseconds,n.epochNanoseconds,...r);return Ft(t?le(i):i)}s(zd,"Ee");function Jd(t,e,n,o,r,i){const l=Il(o.calendar,r.calendar),[c,a,u,f]=Ur(n,i,5),d=o.epochNanoseconds,p=r.epochNanoseconds,h=xe(p,d);let b;if(h)if(c<6)b=Al(d,p,c,a,u,f);else{const y=e(((_,C)=>{if(!Em(_,C))throw new RangeError(og);return _})(o.timeZone,r.timeZone)),x=t(l);b=Am(x,y,o,r,h,c,i),b=_l(b,p,c,a,u,f,x,o,sm,bt(mu,y))}else b=Kt;return Ft(n?le(b):b)}s(Jd,"we");function Qd(t,e,n,o,r){const i=Il(n.calendar,o.calendar),[l,c,a,u]=Ur(e,r,6),f=Ut(n),d=Ut(o),p=xe(d,f);let h;if(p)if(l<=6)h=Al(f,d,l,c,a,u);else{const b=t(i);h=Mm(b,n,o,p,l,r),h=_l(h,d,l,c,a,u,b,n,Ut,gu)}else h=Kt;return Ft(e?le(h):h)}s(Qd,"It");function Xd(t,e,n,o,r){const i=Il(n.calendar,o.calendar);return Pm(e,(()=>t(i)),n,o,...Ur(e,r,6,9,6))}s(Xd,"oe");function tp(t,e,n,o,r){const i=Il(n.calendar,o.calendar),l=Ur(e,r,9,9,8),c=t(i),a=$s(c,n),u=$s(c,o);return a.isoYear===u.isoYear&&a.isoMonth===u.isoMonth&&a.isoDay===u.isoDay?Ft(Kt):Pm(e,(()=>c),$e(a),$e(u),...l,8)}s(tp,"zt");function Pm(t,e,n,o,r,i,l,c,a=6){const u=Ut(n),f=Ut(o);if(u===void 0||f===void 0)throw new RangeError(ro);let d;if(xe(f,u))if(r===6)d=Al(u,f,r,i,l,c);else{const p=e();d=p.N(n,o,r),i===a&&l===1||(d=_l(d,f,r,i,l,c,p,n,Ut,Sl))}else d=Kt;return Ft(t?le(d):d)}s(Pm,"diffDateLike");function ep(t,e,n,o){const[r,i,l,c]=Ur(t,o,5,5),a=Wn(Au(e,n),Ls(i,l),c),u={...Kt,...El(a,r)};return Ft(t?le(u):u)}s(ep,"it");function gb(t,e,n,o,r,i){const l=xe(o.epochNanoseconds,n.epochNanoseconds);return l?r<6?Im(n.epochNanoseconds,o.epochNanoseconds,r):Am(e,t,n,o,l,r,i):Kt}s(gb,"diffZonedEpochsExact");function vb(t,e,n,o,r){const i=Ut(e),l=Ut(n),c=xe(l,i);return c?o<=6?Im(i,l,o):Mm(t,e,n,c,o,r):Kt}s(vb,"diffDateTimesExact");function Am(t,e,n,o,r,i,l){const[c,a,u]=((p,h,b,y)=>{function x(){return U={...To(T,V++*-y),...C},et=Us(p,U),xe(A,et)===-y}s(x,"updateMid");const _=Ce(h,p),C=Me(Re,_),T=Ce(b,p),A=b.epochNanoseconds;let V=0;const K=Au(_,T);let U,et;if(Math.sign(K)===-y&&V++,x()&&(y===-1||x()))throw new RangeError(Zr);const J=Je(ze(et,A));return[_,U,J]})(e,n,o,r);var f,d;return{...i===6?(f=c,d=a,{...Kt,days:Dm(f,d)}):t.N(c,a,i,l),...El(u)}}s(Am,"diffZonedEpochsBig");function Mm(t,e,n,o,r,i){const[l,c,a]=((u,f,d)=>{let p=f,h=Au(u,f);return Math.sign(h)===-d&&(p=To(f,-d),h+=$t*d),[u,p,h]})(e,n,o);return{...t.N(l,c,r,i),...El(a)}}s(Mm,"diffDateTimesBig");function Al(t,e,n,o,r,i){return{...Kt,...Wr(Cl(ze(t,e),o,r,i),n)}}s(Al,"diffEpochNanos");function Im(t,e,n){return{...Kt,...Wr(ze(t,e),n)}}s(Im,"diffEpochNanosExact");function Dm(t,e){return Ml(se(t),se(e))}s(Dm,"diffDays");function Ml(t,e){return Math.trunc((e-t)/pe)}s(Ml,"diffEpochMilliByDay");function Au(t,e){return Hn(e)-Hn(t)}s(Au,"diffTimes");function Il(t,e){if(t!==e)throw new RangeError(eg);return t}s(Il,"getCommonCalendarId");function Rm(t){return this.m(t)[0]}s(Rm,"computeNativeWeekOfYear");function Bm(t){return this.m(t)[1]}s(Bm,"computeNativeYearOfWeek");function Mu(t){const[e]=this.v(t);return Ml(this.p(e),se(t))+1}s(Mu,"computeNativeDayOfYear");function Iu(t){const e=Tw.exec(t);if(!e)throw new RangeError(xy(t));return[parseInt(e[1]),!!e[2]]}s(Iu,"parseMonthCode");function Hs(t,e){return"M"+Ee(t)+(e?"L":"")}s(Hs,"formatMonthCode");function Ui(t,e,n){return t+(e||n&&t>=n?1:0)}s(Ui,"monthCodeNumberToMonth");function Du(t,e){return t-(e&&t>=e?1:0)}s(Du,"monthToMonthCodeNumber");function Nm(t,e){return(e+t)*(Math.sign(e)||1)||0}s(Nm,"eraYearToYear");function Ic(t){return dg[jm(t)]}s(Ic,"getCalendarEraOrigins");function km(t){return jy[jm(t)]}s(km,"getCalendarLeapMonthMeta");function jm(t){return _o(t.id||wt)}s(jm,"getCalendarIdBase");function bb(t){function e(r){return((i,l)=>({...Vm(i,l),o:i.month,day:parseInt(i.day)}))(tu(n,r),o)}s(e,"epochMilliToIntlFields");const n=of(t),o=_o(t);return{id:t,h:yb(e),l:wb(e)}}s(bb,"createIntlCalendar");function yb(t){return we((e=>{const n=se(e);return t(n)}),WeakMap)}s(yb,"createIntlFieldCache");function wb(t){const e=t(0).year-Zy;return we((n=>{let o,r=Fr(n-e),i=0;const l=[],c=[];do r+=400*pe;while((o=t(r)).year<=n);do if(r+=(1-o.day)*pe,o.year===n&&(l.push(r),c.push(o.o)),r-=pe,++i>100||r<-Yu)throw new RangeError(Zr);while((o=t(r)).year>=n);return{i:l.reverse(),u:rg(c.reverse())}}))}s(wb,"createIntlYearDataCache");function Vm(t,e){let n,o,r=Fm(t);if(t.era){const i=dg[e],l=pg[e]||{};i!==void 0&&(n=e==="islamic"?"ah":t.era.normalize("NFD").toLowerCase().replace(/[^a-z0-9]/g,""),n==="bc"||n==="b"?n="bce":n==="ad"||n==="a"?n="ce":n==="beforeroc"&&(n="broc"),n=l[n]||n,o=r,r=Nm(o,i[n]||0))}return{era:n,eraYear:o,year:r}}s(Vm,"parseIntlYear");function Fm(t){return parseInt(t.relatedYear||t.year)}s(Fm,"parseIntlPartsYear");function Hi(t){const{year:e,o:n,day:o}=this.h(t),{u:r}=this.l(e);return[e,r[n]+1,o]}s(Hi,"computeIntlDateParts");function Ps(t,e=1,n=1){return this.l(t).i[e-1]+(n-1)*pe}s(Ps,"computeIntlEpochMilli");function Lm(t,e){const n=wi.call(this,t);return[Du(e,n),n===e]}s(Lm,"computeIntlMonthCodeParts");function wi(t){const e=op(this,t),n=op(this,t-1),o=e.length;if(o>n.length){const r=km(this);if(r<0)return-r;for(let i=0;i<o;i++)if(e[i]!==n[i])return i+1}}s(wi,"computeIntlLeapMonth");function ci(t){return Ml(Ps.call(this,t),Ps.call(this,t+1))}s(ci,"computeIntlDaysInYear");function np(t,e){const{i:n}=this.l(t);let o=e+1,r=n;return o>n.length&&(o=1,r=this.l(t+1).i),Ml(n[e-1],r[o-1])}s(np,"computeIntlDaysInMonth");function ai(t){return this.l(t).i.length}s(ai,"computeIntlMonthsInYear");function Gm(t){const e=this.h(t);return[e.era,e.eraYear]}s(Gm,"computeIntlEraParts");function op(t,e){return Object.keys(t.l(e).u)}s(op,"queryMonthStrings");function Ws(t){return Dl(Qt(t))}s(Ws,"Mt");function Dl(t){if((t=t.toLowerCase())!==wt&&t!==qr){const e=of(t).resolvedOptions().calendar;if(_o(t)!==_o(e))throw new RangeError(tg(t));return e}return t}s(Dl,"u");function _o(t){return t==="islamicc"&&(t="islamic"),t.split("-")[0]}s(_o,"computeCalendarIdBase");function Um(t,e){return n=>n===wt?t:n===qr||n===Yn?Object.assign(Object.create(t),{id:n}):Object.assign(Object.create(e),Sw(n))}s(Um,"createNativeOpsCreator");function xb(t,e,n,o){const r=eo(n,o,$n,[],cg);if(r.timeZone!==void 0){const i=n.F(r),l=Ks(r),c=t(r.timeZone);return{epochNanoseconds:Hr(e(c),{...i,...l},r.offset!==void 0?Oo(r.offset):void 0),timeZone:c}}return{...n.F(r),...me}}s(xb,"$");function _b(t,e,n,o,r,i){const l=eo(n,r,$n,ig,cg),c=t(l.timeZone),[a,u,f]=bl(i),d=n.F(l,xl(a)),p=Ks(l,a);return Ie(Hr(e(c),{...d,...p},l.offset!==void 0?Oo(l.offset):void 0,u,f),c,o)}s(_b,"Ne");function Cb(t,e,n){const o=eo(t,e,$n,[],On),r=Tt(n);return De(he({...t.F(o,xl(r)),...Ks(o,r)}))}s(Cb,"At");function Tb(t,e,n,o=[]){const r=eo(t,e,$n,o);return t.F(r,n)}s(Tb,"me");function Sb(t,e,n,o){const r=eo(t,e,Fu,o);return t.K(r,n)}s(Sb,"Xt");function Ob(t,e,n,o){const r=eo(t,n,$n,Zs);return e&&r.month!==void 0&&r.monthCode===void 0&&r.year===void 0&&(r.year=gn),t._(r,o)}s(Ob,"Rt");function $b(t,e){return nn(Ks(_e(t,Nc,[],1),Tt(e)))}s($b,"Tt");function Eb(t){const e=_e(t,Lu);return Ft(So({...Kt,...e}))}s(Eb,"q");function eo(t,e,n,o=[],r=[]){return _e(e,[...t.fields(n),...r].sort(),o)}s(eo,"refineCalendarFields");function _e(t,e,n,o=!n){const r={};let i,l=0;for(const c of e){if(c===i)throw new RangeError(py(c));if(c==="constructor"||c==="__proto__")throw new RangeError(dy(c));let a=t[c];if(a!==void 0)l=1,sp[c]&&(a=sp[c](a,c)),r[c]=a;else if(n){if(n.includes(c))throw new TypeError(Bu(c));r[c]=fg[c]}i=c}if(o&&!l)throw new TypeError(Jm(e));return r}s(_e,"refineFields");function Ks(t,e){return Gr(rf({...fg,...t}),e)}s(Ks,"refineTimeBag");function Pb(t,e,n,o,r){const{calendar:i,timeZone:l}=n,c=t(i),a=e(l),u=[...c.fields($n),...lg].sort(),f=(_=>{const C=Ce(_,nt),T=Gs(C.offsetNanoseconds),A=Vl(_.calendar),[V,K,U]=A.v(C),[et,J]=A.q(V,K),Ot=Hs(et,J);return{...Dw(C),year:V,monthCode:Ot,day:U,offset:T}})(n),d=_e(o,u),p=c.k(f,d),h={...f,...d},[b,y,x]=bl(r,2);return Ie(Hr(a,{...c.F(p,xl(b)),...Gr(rf(h),b)},Oo(h.offset),y,x),l,i)}s(Pb,"De");function Ab(t,e,n,o){const r=t(e.calendar),i=[...r.fields($n),...On].sort(),l={...Wm(c=e),hour:c.isoHour,minute:c.isoMinute,second:c.isoSecond,millisecond:c.isoMillisecond,microsecond:c.isoMicrosecond,nanosecond:c.isoNanosecond};var c;const a=_e(n,i),u=Tt(o),f=r.k(l,a),d={...l,...a};return De(he({...r.F(f,xl(u)),...Gr(rf(d),u)}))}s(Ab,"gt");function Mb(t,e,n,o){const r=t(e.calendar),i=r.fields($n).sort(),l=Wm(e),c=_e(n,i),a=r.k(l,c);return r.F(a,o)}s(Mb,"ee");function Ib(t,e,n,o){const r=t(e.calendar),i=r.fields(Fu).sort(),l=(u=>{const f=Vl(u.calendar),[d,p]=f.v(u),[h,b]=f.q(d,p);return{year:d,monthCode:Hs(h,b)}})(e),c=_e(n,i),a=r.k(l,c);return r.K(a,o)}s(Ib,"Wt");function Db(t,e,n,o){const r=t(e.calendar),i=r.fields($n).sort(),l=(u=>{const f=Vl(u.calendar),[d,p,h]=f.v(u),[b,y]=f.q(d,p);return{monthCode:Hs(b,y),day:h}})(e),c=_e(n,i),a=r.k(l,c);return r._(a,o)}s(Db,"Et");function Rb(t,e,n){return nn(((o,r,i)=>Ks({...Me(Nc,o),..._e(r,Nc)},Tt(i)))(t,e,n))}s(Rb,"rt");function Bb(t,e){return Ft((n=t,o=e,So({...n,..._e(o,Lu)})));var n,o}s(Bb,"A");function Hm(t,e,n,o,r){e=Me(n=t.fields(n),e),o=_e(o,r=t.fields(r),[]);let i=t.k(e,o);return i=_e(i,[...n,...r].sort(),[]),t.F(i)}s(Hm,"convertToIso");function tc(t,e){const n=Ic(t),o=pg[t.id||""]||{};let{era:r,eraYear:i,year:l}=e;if(r!==void 0||i!==void 0){if(r===void 0||i===void 0)throw new TypeError(vy);if(!n)throw new RangeError(gy);const c=n[o[r]||r];if(c===void 0)throw new RangeError(yy(r));const a=Nm(i,c);if(l!==void 0&&l!==a)throw new RangeError(by);l=a}else if(l===void 0)throw new TypeError(wy(n));return l}s(tc,"refineYear");function ui(t,e,n,o){let{month:r,monthCode:i}=e;if(i!==void 0){const l=((c,a,u,f)=>{const d=c.L(u),[p,h]=Iu(a);let b=Ui(p,h,d);if(h){const y=km(c);if(y===void 0)throw new RangeError(rs);if(y>0){if(b>y)throw new RangeError(rs);if(d===void 0){if(f===1)throw new RangeError(rs);b--}}else{if(b!==-y)throw new RangeError(rs);if(d===void 0&&f===1)throw new RangeError(rs)}}return b})(t,i,n,o);if(r!==void 0&&r!==l)throw new RangeError(_y);r=l,o=1}else if(r===void 0)throw new TypeError(Xm);return wn("month",r,1,t.B(n),o)}s(ui,"refineMonth");function ec(t,e,n,o,r){return ue(e,"day",1,t.U(o,n),r)}s(ec,"refineDay");function nc(t,e,n,o){let r=0;const i=[];for(const l of n)e[l]!==void 0?r=1:i.push(l);if(Object.assign(t,e),r)for(const l of o||i)delete t[l]}s(nc,"spliceFields");function Wm(t){const e=Vl(t.calendar),[n,o,r]=e.v(t),[i,l]=e.q(n,o);return{year:n,monthCode:Hs(i,l),day:r}}s(Wm,"computeDateEssentials");function Nb(t){return Cn(tn(za(Ya(t))))}s(Nb,"qe");function kb(t,e,n,o,r=wt){return Ie(tn(za(Ya(n))),e(o),t(r))}s(kb,"ye");function jb(t,e,n,o,r=0,i=0,l=0,c=0,a=0,u=0,f=wt){return De(he(vl(xn(re,Vr(kl,[e,n,o,r,i,l,c,a,u])))),t(f))}s(jb,"Zt");function Vb(t,e,n,o,r=wt){return Tn($e(Co(xn(re,{isoYear:e,isoMonth:n,isoDay:o}))),t(r))}s(Vb,"ue");function Fb(t,e,n,o=wt,r=1){const i=re(e),l=re(n),c=t(o);return Os(Qa(Co({isoYear:i,isoMonth:l,isoDay:re(r)})),c)}s(Fb,"Qt");function Lb(t,e,n,o=wt,r=gn){const i=re(e),l=re(n),c=t(o);return Fi($e(Co({isoYear:re(r),isoMonth:i,isoDay:l})),c)}s(Lb,"kt");function Gb(t=0,e=0,n=0,o=0,r=0,i=0){return nn(Gr(xn(re,Vr(Re,[t,e,n,o,r,i])),1))}s(Gb,"ut");function Ub(t=0,e=0,n=0,o=0,r=0,i=0,l=0,c=0,a=0,u=0){return Ft(So(xn(Za,Vr(St,[t,e,n,o,r,i,l,c,a,u]))))}s(Ub,"j");function Hb(t,e,n=wt){return Ie(t.epochNanoseconds,e,n)}s(Hb,"Je");function Wb(t){return Cn(t.epochNanoseconds)}s(Wb,"be");function Km(t,e){return De(Ce(e,t))}s(Km,"yt");function Ym(t,e){return Tn(Ce(e,t))}s(Ym,"fe");function Zm(t,e){return nn(Ce(e,t))}s(Zm,"dt");function Kb(t,e,n,o){const r=((i,l,c,a)=>{const u=(f=>xg(en(f)))(a);return Us(i(l),c,u)})(t,n,e,o);return Ie(tn(r),n,e.calendar)}s(Kb,"bt");function Yb(t,e,n,o,r){const i=t(r.timeZone),l=r.plainTime,c=l!==void 0?e(l):void 0,a=n(i);let u;return u=c?Us(a,{...o,...c}):Kn(a,{...o,...me}),Ie(u,i,o.calendar)}s(Yb,"ae");function Zb(t,e=me){return De(he({...t,...e}))}s(Zb,"ie");function qb(t,e,n){return((o,r)=>{const i=eo(o,r,ag);return o.K(i,void 0)})(t(e.calendar),n)}s(qb,"le");function zb(t,e,n){return((o,r)=>{const i=eo(o,r,ug);return o._(i)})(t(e.calendar),n)}s(zb,"se");function Jb(t,e,n,o){return((r,i,l)=>Hm(r,i,ag,Fs(l),Zs))(t(e.calendar),n,o)}s(Jb,"Ht");function Qb(t,e,n,o){return((r,i,l)=>Hm(r,i,ug,Fs(l),ku))(t(e.calendar),n,o)}s(Qb,"Vt");function Xb(t){return Cn(tn(ji(Za(t),Sn)))}s(Xb,"$e");function ty(t){return Cn(tn(za(Ya(t))))}s(ty,"He");function $o(t,e,n){const o=new Set(n);return(r,i)=>{const l=n&&$d(r,n);if(!$d(r=((c,a)=>{const u={};for(const f in a)c.has(f)||(u[f]=a[f]);return u})(o,r),t)){if(i&&l)throw new TypeError("Invalid formatting options");r={...e,...r}}return n&&(r.timeZone=Eo,["full","long"].includes(r.J)&&(r.J="medium")),r}}s($o,"createOptionsTransformer");function no(t,e=qm,n=0){const[o,,,r]=t;return(i,l=Qw,...c)=>{const a=e(r&&r(...c),i,l,o,n),u=a.resolvedOptions();return[a,...ey(t,u,c)]}}s(no,"Q");function qm(t,e,n,o,r){if(n=o(n,r),t){if(n.timeZone!==void 0)throw new TypeError(Ry);n.timeZone=t}return new Fn(e,n)}s(qm,"an");function ey(t,e,n){const[,o,r]=t;return n.map((i=>(i.calendar&&((l,c,a)=>{if((a||l!==wt)&&l!==c)throw new RangeError(eg)})(i.calendar,e.calendar,r),o(i,e))))}s(ey,"toEpochMillis");function ny(t,e,n){const o=e.timeZone,r=t(o),i={...Ce(e,r),...n||me};let l;return l=n?Hr(r,i,i.offsetNanoseconds,2):Kn(r,i),Ie(l,o,e.calendar)}s(ny,"ge");function oy(t,e=me){return De(he({...t,...e}))}s(oy,"Ot");function Ru(t,e){return{...t,calendar:e}}s(Ru,"pt");function ry(t,e){return{...t,timeZone:e}}s(ry,"Pe");function oc(t){const e=Dc();return Lr(e,t.R(e))}s(oc,"tn");function Dc(){return ji(Date.now(),Sn)}s(Dc,"Xe");function os(){return ip||(ip=new Fn().resolvedOptions().timeZone)}s(os,"Ue");const sy=s((t,e)=>`Non-integer ${t}: ${e}`,"expectedInteger"),iy=s((t,e)=>`Non-positive ${t}: ${e}`,"expectedPositive"),ly=s((t,e)=>`Non-finite ${t}: ${e}`,"expectedFinite"),cy=s(t=>`Cannot convert bigint to ${t}`,"forbiddenBigIntToNumber"),ay=s(t=>`Invalid bigint: ${t}`,"invalidBigInt"),uy="Cannot convert Symbol to string",fy="Invalid object",zm=s((t,e,n,o,r)=>r?zm(t,r[e],r[n],r[o]):oo(t,e)+`; must be between ${n}-${o}`,"numberOutOfRange"),oo=s((t,e)=>`Invalid ${t}: ${e}`,"invalidEntity"),Bu=s(t=>`Missing ${t}`,"missingField"),dy=s(t=>`Invalid field ${t}`,"forbiddenField"),py=s(t=>`Duplicate field ${t}`,"duplicateFields"),Jm=s(t=>"No valid fields: "+t.join(),"noValidFields"),hy="Invalid bag",Qm=s((t,e,n)=>oo(t,e)+"; must be "+Object.keys(n).join(),"invalidChoice"),my="Cannot use valueOf",Rc="Invalid calling context",gy="Forbidden era/eraYear",vy="Mismatching era/eraYear",by="Mismatching year/eraYear",yy=s(t=>`Invalid era: ${t}`,"invalidEra"),wy=s(t=>"Missing year"+(t?"/era/eraYear":""),"missingYear"),xy=s(t=>`Invalid monthCode: ${t}`,"invalidMonthCode"),_y="Mismatching month/monthCode",Xm="Missing month/monthCode",rs="Invalid leap month",Zr="Invalid protocol results",tg=s(t=>oo("Calendar",t),"c"),eg="Mismatching Calendars",ng=s(t=>oo("TimeZone",t),"F"),og="Mismatching TimeZones",Cy="Forbidden ICU TimeZone",Ty="Out-of-bounds offset",Sy="Out-of-bounds TimeZone gap",Oy="Invalid TimeZone offset",$y="Ambiguous offset",ro="Out-of-bounds date",Ey="Out-of-bounds duration",Py="Cannot mix duration signs",Rl="Missing relativeTo",Ay="Cannot use large units",My="Required smallestUnit or largestUnit",Iy="smallestUnit > largestUnit",de=s(t=>`Cannot parse: ${t}`,"failedParse"),mn=s(t=>`Invalid substring: ${t}`,"invalidSubstring"),Dy=s(t=>`Cannot format ${t}`,"rn"),rc="Mismatching types for formatting",Ry="Cannot specify TimeZone",rg=bt(dl,((t,e)=>e)),Br=bt(dl,((t,e,n)=>n)),Ee=bt(ki,2),Bc={nanosecond:0,microsecond:1,millisecond:2,second:3,minute:4,hour:5,day:6,week:7,month:8,year:9},Nu=Object.keys(Bc),pe=864e5,sg=1e3,Ys=1e3,Sn=1e6,Ye=1e9,Bl=6e10,Nl=36e11,$t=864e11,Qe=[1,Ys,Sn,Ye,Bl,Nl,$t],On=Nu.slice(0,6),Nc=Vs(On),By=["offset"],ig=["timeZone"],lg=On.concat(By),cg=lg.concat(ig),kc=["era","eraYear"],Ny=kc.concat(["year"]),ku=["year"],ju=["monthCode"],Vu=["month"].concat(ju),Zs=["day"],Fu=Vu.concat(ku),ag=ju.concat(ku),$n=Zs.concat(Fu),ky=Zs.concat(Vu),ug=Zs.concat(ju),fg=Br(On,0),wt="iso8601",qr="gregory",Yn="japanese",dg={[qr]:{"gregory-inverse":-1,gregory:0},[Yn]:{"japanese-inverse":-1,japanese:0,meiji:1867,taisho:1911,showa:1925,heisei:1988,reiwa:2018},ethiopic:{ethioaa:0,ethiopic:5500},coptic:{"coptic-inverse":-1,coptic:0},roc:{"roc-inverse":-1,roc:0},buddhist:{be:0},islamic:{ah:0},indian:{saka:0},persian:{ap:0}},pg={[qr]:{bce:"gregory-inverse",ce:"gregory"},[Yn]:{bce:"japanese-inverse",ce:"japanese"},ethiopic:{era0:"ethioaa",era1:"ethiopic"},coptic:{era0:"coptic-inverse",era1:"coptic"},roc:{broc:"roc-inverse",minguo:"roc"}},jy={chinese:13,dangi:13,hebrew:-6},Qt=bt(Wa,"string"),Vy=bt(Wa,"boolean"),Fy=bt(Wa,"number"),St=Nu.map((t=>t+"s")),Lu=Vs(St),Ly=St.slice(0,6),hg=St.slice(6),Gy=hg.slice(1),Uy=rg(St),Kt=Br(St,0),Gu=Br(Ly,0),Uu=bt(Vh,St),Re=["isoNanosecond","isoMicrosecond","isoMillisecond","isoSecond","isoMinute","isoHour"],Hu=["isoDay","isoMonth","isoYear"],kl=Re.concat(Hu),Wu=Vs(Hu),mg=Vs(Re),Hy=Vs(kl),me=Br(mg,0),Wy=bt(Vh,kl),Ku=1e8,Yu=Ku*pe,Ky=[Ku,0],Yy=[-Ku,0],As=275760,Ms=-271821,Fn=Intl.DateTimeFormat,gg="en-GB",Zy=1970,gn=1972,Dn=12,qy=Fr(1868,9,8),zy=we(M1,WeakMap),Wi="smallestUnit",jc="unit",vs="roundingIncrement",sc="fractionalSecondDigits",vg="relativeTo",ic="direction",bg={constrain:0,reject:1},Jy=Object.keys(bg),Qy={compatible:0,reject:1,earlier:2,later:3},Xy={reject:0,use:1,prefer:2,ignore:3},tw={auto:0,never:1,critical:2,always:3},ew={auto:0,never:1,critical:2},nw={auto:0,never:1},ow={floor:0,halfFloor:1,ceil:2,halfCeil:3,trunc:4,halfTrunc:5,expand:6,halfExpand:7,halfEven:8},rw={previous:-1,next:1},qs=bt(lu,Wi),yg=bt(lu,"largestUnit"),sw=bt(lu,jc),wg=bt(Qn,"overflow",bg),xg=bt(Qn,"disambiguation",Qy),iw=bt(Qn,"offset",Xy),Zu=bt(Qn,"calendarName",tw),lw=bt(Qn,"timeZoneName",ew),cw=bt(Qn,"offset",nw),zs=bt(Qn,"roundingMode",ow),qu="PlainYearMonth",zu="PlainMonthDay",Js="PlainDate",zr="PlainDateTime",Ju="PlainTime",so="ZonedDateTime",Qu="Instant",Xu="Duration",aw=[Math.floor,t=>li(t)?Math.floor(t):Math.round(t),Math.ceil,t=>li(t)?Math.ceil(t):Math.round(t),Math.trunc,t=>li(t)?Math.trunc(t)||0:Math.round(t),t=>t<0?Math.floor(t):Math.ceil(t),t=>Math.sign(t)*Math.round(Math.abs(t))||0,t=>li(t)?(t=Math.trunc(t)||0)+t%2:Math.round(t)],Eo="UTC",xi=5184e3,uw=Vi(1847),fw=Vi(new Date().getUTCFullYear()+10),dw=/0+$/,Ce=we(K1,WeakMap),rp=2**32-1,nt=we((t=>{const e=Eu(t);return typeof e=="object"?new Fc(e):new Vc(e||0)})),Df=class Df{constructor(e){this.$=e}R(){return this.$}I(e){return(n=>{const o=Ut({...n,...me});if(!o||Math.abs(o[0])>1e8)throw new RangeError(ro)})(e),[Xa(e,this.$)]}O(){}};s(Df,"FixedTimeZone");let Vc=Df;const Rf=class Rf{constructor(e){this.nn=(n=>{function o(u){const f=Ss(u,c,a),[d,p]=Zd(f),h=i(d),b=i(p);return h===b?h:r(l(d,p),h,b,u)}s(o,"getOffsetSec");function r(u,f,d,p){let h,b;for(;(p===void 0||(h=p<u[0]?f:p>=u[1]?d:void 0)===void 0)&&(b=u[1]-u[0]);){const y=u[0]+Math.floor(b/2);n(y)===d?u[1]=y:u[0]=y+1}return h}s(r,"pinch");const i=we(n),l=we(z1);let c=uw,a=fw;return{tn(u){const f=o(u-86400),d=o(u+86400),p=u-f,h=u-d;if(f===d)return[p];const b=o(p);return b===o(h)?[u-b]:f>d?[p,h]:[]},rn:o,O(u,f){const d=Ss(u,c,a);let[p,h]=Zd(d);const b=xi*f,y=f<0?()=>h>c||(c=d,0):()=>p<a||(a=d,0);for(;y();){const x=i(p),_=i(h);if(x!==_){const C=l(p,h);r(C,x,_);const T=C[0];if((Vn(T,u)||1)===f)return T}p+=b,h+=b}}}})((n=>o=>{const r=tu(n,o*sg);return Vi(Fm(r),parseInt(r.month),parseInt(r.day),parseInt(r.hour),parseInt(r.minute),parseInt(r.second))-o})(e))}R(e){return this.nn.rn((n=>Ad(n)[0])(e))*Ye}I(e){const[n,o]=[Vi((r=e).isoYear,r.isoMonth,r.isoDay,r.isoHour,r.isoMinute,r.isoSecond),r.isoMillisecond*Sn+r.isoMicrosecond*Ys+r.isoNanosecond];var r;return this.nn.tn(n).map((i=>tn(wo(ji(i,Ye),o))))}O(e,n){const[o,r]=Ad(e),i=this.nn.O(o+(n>0||r?1:0),n);if(i!==void 0)return ji(i,Ye)}};s(Rf,"IntlTimeZone");let Fc=Rf;const tf="([+-])",_i="(?:[.,](\\d{1,9}))?",_g=`(?:(?:${tf}(\\d{6}))|(\\d{4}))-?(\\d{2})`,ef="(\\d{2})(?::?(\\d{2})(?::?(\\d{2})"+_i+")?)?",nf=tf+ef,pw=_g+"-?(\\d{2})(?:[T ]"+ef+"(Z|"+nf+")?)?",Cg="\\[(!?)([^\\]]*)\\]",jl=`((?:${Cg}){0,9})`,hw=Kr(_g+jl),mw=Kr("(?:--)?(\\d{2})-?(\\d{2})"+jl),gw=Kr(pw+jl),vw=Kr("T?"+ef+"(?:"+nf+")?"+jl),bw=Kr(nf),yw=new RegExp(Cg,"g"),ww=Kr(`${tf}?P(\\d+Y)?(\\d+M)?(\\d+W)?(\\d+D)?(?:T(?:(\\d+)${_i}H)?(?:(\\d+)${_i}M)?(?:(\\d+)${_i}S)?)?`),xw=we((t=>new Fn(gg,{timeZone:t,era:"short",year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric"}))),_w=/^(AC|AE|AG|AR|AS|BE|BS|CA|CN|CS|CT|EA|EC|IE|IS|JS|MI|NE|NS|PL|PN|PR|PS|SS|VS)T$/,Cw=/[^\w\/:+-]+/,Tw=/^M(\d{2})(L?)$/,Sw=we(bb),of=we((t=>new Fn(gg,{calendar:t,timeZone:Eo,era:"short",year:"numeric",month:"short",day:"numeric"}))),Tg={P(t,e,n){const o=Tt(n);let r,{years:i,months:l,weeks:c,days:a}=e;if(a+=Wt(e,5)[0],i||l)r=((u,f,d,p,h)=>{let[b,y,x]=u.v(f);if(d){const[_,C]=u.q(b,y);b+=d,y=Ui(_,C,u.L(b)),y=wn("month",y,1,u.B(b),h)}return p&&([b,y]=u.un(b,y,p)),x=wn("day",x,1,u.U(b,y),h),u.p(b,y,x)})(this,t,i,l,o);else{if(!c&&!a)return t;r=se(t)}if(r===void 0)throw new RangeError(ro);return r+=(7*c+a)*pe,$e(gl(r))},N(t,e,n){if(n<=7){let a=0,u=Dm({...t,...me},{...e,...me});return n===7&&([a,u]=Un(u,7)),{...Kt,weeks:a,days:u}}const o=this.v(t),r=this.v(e);let[i,l,c]=((a,u,f,d,p,h,b)=>{let y=p-u,x=h-f,_=b-d;if(y||x){const C=Math.sign(y||x);let T=a.U(p,h),A=0;if(Math.sign(_)===-C){const V=T;[p,h]=a.un(p,h,-C),y=p-u,x=h-f,T=a.U(p,h),A=C<0?-V:T}if(_=b-Math.min(d,T)+A,y){const[V,K]=a.q(u,f),[U,et]=a.q(p,h);if(x=U-V||Number(et)-Number(K),Math.sign(x)===-C){const J=C<0&&-a.B(p);y=(p-=C)-u,x=h-Ui(V,K,a.L(p))+(J||a.B(p))}}}return[y,x,_]})(this,...o,...r);return n===8&&(l+=this.cn(i,o[0]),i=0),{...Kt,years:i,months:l,days:c}},F(t,e){const n=Tt(e),o=tc(this,t),r=ui(this,t,o,n),i=ec(this,t,r,o,n);return Tn($e(this.V(o,r,i)),this.id||wt)},K(t,e){const n=Tt(e),o=tc(this,t),r=ui(this,t,o,n);return Os(Qa(this.V(o,r,1)),this.id||wt)},_(t,e){const n=Tt(e);let o,r,i,l=t.eraYear!==void 0||t.year!==void 0?tc(this,t):void 0;const c=!this.id;if(l===void 0&&c&&(l=gn),l!==void 0){const d=ui(this,t,l,n);o=ec(this,t,d,l,n);const p=this.L(l);r=Du(d,p),i=d===p}else{if(t.monthCode===void 0)throw new TypeError(Xm);if([r,i]=Iu(t.monthCode),this.id&&this.id!==qr&&this.id!==Yn)if(this.id&&_o(this.id)==="coptic"&&n===0){const d=i||r!==13?30:6;o=t.day,o=Ss(o,1,d)}else if(this.id&&_o(this.id)==="chinese"&&n===0){const d=!i||r!==1&&r!==9&&r!==10&&r!==11&&r!==12?30:29;o=t.day,o=Ss(o,1,d)}else o=t.day;else o=ec(this,t,ui(this,t,gn,n),gn,n)}const a=this.G(r,i,o);if(!a)throw new RangeError("Cannot guess year");const[u,f]=a;return Fi($e(this.V(u,f,o)),this.id||wt)},fields(t){return Ic(this)&&t.includes("year")?[...t,...kc]:t},k(t,e){const n=Object.assign(Object.create(null),t);return nc(n,e,Vu),Ic(this)&&(nc(n,e,Ny),this.id===Yn&&nc(n,e,ky,kc)),n},inLeapYear(t){const[e]=this.v(t);return this.sn(e)},monthsInYear(t){const[e]=this.v(t);return this.B(e)},daysInMonth(t){const[e,n]=this.v(t);return this.U(e,n)},daysInYear(t){const[e]=this.v(t);return this.fn(e)},dayOfYear:Mu,era(t){return this.hn(t)[0]},eraYear(t){return this.hn(t)[1]},monthCode(t){const[e,n]=this.v(t),[o,r]=this.q(e,n);return Hs(o,r)},dayOfWeek:Qh,daysInWeek(){return 7}},Ow={v:eu,hn:Xh,q:Zh},$w={dayOfYear:Mu,v:eu,p:Fr},Ew=Object.assign({},$w,{weekOfYear:Rm,yearOfWeek:Bm,m(t){function e(h){return(7-h<o?7:0)-h}s(e,"computeWeekShift");function n(h){const b=Jh(p+h),y=h||1,x=e(gs(a+b*y,7));return f=(b+(x-u)*y)/7}s(n,"computeWeeksInYear");const o=this.id?1:4,r=Qh(t),i=this.dayOfYear(t),l=gs(r-1,7),c=i-1,a=gs(l-c,7),u=e(a);let f,d=Math.floor((c-u)/7)+1,p=t.isoYear;return d?d>n(0)&&(d=1,p++):(d=n(-1),p--),[d,p,f]}}),Pw=Object.assign({},Tg,Ew,{v:eu,hn:Xh,q:Zh,G(t,e){if(!e)return[gn,t]},sn:nu,L(){},B:qh,cn:s(t=>t*Dn,"cn"),U:zh,fn:Jh,V:s((t,e,n)=>({isoYear:t,isoMonth:e,isoDay:n}),"V"),p:Fr,un:s((t,e,n)=>(t+=pl(n,Dn),(e+=Ua(n,Dn))<1?(t--,e+=Dn):e>Dn&&(t++,e-=Dn),[t,e]),"un"),year(t){return t.isoYear},month(t){return t.isoMonth},day:s(t=>t.isoDay,"day")}),Aw={v:Hi,hn:Gm,q:Lm},Mw={dayOfYear:Mu,v:Hi,p:Ps,weekOfYear:Rm,yearOfWeek:Bm,m(){return[]}},Iw=Object.assign({},Tg,Mw,{v:Hi,hn:Gm,q:Lm,G(t,e,n){const o=this.id&&_o(this.id)==="chinese"?((u,f,d)=>{if(f)switch(u){case 1:return 1651;case 2:return d<30?1947:1765;case 3:return d<30?1966:1955;case 4:return d<30?1963:1944;case 5:return d<30?1971:1952;case 6:return d<30?1960:1941;case 7:return d<30?1968:1938;case 8:return d<30?1957:1718;case 9:return 1832;case 10:return 1870;case 11:return 1814;case 12:return 1890}return 1972})(t,e,n):gn;let[r,i,l]=Hi.call(this,{isoYear:o,isoMonth:Dn,isoDay:31});const c=wi.call(this,r),a=i===c;(Vn(t,Du(i,c))||Vn(Number(e),Number(a))||Vn(n,l))===1&&r--;for(let u=0;u<100;u++){const f=r-u,d=wi.call(this,f),p=Ui(t,e,d);if(e===(p===d)&&n<=np.call(this,f,p))return[f,p]}},sn(t){const e=ci.call(this,t);return e>ci.call(this,t-1)&&e>ci.call(this,t+1)},L:wi,B:ai,cn(t,e){const n=e+t,o=Math.sign(t),r=o<0?-1:0;let i=0;for(let l=e;l!==n;l+=o)i+=ai.call(this,l+r);return i},U:np,fn:ci,V(t,e,n){return gl(Ps.call(this,t,e,n))},p:Ps,un(t,e,n){if(n){if(e+=n,!Number.isSafeInteger(e))throw new RangeError(ro);if(n<0)for(;e<1;)e+=ai.call(this,--t);else{let o;for(;e>(o=ai.call(this,t));)e-=o,t++}}return[t,e]},year(t){return this.h(t).year},month(t){const{year:e,o:n}=this.h(t),{u:o}=this.l(e);return o[n]+1},day(t){return this.h(t).day}}),Vl=Um(Ow,Aw),X=Um(Pw,Iw),sp={era:yi,eraYear:re,year:re,month:Pd,monthCode(t){const e=yi(t);return Iu(e),e},day:Pd,...Br(On,re),...Br(St,Za),offset(t){const e=yi(t);return Oo(e),e}},rf=bt(kh,On,Re),Dw=bt(kh,Re,On),Ln="numeric",Qs=["timeZoneName"],Sg={month:Ln,day:Ln},sf={year:Ln,month:Ln},lf=Object.assign({},sf,{day:Ln}),cf={hour:Ln,minute:Ln,second:Ln},af=Object.assign({},lf,cf),Rw=Object.assign({},af,{timeZoneName:"short"}),Bw=Object.keys(sf),Nw=Object.keys(Sg),kw=Object.keys(lf),jw=Object.keys(cf),uf=["dateStyle"],Vw=Bw.concat(uf),Fw=Nw.concat(uf),ff=kw.concat(uf,["weekday"]),Xs=jw.concat(["dayPeriod","timeStyle","fractionalSecondDigits"]),df=ff.concat(Xs),Lw=Qs.concat(Xs),Gw=Qs.concat(ff),Uw=Qs.concat(["day","weekday"],Xs),Hw=Qs.concat(["year","weekday"],Xs),Ww=$o(df,af),Kw=$o(df,Rw),Yw=$o(df,af,Qs),Zw=$o(ff,lf,Lw),qw=$o(Xs,cf,Gw),zw=$o(Vw,sf,Uw),Jw=$o(Fw,Sg,Hw),Qw={},Og=new Fn(void 0,{calendar:wt}).resolvedOptions().calendar===wt,$g=[Ww,cu],Xw=[Kw,cu,0,(t,e)=>{const n=t.timeZone;if(e&&e.timeZone!==n)throw new RangeError(og);return n}],Eg=[Yw,se],Pg=[Zw,se],Ag=[qw,t=>Hn(t)/Sn],Mg=[zw,se,Og],Ig=[Jw,se,Og];let ip;function io(t,e,n,o,r){function i(...a){if(!(this instanceof i))throw new TypeError(Rc);ap(this,e(...a))}s(i,"Class");function l(a,u){return Object.defineProperties((function(...f){return a.call(this,c(this),...f)}),Ts(u))}s(l,"bindMethod");function c(a){const u=ce(a);if(!u||u.branding!==t)throw new TypeError(Rc);return u}return s(c,"getSpecificSlots"),Object.defineProperties(i.prototype,{...E1(xn(l,n)),...Ir(xn(l,o)),...Ga("Temporal."+t)}),Object.defineProperties(i,{...Ir(r),...Ts(t)}),[i,a=>{const u=Object.create(i.prototype);return ap(u,a),u},c]}s(io,"createSlotClass");function Jr(t){if(ce(t)||t.calendar!==void 0||t.timeZone!==void 0)throw new TypeError(hy);return t}s(Jr,"rejectInvalidBag");function ti(t){return Dg(t)||wt}s(ti,"getCalendarIdFromBag");function Dg(t){const{calendar:e}=t;if(e!==void 0)return Fl(e)}s(Dg,"extractCalendarIdFromBag");function Fl(t){if(ie(t)){const{calendar:e}=ce(t)||{};if(!e)throw new TypeError(tg(t));return e}return(e=>Dl(sb(Qt(e))))(t)}s(Fl,"refineCalendarArg");function pf(t){const e={};for(const n in t)e[n]=o=>{const{calendar:r}=o;return X(r)[n](o)};return e}s(pf,"createCalendarGetters");function lo(){throw new TypeError(my)}s(lo,"neverValueOf");function ve(t){if(ie(t)){const{timeZone:e}=ce(t)||{};if(!e)throw new TypeError(ng(t));return e}return(e=>$u(ib(Qt(e))))(t)}s(ve,"refineTimeZoneArg");function jt(t){if(ie(t)){const e=ce(t);return e&&e.branding===Xu?e:Eb(t)}return rb(t)}s(jt,"toDurationSlots");function ss(t){if(t!==void 0){if(ie(t)){const e=ce(t)||{};switch(e.branding){case so:case Js:return e;case zr:return Tn(e)}const n=ti(t);return{...xb(ve,nt,X(n),t),calendar:n}}return Q1(t)}}s(ss,"refinePublicRelativeTo");function Rn(t,e){if(ie(t)){const o=ce(t)||{};switch(o.branding){case Ju:return Tt(e),o;case zr:return Tt(e),nn(o);case so:return Tt(e),Zm(nt,o)}return $b(t,e)}const n=ob(t);return Tt(e),n}s(Rn,"toPlainTimeSlots");function hf(t){return t===void 0?void 0:Rn(t)}s(hf,"optionalToPlainTimeFields");function Do(t,e){if(ie(t)){const o=ce(t)||{};switch(o.branding){case zr:return Tt(e),o;case Js:return Tt(e),De({...o,...me});case so:return Tt(e),Km(nt,o)}return Cb(X(ti(t)),t,e)}const n=tb(t);return Tt(e),n}s(Do,"toPlainDateTimeSlots");function lp(t,e){if(ie(t)){const o=ce(t);if(o&&o.branding===zu)return Tt(e),o;const r=Dg(t);return Ob(X(r||wt),!r,t,e)}const n=nb(X,t);return Tt(e),n}s(lp,"toPlainMonthDaySlots");function Ro(t,e){if(ie(t)){const o=ce(t);return o&&o.branding===qu?(Tt(e),o):Sb(X(ti(t)),t,e)}const n=eb(X,t);return Tt(e),n}s(Ro,"toPlainYearMonthSlots");function Bo(t,e){if(ie(t)){const o=ce(t)||{};switch(o.branding){case Js:return Tt(e),o;case zr:return Tt(e),Tn(o);case so:return Tt(e),Ym(nt,o)}return Tb(X(ti(t)),t,e)}const n=wu(t);return Tt(e),n}s(Bo,"toPlainDateSlots");function No(t,e){if(ie(t)){const n=ce(t);if(n&&n.branding===so)return bl(e),n;const o=ti(t);return _b(ve,nt,X(o),o,t,e)}return X1(t,e)}s(No,"toZonedDateTimeSlots");function cp(t){return xn((e=>n=>e(Lc(n))),t)}s(cp,"adaptDateMethods");function Lc(t){return Ce(t,nt)}s(Lc,"slotsToIso");function ko(t){if(ie(t)){const e=ce(t);if(e)switch(e.branding){case Qu:return e;case so:return Cn(e.epochNanoseconds)}}return J1(t)}s(ko,"toInstantSlots");function tx(){function t(i,l){return new e(i,l)}s(t,"DateTimeFormatFunc");function e(i,l=Object.create(null)){Yi.set(this,((c,a)=>{const u=new Fn(c,a),f=u.resolvedOptions(),d=f.locale,p=Me(Object.keys(a),f),h=we(ox),b=s((y,...x)=>{if(y){if(x.length!==2)throw new TypeError(rc);for(const A of x)if(A===void 0)throw new TypeError(rc)}y||x[0]!==void 0||(x=[]);const _=x.map((A=>ce(A)||Number(A)));let C,T=0;for(const A of _){const V=typeof A=="object"?A.branding:void 0;if(T++&&V!==C)throw new TypeError(rc);C=V}return C?h(C)(d,p,..._):[u,..._]},"prepFormat");return b.X=u,b})(i,l))}s(e,"DateTimeFormatNew");const n=Fn.prototype,o=Object.getOwnPropertyDescriptors(n),r=Object.getOwnPropertyDescriptors(Fn);for(const i in o){const l=o[i],c=i.startsWith("format")&&ex(i);typeof l.value=="function"?l.value=i==="constructor"?t:c||nx(i):c&&(l.get=function(){if(!Yi.has(this))throw new TypeError(Rc);return(...a)=>c.apply(this,a)},Object.defineProperties(l.get,Ts(`get ${i}`)))}return r.prototype.value=e.prototype=Object.create({},o),Object.defineProperties(t,r),t}s(tx,"createDateTimeFormatClass");function ex(t){return Object.defineProperties((function(...e){const n=Yi.get(this),[o,...r]=n(t.includes("Range"),...e);return o[t](...r)}),Ts(t))}s(ex,"createFormatMethod");function nx(t){return Object.defineProperties((function(...e){return Yi.get(this).X[t](...e)}),Ts(t))}s(nx,"createProxiedMethod");function ox(t){const e=ax[t];if(!e)throw new TypeError(Dy(t));return no(e,we(qm),1)}s(ox,"createFormatPrepperForBranding");const Ki=new WeakMap,ce=Ki.get.bind(Ki),ap=Ki.set.bind(Ki),Rg={era:P1,eraYear:Lh,year:Ha,month:dn,daysInMonth:dn,daysInYear:dn,inLeapYear:Vy,monthsInYear:dn},mf={monthCode:Qt},Bg={day:dn},rx={dayOfWeek:dn,dayOfYear:dn,weekOfYear:A1,yearOfWeek:Lh,daysInWeek:dn},gf=pf(Object.assign({},Rg,mf,Bg,rx)),sx=pf({...Rg,...mf}),ix=pf({...mf,...Bg}),ei={calendarId:s(t=>t.calendar,"calendarId")},lx=dl((t=>e=>e[t]),St.concat("sign")),vf=dl(((t,e)=>n=>n[Re[e]]),On),Ng={epochMilliseconds:cu,epochNanoseconds:D1},[cx,Rt]=io(Xu,Ub,{...lx,blank:q1},{with:s((t,e)=>Rt(Bb(t,e)),"with"),negated:s(t=>Rt(yu(t)),"negated"),abs:s(t=>Rt(Z1(t)),"abs"),add:s((t,e,n)=>Rt(Yd(ss,X,nt,0,t,jt(e),n)),"add"),subtract:s((t,e,n)=>Rt(Yd(ss,X,nt,1,t,jt(e),n)),"subtract"),round:s((t,e)=>Rt(Y1(ss,X,nt,t,e)),"round"),total:s((t,e)=>R1(ss,X,nt,t,e),"total"),toLocaleString(t,e,n){return Intl.DurationFormat?new Intl.DurationFormat(e,n).format(this):Xl(t)},toString:Xl,toJSON:s(t=>Xl(t),"toJSON"),valueOf:lo},{from:s(t=>Rt(jt(t)),"from"),compare:s((t,e,n)=>cb(ss,X,nt,jt(t),jt(e),n),"compare")}),ax={Instant:$g,PlainDateTime:Eg,PlainDate:Pg,PlainTime:Ag,PlainYearMonth:Mg,PlainMonthDay:Ig},ux=no($g),fx=no(Xw),dx=no(Eg),px=no(Pg),hx=no(Ag),mx=no(Mg),gx=no(Ig),[vx,kn]=io(Ju,Gb,vf,{with(t,e,n){return kn(Rb(this,Jr(e),n))},add:s((t,e)=>kn(Kd(0,t,jt(e))),"add"),subtract:s((t,e)=>kn(Kd(1,t,jt(e))),"subtract"),until:s((t,e,n)=>Rt(ep(0,t,Rn(e),n)),"until"),since:s((t,e,n)=>Rt(ep(1,t,Rn(e),n)),"since"),round:s((t,e)=>kn(j1(t,e)),"round"),equals:s((t,e)=>mb(t,Rn(e)),"equals"),toLocaleString(t,e,n){const[o,r]=hx(e,n,t);return o.format(r)},toString:Vd,toJSON:s(t=>Vd(t),"toJSON"),valueOf:lo},{from:s((t,e)=>kn(Rn(t,e)),"from"),compare:s((t,e)=>Pu(Rn(t),Rn(e)),"compare")}),[bx,Ue]=io(zr,bt(jb,Ws),{...ei,...gf,...vf},{with:s((t,e,n)=>Ue(Ab(X,t,Jr(e),n)),"with"),withCalendar:s((t,e)=>Ue(Ru(t,Fl(e))),"withCalendar"),withPlainTime:s((t,e)=>Ue(oy(t,hf(e))),"withPlainTime"),add:s((t,e,n)=>Ue(Ud(X,0,t,jt(e),n)),"add"),subtract:s((t,e,n)=>Ue(Ud(X,1,t,jt(e),n)),"subtract"),until:s((t,e,n)=>Rt(Qd(X,0,t,Do(e),n)),"until"),since:s((t,e,n)=>Rt(Qd(X,1,t,Do(e),n)),"since"),round:s((t,e)=>Ue(k1(t,e)),"round"),equals:s((t,e)=>fb(t,Do(e)),"equals"),toZonedDateTime:s((t,e,n)=>oe(Kb(nt,t,ve(e),n)),"toZonedDateTime"),toPlainDate:s(t=>We(Tn(t)),"toPlainDate"),toPlainTime:s(t=>kn(nn(t)),"toPlainTime"),toLocaleString(t,e,n){const[o,r]=dx(e,n,t);return o.format(r)},toString:Bd,toJSON:s(t=>Bd(t),"toJSON"),valueOf:lo},{from:s((t,e)=>Ue(Do(t,e)),"from"),compare:s((t,e)=>$m(Do(t),Do(e)),"compare")}),[yx,Gc]=io(zu,bt(Lb,Ws),{...ei,...ix},{with:s((t,e,n)=>Gc(Db(X,t,Jr(e),n)),"with"),equals:s((t,e)=>hb(t,lp(e)),"equals"),toPlainDate(t,e){return We(Qb(X,t,this,e))},toLocaleString(t,e,n){const[o,r]=gx(e,n,t);return o.format(r)},toString:jd,toJSON:s(t=>jd(t),"toJSON"),valueOf:lo},{from:s((t,e)=>Gc(lp(t,e)),"from")}),[wx,cs]=io(qu,bt(Fb,Ws),{...ei,...sx},{with:s((t,e,n)=>cs(Ib(X,t,Jr(e),n)),"with"),add:s((t,e,n)=>cs(Wd(X,0,t,jt(e),n)),"add"),subtract:s((t,e,n)=>cs(Wd(X,1,t,jt(e),n)),"subtract"),until:s((t,e,n)=>Rt(tp(X,0,t,Ro(e),n)),"until"),since:s((t,e,n)=>Rt(tp(X,1,t,Ro(e),n)),"since"),equals:s((t,e)=>pb(t,Ro(e)),"equals"),toPlainDate(t,e){return We(Jb(X,t,this,e))},toLocaleString(t,e,n){const[o,r]=mx(e,n,t);return o.format(r)},toString:kd,toJSON:s(t=>kd(t),"toJSON"),valueOf:lo},{from:s((t,e)=>cs(Ro(t,e)),"from"),compare:s((t,e)=>Yr(Ro(t),Ro(e)),"compare")}),[xx,We]=io(Js,bt(Vb,Ws),{...ei,...gf},{with:s((t,e,n)=>We(Mb(X,t,Jr(e),n)),"with"),withCalendar:s((t,e)=>We(Ru(t,Fl(e))),"withCalendar"),add:s((t,e,n)=>We(Hd(X,0,t,jt(e),n)),"add"),subtract:s((t,e,n)=>We(Hd(X,1,t,jt(e),n)),"subtract"),until:s((t,e,n)=>Rt(Xd(X,0,t,Bo(e),n)),"until"),since:s((t,e,n)=>Rt(Xd(X,1,t,Bo(e),n)),"since"),equals:s((t,e)=>db(t,Bo(e)),"equals"),toZonedDateTime(t,e){const n=ie(e)?e:{timeZone:e};return oe(Yb(ve,Rn,nt,t,n))},toPlainDateTime:s((t,e)=>Ue(Zb(t,hf(e))),"toPlainDateTime"),toPlainYearMonth(t){return cs(qb(X,t,this))},toPlainMonthDay(t){return Gc(zb(X,t,this))},toLocaleString(t,e,n){const[o,r]=px(e,n,t);return o.format(r)},toString:Nd,toJSON:s(t=>Nd(t),"toJSON"),valueOf:lo},{from:s((t,e)=>We(Bo(t,e)),"from"),compare:s((t,e)=>Yr(Bo(t),Bo(e)),"compare")}),[_x,oe]=io(so,bt(kb,Ws,lb),{...Ng,...ei,...cp(gf),...cp(vf),offset:s(t=>Gs(Lc(t).offsetNanoseconds),"offset"),offsetNanoseconds:s(t=>Lc(t).offsetNanoseconds,"offsetNanoseconds"),timeZoneId:s(t=>t.timeZone,"timeZoneId"),hoursInDay:s(t=>V1(nt,t),"hoursInDay")},{with:s((t,e,n)=>oe(Pb(X,nt,t,Jr(e),n)),"with"),withCalendar:s((t,e)=>oe(Ru(t,Fl(e))),"withCalendar"),withTimeZone:s((t,e)=>oe(ry(t,ve(e))),"withTimeZone"),withPlainTime:s((t,e)=>oe(ny(nt,t,hf(e))),"withPlainTime"),add:s((t,e,n)=>oe(Gd(X,nt,0,t,jt(e),n)),"add"),subtract:s((t,e,n)=>oe(Gd(X,nt,1,t,jt(e),n)),"subtract"),until:s((t,e,n)=>Rt(Ft(Jd(X,nt,0,t,No(e),n))),"until"),since:s((t,e,n)=>Rt(Ft(Jd(X,nt,1,t,No(e),n))),"since"),round:s((t,e)=>oe(N1(nt,t,e)),"round"),startOfDay:s(t=>oe(F1(nt,t)),"startOfDay"),equals:s((t,e)=>ub(t,No(e)),"equals"),toInstant:s(t=>Bn(Wb(t)),"toInstant"),toPlainDateTime:s(t=>Ue(Km(nt,t)),"toPlainDateTime"),toPlainDate:s(t=>We(Ym(nt,t)),"toPlainDate"),toPlainTime:s(t=>kn(Zm(nt,t)),"toPlainTime"),toLocaleString(t,e,n={}){const[o,r]=fx(e,n,t);return o.format(r)},toString:s((t,e)=>Rd(nt,t,e),"toString"),toJSON:s(t=>Rd(nt,t),"toJSON"),valueOf:lo,getTimeZoneTransition(t,e){const{timeZone:n,epochNanoseconds:o}=t,r=I1(e),i=nt(n).O(o,r);return i?oe({...t,epochNanoseconds:i}):null}},{from:s((t,e)=>oe(No(t,e)),"from"),compare:s((t,e)=>Om(No(t),No(e)),"compare")}),[Cx,Bn]=io(Qu,Nb,Ng,{add:s((t,e)=>Bn(Ld(0,t,jt(e))),"add"),subtract:s((t,e)=>Bn(Ld(1,t,jt(e))),"subtract"),until:s((t,e,n)=>Rt(zd(0,t,ko(e),n)),"until"),since:s((t,e,n)=>Rt(zd(1,t,ko(e),n)),"since"),round:s((t,e)=>Bn(B1(t,e)),"round"),equals:s((t,e)=>ab(t,ko(e)),"equals"),toZonedDateTimeISO:s((t,e)=>oe(Hb(t,ve(e))),"toZonedDateTimeISO"),toLocaleString(t,e,n){const[o,r]=ux(e,n,t);return o.format(r)},toString:s((t,e)=>Dd(ve,nt,t,e),"toString"),toJSON:s(t=>Dd(ve,nt,t),"toJSON"),valueOf:lo},{from:s(t=>Bn(ko(t)),"from"),fromEpochMilliseconds:s(t=>Bn(Xb(t)),"fromEpochMilliseconds"),fromEpochNanoseconds:s(t=>Bn(ty(t)),"fromEpochNanoseconds"),compare:s((t,e)=>Sm(ko(t),ko(e)),"compare")}),Tx=Object.defineProperties({},{...Ga("Temporal.Now"),...Ir({timeZoneId:s(()=>os(),"timeZoneId"),instant:s(()=>Bn(Cn(Dc())),"instant"),zonedDateTimeISO:s((t=os())=>oe(Ie(Dc(),ve(t),wt)),"zonedDateTimeISO"),plainDateTimeISO:s((t=os())=>Ue(De(oc(nt(ve(t))),wt)),"plainDateTimeISO"),plainDateISO:s((t=os())=>We(Tn(oc(nt(ve(t))),wt)),"plainDateISO"),plainTimeISO:s((t=os())=>kn(nn(oc(nt(ve(t))))),"plainTimeISO")})}),ln=Object.defineProperties({},{...Ga("Temporal"),...Ir({PlainYearMonth:wx,PlainMonthDay:yx,PlainDate:xx,PlainTime:vx,PlainDateTime:bx,ZonedDateTime:_x,Instant:Cx,Duration:cx,Now:Tx})}),Sx=tx(),Yi=new WeakMap;Object.create(Intl),Ir({DateTimeFormat:Sx});function Ox(t,e){if(t instanceof ln.ZonedDateTime)return t;if(t instanceof Date)return $VST.DT(t.getTime());if(e||(e=$VST.DTTZ??ln.Now.timeZoneId()),e=e,typeof t=="number")return ln.Instant.fromEpochMilliseconds(t).toZonedDateTimeISO(e);if(!t)return ln.Now.zonedDateTimeISO(e);try{let n="";if(typeof t=="string")try{return ln.PlainDateTime.from(t).toZonedDateTime(e)}catch{n=t}try{return ln.Instant.from(t.includes(" ")?t.replace(" ","T")+"Z":t).toZonedDateTimeISO(e)}catch{try{return ln.PlainDate.from(t).toZonedDateTime(e)}catch{t.includes(" ")&&(n=t.replace(" ","T")),!n.includes(".")&&!n.includes("Z")&&!n.includes("+")&&(n+=".000"),!n.endsWith("Z")&&!/[+-]\d{2}(:?\d{2})?$/.test(n)&&(n+="Z"),/[+-]\d{2}$/.test(n)&&(n+=":00")}return ln.Instant.from(n).toZonedDateTimeISO(e)}}catch(n){return console.error?.("Не удалось преобразовать строку в формат ISO 8601",n),ln.Now.zonedDateTimeISO(e)}}s(Ox,"DT");const Bf=class Bf{listeners={};addEventListener(e,n){this.listeners[e]||(this.listeners[e]=[]),this.listeners[e].push(n)}removeEventListener(e,n){this.listeners[e]&&(this.listeners[e]=this.listeners[e].filter(o=>o!==n))}dispatchEvent(e,n){this.listeners[e]&&this.listeners[e].forEach(o=>o(n))}};s(Bf,"EventManager");let Uc=Bf;const bf=new Uc;let En={};En.DT=Ox;En.$on=(t,e)=>{bf.addEventListener(t,e)};En.$off=(t,e)=>{bf.removeEventListener(t,e)};En.$emit=(t,e)=>{bf.dispatchEvent(t,e)};En.copyToClipboard=t=>{if(navigator.clipboard&&navigator.clipboard.writeText)navigator.clipboard.writeText(t).then(()=>{}).catch(e=>{console.error("Ошибка при копировании текста: ",e)});else{const e=document.createElement("textarea");e.value=t,e.setAttribute("readonly",""),e.style.position="absolute",e.style.left="-9999px",document.body.appendChild(e);const n=document.getSelection()?.rangeCount>0?document.getSelection()?.getRangeAt(0):!1;e.select();const o=document.execCommand("copy");document.body.removeChild(e),n&&(document.getSelection()?.removeAllRanges(),document.getSelection()?.addRange(n)),o||console.error("Не удалось скопировать текст")}};En.generateSecurePassword=(t=18)=>{const e=[...Array(t)].map((n,o,r)=>o<4?"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!%^()_+[]{}|;:<>?"[Math.floor(Math.random()*(o===0||o===1?26:o===2?10:32))]:"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!%^()_+[]{}|;:<>?"[Math.floor(Math.random()*72)]).sort(()=>Math.random()-.5).join("");return/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[\W_]).{12,}$/.test(e)?e:$VST.generateSecurePassword(t)};En.generateRandomKey=(t=32)=>{const e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";let n="";for(let o=0;o<t;o++)n+=e.charAt(Math.floor(Math.random()*e.length));return n};En.safeStringify=(t,e=2,n=20)=>{const o=new WeakSet,r=s((i,l,c=0)=>{if(c>n)return"[Max Depth Reached]";if(l===null||typeof l!="object")return l;if(o.has(l))return"[Circular]";if(l instanceof Date)return l.toISOString();if(l instanceof RegExp)return l.toString();if(l instanceof Error)return{name:l.name,message:l.message,stack:l.stack};if(o.add(l),Array.isArray(l))return l.map((u,f)=>r(String(f),u,c+1));const a={};for(const[u,f]of Object.entries(l))a[u]=r(u,f,c+1);return a},"stringifyWithDepth");try{const i=r("",t);return JSON.stringify(i,null,e)}catch(i){return`{"error": "Stringify failed: ${i.message}"}`}};window.addEventListener("resize",t=>$VST.$emit("$VST.viewPortResize"));const Nf=class Nf{mixins=[];components={};componentsParent={};emits=[];emitsParent=[];inject=[];injectParent=[];provide={};provideParent={};instance=this;$attrs={};$data={};$root;$emit(e,...n){}$forceUpdate(e){}$watch(e,n,o){}$nextTick(e){}$={};setup(e,n,o){}beforeCreate(){}created(){}beforeMount(){}mounted(){}beforeUpdate(){}updated(){}beforeUnmount(){}unmounted(){}setupParent(e,n,o){}beforeCreateParent(){}createdParent(){}beforeMountParent(){}mountedParent(){}beforeUpdateParent(){}updatedParent(){}beforeUnmountParent(){}unmountedParent(){}nextTick(e,n=1){}hasExternalHandlerEvent(e){return!1}};s(Nf,"VueClass");let Xe=Nf;const $x=["$attrs","$data","$el","$off","$on","$emit","$forceUpdate","$nextTick","$options","$parent","$props","$refs","$root","$slots","$watch"];typeof globalThis.$VST>"u"&&(globalThis.$VST={});function Ex(t){return typeof t=="function"?up(t):function(e){return up(e,t)}}s(Ex,"VueClassComponentDecorator");function up(t,e={}){let n=new t;return(()=>{let o={};const r=t?.___VST?.props??{},i=t?.___VST?.watch??{},l=t?.___VST?.computed??{};let c=Object.assign({},i[t.name]??{});const a=[];let u=t;for(;u&&u.name!=="VueClass";)u.name&&!a.includes(u.name)&&a.unshift(u.name),u=Object.getPrototypeOf(u);for(const x of a){if(r?.[x])for(const _ in r[x])o[_]||(o[_]=r[x][_]);if(i?.[x])for(const _ in i[x])c[_]||(c[_]=i[x][_])}const f={};let d=Object.getPrototypeOf(n);do o=Object.assign(o,r?.[d.constructor.name]??{});while((d=Object.getPrototypeOf(d))instanceof Xe);for(let x of dp(n))o[x]?o[x].default=n[x]:f[x]=n[x];const p={},h=new Hc;for(let x of Ax(fp(n),fp(h,!0)))p[x]=n[x];for(let x of dp(n))o[x]?o[x].default=n[x]:f[x]=n[x];let b=Object.assign({},l[t.name]??{});for(let x in b)delete n[x];let y=[];return ll({props:o,watch:c,computed:b,name:n.name??n.instance?.constructor?.name,mixins:n.mixins,components:{...n.componentsParent??{},...n.components},emits:n.emits.concat(n.emitsParent),inject:n.inject.concat(n.injectParent),provide:{...n.provideParent,...n.provide},setup:s(function(x,_){const C={...n.setupParent.bind(this)(x,_,n)||{},...n.setup.bind(this)(x,_,n)||{}};if(Object.keys(C).length)for(const T in C)n[T]=C[T];return C},"setup"),beforeCreate:s(function(){n=new t;for(const x in this.$props)n[x]=this.$props[x];n.$options=this.$options,n.$parent=this.$parent,n.$root=this.$root,n.$slots=this.$slots,n.instance=n,this.name=n.name??n.instance?.constructor.name,this.nextTick=n.nextTick=(x,_=1)=>{const C=s(T=>{this.$nextTick(()=>{T>1?C(T-1):typeof x=="function"&&!(x instanceof Promise)&&x?.call?.(this)})},"recursiveNextTick");C(_)},n.beforeCreateParent.call(this),n.beforeCreate.call(this)},"beforeCreate"),created:s(function(){this.name=n.name??n.instance?.constructor.name;for(let x in p)this[x]=n?.[x].bind?.(this);n.createdParent.call(this),n.created.call(this)},"created"),beforeMount:s(function(){n.beforeMountParent.call(this),n.beforeMount.call(this);const x=s(()=>{const _=Pc();_&&_.vnode.props&&(y=Object.keys(_.vnode.props).filter(C=>C.startsWith("on")).map(C=>C.slice(2).toLowerCase()))},"updateEventHandlers");x(),Pi(()=>{x()}),this.hasExternalHandlerEvent=_=>y.includes(_)},"beforeMount"),mounted:s(function(){n.mountedParent.call(this),n.mounted.call(this)},"mounted"),beforeUpdate:s(function(){n.beforeUpdateParent.call(this),n.beforeUpdate.call(this);const x=s(()=>{const _=Pc();_&&_.vnode.props&&(y=Object.keys(_.vnode.props).filter(C=>C.startsWith("on")).map(C=>C.slice(2).toLowerCase()))},"updateEventHandlers");x(),Pi(()=>{x()}),this.hasExternalHandlerEvent=_=>y.includes(_)},"beforeUpdate"),updated:s(function(){n.updatedParent.call(this),n.updated.call(this)},"updated"),beforeUnmount:s(function(){n.beforeUnmountParent.call(this),n.beforeUnmount.call(this)},"beforeUnmount"),unmounted:s(function(){n.unmountedParent.call(this),n.unmounted.call(this)},"unmounted"),data:s(function(){return{...f,__vue_class_instance__:null}},"data")})})()}s(up,"createComponent");const Px=Ex;function fp(t,e=!1){let n=new Set,o=t;do{if(!e&&o.constructor.name=="VueClass")break;Object.getOwnPropertyNames(o).map(r=>n.add(r))}while(o=Object.getPrototypeOf(o));return[...n.keys()].filter(r=>typeof t[r]=="function"&&typeof Object[r]!="function")}s(fp,"getMethods");function dp(t,e=!1){let n=new Set,o=t;do{if(!e&&o.constructor.name=="VueClass")break;Object.getOwnPropertyNames(o).map(r=>n.add(r))}while(o=Object.getPrototypeOf(o));return[...n.keys()].filter(r=>$x.indexOf(r)==-1&&r!="__vue_props__"&&t[r]!=="function"&&typeof Object[r]!="function")}s(dp,"getObjProps");function Ax(t,e){return t.filter(n=>!e.includes(n))}s(Ax,"arrayDiff");const kf=class kf extends Xe{};s(kf,"VueClassChild");let Hc=kf,ho={};const R=s((t,...e)=>(n,o,r)=>{let i=n.constructor?.___VST??{};i.props||(i.props={}),ho[n.constructor.name]||(ho[n.constructor.name]=new n.constructor,ho[n.constructor.name].name=ho[n.constructor.name]?.constructor?.name?.toString()??ho[n.constructor.name].name??"");let l=typeof t=="object"?t:{type:[t,...e]};ho[n.constructor.name][o]&&(l.default=ho[n.constructor.name][o]),i.props[n.constructor.name]||(i.props[n.constructor.name]={});const c=[];let a=Object.getPrototypeOf(n.constructor);for(;a&&a.constructor!==Object;)a.name&&c.push(a.name),a=Object.getPrototypeOf(a);i.parents=c,i.props[n.constructor.name][o]=l,n.constructor.___VST=i},"Prop");let mo={};const co=s(function(t,e=!1,n=!1){return(o,r,i)=>{let l=o.constructor?.___VST??{};l.watch||(l.watch={}),mo[o.constructor.name]||(mo[o.constructor.name]=new o.constructor,mo[o.constructor.name].name=mo[o.constructor.name]?.constructor?.name?.toString()??mo[o.constructor.name].name??""),o?.constructor?.prototype?.__vue_watch__||(o.constructor.prototype.__vue_watch__={}),o?.constructor?.prototype?.__vue_watch__[o.constructor.name]||(o.constructor.prototype.__vue_watch__[o.constructor.name]={},o.constructor.prototype.__vue_watch__[o.constructor.name][t]=mo[o.constructor.name][r]),l.watch[o.constructor.name]||(l.watch[o.constructor.name]={}),l.watch[o.constructor.name][t]={handler:mo[o.constructor.name][r],deep:e,immediate:n},o.constructor.___VST=l}},"Watch");let Le={};const Mx=s(function(t){return(e,n,o)=>{let r=e.constructor?.___VST??{};r.computed||(r.computed={}),Le[e.constructor.name]||(Le[e.constructor.name]=new e.constructor,Le[e.constructor.name].name="test",Le[e.constructor.name].name=Le[e.constructor.name]?.constructor?.name?.toString()??Le[e.constructor.name].name??""),e?.constructor?.prototype?.__vue_computed__||(e.constructor.prototype.__vue_computed__={}),e?.constructor?.prototype?.__vue_computed__[e.constructor.name]||(e.constructor.prototype.__vue_computed__[e.constructor.name]={}),e.constructor.prototype.__vue_computed__[e.constructor.name][t??n]=Le[e.constructor.name][n],r.computed[e.constructor.name]||(r.computed[e.constructor.name]={});let i=Le[e.constructor.name][n];Le[e.constructor.name][n]=void 0,delete Le[e.constructor.name][n],r.computed[e.constructor.name][t??n]={get:i},e.constructor.___VST=r}},"Computed"),jf=class jf extends Xe{VST;emitsParent=["update:modelValue"];constructor(){super(),this.VST=globalThis.$VST,this.VST.$r=Bs({locale:(Intl?new Intl.DateTimeFormat()?.resolvedOptions?.()?.locale:navigator.language)||"en",isMobile:!1,isTablet:!1,isNotebook:!1,isDesktop:!1,viewPortType:window.innerWidth<768?"mobile":window.innerWidth<1280?"tablet":window.innerWidth<1366?"notebook":"desktop",viewPortWidth:window.innerWidth,viewPortHeight:window.innerHeight})}createdParent(){this.VST.$on("$VST.viewPortResize",lc.onWindowResizeCallback.bind(this)),lc.onWindowResizeCallback.bind(this)()}mountedParent(){}beforeUnmountParent(){this.VST.$off("$VST.viewPortResize",lc.onWindowResizeCallback.bind(this))}onViewPortResize(){}};s(jf,"BaseComponent");let ct=jf;const lc={onWindowResizeCallback(t){this.VST.$r.viewPortWidth=window.innerWidth,this.VST.$r.viewPortHeight=window.innerHeight,this.VST.$r.isMobile=!1,this.VST.$r.isTablet=!1,this.VST.$r.isNotebook=!1,this.VST.$r.isDesktop=!1,this.VST.$r.viewPortWidth<768?(this.VST.$r.isMobile=!0,this.VST.$r.viewPortType="mobile"):this.VST.$r.viewPortWidth<1280?(this.VST.$r.isTablet=!0,this.VST.$r.viewPortType="tablet"):this.VST.$r.viewPortWidth<=1366?(this.VST.$r.isNotebook=!0,this.VST.$r.viewPortType="notebook"):this.VST.$r.viewPortWidth>1366&&(this.VST.$r.isDesktop=!0,this.VST.$r.viewPortType="desktop"),this.onViewPortResize()},VST:{}};globalThis.$VST={_dynamic:{_vueClassInstances:{},_vueClassProps:{},_vueClassWatchers:{},_vueComputed:{}},...En};const at=Px;var Ix=Object.defineProperty,Dx=Object.getOwnPropertyDescriptor,ot=s((t,e,n,o)=>{for(var r=o>1?void 0:o?Dx(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=(o?l(e,n,r):l(r))||r);return o&&r&&Ix(e,n,r),r},"__decorateClass$z"),qo;let rt=(qo=class extends ct{emits=["click","touchstart","touchend","mousedown","mouseup","clickTap","clickTouch","clickOrTouchstart","clickOrTouchend","mousedownOrTouchstart","mouseupOrTouchend","keydownEnter"];icon="";iconRight="";badge="";badgeBg=null;badgeColor=null;style={};bg=null;color=null;borderColor=null;bgActive=null;colorActive=null;colorHover=null;borderColorActive=null;boxShadowColor=null;fontSize="1rem";fontFamily=null;bgGradientTop=null;bgGradientBottom=null;disabled=!1;shine=!1;type="button";title=null;disabledTitle=null;dataTheme="black";dataDisabledTheme="gray";dataPlacement="top";dataOffset="top";width="calc(100% - 8px)";borderRadius="3px";link=null;linkRevert=null;theme="default";backgroundCss="";boxShadowCss="";isOnHover=!1;isButtonActive=!1;randomClass="";dataThemeInner="";showButton=!0;currentBg=null;currentColor=null;currentColorHover=null;currentBorderColor=null;currentBgActive=null;currentBorderColorActive=null;currentBoxShadowColor=null;currentColorActive=null;innerTitle=null;hasTouchpad=!1;mountedParent(){this.randomClass="button-c"+Math.random().toString().split(".")[1],this.updateTheme(),this.$refs?.button}updateTheme(){const e="#ccc",n="#000",o="#cacaca",r="#ccc",i="#b6b6b6",l="#5b5a5a";this.currentBgActive,this.currentBorderColor=this.currentColor=this.currentBg=this.currentColorActive=null,this.theme=="primary"&&(this.currentBg="#005bbf",this.currentColor="#fff",this.currentBorderColor="#0367d5",this.currentBgActive="#005fc8",this.currentBorderColorActive="#0871e3",this.currentBoxShadowColor="#065e8d",this.currentColorActive="#fff",this.currentColorHover="#fff"),this.theme=="success"?(this.currentBg="#0aa86d",this.currentColor="#fff",this.currentBorderColor="#24a876",this.currentBgActive="#0b9762",this.currentBorderColorActive="#0b9762",this.currentBoxShadowColor="#31735b",this.currentColorActive="#fff",this.currentColorHover="#fff"):this.theme=="danger"?(this.currentBg="#FF3B30",this.currentColor="#fff",this.currentBorderColor="#FF3B30",this.currentBgActive="#FF3B30",this.currentBorderColorActive="#FF3B30",this.currentBoxShadowColor="#ff8179",this.currentColorActive="#fff",this.currentColorHover="#fff"):this.theme=="pink"?(this.currentBg="#ff6161",this.currentColor="#fff",this.currentBorderColor="#ff4741c9",this.currentBgActive="#ff6a60",this.currentBorderColorActive="#ff4141",this.currentBoxShadowColor="#ff6a60",this.currentColorActive="#fff",this.currentColorHover="#fff"):this.theme=="warning"?(this.currentBg="#FF9500",this.currentColor="#fff",this.currentBorderColor="#FF9500",this.currentBgActive="#ffb546",this.currentBorderColorActive="#ffb546",this.currentBoxShadowColor="#ffbe64",this.currentColorActive="#fdff98",this.currentColorHover="#fff8e8"):this.theme=="info"?(this.currentBg="#78d9ff",this.currentColor="#203464",this.currentColorHover="#34aff1",this.currentBorderColor="#3db0ee",this.currentBgActive="#78d9ff",this.currentBorderColorActive="#78d9ff",this.currentBoxShadowColor="#78d9ff",this.currentColorActive="#fff",this.currentColorHover="#304460"):this.theme=="yellow"?(this.currentBg="#ffd900",this.currentColor="#444",this.currentBorderColor="#ffd900",this.currentBgActive="#ffc400",this.currentBorderColorActive="#f3c922",this.currentBoxShadowColor="#cac838",this.currentColorActive="#fff"):this.theme=="white"?(this.currentBg="#ffffff",this.currentColor="#444",this.currentColorHover="#164205",this.currentBorderColor="#cacaca",this.currentBgActive="#efede7",this.currentBorderColorActive="##cacaca",this.currentBoxShadowColor="#b3b3ab",this.currentColorActive="#164205"):this.theme=="purple"?(this.currentBg="#942cdd",this.currentColor="#fff",this.currentColorHover="#e7c0ff",this.currentBorderColor="#a539f3",this.currentBgActive="#b755ff",this.currentBorderColorActive="#b755ff",this.currentBoxShadowColor="#7f18c5",this.currentColorActive="#ffffff"):this.theme=="indigo"?(this.currentBg="#5b2cdd",this.currentColor="#fff",this.currentColorHover="#e7c0ff",this.currentBorderColor="#6b39f3",this.currentBgActive="#8855ff",this.currentBorderColorActive="#6f55ff",this.currentBoxShadowColor="#5a18c5",this.currentColorActive="#ffffff"):this.theme=="black"?(this.currentBg="#32383e",this.currentColor="#fff",this.currentColorHover="#ebf8b3",this.currentBorderColor="#32383e",this.currentBgActive="#3b4249",this.currentBorderColorActive="#3b4249",this.currentBoxShadowColor="#32383e",this.currentColorActive="#ffffff"):this.theme=="grey"&&(this.currentBg="#5f6163",this.currentColor="#fff",this.currentColorHover="#cec6c4",this.currentBorderColor="#898d90",this.currentBgActive="#878c92",this.currentBorderColorActive="#686c71",this.currentBoxShadowColor="#626a71",this.currentColorActive="#ffffff"),this.currentBg=this.bg??this.currentBg??e,this.currentColor=this.color??this.currentColor??n,this.currentBorderColor=this.borderColor??this.currentBorderColor??o,this.currentBgActive=this.bgActive??this.currentBgActive??r,this.currentBorderColorActive=this.borderColorActive??this.currentBorderColorActive??i,this.currentBoxShadowColor=this.boxShadowColor??this.currentBoxShadowColor??l,this.currentColorActive=this.colorActive??this.currentColorActive??null,this.boxShadowCss=this.disabled?"box-shadow: none":`box-shadow: 0px 1px 2px 0px ${this.currentBoxShadowColor}`,this.dataThemeInner=this.disabled?this.dataDisabledTheme:this.dataTheme,this.backgroundCss="background: "+(this.bgGradientTop&&this.bgGradientBottom?`linear-gradient(to bottom, ${this.bgGradientTop}, ${this.bgGradientBottom})`:this.bg)}click(e){this.disabled||(this.$emit("click",e,this),this.hasTouchpad||(this.$emit("clickTouch",e,this),this.$emit("clickOrTouchstart",e,this),this.$emit("clickTap",e,this),this.link&&(this.link?.startsWith("http")||this.link?.startsWith("//"))||this.link&&this.linkRevert&&!this.linkRevert?.startsWith("http")&&!this.linkRevert?.startsWith("//")?this.$refs.link?.click():(this.link||this.linkRevert)&&window.pjax(this.link||this.linkRevert)))}touchstart(e){this.disabled||(this.$emit("touchstart",e,this),this.hasTouchpad&&(this.$emit("clickTouch",e,this),this.$emit("clickOrTouchstart",e,this)))}touchend(e){this.disabled||(this.$emit("touchend",e,this),this.hasTouchpad||this.$emit("clickOrTouchend",e,this))}mouseup(e){this.disabled||(this.$emit("mouseup",e,this),this.$emit("mouseupOrTouchend",e,this),this.$emit("clickOrTouchend",e,this))}mousedown(e){this.disabled||(this.$emit("mousedown",e,this),this.$emit("mousedownOrTouchstart",e,this))}keydownEnter(e){this.disabled||this.$emit("keydownEnter",e,this)}focus(){this.$refs?.button?.focus()}_onThemeChanged(){this.updateTheme()}_onTitleChanged(e){this.innerTitle=null,e&&this.nextTick(()=>this.innerTitle=e)}_onDisabledChanged(e){this.dataThemeInner=e?this.dataDisabledTheme:this.dataTheme,this.showButton=!1,this.nextTick(()=>this.showButton=!0)}},s(qo,"ButtonInherited"),qo);ot([R(String)],rt.prototype,"icon",2);ot([R(String)],rt.prototype,"iconRight",2);ot([R(String)],rt.prototype,"badge",2);ot([R(String)],rt.prototype,"badgeBg",2);ot([R(String)],rt.prototype,"badgeColor",2);ot([R(Object)],rt.prototype,"style",2);ot([R(String,null)],rt.prototype,"bg",2);ot([R(String,null)],rt.prototype,"color",2);ot([R(String,null)],rt.prototype,"borderColor",2);ot([R(String,null)],rt.prototype,"bgActive",2);ot([R(String,null)],rt.prototype,"colorActive",2);ot([R(String,null)],rt.prototype,"colorHover",2);ot([R(String,null)],rt.prototype,"borderColorActive",2);ot([R(String,null)],rt.prototype,"boxShadowColor",2);ot([R(String)],rt.prototype,"fontSize",2);ot([R(String)],rt.prototype,"fontFamily",2);ot([R(String)],rt.prototype,"bgGradientTop",2);ot([R(String)],rt.prototype,"bgGradientBottom",2);ot([R(Boolean)],rt.prototype,"disabled",2);ot([R(Boolean)],rt.prototype,"shine",2);ot([R(String)],rt.prototype,"type",2);ot([R(String)],rt.prototype,"title",2);ot([R(String)],rt.prototype,"disabledTitle",2);ot([R(String)],rt.prototype,"dataTheme",2);ot([R(String)],rt.prototype,"dataDisabledTheme",2);ot([R(String)],rt.prototype,"dataPlacement",2);ot([R(String)],rt.prototype,"dataOffset",2);ot([R(String)],rt.prototype,"width",2);ot([R(String)],rt.prototype,"borderRadius",2);ot([R(String)],rt.prototype,"link",2);ot([R(String)],rt.prototype,"linkRevert",2);ot([R(String,null)],rt.prototype,"theme",2);ot([co("theme")],rt.prototype,"_onThemeChanged",1);ot([co("title",!1,!0)],rt.prototype,"_onTitleChanged",1);ot([co("disabled")],rt.prototype,"_onDisabledChanged",1);const Rx=zn(()=>Jn(()=>import("./Button-CbOocEhR.js"),__vite__mapDeps([13,14]))),Vf=class Vf extends ct{};s(Vf,"BaseComponentUnoCss");let Wc=Vf;var Bx=Object.defineProperty,Nx=Object.getOwnPropertyDescriptor,st=s((t,e,n,o)=>{for(var r=o>1?void 0:o?Nx(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=(o?l(e,n,r):l(r))||r);return o&&r&&Bx(e,n,r),r},"__decorateClass$y");const Ff=class Ff extends Wc{emits=["click","touchstart","touchend","mousedown","mouseup","clickTap","clickTouch","clickOrTouchstart","clickOrTouchend","mousedownOrTouchstart","mouseupOrTouchend","keydownEnter"];icon="";iconRight="";badge="";badgeBg=null;badgeColor=null;style={};bg=null;color=null;borderColor=null;bgActive=null;colorActive=null;colorHover=null;borderColorActive=null;boxShadowColor=null;fontSize="1rem";fontFamily=null;bgGradientTop=null;bgGradientBottom=null;disabled=!1;shine=!1;type="button";title=null;disabledTitle=null;dataTheme="black";dataDisabledTheme="gray";dataPlacement="top";dataOffset="top";width="calc(100% - 8px)";borderRadius="3px";link=null;linkRevert=null;theme="default";backgroundCss="";boxShadowCss="";isOnHover=!1;isButtonActive=!1;randomClass="";dataThemeInner="";showButton=!0;currentBg=null;currentColor=null;currentColorHover=null;currentBorderColor=null;currentBgActive=null;currentBorderColorActive=null;currentBoxShadowColor=null;currentColorActive=null;innerTitle=null;hasTouchpad=!1;mountedParent(){this.randomClass="button-c"+Math.random().toString().split(".")[1],this.updateTheme(),this.$refs?.button}updateTheme(){const e="#ccc",n="#000",o="#cacaca",r="#ccc",i="#b6b6b6",l="#5b5a5a";this.currentBgActive,this.currentBorderColor=this.currentColor=this.currentBg=this.currentColorActive=null,this.theme=="primary"&&(this.currentBg="#005bbf",this.currentColor="#fff",this.currentBorderColor="#0367d5",this.currentBgActive="#005fc8",this.currentBorderColorActive="#0871e3",this.currentBoxShadowColor="#065e8d",this.currentColorActive="#fff",this.currentColorHover="#fff"),this.theme=="success"?(this.currentBg="#0aa86d",this.currentColor="#fff",this.currentBorderColor="#24a876",this.currentBgActive="#0b9762",this.currentBorderColorActive="#0b9762",this.currentBoxShadowColor="#31735b",this.currentColorActive="#fff",this.currentColorHover="#fff"):this.theme=="danger"?(this.currentBg="#FF3B30",this.currentColor="#fff",this.currentBorderColor="#FF3B30",this.currentBgActive="#FF3B30",this.currentBorderColorActive="#FF3B30",this.currentBoxShadowColor="#ff8179",this.currentColorActive="#fff",this.currentColorHover="#fff"):this.theme=="pink"?(this.currentBg="#ff6161",this.currentColor="#fff",this.currentBorderColor="#ff4741c9",this.currentBgActive="#ff6a60",this.currentBorderColorActive="#ff4141",this.currentBoxShadowColor="#ff6a60",this.currentColorActive="#fff",this.currentColorHover="#fff"):this.theme=="warning"?(this.currentBg="#FF9500",this.currentColor="#fff",this.currentBorderColor="#FF9500",this.currentBgActive="#ffb546",this.currentBorderColorActive="#ffb546",this.currentBoxShadowColor="#ffbe64",this.currentColorActive="#fdff98",this.currentColorHover="#fff8e8"):this.theme=="info"?(this.currentBg="#78d9ff",this.currentColor="#203464",this.currentColorHover="#34aff1",this.currentBorderColor="#3db0ee",this.currentBgActive="#78d9ff",this.currentBorderColorActive="#78d9ff",this.currentBoxShadowColor="#78d9ff",this.currentColorActive="#fff",this.currentColorHover="#304460"):this.theme=="yellow"?(this.currentBg="#ffd900",this.currentColor="#444",this.currentBorderColor="#ffd900",this.currentBgActive="#ffc400",this.currentBorderColorActive="#f3c922",this.currentBoxShadowColor="#cac838",this.currentColorActive="#fff"):this.theme=="white"?(this.currentBg="#ffffff",this.currentColor="#444",this.currentColorHover="#164205",this.currentBorderColor="#cacaca",this.currentBgActive="#efede7",this.currentBorderColorActive="##cacaca",this.currentBoxShadowColor="#b3b3ab",this.currentColorActive="#164205"):this.theme=="purple"?(this.currentBg="#942cdd",this.currentColor="#fff",this.currentColorHover="#e7c0ff",this.currentBorderColor="#a539f3",this.currentBgActive="#b755ff",this.currentBorderColorActive="#b755ff",this.currentBoxShadowColor="#7f18c5",this.currentColorActive="#ffffff"):this.theme=="indigo"?(this.currentBg="#5b2cdd",this.currentColor="#fff",this.currentColorHover="#e7c0ff",this.currentBorderColor="#6b39f3",this.currentBgActive="#8855ff",this.currentBorderColorActive="#6f55ff",this.currentBoxShadowColor="#5a18c5",this.currentColorActive="#ffffff"):this.theme=="black"?(this.currentBg="#32383e",this.currentColor="#fff",this.currentColorHover="#ebf8b3",this.currentBorderColor="#32383e",this.currentBgActive="#3b4249",this.currentBorderColorActive="#3b4249",this.currentBoxShadowColor="#32383e",this.currentColorActive="#ffffff"):this.theme=="grey"&&(this.currentBg="#5f6163",this.currentColor="#fff",this.currentColorHover="#cec6c4",this.currentBorderColor="#898d90",this.currentBgActive="#878c92",this.currentBorderColorActive="#686c71",this.currentBoxShadowColor="#626a71",this.currentColorActive="#ffffff"),this.currentBg=this.bg??this.currentBg??e,this.currentColor=this.color??this.currentColor??n,this.currentBorderColor=this.borderColor??this.currentBorderColor??o,this.currentBgActive=this.bgActive??this.currentBgActive??r,this.currentBorderColorActive=this.borderColorActive??this.currentBorderColorActive??i,this.currentBoxShadowColor=this.boxShadowColor??this.currentBoxShadowColor??l,this.currentColorActive=this.colorActive??this.currentColorActive??null,this.boxShadowCss=this.disabled?"box-shadow: none":`box-shadow: 0px 1px 2px 0px ${this.currentBoxShadowColor}`,this.dataThemeInner=this.disabled?this.dataDisabledTheme:this.dataTheme,this.backgroundCss="background: "+(this.bgGradientTop&&this.bgGradientBottom?`linear-gradient(to bottom, ${this.bgGradientTop}, ${this.bgGradientBottom})`:this.bg)}click(e){this.disabled||(this.$emit("click",e,this),this.hasTouchpad||(this.$emit("clickTouch",e,this),this.$emit("clickOrTouchstart",e,this),this.$emit("clickTap",e,this),this.link&&(this.link?.startsWith("http")||this.link?.startsWith("//"))||this.link&&this.linkRevert&&!this.linkRevert?.startsWith("http")&&!this.linkRevert?.startsWith("//")?this.$refs.link?.click():(this.link||this.linkRevert)&&window.pjax(this.link||this.linkRevert)))}touchstart(e){this.disabled||(this.$emit("touchstart",e,this),this.hasTouchpad&&(this.$emit("clickTouch",e,this),this.$emit("clickOrTouchstart",e,this)))}touchend(e){this.disabled||(this.$emit("touchend",e,this),this.hasTouchpad||this.$emit("clickOrTouchend",e,this))}mouseup(e){this.disabled||(this.$emit("mouseup",e,this),this.$emit("mouseupOrTouchend",e,this),this.$emit("clickOrTouchend",e,this))}mousedown(e){this.disabled||(this.$emit("mousedown",e,this),this.$emit("mousedownOrTouchstart",e,this))}keydownEnter(e){this.disabled||this.$emit("keydownEnter",e,this)}focus(){this.$refs?.button?.focus()}_onThemeChanged(){this.updateTheme()}_onTitleChanged(e){this.innerTitle=null,e&&this.nextTick(()=>this.innerTitle=e)}_onDisabledChanged(e){this.dataThemeInner=e?this.dataDisabledTheme:this.dataTheme,this.showButton=!1,this.nextTick(()=>this.showButton=!0)}};s(Ff,"ButtonInherited");let tt=Ff;st([R(String)],tt.prototype,"icon",2);st([R(String)],tt.prototype,"iconRight",2);st([R(String)],tt.prototype,"badge",2);st([R(String)],tt.prototype,"badgeBg",2);st([R(String)],tt.prototype,"badgeColor",2);st([R(Object)],tt.prototype,"style",2);st([R(String,null)],tt.prototype,"bg",2);st([R(String,null)],tt.prototype,"color",2);st([R(String,null)],tt.prototype,"borderColor",2);st([R(String,null)],tt.prototype,"bgActive",2);st([R(String,null)],tt.prototype,"colorActive",2);st([R(String,null)],tt.prototype,"colorHover",2);st([R(String,null)],tt.prototype,"borderColorActive",2);st([R(String,null)],tt.prototype,"boxShadowColor",2);st([R(String)],tt.prototype,"fontSize",2);st([R(String)],tt.prototype,"fontFamily",2);st([R(String)],tt.prototype,"bgGradientTop",2);st([R(String)],tt.prototype,"bgGradientBottom",2);st([R(Boolean)],tt.prototype,"disabled",2);st([R(Boolean)],tt.prototype,"shine",2);st([R(String)],tt.prototype,"type",2);st([R(String)],tt.prototype,"title",2);st([R(String)],tt.prototype,"disabledTitle",2);st([R(String)],tt.prototype,"dataTheme",2);st([R(String)],tt.prototype,"dataDisabledTheme",2);st([R(String)],tt.prototype,"dataPlacement",2);st([R(String)],tt.prototype,"dataOffset",2);st([R(String)],tt.prototype,"width",2);st([R(String)],tt.prototype,"borderRadius",2);st([R(String)],tt.prototype,"link",2);st([R(String)],tt.prototype,"linkRevert",2);st([R(String,null)],tt.prototype,"theme",2);st([co("theme")],tt.prototype,"_onThemeChanged",1);st([co("title",!1,!0)],tt.prototype,"_onTitleChanged",1);st([co("disabled")],tt.prototype,"_onDisabledChanged",1);const kx=zn(()=>Jn(()=>import("./Tabs-DjphcqdT.js"),__vite__mapDeps([15,16])));var jx=Object.defineProperty,Vx=Object.getOwnPropertyDescriptor,ni=s((t,e,n,o)=>{for(var r=o>1?void 0:o?Vx(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=(o?l(e,n,r):l(r))||r);return o&&r&&jx(e,n,r),r},"__decorateClass$x");const Lf=class Lf extends ct{inputValue=null;modelValue=null;default=null;disabled=!1;emitsParent=["update:modelValue"];value=null;constructor(){super()}mountedParent(){}onValueChange(e){}_valueWatch(e){this.onValueChange(e)}getValue(){return this.value}setValue(e){this.value=e}};s(Lf,"FieldComponent");let Zn=Lf;ni([R(String,Number,Array,Object,Boolean,null)],Zn.prototype,"inputValue",2);ni([R(String,Number,Array,Object,Boolean,null)],Zn.prototype,"modelValue",2);ni([R(String,Number,Array,Object,Boolean)],Zn.prototype,"default",2);ni([R(Boolean)],Zn.prototype,"disabled",2);ni([co("value",!0)],Zn.prototype,"_valueWatch",1);const Fx=zn(()=>Jn(()=>import("./index-B5cKjOBa.js"),[])),pp=Object.freeze(Object.defineProperty({__proto__:null,Button:Rx,ButtonInherited:tt,CodeHighlight:Fx,DateField:$1,FieldComponent:Zn,SelectField:C1,StringField:T1,SwitchField:S1,Tabs:kx,TextField:O1},Symbol.toStringTag,{value:"Module"})),Lx="0.3.0-beta.0";var Gx=Object.defineProperty,Ux=s((t,e,n,o)=>{for(var r=void 0,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(e,n,r)||r);return r&&Gx(e,n,r),r},"__decorateClass$w");const Gf=class Gf extends Xe{text="";mountedParent(){$VST.$on("RouterPageMount",this.routedPageMount)}beforeUnmountParent(){$VST.$off("RouterPageMount",this.routedPageMount)}routedPageMount(e){}};s(Gf,"PageAbstract");let Zi=Gf;Ux([R(String)],Zi.prototype,"text");var Hx=Object.defineProperty,Wx=Object.getOwnPropertyDescriptor,kg=s((t,e,n,o)=>{for(var r=o>1?void 0:o?Wx(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=(o?l(e,n,r):l(r))||r);return o&&r&&Hx(e,n,r),r},"__decorateClass$v"),zo;let qi=(zo=class extends Zi{text="";actualVersion=`v${Lx}`;menu=[{name:"About",url:"/"},{name:"Guide",url:"/guide"},{name:"Donate",url:"/donate"}];routedPageMount(e){}},s(zo,"DocsWithExamples"),zo);kg([R(String)],qi.prototype,"text",2);qi=kg([at],qi);const jg="/static/VST_LOGO-CefphyFT.png",Kx={class:"bg-[#fcffdfff] w100% fixed t-0 z3003"},Yx={class:"row container mx-auto px-4 py-3 flex items-center justify-between w100%"},Zx={class:"col-5 flex items-center space-x-10"},qx={class:"row"},zx={class:"col-6 text-xl flex flex-col items-center font-700 tracking-tight"},Jx={class:"ml8px fs-normal text-emerald-500"},Qx={class:"col-6 flex items-end justify-center h100%"},Xx={class:"flex space-x-6"},t_={class:"flex flex-col items-center justify-center relative mt140px"};function e_(t,e,n,o,r,i){const l=W("RouterLink"),c=W("RouterView");return z(),ft("div",null,[e[5]||(e[5]=m("link",{rel:"preconnect",href:"https://fonts.googleapis.com"},null,-1)),e[6]||(e[6]=m("link",{rel:"preconnect",href:"https://fonts.gstatic.com",crossorigin:""},null,-1)),e[7]||(e[7]=m("link",{href:"https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap",rel:"stylesheet"},null,-1)),m("header",Kx,[m("div",Yx,[e[2]||(e[2]=m("div",{class:"col-2"},null,-1)),m("div",Zx,[m("div",qx,[m("div",zx,[E(l,{class:"text-center color-black",to:"/"},{default:Q(()=>[e[1]||(e[1]=m("img",{class:"w80px",src:jg},null,-1)),m("div",null,[e[0]||(e[0]=m("span",null,"Vue Spear Tip",-1)),m("small",Jx,Te(t.actualVersion),1)])]),_:1})]),m("div",Qx,[m("ul",Xx,[(z(!0),ft(Jt,null,dh(t.menu,a=>(z(),ft("li",{key:a.name,class:Rs({"fw-bold":t.$route.path==a.url})},[E(l,{to:a.url},{default:Q(()=>[Y(Te(a.name),1)]),_:2},1032,["to"])],2))),128))])])])]),e[3]||(e[3]=m("div",{class:"col-5 flex items-center space-x-4 justify-center h100%"},[m("a",{class:"text-[#b33c62ff]",href:"https://github.com/smartrusorg/vue-spear-tip",target:"_blank"},"GitHub")],-1)),e[4]||(e[4]=m("div",{class:"col-2"},null,-1))])]),m("div",t_,[E(c)])])}s(e_,"render$v");const ut=s((t,e)=>{const n=t.__vccOpts||t;for(const[o,r]of e)n[o]=r;return n},"_export_sfc"),n_=ut(qi,[["render",e_],["__scopeId","data-v-7fce5bf3"]]);/*!
|
|
19
|
+
* vue-router v4.6.3
|
|
20
|
+
* (c) 2025 Eduardo San Martin Morote
|
|
21
|
+
* @license MIT
|
|
22
|
+
*/const Vo=typeof document<"u";function Vg(t){return typeof t=="object"||"displayName"in t||"props"in t||"__vccOpts"in t}s(Vg,"isRouteComponent");function o_(t){return t.__esModule||t[Symbol.toStringTag]==="Module"||t.default&&Vg(t.default)}s(o_,"isESModule");const pt=Object.assign;function cc(t,e){const n={};for(const o in e){const r=e[o];n[o]=Ae(r)?r.map(t):t(r)}return n}s(cc,"applyToParams");const bs=s(()=>{},"noop"),Ae=Array.isArray;function hp(t,e){const n={};for(const o in t)n[o]=o in e?e[o]:t[o];return n}s(hp,"mergeOptions");const Fg=/#/g,r_=/&/g,s_=/\//g,i_=/=/g,l_=/\?/g,Lg=/\+/g,c_=/%5B/g,a_=/%5D/g,Gg=/%5E/g,u_=/%60/g,Ug=/%7B/g,f_=/%7C/g,Hg=/%7D/g,d_=/%20/g;function yf(t){return t==null?"":encodeURI(""+t).replace(f_,"|").replace(c_,"[").replace(a_,"]")}s(yf,"commonEncode");function p_(t){return yf(t).replace(Ug,"{").replace(Hg,"}").replace(Gg,"^")}s(p_,"encodeHash");function Kc(t){return yf(t).replace(Lg,"%2B").replace(d_,"+").replace(Fg,"%23").replace(r_,"%26").replace(u_,"`").replace(Ug,"{").replace(Hg,"}").replace(Gg,"^")}s(Kc,"encodeQueryValue");function h_(t){return Kc(t).replace(i_,"%3D")}s(h_,"encodeQueryKey");function m_(t){return yf(t).replace(Fg,"%23").replace(l_,"%3F")}s(m_,"encodePath");function g_(t){return m_(t).replace(s_,"%2F")}s(g_,"encodeParam");function Is(t){if(t==null)return null;try{return decodeURIComponent(""+t)}catch{}return""+t}s(Is,"decode");const v_=/\/$/,b_=s(t=>t.replace(v_,""),"removeTrailingSlash");function ac(t,e,n="/"){let o,r={},i="",l="";const c=e.indexOf("#");let a=e.indexOf("?");return a=c>=0&&a>c?-1:a,a>=0&&(o=e.slice(0,a),i=e.slice(a,c>0?c:e.length),r=t(i.slice(1))),c>=0&&(o=o||e.slice(0,c),l=e.slice(c,e.length)),o=__(o??e,n),{fullPath:o+i+l,path:o,query:r,hash:Is(l)}}s(ac,"parseURL");function y_(t,e){const n=e.query?t(e.query):"";return e.path+(n&&"?")+n+(e.hash||"")}s(y_,"stringifyURL");function mp(t,e){return!e||!t.toLowerCase().startsWith(e.toLowerCase())?t:t.slice(e.length)||"/"}s(mp,"stripBase");function w_(t,e,n){const o=e.matched.length-1,r=n.matched.length-1;return o>-1&&o===r&&Nr(e.matched[o],n.matched[r])&&Wg(e.params,n.params)&&t(e.query)===t(n.query)&&e.hash===n.hash}s(w_,"isSameRouteLocation");function Nr(t,e){return(t.aliasOf||t)===(e.aliasOf||e)}s(Nr,"isSameRouteRecord");function Wg(t,e){if(Object.keys(t).length!==Object.keys(e).length)return!1;for(const n in t)if(!x_(t[n],e[n]))return!1;return!0}s(Wg,"isSameRouteLocationParams");function x_(t,e){return Ae(t)?gp(t,e):Ae(e)?gp(e,t):t===e}s(x_,"isSameRouteLocationParamsValue");function gp(t,e){return Ae(e)?t.length===e.length&&t.every((n,o)=>n===e[o]):t.length===1&&t[0]===e}s(gp,"isEquivalentArray");function __(t,e){if(t.startsWith("/"))return t;if(!t)return e;const n=e.split("/"),o=t.split("/"),r=o[o.length-1];(r===".."||r===".")&&o.push("");let i=n.length-1,l,c;for(l=0;l<o.length;l++)if(c=o[l],c!==".")if(c==="..")i>1&&i--;else break;return n.slice(0,i).join("/")+"/"+o.slice(l).join("/")}s(__,"resolveRelativePath");const An={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};let Yc=(function(t){return t.pop="pop",t.push="push",t})({}),uc=(function(t){return t.back="back",t.forward="forward",t.unknown="",t})({});function C_(t){if(!t)if(Vo){const e=document.querySelector("base");t=e&&e.getAttribute("href")||"/",t=t.replace(/^\w+:\/\/[^\/]+/,"")}else t="/";return t[0]!=="/"&&t[0]!=="#"&&(t="/"+t),b_(t)}s(C_,"normalizeBase");const T_=/^[^#]+#/;function S_(t,e){return t.replace(T_,"#")+e}s(S_,"createHref");function O_(t,e){const n=document.documentElement.getBoundingClientRect(),o=t.getBoundingClientRect();return{behavior:e.behavior,left:o.left-n.left-(e.left||0),top:o.top-n.top-(e.top||0)}}s(O_,"getElementPosition");const Ll=s(()=>({left:window.scrollX,top:window.scrollY}),"computeScrollPosition");function $_(t){let e;if("el"in t){const n=t.el,o=typeof n=="string"&&n.startsWith("#"),r=typeof n=="string"?o?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!r)return;e=O_(r,t)}else e=t;"scrollBehavior"in document.documentElement.style?window.scrollTo(e):window.scrollTo(e.left!=null?e.left:window.scrollX,e.top!=null?e.top:window.scrollY)}s($_,"scrollToPosition");function vp(t,e){return(history.state?history.state.position-e:-1)+t}s(vp,"getScrollKey");const Zc=new Map;function E_(t,e){Zc.set(t,e)}s(E_,"saveScrollPosition");function P_(t){const e=Zc.get(t);return Zc.delete(t),e}s(P_,"getSavedScrollPosition");function A_(t){return typeof t=="string"||t&&typeof t=="object"}s(A_,"isRouteLocation");function Kg(t){return typeof t=="string"||typeof t=="symbol"}s(Kg,"isRouteName");let Pt=(function(t){return t[t.MATCHER_NOT_FOUND=1]="MATCHER_NOT_FOUND",t[t.NAVIGATION_GUARD_REDIRECT=2]="NAVIGATION_GUARD_REDIRECT",t[t.NAVIGATION_ABORTED=4]="NAVIGATION_ABORTED",t[t.NAVIGATION_CANCELLED=8]="NAVIGATION_CANCELLED",t[t.NAVIGATION_DUPLICATED=16]="NAVIGATION_DUPLICATED",t})({});const Yg=Symbol("");Pt.MATCHER_NOT_FOUND+"",Pt.NAVIGATION_GUARD_REDIRECT+"",Pt.NAVIGATION_ABORTED+"",Pt.NAVIGATION_CANCELLED+"",Pt.NAVIGATION_DUPLICATED+"";function kr(t,e){return pt(new Error,{type:t,[Yg]:!0},e)}s(kr,"createRouterError");function cn(t,e){return t instanceof Error&&Yg in t&&(e==null||!!(t.type&e))}s(cn,"isNavigationFailure");const M_=["params","query","hash"];function I_(t){if(typeof t=="string")return t;if(t.path!=null)return t.path;const e={};for(const n of M_)n in t&&(e[n]=t[n]);return JSON.stringify(e,null,2)}s(I_,"stringifyRoute");function D_(t){const e={};if(t===""||t==="?")return e;const n=(t[0]==="?"?t.slice(1):t).split("&");for(let o=0;o<n.length;++o){const r=n[o].replace(Lg," "),i=r.indexOf("="),l=Is(i<0?r:r.slice(0,i)),c=i<0?null:Is(r.slice(i+1));if(l in e){let a=e[l];Ae(a)||(a=e[l]=[a]),a.push(c)}else e[l]=c}return e}s(D_,"parseQuery");function bp(t){let e="";for(let n in t){const o=t[n];if(n=h_(n),o==null){o!==void 0&&(e+=(e.length?"&":"")+n);continue}(Ae(o)?o.map(r=>r&&Kc(r)):[o&&Kc(o)]).forEach(r=>{r!==void 0&&(e+=(e.length?"&":"")+n,r!=null&&(e+="="+r))})}return e}s(bp,"stringifyQuery");function R_(t){const e={};for(const n in t){const o=t[n];o!==void 0&&(e[n]=Ae(o)?o.map(r=>r==null?null:""+r):o==null?o:""+o)}return e}s(R_,"normalizeQuery");const B_=Symbol(""),yp=Symbol(""),wf=Symbol(""),Zg=Symbol(""),qc=Symbol("");function is(){let t=[];function e(o){return t.push(o),()=>{const r=t.indexOf(o);r>-1&&t.splice(r,1)}}s(e,"add");function n(){t=[]}return s(n,"reset"),{add:e,list:s(()=>t.slice(),"list"),reset:n}}s(is,"useCallbacks");function Nn(t,e,n,o,r,i=l=>l()){const l=o&&(o.enterCallbacks[r]=o.enterCallbacks[r]||[]);return()=>new Promise((c,a)=>{const u=s(p=>{p===!1?a(kr(Pt.NAVIGATION_ABORTED,{from:n,to:e})):p instanceof Error?a(p):A_(p)?a(kr(Pt.NAVIGATION_GUARD_REDIRECT,{from:e,to:p})):(l&&o.enterCallbacks[r]===l&&typeof p=="function"&&l.push(p),c())},"next"),f=i(()=>t.call(o&&o.instances[r],e,n,u));let d=Promise.resolve(f);t.length<3&&(d=d.then(u)),d.catch(p=>a(p))})}s(Nn,"guardToPromiseFn");function fc(t,e,n,o,r=i=>i()){const i=[];for(const l of t)for(const c in l.components){let a=l.components[c];if(!(e!=="beforeRouteEnter"&&!l.instances[c]))if(Vg(a)){const u=(a.__vccOpts||a)[e];u&&i.push(Nn(u,n,o,l,c,r))}else{let u=a();i.push(()=>u.then(f=>{if(!f)throw new Error(`Couldn't resolve component "${c}" at "${l.path}"`);const d=o_(f)?f.default:f;l.mods[c]=f,l.components[c]=d;const p=(d.__vccOpts||d)[e];return p&&Nn(p,n,o,l,c,r)()}))}}return i}s(fc,"extractComponentsGuards");function N_(t,e){const n=[],o=[],r=[],i=Math.max(e.matched.length,t.matched.length);for(let l=0;l<i;l++){const c=e.matched[l];c&&(t.matched.find(u=>Nr(u,c))?o.push(c):n.push(c));const a=t.matched[l];a&&(e.matched.find(u=>Nr(u,a))||r.push(a))}return[n,o,r]}s(N_,"extractChangingRecords");/*!
|
|
23
|
+
* vue-router v4.6.3
|
|
24
|
+
* (c) 2025 Eduardo San Martin Morote
|
|
25
|
+
* @license MIT
|
|
26
|
+
*/let k_=s(()=>location.protocol+"//"+location.host,"createBaseLocation");function qg(t,e){const{pathname:n,search:o,hash:r}=e,i=t.indexOf("#");if(i>-1){let l=r.includes(t.slice(i))?t.slice(i).length:1,c=r.slice(l);return c[0]!=="/"&&(c="/"+c),mp(c,"")}return mp(n,t)+o+r}s(qg,"createCurrentLocation");function j_(t,e,n,o){let r=[],i=[],l=null;const c=s(({state:p})=>{const h=qg(t,location),b=n.value,y=e.value;let x=0;if(p){if(n.value=h,e.value=p,l&&l===b){l=null;return}x=y?p.position-y.position:0}else o(h);r.forEach(_=>{_(n.value,b,{delta:x,type:Yc.pop,direction:x?x>0?uc.forward:uc.back:uc.unknown})})},"popStateHandler");function a(){l=n.value}s(a,"pauseListeners");function u(p){r.push(p);const h=s(()=>{const b=r.indexOf(p);b>-1&&r.splice(b,1)},"teardown");return i.push(h),h}s(u,"listen");function f(){if(document.visibilityState==="hidden"){const{history:p}=window;if(!p.state)return;p.replaceState(pt({},p.state,{scroll:Ll()}),"")}}s(f,"beforeUnloadListener");function d(){for(const p of i)p();i=[],window.removeEventListener("popstate",c),window.removeEventListener("pagehide",f),document.removeEventListener("visibilitychange",f)}return s(d,"destroy"),window.addEventListener("popstate",c),window.addEventListener("pagehide",f),document.addEventListener("visibilitychange",f),{pauseListeners:a,listen:u,destroy:d}}s(j_,"useHistoryListeners");function wp(t,e,n,o=!1,r=!1){return{back:t,current:e,forward:n,replaced:o,position:window.history.length,scroll:r?Ll():null}}s(wp,"buildState");function V_(t){const{history:e,location:n}=window,o={value:qg(t,n)},r={value:e.state};r.value||i(o.value,{back:null,current:o.value,forward:null,position:e.length-1,replaced:!0,scroll:null},!0);function i(a,u,f){const d=t.indexOf("#"),p=d>-1?(n.host&&document.querySelector("base")?t:t.slice(d))+a:k_()+t+a;try{e[f?"replaceState":"pushState"](u,"",p),r.value=u}catch(h){console.error(h),n[f?"replace":"assign"](p)}}s(i,"changeLocation");function l(a,u){i(a,pt({},e.state,wp(r.value.back,a,r.value.forward,!0),u,{position:r.value.position}),!0),o.value=a}s(l,"replace");function c(a,u){const f=pt({},r.value,e.state,{forward:a,scroll:Ll()});i(f.current,f,!0),i(a,pt({},wp(o.value,a,null),{position:f.position+1},u),!1),o.value=a}return s(c,"push"),{location:o,state:r,push:c,replace:l}}s(V_,"useHistoryStateNavigation");function F_(t){t=C_(t);const e=V_(t),n=j_(t,e.state,e.location,e.replace);function o(i,l=!0){l||n.pauseListeners(),history.go(i)}s(o,"go");const r=pt({location:"",base:t,go:o,createHref:S_.bind(null,t)},e,n);return Object.defineProperty(r,"location",{enumerable:!0,get:s(()=>e.location.value,"get")}),Object.defineProperty(r,"state",{enumerable:!0,get:s(()=>e.state.value,"get")}),r}s(F_,"createWebHistory");let bo=(function(t){return t[t.Static=0]="Static",t[t.Param=1]="Param",t[t.Group=2]="Group",t})({});var Dt=(function(t){return t[t.Static=0]="Static",t[t.Param=1]="Param",t[t.ParamRegExp=2]="ParamRegExp",t[t.ParamRegExpEnd=3]="ParamRegExpEnd",t[t.EscapeNext=4]="EscapeNext",t})(Dt||{});const L_={type:bo.Static,value:""},G_=/[a-zA-Z0-9_]/;function U_(t){if(!t)return[[]];if(t==="/")return[[L_]];if(!t.startsWith("/"))throw new Error(`Invalid path "${t}"`);function e(h){throw new Error(`ERR (${n})/"${u}": ${h}`)}s(e,"crash");let n=Dt.Static,o=n;const r=[];let i;function l(){i&&r.push(i),i=[]}s(l,"finalizeSegment");let c=0,a,u="",f="";function d(){u&&(n===Dt.Static?i.push({type:bo.Static,value:u}):n===Dt.Param||n===Dt.ParamRegExp||n===Dt.ParamRegExpEnd?(i.length>1&&(a==="*"||a==="+")&&e(`A repeatable param (${u}) must be alone in its segment. eg: '/:ids+.`),i.push({type:bo.Param,value:u,regexp:f,repeatable:a==="*"||a==="+",optional:a==="*"||a==="?"})):e("Invalid state to consume buffer"),u="")}s(d,"consumeBuffer");function p(){u+=a}for(s(p,"addCharToBuffer");c<t.length;){if(a=t[c++],a==="\\"&&n!==Dt.ParamRegExp){o=n,n=Dt.EscapeNext;continue}switch(n){case Dt.Static:a==="/"?(u&&d(),l()):a===":"?(d(),n=Dt.Param):p();break;case Dt.EscapeNext:p(),n=o;break;case Dt.Param:a==="("?n=Dt.ParamRegExp:G_.test(a)?p():(d(),n=Dt.Static,a!=="*"&&a!=="?"&&a!=="+"&&c--);break;case Dt.ParamRegExp:a===")"?f[f.length-1]=="\\"?f=f.slice(0,-1)+a:n=Dt.ParamRegExpEnd:f+=a;break;case Dt.ParamRegExpEnd:d(),n=Dt.Static,a!=="*"&&a!=="?"&&a!=="+"&&c--,f="";break;default:e("Unknown state");break}}return n===Dt.ParamRegExp&&e(`Unfinished custom RegExp for param "${u}"`),d(),l(),r}s(U_,"tokenizePath");const xp="[^/]+?",H_={sensitive:!1,strict:!1,start:!0,end:!0};var qt=(function(t){return t[t._multiplier=10]="_multiplier",t[t.Root=90]="Root",t[t.Segment=40]="Segment",t[t.SubSegment=30]="SubSegment",t[t.Static=40]="Static",t[t.Dynamic=20]="Dynamic",t[t.BonusCustomRegExp=10]="BonusCustomRegExp",t[t.BonusWildcard=-50]="BonusWildcard",t[t.BonusRepeatable=-20]="BonusRepeatable",t[t.BonusOptional=-8]="BonusOptional",t[t.BonusStrict=.7000000000000001]="BonusStrict",t[t.BonusCaseSensitive=.25]="BonusCaseSensitive",t})(qt||{});const W_=/[.+*?^${}()[\]/\\]/g;function K_(t,e){const n=pt({},H_,e),o=[];let r=n.start?"^":"";const i=[];for(const u of t){const f=u.length?[]:[qt.Root];n.strict&&!u.length&&(r+="/");for(let d=0;d<u.length;d++){const p=u[d];let h=qt.Segment+(n.sensitive?qt.BonusCaseSensitive:0);if(p.type===bo.Static)d||(r+="/"),r+=p.value.replace(W_,"\\$&"),h+=qt.Static;else if(p.type===bo.Param){const{value:b,repeatable:y,optional:x,regexp:_}=p;i.push({name:b,repeatable:y,optional:x});const C=_||xp;if(C!==xp){h+=qt.BonusCustomRegExp;try{`${C}`}catch(A){throw new Error(`Invalid custom RegExp for param "${b}" (${C}): `+A.message)}}let T=y?`((?:${C})(?:/(?:${C}))*)`:`(${C})`;d||(T=x&&u.length<2?`(?:/${T})`:"/"+T),x&&(T+="?"),r+=T,h+=qt.Dynamic,x&&(h+=qt.BonusOptional),y&&(h+=qt.BonusRepeatable),C===".*"&&(h+=qt.BonusWildcard)}f.push(h)}o.push(f)}if(n.strict&&n.end){const u=o.length-1;o[u][o[u].length-1]+=qt.BonusStrict}n.strict||(r+="/?"),n.end?r+="$":n.strict&&!r.endsWith("/")&&(r+="(?:/|$)");const l=new RegExp(r,n.sensitive?"":"i");function c(u){const f=u.match(l),d={};if(!f)return null;for(let p=1;p<f.length;p++){const h=f[p]||"",b=i[p-1];d[b.name]=h&&b.repeatable?h.split("/"):h}return d}s(c,"parse");function a(u){let f="",d=!1;for(const p of t){(!d||!f.endsWith("/"))&&(f+="/"),d=!1;for(const h of p)if(h.type===bo.Static)f+=h.value;else if(h.type===bo.Param){const{value:b,repeatable:y,optional:x}=h,_=b in u?u[b]:"";if(Ae(_)&&!y)throw new Error(`Provided param "${b}" is an array but it is not repeatable (* or + modifiers)`);const C=Ae(_)?_.join("/"):_;if(!C)if(x)p.length<2&&(f.endsWith("/")?f=f.slice(0,-1):d=!0);else throw new Error(`Missing required param "${b}"`);f+=C}}return f||"/"}return s(a,"stringify"),{re:l,score:o,keys:i,parse:c,stringify:a}}s(K_,"tokensToParser");function Y_(t,e){let n=0;for(;n<t.length&&n<e.length;){const o=e[n]-t[n];if(o)return o;n++}return t.length<e.length?t.length===1&&t[0]===qt.Static+qt.Segment?-1:1:t.length>e.length?e.length===1&&e[0]===qt.Static+qt.Segment?1:-1:0}s(Y_,"compareScoreArray");function zg(t,e){let n=0;const o=t.score,r=e.score;for(;n<o.length&&n<r.length;){const i=Y_(o[n],r[n]);if(i)return i;n++}if(Math.abs(r.length-o.length)===1){if(_p(o))return 1;if(_p(r))return-1}return r.length-o.length}s(zg,"comparePathParserScore");function _p(t){const e=t[t.length-1];return t.length>0&&e[e.length-1]<0}s(_p,"isLastScoreNegative");const Z_={strict:!1,end:!0,sensitive:!1};function q_(t,e,n){const o=K_(U_(t.path),n),r=pt(o,{record:t,parent:e,children:[],alias:[]});return e&&!r.record.aliasOf==!e.record.aliasOf&&e.children.push(r),r}s(q_,"createRouteRecordMatcher");function z_(t,e){const n=[],o=new Map;e=hp(Z_,e);function r(d){return o.get(d)}s(r,"getRecordMatcher");function i(d,p,h){const b=!h,y=Tp(d);y.aliasOf=h&&h.record;const x=hp(e,d),_=[y];if("alias"in d){const A=typeof d.alias=="string"?[d.alias]:d.alias;for(const V of A)_.push(Tp(pt({},y,{components:h?h.record.components:y.components,path:V,aliasOf:h?h.record:y})))}let C,T;for(const A of _){const{path:V}=A;if(p&&V[0]!=="/"){const K=p.record.path,U=K[K.length-1]==="/"?"":"/";A.path=p.record.path+(V&&U+V)}if(C=q_(A,p,x),h?h.alias.push(C):(T=T||C,T!==C&&T.alias.push(C),b&&d.name&&!Sp(C)&&l(d.name)),Jg(C)&&a(C),y.children){const K=y.children;for(let U=0;U<K.length;U++)i(K[U],C,h&&h.children[U])}h=h||C}return T?()=>{l(T)}:bs}s(i,"addRoute");function l(d){if(Kg(d)){const p=o.get(d);p&&(o.delete(d),n.splice(n.indexOf(p),1),p.children.forEach(l),p.alias.forEach(l))}else{const p=n.indexOf(d);p>-1&&(n.splice(p,1),d.record.name&&o.delete(d.record.name),d.children.forEach(l),d.alias.forEach(l))}}s(l,"removeRoute");function c(){return n}s(c,"getRoutes");function a(d){const p=X_(d,n);n.splice(p,0,d),d.record.name&&!Sp(d)&&o.set(d.record.name,d)}s(a,"insertMatcher");function u(d,p){let h,b={},y,x;if("name"in d&&d.name){if(h=o.get(d.name),!h)throw kr(Pt.MATCHER_NOT_FOUND,{location:d});x=h.record.name,b=pt(Cp(p.params,h.keys.filter(T=>!T.optional).concat(h.parent?h.parent.keys.filter(T=>T.optional):[]).map(T=>T.name)),d.params&&Cp(d.params,h.keys.map(T=>T.name))),y=h.stringify(b)}else if(d.path!=null)y=d.path,h=n.find(T=>T.re.test(y)),h&&(b=h.parse(y),x=h.record.name);else{if(h=p.name?o.get(p.name):n.find(T=>T.re.test(p.path)),!h)throw kr(Pt.MATCHER_NOT_FOUND,{location:d,currentLocation:p});x=h.record.name,b=pt({},p.params,d.params),y=h.stringify(b)}const _=[];let C=h;for(;C;)_.unshift(C.record),C=C.parent;return{name:x,path:y,params:b,matched:_,meta:Q_(_)}}s(u,"resolve"),t.forEach(d=>i(d));function f(){n.length=0,o.clear()}return s(f,"clearRoutes"),{addRoute:i,resolve:u,removeRoute:l,clearRoutes:f,getRoutes:c,getRecordMatcher:r}}s(z_,"createRouterMatcher");function Cp(t,e){const n={};for(const o of e)o in t&&(n[o]=t[o]);return n}s(Cp,"pickParams");function Tp(t){const e={path:t.path,redirect:t.redirect,name:t.name,meta:t.meta||{},aliasOf:t.aliasOf,beforeEnter:t.beforeEnter,props:J_(t),children:t.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in t?t.components||null:t.component&&{default:t.component}};return Object.defineProperty(e,"mods",{value:{}}),e}s(Tp,"normalizeRouteRecord");function J_(t){const e={},n=t.props||!1;if("component"in t)e.default=n;else for(const o in t.components)e[o]=typeof n=="object"?n[o]:n;return e}s(J_,"normalizeRecordProps");function Sp(t){for(;t;){if(t.record.aliasOf)return!0;t=t.parent}return!1}s(Sp,"isAliasRecord");function Q_(t){return t.reduce((e,n)=>pt(e,n.meta),{})}s(Q_,"mergeMetaFields");function X_(t,e){let n=0,o=e.length;for(;n!==o;){const i=n+o>>1;zg(t,e[i])<0?o=i:n=i+1}const r=t2(t);return r&&(o=e.lastIndexOf(r,o-1)),o}s(X_,"findInsertionIndex");function t2(t){let e=t;for(;e=e.parent;)if(Jg(e)&&zg(t,e)===0)return e}s(t2,"getInsertionAncestor");function Jg({record:t}){return!!(t.name||t.components&&Object.keys(t.components).length||t.redirect)}s(Jg,"isMatchable");function Op(t){const e=pn(wf),n=pn(Zg),o=Se(()=>{const a=Uo(t.to);return e.resolve(a)}),r=Se(()=>{const{matched:a}=o.value,{length:u}=a,f=a[u-1],d=n.matched;if(!f||!d.length)return-1;const p=d.findIndex(Nr.bind(null,f));if(p>-1)return p;const h=$p(a[u-2]);return u>1&&$p(f)===h&&d[d.length-1].path!==h?d.findIndex(Nr.bind(null,a[u-2])):p}),i=Se(()=>r.value>-1&&s2(n.params,o.value.params)),l=Se(()=>r.value>-1&&r.value===n.matched.length-1&&Wg(n.params,o.value.params));function c(a={}){if(r2(a)){const u=e[Uo(t.replace)?"replace":"push"](Uo(t.to)).catch(bs);return t.viewTransition&&typeof document<"u"&&"startViewTransition"in document&&document.startViewTransition(()=>u),u}return Promise.resolve()}return s(c,"navigate"),{route:o,href:Se(()=>o.value.href),isActive:i,isExactActive:l,navigate:c}}s(Op,"useLink");function e2(t){return t.length===1?t[0]:t}s(e2,"preferSingleVNode");const n2=ll({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"},viewTransition:Boolean},useLink:Op,setup(t,{slots:e}){const n=Bs(Op(t)),{options:o}=pn(wf),r=Se(()=>({[Ep(t.activeClass,o.linkActiveClass,"router-link-active")]:n.isActive,[Ep(t.exactActiveClass,o.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const i=e.default&&e2(e.default(n));return t.custom?i:Dh("a",{"aria-current":n.isExactActive?t.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:r.value},i)}}}),o2=n2;function r2(t){if(!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey)&&!t.defaultPrevented&&!(t.button!==void 0&&t.button!==0)){if(t.currentTarget&&t.currentTarget.getAttribute){const e=t.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(e))return}return t.preventDefault&&t.preventDefault(),!0}}s(r2,"guardEvent");function s2(t,e){for(const n in e){const o=e[n],r=t[n];if(typeof o=="string"){if(o!==r)return!1}else if(!Ae(r)||r.length!==o.length||o.some((i,l)=>i!==r[l]))return!1}return!0}s(s2,"includesParams");function $p(t){return t?t.aliasOf?t.aliasOf.path:t.path:""}s($p,"getOriginalPath");const Ep=s((t,e,n)=>t??e??n,"getLinkClass"),i2=ll({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(t,{attrs:e,slots:n}){const o=pn(qc),r=Se(()=>t.route||o.value),i=pn(yp,0),l=Se(()=>{let u=Uo(i);const{matched:f}=r.value;let d;for(;(d=f[u])&&!d.components;)u++;return u}),c=Se(()=>r.value.matched[l.value]);hi(yp,Se(()=>l.value+1)),hi(B_,c),hi(qc,r);const a=di();return mi(()=>[a.value,c.value,t.name],([u,f,d],[p,h,b])=>{f&&(f.instances[d]=u,h&&h!==f&&u&&u===p&&(f.leaveGuards.size||(f.leaveGuards=h.leaveGuards),f.updateGuards.size||(f.updateGuards=h.updateGuards))),u&&f&&(!h||!Nr(f,h)||!p)&&(f.enterCallbacks[d]||[]).forEach(y=>y(u))},{flush:"post"}),()=>{const u=r.value,f=t.name,d=c.value,p=d&&d.components[f];if(!p)return Pp(n.default,{Component:p,route:u});const h=d.props[f],b=h?h===!0?u.params:typeof h=="function"?h(u):h:null,x=Dh(p,pt({},b,e,{onVnodeUnmounted:s(_=>{_.component.isUnmounted&&(d.instances[f]=null)},"onVnodeUnmounted"),ref:a}));return Pp(n.default,{Component:x,route:u})||x}}});function Pp(t,e){if(!t)return null;const n=t(e);return n.length===1?n[0]:n}s(Pp,"normalizeSlot");const l2=i2;function c2(t){const e=z_(t.routes,t),n=t.parseQuery||D_,o=t.stringifyQuery||bp,r=t.history,i=is(),l=is(),c=is(),a=R0(An);let u=An;Vo&&t.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const f=cc.bind(null,$=>""+$),d=cc.bind(null,g_),p=cc.bind(null,Is);function h($,j){let N,F;return Kg($)?(N=e.getRecordMatcher($),F=j):F=$,e.addRoute(F,N)}s(h,"addRoute");function b($){const j=e.getRecordMatcher($);j&&e.removeRoute(j)}s(b,"removeRoute");function y(){return e.getRoutes().map($=>$.record)}s(y,"getRoutes");function x($){return!!e.getRecordMatcher($)}s(x,"hasRoute");function _($,j){if(j=pt({},j||a.value),typeof $=="string"){const w=ac(n,$,j.path),O=e.resolve({path:w.path},j),P=r.createHref(w.fullPath);return pt(w,O,{params:p(O.params),hash:Is(w.hash),redirectedFrom:void 0,href:P})}let N;if($.path!=null)N=pt({},$,{path:ac(n,$.path,j.path).path});else{const w=pt({},$.params);for(const O in w)w[O]==null&&delete w[O];N=pt({},$,{params:d(w)}),j.params=d(j.params)}const F=e.resolve(N,j),it=$.hash||"";F.params=f(p(F.params));const g=y_(o,pt({},$,{hash:p_(it),path:F.path})),v=r.createHref(g);return pt({fullPath:g,hash:it,query:o===bp?R_($.query):$.query||{}},F,{redirectedFrom:void 0,href:v})}s(_,"resolve");function C($){return typeof $=="string"?ac(n,$,a.value.path):pt({},$)}s(C,"locationAsObject");function T($,j){if(u!==$)return kr(Pt.NAVIGATION_CANCELLED,{from:j,to:$})}s(T,"checkCanceledNavigation");function A($){return U($)}s(A,"push");function V($){return A(pt(C($),{replace:!0}))}s(V,"replace");function K($,j){const N=$.matched[$.matched.length-1];if(N&&N.redirect){const{redirect:F}=N;let it=typeof F=="function"?F($,j):F;return typeof it=="string"&&(it=it.includes("?")||it.includes("#")?it=C(it):{path:it},it.params={}),pt({query:$.query,hash:$.hash,params:it.path!=null?{}:$.params},it)}}s(K,"handleRedirectRecord");function U($,j){const N=u=_($),F=a.value,it=$.state,g=$.force,v=$.replace===!0,w=K(N,F);if(w)return U(pt(C(w),{state:typeof w=="object"?pt({},it,w.state):it,force:g,replace:v}),j||N);const O=N;O.redirectedFrom=j;let P;return!g&&w_(o,F,N)&&(P=kr(Pt.NAVIGATION_DUPLICATED,{to:O,from:F}),Be(F,F,!0,!1)),(P?Promise.resolve(P):Ot(O,F)).catch(S=>cn(S)?cn(S,Pt.NAVIGATION_GUARD_REDIRECT)?S:Pn(S):dt(S,O,F)).then(S=>{if(S){if(cn(S,Pt.NAVIGATION_GUARD_REDIRECT))return U(pt({replace:v},C(S.to),{state:typeof S.to=="object"?pt({},it,S.to.state):it,force:g}),j||O)}else S=on(O,F,!0,v,it);return Mt(O,F,S),S})}s(U,"pushWithRedirect");function et($,j){const N=T($,j);return N?Promise.reject(N):Promise.resolve()}s(et,"checkCanceledNavigationAndReject");function J($){const j=Mo.values().next().value;return j&&typeof j.runWithContext=="function"?j.runWithContext($):$()}s(J,"runWithContext");function Ot($,j){let N;const[F,it,g]=N_($,j);N=fc(F.reverse(),"beforeRouteLeave",$,j);for(const w of F)w.leaveGuards.forEach(O=>{N.push(Nn(O,$,j))});const v=et.bind(null,$,j);return N.push(v),ge(N).then(()=>{N=[];for(const w of i.list())N.push(Nn(w,$,j));return N.push(v),ge(N)}).then(()=>{N=fc(it,"beforeRouteUpdate",$,j);for(const w of it)w.updateGuards.forEach(O=>{N.push(Nn(O,$,j))});return N.push(v),ge(N)}).then(()=>{N=[];for(const w of g)if(w.beforeEnter)if(Ae(w.beforeEnter))for(const O of w.beforeEnter)N.push(Nn(O,$,j));else N.push(Nn(w.beforeEnter,$,j));return N.push(v),ge(N)}).then(()=>($.matched.forEach(w=>w.enterCallbacks={}),N=fc(g,"beforeRouteEnter",$,j,J),N.push(v),ge(N))).then(()=>{N=[];for(const w of l.list())N.push(Nn(w,$,j));return N.push(v),ge(N)}).catch(w=>cn(w,Pt.NAVIGATION_CANCELLED)?w:Promise.reject(w))}s(Ot,"navigate");function Mt($,j,N){c.list().forEach(F=>J(()=>F($,j,N)))}s(Mt,"triggerAfterEach");function on($,j,N,F,it){const g=T($,j);if(g)return g;const v=j===An,w=Vo?history.state:{};N&&(F||v?r.replace($.fullPath,pt({scroll:v&&w&&w.scroll},it)):r.push($.fullPath,it)),a.value=$,Be($,j,N,v),Pn()}s(on,"finalizeNavigation");let It;function Qr(){It||(It=r.listen(($,j,N)=>{if(!ao.listening)return;const F=_($),it=K(F,ao.currentRoute.value);if(it){U(pt(it,{replace:!0,force:!0}),F).catch(bs);return}u=F;const g=a.value;Vo&&E_(vp(g.fullPath,N.delta),Ll()),Ot(F,g).catch(v=>cn(v,Pt.NAVIGATION_ABORTED|Pt.NAVIGATION_CANCELLED)?v:cn(v,Pt.NAVIGATION_GUARD_REDIRECT)?(U(pt(C(v.to),{force:!0}),F).then(w=>{cn(w,Pt.NAVIGATION_ABORTED|Pt.NAVIGATION_DUPLICATED)&&!N.delta&&N.type===Yc.pop&&r.go(-1,!1)}).catch(bs),Promise.reject()):(N.delta&&r.go(-N.delta,!1),dt(v,F,g))).then(v=>{v=v||on(F,g,!1),v&&(N.delta&&!cn(v,Pt.NAVIGATION_CANCELLED)?r.go(-N.delta,!1):N.type===Yc.pop&&cn(v,Pt.NAVIGATION_ABORTED|Pt.NAVIGATION_DUPLICATED)&&r.go(-1,!1)),Mt(F,g,v)}).catch(bs)}))}s(Qr,"setupListeners");let Po=is(),Bt=is(),vt;function dt($,j,N){Pn($);const F=Bt.list();return F.length?F.forEach(it=>it($,j,N)):console.error($),Promise.reject($)}s(dt,"triggerError");function rn(){return vt&&a.value!==An?Promise.resolve():new Promise(($,j)=>{Po.add([$,j])})}s(rn,"isReady");function Pn($){return vt||(vt=!$,Qr(),Po.list().forEach(([j,N])=>$?N($):j()),Po.reset()),$}s(Pn,"markAsReady");function Be($,j,N,F){const{scrollBehavior:it}=t;if(!Vo||!it)return Promise.resolve();const g=!N&&P_(vp($.fullPath,0))||(F||!N)&&history.state&&history.state.scroll||null;return Pi().then(()=>it($,j,g)).then(v=>v&&$_(v)).catch(v=>dt(v,$,j))}s(Be,"handleScroll");const Xt=s($=>r.go($),"go");let Ao;const Mo=new Set,ao={currentRoute:a,listening:!0,addRoute:h,removeRoute:b,clearRoutes:e.clearRoutes,hasRoute:x,getRoutes:y,resolve:_,options:t,push:A,replace:V,go:Xt,back:s(()=>Xt(-1),"back"),forward:s(()=>Xt(1),"forward"),beforeEach:i.add,beforeResolve:l.add,afterEach:c.add,onError:Bt.add,isReady:rn,install($){$.component("RouterLink",o2),$.component("RouterView",l2),$.config.globalProperties.$router=ao,Object.defineProperty($.config.globalProperties,"$route",{enumerable:!0,get:s(()=>Uo(a),"get")}),Vo&&!Ao&&a.value===An&&(Ao=!0,A(r.location).catch(F=>{}));const j={};for(const F in An)Object.defineProperty(j,F,{get:s(()=>a.value[F],"get"),enumerable:!0});$.provide(wf,ao),$.provide(Zg,zp(j)),$.provide(qc,a);const N=$.unmount;Mo.add($),$.unmount=function(){Mo.delete($),Mo.size<1&&(u=An,It&&It(),It=null,a.value=An,Ao=!1,vt=!1),N()}}};function ge($){return $.reduce((j,N)=>j.then(()=>J(N)),Promise.resolve())}return s(ge,"runGuardQueue"),ao}s(c2,"createRouter");var a2=Object.defineProperty,u2=Object.getOwnPropertyDescriptor,Qg=s((t,e,n,o)=>{for(var r=o>1?void 0:o?u2(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=(o?l(e,n,r):l(r))||r);return o&&r&&a2(e,n,r),r},"__decorateClass$u"),Jo;let zi=(Jo=class extends Xe{text="";selectOnce=2;selectOnceItems=[];selectMulti=[2,1];selectMultiItems=[];selectTags=[{key:4,value:"Fourth"}];selectTagsItems=[];beforeMount(){this.selectOnceItems=[{key:1,value:"Test"},{key:2,value:"Second value"}],this.selectMultiItems=[{key:1,value:"Test"},{key:2,value:"Second value"},{key:3,value:"Third"}],this.selectTagsItems=[{key:1,value:"Test"},{key:2,value:"Second value"},{key:4,value:"Fourth"}],setTimeout(()=>this.selectOnce=3,2e3),setTimeout(()=>this.selectMulti=[1,3],1e3),setTimeout(()=>this.selectOnceItems.push({key:3,value:"S3"}),1e3),setTimeout(()=>this.selectOnceItems.push({key:9,value:"Some 9"}),6e3),setTimeout(()=>this.selectTags=[{key:2,value:"Second value"}],3e3)}},s(Jo,"About"),Jo);Qg([R(String)],zi.prototype,"text",2);zi=Qg([at],zi);const f2={class:"flex flex-col items-center justify-center w[calc(100%-80px)] mx40px!"},d2={class:"row p5px w100%"},p2={class:"col-4 px30px"},h2={class:"mx-20px bg-amber-100 my8px px15px py7px rounded-lg"},m2={class:"mt5px bg-amber-50 p10px"},g2={class:"col-4 px30px"},v2={class:"mx-20px bg-amber-100 my8px px15px py7px rounded-lg"},b2={class:"mt5px bg-amber-50 p10px"},y2={class:"col-4 px30px"},w2={class:"mx-20px bg-amber-100 my8px px15px py7px rounded-lg"},x2={class:"mt5px bg-amber-50 p10px"},_2={class:"m10px flex flex-wrap gap-y-6px items-center justify-center"},C2={class:"text-center"};function T2(t,e,n,o,r,i){const l=W("SelectField"),c=W("Button"),a=W("StringField"),u=W("router-link");return z(),ft(Jt,null,[e[31]||(e[31]=Ar('<div class="flex px20px py15px" data-v-141c7546><div data-v-141c7546><img class="w100px" src="'+jg+'" data-v-141c7546></div><div data-v-141c7546><h1 data-v-141c7546>What is the Vue Spear Tip?</h1><span data-v-141c7546>Vue Spear Tip - is a global wrapper library for Vue 3 components using decorators. It allows you to describe a Vue component as an object-oriented class with inheritance, as well as provides a set of pre-built fields and components assembled from various open-source libraries that we constantly update. We are always looking for ways to improve our offerings. Supporteb by <a class="text-lightblue-500" href="https://smartrus.org" data-v-141c7546>SMARTRUS.ORG®</a></span><div class="text-left w100%" data-v-141c7546><b data-v-141c7546>Why? - </b><b class="text-green-600 underline underline-double underline-amber-200" data-v-141c7546>Easy to use with support on any device 📱🔳💻🖥️</b></div></div></div>',1)),m("div",f2,[e[28]||(e[28]=m("h4",{class:"text-center"},"Reactive select fields (with v-model)",-1)),m("div",d2,[m("div",p2,[e[5]||(e[5]=m("b",null,"Single select",-1)),E(l,{placeholder:"Select one value",modelValue:t.selectOnce,"onUpdate:modelValue":e[0]||(e[0]=f=>t.selectOnce=f),items:t.selectOnceItems},null,8,["modelValue","items"]),m("div",h2,[m("div",null,[e[3]||(e[3]=m("b",null,"v-model = ",-1)),m("span",null,Te(t.selectOnce),1)]),m("div",m2,[e[4]||(e[4]=m("b",null,":items = ",-1)),m("span",null,Te(t.selectOnceItems),1)])])]),m("div",g2,[e[8]||(e[8]=m("b",null,"Multi select",-1)),E(l,{mode:"multi",placeholder:"Select multi value",modelValue:t.selectMulti,"onUpdate:modelValue":e[1]||(e[1]=f=>t.selectMulti=f),items:t.selectMultiItems},null,8,["modelValue","items"]),m("div",v2,[m("div",null,[e[6]||(e[6]=m("b",null,"v-model = ",-1)),m("span",null,Te(t.selectMulti),1)]),m("div",b2,[e[7]||(e[7]=m("b",null,":items = ",-1)),m("span",null,Te(t.selectMultiItems),1)])])]),m("div",y2,[e[11]||(e[11]=m("b",null,"Tags select with presets",-1)),E(l,{mode:"tags",placeholder:"Select tags values with preset",modelValue:t.selectTags,"onUpdate:modelValue":e[2]||(e[2]=f=>t.selectTags=f),items:t.selectTagsItems},null,8,["modelValue","items"]),m("div",w2,[m("div",null,[e[9]||(e[9]=m("b",null,"v-model = ",-1)),m("span",null,Te(t.selectTags),1)]),m("div",x2,[e[10]||(e[10]=m("b",null,":items = ",-1)),m("span",null,Te(t.selectTagsItems),1)])])])]),e[29]||(e[29]=m("h4",{class:"text-center"},"Buttons",-1)),m("div",_2,[E(c,null,{default:Q(()=>[...e[12]||(e[12]=[Y("Default",-1)])]),_:1}),E(c,{theme:"black",iconRight:'<img style="height: 20px" src="/VST_LOGO.png"/>'},{default:Q(()=>[...e[13]||(e[13]=[Y("Black",-1)])]),_:1}),E(c,{theme:"yellow"},{default:Q(()=>[...e[14]||(e[14]=[Y("Yellow",-1)])]),_:1}),E(c,{theme:"white",icon:'<img style="height: 20px" src="/VST_LOGO.png"/>'},{default:Q(()=>[...e[15]||(e[15]=[Y("White",-1)])]),_:1}),E(c,{theme:"grey"},{default:Q(()=>[...e[16]||(e[16]=[Y("Grey",-1)])]),_:1}),E(c,{theme:"indigo"},{default:Q(()=>[...e[17]||(e[17]=[Y("Indigo",-1)])]),_:1}),E(c,{theme:"purple"},{default:Q(()=>[...e[18]||(e[18]=[Y("Purple",-1)])]),_:1}),E(a,{class:"w320px",placeholder:"Type text"}),E(c,{theme:"pink"},{default:Q(()=>[...e[19]||(e[19]=[Y("Pink",-1)])]),_:1}),E(c,{theme:"info"},{default:Q(()=>[...e[20]||(e[20]=[Y("Info",-1)])]),_:1}),E(c,{theme:"danger"},{default:Q(()=>[...e[21]||(e[21]=[Y("Danger",-1)])]),_:1}),E(c,{theme:"warning"},{default:Q(()=>[...e[22]||(e[22]=[Y("Warning",-1)])]),_:1}),E(c,{theme:"primary"},{default:Q(()=>[...e[23]||(e[23]=[Y("Primary",-1)])]),_:1}),E(c,{theme:"success"},{default:Q(()=>[...e[24]||(e[24]=[Y("Success",-1)])]),_:1})]),m("h4",C2,[e[26]||(e[26]=Y("Auto resizable window and container grid elements (And much more. See the ",-1)),E(u,{to:"/guide"},{default:Q(()=>[...e[25]||(e[25]=[Y("documentation",-1)])]),_:1}),e[27]||(e[27]=Y(")",-1))]),e[30]||(e[30]=Ar('<div class="w100% flex" data-v-141c7546><div id="blockAnimationResize" data-v-141c7546></div><div class="row-wrapper flex w100%" data-v-141c7546><div class="row-wrapper w100%" data-v-141c7546><div class="row" data-v-141c7546><div class="col-1" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-1</div></div><div class="col-1" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-1</div></div><div class="col-1" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-1</div></div><div class="col-1" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-1</div></div><div class="col-1" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-1</div></div><div class="col-1" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-1</div></div><div class="col-1" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-1</div></div><div class="col-1" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-1</div></div><div class="col-1" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-1</div></div><div class="col-1" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-1</div></div><div class="col-1" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-1</div></div><div class="col-1" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-1</div></div><div class="col-2" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-2</div></div><div class="col-2" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-2</div></div><div class="col-2" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-2</div></div><div class="col-2" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-2</div></div><div class="col-2" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-2</div></div><div class="col-2" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-2</div></div><div class="col-3" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-3</div></div><div class="col-3" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-3</div></div><div class="col-3" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-3</div></div><div class="col-3" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-3</div></div><div class="col-4" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-4</div></div><div class="col-4" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-4</div></div><div class="col-4" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-4</div></div><div class="col-5" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-5</div></div><div class="col-5" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-5</div></div><div class="col-2" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-2</div></div><div class="col-6" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-6</div></div><div class="col-6" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-6</div></div><div class="col-7" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-7</div></div><div class="col-5" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-5</div></div><div class="col-8" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-8</div></div><div class="col-4" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-4</div></div><div class="col-9" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-9</div></div><div class="col-3" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-3</div></div><div class="col-10" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-10</div></div><div class="col-2" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-2</div></div><div class="col-11" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-11</div></div><div class="col-1" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-1</div></div><div class="col-12" data-v-141c7546><div class="col-example-block" data-v-141c7546>.col-12</div></div></div></div></div></div>',1))])],64)}s(T2,"render$u");const S2=ut(zi,[["render",T2],["__scopeId","data-v-141c7546"]]);var O2=Object.defineProperty,$2=Object.getOwnPropertyDescriptor,Xg=s((t,e,n,o)=>{for(var r=o>1?void 0:o?$2(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=(o?l(e,n,r):l(r))||r);return o&&r&&O2(e,n,r),r},"__decorateClass$t"),Qo;let Ji=(Qo=class extends Xe{text="";routes;beforeMount(){this.routes=[...E3,...P3]}},s(Qo,"GuidesMenu"),Qo);Xg([R(String)],Ji.prototype,"text",2);Ji=Xg([at],Ji);const E2={class:"flex flex-col fixed"},P2={key:1},A2=["innerHTML"];function M2(t,e,n,o,r,i){const l=W("RouterLink");return z(),ft("div",E2,[(z(!0),ft(Jt,null,dh(t.routes,c=>(z(),ft("div",{class:Rs({"fw-bold":t.$route.path==c?.path})},[c.component?(z(),qe(l,{key:0,to:c.path,innerHTML:c.name},null,8,["to","innerHTML"])):(z(),ft("div",P2,[m("span",{innerHTML:c.name},null,8,A2)]))],2))),256))])}s(M2,"render$t");const Et=ut(Ji,[["render",M2],["__scopeId","data-v-bcc0e0af"]]);var I2=Object.defineProperty,D2=Object.getOwnPropertyDescriptor,Gl=s((t,e,n,o)=>{for(var r=o>1?void 0:o?D2(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=(o?l(e,n,r):l(r))||r);return o&&r&&I2(e,n,r),r},"__decorateClass$s"),Xo;let jr=(Xo=class extends Xe{components={GuidesMenu:Et};text="";GuidesRoutes;test="";beforeMount(){}_computedComputed(){return this.test?this.test=="test"?"First test":"Second test":"TEST EMPTY"}_testWatch(e){console.log("test variable changed",e)}},s(Xo,"Guides"),Xo);Gl([R(String)],jr.prototype,"text",2);Gl([Mx("computed")],jr.prototype,"_computedComputed",1);Gl([co("test",!1,!1)],jr.prototype,"_testWatch",1);jr=Gl([at],jr);const R2={class:"mx-auto max-w1024px w100% min-h100% flex"},B2={class:"flex px20px py15px w220px min-h100%!"},N2={class:"w[calc(100%-260px)]"},k2={class:"row gap-y-25px gap-x-1px"},j2={class:"col-8 relative"},V2={class:"col-4 relative"},F2={class:"flex items-center justify-center h100%"},L2={class:"title"},G2={class:"h90px m20px"},U2={class:"mt7px"},H2={class:"text-stone"},W2={class:"col-8 relative"},K2={class:"col-4 relative"},Y2={class:"h470px relative mb30px!"};function Z2(t,e,n,o,r,i){const l=W("GuidesMenu"),c=W("router-link"),a=W("CodeHighlight"),u=W("Button");return z(),ft("div",R2,[m("div",B2,[E(l)]),m("div",N2,[e[20]||(e[20]=m("h1",null,"Guide",-1)),e[21]||(e[21]=m("h4",null,"Explanation",-1)),e[22]||(e[22]=m("p",null,"The main goal is to make developers' lives easier. With a basic understanding of OOP (Object-Oriented Programming) and reactivity, developers can write complex inheritance frontend components or libraries.",-1)),m("p",null,[e[5]||(e[5]=Y("We assume that you have a basic understanding of reactivity, in particular, the principles of ",-1)),E(c,{to:"/guides/config/vue",class:"fw-bold"},{default:Q(()=>[...e[2]||(e[2]=[Y("Vue",-1)])]),_:1}),e[6]||(e[6]=Y(" (Watch, Computed) and how class inheritance works. You should also be familiar with ",-1)),E(c,{to:"/guides/config/typescript",class:"fw-bold"},{default:Q(()=>[...e[3]||(e[3]=[Y("TypeScript",-1)])]),_:1}),e[7]||(e[7]=Y(" and understand how preprocessors such as Scss/Stylus or Sass work. It would be helpful if you understood how ",-1)),E(c,{to:"/guides/config/unocss",class:"fw-bold"},{default:Q(()=>[...e[4]||(e[4]=[Y("UnoСss or TainwindCss",-1)])]),_:1}),e[8]||(e[8]=Y(" work. ",-1))]),e[23]||(e[23]=m("h4",null,[Y("Abstract "),m("code",{class:"text-emerald-500 fs-1rem"},"Example.vue"),Y(" component template")],-1)),m("div",k2,[m("div",j2,[e[9]||(e[9]=m("div",{class:"absolute text-stone! z3000 top--8px bg-#282c34 px5px ml2px l-0 rounded-t-lg user-select-none"},'<template lang="pug">',-1)),e[10]||(e[10]=m("div",{class:"absolute text-stone! z3000 bottom--15px bg-#282c34 px5px ml2px l-0 rounded-b-lg user-select-none"},"</template>",-1)),E(a,{lang:"pug",code:`
|
|
27
|
+
h2(class="absolute l-25 t-2 bg-stone-100 px9px py2px rounded-md") Result:
|
|
28
|
+
div(class="flex items-center justify-center h100%")
|
|
29
|
+
.title
|
|
30
|
+
div(class="h90px m20px")
|
|
31
|
+
div Test: {{ test }}
|
|
32
|
+
Button(
|
|
33
|
+
class="h30px"
|
|
34
|
+
fontSize="14px"
|
|
35
|
+
@clickTap="test = test == 'test' ? 'test 2' : 'test'"
|
|
36
|
+
) Toggle title
|
|
37
|
+
Button(
|
|
38
|
+
class="h30px"
|
|
39
|
+
fontSize="12px"
|
|
40
|
+
theme="danger"
|
|
41
|
+
@clickTap="test = ''"
|
|
42
|
+
) Reset
|
|
43
|
+
div(class="mt7px")
|
|
44
|
+
small(class="text-stone") Computed: {{ computed }}
|
|
45
|
+
`})]),m("div",V2,[e[13]||(e[13]=m("h2",{class:"absolute l-25 t-2 bg-stone-100 px9px py2px rounded-md"},"Result:",-1)),m("div",F2,[m("div",L2,[m("div",G2,[m("div",null,"Test: "+Te(t.test),1),E(u,{class:"h30px",fontSize:"14px",onClickTap:e[0]||(e[0]=f=>t.test=t.test=="test"?"test 2":"test")},{default:Q(()=>[...e[11]||(e[11]=[Y("Toggle title",-1)])]),_:1}),E(u,{class:"h30px",fontSize:"12px",theme:"danger",onClickTap:e[1]||(e[1]=f=>t.test="")},{default:Q(()=>[...e[12]||(e[12]=[Y("Reset",-1)])]),_:1}),m("div",U2,[m("small",H2,"Computed: "+Te(t.computed),1)])])])])]),m("div",W2,[e[14]||(e[14]=m("div",{class:"absolute text-stone! z3000 top--8px bg-#282c34 px5px ml2px l-0 rounded-t-lg user-select-none"},'<script lang="ts">',-1)),e[15]||(e[15]=m("div",{class:"absolute text-stone! z3000 bottom--15px bg-#282c34 px5px ml2px l-0 rounded-b-lg user-select-none"},"<\/script>",-1)),E(a,{lang:"ts",code:`
|
|
46
|
+
import {VST, Prop, Watch, Computed, Button} from 'vue-spear-tip'
|
|
47
|
+
|
|
48
|
+
import BaseComponent from './BaseComponent.vue'
|
|
49
|
+
|
|
50
|
+
@VST export default class Example extends BaseComponent {
|
|
51
|
+
components = {Button}
|
|
52
|
+
@Prop(String, null) readonly text: string = ''
|
|
53
|
+
test: 'test'|'test 2'|'' = ''
|
|
54
|
+
|
|
55
|
+
beforeMount() {
|
|
56
|
+
this.test = this.text
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
declare computed: boolean
|
|
60
|
+
@Computed('computed') _computedComputed(): boolean {
|
|
61
|
+
return !this.test ? 'TEST EMPTY'
|
|
62
|
+
: (this.test == 'test' ? 'First test' : 'Second test')
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
@Watch('test', false /* deep */, false /* immediate */)
|
|
66
|
+
_testWatch(newVal: string) {
|
|
67
|
+
console.log('test variable changed', newVal)
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
`})]),m("div",K2,[e[16]||(e[16]=m("div",{class:"absolute text-stone! z3000 top--8px bg-#282c34 px5px ml2px l-0 rounded-t-lg user-select-none"},'<style lang="sass">',-1)),e[17]||(e[17]=m("div",{class:"absolute text-stone! z3000 bottom--15px bg-#282c34 px5px ml2px l-0 rounded-b-lg user-select-none"},"</style>",-1)),E(a,{lang:"sass",code:`
|
|
71
|
+
.title
|
|
72
|
+
@apply bg-yellow-100 m10px
|
|
73
|
+
@apply hover:bg-yellow-200
|
|
74
|
+
@apply rounded-xl
|
|
75
|
+
`})])]),e[24]||(e[24]=Ar('<p class="mt30px" data-v-0f7b38cc>You can also use regular HTML instead of Pug. Similarly, you can use regular CSS instead of <a href="https://sass-lang.com/guide/" class="fw-bold" target="_blank" data-v-0f7b38cc>Sass</a>. And don't inclue <a href="https://unocss.dev/" class="fw-bold" target="_blank" data-v-0f7b38cc>UnoCss</a> / <a href="https://tailwindcss.com/" class="fw-bold" target="_blank" data-v-0f7b38cc>Tailwindcss</a> We don't want to force you to use our preferred syntax. We only chose this syntax because it has a more compact style (without closing tags) and <a href="https://pugjs.org/language/mixins.html" class="fw-bold" target="_blank" data-v-0f7b38cc>Pug Mixin Blocks</a>, which can be useful when writing certain library components. </p><h4 class="mt30px" data-v-0f7b38cc>Example abstract <code class="text-emerald-500 fs-1rem" data-v-0f7b38cc>BaseComponent.vue</code> inherited component</h4>',2)),m("div",Y2,[e[18]||(e[18]=m("div",{class:"absolute text-stone! z3000 top--8px bg-#282c34 px5px ml2px l-0 rounded-t-lg user-select-none"},'<script lang="ts">',-1)),e[19]||(e[19]=m("div",{class:"absolute text-stone! z3000 bottom--15px bg-#282c34 px5px ml2px l-0 rounded-b-lg user-select-none"},"<\/script>",-1)),E(a,{lang:"ts",code:`
|
|
76
|
+
import IBaseVueComponent from '../Interfaces/IBaseVueComponent'
|
|
77
|
+
import {VueClass, Prop} from 'vue-spear-tip'
|
|
78
|
+
|
|
79
|
+
/** Base component */
|
|
80
|
+
export default abstract class BaseComponent extends VueClass implements IBaseVueComponent {
|
|
81
|
+
// default props
|
|
82
|
+
@Prop(string) readonly testDefault: 'test'|'test 2'|'' = ''
|
|
83
|
+
// default emits
|
|
84
|
+
emitsParent = ['update:modelValue']
|
|
85
|
+
declare readonly $root: {
|
|
86
|
+
[key: string]: any
|
|
87
|
+
}
|
|
88
|
+
constructor() {
|
|
89
|
+
super()
|
|
90
|
+
// enable some global child component variables, etc.
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
// The method with the "Parent" suffix will be executed before the corresponding stages
|
|
94
|
+
// of the Vue component (created, beforeMount, mount, etc.).
|
|
95
|
+
mountedParent() {
|
|
96
|
+
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
// It can also possess measurable and monitored characteristics by default.
|
|
100
|
+
// declare computed: boolean @Computed('computed') _computedComputed(): boolean {return false}
|
|
101
|
+
// @Watch('test', false /* deep */, false /* immediate */) _testWatch(newVal: string) {return ''}
|
|
102
|
+
}
|
|
103
|
+
`})]),e[25]||(e[25]=Ar('<h3 data-v-0f7b38cc>We recommend using TypeScript classes at the top level and in the frontend for three main reasons:</h3><p data-v-0f7b38cc>1. Classes can be inherited, along with properties and methods, making it easier to maintain and extend code.<br data-v-0f7b38cc> 2. TypeScript has a flexible interface description model similar to JSON, allowing developers to see potential errors in their code before compilation and execution. This helps to catch mistakes early on and avoid bugs in production. Additionally, there is no need to install or develop complex plugins in the integrated development environment (IDE).<br data-v-0f7b38cc> 3. If TypeScript is used on both the frontend and backend, common interfaces can be defined, and only the necessary data is sent to the frontend using the <a href="https://www.typescriptlang.org/docs/handbook/utility-types.html#omittype-keys" target="_blank" class="fw-bold" data-v-0f7b38cc>Omit</a> operator. This makes it easier to share code and maintain consistency across the application. Overall, TypeScript can serve as a universal language for building applications.<br data-v-0f7b38cc></p><h3 data-v-0f7b38cc>Lib</h3><p data-v-0f7b38cc>Additionally, following this approach, we write a set of components in a consistent style. We are constantly trying to enhance it with useful practices for creating fully functional cross-platform web applications. You can see in left menu.</p><h3 data-v-0f7b38cc>Why was it called "Spear Tip"?</h3><p data-v-0f7b38cc>Because the library not only contains a set of components for all devices, but it also uses the most efficient technologies from the perspective of applied tasks. This allows the same or more complex functionality to be written in a more optimal and concise manner.</p>',6))])])}s(Z2,"render$s");const q2=ut(jr,[["render",Z2],["__scopeId","data-v-0f7b38cc"]]);var z2=Object.defineProperty,J2=Object.getOwnPropertyDescriptor,t0=s((t,e,n,o)=>{for(var r=o>1?void 0:o?J2(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=(o?l(e,n,r):l(r))||r);return o&&r&&z2(e,n,r),r},"__decorateClass$r"),tr;let Qi=(tr=class extends ct{text="";selectOnce=2;selectOnceItems=[{key:1,value:"Test"},{key:2,value:"Second value"}];selectMulti=[2,1];selectMultiItems=[{key:1,value:"Test"},{key:2,value:"Second value"},{key:3,value:"Third"}];selectTags=[{key:4,value:"Fourth"}];beforeMount(){}menu=[{name:"About",url:"/"},{name:"Documentation",url:"/documentation"},{name:"Library",url:"#"},{name:"Donate",url:"#"}];sections=[{title:"Начало работы",links:[{name:"Установка",url:"#",active:!0},{name:"Быстрый старт",url:"#"},{name:"Миграция с Vue 2",url:"#"}]},{title:"Основы",links:[{name:"Создание компонента",url:"#"},{name:"Жизненный цикл",url:"#"},{name:"Пропсы и данные",url:"#"}]}];cards=[{title:"Быстрый старт",description:"Узнайте, как быстро подключить и начать использовать библиотеку в вашем проекте."},{title:"Миграция с Vue 2",description:"Пошаговое руководство по переходу с классического подхода на современный."},{title:"API Reference",description:"Полное описание всех методов, свойств и возможностей библиотеки."},{title:"Лучшие практики",description:"Рекомендации по эффективному использованию библиотеки в реальных проектах."}]},s(tr,"Donate"),tr);t0([R(String)],Qi.prototype,"text",2);Qi=t0([at],Qi);const Q2={class:"mx-auto max-w1440px w100% min-h100%"};function X2(t,e,n,o,r,i){return z(),ft("div",Q2,[...e[0]||(e[0]=[Ar('<h3 class="px20px py15px text-center" data-v-fdfcb0f0>If you like Vue Spear Tip, you can donate for developmentin the following ways:</h3><div class="row w100%" data-v-fdfcb0f0><div class="col-6" data-v-fdfcb0f0><div class="p40px" data-v-fdfcb0f0><b data-v-fdfcb0f0>Crypto wallets</b><div data-v-fdfcb0f0><b class="text-amber-500 user-select-none" data-v-fdfcb0f0>BTC </b><span data-v-fdfcb0f0>1FZ11aFGQQzvm7Y7JGZYPq1UAip8eo3tZ7</span></div><div data-v-fdfcb0f0><b class="text-emerald-500 user-select-none" data-v-fdfcb0f0>USDT TRC20 </b><span data-v-fdfcb0f0>TBQGoQwuoeK5xX4S6dSozGiU6UBsJwZpTV</span></div><div data-v-fdfcb0f0><b class="text-emerald-500 user-select-none" data-v-fdfcb0f0>USDT ERC20 </b><span data-v-fdfcb0f0>0x67AE41dBe771380784194Aac6661b70eA42D34A6</span></div><div data-v-fdfcb0f0><b class="text-emerald-500 user-select-none" data-v-fdfcb0f0>USDT TON </b><span data-v-fdfcb0f0>UQBCvVree-8XUzHXUOq9HpROAbwC_26GPOgwAJJXYlgNCj2L</span></div><div data-v-fdfcb0f0><b class="text-emerald-500 user-select-none" data-v-fdfcb0f0>USDT SOL </b><span data-v-fdfcb0f0>7wL7NdCBF9USuAAapCr1zJ7oKpkSRw7xumA6YUXW4o9N</span></div></div></div><div class="col-6" data-v-fdfcb0f0><div class="p40px" data-v-fdfcb0f0><b data-v-fdfcb0f0>From Russia (из России)</b><div data-v-fdfcb0f0>По номеру карты</div><div data-v-fdfcb0f0><b class="text-red-600 user-select-none" data-v-fdfcb0f0>Альфа-Банк </b><span data-v-fdfcb0f0>2200 1545 9034 5772</span></div></div></div></div><h3 class="px20px py15px text-center" data-v-fdfcb0f0>Other donate channels - later. For questions <a href="mailto:support@smartrus.org" data-v-fdfcb0f0>support@smartrus.org</a></h3>',3)])])}s(X2,"render$r");const tC=ut(Qi,[["render",X2],["__scopeId","data-v-fdfcb0f0"]]);var eC=Object.getOwnPropertyDescriptor,nC=s((t,e,n,o)=>{for(var r=o>1?void 0:o?eC(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass$q"),er;let zc=(er=class extends ct{components={GuidesMenu:Et}},s(er,"InstallGuide"),er);zc=nC([at],zc);const oC="data:image/svg+xml,%3csvg%20id='Bun'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2070'%3e%3ctitle%3eBun%20Logo%3c/title%3e%3cpath%20id='Shadow'%20d='M71.09,20.74c-.16-.17-.33-.34-.5-.5s-.33-.34-.5-.5-.33-.34-.5-.5-.33-.34-.5-.5-.33-.34-.5-.5-.33-.34-.5-.5-.33-.34-.5-.5A26.46,26.46,0,0,1,75.5,35.7c0,16.57-16.82,30.05-37.5,30.05-11.58,0-21.94-4.23-28.83-10.86l.5.5.5.5.5.5.5.5.5.5.5.5.5.5C19.55,65.3,30.14,69.75,42,69.75c20.68,0,37.5-13.48,37.5-30C79.5,32.69,76.46,26,71.09,20.74Z'/%3e%3cg%20id='Body'%3e%3cpath%20id='Background'%20d='M73,35.7c0,15.21-15.67,27.54-35,27.54S3,50.91,3,35.7C3,26.27,9,17.94,18.22,13S33.18,3,38,3s8.94,4.13,19.78,10C67,17.94,73,26.27,73,35.7Z'%20style='fill:%23fbf0df'/%3e%3cpath%20id='Bottom_Shadow'%20data-name='Bottom%20Shadow'%20d='M73,35.7a21.67,21.67,0,0,0-.8-5.78c-2.73,33.3-43.35,34.9-59.32,24.94A40,40,0,0,0,38,63.24C57.3,63.24,73,50.89,73,35.7Z'%20style='fill:%23f6dece'/%3e%3cpath%20id='Light_Shine'%20data-name='Light%20Shine'%20d='M24.53,11.17C29,8.49,34.94,3.46,40.78,3.45A9.29,9.29,0,0,0,38,3c-2.42,0-5,1.25-8.25,3.13-1.13.66-2.3,1.39-3.54,2.15-2.33,1.44-5,3.07-8,4.7C8.69,18.13,3,26.62,3,35.7c0,.4,0,.8,0,1.19C9.06,15.48,20.07,13.85,24.53,11.17Z'%20style='fill:%23fffefc'/%3e%3cpath%20id='Top'%20d='M35.12,5.53A16.41,16.41,0,0,1,29.49,18c-.28.25-.06.73.3.59,3.37-1.31,7.92-5.23,6-13.14C35.71,5,35.12,5.12,35.12,5.53Zm2.27,0A16.24,16.24,0,0,1,39,19c-.12.35.31.65.55.36C41.74,16.56,43.65,11,37.93,5,37.64,4.74,37.19,5.14,37.39,5.49Zm2.76-.17A16.42,16.42,0,0,1,47,17.12a.33.33,0,0,0,.65.11c.92-3.49.4-9.44-7.17-12.53C40.08,4.54,39.82,5.08,40.15,5.32ZM21.69,15.76a16.94,16.94,0,0,0,10.47-9c.18-.36.75-.22.66.18-1.73,8-7.52,9.67-11.12,9.45C21.32,16.4,21.33,15.87,21.69,15.76Z'%20style='fill:%23ccbea7;fill-rule:evenodd'/%3e%3cpath%20id='Outline'%20d='M38,65.75C17.32,65.75.5,52.27.5,35.7c0-10,6.18-19.33,16.53-24.92,3-1.6,5.57-3.21,7.86-4.62,1.26-.78,2.45-1.51,3.6-2.19C32,1.89,35,.5,38,.5s5.62,1.2,8.9,3.14c1,.57,2,1.19,3.07,1.87,2.49,1.54,5.3,3.28,9,5.27C69.32,16.37,75.5,25.69,75.5,35.7,75.5,52.27,58.68,65.75,38,65.75ZM38,3c-2.42,0-5,1.25-8.25,3.13-1.13.66-2.3,1.39-3.54,2.15-2.33,1.44-5,3.07-8,4.7C8.69,18.13,3,26.62,3,35.7,3,50.89,18.7,63.25,38,63.25S73,50.89,73,35.7C73,26.62,67.31,18.13,57.78,13,54,11,51.05,9.12,48.66,7.64c-1.09-.67-2.09-1.29-3-1.84C42.63,4,40.42,3,38,3Z'/%3e%3c/g%3e%3cg%20id='Mouth'%3e%3cg%20id='Background-2'%20data-name='Background'%3e%3cpath%20d='M45.05,43a8.93,8.93,0,0,1-2.92,4.71,6.81,6.81,0,0,1-4,1.88A6.84,6.84,0,0,1,34,47.71,8.93,8.93,0,0,1,31.12,43a.72.72,0,0,1,.8-.81H44.26A.72.72,0,0,1,45.05,43Z'%20style='fill:%23b71422'/%3e%3c/g%3e%3cg%20id='Tongue'%3e%3cpath%20id='Background-3'%20data-name='Background'%20d='M34,47.79a6.91,6.91,0,0,0,4.12,1.9,6.91,6.91,0,0,0,4.11-1.9,10.63,10.63,0,0,0,1-1.07,6.83,6.83,0,0,0-4.9-2.31,6.15,6.15,0,0,0-5,2.78C33.56,47.4,33.76,47.6,34,47.79Z'%20style='fill:%23ff6164'/%3e%3cpath%20id='Outline-2'%20data-name='Outline'%20d='M34.16,47a5.36,5.36,0,0,1,4.19-2.08,6,6,0,0,1,4,1.69c.23-.25.45-.51.66-.77a7,7,0,0,0-4.71-1.93,6.36,6.36,0,0,0-4.89,2.36A9.53,9.53,0,0,0,34.16,47Z'/%3e%3c/g%3e%3cpath%20id='Outline-3'%20data-name='Outline'%20d='M38.09,50.19a7.42,7.42,0,0,1-4.45-2,9.52,9.52,0,0,1-3.11-5.05,1.2,1.2,0,0,1,.26-1,1.41,1.41,0,0,1,1.13-.51H44.26a1.44,1.44,0,0,1,1.13.51,1.19,1.19,0,0,1,.25,1h0a9.52,9.52,0,0,1-3.11,5.05A7.42,7.42,0,0,1,38.09,50.19Zm-6.17-7.4c-.16,0-.2.07-.21.09a8.29,8.29,0,0,0,2.73,4.37A6.23,6.23,0,0,0,38.09,49a6.28,6.28,0,0,0,3.65-1.73,8.3,8.3,0,0,0,2.72-4.37.21.21,0,0,0-.2-.09Z'/%3e%3c/g%3e%3cg%20id='Face'%3e%3cellipse%20id='Right_Blush'%20data-name='Right%20Blush'%20cx='53.22'%20cy='40.18'%20rx='5.85'%20ry='3.44'%20style='fill:%23febbd0'/%3e%3cellipse%20id='Left_Bluch'%20data-name='Left%20Bluch'%20cx='22.95'%20cy='40.18'%20rx='5.85'%20ry='3.44'%20style='fill:%23febbd0'/%3e%3cpath%20id='Eyes'%20d='M25.7,38.8a5.51,5.51,0,1,0-5.5-5.51A5.51,5.51,0,0,0,25.7,38.8Zm24.77,0A5.51,5.51,0,1,0,45,33.29,5.5,5.5,0,0,0,50.47,38.8Z'%20style='fill-rule:evenodd'/%3e%3cpath%20id='Iris'%20d='M24,33.64a2.07,2.07,0,1,0-2.06-2.07A2.07,2.07,0,0,0,24,33.64Zm24.77,0a2.07,2.07,0,1,0-2.06-2.07A2.07,2.07,0,0,0,48.75,33.64Z'%20style='fill:%23fff;fill-rule:evenodd'/%3e%3c/g%3e%3c/svg%3e",rC={class:"mx-auto max-w1024px w100% min-h100% flex"},sC={class:"flex px20px py15px w220px min-h100%!"},iC={class:"w[calc(100%-260px)]"};function lC(t,e,n,o,r,i){const l=W("GuidesMenu"),c=W("CodeHighlight"),a=W("router-link");return z(),ft("div",rC,[m("div",sC,[E(l)]),m("div",iC,[e[11]||(e[11]=m("h1",null,"Install",-1)),e[12]||(e[12]=m("h4",null,"Installing from package manager",-1)),m("div",null,[e[5]||(e[5]=m("p",null,[Y("The latest version of the package has been published in the global npm repository and has been assembled at "),m("a",{href:"https://www.npmjs.com/package/vue-spear-tip",target:"_blacnk"},"https://www.npmjs.com/package/vue-spear-tip"),Y(".")],-1)),e[6]||(e[6]=m("p",null,[Y("As a package manager and application builder, we highly recommend using "),m("a",{href:"https://bun.com/docs/installation",target:"_blacnk"},[Y("Bun.JS "),m("img",{src:oC,class:"h40px"})])],-1)),m("div",null,[E(c,{class:"h35px mb35px",lang:"pug",code:[{copy:!0,lang:"bash",title:"Linux/MacOS",code:"curl -fsSL https://bun.com/install | bash # for macOS, Linux, and WSL'm"},{copy:!0,lang:"bash",title:"Windows 10+ PowerShell",code:'powershell -c "irm bun.sh/install.ps1|iex"'}]})]),e[7]||(e[7]=m("p",null,"Because it is currently the fastest way to install packages and build applications in JavaScript. Support all popular platforms",-1)),e[8]||(e[8]=m("p",null,[Y("Or you can take a more common approach and install "),m("a",{href:"https://nodejs.org/en/download",target:"_blacnk"},"Node.JS"),Y(". Once you have it installed, you will have a global "),m("a",{href:"https://www.npmjs.com/",target:"_blacnk"},[m("b",null,"npm")]),Y(" package manager that you can use to install "),m("a",{href:"https://www.npmjs.com/package/vue-spear-tip",target:"_blacnk"},[m("b",null,"Vue Spear Tip")]),Y(". ")],-1)),e[9]||(e[9]=m("p",null,"Next step - run in console in root project folder:",-1)),m("div",null,[E(c,{class:"h35px mb40px",lang:"pug",code:[{copy:!0,lang:"bash",title:"Bun.JS",code:"bun add vue vue-spear-tip"},{copy:!0,lang:"bash",title:"npm",code:"npm i vue vue-spear-tip"}]})]),e[10]||(e[10]=m("p",null,"This is quite enough for using ready-made components. However, if you want to create your own components in an OOP (object-oriented programming) style, you will need to make some adjustments to your project. ",-1)),m("p",null,[e[1]||(e[1]=Y("First, you need to set up app builder. We use ",-1)),e[2]||(e[2]=m("a",{href:"https://vite.dev/guide/",target:"_blacnk"},"Vite",-1)),e[3]||(e[3]=Y(" for this. Follow the installation instructions for ",-1)),E(a,{to:"/guides/config/vite"},{default:Q(()=>[...e[0]||(e[0]=[m("b",null,"configuring Vite",-1)])]),_:1}),e[4]||(e[4]=Y(" and follow the steps outlined in the instructions. ",-1))])])])])}s(lC,"render$q");const cC=ut(zc,[["render",lC],["__scopeId","data-v-9649bea2"]]);var aC=Object.getOwnPropertyDescriptor,uC=s((t,e,n,o)=>{for(var r=o>1?void 0:o?aC(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass$p"),nr;let Jc=(nr=class extends ct{components={GuidesMenu:Et}},s(nr,"VueConfigGuide"),nr);Jc=uC([at],Jc);const fC={class:"mx-auto max-w1024px w100% min-h100% flex"},dC={class:"flex px20px py15px w220px min-h100%!"};function pC(t,e,n,o,r,i){const l=W("GuidesMenu");return z(),ft("div",fC,[m("div",dC,[E(l)]),e[0]||(e[0]=m("div",{class:"w[calc(100%-260px)]"},[m("h1",null,"Vue Config Guide"),m("div",null,"soon")],-1))])}s(pC,"render$p");const hC=ut(Jc,[["render",pC],["__scopeId","data-v-386f9aa8"]]);var mC=Object.getOwnPropertyDescriptor,gC=s((t,e,n,o)=>{for(var r=o>1?void 0:o?mC(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass$o"),or;let Qc=(or=class extends ct{components={GuidesMenu:Et}},s(or,"ViteConfigGuide"),or);Qc=gC([at],Qc);const vC={class:"mx-auto max-w1024px w100% min-h100% flex"},bC={class:"flex px20px py15px w220px min-h100%!"};function yC(t,e,n,o,r,i){const l=W("GuidesMenu");return z(),ft("div",vC,[m("div",bC,[E(l)]),e[0]||(e[0]=m("div",{class:"w[calc(100%-260px)]"},[m("h1",null,"Vite Config Guide"),m("div",null,"soon")],-1))])}s(yC,"render$o");const wC=ut(Qc,[["render",yC],["__scopeId","data-v-035d8961"]]);var xC=Object.getOwnPropertyDescriptor,_C=s((t,e,n,o)=>{for(var r=o>1?void 0:o?xC(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass$n"),rr;let Xc=(rr=class extends ct{components={GuidesMenu:Et}},s(rr,"TypeScriptConfigGuide"),rr);Xc=_C([at],Xc);const CC={class:"mx-auto max-w1024px w100% min-h100% flex"},TC={class:"flex px20px py15px w220px min-h100%!"};function SC(t,e,n,o,r,i){const l=W("GuidesMenu");return z(),ft("div",CC,[m("div",TC,[E(l)]),e[0]||(e[0]=m("div",{class:"w[calc(100%-260px)]"},[m("h1",null,"TypeScript Config Guide"),m("div",null,"soon")],-1))])}s(SC,"render$n");const OC=ut(Xc,[["render",SC],["__scopeId","data-v-eed6c4cd"]]);var $C=Object.getOwnPropertyDescriptor,EC=s((t,e,n,o)=>{for(var r=o>1?void 0:o?$C(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass$m"),sr;let ta=(sr=class extends ct{components={GuidesMenu:Et}},s(sr,"PugConfigGuide"),sr);ta=EC([at],ta);const PC={class:"mx-auto max-w1024px w100% min-h100% flex"},AC={class:"flex px20px py15px w220px min-h100%!"};function MC(t,e,n,o,r,i){const l=W("GuidesMenu");return z(),ft("div",PC,[m("div",AC,[E(l)]),e[0]||(e[0]=m("div",{class:"w[calc(100%-260px)]"},[m("h1",null,"Pug Config Guide"),m("div",null,"soon")],-1))])}s(MC,"render$m");const IC=ut(ta,[["render",MC],["__scopeId","data-v-a6caa6d3"]]);var DC=Object.getOwnPropertyDescriptor,RC=s((t,e,n,o)=>{for(var r=o>1?void 0:o?DC(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass$l"),ir;let ea=(ir=class extends ct{components={GuidesMenu:Et}},s(ir,"SassConfigGuide"),ir);ea=RC([at],ea);const BC={class:"mx-auto max-w1024px w100% min-h100% flex"},NC={class:"flex px20px py15px w220px min-h100%!"};function kC(t,e,n,o,r,i){const l=W("GuidesMenu");return z(),ft("div",BC,[m("div",NC,[E(l)]),e[0]||(e[0]=m("div",{class:"w[calc(100%-260px)]"},[m("h1",null,"Sass Config Guide"),m("div",null,"soon")],-1))])}s(kC,"render$l");const jC=ut(ea,[["render",kC],["__scopeId","data-v-78ef9107"]]);var VC=Object.getOwnPropertyDescriptor,FC=s((t,e,n,o)=>{for(var r=o>1?void 0:o?VC(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass$k"),lr;let na=(lr=class extends ct{components={GuidesMenu:Et}},s(lr,"UnoCssConfigGuide"),lr);na=FC([at],na);const LC={class:"mx-auto max-w1024px w100% min-h100% flex"},GC={class:"flex px20px py15px w220px min-h100%!"};function UC(t,e,n,o,r,i){const l=W("GuidesMenu");return z(),ft("div",LC,[m("div",GC,[E(l)]),e[0]||(e[0]=m("div",{class:"w[calc(100%-260px)]"},[m("h1",null,"UnoCss Config Guide"),m("div",null,"soon")],-1))])}s(UC,"render$k");const HC=ut(na,[["render",UC],["__scopeId","data-v-e7ba6b32"]]);var WC=Object.getOwnPropertyDescriptor,KC=s((t,e,n,o)=>{for(var r=o>1?void 0:o?WC(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass$j"),cr;let oa=(cr=class extends ct{components={GuidesMenu:Et}},s(cr,"LaravelConfigGuide"),cr);oa=KC([at],oa);const YC={class:"mx-auto max-w1024px w100% min-h100% flex"},ZC={class:"flex px20px py15px w220px min-h100%!"};function qC(t,e,n,o,r,i){const l=W("GuidesMenu");return z(),ft("div",YC,[m("div",ZC,[E(l)]),e[0]||(e[0]=m("div",{class:"w[calc(100%-260px)]"},[m("h1",null,"Laravel Config Guide"),m("div",null,"soon")],-1))])}s(qC,"render$j");const zC=ut(oa,[["render",qC],["__scopeId","data-v-e4972b51"]]);var JC=Object.getOwnPropertyDescriptor,QC=s((t,e,n,o)=>{for(var r=o>1?void 0:o?JC(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass$i"),ar;let ra=(ar=class extends ct{components={GuidesMenu:Et}},s(ar,"JuniorGuide"),ar);ra=QC([at],ra);const XC={class:"mx-auto max-w1024px w100% min-h100% flex"},tT={class:"flex px20px py15px w220px min-h100%!"};function eT(t,e,n,o,r,i){const l=W("GuidesMenu");return z(),ft("div",XC,[m("div",tT,[E(l)]),e[0]||(e[0]=m("div",{class:"w[calc(100%-260px)]"},[m("h1",null,"JuniorGuide"),m("div",null,"Meta development level. You don't need to know all web browser tecnologies to create multiplatform web apps. Instructions will be provided later. ")],-1))])}s(eT,"render$i");const nT=ut(ra,[["render",eT],["__scopeId","data-v-2397e42e"]]);var oT=Object.getOwnPropertyDescriptor,rT=s((t,e,n,o)=>{for(var r=o>1?void 0:o?oT(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass$h"),ur;let sa=(ur=class extends ct{components={GuidesMenu:Et}},s(ur,"VueConfigGuide"),ur);sa=rT([at],sa);const sT={class:"mx-auto max-w1024px w100% min-h100% flex"},iT={class:"flex px20px py15px w220px min-h100%!"};function lT(t,e,n,o,r,i){const l=W("GuidesMenu");return z(),ft("div",sT,[m("div",iT,[E(l)]),e[0]||(e[0]=Ar('<div class="w[calc(100%-260px)]" data-v-f9e4b3a3><h1 data-v-f9e4b3a3>When, why, and for what?</h1><div data-v-f9e4b3a3><p data-v-f9e4b3a3>This library is not intended to replace standard Vue features such as the Options API or Composition API. Instead, it is an additional tool for specific use cases. It provides an alternative approach that may be familiar to backend developers and is suitable for certain architectural patterns. The library utilizes the conventional class syntax, which is transformed into the standard Options API output, ensuring compatibility with current Vue versions.</p><h3 data-v-f9e4b3a3>When should you use this library?</h3><p data-v-f9e4b3a3>If your application is structured as a monolithic or modular monolith, with most of the business logic in the backend, this library can be a good fit. It also works well in scenarios where there is strong consistency between the frontend and backend, and where the frontend mostly displays data received from the server.</p><p data-v-f9e4b3a3>Additionally, if you prefer to quickly assemble the user interface using pre-built, complex components that don't require complex logic on the frontend, this library could be a useful addition to your toolbox.</p><h3 data-v-f9e4b3a3>Why this approach?</h3><p data-v-f9e4b3a3>Simplicity and speed: Using classes and pre-built solutions allows backend developers, who are familiar with the object-oriented paradigm, to quickly adapt and work on the frontend without needing to dive deep into the specifics of the Composition API. </p><p data-v-f9e4b3a3>Application integrity: If all business logic is handled on the backend, adding complexity to the frontend to manage state that has already been handled on the server is unnecessary. </p><p data-v-f9e4b3a3>Clear dependencies: In a monolithic application with a consistent architecture, without "smeared" logic like in microservices, complex Composition API mechanisms for data aggregation are not required. </p><p data-v-f9e4b3a3>Usability: The library offers pre-built components that encapsulate complex logic, allowing quick interface building. A caveat: When using any of these components, the library connects to the global $VST variable to simplify communication between them. </p><h3 data-v-f9e4b3a3>What is it not suitable for?</h3><p data-v-f9e4b3a3>Microservice architecture (оr with caution): When it comes to applications that need to gather data from multiple, independent microservices on the frontend, the Composition API can be an ideal tool. This API helps structure complex logic and manage the state and dependencies that are often present in these systems.</p><p data-v-f9e4b3a3>Frontend complexity: If your app requires a lot of custom, non-backend logic (like complex animations or real-time processing) on the client-side, the Composition API provides more flexibility and functionality. </p><h3 data-v-f9e4b3a3>Conclusion</h3><p data-v-f9e4b3a3>This library isn't a replacement for the Vue ecosystem, but rather an addition that offers an alternative approach for specific architectural scenarios where traditional tools might be redundant. It's a tool for developers who value speed, accuracy, and simplicity, particularly if the majority of the business logic is managed securely on the backend.</p></div></div>',1))])}s(lT,"render$h");const cT=ut(sa,[["render",lT],["__scopeId","data-v-f9e4b3a3"]]),xf=[{path:"/why",name:"When, why, and for what?",component:cT},{name:'<hr style="border: solid #ccc; border-width: 1px 0 0">'},{name:"<b>Guides</b>"},{path:"/install",name:"Install Guide",component:cC},{path:"/config/vite",name:"Vite Config",component:wC},{path:"/config/vue",name:"Vue Config",component:hC},{path:"/config/typescript",name:"TypesScript Config",component:OC},{path:"/config/pug",name:"Pug Config",component:IC},{path:"/config/sass",name:"Scss/Sass/Stylus Config",component:jC},{path:"/config/unocss",name:"UnoCss Config",component:HC},{path:"/config/laravel",name:"Laravel Config",component:zC},{path:"/junior",name:"Junior Start Guide",component:nT}];var aT=Object.getOwnPropertyDescriptor,uT=s((t,e,n,o)=>{for(var r=o>1?void 0:o?aT(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass$g"),fr;let ia=(fr=class extends ct{components={GuidesMenu:Et}},s(fr,"GridKit"),fr);ia=uT([at],ia);const fT={class:"mx-auto max-w1024px w100% min-h100% flex"},dT={class:"flex px20px py15px w220px min-h100%!"};function pT(t,e,n,o,r,i){const l=W("GuidesMenu");return z(),ft("div",fT,[m("div",dT,[E(l)]),e[0]||(e[0]=m("div",{class:"w[calc(100%-260px)]"},[m("h1",null,"GridKit"),m("div",null,"GridKit")],-1))])}s(pT,"render$g");const hT=ut(ia,[["render",pT],["__scopeId","data-v-ff290277"]]);var mT=Object.getOwnPropertyDescriptor,gT=s((t,e,n,o)=>{for(var r=o>1?void 0:o?mT(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass$f"),dr;let la=(dr=class extends ct{components={GuidesMenu:Et}},s(dr,"ButtonKit"),dr);la=gT([at],la);const vT={class:"mx-auto max-w1024px w100% min-h100% flex"},bT={class:"flex px20px py15px w220px min-h100%!"},yT={class:"w[calc(100%-260px)]"},wT={class:"flex"};function xT(t,e,n,o,r,i){const l=W("GuidesMenu"),c=W("Button");return z(),ft("div",vT,[m("div",bT,[E(l)]),m("div",yT,[e[1]||(e[1]=m("h1",null,"ButtonKitElement",-1)),m("div",wT,[E(c,null,{default:Q(()=>[...e[0]||(e[0]=[Y("ButtonKitElement",-1)])]),_:1})])])])}s(xT,"render$f");const _T=ut(la,[["render",xT],["__scopeId","data-v-3a52d9f6"]]);var CT=Object.getOwnPropertyDescriptor,TT=s((t,e,n,o)=>{for(var r=o>1?void 0:o?CT(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass$e"),pr;let ca=(pr=class extends ct{components={ButtonKit:_T}},s(pr,"ButtonKitElement"),pr);ca=TT([at],ca);function ST(t,e,n,o,r,i){const l=W("ButtonKit");return z(),qe(l)}s(ST,"render$e");const OT=ut(ca,[["render",ST]]);var $T=Object.getOwnPropertyDescriptor,ET=s((t,e,n,o)=>{for(var r=o>1?void 0:o?$T(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass$d"),hr;let aa=(hr=class extends ct{components={GuidesMenu:Et}},s(hr,"QRCodeKitElement"),hr);aa=ET([at],aa);const PT={class:"mx-auto max-w1024px w100% min-h100% flex"},AT={class:"flex px20px py15px w220px min-h100%!"};function MT(t,e,n,o,r,i){const l=W("GuidesMenu");return z(),ft("div",PT,[m("div",AT,[E(l)]),e[0]||(e[0]=m("div",{class:"w[calc(100%-260px)]"},[m("h1",null,"QRCodeKitElement"),m("div",null,"soon")],-1))])}s(MT,"render$d");const IT=ut(aa,[["render",MT],["__scopeId","data-v-81010176"]]);var DT=Object.getOwnPropertyDescriptor,RT=s((t,e,n,o)=>{for(var r=o>1?void 0:o?DT(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass$c"),mr;let ua=(mr=class extends ct{components={GuidesMenu:Et}},s(mr,"BarcodeKitElement"),mr);ua=RT([at],ua);const BT={class:"mx-auto max-w1024px w100% min-h100% flex"},NT={class:"flex px20px py15px w220px min-h100%!"};function kT(t,e,n,o,r,i){const l=W("GuidesMenu");return z(),ft("div",BT,[m("div",NT,[E(l)]),e[0]||(e[0]=m("div",{class:"w[calc(100%-260px)]"},[m("h1",null,"BarcodeKitElement"),m("div",null,"soon")],-1))])}s(kT,"render$c");const jT=ut(ua,[["render",kT],["__scopeId","data-v-11abfb04"]]);var VT=Object.getOwnPropertyDescriptor,FT=s((t,e,n,o)=>{for(var r=o>1?void 0:o?VT(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass$b"),gr;let fa=(gr=class extends ct{components={GuidesMenu:Et}},s(gr,"SelectKit"),gr);fa=FT([at],fa);const LT={class:"mx-auto max-w1024px w100% min-h100% flex"},GT={class:"flex px20px py15px w220px min-h100%!"};function UT(t,e,n,o,r,i){const l=W("GuidesMenu");return z(),ft("div",LT,[m("div",GT,[E(l)]),e[0]||(e[0]=m("div",{class:"w[calc(100%-260px)]"},[m("h1",null,"SelectKit"),m("div",null,"SelectKit")],-1))])}s(UT,"render$b");const HT=ut(fa,[["render",UT],["__scopeId","data-v-54c9c39d"]]);var WT=Object.getOwnPropertyDescriptor,KT=s((t,e,n,o)=>{for(var r=o>1?void 0:o?WT(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass$a"),vr;let da=(vr=class extends ct{components={SelectKit:HT}},s(vr,"SelectKitField"),vr);da=KT([at],da);function YT(t,e,n,o,r,i){const l=W("SelectKit");return z(),qe(l)}s(YT,"render$a");const ZT=ut(da,[["render",YT]]);var qT=Object.defineProperty,zT=Object.getOwnPropertyDescriptor,e0=s((t,e,n,o)=>{for(var r=o>1?void 0:o?zT(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=(o?l(e,n,r):l(r))||r);return o&&r&&qT(e,n,r),r},"__decorateClass$9"),br;let Xi=(br=class extends Xe{vModelSupport=!1;beforeMount(){}},s(br,"ElementDocBlock"),br);e0([R(Boolean)],Xi.prototype,"vModelSupport",2);Xi=e0([at],Xi);function JT(t,e,n,o,r,i){const l=W("Tabs");return z(),ft("div",null,[m("div",null,[E(l,null,{"$title-default":Q(()=>[Ve(t.$slots,"$title-default",{},()=>[e[0]||(e[0]=m("div",null,"Examples",-1))],!0)]),default:Q(()=>[Ve(t.$slots,"default",{},()=>[e[1]||(e[1]=m("div",null,"No content Examples",-1))],!0)]),"$title-props":Q(()=>[Ve(t.$slots,"$title-props",{},()=>[e[2]||(e[2]=m("div",null,"@Props",-1))],!0)]),props:Q(()=>[Ve(t.$slots,"props",{},()=>[e[3]||(e[3]=m("div",null,"Props not set",-1))],!0)]),"$title-events":Q(()=>[Ve(t.$slots,"$title-events",{},()=>[e[4]||(e[4]=m("div",null,"@Events",-1))],!0)]),events:Q(()=>[Ve(t.$slots,"events",{},()=>[e[5]||(e[5]=Y("Events not set",-1))],!0)]),"$title-methods":Q(()=>[Ve(t.$slots,"$title-events",{},()=>[e[6]||(e[6]=m("div",null,"Methods",-1))],!0)]),methods:Q(()=>[Ve(t.$slots,"methods",{},()=>[e[7]||(e[7]=m("div",null,"Methods not set",-1))],!0)]),"$title-refs":Q(()=>[Ve(t.$slots,"$title-refs",{},()=>[e[8]||(e[8]=m("div",null,"Referenses",-1))],!0)]),refs:Q(()=>[Ve(t.$slots,"refs",{},()=>[e[9]||(e[9]=m("div",null,"List of references not set",-1))],!0)]),_:3})])])}s(JT,"render$9");const QT=ut(Xi,[["render",JT],["__scopeId","data-v-4354e35f"]]);var XT=Object.getOwnPropertyDescriptor,tS=s((t,e,n,o)=>{for(var r=o>1?void 0:o?XT(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass$8"),yr;let pa=(yr=class extends ct{components={GuidesMenu:Et,ElementDocBlock:QT};dateData={props:{},events:{},methods:{}};mounted(){}l(...e){console.log("dk",...e)}preRenderRus(e,n,o){const r=$VST.DT();n.startOfDay().epochMilliseconds==$VST.DT(`${r.year}-${r.month}-01`).epochMilliseconds&&(e.style.background=o?"#ff9393":"#f75c5c",e.style.borderRadius="4px",e.style.color=o?"#000":"white",e.title="Demonstration custom day element")}},s(yr,"DateKit"),yr);pa=tS([at],pa);const eS={class:"mx-auto max-w1024px w100% min-h100% flex"},nS={class:"flex px20px py15px w220px min-h100%!"},oS={class:"w[calc(100%-260px)]"},rS={class:"row gap-7"},sS={class:"col-12"},iS={class:"col-12"},lS={class:"col-6"},cS={class:"col-6"},aS={class:"col-6"};function uS(t,e,n,o,r,i){const l=W("GuidesMenu"),c=W("DateField"),a=W("CodeHighlight"),u=W("ElementDocBlock");return z(),ft("div",eS,[m("div",nS,[E(l)]),m("div",oS,[e[16]||(e[16]=m("h1",null,"DateField",-1)),e[17]||(e[17]=m("div",{class:"mb10px text-lightblue-400"},[m("div")],-1)),e[18]||(e[18]=m("div",{class:"mb10px text-lightblue-400"},"With auto locales format",-1)),E(u,null,{default:Q(()=>[m("div",rS,[m("div",sS,[e[0]||(e[0]=m("b",{class:"text-center"},"Default date time field with auto language, locale, format detect",-1)),E(c,{withTime:!0})]),m("div",iS,[e[1]||(e[1]=m("b",{class:"text-center"},"Default date field auto language, locale, format detect",-1)),E(c,{inputValue:"2012-12-12 00:01:22"})]),m("div",lS,[e[2]||(e[2]=m("b",{class:"text-center"},"European 24 hours format (Russia)",-1)),E(c,{withTime:!0,withSeconds:!0,locale:"ru",ref:"rus",dayPreRender:t.preRenderRus},null,8,["dayPreRender"])]),m("div",cS,[e[3]||(e[3]=m("b",{class:"text-center"},"12 hours (America en-US)",-1)),E(c,{ISO861UTCMode:!0,withTime:!0,inputValue:"2012-12-12 00:01:22",locale:"en-US"})]),m("div",aS,[e[4]||(e[4]=m("b",{class:"text-center"},"Disabled",-1)),E(c,{disabled:!0,withTime:!0,inputValue:"2012-12-12 00:01:22"})])])]),props:Q(()=>[E(a,{class:"h100px mb20px",code:`/**
|
|
104
|
+
* Глобальное название поля. Используется для ссылок на поля дат (этого же компонента), в которых указываются
|
|
105
|
+
* минимальные/максимальные даты для текущего поля даты.
|
|
106
|
+
* Внимание! Для сложных форм используйте префиксы.
|
|
107
|
+
*/
|
|
108
|
+
@Prop(String) readonly fieldName: string = ''`}),e[5]||(e[5]=m("div",null,"firstDayOfWeek: 'auto' | 1 | 2 | 3 | 4 | 5 | 6 | 7",-1)),e[6]||(e[6]=m("div",null,"disabledDays: number | string | Date[]",-1)),e[7]||(e[7]=m("div",null,"disableWeekends: boolean",-1)),e[8]||(e[8]=m("div",null,"disableDaysOfWeek",-1)),e[9]||(e[9]=m("div",null,"disabled",-1)),e[10]||(e[10]=m("div",null,"ISO861UTCMode",-1)),e[11]||(e[11]=m("div",null,"dayPreRender",-1)),e[12]||(e[12]=m("div",null,"max",-1)),e[13]||(e[13]=m("div",null,"min",-1)),e[14]||(e[14]=m("div",null,"maxField",-1)),e[15]||(e[15]=m("div",null,"minField",-1))]),_:1})])])}s(uS,"render$8");const fS=ut(pa,[["render",uS],["__scopeId","data-v-3c03f094"]]);var dS=Object.getOwnPropertyDescriptor,pS=s((t,e,n,o)=>{for(var r=o>1?void 0:o?dS(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass$7"),wr;let ha=(wr=class extends ct{components={DateKit:fS}},s(wr,"DateKitField"),wr);ha=pS([at],ha);function hS(t,e,n,o,r,i){const l=W("DateKit");return z(),qe(l)}s(hS,"render$7");const mS=ut(ha,[["render",hS]]);var gS=Object.getOwnPropertyDescriptor,vS=s((t,e,n,o)=>{for(var r=o>1?void 0:o?gS(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass$6"),xr;let ma=(xr=class extends ct{components={GuidesMenu:Et}},s(xr,"StringKit"),xr);ma=vS([at],ma);const bS={class:"mx-auto max-w1024px w100% min-h100% flex"},yS={class:"flex px20px py15px w220px min-h100%!"},wS={class:"w[calc(100%-260px)]"},xS={class:"row gap-x-3"},_S={class:"col-6"},CS={class:"col-6"},TS={class:"col-6"},SS={class:"col-6"},OS={class:"col-6"},$S={class:"col-12"},ES={class:"col-12"};function PS(t,e,n,o,r,i){const l=W("GuidesMenu"),c=W("StringField");return z(),ft("div",bS,[m("div",yS,[E(l)]),m("div",wS,[e[0]||(e[0]=m("h1",null,"StringKit",-1)),m("div",xS,[m("div",_S,[E(c,{asNumber:4,placeholder:"Simple string field"})]),m("div",CS,[E(c,{mask:"+{7} (000) 000-00-00",asNumber:33,alwaysCopyIcon:!0})]),m("div",TS,[E(c,{mask:"+{7} (000) 000-00-00",alwaysCopyIcon:!0})]),m("div",SS,[E(c,{asNumber:2,max:5,placeholder:"Number field"})]),m("div",OS,[E(c,{mask:"+{7} (000) 000-00-00",alwaysCopyIcon:!0})]),m("div",$S,[E(c,{placeholder:"Simple string field with copy when has value",maskPreset:"phone",alwaysCopyIcon:!0})]),m("div",ES,[E(c,{inputValue:"Disabled with copy icon if has value",maskPreset:"phone",alwaysCopyIcon:!0,disabled:""})])])])])}s(PS,"render$6");const AS=ut(ma,[["render",PS],["__scopeId","data-v-28e789c9"]]);var MS=Object.getOwnPropertyDescriptor,IS=s((t,e,n,o)=>{for(var r=o>1?void 0:o?MS(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass$5"),_r;let ga=(_r=class extends ct{components={GuidesMenu:Et,StringKit:AS}},s(_r,"StringKitField"),_r);ga=IS([at],ga);function DS(t,e,n,o,r,i){const l=W("StringKit");return z(),qe(l)}s(DS,"render$5");const RS=ut(ga,[["render",DS]]);var BS=Object.getOwnPropertyDescriptor,NS=s((t,e,n,o)=>{for(var r=o>1?void 0:o?BS(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass$4"),Cr;let va=(Cr=class extends ct{components={GuidesMenu:Et}},s(Cr,"TabsKit"),Cr);va=NS([at],va);const kS={class:"mx-auto max-w1024px w100% min-h100% flex"},jS={class:"flex px20px py15px w220px min-h100%!"},VS={class:"w[calc(100%-260px)]"},FS={class:"flex"};function LS(t,e,n,o,r,i){const l=W("GuidesMenu"),c=W("Tabs");return z(),ft("div",kS,[m("div",jS,[E(l)]),m("div",VS,[e[4]||(e[4]=m("h1",null,"TabsKit",-1)),m("div",FS,[E(c,null,{"$title-default":Q(()=>[...e[0]||(e[0]=[Y("DEF",-1)])]),default:Q(()=>[...e[1]||(e[1]=[Y("1",-1)])]),"$title-tab":Q(()=>[...e[2]||(e[2]=[Y("TAB TITLE",-1)])]),tab:Q(()=>[...e[3]||(e[3]=[Y("2",-1)])]),_:1})])])])}s(LS,"render$4");const GS=ut(va,[["render",LS],["__scopeId","data-v-d7e67045"]]);var US=Object.getOwnPropertyDescriptor,HS=s((t,e,n,o)=>{for(var r=o>1?void 0:o?US(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass$3"),Tr;let ba=(Tr=class extends ct{components={GuidesMenu:Et}},s(Tr,"ExampleKit"),Tr);ba=HS([at],ba);const WS={class:"mx-auto max-w1024px w100% min-h100% flex"},KS={class:"flex px20px py15px w220px min-h100%!"},YS={class:"w[calc(100%-260px)]"};function ZS(t,e,n,o,r,i){const l=W("GuidesMenu"),c=W("TextField");return z(),ft("div",WS,[m("div",KS,[E(l)]),m("div",YS,[e[0]||(e[0]=m("h1",null,"TextField",-1)),m("div",null,[E(c,{inputValue:`Hey, try ***to*** select *some* text <b>here</b>.
|
|
109
|
+
There will <https://smartrus.org> a menu for selecting some inline styles.
|
|
110
|
+
Remember: you have full control about content and styling of this menu.
|
|
111
|
+
|
|
112
|
+
Roadmap:
|
|
113
|
+
- v-model
|
|
114
|
+
- Ссылка, с возможностью редактирования
|
|
115
|
+
- Ссылка на изображение, возможно дать вставлять base64, но автоматически конвертируемый и сжатый в webp
|
|
116
|
+
- Нормальный скрол (вписывающийся, возможно через родительский элемент)
|
|
117
|
+
- Кнопка clear
|
|
118
|
+
- Отображение количества символов
|
|
119
|
+
`})])])])}s(ZS,"render$3");const qS=ut(ba,[["render",ZS],["__scopeId","data-v-e6eab152"]]);var zS=Object.getOwnPropertyDescriptor,JS=s((t,e,n,o)=>{for(var r=o>1?void 0:o?zS(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass$2"),Sr;let ya=(Sr=class extends ct{components={GuidesMenu:Et,TextFieldKit:qS}},s(Sr,"TextKitField"),Sr);ya=JS([at],ya);function QS(t,e,n,o,r,i){const l=W("TextFieldKit");return z(),qe(l)}s(QS,"render$2");const XS=ut(ya,[["render",QS]]);var t3=Object.getOwnPropertyDescriptor,e3=s((t,e,n,o)=>{for(var r=o>1?void 0:o?t3(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass$1"),Or;let wa=(Or=class extends ct{components={GuidesMenu:Et}},s(Or,"SwitchKit"),Or);wa=e3([at],wa);const n3={class:"mx-auto max-w1024px w100% min-h100% flex"},o3={class:"flex px20px py15px w220px min-h100%!"},r3={class:"w[calc(100%-260px)]"},s3={class:"row"},i3={class:"col-2"},l3={class:"col-2"},c3={class:"col-2"},a3={class:"col-2"},u3={class:"col-2"},f3={class:"col-2"},d3={class:"col-2"},p3={class:"col-2"},h3={class:"col-2"},m3={class:"col-2"},g3={class:"col-2"},v3={class:"col-2"},b3={class:"row"},y3={class:"col-2"},w3={class:"col-2"},x3={class:"col-2"};function _3(t,e,n,o,r,i){const l=W("GuidesMenu"),c=W("SwitchField");return z(),ft("div",n3,[m("div",o3,[E(l)]),m("div",r3,[e[5]||(e[5]=m("h1",null,"SwitchKit",-1)),m("div",s3,[e[0]||(e[0]=m("div",{class:"col-6"},"Default",-1)),e[1]||(e[1]=m("div",{class:"col-6"},"Custom",-1)),m("div",i3,[E(c,{inputValue:!0})]),m("div",l3,[E(c)]),m("div",c3,[E(c,{inputValue:!0,disabled:!0})]),m("div",a3,[E(c,{bg:"#46bb27",labelColor:"#ffdead",bgInactive:"#ea9c28",boxShadow:"0 0 2px #46bb27",labelBoxShadow:"0 0 2px #46bb27",inputValue:!0})]),m("div",u3,[E(c,{bg:"#46bb27",bgInactive:"#f5ba63",labelColor:"#ffdead",boxShadow:"0 0 2px #46bb27",labelBoxShadow:"0 0 2px #46bb27"})]),m("div",f3,[E(c,{bg:"#46bb27",labelColor:"#ffdead",boxShadow:"0 0 2px #46bb27",labelBoxShadow:"0 0 2px #46bb27",inputValue:!0,disabled:!0})]),e[2]||(e[2]=m("div",{class:"col-6"},"Toggler",-1)),e[3]||(e[3]=m("div",{class:"col-6"},"Toggler Custom",-1)),m("div",d3,[E(c,{inputValue:!0,type:"toggler"})]),m("div",p3,[E(c,{type:"toggler"})]),m("div",h3,[E(c,{inputValue:!0,type:"toggler",disabled:!0})]),m("div",m3,[E(c,{inputValue:!0,type:"toggler",titleTogglerY:"Yes",titleTogglerN:"No",bgTogglerY:"#42b8b8",bgTogglerN:"#b8a68e"})]),m("div",g3,[E(c,{type:"toggler",titleTogglerY:"Yes",titleTogglerN:"No",bgTogglerY:"#42b8b8",bgTogglerN:"#b8a68e"})]),m("div",v3,[E(c,{inputValue:!0,type:"toggler",titleTogglerY:"Yes",titleTogglerN:"No",bgTogglerY:"#42b8b8",bgTogglerN:"#b8a68e",disabled:!0})])]),m("div",b3,[e[4]||(e[4]=m("div",{class:"col-12"},"Checkbox",-1)),m("div",y3,[E(c,{type:"checkbox",inputValue:!0})]),m("div",w3,[E(c,{type:"checkbox"})]),m("div",x3,[E(c,{type:"checkbox",inputValue:!0,disabled:!0})])])])])}s(_3,"render$1");const C3=ut(wa,[["render",_3],["__scopeId","data-v-2921a50c"]]);var T3=Object.getOwnPropertyDescriptor,S3=s((t,e,n,o)=>{for(var r=o>1?void 0:o?T3(e,n):e,i=t.length-1,l;i>=0;i--)(l=t[i])&&(r=l(r)||r);return r},"__decorateClass"),$r;let xa=($r=class extends ct{components={SwitchKit:C3}},s($r,"SwitchKitField"),$r);xa=S3([at],xa);function O3(t,e,n,o,r,i){const l=W("SwitchKit");return z(),qe(l)}s(O3,"render");const $3=ut(xa,[["render",O3]]),_f=[{name:'<hr style="border: solid #ccc; border-width: 1px 0 0">'},{name:"<b>Styles</b>"},{path:"/grid",name:"Grid",component:hT},{name:'<hr style="border: solid #ccc; border-width: 1px 0 0">'},{name:"<b>Elements</b>"},{path:"/elements/button",name:"Button",component:OT},{path:"/elements/tabs",name:"Tabs",component:GS},{path:"/elements/qr",name:"QR Code",component:IT},{path:"/elements/barcode",name:"Barcode",component:jT},{name:'<hr style="border: solid #ccc; border-width: 1px 0 0">'},{name:"<b>Fields</b>"},{path:"/fields/date",name:"Date",component:mS},{path:"/fields/select",name:"Select",component:ZT},{path:"/fields/string",name:"String",component:RS},{path:"/fields/switch",name:"Switch <small>(Checkbox)</small>",component:$3},{path:"/fields/text",name:"Text",component:XS},{name:'<hr style="border: solid #ccc; border-width: 1px 0 0">'},{name:"<b>Widgets</b>"},{name:'<b style="color: #ccc;">Soon</b>'},{name:'<hr style="border: solid #ccc; border-width: 1px 0 0">'},{name:"<b>Helpers</b>"},{name:'<b style="color: #ccc;">Soon</b>'},{name:'<b style="color: #ccc;">DT (datetime)</b>'},{name:'<b style="color: #ccc;">Toasts (Soon)</b>'},{name:'<b style="color: #ccc;">Modals (Soon)</b>'},{name:'<b style="color: #ccc;">AutoDocs by Class (Soon)</b>'}];for(const t of xf)t.path=`/guides${t.path}`;for(const t of _f)t.path=`/kit${t.path}`;const E3=xf,P3=_f,A3=[{path:"/",name:"Vue Spear Tip",component:S2},{path:"/guide",name:"Guide",component:q2},{path:"/donate",name:"Donate",component:tC}],n0=c2({history:F_(),routes:[...A3,...xf,..._f]});n0.afterEach((t,e)=>{$VST.$emit("RouterPageMount",{to:t,from:e})});const o0=b1(n_);for(let t in pp)o0.component(t,pp[t]);o0.use(n0).mount("#app");export{Uo as A,Pc as B,Mx as C,z0 as D,T1 as E,Rx as F,E as G,V3 as H,j3 as I,L3 as J,Zn as K,rt as L,Jt as M,ct as N,dh as O,R as P,mi as Q,Se as R,Xe as S,R3 as T,at as V,co as W,Jn as _,m as a,ut as b,ft as c,zn as d,k3 as e,qe as f,Oa as g,Q as h,Y as i,B3 as j,D3 as k,Ve as l,ll as m,Rs as n,z as o,Dh as p,di as q,W as r,N3 as s,Te as t,X0 as u,F3 as v,G3 as w,D0 as x,I3 as y,Pi as z};
|