@prosopo/vue-procaptcha-integration-demo 1.0.0 → 1.1.4
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/CHANGELOG.md +34 -0
- package/dist/index.js +743 -757
- package/package.json +9 -6
package/dist/index.js
CHANGED
|
@@ -10,23 +10,23 @@ function Le(e) {
|
|
|
10
10
|
for (const n of e.split(",")) t[n] = 1;
|
|
11
11
|
return (n) => n in t;
|
|
12
12
|
}
|
|
13
|
-
const
|
|
14
|
-
},
|
|
13
|
+
const B = process.env.NODE_ENV !== "production" ? Object.freeze({}) : {}, ht = process.env.NODE_ENV !== "production" ? Object.freeze([]) : [], X = () => {
|
|
14
|
+
}, Sr = () => !1, Ut = (e) => e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && // uppercase letter
|
|
15
15
|
(e.charCodeAt(2) > 122 || e.charCodeAt(2) < 97), cn = (e) => e.startsWith("onUpdate:"), Y = Object.assign, so = (e, t) => {
|
|
16
16
|
const n = e.indexOf(t);
|
|
17
17
|
n > -1 && e.splice(n, 1);
|
|
18
|
-
},
|
|
18
|
+
}, Cr = Object.prototype.hasOwnProperty, j = (e, t) => Cr.call(e, t), $ = Array.isArray, gt = (e) => En(e) === "[object Map]", Tr = (e) => En(e) === "[object Set]", T = (e) => typeof e == "function", q = (e) => typeof e == "string", Et = (e) => typeof e == "symbol", W = (e) => e !== null && typeof e == "object", ro = (e) => (W(e) || T(e)) && T(e.then) && T(e.catch), $r = Object.prototype.toString, En = (e) => $r.call(e), io = (e) => En(e).slice(8, -1), Ar = (e) => En(e) === "[object Object]", co = (e) => q(e) && e !== "NaN" && e[0] !== "-" && "" + parseInt(e, 10) === e, $t = /* @__PURE__ */ Le(
|
|
19
19
|
// the leading comma is intentional so empty string "" is also included
|
|
20
20
|
",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"
|
|
21
|
-
),
|
|
21
|
+
), Pr = /* @__PURE__ */ Le(
|
|
22
22
|
"bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo"
|
|
23
23
|
), Nn = (e) => {
|
|
24
24
|
const t = /* @__PURE__ */ Object.create(null);
|
|
25
25
|
return (n) => t[n] || (t[n] = e(n));
|
|
26
|
-
},
|
|
27
|
-
(e) => e.replace(
|
|
28
|
-
),
|
|
29
|
-
(e) => e.replace(
|
|
26
|
+
}, Ir = /-(\w)/g, Ne = Nn(
|
|
27
|
+
(e) => e.replace(Ir, (t, n) => n ? n.toUpperCase() : "")
|
|
28
|
+
), Mr = /\B([A-Z])/g, Qe = Nn(
|
|
29
|
+
(e) => e.replace(Mr, "-$1").toLowerCase()
|
|
30
30
|
), bn = Nn((e) => e.charAt(0).toUpperCase() + e.slice(1)), ot = Nn(
|
|
31
31
|
(e) => e ? `on${bn(e)}` : ""
|
|
32
32
|
), Xe = (e, t) => !Object.is(e, t), wt = (e, ...t) => {
|
|
@@ -39,17 +39,17 @@ const L = process.env.NODE_ENV !== "production" ? Object.freeze({}) : {}, ht = p
|
|
|
39
39
|
writable: o,
|
|
40
40
|
value: n
|
|
41
41
|
});
|
|
42
|
-
},
|
|
42
|
+
}, Rr = (e) => {
|
|
43
43
|
const t = parseFloat(e);
|
|
44
44
|
return isNaN(t) ? e : t;
|
|
45
45
|
};
|
|
46
46
|
let Ao;
|
|
47
|
-
const
|
|
47
|
+
const Bt = () => Ao || (Ao = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : {});
|
|
48
48
|
function lo(e) {
|
|
49
49
|
if ($(e)) {
|
|
50
50
|
const t = {};
|
|
51
51
|
for (let n = 0; n < e.length; n++) {
|
|
52
|
-
const o = e[n], s = q(o) ?
|
|
52
|
+
const o = e[n], s = q(o) ? Lr(o) : lo(o);
|
|
53
53
|
if (s)
|
|
54
54
|
for (const r in s)
|
|
55
55
|
t[r] = s[r];
|
|
@@ -58,12 +58,12 @@ function lo(e) {
|
|
|
58
58
|
} else if (q(e) || W(e))
|
|
59
59
|
return e;
|
|
60
60
|
}
|
|
61
|
-
const
|
|
62
|
-
function
|
|
61
|
+
const Fr = /;(?![^(]*\))/g, jr = /:([^]+)/, Hr = /\/\*[^]*?\*\//g;
|
|
62
|
+
function Lr(e) {
|
|
63
63
|
const t = {};
|
|
64
|
-
return e.replace(
|
|
64
|
+
return e.replace(Hr, "").split(Fr).forEach((n) => {
|
|
65
65
|
if (n) {
|
|
66
|
-
const o = n.split(
|
|
66
|
+
const o = n.split(jr);
|
|
67
67
|
o.length > 1 && (t[o[0].trim()] = o[1].trim());
|
|
68
68
|
}
|
|
69
69
|
}), t;
|
|
@@ -82,8 +82,8 @@ function fo(e) {
|
|
|
82
82
|
e[n] && (t += n + " ");
|
|
83
83
|
return t.trim();
|
|
84
84
|
}
|
|
85
|
-
const
|
|
86
|
-
function
|
|
85
|
+
const Ur = "html,body,base,head,link,meta,style,title,address,article,aside,footer,header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,summary,template,blockquote,iframe,tfoot", Br = "svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,text,textPath,title,tspan,unknown,use,view", Kr = "annotation,annotation-xml,maction,maligngroup,malignmark,math,menclose,merror,mfenced,mfrac,mfraction,mglyph,mi,mlabeledtr,mlongdiv,mmultiscripts,mn,mo,mover,mpadded,mphantom,mprescripts,mroot,mrow,ms,mscarries,mscarry,msgroup,msline,mspace,msqrt,msrow,mstack,mstyle,msub,msubsup,msup,mtable,mtd,mtext,mtr,munder,munderover,none,semantics", kr = /* @__PURE__ */ Le(Ur), Wr = /* @__PURE__ */ Le(Br), Gr = /* @__PURE__ */ Le(Kr), qr = "itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly", Jr = /* @__PURE__ */ Le(qr);
|
|
86
|
+
function ds(e) {
|
|
87
87
|
return !!e || e === "";
|
|
88
88
|
}
|
|
89
89
|
/**
|
|
@@ -91,11 +91,11 @@ function hs(e) {
|
|
|
91
91
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
92
92
|
* @license MIT
|
|
93
93
|
**/
|
|
94
|
-
function
|
|
94
|
+
function Pe(e, ...t) {
|
|
95
95
|
console.warn(`[Vue warn] ${e}`, ...t);
|
|
96
96
|
}
|
|
97
97
|
let de;
|
|
98
|
-
class
|
|
98
|
+
class Yr {
|
|
99
99
|
constructor(t = !1) {
|
|
100
100
|
this.detached = t, this._active = !0, this.effects = [], this.cleanups = [], this._isPaused = !1, this.parent = de, !t && de && (this.index = (de.scopes || (de.scopes = [])).push(
|
|
101
101
|
this
|
|
@@ -137,7 +137,7 @@ class Xr {
|
|
|
137
137
|
} finally {
|
|
138
138
|
de = n;
|
|
139
139
|
}
|
|
140
|
-
} else process.env.NODE_ENV !== "production" &&
|
|
140
|
+
} else process.env.NODE_ENV !== "production" && Pe("cannot run an inactive effect scope.");
|
|
141
141
|
}
|
|
142
142
|
/**
|
|
143
143
|
* This should only be called on non-detached scopes
|
|
@@ -174,12 +174,12 @@ class Xr {
|
|
|
174
174
|
}
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
|
-
function
|
|
177
|
+
function zr() {
|
|
178
178
|
return de;
|
|
179
179
|
}
|
|
180
180
|
let H;
|
|
181
|
-
const
|
|
182
|
-
class
|
|
181
|
+
const An = /* @__PURE__ */ new WeakSet();
|
|
182
|
+
class hs {
|
|
183
183
|
constructor(t) {
|
|
184
184
|
this.fn = t, this.deps = void 0, this.depsTail = void 0, this.flags = 5, this.next = void 0, this.cleanup = void 0, this.scheduler = void 0, de && de.active && de.effects.push(this);
|
|
185
185
|
}
|
|
@@ -187,73 +187,73 @@ class gs {
|
|
|
187
187
|
this.flags |= 64;
|
|
188
188
|
}
|
|
189
189
|
resume() {
|
|
190
|
-
this.flags & 64 && (this.flags &= -65,
|
|
190
|
+
this.flags & 64 && (this.flags &= -65, An.has(this) && (An.delete(this), this.trigger()));
|
|
191
191
|
}
|
|
192
192
|
/**
|
|
193
193
|
* @internal
|
|
194
194
|
*/
|
|
195
195
|
notify() {
|
|
196
|
-
this.flags & 2 && !(this.flags & 32) || this.flags & 8 ||
|
|
196
|
+
this.flags & 2 && !(this.flags & 32) || this.flags & 8 || ms(this);
|
|
197
197
|
}
|
|
198
198
|
run() {
|
|
199
199
|
if (!(this.flags & 1))
|
|
200
200
|
return this.fn();
|
|
201
|
-
this.flags |= 2,
|
|
201
|
+
this.flags |= 2, Po(this), _s(this);
|
|
202
202
|
const t = H, n = be;
|
|
203
203
|
H = this, be = !0;
|
|
204
204
|
try {
|
|
205
205
|
return this.fn();
|
|
206
206
|
} finally {
|
|
207
|
-
process.env.NODE_ENV !== "production" && H !== this &&
|
|
207
|
+
process.env.NODE_ENV !== "production" && H !== this && Pe(
|
|
208
208
|
"Active effect was not restored correctly - this is likely a Vue internal bug."
|
|
209
|
-
),
|
|
209
|
+
), vs(this), H = t, be = n, this.flags &= -3;
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
212
|
stop() {
|
|
213
213
|
if (this.flags & 1) {
|
|
214
214
|
for (let t = this.deps; t; t = t.nextDep)
|
|
215
215
|
po(t);
|
|
216
|
-
this.deps = this.depsTail = void 0,
|
|
216
|
+
this.deps = this.depsTail = void 0, Po(this), this.onStop && this.onStop(), this.flags &= -2;
|
|
217
217
|
}
|
|
218
218
|
}
|
|
219
219
|
trigger() {
|
|
220
|
-
this.flags & 64 ?
|
|
220
|
+
this.flags & 64 ? An.add(this) : this.scheduler ? this.scheduler() : this.runIfDirty();
|
|
221
221
|
}
|
|
222
222
|
/**
|
|
223
223
|
* @internal
|
|
224
224
|
*/
|
|
225
225
|
runIfDirty() {
|
|
226
|
-
|
|
226
|
+
Bn(this) && this.run();
|
|
227
227
|
}
|
|
228
228
|
get dirty() {
|
|
229
|
-
return
|
|
229
|
+
return Bn(this);
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
|
-
let
|
|
233
|
-
function
|
|
232
|
+
let gs = 0, At, Pt;
|
|
233
|
+
function ms(e, t = !1) {
|
|
234
234
|
if (e.flags |= 8, t) {
|
|
235
|
-
e.next =
|
|
235
|
+
e.next = Pt, Pt = e;
|
|
236
236
|
return;
|
|
237
237
|
}
|
|
238
|
-
e.next =
|
|
238
|
+
e.next = At, At = e;
|
|
239
239
|
}
|
|
240
240
|
function uo() {
|
|
241
|
-
|
|
241
|
+
gs++;
|
|
242
242
|
}
|
|
243
243
|
function ao() {
|
|
244
|
-
if (--
|
|
244
|
+
if (--gs > 0)
|
|
245
245
|
return;
|
|
246
|
-
if (
|
|
247
|
-
let t =
|
|
248
|
-
for (
|
|
246
|
+
if (Pt) {
|
|
247
|
+
let t = Pt;
|
|
248
|
+
for (Pt = void 0; t; ) {
|
|
249
249
|
const n = t.next;
|
|
250
250
|
t.next = void 0, t.flags &= -9, t = n;
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
253
|
let e;
|
|
254
|
-
for (;
|
|
255
|
-
let t =
|
|
256
|
-
for (
|
|
254
|
+
for (; At; ) {
|
|
255
|
+
let t = At;
|
|
256
|
+
for (At = void 0; t; ) {
|
|
257
257
|
const n = t.next;
|
|
258
258
|
if (t.next = void 0, t.flags &= -9, t.flags & 1)
|
|
259
259
|
try {
|
|
@@ -266,43 +266,43 @@ function ao() {
|
|
|
266
266
|
}
|
|
267
267
|
if (e) throw e;
|
|
268
268
|
}
|
|
269
|
-
function
|
|
269
|
+
function _s(e) {
|
|
270
270
|
for (let t = e.deps; t; t = t.nextDep)
|
|
271
271
|
t.version = -1, t.prevActiveLink = t.dep.activeLink, t.dep.activeLink = t;
|
|
272
272
|
}
|
|
273
|
-
function
|
|
273
|
+
function vs(e) {
|
|
274
274
|
let t, n = e.depsTail, o = n;
|
|
275
275
|
for (; o; ) {
|
|
276
276
|
const s = o.prevDep;
|
|
277
|
-
o.version === -1 ? (o === n && (n = s), po(o),
|
|
277
|
+
o.version === -1 ? (o === n && (n = s), po(o), Xr(o)) : t = o, o.dep.activeLink = o.prevActiveLink, o.prevActiveLink = void 0, o = s;
|
|
278
278
|
}
|
|
279
279
|
e.deps = t, e.depsTail = n;
|
|
280
280
|
}
|
|
281
|
-
function
|
|
281
|
+
function Bn(e) {
|
|
282
282
|
for (let t = e.deps; t; t = t.nextDep)
|
|
283
|
-
if (t.dep.version !== t.version || t.dep.computed && (
|
|
283
|
+
if (t.dep.version !== t.version || t.dep.computed && (Es(t.dep.computed) || t.dep.version !== t.version))
|
|
284
284
|
return !0;
|
|
285
285
|
return !!e._dirty;
|
|
286
286
|
}
|
|
287
|
-
function
|
|
287
|
+
function Es(e) {
|
|
288
288
|
if (e.flags & 4 && !(e.flags & 16) || (e.flags &= -17, e.globalVersion === Rt))
|
|
289
289
|
return;
|
|
290
290
|
e.globalVersion = Rt;
|
|
291
291
|
const t = e.dep;
|
|
292
|
-
if (e.flags |= 2, t.version > 0 && !e.isSSR && e.deps && !
|
|
292
|
+
if (e.flags |= 2, t.version > 0 && !e.isSSR && e.deps && !Bn(e)) {
|
|
293
293
|
e.flags &= -3;
|
|
294
294
|
return;
|
|
295
295
|
}
|
|
296
296
|
const n = H, o = be;
|
|
297
297
|
H = e, be = !0;
|
|
298
298
|
try {
|
|
299
|
-
|
|
299
|
+
_s(e);
|
|
300
300
|
const s = e.fn(e._value);
|
|
301
301
|
(t.version === 0 || Xe(s, e._value)) && (e._value = s, t.version++);
|
|
302
302
|
} catch (s) {
|
|
303
303
|
throw t.version++, s;
|
|
304
304
|
} finally {
|
|
305
|
-
H = n, be = o,
|
|
305
|
+
H = n, be = o, vs(e), e.flags &= -3;
|
|
306
306
|
}
|
|
307
307
|
}
|
|
308
308
|
function po(e, t = !1) {
|
|
@@ -314,20 +314,20 @@ function po(e, t = !1) {
|
|
|
314
314
|
}
|
|
315
315
|
!t && !--n.sc && n.map && n.map.delete(n.key);
|
|
316
316
|
}
|
|
317
|
-
function
|
|
317
|
+
function Xr(e) {
|
|
318
318
|
const { prevDep: t, nextDep: n } = e;
|
|
319
319
|
t && (t.nextDep = n, e.prevDep = void 0), n && (n.prevDep = t, e.nextDep = void 0);
|
|
320
320
|
}
|
|
321
321
|
let be = !0;
|
|
322
|
-
const
|
|
322
|
+
const Ns = [];
|
|
323
323
|
function Ue() {
|
|
324
|
-
|
|
324
|
+
Ns.push(be), be = !1;
|
|
325
325
|
}
|
|
326
|
-
function
|
|
327
|
-
const e =
|
|
326
|
+
function Be() {
|
|
327
|
+
const e = Ns.pop();
|
|
328
328
|
be = e === void 0 ? !0 : e;
|
|
329
329
|
}
|
|
330
|
-
function
|
|
330
|
+
function Po(e) {
|
|
331
331
|
const { cleanup: t } = e;
|
|
332
332
|
if (e.cleanup = void 0, t) {
|
|
333
333
|
const n = H;
|
|
@@ -340,7 +340,7 @@ function Io(e) {
|
|
|
340
340
|
}
|
|
341
341
|
}
|
|
342
342
|
let Rt = 0;
|
|
343
|
-
class
|
|
343
|
+
class Zr {
|
|
344
344
|
constructor(t, n) {
|
|
345
345
|
this.sub = t, this.dep = n, this.version = n.version, this.nextDep = this.prevDep = this.nextSub = this.prevSub = this.prevActiveLink = void 0;
|
|
346
346
|
}
|
|
@@ -354,7 +354,7 @@ class ho {
|
|
|
354
354
|
return;
|
|
355
355
|
let n = this.activeLink;
|
|
356
356
|
if (n === void 0 || n.sub !== H)
|
|
357
|
-
n = this.activeLink = new
|
|
357
|
+
n = this.activeLink = new Zr(H, this), H.deps ? (n.prevDep = H.depsTail, H.depsTail.nextDep = n, H.depsTail = n) : H.deps = H.depsTail = n, bs(n);
|
|
358
358
|
else if (n.version === -1 && (n.version = this.version, n.nextDep)) {
|
|
359
359
|
const o = n.nextDep;
|
|
360
360
|
o.prevDep = n.prevDep, n.prevDep && (n.prevDep.nextDep = o), n.prevDep = H.depsTail, n.nextDep = void 0, H.depsTail.nextDep = n, H.depsTail = n, H.deps === n && (H.deps = o);
|
|
@@ -391,19 +391,19 @@ class ho {
|
|
|
391
391
|
}
|
|
392
392
|
}
|
|
393
393
|
}
|
|
394
|
-
function
|
|
394
|
+
function bs(e) {
|
|
395
395
|
if (e.dep.sc++, e.sub.flags & 4) {
|
|
396
396
|
const t = e.dep.computed;
|
|
397
397
|
if (t && !e.dep.subs) {
|
|
398
398
|
t.flags |= 20;
|
|
399
399
|
for (let o = t.deps; o; o = o.nextDep)
|
|
400
|
-
|
|
400
|
+
bs(o);
|
|
401
401
|
}
|
|
402
402
|
const n = e.dep.subs;
|
|
403
403
|
n !== e && (e.prevSub = n, n && (n.nextSub = e)), process.env.NODE_ENV !== "production" && e.dep.subsHead === void 0 && (e.dep.subsHead = e), e.dep.subs = e;
|
|
404
404
|
}
|
|
405
405
|
}
|
|
406
|
-
const
|
|
406
|
+
const Kn = /* @__PURE__ */ new WeakMap(), rt = Symbol(
|
|
407
407
|
process.env.NODE_ENV !== "production" ? "Object iterate" : ""
|
|
408
408
|
), kn = Symbol(
|
|
409
409
|
process.env.NODE_ENV !== "production" ? "Map keys iterate" : ""
|
|
@@ -412,8 +412,8 @@ const Bn = /* @__PURE__ */ new WeakMap(), rt = Symbol(
|
|
|
412
412
|
);
|
|
413
413
|
function z(e, t, n) {
|
|
414
414
|
if (be && H) {
|
|
415
|
-
let o =
|
|
416
|
-
o ||
|
|
415
|
+
let o = Kn.get(e);
|
|
416
|
+
o || Kn.set(e, o = /* @__PURE__ */ new Map());
|
|
417
417
|
let s = o.get(n);
|
|
418
418
|
s || (o.set(n, s = new ho()), s.map = o, s.key = n), process.env.NODE_ENV !== "production" ? s.track({
|
|
419
419
|
target: e,
|
|
@@ -423,7 +423,7 @@ function z(e, t, n) {
|
|
|
423
423
|
}
|
|
424
424
|
}
|
|
425
425
|
function Te(e, t, n, o, s, r) {
|
|
426
|
-
const i =
|
|
426
|
+
const i = Kn.get(e);
|
|
427
427
|
if (!i) {
|
|
428
428
|
Rt++;
|
|
429
429
|
return;
|
|
@@ -463,16 +463,16 @@ function Te(e, t, n, o, s, r) {
|
|
|
463
463
|
ao();
|
|
464
464
|
}
|
|
465
465
|
function ut(e) {
|
|
466
|
-
const t =
|
|
466
|
+
const t = P(e);
|
|
467
467
|
return t === e ? t : (z(t, "iterate", Ft), fe(e) ? t : t.map(se));
|
|
468
468
|
}
|
|
469
469
|
function go(e) {
|
|
470
|
-
return z(e =
|
|
470
|
+
return z(e = P(e), "iterate", Ft), e;
|
|
471
471
|
}
|
|
472
|
-
const
|
|
472
|
+
const Qr = {
|
|
473
473
|
__proto__: null,
|
|
474
474
|
[Symbol.iterator]() {
|
|
475
|
-
return
|
|
475
|
+
return Pn(this, Symbol.iterator, se);
|
|
476
476
|
},
|
|
477
477
|
concat(...e) {
|
|
478
478
|
return ut(this).concat(
|
|
@@ -480,7 +480,7 @@ const ti = {
|
|
|
480
480
|
);
|
|
481
481
|
},
|
|
482
482
|
entries() {
|
|
483
|
-
return
|
|
483
|
+
return Pn(this, "entries", (e) => (e[1] = se(e[1]), e));
|
|
484
484
|
},
|
|
485
485
|
every(e, t) {
|
|
486
486
|
return Re(this, "every", e, t, void 0, arguments);
|
|
@@ -527,10 +527,10 @@ const ti = {
|
|
|
527
527
|
return xt(this, "push", e);
|
|
528
528
|
},
|
|
529
529
|
reduce(e, ...t) {
|
|
530
|
-
return
|
|
530
|
+
return Io(this, "reduce", e, t);
|
|
531
531
|
},
|
|
532
532
|
reduceRight(e, ...t) {
|
|
533
|
-
return
|
|
533
|
+
return Io(this, "reduceRight", e, t);
|
|
534
534
|
},
|
|
535
535
|
shift() {
|
|
536
536
|
return xt(this, "shift");
|
|
@@ -555,20 +555,20 @@ const ti = {
|
|
|
555
555
|
return xt(this, "unshift", e);
|
|
556
556
|
},
|
|
557
557
|
values() {
|
|
558
|
-
return
|
|
558
|
+
return Pn(this, "values", se);
|
|
559
559
|
}
|
|
560
560
|
};
|
|
561
|
-
function
|
|
561
|
+
function Pn(e, t, n) {
|
|
562
562
|
const o = go(e), s = o[t]();
|
|
563
563
|
return o !== e && !fe(e) && (s._next = s.next, s.next = () => {
|
|
564
564
|
const r = s._next();
|
|
565
565
|
return r.value && (r.value = n(r.value)), r;
|
|
566
566
|
}), s;
|
|
567
567
|
}
|
|
568
|
-
const
|
|
568
|
+
const ei = Array.prototype;
|
|
569
569
|
function Re(e, t, n, o, s, r) {
|
|
570
570
|
const i = go(e), l = i !== e && !fe(e), u = i[t];
|
|
571
|
-
if (u !==
|
|
571
|
+
if (u !== ei[t]) {
|
|
572
572
|
const a = u.apply(e, r);
|
|
573
573
|
return l ? se(a) : a;
|
|
574
574
|
}
|
|
@@ -581,7 +581,7 @@ function Re(e, t, n, o, s, r) {
|
|
|
581
581
|
const p = u.call(i, h, o);
|
|
582
582
|
return l && s ? s(p) : p;
|
|
583
583
|
}
|
|
584
|
-
function
|
|
584
|
+
function Io(e, t, n, o) {
|
|
585
585
|
const s = go(e);
|
|
586
586
|
let r = n;
|
|
587
587
|
return s !== e && (fe(e) ? n.length > 3 && (r = function(i, l, u) {
|
|
@@ -591,25 +591,25 @@ function Mo(e, t, n, o) {
|
|
|
591
591
|
}), s[t](r, ...o);
|
|
592
592
|
}
|
|
593
593
|
function In(e, t, n) {
|
|
594
|
-
const o =
|
|
594
|
+
const o = P(e);
|
|
595
595
|
z(o, "iterate", Ft);
|
|
596
596
|
const s = o[t](...n);
|
|
597
|
-
return (s === -1 || s === !1) && fn(n[0]) ? (n[0] =
|
|
597
|
+
return (s === -1 || s === !1) && fn(n[0]) ? (n[0] = P(n[0]), o[t](...n)) : s;
|
|
598
598
|
}
|
|
599
599
|
function xt(e, t, n = []) {
|
|
600
600
|
Ue(), uo();
|
|
601
|
-
const o =
|
|
602
|
-
return ao(),
|
|
601
|
+
const o = P(e)[t].apply(e, n);
|
|
602
|
+
return ao(), Be(), o;
|
|
603
603
|
}
|
|
604
|
-
const
|
|
604
|
+
const ti = /* @__PURE__ */ Le("__proto__,__v_isRef,__isVue"), ys = new Set(
|
|
605
605
|
/* @__PURE__ */ Object.getOwnPropertyNames(Symbol).filter((e) => e !== "arguments" && e !== "caller").map((e) => Symbol[e]).filter(Et)
|
|
606
606
|
);
|
|
607
|
-
function
|
|
607
|
+
function ni(e) {
|
|
608
608
|
Et(e) || (e = String(e));
|
|
609
|
-
const t =
|
|
609
|
+
const t = P(this);
|
|
610
610
|
return z(t, "has", e), t.hasOwnProperty(e);
|
|
611
611
|
}
|
|
612
|
-
class
|
|
612
|
+
class Os {
|
|
613
613
|
constructor(t = !1, n = !1) {
|
|
614
614
|
this._isReadonly = t, this._isShallow = n;
|
|
615
615
|
}
|
|
@@ -623,16 +623,16 @@ class Ds {
|
|
|
623
623
|
if (n === "__v_isShallow")
|
|
624
624
|
return r;
|
|
625
625
|
if (n === "__v_raw")
|
|
626
|
-
return o === (s ? r ?
|
|
626
|
+
return o === (s ? r ? Cs : Ss : r ? Vs : xs).get(t) || // receiver is not the reactive proxy, but has the same prototype
|
|
627
627
|
// this means the receiver is a user proxy of the reactive proxy
|
|
628
628
|
Object.getPrototypeOf(t) === Object.getPrototypeOf(o) ? t : void 0;
|
|
629
629
|
const i = $(t);
|
|
630
630
|
if (!s) {
|
|
631
631
|
let u;
|
|
632
|
-
if (i && (u =
|
|
632
|
+
if (i && (u = Qr[n]))
|
|
633
633
|
return u;
|
|
634
634
|
if (n === "hasOwnProperty")
|
|
635
|
-
return
|
|
635
|
+
return ni;
|
|
636
636
|
}
|
|
637
637
|
const l = Reflect.get(
|
|
638
638
|
t,
|
|
@@ -642,10 +642,10 @@ class Ds {
|
|
|
642
642
|
// its class methods
|
|
643
643
|
J(t) ? t : o
|
|
644
644
|
);
|
|
645
|
-
return (Et(n) ?
|
|
645
|
+
return (Et(n) ? ys.has(n) : ti(n)) || (s || z(t, "get", n), r) ? l : J(l) ? i && co(n) ? l : l.value : W(l) ? s ? Ts(l) : mo(l) : l;
|
|
646
646
|
}
|
|
647
647
|
}
|
|
648
|
-
class
|
|
648
|
+
class Ds extends Os {
|
|
649
649
|
constructor(t = !1) {
|
|
650
650
|
super(!1, t);
|
|
651
651
|
}
|
|
@@ -653,7 +653,7 @@ class ws extends Ds {
|
|
|
653
653
|
let r = t[n];
|
|
654
654
|
if (!this._isShallow) {
|
|
655
655
|
const u = He(r);
|
|
656
|
-
if (!fe(o) && !He(o) && (r =
|
|
656
|
+
if (!fe(o) && !He(o) && (r = P(r), o = P(o)), !$(t) && J(r) && !J(o))
|
|
657
657
|
return u ? !1 : (r.value = o, !0);
|
|
658
658
|
}
|
|
659
659
|
const i = $(t) && co(n) ? Number(n) < t.length : j(t, n), l = Reflect.set(
|
|
@@ -662,7 +662,7 @@ class ws extends Ds {
|
|
|
662
662
|
o,
|
|
663
663
|
J(t) ? t : s
|
|
664
664
|
);
|
|
665
|
-
return t ===
|
|
665
|
+
return t === P(s) && (i ? Xe(o, r) && Te(t, "set", n, o, r) : Te(t, "add", n, o)), l;
|
|
666
666
|
}
|
|
667
667
|
deleteProperty(t, n) {
|
|
668
668
|
const o = j(t, n), s = t[n], r = Reflect.deleteProperty(t, n);
|
|
@@ -670,7 +670,7 @@ class ws extends Ds {
|
|
|
670
670
|
}
|
|
671
671
|
has(t, n) {
|
|
672
672
|
const o = Reflect.has(t, n);
|
|
673
|
-
return (!Et(n) || !
|
|
673
|
+
return (!Et(n) || !ys.has(n)) && z(t, "has", n), o;
|
|
674
674
|
}
|
|
675
675
|
ownKeys(t) {
|
|
676
676
|
return z(
|
|
@@ -680,27 +680,27 @@ class ws extends Ds {
|
|
|
680
680
|
), Reflect.ownKeys(t);
|
|
681
681
|
}
|
|
682
682
|
}
|
|
683
|
-
class
|
|
683
|
+
class ws extends Os {
|
|
684
684
|
constructor(t = !1) {
|
|
685
685
|
super(!0, t);
|
|
686
686
|
}
|
|
687
687
|
set(t, n) {
|
|
688
|
-
return process.env.NODE_ENV !== "production" &&
|
|
688
|
+
return process.env.NODE_ENV !== "production" && Pe(
|
|
689
689
|
`Set operation on key "${String(n)}" failed: target is readonly.`,
|
|
690
690
|
t
|
|
691
691
|
), !0;
|
|
692
692
|
}
|
|
693
693
|
deleteProperty(t, n) {
|
|
694
|
-
return process.env.NODE_ENV !== "production" &&
|
|
694
|
+
return process.env.NODE_ENV !== "production" && Pe(
|
|
695
695
|
`Delete operation on key "${String(n)}" failed: target is readonly.`,
|
|
696
696
|
t
|
|
697
697
|
), !0;
|
|
698
698
|
}
|
|
699
699
|
}
|
|
700
|
-
const
|
|
701
|
-
function
|
|
700
|
+
const oi = /* @__PURE__ */ new Ds(), si = /* @__PURE__ */ new ws(), ri = /* @__PURE__ */ new Ds(!0), ii = /* @__PURE__ */ new ws(!0), Wn = (e) => e, Yt = (e) => Reflect.getPrototypeOf(e);
|
|
701
|
+
function ci(e, t, n) {
|
|
702
702
|
return function(...o) {
|
|
703
|
-
const s = this.__v_raw, r =
|
|
703
|
+
const s = this.__v_raw, r = P(s), i = gt(r), l = e === "entries" || e === Symbol.iterator && i, u = e === "keys" && i, h = s[e](...o), p = n ? Wn : t ? Gn : se;
|
|
704
704
|
return !t && z(
|
|
705
705
|
r,
|
|
706
706
|
"iterate",
|
|
@@ -725,18 +725,18 @@ function zt(e) {
|
|
|
725
725
|
return function(...t) {
|
|
726
726
|
if (process.env.NODE_ENV !== "production") {
|
|
727
727
|
const n = t[0] ? `on key "${t[0]}" ` : "";
|
|
728
|
-
|
|
728
|
+
Pe(
|
|
729
729
|
`${bn(e)} operation ${n}failed: target is readonly.`,
|
|
730
|
-
|
|
730
|
+
P(this)
|
|
731
731
|
);
|
|
732
732
|
}
|
|
733
733
|
return e === "delete" ? !1 : e === "clear" ? void 0 : this;
|
|
734
734
|
};
|
|
735
735
|
}
|
|
736
|
-
function
|
|
736
|
+
function li(e, t) {
|
|
737
737
|
const n = {
|
|
738
738
|
get(s) {
|
|
739
|
-
const r = this.__v_raw, i =
|
|
739
|
+
const r = this.__v_raw, i = P(r), l = P(s);
|
|
740
740
|
e || (Xe(s, l) && z(i, "get", s), z(i, "get", l));
|
|
741
741
|
const { has: u } = Yt(i), h = t ? Wn : e ? Gn : se;
|
|
742
742
|
if (u.call(i, s))
|
|
@@ -747,14 +747,14 @@ function ui(e, t) {
|
|
|
747
747
|
},
|
|
748
748
|
get size() {
|
|
749
749
|
const s = this.__v_raw;
|
|
750
|
-
return !e && z(
|
|
750
|
+
return !e && z(P(s), "iterate", rt), Reflect.get(s, "size", s);
|
|
751
751
|
},
|
|
752
752
|
has(s) {
|
|
753
|
-
const r = this.__v_raw, i =
|
|
753
|
+
const r = this.__v_raw, i = P(r), l = P(s);
|
|
754
754
|
return e || (Xe(s, l) && z(i, "has", s), z(i, "has", l)), s === l ? r.has(s) : r.has(s) || r.has(l);
|
|
755
755
|
},
|
|
756
756
|
forEach(s, r) {
|
|
757
|
-
const i = this, l = i.__v_raw, u =
|
|
757
|
+
const i = this, l = i.__v_raw, u = P(l), h = t ? Wn : e ? Gn : se;
|
|
758
758
|
return !e && z(u, "iterate", rt), l.forEach((p, a) => s.call(r, h(p), h(a), i));
|
|
759
759
|
}
|
|
760
760
|
};
|
|
@@ -767,27 +767,27 @@ function ui(e, t) {
|
|
|
767
767
|
clear: zt("clear")
|
|
768
768
|
} : {
|
|
769
769
|
add(s) {
|
|
770
|
-
!t && !fe(s) && !He(s) && (s =
|
|
771
|
-
const r =
|
|
770
|
+
!t && !fe(s) && !He(s) && (s = P(s));
|
|
771
|
+
const r = P(this);
|
|
772
772
|
return Yt(r).has.call(r, s) || (r.add(s), Te(r, "add", s, s)), this;
|
|
773
773
|
},
|
|
774
774
|
set(s, r) {
|
|
775
|
-
!t && !fe(r) && !He(r) && (r =
|
|
776
|
-
const i =
|
|
775
|
+
!t && !fe(r) && !He(r) && (r = P(r));
|
|
776
|
+
const i = P(this), { has: l, get: u } = Yt(i);
|
|
777
777
|
let h = l.call(i, s);
|
|
778
|
-
h ? process.env.NODE_ENV !== "production" &&
|
|
778
|
+
h ? process.env.NODE_ENV !== "production" && Mo(i, l, s) : (s = P(s), h = l.call(i, s));
|
|
779
779
|
const p = u.call(i, s);
|
|
780
780
|
return i.set(s, r), h ? Xe(r, p) && Te(i, "set", s, r, p) : Te(i, "add", s, r), this;
|
|
781
781
|
},
|
|
782
782
|
delete(s) {
|
|
783
|
-
const r =
|
|
783
|
+
const r = P(this), { has: i, get: l } = Yt(r);
|
|
784
784
|
let u = i.call(r, s);
|
|
785
|
-
u ? process.env.NODE_ENV !== "production" &&
|
|
785
|
+
u ? process.env.NODE_ENV !== "production" && Mo(r, i, s) : (s = P(s), u = i.call(r, s));
|
|
786
786
|
const h = l ? l.call(r, s) : void 0, p = r.delete(s);
|
|
787
787
|
return u && Te(r, "delete", s, void 0, h), p;
|
|
788
788
|
},
|
|
789
789
|
clear() {
|
|
790
|
-
const s =
|
|
790
|
+
const s = P(this), r = s.size !== 0, i = process.env.NODE_ENV !== "production" ? gt(s) ? new Map(s) : new Set(s) : void 0, l = s.clear();
|
|
791
791
|
return r && Te(
|
|
792
792
|
s,
|
|
793
793
|
"clear",
|
|
@@ -803,37 +803,37 @@ function ui(e, t) {
|
|
|
803
803
|
"entries",
|
|
804
804
|
Symbol.iterator
|
|
805
805
|
].forEach((s) => {
|
|
806
|
-
n[s] =
|
|
806
|
+
n[s] = ci(s, e, t);
|
|
807
807
|
}), n;
|
|
808
808
|
}
|
|
809
809
|
function yn(e, t) {
|
|
810
|
-
const n =
|
|
810
|
+
const n = li(e, t);
|
|
811
811
|
return (o, s, r) => s === "__v_isReactive" ? !e : s === "__v_isReadonly" ? e : s === "__v_raw" ? o : Reflect.get(
|
|
812
812
|
j(n, s) && s in o ? n : o,
|
|
813
813
|
s,
|
|
814
814
|
r
|
|
815
815
|
);
|
|
816
816
|
}
|
|
817
|
-
const
|
|
817
|
+
const fi = {
|
|
818
818
|
get: /* @__PURE__ */ yn(!1, !1)
|
|
819
|
-
},
|
|
819
|
+
}, ui = {
|
|
820
820
|
get: /* @__PURE__ */ yn(!1, !0)
|
|
821
|
-
},
|
|
821
|
+
}, ai = {
|
|
822
822
|
get: /* @__PURE__ */ yn(!0, !1)
|
|
823
|
-
},
|
|
823
|
+
}, pi = {
|
|
824
824
|
get: /* @__PURE__ */ yn(!0, !0)
|
|
825
825
|
};
|
|
826
|
-
function
|
|
827
|
-
const o =
|
|
826
|
+
function Mo(e, t, n) {
|
|
827
|
+
const o = P(n);
|
|
828
828
|
if (o !== n && t.call(e, o)) {
|
|
829
829
|
const s = io(e);
|
|
830
|
-
|
|
830
|
+
Pe(
|
|
831
831
|
`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.`
|
|
832
832
|
);
|
|
833
833
|
}
|
|
834
834
|
}
|
|
835
|
-
const
|
|
836
|
-
function
|
|
835
|
+
const xs = /* @__PURE__ */ new WeakMap(), Vs = /* @__PURE__ */ new WeakMap(), Ss = /* @__PURE__ */ new WeakMap(), Cs = /* @__PURE__ */ new WeakMap();
|
|
836
|
+
function di(e) {
|
|
837
837
|
switch (e) {
|
|
838
838
|
case "Object":
|
|
839
839
|
case "Array":
|
|
@@ -847,48 +847,48 @@ function gi(e) {
|
|
|
847
847
|
return 0;
|
|
848
848
|
}
|
|
849
849
|
}
|
|
850
|
-
function
|
|
851
|
-
return e.__v_skip || !Object.isExtensible(e) ? 0 :
|
|
850
|
+
function hi(e) {
|
|
851
|
+
return e.__v_skip || !Object.isExtensible(e) ? 0 : di(io(e));
|
|
852
852
|
}
|
|
853
853
|
function mo(e) {
|
|
854
854
|
return He(e) ? e : On(
|
|
855
855
|
e,
|
|
856
856
|
!1,
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
857
|
+
oi,
|
|
858
|
+
fi,
|
|
859
|
+
xs
|
|
860
860
|
);
|
|
861
861
|
}
|
|
862
|
-
function
|
|
862
|
+
function gi(e) {
|
|
863
863
|
return On(
|
|
864
864
|
e,
|
|
865
865
|
!1,
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
866
|
+
ri,
|
|
867
|
+
ui,
|
|
868
|
+
Vs
|
|
869
869
|
);
|
|
870
870
|
}
|
|
871
|
-
function
|
|
871
|
+
function Ts(e) {
|
|
872
872
|
return On(
|
|
873
873
|
e,
|
|
874
874
|
!0,
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
875
|
+
si,
|
|
876
|
+
ai,
|
|
877
|
+
Ss
|
|
878
878
|
);
|
|
879
879
|
}
|
|
880
880
|
function $e(e) {
|
|
881
881
|
return On(
|
|
882
882
|
e,
|
|
883
883
|
!0,
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
884
|
+
ii,
|
|
885
|
+
pi,
|
|
886
|
+
Cs
|
|
887
887
|
);
|
|
888
888
|
}
|
|
889
889
|
function On(e, t, n, o, s) {
|
|
890
890
|
if (!W(e))
|
|
891
|
-
return process.env.NODE_ENV !== "production" &&
|
|
891
|
+
return process.env.NODE_ENV !== "production" && Pe(
|
|
892
892
|
`value cannot be made ${t ? "readonly" : "reactive"}: ${String(
|
|
893
893
|
e
|
|
894
894
|
)}`
|
|
@@ -898,7 +898,7 @@ function On(e, t, n, o, s) {
|
|
|
898
898
|
const r = s.get(e);
|
|
899
899
|
if (r)
|
|
900
900
|
return r;
|
|
901
|
-
const i =
|
|
901
|
+
const i = hi(e);
|
|
902
902
|
if (i === 0)
|
|
903
903
|
return e;
|
|
904
904
|
const l = new Proxy(
|
|
@@ -919,26 +919,26 @@ function fe(e) {
|
|
|
919
919
|
function fn(e) {
|
|
920
920
|
return e ? !!e.__v_raw : !1;
|
|
921
921
|
}
|
|
922
|
-
function
|
|
922
|
+
function P(e) {
|
|
923
923
|
const t = e && e.__v_raw;
|
|
924
|
-
return t ?
|
|
924
|
+
return t ? P(t) : e;
|
|
925
925
|
}
|
|
926
|
-
function
|
|
926
|
+
function mi(e) {
|
|
927
927
|
return !j(e, "__v_skip") && Object.isExtensible(e) && ln(e, "__v_skip", !0), e;
|
|
928
928
|
}
|
|
929
|
-
const se = (e) => W(e) ? mo(e) : e, Gn = (e) => W(e) ?
|
|
929
|
+
const se = (e) => W(e) ? mo(e) : e, Gn = (e) => W(e) ? Ts(e) : e;
|
|
930
930
|
function J(e) {
|
|
931
931
|
return e ? e.__v_isRef === !0 : !1;
|
|
932
932
|
}
|
|
933
|
-
function
|
|
934
|
-
return
|
|
933
|
+
function _i(e) {
|
|
934
|
+
return vi(e, !1);
|
|
935
935
|
}
|
|
936
|
-
function
|
|
937
|
-
return J(e) ? e : new
|
|
936
|
+
function vi(e, t) {
|
|
937
|
+
return J(e) ? e : new Ei(e, t);
|
|
938
938
|
}
|
|
939
|
-
class
|
|
939
|
+
class Ei {
|
|
940
940
|
constructor(t, n) {
|
|
941
|
-
this.dep = new ho(), this.__v_isRef = !0, this.__v_isShallow = !1, this._rawValue = n ? t :
|
|
941
|
+
this.dep = new ho(), this.__v_isRef = !0, this.__v_isShallow = !1, this._rawValue = n ? t : P(t), this._value = n ? t : se(t), this.__v_isShallow = n;
|
|
942
942
|
}
|
|
943
943
|
get value() {
|
|
944
944
|
return process.env.NODE_ENV !== "production" ? this.dep.track({
|
|
@@ -949,7 +949,7 @@ class bi {
|
|
|
949
949
|
}
|
|
950
950
|
set value(t) {
|
|
951
951
|
const n = this._rawValue, o = this.__v_isShallow || fe(t) || He(t);
|
|
952
|
-
t = o ? t :
|
|
952
|
+
t = o ? t : P(t), Xe(t, n) && (this._rawValue = t, this._value = o ? t : se(t), process.env.NODE_ENV !== "production" ? this.dep.trigger({
|
|
953
953
|
target: this,
|
|
954
954
|
type: "set",
|
|
955
955
|
key: "value",
|
|
@@ -961,7 +961,7 @@ class bi {
|
|
|
961
961
|
function qn(e) {
|
|
962
962
|
return J(e) ? e.value : e;
|
|
963
963
|
}
|
|
964
|
-
const
|
|
964
|
+
const Ni = {
|
|
965
965
|
get: (e, t, n) => t === "__v_raw" ? e : qn(Reflect.get(e, t, n)),
|
|
966
966
|
set: (e, t, n, o) => {
|
|
967
967
|
const s = e[t];
|
|
@@ -969,9 +969,9 @@ const yi = {
|
|
|
969
969
|
}
|
|
970
970
|
};
|
|
971
971
|
function $s(e) {
|
|
972
|
-
return mt(e) ? e : new Proxy(e,
|
|
972
|
+
return mt(e) ? e : new Proxy(e, Ni);
|
|
973
973
|
}
|
|
974
|
-
class
|
|
974
|
+
class bi {
|
|
975
975
|
constructor(t, n, o) {
|
|
976
976
|
this.fn = t, this.setter = n, this._value = void 0, this.dep = new ho(this), this.__v_isRef = !0, this.deps = void 0, this.depsTail = void 0, this.flags = 16, this.globalVersion = Rt - 1, this.next = void 0, this.effect = this, this.__v_isReadonly = !n, this.isSSR = o;
|
|
977
977
|
}
|
|
@@ -981,7 +981,7 @@ class Oi {
|
|
|
981
981
|
notify() {
|
|
982
982
|
if (this.flags |= 16, !(this.flags & 8) && // avoid infinite self recursion
|
|
983
983
|
H !== this)
|
|
984
|
-
return
|
|
984
|
+
return ms(this, !0), !0;
|
|
985
985
|
process.env.NODE_ENV;
|
|
986
986
|
}
|
|
987
987
|
get value() {
|
|
@@ -990,31 +990,31 @@ class Oi {
|
|
|
990
990
|
type: "get",
|
|
991
991
|
key: "value"
|
|
992
992
|
}) : this.dep.track();
|
|
993
|
-
return
|
|
993
|
+
return Es(this), t && (t.version = this.dep.version), this._value;
|
|
994
994
|
}
|
|
995
995
|
set value(t) {
|
|
996
|
-
this.setter ? this.setter(t) : process.env.NODE_ENV !== "production" &&
|
|
996
|
+
this.setter ? this.setter(t) : process.env.NODE_ENV !== "production" && Pe("Write operation failed: computed value is readonly");
|
|
997
997
|
}
|
|
998
998
|
}
|
|
999
|
-
function
|
|
999
|
+
function yi(e, t, n = !1) {
|
|
1000
1000
|
let o, s;
|
|
1001
1001
|
T(e) ? o = e : (o = e.get, s = e.set);
|
|
1002
|
-
const r = new
|
|
1002
|
+
const r = new bi(o, s, n);
|
|
1003
1003
|
return process.env.NODE_ENV, r;
|
|
1004
1004
|
}
|
|
1005
1005
|
const Xt = {}, un = /* @__PURE__ */ new WeakMap();
|
|
1006
1006
|
let st;
|
|
1007
|
-
function
|
|
1007
|
+
function Oi(e, t = !1, n = st) {
|
|
1008
1008
|
if (n) {
|
|
1009
1009
|
let o = un.get(n);
|
|
1010
1010
|
o || un.set(n, o = []), o.push(e);
|
|
1011
|
-
} else process.env.NODE_ENV !== "production" && !t &&
|
|
1011
|
+
} else process.env.NODE_ENV !== "production" && !t && Pe(
|
|
1012
1012
|
"onWatcherCleanup() was called when there was no active watcher to associate with."
|
|
1013
1013
|
);
|
|
1014
1014
|
}
|
|
1015
|
-
function
|
|
1015
|
+
function Di(e, t, n = B) {
|
|
1016
1016
|
const { immediate: o, deep: s, once: r, scheduler: i, augmentJob: l, call: u } = n, h = (V) => {
|
|
1017
|
-
(n.onWarn ||
|
|
1017
|
+
(n.onWarn || Pe)(
|
|
1018
1018
|
"Invalid watch source: ",
|
|
1019
1019
|
V,
|
|
1020
1020
|
"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types."
|
|
@@ -1035,7 +1035,7 @@ function xi(e, t, n = L) {
|
|
|
1035
1035
|
try {
|
|
1036
1036
|
D();
|
|
1037
1037
|
} finally {
|
|
1038
|
-
|
|
1038
|
+
Be();
|
|
1039
1039
|
}
|
|
1040
1040
|
}
|
|
1041
1041
|
const V = st;
|
|
@@ -1049,8 +1049,8 @@ function xi(e, t, n = L) {
|
|
|
1049
1049
|
const V = g, Z = s === !0 ? 1 / 0 : s;
|
|
1050
1050
|
g = () => Ye(V(), Z);
|
|
1051
1051
|
}
|
|
1052
|
-
const
|
|
1053
|
-
a.stop(),
|
|
1052
|
+
const K = zr(), G = () => {
|
|
1053
|
+
a.stop(), K && K.active && so(K.effects, a);
|
|
1054
1054
|
};
|
|
1055
1055
|
if (r && t) {
|
|
1056
1056
|
const V = t;
|
|
@@ -1058,12 +1058,12 @@ function xi(e, t, n = L) {
|
|
|
1058
1058
|
V(...Z), G();
|
|
1059
1059
|
};
|
|
1060
1060
|
}
|
|
1061
|
-
let
|
|
1061
|
+
let L = ee ? new Array(e.length).fill(Xt) : Xt;
|
|
1062
1062
|
const ue = (V) => {
|
|
1063
1063
|
if (!(!(a.flags & 1) || !a.dirty && !V))
|
|
1064
1064
|
if (t) {
|
|
1065
1065
|
const Z = a.run();
|
|
1066
|
-
if (s || I || (ee ? Z.some((me, te) => Xe(me,
|
|
1066
|
+
if (s || I || (ee ? Z.some((me, te) => Xe(me, L[te])) : Xe(Z, L))) {
|
|
1067
1067
|
D && D();
|
|
1068
1068
|
const me = st;
|
|
1069
1069
|
st = a;
|
|
@@ -1071,13 +1071,13 @@ function xi(e, t, n = L) {
|
|
|
1071
1071
|
const te = [
|
|
1072
1072
|
Z,
|
|
1073
1073
|
// pass undefined as the old value when it's changed for the first time
|
|
1074
|
-
|
|
1074
|
+
L === Xt ? void 0 : ee && L[0] === Xt ? [] : L,
|
|
1075
1075
|
S
|
|
1076
1076
|
];
|
|
1077
1077
|
u ? u(t, 3, te) : (
|
|
1078
1078
|
// @ts-expect-error
|
|
1079
1079
|
t(...te)
|
|
1080
|
-
),
|
|
1080
|
+
), L = Z;
|
|
1081
1081
|
} finally {
|
|
1082
1082
|
st = me;
|
|
1083
1083
|
}
|
|
@@ -1085,7 +1085,7 @@ function xi(e, t, n = L) {
|
|
|
1085
1085
|
} else
|
|
1086
1086
|
a.run();
|
|
1087
1087
|
};
|
|
1088
|
-
return l && l(ue), a = new
|
|
1088
|
+
return l && l(ue), a = new hs(g), a.scheduler = i ? () => i(ue, !1) : ue, S = (V) => Oi(V, !1, a), D = a.onStop = () => {
|
|
1089
1089
|
const V = un.get(a);
|
|
1090
1090
|
if (V) {
|
|
1091
1091
|
if (u)
|
|
@@ -1094,7 +1094,7 @@ function xi(e, t, n = L) {
|
|
|
1094
1094
|
for (const Z of V) Z();
|
|
1095
1095
|
un.delete(a);
|
|
1096
1096
|
}
|
|
1097
|
-
}, process.env.NODE_ENV !== "production" && (a.onTrack = n.onTrack, a.onTrigger = n.onTrigger), t ? o ? ue(!0) :
|
|
1097
|
+
}, process.env.NODE_ENV !== "production" && (a.onTrack = n.onTrack, a.onTrigger = n.onTrigger), t ? o ? ue(!0) : L = a.run() : i ? i(ue.bind(null, !0), !0) : a.run(), G.pause = a.pause.bind(a), G.resume = a.resume.bind(a), G.stop = G, G;
|
|
1098
1098
|
}
|
|
1099
1099
|
function Ye(e, t = 1 / 0, n) {
|
|
1100
1100
|
if (t <= 0 || !W(e) || e.__v_skip || (n = n || /* @__PURE__ */ new Set(), n.has(e)))
|
|
@@ -1104,11 +1104,11 @@ function Ye(e, t = 1 / 0, n) {
|
|
|
1104
1104
|
else if ($(e))
|
|
1105
1105
|
for (let o = 0; o < e.length; o++)
|
|
1106
1106
|
Ye(e[o], t, n);
|
|
1107
|
-
else if (
|
|
1107
|
+
else if (Tr(e) || gt(e))
|
|
1108
1108
|
e.forEach((o) => {
|
|
1109
1109
|
Ye(o, t, n);
|
|
1110
1110
|
});
|
|
1111
|
-
else if (
|
|
1111
|
+
else if (Ar(e)) {
|
|
1112
1112
|
for (const o in e)
|
|
1113
1113
|
Ye(e[o], t, n);
|
|
1114
1114
|
for (const o of Object.getOwnPropertySymbols(e))
|
|
@@ -1132,7 +1132,7 @@ let Mn = !1;
|
|
|
1132
1132
|
function y(e, ...t) {
|
|
1133
1133
|
if (Mn) return;
|
|
1134
1134
|
Mn = !0, Ue();
|
|
1135
|
-
const n = it.length ? it[it.length - 1].component : null, o = n && n.appContext.config.warnHandler, s =
|
|
1135
|
+
const n = it.length ? it[it.length - 1].component : null, o = n && n.appContext.config.warnHandler, s = wi();
|
|
1136
1136
|
if (o)
|
|
1137
1137
|
Nt(
|
|
1138
1138
|
o,
|
|
@@ -1155,11 +1155,11 @@ function y(e, ...t) {
|
|
|
1155
1155
|
else {
|
|
1156
1156
|
const r = [`[Vue warn]: ${e}`, ...t];
|
|
1157
1157
|
s.length && r.push(`
|
|
1158
|
-
`, ...
|
|
1158
|
+
`, ...xi(s)), console.warn(...r);
|
|
1159
1159
|
}
|
|
1160
|
-
|
|
1160
|
+
Be(), Mn = !1;
|
|
1161
1161
|
}
|
|
1162
|
-
function
|
|
1162
|
+
function wi() {
|
|
1163
1163
|
let e = it[it.length - 1];
|
|
1164
1164
|
if (!e)
|
|
1165
1165
|
return [];
|
|
@@ -1175,31 +1175,31 @@ function Vi() {
|
|
|
1175
1175
|
}
|
|
1176
1176
|
return t;
|
|
1177
1177
|
}
|
|
1178
|
-
function
|
|
1178
|
+
function xi(e) {
|
|
1179
1179
|
const t = [];
|
|
1180
1180
|
return e.forEach((n, o) => {
|
|
1181
1181
|
t.push(...o === 0 ? [] : [`
|
|
1182
|
-
`], ...
|
|
1182
|
+
`], ...Vi(n));
|
|
1183
1183
|
}), t;
|
|
1184
1184
|
}
|
|
1185
|
-
function
|
|
1185
|
+
function Vi({ vnode: e, recurseCount: t }) {
|
|
1186
1186
|
const n = t > 0 ? `... (${t} recursive calls)` : "", o = e.component ? e.component.parent == null : !1, s = ` at <${Sn(
|
|
1187
1187
|
e.component,
|
|
1188
1188
|
e.type,
|
|
1189
1189
|
o
|
|
1190
1190
|
)}`, r = ">" + n;
|
|
1191
|
-
return e.props ? [s, ...
|
|
1191
|
+
return e.props ? [s, ...Si(e.props), r] : [s + r];
|
|
1192
1192
|
}
|
|
1193
|
-
function
|
|
1193
|
+
function Si(e) {
|
|
1194
1194
|
const t = [], n = Object.keys(e);
|
|
1195
1195
|
return n.slice(0, 3).forEach((o) => {
|
|
1196
|
-
t.push(...
|
|
1196
|
+
t.push(...As(o, e[o]));
|
|
1197
1197
|
}), n.length > 3 && t.push(" ..."), t;
|
|
1198
1198
|
}
|
|
1199
|
-
function
|
|
1200
|
-
return q(t) ? (t = JSON.stringify(t), n ? t : [`${e}=${t}`]) : typeof t == "number" || typeof t == "boolean" || t == null ? n ? t : [`${e}=${t}`] : J(t) ? (t =
|
|
1199
|
+
function As(e, t, n) {
|
|
1200
|
+
return q(t) ? (t = JSON.stringify(t), n ? t : [`${e}=${t}`]) : typeof t == "number" || typeof t == "boolean" || t == null ? n ? t : [`${e}=${t}`] : J(t) ? (t = As(e, P(t.value), !0), n ? t : [`${e}=Ref<`, t, ">"]) : T(t) ? [`${e}=fn${t.name ? `<${t.name}>` : ""}`] : (t = P(t), n ? t : [`${e}=`, t]);
|
|
1201
1201
|
}
|
|
1202
|
-
const
|
|
1202
|
+
const _o = {
|
|
1203
1203
|
sp: "serverPrefetch hook",
|
|
1204
1204
|
bc: "beforeCreate hook",
|
|
1205
1205
|
c: "created hook",
|
|
@@ -1236,14 +1236,14 @@ function Nt(e, t, n, o) {
|
|
|
1236
1236
|
try {
|
|
1237
1237
|
return o ? e(...o) : e();
|
|
1238
1238
|
} catch (s) {
|
|
1239
|
-
|
|
1239
|
+
Kt(s, t, n);
|
|
1240
1240
|
}
|
|
1241
1241
|
}
|
|
1242
1242
|
function Ie(e, t, n, o) {
|
|
1243
1243
|
if (T(e)) {
|
|
1244
1244
|
const s = Nt(e, t, n, o);
|
|
1245
1245
|
return s && ro(s) && s.catch((r) => {
|
|
1246
|
-
|
|
1246
|
+
Kt(r, t, n);
|
|
1247
1247
|
}), s;
|
|
1248
1248
|
}
|
|
1249
1249
|
if ($(e)) {
|
|
@@ -1255,11 +1255,11 @@ function Ie(e, t, n, o) {
|
|
|
1255
1255
|
`Invalid value type passed to callWithAsyncErrorHandling(): ${typeof e}`
|
|
1256
1256
|
);
|
|
1257
1257
|
}
|
|
1258
|
-
function
|
|
1259
|
-
const s = t ? t.vnode : null, { errorHandler: r, throwUnhandledErrorInProduction: i } = t && t.appContext.config ||
|
|
1258
|
+
function Kt(e, t, n, o = !0) {
|
|
1259
|
+
const s = t ? t.vnode : null, { errorHandler: r, throwUnhandledErrorInProduction: i } = t && t.appContext.config || B;
|
|
1260
1260
|
if (t) {
|
|
1261
1261
|
let l = t.parent;
|
|
1262
|
-
const u = t.proxy, h = process.env.NODE_ENV !== "production" ?
|
|
1262
|
+
const u = t.proxy, h = process.env.NODE_ENV !== "production" ? _o[n] : `https://vuejs.org/error-reference/#runtime-${n}`;
|
|
1263
1263
|
for (; l; ) {
|
|
1264
1264
|
const p = l.ec;
|
|
1265
1265
|
if (p) {
|
|
@@ -1274,15 +1274,15 @@ function Bt(e, t, n, o = !0) {
|
|
|
1274
1274
|
e,
|
|
1275
1275
|
u,
|
|
1276
1276
|
h
|
|
1277
|
-
]),
|
|
1277
|
+
]), Be();
|
|
1278
1278
|
return;
|
|
1279
1279
|
}
|
|
1280
1280
|
}
|
|
1281
|
-
|
|
1281
|
+
Ci(e, n, s, o, i);
|
|
1282
1282
|
}
|
|
1283
|
-
function
|
|
1283
|
+
function Ci(e, t, n, o = !0, s = !1) {
|
|
1284
1284
|
if (process.env.NODE_ENV !== "production") {
|
|
1285
|
-
const r =
|
|
1285
|
+
const r = _o[t];
|
|
1286
1286
|
if (n && Zt(n), y(`Unhandled error${r ? ` during execution of ${r}` : ""}`), n && Qt(), o)
|
|
1287
1287
|
throw e;
|
|
1288
1288
|
console.error(e);
|
|
@@ -1296,14 +1296,14 @@ const re = [];
|
|
|
1296
1296
|
let Se = -1;
|
|
1297
1297
|
const _t = [];
|
|
1298
1298
|
let qe = null, dt = 0;
|
|
1299
|
-
const
|
|
1299
|
+
const Ps = /* @__PURE__ */ Promise.resolve();
|
|
1300
1300
|
let an = null;
|
|
1301
|
-
const
|
|
1302
|
-
function
|
|
1303
|
-
const t = an ||
|
|
1301
|
+
const Ti = 100;
|
|
1302
|
+
function $i(e) {
|
|
1303
|
+
const t = an || Ps;
|
|
1304
1304
|
return e ? t.then(this ? e.bind(this) : e) : t;
|
|
1305
1305
|
}
|
|
1306
|
-
function
|
|
1306
|
+
function Ai(e) {
|
|
1307
1307
|
let t = Se + 1, n = re.length;
|
|
1308
1308
|
for (; t < n; ) {
|
|
1309
1309
|
const o = t + n >>> 1, s = re[o], r = jt(s);
|
|
@@ -1315,20 +1315,20 @@ function Dn(e) {
|
|
|
1315
1315
|
if (!(e.flags & 1)) {
|
|
1316
1316
|
const t = jt(e), n = re[re.length - 1];
|
|
1317
1317
|
!n || // fast path when the job id is larger than the tail
|
|
1318
|
-
!(e.flags & 2) && t >= jt(n) ? re.push(e) : re.splice(
|
|
1318
|
+
!(e.flags & 2) && t >= jt(n) ? re.push(e) : re.splice(Ai(t), 0, e), e.flags |= 1, Is();
|
|
1319
1319
|
}
|
|
1320
1320
|
}
|
|
1321
1321
|
function Is() {
|
|
1322
|
-
an || (an =
|
|
1322
|
+
an || (an = Ps.then(Fs));
|
|
1323
1323
|
}
|
|
1324
1324
|
function Ms(e) {
|
|
1325
1325
|
$(e) ? _t.push(...e) : qe && e.id === -1 ? qe.splice(dt + 1, 0, e) : e.flags & 1 || (_t.push(e), e.flags |= 1), Is();
|
|
1326
1326
|
}
|
|
1327
|
-
function
|
|
1327
|
+
function Ro(e, t, n = Se + 1) {
|
|
1328
1328
|
for (process.env.NODE_ENV !== "production" && (t = t || /* @__PURE__ */ new Map()); n < re.length; n++) {
|
|
1329
1329
|
const o = re[n];
|
|
1330
1330
|
if (o && o.flags & 2) {
|
|
1331
|
-
if (e && o.id !== e.uid || process.env.NODE_ENV !== "production" &&
|
|
1331
|
+
if (e && o.id !== e.uid || process.env.NODE_ENV !== "production" && vo(t, o))
|
|
1332
1332
|
continue;
|
|
1333
1333
|
re.splice(n, 1), n--, o.flags & 4 && (o.flags &= -2), o(), o.flags & 4 || (o.flags &= -2);
|
|
1334
1334
|
}
|
|
@@ -1345,7 +1345,7 @@ function Rs(e) {
|
|
|
1345
1345
|
}
|
|
1346
1346
|
for (qe = t, process.env.NODE_ENV !== "production" && (e = e || /* @__PURE__ */ new Map()), dt = 0; dt < qe.length; dt++) {
|
|
1347
1347
|
const n = qe[dt];
|
|
1348
|
-
process.env.NODE_ENV !== "production" &&
|
|
1348
|
+
process.env.NODE_ENV !== "production" && vo(e, n) || (n.flags & 4 && (n.flags &= -2), n.flags & 8 || n(), n.flags &= -2);
|
|
1349
1349
|
}
|
|
1350
1350
|
qe = null, dt = 0;
|
|
1351
1351
|
}
|
|
@@ -1353,7 +1353,7 @@ function Rs(e) {
|
|
|
1353
1353
|
const jt = (e) => e.id == null ? e.flags & 2 ? -1 : 1 / 0 : e.id;
|
|
1354
1354
|
function Fs(e) {
|
|
1355
1355
|
process.env.NODE_ENV !== "production" && (e = e || /* @__PURE__ */ new Map());
|
|
1356
|
-
const t = process.env.NODE_ENV !== "production" ? (n) =>
|
|
1356
|
+
const t = process.env.NODE_ENV !== "production" ? (n) => vo(e, n) : X;
|
|
1357
1357
|
try {
|
|
1358
1358
|
for (Se = 0; Se < re.length; Se++) {
|
|
1359
1359
|
const n = re[Se];
|
|
@@ -1375,11 +1375,11 @@ function Fs(e) {
|
|
|
1375
1375
|
Se = -1, re.length = 0, Rs(e), an = null, (re.length || _t.length) && Fs(e);
|
|
1376
1376
|
}
|
|
1377
1377
|
}
|
|
1378
|
-
function
|
|
1378
|
+
function vo(e, t) {
|
|
1379
1379
|
const n = e.get(t) || 0;
|
|
1380
|
-
if (n >
|
|
1381
|
-
const o = t.i, s = o &&
|
|
1382
|
-
return
|
|
1380
|
+
if (n > Ti) {
|
|
1381
|
+
const o = t.i, s = o && Or(o.type);
|
|
1382
|
+
return Kt(
|
|
1383
1383
|
`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.`,
|
|
1384
1384
|
null,
|
|
1385
1385
|
10
|
|
@@ -1387,20 +1387,20 @@ function Eo(e, t) {
|
|
|
1387
1387
|
}
|
|
1388
1388
|
return e.set(t, n + 1), !1;
|
|
1389
1389
|
}
|
|
1390
|
-
let
|
|
1390
|
+
let Ae = !1;
|
|
1391
1391
|
const en = /* @__PURE__ */ new Map();
|
|
1392
|
-
process.env.NODE_ENV !== "production" && (
|
|
1392
|
+
process.env.NODE_ENV !== "production" && (Bt().__VUE_HMR_RUNTIME__ = {
|
|
1393
1393
|
createRecord: Rn(js),
|
|
1394
|
-
rerender: Rn(
|
|
1395
|
-
reload: Rn(
|
|
1394
|
+
rerender: Rn(Mi),
|
|
1395
|
+
reload: Rn(Ri)
|
|
1396
1396
|
});
|
|
1397
1397
|
const lt = /* @__PURE__ */ new Map();
|
|
1398
|
-
function
|
|
1398
|
+
function Pi(e) {
|
|
1399
1399
|
const t = e.type.__hmrId;
|
|
1400
1400
|
let n = lt.get(t);
|
|
1401
1401
|
n || (js(t, e.type), n = lt.get(t)), n.instances.add(e);
|
|
1402
1402
|
}
|
|
1403
|
-
function
|
|
1403
|
+
function Ii(e) {
|
|
1404
1404
|
lt.get(e.type.__hmrId).instances.delete(e);
|
|
1405
1405
|
}
|
|
1406
1406
|
function js(e, t) {
|
|
@@ -1410,24 +1410,24 @@ function js(e, t) {
|
|
|
1410
1410
|
}), !0);
|
|
1411
1411
|
}
|
|
1412
1412
|
function pn(e) {
|
|
1413
|
-
return
|
|
1413
|
+
return Dr(e) ? e.__vccOpts : e;
|
|
1414
1414
|
}
|
|
1415
|
-
function
|
|
1415
|
+
function Mi(e, t) {
|
|
1416
1416
|
const n = lt.get(e);
|
|
1417
1417
|
n && (n.initialDef.render = t, [...n.instances].forEach((o) => {
|
|
1418
|
-
t && (o.render = t, pn(o.type).render = t), o.renderCache = [],
|
|
1418
|
+
t && (o.render = t, pn(o.type).render = t), o.renderCache = [], Ae = !0, o.update(), Ae = !1;
|
|
1419
1419
|
}));
|
|
1420
1420
|
}
|
|
1421
|
-
function
|
|
1421
|
+
function Ri(e, t) {
|
|
1422
1422
|
const n = lt.get(e);
|
|
1423
1423
|
if (!n) return;
|
|
1424
|
-
t = pn(t),
|
|
1424
|
+
t = pn(t), Fo(n.initialDef, t);
|
|
1425
1425
|
const o = [...n.instances];
|
|
1426
1426
|
for (let s = 0; s < o.length; s++) {
|
|
1427
1427
|
const r = o[s], i = pn(r.type);
|
|
1428
1428
|
let l = en.get(i);
|
|
1429
|
-
l || (i !== n.initialDef &&
|
|
1430
|
-
|
|
1429
|
+
l || (i !== n.initialDef && Fo(i, t), en.set(i, l = /* @__PURE__ */ new Set())), l.add(r), r.appContext.propsCache.delete(r.type), r.appContext.emitsCache.delete(r.type), r.appContext.optionsCache.delete(r.type), r.ceReload ? (l.add(r), r.ceReload(t.styles), l.delete(r)) : r.parent ? Dn(() => {
|
|
1430
|
+
Ae = !0, r.parent.update(), Ae = !1, l.delete(r);
|
|
1431
1431
|
}) : r.appContext.reload ? r.appContext.reload() : typeof window < "u" ? window.location.reload() : console.warn(
|
|
1432
1432
|
"[HMR] Root or manually mounted instance modified. Full reload required."
|
|
1433
1433
|
), r.root.ce && r !== r.root && r.root.ce._removeChildStyle(i);
|
|
@@ -1436,7 +1436,7 @@ function ji(e, t) {
|
|
|
1436
1436
|
en.clear();
|
|
1437
1437
|
});
|
|
1438
1438
|
}
|
|
1439
|
-
function
|
|
1439
|
+
function Fo(e, t) {
|
|
1440
1440
|
Y(e, t);
|
|
1441
1441
|
for (const n in e)
|
|
1442
1442
|
n !== "__file" && !(n in t) && delete e[n];
|
|
@@ -1456,18 +1456,18 @@ let Ee, Ct = [], Jn = !1;
|
|
|
1456
1456
|
function kt(e, ...t) {
|
|
1457
1457
|
Ee ? Ee.emit(e, ...t) : Jn || Ct.push({ event: e, args: t });
|
|
1458
1458
|
}
|
|
1459
|
-
function
|
|
1459
|
+
function Eo(e, t) {
|
|
1460
1460
|
var n, o;
|
|
1461
1461
|
Ee = e, Ee ? (Ee.enabled = !0, Ct.forEach(({ event: s, args: r }) => Ee.emit(s, ...r)), Ct = []) : /* handle late devtools injection - only do this if we are in an actual */ /* browser environment to avoid the timer handle stalling test runner exit */ /* (#4815) */ typeof window < "u" && // some envs mock window but not fully
|
|
1462
1462
|
window.HTMLElement && // also exclude jsdom
|
|
1463
1463
|
// eslint-disable-next-line no-restricted-syntax
|
|
1464
1464
|
!((o = (n = window.navigator) == null ? void 0 : n.userAgent) != null && o.includes("jsdom")) ? ((t.__VUE_DEVTOOLS_HOOK_REPLAY__ = t.__VUE_DEVTOOLS_HOOK_REPLAY__ || []).push((r) => {
|
|
1465
|
-
|
|
1465
|
+
Eo(r, t);
|
|
1466
1466
|
}), setTimeout(() => {
|
|
1467
1467
|
Ee || (t.__VUE_DEVTOOLS_HOOK_REPLAY__ = null, Jn = !0, Ct = []);
|
|
1468
1468
|
}, 3e3)) : (Jn = !0, Ct = []);
|
|
1469
1469
|
}
|
|
1470
|
-
function
|
|
1470
|
+
function Fi(e, t) {
|
|
1471
1471
|
kt("app:init", e, t, {
|
|
1472
1472
|
Fragment: Ce,
|
|
1473
1473
|
Text: Wt,
|
|
@@ -1475,25 +1475,25 @@ function Hi(e, t) {
|
|
|
1475
1475
|
Static: on
|
|
1476
1476
|
});
|
|
1477
1477
|
}
|
|
1478
|
-
function
|
|
1478
|
+
function ji(e) {
|
|
1479
1479
|
kt("app:unmount", e);
|
|
1480
1480
|
}
|
|
1481
|
-
const
|
|
1481
|
+
const Hi = /* @__PURE__ */ No(
|
|
1482
1482
|
"component:added"
|
|
1483
1483
|
/* COMPONENT_ADDED */
|
|
1484
|
-
), Hs = /* @__PURE__ */
|
|
1484
|
+
), Hs = /* @__PURE__ */ No(
|
|
1485
1485
|
"component:updated"
|
|
1486
1486
|
/* COMPONENT_UPDATED */
|
|
1487
|
-
),
|
|
1487
|
+
), Li = /* @__PURE__ */ No(
|
|
1488
1488
|
"component:removed"
|
|
1489
1489
|
/* COMPONENT_REMOVED */
|
|
1490
|
-
),
|
|
1490
|
+
), Ui = (e) => {
|
|
1491
1491
|
Ee && typeof Ee.cleanupBuffer == "function" && // remove the component if it wasn't buffered
|
|
1492
|
-
!Ee.cleanupBuffer(e) &&
|
|
1492
|
+
!Ee.cleanupBuffer(e) && Li(e);
|
|
1493
1493
|
};
|
|
1494
1494
|
/*! #__NO_SIDE_EFFECTS__ */
|
|
1495
1495
|
// @__NO_SIDE_EFFECTS__
|
|
1496
|
-
function
|
|
1496
|
+
function No(e) {
|
|
1497
1497
|
return (t) => {
|
|
1498
1498
|
kt(
|
|
1499
1499
|
e,
|
|
@@ -1504,10 +1504,10 @@ function bo(e) {
|
|
|
1504
1504
|
);
|
|
1505
1505
|
};
|
|
1506
1506
|
}
|
|
1507
|
-
const
|
|
1507
|
+
const Bi = /* @__PURE__ */ Ls(
|
|
1508
1508
|
"perf:start"
|
|
1509
1509
|
/* PERFORMANCE_START */
|
|
1510
|
-
),
|
|
1510
|
+
), Ki = /* @__PURE__ */ Ls(
|
|
1511
1511
|
"perf:end"
|
|
1512
1512
|
/* PERFORMANCE_END */
|
|
1513
1513
|
);
|
|
@@ -1516,7 +1516,7 @@ function Ls(e) {
|
|
|
1516
1516
|
kt(e, t.appContext.app, t.uid, t, n, o);
|
|
1517
1517
|
};
|
|
1518
1518
|
}
|
|
1519
|
-
function
|
|
1519
|
+
function ki(e, t, n) {
|
|
1520
1520
|
kt(
|
|
1521
1521
|
"component:emit",
|
|
1522
1522
|
e.appContext.app,
|
|
@@ -1530,24 +1530,24 @@ function dn(e) {
|
|
|
1530
1530
|
const t = he;
|
|
1531
1531
|
return he = e, Us = e && e.type.__scopeId || null, t;
|
|
1532
1532
|
}
|
|
1533
|
-
function
|
|
1533
|
+
function Wi(e, t = he, n) {
|
|
1534
1534
|
if (!t || e._n)
|
|
1535
1535
|
return e;
|
|
1536
1536
|
const o = (...s) => {
|
|
1537
|
-
o._d &&
|
|
1537
|
+
o._d && Yo(-1);
|
|
1538
1538
|
const r = dn(t);
|
|
1539
1539
|
let i;
|
|
1540
1540
|
try {
|
|
1541
1541
|
i = e(...s);
|
|
1542
1542
|
} finally {
|
|
1543
|
-
dn(r), o._d &&
|
|
1543
|
+
dn(r), o._d && Yo(1);
|
|
1544
1544
|
}
|
|
1545
1545
|
return process.env.NODE_ENV !== "production" && Hs(t), i;
|
|
1546
1546
|
};
|
|
1547
1547
|
return o._n = !0, o._c = !0, o._d = !0, o;
|
|
1548
1548
|
}
|
|
1549
|
-
function
|
|
1550
|
-
|
|
1549
|
+
function Bs(e) {
|
|
1550
|
+
Pr(e) && y("Do not use built-in directive ids as custom directive id: " + e);
|
|
1551
1551
|
}
|
|
1552
1552
|
function tt(e, t, n, o) {
|
|
1553
1553
|
const s = e.dirs, r = t && t.dirs;
|
|
@@ -1560,16 +1560,16 @@ function tt(e, t, n, o) {
|
|
|
1560
1560
|
l,
|
|
1561
1561
|
e,
|
|
1562
1562
|
t
|
|
1563
|
-
]),
|
|
1563
|
+
]), Be());
|
|
1564
1564
|
}
|
|
1565
1565
|
}
|
|
1566
|
-
const
|
|
1567
|
-
function
|
|
1568
|
-
e.shapeFlag & 6 && e.component ? (e.transition = t,
|
|
1566
|
+
const Gi = Symbol("_vte"), qi = (e) => e.__isTeleport;
|
|
1567
|
+
function bo(e, t) {
|
|
1568
|
+
e.shapeFlag & 6 && e.component ? (e.transition = t, bo(e.component.subTree, t)) : e.shapeFlag & 128 ? (e.ssContent.transition = t.clone(e.ssContent), e.ssFallback.transition = t.clone(e.ssFallback)) : e.transition = t;
|
|
1569
1569
|
}
|
|
1570
1570
|
/*! #__NO_SIDE_EFFECTS__ */
|
|
1571
1571
|
// @__NO_SIDE_EFFECTS__
|
|
1572
|
-
function
|
|
1572
|
+
function Ks(e, t) {
|
|
1573
1573
|
return T(e) ? (
|
|
1574
1574
|
// #8236: extend call and options.name access are considered side-effects
|
|
1575
1575
|
// by Rollup, so we have to wrap it in a pure-annotated IIFE.
|
|
@@ -1579,23 +1579,7 @@ function Bs(e, t) {
|
|
|
1579
1579
|
function ks(e) {
|
|
1580
1580
|
e.ids = [e.ids[0] + e.ids[2]++ + "-", 0, 0];
|
|
1581
1581
|
}
|
|
1582
|
-
const
|
|
1583
|
-
function zi(e) {
|
|
1584
|
-
const t = yr(), n = Ei(null);
|
|
1585
|
-
if (t) {
|
|
1586
|
-
const s = t.refs === L ? t.refs = {} : t.refs;
|
|
1587
|
-
let r;
|
|
1588
|
-
process.env.NODE_ENV !== "production" && (r = Object.getOwnPropertyDescriptor(s, e)) && !r.configurable ? y(`useTemplateRef('${e}') already exists.`) : Object.defineProperty(s, e, {
|
|
1589
|
-
enumerable: !0,
|
|
1590
|
-
get: () => n.value,
|
|
1591
|
-
set: (i) => n.value = i
|
|
1592
|
-
});
|
|
1593
|
-
} else process.env.NODE_ENV !== "production" && y(
|
|
1594
|
-
"useTemplateRef() is called when there is no active component instance to be associated with."
|
|
1595
|
-
);
|
|
1596
|
-
const o = process.env.NODE_ENV !== "production" ? _o(n) : n;
|
|
1597
|
-
return process.env.NODE_ENV !== "production" && Ws.add(o), o;
|
|
1598
|
-
}
|
|
1582
|
+
const Ji = /* @__PURE__ */ new WeakSet();
|
|
1599
1583
|
function hn(e, t, n, o, s = !1) {
|
|
1600
1584
|
if ($(e)) {
|
|
1601
1585
|
e.forEach(
|
|
@@ -1613,16 +1597,16 @@ function hn(e, t, n, o, s = !1) {
|
|
|
1613
1597
|
o.shapeFlag & 512 && o.type.__asyncResolved && o.component.subTree.component && hn(e, t, n, o.component.subTree);
|
|
1614
1598
|
return;
|
|
1615
1599
|
}
|
|
1616
|
-
const r = o.shapeFlag & 4 ?
|
|
1600
|
+
const r = o.shapeFlag & 4 ? Vo(o.component) : o.el, i = s ? null : r, { i: l, r: u } = e;
|
|
1617
1601
|
if (process.env.NODE_ENV !== "production" && !l) {
|
|
1618
1602
|
y(
|
|
1619
1603
|
"Missing ref owner context. ref cannot be used on hoisted vnodes. A vnode with ref must be created inside the render function."
|
|
1620
1604
|
);
|
|
1621
1605
|
return;
|
|
1622
1606
|
}
|
|
1623
|
-
const h = t && t.r, p = l.refs ===
|
|
1607
|
+
const h = t && t.r, p = l.refs === B ? l.refs = {} : l.refs, a = l.setupState, g = P(a), D = a === B ? () => !1 : (S) => process.env.NODE_ENV !== "production" && (j(g, S) && !J(g[S]) && y(
|
|
1624
1608
|
`Template ref "${S}" used on a non-ref value. It will not work in the production build.`
|
|
1625
|
-
),
|
|
1609
|
+
), Ji.has(g[S])) ? !1 : j(g, S);
|
|
1626
1610
|
if (h != null && h !== u && (q(h) ? (p[h] = null, D(h) && (a[h] = null)) : J(h) && (h.value = null)), T(u))
|
|
1627
1611
|
Nt(u, l, 12, [i, p]);
|
|
1628
1612
|
else {
|
|
@@ -1630,24 +1614,24 @@ function hn(e, t, n, o, s = !1) {
|
|
|
1630
1614
|
if (S || I) {
|
|
1631
1615
|
const ee = () => {
|
|
1632
1616
|
if (e.f) {
|
|
1633
|
-
const
|
|
1634
|
-
s ? $(
|
|
1617
|
+
const K = S ? D(u) ? a[u] : p[u] : u.value;
|
|
1618
|
+
s ? $(K) && so(K, r) : $(K) ? K.includes(r) || K.push(r) : S ? (p[u] = [r], D(u) && (a[u] = p[u])) : (u.value = [r], e.k && (p[e.k] = u.value));
|
|
1635
1619
|
} else S ? (p[u] = i, D(u) && (a[u] = i)) : I ? (u.value = i, e.k && (p[e.k] = i)) : process.env.NODE_ENV !== "production" && y("Invalid template ref type:", u, `(${typeof u})`);
|
|
1636
1620
|
};
|
|
1637
1621
|
i ? (ee.id = -1, pe(ee, n)) : ee();
|
|
1638
1622
|
} else process.env.NODE_ENV !== "production" && y("Invalid template ref type:", u, `(${typeof u})`);
|
|
1639
1623
|
}
|
|
1640
1624
|
}
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
const It = (e) => !!e.type.__asyncLoader,
|
|
1644
|
-
function
|
|
1645
|
-
|
|
1625
|
+
Bt().requestIdleCallback;
|
|
1626
|
+
Bt().cancelIdleCallback;
|
|
1627
|
+
const It = (e) => !!e.type.__asyncLoader, yo = (e) => e.type.__isKeepAlive;
|
|
1628
|
+
function Yi(e, t) {
|
|
1629
|
+
Ws(e, "a", t);
|
|
1646
1630
|
}
|
|
1647
|
-
function
|
|
1648
|
-
|
|
1631
|
+
function zi(e, t) {
|
|
1632
|
+
Ws(e, "da", t);
|
|
1649
1633
|
}
|
|
1650
|
-
function
|
|
1634
|
+
function Ws(e, t, n = Q) {
|
|
1651
1635
|
const o = e.__wdc || (e.__wdc = () => {
|
|
1652
1636
|
let s = n;
|
|
1653
1637
|
for (; s; ) {
|
|
@@ -1660,10 +1644,10 @@ function Gs(e, t, n = Q) {
|
|
|
1660
1644
|
if (wn(t, o, n), n) {
|
|
1661
1645
|
let s = n.parent;
|
|
1662
1646
|
for (; s && s.parent; )
|
|
1663
|
-
|
|
1647
|
+
yo(s.parent.vnode) && Xi(o, t, n, s), s = s.parent;
|
|
1664
1648
|
}
|
|
1665
1649
|
}
|
|
1666
|
-
function
|
|
1650
|
+
function Xi(e, t, n, o) {
|
|
1667
1651
|
const s = wn(
|
|
1668
1652
|
t,
|
|
1669
1653
|
e,
|
|
@@ -1671,7 +1655,7 @@ function Qi(e, t, n, o) {
|
|
|
1671
1655
|
!0
|
|
1672
1656
|
/* prepend */
|
|
1673
1657
|
);
|
|
1674
|
-
|
|
1658
|
+
Js(() => {
|
|
1675
1659
|
so(o[t], s);
|
|
1676
1660
|
}, n);
|
|
1677
1661
|
}
|
|
@@ -1680,29 +1664,29 @@ function wn(e, t, n = Q, o = !1) {
|
|
|
1680
1664
|
const s = n[e] || (n[e] = []), r = t.__weh || (t.__weh = (...i) => {
|
|
1681
1665
|
Ue();
|
|
1682
1666
|
const l = Gt(n), u = Ie(t, n, e, i);
|
|
1683
|
-
return l(),
|
|
1667
|
+
return l(), Be(), u;
|
|
1684
1668
|
});
|
|
1685
1669
|
return o ? s.unshift(r) : s.push(r), r;
|
|
1686
1670
|
} else if (process.env.NODE_ENV !== "production") {
|
|
1687
|
-
const s = ot(
|
|
1671
|
+
const s = ot(_o[e].replace(/ hook$/, ""));
|
|
1688
1672
|
y(
|
|
1689
1673
|
`${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.`
|
|
1690
1674
|
);
|
|
1691
1675
|
}
|
|
1692
1676
|
}
|
|
1693
|
-
const
|
|
1677
|
+
const Ke = (e) => (t, n = Q) => {
|
|
1694
1678
|
(!Lt || e === "sp") && wn(e, (...o) => t(...o), n);
|
|
1695
|
-
},
|
|
1679
|
+
}, Zi = Ke("bm"), Gs = Ke("m"), Qi = Ke(
|
|
1696
1680
|
"bu"
|
|
1697
|
-
),
|
|
1681
|
+
), qs = Ke("u"), ec = Ke(
|
|
1698
1682
|
"bum"
|
|
1699
|
-
),
|
|
1683
|
+
), Js = Ke("um"), tc = Ke(
|
|
1700
1684
|
"sp"
|
|
1701
|
-
),
|
|
1702
|
-
function
|
|
1685
|
+
), nc = Ke("rtg"), oc = Ke("rtc");
|
|
1686
|
+
function sc(e, t = Q) {
|
|
1703
1687
|
wn("ec", e, t);
|
|
1704
1688
|
}
|
|
1705
|
-
const
|
|
1689
|
+
const rc = Symbol.for("v-ndc"), Yn = (e) => e ? br(e) ? Vo(e) : Yn(e.parent) : null, ct = (
|
|
1706
1690
|
// Move PURE marker to new line to workaround compiler discarding it
|
|
1707
1691
|
// due to type annotation
|
|
1708
1692
|
/* @__PURE__ */ Y(/* @__PURE__ */ Object.create(null), {
|
|
@@ -1717,14 +1701,14 @@ const cc = Symbol.for("v-ndc"), Yn = (e) => e ? Or(e) ? So(e) : Yn(e.parent) : n
|
|
|
1717
1701
|
$root: (e) => Yn(e.root),
|
|
1718
1702
|
$host: (e) => e.ce,
|
|
1719
1703
|
$emit: (e) => e.emit,
|
|
1720
|
-
$options: (e) =>
|
|
1704
|
+
$options: (e) => Xs(e),
|
|
1721
1705
|
$forceUpdate: (e) => e.f || (e.f = () => {
|
|
1722
1706
|
Dn(e.update);
|
|
1723
1707
|
}),
|
|
1724
|
-
$nextTick: (e) => e.n || (e.n =
|
|
1725
|
-
$watch: (e) =>
|
|
1708
|
+
$nextTick: (e) => e.n || (e.n = $i.bind(e.proxy)),
|
|
1709
|
+
$watch: (e) => jc.bind(e)
|
|
1726
1710
|
})
|
|
1727
|
-
),
|
|
1711
|
+
), Oo = (e) => e === "_" || e === "$", Fn = (e, t) => e !== B && !e.__isScriptSetup && j(e, t), Ys = {
|
|
1728
1712
|
get({ _: e }, t) {
|
|
1729
1713
|
if (t === "__v_skip")
|
|
1730
1714
|
return !0;
|
|
@@ -1748,7 +1732,7 @@ const cc = Symbol.for("v-ndc"), Yn = (e) => e ? Or(e) ? So(e) : Yn(e.parent) : n
|
|
|
1748
1732
|
else {
|
|
1749
1733
|
if (Fn(o, t))
|
|
1750
1734
|
return i[t] = 1, o[t];
|
|
1751
|
-
if (s !==
|
|
1735
|
+
if (s !== B && j(s, t))
|
|
1752
1736
|
return i[t] = 2, s[t];
|
|
1753
1737
|
if (
|
|
1754
1738
|
// only cache other properties when instance has declared (thus stable)
|
|
@@ -1756,7 +1740,7 @@ const cc = Symbol.for("v-ndc"), Yn = (e) => e ? Or(e) ? So(e) : Yn(e.parent) : n
|
|
|
1756
1740
|
(h = e.propsOptions[0]) && j(h, t)
|
|
1757
1741
|
)
|
|
1758
1742
|
return i[t] = 3, r[t];
|
|
1759
|
-
if (n !==
|
|
1743
|
+
if (n !== B && j(n, t))
|
|
1760
1744
|
return i[t] = 4, n[t];
|
|
1761
1745
|
zn && (i[t] = 0);
|
|
1762
1746
|
}
|
|
@@ -1770,7 +1754,7 @@ const cc = Symbol.for("v-ndc"), Yn = (e) => e ? Or(e) ? So(e) : Yn(e.parent) : n
|
|
|
1770
1754
|
(a = l.__cssModules) && (a = a[t])
|
|
1771
1755
|
)
|
|
1772
1756
|
return a;
|
|
1773
|
-
if (n !==
|
|
1757
|
+
if (n !== B && j(n, t))
|
|
1774
1758
|
return i[t] = 4, n[t];
|
|
1775
1759
|
if (
|
|
1776
1760
|
// global properties
|
|
@@ -1779,7 +1763,7 @@ const cc = Symbol.for("v-ndc"), Yn = (e) => e ? Or(e) ? So(e) : Yn(e.parent) : n
|
|
|
1779
1763
|
return g[t];
|
|
1780
1764
|
process.env.NODE_ENV !== "production" && he && (!q(t) || // #1091 avoid internal isRef/isVNode checks on component instance leading
|
|
1781
1765
|
// to infinite warning loop
|
|
1782
|
-
t.indexOf("__v") !== 0) && (s !==
|
|
1766
|
+
t.indexOf("__v") !== 0) && (s !== B && Oo(t[0]) && j(s, t) ? y(
|
|
1783
1767
|
`Property ${JSON.stringify(
|
|
1784
1768
|
t
|
|
1785
1769
|
)} must be accessed via $data because it starts with a reserved character ("$" or "_") and is not proxied on the render context.`
|
|
@@ -1789,7 +1773,7 @@ const cc = Symbol.for("v-ndc"), Yn = (e) => e ? Or(e) ? So(e) : Yn(e.parent) : n
|
|
|
1789
1773
|
},
|
|
1790
1774
|
set({ _: e }, t, n) {
|
|
1791
1775
|
const { data: o, setupState: s, ctx: r } = e;
|
|
1792
|
-
return Fn(s, t) ? (s[t] = n, !0) : process.env.NODE_ENV !== "production" && s.__isScriptSetup && j(s, t) ? (y(`Cannot mutate <script setup> binding "${t}" from Options API.`), !1) : o !==
|
|
1776
|
+
return Fn(s, t) ? (s[t] = n, !0) : process.env.NODE_ENV !== "production" && s.__isScriptSetup && j(s, t) ? (y(`Cannot mutate <script setup> binding "${t}" from Options API.`), !1) : o !== B && j(o, t) ? (o[t] = n, !0) : j(e.props, t) ? (process.env.NODE_ENV !== "production" && y(`Attempting to mutate prop "${t}". Props are readonly.`), !1) : t[0] === "$" && t.slice(1) in e ? (process.env.NODE_ENV !== "production" && y(
|
|
1793
1777
|
`Attempting to mutate public property "${t}". Properties starting with $ are reserved and readonly.`
|
|
1794
1778
|
), !1) : (process.env.NODE_ENV !== "production" && t in e.appContext.config.globalProperties ? Object.defineProperty(r, t, {
|
|
1795
1779
|
enumerable: !0,
|
|
@@ -1801,16 +1785,16 @@ const cc = Symbol.for("v-ndc"), Yn = (e) => e ? Or(e) ? So(e) : Yn(e.parent) : n
|
|
|
1801
1785
|
_: { data: e, setupState: t, accessCache: n, ctx: o, appContext: s, propsOptions: r }
|
|
1802
1786
|
}, i) {
|
|
1803
1787
|
let l;
|
|
1804
|
-
return !!n[i] || e !==
|
|
1788
|
+
return !!n[i] || e !== B && j(e, i) || Fn(t, i) || (l = r[0]) && j(l, i) || j(o, i) || j(ct, i) || j(s.config.globalProperties, i);
|
|
1805
1789
|
},
|
|
1806
1790
|
defineProperty(e, t, n) {
|
|
1807
1791
|
return n.get != null ? e._.accessCache[t] = 0 : j(n, "value") && this.set(e, t, n.value, null), Reflect.defineProperty(e, t, n);
|
|
1808
1792
|
}
|
|
1809
1793
|
};
|
|
1810
|
-
process.env.NODE_ENV !== "production" && (
|
|
1794
|
+
process.env.NODE_ENV !== "production" && (Ys.ownKeys = (e) => (y(
|
|
1811
1795
|
"Avoid app logic that relies on enumerating keys on a component instance. The keys will be empty in production mode to avoid performance overhead."
|
|
1812
1796
|
), Reflect.ownKeys(e)));
|
|
1813
|
-
function
|
|
1797
|
+
function ic(e) {
|
|
1814
1798
|
const t = {};
|
|
1815
1799
|
return Object.defineProperty(t, "_", {
|
|
1816
1800
|
configurable: !0,
|
|
@@ -1827,7 +1811,7 @@ function lc(e) {
|
|
|
1827
1811
|
});
|
|
1828
1812
|
}), t;
|
|
1829
1813
|
}
|
|
1830
|
-
function
|
|
1814
|
+
function cc(e) {
|
|
1831
1815
|
const {
|
|
1832
1816
|
ctx: t,
|
|
1833
1817
|
propsOptions: [n]
|
|
@@ -1841,11 +1825,11 @@ function fc(e) {
|
|
|
1841
1825
|
});
|
|
1842
1826
|
});
|
|
1843
1827
|
}
|
|
1844
|
-
function
|
|
1828
|
+
function lc(e) {
|
|
1845
1829
|
const { ctx: t, setupState: n } = e;
|
|
1846
|
-
Object.keys(
|
|
1830
|
+
Object.keys(P(n)).forEach((o) => {
|
|
1847
1831
|
if (!n.__isScriptSetup) {
|
|
1848
|
-
if (
|
|
1832
|
+
if (Oo(o[0])) {
|
|
1849
1833
|
y(
|
|
1850
1834
|
`setup() return property ${JSON.stringify(
|
|
1851
1835
|
o
|
|
@@ -1862,22 +1846,22 @@ function uc(e) {
|
|
|
1862
1846
|
}
|
|
1863
1847
|
});
|
|
1864
1848
|
}
|
|
1865
|
-
function
|
|
1849
|
+
function jo(e) {
|
|
1866
1850
|
return $(e) ? e.reduce(
|
|
1867
1851
|
(t, n) => (t[n] = null, t),
|
|
1868
1852
|
{}
|
|
1869
1853
|
) : e;
|
|
1870
1854
|
}
|
|
1871
|
-
function
|
|
1855
|
+
function fc() {
|
|
1872
1856
|
const e = /* @__PURE__ */ Object.create(null);
|
|
1873
1857
|
return (t, n) => {
|
|
1874
1858
|
e[n] ? y(`${t} property "${n}" is already defined in ${e[n]}.`) : e[n] = t;
|
|
1875
1859
|
};
|
|
1876
1860
|
}
|
|
1877
1861
|
let zn = !0;
|
|
1878
|
-
function
|
|
1879
|
-
const t =
|
|
1880
|
-
zn = !1, t.beforeCreate &&
|
|
1862
|
+
function uc(e) {
|
|
1863
|
+
const t = Xs(e), n = e.proxy, o = e.ctx;
|
|
1864
|
+
zn = !1, t.beforeCreate && Ho(t.beforeCreate, e, "bc");
|
|
1881
1865
|
const {
|
|
1882
1866
|
// state
|
|
1883
1867
|
data: s,
|
|
@@ -1894,9 +1878,9 @@ function pc(e) {
|
|
|
1894
1878
|
updated: S,
|
|
1895
1879
|
activated: I,
|
|
1896
1880
|
deactivated: ee,
|
|
1897
|
-
beforeDestroy:
|
|
1881
|
+
beforeDestroy: K,
|
|
1898
1882
|
beforeUnmount: G,
|
|
1899
|
-
destroyed:
|
|
1883
|
+
destroyed: L,
|
|
1900
1884
|
unmounted: ue,
|
|
1901
1885
|
render: V,
|
|
1902
1886
|
renderTracked: Z,
|
|
@@ -1909,15 +1893,15 @@ function pc(e) {
|
|
|
1909
1893
|
// assets
|
|
1910
1894
|
components: _e,
|
|
1911
1895
|
directives: qt,
|
|
1912
|
-
filters:
|
|
1913
|
-
} = t, We = process.env.NODE_ENV !== "production" ?
|
|
1896
|
+
filters: So
|
|
1897
|
+
} = t, We = process.env.NODE_ENV !== "production" ? fc() : null;
|
|
1914
1898
|
if (process.env.NODE_ENV !== "production") {
|
|
1915
1899
|
const [R] = e.propsOptions;
|
|
1916
1900
|
if (R)
|
|
1917
1901
|
for (const M in R)
|
|
1918
1902
|
We("Props", M);
|
|
1919
1903
|
}
|
|
1920
|
-
if (h &&
|
|
1904
|
+
if (h && ac(h, o, We), i)
|
|
1921
1905
|
for (const R in i) {
|
|
1922
1906
|
const M = i[R];
|
|
1923
1907
|
T(M) ? (process.env.NODE_ENV !== "production" ? Object.defineProperty(o, R, {
|
|
@@ -1940,7 +1924,7 @@ function pc(e) {
|
|
|
1940
1924
|
process.env.NODE_ENV !== "production" && y("data() should return an object.");
|
|
1941
1925
|
else if (e.data = mo(R), process.env.NODE_ENV !== "production")
|
|
1942
1926
|
for (const M in R)
|
|
1943
|
-
We("Data", M),
|
|
1927
|
+
We("Data", M), Oo(M[0]) || Object.defineProperty(o, M, {
|
|
1944
1928
|
configurable: !0,
|
|
1945
1929
|
enumerable: !0,
|
|
1946
1930
|
get: () => R[M],
|
|
@@ -1955,7 +1939,7 @@ function pc(e) {
|
|
|
1955
1939
|
y(
|
|
1956
1940
|
`Write operation failed: computed property "${R}" is readonly.`
|
|
1957
1941
|
);
|
|
1958
|
-
} : X, bt =
|
|
1942
|
+
} : X, bt = ul({
|
|
1959
1943
|
get: Oe,
|
|
1960
1944
|
set: Cn
|
|
1961
1945
|
});
|
|
@@ -1968,18 +1952,18 @@ function pc(e) {
|
|
|
1968
1952
|
}
|
|
1969
1953
|
if (l)
|
|
1970
1954
|
for (const R in l)
|
|
1971
|
-
|
|
1955
|
+
zs(l[R], o, n, R);
|
|
1972
1956
|
if (u) {
|
|
1973
1957
|
const R = T(u) ? u.call(n) : u;
|
|
1974
1958
|
Reflect.ownKeys(R).forEach((M) => {
|
|
1975
|
-
|
|
1959
|
+
_c(M, R[M]);
|
|
1976
1960
|
});
|
|
1977
1961
|
}
|
|
1978
|
-
p &&
|
|
1962
|
+
p && Ho(p, e, "c");
|
|
1979
1963
|
function ce(R, M) {
|
|
1980
1964
|
$(M) ? M.forEach((Oe) => R(Oe.bind(n))) : M && R(M.bind(n));
|
|
1981
1965
|
}
|
|
1982
|
-
if (ce(
|
|
1966
|
+
if (ce(Zi, a), ce(Gs, g), ce(Qi, D), ce(qs, S), ce(Yi, I), ce(zi, ee), ce(sc, te), ce(oc, Z), ce(nc, me), ce(ec, G), ce(Js, ue), ce(tc, ie), $(Me))
|
|
1983
1967
|
if (Me.length) {
|
|
1984
1968
|
const R = e.exposed || (e.exposed = {});
|
|
1985
1969
|
Me.forEach((M) => {
|
|
@@ -1991,7 +1975,7 @@ function pc(e) {
|
|
|
1991
1975
|
} else e.exposed || (e.exposed = {});
|
|
1992
1976
|
V && e.render === X && (e.render = V), ke != null && (e.inheritAttrs = ke), _e && (e.components = _e), qt && (e.directives = qt), ie && ks(e);
|
|
1993
1977
|
}
|
|
1994
|
-
function
|
|
1978
|
+
function ac(e, t, n = X) {
|
|
1995
1979
|
$(e) && (e = Xn(e));
|
|
1996
1980
|
for (const o in e) {
|
|
1997
1981
|
const s = e[o];
|
|
@@ -2008,15 +1992,15 @@ function dc(e, t, n = X) {
|
|
|
2008
1992
|
}) : t[o] = r, process.env.NODE_ENV !== "production" && n("Inject", o);
|
|
2009
1993
|
}
|
|
2010
1994
|
}
|
|
2011
|
-
function
|
|
1995
|
+
function Ho(e, t, n) {
|
|
2012
1996
|
Ie(
|
|
2013
1997
|
$(e) ? e.map((o) => o.bind(t.proxy)) : e.bind(t.proxy),
|
|
2014
1998
|
t,
|
|
2015
1999
|
n
|
|
2016
2000
|
);
|
|
2017
2001
|
}
|
|
2018
|
-
function
|
|
2019
|
-
let s = o.includes(".") ?
|
|
2002
|
+
function zs(e, t, n, o) {
|
|
2003
|
+
let s = o.includes(".") ? ur(n, o) : () => n[o];
|
|
2020
2004
|
if (q(e)) {
|
|
2021
2005
|
const r = t[e];
|
|
2022
2006
|
T(r) ? Hn(s, r) : process.env.NODE_ENV !== "production" && y(`Invalid watch handler specified by key "${e}"`, r);
|
|
@@ -2024,14 +2008,14 @@ function Xs(e, t, n, o) {
|
|
|
2024
2008
|
Hn(s, e.bind(n));
|
|
2025
2009
|
else if (W(e))
|
|
2026
2010
|
if ($(e))
|
|
2027
|
-
e.forEach((r) =>
|
|
2011
|
+
e.forEach((r) => zs(r, t, n, o));
|
|
2028
2012
|
else {
|
|
2029
2013
|
const r = T(e.handler) ? e.handler.bind(n) : t[e.handler];
|
|
2030
2014
|
T(r) ? Hn(s, r, e) : process.env.NODE_ENV !== "production" && y(`Invalid watch handler specified by key "${e.handler}"`, r);
|
|
2031
2015
|
}
|
|
2032
2016
|
else process.env.NODE_ENV !== "production" && y(`Invalid watch option: "${o}"`, e);
|
|
2033
2017
|
}
|
|
2034
|
-
function
|
|
2018
|
+
function Xs(e) {
|
|
2035
2019
|
const t = e.type, { mixins: n, extends: o } = t, {
|
|
2036
2020
|
mixins: s,
|
|
2037
2021
|
optionsCache: r,
|
|
@@ -2053,15 +2037,15 @@ function gn(e, t, n, o = !1) {
|
|
|
2053
2037
|
'"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.'
|
|
2054
2038
|
);
|
|
2055
2039
|
else {
|
|
2056
|
-
const l =
|
|
2040
|
+
const l = pc[i] || n && n[i];
|
|
2057
2041
|
e[i] = l ? l(e[i], t[i]) : t[i];
|
|
2058
2042
|
}
|
|
2059
2043
|
return e;
|
|
2060
2044
|
}
|
|
2061
|
-
const
|
|
2062
|
-
data:
|
|
2063
|
-
props:
|
|
2064
|
-
emits:
|
|
2045
|
+
const pc = {
|
|
2046
|
+
data: Lo,
|
|
2047
|
+
props: Uo,
|
|
2048
|
+
emits: Uo,
|
|
2065
2049
|
// objects
|
|
2066
2050
|
methods: Tt,
|
|
2067
2051
|
computed: Tt,
|
|
@@ -2084,12 +2068,12 @@ const hc = {
|
|
|
2084
2068
|
components: Tt,
|
|
2085
2069
|
directives: Tt,
|
|
2086
2070
|
// watch
|
|
2087
|
-
watch:
|
|
2071
|
+
watch: hc,
|
|
2088
2072
|
// provide / inject
|
|
2089
|
-
provide:
|
|
2090
|
-
inject:
|
|
2073
|
+
provide: Lo,
|
|
2074
|
+
inject: dc
|
|
2091
2075
|
};
|
|
2092
|
-
function
|
|
2076
|
+
function Lo(e, t) {
|
|
2093
2077
|
return t ? e ? function() {
|
|
2094
2078
|
return Y(
|
|
2095
2079
|
T(e) ? e.call(this, this) : e,
|
|
@@ -2097,7 +2081,7 @@ function Uo(e, t) {
|
|
|
2097
2081
|
);
|
|
2098
2082
|
} : t : e;
|
|
2099
2083
|
}
|
|
2100
|
-
function
|
|
2084
|
+
function dc(e, t) {
|
|
2101
2085
|
return Tt(Xn(e), Xn(t));
|
|
2102
2086
|
}
|
|
2103
2087
|
function Xn(e) {
|
|
@@ -2115,14 +2099,14 @@ function oe(e, t) {
|
|
|
2115
2099
|
function Tt(e, t) {
|
|
2116
2100
|
return e ? Y(/* @__PURE__ */ Object.create(null), e, t) : t;
|
|
2117
2101
|
}
|
|
2118
|
-
function
|
|
2102
|
+
function Uo(e, t) {
|
|
2119
2103
|
return e ? $(e) && $(t) ? [.../* @__PURE__ */ new Set([...e, ...t])] : Y(
|
|
2120
2104
|
/* @__PURE__ */ Object.create(null),
|
|
2121
|
-
|
|
2122
|
-
|
|
2105
|
+
jo(e),
|
|
2106
|
+
jo(t ?? {})
|
|
2123
2107
|
) : t;
|
|
2124
2108
|
}
|
|
2125
|
-
function
|
|
2109
|
+
function hc(e, t) {
|
|
2126
2110
|
if (!e) return t;
|
|
2127
2111
|
if (!t) return e;
|
|
2128
2112
|
const n = Y(/* @__PURE__ */ Object.create(null), e);
|
|
@@ -2130,11 +2114,11 @@ function mc(e, t) {
|
|
|
2130
2114
|
n[o] = oe(e[o], t[o]);
|
|
2131
2115
|
return n;
|
|
2132
2116
|
}
|
|
2133
|
-
function
|
|
2117
|
+
function Zs() {
|
|
2134
2118
|
return {
|
|
2135
2119
|
app: null,
|
|
2136
2120
|
config: {
|
|
2137
|
-
isNativeTag:
|
|
2121
|
+
isNativeTag: Sr,
|
|
2138
2122
|
performance: !1,
|
|
2139
2123
|
globalProperties: {},
|
|
2140
2124
|
optionMergeStrategies: {},
|
|
@@ -2151,20 +2135,20 @@ function Qs() {
|
|
|
2151
2135
|
emitsCache: /* @__PURE__ */ new WeakMap()
|
|
2152
2136
|
};
|
|
2153
2137
|
}
|
|
2154
|
-
let
|
|
2155
|
-
function
|
|
2138
|
+
let gc = 0;
|
|
2139
|
+
function mc(e, t) {
|
|
2156
2140
|
return function(o, s = null) {
|
|
2157
2141
|
T(o) || (o = Y({}, o)), s != null && !W(s) && (process.env.NODE_ENV !== "production" && y("root props passed to app.mount() must be an object."), s = null);
|
|
2158
|
-
const r =
|
|
2142
|
+
const r = Zs(), i = /* @__PURE__ */ new WeakSet(), l = [];
|
|
2159
2143
|
let u = !1;
|
|
2160
2144
|
const h = r.app = {
|
|
2161
|
-
_uid:
|
|
2145
|
+
_uid: gc++,
|
|
2162
2146
|
_component: o,
|
|
2163
2147
|
_props: s,
|
|
2164
2148
|
_container: null,
|
|
2165
2149
|
_context: r,
|
|
2166
2150
|
_instance: null,
|
|
2167
|
-
version:
|
|
2151
|
+
version: Qo,
|
|
2168
2152
|
get config() {
|
|
2169
2153
|
return r.config;
|
|
2170
2154
|
},
|
|
@@ -2187,7 +2171,7 @@ function vc(e, t) {
|
|
|
2187
2171
|
return process.env.NODE_ENV !== "production" && no(p, r.config), a ? (process.env.NODE_ENV !== "production" && r.components[p] && y(`Component "${p}" has already been registered in target app.`), r.components[p] = a, h) : r.components[p];
|
|
2188
2172
|
},
|
|
2189
2173
|
directive(p, a) {
|
|
2190
|
-
return process.env.NODE_ENV !== "production" &&
|
|
2174
|
+
return process.env.NODE_ENV !== "production" && Bs(p), a ? (process.env.NODE_ENV !== "production" && r.directives[p] && y(`Directive "${p}" has already been registered in target app.`), r.directives[p] = a, h) : r.directives[p];
|
|
2191
2175
|
},
|
|
2192
2176
|
mount(p, a, g) {
|
|
2193
2177
|
if (u)
|
|
@@ -2205,7 +2189,7 @@ function vc(e, t) {
|
|
|
2205
2189
|
p,
|
|
2206
2190
|
g
|
|
2207
2191
|
);
|
|
2208
|
-
}), e(D, p, g), u = !0, h._container = p, p.__vue_app__ = h, process.env.NODE_ENV !== "production" && (h._instance = D.component,
|
|
2192
|
+
}), e(D, p, g), u = !0, h._container = p, p.__vue_app__ = h, process.env.NODE_ENV !== "production" && (h._instance = D.component, Fi(h, Qo)), Vo(D.component);
|
|
2209
2193
|
}
|
|
2210
2194
|
},
|
|
2211
2195
|
onUnmount(p) {
|
|
@@ -2218,7 +2202,7 @@ function vc(e, t) {
|
|
|
2218
2202
|
l,
|
|
2219
2203
|
h._instance,
|
|
2220
2204
|
16
|
|
2221
|
-
), e(null, h._container), process.env.NODE_ENV !== "production" && (h._instance = null,
|
|
2205
|
+
), e(null, h._container), process.env.NODE_ENV !== "production" && (h._instance = null, ji(h)), delete h._container.__vue_app__) : process.env.NODE_ENV !== "production" && y("Cannot unmount an app that is not mounted.");
|
|
2222
2206
|
},
|
|
2223
2207
|
provide(p, a) {
|
|
2224
2208
|
return process.env.NODE_ENV !== "production" && p in r.provides && y(
|
|
@@ -2239,7 +2223,7 @@ function vc(e, t) {
|
|
|
2239
2223
|
};
|
|
2240
2224
|
}
|
|
2241
2225
|
let vt = null;
|
|
2242
|
-
function
|
|
2226
|
+
function _c(e, t) {
|
|
2243
2227
|
if (!Q)
|
|
2244
2228
|
process.env.NODE_ENV !== "production" && y("provide() can only be used inside setup().");
|
|
2245
2229
|
else {
|
|
@@ -2259,32 +2243,32 @@ function tn(e, t, n = !1) {
|
|
|
2259
2243
|
process.env.NODE_ENV !== "production" && y(`injection "${String(e)}" not found.`);
|
|
2260
2244
|
} else process.env.NODE_ENV !== "production" && y("inject() can only be used inside setup() or functional components.");
|
|
2261
2245
|
}
|
|
2262
|
-
const
|
|
2263
|
-
function
|
|
2264
|
-
const s = {}, r =
|
|
2265
|
-
e.propsDefaults = /* @__PURE__ */ Object.create(null),
|
|
2246
|
+
const Qs = {}, er = () => Object.create(Qs), tr = (e) => Object.getPrototypeOf(e) === Qs;
|
|
2247
|
+
function vc(e, t, n, o = !1) {
|
|
2248
|
+
const s = {}, r = er();
|
|
2249
|
+
e.propsDefaults = /* @__PURE__ */ Object.create(null), nr(e, t, s, r);
|
|
2266
2250
|
for (const i in e.propsOptions[0])
|
|
2267
2251
|
i in s || (s[i] = void 0);
|
|
2268
|
-
process.env.NODE_ENV !== "production" &&
|
|
2252
|
+
process.env.NODE_ENV !== "production" && sr(t || {}, s, e), n ? e.props = o ? s : gi(s) : e.type.props ? e.props = s : e.props = r, e.attrs = r;
|
|
2269
2253
|
}
|
|
2270
|
-
function
|
|
2254
|
+
function Ec(e) {
|
|
2271
2255
|
for (; e; ) {
|
|
2272
2256
|
if (e.type.__hmrId) return !0;
|
|
2273
2257
|
e = e.parent;
|
|
2274
2258
|
}
|
|
2275
2259
|
}
|
|
2276
|
-
function
|
|
2260
|
+
function Nc(e, t, n, o) {
|
|
2277
2261
|
const {
|
|
2278
2262
|
props: s,
|
|
2279
2263
|
attrs: r,
|
|
2280
2264
|
vnode: { patchFlag: i }
|
|
2281
|
-
} = e, l =
|
|
2265
|
+
} = e, l = P(s), [u] = e.propsOptions;
|
|
2282
2266
|
let h = !1;
|
|
2283
2267
|
if (
|
|
2284
2268
|
// always force full diff in dev
|
|
2285
2269
|
// - #1942 if hmr is enabled with sfc component
|
|
2286
2270
|
// - vite#872 non-sfc component used by sfc component
|
|
2287
|
-
!(process.env.NODE_ENV !== "production" &&
|
|
2271
|
+
!(process.env.NODE_ENV !== "production" && Ec(e)) && (o || i > 0) && !(i & 16)
|
|
2288
2272
|
) {
|
|
2289
2273
|
if (i & 8) {
|
|
2290
2274
|
const p = e.vnode.dynamicProps;
|
|
@@ -2312,7 +2296,7 @@ function yc(e, t, n, o) {
|
|
|
2312
2296
|
}
|
|
2313
2297
|
}
|
|
2314
2298
|
} else {
|
|
2315
|
-
|
|
2299
|
+
nr(e, t, s, r) && (h = !0);
|
|
2316
2300
|
let p;
|
|
2317
2301
|
for (const a in l)
|
|
2318
2302
|
(!t || // for camelCase
|
|
@@ -2332,9 +2316,9 @@ function yc(e, t, n, o) {
|
|
|
2332
2316
|
for (const a in r)
|
|
2333
2317
|
(!t || !j(t, a)) && (delete r[a], h = !0);
|
|
2334
2318
|
}
|
|
2335
|
-
h && Te(e.attrs, "set", ""), process.env.NODE_ENV !== "production" &&
|
|
2319
|
+
h && Te(e.attrs, "set", ""), process.env.NODE_ENV !== "production" && sr(t || {}, s, e);
|
|
2336
2320
|
}
|
|
2337
|
-
function
|
|
2321
|
+
function nr(e, t, n, o) {
|
|
2338
2322
|
const [s, r] = e.propsOptions;
|
|
2339
2323
|
let i = !1, l;
|
|
2340
2324
|
if (t)
|
|
@@ -2346,7 +2330,7 @@ function or(e, t, n, o) {
|
|
|
2346
2330
|
s && j(s, p = Ne(u)) ? !r || !r.includes(p) ? n[p] = h : (l || (l = {}))[p] = h : xn(e.emitsOptions, u) || (!(u in o) || h !== o[u]) && (o[u] = h, i = !0);
|
|
2347
2331
|
}
|
|
2348
2332
|
if (r) {
|
|
2349
|
-
const u =
|
|
2333
|
+
const u = P(n), h = l || B;
|
|
2350
2334
|
for (let p = 0; p < r.length; p++) {
|
|
2351
2335
|
const a = r[p];
|
|
2352
2336
|
n[a] = Zn(
|
|
@@ -2392,9 +2376,9 @@ function Zn(e, t, n, o, s, r) {
|
|
|
2392
2376
|
}
|
|
2393
2377
|
return o;
|
|
2394
2378
|
}
|
|
2395
|
-
const
|
|
2396
|
-
function
|
|
2397
|
-
const o = n ?
|
|
2379
|
+
const bc = /* @__PURE__ */ new WeakMap();
|
|
2380
|
+
function or(e, t, n = !1) {
|
|
2381
|
+
const o = n ? bc : t.propsCache, s = o.get(e);
|
|
2398
2382
|
if (s)
|
|
2399
2383
|
return s;
|
|
2400
2384
|
const r = e.props, i = {}, l = [];
|
|
@@ -2402,7 +2386,7 @@ function sr(e, t, n = !1) {
|
|
|
2402
2386
|
if (!T(e)) {
|
|
2403
2387
|
const p = (a) => {
|
|
2404
2388
|
u = !0;
|
|
2405
|
-
const [g, D] =
|
|
2389
|
+
const [g, D] = or(a, t, !0);
|
|
2406
2390
|
Y(i, g), D && l.push(...D);
|
|
2407
2391
|
};
|
|
2408
2392
|
!n && t.mixins.length && t.mixins.forEach(p), e.extends && p(e.extends), e.mixins && e.mixins.forEach(p);
|
|
@@ -2413,7 +2397,7 @@ function sr(e, t, n = !1) {
|
|
|
2413
2397
|
for (let p = 0; p < r.length; p++) {
|
|
2414
2398
|
process.env.NODE_ENV !== "production" && !q(r[p]) && y("props must be strings when using array syntax.", r[p]);
|
|
2415
2399
|
const a = Ne(r[p]);
|
|
2416
|
-
Bo(a) && (i[a] =
|
|
2400
|
+
Bo(a) && (i[a] = B);
|
|
2417
2401
|
}
|
|
2418
2402
|
else if (r) {
|
|
2419
2403
|
process.env.NODE_ENV !== "production" && !W(r) && y("invalid props options", r);
|
|
@@ -2423,12 +2407,12 @@ function sr(e, t, n = !1) {
|
|
|
2423
2407
|
const g = r[p], D = i[a] = $(g) || T(g) ? { type: g } : Y({}, g), S = D.type;
|
|
2424
2408
|
let I = !1, ee = !0;
|
|
2425
2409
|
if ($(S))
|
|
2426
|
-
for (let
|
|
2427
|
-
const G = S[
|
|
2428
|
-
if (
|
|
2410
|
+
for (let K = 0; K < S.length; ++K) {
|
|
2411
|
+
const G = S[K], L = T(G) && G.name;
|
|
2412
|
+
if (L === "Boolean") {
|
|
2429
2413
|
I = !0;
|
|
2430
2414
|
break;
|
|
2431
|
-
} else
|
|
2415
|
+
} else L === "String" && (ee = !1);
|
|
2432
2416
|
}
|
|
2433
2417
|
else
|
|
2434
2418
|
I = T(S) && S.name === "Boolean";
|
|
@@ -2448,14 +2432,14 @@ function sr(e, t, n = !1) {
|
|
|
2448
2432
|
function Bo(e) {
|
|
2449
2433
|
return e[0] !== "$" && !$t(e) ? !0 : (process.env.NODE_ENV !== "production" && y(`Invalid prop name: "${e}" is a reserved property.`), !1);
|
|
2450
2434
|
}
|
|
2451
|
-
function
|
|
2435
|
+
function yc(e) {
|
|
2452
2436
|
return e === null ? "null" : typeof e == "function" ? e.name || "" : typeof e == "object" && e.constructor && e.constructor.name || "";
|
|
2453
2437
|
}
|
|
2454
|
-
function
|
|
2455
|
-
const o =
|
|
2438
|
+
function sr(e, t, n) {
|
|
2439
|
+
const o = P(t), s = n.propsOptions[0], r = Object.keys(e).map((i) => Ne(i));
|
|
2456
2440
|
for (const i in s) {
|
|
2457
2441
|
let l = s[i];
|
|
2458
|
-
l != null &&
|
|
2442
|
+
l != null && Oc(
|
|
2459
2443
|
i,
|
|
2460
2444
|
o[i],
|
|
2461
2445
|
l,
|
|
@@ -2464,7 +2448,7 @@ function rr(e, t, n) {
|
|
|
2464
2448
|
);
|
|
2465
2449
|
}
|
|
2466
2450
|
}
|
|
2467
|
-
function
|
|
2451
|
+
function Oc(e, t, n, o, s) {
|
|
2468
2452
|
const { type: r, required: i, validator: l, skipCheck: u } = n;
|
|
2469
2453
|
if (i && s) {
|
|
2470
2454
|
y('Missing required prop: "' + e + '"');
|
|
@@ -2475,26 +2459,26 @@ function wc(e, t, n, o, s) {
|
|
|
2475
2459
|
let h = !1;
|
|
2476
2460
|
const p = $(r) ? r : [r], a = [];
|
|
2477
2461
|
for (let g = 0; g < p.length && !h; g++) {
|
|
2478
|
-
const { valid: D, expectedType: S } =
|
|
2462
|
+
const { valid: D, expectedType: S } = wc(t, p[g]);
|
|
2479
2463
|
a.push(S || ""), h = D;
|
|
2480
2464
|
}
|
|
2481
2465
|
if (!h) {
|
|
2482
|
-
y(
|
|
2466
|
+
y(xc(e, t, a));
|
|
2483
2467
|
return;
|
|
2484
2468
|
}
|
|
2485
2469
|
}
|
|
2486
2470
|
l && !l(t, o) && y('Invalid prop: custom validator check failed for prop "' + e + '".');
|
|
2487
2471
|
}
|
|
2488
2472
|
}
|
|
2489
|
-
const
|
|
2473
|
+
const Dc = /* @__PURE__ */ Le(
|
|
2490
2474
|
"String,Number,Boolean,Function,Symbol,BigInt"
|
|
2491
2475
|
);
|
|
2492
|
-
function
|
|
2476
|
+
function wc(e, t) {
|
|
2493
2477
|
let n;
|
|
2494
|
-
const o =
|
|
2478
|
+
const o = yc(t);
|
|
2495
2479
|
if (o === "null")
|
|
2496
2480
|
n = e === null;
|
|
2497
|
-
else if (
|
|
2481
|
+
else if (Dc(o)) {
|
|
2498
2482
|
const s = typeof e;
|
|
2499
2483
|
n = s === o.toLowerCase(), !n && s === "object" && (n = e instanceof t);
|
|
2500
2484
|
} else o === "Object" ? n = W(e) : o === "Array" ? n = $(e) : n = e instanceof t;
|
|
@@ -2503,73 +2487,73 @@ function Vc(e, t) {
|
|
|
2503
2487
|
expectedType: o
|
|
2504
2488
|
};
|
|
2505
2489
|
}
|
|
2506
|
-
function
|
|
2490
|
+
function xc(e, t, n) {
|
|
2507
2491
|
if (n.length === 0)
|
|
2508
2492
|
return `Prop type [] for prop "${e}" won't match anything. Did you mean to use type Array instead?`;
|
|
2509
2493
|
let o = `Invalid prop: type check failed for prop "${e}". Expected ${n.map(bn).join(" | ")}`;
|
|
2510
|
-
const s = n[0], r = io(t), i =
|
|
2511
|
-
return n.length === 1 &&
|
|
2494
|
+
const s = n[0], r = io(t), i = Ko(t, s), l = Ko(t, r);
|
|
2495
|
+
return n.length === 1 && ko(s) && !Vc(s, r) && (o += ` with value ${i}`), o += `, got ${r} `, ko(r) && (o += `with value ${l}.`), o;
|
|
2512
2496
|
}
|
|
2513
|
-
function
|
|
2497
|
+
function Ko(e, t) {
|
|
2514
2498
|
return t === "String" ? `"${e}"` : t === "Number" ? `${Number(e)}` : `${e}`;
|
|
2515
2499
|
}
|
|
2516
|
-
function
|
|
2500
|
+
function ko(e) {
|
|
2517
2501
|
return ["string", "number", "boolean"].some((n) => e.toLowerCase() === n);
|
|
2518
2502
|
}
|
|
2519
|
-
function
|
|
2503
|
+
function Vc(...e) {
|
|
2520
2504
|
return e.some((t) => t.toLowerCase() === "boolean");
|
|
2521
2505
|
}
|
|
2522
|
-
const
|
|
2506
|
+
const rr = (e) => e[0] === "_" || e === "$stable", Do = (e) => $(e) ? e.map(ve) : [ve(e)], Sc = (e, t, n) => {
|
|
2523
2507
|
if (t._n)
|
|
2524
2508
|
return t;
|
|
2525
|
-
const o =
|
|
2509
|
+
const o = Wi((...s) => (process.env.NODE_ENV !== "production" && Q && (!n || n.root === Q.root) && y(
|
|
2526
2510
|
`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.`
|
|
2527
|
-
),
|
|
2511
|
+
), Do(t(...s))), n);
|
|
2528
2512
|
return o._c = !1, o;
|
|
2529
|
-
},
|
|
2513
|
+
}, ir = (e, t, n) => {
|
|
2530
2514
|
const o = e._ctx;
|
|
2531
2515
|
for (const s in e) {
|
|
2532
|
-
if (
|
|
2516
|
+
if (rr(s)) continue;
|
|
2533
2517
|
const r = e[s];
|
|
2534
2518
|
if (T(r))
|
|
2535
|
-
t[s] =
|
|
2519
|
+
t[s] = Sc(s, r, o);
|
|
2536
2520
|
else if (r != null) {
|
|
2537
2521
|
process.env.NODE_ENV !== "production" && y(
|
|
2538
2522
|
`Non-function value encountered for slot "${s}". Prefer function slots for better performance.`
|
|
2539
2523
|
);
|
|
2540
|
-
const i =
|
|
2524
|
+
const i = Do(r);
|
|
2541
2525
|
t[s] = () => i;
|
|
2542
2526
|
}
|
|
2543
2527
|
}
|
|
2544
|
-
},
|
|
2545
|
-
process.env.NODE_ENV !== "production" && !
|
|
2528
|
+
}, cr = (e, t) => {
|
|
2529
|
+
process.env.NODE_ENV !== "production" && !yo(e.vnode) && y(
|
|
2546
2530
|
"Non-function value encountered for default slot. Prefer function slots for better performance."
|
|
2547
2531
|
);
|
|
2548
|
-
const n =
|
|
2532
|
+
const n = Do(t);
|
|
2549
2533
|
e.slots.default = () => n;
|
|
2550
2534
|
}, Qn = (e, t, n) => {
|
|
2551
2535
|
for (const o in t)
|
|
2552
2536
|
(n || o !== "_") && (e[o] = t[o]);
|
|
2553
|
-
},
|
|
2554
|
-
const o = e.slots =
|
|
2537
|
+
}, Cc = (e, t, n) => {
|
|
2538
|
+
const o = e.slots = er();
|
|
2555
2539
|
if (e.vnode.shapeFlag & 32) {
|
|
2556
2540
|
const s = t._;
|
|
2557
|
-
s ? (Qn(o, t, n), n && ln(o, "_", s, !0)) :
|
|
2558
|
-
} else t &&
|
|
2559
|
-
},
|
|
2541
|
+
s ? (Qn(o, t, n), n && ln(o, "_", s, !0)) : ir(t, o);
|
|
2542
|
+
} else t && cr(e, t);
|
|
2543
|
+
}, Tc = (e, t, n) => {
|
|
2560
2544
|
const { vnode: o, slots: s } = e;
|
|
2561
|
-
let r = !0, i =
|
|
2545
|
+
let r = !0, i = B;
|
|
2562
2546
|
if (o.shapeFlag & 32) {
|
|
2563
2547
|
const l = t._;
|
|
2564
|
-
l ? process.env.NODE_ENV !== "production" &&
|
|
2565
|
-
} else t && (
|
|
2548
|
+
l ? process.env.NODE_ENV !== "production" && Ae ? (Qn(s, t, n), Te(e, "set", "$slots")) : n && l === 1 ? r = !1 : Qn(s, t, n) : (r = !t.$stable, ir(t, s)), i = t;
|
|
2549
|
+
} else t && (cr(e, t), i = { default: 1 });
|
|
2566
2550
|
if (r)
|
|
2567
2551
|
for (const l in s)
|
|
2568
|
-
!
|
|
2552
|
+
!rr(l) && i[l] == null && delete s[l];
|
|
2569
2553
|
};
|
|
2570
2554
|
let Vt, ze;
|
|
2571
2555
|
function at(e, t) {
|
|
2572
|
-
e.appContext.config.performance && mn() && ze.mark(`vue-${t}-${e.uid}`), process.env.NODE_ENV !== "production" &&
|
|
2556
|
+
e.appContext.config.performance && mn() && ze.mark(`vue-${t}-${e.uid}`), process.env.NODE_ENV !== "production" && Bi(e, t, mn() ? ze.now() : Date.now());
|
|
2573
2557
|
}
|
|
2574
2558
|
function pt(e, t) {
|
|
2575
2559
|
if (e.appContext.config.performance && mn()) {
|
|
@@ -2580,12 +2564,12 @@ function pt(e, t) {
|
|
|
2580
2564
|
o
|
|
2581
2565
|
), ze.clearMarks(n), ze.clearMarks(o);
|
|
2582
2566
|
}
|
|
2583
|
-
process.env.NODE_ENV !== "production" &&
|
|
2567
|
+
process.env.NODE_ENV !== "production" && Ki(e, t, mn() ? ze.now() : Date.now());
|
|
2584
2568
|
}
|
|
2585
2569
|
function mn() {
|
|
2586
2570
|
return Vt !== void 0 || (typeof window < "u" && window.performance ? (Vt = !0, ze = window.performance) : Vt = !1), Vt;
|
|
2587
2571
|
}
|
|
2588
|
-
function
|
|
2572
|
+
function $c() {
|
|
2589
2573
|
const e = [];
|
|
2590
2574
|
if (process.env.NODE_ENV !== "production" && e.length) {
|
|
2591
2575
|
const t = e.length > 1;
|
|
@@ -2596,14 +2580,14 @@ For more details, see https://link.vuejs.org/feature-flags.`
|
|
|
2596
2580
|
);
|
|
2597
2581
|
}
|
|
2598
2582
|
}
|
|
2599
|
-
const pe =
|
|
2600
|
-
function
|
|
2601
|
-
return
|
|
2583
|
+
const pe = Wc;
|
|
2584
|
+
function Ac(e) {
|
|
2585
|
+
return Pc(e);
|
|
2602
2586
|
}
|
|
2603
|
-
function
|
|
2604
|
-
|
|
2605
|
-
const n =
|
|
2606
|
-
n.__VUE__ = !0, process.env.NODE_ENV !== "production" &&
|
|
2587
|
+
function Pc(e, t) {
|
|
2588
|
+
$c();
|
|
2589
|
+
const n = Bt();
|
|
2590
|
+
n.__VUE__ = !0, process.env.NODE_ENV !== "production" && Eo(n.__VUE_DEVTOOLS_GLOBAL_HOOK__, n);
|
|
2607
2591
|
const {
|
|
2608
2592
|
insert: o,
|
|
2609
2593
|
remove: s,
|
|
@@ -2617,7 +2601,7 @@ function Mc(e, t) {
|
|
|
2617
2601
|
nextSibling: g,
|
|
2618
2602
|
setScopeId: D = X,
|
|
2619
2603
|
insertStaticContent: S
|
|
2620
|
-
} = e, I = (c, f, d, v = null, m = null, _ = null, O = void 0, b = null, N = process.env.NODE_ENV !== "production" &&
|
|
2604
|
+
} = e, I = (c, f, d, v = null, m = null, _ = null, O = void 0, b = null, N = process.env.NODE_ENV !== "production" && Ae ? !1 : !!f.dynamicChildren) => {
|
|
2621
2605
|
if (c === f)
|
|
2622
2606
|
return;
|
|
2623
2607
|
c && !St(c, f) && (v = Jt(c), Ge(c, m, _, !0), c = null), f.patchFlag === -2 && (N = !1, f.dynamicChildren = null);
|
|
@@ -2627,10 +2611,10 @@ function Mc(e, t) {
|
|
|
2627
2611
|
ee(c, f, d, v);
|
|
2628
2612
|
break;
|
|
2629
2613
|
case ye:
|
|
2630
|
-
|
|
2614
|
+
K(c, f, d, v);
|
|
2631
2615
|
break;
|
|
2632
2616
|
case on:
|
|
2633
|
-
c == null ? G(f, d, v, O) : process.env.NODE_ENV !== "production" &&
|
|
2617
|
+
c == null ? G(f, d, v, O) : process.env.NODE_ENV !== "production" && L(c, f, d, O);
|
|
2634
2618
|
break;
|
|
2635
2619
|
case Ce:
|
|
2636
2620
|
qt(
|
|
@@ -2656,7 +2640,7 @@ function Mc(e, t) {
|
|
|
2656
2640
|
O,
|
|
2657
2641
|
b,
|
|
2658
2642
|
N
|
|
2659
|
-
) : w & 6 ?
|
|
2643
|
+
) : w & 6 ? So(
|
|
2660
2644
|
c,
|
|
2661
2645
|
f,
|
|
2662
2646
|
d,
|
|
@@ -2691,7 +2675,7 @@ function Mc(e, t) {
|
|
|
2691
2675
|
const m = f.el = c.el;
|
|
2692
2676
|
f.children !== c.children && h(m, f.children);
|
|
2693
2677
|
}
|
|
2694
|
-
},
|
|
2678
|
+
}, K = (c, f, d, v) => {
|
|
2695
2679
|
c == null ? o(
|
|
2696
2680
|
f.el = u(f.children || ""),
|
|
2697
2681
|
d,
|
|
@@ -2706,7 +2690,7 @@ function Mc(e, t) {
|
|
|
2706
2690
|
c.el,
|
|
2707
2691
|
c.anchor
|
|
2708
2692
|
);
|
|
2709
|
-
},
|
|
2693
|
+
}, L = (c, f, d, v) => {
|
|
2710
2694
|
if (f.children !== c.children) {
|
|
2711
2695
|
const m = g(c.anchor);
|
|
2712
2696
|
V(c), [f.el, f.anchor] = S(
|
|
@@ -2748,7 +2732,7 @@ function Mc(e, t) {
|
|
|
2748
2732
|
);
|
|
2749
2733
|
}, me = (c, f, d, v, m, _, O, b) => {
|
|
2750
2734
|
let N, E;
|
|
2751
|
-
const { props: C, shapeFlag: w, transition: x, dirs:
|
|
2735
|
+
const { props: C, shapeFlag: w, transition: x, dirs: A } = c;
|
|
2752
2736
|
if (N = c.el = i(
|
|
2753
2737
|
c.type,
|
|
2754
2738
|
_,
|
|
@@ -2763,15 +2747,15 @@ function Mc(e, t) {
|
|
|
2763
2747
|
jn(c, _),
|
|
2764
2748
|
O,
|
|
2765
2749
|
b
|
|
2766
|
-
),
|
|
2750
|
+
), A && tt(c, null, v, "created"), te(N, c, c.scopeId, O, v), C) {
|
|
2767
2751
|
for (const k in C)
|
|
2768
2752
|
k !== "value" && !$t(k) && r(N, k, null, C[k], _, v);
|
|
2769
2753
|
"value" in C && r(N, "value", null, C.value, _), (E = C.onVnodeBeforeMount) && Ve(E, v, c);
|
|
2770
2754
|
}
|
|
2771
|
-
process.env.NODE_ENV !== "production" && (ln(N, "__vnode", c, !0), ln(N, "__vueParentComponent", v, !0)),
|
|
2772
|
-
const F =
|
|
2773
|
-
F && x.beforeEnter(N), o(N, f, d), ((E = C && C.onVnodeMounted) || F ||
|
|
2774
|
-
E && Ve(E, v, c), F && x.enter(N),
|
|
2755
|
+
process.env.NODE_ENV !== "production" && (ln(N, "__vnode", c, !0), ln(N, "__vueParentComponent", v, !0)), A && tt(c, null, v, "beforeMount");
|
|
2756
|
+
const F = Ic(m, x);
|
|
2757
|
+
F && x.beforeEnter(N), o(N, f, d), ((E = C && C.onVnodeMounted) || F || A) && pe(() => {
|
|
2758
|
+
E && Ve(E, v, c), F && x.enter(N), A && tt(c, null, v, "mounted");
|
|
2775
2759
|
}, m);
|
|
2776
2760
|
}, te = (c, f, d, v, m) => {
|
|
2777
2761
|
if (d && D(c, d), v)
|
|
@@ -2779,7 +2763,7 @@ function Mc(e, t) {
|
|
|
2779
2763
|
D(c, v[_]);
|
|
2780
2764
|
if (m) {
|
|
2781
2765
|
let _ = m.subTree;
|
|
2782
|
-
if (process.env.NODE_ENV !== "production" && _.patchFlag > 0 && _.patchFlag & 2048 && (_ =
|
|
2766
|
+
if (process.env.NODE_ENV !== "production" && _.patchFlag > 0 && _.patchFlag & 2048 && (_ = wo(_.children) || _), f === _ || dr(_.type) && (_.ssContent === f || _.ssFallback === f)) {
|
|
2783
2767
|
const O = m.vnode;
|
|
2784
2768
|
te(
|
|
2785
2769
|
c,
|
|
@@ -2810,9 +2794,9 @@ function Mc(e, t) {
|
|
|
2810
2794
|
process.env.NODE_ENV !== "production" && (b.__vnode = f);
|
|
2811
2795
|
let { patchFlag: N, dynamicChildren: E, dirs: C } = f;
|
|
2812
2796
|
N |= c.patchFlag & 16;
|
|
2813
|
-
const w = c.props ||
|
|
2814
|
-
let
|
|
2815
|
-
if (d && nt(d, !1), (
|
|
2797
|
+
const w = c.props || B, x = f.props || B;
|
|
2798
|
+
let A;
|
|
2799
|
+
if (d && nt(d, !1), (A = x.onVnodeBeforeUpdate) && Ve(A, d, f, c), C && tt(f, c, d, "beforeUpdate"), d && nt(d, !0), process.env.NODE_ENV !== "production" && Ae && (N = 0, O = !1, E = null), (w.innerHTML && x.innerHTML == null || w.textContent && x.textContent == null) && p(b, ""), E ? (ke(
|
|
2816
2800
|
c.dynamicChildren,
|
|
2817
2801
|
E,
|
|
2818
2802
|
b,
|
|
@@ -2836,14 +2820,14 @@ function Mc(e, t) {
|
|
|
2836
2820
|
else if (N & 2 && w.class !== x.class && r(b, "class", null, x.class, m), N & 4 && r(b, "style", w.style, x.style, m), N & 8) {
|
|
2837
2821
|
const F = f.dynamicProps;
|
|
2838
2822
|
for (let k = 0; k < F.length; k++) {
|
|
2839
|
-
const
|
|
2840
|
-
(le !== ae ||
|
|
2823
|
+
const U = F[k], ae = w[U], le = x[U];
|
|
2824
|
+
(le !== ae || U === "value") && r(b, U, ae, le, m, d);
|
|
2841
2825
|
}
|
|
2842
2826
|
}
|
|
2843
2827
|
N & 1 && c.children !== f.children && p(b, f.children);
|
|
2844
2828
|
} else !O && E == null && _e(b, w, x, d, m);
|
|
2845
|
-
((
|
|
2846
|
-
|
|
2829
|
+
((A = x.onVnodeUpdated) || C) && pe(() => {
|
|
2830
|
+
A && Ve(A, d, f, c), C && tt(f, c, d, "updated");
|
|
2847
2831
|
}, v);
|
|
2848
2832
|
}, ke = (c, f, d, v, m, _, O) => {
|
|
2849
2833
|
for (let b = 0; b < f.length; b++) {
|
|
@@ -2875,7 +2859,7 @@ function Mc(e, t) {
|
|
|
2875
2859
|
}
|
|
2876
2860
|
}, _e = (c, f, d, v, m) => {
|
|
2877
2861
|
if (f !== d) {
|
|
2878
|
-
if (f !==
|
|
2862
|
+
if (f !== B)
|
|
2879
2863
|
for (const _ in f)
|
|
2880
2864
|
!$t(_) && !(_ in d) && r(
|
|
2881
2865
|
c,
|
|
@@ -2894,9 +2878,9 @@ function Mc(e, t) {
|
|
|
2894
2878
|
}
|
|
2895
2879
|
}, qt = (c, f, d, v, m, _, O, b, N) => {
|
|
2896
2880
|
const E = f.el = c ? c.el : l(""), C = f.anchor = c ? c.anchor : l("");
|
|
2897
|
-
let { patchFlag: w, dynamicChildren: x, slotScopeIds:
|
|
2881
|
+
let { patchFlag: w, dynamicChildren: x, slotScopeIds: A } = f;
|
|
2898
2882
|
process.env.NODE_ENV !== "production" && // #5523 dev root fragment may inherit directives
|
|
2899
|
-
(
|
|
2883
|
+
(Ae || w & 2048) && (w = 0, N = !1, x = null), A && (b = b ? b.concat(A) : A), c == null ? (o(E, d, v), o(C, d, v), ie(
|
|
2900
2884
|
// #10007
|
|
2901
2885
|
// such fragment like `<></>` will be compiled into
|
|
2902
2886
|
// a fragment which doesn't have a children.
|
|
@@ -2941,7 +2925,7 @@ function Mc(e, t) {
|
|
|
2941
2925
|
b,
|
|
2942
2926
|
N
|
|
2943
2927
|
);
|
|
2944
|
-
},
|
|
2928
|
+
}, So = (c, f, d, v, m, _, O, b, N) => {
|
|
2945
2929
|
f.slotScopeIds = b, c == null ? f.shapeFlag & 512 ? m.ctx.activate(
|
|
2946
2930
|
f,
|
|
2947
2931
|
d,
|
|
@@ -2958,15 +2942,15 @@ function Mc(e, t) {
|
|
|
2958
2942
|
N
|
|
2959
2943
|
) : ce(c, f, N);
|
|
2960
2944
|
}, We = (c, f, d, v, m, _, O) => {
|
|
2961
|
-
const b = c.component =
|
|
2945
|
+
const b = c.component = el(
|
|
2962
2946
|
c,
|
|
2963
2947
|
v,
|
|
2964
2948
|
m
|
|
2965
2949
|
);
|
|
2966
|
-
if (process.env.NODE_ENV !== "production" && b.type.__hmrId &&
|
|
2967
|
-
if (process.env.NODE_ENV !== "production" &&
|
|
2950
|
+
if (process.env.NODE_ENV !== "production" && b.type.__hmrId && Pi(b), process.env.NODE_ENV !== "production" && (Zt(c), at(b, "mount")), yo(c) && (b.ctx.renderer = Ot), process.env.NODE_ENV !== "production" && at(b, "init"), ol(b, !1, O), process.env.NODE_ENV !== "production" && pt(b, "init"), b.asyncDep) {
|
|
2951
|
+
if (process.env.NODE_ENV !== "production" && Ae && (c.el = null), m && m.registerDep(b, R, O), !c.el) {
|
|
2968
2952
|
const N = b.subTree = Ze(ye);
|
|
2969
|
-
|
|
2953
|
+
K(null, N, f, d);
|
|
2970
2954
|
}
|
|
2971
2955
|
} else
|
|
2972
2956
|
R(
|
|
@@ -2981,7 +2965,7 @@ function Mc(e, t) {
|
|
|
2981
2965
|
process.env.NODE_ENV !== "production" && (Qt(), pt(b, "mount"));
|
|
2982
2966
|
}, ce = (c, f, d) => {
|
|
2983
2967
|
const v = f.component = c.component;
|
|
2984
|
-
if (
|
|
2968
|
+
if (Kc(c, f, d))
|
|
2985
2969
|
if (v.asyncDep && !v.asyncResolved) {
|
|
2986
2970
|
process.env.NODE_ENV !== "production" && Zt(f), M(v, f, d), process.env.NODE_ENV !== "production" && Qt();
|
|
2987
2971
|
return;
|
|
@@ -2992,9 +2976,9 @@ function Mc(e, t) {
|
|
|
2992
2976
|
}, R = (c, f, d, v, m, _, O) => {
|
|
2993
2977
|
const b = () => {
|
|
2994
2978
|
if (c.isMounted) {
|
|
2995
|
-
let { next: w, bu: x, u:
|
|
2979
|
+
let { next: w, bu: x, u: A, parent: F, vnode: k } = c;
|
|
2996
2980
|
{
|
|
2997
|
-
const we =
|
|
2981
|
+
const we = lr(c);
|
|
2998
2982
|
if (we) {
|
|
2999
2983
|
w && (w.el = k.el, M(c, w, O)), we.asyncDep.then(() => {
|
|
3000
2984
|
c.isUnmounted || b();
|
|
@@ -3002,9 +2986,9 @@ function Mc(e, t) {
|
|
|
3002
2986
|
return;
|
|
3003
2987
|
}
|
|
3004
2988
|
}
|
|
3005
|
-
let
|
|
2989
|
+
let U = w, ae;
|
|
3006
2990
|
process.env.NODE_ENV !== "production" && Zt(w || c.vnode), nt(c, !1), w ? (w.el = k.el, M(c, w, O)) : w = k, x && wt(x), (ae = w.props && w.props.onVnodeBeforeUpdate) && Ve(ae, F, w, k), nt(c, !0), process.env.NODE_ENV !== "production" && at(c, "render");
|
|
3007
|
-
const le =
|
|
2991
|
+
const le = Go(c);
|
|
3008
2992
|
process.env.NODE_ENV !== "production" && pt(c, "render");
|
|
3009
2993
|
const De = c.subTree;
|
|
3010
2994
|
c.subTree = le, process.env.NODE_ENV !== "production" && at(c, "patch"), I(
|
|
@@ -3017,17 +3001,17 @@ function Mc(e, t) {
|
|
|
3017
3001
|
c,
|
|
3018
3002
|
m,
|
|
3019
3003
|
_
|
|
3020
|
-
), process.env.NODE_ENV !== "production" && pt(c, "patch"), w.el = le.el,
|
|
3004
|
+
), process.env.NODE_ENV !== "production" && pt(c, "patch"), w.el = le.el, U === null && kc(c, le.el), A && pe(A, m), (ae = w.props && w.props.onVnodeUpdated) && pe(
|
|
3021
3005
|
() => Ve(ae, F, w, k),
|
|
3022
3006
|
m
|
|
3023
3007
|
), process.env.NODE_ENV !== "production" && Hs(c), process.env.NODE_ENV !== "production" && Qt();
|
|
3024
3008
|
} else {
|
|
3025
3009
|
let w;
|
|
3026
|
-
const { el: x, props:
|
|
3027
|
-
nt(c, !1), F && wt(F), !De && (w =
|
|
3010
|
+
const { el: x, props: A } = f, { bm: F, m: k, parent: U, root: ae, type: le } = c, De = It(f);
|
|
3011
|
+
nt(c, !1), F && wt(F), !De && (w = A && A.onVnodeBeforeMount) && Ve(w, U, f), nt(c, !0);
|
|
3028
3012
|
{
|
|
3029
3013
|
ae.ce && ae.ce._injectChildStyle(le), process.env.NODE_ENV !== "production" && at(c, "render");
|
|
3030
|
-
const we = c.subTree =
|
|
3014
|
+
const we = c.subTree = Go(c);
|
|
3031
3015
|
process.env.NODE_ENV !== "production" && pt(c, "render"), process.env.NODE_ENV !== "production" && at(c, "patch"), I(
|
|
3032
3016
|
null,
|
|
3033
3017
|
we,
|
|
@@ -3038,27 +3022,27 @@ function Mc(e, t) {
|
|
|
3038
3022
|
_
|
|
3039
3023
|
), process.env.NODE_ENV !== "production" && pt(c, "patch"), f.el = we.el;
|
|
3040
3024
|
}
|
|
3041
|
-
if (k && pe(k, m), !De && (w =
|
|
3025
|
+
if (k && pe(k, m), !De && (w = A && A.onVnodeMounted)) {
|
|
3042
3026
|
const we = f;
|
|
3043
3027
|
pe(
|
|
3044
|
-
() => Ve(w,
|
|
3028
|
+
() => Ve(w, U, we),
|
|
3045
3029
|
m
|
|
3046
3030
|
);
|
|
3047
3031
|
}
|
|
3048
|
-
(f.shapeFlag & 256 ||
|
|
3032
|
+
(f.shapeFlag & 256 || U && It(U.vnode) && U.vnode.shapeFlag & 256) && c.a && pe(c.a, m), c.isMounted = !0, process.env.NODE_ENV !== "production" && Hi(c), f = d = v = null;
|
|
3049
3033
|
}
|
|
3050
3034
|
};
|
|
3051
3035
|
c.scope.on();
|
|
3052
|
-
const N = c.effect = new
|
|
3036
|
+
const N = c.effect = new hs(b);
|
|
3053
3037
|
c.scope.off();
|
|
3054
3038
|
const E = c.update = N.run.bind(N), C = c.job = N.runIfDirty.bind(N);
|
|
3055
3039
|
C.i = c, C.id = c.uid, N.scheduler = () => Dn(C), nt(c, !0), process.env.NODE_ENV !== "production" && (N.onTrack = c.rtc ? (w) => wt(c.rtc, w) : void 0, N.onTrigger = c.rtg ? (w) => wt(c.rtg, w) : void 0), E();
|
|
3056
3040
|
}, M = (c, f, d) => {
|
|
3057
3041
|
f.component = c;
|
|
3058
3042
|
const v = c.vnode.props;
|
|
3059
|
-
c.vnode = f, c.next = null,
|
|
3043
|
+
c.vnode = f, c.next = null, Nc(c, f.props, v, d), Tc(c, f.children, d), Ue(), Ro(c), Be();
|
|
3060
3044
|
}, Oe = (c, f, d, v, m, _, O, b, N = !1) => {
|
|
3061
|
-
const E = c && c.children, C = c ? c.shapeFlag : 0, w = f.children, { patchFlag: x, shapeFlag:
|
|
3045
|
+
const E = c && c.children, C = c ? c.shapeFlag : 0, w = f.children, { patchFlag: x, shapeFlag: A } = f;
|
|
3062
3046
|
if (x > 0) {
|
|
3063
3047
|
if (x & 128) {
|
|
3064
3048
|
bt(
|
|
@@ -3088,7 +3072,7 @@ function Mc(e, t) {
|
|
|
3088
3072
|
return;
|
|
3089
3073
|
}
|
|
3090
3074
|
}
|
|
3091
|
-
|
|
3075
|
+
A & 8 ? (C & 16 && yt(E, m, _), w !== E && p(d, w)) : C & 16 ? A & 16 ? bt(
|
|
3092
3076
|
E,
|
|
3093
3077
|
w,
|
|
3094
3078
|
d,
|
|
@@ -3098,7 +3082,7 @@ function Mc(e, t) {
|
|
|
3098
3082
|
O,
|
|
3099
3083
|
b,
|
|
3100
3084
|
N
|
|
3101
|
-
) : yt(E, m, _, !0) : (C & 8 && p(d, ""),
|
|
3085
|
+
) : yt(E, m, _, !0) : (C & 8 && p(d, ""), A & 16 && ie(
|
|
3102
3086
|
w,
|
|
3103
3087
|
d,
|
|
3104
3088
|
v,
|
|
@@ -3113,10 +3097,10 @@ function Mc(e, t) {
|
|
|
3113
3097
|
const E = c.length, C = f.length, w = Math.min(E, C);
|
|
3114
3098
|
let x;
|
|
3115
3099
|
for (x = 0; x < w; x++) {
|
|
3116
|
-
const
|
|
3100
|
+
const A = f[x] = N ? Je(f[x]) : ve(f[x]);
|
|
3117
3101
|
I(
|
|
3118
3102
|
c[x],
|
|
3119
|
-
|
|
3103
|
+
A,
|
|
3120
3104
|
d,
|
|
3121
3105
|
null,
|
|
3122
3106
|
m,
|
|
@@ -3149,10 +3133,10 @@ function Mc(e, t) {
|
|
|
3149
3133
|
const C = f.length;
|
|
3150
3134
|
let w = c.length - 1, x = C - 1;
|
|
3151
3135
|
for (; E <= w && E <= x; ) {
|
|
3152
|
-
const
|
|
3153
|
-
if (St(
|
|
3136
|
+
const A = c[E], F = f[E] = N ? Je(f[E]) : ve(f[E]);
|
|
3137
|
+
if (St(A, F))
|
|
3154
3138
|
I(
|
|
3155
|
-
|
|
3139
|
+
A,
|
|
3156
3140
|
F,
|
|
3157
3141
|
d,
|
|
3158
3142
|
null,
|
|
@@ -3167,10 +3151,10 @@ function Mc(e, t) {
|
|
|
3167
3151
|
E++;
|
|
3168
3152
|
}
|
|
3169
3153
|
for (; E <= w && E <= x; ) {
|
|
3170
|
-
const
|
|
3171
|
-
if (St(
|
|
3154
|
+
const A = c[w], F = f[x] = N ? Je(f[x]) : ve(f[x]);
|
|
3155
|
+
if (St(A, F))
|
|
3172
3156
|
I(
|
|
3173
|
-
|
|
3157
|
+
A,
|
|
3174
3158
|
F,
|
|
3175
3159
|
d,
|
|
3176
3160
|
null,
|
|
@@ -3186,7 +3170,7 @@ function Mc(e, t) {
|
|
|
3186
3170
|
}
|
|
3187
3171
|
if (E > w) {
|
|
3188
3172
|
if (E <= x) {
|
|
3189
|
-
const
|
|
3173
|
+
const A = x + 1, F = A < C ? f[A].el : v;
|
|
3190
3174
|
for (; E <= x; )
|
|
3191
3175
|
I(
|
|
3192
3176
|
null,
|
|
@@ -3204,7 +3188,7 @@ function Mc(e, t) {
|
|
|
3204
3188
|
for (; E <= w; )
|
|
3205
3189
|
Ge(c[E], m, _, !0), E++;
|
|
3206
3190
|
else {
|
|
3207
|
-
const
|
|
3191
|
+
const A = E, F = E, k = /* @__PURE__ */ new Map();
|
|
3208
3192
|
for (E = F; E <= x; E++) {
|
|
3209
3193
|
const ne = f[E] = N ? Je(f[E]) : ve(f[E]);
|
|
3210
3194
|
ne.key != null && (process.env.NODE_ENV !== "production" && k.has(ne.key) && y(
|
|
@@ -3213,12 +3197,12 @@ function Mc(e, t) {
|
|
|
3213
3197
|
"Make sure keys are unique."
|
|
3214
3198
|
), k.set(ne.key, E));
|
|
3215
3199
|
}
|
|
3216
|
-
let
|
|
3200
|
+
let U, ae = 0;
|
|
3217
3201
|
const le = x - F + 1;
|
|
3218
3202
|
let De = !1, we = 0;
|
|
3219
3203
|
const Dt = new Array(le);
|
|
3220
3204
|
for (E = 0; E < le; E++) Dt[E] = 0;
|
|
3221
|
-
for (E =
|
|
3205
|
+
for (E = A; E <= w; E++) {
|
|
3222
3206
|
const ne = c[E];
|
|
3223
3207
|
if (ae >= le) {
|
|
3224
3208
|
Ge(ne, m, _, !0);
|
|
@@ -3228,9 +3212,9 @@ function Mc(e, t) {
|
|
|
3228
3212
|
if (ne.key != null)
|
|
3229
3213
|
xe = k.get(ne.key);
|
|
3230
3214
|
else
|
|
3231
|
-
for (
|
|
3232
|
-
if (Dt[
|
|
3233
|
-
xe =
|
|
3215
|
+
for (U = F; U <= x; U++)
|
|
3216
|
+
if (Dt[U - F] === 0 && St(ne, f[U])) {
|
|
3217
|
+
xe = U;
|
|
3234
3218
|
break;
|
|
3235
3219
|
}
|
|
3236
3220
|
xe === void 0 ? Ge(ne, m, _, !0) : (Dt[xe - F] = E + 1, xe >= we ? we = xe : De = !0, I(
|
|
@@ -3245,20 +3229,20 @@ function Mc(e, t) {
|
|
|
3245
3229
|
N
|
|
3246
3230
|
), ae++);
|
|
3247
3231
|
}
|
|
3248
|
-
const
|
|
3249
|
-
for (
|
|
3250
|
-
const ne = F + E, xe = f[ne],
|
|
3232
|
+
const To = De ? Mc(Dt) : ht;
|
|
3233
|
+
for (U = To.length - 1, E = le - 1; E >= 0; E--) {
|
|
3234
|
+
const ne = F + E, xe = f[ne], $o = ne + 1 < C ? f[ne + 1].el : v;
|
|
3251
3235
|
Dt[E] === 0 ? I(
|
|
3252
3236
|
null,
|
|
3253
3237
|
xe,
|
|
3254
3238
|
d,
|
|
3255
|
-
|
|
3239
|
+
$o,
|
|
3256
3240
|
m,
|
|
3257
3241
|
_,
|
|
3258
3242
|
O,
|
|
3259
3243
|
b,
|
|
3260
3244
|
N
|
|
3261
|
-
) : De && (
|
|
3245
|
+
) : De && (U < 0 || E !== To[U] ? ft(xe, d, $o, 2) : U--);
|
|
3262
3246
|
}
|
|
3263
3247
|
}
|
|
3264
3248
|
}, ft = (c, f, d, v, m = null) => {
|
|
@@ -3290,9 +3274,9 @@ function Mc(e, t) {
|
|
|
3290
3274
|
if (v === 0)
|
|
3291
3275
|
b.beforeEnter(_), o(_, f, d), pe(() => b.enter(_), m);
|
|
3292
3276
|
else {
|
|
3293
|
-
const { leave: w, delayLeave: x, afterLeave:
|
|
3277
|
+
const { leave: w, delayLeave: x, afterLeave: A } = b, F = () => o(_, f, d), k = () => {
|
|
3294
3278
|
w(_, () => {
|
|
3295
|
-
F(),
|
|
3279
|
+
F(), A && A();
|
|
3296
3280
|
});
|
|
3297
3281
|
};
|
|
3298
3282
|
x ? x(_, F, k) : k();
|
|
@@ -3309,16 +3293,16 @@ function Mc(e, t) {
|
|
|
3309
3293
|
shapeFlag: C,
|
|
3310
3294
|
patchFlag: w,
|
|
3311
3295
|
dirs: x,
|
|
3312
|
-
cacheIndex:
|
|
3296
|
+
cacheIndex: A
|
|
3313
3297
|
} = c;
|
|
3314
|
-
if (w === -2 && (m = !1), b != null && hn(b, null, d, c, !0),
|
|
3298
|
+
if (w === -2 && (m = !1), b != null && hn(b, null, d, c, !0), A != null && (f.renderCache[A] = void 0), C & 256) {
|
|
3315
3299
|
f.ctx.deactivate(c);
|
|
3316
3300
|
return;
|
|
3317
3301
|
}
|
|
3318
3302
|
const F = C & 1 && x, k = !It(c);
|
|
3319
|
-
let
|
|
3320
|
-
if (k && (
|
|
3321
|
-
|
|
3303
|
+
let U;
|
|
3304
|
+
if (k && (U = O && O.onVnodeBeforeUnmount) && Ve(U, f, c), C & 6)
|
|
3305
|
+
Vr(c.component, d, v);
|
|
3322
3306
|
else {
|
|
3323
3307
|
if (C & 128) {
|
|
3324
3308
|
c.suspense.unmount(d, v);
|
|
@@ -3344,15 +3328,15 @@ function Mc(e, t) {
|
|
|
3344
3328
|
!0
|
|
3345
3329
|
) : (_ === Ce && w & 384 || !m && C & 16) && yt(N, f, d), v && Tn(c);
|
|
3346
3330
|
}
|
|
3347
|
-
(k && (
|
|
3348
|
-
|
|
3331
|
+
(k && (U = O && O.onVnodeUnmounted) || F) && pe(() => {
|
|
3332
|
+
U && Ve(U, f, c), F && tt(c, null, f, "unmounted");
|
|
3349
3333
|
}, d);
|
|
3350
3334
|
}, Tn = (c) => {
|
|
3351
3335
|
const { type: f, el: d, anchor: v, transition: m } = c;
|
|
3352
3336
|
if (f === Ce) {
|
|
3353
3337
|
process.env.NODE_ENV !== "production" && c.patchFlag > 0 && c.patchFlag & 2048 && m && !m.persisted ? c.children.forEach((O) => {
|
|
3354
3338
|
O.type === ye ? s(O.el) : Tn(O);
|
|
3355
|
-
}) :
|
|
3339
|
+
}) : xr(d, v);
|
|
3356
3340
|
return;
|
|
3357
3341
|
}
|
|
3358
3342
|
if (f === on) {
|
|
@@ -3367,17 +3351,17 @@ function Mc(e, t) {
|
|
|
3367
3351
|
b ? b(c.el, _, N) : N();
|
|
3368
3352
|
} else
|
|
3369
3353
|
_();
|
|
3370
|
-
},
|
|
3354
|
+
}, xr = (c, f) => {
|
|
3371
3355
|
let d;
|
|
3372
3356
|
for (; c !== f; )
|
|
3373
3357
|
d = g(c), s(c), c = d;
|
|
3374
3358
|
s(f);
|
|
3375
|
-
},
|
|
3376
|
-
process.env.NODE_ENV !== "production" && c.type.__hmrId &&
|
|
3359
|
+
}, Vr = (c, f, d) => {
|
|
3360
|
+
process.env.NODE_ENV !== "production" && c.type.__hmrId && Ii(c);
|
|
3377
3361
|
const { bum: v, scope: m, job: _, subTree: O, um: b, m: N, a: E } = c;
|
|
3378
|
-
|
|
3362
|
+
Wo(N), Wo(E), v && wt(v), m.stop(), _ && (_.flags |= 8, Ge(O, c, f, d)), b && pe(b, f), pe(() => {
|
|
3379
3363
|
c.isUnmounted = !0;
|
|
3380
|
-
}, f), f && f.pendingBranch && !f.isUnmounted && c.asyncDep && !c.asyncResolved && c.suspenseId === f.pendingId && (f.deps--, f.deps === 0 && f.resolve()), process.env.NODE_ENV !== "production" &&
|
|
3364
|
+
}, f), f && f.pendingBranch && !f.isUnmounted && c.asyncDep && !c.asyncResolved && c.suspenseId === f.pendingId && (f.deps--, f.deps === 0 && f.resolve()), process.env.NODE_ENV !== "production" && Ui(c);
|
|
3381
3365
|
}, yt = (c, f, d, v = !1, m = !1, _ = 0) => {
|
|
3382
3366
|
for (let O = _; O < c.length; O++)
|
|
3383
3367
|
Ge(c[O], f, d, v, m);
|
|
@@ -3386,11 +3370,11 @@ function Mc(e, t) {
|
|
|
3386
3370
|
return Jt(c.component.subTree);
|
|
3387
3371
|
if (c.shapeFlag & 128)
|
|
3388
3372
|
return c.suspense.next();
|
|
3389
|
-
const f = g(c.anchor || c.el), d = f && f[
|
|
3373
|
+
const f = g(c.anchor || c.el), d = f && f[Gi];
|
|
3390
3374
|
return d ? g(d) : f;
|
|
3391
3375
|
};
|
|
3392
3376
|
let $n = !1;
|
|
3393
|
-
const
|
|
3377
|
+
const Co = (c, f, d) => {
|
|
3394
3378
|
c == null ? f._vnode && Ge(f._vnode, null, null, !0) : I(
|
|
3395
3379
|
f._vnode || null,
|
|
3396
3380
|
c,
|
|
@@ -3399,7 +3383,7 @@ function Mc(e, t) {
|
|
|
3399
3383
|
null,
|
|
3400
3384
|
null,
|
|
3401
3385
|
d
|
|
3402
|
-
), f._vnode = c, $n || ($n = !0,
|
|
3386
|
+
), f._vnode = c, $n || ($n = !0, Ro(), Rs(), $n = !1);
|
|
3403
3387
|
}, Ot = {
|
|
3404
3388
|
p: I,
|
|
3405
3389
|
um: Ge,
|
|
@@ -3413,9 +3397,9 @@ function Mc(e, t) {
|
|
|
3413
3397
|
o: e
|
|
3414
3398
|
};
|
|
3415
3399
|
return {
|
|
3416
|
-
render:
|
|
3400
|
+
render: Co,
|
|
3417
3401
|
hydrate: void 0,
|
|
3418
|
-
createApp:
|
|
3402
|
+
createApp: mc(Co)
|
|
3419
3403
|
};
|
|
3420
3404
|
}
|
|
3421
3405
|
function jn({ type: e, props: t }, n) {
|
|
@@ -3424,7 +3408,7 @@ function jn({ type: e, props: t }, n) {
|
|
|
3424
3408
|
function nt({ effect: e, job: t }, n) {
|
|
3425
3409
|
n ? (e.flags |= 32, t.flags |= 4) : (e.flags &= -33, t.flags &= -5);
|
|
3426
3410
|
}
|
|
3427
|
-
function
|
|
3411
|
+
function Ic(e, t) {
|
|
3428
3412
|
return (!e || e && !e.pendingBranch) && t && !t.persisted;
|
|
3429
3413
|
}
|
|
3430
3414
|
function nn(e, t, n = !1) {
|
|
@@ -3436,7 +3420,7 @@ function nn(e, t, n = !1) {
|
|
|
3436
3420
|
l.shapeFlag & 1 && !l.dynamicChildren && ((l.patchFlag <= 0 || l.patchFlag === 32) && (l = s[r] = Je(s[r]), l.el = i.el), !n && l.patchFlag !== -2 && nn(i, l)), l.type === Wt && (l.el = i.el), process.env.NODE_ENV !== "production" && l.type === ye && !l.el && (l.el = i.el);
|
|
3437
3421
|
}
|
|
3438
3422
|
}
|
|
3439
|
-
function
|
|
3423
|
+
function Mc(e) {
|
|
3440
3424
|
const t = e.slice(), n = [0];
|
|
3441
3425
|
let o, s, r, i, l;
|
|
3442
3426
|
const u = e.length;
|
|
@@ -3456,19 +3440,19 @@ function Fc(e) {
|
|
|
3456
3440
|
n[r] = i, i = t[i];
|
|
3457
3441
|
return n;
|
|
3458
3442
|
}
|
|
3459
|
-
function
|
|
3443
|
+
function lr(e) {
|
|
3460
3444
|
const t = e.subTree.component;
|
|
3461
3445
|
if (t)
|
|
3462
|
-
return t.asyncDep && !t.asyncResolved ? t :
|
|
3446
|
+
return t.asyncDep && !t.asyncResolved ? t : lr(t);
|
|
3463
3447
|
}
|
|
3464
|
-
function
|
|
3448
|
+
function Wo(e) {
|
|
3465
3449
|
if (e)
|
|
3466
3450
|
for (let t = 0; t < e.length; t++)
|
|
3467
3451
|
e[t].flags |= 8;
|
|
3468
3452
|
}
|
|
3469
|
-
const
|
|
3453
|
+
const Rc = Symbol.for("v-scx"), Fc = () => {
|
|
3470
3454
|
{
|
|
3471
|
-
const e = tn(
|
|
3455
|
+
const e = tn(Rc);
|
|
3472
3456
|
return e || process.env.NODE_ENV !== "production" && y(
|
|
3473
3457
|
"Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."
|
|
3474
3458
|
), e;
|
|
@@ -3477,9 +3461,9 @@ const jc = Symbol.for("v-scx"), Hc = () => {
|
|
|
3477
3461
|
function Hn(e, t, n) {
|
|
3478
3462
|
return process.env.NODE_ENV !== "production" && !T(t) && y(
|
|
3479
3463
|
"`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."
|
|
3480
|
-
),
|
|
3464
|
+
), fr(e, t, n);
|
|
3481
3465
|
}
|
|
3482
|
-
function
|
|
3466
|
+
function fr(e, t, n = B) {
|
|
3483
3467
|
const { immediate: o, deep: s, flush: r, once: i } = n;
|
|
3484
3468
|
process.env.NODE_ENV !== "production" && !t && (o !== void 0 && y(
|
|
3485
3469
|
'watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'
|
|
@@ -3494,7 +3478,7 @@ function ur(e, t, n = L) {
|
|
|
3494
3478
|
let h;
|
|
3495
3479
|
if (Lt) {
|
|
3496
3480
|
if (r === "sync") {
|
|
3497
|
-
const D =
|
|
3481
|
+
const D = Fc();
|
|
3498
3482
|
h = D.__watcherHandles || (D.__watcherHandles = []);
|
|
3499
3483
|
} else if (!u) {
|
|
3500
3484
|
const D = () => {
|
|
@@ -3512,17 +3496,17 @@ function ur(e, t, n = L) {
|
|
|
3512
3496
|
}), l.augmentJob = (D) => {
|
|
3513
3497
|
t && (D.flags |= 4), a && (D.flags |= 2, p && (D.id = p.uid, D.i = p));
|
|
3514
3498
|
};
|
|
3515
|
-
const g =
|
|
3499
|
+
const g = Di(e, t, l);
|
|
3516
3500
|
return Lt && (h ? h.push(g) : u && g()), g;
|
|
3517
3501
|
}
|
|
3518
|
-
function
|
|
3519
|
-
const o = this.proxy, s = q(e) ? e.includes(".") ?
|
|
3502
|
+
function jc(e, t, n) {
|
|
3503
|
+
const o = this.proxy, s = q(e) ? e.includes(".") ? ur(o, e) : () => o[e] : e.bind(o, o);
|
|
3520
3504
|
let r;
|
|
3521
3505
|
T(t) ? r = t : (r = t.handler, n = t);
|
|
3522
|
-
const i = Gt(this), l =
|
|
3506
|
+
const i = Gt(this), l = fr(s, r.bind(o), n);
|
|
3523
3507
|
return i(), l;
|
|
3524
3508
|
}
|
|
3525
|
-
function
|
|
3509
|
+
function ur(e, t) {
|
|
3526
3510
|
const n = t.split(".");
|
|
3527
3511
|
return () => {
|
|
3528
3512
|
let o = e;
|
|
@@ -3531,10 +3515,10 @@ function ar(e, t) {
|
|
|
3531
3515
|
return o;
|
|
3532
3516
|
};
|
|
3533
3517
|
}
|
|
3534
|
-
const
|
|
3535
|
-
function
|
|
3518
|
+
const Hc = (e, t) => t === "modelValue" || t === "model-value" ? e.modelModifiers : e[`${t}Modifiers`] || e[`${Ne(t)}Modifiers`] || e[`${Qe(t)}Modifiers`];
|
|
3519
|
+
function Lc(e, t, ...n) {
|
|
3536
3520
|
if (e.isUnmounted) return;
|
|
3537
|
-
const o = e.vnode.props ||
|
|
3521
|
+
const o = e.vnode.props || B;
|
|
3538
3522
|
if (process.env.NODE_ENV !== "production") {
|
|
3539
3523
|
const {
|
|
3540
3524
|
emitsOptions: p,
|
|
@@ -3553,8 +3537,8 @@ function Kc(e, t, ...n) {
|
|
|
3553
3537
|
}
|
|
3554
3538
|
}
|
|
3555
3539
|
let s = n;
|
|
3556
|
-
const r = t.startsWith("update:"), i = r &&
|
|
3557
|
-
if (i && (i.trim && (s = n.map((p) => q(p) ? p.trim() : p)), i.number && (s = n.map(
|
|
3540
|
+
const r = t.startsWith("update:"), i = r && Hc(o, t.slice(7));
|
|
3541
|
+
if (i && (i.trim && (s = n.map((p) => q(p) ? p.trim() : p)), i.number && (s = n.map(Rr))), process.env.NODE_ENV !== "production" && ki(e, t, s), process.env.NODE_ENV !== "production") {
|
|
3558
3542
|
const p = t.toLowerCase();
|
|
3559
3543
|
p !== t && o[ot(p)] && y(
|
|
3560
3544
|
`Event "${p}" is emitted in component ${Sn(
|
|
@@ -3587,7 +3571,7 @@ function Kc(e, t, ...n) {
|
|
|
3587
3571
|
);
|
|
3588
3572
|
}
|
|
3589
3573
|
}
|
|
3590
|
-
function
|
|
3574
|
+
function ar(e, t, n = !1) {
|
|
3591
3575
|
const o = t.emitsCache, s = o.get(e);
|
|
3592
3576
|
if (s !== void 0)
|
|
3593
3577
|
return s;
|
|
@@ -3595,7 +3579,7 @@ function pr(e, t, n = !1) {
|
|
|
3595
3579
|
let i = {}, l = !1;
|
|
3596
3580
|
if (!T(e)) {
|
|
3597
3581
|
const u = (h) => {
|
|
3598
|
-
const p =
|
|
3582
|
+
const p = ar(h, t, !0);
|
|
3599
3583
|
p && (l = !0, Y(i, p));
|
|
3600
3584
|
};
|
|
3601
3585
|
!n && t.mixins.length && t.mixins.forEach(u), e.extends && u(e.extends), e.mixins && e.mixins.forEach(u);
|
|
@@ -3609,7 +3593,7 @@ let eo = !1;
|
|
|
3609
3593
|
function _n() {
|
|
3610
3594
|
eo = !0;
|
|
3611
3595
|
}
|
|
3612
|
-
function
|
|
3596
|
+
function Go(e) {
|
|
3613
3597
|
const {
|
|
3614
3598
|
type: t,
|
|
3615
3599
|
vnode: n,
|
|
@@ -3627,7 +3611,7 @@ function qo(e) {
|
|
|
3627
3611
|
ctx: S,
|
|
3628
3612
|
inheritAttrs: I
|
|
3629
3613
|
} = e, ee = dn(e);
|
|
3630
|
-
let
|
|
3614
|
+
let K, G;
|
|
3631
3615
|
process.env.NODE_ENV !== "production" && (eo = !1);
|
|
3632
3616
|
try {
|
|
3633
3617
|
if (n.shapeFlag & 4) {
|
|
@@ -3640,7 +3624,7 @@ function qo(e) {
|
|
|
3640
3624
|
), Reflect.get(me, te, ie);
|
|
3641
3625
|
}
|
|
3642
3626
|
}) : V;
|
|
3643
|
-
|
|
3627
|
+
K = ve(
|
|
3644
3628
|
h.call(
|
|
3645
3629
|
Z,
|
|
3646
3630
|
V,
|
|
@@ -3653,7 +3637,7 @@ function qo(e) {
|
|
|
3653
3637
|
), G = l;
|
|
3654
3638
|
} else {
|
|
3655
3639
|
const V = t;
|
|
3656
|
-
process.env.NODE_ENV !== "production" && l === a && _n(),
|
|
3640
|
+
process.env.NODE_ENV !== "production" && l === a && _n(), K = ve(
|
|
3657
3641
|
V.length > 1 ? V(
|
|
3658
3642
|
process.env.NODE_ENV !== "production" ? $e(a) : a,
|
|
3659
3643
|
process.env.NODE_ENV !== "production" ? {
|
|
@@ -3667,21 +3651,21 @@ function qo(e) {
|
|
|
3667
3651
|
process.env.NODE_ENV !== "production" ? $e(a) : a,
|
|
3668
3652
|
null
|
|
3669
3653
|
)
|
|
3670
|
-
), G = t.props ? l :
|
|
3654
|
+
), G = t.props ? l : Uc(l);
|
|
3671
3655
|
}
|
|
3672
3656
|
} catch (V) {
|
|
3673
|
-
Mt.length = 0,
|
|
3657
|
+
Mt.length = 0, Kt(V, e, 1), K = Ze(ye);
|
|
3674
3658
|
}
|
|
3675
|
-
let
|
|
3676
|
-
if (process.env.NODE_ENV !== "production" &&
|
|
3677
|
-
const V = Object.keys(G), { shapeFlag: Z } =
|
|
3659
|
+
let L = K, ue;
|
|
3660
|
+
if (process.env.NODE_ENV !== "production" && K.patchFlag > 0 && K.patchFlag & 2048 && ([L, ue] = pr(K)), G && I !== !1) {
|
|
3661
|
+
const V = Object.keys(G), { shapeFlag: Z } = L;
|
|
3678
3662
|
if (V.length) {
|
|
3679
3663
|
if (Z & 7)
|
|
3680
|
-
r && V.some(cn) && (G =
|
|
3664
|
+
r && V.some(cn) && (G = Bc(
|
|
3681
3665
|
G,
|
|
3682
3666
|
r
|
|
3683
|
-
)),
|
|
3684
|
-
else if (process.env.NODE_ENV !== "production" && !eo &&
|
|
3667
|
+
)), L = et(L, G, !1, !0);
|
|
3668
|
+
else if (process.env.NODE_ENV !== "production" && !eo && L.type !== ye) {
|
|
3685
3669
|
const me = Object.keys(l), te = [], ie = [];
|
|
3686
3670
|
for (let Me = 0, ke = me.length; Me < ke; Me++) {
|
|
3687
3671
|
const _e = me[Me];
|
|
@@ -3695,24 +3679,24 @@ function qo(e) {
|
|
|
3695
3679
|
}
|
|
3696
3680
|
}
|
|
3697
3681
|
}
|
|
3698
|
-
return n.dirs && (process.env.NODE_ENV !== "production" && !
|
|
3682
|
+
return n.dirs && (process.env.NODE_ENV !== "production" && !qo(L) && y(
|
|
3699
3683
|
"Runtime directive used on component with non-element root node. The directives will not function as intended."
|
|
3700
|
-
),
|
|
3684
|
+
), L = et(L, null, !1, !0), L.dirs = L.dirs ? L.dirs.concat(n.dirs) : n.dirs), n.transition && (process.env.NODE_ENV !== "production" && !qo(L) && y(
|
|
3701
3685
|
"Component inside <Transition> renders non-element root node that cannot be animated."
|
|
3702
|
-
),
|
|
3686
|
+
), bo(L, n.transition)), process.env.NODE_ENV !== "production" && ue ? ue(L) : K = L, dn(ee), K;
|
|
3703
3687
|
}
|
|
3704
|
-
const
|
|
3705
|
-
const t = e.children, n = e.dynamicChildren, o =
|
|
3688
|
+
const pr = (e) => {
|
|
3689
|
+
const t = e.children, n = e.dynamicChildren, o = wo(t, !1);
|
|
3706
3690
|
if (o) {
|
|
3707
3691
|
if (process.env.NODE_ENV !== "production" && o.patchFlag > 0 && o.patchFlag & 2048)
|
|
3708
|
-
return
|
|
3692
|
+
return pr(o);
|
|
3709
3693
|
} else return [e, void 0];
|
|
3710
3694
|
const s = t.indexOf(o), r = n ? n.indexOf(o) : -1, i = (l) => {
|
|
3711
3695
|
t[s] = l, n && (r > -1 ? n[r] = l : l.patchFlag > 0 && (e.dynamicChildren = [...n, l]));
|
|
3712
3696
|
};
|
|
3713
3697
|
return [ve(o), i];
|
|
3714
3698
|
};
|
|
3715
|
-
function
|
|
3699
|
+
function wo(e, t = !0) {
|
|
3716
3700
|
let n;
|
|
3717
3701
|
for (let o = 0; o < e.length; o++) {
|
|
3718
3702
|
const s = e[o];
|
|
@@ -3721,33 +3705,33 @@ function xo(e, t = !0) {
|
|
|
3721
3705
|
if (n)
|
|
3722
3706
|
return;
|
|
3723
3707
|
if (n = s, process.env.NODE_ENV !== "production" && t && n.patchFlag > 0 && n.patchFlag & 2048)
|
|
3724
|
-
return
|
|
3708
|
+
return wo(n.children);
|
|
3725
3709
|
}
|
|
3726
3710
|
} else
|
|
3727
3711
|
return;
|
|
3728
3712
|
}
|
|
3729
3713
|
return n;
|
|
3730
3714
|
}
|
|
3731
|
-
const
|
|
3715
|
+
const Uc = (e) => {
|
|
3732
3716
|
let t;
|
|
3733
3717
|
for (const n in e)
|
|
3734
3718
|
(n === "class" || n === "style" || Ut(n)) && ((t || (t = {}))[n] = e[n]);
|
|
3735
3719
|
return t;
|
|
3736
|
-
},
|
|
3720
|
+
}, Bc = (e, t) => {
|
|
3737
3721
|
const n = {};
|
|
3738
3722
|
for (const o in e)
|
|
3739
3723
|
(!cn(o) || !(o.slice(9) in t)) && (n[o] = e[o]);
|
|
3740
3724
|
return n;
|
|
3741
|
-
},
|
|
3742
|
-
function
|
|
3725
|
+
}, qo = (e) => e.shapeFlag & 7 || e.type === ye;
|
|
3726
|
+
function Kc(e, t, n) {
|
|
3743
3727
|
const { props: o, children: s, component: r } = e, { props: i, children: l, patchFlag: u } = t, h = r.emitsOptions;
|
|
3744
|
-
if (process.env.NODE_ENV !== "production" && (s || l) &&
|
|
3728
|
+
if (process.env.NODE_ENV !== "production" && (s || l) && Ae || t.dirs || t.transition)
|
|
3745
3729
|
return !0;
|
|
3746
3730
|
if (n && u >= 0) {
|
|
3747
3731
|
if (u & 1024)
|
|
3748
3732
|
return !0;
|
|
3749
3733
|
if (u & 16)
|
|
3750
|
-
return o ?
|
|
3734
|
+
return o ? Jo(o, i, h) : !!i;
|
|
3751
3735
|
if (u & 8) {
|
|
3752
3736
|
const p = t.dynamicProps;
|
|
3753
3737
|
for (let a = 0; a < p.length; a++) {
|
|
@@ -3757,10 +3741,10 @@ function Wc(e, t, n) {
|
|
|
3757
3741
|
}
|
|
3758
3742
|
}
|
|
3759
3743
|
} else
|
|
3760
|
-
return (s || l) && (!l || !l.$stable) ? !0 : o === i ? !1 : o ? i ?
|
|
3744
|
+
return (s || l) && (!l || !l.$stable) ? !0 : o === i ? !1 : o ? i ? Jo(o, i, h) : !0 : !!i;
|
|
3761
3745
|
return !1;
|
|
3762
3746
|
}
|
|
3763
|
-
function
|
|
3747
|
+
function Jo(e, t, n) {
|
|
3764
3748
|
const o = Object.keys(t);
|
|
3765
3749
|
if (o.length !== Object.keys(e).length)
|
|
3766
3750
|
return !0;
|
|
@@ -3771,7 +3755,7 @@ function Yo(e, t, n) {
|
|
|
3771
3755
|
}
|
|
3772
3756
|
return !1;
|
|
3773
3757
|
}
|
|
3774
|
-
function
|
|
3758
|
+
function kc({ vnode: e, parent: t }, n) {
|
|
3775
3759
|
for (; t; ) {
|
|
3776
3760
|
const o = t.subTree;
|
|
3777
3761
|
if (o.suspense && o.suspense.activeBranch === e && (o.el = e.el), o === e)
|
|
@@ -3780,28 +3764,28 @@ function Gc({ vnode: e, parent: t }, n) {
|
|
|
3780
3764
|
break;
|
|
3781
3765
|
}
|
|
3782
3766
|
}
|
|
3783
|
-
const
|
|
3784
|
-
function
|
|
3767
|
+
const dr = (e) => e.__isSuspense;
|
|
3768
|
+
function Wc(e, t) {
|
|
3785
3769
|
t && t.pendingBranch ? $(e) ? t.effects.push(...e) : t.effects.push(e) : Ms(e);
|
|
3786
3770
|
}
|
|
3787
3771
|
const Ce = Symbol.for("v-fgt"), Wt = Symbol.for("v-txt"), ye = Symbol.for("v-cmt"), on = Symbol.for("v-stc"), Mt = [];
|
|
3788
3772
|
let ge = null;
|
|
3789
|
-
function
|
|
3773
|
+
function hr(e = !1) {
|
|
3790
3774
|
Mt.push(ge = e ? null : []);
|
|
3791
3775
|
}
|
|
3792
|
-
function
|
|
3776
|
+
function Gc() {
|
|
3793
3777
|
Mt.pop(), ge = Mt[Mt.length - 1] || null;
|
|
3794
3778
|
}
|
|
3795
3779
|
let Ht = 1;
|
|
3796
|
-
function
|
|
3780
|
+
function Yo(e, t = !1) {
|
|
3797
3781
|
Ht += e, e < 0 && ge && t && (ge.hasOnce = !0);
|
|
3798
3782
|
}
|
|
3799
|
-
function
|
|
3800
|
-
return e.dynamicChildren = Ht > 0 ? ge || ht : null,
|
|
3783
|
+
function gr(e) {
|
|
3784
|
+
return e.dynamicChildren = Ht > 0 ? ge || ht : null, Gc(), Ht > 0 && ge && ge.push(e), e;
|
|
3801
3785
|
}
|
|
3802
|
-
function
|
|
3803
|
-
return
|
|
3804
|
-
|
|
3786
|
+
function qc(e, t, n, o, s, r) {
|
|
3787
|
+
return gr(
|
|
3788
|
+
_r(
|
|
3805
3789
|
e,
|
|
3806
3790
|
t,
|
|
3807
3791
|
n,
|
|
@@ -3812,8 +3796,8 @@ function Yc(e, t, n, o, s, r) {
|
|
|
3812
3796
|
)
|
|
3813
3797
|
);
|
|
3814
3798
|
}
|
|
3815
|
-
function
|
|
3816
|
-
return
|
|
3799
|
+
function Jc(e, t, n, o, s) {
|
|
3800
|
+
return gr(
|
|
3817
3801
|
Ze(
|
|
3818
3802
|
e,
|
|
3819
3803
|
t,
|
|
@@ -3835,20 +3819,20 @@ function St(e, t) {
|
|
|
3835
3819
|
}
|
|
3836
3820
|
return e.type === t.type && e.key === t.key;
|
|
3837
3821
|
}
|
|
3838
|
-
const
|
|
3822
|
+
const Yc = (...e) => vr(
|
|
3839
3823
|
...e
|
|
3840
|
-
),
|
|
3824
|
+
), mr = ({ key: e }) => e ?? null, sn = ({
|
|
3841
3825
|
ref: e,
|
|
3842
3826
|
ref_key: t,
|
|
3843
3827
|
ref_for: n
|
|
3844
3828
|
}) => (typeof e == "number" && (e = "" + e), e != null ? q(e) || J(e) || T(e) ? { i: he, r: e, k: t, f: !!n } : e : null);
|
|
3845
|
-
function
|
|
3829
|
+
function _r(e, t = null, n = null, o = 0, s = null, r = e === Ce ? 0 : 1, i = !1, l = !1) {
|
|
3846
3830
|
const u = {
|
|
3847
3831
|
__v_isVNode: !0,
|
|
3848
3832
|
__v_skip: !0,
|
|
3849
3833
|
type: e,
|
|
3850
3834
|
props: t,
|
|
3851
|
-
key: t &&
|
|
3835
|
+
key: t && mr(t),
|
|
3852
3836
|
ref: t && sn(t),
|
|
3853
3837
|
scopeId: Us,
|
|
3854
3838
|
slotScopeIds: null,
|
|
@@ -3872,7 +3856,7 @@ function vr(e, t = null, n = null, o = 0, s = null, r = e === Ce ? 0 : 1, i = !1
|
|
|
3872
3856
|
appContext: null,
|
|
3873
3857
|
ctx: he
|
|
3874
3858
|
};
|
|
3875
|
-
return l ? (
|
|
3859
|
+
return l ? (xo(u, n), r & 128 && e.normalize(u)) : n && (u.shapeFlag |= q(n) ? 8 : 16), process.env.NODE_ENV !== "production" && u.key !== u.key && y("VNode created with invalid key (NaN). VNode type:", u.type), Ht > 0 && // avoid a block node from tracking itself
|
|
3876
3860
|
!i && // has current parent block
|
|
3877
3861
|
ge && // presence of a patch flag indicates this node needs patching on updates.
|
|
3878
3862
|
// component nodes also should always be patched, because even if the
|
|
@@ -3882,29 +3866,29 @@ function vr(e, t = null, n = null, o = 0, s = null, r = e === Ce ? 0 : 1, i = !1
|
|
|
3882
3866
|
// vnode should not be considered dynamic due to handler caching.
|
|
3883
3867
|
u.patchFlag !== 32 && ge.push(u), u;
|
|
3884
3868
|
}
|
|
3885
|
-
const Ze = process.env.NODE_ENV !== "production" ?
|
|
3886
|
-
function
|
|
3887
|
-
if ((!e || e ===
|
|
3869
|
+
const Ze = process.env.NODE_ENV !== "production" ? Yc : vr;
|
|
3870
|
+
function vr(e, t = null, n = null, o = 0, s = null, r = !1) {
|
|
3871
|
+
if ((!e || e === rc) && (process.env.NODE_ENV !== "production" && !e && y(`Invalid vnode type when creating vnode: ${e}.`), e = ye), Vn(e)) {
|
|
3888
3872
|
const l = et(
|
|
3889
3873
|
e,
|
|
3890
3874
|
t,
|
|
3891
3875
|
!0
|
|
3892
3876
|
/* mergeRef: true */
|
|
3893
3877
|
);
|
|
3894
|
-
return n &&
|
|
3878
|
+
return n && xo(l, n), Ht > 0 && !r && ge && (l.shapeFlag & 6 ? ge[ge.indexOf(e)] = l : ge.push(l)), l.patchFlag = -2, l;
|
|
3895
3879
|
}
|
|
3896
|
-
if (
|
|
3897
|
-
t =
|
|
3880
|
+
if (Dr(e) && (e = e.__vccOpts), t) {
|
|
3881
|
+
t = zc(t);
|
|
3898
3882
|
let { class: l, style: u } = t;
|
|
3899
3883
|
l && !q(l) && (t.class = fo(l)), W(u) && (fn(u) && !$(u) && (u = Y({}, u)), t.style = lo(u));
|
|
3900
3884
|
}
|
|
3901
|
-
const i = q(e) ? 1 :
|
|
3902
|
-
return process.env.NODE_ENV !== "production" && i & 4 && fn(e) && (e =
|
|
3885
|
+
const i = q(e) ? 1 : dr(e) ? 128 : qi(e) ? 64 : W(e) ? 4 : T(e) ? 2 : 0;
|
|
3886
|
+
return process.env.NODE_ENV !== "production" && i & 4 && fn(e) && (e = P(e), y(
|
|
3903
3887
|
"Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.",
|
|
3904
3888
|
`
|
|
3905
3889
|
Component that was made reactive: `,
|
|
3906
3890
|
e
|
|
3907
|
-
)),
|
|
3891
|
+
)), _r(
|
|
3908
3892
|
e,
|
|
3909
3893
|
t,
|
|
3910
3894
|
n,
|
|
@@ -3915,16 +3899,16 @@ Component that was made reactive: `,
|
|
|
3915
3899
|
!0
|
|
3916
3900
|
);
|
|
3917
3901
|
}
|
|
3918
|
-
function
|
|
3919
|
-
return e ? fn(e) ||
|
|
3902
|
+
function zc(e) {
|
|
3903
|
+
return e ? fn(e) || tr(e) ? Y({}, e) : e : null;
|
|
3920
3904
|
}
|
|
3921
3905
|
function et(e, t, n = !1, o = !1) {
|
|
3922
|
-
const { props: s, ref: r, patchFlag: i, children: l, transition: u } = e, h = t ?
|
|
3906
|
+
const { props: s, ref: r, patchFlag: i, children: l, transition: u } = e, h = t ? Nr(s || {}, t) : s, p = {
|
|
3923
3907
|
__v_isVNode: !0,
|
|
3924
3908
|
__v_skip: !0,
|
|
3925
3909
|
type: e.type,
|
|
3926
3910
|
props: h,
|
|
3927
|
-
key: h &&
|
|
3911
|
+
key: h && mr(h),
|
|
3928
3912
|
ref: t && t.ref ? (
|
|
3929
3913
|
// #2078 in the case of <component :is="vnode" ref="extra"/>
|
|
3930
3914
|
// if the vnode itself already has a ref, cloneVNode will need to merge
|
|
@@ -3933,7 +3917,7 @@ function et(e, t, n = !1, o = !1) {
|
|
|
3933
3917
|
) : r,
|
|
3934
3918
|
scopeId: e.scopeId,
|
|
3935
3919
|
slotScopeIds: e.slotScopeIds,
|
|
3936
|
-
children: process.env.NODE_ENV !== "production" && i === -1 && $(l) ? l.map(
|
|
3920
|
+
children: process.env.NODE_ENV !== "production" && i === -1 && $(l) ? l.map(Er) : l,
|
|
3937
3921
|
target: e.target,
|
|
3938
3922
|
targetStart: e.targetStart,
|
|
3939
3923
|
targetAnchor: e.targetAnchor,
|
|
@@ -3962,16 +3946,16 @@ function et(e, t, n = !1, o = !1) {
|
|
|
3962
3946
|
ctx: e.ctx,
|
|
3963
3947
|
ce: e.ce
|
|
3964
3948
|
};
|
|
3965
|
-
return u && o &&
|
|
3949
|
+
return u && o && bo(
|
|
3966
3950
|
p,
|
|
3967
3951
|
u.clone(p)
|
|
3968
3952
|
), p;
|
|
3969
3953
|
}
|
|
3970
|
-
function
|
|
3954
|
+
function Er(e) {
|
|
3971
3955
|
const t = et(e);
|
|
3972
|
-
return $(e.children) && (t.children = e.children.map(
|
|
3956
|
+
return $(e.children) && (t.children = e.children.map(Er)), t;
|
|
3973
3957
|
}
|
|
3974
|
-
function
|
|
3958
|
+
function Xc(e = " ", t = 0) {
|
|
3975
3959
|
return Ze(Wt, null, e, t);
|
|
3976
3960
|
}
|
|
3977
3961
|
function ve(e) {
|
|
@@ -3985,7 +3969,7 @@ function ve(e) {
|
|
|
3985
3969
|
function Je(e) {
|
|
3986
3970
|
return e.el === null && e.patchFlag !== -1 || e.memo ? e : et(e);
|
|
3987
3971
|
}
|
|
3988
|
-
function
|
|
3972
|
+
function xo(e, t) {
|
|
3989
3973
|
let n = 0;
|
|
3990
3974
|
const { shapeFlag: o } = e;
|
|
3991
3975
|
if (t == null)
|
|
@@ -3995,17 +3979,17 @@ function Vo(e, t) {
|
|
|
3995
3979
|
else if (typeof t == "object")
|
|
3996
3980
|
if (o & 65) {
|
|
3997
3981
|
const s = t.default;
|
|
3998
|
-
s && (s._c && (s._d = !1),
|
|
3982
|
+
s && (s._c && (s._d = !1), xo(e, s()), s._c && (s._d = !0));
|
|
3999
3983
|
return;
|
|
4000
3984
|
} else {
|
|
4001
3985
|
n = 32;
|
|
4002
3986
|
const s = t._;
|
|
4003
|
-
!s && !
|
|
3987
|
+
!s && !tr(t) ? t._ctx = he : s === 3 && he && (he.slots._ === 1 ? t._ = 1 : (t._ = 2, e.patchFlag |= 1024));
|
|
4004
3988
|
}
|
|
4005
|
-
else T(t) ? (t = { default: t, _ctx: he }, n = 32) : (t = String(t), o & 64 ? (n = 16, t = [
|
|
3989
|
+
else T(t) ? (t = { default: t, _ctx: he }, n = 32) : (t = String(t), o & 64 ? (n = 16, t = [Xc(t)]) : n = 8);
|
|
4006
3990
|
e.children = t, e.shapeFlag |= n;
|
|
4007
3991
|
}
|
|
4008
|
-
function
|
|
3992
|
+
function Nr(...e) {
|
|
4009
3993
|
const t = {};
|
|
4010
3994
|
for (let n = 0; n < e.length; n++) {
|
|
4011
3995
|
const o = e[n];
|
|
@@ -4027,11 +4011,11 @@ function Ve(e, t, n, o = null) {
|
|
|
4027
4011
|
o
|
|
4028
4012
|
]);
|
|
4029
4013
|
}
|
|
4030
|
-
const
|
|
4031
|
-
let
|
|
4032
|
-
function
|
|
4033
|
-
const o = e.type, s = (t ? t.appContext : e.appContext) ||
|
|
4034
|
-
uid:
|
|
4014
|
+
const Zc = Zs();
|
|
4015
|
+
let Qc = 0;
|
|
4016
|
+
function el(e, t, n) {
|
|
4017
|
+
const o = e.type, s = (t ? t.appContext : e.appContext) || Zc, r = {
|
|
4018
|
+
uid: Qc++,
|
|
4035
4019
|
vnode: e,
|
|
4036
4020
|
type: o,
|
|
4037
4021
|
parent: t,
|
|
@@ -4045,7 +4029,7 @@ function nl(e, t, n) {
|
|
|
4045
4029
|
update: null,
|
|
4046
4030
|
// will be set synchronously right after creation
|
|
4047
4031
|
job: null,
|
|
4048
|
-
scope: new
|
|
4032
|
+
scope: new Yr(
|
|
4049
4033
|
!0
|
|
4050
4034
|
/* detached */
|
|
4051
4035
|
),
|
|
@@ -4062,24 +4046,24 @@ function nl(e, t, n) {
|
|
|
4062
4046
|
components: null,
|
|
4063
4047
|
directives: null,
|
|
4064
4048
|
// resolved props and emits options
|
|
4065
|
-
propsOptions:
|
|
4066
|
-
emitsOptions:
|
|
4049
|
+
propsOptions: or(o, s),
|
|
4050
|
+
emitsOptions: ar(o, s),
|
|
4067
4051
|
// emit
|
|
4068
4052
|
emit: null,
|
|
4069
4053
|
// to be set immediately
|
|
4070
4054
|
emitted: null,
|
|
4071
4055
|
// props default value
|
|
4072
|
-
propsDefaults:
|
|
4056
|
+
propsDefaults: B,
|
|
4073
4057
|
// inheritAttrs
|
|
4074
4058
|
inheritAttrs: o.inheritAttrs,
|
|
4075
4059
|
// state
|
|
4076
|
-
ctx:
|
|
4077
|
-
data:
|
|
4078
|
-
props:
|
|
4079
|
-
attrs:
|
|
4080
|
-
slots:
|
|
4081
|
-
refs:
|
|
4082
|
-
setupState:
|
|
4060
|
+
ctx: B,
|
|
4061
|
+
data: B,
|
|
4062
|
+
props: B,
|
|
4063
|
+
attrs: B,
|
|
4064
|
+
slots: B,
|
|
4065
|
+
refs: B,
|
|
4066
|
+
setupState: B,
|
|
4083
4067
|
setupContext: null,
|
|
4084
4068
|
// suspense related
|
|
4085
4069
|
suspense: n,
|
|
@@ -4106,13 +4090,13 @@ function nl(e, t, n) {
|
|
|
4106
4090
|
ec: null,
|
|
4107
4091
|
sp: null
|
|
4108
4092
|
};
|
|
4109
|
-
return process.env.NODE_ENV !== "production" ? r.ctx =
|
|
4093
|
+
return process.env.NODE_ENV !== "production" ? r.ctx = ic(r) : r.ctx = { _: r }, r.root = t ? t.root : r, r.emit = Lc.bind(null, r), e.ce && e.ce(r), r;
|
|
4110
4094
|
}
|
|
4111
4095
|
let Q = null;
|
|
4112
|
-
const
|
|
4096
|
+
const tl = () => Q || he;
|
|
4113
4097
|
let vn, to;
|
|
4114
4098
|
{
|
|
4115
|
-
const e =
|
|
4099
|
+
const e = Bt(), t = (n, o) => {
|
|
4116
4100
|
let s;
|
|
4117
4101
|
return (s = e[n]) || (s = e[n] = []), s.push(o), (r) => {
|
|
4118
4102
|
s.length > 1 ? s.forEach((i) => i(r)) : s[0](r);
|
|
@@ -4131,26 +4115,26 @@ const Gt = (e) => {
|
|
|
4131
4115
|
return vn(e), e.scope.on(), () => {
|
|
4132
4116
|
e.scope.off(), vn(t);
|
|
4133
4117
|
};
|
|
4134
|
-
},
|
|
4118
|
+
}, zo = () => {
|
|
4135
4119
|
Q && Q.scope.off(), vn(null);
|
|
4136
|
-
},
|
|
4120
|
+
}, nl = /* @__PURE__ */ Le("slot,component");
|
|
4137
4121
|
function no(e, { isNativeTag: t }) {
|
|
4138
|
-
(
|
|
4122
|
+
(nl(e) || t(e)) && y(
|
|
4139
4123
|
"Do not use built-in or reserved HTML elements as component id: " + e
|
|
4140
4124
|
);
|
|
4141
4125
|
}
|
|
4142
|
-
function
|
|
4126
|
+
function br(e) {
|
|
4143
4127
|
return e.vnode.shapeFlag & 4;
|
|
4144
4128
|
}
|
|
4145
4129
|
let Lt = !1;
|
|
4146
|
-
function
|
|
4130
|
+
function ol(e, t = !1, n = !1) {
|
|
4147
4131
|
t && to(t);
|
|
4148
|
-
const { props: o, children: s } = e.vnode, r =
|
|
4149
|
-
|
|
4150
|
-
const i = r ?
|
|
4132
|
+
const { props: o, children: s } = e.vnode, r = br(e);
|
|
4133
|
+
vc(e, o, r, t), Cc(e, s, n);
|
|
4134
|
+
const i = r ? sl(e, t) : void 0;
|
|
4151
4135
|
return t && to(!1), i;
|
|
4152
4136
|
}
|
|
4153
|
-
function
|
|
4137
|
+
function sl(e, t) {
|
|
4154
4138
|
var n;
|
|
4155
4139
|
const o = e.type;
|
|
4156
4140
|
if (process.env.NODE_ENV !== "production") {
|
|
@@ -4162,17 +4146,17 @@ function rl(e, t) {
|
|
|
4162
4146
|
if (o.directives) {
|
|
4163
4147
|
const r = Object.keys(o.directives);
|
|
4164
4148
|
for (let i = 0; i < r.length; i++)
|
|
4165
|
-
|
|
4149
|
+
Bs(r[i]);
|
|
4166
4150
|
}
|
|
4167
|
-
o.compilerOptions &&
|
|
4151
|
+
o.compilerOptions && rl() && y(
|
|
4168
4152
|
'"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.'
|
|
4169
4153
|
);
|
|
4170
4154
|
}
|
|
4171
|
-
e.accessCache = /* @__PURE__ */ Object.create(null), e.proxy = new Proxy(e.ctx,
|
|
4155
|
+
e.accessCache = /* @__PURE__ */ Object.create(null), e.proxy = new Proxy(e.ctx, Ys), process.env.NODE_ENV !== "production" && cc(e);
|
|
4172
4156
|
const { setup: s } = o;
|
|
4173
4157
|
if (s) {
|
|
4174
4158
|
Ue();
|
|
4175
|
-
const r = e.setupContext = s.length > 1 ?
|
|
4159
|
+
const r = e.setupContext = s.length > 1 ? cl(e) : null, i = Gt(e), l = Nt(
|
|
4176
4160
|
s,
|
|
4177
4161
|
e,
|
|
4178
4162
|
0,
|
|
@@ -4181,12 +4165,12 @@ function rl(e, t) {
|
|
|
4181
4165
|
r
|
|
4182
4166
|
]
|
|
4183
4167
|
), u = ro(l);
|
|
4184
|
-
if (
|
|
4185
|
-
if (l.then(
|
|
4168
|
+
if (Be(), i(), (u || e.sp) && !It(e) && ks(e), u) {
|
|
4169
|
+
if (l.then(zo, zo), t)
|
|
4186
4170
|
return l.then((h) => {
|
|
4187
|
-
|
|
4171
|
+
Xo(e, h, t);
|
|
4188
4172
|
}).catch((h) => {
|
|
4189
|
-
|
|
4173
|
+
Kt(h, e, 0);
|
|
4190
4174
|
});
|
|
4191
4175
|
if (e.asyncDep = l, process.env.NODE_ENV !== "production" && !e.suspense) {
|
|
4192
4176
|
const h = (n = o.name) != null ? n : "Anonymous";
|
|
@@ -4195,35 +4179,35 @@ function rl(e, t) {
|
|
|
4195
4179
|
);
|
|
4196
4180
|
}
|
|
4197
4181
|
} else
|
|
4198
|
-
|
|
4182
|
+
Xo(e, l, t);
|
|
4199
4183
|
} else
|
|
4200
|
-
|
|
4184
|
+
yr(e, t);
|
|
4201
4185
|
}
|
|
4202
|
-
function
|
|
4186
|
+
function Xo(e, t, n) {
|
|
4203
4187
|
T(t) ? e.type.__ssrInlineRender ? e.ssrRender = t : e.render = t : W(t) ? (process.env.NODE_ENV !== "production" && Vn(t) && y(
|
|
4204
4188
|
"setup() should not return VNodes directly - return a render function instead."
|
|
4205
|
-
), process.env.NODE_ENV !== "production" && (e.devtoolsRawSetupState = t), e.setupState = $s(t), process.env.NODE_ENV !== "production" &&
|
|
4189
|
+
), process.env.NODE_ENV !== "production" && (e.devtoolsRawSetupState = t), e.setupState = $s(t), process.env.NODE_ENV !== "production" && lc(e)) : process.env.NODE_ENV !== "production" && t !== void 0 && y(
|
|
4206
4190
|
`setup() should return an object. Received: ${t === null ? "null" : typeof t}`
|
|
4207
|
-
),
|
|
4191
|
+
), yr(e, n);
|
|
4208
4192
|
}
|
|
4209
|
-
const
|
|
4210
|
-
function
|
|
4193
|
+
const rl = () => !0;
|
|
4194
|
+
function yr(e, t, n) {
|
|
4211
4195
|
const o = e.type;
|
|
4212
4196
|
e.render || (e.render = o.render || X);
|
|
4213
4197
|
{
|
|
4214
4198
|
const s = Gt(e);
|
|
4215
4199
|
Ue();
|
|
4216
4200
|
try {
|
|
4217
|
-
|
|
4201
|
+
uc(e);
|
|
4218
4202
|
} finally {
|
|
4219
|
-
|
|
4203
|
+
Be(), s();
|
|
4220
4204
|
}
|
|
4221
4205
|
}
|
|
4222
4206
|
process.env.NODE_ENV !== "production" && !o.render && e.render === X && !t && (o.template ? y(
|
|
4223
4207
|
'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".'
|
|
4224
4208
|
) : y("Component is missing template or render function: ", o));
|
|
4225
4209
|
}
|
|
4226
|
-
const
|
|
4210
|
+
const Zo = process.env.NODE_ENV !== "production" ? {
|
|
4227
4211
|
get(e, t) {
|
|
4228
4212
|
return _n(), z(e, "get", ""), e[t];
|
|
4229
4213
|
},
|
|
@@ -4238,14 +4222,14 @@ const Qo = process.env.NODE_ENV !== "production" ? {
|
|
|
4238
4222
|
return z(e, "get", ""), e[t];
|
|
4239
4223
|
}
|
|
4240
4224
|
};
|
|
4241
|
-
function
|
|
4225
|
+
function il(e) {
|
|
4242
4226
|
return new Proxy(e.slots, {
|
|
4243
4227
|
get(t, n) {
|
|
4244
4228
|
return z(e, "get", "$slots"), t[n];
|
|
4245
4229
|
}
|
|
4246
4230
|
});
|
|
4247
4231
|
}
|
|
4248
|
-
function
|
|
4232
|
+
function cl(e) {
|
|
4249
4233
|
const t = (n) => {
|
|
4250
4234
|
if (process.env.NODE_ENV !== "production" && (e.exposed && y("expose() should be called only once per setup()."), n != null)) {
|
|
4251
4235
|
let o = typeof n;
|
|
@@ -4259,10 +4243,10 @@ function ll(e) {
|
|
|
4259
4243
|
let n, o;
|
|
4260
4244
|
return Object.freeze({
|
|
4261
4245
|
get attrs() {
|
|
4262
|
-
return n || (n = new Proxy(e.attrs,
|
|
4246
|
+
return n || (n = new Proxy(e.attrs, Zo));
|
|
4263
4247
|
},
|
|
4264
4248
|
get slots() {
|
|
4265
|
-
return o || (o =
|
|
4249
|
+
return o || (o = il(e));
|
|
4266
4250
|
},
|
|
4267
4251
|
get emit() {
|
|
4268
4252
|
return (s, ...r) => e.emit(s, ...r);
|
|
@@ -4271,14 +4255,14 @@ function ll(e) {
|
|
|
4271
4255
|
});
|
|
4272
4256
|
} else
|
|
4273
4257
|
return {
|
|
4274
|
-
attrs: new Proxy(e.attrs,
|
|
4258
|
+
attrs: new Proxy(e.attrs, Zo),
|
|
4275
4259
|
slots: e.slots,
|
|
4276
4260
|
emit: e.emit,
|
|
4277
4261
|
expose: t
|
|
4278
4262
|
};
|
|
4279
4263
|
}
|
|
4280
|
-
function
|
|
4281
|
-
return e.exposed ? e.exposeProxy || (e.exposeProxy = new Proxy($s(
|
|
4264
|
+
function Vo(e) {
|
|
4265
|
+
return e.exposed ? e.exposeProxy || (e.exposeProxy = new Proxy($s(mi(e.exposed)), {
|
|
4282
4266
|
get(t, n) {
|
|
4283
4267
|
if (n in t)
|
|
4284
4268
|
return t[n];
|
|
@@ -4290,12 +4274,12 @@ function So(e) {
|
|
|
4290
4274
|
}
|
|
4291
4275
|
})) : e.proxy;
|
|
4292
4276
|
}
|
|
4293
|
-
const
|
|
4294
|
-
function
|
|
4277
|
+
const ll = /(?:^|[-_])(\w)/g, fl = (e) => e.replace(ll, (t) => t.toUpperCase()).replace(/[-_]/g, "");
|
|
4278
|
+
function Or(e, t = !0) {
|
|
4295
4279
|
return T(e) ? e.displayName || e.name : e.name || t && e.__name;
|
|
4296
4280
|
}
|
|
4297
4281
|
function Sn(e, t, n = !1) {
|
|
4298
|
-
let o =
|
|
4282
|
+
let o = Or(t);
|
|
4299
4283
|
if (!o && t.__file) {
|
|
4300
4284
|
const s = t.__file.match(/([^/\\]+)\.\w+$/);
|
|
4301
4285
|
s && (o = s[1]);
|
|
@@ -4310,20 +4294,20 @@ function Sn(e, t, n = !1) {
|
|
|
4310
4294
|
e.components || e.parent.type.components
|
|
4311
4295
|
) || s(e.appContext.components);
|
|
4312
4296
|
}
|
|
4313
|
-
return o ?
|
|
4297
|
+
return o ? fl(o) : n ? "App" : "Anonymous";
|
|
4314
4298
|
}
|
|
4315
|
-
function
|
|
4299
|
+
function Dr(e) {
|
|
4316
4300
|
return T(e) && "__vccOpts" in e;
|
|
4317
4301
|
}
|
|
4318
|
-
const
|
|
4319
|
-
const n =
|
|
4302
|
+
const ul = (e, t) => {
|
|
4303
|
+
const n = yi(e, t, Lt);
|
|
4320
4304
|
if (process.env.NODE_ENV !== "production") {
|
|
4321
|
-
const o =
|
|
4305
|
+
const o = tl();
|
|
4322
4306
|
o && o.appContext.config.warnRecursiveComputed && (n._warnRecursive = !0);
|
|
4323
4307
|
}
|
|
4324
4308
|
return n;
|
|
4325
4309
|
};
|
|
4326
|
-
function
|
|
4310
|
+
function al() {
|
|
4327
4311
|
if (process.env.NODE_ENV === "production" || typeof window > "u")
|
|
4328
4312
|
return;
|
|
4329
4313
|
const e = { style: "color:#3ba776" }, t = { style: "color:#1677ff" }, n = { style: "color:#f5222d" }, o = { style: "color:#eb2f96" }, s = {
|
|
@@ -4367,7 +4351,7 @@ function pl() {
|
|
|
4367
4351
|
};
|
|
4368
4352
|
function r(a) {
|
|
4369
4353
|
const g = [];
|
|
4370
|
-
a.type.props && a.props && g.push(i("props",
|
|
4354
|
+
a.type.props && a.props && g.push(i("props", P(a.props))), a.setupState !== B && g.push(i("setup", a.setupState)), a.data !== B && g.push(i("data", P(a.data)));
|
|
4371
4355
|
const D = u(a, "computed");
|
|
4372
4356
|
D && g.push(i("computed", D));
|
|
4373
4357
|
const S = u(a, "inject");
|
|
@@ -4410,7 +4394,7 @@ function pl() {
|
|
|
4410
4394
|
] : ["span", {}];
|
|
4411
4395
|
}
|
|
4412
4396
|
function l(a, g = !0) {
|
|
4413
|
-
return typeof a == "number" ? ["span", t, a] : typeof a == "string" ? ["span", n, JSON.stringify(a)] : typeof a == "boolean" ? ["span", o, a] : W(a) ? ["object", { object: g ?
|
|
4397
|
+
return typeof a == "number" ? ["span", t, a] : typeof a == "string" ? ["span", n, JSON.stringify(a)] : typeof a == "boolean" ? ["span", o, a] : W(a) ? ["object", { object: g ? P(a) : a }] : ["span", n, String(a)];
|
|
4414
4398
|
}
|
|
4415
4399
|
function u(a, g) {
|
|
4416
4400
|
const D = a.type;
|
|
@@ -4431,7 +4415,7 @@ function pl() {
|
|
|
4431
4415
|
}
|
|
4432
4416
|
window.devtoolsFormatters ? window.devtoolsFormatters.push(s) : window.devtoolsFormatters = [s];
|
|
4433
4417
|
}
|
|
4434
|
-
const
|
|
4418
|
+
const Qo = "3.5.13", je = process.env.NODE_ENV !== "production" ? y : X;
|
|
4435
4419
|
process.env.NODE_ENV;
|
|
4436
4420
|
process.env.NODE_ENV;
|
|
4437
4421
|
/**
|
|
@@ -4440,16 +4424,16 @@ process.env.NODE_ENV;
|
|
|
4440
4424
|
* @license MIT
|
|
4441
4425
|
**/
|
|
4442
4426
|
let oo;
|
|
4443
|
-
const
|
|
4444
|
-
if (
|
|
4427
|
+
const es = typeof window < "u" && window.trustedTypes;
|
|
4428
|
+
if (es)
|
|
4445
4429
|
try {
|
|
4446
|
-
oo = /* @__PURE__ */
|
|
4430
|
+
oo = /* @__PURE__ */ es.createPolicy("vue", {
|
|
4447
4431
|
createHTML: (e) => e
|
|
4448
4432
|
});
|
|
4449
4433
|
} catch (e) {
|
|
4450
4434
|
process.env.NODE_ENV !== "production" && je(`Error creating trusted types policy: ${e}`);
|
|
4451
4435
|
}
|
|
4452
|
-
const
|
|
4436
|
+
const wr = oo ? (e) => oo.createHTML(e) : (e) => e, pl = "http://www.w3.org/2000/svg", dl = "http://www.w3.org/1998/Math/MathML", Fe = typeof document < "u" ? document : null, ts = Fe && /* @__PURE__ */ Fe.createElement("template"), hl = {
|
|
4453
4437
|
insert: (e, t, n) => {
|
|
4454
4438
|
t.insertBefore(e, n || null);
|
|
4455
4439
|
},
|
|
@@ -4458,7 +4442,7 @@ const Vr = oo ? (e) => oo.createHTML(e) : (e) => e, dl = "http://www.w3.org/2000
|
|
|
4458
4442
|
t && t.removeChild(e);
|
|
4459
4443
|
},
|
|
4460
4444
|
createElement: (e, t, n, o) => {
|
|
4461
|
-
const s = t === "svg" ? Fe.createElementNS(
|
|
4445
|
+
const s = t === "svg" ? Fe.createElementNS(pl, e) : t === "mathml" ? Fe.createElementNS(dl, e) : n ? Fe.createElement(e, { is: n }) : Fe.createElement(e);
|
|
4462
4446
|
return e === "select" && o && o.multiple != null && s.setAttribute("multiple", o.multiple), s;
|
|
4463
4447
|
},
|
|
4464
4448
|
createText: (e) => Fe.createTextNode(e),
|
|
@@ -4485,10 +4469,10 @@ const Vr = oo ? (e) => oo.createHTML(e) : (e) => e, dl = "http://www.w3.org/2000
|
|
|
4485
4469
|
for (; t.insertBefore(s.cloneNode(!0), n), !(s === r || !(s = s.nextSibling)); )
|
|
4486
4470
|
;
|
|
4487
4471
|
else {
|
|
4488
|
-
|
|
4472
|
+
ts.innerHTML = wr(
|
|
4489
4473
|
o === "svg" ? `<svg>${e}</svg>` : o === "mathml" ? `<math>${e}</math>` : e
|
|
4490
4474
|
);
|
|
4491
|
-
const l =
|
|
4475
|
+
const l = ts.content;
|
|
4492
4476
|
if (o === "svg" || o === "mathml") {
|
|
4493
4477
|
const u = l.firstChild;
|
|
4494
4478
|
for (; u.firstChild; )
|
|
@@ -4504,15 +4488,15 @@ const Vr = oo ? (e) => oo.createHTML(e) : (e) => e, dl = "http://www.w3.org/2000
|
|
|
4504
4488
|
n ? n.previousSibling : t.lastChild
|
|
4505
4489
|
];
|
|
4506
4490
|
}
|
|
4507
|
-
},
|
|
4508
|
-
function
|
|
4509
|
-
const o = e[
|
|
4491
|
+
}, gl = Symbol("_vtc");
|
|
4492
|
+
function ml(e, t, n) {
|
|
4493
|
+
const o = e[gl];
|
|
4510
4494
|
o && (t = (t ? [t, ...o] : [...o]).join(" ")), t == null ? e.removeAttribute("class") : n ? e.setAttribute("class", t) : e.className = t;
|
|
4511
4495
|
}
|
|
4512
|
-
const
|
|
4496
|
+
const ns = Symbol("_vod"), _l = Symbol("_vsh");
|
|
4513
4497
|
process.env.NODE_ENV;
|
|
4514
|
-
const
|
|
4515
|
-
function
|
|
4498
|
+
const vl = Symbol(process.env.NODE_ENV !== "production" ? "CSS_VAR_TEXT" : ""), El = /(^|;)\s*display\s*:/;
|
|
4499
|
+
function Nl(e, t, n) {
|
|
4516
4500
|
const o = e.style, s = q(n);
|
|
4517
4501
|
let r = !1;
|
|
4518
4502
|
if (n && !s) {
|
|
@@ -4529,31 +4513,31 @@ function bl(e, t, n) {
|
|
|
4529
4513
|
i === "display" && (r = !0), rn(o, i, n[i]);
|
|
4530
4514
|
} else if (s) {
|
|
4531
4515
|
if (t !== n) {
|
|
4532
|
-
const i = o[
|
|
4533
|
-
i && (n += ";" + i), o.cssText = n, r =
|
|
4516
|
+
const i = o[vl];
|
|
4517
|
+
i && (n += ";" + i), o.cssText = n, r = El.test(n);
|
|
4534
4518
|
}
|
|
4535
4519
|
} else t && e.removeAttribute("style");
|
|
4536
|
-
|
|
4520
|
+
ns in e && (e[ns] = r ? o.display : "", e[_l] && (o.display = "none"));
|
|
4537
4521
|
}
|
|
4538
|
-
const
|
|
4522
|
+
const bl = /[^\\];\s*$/, os = /\s*!important$/;
|
|
4539
4523
|
function rn(e, t, n) {
|
|
4540
4524
|
if ($(n))
|
|
4541
4525
|
n.forEach((o) => rn(e, t, o));
|
|
4542
|
-
else if (n == null && (n = ""), process.env.NODE_ENV !== "production" &&
|
|
4526
|
+
else if (n == null && (n = ""), process.env.NODE_ENV !== "production" && bl.test(n) && je(
|
|
4543
4527
|
`Unexpected semicolon at the end of '${t}' style value: '${n}'`
|
|
4544
4528
|
), t.startsWith("--"))
|
|
4545
4529
|
e.setProperty(t, n);
|
|
4546
4530
|
else {
|
|
4547
|
-
const o =
|
|
4548
|
-
|
|
4531
|
+
const o = yl(e, t);
|
|
4532
|
+
os.test(n) ? e.setProperty(
|
|
4549
4533
|
Qe(o),
|
|
4550
|
-
n.replace(
|
|
4534
|
+
n.replace(os, ""),
|
|
4551
4535
|
"important"
|
|
4552
4536
|
) : e[o] = n;
|
|
4553
4537
|
}
|
|
4554
4538
|
}
|
|
4555
|
-
const
|
|
4556
|
-
function
|
|
4539
|
+
const ss = ["Webkit", "Moz", "ms"], Ln = {};
|
|
4540
|
+
function yl(e, t) {
|
|
4557
4541
|
const n = Ln[t];
|
|
4558
4542
|
if (n)
|
|
4559
4543
|
return n;
|
|
@@ -4561,23 +4545,23 @@ function Ol(e, t) {
|
|
|
4561
4545
|
if (o !== "filter" && o in e)
|
|
4562
4546
|
return Ln[t] = o;
|
|
4563
4547
|
o = bn(o);
|
|
4564
|
-
for (let s = 0; s <
|
|
4565
|
-
const r =
|
|
4548
|
+
for (let s = 0; s < ss.length; s++) {
|
|
4549
|
+
const r = ss[s] + o;
|
|
4566
4550
|
if (r in e)
|
|
4567
4551
|
return Ln[t] = r;
|
|
4568
4552
|
}
|
|
4569
4553
|
return t;
|
|
4570
4554
|
}
|
|
4571
|
-
const
|
|
4572
|
-
function
|
|
4573
|
-
o && t.startsWith("xlink:") ? n == null ? e.removeAttributeNS(
|
|
4555
|
+
const rs = "http://www.w3.org/1999/xlink";
|
|
4556
|
+
function is(e, t, n, o, s, r = Jr(t)) {
|
|
4557
|
+
o && t.startsWith("xlink:") ? n == null ? e.removeAttributeNS(rs, t.slice(6, t.length)) : e.setAttributeNS(rs, t, n) : n == null || r && !ds(n) ? e.removeAttribute(t) : e.setAttribute(
|
|
4574
4558
|
t,
|
|
4575
4559
|
r ? "" : Et(n) ? String(n) : n
|
|
4576
4560
|
);
|
|
4577
4561
|
}
|
|
4578
|
-
function
|
|
4562
|
+
function cs(e, t, n, o, s) {
|
|
4579
4563
|
if (t === "innerHTML" || t === "textContent") {
|
|
4580
|
-
n != null && (e[t] = t === "innerHTML" ?
|
|
4564
|
+
n != null && (e[t] = t === "innerHTML" ? wr(n) : n);
|
|
4581
4565
|
return;
|
|
4582
4566
|
}
|
|
4583
4567
|
const r = e.tagName;
|
|
@@ -4594,7 +4578,7 @@ function ls(e, t, n, o, s) {
|
|
|
4594
4578
|
let i = !1;
|
|
4595
4579
|
if (n === "" || n == null) {
|
|
4596
4580
|
const l = typeof e[t];
|
|
4597
|
-
l === "boolean" ? n =
|
|
4581
|
+
l === "boolean" ? n = ds(n) : n == null && l === "string" ? (n = "", i = !0) : l === "number" && (n = 0, i = !0);
|
|
4598
4582
|
}
|
|
4599
4583
|
try {
|
|
4600
4584
|
e[t] = n;
|
|
@@ -4606,63 +4590,63 @@ function ls(e, t, n, o, s) {
|
|
|
4606
4590
|
}
|
|
4607
4591
|
i && e.removeAttribute(s || t);
|
|
4608
4592
|
}
|
|
4609
|
-
function
|
|
4593
|
+
function Ol(e, t, n, o) {
|
|
4610
4594
|
e.addEventListener(t, n, o);
|
|
4611
4595
|
}
|
|
4612
|
-
function
|
|
4596
|
+
function Dl(e, t, n, o) {
|
|
4613
4597
|
e.removeEventListener(t, n, o);
|
|
4614
4598
|
}
|
|
4615
|
-
const
|
|
4616
|
-
function
|
|
4617
|
-
const r = e[
|
|
4599
|
+
const ls = Symbol("_vei");
|
|
4600
|
+
function wl(e, t, n, o, s = null) {
|
|
4601
|
+
const r = e[ls] || (e[ls] = {}), i = r[t];
|
|
4618
4602
|
if (o && i)
|
|
4619
|
-
i.value = process.env.NODE_ENV !== "production" ?
|
|
4603
|
+
i.value = process.env.NODE_ENV !== "production" ? us(o, t) : o;
|
|
4620
4604
|
else {
|
|
4621
|
-
const [l, u] =
|
|
4605
|
+
const [l, u] = xl(t);
|
|
4622
4606
|
if (o) {
|
|
4623
|
-
const h = r[t] =
|
|
4624
|
-
process.env.NODE_ENV !== "production" ?
|
|
4607
|
+
const h = r[t] = Cl(
|
|
4608
|
+
process.env.NODE_ENV !== "production" ? us(o, t) : o,
|
|
4625
4609
|
s
|
|
4626
4610
|
);
|
|
4627
|
-
|
|
4628
|
-
} else i && (
|
|
4611
|
+
Ol(e, l, h, u);
|
|
4612
|
+
} else i && (Dl(e, l, i, u), r[t] = void 0);
|
|
4629
4613
|
}
|
|
4630
4614
|
}
|
|
4631
|
-
const
|
|
4632
|
-
function
|
|
4615
|
+
const fs = /(?:Once|Passive|Capture)$/;
|
|
4616
|
+
function xl(e) {
|
|
4633
4617
|
let t;
|
|
4634
|
-
if (
|
|
4618
|
+
if (fs.test(e)) {
|
|
4635
4619
|
t = {};
|
|
4636
4620
|
let o;
|
|
4637
|
-
for (; o = e.match(
|
|
4621
|
+
for (; o = e.match(fs); )
|
|
4638
4622
|
e = e.slice(0, e.length - o[0].length), t[o[0].toLowerCase()] = !0;
|
|
4639
4623
|
}
|
|
4640
4624
|
return [e[2] === ":" ? e.slice(3) : Qe(e.slice(2)), t];
|
|
4641
4625
|
}
|
|
4642
4626
|
let Un = 0;
|
|
4643
|
-
const
|
|
4644
|
-
function
|
|
4627
|
+
const Vl = /* @__PURE__ */ Promise.resolve(), Sl = () => Un || (Vl.then(() => Un = 0), Un = Date.now());
|
|
4628
|
+
function Cl(e, t) {
|
|
4645
4629
|
const n = (o) => {
|
|
4646
4630
|
if (!o._vts)
|
|
4647
4631
|
o._vts = Date.now();
|
|
4648
4632
|
else if (o._vts <= n.attached)
|
|
4649
4633
|
return;
|
|
4650
4634
|
Ie(
|
|
4651
|
-
|
|
4635
|
+
Tl(o, n.value),
|
|
4652
4636
|
t,
|
|
4653
4637
|
5,
|
|
4654
4638
|
[o]
|
|
4655
4639
|
);
|
|
4656
4640
|
};
|
|
4657
|
-
return n.value = e, n.attached =
|
|
4641
|
+
return n.value = e, n.attached = Sl(), n;
|
|
4658
4642
|
}
|
|
4659
|
-
function
|
|
4643
|
+
function us(e, t) {
|
|
4660
4644
|
return T(e) || $(e) ? e : (je(
|
|
4661
4645
|
`Wrong type passed as event handler to ${t} - did you forget @ or : in front of your prop?
|
|
4662
4646
|
Expected function or array of functions, received type ${typeof e}.`
|
|
4663
4647
|
), X);
|
|
4664
4648
|
}
|
|
4665
|
-
function
|
|
4649
|
+
function Tl(e, t) {
|
|
4666
4650
|
if ($(t)) {
|
|
4667
4651
|
const n = e.stopImmediatePropagation;
|
|
4668
4652
|
return e.stopImmediatePropagation = () => {
|
|
@@ -4673,14 +4657,14 @@ function $l(e, t) {
|
|
|
4673
4657
|
} else
|
|
4674
4658
|
return t;
|
|
4675
4659
|
}
|
|
4676
|
-
const
|
|
4677
|
-
e.charCodeAt(2) > 96 && e.charCodeAt(2) < 123,
|
|
4660
|
+
const as = (e) => e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && // lowercase letter
|
|
4661
|
+
e.charCodeAt(2) > 96 && e.charCodeAt(2) < 123, $l = (e, t, n, o, s, r) => {
|
|
4678
4662
|
const i = s === "svg";
|
|
4679
|
-
t === "class" ?
|
|
4663
|
+
t === "class" ? ml(e, o, i) : t === "style" ? Nl(e, n, o) : Ut(t) ? cn(t) || wl(e, t, n, o, r) : (t[0] === "." ? (t = t.slice(1), !0) : t[0] === "^" ? (t = t.slice(1), !1) : Al(e, t, o, i)) ? (cs(e, t, o), !e.tagName.includes("-") && (t === "value" || t === "checked" || t === "selected") && is(e, t, o, i, r, t !== "value")) : /* #11081 force set props for possible async custom element */ e._isVueCE && (/[A-Z]/.test(t) || !q(o)) ? cs(e, Ne(t), o, r, t) : (t === "true-value" ? e._trueValue = o : t === "false-value" && (e._falseValue = o), is(e, t, o, i));
|
|
4680
4664
|
};
|
|
4681
4665
|
function Al(e, t, n, o) {
|
|
4682
4666
|
if (o)
|
|
4683
|
-
return !!(t === "innerHTML" || t === "textContent" || t in e &&
|
|
4667
|
+
return !!(t === "innerHTML" || t === "textContent" || t in e && as(t) && T(n));
|
|
4684
4668
|
if (t === "spellcheck" || t === "draggable" || t === "translate" || t === "form" || t === "list" && e.tagName === "INPUT" || t === "type" && e.tagName === "TEXTAREA")
|
|
4685
4669
|
return !1;
|
|
4686
4670
|
if (t === "width" || t === "height") {
|
|
@@ -4688,39 +4672,39 @@ function Al(e, t, n, o) {
|
|
|
4688
4672
|
if (s === "IMG" || s === "VIDEO" || s === "CANVAS" || s === "SOURCE")
|
|
4689
4673
|
return !1;
|
|
4690
4674
|
}
|
|
4691
|
-
return
|
|
4675
|
+
return as(t) && q(n) ? !1 : t in e;
|
|
4692
4676
|
}
|
|
4693
|
-
const
|
|
4694
|
-
let
|
|
4695
|
-
function
|
|
4696
|
-
return
|
|
4677
|
+
const Pl = /* @__PURE__ */ Y({ patchProp: $l }, hl);
|
|
4678
|
+
let ps;
|
|
4679
|
+
function Il() {
|
|
4680
|
+
return ps || (ps = Ac(Pl));
|
|
4697
4681
|
}
|
|
4698
|
-
const
|
|
4699
|
-
const t =
|
|
4700
|
-
process.env.NODE_ENV !== "production" && (
|
|
4682
|
+
const Ml = (...e) => {
|
|
4683
|
+
const t = Il().createApp(...e);
|
|
4684
|
+
process.env.NODE_ENV !== "production" && (Fl(t), jl(t));
|
|
4701
4685
|
const { mount: n } = t;
|
|
4702
4686
|
return t.mount = (o) => {
|
|
4703
|
-
const s =
|
|
4687
|
+
const s = Hl(o);
|
|
4704
4688
|
if (!s) return;
|
|
4705
4689
|
const r = t._component;
|
|
4706
4690
|
!T(r) && !r.render && !r.template && (r.template = s.innerHTML), s.nodeType === 1 && (s.textContent = "");
|
|
4707
|
-
const i = n(s, !1,
|
|
4691
|
+
const i = n(s, !1, Rl(s));
|
|
4708
4692
|
return s instanceof Element && (s.removeAttribute("v-cloak"), s.setAttribute("data-v-app", "")), i;
|
|
4709
4693
|
}, t;
|
|
4710
4694
|
};
|
|
4711
|
-
function
|
|
4695
|
+
function Rl(e) {
|
|
4712
4696
|
if (e instanceof SVGElement)
|
|
4713
4697
|
return "svg";
|
|
4714
4698
|
if (typeof MathMLElement == "function" && e instanceof MathMLElement)
|
|
4715
4699
|
return "mathml";
|
|
4716
4700
|
}
|
|
4717
|
-
function
|
|
4701
|
+
function Fl(e) {
|
|
4718
4702
|
Object.defineProperty(e.config, "isNativeTag", {
|
|
4719
|
-
value: (t) =>
|
|
4703
|
+
value: (t) => kr(t) || Wr(t) || Gr(t),
|
|
4720
4704
|
writable: !1
|
|
4721
4705
|
});
|
|
4722
4706
|
}
|
|
4723
|
-
function
|
|
4707
|
+
function jl(e) {
|
|
4724
4708
|
{
|
|
4725
4709
|
const t = e.config.isCustomElement;
|
|
4726
4710
|
Object.defineProperty(e.config, "isCustomElement", {
|
|
@@ -4744,7 +4728,7 @@ function Hl(e) {
|
|
|
4744
4728
|
});
|
|
4745
4729
|
}
|
|
4746
4730
|
}
|
|
4747
|
-
function
|
|
4731
|
+
function Hl(e) {
|
|
4748
4732
|
if (q(e)) {
|
|
4749
4733
|
const t = document.querySelector(e);
|
|
4750
4734
|
return process.env.NODE_ENV !== "production" && !t && je(
|
|
@@ -4760,11 +4744,11 @@ function Ll(e) {
|
|
|
4760
4744
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4761
4745
|
* @license MIT
|
|
4762
4746
|
**/
|
|
4763
|
-
function
|
|
4764
|
-
|
|
4747
|
+
function Ll() {
|
|
4748
|
+
al();
|
|
4765
4749
|
}
|
|
4766
|
-
process.env.NODE_ENV !== "production" &&
|
|
4767
|
-
const
|
|
4750
|
+
process.env.NODE_ENV !== "production" && Ll();
|
|
4751
|
+
const Ul = async (e, t) => {
|
|
4768
4752
|
var n;
|
|
4769
4753
|
if (await Bl(e, {
|
|
4770
4754
|
id: t,
|
|
@@ -4779,16 +4763,16 @@ const Kl = async (e, t) => {
|
|
|
4779
4763
|
src: e,
|
|
4780
4764
|
...t
|
|
4781
4765
|
};
|
|
4782
|
-
Object.assign(n, o), await
|
|
4783
|
-
},
|
|
4766
|
+
Object.assign(n, o), await Kl(document.head, n);
|
|
4767
|
+
}, Kl = async (e, t) => new Promise((n, o) => {
|
|
4784
4768
|
t.onload = () => {
|
|
4785
4769
|
n();
|
|
4786
4770
|
}, t.onerror = (s) => {
|
|
4787
4771
|
o(s);
|
|
4788
4772
|
}, e.appendChild(t);
|
|
4789
|
-
}),
|
|
4773
|
+
}), kl = (e) => {
|
|
4790
4774
|
let t;
|
|
4791
|
-
const n = async () => (t || (t = await
|
|
4775
|
+
const n = async () => (t || (t = await Ul(
|
|
4792
4776
|
e.scriptUrl,
|
|
4793
4777
|
e.scriptId
|
|
4794
4778
|
)), t);
|
|
@@ -4796,12 +4780,12 @@ const Kl = async (e, t) => {
|
|
|
4796
4780
|
const r = Object.assign({}, s);
|
|
4797
4781
|
await (await n())(o, r);
|
|
4798
4782
|
};
|
|
4799
|
-
},
|
|
4783
|
+
}, Wl = kl({
|
|
4800
4784
|
// @ts-expect-error
|
|
4801
4785
|
scriptUrl: "https://js.prosopo.io/js/procaptcha.bundle.js",
|
|
4802
4786
|
// @ts-expect-error
|
|
4803
4787
|
scriptId: "procaptcha-bundle"
|
|
4804
|
-
}),
|
|
4788
|
+
}), Gl = /* @__PURE__ */ Ks({
|
|
4805
4789
|
inheritAttrs: !1,
|
|
4806
4790
|
__name: "procaptchaComponent",
|
|
4807
4791
|
props: {
|
|
@@ -4819,29 +4803,31 @@ const Kl = async (e, t) => {
|
|
|
4819
4803
|
"reset-callback": { type: [String, Function] },
|
|
4820
4804
|
language: {},
|
|
4821
4805
|
size: {},
|
|
4806
|
+
web3: { type: Boolean },
|
|
4807
|
+
userAccountAddress: {},
|
|
4822
4808
|
htmlAttributes: {}
|
|
4823
4809
|
},
|
|
4824
4810
|
setup(e) {
|
|
4825
|
-
const t = e, n =
|
|
4826
|
-
|
|
4811
|
+
const t = e, n = _i(null);
|
|
4812
|
+
Gs(() => {
|
|
4827
4813
|
o();
|
|
4828
|
-
}),
|
|
4814
|
+
}), qs(() => {
|
|
4829
4815
|
o();
|
|
4830
4816
|
});
|
|
4831
4817
|
function o() {
|
|
4832
4818
|
const s = n.value;
|
|
4833
|
-
s instanceof HTMLElement &&
|
|
4819
|
+
s instanceof HTMLElement && Wl(s, t);
|
|
4834
4820
|
}
|
|
4835
|
-
return (s, r) => (
|
|
4821
|
+
return (s, r) => (hr(), qc("div", Nr({
|
|
4836
4822
|
ref_key: "wrapper",
|
|
4837
4823
|
ref: n
|
|
4838
4824
|
}, s.htmlAttributes), null, 16));
|
|
4839
4825
|
}
|
|
4840
|
-
}),
|
|
4826
|
+
}), ql = /* @__PURE__ */ Ks({
|
|
4841
4827
|
__name: "integrationDemo",
|
|
4842
4828
|
setup(e) {
|
|
4843
4829
|
const t = "5ELgu7KjFXBQcFVZcJotKgTRoxsmsvmp8V4GqAU8J56z4PNY";
|
|
4844
|
-
return (n, o) => (
|
|
4830
|
+
return (n, o) => (hr(), Jc(qn(Gl), {
|
|
4845
4831
|
siteKey: qn(t),
|
|
4846
4832
|
captchaType: "pow",
|
|
4847
4833
|
language: "en",
|
|
@@ -4851,5 +4837,5 @@ const Kl = async (e, t) => {
|
|
|
4851
4837
|
htmlAttributes: { class: "my-app__procaptcha" }
|
|
4852
4838
|
}, null, 8, ["siteKey", "callback"]));
|
|
4853
4839
|
}
|
|
4854
|
-
}),
|
|
4855
|
-
|
|
4840
|
+
}), Jl = Ml(ql);
|
|
4841
|
+
Jl.mount("#root");
|