@genpact/genome.mfe.mgtwin-app 1.1.284-alpha → 1.1.286-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/{ArrowLeftCircleIcon-75ded420.mjs → ArrowLeftCircleIcon-8c33784b.mjs} +1 -1
- package/dist/{AssessmentAMA-8a689f73.mjs → AssessmentAMA-ecc0abf4.mjs} +4 -4
- package/dist/{AssessmentSimulation-d87754c1.mjs → AssessmentSimulation-aa86c462.mjs} +32 -16
- package/dist/{EditSkillAdminData-3f1a6bc9.mjs → EditSkillAdminData-befae193.mjs} +3 -3
- package/dist/{EditSkillData-8fa848b7.mjs → EditSkillData-336b859b.mjs} +3 -3
- package/dist/{HomeView-1e6f9260.mjs → HomeView-d28dc788.mjs} +5 -5
- package/dist/{Loading-e1b200ce.mjs → Loading-c0746887.mjs} +1 -1
- package/dist/{LoadingSimulation-5a301142.mjs → LoadingSimulation-17a952c1.mjs} +1 -1
- package/dist/{Modal-3a6e42b1.mjs → Modal-6d2b59b4.mjs} +1 -1
- package/dist/{PromptTesting-b362cef1.mjs → PromptTesting-00afb91e.mjs} +2 -2
- package/dist/{SkillAutomation-30877484.mjs → SkillAutomation-c0caf2aa.mjs} +3 -3
- package/dist/{SkillData-c5702c4a.mjs → SkillData-50fa7b42.mjs} +3 -3
- package/dist/{UnderMaintenance-21f649be.mjs → UnderMaintenance-cf5c80fa.mjs} +1 -1
- package/dist/{_commonjsHelpers-360cce8a.mjs → _commonjsHelpers-a86f80a2.mjs} +1 -1
- package/dist/{api-d8955749.mjs → api-5cdb4e07.mjs} +1 -1
- package/dist/{main-21248dbb.mjs → main-79fcc8e4.mjs} +175 -175
- package/dist/mgtwin.es.min.js +1 -1
- package/dist/mgtwin.umd.min.js +9 -9
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -14,7 +14,7 @@ const Ee = {}, Vt = [], We = () => {
|
|
|
14
14
|
), Sr = (e) => {
|
|
15
15
|
const t = /* @__PURE__ */ Object.create(null);
|
|
16
16
|
return (n) => t[n] || (t[n] = e(n));
|
|
17
|
-
}, Au = /-(\w)/g,
|
|
17
|
+
}, Au = /-(\w)/g, Jt = Sr((e) => e.replace(Au, (t, n) => n ? n.toUpperCase() : "")), Iu = /\B([A-Z])/g, Ft = Sr(
|
|
18
18
|
(e) => e.replace(Iu, "-$1").toLowerCase()
|
|
19
19
|
), pi = Sr(
|
|
20
20
|
(e) => e.charAt(0).toUpperCase() + e.slice(1)
|
|
@@ -443,13 +443,13 @@ function uo() {
|
|
|
443
443
|
const e = q(this), t = e.size !== 0, n = e.clear();
|
|
444
444
|
return t && it(e, "clear", void 0, void 0), n;
|
|
445
445
|
}
|
|
446
|
-
function
|
|
446
|
+
function jn(e, t) {
|
|
447
447
|
return function(r, s) {
|
|
448
448
|
const o = this, i = o.__v_raw, a = q(i), u = t ? bs : e ? Ms : Dn;
|
|
449
449
|
return !e && Pe(a, "iterate", wt), i.forEach((l, c) => r.call(s, u(l), u(c), o));
|
|
450
450
|
};
|
|
451
451
|
}
|
|
452
|
-
function
|
|
452
|
+
function Jn(e, t, n) {
|
|
453
453
|
return function(...r) {
|
|
454
454
|
const s = this.__v_raw, o = q(s), i = Wt(o), a = e === "entries" || e === Symbol.iterator && i, u = e === "keys" && i, l = s[e](...r), c = n ? bs : t ? Ms : Dn;
|
|
455
455
|
return !t && Pe(
|
|
@@ -477,7 +477,7 @@ function ct(e) {
|
|
|
477
477
|
return e === "delete" ? !1 : this;
|
|
478
478
|
};
|
|
479
479
|
}
|
|
480
|
-
function
|
|
480
|
+
function ju() {
|
|
481
481
|
const e = {
|
|
482
482
|
get(o) {
|
|
483
483
|
return xn(this, o);
|
|
@@ -490,7 +490,7 @@ function Ju() {
|
|
|
490
490
|
set: io,
|
|
491
491
|
delete: ao,
|
|
492
492
|
clear: uo,
|
|
493
|
-
forEach:
|
|
493
|
+
forEach: jn(!1, !1)
|
|
494
494
|
}, t = {
|
|
495
495
|
get(o) {
|
|
496
496
|
return xn(this, o, !1, !0);
|
|
@@ -503,7 +503,7 @@ function Ju() {
|
|
|
503
503
|
set: io,
|
|
504
504
|
delete: ao,
|
|
505
505
|
clear: uo,
|
|
506
|
-
forEach:
|
|
506
|
+
forEach: jn(!1, !0)
|
|
507
507
|
}, n = {
|
|
508
508
|
get(o) {
|
|
509
509
|
return xn(this, o, !0);
|
|
@@ -518,7 +518,7 @@ function Ju() {
|
|
|
518
518
|
set: ct("set"),
|
|
519
519
|
delete: ct("delete"),
|
|
520
520
|
clear: ct("clear"),
|
|
521
|
-
forEach:
|
|
521
|
+
forEach: jn(!0, !1)
|
|
522
522
|
}, r = {
|
|
523
523
|
get(o) {
|
|
524
524
|
return xn(this, o, !0, !0);
|
|
@@ -533,22 +533,22 @@ function Ju() {
|
|
|
533
533
|
set: ct("set"),
|
|
534
534
|
delete: ct("delete"),
|
|
535
535
|
clear: ct("clear"),
|
|
536
|
-
forEach:
|
|
536
|
+
forEach: jn(!0, !0)
|
|
537
537
|
};
|
|
538
538
|
return ["keys", "values", "entries", Symbol.iterator].forEach((o) => {
|
|
539
|
-
e[o] =
|
|
539
|
+
e[o] = Jn(
|
|
540
540
|
o,
|
|
541
541
|
!1,
|
|
542
542
|
!1
|
|
543
|
-
), n[o] =
|
|
543
|
+
), n[o] = Jn(
|
|
544
544
|
o,
|
|
545
545
|
!0,
|
|
546
546
|
!1
|
|
547
|
-
), t[o] =
|
|
547
|
+
), t[o] = Jn(
|
|
548
548
|
o,
|
|
549
549
|
!1,
|
|
550
550
|
!0
|
|
551
|
-
), r[o] =
|
|
551
|
+
), r[o] = Jn(
|
|
552
552
|
o,
|
|
553
553
|
!0,
|
|
554
554
|
!0
|
|
@@ -561,13 +561,13 @@ function Ju() {
|
|
|
561
561
|
];
|
|
562
562
|
}
|
|
563
563
|
const [
|
|
564
|
-
|
|
564
|
+
Ju,
|
|
565
565
|
Xu,
|
|
566
566
|
zu,
|
|
567
567
|
$u
|
|
568
|
-
] = /* @__PURE__ */
|
|
568
|
+
] = /* @__PURE__ */ ju();
|
|
569
569
|
function gs(e, t) {
|
|
570
|
-
const n = t ? e ? $u : zu : e ? Xu :
|
|
570
|
+
const n = t ? e ? $u : zu : e ? Xu : Ju;
|
|
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,
|
|
573
573
|
s,
|
|
@@ -807,7 +807,7 @@ function Tl(e, t, n, r = !0) {
|
|
|
807
807
|
let hn = !1, es = !1;
|
|
808
808
|
const me = [];
|
|
809
809
|
let qe = 0;
|
|
810
|
-
const
|
|
810
|
+
const jt = [];
|
|
811
811
|
let st = null, Bt = 0;
|
|
812
812
|
const xi = /* @__PURE__ */ Promise.resolve();
|
|
813
813
|
let Bs = null;
|
|
@@ -830,17 +830,17 @@ function Ks(e) {
|
|
|
830
830
|
)) && (e.id == null ? me.push(e) : me.splice(_l(e.id), 0, e), Vi());
|
|
831
831
|
}
|
|
832
832
|
function Vi() {
|
|
833
|
-
!hn && !es && (es = !0, Bs = xi.then(
|
|
833
|
+
!hn && !es && (es = !0, Bs = xi.then(ji));
|
|
834
834
|
}
|
|
835
835
|
function Sl(e) {
|
|
836
836
|
const t = me.indexOf(e);
|
|
837
837
|
t > qe && me.splice(t, 1);
|
|
838
838
|
}
|
|
839
839
|
function fl(e) {
|
|
840
|
-
H(e) ?
|
|
840
|
+
H(e) ? jt.push(...e) : (!st || !st.includes(
|
|
841
841
|
e,
|
|
842
842
|
e.allowRecurse ? Bt + 1 : Bt
|
|
843
|
-
)) &&
|
|
843
|
+
)) && jt.push(e), Vi();
|
|
844
844
|
}
|
|
845
845
|
function lo(e, t = hn ? qe + 1 : 0) {
|
|
846
846
|
for (; t < me.length; t++) {
|
|
@@ -849,9 +849,9 @@ function lo(e, t = hn ? qe + 1 : 0) {
|
|
|
849
849
|
}
|
|
850
850
|
}
|
|
851
851
|
function Wi(e) {
|
|
852
|
-
if (
|
|
853
|
-
const t = [...new Set(
|
|
854
|
-
if (
|
|
852
|
+
if (jt.length) {
|
|
853
|
+
const t = [...new Set(jt)];
|
|
854
|
+
if (jt.length = 0, st) {
|
|
855
855
|
st.push(...t);
|
|
856
856
|
return;
|
|
857
857
|
}
|
|
@@ -870,7 +870,7 @@ const mn = (e) => e.id == null ? 1 / 0 : e.id, dl = (e, t) => {
|
|
|
870
870
|
}
|
|
871
871
|
return n;
|
|
872
872
|
};
|
|
873
|
-
function
|
|
873
|
+
function ji(e) {
|
|
874
874
|
es = !1, hn = !0, me.sort(dl);
|
|
875
875
|
const t = We;
|
|
876
876
|
try {
|
|
@@ -879,7 +879,7 @@ function Ji(e) {
|
|
|
879
879
|
n && n.active !== !1 && Dt(n, null, 14);
|
|
880
880
|
}
|
|
881
881
|
} finally {
|
|
882
|
-
qe = 0, me.length = 0, Wi(), hn = !1, Bs = null, (me.length ||
|
|
882
|
+
qe = 0, me.length = 0, Wi(), hn = !1, Bs = null, (me.length || jt.length) && ji();
|
|
883
883
|
}
|
|
884
884
|
}
|
|
885
885
|
function Al(e, t, ...n) {
|
|
@@ -893,7 +893,7 @@ function Al(e, t, ...n) {
|
|
|
893
893
|
S && (s = n.map((d) => de(d) ? d.trim() : d)), T && (s = n.map(or));
|
|
894
894
|
}
|
|
895
895
|
let a, u = r[a = yr(t)] || // also try camelCase event handler (#2249)
|
|
896
|
-
r[a = yr(
|
|
896
|
+
r[a = yr(Jt(t))];
|
|
897
897
|
!u && o && (u = r[a = yr(Ft(t))]), u && Fe(
|
|
898
898
|
u,
|
|
899
899
|
e,
|
|
@@ -914,7 +914,7 @@ function Al(e, t, ...n) {
|
|
|
914
914
|
);
|
|
915
915
|
}
|
|
916
916
|
}
|
|
917
|
-
function
|
|
917
|
+
function Ji(e, t, n = !1) {
|
|
918
918
|
const r = t.emitsCache, s = r.get(e);
|
|
919
919
|
if (s !== void 0)
|
|
920
920
|
return s;
|
|
@@ -922,7 +922,7 @@ function ji(e, t, n = !1) {
|
|
|
922
922
|
let i = {}, a = !1;
|
|
923
923
|
if (!X(e)) {
|
|
924
924
|
const u = (l) => {
|
|
925
|
-
const c =
|
|
925
|
+
const c = Ji(l, t, !0);
|
|
926
926
|
c && (a = !0, fe(i, c));
|
|
927
927
|
};
|
|
928
928
|
!n && t.mixins.length && t.mixins.forEach(u), e.extends && u(e.extends), e.mixins && e.mixins.forEach(u);
|
|
@@ -1011,8 +1011,8 @@ function wr(e) {
|
|
|
1011
1011
|
}
|
|
1012
1012
|
let V = w;
|
|
1013
1013
|
if (g && p !== !1) {
|
|
1014
|
-
const K = Object.keys(g), { shapeFlag:
|
|
1015
|
-
K.length &&
|
|
1014
|
+
const K = Object.keys(g), { shapeFlag: J } = V;
|
|
1015
|
+
K.length && J & 7 && (i && K.some(Os) && (g = Ol(
|
|
1016
1016
|
g,
|
|
1017
1017
|
i
|
|
1018
1018
|
)), V = mt(V, g));
|
|
@@ -1118,7 +1118,7 @@ function Xi(e, t, { immediate: n, deep: r, flush: s, onTrack: o, onTrigger: i }
|
|
|
1118
1118
|
if (t) {
|
|
1119
1119
|
const K = M.run();
|
|
1120
1120
|
(r || c || (T ? K.some(
|
|
1121
|
-
(
|
|
1121
|
+
(J, le) => Un(J, p[le])
|
|
1122
1122
|
) : Un(K, p))) && (S && S(), Fe(t, u, 3, [
|
|
1123
1123
|
K,
|
|
1124
1124
|
// pass undefined as the old value when it's changed for the first time
|
|
@@ -1328,7 +1328,7 @@ function ts(e, t, n, r) {
|
|
|
1328
1328
|
onAppear: w,
|
|
1329
1329
|
onAfterAppear: g,
|
|
1330
1330
|
onAppearCancelled: M
|
|
1331
|
-
} = t, V = String(e.key), K = Zi(n, e),
|
|
1331
|
+
} = t, V = String(e.key), K = Zi(n, e), J = (y, k) => {
|
|
1332
1332
|
y && Fe(
|
|
1333
1333
|
y,
|
|
1334
1334
|
r,
|
|
@@ -1336,8 +1336,8 @@ function ts(e, t, n, r) {
|
|
|
1336
1336
|
k
|
|
1337
1337
|
);
|
|
1338
1338
|
}, le = (y, k) => {
|
|
1339
|
-
const
|
|
1340
|
-
|
|
1339
|
+
const j = k[1];
|
|
1340
|
+
J(y, k), H(y) ? y.every((re) => re.length <= 1) && j() : y.length <= 1 && j();
|
|
1341
1341
|
}, ce = {
|
|
1342
1342
|
mode: o,
|
|
1343
1343
|
persisted: i,
|
|
@@ -1352,35 +1352,35 @@ function ts(e, t, n, r) {
|
|
|
1352
1352
|
!0
|
|
1353
1353
|
/* cancelled */
|
|
1354
1354
|
);
|
|
1355
|
-
const
|
|
1356
|
-
|
|
1355
|
+
const j = K[V];
|
|
1356
|
+
j && Gt(e, j) && j.el._leaveCb && j.el._leaveCb(), J(k, [y]);
|
|
1357
1357
|
},
|
|
1358
1358
|
enter(y) {
|
|
1359
|
-
let k = u,
|
|
1359
|
+
let k = u, j = l, re = c;
|
|
1360
1360
|
if (!n.isMounted)
|
|
1361
1361
|
if (s)
|
|
1362
|
-
k = w || u,
|
|
1362
|
+
k = w || u, j = g || l, re = M || c;
|
|
1363
1363
|
else
|
|
1364
1364
|
return;
|
|
1365
1365
|
let G = !1;
|
|
1366
1366
|
const Z = y._enterCb = (Te) => {
|
|
1367
|
-
G || (G = !0, Te ?
|
|
1367
|
+
G || (G = !0, Te ? J(re, [y]) : J(j, [y]), ce.delayedLeave && ce.delayedLeave(), y._enterCb = void 0);
|
|
1368
1368
|
};
|
|
1369
1369
|
k ? le(k, [y, Z]) : Z();
|
|
1370
1370
|
},
|
|
1371
1371
|
leave(y, k) {
|
|
1372
|
-
const
|
|
1372
|
+
const j = String(e.key);
|
|
1373
1373
|
if (y._enterCb && y._enterCb(
|
|
1374
1374
|
!0
|
|
1375
1375
|
/* cancelled */
|
|
1376
1376
|
), n.isUnmounting)
|
|
1377
1377
|
return k();
|
|
1378
|
-
|
|
1378
|
+
J(T, [y]);
|
|
1379
1379
|
let re = !1;
|
|
1380
1380
|
const G = y._leaveCb = (Z) => {
|
|
1381
|
-
re || (re = !0, k(), Z ?
|
|
1381
|
+
re || (re = !0, k(), Z ? J(A, [y]) : J(d, [y]), y._leaveCb = void 0, K[j] === e && delete K[j]);
|
|
1382
1382
|
};
|
|
1383
|
-
K[
|
|
1383
|
+
K[j] = e, S ? le(S, [y, G]) : G();
|
|
1384
1384
|
},
|
|
1385
1385
|
clone(y) {
|
|
1386
1386
|
return ts(y, t, n, r);
|
|
@@ -1640,13 +1640,13 @@ function kl(e) {
|
|
|
1640
1640
|
beforeUnmount: M,
|
|
1641
1641
|
destroyed: V,
|
|
1642
1642
|
unmounted: K,
|
|
1643
|
-
render:
|
|
1643
|
+
render: J,
|
|
1644
1644
|
renderTracked: le,
|
|
1645
1645
|
renderTriggered: ce,
|
|
1646
1646
|
errorCaptured: y,
|
|
1647
1647
|
serverPrefetch: k,
|
|
1648
1648
|
// public API
|
|
1649
|
-
expose:
|
|
1649
|
+
expose: j,
|
|
1650
1650
|
inheritAttrs: re,
|
|
1651
1651
|
// assets
|
|
1652
1652
|
components: G,
|
|
@@ -1688,10 +1688,10 @@ function kl(e) {
|
|
|
1688
1688
|
function $(oe, te) {
|
|
1689
1689
|
H(te) ? te.forEach((Ye) => oe(Ye.bind(n))) : te && oe(te.bind(n));
|
|
1690
1690
|
}
|
|
1691
|
-
if ($(Ml, T), $(ea, S), $(Bl, d), $(Gl, A), $(bl, p), $(gl, w), $(vl, y), $(wl, le), $(yl, ce), $(ta, M), $(na, K), $(Kl, k), H(
|
|
1692
|
-
if (
|
|
1691
|
+
if ($(Ml, T), $(ea, S), $(Bl, d), $(Gl, A), $(bl, p), $(gl, w), $(vl, y), $(wl, le), $(yl, ce), $(ta, M), $(na, K), $(Kl, k), H(j))
|
|
1692
|
+
if (j.length) {
|
|
1693
1693
|
const oe = e.exposed || (e.exposed = {});
|
|
1694
|
-
|
|
1694
|
+
j.forEach((te) => {
|
|
1695
1695
|
Object.defineProperty(oe, te, {
|
|
1696
1696
|
get: () => n[te],
|
|
1697
1697
|
set: (Ye) => n[te] = Ye
|
|
@@ -1699,19 +1699,19 @@ function kl(e) {
|
|
|
1699
1699
|
});
|
|
1700
1700
|
} else
|
|
1701
1701
|
e.exposed || (e.exposed = {});
|
|
1702
|
-
|
|
1702
|
+
J && e.render === We && (e.render = J), re != null && (e.inheritAttrs = re), G && (e.components = G), Z && (e.directives = Z);
|
|
1703
1703
|
}
|
|
1704
1704
|
function Yl(e, t, n = We) {
|
|
1705
1705
|
H(e) && (e = os(e));
|
|
1706
1706
|
for (const r in e) {
|
|
1707
1707
|
const s = e[r];
|
|
1708
1708
|
let o;
|
|
1709
|
-
ue(s) ? "default" in s ? o =
|
|
1709
|
+
ue(s) ? "default" in s ? o = je(
|
|
1710
1710
|
s.from || r,
|
|
1711
1711
|
s.default,
|
|
1712
1712
|
!0
|
|
1713
1713
|
/* treat default function as factory */
|
|
1714
|
-
) : o =
|
|
1714
|
+
) : o = je(s.from || r) : o = je(s), Se(o) ? Object.defineProperty(t, r, {
|
|
1715
1715
|
enumerable: !0,
|
|
1716
1716
|
configurable: !0,
|
|
1717
1717
|
get: () => o.value,
|
|
@@ -1859,14 +1859,14 @@ function oa() {
|
|
|
1859
1859
|
emitsCache: /* @__PURE__ */ new WeakMap()
|
|
1860
1860
|
};
|
|
1861
1861
|
}
|
|
1862
|
-
let
|
|
1863
|
-
function
|
|
1862
|
+
let jl = 0;
|
|
1863
|
+
function Jl(e, t) {
|
|
1864
1864
|
return function(r, s = null) {
|
|
1865
1865
|
X(r) || (r = fe({}, r)), s != null && !ue(s) && (s = null);
|
|
1866
1866
|
const o = oa(), i = /* @__PURE__ */ new Set();
|
|
1867
1867
|
let a = !1;
|
|
1868
1868
|
const u = o.app = {
|
|
1869
|
-
_uid:
|
|
1869
|
+
_uid: jl++,
|
|
1870
1870
|
_component: r,
|
|
1871
1871
|
_props: s,
|
|
1872
1872
|
_container: null,
|
|
@@ -1925,7 +1925,7 @@ function Zn(e, t) {
|
|
|
1925
1925
|
r === n && (n = Oe.provides = Object.create(r)), n[e] = t;
|
|
1926
1926
|
}
|
|
1927
1927
|
}
|
|
1928
|
-
function
|
|
1928
|
+
function je(e, t, n = !1) {
|
|
1929
1929
|
const r = Oe || Ue;
|
|
1930
1930
|
if (r || Ln) {
|
|
1931
1931
|
const s = r ? r.parent == null ? r.vnode.appContext && r.vnode.appContext.provides : r.parent.provides : Ln._context.provides;
|
|
@@ -1969,7 +1969,7 @@ function $l(e, t, n, r) {
|
|
|
1969
1969
|
if (Q(o, S))
|
|
1970
1970
|
d !== o[S] && (o[S] = d, l = !0);
|
|
1971
1971
|
else {
|
|
1972
|
-
const A =
|
|
1972
|
+
const A = Jt(S);
|
|
1973
1973
|
s[A] = is(
|
|
1974
1974
|
u,
|
|
1975
1975
|
a,
|
|
@@ -2017,7 +2017,7 @@ function ia(e, t, n, r) {
|
|
|
2017
2017
|
continue;
|
|
2018
2018
|
const l = t[u];
|
|
2019
2019
|
let c;
|
|
2020
|
-
s && Q(s, c =
|
|
2020
|
+
s && Q(s, c = Jt(u)) ? !o || !o.includes(c) ? n[c] = l : (a || (a = {}))[c] = l : Ir(e.emitsOptions, u) || (!(u in r) || l !== r[u]) && (r[u] = l, i = !0);
|
|
2021
2021
|
}
|
|
2022
2022
|
if (o) {
|
|
2023
2023
|
const u = q(n), l = a || Ee;
|
|
@@ -2078,12 +2078,12 @@ function aa(e, t, n = !1) {
|
|
|
2078
2078
|
return ue(e) && r.set(e, Vt), Vt;
|
|
2079
2079
|
if (H(o))
|
|
2080
2080
|
for (let c = 0; c < o.length; c++) {
|
|
2081
|
-
const T =
|
|
2081
|
+
const T = Jt(o[c]);
|
|
2082
2082
|
Ao(T) && (i[T] = Ee);
|
|
2083
2083
|
}
|
|
2084
2084
|
else if (o)
|
|
2085
2085
|
for (const c in o) {
|
|
2086
|
-
const T =
|
|
2086
|
+
const T = Jt(c);
|
|
2087
2087
|
if (Ao(T)) {
|
|
2088
2088
|
const S = o[c], d = i[T] = H(S) || X(S) ? { type: S } : fe({}, S);
|
|
2089
2089
|
if (d) {
|
|
@@ -2238,7 +2238,7 @@ function tc(e, t) {
|
|
|
2238
2238
|
);
|
|
2239
2239
|
break;
|
|
2240
2240
|
default:
|
|
2241
|
-
v & 1 ?
|
|
2241
|
+
v & 1 ? J(
|
|
2242
2242
|
E,
|
|
2243
2243
|
_,
|
|
2244
2244
|
f,
|
|
@@ -2308,7 +2308,7 @@ function tc(e, t) {
|
|
|
2308
2308
|
for (; E && E !== _; )
|
|
2309
2309
|
f = S(E), s(E), E = f;
|
|
2310
2310
|
s(_);
|
|
2311
|
-
},
|
|
2311
|
+
}, J = (E, _, f, I, N, U, P, m, L) => {
|
|
2312
2312
|
P = P || _.type === "svg", E == null ? le(
|
|
2313
2313
|
_,
|
|
2314
2314
|
f,
|
|
@@ -2404,7 +2404,7 @@ function tc(e, t) {
|
|
|
2404
2404
|
let W;
|
|
2405
2405
|
f && gt(f, !1), (W = x.onVnodeBeforeUpdate) && $e(W, f, _, E), Y && bt(_, E, f, "beforeUpdate"), f && gt(f, !0);
|
|
2406
2406
|
const z = N && _.type !== "foreignObject";
|
|
2407
|
-
if (D ?
|
|
2407
|
+
if (D ? j(
|
|
2408
2408
|
E.dynamicChildren,
|
|
2409
2409
|
D,
|
|
2410
2410
|
m,
|
|
@@ -2464,7 +2464,7 @@ function tc(e, t) {
|
|
|
2464
2464
|
((W = x.onVnodeUpdated) || Y) && be(() => {
|
|
2465
2465
|
W && $e(W, f, _, E), Y && bt(_, E, f, "updated");
|
|
2466
2466
|
}, I);
|
|
2467
|
-
},
|
|
2467
|
+
}, j = (E, _, f, I, N, U, P) => {
|
|
2468
2468
|
for (let m = 0; m < _.length; m++) {
|
|
2469
2469
|
const L = E[m], D = _[m], Y = (
|
|
2470
2470
|
// oldVNode may be an errored async setup() component inside Suspense
|
|
@@ -2539,7 +2539,7 @@ function tc(e, t) {
|
|
|
2539
2539
|
L
|
|
2540
2540
|
)) : v > 0 && v & 64 && x && // #2715 the previous fragment could've been a BAILed one as a result
|
|
2541
2541
|
// of renderSlot() with no valid children
|
|
2542
|
-
E.dynamicChildren ? (
|
|
2542
|
+
E.dynamicChildren ? (j(
|
|
2543
2543
|
E.dynamicChildren,
|
|
2544
2544
|
x,
|
|
2545
2545
|
f,
|
|
@@ -3010,7 +3010,7 @@ function tc(e, t) {
|
|
|
3010
3010
|
mt: Te,
|
|
3011
3011
|
mc: y,
|
|
3012
3012
|
pc: te,
|
|
3013
|
-
pbc:
|
|
3013
|
+
pbc: j,
|
|
3014
3014
|
n: O,
|
|
3015
3015
|
o: e
|
|
3016
3016
|
};
|
|
@@ -3020,7 +3020,7 @@ function tc(e, t) {
|
|
|
3020
3020
|
)), {
|
|
3021
3021
|
render: B,
|
|
3022
3022
|
hydrate: F,
|
|
3023
|
-
createApp:
|
|
3023
|
+
createApp: Jl(B, F)
|
|
3024
3024
|
};
|
|
3025
3025
|
}
|
|
3026
3026
|
function gt({ effect: e, update: t }, n) {
|
|
@@ -3322,7 +3322,7 @@ function Tc(e, t, n) {
|
|
|
3322
3322
|
directives: null,
|
|
3323
3323
|
// resolved props and emits options
|
|
3324
3324
|
propsOptions: aa(r, s),
|
|
3325
|
-
emitsOptions:
|
|
3325
|
+
emitsOptions: Ji(r, s),
|
|
3326
3326
|
// emit
|
|
3327
3327
|
emit: null,
|
|
3328
3328
|
// to be set immediately
|
|
@@ -3489,7 +3489,7 @@ function ks(e, t, n) {
|
|
|
3489
3489
|
const r = arguments.length;
|
|
3490
3490
|
return r === 2 ? ue(t) && !H(t) ? cr(t) ? De(e, null, [t]) : De(e, t) : De(e, null, t) : (r > 3 ? n = Array.prototype.slice.call(arguments, 2) : r === 3 && cr(n) && (n = [n]), De(e, t, n));
|
|
3491
3491
|
}
|
|
3492
|
-
const Rc = Symbol.for("v-scx"), Oc = () =>
|
|
3492
|
+
const Rc = Symbol.for("v-scx"), Oc = () => je(Rc), pc = "3.3.4", Nc = "http://www.w3.org/2000/svg", Kt = typeof document < "u" ? document : null, ho = Kt && /* @__PURE__ */ Kt.createElement("template"), Uc = {
|
|
3493
3493
|
insert: (e, t, n) => {
|
|
3494
3494
|
t.insertBefore(e, n || null);
|
|
3495
3495
|
},
|
|
@@ -3580,7 +3580,7 @@ function mc(e, t) {
|
|
|
3580
3580
|
const n = Hr[t];
|
|
3581
3581
|
if (n)
|
|
3582
3582
|
return n;
|
|
3583
|
-
let r =
|
|
3583
|
+
let r = Jt(t);
|
|
3584
3584
|
if (r !== "filter" && r in e)
|
|
3585
3585
|
return Hr[t] = r;
|
|
3586
3586
|
r = pi(r);
|
|
@@ -3746,13 +3746,13 @@ function vc(e) {
|
|
|
3746
3746
|
onEnter: M,
|
|
3747
3747
|
onEnterCancelled: V,
|
|
3748
3748
|
onLeave: K,
|
|
3749
|
-
onLeaveCancelled:
|
|
3749
|
+
onLeaveCancelled: J,
|
|
3750
3750
|
onBeforeAppear: le = g,
|
|
3751
3751
|
onAppear: ce = M,
|
|
3752
3752
|
onAppearCancelled: y = V
|
|
3753
3753
|
} = t, k = (G, Z, Te) => {
|
|
3754
3754
|
Mt(G, Z ? c : a), Mt(G, Z ? l : i), Te && Te();
|
|
3755
|
-
},
|
|
3755
|
+
}, j = (G, Z) => {
|
|
3756
3756
|
G._isLeaving = !1, Mt(G, T), Mt(G, d), Mt(G, S), Z && Z();
|
|
3757
3757
|
}, re = (G) => (Z, Te) => {
|
|
3758
3758
|
const Ie = G ? ce : M, $ = () => k(Z, G, Te);
|
|
@@ -3771,7 +3771,7 @@ function vc(e) {
|
|
|
3771
3771
|
onAppear: re(!0),
|
|
3772
3772
|
onLeave(G, Z) {
|
|
3773
3773
|
G._isLeaving = !0;
|
|
3774
|
-
const Te = () =>
|
|
3774
|
+
const Te = () => j(G, Z);
|
|
3775
3775
|
Tt(G, T), Yc(), Tt(G, S), Mo(() => {
|
|
3776
3776
|
G._isLeaving && (Mt(G, T), Tt(G, d), Po(K) || Bo(G, r, w, Te));
|
|
3777
3777
|
}), Pt(K, [G, Te]);
|
|
@@ -3783,7 +3783,7 @@ function vc(e) {
|
|
|
3783
3783
|
k(G, !0), Pt(y, [G]);
|
|
3784
3784
|
},
|
|
3785
3785
|
onLeaveCancelled(G) {
|
|
3786
|
-
|
|
3786
|
+
j(G), Pt(J, [G]);
|
|
3787
3787
|
}
|
|
3788
3788
|
});
|
|
3789
3789
|
}
|
|
@@ -3983,14 +3983,14 @@ const Vc = ["ctrl", "shift", "alt", "meta"], Wc = {
|
|
|
3983
3983
|
middle: (e) => "button" in e && e.button !== 1,
|
|
3984
3984
|
right: (e) => "button" in e && e.button !== 2,
|
|
3985
3985
|
exact: (e, t) => Vc.some((n) => e[`${n}Key`] && !t.includes(n))
|
|
3986
|
-
},
|
|
3986
|
+
}, j_ = (e, t) => (n, ...r) => {
|
|
3987
3987
|
for (let s = 0; s < t.length; s++) {
|
|
3988
3988
|
const o = Wc[t[s]];
|
|
3989
3989
|
if (o && o(n, t))
|
|
3990
3990
|
return;
|
|
3991
3991
|
}
|
|
3992
3992
|
return e(n, ...r);
|
|
3993
|
-
},
|
|
3993
|
+
}, jc = {
|
|
3994
3994
|
esc: "escape",
|
|
3995
3995
|
space: " ",
|
|
3996
3996
|
up: "arrow-up",
|
|
@@ -3998,11 +3998,11 @@ const Vc = ["ctrl", "shift", "alt", "meta"], Wc = {
|
|
|
3998
3998
|
right: "arrow-right",
|
|
3999
3999
|
down: "arrow-down",
|
|
4000
4000
|
delete: "backspace"
|
|
4001
|
-
},
|
|
4001
|
+
}, J_ = (e, t) => (n) => {
|
|
4002
4002
|
if (!("key" in n))
|
|
4003
4003
|
return;
|
|
4004
4004
|
const r = Ft(n.key);
|
|
4005
|
-
if (t.some((s) => s === r ||
|
|
4005
|
+
if (t.some((s) => s === r || jc[s] === r))
|
|
4006
4006
|
return e(n);
|
|
4007
4007
|
}, X_ = {
|
|
4008
4008
|
beforeMount(e, { value: t }, { transition: n }) {
|
|
@@ -4023,10 +4023,10 @@ const Vc = ["ctrl", "shift", "alt", "meta"], Wc = {
|
|
|
4023
4023
|
function ln(e, t) {
|
|
4024
4024
|
e.style.display = t ? e._vod : "none";
|
|
4025
4025
|
}
|
|
4026
|
-
const
|
|
4026
|
+
const Jc = /* @__PURE__ */ fe({ patchProp: yc }, Uc);
|
|
4027
4027
|
let Fo;
|
|
4028
4028
|
function Xc() {
|
|
4029
|
-
return Fo || (Fo = ec(
|
|
4029
|
+
return Fo || (Fo = ec(Jc));
|
|
4030
4030
|
}
|
|
4031
4031
|
const zc = (...e) => {
|
|
4032
4032
|
const t = Xc().createApp(...e), { mount: n } = t;
|
|
@@ -4057,12 +4057,12 @@ function xr(e, t) {
|
|
|
4057
4057
|
const n = {};
|
|
4058
4058
|
for (const r in t) {
|
|
4059
4059
|
const s = t[r];
|
|
4060
|
-
n[r] =
|
|
4060
|
+
n[r] = Je(s) ? s.map(e) : e(s);
|
|
4061
4061
|
}
|
|
4062
4062
|
return n;
|
|
4063
4063
|
}
|
|
4064
4064
|
const In = () => {
|
|
4065
|
-
},
|
|
4065
|
+
}, Je = Array.isArray, qc = /\/$/, Qc = (e) => e.replace(qc, "");
|
|
4066
4066
|
function Vr(e, t, n = "/") {
|
|
4067
4067
|
let r, s = {}, o = "", i = "";
|
|
4068
4068
|
const a = t.indexOf("#");
|
|
@@ -4097,10 +4097,10 @@ function Oa(e, t) {
|
|
|
4097
4097
|
return !0;
|
|
4098
4098
|
}
|
|
4099
4099
|
function nE(e, t) {
|
|
4100
|
-
return
|
|
4100
|
+
return Je(e) ? ko(e, t) : Je(t) ? ko(t, e) : e === t;
|
|
4101
4101
|
}
|
|
4102
4102
|
function ko(e, t) {
|
|
4103
|
-
return
|
|
4103
|
+
return Je(t) ? e.length === t.length && e.every((n, r) => n === t[r]) : e.length === 1 && e[0] === t;
|
|
4104
4104
|
}
|
|
4105
4105
|
function rE(e, t) {
|
|
4106
4106
|
if (e.startsWith("/"))
|
|
@@ -4420,9 +4420,9 @@ function IE(e, t) {
|
|
|
4420
4420
|
c += d.value;
|
|
4421
4421
|
else if (d.type === 1) {
|
|
4422
4422
|
const { value: A, repeatable: p, optional: w } = d, g = A in l ? l[A] : "";
|
|
4423
|
-
if (
|
|
4423
|
+
if (Je(g) && !p)
|
|
4424
4424
|
throw new Error(`Provided param "${A}" is an array but it is not repeatable (* or + modifiers)`);
|
|
4425
|
-
const M =
|
|
4425
|
+
const M = Je(g) ? g.join("/") : g;
|
|
4426
4426
|
if (!M)
|
|
4427
4427
|
if (w)
|
|
4428
4428
|
S.length < 2 && (c.endsWith("/") ? c = c.slice(0, -1) : T = !0);
|
|
@@ -4461,14 +4461,14 @@ function OE(e, t) {
|
|
|
4461
4461
|
n++;
|
|
4462
4462
|
}
|
|
4463
4463
|
if (Math.abs(s.length - r.length) === 1) {
|
|
4464
|
-
if (
|
|
4464
|
+
if (jo(r))
|
|
4465
4465
|
return 1;
|
|
4466
|
-
if (
|
|
4466
|
+
if (jo(s))
|
|
4467
4467
|
return -1;
|
|
4468
4468
|
}
|
|
4469
4469
|
return s.length - r.length;
|
|
4470
4470
|
}
|
|
4471
|
-
function
|
|
4471
|
+
function jo(e) {
|
|
4472
4472
|
const t = e[e.length - 1];
|
|
4473
4473
|
return e.length > 0 && t[t.length - 1] < 0;
|
|
4474
4474
|
}
|
|
@@ -4576,13 +4576,13 @@ function hE(e, t) {
|
|
|
4576
4576
|
for (const V of w) {
|
|
4577
4577
|
const { path: K } = V;
|
|
4578
4578
|
if (T && K[0] !== "/") {
|
|
4579
|
-
const
|
|
4579
|
+
const J = T.record.path, le = J[J.length - 1] === "/" ? "" : "/";
|
|
4580
4580
|
V.path = T.record.path + (K && le + K);
|
|
4581
4581
|
}
|
|
4582
4582
|
if (g = DE(V, T, p), S ? S.alias.push(g) : (M = M || g, M !== g && M.alias.push(g), d && c.name && !Xo(g) && i(c.name)), A.children) {
|
|
4583
|
-
const
|
|
4584
|
-
for (let le = 0; le <
|
|
4585
|
-
o(
|
|
4583
|
+
const J = A.children;
|
|
4584
|
+
for (let le = 0; le < J.length; le++)
|
|
4585
|
+
o(J[le], g, S && S.children[le]);
|
|
4586
4586
|
}
|
|
4587
4587
|
S = S || g, (g.record.components && Object.keys(g.record.components).length || g.record.name || g.record.redirect) && u(g);
|
|
4588
4588
|
}
|
|
@@ -4619,7 +4619,7 @@ function hE(e, t) {
|
|
|
4619
4619
|
});
|
|
4620
4620
|
p = S.record.name, d = ie(
|
|
4621
4621
|
// paramsFromLocation is a new object
|
|
4622
|
-
|
|
4622
|
+
Jo(
|
|
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
|
|
@@ -4627,7 +4627,7 @@ function hE(e, t) {
|
|
|
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
|
-
c.params &&
|
|
4630
|
+
c.params && Jo(c.params, S.keys.map((M) => M.name))
|
|
4631
4631
|
), A = S.stringify(d);
|
|
4632
4632
|
} else if ("path" in c)
|
|
4633
4633
|
A = c.path, S = n.find((M) => M.re.test(A)), S && (d = S.parse(A), p = S.record.name);
|
|
@@ -4653,7 +4653,7 @@ function hE(e, t) {
|
|
|
4653
4653
|
}
|
|
4654
4654
|
return e.forEach((c) => o(c)), { addRoute: o, resolve: l, removeRoute: i, getRoutes: a, getRecordMatcher: s };
|
|
4655
4655
|
}
|
|
4656
|
-
function
|
|
4656
|
+
function Jo(e, t) {
|
|
4657
4657
|
const n = {};
|
|
4658
4658
|
for (const r of t)
|
|
4659
4659
|
r in e && (n[r] = e[r]);
|
|
@@ -4740,7 +4740,7 @@ function YE(e) {
|
|
|
4740
4740
|
const o = r[s].replace(ma, " "), i = o.indexOf("="), a = Er(i < 0 ? o : o.slice(0, i)), u = i < 0 ? null : Er(o.slice(i + 1));
|
|
4741
4741
|
if (a in t) {
|
|
4742
4742
|
let l = t[a];
|
|
4743
|
-
|
|
4743
|
+
Je(l) || (l = t[a] = [l]), l.push(u);
|
|
4744
4744
|
} else
|
|
4745
4745
|
t[a] = u;
|
|
4746
4746
|
}
|
|
@@ -4754,7 +4754,7 @@ function $o(e) {
|
|
|
4754
4754
|
r !== void 0 && (t += (t.length ? "&" : "") + n);
|
|
4755
4755
|
continue;
|
|
4756
4756
|
}
|
|
4757
|
-
(
|
|
4757
|
+
(Je(r) ? r.map((o) => o && Es(o)) : [r && Es(r)]).forEach((o) => {
|
|
4758
4758
|
o !== void 0 && (t += (t.length ? "&" : "") + n, o != null && (t += "=" + o));
|
|
4759
4759
|
});
|
|
4760
4760
|
}
|
|
@@ -4764,7 +4764,7 @@ function xE(e) {
|
|
|
4764
4764
|
const t = {};
|
|
4765
4765
|
for (const n in e) {
|
|
4766
4766
|
const r = e[n];
|
|
4767
|
-
r !== void 0 && (t[n] =
|
|
4767
|
+
r !== void 0 && (t[n] = Je(r) ? r.map((s) => s == null ? null : "" + s) : r == null ? r : "" + r);
|
|
4768
4768
|
}
|
|
4769
4769
|
return t;
|
|
4770
4770
|
}
|
|
@@ -4831,7 +4831,7 @@ function WE(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 =
|
|
4834
|
+
const t = je(mr), n = je(ga), r = ge(() => t.resolve(Ut(e.to))), s = ge(() => {
|
|
4835
4835
|
const { matched: u } = r.value, { length: l } = u, c = u[l - 1], T = n.matched;
|
|
4836
4836
|
if (!c || !T.length)
|
|
4837
4837
|
return -1;
|
|
@@ -4862,7 +4862,7 @@ function qo(e) {
|
|
|
4862
4862
|
navigate: a
|
|
4863
4863
|
};
|
|
4864
4864
|
}
|
|
4865
|
-
const
|
|
4865
|
+
const jE = /* @__PURE__ */ yn({
|
|
4866
4866
|
name: "RouterLink",
|
|
4867
4867
|
compatConfig: { MODE: 3 },
|
|
4868
4868
|
props: {
|
|
@@ -4882,7 +4882,7 @@ const JE = /* @__PURE__ */ yn({
|
|
|
4882
4882
|
},
|
|
4883
4883
|
useLink: qo,
|
|
4884
4884
|
setup(e, { slots: t }) {
|
|
4885
|
-
const n = sn(qo(e)), { options: r } =
|
|
4885
|
+
const n = sn(qo(e)), { options: r } = je(mr), s = ge(() => ({
|
|
4886
4886
|
[ei(e.activeClass, r.linkActiveClass, "router-link-active")]: n.isActive,
|
|
4887
4887
|
// [getLinkClass(
|
|
4888
4888
|
// props.inactiveClass,
|
|
@@ -4903,7 +4903,7 @@ const JE = /* @__PURE__ */ yn({
|
|
|
4903
4903
|
}, o);
|
|
4904
4904
|
};
|
|
4905
4905
|
}
|
|
4906
|
-
}),
|
|
4906
|
+
}), JE = jE;
|
|
4907
4907
|
function XE(e) {
|
|
4908
4908
|
if (!(e.metaKey || e.altKey || e.ctrlKey || e.shiftKey) && !e.defaultPrevented && !(e.button !== void 0 && e.button !== 0)) {
|
|
4909
4909
|
if (e.currentTarget && e.currentTarget.getAttribute) {
|
|
@@ -4920,7 +4920,7 @@ function zE(e, t) {
|
|
|
4920
4920
|
if (typeof r == "string") {
|
|
4921
4921
|
if (r !== s)
|
|
4922
4922
|
return !1;
|
|
4923
|
-
} else if (!
|
|
4923
|
+
} else if (!Je(s) || s.length !== r.length || r.some((o, i) => o !== s[i]))
|
|
4924
4924
|
return !1;
|
|
4925
4925
|
}
|
|
4926
4926
|
return !0;
|
|
@@ -4943,7 +4943,7 @@ const ei = (e, t, n) => e ?? t ?? n, $E = /* @__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 =
|
|
4946
|
+
const r = je(Ts), s = ge(() => e.route || r.value), o = je(Zo, 0), i = ge(() => {
|
|
4947
4947
|
let l = Ut(o);
|
|
4948
4948
|
const { matched: c } = s.value;
|
|
4949
4949
|
let T;
|
|
@@ -5064,7 +5064,7 @@ function ZE(e) {
|
|
|
5064
5064
|
function K(O) {
|
|
5065
5065
|
return ce(O);
|
|
5066
5066
|
}
|
|
5067
|
-
function
|
|
5067
|
+
function J(O) {
|
|
5068
5068
|
return K(ie(M(O), { replace: !0 }));
|
|
5069
5069
|
}
|
|
5070
5070
|
function le(O) {
|
|
@@ -5107,7 +5107,7 @@ function ZE(e) {
|
|
|
5107
5107
|
// This cannot be the first navigation because the initial location
|
|
5108
5108
|
// cannot be manually navigated to
|
|
5109
5109
|
!1
|
|
5110
|
-
)), (N ? Promise.resolve(N) :
|
|
5110
|
+
)), (N ? Promise.resolve(N) : j(I, F)).catch((U) => rt(U) ? (
|
|
5111
5111
|
// navigation redirects still mark the router as ready
|
|
5112
5112
|
rt(
|
|
5113
5113
|
U,
|
|
@@ -5149,7 +5149,7 @@ function ZE(e) {
|
|
|
5149
5149
|
const B = ut.values().next().value;
|
|
5150
5150
|
return B && typeof B.runWithContext == "function" ? B.runWithContext(O) : O();
|
|
5151
5151
|
}
|
|
5152
|
-
function
|
|
5152
|
+
function j(O, B) {
|
|
5153
5153
|
let C;
|
|
5154
5154
|
const [F, ne, E] = qE(O, B);
|
|
5155
5155
|
C = Wr(F.reverse(), "beforeRouteLeave", O, B);
|
|
@@ -5174,7 +5174,7 @@ function ZE(e) {
|
|
|
5174
5174
|
C = [];
|
|
5175
5175
|
for (const f of O.matched)
|
|
5176
5176
|
if (f.beforeEnter && !B.matched.includes(f))
|
|
5177
|
-
if (
|
|
5177
|
+
if (Je(f.beforeEnter))
|
|
5178
5178
|
for (const I of f.beforeEnter)
|
|
5179
5179
|
C.push(It(I, O, B));
|
|
5180
5180
|
else
|
|
@@ -5216,7 +5216,7 @@ function ZE(e) {
|
|
|
5216
5216
|
}
|
|
5217
5217
|
l = F;
|
|
5218
5218
|
const E = u.value;
|
|
5219
|
-
xt && lE(Yo(E.fullPath, C.delta), hr()),
|
|
5219
|
+
xt && lE(Yo(E.fullPath, C.delta), hr()), j(F, E).catch((_) => rt(
|
|
5220
5220
|
_,
|
|
5221
5221
|
12
|
|
5222
5222
|
/* ErrorTypes.NAVIGATION_CANCELLED */
|
|
@@ -5287,7 +5287,7 @@ function ZE(e) {
|
|
|
5287
5287
|
resolve: g,
|
|
5288
5288
|
options: e,
|
|
5289
5289
|
push: K,
|
|
5290
|
-
replace:
|
|
5290
|
+
replace: J,
|
|
5291
5291
|
go: pe,
|
|
5292
5292
|
back: () => pe(-1),
|
|
5293
5293
|
forward: () => pe(1),
|
|
@@ -5298,7 +5298,7 @@ function ZE(e) {
|
|
|
5298
5298
|
isReady: Ye,
|
|
5299
5299
|
install(O) {
|
|
5300
5300
|
const B = this;
|
|
5301
|
-
O.component("RouterLink",
|
|
5301
|
+
O.component("RouterLink", JE), O.component("RouterView", xs), O.config.globalProperties.$router = B, Object.defineProperty(O.config.globalProperties, "$route", {
|
|
5302
5302
|
enumerable: !0,
|
|
5303
5303
|
get: () => Ut(u)
|
|
5304
5304
|
}), xt && // used for the initial navigation client side to avoid pushing
|
|
@@ -5331,7 +5331,7 @@ function qE(e, t) {
|
|
|
5331
5331
|
return [n, r, s];
|
|
5332
5332
|
}
|
|
5333
5333
|
function z_() {
|
|
5334
|
-
return
|
|
5334
|
+
return je(mr);
|
|
5335
5335
|
}
|
|
5336
5336
|
const QE = /* @__PURE__ */ yn({
|
|
5337
5337
|
__name: "App",
|
|
@@ -5465,15 +5465,15 @@ function Ga(e, t, n = {}, r, s, o) {
|
|
|
5465
5465
|
storeId: e,
|
|
5466
5466
|
events: d
|
|
5467
5467
|
});
|
|
5468
|
-
const
|
|
5468
|
+
const j = p = Symbol();
|
|
5469
5469
|
Gs().then(() => {
|
|
5470
|
-
p ===
|
|
5470
|
+
p === j && (l = !0);
|
|
5471
5471
|
}), c = !0, Yt(T, k, r.state.value[e]);
|
|
5472
5472
|
}
|
|
5473
5473
|
const g = o ? function() {
|
|
5474
|
-
const { state: k } = n,
|
|
5474
|
+
const { state: k } = n, j = k ? k() : {};
|
|
5475
5475
|
this.$patch((re) => {
|
|
5476
|
-
ft(re,
|
|
5476
|
+
ft(re, j);
|
|
5477
5477
|
});
|
|
5478
5478
|
} : (
|
|
5479
5479
|
/* istanbul ignore next */
|
|
@@ -5485,7 +5485,7 @@ function Ga(e, t, n = {}, r, s, o) {
|
|
|
5485
5485
|
function V(y, k) {
|
|
5486
5486
|
return function() {
|
|
5487
5487
|
Lr(r);
|
|
5488
|
-
const
|
|
5488
|
+
const j = Array.from(arguments), re = [], G = [];
|
|
5489
5489
|
function Z($) {
|
|
5490
5490
|
re.push($);
|
|
5491
5491
|
}
|
|
@@ -5493,15 +5493,15 @@ function Ga(e, t, n = {}, r, s, o) {
|
|
|
5493
5493
|
G.push($);
|
|
5494
5494
|
}
|
|
5495
5495
|
Yt(S, {
|
|
5496
|
-
args:
|
|
5496
|
+
args: j,
|
|
5497
5497
|
name: y,
|
|
5498
|
-
store:
|
|
5498
|
+
store: J,
|
|
5499
5499
|
after: Z,
|
|
5500
5500
|
onError: Te
|
|
5501
5501
|
});
|
|
5502
5502
|
let Ie;
|
|
5503
5503
|
try {
|
|
5504
|
-
Ie = k.apply(this && this.$id === e ? this :
|
|
5504
|
+
Ie = k.apply(this && this.$id === e ? this : J, j);
|
|
5505
5505
|
} catch ($) {
|
|
5506
5506
|
throw Yt(G, $), $;
|
|
5507
5507
|
}
|
|
@@ -5516,29 +5516,29 @@ function Ga(e, t, n = {}, r, s, o) {
|
|
|
5516
5516
|
$patch: w,
|
|
5517
5517
|
$reset: g,
|
|
5518
5518
|
$subscribe(y, k = {}) {
|
|
5519
|
-
const
|
|
5519
|
+
const j = ni(T, y, k.detached, () => re()), re = i.run(() => Sn(() => r.state.value[e], (G) => {
|
|
5520
5520
|
(k.flush === "sync" ? c : l) && y({
|
|
5521
5521
|
storeId: e,
|
|
5522
5522
|
type: On.direct,
|
|
5523
5523
|
events: d
|
|
5524
5524
|
}, G);
|
|
5525
5525
|
}, ft({}, u, k)));
|
|
5526
|
-
return
|
|
5526
|
+
return j;
|
|
5527
5527
|
},
|
|
5528
5528
|
$dispose: M
|
|
5529
|
-
},
|
|
5530
|
-
r._s.set(e,
|
|
5529
|
+
}, J = sn(K);
|
|
5530
|
+
r._s.set(e, J);
|
|
5531
5531
|
const le = r._a && r._a.runWithContext || oT, ce = r._e.run(() => (i = hi(), le(() => i.run(t))));
|
|
5532
5532
|
for (const y in ce) {
|
|
5533
5533
|
const k = ce[y];
|
|
5534
5534
|
if (Se(k) && !uT(k) || Nt(k))
|
|
5535
5535
|
o || (A && aT(k) && (Se(k) ? k.value = A[y] : Ss(k, A[y])), r.state.value[e][y] = k);
|
|
5536
5536
|
else if (typeof k == "function") {
|
|
5537
|
-
const
|
|
5538
|
-
ce[y] =
|
|
5537
|
+
const j = V(y, k);
|
|
5538
|
+
ce[y] = j, a.actions[y] = k;
|
|
5539
5539
|
}
|
|
5540
5540
|
}
|
|
5541
|
-
return ft(
|
|
5541
|
+
return ft(J, ce), ft(q(J), ce), Object.defineProperty(J, "$state", {
|
|
5542
5542
|
get: () => r.state.value[e],
|
|
5543
5543
|
set: (y) => {
|
|
5544
5544
|
w((k) => {
|
|
@@ -5546,13 +5546,13 @@ function Ga(e, t, n = {}, r, s, o) {
|
|
|
5546
5546
|
});
|
|
5547
5547
|
}
|
|
5548
5548
|
}), r._p.forEach((y) => {
|
|
5549
|
-
ft(
|
|
5550
|
-
store:
|
|
5549
|
+
ft(J, i.run(() => y({
|
|
5550
|
+
store: J,
|
|
5551
5551
|
app: r._a,
|
|
5552
5552
|
pinia: r,
|
|
5553
5553
|
options: a
|
|
5554
5554
|
})));
|
|
5555
|
-
}), A && o && n.hydrate && n.hydrate(
|
|
5555
|
+
}), A && o && n.hydrate && n.hydrate(J.$state, A), l = !0, c = !0, J;
|
|
5556
5556
|
}
|
|
5557
5557
|
function Vs(e, t, n) {
|
|
5558
5558
|
let r, s;
|
|
@@ -5562,7 +5562,7 @@ function Vs(e, t, n) {
|
|
|
5562
5562
|
const l = Xl();
|
|
5563
5563
|
return a = // in test mode, ignore the argument provided as we can always retrieve a
|
|
5564
5564
|
// pinia instance with getActivePinia()
|
|
5565
|
-
a || (l ?
|
|
5565
|
+
a || (l ? je(Ma, null) : null), a && Lr(a), a = Pa, a._s.has(r) || (o ? Ga(r, t, s, a) : lT(r, s, a)), a._s.get(r);
|
|
5566
5566
|
}
|
|
5567
5567
|
return i.$id = r, i;
|
|
5568
5568
|
}
|
|
@@ -5718,10 +5718,10 @@ const hT = (e, t, n, { allOwnKeys: r } = {}) => (wn(t, (s, o) => {
|
|
|
5718
5718
|
};
|
|
5719
5719
|
return on(e) ? r(e) : r(String(e).split(t)), n;
|
|
5720
5720
|
}, FT = () => {
|
|
5721
|
-
}, HT = (e, t) => (e = +e, Number.isFinite(e) ? e : t),
|
|
5721
|
+
}, HT = (e, t) => (e = +e, Number.isFinite(e) ? e : t), jr = "abcdefghijklmnopqrstuvwxyz", si = "0123456789", Ya = {
|
|
5722
5722
|
DIGIT: si,
|
|
5723
|
-
ALPHA:
|
|
5724
|
-
ALPHA_DIGIT:
|
|
5723
|
+
ALPHA: jr,
|
|
5724
|
+
ALPHA_DIGIT: jr + jr.toUpperCase() + si
|
|
5725
5725
|
}, kT = (e = 16, t = Ya.ALPHA_DIGIT) => {
|
|
5726
5726
|
let n = "";
|
|
5727
5727
|
const { length: r } = t;
|
|
@@ -5853,7 +5853,7 @@ ee.from = (e, t, n, r, s, o) => {
|
|
|
5853
5853
|
return u !== Error.prototype;
|
|
5854
5854
|
}, (a) => a !== "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
|
-
const
|
|
5856
|
+
const jT = null;
|
|
5857
5857
|
function ds(e) {
|
|
5858
5858
|
return R.isPlainObject(e) || R.isArray(e);
|
|
5859
5859
|
}
|
|
@@ -5865,7 +5865,7 @@ function oi(e, t, n) {
|
|
|
5865
5865
|
return s = Wa(s), !n && o ? "[" + s + "]" : s;
|
|
5866
5866
|
}).join(n ? "." : "") : t;
|
|
5867
5867
|
}
|
|
5868
|
-
function
|
|
5868
|
+
function JT(e) {
|
|
5869
5869
|
return R.isArray(e) && !e.some(ds);
|
|
5870
5870
|
}
|
|
5871
5871
|
const XT = R.toFlatObject(R, {}, null, function(t) {
|
|
@@ -5898,7 +5898,7 @@ function Pr(e, t, n) {
|
|
|
5898
5898
|
if (A && !w && typeof A == "object") {
|
|
5899
5899
|
if (R.endsWith(p, "{}"))
|
|
5900
5900
|
p = r ? p : p.slice(0, -2), A = JSON.stringify(A);
|
|
5901
|
-
else if (R.isArray(A) &&
|
|
5901
|
+
else if (R.isArray(A) && JT(A) || (R.isFileList(A) || R.endsWith(p, "[]")) && (g = R.toArray(A)))
|
|
5902
5902
|
return p = Wa(p), g.forEach(function(V, K) {
|
|
5903
5903
|
!(R.isUndefined(V) || V === null) && t.append(
|
|
5904
5904
|
// eslint-disable-next-line no-nested-ternary
|
|
@@ -5947,14 +5947,14 @@ function ii(e) {
|
|
|
5947
5947
|
return t[r];
|
|
5948
5948
|
});
|
|
5949
5949
|
}
|
|
5950
|
-
function
|
|
5950
|
+
function js(e, t) {
|
|
5951
5951
|
this._pairs = [], e && Pr(e, this, t);
|
|
5952
5952
|
}
|
|
5953
|
-
const
|
|
5954
|
-
|
|
5953
|
+
const ja = js.prototype;
|
|
5954
|
+
ja.append = function(t, n) {
|
|
5955
5955
|
this._pairs.push([t, n]);
|
|
5956
5956
|
};
|
|
5957
|
-
|
|
5957
|
+
ja.toString = function(t) {
|
|
5958
5958
|
const n = t ? function(r) {
|
|
5959
5959
|
return t.call(this, r, ii);
|
|
5960
5960
|
} : ii;
|
|
@@ -5965,12 +5965,12 @@ Ja.toString = function(t) {
|
|
|
5965
5965
|
function zT(e) {
|
|
5966
5966
|
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
|
5967
5967
|
}
|
|
5968
|
-
function
|
|
5968
|
+
function Ja(e, t, n) {
|
|
5969
5969
|
if (!t)
|
|
5970
5970
|
return e;
|
|
5971
5971
|
const r = n && n.encode || zT, s = n && n.serialize;
|
|
5972
5972
|
let o;
|
|
5973
|
-
if (s ? o = s(t, n) : o = R.isURLSearchParams(t) ? t.toString() : new
|
|
5973
|
+
if (s ? o = s(t, n) : o = R.isURLSearchParams(t) ? t.toString() : new js(t, n).toString(r), o) {
|
|
5974
5974
|
const i = e.indexOf("#");
|
|
5975
5975
|
i !== -1 && (e = e.slice(0, i)), e += (e.indexOf("?") === -1 ? "?" : "&") + o;
|
|
5976
5976
|
}
|
|
@@ -6034,7 +6034,7 @@ const ai = $T, Xa = {
|
|
|
6034
6034
|
silentJSONParsing: !0,
|
|
6035
6035
|
forcedJSONParsing: !0,
|
|
6036
6036
|
clarifyTimeoutError: !1
|
|
6037
|
-
}, ZT = typeof URLSearchParams < "u" ? URLSearchParams :
|
|
6037
|
+
}, ZT = typeof URLSearchParams < "u" ? URLSearchParams : js, qT = typeof FormData < "u" ? FormData : null, QT = typeof Blob < "u" ? Blob : null, e_ = (() => {
|
|
6038
6038
|
let e;
|
|
6039
6039
|
return typeof navigator < "u" && ((e = navigator.product) === "ReactNative" || e === "NativeScript" || e === "NS") ? !1 : typeof window < "u" && typeof document < "u";
|
|
6040
6040
|
})(), t_ = (() => typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
@@ -6164,7 +6164,7 @@ R.forEach(["delete", "get", "head"], function(t) {
|
|
|
6164
6164
|
R.forEach(["post", "put", "patch"], function(t) {
|
|
6165
6165
|
Mr.headers[t] = R.merge(o_);
|
|
6166
6166
|
});
|
|
6167
|
-
const
|
|
6167
|
+
const Js = Mr, a_ = R.toObjectSet([
|
|
6168
6168
|
"age",
|
|
6169
6169
|
"authorization",
|
|
6170
6170
|
"content-length",
|
|
@@ -6204,7 +6204,7 @@ function l_(e) {
|
|
|
6204
6204
|
return t;
|
|
6205
6205
|
}
|
|
6206
6206
|
const c_ = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
|
|
6207
|
-
function
|
|
6207
|
+
function Jr(e, t, n, r, s) {
|
|
6208
6208
|
if (R.isFunction(r))
|
|
6209
6209
|
return r.call(this, t, n);
|
|
6210
6210
|
if (s && (t = n), !!R.isString(t)) {
|
|
@@ -6264,7 +6264,7 @@ class Br {
|
|
|
6264
6264
|
has(t, n) {
|
|
6265
6265
|
if (t = En(t), t) {
|
|
6266
6266
|
const r = R.findKey(this, t);
|
|
6267
|
-
return !!(r && this[r] !== void 0 && (!n ||
|
|
6267
|
+
return !!(r && this[r] !== void 0 && (!n || Jr(this, this[r], r, n)));
|
|
6268
6268
|
}
|
|
6269
6269
|
return !1;
|
|
6270
6270
|
}
|
|
@@ -6274,7 +6274,7 @@ class Br {
|
|
|
6274
6274
|
function o(i) {
|
|
6275
6275
|
if (i = En(i), i) {
|
|
6276
6276
|
const a = R.findKey(r, i);
|
|
6277
|
-
a && (!n ||
|
|
6277
|
+
a && (!n || Jr(r, r[a], a, n)) && (delete r[a], s = !0);
|
|
6278
6278
|
}
|
|
6279
6279
|
}
|
|
6280
6280
|
return R.isArray(t) ? t.forEach(o) : o(t), s;
|
|
@@ -6284,7 +6284,7 @@ class Br {
|
|
|
6284
6284
|
let r = n.length, s = !1;
|
|
6285
6285
|
for (; r--; ) {
|
|
6286
6286
|
const o = n[r];
|
|
6287
|
-
(!t ||
|
|
6287
|
+
(!t || Jr(this, this[o], o, t, !0)) && (delete this[o], s = !0);
|
|
6288
6288
|
}
|
|
6289
6289
|
return s;
|
|
6290
6290
|
}
|
|
@@ -6342,7 +6342,7 @@ R.freezeMethods(Br.prototype);
|
|
|
6342
6342
|
R.freezeMethods(Br);
|
|
6343
6343
|
const ot = Br;
|
|
6344
6344
|
function Xr(e, t) {
|
|
6345
|
-
const n = this ||
|
|
6345
|
+
const n = this || Js, r = t || n, s = ot.from(r.headers);
|
|
6346
6346
|
let o = r.data;
|
|
6347
6347
|
return R.forEach(e, function(a) {
|
|
6348
6348
|
o = a.call(n, o, s.normalize(), t ? t.status : void 0);
|
|
@@ -6492,7 +6492,7 @@ const O_ = typeof XMLHttpRequest < "u", p_ = O_ && function(e) {
|
|
|
6492
6492
|
o.set("Authorization", "Basic " + btoa(d + ":" + A));
|
|
6493
6493
|
}
|
|
6494
6494
|
const c = Za(e.baseURL, e.url);
|
|
6495
|
-
l.open(e.method.toUpperCase(),
|
|
6495
|
+
l.open(e.method.toUpperCase(), Ja(c, e.params, e.paramsSerializer), !0), l.timeout = e.timeout;
|
|
6496
6496
|
function T() {
|
|
6497
6497
|
if (!l)
|
|
6498
6498
|
return;
|
|
@@ -6544,7 +6544,7 @@ const O_ = typeof XMLHttpRequest < "u", p_ = O_ && function(e) {
|
|
|
6544
6544
|
l.send(s || null);
|
|
6545
6545
|
});
|
|
6546
6546
|
}, nr = {
|
|
6547
|
-
http:
|
|
6547
|
+
http: jT,
|
|
6548
6548
|
xhr: p_
|
|
6549
6549
|
};
|
|
6550
6550
|
R.forEach(nr, (e, t) => {
|
|
@@ -6584,7 +6584,7 @@ function ci(e) {
|
|
|
6584
6584
|
return zr(e), e.headers = ot.from(e.headers), e.data = Xr.call(
|
|
6585
6585
|
e,
|
|
6586
6586
|
e.transformRequest
|
|
6587
|
-
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), N_.getAdapter(e.adapter ||
|
|
6587
|
+
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), N_.getAdapter(e.adapter || Js.adapter)(e).then(function(r) {
|
|
6588
6588
|
return zr(e), r.data = Xr.call(
|
|
6589
6589
|
e,
|
|
6590
6590
|
e.transformResponse,
|
|
@@ -6787,7 +6787,7 @@ class Tr {
|
|
|
6787
6787
|
getUri(t) {
|
|
6788
6788
|
t = en(this.defaults, t);
|
|
6789
6789
|
const n = Za(t.baseURL, t.url);
|
|
6790
|
-
return
|
|
6790
|
+
return Ja(n, t.params, t.paramsSerializer);
|
|
6791
6791
|
}
|
|
6792
6792
|
}
|
|
6793
6793
|
R.forEach(["delete", "get", "head", "options"], function(t) {
|
|
@@ -6967,7 +6967,7 @@ function Qa(e) {
|
|
|
6967
6967
|
return Qa(en(e, s));
|
|
6968
6968
|
}, n;
|
|
6969
6969
|
}
|
|
6970
|
-
const Ae = Qa(
|
|
6970
|
+
const Ae = Qa(Js);
|
|
6971
6971
|
Ae.Axios = rr;
|
|
6972
6972
|
Ae.CanceledError = vn;
|
|
6973
6973
|
Ae.CancelToken = D_;
|
|
@@ -7047,7 +7047,7 @@ const fi = localStorage.getItem("accessToken"), di = async (e = [], t, n) => {
|
|
|
7047
7047
|
data: JSON.stringify(e)
|
|
7048
7048
|
})).data);
|
|
7049
7049
|
}, g_ = Vs("global", () => {
|
|
7050
|
-
const e = h([]), t = h([]), n = h(0), r = h(0), s = h([]), o = h(""), i = h(""), a = h(""), u = h(""), l = h(""), c = h(""), T = h(""), S = h(""), d = h(""), A = h("Learner"), p = h(""), w = h(""), g = h([]), M = h([]), V = h([]), K = h([]),
|
|
7050
|
+
const e = h([]), t = h([]), n = h(0), r = h(0), s = h([]), o = h(""), i = h(""), a = h(""), u = h(""), l = h(""), c = h(""), T = h(""), S = h(""), d = h(""), A = h("Learner"), p = h(""), w = h(""), g = h([]), M = h([]), V = h([]), K = h([]), J = h([]), le = h([]), ce = h([]), y = h([]), k = h([]), j = h([]), re = h([]), G = h([]), Z = h([]), Te = h(!1), Ie = h([]), $ = h(!1), oe = h(!0), te = h(!1), Ye = h(""), Me = h(!0), he = h(!0), pe = h(!1), tt = h(!1), ut = h(!1), Ht = h(""), Re = h(""), O = h(""), B = h(!1), C = h(!1), F = h(!1), ne = h(!1), E = h(""), _ = h(""), f = h(""), I = h("f1d8ad0c-2ed7-4b2d-a3c4-fa23016aea75"), N = h(""), U = h(""), P = h(""), m = h(""), L = h(""), D = h(""), Y = h(""), v = h(""), x = h(!0), W = h(""), z = h(""), ae = h(""), se = h(!0), _e = h(!1), Be = h(!1), lt = h(!1), Fn = h(!1), Lt = h(!1), Hn = h(!1), Le = h(!1), we = h(!1), kn = h(!0), eu = h(""), tu = h(!1), nu = h(""), Gr = h(0), ru = (b) => {
|
|
7051
7051
|
K.value.push({
|
|
7052
7052
|
question: b.question,
|
|
7053
7053
|
answer: b.answer
|
|
@@ -7073,7 +7073,7 @@ const fi = localStorage.getItem("accessToken"), di = async (e = [], t, n) => {
|
|
|
7073
7073
|
);
|
|
7074
7074
|
}, iu = (b) => {
|
|
7075
7075
|
var Ne, Ge, nt;
|
|
7076
|
-
p.value = b.ohr, w.value = b.band_code, A.value = (Ne = b.learnerName) == null ? void 0 : Ne.split(",").reverse().join(" "), console.log("learnername", A.value), r.value = b.questionsLeft, n.value = b.questionLimit,
|
|
7076
|
+
p.value = b.ohr, w.value = b.band_code, A.value = (Ne = b.learnerName) == null ? void 0 : Ne.split(",").reverse().join(" "), console.log("learnername", A.value), r.value = b.questionsLeft, n.value = b.questionLimit, J.value = b.user_skills, le.value = b.industry_skills, ce.value = b.service_line_skills, y.value = b.digital_skills, k.value = b.professional_skills, g.value = b.today, M.value = b.currentWeek, V.value = b.currentMonth, G.value = (Ge = b.globalFrequentlyAskedQuestions) == null ? void 0 : Ge.map((Xe) => (Xe.isShown = !1, Xe)), Z.value = (nt = b.globalRecentQuestions) == null ? void 0 : nt.map((Xe) => (Xe.isShown = !1, Xe)), e.value = G.value, t.value = Z.value;
|
|
7077
7077
|
}, au = async (b) => {
|
|
7078
7078
|
var Ne, Ge, nt, Xe, ze, Qs;
|
|
7079
7079
|
if (e.value = (Ne = b.frequentlyAskedQuestions) == null ? void 0 : Ne.map((Ct) => (Ct.isShown = !1, Ct)), t.value = (Ge = b.recentQuestions) == null ? void 0 : Ge.map((Ct) => (Ct.isShown = !1, Ct)), o.value = b.skill_name, S.value = b.prof_name, c.value = b.skill_id, T.value = b.skill_master_id, d.value = b.prof_id, i.value = (nt = b.skillDetails) == null ? void 0 : nt.skill_master_guru, a.value = (Xe = b.skillDetails) == null ? void 0 : Xe.prompt_context, l.value = (ze = b.skillDetails) == null ? void 0 : ze.skill_video_link, u.value = (Qs = b.skillDetails) == null ? void 0 : Qs.skill_guru_profile, he.value = !1, Te.value = !0, T.value === "f7d42458-5668-447f-806e-f1b7b1025a45") {
|
|
@@ -7100,7 +7100,7 @@ const fi = localStorage.getItem("accessToken"), di = async (e = [], t, n) => {
|
|
|
7100
7100
|
parentUsecaseId: b
|
|
7101
7101
|
}
|
|
7102
7102
|
}, Ge = await di(Ne, "post", `/${an.value}/use-case`);
|
|
7103
|
-
console.log("Consoling in generateUseCases"), console.log("result=======>", Ge[0]),
|
|
7103
|
+
console.log("Consoling in generateUseCases"), console.log("result=======>", Ge[0]), j.value = Ge.slice(0, 4), re.value = Ge.slice(4), he.value && qs(Ge[0]);
|
|
7104
7104
|
}, uu = () => {
|
|
7105
7105
|
const b = E.value;
|
|
7106
7106
|
navigator.clipboard.writeText(b).then(() => {
|
|
@@ -7109,7 +7109,7 @@ const fi = localStorage.getItem("accessToken"), di = async (e = [], t, n) => {
|
|
|
7109
7109
|
console.error("Failed to copy text: ", Ne);
|
|
7110
7110
|
});
|
|
7111
7111
|
}, lu = () => {
|
|
7112
|
-
e.value = G.value, t.value = Z.value, T.value = "", d.value = "",
|
|
7112
|
+
e.value = G.value, t.value = Z.value, T.value = "", d.value = "", j.value = [], re.value = [], Te.value = !1;
|
|
7113
7113
|
}, cu = () => {
|
|
7114
7114
|
K.value = [];
|
|
7115
7115
|
}, Eu = () => {
|
|
@@ -7156,13 +7156,13 @@ const fi = localStorage.getItem("accessToken"), di = async (e = [], t, n) => {
|
|
|
7156
7156
|
ohr: p,
|
|
7157
7157
|
skill_id: c,
|
|
7158
7158
|
prof_id: d,
|
|
7159
|
-
user_skills:
|
|
7159
|
+
user_skills: J,
|
|
7160
7160
|
//other_skills
|
|
7161
7161
|
industry_skills: le,
|
|
7162
7162
|
service_line_skills: ce,
|
|
7163
7163
|
digital_skills: y,
|
|
7164
7164
|
professional_skills: k,
|
|
7165
|
-
postSkillUseCases:
|
|
7165
|
+
postSkillUseCases: j,
|
|
7166
7166
|
showPostSkillUseCases: Te,
|
|
7167
7167
|
otherUseCases: re,
|
|
7168
7168
|
generateUseCases: Kr,
|
|
@@ -7249,7 +7249,7 @@ const fi = localStorage.getItem("accessToken"), di = async (e = [], t, n) => {
|
|
|
7249
7249
|
// route level code-splitting
|
|
7250
7250
|
// this generates a separate chunk (About.[hash].js) for this route
|
|
7251
7251
|
// which is lazy-loaded when the route is visited.
|
|
7252
|
-
component: () => import("./HomeView-
|
|
7252
|
+
component: () => import("./HomeView-d28dc788.mjs")
|
|
7253
7253
|
},
|
|
7254
7254
|
{
|
|
7255
7255
|
path: "playground",
|
|
@@ -7257,7 +7257,7 @@ const fi = localStorage.getItem("accessToken"), di = 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("./PromptTesting-
|
|
7260
|
+
component: () => import("./PromptTesting-00afb91e.mjs")
|
|
7261
7261
|
},
|
|
7262
7262
|
{
|
|
7263
7263
|
path: "simulation",
|
|
@@ -7265,7 +7265,7 @@ const fi = localStorage.getItem("accessToken"), di = 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("./AssessmentSimulation-
|
|
7268
|
+
component: () => import("./AssessmentSimulation-aa86c462.mjs")
|
|
7269
7269
|
},
|
|
7270
7270
|
{
|
|
7271
7271
|
path: "ama",
|
|
@@ -7273,7 +7273,7 @@ const fi = localStorage.getItem("accessToken"), di = 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("./AssessmentAMA-
|
|
7276
|
+
component: () => import("./AssessmentAMA-ecc0abf4.mjs")
|
|
7277
7277
|
},
|
|
7278
7278
|
{
|
|
7279
7279
|
path: "skillData",
|
|
@@ -7281,7 +7281,7 @@ const fi = localStorage.getItem("accessToken"), di = 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("./SkillData-
|
|
7284
|
+
component: () => import("./SkillData-50fa7b42.mjs")
|
|
7285
7285
|
},
|
|
7286
7286
|
{
|
|
7287
7287
|
path: "editSkillData",
|
|
@@ -7289,7 +7289,7 @@ const fi = localStorage.getItem("accessToken"), di = 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("./EditSkillData-
|
|
7292
|
+
component: () => import("./EditSkillData-336b859b.mjs"),
|
|
7293
7293
|
beforeEnter: (e, t, n) => {
|
|
7294
7294
|
sessionStorage.getItem("dataViewAccess") ? n() : n({ name: "SkillData" });
|
|
7295
7295
|
}
|
|
@@ -7300,7 +7300,7 @@ const fi = localStorage.getItem("accessToken"), di = async (e = [], t, n) => {
|
|
|
7300
7300
|
// route level code-splitting
|
|
7301
7301
|
// this generates a separate chunk (About.[hash].js) for this route
|
|
7302
7302
|
// which is lazy-loaded when the route is visited.
|
|
7303
|
-
component: () => import("./SkillAutomation-
|
|
7303
|
+
component: () => import("./SkillAutomation-c0caf2aa.mjs")
|
|
7304
7304
|
},
|
|
7305
7305
|
{
|
|
7306
7306
|
path: "editSkillAdminData",
|
|
@@ -7308,7 +7308,7 @@ const fi = localStorage.getItem("accessToken"), di = async (e = [], t, n) => {
|
|
|
7308
7308
|
// route level code-splitting
|
|
7309
7309
|
// this generates a separate chunk (About.[hash].js) for this route
|
|
7310
7310
|
// which is lazy-loaded when the route is visited.
|
|
7311
|
-
component: () => import("./EditSkillAdminData-
|
|
7311
|
+
component: () => import("./EditSkillAdminData-befae193.mjs"),
|
|
7312
7312
|
beforeEnter: (e, t, n) => {
|
|
7313
7313
|
sessionStorage.getItem("dataViewAccess") ? n() : n({ name: "SkillAutomation" });
|
|
7314
7314
|
}
|
|
@@ -7319,7 +7319,7 @@ const fi = localStorage.getItem("accessToken"), di = async (e = [], t, n) => {
|
|
|
7319
7319
|
// route level code-splitting
|
|
7320
7320
|
// this generates a separate chunk (About.[hash].js) for this route
|
|
7321
7321
|
// which is lazy-loaded when the route is visited.
|
|
7322
|
-
component: () => import("./UnderMaintenance-
|
|
7322
|
+
component: () => import("./UnderMaintenance-cf5c80fa.mjs")
|
|
7323
7323
|
}
|
|
7324
7324
|
]
|
|
7325
7325
|
},
|
|
@@ -7334,7 +7334,7 @@ const fi = localStorage.getItem("accessToken"), di = async (e = [], t, n) => {
|
|
|
7334
7334
|
// route level code-splitting
|
|
7335
7335
|
// this generates a separate chunk (About.[hash].js) for this route
|
|
7336
7336
|
// which is lazy-loaded when the route is visited.
|
|
7337
|
-
component: () => import("./HomeView-
|
|
7337
|
+
component: () => import("./HomeView-d28dc788.mjs")
|
|
7338
7338
|
},
|
|
7339
7339
|
{
|
|
7340
7340
|
path: "playground",
|
|
@@ -7342,7 +7342,7 @@ const fi = localStorage.getItem("accessToken"), di = async (e = [], t, n) => {
|
|
|
7342
7342
|
// route level code-splitting
|
|
7343
7343
|
// this generates a separate chunk (About.[hash].js) for this route
|
|
7344
7344
|
// which is lazy-loaded when the route is visited.
|
|
7345
|
-
component: () => import("./PromptTesting-
|
|
7345
|
+
component: () => import("./PromptTesting-00afb91e.mjs")
|
|
7346
7346
|
},
|
|
7347
7347
|
{
|
|
7348
7348
|
path: "skillData",
|
|
@@ -7350,7 +7350,7 @@ const fi = localStorage.getItem("accessToken"), di = async (e = [], t, n) => {
|
|
|
7350
7350
|
// route level code-splitting
|
|
7351
7351
|
// this generates a separate chunk (About.[hash].js) for this route
|
|
7352
7352
|
// which is lazy-loaded when the route is visited.
|
|
7353
|
-
component: () => import("./SkillData-
|
|
7353
|
+
component: () => import("./SkillData-50fa7b42.mjs")
|
|
7354
7354
|
},
|
|
7355
7355
|
{
|
|
7356
7356
|
path: "under-maintenance",
|
|
@@ -7358,7 +7358,7 @@ const fi = localStorage.getItem("accessToken"), di = 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("./UnderMaintenance-
|
|
7361
|
+
component: () => import("./UnderMaintenance-cf5c80fa.mjs")
|
|
7362
7362
|
}
|
|
7363
7363
|
]
|
|
7364
7364
|
}
|
|
@@ -7371,7 +7371,7 @@ $s.use(K_);
|
|
|
7371
7371
|
$s.use(G_);
|
|
7372
7372
|
$s.mount("#app");
|
|
7373
7373
|
export {
|
|
7374
|
-
|
|
7374
|
+
j_ as A,
|
|
7375
7375
|
k_ as B,
|
|
7376
7376
|
ea as C,
|
|
7377
7377
|
G_ as D,
|
|
@@ -7382,7 +7382,7 @@ export {
|
|
|
7382
7382
|
Sn as I,
|
|
7383
7383
|
V_ as J,
|
|
7384
7384
|
ta as K,
|
|
7385
|
-
|
|
7385
|
+
J_ as L,
|
|
7386
7386
|
z_ as M,
|
|
7387
7387
|
Aa as T,
|
|
7388
7388
|
Sa as a,
|