@stacksjs/hello-world-elements 0.34.6 → 0.36.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +5 -5
- package/dist/index.mjs +644 -652
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -4,15 +4,15 @@ function yt(e, t) {
|
|
|
4
4
|
n[o[s]] = !0;
|
|
5
5
|
return t ? (s) => !!n[s.toLowerCase()] : (s) => !!n[s];
|
|
6
6
|
}
|
|
7
|
-
const
|
|
7
|
+
const br = "itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly", Nr = /* @__PURE__ */ yt(br);
|
|
8
8
|
function ps(e) {
|
|
9
9
|
return !!e || e === "";
|
|
10
10
|
}
|
|
11
|
-
function
|
|
11
|
+
function oo(e) {
|
|
12
12
|
if (T(e)) {
|
|
13
13
|
const t = {};
|
|
14
14
|
for (let n = 0; n < e.length; n++) {
|
|
15
|
-
const o = e[n], s = G(o) ?
|
|
15
|
+
const o = e[n], s = G(o) ? xr(o) : oo(o);
|
|
16
16
|
if (s)
|
|
17
17
|
for (const r in s)
|
|
18
18
|
t[r] = s[r];
|
|
@@ -25,23 +25,23 @@ function so(e) {
|
|
|
25
25
|
return e;
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
|
-
const
|
|
29
|
-
function
|
|
28
|
+
const yr = /;(?![^(]*\))/g, Or = /:(.+)/;
|
|
29
|
+
function xr(e) {
|
|
30
30
|
const t = {};
|
|
31
|
-
return e.split(
|
|
31
|
+
return e.split(yr).forEach((n) => {
|
|
32
32
|
if (n) {
|
|
33
|
-
const o = n.split(
|
|
33
|
+
const o = n.split(Or);
|
|
34
34
|
o.length > 1 && (t[o[0].trim()] = o[1].trim());
|
|
35
35
|
}
|
|
36
36
|
}), t;
|
|
37
37
|
}
|
|
38
|
-
function
|
|
38
|
+
function so(e) {
|
|
39
39
|
let t = "";
|
|
40
40
|
if (G(e))
|
|
41
41
|
t = e;
|
|
42
42
|
else if (T(e))
|
|
43
43
|
for (let n = 0; n < e.length; n++) {
|
|
44
|
-
const o =
|
|
44
|
+
const o = so(e[n]);
|
|
45
45
|
o && (t += o + " ");
|
|
46
46
|
}
|
|
47
47
|
else if (q(e))
|
|
@@ -50,15 +50,15 @@ function ro(e) {
|
|
|
50
50
|
return t.trim();
|
|
51
51
|
}
|
|
52
52
|
const H = process.env.NODE_ENV !== "production" ? Object.freeze({}) : {}, _t = process.env.NODE_ENV !== "production" ? Object.freeze([]) : [], te = () => {
|
|
53
|
-
}, hs = () => !1,
|
|
53
|
+
}, hs = () => !1, wr = /^on[^a-z]/, jt = (e) => wr.test(e), Gt = (e) => e.startsWith("onUpdate:"), X = Object.assign, ro = (e, t) => {
|
|
54
54
|
const n = e.indexOf(t);
|
|
55
55
|
n > -1 && e.splice(n, 1);
|
|
56
|
-
},
|
|
56
|
+
}, Dr = Object.prototype.hasOwnProperty, k = (e, t) => Dr.call(e, t), T = Array.isArray, vt = (e) => ln(e) === "[object Map]", Vr = (e) => ln(e) === "[object Set]", A = (e) => typeof e == "function", G = (e) => typeof e == "string", io = (e) => typeof e == "symbol", q = (e) => e !== null && typeof e == "object", lo = (e) => q(e) && A(e.then) && A(e.catch), Cr = Object.prototype.toString, ln = (e) => Cr.call(e), co = (e) => ln(e).slice(8, -1), Tr = (e) => ln(e) === "[object Object]", ao = (e) => G(e) && e !== "NaN" && e[0] !== "-" && "" + parseInt(e, 10) === e, qt = /* @__PURE__ */ yt(
|
|
57
57
|
",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"
|
|
58
|
-
),
|
|
58
|
+
), Ir = /* @__PURE__ */ yt("bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo"), cn = (e) => {
|
|
59
59
|
const t = /* @__PURE__ */ Object.create(null);
|
|
60
60
|
return (n) => t[n] || (t[n] = e(n));
|
|
61
|
-
},
|
|
61
|
+
}, Ar = /-(\w)/g, ze = cn((e) => e.replace(Ar, (t, n) => n ? n.toUpperCase() : "")), $r = /\B([A-Z])/g, be = cn((e) => e.replace($r, "-$1").toLowerCase()), an = cn((e) => e.charAt(0).toUpperCase() + e.slice(1)), Xe = cn((e) => e ? `on${an(e)}` : ""), en = (e, t) => !Object.is(e, t), wt = (e, t) => {
|
|
62
62
|
for (let n = 0; n < e.length; n++)
|
|
63
63
|
e[n](t);
|
|
64
64
|
}, tn = (e, t, n) => {
|
|
@@ -67,17 +67,17 @@ const H = process.env.NODE_ENV !== "production" ? Object.freeze({}) : {}, _t = p
|
|
|
67
67
|
enumerable: !1,
|
|
68
68
|
value: n
|
|
69
69
|
});
|
|
70
|
-
},
|
|
70
|
+
}, Pn = (e) => {
|
|
71
71
|
const t = parseFloat(e);
|
|
72
72
|
return isNaN(t) ? e : t;
|
|
73
73
|
};
|
|
74
|
-
let
|
|
75
|
-
const ms = () =>
|
|
76
|
-
function
|
|
74
|
+
let Po;
|
|
75
|
+
const ms = () => Po || (Po = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : {});
|
|
76
|
+
function kn(e, ...t) {
|
|
77
77
|
console.warn(`[Vue warn] ${e}`, ...t);
|
|
78
78
|
}
|
|
79
79
|
let De;
|
|
80
|
-
class
|
|
80
|
+
class Pr {
|
|
81
81
|
constructor(t = !1) {
|
|
82
82
|
this.active = !0, this.effects = [], this.cleanups = [], !t && De && (this.parent = De, this.index = (De.scopes || (De.scopes = [])).push(this) - 1);
|
|
83
83
|
}
|
|
@@ -90,7 +90,7 @@ class Mr {
|
|
|
90
90
|
De = n;
|
|
91
91
|
}
|
|
92
92
|
} else
|
|
93
|
-
process.env.NODE_ENV !== "production" &&
|
|
93
|
+
process.env.NODE_ENV !== "production" && kn("cannot run an inactive effect scope.");
|
|
94
94
|
}
|
|
95
95
|
on() {
|
|
96
96
|
De = this;
|
|
@@ -116,17 +116,17 @@ class Mr {
|
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
|
-
function
|
|
119
|
+
function kr(e, t = De) {
|
|
120
120
|
t && t.active && t.effects.push(e);
|
|
121
121
|
}
|
|
122
|
-
const
|
|
122
|
+
const $t = (e) => {
|
|
123
123
|
const t = new Set(e);
|
|
124
124
|
return t.w = 0, t.n = 0, t;
|
|
125
|
-
}, gs = (e) => (e.w & qe) > 0, _s = (e) => (e.n & qe) > 0,
|
|
125
|
+
}, gs = (e) => (e.w & qe) > 0, _s = (e) => (e.n & qe) > 0, Mr = ({ deps: e }) => {
|
|
126
126
|
if (e.length)
|
|
127
127
|
for (let t = 0; t < e.length; t++)
|
|
128
128
|
e[t].w |= qe;
|
|
129
|
-
},
|
|
129
|
+
}, Fr = (e) => {
|
|
130
130
|
const { deps: t } = e;
|
|
131
131
|
if (t.length) {
|
|
132
132
|
let n = 0;
|
|
@@ -136,14 +136,14 @@ const At = (e) => {
|
|
|
136
136
|
}
|
|
137
137
|
t.length = n;
|
|
138
138
|
}
|
|
139
|
-
},
|
|
139
|
+
}, Mn = /* @__PURE__ */ new WeakMap();
|
|
140
140
|
let Vt = 0, qe = 1;
|
|
141
|
-
const
|
|
141
|
+
const Fn = 30;
|
|
142
142
|
let ce;
|
|
143
|
-
const tt = Symbol(process.env.NODE_ENV !== "production" ? "iterate" : ""),
|
|
144
|
-
class
|
|
143
|
+
const tt = Symbol(process.env.NODE_ENV !== "production" ? "iterate" : ""), jn = Symbol(process.env.NODE_ENV !== "production" ? "Map key iterate" : "");
|
|
144
|
+
class fo {
|
|
145
145
|
constructor(t, n = null, o) {
|
|
146
|
-
this.fn = t, this.scheduler = n, this.active = !0, this.deps = [], this.parent = void 0,
|
|
146
|
+
this.fn = t, this.scheduler = n, this.active = !0, this.deps = [], this.parent = void 0, kr(this, o);
|
|
147
147
|
}
|
|
148
148
|
run() {
|
|
149
149
|
if (!this.active)
|
|
@@ -155,16 +155,16 @@ class uo {
|
|
|
155
155
|
t = t.parent;
|
|
156
156
|
}
|
|
157
157
|
try {
|
|
158
|
-
return this.parent = ce, ce = this, Ke = !0, qe = 1 << ++Vt, Vt <=
|
|
158
|
+
return this.parent = ce, ce = this, Ke = !0, qe = 1 << ++Vt, Vt <= Fn ? Mr(this) : ko(this), this.fn();
|
|
159
159
|
} finally {
|
|
160
|
-
Vt <=
|
|
160
|
+
Vt <= Fn && Fr(this), qe = 1 << --Vt, ce = this.parent, Ke = n, this.parent = void 0, this.deferStop && this.stop();
|
|
161
161
|
}
|
|
162
162
|
}
|
|
163
163
|
stop() {
|
|
164
|
-
ce === this ? this.deferStop = !0 : this.active && (
|
|
164
|
+
ce === this ? this.deferStop = !0 : this.active && (ko(this), this.onStop && this.onStop(), this.active = !1);
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
|
-
function
|
|
167
|
+
function ko(e) {
|
|
168
168
|
const { deps: t } = e;
|
|
169
169
|
if (t.length) {
|
|
170
170
|
for (let n = 0; n < t.length; n++)
|
|
@@ -183,20 +183,20 @@ function at() {
|
|
|
183
183
|
}
|
|
184
184
|
function de(e, t, n) {
|
|
185
185
|
if (Ke && ce) {
|
|
186
|
-
let o =
|
|
187
|
-
o ||
|
|
186
|
+
let o = Mn.get(e);
|
|
187
|
+
o || Mn.set(e, o = /* @__PURE__ */ new Map());
|
|
188
188
|
let s = o.get(n);
|
|
189
|
-
s || o.set(n, s =
|
|
189
|
+
s || o.set(n, s = $t());
|
|
190
190
|
const r = process.env.NODE_ENV !== "production" ? { effect: ce, target: e, type: t, key: n } : void 0;
|
|
191
|
-
|
|
191
|
+
Rn(s, r);
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
|
-
function
|
|
194
|
+
function Rn(e, t) {
|
|
195
195
|
let n = !1;
|
|
196
|
-
Vt <=
|
|
196
|
+
Vt <= Fn ? _s(e) || (e.n |= qe, n = !gs(e)) : n = !e.has(ce), n && (e.add(ce), ce.deps.push(e), process.env.NODE_ENV !== "production" && ce.onTrack && ce.onTrack(Object.assign({ effect: ce }, t)));
|
|
197
197
|
}
|
|
198
198
|
function Me(e, t, n, o, s, r) {
|
|
199
|
-
const i =
|
|
199
|
+
const i = Mn.get(e);
|
|
200
200
|
if (!i)
|
|
201
201
|
return;
|
|
202
202
|
let c = [];
|
|
@@ -209,10 +209,10 @@ function Me(e, t, n, o, s, r) {
|
|
|
209
209
|
else
|
|
210
210
|
switch (n !== void 0 && c.push(i.get(n)), t) {
|
|
211
211
|
case "add":
|
|
212
|
-
T(e) ?
|
|
212
|
+
T(e) ? ao(n) && c.push(i.get("length")) : (c.push(i.get(tt)), vt(e) && c.push(i.get(jn)));
|
|
213
213
|
break;
|
|
214
214
|
case "delete":
|
|
215
|
-
T(e) || (c.push(i.get(tt)), vt(e) && c.push(i.get(
|
|
215
|
+
T(e) || (c.push(i.get(tt)), vt(e) && c.push(i.get(jn)));
|
|
216
216
|
break;
|
|
217
217
|
case "set":
|
|
218
218
|
vt(e) && c.push(i.get(tt));
|
|
@@ -225,23 +225,23 @@ function Me(e, t, n, o, s, r) {
|
|
|
225
225
|
const u = [];
|
|
226
226
|
for (const h of c)
|
|
227
227
|
h && u.push(...h);
|
|
228
|
-
process.env.NODE_ENV !== "production" ? ht(
|
|
228
|
+
process.env.NODE_ENV !== "production" ? ht($t(u), a) : ht($t(u));
|
|
229
229
|
}
|
|
230
230
|
}
|
|
231
231
|
function ht(e, t) {
|
|
232
232
|
const n = T(e) ? e : [...e];
|
|
233
233
|
for (const o of n)
|
|
234
|
-
o.computed &&
|
|
234
|
+
o.computed && Mo(o, t);
|
|
235
235
|
for (const o of n)
|
|
236
|
-
o.computed ||
|
|
236
|
+
o.computed || Mo(o, t);
|
|
237
237
|
}
|
|
238
|
-
function
|
|
238
|
+
function Mo(e, t) {
|
|
239
239
|
(e !== ce || e.allowRecurse) && (process.env.NODE_ENV !== "production" && e.onTrigger && e.onTrigger(X({ effect: e }, t)), e.scheduler ? e.scheduler() : e.run());
|
|
240
240
|
}
|
|
241
|
-
const
|
|
242
|
-
/* @__PURE__ */ Object.getOwnPropertyNames(Symbol).filter((e) => e !== "arguments" && e !== "caller").map((e) => Symbol[e]).filter(
|
|
243
|
-
),
|
|
244
|
-
function
|
|
241
|
+
const jr = /* @__PURE__ */ yt("__proto__,__v_isRef,__isVue"), Es = new Set(
|
|
242
|
+
/* @__PURE__ */ Object.getOwnPropertyNames(Symbol).filter((e) => e !== "arguments" && e !== "caller").map((e) => Symbol[e]).filter(io)
|
|
243
|
+
), Rr = /* @__PURE__ */ fn(), Sr = /* @__PURE__ */ fn(!1, !0), Hr = /* @__PURE__ */ fn(!0), Lr = /* @__PURE__ */ fn(!0, !0), Fo = /* @__PURE__ */ Br();
|
|
244
|
+
function Br() {
|
|
245
245
|
const e = {};
|
|
246
246
|
return ["includes", "indexOf", "lastIndexOf"].forEach((t) => {
|
|
247
247
|
e[t] = function(...n) {
|
|
@@ -259,7 +259,7 @@ function Kr() {
|
|
|
259
259
|
};
|
|
260
260
|
}), e;
|
|
261
261
|
}
|
|
262
|
-
function
|
|
262
|
+
function fn(e = !1, t = !1) {
|
|
263
263
|
return function(o, s, r) {
|
|
264
264
|
if (s === "__v_isReactive")
|
|
265
265
|
return !e;
|
|
@@ -270,60 +270,60 @@ function un(e = !1, t = !1) {
|
|
|
270
270
|
if (s === "__v_raw" && r === (e ? t ? Vs : Ds : t ? ws : xs).get(o))
|
|
271
271
|
return o;
|
|
272
272
|
const i = T(o);
|
|
273
|
-
if (!e && i && k(
|
|
274
|
-
return Reflect.get(
|
|
273
|
+
if (!e && i && k(Fo, s))
|
|
274
|
+
return Reflect.get(Fo, s, r);
|
|
275
275
|
const c = Reflect.get(o, s, r);
|
|
276
|
-
return (
|
|
276
|
+
return (io(s) ? Es.has(s) : jr(s)) || (e || de(o, "get", s), t) ? c : ne(c) ? i && ao(s) ? c : c.value : q(c) ? e ? Cs(c) : po(c) : c;
|
|
277
277
|
};
|
|
278
278
|
}
|
|
279
|
-
const
|
|
279
|
+
const Ur = /* @__PURE__ */ bs(), Kr = /* @__PURE__ */ bs(!0);
|
|
280
280
|
function bs(e = !1) {
|
|
281
281
|
return function(n, o, s, r) {
|
|
282
282
|
let i = n[o];
|
|
283
283
|
if (it(i) && ne(i) && !ne(s))
|
|
284
284
|
return !1;
|
|
285
|
-
if (!e && (!
|
|
285
|
+
if (!e && (!Sn(s) && !it(s) && (i = P(i), s = P(s)), !T(n) && ne(i) && !ne(s)))
|
|
286
286
|
return i.value = s, !0;
|
|
287
|
-
const c = T(n) &&
|
|
287
|
+
const c = T(n) && ao(o) ? Number(o) < n.length : k(n, o), a = Reflect.set(n, o, s, r);
|
|
288
288
|
return n === P(r) && (c ? en(s, i) && Me(n, "set", o, s, i) : Me(n, "add", o, s)), a;
|
|
289
289
|
};
|
|
290
290
|
}
|
|
291
|
-
function
|
|
291
|
+
function Wr(e, t) {
|
|
292
292
|
const n = k(e, t), o = e[t], s = Reflect.deleteProperty(e, t);
|
|
293
293
|
return s && n && Me(e, "delete", t, void 0, o), s;
|
|
294
294
|
}
|
|
295
|
-
function
|
|
295
|
+
function zr(e, t) {
|
|
296
296
|
const n = Reflect.has(e, t);
|
|
297
|
-
return (!
|
|
297
|
+
return (!io(t) || !Es.has(t)) && de(e, "has", t), n;
|
|
298
298
|
}
|
|
299
|
-
function
|
|
299
|
+
function qr(e) {
|
|
300
300
|
return de(e, "iterate", T(e) ? "length" : tt), Reflect.ownKeys(e);
|
|
301
301
|
}
|
|
302
302
|
const Ns = {
|
|
303
|
-
get:
|
|
304
|
-
set:
|
|
305
|
-
deleteProperty:
|
|
306
|
-
has:
|
|
307
|
-
ownKeys:
|
|
303
|
+
get: Rr,
|
|
304
|
+
set: Ur,
|
|
305
|
+
deleteProperty: Wr,
|
|
306
|
+
has: zr,
|
|
307
|
+
ownKeys: qr
|
|
308
308
|
}, ys = {
|
|
309
|
-
get:
|
|
309
|
+
get: Hr,
|
|
310
310
|
set(e, t) {
|
|
311
|
-
return process.env.NODE_ENV !== "production" &&
|
|
311
|
+
return process.env.NODE_ENV !== "production" && kn(`Set operation on key "${String(t)}" failed: target is readonly.`, e), !0;
|
|
312
312
|
},
|
|
313
313
|
deleteProperty(e, t) {
|
|
314
|
-
return process.env.NODE_ENV !== "production" &&
|
|
315
|
-
}
|
|
316
|
-
},
|
|
317
|
-
get:
|
|
318
|
-
set:
|
|
319
|
-
}),
|
|
320
|
-
get:
|
|
321
|
-
}),
|
|
314
|
+
return process.env.NODE_ENV !== "production" && kn(`Delete operation on key "${String(t)}" failed: target is readonly.`, e), !0;
|
|
315
|
+
}
|
|
316
|
+
}, Jr = /* @__PURE__ */ X({}, Ns, {
|
|
317
|
+
get: Sr,
|
|
318
|
+
set: Kr
|
|
319
|
+
}), Yr = /* @__PURE__ */ X({}, ys, {
|
|
320
|
+
get: Lr
|
|
321
|
+
}), uo = (e) => e, un = (e) => Reflect.getPrototypeOf(e);
|
|
322
322
|
function Bt(e, t, n = !1, o = !1) {
|
|
323
323
|
e = e.__v_raw;
|
|
324
324
|
const s = P(e), r = P(t);
|
|
325
325
|
n || (t !== r && de(s, "get", t), de(s, "get", r));
|
|
326
|
-
const { has: i } =
|
|
326
|
+
const { has: i } = un(s), c = o ? uo : n ? mo : ho;
|
|
327
327
|
if (i.call(s, t))
|
|
328
328
|
return c(e.get(t));
|
|
329
329
|
if (i.call(s, r))
|
|
@@ -337,40 +337,40 @@ function Ut(e, t = !1) {
|
|
|
337
337
|
function Kt(e, t = !1) {
|
|
338
338
|
return e = e.__v_raw, !t && de(P(e), "iterate", tt), Reflect.get(e, "size", e);
|
|
339
339
|
}
|
|
340
|
-
function
|
|
340
|
+
function jo(e) {
|
|
341
341
|
e = P(e);
|
|
342
342
|
const t = P(this);
|
|
343
|
-
return
|
|
343
|
+
return un(t).has.call(t, e) || (t.add(e), Me(t, "add", e, e)), this;
|
|
344
344
|
}
|
|
345
|
-
function
|
|
345
|
+
function Ro(e, t) {
|
|
346
346
|
t = P(t);
|
|
347
|
-
const n = P(this), { has: o, get: s } =
|
|
347
|
+
const n = P(this), { has: o, get: s } = un(n);
|
|
348
348
|
let r = o.call(n, e);
|
|
349
349
|
r ? process.env.NODE_ENV !== "production" && Os(n, o, e) : (e = P(e), r = o.call(n, e));
|
|
350
350
|
const i = s.call(n, e);
|
|
351
351
|
return n.set(e, t), r ? en(t, i) && Me(n, "set", e, t, i) : Me(n, "add", e, t), this;
|
|
352
352
|
}
|
|
353
|
-
function
|
|
354
|
-
const t = P(this), { has: n, get: o } =
|
|
353
|
+
function So(e) {
|
|
354
|
+
const t = P(this), { has: n, get: o } = un(t);
|
|
355
355
|
let s = n.call(t, e);
|
|
356
356
|
s ? process.env.NODE_ENV !== "production" && Os(t, n, e) : (e = P(e), s = n.call(t, e));
|
|
357
357
|
const r = o ? o.call(t, e) : void 0, i = t.delete(e);
|
|
358
358
|
return s && Me(t, "delete", e, void 0, r), i;
|
|
359
359
|
}
|
|
360
|
-
function
|
|
360
|
+
function Ho() {
|
|
361
361
|
const e = P(this), t = e.size !== 0, n = process.env.NODE_ENV !== "production" ? vt(e) ? new Map(e) : new Set(e) : void 0, o = e.clear();
|
|
362
362
|
return t && Me(e, "clear", void 0, void 0, n), o;
|
|
363
363
|
}
|
|
364
364
|
function Wt(e, t) {
|
|
365
365
|
return function(o, s) {
|
|
366
|
-
const r = this, i = r.__v_raw, c = P(i), a = t ?
|
|
366
|
+
const r = this, i = r.__v_raw, c = P(i), a = t ? uo : e ? mo : ho;
|
|
367
367
|
return !e && de(c, "iterate", tt), i.forEach((u, h) => o.call(s, a(u), a(h), r));
|
|
368
368
|
};
|
|
369
369
|
}
|
|
370
370
|
function zt(e, t, n) {
|
|
371
371
|
return function(...o) {
|
|
372
|
-
const s = this.__v_raw, r = P(s), i = vt(r), c = e === "entries" || e === Symbol.iterator && i, a = e === "keys" && i, u = s[e](...o), h = n ?
|
|
373
|
-
return !t && de(r, "iterate", a ?
|
|
372
|
+
const s = this.__v_raw, r = P(s), i = vt(r), c = e === "entries" || e === Symbol.iterator && i, a = e === "keys" && i, u = s[e](...o), h = n ? uo : t ? mo : ho;
|
|
373
|
+
return !t && de(r, "iterate", a ? jn : tt), {
|
|
374
374
|
next() {
|
|
375
375
|
const { value: d, done: _ } = u.next();
|
|
376
376
|
return _ ? { value: d, done: _ } : {
|
|
@@ -388,12 +388,12 @@ function He(e) {
|
|
|
388
388
|
return function(...t) {
|
|
389
389
|
if (process.env.NODE_ENV !== "production") {
|
|
390
390
|
const n = t[0] ? `on key "${t[0]}" ` : "";
|
|
391
|
-
console.warn(`${
|
|
391
|
+
console.warn(`${an(e)} operation ${n}failed: target is readonly.`, P(this));
|
|
392
392
|
}
|
|
393
393
|
return e === "delete" ? !1 : this;
|
|
394
394
|
};
|
|
395
395
|
}
|
|
396
|
-
function
|
|
396
|
+
function Xr() {
|
|
397
397
|
const e = {
|
|
398
398
|
get(r) {
|
|
399
399
|
return Bt(this, r);
|
|
@@ -402,10 +402,10 @@ function Qr() {
|
|
|
402
402
|
return Kt(this);
|
|
403
403
|
},
|
|
404
404
|
has: Ut,
|
|
405
|
-
add:
|
|
406
|
-
set:
|
|
407
|
-
delete:
|
|
408
|
-
clear:
|
|
405
|
+
add: jo,
|
|
406
|
+
set: Ro,
|
|
407
|
+
delete: So,
|
|
408
|
+
clear: Ho,
|
|
409
409
|
forEach: Wt(!1, !1)
|
|
410
410
|
}, t = {
|
|
411
411
|
get(r) {
|
|
@@ -415,10 +415,10 @@ function Qr() {
|
|
|
415
415
|
return Kt(this);
|
|
416
416
|
},
|
|
417
417
|
has: Ut,
|
|
418
|
-
add:
|
|
419
|
-
set:
|
|
420
|
-
delete:
|
|
421
|
-
clear:
|
|
418
|
+
add: jo,
|
|
419
|
+
set: Ro,
|
|
420
|
+
delete: So,
|
|
421
|
+
clear: Ho,
|
|
422
422
|
forEach: Wt(!1, !0)
|
|
423
423
|
}, n = {
|
|
424
424
|
get(r) {
|
|
@@ -460,29 +460,29 @@ function Qr() {
|
|
|
460
460
|
o
|
|
461
461
|
];
|
|
462
462
|
}
|
|
463
|
-
const [
|
|
464
|
-
function
|
|
465
|
-
const n = t ? e ?
|
|
463
|
+
const [Zr, Qr, Gr, ei] = /* @__PURE__ */ Xr();
|
|
464
|
+
function dn(e, t) {
|
|
465
|
+
const n = t ? e ? ei : Gr : e ? Qr : Zr;
|
|
466
466
|
return (o, s, r) => s === "__v_isReactive" ? !e : s === "__v_isReadonly" ? e : s === "__v_raw" ? o : Reflect.get(k(n, s) && s in o ? n : o, s, r);
|
|
467
467
|
}
|
|
468
|
-
const
|
|
469
|
-
get: /* @__PURE__ */
|
|
468
|
+
const ti = {
|
|
469
|
+
get: /* @__PURE__ */ dn(!1, !1)
|
|
470
|
+
}, ni = {
|
|
471
|
+
get: /* @__PURE__ */ dn(!1, !0)
|
|
472
|
+
}, oi = {
|
|
473
|
+
get: /* @__PURE__ */ dn(!0, !1)
|
|
470
474
|
}, si = {
|
|
471
|
-
get: /* @__PURE__ */
|
|
472
|
-
}, ri = {
|
|
473
|
-
get: /* @__PURE__ */ pn(!0, !1)
|
|
474
|
-
}, ii = {
|
|
475
|
-
get: /* @__PURE__ */ pn(!0, !0)
|
|
475
|
+
get: /* @__PURE__ */ dn(!0, !0)
|
|
476
476
|
};
|
|
477
477
|
function Os(e, t, n) {
|
|
478
478
|
const o = P(n);
|
|
479
479
|
if (o !== n && t.call(e, o)) {
|
|
480
|
-
const s =
|
|
480
|
+
const s = co(e);
|
|
481
481
|
console.warn(`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.`);
|
|
482
482
|
}
|
|
483
483
|
}
|
|
484
484
|
const xs = /* @__PURE__ */ new WeakMap(), ws = /* @__PURE__ */ new WeakMap(), Ds = /* @__PURE__ */ new WeakMap(), Vs = /* @__PURE__ */ new WeakMap();
|
|
485
|
-
function
|
|
485
|
+
function ri(e) {
|
|
486
486
|
switch (e) {
|
|
487
487
|
case "Object":
|
|
488
488
|
case "Array":
|
|
@@ -496,22 +496,22 @@ function li(e) {
|
|
|
496
496
|
return 0;
|
|
497
497
|
}
|
|
498
498
|
}
|
|
499
|
-
function
|
|
500
|
-
return e.__v_skip || !Object.isExtensible(e) ? 0 :
|
|
499
|
+
function ii(e) {
|
|
500
|
+
return e.__v_skip || !Object.isExtensible(e) ? 0 : ri(co(e));
|
|
501
501
|
}
|
|
502
|
-
function
|
|
503
|
-
return it(e) ? e :
|
|
502
|
+
function po(e) {
|
|
503
|
+
return it(e) ? e : pn(e, !1, Ns, ti, xs);
|
|
504
504
|
}
|
|
505
|
-
function
|
|
506
|
-
return
|
|
505
|
+
function li(e) {
|
|
506
|
+
return pn(e, !1, Jr, ni, ws);
|
|
507
507
|
}
|
|
508
508
|
function Cs(e) {
|
|
509
|
-
return
|
|
509
|
+
return pn(e, !0, ys, oi, Ds);
|
|
510
510
|
}
|
|
511
511
|
function mt(e) {
|
|
512
|
-
return
|
|
512
|
+
return pn(e, !0, Yr, si, Vs);
|
|
513
513
|
}
|
|
514
|
-
function
|
|
514
|
+
function pn(e, t, n, o, s) {
|
|
515
515
|
if (!q(e))
|
|
516
516
|
return process.env.NODE_ENV !== "production" && console.warn(`value cannot be made reactive: ${String(e)}`), e;
|
|
517
517
|
if (e.__v_raw && !(t && e.__v_isReactive))
|
|
@@ -519,7 +519,7 @@ function hn(e, t, n, o, s) {
|
|
|
519
519
|
const r = s.get(e);
|
|
520
520
|
if (r)
|
|
521
521
|
return r;
|
|
522
|
-
const i =
|
|
522
|
+
const i = ii(e);
|
|
523
523
|
if (i === 0)
|
|
524
524
|
return e;
|
|
525
525
|
const c = new Proxy(e, i === 2 ? o : n);
|
|
@@ -531,10 +531,10 @@ function nt(e) {
|
|
|
531
531
|
function it(e) {
|
|
532
532
|
return !!(e && e.__v_isReadonly);
|
|
533
533
|
}
|
|
534
|
-
function
|
|
534
|
+
function Sn(e) {
|
|
535
535
|
return !!(e && e.__v_isShallow);
|
|
536
536
|
}
|
|
537
|
-
function
|
|
537
|
+
function Hn(e) {
|
|
538
538
|
return nt(e) || it(e);
|
|
539
539
|
}
|
|
540
540
|
function P(e) {
|
|
@@ -544,15 +544,15 @@ function P(e) {
|
|
|
544
544
|
function Ts(e) {
|
|
545
545
|
return tn(e, "__v_skip", !0), e;
|
|
546
546
|
}
|
|
547
|
-
const
|
|
548
|
-
function
|
|
549
|
-
Ke && ce && (e = P(e), process.env.NODE_ENV !== "production" ?
|
|
547
|
+
const ho = (e) => q(e) ? po(e) : e, mo = (e) => q(e) ? Cs(e) : e;
|
|
548
|
+
function ci(e) {
|
|
549
|
+
Ke && ce && (e = P(e), process.env.NODE_ENV !== "production" ? Rn(e.dep || (e.dep = $t()), {
|
|
550
550
|
target: e,
|
|
551
551
|
type: "get",
|
|
552
552
|
key: "value"
|
|
553
|
-
}) :
|
|
553
|
+
}) : Rn(e.dep || (e.dep = $t())));
|
|
554
554
|
}
|
|
555
|
-
function
|
|
555
|
+
function ai(e, t) {
|
|
556
556
|
e = P(e), e.dep && (process.env.NODE_ENV !== "production" ? ht(e.dep, {
|
|
557
557
|
target: e,
|
|
558
558
|
type: "set",
|
|
@@ -563,42 +563,42 @@ function ui(e, t) {
|
|
|
563
563
|
function ne(e) {
|
|
564
564
|
return !!(e && e.__v_isRef === !0);
|
|
565
565
|
}
|
|
566
|
-
function
|
|
566
|
+
function fi(e) {
|
|
567
567
|
return ne(e) ? e.value : e;
|
|
568
568
|
}
|
|
569
|
-
const
|
|
570
|
-
get: (e, t, n) =>
|
|
569
|
+
const ui = {
|
|
570
|
+
get: (e, t, n) => fi(Reflect.get(e, t, n)),
|
|
571
571
|
set: (e, t, n, o) => {
|
|
572
572
|
const s = e[t];
|
|
573
573
|
return ne(s) && !ne(n) ? (s.value = n, !0) : Reflect.set(e, t, n, o);
|
|
574
574
|
}
|
|
575
575
|
};
|
|
576
576
|
function Is(e) {
|
|
577
|
-
return nt(e) ? e : new Proxy(e,
|
|
577
|
+
return nt(e) ? e : new Proxy(e, ui);
|
|
578
578
|
}
|
|
579
|
-
var
|
|
580
|
-
class
|
|
579
|
+
var As;
|
|
580
|
+
class di {
|
|
581
581
|
constructor(t, n, o, s) {
|
|
582
|
-
this._setter = n, this.dep = void 0, this.__v_isRef = !0, this[
|
|
583
|
-
this._dirty || (this._dirty = !0,
|
|
582
|
+
this._setter = n, this.dep = void 0, this.__v_isRef = !0, this[As] = !1, this._dirty = !0, this.effect = new fo(t, () => {
|
|
583
|
+
this._dirty || (this._dirty = !0, ai(this));
|
|
584
584
|
}), this.effect.computed = this, this.effect.active = this._cacheable = !s, this.__v_isReadonly = o;
|
|
585
585
|
}
|
|
586
586
|
get value() {
|
|
587
587
|
const t = P(this);
|
|
588
|
-
return
|
|
588
|
+
return ci(t), (t._dirty || !t._cacheable) && (t._dirty = !1, t._value = t.effect.run()), t._value;
|
|
589
589
|
}
|
|
590
590
|
set value(t) {
|
|
591
591
|
this._setter(t);
|
|
592
592
|
}
|
|
593
593
|
}
|
|
594
|
-
|
|
595
|
-
function
|
|
594
|
+
As = "__v_isReadonly";
|
|
595
|
+
function pi(e, t, n = !1) {
|
|
596
596
|
let o, s;
|
|
597
|
-
const r =
|
|
597
|
+
const r = A(e);
|
|
598
598
|
r ? (o = e, s = process.env.NODE_ENV !== "production" ? () => {
|
|
599
599
|
console.warn("Write operation failed: computed value is readonly");
|
|
600
600
|
} : te) : (o = e.get, s = e.set);
|
|
601
|
-
const i = new
|
|
601
|
+
const i = new di(o, s, r || !s, n);
|
|
602
602
|
return process.env.NODE_ENV !== "production" && t && !n && (i.effect.onTrack = t.onTrack, i.effect.onTrigger = t.onTrigger), i;
|
|
603
603
|
}
|
|
604
604
|
const ot = [];
|
|
@@ -610,23 +610,23 @@ function Yt() {
|
|
|
610
610
|
}
|
|
611
611
|
function y(e, ...t) {
|
|
612
612
|
ct();
|
|
613
|
-
const n = ot.length ? ot[ot.length - 1].component : null, o = n && n.appContext.config.warnHandler, s =
|
|
613
|
+
const n = ot.length ? ot[ot.length - 1].component : null, o = n && n.appContext.config.warnHandler, s = hi();
|
|
614
614
|
if (o)
|
|
615
615
|
ke(o, n, 11, [
|
|
616
616
|
e + t.join(""),
|
|
617
617
|
n && n.proxy,
|
|
618
|
-
s.map(({ vnode: r }) => `at <${
|
|
618
|
+
s.map(({ vnode: r }) => `at <${Nn(n, r.type)}>`).join(`
|
|
619
619
|
`),
|
|
620
620
|
s
|
|
621
621
|
]);
|
|
622
622
|
else {
|
|
623
623
|
const r = [`[Vue warn]: ${e}`, ...t];
|
|
624
624
|
s.length && r.push(`
|
|
625
|
-
`, ...
|
|
625
|
+
`, ...mi(s)), console.warn(...r);
|
|
626
626
|
}
|
|
627
627
|
at();
|
|
628
628
|
}
|
|
629
|
-
function
|
|
629
|
+
function hi() {
|
|
630
630
|
let e = ot[ot.length - 1];
|
|
631
631
|
if (!e)
|
|
632
632
|
return [];
|
|
@@ -642,27 +642,27 @@ function gi() {
|
|
|
642
642
|
}
|
|
643
643
|
return t;
|
|
644
644
|
}
|
|
645
|
-
function
|
|
645
|
+
function mi(e) {
|
|
646
646
|
const t = [];
|
|
647
647
|
return e.forEach((n, o) => {
|
|
648
648
|
t.push(...o === 0 ? [] : [`
|
|
649
|
-
`], ...
|
|
649
|
+
`], ...gi(n));
|
|
650
650
|
}), t;
|
|
651
651
|
}
|
|
652
|
-
function
|
|
653
|
-
const n = t > 0 ? `... (${t} recursive calls)` : "", o = e.component ? e.component.parent == null : !1, s = ` at <${
|
|
654
|
-
return e.props ? [s, ...
|
|
652
|
+
function gi({ vnode: e, recurseCount: t }) {
|
|
653
|
+
const n = t > 0 ? `... (${t} recursive calls)` : "", o = e.component ? e.component.parent == null : !1, s = ` at <${Nn(e.component, e.type, o)}`, r = ">" + n;
|
|
654
|
+
return e.props ? [s, ..._i(e.props), r] : [s + r];
|
|
655
655
|
}
|
|
656
|
-
function
|
|
656
|
+
function _i(e) {
|
|
657
657
|
const t = [], n = Object.keys(e);
|
|
658
658
|
return n.slice(0, 3).forEach((o) => {
|
|
659
|
-
t.push(
|
|
659
|
+
t.push(...$s(o, e[o]));
|
|
660
660
|
}), n.length > 3 && t.push(" ..."), t;
|
|
661
661
|
}
|
|
662
|
-
function
|
|
663
|
-
return G(t) ? (t = JSON.stringify(t), n ? t : [`${e}=${t}`]) : typeof t == "number" || typeof t == "boolean" || t == null ? n ? t : [`${e}=${t}`] : ne(t) ? (t =
|
|
662
|
+
function $s(e, t, n) {
|
|
663
|
+
return G(t) ? (t = JSON.stringify(t), n ? t : [`${e}=${t}`]) : typeof t == "number" || typeof t == "boolean" || t == null ? n ? t : [`${e}=${t}`] : ne(t) ? (t = $s(e, P(t.value), !0), n ? t : [`${e}=Ref<`, t, ">"]) : A(t) ? [`${e}=fn${t.name ? `<${t.name}>` : ""}`] : (t = P(t), n ? t : [`${e}=`, t]);
|
|
664
664
|
}
|
|
665
|
-
const
|
|
665
|
+
const go = {
|
|
666
666
|
sp: "serverPrefetch hook",
|
|
667
667
|
bc: "beforeCreate hook",
|
|
668
668
|
c: "created hook",
|
|
@@ -698,15 +698,15 @@ function ke(e, t, n, o) {
|
|
|
698
698
|
try {
|
|
699
699
|
s = o ? e(...o) : e();
|
|
700
700
|
} catch (r) {
|
|
701
|
-
|
|
701
|
+
hn(r, t, n);
|
|
702
702
|
}
|
|
703
703
|
return s;
|
|
704
704
|
}
|
|
705
705
|
function me(e, t, n, o) {
|
|
706
|
-
if (
|
|
706
|
+
if (A(e)) {
|
|
707
707
|
const r = ke(e, t, n, o);
|
|
708
|
-
return r &&
|
|
709
|
-
|
|
708
|
+
return r && lo(r) && r.catch((i) => {
|
|
709
|
+
hn(i, t, n);
|
|
710
710
|
}), r;
|
|
711
711
|
}
|
|
712
712
|
const s = [];
|
|
@@ -714,11 +714,11 @@ function me(e, t, n, o) {
|
|
|
714
714
|
s.push(me(e[r], t, n, o));
|
|
715
715
|
return s;
|
|
716
716
|
}
|
|
717
|
-
function
|
|
717
|
+
function hn(e, t, n, o = !0) {
|
|
718
718
|
const s = t ? t.vnode : null;
|
|
719
719
|
if (t) {
|
|
720
720
|
let r = t.parent;
|
|
721
|
-
const i = t.proxy, c = process.env.NODE_ENV !== "production" ?
|
|
721
|
+
const i = t.proxy, c = process.env.NODE_ENV !== "production" ? go[n] : n;
|
|
722
722
|
for (; r; ) {
|
|
723
723
|
const u = r.ec;
|
|
724
724
|
if (u) {
|
|
@@ -734,30 +734,30 @@ function mn(e, t, n, o = !0) {
|
|
|
734
734
|
return;
|
|
735
735
|
}
|
|
736
736
|
}
|
|
737
|
-
|
|
737
|
+
vi(e, n, s, o);
|
|
738
738
|
}
|
|
739
|
-
function
|
|
739
|
+
function vi(e, t, n, o = !0) {
|
|
740
740
|
if (process.env.NODE_ENV !== "production") {
|
|
741
|
-
const s =
|
|
741
|
+
const s = go[t];
|
|
742
742
|
if (n && Jt(n), y(`Unhandled error${s ? ` during execution of ${s}` : ""}`), n && Yt(), o)
|
|
743
743
|
throw e;
|
|
744
744
|
console.error(e);
|
|
745
745
|
} else
|
|
746
746
|
console.error(e);
|
|
747
747
|
}
|
|
748
|
-
let Pt = !1,
|
|
748
|
+
let Pt = !1, Ln = !1;
|
|
749
749
|
const re = [];
|
|
750
750
|
let Ce = 0;
|
|
751
751
|
const Et = [];
|
|
752
752
|
let Ve = null, Le = 0;
|
|
753
753
|
const Ps = /* @__PURE__ */ Promise.resolve();
|
|
754
|
-
let
|
|
755
|
-
const
|
|
754
|
+
let _o = null;
|
|
755
|
+
const Ei = 100;
|
|
756
756
|
function ks(e) {
|
|
757
|
-
const t =
|
|
757
|
+
const t = _o || Ps;
|
|
758
758
|
return e ? t.then(this ? e.bind(this) : e) : t;
|
|
759
759
|
}
|
|
760
|
-
function
|
|
760
|
+
function bi(e) {
|
|
761
761
|
let t = Ce + 1, n = re.length;
|
|
762
762
|
for (; t < n; ) {
|
|
763
763
|
const o = t + n >>> 1;
|
|
@@ -765,24 +765,24 @@ function yi(e) {
|
|
|
765
765
|
}
|
|
766
766
|
return t;
|
|
767
767
|
}
|
|
768
|
-
function
|
|
769
|
-
(!re.length || !re.includes(e, Pt && e.allowRecurse ? Ce + 1 : Ce)) && (e.id == null ? re.push(e) : re.splice(
|
|
768
|
+
function mn(e) {
|
|
769
|
+
(!re.length || !re.includes(e, Pt && e.allowRecurse ? Ce + 1 : Ce)) && (e.id == null ? re.push(e) : re.splice(bi(e.id), 0, e), Ms());
|
|
770
770
|
}
|
|
771
771
|
function Ms() {
|
|
772
|
-
!Pt && !
|
|
772
|
+
!Pt && !Ln && (Ln = !0, _o = Ps.then(Rs));
|
|
773
773
|
}
|
|
774
|
-
function
|
|
774
|
+
function Ni(e) {
|
|
775
775
|
const t = re.indexOf(e);
|
|
776
776
|
t > Ce && re.splice(t, 1);
|
|
777
777
|
}
|
|
778
778
|
function Fs(e) {
|
|
779
779
|
T(e) ? Et.push(...e) : (!Ve || !Ve.includes(e, e.allowRecurse ? Le + 1 : Le)) && Et.push(e), Ms();
|
|
780
780
|
}
|
|
781
|
-
function
|
|
781
|
+
function Lo(e, t = Pt ? Ce + 1 : 0) {
|
|
782
782
|
for (process.env.NODE_ENV !== "production" && (e = e || /* @__PURE__ */ new Map()); t < re.length; t++) {
|
|
783
783
|
const n = re[t];
|
|
784
784
|
if (n && n.pre) {
|
|
785
|
-
if (process.env.NODE_ENV !== "production" &&
|
|
785
|
+
if (process.env.NODE_ENV !== "production" && vo(e, n))
|
|
786
786
|
continue;
|
|
787
787
|
re.splice(t, 1), t--, n();
|
|
788
788
|
}
|
|
@@ -796,11 +796,11 @@ function js(e) {
|
|
|
796
796
|
return;
|
|
797
797
|
}
|
|
798
798
|
for (Ve = t, process.env.NODE_ENV !== "production" && (e = e || /* @__PURE__ */ new Map()), Ve.sort((n, o) => kt(n) - kt(o)), Le = 0; Le < Ve.length; Le++)
|
|
799
|
-
process.env.NODE_ENV !== "production" &&
|
|
799
|
+
process.env.NODE_ENV !== "production" && vo(e, Ve[Le]) || Ve[Le]();
|
|
800
800
|
Ve = null, Le = 0;
|
|
801
801
|
}
|
|
802
802
|
}
|
|
803
|
-
const kt = (e) => e.id == null ? 1 / 0 : e.id,
|
|
803
|
+
const kt = (e) => e.id == null ? 1 / 0 : e.id, yi = (e, t) => {
|
|
804
804
|
const n = kt(e) - kt(t);
|
|
805
805
|
if (n === 0) {
|
|
806
806
|
if (e.pre && !t.pre)
|
|
@@ -811,8 +811,8 @@ const kt = (e) => e.id == null ? 1 / 0 : e.id, xi = (e, t) => {
|
|
|
811
811
|
return n;
|
|
812
812
|
};
|
|
813
813
|
function Rs(e) {
|
|
814
|
-
|
|
815
|
-
const t = process.env.NODE_ENV !== "production" ? (n) =>
|
|
814
|
+
Ln = !1, Pt = !0, process.env.NODE_ENV !== "production" && (e = e || /* @__PURE__ */ new Map()), re.sort(yi);
|
|
815
|
+
const t = process.env.NODE_ENV !== "production" ? (n) => vo(e, n) : te;
|
|
816
816
|
try {
|
|
817
817
|
for (Ce = 0; Ce < re.length; Ce++) {
|
|
818
818
|
const n = re[Ce];
|
|
@@ -823,15 +823,15 @@ function Rs(e) {
|
|
|
823
823
|
}
|
|
824
824
|
}
|
|
825
825
|
} finally {
|
|
826
|
-
Ce = 0, re.length = 0, js(e), Pt = !1,
|
|
826
|
+
Ce = 0, re.length = 0, js(e), Pt = !1, _o = null, (re.length || Et.length) && Rs(e);
|
|
827
827
|
}
|
|
828
828
|
}
|
|
829
|
-
function
|
|
829
|
+
function vo(e, t) {
|
|
830
830
|
if (!e.has(t))
|
|
831
831
|
e.set(t, 1);
|
|
832
832
|
else {
|
|
833
833
|
const n = e.get(t);
|
|
834
|
-
if (n >
|
|
834
|
+
if (n > Ei) {
|
|
835
835
|
const o = t.ownerInstance, s = o && mr(o.type);
|
|
836
836
|
return y(`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.`), !0;
|
|
837
837
|
} else
|
|
@@ -841,17 +841,17 @@ function Eo(e, t) {
|
|
|
841
841
|
let st = !1;
|
|
842
842
|
const pt = /* @__PURE__ */ new Set();
|
|
843
843
|
process.env.NODE_ENV !== "production" && (ms().__VUE_HMR_RUNTIME__ = {
|
|
844
|
-
createRecord:
|
|
845
|
-
rerender:
|
|
846
|
-
reload:
|
|
844
|
+
createRecord: Dn(Ss),
|
|
845
|
+
rerender: Dn(wi),
|
|
846
|
+
reload: Dn(Di)
|
|
847
847
|
});
|
|
848
848
|
const lt = /* @__PURE__ */ new Map();
|
|
849
|
-
function
|
|
849
|
+
function Oi(e) {
|
|
850
850
|
const t = e.type.__hmrId;
|
|
851
851
|
let n = lt.get(t);
|
|
852
852
|
n || (Ss(t, e.type), n = lt.get(t)), n.instances.add(e);
|
|
853
853
|
}
|
|
854
|
-
function
|
|
854
|
+
function xi(e) {
|
|
855
855
|
lt.get(e.type.__hmrId).instances.delete(e);
|
|
856
856
|
}
|
|
857
857
|
function Ss(e, t) {
|
|
@@ -863,33 +863,33 @@ function Ss(e, t) {
|
|
|
863
863
|
function Tt(e) {
|
|
864
864
|
return gr(e) ? e.__vccOpts : e;
|
|
865
865
|
}
|
|
866
|
-
function
|
|
866
|
+
function wi(e, t) {
|
|
867
867
|
const n = lt.get(e);
|
|
868
868
|
!n || (n.initialDef.render = t, [...n.instances].forEach((o) => {
|
|
869
869
|
t && (o.render = t, Tt(o.type).render = t), o.renderCache = [], st = !0, o.update(), st = !1;
|
|
870
870
|
}));
|
|
871
871
|
}
|
|
872
|
-
function
|
|
872
|
+
function Di(e, t) {
|
|
873
873
|
const n = lt.get(e);
|
|
874
874
|
if (!n)
|
|
875
875
|
return;
|
|
876
|
-
t = Tt(t),
|
|
876
|
+
t = Tt(t), Bo(n.initialDef, t);
|
|
877
877
|
const o = [...n.instances];
|
|
878
878
|
for (const s of o) {
|
|
879
879
|
const r = Tt(s.type);
|
|
880
|
-
pt.has(r) || (r !== n.initialDef &&
|
|
880
|
+
pt.has(r) || (r !== n.initialDef && Bo(r, t), pt.add(r)), s.appContext.optionsCache.delete(s.type), s.ceReload ? (pt.add(r), s.ceReload(t.styles), pt.delete(r)) : s.parent ? (mn(s.parent.update), s.parent.type.__asyncLoader && s.parent.ceReload && s.parent.ceReload(t.styles)) : s.appContext.reload ? s.appContext.reload() : typeof window < "u" ? window.location.reload() : console.warn("[HMR] Root or manually mounted instance modified. Full reload required.");
|
|
881
881
|
}
|
|
882
882
|
Fs(() => {
|
|
883
883
|
for (const s of o)
|
|
884
884
|
pt.delete(Tt(s.type));
|
|
885
885
|
});
|
|
886
886
|
}
|
|
887
|
-
function
|
|
887
|
+
function Bo(e, t) {
|
|
888
888
|
X(e, t);
|
|
889
889
|
for (const n in e)
|
|
890
890
|
n !== "__file" && !(n in t) && delete e[n];
|
|
891
891
|
}
|
|
892
|
-
function
|
|
892
|
+
function Dn(e) {
|
|
893
893
|
return (t, n) => {
|
|
894
894
|
try {
|
|
895
895
|
return e(t, n);
|
|
@@ -898,45 +898,45 @@ function Vn(e) {
|
|
|
898
898
|
}
|
|
899
899
|
};
|
|
900
900
|
}
|
|
901
|
-
let Qe, Ct = [],
|
|
901
|
+
let Qe, Ct = [], Bn = !1;
|
|
902
902
|
function Rt(e, ...t) {
|
|
903
|
-
Qe ? Qe.emit(e, ...t) :
|
|
903
|
+
Qe ? Qe.emit(e, ...t) : Bn || Ct.push({ event: e, args: t });
|
|
904
904
|
}
|
|
905
905
|
function Hs(e, t) {
|
|
906
906
|
var n, o;
|
|
907
907
|
Qe = e, Qe ? (Qe.enabled = !0, Ct.forEach(({ event: s, args: r }) => Qe.emit(s, ...r)), Ct = []) : typeof window < "u" && window.HTMLElement && !(!((o = (n = window.navigator) === null || n === void 0 ? void 0 : n.userAgent) === null || o === void 0) && o.includes("jsdom")) ? ((t.__VUE_DEVTOOLS_HOOK_REPLAY__ = t.__VUE_DEVTOOLS_HOOK_REPLAY__ || []).push((r) => {
|
|
908
908
|
Hs(r, t);
|
|
909
909
|
}), setTimeout(() => {
|
|
910
|
-
Qe || (t.__VUE_DEVTOOLS_HOOK_REPLAY__ = null,
|
|
911
|
-
}, 3e3)) : (
|
|
910
|
+
Qe || (t.__VUE_DEVTOOLS_HOOK_REPLAY__ = null, Bn = !0, Ct = []);
|
|
911
|
+
}, 3e3)) : (Bn = !0, Ct = []);
|
|
912
912
|
}
|
|
913
|
-
function
|
|
913
|
+
function Vi(e, t) {
|
|
914
914
|
Rt("app:init", e, t, {
|
|
915
915
|
Fragment: _e,
|
|
916
|
-
Text:
|
|
916
|
+
Text: En,
|
|
917
917
|
Comment: oe,
|
|
918
918
|
Static: It
|
|
919
919
|
});
|
|
920
920
|
}
|
|
921
|
-
function
|
|
921
|
+
function Ci(e) {
|
|
922
922
|
Rt("app:unmount", e);
|
|
923
923
|
}
|
|
924
|
-
const
|
|
925
|
-
function
|
|
924
|
+
const Ti = /* @__PURE__ */ Eo("component:added"), Ls = /* @__PURE__ */ Eo("component:updated"), Ii = /* @__PURE__ */ Eo("component:removed");
|
|
925
|
+
function Eo(e) {
|
|
926
926
|
return (t) => {
|
|
927
927
|
Rt(e, t.appContext.app, t.uid, t.parent ? t.parent.uid : void 0, t);
|
|
928
928
|
};
|
|
929
929
|
}
|
|
930
|
-
const
|
|
930
|
+
const Ai = /* @__PURE__ */ Bs("perf:start"), $i = /* @__PURE__ */ Bs("perf:end");
|
|
931
931
|
function Bs(e) {
|
|
932
932
|
return (t, n, o) => {
|
|
933
933
|
Rt(e, t.appContext.app, t.uid, t, n, o);
|
|
934
934
|
};
|
|
935
935
|
}
|
|
936
|
-
function
|
|
936
|
+
function Pi(e, t, n) {
|
|
937
937
|
Rt("component:emit", e.appContext.app, e, t, n);
|
|
938
938
|
}
|
|
939
|
-
function
|
|
939
|
+
function ki(e, t, ...n) {
|
|
940
940
|
if (e.isUnmounted)
|
|
941
941
|
return;
|
|
942
942
|
const o = e.vnode.props || H;
|
|
@@ -947,18 +947,18 @@ function Fi(e, t, ...n) {
|
|
|
947
947
|
(!d || !(Xe(t) in d)) && y(`Component emitted event "${t}" but it is neither declared in the emits option nor as an "${Xe(t)}" prop.`);
|
|
948
948
|
else {
|
|
949
949
|
const _ = h[t];
|
|
950
|
-
|
|
950
|
+
A(_) && (_(...n) || y(`Invalid event arguments: event validation failed for event "${t}".`));
|
|
951
951
|
}
|
|
952
952
|
}
|
|
953
953
|
let s = n;
|
|
954
954
|
const r = t.startsWith("update:"), i = r && t.slice(7);
|
|
955
955
|
if (i && i in o) {
|
|
956
956
|
const h = `${i === "modelValue" ? "model" : i}Modifiers`, { number: d, trim: _ } = o[h] || H;
|
|
957
|
-
_ && (s = n.map((D) => D.trim())), d && (s = n.map(
|
|
957
|
+
_ && (s = n.map((D) => D.trim())), d && (s = n.map(Pn));
|
|
958
958
|
}
|
|
959
|
-
if (process.env.NODE_ENV !== "production" &&
|
|
959
|
+
if (process.env.NODE_ENV !== "production" && Pi(e, t, s), process.env.NODE_ENV !== "production") {
|
|
960
960
|
const h = t.toLowerCase();
|
|
961
|
-
h !== t && o[Xe(h)] && y(`Event "${h}" is emitted in component ${
|
|
961
|
+
h !== t && o[Xe(h)] && y(`Event "${h}" is emitted in component ${Nn(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 "${be(t)}" instead of "${t}".`);
|
|
962
962
|
}
|
|
963
963
|
let c, a = o[c = Xe(t)] || o[c = Xe(ze(t))];
|
|
964
964
|
!a && r && (a = o[c = Xe(be(t))]), a && me(a, e, 6, s);
|
|
@@ -977,7 +977,7 @@ function Us(e, t, n = !1) {
|
|
|
977
977
|
return s;
|
|
978
978
|
const r = e.emits;
|
|
979
979
|
let i = {}, c = !1;
|
|
980
|
-
if (
|
|
980
|
+
if (!A(e)) {
|
|
981
981
|
const a = (u) => {
|
|
982
982
|
const h = Us(u, t, !0);
|
|
983
983
|
h && (c = !0, X(i, h));
|
|
@@ -986,43 +986,43 @@ function Us(e, t, n = !1) {
|
|
|
986
986
|
}
|
|
987
987
|
return !r && !c ? (q(e) && o.set(e, null), null) : (T(r) ? r.forEach((a) => i[a] = null) : X(i, r), q(e) && o.set(e, i), i);
|
|
988
988
|
}
|
|
989
|
-
function
|
|
989
|
+
function gn(e, t) {
|
|
990
990
|
return !e || !jt(t) ? !1 : (t = t.slice(2).replace(/Once$/, ""), k(e, t[0].toLowerCase() + t.slice(1)) || k(e, be(t)) || k(e, t));
|
|
991
991
|
}
|
|
992
|
-
let he = null,
|
|
992
|
+
let he = null, _n = null;
|
|
993
993
|
function nn(e) {
|
|
994
994
|
const t = he;
|
|
995
|
-
return he = e,
|
|
995
|
+
return he = e, _n = e && e.type.__scopeId || null, t;
|
|
996
996
|
}
|
|
997
|
-
function
|
|
998
|
-
|
|
997
|
+
function Mi(e) {
|
|
998
|
+
_n = e;
|
|
999
999
|
}
|
|
1000
|
-
function
|
|
1001
|
-
|
|
1000
|
+
function Fi() {
|
|
1001
|
+
_n = null;
|
|
1002
1002
|
}
|
|
1003
|
-
function
|
|
1003
|
+
function ji(e, t = he, n) {
|
|
1004
1004
|
if (!t || e._n)
|
|
1005
1005
|
return e;
|
|
1006
1006
|
const o = (...s) => {
|
|
1007
|
-
o._d &&
|
|
1007
|
+
o._d && es(-1);
|
|
1008
1008
|
const r = nn(t), i = e(...s);
|
|
1009
|
-
return nn(r), o._d &&
|
|
1009
|
+
return nn(r), o._d && es(1), process.env.NODE_ENV !== "production" && Ls(t), i;
|
|
1010
1010
|
};
|
|
1011
1011
|
return o._n = !0, o._c = !0, o._d = !0, o;
|
|
1012
1012
|
}
|
|
1013
|
-
let
|
|
1013
|
+
let Un = !1;
|
|
1014
1014
|
function on() {
|
|
1015
|
-
|
|
1015
|
+
Un = !0;
|
|
1016
1016
|
}
|
|
1017
|
-
function
|
|
1018
|
-
const { type: t, vnode: n, proxy: o, withProxy: s, props: r, propsOptions: [i], slots: c, attrs: a, emit: u, render: h, renderCache: d, data: _, setupState: D, ctx:
|
|
1017
|
+
function Vn(e) {
|
|
1018
|
+
const { type: t, vnode: n, proxy: o, withProxy: s, props: r, propsOptions: [i], slots: c, attrs: a, emit: u, render: h, renderCache: d, data: _, setupState: D, ctx: $, inheritAttrs: C } = e;
|
|
1019
1019
|
let K, L;
|
|
1020
1020
|
const S = nn(e);
|
|
1021
|
-
process.env.NODE_ENV !== "production" && (
|
|
1021
|
+
process.env.NODE_ENV !== "production" && (Un = !1);
|
|
1022
1022
|
try {
|
|
1023
1023
|
if (n.shapeFlag & 4) {
|
|
1024
1024
|
const z = s || o;
|
|
1025
|
-
K = ve(h.call(z, z, d, r, D, _,
|
|
1025
|
+
K = ve(h.call(z, z, d, r, D, _, $)), L = a;
|
|
1026
1026
|
} else {
|
|
1027
1027
|
const z = t;
|
|
1028
1028
|
process.env.NODE_ENV !== "production" && a === r && on(), K = ve(z.length > 1 ? z(r, process.env.NODE_ENV !== "production" ? {
|
|
@@ -1031,18 +1031,18 @@ function Cn(e) {
|
|
|
1031
1031
|
},
|
|
1032
1032
|
slots: c,
|
|
1033
1033
|
emit: u
|
|
1034
|
-
} : { attrs: a, slots: c, emit: u }) : z(r, null)), L = t.props ? a :
|
|
1034
|
+
} : { attrs: a, slots: c, emit: u }) : z(r, null)), L = t.props ? a : Si(a);
|
|
1035
1035
|
}
|
|
1036
1036
|
} catch (z) {
|
|
1037
|
-
|
|
1037
|
+
At.length = 0, hn(z, e, 1), K = Ne(oe);
|
|
1038
1038
|
}
|
|
1039
1039
|
let J = K, ae;
|
|
1040
|
-
if (process.env.NODE_ENV !== "production" && K.patchFlag > 0 && K.patchFlag & 2048 && ([J, ae] =
|
|
1040
|
+
if (process.env.NODE_ENV !== "production" && K.patchFlag > 0 && K.patchFlag & 2048 && ([J, ae] = Ri(K)), L && C !== !1) {
|
|
1041
1041
|
const z = Object.keys(L), { shapeFlag: je } = J;
|
|
1042
1042
|
if (z.length) {
|
|
1043
1043
|
if (je & 7)
|
|
1044
|
-
i && z.some(Gt) && (L =
|
|
1045
|
-
else if (process.env.NODE_ENV !== "production" && !
|
|
1044
|
+
i && z.some(Gt) && (L = Hi(L, i)), J = Te(J, L);
|
|
1045
|
+
else if (process.env.NODE_ENV !== "production" && !Un && J.type !== oe) {
|
|
1046
1046
|
const ye = Object.keys(a), M = [], W = [];
|
|
1047
1047
|
for (let Y = 0, se = ye.length; Y < se; Y++) {
|
|
1048
1048
|
const ee = ye[Y];
|
|
@@ -1052,9 +1052,9 @@ function Cn(e) {
|
|
|
1052
1052
|
}
|
|
1053
1053
|
}
|
|
1054
1054
|
}
|
|
1055
|
-
return n.dirs && (process.env.NODE_ENV !== "production" && !
|
|
1055
|
+
return n.dirs && (process.env.NODE_ENV !== "production" && !Uo(J) && y("Runtime directive used on component with non-element root node. The directives will not function as intended."), J = Te(J), J.dirs = J.dirs ? J.dirs.concat(n.dirs) : n.dirs), n.transition && (process.env.NODE_ENV !== "production" && !Uo(J) && y("Component inside <Transition> renders non-element root node that cannot be animated."), J.transition = n.transition), process.env.NODE_ENV !== "production" && ae ? ae(J) : K = J, nn(S), K;
|
|
1056
1056
|
}
|
|
1057
|
-
const
|
|
1057
|
+
const Ri = (e) => {
|
|
1058
1058
|
const t = e.children, n = e.dynamicChildren, o = Ks(t);
|
|
1059
1059
|
if (!o)
|
|
1060
1060
|
return [e, void 0];
|
|
@@ -1067,7 +1067,7 @@ function Ks(e) {
|
|
|
1067
1067
|
let t;
|
|
1068
1068
|
for (let n = 0; n < e.length; n++) {
|
|
1069
1069
|
const o = e[n];
|
|
1070
|
-
if (
|
|
1070
|
+
if (xo(o)) {
|
|
1071
1071
|
if (o.type !== oe || o.children === "v-if") {
|
|
1072
1072
|
if (t)
|
|
1073
1073
|
return;
|
|
@@ -1078,18 +1078,18 @@ function Ks(e) {
|
|
|
1078
1078
|
}
|
|
1079
1079
|
return t;
|
|
1080
1080
|
}
|
|
1081
|
-
const
|
|
1081
|
+
const Si = (e) => {
|
|
1082
1082
|
let t;
|
|
1083
1083
|
for (const n in e)
|
|
1084
1084
|
(n === "class" || n === "style" || jt(n)) && ((t || (t = {}))[n] = e[n]);
|
|
1085
1085
|
return t;
|
|
1086
|
-
},
|
|
1086
|
+
}, Hi = (e, t) => {
|
|
1087
1087
|
const n = {};
|
|
1088
1088
|
for (const o in e)
|
|
1089
1089
|
(!Gt(o) || !(o.slice(9) in t)) && (n[o] = e[o]);
|
|
1090
1090
|
return n;
|
|
1091
|
-
},
|
|
1092
|
-
function
|
|
1091
|
+
}, Uo = (e) => e.shapeFlag & 7 || e.type === oe;
|
|
1092
|
+
function Li(e, t, n) {
|
|
1093
1093
|
const { props: o, children: s, component: r } = e, { props: i, children: c, patchFlag: a } = t, u = r.emitsOptions;
|
|
1094
1094
|
if (process.env.NODE_ENV !== "production" && (s || c) && st || t.dirs || t.transition)
|
|
1095
1095
|
return !0;
|
|
@@ -1097,39 +1097,39 @@ function Ui(e, t, n) {
|
|
|
1097
1097
|
if (a & 1024)
|
|
1098
1098
|
return !0;
|
|
1099
1099
|
if (a & 16)
|
|
1100
|
-
return o ?
|
|
1100
|
+
return o ? Ko(o, i, u) : !!i;
|
|
1101
1101
|
if (a & 8) {
|
|
1102
1102
|
const h = t.dynamicProps;
|
|
1103
1103
|
for (let d = 0; d < h.length; d++) {
|
|
1104
1104
|
const _ = h[d];
|
|
1105
|
-
if (i[_] !== o[_] && !
|
|
1105
|
+
if (i[_] !== o[_] && !gn(u, _))
|
|
1106
1106
|
return !0;
|
|
1107
1107
|
}
|
|
1108
1108
|
}
|
|
1109
1109
|
} else
|
|
1110
|
-
return (s || c) && (!c || !c.$stable) ? !0 : o === i ? !1 : o ? i ?
|
|
1110
|
+
return (s || c) && (!c || !c.$stable) ? !0 : o === i ? !1 : o ? i ? Ko(o, i, u) : !0 : !!i;
|
|
1111
1111
|
return !1;
|
|
1112
1112
|
}
|
|
1113
|
-
function
|
|
1113
|
+
function Ko(e, t, n) {
|
|
1114
1114
|
const o = Object.keys(t);
|
|
1115
1115
|
if (o.length !== Object.keys(e).length)
|
|
1116
1116
|
return !0;
|
|
1117
1117
|
for (let s = 0; s < o.length; s++) {
|
|
1118
1118
|
const r = o[s];
|
|
1119
|
-
if (t[r] !== e[r] && !
|
|
1119
|
+
if (t[r] !== e[r] && !gn(n, r))
|
|
1120
1120
|
return !0;
|
|
1121
1121
|
}
|
|
1122
1122
|
return !1;
|
|
1123
1123
|
}
|
|
1124
|
-
function
|
|
1124
|
+
function Bi({ vnode: e, parent: t }, n) {
|
|
1125
1125
|
for (; t && t.subTree === e; )
|
|
1126
1126
|
(e = t.vnode).el = n, t = t.parent;
|
|
1127
1127
|
}
|
|
1128
|
-
const
|
|
1129
|
-
function
|
|
1128
|
+
const Ui = (e) => e.__isSuspense;
|
|
1129
|
+
function Ki(e, t) {
|
|
1130
1130
|
t && t.pendingBranch ? T(e) ? t.effects.push(...e) : t.effects.push(e) : Fs(e);
|
|
1131
1131
|
}
|
|
1132
|
-
function
|
|
1132
|
+
function Wi(e, t) {
|
|
1133
1133
|
if (!Q)
|
|
1134
1134
|
process.env.NODE_ENV !== "production" && y("provide() can only be used inside setup().");
|
|
1135
1135
|
else {
|
|
@@ -1138,21 +1138,21 @@ function qi(e, t) {
|
|
|
1138
1138
|
o === n && (n = Q.provides = Object.create(o)), n[e] = t;
|
|
1139
1139
|
}
|
|
1140
1140
|
}
|
|
1141
|
-
function
|
|
1141
|
+
function Cn(e, t, n = !1) {
|
|
1142
1142
|
const o = Q || he;
|
|
1143
1143
|
if (o) {
|
|
1144
1144
|
const s = o.parent == null ? o.vnode.appContext && o.vnode.appContext.provides : o.parent.provides;
|
|
1145
1145
|
if (s && e in s)
|
|
1146
1146
|
return s[e];
|
|
1147
1147
|
if (arguments.length > 1)
|
|
1148
|
-
return n &&
|
|
1148
|
+
return n && A(t) ? t.call(o.proxy) : t;
|
|
1149
1149
|
process.env.NODE_ENV !== "production" && y(`injection "${String(e)}" not found.`);
|
|
1150
1150
|
} else
|
|
1151
1151
|
process.env.NODE_ENV !== "production" && y("inject() can only be used inside setup() or functional components.");
|
|
1152
1152
|
}
|
|
1153
|
-
const
|
|
1154
|
-
function
|
|
1155
|
-
return process.env.NODE_ENV !== "production" &&
|
|
1153
|
+
const Wo = {};
|
|
1154
|
+
function Tn(e, t, n) {
|
|
1155
|
+
return process.env.NODE_ENV !== "production" && !A(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."), Ws(e, t, n);
|
|
1156
1156
|
}
|
|
1157
1157
|
function Ws(e, t, { immediate: n, deep: o, flush: s, onTrack: r, onTrigger: i } = H) {
|
|
1158
1158
|
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.'));
|
|
@@ -1160,15 +1160,15 @@ function Ws(e, t, { immediate: n, deep: o, flush: s, onTrack: r, onTrigger: i }
|
|
|
1160
1160
|
y("Invalid watch source: ", S, "A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.");
|
|
1161
1161
|
}, a = Q;
|
|
1162
1162
|
let u, h = !1, d = !1;
|
|
1163
|
-
if (ne(e) ? (u = () => e.value, h =
|
|
1163
|
+
if (ne(e) ? (u = () => e.value, h = Sn(e)) : nt(e) ? (u = () => e, o = !0) : T(e) ? (d = !0, h = e.some((S) => nt(S) || Sn(S)), u = () => e.map((S) => {
|
|
1164
1164
|
if (ne(S))
|
|
1165
1165
|
return S.value;
|
|
1166
1166
|
if (nt(S))
|
|
1167
1167
|
return gt(S);
|
|
1168
|
-
if (
|
|
1168
|
+
if (A(S))
|
|
1169
1169
|
return ke(S, a, 2);
|
|
1170
1170
|
process.env.NODE_ENV !== "production" && c(S);
|
|
1171
|
-
})) :
|
|
1171
|
+
})) : A(e) ? t ? u = () => ke(e, a, 2) : u = () => {
|
|
1172
1172
|
if (!(a && a.isUnmounted))
|
|
1173
1173
|
return _ && _(), me(e, a, 3, [D]);
|
|
1174
1174
|
} : (u = te, process.env.NODE_ENV !== "production" && c(e)), t && o) {
|
|
@@ -1186,31 +1186,31 @@ function Ws(e, t, { immediate: n, deep: o, flush: s, onTrack: r, onTrigger: i }
|
|
|
1186
1186
|
d ? [] : void 0,
|
|
1187
1187
|
D
|
|
1188
1188
|
]) : u(), te;
|
|
1189
|
-
let
|
|
1189
|
+
let $ = d ? [] : Wo;
|
|
1190
1190
|
const C = () => {
|
|
1191
1191
|
if (!!L.active)
|
|
1192
1192
|
if (t) {
|
|
1193
1193
|
const S = L.run();
|
|
1194
|
-
(o || h || (d ? S.some((J, ae) => en(J,
|
|
1194
|
+
(o || h || (d ? S.some((J, ae) => en(J, $[ae])) : en(S, $))) && (_ && _(), me(t, a, 3, [
|
|
1195
1195
|
S,
|
|
1196
|
-
|
|
1196
|
+
$ === Wo ? void 0 : $,
|
|
1197
1197
|
D
|
|
1198
|
-
]),
|
|
1198
|
+
]), $ = S);
|
|
1199
1199
|
} else
|
|
1200
1200
|
L.run();
|
|
1201
1201
|
};
|
|
1202
1202
|
C.allowRecurse = !!t;
|
|
1203
1203
|
let K;
|
|
1204
|
-
s === "sync" ? K = C : s === "post" ? K = () => ue(C, a && a.suspense) : (C.pre = !0, a && (C.id = a.uid), K = () =>
|
|
1205
|
-
const L = new
|
|
1206
|
-
return process.env.NODE_ENV !== "production" && (L.onTrack = r, L.onTrigger = i), t ? n ? C() :
|
|
1207
|
-
L.stop(), a && a.scope &&
|
|
1204
|
+
s === "sync" ? K = C : s === "post" ? K = () => ue(C, a && a.suspense) : (C.pre = !0, a && (C.id = a.uid), K = () => mn(C));
|
|
1205
|
+
const L = new fo(u, K);
|
|
1206
|
+
return process.env.NODE_ENV !== "production" && (L.onTrack = r, L.onTrigger = i), t ? n ? C() : $ = L.run() : s === "post" ? ue(L.run.bind(L), a && a.suspense) : L.run(), () => {
|
|
1207
|
+
L.stop(), a && a.scope && ro(a.scope.effects, L);
|
|
1208
1208
|
};
|
|
1209
1209
|
}
|
|
1210
|
-
function
|
|
1210
|
+
function zi(e, t, n) {
|
|
1211
1211
|
const o = this.proxy, s = G(e) ? e.includes(".") ? zs(o, e) : () => o[e] : e.bind(o, o);
|
|
1212
1212
|
let r;
|
|
1213
|
-
|
|
1213
|
+
A(t) ? r = t : (r = t.handler, n = t);
|
|
1214
1214
|
const i = Q;
|
|
1215
1215
|
Nt(this);
|
|
1216
1216
|
const c = Ws(s, r.bind(o), n);
|
|
@@ -1233,29 +1233,29 @@ function gt(e, t) {
|
|
|
1233
1233
|
else if (T(e))
|
|
1234
1234
|
for (let n = 0; n < e.length; n++)
|
|
1235
1235
|
gt(e[n], t);
|
|
1236
|
-
else if (
|
|
1236
|
+
else if (Vr(e) || vt(e))
|
|
1237
1237
|
e.forEach((n) => {
|
|
1238
1238
|
gt(n, t);
|
|
1239
1239
|
});
|
|
1240
|
-
else if (
|
|
1240
|
+
else if (Tr(e))
|
|
1241
1241
|
for (const n in e)
|
|
1242
1242
|
gt(e[n], t);
|
|
1243
1243
|
return e;
|
|
1244
1244
|
}
|
|
1245
|
-
function
|
|
1245
|
+
function qi() {
|
|
1246
1246
|
const e = {
|
|
1247
1247
|
isMounted: !1,
|
|
1248
1248
|
isLeaving: !1,
|
|
1249
1249
|
isUnmounting: !1,
|
|
1250
1250
|
leavingVNodes: /* @__PURE__ */ new Map()
|
|
1251
1251
|
};
|
|
1252
|
-
return
|
|
1252
|
+
return bo(() => {
|
|
1253
1253
|
e.isMounted = !0;
|
|
1254
1254
|
}), Zs(() => {
|
|
1255
1255
|
e.isUnmounting = !0;
|
|
1256
1256
|
}), e;
|
|
1257
1257
|
}
|
|
1258
|
-
const pe = [Function, Array],
|
|
1258
|
+
const pe = [Function, Array], Ji = {
|
|
1259
1259
|
name: "BaseTransition",
|
|
1260
1260
|
props: {
|
|
1261
1261
|
mode: String,
|
|
@@ -1275,7 +1275,7 @@ const pe = [Function, Array], Xi = {
|
|
|
1275
1275
|
onAppearCancelled: pe
|
|
1276
1276
|
},
|
|
1277
1277
|
setup(e, { slots: t }) {
|
|
1278
|
-
const n =
|
|
1278
|
+
const n = Wl(), o = qi();
|
|
1279
1279
|
let s;
|
|
1280
1280
|
return () => {
|
|
1281
1281
|
const r = t.default && Js(t.default(), !0);
|
|
@@ -1296,25 +1296,25 @@ const pe = [Function, Array], Xi = {
|
|
|
1296
1296
|
}
|
|
1297
1297
|
const c = P(e), { mode: a } = c;
|
|
1298
1298
|
if (process.env.NODE_ENV !== "production" && a && a !== "in-out" && a !== "out-in" && a !== "default" && y(`invalid <transition> mode: ${a}`), o.isLeaving)
|
|
1299
|
-
return
|
|
1300
|
-
const u =
|
|
1299
|
+
return In(i);
|
|
1300
|
+
const u = zo(i);
|
|
1301
1301
|
if (!u)
|
|
1302
|
-
return
|
|
1303
|
-
const h =
|
|
1304
|
-
|
|
1305
|
-
const d = n.subTree, _ = d &&
|
|
1302
|
+
return In(i);
|
|
1303
|
+
const h = Kn(u, c, o, n);
|
|
1304
|
+
Wn(u, h);
|
|
1305
|
+
const d = n.subTree, _ = d && zo(d);
|
|
1306
1306
|
let D = !1;
|
|
1307
|
-
const { getTransitionKey:
|
|
1308
|
-
if (
|
|
1309
|
-
const C =
|
|
1307
|
+
const { getTransitionKey: $ } = u.type;
|
|
1308
|
+
if ($) {
|
|
1309
|
+
const C = $();
|
|
1310
1310
|
s === void 0 ? s = C : C !== s && (s = C, D = !0);
|
|
1311
1311
|
}
|
|
1312
1312
|
if (_ && _.type !== oe && (!Ge(u, _) || D)) {
|
|
1313
|
-
const C =
|
|
1314
|
-
if (
|
|
1313
|
+
const C = Kn(_, c, o, n);
|
|
1314
|
+
if (Wn(_, C), a === "out-in")
|
|
1315
1315
|
return o.isLeaving = !0, C.afterLeave = () => {
|
|
1316
1316
|
o.isLeaving = !1, n.update();
|
|
1317
|
-
},
|
|
1317
|
+
}, In(i);
|
|
1318
1318
|
a === "in-out" && u.type !== oe && (C.delayLeave = (K, L, S) => {
|
|
1319
1319
|
const J = qs(o, _);
|
|
1320
1320
|
J[String(_.key)] = _, K._leaveCb = () => {
|
|
@@ -1325,14 +1325,14 @@ const pe = [Function, Array], Xi = {
|
|
|
1325
1325
|
return i;
|
|
1326
1326
|
};
|
|
1327
1327
|
}
|
|
1328
|
-
},
|
|
1328
|
+
}, Yi = Ji;
|
|
1329
1329
|
function qs(e, t) {
|
|
1330
1330
|
const { leavingVNodes: n } = e;
|
|
1331
1331
|
let o = n.get(t.type);
|
|
1332
1332
|
return o || (o = /* @__PURE__ */ Object.create(null), n.set(t.type, o)), o;
|
|
1333
1333
|
}
|
|
1334
|
-
function
|
|
1335
|
-
const { appear: s, mode: r, persisted: i = !1, onBeforeEnter: c, onEnter: a, onAfterEnter: u, onEnterCancelled: h, onBeforeLeave: d, onLeave: _, onAfterLeave: D, onLeaveCancelled:
|
|
1334
|
+
function Kn(e, t, n, o) {
|
|
1335
|
+
const { appear: s, mode: r, persisted: i = !1, onBeforeEnter: c, onEnter: a, onAfterEnter: u, onEnterCancelled: h, onBeforeLeave: d, onLeave: _, onAfterLeave: D, onLeaveCancelled: $, onBeforeAppear: C, onAppear: K, onAfterAppear: L, onAppearCancelled: S } = t, J = String(e.key), ae = qs(n, e), z = (M, W) => {
|
|
1336
1336
|
M && me(M, o, 9, W);
|
|
1337
1337
|
}, je = (M, W) => {
|
|
1338
1338
|
const Y = W[1];
|
|
@@ -1371,25 +1371,25 @@ function Wn(e, t, n, o) {
|
|
|
1371
1371
|
z(d, [M]);
|
|
1372
1372
|
let se = !1;
|
|
1373
1373
|
const ee = M._leaveCb = (Ie) => {
|
|
1374
|
-
se || (se = !0, W(), Ie ? z(
|
|
1374
|
+
se || (se = !0, W(), Ie ? z($, [M]) : z(D, [M]), M._leaveCb = void 0, ae[Y] === e && delete ae[Y]);
|
|
1375
1375
|
};
|
|
1376
1376
|
ae[Y] = e, _ ? je(_, [M, ee]) : ee();
|
|
1377
1377
|
},
|
|
1378
1378
|
clone(M) {
|
|
1379
|
-
return
|
|
1379
|
+
return Kn(M, t, n, o);
|
|
1380
1380
|
}
|
|
1381
1381
|
};
|
|
1382
1382
|
return ye;
|
|
1383
1383
|
}
|
|
1384
|
-
function
|
|
1384
|
+
function In(e) {
|
|
1385
1385
|
if (St(e))
|
|
1386
1386
|
return e = Te(e), e.children = null, e;
|
|
1387
1387
|
}
|
|
1388
|
-
function
|
|
1388
|
+
function zo(e) {
|
|
1389
1389
|
return St(e) ? e.children ? e.children[0] : void 0 : e;
|
|
1390
1390
|
}
|
|
1391
|
-
function
|
|
1392
|
-
e.shapeFlag & 6 && e.component ?
|
|
1391
|
+
function Wn(e, t) {
|
|
1392
|
+
e.shapeFlag & 6 && e.component ? Wn(e.component.subTree, t) : e.shapeFlag & 128 ? (e.ssContent.transition = t.clone(e.ssContent), e.ssFallback.transition = t.clone(e.ssFallback)) : e.transition = t;
|
|
1393
1393
|
}
|
|
1394
1394
|
function Js(e, t = !1, n) {
|
|
1395
1395
|
let o = [], s = 0;
|
|
@@ -1404,13 +1404,13 @@ function Js(e, t = !1, n) {
|
|
|
1404
1404
|
return o;
|
|
1405
1405
|
}
|
|
1406
1406
|
function Ys(e) {
|
|
1407
|
-
return
|
|
1407
|
+
return A(e) ? { setup: e, name: e.name } : e;
|
|
1408
1408
|
}
|
|
1409
1409
|
const Xt = (e) => !!e.type.__asyncLoader, St = (e) => e.type.__isKeepAlive;
|
|
1410
|
-
function
|
|
1410
|
+
function Xi(e, t) {
|
|
1411
1411
|
Xs(e, "a", t);
|
|
1412
1412
|
}
|
|
1413
|
-
function
|
|
1413
|
+
function Zi(e, t) {
|
|
1414
1414
|
Xs(e, "da", t);
|
|
1415
1415
|
}
|
|
1416
1416
|
function Xs(e, t, n = Q) {
|
|
@@ -1423,19 +1423,19 @@ function Xs(e, t, n = Q) {
|
|
|
1423
1423
|
}
|
|
1424
1424
|
return e();
|
|
1425
1425
|
});
|
|
1426
|
-
if (
|
|
1426
|
+
if (vn(t, o, n), n) {
|
|
1427
1427
|
let s = n.parent;
|
|
1428
1428
|
for (; s && s.parent; )
|
|
1429
|
-
St(s.parent.vnode) &&
|
|
1429
|
+
St(s.parent.vnode) && Qi(o, t, n, s), s = s.parent;
|
|
1430
1430
|
}
|
|
1431
1431
|
}
|
|
1432
|
-
function
|
|
1433
|
-
const s =
|
|
1432
|
+
function Qi(e, t, n, o) {
|
|
1433
|
+
const s = vn(t, e, o, !0);
|
|
1434
1434
|
Qs(() => {
|
|
1435
|
-
|
|
1435
|
+
ro(o[t], s);
|
|
1436
1436
|
}, n);
|
|
1437
1437
|
}
|
|
1438
|
-
function
|
|
1438
|
+
function vn(e, t, n = Q, o = !1) {
|
|
1439
1439
|
if (n) {
|
|
1440
1440
|
const s = n[e] || (n[e] = []), r = t.__weh || (t.__weh = (...i) => {
|
|
1441
1441
|
if (n.isUnmounted)
|
|
@@ -1446,16 +1446,16 @@ function En(e, t, n = Q, o = !1) {
|
|
|
1446
1446
|
});
|
|
1447
1447
|
return o ? s.unshift(r) : s.push(r), r;
|
|
1448
1448
|
} else if (process.env.NODE_ENV !== "production") {
|
|
1449
|
-
const s = Xe(
|
|
1449
|
+
const s = Xe(go[e].replace(/ hook$/, ""));
|
|
1450
1450
|
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.`);
|
|
1451
1451
|
}
|
|
1452
1452
|
}
|
|
1453
|
-
const Fe = (e) => (t, n = Q) => (!Ft || e === "sp") &&
|
|
1454
|
-
function
|
|
1455
|
-
|
|
1453
|
+
const Fe = (e) => (t, n = Q) => (!Ft || e === "sp") && vn(e, (...o) => t(...o), n), Gi = Fe("bm"), bo = Fe("m"), el = Fe("bu"), tl = Fe("u"), Zs = Fe("bum"), Qs = Fe("um"), nl = Fe("sp"), ol = Fe("rtg"), sl = Fe("rtc");
|
|
1454
|
+
function rl(e, t = Q) {
|
|
1455
|
+
vn("ec", e, t);
|
|
1456
1456
|
}
|
|
1457
1457
|
function Gs(e) {
|
|
1458
|
-
|
|
1458
|
+
Ir(e) && y("Do not use built-in directive ids as custom directive id: " + e);
|
|
1459
1459
|
}
|
|
1460
1460
|
function Je(e, t, n, o) {
|
|
1461
1461
|
const s = e.dirs, r = t && t.dirs;
|
|
@@ -1471,7 +1471,7 @@ function Je(e, t, n, o) {
|
|
|
1471
1471
|
]), at());
|
|
1472
1472
|
}
|
|
1473
1473
|
}
|
|
1474
|
-
const
|
|
1474
|
+
const il = Symbol(), zn = (e) => e ? pr(e) ? Do(e) || e.proxy : zn(e.parent) : null, bt = /* @__PURE__ */ X(/* @__PURE__ */ Object.create(null), {
|
|
1475
1475
|
$: (e) => e,
|
|
1476
1476
|
$el: (e) => e.vnode.el,
|
|
1477
1477
|
$data: (e) => e.data,
|
|
@@ -1479,14 +1479,14 @@ const cl = Symbol(), qn = (e) => e ? pr(e) ? Vo(e) || e.proxy : qn(e.parent) : n
|
|
|
1479
1479
|
$attrs: (e) => process.env.NODE_ENV !== "production" ? mt(e.attrs) : e.attrs,
|
|
1480
1480
|
$slots: (e) => process.env.NODE_ENV !== "production" ? mt(e.slots) : e.slots,
|
|
1481
1481
|
$refs: (e) => process.env.NODE_ENV !== "production" ? mt(e.refs) : e.refs,
|
|
1482
|
-
$parent: (e) =>
|
|
1483
|
-
$root: (e) =>
|
|
1482
|
+
$parent: (e) => zn(e.parent),
|
|
1483
|
+
$root: (e) => zn(e.root),
|
|
1484
1484
|
$emit: (e) => e.emit,
|
|
1485
|
-
$options: (e) =>
|
|
1486
|
-
$forceUpdate: (e) => e.f || (e.f = () =>
|
|
1485
|
+
$options: (e) => yo(e),
|
|
1486
|
+
$forceUpdate: (e) => e.f || (e.f = () => mn(e.update)),
|
|
1487
1487
|
$nextTick: (e) => e.n || (e.n = ks.bind(e.proxy)),
|
|
1488
|
-
$watch: (e) =>
|
|
1489
|
-
}),
|
|
1488
|
+
$watch: (e) => zi.bind(e)
|
|
1489
|
+
}), No = (e) => e === "_" || e === "$", er = {
|
|
1490
1490
|
get({ _: e }, t) {
|
|
1491
1491
|
const { ctx: n, setupState: o, data: s, props: r, accessCache: i, type: c, appContext: a } = e;
|
|
1492
1492
|
if (process.env.NODE_ENV !== "production" && t === "__isVue")
|
|
@@ -1516,7 +1516,7 @@ const cl = Symbol(), qn = (e) => e ? pr(e) ? Vo(e) || e.proxy : qn(e.parent) : n
|
|
|
1516
1516
|
return i[t] = 3, r[t];
|
|
1517
1517
|
if (n !== H && k(n, t))
|
|
1518
1518
|
return i[t] = 4, n[t];
|
|
1519
|
-
|
|
1519
|
+
qn && (i[t] = 0);
|
|
1520
1520
|
}
|
|
1521
1521
|
}
|
|
1522
1522
|
const h = bt[t];
|
|
@@ -1529,7 +1529,7 @@ const cl = Symbol(), qn = (e) => e ? pr(e) ? Vo(e) || e.proxy : qn(e.parent) : n
|
|
|
1529
1529
|
return i[t] = 4, n[t];
|
|
1530
1530
|
if (_ = a.config.globalProperties, k(_, t))
|
|
1531
1531
|
return _[t];
|
|
1532
|
-
process.env.NODE_ENV !== "production" && he && (!G(t) || t.indexOf("__v") !== 0) && (s !== H &&
|
|
1532
|
+
process.env.NODE_ENV !== "production" && he && (!G(t) || t.indexOf("__v") !== 0) && (s !== H && No(t[0]) && k(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 === he && y(`Property ${JSON.stringify(t)} was accessed during render but is not defined on instance.`));
|
|
1533
1533
|
},
|
|
1534
1534
|
set({ _: e }, t, n) {
|
|
1535
1535
|
const { data: o, setupState: s, ctx: r } = e;
|
|
@@ -1548,7 +1548,7 @@ const cl = Symbol(), qn = (e) => e ? pr(e) ? Vo(e) || e.proxy : qn(e.parent) : n
|
|
|
1548
1548
|
}
|
|
1549
1549
|
};
|
|
1550
1550
|
process.env.NODE_ENV !== "production" && (er.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)));
|
|
1551
|
-
function
|
|
1551
|
+
function ll(e) {
|
|
1552
1552
|
const t = {};
|
|
1553
1553
|
return Object.defineProperty(t, "_", {
|
|
1554
1554
|
configurable: !0,
|
|
@@ -1563,7 +1563,7 @@ function al(e) {
|
|
|
1563
1563
|
});
|
|
1564
1564
|
}), t;
|
|
1565
1565
|
}
|
|
1566
|
-
function
|
|
1566
|
+
function cl(e) {
|
|
1567
1567
|
const { ctx: t, propsOptions: [n] } = e;
|
|
1568
1568
|
n && Object.keys(n).forEach((o) => {
|
|
1569
1569
|
Object.defineProperty(t, o, {
|
|
@@ -1574,11 +1574,11 @@ function fl(e) {
|
|
|
1574
1574
|
});
|
|
1575
1575
|
});
|
|
1576
1576
|
}
|
|
1577
|
-
function
|
|
1577
|
+
function al(e) {
|
|
1578
1578
|
const { ctx: t, setupState: n } = e;
|
|
1579
1579
|
Object.keys(P(n)).forEach((o) => {
|
|
1580
1580
|
if (!n.__isScriptSetup) {
|
|
1581
|
-
if (
|
|
1581
|
+
if (No(o[0])) {
|
|
1582
1582
|
y(`setup() return property ${JSON.stringify(o)} should not start with "$" or "_" which are reserved prefixes for Vue internals.`);
|
|
1583
1583
|
return;
|
|
1584
1584
|
}
|
|
@@ -1591,16 +1591,16 @@ function ul(e) {
|
|
|
1591
1591
|
}
|
|
1592
1592
|
});
|
|
1593
1593
|
}
|
|
1594
|
-
function
|
|
1594
|
+
function fl() {
|
|
1595
1595
|
const e = /* @__PURE__ */ Object.create(null);
|
|
1596
1596
|
return (t, n) => {
|
|
1597
1597
|
e[n] ? y(`${t} property "${n}" is already defined in ${e[n]}.`) : e[n] = t;
|
|
1598
1598
|
};
|
|
1599
1599
|
}
|
|
1600
|
-
let
|
|
1601
|
-
function
|
|
1602
|
-
const t =
|
|
1603
|
-
|
|
1600
|
+
let qn = !0;
|
|
1601
|
+
function ul(e) {
|
|
1602
|
+
const t = yo(e), n = e.proxy, o = e.ctx;
|
|
1603
|
+
qn = !1, t.beforeCreate && qo(t.beforeCreate, e, "bc");
|
|
1604
1604
|
const {
|
|
1605
1605
|
data: s,
|
|
1606
1606
|
computed: r,
|
|
@@ -1612,7 +1612,7 @@ function pl(e) {
|
|
|
1612
1612
|
beforeMount: d,
|
|
1613
1613
|
mounted: _,
|
|
1614
1614
|
beforeUpdate: D,
|
|
1615
|
-
updated:
|
|
1615
|
+
updated: $,
|
|
1616
1616
|
activated: C,
|
|
1617
1617
|
deactivated: K,
|
|
1618
1618
|
beforeDestroy: L,
|
|
@@ -1629,17 +1629,17 @@ function pl(e) {
|
|
|
1629
1629
|
components: ee,
|
|
1630
1630
|
directives: Ie,
|
|
1631
1631
|
filters: Ht
|
|
1632
|
-
} = t, Re = process.env.NODE_ENV !== "production" ?
|
|
1632
|
+
} = t, Re = process.env.NODE_ENV !== "production" ? fl() : null;
|
|
1633
1633
|
if (process.env.NODE_ENV !== "production") {
|
|
1634
1634
|
const [j] = e.propsOptions;
|
|
1635
1635
|
if (j)
|
|
1636
1636
|
for (const R in j)
|
|
1637
1637
|
Re("Props", R);
|
|
1638
1638
|
}
|
|
1639
|
-
if (u &&
|
|
1639
|
+
if (u && dl(u, o, Re, e.appContext.config.unwrapInjectedRef), i)
|
|
1640
1640
|
for (const j in i) {
|
|
1641
1641
|
const R = i[j];
|
|
1642
|
-
|
|
1642
|
+
A(R) ? (process.env.NODE_ENV !== "production" ? Object.defineProperty(o, j, {
|
|
1643
1643
|
value: R.bind(n),
|
|
1644
1644
|
configurable: !0,
|
|
1645
1645
|
enumerable: !0,
|
|
@@ -1647,28 +1647,28 @@ function pl(e) {
|
|
|
1647
1647
|
}) : o[j] = R.bind(n), process.env.NODE_ENV !== "production" && Re("Methods", j)) : process.env.NODE_ENV !== "production" && y(`Method "${j}" has type "${typeof R}" in the component definition. Did you reference the function correctly?`);
|
|
1648
1648
|
}
|
|
1649
1649
|
if (s) {
|
|
1650
|
-
process.env.NODE_ENV !== "production" &&
|
|
1650
|
+
process.env.NODE_ENV !== "production" && !A(s) && y("The data option must be a function. Plain object usage is no longer supported.");
|
|
1651
1651
|
const j = s.call(n, n);
|
|
1652
|
-
if (process.env.NODE_ENV !== "production" &&
|
|
1652
|
+
if (process.env.NODE_ENV !== "production" && lo(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>."), !q(j))
|
|
1653
1653
|
process.env.NODE_ENV !== "production" && y("data() should return an object.");
|
|
1654
|
-
else if (e.data =
|
|
1654
|
+
else if (e.data = po(j), process.env.NODE_ENV !== "production")
|
|
1655
1655
|
for (const R in j)
|
|
1656
|
-
Re("Data", R),
|
|
1656
|
+
Re("Data", R), No(R[0]) || Object.defineProperty(o, R, {
|
|
1657
1657
|
configurable: !0,
|
|
1658
1658
|
enumerable: !0,
|
|
1659
1659
|
get: () => j[R],
|
|
1660
1660
|
set: te
|
|
1661
1661
|
});
|
|
1662
1662
|
}
|
|
1663
|
-
if (
|
|
1663
|
+
if (qn = !0, r)
|
|
1664
1664
|
for (const j in r) {
|
|
1665
|
-
const R = r[j], Oe =
|
|
1665
|
+
const R = r[j], Oe = A(R) ? R.bind(n, n) : A(R.get) ? R.get.bind(n, n) : te;
|
|
1666
1666
|
process.env.NODE_ENV !== "production" && Oe === te && y(`Computed property "${j}" has no getter.`);
|
|
1667
|
-
const
|
|
1667
|
+
const yn = !A(R) && A(R.set) ? R.set.bind(n) : process.env.NODE_ENV !== "production" ? () => {
|
|
1668
1668
|
y(`Write operation failed: computed property "${j}" is readonly.`);
|
|
1669
|
-
} : te, Ot =
|
|
1669
|
+
} : te, Ot = Gl({
|
|
1670
1670
|
get: Oe,
|
|
1671
|
-
set:
|
|
1671
|
+
set: yn
|
|
1672
1672
|
});
|
|
1673
1673
|
Object.defineProperty(o, j, {
|
|
1674
1674
|
enumerable: !0,
|
|
@@ -1681,16 +1681,16 @@ function pl(e) {
|
|
|
1681
1681
|
for (const j in c)
|
|
1682
1682
|
tr(c[j], o, n, j);
|
|
1683
1683
|
if (a) {
|
|
1684
|
-
const j =
|
|
1684
|
+
const j = A(a) ? a.call(n) : a;
|
|
1685
1685
|
Reflect.ownKeys(j).forEach((R) => {
|
|
1686
|
-
|
|
1686
|
+
Wi(R, j[R]);
|
|
1687
1687
|
});
|
|
1688
1688
|
}
|
|
1689
|
-
h &&
|
|
1689
|
+
h && qo(h, e, "c");
|
|
1690
1690
|
function fe(j, R) {
|
|
1691
1691
|
T(R) ? R.forEach((Oe) => j(Oe.bind(n))) : R && j(R.bind(n));
|
|
1692
1692
|
}
|
|
1693
|
-
if (fe(
|
|
1693
|
+
if (fe(Gi, d), fe(bo, _), fe(el, D), fe(tl, $), fe(Xi, C), fe(Zi, K), fe(rl, M), fe(sl, je), fe(ol, ye), fe(Zs, S), fe(Qs, ae), fe(nl, W), T(Y))
|
|
1694
1694
|
if (Y.length) {
|
|
1695
1695
|
const j = e.exposed || (e.exposed = {});
|
|
1696
1696
|
Y.forEach((R) => {
|
|
@@ -1703,12 +1703,12 @@ function pl(e) {
|
|
|
1703
1703
|
e.exposed || (e.exposed = {});
|
|
1704
1704
|
z && e.render === te && (e.render = z), se != null && (e.inheritAttrs = se), ee && (e.components = ee), Ie && (e.directives = Ie);
|
|
1705
1705
|
}
|
|
1706
|
-
function
|
|
1707
|
-
T(e) && (e =
|
|
1706
|
+
function dl(e, t, n = te, o = !1) {
|
|
1707
|
+
T(e) && (e = Jn(e));
|
|
1708
1708
|
for (const s in e) {
|
|
1709
1709
|
const r = e[s];
|
|
1710
1710
|
let i;
|
|
1711
|
-
q(r) ? "default" in r ? i =
|
|
1711
|
+
q(r) ? "default" in r ? i = Cn(r.from || s, r.default, !0) : i = Cn(r.from || s) : i = Cn(r), ne(i) ? o ? Object.defineProperty(t, s, {
|
|
1712
1712
|
enumerable: !0,
|
|
1713
1713
|
configurable: !0,
|
|
1714
1714
|
get: () => i.value,
|
|
@@ -1716,27 +1716,27 @@ function hl(e, t, n = te, o = !1) {
|
|
|
1716
1716
|
}) : (process.env.NODE_ENV !== "production" && y(`injected property "${s}" is a ref and will be auto-unwrapped and no longer needs \`.value\` in the next minor release. To opt-in to the new behavior now, set \`app.config.unwrapInjectedRef = true\` (this config is temporary and will not be needed in the future.)`), t[s] = i) : t[s] = i, process.env.NODE_ENV !== "production" && n("Inject", s);
|
|
1717
1717
|
}
|
|
1718
1718
|
}
|
|
1719
|
-
function
|
|
1719
|
+
function qo(e, t, n) {
|
|
1720
1720
|
me(T(e) ? e.map((o) => o.bind(t.proxy)) : e.bind(t.proxy), t, n);
|
|
1721
1721
|
}
|
|
1722
1722
|
function tr(e, t, n, o) {
|
|
1723
1723
|
const s = o.includes(".") ? zs(n, o) : () => n[o];
|
|
1724
1724
|
if (G(e)) {
|
|
1725
1725
|
const r = t[e];
|
|
1726
|
-
|
|
1727
|
-
} else if (
|
|
1728
|
-
|
|
1726
|
+
A(r) ? Tn(s, r) : process.env.NODE_ENV !== "production" && y(`Invalid watch handler specified by key "${e}"`, r);
|
|
1727
|
+
} else if (A(e))
|
|
1728
|
+
Tn(s, e.bind(n));
|
|
1729
1729
|
else if (q(e))
|
|
1730
1730
|
if (T(e))
|
|
1731
1731
|
e.forEach((r) => tr(r, t, n, o));
|
|
1732
1732
|
else {
|
|
1733
|
-
const r =
|
|
1734
|
-
|
|
1733
|
+
const r = A(e.handler) ? e.handler.bind(n) : t[e.handler];
|
|
1734
|
+
A(r) ? Tn(s, r, e) : process.env.NODE_ENV !== "production" && y(`Invalid watch handler specified by key "${e.handler}"`, r);
|
|
1735
1735
|
}
|
|
1736
1736
|
else
|
|
1737
1737
|
process.env.NODE_ENV !== "production" && y(`Invalid watch option: "${o}"`, e);
|
|
1738
1738
|
}
|
|
1739
|
-
function
|
|
1739
|
+
function yo(e) {
|
|
1740
1740
|
const t = e.type, { mixins: n, extends: o } = t, { mixins: s, optionsCache: r, config: { optionMergeStrategies: i } } = e.appContext, c = r.get(t);
|
|
1741
1741
|
let a;
|
|
1742
1742
|
return c ? a = c : !s.length && !n && !o ? a = t : (a = {}, s.length && s.forEach((u) => sn(a, u, i, !0)), sn(a, t, i)), q(t) && r.set(t, a), a;
|
|
@@ -1748,13 +1748,13 @@ function sn(e, t, n, o = !1) {
|
|
|
1748
1748
|
if (o && i === "expose")
|
|
1749
1749
|
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.');
|
|
1750
1750
|
else {
|
|
1751
|
-
const c =
|
|
1751
|
+
const c = pl[i] || n && n[i];
|
|
1752
1752
|
e[i] = c ? c(e[i], t[i]) : t[i];
|
|
1753
1753
|
}
|
|
1754
1754
|
return e;
|
|
1755
1755
|
}
|
|
1756
|
-
const
|
|
1757
|
-
data:
|
|
1756
|
+
const pl = {
|
|
1757
|
+
data: Jo,
|
|
1758
1758
|
props: Ze,
|
|
1759
1759
|
emits: Ze,
|
|
1760
1760
|
methods: Ze,
|
|
@@ -1775,19 +1775,19 @@ const ml = {
|
|
|
1775
1775
|
serverPrefetch: le,
|
|
1776
1776
|
components: Ze,
|
|
1777
1777
|
directives: Ze,
|
|
1778
|
-
watch:
|
|
1779
|
-
provide:
|
|
1780
|
-
inject:
|
|
1778
|
+
watch: ml,
|
|
1779
|
+
provide: Jo,
|
|
1780
|
+
inject: hl
|
|
1781
1781
|
};
|
|
1782
|
-
function
|
|
1782
|
+
function Jo(e, t) {
|
|
1783
1783
|
return t ? e ? function() {
|
|
1784
|
-
return X(
|
|
1784
|
+
return X(A(e) ? e.call(this, this) : e, A(t) ? t.call(this, this) : t);
|
|
1785
1785
|
} : t : e;
|
|
1786
1786
|
}
|
|
1787
|
-
function
|
|
1788
|
-
return Ze(
|
|
1787
|
+
function hl(e, t) {
|
|
1788
|
+
return Ze(Jn(e), Jn(t));
|
|
1789
1789
|
}
|
|
1790
|
-
function
|
|
1790
|
+
function Jn(e) {
|
|
1791
1791
|
if (T(e)) {
|
|
1792
1792
|
const t = {};
|
|
1793
1793
|
for (let n = 0; n < e.length; n++)
|
|
@@ -1802,7 +1802,7 @@ function le(e, t) {
|
|
|
1802
1802
|
function Ze(e, t) {
|
|
1803
1803
|
return e ? X(X(/* @__PURE__ */ Object.create(null), e), t) : t;
|
|
1804
1804
|
}
|
|
1805
|
-
function
|
|
1805
|
+
function ml(e, t) {
|
|
1806
1806
|
if (!e)
|
|
1807
1807
|
return t;
|
|
1808
1808
|
if (!t)
|
|
@@ -1812,37 +1812,37 @@ function _l(e, t) {
|
|
|
1812
1812
|
n[o] = le(e[o], t[o]);
|
|
1813
1813
|
return n;
|
|
1814
1814
|
}
|
|
1815
|
-
function
|
|
1815
|
+
function gl(e, t, n, o = !1) {
|
|
1816
1816
|
const s = {}, r = {};
|
|
1817
|
-
tn(r,
|
|
1817
|
+
tn(r, bn, 1), e.propsDefaults = /* @__PURE__ */ Object.create(null), nr(e, t, s, r);
|
|
1818
1818
|
for (const i in e.propsOptions[0])
|
|
1819
1819
|
i in s || (s[i] = void 0);
|
|
1820
|
-
process.env.NODE_ENV !== "production" && sr(t || {}, s, e), n ? e.props = o ? s :
|
|
1820
|
+
process.env.NODE_ENV !== "production" && sr(t || {}, s, e), n ? e.props = o ? s : li(s) : e.type.props ? e.props = s : e.props = r, e.attrs = r;
|
|
1821
1821
|
}
|
|
1822
|
-
function
|
|
1822
|
+
function _l(e) {
|
|
1823
1823
|
for (; e; ) {
|
|
1824
1824
|
if (e.type.__hmrId)
|
|
1825
1825
|
return !0;
|
|
1826
1826
|
e = e.parent;
|
|
1827
1827
|
}
|
|
1828
1828
|
}
|
|
1829
|
-
function
|
|
1829
|
+
function vl(e, t, n, o) {
|
|
1830
1830
|
const { props: s, attrs: r, vnode: { patchFlag: i } } = e, c = P(s), [a] = e.propsOptions;
|
|
1831
1831
|
let u = !1;
|
|
1832
|
-
if (!(process.env.NODE_ENV !== "production" &&
|
|
1832
|
+
if (!(process.env.NODE_ENV !== "production" && _l(e)) && (o || i > 0) && !(i & 16)) {
|
|
1833
1833
|
if (i & 8) {
|
|
1834
1834
|
const h = e.vnode.dynamicProps;
|
|
1835
1835
|
for (let d = 0; d < h.length; d++) {
|
|
1836
1836
|
let _ = h[d];
|
|
1837
|
-
if (
|
|
1837
|
+
if (gn(e.emitsOptions, _))
|
|
1838
1838
|
continue;
|
|
1839
1839
|
const D = t[_];
|
|
1840
1840
|
if (a)
|
|
1841
1841
|
if (k(r, _))
|
|
1842
1842
|
D !== r[_] && (r[_] = D, u = !0);
|
|
1843
1843
|
else {
|
|
1844
|
-
const
|
|
1845
|
-
s[
|
|
1844
|
+
const $ = ze(_);
|
|
1845
|
+
s[$] = Yn(a, c, $, D, e, !1);
|
|
1846
1846
|
}
|
|
1847
1847
|
else
|
|
1848
1848
|
D !== r[_] && (r[_] = D, u = !0);
|
|
@@ -1852,7 +1852,7 @@ function bl(e, t, n, o) {
|
|
|
1852
1852
|
nr(e, t, s, r) && (u = !0);
|
|
1853
1853
|
let h;
|
|
1854
1854
|
for (const d in c)
|
|
1855
|
-
(!t || !k(t, d) && ((h = be(d)) === d || !k(t, h))) && (a ? n && (n[d] !== void 0 || n[h] !== void 0) && (s[d] =
|
|
1855
|
+
(!t || !k(t, d) && ((h = be(d)) === d || !k(t, h))) && (a ? n && (n[d] !== void 0 || n[h] !== void 0) && (s[d] = Yn(a, c, d, void 0, e, !0)) : delete s[d]);
|
|
1856
1856
|
if (r !== c)
|
|
1857
1857
|
for (const d in r)
|
|
1858
1858
|
(!t || !k(t, d) && !0) && (delete r[d], u = !0);
|
|
@@ -1868,24 +1868,24 @@ function nr(e, t, n, o) {
|
|
|
1868
1868
|
continue;
|
|
1869
1869
|
const u = t[a];
|
|
1870
1870
|
let h;
|
|
1871
|
-
s && k(s, h = ze(a)) ? !r || !r.includes(h) ? n[h] = u : (c || (c = {}))[h] = u :
|
|
1871
|
+
s && k(s, h = ze(a)) ? !r || !r.includes(h) ? n[h] = u : (c || (c = {}))[h] = u : gn(e.emitsOptions, a) || (!(a in o) || u !== o[a]) && (o[a] = u, i = !0);
|
|
1872
1872
|
}
|
|
1873
1873
|
if (r) {
|
|
1874
1874
|
const a = P(n), u = c || H;
|
|
1875
1875
|
for (let h = 0; h < r.length; h++) {
|
|
1876
1876
|
const d = r[h];
|
|
1877
|
-
n[d] =
|
|
1877
|
+
n[d] = Yn(s, a, d, u[d], e, !k(u, d));
|
|
1878
1878
|
}
|
|
1879
1879
|
}
|
|
1880
1880
|
return i;
|
|
1881
1881
|
}
|
|
1882
|
-
function
|
|
1882
|
+
function Yn(e, t, n, o, s, r) {
|
|
1883
1883
|
const i = e[n];
|
|
1884
1884
|
if (i != null) {
|
|
1885
1885
|
const c = k(i, "default");
|
|
1886
1886
|
if (c && o === void 0) {
|
|
1887
1887
|
const a = i.default;
|
|
1888
|
-
if (i.type !== Function &&
|
|
1888
|
+
if (i.type !== Function && A(a)) {
|
|
1889
1889
|
const { propsDefaults: u } = s;
|
|
1890
1890
|
n in u ? o = u[n] : (Nt(s), o = u[n] = a.call(null, t), rt());
|
|
1891
1891
|
} else
|
|
@@ -1901,7 +1901,7 @@ function or(e, t, n = !1) {
|
|
|
1901
1901
|
return s;
|
|
1902
1902
|
const r = e.props, i = {}, c = [];
|
|
1903
1903
|
let a = !1;
|
|
1904
|
-
if (
|
|
1904
|
+
if (!A(e)) {
|
|
1905
1905
|
const h = (d) => {
|
|
1906
1906
|
a = !0;
|
|
1907
1907
|
const [_, D] = or(d, t, !0);
|
|
@@ -1915,17 +1915,17 @@ function or(e, t, n = !1) {
|
|
|
1915
1915
|
for (let h = 0; h < r.length; h++) {
|
|
1916
1916
|
process.env.NODE_ENV !== "production" && !G(r[h]) && y("props must be strings when using array syntax.", r[h]);
|
|
1917
1917
|
const d = ze(r[h]);
|
|
1918
|
-
|
|
1918
|
+
Yo(d) && (i[d] = H);
|
|
1919
1919
|
}
|
|
1920
1920
|
else if (r) {
|
|
1921
1921
|
process.env.NODE_ENV !== "production" && !q(r) && y("invalid props options", r);
|
|
1922
1922
|
for (const h in r) {
|
|
1923
1923
|
const d = ze(h);
|
|
1924
|
-
if (
|
|
1925
|
-
const _ = r[h], D = i[d] = T(_) ||
|
|
1924
|
+
if (Yo(d)) {
|
|
1925
|
+
const _ = r[h], D = i[d] = T(_) || A(_) ? { type: _ } : _;
|
|
1926
1926
|
if (D) {
|
|
1927
|
-
const
|
|
1928
|
-
D[0] =
|
|
1927
|
+
const $ = Zo(Boolean, D.type), C = Zo(String, D.type);
|
|
1928
|
+
D[0] = $ > -1, D[1] = C < 0 || $ < C, ($ > -1 || k(D, "default")) && c.push(d);
|
|
1929
1929
|
}
|
|
1930
1930
|
}
|
|
1931
1931
|
}
|
|
@@ -1933,27 +1933,27 @@ function or(e, t, n = !1) {
|
|
|
1933
1933
|
const u = [i, c];
|
|
1934
1934
|
return q(e) && o.set(e, u), u;
|
|
1935
1935
|
}
|
|
1936
|
-
function
|
|
1936
|
+
function Yo(e) {
|
|
1937
1937
|
return e[0] !== "$" ? !0 : (process.env.NODE_ENV !== "production" && y(`Invalid prop name: "${e}" is a reserved property.`), !1);
|
|
1938
1938
|
}
|
|
1939
|
-
function
|
|
1939
|
+
function Xn(e) {
|
|
1940
1940
|
const t = e && e.toString().match(/^\s*function (\w+)/);
|
|
1941
1941
|
return t ? t[1] : e === null ? "null" : "";
|
|
1942
1942
|
}
|
|
1943
|
-
function
|
|
1944
|
-
return
|
|
1943
|
+
function Xo(e, t) {
|
|
1944
|
+
return Xn(e) === Xn(t);
|
|
1945
1945
|
}
|
|
1946
|
-
function
|
|
1947
|
-
return T(t) ? t.findIndex((n) =>
|
|
1946
|
+
function Zo(e, t) {
|
|
1947
|
+
return T(t) ? t.findIndex((n) => Xo(n, e)) : A(t) && Xo(t, e) ? 0 : -1;
|
|
1948
1948
|
}
|
|
1949
1949
|
function sr(e, t, n) {
|
|
1950
1950
|
const o = P(t), s = n.propsOptions[0];
|
|
1951
1951
|
for (const r in s) {
|
|
1952
1952
|
let i = s[r];
|
|
1953
|
-
i != null &&
|
|
1953
|
+
i != null && El(r, o[r], i, !k(e, r) && !k(e, be(r)));
|
|
1954
1954
|
}
|
|
1955
1955
|
}
|
|
1956
|
-
function
|
|
1956
|
+
function El(e, t, n, o) {
|
|
1957
1957
|
const { type: s, required: r, validator: i } = n;
|
|
1958
1958
|
if (r && o) {
|
|
1959
1959
|
y('Missing required prop: "' + e + '"');
|
|
@@ -1964,22 +1964,22 @@ function Nl(e, t, n, o) {
|
|
|
1964
1964
|
let c = !1;
|
|
1965
1965
|
const a = T(s) ? s : [s], u = [];
|
|
1966
1966
|
for (let h = 0; h < a.length && !c; h++) {
|
|
1967
|
-
const { valid: d, expectedType: _ } =
|
|
1967
|
+
const { valid: d, expectedType: _ } = Nl(t, a[h]);
|
|
1968
1968
|
u.push(_ || ""), c = d;
|
|
1969
1969
|
}
|
|
1970
1970
|
if (!c) {
|
|
1971
|
-
y(
|
|
1971
|
+
y(yl(e, t, u));
|
|
1972
1972
|
return;
|
|
1973
1973
|
}
|
|
1974
1974
|
}
|
|
1975
1975
|
i && !i(t) && y('Invalid prop: custom validator check failed for prop "' + e + '".');
|
|
1976
1976
|
}
|
|
1977
1977
|
}
|
|
1978
|
-
const
|
|
1979
|
-
function
|
|
1978
|
+
const bl = /* @__PURE__ */ yt("String,Number,Boolean,Function,Symbol,BigInt");
|
|
1979
|
+
function Nl(e, t) {
|
|
1980
1980
|
let n;
|
|
1981
|
-
const o =
|
|
1982
|
-
if (
|
|
1981
|
+
const o = Xn(t);
|
|
1982
|
+
if (bl(o)) {
|
|
1983
1983
|
const s = typeof e;
|
|
1984
1984
|
n = s === o.toLowerCase(), !n && s === "object" && (n = e instanceof t);
|
|
1985
1985
|
} else
|
|
@@ -1989,24 +1989,24 @@ function Ol(e, t) {
|
|
|
1989
1989
|
expectedType: o
|
|
1990
1990
|
};
|
|
1991
1991
|
}
|
|
1992
|
-
function
|
|
1993
|
-
let o = `Invalid prop: type check failed for prop "${e}". Expected ${n.map(
|
|
1994
|
-
const s = n[0], r =
|
|
1995
|
-
return n.length === 1 &&
|
|
1992
|
+
function yl(e, t, n) {
|
|
1993
|
+
let o = `Invalid prop: type check failed for prop "${e}". Expected ${n.map(an).join(" | ")}`;
|
|
1994
|
+
const s = n[0], r = co(t), i = Qo(t, s), c = Qo(t, r);
|
|
1995
|
+
return n.length === 1 && Go(s) && !Ol(s, r) && (o += ` with value ${i}`), o += `, got ${r} `, Go(r) && (o += `with value ${c}.`), o;
|
|
1996
1996
|
}
|
|
1997
|
-
function
|
|
1997
|
+
function Qo(e, t) {
|
|
1998
1998
|
return t === "String" ? `"${e}"` : t === "Number" ? `${Number(e)}` : `${e}`;
|
|
1999
1999
|
}
|
|
2000
|
-
function
|
|
2000
|
+
function Go(e) {
|
|
2001
2001
|
return ["string", "number", "boolean"].some((n) => e.toLowerCase() === n);
|
|
2002
2002
|
}
|
|
2003
|
-
function
|
|
2003
|
+
function Ol(...e) {
|
|
2004
2004
|
return e.some((t) => t.toLowerCase() === "boolean");
|
|
2005
2005
|
}
|
|
2006
|
-
const rr = (e) => e[0] === "_" || e === "$stable",
|
|
2006
|
+
const rr = (e) => e[0] === "_" || e === "$stable", Oo = (e) => T(e) ? e.map(ve) : [ve(e)], xl = (e, t, n) => {
|
|
2007
2007
|
if (t._n)
|
|
2008
2008
|
return t;
|
|
2009
|
-
const o =
|
|
2009
|
+
const o = ji((...s) => (process.env.NODE_ENV !== "production" && Q && 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);
|
|
2010
2010
|
return o._c = !1, o;
|
|
2011
2011
|
}, ir = (e, t, n) => {
|
|
2012
2012
|
const o = e._ctx;
|
|
@@ -2014,26 +2014,26 @@ const rr = (e) => e[0] === "_" || e === "$stable", xo = (e) => T(e) ? e.map(ve)
|
|
|
2014
2014
|
if (rr(s))
|
|
2015
2015
|
continue;
|
|
2016
2016
|
const r = e[s];
|
|
2017
|
-
if (
|
|
2018
|
-
t[s] =
|
|
2017
|
+
if (A(r))
|
|
2018
|
+
t[s] = xl(s, r, o);
|
|
2019
2019
|
else if (r != null) {
|
|
2020
2020
|
process.env.NODE_ENV !== "production" && y(`Non-function value encountered for slot "${s}". Prefer function slots for better performance.`);
|
|
2021
|
-
const i =
|
|
2021
|
+
const i = Oo(r);
|
|
2022
2022
|
t[s] = () => i;
|
|
2023
2023
|
}
|
|
2024
2024
|
}
|
|
2025
2025
|
}, lr = (e, t) => {
|
|
2026
2026
|
process.env.NODE_ENV !== "production" && !St(e.vnode) && y("Non-function value encountered for default slot. Prefer function slots for better performance.");
|
|
2027
|
-
const n =
|
|
2027
|
+
const n = Oo(t);
|
|
2028
2028
|
e.slots.default = () => n;
|
|
2029
|
-
},
|
|
2029
|
+
}, wl = (e, t) => {
|
|
2030
2030
|
if (e.vnode.shapeFlag & 32) {
|
|
2031
2031
|
const n = t._;
|
|
2032
2032
|
n ? (e.slots = P(t), tn(t, "_", n)) : ir(t, e.slots = {});
|
|
2033
2033
|
} else
|
|
2034
2034
|
e.slots = {}, t && lr(e, t);
|
|
2035
|
-
tn(e.slots,
|
|
2036
|
-
},
|
|
2035
|
+
tn(e.slots, bn, 1);
|
|
2036
|
+
}, Dl = (e, t, n) => {
|
|
2037
2037
|
const { vnode: o, slots: s } = e;
|
|
2038
2038
|
let r = !0, i = H;
|
|
2039
2039
|
if (o.shapeFlag & 32) {
|
|
@@ -2066,14 +2066,14 @@ function cr() {
|
|
|
2066
2066
|
emitsCache: /* @__PURE__ */ new WeakMap()
|
|
2067
2067
|
};
|
|
2068
2068
|
}
|
|
2069
|
-
let
|
|
2070
|
-
function
|
|
2069
|
+
let Vl = 0;
|
|
2070
|
+
function Cl(e, t) {
|
|
2071
2071
|
return function(o, s = null) {
|
|
2072
|
-
|
|
2072
|
+
A(o) || (o = Object.assign({}, o)), s != null && !q(s) && (process.env.NODE_ENV !== "production" && y("root props passed to app.mount() must be an object."), s = null);
|
|
2073
2073
|
const r = cr(), i = /* @__PURE__ */ new Set();
|
|
2074
2074
|
let c = !1;
|
|
2075
2075
|
const a = r.app = {
|
|
2076
|
-
_uid:
|
|
2076
|
+
_uid: Vl++,
|
|
2077
2077
|
_component: o,
|
|
2078
2078
|
_props: s,
|
|
2079
2079
|
_container: null,
|
|
@@ -2087,13 +2087,13 @@ function Il(e, t) {
|
|
|
2087
2087
|
process.env.NODE_ENV !== "production" && y("app.config cannot be replaced. Modify individual options instead.");
|
|
2088
2088
|
},
|
|
2089
2089
|
use(u, ...h) {
|
|
2090
|
-
return i.has(u) ? process.env.NODE_ENV !== "production" && y("Plugin has already been applied to target app.") : u &&
|
|
2090
|
+
return i.has(u) ? process.env.NODE_ENV !== "production" && y("Plugin has already been applied to target app.") : u && A(u.install) ? (i.add(u), u.install(a, ...h)) : A(u) ? (i.add(u), u(a, ...h)) : process.env.NODE_ENV !== "production" && y('A plugin must either be a function or an object with an "install" function.'), a;
|
|
2091
2091
|
},
|
|
2092
2092
|
mixin(u) {
|
|
2093
2093
|
return r.mixins.includes(u) ? process.env.NODE_ENV !== "production" && y("Mixin has already been applied to target app" + (u.name ? `: ${u.name}` : "")) : r.mixins.push(u), a;
|
|
2094
2094
|
},
|
|
2095
2095
|
component(u, h) {
|
|
2096
|
-
return process.env.NODE_ENV !== "production" &&
|
|
2096
|
+
return process.env.NODE_ENV !== "production" && Gn(u, r.config), h ? (process.env.NODE_ENV !== "production" && r.components[u] && y(`Component "${u}" has already been registered in target app.`), r.components[u] = h, a) : r.components[u];
|
|
2097
2097
|
},
|
|
2098
2098
|
directive(u, h) {
|
|
2099
2099
|
return process.env.NODE_ENV !== "production" && Gs(u), h ? (process.env.NODE_ENV !== "production" && r.directives[u] && y(`Directive "${u}" has already been registered in target app.`), r.directives[u] = h, a) : r.directives[u];
|
|
@@ -2106,11 +2106,11 @@ function Il(e, t) {
|
|
|
2106
2106
|
const _ = Ne(o, s);
|
|
2107
2107
|
return _.appContext = r, process.env.NODE_ENV !== "production" && (r.reload = () => {
|
|
2108
2108
|
e(Te(_), u, d);
|
|
2109
|
-
}), h && t ? t(_, u) : e(_, u, d), c = !0, a._container = u, u.__vue_app__ = a, process.env.NODE_ENV !== "production" && (a._instance = _.component,
|
|
2109
|
+
}), h && t ? t(_, u) : e(_, u, d), c = !0, a._container = u, u.__vue_app__ = a, process.env.NODE_ENV !== "production" && (a._instance = _.component, Vi(a, ss)), Do(_.component) || _.component.proxy;
|
|
2110
2110
|
}
|
|
2111
2111
|
},
|
|
2112
2112
|
unmount() {
|
|
2113
|
-
c ? (e(null, a._container), process.env.NODE_ENV !== "production" && (a._instance = null,
|
|
2113
|
+
c ? (e(null, a._container), process.env.NODE_ENV !== "production" && (a._instance = null, Ci(a)), delete a._container.__vue_app__) : process.env.NODE_ENV !== "production" && y("Cannot unmount an app that is not mounted.");
|
|
2114
2114
|
},
|
|
2115
2115
|
provide(u, h) {
|
|
2116
2116
|
return process.env.NODE_ENV !== "production" && u in r.provides && y(`App already provides property with key "${String(u)}". It will be overwritten with the new value.`), r.provides[u] = h, a;
|
|
@@ -2119,51 +2119,51 @@ function Il(e, t) {
|
|
|
2119
2119
|
return a;
|
|
2120
2120
|
};
|
|
2121
2121
|
}
|
|
2122
|
-
function
|
|
2122
|
+
function Zn(e, t, n, o, s = !1) {
|
|
2123
2123
|
if (T(e)) {
|
|
2124
|
-
e.forEach((_, D) =>
|
|
2124
|
+
e.forEach((_, D) => Zn(_, t && (T(t) ? t[D] : t), n, o, s));
|
|
2125
2125
|
return;
|
|
2126
2126
|
}
|
|
2127
2127
|
if (Xt(o) && !s)
|
|
2128
2128
|
return;
|
|
2129
|
-
const r = o.shapeFlag & 4 ?
|
|
2129
|
+
const r = o.shapeFlag & 4 ? Do(o.component) || o.component.proxy : o.el, i = s ? null : r, { i: c, r: a } = e;
|
|
2130
2130
|
if (process.env.NODE_ENV !== "production" && !c) {
|
|
2131
2131
|
y("Missing ref owner context. ref cannot be used on hoisted vnodes. A vnode with ref must be created inside the render function.");
|
|
2132
2132
|
return;
|
|
2133
2133
|
}
|
|
2134
2134
|
const u = t && t.r, h = c.refs === H ? c.refs = {} : c.refs, d = c.setupState;
|
|
2135
|
-
if (u != null && u !== a && (G(u) ? (h[u] = null, k(d, u) && (d[u] = null)) : ne(u) && (u.value = null)),
|
|
2135
|
+
if (u != null && u !== a && (G(u) ? (h[u] = null, k(d, u) && (d[u] = null)) : ne(u) && (u.value = null)), A(a))
|
|
2136
2136
|
ke(a, c, 12, [i, h]);
|
|
2137
2137
|
else {
|
|
2138
2138
|
const _ = G(a), D = ne(a);
|
|
2139
2139
|
if (_ || D) {
|
|
2140
|
-
const
|
|
2140
|
+
const $ = () => {
|
|
2141
2141
|
if (e.f) {
|
|
2142
2142
|
const C = _ ? h[a] : a.value;
|
|
2143
|
-
s ? T(C) &&
|
|
2143
|
+
s ? T(C) && ro(C, r) : T(C) ? C.includes(r) || C.push(r) : _ ? (h[a] = [r], k(d, a) && (d[a] = h[a])) : (a.value = [r], e.k && (h[e.k] = a.value));
|
|
2144
2144
|
} else
|
|
2145
2145
|
_ ? (h[a] = i, k(d, a) && (d[a] = i)) : D ? (a.value = i, e.k && (h[e.k] = i)) : process.env.NODE_ENV !== "production" && y("Invalid template ref type:", a, `(${typeof a})`);
|
|
2146
2146
|
};
|
|
2147
|
-
i ? (
|
|
2147
|
+
i ? ($.id = -1, ue($, n)) : $();
|
|
2148
2148
|
} else
|
|
2149
2149
|
process.env.NODE_ENV !== "production" && y("Invalid template ref type:", a, `(${typeof a})`);
|
|
2150
2150
|
}
|
|
2151
2151
|
}
|
|
2152
2152
|
let Dt, Ue;
|
|
2153
|
-
function
|
|
2154
|
-
e.appContext.config.performance && rn() && Ue.mark(`vue-${t}-${e.uid}`), process.env.NODE_ENV !== "production" &&
|
|
2153
|
+
function $e(e, t) {
|
|
2154
|
+
e.appContext.config.performance && rn() && Ue.mark(`vue-${t}-${e.uid}`), process.env.NODE_ENV !== "production" && Ai(e, t, rn() ? Ue.now() : Date.now());
|
|
2155
2155
|
}
|
|
2156
2156
|
function Pe(e, t) {
|
|
2157
2157
|
if (e.appContext.config.performance && rn()) {
|
|
2158
2158
|
const n = `vue-${t}-${e.uid}`, o = n + ":end";
|
|
2159
|
-
Ue.mark(o), Ue.measure(`<${
|
|
2159
|
+
Ue.mark(o), Ue.measure(`<${Nn(e, e.type)}> ${t}`, n, o), Ue.clearMarks(n), Ue.clearMarks(o);
|
|
2160
2160
|
}
|
|
2161
|
-
process.env.NODE_ENV !== "production" &&
|
|
2161
|
+
process.env.NODE_ENV !== "production" && $i(e, t, rn() ? Ue.now() : Date.now());
|
|
2162
2162
|
}
|
|
2163
2163
|
function rn() {
|
|
2164
2164
|
return Dt !== void 0 || (typeof window < "u" && window.performance ? (Dt = !0, Ue = window.performance) : Dt = !1), Dt;
|
|
2165
2165
|
}
|
|
2166
|
-
function
|
|
2166
|
+
function Tl() {
|
|
2167
2167
|
const e = [];
|
|
2168
2168
|
if (process.env.NODE_ENV !== "production" && e.length) {
|
|
2169
2169
|
const t = e.length > 1;
|
|
@@ -2172,21 +2172,21 @@ function $l() {
|
|
|
2172
2172
|
For more details, see https://link.vuejs.org/feature-flags.`);
|
|
2173
2173
|
}
|
|
2174
2174
|
}
|
|
2175
|
-
const ue =
|
|
2176
|
-
function
|
|
2177
|
-
return
|
|
2175
|
+
const ue = Ki;
|
|
2176
|
+
function Il(e) {
|
|
2177
|
+
return Al(e);
|
|
2178
2178
|
}
|
|
2179
|
-
function
|
|
2180
|
-
|
|
2179
|
+
function Al(e, t) {
|
|
2180
|
+
Tl();
|
|
2181
2181
|
const n = ms();
|
|
2182
2182
|
n.__VUE__ = !0, process.env.NODE_ENV !== "production" && Hs(n.__VUE_DEVTOOLS_GLOBAL_HOOK__, n);
|
|
2183
|
-
const { insert: o, remove: s, patchProp: r, createElement: i, createText: c, createComment: a, setText: u, setElementText: h, parentNode: d, nextSibling: _, setScopeId: D = te, insertStaticContent:
|
|
2183
|
+
const { insert: o, remove: s, patchProp: r, createElement: i, createText: c, createComment: a, setText: u, setElementText: h, parentNode: d, nextSibling: _, setScopeId: D = te, insertStaticContent: $ } = e, C = (l, f, p, g = null, m = null, b = null, O = !1, E = null, N = process.env.NODE_ENV !== "production" && st ? !1 : !!f.dynamicChildren) => {
|
|
2184
2184
|
if (l === f)
|
|
2185
2185
|
return;
|
|
2186
2186
|
l && !Ge(l, f) && (g = Lt(l), Se(l, m, b, !0), l = null), f.patchFlag === -2 && (N = !1, f.dynamicChildren = null);
|
|
2187
2187
|
const { type: v, ref: w, shapeFlag: x } = f;
|
|
2188
2188
|
switch (v) {
|
|
2189
|
-
case
|
|
2189
|
+
case En:
|
|
2190
2190
|
K(l, f, p, g);
|
|
2191
2191
|
break;
|
|
2192
2192
|
case oe:
|
|
@@ -2201,7 +2201,7 @@ function Pl(e, t) {
|
|
|
2201
2201
|
default:
|
|
2202
2202
|
x & 1 ? je(l, f, p, g, m, b, O, E, N) : x & 6 ? Ht(l, f, p, g, m, b, O, E, N) : x & 64 || x & 128 ? v.process(l, f, p, g, m, b, O, E, N, ut) : process.env.NODE_ENV !== "production" && y("Invalid VNode type:", v, `(${typeof v})`);
|
|
2203
2203
|
}
|
|
2204
|
-
w != null && m &&
|
|
2204
|
+
w != null && m && Zn(w, l && l.ref, b, f || l, !f);
|
|
2205
2205
|
}, K = (l, f, p, g) => {
|
|
2206
2206
|
if (l == null)
|
|
2207
2207
|
o(f.el = c(f.children), p, g);
|
|
@@ -2212,11 +2212,11 @@ function Pl(e, t) {
|
|
|
2212
2212
|
}, L = (l, f, p, g) => {
|
|
2213
2213
|
l == null ? o(f.el = a(f.children || ""), p, g) : f.el = l.el;
|
|
2214
2214
|
}, S = (l, f, p, g) => {
|
|
2215
|
-
[l.el, l.anchor] =
|
|
2215
|
+
[l.el, l.anchor] = $(l.children, f, p, g, l.el, l.anchor);
|
|
2216
2216
|
}, J = (l, f, p, g) => {
|
|
2217
2217
|
if (f.children !== l.children) {
|
|
2218
2218
|
const m = _(l.anchor);
|
|
2219
|
-
z(l), [f.el, f.anchor] =
|
|
2219
|
+
z(l), [f.el, f.anchor] = $(f.children, p, m, g);
|
|
2220
2220
|
} else
|
|
2221
2221
|
f.el = l.el, f.anchor = l.anchor;
|
|
2222
2222
|
}, ae = ({ el: l, anchor: f }, p, g) => {
|
|
@@ -2236,7 +2236,7 @@ function Pl(e, t) {
|
|
|
2236
2236
|
const { type: w, props: x, shapeFlag: V, transition: I, dirs: F } = l;
|
|
2237
2237
|
if (N = l.el = i(l.type, b, x && x.is, x), V & 8 ? h(N, l.children) : V & 16 && W(l.children, N, null, g, m, b && w !== "foreignObject", O, E), F && Je(l, null, g, "created"), x) {
|
|
2238
2238
|
for (const B in x)
|
|
2239
|
-
B !== "value" && !qt(B) && r(N, B, null, x[B], b, l.children, g, m,
|
|
2239
|
+
B !== "value" && !qt(B) && r(N, B, null, x[B], b, l.children, g, m, Ae);
|
|
2240
2240
|
"value" in x && r(N, "value", null, x.value), (v = x.onVnodeBeforeMount) && we(v, g, l);
|
|
2241
2241
|
}
|
|
2242
2242
|
M(N, l, l.scopeId, O, g), process.env.NODE_ENV !== "production" && (Object.defineProperty(N, "__vnode", {
|
|
@@ -2281,7 +2281,7 @@ function Pl(e, t) {
|
|
|
2281
2281
|
const U = f.dynamicProps;
|
|
2282
2282
|
for (let B = 0; B < U.length; B++) {
|
|
2283
2283
|
const Z = U[B], ge = x[Z], dt = V[Z];
|
|
2284
|
-
(dt !== ge || Z === "value") && r(E, Z, ge, dt, m, l.children, p, g,
|
|
2284
|
+
(dt !== ge || Z === "value") && r(E, Z, ge, dt, m, l.children, p, g, Ae);
|
|
2285
2285
|
}
|
|
2286
2286
|
}
|
|
2287
2287
|
N & 1 && l.children !== f.children && h(E, f.children);
|
|
@@ -2299,12 +2299,12 @@ function Pl(e, t) {
|
|
|
2299
2299
|
if (p !== g) {
|
|
2300
2300
|
if (p !== H)
|
|
2301
2301
|
for (const E in p)
|
|
2302
|
-
!qt(E) && !(E in g) && r(l, E, p[E], null, O, f.children, m, b,
|
|
2302
|
+
!qt(E) && !(E in g) && r(l, E, p[E], null, O, f.children, m, b, Ae);
|
|
2303
2303
|
for (const E in g) {
|
|
2304
2304
|
if (qt(E))
|
|
2305
2305
|
continue;
|
|
2306
2306
|
const N = g[E], v = p[E];
|
|
2307
|
-
N !== v && E !== "value" && r(l, E, v, N, O, f.children, m, b,
|
|
2307
|
+
N !== v && E !== "value" && r(l, E, v, N, O, f.children, m, b, Ae);
|
|
2308
2308
|
}
|
|
2309
2309
|
"value" in g && r(l, "value", p.value, g.value);
|
|
2310
2310
|
}
|
|
@@ -2315,8 +2315,8 @@ function Pl(e, t) {
|
|
|
2315
2315
|
}, Ht = (l, f, p, g, m, b, O, E, N) => {
|
|
2316
2316
|
f.slotScopeIds = E, l == null ? f.shapeFlag & 512 ? m.ctx.activate(f, p, g, O, N) : Re(f, p, g, m, b, O, N) : fe(l, f, N);
|
|
2317
2317
|
}, Re = (l, f, p, g, m, b, O) => {
|
|
2318
|
-
const E = l.component =
|
|
2319
|
-
if (process.env.NODE_ENV !== "production" && E.type.__hmrId &&
|
|
2318
|
+
const E = l.component = Kl(l, g, m);
|
|
2319
|
+
if (process.env.NODE_ENV !== "production" && E.type.__hmrId && Oi(E), process.env.NODE_ENV !== "production" && (Jt(l), $e(E, "mount")), St(l) && (E.ctx.renderer = ut), process.env.NODE_ENV !== "production" && $e(E, "init"), ql(E), process.env.NODE_ENV !== "production" && Pe(E, "init"), E.asyncDep) {
|
|
2320
2320
|
if (m && m.registerDep(E, j), !l.el) {
|
|
2321
2321
|
const N = E.subTree = Ne(oe);
|
|
2322
2322
|
L(null, N, f, p);
|
|
@@ -2326,23 +2326,23 @@ function Pl(e, t) {
|
|
|
2326
2326
|
j(E, l, f, p, m, b, O), process.env.NODE_ENV !== "production" && (Yt(), Pe(E, "mount"));
|
|
2327
2327
|
}, fe = (l, f, p) => {
|
|
2328
2328
|
const g = f.component = l.component;
|
|
2329
|
-
if (
|
|
2329
|
+
if (Li(l, f, p))
|
|
2330
2330
|
if (g.asyncDep && !g.asyncResolved) {
|
|
2331
2331
|
process.env.NODE_ENV !== "production" && Jt(f), R(g, f, p), process.env.NODE_ENV !== "production" && Yt();
|
|
2332
2332
|
return;
|
|
2333
2333
|
} else
|
|
2334
|
-
g.next = f,
|
|
2334
|
+
g.next = f, Ni(g.update), g.update();
|
|
2335
2335
|
else
|
|
2336
2336
|
f.el = l.el, g.vnode = f;
|
|
2337
2337
|
}, j = (l, f, p, g, m, b, O) => {
|
|
2338
2338
|
const E = () => {
|
|
2339
2339
|
if (l.isMounted) {
|
|
2340
2340
|
let { next: w, bu: x, u: V, parent: I, vnode: F } = l, U = w, B;
|
|
2341
|
-
process.env.NODE_ENV !== "production" && Jt(w || l.vnode), Ye(l, !1), w ? (w.el = F.el, R(l, w, O)) : w = F, x && wt(x), (B = w.props && w.props.onVnodeBeforeUpdate) && we(B, I, w, F), Ye(l, !0), process.env.NODE_ENV !== "production" &&
|
|
2342
|
-
const Z =
|
|
2341
|
+
process.env.NODE_ENV !== "production" && Jt(w || l.vnode), Ye(l, !1), w ? (w.el = F.el, R(l, w, O)) : w = F, x && wt(x), (B = w.props && w.props.onVnodeBeforeUpdate) && we(B, I, w, F), Ye(l, !0), process.env.NODE_ENV !== "production" && $e(l, "render");
|
|
2342
|
+
const Z = Vn(l);
|
|
2343
2343
|
process.env.NODE_ENV !== "production" && Pe(l, "render");
|
|
2344
2344
|
const ge = l.subTree;
|
|
2345
|
-
l.subTree = Z, process.env.NODE_ENV !== "production" &&
|
|
2345
|
+
l.subTree = Z, process.env.NODE_ENV !== "production" && $e(l, "patch"), C(
|
|
2346
2346
|
ge,
|
|
2347
2347
|
Z,
|
|
2348
2348
|
d(ge.el),
|
|
@@ -2350,38 +2350,38 @@ function Pl(e, t) {
|
|
|
2350
2350
|
l,
|
|
2351
2351
|
m,
|
|
2352
2352
|
b
|
|
2353
|
-
), process.env.NODE_ENV !== "production" && Pe(l, "patch"), w.el = Z.el, U === null &&
|
|
2353
|
+
), process.env.NODE_ENV !== "production" && Pe(l, "patch"), w.el = Z.el, U === null && Bi(l, Z.el), V && ue(V, m), (B = w.props && w.props.onVnodeUpdated) && ue(() => we(B, I, w, F), m), process.env.NODE_ENV !== "production" && Ls(l), process.env.NODE_ENV !== "production" && Yt();
|
|
2354
2354
|
} else {
|
|
2355
2355
|
let w;
|
|
2356
2356
|
const { el: x, props: V } = f, { bm: I, m: F, parent: U } = l, B = Xt(f);
|
|
2357
|
-
if (Ye(l, !1), I && wt(I), !B && (w = V && V.onVnodeBeforeMount) && we(w, U, f), Ye(l, !0), x &&
|
|
2357
|
+
if (Ye(l, !1), I && wt(I), !B && (w = V && V.onVnodeBeforeMount) && we(w, U, f), Ye(l, !0), x && wn) {
|
|
2358
2358
|
const Z = () => {
|
|
2359
|
-
process.env.NODE_ENV !== "production" &&
|
|
2359
|
+
process.env.NODE_ENV !== "production" && $e(l, "render"), l.subTree = Vn(l), process.env.NODE_ENV !== "production" && Pe(l, "render"), process.env.NODE_ENV !== "production" && $e(l, "hydrate"), wn(x, l.subTree, l, m, null), process.env.NODE_ENV !== "production" && Pe(l, "hydrate");
|
|
2360
2360
|
};
|
|
2361
2361
|
B ? f.type.__asyncLoader().then(
|
|
2362
2362
|
() => !l.isUnmounted && Z()
|
|
2363
2363
|
) : Z();
|
|
2364
2364
|
} else {
|
|
2365
|
-
process.env.NODE_ENV !== "production" &&
|
|
2366
|
-
const Z = l.subTree =
|
|
2367
|
-
process.env.NODE_ENV !== "production" && Pe(l, "render"), process.env.NODE_ENV !== "production" &&
|
|
2365
|
+
process.env.NODE_ENV !== "production" && $e(l, "render");
|
|
2366
|
+
const Z = l.subTree = Vn(l);
|
|
2367
|
+
process.env.NODE_ENV !== "production" && Pe(l, "render"), process.env.NODE_ENV !== "production" && $e(l, "patch"), C(null, Z, p, g, l, m, b), process.env.NODE_ENV !== "production" && Pe(l, "patch"), f.el = Z.el;
|
|
2368
2368
|
}
|
|
2369
2369
|
if (F && ue(F, m), !B && (w = V && V.onVnodeMounted)) {
|
|
2370
2370
|
const Z = f;
|
|
2371
2371
|
ue(() => we(w, U, Z), m);
|
|
2372
2372
|
}
|
|
2373
|
-
(f.shapeFlag & 256 || U && Xt(U.vnode) && U.vnode.shapeFlag & 256) && l.a && ue(l.a, m), l.isMounted = !0, process.env.NODE_ENV !== "production" &&
|
|
2373
|
+
(f.shapeFlag & 256 || U && Xt(U.vnode) && U.vnode.shapeFlag & 256) && l.a && ue(l.a, m), l.isMounted = !0, process.env.NODE_ENV !== "production" && Ti(l), f = p = g = null;
|
|
2374
2374
|
}
|
|
2375
|
-
}, N = l.effect = new
|
|
2375
|
+
}, N = l.effect = new fo(
|
|
2376
2376
|
E,
|
|
2377
|
-
() =>
|
|
2377
|
+
() => mn(v),
|
|
2378
2378
|
l.scope
|
|
2379
2379
|
), v = l.update = () => N.run();
|
|
2380
2380
|
v.id = l.uid, Ye(l, !0), process.env.NODE_ENV !== "production" && (N.onTrack = l.rtc ? (w) => wt(l.rtc, w) : void 0, N.onTrigger = l.rtg ? (w) => wt(l.rtg, w) : void 0, v.ownerInstance = l), v();
|
|
2381
2381
|
}, R = (l, f, p) => {
|
|
2382
2382
|
f.component = l;
|
|
2383
2383
|
const g = l.vnode.props;
|
|
2384
|
-
l.vnode = f, l.next = null,
|
|
2384
|
+
l.vnode = f, l.next = null, vl(l, f.props, g, p), Dl(l, f.children, p), ct(), Lo(), at();
|
|
2385
2385
|
}, Oe = (l, f, p, g, m, b, O, E, N = !1) => {
|
|
2386
2386
|
const v = l && l.children, w = l ? l.shapeFlag : 0, x = f.children, { patchFlag: V, shapeFlag: I } = f;
|
|
2387
2387
|
if (V > 0) {
|
|
@@ -2389,12 +2389,12 @@ function Pl(e, t) {
|
|
|
2389
2389
|
Ot(v, x, p, g, m, b, O, E, N);
|
|
2390
2390
|
return;
|
|
2391
2391
|
} else if (V & 256) {
|
|
2392
|
-
|
|
2392
|
+
yn(v, x, p, g, m, b, O, E, N);
|
|
2393
2393
|
return;
|
|
2394
2394
|
}
|
|
2395
2395
|
}
|
|
2396
|
-
I & 8 ? (w & 16 &&
|
|
2397
|
-
},
|
|
2396
|
+
I & 8 ? (w & 16 && Ae(v, m, b), x !== v && h(p, x)) : w & 16 ? I & 16 ? Ot(v, x, p, g, m, b, O, E, N) : Ae(v, m, b, !0) : (w & 8 && h(p, ""), I & 16 && W(x, p, g, m, b, O, E, N));
|
|
2397
|
+
}, yn = (l, f, p, g, m, b, O, E, N) => {
|
|
2398
2398
|
l = l || _t, f = f || _t;
|
|
2399
2399
|
const v = l.length, w = f.length, x = Math.min(v, w);
|
|
2400
2400
|
let V;
|
|
@@ -2402,7 +2402,7 @@ function Pl(e, t) {
|
|
|
2402
2402
|
const I = f[V] = N ? Be(f[V]) : ve(f[V]);
|
|
2403
2403
|
C(l[V], I, p, null, m, b, O, E, N);
|
|
2404
2404
|
}
|
|
2405
|
-
v > w ?
|
|
2405
|
+
v > w ? Ae(l, m, b, !0, !1, x) : W(f, p, g, m, b, O, E, N, x);
|
|
2406
2406
|
}, Ot = (l, f, p, g, m, b, O, E, N) => {
|
|
2407
2407
|
let v = 0;
|
|
2408
2408
|
const w = f.length;
|
|
@@ -2440,7 +2440,7 @@ function Pl(e, t) {
|
|
|
2440
2440
|
}
|
|
2441
2441
|
let B, Z = 0;
|
|
2442
2442
|
const ge = V - F + 1;
|
|
2443
|
-
let dt = !1,
|
|
2443
|
+
let dt = !1, Io = 0;
|
|
2444
2444
|
const xt = new Array(ge);
|
|
2445
2445
|
for (v = 0; v < ge; v++)
|
|
2446
2446
|
xt[v] = 0;
|
|
@@ -2459,12 +2459,12 @@ function Pl(e, t) {
|
|
|
2459
2459
|
xe = B;
|
|
2460
2460
|
break;
|
|
2461
2461
|
}
|
|
2462
|
-
xe === void 0 ? Se(ie, m, b, !0) : (xt[xe - F] = v + 1, xe >=
|
|
2462
|
+
xe === void 0 ? Se(ie, m, b, !0) : (xt[xe - F] = v + 1, xe >= Io ? Io = xe : dt = !0, C(ie, f[xe], p, null, m, b, O, E, N), Z++);
|
|
2463
2463
|
}
|
|
2464
|
-
const Ao = dt ?
|
|
2464
|
+
const Ao = dt ? $l(xt) : _t;
|
|
2465
2465
|
for (B = Ao.length - 1, v = ge - 1; v >= 0; v--) {
|
|
2466
|
-
const ie = F + v, xe = f[ie],
|
|
2467
|
-
xt[v] === 0 ? C(null, xe, p,
|
|
2466
|
+
const ie = F + v, xe = f[ie], $o = ie + 1 < w ? f[ie + 1].el : g;
|
|
2467
|
+
xt[v] === 0 ? C(null, xe, p, $o, m, b, O, E, N) : dt && (B < 0 || v !== Ao[B] ? ft(xe, p, $o, 2) : B--);
|
|
2468
2468
|
}
|
|
2469
2469
|
}
|
|
2470
2470
|
}, ft = (l, f, p, g, m = null) => {
|
|
@@ -2507,30 +2507,30 @@ function Pl(e, t) {
|
|
|
2507
2507
|
o(b, f, p);
|
|
2508
2508
|
}, Se = (l, f, p, g = !1, m = !1) => {
|
|
2509
2509
|
const { type: b, props: O, ref: E, children: N, dynamicChildren: v, shapeFlag: w, patchFlag: x, dirs: V } = l;
|
|
2510
|
-
if (E != null &&
|
|
2510
|
+
if (E != null && Zn(E, null, p, l, !0), w & 256) {
|
|
2511
2511
|
f.ctx.deactivate(l);
|
|
2512
2512
|
return;
|
|
2513
2513
|
}
|
|
2514
2514
|
const I = w & 1 && V, F = !Xt(l);
|
|
2515
2515
|
let U;
|
|
2516
2516
|
if (F && (U = O && O.onVnodeBeforeUnmount) && we(U, f, l), w & 6)
|
|
2517
|
-
|
|
2517
|
+
Er(l.component, p, g);
|
|
2518
2518
|
else {
|
|
2519
2519
|
if (w & 128) {
|
|
2520
2520
|
l.suspense.unmount(p, g);
|
|
2521
2521
|
return;
|
|
2522
2522
|
}
|
|
2523
|
-
I && Je(l, null, f, "beforeUnmount"), w & 64 ? l.type.remove(l, f, p, m, ut, g) : v && (b !== _e || x > 0 && x & 64) ?
|
|
2523
|
+
I && Je(l, null, f, "beforeUnmount"), w & 64 ? l.type.remove(l, f, p, m, ut, g) : v && (b !== _e || x > 0 && x & 64) ? Ae(v, f, p, !1, !0) : (b === _e && x & 384 || !m && w & 16) && Ae(N, f, p), g && On(l);
|
|
2524
2524
|
}
|
|
2525
2525
|
(F && (U = O && O.onVnodeUnmounted) || I) && ue(() => {
|
|
2526
2526
|
U && we(U, f, l), I && Je(l, null, f, "unmounted");
|
|
2527
2527
|
}, p);
|
|
2528
|
-
},
|
|
2528
|
+
}, On = (l) => {
|
|
2529
2529
|
const { type: f, el: p, anchor: g, transition: m } = l;
|
|
2530
2530
|
if (f === _e) {
|
|
2531
2531
|
process.env.NODE_ENV !== "production" && l.patchFlag > 0 && l.patchFlag & 2048 && m && !m.persisted ? l.children.forEach((O) => {
|
|
2532
|
-
O.type === oe ? s(O.el) :
|
|
2533
|
-
}) :
|
|
2532
|
+
O.type === oe ? s(O.el) : On(O);
|
|
2533
|
+
}) : vr(p, g);
|
|
2534
2534
|
return;
|
|
2535
2535
|
}
|
|
2536
2536
|
if (f === It) {
|
|
@@ -2545,27 +2545,27 @@ function Pl(e, t) {
|
|
|
2545
2545
|
E ? E(l.el, b, N) : N();
|
|
2546
2546
|
} else
|
|
2547
2547
|
b();
|
|
2548
|
-
},
|
|
2548
|
+
}, vr = (l, f) => {
|
|
2549
2549
|
let p;
|
|
2550
2550
|
for (; l !== f; )
|
|
2551
2551
|
p = _(l), s(l), l = p;
|
|
2552
2552
|
s(f);
|
|
2553
|
-
},
|
|
2554
|
-
process.env.NODE_ENV !== "production" && l.type.__hmrId &&
|
|
2553
|
+
}, Er = (l, f, p) => {
|
|
2554
|
+
process.env.NODE_ENV !== "production" && l.type.__hmrId && xi(l);
|
|
2555
2555
|
const { bum: g, scope: m, update: b, subTree: O, um: E } = l;
|
|
2556
2556
|
g && wt(g), m.stop(), b && (b.active = !1, Se(O, l, f, p)), E && ue(E, f), ue(() => {
|
|
2557
2557
|
l.isUnmounted = !0;
|
|
2558
|
-
}, f), f && f.pendingBranch && !f.isUnmounted && l.asyncDep && !l.asyncResolved && l.suspenseId === f.pendingId && (f.deps--, f.deps === 0 && f.resolve()), process.env.NODE_ENV !== "production" &&
|
|
2559
|
-
},
|
|
2558
|
+
}, f), f && f.pendingBranch && !f.isUnmounted && l.asyncDep && !l.asyncResolved && l.suspenseId === f.pendingId && (f.deps--, f.deps === 0 && f.resolve()), process.env.NODE_ENV !== "production" && Ii(l);
|
|
2559
|
+
}, Ae = (l, f, p, g = !1, m = !1, b = 0) => {
|
|
2560
2560
|
for (let O = b; O < l.length; O++)
|
|
2561
2561
|
Se(l[O], f, p, g, m);
|
|
2562
|
-
}, Lt = (l) => l.shapeFlag & 6 ? Lt(l.component.subTree) : l.shapeFlag & 128 ? l.suspense.next() : _(l.anchor || l.el),
|
|
2563
|
-
l == null ? f._vnode && Se(f._vnode, null, null, !0) : C(f._vnode || null, l, f, null, null, null, p),
|
|
2562
|
+
}, Lt = (l) => l.shapeFlag & 6 ? Lt(l.component.subTree) : l.shapeFlag & 128 ? l.suspense.next() : _(l.anchor || l.el), To = (l, f, p) => {
|
|
2563
|
+
l == null ? f._vnode && Se(f._vnode, null, null, !0) : C(f._vnode || null, l, f, null, null, null, p), Lo(), js(), f._vnode = l;
|
|
2564
2564
|
}, ut = {
|
|
2565
2565
|
p: C,
|
|
2566
2566
|
um: Se,
|
|
2567
2567
|
m: ft,
|
|
2568
|
-
r:
|
|
2568
|
+
r: On,
|
|
2569
2569
|
mt: Re,
|
|
2570
2570
|
mc: W,
|
|
2571
2571
|
pc: Oe,
|
|
@@ -2573,11 +2573,11 @@ function Pl(e, t) {
|
|
|
2573
2573
|
n: Lt,
|
|
2574
2574
|
o: e
|
|
2575
2575
|
};
|
|
2576
|
-
let
|
|
2577
|
-
return t && ([
|
|
2578
|
-
render:
|
|
2579
|
-
hydrate:
|
|
2580
|
-
createApp:
|
|
2576
|
+
let xn, wn;
|
|
2577
|
+
return t && ([xn, wn] = t(ut)), {
|
|
2578
|
+
render: To,
|
|
2579
|
+
hydrate: xn,
|
|
2580
|
+
createApp: Cl(To, xn)
|
|
2581
2581
|
};
|
|
2582
2582
|
}
|
|
2583
2583
|
function Ye({ effect: e, update: t }, n) {
|
|
@@ -2592,7 +2592,7 @@ function Zt(e, t, n = !1) {
|
|
|
2592
2592
|
c.shapeFlag & 1 && !c.dynamicChildren && ((c.patchFlag <= 0 || c.patchFlag === 32) && (c = s[r] = Be(s[r]), c.el = i.el), n || Zt(i, c)), process.env.NODE_ENV !== "production" && c.type === oe && !c.el && (c.el = i.el);
|
|
2593
2593
|
}
|
|
2594
2594
|
}
|
|
2595
|
-
function
|
|
2595
|
+
function $l(e) {
|
|
2596
2596
|
const t = e.slice(), n = [0];
|
|
2597
2597
|
let o, s, r, i, c;
|
|
2598
2598
|
const a = e.length;
|
|
@@ -2612,34 +2612,34 @@ function kl(e) {
|
|
|
2612
2612
|
n[r] = i, i = t[i];
|
|
2613
2613
|
return n;
|
|
2614
2614
|
}
|
|
2615
|
-
const
|
|
2615
|
+
const Pl = (e) => e.__isTeleport, _e = Symbol(process.env.NODE_ENV !== "production" ? "Fragment" : void 0), En = Symbol(process.env.NODE_ENV !== "production" ? "Text" : void 0), oe = Symbol(process.env.NODE_ENV !== "production" ? "Comment" : void 0), It = Symbol(process.env.NODE_ENV !== "production" ? "Static" : void 0), At = [];
|
|
2616
2616
|
let Ee = null;
|
|
2617
|
-
function
|
|
2618
|
-
|
|
2617
|
+
function Qn(e = !1) {
|
|
2618
|
+
At.push(Ee = e ? null : []);
|
|
2619
2619
|
}
|
|
2620
|
-
function
|
|
2621
|
-
|
|
2620
|
+
function kl() {
|
|
2621
|
+
At.pop(), Ee = At[At.length - 1] || null;
|
|
2622
2622
|
}
|
|
2623
2623
|
let Mt = 1;
|
|
2624
|
-
function
|
|
2624
|
+
function es(e) {
|
|
2625
2625
|
Mt += e;
|
|
2626
2626
|
}
|
|
2627
2627
|
function ar(e) {
|
|
2628
|
-
return e.dynamicChildren = Mt > 0 ? Ee || _t : null,
|
|
2628
|
+
return e.dynamicChildren = Mt > 0 ? Ee || _t : null, kl(), Mt > 0 && Ee && Ee.push(e), e;
|
|
2629
2629
|
}
|
|
2630
|
-
function
|
|
2630
|
+
function ts(e, t, n, o, s, r) {
|
|
2631
2631
|
return ar(We(e, t, n, o, s, r, !0));
|
|
2632
2632
|
}
|
|
2633
|
-
function
|
|
2633
|
+
function Ml(e, t, n, o, s) {
|
|
2634
2634
|
return ar(Ne(e, t, n, o, s, !0));
|
|
2635
2635
|
}
|
|
2636
|
-
function
|
|
2636
|
+
function xo(e) {
|
|
2637
2637
|
return e ? e.__v_isVNode === !0 : !1;
|
|
2638
2638
|
}
|
|
2639
2639
|
function Ge(e, t) {
|
|
2640
2640
|
return process.env.NODE_ENV !== "production" && t.shapeFlag & 6 && pt.has(t.type) ? !1 : e.type === t.type && e.key === t.key;
|
|
2641
2641
|
}
|
|
2642
|
-
const
|
|
2642
|
+
const Fl = (...e) => ur(...e), bn = "__vInternal", fr = ({ key: e }) => e != null ? e : null, Qt = ({ ref: e, ref_key: t, ref_for: n }) => e != null ? G(e) || ne(e) || A(e) ? { i: he, r: e, k: t, f: !!n } : e : null;
|
|
2643
2643
|
function We(e, t = null, n = null, o = 0, s = null, r = e === _e ? 0 : 1, i = !1, c = !1) {
|
|
2644
2644
|
const a = {
|
|
2645
2645
|
__v_isVNode: !0,
|
|
@@ -2648,7 +2648,7 @@ function We(e, t = null, n = null, o = 0, s = null, r = e === _e ? 0 : 1, i = !1
|
|
|
2648
2648
|
props: t,
|
|
2649
2649
|
key: t && fr(t),
|
|
2650
2650
|
ref: t && Qt(t),
|
|
2651
|
-
scopeId:
|
|
2651
|
+
scopeId: _n,
|
|
2652
2652
|
slotScopeIds: null,
|
|
2653
2653
|
children: n,
|
|
2654
2654
|
component: null,
|
|
@@ -2668,28 +2668,28 @@ function We(e, t = null, n = null, o = 0, s = null, r = e === _e ? 0 : 1, i = !1
|
|
|
2668
2668
|
dynamicChildren: null,
|
|
2669
2669
|
appContext: null
|
|
2670
2670
|
};
|
|
2671
|
-
return c ? (
|
|
2671
|
+
return c ? (wo(a, n), r & 128 && e.normalize(a)) : n && (a.shapeFlag |= G(n) ? 8 : 16), process.env.NODE_ENV !== "production" && a.key !== a.key && y("VNode created with invalid key (NaN). VNode type:", a.type), Mt > 0 && !i && Ee && (a.patchFlag > 0 || r & 6) && a.patchFlag !== 32 && Ee.push(a), a;
|
|
2672
2672
|
}
|
|
2673
|
-
const Ne = process.env.NODE_ENV !== "production" ?
|
|
2673
|
+
const Ne = process.env.NODE_ENV !== "production" ? Fl : ur;
|
|
2674
2674
|
function ur(e, t = null, n = null, o = 0, s = null, r = !1) {
|
|
2675
|
-
if ((!e || e ===
|
|
2675
|
+
if ((!e || e === il) && (process.env.NODE_ENV !== "production" && !e && y(`Invalid vnode type when creating vnode: ${e}.`), e = oe), xo(e)) {
|
|
2676
2676
|
const c = Te(e, t, !0);
|
|
2677
|
-
return n &&
|
|
2677
|
+
return n && wo(c, n), Mt > 0 && !r && Ee && (c.shapeFlag & 6 ? Ee[Ee.indexOf(e)] = c : Ee.push(c)), c.patchFlag |= -2, c;
|
|
2678
2678
|
}
|
|
2679
2679
|
if (gr(e) && (e = e.__vccOpts), t) {
|
|
2680
|
-
t =
|
|
2680
|
+
t = jl(t);
|
|
2681
2681
|
let { class: c, style: a } = t;
|
|
2682
|
-
c && !G(c) && (t.class =
|
|
2682
|
+
c && !G(c) && (t.class = so(c)), q(a) && (Hn(a) && !T(a) && (a = X({}, a)), t.style = oo(a));
|
|
2683
2683
|
}
|
|
2684
|
-
const i = G(e) ? 1 :
|
|
2685
|
-
return process.env.NODE_ENV !== "production" && i & 4 &&
|
|
2684
|
+
const i = G(e) ? 1 : Ui(e) ? 128 : Pl(e) ? 64 : q(e) ? 4 : A(e) ? 2 : 0;
|
|
2685
|
+
return process.env.NODE_ENV !== "production" && i & 4 && Hn(e) && (e = P(e), y("Vue received a Component which 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`.", `
|
|
2686
2686
|
Component that was made reactive: `, e)), We(e, t, n, o, s, i, r, !0);
|
|
2687
2687
|
}
|
|
2688
|
-
function
|
|
2689
|
-
return e ?
|
|
2688
|
+
function jl(e) {
|
|
2689
|
+
return e ? Hn(e) || bn in e ? X({}, e) : e : null;
|
|
2690
2690
|
}
|
|
2691
2691
|
function Te(e, t, n = !1) {
|
|
2692
|
-
const { props: o, ref: s, patchFlag: r, children: i } = e, c = t ?
|
|
2692
|
+
const { props: o, ref: s, patchFlag: r, children: i } = e, c = t ? Ll(o || {}, t) : o;
|
|
2693
2693
|
return {
|
|
2694
2694
|
__v_isVNode: !0,
|
|
2695
2695
|
__v_skip: !0,
|
|
@@ -2722,27 +2722,27 @@ function dr(e) {
|
|
|
2722
2722
|
const t = Te(e);
|
|
2723
2723
|
return T(e.children) && (t.children = e.children.map(dr)), t;
|
|
2724
2724
|
}
|
|
2725
|
-
function
|
|
2726
|
-
return Ne(
|
|
2725
|
+
function Rl(e = " ", t = 0) {
|
|
2726
|
+
return Ne(En, null, e, t);
|
|
2727
2727
|
}
|
|
2728
|
-
function
|
|
2728
|
+
function Sl(e, t) {
|
|
2729
2729
|
const n = Ne(It, null, e);
|
|
2730
2730
|
return n.staticCount = t, n;
|
|
2731
2731
|
}
|
|
2732
|
-
function
|
|
2733
|
-
return t ? (
|
|
2732
|
+
function Hl(e = "", t = !1) {
|
|
2733
|
+
return t ? (Qn(), Ml(oe, null, e)) : Ne(oe, null, e);
|
|
2734
2734
|
}
|
|
2735
2735
|
function ve(e) {
|
|
2736
2736
|
return e == null || typeof e == "boolean" ? Ne(oe) : T(e) ? Ne(
|
|
2737
2737
|
_e,
|
|
2738
2738
|
null,
|
|
2739
2739
|
e.slice()
|
|
2740
|
-
) : typeof e == "object" ? Be(e) : Ne(
|
|
2740
|
+
) : typeof e == "object" ? Be(e) : Ne(En, null, String(e));
|
|
2741
2741
|
}
|
|
2742
2742
|
function Be(e) {
|
|
2743
2743
|
return e.el === null && e.patchFlag !== -1 || e.memo ? e : Te(e);
|
|
2744
2744
|
}
|
|
2745
|
-
function
|
|
2745
|
+
function wo(e, t) {
|
|
2746
2746
|
let n = 0;
|
|
2747
2747
|
const { shapeFlag: o } = e;
|
|
2748
2748
|
if (t == null)
|
|
@@ -2752,26 +2752,26 @@ function Do(e, t) {
|
|
|
2752
2752
|
else if (typeof t == "object")
|
|
2753
2753
|
if (o & 65) {
|
|
2754
2754
|
const s = t.default;
|
|
2755
|
-
s && (s._c && (s._d = !1),
|
|
2755
|
+
s && (s._c && (s._d = !1), wo(e, s()), s._c && (s._d = !0));
|
|
2756
2756
|
return;
|
|
2757
2757
|
} else {
|
|
2758
2758
|
n = 32;
|
|
2759
2759
|
const s = t._;
|
|
2760
|
-
!s && !(
|
|
2760
|
+
!s && !(bn in t) ? t._ctx = he : s === 3 && he && (he.slots._ === 1 ? t._ = 1 : (t._ = 2, e.patchFlag |= 1024));
|
|
2761
2761
|
}
|
|
2762
2762
|
else
|
|
2763
|
-
|
|
2763
|
+
A(t) ? (t = { default: t, _ctx: he }, n = 32) : (t = String(t), o & 64 ? (n = 16, t = [Rl(t)]) : n = 8);
|
|
2764
2764
|
e.children = t, e.shapeFlag |= n;
|
|
2765
2765
|
}
|
|
2766
|
-
function
|
|
2766
|
+
function Ll(...e) {
|
|
2767
2767
|
const t = {};
|
|
2768
2768
|
for (let n = 0; n < e.length; n++) {
|
|
2769
2769
|
const o = e[n];
|
|
2770
2770
|
for (const s in o)
|
|
2771
2771
|
if (s === "class")
|
|
2772
|
-
t.class !== o.class && (t.class =
|
|
2772
|
+
t.class !== o.class && (t.class = so([t.class, o.class]));
|
|
2773
2773
|
else if (s === "style")
|
|
2774
|
-
t.style =
|
|
2774
|
+
t.style = oo([t.style, o.style]);
|
|
2775
2775
|
else if (jt(s)) {
|
|
2776
2776
|
const r = t[s], i = o[s];
|
|
2777
2777
|
i && r !== i && !(T(r) && r.includes(i)) && (t[s] = r ? [].concat(r, i) : i);
|
|
@@ -2786,11 +2786,11 @@ function we(e, t, n, o = null) {
|
|
|
2786
2786
|
o
|
|
2787
2787
|
]);
|
|
2788
2788
|
}
|
|
2789
|
-
const
|
|
2790
|
-
let
|
|
2791
|
-
function
|
|
2792
|
-
const o = e.type, s = (t ? t.appContext : e.appContext) ||
|
|
2793
|
-
uid:
|
|
2789
|
+
const Bl = cr();
|
|
2790
|
+
let Ul = 0;
|
|
2791
|
+
function Kl(e, t, n) {
|
|
2792
|
+
const o = e.type, s = (t ? t.appContext : e.appContext) || Bl, r = {
|
|
2793
|
+
uid: Ul++,
|
|
2794
2794
|
vnode: e,
|
|
2795
2795
|
type: o,
|
|
2796
2796
|
parent: t,
|
|
@@ -2800,7 +2800,7 @@ function zl(e, t, n) {
|
|
|
2800
2800
|
subTree: null,
|
|
2801
2801
|
effect: null,
|
|
2802
2802
|
update: null,
|
|
2803
|
-
scope: new
|
|
2803
|
+
scope: new Pr(!0),
|
|
2804
2804
|
render: null,
|
|
2805
2805
|
proxy: null,
|
|
2806
2806
|
exposed: null,
|
|
@@ -2847,57 +2847,57 @@ function zl(e, t, n) {
|
|
|
2847
2847
|
ec: null,
|
|
2848
2848
|
sp: null
|
|
2849
2849
|
};
|
|
2850
|
-
return process.env.NODE_ENV !== "production" ? r.ctx =
|
|
2850
|
+
return process.env.NODE_ENV !== "production" ? r.ctx = ll(r) : r.ctx = { _: r }, r.root = t ? t.root : r, r.emit = ki.bind(null, r), e.ce && e.ce(r), r;
|
|
2851
2851
|
}
|
|
2852
2852
|
let Q = null;
|
|
2853
|
-
const
|
|
2853
|
+
const Wl = () => Q || he, Nt = (e) => {
|
|
2854
2854
|
Q = e, e.scope.on();
|
|
2855
2855
|
}, rt = () => {
|
|
2856
2856
|
Q && Q.scope.off(), Q = null;
|
|
2857
|
-
},
|
|
2858
|
-
function
|
|
2857
|
+
}, zl = /* @__PURE__ */ yt("slot,component");
|
|
2858
|
+
function Gn(e, t) {
|
|
2859
2859
|
const n = t.isNativeTag || hs;
|
|
2860
|
-
(
|
|
2860
|
+
(zl(e) || n(e)) && y("Do not use built-in or reserved HTML elements as component id: " + e);
|
|
2861
2861
|
}
|
|
2862
2862
|
function pr(e) {
|
|
2863
2863
|
return e.vnode.shapeFlag & 4;
|
|
2864
2864
|
}
|
|
2865
2865
|
let Ft = !1;
|
|
2866
|
-
function
|
|
2866
|
+
function ql(e, t = !1) {
|
|
2867
2867
|
Ft = t;
|
|
2868
2868
|
const { props: n, children: o } = e.vnode, s = pr(e);
|
|
2869
|
-
|
|
2870
|
-
const r = s ?
|
|
2869
|
+
gl(e, n, s, t), wl(e, o);
|
|
2870
|
+
const r = s ? Jl(e, t) : void 0;
|
|
2871
2871
|
return Ft = !1, r;
|
|
2872
2872
|
}
|
|
2873
|
-
function
|
|
2873
|
+
function Jl(e, t) {
|
|
2874
2874
|
var n;
|
|
2875
2875
|
const o = e.type;
|
|
2876
2876
|
if (process.env.NODE_ENV !== "production") {
|
|
2877
|
-
if (o.name &&
|
|
2877
|
+
if (o.name && Gn(o.name, e.appContext.config), o.components) {
|
|
2878
2878
|
const r = Object.keys(o.components);
|
|
2879
2879
|
for (let i = 0; i < r.length; i++)
|
|
2880
|
-
|
|
2880
|
+
Gn(r[i], e.appContext.config);
|
|
2881
2881
|
}
|
|
2882
2882
|
if (o.directives) {
|
|
2883
2883
|
const r = Object.keys(o.directives);
|
|
2884
2884
|
for (let i = 0; i < r.length; i++)
|
|
2885
2885
|
Gs(r[i]);
|
|
2886
2886
|
}
|
|
2887
|
-
o.compilerOptions &&
|
|
2887
|
+
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.');
|
|
2888
2888
|
}
|
|
2889
|
-
e.accessCache = /* @__PURE__ */ Object.create(null), e.proxy = Ts(new Proxy(e.ctx, er)), process.env.NODE_ENV !== "production" &&
|
|
2889
|
+
e.accessCache = /* @__PURE__ */ Object.create(null), e.proxy = Ts(new Proxy(e.ctx, er)), process.env.NODE_ENV !== "production" && cl(e);
|
|
2890
2890
|
const { setup: s } = o;
|
|
2891
2891
|
if (s) {
|
|
2892
|
-
const r = e.setupContext = s.length > 1 ?
|
|
2892
|
+
const r = e.setupContext = s.length > 1 ? Xl(e) : null;
|
|
2893
2893
|
Nt(e), ct();
|
|
2894
2894
|
const i = ke(s, e, 0, [process.env.NODE_ENV !== "production" ? mt(e.props) : e.props, r]);
|
|
2895
|
-
if (at(), rt(),
|
|
2895
|
+
if (at(), rt(), lo(i)) {
|
|
2896
2896
|
if (i.then(rt, rt), t)
|
|
2897
2897
|
return i.then((c) => {
|
|
2898
2898
|
ns(e, c, t);
|
|
2899
2899
|
}).catch((c) => {
|
|
2900
|
-
|
|
2900
|
+
hn(c, e, 0);
|
|
2901
2901
|
});
|
|
2902
2902
|
if (e.asyncDep = i, process.env.NODE_ENV !== "production" && !e.suspense) {
|
|
2903
2903
|
const c = (n = o.name) !== null && n !== void 0 ? n : "Anonymous";
|
|
@@ -2909,27 +2909,27 @@ function Xl(e, t) {
|
|
|
2909
2909
|
hr(e, t);
|
|
2910
2910
|
}
|
|
2911
2911
|
function ns(e, t, n) {
|
|
2912
|
-
|
|
2912
|
+
A(t) ? e.type.__ssrInlineRender ? e.ssrRender = t : e.render = t : q(t) ? (process.env.NODE_ENV !== "production" && xo(t) && y("setup() should not return VNodes directly - return a render function instead."), process.env.NODE_ENV !== "production" && (e.devtoolsRawSetupState = t), e.setupState = Is(t), process.env.NODE_ENV !== "production" && al(e)) : process.env.NODE_ENV !== "production" && t !== void 0 && y(`setup() should return an object. Received: ${t === null ? "null" : typeof t}`), hr(e, n);
|
|
2913
2913
|
}
|
|
2914
|
-
let
|
|
2915
|
-
const
|
|
2914
|
+
let eo;
|
|
2915
|
+
const Yl = () => !eo;
|
|
2916
2916
|
function hr(e, t, n) {
|
|
2917
2917
|
const o = e.type;
|
|
2918
2918
|
if (!e.render) {
|
|
2919
|
-
if (!t &&
|
|
2920
|
-
const s = o.template ||
|
|
2919
|
+
if (!t && eo && !o.render) {
|
|
2920
|
+
const s = o.template || yo(e).template;
|
|
2921
2921
|
if (s) {
|
|
2922
|
-
process.env.NODE_ENV !== "production" &&
|
|
2922
|
+
process.env.NODE_ENV !== "production" && $e(e, "compile");
|
|
2923
2923
|
const { isCustomElement: r, compilerOptions: i } = e.appContext.config, { delimiters: c, compilerOptions: a } = o, u = X(X({
|
|
2924
2924
|
isCustomElement: r,
|
|
2925
2925
|
delimiters: c
|
|
2926
2926
|
}, i), a);
|
|
2927
|
-
o.render =
|
|
2927
|
+
o.render = eo(s, u), process.env.NODE_ENV !== "production" && Pe(e, "compile");
|
|
2928
2928
|
}
|
|
2929
2929
|
}
|
|
2930
2930
|
e.render = o.render || te;
|
|
2931
2931
|
}
|
|
2932
|
-
Nt(e), ct(),
|
|
2932
|
+
Nt(e), ct(), ul(e), at(), rt(), process.env.NODE_ENV !== "production" && !o.render && e.render === te && !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."));
|
|
2933
2933
|
}
|
|
2934
2934
|
function os(e) {
|
|
2935
2935
|
return new Proxy(e.attrs, process.env.NODE_ENV !== "production" ? {
|
|
@@ -2948,7 +2948,7 @@ function os(e) {
|
|
|
2948
2948
|
}
|
|
2949
2949
|
});
|
|
2950
2950
|
}
|
|
2951
|
-
function
|
|
2951
|
+
function Xl(e) {
|
|
2952
2952
|
const t = (o) => {
|
|
2953
2953
|
process.env.NODE_ENV !== "production" && e.exposed && y("expose() should be called only once per setup()."), e.exposed = o || {};
|
|
2954
2954
|
};
|
|
@@ -2973,7 +2973,7 @@ function Ql(e) {
|
|
|
2973
2973
|
expose: t
|
|
2974
2974
|
};
|
|
2975
2975
|
}
|
|
2976
|
-
function
|
|
2976
|
+
function Do(e) {
|
|
2977
2977
|
if (e.exposed)
|
|
2978
2978
|
return e.exposeProxy || (e.exposeProxy = new Proxy(Is(Ts(e.exposed)), {
|
|
2979
2979
|
get(t, n) {
|
|
@@ -2984,11 +2984,11 @@ function Vo(e) {
|
|
|
2984
2984
|
}
|
|
2985
2985
|
}));
|
|
2986
2986
|
}
|
|
2987
|
-
const
|
|
2987
|
+
const Zl = /(?:^|[-_])(\w)/g, Ql = (e) => e.replace(Zl, (t) => t.toUpperCase()).replace(/[-_]/g, "");
|
|
2988
2988
|
function mr(e, t = !0) {
|
|
2989
|
-
return
|
|
2989
|
+
return A(e) ? e.displayName || e.name : e.name || t && e.__name;
|
|
2990
2990
|
}
|
|
2991
|
-
function
|
|
2991
|
+
function Nn(e, t, n = !1) {
|
|
2992
2992
|
let o = mr(t);
|
|
2993
2993
|
if (!o && t.__file) {
|
|
2994
2994
|
const s = t.__file.match(/([^/\\]+)\.\w+$/);
|
|
@@ -3002,17 +3002,17 @@ function yn(e, t, n = !1) {
|
|
|
3002
3002
|
};
|
|
3003
3003
|
o = s(e.components || e.parent.type.components) || s(e.appContext.components);
|
|
3004
3004
|
}
|
|
3005
|
-
return o ?
|
|
3005
|
+
return o ? Ql(o) : n ? "App" : "Anonymous";
|
|
3006
3006
|
}
|
|
3007
3007
|
function gr(e) {
|
|
3008
|
-
return
|
|
3008
|
+
return A(e) && "__vccOpts" in e;
|
|
3009
3009
|
}
|
|
3010
|
-
const
|
|
3010
|
+
const Gl = (e, t) => pi(e, t, Ft);
|
|
3011
3011
|
Symbol(process.env.NODE_ENV !== "production" ? "ssrContext" : "");
|
|
3012
3012
|
function An(e) {
|
|
3013
3013
|
return !!(e && e.__v_isShallow);
|
|
3014
3014
|
}
|
|
3015
|
-
function
|
|
3015
|
+
function ec() {
|
|
3016
3016
|
if (process.env.NODE_ENV === "production" || typeof window > "u")
|
|
3017
3017
|
return;
|
|
3018
3018
|
const e = { style: "color:#3ba776" }, t = { style: "color:#0b1bc9" }, n = { style: "color:#b62e24" }, o = { style: "color:#9d288c" }, s = {
|
|
@@ -3057,8 +3057,8 @@ function nc() {
|
|
|
3057
3057
|
d.type.props && d.props && _.push(i("props", P(d.props))), d.setupState !== H && _.push(i("setup", d.setupState)), d.data !== H && _.push(i("data", P(d.data)));
|
|
3058
3058
|
const D = a(d, "computed");
|
|
3059
3059
|
D && _.push(i("computed", D));
|
|
3060
|
-
const
|
|
3061
|
-
return
|
|
3060
|
+
const $ = a(d, "inject");
|
|
3061
|
+
return $ && _.push(i("injected", $)), _.push([
|
|
3062
3062
|
"div",
|
|
3063
3063
|
{},
|
|
3064
3064
|
[
|
|
@@ -3101,16 +3101,16 @@ function nc() {
|
|
|
3101
3101
|
}
|
|
3102
3102
|
function a(d, _) {
|
|
3103
3103
|
const D = d.type;
|
|
3104
|
-
if (
|
|
3104
|
+
if (A(D))
|
|
3105
3105
|
return;
|
|
3106
|
-
const
|
|
3106
|
+
const $ = {};
|
|
3107
3107
|
for (const C in d.ctx)
|
|
3108
|
-
u(D, C, _) && (
|
|
3109
|
-
return
|
|
3108
|
+
u(D, C, _) && ($[C] = d.ctx[C]);
|
|
3109
|
+
return $;
|
|
3110
3110
|
}
|
|
3111
3111
|
function u(d, _, D) {
|
|
3112
|
-
const
|
|
3113
|
-
if (T(
|
|
3112
|
+
const $ = d[D];
|
|
3113
|
+
if (T($) && $.includes(_) || q($) && _ in $ || d.extends && u(d.extends, _, D) || d.mixins && d.mixins.some((C) => u(C, _, D)))
|
|
3114
3114
|
return !0;
|
|
3115
3115
|
}
|
|
3116
3116
|
function h(d) {
|
|
@@ -3118,7 +3118,7 @@ function nc() {
|
|
|
3118
3118
|
}
|
|
3119
3119
|
window.devtoolsFormatters ? window.devtoolsFormatters.push(s) : window.devtoolsFormatters = [s];
|
|
3120
3120
|
}
|
|
3121
|
-
const ss = "3.2.40",
|
|
3121
|
+
const ss = "3.2.40", tc = "http://www.w3.org/2000/svg", et = typeof document < "u" ? document : null, rs = et && /* @__PURE__ */ et.createElement("template"), nc = {
|
|
3122
3122
|
insert: (e, t, n) => {
|
|
3123
3123
|
t.insertBefore(e, n || null);
|
|
3124
3124
|
},
|
|
@@ -3127,7 +3127,7 @@ const ss = "3.2.40", oc = "http://www.w3.org/2000/svg", et = typeof document < "
|
|
|
3127
3127
|
t && t.removeChild(e);
|
|
3128
3128
|
},
|
|
3129
3129
|
createElement: (e, t, n, o) => {
|
|
3130
|
-
const s = t ? et.createElementNS(
|
|
3130
|
+
const s = t ? et.createElementNS(tc, e) : et.createElement(e, n ? { is: n } : void 0);
|
|
3131
3131
|
return e === "select" && o && o.multiple != null && s.setAttribute("multiple", o.multiple), s;
|
|
3132
3132
|
},
|
|
3133
3133
|
createText: (e) => et.createTextNode(e),
|
|
@@ -3166,60 +3166,60 @@ const ss = "3.2.40", oc = "http://www.w3.org/2000/svg", et = typeof document < "
|
|
|
3166
3166
|
];
|
|
3167
3167
|
}
|
|
3168
3168
|
};
|
|
3169
|
-
function
|
|
3169
|
+
function oc(e, t, n) {
|
|
3170
3170
|
const o = e._vtc;
|
|
3171
3171
|
o && (t = (t ? [t, ...o] : [...o]).join(" ")), t == null ? e.removeAttribute("class") : n ? e.setAttribute("class", t) : e.className = t;
|
|
3172
3172
|
}
|
|
3173
|
-
function
|
|
3173
|
+
function sc(e, t, n) {
|
|
3174
3174
|
const o = e.style, s = G(n);
|
|
3175
3175
|
if (n && !s) {
|
|
3176
3176
|
for (const r in n)
|
|
3177
|
-
|
|
3177
|
+
to(o, r, n[r]);
|
|
3178
3178
|
if (t && !G(t))
|
|
3179
3179
|
for (const r in t)
|
|
3180
|
-
n[r] == null &&
|
|
3180
|
+
n[r] == null && to(o, r, "");
|
|
3181
3181
|
} else {
|
|
3182
3182
|
const r = o.display;
|
|
3183
3183
|
s ? t !== n && (o.cssText = n) : t && e.removeAttribute("style"), "_vod" in e && (o.display = r);
|
|
3184
3184
|
}
|
|
3185
3185
|
}
|
|
3186
3186
|
const is = /\s*!important$/;
|
|
3187
|
-
function
|
|
3187
|
+
function to(e, t, n) {
|
|
3188
3188
|
if (T(n))
|
|
3189
|
-
n.forEach((o) =>
|
|
3189
|
+
n.forEach((o) => to(e, t, o));
|
|
3190
3190
|
else if (n == null && (n = ""), t.startsWith("--"))
|
|
3191
3191
|
e.setProperty(t, n);
|
|
3192
3192
|
else {
|
|
3193
|
-
const o =
|
|
3193
|
+
const o = rc(e, t);
|
|
3194
3194
|
is.test(n) ? e.setProperty(be(o), n.replace(is, ""), "important") : e[o] = n;
|
|
3195
3195
|
}
|
|
3196
3196
|
}
|
|
3197
|
-
const ls = ["Webkit", "Moz", "ms"],
|
|
3198
|
-
function
|
|
3199
|
-
const n =
|
|
3197
|
+
const ls = ["Webkit", "Moz", "ms"], $n = {};
|
|
3198
|
+
function rc(e, t) {
|
|
3199
|
+
const n = $n[t];
|
|
3200
3200
|
if (n)
|
|
3201
3201
|
return n;
|
|
3202
3202
|
let o = ze(t);
|
|
3203
3203
|
if (o !== "filter" && o in e)
|
|
3204
|
-
return
|
|
3205
|
-
o =
|
|
3204
|
+
return $n[t] = o;
|
|
3205
|
+
o = an(o);
|
|
3206
3206
|
for (let s = 0; s < ls.length; s++) {
|
|
3207
3207
|
const r = ls[s] + o;
|
|
3208
3208
|
if (r in e)
|
|
3209
|
-
return
|
|
3209
|
+
return $n[t] = r;
|
|
3210
3210
|
}
|
|
3211
3211
|
return t;
|
|
3212
3212
|
}
|
|
3213
3213
|
const cs = "http://www.w3.org/1999/xlink";
|
|
3214
|
-
function
|
|
3214
|
+
function ic(e, t, n, o, s) {
|
|
3215
3215
|
if (o && t.startsWith("xlink:"))
|
|
3216
3216
|
n == null ? e.removeAttributeNS(cs, t.slice(6, t.length)) : e.setAttributeNS(cs, t, n);
|
|
3217
3217
|
else {
|
|
3218
|
-
const r =
|
|
3218
|
+
const r = Nr(t);
|
|
3219
3219
|
n == null || r && !ps(n) ? e.removeAttribute(t) : e.setAttribute(t, r ? "" : n);
|
|
3220
3220
|
}
|
|
3221
3221
|
}
|
|
3222
|
-
function
|
|
3222
|
+
function lc(e, t, n, o, s, r, i) {
|
|
3223
3223
|
if (t === "innerHTML" || t === "textContent") {
|
|
3224
3224
|
o && i(o, s, r), e[t] = n == null ? "" : n;
|
|
3225
3225
|
return;
|
|
@@ -3242,7 +3242,7 @@ function ac(e, t, n, o, s, r, i) {
|
|
|
3242
3242
|
}
|
|
3243
3243
|
c && e.removeAttribute(t);
|
|
3244
3244
|
}
|
|
3245
|
-
const [_r,
|
|
3245
|
+
const [_r, cc] = /* @__PURE__ */ (() => {
|
|
3246
3246
|
let e = Date.now, t = !1;
|
|
3247
3247
|
if (typeof window < "u") {
|
|
3248
3248
|
Date.now() > document.createEvent("Event").timeStamp && (e = performance.now.bind(performance));
|
|
@@ -3251,31 +3251,31 @@ const [_r, fc] = /* @__PURE__ */ (() => {
|
|
|
3251
3251
|
}
|
|
3252
3252
|
return [e, t];
|
|
3253
3253
|
})();
|
|
3254
|
-
let
|
|
3255
|
-
const
|
|
3256
|
-
|
|
3257
|
-
},
|
|
3258
|
-
function
|
|
3254
|
+
let no = 0;
|
|
3255
|
+
const ac = /* @__PURE__ */ Promise.resolve(), fc = () => {
|
|
3256
|
+
no = 0;
|
|
3257
|
+
}, uc = () => no || (ac.then(fc), no = _r());
|
|
3258
|
+
function dc(e, t, n, o) {
|
|
3259
3259
|
e.addEventListener(t, n, o);
|
|
3260
3260
|
}
|
|
3261
|
-
function
|
|
3261
|
+
function pc(e, t, n, o) {
|
|
3262
3262
|
e.removeEventListener(t, n, o);
|
|
3263
3263
|
}
|
|
3264
|
-
function
|
|
3264
|
+
function hc(e, t, n, o, s = null) {
|
|
3265
3265
|
const r = e._vei || (e._vei = {}), i = r[t];
|
|
3266
3266
|
if (o && i)
|
|
3267
3267
|
i.value = o;
|
|
3268
3268
|
else {
|
|
3269
|
-
const [c, a] =
|
|
3269
|
+
const [c, a] = mc(t);
|
|
3270
3270
|
if (o) {
|
|
3271
|
-
const u = r[t] =
|
|
3272
|
-
|
|
3271
|
+
const u = r[t] = gc(o, s);
|
|
3272
|
+
dc(e, c, u, a);
|
|
3273
3273
|
} else
|
|
3274
|
-
i && (
|
|
3274
|
+
i && (pc(e, c, i, a), r[t] = void 0);
|
|
3275
3275
|
}
|
|
3276
3276
|
}
|
|
3277
3277
|
const as = /(?:Once|Passive|Capture)$/;
|
|
3278
|
-
function
|
|
3278
|
+
function mc(e) {
|
|
3279
3279
|
let t;
|
|
3280
3280
|
if (as.test(e)) {
|
|
3281
3281
|
t = {};
|
|
@@ -3285,14 +3285,14 @@ function _c(e) {
|
|
|
3285
3285
|
}
|
|
3286
3286
|
return [e[2] === ":" ? e.slice(3) : be(e.slice(2)), t];
|
|
3287
3287
|
}
|
|
3288
|
-
function
|
|
3288
|
+
function gc(e, t) {
|
|
3289
3289
|
const n = (o) => {
|
|
3290
3290
|
const s = o.timeStamp || _r();
|
|
3291
|
-
(
|
|
3291
|
+
(cc || s >= n.attached - 1) && me(_c(o, n.value), t, 5, [o]);
|
|
3292
3292
|
};
|
|
3293
|
-
return n.value = e, n.attached =
|
|
3293
|
+
return n.value = e, n.attached = uc(), n;
|
|
3294
3294
|
}
|
|
3295
|
-
function
|
|
3295
|
+
function _c(e, t) {
|
|
3296
3296
|
if (T(t)) {
|
|
3297
3297
|
const n = e.stopImmediatePropagation;
|
|
3298
3298
|
return e.stopImmediatePropagation = () => {
|
|
@@ -3301,24 +3301,24 @@ function Ec(e, t) {
|
|
|
3301
3301
|
} else
|
|
3302
3302
|
return t;
|
|
3303
3303
|
}
|
|
3304
|
-
const fs = /^on[a-z]/,
|
|
3305
|
-
t === "class" ?
|
|
3304
|
+
const fs = /^on[a-z]/, vc = (e, t, n, o, s = !1, r, i, c, a) => {
|
|
3305
|
+
t === "class" ? oc(e, o, s) : t === "style" ? sc(e, n, o) : jt(t) ? Gt(t) || hc(e, t, n, o, i) : (t[0] === "." ? (t = t.slice(1), !0) : t[0] === "^" ? (t = t.slice(1), !1) : Ec(e, t, o, s)) ? lc(e, t, o, r, i, c, a) : (t === "true-value" ? e._trueValue = o : t === "false-value" && (e._falseValue = o), ic(e, t, o, s));
|
|
3306
3306
|
};
|
|
3307
|
-
function
|
|
3308
|
-
return o ? !!(t === "innerHTML" || t === "textContent" || t in e && fs.test(t) &&
|
|
3307
|
+
function Ec(e, t, n, o) {
|
|
3308
|
+
return o ? !!(t === "innerHTML" || t === "textContent" || t in e && fs.test(t) && A(n)) : t === "spellcheck" || t === "draggable" || t === "translate" || t === "form" || t === "list" && e.tagName === "INPUT" || t === "type" && e.tagName === "TEXTAREA" || fs.test(t) && G(n) ? !1 : t in e;
|
|
3309
3309
|
}
|
|
3310
|
-
function
|
|
3310
|
+
function bc(e, t) {
|
|
3311
3311
|
const n = Ys(e);
|
|
3312
|
-
class o extends
|
|
3312
|
+
class o extends Vo {
|
|
3313
3313
|
constructor(r) {
|
|
3314
3314
|
super(n, r, t);
|
|
3315
3315
|
}
|
|
3316
3316
|
}
|
|
3317
3317
|
return o.def = n, o;
|
|
3318
3318
|
}
|
|
3319
|
-
const
|
|
3319
|
+
const Nc = typeof HTMLElement < "u" ? HTMLElement : class {
|
|
3320
3320
|
};
|
|
3321
|
-
class
|
|
3321
|
+
class Vo extends Nc {
|
|
3322
3322
|
constructor(t, n = {}, o) {
|
|
3323
3323
|
super(), this._def = t, this._props = n, this._instance = null, this._connected = !1, this._resolved = !1, this._numberProps = null, this.shadowRoot && o ? o(this._createVNode(), this.shadowRoot) : (process.env.NODE_ENV !== "production" && this.shadowRoot && y("Custom element has pre-rendered declarative shadow root but is not defined as hydratable. Use `defineSSRCustomElement`."), this.attachShadow({ mode: "open" }));
|
|
3324
3324
|
}
|
|
@@ -3346,7 +3346,7 @@ class Co extends yc {
|
|
|
3346
3346
|
if (i)
|
|
3347
3347
|
for (const u in this._props) {
|
|
3348
3348
|
const h = s[u];
|
|
3349
|
-
(h === Number || h && h.type === Number) && (this._props[u] =
|
|
3349
|
+
(h === Number || h && h.type === Number) && (this._props[u] = Pn(this._props[u]), (a || (a = /* @__PURE__ */ Object.create(null)))[u] = !0);
|
|
3350
3350
|
}
|
|
3351
3351
|
this._numberProps = a;
|
|
3352
3352
|
for (const u of Object.keys(this))
|
|
@@ -3366,7 +3366,7 @@ class Co extends yc {
|
|
|
3366
3366
|
}
|
|
3367
3367
|
_setAttr(t) {
|
|
3368
3368
|
let n = this.getAttribute(t);
|
|
3369
|
-
this._numberProps && this._numberProps[t] && (n =
|
|
3369
|
+
this._numberProps && this._numberProps[t] && (n = Pn(n)), this._setProp(ze(t), n, !1);
|
|
3370
3370
|
}
|
|
3371
3371
|
_getProp(t) {
|
|
3372
3372
|
return this._props[t];
|
|
@@ -3389,7 +3389,7 @@ class Co extends yc {
|
|
|
3389
3389
|
};
|
|
3390
3390
|
let o = this;
|
|
3391
3391
|
for (; o = o && (o.parentNode || o.host); )
|
|
3392
|
-
if (o instanceof
|
|
3392
|
+
if (o instanceof Vo) {
|
|
3393
3393
|
n.parent = o._instance;
|
|
3394
3394
|
break;
|
|
3395
3395
|
}
|
|
@@ -3402,7 +3402,7 @@ class Co extends yc {
|
|
|
3402
3402
|
});
|
|
3403
3403
|
}
|
|
3404
3404
|
}
|
|
3405
|
-
const
|
|
3405
|
+
const yc = {
|
|
3406
3406
|
name: String,
|
|
3407
3407
|
type: String,
|
|
3408
3408
|
css: {
|
|
@@ -3420,26 +3420,26 @@ const Oc = {
|
|
|
3420
3420
|
leaveActiveClass: String,
|
|
3421
3421
|
leaveToClass: String
|
|
3422
3422
|
};
|
|
3423
|
-
|
|
3424
|
-
const
|
|
3423
|
+
Yi.props;
|
|
3424
|
+
const Oc = /* @__PURE__ */ X({ patchProp: vc }, nc);
|
|
3425
3425
|
let us;
|
|
3426
|
-
function
|
|
3427
|
-
return us || (us =
|
|
3426
|
+
function xc() {
|
|
3427
|
+
return us || (us = Il(Oc));
|
|
3428
3428
|
}
|
|
3429
3429
|
const ds = (...e) => {
|
|
3430
|
-
|
|
3430
|
+
xc().render(...e);
|
|
3431
3431
|
};
|
|
3432
|
-
function
|
|
3433
|
-
|
|
3432
|
+
function wc() {
|
|
3433
|
+
ec();
|
|
3434
3434
|
}
|
|
3435
|
-
process.env.NODE_ENV !== "production" &&
|
|
3436
|
-
const
|
|
3435
|
+
process.env.NODE_ENV !== "production" && wc();
|
|
3436
|
+
const Co = (e) => (Mi("data-v-f51198a4"), e = e(), Fi(), e), Dc = { class: "antialiased font-sans" }, Vc = { class: "relative flex items-top justify-center min-h-screen bg-gray-50 dark:bg-gray-900 sm:items-center py-4 sm:pt-0" }, Cc = { class: "max-w-6xl mx-auto sm:px-6 lg:px-8" }, Tc = { class: "flex justify-center items-center pt-8 sm:justify-between sm:pt-0" }, Ic = /* @__PURE__ */ Co(() => /* @__PURE__ */ We("Logo", null, null, -1)), Ac = {
|
|
3437
3437
|
key: 0,
|
|
3438
3438
|
class: "flex items-end"
|
|
3439
|
-
},
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
],
|
|
3439
|
+
}, $c = /* @__PURE__ */ Co(() => /* @__PURE__ */ We("Counter", null, null, -1)), Pc = /* @__PURE__ */ Co(() => /* @__PURE__ */ We("ToggleDark", null, null, -1)), kc = [
|
|
3440
|
+
$c,
|
|
3441
|
+
Pc
|
|
3442
|
+
], Mc = /* @__PURE__ */ Sl('<div class="mt-8 bg-white dark:bg-gray-800 overflow-hidden shadow sm:rounded-lg" data-v-f51198a4><div class="grid grid-cols-1 md:grid-cols-2" data-v-f51198a4><div class="p-6" data-v-f51198a4><div class="flex items-center" data-v-f51198a4><i class="i-heroicons-outline-book-open w-8 h-8 text-gray-500" aria-hidden="true" data-v-f51198a4></i><div class="ml-4 text-lg leading-7 font-semibold" data-v-f51198a4><a href="https://stacks.ow3org.com/docs" class="underline text-gray-900 dark:text-white" data-v-f51198a4> Documentation </a></div></div><div class="ml-12" data-v-f51198a4><div class="mt-2 text-gray-600 dark:text-gray-400 text-sm leading-6" data-v-f51198a4> Stacks will have (wip) a wonderful, thorough documentation covering every aspect of the framework. Whether you are new to the framework or have previous experience with Stacks, we recommend reading all of the documentation from beginning to end. </div></div></div><div class="p-6 border-t border-gray-200 dark:border-gray-700 md:border-t-0 md:border-l" data-v-f51198a4><div class="flex items-center" data-v-f51198a4><i class="i-heroicons-outline-puzzle w-8 h-8 text-gray-500" aria-hidden="true" data-v-f51198a4></i><div class="ml-4 text-lg leading-7 font-semibold" data-v-f51198a4><a href="https://stacks.ow3.org/components" class="underline text-gray-900 dark:text-white" data-v-f51198a4> Components </a></div></div><div class="ml-12" data-v-f51198a4><div class="mt-2 text-gray-600 dark:text-gray-400 text-sm leading-6" data-v-f51198a4> The easiest way to build component libraries and distribute them on npm. Stacks automatically imports all of your components & makes them available to you in your templates. And it automatically builds framework agnostic (e.g. Web & Vue Components) component libraries out of those. </div></div></div><div class="p-6 border-t border-gray-200 dark:border-gray-700" data-v-f51198a4><div class="flex items-center" data-v-f51198a4><i class="i-heroicons-outline-template w-8 h-8 text-gray-500" aria-hidden="true" data-v-f51198a4></i><div class="ml-4 text-lg leading-7 font-semibold" data-v-f51198a4><a href="https://stacks.ow3.org/functions" class="underline text-gray-900 dark:text-white" data-v-f51198a4> Functions </a></div></div><div class="ml-12" data-v-f51198a4><div class="mt-2 text-gray-600 dark:text-gray-400 text-sm leading-6" data-v-f51198a4> Atomic FX development, at core, is a simple way to create composable functions. These \u201Cfunction libraries\u201D may easily be distributed via npm or served as API endpoints. Because Stacks loves serverless technology, scalability is built-in. <i data-v-f51198a4>Don\u2019t sweat it, it\u2019s simple!</i></div></div></div><div class="p-6 border-t border-gray-200 dark:border-gray-700 md:border-l" data-v-f51198a4><div class="flex items-center" data-v-f51198a4><i class="i-heroicons-outline-variable w-8 h-8 text-gray-500" aria-hidden="true" data-v-f51198a4></i><div class="ml-4 text-lg leading-7 font-semibold text-gray-900 dark:text-white" data-v-f51198a4><a href="https://stacks.ow3.org/pages" class="underline text-gray-900 dark:text-white" data-v-f51198a4> Pages </a></div></div><div class="ml-12" data-v-f51198a4><div class="mt-2 text-gray-600 dark:text-gray-400 text-sm leading-6" data-v-f51198a4> Building on top of \u201Ccomponents,\u201D you may easily reuse them to develop your \u201Cpages.\u201D SSR & PWA support is built-in, as well as a deployable server. Get more done, more quickly. Vercel & Netlify are supported, including many other cloud providers. </div></div></div><div class="p-6 border-t border-gray-200 dark:border-gray-700" data-v-f51198a4><div class="flex items-center" data-v-f51198a4><i class="i-heroicons-outline-terminal w-8 h-8 text-gray-500" aria-hidden="true" data-v-f51198a4></i><div class="ml-4 text-lg leading-7 font-semibold" data-v-f51198a4><a href="https://stacks.ow3.org/" class="underline text-gray-900 dark:text-white" data-v-f51198a4> Modern DX </a></div></div><div class="ml-12" data-v-f51198a4><div class="mt-2 text-gray-600 dark:text-gray-400 text-sm leading-6" data-v-f51198a4> Approachable artisan design; simplistic setup, maintenance & collaboration. Deep IDE integration, auto-formatting, access to powerful utility APIs, modern git commit conventions, npm package releases, semver powered, pretty changelog generations, PR dependency updates, documentation tooling, and more. <i data-v-f51198a4>A well-defined set of best practices & automations.</i></div></div></div><div class="p-6 border-t border-gray-200 dark:border-gray-700 md:border-l" data-v-f51198a4><div class="flex items-center" data-v-f51198a4><i class="i-heroicons-outline-globe w-8 h-8 text-gray-500" aria-hidden="true" data-v-f51198a4></i><div class="ml-4 text-lg leading-7 font-semibold text-gray-900 dark:text-white" data-v-f51198a4> Vibrant Ecosystem </div></div><div class="ml-12" data-v-f51198a4><div class="mt-2 text-gray-600 dark:text-gray-400 text-sm leading-6" data-v-f51198a4> Stacks\u2019s robust ecosystem of first-party libraries, including headless/unstyled, fully accessible UI component libraries, designed to integrate beautifully with any tech stack of your choice. <a href="https://github.com/stacksjsow3org/table" class="underline text-blue-600 dark:text-blue-200" data-v-f51198a4>Tables</a>, <a href="https://github.com/stacksjs/date-picker" class="underline text-blue-600 dark:text-blue-200" data-v-f51198a4>Command Palettes</a>, <a href="https://github.com/stacksjs/date-picker" class="underline text-blue-600 dark:text-blue-200" data-v-f51198a4>Date Pickers</a>, <a href="https://github.com/stacksjs/file-manager" class="underline text-blue-600 dark:text-blue-200" data-v-f51198a4>File Manager</a>, <a href="https://github.com/stacksjs/image" class="underline text-blue-600 dark:text-blue-200" data-v-f51198a4>Images</a>, <a href="https://github.com/stacksjs/video" class="underline text-blue-600 dark:text-blue-200" data-v-f51198a4>Videos</a>, <a href="https://github.com/stacksjs/audio" class="underline text-blue-600 dark:text-blue-200" data-v-f51198a4>Audios</a>, and <a href="https://github.com/stacksjs/web3" class="underline text-blue-600 dark:text-blue-200" data-v-f51198a4>Web3</a> libraries, such as <a href="https://github.com/stacksjs/daos" class="underline text-blue-600 dark:text-blue-200" data-v-f51198a4>DAO</a>, <a href="https://github.com/stacksjs/nfts" class="underline text-blue-600 dark:text-blue-200" data-v-f51198a4>NFTs</a>, <a href="https://github.com/stacksjs/defi" class="underline text-blue-600 dark:text-blue-200" data-v-f51198a4>DeFi</a> stacks, and more\u2014we got you covered. </div></div></div></div></div><div class="flex justify-center mt-4 sm:items-center sm:justify-between" data-v-f51198a4><div class="text-center text-sm text-gray-500 sm:text-left" data-v-f51198a4><div class="flex items-center" data-v-f51198a4><i class="-mt-px w-5 h-5 text-gray-400 i-heroicons-outline-heart" aria-hidden="true" data-v-f51198a4></i><svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" class="" data-v-f51198a4><path d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z" data-v-f51198a4></path></svg><a href="https://github.com/sponsors/chrisbbreuer" class="ml-1 underline text-blue-600 dark:text-blue-200" data-v-f51198a4> Sponsor </a></div></div><div class="ml-4 text-center text-sm text-gray-500 sm:text-right sm:ml-0" data-v-f51198a4> Stacks Pre-Alpha (Node v18.8) </div></div>', 2), Fc = /* @__PURE__ */ Ys({
|
|
3443
3443
|
__name: "HelloWorld",
|
|
3444
3444
|
props: {
|
|
3445
3445
|
greeting: null,
|
|
@@ -3447,33 +3447,25 @@ const To = (e) => (ji("data-v-f51198a4"), e = e(), Ri(), e), Vc = { class: "anti
|
|
|
3447
3447
|
},
|
|
3448
3448
|
setup(e) {
|
|
3449
3449
|
const { greeting: t = "Welcome!" } = e;
|
|
3450
|
-
return
|
|
3450
|
+
return bo(() => {
|
|
3451
3451
|
console.log("HelloWorld component mounted & the greeting is", t);
|
|
3452
|
-
}), (n, o) => (
|
|
3453
|
-
We("div",
|
|
3454
|
-
We("div",
|
|
3455
|
-
We("div",
|
|
3456
|
-
|
|
3457
|
-
e.showButtons ? (
|
|
3452
|
+
}), (n, o) => (Qn(), ts("div", Dc, [
|
|
3453
|
+
We("div", Vc, [
|
|
3454
|
+
We("div", Cc, [
|
|
3455
|
+
We("div", Tc, [
|
|
3456
|
+
Ic,
|
|
3457
|
+
e.showButtons ? (Qn(), ts("div", Ac, kc)) : Hl("", !0)
|
|
3458
3458
|
]),
|
|
3459
|
-
|
|
3459
|
+
Mc
|
|
3460
3460
|
])
|
|
3461
3461
|
])
|
|
3462
3462
|
]));
|
|
3463
3463
|
}
|
|
3464
3464
|
});
|
|
3465
|
-
const
|
|
3465
|
+
const jc = (e, t) => {
|
|
3466
3466
|
const n = e.__vccOpts || e;
|
|
3467
3467
|
for (const [o, s] of t)
|
|
3468
3468
|
n[o] = s;
|
|
3469
3469
|
return n;
|
|
3470
|
-
}, Rc = /* @__PURE__ */
|
|
3471
|
-
|
|
3472
|
-
"show-buttons": !0
|
|
3473
|
-
};
|
|
3474
|
-
function Lc(e, t) {
|
|
3475
|
-
return ln(), Gn("HelloWorld", Hc);
|
|
3476
|
-
}
|
|
3477
|
-
const Bc = /* @__PURE__ */ Er(Sc, [["render", Lc]]), Uc = vr(Rc), Kc = vr(Bc);
|
|
3478
|
-
customElements.define("hallo-welt", Uc);
|
|
3479
|
-
customElements.define("demo", Kc);
|
|
3470
|
+
}, Rc = /* @__PURE__ */ jc(Fc, [["__scopeId", "data-v-f51198a4"]]), Sc = bc(Rc);
|
|
3471
|
+
customElements.define("app-hello-world", Sc);
|