UNPKG

imooc-element-components-hql

Version:

1,711 lines 359 kB
/** * @vue/shared v3.5.13 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT **/ /*! #__NO_SIDE_EFFECTS__ */ // @__NO_SIDE_EFFECTS__ function Ml(t) { const e = /* @__PURE__ */ Object.create(null); for (const n of t.split(",")) e[n] = 1; return (n) => n in e; } const K = process.env.NODE_ENV !== "production" ? Object.freeze({}) : {}, Ol = process.env.NODE_ENV !== "production" ? Object.freeze([]) : [], Ye = () => { }, Nl = (t) => t.charCodeAt(0) === 111 && t.charCodeAt(1) === 110 && // uppercase letter (t.charCodeAt(2) > 122 || t.charCodeAt(2) < 97), Z = Object.assign, kl = Object.prototype.hasOwnProperty, V = (t, e) => kl.call(t, e), N = Array.isArray, Qe = (t) => vn(t) === "[object Map]", Pl = (t) => vn(t) === "[object Set]", j = (t) => typeof t == "function", ie = (t) => typeof t == "string", At = (t) => typeof t == "symbol", q = (t) => t !== null && typeof t == "object", Hl = (t) => (q(t) || j(t)) && j(t.then) && j(t.catch), Bl = Object.prototype.toString, vn = (t) => Bl.call(t), gs = (t) => vn(t).slice(8, -1), Vl = (t) => vn(t) === "[object Object]", br = (t) => ie(t) && t !== "NaN" && t[0] !== "-" && "" + parseInt(t, 10) === t, ms = (t) => { const e = /* @__PURE__ */ Object.create(null); return (n) => e[n] || (e[n] = t(n)); }, vs = ms((t) => t.charAt(0).toUpperCase() + t.slice(1)), jl = ms( (t) => t ? `on${vs(t)}` : "" ), be = (t, e) => !Object.is(t, e), Ll = (t, e, n, r = !1) => { Object.defineProperty(t, e, { configurable: !0, enumerable: !1, writable: r, value: n }); }; let ii; const bn = () => ii || (ii = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : {}); function yr(t) { if (N(t)) { const e = {}; for (let n = 0; n < t.length; n++) { const r = t[n], i = ie(r) ? zl(r) : yr(r); if (i) for (const s in i) e[s] = i[s]; } return e; } else if (ie(t) || q(t)) return t; } const Ul = /;(?![^(]*\))/g, Fl = /:([^]+)/, Wl = /\/\*[^]*?\*\//g; function zl(t) { const e = {}; return t.replace(Wl, "").split(Ul).forEach((n) => { if (n) { const r = n.split(Fl); r.length > 1 && (e[r[0].trim()] = r[1].trim()); } }), e; } function Er(t) { let e = ""; if (ie(t)) e = t; else if (N(t)) for (let n = 0; n < t.length; n++) { const r = Er(t[n]); r && (e += r + " "); } else if (q(t)) for (const n in t) t[n] && (e += n + " "); return e.trim(); } /** * @vue/reactivity v3.5.13 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT **/ function Ee(t, ...e) { console.warn(`[Vue warn] ${t}`, ...e); } let T; const In = /* @__PURE__ */ new WeakSet(); class Gl { constructor(e) { this.fn = e, this.deps = void 0, this.depsTail = void 0, this.flags = 5, this.next = void 0, this.cleanup = void 0, this.scheduler = void 0; } pause() { this.flags |= 64; } resume() { this.flags & 64 && (this.flags &= -65, In.has(this) && (In.delete(this), this.trigger())); } /** * @internal */ notify() { this.flags & 2 && !(this.flags & 32) || this.flags & 8 || Yl(this); } run() { if (!(this.flags & 1)) return this.fn(); this.flags |= 2, si(this), ys(this); const e = T, n = te; T = this, te = !0; try { return this.fn(); } finally { process.env.NODE_ENV !== "production" && T !== this && Ee( "Active effect was not restored correctly - this is likely a Vue internal bug." ), Es(this), T = e, te = n, this.flags &= -3; } } stop() { if (this.flags & 1) { for (let e = this.deps; e; e = e.nextDep) Sr(e); this.deps = this.depsTail = void 0, si(this), this.onStop && this.onStop(), this.flags &= -2; } } trigger() { this.flags & 64 ? In.add(this) : this.scheduler ? this.scheduler() : this.runIfDirty(); } /** * @internal */ runIfDirty() { Jn(this) && this.run(); } get dirty() { return Jn(this); } } let bs = 0, lt, at; function Yl(t, e = !1) { if (t.flags |= 8, e) { t.next = at, at = t; return; } t.next = lt, lt = t; } function Ar() { bs++; } function _r() { if (--bs > 0) return; if (at) { let e = at; for (at = void 0; e; ) { const n = e.next; e.next = void 0, e.flags &= -9, e = n; } } let t; for (; lt; ) { let e = lt; for (lt = void 0; e; ) { const n = e.next; if (e.next = void 0, e.flags &= -9, e.flags & 1) try { e.trigger(); } catch (r) { t || (t = r); } e = n; } } if (t) throw t; } function ys(t) { for (let e = t.deps; e; e = e.nextDep) e.version = -1, e.prevActiveLink = e.dep.activeLink, e.dep.activeLink = e; } function Es(t) { let e, n = t.depsTail, r = n; for (; r; ) { const i = r.prevDep; r.version === -1 ? (r === n && (n = i), Sr(r), ql(r)) : e = r, r.dep.activeLink = r.prevActiveLink, r.prevActiveLink = void 0, r = i; } t.deps = e, t.depsTail = n; } function Jn(t) { for (let e = t.deps; e; e = e.nextDep) if (e.dep.version !== e.version || e.dep.computed && (Ql(e.dep.computed) || e.dep.version !== e.version)) return !0; return !!t._dirty; } function Ql(t) { if (t.flags & 4 && !(t.flags & 16) || (t.flags &= -17, t.globalVersion === Qt)) return; t.globalVersion = Qt; const e = t.dep; if (t.flags |= 2, e.version > 0 && !t.isSSR && t.deps && !Jn(t)) { t.flags &= -3; return; } const n = T, r = te; T = t, te = !0; try { ys(t); const i = t.fn(t._value); (e.version === 0 || be(i, t._value)) && (t._value = i, e.version++); } catch (i) { throw e.version++, i; } finally { T = n, te = r, Es(t), t.flags &= -3; } } function Sr(t, e = !1) { const { dep: n, prevSub: r, nextSub: i } = t; if (r && (r.nextSub = i, t.prevSub = void 0), i && (i.prevSub = r, t.nextSub = void 0), process.env.NODE_ENV !== "production" && n.subsHead === t && (n.subsHead = i), n.subs === t && (n.subs = r, !r && n.computed)) { n.computed.flags &= -5; for (let s = n.computed.deps; s; s = s.nextDep) Sr(s, !0); } !e && !--n.sc && n.map && n.map.delete(n.key); } function ql(t) { const { prevDep: e, nextDep: n } = t; e && (e.nextDep = n, t.prevDep = void 0), n && (n.prevDep = e, t.nextDep = void 0); } let te = !0; const As = []; function _t() { As.push(te), te = !1; } function St() { const t = As.pop(); te = t === void 0 ? !0 : t; } function si(t) { const { cleanup: e } = t; if (t.cleanup = void 0, e) { const n = T; T = void 0; try { e(); } finally { T = n; } } } let Qt = 0; class $l { constructor(e, n) { this.sub = e, this.dep = n, this.version = n.version, this.nextDep = this.prevDep = this.nextSub = this.prevSub = this.prevActiveLink = void 0; } } class _s { constructor(e) { this.computed = e, this.version = 0, this.activeLink = void 0, this.subs = void 0, this.map = void 0, this.key = void 0, this.sc = 0, process.env.NODE_ENV !== "production" && (this.subsHead = void 0); } track(e) { if (!T || !te || T === this.computed) return; let n = this.activeLink; if (n === void 0 || n.sub !== T) n = this.activeLink = new $l(T, this), T.deps ? (n.prevDep = T.depsTail, T.depsTail.nextDep = n, T.depsTail = n) : T.deps = T.depsTail = n, Ss(n); else if (n.version === -1 && (n.version = this.version, n.nextDep)) { const r = n.nextDep; r.prevDep = n.prevDep, n.prevDep && (n.prevDep.nextDep = r), n.prevDep = T.depsTail, n.nextDep = void 0, T.depsTail.nextDep = n, T.depsTail = n, T.deps === n && (T.deps = r); } return process.env.NODE_ENV !== "production" && T.onTrack && T.onTrack( Z( { effect: T }, e ) ), n; } trigger(e) { this.version++, Qt++, this.notify(e); } notify(e) { Ar(); try { if (process.env.NODE_ENV !== "production") for (let n = this.subsHead; n; n = n.nextSub) n.sub.onTrigger && !(n.sub.flags & 8) && n.sub.onTrigger( Z( { effect: n.sub }, e ) ); for (let n = this.subs; n; n = n.prevSub) n.sub.notify() && n.sub.dep.notify(); } finally { _r(); } } } function Ss(t) { if (t.dep.sc++, t.sub.flags & 4) { const e = t.dep.computed; if (e && !t.dep.subs) { e.flags |= 20; for (let r = e.deps; r; r = r.nextDep) Ss(r); } const n = t.dep.subs; n !== t && (t.prevSub = n, n && (n.nextSub = t)), process.env.NODE_ENV !== "production" && t.dep.subsHead === void 0 && (t.dep.subsHead = t), t.dep.subs = t; } } const Kn = /* @__PURE__ */ new WeakMap(), xe = Symbol( process.env.NODE_ENV !== "production" ? "Object iterate" : "" ), er = Symbol( process.env.NODE_ENV !== "production" ? "Map keys iterate" : "" ), gt = Symbol( process.env.NODE_ENV !== "production" ? "Array iterate" : "" ); function L(t, e, n) { if (te && T) { let r = Kn.get(t); r || Kn.set(t, r = /* @__PURE__ */ new Map()); let i = r.get(n); i || (r.set(n, i = new _s()), i.map = r, i.key = n), process.env.NODE_ENV !== "production" ? i.track({ target: t, type: e, key: n }) : i.track(); } } function he(t, e, n, r, i, s) { const o = Kn.get(t); if (!o) { Qt++; return; } const l = (a) => { a && (process.env.NODE_ENV !== "production" ? a.trigger({ target: t, type: e, key: n, newValue: r, oldValue: i, oldTarget: s }) : a.trigger()); }; if (Ar(), e === "clear") o.forEach(l); else { const a = N(t), u = a && br(n); if (a && n === "length") { const c = Number(r); o.forEach((d, h) => { (h === "length" || h === gt || !At(h) && h >= c) && l(d); }); } else switch ((n !== void 0 || o.has(void 0)) && l(o.get(n)), u && l(o.get(gt)), e) { case "add": a ? u && l(o.get("length")) : (l(o.get(xe)), Qe(t) && l(o.get(er))); break; case "delete": a || (l(o.get(xe)), Qe(t) && l(o.get(er))); break; case "set": Qe(t) && l(o.get(xe)); break; } } _r(); } function Ue(t) { const e = D(t); return e === t ? e : (L(e, "iterate", gt), $(t) ? e : e.map(G)); } function Dr(t) { return L(t = D(t), "iterate", gt), t; } const Zl = { __proto__: null, [Symbol.iterator]() { return xn(this, Symbol.iterator, G); }, concat(...t) { return Ue(this).concat( ...t.map((e) => N(e) ? Ue(e) : e) ); }, entries() { return xn(this, "entries", (t) => (t[1] = G(t[1]), t)); }, every(t, e) { return oe(this, "every", t, e, void 0, arguments); }, filter(t, e) { return oe(this, "filter", t, e, (n) => n.map(G), arguments); }, find(t, e) { return oe(this, "find", t, e, G, arguments); }, findIndex(t, e) { return oe(this, "findIndex", t, e, void 0, arguments); }, findLast(t, e) { return oe(this, "findLast", t, e, G, arguments); }, findLastIndex(t, e) { return oe(this, "findLastIndex", t, e, void 0, arguments); }, // flat, flatMap could benefit from ARRAY_ITERATE but are not straight-forward to implement forEach(t, e) { return oe(this, "forEach", t, e, void 0, arguments); }, includes(...t) { return Mn(this, "includes", t); }, indexOf(...t) { return Mn(this, "indexOf", t); }, join(t) { return Ue(this).join(t); }, // keys() iterator only reads `length`, no optimisation required lastIndexOf(...t) { return Mn(this, "lastIndexOf", t); }, map(t, e) { return oe(this, "map", t, e, void 0, arguments); }, pop() { return st(this, "pop"); }, push(...t) { return st(this, "push", t); }, reduce(t, ...e) { return oi(this, "reduce", t, e); }, reduceRight(t, ...e) { return oi(this, "reduceRight", t, e); }, shift() { return st(this, "shift"); }, // slice could use ARRAY_ITERATE but also seems to beg for range tracking some(t, e) { return oe(this, "some", t, e, void 0, arguments); }, splice(...t) { return st(this, "splice", t); }, toReversed() { return Ue(this).toReversed(); }, toSorted(t) { return Ue(this).toSorted(t); }, toSpliced(...t) { return Ue(this).toSpliced(...t); }, unshift(...t) { return st(this, "unshift", t); }, values() { return xn(this, "values", G); } }; function xn(t, e, n) { const r = Dr(t), i = r[e](); return r !== t && !$(t) && (i._next = i.next, i.next = () => { const s = i._next(); return s.value && (s.value = n(s.value)), s; }), i; } const Xl = Array.prototype; function oe(t, e, n, r, i, s) { const o = Dr(t), l = o !== t && !$(t), a = o[e]; if (a !== Xl[e]) { const d = a.apply(t, s); return l ? G(d) : d; } let u = n; o !== t && (l ? u = function(d, h) { return n.call(this, G(d), h, t); } : n.length > 2 && (u = function(d, h) { return n.call(this, d, h, t); })); const c = a.call(o, u, r); return l && i ? i(c) : c; } function oi(t, e, n, r) { const i = Dr(t); let s = n; return i !== t && ($(t) ? n.length > 3 && (s = function(o, l, a) { return n.call(this, o, l, a, t); }) : s = function(o, l, a) { return n.call(this, o, G(l), a, t); }), i[e](s, ...r); } function Mn(t, e, n) { const r = D(t); L(r, "iterate", gt); const i = r[e](...n); return (i === -1 || i === !1) && qt(n[0]) ? (n[0] = D(n[0]), r[e](...n)) : i; } function st(t, e, n = []) { _t(), Ar(); const r = D(t)[e].apply(t, n); return _r(), St(), r; } const Jl = /* @__PURE__ */ Ml("__proto__,__v_isRef,__isVue"), Ds = new Set( /* @__PURE__ */ Object.getOwnPropertyNames(Symbol).filter((t) => t !== "arguments" && t !== "caller").map((t) => Symbol[t]).filter(At) ); function Kl(t) { At(t) || (t = String(t)); const e = D(this); return L(e, "has", t), e.hasOwnProperty(t); } class ws { constructor(e = !1, n = !1) { this._isReadonly = e, this._isShallow = n; } get(e, n, r) { if (n === "__v_skip") return e.__v_skip; const i = this._isReadonly, s = this._isShallow; if (n === "__v_isReactive") return !i; if (n === "__v_isReadonly") return i; if (n === "__v_isShallow") return s; if (n === "__v_raw") return r === (i ? s ? Is : Ts : s ? ca : Rs).get(e) || // receiver is not the reactive proxy, but has the same prototype // this means the receiver is a user proxy of the reactive proxy Object.getPrototypeOf(e) === Object.getPrototypeOf(r) ? e : void 0; const o = N(e); if (!i) { let a; if (o && (a = Zl[n])) return a; if (n === "hasOwnProperty") return Kl; } const l = Reflect.get( e, n, // if this is a proxy wrapping a ref, return methods using the raw ref // as receiver so that we don't have to call `toRaw` on the ref in all // its class methods Y(e) ? e : r ); return (At(n) ? Ds.has(n) : Jl(n)) || (i || L(e, "get", n), s) ? l : Y(l) ? o && br(n) ? l : l.value : q(l) ? i ? Ms(l) : xs(l) : l; } } class ea extends ws { constructor(e = !1) { super(!1, e); } set(e, n, r, i) { let s = e[n]; if (!this._isShallow) { const a = ae(s); if (!$(r) && !ae(r) && (s = D(s), r = D(r)), !N(e) && Y(s) && !Y(r)) return a ? !1 : (s.value = r, !0); } const o = N(e) && br(n) ? Number(n) < e.length : V(e, n), l = Reflect.set( e, n, r, Y(e) ? e : i ); return e === D(i) && (o ? be(r, s) && he(e, "set", n, r, s) : he(e, "add", n, r)), l; } deleteProperty(e, n) { const r = V(e, n), i = e[n], s = Reflect.deleteProperty(e, n); return s && r && he(e, "delete", n, void 0, i), s; } has(e, n) { const r = Reflect.has(e, n); return (!At(n) || !Ds.has(n)) && L(e, "has", n), r; } ownKeys(e) { return L( e, "iterate", N(e) ? "length" : xe ), Reflect.ownKeys(e); } } class Cs extends ws { constructor(e = !1) { super(!0, e); } set(e, n) { return process.env.NODE_ENV !== "production" && Ee( `Set operation on key "${String(n)}" failed: target is readonly.`, e ), !0; } deleteProperty(e, n) { return process.env.NODE_ENV !== "production" && Ee( `Delete operation on key "${String(n)}" failed: target is readonly.`, e ), !0; } } const ta = /* @__PURE__ */ new ea(), na = /* @__PURE__ */ new Cs(), ra = /* @__PURE__ */ new Cs(!0), tr = (t) => t, Tt = (t) => Reflect.getPrototypeOf(t); function ia(t, e, n) { return function(...r) { const i = this.__v_raw, s = D(i), o = Qe(s), l = t === "entries" || t === Symbol.iterator && o, a = t === "keys" && o, u = i[t](...r), c = n ? tr : e ? nr : G; return !e && L( s, "iterate", a ? er : xe ), { // iterator protocol next() { const { value: d, done: h } = u.next(); return h ? { value: d, done: h } : { value: l ? [c(d[0]), c(d[1])] : c(d), done: h }; }, // iterable protocol [Symbol.iterator]() { return this; } }; }; } function It(t) { return function(...e) { if (process.env.NODE_ENV !== "production") { const n = e[0] ? `on key "${e[0]}" ` : ""; Ee( `${vs(t)} operation ${n}failed: target is readonly.`, D(this) ); } return t === "delete" ? !1 : t === "clear" ? void 0 : this; }; } function sa(t, e) { const n = { get(i) { const s = this.__v_raw, o = D(s), l = D(i); t || (be(i, l) && L(o, "get", i), L(o, "get", l)); const { has: a } = Tt(o), u = e ? tr : t ? nr : G; if (a.call(o, i)) return u(s.get(i)); if (a.call(o, l)) return u(s.get(l)); s !== o && s.get(i); }, get size() { const i = this.__v_raw; return !t && L(D(i), "iterate", xe), Reflect.get(i, "size", i); }, has(i) { const s = this.__v_raw, o = D(s), l = D(i); return t || (be(i, l) && L(o, "has", i), L(o, "has", l)), i === l ? s.has(i) : s.has(i) || s.has(l); }, forEach(i, s) { const o = this, l = o.__v_raw, a = D(l), u = e ? tr : t ? nr : G; return !t && L(a, "iterate", xe), l.forEach((c, d) => i.call(s, u(c), u(d), o)); } }; return Z( n, t ? { add: It("add"), set: It("set"), delete: It("delete"), clear: It("clear") } : { add(i) { !e && !$(i) && !ae(i) && (i = D(i)); const s = D(this); return Tt(s).has.call(s, i) || (s.add(i), he(s, "add", i, i)), this; }, set(i, s) { !e && !$(s) && !ae(s) && (s = D(s)); const o = D(this), { has: l, get: a } = Tt(o); let u = l.call(o, i); u ? process.env.NODE_ENV !== "production" && li(o, l, i) : (i = D(i), u = l.call(o, i)); const c = a.call(o, i); return o.set(i, s), u ? be(s, c) && he(o, "set", i, s, c) : he(o, "add", i, s), this; }, delete(i) { const s = D(this), { has: o, get: l } = Tt(s); let a = o.call(s, i); a ? process.env.NODE_ENV !== "production" && li(s, o, i) : (i = D(i), a = o.call(s, i)); const u = l ? l.call(s, i) : void 0, c = s.delete(i); return a && he(s, "delete", i, void 0, u), c; }, clear() { const i = D(this), s = i.size !== 0, o = process.env.NODE_ENV !== "production" ? Qe(i) ? new Map(i) : new Set(i) : void 0, l = i.clear(); return s && he( i, "clear", void 0, void 0, o ), l; } } ), [ "keys", "values", "entries", Symbol.iterator ].forEach((i) => { n[i] = ia(i, t, e); }), n; } function wr(t, e) { const n = sa(t, e); return (r, i, s) => i === "__v_isReactive" ? !t : i === "__v_isReadonly" ? t : i === "__v_raw" ? r : Reflect.get( V(n, i) && i in r ? n : r, i, s ); } const oa = { get: /* @__PURE__ */ wr(!1, !1) }, la = { get: /* @__PURE__ */ wr(!0, !1) }, aa = { get: /* @__PURE__ */ wr(!0, !0) }; function li(t, e, n) { const r = D(n); if (r !== n && e.call(t, r)) { const i = gs(t); Ee( `Reactive ${i} contains both the raw and reactive versions of the same object${i === "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 Rs = /* @__PURE__ */ new WeakMap(), ca = /* @__PURE__ */ new WeakMap(), Ts = /* @__PURE__ */ new WeakMap(), Is = /* @__PURE__ */ new WeakMap(); function ua(t) { switch (t) { case "Object": case "Array": return 1; case "Map": case "Set": case "WeakMap": case "WeakSet": return 2; default: return 0; } } function da(t) { return t.__v_skip || !Object.isExtensible(t) ? 0 : ua(gs(t)); } function xs(t) { return ae(t) ? t : Cr( t, !1, ta, oa, Rs ); } function Ms(t) { return Cr( t, !0, na, la, Ts ); } function xt(t) { return Cr( t, !0, ra, aa, Is ); } function Cr(t, e, n, r, i) { if (!q(t)) return process.env.NODE_ENV !== "production" && Ee( `value cannot be made ${e ? "readonly" : "reactive"}: ${String( t )}` ), t; if (t.__v_raw && !(e && t.__v_isReactive)) return t; const s = i.get(t); if (s) return s; const o = da(t); if (o === 0) return t; const l = new Proxy( t, o === 2 ? r : n ); return i.set(t, l), l; } function qe(t) { return ae(t) ? qe(t.__v_raw) : !!(t && t.__v_isReactive); } function ae(t) { return !!(t && t.__v_isReadonly); } function $(t) { return !!(t && t.__v_isShallow); } function qt(t) { return t ? !!t.__v_raw : !1; } function D(t) { const e = t && t.__v_raw; return e ? D(e) : t; } function fa(t) { return !V(t, "__v_skip") && Object.isExtensible(t) && Ll(t, "__v_skip", !0), t; } const G = (t) => q(t) ? xs(t) : t, nr = (t) => q(t) ? Ms(t) : t; function Y(t) { return t ? t.__v_isRef === !0 : !1; } function ha(t) { return pa(t, !1); } function pa(t, e) { return Y(t) ? t : new ga(t, e); } class ga { constructor(e, n) { this.dep = new _s(), this.__v_isRef = !0, this.__v_isShallow = !1, this._rawValue = n ? e : D(e), this._value = n ? e : G(e), this.__v_isShallow = n; } get value() { return process.env.NODE_ENV !== "production" ? this.dep.track({ target: this, type: "get", key: "value" }) : this.dep.track(), this._value; } set value(e) { const n = this._rawValue, r = this.__v_isShallow || $(e) || ae(e); e = r ? e : D(e), be(e, n) && (this._rawValue = e, this._value = r ? e : G(e), process.env.NODE_ENV !== "production" ? this.dep.trigger({ target: this, type: "set", key: "value", newValue: e, oldValue: n }) : this.dep.trigger()); } } function ma(t) { return Y(t) ? t.value : t; } const va = { get: (t, e, n) => e === "__v_raw" ? t : ma(Reflect.get(t, e, n)), set: (t, e, n, r) => { const i = t[e]; return Y(i) && !Y(n) ? (i.value = n, !0) : Reflect.set(t, e, n, r); } }; function ba(t) { return qe(t) ? t : new Proxy(t, va); } const Mt = {}, $t = /* @__PURE__ */ new WeakMap(); let we; function ya(t, e = !1, n = we) { if (n) { let r = $t.get(n); r || $t.set(n, r = []), r.push(t); } else process.env.NODE_ENV !== "production" && !e && Ee( "onWatcherCleanup() was called when there was no active watcher to associate with." ); } function Ea(t, e, n = K) { const { immediate: r, deep: i, once: s, scheduler: o, augmentJob: l, call: a } = n, u = (E) => { (n.onWarn || Ee)( "Invalid watch source: ", E, "A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types." ); }, c = (E) => i ? E : $(E) || i === !1 || i === 0 ? pe(E, 1) : pe(E); let d, h, f, m, b = !1, v = !1; if (Y(t) ? (h = () => t.value, b = $(t)) : qe(t) ? (h = () => c(t), b = !0) : N(t) ? (v = !0, b = t.some((E) => qe(E) || $(E)), h = () => t.map((E) => { if (Y(E)) return E.value; if (qe(E)) return c(E); if (j(E)) return a ? a(E, 2) : E(); process.env.NODE_ENV !== "production" && u(E); })) : j(t) ? e ? h = a ? () => a(t, 2) : t : h = () => { if (f) { _t(); try { f(); } finally { St(); } } const E = we; we = d; try { return a ? a(t, 3, [m]) : t(m); } finally { we = E; } } : (h = Ye, process.env.NODE_ENV !== "production" && u(t)), e && i) { const E = h, I = i === !0 ? 1 / 0 : i; h = () => pe(E(), I); } const y = () => { d.stop(); }; if (s && e) { const E = e; e = (...I) => { E(...I), y(); }; } let A = v ? new Array(t.length).fill(Mt) : Mt; const S = (E) => { if (!(!(d.flags & 1) || !d.dirty && !E)) if (e) { const I = d.run(); if (i || b || (v ? I.some((P, x) => be(P, A[x])) : be(I, A))) { f && f(); const P = we; we = d; try { const x = [ I, // pass undefined as the old value when it's changed for the first time A === Mt ? void 0 : v && A[0] === Mt ? [] : A, m ]; a ? a(e, 3, x) : ( // @ts-expect-error e(...x) ), A = I; } finally { we = P; } } } else d.run(); }; return l && l(S), d = new Gl(h), d.scheduler = o ? () => o(S, !1) : S, m = (E) => ya(E, !1, d), f = d.onStop = () => { const E = $t.get(d); if (E) { if (a) a(E, 4); else for (const I of E) I(); $t.delete(d); } }, process.env.NODE_ENV !== "production" && (d.onTrack = n.onTrack, d.onTrigger = n.onTrigger), e ? r ? S(!0) : A = d.run() : o ? o(S.bind(null, !0), !0) : d.run(), y.pause = d.pause.bind(d), y.resume = d.resume.bind(d), y.stop = y, y; } function pe(t, e = 1 / 0, n) { if (e <= 0 || !q(t) || t.__v_skip || (n = n || /* @__PURE__ */ new Set(), n.has(t))) return t; if (n.add(t), e--, Y(t)) pe(t.value, e, n); else if (N(t)) for (let r = 0; r < t.length; r++) pe(t[r], e, n); else if (Pl(t) || Qe(t)) t.forEach((r) => { pe(r, e, n); }); else if (Vl(t)) { for (const r in t) pe(t[r], e, n); for (const r of Object.getOwnPropertySymbols(t)) Object.prototype.propertyIsEnumerable.call(t, r) && pe(t[r], e, n); } return t; } /** * @vue/runtime-core v3.5.13 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT **/ const Me = []; function Aa(t) { Me.push(t); } function _a() { Me.pop(); } let On = !1; function H(t, ...e) { if (On) return; On = !0, _t(); const n = Me.length ? Me[Me.length - 1].component : null, r = n && n.appContext.config.warnHandler, i = Sa(); if (r) yn( r, n, 11, [ // eslint-disable-next-line no-restricted-syntax t + e.map((s) => { var o, l; return (l = (o = s.toString) == null ? void 0 : o.call(s)) != null ? l : JSON.stringify(s); }).join(""), n && n.proxy, i.map( ({ vnode: s }) => `at <${$s(n, s.type)}>` ).join(` `), i ] ); else { const s = [`[Vue warn]: ${t}`, ...e]; i.length && s.push(` `, ...Da(i)), console.warn(...s); } St(), On = !1; } function Sa() { let t = Me[Me.length - 1]; if (!t) return []; const e = []; for (; t; ) { const n = e[0]; n && n.vnode === t ? n.recurseCount++ : e.push({ vnode: t, recurseCount: 0 }); const r = t.component && t.component.parent; t = r && r.vnode; } return e; } function Da(t) { const e = []; return t.forEach((n, r) => { e.push(...r === 0 ? [] : [` `], ...wa(n)); }), e; } function wa({ vnode: t, recurseCount: e }) { const n = e > 0 ? `... (${e} recursive calls)` : "", r = t.component ? t.component.parent == null : !1, i = ` at <${$s( t.component, t.type, r )}`, s = ">" + n; return t.props ? [i, ...Ca(t.props), s] : [i + s]; } function Ca(t) { const e = [], n = Object.keys(t); return n.slice(0, 3).forEach((r) => { e.push(...Os(r, t[r])); }), n.length > 3 && e.push(" ..."), e; } function Os(t, e, n) { return ie(e) ? (e = JSON.stringify(e), n ? e : [`${t}=${e}`]) : typeof e == "number" || typeof e == "boolean" || e == null ? n ? e : [`${t}=${e}`] : Y(e) ? (e = Os(t, D(e.value), !0), n ? e : [`${t}=Ref<`, e, ">"]) : j(e) ? [`${t}=fn${e.name ? `<${e.name}>` : ""}`] : (e = D(e), n ? e : [`${t}=`, e]); } const Rr = { 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", 16: "app unmount cleanup function" }; function yn(t, e, n, r) { try { return r ? t(...r) : t(); } catch (i) { Ir(i, e, n); } } function Tr(t, e, n, r) { if (j(t)) { const i = yn(t, e, n, r); return i && Hl(i) && i.catch((s) => { Ir(s, e, n); }), i; } if (N(t)) { const i = []; for (let s = 0; s < t.length; s++) i.push(Tr(t[s], e, n, r)); return i; } else process.env.NODE_ENV !== "production" && H( `Invalid value type passed to callWithAsyncErrorHandling(): ${typeof t}` ); } function Ir(t, e, n, r = !0) { const i = e ? e.vnode : null, { errorHandler: s, throwUnhandledErrorInProduction: o } = e && e.appContext.config || K; if (e) { let l = e.parent; const a = e.proxy, u = process.env.NODE_ENV !== "production" ? Rr[n] : `https://vuejs.org/error-reference/#runtime-${n}`; for (; l; ) { const c = l.ec; if (c) { for (let d = 0; d < c.length; d++) if (c[d](t, a, u) === !1) return; } l = l.parent; } if (s) { _t(), yn(s, null, 10, [ t, a, u ]), St(); return; } } Ra(t, n, i, r, o); } function Ra(t, e, n, r = !0, i = !1) { if (process.env.NODE_ENV !== "production") { const s = Rr[e]; if (n && Aa(n), H(`Unhandled error${s ? ` during execution of ${s}` : ""}`), n && _a(), r) throw t; console.error(t); } else { if (i) throw t; console.error(t); } } const J = []; let le = -1; const $e = []; let fe = null, Fe = 0; const Ns = /* @__PURE__ */ Promise.resolve(); let Zt = null; const Ta = 100; function Ia(t) { const e = Zt || Ns; return t ? e.then(this ? t.bind(this) : t) : e; } function xa(t) { let e = le + 1, n = J.length; for (; e < n; ) { const r = e + n >>> 1, i = J[r], s = mt(i); s < t || s === t && i.flags & 2 ? e = r + 1 : n = r; } return e; } function xr(t) { if (!(t.flags & 1)) { const e = mt(t), n = J[J.length - 1]; !n || // fast path when the job id is larger than the tail !(t.flags & 2) && e >= mt(n) ? J.push(t) : J.splice(xa(e), 0, t), t.flags |= 1, ks(); } } function ks() { Zt || (Zt = Ns.then(Hs)); } function Ps(t) { N(t) ? $e.push(...t) : fe && t.id === -1 ? fe.splice(Fe + 1, 0, t) : t.flags & 1 || ($e.push(t), t.flags |= 1), ks(); } function Ma(t) { if ($e.length) { const e = [...new Set($e)].sort( (n, r) => mt(n) - mt(r) ); if ($e.length = 0, fe) { fe.push(...e); return; } for (fe = e, process.env.NODE_ENV !== "production" && (t = t || /* @__PURE__ */ new Map()), Fe = 0; Fe < fe.length; Fe++) { const n = fe[Fe]; process.env.NODE_ENV !== "production" && Bs(t, n) || (n.flags & 4 && (n.flags &= -2), n.flags & 8 || n(), n.flags &= -2); } fe = null, Fe = 0; } } const mt = (t) => t.id == null ? t.flags & 2 ? -1 : 1 / 0 : t.id; function Hs(t) { process.env.NODE_ENV !== "production" && (t = t || /* @__PURE__ */ new Map()); const e = process.env.NODE_ENV !== "production" ? (n) => Bs(t, n) : Ye; try { for (le = 0; le < J.length; le++) { const n = J[le]; if (n && !(n.flags & 8)) { if (process.env.NODE_ENV !== "production" && e(n)) continue; n.flags & 4 && (n.flags &= -2), yn( n, n.i, n.i ? 15 : 14 ), n.flags & 4 || (n.flags &= -2); } } } finally { for (; le < J.length; le++) { const n = J[le]; n && (n.flags &= -2); } le = -1, J.length = 0, Ma(t), Zt = null, (J.length || $e.length) && Hs(t); } } function Bs(t, e) { const n = t.get(e) || 0; if (n > Ta) { const r = e.i, i = r && qs(r.type); return Ir( `Maximum recursive updates exceeded${i ? ` in component <${i}>` : ""}. 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; } return t.set(e, n + 1), !1; } const Nn = /* @__PURE__ */ new Map(); process.env.NODE_ENV !== "production" && (bn().__VUE_HMR_RUNTIME__ = { createRecord: kn(Oa), rerender: kn(Na), reload: kn(ka) }); const Xt = /* @__PURE__ */ new Map(); function Oa(t, e) { return Xt.has(t) ? !1 : (Xt.set(t, { initialDef: Jt(e), instances: /* @__PURE__ */ new Set() }), !0); } function Jt(t) { return Zs(t) ? t.__vccOpts : t; } function Na(t, e) { const n = Xt.get(t); n && (n.initialDef.render = e, [...n.instances].forEach((r) => { e && (r.render = e, Jt(r.type).render = e), r.renderCache = [], r.update(); })); } function ka(t, e) { const n = Xt.get(t); if (!n) return; e = Jt(e), ai(n.initialDef, e); const r = [...n.instances]; for (let i = 0; i < r.length; i++) { const s = r[i], o = Jt(s.type); let l = Nn.get(o); l || (o !== n.initialDef && ai(o, e), Nn.set(o, l = /* @__PURE__ */ new Set())), l.add(s), s.appContext.propsCache.delete(s.type), s.appContext.emitsCache.delete(s.type), s.appContext.optionsCache.delete(s.type), s.ceReload ? (l.add(s), s.ceReload(e.styles), l.delete(s)) : s.parent ? xr(() => { s.parent.update(), l.delete(s); }) : s.appContext.reload ? s.appContext.reload() : typeof window < "u" ? window.location.reload() : console.warn( "[HMR] Root or manually mounted instance modified. Full reload required." ), s.root.ce && s !== s.root && s.root.ce._removeChildStyle(o); } Ps(() => { Nn.clear(); }); } function ai(t, e) { Z(t, e); for (const n in t) n !== "__file" && !(n in e) && delete t[n]; } function kn(t) { return (e, n) => { try { return t(e, n); } catch (r) { console.error(r), console.warn( "[HMR] Something went wrong during Vue component hot-reload. Full reload required." ); } }; } let We, Ot = []; function Vs(t, e) { var n, r; We = t, We ? (We.enabled = !0, Ot.forEach(({ event: i, args: s }) => We.emit(i, ...s)), Ot = []) : /* handle late devtools injection - only do this if we are in an actual */ /* browser environment to avoid the timer handle stalling test runner exit */ /* (#4815) */ typeof window < "u" && // some envs mock window but not fully window.HTMLElement && // also exclude jsdom // eslint-disable-next-line no-restricted-syntax !((r = (n = window.navigator) == null ? void 0 : n.userAgent) != null && r.includes("jsdom")) ? ((e.__VUE_DEVTOOLS_HOOK_REPLAY__ = e.__VUE_DEVTOOLS_HOOK_REPLAY__ || []).push((s) => { Vs(s, e); }), setTimeout(() => { We || (e.__VUE_DEVTOOLS_HOOK_REPLAY__ = null, Ot = []); }, 3e3)) : Ot = []; } let Je = null, Pa = null; const Ha = (t) => t.__isTeleport; function js(t, e) { t.shapeFlag & 6 && t.component ? (t.transition = e, js(t.component.subTree, e)) : t.shapeFlag & 128 ? (t.ssContent.transition = e.clone(t.ssContent), t.ssFallback.transition = e.clone(t.ssFallback)) : t.transition = e; } /*! #__NO_SIDE_EFFECTS__ */ // @__NO_SIDE_EFFECTS__ function Ba(t, e) { return j(t) ? ( // #8236: extend call and options.name access are considered side-effects // by Rollup, so we have to wrap it in a pure-annotated IIFE. Z({ name: t.name }, e, { setup: t }) ) : t; } bn().requestIdleCallback; bn().cancelIdleCallback; function Va(t, e, n = nt, r = !1) { if (n) { const i = n[t] || (n[t] = []), s = e.__weh || (e.__weh = (...o) => { _t(); const l = Qs(n), a = Tr(e, n, t, o); return l(), St(), a; }); return r ? i.unshift(s) : i.push(s), s; } else if (process.env.NODE_ENV !== "production") { const i = jl(Rr[t].replace(/ hook$/, "")); H( `${i} 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 ja = (t) => (e, n = nt) => { (!tn || t === "sp") && Va(t, (...r) => e(...r), n); }, La = ja("m"), Ua = Symbol.for("v-ndc"), rr = (t) => t ? mc(t) ? vc(t) : rr(t.parent) : null, ct = ( // Move PURE marker to new line to workaround compiler discarding it // due to type annotation /* @__PURE__ */ Z(/* @__PURE__ */ Object.create(null), { $: (t) => t, $el: (t) => t.vnode.el, $data: (t) => t.data, $props: (t) => process.env.NODE_ENV !== "production" ? xt(t.props) : t.props, $attrs: (t) => process.env.NODE_ENV !== "production" ? xt(t.attrs) : t.attrs, $slots: (t) => process.env.NODE_ENV !== "production" ? xt(t.slots) : t.slots, $refs: (t) => process.env.NODE_ENV !== "production" ? xt(t.refs) : t.refs, $parent: (t) => rr(t.parent), $root: (t) => rr(t.root), $host: (t) => t.ce, $emit: (t) => t.emit, $options: (t) => Wa(t), $forceUpdate: (t) => t.f || (t.f = () => { xr(t.update); }), $nextTick: (t) => t.n || (t.n = Ia.bind(t.proxy)), $watch: (t) => ec.bind(t) }) ), Pn = (t, e) => t !== K && !t.__isScriptSetup && V(t, e), Fa = { get({ _: t }, e) { if (e === "__v_skip") return !0; const { ctx: n, setupState: r, data: i, props: s, accessCache: o, type: l, appContext: a } = t; if (process.env.NODE_ENV !== "production" && e === "__isVue") return !0; let u; if (e[0] !== "$") { const f = o[e]; if (f !== void 0) switch (f) { case 1: return r[e]; case 2: return i[e]; case 4: return n[e]; case 3: return s[e]; } else { if (Pn(r, e)) return o[e] = 1, r[e]; if (i !== K && V(i, e)) return o[e] = 2, i[e]; if ( // only cache other properties when instance has declared (thus stable) // props (u = t.propsOptions[0]) && V(u, e) ) return o[e] = 3, s[e]; if (n !== K && V(n, e)) return o[e] = 4, n[e]; o[e] = 0; } } const c = ct[e]; let d, h; if (c) return e === "$attrs" ? (L(t.attrs, "get", ""), process.env.NODE_ENV !== "production" && void 0) : process.env.NODE_ENV !== "production" && e === "$slots" && L(t, "get", e), c(t); if ( // css module (injected by vue-loader) (d = l.__cssModules) && (d = d[e]) ) return d; if (n !== K && V(n, e)) return o[e] = 4, n[e]; if ( // global properties h = a.config.globalProperties, V(h, e) ) return h[e]; process.env.NODE_ENV; }, set({ _: t }, e, n) { const { data: r, setupState: i, ctx: s } = t; return Pn(i, e) ? (i[e] = n, !0) : process.env.NODE_ENV !== "production" && i.__isScriptSetup && V(i, e) ? (H(`Cannot mutate <script setup> binding "${e}" from Options API.`), !1) : r !== K && V(r, e) ? (r[e] = n, !0) : V(t.props, e) ? (process.env.NODE_ENV !== "production" && H(`Attempting to mutate prop "${e}". Props are readonly.`), !1) : e[0] === "$" && e.slice(1) in t ? (process.env.NODE_ENV !== "production" && H( `Attempting to mutate public property "${e}". Properties starting with $ are reserved and readonly.` ), !1) : (process.env.NODE_ENV !== "production" && e in t.appContext.config.globalProperties ? Object.defineProperty(s, e, { enumerable: !0, configurable: !0, value: n }) : s[e] = n, !0); }, has({ _: { data: t, setupState: e, accessCache: n, ctx: r, appContext: i, propsOptions: s } }, o) { let l; return !!n[o] || t !== K && V(t, o) || Pn(e, o) || (l = s[0]) && V(l, o) || V(r, o) || V(ct, o) || V(i.config.globalProperties, o); }, defineProperty(t, e, n) { return n.get != null ? t._.accessCache[e] = 0 : V(n, "value") && this.set(t, e, n.value, null), Reflect.defineProperty(t, e, n); } }; process.env.NODE_ENV !== "production" && (Fa.ownKeys = (t) => (H( "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(t))); function ci(t) { return N(t) ? t.reduce( (e, n) => (e[n] = null, e), {} ) : t; } function Wa(t) { const e = t.type, { mixins: n, extends: r } = e, { mixins: i, optionsCache: s, config: { optionMergeStrategies: o } } = t.appContext, l = s.get(e); let a; return l ? a = l : !i.length && !n && !r ? a = e : (a = {}, i.length && i.forEach( (u) => Kt(a, u, o, !0) ), Kt(a, e, o)), q(e) && s.set(e, a), a; } function Kt(t, e, n, r = !1) { const { mixins: i, extends: s } = e; s && Kt(t, s, n, !0), i && i.forEach( (o) => Kt(t, o, n, !0) ); for (const o in e) if (r && o === "expose") process.env.NODE_ENV !== "production" && H( '"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.' ); else { const l = za[o] || n && n[o]; t[o] = l ? l(t[o], e[o]) : e[o]; } return t; } const za = { data: ui, props: fi, emits: fi, // objects methods: ot, computed: ot, // lifecycle beforeCreate: z, created: z, beforeMount: z, mounted: z, beforeUpdate: z, updated: z, beforeDestroy: z, beforeUnmount: z, destroyed: z, unmounted: z, activated: z, deactivated: z, errorCaptured: z, serverPrefetch: z, // assets components: ot, directives: ot, // watch watch: Ya, // provide / inject provide: ui, inject: Ga }; function ui(t, e) { return e ? t ? function() { return Z( j(t) ? t.call(this, this) : t, j(e) ? e.call(this, this) : e ); } : e : t; } function Ga(t, e) { return ot(di(t), di(e)); } function di(t) { if (N(t)) { const e = {}; for (let n = 0; n < t.length; n++) e[t[n]] = t[n]; return e; } return t; } function z(t, e) { return t ? [...new Set([].concat(t, e))] : e; } function ot(t, e) { return t ? Z(/* @__PURE__ */ Object.create(null), t, e) : e; } function fi(t, e) { return t ? N(t) && N(e) ? [.../* @__PURE__ */ new Set([...t, ...e])] : Z( /* @__PURE__ */ Object.create(null), ci(t), ci(e ?? {}) ) : e; } function Ya(t, e) { if (!t) return e; if (!e) return t; const n = Z(/* @__PURE__ */ Object.create(null), t); for (const r in e) n[r] = z(t[r], e[r]); return n; } let Qa = null; function qa(t, e, n = !1) { const r = nt || Je; if (r || Qa) { const i = r ? r.parent == null ? r.vnode.appContext && r.vnode.appContext.provides : r.parent.provides : void 0; if (i && t in i) return i[t]; if (arguments.length > 1) return n && j(e) ? e.call(r && r.proxy) : e; process.env.NODE_ENV !== "production" && H(`injection "${String(t)}" not found.`); } else process.env.NODE_ENV !== "production" && H("inject() can only be used inside setup() or functional components."); } const $a = {}, Ls = (t) => Object.getPrototypeOf(t) === $a, Za = rc, Xa = Symbol.for("v-scx"), Ja = () => { { const t = qa(Xa); return t || process.env.NODE_ENV !== "production" && H( "Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build." ), t; } }; function Ka(t, e, n) { return process.env.NODE_ENV !== "production" && !j(e) && H( "`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." ), Us(t, e, n); } function Us(t, e, n = K) { const { immediate: r, deep: i, flush: s, once: o } = n; process.env.NODE_ENV !== "production" && !e && (r !== void 0 && H( 'watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.' ), i !== void 0 && H( 'watch() "deep" option is only respected when using the watch(source, callback, options?) signature.' ), o !== void 0 && H( 'watch() "once" option is only respected when using the watch(source, callback, options?) signature.' )); const l = Z({}, n); process.env.NODE_ENV !== "production" && (l.onWarn = H); const a = e && r || !e && s !== "post"; let u; if (tn) { if (s === "sync") { const f = Ja(); u = f.__watcherHandles || (f.__watcherHandles = []); } else if (!a) { const f = () => { }; return f.stop = Ye, f.resume = Ye, f.pause = Ye, f; } } const c = nt; l.call = (f, m, b) => Tr(f, c, m, b); let d = !1; s === "post" ? l.scheduler = (f) => { Za(f, c && c.suspense); } : s !== "sync" && (d = !0, l.scheduler = (f, m) => { m ? f() : xr(f); }), l.augmentJob = (f) => { e && (f.flags |= 4), d && (f.flags |= 2, c && (f.id = c.uid, f.i = c)); }; const h = Ea(t, e, l); return tn && (u ? u.push(h) : a && h()), h; } function ec(t, e, n) { const r = this.proxy, i = ie(t) ? t.includes(".") ? tc(r, t) : () => r[t] : t.bind(r, r); let s; j(e) ? s = e : (s = e.handler, n = e); const o = Qs(this), l = Us(i, s.bind(r), n); return o(), l; } function tc(t, e) { const n = e.split("."); return () => { let r = t; for (let i = 0; i < n.length && r; i++) r = r[n[i]]; return r; }; } const nc = (t) => t.__isSuspense; function rc(t, e) { e && e.pendingBranch ? N(t) ? e.effects.push(...t) : e.effects.push(t) : Ps(t); } const Fs = Symbol.for("v-fgt"), ic = Symbol.for("v-txt"), sc = Symbol.for("v-cmt"), Ut = []; let ee = null; function oc(t = !1) { Ut.push(ee = t ? null : []); } function lc() { Ut.pop(), ee = Ut[Ut.length - 1] || null; } function ac(t) { return t.dynamicChildren = ee || Ol, lc(), ee && ee.push(t), t; } function cc(t, e, n, r, i, s) { return ac( zs( t, e, n, r, i, s, !0 ) ); } function uc(t) { return t ? t.__v_isVNode === !0 : !1; } const dc = (...t) => Gs( ...t ), Ws = ({ key: t }) => t ?? null, Ft = ({ ref: t, ref_key: e, ref_for: n }) => (typeof t == "number" && (t = "" + t), t != null ? ie(t) || Y(t) || j(t) ? { i: Je, r: t, k: e, f: !!n } : t : null); function zs(t, e = null, n = null, r = 0, i = null, s = t === Fs ? 0 : 1, o = !1, l = !1) { const a = { __v_isVNode: !0, __v_skip: !0, type: t, props: e, key: e && Ws(e), ref: e && Ft(e), scopeId: Pa, slotScopeIds: null, children: n, component: null, suspense: null, ssContent: null, ssFallback: null, dirs: null, transition: null, el: null, anchor: null, target: null, targetStart: null, targetAnchor: null, staticCount: 0, shapeFlag: s, patchFlag: r, dynamicProps: i, dynamicChildren: null, appContext: null, ctx: Je }; return l ? (Mr(a, n), s & 128 && t.normalize(a)) : n && (a.shapeFlag |= ie(n) ? 8 : 16), process.env.NODE_ENV !== "production" && a.key !== a.key && H("VNode created with invalid key (NaN). VNode type:", a.type), // avoid a block node from tracking itself !o && // has current parent block ee && // presence of a patch flag indicates this node needs patching on updates. // component nodes also should always be patched, because even if the // component doesn't need to update, it needs to persist the instance on to // the next vnode so that it can be properly unmounted later. (a.patchFlag > 0 || s & 6) && // the EVENTS flag is only for hydration and if it is the only flag, the // vnode should not be considered dynamic due to handler caching. a.patchFlag !== 32 && ee.push(a), a; } const fc = process.env.NODE_ENV !== "production" ? dc : Gs; function Gs(t, e = null, n = null, r = 0, i = null, s = !1) { if ((!t || t === Ua) && (process.env.NODE_ENV !== "production" && !t && H(`Invalid vnode type when creating vnode: ${t}.`), t = sc), uc(t)) { const l = en( t, e, !0 /* mergeRef: true */ ); return n && Mr(l, n), !s && ee && (l.shapeFlag & 6 ? ee[ee.indexOf(t)] = l : ee.push(l)), l.patchFlag = -2, l; } if (Zs(t) && (t = t.__vccOpts), e) { e = hc(e); let { class: l, style: a } = e; l && !ie(l) && (e.class = Er(l)), q(a) && (qt(a) && !N(a) && (a = Z({}, a)), e.style = yr(a)); } const o = ie(t) ? 1 : nc(t) ? 128 : Ha(t) ? 64 : q(t) ? 4 : j(t) ? 2 : 0; return process.env.NODE_ENV !== "production" && o & 4 && qt(t) && (t = D(t), H