@genpact/genome.mfe.mgtwin-app 1.1.293-alpha → 1.1.295-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-55b9d95c.mjs → ArrowLeftCircleIcon-de9fd811.mjs} +1 -1
- package/dist/{AssessmentAMA-695517c4.mjs → AssessmentAMA-389ff21d.mjs} +4 -4
- package/dist/{AssessmentSimulation-e39bacab.mjs → AssessmentSimulation-689a3730.mjs} +165 -161
- package/dist/{EditSkillAdminData-55f72122.mjs → EditSkillAdminData-f9eb4a8a.mjs} +3 -3
- package/dist/{EditSkillData-3f4fb0f4.mjs → EditSkillData-3f273102.mjs} +3 -3
- package/dist/{HomeView-9dd36907.mjs → HomeView-a1d3ccba.mjs} +5 -5
- package/dist/{Loading-d60ebb68.mjs → Loading-55808073.mjs} +1 -1
- package/dist/{LoadingSimulation-03705a87.mjs → LoadingSimulation-0bb7742a.mjs} +1 -1
- package/dist/{Modal-964ffa2e.mjs → Modal-a494cc45.mjs} +1 -1
- package/dist/{PromptTesting-ca081171.mjs → PromptTesting-3fbbb758.mjs} +2 -2
- package/dist/{SkillAutomation-958c8d9c.mjs → SkillAutomation-13590a50.mjs} +3 -3
- package/dist/{SkillData-ca8b7ad9.mjs → SkillData-d2136f5d.mjs} +3 -3
- package/dist/{UnderMaintenance-7e9d4bdd.mjs → UnderMaintenance-ed05379e.mjs} +1 -1
- package/dist/{_commonjsHelpers-7141817d.mjs → _commonjsHelpers-56974270.mjs} +1 -1
- package/dist/{api-5b06b160.mjs → api-77b5b181.mjs} +1 -1
- package/dist/{main-64d7aa31.mjs → main-be295e1d.mjs} +194 -194
- package/dist/mgtwin.es.min.js +1 -1
- package/dist/mgtwin.umd.min.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -184,13 +184,13 @@ function Cu(e, t = Ke) {
|
|
|
184
184
|
function mi() {
|
|
185
185
|
return Ke;
|
|
186
186
|
}
|
|
187
|
-
function
|
|
187
|
+
function bu(e) {
|
|
188
188
|
Ke && Ke.cleanups.push(e);
|
|
189
189
|
}
|
|
190
190
|
const ms = (e) => {
|
|
191
191
|
const t = new Set(e);
|
|
192
192
|
return t.w = 0, t.n = 0, t;
|
|
193
|
-
}, Li = (e) => (e.w & ht) > 0, Ci = (e) => (e.n & ht) > 0,
|
|
193
|
+
}, Li = (e) => (e.w & ht) > 0, Ci = (e) => (e.n & ht) > 0, gu = ({ deps: e }) => {
|
|
194
194
|
if (e.length)
|
|
195
195
|
for (let t = 0; t < e.length; t++)
|
|
196
196
|
e[t].w |= ht;
|
|
@@ -223,7 +223,7 @@ class Ls {
|
|
|
223
223
|
t = t.parent;
|
|
224
224
|
}
|
|
225
225
|
try {
|
|
226
|
-
return this.parent = xe, xe = this, pt = !0, ht = 1 << ++Tn, Tn <= Zr ?
|
|
226
|
+
return this.parent = xe, xe = this, pt = !0, ht = 1 << ++Tn, Tn <= Zr ? gu(this) : no(this), this.fn();
|
|
227
227
|
} finally {
|
|
228
228
|
Tn <= Zr && Pu(this), ht = 1 << --Tn, xe = this.parent, pt = n, this.parent = void 0, this.deferStop && this.stop();
|
|
229
229
|
}
|
|
@@ -241,12 +241,12 @@ function no(e) {
|
|
|
241
241
|
}
|
|
242
242
|
}
|
|
243
243
|
let pt = !0;
|
|
244
|
-
const
|
|
244
|
+
const bi = [];
|
|
245
245
|
function nn() {
|
|
246
|
-
|
|
246
|
+
bi.push(pt), pt = !1;
|
|
247
247
|
}
|
|
248
248
|
function rn() {
|
|
249
|
-
const e =
|
|
249
|
+
const e = bi.pop();
|
|
250
250
|
pt = e === void 0 ? !0 : e;
|
|
251
251
|
}
|
|
252
252
|
function Pe(e, t, n) {
|
|
@@ -254,10 +254,10 @@ function Pe(e, t, n) {
|
|
|
254
254
|
let r = ir.get(e);
|
|
255
255
|
r || ir.set(e, r = /* @__PURE__ */ new Map());
|
|
256
256
|
let s = r.get(n);
|
|
257
|
-
s || r.set(n, s = ms()),
|
|
257
|
+
s || r.set(n, s = ms()), gi(s);
|
|
258
258
|
}
|
|
259
259
|
}
|
|
260
|
-
function
|
|
260
|
+
function gi(e, t) {
|
|
261
261
|
let n = !1;
|
|
262
262
|
Tn <= Zr ? Ci(e) || (e.n |= ht, n = !Li(e)) : n = !e.has(xe), n && (e.add(xe), xe.deps.push(e));
|
|
263
263
|
}
|
|
@@ -400,12 +400,12 @@ const Bi = {
|
|
|
400
400
|
get: Ku,
|
|
401
401
|
set: Hu
|
|
402
402
|
}
|
|
403
|
-
),
|
|
403
|
+
), bs = (e) => e, fr = (e) => Reflect.getPrototypeOf(e);
|
|
404
404
|
function xn(e, t, n = !1, r = !1) {
|
|
405
405
|
e = e.__v_raw;
|
|
406
406
|
const s = q(e), o = q(t);
|
|
407
407
|
n || (t !== o && Pe(s, "get", t), Pe(s, "get", o));
|
|
408
|
-
const { has: i } = fr(s), a = r ?
|
|
408
|
+
const { has: i } = fr(s), a = r ? bs : n ? Ms : Dn;
|
|
409
409
|
if (i.call(s, t))
|
|
410
410
|
return a(e.get(t));
|
|
411
411
|
if (i.call(s, o))
|
|
@@ -445,13 +445,13 @@ function uo() {
|
|
|
445
445
|
}
|
|
446
446
|
function jn(e, t) {
|
|
447
447
|
return function(r, s) {
|
|
448
|
-
const o = this, i = o.__v_raw, a = q(i), u = t ?
|
|
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
452
|
function Jn(e, t, n) {
|
|
453
453
|
return function(...r) {
|
|
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 ?
|
|
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(
|
|
456
456
|
o,
|
|
457
457
|
"iterate",
|
|
@@ -566,7 +566,7 @@ const [
|
|
|
566
566
|
zu,
|
|
567
567
|
$u
|
|
568
568
|
] = /* @__PURE__ */ ju();
|
|
569
|
-
function
|
|
569
|
+
function gs(e, t) {
|
|
570
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,
|
|
@@ -575,11 +575,11 @@ function bs(e, t) {
|
|
|
575
575
|
);
|
|
576
576
|
}
|
|
577
577
|
const Zu = {
|
|
578
|
-
get: /* @__PURE__ */
|
|
578
|
+
get: /* @__PURE__ */ gs(!1, !1)
|
|
579
579
|
}, qu = {
|
|
580
|
-
get: /* @__PURE__ */
|
|
580
|
+
get: /* @__PURE__ */ gs(!1, !0)
|
|
581
581
|
}, Qu = {
|
|
582
|
-
get: /* @__PURE__ */
|
|
582
|
+
get: /* @__PURE__ */ gs(!0, !1)
|
|
583
583
|
}, Gi = /* @__PURE__ */ new WeakMap(), Ki = /* @__PURE__ */ new WeakMap(), yi = /* @__PURE__ */ new WeakMap(), el = /* @__PURE__ */ new WeakMap();
|
|
584
584
|
function tl(e) {
|
|
585
585
|
switch (e) {
|
|
@@ -661,7 +661,7 @@ function dr(e) {
|
|
|
661
661
|
}
|
|
662
662
|
const Dn = (e) => ue(e) ? sn(e) : e, Ms = (e) => ue(e) ? wi(e) : e;
|
|
663
663
|
function Fi(e) {
|
|
664
|
-
pt && xe && (e = q(e),
|
|
664
|
+
pt && xe && (e = q(e), gi(e.dep || (e.dep = ms())));
|
|
665
665
|
}
|
|
666
666
|
function Hi(e, t) {
|
|
667
667
|
e = q(e);
|
|
@@ -977,7 +977,7 @@ function wr(e) {
|
|
|
977
977
|
ctx: A,
|
|
978
978
|
inheritAttrs: p
|
|
979
979
|
} = e;
|
|
980
|
-
let w,
|
|
980
|
+
let w, g;
|
|
981
981
|
const M = ur(e);
|
|
982
982
|
try {
|
|
983
983
|
if (n.shapeFlag & 4) {
|
|
@@ -992,7 +992,7 @@ function wr(e) {
|
|
|
992
992
|
S,
|
|
993
993
|
A
|
|
994
994
|
)
|
|
995
|
-
),
|
|
995
|
+
), g = u;
|
|
996
996
|
} else {
|
|
997
997
|
const K = t;
|
|
998
998
|
w = Ze(
|
|
@@ -1004,18 +1004,18 @@ function wr(e) {
|
|
|
1004
1004
|
null
|
|
1005
1005
|
/* we know it doesn't need it */
|
|
1006
1006
|
)
|
|
1007
|
-
),
|
|
1007
|
+
), g = t.props ? u : Rl(u);
|
|
1008
1008
|
}
|
|
1009
1009
|
} catch (K) {
|
|
1010
1010
|
An.length = 0, Ar(K, e, 1), w = De(He);
|
|
1011
1011
|
}
|
|
1012
1012
|
let V = w;
|
|
1013
|
-
if (
|
|
1014
|
-
const K = Object.keys(
|
|
1015
|
-
K.length && J & 7 && (i && K.some(Os) && (
|
|
1016
|
-
|
|
1013
|
+
if (g && p !== !1) {
|
|
1014
|
+
const K = Object.keys(g), { shapeFlag: J } = V;
|
|
1015
|
+
K.length && J & 7 && (i && K.some(Os) && (g = Ol(
|
|
1016
|
+
g,
|
|
1017
1017
|
i
|
|
1018
|
-
)), V = mt(V,
|
|
1018
|
+
)), V = mt(V, g));
|
|
1019
1019
|
}
|
|
1020
1020
|
return n.dirs && (V = mt(V), V.dirs = V.dirs ? V.dirs.concat(n.dirs) : n.dirs), n.transition && (V.transition = n.transition), w = V, ur(M), w;
|
|
1021
1021
|
}
|
|
@@ -1102,7 +1102,7 @@ function Xi(e, t, { immediate: n, deep: r, flush: s, onTrack: o, onTrigger: i }
|
|
|
1102
1102
|
Dt(K, u, 4);
|
|
1103
1103
|
};
|
|
1104
1104
|
}, A;
|
|
1105
|
-
if (
|
|
1105
|
+
if (bn)
|
|
1106
1106
|
if (d = We, t ? n && Fe(t, u, 3, [
|
|
1107
1107
|
l(),
|
|
1108
1108
|
T ? [] : void 0,
|
|
@@ -1129,10 +1129,10 @@ function Xi(e, t, { immediate: n, deep: r, flush: s, onTrack: o, onTrigger: i }
|
|
|
1129
1129
|
M.run();
|
|
1130
1130
|
};
|
|
1131
1131
|
w.allowRecurse = !!t;
|
|
1132
|
-
let
|
|
1133
|
-
s === "sync" ?
|
|
1134
|
-
const M = new Ls(l,
|
|
1135
|
-
t ? n ? w() : p = M.run() : s === "post" ?
|
|
1132
|
+
let g;
|
|
1133
|
+
s === "sync" ? g = w : s === "post" ? g = () => be(w, u && u.suspense) : (w.pre = !0, u && (w.id = u.uid), g = () => Ks(w));
|
|
1134
|
+
const M = new Ls(l, g);
|
|
1135
|
+
t ? n ? w() : p = M.run() : s === "post" ? be(
|
|
1136
1136
|
M.run.bind(M),
|
|
1137
1137
|
u && u.suspense
|
|
1138
1138
|
) : M.run();
|
|
@@ -1197,7 +1197,7 @@ function F_(e, t) {
|
|
|
1197
1197
|
}
|
|
1198
1198
|
return e;
|
|
1199
1199
|
}
|
|
1200
|
-
function
|
|
1200
|
+
function bt(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 a = s[i];
|
|
@@ -1292,13 +1292,13 @@ const ve = [Function, Array], $i = {
|
|
|
1292
1292
|
return r.isLeaving = !0, p.afterLeave = () => {
|
|
1293
1293
|
r.isLeaving = !1, n.update.active !== !1 && n.update();
|
|
1294
1294
|
}, vr(i);
|
|
1295
|
-
u === "in-out" && l.type !== He && (p.delayLeave = (w,
|
|
1295
|
+
u === "in-out" && l.type !== He && (p.delayLeave = (w, g, M) => {
|
|
1296
1296
|
const V = Zi(
|
|
1297
1297
|
r,
|
|
1298
1298
|
S
|
|
1299
1299
|
);
|
|
1300
1300
|
V[String(S.key)] = S, w._leaveCb = () => {
|
|
1301
|
-
|
|
1301
|
+
g(), w._leaveCb = void 0, delete c.delayedLeave;
|
|
1302
1302
|
}, c.delayedLeave = M;
|
|
1303
1303
|
});
|
|
1304
1304
|
}
|
|
@@ -1326,7 +1326,7 @@ function ts(e, t, n, r) {
|
|
|
1326
1326
|
onLeaveCancelled: A,
|
|
1327
1327
|
onBeforeAppear: p,
|
|
1328
1328
|
onAppear: w,
|
|
1329
|
-
onAfterAppear:
|
|
1329
|
+
onAfterAppear: g,
|
|
1330
1330
|
onAppearCancelled: M
|
|
1331
1331
|
} = t, V = String(e.key), K = Zi(n, e), J = (y, k) => {
|
|
1332
1332
|
y && Fe(
|
|
@@ -1359,7 +1359,7 @@ function ts(e, t, n, r) {
|
|
|
1359
1359
|
let k = u, j = l, re = c;
|
|
1360
1360
|
if (!n.isMounted)
|
|
1361
1361
|
if (s)
|
|
1362
|
-
k = w || u, j =
|
|
1362
|
+
k = w || u, j = g || l, re = M || c;
|
|
1363
1363
|
else
|
|
1364
1364
|
return;
|
|
1365
1365
|
let G = !1;
|
|
@@ -1420,10 +1420,10 @@ function yn(e, t) {
|
|
|
1420
1420
|
) : e;
|
|
1421
1421
|
}
|
|
1422
1422
|
const fn = (e) => !!e.type.__asyncLoader, Or = (e) => e.type.__isKeepAlive;
|
|
1423
|
-
function
|
|
1423
|
+
function bl(e, t) {
|
|
1424
1424
|
Qi(e, "a", t);
|
|
1425
1425
|
}
|
|
1426
|
-
function
|
|
1426
|
+
function gl(e, t) {
|
|
1427
1427
|
Qi(e, "da", t);
|
|
1428
1428
|
}
|
|
1429
1429
|
function Qi(e, t, n = Oe) {
|
|
@@ -1468,7 +1468,7 @@ function pr(e, t, n = Oe, r = !1) {
|
|
|
1468
1468
|
}
|
|
1469
1469
|
const at = (e) => (t, n = Oe) => (
|
|
1470
1470
|
// post-create lifecycle registrations are noops during SSR (except for serverPrefetch)
|
|
1471
|
-
(!
|
|
1471
|
+
(!bn || e === "sp") && pr(e, (...r) => t(...r), n)
|
|
1472
1472
|
), Ml = at("bm"), ea = at("m"), Bl = at("bu"), Gl = at("u"), ta = at("bum"), na = at("um"), Kl = at("sp"), yl = at(
|
|
1473
1473
|
"rtg"
|
|
1474
1474
|
), wl = at(
|
|
@@ -1636,7 +1636,7 @@ function kl(e) {
|
|
|
1636
1636
|
updated: A,
|
|
1637
1637
|
activated: p,
|
|
1638
1638
|
deactivated: w,
|
|
1639
|
-
beforeDestroy:
|
|
1639
|
+
beforeDestroy: g,
|
|
1640
1640
|
beforeUnmount: M,
|
|
1641
1641
|
destroyed: V,
|
|
1642
1642
|
unmounted: K,
|
|
@@ -1664,7 +1664,7 @@ function kl(e) {
|
|
|
1664
1664
|
}
|
|
1665
1665
|
if (ss = !0, o)
|
|
1666
1666
|
for (const oe in o) {
|
|
1667
|
-
const te = o[oe], Ye = X(te) ? te.bind(n, n) : X(te.get) ? te.get.bind(n, n) : We, Me = !X(te) && X(te.set) ? te.set.bind(n) : We, he =
|
|
1667
|
+
const te = o[oe], Ye = X(te) ? te.bind(n, n) : X(te.get) ? te.get.bind(n, n) : We, Me = !X(te) && X(te.set) ? te.set.bind(n) : We, he = ge({
|
|
1668
1668
|
get: Ye,
|
|
1669
1669
|
set: Me
|
|
1670
1670
|
});
|
|
@@ -1688,7 +1688,7 @@ 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), $(
|
|
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
1692
|
if (j.length) {
|
|
1693
1693
|
const oe = e.exposed || (e.exposed = {});
|
|
1694
1694
|
j.forEach((te) => {
|
|
@@ -2185,11 +2185,11 @@ function as(e, t, n, r, s = !1) {
|
|
|
2185
2185
|
} else
|
|
2186
2186
|
S ? (c[u] = i, Q(T, u) && (T[u] = i)) : d && (u.value = i, e.k && (c[e.k] = i));
|
|
2187
2187
|
};
|
|
2188
|
-
i ? (A.id = -1,
|
|
2188
|
+
i ? (A.id = -1, be(A, n)) : A();
|
|
2189
2189
|
}
|
|
2190
2190
|
}
|
|
2191
2191
|
}
|
|
2192
|
-
const
|
|
2192
|
+
const be = Dl;
|
|
2193
2193
|
function ec(e) {
|
|
2194
2194
|
return tc(e);
|
|
2195
2195
|
}
|
|
@@ -2219,7 +2219,7 @@ function tc(e, t) {
|
|
|
2219
2219
|
w(E, _, f, I);
|
|
2220
2220
|
break;
|
|
2221
2221
|
case He:
|
|
2222
|
-
|
|
2222
|
+
g(E, _, f, I);
|
|
2223
2223
|
break;
|
|
2224
2224
|
case qn:
|
|
2225
2225
|
E == null && M(_, f, I, P);
|
|
@@ -2283,7 +2283,7 @@ function tc(e, t) {
|
|
|
2283
2283
|
const N = _.el = E.el;
|
|
2284
2284
|
_.children !== E.children && l(N, _.children);
|
|
2285
2285
|
}
|
|
2286
|
-
},
|
|
2286
|
+
}, g = (E, _, f, I) => {
|
|
2287
2287
|
E == null ? r(
|
|
2288
2288
|
_.el = u(_.children || ""),
|
|
2289
2289
|
f,
|
|
@@ -2344,7 +2344,7 @@ function tc(e, t) {
|
|
|
2344
2344
|
U && Y !== "foreignObject",
|
|
2345
2345
|
P,
|
|
2346
2346
|
m
|
|
2347
|
-
), z &&
|
|
2347
|
+
), z && bt(E, null, I, "created"), ce(L, E, E.scopeId, P, I), v) {
|
|
2348
2348
|
for (const se in v)
|
|
2349
2349
|
se !== "value" && !zn(se) && o(
|
|
2350
2350
|
L,
|
|
@@ -2359,10 +2359,10 @@ function tc(e, t) {
|
|
|
2359
2359
|
);
|
|
2360
2360
|
"value" in v && o(L, "value", null, v.value), (D = v.onVnodeBeforeMount) && $e(D, I, E);
|
|
2361
2361
|
}
|
|
2362
|
-
z &&
|
|
2362
|
+
z && bt(E, null, I, "beforeMount");
|
|
2363
2363
|
const ae = (!N || N && !N.pendingBranch) && W && !W.persisted;
|
|
2364
|
-
ae && W.beforeEnter(L), r(L, _, f), ((D = v && v.onVnodeMounted) || ae || z) &&
|
|
2365
|
-
D && $e(D, I, E), ae && W.enter(L), z &&
|
|
2364
|
+
ae && W.beforeEnter(L), r(L, _, f), ((D = v && v.onVnodeMounted) || ae || z) && be(() => {
|
|
2365
|
+
D && $e(D, I, E), ae && W.enter(L), z && bt(E, null, I, "mounted");
|
|
2366
2366
|
}, N);
|
|
2367
2367
|
}, ce = (E, _, f, I, N) => {
|
|
2368
2368
|
if (f && d(E, f), I)
|
|
@@ -2402,7 +2402,7 @@ function tc(e, t) {
|
|
|
2402
2402
|
L |= E.patchFlag & 16;
|
|
2403
2403
|
const v = E.props || Ee, x = _.props || Ee;
|
|
2404
2404
|
let W;
|
|
2405
|
-
f &&
|
|
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
2407
|
if (D ? j(
|
|
2408
2408
|
E.dynamicChildren,
|
|
@@ -2461,8 +2461,8 @@ function tc(e, t) {
|
|
|
2461
2461
|
I,
|
|
2462
2462
|
N
|
|
2463
2463
|
);
|
|
2464
|
-
((W = x.onVnodeUpdated) || Y) &&
|
|
2465
|
-
W && $e(W, f, _, E), Y &&
|
|
2464
|
+
((W = x.onVnodeUpdated) || Y) && be(() => {
|
|
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++) {
|
|
@@ -2592,7 +2592,7 @@ function tc(e, t) {
|
|
|
2592
2592
|
if (Or(E) && (m.ctx.renderer = C), Sc(m), m.asyncDep) {
|
|
2593
2593
|
if (N && N.registerDep(m, $), !E.el) {
|
|
2594
2594
|
const L = m.subTree = De(He);
|
|
2595
|
-
|
|
2595
|
+
g(null, L, _, f);
|
|
2596
2596
|
}
|
|
2597
2597
|
return;
|
|
2598
2598
|
}
|
|
@@ -2619,7 +2619,7 @@ function tc(e, t) {
|
|
|
2619
2619
|
const m = () => {
|
|
2620
2620
|
if (E.isMounted) {
|
|
2621
2621
|
let { next: Y, bu: v, u: x, parent: W, vnode: z } = E, ae = Y, se;
|
|
2622
|
-
|
|
2622
|
+
gt(E, !1), Y ? (Y.el = z.el, oe(E, Y, P)) : Y = z, v && $n(v), (se = Y.props && Y.props.onVnodeBeforeUpdate) && $e(se, W, Y, z), gt(E, !0);
|
|
2623
2623
|
const _e = wr(E), Be = E.subTree;
|
|
2624
2624
|
E.subTree = _e, p(
|
|
2625
2625
|
Be,
|
|
@@ -2631,14 +2631,14 @@ function tc(e, t) {
|
|
|
2631
2631
|
E,
|
|
2632
2632
|
N,
|
|
2633
2633
|
U
|
|
2634
|
-
), Y.el = _e.el, ae === null && Nl(E, _e.el), x &&
|
|
2634
|
+
), Y.el = _e.el, ae === null && Nl(E, _e.el), x && be(x, N), (se = Y.props && Y.props.onVnodeUpdated) && be(
|
|
2635
2635
|
() => $e(se, W, Y, z),
|
|
2636
2636
|
N
|
|
2637
2637
|
);
|
|
2638
2638
|
} else {
|
|
2639
2639
|
let Y;
|
|
2640
2640
|
const { el: v, props: x } = _, { bm: W, m: z, parent: ae } = E, se = fn(_);
|
|
2641
|
-
if (
|
|
2641
|
+
if (gt(E, !1), W && $n(W), !se && (Y = x && x.onVnodeBeforeMount) && $e(Y, ae, _), gt(E, !0), v && ne) {
|
|
2642
2642
|
const _e = () => {
|
|
2643
2643
|
E.subTree = wr(E), ne(
|
|
2644
2644
|
v,
|
|
@@ -2667,14 +2667,14 @@ function tc(e, t) {
|
|
|
2667
2667
|
U
|
|
2668
2668
|
), _.el = _e.el;
|
|
2669
2669
|
}
|
|
2670
|
-
if (z &&
|
|
2670
|
+
if (z && be(z, N), !se && (Y = x && x.onVnodeMounted)) {
|
|
2671
2671
|
const _e = _;
|
|
2672
|
-
|
|
2672
|
+
be(
|
|
2673
2673
|
() => $e(Y, ae, _e),
|
|
2674
2674
|
N
|
|
2675
2675
|
);
|
|
2676
2676
|
}
|
|
2677
|
-
(_.shapeFlag & 256 || ae && fn(ae.vnode) && ae.vnode.shapeFlag & 256) && E.a &&
|
|
2677
|
+
(_.shapeFlag & 256 || ae && fn(ae.vnode) && ae.vnode.shapeFlag & 256) && E.a && be(E.a, N), E.isMounted = !0, _ = f = I = null;
|
|
2678
2678
|
}
|
|
2679
2679
|
}, L = E.effect = new Ls(
|
|
2680
2680
|
m,
|
|
@@ -2682,7 +2682,7 @@ function tc(e, t) {
|
|
|
2682
2682
|
E.scope
|
|
2683
2683
|
// track it in component's effect scope
|
|
2684
2684
|
), D = E.update = () => L.run();
|
|
2685
|
-
D.id = E.uid,
|
|
2685
|
+
D.id = E.uid, gt(E, !0), D();
|
|
2686
2686
|
}, oe = (E, _, f) => {
|
|
2687
2687
|
_.component = E;
|
|
2688
2688
|
const I = E.vnode.props;
|
|
@@ -2915,7 +2915,7 @@ function tc(e, t) {
|
|
|
2915
2915
|
}
|
|
2916
2916
|
if (I !== 2 && D & 1 && m)
|
|
2917
2917
|
if (I === 0)
|
|
2918
|
-
m.beforeEnter(U), r(U, _, f),
|
|
2918
|
+
m.beforeEnter(U), r(U, _, f), be(() => m.enter(U), N);
|
|
2919
2919
|
else {
|
|
2920
2920
|
const { leave: v, delayLeave: x, afterLeave: W } = m, z = () => r(U, _, f), ae = () => {
|
|
2921
2921
|
v(U, () => {
|
|
@@ -2950,7 +2950,7 @@ function tc(e, t) {
|
|
|
2950
2950
|
E.suspense.unmount(f, I);
|
|
2951
2951
|
return;
|
|
2952
2952
|
}
|
|
2953
|
-
W &&
|
|
2953
|
+
W && bt(E, null, _, "beforeUnmount"), Y & 64 ? E.type.remove(
|
|
2954
2954
|
E,
|
|
2955
2955
|
_,
|
|
2956
2956
|
f,
|
|
@@ -2966,8 +2966,8 @@ function tc(e, t) {
|
|
|
2966
2966
|
!0
|
|
2967
2967
|
) : (U === ye && v & 384 || !N && Y & 16) && Re(L, _, f), I && tt(E);
|
|
2968
2968
|
}
|
|
2969
|
-
(z && (ae = P && P.onVnodeUnmounted) || W) &&
|
|
2970
|
-
ae && $e(ae, _, E), W &&
|
|
2969
|
+
(z && (ae = P && P.onVnodeUnmounted) || W) && be(() => {
|
|
2970
|
+
ae && $e(ae, _, E), W && bt(E, null, _, "unmounted");
|
|
2971
2971
|
}, f);
|
|
2972
2972
|
}, tt = (E) => {
|
|
2973
2973
|
const { type: _, el: f, anchor: I, transition: N } = E;
|
|
@@ -2994,7 +2994,7 @@ function tc(e, t) {
|
|
|
2994
2994
|
s(_);
|
|
2995
2995
|
}, Ht = (E, _, f) => {
|
|
2996
2996
|
const { bum: I, scope: N, update: U, subTree: P, um: m } = E;
|
|
2997
|
-
I && $n(I), N.stop(), U && (U.active = !1, pe(P, E, _, f)), m &&
|
|
2997
|
+
I && $n(I), N.stop(), U && (U.active = !1, pe(P, E, _, f)), m && be(m, _), be(() => {
|
|
2998
2998
|
E.isUnmounted = !0;
|
|
2999
2999
|
}, _), _ && _.pendingBranch && !_.isUnmounted && E.asyncDep && !E.asyncResolved && E.suspenseId === _.pendingId && (_.deps--, _.deps === 0 && _.resolve());
|
|
3000
3000
|
}, Re = (E, _, f, I = !1, N = !1, U = 0) => {
|
|
@@ -3023,7 +3023,7 @@ function tc(e, t) {
|
|
|
3023
3023
|
createApp: Jl(B, F)
|
|
3024
3024
|
};
|
|
3025
3025
|
}
|
|
3026
|
-
function
|
|
3026
|
+
function gt({ effect: e, update: t }, n) {
|
|
3027
3027
|
e.allowRecurse = t.allowRecurse = n;
|
|
3028
3028
|
}
|
|
3029
3029
|
function Ea(e, t, n = !1) {
|
|
@@ -3383,13 +3383,13 @@ const $t = (e) => {
|
|
|
3383
3383
|
function fa(e) {
|
|
3384
3384
|
return e.vnode.shapeFlag & 4;
|
|
3385
3385
|
}
|
|
3386
|
-
let
|
|
3386
|
+
let bn = !1;
|
|
3387
3387
|
function Sc(e, t = !1) {
|
|
3388
|
-
|
|
3388
|
+
bn = t;
|
|
3389
3389
|
const { props: n, children: r } = e.vnode, s = fa(e);
|
|
3390
3390
|
zl(e, n, s, t), ql(e, r);
|
|
3391
3391
|
const o = s ? fc(e, t) : void 0;
|
|
3392
|
-
return
|
|
3392
|
+
return bn = !1, o;
|
|
3393
3393
|
}
|
|
3394
3394
|
function fc(e, t) {
|
|
3395
3395
|
const n = e.type;
|
|
@@ -3484,7 +3484,7 @@ function Dr(e) {
|
|
|
3484
3484
|
function Ic(e) {
|
|
3485
3485
|
return X(e) && "__vccOpts" in e;
|
|
3486
3486
|
}
|
|
3487
|
-
const
|
|
3487
|
+
const ge = (e, t) => El(e, t, bn);
|
|
3488
3488
|
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));
|
|
@@ -3627,10 +3627,10 @@ function Cc(e, t, n, r, s, o, i) {
|
|
|
3627
3627
|
function Rt(e, t, n, r) {
|
|
3628
3628
|
e.addEventListener(t, n, r);
|
|
3629
3629
|
}
|
|
3630
|
-
function
|
|
3630
|
+
function bc(e, t, n, r) {
|
|
3631
3631
|
e.removeEventListener(t, n, r);
|
|
3632
3632
|
}
|
|
3633
|
-
function
|
|
3633
|
+
function gc(e, t, n, r, s = null) {
|
|
3634
3634
|
const o = e._vei || (e._vei = {}), i = o[t];
|
|
3635
3635
|
if (r && i)
|
|
3636
3636
|
i.value = r;
|
|
@@ -3640,16 +3640,16 @@ function bc(e, t, n, r, s = null) {
|
|
|
3640
3640
|
const l = o[t] = Gc(r, s);
|
|
3641
3641
|
Rt(e, a, l, u);
|
|
3642
3642
|
} else
|
|
3643
|
-
i && (
|
|
3643
|
+
i && (bc(e, a, i, u), o[t] = void 0);
|
|
3644
3644
|
}
|
|
3645
3645
|
}
|
|
3646
|
-
const
|
|
3646
|
+
const bo = /(?:Once|Passive|Capture)$/;
|
|
3647
3647
|
function Pc(e) {
|
|
3648
3648
|
let t;
|
|
3649
|
-
if (
|
|
3649
|
+
if (bo.test(e)) {
|
|
3650
3650
|
t = {};
|
|
3651
3651
|
let r;
|
|
3652
|
-
for (; r = e.match(
|
|
3652
|
+
for (; r = e.match(bo); )
|
|
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) : Ft(e.slice(2)), t];
|
|
@@ -3680,8 +3680,8 @@ function Kc(e, t) {
|
|
|
3680
3680
|
} else
|
|
3681
3681
|
return t;
|
|
3682
3682
|
}
|
|
3683
|
-
const
|
|
3684
|
-
t === "class" ? Dc(e, r, s) : t === "style" ? hc(e, n, r) : _r(t) ? Os(t) ||
|
|
3683
|
+
const go = /^on[a-z]/, yc = (e, t, n, r, s = !1, o, i, a, u) => {
|
|
3684
|
+
t === "class" ? Dc(e, r, s) : t === "style" ? hc(e, n, r) : _r(t) ? Os(t) || gc(e, t, n, r, i) : (t[0] === "." ? (t = t.slice(1), !0) : t[0] === "^" ? (t = t.slice(1), !1) : wc(e, t, r, s)) ? Cc(
|
|
3685
3685
|
e,
|
|
3686
3686
|
t,
|
|
3687
3687
|
r,
|
|
@@ -3692,7 +3692,7 @@ const bo = /^on[a-z]/, yc = (e, t, n, r, s = !1, o, i, a, u) => {
|
|
|
3692
3692
|
) : (t === "true-value" ? e._trueValue = r : t === "false-value" && (e._falseValue = r), Lc(e, t, r, s));
|
|
3693
3693
|
};
|
|
3694
3694
|
function wc(e, t, n, r) {
|
|
3695
|
-
return r ? !!(t === "innerHTML" || t === "textContent" || t in e &&
|
|
3695
|
+
return r ? !!(t === "innerHTML" || t === "textContent" || t in e && go.test(t) && X(n)) : t === "spellcheck" || t === "draggable" || t === "translate" || t === "form" || t === "list" && e.tagName === "INPUT" || t === "type" && e.tagName === "TEXTAREA" || go.test(t) && de(n) ? !1 : t in e;
|
|
3696
3696
|
}
|
|
3697
3697
|
const Et = "transition", un = "animation", Aa = (e, { slots: t }) => ks(Cl, vc(e), t);
|
|
3698
3698
|
Aa.displayName = "Transition";
|
|
@@ -3742,12 +3742,12 @@ function vc(e) {
|
|
|
3742
3742
|
leaveActiveClass: S = `${n}-leave-active`,
|
|
3743
3743
|
leaveToClass: d = `${n}-leave-to`
|
|
3744
3744
|
} = e, A = Fc(s), p = A && A[0], w = A && A[1], {
|
|
3745
|
-
onBeforeEnter:
|
|
3745
|
+
onBeforeEnter: g,
|
|
3746
3746
|
onEnter: M,
|
|
3747
3747
|
onEnterCancelled: V,
|
|
3748
3748
|
onLeave: K,
|
|
3749
3749
|
onLeaveCancelled: J,
|
|
3750
|
-
onBeforeAppear: le =
|
|
3750
|
+
onBeforeAppear: le = g,
|
|
3751
3751
|
onAppear: ce = M,
|
|
3752
3752
|
onAppearCancelled: y = V
|
|
3753
3753
|
} = t, k = (G, Z, Te) => {
|
|
@@ -3762,7 +3762,7 @@ function vc(e) {
|
|
|
3762
3762
|
};
|
|
3763
3763
|
return fe(t, {
|
|
3764
3764
|
onBeforeEnter(G) {
|
|
3765
|
-
Pt(
|
|
3765
|
+
Pt(g, [G]), Tt(G, o), Tt(G, i);
|
|
3766
3766
|
},
|
|
3767
3767
|
onBeforeAppear(G) {
|
|
3768
3768
|
Pt(le, [G]), Tt(G, u), Tt(G, l);
|
|
@@ -3898,7 +3898,7 @@ const x_ = {
|
|
|
3898
3898
|
deep: !0,
|
|
3899
3899
|
created(e, t, n) {
|
|
3900
3900
|
e._assign = Zt(n), Rt(e, "change", () => {
|
|
3901
|
-
const r = e._modelValue, s =
|
|
3901
|
+
const r = e._modelValue, s = gn(e), o = e.checked, i = e._assign;
|
|
3902
3902
|
if (H(r)) {
|
|
3903
3903
|
const a = hs(r, s), u = a !== -1;
|
|
3904
3904
|
if (o && !u)
|
|
@@ -3930,7 +3930,7 @@ const W_ = {
|
|
|
3930
3930
|
const s = tn(t);
|
|
3931
3931
|
Rt(e, "change", () => {
|
|
3932
3932
|
const o = Array.prototype.filter.call(e.options, (i) => i.selected).map(
|
|
3933
|
-
(i) => n ? or(
|
|
3933
|
+
(i) => n ? or(gn(i)) : gn(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 && !H(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 = gn(o);
|
|
3957
3957
|
if (n)
|
|
3958
3958
|
H(t) ? o.selected = hs(t, i) > -1 : o.selected = t.has(i);
|
|
3959
|
-
else if (Kn(
|
|
3959
|
+
else if (Kn(gn(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 gn(e) {
|
|
3968
3968
|
return "_value" in e ? e._value : e.value;
|
|
3969
3969
|
}
|
|
3970
3970
|
function Ra(e, t) {
|
|
@@ -4195,8 +4195,8 @@ function TE(e, t, n, r) {
|
|
|
4195
4195
|
w = p ? S.position - p.position : 0;
|
|
4196
4196
|
} else
|
|
4197
4197
|
r(d);
|
|
4198
|
-
s.forEach((
|
|
4199
|
-
|
|
4198
|
+
s.forEach((g) => {
|
|
4199
|
+
g(n.value, A, {
|
|
4200
4200
|
delta: w,
|
|
4201
4201
|
type: Pn.pop,
|
|
4202
4202
|
direction: w ? w > 0 ? Rn.forward : Rn.back : Rn.unknown
|
|
@@ -4371,13 +4371,13 @@ function IE(e, t) {
|
|
|
4371
4371
|
if (S.type === 0)
|
|
4372
4372
|
T || (s += "/"), s += S.value.replace(AE, "\\$&"), d += 40;
|
|
4373
4373
|
else if (S.type === 1) {
|
|
4374
|
-
const { value: A, repeatable: p, optional: w, regexp:
|
|
4374
|
+
const { value: A, repeatable: p, optional: w, regexp: g } = S;
|
|
4375
4375
|
o.push({
|
|
4376
4376
|
name: A,
|
|
4377
4377
|
repeatable: p,
|
|
4378
4378
|
optional: w
|
|
4379
4379
|
});
|
|
4380
|
-
const M =
|
|
4380
|
+
const M = g || Wo;
|
|
4381
4381
|
if (M !== Wo) {
|
|
4382
4382
|
d += 10;
|
|
4383
4383
|
try {
|
|
@@ -4419,10 +4419,10 @@ function IE(e, t) {
|
|
|
4419
4419
|
if (d.type === 0)
|
|
4420
4420
|
c += d.value;
|
|
4421
4421
|
else if (d.type === 1) {
|
|
4422
|
-
const { value: A, repeatable: p, optional: w } = d,
|
|
4423
|
-
if (Je(
|
|
4422
|
+
const { value: A, repeatable: p, optional: w } = d, g = A in l ? l[A] : "";
|
|
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 = Je(
|
|
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);
|
|
@@ -4572,19 +4572,19 @@ function hE(e, t) {
|
|
|
4572
4572
|
// are defined on the same record
|
|
4573
4573
|
}));
|
|
4574
4574
|
}
|
|
4575
|
-
let
|
|
4575
|
+
let g, M;
|
|
4576
4576
|
for (const V of w) {
|
|
4577
4577
|
const { path: K } = V;
|
|
4578
4578
|
if (T && K[0] !== "/") {
|
|
4579
4579
|
const J = T.record.path, le = J[J.length - 1] === "/" ? "" : "/";
|
|
4580
4580
|
V.path = T.record.path + (K && le + K);
|
|
4581
4581
|
}
|
|
4582
|
-
if (
|
|
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
4583
|
const J = A.children;
|
|
4584
4584
|
for (let le = 0; le < J.length; le++)
|
|
4585
|
-
o(J[le],
|
|
4585
|
+
o(J[le], g, S && S.children[le]);
|
|
4586
4586
|
}
|
|
4587
|
-
S = S ||
|
|
4587
|
+
S = S || g, (g.record.components && Object.keys(g.record.components).length || g.record.name || g.record.redirect) && u(g);
|
|
4588
4588
|
}
|
|
4589
4589
|
return M ? () => {
|
|
4590
4590
|
i(M);
|
|
@@ -4640,9 +4640,9 @@ function hE(e, t) {
|
|
|
4640
4640
|
p = S.record.name, d = ie({}, T.params, c.params), A = S.stringify(d);
|
|
4641
4641
|
}
|
|
4642
4642
|
const w = [];
|
|
4643
|
-
let
|
|
4644
|
-
for (;
|
|
4645
|
-
w.unshift(
|
|
4643
|
+
let g = S;
|
|
4644
|
+
for (; g; )
|
|
4645
|
+
w.unshift(g.record), g = g.parent;
|
|
4646
4646
|
return {
|
|
4647
4647
|
name: p,
|
|
4648
4648
|
path: A,
|
|
@@ -4705,15 +4705,15 @@ function zo(e, t) {
|
|
|
4705
4705
|
function Da(e, t) {
|
|
4706
4706
|
return t.children.some((n) => n === e || Da(e, n));
|
|
4707
4707
|
}
|
|
4708
|
-
const ha = /#/g,
|
|
4708
|
+
const ha = /#/g, bE = /&/g, gE = /\//g, PE = /=/g, ME = /\?/g, ma = /\+/g, BE = /%5B/g, GE = /%5D/g, La = /%5E/g, KE = /%60/g, Ca = /%7B/g, yE = /%7C/g, ba = /%7D/g, wE = /%20/g;
|
|
4709
4709
|
function Ys(e) {
|
|
4710
4710
|
return encodeURI("" + e).replace(yE, "|").replace(BE, "[").replace(GE, "]");
|
|
4711
4711
|
}
|
|
4712
4712
|
function vE(e) {
|
|
4713
|
-
return Ys(e).replace(Ca, "{").replace(
|
|
4713
|
+
return Ys(e).replace(Ca, "{").replace(ba, "}").replace(La, "^");
|
|
4714
4714
|
}
|
|
4715
4715
|
function Es(e) {
|
|
4716
|
-
return Ys(e).replace(ma, "%2B").replace(wE, "+").replace(ha, "%23").replace(
|
|
4716
|
+
return Ys(e).replace(ma, "%2B").replace(wE, "+").replace(ha, "%23").replace(bE, "%26").replace(KE, "`").replace(Ca, "{").replace(ba, "}").replace(La, "^");
|
|
4717
4717
|
}
|
|
4718
4718
|
function FE(e) {
|
|
4719
4719
|
return Es(e).replace(PE, "%3D");
|
|
@@ -4722,7 +4722,7 @@ function HE(e) {
|
|
|
4722
4722
|
return Ys(e).replace(ha, "%23").replace(ME, "%3F");
|
|
4723
4723
|
}
|
|
4724
4724
|
function kE(e) {
|
|
4725
|
-
return e == null ? "" : HE(e).replace(
|
|
4725
|
+
return e == null ? "" : HE(e).replace(gE, "%2F");
|
|
4726
4726
|
}
|
|
4727
4727
|
function Er(e) {
|
|
4728
4728
|
try {
|
|
@@ -4768,7 +4768,7 @@ function xE(e) {
|
|
|
4768
4768
|
}
|
|
4769
4769
|
return t;
|
|
4770
4770
|
}
|
|
4771
|
-
const VE = Symbol(""), Zo = Symbol(""), mr = Symbol(""),
|
|
4771
|
+
const VE = Symbol(""), Zo = Symbol(""), mr = Symbol(""), ga = Symbol(""), Ts = Symbol("");
|
|
4772
4772
|
function cn() {
|
|
4773
4773
|
let e = [];
|
|
4774
4774
|
function t(r) {
|
|
@@ -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 = je(mr), n = je(
|
|
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;
|
|
@@ -4847,7 +4847,7 @@ function qo(e) {
|
|
|
4847
4847
|
Qo(c) === d && // avoid comparing the child with its parent
|
|
4848
4848
|
T[T.length - 1].path !== d ? T.findIndex(qt.bind(null, u[l - 2])) : S
|
|
4849
4849
|
);
|
|
4850
|
-
}), o =
|
|
4850
|
+
}), o = ge(() => s.value > -1 && zE(n.params, r.value.params)), i = ge(() => s.value > -1 && s.value === n.matched.length - 1 && Oa(n.params, r.value.params));
|
|
4851
4851
|
function a(u = {}) {
|
|
4852
4852
|
return XE(u) ? t[Ut(e.replace) ? "replace" : "push"](
|
|
4853
4853
|
Ut(e.to)
|
|
@@ -4856,7 +4856,7 @@ function qo(e) {
|
|
|
4856
4856
|
}
|
|
4857
4857
|
return {
|
|
4858
4858
|
route: r,
|
|
4859
|
-
href:
|
|
4859
|
+
href: ge(() => r.value.href),
|
|
4860
4860
|
isActive: o,
|
|
4861
4861
|
isExactActive: i,
|
|
4862
4862
|
navigate: a
|
|
@@ -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 } = je(mr), s =
|
|
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,
|
|
@@ -4943,15 +4943,15 @@ 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 = je(Ts), s =
|
|
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;
|
|
4950
4950
|
for (; (T = c[l]) && !T.components; )
|
|
4951
4951
|
l++;
|
|
4952
4952
|
return l;
|
|
4953
|
-
}), a =
|
|
4954
|
-
Zn(Zo,
|
|
4953
|
+
}), a = ge(() => s.value.matched[i.value]);
|
|
4954
|
+
Zn(Zo, ge(() => i.value + 1)), Zn(VE, a), Zn(Ts, s);
|
|
4955
4955
|
const u = h();
|
|
4956
4956
|
return Sn(() => [u.value, a.value, e.name], ([l, c, T], [S, d, A]) => {
|
|
4957
4957
|
c && (c.instances[T] = l, d && d !== c && l && l === S && (c.leaveGuards.size || (c.leaveGuards = d.leaveGuards), c.updateGuards.size || (c.updateGuards = d.updateGuards))), l && c && // if there is no instance but to and from are the same this might be
|
|
@@ -4962,8 +4962,8 @@ const ei = (e, t, n) => e ?? t ?? n, $E = /* @__PURE__ */ yn({
|
|
|
4962
4962
|
if (!S)
|
|
4963
4963
|
return ti(n.default, { Component: S, route: l });
|
|
4964
4964
|
const d = T.props[c], A = d ? d === !0 ? l.params : typeof d == "function" ? d(l) : d : null, w = ks(S, ie({}, A, t, {
|
|
4965
|
-
onVnodeUnmounted: (
|
|
4966
|
-
|
|
4965
|
+
onVnodeUnmounted: (g) => {
|
|
4966
|
+
g.component.isUnmounted && (T.instances[c] = null);
|
|
4967
4967
|
},
|
|
4968
4968
|
ref: u
|
|
4969
4969
|
}));
|
|
@@ -5004,7 +5004,7 @@ function ZE(e) {
|
|
|
5004
5004
|
function w(O) {
|
|
5005
5005
|
return !!t.getRecordMatcher(O);
|
|
5006
5006
|
}
|
|
5007
|
-
function
|
|
5007
|
+
function g(O, B) {
|
|
5008
5008
|
if (B = ie({}, B || u.value), typeof O == "string") {
|
|
5009
5009
|
const f = Vr(n, O, B.path), I = t.resolve({ path: f.path }, B), N = s.createHref(f.fullPath);
|
|
5010
5010
|
return ie(f, I, {
|
|
@@ -5084,7 +5084,7 @@ function ZE(e) {
|
|
|
5084
5084
|
}
|
|
5085
5085
|
}
|
|
5086
5086
|
function ce(O, B) {
|
|
5087
|
-
const C = l =
|
|
5087
|
+
const C = l = g(O), F = u.value, ne = O.state, E = O.force, _ = O.replace === !0, f = le(C);
|
|
5088
5088
|
if (f)
|
|
5089
5089
|
return ce(
|
|
5090
5090
|
ie(M(f), {
|
|
@@ -5209,7 +5209,7 @@ function ZE(e) {
|
|
|
5209
5209
|
Z || (Z = s.listen((O, B, C) => {
|
|
5210
5210
|
if (!Ht.listening)
|
|
5211
5211
|
return;
|
|
5212
|
-
const F =
|
|
5212
|
+
const F = g(O), ne = le(F);
|
|
5213
5213
|
if (ne) {
|
|
5214
5214
|
ce(ie(ne, { replace: !0 }), F).catch(In);
|
|
5215
5215
|
return;
|
|
@@ -5284,7 +5284,7 @@ function ZE(e) {
|
|
|
5284
5284
|
removeRoute: A,
|
|
5285
5285
|
hasRoute: w,
|
|
5286
5286
|
getRoutes: p,
|
|
5287
|
-
resolve:
|
|
5287
|
+
resolve: g,
|
|
5288
5288
|
options: e,
|
|
5289
5289
|
push: K,
|
|
5290
5290
|
replace: J,
|
|
@@ -5307,8 +5307,8 @@ function ZE(e) {
|
|
|
5307
5307
|
}));
|
|
5308
5308
|
const C = {};
|
|
5309
5309
|
for (const ne in _t)
|
|
5310
|
-
C[ne] =
|
|
5311
|
-
O.provide(mr, B), O.provide(
|
|
5310
|
+
C[ne] = ge(() => u.value[ne]);
|
|
5311
|
+
O.provide(mr, B), O.provide(ga, sn(C)), O.provide(Ts, u);
|
|
5312
5312
|
const F = O.unmount;
|
|
5313
5313
|
ut.add(O), O.unmount = function() {
|
|
5314
5314
|
ut.delete(O), ut.size < 1 && (l = _t, Z && Z(), Z = null, u.value = _t, tt = !1, oe = !1), F();
|
|
@@ -5400,7 +5400,7 @@ function ni(e, t, n, r = Ba) {
|
|
|
5400
5400
|
const o = e.indexOf(t);
|
|
5401
5401
|
o > -1 && (e.splice(o, 1), r());
|
|
5402
5402
|
};
|
|
5403
|
-
return !n && mi() &&
|
|
5403
|
+
return !n && mi() && bu(s), s;
|
|
5404
5404
|
}
|
|
5405
5405
|
function Yt(e, ...t) {
|
|
5406
5406
|
e.slice().forEach((n) => {
|
|
@@ -5435,7 +5435,7 @@ function lT(e, t, n, r) {
|
|
|
5435
5435
|
function l() {
|
|
5436
5436
|
a || (n.state.value[e] = s ? s() : {});
|
|
5437
5437
|
const c = al(n.state.value[e]);
|
|
5438
|
-
return ft(c, o, Object.keys(i || {}).reduce((T, S) => (T[S] = dr(
|
|
5438
|
+
return ft(c, o, Object.keys(i || {}).reduce((T, S) => (T[S] = dr(ge(() => {
|
|
5439
5439
|
Lr(n);
|
|
5440
5440
|
const d = n._s.get(e);
|
|
5441
5441
|
return i[S].call(d, d);
|
|
@@ -5470,7 +5470,7 @@ function Ga(e, t, n = {}, r, s, o) {
|
|
|
5470
5470
|
p === j && (l = !0);
|
|
5471
5471
|
}), c = !0, Yt(T, k, r.state.value[e]);
|
|
5472
5472
|
}
|
|
5473
|
-
const
|
|
5473
|
+
const g = o ? function() {
|
|
5474
5474
|
const { state: k } = n, j = k ? k() : {};
|
|
5475
5475
|
this.$patch((re) => {
|
|
5476
5476
|
ft(re, j);
|
|
@@ -5514,7 +5514,7 @@ function Ga(e, t, n = {}, r, s, o) {
|
|
|
5514
5514
|
$id: e,
|
|
5515
5515
|
$onAction: ni.bind(null, S),
|
|
5516
5516
|
$patch: w,
|
|
5517
|
-
$reset:
|
|
5517
|
+
$reset: g,
|
|
5518
5518
|
$subscribe(y, k = {}) {
|
|
5519
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({
|
|
@@ -5587,7 +5587,7 @@ function Ka(e, t) {
|
|
|
5587
5587
|
const { toString: TT } = Object.prototype, { getPrototypeOf: Ws } = Object, Cr = ((e) => (t) => {
|
|
5588
5588
|
const n = TT.call(t);
|
|
5589
5589
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
|
5590
|
-
})(/* @__PURE__ */ Object.create(null)), et = (e) => (e = e.toLowerCase(), (t) => Cr(t) === e),
|
|
5590
|
+
})(/* @__PURE__ */ Object.create(null)), et = (e) => (e = e.toLowerCase(), (t) => Cr(t) === e), br = (e) => (t) => typeof t === e, { isArray: on } = Array, Mn = br("undefined");
|
|
5591
5591
|
function _T(e) {
|
|
5592
5592
|
return e !== null && !Mn(e) && e.constructor !== null && !Mn(e.constructor) && ke(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
5593
5593
|
}
|
|
@@ -5596,12 +5596,12 @@ function ST(e) {
|
|
|
5596
5596
|
let t;
|
|
5597
5597
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && ya(e.buffer), t;
|
|
5598
5598
|
}
|
|
5599
|
-
const fT =
|
|
5599
|
+
const fT = br("string"), ke = br("function"), wa = br("number"), gr = (e) => e !== null && typeof e == "object", dT = (e) => e === !0 || e === !1, er = (e) => {
|
|
5600
5600
|
if (Cr(e) !== "object")
|
|
5601
5601
|
return !1;
|
|
5602
5602
|
const t = Ws(e);
|
|
5603
5603
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
|
|
5604
|
-
}, AT = et("Date"), IT = et("File"), RT = et("Blob"), OT = et("FileList"), pT = (e) =>
|
|
5604
|
+
}, AT = et("Date"), IT = et("File"), RT = et("Blob"), OT = et("FileList"), pT = (e) => gr(e) && ke(e.pipe), NT = (e) => {
|
|
5605
5605
|
let t;
|
|
5606
5606
|
return e && (typeof FormData == "function" && e instanceof FormData || ke(e.append) && ((t = Cr(e)) === "formdata" || // detect form-data instance
|
|
5607
5607
|
t === "object" && ke(e.toString) && e.toString() === "[object FormData]"));
|
|
@@ -5656,11 +5656,11 @@ const hT = (e, t, n, { allOwnKeys: r } = {}) => (wn(t, (s, o) => {
|
|
|
5656
5656
|
e = n !== !1 && Ws(e);
|
|
5657
5657
|
} while (e && (!n || n(e, t)) && e !== Object.prototype);
|
|
5658
5658
|
return t;
|
|
5659
|
-
},
|
|
5659
|
+
}, bT = (e, t, n) => {
|
|
5660
5660
|
e = String(e), (n === void 0 || n > e.length) && (n = e.length), n -= t.length;
|
|
5661
5661
|
const r = e.indexOf(t, n);
|
|
5662
5662
|
return r !== -1 && r === n;
|
|
5663
|
-
},
|
|
5663
|
+
}, gT = (e) => {
|
|
5664
5664
|
if (!e)
|
|
5665
5665
|
return null;
|
|
5666
5666
|
if (on(e))
|
|
@@ -5734,7 +5734,7 @@ function YT(e) {
|
|
|
5734
5734
|
}
|
|
5735
5735
|
const xT = (e) => {
|
|
5736
5736
|
const t = new Array(10), n = (r, s) => {
|
|
5737
|
-
if (
|
|
5737
|
+
if (gr(r)) {
|
|
5738
5738
|
if (t.indexOf(r) >= 0)
|
|
5739
5739
|
return;
|
|
5740
5740
|
if (!("toJSON" in r)) {
|
|
@@ -5749,7 +5749,7 @@ const xT = (e) => {
|
|
|
5749
5749
|
return r;
|
|
5750
5750
|
};
|
|
5751
5751
|
return n(e, 0);
|
|
5752
|
-
}, VT = et("AsyncFunction"), WT = (e) => e && (
|
|
5752
|
+
}, VT = et("AsyncFunction"), WT = (e) => e && (gr(e) || ke(e)) && ke(e.then) && ke(e.catch), R = {
|
|
5753
5753
|
isArray: on,
|
|
5754
5754
|
isArrayBuffer: ya,
|
|
5755
5755
|
isBuffer: _T,
|
|
@@ -5758,7 +5758,7 @@ const xT = (e) => {
|
|
|
5758
5758
|
isString: fT,
|
|
5759
5759
|
isNumber: wa,
|
|
5760
5760
|
isBoolean: dT,
|
|
5761
|
-
isObject:
|
|
5761
|
+
isObject: gr,
|
|
5762
5762
|
isPlainObject: er,
|
|
5763
5763
|
isUndefined: Mn,
|
|
5764
5764
|
isDate: AT,
|
|
@@ -5779,8 +5779,8 @@ const xT = (e) => {
|
|
|
5779
5779
|
toFlatObject: CT,
|
|
5780
5780
|
kindOf: Cr,
|
|
5781
5781
|
kindOfTest: et,
|
|
5782
|
-
endsWith:
|
|
5783
|
-
toArray:
|
|
5782
|
+
endsWith: bT,
|
|
5783
|
+
toArray: gT,
|
|
5784
5784
|
forEachEntry: MT,
|
|
5785
5785
|
matchAll: BT,
|
|
5786
5786
|
isHTMLForm: GT,
|
|
@@ -5894,12 +5894,12 @@ function Pr(e, t, n) {
|
|
|
5894
5894
|
return R.isArrayBuffer(A) || R.isTypedArray(A) ? u && typeof Blob == "function" ? new Blob([A]) : Buffer.from(A) : A;
|
|
5895
5895
|
}
|
|
5896
5896
|
function c(A, p, w) {
|
|
5897
|
-
let
|
|
5897
|
+
let g = A;
|
|
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) && JT(A) || (R.isFileList(A) || R.endsWith(p, "[]")) && (
|
|
5902
|
-
return p = Wa(p),
|
|
5901
|
+
else if (R.isArray(A) && JT(A) || (R.isFileList(A) || R.endsWith(p, "[]")) && (g = R.toArray(A)))
|
|
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
|
|
5905
5905
|
i === !0 ? oi([p], K, o) : i === null ? p : p + "[]",
|
|
@@ -5918,14 +5918,14 @@ function Pr(e, t, n) {
|
|
|
5918
5918
|
if (!R.isUndefined(A)) {
|
|
5919
5919
|
if (T.indexOf(A) !== -1)
|
|
5920
5920
|
throw Error("Circular reference detected in " + p.join("."));
|
|
5921
|
-
T.push(A), R.forEach(A, function(
|
|
5922
|
-
(!(R.isUndefined(
|
|
5921
|
+
T.push(A), R.forEach(A, function(g, M) {
|
|
5922
|
+
(!(R.isUndefined(g) || g === null) && s.call(
|
|
5923
5923
|
t,
|
|
5924
|
-
|
|
5924
|
+
g,
|
|
5925
5925
|
R.isString(M) ? M.trim() : M,
|
|
5926
5926
|
p,
|
|
5927
5927
|
S
|
|
5928
|
-
)) === !0 && d(
|
|
5928
|
+
)) === !0 && d(g, p ? p.concat(M) : [M]);
|
|
5929
5929
|
}), T.pop();
|
|
5930
5930
|
}
|
|
5931
5931
|
}
|
|
@@ -6506,10 +6506,10 @@ const O_ = typeof XMLHttpRequest < "u", p_ = O_ && function(e) {
|
|
|
6506
6506
|
config: e,
|
|
6507
6507
|
request: l
|
|
6508
6508
|
};
|
|
6509
|
-
__(function(
|
|
6510
|
-
n(
|
|
6511
|
-
}, function(
|
|
6512
|
-
r(
|
|
6509
|
+
__(function(g) {
|
|
6510
|
+
n(g), u();
|
|
6511
|
+
}, function(g) {
|
|
6512
|
+
r(g), u();
|
|
6513
6513
|
}, p), l = null;
|
|
6514
6514
|
}
|
|
6515
6515
|
if ("onloadend" in l ? l.onloadend = T : l.onreadystatechange = function() {
|
|
@@ -7016,9 +7016,9 @@ const C_ = ({ $http: e }) => {
|
|
|
7016
7016
|
);
|
|
7017
7017
|
};
|
|
7018
7018
|
let Ot = "uat";
|
|
7019
|
-
const { host: dt, pathname:
|
|
7019
|
+
const { host: dt, pathname: b_ } = window.location;
|
|
7020
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") ? Ot = "uat" : dt.includes("genome.genpact.com") &&
|
|
7021
|
+
dt.includes("genome-eda.azurewebsites.net") || dt.includes("genome-dev.genpact.com") || dt.includes("genome-aig-dev.genpact.com") ? Ot = "uat" : dt.includes("genome.genpact.com") && b_.includes("aiguru") || dt.includes("genome-aig.genpact.com") || dt.includes("genome-eda-rel.azurewebsites.net") ? Ot = "prod" : dt.includes("localhost") && (Ot = "uat");
|
|
7022
7022
|
const Si = Ot;
|
|
7023
7023
|
let pn = "";
|
|
7024
7024
|
Ot === "local" || Ot === "uat" ? pn = "https://api-v2-dev.genpact.com/api/ai-guru" : pn = "https://api-v2.genpact.com/api/ai-guru";
|
|
@@ -7046,64 +7046,64 @@ const fi = localStorage.getItem("accessToken"), di = async (e = [], t, n) => {
|
|
|
7046
7046
|
},
|
|
7047
7047
|
data: JSON.stringify(e)
|
|
7048
7048
|
})).data);
|
|
7049
|
-
},
|
|
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(""),
|
|
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([]), 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
|
-
question:
|
|
7053
|
-
answer:
|
|
7052
|
+
question: b.question,
|
|
7053
|
+
answer: b.answer
|
|
7054
7054
|
});
|
|
7055
7055
|
}, an = h(""), { host: Zs, pathname: y_ } = window.location;
|
|
7056
7056
|
Zs.includes("genome-aig-dev.genpact.com") || Zs.includes("genome-aig.genpact.com") ? an.value = "persona/aiguru" : an.value = "persona";
|
|
7057
|
-
const su =
|
|
7057
|
+
const su = ge(() => [
|
|
7058
7058
|
"32b7d6d8-f7a8-40a0-ab84-8784f25897ea",
|
|
7059
7059
|
"32b7d6d8-f7a8-40a0-ab84-8784f25897ef",
|
|
7060
7060
|
"937e84ef-e95d-4327-9afe-e7be2bf420eb",
|
|
7061
7061
|
"7bd03cb6-79ad-4e2a-8a8b-88dc16147369"
|
|
7062
7062
|
].includes(_.value)), ou = () => {
|
|
7063
|
-
const
|
|
7063
|
+
const b = `<div class="text-[13px] text-[#102345] font-[400]">Hi ${A.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>
|
|
7064
7064
|
`;
|
|
7065
7065
|
Yn(
|
|
7066
7066
|
{
|
|
7067
7067
|
isSaved: !1,
|
|
7068
|
-
answer:
|
|
7068
|
+
answer: b,
|
|
7069
7069
|
question: null,
|
|
7070
7070
|
id: "random"
|
|
7071
7071
|
},
|
|
7072
7072
|
"skill_change"
|
|
7073
7073
|
);
|
|
7074
|
-
}, iu = (
|
|
7074
|
+
}, iu = (b) => {
|
|
7075
7075
|
var Ne, Ge, nt;
|
|
7076
|
-
p.value =
|
|
7077
|
-
}, au = async (
|
|
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
|
+
}, au = async (b) => {
|
|
7078
7078
|
var Ne, Ge, nt, Xe, ze, Qs;
|
|
7079
|
-
if (e.value = (Ne =
|
|
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") {
|
|
7080
7080
|
console.log("Persona Params===>", an.value);
|
|
7081
7081
|
const Ct = await di({}, "get", `/${an.value}/${p.value}`);
|
|
7082
7082
|
Ie.value = Ct.map((Tu) => Tu.id);
|
|
7083
7083
|
}
|
|
7084
7084
|
await Kr();
|
|
7085
|
-
}, qs = async (
|
|
7085
|
+
}, qs = async (b) => {
|
|
7086
7086
|
Me.value = !1, console.log("Consoling in getUseCases");
|
|
7087
7087
|
const Ne = {
|
|
7088
|
-
question:
|
|
7088
|
+
question: b.useCaseName
|
|
7089
7089
|
};
|
|
7090
|
-
if (console.log("ques", Ne), s.value.push(Ne), he.value = !1, !
|
|
7091
|
-
Yn({ question:
|
|
7090
|
+
if (console.log("ques", Ne), s.value.push(Ne), he.value = !1, !b.isParent) {
|
|
7091
|
+
Yn({ question: b.useCaseName, answer: b.example }, "faq"), Me.value = !0;
|
|
7092
7092
|
return;
|
|
7093
7093
|
}
|
|
7094
|
-
await Kr(
|
|
7095
|
-
}, Kr = async (
|
|
7094
|
+
await Kr(b.useCaseId), Yn({ question: b.useCaseName, answer: null }, "faq"), Me.value = !0;
|
|
7095
|
+
}, Kr = async (b = "") => {
|
|
7096
7096
|
const Ne = {
|
|
7097
7097
|
filter: {
|
|
7098
7098
|
skillId: T.value,
|
|
7099
7099
|
personaIds: Ie.value,
|
|
7100
|
-
parentUsecaseId:
|
|
7100
|
+
parentUsecaseId: b
|
|
7101
7101
|
}
|
|
7102
7102
|
}, Ge = await di(Ne, "post", `/${an.value}/use-case`);
|
|
7103
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
|
-
const
|
|
7106
|
-
navigator.clipboard.writeText(
|
|
7105
|
+
const b = E.value;
|
|
7106
|
+
navigator.clipboard.writeText(b).then(() => {
|
|
7107
7107
|
console.log("Text copied to clipboard!");
|
|
7108
7108
|
}).catch((Ne) => {
|
|
7109
7109
|
console.error("Failed to copy text: ", Ne);
|
|
@@ -7114,23 +7114,23 @@ const fi = localStorage.getItem("accessToken"), di = async (e = [], t, n) => {
|
|
|
7114
7114
|
K.value = [];
|
|
7115
7115
|
}, Eu = () => {
|
|
7116
7116
|
s.value = [], K.value = [], Te.value = !1, he.value = !0, pe.value = !1, tt.value = !1, console.log("for job");
|
|
7117
|
-
}, Yn = (
|
|
7118
|
-
if (
|
|
7117
|
+
}, Yn = (b, Ne) => {
|
|
7118
|
+
if (b.isShown)
|
|
7119
7119
|
return;
|
|
7120
7120
|
let Ge = !1, nt = "";
|
|
7121
|
-
Ne === "new" ? (Ge =
|
|
7121
|
+
Ne === "new" ? (Ge = b.isSaved, b.isSaved && b.is_from_open_world && (nt = "Web Sources 🌍"), b.isSaved && !b.is_from_open_world && (nt = "Genome Library ✅"), r.value = b.isSaved ? r.value - 1 : r.value, Gr.value = Gr.value - 1, ru(b)) : Ne === "recent" ? t.value = t.value.map((ze) => (ze.id === b.id && (ze.isShown = !0), ze)) : Ne === "faq" && (e.value = e.value.map((ze) => (ze.id === b.id && (ze.isShown = !0), ze))), E.value = b.answer;
|
|
7122
7122
|
const Xe = {
|
|
7123
7123
|
showFeedback: Ge,
|
|
7124
7124
|
showSources: nt,
|
|
7125
7125
|
type: Ne,
|
|
7126
7126
|
//question: obj.question,
|
|
7127
|
-
c2question:
|
|
7128
|
-
id:
|
|
7129
|
-
answer:
|
|
7130
|
-
relatedQues:
|
|
7131
|
-
optionsArray:
|
|
7132
|
-
skillId:
|
|
7133
|
-
skills:
|
|
7127
|
+
c2question: b == null ? void 0 : b.question,
|
|
7128
|
+
id: b == null ? void 0 : b.id,
|
|
7129
|
+
answer: b == null ? void 0 : b.answer,
|
|
7130
|
+
relatedQues: b == null ? void 0 : b.related_questions,
|
|
7131
|
+
optionsArray: b == null ? void 0 : b.optionsArray,
|
|
7132
|
+
skillId: b == null ? void 0 : b.skill_id,
|
|
7133
|
+
skills: b == null ? void 0 : b.skills
|
|
7134
7134
|
};
|
|
7135
7135
|
s.value.push(Xe);
|
|
7136
7136
|
};
|
|
@@ -7186,7 +7186,7 @@ const fi = localStorage.getItem("accessToken"), di = async (e = [], t, n) => {
|
|
|
7186
7186
|
addPostSkillSelectionMessage: ou,
|
|
7187
7187
|
copyToClipboard: uu,
|
|
7188
7188
|
answer: E,
|
|
7189
|
-
todayQues:
|
|
7189
|
+
todayQues: g,
|
|
7190
7190
|
weekQues: M,
|
|
7191
7191
|
monthQues: V,
|
|
7192
7192
|
isNewUI: F,
|
|
@@ -7222,7 +7222,7 @@ const fi = localStorage.getItem("accessToken"), di = async (e = [], t, n) => {
|
|
|
7222
7222
|
amaCorpusId: I,
|
|
7223
7223
|
amaQuestionsLeft: Gr
|
|
7224
7224
|
};
|
|
7225
|
-
}), $_ =
|
|
7225
|
+
}), $_ = g_, P_ = ET, Z_ = cT, Ai = /* @__PURE__ */ yn({
|
|
7226
7226
|
__name: "DigitalTwin",
|
|
7227
7227
|
setup(e) {
|
|
7228
7228
|
P_().$subscribe((r, s) => {
|
|
@@ -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-a1d3ccba.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-3fbbb758.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-689a3730.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-389ff21d.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-d2136f5d.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-3f273102.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-13590a50.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-f9eb4a8a.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-ed05379e.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-a1d3ccba.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-3fbbb758.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-d2136f5d.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-ed05379e.mjs")
|
|
7362
7362
|
}
|
|
7363
7363
|
]
|
|
7364
7364
|
}
|
|
@@ -7409,6 +7409,6 @@ export {
|
|
|
7409
7409
|
X_ as v,
|
|
7410
7410
|
F_ as w,
|
|
7411
7411
|
Ml as x,
|
|
7412
|
-
|
|
7412
|
+
ge as y,
|
|
7413
7413
|
Gl as z
|
|
7414
7414
|
};
|