@genpact/genome.mfe.mgtwin-app 1.1.363-alpha → 1.1.365-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{AssessmentAMA-21e2cb64.mjs → AssessmentAMA-51bdd271.mjs} +4 -4
- package/dist/{AssessmentSimulation-d52a5ac8.mjs → AssessmentSimulation-0120eaf3.mjs} +7 -7
- package/dist/{EditSkillAdminData-103f41e1.mjs → EditSkillAdminData-02c9dc79.mjs} +2 -2
- package/dist/{EditSkillData-0f9178fc.mjs → EditSkillData-7819fa7c.mjs} +2 -2
- package/dist/{HomeView-e33c3dff.mjs → HomeView-964eb1f5.mjs} +5 -5
- package/dist/{Loading-877348d5.mjs → Loading-ecf9990b.mjs} +1 -1
- package/dist/{LoadingSimulation-2854779d.mjs → LoadingSimulation-af8075c2.mjs} +1 -1
- package/dist/{Modal-97cfa972.mjs → Modal-ce68671d.mjs} +1 -1
- package/dist/{PaperAirplaneIcon-4ae56eed.mjs → PaperAirplaneIcon-fd88758e.mjs} +1 -1
- package/dist/{PromptTesting-7bf17955.mjs → PromptTesting-6bb531d9.mjs} +3 -3
- package/dist/{SkillAutomation-a499c191.mjs → SkillAutomation-a889952f.mjs} +3 -3
- package/dist/{SkillData-e238913d.mjs → SkillData-2e46b518.mjs} +3 -3
- package/dist/{Testcase-0d38edc0.mjs → Testcase-335cadd5.mjs} +3 -3
- package/dist/{UnderMaintenance-b341029f.mjs → UnderMaintenance-65699b88.mjs} +1 -1
- package/dist/{VoiceTestcase-4acfc2d5.mjs → VoiceTestcase-e972d949.mjs} +3 -3
- package/dist/{XMarkIcon-16234a60.mjs → XMarkIcon-40701ce5.mjs} +1 -1
- package/dist/{api-326b2401.mjs → api-cc68977d.mjs} +1 -1
- package/dist/{index.es-df180f19.mjs → index.es-a4f67388.mjs} +7 -7
- package/dist/{main-d1fafc09.mjs → main-9a7a01bb.mjs} +664 -664
- package/dist/mgtwin.es.min.js +1 -1
- package/dist/mgtwin.umd.min.js +41 -41
- package/dist/{voiceServices-aa24a55d.mjs → voiceServices-283a0bfd.mjs} +596 -595
- package/package.json +1 -1
|
@@ -8,7 +8,7 @@ const le = {}, Vt = [], We = () => {
|
|
|
8
8
|
}, Ru = () => !1, Ou = /^on[^a-z]/, fr = (e) => Ou.test(e), ps = (e) => e.startsWith("onUpdate:"), fe = Object.assign, Ds = (e, t) => {
|
|
9
9
|
const n = e.indexOf(t);
|
|
10
10
|
n > -1 && e.splice(n, 1);
|
|
11
|
-
}, Nu = Object.prototype.hasOwnProperty, Q = (e, t) => Nu.call(e, t), w = Array.isArray, Wt = (e) => Mn(e) === "[object Map]", tn = (e) => Mn(e) === "[object Set]", to = (e) => Mn(e) === "[object Date]", X = (e) => typeof e == "function", Ae = (e) => typeof e == "string", pn = (e) => typeof e == "symbol", ue = (e) => e !== null && typeof e == "object",
|
|
11
|
+
}, Nu = Object.prototype.hasOwnProperty, Q = (e, t) => Nu.call(e, t), w = Array.isArray, Wt = (e) => Mn(e) === "[object Map]", tn = (e) => Mn(e) === "[object Set]", to = (e) => Mn(e) === "[object Date]", X = (e) => typeof e == "function", Ae = (e) => typeof e == "string", pn = (e) => typeof e == "symbol", ue = (e) => e !== null && typeof e == "object", Ii = (e) => ue(e) && X(e.then) && X(e.catch), Ri = Object.prototype.toString, Mn = (e) => Ri.call(e), pu = (e) => Mn(e).slice(8, -1), Oi = (e) => Mn(e) === "[object Object]", Us = (e) => Ae(e) && e !== "NaN" && e[0] !== "-" && "" + parseInt(e, 10) === e, $n = /* @__PURE__ */ Ns(
|
|
12
12
|
// the leading comma is intentional so empty string "" is also included
|
|
13
13
|
",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"
|
|
14
14
|
), Ar = (e) => {
|
|
@@ -42,7 +42,7 @@ function hs(e) {
|
|
|
42
42
|
if (w(e)) {
|
|
43
43
|
const t = {};
|
|
44
44
|
for (let n = 0; n < e.length; n++) {
|
|
45
|
-
const r = e[n], s = Ae(r) ?
|
|
45
|
+
const r = e[n], s = Ae(r) ? gu(r) : hs(r);
|
|
46
46
|
if (s)
|
|
47
47
|
for (const o in s)
|
|
48
48
|
t[o] = s[o];
|
|
@@ -56,7 +56,7 @@ function hs(e) {
|
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
const mu = /;(?![^(]*\))/g, Lu = /:([^]+)/, Cu = /\/\*[^]*?\*\//g;
|
|
59
|
-
function
|
|
59
|
+
function gu(e) {
|
|
60
60
|
const t = {};
|
|
61
61
|
return e.replace(Cu, "").split(mu).forEach((n) => {
|
|
62
62
|
if (n) {
|
|
@@ -79,11 +79,11 @@ function ms(e) {
|
|
|
79
79
|
e[n] && (t += n + " ");
|
|
80
80
|
return t.trim();
|
|
81
81
|
}
|
|
82
|
-
const
|
|
82
|
+
const Pu = "itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly", Bu = /* @__PURE__ */ Ns(Pu);
|
|
83
83
|
function pi(e) {
|
|
84
84
|
return !!e || e === "";
|
|
85
85
|
}
|
|
86
|
-
function
|
|
86
|
+
function bu(e, t) {
|
|
87
87
|
if (e.length !== t.length)
|
|
88
88
|
return !1;
|
|
89
89
|
let n = !0;
|
|
@@ -100,7 +100,7 @@ function Kn(e, t) {
|
|
|
100
100
|
if (n = pn(e), r = pn(t), n || r)
|
|
101
101
|
return e === t;
|
|
102
102
|
if (n = w(e), r = w(t), n || r)
|
|
103
|
-
return n && r ?
|
|
103
|
+
return n && r ? bu(e, t) : !1;
|
|
104
104
|
if (n = ue(e), r = ue(t), n || r) {
|
|
105
105
|
if (!n || !r)
|
|
106
106
|
return !1;
|
|
@@ -209,7 +209,7 @@ let Tn = 0, mt = 1;
|
|
|
209
209
|
const Qr = 30;
|
|
210
210
|
let ke;
|
|
211
211
|
const Ht = Symbol(""), es = Symbol("");
|
|
212
|
-
class
|
|
212
|
+
class gs {
|
|
213
213
|
constructor(t, n = null, r) {
|
|
214
214
|
this.fn = t, this.scheduler = n, this.active = !0, this.deps = [], this.parent = void 0, Mu(this, r);
|
|
215
215
|
}
|
|
@@ -241,23 +241,23 @@ function ro(e) {
|
|
|
241
241
|
}
|
|
242
242
|
}
|
|
243
243
|
let pt = !0;
|
|
244
|
-
const
|
|
244
|
+
const gi = [];
|
|
245
245
|
function nn() {
|
|
246
|
-
|
|
246
|
+
gi.push(pt), pt = !1;
|
|
247
247
|
}
|
|
248
248
|
function rn() {
|
|
249
|
-
const e =
|
|
249
|
+
const e = gi.pop();
|
|
250
250
|
pt = e === void 0 ? !0 : e;
|
|
251
251
|
}
|
|
252
|
-
function
|
|
252
|
+
function Be(e, t, n) {
|
|
253
253
|
if (pt && ke) {
|
|
254
254
|
let r = ur.get(e);
|
|
255
255
|
r || ur.set(e, r = /* @__PURE__ */ new Map());
|
|
256
256
|
let s = r.get(n);
|
|
257
|
-
s || r.set(n, s = Cs()),
|
|
257
|
+
s || r.set(n, s = Cs()), Pi(s);
|
|
258
258
|
}
|
|
259
259
|
}
|
|
260
|
-
function
|
|
260
|
+
function Pi(e, t) {
|
|
261
261
|
let n = !1;
|
|
262
262
|
Tn <= Qr ? Ci(e) || (e.n |= mt, n = !Li(e)) : n = !e.has(ke), n && (e.add(ke), ke.deps.push(e));
|
|
263
263
|
}
|
|
@@ -308,16 +308,16 @@ function Fu(e, t) {
|
|
|
308
308
|
var n;
|
|
309
309
|
return (n = ur.get(e)) == null ? void 0 : n.get(t);
|
|
310
310
|
}
|
|
311
|
-
const vu = /* @__PURE__ */ Ns("__proto__,__v_isRef,__isVue"),
|
|
311
|
+
const vu = /* @__PURE__ */ Ns("__proto__,__v_isRef,__isVue"), Bi = new Set(
|
|
312
312
|
/* @__PURE__ */ Object.getOwnPropertyNames(Symbol).filter((e) => e !== "arguments" && e !== "caller").map((e) => Symbol[e]).filter(pn)
|
|
313
|
-
), wu = /* @__PURE__ */
|
|
313
|
+
), wu = /* @__PURE__ */ Ps(), Yu = /* @__PURE__ */ Ps(!1, !0), xu = /* @__PURE__ */ Ps(!0), oo = /* @__PURE__ */ ku();
|
|
314
314
|
function ku() {
|
|
315
315
|
const e = {};
|
|
316
316
|
return ["includes", "indexOf", "lastIndexOf"].forEach((t) => {
|
|
317
317
|
e[t] = function(...n) {
|
|
318
318
|
const r = q(this);
|
|
319
319
|
for (let o = 0, i = this.length; o < i; o++)
|
|
320
|
-
|
|
320
|
+
Be(r, "get", o + "");
|
|
321
321
|
const s = r[t](...n);
|
|
322
322
|
return s === -1 || s === !1 ? r[t](...n.map(q)) : s;
|
|
323
323
|
};
|
|
@@ -331,9 +331,9 @@ function ku() {
|
|
|
331
331
|
}
|
|
332
332
|
function Vu(e) {
|
|
333
333
|
const t = q(this);
|
|
334
|
-
return
|
|
334
|
+
return Be(t, "has", e), t.hasOwnProperty(e);
|
|
335
335
|
}
|
|
336
|
-
function
|
|
336
|
+
function Ps(e = !1, t = !1) {
|
|
337
337
|
return function(r, s, o) {
|
|
338
338
|
if (s === "__v_isReactive")
|
|
339
339
|
return !e;
|
|
@@ -351,11 +351,11 @@ function gs(e = !1, t = !1) {
|
|
|
351
351
|
return Vu;
|
|
352
352
|
}
|
|
353
353
|
const E = Reflect.get(r, s, o);
|
|
354
|
-
return (pn(s) ?
|
|
354
|
+
return (pn(s) ? Bi.has(s) : vu(s)) || (e || Be(r, "get", s), t) ? E : Se(E) ? i && Us(s) ? E : E.value : ue(E) ? e ? Hi(E) : sn(E) : E;
|
|
355
355
|
};
|
|
356
356
|
}
|
|
357
|
-
const Wu = /* @__PURE__ */
|
|
358
|
-
function
|
|
357
|
+
const Wu = /* @__PURE__ */ bi(), Ju = /* @__PURE__ */ bi(!0);
|
|
358
|
+
function bi(e = !1) {
|
|
359
359
|
return function(n, r, s, o) {
|
|
360
360
|
let i = n[r];
|
|
361
361
|
if (Xt(i) && Se(i) && !Se(s))
|
|
@@ -374,10 +374,10 @@ function Zu(e, t) {
|
|
|
374
374
|
}
|
|
375
375
|
function Xu(e, t) {
|
|
376
376
|
const n = Reflect.has(e, t);
|
|
377
|
-
return (!pn(t) || !
|
|
377
|
+
return (!pn(t) || !Bi.has(t)) && Be(e, "has", t), n;
|
|
378
378
|
}
|
|
379
379
|
function ju(e) {
|
|
380
|
-
return
|
|
380
|
+
return Be(e, "iterate", w(e) ? "length" : Ht), Reflect.ownKeys(e);
|
|
381
381
|
}
|
|
382
382
|
const Gi = {
|
|
383
383
|
get: wu,
|
|
@@ -400,12 +400,12 @@ const Gi = {
|
|
|
400
400
|
get: Yu,
|
|
401
401
|
set: Ju
|
|
402
402
|
}
|
|
403
|
-
),
|
|
403
|
+
), Bs = (e) => e, dr = (e) => Reflect.getPrototypeOf(e);
|
|
404
404
|
function Wn(e, t, n = !1, r = !1) {
|
|
405
405
|
e = e.__v_raw;
|
|
406
406
|
const s = q(e), o = q(t);
|
|
407
|
-
n || (t !== o &&
|
|
408
|
-
const { has: i } =
|
|
407
|
+
n || (t !== o && Be(s, "get", t), Be(s, "get", o));
|
|
408
|
+
const { has: i } = dr(s), E = r ? Bs : n ? Ms : Un;
|
|
409
409
|
if (i.call(s, t))
|
|
410
410
|
return E(e.get(t));
|
|
411
411
|
if (i.call(s, o))
|
|
@@ -414,26 +414,26 @@ function Wn(e, t, n = !1, r = !1) {
|
|
|
414
414
|
}
|
|
415
415
|
function Jn(e, t = !1) {
|
|
416
416
|
const n = this.__v_raw, r = q(n), s = q(e);
|
|
417
|
-
return t || (e !== s &&
|
|
417
|
+
return t || (e !== s && Be(r, "has", e), Be(r, "has", s)), e === s ? n.has(e) : n.has(e) || n.has(s);
|
|
418
418
|
}
|
|
419
419
|
function Zn(e, t = !1) {
|
|
420
|
-
return e = e.__v_raw, !t &&
|
|
420
|
+
return e = e.__v_raw, !t && Be(q(e), "iterate", Ht), Reflect.get(e, "size", e);
|
|
421
421
|
}
|
|
422
422
|
function io(e) {
|
|
423
423
|
e = q(e);
|
|
424
424
|
const t = q(this);
|
|
425
|
-
return
|
|
425
|
+
return dr(t).has.call(t, e) || (t.add(e), it(t, "add", e, e)), this;
|
|
426
426
|
}
|
|
427
427
|
function Eo(e, t) {
|
|
428
428
|
t = q(t);
|
|
429
|
-
const n = q(this), { has: r, get: s } =
|
|
429
|
+
const n = q(this), { has: r, get: s } = dr(n);
|
|
430
430
|
let o = r.call(n, e);
|
|
431
431
|
o || (e = q(e), o = r.call(n, e));
|
|
432
432
|
const i = s.call(n, e);
|
|
433
433
|
return n.set(e, t), o ? Dn(t, i) && it(n, "set", e, t) : it(n, "add", e, t), this;
|
|
434
434
|
}
|
|
435
435
|
function uo(e) {
|
|
436
|
-
const t = q(this), { has: n, get: r } =
|
|
436
|
+
const t = q(this), { has: n, get: r } = dr(t);
|
|
437
437
|
let s = n.call(t, e);
|
|
438
438
|
s || (e = q(e), s = n.call(t, e)), r && r.call(t, e);
|
|
439
439
|
const o = t.delete(e);
|
|
@@ -445,14 +445,14 @@ function co() {
|
|
|
445
445
|
}
|
|
446
446
|
function Xn(e, t) {
|
|
447
447
|
return function(r, s) {
|
|
448
|
-
const o = this, i = o.__v_raw, E = q(i), u = t ?
|
|
449
|
-
return !e &&
|
|
448
|
+
const o = this, i = o.__v_raw, E = q(i), u = t ? Bs : e ? Ms : Un;
|
|
449
|
+
return !e && Be(E, "iterate", Ht), i.forEach((c, a) => r.call(s, u(c), u(a), o));
|
|
450
450
|
};
|
|
451
451
|
}
|
|
452
452
|
function jn(e, t, n) {
|
|
453
453
|
return function(...r) {
|
|
454
|
-
const s = this.__v_raw, o = q(s), i = Wt(o), E = e === "entries" || e === Symbol.iterator && i, u = e === "keys" && i, c = s[e](...r), a = n ?
|
|
455
|
-
return !t &&
|
|
454
|
+
const s = this.__v_raw, o = q(s), i = Wt(o), E = e === "entries" || e === Symbol.iterator && i, u = e === "keys" && i, c = s[e](...r), a = n ? Bs : t ? Ms : Un;
|
|
455
|
+
return !t && Be(
|
|
456
456
|
o,
|
|
457
457
|
"iterate",
|
|
458
458
|
u ? es : Ht
|
|
@@ -566,7 +566,7 @@ const [
|
|
|
566
566
|
tc,
|
|
567
567
|
nc
|
|
568
568
|
] = /* @__PURE__ */ qu();
|
|
569
|
-
function
|
|
569
|
+
function bs(e, t) {
|
|
570
570
|
const n = t ? e ? nc : tc : e ? ec : Qu;
|
|
571
571
|
return (r, s, o) => s === "__v_isReactive" ? !e : s === "__v_isReadonly" ? e : s === "__v_raw" ? r : Reflect.get(
|
|
572
572
|
Q(n, s) && s in r ? n : r,
|
|
@@ -575,11 +575,11 @@ function Bs(e, t) {
|
|
|
575
575
|
);
|
|
576
576
|
}
|
|
577
577
|
const rc = {
|
|
578
|
-
get: /* @__PURE__ */
|
|
578
|
+
get: /* @__PURE__ */ bs(!1, !1)
|
|
579
579
|
}, sc = {
|
|
580
|
-
get: /* @__PURE__ */
|
|
580
|
+
get: /* @__PURE__ */ bs(!1, !0)
|
|
581
581
|
}, oc = {
|
|
582
|
-
get: /* @__PURE__ */
|
|
582
|
+
get: /* @__PURE__ */ bs(!0, !1)
|
|
583
583
|
}, Mi = /* @__PURE__ */ new WeakMap(), Ki = /* @__PURE__ */ new WeakMap(), yi = /* @__PURE__ */ new WeakMap(), ic = /* @__PURE__ */ new WeakMap();
|
|
584
584
|
function Ec(e) {
|
|
585
585
|
switch (e) {
|
|
@@ -656,12 +656,12 @@ function q(e) {
|
|
|
656
656
|
const t = e && e.__v_raw;
|
|
657
657
|
return t ? q(t) : e;
|
|
658
658
|
}
|
|
659
|
-
function
|
|
659
|
+
function Ir(e) {
|
|
660
660
|
return ir(e, "__v_skip", !0), e;
|
|
661
661
|
}
|
|
662
662
|
const Un = (e) => ue(e) ? sn(e) : e, Ms = (e) => ue(e) ? Hi(e) : e;
|
|
663
663
|
function vi(e) {
|
|
664
|
-
pt && ke && (e = q(e),
|
|
664
|
+
pt && ke && (e = q(e), Pi(e.dep || (e.dep = Cs())));
|
|
665
665
|
}
|
|
666
666
|
function wi(e, t) {
|
|
667
667
|
e = q(e);
|
|
@@ -736,7 +736,7 @@ function fc(e, t, n) {
|
|
|
736
736
|
}
|
|
737
737
|
class Ac {
|
|
738
738
|
constructor(t, n, r, s) {
|
|
739
|
-
this._setter = n, this.dep = void 0, this.__v_isRef = !0, this.__v_isReadonly = !1, this._dirty = !0, this.effect = new
|
|
739
|
+
this._setter = n, this.dep = void 0, this.__v_isRef = !0, this.__v_isReadonly = !1, this._dirty = !0, this.effect = new gs(t, () => {
|
|
740
740
|
this._dirty || (this._dirty = !0, wi(this));
|
|
741
741
|
}), this.effect.computed = this, this.effect.active = this._cacheable = !s, this.__v_isReadonly = r;
|
|
742
742
|
}
|
|
@@ -748,7 +748,7 @@ class Ac {
|
|
|
748
748
|
this._setter(t);
|
|
749
749
|
}
|
|
750
750
|
}
|
|
751
|
-
function
|
|
751
|
+
function dc(e, t, n = !1) {
|
|
752
752
|
let r, s;
|
|
753
753
|
const o = X(e);
|
|
754
754
|
return o ? (r = e, s = We) : (r = e.get, s = e.set), new Ac(r, s, o || !s, n);
|
|
@@ -765,7 +765,7 @@ function ht(e, t, n, r) {
|
|
|
765
765
|
function ve(e, t, n, r) {
|
|
766
766
|
if (X(e)) {
|
|
767
767
|
const o = ht(e, t, n, r);
|
|
768
|
-
return o &&
|
|
768
|
+
return o && Ii(o) && o.catch((i) => {
|
|
769
769
|
Rr(i, t, n);
|
|
770
770
|
}), o;
|
|
771
771
|
}
|
|
@@ -799,9 +799,9 @@ function Rr(e, t, n, r = !0) {
|
|
|
799
799
|
return;
|
|
800
800
|
}
|
|
801
801
|
}
|
|
802
|
-
|
|
802
|
+
Ic(e, n, s, r);
|
|
803
803
|
}
|
|
804
|
-
function
|
|
804
|
+
function Ic(e, t, n, r = !0) {
|
|
805
805
|
console.error(e);
|
|
806
806
|
}
|
|
807
807
|
let hn = !1, ns = !1;
|
|
@@ -974,11 +974,11 @@ function vr(e) {
|
|
|
974
974
|
renderCache: T,
|
|
975
975
|
data: S,
|
|
976
976
|
setupState: A,
|
|
977
|
-
ctx:
|
|
977
|
+
ctx: d,
|
|
978
978
|
inheritAttrs: N
|
|
979
979
|
} = e;
|
|
980
|
-
let H,
|
|
981
|
-
const
|
|
980
|
+
let H, P;
|
|
981
|
+
const b = ar(e);
|
|
982
982
|
try {
|
|
983
983
|
if (n.shapeFlag & 4) {
|
|
984
984
|
const K = s || r;
|
|
@@ -990,9 +990,9 @@ function vr(e) {
|
|
|
990
990
|
o,
|
|
991
991
|
A,
|
|
992
992
|
S,
|
|
993
|
-
|
|
993
|
+
d
|
|
994
994
|
)
|
|
995
|
-
),
|
|
995
|
+
), P = u;
|
|
996
996
|
} else {
|
|
997
997
|
const K = t;
|
|
998
998
|
H = ze(
|
|
@@ -1004,20 +1004,20 @@ function vr(e) {
|
|
|
1004
1004
|
null
|
|
1005
1005
|
/* we know it doesn't need it */
|
|
1006
1006
|
)
|
|
1007
|
-
),
|
|
1007
|
+
), P = t.props ? u : hc(u);
|
|
1008
1008
|
}
|
|
1009
1009
|
} catch (K) {
|
|
1010
|
-
|
|
1010
|
+
dn.length = 0, Rr(K, e, 1), H = De(we);
|
|
1011
1011
|
}
|
|
1012
1012
|
let V = H;
|
|
1013
|
-
if (
|
|
1014
|
-
const K = Object.keys(
|
|
1015
|
-
K.length && Z & 7 && (i && K.some(ps) && (
|
|
1016
|
-
|
|
1013
|
+
if (P && N !== !1) {
|
|
1014
|
+
const K = Object.keys(P), { shapeFlag: Z } = V;
|
|
1015
|
+
K.length && Z & 7 && (i && K.some(ps) && (P = mc(
|
|
1016
|
+
P,
|
|
1017
1017
|
i
|
|
1018
|
-
)), V = Lt(V,
|
|
1018
|
+
)), V = Lt(V, P));
|
|
1019
1019
|
}
|
|
1020
|
-
return n.dirs && (V = Lt(V), V.dirs = V.dirs ? V.dirs.concat(n.dirs) : n.dirs), n.transition && (V.transition = n.transition), H = V, ar(
|
|
1020
|
+
return n.dirs && (V = Lt(V), V.dirs = V.dirs ? V.dirs.concat(n.dirs) : n.dirs), n.transition && (V.transition = n.transition), H = V, ar(b), H;
|
|
1021
1021
|
}
|
|
1022
1022
|
const hc = (e) => {
|
|
1023
1023
|
let t;
|
|
@@ -1066,8 +1066,8 @@ function Cc({ vnode: e, parent: t }, n) {
|
|
|
1066
1066
|
for (; t && t.subTree === e; )
|
|
1067
1067
|
(e = t.vnode).el = n, t = t.parent;
|
|
1068
1068
|
}
|
|
1069
|
-
const
|
|
1070
|
-
function
|
|
1069
|
+
const gc = (e) => e.__isSuspense;
|
|
1070
|
+
function Pc(e, t) {
|
|
1071
1071
|
t && t.pendingBranch ? w(e) ? t.effects.push(...e) : t.effects.push(e) : Nc(e);
|
|
1072
1072
|
}
|
|
1073
1073
|
const zn = {};
|
|
@@ -1098,25 +1098,25 @@ function Xi(e, t, { immediate: n, deep: r, flush: s, onTrack: o, onTrigger: i }
|
|
|
1098
1098
|
c = () => yt(K());
|
|
1099
1099
|
}
|
|
1100
1100
|
let S, A = (K) => {
|
|
1101
|
-
S =
|
|
1101
|
+
S = b.onStop = () => {
|
|
1102
1102
|
ht(K, u, 4);
|
|
1103
1103
|
};
|
|
1104
|
-
},
|
|
1105
|
-
if (
|
|
1104
|
+
}, d;
|
|
1105
|
+
if (gn)
|
|
1106
1106
|
if (A = We, t ? n && ve(t, u, 3, [
|
|
1107
1107
|
c(),
|
|
1108
1108
|
T ? [] : void 0,
|
|
1109
1109
|
A
|
|
1110
1110
|
]) : c(), s === "sync") {
|
|
1111
1111
|
const K = ma();
|
|
1112
|
-
|
|
1112
|
+
d = K.__watcherHandles || (K.__watcherHandles = []);
|
|
1113
1113
|
} else
|
|
1114
1114
|
return We;
|
|
1115
1115
|
let N = T ? new Array(e.length).fill(zn) : zn;
|
|
1116
1116
|
const H = () => {
|
|
1117
|
-
if (
|
|
1117
|
+
if (b.active)
|
|
1118
1118
|
if (t) {
|
|
1119
|
-
const K =
|
|
1119
|
+
const K = b.run();
|
|
1120
1120
|
(r || a || (T ? K.some(
|
|
1121
1121
|
(Z, ce) => Dn(Z, N[ce])
|
|
1122
1122
|
) : Dn(K, N))) && (S && S(), ve(t, u, 3, [
|
|
@@ -1126,22 +1126,22 @@ function Xi(e, t, { immediate: n, deep: r, flush: s, onTrack: o, onTrigger: i }
|
|
|
1126
1126
|
A
|
|
1127
1127
|
]), N = K);
|
|
1128
1128
|
} else
|
|
1129
|
-
|
|
1129
|
+
b.run();
|
|
1130
1130
|
};
|
|
1131
1131
|
H.allowRecurse = !!t;
|
|
1132
|
-
let
|
|
1133
|
-
s === "sync" ?
|
|
1134
|
-
const
|
|
1135
|
-
t ? n ? H() : N =
|
|
1136
|
-
|
|
1132
|
+
let P;
|
|
1133
|
+
s === "sync" ? P = H : s === "post" ? P = () => ge(H, u && u.suspense) : (H.pre = !0, u && (H.id = u.uid), P = () => Hs(H));
|
|
1134
|
+
const b = new gs(c, P);
|
|
1135
|
+
t ? n ? H() : N = b.run() : s === "post" ? ge(
|
|
1136
|
+
b.run.bind(b),
|
|
1137
1137
|
u && u.suspense
|
|
1138
|
-
) :
|
|
1138
|
+
) : b.run();
|
|
1139
1139
|
const V = () => {
|
|
1140
|
-
|
|
1140
|
+
b.stop(), u && u.scope && Ds(u.scope.effects, b);
|
|
1141
1141
|
};
|
|
1142
|
-
return
|
|
1142
|
+
return d && d.push(V), V;
|
|
1143
1143
|
}
|
|
1144
|
-
function
|
|
1144
|
+
function Bc(e, t, n) {
|
|
1145
1145
|
const r = this.proxy, s = Ae(e) ? e.includes(".") ? ji(r, e) : () => r[e] : e.bind(r, r);
|
|
1146
1146
|
let o;
|
|
1147
1147
|
X(t) ? o = t : (o = t.handler, n = t);
|
|
@@ -1197,7 +1197,7 @@ function J_(e, t) {
|
|
|
1197
1197
|
}
|
|
1198
1198
|
return e;
|
|
1199
1199
|
}
|
|
1200
|
-
function
|
|
1200
|
+
function gt(e, t, n, r) {
|
|
1201
1201
|
const s = e.dirs, o = t && t.dirs;
|
|
1202
1202
|
for (let i = 0; i < s.length; i++) {
|
|
1203
1203
|
const E = s[i];
|
|
@@ -1211,7 +1211,7 @@ function Pt(e, t, n, r) {
|
|
|
1211
1211
|
]), rn());
|
|
1212
1212
|
}
|
|
1213
1213
|
}
|
|
1214
|
-
function
|
|
1214
|
+
function bc() {
|
|
1215
1215
|
const e = {
|
|
1216
1216
|
isMounted: !1,
|
|
1217
1217
|
isLeaving: !1,
|
|
@@ -1247,7 +1247,7 @@ const Fe = [Function, Array], zi = {
|
|
|
1247
1247
|
name: "BaseTransition",
|
|
1248
1248
|
props: zi,
|
|
1249
1249
|
setup(e, { slots: t }) {
|
|
1250
|
-
const n = Ra(), r =
|
|
1250
|
+
const n = Ra(), r = bc();
|
|
1251
1251
|
let s;
|
|
1252
1252
|
return () => {
|
|
1253
1253
|
const o = t.default && qi(t.default(), !0);
|
|
@@ -1276,9 +1276,9 @@ const Fe = [Function, Array], zi = {
|
|
|
1276
1276
|
ss(c, a);
|
|
1277
1277
|
const T = n.subTree, S = T && To(T);
|
|
1278
1278
|
let A = !1;
|
|
1279
|
-
const { getTransitionKey:
|
|
1280
|
-
if (
|
|
1281
|
-
const N =
|
|
1279
|
+
const { getTransitionKey: d } = c.type;
|
|
1280
|
+
if (d) {
|
|
1281
|
+
const N = d();
|
|
1282
1282
|
s === void 0 ? s = N : N !== s && (s = N, A = !0);
|
|
1283
1283
|
}
|
|
1284
1284
|
if (S && S.type !== we && (!Mt(c, S) || A)) {
|
|
@@ -1292,14 +1292,14 @@ const Fe = [Function, Array], zi = {
|
|
|
1292
1292
|
return r.isLeaving = !0, N.afterLeave = () => {
|
|
1293
1293
|
r.isLeaving = !1, n.update.active !== !1 && n.update();
|
|
1294
1294
|
}, wr(i);
|
|
1295
|
-
u === "in-out" && c.type !== we && (N.delayLeave = (H,
|
|
1295
|
+
u === "in-out" && c.type !== we && (N.delayLeave = (H, P, b) => {
|
|
1296
1296
|
const V = $i(
|
|
1297
1297
|
r,
|
|
1298
1298
|
S
|
|
1299
1299
|
);
|
|
1300
1300
|
V[String(S.key)] = S, H._leaveCb = () => {
|
|
1301
|
-
|
|
1302
|
-
}, a.delayedLeave =
|
|
1301
|
+
P(), H._leaveCb = void 0, delete a.delayedLeave;
|
|
1302
|
+
}, a.delayedLeave = b;
|
|
1303
1303
|
});
|
|
1304
1304
|
}
|
|
1305
1305
|
return i;
|
|
@@ -1323,11 +1323,11 @@ function rs(e, t, n, r) {
|
|
|
1323
1323
|
onBeforeLeave: T,
|
|
1324
1324
|
onLeave: S,
|
|
1325
1325
|
onAfterLeave: A,
|
|
1326
|
-
onLeaveCancelled:
|
|
1326
|
+
onLeaveCancelled: d,
|
|
1327
1327
|
onBeforeAppear: N,
|
|
1328
1328
|
onAppear: H,
|
|
1329
|
-
onAfterAppear:
|
|
1330
|
-
onAppearCancelled:
|
|
1329
|
+
onAfterAppear: P,
|
|
1330
|
+
onAppearCancelled: b
|
|
1331
1331
|
} = t, V = String(e.key), K = $i(n, e), Z = (y, Y) => {
|
|
1332
1332
|
y && ve(
|
|
1333
1333
|
y,
|
|
@@ -1359,7 +1359,7 @@ function rs(e, t, n, r) {
|
|
|
1359
1359
|
let Y = u, J = c, re = a;
|
|
1360
1360
|
if (!n.isMounted)
|
|
1361
1361
|
if (s)
|
|
1362
|
-
Y = H || u, J =
|
|
1362
|
+
Y = H || u, J = P || c, re = b || a;
|
|
1363
1363
|
else
|
|
1364
1364
|
return;
|
|
1365
1365
|
let M = !1;
|
|
@@ -1378,7 +1378,7 @@ function rs(e, t, n, r) {
|
|
|
1378
1378
|
Z(T, [y]);
|
|
1379
1379
|
let re = !1;
|
|
1380
1380
|
const M = y._leaveCb = ($) => {
|
|
1381
|
-
re || (re = !0, Y(), $ ? Z(
|
|
1381
|
+
re || (re = !0, Y(), $ ? Z(d, [y]) : Z(A, [y]), y._leaveCb = void 0, K[J] === e && delete K[J]);
|
|
1382
1382
|
};
|
|
1383
1383
|
K[J] = e, S ? ce(S, [y, M]) : M();
|
|
1384
1384
|
},
|
|
@@ -1468,7 +1468,7 @@ function Dr(e, t, n = Oe, r = !1) {
|
|
|
1468
1468
|
}
|
|
1469
1469
|
const Et = (e) => (t, n = Oe) => (
|
|
1470
1470
|
// post-create lifecycle registrations are noops during SSR (except for serverPrefetch)
|
|
1471
|
-
(!
|
|
1471
|
+
(!gn || e === "sp") && Dr(e, (...r) => t(...r), n)
|
|
1472
1472
|
), Fc = Et("bm"), eE = Et("m"), vc = Et("bu"), wc = Et("u"), tE = Et("bum"), nE = Et("um"), Yc = Et("sp"), xc = Et(
|
|
1473
1473
|
"rtg"
|
|
1474
1474
|
), kc = Et(
|
|
@@ -1544,7 +1544,7 @@ const os = (e) => e ? fE(e) ? mr(e) || e.proxy : os(e.parent) : null, An = (
|
|
|
1544
1544
|
$options: (e) => Fs(e),
|
|
1545
1545
|
$forceUpdate: (e) => e.f || (e.f = () => Hs(e.update)),
|
|
1546
1546
|
$nextTick: (e) => e.n || (e.n = ys.bind(e.proxy)),
|
|
1547
|
-
$watch: (e) =>
|
|
1547
|
+
$watch: (e) => Bc.bind(e)
|
|
1548
1548
|
})
|
|
1549
1549
|
), Yr = (e, t) => e !== le && !e.__isScriptSetup && Q(e, t), Jc = {
|
|
1550
1550
|
get({ _: e }, t) {
|
|
@@ -1582,7 +1582,7 @@ const os = (e) => e ? fE(e) ? mr(e) || e.proxy : os(e.parent) : null, An = (
|
|
|
1582
1582
|
const a = An[t];
|
|
1583
1583
|
let T, S;
|
|
1584
1584
|
if (a)
|
|
1585
|
-
return t === "$attrs" &&
|
|
1585
|
+
return t === "$attrs" && Be(e, "get", t), a(e);
|
|
1586
1586
|
if (
|
|
1587
1587
|
// css module (injected by vue-loader)
|
|
1588
1588
|
(T = E.__cssModules) && (T = T[t])
|
|
@@ -1633,11 +1633,11 @@ function Zc(e) {
|
|
|
1633
1633
|
beforeMount: T,
|
|
1634
1634
|
mounted: S,
|
|
1635
1635
|
beforeUpdate: A,
|
|
1636
|
-
updated:
|
|
1636
|
+
updated: d,
|
|
1637
1637
|
activated: N,
|
|
1638
1638
|
deactivated: H,
|
|
1639
|
-
beforeDestroy:
|
|
1640
|
-
beforeUnmount:
|
|
1639
|
+
beforeDestroy: P,
|
|
1640
|
+
beforeUnmount: b,
|
|
1641
1641
|
destroyed: V,
|
|
1642
1642
|
unmounted: K,
|
|
1643
1643
|
render: Z,
|
|
@@ -1664,9 +1664,9 @@ function Zc(e) {
|
|
|
1664
1664
|
}
|
|
1665
1665
|
if (is = !0, o)
|
|
1666
1666
|
for (const oe in o) {
|
|
1667
|
-
const te = o[oe], xe = X(te) ? te.bind(n, n) : X(te.get) ? te.get.bind(n, n) : We,
|
|
1667
|
+
const te = o[oe], xe = X(te) ? te.bind(n, n) : X(te.get) ? te.get.bind(n, n) : We, be = !X(te) && X(te.set) ? te.set.bind(n) : We, he = Pe({
|
|
1668
1668
|
get: xe,
|
|
1669
|
-
set:
|
|
1669
|
+
set: be
|
|
1670
1670
|
});
|
|
1671
1671
|
Object.defineProperty(r, oe, {
|
|
1672
1672
|
enumerable: !0,
|
|
@@ -1688,7 +1688,7 @@ function Zc(e) {
|
|
|
1688
1688
|
function z(oe, te) {
|
|
1689
1689
|
w(te) ? te.forEach((xe) => oe(xe.bind(n))) : te && oe(te.bind(n));
|
|
1690
1690
|
}
|
|
1691
|
-
if (z(Fc, T), z(eE, S), z(vc, A), z(wc,
|
|
1691
|
+
if (z(Fc, T), z(eE, S), z(vc, A), z(wc, d), z(Kc, N), z(yc, H), z(Vc, y), z(kc, ce), z(xc, ae), z(tE, b), z(nE, K), z(Yc, Y), w(J))
|
|
1692
1692
|
if (J.length) {
|
|
1693
1693
|
const oe = e.exposed || (e.exposed = {});
|
|
1694
1694
|
J.forEach((te) => {
|
|
@@ -1969,11 +1969,11 @@ function na(e, t, n, r) {
|
|
|
1969
1969
|
if (Q(o, S))
|
|
1970
1970
|
A !== o[S] && (o[S] = A, c = !0);
|
|
1971
1971
|
else {
|
|
1972
|
-
const
|
|
1973
|
-
s[
|
|
1972
|
+
const d = Zt(S);
|
|
1973
|
+
s[d] = us(
|
|
1974
1974
|
u,
|
|
1975
1975
|
E,
|
|
1976
|
-
|
|
1976
|
+
d,
|
|
1977
1977
|
A,
|
|
1978
1978
|
e,
|
|
1979
1979
|
!1
|
|
@@ -2087,14 +2087,14 @@ function EE(e, t, n = !1) {
|
|
|
2087
2087
|
if (Io(T)) {
|
|
2088
2088
|
const S = o[a], A = i[T] = w(S) || X(S) ? { type: S } : fe({}, S);
|
|
2089
2089
|
if (A) {
|
|
2090
|
-
const
|
|
2090
|
+
const d = No(Boolean, A.type), N = No(String, A.type);
|
|
2091
2091
|
A[
|
|
2092
2092
|
0
|
|
2093
2093
|
/* shouldCast */
|
|
2094
|
-
] =
|
|
2094
|
+
] = d > -1, A[
|
|
2095
2095
|
1
|
|
2096
2096
|
/* shouldCastTrue */
|
|
2097
|
-
] = N < 0 ||
|
|
2097
|
+
] = N < 0 || d < N, (d > -1 || Q(A, "default")) && E.push(T);
|
|
2098
2098
|
}
|
|
2099
2099
|
}
|
|
2100
2100
|
}
|
|
@@ -2178,18 +2178,18 @@ function cs(e, t, n, r, s = !1) {
|
|
|
2178
2178
|
else {
|
|
2179
2179
|
const S = Ae(u), A = Se(u);
|
|
2180
2180
|
if (S || A) {
|
|
2181
|
-
const
|
|
2181
|
+
const d = () => {
|
|
2182
2182
|
if (e.f) {
|
|
2183
2183
|
const N = S ? Q(T, u) ? T[u] : a[u] : u.value;
|
|
2184
2184
|
s ? w(N) && Ds(N, o) : w(N) ? N.includes(o) || N.push(o) : S ? (a[u] = [o], Q(T, u) && (T[u] = a[u])) : (u.value = [o], e.k && (a[e.k] = u.value));
|
|
2185
2185
|
} else
|
|
2186
2186
|
S ? (a[u] = i, Q(T, u) && (T[u] = i)) : A && (u.value = i, e.k && (a[e.k] = i));
|
|
2187
2187
|
};
|
|
2188
|
-
i ? (
|
|
2188
|
+
i ? (d.id = -1, ge(d, n)) : d();
|
|
2189
2189
|
}
|
|
2190
2190
|
}
|
|
2191
2191
|
}
|
|
2192
|
-
const
|
|
2192
|
+
const ge = Pc;
|
|
2193
2193
|
function ia(e) {
|
|
2194
2194
|
return Ea(e);
|
|
2195
2195
|
}
|
|
@@ -2208,31 +2208,31 @@ function Ea(e, t) {
|
|
|
2208
2208
|
parentNode: T,
|
|
2209
2209
|
nextSibling: S,
|
|
2210
2210
|
setScopeId: A = We,
|
|
2211
|
-
insertStaticContent:
|
|
2212
|
-
} = e, N = (l, _, f,
|
|
2211
|
+
insertStaticContent: d
|
|
2212
|
+
} = e, N = (l, _, f, I = null, p = null, U = null, B = !1, L = null, C = !!_.dynamicChildren) => {
|
|
2213
2213
|
if (l === _)
|
|
2214
2214
|
return;
|
|
2215
|
-
l && !Mt(l, _) && (
|
|
2215
|
+
l && !Mt(l, _) && (I = O(l), Ne(l, p, U, !0), l = null), _.patchFlag === -2 && (C = !1, _.dynamicChildren = null);
|
|
2216
2216
|
const { type: h, ref: x, shapeFlag: F } = _;
|
|
2217
2217
|
switch (h) {
|
|
2218
2218
|
case Ur:
|
|
2219
|
-
H(l, _, f,
|
|
2219
|
+
H(l, _, f, I);
|
|
2220
2220
|
break;
|
|
2221
2221
|
case we:
|
|
2222
|
-
|
|
2222
|
+
P(l, _, f, I);
|
|
2223
2223
|
break;
|
|
2224
2224
|
case er:
|
|
2225
|
-
l == null &&
|
|
2225
|
+
l == null && b(_, f, I, B);
|
|
2226
2226
|
break;
|
|
2227
2227
|
case Ke:
|
|
2228
2228
|
M(
|
|
2229
2229
|
l,
|
|
2230
2230
|
_,
|
|
2231
2231
|
f,
|
|
2232
|
-
|
|
2232
|
+
I,
|
|
2233
2233
|
p,
|
|
2234
2234
|
U,
|
|
2235
|
-
|
|
2235
|
+
B,
|
|
2236
2236
|
L,
|
|
2237
2237
|
C
|
|
2238
2238
|
);
|
|
@@ -2242,80 +2242,80 @@ function Ea(e, t) {
|
|
|
2242
2242
|
l,
|
|
2243
2243
|
_,
|
|
2244
2244
|
f,
|
|
2245
|
-
|
|
2245
|
+
I,
|
|
2246
2246
|
p,
|
|
2247
2247
|
U,
|
|
2248
|
-
|
|
2248
|
+
B,
|
|
2249
2249
|
L,
|
|
2250
2250
|
C
|
|
2251
2251
|
) : F & 6 ? $(
|
|
2252
2252
|
l,
|
|
2253
2253
|
_,
|
|
2254
2254
|
f,
|
|
2255
|
-
|
|
2255
|
+
I,
|
|
2256
2256
|
p,
|
|
2257
2257
|
U,
|
|
2258
|
-
|
|
2258
|
+
B,
|
|
2259
2259
|
L,
|
|
2260
2260
|
C
|
|
2261
2261
|
) : (F & 64 || F & 128) && h.process(
|
|
2262
2262
|
l,
|
|
2263
2263
|
_,
|
|
2264
2264
|
f,
|
|
2265
|
-
|
|
2265
|
+
I,
|
|
2266
2266
|
p,
|
|
2267
2267
|
U,
|
|
2268
|
-
|
|
2268
|
+
B,
|
|
2269
2269
|
L,
|
|
2270
2270
|
C,
|
|
2271
|
-
|
|
2271
|
+
g
|
|
2272
2272
|
);
|
|
2273
2273
|
}
|
|
2274
2274
|
x != null && p && cs(x, l && l.ref, U, _ || l, !_);
|
|
2275
|
-
}, H = (l, _, f,
|
|
2275
|
+
}, H = (l, _, f, I) => {
|
|
2276
2276
|
if (l == null)
|
|
2277
2277
|
r(
|
|
2278
2278
|
_.el = E(_.children),
|
|
2279
2279
|
f,
|
|
2280
|
-
|
|
2280
|
+
I
|
|
2281
2281
|
);
|
|
2282
2282
|
else {
|
|
2283
2283
|
const p = _.el = l.el;
|
|
2284
2284
|
_.children !== l.children && c(p, _.children);
|
|
2285
2285
|
}
|
|
2286
|
-
},
|
|
2286
|
+
}, P = (l, _, f, I) => {
|
|
2287
2287
|
l == null ? r(
|
|
2288
2288
|
_.el = u(_.children || ""),
|
|
2289
2289
|
f,
|
|
2290
|
-
|
|
2290
|
+
I
|
|
2291
2291
|
) : _.el = l.el;
|
|
2292
|
-
},
|
|
2293
|
-
[l.el, l.anchor] =
|
|
2292
|
+
}, b = (l, _, f, I) => {
|
|
2293
|
+
[l.el, l.anchor] = d(
|
|
2294
2294
|
l.children,
|
|
2295
2295
|
_,
|
|
2296
2296
|
f,
|
|
2297
|
-
|
|
2297
|
+
I,
|
|
2298
2298
|
l.el,
|
|
2299
2299
|
l.anchor
|
|
2300
2300
|
);
|
|
2301
|
-
}, V = ({ el: l, anchor: _ }, f,
|
|
2301
|
+
}, V = ({ el: l, anchor: _ }, f, I) => {
|
|
2302
2302
|
let p;
|
|
2303
2303
|
for (; l && l !== _; )
|
|
2304
|
-
p = S(l), r(l, f,
|
|
2305
|
-
r(_, f,
|
|
2304
|
+
p = S(l), r(l, f, I), l = p;
|
|
2305
|
+
r(_, f, I);
|
|
2306
2306
|
}, K = ({ el: l, anchor: _ }) => {
|
|
2307
2307
|
let f;
|
|
2308
2308
|
for (; l && l !== _; )
|
|
2309
2309
|
f = S(l), s(l), l = f;
|
|
2310
2310
|
s(_);
|
|
2311
|
-
}, Z = (l, _, f,
|
|
2312
|
-
|
|
2311
|
+
}, Z = (l, _, f, I, p, U, B, L, C) => {
|
|
2312
|
+
B = B || _.type === "svg", l == null ? ce(
|
|
2313
2313
|
_,
|
|
2314
2314
|
f,
|
|
2315
|
-
|
|
2315
|
+
I,
|
|
2316
2316
|
p,
|
|
2317
2317
|
U,
|
|
2318
|
-
|
|
2318
|
+
B,
|
|
2319
2319
|
L,
|
|
2320
2320
|
C
|
|
2321
2321
|
) : Y(
|
|
@@ -2323,11 +2323,11 @@ function Ea(e, t) {
|
|
|
2323
2323
|
_,
|
|
2324
2324
|
p,
|
|
2325
2325
|
U,
|
|
2326
|
-
|
|
2326
|
+
B,
|
|
2327
2327
|
L,
|
|
2328
2328
|
C
|
|
2329
2329
|
);
|
|
2330
|
-
}, ce = (l, _, f,
|
|
2330
|
+
}, ce = (l, _, f, I, p, U, B, L) => {
|
|
2331
2331
|
let C, h;
|
|
2332
2332
|
const { type: x, props: F, shapeFlag: k, transition: W, dirs: j } = l;
|
|
2333
2333
|
if (C = l.el = i(
|
|
@@ -2339,12 +2339,12 @@ function Ea(e, t) {
|
|
|
2339
2339
|
l.children,
|
|
2340
2340
|
C,
|
|
2341
2341
|
null,
|
|
2342
|
-
|
|
2342
|
+
I,
|
|
2343
2343
|
p,
|
|
2344
2344
|
U && x !== "foreignObject",
|
|
2345
|
-
|
|
2345
|
+
B,
|
|
2346
2346
|
L
|
|
2347
|
-
), j &&
|
|
2347
|
+
), j && gt(l, null, I, "created"), ae(C, l, l.scopeId, B, I), F) {
|
|
2348
2348
|
for (const se in F)
|
|
2349
2349
|
se !== "value" && !$n(se) && o(
|
|
2350
2350
|
C,
|
|
@@ -2353,72 +2353,72 @@ function Ea(e, t) {
|
|
|
2353
2353
|
F[se],
|
|
2354
2354
|
U,
|
|
2355
2355
|
l.children,
|
|
2356
|
-
|
|
2356
|
+
I,
|
|
2357
2357
|
p,
|
|
2358
2358
|
Re
|
|
2359
2359
|
);
|
|
2360
|
-
"value" in F && o(C, "value", null, F.value), (h = F.onVnodeBeforeMount) && je(h,
|
|
2360
|
+
"value" in F && o(C, "value", null, F.value), (h = F.onVnodeBeforeMount) && je(h, I, l);
|
|
2361
2361
|
}
|
|
2362
|
-
j &&
|
|
2362
|
+
j && gt(l, null, I, "beforeMount");
|
|
2363
2363
|
const Ee = (!p || p && !p.pendingBranch) && W && !W.persisted;
|
|
2364
|
-
Ee && W.beforeEnter(C), r(C, _, f), ((h = F && F.onVnodeMounted) || Ee || j) &&
|
|
2365
|
-
h && je(h,
|
|
2364
|
+
Ee && W.beforeEnter(C), r(C, _, f), ((h = F && F.onVnodeMounted) || Ee || j) && ge(() => {
|
|
2365
|
+
h && je(h, I, l), Ee && W.enter(C), j && gt(l, null, I, "mounted");
|
|
2366
2366
|
}, p);
|
|
2367
|
-
}, ae = (l, _, f,
|
|
2368
|
-
if (f && A(l, f),
|
|
2369
|
-
for (let U = 0; U <
|
|
2370
|
-
A(l,
|
|
2367
|
+
}, ae = (l, _, f, I, p) => {
|
|
2368
|
+
if (f && A(l, f), I)
|
|
2369
|
+
for (let U = 0; U < I.length; U++)
|
|
2370
|
+
A(l, I[U]);
|
|
2371
2371
|
if (p) {
|
|
2372
2372
|
let U = p.subTree;
|
|
2373
2373
|
if (_ === U) {
|
|
2374
|
-
const
|
|
2374
|
+
const B = p.vnode;
|
|
2375
2375
|
ae(
|
|
2376
2376
|
l,
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2377
|
+
B,
|
|
2378
|
+
B.scopeId,
|
|
2379
|
+
B.slotScopeIds,
|
|
2380
2380
|
p.parent
|
|
2381
2381
|
);
|
|
2382
2382
|
}
|
|
2383
2383
|
}
|
|
2384
|
-
}, y = (l, _, f,
|
|
2384
|
+
}, y = (l, _, f, I, p, U, B, L, C = 0) => {
|
|
2385
2385
|
for (let h = C; h < l.length; h++) {
|
|
2386
|
-
const x = l[h] = L ?
|
|
2386
|
+
const x = l[h] = L ? It(l[h]) : ze(l[h]);
|
|
2387
2387
|
N(
|
|
2388
2388
|
null,
|
|
2389
2389
|
x,
|
|
2390
2390
|
_,
|
|
2391
2391
|
f,
|
|
2392
|
-
|
|
2392
|
+
I,
|
|
2393
2393
|
p,
|
|
2394
2394
|
U,
|
|
2395
|
-
|
|
2395
|
+
B,
|
|
2396
2396
|
L
|
|
2397
2397
|
);
|
|
2398
2398
|
}
|
|
2399
|
-
}, Y = (l, _, f,
|
|
2399
|
+
}, Y = (l, _, f, I, p, U, B) => {
|
|
2400
2400
|
const L = _.el = l.el;
|
|
2401
2401
|
let { patchFlag: C, dynamicChildren: h, dirs: x } = _;
|
|
2402
2402
|
C |= l.patchFlag & 16;
|
|
2403
2403
|
const F = l.props || le, k = _.props || le;
|
|
2404
2404
|
let W;
|
|
2405
|
-
f &&
|
|
2405
|
+
f && Pt(f, !1), (W = k.onVnodeBeforeUpdate) && je(W, f, _, l), x && gt(_, l, f, "beforeUpdate"), f && Pt(f, !0);
|
|
2406
2406
|
const j = p && _.type !== "foreignObject";
|
|
2407
2407
|
if (h ? J(
|
|
2408
2408
|
l.dynamicChildren,
|
|
2409
2409
|
h,
|
|
2410
2410
|
L,
|
|
2411
2411
|
f,
|
|
2412
|
-
|
|
2412
|
+
I,
|
|
2413
2413
|
j,
|
|
2414
2414
|
U
|
|
2415
|
-
) :
|
|
2415
|
+
) : B || te(
|
|
2416
2416
|
l,
|
|
2417
2417
|
_,
|
|
2418
2418
|
L,
|
|
2419
2419
|
null,
|
|
2420
2420
|
f,
|
|
2421
|
-
|
|
2421
|
+
I,
|
|
2422
2422
|
j,
|
|
2423
2423
|
U,
|
|
2424
2424
|
!1
|
|
@@ -2430,7 +2430,7 @@ function Ea(e, t) {
|
|
|
2430
2430
|
F,
|
|
2431
2431
|
k,
|
|
2432
2432
|
f,
|
|
2433
|
-
|
|
2433
|
+
I,
|
|
2434
2434
|
p
|
|
2435
2435
|
);
|
|
2436
2436
|
else if (C & 2 && F.class !== k.class && o(L, "class", null, k.class, p), C & 4 && o(L, "style", F.style, k.style, p), C & 8) {
|
|
@@ -2445,26 +2445,26 @@ function Ea(e, t) {
|
|
|
2445
2445
|
p,
|
|
2446
2446
|
l.children,
|
|
2447
2447
|
f,
|
|
2448
|
-
|
|
2448
|
+
I,
|
|
2449
2449
|
Re
|
|
2450
2450
|
);
|
|
2451
2451
|
}
|
|
2452
2452
|
}
|
|
2453
2453
|
C & 1 && l.children !== _.children && a(L, _.children);
|
|
2454
2454
|
} else
|
|
2455
|
-
!
|
|
2455
|
+
!B && h == null && re(
|
|
2456
2456
|
L,
|
|
2457
2457
|
_,
|
|
2458
2458
|
F,
|
|
2459
2459
|
k,
|
|
2460
2460
|
f,
|
|
2461
|
-
|
|
2461
|
+
I,
|
|
2462
2462
|
p
|
|
2463
2463
|
);
|
|
2464
|
-
((W = k.onVnodeUpdated) || x) &&
|
|
2465
|
-
W && je(W, f, _, l), x &&
|
|
2466
|
-
},
|
|
2467
|
-
}, J = (l, _, f,
|
|
2464
|
+
((W = k.onVnodeUpdated) || x) && ge(() => {
|
|
2465
|
+
W && je(W, f, _, l), x && gt(_, l, f, "updated");
|
|
2466
|
+
}, I);
|
|
2467
|
+
}, J = (l, _, f, I, p, U, B) => {
|
|
2468
2468
|
for (let L = 0; L < _.length; L++) {
|
|
2469
2469
|
const C = l[L], h = _[L], x = (
|
|
2470
2470
|
// oldVNode may be an errored async setup() component inside Suspense
|
|
@@ -2485,56 +2485,56 @@ function Ea(e, t) {
|
|
|
2485
2485
|
h,
|
|
2486
2486
|
x,
|
|
2487
2487
|
null,
|
|
2488
|
-
|
|
2488
|
+
I,
|
|
2489
2489
|
p,
|
|
2490
2490
|
U,
|
|
2491
|
-
|
|
2491
|
+
B,
|
|
2492
2492
|
!0
|
|
2493
2493
|
);
|
|
2494
2494
|
}
|
|
2495
|
-
}, re = (l, _, f,
|
|
2496
|
-
if (f !==
|
|
2495
|
+
}, re = (l, _, f, I, p, U, B) => {
|
|
2496
|
+
if (f !== I) {
|
|
2497
2497
|
if (f !== le)
|
|
2498
2498
|
for (const L in f)
|
|
2499
|
-
!$n(L) && !(L in
|
|
2499
|
+
!$n(L) && !(L in I) && o(
|
|
2500
2500
|
l,
|
|
2501
2501
|
L,
|
|
2502
2502
|
f[L],
|
|
2503
2503
|
null,
|
|
2504
|
-
|
|
2504
|
+
B,
|
|
2505
2505
|
_.children,
|
|
2506
2506
|
p,
|
|
2507
2507
|
U,
|
|
2508
2508
|
Re
|
|
2509
2509
|
);
|
|
2510
|
-
for (const L in
|
|
2510
|
+
for (const L in I) {
|
|
2511
2511
|
if ($n(L))
|
|
2512
2512
|
continue;
|
|
2513
|
-
const C =
|
|
2513
|
+
const C = I[L], h = f[L];
|
|
2514
2514
|
C !== h && L !== "value" && o(
|
|
2515
2515
|
l,
|
|
2516
2516
|
L,
|
|
2517
2517
|
h,
|
|
2518
2518
|
C,
|
|
2519
|
-
|
|
2519
|
+
B,
|
|
2520
2520
|
_.children,
|
|
2521
2521
|
p,
|
|
2522
2522
|
U,
|
|
2523
2523
|
Re
|
|
2524
2524
|
);
|
|
2525
2525
|
}
|
|
2526
|
-
"value" in
|
|
2526
|
+
"value" in I && o(l, "value", f.value, I.value);
|
|
2527
2527
|
}
|
|
2528
|
-
}, M = (l, _, f,
|
|
2528
|
+
}, M = (l, _, f, I, p, U, B, L, C) => {
|
|
2529
2529
|
const h = _.el = l ? l.el : E(""), x = _.anchor = l ? l.anchor : E("");
|
|
2530
2530
|
let { patchFlag: F, dynamicChildren: k, slotScopeIds: W } = _;
|
|
2531
|
-
W && (L = L ? L.concat(W) : W), l == null ? (r(h, f,
|
|
2531
|
+
W && (L = L ? L.concat(W) : W), l == null ? (r(h, f, I), r(x, f, I), y(
|
|
2532
2532
|
_.children,
|
|
2533
2533
|
f,
|
|
2534
2534
|
x,
|
|
2535
2535
|
p,
|
|
2536
2536
|
U,
|
|
2537
|
-
|
|
2537
|
+
B,
|
|
2538
2538
|
L,
|
|
2539
2539
|
C
|
|
2540
2540
|
)) : F > 0 && F & 64 && k && // #2715 the previous fragment could've been a BAILed one as a result
|
|
@@ -2545,7 +2545,7 @@ function Ea(e, t) {
|
|
|
2545
2545
|
f,
|
|
2546
2546
|
p,
|
|
2547
2547
|
U,
|
|
2548
|
-
|
|
2548
|
+
B,
|
|
2549
2549
|
L
|
|
2550
2550
|
), // #2080 if the stable fragment has a key, it's a <template v-for> that may
|
|
2551
2551
|
// get moved around. Make sure all root level vnodes inherit el.
|
|
@@ -2563,36 +2563,36 @@ function Ea(e, t) {
|
|
|
2563
2563
|
x,
|
|
2564
2564
|
p,
|
|
2565
2565
|
U,
|
|
2566
|
-
|
|
2566
|
+
B,
|
|
2567
2567
|
L,
|
|
2568
2568
|
C
|
|
2569
2569
|
);
|
|
2570
|
-
}, $ = (l, _, f,
|
|
2570
|
+
}, $ = (l, _, f, I, p, U, B, L, C) => {
|
|
2571
2571
|
_.slotScopeIds = L, l == null ? _.shapeFlag & 512 ? p.ctx.activate(
|
|
2572
2572
|
_,
|
|
2573
2573
|
f,
|
|
2574
|
-
|
|
2575
|
-
|
|
2574
|
+
I,
|
|
2575
|
+
B,
|
|
2576
2576
|
C
|
|
2577
2577
|
) : Te(
|
|
2578
2578
|
_,
|
|
2579
2579
|
f,
|
|
2580
|
-
|
|
2580
|
+
I,
|
|
2581
2581
|
p,
|
|
2582
2582
|
U,
|
|
2583
|
-
|
|
2583
|
+
B,
|
|
2584
2584
|
C
|
|
2585
|
-
) :
|
|
2586
|
-
}, Te = (l, _, f,
|
|
2587
|
-
const L = l.component =
|
|
2585
|
+
) : Ie(l, _, C);
|
|
2586
|
+
}, Te = (l, _, f, I, p, U, B) => {
|
|
2587
|
+
const L = l.component = Ia(
|
|
2588
2588
|
l,
|
|
2589
|
-
|
|
2589
|
+
I,
|
|
2590
2590
|
p
|
|
2591
2591
|
);
|
|
2592
|
-
if (pr(l) && (L.ctx.renderer =
|
|
2592
|
+
if (pr(l) && (L.ctx.renderer = g), Oa(L), L.asyncDep) {
|
|
2593
2593
|
if (p && p.registerDep(L, z), !l.el) {
|
|
2594
2594
|
const C = L.subTree = De(we);
|
|
2595
|
-
|
|
2595
|
+
P(null, C, _, f);
|
|
2596
2596
|
}
|
|
2597
2597
|
return;
|
|
2598
2598
|
}
|
|
@@ -2603,23 +2603,23 @@ function Ea(e, t) {
|
|
|
2603
2603
|
f,
|
|
2604
2604
|
p,
|
|
2605
2605
|
U,
|
|
2606
|
-
|
|
2606
|
+
B
|
|
2607
2607
|
);
|
|
2608
|
-
},
|
|
2609
|
-
const
|
|
2608
|
+
}, Ie = (l, _, f) => {
|
|
2609
|
+
const I = _.component = l.component;
|
|
2610
2610
|
if (Lc(l, _, f))
|
|
2611
|
-
if (
|
|
2612
|
-
oe(
|
|
2611
|
+
if (I.asyncDep && !I.asyncResolved) {
|
|
2612
|
+
oe(I, _, f);
|
|
2613
2613
|
return;
|
|
2614
2614
|
} else
|
|
2615
|
-
|
|
2615
|
+
I.next = _, Oc(I.update), I.update();
|
|
2616
2616
|
else
|
|
2617
|
-
_.el = l.el,
|
|
2618
|
-
}, z = (l, _, f,
|
|
2617
|
+
_.el = l.el, I.vnode = _;
|
|
2618
|
+
}, z = (l, _, f, I, p, U, B) => {
|
|
2619
2619
|
const L = () => {
|
|
2620
2620
|
if (l.isMounted) {
|
|
2621
2621
|
let { next: x, bu: F, u: k, parent: W, vnode: j } = l, Ee = x, se;
|
|
2622
|
-
|
|
2622
|
+
Pt(l, !1), x ? (x.el = j.el, oe(l, x, B)) : x = j, F && qn(F), (se = x.props && x.props.onVnodeBeforeUpdate) && je(se, W, x, j), Pt(l, !0);
|
|
2623
2623
|
const _e = vr(l), Ge = l.subTree;
|
|
2624
2624
|
l.subTree = _e, N(
|
|
2625
2625
|
Ge,
|
|
@@ -2631,14 +2631,14 @@ function Ea(e, t) {
|
|
|
2631
2631
|
l,
|
|
2632
2632
|
p,
|
|
2633
2633
|
U
|
|
2634
|
-
), x.el = _e.el, Ee === null && Cc(l, _e.el), k &&
|
|
2634
|
+
), x.el = _e.el, Ee === null && Cc(l, _e.el), k && ge(k, p), (se = x.props && x.props.onVnodeUpdated) && ge(
|
|
2635
2635
|
() => je(se, W, x, j),
|
|
2636
2636
|
p
|
|
2637
2637
|
);
|
|
2638
2638
|
} else {
|
|
2639
2639
|
let x;
|
|
2640
2640
|
const { el: F, props: k } = _, { bm: W, m: j, parent: Ee } = l, se = fn(_);
|
|
2641
|
-
if (
|
|
2641
|
+
if (Pt(l, !1), W && qn(W), !se && (x = k && k.onVnodeBeforeMount) && je(x, Ee, _), Pt(l, !0), F && ne) {
|
|
2642
2642
|
const _e = () => {
|
|
2643
2643
|
l.subTree = vr(l), ne(
|
|
2644
2644
|
F,
|
|
@@ -2661,44 +2661,44 @@ function Ea(e, t) {
|
|
|
2661
2661
|
null,
|
|
2662
2662
|
_e,
|
|
2663
2663
|
f,
|
|
2664
|
-
|
|
2664
|
+
I,
|
|
2665
2665
|
l,
|
|
2666
2666
|
p,
|
|
2667
2667
|
U
|
|
2668
2668
|
), _.el = _e.el;
|
|
2669
2669
|
}
|
|
2670
|
-
if (j &&
|
|
2670
|
+
if (j && ge(j, p), !se && (x = k && k.onVnodeMounted)) {
|
|
2671
2671
|
const _e = _;
|
|
2672
|
-
|
|
2672
|
+
ge(
|
|
2673
2673
|
() => je(x, Ee, _e),
|
|
2674
2674
|
p
|
|
2675
2675
|
);
|
|
2676
2676
|
}
|
|
2677
|
-
(_.shapeFlag & 256 || Ee && fn(Ee.vnode) && Ee.vnode.shapeFlag & 256) && l.a &&
|
|
2677
|
+
(_.shapeFlag & 256 || Ee && fn(Ee.vnode) && Ee.vnode.shapeFlag & 256) && l.a && ge(l.a, p), l.isMounted = !0, _ = f = I = null;
|
|
2678
2678
|
}
|
|
2679
|
-
}, C = l.effect = new
|
|
2679
|
+
}, C = l.effect = new gs(
|
|
2680
2680
|
L,
|
|
2681
2681
|
() => Hs(h),
|
|
2682
2682
|
l.scope
|
|
2683
2683
|
// track it in component's effect scope
|
|
2684
2684
|
), h = l.update = () => C.run();
|
|
2685
|
-
h.id = l.uid,
|
|
2685
|
+
h.id = l.uid, Pt(l, !0), h();
|
|
2686
2686
|
}, oe = (l, _, f) => {
|
|
2687
2687
|
_.component = l;
|
|
2688
|
-
const
|
|
2689
|
-
l.vnode = _, l.next = null, na(l, _.props,
|
|
2690
|
-
}, te = (l, _, f,
|
|
2688
|
+
const I = l.vnode.props;
|
|
2689
|
+
l.vnode = _, l.next = null, na(l, _.props, I, f), oa(l, _.children, f), nn(), ao(), rn();
|
|
2690
|
+
}, te = (l, _, f, I, p, U, B, L, C = !1) => {
|
|
2691
2691
|
const h = l && l.children, x = l ? l.shapeFlag : 0, F = _.children, { patchFlag: k, shapeFlag: W } = _;
|
|
2692
2692
|
if (k > 0) {
|
|
2693
2693
|
if (k & 128) {
|
|
2694
|
-
|
|
2694
|
+
be(
|
|
2695
2695
|
h,
|
|
2696
2696
|
F,
|
|
2697
2697
|
f,
|
|
2698
|
-
|
|
2698
|
+
I,
|
|
2699
2699
|
p,
|
|
2700
2700
|
U,
|
|
2701
|
-
|
|
2701
|
+
B,
|
|
2702
2702
|
L,
|
|
2703
2703
|
C
|
|
2704
2704
|
);
|
|
@@ -2708,42 +2708,42 @@ function Ea(e, t) {
|
|
|
2708
2708
|
h,
|
|
2709
2709
|
F,
|
|
2710
2710
|
f,
|
|
2711
|
-
|
|
2711
|
+
I,
|
|
2712
2712
|
p,
|
|
2713
2713
|
U,
|
|
2714
|
-
|
|
2714
|
+
B,
|
|
2715
2715
|
L,
|
|
2716
2716
|
C
|
|
2717
2717
|
);
|
|
2718
2718
|
return;
|
|
2719
2719
|
}
|
|
2720
2720
|
}
|
|
2721
|
-
W & 8 ? (x & 16 && Re(h, p, U), F !== h && a(f, F)) : x & 16 ? W & 16 ?
|
|
2721
|
+
W & 8 ? (x & 16 && Re(h, p, U), F !== h && a(f, F)) : x & 16 ? W & 16 ? be(
|
|
2722
2722
|
h,
|
|
2723
2723
|
F,
|
|
2724
2724
|
f,
|
|
2725
|
-
|
|
2725
|
+
I,
|
|
2726
2726
|
p,
|
|
2727
2727
|
U,
|
|
2728
|
-
|
|
2728
|
+
B,
|
|
2729
2729
|
L,
|
|
2730
2730
|
C
|
|
2731
2731
|
) : Re(h, p, U, !0) : (x & 8 && a(f, ""), W & 16 && y(
|
|
2732
2732
|
F,
|
|
2733
2733
|
f,
|
|
2734
|
-
|
|
2734
|
+
I,
|
|
2735
2735
|
p,
|
|
2736
2736
|
U,
|
|
2737
|
-
|
|
2737
|
+
B,
|
|
2738
2738
|
L,
|
|
2739
2739
|
C
|
|
2740
2740
|
));
|
|
2741
|
-
}, xe = (l, _, f,
|
|
2741
|
+
}, xe = (l, _, f, I, p, U, B, L, C) => {
|
|
2742
2742
|
l = l || Vt, _ = _ || Vt;
|
|
2743
2743
|
const h = l.length, x = _.length, F = Math.min(h, x);
|
|
2744
2744
|
let k;
|
|
2745
2745
|
for (k = 0; k < F; k++) {
|
|
2746
|
-
const W = _[k] = C ?
|
|
2746
|
+
const W = _[k] = C ? It(_[k]) : ze(_[k]);
|
|
2747
2747
|
N(
|
|
2748
2748
|
l[k],
|
|
2749
2749
|
W,
|
|
@@ -2751,7 +2751,7 @@ function Ea(e, t) {
|
|
|
2751
2751
|
null,
|
|
2752
2752
|
p,
|
|
2753
2753
|
U,
|
|
2754
|
-
|
|
2754
|
+
B,
|
|
2755
2755
|
L,
|
|
2756
2756
|
C
|
|
2757
2757
|
);
|
|
@@ -2766,20 +2766,20 @@ function Ea(e, t) {
|
|
|
2766
2766
|
) : y(
|
|
2767
2767
|
_,
|
|
2768
2768
|
f,
|
|
2769
|
-
|
|
2769
|
+
I,
|
|
2770
2770
|
p,
|
|
2771
2771
|
U,
|
|
2772
|
-
|
|
2772
|
+
B,
|
|
2773
2773
|
L,
|
|
2774
2774
|
C,
|
|
2775
2775
|
F
|
|
2776
2776
|
);
|
|
2777
|
-
},
|
|
2777
|
+
}, be = (l, _, f, I, p, U, B, L, C) => {
|
|
2778
2778
|
let h = 0;
|
|
2779
2779
|
const x = _.length;
|
|
2780
2780
|
let F = l.length - 1, k = x - 1;
|
|
2781
2781
|
for (; h <= F && h <= k; ) {
|
|
2782
|
-
const W = l[h], j = _[h] = C ?
|
|
2782
|
+
const W = l[h], j = _[h] = C ? It(_[h]) : ze(_[h]);
|
|
2783
2783
|
if (Mt(W, j))
|
|
2784
2784
|
N(
|
|
2785
2785
|
W,
|
|
@@ -2788,7 +2788,7 @@ function Ea(e, t) {
|
|
|
2788
2788
|
null,
|
|
2789
2789
|
p,
|
|
2790
2790
|
U,
|
|
2791
|
-
|
|
2791
|
+
B,
|
|
2792
2792
|
L,
|
|
2793
2793
|
C
|
|
2794
2794
|
);
|
|
@@ -2797,7 +2797,7 @@ function Ea(e, t) {
|
|
|
2797
2797
|
h++;
|
|
2798
2798
|
}
|
|
2799
2799
|
for (; h <= F && h <= k; ) {
|
|
2800
|
-
const W = l[F], j = _[k] = C ?
|
|
2800
|
+
const W = l[F], j = _[k] = C ? It(_[k]) : ze(_[k]);
|
|
2801
2801
|
if (Mt(W, j))
|
|
2802
2802
|
N(
|
|
2803
2803
|
W,
|
|
@@ -2806,7 +2806,7 @@ function Ea(e, t) {
|
|
|
2806
2806
|
null,
|
|
2807
2807
|
p,
|
|
2808
2808
|
U,
|
|
2809
|
-
|
|
2809
|
+
B,
|
|
2810
2810
|
L,
|
|
2811
2811
|
C
|
|
2812
2812
|
);
|
|
@@ -2816,16 +2816,16 @@ function Ea(e, t) {
|
|
|
2816
2816
|
}
|
|
2817
2817
|
if (h > F) {
|
|
2818
2818
|
if (h <= k) {
|
|
2819
|
-
const W = k + 1, j = W < x ? _[W].el :
|
|
2819
|
+
const W = k + 1, j = W < x ? _[W].el : I;
|
|
2820
2820
|
for (; h <= k; )
|
|
2821
2821
|
N(
|
|
2822
2822
|
null,
|
|
2823
|
-
_[h] = C ?
|
|
2823
|
+
_[h] = C ? It(_[h]) : ze(_[h]),
|
|
2824
2824
|
f,
|
|
2825
2825
|
j,
|
|
2826
2826
|
p,
|
|
2827
2827
|
U,
|
|
2828
|
-
|
|
2828
|
+
B,
|
|
2829
2829
|
L,
|
|
2830
2830
|
C
|
|
2831
2831
|
), h++;
|
|
@@ -2836,7 +2836,7 @@ function Ea(e, t) {
|
|
|
2836
2836
|
else {
|
|
2837
2837
|
const W = h, j = h, Ee = /* @__PURE__ */ new Map();
|
|
2838
2838
|
for (h = j; h <= k; h++) {
|
|
2839
|
-
const me = _[h] = C ?
|
|
2839
|
+
const me = _[h] = C ? It(_[h]) : ze(_[h]);
|
|
2840
2840
|
me.key != null && Ee.set(me.key, h);
|
|
2841
2841
|
}
|
|
2842
2842
|
let se, _e = 0;
|
|
@@ -2867,14 +2867,14 @@ function Ea(e, t) {
|
|
|
2867
2867
|
null,
|
|
2868
2868
|
p,
|
|
2869
2869
|
U,
|
|
2870
|
-
|
|
2870
|
+
B,
|
|
2871
2871
|
L,
|
|
2872
2872
|
C
|
|
2873
2873
|
), _e++);
|
|
2874
2874
|
}
|
|
2875
2875
|
const wn = ct ? ua(Ct) : Vt;
|
|
2876
2876
|
for (se = wn.length - 1, h = Ge - 1; h >= 0; h--) {
|
|
2877
|
-
const me = j + h, ye = _[me], Yn = me + 1 < x ? _[me + 1].el :
|
|
2877
|
+
const me = j + h, ye = _[me], Yn = me + 1 < x ? _[me + 1].el : I;
|
|
2878
2878
|
Ct[h] === 0 ? N(
|
|
2879
2879
|
null,
|
|
2880
2880
|
ye,
|
|
@@ -2882,40 +2882,40 @@ function Ea(e, t) {
|
|
|
2882
2882
|
Yn,
|
|
2883
2883
|
p,
|
|
2884
2884
|
U,
|
|
2885
|
-
|
|
2885
|
+
B,
|
|
2886
2886
|
L,
|
|
2887
2887
|
C
|
|
2888
2888
|
) : ct && (se < 0 || h !== wn[se] ? he(ye, f, Yn, 2) : se--);
|
|
2889
2889
|
}
|
|
2890
2890
|
}
|
|
2891
|
-
}, he = (l, _, f,
|
|
2892
|
-
const { el: U, type:
|
|
2891
|
+
}, he = (l, _, f, I, p = null) => {
|
|
2892
|
+
const { el: U, type: B, transition: L, children: C, shapeFlag: h } = l;
|
|
2893
2893
|
if (h & 6) {
|
|
2894
|
-
he(l.component.subTree, _, f,
|
|
2894
|
+
he(l.component.subTree, _, f, I);
|
|
2895
2895
|
return;
|
|
2896
2896
|
}
|
|
2897
2897
|
if (h & 128) {
|
|
2898
|
-
l.suspense.move(_, f,
|
|
2898
|
+
l.suspense.move(_, f, I);
|
|
2899
2899
|
return;
|
|
2900
2900
|
}
|
|
2901
2901
|
if (h & 64) {
|
|
2902
|
-
|
|
2902
|
+
B.move(l, _, f, g);
|
|
2903
2903
|
return;
|
|
2904
2904
|
}
|
|
2905
|
-
if (
|
|
2905
|
+
if (B === Ke) {
|
|
2906
2906
|
r(U, _, f);
|
|
2907
2907
|
for (let F = 0; F < C.length; F++)
|
|
2908
|
-
he(C[F], _, f,
|
|
2908
|
+
he(C[F], _, f, I);
|
|
2909
2909
|
r(l.anchor, _, f);
|
|
2910
2910
|
return;
|
|
2911
2911
|
}
|
|
2912
|
-
if (
|
|
2912
|
+
if (B === er) {
|
|
2913
2913
|
V(l, _, f);
|
|
2914
2914
|
return;
|
|
2915
2915
|
}
|
|
2916
|
-
if (
|
|
2917
|
-
if (
|
|
2918
|
-
L.beforeEnter(U), r(U, _, f),
|
|
2916
|
+
if (I !== 2 && h & 1 && L)
|
|
2917
|
+
if (I === 0)
|
|
2918
|
+
L.beforeEnter(U), r(U, _, f), ge(() => L.enter(U), p);
|
|
2919
2919
|
else {
|
|
2920
2920
|
const { leave: F, delayLeave: k, afterLeave: W } = L, j = () => r(U, _, f), Ee = () => {
|
|
2921
2921
|
F(U, () => {
|
|
@@ -2926,10 +2926,10 @@ function Ea(e, t) {
|
|
|
2926
2926
|
}
|
|
2927
2927
|
else
|
|
2928
2928
|
r(U, _, f);
|
|
2929
|
-
}, Ne = (l, _, f,
|
|
2929
|
+
}, Ne = (l, _, f, I = !1, p = !1) => {
|
|
2930
2930
|
const {
|
|
2931
2931
|
type: U,
|
|
2932
|
-
props:
|
|
2932
|
+
props: B,
|
|
2933
2933
|
ref: L,
|
|
2934
2934
|
children: C,
|
|
2935
2935
|
dynamicChildren: h,
|
|
@@ -2943,20 +2943,20 @@ function Ea(e, t) {
|
|
|
2943
2943
|
}
|
|
2944
2944
|
const W = x & 1 && k, j = !fn(l);
|
|
2945
2945
|
let Ee;
|
|
2946
|
-
if (j && (Ee =
|
|
2947
|
-
wt(l.component, f,
|
|
2946
|
+
if (j && (Ee = B && B.onVnodeBeforeUnmount) && je(Ee, _, l), x & 6)
|
|
2947
|
+
wt(l.component, f, I);
|
|
2948
2948
|
else {
|
|
2949
2949
|
if (x & 128) {
|
|
2950
|
-
l.suspense.unmount(f,
|
|
2950
|
+
l.suspense.unmount(f, I);
|
|
2951
2951
|
return;
|
|
2952
2952
|
}
|
|
2953
|
-
W &&
|
|
2953
|
+
W && gt(l, null, _, "beforeUnmount"), x & 64 ? l.type.remove(
|
|
2954
2954
|
l,
|
|
2955
2955
|
_,
|
|
2956
2956
|
f,
|
|
2957
2957
|
p,
|
|
2958
|
-
|
|
2959
|
-
|
|
2958
|
+
g,
|
|
2959
|
+
I
|
|
2960
2960
|
) : h && // #1153: fast path should not be taken for non-stable (v-for) fragments
|
|
2961
2961
|
(U !== Ke || F > 0 && F & 64) ? Re(
|
|
2962
2962
|
h,
|
|
@@ -2964,15 +2964,15 @@ function Ea(e, t) {
|
|
|
2964
2964
|
f,
|
|
2965
2965
|
!1,
|
|
2966
2966
|
!0
|
|
2967
|
-
) : (U === Ke && F & 384 || !p && x & 16) && Re(C, _, f),
|
|
2967
|
+
) : (U === Ke && F & 384 || !p && x & 16) && Re(C, _, f), I && et(l);
|
|
2968
2968
|
}
|
|
2969
|
-
(j && (Ee =
|
|
2970
|
-
Ee && je(Ee, _, l), W &&
|
|
2969
|
+
(j && (Ee = B && B.onVnodeUnmounted) || W) && ge(() => {
|
|
2970
|
+
Ee && je(Ee, _, l), W && gt(l, null, _, "unmounted");
|
|
2971
2971
|
}, f);
|
|
2972
2972
|
}, et = (l) => {
|
|
2973
|
-
const { type: _, el: f, anchor:
|
|
2973
|
+
const { type: _, el: f, anchor: I, transition: p } = l;
|
|
2974
2974
|
if (_ === Ke) {
|
|
2975
|
-
ut(f,
|
|
2975
|
+
ut(f, I);
|
|
2976
2976
|
return;
|
|
2977
2977
|
}
|
|
2978
2978
|
if (_ === er) {
|
|
@@ -2983,7 +2983,7 @@ function Ea(e, t) {
|
|
|
2983
2983
|
s(f), p && !p.persisted && p.afterLeave && p.afterLeave();
|
|
2984
2984
|
};
|
|
2985
2985
|
if (l.shapeFlag & 1 && p && !p.persisted) {
|
|
2986
|
-
const { leave:
|
|
2986
|
+
const { leave: B, delayLeave: L } = p, C = () => B(f, U);
|
|
2987
2987
|
L ? L(l.el, U, C) : C();
|
|
2988
2988
|
} else
|
|
2989
2989
|
U();
|
|
@@ -2993,16 +2993,16 @@ function Ea(e, t) {
|
|
|
2993
2993
|
f = S(l), s(l), l = f;
|
|
2994
2994
|
s(_);
|
|
2995
2995
|
}, wt = (l, _, f) => {
|
|
2996
|
-
const { bum:
|
|
2997
|
-
|
|
2996
|
+
const { bum: I, scope: p, update: U, subTree: B, um: L } = l;
|
|
2997
|
+
I && qn(I), p.stop(), U && (U.active = !1, Ne(B, l, _, f)), L && ge(L, _), ge(() => {
|
|
2998
2998
|
l.isUnmounted = !0;
|
|
2999
2999
|
}, _), _ && _.pendingBranch && !_.isUnmounted && l.asyncDep && !l.asyncResolved && l.suspenseId === _.pendingId && (_.deps--, _.deps === 0 && _.resolve());
|
|
3000
|
-
}, Re = (l, _, f,
|
|
3001
|
-
for (let
|
|
3002
|
-
Ne(l[
|
|
3000
|
+
}, Re = (l, _, f, I = !1, p = !1, U = 0) => {
|
|
3001
|
+
for (let B = U; B < l.length; B++)
|
|
3002
|
+
Ne(l[B], _, f, I, p);
|
|
3003
3003
|
}, O = (l) => l.shapeFlag & 6 ? O(l.component.subTree) : l.shapeFlag & 128 ? l.suspense.next() : S(l.anchor || l.el), G = (l, _, f) => {
|
|
3004
3004
|
l == null ? _._vnode && Ne(_._vnode, null, null, !0) : N(_._vnode || null, l, _, null, null, null, f), ao(), Wi(), _._vnode = l;
|
|
3005
|
-
},
|
|
3005
|
+
}, g = {
|
|
3006
3006
|
p: N,
|
|
3007
3007
|
um: Ne,
|
|
3008
3008
|
m: he,
|
|
@@ -3016,14 +3016,14 @@ function Ea(e, t) {
|
|
|
3016
3016
|
};
|
|
3017
3017
|
let v, ne;
|
|
3018
3018
|
return t && ([v, ne] = t(
|
|
3019
|
-
|
|
3019
|
+
g
|
|
3020
3020
|
)), {
|
|
3021
3021
|
render: G,
|
|
3022
3022
|
hydrate: v,
|
|
3023
3023
|
createApp: Qc(G, v)
|
|
3024
3024
|
};
|
|
3025
3025
|
}
|
|
3026
|
-
function
|
|
3026
|
+
function Pt({ effect: e, update: t }, n) {
|
|
3027
3027
|
e.allowRecurse = t.allowRecurse = n;
|
|
3028
3028
|
}
|
|
3029
3029
|
function lE(e, t, n = !1) {
|
|
@@ -3032,7 +3032,7 @@ function lE(e, t, n = !1) {
|
|
|
3032
3032
|
for (let o = 0; o < r.length; o++) {
|
|
3033
3033
|
const i = r[o];
|
|
3034
3034
|
let E = s[o];
|
|
3035
|
-
E.shapeFlag & 1 && !E.dynamicChildren && ((E.patchFlag <= 0 || E.patchFlag === 32) && (E = s[o] =
|
|
3035
|
+
E.shapeFlag & 1 && !E.dynamicChildren && ((E.patchFlag <= 0 || E.patchFlag === 32) && (E = s[o] = It(s[o]), E.el = i.el), n || lE(i, E)), E.type === Ur && (E.el = i.el);
|
|
3036
3036
|
}
|
|
3037
3037
|
}
|
|
3038
3038
|
function ua(e) {
|
|
@@ -3055,13 +3055,13 @@ function ua(e) {
|
|
|
3055
3055
|
n[o] = i, i = t[i];
|
|
3056
3056
|
return n;
|
|
3057
3057
|
}
|
|
3058
|
-
const ca = (e) => e.__isTeleport, Ke = Symbol.for("v-fgt"), Ur = Symbol.for("v-txt"), we = Symbol.for("v-cmt"), er = Symbol.for("v-stc"),
|
|
3058
|
+
const ca = (e) => e.__isTeleport, Ke = Symbol.for("v-fgt"), Ur = Symbol.for("v-txt"), we = Symbol.for("v-cmt"), er = Symbol.for("v-stc"), dn = [];
|
|
3059
3059
|
let Ve = null;
|
|
3060
3060
|
function jt(e = !1) {
|
|
3061
|
-
|
|
3061
|
+
dn.push(Ve = e ? null : []);
|
|
3062
3062
|
}
|
|
3063
3063
|
function aa() {
|
|
3064
|
-
|
|
3064
|
+
dn.pop(), Ve = dn[dn.length - 1] || null;
|
|
3065
3065
|
}
|
|
3066
3066
|
let Cn = 1;
|
|
3067
3067
|
function po(e) {
|
|
@@ -3163,7 +3163,7 @@ function la(e, t = null, n = null, r = 0, s = null, o = !1) {
|
|
|
3163
3163
|
let { class: E, style: u } = t;
|
|
3164
3164
|
E && !Ae(E) && (t.class = ms(E)), ue(u) && (Fi(u) && !w(u) && (u = fe({}, u)), t.style = hs(u));
|
|
3165
3165
|
}
|
|
3166
|
-
const i = Ae(e) ? 1 :
|
|
3166
|
+
const i = Ae(e) ? 1 : gc(e) ? 128 : ca(e) ? 64 : ue(e) ? 4 : X(e) ? 2 : 0;
|
|
3167
3167
|
return SE(
|
|
3168
3168
|
e,
|
|
3169
3169
|
t,
|
|
@@ -3239,9 +3239,9 @@ function ze(e) {
|
|
|
3239
3239
|
null,
|
|
3240
3240
|
// #3666, avoid reference pollution when reusing vnode
|
|
3241
3241
|
e.slice()
|
|
3242
|
-
) : typeof e == "object" ?
|
|
3242
|
+
) : typeof e == "object" ? It(e) : De(Ur, null, String(e));
|
|
3243
3243
|
}
|
|
3244
|
-
function
|
|
3244
|
+
function It(e) {
|
|
3245
3245
|
return e.el === null && e.patchFlag !== -1 || e.memo ? e : Lt(e);
|
|
3246
3246
|
}
|
|
3247
3247
|
function Ys(e, t) {
|
|
@@ -3289,10 +3289,10 @@ function je(e, t, n, r = null) {
|
|
|
3289
3289
|
]);
|
|
3290
3290
|
}
|
|
3291
3291
|
const Aa = oE();
|
|
3292
|
-
let
|
|
3293
|
-
function
|
|
3292
|
+
let da = 0;
|
|
3293
|
+
function Ia(e, t, n) {
|
|
3294
3294
|
const r = e.type, s = (t ? t.appContext : e.appContext) || Aa, o = {
|
|
3295
|
-
uid:
|
|
3295
|
+
uid: da++,
|
|
3296
3296
|
vnode: e,
|
|
3297
3297
|
type: r,
|
|
3298
3298
|
parent: t,
|
|
@@ -3383,17 +3383,17 @@ const zt = (e) => {
|
|
|
3383
3383
|
function fE(e) {
|
|
3384
3384
|
return e.vnode.shapeFlag & 4;
|
|
3385
3385
|
}
|
|
3386
|
-
let
|
|
3386
|
+
let gn = !1;
|
|
3387
3387
|
function Oa(e, t = !1) {
|
|
3388
|
-
|
|
3388
|
+
gn = t;
|
|
3389
3389
|
const { props: n, children: r } = e.vnode, s = fE(e);
|
|
3390
3390
|
ta(e, n, s, t), sa(e, r);
|
|
3391
3391
|
const o = s ? Na(e, t) : void 0;
|
|
3392
|
-
return
|
|
3392
|
+
return gn = !1, o;
|
|
3393
3393
|
}
|
|
3394
3394
|
function Na(e, t) {
|
|
3395
3395
|
const n = e.type;
|
|
3396
|
-
e.accessCache = /* @__PURE__ */ Object.create(null), e.proxy =
|
|
3396
|
+
e.accessCache = /* @__PURE__ */ Object.create(null), e.proxy = Ir(new Proxy(e.ctx, Jc));
|
|
3397
3397
|
const { setup: r } = n;
|
|
3398
3398
|
if (r) {
|
|
3399
3399
|
const s = e.setupContext = r.length > 1 ? Da(e) : null;
|
|
@@ -3404,7 +3404,7 @@ function Na(e, t) {
|
|
|
3404
3404
|
0,
|
|
3405
3405
|
[e.props, s]
|
|
3406
3406
|
);
|
|
3407
|
-
if (rn(), Ft(),
|
|
3407
|
+
if (rn(), Ft(), Ii(o)) {
|
|
3408
3408
|
if (o.then(Ft, Ft), t)
|
|
3409
3409
|
return o.then((i) => {
|
|
3410
3410
|
Uo(e, i, t);
|
|
@@ -3449,7 +3449,7 @@ function pa(e) {
|
|
|
3449
3449
|
e.attrs,
|
|
3450
3450
|
{
|
|
3451
3451
|
get(t, n) {
|
|
3452
|
-
return
|
|
3452
|
+
return Be(e, "get", "$attrs"), t[n];
|
|
3453
3453
|
}
|
|
3454
3454
|
}
|
|
3455
3455
|
));
|
|
@@ -3469,7 +3469,7 @@ function Da(e) {
|
|
|
3469
3469
|
}
|
|
3470
3470
|
function mr(e) {
|
|
3471
3471
|
if (e.exposed)
|
|
3472
|
-
return e.exposeProxy || (e.exposeProxy = new Proxy(xi(
|
|
3472
|
+
return e.exposeProxy || (e.exposeProxy = new Proxy(xi(Ir(e.exposed)), {
|
|
3473
3473
|
get(t, n) {
|
|
3474
3474
|
if (n in t)
|
|
3475
3475
|
return t[n];
|
|
@@ -3484,12 +3484,12 @@ function mr(e) {
|
|
|
3484
3484
|
function Ua(e) {
|
|
3485
3485
|
return X(e) && "__vccOpts" in e;
|
|
3486
3486
|
}
|
|
3487
|
-
const
|
|
3487
|
+
const Pe = (e, t) => dc(e, t, gn);
|
|
3488
3488
|
function ks(e, t, n) {
|
|
3489
3489
|
const r = arguments.length;
|
|
3490
3490
|
return r === 2 ? ue(t) && !w(t) ? Tr(t) ? De(e, null, [t]) : De(e, t) : De(e, null, t) : (r > 3 ? n = Array.prototype.slice.call(arguments, 2) : r === 3 && Tr(n) && (n = [n]), De(e, t, n));
|
|
3491
3491
|
}
|
|
3492
|
-
const ha = Symbol.for("v-scx"), ma = () => Je(ha), La = "3.3.4", Ca = "http://www.w3.org/2000/svg", Kt = typeof document < "u" ? document : null, mo = Kt && /* @__PURE__ */ Kt.createElement("template"),
|
|
3492
|
+
const ha = Symbol.for("v-scx"), ma = () => Je(ha), La = "3.3.4", Ca = "http://www.w3.org/2000/svg", Kt = typeof document < "u" ? document : null, mo = Kt && /* @__PURE__ */ Kt.createElement("template"), ga = {
|
|
3493
3493
|
insert: (e, t, n) => {
|
|
3494
3494
|
t.insertBefore(e, n || null);
|
|
3495
3495
|
},
|
|
@@ -3543,11 +3543,11 @@ const ha = Symbol.for("v-scx"), ma = () => Je(ha), La = "3.3.4", Ca = "http://ww
|
|
|
3543
3543
|
];
|
|
3544
3544
|
}
|
|
3545
3545
|
};
|
|
3546
|
-
function
|
|
3546
|
+
function Pa(e, t, n) {
|
|
3547
3547
|
const r = e._vtc;
|
|
3548
3548
|
r && (t = (t ? [t, ...r] : [...r]).join(" ")), t == null ? e.removeAttribute("class") : n ? e.setAttribute("class", t) : e.className = t;
|
|
3549
3549
|
}
|
|
3550
|
-
function
|
|
3550
|
+
function Ba(e, t, n) {
|
|
3551
3551
|
const r = e.style, s = Ae(n);
|
|
3552
3552
|
if (n && !s) {
|
|
3553
3553
|
if (t && !Ae(t))
|
|
@@ -3567,7 +3567,7 @@ function ls(e, t, n) {
|
|
|
3567
3567
|
else if (n == null && (n = ""), t.startsWith("--"))
|
|
3568
3568
|
e.setProperty(t, n);
|
|
3569
3569
|
else {
|
|
3570
|
-
const r =
|
|
3570
|
+
const r = ba(e, t);
|
|
3571
3571
|
Lo.test(n) ? e.setProperty(
|
|
3572
3572
|
vt(r),
|
|
3573
3573
|
n.replace(Lo, ""),
|
|
@@ -3576,7 +3576,7 @@ function ls(e, t, n) {
|
|
|
3576
3576
|
}
|
|
3577
3577
|
}
|
|
3578
3578
|
const Co = ["Webkit", "Moz", "ms"], xr = {};
|
|
3579
|
-
function
|
|
3579
|
+
function ba(e, t) {
|
|
3580
3580
|
const n = xr[t];
|
|
3581
3581
|
if (n)
|
|
3582
3582
|
return n;
|
|
@@ -3591,12 +3591,12 @@ function Ba(e, t) {
|
|
|
3591
3591
|
}
|
|
3592
3592
|
return t;
|
|
3593
3593
|
}
|
|
3594
|
-
const
|
|
3594
|
+
const go = "http://www.w3.org/1999/xlink";
|
|
3595
3595
|
function Ga(e, t, n, r, s) {
|
|
3596
3596
|
if (r && t.startsWith("xlink:"))
|
|
3597
|
-
n == null ? e.removeAttributeNS(
|
|
3597
|
+
n == null ? e.removeAttributeNS(go, t.slice(6, t.length)) : e.setAttributeNS(go, t, n);
|
|
3598
3598
|
else {
|
|
3599
|
-
const o =
|
|
3599
|
+
const o = Bu(t);
|
|
3600
3600
|
n == null || o && !pi(n) ? e.removeAttribute(t) : e.setAttribute(t, o ? "" : n);
|
|
3601
3601
|
}
|
|
3602
3602
|
}
|
|
@@ -3643,13 +3643,13 @@ function ya(e, t, n, r, s = null) {
|
|
|
3643
3643
|
i && (Ka(e, E, i, u), o[t] = void 0);
|
|
3644
3644
|
}
|
|
3645
3645
|
}
|
|
3646
|
-
const
|
|
3646
|
+
const Po = /(?:Once|Passive|Capture)$/;
|
|
3647
3647
|
function Ha(e) {
|
|
3648
3648
|
let t;
|
|
3649
|
-
if (
|
|
3649
|
+
if (Po.test(e)) {
|
|
3650
3650
|
t = {};
|
|
3651
3651
|
let r;
|
|
3652
|
-
for (; r = e.match(
|
|
3652
|
+
for (; r = e.match(Po); )
|
|
3653
3653
|
e = e.slice(0, e.length - r[0].length), t[r[0].toLowerCase()] = !0;
|
|
3654
3654
|
}
|
|
3655
3655
|
return [e[2] === ":" ? e.slice(3) : vt(e.slice(2)), t];
|
|
@@ -3680,8 +3680,8 @@ function Ya(e, t) {
|
|
|
3680
3680
|
} else
|
|
3681
3681
|
return t;
|
|
3682
3682
|
}
|
|
3683
|
-
const
|
|
3684
|
-
t === "class" ?
|
|
3683
|
+
const Bo = /^on[a-z]/, xa = (e, t, n, r, s = !1, o, i, E, u) => {
|
|
3684
|
+
t === "class" ? Pa(e, r, s) : t === "style" ? Ba(e, n, r) : fr(t) ? ps(t) || ya(e, t, n, r, i) : (t[0] === "." ? (t = t.slice(1), !0) : t[0] === "^" ? (t = t.slice(1), !1) : ka(e, t, r, s)) ? Ma(
|
|
3685
3685
|
e,
|
|
3686
3686
|
t,
|
|
3687
3687
|
r,
|
|
@@ -3692,11 +3692,11 @@ const bo = /^on[a-z]/, xa = (e, t, n, r, s = !1, o, i, E, u) => {
|
|
|
3692
3692
|
) : (t === "true-value" ? e._trueValue = r : t === "false-value" && (e._falseValue = r), Ga(e, t, r, s));
|
|
3693
3693
|
};
|
|
3694
3694
|
function ka(e, t, n, r) {
|
|
3695
|
-
return r ? !!(t === "innerHTML" || t === "textContent" || t in e &&
|
|
3695
|
+
return r ? !!(t === "innerHTML" || t === "textContent" || t in e && Bo.test(t) && X(n)) : t === "spellcheck" || t === "draggable" || t === "translate" || t === "form" || t === "list" && e.tagName === "INPUT" || t === "type" && e.tagName === "TEXTAREA" || Bo.test(t) && Ae(n) ? !1 : t in e;
|
|
3696
3696
|
}
|
|
3697
|
-
const Tt = "transition", un = "animation",
|
|
3698
|
-
|
|
3699
|
-
const
|
|
3697
|
+
const Tt = "transition", un = "animation", dE = (e, { slots: t }) => ks(Mc, Va(e), t);
|
|
3698
|
+
dE.displayName = "Transition";
|
|
3699
|
+
const IE = {
|
|
3700
3700
|
name: String,
|
|
3701
3701
|
type: String,
|
|
3702
3702
|
css: {
|
|
@@ -3714,18 +3714,18 @@ const dE = {
|
|
|
3714
3714
|
leaveActiveClass: String,
|
|
3715
3715
|
leaveToClass: String
|
|
3716
3716
|
};
|
|
3717
|
-
|
|
3717
|
+
dE.props = /* @__PURE__ */ fe(
|
|
3718
3718
|
{},
|
|
3719
3719
|
zi,
|
|
3720
|
-
|
|
3720
|
+
IE
|
|
3721
3721
|
);
|
|
3722
|
-
const
|
|
3722
|
+
const Bt = (e, t = []) => {
|
|
3723
3723
|
w(e) ? e.forEach((n) => n(...t)) : e && e(...t);
|
|
3724
|
-
},
|
|
3724
|
+
}, bo = (e) => e ? w(e) ? e.some((t) => t.length > 1) : e.length > 1 : !1;
|
|
3725
3725
|
function Va(e) {
|
|
3726
3726
|
const t = {};
|
|
3727
3727
|
for (const M in e)
|
|
3728
|
-
M in
|
|
3728
|
+
M in IE || (t[M] = e[M]);
|
|
3729
3729
|
if (e.css === !1)
|
|
3730
3730
|
return t;
|
|
3731
3731
|
const {
|
|
@@ -3741,31 +3741,31 @@ function Va(e) {
|
|
|
3741
3741
|
leaveFromClass: T = `${n}-leave-from`,
|
|
3742
3742
|
leaveActiveClass: S = `${n}-leave-active`,
|
|
3743
3743
|
leaveToClass: A = `${n}-leave-to`
|
|
3744
|
-
} = e,
|
|
3745
|
-
onBeforeEnter:
|
|
3746
|
-
onEnter:
|
|
3744
|
+
} = e, d = Wa(s), N = d && d[0], H = d && d[1], {
|
|
3745
|
+
onBeforeEnter: P,
|
|
3746
|
+
onEnter: b,
|
|
3747
3747
|
onEnterCancelled: V,
|
|
3748
3748
|
onLeave: K,
|
|
3749
3749
|
onLeaveCancelled: Z,
|
|
3750
|
-
onBeforeAppear: ce =
|
|
3751
|
-
onAppear: ae =
|
|
3750
|
+
onBeforeAppear: ce = P,
|
|
3751
|
+
onAppear: ae = b,
|
|
3752
3752
|
onAppearCancelled: y = V
|
|
3753
3753
|
} = t, Y = (M, $, Te) => {
|
|
3754
|
-
|
|
3754
|
+
bt(M, $ ? a : E), bt(M, $ ? c : i), Te && Te();
|
|
3755
3755
|
}, J = (M, $) => {
|
|
3756
|
-
M._isLeaving = !1,
|
|
3756
|
+
M._isLeaving = !1, bt(M, T), bt(M, A), bt(M, S), $ && $();
|
|
3757
3757
|
}, re = (M) => ($, Te) => {
|
|
3758
|
-
const
|
|
3759
|
-
|
|
3760
|
-
|
|
3758
|
+
const Ie = M ? ae : b, z = () => Y($, M, Te);
|
|
3759
|
+
Bt(Ie, [$, z]), Go(() => {
|
|
3760
|
+
bt($, M ? u : o), _t($, M ? a : E), bo(Ie) || Mo($, r, N, z);
|
|
3761
3761
|
});
|
|
3762
3762
|
};
|
|
3763
3763
|
return fe(t, {
|
|
3764
3764
|
onBeforeEnter(M) {
|
|
3765
|
-
|
|
3765
|
+
Bt(P, [M]), _t(M, o), _t(M, i);
|
|
3766
3766
|
},
|
|
3767
3767
|
onBeforeAppear(M) {
|
|
3768
|
-
|
|
3768
|
+
Bt(ce, [M]), _t(M, u), _t(M, c);
|
|
3769
3769
|
},
|
|
3770
3770
|
onEnter: re(!1),
|
|
3771
3771
|
onAppear: re(!0),
|
|
@@ -3773,17 +3773,17 @@ function Va(e) {
|
|
|
3773
3773
|
M._isLeaving = !0;
|
|
3774
3774
|
const Te = () => J(M, $);
|
|
3775
3775
|
_t(M, T), Xa(), _t(M, S), Go(() => {
|
|
3776
|
-
M._isLeaving && (
|
|
3777
|
-
}),
|
|
3776
|
+
M._isLeaving && (bt(M, T), _t(M, A), bo(K) || Mo(M, r, H, Te));
|
|
3777
|
+
}), Bt(K, [M, Te]);
|
|
3778
3778
|
},
|
|
3779
3779
|
onEnterCancelled(M) {
|
|
3780
|
-
Y(M, !1),
|
|
3780
|
+
Y(M, !1), Bt(V, [M]);
|
|
3781
3781
|
},
|
|
3782
3782
|
onAppearCancelled(M) {
|
|
3783
|
-
Y(M, !0),
|
|
3783
|
+
Y(M, !0), Bt(y, [M]);
|
|
3784
3784
|
},
|
|
3785
3785
|
onLeaveCancelled(M) {
|
|
3786
|
-
J(M),
|
|
3786
|
+
J(M), Bt(Z, [M]);
|
|
3787
3787
|
}
|
|
3788
3788
|
});
|
|
3789
3789
|
}
|
|
@@ -3803,7 +3803,7 @@ function Vr(e) {
|
|
|
3803
3803
|
function _t(e, t) {
|
|
3804
3804
|
t.split(/\s+/).forEach((n) => n && e.classList.add(n)), (e._vtc || (e._vtc = /* @__PURE__ */ new Set())).add(t);
|
|
3805
3805
|
}
|
|
3806
|
-
function
|
|
3806
|
+
function bt(e, t) {
|
|
3807
3807
|
t.split(/\s+/).forEach((r) => r && e.classList.remove(r));
|
|
3808
3808
|
const { _vtc: n } = e;
|
|
3809
3809
|
n && (n.delete(t), n.size || (e._vtc = void 0));
|
|
@@ -3835,7 +3835,7 @@ function Mo(e, t, n, r) {
|
|
|
3835
3835
|
}, E + 1), e.addEventListener(c, S);
|
|
3836
3836
|
}
|
|
3837
3837
|
function Za(e, t) {
|
|
3838
|
-
const n = window.getComputedStyle(e), r = (
|
|
3838
|
+
const n = window.getComputedStyle(e), r = (d) => (n[d] || "").split(", "), s = r(`${Tt}Delay`), o = r(`${Tt}Duration`), i = Ko(s, o), E = r(`${un}Delay`), u = r(`${un}Duration`), c = Ko(E, u);
|
|
3839
3839
|
let a = null, T = 0, S = 0;
|
|
3840
3840
|
t === Tt ? i > 0 && (a = Tt, T = i, S = o.length) : t === un ? c > 0 && (a = un, T = c, S = u.length) : (T = Math.max(i, c), a = T > 0 ? i > c ? Tt : un : null, S = a ? a === Tt ? o.length : u.length : 0);
|
|
3841
3841
|
const A = a === Tt && /\b(transform|all)(,|$)/.test(
|
|
@@ -3898,7 +3898,7 @@ const z_ = {
|
|
|
3898
3898
|
deep: !0,
|
|
3899
3899
|
created(e, t, n) {
|
|
3900
3900
|
e._assign = $t(n), Ot(e, "change", () => {
|
|
3901
|
-
const r = e._modelValue, s =
|
|
3901
|
+
const r = e._modelValue, s = Pn(e), o = e.checked, i = e._assign;
|
|
3902
3902
|
if (w(r)) {
|
|
3903
3903
|
const E = Ls(r, s), u = E !== -1;
|
|
3904
3904
|
if (o && !u)
|
|
@@ -3930,7 +3930,7 @@ const q_ = {
|
|
|
3930
3930
|
const s = tn(t);
|
|
3931
3931
|
Ot(e, "change", () => {
|
|
3932
3932
|
const o = Array.prototype.filter.call(e.options, (i) => i.selected).map(
|
|
3933
|
-
(i) => n ? Er(
|
|
3933
|
+
(i) => n ? Er(Pn(i)) : Pn(i)
|
|
3934
3934
|
);
|
|
3935
3935
|
e._assign(
|
|
3936
3936
|
e.multiple ? s ? new Set(o) : o : o[0]
|
|
@@ -3953,10 +3953,10 @@ function vo(e, t) {
|
|
|
3953
3953
|
const n = e.multiple;
|
|
3954
3954
|
if (!(n && !w(t) && !tn(t))) {
|
|
3955
3955
|
for (let r = 0, s = e.options.length; r < s; r++) {
|
|
3956
|
-
const o = e.options[r], i =
|
|
3956
|
+
const o = e.options[r], i = Pn(o);
|
|
3957
3957
|
if (n)
|
|
3958
3958
|
w(t) ? o.selected = Ls(t, i) > -1 : o.selected = t.has(i);
|
|
3959
|
-
else if (Kn(
|
|
3959
|
+
else if (Kn(Pn(o), t)) {
|
|
3960
3960
|
e.selectedIndex !== r && (e.selectedIndex = r);
|
|
3961
3961
|
return;
|
|
3962
3962
|
}
|
|
@@ -3964,7 +3964,7 @@ function vo(e, t) {
|
|
|
3964
3964
|
!n && e.selectedIndex !== -1 && (e.selectedIndex = -1);
|
|
3965
3965
|
}
|
|
3966
3966
|
}
|
|
3967
|
-
function
|
|
3967
|
+
function Pn(e) {
|
|
3968
3968
|
return "_value" in e ? e._value : e.value;
|
|
3969
3969
|
}
|
|
3970
3970
|
function RE(e, t) {
|
|
@@ -4023,7 +4023,7 @@ const za = ["ctrl", "shift", "alt", "meta"], $a = {
|
|
|
4023
4023
|
function cn(e, t) {
|
|
4024
4024
|
e.style.display = t ? e._vod : "none";
|
|
4025
4025
|
}
|
|
4026
|
-
const Qa = /* @__PURE__ */ fe({ patchProp: xa },
|
|
4026
|
+
const Qa = /* @__PURE__ */ fe({ patchProp: xa }, ga);
|
|
4027
4027
|
let wo;
|
|
4028
4028
|
function el() {
|
|
4029
4029
|
return wo || (wo = ia(Qa));
|
|
@@ -4061,7 +4061,7 @@ function Wr(e, t) {
|
|
|
4061
4061
|
}
|
|
4062
4062
|
return n;
|
|
4063
4063
|
}
|
|
4064
|
-
const
|
|
4064
|
+
const In = () => {
|
|
4065
4065
|
}, Ze = Array.isArray, sl = /\/$/, ol = (e) => e.replace(sl, "");
|
|
4066
4066
|
function Jr(e, t, n = "/") {
|
|
4067
4067
|
let r, s = {}, o = "", i = "";
|
|
@@ -4118,10 +4118,10 @@ function cl(e, t) {
|
|
|
4118
4118
|
break;
|
|
4119
4119
|
return n.slice(0, o).join("/") + "/" + r.slice(i - (i === r.length ? 1 : 0)).join("/");
|
|
4120
4120
|
}
|
|
4121
|
-
var
|
|
4121
|
+
var Bn;
|
|
4122
4122
|
(function(e) {
|
|
4123
4123
|
e.pop = "pop", e.push = "push";
|
|
4124
|
-
})(
|
|
4124
|
+
})(Bn || (Bn = {}));
|
|
4125
4125
|
var Rn;
|
|
4126
4126
|
(function(e) {
|
|
4127
4127
|
e.back = "back", e.forward = "forward", e.unknown = "";
|
|
@@ -4173,7 +4173,7 @@ function Al(e) {
|
|
|
4173
4173
|
const t = Ts.get(e);
|
|
4174
4174
|
return Ts.delete(e), t;
|
|
4175
4175
|
}
|
|
4176
|
-
let
|
|
4176
|
+
let dl = () => location.protocol + "//" + location.host;
|
|
4177
4177
|
function NE(e, t) {
|
|
4178
4178
|
const { pathname: n, search: r, hash: s } = t, o = e.indexOf("#");
|
|
4179
4179
|
if (o > -1) {
|
|
@@ -4182,23 +4182,23 @@ function NE(e, t) {
|
|
|
4182
4182
|
}
|
|
4183
4183
|
return Yo(n, e) + r + s;
|
|
4184
4184
|
}
|
|
4185
|
-
function
|
|
4185
|
+
function Il(e, t, n, r) {
|
|
4186
4186
|
let s = [], o = [], i = null;
|
|
4187
4187
|
const E = ({ state: S }) => {
|
|
4188
|
-
const A = NE(e, location),
|
|
4188
|
+
const A = NE(e, location), d = n.value, N = t.value;
|
|
4189
4189
|
let H = 0;
|
|
4190
4190
|
if (S) {
|
|
4191
|
-
if (n.value = A, t.value = S, i && i ===
|
|
4191
|
+
if (n.value = A, t.value = S, i && i === d) {
|
|
4192
4192
|
i = null;
|
|
4193
4193
|
return;
|
|
4194
4194
|
}
|
|
4195
4195
|
H = N ? S.position - N.position : 0;
|
|
4196
4196
|
} else
|
|
4197
4197
|
r(A);
|
|
4198
|
-
s.forEach((
|
|
4199
|
-
|
|
4198
|
+
s.forEach((P) => {
|
|
4199
|
+
P(n.value, d, {
|
|
4200
4200
|
delta: H,
|
|
4201
|
-
type:
|
|
4201
|
+
type: Bn.pop,
|
|
4202
4202
|
direction: H ? H > 0 ? Rn.forward : Rn.back : Rn.unknown
|
|
4203
4203
|
});
|
|
4204
4204
|
});
|
|
@@ -4209,8 +4209,8 @@ function dl(e, t, n, r) {
|
|
|
4209
4209
|
function c(S) {
|
|
4210
4210
|
s.push(S);
|
|
4211
4211
|
const A = () => {
|
|
4212
|
-
const
|
|
4213
|
-
|
|
4212
|
+
const d = s.indexOf(S);
|
|
4213
|
+
d > -1 && s.splice(d, 1);
|
|
4214
4214
|
};
|
|
4215
4215
|
return o.push(A), A;
|
|
4216
4216
|
}
|
|
@@ -4257,7 +4257,7 @@ function Rl(e) {
|
|
|
4257
4257
|
scroll: null
|
|
4258
4258
|
}, !0);
|
|
4259
4259
|
function o(u, c, a) {
|
|
4260
|
-
const T = e.indexOf("#"), S = T > -1 ? (n.host && document.querySelector("base") ? e : e.slice(T)) + u :
|
|
4260
|
+
const T = e.indexOf("#"), S = T > -1 ? (n.host && document.querySelector("base") ? e : e.slice(T)) + u : dl() + e + u;
|
|
4261
4261
|
try {
|
|
4262
4262
|
t[a ? "replaceState" : "pushState"](c, "", S), s.value = c;
|
|
4263
4263
|
} catch (A) {
|
|
@@ -4300,7 +4300,7 @@ function Rl(e) {
|
|
|
4300
4300
|
}
|
|
4301
4301
|
function Ol(e) {
|
|
4302
4302
|
e = al(e);
|
|
4303
|
-
const t = Rl(e), n =
|
|
4303
|
+
const t = Rl(e), n = Il(e, t.state, t.location, t.replace);
|
|
4304
4304
|
function r(o, i = !0) {
|
|
4305
4305
|
i || n.pauseListeners(), history.go(o);
|
|
4306
4306
|
}
|
|
@@ -4371,25 +4371,25 @@ function Ul(e, t) {
|
|
|
4371
4371
|
if (S.type === 0)
|
|
4372
4372
|
T || (s += "/"), s += S.value.replace(Dl, "\\$&"), A += 40;
|
|
4373
4373
|
else if (S.type === 1) {
|
|
4374
|
-
const { value:
|
|
4374
|
+
const { value: d, repeatable: N, optional: H, regexp: P } = S;
|
|
4375
4375
|
o.push({
|
|
4376
|
-
name:
|
|
4376
|
+
name: d,
|
|
4377
4377
|
repeatable: N,
|
|
4378
4378
|
optional: H
|
|
4379
4379
|
});
|
|
4380
|
-
const
|
|
4381
|
-
if (
|
|
4380
|
+
const b = P || Jo;
|
|
4381
|
+
if (b !== Jo) {
|
|
4382
4382
|
A += 10;
|
|
4383
4383
|
try {
|
|
4384
|
-
new RegExp(`(${
|
|
4384
|
+
new RegExp(`(${b})`);
|
|
4385
4385
|
} catch (K) {
|
|
4386
|
-
throw new Error(`Invalid custom RegExp for param "${
|
|
4386
|
+
throw new Error(`Invalid custom RegExp for param "${d}" (${b}): ` + K.message);
|
|
4387
4387
|
}
|
|
4388
4388
|
}
|
|
4389
|
-
let V = N ? `((?:${
|
|
4389
|
+
let V = N ? `((?:${b})(?:/(?:${b}))*)` : `(${b})`;
|
|
4390
4390
|
T || (V = // avoid an optional / if there are more segments e.g. /:p?-static
|
|
4391
4391
|
// or /:p?-:p2
|
|
4392
|
-
H && c.length < 2 ? `(?:/${V})` : "/" + V), H && (V += "?"), s += V, A += 20, H && (A += -8), N && (A += -20),
|
|
4392
|
+
H && c.length < 2 ? `(?:/${V})` : "/" + V), H && (V += "?"), s += V, A += 20, H && (A += -8), N && (A += -20), b === ".*" && (A += -50);
|
|
4393
4393
|
}
|
|
4394
4394
|
a.push(A);
|
|
4395
4395
|
}
|
|
@@ -4406,8 +4406,8 @@ function Ul(e, t) {
|
|
|
4406
4406
|
if (!a)
|
|
4407
4407
|
return null;
|
|
4408
4408
|
for (let S = 1; S < a.length; S++) {
|
|
4409
|
-
const A = a[S] || "",
|
|
4410
|
-
T[
|
|
4409
|
+
const A = a[S] || "", d = o[S - 1];
|
|
4410
|
+
T[d.name] = A && d.repeatable ? A.split("/") : A;
|
|
4411
4411
|
}
|
|
4412
4412
|
return T;
|
|
4413
4413
|
}
|
|
@@ -4419,16 +4419,16 @@ function Ul(e, t) {
|
|
|
4419
4419
|
if (A.type === 0)
|
|
4420
4420
|
a += A.value;
|
|
4421
4421
|
else if (A.type === 1) {
|
|
4422
|
-
const { value:
|
|
4423
|
-
if (Ze(
|
|
4424
|
-
throw new Error(`Provided param "${
|
|
4425
|
-
const
|
|
4426
|
-
if (!
|
|
4422
|
+
const { value: d, repeatable: N, optional: H } = A, P = d in c ? c[d] : "";
|
|
4423
|
+
if (Ze(P) && !N)
|
|
4424
|
+
throw new Error(`Provided param "${d}" is an array but it is not repeatable (* or + modifiers)`);
|
|
4425
|
+
const b = Ze(P) ? P.join("/") : P;
|
|
4426
|
+
if (!b)
|
|
4427
4427
|
if (H)
|
|
4428
4428
|
S.length < 2 && (a.endsWith("/") ? a = a.slice(0, -1) : T = !0);
|
|
4429
4429
|
else
|
|
4430
|
-
throw new Error(`Missing required param "${
|
|
4431
|
-
a +=
|
|
4430
|
+
throw new Error(`Missing required param "${d}"`);
|
|
4431
|
+
a += b;
|
|
4432
4432
|
}
|
|
4433
4433
|
}
|
|
4434
4434
|
return a || "/";
|
|
@@ -4476,7 +4476,7 @@ const Ll = {
|
|
|
4476
4476
|
type: 0,
|
|
4477
4477
|
value: ""
|
|
4478
4478
|
}, Cl = /[a-zA-Z0-9_]/;
|
|
4479
|
-
function
|
|
4479
|
+
function gl(e) {
|
|
4480
4480
|
if (!e)
|
|
4481
4481
|
return [[]];
|
|
4482
4482
|
if (e === "/")
|
|
@@ -4536,8 +4536,8 @@ function Pl(e) {
|
|
|
4536
4536
|
}
|
|
4537
4537
|
return n === 2 && t(`Unfinished custom RegExp for param "${c}"`), T(), i(), s;
|
|
4538
4538
|
}
|
|
4539
|
-
function
|
|
4540
|
-
const r = Ul(
|
|
4539
|
+
function Pl(e, t, n) {
|
|
4540
|
+
const r = Ul(gl(e.path), n), s = ie(r, {
|
|
4541
4541
|
record: e,
|
|
4542
4542
|
parent: t,
|
|
4543
4543
|
// these needs to be populated by the parent
|
|
@@ -4546,49 +4546,49 @@ function gl(e, t, n) {
|
|
|
4546
4546
|
});
|
|
4547
4547
|
return t && !s.record.aliasOf == !t.record.aliasOf && t.children.push(s), s;
|
|
4548
4548
|
}
|
|
4549
|
-
function
|
|
4549
|
+
function Bl(e, t) {
|
|
4550
4550
|
const n = [], r = /* @__PURE__ */ new Map();
|
|
4551
4551
|
t = zo({ strict: !1, end: !0, sensitive: !1 }, t);
|
|
4552
4552
|
function s(a) {
|
|
4553
4553
|
return r.get(a);
|
|
4554
4554
|
}
|
|
4555
4555
|
function o(a, T, S) {
|
|
4556
|
-
const A = !S,
|
|
4557
|
-
|
|
4556
|
+
const A = !S, d = bl(a);
|
|
4557
|
+
d.aliasOf = S && S.record;
|
|
4558
4558
|
const N = zo(t, a), H = [
|
|
4559
|
-
|
|
4559
|
+
d
|
|
4560
4560
|
];
|
|
4561
4561
|
if ("alias" in a) {
|
|
4562
4562
|
const V = typeof a.alias == "string" ? [a.alias] : a.alias;
|
|
4563
4563
|
for (const K of V)
|
|
4564
|
-
H.push(ie({},
|
|
4564
|
+
H.push(ie({}, d, {
|
|
4565
4565
|
// this allows us to hold a copy of the `components` option
|
|
4566
4566
|
// so that async components cache is hold on the original record
|
|
4567
|
-
components: S ? S.record.components :
|
|
4567
|
+
components: S ? S.record.components : d.components,
|
|
4568
4568
|
path: K,
|
|
4569
4569
|
// we might be the child of an alias
|
|
4570
|
-
aliasOf: S ? S.record :
|
|
4570
|
+
aliasOf: S ? S.record : d
|
|
4571
4571
|
// the aliases are always of the same kind as the original since they
|
|
4572
4572
|
// are defined on the same record
|
|
4573
4573
|
}));
|
|
4574
4574
|
}
|
|
4575
|
-
let
|
|
4575
|
+
let P, b;
|
|
4576
4576
|
for (const V of H) {
|
|
4577
4577
|
const { path: K } = V;
|
|
4578
4578
|
if (T && K[0] !== "/") {
|
|
4579
4579
|
const Z = T.record.path, ce = Z[Z.length - 1] === "/" ? "" : "/";
|
|
4580
4580
|
V.path = T.record.path + (K && ce + K);
|
|
4581
4581
|
}
|
|
4582
|
-
if (
|
|
4583
|
-
const Z =
|
|
4582
|
+
if (P = Pl(V, T, N), S ? S.alias.push(P) : (b = b || P, b !== P && b.alias.push(P), A && a.name && !jo(P) && i(a.name)), d.children) {
|
|
4583
|
+
const Z = d.children;
|
|
4584
4584
|
for (let ce = 0; ce < Z.length; ce++)
|
|
4585
|
-
o(Z[ce],
|
|
4585
|
+
o(Z[ce], P, S && S.children[ce]);
|
|
4586
4586
|
}
|
|
4587
|
-
S = S ||
|
|
4587
|
+
S = S || P, (P.record.components && Object.keys(P.record.components).length || P.record.name || P.record.redirect) && u(P);
|
|
4588
4588
|
}
|
|
4589
|
-
return
|
|
4590
|
-
i(
|
|
4591
|
-
} :
|
|
4589
|
+
return b ? () => {
|
|
4590
|
+
i(b);
|
|
4591
|
+
} : In;
|
|
4592
4592
|
}
|
|
4593
4593
|
function i(a) {
|
|
4594
4594
|
if (pE(a)) {
|
|
@@ -4611,7 +4611,7 @@ function bl(e, t) {
|
|
|
4611
4611
|
n.splice(T, 0, a), a.record.name && !jo(a) && r.set(a.record.name, a);
|
|
4612
4612
|
}
|
|
4613
4613
|
function c(a, T) {
|
|
4614
|
-
let S, A = {},
|
|
4614
|
+
let S, A = {}, d, N;
|
|
4615
4615
|
if ("name" in a && a.name) {
|
|
4616
4616
|
if (S = r.get(a.name), !S)
|
|
4617
4617
|
throw Qt(1, {
|
|
@@ -4623,29 +4623,29 @@ function bl(e, t) {
|
|
|
4623
4623
|
T.params,
|
|
4624
4624
|
// only keep params that exist in the resolved location
|
|
4625
4625
|
// TODO: only keep optional params coming from a parent record
|
|
4626
|
-
S.keys.filter((
|
|
4626
|
+
S.keys.filter((b) => !b.optional).map((b) => b.name)
|
|
4627
4627
|
),
|
|
4628
4628
|
// discard any existing params in the current location that do not exist here
|
|
4629
4629
|
// #1497 this ensures better active/exact matching
|
|
4630
|
-
a.params && Xo(a.params, S.keys.map((
|
|
4631
|
-
),
|
|
4630
|
+
a.params && Xo(a.params, S.keys.map((b) => b.name))
|
|
4631
|
+
), d = S.stringify(A);
|
|
4632
4632
|
} else if ("path" in a)
|
|
4633
|
-
|
|
4633
|
+
d = a.path, S = n.find((b) => b.re.test(d)), S && (A = S.parse(d), N = S.record.name);
|
|
4634
4634
|
else {
|
|
4635
|
-
if (S = T.name ? r.get(T.name) : n.find((
|
|
4635
|
+
if (S = T.name ? r.get(T.name) : n.find((b) => b.re.test(T.path)), !S)
|
|
4636
4636
|
throw Qt(1, {
|
|
4637
4637
|
location: a,
|
|
4638
4638
|
currentLocation: T
|
|
4639
4639
|
});
|
|
4640
|
-
N = S.record.name, A = ie({}, T.params, a.params),
|
|
4640
|
+
N = S.record.name, A = ie({}, T.params, a.params), d = S.stringify(A);
|
|
4641
4641
|
}
|
|
4642
4642
|
const H = [];
|
|
4643
|
-
let
|
|
4644
|
-
for (;
|
|
4645
|
-
H.unshift(
|
|
4643
|
+
let P = S;
|
|
4644
|
+
for (; P; )
|
|
4645
|
+
H.unshift(P.record), P = P.parent;
|
|
4646
4646
|
return {
|
|
4647
4647
|
name: N,
|
|
4648
|
-
path:
|
|
4648
|
+
path: d,
|
|
4649
4649
|
params: A,
|
|
4650
4650
|
matched: H,
|
|
4651
4651
|
meta: Ml(H)
|
|
@@ -4659,7 +4659,7 @@ function Xo(e, t) {
|
|
|
4659
4659
|
r in e && (n[r] = e[r]);
|
|
4660
4660
|
return n;
|
|
4661
4661
|
}
|
|
4662
|
-
function
|
|
4662
|
+
function bl(e) {
|
|
4663
4663
|
return {
|
|
4664
4664
|
path: e.path,
|
|
4665
4665
|
redirect: e.redirect,
|
|
@@ -4705,15 +4705,15 @@ function zo(e, t) {
|
|
|
4705
4705
|
function UE(e, t) {
|
|
4706
4706
|
return t.children.some((n) => n === e || UE(e, n));
|
|
4707
4707
|
}
|
|
4708
|
-
const hE = /#/g, Kl = /&/g, yl = /\//g, Hl = /=/g, Fl = /\?/g, mE = /\+/g, vl = /%5B/g, wl = /%5D/g, LE = /%5E/g, Yl = /%60/g, CE = /%7B/g, xl = /%7C/g,
|
|
4708
|
+
const hE = /#/g, Kl = /&/g, yl = /\//g, Hl = /=/g, Fl = /\?/g, mE = /\+/g, vl = /%5B/g, wl = /%5D/g, LE = /%5E/g, Yl = /%60/g, CE = /%7B/g, xl = /%7C/g, gE = /%7D/g, kl = /%20/g;
|
|
4709
4709
|
function Vs(e) {
|
|
4710
4710
|
return encodeURI("" + e).replace(xl, "|").replace(vl, "[").replace(wl, "]");
|
|
4711
4711
|
}
|
|
4712
4712
|
function Vl(e) {
|
|
4713
|
-
return Vs(e).replace(CE, "{").replace(
|
|
4713
|
+
return Vs(e).replace(CE, "{").replace(gE, "}").replace(LE, "^");
|
|
4714
4714
|
}
|
|
4715
4715
|
function _s(e) {
|
|
4716
|
-
return Vs(e).replace(mE, "%2B").replace(kl, "+").replace(hE, "%23").replace(Kl, "%26").replace(Yl, "`").replace(CE, "{").replace(
|
|
4716
|
+
return Vs(e).replace(mE, "%2B").replace(kl, "+").replace(hE, "%23").replace(Kl, "%26").replace(Yl, "`").replace(CE, "{").replace(gE, "}").replace(LE, "^");
|
|
4717
4717
|
}
|
|
4718
4718
|
function Wl(e) {
|
|
4719
4719
|
return _s(e).replace(Hl, "%3D");
|
|
@@ -4768,7 +4768,7 @@ function jl(e) {
|
|
|
4768
4768
|
}
|
|
4769
4769
|
return t;
|
|
4770
4770
|
}
|
|
4771
|
-
const zl = Symbol(""), qo = Symbol(""), Cr = Symbol(""),
|
|
4771
|
+
const zl = Symbol(""), qo = Symbol(""), Cr = Symbol(""), PE = Symbol(""), Ss = Symbol("");
|
|
4772
4772
|
function an() {
|
|
4773
4773
|
let e = [];
|
|
4774
4774
|
function t(r) {
|
|
@@ -4831,7 +4831,7 @@ function $l(e) {
|
|
|
4831
4831
|
return typeof e == "object" || "displayName" in e || "props" in e || "__vccOpts" in e;
|
|
4832
4832
|
}
|
|
4833
4833
|
function Qo(e) {
|
|
4834
|
-
const t = Je(Cr), n = Je(
|
|
4834
|
+
const t = Je(Cr), n = Je(PE), r = Pe(() => t.resolve(Ut(e.to))), s = Pe(() => {
|
|
4835
4835
|
const { matched: u } = r.value, { length: c } = u, a = u[c - 1], T = n.matched;
|
|
4836
4836
|
if (!a || !T.length)
|
|
4837
4837
|
return -1;
|
|
@@ -4847,16 +4847,16 @@ function Qo(e) {
|
|
|
4847
4847
|
ei(a) === A && // avoid comparing the child with its parent
|
|
4848
4848
|
T[T.length - 1].path !== A ? T.findIndex(qt.bind(null, u[c - 2])) : S
|
|
4849
4849
|
);
|
|
4850
|
-
}), o =
|
|
4850
|
+
}), o = Pe(() => s.value > -1 && tT(n.params, r.value.params)), i = Pe(() => s.value > -1 && s.value === n.matched.length - 1 && OE(n.params, r.value.params));
|
|
4851
4851
|
function E(u = {}) {
|
|
4852
4852
|
return eT(u) ? t[Ut(e.replace) ? "replace" : "push"](
|
|
4853
4853
|
Ut(e.to)
|
|
4854
4854
|
// avoid uncaught errors are they are logged anyway
|
|
4855
|
-
).catch(
|
|
4855
|
+
).catch(In) : Promise.resolve();
|
|
4856
4856
|
}
|
|
4857
4857
|
return {
|
|
4858
4858
|
route: r,
|
|
4859
|
-
href:
|
|
4859
|
+
href: Pe(() => r.value.href),
|
|
4860
4860
|
isActive: o,
|
|
4861
4861
|
isExactActive: i,
|
|
4862
4862
|
navigate: E
|
|
@@ -4882,7 +4882,7 @@ const ql = /* @__PURE__ */ yn({
|
|
|
4882
4882
|
},
|
|
4883
4883
|
useLink: Qo,
|
|
4884
4884
|
setup(e, { slots: t }) {
|
|
4885
|
-
const n = sn(Qo(e)), { options: r } = Je(Cr), s =
|
|
4885
|
+
const n = sn(Qo(e)), { options: r } = Je(Cr), s = Pe(() => ({
|
|
4886
4886
|
[ti(e.activeClass, r.linkActiveClass, "router-link-active")]: n.isActive,
|
|
4887
4887
|
// [getLinkClass(
|
|
4888
4888
|
// props.inactiveClass,
|
|
@@ -4943,17 +4943,17 @@ const ti = (e, t, n) => e ?? t ?? n, nT = /* @__PURE__ */ yn({
|
|
|
4943
4943
|
// https://github.com/vuejs/router/issues/1315
|
|
4944
4944
|
compatConfig: { MODE: 3 },
|
|
4945
4945
|
setup(e, { attrs: t, slots: n }) {
|
|
4946
|
-
const r = Je(Ss), s =
|
|
4946
|
+
const r = Je(Ss), s = Pe(() => e.route || r.value), o = Je(qo, 0), i = Pe(() => {
|
|
4947
4947
|
let c = Ut(o);
|
|
4948
4948
|
const { matched: a } = s.value;
|
|
4949
4949
|
let T;
|
|
4950
4950
|
for (; (T = a[c]) && !T.components; )
|
|
4951
4951
|
c++;
|
|
4952
4952
|
return c;
|
|
4953
|
-
}), E =
|
|
4954
|
-
Qn(qo,
|
|
4953
|
+
}), E = Pe(() => s.value.matched[i.value]);
|
|
4954
|
+
Qn(qo, Pe(() => i.value + 1)), Qn(zl, E), Qn(Ss, s);
|
|
4955
4955
|
const u = m();
|
|
4956
|
-
return Sn(() => [u.value, E.value, e.name], ([c, a, T], [S, A,
|
|
4956
|
+
return Sn(() => [u.value, E.value, e.name], ([c, a, T], [S, A, d]) => {
|
|
4957
4957
|
a && (a.instances[T] = c, A && A !== a && c && c === S && (a.leaveGuards.size || (a.leaveGuards = A.leaveGuards), a.updateGuards.size || (a.updateGuards = A.updateGuards))), c && a && // if there is no instance but to and from are the same this might be
|
|
4958
4958
|
// the first visit
|
|
4959
4959
|
(!A || !qt(a, A) || !S) && (a.enterCallbacks[T] || []).forEach((N) => N(c));
|
|
@@ -4961,9 +4961,9 @@ const ti = (e, t, n) => e ?? t ?? n, nT = /* @__PURE__ */ yn({
|
|
|
4961
4961
|
const c = s.value, a = e.name, T = E.value, S = T && T.components[a];
|
|
4962
4962
|
if (!S)
|
|
4963
4963
|
return ni(n.default, { Component: S, route: c });
|
|
4964
|
-
const A = T.props[a],
|
|
4965
|
-
onVnodeUnmounted: (
|
|
4966
|
-
|
|
4964
|
+
const A = T.props[a], d = A ? A === !0 ? c.params : typeof A == "function" ? A(c) : A : null, H = ks(S, ie({}, d, t, {
|
|
4965
|
+
onVnodeUnmounted: (P) => {
|
|
4966
|
+
P.component.isUnmounted && (T.instances[a] = null);
|
|
4967
4967
|
},
|
|
4968
4968
|
ref: u
|
|
4969
4969
|
}));
|
|
@@ -4983,7 +4983,7 @@ function ni(e, t) {
|
|
|
4983
4983
|
}
|
|
4984
4984
|
const Ws = nT;
|
|
4985
4985
|
function rT(e) {
|
|
4986
|
-
const t =
|
|
4986
|
+
const t = Bl(e.routes, e), n = e.parseQuery || Xl, r = e.stringifyQuery || $o, s = e.history, o = an(), i = an(), E = an(), u = ac(St);
|
|
4987
4987
|
let c = St;
|
|
4988
4988
|
kt && e.scrollBehavior && "scrollRestoration" in history && (history.scrollRestoration = "manual");
|
|
4989
4989
|
const a = Wr.bind(null, (O) => "" + O), T = Wr.bind(null, Zl), S = (
|
|
@@ -4991,10 +4991,10 @@ function rT(e) {
|
|
|
4991
4991
|
Wr.bind(null, _r)
|
|
4992
4992
|
);
|
|
4993
4993
|
function A(O, G) {
|
|
4994
|
-
let
|
|
4995
|
-
return pE(O) ? (
|
|
4994
|
+
let g, v;
|
|
4995
|
+
return pE(O) ? (g = t.getRecordMatcher(O), v = G) : v = O, t.addRoute(v, g);
|
|
4996
4996
|
}
|
|
4997
|
-
function
|
|
4997
|
+
function d(O) {
|
|
4998
4998
|
const G = t.getRecordMatcher(O);
|
|
4999
4999
|
G && t.removeRoute(G);
|
|
5000
5000
|
}
|
|
@@ -5004,30 +5004,30 @@ function rT(e) {
|
|
|
5004
5004
|
function H(O) {
|
|
5005
5005
|
return !!t.getRecordMatcher(O);
|
|
5006
5006
|
}
|
|
5007
|
-
function
|
|
5007
|
+
function P(O, G) {
|
|
5008
5008
|
if (G = ie({}, G || u.value), typeof O == "string") {
|
|
5009
|
-
const f = Jr(n, O, G.path),
|
|
5010
|
-
return ie(f,
|
|
5011
|
-
params: S(
|
|
5009
|
+
const f = Jr(n, O, G.path), I = t.resolve({ path: f.path }, G), p = s.createHref(f.fullPath);
|
|
5010
|
+
return ie(f, I, {
|
|
5011
|
+
params: S(I.params),
|
|
5012
5012
|
hash: _r(f.hash),
|
|
5013
5013
|
redirectedFrom: void 0,
|
|
5014
5014
|
href: p
|
|
5015
5015
|
});
|
|
5016
5016
|
}
|
|
5017
|
-
let
|
|
5017
|
+
let g;
|
|
5018
5018
|
if ("path" in O)
|
|
5019
|
-
|
|
5019
|
+
g = ie({}, O, {
|
|
5020
5020
|
path: Jr(n, O.path, G.path).path
|
|
5021
5021
|
});
|
|
5022
5022
|
else {
|
|
5023
5023
|
const f = ie({}, O.params);
|
|
5024
|
-
for (const
|
|
5025
|
-
f[
|
|
5026
|
-
|
|
5024
|
+
for (const I in f)
|
|
5025
|
+
f[I] == null && delete f[I];
|
|
5026
|
+
g = ie({}, O, {
|
|
5027
5027
|
params: T(f)
|
|
5028
5028
|
}), G.params = T(G.params);
|
|
5029
5029
|
}
|
|
5030
|
-
const v = t.resolve(
|
|
5030
|
+
const v = t.resolve(g, G), ne = O.hash || "";
|
|
5031
5031
|
v.params = a(S(v.params));
|
|
5032
5032
|
const l = il(r, ie({}, O, {
|
|
5033
5033
|
hash: Vl(ne),
|
|
@@ -5051,7 +5051,7 @@ function rT(e) {
|
|
|
5051
5051
|
href: _
|
|
5052
5052
|
});
|
|
5053
5053
|
}
|
|
5054
|
-
function
|
|
5054
|
+
function b(O) {
|
|
5055
5055
|
return typeof O == "string" ? Jr(n, O, u.value.path) : ie({}, O);
|
|
5056
5056
|
}
|
|
5057
5057
|
function V(O, G) {
|
|
@@ -5065,14 +5065,14 @@ function rT(e) {
|
|
|
5065
5065
|
return ae(O);
|
|
5066
5066
|
}
|
|
5067
5067
|
function Z(O) {
|
|
5068
|
-
return K(ie(
|
|
5068
|
+
return K(ie(b(O), { replace: !0 }));
|
|
5069
5069
|
}
|
|
5070
5070
|
function ce(O) {
|
|
5071
5071
|
const G = O.matched[O.matched.length - 1];
|
|
5072
5072
|
if (G && G.redirect) {
|
|
5073
|
-
const { redirect:
|
|
5074
|
-
let v = typeof
|
|
5075
|
-
return typeof v == "string" && (v = v.includes("?") || v.includes("#") ? v =
|
|
5073
|
+
const { redirect: g } = G;
|
|
5074
|
+
let v = typeof g == "function" ? g(O) : g;
|
|
5075
|
+
return typeof v == "string" && (v = v.includes("?") || v.includes("#") ? v = b(v) : (
|
|
5076
5076
|
// force empty params
|
|
5077
5077
|
{ path: v }
|
|
5078
5078
|
), v.params = {}), ie({
|
|
@@ -5084,21 +5084,21 @@ function rT(e) {
|
|
|
5084
5084
|
}
|
|
5085
5085
|
}
|
|
5086
5086
|
function ae(O, G) {
|
|
5087
|
-
const
|
|
5087
|
+
const g = c = P(O), v = u.value, ne = O.state, l = O.force, _ = O.replace === !0, f = ce(g);
|
|
5088
5088
|
if (f)
|
|
5089
5089
|
return ae(
|
|
5090
|
-
ie(
|
|
5090
|
+
ie(b(f), {
|
|
5091
5091
|
state: typeof f == "object" ? ie({}, ne, f.state) : ne,
|
|
5092
5092
|
force: l,
|
|
5093
5093
|
replace: _
|
|
5094
5094
|
}),
|
|
5095
5095
|
// keep original redirectedFrom if it exists
|
|
5096
|
-
G ||
|
|
5096
|
+
G || g
|
|
5097
5097
|
);
|
|
5098
|
-
const
|
|
5099
|
-
|
|
5098
|
+
const I = g;
|
|
5099
|
+
I.redirectedFrom = G;
|
|
5100
5100
|
let p;
|
|
5101
|
-
return !l && El(r, v,
|
|
5101
|
+
return !l && El(r, v, g) && (p = Qt(16, { to: I, from: v }), he(
|
|
5102
5102
|
v,
|
|
5103
5103
|
v,
|
|
5104
5104
|
// this is a push, the only way for it to be triggered from a
|
|
@@ -5107,16 +5107,16 @@ function rT(e) {
|
|
|
5107
5107
|
// This cannot be the first navigation because the initial location
|
|
5108
5108
|
// cannot be manually navigated to
|
|
5109
5109
|
!1
|
|
5110
|
-
)), (p ? Promise.resolve(p) : J(
|
|
5110
|
+
)), (p ? Promise.resolve(p) : J(I, v)).catch((U) => rt(U) ? (
|
|
5111
5111
|
// navigation redirects still mark the router as ready
|
|
5112
5112
|
rt(
|
|
5113
5113
|
U,
|
|
5114
5114
|
2
|
|
5115
5115
|
/* ErrorTypes.NAVIGATION_GUARD_REDIRECT */
|
|
5116
|
-
) ? U :
|
|
5116
|
+
) ? U : be(U)
|
|
5117
5117
|
) : (
|
|
5118
5118
|
// reject any unknown error
|
|
5119
|
-
te(U,
|
|
5119
|
+
te(U, I, v)
|
|
5120
5120
|
)).then((U) => {
|
|
5121
5121
|
if (U) {
|
|
5122
5122
|
if (rt(
|
|
@@ -5129,94 +5129,94 @@ function rT(e) {
|
|
|
5129
5129
|
ie({
|
|
5130
5130
|
// preserve an existing replacement but allow the redirect to override it
|
|
5131
5131
|
replace: _
|
|
5132
|
-
},
|
|
5132
|
+
}, b(U.to), {
|
|
5133
5133
|
state: typeof U.to == "object" ? ie({}, ne, U.to.state) : ne,
|
|
5134
5134
|
force: l
|
|
5135
5135
|
}),
|
|
5136
5136
|
// preserve the original redirectedFrom if any
|
|
5137
|
-
G ||
|
|
5137
|
+
G || I
|
|
5138
5138
|
);
|
|
5139
5139
|
} else
|
|
5140
|
-
U = M(
|
|
5141
|
-
return re(
|
|
5140
|
+
U = M(I, v, !0, _, ne);
|
|
5141
|
+
return re(I, v, U), U;
|
|
5142
5142
|
});
|
|
5143
5143
|
}
|
|
5144
5144
|
function y(O, G) {
|
|
5145
|
-
const
|
|
5146
|
-
return
|
|
5145
|
+
const g = V(O, G);
|
|
5146
|
+
return g ? Promise.reject(g) : Promise.resolve();
|
|
5147
5147
|
}
|
|
5148
5148
|
function Y(O) {
|
|
5149
5149
|
const G = ut.values().next().value;
|
|
5150
5150
|
return G && typeof G.runWithContext == "function" ? G.runWithContext(O) : O();
|
|
5151
5151
|
}
|
|
5152
5152
|
function J(O, G) {
|
|
5153
|
-
let
|
|
5153
|
+
let g;
|
|
5154
5154
|
const [v, ne, l] = sT(O, G);
|
|
5155
|
-
|
|
5155
|
+
g = Zr(v.reverse(), "beforeRouteLeave", O, G);
|
|
5156
5156
|
for (const f of v)
|
|
5157
|
-
f.leaveGuards.forEach((
|
|
5158
|
-
|
|
5157
|
+
f.leaveGuards.forEach((I) => {
|
|
5158
|
+
g.push(Rt(I, O, G));
|
|
5159
5159
|
});
|
|
5160
5160
|
const _ = y.bind(null, O, G);
|
|
5161
|
-
return
|
|
5162
|
-
|
|
5161
|
+
return g.push(_), Re(g).then(() => {
|
|
5162
|
+
g = [];
|
|
5163
5163
|
for (const f of o.list())
|
|
5164
|
-
|
|
5165
|
-
return
|
|
5164
|
+
g.push(Rt(f, O, G));
|
|
5165
|
+
return g.push(_), Re(g);
|
|
5166
5166
|
}).then(() => {
|
|
5167
|
-
|
|
5167
|
+
g = Zr(ne, "beforeRouteUpdate", O, G);
|
|
5168
5168
|
for (const f of ne)
|
|
5169
|
-
f.updateGuards.forEach((
|
|
5170
|
-
|
|
5169
|
+
f.updateGuards.forEach((I) => {
|
|
5170
|
+
g.push(Rt(I, O, G));
|
|
5171
5171
|
});
|
|
5172
|
-
return
|
|
5172
|
+
return g.push(_), Re(g);
|
|
5173
5173
|
}).then(() => {
|
|
5174
|
-
|
|
5174
|
+
g = [];
|
|
5175
5175
|
for (const f of O.matched)
|
|
5176
5176
|
if (f.beforeEnter && !G.matched.includes(f))
|
|
5177
5177
|
if (Ze(f.beforeEnter))
|
|
5178
|
-
for (const
|
|
5179
|
-
|
|
5178
|
+
for (const I of f.beforeEnter)
|
|
5179
|
+
g.push(Rt(I, O, G));
|
|
5180
5180
|
else
|
|
5181
|
-
|
|
5182
|
-
return
|
|
5183
|
-
}).then(() => (O.matched.forEach((f) => f.enterCallbacks = {}),
|
|
5184
|
-
|
|
5181
|
+
g.push(Rt(f.beforeEnter, O, G));
|
|
5182
|
+
return g.push(_), Re(g);
|
|
5183
|
+
}).then(() => (O.matched.forEach((f) => f.enterCallbacks = {}), g = Zr(l, "beforeRouteEnter", O, G), g.push(_), Re(g))).then(() => {
|
|
5184
|
+
g = [];
|
|
5185
5185
|
for (const f of i.list())
|
|
5186
|
-
|
|
5187
|
-
return
|
|
5186
|
+
g.push(Rt(f, O, G));
|
|
5187
|
+
return g.push(_), Re(g);
|
|
5188
5188
|
}).catch((f) => rt(
|
|
5189
5189
|
f,
|
|
5190
5190
|
8
|
|
5191
5191
|
/* ErrorTypes.NAVIGATION_CANCELLED */
|
|
5192
5192
|
) ? f : Promise.reject(f));
|
|
5193
5193
|
}
|
|
5194
|
-
function re(O, G,
|
|
5194
|
+
function re(O, G, g) {
|
|
5195
5195
|
for (const v of E.list())
|
|
5196
|
-
Y(() => v(O, G,
|
|
5196
|
+
Y(() => v(O, G, g));
|
|
5197
5197
|
}
|
|
5198
|
-
function M(O, G,
|
|
5198
|
+
function M(O, G, g, v, ne) {
|
|
5199
5199
|
const l = V(O, G);
|
|
5200
5200
|
if (l)
|
|
5201
5201
|
return l;
|
|
5202
5202
|
const _ = G === St, f = kt ? history.state : {};
|
|
5203
|
-
|
|
5203
|
+
g && (v || _ ? s.replace(O.fullPath, ie({
|
|
5204
5204
|
scroll: _ && f && f.scroll
|
|
5205
|
-
}, ne)) : s.push(O.fullPath, ne)), u.value = O, he(O, G,
|
|
5205
|
+
}, ne)) : s.push(O.fullPath, ne)), u.value = O, he(O, G, g, _), be();
|
|
5206
5206
|
}
|
|
5207
5207
|
let $;
|
|
5208
5208
|
function Te() {
|
|
5209
|
-
$ || ($ = s.listen((O, G,
|
|
5209
|
+
$ || ($ = s.listen((O, G, g) => {
|
|
5210
5210
|
if (!wt.listening)
|
|
5211
5211
|
return;
|
|
5212
|
-
const v =
|
|
5212
|
+
const v = P(O), ne = ce(v);
|
|
5213
5213
|
if (ne) {
|
|
5214
|
-
ae(ie(ne, { replace: !0 }), v).catch(
|
|
5214
|
+
ae(ie(ne, { replace: !0 }), v).catch(In);
|
|
5215
5215
|
return;
|
|
5216
5216
|
}
|
|
5217
5217
|
c = v;
|
|
5218
5218
|
const l = u.value;
|
|
5219
|
-
kt && fl(ko(l.fullPath,
|
|
5219
|
+
kt && fl(ko(l.fullPath, g.delta), Lr()), J(v, l).catch((_) => rt(
|
|
5220
5220
|
_,
|
|
5221
5221
|
12
|
|
5222
5222
|
/* ErrorTypes.NAVIGATION_CANCELLED */
|
|
@@ -5233,46 +5233,46 @@ function rT(e) {
|
|
|
5233
5233
|
f,
|
|
5234
5234
|
20
|
|
5235
5235
|
/* ErrorTypes.NAVIGATION_DUPLICATED */
|
|
5236
|
-
) && !
|
|
5237
|
-
}).catch(
|
|
5236
|
+
) && !g.delta && g.type === Bn.pop && s.go(-1, !1);
|
|
5237
|
+
}).catch(In), Promise.reject()) : (g.delta && s.go(-g.delta, !1), te(_, v, l))).then((_) => {
|
|
5238
5238
|
_ = _ || M(
|
|
5239
5239
|
// after navigation, all matched components are resolved
|
|
5240
5240
|
v,
|
|
5241
5241
|
l,
|
|
5242
5242
|
!1
|
|
5243
|
-
), _ && (
|
|
5243
|
+
), _ && (g.delta && // a new navigation has been triggered, so we do not want to revert, that will change the current history
|
|
5244
5244
|
// entry while a different route is displayed
|
|
5245
5245
|
!rt(
|
|
5246
5246
|
_,
|
|
5247
5247
|
8
|
|
5248
5248
|
/* ErrorTypes.NAVIGATION_CANCELLED */
|
|
5249
|
-
) ? s.go(-
|
|
5249
|
+
) ? s.go(-g.delta, !1) : g.type === Bn.pop && rt(
|
|
5250
5250
|
_,
|
|
5251
5251
|
20
|
|
5252
5252
|
/* ErrorTypes.NAVIGATION_DUPLICATED */
|
|
5253
5253
|
) && s.go(-1, !1)), re(v, l, _);
|
|
5254
|
-
}).catch(
|
|
5254
|
+
}).catch(In);
|
|
5255
5255
|
}));
|
|
5256
5256
|
}
|
|
5257
|
-
let
|
|
5258
|
-
function te(O, G,
|
|
5259
|
-
|
|
5257
|
+
let Ie = an(), z = an(), oe;
|
|
5258
|
+
function te(O, G, g) {
|
|
5259
|
+
be(O);
|
|
5260
5260
|
const v = z.list();
|
|
5261
|
-
return v.length ? v.forEach((ne) => ne(O, G,
|
|
5261
|
+
return v.length ? v.forEach((ne) => ne(O, G, g)) : console.error(O), Promise.reject(O);
|
|
5262
5262
|
}
|
|
5263
5263
|
function xe() {
|
|
5264
5264
|
return oe && u.value !== St ? Promise.resolve() : new Promise((O, G) => {
|
|
5265
|
-
|
|
5265
|
+
Ie.add([O, G]);
|
|
5266
5266
|
});
|
|
5267
5267
|
}
|
|
5268
|
-
function
|
|
5269
|
-
return oe || (oe = !O, Te(),
|
|
5268
|
+
function be(O) {
|
|
5269
|
+
return oe || (oe = !O, Te(), Ie.list().forEach(([G, g]) => O ? g(O) : G()), Ie.reset()), O;
|
|
5270
5270
|
}
|
|
5271
|
-
function he(O, G,
|
|
5271
|
+
function he(O, G, g, v) {
|
|
5272
5272
|
const { scrollBehavior: ne } = e;
|
|
5273
5273
|
if (!kt || !ne)
|
|
5274
5274
|
return Promise.resolve();
|
|
5275
|
-
const l = !
|
|
5275
|
+
const l = !g && Al(ko(O.fullPath, 0)) || (v || !g) && history.state && history.state.scroll || null;
|
|
5276
5276
|
return ys().then(() => ne(O, G, l)).then((_) => _ && Sl(_)).catch((_) => te(_, O, G));
|
|
5277
5277
|
}
|
|
5278
5278
|
const Ne = (O) => s.go(O);
|
|
@@ -5281,10 +5281,10 @@ function rT(e) {
|
|
|
5281
5281
|
currentRoute: u,
|
|
5282
5282
|
listening: !0,
|
|
5283
5283
|
addRoute: A,
|
|
5284
|
-
removeRoute:
|
|
5284
|
+
removeRoute: d,
|
|
5285
5285
|
hasRoute: H,
|
|
5286
5286
|
getRoutes: N,
|
|
5287
|
-
resolve:
|
|
5287
|
+
resolve: P,
|
|
5288
5288
|
options: e,
|
|
5289
5289
|
push: K,
|
|
5290
5290
|
replace: Z,
|
|
@@ -5305,10 +5305,10 @@ function rT(e) {
|
|
|
5305
5305
|
// multiple times when the router is used in multiple apps
|
|
5306
5306
|
!et && u.value === St && (et = !0, K(s.location).catch((ne) => {
|
|
5307
5307
|
}));
|
|
5308
|
-
const
|
|
5308
|
+
const g = {};
|
|
5309
5309
|
for (const ne in St)
|
|
5310
|
-
|
|
5311
|
-
O.provide(Cr, G), O.provide(
|
|
5310
|
+
g[ne] = Pe(() => u.value[ne]);
|
|
5311
|
+
O.provide(Cr, G), O.provide(PE, sn(g)), O.provide(Ss, u);
|
|
5312
5312
|
const v = O.unmount;
|
|
5313
5313
|
ut.add(O), O.unmount = function() {
|
|
5314
5314
|
ut.delete(O), ut.size < 1 && (c = St, $ && $(), $ = null, u.value = St, et = !1, oe = !1), v();
|
|
@@ -5316,7 +5316,7 @@ function rT(e) {
|
|
|
5316
5316
|
}
|
|
5317
5317
|
};
|
|
5318
5318
|
function Re(O) {
|
|
5319
|
-
return O.reduce((G,
|
|
5319
|
+
return O.reduce((G, g) => G.then(() => Y(g)), Promise.resolve());
|
|
5320
5320
|
}
|
|
5321
5321
|
return wt;
|
|
5322
5322
|
}
|
|
@@ -5360,8 +5360,8 @@ var cT = !1;
|
|
|
5360
5360
|
* (c) 2023 Eduardo San Martin Morote
|
|
5361
5361
|
* @license MIT
|
|
5362
5362
|
*/
|
|
5363
|
-
let
|
|
5364
|
-
const
|
|
5363
|
+
let BE;
|
|
5364
|
+
const gr = (e) => BE = e, bE = (
|
|
5365
5365
|
/* istanbul ignore next */
|
|
5366
5366
|
Symbol()
|
|
5367
5367
|
);
|
|
@@ -5375,9 +5375,9 @@ var On;
|
|
|
5375
5375
|
function aT() {
|
|
5376
5376
|
const e = hi(!0), t = e.run(() => m({}));
|
|
5377
5377
|
let n = [], r = [];
|
|
5378
|
-
const s =
|
|
5378
|
+
const s = Ir({
|
|
5379
5379
|
install(o) {
|
|
5380
|
-
|
|
5380
|
+
gr(s), s._a = o, o.provide(bE, s), o.config.globalProperties.$pinia = s, r.forEach((i) => n.push(i)), r = [];
|
|
5381
5381
|
},
|
|
5382
5382
|
use(o) {
|
|
5383
5383
|
return !this._a && !cT ? r.push(o) : n.push(o), this;
|
|
@@ -5435,8 +5435,8 @@ function fT(e, t, n, r) {
|
|
|
5435
5435
|
function c() {
|
|
5436
5436
|
E || (n.state.value[e] = s ? s() : {});
|
|
5437
5437
|
const a = _c(n.state.value[e]);
|
|
5438
|
-
return At(a, o, Object.keys(i || {}).reduce((T, S) => (T[S] =
|
|
5439
|
-
|
|
5438
|
+
return At(a, o, Object.keys(i || {}).reduce((T, S) => (T[S] = Ir(Pe(() => {
|
|
5439
|
+
gr(n);
|
|
5440
5440
|
const A = n._s.get(e);
|
|
5441
5441
|
return i[S].call(A, A);
|
|
5442
5442
|
})), T), {}));
|
|
@@ -5450,8 +5450,8 @@ function ME(e, t, n = {}, r, s, o) {
|
|
|
5450
5450
|
// flush: 'post',
|
|
5451
5451
|
};
|
|
5452
5452
|
let c, a, T = [], S = [], A;
|
|
5453
|
-
const
|
|
5454
|
-
!o && !
|
|
5453
|
+
const d = r.state.value[e];
|
|
5454
|
+
!o && !d && (r.state.value[e] = {}), m({});
|
|
5455
5455
|
let N;
|
|
5456
5456
|
function H(y) {
|
|
5457
5457
|
let Y;
|
|
@@ -5470,7 +5470,7 @@ function ME(e, t, n = {}, r, s, o) {
|
|
|
5470
5470
|
N === J && (c = !0);
|
|
5471
5471
|
}), a = !0, xt(T, Y, r.state.value[e]);
|
|
5472
5472
|
}
|
|
5473
|
-
const
|
|
5473
|
+
const P = o ? function() {
|
|
5474
5474
|
const { state: Y } = n, J = Y ? Y() : {};
|
|
5475
5475
|
this.$patch((re) => {
|
|
5476
5476
|
At(re, J);
|
|
@@ -5479,12 +5479,12 @@ function ME(e, t, n = {}, r, s, o) {
|
|
|
5479
5479
|
/* istanbul ignore next */
|
|
5480
5480
|
GE
|
|
5481
5481
|
);
|
|
5482
|
-
function
|
|
5482
|
+
function b() {
|
|
5483
5483
|
i.stop(), T = [], S = [], r._s.delete(e);
|
|
5484
5484
|
}
|
|
5485
5485
|
function V(y, Y) {
|
|
5486
5486
|
return function() {
|
|
5487
|
-
|
|
5487
|
+
gr(r);
|
|
5488
5488
|
const J = Array.from(arguments), re = [], M = [];
|
|
5489
5489
|
function $(z) {
|
|
5490
5490
|
re.push(z);
|
|
@@ -5499,13 +5499,13 @@ function ME(e, t, n = {}, r, s, o) {
|
|
|
5499
5499
|
after: $,
|
|
5500
5500
|
onError: Te
|
|
5501
5501
|
});
|
|
5502
|
-
let
|
|
5502
|
+
let Ie;
|
|
5503
5503
|
try {
|
|
5504
|
-
|
|
5504
|
+
Ie = Y.apply(this && this.$id === e ? this : Z, J);
|
|
5505
5505
|
} catch (z) {
|
|
5506
5506
|
throw xt(M, z), z;
|
|
5507
5507
|
}
|
|
5508
|
-
return
|
|
5508
|
+
return Ie instanceof Promise ? Ie.then((z) => (xt(re, z), z)).catch((z) => (xt(M, z), Promise.reject(z))) : (xt(re, Ie), Ie);
|
|
5509
5509
|
};
|
|
5510
5510
|
}
|
|
5511
5511
|
const K = {
|
|
@@ -5514,7 +5514,7 @@ function ME(e, t, n = {}, r, s, o) {
|
|
|
5514
5514
|
$id: e,
|
|
5515
5515
|
$onAction: ri.bind(null, S),
|
|
5516
5516
|
$patch: H,
|
|
5517
|
-
$reset:
|
|
5517
|
+
$reset: P,
|
|
5518
5518
|
$subscribe(y, Y = {}) {
|
|
5519
5519
|
const J = ri(T, y, Y.detached, () => re()), re = i.run(() => Sn(() => r.state.value[e], (M) => {
|
|
5520
5520
|
(Y.flush === "sync" ? a : c) && y({
|
|
@@ -5525,14 +5525,14 @@ function ME(e, t, n = {}, r, s, o) {
|
|
|
5525
5525
|
}, At({}, u, Y)));
|
|
5526
5526
|
return J;
|
|
5527
5527
|
},
|
|
5528
|
-
$dispose:
|
|
5528
|
+
$dispose: b
|
|
5529
5529
|
}, Z = sn(K);
|
|
5530
5530
|
r._s.set(e, Z);
|
|
5531
5531
|
const ce = r._a && r._a.runWithContext || lT, ae = r._e.run(() => (i = hi(), ce(() => i.run(t))));
|
|
5532
5532
|
for (const y in ae) {
|
|
5533
5533
|
const Y = ae[y];
|
|
5534
5534
|
if (Se(Y) && !ST(Y) || Dt(Y))
|
|
5535
|
-
o || (
|
|
5535
|
+
o || (d && _T(Y) && (Se(Y) ? Y.value = d[y] : As(Y, d[y])), r.state.value[e][y] = Y);
|
|
5536
5536
|
else if (typeof Y == "function") {
|
|
5537
5537
|
const J = V(y, Y);
|
|
5538
5538
|
ae[y] = J, E.actions[y] = Y;
|
|
@@ -5552,7 +5552,7 @@ function ME(e, t, n = {}, r, s, o) {
|
|
|
5552
5552
|
pinia: r,
|
|
5553
5553
|
options: E
|
|
5554
5554
|
})));
|
|
5555
|
-
}),
|
|
5555
|
+
}), d && o && n.hydrate && n.hydrate(Z.$state, d), c = !0, a = !0, Z;
|
|
5556
5556
|
}
|
|
5557
5557
|
function Js(e, t, n) {
|
|
5558
5558
|
let r, s;
|
|
@@ -5562,7 +5562,7 @@ function Js(e, t, n) {
|
|
|
5562
5562
|
const c = ea();
|
|
5563
5563
|
return E = // in test mode, ignore the argument provided as we can always retrieve a
|
|
5564
5564
|
// pinia instance with getActivePinia()
|
|
5565
|
-
E || (c ? Je(
|
|
5565
|
+
E || (c ? Je(bE, null) : null), E && gr(E), E = BE, E._s.has(r) || (o ? ME(r, t, s, E) : fT(r, s, E)), E._s.get(r);
|
|
5566
5566
|
}
|
|
5567
5567
|
return i.$id = r, i;
|
|
5568
5568
|
}
|
|
@@ -5573,7 +5573,7 @@ const AT = Js("modal", () => {
|
|
|
5573
5573
|
}, close: () => {
|
|
5574
5574
|
e.value = !1, t.value = !1;
|
|
5575
5575
|
} };
|
|
5576
|
-
}),
|
|
5576
|
+
}), dT = Js("error", () => {
|
|
5577
5577
|
const e = m("");
|
|
5578
5578
|
return { error: e, setError: (n) => {
|
|
5579
5579
|
e.value = "", e.value = n;
|
|
@@ -5584,28 +5584,28 @@ function KE(e, t) {
|
|
|
5584
5584
|
return e.apply(t, arguments);
|
|
5585
5585
|
};
|
|
5586
5586
|
}
|
|
5587
|
-
const { toString:
|
|
5588
|
-
const n =
|
|
5587
|
+
const { toString: IT } = Object.prototype, { getPrototypeOf: Zs } = Object, Pr = ((e) => (t) => {
|
|
5588
|
+
const n = IT.call(t);
|
|
5589
5589
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
|
5590
|
-
})(/* @__PURE__ */ Object.create(null)), Qe = (e) => (e = e.toLowerCase(), (t) =>
|
|
5590
|
+
})(/* @__PURE__ */ Object.create(null)), Qe = (e) => (e = e.toLowerCase(), (t) => Pr(t) === e), Br = (e) => (t) => typeof t === e, { isArray: on } = Array, bn = Br("undefined");
|
|
5591
5591
|
function RT(e) {
|
|
5592
|
-
return e !== null && !
|
|
5592
|
+
return e !== null && !bn(e) && e.constructor !== null && !bn(e.constructor) && Ye(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
5593
5593
|
}
|
|
5594
5594
|
const yE = Qe("ArrayBuffer");
|
|
5595
5595
|
function OT(e) {
|
|
5596
5596
|
let t;
|
|
5597
5597
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && yE(e.buffer), t;
|
|
5598
5598
|
}
|
|
5599
|
-
const NT =
|
|
5600
|
-
if (
|
|
5599
|
+
const NT = Br("string"), Ye = Br("function"), HE = Br("number"), br = (e) => e !== null && typeof e == "object", pT = (e) => e === !0 || e === !1, nr = (e) => {
|
|
5600
|
+
if (Pr(e) !== "object")
|
|
5601
5601
|
return !1;
|
|
5602
5602
|
const t = Zs(e);
|
|
5603
5603
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
|
|
5604
|
-
}, DT = Qe("Date"), UT = Qe("File"), hT = Qe("Blob"), mT = Qe("FileList"), LT = (e) =>
|
|
5604
|
+
}, DT = Qe("Date"), UT = Qe("File"), hT = Qe("Blob"), mT = Qe("FileList"), LT = (e) => br(e) && Ye(e.pipe), CT = (e) => {
|
|
5605
5605
|
let t;
|
|
5606
|
-
return e && (typeof FormData == "function" && e instanceof FormData || Ye(e.append) && ((t =
|
|
5606
|
+
return e && (typeof FormData == "function" && e instanceof FormData || Ye(e.append) && ((t = Pr(e)) === "formdata" || // detect form-data instance
|
|
5607
5607
|
t === "object" && Ye(e.toString) && e.toString() === "[object FormData]"));
|
|
5608
|
-
},
|
|
5608
|
+
}, gT = Qe("URLSearchParams"), PT = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
5609
5609
|
function Hn(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
5610
5610
|
if (e === null || typeof e > "u")
|
|
5611
5611
|
return;
|
|
@@ -5629,19 +5629,19 @@ function FE(e, t) {
|
|
|
5629
5629
|
return s;
|
|
5630
5630
|
return null;
|
|
5631
5631
|
}
|
|
5632
|
-
const vE = (() => typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global)(), wE = (e) => !
|
|
5633
|
-
function
|
|
5632
|
+
const vE = (() => typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global)(), wE = (e) => !bn(e) && e !== vE;
|
|
5633
|
+
function ds() {
|
|
5634
5634
|
const { caseless: e } = wE(this) && this || {}, t = {}, n = (r, s) => {
|
|
5635
5635
|
const o = e && FE(t, s) || s;
|
|
5636
|
-
nr(t[o]) && nr(r) ? t[o] =
|
|
5636
|
+
nr(t[o]) && nr(r) ? t[o] = ds(t[o], r) : nr(r) ? t[o] = ds({}, r) : on(r) ? t[o] = r.slice() : t[o] = r;
|
|
5637
5637
|
};
|
|
5638
5638
|
for (let r = 0, s = arguments.length; r < s; r++)
|
|
5639
5639
|
arguments[r] && Hn(arguments[r], n);
|
|
5640
5640
|
return t;
|
|
5641
5641
|
}
|
|
5642
|
-
const
|
|
5642
|
+
const BT = (e, t, n, { allOwnKeys: r } = {}) => (Hn(t, (s, o) => {
|
|
5643
5643
|
n && Ye(s) ? e[o] = KE(s, n) : e[o] = s;
|
|
5644
|
-
}, { allOwnKeys: r }), e),
|
|
5644
|
+
}, { allOwnKeys: r }), e), bT = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), GT = (e, t, n, r) => {
|
|
5645
5645
|
e.prototype = Object.create(t.prototype, r), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
|
5646
5646
|
value: t.prototype
|
|
5647
5647
|
}), n && Object.assign(e.prototype, n);
|
|
@@ -5734,7 +5734,7 @@ function XT(e) {
|
|
|
5734
5734
|
}
|
|
5735
5735
|
const jT = (e) => {
|
|
5736
5736
|
const t = new Array(10), n = (r, s) => {
|
|
5737
|
-
if (
|
|
5737
|
+
if (br(r)) {
|
|
5738
5738
|
if (t.indexOf(r) >= 0)
|
|
5739
5739
|
return;
|
|
5740
5740
|
if (!("toJSON" in r)) {
|
|
@@ -5742,14 +5742,14 @@ const jT = (e) => {
|
|
|
5742
5742
|
const o = on(r) ? [] : {};
|
|
5743
5743
|
return Hn(r, (i, E) => {
|
|
5744
5744
|
const u = n(i, s + 1);
|
|
5745
|
-
!
|
|
5745
|
+
!bn(u) && (o[E] = u);
|
|
5746
5746
|
}), t[s] = void 0, o;
|
|
5747
5747
|
}
|
|
5748
5748
|
}
|
|
5749
5749
|
return r;
|
|
5750
5750
|
};
|
|
5751
5751
|
return n(e, 0);
|
|
5752
|
-
}, zT = Qe("AsyncFunction"), $T = (e) => e && (
|
|
5752
|
+
}, zT = Qe("AsyncFunction"), $T = (e) => e && (br(e) || Ye(e)) && Ye(e.then) && Ye(e.catch), R = {
|
|
5753
5753
|
isArray: on,
|
|
5754
5754
|
isArrayBuffer: yE,
|
|
5755
5755
|
isBuffer: RT,
|
|
@@ -5758,26 +5758,26 @@ const jT = (e) => {
|
|
|
5758
5758
|
isString: NT,
|
|
5759
5759
|
isNumber: HE,
|
|
5760
5760
|
isBoolean: pT,
|
|
5761
|
-
isObject:
|
|
5761
|
+
isObject: br,
|
|
5762
5762
|
isPlainObject: nr,
|
|
5763
|
-
isUndefined:
|
|
5763
|
+
isUndefined: bn,
|
|
5764
5764
|
isDate: DT,
|
|
5765
5765
|
isFile: UT,
|
|
5766
5766
|
isBlob: hT,
|
|
5767
5767
|
isRegExp: xT,
|
|
5768
5768
|
isFunction: Ye,
|
|
5769
5769
|
isStream: LT,
|
|
5770
|
-
isURLSearchParams:
|
|
5770
|
+
isURLSearchParams: gT,
|
|
5771
5771
|
isTypedArray: HT,
|
|
5772
5772
|
isFileList: mT,
|
|
5773
5773
|
forEach: Hn,
|
|
5774
|
-
merge:
|
|
5775
|
-
extend:
|
|
5776
|
-
trim:
|
|
5777
|
-
stripBOM:
|
|
5774
|
+
merge: ds,
|
|
5775
|
+
extend: BT,
|
|
5776
|
+
trim: PT,
|
|
5777
|
+
stripBOM: bT,
|
|
5778
5778
|
inherits: GT,
|
|
5779
5779
|
toFlatObject: MT,
|
|
5780
|
-
kindOf:
|
|
5780
|
+
kindOf: Pr,
|
|
5781
5781
|
kindOfTest: Qe,
|
|
5782
5782
|
endsWith: KT,
|
|
5783
5783
|
toArray: yT,
|
|
@@ -5854,7 +5854,7 @@ ee.from = (e, t, n, r, s, o) => {
|
|
|
5854
5854
|
}, (E) => E !== "isAxiosError"), ee.call(i, e.message, t, n, r, s), i.cause = e, i.name = e.name, o && Object.assign(i, o), i;
|
|
5855
5855
|
};
|
|
5856
5856
|
const qT = null;
|
|
5857
|
-
function
|
|
5857
|
+
function Is(e) {
|
|
5858
5858
|
return R.isPlainObject(e) || R.isArray(e);
|
|
5859
5859
|
}
|
|
5860
5860
|
function WE(e) {
|
|
@@ -5866,7 +5866,7 @@ function ii(e, t, n) {
|
|
|
5866
5866
|
}).join(n ? "." : "") : t;
|
|
5867
5867
|
}
|
|
5868
5868
|
function QT(e) {
|
|
5869
|
-
return R.isArray(e) && !e.some(
|
|
5869
|
+
return R.isArray(e) && !e.some(Is);
|
|
5870
5870
|
}
|
|
5871
5871
|
const e_ = R.toFlatObject(R, {}, null, function(t) {
|
|
5872
5872
|
return /^is[A-Z]/.test(t);
|
|
@@ -5884,22 +5884,22 @@ function Gr(e, t, n) {
|
|
|
5884
5884
|
const r = n.metaTokens, s = n.visitor || a, o = n.dots, i = n.indexes, u = (n.Blob || typeof Blob < "u" && Blob) && R.isSpecCompliantForm(t);
|
|
5885
5885
|
if (!R.isFunction(s))
|
|
5886
5886
|
throw new TypeError("visitor must be a function");
|
|
5887
|
-
function c(
|
|
5888
|
-
if (
|
|
5887
|
+
function c(d) {
|
|
5888
|
+
if (d === null)
|
|
5889
5889
|
return "";
|
|
5890
|
-
if (R.isDate(
|
|
5891
|
-
return
|
|
5892
|
-
if (!u && R.isBlob(
|
|
5890
|
+
if (R.isDate(d))
|
|
5891
|
+
return d.toISOString();
|
|
5892
|
+
if (!u && R.isBlob(d))
|
|
5893
5893
|
throw new ee("Blob is not supported. Use a Buffer instead.");
|
|
5894
|
-
return R.isArrayBuffer(
|
|
5894
|
+
return R.isArrayBuffer(d) || R.isTypedArray(d) ? u && typeof Blob == "function" ? new Blob([d]) : Buffer.from(d) : d;
|
|
5895
5895
|
}
|
|
5896
|
-
function a(
|
|
5897
|
-
let
|
|
5898
|
-
if (
|
|
5896
|
+
function a(d, N, H) {
|
|
5897
|
+
let P = d;
|
|
5898
|
+
if (d && !H && typeof d == "object") {
|
|
5899
5899
|
if (R.endsWith(N, "{}"))
|
|
5900
|
-
N = r ? N : N.slice(0, -2),
|
|
5901
|
-
else if (R.isArray(
|
|
5902
|
-
return N = WE(N),
|
|
5900
|
+
N = r ? N : N.slice(0, -2), d = JSON.stringify(d);
|
|
5901
|
+
else if (R.isArray(d) && QT(d) || (R.isFileList(d) || R.endsWith(N, "[]")) && (P = R.toArray(d)))
|
|
5902
|
+
return N = WE(N), P.forEach(function(V, K) {
|
|
5903
5903
|
!(R.isUndefined(V) || V === null) && t.append(
|
|
5904
5904
|
// eslint-disable-next-line no-nested-ternary
|
|
5905
5905
|
i === !0 ? ii([N], K, o) : i === null ? N : N + "[]",
|
|
@@ -5907,25 +5907,25 @@ function Gr(e, t, n) {
|
|
|
5907
5907
|
);
|
|
5908
5908
|
}), !1;
|
|
5909
5909
|
}
|
|
5910
|
-
return
|
|
5910
|
+
return Is(d) ? !0 : (t.append(ii(H, N, o), c(d)), !1);
|
|
5911
5911
|
}
|
|
5912
5912
|
const T = [], S = Object.assign(e_, {
|
|
5913
5913
|
defaultVisitor: a,
|
|
5914
5914
|
convertValue: c,
|
|
5915
|
-
isVisitable:
|
|
5915
|
+
isVisitable: Is
|
|
5916
5916
|
});
|
|
5917
|
-
function A(
|
|
5918
|
-
if (!R.isUndefined(
|
|
5919
|
-
if (T.indexOf(
|
|
5917
|
+
function A(d, N) {
|
|
5918
|
+
if (!R.isUndefined(d)) {
|
|
5919
|
+
if (T.indexOf(d) !== -1)
|
|
5920
5920
|
throw Error("Circular reference detected in " + N.join("."));
|
|
5921
|
-
T.push(
|
|
5922
|
-
(!(R.isUndefined(
|
|
5921
|
+
T.push(d), R.forEach(d, function(P, b) {
|
|
5922
|
+
(!(R.isUndefined(P) || P === null) && s.call(
|
|
5923
5923
|
t,
|
|
5924
|
-
|
|
5925
|
-
R.isString(
|
|
5924
|
+
P,
|
|
5925
|
+
R.isString(b) ? b.trim() : b,
|
|
5926
5926
|
N,
|
|
5927
5927
|
S
|
|
5928
|
-
)) === !0 && A(
|
|
5928
|
+
)) === !0 && A(P, N ? N.concat(b) : [b]);
|
|
5929
5929
|
}), T.pop();
|
|
5930
5930
|
}
|
|
5931
5931
|
}
|
|
@@ -6214,10 +6214,10 @@ function jr(e, t, n, r, s) {
|
|
|
6214
6214
|
return r.test(t);
|
|
6215
6215
|
}
|
|
6216
6216
|
}
|
|
6217
|
-
function
|
|
6217
|
+
function d_(e) {
|
|
6218
6218
|
return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (t, n, r) => n.toUpperCase() + r);
|
|
6219
6219
|
}
|
|
6220
|
-
function
|
|
6220
|
+
function I_(e, t) {
|
|
6221
6221
|
const n = R.toCamelCase(" " + t);
|
|
6222
6222
|
["get", "set", "has"].forEach((r) => {
|
|
6223
6223
|
Object.defineProperty(e, r + n, {
|
|
@@ -6296,7 +6296,7 @@ class Kr {
|
|
|
6296
6296
|
n[i] = rr(s), delete n[o];
|
|
6297
6297
|
return;
|
|
6298
6298
|
}
|
|
6299
|
-
const E = t ?
|
|
6299
|
+
const E = t ? d_(o) : String(o).trim();
|
|
6300
6300
|
E !== o && delete n[o], n[E] = rr(s), r[E] = !0;
|
|
6301
6301
|
}), this;
|
|
6302
6302
|
}
|
|
@@ -6332,7 +6332,7 @@ class Kr {
|
|
|
6332
6332
|
}).accessors, s = this.prototype;
|
|
6333
6333
|
function o(i) {
|
|
6334
6334
|
const E = ln(i);
|
|
6335
|
-
r[E] || (
|
|
6335
|
+
r[E] || (I_(s, i), r[E] = !0);
|
|
6336
6336
|
}
|
|
6337
6337
|
return R.isArray(t) ? t.forEach(o) : o(t), this;
|
|
6338
6338
|
}
|
|
@@ -6488,8 +6488,8 @@ const m_ = typeof XMLHttpRequest < "u", L_ = m_ && function(e) {
|
|
|
6488
6488
|
R.isFormData(s) && (qe.isStandardBrowserEnv || qe.isStandardBrowserWebWorkerEnv ? o.setContentType(!1) : o.setContentType("multipart/form-data;", !1));
|
|
6489
6489
|
let c = new XMLHttpRequest();
|
|
6490
6490
|
if (e.auth) {
|
|
6491
|
-
const A = e.auth.username || "",
|
|
6492
|
-
o.set("Authorization", "Basic " + btoa(A + ":" +
|
|
6491
|
+
const A = e.auth.username || "", d = e.auth.password ? unescape(encodeURIComponent(e.auth.password)) : "";
|
|
6492
|
+
o.set("Authorization", "Basic " + btoa(A + ":" + d));
|
|
6493
6493
|
}
|
|
6494
6494
|
const a = $E(e.baseURL, e.url);
|
|
6495
6495
|
c.open(e.method.toUpperCase(), ZE(a, e.params, e.paramsSerializer), !0), c.timeout = e.timeout;
|
|
@@ -6506,10 +6506,10 @@ const m_ = typeof XMLHttpRequest < "u", L_ = m_ && function(e) {
|
|
|
6506
6506
|
config: e,
|
|
6507
6507
|
request: c
|
|
6508
6508
|
};
|
|
6509
|
-
R_(function(
|
|
6510
|
-
n(
|
|
6511
|
-
}, function(
|
|
6512
|
-
r(
|
|
6509
|
+
R_(function(P) {
|
|
6510
|
+
n(P), u();
|
|
6511
|
+
}, function(P) {
|
|
6512
|
+
r(P), u();
|
|
6513
6513
|
}, N), c = null;
|
|
6514
6514
|
}
|
|
6515
6515
|
if ("onloadend" in c ? c.onloadend = T : c.onreadystatechange = function() {
|
|
@@ -6519,10 +6519,10 @@ const m_ = typeof XMLHttpRequest < "u", L_ = m_ && function(e) {
|
|
|
6519
6519
|
}, c.onerror = function() {
|
|
6520
6520
|
r(new ee("Network Error", ee.ERR_NETWORK, e, c)), c = null;
|
|
6521
6521
|
}, c.ontimeout = function() {
|
|
6522
|
-
let
|
|
6522
|
+
let d = e.timeout ? "timeout of " + e.timeout + "ms exceeded" : "timeout exceeded";
|
|
6523
6523
|
const N = e.transitional || XE;
|
|
6524
|
-
e.timeoutErrorMessage && (
|
|
6525
|
-
|
|
6524
|
+
e.timeoutErrorMessage && (d = e.timeoutErrorMessage), r(new ee(
|
|
6525
|
+
d,
|
|
6526
6526
|
N.clarifyTimeoutError ? ee.ETIMEDOUT : ee.ECONNABORTED,
|
|
6527
6527
|
e,
|
|
6528
6528
|
c
|
|
@@ -6531,8 +6531,8 @@ const m_ = typeof XMLHttpRequest < "u", L_ = m_ && function(e) {
|
|
|
6531
6531
|
const A = (e.withCredentials || D_(a)) && e.xsrfCookieName && O_.read(e.xsrfCookieName);
|
|
6532
6532
|
A && o.set(e.xsrfHeaderName, A);
|
|
6533
6533
|
}
|
|
6534
|
-
s === void 0 && o.setContentType(null), "setRequestHeader" in c && R.forEach(o.toJSON(), function(
|
|
6535
|
-
c.setRequestHeader(N,
|
|
6534
|
+
s === void 0 && o.setContentType(null), "setRequestHeader" in c && R.forEach(o.toJSON(), function(d, N) {
|
|
6535
|
+
c.setRequestHeader(N, d);
|
|
6536
6536
|
}), R.isUndefined(e.withCredentials) || (c.withCredentials = !!e.withCredentials), i && i !== "json" && (c.responseType = e.responseType), typeof e.onDownloadProgress == "function" && c.addEventListener("progress", ai(e.onDownloadProgress, !0)), typeof e.onUploadProgress == "function" && c.upload && c.upload.addEventListener("progress", ai(e.onUploadProgress)), (e.cancelToken || e.signal) && (E = (A) => {
|
|
6537
6537
|
c && (r(!A || A.type ? new Fn(null, e, c) : A), c.abort(), c = null);
|
|
6538
6538
|
}, e.cancelToken && e.cancelToken.subscribe(E), e.signal && (e.signal.aborted ? E() : e.signal.addEventListener("abort", E)));
|
|
@@ -6689,7 +6689,7 @@ zs.transitional = function(t, n, r) {
|
|
|
6689
6689
|
)), t ? t(o, i, E) : !0;
|
|
6690
6690
|
};
|
|
6691
6691
|
};
|
|
6692
|
-
function
|
|
6692
|
+
function g_(e, t, n) {
|
|
6693
6693
|
if (typeof e != "object")
|
|
6694
6694
|
throw new ee("options must be an object", ee.ERR_BAD_OPTION_VALUE);
|
|
6695
6695
|
const r = Object.keys(e);
|
|
@@ -6707,7 +6707,7 @@ function P_(e, t, n) {
|
|
|
6707
6707
|
}
|
|
6708
6708
|
}
|
|
6709
6709
|
const Rs = {
|
|
6710
|
-
assertOptions:
|
|
6710
|
+
assertOptions: g_,
|
|
6711
6711
|
validators: zs
|
|
6712
6712
|
}, ft = Rs.validators;
|
|
6713
6713
|
class Sr {
|
|
@@ -6744,8 +6744,8 @@ class Sr {
|
|
|
6744
6744
|
o[n.method]
|
|
6745
6745
|
), i && R.forEach(
|
|
6746
6746
|
["delete", "get", "head", "post", "put", "patch", "common"],
|
|
6747
|
-
(
|
|
6748
|
-
delete o[
|
|
6747
|
+
(d) => {
|
|
6748
|
+
delete o[d];
|
|
6749
6749
|
}
|
|
6750
6750
|
), n.headers = ot.concat(i, o);
|
|
6751
6751
|
const E = [];
|
|
@@ -6759,17 +6759,17 @@ class Sr {
|
|
|
6759
6759
|
});
|
|
6760
6760
|
let a, T = 0, S;
|
|
6761
6761
|
if (!u) {
|
|
6762
|
-
const
|
|
6763
|
-
for (
|
|
6764
|
-
a = a.then(
|
|
6762
|
+
const d = [li.bind(this), void 0];
|
|
6763
|
+
for (d.unshift.apply(d, E), d.push.apply(d, c), S = d.length, a = Promise.resolve(n); T < S; )
|
|
6764
|
+
a = a.then(d[T++], d[T++]);
|
|
6765
6765
|
return a;
|
|
6766
6766
|
}
|
|
6767
6767
|
S = E.length;
|
|
6768
6768
|
let A = n;
|
|
6769
6769
|
for (T = 0; T < S; ) {
|
|
6770
|
-
const
|
|
6770
|
+
const d = E[T++], N = E[T++];
|
|
6771
6771
|
try {
|
|
6772
|
-
A =
|
|
6772
|
+
A = d(A);
|
|
6773
6773
|
} catch (H) {
|
|
6774
6774
|
N.call(this, H);
|
|
6775
6775
|
break;
|
|
@@ -6777,8 +6777,8 @@ class Sr {
|
|
|
6777
6777
|
}
|
|
6778
6778
|
try {
|
|
6779
6779
|
a = li.call(this, A);
|
|
6780
|
-
} catch (
|
|
6781
|
-
return Promise.reject(
|
|
6780
|
+
} catch (d) {
|
|
6781
|
+
return Promise.reject(d);
|
|
6782
6782
|
}
|
|
6783
6783
|
for (T = 0, S = c.length; T < S; )
|
|
6784
6784
|
a = a.then(c[T++], c[T++]);
|
|
@@ -6883,13 +6883,13 @@ class $s {
|
|
|
6883
6883
|
};
|
|
6884
6884
|
}
|
|
6885
6885
|
}
|
|
6886
|
-
const
|
|
6887
|
-
function
|
|
6886
|
+
const P_ = $s;
|
|
6887
|
+
function B_(e) {
|
|
6888
6888
|
return function(n) {
|
|
6889
6889
|
return e.apply(null, n);
|
|
6890
6890
|
};
|
|
6891
6891
|
}
|
|
6892
|
-
function
|
|
6892
|
+
function b_(e) {
|
|
6893
6893
|
return R.isObject(e) && e.isAxiosError === !0;
|
|
6894
6894
|
}
|
|
6895
6895
|
const Os = {
|
|
@@ -6967,26 +6967,26 @@ function QE(e) {
|
|
|
6967
6967
|
return QE(en(e, s));
|
|
6968
6968
|
}, n;
|
|
6969
6969
|
}
|
|
6970
|
-
const
|
|
6971
|
-
|
|
6972
|
-
|
|
6973
|
-
|
|
6974
|
-
|
|
6975
|
-
|
|
6976
|
-
|
|
6977
|
-
|
|
6978
|
-
|
|
6979
|
-
|
|
6970
|
+
const de = QE(js);
|
|
6971
|
+
de.Axios = or;
|
|
6972
|
+
de.CanceledError = Fn;
|
|
6973
|
+
de.CancelToken = P_;
|
|
6974
|
+
de.isCancel = zE;
|
|
6975
|
+
de.VERSION = qE;
|
|
6976
|
+
de.toFormData = Gr;
|
|
6977
|
+
de.AxiosError = ee;
|
|
6978
|
+
de.Cancel = de.CanceledError;
|
|
6979
|
+
de.all = function(t) {
|
|
6980
6980
|
return Promise.all(t);
|
|
6981
6981
|
};
|
|
6982
|
-
|
|
6983
|
-
|
|
6984
|
-
|
|
6985
|
-
|
|
6986
|
-
|
|
6987
|
-
|
|
6988
|
-
|
|
6989
|
-
const Gn =
|
|
6982
|
+
de.spread = B_;
|
|
6983
|
+
de.isAxiosError = b_;
|
|
6984
|
+
de.mergeConfig = en;
|
|
6985
|
+
de.AxiosHeaders = ot;
|
|
6986
|
+
de.formToJSON = (e) => jE(R.isHTMLForm(e) ? new FormData(e) : e);
|
|
6987
|
+
de.HttpStatusCode = G_;
|
|
6988
|
+
de.default = de;
|
|
6989
|
+
const Gn = de;
|
|
6990
6990
|
function Si({ $http: e }) {
|
|
6991
6991
|
const t = localStorage.getItem("accessToken");
|
|
6992
6992
|
t ? e.defaults.headers.common.Authorization = `Bearer ${t}` : delete e.defaults.headers.common.Authorization;
|
|
@@ -7016,9 +7016,9 @@ const M_ = ({ $http: e }) => {
|
|
|
7016
7016
|
);
|
|
7017
7017
|
};
|
|
7018
7018
|
let Nt = "uat";
|
|
7019
|
-
const { host:
|
|
7020
|
-
console.log(` Digital Twin ${
|
|
7021
|
-
|
|
7019
|
+
const { host: dt, pathname: K_ } = window.location;
|
|
7020
|
+
console.log(` Digital Twin ${dt}`);
|
|
7021
|
+
dt.includes("genome-eda.azurewebsites.net") || dt.includes("genome-dev.genpact.com") || dt.includes("genome-aig-dev.genpact.com") ? Nt = "uat" : dt.includes("genome.genpact.com") && K_.includes("aiguru") || dt.includes("genome-aig.genpact.com") || dt.includes("genome-eda-rel.azurewebsites.net") ? Nt = "prod" : dt.includes("localhost") && (Nt = "uat");
|
|
7022
7022
|
const fi = Nt;
|
|
7023
7023
|
let Nn = "";
|
|
7024
7024
|
Nt === "local" || Nt === "uat" ? Nn = "https://api-v2-dev.genpact.com/api/ai-guru" : Nn = "https://api-v2.genpact.com/api/ai-guru";
|
|
@@ -7047,14 +7047,14 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7047
7047
|
data: JSON.stringify(e)
|
|
7048
7048
|
})).data);
|
|
7049
7049
|
}, H_ = Js("global", () => {
|
|
7050
|
-
const e = m([]), t = m([]), n = m(0), r = m(0), s = m([]), o = m(""), i = m(""), E = m(""), u = m(""), c = m(""), a = m(""), T = m(""), S = m(""), A = m(""),
|
|
7050
|
+
const e = m([]), t = m([]), n = m(0), r = m(0), s = m([]), o = m(""), i = m(""), E = m(""), u = m(""), c = m(""), a = m(""), T = m(""), S = m(""), A = m(""), d = m("Learner"), N = m(""), H = m(""), P = m([]), b = m([]), V = m([]), K = m([]), Z = m([]), ce = m([]), ae = m([]), y = m([]), Y = m([]), J = m([]), re = m([]), M = m([]), $ = m([]), Te = m(!1), Ie = m([]), z = m(!1), oe = m(!0), te = m(!1), xe = m(""), be = m(!0), he = m(!0), Ne = m(!1), et = m(!1), ut = m(!1), wt = m(""), Re = m(""), O = m(""), G = m(!1), g = m(!1), v = m(!1), ne = m(!1), l = m(""), _ = m(""), f = m(""), I = m(""), p = m(""), U = m(""), B = m(""), L = m(""), C = m(""), h = m(""), x = m(""), F = m(""), k = m(!0), W = m(""), j = m(""), Ee = m(""), se = m(!0), _e = m(!1), Ge = m(!1), ct = m(!1), vn = m(!1), Ct = m(!1), wn = m(!1), me = m(!1), ye = m(!1), Yn = m(!0), eu = m(""), tu = m(!1), nu = m(""), yr = m(0), ru = m(""), su = m(!1), ou = m(""), Qs = m([]), iu = m(!1), Eu = m([]), uu = m(!1), cu = (D) => {
|
|
7051
7051
|
K.value.push({
|
|
7052
7052
|
question: D == null ? void 0 : D.question,
|
|
7053
7053
|
answer: D == null ? void 0 : D.answer
|
|
7054
7054
|
});
|
|
7055
7055
|
}, xn = m(""), { host: eo, pathname: k_ } = window.location;
|
|
7056
7056
|
eo.includes("genome-aig-dev.genpact.com") || eo.includes("genome-aig.genpact.com") ? xn.value = "persona/aiguru" : xn.value = "persona";
|
|
7057
|
-
const au =
|
|
7057
|
+
const au = Pe(() => [
|
|
7058
7058
|
"32b7d6d8-f7a8-40a0-ab84-8784f25897ea",
|
|
7059
7059
|
"32b7d6d8-f7a8-40a0-ab84-8784f25897ef",
|
|
7060
7060
|
"937e84ef-e95d-4327-9afe-e7be2bf420eb",
|
|
@@ -7062,7 +7062,7 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7062
7062
|
"25f8e44f-b83e-42d6-a168-b0e1fb83b26a",
|
|
7063
7063
|
"bdce5798-c378-4306-abe3-66c62983b423"
|
|
7064
7064
|
].includes(_.value)), lu = () => {
|
|
7065
|
-
const D = `<div class="text-[13px] text-[#102345] font-[400]">Hi ${
|
|
7065
|
+
const D = `<div class="text-[13px] text-[#102345] font-[400]">Hi ${d.value}! I'm your Genome Learning Assistant, here to help with:</br></br> ● <b>Answers</b> to frequently asked <b>Genome, BUILD </b> and <b>TalentMatch</b> queries</br> ● <b>Expert insights</b> from Master Gurus to help solve business problems</br> ● <b>Bite-sized content</b> from <b>Genome</b> and <b>LinkedIn Learning</b> </br></br> Need help with a concept, information on Genpact offerings, productivity tips or Gen AI ideas - Ask me anything</div>
|
|
7066
7066
|
`;
|
|
7067
7067
|
kn(
|
|
7068
7068
|
{
|
|
@@ -7075,27 +7075,27 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7075
7075
|
);
|
|
7076
7076
|
}, Tu = (D) => {
|
|
7077
7077
|
var Le, at, tt;
|
|
7078
|
-
N.value = D.ohr, H.value = D.band_code,
|
|
7078
|
+
N.value = D.ohr, H.value = D.band_code, d.value = (Le = D.learnerName) == null ? void 0 : Le.split(",").reverse().join(" "), r.value = D.questionsLeft, n.value = D.questionLimit, Z.value = D.user_skills, ce.value = D.industry_skills, ae.value = D.service_line_skills, y.value = D.digital_skills, Y.value = D.professional_skills, P.value = D.today, b.value = D.currentWeek, V.value = D.currentMonth, M.value = (at = D.globalFrequentlyAskedQuestions) == null ? void 0 : at.map((Xe) => (Xe.isShown = !1, Xe)), $.value = (tt = D.globalRecentQuestions) == null ? void 0 : tt.map((Xe) => (Xe.isShown = !1, Xe)), e.value = M.value, t.value = $.value;
|
|
7079
7079
|
}, _u = async (D) => {
|
|
7080
7080
|
var Le, at, tt, Xe, Vn, En;
|
|
7081
7081
|
if (e.value = (Le = D.frequentlyAskedQuestions) == null ? void 0 : Le.map((He) => (He.isShown = !1, He)), t.value = (at = D.recentQuestions) == null ? void 0 : at.map((He) => (He.isShown = !1, He)), o.value = D.skill_name, S.value = D.prof_name, a.value = D.skill_id, T.value = D.skill_master_id, A.value = D.prof_id, i.value = (tt = D.skillDetails) == null ? void 0 : tt.skill_master_guru, E.value = (Xe = D.skillDetails) == null ? void 0 : Xe.prompt_context, c.value = (Vn = D.skillDetails) == null ? void 0 : Vn.skill_video_link, u.value = (En = D.skillDetails) == null ? void 0 : En.skill_guru_profile, he.value = !1, Te.value = !0, T.value === "f7d42458-5668-447f-806e-f1b7b1025a45") {
|
|
7082
7082
|
console.log("Persona Params===>", xn.value);
|
|
7083
7083
|
const He = await y_({}, "get", `/${xn.value}/${N.value}`);
|
|
7084
|
-
|
|
7084
|
+
Ie.value = He == null ? void 0 : He.map((nt) => nt.id);
|
|
7085
7085
|
}
|
|
7086
7086
|
await Hr();
|
|
7087
7087
|
}, Su = async (D) => {
|
|
7088
|
-
|
|
7088
|
+
be.value = !1, console.log("Consoling in getUseCases");
|
|
7089
7089
|
const Le = {
|
|
7090
7090
|
question: D.useCaseName
|
|
7091
7091
|
};
|
|
7092
7092
|
if (console.log("ques", Le), s.value.push(Le), he.value = !1, !D.isParent) {
|
|
7093
|
-
kn({ question: D.useCaseName, answer: D.example }, "faq"),
|
|
7093
|
+
kn({ question: D.useCaseName, answer: D.example }, "faq"), be.value = !0;
|
|
7094
7094
|
return;
|
|
7095
7095
|
}
|
|
7096
|
-
await Hr(D.useCaseId), kn({ question: D.useCaseName, answer: null }, "faq"),
|
|
7096
|
+
await Hr(D.useCaseId), kn({ question: D.useCaseName, answer: null }, "faq"), be.value = !0;
|
|
7097
7097
|
}, Hr = async (D = "") => {
|
|
7098
|
-
T.value,
|
|
7098
|
+
T.value, Ie.value;
|
|
7099
7099
|
}, fu = () => {
|
|
7100
7100
|
const D = l == null ? void 0 : l.value;
|
|
7101
7101
|
navigator.clipboard.writeText(D).then(() => {
|
|
@@ -7105,9 +7105,9 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7105
7105
|
});
|
|
7106
7106
|
}, Au = () => {
|
|
7107
7107
|
e.value = M.value, t.value = $.value, T.value = "", A.value = "", J.value = [], re.value = [], Te.value = !1;
|
|
7108
|
-
}, Iu = () => {
|
|
7109
|
-
K.value = [];
|
|
7110
7108
|
}, du = () => {
|
|
7109
|
+
K.value = [];
|
|
7110
|
+
}, Iu = () => {
|
|
7111
7111
|
s.value = [], K.value = [], Te.value = !1, he.value = !0, Ne.value = !1, et.value = !1, console.log("for job");
|
|
7112
7112
|
}, kn = (D, Le) => {
|
|
7113
7113
|
var En, He;
|
|
@@ -7140,7 +7140,7 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7140
7140
|
addConversation: kn,
|
|
7141
7141
|
selectSkill: _u,
|
|
7142
7142
|
clearSkillSelectionOpenInternet: Au,
|
|
7143
|
-
clearConversationHistory:
|
|
7143
|
+
clearConversationHistory: Iu,
|
|
7144
7144
|
past_messages: K,
|
|
7145
7145
|
questionsLeft: r,
|
|
7146
7146
|
questionLimit: n,
|
|
@@ -7150,7 +7150,7 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7150
7150
|
skillVideoLink: c,
|
|
7151
7151
|
skillDefinition: E,
|
|
7152
7152
|
profName: S,
|
|
7153
|
-
learnerName:
|
|
7153
|
+
learnerName: d,
|
|
7154
7154
|
conversations: s,
|
|
7155
7155
|
frequentlyAskedQuestions: e,
|
|
7156
7156
|
recentQuestions: t,
|
|
@@ -7168,12 +7168,12 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7168
7168
|
otherUseCases: re,
|
|
7169
7169
|
generateUseCases: Hr,
|
|
7170
7170
|
showSkillName: z,
|
|
7171
|
-
SkillChange:
|
|
7171
|
+
SkillChange: du,
|
|
7172
7172
|
showButton: oe,
|
|
7173
7173
|
showLoader: te,
|
|
7174
7174
|
question: xe,
|
|
7175
7175
|
getUseCases: Su,
|
|
7176
|
-
renderReady:
|
|
7176
|
+
renderReady: be,
|
|
7177
7177
|
showUsecaseForNewContent: he,
|
|
7178
7178
|
showJobsRecomendation: ut,
|
|
7179
7179
|
showJobDetails: Ne,
|
|
@@ -7182,19 +7182,19 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7182
7182
|
descriptionForSkillData: Re,
|
|
7183
7183
|
offeringTypeForSkillData: O,
|
|
7184
7184
|
enableInputbox: G,
|
|
7185
|
-
isTopicPending:
|
|
7185
|
+
isTopicPending: g,
|
|
7186
7186
|
viewPrompt: ne,
|
|
7187
7187
|
addPostSkillSelectionMessage: lu,
|
|
7188
7188
|
copyToClipboard: fu,
|
|
7189
7189
|
answer: l,
|
|
7190
|
-
todayQues:
|
|
7191
|
-
weekQues:
|
|
7190
|
+
todayQues: P,
|
|
7191
|
+
weekQues: b,
|
|
7192
7192
|
monthQues: V,
|
|
7193
7193
|
isNewUI: v,
|
|
7194
7194
|
simulationSkill: _,
|
|
7195
7195
|
skillNameForSimulation: p,
|
|
7196
7196
|
generatedPrompt: U,
|
|
7197
|
-
assessmentType:
|
|
7197
|
+
assessmentType: B,
|
|
7198
7198
|
empSeniority: L,
|
|
7199
7199
|
functionRole: C,
|
|
7200
7200
|
mcqType: F,
|
|
@@ -7220,7 +7220,7 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7220
7220
|
assessmentQuestion: au,
|
|
7221
7221
|
welcomeMessage: nu,
|
|
7222
7222
|
amaSkillId: f,
|
|
7223
|
-
amaSkillName:
|
|
7223
|
+
amaSkillName: I,
|
|
7224
7224
|
amaQuestionsLeft: yr,
|
|
7225
7225
|
streamingContent: ru,
|
|
7226
7226
|
botresponse: su,
|
|
@@ -7230,7 +7230,7 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7230
7230
|
audioAnaysis: Eu,
|
|
7231
7231
|
showVoiceModeMsg: uu
|
|
7232
7232
|
};
|
|
7233
|
-
}), rS = H_, F_ =
|
|
7233
|
+
}), rS = H_, F_ = dT, sS = AT, di = /* @__PURE__ */ yn({
|
|
7234
7234
|
__name: "DigitalTwin",
|
|
7235
7235
|
setup(e) {
|
|
7236
7236
|
F_().$subscribe((r, s) => {
|
|
@@ -7249,7 +7249,7 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7249
7249
|
{
|
|
7250
7250
|
path: "/aiguru",
|
|
7251
7251
|
name: "Base",
|
|
7252
|
-
component:
|
|
7252
|
+
component: di,
|
|
7253
7253
|
children: [
|
|
7254
7254
|
{
|
|
7255
7255
|
path: "home",
|
|
@@ -7257,7 +7257,7 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7257
7257
|
// route level code-splitting
|
|
7258
7258
|
// this generates a separate chunk (About.[hash].js) for this route
|
|
7259
7259
|
// which is lazy-loaded when the route is visited.
|
|
7260
|
-
component: () => import("./HomeView-
|
|
7260
|
+
component: () => import("./HomeView-964eb1f5.mjs")
|
|
7261
7261
|
},
|
|
7262
7262
|
{
|
|
7263
7263
|
path: "playground",
|
|
@@ -7265,7 +7265,7 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7265
7265
|
// route level code-splitting
|
|
7266
7266
|
// this generates a separate chunk (About.[hash].js) for this route
|
|
7267
7267
|
// which is lazy-loaded when the route is visited.
|
|
7268
|
-
component: () => import("./PromptTesting-
|
|
7268
|
+
component: () => import("./PromptTesting-6bb531d9.mjs")
|
|
7269
7269
|
},
|
|
7270
7270
|
{
|
|
7271
7271
|
path: "simulation",
|
|
@@ -7273,7 +7273,7 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7273
7273
|
// route level code-splitting
|
|
7274
7274
|
// this generates a separate chunk (About.[hash].js) for this route
|
|
7275
7275
|
// which is lazy-loaded when the route is visited.
|
|
7276
|
-
component: () => import("./AssessmentSimulation-
|
|
7276
|
+
component: () => import("./AssessmentSimulation-0120eaf3.mjs").then((e) => e.A)
|
|
7277
7277
|
},
|
|
7278
7278
|
{
|
|
7279
7279
|
path: "ama",
|
|
@@ -7281,7 +7281,7 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7281
7281
|
// route level code-splitting
|
|
7282
7282
|
// this generates a separate chunk (About.[hash].js) for this route
|
|
7283
7283
|
// which is lazy-loaded when the route is visited.
|
|
7284
|
-
component: () => import("./AssessmentAMA-
|
|
7284
|
+
component: () => import("./AssessmentAMA-51bdd271.mjs")
|
|
7285
7285
|
},
|
|
7286
7286
|
{
|
|
7287
7287
|
path: "testcase",
|
|
@@ -7289,7 +7289,7 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7289
7289
|
// route level code-splitting
|
|
7290
7290
|
// this generates a separate chunk (About.[hash].js) for this route
|
|
7291
7291
|
// which is lazy-loaded when the route is visited.
|
|
7292
|
-
component: () => import("./Testcase-
|
|
7292
|
+
component: () => import("./Testcase-335cadd5.mjs")
|
|
7293
7293
|
},
|
|
7294
7294
|
{
|
|
7295
7295
|
path: "voiceTestcase",
|
|
@@ -7297,7 +7297,7 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7297
7297
|
// route level code-splitting
|
|
7298
7298
|
// this generates a separate chunk (About.[hash].js) for this route
|
|
7299
7299
|
// which is lazy-loaded when the route is visited.
|
|
7300
|
-
component: () => import("./VoiceTestcase-
|
|
7300
|
+
component: () => import("./VoiceTestcase-e972d949.mjs")
|
|
7301
7301
|
},
|
|
7302
7302
|
{
|
|
7303
7303
|
path: "skillData",
|
|
@@ -7305,7 +7305,7 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7305
7305
|
// route level code-splitting
|
|
7306
7306
|
// this generates a separate chunk (About.[hash].js) for this route
|
|
7307
7307
|
// which is lazy-loaded when the route is visited.
|
|
7308
|
-
component: () => import("./SkillData-
|
|
7308
|
+
component: () => import("./SkillData-2e46b518.mjs")
|
|
7309
7309
|
},
|
|
7310
7310
|
{
|
|
7311
7311
|
path: "editSkillData",
|
|
@@ -7313,7 +7313,7 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7313
7313
|
// route level code-splitting
|
|
7314
7314
|
// this generates a separate chunk (About.[hash].js) for this route
|
|
7315
7315
|
// which is lazy-loaded when the route is visited.
|
|
7316
|
-
component: () => import("./EditSkillData-
|
|
7316
|
+
component: () => import("./EditSkillData-7819fa7c.mjs"),
|
|
7317
7317
|
beforeEnter: (e, t, n) => {
|
|
7318
7318
|
sessionStorage.getItem("dataViewAccess") ? n() : n({ name: "SkillData" });
|
|
7319
7319
|
}
|
|
@@ -7324,7 +7324,7 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7324
7324
|
// route level code-splitting
|
|
7325
7325
|
// this generates a separate chunk (About.[hash].js) for this route
|
|
7326
7326
|
// which is lazy-loaded when the route is visited.
|
|
7327
|
-
component: () => import("./SkillAutomation-
|
|
7327
|
+
component: () => import("./SkillAutomation-a889952f.mjs")
|
|
7328
7328
|
},
|
|
7329
7329
|
{
|
|
7330
7330
|
path: "editSkillAdminData",
|
|
@@ -7332,7 +7332,7 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7332
7332
|
// route level code-splitting
|
|
7333
7333
|
// this generates a separate chunk (About.[hash].js) for this route
|
|
7334
7334
|
// which is lazy-loaded when the route is visited.
|
|
7335
|
-
component: () => import("./EditSkillAdminData-
|
|
7335
|
+
component: () => import("./EditSkillAdminData-02c9dc79.mjs"),
|
|
7336
7336
|
beforeEnter: (e, t, n) => {
|
|
7337
7337
|
sessionStorage.getItem("dataViewAccess") ? n() : n({ name: "SkillAutomation" });
|
|
7338
7338
|
}
|
|
@@ -7343,14 +7343,14 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7343
7343
|
// route level code-splitting
|
|
7344
7344
|
// this generates a separate chunk (About.[hash].js) for this route
|
|
7345
7345
|
// which is lazy-loaded when the route is visited.
|
|
7346
|
-
component: () => import("./UnderMaintenance-
|
|
7346
|
+
component: () => import("./UnderMaintenance-65699b88.mjs")
|
|
7347
7347
|
}
|
|
7348
7348
|
]
|
|
7349
7349
|
},
|
|
7350
7350
|
{
|
|
7351
7351
|
path: "/mgtwin",
|
|
7352
7352
|
name: "mgtwin",
|
|
7353
|
-
component:
|
|
7353
|
+
component: di,
|
|
7354
7354
|
children: [
|
|
7355
7355
|
{
|
|
7356
7356
|
path: "home",
|
|
@@ -7358,7 +7358,7 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7358
7358
|
// route level code-splitting
|
|
7359
7359
|
// this generates a separate chunk (About.[hash].js) for this route
|
|
7360
7360
|
// which is lazy-loaded when the route is visited.
|
|
7361
|
-
component: () => import("./HomeView-
|
|
7361
|
+
component: () => import("./HomeView-964eb1f5.mjs")
|
|
7362
7362
|
},
|
|
7363
7363
|
{
|
|
7364
7364
|
path: "playground",
|
|
@@ -7366,7 +7366,7 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7366
7366
|
// route level code-splitting
|
|
7367
7367
|
// this generates a separate chunk (About.[hash].js) for this route
|
|
7368
7368
|
// which is lazy-loaded when the route is visited.
|
|
7369
|
-
component: () => import("./PromptTesting-
|
|
7369
|
+
component: () => import("./PromptTesting-6bb531d9.mjs")
|
|
7370
7370
|
},
|
|
7371
7371
|
{
|
|
7372
7372
|
path: "skillData",
|
|
@@ -7374,7 +7374,7 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7374
7374
|
// route level code-splitting
|
|
7375
7375
|
// this generates a separate chunk (About.[hash].js) for this route
|
|
7376
7376
|
// which is lazy-loaded when the route is visited.
|
|
7377
|
-
component: () => import("./SkillData-
|
|
7377
|
+
component: () => import("./SkillData-2e46b518.mjs")
|
|
7378
7378
|
},
|
|
7379
7379
|
{
|
|
7380
7380
|
path: "under-maintenance",
|
|
@@ -7382,7 +7382,7 @@ const Ai = localStorage.getItem("accessToken"), y_ = async (e = [], t, n) => {
|
|
|
7382
7382
|
// route level code-splitting
|
|
7383
7383
|
// this generates a separate chunk (About.[hash].js) for this route
|
|
7384
7384
|
// which is lazy-loaded when the route is visited.
|
|
7385
|
-
component: () => import("./UnderMaintenance-
|
|
7385
|
+
component: () => import("./UnderMaintenance-65699b88.mjs")
|
|
7386
7386
|
}
|
|
7387
7387
|
]
|
|
7388
7388
|
}
|
|
@@ -7408,7 +7408,7 @@ export {
|
|
|
7408
7408
|
tE as K,
|
|
7409
7409
|
eS as L,
|
|
7410
7410
|
nS as M,
|
|
7411
|
-
|
|
7411
|
+
dE as T,
|
|
7412
7412
|
SE as a,
|
|
7413
7413
|
Ut as b,
|
|
7414
7414
|
as as c,
|
|
@@ -7433,6 +7433,6 @@ export {
|
|
|
7433
7433
|
tS as v,
|
|
7434
7434
|
J_ as w,
|
|
7435
7435
|
Fc as x,
|
|
7436
|
-
|
|
7436
|
+
Pe as y,
|
|
7437
7437
|
wc as z
|
|
7438
7438
|
};
|