japhy-custom-elements 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/dist/index.mjs +4553 -0
- package/dist/index.umd.js +30 -0
- package/package.json +17 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
(function(ze,Ne){typeof exports=="object"&&typeof module<"u"?Ne(exports):typeof define=="function"&&define.amd?define(["exports"],Ne):(ze=typeof globalThis<"u"?globalThis:ze||self,Ne(ze["custom-elements"]={}))})(this,function(ze){"use strict";/**
|
|
2
|
+
* @vue/shared v3.4.35
|
|
3
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
|
+
* @license MIT
|
|
5
|
+
**//*! #__NO_SIDE_EFFECTS__ */function Ne(e,t){const n=new Set(e.split(","));return o=>n.has(o)}const H=process.env.NODE_ENV!=="production"?Object.freeze({}):{},ut=process.env.NODE_ENV!=="production"?Object.freeze([]):[],J=()=>{},Nr=()=>!1,gt=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Mt=e=>e.startsWith("onUpdate:"),G=Object.assign,Nn=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},br=Object.prototype.hasOwnProperty,A=(e,t)=>br.call(e,t),C=Array.isArray,ft=e=>Ft(e)==="[object Map]",yr=e=>Ft(e)==="[object Set]",S=e=>typeof e=="function",z=e=>typeof e=="string",at=e=>typeof e=="symbol",K=e=>e!==null&&typeof e=="object",bn=e=>(K(e)||S(e))&&S(e.then)&&S(e.catch),Or=Object.prototype.toString,Ft=e=>Or.call(e),yn=e=>Ft(e).slice(8,-1),wr=e=>Ft(e)==="[object Object]",On=e=>z(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Et=Ne(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Vr=Ne("bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo"),jt=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Dr=/-(\w)/g,be=jt(e=>e.replace(Dr,(t,n)=>n?n.toUpperCase():"")),xr=/\B([A-Z])/g,ie=jt(e=>e.replace(xr,"-$1").toLowerCase()),Lt=jt(e=>e.charAt(0).toUpperCase()+e.slice(1)),Xe=jt(e=>e?`on${Lt(e)}`:""),Ze=(e,t)=>!Object.is(e,t),mt=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},Ht=(e,t,n,o=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:o,value:n})},Cr=e=>{const t=parseFloat(e);return isNaN(t)?e:t},wo=e=>{const t=z(e)?Number(e):NaN;return isNaN(t)?e:t};let Vo;const wn=()=>Vo||(Vo=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Vn(e){if(C(e)){const t={};for(let n=0;n<e.length;n++){const o=e[n],s=z(o)?$r(o):Vn(o);if(s)for(const r in s)t[r]=s[r]}return t}else if(z(e)||K(e))return e}const Sr=/;(?![^(]*\))/g,Tr=/:([^]+)/,Pr=/\/\*[^]*?\*\//g;function $r(e){const t={};return e.replace(Pr,"").split(Sr).forEach(n=>{if(n){const o=n.split(Tr);o.length>1&&(t[o[0].trim()]=o[1].trim())}}),t}function Dn(e){let t="";if(z(e))t=e;else if(C(e))for(let n=0;n<e.length;n++){const o=Dn(e[n]);o&&(t+=o+" ")}else if(K(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const Ir=Ne("itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly");function Do(e){return!!e||e===""}/**
|
|
6
|
+
* @vue/reactivity v3.4.35
|
|
7
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
8
|
+
* @license MIT
|
|
9
|
+
**/function Fe(e,...t){console.warn(`[Vue warn] ${e}`,...t)}let de;class Rr{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=de,!t&&de&&(this.index=(de.scopes||(de.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=de;try{return de=this,t()}finally{de=n}}else process.env.NODE_ENV!=="production"&&Fe("cannot run an inactive effect scope.")}on(){de=this}off(){de=this.parent}stop(t){if(this._active){let n,o;for(n=0,o=this.effects.length;n<o;n++)this.effects[n].stop();for(n=0,o=this.cleanups.length;n<o;n++)this.cleanups[n]();if(this.scopes)for(n=0,o=this.scopes.length;n<o;n++)this.scopes[n].stop(!0);if(!this.detached&&this.parent&&!t){const s=this.parent.scopes.pop();s&&s!==this&&(this.parent.scopes[this.index]=s,s.index=this.index)}this.parent=void 0,this._active=!1}}}function Ar(e,t=de){t&&t.active&&t.effects.push(e)}function Mr(){return de}let Qe;class xn{constructor(t,n,o,s){this.fn=t,this.trigger=n,this.scheduler=o,this.active=!0,this.deps=[],this._dirtyLevel=4,this._trackId=0,this._runnings=0,this._shouldSchedule=!1,this._depsLength=0,Ar(this,s)}get dirty(){if(this._dirtyLevel===2||this._dirtyLevel===3){this._dirtyLevel=1,Se();for(let t=0;t<this._depsLength;t++){const n=this.deps[t];if(n.computed&&(Fr(n.computed),this._dirtyLevel>=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),Te()}return this._dirtyLevel>=4}set dirty(t){this._dirtyLevel=t?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=je,n=Qe;try{return je=!0,Qe=this,this._runnings++,xo(this),this.fn()}finally{Co(this),this._runnings--,Qe=n,je=t}}stop(){this.active&&(xo(this),Co(this),this.onStop&&this.onStop(),this.active=!1)}}function Fr(e){return e.value}function xo(e){e._trackId++,e._depsLength=0}function Co(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t<e.deps.length;t++)So(e.deps[t],e);e.deps.length=e._depsLength}}function So(e,t){const n=e.get(t);n!==void 0&&t._trackId!==n&&(e.delete(t),e.size===0&&e.cleanup())}let je=!0,Cn=0;const To=[];function Se(){To.push(je),je=!1}function Te(){const e=To.pop();je=e===void 0?!0:e}function Sn(){Cn++}function Tn(){for(Cn--;!Cn&&Pn.length;)Pn.shift()()}function Po(e,t,n){var o;if(t.get(e)!==e._trackId){t.set(e,e._trackId);const s=e.deps[e._depsLength];s!==t?(s&&So(s,e),e.deps[e._depsLength++]=t):e._depsLength++,process.env.NODE_ENV!=="production"&&((o=e.onTrack)==null||o.call(e,G({effect:e},n)))}}const Pn=[];function $o(e,t,n){var o;Sn();for(const s of e.keys()){let r;s._dirtyLevel<t&&(r??(r=e.get(s)===s._trackId))&&(s._shouldSchedule||(s._shouldSchedule=s._dirtyLevel===0),s._dirtyLevel=t),s._shouldSchedule&&(r??(r=e.get(s)===s._trackId))&&(process.env.NODE_ENV!=="production"&&((o=s.onTrigger)==null||o.call(s,G({effect:s},n))),s.trigger(),(!s._runnings||s.allowRecurse)&&s._dirtyLevel!==2&&(s._shouldSchedule=!1,s.scheduler&&Pn.push(s.scheduler)))}Tn()}const Io=(e,t)=>{const n=new Map;return n.cleanup=e,n.computed=t,n},$n=new WeakMap,et=Symbol(process.env.NODE_ENV!=="production"?"iterate":""),In=Symbol(process.env.NODE_ENV!=="production"?"Map key iterate":"");function Q(e,t,n){if(je&&Qe){let o=$n.get(e);o||$n.set(e,o=new Map);let s=o.get(n);s||o.set(n,s=Io(()=>o.delete(n))),Po(Qe,s,process.env.NODE_ENV!=="production"?{target:e,type:t,key:n}:void 0)}}function ye(e,t,n,o,s,r){const i=$n.get(e);if(!i)return;let c=[];if(t==="clear")c=[...i.values()];else if(n==="length"&&C(e)){const f=Number(o);i.forEach((d,h)=>{(h==="length"||!at(h)&&h>=f)&&c.push(d)})}else switch(n!==void 0&&c.push(i.get(n)),t){case"add":C(e)?On(n)&&c.push(i.get("length")):(c.push(i.get(et)),ft(e)&&c.push(i.get(In)));break;case"delete":C(e)||(c.push(i.get(et)),ft(e)&&c.push(i.get(In)));break;case"set":ft(e)&&c.push(i.get(et));break}Sn();for(const f of c)f&&$o(f,4,process.env.NODE_ENV!=="production"?{target:e,type:t,key:n,newValue:o,oldValue:s,oldTarget:r}:void 0);Tn()}const jr=Ne("__proto__,__v_isRef,__isVue"),Ro=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(at)),Ao=Lr();function Lr(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const o=$(this);for(let r=0,i=this.length;r<i;r++)Q(o,"get",r+"");const s=o[t](...n);return s===-1||s===!1?o[t](...n.map($)):s}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...n){Se(),Sn();const o=$(this)[t].apply(this,n);return Tn(),Te(),o}}),e}function Hr(e){at(e)||(e=String(e));const t=$(this);return Q(t,"has",e),t.hasOwnProperty(e)}class Mo{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,o){const s=this._isReadonly,r=this._isShallow;if(n==="__v_isReactive")return!s;if(n==="__v_isReadonly")return s;if(n==="__v_isShallow")return r;if(n==="__v_raw")return o===(s?r?Jo:qo:r?ko:Wo).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(o)?t:void 0;const i=C(t);if(!s){if(i&&A(Ao,n))return Reflect.get(Ao,n,o);if(n==="hasOwnProperty")return Hr}const c=Reflect.get(t,n,o);return(at(n)?Ro.has(n):jr(n))||(s||Q(t,"get",n),r)?c:ee(c)?i&&On(n)?c:c.value:K(c)?s?Go(c):An(c):c}}class Fo extends Mo{constructor(t=!1){super(!1,t)}set(t,n,o,s){let r=t[n];if(!this._isShallow){const f=He(r);if(!Ue(o)&&!He(o)&&(r=$(r),o=$(o)),!C(t)&&ee(r)&&!ee(o))return f?!1:(r.value=o,!0)}const i=C(t)&&On(n)?Number(n)<t.length:A(t,n),c=Reflect.set(t,n,o,s);return t===$(s)&&(i?Ze(o,r)&&ye(t,"set",n,o,r):ye(t,"add",n,o)),c}deleteProperty(t,n){const o=A(t,n),s=t[n],r=Reflect.deleteProperty(t,n);return r&&o&&ye(t,"delete",n,void 0,s),r}has(t,n){const o=Reflect.has(t,n);return(!at(n)||!Ro.has(n))&&Q(t,"has",n),o}ownKeys(t){return Q(t,"iterate",C(t)?"length":et),Reflect.ownKeys(t)}}class jo extends Mo{constructor(t=!1){super(!0,t)}set(t,n){return process.env.NODE_ENV!=="production"&&Fe(`Set operation on key "${String(n)}" failed: target is readonly.`,t),!0}deleteProperty(t,n){return process.env.NODE_ENV!=="production"&&Fe(`Delete operation on key "${String(n)}" failed: target is readonly.`,t),!0}}const Ur=new Fo,Br=new jo,Kr=new Fo(!0),Wr=new jo(!0),Rn=e=>e,Ut=e=>Reflect.getPrototypeOf(e);function Bt(e,t,n=!1,o=!1){e=e.__v_raw;const s=$(e),r=$(t);n||(Ze(t,r)&&Q(s,"get",t),Q(s,"get",r));const{has:i}=Ut(s),c=o?Rn:n?jn:Fn;if(i.call(s,t))return c(e.get(t));if(i.call(s,r))return c(e.get(r));e!==s&&e.get(t)}function Kt(e,t=!1){const n=this.__v_raw,o=$(n),s=$(e);return t||(Ze(e,s)&&Q(o,"has",e),Q(o,"has",s)),e===s?n.has(e):n.has(e)||n.has(s)}function Wt(e,t=!1){return e=e.__v_raw,!t&&Q($(e),"iterate",et),Reflect.get(e,"size",e)}function Lo(e,t=!1){!t&&!Ue(e)&&!He(e)&&(e=$(e));const n=$(this);return Ut(n).has.call(n,e)||(n.add(e),ye(n,"add",e,e)),this}function Ho(e,t,n=!1){!n&&!Ue(t)&&!He(t)&&(t=$(t));const o=$(this),{has:s,get:r}=Ut(o);let i=s.call(o,e);i?process.env.NODE_ENV!=="production"&&Ko(o,s,e):(e=$(e),i=s.call(o,e));const c=r.call(o,e);return o.set(e,t),i?Ze(t,c)&&ye(o,"set",e,t,c):ye(o,"add",e,t),this}function Uo(e){const t=$(this),{has:n,get:o}=Ut(t);let s=n.call(t,e);s?process.env.NODE_ENV!=="production"&&Ko(t,n,e):(e=$(e),s=n.call(t,e));const r=o?o.call(t,e):void 0,i=t.delete(e);return s&&ye(t,"delete",e,void 0,r),i}function Bo(){const e=$(this),t=e.size!==0,n=process.env.NODE_ENV!=="production"?ft(e)?new Map(e):new Set(e):void 0,o=e.clear();return t&&ye(e,"clear",void 0,void 0,n),o}function kt(e,t){return function(o,s){const r=this,i=r.__v_raw,c=$(i),f=t?Rn:e?jn:Fn;return!e&&Q(c,"iterate",et),i.forEach((d,h)=>o.call(s,f(d),f(h),r))}}function qt(e,t,n){return function(...o){const s=this.__v_raw,r=$(s),i=ft(r),c=e==="entries"||e===Symbol.iterator&&i,f=e==="keys"&&i,d=s[e](...o),h=n?Rn:t?jn:Fn;return!t&&Q(r,"iterate",f?In:et),{next(){const{value:a,done:v}=d.next();return v?{value:a,done:v}:{value:c?[h(a[0]),h(a[1])]:h(a),done:v}},[Symbol.iterator](){return this}}}}function Le(e){return function(...t){if(process.env.NODE_ENV!=="production"){const n=t[0]?`on key "${t[0]}" `:"";Fe(`${Lt(e)} operation ${n}failed: target is readonly.`,$(this))}return e==="delete"?!1:e==="clear"?void 0:this}}function kr(){const e={get(r){return Bt(this,r)},get size(){return Wt(this)},has:Kt,add:Lo,set:Ho,delete:Uo,clear:Bo,forEach:kt(!1,!1)},t={get(r){return Bt(this,r,!1,!0)},get size(){return Wt(this)},has:Kt,add(r){return Lo.call(this,r,!0)},set(r,i){return Ho.call(this,r,i,!0)},delete:Uo,clear:Bo,forEach:kt(!1,!0)},n={get(r){return Bt(this,r,!0)},get size(){return Wt(this,!0)},has(r){return Kt.call(this,r,!0)},add:Le("add"),set:Le("set"),delete:Le("delete"),clear:Le("clear"),forEach:kt(!0,!1)},o={get(r){return Bt(this,r,!0,!0)},get size(){return Wt(this,!0)},has(r){return Kt.call(this,r,!0)},add:Le("add"),set:Le("set"),delete:Le("delete"),clear:Le("clear"),forEach:kt(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(r=>{e[r]=qt(r,!1,!1),n[r]=qt(r,!0,!1),t[r]=qt(r,!1,!0),o[r]=qt(r,!0,!0)}),[e,n,t,o]}const[qr,Jr,Gr,Yr]=kr();function Jt(e,t){const n=t?e?Yr:Gr:e?Jr:qr;return(o,s,r)=>s==="__v_isReactive"?!e:s==="__v_isReadonly"?e:s==="__v_raw"?o:Reflect.get(A(n,s)&&s in o?n:o,s,r)}const zr={get:Jt(!1,!1)},Xr={get:Jt(!1,!0)},Zr={get:Jt(!0,!1)},Qr={get:Jt(!0,!0)};function Ko(e,t,n){const o=$(n);if(o!==n&&t.call(e,o)){const s=yn(e);Fe(`Reactive ${s} contains both the raw and reactive versions of the same object${s==="Map"?" as keys":""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`)}}const Wo=new WeakMap,ko=new WeakMap,qo=new WeakMap,Jo=new WeakMap;function ei(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function ti(e){return e.__v_skip||!Object.isExtensible(e)?0:ei(yn(e))}function An(e){return He(e)?e:Gt(e,!1,Ur,zr,Wo)}function ni(e){return Gt(e,!1,Kr,Xr,ko)}function Go(e){return Gt(e,!0,Br,Zr,qo)}function Oe(e){return Gt(e,!0,Wr,Qr,Jo)}function Gt(e,t,n,o,s){if(!K(e))return process.env.NODE_ENV!=="production"&&Fe(`value cannot be made ${t?"readonly":"reactive"}: ${String(e)}`),e;if(e.__v_raw&&!(t&&e.__v_isReactive))return e;const r=s.get(e);if(r)return r;const i=ti(e);if(i===0)return e;const c=new Proxy(e,i===2?o:n);return s.set(e,c),c}function dt(e){return He(e)?dt(e.__v_raw):!!(e&&e.__v_isReactive)}function He(e){return!!(e&&e.__v_isReadonly)}function Ue(e){return!!(e&&e.__v_isShallow)}function Mn(e){return e?!!e.__v_raw:!1}function $(e){const t=e&&e.__v_raw;return t?$(t):e}function oi(e){return Object.isExtensible(e)&&Ht(e,"__v_skip",!0),e}const Fn=e=>K(e)?An(e):e,jn=e=>K(e)?Go(e):e,si="Computed is still dirty after getter evaluation, likely because a computed is mutating its own dependency in its getter. State mutations in computed getters should be avoided. Check the docs for more details: https://vuejs.org/guide/essentials/computed.html#getters-should-be-side-effect-free";class Yo{constructor(t,n,o,s){this.getter=t,this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new xn(()=>t(this._value),()=>Ln(this,this.effect._dirtyLevel===2?2:3)),this.effect.computed=this,this.effect.active=this._cacheable=!s,this.__v_isReadonly=o}get value(){const t=$(this);return(!t._cacheable||t.effect.dirty)&&Ze(t._value,t._value=t.effect.run())&&Ln(t,4),ii(t),t.effect._dirtyLevel>=2&&(process.env.NODE_ENV!=="production"&&this._warnRecursive&&Fe(si,`
|
|
10
|
+
|
|
11
|
+
getter: `,this.getter),Ln(t,2)),t._value}set value(t){this._setter(t)}get _dirty(){return this.effect.dirty}set _dirty(t){this.effect.dirty=t}}function ri(e,t,n=!1){let o,s;const r=S(e);r?(o=e,s=process.env.NODE_ENV!=="production"?()=>{Fe("Write operation failed: computed value is readonly")}:J):(o=e.get,s=e.set);const i=new Yo(o,s,r||!s,n);return process.env.NODE_ENV!=="production"&&t&&!n&&(i.effect.onTrack=t.onTrack,i.effect.onTrigger=t.onTrigger),i}function ii(e){var t;je&&Qe&&(e=$(e),Po(Qe,(t=e.dep)!=null?t:e.dep=Io(()=>e.dep=void 0,e instanceof Yo?e:void 0),process.env.NODE_ENV!=="production"?{target:e,type:"get",key:"value"}:void 0))}function Ln(e,t=4,n,o){e=$(e);const s=e.dep;s&&$o(s,t,process.env.NODE_ENV!=="production"?{target:e,type:"set",key:"value",newValue:n,oldValue:o}:void 0)}function ee(e){return!!(e&&e.__v_isRef===!0)}function li(e){return ee(e)?e.value:e}const ci={get:(e,t,n)=>li(Reflect.get(e,t,n)),set:(e,t,n,o)=>{const s=e[t];return ee(s)&&!ee(n)?(s.value=n,!0):Reflect.set(e,t,n,o)}};function zo(e){return dt(e)?e:new Proxy(e,ci)}/**
|
|
12
|
+
* @vue/runtime-core v3.4.35
|
|
13
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
14
|
+
* @license MIT
|
|
15
|
+
**/const tt=[];function Yt(e){tt.push(e)}function zt(){tt.pop()}let Hn=!1;function y(e,...t){if(Hn)return;Hn=!0,Se();const n=tt.length?tt[tt.length-1].component:null,o=n&&n.appContext.config.warnHandler,s=ui();if(o)Pe(o,n,11,[e+t.map(r=>{var i,c;return(c=(i=r.toString)==null?void 0:i.call(r))!=null?c:JSON.stringify(r)}).join(""),n&&n.proxy,s.map(({vnode:r})=>`at <${_n(n,r.type)}>`).join(`
|
|
16
|
+
`),s]);else{const r=[`[Vue warn]: ${e}`,...t];s.length&&r.push(`
|
|
17
|
+
`,...fi(s)),console.warn(...r)}Te(),Hn=!1}function ui(){let e=tt[tt.length-1];if(!e)return[];const t=[];for(;e;){const n=t[0];n&&n.vnode===e?n.recurseCount++:t.push({vnode:e,recurseCount:0});const o=e.component&&e.component.parent;e=o&&o.vnode}return t}function fi(e){const t=[];return e.forEach((n,o)=>{t.push(...o===0?[]:[`
|
|
18
|
+
`],...ai(n))}),t}function ai({vnode:e,recurseCount:t}){const n=t>0?`... (${t} recursive calls)`:"",o=e.component?e.component.parent==null:!1,s=` at <${_n(e.component,e.type,o)}`,r=">"+n;return e.props?[s,...di(e.props),r]:[s+r]}function di(e){const t=[],n=Object.keys(e);return n.slice(0,3).forEach(o=>{t.push(...Xo(o,e[o]))}),n.length>3&&t.push(" ..."),t}function Xo(e,t,n){return z(t)?(t=JSON.stringify(t),n?t:[`${e}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?n?t:[`${e}=${t}`]:ee(t)?(t=Xo(e,$(t.value),!0),n?t:[`${e}=Ref<`,t,">"]):S(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=$(t),n?t:[`${e}=`,t])}const Un={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush",15:"component update"};function Pe(e,t,n,o){try{return o?e(...o):e()}catch(s){vt(s,t,n)}}function pe(e,t,n,o){if(S(e)){const s=Pe(e,t,n,o);return s&&bn(s)&&s.catch(r=>{vt(r,t,n)}),s}if(C(e)){const s=[];for(let r=0;r<e.length;r++)s.push(pe(e[r],t,n,o));return s}else process.env.NODE_ENV!=="production"&&y(`Invalid value type passed to callWithAsyncErrorHandling(): ${typeof e}`)}function vt(e,t,n,o=!0){const s=t?t.vnode:null;if(t){let r=t.parent;const i=t.proxy,c=process.env.NODE_ENV!=="production"?Un[n]:`https://vuejs.org/error-reference/#runtime-${n}`;for(;r;){const d=r.ec;if(d){for(let h=0;h<d.length;h++)if(d[h](e,i,c)===!1)return}r=r.parent}const f=t.appContext.config.errorHandler;if(f){Se(),Pe(f,null,10,[e,i,c]),Te();return}}pi(e,n,s,o)}function pi(e,t,n,o=!0){if(process.env.NODE_ENV!=="production"){const s=Un[t];if(n&&Yt(n),y(`Unhandled error${s?` during execution of ${s}`:""}`),n&&zt(),o)throw e;console.error(e)}else console.error(e)}let Nt=!1,Bn=!1;const te=[];let we=0;const pt=[];let Be=null,nt=0;const Zo=Promise.resolve();let Kn=null;const hi=100;function Qo(e){const t=Kn||Zo;return e?t.then(this?e.bind(this):e):t}function _i(e){let t=we+1,n=te.length;for(;t<n;){const o=t+n>>>1,s=te[o],r=bt(s);r<e||r===e&&s.pre?t=o+1:n=o}return t}function Xt(e){(!te.length||!te.includes(e,Nt&&e.allowRecurse?we+1:we))&&(e.id==null?te.push(e):te.splice(_i(e.id),0,e),es())}function es(){!Nt&&!Bn&&(Bn=!0,Kn=Zo.then(ss))}function gi(e){const t=te.indexOf(e);t>we&&te.splice(t,1)}function ts(e){C(e)?pt.push(...e):(!Be||!Be.includes(e,e.allowRecurse?nt+1:nt))&&pt.push(e),es()}function ns(e,t,n=Nt?we+1:0){for(process.env.NODE_ENV!=="production"&&(t=t||new Map);n<te.length;n++){const o=te[n];if(o&&o.pre){if(e&&o.id!==e.uid||process.env.NODE_ENV!=="production"&&Wn(t,o))continue;te.splice(n,1),n--,o()}}}function os(e){if(pt.length){const t=[...new Set(pt)].sort((n,o)=>bt(n)-bt(o));if(pt.length=0,Be){Be.push(...t);return}for(Be=t,process.env.NODE_ENV!=="production"&&(e=e||new Map),nt=0;nt<Be.length;nt++){const n=Be[nt];process.env.NODE_ENV!=="production"&&Wn(e,n)||n.active!==!1&&n()}Be=null,nt=0}}const bt=e=>e.id==null?1/0:e.id,Ei=(e,t)=>{const n=bt(e)-bt(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function ss(e){Bn=!1,Nt=!0,process.env.NODE_ENV!=="production"&&(e=e||new Map),te.sort(Ei);const t=process.env.NODE_ENV!=="production"?n=>Wn(e,n):J;try{for(we=0;we<te.length;we++){const n=te[we];if(n&&n.active!==!1){if(process.env.NODE_ENV!=="production"&&t(n))continue;Pe(n,n.i,n.i?15:14)}}}finally{we=0,te.length=0,os(e),Nt=!1,Kn=null,(te.length||pt.length)&&ss(e)}}function Wn(e,t){if(!e.has(t))e.set(t,1);else{const n=e.get(t);if(n>hi){const o=t.i,s=o&&Xs(o.type);return vt(`Maximum recursive updates exceeded${s?` in component <${s}>`:""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`,null,10),!0}else e.set(t,n+1)}}let ot=!1;const Zt=new Map;process.env.NODE_ENV!=="production"&&(wn().__VUE_HMR_RUNTIME__={createRecord:kn(rs),rerender:kn(Ni),reload:kn(bi)});const st=new Map;function mi(e){const t=e.type.__hmrId;let n=st.get(t);n||(rs(t,e.type),n=st.get(t)),n.instances.add(e)}function vi(e){st.get(e.type.__hmrId).instances.delete(e)}function rs(e,t){return st.has(e)?!1:(st.set(e,{initialDef:Qt(t),instances:new Set}),!0)}function Qt(e){return Zs(e)?e.__vccOpts:e}function Ni(e,t){const n=st.get(e);n&&(n.initialDef.render=t,[...n.instances].forEach(o=>{t&&(o.render=t,Qt(o.type).render=t),o.renderCache=[],ot=!0,o.effect.dirty=!0,o.update(),ot=!1}))}function bi(e,t){const n=st.get(e);if(!n)return;t=Qt(t),is(n.initialDef,t);const o=[...n.instances];for(let s=0;s<o.length;s++){const r=o[s],i=Qt(r.type);let c=Zt.get(i);c||(i!==n.initialDef&&is(i,t),Zt.set(i,c=new Set)),c.add(r),r.appContext.propsCache.delete(r.type),r.appContext.emitsCache.delete(r.type),r.appContext.optionsCache.delete(r.type),r.ceReload?(c.add(r),r.ceReload(t.styles),c.delete(r)):r.parent?(r.parent.effect.dirty=!0,Xt(()=>{r.parent.update(),c.delete(r)})):r.appContext.reload?r.appContext.reload():typeof window<"u"?window.location.reload():console.warn("[HMR] Root or manually mounted instance modified. Full reload required.")}ts(()=>{Zt.clear()})}function is(e,t){G(e,t);for(const n in e)n!=="__file"&&!(n in t)&&delete e[n]}function kn(e){return(t,n)=>{try{return e(t,n)}catch(o){console.error(o),console.warn("[HMR] Something went wrong during Vue component hot-reload. Full reload required.")}}}let he,yt=[],qn=!1;function Ot(e,...t){he?he.emit(e,...t):qn||yt.push({event:e,args:t})}function Jn(e,t){var n,o;he=e,he?(he.enabled=!0,yt.forEach(({event:s,args:r})=>he.emit(s,...r)),yt=[]):typeof window<"u"&&window.HTMLElement&&!((o=(n=window.navigator)==null?void 0:n.userAgent)!=null&&o.includes("jsdom"))?((t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push(r=>{Jn(r,t)}),setTimeout(()=>{he||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,qn=!0,yt=[])},3e3)):(qn=!0,yt=[])}function yi(e,t){Ot("app:init",e,t,{Fragment:Ve,Text:xt,Comment:_e,Static:an})}function Oi(e){Ot("app:unmount",e)}const wi=Gn("component:added"),ls=Gn("component:updated"),Vi=Gn("component:removed"),Di=e=>{he&&typeof he.cleanupBuffer=="function"&&!he.cleanupBuffer(e)&&Vi(e)};/*! #__NO_SIDE_EFFECTS__ */function Gn(e){return t=>{Ot(e,t.appContext.app,t.uid,t.parent?t.parent.uid:void 0,t)}}const xi=cs("perf:start"),Ci=cs("perf:end");function cs(e){return(t,n,o)=>{Ot(e,t.appContext.app,t.uid,t,n,o)}}function Si(e,t,n){Ot("component:emit",e.appContext.app,e,t,n)}let ue=null,us=null;function en(e){const t=ue;return ue=e,us=e&&e.type.__scopeId||null,t}function Ti(e,t=ue,n){if(!t||e._n)return e;const o=(...s)=>{o._d&&Us(-1);const r=en(t);let i;try{i=e(...s)}finally{en(r),o._d&&Us(1)}return process.env.NODE_ENV!=="production"&&ls(t),i};return o._n=!0,o._c=!0,o._d=!0,o}function fs(e){Vr(e)&&y("Do not use built-in directive ids as custom directive id: "+e)}function rt(e,t,n,o){const s=e.dirs,r=t&&t.dirs;for(let i=0;i<s.length;i++){const c=s[i];r&&(c.oldValue=r[i].value);let f=c.dir[o];f&&(Se(),pe(f,n,8,[e.el,c,e,t]),Te())}}function as(e,t){e.shapeFlag&6&&e.component?as(e.component.subTree,t):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}/*! #__NO_SIDE_EFFECTS__ */function Pi(e,t){return S(e)?G({name:e.name},t,{setup:e}):e}const tn=e=>!!e.type.__asyncLoader,Yn=e=>e.type.__isKeepAlive;function $i(e,t){ds(e,"a",t)}function Ii(e,t){ds(e,"da",t)}function ds(e,t,n=X){const o=e.__wdc||(e.__wdc=()=>{let s=n;for(;s;){if(s.isDeactivated)return;s=s.parent}return e()});if(nn(t,o,n),n){let s=n.parent;for(;s&&s.parent;)Yn(s.parent.vnode)&&Ri(o,t,n,s),s=s.parent}}function Ri(e,t,n,o){const s=nn(t,e,o,!0);ps(()=>{Nn(o[t],s)},n)}function nn(e,t,n=X,o=!1){if(n){const s=n[e]||(n[e]=[]),r=t.__weh||(t.__weh=(...i)=>{Se();const c=Pt(n),f=pe(t,n,e,i);return c(),Te(),f});return o?s.unshift(r):s.push(r),r}else if(process.env.NODE_ENV!=="production"){const s=Xe(Un[e].replace(/ hook$/,""));y(`${s} is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.`)}}const $e=e=>(t,n=X)=>{(!hn||e==="sp")&&nn(e,(...o)=>t(...o),n)},Ai=$e("bm"),Mi=$e("m"),Fi=$e("bu"),ji=$e("u"),Li=$e("bum"),ps=$e("um"),Hi=$e("sp"),Ui=$e("rtg"),Bi=$e("rtc");function Ki(e,t=X){nn("ec",e,t)}const Wi=Symbol.for("v-ndc"),zn=e=>e?Js(e)?Eo(e):zn(e.parent):null,it=G(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>process.env.NODE_ENV!=="production"?Oe(e.props):e.props,$attrs:e=>process.env.NODE_ENV!=="production"?Oe(e.attrs):e.attrs,$slots:e=>process.env.NODE_ENV!=="production"?Oe(e.slots):e.slots,$refs:e=>process.env.NODE_ENV!=="production"?Oe(e.refs):e.refs,$parent:e=>zn(e.parent),$root:e=>zn(e.root),$emit:e=>e.emit,$options:e=>eo(e),$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,Xt(e.update)}),$nextTick:e=>e.n||(e.n=Qo.bind(e.proxy)),$watch:e=>Vl.bind(e)}),Xn=e=>e==="_"||e==="$",Zn=(e,t)=>e!==H&&!e.__isScriptSetup&&A(e,t),hs={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:o,data:s,props:r,accessCache:i,type:c,appContext:f}=e;if(process.env.NODE_ENV!=="production"&&t==="__isVue")return!0;let d;if(t[0]!=="$"){const x=i[t];if(x!==void 0)switch(x){case 1:return o[t];case 2:return s[t];case 4:return n[t];case 3:return r[t]}else{if(Zn(o,t))return i[t]=1,o[t];if(s!==H&&A(s,t))return i[t]=2,s[t];if((d=e.propsOptions[0])&&A(d,t))return i[t]=3,r[t];if(n!==H&&A(n,t))return i[t]=4,n[t];Qn&&(i[t]=0)}}const h=it[t];let a,v;if(h)return t==="$attrs"?(Q(e.attrs,"get",""),process.env.NODE_ENV!=="production"&&fn()):process.env.NODE_ENV!=="production"&&t==="$slots"&&Q(e,"get",t),h(e);if((a=c.__cssModules)&&(a=a[t]))return a;if(n!==H&&A(n,t))return i[t]=4,n[t];if(v=f.config.globalProperties,A(v,t))return v[t];process.env.NODE_ENV!=="production"&&ue&&(!z(t)||t.indexOf("__v")!==0)&&(s!==H&&Xn(t[0])&&A(s,t)?y(`Property ${JSON.stringify(t)} must be accessed via $data because it starts with a reserved character ("$" or "_") and is not proxied on the render context.`):e===ue&&y(`Property ${JSON.stringify(t)} was accessed during render but is not defined on instance.`))},set({_:e},t,n){const{data:o,setupState:s,ctx:r}=e;return Zn(s,t)?(s[t]=n,!0):process.env.NODE_ENV!=="production"&&s.__isScriptSetup&&A(s,t)?(y(`Cannot mutate <script setup> binding "${t}" from Options API.`),!1):o!==H&&A(o,t)?(o[t]=n,!0):A(e.props,t)?(process.env.NODE_ENV!=="production"&&y(`Attempting to mutate prop "${t}". Props are readonly.`),!1):t[0]==="$"&&t.slice(1)in e?(process.env.NODE_ENV!=="production"&&y(`Attempting to mutate public property "${t}". Properties starting with $ are reserved and readonly.`),!1):(process.env.NODE_ENV!=="production"&&t in e.appContext.config.globalProperties?Object.defineProperty(r,t,{enumerable:!0,configurable:!0,value:n}):r[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:o,appContext:s,propsOptions:r}},i){let c;return!!n[i]||e!==H&&A(e,i)||Zn(t,i)||(c=r[0])&&A(c,i)||A(o,i)||A(it,i)||A(s.config.globalProperties,i)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:A(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};process.env.NODE_ENV!=="production"&&(hs.ownKeys=e=>(y("Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead."),Reflect.ownKeys(e)));function ki(e){const t={};return Object.defineProperty(t,"_",{configurable:!0,enumerable:!1,get:()=>e}),Object.keys(it).forEach(n=>{Object.defineProperty(t,n,{configurable:!0,enumerable:!1,get:()=>it[n](e),set:J})}),t}function qi(e){const{ctx:t,propsOptions:[n]}=e;n&&Object.keys(n).forEach(o=>{Object.defineProperty(t,o,{enumerable:!0,configurable:!0,get:()=>e.props[o],set:J})})}function Ji(e){const{ctx:t,setupState:n}=e;Object.keys($(n)).forEach(o=>{if(!n.__isScriptSetup){if(Xn(o[0])){y(`setup() return property ${JSON.stringify(o)} should not start with "$" or "_" which are reserved prefixes for Vue internals.`);return}Object.defineProperty(t,o,{enumerable:!0,configurable:!0,get:()=>n[o],set:J})}})}function _s(e){return C(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}function Gi(){const e=Object.create(null);return(t,n)=>{e[n]?y(`${t} property "${n}" is already defined in ${e[n]}.`):e[n]=t}}let Qn=!0;function Yi(e){const t=eo(e),n=e.proxy,o=e.ctx;Qn=!1,t.beforeCreate&&gs(t.beforeCreate,e,"bc");const{data:s,computed:r,methods:i,watch:c,provide:f,inject:d,created:h,beforeMount:a,mounted:v,beforeUpdate:x,updated:P,activated:I,deactivated:ae,beforeDestroy:W,beforeUnmount:k,destroyed:U,unmounted:q,render:Y,renderTracked:Ee,renderTriggered:R,errorCaptured:oe,serverPrefetch:se,expose:Me,inheritAttrs:Je,components:me,directives:mn,filters:pr}=t,Ge=process.env.NODE_ENV!=="production"?Gi():null;if(process.env.NODE_ENV!=="production"){const[j]=e.propsOptions;if(j)for(const F in j)Ge("Props",F)}if(d&&zi(d,o,Ge),i)for(const j in i){const F=i[j];S(F)?(process.env.NODE_ENV!=="production"?Object.defineProperty(o,j,{value:F.bind(n),configurable:!0,enumerable:!0,writable:!0}):o[j]=F.bind(n),process.env.NODE_ENV!=="production"&&Ge("Methods",j)):process.env.NODE_ENV!=="production"&&y(`Method "${j}" has type "${typeof F}" in the component definition. Did you reference the function correctly?`)}if(s){process.env.NODE_ENV!=="production"&&!S(s)&&y("The data option must be a function. Plain object usage is no longer supported.");const j=s.call(n,n);if(process.env.NODE_ENV!=="production"&&bn(j)&&y("data() returned a Promise - note data() cannot be async; If you intend to perform data fetching before component renders, use async setup() + <Suspense>."),!K(j))process.env.NODE_ENV!=="production"&&y("data() should return an object.");else if(e.data=An(j),process.env.NODE_ENV!=="production")for(const F in j)Ge("Data",F),Xn(F[0])||Object.defineProperty(o,F,{configurable:!0,enumerable:!0,get:()=>j[F],set:J})}if(Qn=!0,r)for(const j in r){const F=r[j],xe=S(F)?F.bind(n,n):S(F.get)?F.get.bind(n,n):J;process.env.NODE_ENV!=="production"&&xe===J&&y(`Computed property "${j}" has no getter.`);const bo=!S(F)&&S(F.set)?F.set.bind(n):process.env.NODE_ENV!=="production"?()=>{y(`Write operation failed: computed property "${j}" is readonly.`)}:J,$t=ec({get:xe,set:bo});Object.defineProperty(o,j,{enumerable:!0,configurable:!0,get:()=>$t.value,set:ht=>$t.value=ht}),process.env.NODE_ENV!=="production"&&Ge("Computed",j)}if(c)for(const j in c)Es(c[j],o,n,j);if(f){const j=S(f)?f.call(n):f;Reflect.ownKeys(j).forEach(F=>{nl(F,j[F])})}h&&gs(h,e,"c");function ce(j,F){C(F)?F.forEach(xe=>j(xe.bind(n))):F&&j(F.bind(n))}if(ce(Ai,a),ce(Mi,v),ce(Fi,x),ce(ji,P),ce($i,I),ce(Ii,ae),ce(Ki,oe),ce(Bi,Ee),ce(Ui,R),ce(Li,k),ce(ps,q),ce(Hi,se),C(Me))if(Me.length){const j=e.exposed||(e.exposed={});Me.forEach(F=>{Object.defineProperty(j,F,{get:()=>n[F],set:xe=>n[F]=xe})})}else e.exposed||(e.exposed={});Y&&e.render===J&&(e.render=Y),Je!=null&&(e.inheritAttrs=Je),me&&(e.components=me),mn&&(e.directives=mn)}function zi(e,t,n=J){C(e)&&(e=to(e));for(const o in e){const s=e[o];let r;K(s)?"default"in s?r=sn(s.from||o,s.default,!0):r=sn(s.from||o):r=sn(s),ee(r)?Object.defineProperty(t,o,{enumerable:!0,configurable:!0,get:()=>r.value,set:i=>r.value=i}):t[o]=r,process.env.NODE_ENV!=="production"&&n("Inject",o)}}function gs(e,t,n){pe(C(e)?e.map(o=>o.bind(t.proxy)):e.bind(t.proxy),t,n)}function Es(e,t,n,o){const s=o.includes(".")?Ms(n,o):()=>n[o];if(z(e)){const r=t[e];S(r)?lo(s,r):process.env.NODE_ENV!=="production"&&y(`Invalid watch handler specified by key "${e}"`,r)}else if(S(e))lo(s,e.bind(n));else if(K(e))if(C(e))e.forEach(r=>Es(r,t,n,o));else{const r=S(e.handler)?e.handler.bind(n):t[e.handler];S(r)?lo(s,r,e):process.env.NODE_ENV!=="production"&&y(`Invalid watch handler specified by key "${e.handler}"`,r)}else process.env.NODE_ENV!=="production"&&y(`Invalid watch option: "${o}"`,e)}function eo(e){const t=e.type,{mixins:n,extends:o}=t,{mixins:s,optionsCache:r,config:{optionMergeStrategies:i}}=e.appContext,c=r.get(t);let f;return c?f=c:!s.length&&!n&&!o?f=t:(f={},s.length&&s.forEach(d=>on(f,d,i,!0)),on(f,t,i)),K(t)&&r.set(t,f),f}function on(e,t,n,o=!1){const{mixins:s,extends:r}=t;r&&on(e,r,n,!0),s&&s.forEach(i=>on(e,i,n,!0));for(const i in t)if(o&&i==="expose")process.env.NODE_ENV!=="production"&&y('"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.');else{const c=Xi[i]||n&&n[i];e[i]=c?c(e[i],t[i]):t[i]}return e}const Xi={data:ms,props:vs,emits:vs,methods:wt,computed:wt,beforeCreate:ne,created:ne,beforeMount:ne,mounted:ne,beforeUpdate:ne,updated:ne,beforeDestroy:ne,beforeUnmount:ne,destroyed:ne,unmounted:ne,activated:ne,deactivated:ne,errorCaptured:ne,serverPrefetch:ne,components:wt,directives:wt,watch:Qi,provide:ms,inject:Zi};function ms(e,t){return t?e?function(){return G(S(e)?e.call(this,this):e,S(t)?t.call(this,this):t)}:t:e}function Zi(e,t){return wt(to(e),to(t))}function to(e){if(C(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function ne(e,t){return e?[...new Set([].concat(e,t))]:t}function wt(e,t){return e?G(Object.create(null),e,t):t}function vs(e,t){return e?C(e)&&C(t)?[...new Set([...e,...t])]:G(Object.create(null),_s(e),_s(t??{})):t}function Qi(e,t){if(!e)return t;if(!t)return e;const n=G(Object.create(null),e);for(const o in t)n[o]=ne(e[o],t[o]);return n}function Ns(){return{app:null,config:{isNativeTag:Nr,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let el=0;function tl(e,t){return function(o,s=null){S(o)||(o=G({},o)),s!=null&&!K(s)&&(process.env.NODE_ENV!=="production"&&y("root props passed to app.mount() must be an object."),s=null);const r=Ns(),i=new WeakSet;let c=!1;const f=r.app={_uid:el++,_component:o,_props:s,_container:null,_context:r,_instance:null,version:Qs,get config(){return r.config},set config(d){process.env.NODE_ENV!=="production"&&y("app.config cannot be replaced. Modify individual options instead.")},use(d,...h){return i.has(d)?process.env.NODE_ENV!=="production"&&y("Plugin has already been applied to target app."):d&&S(d.install)?(i.add(d),d.install(f,...h)):S(d)?(i.add(d),d(f,...h)):process.env.NODE_ENV!=="production"&&y('A plugin must either be a function or an object with an "install" function.'),f},mixin(d){return r.mixins.includes(d)?process.env.NODE_ENV!=="production"&&y("Mixin has already been applied to target app"+(d.name?`: ${d.name}`:"")):r.mixins.push(d),f},component(d,h){return process.env.NODE_ENV!=="production"&&_o(d,r.config),h?(process.env.NODE_ENV!=="production"&&r.components[d]&&y(`Component "${d}" has already been registered in target app.`),r.components[d]=h,f):r.components[d]},directive(d,h){return process.env.NODE_ENV!=="production"&&fs(d),h?(process.env.NODE_ENV!=="production"&&r.directives[d]&&y(`Directive "${d}" has already been registered in target app.`),r.directives[d]=h,f):r.directives[d]},mount(d,h,a){if(c)process.env.NODE_ENV!=="production"&&y("App has already been mounted.\nIf you want to remount the same app, move your app creation logic into a factory function and create fresh app instances for each mount - e.g. `const createMyApp = () => createApp(App)`");else{process.env.NODE_ENV!=="production"&&d.__vue_app__&&y("There is already an app instance mounted on the host container.\n If you want to mount another app on the same host container, you need to unmount the previous app by calling `app.unmount()` first.");const v=We(o,s);return v.appContext=r,a===!0?a="svg":a===!1&&(a=void 0),process.env.NODE_ENV!=="production"&&(r.reload=()=>{e(ke(v),d,a)}),h&&t?t(v,d):e(v,d,a),c=!0,f._container=d,d.__vue_app__=f,process.env.NODE_ENV!=="production"&&(f._instance=v.component,yi(f,Qs)),Eo(v.component)}},unmount(){c?(e(null,f._container),process.env.NODE_ENV!=="production"&&(f._instance=null,Oi(f)),delete f._container.__vue_app__):process.env.NODE_ENV!=="production"&&y("Cannot unmount an app that is not mounted.")},provide(d,h){return process.env.NODE_ENV!=="production"&&d in r.provides&&y(`App already provides property with key "${String(d)}". It will be overwritten with the new value.`),r.provides[d]=h,f},runWithContext(d){const h=Vt;Vt=f;try{return d()}finally{Vt=h}}};return f}}let Vt=null;function nl(e,t){if(!X)process.env.NODE_ENV!=="production"&&y("provide() can only be used inside setup().");else{let n=X.provides;const o=X.parent&&X.parent.provides;o===n&&(n=X.provides=Object.create(o)),n[e]=t}}function sn(e,t,n=!1){const o=X||ue;if(o||Vt){const s=o?o.parent==null?o.vnode.appContext&&o.vnode.appContext.provides:o.parent.provides:Vt._context.provides;if(s&&e in s)return s[e];if(arguments.length>1)return n&&S(t)?t.call(o&&o.proxy):t;process.env.NODE_ENV!=="production"&&y(`injection "${String(e)}" not found.`)}else process.env.NODE_ENV!=="production"&&y("inject() can only be used inside setup() or functional components.")}const bs={},ys=()=>Object.create(bs),Os=e=>Object.getPrototypeOf(e)===bs;function ol(e,t,n,o=!1){const s={},r=ys();e.propsDefaults=Object.create(null),ws(e,t,s,r);for(const i in e.propsOptions[0])i in s||(s[i]=void 0);process.env.NODE_ENV!=="production"&&xs(t||{},s,e),n?e.props=o?s:ni(s):e.type.props?e.props=s:e.props=r,e.attrs=r}function sl(e){for(;e;){if(e.type.__hmrId)return!0;e=e.parent}}function rl(e,t,n,o){const{props:s,attrs:r,vnode:{patchFlag:i}}=e,c=$(s),[f]=e.propsOptions;let d=!1;if(!(process.env.NODE_ENV!=="production"&&sl(e))&&(o||i>0)&&!(i&16)){if(i&8){const h=e.vnode.dynamicProps;for(let a=0;a<h.length;a++){let v=h[a];if(un(e.emitsOptions,v))continue;const x=t[v];if(f)if(A(r,v))x!==r[v]&&(r[v]=x,d=!0);else{const P=be(v);s[P]=no(f,c,P,x,e,!1)}else x!==r[v]&&(r[v]=x,d=!0)}}}else{ws(e,t,s,r)&&(d=!0);let h;for(const a in c)(!t||!A(t,a)&&((h=ie(a))===a||!A(t,h)))&&(f?n&&(n[a]!==void 0||n[h]!==void 0)&&(s[a]=no(f,c,a,void 0,e,!0)):delete s[a]);if(r!==c)for(const a in r)(!t||!A(t,a))&&(delete r[a],d=!0)}d&&ye(e.attrs,"set",""),process.env.NODE_ENV!=="production"&&xs(t||{},s,e)}function ws(e,t,n,o){const[s,r]=e.propsOptions;let i=!1,c;if(t)for(let f in t){if(Et(f))continue;const d=t[f];let h;s&&A(s,h=be(f))?!r||!r.includes(h)?n[h]=d:(c||(c={}))[h]=d:un(e.emitsOptions,f)||(!(f in o)||d!==o[f])&&(o[f]=d,i=!0)}if(r){const f=$(n),d=c||H;for(let h=0;h<r.length;h++){const a=r[h];n[a]=no(s,f,a,d[a],e,!A(d,a))}}return i}function no(e,t,n,o,s,r){const i=e[n];if(i!=null){const c=A(i,"default");if(c&&o===void 0){const f=i.default;if(i.type!==Function&&!i.skipFactory&&S(f)){const{propsDefaults:d}=s;if(n in d)o=d[n];else{const h=Pt(s);o=d[n]=f.call(null,t),h()}}else o=f}i[0]&&(r&&!c?o=!1:i[1]&&(o===""||o===ie(n))&&(o=!0))}return o}const il=new WeakMap;function Vs(e,t,n=!1){const o=n?il:t.propsCache,s=o.get(e);if(s)return s;const r=e.props,i={},c=[];let f=!1;if(!S(e)){const h=a=>{f=!0;const[v,x]=Vs(a,t,!0);G(i,v),x&&c.push(...x)};!n&&t.mixins.length&&t.mixins.forEach(h),e.extends&&h(e.extends),e.mixins&&e.mixins.forEach(h)}if(!r&&!f)return K(e)&&o.set(e,ut),ut;if(C(r))for(let h=0;h<r.length;h++){process.env.NODE_ENV!=="production"&&!z(r[h])&&y("props must be strings when using array syntax.",r[h]);const a=be(r[h]);Ds(a)&&(i[a]=H)}else if(r){process.env.NODE_ENV!=="production"&&!K(r)&&y("invalid props options",r);for(const h in r){const a=be(h);if(Ds(a)){const v=r[h],x=i[a]=C(v)||S(v)?{type:v}:G({},v),P=x.type;let I=!1,ae=!0;if(C(P))for(let W=0;W<P.length;++W){const k=P[W],U=S(k)&&k.name;if(U==="Boolean"){I=!0;break}else U==="String"&&(ae=!1)}else I=S(P)&&P.name==="Boolean";x[0]=I,x[1]=ae,(I||A(x,"default"))&&c.push(a)}}}const d=[i,c];return K(e)&&o.set(e,d),d}function Ds(e){return e[0]!=="$"&&!Et(e)?!0:(process.env.NODE_ENV!=="production"&&y(`Invalid prop name: "${e}" is a reserved property.`),!1)}function ll(e){return e===null?"null":typeof e=="function"?e.name||"":typeof e=="object"&&e.constructor&&e.constructor.name||""}function xs(e,t,n){const o=$(t),s=n.propsOptions[0];for(const r in s){let i=s[r];i!=null&&cl(r,o[r],i,process.env.NODE_ENV!=="production"?Oe(o):o,!A(e,r)&&!A(e,ie(r)))}}function cl(e,t,n,o,s){const{type:r,required:i,validator:c,skipCheck:f}=n;if(i&&s){y('Missing required prop: "'+e+'"');return}if(!(t==null&&!i)){if(r!=null&&r!==!0&&!f){let d=!1;const h=C(r)?r:[r],a=[];for(let v=0;v<h.length&&!d;v++){const{valid:x,expectedType:P}=fl(t,h[v]);a.push(P||""),d=x}if(!d){y(al(e,t,a));return}}c&&!c(t,o)&&y('Invalid prop: custom validator check failed for prop "'+e+'".')}}const ul=Ne("String,Number,Boolean,Function,Symbol,BigInt");function fl(e,t){let n;const o=ll(t);if(ul(o)){const s=typeof e;n=s===o.toLowerCase(),!n&&s==="object"&&(n=e instanceof t)}else o==="Object"?n=K(e):o==="Array"?n=C(e):o==="null"?n=e===null:n=e instanceof t;return{valid:n,expectedType:o}}function al(e,t,n){if(n.length===0)return`Prop type [] for prop "${e}" won't match anything. Did you mean to use type Array instead?`;let o=`Invalid prop: type check failed for prop "${e}". Expected ${n.map(Lt).join(" | ")}`;const s=n[0],r=yn(t),i=Cs(t,s),c=Cs(t,r);return n.length===1&&Ss(s)&&!dl(s,r)&&(o+=` with value ${i}`),o+=`, got ${r} `,Ss(r)&&(o+=`with value ${c}.`),o}function Cs(e,t){return t==="String"?`"${e}"`:t==="Number"?`${Number(e)}`:`${e}`}function Ss(e){return["string","number","boolean"].some(n=>e.toLowerCase()===n)}function dl(...e){return e.some(t=>t.toLowerCase()==="boolean")}const Ts=e=>e[0]==="_"||e==="$stable",oo=e=>C(e)?e.map(ge):[ge(e)],pl=(e,t,n)=>{if(t._n)return t;const o=Ti((...s)=>(process.env.NODE_ENV!=="production"&&X&&(!n||n.root===X.root)&&y(`Slot "${e}" invoked outside of the render function: this will not track dependencies used in the slot. Invoke the slot function inside the render function instead.`),oo(t(...s))),n);return o._c=!1,o},Ps=(e,t,n)=>{const o=e._ctx;for(const s in e){if(Ts(s))continue;const r=e[s];if(S(r))t[s]=pl(s,r,o);else if(r!=null){process.env.NODE_ENV!=="production"&&y(`Non-function value encountered for slot "${s}". Prefer function slots for better performance.`);const i=oo(r);t[s]=()=>i}}},$s=(e,t)=>{process.env.NODE_ENV!=="production"&&!Yn(e.vnode)&&y("Non-function value encountered for default slot. Prefer function slots for better performance.");const n=oo(t);e.slots.default=()=>n},so=(e,t,n)=>{for(const o in t)(n||o!=="_")&&(e[o]=t[o])},hl=(e,t,n)=>{const o=e.slots=ys();if(e.vnode.shapeFlag&32){const s=t._;s?(so(o,t,n),n&&Ht(o,"_",s,!0)):Ps(t,o)}else t&&$s(e,t)},_l=(e,t,n)=>{const{vnode:o,slots:s}=e;let r=!0,i=H;if(o.shapeFlag&32){const c=t._;c?process.env.NODE_ENV!=="production"&&ot?(so(s,t,n),ye(e,"set","$slots")):n&&c===1?r=!1:so(s,t,n):(r=!t.$stable,Ps(t,s)),i=t}else t&&($s(e,t),i={default:1});if(r)for(const c in s)!Ts(c)&&i[c]==null&&delete s[c]};function ro(e,t,n,o,s=!1){if(C(e)){e.forEach((v,x)=>ro(v,t&&(C(t)?t[x]:t),n,o,s));return}if(tn(o)&&!s)return;const r=o.shapeFlag&4?Eo(o.component):o.el,i=s?null:r,{i:c,r:f}=e;if(process.env.NODE_ENV!=="production"&&!c){y("Missing ref owner context. ref cannot be used on hoisted vnodes. A vnode with ref must be created inside the render function.");return}const d=t&&t.r,h=c.refs===H?c.refs={}:c.refs,a=c.setupState;if(d!=null&&d!==f&&(z(d)?(h[d]=null,A(a,d)&&(a[d]=null)):ee(d)&&(d.value=null)),S(f))Pe(f,c,12,[i,h]);else{const v=z(f),x=ee(f);if(v||x){const P=()=>{if(e.f){const I=v?A(a,f)?a[f]:h[f]:f.value;s?C(I)&&Nn(I,r):C(I)?I.includes(r)||I.push(r):v?(h[f]=[r],A(a,f)&&(a[f]=h[f])):(f.value=[r],e.k&&(h[e.k]=f.value))}else v?(h[f]=i,A(a,f)&&(a[f]=i)):x?(f.value=i,e.k&&(h[e.k]=i)):process.env.NODE_ENV!=="production"&&y("Invalid template ref type:",f,`(${typeof f})`)};i?(P.id=-1,le(P,n)):P()}else process.env.NODE_ENV!=="production"&&y("Invalid template ref type:",f,`(${typeof f})`)}}const gl=Symbol("_vte"),El=e=>e.__isTeleport;let Dt,Ke;function Ie(e,t){e.appContext.config.performance&&rn()&&Ke.mark(`vue-${t}-${e.uid}`),process.env.NODE_ENV!=="production"&&xi(e,t,rn()?Ke.now():Date.now())}function Re(e,t){if(e.appContext.config.performance&&rn()){const n=`vue-${t}-${e.uid}`,o=n+":end";Ke.mark(o),Ke.measure(`<${_n(e,e.type)}> ${t}`,n,o),Ke.clearMarks(n),Ke.clearMarks(o)}process.env.NODE_ENV!=="production"&&Ci(e,t,rn()?Ke.now():Date.now())}function rn(){return Dt!==void 0||(typeof window<"u"&&window.performance?(Dt=!0,Ke=window.performance):Dt=!1),Dt}function ml(){const e=[];if(process.env.NODE_ENV!=="production"&&e.length){const t=e.length>1;console.warn(`Feature flag${t?"s":""} ${e.join(", ")} ${t?"are":"is"} not explicitly defined. You are running the esm-bundler build of Vue, which expects these compile-time feature flags to be globally injected via the bundler config in order to get better tree-shaking in the production bundle.
|
|
19
|
+
|
|
20
|
+
For more details, see https://link.vuejs.org/feature-flags.`)}}const le=Il;function vl(e){return Nl(e)}function Nl(e,t){ml();const n=wn();n.__VUE__=!0,process.env.NODE_ENV!=="production"&&Jn(n.__VUE_DEVTOOLS_GLOBAL_HOOK__,n);const{insert:o,remove:s,patchProp:r,createElement:i,createText:c,createComment:f,setText:d,setElementText:h,parentNode:a,nextSibling:v,setScopeId:x=J,insertStaticContent:P}=e,I=(l,u,p,E=null,_=null,m=null,O=void 0,N=null,b=process.env.NODE_ENV!=="production"&&ot?!1:!!u.dynamicChildren)=>{if(l===u)return;l&&!Tt(l,u)&&(E=vn(l),Ye(l,_,m,!0),l=null),u.patchFlag===-2&&(b=!1,u.dynamicChildren=null);const{type:g,ref:w,shapeFlag:D}=u;switch(g){case xt:ae(l,u,p,E);break;case _e:W(l,u,p,E);break;case an:l==null?k(u,p,E,O):process.env.NODE_ENV!=="production"&&U(l,u,p,O);break;case Ve:mn(l,u,p,E,_,m,O,N,b);break;default:D&1?Ee(l,u,p,E,_,m,O,N,b):D&6?pr(l,u,p,E,_,m,O,N,b):D&64||D&128?g.process(l,u,p,E,_,m,O,N,b,Rt):process.env.NODE_ENV!=="production"&&y("Invalid VNode type:",g,`(${typeof g})`)}w!=null&&_&&ro(w,l&&l.ref,m,u||l,!u)},ae=(l,u,p,E)=>{if(l==null)o(u.el=c(u.children),p,E);else{const _=u.el=l.el;u.children!==l.children&&d(_,u.children)}},W=(l,u,p,E)=>{l==null?o(u.el=f(u.children||""),p,E):u.el=l.el},k=(l,u,p,E)=>{[l.el,l.anchor]=P(l.children,u,p,E,l.el,l.anchor)},U=(l,u,p,E)=>{if(u.children!==l.children){const _=v(l.anchor);Y(l),[u.el,u.anchor]=P(u.children,p,_,E)}else u.el=l.el,u.anchor=l.anchor},q=({el:l,anchor:u},p,E)=>{let _;for(;l&&l!==u;)_=v(l),o(l,p,E),l=_;o(u,p,E)},Y=({el:l,anchor:u})=>{let p;for(;l&&l!==u;)p=v(l),s(l),l=p;s(u)},Ee=(l,u,p,E,_,m,O,N,b)=>{u.type==="svg"?O="svg":u.type==="math"&&(O="mathml"),l==null?R(u,p,E,_,m,O,N,b):Me(l,u,_,m,O,N,b)},R=(l,u,p,E,_,m,O,N)=>{let b,g;const{props:w,shapeFlag:D,transition:V,dirs:T}=l;if(b=l.el=i(l.type,m,w&&w.is,w),D&8?h(b,l.children):D&16&&se(l.children,b,null,E,_,io(l,m),O,N),T&&rt(l,null,E,"created"),oe(b,l,l.scopeId,O,E),w){for(const B in w)B!=="value"&&!Et(B)&&r(b,B,null,w[B],m,E);"value"in w&&r(b,"value",null,w.value,m),(g=w.onVnodeBeforeMount)&&De(g,E,l)}process.env.NODE_ENV!=="production"&&(Ht(b,"__vnode",l,!0),Ht(b,"__vueParentComponent",E,!0)),T&&rt(l,null,E,"beforeMount");const M=bl(_,V);M&&V.beforeEnter(b),o(b,u,p),((g=w&&w.onVnodeMounted)||M||T)&&le(()=>{g&&De(g,E,l),M&&V.enter(b),T&&rt(l,null,E,"mounted")},_)},oe=(l,u,p,E,_)=>{if(p&&x(l,p),E)for(let m=0;m<E.length;m++)x(l,E[m]);if(_){let m=_.subTree;if(process.env.NODE_ENV!=="production"&&m.patchFlag>0&&m.patchFlag&2048&&(m=fo(m.children)||m),u===m){const O=_.vnode;oe(l,O,O.scopeId,O.slotScopeIds,_.parent)}}},se=(l,u,p,E,_,m,O,N,b=0)=>{for(let g=b;g<l.length;g++){const w=l[g]=N?qe(l[g]):ge(l[g]);I(null,w,u,p,E,_,m,O,N)}},Me=(l,u,p,E,_,m,O)=>{const N=u.el=l.el;process.env.NODE_ENV!=="production"&&(N.__vnode=u);let{patchFlag:b,dynamicChildren:g,dirs:w}=u;b|=l.patchFlag&16;const D=l.props||H,V=u.props||H;let T;if(p&<(p,!1),(T=V.onVnodeBeforeUpdate)&&De(T,p,u,l),w&&rt(u,l,p,"beforeUpdate"),p&<(p,!0),process.env.NODE_ENV!=="production"&&ot&&(b=0,O=!1,g=null),(D.innerHTML&&V.innerHTML==null||D.textContent&&V.textContent==null)&&h(N,""),g?(Je(l.dynamicChildren,g,N,p,E,io(u,_),m),process.env.NODE_ENV!=="production"&&ln(l,u)):O||xe(l,u,N,null,p,E,io(u,_),m,!1),b>0){if(b&16)me(N,D,V,p,_);else if(b&2&&D.class!==V.class&&r(N,"class",null,V.class,_),b&4&&r(N,"style",D.style,V.style,_),b&8){const M=u.dynamicProps;for(let B=0;B<M.length;B++){const L=M[B],Z=D[L],ve=V[L];(ve!==Z||L==="value")&&r(N,L,Z,ve,_,p)}}b&1&&l.children!==u.children&&h(N,u.children)}else!O&&g==null&&me(N,D,V,p,_);((T=V.onVnodeUpdated)||w)&&le(()=>{T&&De(T,p,u,l),w&&rt(u,l,p,"updated")},E)},Je=(l,u,p,E,_,m,O)=>{for(let N=0;N<u.length;N++){const b=l[N],g=u[N],w=b.el&&(b.type===Ve||!Tt(b,g)||b.shapeFlag&70)?a(b.el):p;I(b,g,w,null,E,_,m,O,!0)}},me=(l,u,p,E,_)=>{if(u!==p){if(u!==H)for(const m in u)!Et(m)&&!(m in p)&&r(l,m,u[m],null,_,E);for(const m in p){if(Et(m))continue;const O=p[m],N=u[m];O!==N&&m!=="value"&&r(l,m,N,O,_,E)}"value"in p&&r(l,"value",u.value,p.value,_)}},mn=(l,u,p,E,_,m,O,N,b)=>{const g=u.el=l?l.el:c(""),w=u.anchor=l?l.anchor:c("");let{patchFlag:D,dynamicChildren:V,slotScopeIds:T}=u;process.env.NODE_ENV!=="production"&&(ot||D&2048)&&(D=0,b=!1,V=null),T&&(N=N?N.concat(T):T),l==null?(o(g,p,E),o(w,p,E),se(u.children||[],p,w,_,m,O,N,b)):D>0&&D&64&&V&&l.dynamicChildren?(Je(l.dynamicChildren,V,p,_,m,O,N),process.env.NODE_ENV!=="production"?ln(l,u):(u.key!=null||_&&u===_.subTree)&&ln(l,u,!0)):xe(l,u,p,w,_,m,O,N,b)},pr=(l,u,p,E,_,m,O,N,b)=>{u.slotScopeIds=N,l==null?u.shapeFlag&512?_.ctx.activate(u,p,E,O,b):Ge(u,p,E,_,m,O,b):ce(l,u,b)},Ge=(l,u,p,E,_,m,O)=>{const N=l.component=Wl(l,E,_);if(process.env.NODE_ENV!=="production"&&N.type.__hmrId&&mi(N),process.env.NODE_ENV!=="production"&&(Yt(l),Ie(N,"mount")),Yn(l)&&(N.ctx.renderer=Rt),process.env.NODE_ENV!=="production"&&Ie(N,"init"),Jl(N,!1,O),process.env.NODE_ENV!=="production"&&Re(N,"init"),N.asyncDep){if(_&&_.registerDep(N,j,O),!l.el){const b=N.subTree=We(_e);W(null,b,u,p)}}else j(N,l,u,p,_,m,O);process.env.NODE_ENV!=="production"&&(zt(),Re(N,"mount"))},ce=(l,u,p)=>{const E=u.component=l.component;if(Tl(l,u,p))if(E.asyncDep&&!E.asyncResolved){process.env.NODE_ENV!=="production"&&Yt(u),F(E,u,p),process.env.NODE_ENV!=="production"&&zt();return}else E.next=u,gi(E.update),E.effect.dirty=!0,E.update();else u.el=l.el,E.vnode=u},j=(l,u,p,E,_,m,O)=>{const N=()=>{if(l.isMounted){let{next:w,bu:D,u:V,parent:T,vnode:M}=l;{const _t=Is(l);if(_t){w&&(w.el=M.el,F(l,w,O)),_t.asyncDep.then(()=>{l.isUnmounted||N()});return}}let B=w,L;process.env.NODE_ENV!=="production"&&Yt(w||l.vnode),lt(l,!1),w?(w.el=M.el,F(l,w,O)):w=M,D&&mt(D),(L=w.props&&w.props.onVnodeBeforeUpdate)&&De(L,T,w,M),lt(l,!0),process.env.NODE_ENV!=="production"&&Ie(l,"render");const Z=uo(l);process.env.NODE_ENV!=="production"&&Re(l,"render");const ve=l.subTree;l.subTree=Z,process.env.NODE_ENV!=="production"&&Ie(l,"patch"),I(ve,Z,a(ve.el),vn(ve),l,_,m),process.env.NODE_ENV!=="production"&&Re(l,"patch"),w.el=Z.el,B===null&&Pl(l,Z.el),V&&le(V,_),(L=w.props&&w.props.onVnodeUpdated)&&le(()=>De(L,T,w,M),_),process.env.NODE_ENV!=="production"&&ls(l),process.env.NODE_ENV!=="production"&&zt()}else{let w;const{el:D,props:V}=u,{bm:T,m:M,parent:B}=l,L=tn(u);if(lt(l,!1),T&&mt(T),!L&&(w=V&&V.onVnodeBeforeMount)&&De(w,B,u),lt(l,!0),D&&gr){const Z=()=>{process.env.NODE_ENV!=="production"&&Ie(l,"render"),l.subTree=uo(l),process.env.NODE_ENV!=="production"&&Re(l,"render"),process.env.NODE_ENV!=="production"&&Ie(l,"hydrate"),gr(D,l.subTree,l,_,null),process.env.NODE_ENV!=="production"&&Re(l,"hydrate")};L?u.type.__asyncLoader().then(()=>!l.isUnmounted&&Z()):Z()}else{process.env.NODE_ENV!=="production"&&Ie(l,"render");const Z=l.subTree=uo(l);process.env.NODE_ENV!=="production"&&Re(l,"render"),process.env.NODE_ENV!=="production"&&Ie(l,"patch"),I(null,Z,p,E,l,_,m),process.env.NODE_ENV!=="production"&&Re(l,"patch"),u.el=Z.el}if(M&&le(M,_),!L&&(w=V&&V.onVnodeMounted)){const Z=u;le(()=>De(w,B,Z),_)}(u.shapeFlag&256||B&&tn(B.vnode)&&B.vnode.shapeFlag&256)&&l.a&&le(l.a,_),l.isMounted=!0,process.env.NODE_ENV!=="production"&&wi(l),u=p=E=null}},b=l.effect=new xn(N,J,()=>Xt(g),l.scope),g=l.update=()=>{b.dirty&&b.run()};g.i=l,g.id=l.uid,lt(l,!0),process.env.NODE_ENV!=="production"&&(b.onTrack=l.rtc?w=>mt(l.rtc,w):void 0,b.onTrigger=l.rtg?w=>mt(l.rtg,w):void 0),g()},F=(l,u,p)=>{u.component=l;const E=l.vnode.props;l.vnode=u,l.next=null,rl(l,u.props,E,p),_l(l,u.children,p),Se(),ns(l),Te()},xe=(l,u,p,E,_,m,O,N,b=!1)=>{const g=l&&l.children,w=l?l.shapeFlag:0,D=u.children,{patchFlag:V,shapeFlag:T}=u;if(V>0){if(V&128){$t(g,D,p,E,_,m,O,N,b);return}else if(V&256){bo(g,D,p,E,_,m,O,N,b);return}}T&8?(w&16&&It(g,_,m),D!==g&&h(p,D)):w&16?T&16?$t(g,D,p,E,_,m,O,N,b):It(g,_,m,!0):(w&8&&h(p,""),T&16&&se(D,p,E,_,m,O,N,b))},bo=(l,u,p,E,_,m,O,N,b)=>{l=l||ut,u=u||ut;const g=l.length,w=u.length,D=Math.min(g,w);let V;for(V=0;V<D;V++){const T=u[V]=b?qe(u[V]):ge(u[V]);I(l[V],T,p,null,_,m,O,N,b)}g>w?It(l,_,m,!0,!1,D):se(u,p,E,_,m,O,N,b,D)},$t=(l,u,p,E,_,m,O,N,b)=>{let g=0;const w=u.length;let D=l.length-1,V=w-1;for(;g<=D&&g<=V;){const T=l[g],M=u[g]=b?qe(u[g]):ge(u[g]);if(Tt(T,M))I(T,M,p,null,_,m,O,N,b);else break;g++}for(;g<=D&&g<=V;){const T=l[D],M=u[V]=b?qe(u[V]):ge(u[V]);if(Tt(T,M))I(T,M,p,null,_,m,O,N,b);else break;D--,V--}if(g>D){if(g<=V){const T=V+1,M=T<w?u[T].el:E;for(;g<=V;)I(null,u[g]=b?qe(u[g]):ge(u[g]),p,M,_,m,O,N,b),g++}}else if(g>V)for(;g<=D;)Ye(l[g],_,m,!0),g++;else{const T=g,M=g,B=new Map;for(g=M;g<=V;g++){const re=u[g]=b?qe(u[g]):ge(u[g]);re.key!=null&&(process.env.NODE_ENV!=="production"&&B.has(re.key)&&y("Duplicate keys found during update:",JSON.stringify(re.key),"Make sure keys are unique."),B.set(re.key,g))}let L,Z=0;const ve=V-M+1;let _t=!1,Er=0;const At=new Array(ve);for(g=0;g<ve;g++)At[g]=0;for(g=T;g<=D;g++){const re=l[g];if(Z>=ve){Ye(re,_,m,!0);continue}let Ce;if(re.key!=null)Ce=B.get(re.key);else for(L=M;L<=V;L++)if(At[L-M]===0&&Tt(re,u[L])){Ce=L;break}Ce===void 0?Ye(re,_,m,!0):(At[Ce-M]=g+1,Ce>=Er?Er=Ce:_t=!0,I(re,u[Ce],p,null,_,m,O,N,b),Z++)}const mr=_t?yl(At):ut;for(L=mr.length-1,g=ve-1;g>=0;g--){const re=M+g,Ce=u[re],vr=re+1<w?u[re+1].el:E;At[g]===0?I(null,Ce,p,vr,_,m,O,N,b):_t&&(L<0||g!==mr[L]?ht(Ce,p,vr,2):L--)}}},ht=(l,u,p,E,_=null)=>{const{el:m,type:O,transition:N,children:b,shapeFlag:g}=l;if(g&6){ht(l.component.subTree,u,p,E);return}if(g&128){l.suspense.move(u,p,E);return}if(g&64){O.move(l,u,p,Rt);return}if(O===Ve){o(m,u,p);for(let D=0;D<b.length;D++)ht(b[D],u,p,E);o(l.anchor,u,p);return}if(O===an){q(l,u,p);return}if(E!==2&&g&1&&N)if(E===0)N.beforeEnter(m),o(m,u,p),le(()=>N.enter(m),_);else{const{leave:D,delayLeave:V,afterLeave:T}=N,M=()=>o(m,u,p),B=()=>{D(m,()=>{M(),T&&T()})};V?V(m,M,B):B()}else o(m,u,p)},Ye=(l,u,p,E=!1,_=!1)=>{const{type:m,props:O,ref:N,children:b,dynamicChildren:g,shapeFlag:w,patchFlag:D,dirs:V,cacheIndex:T}=l;if(D===-2&&(_=!1),N!=null&&ro(N,null,p,l,!0),T!=null&&(u.renderCache[T]=void 0),w&256){u.ctx.deactivate(l);return}const M=w&1&&V,B=!tn(l);let L;if(B&&(L=O&&O.onVnodeBeforeUnmount)&&De(L,u,l),w&6)Rc(l.component,p,E);else{if(w&128){l.suspense.unmount(p,E);return}M&&rt(l,null,u,"beforeUnmount"),w&64?l.type.remove(l,u,p,Rt,E):g&&!g.hasOnce&&(m!==Ve||D>0&&D&64)?It(g,u,p,!1,!0):(m===Ve&&D&384||!_&&w&16)&&It(b,u,p),E&&yo(l)}(B&&(L=O&&O.onVnodeUnmounted)||M)&&le(()=>{L&&De(L,u,l),M&&rt(l,null,u,"unmounted")},p)},yo=l=>{const{type:u,el:p,anchor:E,transition:_}=l;if(u===Ve){process.env.NODE_ENV!=="production"&&l.patchFlag>0&&l.patchFlag&2048&&_&&!_.persisted?l.children.forEach(O=>{O.type===_e?s(O.el):yo(O)}):Ic(p,E);return}if(u===an){Y(l);return}const m=()=>{s(p),_&&!_.persisted&&_.afterLeave&&_.afterLeave()};if(l.shapeFlag&1&&_&&!_.persisted){const{leave:O,delayLeave:N}=_,b=()=>O(p,m);N?N(l.el,m,b):b()}else m()},Ic=(l,u)=>{let p;for(;l!==u;)p=v(l),s(l),l=p;s(u)},Rc=(l,u,p)=>{process.env.NODE_ENV!=="production"&&l.type.__hmrId&&vi(l);const{bum:E,scope:_,update:m,subTree:O,um:N,m:b,a:g}=l;Rs(b),Rs(g),E&&mt(E),_.stop(),m&&(m.active=!1,Ye(O,l,u,p)),N&&le(N,u),le(()=>{l.isUnmounted=!0},u),u&&u.pendingBranch&&!u.isUnmounted&&l.asyncDep&&!l.asyncResolved&&l.suspenseId===u.pendingId&&(u.deps--,u.deps===0&&u.resolve()),process.env.NODE_ENV!=="production"&&Di(l)},It=(l,u,p,E=!1,_=!1,m=0)=>{for(let O=m;O<l.length;O++)Ye(l[O],u,p,E,_)},vn=l=>{if(l.shapeFlag&6)return vn(l.component.subTree);if(l.shapeFlag&128)return l.suspense.next();const u=v(l.anchor||l.el),p=u&&u[gl];return p?v(p):u};let Oo=!1;const hr=(l,u,p)=>{l==null?u._vnode&&Ye(u._vnode,null,null,!0):I(u._vnode||null,l,u,null,null,null,p),Oo||(Oo=!0,ns(),os(),Oo=!1),u._vnode=l},Rt={p:I,um:Ye,m:ht,r:yo,mt:Ge,mc:se,pc:xe,pbc:Je,n:vn,o:e};let _r,gr;return{render:hr,hydrate:_r,createApp:tl(hr,_r)}}function io({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function lt({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function bl(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function ln(e,t,n=!1){const o=e.children,s=t.children;if(C(o)&&C(s))for(let r=0;r<o.length;r++){const i=o[r];let c=s[r];c.shapeFlag&1&&!c.dynamicChildren&&((c.patchFlag<=0||c.patchFlag===32)&&(c=s[r]=qe(s[r]),c.el=i.el),!n&&c.patchFlag!==-2&&ln(i,c)),c.type===xt&&(c.el=i.el),process.env.NODE_ENV!=="production"&&c.type===_e&&!c.el&&(c.el=i.el)}}function yl(e){const t=e.slice(),n=[0];let o,s,r,i,c;const f=e.length;for(o=0;o<f;o++){const d=e[o];if(d!==0){if(s=n[n.length-1],e[s]<d){t[o]=s,n.push(o);continue}for(r=0,i=n.length-1;r<i;)c=r+i>>1,e[n[c]]<d?r=c+1:i=c;d<e[n[r]]&&(r>0&&(t[o]=n[r-1]),n[r]=o)}}for(r=n.length,i=n[r-1];r-- >0;)n[r]=i,i=t[i];return n}function Is(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Is(t)}function Rs(e){if(e)for(let t=0;t<e.length;t++)e[t].active=!1}const Ol=Symbol.for("v-scx"),wl=()=>{{const e=sn(Ol);return e||process.env.NODE_ENV!=="production"&&y("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."),e}},cn={};function lo(e,t,n){return process.env.NODE_ENV!=="production"&&!S(t)&&y("`watch(fn, options?)` signature has been moved to a separate API. Use `watchEffect(fn, options?)` instead. `watch` now only supports `watch(source, cb, options?) signature."),As(e,t,n)}function As(e,t,{immediate:n,deep:o,flush:s,once:r,onTrack:i,onTrigger:c}=H){if(t&&r){const R=t;t=(...oe)=>{R(...oe),Ee()}}process.env.NODE_ENV!=="production"&&o!==void 0&&typeof o=="number"&&y('watch() "deep" option with number value will be used as watch depth in future versions. Please use a boolean instead to avoid potential breakage.'),process.env.NODE_ENV!=="production"&&!t&&(n!==void 0&&y('watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'),o!==void 0&&y('watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'),r!==void 0&&y('watch() "once" option is only respected when using the watch(source, callback, options?) signature.'));const f=R=>{y("Invalid watch source: ",R,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},d=X,h=R=>o===!0?R:ct(R,o===!1?1:void 0);let a,v=!1,x=!1;if(ee(e)?(a=()=>e.value,v=Ue(e)):dt(e)?(a=()=>h(e),v=!0):C(e)?(x=!0,v=e.some(R=>dt(R)||Ue(R)),a=()=>e.map(R=>{if(ee(R))return R.value;if(dt(R))return h(R);if(S(R))return Pe(R,d,2);process.env.NODE_ENV!=="production"&&f(R)})):S(e)?t?a=()=>Pe(e,d,2):a=()=>(P&&P(),pe(e,d,3,[I])):(a=J,process.env.NODE_ENV!=="production"&&f(e)),t&&o){const R=a;a=()=>ct(R())}let P,I=R=>{P=q.onStop=()=>{Pe(R,d,4),P=q.onStop=void 0}},ae;if(hn)if(I=J,t?n&&pe(t,d,3,[a(),x?[]:void 0,I]):a(),s==="sync"){const R=wl();ae=R.__watcherHandles||(R.__watcherHandles=[])}else return J;let W=x?new Array(e.length).fill(cn):cn;const k=()=>{if(!(!q.active||!q.dirty))if(t){const R=q.run();(o||v||(x?R.some((oe,se)=>Ze(oe,W[se])):Ze(R,W)))&&(P&&P(),pe(t,d,3,[R,W===cn?void 0:x&&W[0]===cn?[]:W,I]),W=R)}else q.run()};k.allowRecurse=!!t;let U;s==="sync"?U=k:s==="post"?U=()=>le(k,d&&d.suspense):(k.pre=!0,d&&(k.id=d.uid),U=()=>Xt(k));const q=new xn(a,J,U),Y=Mr(),Ee=()=>{q.stop(),Y&&Nn(Y.effects,q)};return process.env.NODE_ENV!=="production"&&(q.onTrack=i,q.onTrigger=c),t?n?k():W=q.run():s==="post"?le(q.run.bind(q),d&&d.suspense):q.run(),ae&&ae.push(Ee),Ee}function Vl(e,t,n){const o=this.proxy,s=z(e)?e.includes(".")?Ms(o,e):()=>o[e]:e.bind(o,o);let r;S(t)?r=t:(r=t.handler,n=t);const i=Pt(this),c=As(s,r.bind(o),n);return i(),c}function Ms(e,t){const n=t.split(".");return()=>{let o=e;for(let s=0;s<n.length&&o;s++)o=o[n[s]];return o}}function ct(e,t=1/0,n){if(t<=0||!K(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,ee(e))ct(e.value,t,n);else if(C(e))for(let o=0;o<e.length;o++)ct(e[o],t,n);else if(yr(e)||ft(e))e.forEach(o=>{ct(o,t,n)});else if(wr(e)){for(const o in e)ct(e[o],t,n);for(const o of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,o)&&ct(e[o],t,n)}return e}const Dl=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${be(t)}Modifiers`]||e[`${ie(t)}Modifiers`];function xl(e,t,...n){if(e.isUnmounted)return;const o=e.vnode.props||H;if(process.env.NODE_ENV!=="production"){const{emitsOptions:h,propsOptions:[a]}=e;if(h)if(!(t in h))(!a||!(Xe(t)in a))&&y(`Component emitted event "${t}" but it is neither declared in the emits option nor as an "${Xe(t)}" prop.`);else{const v=h[t];S(v)&&(v(...n)||y(`Invalid event arguments: event validation failed for event "${t}".`))}}let s=n;const r=t.startsWith("update:"),i=r&&Dl(o,t.slice(7));if(i&&(i.trim&&(s=n.map(h=>z(h)?h.trim():h)),i.number&&(s=n.map(Cr))),process.env.NODE_ENV!=="production"&&Si(e,t,s),process.env.NODE_ENV!=="production"){const h=t.toLowerCase();h!==t&&o[Xe(h)]&&y(`Event "${h}" is emitted in component ${_n(e,e.type)} but the handler is registered for "${t}". Note that HTML attributes are case-insensitive and you cannot use v-on to listen to camelCase events when using in-DOM templates. You should probably use "${ie(t)}" instead of "${t}".`)}let c,f=o[c=Xe(t)]||o[c=Xe(be(t))];!f&&r&&(f=o[c=Xe(ie(t))]),f&&pe(f,e,6,s);const d=o[c+"Once"];if(d){if(!e.emitted)e.emitted={};else if(e.emitted[c])return;e.emitted[c]=!0,pe(d,e,6,s)}}function Fs(e,t,n=!1){const o=t.emitsCache,s=o.get(e);if(s!==void 0)return s;const r=e.emits;let i={},c=!1;if(!S(e)){const f=d=>{const h=Fs(d,t,!0);h&&(c=!0,G(i,h))};!n&&t.mixins.length&&t.mixins.forEach(f),e.extends&&f(e.extends),e.mixins&&e.mixins.forEach(f)}return!r&&!c?(K(e)&&o.set(e,null),null):(C(r)?r.forEach(f=>i[f]=null):G(i,r),K(e)&&o.set(e,i),i)}function un(e,t){return!e||!gt(t)?!1:(t=t.slice(2).replace(/Once$/,""),A(e,t[0].toLowerCase()+t.slice(1))||A(e,ie(t))||A(e,t))}let co=!1;function fn(){co=!0}function uo(e){const{type:t,vnode:n,proxy:o,withProxy:s,propsOptions:[r],slots:i,attrs:c,emit:f,render:d,renderCache:h,props:a,data:v,setupState:x,ctx:P,inheritAttrs:I}=e,ae=en(e);let W,k;process.env.NODE_ENV!=="production"&&(co=!1);try{if(n.shapeFlag&4){const Y=s||o,Ee=process.env.NODE_ENV!=="production"&&x.__isScriptSetup?new Proxy(Y,{get(R,oe,se){return y(`Property '${String(oe)}' was accessed via 'this'. Avoid using 'this' in templates.`),Reflect.get(R,oe,se)}}):Y;W=ge(d.call(Ee,Y,h,process.env.NODE_ENV!=="production"?Oe(a):a,x,v,P)),k=c}else{const Y=t;process.env.NODE_ENV!=="production"&&c===a&&fn(),W=ge(Y.length>1?Y(process.env.NODE_ENV!=="production"?Oe(a):a,process.env.NODE_ENV!=="production"?{get attrs(){return fn(),Oe(c)},slots:i,emit:f}:{attrs:c,slots:i,emit:f}):Y(process.env.NODE_ENV!=="production"?Oe(a):a,null)),k=t.props?c:Cl(c)}}catch(Y){Ct.length=0,vt(Y,e,1),W=We(_e)}let U=W,q;if(process.env.NODE_ENV!=="production"&&W.patchFlag>0&&W.patchFlag&2048&&([U,q]=js(W)),k&&I!==!1){const Y=Object.keys(k),{shapeFlag:Ee}=U;if(Y.length){if(Ee&7)r&&Y.some(Mt)&&(k=Sl(k,r)),U=ke(U,k,!1,!0);else if(process.env.NODE_ENV!=="production"&&!co&&U.type!==_e){const R=Object.keys(c),oe=[],se=[];for(let Me=0,Je=R.length;Me<Je;Me++){const me=R[Me];gt(me)?Mt(me)||oe.push(me[2].toLowerCase()+me.slice(3)):se.push(me)}se.length&&y(`Extraneous non-props attributes (${se.join(", ")}) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.`),oe.length&&y(`Extraneous non-emits event listeners (${oe.join(", ")}) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. If the listener is intended to be a component custom event listener only, declare it using the "emits" option.`)}}}return n.dirs&&(process.env.NODE_ENV!=="production"&&!Ls(U)&&y("Runtime directive used on component with non-element root node. The directives will not function as intended."),U=ke(U,null,!1,!0),U.dirs=U.dirs?U.dirs.concat(n.dirs):n.dirs),n.transition&&(process.env.NODE_ENV!=="production"&&!Ls(U)&&y("Component inside <Transition> renders non-element root node that cannot be animated."),U.transition=n.transition),process.env.NODE_ENV!=="production"&&q?q(U):W=U,en(ae),W}const js=e=>{const t=e.children,n=e.dynamicChildren,o=fo(t,!1);if(o){if(process.env.NODE_ENV!=="production"&&o.patchFlag>0&&o.patchFlag&2048)return js(o)}else return[e,void 0];const s=t.indexOf(o),r=n?n.indexOf(o):-1,i=c=>{t[s]=c,n&&(r>-1?n[r]=c:c.patchFlag>0&&(e.dynamicChildren=[...n,c]))};return[ge(o),i]};function fo(e,t=!0){let n;for(let o=0;o<e.length;o++){const s=e[o];if(ao(s)){if(s.type!==_e||s.children==="v-if"){if(n)return;if(n=s,process.env.NODE_ENV!=="production"&&t&&n.patchFlag>0&&n.patchFlag&2048)return fo(n.children)}}else return}return n}const Cl=e=>{let t;for(const n in e)(n==="class"||n==="style"||gt(n))&&((t||(t={}))[n]=e[n]);return t},Sl=(e,t)=>{const n={};for(const o in e)(!Mt(o)||!(o.slice(9)in t))&&(n[o]=e[o]);return n},Ls=e=>e.shapeFlag&7||e.type===_e;function Tl(e,t,n){const{props:o,children:s,component:r}=e,{props:i,children:c,patchFlag:f}=t,d=r.emitsOptions;if(process.env.NODE_ENV!=="production"&&(s||c)&&ot||t.dirs||t.transition)return!0;if(n&&f>=0){if(f&1024)return!0;if(f&16)return o?Hs(o,i,d):!!i;if(f&8){const h=t.dynamicProps;for(let a=0;a<h.length;a++){const v=h[a];if(i[v]!==o[v]&&!un(d,v))return!0}}}else return(s||c)&&(!c||!c.$stable)?!0:o===i?!1:o?i?Hs(o,i,d):!0:!!i;return!1}function Hs(e,t,n){const o=Object.keys(t);if(o.length!==Object.keys(e).length)return!0;for(let s=0;s<o.length;s++){const r=o[s];if(t[r]!==e[r]&&!un(n,r))return!0}return!1}function Pl({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}}const $l=e=>e.__isSuspense;function Il(e,t){t&&t.pendingBranch?C(e)?t.effects.push(...e):t.effects.push(e):ts(e)}const Ve=Symbol.for("v-fgt"),xt=Symbol.for("v-txt"),_e=Symbol.for("v-cmt"),an=Symbol.for("v-stc"),Ct=[];let fe=null;function Rl(e=!1){Ct.push(fe=e?null:[])}function Al(){Ct.pop(),fe=Ct[Ct.length-1]||null}let St=1;function Us(e){St+=e,e<0&&fe&&(fe.hasOnce=!0)}function Ml(e){return e.dynamicChildren=St>0?fe||ut:null,Al(),St>0&&fe&&fe.push(e),e}function Fl(e,t,n,o,s,r){return Ml(Ks(e,t,n,o,s,r,!0))}function ao(e){return e?e.__v_isVNode===!0:!1}function Tt(e,t){if(process.env.NODE_ENV!=="production"&&t.shapeFlag&6&&e.component){const n=Zt.get(t.type);if(n&&n.has(e.component))return e.shapeFlag&=-257,t.shapeFlag&=-513,!1}return e.type===t.type&&e.key===t.key}const jl=(...e)=>Ws(...e),Bs=({key:e})=>e??null,dn=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?z(e)||ee(e)||S(e)?{i:ue,r:e,k:t,f:!!n}:e:null);function Ks(e,t=null,n=null,o=0,s=null,r=e===Ve?0:1,i=!1,c=!1){const f={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Bs(t),ref:t&&dn(t),scopeId:us,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:r,patchFlag:o,dynamicProps:s,dynamicChildren:null,appContext:null,ctx:ue};return c?(po(f,n),r&128&&e.normalize(f)):n&&(f.shapeFlag|=z(n)?8:16),process.env.NODE_ENV!=="production"&&f.key!==f.key&&y("VNode created with invalid key (NaN). VNode type:",f.type),St>0&&!i&&fe&&(f.patchFlag>0||r&6)&&f.patchFlag!==32&&fe.push(f),f}const We=process.env.NODE_ENV!=="production"?jl:Ws;function Ws(e,t=null,n=null,o=0,s=null,r=!1){if((!e||e===Wi)&&(process.env.NODE_ENV!=="production"&&!e&&y(`Invalid vnode type when creating vnode: ${e}.`),e=_e),ao(e)){const c=ke(e,t,!0);return n&&po(c,n),St>0&&!r&&fe&&(c.shapeFlag&6?fe[fe.indexOf(e)]=c:fe.push(c)),c.patchFlag=-2,c}if(Zs(e)&&(e=e.__vccOpts),t){t=Ll(t);let{class:c,style:f}=t;c&&!z(c)&&(t.class=Dn(c)),K(f)&&(Mn(f)&&!C(f)&&(f=G({},f)),t.style=Vn(f))}const i=z(e)?1:$l(e)?128:El(e)?64:K(e)?4:S(e)?2:0;return process.env.NODE_ENV!=="production"&&i&4&&Mn(e)&&(e=$(e),y("Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.",`
|
|
21
|
+
Component that was made reactive: `,e)),Ks(e,t,n,o,s,i,r,!0)}function Ll(e){return e?Mn(e)||Os(e)?G({},e):e:null}function ke(e,t,n=!1,o=!1){const{props:s,ref:r,patchFlag:i,children:c,transition:f}=e,d=t?Ul(s||{},t):s,h={__v_isVNode:!0,__v_skip:!0,type:e.type,props:d,key:d&&Bs(d),ref:t&&t.ref?n&&r?C(r)?r.concat(dn(t)):[r,dn(t)]:dn(t):r,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:process.env.NODE_ENV!=="production"&&i===-1&&C(c)?c.map(ks):c,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Ve?i===-1?16:i|16:i,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:f,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&ke(e.ssContent),ssFallback:e.ssFallback&&ke(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return f&&o&&as(h,f.clone(h)),h}function ks(e){const t=ke(e);return C(e.children)&&(t.children=e.children.map(ks)),t}function Hl(e=" ",t=0){return We(xt,null,e,t)}function ge(e){return e==null||typeof e=="boolean"?We(_e):C(e)?We(Ve,null,e.slice()):typeof e=="object"?qe(e):We(xt,null,String(e))}function qe(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:ke(e)}function po(e,t){let n=0;const{shapeFlag:o}=e;if(t==null)t=null;else if(C(t))n=16;else if(typeof t=="object")if(o&65){const s=t.default;s&&(s._c&&(s._d=!1),po(e,s()),s._c&&(s._d=!0));return}else{n=32;const s=t._;!s&&!Os(t)?t._ctx=ue:s===3&&ue&&(ue.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else S(t)?(t={default:t,_ctx:ue},n=32):(t=String(t),o&64?(n=16,t=[Hl(t)]):n=8);e.children=t,e.shapeFlag|=n}function Ul(...e){const t={};for(let n=0;n<e.length;n++){const o=e[n];for(const s in o)if(s==="class")t.class!==o.class&&(t.class=Dn([t.class,o.class]));else if(s==="style")t.style=Vn([t.style,o.style]);else if(gt(s)){const r=t[s],i=o[s];i&&r!==i&&!(C(r)&&r.includes(i))&&(t[s]=r?[].concat(r,i):i)}else s!==""&&(t[s]=o[s])}return t}function De(e,t,n,o=null){pe(e,t,7,[n,o])}const Bl=Ns();let Kl=0;function Wl(e,t,n){const o=e.type,s=(t?t.appContext:e.appContext)||Bl,r={uid:Kl++,vnode:e,type:o,parent:t,appContext:s,root:null,next:null,subTree:null,effect:null,update:null,scope:new Rr(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(s.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Vs(o,s),emitsOptions:Fs(o,s),emit:null,emitted:null,propsDefaults:H,inheritAttrs:o.inheritAttrs,ctx:H,data:H,props:H,attrs:H,slots:H,refs:H,setupState:H,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 process.env.NODE_ENV!=="production"?r.ctx=ki(r):r.ctx={_:r},r.root=t?t.root:r,r.emit=xl.bind(null,r),e.ce&&e.ce(r),r}let X=null;const kl=()=>X||ue;let pn,ho;{const e=wn(),t=(n,o)=>{let s;return(s=e[n])||(s=e[n]=[]),s.push(o),r=>{s.length>1?s.forEach(i=>i(r)):s[0](r)}};pn=t("__VUE_INSTANCE_SETTERS__",n=>X=n),ho=t("__VUE_SSR_SETTERS__",n=>hn=n)}const Pt=e=>{const t=X;return pn(e),e.scope.on(),()=>{e.scope.off(),pn(t)}},qs=()=>{X&&X.scope.off(),pn(null)},ql=Ne("slot,component");function _o(e,{isNativeTag:t}){(ql(e)||t(e))&&y("Do not use built-in or reserved HTML elements as component id: "+e)}function Js(e){return e.vnode.shapeFlag&4}let hn=!1;function Jl(e,t=!1,n=!1){t&&ho(t);const{props:o,children:s}=e.vnode,r=Js(e);ol(e,o,r,t),hl(e,s,n);const i=r?Gl(e,t):void 0;return t&&ho(!1),i}function Gl(e,t){var n;const o=e.type;if(process.env.NODE_ENV!=="production"){if(o.name&&_o(o.name,e.appContext.config),o.components){const r=Object.keys(o.components);for(let i=0;i<r.length;i++)_o(r[i],e.appContext.config)}if(o.directives){const r=Object.keys(o.directives);for(let i=0;i<r.length;i++)fs(r[i])}o.compilerOptions&&Yl()&&y('"compilerOptions" is only supported when using a build of Vue that includes the runtime compiler. Since you are using a runtime-only build, the options should be passed via your build tool config instead.')}e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,hs),process.env.NODE_ENV!=="production"&&qi(e);const{setup:s}=o;if(s){const r=e.setupContext=s.length>1?Xl(e):null,i=Pt(e);Se();const c=Pe(s,e,0,[process.env.NODE_ENV!=="production"?Oe(e.props):e.props,r]);if(Te(),i(),bn(c)){if(c.then(qs,qs),t)return c.then(f=>{Gs(e,f,t)}).catch(f=>{vt(f,e,0)});if(e.asyncDep=c,process.env.NODE_ENV!=="production"&&!e.suspense){const f=(n=o.name)!=null?n:"Anonymous";y(`Component <${f}>: setup function returned a promise, but no <Suspense> boundary was found in the parent component tree. A component with async setup() must be nested in a <Suspense> in order to be rendered.`)}}else Gs(e,c,t)}else Ys(e,t)}function Gs(e,t,n){S(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:K(t)?(process.env.NODE_ENV!=="production"&&ao(t)&&y("setup() should not return VNodes directly - return a render function instead."),process.env.NODE_ENV!=="production"&&(e.devtoolsRawSetupState=t),e.setupState=zo(t),process.env.NODE_ENV!=="production"&&Ji(e)):process.env.NODE_ENV!=="production"&&t!==void 0&&y(`setup() should return an object. Received: ${t===null?"null":typeof t}`),Ys(e,n)}let go;const Yl=()=>!go;function Ys(e,t,n){const o=e.type;if(!e.render){if(!t&&go&&!o.render){const s=o.template||eo(e).template;if(s){process.env.NODE_ENV!=="production"&&Ie(e,"compile");const{isCustomElement:r,compilerOptions:i}=e.appContext.config,{delimiters:c,compilerOptions:f}=o,d=G(G({isCustomElement:r,delimiters:c},i),f);o.render=go(s,d),process.env.NODE_ENV!=="production"&&Re(e,"compile")}}e.render=o.render||J}{const s=Pt(e);Se();try{Yi(e)}finally{Te(),s()}}process.env.NODE_ENV!=="production"&&!o.render&&e.render===J&&!t&&(o.template?y('Component provided template option but runtime compilation is not supported in this build of Vue. Configure your bundler to alias "vue" to "vue/dist/vue.esm-bundler.js".'):y("Component is missing template or render function: ",o))}const zs=process.env.NODE_ENV!=="production"?{get(e,t){return fn(),Q(e,"get",""),e[t]},set(){return y("setupContext.attrs is readonly."),!1},deleteProperty(){return y("setupContext.attrs is readonly."),!1}}:{get(e,t){return Q(e,"get",""),e[t]}};function zl(e){return new Proxy(e.slots,{get(t,n){return Q(e,"get","$slots"),t[n]}})}function Xl(e){const t=n=>{if(process.env.NODE_ENV!=="production"&&(e.exposed&&y("expose() should be called only once per setup()."),n!=null)){let o=typeof n;o==="object"&&(C(n)?o="array":ee(n)&&(o="ref")),o!=="object"&&y(`expose() should be passed a plain object, received ${o}.`)}e.exposed=n||{}};if(process.env.NODE_ENV!=="production"){let n,o;return Object.freeze({get attrs(){return n||(n=new Proxy(e.attrs,zs))},get slots(){return o||(o=zl(e))},get emit(){return(s,...r)=>e.emit(s,...r)},expose:t})}else return{attrs:new Proxy(e.attrs,zs),slots:e.slots,emit:e.emit,expose:t}}function Eo(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(zo(oi(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in it)return it[n](e)},has(t,n){return n in t||n in it}})):e.proxy}const Zl=/(?:^|[-_])(\w)/g,Ql=e=>e.replace(Zl,t=>t.toUpperCase()).replace(/[-_]/g,"");function Xs(e,t=!0){return S(e)?e.displayName||e.name:e.name||t&&e.__name}function _n(e,t,n=!1){let o=Xs(t);if(!o&&t.__file){const s=t.__file.match(/([^/\\]+)\.\w+$/);s&&(o=s[1])}if(!o&&e&&e.parent){const s=r=>{for(const i in r)if(r[i]===t)return i};o=s(e.components||e.parent.type.components)||s(e.appContext.components)}return o?Ql(o):n?"App":"Anonymous"}function Zs(e){return S(e)&&"__vccOpts"in e}const ec=(e,t)=>{const n=ri(e,t,hn);if(process.env.NODE_ENV!=="production"){const o=kl();o&&o.appContext.config.warnRecursiveComputed&&(n._warnRecursive=!0)}return n};function tc(){if(process.env.NODE_ENV==="production"||typeof window>"u")return;const e={style:"color:#3ba776"},t={style:"color:#1677ff"},n={style:"color:#f5222d"},o={style:"color:#eb2f96"},s={__vue_custom_formatter:!0,header(a){return K(a)?a.__isVue?["div",e,"VueInstance"]:ee(a)?["div",{},["span",e,h(a)],"<",c(a.value),">"]:dt(a)?["div",{},["span",e,Ue(a)?"ShallowReactive":"Reactive"],"<",c(a),`>${He(a)?" (readonly)":""}`]:He(a)?["div",{},["span",e,Ue(a)?"ShallowReadonly":"Readonly"],"<",c(a),">"]:null:null},hasBody(a){return a&&a.__isVue},body(a){if(a&&a.__isVue)return["div",{},...r(a.$)]}};function r(a){const v=[];a.type.props&&a.props&&v.push(i("props",$(a.props))),a.setupState!==H&&v.push(i("setup",a.setupState)),a.data!==H&&v.push(i("data",$(a.data)));const x=f(a,"computed");x&&v.push(i("computed",x));const P=f(a,"inject");return P&&v.push(i("injected",P)),v.push(["div",{},["span",{style:o.style+";opacity:0.66"},"$ (internal): "],["object",{object:a}]]),v}function i(a,v){return v=G({},v),Object.keys(v).length?["div",{style:"line-height:1.25em;margin-bottom:0.6em"},["div",{style:"color:#476582"},a],["div",{style:"padding-left:1.25em"},...Object.keys(v).map(x=>["div",{},["span",o,x+": "],c(v[x],!1)])]]:["span",{}]}function c(a,v=!0){return typeof a=="number"?["span",t,a]:typeof a=="string"?["span",n,JSON.stringify(a)]:typeof a=="boolean"?["span",o,a]:K(a)?["object",{object:v?$(a):a}]:["span",n,String(a)]}function f(a,v){const x=a.type;if(S(x))return;const P={};for(const I in a.ctx)d(x,I,v)&&(P[I]=a.ctx[I]);return P}function d(a,v,x){const P=a[x];if(C(P)&&P.includes(v)||K(P)&&v in P||a.extends&&d(a.extends,v,x)||a.mixins&&a.mixins.some(I=>d(I,v,x)))return!0}function h(a){return Ue(a)?"ShallowRef":a.effect?"ComputedRef":"Ref"}window.devtoolsFormatters?window.devtoolsFormatters.push(s):window.devtoolsFormatters=[s]}const Qs="3.4.35",gn=process.env.NODE_ENV!=="production"?y:J;process.env.NODE_ENV,process.env.NODE_ENV;/**
|
|
22
|
+
* @vue/runtime-dom v3.4.35
|
|
23
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
24
|
+
* @license MIT
|
|
25
|
+
**/const nc="http://www.w3.org/2000/svg",oc="http://www.w3.org/1998/Math/MathML",Ae=typeof document<"u"?document:null,er=Ae&&Ae.createElement("template"),sc={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,o)=>{const s=t==="svg"?Ae.createElementNS(nc,e):t==="mathml"?Ae.createElementNS(oc,e):n?Ae.createElement(e,{is:n}):Ae.createElement(e);return e==="select"&&o&&o.multiple!=null&&s.setAttribute("multiple",o.multiple),s},createText:e=>Ae.createTextNode(e),createComment:e=>Ae.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Ae.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,o,s,r){const i=n?n.previousSibling:t.lastChild;if(s&&(s===r||s.nextSibling))for(;t.insertBefore(s.cloneNode(!0),n),!(s===r||!(s=s.nextSibling)););else{er.innerHTML=o==="svg"?`<svg>${e}</svg>`:o==="mathml"?`<math>${e}</math>`:e;const c=er.content;if(o==="svg"||o==="mathml"){const f=c.firstChild;for(;f.firstChild;)c.appendChild(f.firstChild);c.removeChild(f)}t.insertBefore(c,n)}return[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},rc=Symbol("_vtc");function ic(e,t,n){const o=e[rc];o&&(t=(t?[t,...o]:[...o]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const tr=Symbol("_vod"),lc=Symbol("_vsh");process.env.NODE_ENV;const cc=Symbol(process.env.NODE_ENV!=="production"?"CSS_VAR_TEXT":""),uc=/(^|;)\s*display\s*:/;function fc(e,t,n){const o=e.style,s=z(n);let r=!1;if(n&&!s){if(t)if(z(t))for(const i of t.split(";")){const c=i.slice(0,i.indexOf(":")).trim();n[c]==null&&En(o,c,"")}else for(const i in t)n[i]==null&&En(o,i,"");for(const i in n)i==="display"&&(r=!0),En(o,i,n[i])}else if(s){if(t!==n){const i=o[cc];i&&(n+=";"+i),o.cssText=n,r=uc.test(n)}}else t&&e.removeAttribute("style");tr in e&&(e[tr]=r?o.display:"",e[lc]&&(o.display="none"))}const ac=/[^\\];\s*$/,nr=/\s*!important$/;function En(e,t,n){if(C(n))n.forEach(o=>En(e,t,o));else if(n==null&&(n=""),process.env.NODE_ENV!=="production"&&ac.test(n)&&gn(`Unexpected semicolon at the end of '${t}' style value: '${n}'`),t.startsWith("--"))e.setProperty(t,n);else{const o=dc(e,t);nr.test(n)?e.setProperty(ie(o),n.replace(nr,""),"important"):e[o]=n}}const or=["Webkit","Moz","ms"],mo={};function dc(e,t){const n=mo[t];if(n)return n;let o=be(t);if(o!=="filter"&&o in e)return mo[t]=o;o=Lt(o);for(let s=0;s<or.length;s++){const r=or[s]+o;if(r in e)return mo[t]=r}return t}const sr="http://www.w3.org/1999/xlink";function rr(e,t,n,o,s,r=Ir(t)){o&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(sr,t.slice(6,t.length)):e.setAttributeNS(sr,t,n):n==null||r&&!Do(n)?e.removeAttribute(t):e.setAttribute(t,r?"":at(n)?String(n):n)}function pc(e,t,n,o){if(t==="innerHTML"||t==="textContent"){if(n==null)return;e[t]=n;return}const s=e.tagName;if(t==="value"&&s!=="PROGRESS"&&!s.includes("-")){const i=s==="OPTION"?e.getAttribute("value")||"":e.value,c=n==null?"":String(n);(i!==c||!("_value"in e))&&(e.value=c),n==null&&e.removeAttribute(t),e._value=n;return}let r=!1;if(n===""||n==null){const i=typeof e[t];i==="boolean"?n=Do(n):n==null&&i==="string"?(n="",r=!0):i==="number"&&(n=0,r=!0)}try{e[t]=n}catch(i){process.env.NODE_ENV!=="production"&&!r&&gn(`Failed setting prop "${t}" on <${s.toLowerCase()}>: value ${n} is invalid.`,i)}r&&e.removeAttribute(t)}function hc(e,t,n,o){e.addEventListener(t,n,o)}function _c(e,t,n,o){e.removeEventListener(t,n,o)}const ir=Symbol("_vei");function gc(e,t,n,o,s=null){const r=e[ir]||(e[ir]={}),i=r[t];if(o&&i)i.value=process.env.NODE_ENV!=="production"?cr(o,t):o;else{const[c,f]=Ec(t);if(o){const d=r[t]=Nc(process.env.NODE_ENV!=="production"?cr(o,t):o,s);hc(e,c,d,f)}else i&&(_c(e,c,i,f),r[t]=void 0)}}const lr=/(?:Once|Passive|Capture)$/;function Ec(e){let t;if(lr.test(e)){t={};let o;for(;o=e.match(lr);)e=e.slice(0,e.length-o[0].length),t[o[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):ie(e.slice(2)),t]}let vo=0;const mc=Promise.resolve(),vc=()=>vo||(mc.then(()=>vo=0),vo=Date.now());function Nc(e,t){const n=o=>{if(!o._vts)o._vts=Date.now();else if(o._vts<=n.attached)return;pe(bc(o,n.value),t,5,[o])};return n.value=e,n.attached=vc(),n}function cr(e,t){return S(e)||C(e)?e:(gn(`Wrong type passed as event handler to ${t} - did you forget @ or : in front of your prop?
|
|
26
|
+
Expected function or array of functions, received type ${typeof e}.`),J)}function bc(e,t){if(C(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(o=>s=>!s._stopped&&o&&o(s))}else return t}const ur=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,yc=(e,t,n,o,s,r)=>{const i=s==="svg";t==="class"?ic(e,o,i):t==="style"?fc(e,n,o):gt(t)?Mt(t)||gc(e,t,n,o,r):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Oc(e,t,o,i))?(pc(e,t,o),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&rr(e,t,o,i,r,t!=="value")):(t==="true-value"?e._trueValue=o:t==="false-value"&&(e._falseValue=o),rr(e,t,o,i))};function Oc(e,t,n,o){if(o)return!!(t==="innerHTML"||t==="textContent"||t in e&&ur(t)&&S(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const s=e.tagName;if(s==="IMG"||s==="VIDEO"||s==="CANVAS"||s==="SOURCE")return!1}return ur(t)&&z(n)?!1:t in e}/*! #__NO_SIDE_EFFECTS__ */function wc(e,t,n){const o=Pi(e,t);class s extends No{constructor(i){super(o,i,n)}}return s.def=o,s}const Vc=typeof HTMLElement<"u"?HTMLElement:class{};class No extends Vc{constructor(t,n={},o){super(),this._def=t,this._props=n,this._instance=null,this._connected=!1,this._resolved=!1,this._numberProps=null,this._ob=null,this.shadowRoot&&o?o(this._createVNode(),this.shadowRoot):(process.env.NODE_ENV!=="production"&&this.shadowRoot&&gn("Custom element has pre-rendered declarative shadow root but is not defined as hydratable. Use `defineSSRCustomElement`."),this.attachShadow({mode:"open"}),this._def.__asyncLoader||this._resolveProps(this._def))}connectedCallback(){this._connected=!0,this._instance||(this._resolved?this._update():this._resolveDef())}disconnectedCallback(){this._connected=!1,Qo(()=>{this._connected||(this._ob&&(this._ob.disconnect(),this._ob=null),ar(null,this.shadowRoot),this._instance=null)})}_resolveDef(){this._resolved=!0;for(let o=0;o<this.attributes.length;o++)this._setAttr(this.attributes[o].name);this._ob=new MutationObserver(o=>{for(const s of o)this._setAttr(s.attributeName)}),this._ob.observe(this,{attributes:!0});const t=(o,s=!1)=>{const{props:r,styles:i}=o;let c;if(r&&!C(r))for(const f in r){const d=r[f];(d===Number||d&&d.type===Number)&&(f in this._props&&(this._props[f]=wo(this._props[f])),(c||(c=Object.create(null)))[be(f)]=!0)}this._numberProps=c,s&&this._resolveProps(o),this._applyStyles(i),this._update()},n=this._def.__asyncLoader;n?n().then(o=>t(o,!0)):t(this._def)}_resolveProps(t){const{props:n}=t,o=C(n)?n:Object.keys(n||{});for(const s of Object.keys(this))s[0]!=="_"&&o.includes(s)&&this._setProp(s,this[s],!0,!1);for(const s of o.map(be))Object.defineProperty(this,s,{get(){return this._getProp(s)},set(r){this._setProp(s,r)}})}_setAttr(t){let n=this.hasAttribute(t)?this.getAttribute(t):void 0;const o=be(t);this._numberProps&&this._numberProps[o]&&(n=wo(n)),this._setProp(o,n,!1)}_getProp(t){return this._props[t]}_setProp(t,n,o=!0,s=!0){n!==this._props[t]&&(this._props[t]=n,s&&this._instance&&this._update(),o&&(n===!0?this.setAttribute(ie(t),""):typeof n=="string"||typeof n=="number"?this.setAttribute(ie(t),n+""):n||this.removeAttribute(ie(t))))}_update(){ar(this._createVNode(),this.shadowRoot)}_createVNode(){const t=We(this._def,G({},this._props));return this._instance||(t.ce=n=>{this._instance=n,n.isCE=!0,process.env.NODE_ENV!=="production"&&(n.ceReload=r=>{this._styles&&(this._styles.forEach(i=>this.shadowRoot.removeChild(i)),this._styles.length=0),this._applyStyles(r),this._instance=null,this._update()});const o=(r,i)=>{this.dispatchEvent(new CustomEvent(r,{detail:i}))};n.emit=(r,...i)=>{o(r,i),ie(r)!==r&&o(ie(r),i)};let s=this;for(;s=s&&(s.parentNode||s.host);)if(s instanceof No){n.parent=s._instance,n.provides=s._instance.provides;break}}),t}_applyStyles(t){t&&t.forEach(n=>{const o=document.createElement("style");o.textContent=n,this.shadowRoot.appendChild(o),process.env.NODE_ENV!=="production"&&(this._styles||(this._styles=[])).push(o)})}}const Dc=G({patchProp:yc},sc);let fr;function xc(){return fr||(fr=vl(Dc))}const ar=(...e)=>{xc().render(...e)};/**
|
|
27
|
+
* vue v3.4.35
|
|
28
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
29
|
+
* @license MIT
|
|
30
|
+
**/function Cc(){tc()}process.env.NODE_ENV!=="production"&&Cc();const Sc=(e,t)=>{const n=e.__vccOpts||e;for(const[o,s]of t)n[o]=s;return n},Tc={};function Pc(e,t){return Rl(),Fl("div",null,"Bonjour je suis le bloc de press")}const dr=wc(Sc(Tc,[["render",Pc]]));function $c(e="press"){customElements.define(e,dr)}ze.PressCustomElement=dr,ze.register=$c,Object.defineProperty(ze,Symbol.toStringTag,{value:"Module"})});
|
package/package.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "japhy-custom-elements",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"main": "src/index.mjs",
|
|
5
|
+
"files": ["dist/**/*"],
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"dependencies": {
|
|
8
|
+
"vue": "^3.2.29"
|
|
9
|
+
},
|
|
10
|
+
"scripts": {
|
|
11
|
+
"build": "vite build"
|
|
12
|
+
},
|
|
13
|
+
"devDependencies": {
|
|
14
|
+
"@vitejs/plugin-vue": "^5.1.2",
|
|
15
|
+
"vite": "^5.3.5"
|
|
16
|
+
}
|
|
17
|
+
}
|