vue-spear-tip 0.1.21 → 0.2.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.
Files changed (64) hide show
  1. package/dist/.vite/manifest.json +37 -13
  2. package/dist/Button-CnxLmWuM.cjs +1 -0
  3. package/dist/{Button-B5JC_Z3M.js → Button-jDTW2utE.js} +6 -6
  4. package/dist/CodeHighlight-Byhxopeg.cjs +12 -0
  5. package/dist/CodeHighlight-cRYe58WO.js +44042 -0
  6. package/dist/DateField-DFWnFHty.cjs +18 -0
  7. package/dist/DateField-DeypzFPh.js +1779 -0
  8. package/dist/Interfaces/IGlobalComponent.d.ts +7 -0
  9. package/dist/{SelectField-CqIgEXt0.cjs → SelectField-CA-d5mIM.cjs} +1 -1
  10. package/dist/{SelectField-C-W06YsI.js → SelectField-O0_v8Hhl.js} +1 -1
  11. package/dist/StringField-Dyt_6I3b.cjs +1 -0
  12. package/dist/StringField-GNYdeEY4.js +59 -0
  13. package/dist/components/CodeHighlight/index.d.ts +2 -0
  14. package/dist/components/Documentation/Guides/guides.routes.d.ts +10 -0
  15. package/dist/components/Documentation/Kit/kit.routes.d.ts +10 -0
  16. package/dist/components/Documentation/router.d.ts +19 -0
  17. package/dist/components/Fields/DateField/index.d.ts +2 -0
  18. package/dist/components/LazyComponents.d.ts +3 -1
  19. package/dist/core/DT.d.ts +9 -0
  20. package/dist/core/EventManager.d.ts +24 -0
  21. package/dist/grid-style.css +1 -1
  22. package/dist/index-6ckmdr4W.cjs +1 -0
  23. package/dist/index-DqCea3It.js +4564 -0
  24. package/dist/index.d.ts +2 -1
  25. package/dist/kit/fields/index.d.ts +2 -1
  26. package/dist/replaceable/BaseComponent.vue +2 -5
  27. package/dist/vue-spear-tip.cjs.js +1 -1
  28. package/dist/vue-spear-tip.css +1 -1
  29. package/dist/vue-spear-tip.es.js +13 -11
  30. package/docs/index.html +2 -2
  31. package/docs/static/Button-BYNjxbzy.css +1 -0
  32. package/docs/static/Button-Cj0SWlj9.js +1 -0
  33. package/docs/static/CodeHighlight-BcUKYHid.js +12 -0
  34. package/docs/static/CodeHighlight-CGrGqjhz.css +1 -0
  35. package/docs/static/DateField-BdXIy9u5.js +18 -0
  36. package/docs/static/DateField-C4W5EEHZ.css +1 -0
  37. package/docs/static/{FieldComponent.vue_vue_type_script_lang-BwrX41LK.js → FieldComponent.vue_vue_type_script_lang-C74Z2qOx.js} +1 -1
  38. package/docs/static/{SelectField-C32fQ45_.css → SelectField-CM692gdJ.css} +1 -1
  39. package/docs/static/{SelectField-BEvxlKuY.js → SelectField-DyuIqNre.js} +4 -4
  40. package/docs/static/StringField-B__pgc9Z.css +1 -0
  41. package/docs/static/StringField-BapMRab1.js +1 -0
  42. package/docs/static/index-BYmsfhJF.js +2 -0
  43. package/docs/static/index-BZRwTK7V.js +2 -0
  44. package/docs/static/index-BlpLaTnO.js +2 -0
  45. package/docs/static/index-C-tYF7fp.js +2 -0
  46. package/docs/static/index-j64A2orD.js +2 -0
  47. package/docs/static/main-DHQAnZD9.js +98 -0
  48. package/docs/static/main-TZcMwf9S.css +1 -0
  49. package/package.json +10 -6
  50. package/dist/Button-BM4dbkA-.cjs +0 -1
  51. package/dist/StringField-CxzFR0Xg.cjs +0 -1
  52. package/dist/StringField-hh1z2GxL.js +0 -55
  53. package/dist/index-BlANuvIl.js +0 -843
  54. package/dist/index-COcPXtwa.cjs +0 -1
  55. package/docs/static/Button-CW0489RR.js +0 -1
  56. package/docs/static/Button-CtZSeU7e.css +0 -1
  57. package/docs/static/StringField-BHmLwqhr.js +0 -1
  58. package/docs/static/StringField-T9r0UtfP.css +0 -1
  59. package/docs/static/Watch-nc5lWXLk.js +0 -1
  60. package/docs/static/index-DEzBQmYG.js +0 -2
  61. package/docs/static/index-DRymGyyQ.js +0 -2
  62. package/docs/static/index-urSlQnTJ.js +0 -2
  63. package/docs/static/main-brDyF8bF.css +0 -1
  64. package/docs/static/main-d7PKjD0_.js +0 -22
@@ -0,0 +1,98 @@
1
+ var n0=Object.defineProperty;var s=(e,t)=>n0(e,"name",{value:t,configurable:!0});s(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.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 c of i.addedNodes)c.tagName==="LINK"&&c.rel==="modulepreload"&&o(c)}).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")();/**
2
+ * @vue/shared v3.5.22
3
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
+ * @license MIT
5
+ **/function Da(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}s(Da,"makeMap");const le={},xo=[],At=s(()=>{},"NOOP"),Md=s(()=>!1,"NO"),_i=s(e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),"isOn"),Na=s(e=>e.startsWith("onUpdate:"),"isModelListener"),Ae=Object.assign,ja=s((e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},"remove"),o0=Object.prototype.hasOwnProperty,ne=s((e,t)=>o0.call(e,t),"hasOwn"),G=Array.isArray,_o=s(e=>Ti(e)==="[object Map]","isMap"),Id=s(e=>Ti(e)==="[object Set]","isSet"),H=s(e=>typeof e=="function","isFunction"),xe=s(e=>typeof e=="string","isString"),un=s(e=>typeof e=="symbol","isSymbol"),ve=s(e=>e!==null&&typeof e=="object","isObject"),Rd=s(e=>(ve(e)||H(e))&&H(e.then)&&H(e.catch),"isPromise"),Dd=Object.prototype.toString,Ti=s(e=>Dd.call(e),"toTypeString"),r0=s(e=>Ti(e).slice(8,-1),"toRawType"),Nd=s(e=>Ti(e)==="[object Object]","isPlainObject"),Aa=s(e=>xe(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,"isIntegerKey"),Rr=Da(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Si=s(e=>{const t=Object.create(null);return(n=>t[n]||(t[n]=e(n)))},"cacheStringFunction"),s0=/-\w/g,dt=Si(e=>e.replace(s0,t=>t.slice(1).toUpperCase())),i0=/\B([A-Z])/g,An=Si(e=>e.replace(i0,"-$1").toLowerCase()),$i=Si(e=>e.charAt(0).toUpperCase()+e.slice(1)),pc=Si(e=>e?`on${$i(e)}`:""),Cn=s((e,t)=>!Object.is(e,t),"hasChanged"),As=s((e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},"invokeArrayFns"),jd=s((e,t,n,o=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:o,value:n})},"def"),jc=s(e=>{const t=parseFloat(e);return isNaN(t)?e:t},"looseToNumber");let Zu;const Ci=s(()=>Zu||(Zu=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{}),"getGlobalThis");function ka(e){if(G(e)){const t={};for(let n=0;n<e.length;n++){const o=e[n],r=xe(o)?u0(o):ka(o);if(r)for(const i in r)t[i]=r[i]}return t}else if(xe(e)||ve(e))return e}s(ka,"normalizeStyle");const c0=/;(?![^(]*\))/g,a0=/:([^]+)/,l0=/\/\*[^]*?\*\//g;function u0(e){const t={};return e.replace(l0,"").split(c0).forEach(n=>{if(n){const o=n.split(a0);o.length>1&&(t[o[0].trim()]=o[1].trim())}}),t}s(u0,"parseStringStyle");function ss(e){let t="";if(xe(e))t=e;else if(G(e))for(let n=0;n<e.length;n++){const o=ss(e[n]);o&&(t+=o+" ")}else if(ve(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}s(ss,"normalizeClass");const f0="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",d0=Da(f0);function Ad(e){return!!e||e===""}s(Ad,"includeBooleanAttr");const kd=s(e=>!!(e&&e.__v_isRef===!0),"isRef$1"),lt=s(e=>xe(e)?e:e==null?"":G(e)||ve(e)&&(e.toString===Dd||!H(e.toString))?kd(e)?lt(e.value):JSON.stringify(e,Fd,2):String(e),"toDisplayString"),Fd=s((e,t)=>kd(t)?Fd(e,t.value):_o(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[o,r],i)=>(n[hc(o,i)+" =>"]=r,n),{})}:Id(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>hc(n))}:un(t)?hc(t):ve(t)&&!G(t)&&!Nd(t)?String(t):t,"replacer"),hc=s((e,t="")=>{var n;return un(e)?`Symbol(${(n=e.description)!=null?n:t})`:e},"stringifySymbol");/**
6
+ * @vue/reactivity v3.5.22
7
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
8
+ * @license MIT
9
+ **/let Ke;const Pu=class Pu{constructor(t=!1){this.detached=t,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=Ke,!t&&Ke&&(this.index=(Ke.scopes||(Ke.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].pause();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].resume();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].resume()}}run(t){if(this._active){const n=Ke;try{return Ke=this,t()}finally{Ke=n}}}on(){++this._on===1&&(this.prevScope=Ke,Ke=this)}off(){this._on>0&&--this._on===0&&(Ke=this.prevScope,this.prevScope=void 0)}stop(t){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&&!t){const r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0}}};s(Pu,"EffectScope");let Ac=Pu;function p0(){return Ke}s(p0,"getCurrentScope");let de;const mc=new WeakSet,Mu=class Mu{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,Ke&&Ke.active&&Ke.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,mc.has(this)&&(mc.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||Bd(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,qu(this),Ld(this);const t=de,n=bt;de=this,bt=!0;try{return this.fn()}finally{Ud(this),de=t,bt=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)Ba(t);this.deps=this.depsTail=void 0,qu(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?mc.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){kc(this)&&this.run()}get dirty(){return kc(this)}};s(Mu,"ReactiveEffect");let Ks=Mu,Vd=0,Dr,Nr;function Bd(e,t=!1){if(e.flags|=8,t){e.next=Nr,Nr=e;return}e.next=Dr,Dr=e}s(Bd,"batch");function Fa(){Vd++}s(Fa,"startBatch");function Va(){if(--Vd>0)return;if(Nr){let t=Nr;for(Nr=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;Dr;){let t=Dr;for(Dr=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(o){e||(e=o)}t=n}}if(e)throw e}s(Va,"endBatch");function Ld(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}s(Ld,"prepareDeps");function Ud(e){let t,n=e.depsTail,o=n;for(;o;){const r=o.prevDep;o.version===-1?(o===n&&(n=r),Ba(o),h0(o)):t=o,o.dep.activeLink=o.prevActiveLink,o.prevActiveLink=void 0,o=r}e.deps=t,e.depsTail=n}s(Ud,"cleanupDeps");function kc(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(Gd(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}s(kc,"isDirty");function Gd(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===Ur)||(e.globalVersion=Ur,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!kc(e))))return;e.flags|=2;const t=e.dep,n=de,o=bt;de=e,bt=!0;try{Ld(e);const r=e.fn(e._value);(t.version===0||Cn(r,e._value))&&(e.flags|=128,e._value=r,t.version++)}catch(r){throw t.version++,r}finally{de=n,bt=o,Ud(e),e.flags&=-3}}s(Gd,"refreshComputed");function Ba(e,t=!1){const{dep:n,prevSub:o,nextSub:r}=e;if(o&&(o.nextSub=r,e.prevSub=void 0),r&&(r.prevSub=o,e.nextSub=void 0),n.subs===e&&(n.subs=o,!o&&n.computed)){n.computed.flags&=-5;for(let i=n.computed.deps;i;i=i.nextDep)Ba(i,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}s(Ba,"removeSub");function h0(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}s(h0,"removeDep");let bt=!0;const Hd=[];function rn(){Hd.push(bt),bt=!1}s(rn,"pauseTracking");function sn(){const e=Hd.pop();bt=e===void 0?!0:e}s(sn,"resetTracking");function qu(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=de;de=void 0;try{t()}finally{de=n}}}s(qu,"cleanupEffect");let Ur=0;const Iu=class Iu{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}};s(Iu,"Link");let Fc=Iu;const Ru=class Ru{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,this.__v_skip=!0}track(t){if(!de||!bt||de===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==de)n=this.activeLink=new Fc(de,this),de.deps?(n.prevDep=de.depsTail,de.depsTail.nextDep=n,de.depsTail=n):de.deps=de.depsTail=n,Wd(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=de.depsTail,n.nextDep=void 0,de.depsTail.nextDep=n,de.depsTail=n,de.deps===n&&(de.deps=o)}return n}trigger(t){this.version++,Ur++,this.notify(t)}notify(t){Fa();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{Va()}}};s(Ru,"Dep");let Gr=Ru;function Wd(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let o=t.deps;o;o=o.nextDep)Wd(o)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}s(Wd,"addSub");const Vc=new WeakMap,Jn=Symbol(""),Bc=Symbol(""),Hr=Symbol("");function De(e,t,n){if(bt&&de){let o=Vc.get(e);o||Vc.set(e,o=new Map);let r=o.get(n);r||(o.set(n,r=new Gr),r.map=o,r.key=n),r.track()}}s(De,"track");function Jt(e,t,n,o,r,i){const c=Vc.get(e);if(!c){Ur++;return}const a=s(l=>{l&&l.trigger()},"run");if(Fa(),t==="clear")c.forEach(a);else{const l=G(e),u=l&&Aa(n);if(l&&n==="length"){const f=Number(o);c.forEach((d,p)=>{(p==="length"||p===Hr||!un(p)&&p>=f)&&a(d)})}else switch((n!==void 0||c.has(void 0))&&a(c.get(n)),u&&a(c.get(Hr)),t){case"add":l?u&&a(c.get("length")):(a(c.get(Jn)),_o(e)&&a(c.get(Bc)));break;case"delete":l||(a(c.get(Jn)),_o(e)&&a(c.get(Bc)));break;case"set":_o(e)&&a(c.get(Jn));break}}Va()}s(Jt,"trigger");function fo(e){const t=te(e);return t===e?t:(De(t,"iterate",Hr),ft(e)?t:t.map(Ee))}s(fo,"reactiveReadArray");function Oi(e){return De(e=te(e),"iterate",Hr),e}s(Oi,"shallowReadArray");const m0={__proto__:null,[Symbol.iterator](){return gc(this,Symbol.iterator,Ee)},concat(...e){return fo(this).concat(...e.map(t=>G(t)?fo(t):t))},entries(){return gc(this,"entries",e=>(e[1]=Ee(e[1]),e))},every(e,t){return Kt(this,"every",e,t,void 0,arguments)},filter(e,t){return Kt(this,"filter",e,t,n=>n.map(Ee),arguments)},find(e,t){return Kt(this,"find",e,t,Ee,arguments)},findIndex(e,t){return Kt(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return Kt(this,"findLast",e,t,Ee,arguments)},findLastIndex(e,t){return Kt(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return Kt(this,"forEach",e,t,void 0,arguments)},includes(...e){return vc(this,"includes",e)},indexOf(...e){return vc(this,"indexOf",e)},join(e){return fo(this).join(e)},lastIndexOf(...e){return vc(this,"lastIndexOf",e)},map(e,t){return Kt(this,"map",e,t,void 0,arguments)},pop(){return Tr(this,"pop")},push(...e){return Tr(this,"push",e)},reduce(e,...t){return zu(this,"reduce",e,t)},reduceRight(e,...t){return zu(this,"reduceRight",e,t)},shift(){return Tr(this,"shift")},some(e,t){return Kt(this,"some",e,t,void 0,arguments)},splice(...e){return Tr(this,"splice",e)},toReversed(){return fo(this).toReversed()},toSorted(e){return fo(this).toSorted(e)},toSpliced(...e){return fo(this).toSpliced(...e)},unshift(...e){return Tr(this,"unshift",e)},values(){return gc(this,"values",Ee)}};function gc(e,t,n){const o=Oi(e),r=o[t]();return o!==e&&!ft(e)&&(r._next=r.next,r.next=()=>{const i=r._next();return i.done||(i.value=n(i.value)),i}),r}s(gc,"iterator");const g0=Array.prototype;function Kt(e,t,n,o,r,i){const c=Oi(e),a=c!==e&&!ft(e),l=c[t];if(l!==g0[t]){const d=l.apply(e,i);return a?Ee(d):d}let u=n;c!==e&&(a?u=s(function(d,p){return n.call(this,Ee(d),p,e)},"wrappedFn"):n.length>2&&(u=s(function(d,p){return n.call(this,d,p,e)},"wrappedFn")));const f=l.call(c,u,o);return a&&r?r(f):f}s(Kt,"apply");function zu(e,t,n,o){const r=Oi(e);let i=n;return r!==e&&(ft(e)?n.length>3&&(i=s(function(c,a,l){return n.call(this,c,a,l,e)},"wrappedFn")):i=s(function(c,a,l){return n.call(this,c,Ee(a),l,e)},"wrappedFn")),r[t](i,...o)}s(zu,"reduce");function vc(e,t,n){const o=te(e);De(o,"iterate",Hr);const r=o[t](...n);return(r===-1||r===!1)&&Ga(n[0])?(n[0]=te(n[0]),o[t](...n)):r}s(vc,"searchProxy");function Tr(e,t,n=[]){rn(),Fa();const o=te(e)[t].apply(e,n);return Va(),sn(),o}s(Tr,"noTracking");const v0=Da("__proto__,__v_isRef,__isVue"),Yd=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(un));function b0(e){un(e)||(e=String(e));const t=te(this);return De(t,"has",e),t.hasOwnProperty(e)}s(b0,"hasOwnProperty");const Du=class Du{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,o){if(n==="__v_skip")return t.__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?O0:qd:i?Zd:Kd).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(o)?t:void 0;const c=G(t);if(!r){let l;if(c&&(l=m0[n]))return l;if(n==="hasOwnProperty")return b0}const a=Reflect.get(t,n,Ne(t)?t:o);if((un(n)?Yd.has(n):v0(n))||(r||De(t,"get",n),i))return a;if(Ne(a)){const l=c&&Aa(n)?a:a.value;return r&&ve(l)?Gc(l):l}return ve(a)?r?Gc(a):Ei(a):a}};s(Du,"BaseReactiveHandler");let Zs=Du;const Nu=class Nu extends Zs{constructor(t=!1){super(!1,t)}set(t,n,o,r){let i=t[n];if(!this._isShallow){const l=Mn(i);if(!ft(o)&&!Mn(o)&&(i=te(i),o=te(o)),!G(t)&&Ne(i)&&!Ne(o))return l||(i.value=o),!0}const c=G(t)&&Aa(n)?Number(n)<t.length:ne(t,n),a=Reflect.set(t,n,o,Ne(t)?t:r);return t===te(r)&&(c?Cn(o,i)&&Jt(t,"set",n,o):Jt(t,"add",n,o)),a}deleteProperty(t,n){const o=ne(t,n);t[n];const r=Reflect.deleteProperty(t,n);return r&&o&&Jt(t,"delete",n,void 0),r}has(t,n){const o=Reflect.has(t,n);return(!un(n)||!Yd.has(n))&&De(t,"has",n),o}ownKeys(t){return De(t,"iterate",G(t)?"length":Jn),Reflect.ownKeys(t)}};s(Nu,"MutableReactiveHandler");let qs=Nu;const ju=class ju extends Zs{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}};s(ju,"ReadonlyReactiveHandler");let Lc=ju;const y0=new qs,w0=new Lc,x0=new qs(!0);const Uc=s(e=>e,"toShallow"),Ps=s(e=>Reflect.getPrototypeOf(e),"getProto");function _0(e,t,n){return function(...o){const r=this.__v_raw,i=te(r),c=_o(i),a=e==="entries"||e===Symbol.iterator&&c,l=e==="keys"&&c,u=r[e](...o),f=n?Uc:t?zs:Ee;return!t&&De(i,"iterate",l?Bc:Jn),{next(){const{value:d,done:p}=u.next();return p?{value:d,done:p}:{value:a?[f(d[0]),f(d[1])]:f(d),done:p}},[Symbol.iterator](){return this}}}}s(_0,"createIterableMethod");function Ms(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}s(Ms,"createReadonlyMethod");function T0(e,t){const n={get(r){const i=this.__v_raw,c=te(i),a=te(r);e||(Cn(r,a)&&De(c,"get",r),De(c,"get",a));const{has:l}=Ps(c),u=t?Uc:e?zs:Ee;if(l.call(c,r))return u(i.get(r));if(l.call(c,a))return u(i.get(a));i!==c&&i.get(r)},get size(){const r=this.__v_raw;return!e&&De(te(r),"iterate",Jn),r.size},has(r){const i=this.__v_raw,c=te(i),a=te(r);return e||(Cn(r,a)&&De(c,"has",r),De(c,"has",a)),r===a?i.has(r):i.has(r)||i.has(a)},forEach(r,i){const c=this,a=c.__v_raw,l=te(a),u=t?Uc:e?zs:Ee;return!e&&De(l,"iterate",Jn),a.forEach((f,d)=>r.call(i,u(f),u(d),c))}};return Ae(n,e?{add:Ms("add"),set:Ms("set"),delete:Ms("delete"),clear:Ms("clear")}:{add(r){!t&&!ft(r)&&!Mn(r)&&(r=te(r));const i=te(this);return Ps(i).has.call(i,r)||(i.add(r),Jt(i,"add",r,r)),this},set(r,i){!t&&!ft(i)&&!Mn(i)&&(i=te(i));const c=te(this),{has:a,get:l}=Ps(c);let u=a.call(c,r);u||(r=te(r),u=a.call(c,r));const f=l.call(c,r);return c.set(r,i),u?Cn(i,f)&&Jt(c,"set",r,i):Jt(c,"add",r,i),this},delete(r){const i=te(this),{has:c,get:a}=Ps(i);let l=c.call(i,r);l||(r=te(r),l=c.call(i,r)),a&&a.call(i,r);const u=i.delete(r);return l&&Jt(i,"delete",r,void 0),u},clear(){const r=te(this),i=r.size!==0,c=r.clear();return i&&Jt(r,"clear",void 0,void 0),c}}),["keys","values","entries",Symbol.iterator].forEach(r=>{n[r]=_0(r,e,t)}),n}s(T0,"createInstrumentations");function La(e,t){const n=T0(e,t);return(o,r,i)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?o:Reflect.get(ne(n,r)&&r in o?n:o,r,i)}s(La,"createInstrumentationGetter");const S0={get:La(!1,!1)},$0={get:La(!1,!0)},C0={get:La(!0,!1)};const Kd=new WeakMap,Zd=new WeakMap,qd=new WeakMap,O0=new WeakMap;function E0(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}s(E0,"targetTypeMap");function P0(e){return e.__v_skip||!Object.isExtensible(e)?0:E0(r0(e))}s(P0,"getTargetType");function Ei(e){return Mn(e)?e:Ua(e,!1,y0,S0,Kd)}s(Ei,"reactive");function zd(e){return Ua(e,!1,x0,$0,Zd)}s(zd,"shallowReactive");function Gc(e){return Ua(e,!0,w0,C0,qd)}s(Gc,"readonly");function Ua(e,t,n,o,r){if(!ve(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=P0(e);if(i===0)return e;const c=r.get(e);if(c)return c;const a=new Proxy(e,i===2?o:n);return r.set(e,a),a}s(Ua,"createReactiveObject");function To(e){return Mn(e)?To(e.__v_raw):!!(e&&e.__v_isReactive)}s(To,"isReactive");function Mn(e){return!!(e&&e.__v_isReadonly)}s(Mn,"isReadonly");function ft(e){return!!(e&&e.__v_isShallow)}s(ft,"isShallow");function Ga(e){return e?!!e.__v_raw:!1}s(Ga,"isProxy");function te(e){const t=e&&e.__v_raw;return t?te(t):e}s(te,"toRaw");function M0(e){return!ne(e,"__v_skip")&&Object.isExtensible(e)&&jd(e,"__v_skip",!0),e}s(M0,"markRaw");const Ee=s(e=>ve(e)?Ei(e):e,"toReactive"),zs=s(e=>ve(e)?Gc(e):e,"toReadonly");function Ne(e){return e?e.__v_isRef===!0:!1}s(Ne,"isRef");function ks(e){return Jd(e,!1)}s(ks,"ref");function I0(e){return Jd(e,!0)}s(I0,"shallowRef");function Jd(e,t){return Ne(e)?e:new Hc(e,t)}s(Jd,"createRef");const Au=class Au{constructor(t,n){this.dep=new Gr,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:te(t),this._value=n?t:Ee(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,o=this.__v_isShallow||ft(t)||Mn(t);t=o?t:te(t),Cn(t,n)&&(this._rawValue=t,this._value=o?t:Ee(t),this.dep.trigger())}};s(Au,"RefImpl");let Hc=Au;function So(e){return Ne(e)?e.value:e}s(So,"unref");const R0={get:s((e,t,n)=>t==="__v_raw"?e:So(Reflect.get(e,t,n)),"get"),set:s((e,t,n,o)=>{const r=e[t];return Ne(r)&&!Ne(n)?(r.value=n,!0):Reflect.set(e,t,n,o)},"set")};function Qd(e){return To(e)?e:new Proxy(e,R0)}s(Qd,"proxyRefs");const ku=class ku{constructor(t,n,o){this.fn=t,this.setter=n,this._value=void 0,this.dep=new Gr(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=Ur-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=o}notify(){if(this.flags|=16,!(this.flags&8)&&de!==this)return Bd(this,!0),!0}get value(){const t=this.dep.track();return Gd(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}};s(ku,"ComputedRefImpl");let Wc=ku;function D0(e,t,n=!1){let o,r;return H(e)?o=e:(o=e.get,r=e.set),new Wc(o,r,n)}s(D0,"computed$1");const Is={},Js=new WeakMap;let zn;function N0(e,t=!1,n=zn){if(n){let o=Js.get(n);o||Js.set(n,o=[]),o.push(e)}}s(N0,"onWatcherCleanup");function j0(e,t,n=le){const{immediate:o,deep:r,once:i,scheduler:c,augmentJob:a,call:l}=n,u=s(M=>r?M:ft(M)||r===!1||r===0?Qt(M,1):Qt(M),"reactiveGetter");let f,d,p,h,v=!1,b=!1;if(Ne(e)?(d=s(()=>e.value,"getter"),v=ft(e)):To(e)?(d=s(()=>u(e),"getter"),v=!0):G(e)?(b=!0,v=e.some(M=>To(M)||ft(M)),d=s(()=>e.map(M=>{if(Ne(M))return M.value;if(To(M))return u(M);if(H(M))return l?l(M,2):M()}),"getter")):H(e)?t?d=l?()=>l(e,2):e:d=s(()=>{if(p){rn();try{p()}finally{sn()}}const M=zn;zn=f;try{return l?l(e,3,[h]):e(h)}finally{zn=M}},"getter"):d=At,t&&r){const M=d,V=r===!0?1/0:r;d=s(()=>Qt(M(),V),"getter")}const E=p0(),x=s(()=>{f.stop(),E&&E.active&&ja(E.effects,f)},"watchHandle");if(i&&t){const M=t;t=s((...V)=>{M(...V),x()},"cb")}let _=b?new Array(e.length).fill(Is):Is;const C=s(M=>{if(!(!(f.flags&1)||!f.dirty&&!M))if(t){const V=f.run();if(r||v||(b?V.some((K,W)=>Cn(K,_[W])):Cn(V,_))){p&&p();const K=zn;zn=f;try{const W=[V,_===Is?void 0:b&&_[0]===Is?[]:_,h];_=V,l?l(t,3,W):t(...W)}finally{zn=K}}}else f.run()},"job");return a&&a(C),f=new Ks(d),f.scheduler=c?()=>c(C,!1):C,h=s(M=>N0(M,!1,f),"boundCleanup"),p=f.onStop=()=>{const M=Js.get(f);if(M){if(l)l(M,4);else for(const V of M)V();Js.delete(f)}},t?o?C(!0):_=f.run():c?c(C.bind(null,!0),!0):f.run(),x.pause=f.pause.bind(f),x.resume=f.resume.bind(f),x.stop=x,x}s(j0,"watch$1");function Qt(e,t=1/0,n){if(t<=0||!ve(e)||e.__v_skip||(n=n||new Map,(n.get(e)||0)>=t))return e;if(n.set(e,t),t--,Ne(e))Qt(e.value,t,n);else if(G(e))for(let o=0;o<e.length;o++)Qt(e[o],t,n);else if(Id(e)||_o(e))e.forEach(o=>{Qt(o,t,n)});else if(Nd(e)){for(const o in e)Qt(e[o],t,n);for(const o of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,o)&&Qt(e[o],t,n)}return e}s(Qt,"traverse");/**
10
+ * @vue/runtime-core v3.5.22
11
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
12
+ * @license MIT
13
+ **/function is(e,t,n,o){try{return o?e(...o):e()}catch(r){cs(r,t,n)}}s(is,"callWithErrorHandling");function Ft(e,t,n,o){if(H(e)){const r=is(e,t,n,o);return r&&Rd(r)&&r.catch(i=>{cs(i,t,n)}),r}if(G(e)){const r=[];for(let i=0;i<e.length;i++)r.push(Ft(e[i],t,n,o));return r}}s(Ft,"callWithAsyncErrorHandling");function cs(e,t,n,o=!0){const r=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:c}=t&&t.appContext.config||le;if(t){let a=t.parent;const l=t.proxy,u=`https://vuejs.org/error-reference/#runtime-${n}`;for(;a;){const f=a.ec;if(f){for(let d=0;d<f.length;d++)if(f[d](e,l,u)===!1)return}a=a.parent}if(i){rn(),is(i,null,10,[e,l,u]),sn();return}}A0(e,n,r,o,c)}s(cs,"handleError");function A0(e,t,n,o=!0,r=!1){if(r)throw e;console.error(e)}s(A0,"logError");const Le=[];let Rt=-1;const $o=[];let yn=null,bo=0;const Xd=Promise.resolve();let Qs=null;function Xs(e){const t=Qs||Xd;return e?t.then(this?e.bind(this):e):t}s(Xs,"nextTick");function k0(e){let t=Rt+1,n=Le.length;for(;t<n;){const o=t+n>>>1,r=Le[o],i=Wr(r);i<e||i===e&&r.flags&2?t=o+1:n=o}return t}s(k0,"findInsertionIndex$1");function Ha(e){if(!(e.flags&1)){const t=Wr(e),n=Le[Le.length-1];!n||!(e.flags&2)&&t>=Wr(n)?Le.push(e):Le.splice(k0(t),0,e),e.flags|=1,ep()}}s(Ha,"queueJob");function ep(){Qs||(Qs=Xd.then(np))}s(ep,"queueFlush");function F0(e){G(e)?$o.push(...e):yn&&e.id===-1?yn.splice(bo+1,0,e):e.flags&1||($o.push(e),e.flags|=1),ep()}s(F0,"queuePostFlushCb");function Ju(e,t,n=Rt+1){for(;n<Le.length;n++){const o=Le[n];if(o&&o.flags&2){if(e&&o.id!==e.uid)continue;Le.splice(n,1),n--,o.flags&4&&(o.flags&=-2),o(),o.flags&4||(o.flags&=-2)}}}s(Ju,"flushPreFlushCbs");function tp(e){if($o.length){const t=[...new Set($o)].sort((n,o)=>Wr(n)-Wr(o));if($o.length=0,yn){yn.push(...t);return}for(yn=t,bo=0;bo<yn.length;bo++){const n=yn[bo];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}yn=null,bo=0}}s(tp,"flushPostFlushCbs");const Wr=s(e=>e.id==null?e.flags&2?-1:1/0:e.id,"getId");function np(e){try{for(Rt=0;Rt<Le.length;Rt++){const t=Le[Rt];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),is(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;Rt<Le.length;Rt++){const t=Le[Rt];t&&(t.flags&=-2)}Rt=-1,Le.length=0,tp(),Qs=null,(Le.length||$o.length)&&np()}}s(np,"flushJobs");let Ie=null,op=null;function ei(e){const t=Ie;return Ie=e,op=e&&e.type.__scopeId||null,t}s(ei,"setCurrentRenderingInstance");function he(e,t=Ie,n){if(!t||e._n)return e;const o=s((...r)=>{o._d&&oi(-1);const i=ei(t);let c;try{c=e(...r)}finally{ei(i),o._d&&oi(1)}return c},"renderFnWithContext");return o._n=!0,o._c=!0,o._d=!0,o}s(he,"withCtx");function GT(e,t){if(Ie===null)return e;const n=Di(Ie),o=e.dirs||(e.dirs=[]);for(let r=0;r<t.length;r++){let[i,c,a,l=le]=t[r];i&&(H(i)&&(i={mounted:i,updated:i}),i.deep&&Qt(c),o.push({dir:i,instance:n,value:c,oldValue:void 0,arg:a,modifiers:l}))}return e}s(GT,"withDirectives");function Kn(e,t,n,o){const r=e.dirs,i=t&&t.dirs;for(let c=0;c<r.length;c++){const a=r[c];i&&(a.oldValue=i[c].value);let l=a.dir[o];l&&(rn(),Ft(l,n,8,[e.el,a,e,t]),sn())}}s(Kn,"invokeDirectiveHook");const V0=Symbol("_vte"),B0=s(e=>e.__isTeleport,"isTeleport"),L0=Symbol("_leaveCb");function Wa(e,t){e.shapeFlag&6&&e.component?(e.transition=t,Wa(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}s(Wa,"setTransitionHooks");function Pi(e,t){return H(e)?Ae({name:e.name},t,{setup:e}):e}s(Pi,"defineComponent");function Ya(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}s(Ya,"markAsyncBoundary");const ti=new WeakMap;function jr(e,t,n,o,r=!1){if(G(e)){e.forEach((v,b)=>jr(v,t&&(G(t)?t[b]:t),n,o,r));return}if(Co(o)&&!r){o.shapeFlag&512&&o.type.__asyncResolved&&o.component.subTree.component&&jr(e,t,n,o.component.subTree);return}const i=o.shapeFlag&4?Di(o.component):o.el,c=r?null:i,{i:a,r:l}=e,u=t&&t.r,f=a.refs===le?a.refs={}:a.refs,d=a.setupState,p=te(d),h=d===le?Md:v=>ne(p,v);if(u!=null&&u!==l){if(Qu(t),xe(u))f[u]=null,h(u)&&(d[u]=null);else if(Ne(u)){u.value=null;const v=t;v.k&&(f[v.k]=null)}}if(H(l))is(l,a,12,[c,f]);else{const v=xe(l),b=Ne(l);if(v||b){const E=s(()=>{if(e.f){const x=v?h(l)?d[l]:f[l]:l.value;if(r)G(x)&&ja(x,i);else if(G(x))x.includes(i)||x.push(i);else if(v)f[l]=[i],h(l)&&(d[l]=f[l]);else{const _=[i];l.value=_,e.k&&(f[e.k]=_)}}else v?(f[l]=c,h(l)&&(d[l]=c)):b&&(l.value=c,e.k&&(f[e.k]=c))},"doSet");if(c){const x=s(()=>{E(),ti.delete(e)},"job");x.id=-1,ti.set(e,x),tt(x,n)}else Qu(e),E()}}}s(jr,"setRef");function Qu(e){const t=ti.get(e);t&&(t.flags|=8,ti.delete(e))}s(Qu,"invalidatePendingSetRef");const Xu=s(e=>e.nodeType===8,"isComment");Ci().requestIdleCallback;Ci().cancelIdleCallback;function U0(e,t){if(Xu(e)&&e.data==="["){let n=1,o=e.nextSibling;for(;o;){if(o.nodeType===1){if(t(o)===!1)break}else if(Xu(o))if(o.data==="]"){if(--n===0)break}else o.data==="["&&n++;o=o.nextSibling}}else t(e)}s(U0,"forEachElement");const Co=s(e=>!!e.type.__asyncLoader,"isAsyncWrapper");function as(e){H(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:o,delay:r=200,hydrate:i,timeout:c,suspensible:a=!0,onError:l}=e;let u=null,f,d=0;const p=s(()=>(d++,u=null,h()),"retry"),h=s(()=>{let v;return u||(v=u=t().catch(b=>{if(b=b instanceof Error?b:new Error(String(b)),l)return new Promise((E,x)=>{l(b,s(()=>E(p()),"userRetry"),s(()=>x(b),"userFail"),d+1)});throw b}).then(b=>v!==u&&u?u:(b&&(b.__esModule||b[Symbol.toStringTag]==="Module")&&(b=b.default),f=b,b)))},"load");return Pi({name:"AsyncComponentWrapper",__asyncLoader:h,__asyncHydrate(v,b,E){let x=!1;(b.bu||(b.bu=[])).push(()=>x=!0);const _=s(()=>{x||E()},"performHydrate"),C=i?()=>{const M=i(_,V=>U0(v,V));M&&(b.bum||(b.bum=[])).push(M)}:_;f?C():h().then(()=>!b.isUnmounted&&C())},get __asyncResolved(){return f},setup(){const v=Pe;if(Ya(v),f)return()=>bc(f,v);const b=s(C=>{u=null,cs(C,v,13,!o)},"onError");if(a&&v.suspense||Xo)return h().then(C=>()=>bc(C,v)).catch(C=>(b(C),()=>o?j(o,{error:C}):null));const E=ks(!1),x=ks(),_=ks(!!r);return r&&setTimeout(()=>{_.value=!1},r),c!=null&&setTimeout(()=>{if(!E.value&&!x.value){const C=new Error(`Async component timed out after ${c}ms.`);b(C),x.value=C}},c),h().then(()=>{E.value=!0,v.parent&&Ka(v.parent.vnode)&&v.parent.update()}).catch(C=>{b(C),x.value=C}),()=>{if(E.value&&f)return bc(f,v);if(x.value&&o)return j(o,{error:x.value});if(n&&!_.value)return j(n)}}})}s(as,"defineAsyncComponent");function bc(e,t){const{ref:n,props:o,children:r,ce:i}=t.vnode,c=j(e,o,r);return c.ref=n,c.ce=i,delete t.vnode.ce,c}s(bc,"createInnerComp");const Ka=s(e=>e.type.__isKeepAlive,"isKeepAlive");function G0(e,t){rp(e,"a",t)}s(G0,"onActivated");function H0(e,t){rp(e,"da",t)}s(H0,"onDeactivated");function rp(e,t,n=Pe){const o=e.__wdc||(e.__wdc=()=>{let r=n;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(Mi(t,o,n),n){let r=n.parent;for(;r&&r.parent;)Ka(r.parent.vnode)&&W0(o,t,n,r),r=r.parent}}s(rp,"registerKeepAliveHook");function W0(e,t,n,o){const r=Mi(t,e,o,!0);sp(()=>{ja(o[t],r)},n)}s(W0,"injectToKeepAliveRoot");function Mi(e,t,n=Pe,o=!1){if(n){const r=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...c)=>{rn();const a=ls(n),l=Ft(t,n,e,c);return a(),sn(),l});return o?r.unshift(i):r.push(i),i}}s(Mi,"injectHook");const fn=s(e=>(t,n=Pe)=>{(!Xo||e==="sp")&&Mi(e,(...o)=>t(...o),n)},"createHook"),Y0=fn("bm"),K0=fn("m"),Z0=fn("bu"),q0=fn("u"),z0=fn("bum"),sp=fn("um"),J0=fn("sp"),Q0=fn("rtg"),X0=fn("rtc");function e1(e,t=Pe){Mi("ec",e,t)}s(e1,"onErrorCaptured");const ip="components";function J(e,t){return ap(ip,e,!0,t)||e}s(J,"resolveComponent");const cp=Symbol.for("v-ndc");function HT(e){return xe(e)?ap(ip,e,!1)||e:e||cp}s(HT,"resolveDynamicComponent");function ap(e,t,n=!0,o=!1){const r=Ie||Pe;if(r){const i=r.type;{const a=L1(i,!1);if(a&&(a===t||a===dt(t)||a===$i(dt(t))))return i}const c=ef(r[e]||i[e],t)||ef(r.appContext[e],t);return!c&&o?i:c}}s(ap,"resolveAsset");function ef(e,t){return e&&(e[t]||e[dt(t)]||e[$i(dt(t))])}s(ef,"resolve");function lp(e,t,n,o){let r;const i=n,c=G(e);if(c||xe(e)){const a=c&&To(e);let l=!1,u=!1;a&&(l=!ft(e),u=Mn(e),e=Oi(e)),r=new Array(e.length);for(let f=0,d=e.length;f<d;f++)r[f]=t(l?u?zs(Ee(e[f])):Ee(e[f]):e[f],f,void 0,i)}else if(typeof e=="number"){r=new Array(e);for(let a=0;a<e;a++)r[a]=t(a+1,a,void 0,i)}else if(ve(e))if(e[Symbol.iterator])r=Array.from(e,(a,l)=>t(a,l,void 0,i));else{const a=Object.keys(e);r=new Array(a.length);for(let l=0,u=a.length;l<u;l++){const f=a[l];r[l]=t(e[f],f,l,i)}}else r=[];return r}s(lp,"renderList");function WT(e,t,n={},o,r){if(Ie.ce||Ie.parent&&Co(Ie.parent)&&Ie.parent.ce){const u=Object.keys(n).length>0;return Q(),Qn(Ue,null,[j("slot",n,o)],u?-2:64)}let i=e[t];i&&i._c&&(i._d=!1),Q();const c=i&&up(i(n)),a=n.key||c&&c.key,l=Qn(Ue,{key:(a&&!un(a)?a:`_${t}`)+(!c&&o?"_fb":"")},c||[],c&&e._===1?64:-2);return i&&i._c&&(i._d=!0),l}s(WT,"renderSlot");function up(e){return e.some(t=>Kr(t)?!(t.type===cn||t.type===Ue&&!up(t.children)):!0)?e:null}s(up,"ensureValidVNode");const Yc=s(e=>e?Mp(e)?Di(e):Yc(e.parent):null,"getPublicInstance"),Ar=Ae(Object.create(null),{$:s(e=>e,"$"),$el:s(e=>e.vnode.el,"$el"),$data:s(e=>e.data,"$data"),$props:s(e=>e.props,"$props"),$attrs:s(e=>e.attrs,"$attrs"),$slots:s(e=>e.slots,"$slots"),$refs:s(e=>e.refs,"$refs"),$parent:s(e=>Yc(e.parent),"$parent"),$root:s(e=>Yc(e.root),"$root"),$host:s(e=>e.ce,"$host"),$emit:s(e=>e.emit,"$emit"),$options:s(e=>dp(e),"$options"),$forceUpdate:s(e=>e.f||(e.f=()=>{Ha(e.update)}),"$forceUpdate"),$nextTick:s(e=>e.n||(e.n=Xs.bind(e.proxy)),"$nextTick"),$watch:s(e=>x1.bind(e),"$watch")}),yc=s((e,t)=>e!==le&&!e.__isScriptSetup&&ne(e,t),"hasSetupBinding"),t1={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:o,data:r,props:i,accessCache:c,type:a,appContext:l}=e;let u;if(t[0]!=="$"){const h=c[t];if(h!==void 0)switch(h){case 1:return o[t];case 2:return r[t];case 4:return n[t];case 3:return i[t]}else{if(yc(o,t))return c[t]=1,o[t];if(r!==le&&ne(r,t))return c[t]=2,r[t];if((u=e.propsOptions[0])&&ne(u,t))return c[t]=3,i[t];if(n!==le&&ne(n,t))return c[t]=4,n[t];Kc&&(c[t]=0)}}const f=Ar[t];let d,p;if(f)return t==="$attrs"&&De(e.attrs,"get",""),f(e);if((d=a.__cssModules)&&(d=d[t]))return d;if(n!==le&&ne(n,t))return c[t]=4,n[t];if(p=l.config.globalProperties,ne(p,t))return p[t]},set({_:e},t,n){const{data:o,setupState:r,ctx:i}=e;return yc(r,t)?(r[t]=n,!0):o!==le&&ne(o,t)?(o[t]=n,!0):ne(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:o,appContext:r,propsOptions:i,type:c}},a){let l,u;return!!(n[a]||e!==le&&a[0]!=="$"&&ne(e,a)||yc(t,a)||(l=i[0])&&ne(l,a)||ne(o,a)||ne(Ar,a)||ne(r.config.globalProperties,a)||(u=c.__cssModules)&&u[a])},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:ne(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function tf(e){return G(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}s(tf,"normalizePropsOrEmits");let Kc=!0;function n1(e){const t=dp(e),n=e.proxy,o=e.ctx;Kc=!1,t.beforeCreate&&nf(t.beforeCreate,e,"bc");const{data:r,computed:i,methods:c,watch:a,provide:l,inject:u,created:f,beforeMount:d,mounted:p,beforeUpdate:h,updated:v,activated:b,deactivated:E,beforeDestroy:x,beforeUnmount:_,destroyed:C,unmounted:M,render:V,renderTracked:K,renderTriggered:W,errorCaptured:oe,serverPrefetch:se,expose:$e,inheritAttrs:Oe,components:Wt,directives:Te,filters:xr}=t;if(u&&o1(u,o,null),c)for(const ie in c){const X=c[ie];H(X)&&(o[ie]=X.bind(n))}if(r){const ie=r.call(n,n);ve(ie)&&(e.data=Ei(ie))}if(Kc=!0,i)for(const ie in i){const X=i[ie],Yt=H(X)?X.bind(n,n):H(X.get)?X.get.bind(n,n):At,vn=!H(X)&&H(X.set)?X.set.bind(n):At,Ot=vt({get:Yt,set:vn});Object.defineProperty(o,ie,{enumerable:!0,configurable:!0,get:s(()=>Ot.value,"get"),set:s(He=>Ot.value=He,"set")})}if(a)for(const ie in a)fp(a[ie],o,n,ie);if(l){const ie=H(l)?l.call(n):l;Reflect.ownKeys(ie).forEach(X=>{Fs(X,ie[X])})}f&&nf(f,e,"c");function Ce(ie,X){G(X)?X.forEach(Yt=>ie(Yt.bind(n))):X&&ie(X.bind(n))}if(s(Ce,"registerLifecycleHook"),Ce(Y0,d),Ce(K0,p),Ce(Z0,h),Ce(q0,v),Ce(G0,b),Ce(H0,E),Ce(e1,oe),Ce(X0,K),Ce(Q0,W),Ce(z0,_),Ce(sp,M),Ce(J0,se),G($e))if($e.length){const ie=e.exposed||(e.exposed={});$e.forEach(X=>{Object.defineProperty(ie,X,{get:s(()=>n[X],"get"),set:s(Yt=>n[X]=Yt,"set"),enumerable:!0})})}else e.exposed||(e.exposed={});V&&e.render===At&&(e.render=V),Oe!=null&&(e.inheritAttrs=Oe),Wt&&(e.components=Wt),Te&&(e.directives=Te),se&&Ya(e)}s(n1,"applyOptions");function o1(e,t,n=At){G(e)&&(e=Zc(e));for(const o in e){const r=e[o];let i;ve(r)?"default"in r?i=en(r.from||o,r.default,!0):i=en(r.from||o):i=en(r),Ne(i)?Object.defineProperty(t,o,{enumerable:!0,configurable:!0,get:s(()=>i.value,"get"),set:s(c=>i.value=c,"set")}):t[o]=i}}s(o1,"resolveInjections");function nf(e,t,n){Ft(G(e)?e.map(o=>o.bind(t.proxy)):e.bind(t.proxy),t,n)}s(nf,"callHook");function fp(e,t,n,o){let r=o.includes(".")?$p(n,o):()=>n[o];if(xe(e)){const i=t[e];H(i)&&Vs(r,i)}else if(H(e))Vs(r,e.bind(n));else if(ve(e))if(G(e))e.forEach(i=>fp(i,t,n,o));else{const i=H(e.handler)?e.handler.bind(n):t[e.handler];H(i)&&Vs(r,i,e)}}s(fp,"createWatcher");function dp(e){const t=e.type,{mixins:n,extends:o}=t,{mixins:r,optionsCache:i,config:{optionMergeStrategies:c}}=e.appContext,a=i.get(t);let l;return a?l=a:!r.length&&!n&&!o?l=t:(l={},r.length&&r.forEach(u=>ni(l,u,c,!0)),ni(l,t,c)),ve(t)&&i.set(t,l),l}s(dp,"resolveMergedOptions");function ni(e,t,n,o=!1){const{mixins:r,extends:i}=t;i&&ni(e,i,n,!0),r&&r.forEach(c=>ni(e,c,n,!0));for(const c in t)if(!(o&&c==="expose")){const a=r1[c]||n&&n[c];e[c]=a?a(e[c],t[c]):t[c]}return e}s(ni,"mergeOptions$1");const r1={data:of,props:rf,emits:rf,methods:Mr,computed:Mr,beforeCreate:Be,created:Be,beforeMount:Be,mounted:Be,beforeUpdate:Be,updated:Be,beforeDestroy:Be,beforeUnmount:Be,destroyed:Be,unmounted:Be,activated:Be,deactivated:Be,errorCaptured:Be,serverPrefetch:Be,components:Mr,directives:Mr,watch:i1,provide:of,inject:s1};function of(e,t){return t?e?s(function(){return Ae(H(e)?e.call(this,this):e,H(t)?t.call(this,this):t)},"mergedDataFn"):t:e}s(of,"mergeDataFn");function s1(e,t){return Mr(Zc(e),Zc(t))}s(s1,"mergeInject");function Zc(e){if(G(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}s(Zc,"normalizeInject");function Be(e,t){return e?[...new Set([].concat(e,t))]:t}s(Be,"mergeAsArray");function Mr(e,t){return e?Ae(Object.create(null),e,t):t}s(Mr,"mergeObjectOptions");function rf(e,t){return e?G(e)&&G(t)?[...new Set([...e,...t])]:Ae(Object.create(null),tf(e),tf(t??{})):t}s(rf,"mergeEmitsOrPropsOptions");function i1(e,t){if(!e)return t;if(!t)return e;const n=Ae(Object.create(null),e);for(const o in t)n[o]=Be(e[o],t[o]);return n}s(i1,"mergeWatchOptions");function pp(){return{app:null,config:{isNativeTag:Md,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(pp,"createAppContext");let c1=0;function a1(e,t){return s(function(o,r=null){H(o)||(o=Ae({},o)),r!=null&&!ve(r)&&(r=null);const i=pp(),c=new WeakSet,a=[];let l=!1;const u=i.app={_uid:c1++,_component:o,_props:r,_container:null,_context:i,_instance:null,version:G1,get config(){return i.config},set config(f){},use(f,...d){return c.has(f)||(f&&H(f.install)?(c.add(f),f.install(u,...d)):H(f)&&(c.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(!l){const h=u._ceVNode||j(o,r);return h.appContext=i,p===!0?p="svg":p===!1&&(p=void 0),e(h,f,p),l=!0,u._container=f,f.__vue_app__=u,Di(h.component)}},onUnmount(f){a.push(f)},unmount(){l&&(Ft(a,u._instance,16),e(null,u._container),delete u._container.__vue_app__)},provide(f,d){return i.provides[f]=d,u},runWithContext(f){const d=Oo;Oo=u;try{return f()}finally{Oo=d}}};return u},"createApp")}s(a1,"createAppAPI");let Oo=null;function Fs(e,t){if(Pe){let n=Pe.provides;const o=Pe.parent&&Pe.parent.provides;o===n&&(n=Pe.provides=Object.create(o)),n[e]=t}}s(Fs,"provide");function en(e,t,n=!1){const o=zc();if(o||Oo){let r=Oo?Oo._context.provides:o?o.parent==null||o.ce?o.vnode.appContext&&o.vnode.appContext.provides:o.parent.provides:void 0;if(r&&e in r)return r[e];if(arguments.length>1)return n&&H(t)?t.call(o&&o.proxy):t}}s(en,"inject");const hp={},mp=s(()=>Object.create(hp),"createInternalObject"),gp=s(e=>Object.getPrototypeOf(e)===hp,"isInternalObject");function l1(e,t,n,o=!1){const r={},i=mp();e.propsDefaults=Object.create(null),vp(e,t,r,i);for(const c in e.propsOptions[0])c in r||(r[c]=void 0);n?e.props=o?r:zd(r):e.type.props?e.props=r:e.props=i,e.attrs=i}s(l1,"initProps");function u1(e,t,n,o){const{props:r,attrs:i,vnode:{patchFlag:c}}=e,a=te(r),[l]=e.propsOptions;let u=!1;if((o||c>0)&&!(c&16)){if(c&8){const f=e.vnode.dynamicProps;for(let d=0;d<f.length;d++){let p=f[d];if(Ii(e.emitsOptions,p))continue;const h=t[p];if(l)if(ne(i,p))h!==i[p]&&(i[p]=h,u=!0);else{const v=dt(p);r[v]=qc(l,a,v,h,e,!1)}else h!==i[p]&&(i[p]=h,u=!0)}}}else{vp(e,t,r,i)&&(u=!0);let f;for(const d in a)(!t||!ne(t,d)&&((f=An(d))===d||!ne(t,f)))&&(l?n&&(n[d]!==void 0||n[f]!==void 0)&&(r[d]=qc(l,a,d,void 0,e,!0)):delete r[d]);if(i!==a)for(const d in i)(!t||!ne(t,d))&&(delete i[d],u=!0)}u&&Jt(e.attrs,"set","")}s(u1,"updateProps");function vp(e,t,n,o){const[r,i]=e.propsOptions;let c=!1,a;if(t)for(let l in t){if(Rr(l))continue;const u=t[l];let f;r&&ne(r,f=dt(l))?!i||!i.includes(f)?n[f]=u:(a||(a={}))[f]=u:Ii(e.emitsOptions,l)||(!(l in o)||u!==o[l])&&(o[l]=u,c=!0)}if(i){const l=te(n),u=a||le;for(let f=0;f<i.length;f++){const d=i[f];n[d]=qc(r,l,d,u[d],e,!ne(u,d))}}return c}s(vp,"setFullProps");function qc(e,t,n,o,r,i){const c=e[n];if(c!=null){const a=ne(c,"default");if(a&&o===void 0){const l=c.default;if(c.type!==Function&&!c.skipFactory&&H(l)){const{propsDefaults:u}=r;if(n in u)o=u[n];else{const f=ls(r);o=u[n]=l.call(null,t),f()}}else o=l;r.ce&&r.ce._setProp(n,o)}c[0]&&(i&&!a?o=!1:c[1]&&(o===""||o===An(n))&&(o=!0))}return o}s(qc,"resolvePropValue");const f1=new WeakMap;function bp(e,t,n=!1){const o=n?f1:t.propsCache,r=o.get(e);if(r)return r;const i=e.props,c={},a=[];let l=!1;if(!H(e)){const f=s(d=>{l=!0;const[p,h]=bp(d,t,!0);Ae(c,p),h&&a.push(...h)},"extendProps");!n&&t.mixins.length&&t.mixins.forEach(f),e.extends&&f(e.extends),e.mixins&&e.mixins.forEach(f)}if(!i&&!l)return ve(e)&&o.set(e,xo),xo;if(G(i))for(let f=0;f<i.length;f++){const d=dt(i[f]);sf(d)&&(c[d]=le)}else if(i)for(const f in i){const d=dt(f);if(sf(d)){const p=i[f],h=c[d]=G(p)||H(p)?{type:p}:Ae({},p),v=h.type;let b=!1,E=!0;if(G(v))for(let x=0;x<v.length;++x){const _=v[x],C=H(_)&&_.name;if(C==="Boolean"){b=!0;break}else C==="String"&&(E=!1)}else b=H(v)&&v.name==="Boolean";h[0]=b,h[1]=E,(b||ne(h,"default"))&&a.push(d)}}const u=[c,a];return ve(e)&&o.set(e,u),u}s(bp,"normalizePropsOptions");function sf(e){return e[0]!=="$"&&!Rr(e)}s(sf,"validatePropName");const Za=s(e=>e==="_"||e==="_ctx"||e==="$stable","isInternalKey"),qa=s(e=>G(e)?e.map(Nt):[Nt(e)],"normalizeSlotValue"),d1=s((e,t,n)=>{if(t._n)return t;const o=he((...r)=>qa(t(...r)),n);return o._c=!1,o},"normalizeSlot$1"),yp=s((e,t,n)=>{const o=e._ctx;for(const r in e){if(Za(r))continue;const i=e[r];if(H(i))t[r]=d1(r,i,o);else if(i!=null){const c=qa(i);t[r]=()=>c}}},"normalizeObjectSlots"),wp=s((e,t)=>{const n=qa(t);e.slots.default=()=>n},"normalizeVNodeSlots"),xp=s((e,t,n)=>{for(const o in t)(n||!Za(o))&&(e[o]=t[o])},"assignSlots"),p1=s((e,t,n)=>{const o=e.slots=mp();if(e.vnode.shapeFlag&32){const r=t._;r?(xp(o,t,n),n&&jd(o,"_",r,!0)):yp(t,o)}else t&&wp(e,t)},"initSlots"),h1=s((e,t,n)=>{const{vnode:o,slots:r}=e;let i=!0,c=le;if(o.shapeFlag&32){const a=t._;a?n&&a===1?i=!1:xp(r,t,n):(i=!t.$stable,yp(t,r)),c=t}else t&&(wp(e,t),c={default:1});if(i)for(const a in r)!Za(a)&&c[a]==null&&delete r[a]},"updateSlots"),tt=P1;function m1(e){return g1(e)}s(m1,"createRenderer");function g1(e,t){const n=Ci();n.__VUE__=!0;const{insert:o,remove:r,patchProp:i,createElement:c,createText:a,createComment:l,setText:u,setElementText:f,parentNode:d,nextSibling:p,setScopeId:h=At,insertStaticContent:v}=e,b=s((m,g,y,S=null,O=null,T=null,D=void 0,R=null,I=!!g.dynamicChildren)=>{if(m===g)return;m&&!Sr(m,g)&&(S=$(m),He(m,O,T,!0),m=null),g.patchFlag===-2&&(I=!1,g.dynamicChildren=null);const{type:P,ref:L,shapeFlag:A}=g;switch(P){case Ri:E(m,g,y,S);break;case cn:x(m,g,y,S);break;case Bs:m==null&&_(g,y,S,D);break;case Ue:Wt(m,g,y,S,O,T,D,R,I);break;default:A&1?V(m,g,y,S,O,T,D,R,I):A&6?Te(m,g,y,S,O,T,D,R,I):(A&64||A&128)&&P.process(m,g,y,S,O,T,D,R,I,F)}L!=null&&O?jr(L,m&&m.ref,T,g||m,!g):L==null&&m&&m.ref!=null&&jr(m.ref,null,T,m,!0)},"patch"),E=s((m,g,y,S)=>{if(m==null)o(g.el=a(g.children),y,S);else{const O=g.el=m.el;g.children!==m.children&&u(O,g.children)}},"processText"),x=s((m,g,y,S)=>{m==null?o(g.el=l(g.children||""),y,S):g.el=m.el},"processCommentNode"),_=s((m,g,y,S)=>{[m.el,m.anchor]=v(m.children,g,y,S,m.el,m.anchor)},"mountStaticNode"),C=s(({el:m,anchor:g},y,S)=>{let O;for(;m&&m!==g;)O=p(m),o(m,y,S),m=O;o(g,y,S)},"moveStaticNode"),M=s(({el:m,anchor:g})=>{let y;for(;m&&m!==g;)y=p(m),r(m),m=y;r(g)},"removeStaticNode"),V=s((m,g,y,S,O,T,D,R,I)=>{g.type==="svg"?D="svg":g.type==="math"&&(D="mathml"),m==null?K(g,y,S,O,T,D,R,I):se(m,g,O,T,D,R,I)},"processElement"),K=s((m,g,y,S,O,T,D,R)=>{let I,P;const{props:L,shapeFlag:A,transition:B,dirs:U}=m;if(I=m.el=c(m.type,T,L&&L.is,L),A&8?f(I,m.children):A&16&&oe(m.children,I,null,S,O,wc(m,T),D,R),U&&Kn(m,null,S,"created"),W(I,m,m.scopeId,D,S),L){for(const fe in L)fe!=="value"&&!Rr(fe)&&i(I,fe,null,L[fe],T,S);"value"in L&&i(I,"value",null,L.value,T),(P=L.onVnodeBeforeMount)&&It(P,S,m)}U&&Kn(m,null,S,"beforeMount");const z=v1(O,B);z&&B.beforeEnter(I),o(I,g,y),((P=L&&L.onVnodeMounted)||z||U)&&tt(()=>{P&&It(P,S,m),z&&B.enter(I),U&&Kn(m,null,S,"mounted")},O)},"mountElement"),W=s((m,g,y,S,O)=>{if(y&&h(m,y),S)for(let T=0;T<S.length;T++)h(m,S[T]);if(O){let T=O.subTree;if(g===T||Op(T.type)&&(T.ssContent===g||T.ssFallback===g)){const D=O.vnode;W(m,D,D.scopeId,D.slotScopeIds,O.parent)}}},"setScopeId"),oe=s((m,g,y,S,O,T,D,R,I=0)=>{for(let P=I;P<m.length;P++){const L=m[P]=R?wn(m[P]):Nt(m[P]);b(null,L,g,y,S,O,T,D,R)}},"mountChildren"),se=s((m,g,y,S,O,T,D)=>{const R=g.el=m.el;let{patchFlag:I,dynamicChildren:P,dirs:L}=g;I|=m.patchFlag&16;const A=m.props||le,B=g.props||le;let U;if(y&&Zn(y,!1),(U=B.onVnodeBeforeUpdate)&&It(U,y,g,m),L&&Kn(g,m,y,"beforeUpdate"),y&&Zn(y,!0),(A.innerHTML&&B.innerHTML==null||A.textContent&&B.textContent==null)&&f(R,""),P?$e(m.dynamicChildren,P,R,y,S,wc(g,O),T):D||X(m,g,R,null,y,S,wc(g,O),T,!1),I>0){if(I&16)Oe(R,A,B,y,O);else if(I&2&&A.class!==B.class&&i(R,"class",null,B.class,O),I&4&&i(R,"style",A.style,B.style,O),I&8){const z=g.dynamicProps;for(let fe=0;fe<z.length;fe++){const re=z[fe],We=A[re],Ye=B[re];(Ye!==We||re==="value")&&i(R,re,We,Ye,O,y)}}I&1&&m.children!==g.children&&f(R,g.children)}else!D&&P==null&&Oe(R,A,B,y,O);((U=B.onVnodeUpdated)||L)&&tt(()=>{U&&It(U,y,g,m),L&&Kn(g,m,y,"updated")},S)},"patchElement"),$e=s((m,g,y,S,O,T,D)=>{for(let R=0;R<g.length;R++){const I=m[R],P=g[R],L=I.el&&(I.type===Ue||!Sr(I,P)||I.shapeFlag&198)?d(I.el):y;b(I,P,L,null,S,O,T,D,!0)}},"patchBlockChildren"),Oe=s((m,g,y,S,O)=>{if(g!==y){if(g!==le)for(const T in g)!Rr(T)&&!(T in y)&&i(m,T,g[T],null,O,S);for(const T in y){if(Rr(T))continue;const D=y[T],R=g[T];D!==R&&T!=="value"&&i(m,T,R,D,O,S)}"value"in y&&i(m,"value",g.value,y.value,O)}},"patchProps"),Wt=s((m,g,y,S,O,T,D,R,I)=>{const P=g.el=m?m.el:a(""),L=g.anchor=m?m.anchor:a("");let{patchFlag:A,dynamicChildren:B,slotScopeIds:U}=g;U&&(R=R?R.concat(U):U),m==null?(o(P,y,S),o(L,y,S),oe(g.children||[],y,L,O,T,D,R,I)):A>0&&A&64&&B&&m.dynamicChildren?($e(m.dynamicChildren,B,y,O,T,D,R),(g.key!=null||O&&g===O.subTree)&&_p(m,g,!0)):X(m,g,y,L,O,T,D,R,I)},"processFragment"),Te=s((m,g,y,S,O,T,D,R,I)=>{g.slotScopeIds=R,m==null?g.shapeFlag&512?O.ctx.activate(g,y,S,D,I):xr(g,y,S,O,T,D,I):ao(m,g,I)},"processComponent"),xr=s((m,g,y,S,O,T,D)=>{const R=m.component=A1(m,S,O);if(Ka(m)&&(R.ctx.renderer=F),k1(R,!1,D),R.asyncDep){if(O&&O.registerDep(R,Ce,D),!m.el){const I=R.subTree=j(cn);x(null,I,g,y),m.placeholder=I.el}}else Ce(R,m,g,y,O,T,D)},"mountComponent"),ao=s((m,g,y)=>{const S=g.component=m.component;if(O1(m,g,y))if(S.asyncDep&&!S.asyncResolved){ie(S,g,y);return}else S.next=g,S.update();else g.el=m.el,S.vnode=g},"updateComponent"),Ce=s((m,g,y,S,O,T,D)=>{const R=s(()=>{if(m.isMounted){let{next:A,bu:B,u:U,parent:z,vnode:fe}=m;{const Pt=Tp(m);if(Pt){A&&(A.el=fe.el,ie(m,A,D)),Pt.asyncDep.then(()=>{m.isUnmounted||R()});return}}let re=A,We;Zn(m,!1),A?(A.el=fe.el,ie(m,A,D)):A=fe,B&&As(B),(We=A.props&&A.props.onVnodeBeforeUpdate)&&It(We,z,A,fe),Zn(m,!0);const Ye=af(m),Et=m.subTree;m.subTree=Ye,b(Et,Ye,d(Et.el),$(Et),m,O,T),A.el=Ye.el,re===null&&E1(m,Ye.el),U&&tt(U,O),(We=A.props&&A.props.onVnodeUpdated)&&tt(()=>It(We,z,A,fe),O)}else{let A;const{el:B,props:U}=g,{bm:z,m:fe,parent:re,root:We,type:Ye}=m,Et=Co(g);Zn(m,!1),z&&As(z),!Et&&(A=U&&U.onVnodeBeforeMount)&&It(A,re,g),Zn(m,!0);{We.ce&&We.ce._def.shadowRoot!==!1&&We.ce._injectChildStyle(Ye);const Pt=m.subTree=af(m);b(null,Pt,y,S,m,O,T),g.el=Pt.el}if(fe&&tt(fe,O),!Et&&(A=U&&U.onVnodeMounted)){const Pt=g;tt(()=>It(A,re,Pt),O)}(g.shapeFlag&256||re&&Co(re.vnode)&&re.vnode.shapeFlag&256)&&m.a&&tt(m.a,O),m.isMounted=!0,g=y=S=null}},"componentUpdateFn");m.scope.on();const I=m.effect=new Ks(R);m.scope.off();const P=m.update=I.run.bind(I),L=m.job=I.runIfDirty.bind(I);L.i=m,L.id=m.uid,I.scheduler=()=>Ha(L),Zn(m,!0),P()},"setupRenderEffect"),ie=s((m,g,y)=>{g.component=m;const S=m.vnode.props;m.vnode=g,m.next=null,u1(m,g.props,S,y),h1(m,g.children,y),rn(),Ju(m),sn()},"updateComponentPreRender"),X=s((m,g,y,S,O,T,D,R,I=!1)=>{const P=m&&m.children,L=m?m.shapeFlag:0,A=g.children,{patchFlag:B,shapeFlag:U}=g;if(B>0){if(B&128){vn(P,A,y,S,O,T,D,R,I);return}else if(B&256){Yt(P,A,y,S,O,T,D,R,I);return}}U&8?(L&16&&at(P,O,T),A!==P&&f(y,A)):L&16?U&16?vn(P,A,y,S,O,T,D,R,I):at(P,O,T,!0):(L&8&&f(y,""),U&16&&oe(A,y,S,O,T,D,R,I))},"patchChildren"),Yt=s((m,g,y,S,O,T,D,R,I)=>{m=m||xo,g=g||xo;const P=m.length,L=g.length,A=Math.min(P,L);let B;for(B=0;B<A;B++){const U=g[B]=I?wn(g[B]):Nt(g[B]);b(m[B],U,y,null,O,T,D,R,I)}P>L?at(m,O,T,!0,!1,A):oe(g,y,S,O,T,D,R,I,A)},"patchUnkeyedChildren"),vn=s((m,g,y,S,O,T,D,R,I)=>{let P=0;const L=g.length;let A=m.length-1,B=L-1;for(;P<=A&&P<=B;){const U=m[P],z=g[P]=I?wn(g[P]):Nt(g[P]);if(Sr(U,z))b(U,z,y,null,O,T,D,R,I);else break;P++}for(;P<=A&&P<=B;){const U=m[A],z=g[B]=I?wn(g[B]):Nt(g[B]);if(Sr(U,z))b(U,z,y,null,O,T,D,R,I);else break;A--,B--}if(P>A){if(P<=B){const U=B+1,z=U<L?g[U].el:S;for(;P<=B;)b(null,g[P]=I?wn(g[P]):Nt(g[P]),y,z,O,T,D,R,I),P++}}else if(P>B)for(;P<=A;)He(m[P],O,T,!0),P++;else{const U=P,z=P,fe=new Map;for(P=z;P<=B;P++){const et=g[P]=I?wn(g[P]):Nt(g[P]);et.key!=null&&fe.set(et.key,P)}let re,We=0;const Ye=B-z+1;let Et=!1,Pt=0;const _r=new Array(Ye);for(P=0;P<Ye;P++)_r[P]=0;for(P=U;P<=A;P++){const et=m[P];if(We>=Ye){He(et,O,T,!0);continue}let Mt;if(et.key!=null)Mt=fe.get(et.key);else for(re=z;re<=B;re++)if(_r[re-z]===0&&Sr(et,g[re])){Mt=re;break}Mt===void 0?He(et,O,T,!0):(_r[Mt-z]=P+1,Mt>=Pt?Pt=Mt:Et=!0,b(et,g[Mt],y,null,O,T,D,R,I),We++)}const Wu=Et?b1(_r):xo;for(re=Wu.length-1,P=Ye-1;P>=0;P--){const et=z+P,Mt=g[et],Yu=g[et+1],Ku=et+1<L?Yu.el||Yu.placeholder:S;_r[P]===0?b(null,Mt,y,Ku,O,T,D,R,I):Et&&(re<0||P!==Wu[re]?Ot(Mt,y,Ku,2):re--)}}},"patchKeyedChildren"),Ot=s((m,g,y,S,O=null)=>{const{el:T,type:D,transition:R,children:I,shapeFlag:P}=m;if(P&6){Ot(m.component.subTree,g,y,S);return}if(P&128){m.suspense.move(g,y,S);return}if(P&64){D.move(m,g,y,F);return}if(D===Ue){o(T,g,y);for(let A=0;A<I.length;A++)Ot(I[A],g,y,S);o(m.anchor,g,y);return}if(D===Bs){C(m,g,y);return}if(S!==2&&P&1&&R)if(S===0)R.beforeEnter(T),o(T,g,y),tt(()=>R.enter(T),O);else{const{leave:A,delayLeave:B,afterLeave:U}=R,z=s(()=>{m.ctx.isUnmounted?r(T):o(T,g,y)},"remove22"),fe=s(()=>{T._isLeaving&&T[L0](!0),A(T,()=>{z(),U&&U()})},"performLeave");B?B(T,z,fe):fe()}else o(T,g,y)},"move"),He=s((m,g,y,S=!1,O=!1)=>{const{type:T,props:D,ref:R,children:I,dynamicChildren:P,shapeFlag:L,patchFlag:A,dirs:B,cacheIndex:U}=m;if(A===-2&&(O=!1),R!=null&&(rn(),jr(R,null,y,m,!0),sn()),U!=null&&(g.renderCache[U]=void 0),L&256){g.ctx.deactivate(m);return}const z=L&1&&B,fe=!Co(m);let re;if(fe&&(re=D&&D.onVnodeBeforeUnmount)&&It(re,g,m),L&6)Es(m.component,y,S);else{if(L&128){m.suspense.unmount(y,S);return}z&&Kn(m,null,g,"beforeUnmount"),L&64?m.type.remove(m,g,y,F,S):P&&!P.hasOnce&&(T!==Ue||A>0&&A&64)?at(P,g,y,!1,!0):(T===Ue&&A&384||!O&&L&16)&&at(I,g,y),S&&lo(m)}(fe&&(re=D&&D.onVnodeUnmounted)||z)&&tt(()=>{re&&It(re,g,m),z&&Kn(m,null,g,"unmounted")},y)},"unmount"),lo=s(m=>{const{type:g,el:y,anchor:S,transition:O}=m;if(g===Ue){uo(y,S);return}if(g===Bs){M(m);return}const T=s(()=>{r(y),O&&!O.persisted&&O.afterLeave&&O.afterLeave()},"performRemove");if(m.shapeFlag&1&&O&&!O.persisted){const{leave:D,delayLeave:R}=O,I=s(()=>D(y,T),"performLeave");R?R(m.el,T,I):I()}else T()},"remove2"),uo=s((m,g)=>{let y;for(;m!==g;)y=p(m),r(m),m=y;r(g)},"removeFragment"),Es=s((m,g,y)=>{const{bum:S,scope:O,job:T,subTree:D,um:R,m:I,a:P}=m;cf(I),cf(P),S&&As(S),O.stop(),T&&(T.flags|=8,He(D,m,g,y)),R&&tt(R,g),tt(()=>{m.isUnmounted=!0},g)},"unmountComponent"),at=s((m,g,y,S=!1,O=!1,T=0)=>{for(let D=T;D<m.length;D++)He(m[D],g,y,S,O)},"unmountChildren"),$=s(m=>{if(m.shapeFlag&6)return $(m.component.subTree);if(m.shapeFlag&128)return m.suspense.next();const g=p(m.anchor||m.el),y=g&&g[V0];return y?p(y):g},"getNextHostNode");let k=!1;const N=s((m,g,y)=>{m==null?g._vnode&&He(g._vnode,null,null,!0):b(g._vnode||null,m,g,null,null,null,y),g._vnode=m,k||(k=!0,Ju(),tp(),k=!1)},"render"),F={p:b,um:He,m:Ot,r:lo,mt:xr,mc:oe,pc:X,pbc:$e,n:$,o:e};return{render:N,hydrate:void 0,createApp:a1(N)}}s(g1,"baseCreateRenderer");function wc({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}s(wc,"resolveChildrenNamespace");function Zn({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}s(Zn,"toggleRecurse");function v1(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}s(v1,"needTransition");function _p(e,t,n=!1){const o=e.children,r=t.children;if(G(o)&&G(r))for(let i=0;i<o.length;i++){const c=o[i];let a=r[i];a.shapeFlag&1&&!a.dynamicChildren&&((a.patchFlag<=0||a.patchFlag===32)&&(a=r[i]=wn(r[i]),a.el=c.el),!n&&a.patchFlag!==-2&&_p(c,a)),a.type===Ri&&a.patchFlag!==-1&&(a.el=c.el),a.type===cn&&!a.el&&(a.el=c.el)}}s(_p,"traverseStaticChildren");function b1(e){const t=e.slice(),n=[0];let o,r,i,c,a;const l=e.length;for(o=0;o<l;o++){const u=e[o];if(u!==0){if(r=n[n.length-1],e[r]<u){t[o]=r,n.push(o);continue}for(i=0,c=n.length-1;i<c;)a=i+c>>1,e[n[a]]<u?i=a+1:c=a;u<e[n[i]]&&(i>0&&(t[o]=n[i-1]),n[i]=o)}}for(i=n.length,c=n[i-1];i-- >0;)n[i]=c,c=t[c];return n}s(b1,"getSequence");function Tp(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Tp(t)}s(Tp,"locateNonHydratedAsyncRoot");function cf(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}s(cf,"invalidateMount");const y1=Symbol.for("v-scx"),w1=s(()=>en(y1),"useSSRContext");function Vs(e,t,n){return Sp(e,t,n)}s(Vs,"watch");function Sp(e,t,n=le){const{immediate:o,deep:r,flush:i,once:c}=n,a=Ae({},n),l=t&&o||!t&&i!=="post";let u;if(Xo){if(i==="sync"){const h=w1();u=h.__watcherHandles||(h.__watcherHandles=[])}else if(!l){const h=s(()=>{},"watchStopHandle");return h.stop=At,h.resume=At,h.pause=At,h}}const f=Pe;a.call=(h,v,b)=>Ft(h,f,v,b);let d=!1;i==="post"?a.scheduler=h=>{tt(h,f&&f.suspense)}:i!=="sync"&&(d=!0,a.scheduler=(h,v)=>{v?h():Ha(h)}),a.augmentJob=h=>{t&&(h.flags|=4),d&&(h.flags|=2,f&&(h.id=f.uid,h.i=f))};const p=j0(e,t,a);return Xo&&(u?u.push(p):l&&p()),p}s(Sp,"doWatch");function x1(e,t,n){const o=this.proxy,r=xe(e)?e.includes(".")?$p(o,e):()=>o[e]:e.bind(o,o);let i;H(t)?i=t:(i=t.handler,n=t);const c=ls(this),a=Sp(r,i.bind(o),n);return c(),a}s(x1,"instanceWatch");function $p(e,t){const n=t.split(".");return()=>{let o=e;for(let r=0;r<n.length&&o;r++)o=o[n[r]];return o}}s($p,"createPathGetter");const _1=s((e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${dt(t)}Modifiers`]||e[`${An(t)}Modifiers`],"getModelModifiers");function T1(e,t,...n){if(e.isUnmounted)return;const o=e.vnode.props||le;let r=n;const i=t.startsWith("update:"),c=i&&_1(o,t.slice(7));c&&(c.trim&&(r=n.map(f=>xe(f)?f.trim():f)),c.number&&(r=n.map(jc)));let a,l=o[a=pc(t)]||o[a=pc(dt(t))];!l&&i&&(l=o[a=pc(An(t))]),l&&Ft(l,e,6,r);const u=o[a+"Once"];if(u){if(!e.emitted)e.emitted={};else if(e.emitted[a])return;e.emitted[a]=!0,Ft(u,e,6,r)}}s(T1,"emit");const S1=new WeakMap;function Cp(e,t,n=!1){const o=n?S1:t.emitsCache,r=o.get(e);if(r!==void 0)return r;const i=e.emits;let c={},a=!1;if(!H(e)){const l=s(u=>{const f=Cp(u,t,!0);f&&(a=!0,Ae(c,f))},"extendEmits");!n&&t.mixins.length&&t.mixins.forEach(l),e.extends&&l(e.extends),e.mixins&&e.mixins.forEach(l)}return!i&&!a?(ve(e)&&o.set(e,null),null):(G(i)?i.forEach(l=>c[l]=null):Ae(c,i),ve(e)&&o.set(e,c),c)}s(Cp,"normalizeEmitsOptions");function Ii(e,t){return!e||!_i(t)?!1:(t=t.slice(2).replace(/Once$/,""),ne(e,t[0].toLowerCase()+t.slice(1))||ne(e,An(t))||ne(e,t))}s(Ii,"isEmitListener");function af(e){const{type:t,vnode:n,proxy:o,withProxy:r,propsOptions:[i],slots:c,attrs:a,emit:l,render:u,renderCache:f,props:d,data:p,setupState:h,ctx:v,inheritAttrs:b}=e,E=ei(e);let x,_;try{if(n.shapeFlag&4){const M=r||o,V=M;x=Nt(u.call(V,M,f,d,h,p,v)),_=a}else{const M=t;x=Nt(M.length>1?M(d,{attrs:a,slots:c,emit:l}):M(d,null)),_=t.props?a:$1(a)}}catch(M){kr.length=0,cs(M,e,1),x=j(cn)}let C=x;if(_&&b!==!1){const M=Object.keys(_),{shapeFlag:V}=C;M.length&&V&7&&(i&&M.some(Na)&&(_=C1(_,i)),C=Qo(C,_,!1,!0))}return n.dirs&&(C=Qo(C,null,!1,!0),C.dirs=C.dirs?C.dirs.concat(n.dirs):n.dirs),n.transition&&Wa(C,n.transition),x=C,ei(E),x}s(af,"renderComponentRoot");const $1=s(e=>{let t;for(const n in e)(n==="class"||n==="style"||_i(n))&&((t||(t={}))[n]=e[n]);return t},"getFunctionalFallthrough"),C1=s((e,t)=>{const n={};for(const o in e)(!Na(o)||!(o.slice(9)in t))&&(n[o]=e[o]);return n},"filterModelListeners");function O1(e,t,n){const{props:o,children:r,component:i}=e,{props:c,children:a,patchFlag:l}=t,u=i.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&l>=0){if(l&1024)return!0;if(l&16)return o?lf(o,c,u):!!c;if(l&8){const f=t.dynamicProps;for(let d=0;d<f.length;d++){const p=f[d];if(c[p]!==o[p]&&!Ii(u,p))return!0}}}else return(r||a)&&(!a||!a.$stable)?!0:o===c?!1:o?c?lf(o,c,u):!0:!!c;return!1}s(O1,"shouldUpdateComponent");function lf(e,t,n){const o=Object.keys(t);if(o.length!==Object.keys(e).length)return!0;for(let r=0;r<o.length;r++){const i=o[r];if(t[i]!==e[i]&&!Ii(n,i))return!0}return!1}s(lf,"hasPropsChanged");function E1({vnode:e,parent:t},n){for(;t;){const o=t.subTree;if(o.suspense&&o.suspense.activeBranch===e&&(o.el=e.el),o===e)(e=t.vnode).el=n,t=t.parent;else break}}s(E1,"updateHOCHostEl");const Op=s(e=>e.__isSuspense,"isSuspense");function P1(e,t){t&&t.pendingBranch?G(e)?t.effects.push(...e):t.effects.push(e):F0(e)}s(P1,"queueEffectWithSuspense");const Ue=Symbol.for("v-fgt"),Ri=Symbol.for("v-txt"),cn=Symbol.for("v-cmt"),Bs=Symbol.for("v-stc"),kr=[];let ot=null;function Q(e=!1){kr.push(ot=e?null:[])}s(Q,"openBlock");function M1(){kr.pop(),ot=kr[kr.length-1]||null}s(M1,"closeBlock");let Yr=1;function oi(e,t=!1){Yr+=e,e<0&&ot&&t&&(ot.hasOnce=!0)}s(oi,"setBlockTracking");function Ep(e){return e.dynamicChildren=Yr>0?ot||xo:null,M1(),Yr>0&&ot&&ot.push(e),e}s(Ep,"setupBlock");function me(e,t,n,o,r,i){return Ep(w(e,t,n,o,r,i,!0))}s(me,"createElementBlock");function Qn(e,t,n,o,r){return Ep(j(e,t,n,o,r,!0))}s(Qn,"createBlock");function Kr(e){return e?e.__v_isVNode===!0:!1}s(Kr,"isVNode");function Sr(e,t){return e.type===t.type&&e.key===t.key}s(Sr,"isSameVNodeType");const Pp=s(({key:e})=>e??null,"normalizeKey"),Ls=s(({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?xe(e)||Ne(e)||H(e)?{i:Ie,r:e,k:t,f:!!n}:e:null),"normalizeRef");function w(e,t=null,n=null,o=0,r=null,i=e===Ue?0:1,c=!1,a=!1){const l={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Pp(t),ref:t&&Ls(t),scopeId:op,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:Ie};return a?(za(l,n),i&128&&e.normalize(l)):n&&(l.shapeFlag|=xe(n)?8:16),Yr>0&&!c&&ot&&(l.patchFlag>0||i&6)&&l.patchFlag!==32&&ot.push(l),l}s(w,"createBaseVNode");const j=I1;function I1(e,t=null,n=null,o=0,r=null,i=!1){if((!e||e===cp)&&(e=cn),Kr(e)){const a=Qo(e,t,!0);return n&&za(a,n),Yr>0&&!i&&ot&&(a.shapeFlag&6?ot[ot.indexOf(e)]=a:ot.push(a)),a.patchFlag=-2,a}if(U1(e)&&(e=e.__vccOpts),t){t=R1(t);let{class:a,style:l}=t;a&&!xe(a)&&(t.class=ss(a)),ve(l)&&(Ga(l)&&!G(l)&&(l=Ae({},l)),t.style=ka(l))}const c=xe(e)?1:Op(e)?128:B0(e)?64:ve(e)?4:H(e)?2:0;return w(e,t,n,o,r,c,i,!0)}s(I1,"_createVNode");function R1(e){return e?Ga(e)||gp(e)?Ae({},e):e:null}s(R1,"guardReactiveProps");function Qo(e,t,n=!1,o=!1){const{props:r,ref:i,patchFlag:c,children:a,transition:l}=e,u=t?D1(r||{},t):r,f={__v_isVNode:!0,__v_skip:!0,type:e.type,props:u,key:u&&Pp(u),ref:t&&t.ref?n&&i?G(i)?i.concat(Ls(t)):[i,Ls(t)]:Ls(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:a,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Ue?c===-1?16:c|16:c,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:l,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Qo(e.ssContent),ssFallback:e.ssFallback&&Qo(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return l&&o&&Wa(f,l.clone(f)),f}s(Qo,"cloneVNode");function Y(e=" ",t=0){return j(Ri,null,e,t)}s(Y,"createTextVNode");function Zr(e,t){const n=j(Bs,null,e);return n.staticCount=t,n}s(Zr,"createStaticVNode");function YT(e="",t=!1){return t?(Q(),Qn(cn,null,e)):j(cn,null,e)}s(YT,"createCommentVNode");function Nt(e){return e==null||typeof e=="boolean"?j(cn):G(e)?j(Ue,null,e.slice()):Kr(e)?wn(e):j(Ri,null,String(e))}s(Nt,"normalizeVNode");function wn(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Qo(e)}s(wn,"cloneIfMounted");function za(e,t){let n=0;const{shapeFlag:o}=e;if(t==null)t=null;else if(G(t))n=16;else if(typeof t=="object")if(o&65){const r=t.default;r&&(r._c&&(r._d=!1),za(e,r()),r._c&&(r._d=!0));return}else{n=32;const r=t._;!r&&!gp(t)?t._ctx=Ie:r===3&&Ie&&(Ie.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else H(t)?(t={default:t,_ctx:Ie},n=32):(t=String(t),o&64?(n=16,t=[Y(t)]):n=8);e.children=t,e.shapeFlag|=n}s(za,"normalizeChildren");function D1(...e){const t={};for(let n=0;n<e.length;n++){const o=e[n];for(const r in o)if(r==="class")t.class!==o.class&&(t.class=ss([t.class,o.class]));else if(r==="style")t.style=ka([t.style,o.style]);else if(_i(r)){const i=t[r],c=o[r];c&&i!==c&&!(G(i)&&i.includes(c))&&(t[r]=i?[].concat(i,c):c)}else r!==""&&(t[r]=o[r])}return t}s(D1,"mergeProps");function It(e,t,n,o=null){Ft(e,t,7,[n,o])}s(It,"invokeVNodeHook");const N1=pp();let j1=0;function A1(e,t,n){const o=e.type,r=(t?t.appContext:e.appContext)||N1,i={uid:j1++,vnode:e,type:o,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new Ac(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(r.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:bp(o,r),emitsOptions:Cp(o,r),emit:null,emitted:null,propsDefaults:le,inheritAttrs:o.inheritAttrs,ctx:le,data:le,props:le,attrs:le,slots:le,refs:le,setupState:le,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=t?t.root:i,i.emit=T1.bind(null,i),e.ce&&e.ce(i),i}s(A1,"createComponentInstance");let Pe=null;const zc=s(()=>Pe||Ie,"getCurrentInstance");let ri,Jc;{const e=Ci(),t=s((n,o)=>{let r;return(r=e[n])||(r=e[n]=[]),r.push(o),i=>{r.length>1?r.forEach(c=>c(i)):r[0](i)}},"registerGlobalSetter");ri=t("__VUE_INSTANCE_SETTERS__",n=>Pe=n),Jc=t("__VUE_SSR_SETTERS__",n=>Xo=n)}const ls=s(e=>{const t=Pe;return ri(e),e.scope.on(),()=>{e.scope.off(),ri(t)}},"setCurrentInstance"),uf=s(()=>{Pe&&Pe.scope.off(),ri(null)},"unsetCurrentInstance");function Mp(e){return e.vnode.shapeFlag&4}s(Mp,"isStatefulComponent");let Xo=!1;function k1(e,t=!1,n=!1){t&&Jc(t);const{props:o,children:r}=e.vnode,i=Mp(e);l1(e,o,i,t),p1(e,r,n||t);const c=i?F1(e,t):void 0;return t&&Jc(!1),c}s(k1,"setupComponent");function F1(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,t1);const{setup:o}=n;if(o){rn();const r=e.setupContext=o.length>1?B1(e):null,i=ls(e),c=is(o,e,0,[e.props,r]),a=Rd(c);if(sn(),i(),(a||e.sp)&&!Co(e)&&Ya(e),a){if(c.then(uf,uf),t)return c.then(l=>{ff(e,l)}).catch(l=>{cs(l,e,0)});e.asyncDep=c}else ff(e,c)}else Ip(e)}s(F1,"setupStatefulComponent");function ff(e,t,n){H(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:ve(t)&&(e.setupState=Qd(t)),Ip(e)}s(ff,"handleSetupResult");function Ip(e,t,n){const o=e.type;e.render||(e.render=o.render||At);{const r=ls(e);rn();try{n1(e)}finally{sn(),r()}}}s(Ip,"finishComponentSetup");const V1={get(e,t){return De(e,"get",""),e[t]}};function B1(e){const t=s(n=>{e.exposed=n||{}},"expose");return{attrs:new Proxy(e.attrs,V1),slots:e.slots,emit:e.emit,expose:t}}s(B1,"createSetupContext");function Di(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Qd(M0(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in Ar)return Ar[n](e)},has(t,n){return n in t||n in Ar}})):e.proxy}s(Di,"getComponentPublicInstance");function L1(e,t=!0){return H(e)?e.displayName||e.name:e.name||t&&e.__name}s(L1,"getComponentName");function U1(e){return H(e)&&"__vccOpts"in e}s(U1,"isClassComponent");const vt=s((e,t)=>D0(e,t,Xo),"computed");function Rp(e,t,n){try{oi(-1);const o=arguments.length;return o===2?ve(t)&&!G(t)?Kr(t)?j(e,null,[t]):j(e,t):j(e,null,t):(o>3?n=Array.prototype.slice.call(arguments,2):o===3&&Kr(n)&&(n=[n]),j(e,t,n))}finally{oi(1)}}s(Rp,"h$1");const G1="3.5.22";/**
14
+ * @vue/runtime-dom v3.5.22
15
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
16
+ * @license MIT
17
+ **/let Qc;const df=typeof window<"u"&&window.trustedTypes;if(df)try{Qc=df.createPolicy("vue",{createHTML:s(e=>e,"createHTML")})}catch{}const Dp=Qc?e=>Qc.createHTML(e):e=>e,H1="http://www.w3.org/2000/svg",W1="http://www.w3.org/1998/Math/MathML",zt=typeof document<"u"?document:null,pf=zt&&zt.createElement("template"),Y1={insert:s((e,t,n)=>{t.insertBefore(e,n||null)},"insert"),remove:s(e=>{const t=e.parentNode;t&&t.removeChild(e)},"remove"),createElement:s((e,t,n,o)=>{const r=t==="svg"?zt.createElementNS(H1,e):t==="mathml"?zt.createElementNS(W1,e):n?zt.createElement(e,{is:n}):zt.createElement(e);return e==="select"&&o&&o.multiple!=null&&r.setAttribute("multiple",o.multiple),r},"createElement"),createText:s(e=>zt.createTextNode(e),"createText"),createComment:s(e=>zt.createComment(e),"createComment"),setText:s((e,t)=>{e.nodeValue=t},"setText"),setElementText:s((e,t)=>{e.textContent=t},"setElementText"),parentNode:s(e=>e.parentNode,"parentNode"),nextSibling:s(e=>e.nextSibling,"nextSibling"),querySelector:s(e=>zt.querySelector(e),"querySelector"),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,o,r,i){const c=n?n.previousSibling:t.lastChild;if(r&&(r===i||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),n),!(r===i||!(r=r.nextSibling)););else{pf.innerHTML=Dp(o==="svg"?`<svg>${e}</svg>`:o==="mathml"?`<math>${e}</math>`:e);const a=pf.content;if(o==="svg"||o==="mathml"){const l=a.firstChild;for(;l.firstChild;)a.appendChild(l.firstChild);a.removeChild(l)}t.insertBefore(a,n)}return[c?c.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},K1=Symbol("_vtc");function Z1(e,t,n){const o=e[K1];o&&(t=(t?[t,...o]:[...o]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}s(Z1,"patchClass");const si=Symbol("_vod"),Np=Symbol("_vsh"),KT={name:"show",beforeMount(e,{value:t},{transition:n}){e[si]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):$r(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:o}){!t!=!n&&(o?t?(o.beforeEnter(e),$r(e,!0),o.enter(e)):o.leave(e,()=>{$r(e,!1)}):$r(e,t))},beforeUnmount(e,{value:t}){$r(e,t)}};function $r(e,t){e.style.display=t?e[si]:"none",e[Np]=!t}s($r,"setDisplay");const q1=Symbol(""),z1=/(?:^|;)\s*display\s*:/;function J1(e,t,n){const o=e.style,r=xe(n);let i=!1;if(n&&!r){if(t)if(xe(t))for(const c of t.split(";")){const a=c.slice(0,c.indexOf(":")).trim();n[a]==null&&Us(o,a,"")}else for(const c in t)n[c]==null&&Us(o,c,"");for(const c in n)c==="display"&&(i=!0),Us(o,c,n[c])}else if(r){if(t!==n){const c=o[q1];c&&(n+=";"+c),o.cssText=n,i=z1.test(n)}}else t&&e.removeAttribute("style");si in e&&(e[si]=i?o.display:"",e[Np]&&(o.display="none"))}s(J1,"patchStyle");const hf=/\s*!important$/;function Us(e,t,n){if(G(n))n.forEach(o=>Us(e,t,o));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const o=Q1(e,t);hf.test(n)?e.setProperty(An(o),n.replace(hf,""),"important"):e[o]=n}}s(Us,"setStyle");const mf=["Webkit","Moz","ms"],xc={};function Q1(e,t){const n=xc[t];if(n)return n;let o=dt(t);if(o!=="filter"&&o in e)return xc[t]=o;o=$i(o);for(let r=0;r<mf.length;r++){const i=mf[r]+o;if(i in e)return xc[t]=i}return t}s(Q1,"autoPrefix");const gf="http://www.w3.org/1999/xlink";function vf(e,t,n,o,r,i=d0(t)){o&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(gf,t.slice(6,t.length)):e.setAttributeNS(gf,t,n):n==null||i&&!Ad(n)?e.removeAttribute(t):e.setAttribute(t,i?"":un(n)?String(n):n)}s(vf,"patchAttr");function bf(e,t,n,o,r){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?Dp(n):n);return}const i=e.tagName;if(t==="value"&&i!=="PROGRESS"&&!i.includes("-")){const a=i==="OPTION"?e.getAttribute("value")||"":e.value,l=n==null?e.type==="checkbox"?"on":"":String(n);(a!==l||!("_value"in e))&&(e.value=l),n==null&&e.removeAttribute(t),e._value=n;return}let c=!1;if(n===""||n==null){const a=typeof e[t];a==="boolean"?n=Ad(n):n==null&&a==="string"?(n="",c=!0):a==="number"&&(n=0,c=!0)}try{e[t]=n}catch{}c&&e.removeAttribute(r||t)}s(bf,"patchDOMProp");function yo(e,t,n,o){e.addEventListener(t,n,o)}s(yo,"addEventListener");function X1(e,t,n,o){e.removeEventListener(t,n,o)}s(X1,"removeEventListener");const yf=Symbol("_vei");function eg(e,t,n,o,r=null){const i=e[yf]||(e[yf]={}),c=i[t];if(o&&c)c.value=o;else{const[a,l]=tg(t);if(o){const u=i[t]=rg(o,r);yo(e,a,u,l)}else c&&(X1(e,a,c,l),i[t]=void 0)}}s(eg,"patchEvent");const wf=/(?:Once|Passive|Capture)$/;function tg(e){let t;if(wf.test(e)){t={};let o;for(;o=e.match(wf);)e=e.slice(0,e.length-o[0].length),t[o[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):An(e.slice(2)),t]}s(tg,"parseName");let _c=0;const ng=Promise.resolve(),og=s(()=>_c||(ng.then(()=>_c=0),_c=Date.now()),"getNow");function rg(e,t){const n=s(o=>{if(!o._vts)o._vts=Date.now();else if(o._vts<=n.attached)return;Ft(sg(o,n.value),t,5,[o])},"invoker");return n.value=e,n.attached=og(),n}s(rg,"createInvoker");function sg(e,t){if(G(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(o=>r=>!r._stopped&&o&&o(r))}else return t}s(sg,"patchStopImmediatePropagation");const xf=s(e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,"isNativeOn"),ig=s((e,t,n,o,r,i)=>{const c=r==="svg";t==="class"?Z1(e,o,c):t==="style"?J1(e,n,o):_i(t)?Na(t)||eg(e,t,n,o,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):cg(e,t,o,c))?(bf(e,t,o),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&vf(e,t,o,c,i,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!xe(o))?bf(e,dt(t),o,i,t):(t==="true-value"?e._trueValue=o:t==="false-value"&&(e._falseValue=o),vf(e,t,o,c))},"patchProp");function cg(e,t,n,o){if(o)return!!(t==="innerHTML"||t==="textContent"||t in e&&xf(t)&&H(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="autocorrect"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const r=e.tagName;if(r==="IMG"||r==="VIDEO"||r==="CANVAS"||r==="SOURCE")return!1}return xf(t)&&xe(n)?!1:t in e}s(cg,"shouldSetAsProp");const _f=s(e=>{const t=e.props["onUpdate:modelValue"]||!1;return G(t)?n=>As(t,n):t},"getModelAssigner");function ag(e){e.target.composing=!0}s(ag,"onCompositionStart");function Tf(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}s(Tf,"onCompositionEnd");const Tc=Symbol("_assign"),ZT={created(e,{modifiers:{lazy:t,trim:n,number:o}},r){e[Tc]=_f(r);const i=o||r.props&&r.props.type==="number";yo(e,t?"change":"input",c=>{if(c.target.composing)return;let a=e.value;n&&(a=a.trim()),i&&(a=jc(a)),e[Tc](a)}),n&&yo(e,"change",()=>{e.value=e.value.trim()}),t||(yo(e,"compositionstart",ag),yo(e,"compositionend",Tf),yo(e,"change",Tf))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:n,modifiers:{lazy:o,trim:r,number:i}},c){if(e[Tc]=_f(c),e.composing)return;const a=(i||e.type==="number")&&!/^0\d/.test(e.value)?jc(e.value):e.value,l=t??"";a!==l&&(document.activeElement===e&&e.type!=="range"&&(o&&t===n||r&&e.value.trim()===l)||(e.value=l))}},lg=["ctrl","shift","alt","meta"],ug={stop:s(e=>e.stopPropagation(),"stop"),prevent:s(e=>e.preventDefault(),"prevent"),self:s(e=>e.target!==e.currentTarget,"self"),ctrl:s(e=>!e.ctrlKey,"ctrl"),shift:s(e=>!e.shiftKey,"shift"),alt:s(e=>!e.altKey,"alt"),meta:s(e=>!e.metaKey,"meta"),left:s(e=>"button"in e&&e.button!==0,"left"),middle:s(e=>"button"in e&&e.button!==1,"middle"),right:s(e=>"button"in e&&e.button!==2,"right"),exact:s((e,t)=>lg.some(n=>e[`${n}Key`]&&!t.includes(n)),"exact")},qT=s((e,t)=>{const n=e._withMods||(e._withMods={}),o=t.join(".");return n[o]||(n[o]=((r,...i)=>{for(let c=0;c<t.length;c++){const a=ug[t[c]];if(a&&a(r,t))return}return e(r,...i)}))},"withModifiers"),fg={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},zT=s((e,t)=>{const n=e._withKeys||(e._withKeys={}),o=t.join(".");return n[o]||(n[o]=(r=>{if(!("key"in r))return;const i=An(r.key);if(t.some(c=>c===i||fg[c]===i))return e(r)}))},"withKeys"),dg=Ae({patchProp:ig},Y1);let Sf;function pg(){return Sf||(Sf=m1(dg))}s(pg,"ensureRenderer");const hg=s(((...e)=>{const t=pg().createApp(...e),{mount:n}=t;return t.mount=o=>{const r=gg(o);if(!r)return;const i=t._component;!H(i)&&!i.render&&!i.template&&(i.template=r.innerHTML),r.nodeType===1&&(r.textContent="");const c=n(r,!1,mg(r));return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),c},t}),"createApp");function mg(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}s(mg,"resolveRootNamespace");function gg(e){return xe(e)?document.querySelector(e):e}s(gg,"normalizeContainer");const vg="modulepreload",bg=s(function(e){return"/"+e},"assetsURL"),$f={},us=s(function(t,n,o){let r=Promise.resolve();if(n&&n.length>0){let l=function(u){return Promise.all(u.map(f=>Promise.resolve(f).then(d=>({status:"fulfilled",value:d}),d=>({status:"rejected",reason:d}))))};s(l,"allSettled"),document.getElementsByTagName("link");const c=document.querySelector("meta[property=csp-nonce]"),a=c?.nonce||c?.getAttribute("nonce");r=l(n.map(u=>{if(u=bg(u),u in $f)return;$f[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":vg,f||(p.as="script"),p.crossOrigin="",p.href=u,a&&p.setAttribute("nonce",a),document.head.appendChild(p),f)return new Promise((h,v)=>{p.addEventListener("load",h),p.addEventListener("error",()=>v(new Error(`Unable to preload CSS for ${u}`)))})}))}function i(c){const a=new Event("vite:preloadError",{cancelable:!0});if(a.payload=c,window.dispatchEvent(a),!a.defaultPrevented)throw c}return s(i,"handlePreloadError"),r.then(c=>{for(const a of c||[])a.status==="rejected"&&i(a.reason);return t().catch(i)})},"preload"),yg=as(()=>us(()=>import("./index-BZRwTK7V.js"),[])),wg=as(()=>us(()=>import("./index-j64A2orD.js"),[])),xg=as(()=>us(()=>import("./index-BYmsfhJF.js"),[])),_g=as(()=>us(()=>import("./index-C-tYF7fp.js"),[])),Tg=as(()=>us(()=>import("./index-BlpLaTnO.js"),[])),Cf=Object.freeze(Object.defineProperty({__proto__:null,Button:wg,CodeHighlight:yg,DateField:Tg,SelectField:_g,StringField:xg},Symbol.toStringTag,{value:"Module"})),Fu=class Fu{listeners={};addEventListener(t,n){this.listeners[t]||(this.listeners[t]=[]),this.listeners[t].push(n)}removeEventListener(t,n){this.listeners[t]&&(this.listeners[t]=this.listeners[t].filter(o=>o!==n))}dispatchEvent(t,n){this.listeners[t]&&this.listeners[t].forEach(o=>o(n))}};s(Fu,"EventManager");let Xc=Fu;const Ja=new Xc;function nt(e,t,n,o,r){return an(t,((i,c)=>{const a=i[c];if(a===void 0)throw new TypeError(Wl(c));return a})(e,t),n,o,r)}s(nt,"clampProp");function an(e,t,n,o,r,i){const c=zr(t,n,o);if(r&&t!==c)throw new RangeError(Zh(e,t,n,o,i));return c}s(an,"clampEntity");function Je(e){return e!==null&&/object|function/.test(typeof e)}s(Je,"s");function pt(e,t=Map){const n=new t;return(o,...r)=>{if(n.has(o))return n.get(o);const i=e(o,...r);return n.set(o,i),i}}s(pt,"on");function qr(e){return er({name:e},1)}s(qr,"r");function er(e,t){return ln((n=>({value:n,configurable:1,writable:!t})),e)}s(er,"n");function Sg(e){return ln((t=>({get:t,configurable:1})),e)}s(Sg,"t");function Qa(e){return{[Symbol.toStringTag]:{value:e,configurable:1}}}s(Qa,"o");function cr(e,t){const n={};let o=e.length;for(const r of t)n[e[--o]]=r;return n}s(cr,"zipProps");function ln(e,t,n){const o={};for(const r in t)o[r]=e(t[r],r,n);return o}s(ln,"e");function Ni(e,t,n){const o={};for(let r=0;r<t.length;r++){const i=t[r];o[i]=e(i,r,n)}return o}s(Ni,"g");function jp(e,t,n){const o={};for(let r=0;r<e.length;r++)o[t[r]]=n[e[r]];return o}s(jp,"remapProps");function Tt(e,t){const n=Object.create(null);for(const o of e)n[o]=t[o];return n}s(Tt,"nn");function Of(e,t){for(const n of t)if(n in e)return 1;return 0}s(Of,"hasAnyPropsByName");function Ap(e,t,n){for(const o of e)if(t[o]!==n[o])return 0;return 1}s(Ap,"allPropsEqual");function kp(e,t,n){const o={...n};for(let r=0;r<t;r++)o[e[r]]=0;return o}s(kp,"zeroOutProps");function ce(e,...t){return(...n)=>e(...t,...n)}s(ce,"Pt");function Ef(e){return e[0].toUpperCase()+e.substring(1)}s(Ef,"capitalize");function fs(e){return e.slice().sort()}s(fs,"sortStrings");function ii(e,t){return String(t).padStart(e,"0")}s(ii,"padNumber");function On(e,t){return Math.sign(e-t)}s(On,"compareNumbers");function zr(e,t,n){return Math.min(Math.max(e,t),n)}s(zr,"clampNumber");function tn(e,t){return[Math.floor(e/t),Fr(e,t)]}s(tn,"divModFloor");function Fr(e,t){return(e%t+t)%t}s(Fr,"modFloor");function In(e,t){return[ji(e,t),Xa(e,t)]}s(In,"divModTrunc");function ji(e,t){return Math.trunc(e/t)||0}s(ji,"divTrunc");function Xa(e,t){return e%t||0}s(Xa,"modTrunc");function Rs(e){return Math.abs(e%1)===.5}s(Rs,"hasHalf");function Fp(e,t,n){let o=0,r=0;for(let a=0;a<=t;a++){const l=e[n[a]],u=Lt[a],f=be/u,[d,p]=In(l,f);o+=p*u,r+=d}const[i,c]=In(o,be);return[r+i,c]}s(Fp,"givenFieldsToBigNano");function Ai(e,t,n){const o={};for(let r=t;r>=0;r--){const i=Lt[r];o[n[r]]=ji(e,i),e=Xa(e,i)}return o}s(Ai,"nanoToGivenFields");function $g(e){if(e!==void 0)return Ge(e)}s($g,"d");function Cg(e){if(e!==void 0)return Xt(e)}s(Cg,"P");function Vp(e){if(e!==void 0)return el(e)}s(Vp,"S");function Xt(e){return Up(el(e))}s(Xt,"h");function el(e){return Lp(Ab(e))}s(el,"T");function Bp(e,t){if(t==null)throw new RangeError(Wl(e));return t}s(Bp,"requirePropDefined");function ds(e){if(!Je(e))throw new TypeError(cb);return e}s(ds,"requireObjectLike");function tl(e,t,n=e){if(typeof t!==e)throw new TypeError(Un(n,t));return t}s(tl,"requireType");function Lp(e,t="number"){if(!Number.isInteger(e))throw new RangeError(tb(t,e));return e||0}s(Lp,"ze");function Up(e,t="number"){if(e<=0)throw new RangeError(nb(t,e));return e}s(Up,"requireNumberIsPositive");function nl(e){if(typeof e=="symbol")throw new TypeError(ib);return String(e)}s(nl,"toString");function Gs(e,t){return Je(e)?String(e):Ge(e,t)}s(Gs,"toStringViaPrimitive");function ol(e){if(typeof e=="string")return BigInt(e);if(typeof e!="bigint")throw new TypeError(sb(e));return e}s(ol,"toBigInt");function Gp(e,t="number"){if(typeof e=="bigint")throw new TypeError(rb(t));if(e=Number(e),!Number.isFinite(e))throw new RangeError(ob(t,e));return e}s(Gp,"toNumber");function qe(e,t){return Math.trunc(Gp(e,t))||0}s(qe,"toInteger");function rl(e,t){return Lp(Gp(e,t),t)}s(rl,"toStrictInteger");function Pf(e,t){return Up(qe(e,t),t)}s(Pf,"toPositiveInteger");function sl(e,t){let[n,o]=In(t,be),r=e+n;const i=Math.sign(r);return i&&i===-Math.sign(o)&&(r-=i,o+=i*be),[r,o]}s(sl,"createBigNano");function tr(e,t,n=1){return sl(e[0]+t[0]*n,e[1]+t[1]*n)}s(tr,"addBigNanos");function Xn(e,t){return sl(e[0],e[1]+t)}s(Xn,"moveBigNano");function Vt(e,t){return tr(t,e,-1)}s(Vt,"diffBigNanos");function ht(e,t){return On(e[0],t[0])||On(e[1],t[1])}s(ht,"compareBigNanos");function Hp(e,t,n){return ht(e,t)===-1||ht(e,n)===1}s(Hp,"bigNanoOutside");function il(e,t=1){const n=BigInt(be/t);return[Number(e/n),Number(e%n)*t]}s(il,"bigIntToBigNano");function ci(e,t=1){const n=be/t,[o,r]=In(e,n);return[o,r*t]}s(ci,"Ge");function Bt(e,t=1,n){const[o,r]=e,[i,c]=In(r,t);return o*(be/t)+(i+(n?c/t:0))}s(Bt,"bigNanoToNumber");function cl(e,t,n=tn){const[o,r]=e,[i,c]=n(r,t);return[o*(be/t)+i,c]}s(cl,"divModBigNano");function al(e){return nt(e,"isoYear",ns,ts,1),e.isoYear===ns?nt(e,"isoMonth",4,12,1):e.isoYear===ts&&nt(e,"isoMonth",1,9,1),e}s(al,"checkIsoYearMonthInBounds");function yt(e){return it({...e,...ct,isoHour:12}),e}s(yt,"checkIsoDateInBounds");function it(e){const t=nt(e,"isoYear",ns,ts,1),n=t===ns?1:t===ts?-1:0;return n&&Ut(je({...e,isoDay:e.isoDay+n,isoNanosecond:e.isoNanosecond-n})),e}s(it,"checkIsoDateTimeInBounds");function Ut(e){if(!e||Hp(e,Gb,Ub))throw new RangeError(Gn);return e}s(Ut,"checkEpochNanoInBounds");function Rn(e){return Fp(e,5,Ct)[1]}s(Rn,"isoTimeFieldsToNano");function ki(e){const[t,n]=tn(e,be);return[Ai(n,5,Ct),t]}s(ki,"nanoToIsoTimeAndDay");function Mf(e){return cl(e,kt)}s(Mf,"epochNanoToSecMod");function ze(e){return ar(e.isoYear,e.isoMonth,e.isoDay,e.isoHour,e.isoMinute,e.isoSecond,e.isoMillisecond)}s(ze,"isoToEpochMilli");function je(e){const t=ze(e);if(t!==void 0){const[n,o]=In(t,st);return[n,o*hn+(e.isoMicrosecond||0)*ys+(e.isoNanosecond||0)]}}s(je,"isoToEpochNano");function ll(e,t){const[n,o]=ki(Rn(e)-t);return Ut(je({...e,isoDay:e.isoDay+o,...n}))}s(ll,"isoToEpochNanoWithOffset");function ai(...e){return ar(...e)/om}s(ai,"isoArgsToEpochSec");function ar(...e){const[t,n]=Wp(...e),o=t.valueOf();if(!isNaN(o))return o-n*st}s(ar,"isoArgsToEpochMilli");function Wp(e,t=1,n=1,o=0,r=0,i=0,c=0){const a=e===ns?1:e===ts?-1:0,l=new Date;return l.setUTCHours(o,r,i,c),l.setUTCFullYear(e,t-1,n+a),[l,a]}s(Wp,"isoToLegacyDate");function lr(e,t){let[n,o]=Xn(e,t);o<0&&(o+=be,n-=1);const[r,i]=tn(o,hn),[c,a]=tn(i,ys);return Fi(n*st+r,c,a)}s(lr,"epochNanoToIso");function Fi(e,t=0,n=0){const o=Math.ceil(Math.max(0,Math.abs(e)-ou)/st)*Math.sign(e),r=new Date(e-o*st);return cr(sc,[r.getUTCFullYear(),r.getUTCMonth()+1,r.getUTCDate()+o,r.getUTCHours(),r.getUTCMinutes(),r.getUTCSeconds(),r.getUTCMilliseconds(),t,n])}s(Fi,"epochMilliToIso");function ul(e,t){if(t<-ou)throw new RangeError(Gn);const n=e.formatToParts(t),o={};for(const r of n)o[r.type]=r.value;return o}s(ul,"hashIntlFormatParts");function fl(e){return[e.isoYear,e.isoMonth,e.isoDay]}s(fl,"computeIsoDateParts");function Yp(e,t){return[t,0]}s(Yp,"computeIsoMonthCodeParts");function Kp(){return xn}s(Kp,"computeIsoMonthsInYear");function Zp(e,t){switch(t){case 2:return dl(e)?29:28;case 4:case 6:case 9:case 11:return 30}return 31}s(Zp,"computeIsoDaysInMonth");function qp(e){return dl(e)?366:365}s(qp,"computeIsoDaysInYear");function dl(e){return e%4==0&&(e%100!=0||e%400==0)}s(dl,"computeIsoInLeapYear");function zp(e){const[t,n]=Wp(e.isoYear,e.isoMonth,e.isoDay);return Fr(t.getUTCDay()-n,7)||7}s(zp,"computeIsoDayOfWeek");function Jp(e){return this.id===vr?(({isoYear:t})=>t<1?["gregory-inverse",1-t]:["gregory",t])(e):this.id===jn?Yb(e):[]}s(Jp,"computeIsoEraParts");function Og(e){const t=ze(e);if(t<Wb){const{isoYear:i}=e;return i<1?["japanese-inverse",1-i]:["japanese",i]}const n=ul(pu(jn),t),{era:o,eraYear:r}=kh(n,jn);return[o,r]}s(Og,"computeJapaneseEraParts");function Vi(e){return no(e),ur(e,1),e}s(Vi,"checkIsoDateTimeFields");function no(e){return Qp(e,1),e}s(no,"checkIsoDateFields");function If(e){return Ap(eu,e,Qp(e))}s(If,"isIsoDateFieldsValid");function Qp(e,t){const{isoYear:n}=e,o=nt(e,"isoMonth",1,Kp(),t);return{isoYear:n,isoMonth:o,isoDay:nt(e,"isoDay",1,Zp(n,o),t)}}s(Qp,"constrainIsoDateFields");function ur(e,t){return cr(Ct,[nt(e,"isoHour",0,23,t),nt(e,"isoMinute",0,59,t),nt(e,"isoSecond",0,59,t),nt(e,"isoMillisecond",0,999,t),nt(e,"isoMicrosecond",0,999,t),nt(e,"isoNanosecond",0,999,t)])}s(ur,"constrainIsoTimeFields");function pe(e){return e===void 0?0:bm(ds(e))}s(pe,"mt");function Bi(e,t=0){e=Gt(e);const n=ym(e),o=ny(e,t);return[bm(e),o,n]}s(Bi,"je");function fr(e,t,n,o=9,r=0,i=4){t=Gt(t);let c=vm(t,o,r),a=ml(t),l=_s(t,i);const u=xs(t,o,r,1);return c==null?c=Math.max(n,u):nh(c,u),a=gl(a,u,1),e&&(l=(f=>f<4?(f+2)%4:f)(l)),[c,u,a,l]}s(fr,"refineDiffOptions");function Li(e,t=6,n){let o=ml(e=Ui(e,hi));const r=_s(e,7);let i=xs(e,t);return i=Bp(hi,i),o=gl(o,i,void 0,n),[i,o,r]}s(Li,"refineRoundingOptions");function pl(e){return ru(Gt(e))}s(pl,"refineDateDisplayOptions");function Xp(e,t){return hl(Gt(e),t)}s(Xp,"refineTimeDisplayOptions");function Eg(e){const t=Ui(e,Ic),n=kn(Ic,ey,t,0);if(!n)throw new RangeError(Un(Ic,n));return n}s(Eg,"Me");function hl(e,t=4){const n=th(e);return[_s(e,4),...eh(xs(e,t),n)]}s(hl,"refineTimeDisplayTuple");function eh(e,t){return e!=null?[Lt[e],e<4?9-3*e:-1]:[t===void 0?1:10**(9-t),t]}s(eh,"refineSmallestUnitAndSubsecDigits");function ml(e){const t=e[Vr];return t===void 0?1:qe(t,Vr)}s(ml,"parseRoundingIncInteger");function gl(e,t,n,o){const r=o?be:Lt[t+1];if(r){const i=Lt[t];if(r%((e=an(Vr,e,1,r/i-(o?0:1),1))*i))throw new RangeError(Un(Vr,e))}else e=an(Vr,e,1,n?10**9:1,1);return e}s(gl,"refineRoundingInc");function th(e){let t=e[Mc];if(t!==void 0){if(typeof t!="number"){if(nl(t)==="auto")return;throw new RangeError(Un(Mc,t))}t=an(Mc,Math.floor(t),0,9,1)}return t}s(th,"refineSubsecDigits");function Gt(e){return e===void 0?{}:ds(e)}s(Gt,"normalizeOptions");function Ui(e,t){return typeof e=="string"?{[t]:e}:ds(e)}s(Ui,"normalizeOptionsOrString");function Gi(e){return{overflow:Kb[e]}}s(Gi,"fabricateOverflowOptions");function vl(e,t,n=9,o=0,r){let i=t[e];if(i===void 0)return r?o:void 0;if(i=nl(i),i==="auto")return r?o:null;let c=oa[i];if(c===void 0&&(c=Vb[i]),c===void 0)throw new RangeError(zh(e,i,oa));return an(e,c,o,n,1,Yl),c}s(vl,"refineUnitOption");function kn(e,t,n,o=0){const r=n[e];if(r===void 0)return o;const i=nl(r),c=t[i];if(c===void 0)throw new RangeError(zh(e,i,t));return c}s(kn,"refineChoiceOption");function nh(e,t){if(t>e)throw new RangeError(Eb)}s(nh,"checkLargestSmallestUnit");function dn(e){return{branding:au,epochNanoseconds:e}}s(dn,"xe");function St(e,t,n){return{branding:Hn,calendar:n,timeZone:t,epochNanoseconds:e}}s(St,"_e");function $t(e,t=e.calendar){return{branding:br,calendar:t,...Tt(Bb,e)}}s($t,"jt");function pn(e,t=e.calendar){return{branding:Ts,calendar:t,...Tt(tu,e)}}s(pn,"W");function Jr(e,t=e.calendar){return{branding:su,calendar:t,...Tt(tu,e)}}s(Jr,"createPlainYearMonthSlots");function li(e,t=e.calendar){return{branding:iu,calendar:t,...Tt(tu,e)}}s(li,"createPlainMonthDaySlots");function Ht(e){return{branding:cu,...Tt(pm,e)}}s(Ht,"St");function Re(e){return{branding:lu,sign:Fn(e),...Tt(Jl,e)}}s(Re,"Oe");function bl(e){return cl(e.epochNanoseconds,hn)[0]}s(bl,"I");function Pg(e){return((t,n=1)=>{const[o,r]=t,i=Math.floor(r/n),c=be/n;return BigInt(o)*BigInt(c)+BigInt(i)})(e.epochNanoseconds)}s(Pg,"v");function oh(e){return e.epochNanoseconds}s(oh,"extractEpochNano");function Mg(e,t,n,o,r){const i=eo(o),[c,a]=((x,_)=>{const C=_((x=Ui(x,ia))[mm]);let M=ty(x);return M=Bp(ia,M),[M,C]})(r,e),l=Math.max(c,i);if(!a&&Xr(l,a))return Rf(o,c);if(!a)throw new RangeError(nc);if(!o.sign)return 0;const[u,f,d]=Zi(t,n,a),p=Ol(d),h=qi(d),v=El(d),b=h(f,u,o);nr(a)||(it(u),it(b));const E=v(f,u,b,c);return Xr(c,a)?Rf(E,c):((x,_,C,M,V,K,W)=>{const oe=Fn(x),[se,$e]=yl(M,Xl(C,x),C,oe,V,K,W),Oe=wl(_,se,$e);return x[ge[C]]+Oe*oe})(E,p(b),c,f,u,p,h)}s(Mg,"J");function Rf(e,t){return Bt(ke(e),Lt[t],1)}s(Rf,"totalDayTimeDuration");function yl(e,t,n,o,r,i,c){const a=ge[n],l={...t,[a]:t[a]+o},u=c(e,r,t),f=c(e,r,l);return[i(u),i(f)]}s(yl,"clampRelativeDuration");function wl(e,t,n){const o=Bt(Vt(t,n));if(!o)throw new RangeError(gr);return Bt(Vt(t,e))/o}s(wl,"computeEpochNanoFrac");function Ig(e,t){const[n,o,r]=Li(t,5,1);return dn(Wi(e.epochNanoseconds,n,o,r,1))}s(Ig,"Le");function Rg(e,t,n){let{epochNanoseconds:o,timeZone:r,calendar:i}=t;const[c,a,l]=Li(n);if(c===0&&a===1)return t;const u=e(r);if(c===6)o=((f,d,p,h)=>{const v=gt(p,d),[b,E]=f(v),x=p.epochNanoseconds,_=Nn(d,b),C=Nn(d,E);if(Hp(x,_,C))throw new RangeError(gr);return ah(wl(x,_,C),h)?C:_})(ih,u,t,l);else{const f=u.R(o);o=dr(u,rh(lr(o,f),c,a,l),f,2,0,1)}return St(o,r,i)}s(Rg,"Ie");function Dg(e,t){return $t(rh(e,...Li(t)),e.calendar)}s(Dg,"vt");function Ng(e,t){const[n,o,r]=Li(t,5);var i;return Ht((i=r,xl(e,ps(n,o),i)[0]))}s(Ng,"lt");function jg(e,t){const n=e(t.timeZone),o=gt(t,n),[r,i]=ih(o),c=Bt(Vt(Nn(n,r),Nn(n,i)),rc,1);if(c<=0)throw new RangeError(gr);return c}s(jg,"Te");function Ag(e,t){const{timeZone:n,calendar:o}=t,r=((i,c,a)=>Nn(c,i(gt(a,c))))(ch,e(n),t);return St(r,n,o)}s(Ag,"ve");function rh(e,t,n,o){return sh(e,ps(t,n),o)}s(rh,"roundDateTime");function sh(e,t,n){const[o,r]=xl(e,t,n);return it({...oo(e,r),...o})}s(sh,"roundDateTimeToNano");function xl(e,t,n){return ki(Dn(Rn(e),t,n))}s(xl,"roundTimeToNano");function ui(e){return Dn(e,oc,7)}s(ui,"roundToMinute");function ps(e,t){return Lt[e]*t}s(ps,"computeNanoInc");function ih(e){const t=ch(e);return[t,oo(t,1)]}s(ih,"computeDayInterval");function ch(e){return Lb(6,e)}s(ch,"computeDayFloor");function kg(e,t,n){const o=Math.min(eo(e),6);return pr(Yi(ke(e,o),t,n),o)}s(kg,"roundDayTimeDurationByInc");function Hi(e,t,n,o,r,i,c,a,l,u){if(o===0&&r===1)return e;const f=Xr(o,a)?nr(a)&&o<6&&n>=6?Vg:Fg:Bg;let[d,p,h]=f(e,t,n,o,r,i,c,a,l,u);return h&&o!==7&&(d=((v,b,E,x,_,C,M,V)=>{const K=Fn(v);for(let W=x+1;W<=E;W++){if(W===7&&E!==7)continue;const oe=Xl(W,v);oe[ge[W]]+=K;const se=Bt(Vt(M(V(_,C,oe)),b));if(se&&Math.sign(se)!==K)break;v=oe}return v})(d,p,n,Math.max(6,o),c,a,l,u)),d}s(Hi,"roundRelativeDuration");function Wi(e,t,n,o,r){if(t===6){const i=(c=>c[0]+c[1]/be)(e);return[Dn(i,n,o),0]}return Yi(e,ps(t,n),o,r)}s(Wi,"roundBigNano");function Yi(e,t,n,o){let[r,i]=e;o&&i<0&&(i+=be,r-=1);const[c,a]=tn(Dn(i,t,n),be);return sl(r+c,a)}s(Yi,"roundBigNanoByInc");function Dn(e,t,n){return ah(e/t,n)*t}s(Dn,"roundByInc");function ah(e,t){return sy[t](e)}s(ah,"roundWithMode");function Fg(e,t,n,o,r,i){const c=Fn(e),a=ke(e),l=Wi(a,o,r,i),u=Vt(a,l),f=Math.sign(l[0]-a[0])===c,d=pr(l,Math.min(n,6));return[{...e,...d},tr(t,u),f]}s(Fg,"nudgeDayTimeDuration");function Vg(e,t,n,o,r,i,c,a,l,u){const f=Fn(e)||1,d=Bt(ke(e,5)),p=ps(o,r);let h=Dn(d,p,i);const[v,b]=yl(c,{...e,...Ql},6,f,a,l,u),E=h-Bt(Vt(v,b));let x=0;E&&Math.sign(E)!==f?t=Xn(v,h):(x+=f,h=Dn(E,p,i),t=Xn(b,h));const _=zi(h);return[{...e,..._,days:e.days+x},t,!!x]}s(Vg,"nudgeZonedTimeDuration");function Bg(e,t,n,o,r,i,c,a,l,u){const f=Fn(e),d=ge[o],p=Xl(o,e);o===7&&(e={...e,weeks:e.weeks+Math.trunc(e.days/7)});const h=ji(e[d],r)*r;p[d]=h;const[v,b]=yl(c,p,o,r*f,a,l,u),E=h+wl(t,v,b)*f*r,x=Dn(E,r,i),_=Math.sign(x-E)===f;return p[d]=x,[p,_?b:v,_]}s(Bg,"nudgeRelativeDuration");function Df(e,t,n,o){const[r,i,c,a]=(u=>{const f=hl(u=Gt(u));return[u.timeZone,...f]})(o),l=r!==void 0;return((u,f,d,p,h,v)=>{d=Yi(d,h,p,1);const b=f.R(d);return _l(lr(d,b),v)+(u?hs(ui(b)):"Z")})(l,t(l?e(r):co),n.epochNanoseconds,i,c,a)}s(Df,"ke");function Nf(e,t,n){const[o,r,i,c,a,l]=(u=>{u=Gt(u);const f=ru(u),d=th(u),p=ry(u),h=_s(u,4),v=xs(u,4);return[f,oy(u),p,h,...eh(v,d)]})(n);return((u,f,d,p,h,v,b,E,x,_)=>{p=Yi(p,x,E,1);const C=u(d).R(p);return _l(lr(p,C),_)+hs(ui(C),b)+((M,V)=>V!==1?"["+(V===2?"!":"")+M+"]":"")(d,v)+Tl(f,h)})(e,t.calendar,t.timeZone,t.epochNanoseconds,o,r,i,c,a,l)}s(Nf,"Fe");function jf(e,t){const[n,o,r,i]=(u=>(u=Gt(u),[ru(u),...hl(u)]))(t);return c=e.calendar,a=n,l=i,_l(sh(e,r,o),l)+Tl(c,a);var c,a,l}s(jf,"Ft");function Af(e,t){return n=e.calendar,o=e,r=pl(t),fi(o)+Tl(n,r);var n,o,r}s(Af,"ce");function kf(e,t){return lh(e.calendar,uh,e,pl(t))}s(kf,"Kt");function Ff(e,t){return lh(e.calendar,Lg,e,pl(t))}s(Ff,"Jt");function Vf(e,t){const[n,o,r]=Xp(t);return i=r,fh(xl(e,o,n)[0],i);var i}s(Vf,"ct");function Sc(e,t){const[n,o,r]=Xp(t,3);return o>1&&ro(e={...e,...kg(e,o,n)}),((i,c)=>{const{sign:a}=i,l=a===-1?Qe(i):i,{hours:u,minutes:f}=l,[d,p]=cl(ke(l,3),kt,In);mh(d);const h=Sl(p,c),v=c>=0||!a||h;return(a<0?"-":"")+"P"+Bf({Y:qn(l.years),M:qn(l.months),W:qn(l.weeks),D:qn(l.days)})+(u||f||d||v?"T"+Bf({H:qn(u),M:qn(f),S:qn(d,v)+h}):"")})(e,r)}s(Sc,"k");function lh(e,t,n,o){const r=o>1||o===0&&e!==ue;return o===1?e===ue?t(n):fi(n):r?fi(n)+dh(e,o===2):t(n)}s(lh,"formatDateLikeIso");function Bf(e){const t=[];for(const n in e){const o=e[n];o&&t.push(o,n)}return t.join("")}s(Bf,"formatDurationFragments");function _l(e,t){return fi(e)+"T"+fh(e,t)}s(_l,"formatIsoDateTimeFields");function fi(e){return uh(e)+"-"+wt(e.isoDay)}s(fi,"formatIsoDateFields");function uh(e){const{isoYear:t}=e;return(t<0||t>9999?ph(t)+ii(6,Math.abs(t)):ii(4,t))+"-"+wt(e.isoMonth)}s(uh,"formatIsoYearMonthFields");function Lg(e){return wt(e.isoMonth)+"-"+wt(e.isoDay)}s(Lg,"formatIsoMonthDayFields");function fh(e,t){const n=[wt(e.isoHour),wt(e.isoMinute)];return t!==-1&&n.push(wt(e.isoSecond)+((o,r,i,c)=>Sl(o*hn+r*ys+i,c))(e.isoMillisecond,e.isoMicrosecond,e.isoNanosecond,t)),n.join(":")}s(fh,"formatIsoTimeFields");function hs(e,t=0){if(t===1)return"";const[n,o]=tn(Math.abs(e),rc),[r,i]=tn(o,oc),[c,a]=tn(i,kt);return ph(e)+wt(n)+":"+wt(r)+(c||a?":"+wt(c)+Sl(a):"")}s(hs,"Se");function Tl(e,t){return t!==1&&(t>1||t===0&&e!==ue)?dh(e,t===2):""}s(Tl,"formatCalendar");function dh(e,t){return"["+(t?"!":"")+"u-ca="+e+"]"}s(dh,"formatCalendarId");function Sl(e,t){let n=ii(9,e);return n=t===void 0?n.replace(ay,""):n.slice(0,t),n?"."+n:""}s(Sl,"formatSubsecNano");function ph(e){return e<0?"-":"+"}s(ph,"getSignStr");function qn(e,t){return e||t?e.toLocaleString("fullwide",{useGrouping:0}):""}s(qn,"formatDurationNumber");function Ug(e,t){const{epochNanoseconds:n}=e,o=(t.R?t:t(e.timeZone)).R(n),r=lr(n,o);return{calendar:e.calendar,...r,offsetNanoseconds:o}}s(Ug,"_zonedEpochSlotsToIso");function dr(e,t,n,o=0,r=0,i,c){if(n!==void 0&&o===1&&(o===1||c))return ll(t,n);const a=e.I(t);if(n!==void 0&&o!==3){const l=((u,f,d,p)=>{const h=je(f);p&&(d=ui(d));for(const v of u){let b=Bt(Vt(v,h));if(p&&(b=ui(b)),b===d)return v}})(a,t,n,i);if(l!==void 0)return l;if(o===0)throw new RangeError(_b)}return c?je(t):ms(e,t,r,a)}s(dr,"getMatchingInstantFor");function ms(e,t,n=0,o=e.I(t)){if(o.length===1)return o[0];if(n===1)throw new RangeError(Tb);if(o.length)return o[n===3?1:0];const r=je(t),i=((a,l)=>{const u=a.R(Xn(l,-be));return(f=>{if(f>be)throw new RangeError(xb);return f})(a.R(Xn(l,be))-u)})(e,r),c=i*(n===2?-1:1);return(o=e.I(lr(r,c)))[n===2?0:o.length-1]}s(ms,"getSingleInstantFor");function Nn(e,t){const n=e.I(t);if(n.length)return n[0];const o=Xn(je(t),-be);return e.O(o,1)}s(Nn,"getStartOfDayInstantFor");function Lf(e,t,n){return dn(Ut(tr(t.epochNanoseconds,(o=>{if(gh(o))throw new RangeError(Cb);return ke(o,5)})(e?Qe(n):n))))}s(Lf,"Ye");function Uf(e,t,n,o,r,i=Object.create(null)){const c=t(o.timeZone),a=e(o.calendar);return{...o,...$l(c,a,o,n?Qe(r):r,i)}}s(Uf,"pe");function Gf(e,t,n,o,r=Object.create(null)){const{calendar:i}=n;return $t(Cl(e(i),n,t?Qe(o):o,r),i)}s(Gf,"wt");function Hf(e,t,n,o,r){const{calendar:i}=n;return pn(Ki(e(i),n,t?Qe(o):o,r),i)}s(Hf,"ne");function Wf(e,t,n,o,r){const i=n.calendar,c=e(i);let a=yt(Qr(c,n));t&&(o=Pl(o)),o.sign<0&&(a=c.P(a,{...Fe,months:1}),a=oo(a,-1));const l=c.P(a,o,r);return Jr(Qr(c,l),i)}s(Wf,"Gt");function Yf(e,t,n){return Ht(hh(t,e?Qe(n):n)[0])}s(Yf,"at");function $l(e,t,n,o,r){const i=ke(o,5);let c=n.epochNanoseconds;if(gh(o)){const a=gt(n,e);c=tr(ms(e,{...Ki(t,a,{...o,...Ql},r),...Tt(Ct,a)}),i)}else c=tr(c,i),pe(r);return{epochNanoseconds:Ut(c)}}s($l,"moveZonedEpochs");function Cl(e,t,n,o){const[r,i]=hh(t,n);return it({...Ki(e,t,{...n,...Ql,days:n.days+i},o),...r})}s(Cl,"moveDateTime");function Ki(e,t,n,o){if(n.years||n.months||n.weeks)return e.P(t,n,o);pe(o);const r=n.days+ke(n,5)[0];return r?yt(oo(t,r)):t}s(Ki,"moveDate");function Qr(e,t,n=1){return oo(t,n-e.day(t))}s(Qr,"moveToDayOfMonthUnsafe");function hh(e,t){const[n,o]=ke(t,5),[r,i]=ki(Rn(e)+o);return[r,n+i]}s(hh,"moveTime");function oo(e,t){return t?{...e,...Fi(ze(e)+t*st)}:e}s(oo,"moveByDays");function Zi(e,t,n){const o=e(n.calendar);return nr(n)?[n,o,t(n.timeZone)]:[{...n,...ct},o]}s(Zi,"createMarkerSystem");function Ol(e){return e?oh:je}s(Ol,"createMarkerToEpochNano");function qi(e){return e?ce($l,e):Cl}s(qi,"createMoveMarker");function El(e){return e?ce(dv,e):pv}s(El,"createDiffMarkers");function nr(e){return e&&e.epochNanoseconds}s(nr,"isZonedEpochSlots");function Xr(e,t){return e<=6-(nr(t)?1:0)}s(Xr,"isUniformUnit");function Kf(e,t,n,o,r,i,c){const a=e(Gt(c).relativeTo),l=Math.max(eo(r),eo(i));if(Xr(l,a))return Re(ro(((b,E,x,_)=>{const C=tr(ke(b),ke(E),_?-1:1);if(!Number.isFinite(C[0]))throw new RangeError(Gn);return{...Fe,...pr(C,x)}})(r,i,l,o)));if(!a)throw new RangeError(nc);o&&(i=Qe(i));const[u,f,d]=Zi(t,n,a),p=qi(d),h=El(d),v=p(f,u,r);return Re(h(f,u,p(f,v,i),l))}s(Kf,"E");function Gg(e,t,n,o,r){const i=eo(o),[c,a,l,u,f]=((K,W,oe)=>{K=Ui(K,hi);let se=vm(K);const $e=oe(K[mm]);let Oe=ml(K);const Wt=_s(K,7);let Te=xs(K);if(se===void 0&&Te===void 0)throw new RangeError(Ob);if(Te==null&&(Te=0),se==null&&(se=Math.max(Te,W)),nh(se,Te),Oe=gl(Oe,Te,1),Oe>1&&Te>5&&se!==Te)throw new RangeError("For calendar units with roundingIncrement > 1, use largestUnit = smallestUnit");return[se,Te,Oe,Wt,$e]})(r,i,e),d=Math.max(i,c);if(!f&&d<=6)return Re(ro(((K,W,oe,se,$e)=>{const Oe=Wi(ke(K),oe,se,$e);return{...Fe,...pr(Oe,W)}})(o,c,a,l,u)));if(!nr(f)&&!o.sign)return o;if(!f)throw new RangeError(nc);const[p,h,v]=Zi(t,n,f),b=Ol(v),E=qi(v),x=El(v),_=E(h,p,o);nr(f)||(it(p),it(_));let C=x(h,p,_,c);const M=o.sign,V=Fn(C);if(M&&V&&M!==V)throw new RangeError(gr);return C=Hi(C,b(_),c,a,l,u,h,p,b,E),Re(C)}s(Gg,"V");function Hg(e){return e.sign===-1?Pl(e):e}s(Hg,"Y");function Pl(e){return Re(Qe(e))}s(Pl,"B");function Qe(e){const t={};for(const n of ge)t[n]=-1*e[n]||0;return t}s(Qe,"negateDurationFields");function Wg(e){return!e.sign}s(Wg,"y");function Fn(e,t=ge){let n=0;for(const o of t){const r=Math.sign(e[o]);if(r){if(n&&n!==r)throw new RangeError($b);n=r}}return n}s(Fn,"computeDurationSign");function ro(e){for(const t of Fb)an(t,e[t],-rd,rd,1);return mh(Bt(ke(e),kt)),e}s(ro,"checkDurationUnits");function mh(e){if(!Number.isSafeInteger(e))throw new RangeError(Sb)}s(mh,"checkDurationTimeUnit");function ke(e,t=6){return Fp(e,t,ge)}s(ke,"durationFieldsToBigNano");function pr(e,t=6){const[n,o]=e,r=Ai(o,t,ge);if(r[ge[t]]+=n*(be/Lt[t]),!Number.isFinite(r[ge[t]]))throw new RangeError(Gn);return r}s(pr,"nanoToDurationDayTimeFields");function zi(e,t=5){return Ai(e,t,ge)}s(zi,"nanoToDurationTimeFields");function gh(e){return!!Fn(e,dm)}s(gh,"durationHasDateParts");function eo(e){let t=9;for(;t>0&&!e[ge[t]];t--);return t}s(eo,"getMaxDurationUnit");function Yg(e,t){return[e,t]}s(Yg,"createSplitTuple");function Zf(e){const t=Math.floor(e/Ws)*Ws;return[t,t+Ws]}s(Zf,"computePeriod");function Kg(e){const t=Vn(e=Gs(e));if(!t)throw new RangeError(rt(e));let n;if(t.j)n=0;else{if(!t.offset)throw new RangeError(rt(e));n=so(t.offset)}return t.timeZone&&Nl(t.timeZone,1),dn(ll(Vi(t),n))}s(Kg,"We");function Zg(e){const t=Vn(Ge(e));if(!t)throw new RangeError(rt(e));if(t.timeZone)return vh(t,t.offset?so(t.offset):void 0);if(t.j)throw new RangeError(rt(e));return yh(t)}s(Zg,"H");function qg(e,t){const n=Vn(Ge(e));if(!n||!n.timeZone)throw new RangeError(rt(e));const{offset:o}=n,r=o?so(o):void 0,[,i,c]=Bi(t);return vh(n,r,i,c)}s(qg,"Ae");function so(e){const t=Nl(e);if(t===void 0)throw new RangeError(rt(e));return t}s(so,"parseOffsetNano");function zg(e){const t=Vn(Ge(e));if(!t||t.j)throw new RangeError(rt(e));return $t(bh(t))}s(zg,"Bt");function Ml(e,t,n){let o=Vn(Ge(e));if(!o||o.j)throw new RangeError(rt(e));return t?o.calendar===ue&&(o=o.isoYear===-271821&&o.isoMonth===4?{...o,isoDay:20,...ct}:{...o,isoDay:1,...ct}):n&&o.calendar===ue&&(o={...o,isoYear:on}),pn(o.C?bh(o):yh(o))}s(Ml,"de");function Jg(e,t){const n=Rl(Ge(t));if(n)return Il(n),Jr(al(no(n)));const o=Ml(t,1);return Jr(Qr(e(o.calendar),o))}s(Jg,"_t");function Il(e){if(e.calendar!==ue)throw new RangeError(nn(e.calendar))}s(Il,"requireIsoCalendar");function Qg(e,t){const n=Dl(Ge(t));if(n)return Il(n),li(no(n));const o=Ml(t,0,1),{calendar:r}=o,i=e(r),[c,a,l]=i.v(o),[u,f]=i.q(c,a),[d,p]=i.G(u,f,l);return li(yt(i.V(d,p,l)),r)}s(Qg,"xt");function Xg(e){let t,n=(o=>{const r=py.exec(o);return r?(Ji(r[10]),_h(r)):void 0})(Ge(e));if(!n){if(n=Vn(e),!n)throw new RangeError(rt(e));if(!n.C)throw new RangeError(rt(e));if(n.j)throw new RangeError(nn("Z"));Il(n)}if((t=Rl(e))&&If(t))throw new RangeError(rt(e));if((t=Dl(e))&&If(t))throw new RangeError(rt(e));return Ht(ur(n,1))}s(Xg,"ht");function ev(e){const t=(n=>{const o=gy.exec(n);return o?(r=>{function i(f,d,p){let h=0,v=0;if(p&&([h,l]=tn(l,Lt[p])),f!==void 0){if(a)throw new RangeError(nn(f));v=(b=>{const E=parseInt(b);if(!Number.isFinite(E))throw new RangeError(nn(b));return E})(f),c=1,d&&(l=jl(d)*(Lt[p]/kt),a=1)}return h+v}s(i,"parseUnit");let c=0,a=0,l=0,u={...cr(ge,[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)]),...Ai(l,2,ge)};if(!c)throw new RangeError(qh(ge));return Al(r[1])<0&&(u=Qe(u)),u})(o):void 0})(Ge(e));if(!t)throw new RangeError(rt(e));return Re(ro(t))}s(ev,"R");function tv(e){const t=Vn(e)||Rl(e)||Dl(e);return t?t.calendar:e}s(tv,"f");function nv(e){const t=Vn(e);return t&&(t.timeZone||t.j&&co||t.offset)||e}s(nv,"Z");function vh(e,t,n=0,o=0){const r=kl(e.timeZone),i=q(r);let c;return Vi(e),c=e.C?dr(i,e,t,n,o,!i.$,e.j):Nn(i,e),St(c,r,tc(e.calendar))}s(vh,"finalizeZonedDateTime");function bh(e){return wh(it(Vi(e)))}s(bh,"finalizeDateTime");function yh(e){return wh(yt(no(e)))}s(yh,"finalizeDate");function wh(e){return{...e,calendar:tc(e.calendar)}}s(wh,"resolveSlotsCalendar");function Vn(e){const t=dy.exec(e);return t?(n=>{const o=n[10],r=(o||"").toUpperCase()==="Z";return{isoYear:xh(n),isoMonth:parseInt(n[4]),isoDay:parseInt(n[5]),..._h(n.slice(5)),...Ji(n[16]),C:!!n[6],j:r,offset:r?void 0:o}})(t):void 0}s(Vn,"parseDateTimeLike");function Rl(e){const t=uy.exec(e);return t?(n=>({isoYear:xh(n),isoMonth:parseInt(n[4]),isoDay:1,...Ji(n[5])}))(t):void 0}s(Rl,"parseYearMonthOnly");function Dl(e){const t=fy.exec(e);return t?(n=>({isoYear:on,isoMonth:parseInt(n[1]),isoDay:parseInt(n[2]),...Ji(n[3])}))(t):void 0}s(Dl,"parseMonthDayOnly");function Nl(e,t){const n=hy.exec(e);return n?((o,r)=>{const i=o[4]||o[5];if(r&&i)throw new RangeError(nn(i));return(c=>{if(Math.abs(c)>=be)throw new RangeError(wb);return c})((Eo(o[2])*rc+Eo(o[3])*oc+Eo(o[4])*kt+jl(o[5]||""))*Al(o[1]))})(n,t):void 0}s(Nl,"parseOffsetNanoMaybe");function xh(e){const t=Al(e[1]),n=parseInt(e[2]||e[3]);if(t<0&&!n)throw new RangeError(nn(-0));return t*n}s(xh,"organizeIsoYearParts");function _h(e){const t=Eo(e[3]);return{...ki(jl(e[4]||""))[0],isoHour:Eo(e[1]),isoMinute:Eo(e[2]),isoSecond:t===60?59:t}}s(_h,"organizeTimeParts");function Ji(e){let t,n;const o=[];if(e.replace(my,((r,i,c)=>{const a=!!i,[l,u]=c.split("=").reverse();if(u){if(u==="u-ca")o.push(l),t||(t=a);else if(a||/[A-Z]/.test(u))throw new RangeError(nn(r))}else{if(n)throw new RangeError(nn(r));n=l}return""})),o.length>1&&t)throw new RangeError(nn(e));return{timeZone:n,calendar:o[0]||ue}}s(Ji,"organizeAnnotationParts");function jl(e){return parseInt(e.padEnd(9,"0"))}s(jl,"parseSubsecNano");function hr(e){return new RegExp(`^${e}$`,"i")}s(hr,"createRegExp");function Al(e){return e&&e!=="+"?-1:1}s(Al,"parseSign");function Eo(e){return e===void 0?0:parseInt(e)}s(Eo,"parseInt0");function ov(e){return kl(Ge(e))}s(ov,"Ze");function kl(e){const t=Fl(e);return typeof t=="number"?hs(t):t?(n=>{if(yy.test(n))throw new RangeError(em(n));if(by.test(n))throw new RangeError(yb);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,c)=>i.length<=2&&!r||i==="in"||i==="chat"?i.toUpperCase():i.length>2||!c?Ef(i).replace(/island|noronha|murdo|rivadavia|urville/,Ef):i)))).join("/")})(e):co}s(kl,"M");function qf(e){const t=Fl(e);return typeof t=="number"?t:t?t.resolvedOptions().timeZone:co}s(qf,"getTimeZoneAtomic");function Fl(e){const t=Nl(e=e.toUpperCase(),1);return t!==void 0?t:e!==co?vy(e):void 0}s(Fl,"getTimeZoneEssence");function Th(e,t){return ht(e.epochNanoseconds,t.epochNanoseconds)}s(Th,"Ke");function Sh(e,t){return ht(e.epochNanoseconds,t.epochNanoseconds)}s(Sh,"Be");function rv(e,t,n,o,r,i){const c=e(Gt(i).relativeTo),a=Math.max(eo(o),eo(r));if(Ap(ge,o,r))return 0;if(Xr(a,c))return ht(ke(o),ke(r));if(!c)throw new RangeError(nc);const[l,u,f]=Zi(t,n,c),d=Ol(f),p=qi(f);return ht(d(p(u,l,o)),d(p(u,l,r)))}s(rv,"K");function $h(e,t){return mr(e,t)||Vl(e,t)}s($h,"Yt");function mr(e,t){return On(ze(e),ze(t))}s(mr,"te");function Vl(e,t){return On(Rn(e),Rn(t))}s(Vl,"Dt");function sv(e,t){return!Th(e,t)}s(sv,"Ve");function iv(e,t){return!Sh(e,t)&&!!Ch(e.timeZone,t.timeZone)&&e.calendar===t.calendar}s(iv,"Ce");function cv(e,t){return!$h(e,t)&&e.calendar===t.calendar}s(cv,"Ct");function av(e,t){return!mr(e,t)&&e.calendar===t.calendar}s(av,"re");function lv(e,t){return!mr(e,t)&&e.calendar===t.calendar}s(lv,"$t");function uv(e,t){return!mr(e,t)&&e.calendar===t.calendar}s(uv,"Lt");function fv(e,t){return!Vl(e,t)}s(fv,"st");function Ch(e,t){if(e===t)return 1;try{return qf(e)===qf(t)}catch{}}s(Ch,"isTimeZoneIdsEqual");function zf(e,t,n,o){const r=fr(e,o,3,5),i=Qi(t.epochNanoseconds,n.epochNanoseconds,...r);return Re(e?Qe(i):i)}s(zf,"Ee");function Jf(e,t,n,o,r,i){const c=ec(o.calendar,r.calendar),[a,l,u,f]=fr(n,i,5),d=o.epochNanoseconds,p=r.epochNanoseconds,h=ht(p,d);let v;if(h)if(a<6)v=Qi(d,p,a,l,u,f);else{const b=t(((x,_)=>{if(!Ch(x,_))throw new RangeError(tm);return x})(o.timeZone,r.timeZone)),E=e(c);v=Eh(E,b,o,r,h,a,i),v=Hi(v,p,a,l,u,f,E,o,oh,ce($l,b))}else v=Fe;return Re(n?Qe(v):v)}s(Jf,"we");function Qf(e,t,n,o,r){const i=ec(n.calendar,o.calendar),[c,a,l,u]=fr(t,r,6),f=je(n),d=je(o),p=ht(d,f);let h;if(p)if(c<=6)h=Qi(f,d,c,a,l,u);else{const v=e(i);h=Ph(v,n,o,p,c,r),h=Hi(h,d,c,a,l,u,v,n,je,Cl)}else h=Fe;return Re(t?Qe(h):h)}s(Qf,"It");function Xf(e,t,n,o,r){const i=ec(n.calendar,o.calendar);return Oh(t,(()=>e(i)),n,o,...fr(t,r,6,9,6))}s(Xf,"oe");function ed(e,t,n,o,r){const i=ec(n.calendar,o.calendar),c=fr(t,r,9,9,8),a=e(i),l=Qr(a,n),u=Qr(a,o);return l.isoYear===u.isoYear&&l.isoMonth===u.isoMonth&&l.isoDay===u.isoDay?Re(Fe):Oh(t,(()=>a),yt(l),yt(u),...c,8)}s(ed,"zt");function Oh(e,t,n,o,r,i,c,a,l=6){const u=je(n),f=je(o);if(u===void 0||f===void 0)throw new RangeError(Gn);let d;if(ht(f,u))if(r===6)d=Qi(u,f,r,i,c,a);else{const p=t();d=p.N(n,o,r),i===l&&c===1||(d=Hi(d,f,r,i,c,a,p,n,je,Ki))}else d=Fe;return Re(e?Qe(d):d)}s(Oh,"diffDateLike");function td(e,t,n,o){const[r,i,c,a]=fr(e,o,5,5),l=Dn(Bl(t,n),ps(i,c),a),u={...Fe,...zi(l,r)};return Re(e?Qe(u):u)}s(td,"it");function dv(e,t,n,o,r,i){const c=ht(o.epochNanoseconds,n.epochNanoseconds);return c?r<6?Mh(n.epochNanoseconds,o.epochNanoseconds,r):Eh(t,e,n,o,c,r,i):Fe}s(dv,"diffZonedEpochsExact");function pv(e,t,n,o,r){const i=je(t),c=je(n),a=ht(c,i);return a?o<=6?Mh(i,c,o):Ph(e,t,n,a,o,r):Fe}s(pv,"diffDateTimesExact");function Eh(e,t,n,o,r,i,c){const[a,l,u]=((p,h,v,b)=>{function E(){return W={...oo(C,V++*-b),..._},oe=ms(p,W),ht(M,oe)===-b}s(E,"updateMid");const x=gt(h,p),_=Tt(Ct,x),C=gt(v,p),M=v.epochNanoseconds;let V=0;const K=Bl(x,C);let W,oe;if(Math.sign(K)===-b&&V++,E()&&(b===-1||E()))throw new RangeError(gr);const se=Bt(Vt(oe,M));return[x,W,se]})(t,n,o,r);var f,d;return{...i===6?(f=a,d=l,{...Fe,days:Ih(f,d)}):e.N(a,l,i,c),...zi(u)}}s(Eh,"diffZonedEpochsBig");function Ph(e,t,n,o,r,i){const[c,a,l]=((u,f,d)=>{let p=f,h=Bl(u,f);return Math.sign(h)===-d&&(p=oo(f,-d),h+=be*d),[u,p,h]})(t,n,o);return{...e.N(c,a,r,i),...zi(l)}}s(Ph,"diffDateTimesBig");function Qi(e,t,n,o,r,i){return{...Fe,...pr(Wi(Vt(e,t),o,r,i),n)}}s(Qi,"diffEpochNanos");function Mh(e,t,n){return{...Fe,...pr(Vt(e,t),n)}}s(Mh,"diffEpochNanosExact");function Ih(e,t){return Xi(ze(e),ze(t))}s(Ih,"diffDays");function Xi(e,t){return Math.trunc((t-e)/st)}s(Xi,"diffEpochMilliByDay");function Bl(e,t){return Rn(t)-Rn(e)}s(Bl,"diffTimes");function ec(e,t){if(e!==t)throw new RangeError(Xh);return e}s(ec,"getCommonCalendarId");function Rh(e){return this.m(e)[0]}s(Rh,"computeNativeWeekOfYear");function Dh(e){return this.m(e)[1]}s(Dh,"computeNativeYearOfWeek");function Ll(e){const[t]=this.v(e);return Xi(this.p(t),ze(e))+1}s(Ll,"computeNativeDayOfYear");function Ul(e){const t=wy.exec(e);if(!t)throw new RangeError(vb(e));return[parseInt(t[1]),!!t[2]]}s(Ul,"parseMonthCode");function gs(e,t){return"M"+wt(e)+(t?"L":"")}s(gs,"formatMonthCode");function di(e,t,n){return e+(t||n&&e>=n?1:0)}s(di,"monthCodeNumberToMonth");function Gl(e,t){return e-(t&&e>=t?1:0)}s(Gl,"monthToMonthCodeNumber");function Nh(e,t){return(t+e)*(Math.sign(t)||1)||0}s(Nh,"eraYearToYear");function ea(e){return um[Ah(e)]}s(ea,"getCalendarEraOrigins");function jh(e){return Nb[Ah(e)]}s(jh,"getCalendarLeapMonthMeta");function Ah(e){return to(e.id||ue)}s(Ah,"getCalendarIdBase");function hv(e){function t(r){return((i,c)=>({...kh(i,c),o:i.month,day:parseInt(i.day)}))(ul(n,r),o)}s(t,"epochMilliToIntlFields");const n=pu(e),o=to(e);return{id:e,h:mv(t),l:gv(t)}}s(hv,"createIntlCalendar");function mv(e){return pt((t=>{const n=ze(t);return e(n)}),WeakMap)}s(mv,"createIntlFieldCache");function gv(e){const t=e(0).year-Hb;return pt((n=>{let o,r=ar(n-t),i=0;const c=[],a=[];do r+=400*st;while((o=e(r)).year<=n);do if(r+=(1-o.day)*st,o.year===n&&(c.push(r),a.push(o.o)),r-=st,++i>100||r<-ou)throw new RangeError(gr);while((o=e(r)).year>=n);return{i:c.reverse(),u:nm(a.reverse())}}))}s(gv,"createIntlYearDataCache");function kh(e,t){let n,o,r=Fh(e);if(e.era){const i=um[t],c=fm[t]||{};i!==void 0&&(n=t==="islamic"?"ah":e.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=c[n]||n,o=r,r=Nh(o,i[n]||0))}return{era:n,eraYear:o,year:r}}s(kh,"parseIntlYear");function Fh(e){return parseInt(e.relatedYear||e.year)}s(Fh,"parseIntlPartsYear");function pi(e){const{year:t,o:n,day:o}=this.h(e),{u:r}=this.l(t);return[t,r[n]+1,o]}s(pi,"computeIntlDateParts");function es(e,t=1,n=1){return this.l(e).i[t-1]+(n-1)*st}s(es,"computeIntlEpochMilli");function Vh(e,t){const n=Hs.call(this,e);return[Gl(t,n),n===t]}s(Vh,"computeIntlMonthCodeParts");function Hs(e){const t=od(this,e),n=od(this,e-1),o=t.length;if(o>n.length){const r=jh(this);if(r<0)return-r;for(let i=0;i<o;i++)if(t[i]!==n[i])return i+1}}s(Hs,"computeIntlLeapMonth");function Ds(e){return Xi(es.call(this,e),es.call(this,e+1))}s(Ds,"computeIntlDaysInYear");function nd(e,t){const{i:n}=this.l(e);let o=t+1,r=n;return o>n.length&&(o=1,r=this.l(e+1).i),Xi(n[t-1],r[o-1])}s(nd,"computeIntlDaysInMonth");function Ns(e){return this.l(e).i.length}s(Ns,"computeIntlMonthsInYear");function Bh(e){const t=this.h(e);return[t.era,t.eraYear]}s(Bh,"computeIntlEraParts");function od(e,t){return Object.keys(e.l(t).u)}s(od,"queryMonthStrings");function vs(e){return tc(Ge(e))}s(vs,"Mt");function tc(e){if((e=e.toLowerCase())!==ue&&e!==vr){const t=pu(e).resolvedOptions().calendar;if(to(e)!==to(t))throw new RangeError(Qh(e));return t}return e}s(tc,"u");function to(e){return e==="islamicc"&&(e="islamic"),e.split("-")[0]}s(to,"computeCalendarIdBase");function Lh(e,t){return n=>n===ue?e:n===vr||n===jn?Object.assign(Object.create(e),{id:n}):Object.assign(Object.create(t),xy(n))}s(Lh,"createNativeOpsCreator");function vv(e,t,n,o){const r=Bn(n,o,gn,[],im);if(r.timeZone!==void 0){const i=n.F(r),c=bs(r),a=e(r.timeZone);return{epochNanoseconds:dr(t(a),{...i,...c},r.offset!==void 0?so(r.offset):void 0),timeZone:a}}return{...n.F(r),...ct}}s(vv,"$");function bv(e,t,n,o,r,i){const c=Bn(n,r,gn,rm,im),a=e(c.timeZone),[l,u,f]=Bi(i),d=n.F(c,Gi(l)),p=bs(c,l);return St(dr(t(a),{...d,...p},c.offset!==void 0?so(c.offset):void 0,u,f),a,o)}s(bv,"Ne");function yv(e,t,n){const o=Bn(e,t,gn,[],mn),r=pe(n);return $t(it({...e.F(o,Gi(r)),...bs(o,r)}))}s(yv,"At");function wv(e,t,n,o=[]){const r=Bn(e,t,gn,o);return e.F(r,n)}s(wv,"me");function xv(e,t,n,o){const r=Bn(e,t,zl,o);return e.K(r,n)}s(xv,"Xt");function _v(e,t,n,o){const r=Bn(e,n,gn,ws);return t&&r.month!==void 0&&r.monthCode===void 0&&r.year===void 0&&(r.year=on),e._(r,o)}s(_v,"Rt");function Tv(e,t){return Ht(bs(mt(e,ra,[],1),pe(t)))}s(Tv,"Tt");function Sv(e){const t=mt(e,Jl);return Re(ro({...Fe,...t}))}s(Sv,"q");function Bn(e,t,n,o=[],r=[]){return mt(t,[...e.fields(n),...r].sort(),o)}s(Bn,"refineCalendarFields");function mt(e,t,n,o=!n){const r={};let i,c=0;for(const a of t){if(a===i)throw new RangeError(lb(a));if(a==="constructor"||a==="__proto__")throw new RangeError(ab(a));let l=e[a];if(l!==void 0)c=1,sd[a]&&(l=sd[a](l,a)),r[a]=l;else if(n){if(n.includes(a))throw new TypeError(Wl(a));r[a]=lm[a]}i=a}if(o&&!c)throw new TypeError(qh(t));return r}s(mt,"refineFields");function bs(e,t){return ur(hu({...lm,...e}),t)}s(bs,"refineTimeBag");function $v(e,t,n,o,r){const{calendar:i,timeZone:c}=n,a=e(i),l=t(c),u=[...a.fields(gn),...sm].sort(),f=(x=>{const _=gt(x,q),C=hs(_.offsetNanoseconds),M=cc(x.calendar),[V,K,W]=M.v(_),[oe,se]=M.q(V,K),$e=gs(oe,se);return{...Py(_),year:V,monthCode:$e,day:W,offset:C}})(n),d=mt(o,u),p=a.k(f,d),h={...f,...d},[v,b,E]=Bi(r,2);return St(dr(l,{...a.F(p,Gi(v)),...ur(hu(h),v)},so(h.offset),b,E),c,i)}s($v,"De");function Cv(e,t,n,o){const r=e(t.calendar),i=[...r.fields(gn),...mn].sort(),c={...Gh(a=t),hour:a.isoHour,minute:a.isoMinute,second:a.isoSecond,millisecond:a.isoMillisecond,microsecond:a.isoMicrosecond,nanosecond:a.isoNanosecond};var a;const l=mt(n,i),u=pe(o),f=r.k(c,l),d={...c,...l};return $t(it({...r.F(f,Gi(u)),...ur(hu(d),u)}))}s(Cv,"gt");function Ov(e,t,n,o){const r=e(t.calendar),i=r.fields(gn).sort(),c=Gh(t),a=mt(n,i),l=r.k(c,a);return r.F(l,o)}s(Ov,"ee");function Ev(e,t,n,o){const r=e(t.calendar),i=r.fields(zl).sort(),c=(u=>{const f=cc(u.calendar),[d,p]=f.v(u),[h,v]=f.q(d,p);return{year:d,monthCode:gs(h,v)}})(t),a=mt(n,i),l=r.k(c,a);return r.K(l,o)}s(Ev,"Wt");function Pv(e,t,n,o){const r=e(t.calendar),i=r.fields(gn).sort(),c=(u=>{const f=cc(u.calendar),[d,p,h]=f.v(u),[v,b]=f.q(d,p);return{monthCode:gs(v,b),day:h}})(t),a=mt(n,i),l=r.k(c,a);return r._(l,o)}s(Pv,"Et");function Mv(e,t,n){return Ht(((o,r,i)=>bs({...Tt(ra,o),...mt(r,ra)},pe(i)))(e,t,n))}s(Mv,"rt");function Iv(e,t){return Re((n=e,o=t,ro({...n,...mt(o,Jl)})));var n,o}s(Iv,"A");function Uh(e,t,n,o,r){t=Tt(n=e.fields(n),t),o=mt(o,r=e.fields(r),[]);let i=e.k(t,o);return i=mt(i,[...n,...r].sort(),[]),e.F(i)}s(Uh,"convertToIso");function $c(e,t){const n=ea(e),o=fm[e.id||""]||{};let{era:r,eraYear:i,year:c}=t;if(r!==void 0||i!==void 0){if(r===void 0||i===void 0)throw new TypeError(pb);if(!n)throw new RangeError(db);const a=n[o[r]||r];if(a===void 0)throw new RangeError(mb(r));const l=Nh(i,a);if(c!==void 0&&c!==l)throw new RangeError(hb);c=l}else if(c===void 0)throw new TypeError(gb(n));return c}s($c,"refineYear");function js(e,t,n,o){let{month:r,monthCode:i}=t;if(i!==void 0){const c=((a,l,u,f)=>{const d=a.L(u),[p,h]=Ul(l);let v=di(p,h,d);if(h){const b=jh(a);if(b===void 0)throw new RangeError(Or);if(b>0){if(v>b)throw new RangeError(Or);if(d===void 0){if(f===1)throw new RangeError(Or);v--}}else{if(v!==-b)throw new RangeError(Or);if(d===void 0&&f===1)throw new RangeError(Or)}}return v})(e,i,n,o);if(r!==void 0&&r!==c)throw new RangeError(bb);r=c,o=1}else if(r===void 0)throw new TypeError(Jh);return an("month",r,1,e.B(n),o)}s(js,"refineMonth");function Cc(e,t,n,o,r){return nt(t,"day",1,e.U(o,n),r)}s(Cc,"refineDay");function Oc(e,t,n,o){let r=0;const i=[];for(const c of n)t[c]!==void 0?r=1:i.push(c);if(Object.assign(e,t),r)for(const c of o||i)delete e[c]}s(Oc,"spliceFields");function Gh(e){const t=cc(e.calendar),[n,o,r]=t.v(e),[i,c]=t.q(n,o);return{year:n,monthCode:gs(i,c),day:r}}s(Gh,"computeDateEssentials");function Rv(e){return dn(Ut(il(ol(e))))}s(Rv,"qe");function Dv(e,t,n,o,r=ue){return St(Ut(il(ol(n))),t(o),e(r))}s(Dv,"ye");function Nv(e,t,n,o,r=0,i=0,c=0,a=0,l=0,u=0,f=ue){return $t(it(Vi(ln(qe,cr(sc,[t,n,o,r,i,c,a,l,u])))),e(f))}s(Nv,"Zt");function jv(e,t,n,o,r=ue){return pn(yt(no(ln(qe,{isoYear:t,isoMonth:n,isoDay:o}))),e(r))}s(jv,"ue");function Av(e,t,n,o=ue,r=1){const i=qe(t),c=qe(n),a=e(o);return Jr(al(no({isoYear:i,isoMonth:c,isoDay:qe(r)})),a)}s(Av,"Qt");function kv(e,t,n,o=ue,r=on){const i=qe(t),c=qe(n),a=e(o);return li(yt(no({isoYear:qe(r),isoMonth:i,isoDay:c})),a)}s(kv,"kt");function Fv(e=0,t=0,n=0,o=0,r=0,i=0){return Ht(ur(ln(qe,cr(Ct,[e,t,n,o,r,i])),1))}s(Fv,"ut");function Vv(e=0,t=0,n=0,o=0,r=0,i=0,c=0,a=0,l=0,u=0){return Re(ro(ln(rl,cr(ge,[e,t,n,o,r,i,c,a,l,u]))))}s(Vv,"j");function Bv(e,t,n=ue){return St(e.epochNanoseconds,t,n)}s(Bv,"Je");function Lv(e){return dn(e.epochNanoseconds)}s(Lv,"be");function Hh(e,t){return $t(gt(t,e))}s(Hh,"yt");function Wh(e,t){return pn(gt(t,e))}s(Wh,"fe");function Yh(e,t){return Ht(gt(t,e))}s(Yh,"dt");function Uv(e,t,n,o){const r=((i,c,a,l)=>{const u=(f=>ym(Gt(f)))(l);return ms(i(c),a,u)})(e,n,t,o);return St(Ut(r),n,t.calendar)}s(Uv,"bt");function Gv(e,t,n,o,r){const i=e(r.timeZone),c=r.plainTime,a=c!==void 0?t(c):void 0,l=n(i);let u;return u=a?ms(l,{...o,...a}):Nn(l,{...o,...ct}),St(u,i,o.calendar)}s(Gv,"ae");function Hv(e,t=ct){return $t(it({...e,...t}))}s(Hv,"ie");function Wv(e,t,n){return((o,r)=>{const i=Bn(o,r,cm);return o.K(i,void 0)})(e(t.calendar),n)}s(Wv,"le");function Yv(e,t,n){return((o,r)=>{const i=Bn(o,r,am);return o._(i)})(e(t.calendar),n)}s(Yv,"se");function Kv(e,t,n,o){return((r,i,c)=>Uh(r,i,cm,ds(c),ws))(e(t.calendar),n,o)}s(Kv,"Ht");function Zv(e,t,n,o){return((r,i,c)=>Uh(r,i,am,ds(c),Kl))(e(t.calendar),n,o)}s(Zv,"Vt");function qv(e){return dn(Ut(ci(rl(e),hn)))}s(qv,"$e");function zv(e){return dn(Ut(il(ol(e))))}s(zv,"He");function io(e,t,n){const o=new Set(n);return(r,i)=>{const c=n&&Of(r,n);if(!Of(r=((a,l)=>{const u={};for(const f in l)a.has(f)||(u[f]=l[f]);return u})(o,r),e)){if(i&&c)throw new TypeError("Invalid formatting options");r={...t,...r}}return n&&(r.timeZone=co,["full","long"].includes(r.J)&&(r.J="medium")),r}}s(io,"createOptionsTransformer");function Ln(e,t=Kh,n=0){const[o,,,r]=e;return(i,c=Zy,...a)=>{const l=t(r&&r(...a),i,c,o,n),u=l.resolvedOptions();return[l,...Jv(e,u,a)]}}s(Ln,"Q");function Kh(e,t,n,o,r){if(n=o(n,r),e){if(n.timeZone!==void 0)throw new TypeError(Mb);n.timeZone=e}return new En(t,n)}s(Kh,"an");function Jv(e,t,n){const[,o,r]=e;return n.map((i=>(i.calendar&&((c,a,l)=>{if((l||c!==ue)&&c!==a)throw new RangeError(Xh)})(i.calendar,t.calendar,r),o(i,t))))}s(Jv,"toEpochMillis");function Qv(e,t,n){const o=t.timeZone,r=e(o),i={...gt(t,r),...n||ct};let c;return c=n?dr(r,i,i.offsetNanoseconds,2):Nn(r,i),St(c,o,t.calendar)}s(Qv,"ge");function Xv(e,t=ct){return $t(it({...e,...t}))}s(Xv,"Ot");function Hl(e,t){return{...e,calendar:t}}s(Hl,"pt");function eb(e,t){return{...e,timeZone:t}}s(eb,"Pe");function Ec(e){const t=ta();return lr(t,e.R(t))}s(Ec,"tn");function ta(){return ci(Date.now(),hn)}s(ta,"Xe");function Cr(){return id||(id=new En().resolvedOptions().timeZone)}s(Cr,"Ue");const tb=s((e,t)=>`Non-integer ${e}: ${t}`,"expectedInteger"),nb=s((e,t)=>`Non-positive ${e}: ${t}`,"expectedPositive"),ob=s((e,t)=>`Non-finite ${e}: ${t}`,"expectedFinite"),rb=s(e=>`Cannot convert bigint to ${e}`,"forbiddenBigIntToNumber"),sb=s(e=>`Invalid bigint: ${e}`,"invalidBigInt"),ib="Cannot convert Symbol to string",cb="Invalid object",Zh=s((e,t,n,o,r)=>r?Zh(e,r[t],r[n],r[o]):Un(e,t)+`; must be between ${n}-${o}`,"numberOutOfRange"),Un=s((e,t)=>`Invalid ${e}: ${t}`,"invalidEntity"),Wl=s(e=>`Missing ${e}`,"missingField"),ab=s(e=>`Invalid field ${e}`,"forbiddenField"),lb=s(e=>`Duplicate field ${e}`,"duplicateFields"),qh=s(e=>"No valid fields: "+e.join(),"noValidFields"),ub="Invalid bag",zh=s((e,t,n)=>Un(e,t)+"; must be "+Object.keys(n).join(),"invalidChoice"),fb="Cannot use valueOf",na="Invalid calling context",db="Forbidden era/eraYear",pb="Mismatching era/eraYear",hb="Mismatching year/eraYear",mb=s(e=>`Invalid era: ${e}`,"invalidEra"),gb=s(e=>"Missing year"+(e?"/era/eraYear":""),"missingYear"),vb=s(e=>`Invalid monthCode: ${e}`,"invalidMonthCode"),bb="Mismatching month/monthCode",Jh="Missing month/monthCode",Or="Invalid leap month",gr="Invalid protocol results",Qh=s(e=>Un("Calendar",e),"c"),Xh="Mismatching Calendars",em=s(e=>Un("TimeZone",e),"F"),tm="Mismatching TimeZones",yb="Forbidden ICU TimeZone",wb="Out-of-bounds offset",xb="Out-of-bounds TimeZone gap",_b="Invalid TimeZone offset",Tb="Ambiguous offset",Gn="Out-of-bounds date",Sb="Out-of-bounds duration",$b="Cannot mix duration signs",nc="Missing relativeTo",Cb="Cannot use large units",Ob="Required smallestUnit or largestUnit",Eb="smallestUnit > largestUnit",rt=s(e=>`Cannot parse: ${e}`,"failedParse"),nn=s(e=>`Invalid substring: ${e}`,"invalidSubstring"),Pb=s(e=>`Cannot format ${e}`,"rn"),Pc="Mismatching types for formatting",Mb="Cannot specify TimeZone",nm=ce(Ni,((e,t)=>t)),or=ce(Ni,((e,t,n)=>n)),wt=ce(ii,2),oa={nanosecond:0,microsecond:1,millisecond:2,second:3,minute:4,hour:5,day:6,week:7,month:8,year:9},Yl=Object.keys(oa),st=864e5,om=1e3,ys=1e3,hn=1e6,kt=1e9,oc=6e10,rc=36e11,be=864e11,Lt=[1,ys,hn,kt,oc,rc,be],mn=Yl.slice(0,6),ra=fs(mn),Ib=["offset"],rm=["timeZone"],sm=mn.concat(Ib),im=sm.concat(rm),sa=["era","eraYear"],Rb=sa.concat(["year"]),Kl=["year"],Zl=["monthCode"],ql=["month"].concat(Zl),ws=["day"],zl=ql.concat(Kl),cm=Zl.concat(Kl),gn=ws.concat(zl),Db=ws.concat(ql),am=ws.concat(Zl),lm=or(mn,0),ue="iso8601",vr="gregory",jn="japanese",um={[vr]:{"gregory-inverse":-1,gregory:0},[jn]:{"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}},fm={[vr]:{bce:"gregory-inverse",ce:"gregory"},[jn]:{bce:"japanese-inverse",ce:"japanese"},ethiopic:{era0:"ethioaa",era1:"ethiopic"},coptic:{era0:"coptic-inverse",era1:"coptic"},roc:{broc:"roc-inverse",minguo:"roc"}},Nb={chinese:13,dangi:13,hebrew:-6},Ge=ce(tl,"string"),jb=ce(tl,"boolean"),Ab=ce(tl,"number"),ge=Yl.map((e=>e+"s")),Jl=fs(ge),kb=ge.slice(0,6),dm=ge.slice(6),Fb=dm.slice(1),Vb=nm(ge),Fe=or(ge,0),Ql=or(kb,0),Xl=ce(kp,ge),Ct=["isoNanosecond","isoMicrosecond","isoMillisecond","isoSecond","isoMinute","isoHour"],eu=["isoDay","isoMonth","isoYear"],sc=Ct.concat(eu),tu=fs(eu),pm=fs(Ct),Bb=fs(sc),ct=or(pm,0),Lb=ce(kp,sc),nu=1e8,ou=nu*st,Ub=[nu,0],Gb=[-nu,0],ts=275760,ns=-271821,En=Intl.DateTimeFormat,hm="en-GB",Hb=1970,on=1972,xn=12,Wb=ar(1868,9,8),Yb=pt(Og,WeakMap),hi="smallestUnit",ia="unit",Vr="roundingIncrement",Mc="fractionalSecondDigits",mm="relativeTo",Ic="direction",gm={constrain:0,reject:1},Kb=Object.keys(gm),Zb={compatible:0,reject:1,earlier:2,later:3},qb={reject:0,use:1,prefer:2,ignore:3},zb={auto:0,never:1,critical:2,always:3},Jb={auto:0,never:1,critical:2},Qb={auto:0,never:1},Xb={floor:0,halfFloor:1,ceil:2,halfCeil:3,trunc:4,halfTrunc:5,expand:6,halfExpand:7,halfEven:8},ey={previous:-1,next:1},xs=ce(vl,hi),vm=ce(vl,"largestUnit"),ty=ce(vl,ia),bm=ce(kn,"overflow",gm),ym=ce(kn,"disambiguation",Zb),ny=ce(kn,"offset",qb),ru=ce(kn,"calendarName",zb),oy=ce(kn,"timeZoneName",Jb),ry=ce(kn,"offset",Qb),_s=ce(kn,"roundingMode",Xb),su="PlainYearMonth",iu="PlainMonthDay",Ts="PlainDate",br="PlainDateTime",cu="PlainTime",Hn="ZonedDateTime",au="Instant",lu="Duration",sy=[Math.floor,e=>Rs(e)?Math.floor(e):Math.round(e),Math.ceil,e=>Rs(e)?Math.ceil(e):Math.round(e),Math.trunc,e=>Rs(e)?Math.trunc(e)||0:Math.round(e),e=>e<0?Math.floor(e):Math.ceil(e),e=>Math.sign(e)*Math.round(Math.abs(e))||0,e=>Rs(e)?(e=Math.trunc(e)||0)+e%2:Math.round(e)],co="UTC",Ws=5184e3,iy=ai(1847),cy=ai(new Date().getUTCFullYear()+10),ay=/0+$/,gt=pt(Ug,WeakMap),rd=2**32-1,q=pt((e=>{const t=Fl(e);return typeof t=="object"?new aa(t):new ca(t||0)})),Vu=class Vu{constructor(t){this.$=t}R(){return this.$}I(t){return(n=>{const o=je({...n,...ct});if(!o||Math.abs(o[0])>1e8)throw new RangeError(Gn)})(t),[ll(t,this.$)]}O(){}};s(Vu,"FixedTimeZone");let ca=Vu;const Bu=class Bu{constructor(t){this.nn=(n=>{function o(u){const f=zr(u,a,l),[d,p]=Zf(f),h=i(d),v=i(p);return h===v?h:r(c(d,p),h,v,u)}s(o,"getOffsetSec");function r(u,f,d,p){let h,v;for(;(p===void 0||(h=p<u[0]?f:p>=u[1]?d:void 0)===void 0)&&(v=u[1]-u[0]);){const b=u[0]+Math.floor(v/2);n(b)===d?u[1]=b:u[0]=b+1}return h}s(r,"pinch");const i=pt(n),c=pt(Yg);let a=iy,l=cy;return{tn(u){const f=o(u-86400),d=o(u+86400),p=u-f,h=u-d;if(f===d)return[p];const v=o(p);return v===o(h)?[u-v]:f>d?[p,h]:[]},rn:o,O(u,f){const d=zr(u,a,l);let[p,h]=Zf(d);const v=Ws*f,b=f<0?()=>h>a||(a=d,0):()=>p<l||(l=d,0);for(;b();){const E=i(p),x=i(h);if(E!==x){const _=c(p,h);r(_,E,x);const C=_[0];if((On(C,u)||1)===f)return C}p+=v,h+=v}}}})((n=>o=>{const r=ul(n,o*om);return ai(Fh(r),parseInt(r.month),parseInt(r.day),parseInt(r.hour),parseInt(r.minute),parseInt(r.second))-o})(t))}R(t){return this.nn.rn((n=>Mf(n)[0])(t))*kt}I(t){const[n,o]=[ai((r=t).isoYear,r.isoMonth,r.isoDay,r.isoHour,r.isoMinute,r.isoSecond),r.isoMillisecond*hn+r.isoMicrosecond*ys+r.isoNanosecond];var r;return this.nn.tn(n).map((i=>Ut(Xn(ci(i,kt),o))))}O(t,n){const[o,r]=Mf(t),i=this.nn.O(o+(n>0||r?1:0),n);if(i!==void 0)return ci(i,kt)}};s(Bu,"IntlTimeZone");let aa=Bu;const uu="([+-])",Ys="(?:[.,](\\d{1,9}))?",wm=`(?:(?:${uu}(\\d{6}))|(\\d{4}))-?(\\d{2})`,fu="(\\d{2})(?::?(\\d{2})(?::?(\\d{2})"+Ys+")?)?",du=uu+fu,ly=wm+"-?(\\d{2})(?:[T ]"+fu+"(Z|"+du+")?)?",xm="\\[(!?)([^\\]]*)\\]",ic=`((?:${xm}){0,9})`,uy=hr(wm+ic),fy=hr("(?:--)?(\\d{2})-?(\\d{2})"+ic),dy=hr(ly+ic),py=hr("T?"+fu+"(?:"+du+")?"+ic),hy=hr(du),my=new RegExp(xm,"g"),gy=hr(`${uu}?P(\\d+Y)?(\\d+M)?(\\d+W)?(\\d+D)?(?:T(?:(\\d+)${Ys}H)?(?:(\\d+)${Ys}M)?(?:(\\d+)${Ys}S)?)?`),vy=pt((e=>new En(hm,{timeZone:e,era:"short",year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric"}))),by=/^(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$/,yy=/[^\w\/:+-]+/,wy=/^M(\d{2})(L?)$/,xy=pt(hv),pu=pt((e=>new En(hm,{calendar:e,timeZone:co,era:"short",year:"numeric",month:"short",day:"numeric"}))),_m={P(e,t,n){const o=pe(n);let r,{years:i,months:c,weeks:a,days:l}=t;if(l+=ke(t,5)[0],i||c)r=((u,f,d,p,h)=>{let[v,b,E]=u.v(f);if(d){const[x,_]=u.q(v,b);v+=d,b=di(x,_,u.L(v)),b=an("month",b,1,u.B(v),h)}return p&&([v,b]=u.un(v,b,p)),E=an("day",E,1,u.U(v,b),h),u.p(v,b,E)})(this,e,i,c,o);else{if(!a&&!l)return e;r=ze(e)}if(r===void 0)throw new RangeError(Gn);return r+=(7*a+l)*st,yt(Fi(r))},N(e,t,n){if(n<=7){let l=0,u=Ih({...e,...ct},{...t,...ct});return n===7&&([l,u]=In(u,7)),{...Fe,weeks:l,days:u}}const o=this.v(e),r=this.v(t);let[i,c,a]=((l,u,f,d,p,h,v)=>{let b=p-u,E=h-f,x=v-d;if(b||E){const _=Math.sign(b||E);let C=l.U(p,h),M=0;if(Math.sign(x)===-_){const V=C;[p,h]=l.un(p,h,-_),b=p-u,E=h-f,C=l.U(p,h),M=_<0?-V:C}if(x=v-Math.min(d,C)+M,b){const[V,K]=l.q(u,f),[W,oe]=l.q(p,h);if(E=W-V||Number(oe)-Number(K),Math.sign(E)===-_){const se=_<0&&-l.B(p);b=(p-=_)-u,E=h-di(V,K,l.L(p))+(se||l.B(p))}}}return[b,E,x]})(this,...o,...r);return n===8&&(c+=this.cn(i,o[0]),i=0),{...Fe,years:i,months:c,days:a}},F(e,t){const n=pe(t),o=$c(this,e),r=js(this,e,o,n),i=Cc(this,e,r,o,n);return pn(yt(this.V(o,r,i)),this.id||ue)},K(e,t){const n=pe(t),o=$c(this,e),r=js(this,e,o,n);return Jr(al(this.V(o,r,1)),this.id||ue)},_(e,t){const n=pe(t);let o,r,i,c=e.eraYear!==void 0||e.year!==void 0?$c(this,e):void 0;const a=!this.id;if(c===void 0&&a&&(c=on),c!==void 0){const d=js(this,e,c,n);o=Cc(this,e,d,c,n);const p=this.L(c);r=Gl(d,p),i=d===p}else{if(e.monthCode===void 0)throw new TypeError(Jh);if([r,i]=Ul(e.monthCode),this.id&&this.id!==vr&&this.id!==jn)if(this.id&&to(this.id)==="coptic"&&n===0){const d=i||r!==13?30:6;o=e.day,o=zr(o,1,d)}else if(this.id&&to(this.id)==="chinese"&&n===0){const d=!i||r!==1&&r!==9&&r!==10&&r!==11&&r!==12?30:29;o=e.day,o=zr(o,1,d)}else o=e.day;else o=Cc(this,e,js(this,e,on,n),on,n)}const l=this.G(r,i,o);if(!l)throw new RangeError("Cannot guess year");const[u,f]=l;return li(yt(this.V(u,f,o)),this.id||ue)},fields(e){return ea(this)&&e.includes("year")?[...e,...sa]:e},k(e,t){const n=Object.assign(Object.create(null),e);return Oc(n,t,ql),ea(this)&&(Oc(n,t,Rb),this.id===jn&&Oc(n,t,Db,sa)),n},inLeapYear(e){const[t]=this.v(e);return this.sn(t)},monthsInYear(e){const[t]=this.v(e);return this.B(t)},daysInMonth(e){const[t,n]=this.v(e);return this.U(t,n)},daysInYear(e){const[t]=this.v(e);return this.fn(t)},dayOfYear:Ll,era(e){return this.hn(e)[0]},eraYear(e){return this.hn(e)[1]},monthCode(e){const[t,n]=this.v(e),[o,r]=this.q(t,n);return gs(o,r)},dayOfWeek:zp,daysInWeek(){return 7}},_y={v:fl,hn:Jp,q:Yp},Ty={dayOfYear:Ll,v:fl,p:ar},Sy=Object.assign({},Ty,{weekOfYear:Rh,yearOfWeek:Dh,m(e){function t(h){return(7-h<o?7:0)-h}s(t,"computeWeekShift");function n(h){const v=qp(p+h),b=h||1,E=t(Fr(l+v*b,7));return f=(v+(E-u)*b)/7}s(n,"computeWeeksInYear");const o=this.id?1:4,r=zp(e),i=this.dayOfYear(e),c=Fr(r-1,7),a=i-1,l=Fr(c-a,7),u=t(l);let f,d=Math.floor((a-u)/7)+1,p=e.isoYear;return d?d>n(0)&&(d=1,p++):(d=n(-1),p--),[d,p,f]}}),$y=Object.assign({},_m,Sy,{v:fl,hn:Jp,q:Yp,G(e,t){if(!t)return[on,e]},sn:dl,L(){},B:Kp,cn:s(e=>e*xn,"cn"),U:Zp,fn:qp,V:s((e,t,n)=>({isoYear:e,isoMonth:t,isoDay:n}),"V"),p:ar,un:s((e,t,n)=>(e+=ji(n,xn),(t+=Xa(n,xn))<1?(e--,t+=xn):t>xn&&(e++,t-=xn),[e,t]),"un"),year(e){return e.isoYear},month(e){return e.isoMonth},day:s(e=>e.isoDay,"day")}),Cy={v:pi,hn:Bh,q:Vh},Oy={dayOfYear:Ll,v:pi,p:es,weekOfYear:Rh,yearOfWeek:Dh,m(){return[]}},Ey=Object.assign({},_m,Oy,{v:pi,hn:Bh,q:Vh,G(e,t,n){const o=this.id&&to(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})(e,t,n):on;let[r,i,c]=pi.call(this,{isoYear:o,isoMonth:xn,isoDay:31});const a=Hs.call(this,r),l=i===a;(On(e,Gl(i,a))||On(Number(t),Number(l))||On(n,c))===1&&r--;for(let u=0;u<100;u++){const f=r-u,d=Hs.call(this,f),p=di(e,t,d);if(t===(p===d)&&n<=nd.call(this,f,p))return[f,p]}},sn(e){const t=Ds.call(this,e);return t>Ds.call(this,e-1)&&t>Ds.call(this,e+1)},L:Hs,B:Ns,cn(e,t){const n=t+e,o=Math.sign(e),r=o<0?-1:0;let i=0;for(let c=t;c!==n;c+=o)i+=Ns.call(this,c+r);return i},U:nd,fn:Ds,V(e,t,n){return Fi(es.call(this,e,t,n))},p:es,un(e,t,n){if(n){if(t+=n,!Number.isSafeInteger(t))throw new RangeError(Gn);if(n<0)for(;t<1;)t+=Ns.call(this,--e);else{let o;for(;t>(o=Ns.call(this,e));)t-=o,e++}}return[e,t]},year(e){return this.h(e).year},month(e){const{year:t,o:n}=this.h(e),{u:o}=this.l(t);return o[n]+1},day(e){return this.h(e).day}}),cc=Lh(_y,Cy),Z=Lh($y,Ey),sd={era:Gs,eraYear:qe,year:qe,month:Pf,monthCode(e){const t=Gs(e);return Ul(t),t},day:Pf,...or(mn,qe),...or(ge,rl),offset(e){const t=Gs(e);return so(t),t}},hu=ce(jp,mn,Ct),Py=ce(jp,Ct,mn),Pn="numeric",Ss=["timeZoneName"],Tm={month:Pn,day:Pn},mu={year:Pn,month:Pn},gu=Object.assign({},mu,{day:Pn}),vu={hour:Pn,minute:Pn,second:Pn},bu=Object.assign({},gu,vu),My=Object.assign({},bu,{timeZoneName:"short"}),Iy=Object.keys(mu),Ry=Object.keys(Tm),Dy=Object.keys(gu),Ny=Object.keys(vu),yu=["dateStyle"],jy=Iy.concat(yu),Ay=Ry.concat(yu),wu=Dy.concat(yu,["weekday"]),$s=Ny.concat(["dayPeriod","timeStyle","fractionalSecondDigits"]),xu=wu.concat($s),ky=Ss.concat($s),Fy=Ss.concat(wu),Vy=Ss.concat(["day","weekday"],$s),By=Ss.concat(["year","weekday"],$s),Ly=io(xu,bu),Uy=io(xu,My),Gy=io(xu,bu,Ss),Hy=io(wu,gu,ky),Wy=io($s,vu,Fy),Yy=io(jy,mu,Vy),Ky=io(Ay,Tm,By),Zy={},Sm=new En(void 0,{calendar:ue}).resolvedOptions().calendar===ue,$m=[Ly,bl],qy=[Uy,bl,0,(e,t)=>{const n=e.timeZone;if(t&&t.timeZone!==n)throw new RangeError(tm);return n}],Cm=[Gy,ze],Om=[Hy,ze],Em=[Wy,e=>Rn(e)/hn],Pm=[Yy,ze,Sm],Mm=[Ky,ze,Sm];let id;function Wn(e,t,n,o,r){function i(...l){if(!(this instanceof i))throw new TypeError(na);ld(this,t(...l))}s(i,"Class");function c(l,u){return Object.defineProperties((function(...f){return l.call(this,a(this),...f)}),qr(u))}s(c,"bindMethod");function a(l){const u=Xe(l);if(!u||u.branding!==e)throw new TypeError(na);return u}return s(a,"getSpecificSlots"),Object.defineProperties(i.prototype,{...Sg(ln(c,n)),...er(ln(c,o)),...Qa("Temporal."+e)}),Object.defineProperties(i,{...er(r),...qr(e)}),[i,l=>{const u=Object.create(i.prototype);return ld(u,l),u},a]}s(Wn,"createSlotClass");function yr(e){if(Xe(e)||e.calendar!==void 0||e.timeZone!==void 0)throw new TypeError(ub);return e}s(yr,"rejectInvalidBag");function Cs(e){return Im(e)||ue}s(Cs,"getCalendarIdFromBag");function Im(e){const{calendar:t}=e;if(t!==void 0)return ac(t)}s(Im,"extractCalendarIdFromBag");function ac(e){if(Je(e)){const{calendar:t}=Xe(e)||{};if(!t)throw new TypeError(Qh(e));return t}return(t=>tc(tv(Ge(t))))(e)}s(ac,"refineCalendarArg");function _u(e){const t={};for(const n in e)t[n]=o=>{const{calendar:r}=o;return Z(r)[n](o)};return t}s(_u,"createCalendarGetters");function Yn(){throw new TypeError(fb)}s(Yn,"neverValueOf");function ut(e){if(Je(e)){const{timeZone:t}=Xe(e)||{};if(!t)throw new TypeError(em(e));return t}return(t=>kl(nv(Ge(t))))(e)}s(ut,"refineTimeZoneArg");function Me(e){if(Je(e)){const t=Xe(e);return t&&t.branding===lu?t:Sv(e)}return ev(e)}s(Me,"toDurationSlots");function Er(e){if(e!==void 0){if(Je(e)){const t=Xe(e)||{};switch(t.branding){case Hn:case Ts:return t;case br:return pn(t)}const n=Cs(e);return{...vv(ut,q,Z(n),e),calendar:n}}return Zg(e)}}s(Er,"refinePublicRelativeTo");function _n(e,t){if(Je(e)){const o=Xe(e)||{};switch(o.branding){case cu:return pe(t),o;case br:return pe(t),Ht(o);case Hn:return pe(t),Yh(q,o)}return Tv(e,t)}const n=Xg(e);return pe(t),n}s(_n,"toPlainTimeSlots");function Tu(e){return e===void 0?void 0:_n(e)}s(Tu,"optionalToPlainTimeFields");function po(e,t){if(Je(e)){const o=Xe(e)||{};switch(o.branding){case br:return pe(t),o;case Ts:return pe(t),$t({...o,...ct});case Hn:return pe(t),Hh(q,o)}return yv(Z(Cs(e)),e,t)}const n=zg(e);return pe(t),n}s(po,"toPlainDateTimeSlots");function cd(e,t){if(Je(e)){const o=Xe(e);if(o&&o.branding===iu)return pe(t),o;const r=Im(e);return _v(Z(r||ue),!r,e,t)}const n=Qg(Z,e);return pe(t),n}s(cd,"toPlainMonthDaySlots");function ho(e,t){if(Je(e)){const o=Xe(e);return o&&o.branding===su?(pe(t),o):xv(Z(Cs(e)),e,t)}const n=Jg(Z,e);return pe(t),n}s(ho,"toPlainYearMonthSlots");function mo(e,t){if(Je(e)){const o=Xe(e)||{};switch(o.branding){case Ts:return pe(t),o;case br:return pe(t),pn(o);case Hn:return pe(t),Wh(q,o)}return wv(Z(Cs(e)),e,t)}const n=Ml(e);return pe(t),n}s(mo,"toPlainDateSlots");function go(e,t){if(Je(e)){const n=Xe(e);if(n&&n.branding===Hn)return Bi(t),n;const o=Cs(e);return bv(ut,q,Z(o),o,e,t)}return qg(e,t)}s(go,"toZonedDateTimeSlots");function ad(e){return ln((t=>n=>t(la(n))),e)}s(ad,"adaptDateMethods");function la(e){return gt(e,q)}s(la,"slotsToIso");function vo(e){if(Je(e)){const t=Xe(e);if(t)switch(t.branding){case au:return t;case Hn:return dn(t.epochNanoseconds)}}return Kg(e)}s(vo,"toInstantSlots");function zy(){function e(i,c){return new t(i,c)}s(e,"DateTimeFormatFunc");function t(i,c=Object.create(null)){gi.set(this,((a,l)=>{const u=new En(a,l),f=u.resolvedOptions(),d=f.locale,p=Tt(Object.keys(l),f),h=pt(Xy),v=s((b,...E)=>{if(b){if(E.length!==2)throw new TypeError(Pc);for(const M of E)if(M===void 0)throw new TypeError(Pc)}b||E[0]!==void 0||(E=[]);const x=E.map((M=>Xe(M)||Number(M)));let _,C=0;for(const M of x){const V=typeof M=="object"?M.branding:void 0;if(C++&&V!==_)throw new TypeError(Pc);_=V}return _?h(_)(d,p,...x):[u,...x]},"prepFormat");return v.X=u,v})(i,c))}s(t,"DateTimeFormatNew");const n=En.prototype,o=Object.getOwnPropertyDescriptors(n),r=Object.getOwnPropertyDescriptors(En);for(const i in o){const c=o[i],a=i.startsWith("format")&&Jy(i);typeof c.value=="function"?c.value=i==="constructor"?e:a||Qy(i):a&&(c.get=function(){if(!gi.has(this))throw new TypeError(na);return(...l)=>a.apply(this,l)},Object.defineProperties(c.get,qr(`get ${i}`)))}return r.prototype.value=t.prototype=Object.create({},o),Object.defineProperties(e,r),e}s(zy,"createDateTimeFormatClass");function Jy(e){return Object.defineProperties((function(...t){const n=gi.get(this),[o,...r]=n(e.includes("Range"),...t);return o[e](...r)}),qr(e))}s(Jy,"createFormatMethod");function Qy(e){return Object.defineProperties((function(...t){return gi.get(this).X[e](...t)}),qr(e))}s(Qy,"createProxiedMethod");function Xy(e){const t=sw[e];if(!t)throw new TypeError(Pb(e));return Ln(t,pt(Kh),1)}s(Xy,"createFormatPrepperForBranding");const mi=new WeakMap,Xe=mi.get.bind(mi),ld=mi.set.bind(mi),Rm={era:$g,eraYear:Vp,year:el,month:Xt,daysInMonth:Xt,daysInYear:Xt,inLeapYear:jb,monthsInYear:Xt},Su={monthCode:Ge},Dm={day:Xt},ew={dayOfWeek:Xt,dayOfYear:Xt,weekOfYear:Cg,yearOfWeek:Vp,daysInWeek:Xt},$u=_u(Object.assign({},Rm,Su,Dm,ew)),tw=_u({...Rm,...Su}),nw=_u({...Su,...Dm}),Os={calendarId:s(e=>e.calendar,"calendarId")},ow=Ni((e=>t=>t[e]),ge.concat("sign")),Cu=Ni(((e,t)=>n=>n[Ct[t]]),mn),Nm={epochMilliseconds:bl,epochNanoseconds:Pg},[rw,Se]=Wn(lu,Vv,{...ow,blank:Wg},{with:s((e,t)=>Se(Iv(e,t)),"with"),negated:s(e=>Se(Pl(e)),"negated"),abs:s(e=>Se(Hg(e)),"abs"),add:s((e,t,n)=>Se(Kf(Er,Z,q,0,e,Me(t),n)),"add"),subtract:s((e,t,n)=>Se(Kf(Er,Z,q,1,e,Me(t),n)),"subtract"),round:s((e,t)=>Se(Gg(Er,Z,q,e,t)),"round"),total:s((e,t)=>Mg(Er,Z,q,e,t),"total"),toLocaleString(e,t,n){return Intl.DurationFormat?new Intl.DurationFormat(t,n).format(this):Sc(e)},toString:Sc,toJSON:s(e=>Sc(e),"toJSON"),valueOf:Yn},{from:s(e=>Se(Me(e)),"from"),compare:s((e,t,n)=>rv(Er,Z,q,Me(e),Me(t),n),"compare")}),sw={Instant:$m,PlainDateTime:Cm,PlainDate:Om,PlainTime:Em,PlainYearMonth:Pm,PlainMonthDay:Mm},iw=Ln($m),cw=Ln(qy),aw=Ln(Cm),lw=Ln(Om),uw=Ln(Em),fw=Ln(Pm),dw=Ln(Mm),[pw,$n]=Wn(cu,Fv,Cu,{with(e,t,n){return $n(Mv(this,yr(t),n))},add:s((e,t)=>$n(Yf(0,e,Me(t))),"add"),subtract:s((e,t)=>$n(Yf(1,e,Me(t))),"subtract"),until:s((e,t,n)=>Se(td(0,e,_n(t),n)),"until"),since:s((e,t,n)=>Se(td(1,e,_n(t),n)),"since"),round:s((e,t)=>$n(Ng(e,t)),"round"),equals:s((e,t)=>fv(e,_n(t)),"equals"),toLocaleString(e,t,n){const[o,r]=uw(t,n,e);return o.format(r)},toString:Vf,toJSON:s(e=>Vf(e),"toJSON"),valueOf:Yn},{from:s((e,t)=>$n(_n(e,t)),"from"),compare:s((e,t)=>Vl(_n(e),_n(t)),"compare")}),[hw,Dt]=Wn(br,ce(Nv,vs),{...Os,...$u,...Cu},{with:s((e,t,n)=>Dt(Cv(Z,e,yr(t),n)),"with"),withCalendar:s((e,t)=>Dt(Hl(e,ac(t))),"withCalendar"),withPlainTime:s((e,t)=>Dt(Xv(e,Tu(t))),"withPlainTime"),add:s((e,t,n)=>Dt(Gf(Z,0,e,Me(t),n)),"add"),subtract:s((e,t,n)=>Dt(Gf(Z,1,e,Me(t),n)),"subtract"),until:s((e,t,n)=>Se(Qf(Z,0,e,po(t),n)),"until"),since:s((e,t,n)=>Se(Qf(Z,1,e,po(t),n)),"since"),round:s((e,t)=>Dt(Dg(e,t)),"round"),equals:s((e,t)=>cv(e,po(t)),"equals"),toZonedDateTime:s((e,t,n)=>Ze(Uv(q,e,ut(t),n)),"toZonedDateTime"),toPlainDate:s(e=>jt(pn(e)),"toPlainDate"),toPlainTime:s(e=>$n(Ht(e)),"toPlainTime"),toLocaleString(e,t,n){const[o,r]=aw(t,n,e);return o.format(r)},toString:jf,toJSON:s(e=>jf(e),"toJSON"),valueOf:Yn},{from:s((e,t)=>Dt(po(e,t)),"from"),compare:s((e,t)=>$h(po(e),po(t)),"compare")}),[mw,ua]=Wn(iu,ce(kv,vs),{...Os,...nw},{with:s((e,t,n)=>ua(Pv(Z,e,yr(t),n)),"with"),equals:s((e,t)=>uv(e,cd(t)),"equals"),toPlainDate(e,t){return jt(Zv(Z,e,this,t))},toLocaleString(e,t,n){const[o,r]=dw(t,n,e);return o.format(r)},toString:Ff,toJSON:s(e=>Ff(e),"toJSON"),valueOf:Yn},{from:s((e,t)=>ua(cd(e,t)),"from")}),[gw,Ir]=Wn(su,ce(Av,vs),{...Os,...tw},{with:s((e,t,n)=>Ir(Ev(Z,e,yr(t),n)),"with"),add:s((e,t,n)=>Ir(Wf(Z,0,e,Me(t),n)),"add"),subtract:s((e,t,n)=>Ir(Wf(Z,1,e,Me(t),n)),"subtract"),until:s((e,t,n)=>Se(ed(Z,0,e,ho(t),n)),"until"),since:s((e,t,n)=>Se(ed(Z,1,e,ho(t),n)),"since"),equals:s((e,t)=>lv(e,ho(t)),"equals"),toPlainDate(e,t){return jt(Kv(Z,e,this,t))},toLocaleString(e,t,n){const[o,r]=fw(t,n,e);return o.format(r)},toString:kf,toJSON:s(e=>kf(e),"toJSON"),valueOf:Yn},{from:s((e,t)=>Ir(ho(e,t)),"from"),compare:s((e,t)=>mr(ho(e),ho(t)),"compare")}),[vw,jt]=Wn(Ts,ce(jv,vs),{...Os,...$u},{with:s((e,t,n)=>jt(Ov(Z,e,yr(t),n)),"with"),withCalendar:s((e,t)=>jt(Hl(e,ac(t))),"withCalendar"),add:s((e,t,n)=>jt(Hf(Z,0,e,Me(t),n)),"add"),subtract:s((e,t,n)=>jt(Hf(Z,1,e,Me(t),n)),"subtract"),until:s((e,t,n)=>Se(Xf(Z,0,e,mo(t),n)),"until"),since:s((e,t,n)=>Se(Xf(Z,1,e,mo(t),n)),"since"),equals:s((e,t)=>av(e,mo(t)),"equals"),toZonedDateTime(e,t){const n=Je(t)?t:{timeZone:t};return Ze(Gv(ut,_n,q,e,n))},toPlainDateTime:s((e,t)=>Dt(Hv(e,Tu(t))),"toPlainDateTime"),toPlainYearMonth(e){return Ir(Wv(Z,e,this))},toPlainMonthDay(e){return ua(Yv(Z,e,this))},toLocaleString(e,t,n){const[o,r]=lw(t,n,e);return o.format(r)},toString:Af,toJSON:s(e=>Af(e),"toJSON"),valueOf:Yn},{from:s((e,t)=>jt(mo(e,t)),"from"),compare:s((e,t)=>mr(mo(e),mo(t)),"compare")}),[bw,Ze]=Wn(Hn,ce(Dv,vs,ov),{...Nm,...Os,...ad($u),...ad(Cu),offset:s(e=>hs(la(e).offsetNanoseconds),"offset"),offsetNanoseconds:s(e=>la(e).offsetNanoseconds,"offsetNanoseconds"),timeZoneId:s(e=>e.timeZone,"timeZoneId"),hoursInDay:s(e=>jg(q,e),"hoursInDay")},{with:s((e,t,n)=>Ze($v(Z,q,e,yr(t),n)),"with"),withCalendar:s((e,t)=>Ze(Hl(e,ac(t))),"withCalendar"),withTimeZone:s((e,t)=>Ze(eb(e,ut(t))),"withTimeZone"),withPlainTime:s((e,t)=>Ze(Qv(q,e,Tu(t))),"withPlainTime"),add:s((e,t,n)=>Ze(Uf(Z,q,0,e,Me(t),n)),"add"),subtract:s((e,t,n)=>Ze(Uf(Z,q,1,e,Me(t),n)),"subtract"),until:s((e,t,n)=>Se(Re(Jf(Z,q,0,e,go(t),n))),"until"),since:s((e,t,n)=>Se(Re(Jf(Z,q,1,e,go(t),n))),"since"),round:s((e,t)=>Ze(Rg(q,e,t)),"round"),startOfDay:s(e=>Ze(Ag(q,e)),"startOfDay"),equals:s((e,t)=>iv(e,go(t)),"equals"),toInstant:s(e=>Tn(Lv(e)),"toInstant"),toPlainDateTime:s(e=>Dt(Hh(q,e)),"toPlainDateTime"),toPlainDate:s(e=>jt(Wh(q,e)),"toPlainDate"),toPlainTime:s(e=>$n(Yh(q,e)),"toPlainTime"),toLocaleString(e,t,n={}){const[o,r]=cw(t,n,e);return o.format(r)},toString:s((e,t)=>Nf(q,e,t),"toString"),toJSON:s(e=>Nf(q,e),"toJSON"),valueOf:Yn,getTimeZoneTransition(e,t){const{timeZone:n,epochNanoseconds:o}=e,r=Eg(t),i=q(n).O(o,r);return i?Ze({...e,epochNanoseconds:i}):null}},{from:s((e,t)=>Ze(go(e,t)),"from"),compare:s((e,t)=>Sh(go(e),go(t)),"compare")}),[yw,Tn]=Wn(au,Rv,Nm,{add:s((e,t)=>Tn(Lf(0,e,Me(t))),"add"),subtract:s((e,t)=>Tn(Lf(1,e,Me(t))),"subtract"),until:s((e,t,n)=>Se(zf(0,e,vo(t),n)),"until"),since:s((e,t,n)=>Se(zf(1,e,vo(t),n)),"since"),round:s((e,t)=>Tn(Ig(e,t)),"round"),equals:s((e,t)=>sv(e,vo(t)),"equals"),toZonedDateTimeISO:s((e,t)=>Ze(Bv(e,ut(t))),"toZonedDateTimeISO"),toLocaleString(e,t,n){const[o,r]=iw(t,n,e);return o.format(r)},toString:s((e,t)=>Df(ut,q,e,t),"toString"),toJSON:s(e=>Df(ut,q,e),"toJSON"),valueOf:Yn},{from:s(e=>Tn(vo(e)),"from"),fromEpochMilliseconds:s(e=>Tn(qv(e)),"fromEpochMilliseconds"),fromEpochNanoseconds:s(e=>Tn(zv(e)),"fromEpochNanoseconds"),compare:s((e,t)=>Th(vo(e),vo(t)),"compare")}),ww=Object.defineProperties({},{...Qa("Temporal.Now"),...er({timeZoneId:s(()=>Cr(),"timeZoneId"),instant:s(()=>Tn(dn(ta())),"instant"),zonedDateTimeISO:s((e=Cr())=>Ze(St(ta(),ut(e),ue)),"zonedDateTimeISO"),plainDateTimeISO:s((e=Cr())=>Dt($t(Ec(q(ut(e))),ue)),"plainDateTimeISO"),plainDateISO:s((e=Cr())=>jt(pn(Ec(q(ut(e))),ue)),"plainDateISO"),plainTimeISO:s((e=Cr())=>$n(Ht(Ec(q(ut(e))))),"plainTimeISO")})}),Zt=Object.defineProperties({},{...Qa("Temporal"),...er({PlainYearMonth:gw,PlainMonthDay:mw,PlainDate:vw,PlainTime:pw,PlainDateTime:hw,ZonedDateTime:bw,Instant:yw,Duration:rw,Now:ww})}),xw=zy(),gi=new WeakMap;Object.create(Intl),er({DateTimeFormat:xw});function _w(e,t){if(e instanceof Zt.ZonedDateTime)return e;if(t||(t=$VST.DTTZ??Zt.Now.timeZoneId()),t=t,typeof e=="number")return Zt.Instant.fromEpochMilliseconds(e).toZonedDateTimeISO(t);if(!e)return Zt.Now.zonedDateTimeISO(t);try{let n="";if(typeof e=="string")try{return Zt.PlainDateTime.from(e).toZonedDateTime(t)}catch{n=e}try{return Zt.Instant.from(e.includes(" ")?e.replace(" ","T")+"Z":e).toZonedDateTimeISO(t)}catch{try{return Zt.PlainDate.from(e).toZonedDateTime(t)}catch{e.includes(" ")&&(n=e.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 Zt.Instant.from(n).toZonedDateTimeISO(t)}}catch(n){return console.error?.("Не удалось преобразовать строку в формат ISO 8601",n),Zt.Now.zonedDateTimeISO(t)}}s(_w,"DT");const Lu=class Lu{mixins=[];components={};emits=[];emitsParent=[];inject=[];injectParent=[];provide={};provideParent={};instance=this;$attrs={};$data={};$root;$emit(t,...n){}$forceUpdate(t){}$watch(t,n,o){}$nextTick(t){}$={};beforeCreate(){}created(){}beforeMount(){}mounted(){}beforeUpdate(){}updated(){}beforeUnmount(){}unmounted(){}beforeCreateParent(){}createdParent(){}beforeMountParent(){}mountedParent(){}beforeUpdateParent(){}updatedParent(){}beforeUnmountParent(){}unmountedParent(){}nextTick(t,n=1){}hasExternalHandlerEvent(t){return!1}};s(Lu,"VueClass");let xt=Lu;const Tw=["$attrs","$data","$el","$off","$on","$emit","$forceUpdate","$nextTick","$options","$parent","$props","$refs","$root","$slots","$watch"];typeof globalThis.$VST>"u"&&(globalThis.$VST={});typeof globalThis.$VST._vueClassInstances>"u"&&(globalThis.$VST._vueClassInstances={});typeof globalThis.$VST._vueClassProps>"u"&&(globalThis.$VST._vueClassProps={});typeof globalThis.$VST._vueClassWatchers>"u"&&(globalThis.$VST._vueClassWatchers={});typeof globalThis.$VST._vueComputed>"u"&&(globalThis.$VST._vueComputed={});function Sw(e){return typeof e=="function"?ud(e):function(t){return ud(t,e)}}s(Sw,"VueClassComponentDecorator");function ud(e,t={}){let n=globalThis.$VST?._vueClassInstances[e.name]??new e;if(!(n instanceof xt))throw`Класс ${e.name} должен наследоваться от класса VueClass или его потомков`;globalThis.$VST?._vueClassInstances[e.name]||(globalThis.$VST._vueClassInstances[e.name]=n);const o={},r=new fa;for(let p of Ow(fd(n),fd(r,!0)))o[p]=n[p];const i={};let c=Object.assign({},globalThis.$VST._vueClassProps[e.name]??{}),a=Object.getPrototypeOf(n);do c=Object.assign(c,globalThis.$VST._vueClassProps[a.constructor.name]??{});while((a=Object.getPrototypeOf(a))instanceof xt);for(let p of Cw(n))c[p]||(i[p]=n[p]);let l=Object.assign({},globalThis.$VST._vueClassWatchers[e.name]??{}),u=Object.getPrototypeOf(n);do l=Object.assign(l,globalThis.$VST._vueClassWatchers[u.constructor.name]??{});while((u=Object.getPrototypeOf(u))instanceof xt);let f=Object.assign({},globalThis.$VST._vueComputed[e.name]??{});for(let p in f)delete n[p];let d=[];return Pi({props:c,watch:l,computed:f,name:n.name??n.instance?.constructor?.name,mixins:n.mixins,components:n.components,emits:n.emits.concat(n.emitsParent),inject:n.inject.concat(n.injectParent),provide:{...n.provideParent,...n.provide},beforeCreate:s(function(){n=new e,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=(p,h=1)=>{const v=s(b=>{this.$nextTick(()=>{b>1?v(b-1):typeof p=="function"&&!(p instanceof Promise)&&p?.call?.(this)})},"recursiveNextTick");v(h)},n.beforeCreateParent.call(this),n.beforeCreate.call(this)},"beforeCreate"),created:s(function(){this.name=n.name??n.instance?.constructor.name;for(let p in o)this[p]=n?.[p].bind?.(this);n.createdParent.call(this),n.created.call(this)},"created"),beforeMount:s(function(){n.beforeMountParent.call(this),n.beforeMount.call(this);const p=s(()=>{const h=zc();h&&h.vnode.props&&(d=Object.keys(h.vnode.props).filter(v=>v.startsWith("on")).map(v=>v.slice(2).toLowerCase()))},"updateEventHandlers");p(),Xs(()=>{p()}),this.hasExternalHandlerEvent=h=>d.includes(h)},"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 p=s(()=>{const h=zc();h&&h.vnode.props&&(d=Object.keys(h.vnode.props).filter(v=>v.startsWith("on")).map(v=>v.slice(2).toLowerCase()))},"updateEventHandlers");p(),Xs(()=>{p()}),this.hasExternalHandlerEvent=h=>d.includes(h)},"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{...i,__vue_class_instance__:null}},"data")})}s(ud,"createComponent");const $w=Sw;function fd(e,t=!1){let n=new Set,o=e;do{if(!t&&o.constructor.name=="VueClass")break;Object.getOwnPropertyNames(o).map(r=>n.add(r))}while(o=Object.getPrototypeOf(o));return[...n.keys()].filter(r=>typeof e[r]=="function"&&typeof Object[r]!="function")}s(fd,"getMethods");function Cw(e,t=!1){let n=new Set,o=e;do{if(!t&&o.constructor.name=="VueClass")break;Object.getOwnPropertyNames(o).map(r=>n.add(r))}while(o=Object.getPrototypeOf(o));return[...n.keys()].filter(r=>Tw.indexOf(r)==-1&&r!="__vue_props__"&&e[r]!=="function"&&typeof Object[r]!="function")}s(Cw,"getObjProps");function Ow(e,t){return e.filter(n=>!t.includes(n))}s(Ow,"arrayDiff");const Uu=class Uu extends xt{};s(Uu,"VueClassChild");let fa=Uu;const wr=s((e,...t)=>(n,o,r)=>{globalThis.$VST._vueClassInstances[n.constructor.name]||(globalThis.$VST._vueClassInstances[n.constructor.name]=new n.constructor,globalThis.$VST._vueClassInstances[n.constructor.name].name=globalThis.$VST._vueClassInstances[n.constructor.name]?.constructor?.name?.toString()??globalThis.$VST._vueClassInstances[n.constructor.name].name??"");let i=typeof e=="object"?e:{type:[e,...t]};globalThis.$VST._vueClassInstances[n.constructor.name][o]&&(i.default=globalThis.$VST._vueClassInstances[n.constructor.name][o]),globalThis.$VST._vueClassProps[n.constructor.name]||(globalThis.$VST._vueClassProps[n.constructor.name]={}),globalThis.$VST._vueClassProps[n.constructor.name][o]=i},"Prop"),Ew=s(function(e,t=!1,n=!1){return(o,r,i)=>{globalThis.$VST._vueClassInstances[o.constructor.name]||(globalThis.$VST._vueClassInstances[o.constructor.name]=new o.constructor,globalThis.$VST._vueClassInstances[o.constructor.name].name=globalThis.$VST._vueClassInstances[o.constructor.name]?.constructor?.name?.toString()??globalThis.$VST._vueClassInstances[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][e]=globalThis.$VST._vueClassInstances[o.constructor.name][r],globalThis.$VST._vueClassWatchers[o.constructor.name]||(globalThis.$VST._vueClassWatchers[o.constructor.name]={}),globalThis.$VST._vueClassWatchers[o.constructor.name][e]={handler:globalThis.$VST._vueClassInstances[o.constructor.name][r],deep:t,immediate:n}}},"Watch"),Pw=s(function(e){return(t,n,o)=>{globalThis.$VST._vueClassInstances[t.constructor.name]||(globalThis.$VST._vueClassInstances[t.constructor.name]=new t.constructor,globalThis.$VST._vueClassInstances[t.constructor.name].name="test",globalThis.$VST._vueClassInstances[t.constructor.name].name=globalThis.$VST._vueClassInstances[t.constructor.name]?.constructor?.name?.toString()??globalThis.$VST._vueClassInstances[t.constructor.name].name??""),t?.constructor?.prototype?.__vue_computed__||(t.constructor.prototype.__vue_computed__={}),t?.constructor?.prototype?.__vue_computed__[t.constructor.name]||(t.constructor.prototype.__vue_computed__[t.constructor.name]={}),t.constructor.prototype.__vue_computed__[t.constructor.name][e]=globalThis.$VST._vueClassInstances[t.constructor.name][n],globalThis.$VST._vueComputed[t.constructor.name]||(globalThis.$VST._vueComputed[t.constructor.name]={});let r=globalThis.$VST._vueClassInstances[t.constructor.name][n];globalThis.$VST._vueClassInstances[t.constructor.name][n]=void 0,delete globalThis.$VST._vueClassInstances[t.constructor.name][n],globalThis.$VST._vueComputed[t.constructor.name][e]={get:r}}},"Computed"),Gu=class Gu extends xt{emitsParent=["update:modelValue"];constructor(){super()}mountedParent(){}};s(Gu,"BaseComponent");let _e=Gu;globalThis.$VST={_vueClassInstances:{},_vueClassProps:{},_vueClassWatchers:{},_vueComputed:{}};globalThis.$VST.$on=(e,t)=>{Ja.addEventListener(e,t)};globalThis.$VST.$off=(e,t)=>{Ja.removeEventListener(e,t)};globalThis.$VST.$emit=(e,t)=>{Ja.dispatchEvent(e,t)};globalThis.$VST.DT=_w;const ye=$w,Mw="0.2.0";var Iw=Object.defineProperty,Rw=s((e,t,n,o)=>{for(var r=void 0,i=e.length-1,c;i>=0;i--)(c=e[i])&&(r=c(t,n,r)||r);return r&&Iw(t,n,r),r},"__decorateClass$n");const Hu=class Hu extends xt{text="";mountedParent(){$VST.$on("RouterPageMount",this.routedPageMount)}beforeUnmountParent(){$VST.$off("RouterPageMount",this.routedPageMount)}routedPageMount(t){}};s(Hu,"PageAbstract");let vi=Hu;Rw([wr(String)],vi.prototype,"text");var Dw=Object.defineProperty,Nw=Object.getOwnPropertyDescriptor,jm=s((e,t,n,o)=>{for(var r=o>1?void 0:o?Nw(t,n):t,i=e.length-1,c;i>=0;i--)(c=e[i])&&(r=(o?c(t,n,r):c(r))||r);return o&&r&&Dw(t,n,r),r},"__decorateClass$m"),Po;let bi=(Po=class extends vi{text="";actualVersion=`v${Mw}`;menu=[{name:"About",url:"/"},{name:"Guide",url:"/guide"},{name:"Donate",url:"/donate"}];routedPageMount(t){console.log(t)}},s(Po,"DocsWithExamples"),Po);jm([wr(String)],bi.prototype,"text",2);bi=jm([ye],bi);const Am="/static/VST_LOGO-CefphyFT.png",jw={class:"bg-[#fcffdfff] w100% fixed t-0 z3003"},Aw={class:"row container mx-auto px-4 py-3 flex items-center justify-between w100%"},kw={class:"col-5 flex items-center space-x-10"},Fw={class:"row"},Vw={class:"col-6 text-xl flex flex-col items-center font-700 tracking-tight"},Bw={class:"ml8px fs-normal text-emerald-500"},Lw={class:"col-6 flex items-end justify-center h100%"},Uw={class:"flex space-x-6"},Gw={class:"flex flex-col items-center justify-center relative mt140px"};function Hw(e,t,n,o,r,i){const c=J("RouterLink"),a=J("RouterView");return Q(),me("div",null,[t[5]||(t[5]=w("link",{rel:"preconnect",href:"https://fonts.googleapis.com"},null,-1)),t[6]||(t[6]=w("link",{rel:"preconnect",href:"https://fonts.gstatic.com",crossorigin:""},null,-1)),t[7]||(t[7]=w("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)),w("header",jw,[w("div",Aw,[t[2]||(t[2]=w("div",{class:"col-2"},null,-1)),w("div",kw,[w("div",Fw,[w("div",Vw,[j(c,{class:"text-center color-black",to:"/"},{default:he(()=>[t[1]||(t[1]=w("img",{class:"w80px",src:Am},null,-1)),w("div",null,[t[0]||(t[0]=w("span",null,"Vue Spear Tip",-1)),w("small",Bw,lt(e.actualVersion),1)])]),_:1})]),w("div",Lw,[w("ul",Uw,[(Q(!0),me(Ue,null,lp(e.menu,l=>(Q(),me("li",{key:l.name,class:ss({"fw-bold":e.$route.path==l.url})},[j(c,{to:l.url},{default:he(()=>[Y(lt(l.name),1)]),_:2},1032,["to"])],2))),128))])])])]),t[3]||(t[3]=w("div",{class:"col-5 flex items-center space-x-4 justify-center h100%"},[w("a",{class:"text-[#b33c62ff]",href:"https://github.com/smartrusorg/vue-spear-tip",target:"_blank"},"GitHub")],-1)),t[4]||(t[4]=w("div",{class:"col-2"},null,-1))])]),w("div",Gw,[j(a)])])}s(Hw,"render$m");const we=s((e,t)=>{const n=e.__vccOpts||e;for(const[o,r]of t)n[o]=r;return n},"_export_sfc"),Ww=we(bi,[["render",Hw],["__scopeId","data-v-e54a8e07"]]);/*!
18
+ * vue-router v4.5.1
19
+ * (c) 2025 Eduardo San Martin Morote
20
+ * @license MIT
21
+ */const wo=typeof document<"u";function km(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}s(km,"isRouteComponent");function Yw(e){return e.__esModule||e[Symbol.toStringTag]==="Module"||e.default&&km(e.default)}s(Yw,"isESModule");const ee=Object.assign;function Rc(e,t){const n={};for(const o in t){const r=t[o];n[o]=_t(r)?r.map(e):e(r)}return n}s(Rc,"applyToParams");const Br=s(()=>{},"noop"),_t=Array.isArray,Fm=/#/g,Kw=/&/g,Zw=/\//g,qw=/=/g,zw=/\?/g,Vm=/\+/g,Jw=/%5B/g,Qw=/%5D/g,Bm=/%5E/g,Xw=/%60/g,Lm=/%7B/g,ex=/%7C/g,Um=/%7D/g,tx=/%20/g;function Ou(e){return encodeURI(""+e).replace(ex,"|").replace(Jw,"[").replace(Qw,"]")}s(Ou,"commonEncode");function nx(e){return Ou(e).replace(Lm,"{").replace(Um,"}").replace(Bm,"^")}s(nx,"encodeHash");function da(e){return Ou(e).replace(Vm,"%2B").replace(tx,"+").replace(Fm,"%23").replace(Kw,"%26").replace(Xw,"`").replace(Lm,"{").replace(Um,"}").replace(Bm,"^")}s(da,"encodeQueryValue");function ox(e){return da(e).replace(qw,"%3D")}s(ox,"encodeQueryKey");function rx(e){return Ou(e).replace(Fm,"%23").replace(zw,"%3F")}s(rx,"encodePath");function sx(e){return e==null?"":rx(e).replace(Zw,"%2F")}s(sx,"encodeParam");function os(e){try{return decodeURIComponent(""+e)}catch{}return""+e}s(os,"decode");const ix=/\/$/,cx=s(e=>e.replace(ix,""),"removeTrailingSlash");function Dc(e,t,n="/"){let o,r={},i="",c="";const a=t.indexOf("#");let l=t.indexOf("?");return a<l&&a>=0&&(l=-1),l>-1&&(o=t.slice(0,l),i=t.slice(l+1,a>-1?a:t.length),r=e(i)),a>-1&&(o=o||t.slice(0,a),c=t.slice(a,t.length)),o=fx(o??t,n),{fullPath:o+(i&&"?")+i+c,path:o,query:r,hash:os(c)}}s(Dc,"parseURL");function ax(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}s(ax,"stringifyURL");function dd(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}s(dd,"stripBase");function lx(e,t,n){const o=t.matched.length-1,r=n.matched.length-1;return o>-1&&o===r&&rr(t.matched[o],n.matched[r])&&Gm(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}s(lx,"isSameRouteLocation");function rr(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}s(rr,"isSameRouteRecord");function Gm(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!ux(e[n],t[n]))return!1;return!0}s(Gm,"isSameRouteLocationParams");function ux(e,t){return _t(e)?pd(e,t):_t(t)?pd(t,e):e===t}s(ux,"isSameRouteLocationParamsValue");function pd(e,t){return _t(t)?e.length===t.length&&e.every((n,o)=>n===t[o]):e.length===1&&e[0]===t}s(pd,"isEquivalentArray");function fx(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),o=e.split("/"),r=o[o.length-1];(r===".."||r===".")&&o.push("");let i=n.length-1,c,a;for(c=0;c<o.length;c++)if(a=o[c],a!==".")if(a==="..")i>1&&i--;else break;return n.slice(0,i).join("/")+"/"+o.slice(c).join("/")}s(fx,"resolveRelativePath");const bn={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};var rs;(function(e){e.pop="pop",e.push="push"})(rs||(rs={}));var Lr;(function(e){e.back="back",e.forward="forward",e.unknown=""})(Lr||(Lr={}));function dx(e){if(!e)if(wo){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),cx(e)}s(dx,"normalizeBase");const px=/^[^#]+#/;function hx(e,t){return e.replace(px,"#")+t}s(hx,"createHref");function mx(e,t){const n=document.documentElement.getBoundingClientRect(),o=e.getBoundingClientRect();return{behavior:t.behavior,left:o.left-n.left-(t.left||0),top:o.top-n.top-(t.top||0)}}s(mx,"getElementPosition");const lc=s(()=>({left:window.scrollX,top:window.scrollY}),"computeScrollPosition");function gx(e){let t;if("el"in e){const n=e.el,o=typeof n=="string"&&n.startsWith("#"),r=typeof n=="string"?o?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!r)return;t=mx(r,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.scrollX,t.top!=null?t.top:window.scrollY)}s(gx,"scrollToPosition");function hd(e,t){return(history.state?history.state.position-t:-1)+e}s(hd,"getScrollKey");const pa=new Map;function vx(e,t){pa.set(e,t)}s(vx,"saveScrollPosition");function bx(e){const t=pa.get(e);return pa.delete(e),t}s(bx,"getSavedScrollPosition");let yx=s(()=>location.protocol+"//"+location.host,"createBaseLocation");function Hm(e,t){const{pathname:n,search:o,hash:r}=t,i=e.indexOf("#");if(i>-1){let a=r.includes(e.slice(i))?e.slice(i).length:1,l=r.slice(a);return l[0]!=="/"&&(l="/"+l),dd(l,"")}return dd(n,e)+o+r}s(Hm,"createCurrentLocation");function wx(e,t,n,o){let r=[],i=[],c=null;const a=s(({state:p})=>{const h=Hm(e,location),v=n.value,b=t.value;let E=0;if(p){if(n.value=h,t.value=p,c&&c===v){c=null;return}E=b?p.position-b.position:0}else o(h);r.forEach(x=>{x(n.value,v,{delta:E,type:rs.pop,direction:E?E>0?Lr.forward:Lr.back:Lr.unknown})})},"popStateHandler");function l(){c=n.value}s(l,"pauseListeners");function u(p){r.push(p);const h=s(()=>{const v=r.indexOf(p);v>-1&&r.splice(v,1)},"teardown");return i.push(h),h}s(u,"listen");function f(){const{history:p}=window;p.state&&p.replaceState(ee({},p.state,{scroll:lc()}),"")}s(f,"beforeUnloadListener");function d(){for(const p of i)p();i=[],window.removeEventListener("popstate",a),window.removeEventListener("beforeunload",f)}return s(d,"destroy"),window.addEventListener("popstate",a),window.addEventListener("beforeunload",f,{passive:!0}),{pauseListeners:l,listen:u,destroy:d}}s(wx,"useHistoryListeners");function md(e,t,n,o=!1,r=!1){return{back:e,current:t,forward:n,replaced:o,position:window.history.length,scroll:r?lc():null}}s(md,"buildState");function xx(e){const{history:t,location:n}=window,o={value:Hm(e,n)},r={value:t.state};r.value||i(o.value,{back:null,current:o.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function i(l,u,f){const d=e.indexOf("#"),p=d>-1?(n.host&&document.querySelector("base")?e:e.slice(d))+l:yx()+e+l;try{t[f?"replaceState":"pushState"](u,"",p),r.value=u}catch(h){console.error(h),n[f?"replace":"assign"](p)}}s(i,"changeLocation");function c(l,u){const f=ee({},t.state,md(r.value.back,l,r.value.forward,!0),u,{position:r.value.position});i(l,f,!0),o.value=l}s(c,"replace");function a(l,u){const f=ee({},r.value,t.state,{forward:l,scroll:lc()});i(f.current,f,!0);const d=ee({},md(o.value,l,null),{position:f.position+1},u);i(l,d,!1),o.value=l}return s(a,"push"),{location:o,state:r,push:a,replace:c}}s(xx,"useHistoryStateNavigation");function _x(e){e=dx(e);const t=xx(e),n=wx(e,t.state,t.location,t.replace);function o(i,c=!0){c||n.pauseListeners(),history.go(i)}s(o,"go");const r=ee({location:"",base:e,go:o,createHref:hx.bind(null,e)},t,n);return Object.defineProperty(r,"location",{enumerable:!0,get:s(()=>t.location.value,"get")}),Object.defineProperty(r,"state",{enumerable:!0,get:s(()=>t.state.value,"get")}),r}s(_x,"createWebHistory");function Tx(e){return typeof e=="string"||e&&typeof e=="object"}s(Tx,"isRouteLocation");function Wm(e){return typeof e=="string"||typeof e=="symbol"}s(Wm,"isRouteName");const Ym=Symbol("");var gd;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(gd||(gd={}));function sr(e,t){return ee(new Error,{type:e,[Ym]:!0},t)}s(sr,"createRouterError");function qt(e,t){return e instanceof Error&&Ym in e&&(t==null||!!(e.type&t))}s(qt,"isNavigationFailure");const vd="[^/]+?",Sx={sensitive:!1,strict:!1,start:!0,end:!0},$x=/[.+*?^${}()[\]/\\]/g;function Cx(e,t){const n=ee({},Sx,t),o=[];let r=n.start?"^":"";const i=[];for(const u of e){const f=u.length?[]:[90];n.strict&&!u.length&&(r+="/");for(let d=0;d<u.length;d++){const p=u[d];let h=40+(n.sensitive?.25:0);if(p.type===0)d||(r+="/"),r+=p.value.replace($x,"\\$&"),h+=40;else if(p.type===1){const{value:v,repeatable:b,optional:E,regexp:x}=p;i.push({name:v,repeatable:b,optional:E});const _=x||vd;if(_!==vd){h+=10;try{new RegExp(`(${_})`)}catch(M){throw new Error(`Invalid custom RegExp for param "${v}" (${_}): `+M.message)}}let C=b?`((?:${_})(?:/(?:${_}))*)`:`(${_})`;d||(C=E&&u.length<2?`(?:/${C})`:"/"+C),E&&(C+="?"),r+=C,h+=20,E&&(h+=-8),b&&(h+=-20),_===".*"&&(h+=-50)}f.push(h)}o.push(f)}if(n.strict&&n.end){const u=o.length-1;o[u][o[u].length-1]+=.7000000000000001}n.strict||(r+="/?"),n.end?r+="$":n.strict&&!r.endsWith("/")&&(r+="(?:/|$)");const c=new RegExp(r,n.sensitive?"":"i");function a(u){const f=u.match(c),d={};if(!f)return null;for(let p=1;p<f.length;p++){const h=f[p]||"",v=i[p-1];d[v.name]=h&&v.repeatable?h.split("/"):h}return d}s(a,"parse");function l(u){let f="",d=!1;for(const p of e){(!d||!f.endsWith("/"))&&(f+="/"),d=!1;for(const h of p)if(h.type===0)f+=h.value;else if(h.type===1){const{value:v,repeatable:b,optional:E}=h,x=v in u?u[v]:"";if(_t(x)&&!b)throw new Error(`Provided param "${v}" is an array but it is not repeatable (* or + modifiers)`);const _=_t(x)?x.join("/"):x;if(!_)if(E)p.length<2&&(f.endsWith("/")?f=f.slice(0,-1):d=!0);else throw new Error(`Missing required param "${v}"`);f+=_}}return f||"/"}return s(l,"stringify"),{re:c,score:o,keys:i,parse:a,stringify:l}}s(Cx,"tokensToParser");function Ox(e,t){let n=0;for(;n<e.length&&n<t.length;){const o=t[n]-e[n];if(o)return o;n++}return e.length<t.length?e.length===1&&e[0]===80?-1:1:e.length>t.length?t.length===1&&t[0]===80?1:-1:0}s(Ox,"compareScoreArray");function Km(e,t){let n=0;const o=e.score,r=t.score;for(;n<o.length&&n<r.length;){const i=Ox(o[n],r[n]);if(i)return i;n++}if(Math.abs(r.length-o.length)===1){if(bd(o))return 1;if(bd(r))return-1}return r.length-o.length}s(Km,"comparePathParserScore");function bd(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}s(bd,"isLastScoreNegative");const Ex={type:0,value:""},Px=/[a-zA-Z0-9_]/;function Mx(e){if(!e)return[[]];if(e==="/")return[[Ex]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(h){throw new Error(`ERR (${n})/"${u}": ${h}`)}s(t,"crash");let n=0,o=n;const r=[];let i;function c(){i&&r.push(i),i=[]}s(c,"finalizeSegment");let a=0,l,u="",f="";function d(){u&&(n===0?i.push({type:0,value:u}):n===1||n===2||n===3?(i.length>1&&(l==="*"||l==="+")&&t(`A repeatable param (${u}) must be alone in its segment. eg: '/:ids+.`),i.push({type:1,value:u,regexp:f,repeatable:l==="*"||l==="+",optional:l==="*"||l==="?"})):t("Invalid state to consume buffer"),u="")}s(d,"consumeBuffer");function p(){u+=l}for(s(p,"addCharToBuffer");a<e.length;){if(l=e[a++],l==="\\"&&n!==2){o=n,n=4;continue}switch(n){case 0:l==="/"?(u&&d(),c()):l===":"?(d(),n=1):p();break;case 4:p(),n=o;break;case 1:l==="("?n=2:Px.test(l)?p():(d(),n=0,l!=="*"&&l!=="?"&&l!=="+"&&a--);break;case 2:l===")"?f[f.length-1]=="\\"?f=f.slice(0,-1)+l:n=3:f+=l;break;case 3:d(),n=0,l!=="*"&&l!=="?"&&l!=="+"&&a--,f="";break;default:t("Unknown state");break}}return n===2&&t(`Unfinished custom RegExp for param "${u}"`),d(),c(),r}s(Mx,"tokenizePath");function Ix(e,t,n){const o=Cx(Mx(e.path),n),r=ee(o,{record:e,parent:t,children:[],alias:[]});return t&&!r.record.aliasOf==!t.record.aliasOf&&t.children.push(r),r}s(Ix,"createRouteRecordMatcher");function Rx(e,t){const n=[],o=new Map;t=_d({strict:!1,end:!0,sensitive:!1},t);function r(d){return o.get(d)}s(r,"getRecordMatcher");function i(d,p,h){const v=!h,b=wd(d);b.aliasOf=h&&h.record;const E=_d(t,d),x=[b];if("alias"in d){const M=typeof d.alias=="string"?[d.alias]:d.alias;for(const V of M)x.push(wd(ee({},b,{components:h?h.record.components:b.components,path:V,aliasOf:h?h.record:b})))}let _,C;for(const M of x){const{path:V}=M;if(p&&V[0]!=="/"){const K=p.record.path,W=K[K.length-1]==="/"?"":"/";M.path=p.record.path+(V&&W+V)}if(_=Ix(M,p,E),h?h.alias.push(_):(C=C||_,C!==_&&C.alias.push(_),v&&d.name&&!xd(_)&&c(d.name)),Zm(_)&&l(_),b.children){const K=b.children;for(let W=0;W<K.length;W++)i(K[W],_,h&&h.children[W])}h=h||_}return C?()=>{c(C)}:Br}s(i,"addRoute");function c(d){if(Wm(d)){const p=o.get(d);p&&(o.delete(d),n.splice(n.indexOf(p),1),p.children.forEach(c),p.alias.forEach(c))}else{const p=n.indexOf(d);p>-1&&(n.splice(p,1),d.record.name&&o.delete(d.record.name),d.children.forEach(c),d.alias.forEach(c))}}s(c,"removeRoute");function a(){return n}s(a,"getRoutes");function l(d){const p=jx(d,n);n.splice(p,0,d),d.record.name&&!xd(d)&&o.set(d.record.name,d)}s(l,"insertMatcher");function u(d,p){let h,v={},b,E;if("name"in d&&d.name){if(h=o.get(d.name),!h)throw sr(1,{location:d});E=h.record.name,v=ee(yd(p.params,h.keys.filter(C=>!C.optional).concat(h.parent?h.parent.keys.filter(C=>C.optional):[]).map(C=>C.name)),d.params&&yd(d.params,h.keys.map(C=>C.name))),b=h.stringify(v)}else if(d.path!=null)b=d.path,h=n.find(C=>C.re.test(b)),h&&(v=h.parse(b),E=h.record.name);else{if(h=p.name?o.get(p.name):n.find(C=>C.re.test(p.path)),!h)throw sr(1,{location:d,currentLocation:p});E=h.record.name,v=ee({},p.params,d.params),b=h.stringify(v)}const x=[];let _=h;for(;_;)x.unshift(_.record),_=_.parent;return{name:E,path:b,params:v,matched:x,meta:Nx(x)}}s(u,"resolve"),e.forEach(d=>i(d));function f(){n.length=0,o.clear()}return s(f,"clearRoutes"),{addRoute:i,resolve:u,removeRoute:c,clearRoutes:f,getRoutes:a,getRecordMatcher:r}}s(Rx,"createRouterMatcher");function yd(e,t){const n={};for(const o of t)o in e&&(n[o]=e[o]);return n}s(yd,"paramsFromLocation");function wd(e){const t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:Dx(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}};return Object.defineProperty(t,"mods",{value:{}}),t}s(wd,"normalizeRouteRecord");function Dx(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const o in e.components)t[o]=typeof n=="object"?n[o]:n;return t}s(Dx,"normalizeRecordProps");function xd(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}s(xd,"isAliasRecord");function Nx(e){return e.reduce((t,n)=>ee(t,n.meta),{})}s(Nx,"mergeMetaFields");function _d(e,t){const n={};for(const o in e)n[o]=o in t?t[o]:e[o];return n}s(_d,"mergeOptions");function jx(e,t){let n=0,o=t.length;for(;n!==o;){const i=n+o>>1;Km(e,t[i])<0?o=i:n=i+1}const r=Ax(e);return r&&(o=t.lastIndexOf(r,o-1)),o}s(jx,"findInsertionIndex");function Ax(e){let t=e;for(;t=t.parent;)if(Zm(t)&&Km(e,t)===0)return t}s(Ax,"getInsertionAncestor");function Zm({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}s(Zm,"isMatchable");function kx(e){const t={};if(e===""||e==="?")return t;const o=(e[0]==="?"?e.slice(1):e).split("&");for(let r=0;r<o.length;++r){const i=o[r].replace(Vm," "),c=i.indexOf("="),a=os(c<0?i:i.slice(0,c)),l=c<0?null:os(i.slice(c+1));if(a in t){let u=t[a];_t(u)||(u=t[a]=[u]),u.push(l)}else t[a]=l}return t}s(kx,"parseQuery");function Td(e){let t="";for(let n in e){const o=e[n];if(n=ox(n),o==null){o!==void 0&&(t+=(t.length?"&":"")+n);continue}(_t(o)?o.map(i=>i&&da(i)):[o&&da(o)]).forEach(i=>{i!==void 0&&(t+=(t.length?"&":"")+n,i!=null&&(t+="="+i))})}return t}s(Td,"stringifyQuery");function Fx(e){const t={};for(const n in e){const o=e[n];o!==void 0&&(t[n]=_t(o)?o.map(r=>r==null?null:""+r):o==null?o:""+o)}return t}s(Fx,"normalizeQuery");const Vx=Symbol(""),Sd=Symbol(""),Eu=Symbol(""),qm=Symbol(""),ha=Symbol("");function Pr(){let e=[];function t(o){return e.push(o),()=>{const r=e.indexOf(o);r>-1&&e.splice(r,1)}}s(t,"add");function n(){e=[]}return s(n,"reset"),{add:t,list:s(()=>e.slice(),"list"),reset:n}}s(Pr,"useCallbacks");function Sn(e,t,n,o,r,i=c=>c()){const c=o&&(o.enterCallbacks[r]=o.enterCallbacks[r]||[]);return()=>new Promise((a,l)=>{const u=s(p=>{p===!1?l(sr(4,{from:n,to:t})):p instanceof Error?l(p):Tx(p)?l(sr(2,{from:t,to:p})):(c&&o.enterCallbacks[r]===c&&typeof p=="function"&&c.push(p),a())},"next"),f=i(()=>e.call(o&&o.instances[r],t,n,u));let d=Promise.resolve(f);e.length<3&&(d=d.then(u)),d.catch(p=>l(p))})}s(Sn,"guardToPromiseFn");function Nc(e,t,n,o,r=i=>i()){const i=[];for(const c of e)for(const a in c.components){let l=c.components[a];if(!(t!=="beforeRouteEnter"&&!c.instances[a]))if(km(l)){const f=(l.__vccOpts||l)[t];f&&i.push(Sn(f,n,o,c,a,r))}else{let u=l();i.push(()=>u.then(f=>{if(!f)throw new Error(`Couldn't resolve component "${a}" at "${c.path}"`);const d=Yw(f)?f.default:f;c.mods[a]=f,c.components[a]=d;const h=(d.__vccOpts||d)[t];return h&&Sn(h,n,o,c,a,r)()}))}}return i}s(Nc,"extractComponentsGuards");function $d(e){const t=en(Eu),n=en(qm),o=vt(()=>{const l=So(e.to);return t.resolve(l)}),r=vt(()=>{const{matched:l}=o.value,{length:u}=l,f=l[u-1],d=n.matched;if(!f||!d.length)return-1;const p=d.findIndex(rr.bind(null,f));if(p>-1)return p;const h=Cd(l[u-2]);return u>1&&Cd(f)===h&&d[d.length-1].path!==h?d.findIndex(rr.bind(null,l[u-2])):p}),i=vt(()=>r.value>-1&&Hx(n.params,o.value.params)),c=vt(()=>r.value>-1&&r.value===n.matched.length-1&&Gm(n.params,o.value.params));function a(l={}){if(Gx(l)){const u=t[So(e.replace)?"replace":"push"](So(e.to)).catch(Br);return e.viewTransition&&typeof document<"u"&&"startViewTransition"in document&&document.startViewTransition(()=>u),u}return Promise.resolve()}return s(a,"navigate"),{route:o,href:vt(()=>o.value.href),isActive:i,isExactActive:c,navigate:a}}s($d,"useLink");function Bx(e){return e.length===1?e[0]:e}s(Bx,"preferSingleVNode");const Lx=Pi({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:$d,setup(e,{slots:t}){const n=Ei($d(e)),{options:o}=en(Eu),r=vt(()=>({[Od(e.activeClass,o.linkActiveClass,"router-link-active")]:n.isActive,[Od(e.exactActiveClass,o.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const i=t.default&&Bx(t.default(n));return e.custom?i:Rp("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:r.value},i)}}}),Ux=Lx;function Gx(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}s(Gx,"guardEvent");function Hx(e,t){for(const n in t){const o=t[n],r=e[n];if(typeof o=="string"){if(o!==r)return!1}else if(!_t(r)||r.length!==o.length||o.some((i,c)=>i!==r[c]))return!1}return!0}s(Hx,"includesParams");function Cd(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}s(Cd,"getOriginalPath");const Od=s((e,t,n)=>e??t??n,"getLinkClass"),Wx=Pi({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const o=en(ha),r=vt(()=>e.route||o.value),i=en(Sd,0),c=vt(()=>{let u=So(i);const{matched:f}=r.value;let d;for(;(d=f[u])&&!d.components;)u++;return u}),a=vt(()=>r.value.matched[c.value]);Fs(Sd,vt(()=>c.value+1)),Fs(Vx,a),Fs(ha,r);const l=ks();return Vs(()=>[l.value,a.value,e.name],([u,f,d],[p,h,v])=>{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||!rr(f,h)||!p)&&(f.enterCallbacks[d]||[]).forEach(b=>b(u))},{flush:"post"}),()=>{const u=r.value,f=e.name,d=a.value,p=d&&d.components[f];if(!p)return Ed(n.default,{Component:p,route:u});const h=d.props[f],v=h?h===!0?u.params:typeof h=="function"?h(u):h:null,E=Rp(p,ee({},v,t,{onVnodeUnmounted:s(x=>{x.component.isUnmounted&&(d.instances[f]=null)},"onVnodeUnmounted"),ref:l}));return Ed(n.default,{Component:E,route:u})||E}}});function Ed(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}s(Ed,"normalizeSlot");const Yx=Wx;function Kx(e){const t=Rx(e.routes,e),n=e.parseQuery||kx,o=e.stringifyQuery||Td,r=e.history,i=Pr(),c=Pr(),a=Pr(),l=I0(bn);let u=bn;wo&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const f=Rc.bind(null,$=>""+$),d=Rc.bind(null,sx),p=Rc.bind(null,os);function h($,k){let N,F;return Wm($)?(N=t.getRecordMatcher($),F=k):F=$,t.addRoute(F,N)}s(h,"addRoute");function v($){const k=t.getRecordMatcher($);k&&t.removeRoute(k)}s(v,"removeRoute");function b(){return t.getRoutes().map($=>$.record)}s(b,"getRoutes");function E($){return!!t.getRecordMatcher($)}s(E,"hasRoute");function x($,k){if(k=ee({},k||l.value),typeof $=="string"){const y=Dc(n,$,k.path),S=t.resolve({path:y.path},k),O=r.createHref(y.fullPath);return ee(y,S,{params:p(S.params),hash:os(y.hash),redirectedFrom:void 0,href:O})}let N;if($.path!=null)N=ee({},$,{path:Dc(n,$.path,k.path).path});else{const y=ee({},$.params);for(const S in y)y[S]==null&&delete y[S];N=ee({},$,{params:d(y)}),k.params=d(k.params)}const F=t.resolve(N,k),ae=$.hash||"";F.params=f(p(F.params));const m=ax(o,ee({},$,{hash:nx(ae),path:F.path})),g=r.createHref(m);return ee({fullPath:m,hash:ae,query:o===Td?Fx($.query):$.query||{}},F,{redirectedFrom:void 0,href:g})}s(x,"resolve");function _($){return typeof $=="string"?Dc(n,$,l.value.path):ee({},$)}s(_,"locationAsObject");function C($,k){if(u!==$)return sr(8,{from:k,to:$})}s(C,"checkCanceledNavigation");function M($){return W($)}s(M,"push");function V($){return M(ee(_($),{replace:!0}))}s(V,"replace");function K($){const k=$.matched[$.matched.length-1];if(k&&k.redirect){const{redirect:N}=k;let F=typeof N=="function"?N($):N;return typeof F=="string"&&(F=F.includes("?")||F.includes("#")?F=_(F):{path:F},F.params={}),ee({query:$.query,hash:$.hash,params:F.path!=null?{}:$.params},F)}}s(K,"handleRedirectRecord");function W($,k){const N=u=x($),F=l.value,ae=$.state,m=$.force,g=$.replace===!0,y=K(N);if(y)return W(ee(_(y),{state:typeof y=="object"?ee({},ae,y.state):ae,force:m,replace:g}),k||N);const S=N;S.redirectedFrom=k;let O;return!m&&lx(o,F,N)&&(O=sr(16,{to:S,from:F}),Ot(F,F,!0,!1)),(O?Promise.resolve(O):$e(S,F)).catch(T=>qt(T)?qt(T,2)?T:vn(T):X(T,S,F)).then(T=>{if(T){if(qt(T,2))return W(ee({replace:g},_(T.to),{state:typeof T.to=="object"?ee({},ae,T.to.state):ae,force:m}),k||S)}else T=Wt(S,F,!0,g,ae);return Oe(S,F,T),T})}s(W,"pushWithRedirect");function oe($,k){const N=C($,k);return N?Promise.reject(N):Promise.resolve()}s(oe,"checkCanceledNavigationAndReject");function se($){const k=uo.values().next().value;return k&&typeof k.runWithContext=="function"?k.runWithContext($):$()}s(se,"runWithContext");function $e($,k){let N;const[F,ae,m]=Zx($,k);N=Nc(F.reverse(),"beforeRouteLeave",$,k);for(const y of F)y.leaveGuards.forEach(S=>{N.push(Sn(S,$,k))});const g=oe.bind(null,$,k);return N.push(g),at(N).then(()=>{N=[];for(const y of i.list())N.push(Sn(y,$,k));return N.push(g),at(N)}).then(()=>{N=Nc(ae,"beforeRouteUpdate",$,k);for(const y of ae)y.updateGuards.forEach(S=>{N.push(Sn(S,$,k))});return N.push(g),at(N)}).then(()=>{N=[];for(const y of m)if(y.beforeEnter)if(_t(y.beforeEnter))for(const S of y.beforeEnter)N.push(Sn(S,$,k));else N.push(Sn(y.beforeEnter,$,k));return N.push(g),at(N)}).then(()=>($.matched.forEach(y=>y.enterCallbacks={}),N=Nc(m,"beforeRouteEnter",$,k,se),N.push(g),at(N))).then(()=>{N=[];for(const y of c.list())N.push(Sn(y,$,k));return N.push(g),at(N)}).catch(y=>qt(y,8)?y:Promise.reject(y))}s($e,"navigate");function Oe($,k,N){a.list().forEach(F=>se(()=>F($,k,N)))}s(Oe,"triggerAfterEach");function Wt($,k,N,F,ae){const m=C($,k);if(m)return m;const g=k===bn,y=wo?history.state:{};N&&(F||g?r.replace($.fullPath,ee({scroll:g&&y&&y.scroll},ae)):r.push($.fullPath,ae)),l.value=$,Ot($,k,N,g),vn()}s(Wt,"finalizeNavigation");let Te;function xr(){Te||(Te=r.listen(($,k,N)=>{if(!Es.listening)return;const F=x($),ae=K(F);if(ae){W(ee(ae,{replace:!0,force:!0}),F).catch(Br);return}u=F;const m=l.value;wo&&vx(hd(m.fullPath,N.delta),lc()),$e(F,m).catch(g=>qt(g,12)?g:qt(g,2)?(W(ee(_(g.to),{force:!0}),F).then(y=>{qt(y,20)&&!N.delta&&N.type===rs.pop&&r.go(-1,!1)}).catch(Br),Promise.reject()):(N.delta&&r.go(-N.delta,!1),X(g,F,m))).then(g=>{g=g||Wt(F,m,!1),g&&(N.delta&&!qt(g,8)?r.go(-N.delta,!1):N.type===rs.pop&&qt(g,20)&&r.go(-1,!1)),Oe(F,m,g)}).catch(Br)}))}s(xr,"setupListeners");let ao=Pr(),Ce=Pr(),ie;function X($,k,N){vn($);const F=Ce.list();return F.length?F.forEach(ae=>ae($,k,N)):console.error($),Promise.reject($)}s(X,"triggerError");function Yt(){return ie&&l.value!==bn?Promise.resolve():new Promise(($,k)=>{ao.add([$,k])})}s(Yt,"isReady");function vn($){return ie||(ie=!$,xr(),ao.list().forEach(([k,N])=>$?N($):k()),ao.reset()),$}s(vn,"markAsReady");function Ot($,k,N,F){const{scrollBehavior:ae}=e;if(!wo||!ae)return Promise.resolve();const m=!N&&bx(hd($.fullPath,0))||(F||!N)&&history.state&&history.state.scroll||null;return Xs().then(()=>ae($,k,m)).then(g=>g&&gx(g)).catch(g=>X(g,$,k))}s(Ot,"handleScroll");const He=s($=>r.go($),"go");let lo;const uo=new Set,Es={currentRoute:l,listening:!0,addRoute:h,removeRoute:v,clearRoutes:t.clearRoutes,hasRoute:E,getRoutes:b,resolve:x,options:e,push:M,replace:V,go:He,back:s(()=>He(-1),"back"),forward:s(()=>He(1),"forward"),beforeEach:i.add,beforeResolve:c.add,afterEach:a.add,onError:Ce.add,isReady:Yt,install($){const k=this;$.component("RouterLink",Ux),$.component("RouterView",Yx),$.config.globalProperties.$router=k,Object.defineProperty($.config.globalProperties,"$route",{enumerable:!0,get:s(()=>So(l),"get")}),wo&&!lo&&l.value===bn&&(lo=!0,M(r.location).catch(ae=>{}));const N={};for(const ae in bn)Object.defineProperty(N,ae,{get:s(()=>l.value[ae],"get"),enumerable:!0});$.provide(Eu,k),$.provide(qm,zd(N)),$.provide(ha,l);const F=$.unmount;uo.add($),$.unmount=function(){uo.delete($),uo.size<1&&(u=bn,Te&&Te(),Te=null,l.value=bn,lo=!1,ie=!1),F()}}};function at($){return $.reduce((k,N)=>k.then(()=>se(N)),Promise.resolve())}return s(at,"runGuardQueue"),Es}s(Kx,"createRouter");function Zx(e,t){const n=[],o=[],r=[],i=Math.max(t.matched.length,e.matched.length);for(let c=0;c<i;c++){const a=t.matched[c];a&&(e.matched.find(u=>rr(u,a))?o.push(a):n.push(a));const l=e.matched[c];l&&(t.matched.find(u=>rr(u,l))||r.push(l))}return[n,o,r]}s(Zx,"extractChangingRecords");var qx=Object.defineProperty,zx=Object.getOwnPropertyDescriptor,zm=s((e,t,n,o)=>{for(var r=o>1?void 0:o?zx(t,n):t,i=e.length-1,c;i>=0;i--)(c=e[i])&&(r=(o?c(t,n,r):c(r))||r);return o&&r&&qx(t,n,r),r},"__decorateClass$l"),Mo;let yi=(Mo=class extends xt{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(Mo,"About"),Mo);zm([wr(String)],yi.prototype,"text",2);yi=zm([ye],yi);const Jx={class:"flex flex-col items-center justify-center w[calc(100%-80px)] mx40px!"},Qx={class:"row p5px w100%"},Xx={class:"col-4 px30px"},e_={class:"mx-20px bg-amber-100 my8px px15px py7px rounded-lg"},t_={class:"mt5px bg-amber-50 p10px"},n_={class:"col-4 px30px"},o_={class:"mx-20px bg-amber-100 my8px px15px py7px rounded-lg"},r_={class:"mt5px bg-amber-50 p10px"},s_={class:"col-4 px30px"},i_={class:"mx-20px bg-amber-100 my8px px15px py7px rounded-lg"},c_={class:"mt5px bg-amber-50 p10px"},a_={class:"m10px flex flex-wrap gap-y-6px items-center justify-center"},l_={class:"text-center"};function u_(e,t,n,o,r,i){const c=J("SelectField"),a=J("Button"),l=J("StringField"),u=J("router-link");return Q(),me(Ue,null,[t[31]||(t[31]=Zr('<div class="flex px20px py15px" data-v-141c7546><div data-v-141c7546><img class="w100px" src="'+Am+'" 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)),w("div",Jx,[t[28]||(t[28]=w("h4",{class:"text-center"},"Reactive select fields (with v-model)",-1)),w("div",Qx,[w("div",Xx,[t[5]||(t[5]=w("b",null,"Single select",-1)),j(c,{placeholder:"Select one value",modelValue:e.selectOnce,"onUpdate:modelValue":t[0]||(t[0]=f=>e.selectOnce=f),items:e.selectOnceItems},null,8,["modelValue","items"]),w("div",e_,[w("div",null,[t[3]||(t[3]=w("b",null,"v-model = ",-1)),w("span",null,lt(e.selectOnce),1)]),w("div",t_,[t[4]||(t[4]=w("b",null,":items = ",-1)),w("span",null,lt(e.selectOnceItems),1)])])]),w("div",n_,[t[8]||(t[8]=w("b",null,"Multi select",-1)),j(c,{mode:"multi",placeholder:"Select multi value",modelValue:e.selectMulti,"onUpdate:modelValue":t[1]||(t[1]=f=>e.selectMulti=f),items:e.selectMultiItems},null,8,["modelValue","items"]),w("div",o_,[w("div",null,[t[6]||(t[6]=w("b",null,"v-model = ",-1)),w("span",null,lt(e.selectMulti),1)]),w("div",r_,[t[7]||(t[7]=w("b",null,":items = ",-1)),w("span",null,lt(e.selectMultiItems),1)])])]),w("div",s_,[t[11]||(t[11]=w("b",null,"Tags select with presets",-1)),j(c,{mode:"tags",placeholder:"Select tags values with preset",modelValue:e.selectTags,"onUpdate:modelValue":t[2]||(t[2]=f=>e.selectTags=f),items:e.selectTagsItems},null,8,["modelValue","items"]),w("div",i_,[w("div",null,[t[9]||(t[9]=w("b",null,"v-model = ",-1)),w("span",null,lt(e.selectTags),1)]),w("div",c_,[t[10]||(t[10]=w("b",null,":items = ",-1)),w("span",null,lt(e.selectTagsItems),1)])])])]),t[29]||(t[29]=w("h4",{class:"text-center"},"Buttons",-1)),w("div",a_,[j(a,null,{default:he(()=>[...t[12]||(t[12]=[Y("Default",-1)])]),_:1}),j(a,{theme:"black",iconRight:'<img style="height: 20px" src="/VST_LOGO.png"/>'},{default:he(()=>[...t[13]||(t[13]=[Y("Black",-1)])]),_:1}),j(a,{theme:"yellow"},{default:he(()=>[...t[14]||(t[14]=[Y("Yellow",-1)])]),_:1}),j(a,{theme:"white",icon:'<img style="height: 20px" src="/VST_LOGO.png"/>'},{default:he(()=>[...t[15]||(t[15]=[Y("White",-1)])]),_:1}),j(a,{theme:"grey"},{default:he(()=>[...t[16]||(t[16]=[Y("Grey",-1)])]),_:1}),j(a,{theme:"indigo"},{default:he(()=>[...t[17]||(t[17]=[Y("Indigo",-1)])]),_:1}),j(a,{theme:"purple"},{default:he(()=>[...t[18]||(t[18]=[Y("Purple",-1)])]),_:1}),j(l,{class:"w320px",placeholder:"Type text"}),j(a,{theme:"pink"},{default:he(()=>[...t[19]||(t[19]=[Y("Pink",-1)])]),_:1}),j(a,{theme:"info"},{default:he(()=>[...t[20]||(t[20]=[Y("Info",-1)])]),_:1}),j(a,{theme:"danger"},{default:he(()=>[...t[21]||(t[21]=[Y("Danger",-1)])]),_:1}),j(a,{theme:"warning"},{default:he(()=>[...t[22]||(t[22]=[Y("Warning",-1)])]),_:1}),j(a,{theme:"primary"},{default:he(()=>[...t[23]||(t[23]=[Y("Primary",-1)])]),_:1}),j(a,{theme:"success"},{default:he(()=>[...t[24]||(t[24]=[Y("Success",-1)])]),_:1})]),w("h4",l_,[t[26]||(t[26]=Y("Auto resizable window and container grid elements (And much more. See the ",-1)),j(u,{to:"/guide"},{default:he(()=>[...t[25]||(t[25]=[Y("documentation",-1)])]),_:1}),t[27]||(t[27]=Y(")",-1))]),t[30]||(t[30]=Zr('<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(u_,"render$l");const f_=we(yi,[["render",u_],["__scopeId","data-v-141c7546"]]);var d_=Object.defineProperty,p_=Object.getOwnPropertyDescriptor,Jm=s((e,t,n,o)=>{for(var r=o>1?void 0:o?p_(t,n):t,i=e.length-1,c;i>=0;i--)(c=e[i])&&(r=(o?c(t,n,r):c(r))||r);return o&&r&&d_(t,n,r),r},"__decorateClass$k"),Io;let wi=(Io=class extends xt{text="";routes;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(){this.routes=[...BT,...LT]}},s(Io,"GuidesMenu"),Io);Jm([wr(String)],wi.prototype,"text",2);wi=Jm([ye],wi);const h_={class:"flex flex-col fixed"},m_={key:1},g_=["innerHTML"];function v_(e,t,n,o,r,i){const c=J("RouterLink");return Q(),me("div",h_,[(Q(!0),me(Ue,null,lp(e.routes,a=>(Q(),me("div",{class:ss({"fw-bold":e.$route.path==a?.path})},[a.component?(Q(),Qn(c,{key:0,to:a.path},{default:he(()=>[Y(lt(a.name),1)]),_:2},1032,["to"])):(Q(),me("div",m_,[w("span",{innerHTML:a.name},null,8,g_)]))],2))),256))])}s(v_,"render$k");const Ve=we(wi,[["render",v_],["__scopeId","data-v-e4448537"]]);var b_=Object.defineProperty,y_=Object.getOwnPropertyDescriptor,uc=s((e,t,n,o)=>{for(var r=o>1?void 0:o?y_(t,n):t,i=e.length-1,c;i>=0;i--)(c=e[i])&&(r=(o?c(t,n,r):c(r))||r);return o&&r&&b_(t,n,r),r},"__decorateClass$j"),Ro;let ir=(Ro=class extends xt{components={GuidesMenu:Ve};text="";GuidesRoutes;test="";beforeMount(){}_computedComputed(){return this.test?this.test=="test"?"First test":"Second test":"TEST EMPTY"}_testWatch(t){console.log("test variable changed",t)}},s(Ro,"Guides"),Ro);uc([wr(String)],ir.prototype,"text",2);uc([Pw("computed")],ir.prototype,"_computedComputed",1);uc([Ew("test",!1,!1)],ir.prototype,"_testWatch",1);ir=uc([ye],ir);const w_={class:"mx-auto max-w1024px w100% min-h100% flex"},x_={class:"flex px20px py15px w220px min-h100%!"},__={class:"w[calc(100%-260px)]"},T_={class:"row gap-y-25px gap-x-1px"},S_={class:"col-8 relative"},$_={class:"col-4 relative"},C_={class:"flex items-center justify-center h100%"},O_={class:"title"},E_={class:"h90px m20px"},P_={class:"mt7px"},M_={class:"text-stone"},I_={class:"col-8 relative"},R_={class:"col-4 relative"},D_={class:"h470px relative mb30px!"};function N_(e,t,n,o,r,i){const c=J("GuidesMenu"),a=J("router-link"),l=J("CodeHighlight"),u=J("Button");return Q(),me("div",w_,[w("div",x_,[j(c)]),w("div",__,[t[20]||(t[20]=w("h1",null,"Guide",-1)),t[21]||(t[21]=w("h4",null,"Explanation",-1)),t[22]||(t[22]=w("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)),w("p",null,[t[5]||(t[5]=Y("We assume that you have a basic understanding of reactivity, in particular, the principles of ",-1)),j(a,{to:"/guides/config/vue",class:"fw-bold"},{default:he(()=>[...t[2]||(t[2]=[Y("Vue",-1)])]),_:1}),t[6]||(t[6]=Y(" (Watch, Computed) and how class inheritance works. You should also be familiar with ",-1)),j(a,{to:"/guides/config/typescript",class:"fw-bold"},{default:he(()=>[...t[3]||(t[3]=[Y("TypeScript",-1)])]),_:1}),t[7]||(t[7]=Y(" and understand how preprocessors such as Scss/Stylus or Sass work. It would be helpful if you understood how ",-1)),j(a,{to:"/guides/config/uno-tailwind",class:"fw-bold"},{default:he(()=>[...t[4]||(t[4]=[Y("UnoСss or TainwindCss",-1)])]),_:1}),t[8]||(t[8]=Y(" work. ",-1))]),t[23]||(t[23]=w("h4",null,[Y("Abstract "),w("code",{class:"text-emerald-500 fs-1rem"},"Example.vue"),Y(" component template")],-1)),w("div",T_,[w("div",S_,[t[9]||(t[9]=w("div",{class:"absolute text-stone! z3000 top--8px bg-#282c34 px5px ml2px l-0 rounded-t-lg user-select-none"},'<template lang="pug">',-1)),t[10]||(t[10]=w("div",{class:"absolute text-stone! z3000 bottom--15px bg-#282c34 px5px ml2px l-0 rounded-b-lg user-select-none"},"</template>",-1)),j(l,{lang:"pug",code:`
22
+ h2(class="absolute l-25 t-2 bg-stone-100 px9px py2px rounded-md") Result:
23
+ div(class="flex items-center justify-center h100%")
24
+ .title
25
+ div(class="h90px m20px")
26
+ div Test: {{ test }}
27
+ Button(
28
+ class="h30px"
29
+ fontSize="14px"
30
+ @clickTap="test = test == 'test' ? 'test 2' : 'test'"
31
+ ) Toggle title
32
+ Button(
33
+ class="h30px"
34
+ fontSize="12px"
35
+ theme="danger"
36
+ @clickTap="test = ''"
37
+ ) Reset
38
+ div(class="mt7px")
39
+ small(class="text-stone") Computed: {{ computed }}
40
+ `})]),w("div",$_,[t[13]||(t[13]=w("h2",{class:"absolute l-25 t-2 bg-stone-100 px9px py2px rounded-md"},"Result:",-1)),w("div",C_,[w("div",O_,[w("div",E_,[w("div",null,"Test: "+lt(e.test),1),j(u,{class:"h30px",fontSize:"14px",onClickTap:t[0]||(t[0]=f=>e.test=e.test=="test"?"test 2":"test")},{default:he(()=>[...t[11]||(t[11]=[Y("Toggle title",-1)])]),_:1}),j(u,{class:"h30px",fontSize:"12px",theme:"danger",onClickTap:t[1]||(t[1]=f=>e.test="")},{default:he(()=>[...t[12]||(t[12]=[Y("Reset",-1)])]),_:1}),w("div",P_,[w("small",M_,"Computed: "+lt(e.computed),1)])])])])]),w("div",I_,[t[14]||(t[14]=w("div",{class:"absolute text-stone! z3000 top--8px bg-#282c34 px5px ml2px l-0 rounded-t-lg user-select-none"},'<script lang="ts">',-1)),t[15]||(t[15]=w("div",{class:"absolute text-stone! z3000 bottom--15px bg-#282c34 px5px ml2px l-0 rounded-b-lg user-select-none"},"<\/script>",-1)),j(l,{lang:"ts",code:`
41
+ import {VST, Prop, Watch, Computed, Button} from 'vue-spear-tip'
42
+
43
+ import BaseComponent from './BaseComponent.vue'
44
+
45
+ @VST export default class Example extends BaseComponent {
46
+ components = {Button}
47
+ @Prop(String, null) readonly text: string = ''
48
+ test: 'test'|'test 2'|'' = ''
49
+
50
+ beforeMount() {
51
+ this.test = this.text
52
+ }
53
+
54
+ declare computed: boolean
55
+ @Computed('computed') _computedComputed(): boolean {
56
+ return !this.test ? 'TEST EMPTY'
57
+ : (this.test == 'test' ? 'First test' : 'Second test')
58
+ }
59
+
60
+ @Watch('test', false /* deep */, false /* immediate */)
61
+ _testWatch(newVal: string) {
62
+ console.log('test variable changed', newVal)
63
+ }
64
+ }
65
+ `})]),w("div",R_,[t[16]||(t[16]=w("div",{class:"absolute text-stone! z3000 top--8px bg-#282c34 px5px ml2px l-0 rounded-t-lg user-select-none"},'<style lang="sass">',-1)),t[17]||(t[17]=w("div",{class:"absolute text-stone! z3000 bottom--15px bg-#282c34 px5px ml2px l-0 rounded-b-lg user-select-none"},"</style>",-1)),j(l,{lang:"sass",code:`
66
+ .title
67
+ @apply bg-yellow-100 m10px
68
+ @apply hover:bg-yellow-200
69
+ @apply rounded-xl
70
+ `})])]),t[24]||(t[24]=Zr('<p class="mt30px" data-v-a2506ee9>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-a2506ee9>Sass</a>. And don&#39;t inclue <a href="https://unocss.dev/" class="fw-bold" target="_blank" data-v-a2506ee9>UnoCss</a> / <a href="https://tailwindcss.com/" class="fw-bold" target="_blank" data-v-a2506ee9>Tailwindcss</a> We don&#39;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-a2506ee9>Pug Mixin Blocks</a>, which can be useful when writing certain library components. </p><h4 class="mt30px" data-v-a2506ee9>Example abstract <code class="text-emerald-500 fs-1rem" data-v-a2506ee9>BaseComponent.vue</code> inherited component</h4>',2)),w("div",D_,[t[18]||(t[18]=w("div",{class:"absolute text-stone! z3000 top--8px bg-#282c34 px5px ml2px l-0 rounded-t-lg user-select-none"},'<script lang="ts">',-1)),t[19]||(t[19]=w("div",{class:"absolute text-stone! z3000 bottom--15px bg-#282c34 px5px ml2px l-0 rounded-b-lg user-select-none"},"<\/script>",-1)),j(l,{lang:"ts",code:`
71
+ import IBaseVueComponent from '../Interfaces/IBaseVueComponent'
72
+ import {VueClass, Prop} from 'vue-spear-tip'
73
+
74
+ /** Base component */
75
+ export default abstract class BaseComponent extends VueClass implements IBaseVueComponent {
76
+ // default props
77
+ @Prop(string) readonly testDefault: 'test'|'test 2'|'' = ''
78
+ // default emits
79
+ emitsParent = ['update:modelValue']
80
+ declare readonly $root: {
81
+ [key: string]: any
82
+ }
83
+ constructor() {
84
+ super()
85
+ // enable some global child component variables, etc.
86
+ }
87
+
88
+ // The method with the "Parent" suffix will be executed before the corresponding stages
89
+ // of the Vue component (created, beforeMount, mount, etc.).
90
+ mountedParent() {
91
+
92
+ }
93
+
94
+ // It can also possess measurable and monitored characteristics by default.
95
+ // declare computed: boolean @Computed('computed') _computedComputed(): boolean {return false}
96
+ // @Watch('test', false /* deep */, false /* immediate */) _testWatch(newVal: string) {return ''}
97
+ }
98
+ `})]),t[25]||(t[25]=Zr('<h3 data-v-a2506ee9>We recommend using TypeScript classes at the top level and in the frontend for three main reasons:</h3><p data-v-a2506ee9>1. Classes can be inherited, along with properties and methods, making it easier to maintain and extend code.<br data-v-a2506ee9> 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-a2506ee9> 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-a2506ee9>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-a2506ee9></p><h3 data-v-a2506ee9>Lib</h3><p data-v-a2506ee9>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-a2506ee9>Why was it called &quot;Spear Tip&quot;?</h3><p data-v-a2506ee9>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(N_,"render$j");const j_=we(ir,[["render",N_],["__scopeId","data-v-a2506ee9"]]);var A_=Object.defineProperty,k_=Object.getOwnPropertyDescriptor,Qm=s((e,t,n,o)=>{for(var r=o>1?void 0:o?k_(t,n):t,i=e.length-1,c;i>=0;i--)(c=e[i])&&(r=(o?c(t,n,r):c(r))||r);return o&&r&&A_(t,n,r),r},"__decorateClass$i"),Do;let xi=(Do=class extends _e{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(Do,"Donate"),Do);Qm([wr(String)],xi.prototype,"text",2);xi=Qm([ye],xi);const F_={class:"mx-auto max-w1440px w100% min-h100%"};function V_(e,t,n,o,r,i){return Q(),me("div",F_,[...t[0]||(t[0]=[Zr('<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(V_,"render$i");const B_=we(xi,[["render",V_],["__scopeId","data-v-fdfcb0f0"]]);var L_=Object.getOwnPropertyDescriptor,U_=s((e,t,n,o)=>{for(var r=o>1?void 0:o?L_(t,n):t,i=e.length-1,c;i>=0;i--)(c=e[i])&&(r=c(r)||r);return r},"__decorateClass$h"),No;let ma=(No=class extends _e{components={GuidesMenu:Ve}},s(No,"InstallGuide"),No);ma=U_([ye],ma);const G_="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",H_={class:"mx-auto max-w1024px w100% min-h100% flex"},W_={class:"flex px20px py15px w220px min-h100%!"},Y_={class:"w[calc(100%-260px)]"};function K_(e,t,n,o,r,i){const c=J("GuidesMenu"),a=J("CodeHighlight"),l=J("router-link");return Q(),me("div",H_,[w("div",W_,[j(c)]),w("div",Y_,[t[11]||(t[11]=w("h1",null,"Install",-1)),t[12]||(t[12]=w("h4",null,"Installing from package manager",-1)),w("div",null,[t[5]||(t[5]=w("p",null,[Y("The latest version of the package has been published in the global npm repository and has been assembled at "),w("a",{href:"https://www.npmjs.com/package/vue-spear-tip",target:"_blacnk"},"https://www.npmjs.com/package/vue-spear-tip"),Y(".")],-1)),t[6]||(t[6]=w("p",null,[Y("As a package manager and application builder, we highly recommend using "),w("a",{href:"https://bun.com/docs/installation",target:"_blacnk"},[Y("Bun.JS "),w("img",{src:G_,class:"h40px"})])],-1)),w("div",null,[j(a,{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"'}]})]),t[7]||(t[7]=w("p",null,"Because it is currently the fastest way to install packages and build applications in JavaScript. Support all popular platforms",-1)),t[8]||(t[8]=w("p",null,[Y("Or you can take a more common approach and install "),w("a",{href:"https://nodejs.org/en/download",target:"_blacnk"},"Node.JS"),Y(". Once you have it installed, you will have a global "),w("a",{href:"https://www.npmjs.com/",target:"_blacnk"},[w("b",null,"npm")]),Y(" package manager that you can use to install "),w("a",{href:"https://www.npmjs.com/package/vue-spear-tip",target:"_blacnk"},[w("b",null,"Vue Spear Tip")]),Y(". ")],-1)),t[9]||(t[9]=w("p",null,"Next step - run in console in root project folder:",-1)),w("div",null,[j(a,{class:"h35px mb40px",lang:"pug",code:[{copy:!0,lang:"bash",title:"Bun.JS",code:"bun add vue-spear-tip"},{copy:!0,lang:"bash",title:"npm",code:"npm i vue-spear-tip"}]})]),t[10]||(t[10]=w("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)),w("p",null,[t[1]||(t[1]=Y("First, you need to set up app builder. We use ",-1)),t[2]||(t[2]=w("a",{href:"https://vite.dev/guide/",target:"_blacnk"},"Vite",-1)),t[3]||(t[3]=Y(" for this. Follow the installation instructions for ",-1)),j(l,{to:"/guides/config/vite"},{default:he(()=>[...t[0]||(t[0]=[w("b",null,"configuring Vite",-1)])]),_:1}),t[4]||(t[4]=Y(" and follow the steps outlined in the instructions. ",-1))])])])])}s(K_,"render$h");const Z_=we(ma,[["render",K_],["__scopeId","data-v-e68e7533"]]);var q_=Object.getOwnPropertyDescriptor,z_=s((e,t,n,o)=>{for(var r=o>1?void 0:o?q_(t,n):t,i=e.length-1,c;i>=0;i--)(c=e[i])&&(r=c(r)||r);return r},"__decorateClass$g"),jo;let ga=(jo=class extends _e{components={GuidesMenu:Ve}},s(jo,"VueConfigGuide"),jo);ga=z_([ye],ga);const J_={class:"mx-auto max-w1024px w100% min-h100% flex"},Q_={class:"flex px20px py15px w220px min-h100%!"};function X_(e,t,n,o,r,i){const c=J("GuidesMenu");return Q(),me("div",J_,[w("div",Q_,[j(c)]),t[0]||(t[0]=w("div",{class:"w[calc(100%-260px)]"},[w("h1",null,"Vue Config Guide"),w("div",null,"soon")],-1))])}s(X_,"render$g");const e2=we(ga,[["render",X_],["__scopeId","data-v-6f8b8c97"]]);var t2=Object.getOwnPropertyDescriptor,n2=s((e,t,n,o)=>{for(var r=o>1?void 0:o?t2(t,n):t,i=e.length-1,c;i>=0;i--)(c=e[i])&&(r=c(r)||r);return r},"__decorateClass$f"),Ao;let va=(Ao=class extends _e{components={GuidesMenu:Ve}},s(Ao,"ViteConfigGuide"),Ao);va=n2([ye],va);const o2={class:"mx-auto max-w1024px w100% min-h100% flex"},r2={class:"flex px20px py15px w220px min-h100%!"};function s2(e,t,n,o,r,i){const c=J("GuidesMenu");return Q(),me("div",o2,[w("div",r2,[j(c)]),t[0]||(t[0]=w("div",{class:"w[calc(100%-260px)]"},[w("h1",null,"Vite Config Guide"),w("div",null,"soon")],-1))])}s(s2,"render$f");const i2=we(va,[["render",s2],["__scopeId","data-v-035d8961"]]);var c2=Object.getOwnPropertyDescriptor,a2=s((e,t,n,o)=>{for(var r=o>1?void 0:o?c2(t,n):t,i=e.length-1,c;i>=0;i--)(c=e[i])&&(r=c(r)||r);return r},"__decorateClass$e"),ko;let ba=(ko=class extends _e{components={GuidesMenu:Ve}},s(ko,"TypeScriptConfigGuide"),ko);ba=a2([ye],ba);const l2={class:"mx-auto max-w1024px w100% min-h100% flex"},u2={class:"flex px20px py15px w220px min-h100%!"};function f2(e,t,n,o,r,i){const c=J("GuidesMenu");return Q(),me("div",l2,[w("div",u2,[j(c)]),t[0]||(t[0]=w("div",{class:"w[calc(100%-260px)]"},[w("h1",null,"TypeScript Config Guide"),w("div",null,"soon")],-1))])}s(f2,"render$e");const d2=we(ba,[["render",f2],["__scopeId","data-v-eed6c4cd"]]);var p2=Object.getOwnPropertyDescriptor,h2=s((e,t,n,o)=>{for(var r=o>1?void 0:o?p2(t,n):t,i=e.length-1,c;i>=0;i--)(c=e[i])&&(r=c(r)||r);return r},"__decorateClass$d"),Fo;let ya=(Fo=class extends _e{components={GuidesMenu:Ve}},s(Fo,"PugConfigGuide"),Fo);ya=h2([ye],ya);const m2={class:"mx-auto max-w1024px w100% min-h100% flex"},g2={class:"flex px20px py15px w220px min-h100%!"};function v2(e,t,n,o,r,i){const c=J("GuidesMenu");return Q(),me("div",m2,[w("div",g2,[j(c)]),t[0]||(t[0]=w("div",{class:"w[calc(100%-260px)]"},[w("h1",null,"Pug Config Guide"),w("div",null,"soon")],-1))])}s(v2,"render$d");const b2=we(ya,[["render",v2],["__scopeId","data-v-a6caa6d3"]]);var y2=Object.getOwnPropertyDescriptor,w2=s((e,t,n,o)=>{for(var r=o>1?void 0:o?y2(t,n):t,i=e.length-1,c;i>=0;i--)(c=e[i])&&(r=c(r)||r);return r},"__decorateClass$c"),Vo;let wa=(Vo=class extends _e{components={GuidesMenu:Ve}},s(Vo,"SassConfigGuide"),Vo);wa=w2([ye],wa);const x2={class:"mx-auto max-w1024px w100% min-h100% flex"},_2={class:"flex px20px py15px w220px min-h100%!"};function T2(e,t,n,o,r,i){const c=J("GuidesMenu");return Q(),me("div",x2,[w("div",_2,[j(c)]),t[0]||(t[0]=w("div",{class:"w[calc(100%-260px)]"},[w("h1",null,"Sass Config Guide"),w("div",null,"soon")],-1))])}s(T2,"render$c");const S2=we(wa,[["render",T2],["__scopeId","data-v-78ef9107"]]);var $2=Object.getOwnPropertyDescriptor,C2=s((e,t,n,o)=>{for(var r=o>1?void 0:o?$2(t,n):t,i=e.length-1,c;i>=0;i--)(c=e[i])&&(r=c(r)||r);return r},"__decorateClass$b"),Bo;let xa=(Bo=class extends _e{components={GuidesMenu:Ve}},s(Bo,"UnoCssConfigGuide"),Bo);xa=C2([ye],xa);const O2={class:"mx-auto max-w1024px w100% min-h100% flex"},E2={class:"flex px20px py15px w220px min-h100%!"};function P2(e,t,n,o,r,i){const c=J("GuidesMenu");return Q(),me("div",O2,[w("div",E2,[j(c)]),t[0]||(t[0]=w("div",{class:"w[calc(100%-260px)]"},[w("h1",null,"UnoCss Config Guide"),w("div",null,"soon")],-1))])}s(P2,"render$b");const M2=we(xa,[["render",P2],["__scopeId","data-v-e7ba6b32"]]);var I2=Object.getOwnPropertyDescriptor,R2=s((e,t,n,o)=>{for(var r=o>1?void 0:o?I2(t,n):t,i=e.length-1,c;i>=0;i--)(c=e[i])&&(r=c(r)||r);return r},"__decorateClass$a"),Lo;let _a=(Lo=class extends _e{components={GuidesMenu:Ve}},s(Lo,"LaravelConfigGuide"),Lo);_a=R2([ye],_a);const D2={class:"mx-auto max-w1024px w100% min-h100% flex"},N2={class:"flex px20px py15px w220px min-h100%!"};function j2(e,t,n,o,r,i){const c=J("GuidesMenu");return Q(),me("div",D2,[w("div",N2,[j(c)]),t[0]||(t[0]=w("div",{class:"w[calc(100%-260px)]"},[w("h1",null,"Laravel Config Guide"),w("div",null,"soon")],-1))])}s(j2,"render$a");const A2=we(_a,[["render",j2],["__scopeId","data-v-e4972b51"]]);var k2=Object.getOwnPropertyDescriptor,F2=s((e,t,n,o)=>{for(var r=o>1?void 0:o?k2(t,n):t,i=e.length-1,c;i>=0;i--)(c=e[i])&&(r=c(r)||r);return r},"__decorateClass$9"),Uo;let Ta=(Uo=class extends _e{components={GuidesMenu:Ve}},s(Uo,"JuniorGuide"),Uo);Ta=F2([ye],Ta);const V2={class:"mx-auto max-w1024px w100% min-h100% flex"},B2={class:"flex px20px py15px w220px min-h100%!"};function L2(e,t,n,o,r,i){const c=J("GuidesMenu");return Q(),me("div",V2,[w("div",B2,[j(c)]),t[0]||(t[0]=w("div",{class:"w[calc(100%-260px)]"},[w("h1",null,"JuniorGuide"),w("div",null,"JuniorGuide")],-1))])}s(L2,"render$9");const U2=we(Ta,[["render",L2],["__scopeId","data-v-c52078f8"]]),fc=[{name:"<b>Guides</b>"},{path:"/install",name:"Install Guide",component:Z_},{path:"/config/vite",name:"Vite Config",component:i2},{path:"/config/vue",name:"Vue Config",component:e2},{path:"/config/typescript",name:"TypesScript Config",component:d2},{path:"/config/pug",name:"Pug Config",component:b2},{path:"/config/sass",name:"Scss/Sass/Stylus Config",component:S2},{path:"/config/uno-tailwind",name:"UnoCss/Tailwindcss Config",component:M2},{path:"/config/laravel",name:"Laravel Config",component:A2},{path:"/junior",name:"Junior Start Guide",component:U2}];var G2=Object.getOwnPropertyDescriptor,H2=s((e,t,n,o)=>{for(var r=o>1?void 0:o?G2(t,n):t,i=e.length-1,c;i>=0;i--)(c=e[i])&&(r=c(r)||r);return r},"__decorateClass$8"),Go;let Sa=(Go=class extends _e{components={GuidesMenu:Ve}},s(Go,"GridKit"),Go);Sa=H2([ye],Sa);const W2={class:"mx-auto max-w1024px w100% min-h100% flex"},Y2={class:"flex px20px py15px w220px min-h100%!"};function K2(e,t,n,o,r,i){const c=J("GuidesMenu");return Q(),me("div",W2,[w("div",Y2,[j(c)]),t[0]||(t[0]=w("div",{class:"w[calc(100%-260px)]"},[w("h1",null,"GridKit"),w("div",null,"GridKit")],-1))])}s(K2,"render$8");const Z2=we(Sa,[["render",K2],["__scopeId","data-v-ff290277"]]);var q2=Object.getOwnPropertyDescriptor,z2=s((e,t,n,o)=>{for(var r=o>1?void 0:o?q2(t,n):t,i=e.length-1,c;i>=0;i--)(c=e[i])&&(r=c(r)||r);return r},"__decorateClass$7"),Ho;let $a=(Ho=class extends _e{components={GuidesMenu:Ve}},s(Ho,"ButtonKit"),Ho);$a=z2([ye],$a);const J2={class:"mx-auto max-w1024px w100% min-h100% flex"},Q2={class:"flex px20px py15px w220px min-h100%!"},X2={class:"w[calc(100%-260px)]"},eT={class:"flex"};function tT(e,t,n,o,r,i){const c=J("GuidesMenu"),a=J("Button");return Q(),me("div",J2,[w("div",Q2,[j(c)]),w("div",X2,[t[1]||(t[1]=w("h1",null,"ButtonKitElement",-1)),w("div",eT,[j(a,null,{default:he(()=>[...t[0]||(t[0]=[Y("ButtonKitElement",-1)])]),_:1})])])])}s(tT,"render$7");const nT=we($a,[["render",tT],["__scopeId","data-v-3a52d9f6"]]);var oT=Object.getOwnPropertyDescriptor,rT=s((e,t,n,o)=>{for(var r=o>1?void 0:o?oT(t,n):t,i=e.length-1,c;i>=0;i--)(c=e[i])&&(r=c(r)||r);return r},"__decorateClass$6"),Wo;let Ca=(Wo=class extends _e{components={ButtonKit:nT}},s(Wo,"ButtonKitElement"),Wo);Ca=rT([ye],Ca);function sT(e,t,n,o,r,i){const c=J("ButtonKit");return Q(),Qn(c)}s(sT,"render$6");const Pd=we(Ca,[["render",sT]]);var iT=Object.getOwnPropertyDescriptor,cT=s((e,t,n,o)=>{for(var r=o>1?void 0:o?iT(t,n):t,i=e.length-1,c;i>=0;i--)(c=e[i])&&(r=c(r)||r);return r},"__decorateClass$5"),Yo;let Oa=(Yo=class extends _e{components={GuidesMenu:Ve}},s(Yo,"QRCodeKitElement"),Yo);Oa=cT([ye],Oa);const aT={class:"mx-auto max-w1024px w100% min-h100% flex"},lT={class:"flex px20px py15px w220px min-h100%!"};function uT(e,t,n,o,r,i){const c=J("GuidesMenu");return Q(),me("div",aT,[w("div",lT,[j(c)]),t[0]||(t[0]=w("div",{class:"w[calc(100%-260px)]"},[w("h1",null,"QRCodeKitElement"),w("div",null,"soon")],-1))])}s(uT,"render$5");const fT=we(Oa,[["render",uT],["__scopeId","data-v-81010176"]]);var dT=Object.getOwnPropertyDescriptor,pT=s((e,t,n,o)=>{for(var r=o>1?void 0:o?dT(t,n):t,i=e.length-1,c;i>=0;i--)(c=e[i])&&(r=c(r)||r);return r},"__decorateClass$4"),Ko;let Ea=(Ko=class extends _e{components={GuidesMenu:Ve}},s(Ko,"BarcodeKitElement"),Ko);Ea=pT([ye],Ea);const hT={class:"mx-auto max-w1024px w100% min-h100% flex"},mT={class:"flex px20px py15px w220px min-h100%!"};function gT(e,t,n,o,r,i){const c=J("GuidesMenu");return Q(),me("div",hT,[w("div",mT,[j(c)]),t[0]||(t[0]=w("div",{class:"w[calc(100%-260px)]"},[w("h1",null,"BarcodeKitElement"),w("div",null,"soon")],-1))])}s(gT,"render$4");const vT=we(Ea,[["render",gT],["__scopeId","data-v-11abfb04"]]);var bT=Object.getOwnPropertyDescriptor,yT=s((e,t,n,o)=>{for(var r=o>1?void 0:o?bT(t,n):t,i=e.length-1,c;i>=0;i--)(c=e[i])&&(r=c(r)||r);return r},"__decorateClass$3"),Zo;let Pa=(Zo=class extends _e{components={GuidesMenu:Ve}},s(Zo,"SelectKit"),Zo);Pa=yT([ye],Pa);const wT={class:"mx-auto max-w1024px w100% min-h100% flex"},xT={class:"flex px20px py15px w220px min-h100%!"};function _T(e,t,n,o,r,i){const c=J("GuidesMenu");return Q(),me("div",wT,[w("div",xT,[j(c)]),t[0]||(t[0]=w("div",{class:"w[calc(100%-260px)]"},[w("h1",null,"SelectKit"),w("div",null,"SelectKit")],-1))])}s(_T,"render$3");const TT=we(Pa,[["render",_T],["__scopeId","data-v-54c9c39d"]]);var ST=Object.getOwnPropertyDescriptor,$T=s((e,t,n,o)=>{for(var r=o>1?void 0:o?ST(t,n):t,i=e.length-1,c;i>=0;i--)(c=e[i])&&(r=c(r)||r);return r},"__decorateClass$2"),qo;let Ma=(qo=class extends _e{components={SelectKit:TT}},s(qo,"SelectKitField"),qo);Ma=$T([ye],Ma);function CT(e,t,n,o,r,i){const c=J("SelectKit");return Q(),Qn(c)}s(CT,"render$2");const OT=we(Ma,[["render",CT]]);var ET=Object.getOwnPropertyDescriptor,PT=s((e,t,n,o)=>{for(var r=o>1?void 0:o?ET(t,n):t,i=e.length-1,c;i>=0;i--)(c=e[i])&&(r=c(r)||r);return r},"__decorateClass$1"),zo;let Ia=(zo=class extends _e{components={GuidesMenu:Ve}},s(zo,"DateKit"),zo);Ia=PT([ye],Ia);const MT={class:"mx-auto max-w1024px w100% min-h100% flex"},IT={class:"flex px20px py15px w220px min-h100%!"},RT={class:"w[calc(100%-260px)]"},DT={class:"flex"};function NT(e,t,n,o,r,i){const c=J("GuidesMenu"),a=J("DateField");return Q(),me("div",MT,[w("div",IT,[j(c)]),w("div",RT,[t[0]||(t[0]=w("h1",null,"DateField",-1)),w("div",DT,[j(a)])])])}s(NT,"render$1");const jT=we(Ia,[["render",NT],["__scopeId","data-v-f7ab5670"]]);var AT=Object.getOwnPropertyDescriptor,kT=s((e,t,n,o)=>{for(var r=o>1?void 0:o?AT(t,n):t,i=e.length-1,c;i>=0;i--)(c=e[i])&&(r=c(r)||r);return r},"__decorateClass"),Jo;let Ra=(Jo=class extends _e{components={DateKit:jT}},s(Jo,"DateKitField"),Jo);Ra=kT([ye],Ra);function FT(e,t,n,o,r,i){const c=J("DateKit");return Q(),Qn(c)}s(FT,"render");const VT=we(Ra,[["render",FT]]),dc=[{name:'<hr style="border: solid #ccc; border-width: 1px 0 0">'},{name:"<b>Styles</b>"},{path:"/grid",name:"Grid",component:Z2},{name:'<hr style="border: solid #ccc; border-width: 1px 0 0">'},{name:"<b>Elements</b>"},{path:"/elements/button",name:"Button",component:Pd},{path:"/elements/qr",name:"QR Code",component:fT},{path:"/elements/barcode",name:"Barcode",component:vT},{name:'<hr style="border: solid #ccc; border-width: 1px 0 0">'},{name:"<b>Fields</b>"},{path:"/fields/string",name:"String",component:Pd},{path:"/fields/select",name:"Select",component:OT},{path:"/fields/date",name:"Date",component:VT},{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;">Toasts (Soon)</b>'},{name:'<b style="color: #ccc;">Modals (Soon)</b>'}];for(const e of fc)e.path=`/guides${e.path}`;for(const e of dc)e.path=`/kit${e.path}`;const BT=fc,LT=dc,Xm=[{path:"/",name:"Vue Spear Tip",component:f_},{path:"/guide",name:"Guide",component:j_},{path:"/donate",name:"Donate",component:B_}];console.log([...Xm,...fc,...dc]);const e0=Kx({history:_x(),routes:[...Xm,...fc,...dc]});e0.afterEach((e,t)=>{$VST.$emit("RouterPageMount",{to:e,from:t})});const t0=hg(Ww);for(let e in Cf)t0.component(e,Cf[e]);t0.use(e0).mount("#app");export{he as A,_e as B,HT as C,KT as D,Ue as F,wr as P,xt as V,Ew as W,us as _,me as a,Q as b,vt as c,as as d,w as e,Qn as f,YT as g,GT as h,lp as i,ss as j,ka as k,zT as l,qT as m,Xs as n,K0 as o,Y as p,ye as q,ks as r,J as s,lt as t,So as u,ZT as v,Vs as w,j as x,we as y,WT as z};