@n8n/chat 0.4.0 → 0.4.1
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/chat.bundle.es.js +599 -598
- package/chat.bundle.umd.js +1 -1
- package/chat.es.js +2 -1
- package/chat.umd.js +1 -1
- package/package.json +1 -1
package/chat.bundle.es.js
CHANGED
|
@@ -418,10 +418,10 @@ function Ln(t, e, n) {
|
|
|
418
418
|
), {
|
|
419
419
|
// iterator protocol
|
|
420
420
|
next() {
|
|
421
|
-
const { value: f, done:
|
|
422
|
-
return
|
|
421
|
+
const { value: f, done: h } = a.next();
|
|
422
|
+
return h ? { value: f, done: h } : {
|
|
423
423
|
value: i ? [u(f[0]), u(f[1])] : u(f),
|
|
424
|
-
done:
|
|
424
|
+
done: h
|
|
425
425
|
};
|
|
426
426
|
},
|
|
427
427
|
// iterable protocol
|
|
@@ -648,11 +648,11 @@ class ua {
|
|
|
648
648
|
e = n ? e : ce(e), bn(e, this._rawValue) && (this._rawValue = e, this._value = n ? e : vn(e), Xc(this));
|
|
649
649
|
}
|
|
650
650
|
}
|
|
651
|
-
function
|
|
651
|
+
function pe(t) {
|
|
652
652
|
return ye(t) ? t.value : t;
|
|
653
653
|
}
|
|
654
654
|
const fa = {
|
|
655
|
-
get: (t, e, n) =>
|
|
655
|
+
get: (t, e, n) => pe(Reflect.get(t, e, n)),
|
|
656
656
|
set: (t, e, n, r) => {
|
|
657
657
|
const s = t[e];
|
|
658
658
|
return ye(s) && !ye(n) ? (s.value = n, !0) : Reflect.set(t, e, n, r);
|
|
@@ -661,13 +661,13 @@ const fa = {
|
|
|
661
661
|
function Qc(t) {
|
|
662
662
|
return $t(t) ? t : new Proxy(t, fa);
|
|
663
663
|
}
|
|
664
|
-
function
|
|
664
|
+
function ha(t) {
|
|
665
665
|
const e = Z(t) ? new Array(t.length) : {};
|
|
666
666
|
for (const n in t)
|
|
667
667
|
e[n] = da(t, n);
|
|
668
668
|
return e;
|
|
669
669
|
}
|
|
670
|
-
class
|
|
670
|
+
class pa {
|
|
671
671
|
constructor(e, n, r) {
|
|
672
672
|
this._object = e, this._key = n, this._defaultValue = r, this.__v_isRef = !0;
|
|
673
673
|
}
|
|
@@ -684,7 +684,7 @@ class ha {
|
|
|
684
684
|
}
|
|
685
685
|
function da(t, e, n) {
|
|
686
686
|
const r = t[e];
|
|
687
|
-
return ye(r) ? r : new
|
|
687
|
+
return ye(r) ? r : new pa(
|
|
688
688
|
t,
|
|
689
689
|
e,
|
|
690
690
|
n
|
|
@@ -845,8 +845,8 @@ function ka(t, e, ...n) {
|
|
|
845
845
|
let s = n;
|
|
846
846
|
const o = e.startsWith("update:"), c = o && e.slice(7);
|
|
847
847
|
if (c && c in r) {
|
|
848
|
-
const u = `${c === "modelValue" ? "model" : c}Modifiers`, { number: f, trim:
|
|
849
|
-
|
|
848
|
+
const u = `${c === "modelValue" ? "model" : c}Modifiers`, { number: f, trim: h } = r[u] || ue;
|
|
849
|
+
h && (s = n.map((d) => _e(d) ? d.trim() : d)), f && (s = n.map(Xr));
|
|
850
850
|
}
|
|
851
851
|
let i, l = r[i = Sr(e)] || // also try camelCase event handler (#2249)
|
|
852
852
|
r[i = Sr(Vt(e))];
|
|
@@ -922,7 +922,7 @@ function Dr(t) {
|
|
|
922
922
|
emit: a,
|
|
923
923
|
render: u,
|
|
924
924
|
renderCache: f,
|
|
925
|
-
data:
|
|
925
|
+
data: h,
|
|
926
926
|
setupState: d,
|
|
927
927
|
ctx: k,
|
|
928
928
|
inheritAttrs: b
|
|
@@ -939,7 +939,7 @@ function Dr(t) {
|
|
|
939
939
|
f,
|
|
940
940
|
o,
|
|
941
941
|
d,
|
|
942
|
-
|
|
942
|
+
h,
|
|
943
943
|
k
|
|
944
944
|
)
|
|
945
945
|
), T = l;
|
|
@@ -965,9 +965,9 @@ function Dr(t) {
|
|
|
965
965
|
A.length && j & 7 && (c && A.some(gs) && (T = wa(
|
|
966
966
|
T,
|
|
967
967
|
c
|
|
968
|
-
)), N =
|
|
968
|
+
)), N = ht(N, T));
|
|
969
969
|
}
|
|
970
|
-
return n.dirs && (N =
|
|
970
|
+
return n.dirs && (N = ht(N), N.dirs = N.dirs ? N.dirs.concat(n.dirs) : n.dirs), n.transition && (N.transition = n.transition), I = N, Jn(C), I;
|
|
971
971
|
}
|
|
972
972
|
const Ea = (t) => {
|
|
973
973
|
let e;
|
|
@@ -992,8 +992,8 @@ function Ca(t, e, n) {
|
|
|
992
992
|
if (l & 8) {
|
|
993
993
|
const u = e.dynamicProps;
|
|
994
994
|
for (let f = 0; f < u.length; f++) {
|
|
995
|
-
const
|
|
996
|
-
if (c[
|
|
995
|
+
const h = u[f];
|
|
996
|
+
if (c[h] !== r[h] && !ur(a, h))
|
|
997
997
|
return !0;
|
|
998
998
|
}
|
|
999
999
|
}
|
|
@@ -1037,7 +1037,7 @@ function ci(t, e, { immediate: n, deep: r, flush: s, onTrack: o, onTrigger: c }
|
|
|
1037
1037
|
return at(A, l, 2);
|
|
1038
1038
|
})) : ee(t) ? e ? a = () => at(t, l, 2) : a = () => {
|
|
1039
1039
|
if (!(l && l.isUnmounted))
|
|
1040
|
-
return
|
|
1040
|
+
return h && h(), Fe(
|
|
1041
1041
|
t,
|
|
1042
1042
|
l,
|
|
1043
1043
|
3,
|
|
@@ -1047,8 +1047,8 @@ function ci(t, e, { immediate: n, deep: r, flush: s, onTrack: o, onTrigger: c }
|
|
|
1047
1047
|
const A = a;
|
|
1048
1048
|
a = () => wt(A());
|
|
1049
1049
|
}
|
|
1050
|
-
let
|
|
1051
|
-
|
|
1050
|
+
let h, d = (A) => {
|
|
1051
|
+
h = C.onStop = () => {
|
|
1052
1052
|
at(A, l, 4);
|
|
1053
1053
|
};
|
|
1054
1054
|
}, k;
|
|
@@ -1069,7 +1069,7 @@ function ci(t, e, { immediate: n, deep: r, flush: s, onTrack: o, onTrigger: c }
|
|
|
1069
1069
|
const A = C.run();
|
|
1070
1070
|
(r || u || (f ? A.some(
|
|
1071
1071
|
(j, q) => bn(j, b[q])
|
|
1072
|
-
) : bn(A, b))) && (
|
|
1072
|
+
) : bn(A, b))) && (h && h(), Fe(e, l, 3, [
|
|
1073
1073
|
A,
|
|
1074
1074
|
// pass undefined as the old value when it's changed for the first time
|
|
1075
1075
|
b === On ? void 0 : f && b[0] === On ? [] : b,
|
|
@@ -1224,30 +1224,30 @@ const Ie = [Function, Array], ai = {
|
|
|
1224
1224
|
n
|
|
1225
1225
|
);
|
|
1226
1226
|
os(a, u);
|
|
1227
|
-
const f = n.subTree,
|
|
1227
|
+
const f = n.subTree, h = f && ao(f);
|
|
1228
1228
|
let d = !1;
|
|
1229
1229
|
const { getTransitionKey: k } = a.type;
|
|
1230
1230
|
if (k) {
|
|
1231
1231
|
const b = k();
|
|
1232
1232
|
s === void 0 ? s = b : b !== s && (s = b, d = !0);
|
|
1233
1233
|
}
|
|
1234
|
-
if (
|
|
1234
|
+
if (h && h.type !== Le && (!yt(a, h) || d)) {
|
|
1235
1235
|
const b = ss(
|
|
1236
|
-
|
|
1236
|
+
h,
|
|
1237
1237
|
i,
|
|
1238
1238
|
r,
|
|
1239
1239
|
n
|
|
1240
1240
|
);
|
|
1241
|
-
if (os(
|
|
1241
|
+
if (os(h, b), l === "out-in")
|
|
1242
1242
|
return r.isLeaving = !0, b.afterLeave = () => {
|
|
1243
1243
|
r.isLeaving = !1, n.update.active !== !1 && n.update();
|
|
1244
1244
|
}, Rr(c);
|
|
1245
1245
|
l === "in-out" && a.type !== Le && (b.delayLeave = (I, T, C) => {
|
|
1246
1246
|
const N = ui(
|
|
1247
1247
|
r,
|
|
1248
|
-
|
|
1248
|
+
h
|
|
1249
1249
|
);
|
|
1250
|
-
N[String(
|
|
1250
|
+
N[String(h.key)] = h, I._leaveCb = () => {
|
|
1251
1251
|
T(), I._leaveCb = void 0, delete u.delayedLeave;
|
|
1252
1252
|
}, u.delayedLeave = C;
|
|
1253
1253
|
});
|
|
@@ -1271,7 +1271,7 @@ function ss(t, e, n, r) {
|
|
|
1271
1271
|
onAfterEnter: a,
|
|
1272
1272
|
onEnterCancelled: u,
|
|
1273
1273
|
onBeforeLeave: f,
|
|
1274
|
-
onLeave:
|
|
1274
|
+
onLeave: h,
|
|
1275
1275
|
onAfterLeave: d,
|
|
1276
1276
|
onLeaveCancelled: k,
|
|
1277
1277
|
onBeforeAppear: b,
|
|
@@ -1330,7 +1330,7 @@ function ss(t, e, n, r) {
|
|
|
1330
1330
|
const B = $._leaveCb = (re) => {
|
|
1331
1331
|
J || (J = !0, X(), re ? j(k, [$]) : j(d, [$]), $._leaveCb = void 0, A[z] === t && delete A[z]);
|
|
1332
1332
|
};
|
|
1333
|
-
A[z] = t,
|
|
1333
|
+
A[z] = t, h ? q(h, [$, B]) : B();
|
|
1334
1334
|
},
|
|
1335
1335
|
clone($) {
|
|
1336
1336
|
return ss($, e, n, r);
|
|
@@ -1340,7 +1340,7 @@ function ss(t, e, n, r) {
|
|
|
1340
1340
|
}
|
|
1341
1341
|
function Rr(t) {
|
|
1342
1342
|
if (fr(t))
|
|
1343
|
-
return t =
|
|
1343
|
+
return t = ht(t), t.children = null, t;
|
|
1344
1344
|
}
|
|
1345
1345
|
function ao(t) {
|
|
1346
1346
|
return fr(t) ? t.children ? t.children[0] : void 0 : t;
|
|
@@ -1355,7 +1355,7 @@ function fi(t, e = !1, n) {
|
|
|
1355
1355
|
const i = n == null ? c.key : String(n) + String(c.key != null ? c.key : o);
|
|
1356
1356
|
c.type === Re ? (c.patchFlag & 128 && s++, r = r.concat(
|
|
1357
1357
|
fi(c.children, e, i)
|
|
1358
|
-
)) : (e || c.type !== Le) && r.push(i != null ?
|
|
1358
|
+
)) : (e || c.type !== Le) && r.push(i != null ? ht(c, { key: i }) : c);
|
|
1359
1359
|
}
|
|
1360
1360
|
if (s > 1)
|
|
1361
1361
|
for (let o = 0; o < r.length; o++)
|
|
@@ -1369,14 +1369,14 @@ function He(t, e) {
|
|
|
1369
1369
|
/* @__PURE__ */ (() => me({ name: t.name }, e, { setup: t }))()
|
|
1370
1370
|
) : t;
|
|
1371
1371
|
}
|
|
1372
|
-
const
|
|
1372
|
+
const hn = (t) => !!t.type.__asyncLoader, fr = (t) => t.type.__isKeepAlive;
|
|
1373
1373
|
function Na(t, e) {
|
|
1374
|
-
|
|
1374
|
+
hi(t, "a", e);
|
|
1375
1375
|
}
|
|
1376
1376
|
function Ia(t, e) {
|
|
1377
|
-
|
|
1377
|
+
hi(t, "da", e);
|
|
1378
1378
|
}
|
|
1379
|
-
function
|
|
1379
|
+
function hi(t, e, n = xe) {
|
|
1380
1380
|
const r = t.__wdc || (t.__wdc = () => {
|
|
1381
1381
|
let s = n;
|
|
1382
1382
|
for (; s; ) {
|
|
@@ -1386,25 +1386,25 @@ function pi(t, e, n = xe) {
|
|
|
1386
1386
|
}
|
|
1387
1387
|
return t();
|
|
1388
1388
|
});
|
|
1389
|
-
if (
|
|
1389
|
+
if (hr(e, r, n), n) {
|
|
1390
1390
|
let s = n.parent;
|
|
1391
1391
|
for (; s && s.parent; )
|
|
1392
1392
|
fr(s.parent.vnode) && Fa(r, e, n, s), s = s.parent;
|
|
1393
1393
|
}
|
|
1394
1394
|
}
|
|
1395
1395
|
function Fa(t, e, n, r) {
|
|
1396
|
-
const s =
|
|
1396
|
+
const s = hr(
|
|
1397
1397
|
e,
|
|
1398
1398
|
t,
|
|
1399
1399
|
r,
|
|
1400
1400
|
!0
|
|
1401
1401
|
/* prepend */
|
|
1402
1402
|
);
|
|
1403
|
-
|
|
1403
|
+
pi(() => {
|
|
1404
1404
|
ms(r[e], s);
|
|
1405
1405
|
}, n);
|
|
1406
1406
|
}
|
|
1407
|
-
function
|
|
1407
|
+
function hr(t, e, n = xe, r = !1) {
|
|
1408
1408
|
if (n) {
|
|
1409
1409
|
const s = n[t] || (n[t] = []), o = e.__weh || (e.__weh = (...c) => {
|
|
1410
1410
|
if (n.isUnmounted)
|
|
@@ -1418,14 +1418,14 @@ function pr(t, e, n = xe, r = !1) {
|
|
|
1418
1418
|
}
|
|
1419
1419
|
const nt = (t) => (e, n = xe) => (
|
|
1420
1420
|
// post-create lifecycle registrations are noops during SSR (except for serverPrefetch)
|
|
1421
|
-
(!En || t === "sp") &&
|
|
1422
|
-
), La = nt("bm"), Dn = nt("m"), Oa = nt("bu"), Pa = nt("u"), Rs = nt("bum"),
|
|
1421
|
+
(!En || t === "sp") && hr(t, (...r) => e(...r), n)
|
|
1422
|
+
), La = nt("bm"), Dn = nt("m"), Oa = nt("bu"), Pa = nt("u"), Rs = nt("bum"), pi = nt("um"), Ba = nt("sp"), $a = nt(
|
|
1423
1423
|
"rtg"
|
|
1424
1424
|
), za = nt(
|
|
1425
1425
|
"rtc"
|
|
1426
1426
|
);
|
|
1427
1427
|
function Ua(t, e = xe) {
|
|
1428
|
-
|
|
1428
|
+
hr("ec", t, e);
|
|
1429
1429
|
}
|
|
1430
1430
|
const Ha = Symbol.for("v-ndc");
|
|
1431
1431
|
function uo(t, e, n, r) {
|
|
@@ -1457,8 +1457,8 @@ function uo(t, e, n, r) {
|
|
|
1457
1457
|
s = [];
|
|
1458
1458
|
return n && (n[r] = s), s;
|
|
1459
1459
|
}
|
|
1460
|
-
function
|
|
1461
|
-
if (Ee.isCE || Ee.parent &&
|
|
1460
|
+
function pn(t, e, n = {}, r, s) {
|
|
1461
|
+
if (Ee.isCE || Ee.parent && hn(Ee.parent) && Ee.parent.isCE)
|
|
1462
1462
|
return e !== "default" && (n.name = e), de("slot", n, r && r());
|
|
1463
1463
|
let o = t[e];
|
|
1464
1464
|
o && o._c && (o._d = !1), oe();
|
|
@@ -1530,7 +1530,7 @@ const cs = (t) => t ? Ci(t) ? gr(t) || t.proxy : cs(t.parent) : null, dn = (
|
|
|
1530
1530
|
}
|
|
1531
1531
|
}
|
|
1532
1532
|
const u = dn[e];
|
|
1533
|
-
let f,
|
|
1533
|
+
let f, h;
|
|
1534
1534
|
if (u)
|
|
1535
1535
|
return e === "$attrs" && qe(t, "get", e), u(t);
|
|
1536
1536
|
if (
|
|
@@ -1542,9 +1542,9 @@ const cs = (t) => t ? Ci(t) ? gr(t) || t.proxy : cs(t.parent) : null, dn = (
|
|
|
1542
1542
|
return c[e] = 4, n[e];
|
|
1543
1543
|
if (
|
|
1544
1544
|
// global properties
|
|
1545
|
-
|
|
1545
|
+
h = l.config.globalProperties, se(h, e)
|
|
1546
1546
|
)
|
|
1547
|
-
return
|
|
1547
|
+
return h[e];
|
|
1548
1548
|
},
|
|
1549
1549
|
set({ _: t }, e, n) {
|
|
1550
1550
|
const { data: r, setupState: s, ctx: o } = t;
|
|
@@ -1569,7 +1569,7 @@ function fo(t) {
|
|
|
1569
1569
|
let is = !0;
|
|
1570
1570
|
function Va(t) {
|
|
1571
1571
|
const e = qs(t), n = t.proxy, r = t.ctx;
|
|
1572
|
-
is = !1, e.beforeCreate &&
|
|
1572
|
+
is = !1, e.beforeCreate && ho(e.beforeCreate, t, "bc");
|
|
1573
1573
|
const {
|
|
1574
1574
|
// state
|
|
1575
1575
|
data: s,
|
|
@@ -1581,7 +1581,7 @@ function Va(t) {
|
|
|
1581
1581
|
// lifecycle
|
|
1582
1582
|
created: u,
|
|
1583
1583
|
beforeMount: f,
|
|
1584
|
-
mounted:
|
|
1584
|
+
mounted: h,
|
|
1585
1585
|
beforeUpdate: d,
|
|
1586
1586
|
updated: k,
|
|
1587
1587
|
activated: b,
|
|
@@ -1634,11 +1634,11 @@ function Va(t) {
|
|
|
1634
1634
|
Xa(S, v[S]);
|
|
1635
1635
|
});
|
|
1636
1636
|
}
|
|
1637
|
-
u &&
|
|
1637
|
+
u && ho(u, t, "c");
|
|
1638
1638
|
function V(v, S) {
|
|
1639
1639
|
Z(S) ? S.forEach((G) => v(G.bind(n))) : S && v(S.bind(n));
|
|
1640
1640
|
}
|
|
1641
|
-
if (V(La, f), V(Dn,
|
|
1641
|
+
if (V(La, f), V(Dn, h), V(Oa, d), V(Pa, k), V(Na, b), V(Ia, I), V(Ua, $), V(za, q), V($a, W), V(Rs, C), V(pi, A), V(Ba, X), Z(z))
|
|
1642
1642
|
if (z.length) {
|
|
1643
1643
|
const v = t.exposed || (t.exposed = {});
|
|
1644
1644
|
z.forEach((S) => {
|
|
@@ -1669,7 +1669,7 @@ function Ga(t, e, n = Ue) {
|
|
|
1669
1669
|
}) : e[r] = o;
|
|
1670
1670
|
}
|
|
1671
1671
|
}
|
|
1672
|
-
function
|
|
1672
|
+
function ho(t, e, n) {
|
|
1673
1673
|
Fe(
|
|
1674
1674
|
Z(t) ? t.map((r) => r.bind(e.proxy)) : t.bind(e.proxy),
|
|
1675
1675
|
e,
|
|
@@ -1715,7 +1715,7 @@ function Yn(t, e, n, r = !1) {
|
|
|
1715
1715
|
return t;
|
|
1716
1716
|
}
|
|
1717
1717
|
const Za = {
|
|
1718
|
-
data:
|
|
1718
|
+
data: po,
|
|
1719
1719
|
props: go,
|
|
1720
1720
|
emits: go,
|
|
1721
1721
|
// objects
|
|
@@ -1742,10 +1742,10 @@ const Za = {
|
|
|
1742
1742
|
// watch
|
|
1743
1743
|
watch: Wa,
|
|
1744
1744
|
// provide / inject
|
|
1745
|
-
provide:
|
|
1745
|
+
provide: po,
|
|
1746
1746
|
inject: Ka
|
|
1747
1747
|
};
|
|
1748
|
-
function
|
|
1748
|
+
function po(t, e) {
|
|
1749
1749
|
return e ? t ? function() {
|
|
1750
1750
|
return me(
|
|
1751
1751
|
ee(t) ? t.call(this, this) : t,
|
|
@@ -1842,11 +1842,11 @@ function Ya(t, e) {
|
|
|
1842
1842
|
},
|
|
1843
1843
|
mount(a, u, f) {
|
|
1844
1844
|
if (!i) {
|
|
1845
|
-
const
|
|
1845
|
+
const h = de(
|
|
1846
1846
|
r,
|
|
1847
1847
|
s
|
|
1848
1848
|
);
|
|
1849
|
-
return
|
|
1849
|
+
return h.appContext = o, u && e ? e(h, a) : t(h, a, f), i = !0, l._container = a, a.__vue_app__ = l, gr(h.component) || h.component.proxy;
|
|
1850
1850
|
}
|
|
1851
1851
|
},
|
|
1852
1852
|
unmount() {
|
|
@@ -1908,15 +1908,15 @@ function eu(t, e, n, r) {
|
|
|
1908
1908
|
if (c & 8) {
|
|
1909
1909
|
const u = t.vnode.dynamicProps;
|
|
1910
1910
|
for (let f = 0; f < u.length; f++) {
|
|
1911
|
-
let
|
|
1912
|
-
if (ur(t.emitsOptions,
|
|
1911
|
+
let h = u[f];
|
|
1912
|
+
if (ur(t.emitsOptions, h))
|
|
1913
1913
|
continue;
|
|
1914
|
-
const d = e[
|
|
1914
|
+
const d = e[h];
|
|
1915
1915
|
if (l)
|
|
1916
|
-
if (se(o,
|
|
1917
|
-
d !== o[
|
|
1916
|
+
if (se(o, h))
|
|
1917
|
+
d !== o[h] && (o[h] = d, a = !0);
|
|
1918
1918
|
else {
|
|
1919
|
-
const k = Vt(
|
|
1919
|
+
const k = Vt(h);
|
|
1920
1920
|
s[k] = as(
|
|
1921
1921
|
l,
|
|
1922
1922
|
i,
|
|
@@ -1928,7 +1928,7 @@ function eu(t, e, n, r) {
|
|
|
1928
1928
|
);
|
|
1929
1929
|
}
|
|
1930
1930
|
else
|
|
1931
|
-
d !== o[
|
|
1931
|
+
d !== o[h] && (o[h] = d, a = !0);
|
|
1932
1932
|
}
|
|
1933
1933
|
}
|
|
1934
1934
|
} else {
|
|
@@ -2016,8 +2016,8 @@ function bi(t, e, n = !1) {
|
|
|
2016
2016
|
if (!ee(t)) {
|
|
2017
2017
|
const u = (f) => {
|
|
2018
2018
|
l = !0;
|
|
2019
|
-
const [
|
|
2020
|
-
me(c,
|
|
2019
|
+
const [h, d] = bi(f, e, !0);
|
|
2020
|
+
me(c, h), d && i.push(...d);
|
|
2021
2021
|
};
|
|
2022
2022
|
!n && e.mixins.length && e.mixins.forEach(u), t.extends && u(t.extends), t.mixins && t.mixins.forEach(u);
|
|
2023
2023
|
}
|
|
@@ -2032,7 +2032,7 @@ function bi(t, e, n = !1) {
|
|
|
2032
2032
|
for (const u in o) {
|
|
2033
2033
|
const f = Vt(u);
|
|
2034
2034
|
if (mo(f)) {
|
|
2035
|
-
const
|
|
2035
|
+
const h = o[u], d = c[f] = Z(h) || ee(h) ? { type: h } : me({}, h);
|
|
2036
2036
|
if (d) {
|
|
2037
2037
|
const k = vo(Boolean, d.type), b = vo(String, d.type);
|
|
2038
2038
|
d[
|
|
@@ -2107,8 +2107,8 @@ const vi = (t) => t[0] === "_" || t === "$stable", Ms = (t) => Z(t) ? t.map(Ze)
|
|
|
2107
2107
|
function us(t, e, n, r, s = !1) {
|
|
2108
2108
|
if (Z(t)) {
|
|
2109
2109
|
t.forEach(
|
|
2110
|
-
(
|
|
2111
|
-
|
|
2110
|
+
(h, d) => us(
|
|
2111
|
+
h,
|
|
2112
2112
|
e && (Z(e) ? e[d] : e),
|
|
2113
2113
|
n,
|
|
2114
2114
|
r,
|
|
@@ -2117,20 +2117,20 @@ function us(t, e, n, r, s = !1) {
|
|
|
2117
2117
|
);
|
|
2118
2118
|
return;
|
|
2119
2119
|
}
|
|
2120
|
-
if (
|
|
2120
|
+
if (hn(r) && !s)
|
|
2121
2121
|
return;
|
|
2122
2122
|
const o = r.shapeFlag & 4 ? gr(r.component) || r.component.proxy : r.el, c = s ? null : o, { i, r: l } = t, a = e && e.r, u = i.refs === ue ? i.refs = {} : i.refs, f = i.setupState;
|
|
2123
2123
|
if (a != null && a !== l && (_e(a) ? (u[a] = null, se(f, a) && (f[a] = null)) : ye(a) && (a.value = null)), ee(l))
|
|
2124
2124
|
at(l, i, 12, [c, u]);
|
|
2125
2125
|
else {
|
|
2126
|
-
const
|
|
2127
|
-
if (
|
|
2126
|
+
const h = _e(l), d = ye(l);
|
|
2127
|
+
if (h || d) {
|
|
2128
2128
|
const k = () => {
|
|
2129
2129
|
if (t.f) {
|
|
2130
|
-
const b =
|
|
2131
|
-
s ? Z(b) && ms(b, o) : Z(b) ? b.includes(o) || b.push(o) :
|
|
2130
|
+
const b = h ? se(f, l) ? f[l] : u[l] : l.value;
|
|
2131
|
+
s ? Z(b) && ms(b, o) : Z(b) ? b.includes(o) || b.push(o) : h ? (u[l] = [o], se(f, l) && (f[l] = u[l])) : (l.value = [o], t.k && (u[t.k] = l.value));
|
|
2132
2132
|
} else
|
|
2133
|
-
|
|
2133
|
+
h ? (u[l] = c, se(f, l) && (f[l] = c)) : d && (l.value = c, t.k && (u[t.k] = c));
|
|
2134
2134
|
};
|
|
2135
2135
|
c ? (k.id = -1, Te(k, n)) : k();
|
|
2136
2136
|
}
|
|
@@ -2153,27 +2153,27 @@ function ou(t, e) {
|
|
|
2153
2153
|
setText: a,
|
|
2154
2154
|
setElementText: u,
|
|
2155
2155
|
parentNode: f,
|
|
2156
|
-
nextSibling:
|
|
2156
|
+
nextSibling: h,
|
|
2157
2157
|
setScopeId: d = Ue,
|
|
2158
2158
|
insertStaticContent: k
|
|
2159
|
-
} = t, b = (
|
|
2160
|
-
if (
|
|
2159
|
+
} = t, b = (p, g, _, E = null, x = null, M = null, O = !1, m = null, F = !!g.dynamicChildren) => {
|
|
2160
|
+
if (p === g)
|
|
2161
2161
|
return;
|
|
2162
|
-
|
|
2162
|
+
p && !yt(p, g) && (E = pt(p), ae(p, x, M, !0), p = null), g.patchFlag === -2 && (F = !1, g.dynamicChildren = null);
|
|
2163
2163
|
const { type: y, ref: L, shapeFlag: P } = g;
|
|
2164
2164
|
switch (y) {
|
|
2165
|
-
case
|
|
2166
|
-
I(
|
|
2165
|
+
case pr:
|
|
2166
|
+
I(p, g, _, E);
|
|
2167
2167
|
break;
|
|
2168
2168
|
case Le:
|
|
2169
|
-
T(
|
|
2169
|
+
T(p, g, _, E);
|
|
2170
2170
|
break;
|
|
2171
2171
|
case Mr:
|
|
2172
|
-
|
|
2172
|
+
p == null && C(g, _, E, O);
|
|
2173
2173
|
break;
|
|
2174
2174
|
case Re:
|
|
2175
2175
|
B(
|
|
2176
|
-
|
|
2176
|
+
p,
|
|
2177
2177
|
g,
|
|
2178
2178
|
_,
|
|
2179
2179
|
E,
|
|
@@ -2186,7 +2186,7 @@ function ou(t, e) {
|
|
|
2186
2186
|
break;
|
|
2187
2187
|
default:
|
|
2188
2188
|
P & 1 ? j(
|
|
2189
|
-
|
|
2189
|
+
p,
|
|
2190
2190
|
g,
|
|
2191
2191
|
_,
|
|
2192
2192
|
E,
|
|
@@ -2196,7 +2196,7 @@ function ou(t, e) {
|
|
|
2196
2196
|
m,
|
|
2197
2197
|
F
|
|
2198
2198
|
) : P & 6 ? re(
|
|
2199
|
-
|
|
2199
|
+
p,
|
|
2200
2200
|
g,
|
|
2201
2201
|
_,
|
|
2202
2202
|
E,
|
|
@@ -2206,7 +2206,7 @@ function ou(t, e) {
|
|
|
2206
2206
|
m,
|
|
2207
2207
|
F
|
|
2208
2208
|
) : (P & 64 || P & 128) && y.process(
|
|
2209
|
-
|
|
2209
|
+
p,
|
|
2210
2210
|
g,
|
|
2211
2211
|
_,
|
|
2212
2212
|
E,
|
|
@@ -2218,45 +2218,45 @@ function ou(t, e) {
|
|
|
2218
2218
|
Qe
|
|
2219
2219
|
);
|
|
2220
2220
|
}
|
|
2221
|
-
L != null && x && us(L,
|
|
2222
|
-
}, I = (
|
|
2223
|
-
if (
|
|
2221
|
+
L != null && x && us(L, p && p.ref, M, g || p, !g);
|
|
2222
|
+
}, I = (p, g, _, E) => {
|
|
2223
|
+
if (p == null)
|
|
2224
2224
|
r(
|
|
2225
2225
|
g.el = i(g.children),
|
|
2226
2226
|
_,
|
|
2227
2227
|
E
|
|
2228
2228
|
);
|
|
2229
2229
|
else {
|
|
2230
|
-
const x = g.el =
|
|
2231
|
-
g.children !==
|
|
2230
|
+
const x = g.el = p.el;
|
|
2231
|
+
g.children !== p.children && a(x, g.children);
|
|
2232
2232
|
}
|
|
2233
|
-
}, T = (
|
|
2234
|
-
|
|
2233
|
+
}, T = (p, g, _, E) => {
|
|
2234
|
+
p == null ? r(
|
|
2235
2235
|
g.el = l(g.children || ""),
|
|
2236
2236
|
_,
|
|
2237
2237
|
E
|
|
2238
|
-
) : g.el =
|
|
2239
|
-
}, C = (
|
|
2240
|
-
[
|
|
2241
|
-
|
|
2238
|
+
) : g.el = p.el;
|
|
2239
|
+
}, C = (p, g, _, E) => {
|
|
2240
|
+
[p.el, p.anchor] = k(
|
|
2241
|
+
p.children,
|
|
2242
2242
|
g,
|
|
2243
2243
|
_,
|
|
2244
2244
|
E,
|
|
2245
|
-
|
|
2246
|
-
|
|
2245
|
+
p.el,
|
|
2246
|
+
p.anchor
|
|
2247
2247
|
);
|
|
2248
|
-
}, N = ({ el:
|
|
2248
|
+
}, N = ({ el: p, anchor: g }, _, E) => {
|
|
2249
2249
|
let x;
|
|
2250
|
-
for (;
|
|
2251
|
-
x = p
|
|
2250
|
+
for (; p && p !== g; )
|
|
2251
|
+
x = h(p), r(p, _, E), p = x;
|
|
2252
2252
|
r(g, _, E);
|
|
2253
|
-
}, A = ({ el:
|
|
2253
|
+
}, A = ({ el: p, anchor: g }) => {
|
|
2254
2254
|
let _;
|
|
2255
|
-
for (;
|
|
2256
|
-
_ = p
|
|
2255
|
+
for (; p && p !== g; )
|
|
2256
|
+
_ = h(p), s(p), p = _;
|
|
2257
2257
|
s(g);
|
|
2258
|
-
}, j = (
|
|
2259
|
-
O = O || g.type === "svg",
|
|
2258
|
+
}, j = (p, g, _, E, x, M, O, m, F) => {
|
|
2259
|
+
O = O || g.type === "svg", p == null ? q(
|
|
2260
2260
|
g,
|
|
2261
2261
|
_,
|
|
2262
2262
|
E,
|
|
@@ -2266,7 +2266,7 @@ function ou(t, e) {
|
|
|
2266
2266
|
m,
|
|
2267
2267
|
F
|
|
2268
2268
|
) : X(
|
|
2269
|
-
|
|
2269
|
+
p,
|
|
2270
2270
|
g,
|
|
2271
2271
|
x,
|
|
2272
2272
|
M,
|
|
@@ -2274,16 +2274,16 @@ function ou(t, e) {
|
|
|
2274
2274
|
m,
|
|
2275
2275
|
F
|
|
2276
2276
|
);
|
|
2277
|
-
}, q = (
|
|
2277
|
+
}, q = (p, g, _, E, x, M, O, m) => {
|
|
2278
2278
|
let F, y;
|
|
2279
|
-
const { type: L, props: P, shapeFlag: U, transition: K, dirs: Q } =
|
|
2280
|
-
if (F =
|
|
2281
|
-
|
|
2279
|
+
const { type: L, props: P, shapeFlag: U, transition: K, dirs: Q } = p;
|
|
2280
|
+
if (F = p.el = c(
|
|
2281
|
+
p.type,
|
|
2282
2282
|
M,
|
|
2283
2283
|
P && P.is,
|
|
2284
2284
|
P
|
|
2285
|
-
), U & 8 ? u(F,
|
|
2286
|
-
|
|
2285
|
+
), U & 8 ? u(F, p.children) : U & 16 && $(
|
|
2286
|
+
p.children,
|
|
2287
2287
|
F,
|
|
2288
2288
|
null,
|
|
2289
2289
|
E,
|
|
@@ -2291,7 +2291,7 @@ function ou(t, e) {
|
|
|
2291
2291
|
M && L !== "foreignObject",
|
|
2292
2292
|
O,
|
|
2293
2293
|
m
|
|
2294
|
-
), Q && gt(
|
|
2294
|
+
), Q && gt(p, null, E, "created"), W(F, p, p.scopeId, O, E), P) {
|
|
2295
2295
|
for (const R in P)
|
|
2296
2296
|
R !== "value" && !Hn(R) && o(
|
|
2297
2297
|
F,
|
|
@@ -2299,28 +2299,28 @@ function ou(t, e) {
|
|
|
2299
2299
|
null,
|
|
2300
2300
|
P[R],
|
|
2301
2301
|
M,
|
|
2302
|
-
|
|
2302
|
+
p.children,
|
|
2303
2303
|
E,
|
|
2304
2304
|
x,
|
|
2305
2305
|
ge
|
|
2306
2306
|
);
|
|
2307
|
-
"value" in P && o(F, "value", null, P.value), (y = P.onVnodeBeforeMount) && Ge(y, E,
|
|
2307
|
+
"value" in P && o(F, "value", null, P.value), (y = P.onVnodeBeforeMount) && Ge(y, E, p);
|
|
2308
2308
|
}
|
|
2309
|
-
Q && gt(
|
|
2309
|
+
Q && gt(p, null, E, "beforeMount");
|
|
2310
2310
|
const w = (!x || x && !x.pendingBranch) && K && !K.persisted;
|
|
2311
2311
|
w && K.beforeEnter(F), r(F, g, _), ((y = P && P.onVnodeMounted) || w || Q) && Te(() => {
|
|
2312
|
-
y && Ge(y, E,
|
|
2312
|
+
y && Ge(y, E, p), w && K.enter(F), Q && gt(p, null, E, "mounted");
|
|
2313
2313
|
}, x);
|
|
2314
|
-
}, W = (
|
|
2315
|
-
if (_ && d(
|
|
2314
|
+
}, W = (p, g, _, E, x) => {
|
|
2315
|
+
if (_ && d(p, _), E)
|
|
2316
2316
|
for (let M = 0; M < E.length; M++)
|
|
2317
|
-
d(
|
|
2317
|
+
d(p, E[M]);
|
|
2318
2318
|
if (x) {
|
|
2319
2319
|
let M = x.subTree;
|
|
2320
2320
|
if (g === M) {
|
|
2321
2321
|
const O = x.vnode;
|
|
2322
2322
|
W(
|
|
2323
|
-
|
|
2323
|
+
p,
|
|
2324
2324
|
O,
|
|
2325
2325
|
O.scopeId,
|
|
2326
2326
|
O.slotScopeIds,
|
|
@@ -2328,9 +2328,9 @@ function ou(t, e) {
|
|
|
2328
2328
|
);
|
|
2329
2329
|
}
|
|
2330
2330
|
}
|
|
2331
|
-
}, $ = (
|
|
2332
|
-
for (let y = F; y <
|
|
2333
|
-
const L =
|
|
2331
|
+
}, $ = (p, g, _, E, x, M, O, m, F = 0) => {
|
|
2332
|
+
for (let y = F; y < p.length; y++) {
|
|
2333
|
+
const L = p[y] = m ? ct(p[y]) : Ze(p[y]);
|
|
2334
2334
|
b(
|
|
2335
2335
|
null,
|
|
2336
2336
|
L,
|
|
@@ -2343,16 +2343,16 @@ function ou(t, e) {
|
|
|
2343
2343
|
m
|
|
2344
2344
|
);
|
|
2345
2345
|
}
|
|
2346
|
-
}, X = (
|
|
2347
|
-
const m = g.el =
|
|
2346
|
+
}, X = (p, g, _, E, x, M, O) => {
|
|
2347
|
+
const m = g.el = p.el;
|
|
2348
2348
|
let { patchFlag: F, dynamicChildren: y, dirs: L } = g;
|
|
2349
|
-
F |=
|
|
2350
|
-
const P =
|
|
2349
|
+
F |= p.patchFlag & 16;
|
|
2350
|
+
const P = p.props || ue, U = g.props || ue;
|
|
2351
2351
|
let K;
|
|
2352
|
-
_ && mt(_, !1), (K = U.onVnodeBeforeUpdate) && Ge(K, _, g,
|
|
2352
|
+
_ && mt(_, !1), (K = U.onVnodeBeforeUpdate) && Ge(K, _, g, p), L && gt(g, p, _, "beforeUpdate"), _ && mt(_, !0);
|
|
2353
2353
|
const Q = x && g.type !== "foreignObject";
|
|
2354
2354
|
if (y ? z(
|
|
2355
|
-
|
|
2355
|
+
p.dynamicChildren,
|
|
2356
2356
|
y,
|
|
2357
2357
|
m,
|
|
2358
2358
|
_,
|
|
@@ -2360,7 +2360,7 @@ function ou(t, e) {
|
|
|
2360
2360
|
Q,
|
|
2361
2361
|
M
|
|
2362
2362
|
) : O || S(
|
|
2363
|
-
|
|
2363
|
+
p,
|
|
2364
2364
|
g,
|
|
2365
2365
|
m,
|
|
2366
2366
|
null,
|
|
@@ -2383,21 +2383,21 @@ function ou(t, e) {
|
|
|
2383
2383
|
else if (F & 2 && P.class !== U.class && o(m, "class", null, U.class, x), F & 4 && o(m, "style", P.style, U.style, x), F & 8) {
|
|
2384
2384
|
const w = g.dynamicProps;
|
|
2385
2385
|
for (let R = 0; R < w.length; R++) {
|
|
2386
|
-
const H = w[R], Y = P[H],
|
|
2387
|
-
(
|
|
2386
|
+
const H = w[R], Y = P[H], he = U[H];
|
|
2387
|
+
(he !== Y || H === "value") && o(
|
|
2388
2388
|
m,
|
|
2389
2389
|
H,
|
|
2390
2390
|
Y,
|
|
2391
|
-
|
|
2391
|
+
he,
|
|
2392
2392
|
x,
|
|
2393
|
-
|
|
2393
|
+
p.children,
|
|
2394
2394
|
_,
|
|
2395
2395
|
E,
|
|
2396
2396
|
ge
|
|
2397
2397
|
);
|
|
2398
2398
|
}
|
|
2399
2399
|
}
|
|
2400
|
-
F & 1 &&
|
|
2400
|
+
F & 1 && p.children !== g.children && u(m, g.children);
|
|
2401
2401
|
} else
|
|
2402
2402
|
!O && y == null && J(
|
|
2403
2403
|
m,
|
|
@@ -2409,11 +2409,11 @@ function ou(t, e) {
|
|
|
2409
2409
|
x
|
|
2410
2410
|
);
|
|
2411
2411
|
((K = U.onVnodeUpdated) || L) && Te(() => {
|
|
2412
|
-
K && Ge(K, _, g,
|
|
2412
|
+
K && Ge(K, _, g, p), L && gt(g, p, _, "updated");
|
|
2413
2413
|
}, E);
|
|
2414
|
-
}, z = (
|
|
2414
|
+
}, z = (p, g, _, E, x, M, O) => {
|
|
2415
2415
|
for (let m = 0; m < g.length; m++) {
|
|
2416
|
-
const F =
|
|
2416
|
+
const F = p[m], y = g[m], L = (
|
|
2417
2417
|
// oldVNode may be an errored async setup() component inside Suspense
|
|
2418
2418
|
// which will not have a mounted element
|
|
2419
2419
|
F.el && // - In the case of a Fragment, we need to provide the actual parent
|
|
@@ -2439,12 +2439,12 @@ function ou(t, e) {
|
|
|
2439
2439
|
!0
|
|
2440
2440
|
);
|
|
2441
2441
|
}
|
|
2442
|
-
}, J = (
|
|
2442
|
+
}, J = (p, g, _, E, x, M, O) => {
|
|
2443
2443
|
if (_ !== E) {
|
|
2444
2444
|
if (_ !== ue)
|
|
2445
2445
|
for (const m in _)
|
|
2446
2446
|
!Hn(m) && !(m in E) && o(
|
|
2447
|
-
|
|
2447
|
+
p,
|
|
2448
2448
|
m,
|
|
2449
2449
|
_[m],
|
|
2450
2450
|
null,
|
|
@@ -2459,7 +2459,7 @@ function ou(t, e) {
|
|
|
2459
2459
|
continue;
|
|
2460
2460
|
const F = E[m], y = _[m];
|
|
2461
2461
|
F !== y && m !== "value" && o(
|
|
2462
|
-
|
|
2462
|
+
p,
|
|
2463
2463
|
m,
|
|
2464
2464
|
y,
|
|
2465
2465
|
F,
|
|
@@ -2470,12 +2470,12 @@ function ou(t, e) {
|
|
|
2470
2470
|
ge
|
|
2471
2471
|
);
|
|
2472
2472
|
}
|
|
2473
|
-
"value" in E && o(
|
|
2473
|
+
"value" in E && o(p, "value", _.value, E.value);
|
|
2474
2474
|
}
|
|
2475
|
-
}, B = (
|
|
2476
|
-
const y = g.el =
|
|
2475
|
+
}, B = (p, g, _, E, x, M, O, m, F) => {
|
|
2476
|
+
const y = g.el = p ? p.el : i(""), L = g.anchor = p ? p.anchor : i("");
|
|
2477
2477
|
let { patchFlag: P, dynamicChildren: U, slotScopeIds: K } = g;
|
|
2478
|
-
K && (m = m ? m.concat(K) : K),
|
|
2478
|
+
K && (m = m ? m.concat(K) : K), p == null ? (r(y, _, E), r(L, _, E), $(
|
|
2479
2479
|
g.children,
|
|
2480
2480
|
_,
|
|
2481
2481
|
L,
|
|
@@ -2486,8 +2486,8 @@ function ou(t, e) {
|
|
|
2486
2486
|
F
|
|
2487
2487
|
)) : P > 0 && P & 64 && U && // #2715 the previous fragment could've been a BAILed one as a result
|
|
2488
2488
|
// of renderSlot() with no valid children
|
|
2489
|
-
|
|
2490
|
-
|
|
2489
|
+
p.dynamicChildren ? (z(
|
|
2490
|
+
p.dynamicChildren,
|
|
2491
2491
|
U,
|
|
2492
2492
|
_,
|
|
2493
2493
|
x,
|
|
@@ -2499,12 +2499,12 @@ function ou(t, e) {
|
|
|
2499
2499
|
// #2134 or if it's a component root, it may also get moved around
|
|
2500
2500
|
// as the component is being moved.
|
|
2501
2501
|
(g.key != null || x && g === x.subTree) && ki(
|
|
2502
|
-
|
|
2502
|
+
p,
|
|
2503
2503
|
g,
|
|
2504
2504
|
!0
|
|
2505
2505
|
/* shallow */
|
|
2506
2506
|
)) : S(
|
|
2507
|
-
|
|
2507
|
+
p,
|
|
2508
2508
|
g,
|
|
2509
2509
|
_,
|
|
2510
2510
|
L,
|
|
@@ -2514,8 +2514,8 @@ function ou(t, e) {
|
|
|
2514
2514
|
m,
|
|
2515
2515
|
F
|
|
2516
2516
|
);
|
|
2517
|
-
}, re = (
|
|
2518
|
-
g.slotScopeIds = m,
|
|
2517
|
+
}, re = (p, g, _, E, x, M, O, m, F) => {
|
|
2518
|
+
g.slotScopeIds = m, p == null ? g.shapeFlag & 512 ? x.ctx.activate(
|
|
2519
2519
|
g,
|
|
2520
2520
|
_,
|
|
2521
2521
|
E,
|
|
@@ -2529,15 +2529,15 @@ function ou(t, e) {
|
|
|
2529
2529
|
M,
|
|
2530
2530
|
O,
|
|
2531
2531
|
F
|
|
2532
|
-
) : ne(
|
|
2533
|
-
}, D = (
|
|
2534
|
-
const m =
|
|
2535
|
-
|
|
2532
|
+
) : ne(p, g, F);
|
|
2533
|
+
}, D = (p, g, _, E, x, M, O) => {
|
|
2534
|
+
const m = p.component = du(
|
|
2535
|
+
p,
|
|
2536
2536
|
E,
|
|
2537
2537
|
x
|
|
2538
2538
|
);
|
|
2539
|
-
if (fr(
|
|
2540
|
-
if (x && x.registerDep(m, V), !
|
|
2539
|
+
if (fr(p) && (m.ctx.renderer = Qe), mu(m), m.asyncDep) {
|
|
2540
|
+
if (x && x.registerDep(m, V), !p.el) {
|
|
2541
2541
|
const F = m.subTree = de(Le);
|
|
2542
2542
|
T(null, F, g, _);
|
|
2543
2543
|
}
|
|
@@ -2545,52 +2545,52 @@ function ou(t, e) {
|
|
|
2545
2545
|
}
|
|
2546
2546
|
V(
|
|
2547
2547
|
m,
|
|
2548
|
-
|
|
2548
|
+
p,
|
|
2549
2549
|
g,
|
|
2550
2550
|
_,
|
|
2551
2551
|
x,
|
|
2552
2552
|
M,
|
|
2553
2553
|
O
|
|
2554
2554
|
);
|
|
2555
|
-
}, ne = (
|
|
2556
|
-
const E = g.component =
|
|
2557
|
-
if (Ca(
|
|
2555
|
+
}, ne = (p, g, _) => {
|
|
2556
|
+
const E = g.component = p.component;
|
|
2557
|
+
if (Ca(p, g, _))
|
|
2558
2558
|
if (E.asyncDep && !E.asyncResolved) {
|
|
2559
2559
|
v(E, g, _);
|
|
2560
2560
|
return;
|
|
2561
2561
|
} else
|
|
2562
2562
|
E.next = g, va(E.update), E.update();
|
|
2563
2563
|
else
|
|
2564
|
-
g.el =
|
|
2565
|
-
}, V = (
|
|
2564
|
+
g.el = p.el, E.vnode = g;
|
|
2565
|
+
}, V = (p, g, _, E, x, M, O) => {
|
|
2566
2566
|
const m = () => {
|
|
2567
|
-
if (
|
|
2568
|
-
let { next: L, bu: P, u: U, parent: K, vnode: Q } =
|
|
2569
|
-
mt(
|
|
2570
|
-
const H = Dr(
|
|
2571
|
-
|
|
2567
|
+
if (p.isMounted) {
|
|
2568
|
+
let { next: L, bu: P, u: U, parent: K, vnode: Q } = p, w = L, R;
|
|
2569
|
+
mt(p, !1), L ? (L.el = Q.el, v(p, L, O)) : L = Q, P && jn(P), (R = L.props && L.props.onVnodeBeforeUpdate) && Ge(R, K, L, Q), mt(p, !0);
|
|
2570
|
+
const H = Dr(p), Y = p.subTree;
|
|
2571
|
+
p.subTree = H, b(
|
|
2572
2572
|
Y,
|
|
2573
2573
|
H,
|
|
2574
2574
|
// parent may have changed if it's in a teleport
|
|
2575
2575
|
f(Y.el),
|
|
2576
2576
|
// anchor may have changed if it's in a fragment
|
|
2577
|
-
|
|
2578
|
-
|
|
2577
|
+
pt(Y),
|
|
2578
|
+
p,
|
|
2579
2579
|
x,
|
|
2580
2580
|
M
|
|
2581
|
-
), L.el = H.el, w === null && Aa(
|
|
2581
|
+
), L.el = H.el, w === null && Aa(p, H.el), U && Te(U, x), (R = L.props && L.props.onVnodeUpdated) && Te(
|
|
2582
2582
|
() => Ge(R, K, L, Q),
|
|
2583
2583
|
x
|
|
2584
2584
|
);
|
|
2585
2585
|
} else {
|
|
2586
2586
|
let L;
|
|
2587
|
-
const { el: P, props: U } = g, { bm: K, m: Q, parent: w } =
|
|
2588
|
-
if (mt(
|
|
2587
|
+
const { el: P, props: U } = g, { bm: K, m: Q, parent: w } = p, R = hn(g);
|
|
2588
|
+
if (mt(p, !1), K && jn(K), !R && (L = U && U.onVnodeBeforeMount) && Ge(L, w, g), mt(p, !0), P && sn) {
|
|
2589
2589
|
const H = () => {
|
|
2590
|
-
|
|
2590
|
+
p.subTree = Dr(p), sn(
|
|
2591
2591
|
P,
|
|
2592
|
-
|
|
2593
|
-
|
|
2592
|
+
p.subTree,
|
|
2593
|
+
p,
|
|
2594
2594
|
x,
|
|
2595
2595
|
null
|
|
2596
2596
|
);
|
|
@@ -2600,16 +2600,16 @@ function ou(t, e) {
|
|
|
2600
2600
|
// which means it won't track dependencies - but it's ok because
|
|
2601
2601
|
// a server-rendered async wrapper is already in resolved state
|
|
2602
2602
|
// and it will never need to change.
|
|
2603
|
-
() => !
|
|
2603
|
+
() => !p.isUnmounted && H()
|
|
2604
2604
|
) : H();
|
|
2605
2605
|
} else {
|
|
2606
|
-
const H =
|
|
2606
|
+
const H = p.subTree = Dr(p);
|
|
2607
2607
|
b(
|
|
2608
2608
|
null,
|
|
2609
2609
|
H,
|
|
2610
2610
|
_,
|
|
2611
2611
|
E,
|
|
2612
|
-
|
|
2612
|
+
p,
|
|
2613
2613
|
x,
|
|
2614
2614
|
M
|
|
2615
2615
|
), g.el = H.el;
|
|
@@ -2621,21 +2621,21 @@ function ou(t, e) {
|
|
|
2621
2621
|
x
|
|
2622
2622
|
);
|
|
2623
2623
|
}
|
|
2624
|
-
(g.shapeFlag & 256 || w &&
|
|
2624
|
+
(g.shapeFlag & 256 || w && hn(w.vnode) && w.vnode.shapeFlag & 256) && p.a && Te(p.a, x), p.isMounted = !0, g = _ = E = null;
|
|
2625
2625
|
}
|
|
2626
|
-
}, F =
|
|
2626
|
+
}, F = p.effect = new ys(
|
|
2627
2627
|
m,
|
|
2628
2628
|
() => Ts(y),
|
|
2629
|
-
|
|
2629
|
+
p.scope
|
|
2630
2630
|
// track it in component's effect scope
|
|
2631
|
-
), y =
|
|
2632
|
-
y.id =
|
|
2633
|
-
}, v = (
|
|
2634
|
-
g.component =
|
|
2635
|
-
const E =
|
|
2636
|
-
|
|
2637
|
-
}, S = (
|
|
2638
|
-
const y =
|
|
2631
|
+
), y = p.update = () => F.run();
|
|
2632
|
+
y.id = p.uid, mt(p, !0), y();
|
|
2633
|
+
}, v = (p, g, _) => {
|
|
2634
|
+
g.component = p;
|
|
2635
|
+
const E = p.vnode.props;
|
|
2636
|
+
p.vnode = g, p.next = null, eu(p, g.props, E, _), ru(p, g.children, _), Jt(), io(), Yt();
|
|
2637
|
+
}, S = (p, g, _, E, x, M, O, m, F = !1) => {
|
|
2638
|
+
const y = p && p.children, L = p ? p.shapeFlag : 0, P = g.children, { patchFlag: U, shapeFlag: K } = g;
|
|
2639
2639
|
if (U > 0) {
|
|
2640
2640
|
if (U & 128) {
|
|
2641
2641
|
te(
|
|
@@ -2685,14 +2685,14 @@ function ou(t, e) {
|
|
|
2685
2685
|
m,
|
|
2686
2686
|
F
|
|
2687
2687
|
));
|
|
2688
|
-
}, G = (
|
|
2689
|
-
|
|
2690
|
-
const y =
|
|
2688
|
+
}, G = (p, g, _, E, x, M, O, m, F) => {
|
|
2689
|
+
p = p || Pt, g = g || Pt;
|
|
2690
|
+
const y = p.length, L = g.length, P = Math.min(y, L);
|
|
2691
2691
|
let U;
|
|
2692
2692
|
for (U = 0; U < P; U++) {
|
|
2693
2693
|
const K = g[U] = F ? ct(g[U]) : Ze(g[U]);
|
|
2694
2694
|
b(
|
|
2695
|
-
|
|
2695
|
+
p[U],
|
|
2696
2696
|
K,
|
|
2697
2697
|
_,
|
|
2698
2698
|
null,
|
|
@@ -2704,7 +2704,7 @@ function ou(t, e) {
|
|
|
2704
2704
|
);
|
|
2705
2705
|
}
|
|
2706
2706
|
y > L ? ge(
|
|
2707
|
-
|
|
2707
|
+
p,
|
|
2708
2708
|
x,
|
|
2709
2709
|
M,
|
|
2710
2710
|
!0,
|
|
@@ -2721,12 +2721,12 @@ function ou(t, e) {
|
|
|
2721
2721
|
F,
|
|
2722
2722
|
P
|
|
2723
2723
|
);
|
|
2724
|
-
}, te = (
|
|
2724
|
+
}, te = (p, g, _, E, x, M, O, m, F) => {
|
|
2725
2725
|
let y = 0;
|
|
2726
2726
|
const L = g.length;
|
|
2727
|
-
let P =
|
|
2727
|
+
let P = p.length - 1, U = L - 1;
|
|
2728
2728
|
for (; y <= P && y <= U; ) {
|
|
2729
|
-
const K =
|
|
2729
|
+
const K = p[y], Q = g[y] = F ? ct(g[y]) : Ze(g[y]);
|
|
2730
2730
|
if (yt(K, Q))
|
|
2731
2731
|
b(
|
|
2732
2732
|
K,
|
|
@@ -2744,7 +2744,7 @@ function ou(t, e) {
|
|
|
2744
2744
|
y++;
|
|
2745
2745
|
}
|
|
2746
2746
|
for (; y <= P && y <= U; ) {
|
|
2747
|
-
const K =
|
|
2747
|
+
const K = p[P], Q = g[U] = F ? ct(g[U]) : Ze(g[U]);
|
|
2748
2748
|
if (yt(K, Q))
|
|
2749
2749
|
b(
|
|
2750
2750
|
K,
|
|
@@ -2779,7 +2779,7 @@ function ou(t, e) {
|
|
|
2779
2779
|
}
|
|
2780
2780
|
} else if (y > U)
|
|
2781
2781
|
for (; y <= P; )
|
|
2782
|
-
ae(
|
|
2782
|
+
ae(p[y], x, M, !0), y++;
|
|
2783
2783
|
else {
|
|
2784
2784
|
const K = y, Q = y, w = /* @__PURE__ */ new Map();
|
|
2785
2785
|
for (y = Q; y <= U; y++) {
|
|
@@ -2788,12 +2788,12 @@ function ou(t, e) {
|
|
|
2788
2788
|
}
|
|
2789
2789
|
let R, H = 0;
|
|
2790
2790
|
const Y = U - Q + 1;
|
|
2791
|
-
let
|
|
2791
|
+
let he = !1, Ne = 0;
|
|
2792
2792
|
const dt = new Array(Y);
|
|
2793
2793
|
for (y = 0; y < Y; y++)
|
|
2794
2794
|
dt[y] = 0;
|
|
2795
2795
|
for (y = K; y <= P; y++) {
|
|
2796
|
-
const Me =
|
|
2796
|
+
const Me = p[y];
|
|
2797
2797
|
if (H >= Y) {
|
|
2798
2798
|
ae(Me, x, M, !0);
|
|
2799
2799
|
continue;
|
|
@@ -2807,7 +2807,7 @@ function ou(t, e) {
|
|
|
2807
2807
|
Ve = R;
|
|
2808
2808
|
break;
|
|
2809
2809
|
}
|
|
2810
|
-
Ve === void 0 ? ae(Me, x, M, !0) : (dt[Ve - Q] = y + 1, Ve >= Ne ? Ne = Ve :
|
|
2810
|
+
Ve === void 0 ? ae(Me, x, M, !0) : (dt[Ve - Q] = y + 1, Ve >= Ne ? Ne = Ve : he = !0, b(
|
|
2811
2811
|
Me,
|
|
2812
2812
|
g[Ve],
|
|
2813
2813
|
_,
|
|
@@ -2819,7 +2819,7 @@ function ou(t, e) {
|
|
|
2819
2819
|
F
|
|
2820
2820
|
), H++);
|
|
2821
2821
|
}
|
|
2822
|
-
const qn =
|
|
2822
|
+
const qn = he ? cu(dt) : Pt;
|
|
2823
2823
|
for (R = qn.length - 1, y = Y - 1; y >= 0; y--) {
|
|
2824
2824
|
const Me = Q + y, Ve = g[Me], Xs = Me + 1 < L ? g[Me + 1].el : E;
|
|
2825
2825
|
dt[y] === 0 ? b(
|
|
@@ -2832,32 +2832,32 @@ function ou(t, e) {
|
|
|
2832
2832
|
O,
|
|
2833
2833
|
m,
|
|
2834
2834
|
F
|
|
2835
|
-
) :
|
|
2835
|
+
) : he && (R < 0 || y !== qn[R] ? ie(Ve, _, Xs, 2) : R--);
|
|
2836
2836
|
}
|
|
2837
2837
|
}
|
|
2838
|
-
}, ie = (
|
|
2839
|
-
const { el: M, type: O, transition: m, children: F, shapeFlag: y } =
|
|
2838
|
+
}, ie = (p, g, _, E, x = null) => {
|
|
2839
|
+
const { el: M, type: O, transition: m, children: F, shapeFlag: y } = p;
|
|
2840
2840
|
if (y & 6) {
|
|
2841
|
-
ie(
|
|
2841
|
+
ie(p.component.subTree, g, _, E);
|
|
2842
2842
|
return;
|
|
2843
2843
|
}
|
|
2844
2844
|
if (y & 128) {
|
|
2845
|
-
|
|
2845
|
+
p.suspense.move(g, _, E);
|
|
2846
2846
|
return;
|
|
2847
2847
|
}
|
|
2848
2848
|
if (y & 64) {
|
|
2849
|
-
O.move(
|
|
2849
|
+
O.move(p, g, _, Qe);
|
|
2850
2850
|
return;
|
|
2851
2851
|
}
|
|
2852
2852
|
if (O === Re) {
|
|
2853
2853
|
r(M, g, _);
|
|
2854
2854
|
for (let P = 0; P < F.length; P++)
|
|
2855
2855
|
ie(F[P], g, _, E);
|
|
2856
|
-
r(
|
|
2856
|
+
r(p.anchor, g, _);
|
|
2857
2857
|
return;
|
|
2858
2858
|
}
|
|
2859
2859
|
if (O === Mr) {
|
|
2860
|
-
N(
|
|
2860
|
+
N(p, g, _);
|
|
2861
2861
|
return;
|
|
2862
2862
|
}
|
|
2863
2863
|
if (E !== 2 && y & 1 && m)
|
|
@@ -2873,7 +2873,7 @@ function ou(t, e) {
|
|
|
2873
2873
|
}
|
|
2874
2874
|
else
|
|
2875
2875
|
r(M, g, _);
|
|
2876
|
-
}, ae = (
|
|
2876
|
+
}, ae = (p, g, _, E = !1, x = !1) => {
|
|
2877
2877
|
const {
|
|
2878
2878
|
type: M,
|
|
2879
2879
|
props: O,
|
|
@@ -2883,22 +2883,22 @@ function ou(t, e) {
|
|
|
2883
2883
|
shapeFlag: L,
|
|
2884
2884
|
patchFlag: P,
|
|
2885
2885
|
dirs: U
|
|
2886
|
-
} =
|
|
2887
|
-
if (m != null && us(m, null, _,
|
|
2888
|
-
g.ctx.deactivate(
|
|
2886
|
+
} = p;
|
|
2887
|
+
if (m != null && us(m, null, _, p, !0), L & 256) {
|
|
2888
|
+
g.ctx.deactivate(p);
|
|
2889
2889
|
return;
|
|
2890
2890
|
}
|
|
2891
|
-
const K = L & 1 && U, Q = !
|
|
2891
|
+
const K = L & 1 && U, Q = !hn(p);
|
|
2892
2892
|
let w;
|
|
2893
|
-
if (Q && (w = O && O.onVnodeBeforeUnmount) && Ge(w, g,
|
|
2894
|
-
Ce(
|
|
2893
|
+
if (Q && (w = O && O.onVnodeBeforeUnmount) && Ge(w, g, p), L & 6)
|
|
2894
|
+
Ce(p.component, _, E);
|
|
2895
2895
|
else {
|
|
2896
2896
|
if (L & 128) {
|
|
2897
|
-
|
|
2897
|
+
p.suspense.unmount(_, E);
|
|
2898
2898
|
return;
|
|
2899
2899
|
}
|
|
2900
|
-
K && gt(
|
|
2901
|
-
|
|
2900
|
+
K && gt(p, null, g, "beforeUnmount"), L & 64 ? p.type.remove(
|
|
2901
|
+
p,
|
|
2902
2902
|
g,
|
|
2903
2903
|
_,
|
|
2904
2904
|
x,
|
|
@@ -2911,44 +2911,44 @@ function ou(t, e) {
|
|
|
2911
2911
|
_,
|
|
2912
2912
|
!1,
|
|
2913
2913
|
!0
|
|
2914
|
-
) : (M === Re && P & 384 || !x && L & 16) && ge(F, g, _), E && De(
|
|
2914
|
+
) : (M === Re && P & 384 || !x && L & 16) && ge(F, g, _), E && De(p);
|
|
2915
2915
|
}
|
|
2916
2916
|
(Q && (w = O && O.onVnodeUnmounted) || K) && Te(() => {
|
|
2917
|
-
w && Ge(w, g,
|
|
2917
|
+
w && Ge(w, g, p), K && gt(p, null, g, "unmounted");
|
|
2918
2918
|
}, _);
|
|
2919
|
-
}, De = (
|
|
2920
|
-
const { type: g, el: _, anchor: E, transition: x } =
|
|
2919
|
+
}, De = (p) => {
|
|
2920
|
+
const { type: g, el: _, anchor: E, transition: x } = p;
|
|
2921
2921
|
if (g === Re) {
|
|
2922
2922
|
Nt(_, E);
|
|
2923
2923
|
return;
|
|
2924
2924
|
}
|
|
2925
2925
|
if (g === Mr) {
|
|
2926
|
-
A(
|
|
2926
|
+
A(p);
|
|
2927
2927
|
return;
|
|
2928
2928
|
}
|
|
2929
2929
|
const M = () => {
|
|
2930
2930
|
s(_), x && !x.persisted && x.afterLeave && x.afterLeave();
|
|
2931
2931
|
};
|
|
2932
|
-
if (
|
|
2932
|
+
if (p.shapeFlag & 1 && x && !x.persisted) {
|
|
2933
2933
|
const { leave: O, delayLeave: m } = x, F = () => O(_, M);
|
|
2934
|
-
m ? m(
|
|
2934
|
+
m ? m(p.el, M, F) : F();
|
|
2935
2935
|
} else
|
|
2936
2936
|
M();
|
|
2937
|
-
}, Nt = (
|
|
2937
|
+
}, Nt = (p, g) => {
|
|
2938
2938
|
let _;
|
|
2939
|
-
for (;
|
|
2940
|
-
_ = p
|
|
2939
|
+
for (; p !== g; )
|
|
2940
|
+
_ = h(p), s(p), p = _;
|
|
2941
2941
|
s(g);
|
|
2942
|
-
}, Ce = (
|
|
2943
|
-
const { bum: E, scope: x, update: M, subTree: O, um: m } =
|
|
2944
|
-
E && jn(E), x.stop(), M && (M.active = !1, ae(O,
|
|
2945
|
-
|
|
2946
|
-
}, g), g && g.pendingBranch && !g.isUnmounted &&
|
|
2947
|
-
}, ge = (
|
|
2948
|
-
for (let O = M; O <
|
|
2949
|
-
ae(
|
|
2950
|
-
},
|
|
2951
|
-
|
|
2942
|
+
}, Ce = (p, g, _) => {
|
|
2943
|
+
const { bum: E, scope: x, update: M, subTree: O, um: m } = p;
|
|
2944
|
+
E && jn(E), x.stop(), M && (M.active = !1, ae(O, p, g, _)), m && Te(m, g), Te(() => {
|
|
2945
|
+
p.isUnmounted = !0;
|
|
2946
|
+
}, g), g && g.pendingBranch && !g.isUnmounted && p.asyncDep && !p.asyncResolved && p.suspenseId === g.pendingId && (g.deps--, g.deps === 0 && g.resolve());
|
|
2947
|
+
}, ge = (p, g, _, E = !1, x = !1, M = 0) => {
|
|
2948
|
+
for (let O = M; O < p.length; O++)
|
|
2949
|
+
ae(p[O], g, _, E, x);
|
|
2950
|
+
}, pt = (p) => p.shapeFlag & 6 ? pt(p.component.subTree) : p.shapeFlag & 128 ? p.suspense.next() : h(p.anchor || p.el), nn = (p, g, _) => {
|
|
2951
|
+
p == null ? g._vnode && ae(g._vnode, null, null, !0) : b(g._vnode || null, p, g, null, null, null, _), io(), ni(), g._vnode = p;
|
|
2952
2952
|
}, Qe = {
|
|
2953
2953
|
p: b,
|
|
2954
2954
|
um: ae,
|
|
@@ -2958,7 +2958,7 @@ function ou(t, e) {
|
|
|
2958
2958
|
mc: $,
|
|
2959
2959
|
pc: S,
|
|
2960
2960
|
pbc: z,
|
|
2961
|
-
n:
|
|
2961
|
+
n: pt,
|
|
2962
2962
|
o: t
|
|
2963
2963
|
};
|
|
2964
2964
|
let rn, sn;
|
|
@@ -2979,7 +2979,7 @@ function ki(t, e, n = !1) {
|
|
|
2979
2979
|
for (let o = 0; o < r.length; o++) {
|
|
2980
2980
|
const c = r[o];
|
|
2981
2981
|
let i = s[o];
|
|
2982
|
-
i.shapeFlag & 1 && !i.dynamicChildren && ((i.patchFlag <= 0 || i.patchFlag === 32) && (i = s[o] = ct(s[o]), i.el = c.el), n || ki(c, i)), i.type ===
|
|
2982
|
+
i.shapeFlag & 1 && !i.dynamicChildren && ((i.patchFlag <= 0 || i.patchFlag === 32) && (i = s[o] = ct(s[o]), i.el = c.el), n || ki(c, i)), i.type === pr && (i.el = c.el);
|
|
2983
2983
|
}
|
|
2984
2984
|
}
|
|
2985
2985
|
function cu(t) {
|
|
@@ -3002,7 +3002,7 @@ function cu(t) {
|
|
|
3002
3002
|
n[o] = c, c = e[c];
|
|
3003
3003
|
return n;
|
|
3004
3004
|
}
|
|
3005
|
-
const iu = (t) => t.__isTeleport, Re = Symbol.for("v-fgt"),
|
|
3005
|
+
const iu = (t) => t.__isTeleport, Re = Symbol.for("v-fgt"), pr = Symbol.for("v-txt"), Le = Symbol.for("v-cmt"), Mr = Symbol.for("v-stc"), gn = [];
|
|
3006
3006
|
let ze = null;
|
|
3007
3007
|
function oe(t = !1) {
|
|
3008
3008
|
gn.push(ze = t ? null : []);
|
|
@@ -3097,7 +3097,7 @@ function we(t, e = null, n = null, r = 0, s = null, o = t === Re ? 0 : 1, c = !1
|
|
|
3097
3097
|
const de = au;
|
|
3098
3098
|
function au(t, e = null, n = null, r = 0, s = null, o = !1) {
|
|
3099
3099
|
if ((!t || t === Ha) && (t = Le), Qn(t)) {
|
|
3100
|
-
const i =
|
|
3100
|
+
const i = ht(
|
|
3101
3101
|
t,
|
|
3102
3102
|
e,
|
|
3103
3103
|
!0
|
|
@@ -3125,7 +3125,7 @@ function au(t, e = null, n = null, r = 0, s = null, o = !1) {
|
|
|
3125
3125
|
function uu(t) {
|
|
3126
3126
|
return t ? Wc(t) || dr in t ? me({}, t) : t : null;
|
|
3127
3127
|
}
|
|
3128
|
-
function
|
|
3128
|
+
function ht(t, e, n = !1) {
|
|
3129
3129
|
const { props: r, ref: s, patchFlag: o, children: c } = t, i = e ? fu(r || {}, e) : r;
|
|
3130
3130
|
return {
|
|
3131
3131
|
__v_isVNode: !0,
|
|
@@ -3162,8 +3162,8 @@ function pt(t, e, n = !1) {
|
|
|
3162
3162
|
// they will simply be overwritten.
|
|
3163
3163
|
component: t.component,
|
|
3164
3164
|
suspense: t.suspense,
|
|
3165
|
-
ssContent: t.ssContent &&
|
|
3166
|
-
ssFallback: t.ssFallback &&
|
|
3165
|
+
ssContent: t.ssContent && ht(t.ssContent),
|
|
3166
|
+
ssFallback: t.ssFallback && ht(t.ssFallback),
|
|
3167
3167
|
el: t.el,
|
|
3168
3168
|
anchor: t.anchor,
|
|
3169
3169
|
ctx: t.ctx,
|
|
@@ -3171,7 +3171,7 @@ function pt(t, e, n = !1) {
|
|
|
3171
3171
|
};
|
|
3172
3172
|
}
|
|
3173
3173
|
function Ns(t = " ", e = 0) {
|
|
3174
|
-
return de(
|
|
3174
|
+
return de(pr, null, t, e);
|
|
3175
3175
|
}
|
|
3176
3176
|
function mn(t = "", e = !1) {
|
|
3177
3177
|
return e ? (oe(), Se(Le, null, t)) : de(Le, null, t);
|
|
@@ -3182,10 +3182,10 @@ function Ze(t) {
|
|
|
3182
3182
|
null,
|
|
3183
3183
|
// #3666, avoid reference pollution when reusing vnode
|
|
3184
3184
|
t.slice()
|
|
3185
|
-
) : typeof t == "object" ? ct(t) : de(
|
|
3185
|
+
) : typeof t == "object" ? ct(t) : de(pr, null, String(t));
|
|
3186
3186
|
}
|
|
3187
3187
|
function ct(t) {
|
|
3188
|
-
return t.el === null && t.patchFlag !== -1 || t.memo ? t :
|
|
3188
|
+
return t.el === null && t.patchFlag !== -1 || t.memo ? t : ht(t);
|
|
3189
3189
|
}
|
|
3190
3190
|
function Is(t, e) {
|
|
3191
3191
|
let n = 0;
|
|
@@ -3231,11 +3231,11 @@ function Ge(t, e, n, r = null) {
|
|
|
3231
3231
|
r
|
|
3232
3232
|
]);
|
|
3233
3233
|
}
|
|
3234
|
-
const
|
|
3235
|
-
let
|
|
3234
|
+
const hu = mi();
|
|
3235
|
+
let pu = 0;
|
|
3236
3236
|
function du(t, e, n) {
|
|
3237
|
-
const r = t.type, s = (e ? e.appContext : t.appContext) ||
|
|
3238
|
-
uid:
|
|
3237
|
+
const r = t.type, s = (e ? e.appContext : t.appContext) || hu, o = {
|
|
3238
|
+
uid: pu++,
|
|
3239
3239
|
vnode: t,
|
|
3240
3240
|
type: r,
|
|
3241
3241
|
parent: e,
|
|
@@ -3682,7 +3682,7 @@ function $u(t) {
|
|
|
3682
3682
|
appearActiveClass: a = c,
|
|
3683
3683
|
appearToClass: u = i,
|
|
3684
3684
|
leaveFromClass: f = `${n}-leave-from`,
|
|
3685
|
-
leaveActiveClass:
|
|
3685
|
+
leaveActiveClass: h = `${n}-leave-active`,
|
|
3686
3686
|
leaveToClass: d = `${n}-leave-to`
|
|
3687
3687
|
} = t, k = zu(s), b = k && k[0], I = k && k[1], {
|
|
3688
3688
|
onBeforeEnter: T,
|
|
@@ -3696,7 +3696,7 @@ function $u(t) {
|
|
|
3696
3696
|
} = e, X = (B, re, D) => {
|
|
3697
3697
|
bt(B, re ? u : i), bt(B, re ? a : c), D && D();
|
|
3698
3698
|
}, z = (B, re) => {
|
|
3699
|
-
B._isLeaving = !1, bt(B, f), bt(B, d), bt(B,
|
|
3699
|
+
B._isLeaving = !1, bt(B, f), bt(B, d), bt(B, h), re && re();
|
|
3700
3700
|
}, J = (B) => (re, D) => {
|
|
3701
3701
|
const ne = B ? W : C, V = () => X(re, B, D);
|
|
3702
3702
|
_t(ne, [re, V]), qo(() => {
|
|
@@ -3715,7 +3715,7 @@ function $u(t) {
|
|
|
3715
3715
|
onLeave(B, re) {
|
|
3716
3716
|
B._isLeaving = !0;
|
|
3717
3717
|
const D = () => z(B, re);
|
|
3718
|
-
ot(B, f), ju(), ot(B,
|
|
3718
|
+
ot(B, f), ju(), ot(B, h), qo(() => {
|
|
3719
3719
|
B._isLeaving && (bt(B, f), ot(B, d), Ro(A) || Mo(B, r, I, D));
|
|
3720
3720
|
}), _t(A, [B, D]);
|
|
3721
3721
|
},
|
|
@@ -3769,25 +3769,25 @@ function Mo(t, e, n, r) {
|
|
|
3769
3769
|
const a = c + "end";
|
|
3770
3770
|
let u = 0;
|
|
3771
3771
|
const f = () => {
|
|
3772
|
-
t.removeEventListener(a,
|
|
3773
|
-
},
|
|
3772
|
+
t.removeEventListener(a, h), o();
|
|
3773
|
+
}, h = (d) => {
|
|
3774
3774
|
d.target === t && ++u >= l && f();
|
|
3775
3775
|
};
|
|
3776
3776
|
setTimeout(() => {
|
|
3777
3777
|
u < l && f();
|
|
3778
|
-
}, i + 1), t.addEventListener(a,
|
|
3778
|
+
}, i + 1), t.addEventListener(a, h);
|
|
3779
3779
|
}
|
|
3780
3780
|
function Hu(t, e) {
|
|
3781
3781
|
const n = window.getComputedStyle(t), r = (k) => (n[k] || "").split(", "), s = r(`${st}Delay`), o = r(`${st}Duration`), c = No(s, o), i = r(`${on}Delay`), l = r(`${on}Duration`), a = No(i, l);
|
|
3782
|
-
let u = null, f = 0,
|
|
3783
|
-
e === st ? c > 0 && (u = st, f = c,
|
|
3782
|
+
let u = null, f = 0, h = 0;
|
|
3783
|
+
e === st ? c > 0 && (u = st, f = c, h = o.length) : e === on ? a > 0 && (u = on, f = a, h = l.length) : (f = Math.max(c, a), u = f > 0 ? c > a ? st : on : null, h = u ? u === st ? o.length : l.length : 0);
|
|
3784
3784
|
const d = u === st && /\b(transform|all)(,|$)/.test(
|
|
3785
3785
|
r(`${st}Property`).toString()
|
|
3786
3786
|
);
|
|
3787
3787
|
return {
|
|
3788
3788
|
type: u,
|
|
3789
3789
|
timeout: f,
|
|
3790
|
-
propCount:
|
|
3790
|
+
propCount: h,
|
|
3791
3791
|
hasTransform: d
|
|
3792
3792
|
};
|
|
3793
3793
|
}
|
|
@@ -3897,7 +3897,7 @@ const Ti = (t, e) => {
|
|
|
3897
3897
|
}, ef = {}, tf = { class: "chat-button" };
|
|
3898
3898
|
function nf(t, e) {
|
|
3899
3899
|
return oe(), be("button", tf, [
|
|
3900
|
-
|
|
3900
|
+
pn(t.$slots, "default")
|
|
3901
3901
|
]);
|
|
3902
3902
|
}
|
|
3903
3903
|
const rf = /* @__PURE__ */ Ti(ef, [["render", nf]]);
|
|
@@ -3949,7 +3949,7 @@ const Tt = sf(), cf = { class: "chat-layout" }, lf = {
|
|
|
3949
3949
|
Tt.off("scrollToBottom", n), window.removeEventListener("resize", n);
|
|
3950
3950
|
}), (r, s) => (oe(), be("main", cf, [
|
|
3951
3951
|
r.$slots.header ? (oe(), be("div", lf, [
|
|
3952
|
-
|
|
3952
|
+
pn(r.$slots, "header")
|
|
3953
3953
|
])) : mn("", !0),
|
|
3954
3954
|
r.$slots.default ? (oe(), be("div", {
|
|
3955
3955
|
key: 1,
|
|
@@ -3957,10 +3957,10 @@ const Tt = sf(), cf = { class: "chat-layout" }, lf = {
|
|
|
3957
3957
|
ref_key: "chatBodyRef",
|
|
3958
3958
|
ref: e
|
|
3959
3959
|
}, [
|
|
3960
|
-
|
|
3960
|
+
pn(r.$slots, "default")
|
|
3961
3961
|
], 512)) : mn("", !0),
|
|
3962
3962
|
r.$slots.footer ? (oe(), be("div", af, [
|
|
3963
|
-
|
|
3963
|
+
pn(r.$slots, "footer")
|
|
3964
3964
|
])) : mn("", !0)
|
|
3965
3965
|
]));
|
|
3966
3966
|
}
|
|
@@ -3988,7 +3988,7 @@ const ln = {
|
|
|
3988
3988
|
}
|
|
3989
3989
|
},
|
|
3990
3990
|
theme: {}
|
|
3991
|
-
}, ff = "#n8n-chat",
|
|
3991
|
+
}, ff = "#n8n-chat", hf = "n8n-chat", Po = `${hf}/sessionId`, Ri = "Chat", qi = "ChatOptions";
|
|
3992
3992
|
function Ls() {
|
|
3993
3993
|
return Ht(Ri);
|
|
3994
3994
|
}
|
|
@@ -4009,16 +4009,16 @@ function mr() {
|
|
|
4009
4009
|
}
|
|
4010
4010
|
return { t: n, te: r };
|
|
4011
4011
|
}
|
|
4012
|
-
const
|
|
4012
|
+
const pf = { class: "chat-get-started" }, df = /* @__PURE__ */ He({
|
|
4013
4013
|
__name: "GetStarted",
|
|
4014
4014
|
setup(t) {
|
|
4015
4015
|
const { t: e } = mr();
|
|
4016
|
-
return (n, r) => (oe(), be("div",
|
|
4016
|
+
return (n, r) => (oe(), be("div", pf, [
|
|
4017
4017
|
de(rf, {
|
|
4018
4018
|
onClick: r[0] || (r[0] = (s) => n.$emit("click:button"))
|
|
4019
4019
|
}, {
|
|
4020
4020
|
default: ut(() => [
|
|
4021
|
-
Ns(Zn(
|
|
4021
|
+
Ns(Zn(pe(e)("getStarted")), 1)
|
|
4022
4022
|
]),
|
|
4023
4023
|
_: 1
|
|
4024
4024
|
})
|
|
@@ -4037,7 +4037,7 @@ const vf = /* @__PURE__ */ Ti(gf, [["render", bf]]), xf = { class: "chat-get-sta
|
|
|
4037
4037
|
setup(t) {
|
|
4038
4038
|
const { t: e, te: n } = mr();
|
|
4039
4039
|
return (r, s) => (oe(), be("div", xf, [
|
|
4040
|
-
|
|
4040
|
+
pe(n)("footer") ? (oe(), be("div", yf, Zn(pe(e)("footer")), 1)) : mn("", !0),
|
|
4041
4041
|
de(vf)
|
|
4042
4042
|
]));
|
|
4043
4043
|
}
|
|
@@ -4067,8 +4067,8 @@ function Ef(t) {
|
|
|
4067
4067
|
}), n;
|
|
4068
4068
|
}
|
|
4069
4069
|
var le = {};
|
|
4070
|
-
const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "∾̳", qf = "Â", Mf = "â", Nf = "´", If = "А", Ff = "а", Lf = "Æ", Of = "æ", Pf = "", Bf = "𝔄", $f = "𝔞", zf = "À", Uf = "à", Hf = "ℵ", jf = "ℵ", Vf = "Α", Gf = "α", Zf = "Ā", Kf = "ā", Wf = "⨿", Jf = "&", Yf = "&", Xf = "⩕", Qf = "⩓", ep = "∧", tp = "⩜", np = "⩘", rp = "⩚", sp = "∠", op = "⦤", cp = "∠", ip = "⦨", lp = "⦩", ap = "⦪", up = "⦫", fp = "⦬", pp = "⦭", hp = "⦮", dp = "⦯", gp = "∡", mp = "∟", _p = "⊾", bp = "⦝", vp = "∢", xp = "Å", yp = "⍼", kp = "Ą", Ep = "ą", wp = "𝔸", Cp = "𝕒", Ap = "⩯", Sp = "≈", Dp = "⩰", Tp = "≊", Rp = "≋", qp = "'", Mp = "", Np = "≈", Ip = "≊", Fp = "Å", Lp = "å", Op = "𝒜", Pp = "𝒶", Bp = "≔", $p = "*", zp = "≈", Up = "≍", Hp = "Ã", jp = "ã", Vp = "Ä", Gp = "ä", Zp = "∳", Kp = "⨑", Wp = "≌", Jp = "϶", Yp = "‵", Xp = "∽", Qp = "⋍", eh = "∖", th = "⫧", nh = "⊽", rh = "⌅", sh = "⌆", oh = "⌅", ch = "⎵", ih = "⎶", lh = "≌", ah = "Б", uh = "б", fh = "„", ph = "∵", hh = "∵", dh = "∵", gh = "⦰", mh = "϶", _h = "ℬ", bh = "ℬ", vh = "Β", xh = "β", yh = "ℶ", kh = "≬", Eh = "𝔅", wh = "𝔟", Ch = "⋂", Ah = "◯", Sh = "⋃", Dh = "⨀", Th = "⨁", Rh = "⨂", qh = "⨆", Mh = "★", Nh = "▽", Ih = "△", Fh = "⨄", Lh = "⋁", Oh = "⋀", Ph = "⤍", Bh = "⧫", $h = "▪", zh = "▴", Uh = "▾", Hh = "◂", jh = "▸", Vh = "␣", Gh = "▒", Zh = "░", Kh = "▓", Wh = "█", Jh = "=⃥", Yh = "≡⃥", Xh = "⫭", Qh = "⌐", ed = "𝔹", td = "𝕓", nd = "⊥", rd = "⊥", sd = "⋈", od = "⧉", cd = "┐", id = "╕", ld = "╖", ad = "╗", ud = "┌", fd = "╒", pd = "╓", hd = "╔", dd = "─", gd = "═", md = "┬", _d = "╤", bd = "╥", vd = "╦", xd = "┴", yd = "╧", kd = "╨", Ed = "╩", wd = "⊟", Cd = "⊞", Ad = "⊠", Sd = "┘", Dd = "╛", Td = "╜", Rd = "╝", qd = "└", Md = "╘", Nd = "╙", Id = "╚", Fd = "│", Ld = "║", Od = "┼", Pd = "╪", Bd = "╫", $d = "╬", zd = "┤", Ud = "╡", Hd = "╢", jd = "╣", Vd = "├", Gd = "╞", Zd = "╟", Kd = "╠", Wd = "‵", Jd = "˘", Yd = "˘", Xd = "¦", Qd = "𝒷", eg = "ℬ", tg = "⁏", ng = "∽", rg = "⋍", sg = "⧅", og = "\\", cg = "⟈", ig = "•", lg = "•", ag = "≎", ug = "⪮", fg = "≏", pg = "≎", hg = "≏", dg = "Ć", gg = "ć", mg = "⩄", _g = "⩉", bg = "⩋", vg = "∩", xg = "⋒", yg = "⩇", kg = "⩀", Eg = "ⅅ", wg = "∩︀", Cg = "⁁", Ag = "ˇ", Sg = "ℭ", Dg = "⩍", Tg = "Č", Rg = "č", qg = "Ç", Mg = "ç", Ng = "Ĉ", Ig = "ĉ", Fg = "∰", Lg = "⩌", Og = "⩐", Pg = "Ċ", Bg = "ċ", $g = "¸", zg = "¸", Ug = "⦲", Hg = "¢", jg = "·", Vg = "·", Gg = "𝔠", Zg = "ℭ", Kg = "Ч", Wg = "ч", Jg = "✓", Yg = "✓", Xg = "Χ", Qg = "χ", em = "ˆ", tm = "≗", nm = "↺", rm = "↻", sm = "⊛", om = "⊚", cm = "⊝", im = "⊙", lm = "®", am = "Ⓢ", um = "⊖", fm = "⊕", pm = "⊗", hm = "○", dm = "⧃", gm = "≗", mm = "⨐", _m = "⫯", bm = "⧂", vm = "∲", xm = "”", ym = "’", km = "♣", Em = "♣", wm = ":", Cm = "∷", Am = "⩴", Sm = "≔", Dm = "≔", Tm = ",", Rm = "@", qm = "∁", Mm = "∘", Nm = "∁", Im = "ℂ", Fm = "≅", Lm = "⩭", Om = "≡", Pm = "∮", Bm = "∯", $m = "∮", zm = "𝕔", Um = "ℂ", Hm = "∐", jm = "∐", Vm = "©", Gm = "©", Zm = "℗", Km = "∳", Wm = "↵", Jm = "✗", Ym = "⨯", Xm = "𝒞", Qm = "𝒸", e_ = "⫏", t_ = "⫑", n_ = "⫐", r_ = "⫒", s_ = "⋯", o_ = "⤸", c_ = "⤵", i_ = "⋞", l_ = "⋟", a_ = "↶", u_ = "⤽", f_ = "⩈", p_ = "⩆", h_ = "≍", d_ = "∪", g_ = "⋓", m_ = "⩊", __ = "⊍", b_ = "⩅", v_ = "∪︀", x_ = "↷", y_ = "⤼", k_ = "⋞", E_ = "⋟", w_ = "⋎", C_ = "⋏", A_ = "¤", S_ = "↶", D_ = "↷", T_ = "⋎", R_ = "⋏", q_ = "∲", M_ = "∱", N_ = "⌭", I_ = "†", F_ = "‡", L_ = "ℸ", O_ = "↓", P_ = "↡", B_ = "⇓", $_ = "‐", z_ = "⫤", U_ = "⊣", H_ = "⤏", j_ = "˝", V_ = "Ď", G_ = "ď", Z_ = "Д", K_ = "д", W_ = "‡", J_ = "⇊", Y_ = "ⅅ", X_ = "ⅆ", Q_ = "⤑", eb = "⩷", tb = "°", nb = "∇", rb = "Δ", sb = "δ", ob = "⦱", cb = "⥿", ib = "𝔇", lb = "𝔡", ab = "⥥", ub = "⇃", fb = "⇂", pb = "´", hb = "˙", db = "˝", gb = "`", mb = "˜", _b = "⋄", bb = "⋄", vb = "⋄", xb = "♦", yb = "♦", kb = "¨", Eb = "ⅆ", wb = "ϝ", Cb = "⋲", Ab = "÷", Sb = "÷", Db = "⋇", Tb = "⋇", Rb = "Ђ", qb = "ђ", Mb = "⌞", Nb = "⌍", Ib = "$", Fb = "𝔻", Lb = "𝕕", Ob = "¨", Pb = "˙", Bb = "⃜", $b = "≐", zb = "≑", Ub = "≐", Hb = "∸", jb = "∔", Vb = "⊡", Gb = "⌆", Zb = "∯", Kb = "¨", Wb = "⇓", Jb = "⇐", Yb = "⇔", Xb = "⫤", Qb = "⟸", e0 = "⟺", t0 = "⟹", n0 = "⇒", r0 = "⊨", s0 = "⇑", o0 = "⇕", c0 = "∥", i0 = "⤓", l0 = "↓", a0 = "↓", u0 = "⇓", f0 = "⇵", p0 = "̑", h0 = "⇊", d0 = "⇃", g0 = "⇂", m0 = "⥐", _0 = "⥞", b0 = "⥖", v0 = "↽", x0 = "⥟", y0 = "⥗", k0 = "⇁", E0 = "↧", w0 = "⊤", C0 = "⤐", A0 = "⌟", S0 = "⌌", D0 = "𝒟", T0 = "𝒹", R0 = "Ѕ", q0 = "ѕ", M0 = "⧶", N0 = "Đ", I0 = "đ", F0 = "⋱", L0 = "▿", O0 = "▾", P0 = "⇵", B0 = "⥯", $0 = "⦦", z0 = "Џ", U0 = "џ", H0 = "⟿", j0 = "É", V0 = "é", G0 = "⩮", Z0 = "Ě", K0 = "ě", W0 = "Ê", J0 = "ê", Y0 = "≖", X0 = "≕", Q0 = "Э", ev = "э", tv = "⩷", nv = "Ė", rv = "ė", sv = "≑", ov = "ⅇ", cv = "≒", iv = "𝔈", lv = "𝔢", av = "⪚", uv = "È", fv = "è", pv = "⪖", hv = "⪘", dv = "⪙", gv = "∈", mv = "⏧", _v = "ℓ", bv = "⪕", vv = "⪗", xv = "Ē", yv = "ē", kv = "∅", Ev = "∅", wv = "◻", Cv = "∅", Av = "▫", Sv = " ", Dv = " ", Tv = " ", Rv = "Ŋ", qv = "ŋ", Mv = " ", Nv = "Ę", Iv = "ę", Fv = "𝔼", Lv = "𝕖", Ov = "⋕", Pv = "⧣", Bv = "⩱", $v = "ε", zv = "Ε", Uv = "ε", Hv = "ϵ", jv = "≖", Vv = "≕", Gv = "≂", Zv = "⪖", Kv = "⪕", Wv = "⩵", Jv = "=", Yv = "≂", Xv = "≟", Qv = "⇌", ex = "≡", tx = "⩸", nx = "⧥", rx = "⥱", sx = "≓", ox = "ℯ", cx = "ℰ", ix = "≐", lx = "⩳", ax = "≂", ux = "Η", fx = "η", px = "Ð", hx = "ð", dx = "Ë", gx = "ë", mx = "€", _x = "!", bx = "∃", vx = "∃", xx = "ℰ", yx = "ⅇ", kx = "ⅇ", Ex = "≒", wx = "Ф", Cx = "ф", Ax = "♀", Sx = "ffi", Dx = "ff", Tx = "ffl", Rx = "𝔉", qx = "𝔣", Mx = "fi", Nx = "◼", Ix = "▪", Fx = "fj", Lx = "♭", Ox = "fl", Px = "▱", Bx = "ƒ", $x = "𝔽", zx = "𝕗", Ux = "∀", Hx = "∀", jx = "⋔", Vx = "⫙", Gx = "ℱ", Zx = "⨍", Kx = "½", Wx = "⅓", Jx = "¼", Yx = "⅕", Xx = "⅙", Qx = "⅛", ey = "⅔", ty = "⅖", ny = "¾", ry = "⅗", sy = "⅜", oy = "⅘", cy = "⅚", iy = "⅝", ly = "⅞", ay = "⁄", uy = "⌢", fy = "𝒻", py = "ℱ", hy = "ǵ", dy = "Γ", gy = "γ", my = "Ϝ", _y = "ϝ", by = "⪆", vy = "Ğ", xy = "ğ", yy = "Ģ", ky = "Ĝ", Ey = "ĝ", wy = "Г", Cy = "г", Ay = "Ġ", Sy = "ġ", Dy = "≥", Ty = "≧", Ry = "⪌", qy = "⋛", My = "≥", Ny = "≧", Iy = "⩾", Fy = "⪩", Ly = "⩾", Oy = "⪀", Py = "⪂", By = "⪄", $y = "⋛︀", zy = "⪔", Uy = "𝔊", Hy = "𝔤", jy = "≫", Vy = "⋙", Gy = "⋙", Zy = "ℷ", Ky = "Ѓ", Wy = "ѓ", Jy = "⪥", Yy = "≷", Xy = "⪒", Qy = "⪤", ek = "⪊", tk = "⪊", nk = "⪈", rk = "≩", sk = "⪈", ok = "≩", ck = "⋧", ik = "𝔾", lk = "𝕘", ak = "`", uk = "≥", fk = "⋛", pk = "≧", hk = "⪢", dk = "≷", gk = "⩾", mk = "≳", _k = "𝒢", bk = "ℊ", vk = "≳", xk = "⪎", yk = "⪐", kk = "⪧", Ek = "⩺", wk = ">", Ck = ">", Ak = "≫", Sk = "⋗", Dk = "⦕", Tk = "⩼", Rk = "⪆", qk = "⥸", Mk = "⋗", Nk = "⋛", Ik = "⪌", Fk = "≷", Lk = "≳", Ok = "≩︀", Pk = "≩︀", Bk = "ˇ", $k = " ", zk = "½", Uk = "ℋ", Hk = "Ъ", jk = "ъ", Vk = "⥈", Gk = "↔", Zk = "⇔", Kk = "↭", Wk = "^", Jk = "ℏ", Yk = "Ĥ", Xk = "ĥ", Qk = "♥", eE = "♥", tE = "…", nE = "⊹", rE = "𝔥", sE = "ℌ", oE = "ℋ", cE = "⤥", iE = "⤦", lE = "⇿", aE = "∻", uE = "↩", fE = "↪", pE = "𝕙", hE = "ℍ", dE = "―", gE = "─", mE = "𝒽", _E = "ℋ", bE = "ℏ", vE = "Ħ", xE = "ħ", yE = "≎", kE = "≏", EE = "⁃", wE = "‐", CE = "Í", AE = "í", SE = "", DE = "Î", TE = "î", RE = "И", qE = "и", ME = "İ", NE = "Е", IE = "е", FE = "¡", LE = "⇔", OE = "𝔦", PE = "ℑ", BE = "Ì", $E = "ì", zE = "ⅈ", UE = "⨌", HE = "∭", jE = "⧜", VE = "℩", GE = "IJ", ZE = "ij", KE = "Ī", WE = "ī", JE = "ℑ", YE = "ⅈ", XE = "ℐ", QE = "ℑ", ew = "ı", tw = "ℑ", nw = "⊷", rw = "Ƶ", sw = "⇒", ow = "℅", cw = "∞", iw = "⧝", lw = "ı", aw = "⊺", uw = "∫", fw = "∬", pw = "ℤ", hw = "∫", dw = "⊺", gw = "⋂", mw = "⨗", _w = "⨼", bw = "", vw = "", xw = "Ё", yw = "ё", kw = "Į", Ew = "į", ww = "𝕀", Cw = "𝕚", Aw = "Ι", Sw = "ι", Dw = "⨼", Tw = "¿", Rw = "𝒾", qw = "ℐ", Mw = "∈", Nw = "⋵", Iw = "⋹", Fw = "⋴", Lw = "⋳", Ow = "∈", Pw = "", Bw = "Ĩ", $w = "ĩ", zw = "І", Uw = "і", Hw = "Ï", jw = "ï", Vw = "Ĵ", Gw = "ĵ", Zw = "Й", Kw = "й", Ww = "𝔍", Jw = "𝔧", Yw = "ȷ", Xw = "𝕁", Qw = "𝕛", eC = "𝒥", tC = "𝒿", nC = "Ј", rC = "ј", sC = "Є", oC = "є", cC = "Κ", iC = "κ", lC = "ϰ", aC = "Ķ", uC = "ķ", fC = "К", pC = "к", hC = "𝔎", dC = "𝔨", gC = "ĸ", mC = "Х", _C = "х", bC = "Ќ", vC = "ќ", xC = "𝕂", yC = "𝕜", kC = "𝒦", EC = "𝓀", wC = "⇚", CC = "Ĺ", AC = "ĺ", SC = "⦴", DC = "ℒ", TC = "Λ", RC = "λ", qC = "⟨", MC = "⟪", NC = "⦑", IC = "⟨", FC = "⪅", LC = "ℒ", OC = "«", PC = "⇤", BC = "⤟", $C = "←", zC = "↞", UC = "⇐", HC = "⤝", jC = "↩", VC = "↫", GC = "⤹", ZC = "⥳", KC = "↢", WC = "⤙", JC = "⤛", YC = "⪫", XC = "⪭", QC = "⪭︀", eA = "⤌", tA = "⤎", nA = "❲", rA = "{", sA = "[", oA = "⦋", cA = "⦏", iA = "⦍", lA = "Ľ", aA = "ľ", uA = "Ļ", fA = "ļ", pA = "⌈", hA = "{", dA = "Л", gA = "л", mA = "⤶", _A = "“", bA = "„", vA = "⥧", xA = "⥋", yA = "↲", kA = "≤", EA = "≦", wA = "⟨", CA = "⇤", AA = "←", SA = "←", DA = "⇐", TA = "⇆", RA = "↢", qA = "⌈", MA = "⟦", NA = "⥡", IA = "⥙", FA = "⇃", LA = "⌊", OA = "↽", PA = "↼", BA = "⇇", $A = "↔", zA = "↔", UA = "⇔", HA = "⇆", jA = "⇋", VA = "↭", GA = "⥎", ZA = "↤", KA = "⊣", WA = "⥚", JA = "⋋", YA = "⧏", XA = "⊲", QA = "⊴", e1 = "⥑", t1 = "⥠", n1 = "⥘", r1 = "↿", s1 = "⥒", o1 = "↼", c1 = "⪋", i1 = "⋚", l1 = "≤", a1 = "≦", u1 = "⩽", f1 = "⪨", p1 = "⩽", h1 = "⩿", d1 = "⪁", g1 = "⪃", m1 = "⋚︀", _1 = "⪓", b1 = "⪅", v1 = "⋖", x1 = "⋚", y1 = "⪋", k1 = "⋚", E1 = "≦", w1 = "≶", C1 = "≶", A1 = "⪡", S1 = "≲", D1 = "⩽", T1 = "≲", R1 = "⥼", q1 = "⌊", M1 = "𝔏", N1 = "𝔩", I1 = "≶", F1 = "⪑", L1 = "⥢", O1 = "↽", P1 = "↼", B1 = "⥪", $1 = "▄", z1 = "Љ", U1 = "љ", H1 = "⇇", j1 = "≪", V1 = "⋘", G1 = "⌞", Z1 = "⇚", K1 = "⥫", W1 = "◺", J1 = "Ŀ", Y1 = "ŀ", X1 = "⎰", Q1 = "⎰", eS = "⪉", tS = "⪉", nS = "⪇", rS = "≨", sS = "⪇", oS = "≨", cS = "⋦", iS = "⟬", lS = "⇽", aS = "⟦", uS = "⟵", fS = "⟵", pS = "⟸", hS = "⟷", dS = "⟷", gS = "⟺", mS = "⟼", _S = "⟶", bS = "⟶", vS = "⟹", xS = "↫", yS = "↬", kS = "⦅", ES = "𝕃", wS = "𝕝", CS = "⨭", AS = "⨴", SS = "∗", DS = "_", TS = "↙", RS = "↘", qS = "◊", MS = "◊", NS = "⧫", IS = "(", FS = "⦓", LS = "⇆", OS = "⌟", PS = "⇋", BS = "⥭", $S = "", zS = "⊿", US = "‹", HS = "𝓁", jS = "ℒ", VS = "↰", GS = "↰", ZS = "≲", KS = "⪍", WS = "⪏", JS = "[", YS = "‘", XS = "‚", QS = "Ł", eD = "ł", tD = "⪦", nD = "⩹", rD = "<", sD = "<", oD = "≪", cD = "⋖", iD = "⋋", lD = "⋉", aD = "⥶", uD = "⩻", fD = "◃", pD = "⊴", hD = "◂", dD = "⦖", gD = "⥊", mD = "⥦", _D = "≨︀", bD = "≨︀", vD = "¯", xD = "♂", yD = "✠", kD = "✠", ED = "↦", wD = "↦", CD = "↧", AD = "↤", SD = "↥", DD = "▮", TD = "⨩", RD = "М", qD = "м", MD = "—", ND = "∺", ID = "∡", FD = " ", LD = "ℳ", OD = "𝔐", PD = "𝔪", BD = "℧", $D = "µ", zD = "*", UD = "⫰", HD = "∣", jD = "·", VD = "⊟", GD = "−", ZD = "∸", KD = "⨪", WD = "∓", JD = "⫛", YD = "…", XD = "∓", QD = "⊧", eT = "𝕄", tT = "𝕞", nT = "∓", rT = "𝓂", sT = "ℳ", oT = "∾", cT = "Μ", iT = "μ", lT = "⊸", aT = "⊸", uT = "∇", fT = "Ń", pT = "ń", hT = "∠⃒", dT = "≉", gT = "⩰̸", mT = "≋̸", _T = "ʼn", bT = "≉", vT = "♮", xT = "ℕ", yT = "♮", kT = " ", ET = "≎̸", wT = "≏̸", CT = "⩃", AT = "Ň", ST = "ň", DT = "Ņ", TT = "ņ", RT = "≇", qT = "⩭̸", MT = "⩂", NT = "Н", IT = "н", FT = "–", LT = "⤤", OT = "↗", PT = "⇗", BT = "↗", $T = "≠", zT = "≐̸", UT = "", HT = "", jT = "", VT = "", GT = "≢", ZT = "⤨", KT = "≂̸", WT = "≫", JT = "≪", YT = `
|
|
4071
|
-
`, XT = "∄", QT = "∄", eR = "𝔑", tR = "𝔫", nR = "≧̸", rR = "≱", sR = "≱", oR = "≧̸", cR = "⩾̸", iR = "⩾̸", lR = "⋙̸", aR = "≵", uR = "≫⃒", fR = "≯", pR = "≯", hR = "≫̸", dR = "↮", gR = "⇎", mR = "⫲", _R = "∋", bR = "⋼", vR = "⋺", xR = "∋", yR = "Њ", kR = "њ", ER = "↚", wR = "⇍", CR = "‥", AR = "≦̸", SR = "≰", DR = "↚", TR = "⇍", RR = "↮", qR = "⇎", MR = "≰", NR = "≦̸", IR = "⩽̸", FR = "⩽̸", LR = "≮", OR = "⋘̸", PR = "≴", BR = "≪⃒", $R = "≮", zR = "⋪", UR = "⋬", HR = "≪̸", jR = "∤", VR = "", GR = " ", ZR = "𝕟", KR = "ℕ", WR = "⫬", JR = "¬", YR = "≢", XR = "≭", QR = "∦", eq = "∉", tq = "≠", nq = "≂̸", rq = "∄", sq = "≯", oq = "≱", cq = "≧̸", iq = "≫̸", lq = "≹", aq = "⩾̸", uq = "≵", fq = "≎̸", pq = "≏̸", hq = "∉", dq = "⋵̸", gq = "⋹̸", mq = "∉", _q = "⋷", bq = "⋶", vq = "⧏̸", xq = "⋪", yq = "⋬", kq = "≮", Eq = "≰", wq = "≸", Cq = "≪̸", Aq = "⩽̸", Sq = "≴", Dq = "⪢̸", Tq = "⪡̸", Rq = "∌", qq = "∌", Mq = "⋾", Nq = "⋽", Iq = "⊀", Fq = "⪯̸", Lq = "⋠", Oq = "∌", Pq = "⧐̸", Bq = "⋫", $q = "⋭", zq = "⊏̸", Uq = "⋢", Hq = "⊐̸", jq = "⋣", Vq = "⊂⃒", Gq = "⊈", Zq = "⊁", Kq = "⪰̸", Wq = "⋡", Jq = "≿̸", Yq = "⊃⃒", Xq = "⊉", Qq = "≁", eM = "≄", tM = "≇", nM = "≉", rM = "∤", sM = "∦", oM = "∦", cM = "⫽⃥", iM = "∂̸", lM = "⨔", aM = "⊀", uM = "⋠", fM = "⊀", pM = "⪯̸", hM = "⪯̸", dM = "⤳̸", gM = "↛", mM = "⇏", _M = "↝̸", bM = "↛", vM = "⇏", xM = "⋫", yM = "⋭", kM = "⊁", EM = "⋡", wM = "⪰̸", CM = "𝒩", AM = "𝓃", SM = "∤", DM = "∦", TM = "≁", RM = "≄", qM = "≄", MM = "∤", NM = "∦", IM = "⋢", FM = "⋣", LM = "⊄", OM = "⫅̸", PM = "⊈", BM = "⊂⃒", $M = "⊈", zM = "⫅̸", UM = "⊁", HM = "⪰̸", jM = "⊅", VM = "⫆̸", GM = "⊉", ZM = "⊃⃒", KM = "⊉", WM = "⫆̸", JM = "≹", YM = "Ñ", XM = "ñ", QM = "≸", eN = "⋪", tN = "⋬", nN = "⋫", rN = "⋭", sN = "Ν", oN = "ν", cN = "#", iN = "№", lN = " ", aN = "≍⃒", uN = "⊬", fN = "⊭", pN = "⊮", hN = "⊯", dN = "≥⃒", gN = ">⃒", mN = "⤄", _N = "⧞", bN = "⤂", vN = "≤⃒", xN = "<⃒", yN = "⊴⃒", kN = "⤃", EN = "⊵⃒", wN = "∼⃒", CN = "⤣", AN = "↖", SN = "⇖", DN = "↖", TN = "⤧", RN = "Ó", qN = "ó", MN = "⊛", NN = "Ô", IN = "ô", FN = "⊚", LN = "О", ON = "о", PN = "⊝", BN = "Ő", $N = "ő", zN = "⨸", UN = "⊙", HN = "⦼", jN = "Œ", VN = "œ", GN = "⦿", ZN = "𝔒", KN = "𝔬", WN = "˛", JN = "Ò", YN = "ò", XN = "⧁", QN = "⦵", eI = "Ω", tI = "∮", nI = "↺", rI = "⦾", sI = "⦻", oI = "‾", cI = "⧀", iI = "Ō", lI = "ō", aI = "Ω", uI = "ω", fI = "Ο", pI = "ο", hI = "⦶", dI = "⊖", gI = "𝕆", mI = "𝕠", _I = "⦷", bI = "“", vI = "‘", xI = "⦹", yI = "⊕", kI = "↻", EI = "⩔", wI = "∨", CI = "⩝", AI = "ℴ", SI = "ℴ", DI = "ª", TI = "º", RI = "⊶", qI = "⩖", MI = "⩗", NI = "⩛", II = "Ⓢ", FI = "𝒪", LI = "ℴ", OI = "Ø", PI = "ø", BI = "⊘", $I = "Õ", zI = "õ", UI = "⨶", HI = "⨷", jI = "⊗", VI = "Ö", GI = "ö", ZI = "⌽", KI = "‾", WI = "⏞", JI = "⎴", YI = "⏜", XI = "¶", QI = "∥", eF = "∥", tF = "⫳", nF = "⫽", rF = "∂", sF = "∂", oF = "П", cF = "п", iF = "%", lF = ".", aF = "‰", uF = "⊥", fF = "‱", pF = "𝔓", hF = "𝔭", dF = "Φ", gF = "φ", mF = "ϕ", _F = "ℳ", bF = "☎", vF = "Π", xF = "π", yF = "⋔", kF = "ϖ", EF = "ℏ", wF = "ℎ", CF = "ℏ", AF = "⨣", SF = "⊞", DF = "⨢", TF = "+", RF = "∔", qF = "⨥", MF = "⩲", NF = "±", IF = "±", FF = "⨦", LF = "⨧", OF = "±", PF = "ℌ", BF = "⨕", $F = "𝕡", zF = "ℙ", UF = "£", HF = "⪷", jF = "⪻", VF = "≺", GF = "≼", ZF = "⪷", KF = "≺", WF = "≼", JF = "≺", YF = "⪯", XF = "≼", QF = "≾", eL = "⪯", tL = "⪹", nL = "⪵", rL = "⋨", sL = "⪯", oL = "⪳", cL = "≾", iL = "′", lL = "″", aL = "ℙ", uL = "⪹", fL = "⪵", pL = "⋨", hL = "∏", dL = "∏", gL = "⌮", mL = "⌒", _L = "⌓", bL = "∝", vL = "∝", xL = "∷", yL = "∝", kL = "≾", EL = "⊰", wL = "𝒫", CL = "𝓅", AL = "Ψ", SL = "ψ", DL = " ", TL = "𝔔", RL = "𝔮", qL = "⨌", ML = "𝕢", NL = "ℚ", IL = "⁗", FL = "𝒬", LL = "𝓆", OL = "ℍ", PL = "⨖", BL = "?", $L = "≟", zL = '"', UL = '"', HL = "⇛", jL = "∽̱", VL = "Ŕ", GL = "ŕ", ZL = "√", KL = "⦳", WL = "⟩", JL = "⟫", YL = "⦒", XL = "⦥", QL = "⟩", eO = "»", tO = "⥵", nO = "⇥", rO = "⤠", sO = "⤳", oO = "→", cO = "↠", iO = "⇒", lO = "⤞", aO = "↪", uO = "↬", fO = "⥅", pO = "⥴", hO = "⤖", dO = "↣", gO = "↝", mO = "⤚", _O = "⤜", bO = "∶", vO = "ℚ", xO = "⤍", yO = "⤏", kO = "⤐", EO = "❳", wO = "}", CO = "]", AO = "⦌", SO = "⦎", DO = "⦐", TO = "Ř", RO = "ř", qO = "Ŗ", MO = "ŗ", NO = "⌉", IO = "}", FO = "Р", LO = "р", OO = "⤷", PO = "⥩", BO = "”", $O = "”", zO = "↳", UO = "ℜ", HO = "ℛ", jO = "ℜ", VO = "ℝ", GO = "ℜ", ZO = "▭", KO = "®", WO = "®", JO = "∋", YO = "⇋", XO = "⥯", QO = "⥽", eP = "⌋", tP = "𝔯", nP = "ℜ", rP = "⥤", sP = "⇁", oP = "⇀", cP = "⥬", iP = "Ρ", lP = "ρ", aP = "ϱ", uP = "⟩", fP = "⇥", pP = "→", hP = "→", dP = "⇒", gP = "⇄", mP = "↣", _P = "⌉", bP = "⟧", vP = "⥝", xP = "⥕", yP = "⇂", kP = "⌋", EP = "⇁", wP = "⇀", CP = "⇄", AP = "⇌", SP = "⇉", DP = "↝", TP = "↦", RP = "⊢", qP = "⥛", MP = "⋌", NP = "⧐", IP = "⊳", FP = "⊵", LP = "⥏", OP = "⥜", PP = "⥔", BP = "↾", $P = "⥓", zP = "⇀", UP = "˚", HP = "≓", jP = "⇄", VP = "⇌", GP = "", ZP = "⎱", KP = "⎱", WP = "⫮", JP = "⟭", YP = "⇾", XP = "⟧", QP = "⦆", eB = "𝕣", tB = "ℝ", nB = "⨮", rB = "⨵", sB = "⥰", oB = ")", cB = "⦔", iB = "⨒", lB = "⇉", aB = "⇛", uB = "›", fB = "𝓇", pB = "ℛ", hB = "↱", dB = "↱", gB = "]", mB = "’", _B = "’", bB = "⋌", vB = "⋊", xB = "▹", yB = "⊵", kB = "▸", EB = "⧎", wB = "⧴", CB = "⥨", AB = "℞", SB = "Ś", DB = "ś", TB = "‚", RB = "⪸", qB = "Š", MB = "š", NB = "⪼", IB = "≻", FB = "≽", LB = "⪰", OB = "⪴", PB = "Ş", BB = "ş", $B = "Ŝ", zB = "ŝ", UB = "⪺", HB = "⪶", jB = "⋩", VB = "⨓", GB = "≿", ZB = "С", KB = "с", WB = "⊡", JB = "⋅", YB = "⩦", XB = "⤥", QB = "↘", e2 = "⇘", t2 = "↘", n2 = "§", r2 = ";", s2 = "⤩", o2 = "∖", c2 = "∖", i2 = "✶", l2 = "𝔖", a2 = "𝔰", u2 = "⌢", f2 = "♯", p2 = "Щ", h2 = "щ", d2 = "Ш", g2 = "ш", m2 = "↓", _2 = "←", b2 = "∣", v2 = "∥", x2 = "→", y2 = "↑", k2 = "", E2 = "Σ", w2 = "σ", C2 = "ς", A2 = "ς", S2 = "∼", D2 = "⩪", T2 = "≃", R2 = "≃", q2 = "⪞", M2 = "⪠", N2 = "⪝", I2 = "⪟", F2 = "≆", L2 = "⨤", O2 = "⥲", P2 = "←", B2 = "∘", $2 = "∖", z2 = "⨳", U2 = "⧤", H2 = "∣", j2 = "⌣", V2 = "⪪", G2 = "⪬", Z2 = "⪬︀", K2 = "Ь", W2 = "ь", J2 = "⌿", Y2 = "⧄", X2 = "/", Q2 = "𝕊", e$ = "𝕤", t$ = "♠", n$ = "♠", r$ = "∥", s$ = "⊓", o$ = "⊓︀", c$ = "⊔", i$ = "⊔︀", l$ = "√", a$ = "⊏", u$ = "⊑", f$ = "⊏", p$ = "⊑", h$ = "⊐", d$ = "⊒", g$ = "⊐", m$ = "⊒", _$ = "□", b$ = "□", v$ = "⊓", x$ = "⊏", y$ = "⊑", k$ = "⊐", E$ = "⊒", w$ = "⊔", C$ = "▪", A$ = "□", S$ = "▪", D$ = "→", T$ = "𝒮", R$ = "𝓈", q$ = "∖", M$ = "⌣", N$ = "⋆", I$ = "⋆", F$ = "☆", L$ = "★", O$ = "ϵ", P$ = "ϕ", B$ = "¯", $$ = "⊂", z$ = "⋐", U$ = "⪽", H$ = "⫅", j$ = "⊆", V$ = "⫃", G$ = "⫁", Z$ = "⫋", K$ = "⊊", W$ = "⪿", J$ = "⥹", Y$ = "⊂", X$ = "⋐", Q$ = "⊆", ez = "⫅", tz = "⊆", nz = "⊊", rz = "⫋", sz = "⫇", oz = "⫕", cz = "⫓", iz = "⪸", lz = "≻", az = "≽", uz = "≻", fz = "⪰", pz = "≽", hz = "≿", dz = "⪰", gz = "⪺", mz = "⪶", _z = "⋩", bz = "≿", vz = "∋", xz = "∑", yz = "∑", kz = "♪", Ez = "¹", wz = "²", Cz = "³", Az = "⊃", Sz = "⋑", Dz = "⪾", Tz = "⫘", Rz = "⫆", qz = "⊇", Mz = "⫄", Nz = "⊃", Iz = "⊇", Fz = "⟉", Lz = "⫗", Oz = "⥻", Pz = "⫂", Bz = "⫌", $z = "⊋", zz = "⫀", Uz = "⊃", Hz = "⋑", jz = "⊇", Vz = "⫆", Gz = "⊋", Zz = "⫌", Kz = "⫈", Wz = "⫔", Jz = "⫖", Yz = "⤦", Xz = "↙", Qz = "⇙", eU = "↙", tU = "⤪", nU = "ß", rU = " ", sU = "⌖", oU = "Τ", cU = "τ", iU = "⎴", lU = "Ť", aU = "ť", uU = "Ţ", fU = "ţ", pU = "Т", hU = "т", dU = "⃛", gU = "⌕", mU = "𝔗", _U = "𝔱", bU = "∴", vU = "∴", xU = "∴", yU = "Θ", kU = "θ", EU = "ϑ", wU = "ϑ", CU = "≈", AU = "∼", SU = " ", DU = " ", TU = " ", RU = "≈", qU = "∼", MU = "Þ", NU = "þ", IU = "˜", FU = "∼", LU = "≃", OU = "≅", PU = "≈", BU = "⨱", $U = "⊠", zU = "×", UU = "⨰", HU = "∭", jU = "⤨", VU = "⌶", GU = "⫱", ZU = "⊤", KU = "𝕋", WU = "𝕥", JU = "⫚", YU = "⤩", XU = "‴", QU = "™", e3 = "™", t3 = "▵", n3 = "▿", r3 = "◃", s3 = "⊴", o3 = "≜", c3 = "▹", i3 = "⊵", l3 = "◬", a3 = "≜", u3 = "⨺", f3 = "⃛", p3 = "⨹", h3 = "⧍", d3 = "⨻", g3 = "⏢", m3 = "𝒯", _3 = "𝓉", b3 = "Ц", v3 = "ц", x3 = "Ћ", y3 = "ћ", k3 = "Ŧ", E3 = "ŧ", w3 = "≬", C3 = "↞", A3 = "↠", S3 = "Ú", D3 = "ú", T3 = "↑", R3 = "↟", q3 = "⇑", M3 = "⥉", N3 = "Ў", I3 = "ў", F3 = "Ŭ", L3 = "ŭ", O3 = "Û", P3 = "û", B3 = "У", $3 = "у", z3 = "⇅", U3 = "Ű", H3 = "ű", j3 = "⥮", V3 = "⥾", G3 = "𝔘", Z3 = "𝔲", K3 = "Ù", W3 = "ù", J3 = "⥣", Y3 = "↿", X3 = "↾", Q3 = "▀", eH = "⌜", tH = "⌜", nH = "⌏", rH = "◸", sH = "Ū", oH = "ū", cH = "¨", iH = "_", lH = "⏟", aH = "⎵", uH = "⏝", fH = "⋃", pH = "⊎", hH = "Ų", dH = "ų", gH = "𝕌", mH = "𝕦", _H = "⤒", bH = "↑", vH = "↑", xH = "⇑", yH = "⇅", kH = "↕", EH = "↕", wH = "⇕", CH = "⥮", AH = "↿", SH = "↾", DH = "⊎", TH = "↖", RH = "↗", qH = "υ", MH = "ϒ", NH = "ϒ", IH = "Υ", FH = "υ", LH = "↥", OH = "⊥", PH = "⇈", BH = "⌝", $H = "⌝", zH = "⌎", UH = "Ů", HH = "ů", jH = "◹", VH = "𝒰", GH = "𝓊", ZH = "⋰", KH = "Ũ", WH = "ũ", JH = "▵", YH = "▴", XH = "⇈", QH = "Ü", e6 = "ü", t6 = "⦧", n6 = "⦜", r6 = "ϵ", s6 = "ϰ", o6 = "∅", c6 = "ϕ", i6 = "ϖ", l6 = "∝", a6 = "↕", u6 = "⇕", f6 = "ϱ", p6 = "ς", h6 = "⊊︀", d6 = "⫋︀", g6 = "⊋︀", m6 = "⫌︀", _6 = "ϑ", b6 = "⊲", v6 = "⊳", x6 = "⫨", y6 = "⫫", k6 = "⫩", E6 = "В", w6 = "в", C6 = "⊢", A6 = "⊨", S6 = "⊩", D6 = "⊫", T6 = "⫦", R6 = "⊻", q6 = "∨", M6 = "⋁", N6 = "≚", I6 = "⋮", F6 = "|", L6 = "‖", O6 = "|", P6 = "‖", B6 = "∣", $6 = "|", z6 = "❘", U6 = "≀", H6 = " ", j6 = "𝔙", V6 = "𝔳", G6 = "⊲", Z6 = "⊂⃒", K6 = "⊃⃒", W6 = "𝕍", J6 = "𝕧", Y6 = "∝", X6 = "⊳", Q6 = "𝒱", e8 = "𝓋", t8 = "⫋︀", n8 = "⊊︀", r8 = "⫌︀", s8 = "⊋︀", o8 = "⊪", c8 = "⦚", i8 = "Ŵ", l8 = "ŵ", a8 = "⩟", u8 = "∧", f8 = "⋀", p8 = "≙", h8 = "℘", d8 = "𝔚", g8 = "𝔴", m8 = "𝕎", _8 = "𝕨", b8 = "℘", v8 = "≀", x8 = "≀", y8 = "𝒲", k8 = "𝓌", E8 = "⋂", w8 = "◯", C8 = "⋃", A8 = "▽", S8 = "𝔛", D8 = "𝔵", T8 = "⟷", R8 = "⟺", q8 = "Ξ", M8 = "ξ", N8 = "⟵", I8 = "⟸", F8 = "⟼", L8 = "⋻", O8 = "⨀", P8 = "𝕏", B8 = "𝕩", $8 = "⨁", z8 = "⨂", U8 = "⟶", H8 = "⟹", j8 = "𝒳", V8 = "𝓍", G8 = "⨆", Z8 = "⨄", K8 = "△", W8 = "⋁", J8 = "⋀", Y8 = "Ý", X8 = "ý", Q8 = "Я", ej = "я", tj = "Ŷ", nj = "ŷ", rj = "Ы", sj = "ы", oj = "¥", cj = "𝔜", ij = "𝔶", lj = "Ї", aj = "ї", uj = "𝕐", fj = "𝕪", pj = "𝒴", hj = "𝓎", dj = "Ю", gj = "ю", mj = "ÿ", _j = "Ÿ", bj = "Ź", vj = "ź", xj = "Ž", yj = "ž", kj = "З", Ej = "з", wj = "Ż", Cj = "ż", Aj = "ℨ", Sj = "", Dj = "Ζ", Tj = "ζ", Rj = "𝔷", qj = "ℨ", Mj = "Ж", Nj = "ж", Ij = "⇝", Fj = "𝕫", Lj = "ℤ", Oj = "𝒵", Pj = "𝓏", Bj = "", $j = "", zj = {
|
|
4070
|
+
const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "∾̳", qf = "Â", Mf = "â", Nf = "´", If = "А", Ff = "а", Lf = "Æ", Of = "æ", Pf = "", Bf = "𝔄", $f = "𝔞", zf = "À", Uf = "à", Hf = "ℵ", jf = "ℵ", Vf = "Α", Gf = "α", Zf = "Ā", Kf = "ā", Wf = "⨿", Jf = "&", Yf = "&", Xf = "⩕", Qf = "⩓", eh = "∧", th = "⩜", nh = "⩘", rh = "⩚", sh = "∠", oh = "⦤", ch = "∠", ih = "⦨", lh = "⦩", ah = "⦪", uh = "⦫", fh = "⦬", hh = "⦭", ph = "⦮", dh = "⦯", gh = "∡", mh = "∟", _h = "⊾", bh = "⦝", vh = "∢", xh = "Å", yh = "⍼", kh = "Ą", Eh = "ą", wh = "𝔸", Ch = "𝕒", Ah = "⩯", Sh = "≈", Dh = "⩰", Th = "≊", Rh = "≋", qh = "'", Mh = "", Nh = "≈", Ih = "≊", Fh = "Å", Lh = "å", Oh = "𝒜", Ph = "𝒶", Bh = "≔", $h = "*", zh = "≈", Uh = "≍", Hh = "Ã", jh = "ã", Vh = "Ä", Gh = "ä", Zh = "∳", Kh = "⨑", Wh = "≌", Jh = "϶", Yh = "‵", Xh = "∽", Qh = "⋍", ep = "∖", tp = "⫧", np = "⊽", rp = "⌅", sp = "⌆", op = "⌅", cp = "⎵", ip = "⎶", lp = "≌", ap = "Б", up = "б", fp = "„", hp = "∵", pp = "∵", dp = "∵", gp = "⦰", mp = "϶", _p = "ℬ", bp = "ℬ", vp = "Β", xp = "β", yp = "ℶ", kp = "≬", Ep = "𝔅", wp = "𝔟", Cp = "⋂", Ap = "◯", Sp = "⋃", Dp = "⨀", Tp = "⨁", Rp = "⨂", qp = "⨆", Mp = "★", Np = "▽", Ip = "△", Fp = "⨄", Lp = "⋁", Op = "⋀", Pp = "⤍", Bp = "⧫", $p = "▪", zp = "▴", Up = "▾", Hp = "◂", jp = "▸", Vp = "␣", Gp = "▒", Zp = "░", Kp = "▓", Wp = "█", Jp = "=⃥", Yp = "≡⃥", Xp = "⫭", Qp = "⌐", ed = "𝔹", td = "𝕓", nd = "⊥", rd = "⊥", sd = "⋈", od = "⧉", cd = "┐", id = "╕", ld = "╖", ad = "╗", ud = "┌", fd = "╒", hd = "╓", pd = "╔", dd = "─", gd = "═", md = "┬", _d = "╤", bd = "╥", vd = "╦", xd = "┴", yd = "╧", kd = "╨", Ed = "╩", wd = "⊟", Cd = "⊞", Ad = "⊠", Sd = "┘", Dd = "╛", Td = "╜", Rd = "╝", qd = "└", Md = "╘", Nd = "╙", Id = "╚", Fd = "│", Ld = "║", Od = "┼", Pd = "╪", Bd = "╫", $d = "╬", zd = "┤", Ud = "╡", Hd = "╢", jd = "╣", Vd = "├", Gd = "╞", Zd = "╟", Kd = "╠", Wd = "‵", Jd = "˘", Yd = "˘", Xd = "¦", Qd = "𝒷", eg = "ℬ", tg = "⁏", ng = "∽", rg = "⋍", sg = "⧅", og = "\\", cg = "⟈", ig = "•", lg = "•", ag = "≎", ug = "⪮", fg = "≏", hg = "≎", pg = "≏", dg = "Ć", gg = "ć", mg = "⩄", _g = "⩉", bg = "⩋", vg = "∩", xg = "⋒", yg = "⩇", kg = "⩀", Eg = "ⅅ", wg = "∩︀", Cg = "⁁", Ag = "ˇ", Sg = "ℭ", Dg = "⩍", Tg = "Č", Rg = "č", qg = "Ç", Mg = "ç", Ng = "Ĉ", Ig = "ĉ", Fg = "∰", Lg = "⩌", Og = "⩐", Pg = "Ċ", Bg = "ċ", $g = "¸", zg = "¸", Ug = "⦲", Hg = "¢", jg = "·", Vg = "·", Gg = "𝔠", Zg = "ℭ", Kg = "Ч", Wg = "ч", Jg = "✓", Yg = "✓", Xg = "Χ", Qg = "χ", em = "ˆ", tm = "≗", nm = "↺", rm = "↻", sm = "⊛", om = "⊚", cm = "⊝", im = "⊙", lm = "®", am = "Ⓢ", um = "⊖", fm = "⊕", hm = "⊗", pm = "○", dm = "⧃", gm = "≗", mm = "⨐", _m = "⫯", bm = "⧂", vm = "∲", xm = "”", ym = "’", km = "♣", Em = "♣", wm = ":", Cm = "∷", Am = "⩴", Sm = "≔", Dm = "≔", Tm = ",", Rm = "@", qm = "∁", Mm = "∘", Nm = "∁", Im = "ℂ", Fm = "≅", Lm = "⩭", Om = "≡", Pm = "∮", Bm = "∯", $m = "∮", zm = "𝕔", Um = "ℂ", Hm = "∐", jm = "∐", Vm = "©", Gm = "©", Zm = "℗", Km = "∳", Wm = "↵", Jm = "✗", Ym = "⨯", Xm = "𝒞", Qm = "𝒸", e_ = "⫏", t_ = "⫑", n_ = "⫐", r_ = "⫒", s_ = "⋯", o_ = "⤸", c_ = "⤵", i_ = "⋞", l_ = "⋟", a_ = "↶", u_ = "⤽", f_ = "⩈", h_ = "⩆", p_ = "≍", d_ = "∪", g_ = "⋓", m_ = "⩊", __ = "⊍", b_ = "⩅", v_ = "∪︀", x_ = "↷", y_ = "⤼", k_ = "⋞", E_ = "⋟", w_ = "⋎", C_ = "⋏", A_ = "¤", S_ = "↶", D_ = "↷", T_ = "⋎", R_ = "⋏", q_ = "∲", M_ = "∱", N_ = "⌭", I_ = "†", F_ = "‡", L_ = "ℸ", O_ = "↓", P_ = "↡", B_ = "⇓", $_ = "‐", z_ = "⫤", U_ = "⊣", H_ = "⤏", j_ = "˝", V_ = "Ď", G_ = "ď", Z_ = "Д", K_ = "д", W_ = "‡", J_ = "⇊", Y_ = "ⅅ", X_ = "ⅆ", Q_ = "⤑", eb = "⩷", tb = "°", nb = "∇", rb = "Δ", sb = "δ", ob = "⦱", cb = "⥿", ib = "𝔇", lb = "𝔡", ab = "⥥", ub = "⇃", fb = "⇂", hb = "´", pb = "˙", db = "˝", gb = "`", mb = "˜", _b = "⋄", bb = "⋄", vb = "⋄", xb = "♦", yb = "♦", kb = "¨", Eb = "ⅆ", wb = "ϝ", Cb = "⋲", Ab = "÷", Sb = "÷", Db = "⋇", Tb = "⋇", Rb = "Ђ", qb = "ђ", Mb = "⌞", Nb = "⌍", Ib = "$", Fb = "𝔻", Lb = "𝕕", Ob = "¨", Pb = "˙", Bb = "⃜", $b = "≐", zb = "≑", Ub = "≐", Hb = "∸", jb = "∔", Vb = "⊡", Gb = "⌆", Zb = "∯", Kb = "¨", Wb = "⇓", Jb = "⇐", Yb = "⇔", Xb = "⫤", Qb = "⟸", e0 = "⟺", t0 = "⟹", n0 = "⇒", r0 = "⊨", s0 = "⇑", o0 = "⇕", c0 = "∥", i0 = "⤓", l0 = "↓", a0 = "↓", u0 = "⇓", f0 = "⇵", h0 = "̑", p0 = "⇊", d0 = "⇃", g0 = "⇂", m0 = "⥐", _0 = "⥞", b0 = "⥖", v0 = "↽", x0 = "⥟", y0 = "⥗", k0 = "⇁", E0 = "↧", w0 = "⊤", C0 = "⤐", A0 = "⌟", S0 = "⌌", D0 = "𝒟", T0 = "𝒹", R0 = "Ѕ", q0 = "ѕ", M0 = "⧶", N0 = "Đ", I0 = "đ", F0 = "⋱", L0 = "▿", O0 = "▾", P0 = "⇵", B0 = "⥯", $0 = "⦦", z0 = "Џ", U0 = "џ", H0 = "⟿", j0 = "É", V0 = "é", G0 = "⩮", Z0 = "Ě", K0 = "ě", W0 = "Ê", J0 = "ê", Y0 = "≖", X0 = "≕", Q0 = "Э", ev = "э", tv = "⩷", nv = "Ė", rv = "ė", sv = "≑", ov = "ⅇ", cv = "≒", iv = "𝔈", lv = "𝔢", av = "⪚", uv = "È", fv = "è", hv = "⪖", pv = "⪘", dv = "⪙", gv = "∈", mv = "⏧", _v = "ℓ", bv = "⪕", vv = "⪗", xv = "Ē", yv = "ē", kv = "∅", Ev = "∅", wv = "◻", Cv = "∅", Av = "▫", Sv = " ", Dv = " ", Tv = " ", Rv = "Ŋ", qv = "ŋ", Mv = " ", Nv = "Ę", Iv = "ę", Fv = "𝔼", Lv = "𝕖", Ov = "⋕", Pv = "⧣", Bv = "⩱", $v = "ε", zv = "Ε", Uv = "ε", Hv = "ϵ", jv = "≖", Vv = "≕", Gv = "≂", Zv = "⪖", Kv = "⪕", Wv = "⩵", Jv = "=", Yv = "≂", Xv = "≟", Qv = "⇌", ex = "≡", tx = "⩸", nx = "⧥", rx = "⥱", sx = "≓", ox = "ℯ", cx = "ℰ", ix = "≐", lx = "⩳", ax = "≂", ux = "Η", fx = "η", hx = "Ð", px = "ð", dx = "Ë", gx = "ë", mx = "€", _x = "!", bx = "∃", vx = "∃", xx = "ℰ", yx = "ⅇ", kx = "ⅇ", Ex = "≒", wx = "Ф", Cx = "ф", Ax = "♀", Sx = "ffi", Dx = "ff", Tx = "ffl", Rx = "𝔉", qx = "𝔣", Mx = "fi", Nx = "◼", Ix = "▪", Fx = "fj", Lx = "♭", Ox = "fl", Px = "▱", Bx = "ƒ", $x = "𝔽", zx = "𝕗", Ux = "∀", Hx = "∀", jx = "⋔", Vx = "⫙", Gx = "ℱ", Zx = "⨍", Kx = "½", Wx = "⅓", Jx = "¼", Yx = "⅕", Xx = "⅙", Qx = "⅛", ey = "⅔", ty = "⅖", ny = "¾", ry = "⅗", sy = "⅜", oy = "⅘", cy = "⅚", iy = "⅝", ly = "⅞", ay = "⁄", uy = "⌢", fy = "𝒻", hy = "ℱ", py = "ǵ", dy = "Γ", gy = "γ", my = "Ϝ", _y = "ϝ", by = "⪆", vy = "Ğ", xy = "ğ", yy = "Ģ", ky = "Ĝ", Ey = "ĝ", wy = "Г", Cy = "г", Ay = "Ġ", Sy = "ġ", Dy = "≥", Ty = "≧", Ry = "⪌", qy = "⋛", My = "≥", Ny = "≧", Iy = "⩾", Fy = "⪩", Ly = "⩾", Oy = "⪀", Py = "⪂", By = "⪄", $y = "⋛︀", zy = "⪔", Uy = "𝔊", Hy = "𝔤", jy = "≫", Vy = "⋙", Gy = "⋙", Zy = "ℷ", Ky = "Ѓ", Wy = "ѓ", Jy = "⪥", Yy = "≷", Xy = "⪒", Qy = "⪤", ek = "⪊", tk = "⪊", nk = "⪈", rk = "≩", sk = "⪈", ok = "≩", ck = "⋧", ik = "𝔾", lk = "𝕘", ak = "`", uk = "≥", fk = "⋛", hk = "≧", pk = "⪢", dk = "≷", gk = "⩾", mk = "≳", _k = "𝒢", bk = "ℊ", vk = "≳", xk = "⪎", yk = "⪐", kk = "⪧", Ek = "⩺", wk = ">", Ck = ">", Ak = "≫", Sk = "⋗", Dk = "⦕", Tk = "⩼", Rk = "⪆", qk = "⥸", Mk = "⋗", Nk = "⋛", Ik = "⪌", Fk = "≷", Lk = "≳", Ok = "≩︀", Pk = "≩︀", Bk = "ˇ", $k = " ", zk = "½", Uk = "ℋ", Hk = "Ъ", jk = "ъ", Vk = "⥈", Gk = "↔", Zk = "⇔", Kk = "↭", Wk = "^", Jk = "ℏ", Yk = "Ĥ", Xk = "ĥ", Qk = "♥", eE = "♥", tE = "…", nE = "⊹", rE = "𝔥", sE = "ℌ", oE = "ℋ", cE = "⤥", iE = "⤦", lE = "⇿", aE = "∻", uE = "↩", fE = "↪", hE = "𝕙", pE = "ℍ", dE = "―", gE = "─", mE = "𝒽", _E = "ℋ", bE = "ℏ", vE = "Ħ", xE = "ħ", yE = "≎", kE = "≏", EE = "⁃", wE = "‐", CE = "Í", AE = "í", SE = "", DE = "Î", TE = "î", RE = "И", qE = "и", ME = "İ", NE = "Е", IE = "е", FE = "¡", LE = "⇔", OE = "𝔦", PE = "ℑ", BE = "Ì", $E = "ì", zE = "ⅈ", UE = "⨌", HE = "∭", jE = "⧜", VE = "℩", GE = "IJ", ZE = "ij", KE = "Ī", WE = "ī", JE = "ℑ", YE = "ⅈ", XE = "ℐ", QE = "ℑ", ew = "ı", tw = "ℑ", nw = "⊷", rw = "Ƶ", sw = "⇒", ow = "℅", cw = "∞", iw = "⧝", lw = "ı", aw = "⊺", uw = "∫", fw = "∬", hw = "ℤ", pw = "∫", dw = "⊺", gw = "⋂", mw = "⨗", _w = "⨼", bw = "", vw = "", xw = "Ё", yw = "ё", kw = "Į", Ew = "į", ww = "𝕀", Cw = "𝕚", Aw = "Ι", Sw = "ι", Dw = "⨼", Tw = "¿", Rw = "𝒾", qw = "ℐ", Mw = "∈", Nw = "⋵", Iw = "⋹", Fw = "⋴", Lw = "⋳", Ow = "∈", Pw = "", Bw = "Ĩ", $w = "ĩ", zw = "І", Uw = "і", Hw = "Ï", jw = "ï", Vw = "Ĵ", Gw = "ĵ", Zw = "Й", Kw = "й", Ww = "𝔍", Jw = "𝔧", Yw = "ȷ", Xw = "𝕁", Qw = "𝕛", eC = "𝒥", tC = "𝒿", nC = "Ј", rC = "ј", sC = "Є", oC = "є", cC = "Κ", iC = "κ", lC = "ϰ", aC = "Ķ", uC = "ķ", fC = "К", hC = "к", pC = "𝔎", dC = "𝔨", gC = "ĸ", mC = "Х", _C = "х", bC = "Ќ", vC = "ќ", xC = "𝕂", yC = "𝕜", kC = "𝒦", EC = "𝓀", wC = "⇚", CC = "Ĺ", AC = "ĺ", SC = "⦴", DC = "ℒ", TC = "Λ", RC = "λ", qC = "⟨", MC = "⟪", NC = "⦑", IC = "⟨", FC = "⪅", LC = "ℒ", OC = "«", PC = "⇤", BC = "⤟", $C = "←", zC = "↞", UC = "⇐", HC = "⤝", jC = "↩", VC = "↫", GC = "⤹", ZC = "⥳", KC = "↢", WC = "⤙", JC = "⤛", YC = "⪫", XC = "⪭", QC = "⪭︀", eA = "⤌", tA = "⤎", nA = "❲", rA = "{", sA = "[", oA = "⦋", cA = "⦏", iA = "⦍", lA = "Ľ", aA = "ľ", uA = "Ļ", fA = "ļ", hA = "⌈", pA = "{", dA = "Л", gA = "л", mA = "⤶", _A = "“", bA = "„", vA = "⥧", xA = "⥋", yA = "↲", kA = "≤", EA = "≦", wA = "⟨", CA = "⇤", AA = "←", SA = "←", DA = "⇐", TA = "⇆", RA = "↢", qA = "⌈", MA = "⟦", NA = "⥡", IA = "⥙", FA = "⇃", LA = "⌊", OA = "↽", PA = "↼", BA = "⇇", $A = "↔", zA = "↔", UA = "⇔", HA = "⇆", jA = "⇋", VA = "↭", GA = "⥎", ZA = "↤", KA = "⊣", WA = "⥚", JA = "⋋", YA = "⧏", XA = "⊲", QA = "⊴", e1 = "⥑", t1 = "⥠", n1 = "⥘", r1 = "↿", s1 = "⥒", o1 = "↼", c1 = "⪋", i1 = "⋚", l1 = "≤", a1 = "≦", u1 = "⩽", f1 = "⪨", h1 = "⩽", p1 = "⩿", d1 = "⪁", g1 = "⪃", m1 = "⋚︀", _1 = "⪓", b1 = "⪅", v1 = "⋖", x1 = "⋚", y1 = "⪋", k1 = "⋚", E1 = "≦", w1 = "≶", C1 = "≶", A1 = "⪡", S1 = "≲", D1 = "⩽", T1 = "≲", R1 = "⥼", q1 = "⌊", M1 = "𝔏", N1 = "𝔩", I1 = "≶", F1 = "⪑", L1 = "⥢", O1 = "↽", P1 = "↼", B1 = "⥪", $1 = "▄", z1 = "Љ", U1 = "љ", H1 = "⇇", j1 = "≪", V1 = "⋘", G1 = "⌞", Z1 = "⇚", K1 = "⥫", W1 = "◺", J1 = "Ŀ", Y1 = "ŀ", X1 = "⎰", Q1 = "⎰", eS = "⪉", tS = "⪉", nS = "⪇", rS = "≨", sS = "⪇", oS = "≨", cS = "⋦", iS = "⟬", lS = "⇽", aS = "⟦", uS = "⟵", fS = "⟵", hS = "⟸", pS = "⟷", dS = "⟷", gS = "⟺", mS = "⟼", _S = "⟶", bS = "⟶", vS = "⟹", xS = "↫", yS = "↬", kS = "⦅", ES = "𝕃", wS = "𝕝", CS = "⨭", AS = "⨴", SS = "∗", DS = "_", TS = "↙", RS = "↘", qS = "◊", MS = "◊", NS = "⧫", IS = "(", FS = "⦓", LS = "⇆", OS = "⌟", PS = "⇋", BS = "⥭", $S = "", zS = "⊿", US = "‹", HS = "𝓁", jS = "ℒ", VS = "↰", GS = "↰", ZS = "≲", KS = "⪍", WS = "⪏", JS = "[", YS = "‘", XS = "‚", QS = "Ł", eD = "ł", tD = "⪦", nD = "⩹", rD = "<", sD = "<", oD = "≪", cD = "⋖", iD = "⋋", lD = "⋉", aD = "⥶", uD = "⩻", fD = "◃", hD = "⊴", pD = "◂", dD = "⦖", gD = "⥊", mD = "⥦", _D = "≨︀", bD = "≨︀", vD = "¯", xD = "♂", yD = "✠", kD = "✠", ED = "↦", wD = "↦", CD = "↧", AD = "↤", SD = "↥", DD = "▮", TD = "⨩", RD = "М", qD = "м", MD = "—", ND = "∺", ID = "∡", FD = " ", LD = "ℳ", OD = "𝔐", PD = "𝔪", BD = "℧", $D = "µ", zD = "*", UD = "⫰", HD = "∣", jD = "·", VD = "⊟", GD = "−", ZD = "∸", KD = "⨪", WD = "∓", JD = "⫛", YD = "…", XD = "∓", QD = "⊧", eT = "𝕄", tT = "𝕞", nT = "∓", rT = "𝓂", sT = "ℳ", oT = "∾", cT = "Μ", iT = "μ", lT = "⊸", aT = "⊸", uT = "∇", fT = "Ń", hT = "ń", pT = "∠⃒", dT = "≉", gT = "⩰̸", mT = "≋̸", _T = "ʼn", bT = "≉", vT = "♮", xT = "ℕ", yT = "♮", kT = " ", ET = "≎̸", wT = "≏̸", CT = "⩃", AT = "Ň", ST = "ň", DT = "Ņ", TT = "ņ", RT = "≇", qT = "⩭̸", MT = "⩂", NT = "Н", IT = "н", FT = "–", LT = "⤤", OT = "↗", PT = "⇗", BT = "↗", $T = "≠", zT = "≐̸", UT = "", HT = "", jT = "", VT = "", GT = "≢", ZT = "⤨", KT = "≂̸", WT = "≫", JT = "≪", YT = `
|
|
4071
|
+
`, XT = "∄", QT = "∄", eR = "𝔑", tR = "𝔫", nR = "≧̸", rR = "≱", sR = "≱", oR = "≧̸", cR = "⩾̸", iR = "⩾̸", lR = "⋙̸", aR = "≵", uR = "≫⃒", fR = "≯", hR = "≯", pR = "≫̸", dR = "↮", gR = "⇎", mR = "⫲", _R = "∋", bR = "⋼", vR = "⋺", xR = "∋", yR = "Њ", kR = "њ", ER = "↚", wR = "⇍", CR = "‥", AR = "≦̸", SR = "≰", DR = "↚", TR = "⇍", RR = "↮", qR = "⇎", MR = "≰", NR = "≦̸", IR = "⩽̸", FR = "⩽̸", LR = "≮", OR = "⋘̸", PR = "≴", BR = "≪⃒", $R = "≮", zR = "⋪", UR = "⋬", HR = "≪̸", jR = "∤", VR = "", GR = " ", ZR = "𝕟", KR = "ℕ", WR = "⫬", JR = "¬", YR = "≢", XR = "≭", QR = "∦", eq = "∉", tq = "≠", nq = "≂̸", rq = "∄", sq = "≯", oq = "≱", cq = "≧̸", iq = "≫̸", lq = "≹", aq = "⩾̸", uq = "≵", fq = "≎̸", hq = "≏̸", pq = "∉", dq = "⋵̸", gq = "⋹̸", mq = "∉", _q = "⋷", bq = "⋶", vq = "⧏̸", xq = "⋪", yq = "⋬", kq = "≮", Eq = "≰", wq = "≸", Cq = "≪̸", Aq = "⩽̸", Sq = "≴", Dq = "⪢̸", Tq = "⪡̸", Rq = "∌", qq = "∌", Mq = "⋾", Nq = "⋽", Iq = "⊀", Fq = "⪯̸", Lq = "⋠", Oq = "∌", Pq = "⧐̸", Bq = "⋫", $q = "⋭", zq = "⊏̸", Uq = "⋢", Hq = "⊐̸", jq = "⋣", Vq = "⊂⃒", Gq = "⊈", Zq = "⊁", Kq = "⪰̸", Wq = "⋡", Jq = "≿̸", Yq = "⊃⃒", Xq = "⊉", Qq = "≁", eM = "≄", tM = "≇", nM = "≉", rM = "∤", sM = "∦", oM = "∦", cM = "⫽⃥", iM = "∂̸", lM = "⨔", aM = "⊀", uM = "⋠", fM = "⊀", hM = "⪯̸", pM = "⪯̸", dM = "⤳̸", gM = "↛", mM = "⇏", _M = "↝̸", bM = "↛", vM = "⇏", xM = "⋫", yM = "⋭", kM = "⊁", EM = "⋡", wM = "⪰̸", CM = "𝒩", AM = "𝓃", SM = "∤", DM = "∦", TM = "≁", RM = "≄", qM = "≄", MM = "∤", NM = "∦", IM = "⋢", FM = "⋣", LM = "⊄", OM = "⫅̸", PM = "⊈", BM = "⊂⃒", $M = "⊈", zM = "⫅̸", UM = "⊁", HM = "⪰̸", jM = "⊅", VM = "⫆̸", GM = "⊉", ZM = "⊃⃒", KM = "⊉", WM = "⫆̸", JM = "≹", YM = "Ñ", XM = "ñ", QM = "≸", eN = "⋪", tN = "⋬", nN = "⋫", rN = "⋭", sN = "Ν", oN = "ν", cN = "#", iN = "№", lN = " ", aN = "≍⃒", uN = "⊬", fN = "⊭", hN = "⊮", pN = "⊯", dN = "≥⃒", gN = ">⃒", mN = "⤄", _N = "⧞", bN = "⤂", vN = "≤⃒", xN = "<⃒", yN = "⊴⃒", kN = "⤃", EN = "⊵⃒", wN = "∼⃒", CN = "⤣", AN = "↖", SN = "⇖", DN = "↖", TN = "⤧", RN = "Ó", qN = "ó", MN = "⊛", NN = "Ô", IN = "ô", FN = "⊚", LN = "О", ON = "о", PN = "⊝", BN = "Ő", $N = "ő", zN = "⨸", UN = "⊙", HN = "⦼", jN = "Œ", VN = "œ", GN = "⦿", ZN = "𝔒", KN = "𝔬", WN = "˛", JN = "Ò", YN = "ò", XN = "⧁", QN = "⦵", eI = "Ω", tI = "∮", nI = "↺", rI = "⦾", sI = "⦻", oI = "‾", cI = "⧀", iI = "Ō", lI = "ō", aI = "Ω", uI = "ω", fI = "Ο", hI = "ο", pI = "⦶", dI = "⊖", gI = "𝕆", mI = "𝕠", _I = "⦷", bI = "“", vI = "‘", xI = "⦹", yI = "⊕", kI = "↻", EI = "⩔", wI = "∨", CI = "⩝", AI = "ℴ", SI = "ℴ", DI = "ª", TI = "º", RI = "⊶", qI = "⩖", MI = "⩗", NI = "⩛", II = "Ⓢ", FI = "𝒪", LI = "ℴ", OI = "Ø", PI = "ø", BI = "⊘", $I = "Õ", zI = "õ", UI = "⨶", HI = "⨷", jI = "⊗", VI = "Ö", GI = "ö", ZI = "⌽", KI = "‾", WI = "⏞", JI = "⎴", YI = "⏜", XI = "¶", QI = "∥", eF = "∥", tF = "⫳", nF = "⫽", rF = "∂", sF = "∂", oF = "П", cF = "п", iF = "%", lF = ".", aF = "‰", uF = "⊥", fF = "‱", hF = "𝔓", pF = "𝔭", dF = "Φ", gF = "φ", mF = "ϕ", _F = "ℳ", bF = "☎", vF = "Π", xF = "π", yF = "⋔", kF = "ϖ", EF = "ℏ", wF = "ℎ", CF = "ℏ", AF = "⨣", SF = "⊞", DF = "⨢", TF = "+", RF = "∔", qF = "⨥", MF = "⩲", NF = "±", IF = "±", FF = "⨦", LF = "⨧", OF = "±", PF = "ℌ", BF = "⨕", $F = "𝕡", zF = "ℙ", UF = "£", HF = "⪷", jF = "⪻", VF = "≺", GF = "≼", ZF = "⪷", KF = "≺", WF = "≼", JF = "≺", YF = "⪯", XF = "≼", QF = "≾", eL = "⪯", tL = "⪹", nL = "⪵", rL = "⋨", sL = "⪯", oL = "⪳", cL = "≾", iL = "′", lL = "″", aL = "ℙ", uL = "⪹", fL = "⪵", hL = "⋨", pL = "∏", dL = "∏", gL = "⌮", mL = "⌒", _L = "⌓", bL = "∝", vL = "∝", xL = "∷", yL = "∝", kL = "≾", EL = "⊰", wL = "𝒫", CL = "𝓅", AL = "Ψ", SL = "ψ", DL = " ", TL = "𝔔", RL = "𝔮", qL = "⨌", ML = "𝕢", NL = "ℚ", IL = "⁗", FL = "𝒬", LL = "𝓆", OL = "ℍ", PL = "⨖", BL = "?", $L = "≟", zL = '"', UL = '"', HL = "⇛", jL = "∽̱", VL = "Ŕ", GL = "ŕ", ZL = "√", KL = "⦳", WL = "⟩", JL = "⟫", YL = "⦒", XL = "⦥", QL = "⟩", eO = "»", tO = "⥵", nO = "⇥", rO = "⤠", sO = "⤳", oO = "→", cO = "↠", iO = "⇒", lO = "⤞", aO = "↪", uO = "↬", fO = "⥅", hO = "⥴", pO = "⤖", dO = "↣", gO = "↝", mO = "⤚", _O = "⤜", bO = "∶", vO = "ℚ", xO = "⤍", yO = "⤏", kO = "⤐", EO = "❳", wO = "}", CO = "]", AO = "⦌", SO = "⦎", DO = "⦐", TO = "Ř", RO = "ř", qO = "Ŗ", MO = "ŗ", NO = "⌉", IO = "}", FO = "Р", LO = "р", OO = "⤷", PO = "⥩", BO = "”", $O = "”", zO = "↳", UO = "ℜ", HO = "ℛ", jO = "ℜ", VO = "ℝ", GO = "ℜ", ZO = "▭", KO = "®", WO = "®", JO = "∋", YO = "⇋", XO = "⥯", QO = "⥽", eP = "⌋", tP = "𝔯", nP = "ℜ", rP = "⥤", sP = "⇁", oP = "⇀", cP = "⥬", iP = "Ρ", lP = "ρ", aP = "ϱ", uP = "⟩", fP = "⇥", hP = "→", pP = "→", dP = "⇒", gP = "⇄", mP = "↣", _P = "⌉", bP = "⟧", vP = "⥝", xP = "⥕", yP = "⇂", kP = "⌋", EP = "⇁", wP = "⇀", CP = "⇄", AP = "⇌", SP = "⇉", DP = "↝", TP = "↦", RP = "⊢", qP = "⥛", MP = "⋌", NP = "⧐", IP = "⊳", FP = "⊵", LP = "⥏", OP = "⥜", PP = "⥔", BP = "↾", $P = "⥓", zP = "⇀", UP = "˚", HP = "≓", jP = "⇄", VP = "⇌", GP = "", ZP = "⎱", KP = "⎱", WP = "⫮", JP = "⟭", YP = "⇾", XP = "⟧", QP = "⦆", eB = "𝕣", tB = "ℝ", nB = "⨮", rB = "⨵", sB = "⥰", oB = ")", cB = "⦔", iB = "⨒", lB = "⇉", aB = "⇛", uB = "›", fB = "𝓇", hB = "ℛ", pB = "↱", dB = "↱", gB = "]", mB = "’", _B = "’", bB = "⋌", vB = "⋊", xB = "▹", yB = "⊵", kB = "▸", EB = "⧎", wB = "⧴", CB = "⥨", AB = "℞", SB = "Ś", DB = "ś", TB = "‚", RB = "⪸", qB = "Š", MB = "š", NB = "⪼", IB = "≻", FB = "≽", LB = "⪰", OB = "⪴", PB = "Ş", BB = "ş", $B = "Ŝ", zB = "ŝ", UB = "⪺", HB = "⪶", jB = "⋩", VB = "⨓", GB = "≿", ZB = "С", KB = "с", WB = "⊡", JB = "⋅", YB = "⩦", XB = "⤥", QB = "↘", e2 = "⇘", t2 = "↘", n2 = "§", r2 = ";", s2 = "⤩", o2 = "∖", c2 = "∖", i2 = "✶", l2 = "𝔖", a2 = "𝔰", u2 = "⌢", f2 = "♯", h2 = "Щ", p2 = "щ", d2 = "Ш", g2 = "ш", m2 = "↓", _2 = "←", b2 = "∣", v2 = "∥", x2 = "→", y2 = "↑", k2 = "", E2 = "Σ", w2 = "σ", C2 = "ς", A2 = "ς", S2 = "∼", D2 = "⩪", T2 = "≃", R2 = "≃", q2 = "⪞", M2 = "⪠", N2 = "⪝", I2 = "⪟", F2 = "≆", L2 = "⨤", O2 = "⥲", P2 = "←", B2 = "∘", $2 = "∖", z2 = "⨳", U2 = "⧤", H2 = "∣", j2 = "⌣", V2 = "⪪", G2 = "⪬", Z2 = "⪬︀", K2 = "Ь", W2 = "ь", J2 = "⌿", Y2 = "⧄", X2 = "/", Q2 = "𝕊", e$ = "𝕤", t$ = "♠", n$ = "♠", r$ = "∥", s$ = "⊓", o$ = "⊓︀", c$ = "⊔", i$ = "⊔︀", l$ = "√", a$ = "⊏", u$ = "⊑", f$ = "⊏", h$ = "⊑", p$ = "⊐", d$ = "⊒", g$ = "⊐", m$ = "⊒", _$ = "□", b$ = "□", v$ = "⊓", x$ = "⊏", y$ = "⊑", k$ = "⊐", E$ = "⊒", w$ = "⊔", C$ = "▪", A$ = "□", S$ = "▪", D$ = "→", T$ = "𝒮", R$ = "𝓈", q$ = "∖", M$ = "⌣", N$ = "⋆", I$ = "⋆", F$ = "☆", L$ = "★", O$ = "ϵ", P$ = "ϕ", B$ = "¯", $$ = "⊂", z$ = "⋐", U$ = "⪽", H$ = "⫅", j$ = "⊆", V$ = "⫃", G$ = "⫁", Z$ = "⫋", K$ = "⊊", W$ = "⪿", J$ = "⥹", Y$ = "⊂", X$ = "⋐", Q$ = "⊆", ez = "⫅", tz = "⊆", nz = "⊊", rz = "⫋", sz = "⫇", oz = "⫕", cz = "⫓", iz = "⪸", lz = "≻", az = "≽", uz = "≻", fz = "⪰", hz = "≽", pz = "≿", dz = "⪰", gz = "⪺", mz = "⪶", _z = "⋩", bz = "≿", vz = "∋", xz = "∑", yz = "∑", kz = "♪", Ez = "¹", wz = "²", Cz = "³", Az = "⊃", Sz = "⋑", Dz = "⪾", Tz = "⫘", Rz = "⫆", qz = "⊇", Mz = "⫄", Nz = "⊃", Iz = "⊇", Fz = "⟉", Lz = "⫗", Oz = "⥻", Pz = "⫂", Bz = "⫌", $z = "⊋", zz = "⫀", Uz = "⊃", Hz = "⋑", jz = "⊇", Vz = "⫆", Gz = "⊋", Zz = "⫌", Kz = "⫈", Wz = "⫔", Jz = "⫖", Yz = "⤦", Xz = "↙", Qz = "⇙", eU = "↙", tU = "⤪", nU = "ß", rU = " ", sU = "⌖", oU = "Τ", cU = "τ", iU = "⎴", lU = "Ť", aU = "ť", uU = "Ţ", fU = "ţ", hU = "Т", pU = "т", dU = "⃛", gU = "⌕", mU = "𝔗", _U = "𝔱", bU = "∴", vU = "∴", xU = "∴", yU = "Θ", kU = "θ", EU = "ϑ", wU = "ϑ", CU = "≈", AU = "∼", SU = " ", DU = " ", TU = " ", RU = "≈", qU = "∼", MU = "Þ", NU = "þ", IU = "˜", FU = "∼", LU = "≃", OU = "≅", PU = "≈", BU = "⨱", $U = "⊠", zU = "×", UU = "⨰", HU = "∭", jU = "⤨", VU = "⌶", GU = "⫱", ZU = "⊤", KU = "𝕋", WU = "𝕥", JU = "⫚", YU = "⤩", XU = "‴", QU = "™", e3 = "™", t3 = "▵", n3 = "▿", r3 = "◃", s3 = "⊴", o3 = "≜", c3 = "▹", i3 = "⊵", l3 = "◬", a3 = "≜", u3 = "⨺", f3 = "⃛", h3 = "⨹", p3 = "⧍", d3 = "⨻", g3 = "⏢", m3 = "𝒯", _3 = "𝓉", b3 = "Ц", v3 = "ц", x3 = "Ћ", y3 = "ћ", k3 = "Ŧ", E3 = "ŧ", w3 = "≬", C3 = "↞", A3 = "↠", S3 = "Ú", D3 = "ú", T3 = "↑", R3 = "↟", q3 = "⇑", M3 = "⥉", N3 = "Ў", I3 = "ў", F3 = "Ŭ", L3 = "ŭ", O3 = "Û", P3 = "û", B3 = "У", $3 = "у", z3 = "⇅", U3 = "Ű", H3 = "ű", j3 = "⥮", V3 = "⥾", G3 = "𝔘", Z3 = "𝔲", K3 = "Ù", W3 = "ù", J3 = "⥣", Y3 = "↿", X3 = "↾", Q3 = "▀", eH = "⌜", tH = "⌜", nH = "⌏", rH = "◸", sH = "Ū", oH = "ū", cH = "¨", iH = "_", lH = "⏟", aH = "⎵", uH = "⏝", fH = "⋃", hH = "⊎", pH = "Ų", dH = "ų", gH = "𝕌", mH = "𝕦", _H = "⤒", bH = "↑", vH = "↑", xH = "⇑", yH = "⇅", kH = "↕", EH = "↕", wH = "⇕", CH = "⥮", AH = "↿", SH = "↾", DH = "⊎", TH = "↖", RH = "↗", qH = "υ", MH = "ϒ", NH = "ϒ", IH = "Υ", FH = "υ", LH = "↥", OH = "⊥", PH = "⇈", BH = "⌝", $H = "⌝", zH = "⌎", UH = "Ů", HH = "ů", jH = "◹", VH = "𝒰", GH = "𝓊", ZH = "⋰", KH = "Ũ", WH = "ũ", JH = "▵", YH = "▴", XH = "⇈", QH = "Ü", e6 = "ü", t6 = "⦧", n6 = "⦜", r6 = "ϵ", s6 = "ϰ", o6 = "∅", c6 = "ϕ", i6 = "ϖ", l6 = "∝", a6 = "↕", u6 = "⇕", f6 = "ϱ", h6 = "ς", p6 = "⊊︀", d6 = "⫋︀", g6 = "⊋︀", m6 = "⫌︀", _6 = "ϑ", b6 = "⊲", v6 = "⊳", x6 = "⫨", y6 = "⫫", k6 = "⫩", E6 = "В", w6 = "в", C6 = "⊢", A6 = "⊨", S6 = "⊩", D6 = "⊫", T6 = "⫦", R6 = "⊻", q6 = "∨", M6 = "⋁", N6 = "≚", I6 = "⋮", F6 = "|", L6 = "‖", O6 = "|", P6 = "‖", B6 = "∣", $6 = "|", z6 = "❘", U6 = "≀", H6 = " ", j6 = "𝔙", V6 = "𝔳", G6 = "⊲", Z6 = "⊂⃒", K6 = "⊃⃒", W6 = "𝕍", J6 = "𝕧", Y6 = "∝", X6 = "⊳", Q6 = "𝒱", e8 = "𝓋", t8 = "⫋︀", n8 = "⊊︀", r8 = "⫌︀", s8 = "⊋︀", o8 = "⊪", c8 = "⦚", i8 = "Ŵ", l8 = "ŵ", a8 = "⩟", u8 = "∧", f8 = "⋀", h8 = "≙", p8 = "℘", d8 = "𝔚", g8 = "𝔴", m8 = "𝕎", _8 = "𝕨", b8 = "℘", v8 = "≀", x8 = "≀", y8 = "𝒲", k8 = "𝓌", E8 = "⋂", w8 = "◯", C8 = "⋃", A8 = "▽", S8 = "𝔛", D8 = "𝔵", T8 = "⟷", R8 = "⟺", q8 = "Ξ", M8 = "ξ", N8 = "⟵", I8 = "⟸", F8 = "⟼", L8 = "⋻", O8 = "⨀", P8 = "𝕏", B8 = "𝕩", $8 = "⨁", z8 = "⨂", U8 = "⟶", H8 = "⟹", j8 = "𝒳", V8 = "𝓍", G8 = "⨆", Z8 = "⨄", K8 = "△", W8 = "⋁", J8 = "⋀", Y8 = "Ý", X8 = "ý", Q8 = "Я", ej = "я", tj = "Ŷ", nj = "ŷ", rj = "Ы", sj = "ы", oj = "¥", cj = "𝔜", ij = "𝔶", lj = "Ї", aj = "ї", uj = "𝕐", fj = "𝕪", hj = "𝒴", pj = "𝓎", dj = "Ю", gj = "ю", mj = "ÿ", _j = "Ÿ", bj = "Ź", vj = "ź", xj = "Ž", yj = "ž", kj = "З", Ej = "з", wj = "Ż", Cj = "ż", Aj = "ℨ", Sj = "", Dj = "Ζ", Tj = "ζ", Rj = "𝔷", qj = "ℨ", Mj = "Ж", Nj = "ж", Ij = "⇝", Fj = "𝕫", Lj = "ℤ", Oj = "𝒵", Pj = "𝓏", Bj = "", $j = "", zj = {
|
|
4072
4072
|
Aacute: wf,
|
|
4073
4073
|
aacute: Cf,
|
|
4074
4074
|
Abreve: Af,
|
|
@@ -4099,114 +4099,114 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4099
4099
|
AMP: Yf,
|
|
4100
4100
|
andand: Xf,
|
|
4101
4101
|
And: Qf,
|
|
4102
|
-
and:
|
|
4103
|
-
andd:
|
|
4104
|
-
andslope:
|
|
4105
|
-
andv:
|
|
4106
|
-
ang:
|
|
4107
|
-
ange:
|
|
4108
|
-
angle:
|
|
4109
|
-
angmsdaa:
|
|
4110
|
-
angmsdab:
|
|
4111
|
-
angmsdac:
|
|
4112
|
-
angmsdad:
|
|
4113
|
-
angmsdae:
|
|
4114
|
-
angmsdaf:
|
|
4115
|
-
angmsdag:
|
|
4116
|
-
angmsdah:
|
|
4117
|
-
angmsd:
|
|
4118
|
-
angrt:
|
|
4119
|
-
angrtvb:
|
|
4120
|
-
angrtvbd:
|
|
4121
|
-
angsph:
|
|
4122
|
-
angst:
|
|
4123
|
-
angzarr:
|
|
4124
|
-
Aogon:
|
|
4125
|
-
aogon:
|
|
4126
|
-
Aopf:
|
|
4127
|
-
aopf:
|
|
4128
|
-
apacir:
|
|
4129
|
-
ap:
|
|
4130
|
-
apE:
|
|
4131
|
-
ape:
|
|
4132
|
-
apid:
|
|
4133
|
-
apos:
|
|
4134
|
-
ApplyFunction:
|
|
4135
|
-
approx:
|
|
4136
|
-
approxeq:
|
|
4137
|
-
Aring:
|
|
4138
|
-
aring:
|
|
4139
|
-
Ascr:
|
|
4140
|
-
ascr:
|
|
4141
|
-
Assign:
|
|
4142
|
-
ast: $
|
|
4143
|
-
asymp:
|
|
4144
|
-
asympeq:
|
|
4145
|
-
Atilde:
|
|
4146
|
-
atilde:
|
|
4147
|
-
Auml:
|
|
4148
|
-
auml:
|
|
4149
|
-
awconint:
|
|
4150
|
-
awint:
|
|
4151
|
-
backcong:
|
|
4152
|
-
backepsilon:
|
|
4153
|
-
backprime:
|
|
4154
|
-
backsim:
|
|
4155
|
-
backsimeq:
|
|
4156
|
-
Backslash:
|
|
4157
|
-
Barv:
|
|
4158
|
-
barvee:
|
|
4159
|
-
barwed:
|
|
4160
|
-
Barwed:
|
|
4161
|
-
barwedge:
|
|
4162
|
-
bbrk:
|
|
4163
|
-
bbrktbrk:
|
|
4164
|
-
bcong:
|
|
4165
|
-
Bcy:
|
|
4166
|
-
bcy:
|
|
4167
|
-
bdquo:
|
|
4168
|
-
becaus:
|
|
4169
|
-
because:
|
|
4170
|
-
Because:
|
|
4171
|
-
bemptyv:
|
|
4172
|
-
bepsi:
|
|
4173
|
-
bernou:
|
|
4174
|
-
Bernoullis:
|
|
4175
|
-
Beta:
|
|
4176
|
-
beta:
|
|
4177
|
-
beth:
|
|
4178
|
-
between:
|
|
4179
|
-
Bfr:
|
|
4180
|
-
bfr:
|
|
4181
|
-
bigcap:
|
|
4182
|
-
bigcirc:
|
|
4183
|
-
bigcup:
|
|
4184
|
-
bigodot:
|
|
4185
|
-
bigoplus:
|
|
4186
|
-
bigotimes:
|
|
4187
|
-
bigsqcup:
|
|
4188
|
-
bigstar:
|
|
4189
|
-
bigtriangledown:
|
|
4190
|
-
bigtriangleup:
|
|
4191
|
-
biguplus:
|
|
4192
|
-
bigvee:
|
|
4193
|
-
bigwedge:
|
|
4194
|
-
bkarow:
|
|
4195
|
-
blacklozenge:
|
|
4196
|
-
blacksquare: $
|
|
4197
|
-
blacktriangle:
|
|
4198
|
-
blacktriangledown:
|
|
4199
|
-
blacktriangleleft:
|
|
4200
|
-
blacktriangleright:
|
|
4201
|
-
blank:
|
|
4202
|
-
blk12:
|
|
4203
|
-
blk14:
|
|
4204
|
-
blk34:
|
|
4205
|
-
block:
|
|
4206
|
-
bne:
|
|
4207
|
-
bnequiv:
|
|
4208
|
-
bNot:
|
|
4209
|
-
bnot:
|
|
4102
|
+
and: eh,
|
|
4103
|
+
andd: th,
|
|
4104
|
+
andslope: nh,
|
|
4105
|
+
andv: rh,
|
|
4106
|
+
ang: sh,
|
|
4107
|
+
ange: oh,
|
|
4108
|
+
angle: ch,
|
|
4109
|
+
angmsdaa: ih,
|
|
4110
|
+
angmsdab: lh,
|
|
4111
|
+
angmsdac: ah,
|
|
4112
|
+
angmsdad: uh,
|
|
4113
|
+
angmsdae: fh,
|
|
4114
|
+
angmsdaf: hh,
|
|
4115
|
+
angmsdag: ph,
|
|
4116
|
+
angmsdah: dh,
|
|
4117
|
+
angmsd: gh,
|
|
4118
|
+
angrt: mh,
|
|
4119
|
+
angrtvb: _h,
|
|
4120
|
+
angrtvbd: bh,
|
|
4121
|
+
angsph: vh,
|
|
4122
|
+
angst: xh,
|
|
4123
|
+
angzarr: yh,
|
|
4124
|
+
Aogon: kh,
|
|
4125
|
+
aogon: Eh,
|
|
4126
|
+
Aopf: wh,
|
|
4127
|
+
aopf: Ch,
|
|
4128
|
+
apacir: Ah,
|
|
4129
|
+
ap: Sh,
|
|
4130
|
+
apE: Dh,
|
|
4131
|
+
ape: Th,
|
|
4132
|
+
apid: Rh,
|
|
4133
|
+
apos: qh,
|
|
4134
|
+
ApplyFunction: Mh,
|
|
4135
|
+
approx: Nh,
|
|
4136
|
+
approxeq: Ih,
|
|
4137
|
+
Aring: Fh,
|
|
4138
|
+
aring: Lh,
|
|
4139
|
+
Ascr: Oh,
|
|
4140
|
+
ascr: Ph,
|
|
4141
|
+
Assign: Bh,
|
|
4142
|
+
ast: $h,
|
|
4143
|
+
asymp: zh,
|
|
4144
|
+
asympeq: Uh,
|
|
4145
|
+
Atilde: Hh,
|
|
4146
|
+
atilde: jh,
|
|
4147
|
+
Auml: Vh,
|
|
4148
|
+
auml: Gh,
|
|
4149
|
+
awconint: Zh,
|
|
4150
|
+
awint: Kh,
|
|
4151
|
+
backcong: Wh,
|
|
4152
|
+
backepsilon: Jh,
|
|
4153
|
+
backprime: Yh,
|
|
4154
|
+
backsim: Xh,
|
|
4155
|
+
backsimeq: Qh,
|
|
4156
|
+
Backslash: ep,
|
|
4157
|
+
Barv: tp,
|
|
4158
|
+
barvee: np,
|
|
4159
|
+
barwed: rp,
|
|
4160
|
+
Barwed: sp,
|
|
4161
|
+
barwedge: op,
|
|
4162
|
+
bbrk: cp,
|
|
4163
|
+
bbrktbrk: ip,
|
|
4164
|
+
bcong: lp,
|
|
4165
|
+
Bcy: ap,
|
|
4166
|
+
bcy: up,
|
|
4167
|
+
bdquo: fp,
|
|
4168
|
+
becaus: hp,
|
|
4169
|
+
because: pp,
|
|
4170
|
+
Because: dp,
|
|
4171
|
+
bemptyv: gp,
|
|
4172
|
+
bepsi: mp,
|
|
4173
|
+
bernou: _p,
|
|
4174
|
+
Bernoullis: bp,
|
|
4175
|
+
Beta: vp,
|
|
4176
|
+
beta: xp,
|
|
4177
|
+
beth: yp,
|
|
4178
|
+
between: kp,
|
|
4179
|
+
Bfr: Ep,
|
|
4180
|
+
bfr: wp,
|
|
4181
|
+
bigcap: Cp,
|
|
4182
|
+
bigcirc: Ap,
|
|
4183
|
+
bigcup: Sp,
|
|
4184
|
+
bigodot: Dp,
|
|
4185
|
+
bigoplus: Tp,
|
|
4186
|
+
bigotimes: Rp,
|
|
4187
|
+
bigsqcup: qp,
|
|
4188
|
+
bigstar: Mp,
|
|
4189
|
+
bigtriangledown: Np,
|
|
4190
|
+
bigtriangleup: Ip,
|
|
4191
|
+
biguplus: Fp,
|
|
4192
|
+
bigvee: Lp,
|
|
4193
|
+
bigwedge: Op,
|
|
4194
|
+
bkarow: Pp,
|
|
4195
|
+
blacklozenge: Bp,
|
|
4196
|
+
blacksquare: $p,
|
|
4197
|
+
blacktriangle: zp,
|
|
4198
|
+
blacktriangledown: Up,
|
|
4199
|
+
blacktriangleleft: Hp,
|
|
4200
|
+
blacktriangleright: jp,
|
|
4201
|
+
blank: Vp,
|
|
4202
|
+
blk12: Gp,
|
|
4203
|
+
blk14: Zp,
|
|
4204
|
+
blk34: Kp,
|
|
4205
|
+
block: Wp,
|
|
4206
|
+
bne: Jp,
|
|
4207
|
+
bnequiv: Yp,
|
|
4208
|
+
bNot: Xp,
|
|
4209
|
+
bnot: Qp,
|
|
4210
4210
|
Bopf: ed,
|
|
4211
4211
|
bopf: td,
|
|
4212
4212
|
bot: nd,
|
|
@@ -4219,8 +4219,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4219
4219
|
boxDL: ad,
|
|
4220
4220
|
boxdr: ud,
|
|
4221
4221
|
boxdR: fd,
|
|
4222
|
-
boxDr:
|
|
4223
|
-
boxDR:
|
|
4222
|
+
boxDr: hd,
|
|
4223
|
+
boxDR: pd,
|
|
4224
4224
|
boxh: dd,
|
|
4225
4225
|
boxH: gd,
|
|
4226
4226
|
boxhd: md,
|
|
@@ -4273,8 +4273,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4273
4273
|
bump: ag,
|
|
4274
4274
|
bumpE: ug,
|
|
4275
4275
|
bumpe: fg,
|
|
4276
|
-
Bumpeq:
|
|
4277
|
-
bumpeq:
|
|
4276
|
+
Bumpeq: hg,
|
|
4277
|
+
bumpeq: pg,
|
|
4278
4278
|
Cacute: dg,
|
|
4279
4279
|
cacute: gg,
|
|
4280
4280
|
capand: mg,
|
|
@@ -4327,8 +4327,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4327
4327
|
circledS: am,
|
|
4328
4328
|
CircleMinus: um,
|
|
4329
4329
|
CirclePlus: fm,
|
|
4330
|
-
CircleTimes:
|
|
4331
|
-
cir:
|
|
4330
|
+
CircleTimes: hm,
|
|
4331
|
+
cir: pm,
|
|
4332
4332
|
cirE: dm,
|
|
4333
4333
|
cire: gm,
|
|
4334
4334
|
cirfnint: mm,
|
|
@@ -4381,8 +4381,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4381
4381
|
cularr: a_,
|
|
4382
4382
|
cularrp: u_,
|
|
4383
4383
|
cupbrcap: f_,
|
|
4384
|
-
cupcap:
|
|
4385
|
-
CupCap:
|
|
4384
|
+
cupcap: h_,
|
|
4385
|
+
CupCap: p_,
|
|
4386
4386
|
cup: d_,
|
|
4387
4387
|
Cup: g_,
|
|
4388
4388
|
cupcup: m_,
|
|
@@ -4435,8 +4435,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4435
4435
|
dHar: ab,
|
|
4436
4436
|
dharl: ub,
|
|
4437
4437
|
dharr: fb,
|
|
4438
|
-
DiacriticalAcute:
|
|
4439
|
-
DiacriticalDot:
|
|
4438
|
+
DiacriticalAcute: hb,
|
|
4439
|
+
DiacriticalDot: pb,
|
|
4440
4440
|
DiacriticalDoubleAcute: db,
|
|
4441
4441
|
DiacriticalGrave: gb,
|
|
4442
4442
|
DiacriticalTilde: mb,
|
|
@@ -4489,8 +4489,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4489
4489
|
DownArrow: a0,
|
|
4490
4490
|
Downarrow: u0,
|
|
4491
4491
|
DownArrowUpArrow: f0,
|
|
4492
|
-
DownBreve:
|
|
4493
|
-
downdownarrows:
|
|
4492
|
+
DownBreve: h0,
|
|
4493
|
+
downdownarrows: p0,
|
|
4494
4494
|
downharpoonleft: d0,
|
|
4495
4495
|
downharpoonright: g0,
|
|
4496
4496
|
DownLeftRightVector: m0,
|
|
@@ -4543,8 +4543,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4543
4543
|
eg: av,
|
|
4544
4544
|
Egrave: uv,
|
|
4545
4545
|
egrave: fv,
|
|
4546
|
-
egs:
|
|
4547
|
-
egsdot:
|
|
4546
|
+
egs: hv,
|
|
4547
|
+
egsdot: pv,
|
|
4548
4548
|
el: dv,
|
|
4549
4549
|
Element: gv,
|
|
4550
4550
|
elinters: mv,
|
|
@@ -4597,8 +4597,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4597
4597
|
esim: ax,
|
|
4598
4598
|
Eta: ux,
|
|
4599
4599
|
eta: fx,
|
|
4600
|
-
ETH:
|
|
4601
|
-
eth:
|
|
4600
|
+
ETH: hx,
|
|
4601
|
+
eth: px,
|
|
4602
4602
|
Euml: dx,
|
|
4603
4603
|
euml: gx,
|
|
4604
4604
|
euro: mx,
|
|
@@ -4651,8 +4651,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4651
4651
|
frasl: ay,
|
|
4652
4652
|
frown: uy,
|
|
4653
4653
|
fscr: fy,
|
|
4654
|
-
Fscr:
|
|
4655
|
-
gacute:
|
|
4654
|
+
Fscr: hy,
|
|
4655
|
+
gacute: py,
|
|
4656
4656
|
Gamma: dy,
|
|
4657
4657
|
gamma: gy,
|
|
4658
4658
|
Gammad: my,
|
|
@@ -4705,8 +4705,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4705
4705
|
grave: ak,
|
|
4706
4706
|
GreaterEqual: uk,
|
|
4707
4707
|
GreaterEqualLess: fk,
|
|
4708
|
-
GreaterFullEqual:
|
|
4709
|
-
GreaterGreater:
|
|
4708
|
+
GreaterFullEqual: hk,
|
|
4709
|
+
GreaterGreater: pk,
|
|
4710
4710
|
GreaterLess: dk,
|
|
4711
4711
|
GreaterSlantEqual: gk,
|
|
4712
4712
|
GreaterTilde: mk,
|
|
@@ -4759,8 +4759,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4759
4759
|
homtht: aE,
|
|
4760
4760
|
hookleftarrow: uE,
|
|
4761
4761
|
hookrightarrow: fE,
|
|
4762
|
-
hopf:
|
|
4763
|
-
Hopf:
|
|
4762
|
+
hopf: hE,
|
|
4763
|
+
Hopf: pE,
|
|
4764
4764
|
horbar: dE,
|
|
4765
4765
|
HorizontalLine: gE,
|
|
4766
4766
|
hscr: mE,
|
|
@@ -4814,8 +4814,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4814
4814
|
intcal: aw,
|
|
4815
4815
|
int: uw,
|
|
4816
4816
|
Int: fw,
|
|
4817
|
-
integers:
|
|
4818
|
-
Integral:
|
|
4817
|
+
integers: hw,
|
|
4818
|
+
Integral: pw,
|
|
4819
4819
|
intercal: dw,
|
|
4820
4820
|
Intersection: gw,
|
|
4821
4821
|
intlarhk: mw,
|
|
@@ -4868,8 +4868,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4868
4868
|
Kcedil: aC,
|
|
4869
4869
|
kcedil: uC,
|
|
4870
4870
|
Kcy: fC,
|
|
4871
|
-
kcy:
|
|
4872
|
-
Kfr:
|
|
4871
|
+
kcy: hC,
|
|
4872
|
+
Kfr: pC,
|
|
4873
4873
|
kfr: dC,
|
|
4874
4874
|
kgreen: gC,
|
|
4875
4875
|
KHcy: mC,
|
|
@@ -4922,8 +4922,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4922
4922
|
lcaron: aA,
|
|
4923
4923
|
Lcedil: uA,
|
|
4924
4924
|
lcedil: fA,
|
|
4925
|
-
lceil:
|
|
4926
|
-
lcub:
|
|
4925
|
+
lceil: hA,
|
|
4926
|
+
lcub: pA,
|
|
4927
4927
|
Lcy: dA,
|
|
4928
4928
|
lcy: gA,
|
|
4929
4929
|
ldca: mA,
|
|
@@ -4976,8 +4976,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4976
4976
|
leqq: a1,
|
|
4977
4977
|
leqslant: u1,
|
|
4978
4978
|
lescc: f1,
|
|
4979
|
-
les:
|
|
4980
|
-
lesdot:
|
|
4979
|
+
les: h1,
|
|
4980
|
+
lesdot: p1,
|
|
4981
4981
|
lesdoto: d1,
|
|
4982
4982
|
lesdotor: g1,
|
|
4983
4983
|
lesg: m1,
|
|
@@ -5030,8 +5030,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5030
5030
|
lobrk: aS,
|
|
5031
5031
|
longleftarrow: uS,
|
|
5032
5032
|
LongLeftArrow: fS,
|
|
5033
|
-
Longleftarrow:
|
|
5034
|
-
longleftrightarrow:
|
|
5033
|
+
Longleftarrow: hS,
|
|
5034
|
+
longleftrightarrow: pS,
|
|
5035
5035
|
LongLeftRightArrow: dS,
|
|
5036
5036
|
Longleftrightarrow: gS,
|
|
5037
5037
|
longmapsto: mS,
|
|
@@ -5084,8 +5084,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5084
5084
|
ltlarr: aD,
|
|
5085
5085
|
ltquest: uD,
|
|
5086
5086
|
ltri: fD,
|
|
5087
|
-
ltrie:
|
|
5088
|
-
ltrif:
|
|
5087
|
+
ltrie: hD,
|
|
5088
|
+
ltrif: pD,
|
|
5089
5089
|
ltrPar: dD,
|
|
5090
5090
|
lurdshar: gD,
|
|
5091
5091
|
luruhar: mD,
|
|
@@ -5139,8 +5139,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5139
5139
|
mumap: aT,
|
|
5140
5140
|
nabla: uT,
|
|
5141
5141
|
Nacute: fT,
|
|
5142
|
-
nacute:
|
|
5143
|
-
nang:
|
|
5142
|
+
nacute: hT,
|
|
5143
|
+
nang: pT,
|
|
5144
5144
|
nap: dT,
|
|
5145
5145
|
napE: gT,
|
|
5146
5146
|
napid: mT,
|
|
@@ -5193,8 +5193,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5193
5193
|
ngsim: aR,
|
|
5194
5194
|
nGt: uR,
|
|
5195
5195
|
ngt: fR,
|
|
5196
|
-
ngtr:
|
|
5197
|
-
nGtv:
|
|
5196
|
+
ngtr: hR,
|
|
5197
|
+
nGtv: pR,
|
|
5198
5198
|
nharr: dR,
|
|
5199
5199
|
nhArr: gR,
|
|
5200
5200
|
nhpar: mR,
|
|
@@ -5247,8 +5247,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5247
5247
|
NotGreaterSlantEqual: aq,
|
|
5248
5248
|
NotGreaterTilde: uq,
|
|
5249
5249
|
NotHumpDownHump: fq,
|
|
5250
|
-
NotHumpEqual:
|
|
5251
|
-
notin:
|
|
5250
|
+
NotHumpEqual: hq,
|
|
5251
|
+
notin: pq,
|
|
5252
5252
|
notindot: dq,
|
|
5253
5253
|
notinE: gq,
|
|
5254
5254
|
notinva: mq,
|
|
@@ -5301,8 +5301,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5301
5301
|
npr: aM,
|
|
5302
5302
|
nprcue: uM,
|
|
5303
5303
|
nprec: fM,
|
|
5304
|
-
npreceq:
|
|
5305
|
-
npre:
|
|
5304
|
+
npreceq: hM,
|
|
5305
|
+
npre: pM,
|
|
5306
5306
|
nrarrc: dM,
|
|
5307
5307
|
nrarr: gM,
|
|
5308
5308
|
nrArr: mM,
|
|
@@ -5355,8 +5355,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5355
5355
|
nvap: aN,
|
|
5356
5356
|
nvdash: uN,
|
|
5357
5357
|
nvDash: fN,
|
|
5358
|
-
nVdash:
|
|
5359
|
-
nVDash:
|
|
5358
|
+
nVdash: hN,
|
|
5359
|
+
nVDash: pN,
|
|
5360
5360
|
nvge: dN,
|
|
5361
5361
|
nvgt: gN,
|
|
5362
5362
|
nvHarr: mN,
|
|
@@ -5409,8 +5409,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5409
5409
|
Omega: aI,
|
|
5410
5410
|
omega: uI,
|
|
5411
5411
|
Omicron: fI,
|
|
5412
|
-
omicron:
|
|
5413
|
-
omid:
|
|
5412
|
+
omicron: hI,
|
|
5413
|
+
omid: pI,
|
|
5414
5414
|
ominus: dI,
|
|
5415
5415
|
Oopf: gI,
|
|
5416
5416
|
oopf: mI,
|
|
@@ -5463,8 +5463,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5463
5463
|
permil: aF,
|
|
5464
5464
|
perp: uF,
|
|
5465
5465
|
pertenk: fF,
|
|
5466
|
-
Pfr:
|
|
5467
|
-
pfr:
|
|
5466
|
+
Pfr: hF,
|
|
5467
|
+
pfr: pF,
|
|
5468
5468
|
Phi: dF,
|
|
5469
5469
|
phi: gF,
|
|
5470
5470
|
phiv: mF,
|
|
@@ -5517,8 +5517,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5517
5517
|
primes: aL,
|
|
5518
5518
|
prnap: uL,
|
|
5519
5519
|
prnE: fL,
|
|
5520
|
-
prnsim:
|
|
5521
|
-
prod:
|
|
5520
|
+
prnsim: hL,
|
|
5521
|
+
prod: pL,
|
|
5522
5522
|
Product: dL,
|
|
5523
5523
|
profalar: gL,
|
|
5524
5524
|
profline: mL,
|
|
@@ -5571,8 +5571,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5571
5571
|
rarrhk: aO,
|
|
5572
5572
|
rarrlp: uO,
|
|
5573
5573
|
rarrpl: fO,
|
|
5574
|
-
rarrsim:
|
|
5575
|
-
Rarrtl:
|
|
5574
|
+
rarrsim: hO,
|
|
5575
|
+
Rarrtl: pO,
|
|
5576
5576
|
rarrtl: dO,
|
|
5577
5577
|
rarrw: gO,
|
|
5578
5578
|
ratail: mO,
|
|
@@ -5625,8 +5625,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5625
5625
|
rhov: aP,
|
|
5626
5626
|
RightAngleBracket: uP,
|
|
5627
5627
|
RightArrowBar: fP,
|
|
5628
|
-
rightarrow:
|
|
5629
|
-
RightArrow:
|
|
5628
|
+
rightarrow: hP,
|
|
5629
|
+
RightArrow: pP,
|
|
5630
5630
|
Rightarrow: dP,
|
|
5631
5631
|
RightArrowLeftArrow: gP,
|
|
5632
5632
|
rightarrowtail: mP,
|
|
@@ -5679,8 +5679,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5679
5679
|
Rrightarrow: aB,
|
|
5680
5680
|
rsaquo: uB,
|
|
5681
5681
|
rscr: fB,
|
|
5682
|
-
Rscr:
|
|
5683
|
-
rsh:
|
|
5682
|
+
Rscr: hB,
|
|
5683
|
+
rsh: pB,
|
|
5684
5684
|
Rsh: dB,
|
|
5685
5685
|
rsqb: gB,
|
|
5686
5686
|
rsquo: mB,
|
|
@@ -5733,8 +5733,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5733
5733
|
sfr: a2,
|
|
5734
5734
|
sfrown: u2,
|
|
5735
5735
|
sharp: f2,
|
|
5736
|
-
SHCHcy:
|
|
5737
|
-
shchcy:
|
|
5736
|
+
SHCHcy: h2,
|
|
5737
|
+
shchcy: p2,
|
|
5738
5738
|
SHcy: d2,
|
|
5739
5739
|
shcy: g2,
|
|
5740
5740
|
ShortDownArrow: m2,
|
|
@@ -5787,8 +5787,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5787
5787
|
sqsub: a$,
|
|
5788
5788
|
sqsube: u$,
|
|
5789
5789
|
sqsubset: f$,
|
|
5790
|
-
sqsubseteq:
|
|
5791
|
-
sqsup:
|
|
5790
|
+
sqsubseteq: h$,
|
|
5791
|
+
sqsup: p$,
|
|
5792
5792
|
sqsupe: d$,
|
|
5793
5793
|
sqsupset: g$,
|
|
5794
5794
|
sqsupseteq: m$,
|
|
@@ -5841,8 +5841,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5841
5841
|
succcurlyeq: az,
|
|
5842
5842
|
Succeeds: uz,
|
|
5843
5843
|
SucceedsEqual: fz,
|
|
5844
|
-
SucceedsSlantEqual:
|
|
5845
|
-
SucceedsTilde:
|
|
5844
|
+
SucceedsSlantEqual: hz,
|
|
5845
|
+
SucceedsTilde: pz,
|
|
5846
5846
|
succeq: dz,
|
|
5847
5847
|
succnapprox: gz,
|
|
5848
5848
|
succneqq: mz,
|
|
@@ -5895,8 +5895,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5895
5895
|
tcaron: aU,
|
|
5896
5896
|
Tcedil: uU,
|
|
5897
5897
|
tcedil: fU,
|
|
5898
|
-
Tcy:
|
|
5899
|
-
tcy:
|
|
5898
|
+
Tcy: hU,
|
|
5899
|
+
tcy: pU,
|
|
5900
5900
|
tdot: dU,
|
|
5901
5901
|
telrec: gU,
|
|
5902
5902
|
Tfr: mU,
|
|
@@ -5949,8 +5949,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5949
5949
|
trie: a3,
|
|
5950
5950
|
triminus: u3,
|
|
5951
5951
|
TripleDot: f3,
|
|
5952
|
-
triplus:
|
|
5953
|
-
trisb:
|
|
5952
|
+
triplus: h3,
|
|
5953
|
+
trisb: p3,
|
|
5954
5954
|
tritime: d3,
|
|
5955
5955
|
trpezium: g3,
|
|
5956
5956
|
Tscr: m3,
|
|
@@ -6003,8 +6003,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
6003
6003
|
UnderBracket: aH,
|
|
6004
6004
|
UnderParenthesis: uH,
|
|
6005
6005
|
Union: fH,
|
|
6006
|
-
UnionPlus:
|
|
6007
|
-
Uogon:
|
|
6006
|
+
UnionPlus: hH,
|
|
6007
|
+
Uogon: pH,
|
|
6008
6008
|
uogon: dH,
|
|
6009
6009
|
Uopf: gH,
|
|
6010
6010
|
uopf: mH,
|
|
@@ -6057,8 +6057,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
6057
6057
|
varr: a6,
|
|
6058
6058
|
vArr: u6,
|
|
6059
6059
|
varrho: f6,
|
|
6060
|
-
varsigma:
|
|
6061
|
-
varsubsetneq:
|
|
6060
|
+
varsigma: h6,
|
|
6061
|
+
varsubsetneq: p6,
|
|
6062
6062
|
varsubsetneqq: d6,
|
|
6063
6063
|
varsupsetneq: g6,
|
|
6064
6064
|
varsupsetneqq: m6,
|
|
@@ -6111,8 +6111,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
6111
6111
|
wedbar: a8,
|
|
6112
6112
|
wedge: u8,
|
|
6113
6113
|
Wedge: f8,
|
|
6114
|
-
wedgeq:
|
|
6115
|
-
weierp:
|
|
6114
|
+
wedgeq: h8,
|
|
6115
|
+
weierp: p8,
|
|
6116
6116
|
Wfr: d8,
|
|
6117
6117
|
wfr: g8,
|
|
6118
6118
|
Wopf: m8,
|
|
@@ -6165,8 +6165,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
6165
6165
|
yicy: aj,
|
|
6166
6166
|
Yopf: uj,
|
|
6167
6167
|
yopf: fj,
|
|
6168
|
-
Yscr:
|
|
6169
|
-
yscr:
|
|
6168
|
+
Yscr: hj,
|
|
6169
|
+
yscr: pj,
|
|
6170
6170
|
YUcy: dj,
|
|
6171
6171
|
yucy: gj,
|
|
6172
6172
|
yuml: mj,
|
|
@@ -6311,8 +6311,8 @@ tr.prototype.parse = function(t, e) {
|
|
|
6311
6311
|
var u = -1;
|
|
6312
6312
|
for (n = 0; n < Uo.length; n++)
|
|
6313
6313
|
o = i.indexOf(Uo[n]), o !== -1 && (u === -1 || o < u) && (u = o);
|
|
6314
|
-
var f,
|
|
6315
|
-
for (u === -1 ?
|
|
6314
|
+
var f, h;
|
|
6315
|
+
for (u === -1 ? h = i.lastIndexOf("@") : h = i.lastIndexOf("@", u), h !== -1 && (f = i.slice(0, h), i = i.slice(h + 1), this.auth = f), u = -1, n = 0; n < zo.length; n++)
|
|
6316
6316
|
o = i.indexOf(zo[n]), o !== -1 && (u === -1 || o < u) && (u = o);
|
|
6317
6317
|
u === -1 && (u = i.length), i[u - 1] === ":" && u--;
|
|
6318
6318
|
var d = i.slice(0, u);
|
|
@@ -6406,10 +6406,10 @@ function s4() {
|
|
|
6406
6406
|
}
|
|
6407
6407
|
return String.fromCharCode(D);
|
|
6408
6408
|
}
|
|
6409
|
-
var a = /\\([!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])/g, u = /&([a-z#][a-z0-9]{1,31});/gi, f = new RegExp(a.source + "|" + u.source, "gi"),
|
|
6409
|
+
var a = /\\([!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])/g, u = /&([a-z#][a-z0-9]{1,31});/gi, f = new RegExp(a.source + "|" + u.source, "gi"), h = /^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i, d = Ni;
|
|
6410
6410
|
function k(D, ne) {
|
|
6411
6411
|
var V = 0;
|
|
6412
|
-
return s(d, ne) ? d[ne] : ne.charCodeAt(0) === 35 &&
|
|
6412
|
+
return s(d, ne) ? d[ne] : ne.charCodeAt(0) === 35 && h.test(ne) && (V = ne[1].toLowerCase() === "x" ? parseInt(ne.slice(2), 16) : parseInt(ne.slice(1), 10), i(V)) ? l(V) : D;
|
|
6413
6413
|
}
|
|
6414
6414
|
function b(D) {
|
|
6415
6415
|
return D.indexOf("\\") < 0 ? D : D.replace(a, "$1");
|
|
@@ -6595,10 +6595,10 @@ Ye.code_block = function(t, e, n, r, s) {
|
|
|
6595
6595
|
`;
|
|
6596
6596
|
};
|
|
6597
6597
|
Ye.fence = function(t, e, n, r, s) {
|
|
6598
|
-
var o = t[e], c = o.info ? u4(o.info).trim() : "", i = "", l = "", a, u, f,
|
|
6598
|
+
var o = t[e], c = o.info ? u4(o.info).trim() : "", i = "", l = "", a, u, f, h, d;
|
|
6599
6599
|
return c && (f = c.split(/(\s+)/g), i = f[0], l = f.slice(2).join("")), n.highlight ? a = n.highlight(o.content, i, l) || Rt(o.content) : a = Rt(o.content), a.indexOf("<pre") === 0 ? a + `
|
|
6600
|
-
` : c ? (u = o.attrIndex("class"),
|
|
6601
|
-
attrs:
|
|
6600
|
+
` : c ? (u = o.attrIndex("class"), h = o.attrs ? o.attrs.slice() : [], u < 0 ? h.push(["class", n.langPrefix + i]) : (h[u] = h[u].slice(), h[u][1] += " " + n.langPrefix + i), d = {
|
|
6601
|
+
attrs: h
|
|
6602
6602
|
}, "<pre><code" + s.renderAttrs(d) + ">" + a + `</code></pre>
|
|
6603
6603
|
`) : "<pre><code" + s.renderAttrs(o) + ">" + a + `</code></pre>
|
|
6604
6604
|
`;
|
|
@@ -6754,10 +6754,10 @@ je.prototype.disable = function(t, e) {
|
|
|
6754
6754
|
je.prototype.getRules = function(t) {
|
|
6755
6755
|
return this.__cache__ === null && this.__compile__(), this.__cache__[t] || [];
|
|
6756
6756
|
};
|
|
6757
|
-
var Bs = je,
|
|
6757
|
+
var Bs = je, h4 = /\r\n?|\n/g, p4 = /\0/g, d4 = function(e) {
|
|
6758
6758
|
var n;
|
|
6759
|
-
n = e.src.replace(
|
|
6760
|
-
`), n = n.replace(
|
|
6759
|
+
n = e.src.replace(h4, `
|
|
6760
|
+
`), n = n.replace(p4, "�"), e.src = n;
|
|
6761
6761
|
}, g4 = function(e) {
|
|
6762
6762
|
var n;
|
|
6763
6763
|
e.inlineMode ? (n = new e.Token("inline", "", 0), n.content = e.src, n.map = [0, 1], n.children = [], e.tokens.push(n)) : e.md.block.parse(e.src, e.md, e.env, e.tokens);
|
|
@@ -6773,7 +6773,7 @@ function v4(t) {
|
|
|
6773
6773
|
return /^<\/a\s*>/i.test(t);
|
|
6774
6774
|
}
|
|
6775
6775
|
var x4 = function(e) {
|
|
6776
|
-
var n, r, s, o, c, i, l, a, u, f,
|
|
6776
|
+
var n, r, s, o, c, i, l, a, u, f, h, d, k, b, I, T, C = e.tokens, N;
|
|
6777
6777
|
if (e.md.options.linkify) {
|
|
6778
6778
|
for (r = 0, s = C.length; r < s; r++)
|
|
6779
6779
|
if (!(C[r].type !== "inline" || !e.md.linkify.pretest(C[r].content)))
|
|
@@ -6784,9 +6784,9 @@ var x4 = function(e) {
|
|
|
6784
6784
|
continue;
|
|
6785
6785
|
}
|
|
6786
6786
|
if (i.type === "html_inline" && (b4(i.content) && k > 0 && k--, v4(i.content) && k++), !(k > 0) && i.type === "text" && e.md.linkify.test(i.content)) {
|
|
6787
|
-
for (u = i.content, N = e.md.linkify.match(u), l = [], d = i.level,
|
|
6788
|
-
b = N[a].url, I = e.md.normalizeLink(b), e.md.validateLink(I) && (T = N[a].text, N[a].schema ? N[a].schema === "mailto:" && !/^mailto:/i.test(T) ? T = e.md.normalizeLinkText("mailto:" + T).replace(/^mailto:/, "") : T = e.md.normalizeLinkText(T) : T = e.md.normalizeLinkText("http://" + T).replace(/^http:\/\//, ""), f = N[a].index, f >
|
|
6789
|
-
|
|
6787
|
+
for (u = i.content, N = e.md.linkify.match(u), l = [], d = i.level, h = 0, a = 0; a < N.length; a++)
|
|
6788
|
+
b = N[a].url, I = e.md.normalizeLink(b), e.md.validateLink(I) && (T = N[a].text, N[a].schema ? N[a].schema === "mailto:" && !/^mailto:/i.test(T) ? T = e.md.normalizeLinkText("mailto:" + T).replace(/^mailto:/, "") : T = e.md.normalizeLinkText(T) : T = e.md.normalizeLinkText("http://" + T).replace(/^http:\/\//, ""), f = N[a].index, f > h && (c = new e.Token("text", "", 0), c.content = u.slice(h, f), c.level = d, l.push(c)), c = new e.Token("link_open", "a", 1), c.attrs = [["href", I]], c.level = d++, c.markup = "linkify", c.info = "auto", l.push(c), c = new e.Token("text", "", 0), c.content = T, c.level = d, l.push(c), c = new e.Token("link_close", "a", -1), c.level = --d, c.markup = "linkify", c.info = "auto", l.push(c), h = N[a].lastIndex);
|
|
6789
|
+
h < u.length && (c = new e.Token("text", "", 0), c.content = u.slice(h), c.level = d, l.push(c)), C[r].children = o = _4(o, n, l);
|
|
6790
6790
|
}
|
|
6791
6791
|
}
|
|
6792
6792
|
}
|
|
@@ -6819,7 +6819,7 @@ function Pn(t, e, n) {
|
|
|
6819
6819
|
return t.substr(0, e) + n + t.substr(e + 1);
|
|
6820
6820
|
}
|
|
6821
6821
|
function T4(t, e) {
|
|
6822
|
-
var n, r, s, o, c, i, l, a, u, f,
|
|
6822
|
+
var n, r, s, o, c, i, l, a, u, f, h, d, k, b, I, T, C, N, A, j, q;
|
|
6823
6823
|
for (A = [], n = 0; n < t.length; n++) {
|
|
6824
6824
|
for (r = t[n], l = t[n].level, C = A.length - 1; C >= 0 && !(A[C].level <= l); C--)
|
|
6825
6825
|
;
|
|
@@ -6843,7 +6843,7 @@ function T4(t, e) {
|
|
|
6843
6843
|
f = t[C].content.charCodeAt(0);
|
|
6844
6844
|
break;
|
|
6845
6845
|
}
|
|
6846
|
-
if (
|
|
6846
|
+
if (h = ec(u) || Qo(String.fromCharCode(u)), d = ec(f) || Qo(String.fromCharCode(f)), k = Xo(u), b = Xo(f), b ? I = !1 : d && (k || h || (I = !1)), k ? T = !1 : h && (b || d || (T = !1)), f === 34 && o[0] === '"' && u >= 48 && u <= 57 && (T = I = !1), I && T && (I = h, T = d), !I && !T) {
|
|
6847
6847
|
N && (r.content = Pn(r.content, o.index, nc));
|
|
6848
6848
|
continue;
|
|
6849
6849
|
}
|
|
@@ -6937,7 +6937,7 @@ function rc(t) {
|
|
|
6937
6937
|
return e.push(i + t.substring(c)), e;
|
|
6938
6938
|
}
|
|
6939
6939
|
var F4 = function(e, n, r, s) {
|
|
6940
|
-
var o, c, i, l, a, u, f,
|
|
6940
|
+
var o, c, i, l, a, u, f, h, d, k, b, I, T, C, N, A, j, q;
|
|
6941
6941
|
if (n + 2 > r || (u = n + 1, e.sCount[u] < e.blkIndent) || e.sCount[u] - e.blkIndent >= 4 || (i = e.bMarks[u] + e.tShift[u], i >= e.eMarks[u]) || (j = e.src.charCodeAt(i++), j !== 124 && j !== 45 && j !== 58) || i >= e.eMarks[u] || (q = e.src.charCodeAt(i++), q !== 124 && q !== 45 && q !== 58 && !zr(q)) || j === 45 && zr(q))
|
|
6942
6942
|
return !1;
|
|
6943
6943
|
for (; i < e.eMarks[u]; ) {
|
|
@@ -6955,7 +6955,7 @@ var F4 = function(e, n, r, s) {
|
|
|
6955
6955
|
return !1;
|
|
6956
6956
|
b.charCodeAt(b.length - 1) === 58 ? k.push(b.charCodeAt(0) === 58 ? "center" : "right") : b.charCodeAt(0) === 58 ? k.push("left") : k.push("");
|
|
6957
6957
|
}
|
|
6958
|
-
if (c = Ur(e, n).trim(), c.indexOf("|") === -1 || e.sCount[n] - e.blkIndent >= 4 || (f = rc(c), f.length && f[0] === "" && f.shift(), f.length && f[f.length - 1] === "" && f.pop(),
|
|
6958
|
+
if (c = Ur(e, n).trim(), c.indexOf("|") === -1 || e.sCount[n] - e.blkIndent >= 4 || (f = rc(c), f.length && f[0] === "" && f.shift(), f.length && f[f.length - 1] === "" && f.pop(), h = f.length, h === 0 || h !== k.length))
|
|
6959
6959
|
return !1;
|
|
6960
6960
|
if (s)
|
|
6961
6961
|
return !0;
|
|
@@ -6969,7 +6969,7 @@ var F4 = function(e, n, r, s) {
|
|
|
6969
6969
|
}
|
|
6970
6970
|
if (N || (c = Ur(e, u).trim(), !c) || e.sCount[u] - e.blkIndent >= 4)
|
|
6971
6971
|
break;
|
|
6972
|
-
for (f = rc(c), f.length && f[0] === "" && f.shift(), f.length && f[f.length - 1] === "" && f.pop(), u === n + 2 && (d = e.push("tbody_open", "tbody", 1), d.map = T = [n + 2, 0]), d = e.push("tr_open", "tr", 1), d.map = [u, u + 1], l = 0; l <
|
|
6972
|
+
for (f = rc(c), f.length && f[0] === "" && f.shift(), f.length && f[f.length - 1] === "" && f.pop(), u === n + 2 && (d = e.push("tbody_open", "tbody", 1), d.map = T = [n + 2, 0]), d = e.push("tr_open", "tr", 1), d.map = [u, u + 1], l = 0; l < h; l++)
|
|
6973
6973
|
d = e.push("td_open", "td", 1), k[l] && (d.attrs = [["style", "text-align:" + k[l]]]), d = e.push("inline", "", 0), d.content = f[l] ? f[l].trim() : "", d.children = [], d = e.push("td_close", "td", -1);
|
|
6974
6974
|
d = e.push("tr_close", "tr", -1);
|
|
6975
6975
|
}
|
|
@@ -6992,19 +6992,19 @@ var F4 = function(e, n, r, s) {
|
|
|
6992
6992
|
return e.line = o, c = e.push("code_block", "code", 0), c.content = e.getLines(n, o, 4 + e.blkIndent, !1) + `
|
|
6993
6993
|
`, c.map = [n, e.line], !0;
|
|
6994
6994
|
}, O4 = function(e, n, r, s) {
|
|
6995
|
-
var o, c, i, l, a, u, f,
|
|
6995
|
+
var o, c, i, l, a, u, f, h = !1, d = e.bMarks[n] + e.tShift[n], k = e.eMarks[n];
|
|
6996
6996
|
if (e.sCount[n] - e.blkIndent >= 4 || d + 3 > k || (o = e.src.charCodeAt(d), o !== 126 && o !== 96) || (a = d, d = e.skipChars(d, o), c = d - a, c < 3) || (f = e.src.slice(a, d), i = e.src.slice(d, k), o === 96 && i.indexOf(String.fromCharCode(o)) >= 0))
|
|
6997
6997
|
return !1;
|
|
6998
6998
|
if (s)
|
|
6999
6999
|
return !0;
|
|
7000
7000
|
for (l = n; l++, !(l >= r || (d = a = e.bMarks[l] + e.tShift[l], k = e.eMarks[l], d < k && e.sCount[l] < e.blkIndent)); )
|
|
7001
7001
|
if (e.src.charCodeAt(d) === o && !(e.sCount[l] - e.blkIndent >= 4) && (d = e.skipChars(d, o), !(d - a < c) && (d = e.skipSpaces(d), !(d < k)))) {
|
|
7002
|
-
|
|
7002
|
+
h = !0;
|
|
7003
7003
|
break;
|
|
7004
7004
|
}
|
|
7005
|
-
return c = e.sCount[n], e.line = l + (
|
|
7005
|
+
return c = e.sCount[n], e.line = l + (h ? 1 : 0), u = e.push("fence", "code", 0), u.info = i, u.content = e.getLines(n + 1, l, c, !0), u.markup = f, u.map = [n, e.line], !0;
|
|
7006
7006
|
}, sc = le.isSpace, P4 = function(e, n, r, s) {
|
|
7007
|
-
var o, c, i, l, a, u, f,
|
|
7007
|
+
var o, c, i, l, a, u, f, h, d, k, b, I, T, C, N, A, j, q, W, $, X = e.lineMax, z = e.bMarks[n] + e.tShift[n], J = e.eMarks[n];
|
|
7008
7008
|
if (e.sCount[n] - e.blkIndent >= 4 || e.src.charCodeAt(z++) !== 62)
|
|
7009
7009
|
return !1;
|
|
7010
7010
|
if (s)
|
|
@@ -7013,29 +7013,29 @@ var F4 = function(e, n, r, s) {
|
|
|
7013
7013
|
c === 9 ? d += 4 - (d + e.bsCount[n] + (o ? 1 : 0)) % 4 : d++;
|
|
7014
7014
|
z++;
|
|
7015
7015
|
}
|
|
7016
|
-
for (b = [e.bsCount[n]], e.bsCount[n] = e.sCount[n] + 1 + (A ? 1 : 0), u = z >= J, C = [e.sCount[n]], e.sCount[n] = d - l, N = [e.tShift[n]], e.tShift[n] = z - e.bMarks[n], q = e.md.block.ruler.getRules("blockquote"), T = e.parentType, e.parentType = "blockquote",
|
|
7016
|
+
for (b = [e.bsCount[n]], e.bsCount[n] = e.sCount[n] + 1 + (A ? 1 : 0), u = z >= J, C = [e.sCount[n]], e.sCount[n] = d - l, N = [e.tShift[n]], e.tShift[n] = z - e.bMarks[n], q = e.md.block.ruler.getRules("blockquote"), T = e.parentType, e.parentType = "blockquote", h = n + 1; h < r && ($ = e.sCount[h] < e.blkIndent, z = e.bMarks[h] + e.tShift[h], J = e.eMarks[h], !(z >= J)); h++) {
|
|
7017
7017
|
if (e.src.charCodeAt(z++) === 62 && !$) {
|
|
7018
|
-
for (l = d = e.sCount[
|
|
7019
|
-
c === 9 ? d += 4 - (d + e.bsCount[
|
|
7018
|
+
for (l = d = e.sCount[h] + 1, e.src.charCodeAt(z) === 32 ? (z++, l++, d++, o = !1, A = !0) : e.src.charCodeAt(z) === 9 ? (A = !0, (e.bsCount[h] + d) % 4 === 3 ? (z++, l++, d++, o = !1) : o = !0) : A = !1, k.push(e.bMarks[h]), e.bMarks[h] = z; z < J && (c = e.src.charCodeAt(z), sc(c)); ) {
|
|
7019
|
+
c === 9 ? d += 4 - (d + e.bsCount[h] + (o ? 1 : 0)) % 4 : d++;
|
|
7020
7020
|
z++;
|
|
7021
7021
|
}
|
|
7022
|
-
u = z >= J, b.push(e.bsCount[
|
|
7022
|
+
u = z >= J, b.push(e.bsCount[h]), e.bsCount[h] = e.sCount[h] + 1 + (A ? 1 : 0), C.push(e.sCount[h]), e.sCount[h] = d - l, N.push(e.tShift[h]), e.tShift[h] = z - e.bMarks[h];
|
|
7023
7023
|
continue;
|
|
7024
7024
|
}
|
|
7025
7025
|
if (u)
|
|
7026
7026
|
break;
|
|
7027
7027
|
for (j = !1, i = 0, a = q.length; i < a; i++)
|
|
7028
|
-
if (q[i](e,
|
|
7028
|
+
if (q[i](e, h, r, !0)) {
|
|
7029
7029
|
j = !0;
|
|
7030
7030
|
break;
|
|
7031
7031
|
}
|
|
7032
7032
|
if (j) {
|
|
7033
|
-
e.lineMax =
|
|
7033
|
+
e.lineMax = h, e.blkIndent !== 0 && (k.push(e.bMarks[h]), b.push(e.bsCount[h]), N.push(e.tShift[h]), C.push(e.sCount[h]), e.sCount[h] -= e.blkIndent);
|
|
7034
7034
|
break;
|
|
7035
7035
|
}
|
|
7036
|
-
k.push(e.bMarks[
|
|
7036
|
+
k.push(e.bMarks[h]), b.push(e.bsCount[h]), N.push(e.tShift[h]), C.push(e.sCount[h]), e.sCount[h] = -1;
|
|
7037
7037
|
}
|
|
7038
|
-
for (I = e.blkIndent, e.blkIndent = 0, W = e.push("blockquote_open", "blockquote", 1), W.markup = ">", W.map = f = [n, 0], e.md.block.tokenize(e, n,
|
|
7038
|
+
for (I = e.blkIndent, e.blkIndent = 0, W = e.push("blockquote_open", "blockquote", 1), W.markup = ">", W.map = f = [n, 0], e.md.block.tokenize(e, n, h), W = e.push("blockquote_close", "blockquote", -1), W.markup = ">", e.lineMax = X, e.parentType = T, f[1] = e.line, i = 0; i < N.length; i++)
|
|
7039
7039
|
e.bMarks[i + n] = k[i], e.tShift[i + n] = N[i], e.sCount[i + n] = C[i], e.bsCount[i + n] = b[i];
|
|
7040
7040
|
return e.blkIndent = I, !0;
|
|
7041
7041
|
}, B4 = le.isSpace, $4 = function(e, n, r, s) {
|
|
@@ -7077,7 +7077,7 @@ function z4(t, e) {
|
|
|
7077
7077
|
t.tokens[n].level === s && t.tokens[n].type === "paragraph_open" && (t.tokens[n + 2].hidden = !0, t.tokens[n].hidden = !0, n += 2);
|
|
7078
7078
|
}
|
|
7079
7079
|
var U4 = function(e, n, r, s) {
|
|
7080
|
-
var o, c, i, l, a, u, f,
|
|
7080
|
+
var o, c, i, l, a, u, f, h, d, k, b, I, T, C, N, A, j, q, W, $, X, z, J, B, re, D, ne, V, v = !1, S = !0;
|
|
7081
7081
|
if (e.sCount[n] - e.blkIndent >= 4 || e.listIndent >= 0 && e.sCount[n] - e.listIndent >= 4 && e.sCount[n] < e.blkIndent)
|
|
7082
7082
|
return !1;
|
|
7083
7083
|
if (s && e.parentType === "paragraph" && e.sCount[n] >= e.blkIndent && (v = !0), (J = cc(e, n)) >= 0) {
|
|
@@ -7101,7 +7101,7 @@ var U4 = function(e, n, r, s) {
|
|
|
7101
7101
|
break;
|
|
7102
7102
|
z++;
|
|
7103
7103
|
}
|
|
7104
|
-
if (c = z, c >= C ? a = 1 : a = A - u, a > 4 && (a = 1), l = u + a, V = e.push("list_item_open", "li", 1), V.markup = String.fromCharCode(I), V.map =
|
|
7104
|
+
if (c = z, c >= C ? a = 1 : a = A - u, a > 4 && (a = 1), l = u + a, V = e.push("list_item_open", "li", 1), V.markup = String.fromCharCode(I), V.map = h = [n, 0], f && (V.info = e.src.slice(re, J - 1)), X = e.tight, $ = e.tShift[n], W = e.sCount[n], j = e.listIndent, e.listIndent = e.blkIndent, e.blkIndent = l, e.tight = !0, e.tShift[n] = c - e.bMarks[n], e.sCount[n] = A, c >= C && e.isEmpty(n + 1) ? e.line = Math.min(e.line + 2, r) : e.md.block.tokenize(e, n, r, !0), (!e.tight || B) && (S = !1), B = e.line - n > 1 && e.isEmpty(e.line - 1), e.blkIndent = e.listIndent, e.listIndent = j, e.tShift[n] = $, e.sCount[n] = W, e.tight = X, V = e.push("list_item_close", "li", -1), V.markup = String.fromCharCode(I), N = n = e.line, h[1] = N, c = e.bMarks[n], N >= r || e.sCount[N] < e.blkIndent || e.sCount[n] - e.blkIndent >= 4)
|
|
7105
7105
|
break;
|
|
7106
7106
|
for (D = !1, i = 0, d = ne.length; i < d; i++)
|
|
7107
7107
|
if (ne[i](e, N, r, !0)) {
|
|
@@ -7121,7 +7121,7 @@ var U4 = function(e, n, r, s) {
|
|
|
7121
7121
|
}
|
|
7122
7122
|
return f ? V = e.push("ordered_list_close", "ol", -1) : V = e.push("bullet_list_close", "ul", -1), V.markup = String.fromCharCode(I), k[1] = N, e.line = N, e.parentType = q, S && z4(e, b), !0;
|
|
7123
7123
|
}, H4 = le.normalizeReference, Bn = le.isSpace, j4 = function(e, n, r, s) {
|
|
7124
|
-
var o, c, i, l, a, u, f,
|
|
7124
|
+
var o, c, i, l, a, u, f, h, d, k, b, I, T, C, N, A, j = 0, q = e.bMarks[n] + e.tShift[n], W = e.eMarks[n], $ = n + 1;
|
|
7125
7125
|
if (e.sCount[n] - e.blkIndent >= 4 || e.src.charCodeAt(q) !== 91)
|
|
7126
7126
|
return !1;
|
|
7127
7127
|
for (; ++q < W; )
|
|
@@ -7168,7 +7168,7 @@ var U4 = function(e, n, r, s) {
|
|
|
7168
7168
|
if (q < W && T.charCodeAt(q) !== 10 && A)
|
|
7169
7169
|
for (A = "", q = c, j = i; q < W && (o = T.charCodeAt(q), !!Bn(o)); )
|
|
7170
7170
|
q++;
|
|
7171
|
-
return q < W && T.charCodeAt(q) !== 10 || (
|
|
7171
|
+
return q < W && T.charCodeAt(q) !== 10 || (h = H4(T.slice(1, d)), !h) ? !1 : (s || (typeof e.env.references > "u" && (e.env.references = {}), typeof e.env.references[h] > "u" && (e.env.references[h] = { title: A, href: a }), e.parentType = k, e.line = n + j + 1), !0);
|
|
7172
7172
|
}, V4 = [
|
|
7173
7173
|
"address",
|
|
7174
7174
|
"article",
|
|
@@ -7269,13 +7269,13 @@ var sV = V4, oV = xr.HTML_OPEN_CLOSE_TAG_RE, Ft = [
|
|
|
7269
7269
|
c++, o = e.src.charCodeAt(++a);
|
|
7270
7270
|
return c > 6 || a < u && !ic(o) ? !1 : (s || (u = e.skipSpacesBack(u, a), i = e.skipCharsBack(u, 35, a), i > a && ic(e.src.charCodeAt(i - 1)) && (u = i), e.line = n + 1, l = e.push("heading_open", "h" + String(c), 1), l.markup = "########".slice(0, c), l.map = [n, e.line], l = e.push("inline", "", 0), l.content = e.src.slice(a, u).trim(), l.map = [n, e.line], l.children = [], l = e.push("heading_close", "h" + String(c), -1), l.markup = "########".slice(0, c)), !0);
|
|
7271
7271
|
}, lV = function(e, n, r) {
|
|
7272
|
-
var s, o, c, i, l, a, u, f,
|
|
7272
|
+
var s, o, c, i, l, a, u, f, h, d = n + 1, k, b = e.md.block.ruler.getRules("paragraph");
|
|
7273
7273
|
if (e.sCount[n] - e.blkIndent >= 4)
|
|
7274
7274
|
return !1;
|
|
7275
7275
|
for (k = e.parentType, e.parentType = "paragraph"; d < r && !e.isEmpty(d); d++)
|
|
7276
7276
|
if (!(e.sCount[d] - e.blkIndent > 3)) {
|
|
7277
|
-
if (e.sCount[d] >= e.blkIndent && (a = e.bMarks[d] + e.tShift[d], u = e.eMarks[d], a < u && (
|
|
7278
|
-
f =
|
|
7277
|
+
if (e.sCount[d] >= e.blkIndent && (a = e.bMarks[d] + e.tShift[d], u = e.eMarks[d], a < u && (h = e.src.charCodeAt(a), (h === 45 || h === 61) && (a = e.skipChars(a, h), a = e.skipSpaces(a), a >= u)))) {
|
|
7278
|
+
f = h === 61 ? 1 : 2;
|
|
7279
7279
|
break;
|
|
7280
7280
|
}
|
|
7281
7281
|
if (!(e.sCount[d] < 0)) {
|
|
@@ -7288,7 +7288,7 @@ var sV = V4, oV = xr.HTML_OPEN_CLOSE_TAG_RE, Ft = [
|
|
|
7288
7288
|
break;
|
|
7289
7289
|
}
|
|
7290
7290
|
}
|
|
7291
|
-
return f ? (s = e.getLines(n, d, e.blkIndent, !1).trim(), e.line = d + 1, l = e.push("heading_open", "h" + String(f), 1), l.markup = String.fromCharCode(
|
|
7291
|
+
return f ? (s = e.getLines(n, d, e.blkIndent, !1).trim(), e.line = d + 1, l = e.push("heading_open", "h" + String(f), 1), l.markup = String.fromCharCode(h), l.map = [n, e.line], l = e.push("inline", "", 0), l.content = s, l.map = [n, e.line - 1], l.children = [], l = e.push("heading_close", "h" + String(f), -1), l.markup = String.fromCharCode(h), e.parentType = k, !0) : !1;
|
|
7292
7292
|
}, aV = function(e, n) {
|
|
7293
7293
|
var r, s, o, c, i, l, a = n + 1, u = e.md.block.ruler.getRules("paragraph"), f = e.lineMax;
|
|
7294
7294
|
for (l = e.parentType, e.parentType = "paragraph"; a < f && !e.isEmpty(a); a++)
|
|
@@ -7355,14 +7355,14 @@ Xe.prototype.skipCharsBack = function(e, n, r) {
|
|
|
7355
7355
|
return e;
|
|
7356
7356
|
};
|
|
7357
7357
|
Xe.prototype.getLines = function(e, n, r, s) {
|
|
7358
|
-
var o, c, i, l, a, u, f,
|
|
7358
|
+
var o, c, i, l, a, u, f, h = e;
|
|
7359
7359
|
if (e >= n)
|
|
7360
7360
|
return "";
|
|
7361
|
-
for (u = new Array(n - e), o = 0;
|
|
7362
|
-
for (c = 0, f = l = this.bMarks[
|
|
7361
|
+
for (u = new Array(n - e), o = 0; h < n; h++, o++) {
|
|
7362
|
+
for (c = 0, f = l = this.bMarks[h], h + 1 < n || s ? a = this.eMarks[h] + 1 : a = this.eMarks[h]; l < a && c < r; ) {
|
|
7363
7363
|
if (i = this.src.charCodeAt(l), yr(i))
|
|
7364
|
-
i === 9 ? c += 4 - (c + this.bsCount[
|
|
7365
|
-
else if (l - f < this.tShift[
|
|
7364
|
+
i === 9 ? c += 4 - (c + this.bsCount[h]) % 4 : c++;
|
|
7365
|
+
else if (l - f < this.tShift[h])
|
|
7366
7366
|
c++;
|
|
7367
7367
|
else
|
|
7368
7368
|
break;
|
|
@@ -7409,8 +7409,8 @@ kr.prototype.parse = function(t, e, n, r) {
|
|
|
7409
7409
|
t && (s = new this.State(t, e, n, r), this.tokenize(s, s.line, s.lineMax));
|
|
7410
7410
|
};
|
|
7411
7411
|
kr.prototype.State = uV;
|
|
7412
|
-
var
|
|
7413
|
-
function
|
|
7412
|
+
var hV = kr;
|
|
7413
|
+
function pV(t) {
|
|
7414
7414
|
switch (t) {
|
|
7415
7415
|
case 10:
|
|
7416
7416
|
case 33:
|
|
@@ -7441,7 +7441,7 @@ function hV(t) {
|
|
|
7441
7441
|
}
|
|
7442
7442
|
}
|
|
7443
7443
|
var dV = function(e, n) {
|
|
7444
|
-
for (var r = e.pos; r < e.posMax && !
|
|
7444
|
+
for (var r = e.pos; r < e.posMax && !pV(e.src.charCodeAt(r)); )
|
|
7445
7445
|
r++;
|
|
7446
7446
|
return r === e.pos ? !1 : (n || (e.pending += e.src.slice(e.pos, r)), e.pos = r, !0);
|
|
7447
7447
|
}, gV = le.isSpace, mV = function(e, n) {
|
|
@@ -7482,8 +7482,8 @@ var bV = function(e, n) {
|
|
|
7482
7482
|
}
|
|
7483
7483
|
return n || (e.pending += "\\"), e.pos++, !0;
|
|
7484
7484
|
}, vV = function(e, n) {
|
|
7485
|
-
var r, s, o, c, i, l, a, u, f = e.pos,
|
|
7486
|
-
if (
|
|
7485
|
+
var r, s, o, c, i, l, a, u, f = e.pos, h = e.src.charCodeAt(f);
|
|
7486
|
+
if (h !== 96)
|
|
7487
7487
|
return !1;
|
|
7488
7488
|
for (r = f, f++, s = e.posMax; f < s && e.src.charCodeAt(f) === 96; )
|
|
7489
7489
|
f++;
|
|
@@ -7570,7 +7570,7 @@ wr.postProcess = function(e) {
|
|
|
7570
7570
|
r[n] && r[n].delimiters && uc(e, r[n].delimiters);
|
|
7571
7571
|
};
|
|
7572
7572
|
var xV = le.normalizeReference, Hr = le.isSpace, yV = function(e, n) {
|
|
7573
|
-
var r, s, o, c, i, l, a, u, f,
|
|
7573
|
+
var r, s, o, c, i, l, a, u, f, h = "", d = "", k = e.pos, b = e.posMax, I = e.pos, T = !0;
|
|
7574
7574
|
if (e.src.charCodeAt(e.pos) !== 91 || (i = e.pos + 1, c = e.md.helpers.parseLinkLabel(e, e.pos, !0), c < 0))
|
|
7575
7575
|
return !1;
|
|
7576
7576
|
if (l = c + 1, l < b && e.src.charCodeAt(l) === 40) {
|
|
@@ -7579,7 +7579,7 @@ var xV = le.normalizeReference, Hr = le.isSpace, yV = function(e, n) {
|
|
|
7579
7579
|
if (l >= b)
|
|
7580
7580
|
return !1;
|
|
7581
7581
|
if (I = l, a = e.md.helpers.parseLinkDestination(e.src, l, e.posMax), a.ok) {
|
|
7582
|
-
for (
|
|
7582
|
+
for (h = e.md.normalizeLink(a.str), e.md.validateLink(h) ? l = a.pos : h = "", I = l; l < b && (s = e.src.charCodeAt(l), !(!Hr(s) && s !== 10)); l++)
|
|
7583
7583
|
;
|
|
7584
7584
|
if (a = e.md.helpers.parseLinkTitle(e.src, l, e.posMax), l < b && I !== l && a.ok)
|
|
7585
7585
|
for (d = a.str, l = a.pos; l < b && (s = e.src.charCodeAt(l), !(!Hr(s) && s !== 10)); l++)
|
|
@@ -7592,11 +7592,11 @@ var xV = le.normalizeReference, Hr = le.isSpace, yV = function(e, n) {
|
|
|
7592
7592
|
return !1;
|
|
7593
7593
|
if (l < b && e.src.charCodeAt(l) === 91 ? (I = l + 1, l = e.md.helpers.parseLinkLabel(e, l), l >= 0 ? o = e.src.slice(I, l++) : l = c + 1) : l = c + 1, o || (o = e.src.slice(i, c)), u = e.env.references[xV(o)], !u)
|
|
7594
7594
|
return e.pos = k, !1;
|
|
7595
|
-
|
|
7595
|
+
h = u.href, d = u.title;
|
|
7596
7596
|
}
|
|
7597
|
-
return n || (e.pos = i, e.posMax = c, f = e.push("link_open", "a", 1), f.attrs = r = [["href",
|
|
7597
|
+
return n || (e.pos = i, e.posMax = c, f = e.push("link_open", "a", 1), f.attrs = r = [["href", h]], d && r.push(["title", d]), e.md.inline.tokenize(e), f = e.push("link_close", "a", -1)), e.pos = l, e.posMax = b, !0;
|
|
7598
7598
|
}, kV = le.normalizeReference, jr = le.isSpace, EV = function(e, n) {
|
|
7599
|
-
var r, s, o, c, i, l, a, u, f,
|
|
7599
|
+
var r, s, o, c, i, l, a, u, f, h, d, k, b, I = "", T = e.pos, C = e.posMax;
|
|
7600
7600
|
if (e.src.charCodeAt(e.pos) !== 33 || e.src.charCodeAt(e.pos + 1) !== 91 || (l = e.pos + 2, i = e.md.helpers.parseLinkLabel(e, e.pos + 1, !1), i < 0))
|
|
7601
7601
|
return !1;
|
|
7602
7602
|
if (a = i + 1, a < C && e.src.charCodeAt(a) === 40) {
|
|
@@ -7607,10 +7607,10 @@ var xV = le.normalizeReference, Hr = le.isSpace, yV = function(e, n) {
|
|
|
7607
7607
|
for (b = a, f = e.md.helpers.parseLinkDestination(e.src, a, e.posMax), f.ok && (I = e.md.normalizeLink(f.str), e.md.validateLink(I) ? a = f.pos : I = ""), b = a; a < C && (s = e.src.charCodeAt(a), !(!jr(s) && s !== 10)); a++)
|
|
7608
7608
|
;
|
|
7609
7609
|
if (f = e.md.helpers.parseLinkTitle(e.src, a, e.posMax), a < C && b !== a && f.ok)
|
|
7610
|
-
for (
|
|
7610
|
+
for (h = f.str, a = f.pos; a < C && (s = e.src.charCodeAt(a), !(!jr(s) && s !== 10)); a++)
|
|
7611
7611
|
;
|
|
7612
7612
|
else
|
|
7613
|
-
|
|
7613
|
+
h = "";
|
|
7614
7614
|
if (a >= C || e.src.charCodeAt(a) !== 41)
|
|
7615
7615
|
return e.pos = T, !1;
|
|
7616
7616
|
a++;
|
|
@@ -7619,14 +7619,14 @@ var xV = le.normalizeReference, Hr = le.isSpace, yV = function(e, n) {
|
|
|
7619
7619
|
return !1;
|
|
7620
7620
|
if (a < C && e.src.charCodeAt(a) === 91 ? (b = a + 1, a = e.md.helpers.parseLinkLabel(e, a), a >= 0 ? c = e.src.slice(b, a++) : a = i + 1) : a = i + 1, c || (c = e.src.slice(l, i)), u = e.env.references[kV(c)], !u)
|
|
7621
7621
|
return e.pos = T, !1;
|
|
7622
|
-
I = u.href,
|
|
7622
|
+
I = u.href, h = u.title;
|
|
7623
7623
|
}
|
|
7624
7624
|
return n || (o = e.src.slice(l, i), e.md.inline.parse(
|
|
7625
7625
|
o,
|
|
7626
7626
|
e.md,
|
|
7627
7627
|
e.env,
|
|
7628
7628
|
k = []
|
|
7629
|
-
), d = e.push("image", "img", 0), d.attrs = r = [["src", I], ["alt", ""]], d.children = k, d.content = o,
|
|
7629
|
+
), d = e.push("image", "img", 0), d.attrs = r = [["src", I], ["alt", ""]], d.children = k, d.content = o, h && r.push(["title", h])), e.pos = a, e.posMax = C, !0;
|
|
7630
7630
|
}, wV = /^([a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/, CV = /^([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)$/, AV = function(e, n) {
|
|
7631
7631
|
var r, s, o, c, i, l, a = e.pos;
|
|
7632
7632
|
if (e.src.charCodeAt(a) !== 60)
|
|
@@ -7646,26 +7646,26 @@ function DV(t) {
|
|
|
7646
7646
|
var TV = function(e, n) {
|
|
7647
7647
|
var r, s, o, c, i = e.pos;
|
|
7648
7648
|
return !e.md.options.html || (o = e.posMax, e.src.charCodeAt(i) !== 60 || i + 2 >= o) || (r = e.src.charCodeAt(i + 1), r !== 33 && r !== 63 && r !== 47 && !DV(r)) || (s = e.src.slice(i).match(SV), !s) ? !1 : (n || (c = e.push("html_inline", "", 0), c.content = e.src.slice(i, i + s[0].length)), e.pos += s[0].length, !0);
|
|
7649
|
-
}, fc = Ni, RV = le.has, qV = le.isValidEntityCode,
|
|
7649
|
+
}, fc = Ni, RV = le.has, qV = le.isValidEntityCode, hc = le.fromCodePoint, MV = /^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i, NV = /^&([a-z][a-z0-9]{1,31});/i, IV = function(e, n) {
|
|
7650
7650
|
var r, s, o, c = e.pos, i = e.posMax;
|
|
7651
7651
|
if (e.src.charCodeAt(c) !== 38)
|
|
7652
7652
|
return !1;
|
|
7653
7653
|
if (c + 1 < i) {
|
|
7654
7654
|
if (r = e.src.charCodeAt(c + 1), r === 35) {
|
|
7655
7655
|
if (o = e.src.slice(c).match(MV), o)
|
|
7656
|
-
return n || (s = o[1][0].toLowerCase() === "x" ? parseInt(o[1].slice(1), 16) : parseInt(o[1], 10), e.pending += qV(s) ?
|
|
7656
|
+
return n || (s = o[1][0].toLowerCase() === "x" ? parseInt(o[1].slice(1), 16) : parseInt(o[1], 10), e.pending += qV(s) ? hc(s) : hc(65533)), e.pos += o[0].length, !0;
|
|
7657
7657
|
} else if (o = e.src.slice(c).match(NV), o && RV(fc, o[1]))
|
|
7658
7658
|
return n || (e.pending += fc[o[1]]), e.pos += o[0].length, !0;
|
|
7659
7659
|
}
|
|
7660
7660
|
return n || (e.pending += "&"), e.pos++, !0;
|
|
7661
7661
|
};
|
|
7662
|
-
function
|
|
7662
|
+
function pc(t, e) {
|
|
7663
7663
|
var n, r, s, o, c, i, l, a, u = {}, f = e.length;
|
|
7664
7664
|
if (f) {
|
|
7665
|
-
var
|
|
7665
|
+
var h = 0, d = -2, k = [];
|
|
7666
7666
|
for (n = 0; n < f; n++)
|
|
7667
|
-
if (s = e[n], k.push(0), (e[
|
|
7668
|
-
for (u.hasOwnProperty(s.marker) || (u[s.marker] = [-1, -1, -1, -1, -1, -1]), c = u[s.marker][(s.open ? 3 : 0) + s.length % 3], r =
|
|
7667
|
+
if (s = e[n], k.push(0), (e[h].marker !== s.marker || d !== s.token - 1) && (h = n), d = s.token, s.length = s.length || 0, !!s.close) {
|
|
7668
|
+
for (u.hasOwnProperty(s.marker) || (u[s.marker] = [-1, -1, -1, -1, -1, -1]), c = u[s.marker][(s.open ? 3 : 0) + s.length % 3], r = h - k[h] - 1, i = r; r > c; r -= k[r] + 1)
|
|
7669
7669
|
if (o = e[r], o.marker === s.marker && o.open && o.end < 0 && (l = !1, (o.close || s.open) && (o.length + s.length) % 3 === 0 && (o.length % 3 !== 0 || s.length % 3 !== 0) && (l = !0), !l)) {
|
|
7670
7670
|
a = r > 0 && !e[r - 1].open ? k[r - 1] + 1 : 0, k[n] = n - r + a, k[r] = a, s.open = !1, o.end = n, o.close = !1, i = -1, d = -2;
|
|
7671
7671
|
break;
|
|
@@ -7676,8 +7676,8 @@ function hc(t, e) {
|
|
|
7676
7676
|
}
|
|
7677
7677
|
var FV = function(e) {
|
|
7678
7678
|
var n, r = e.tokens_meta, s = e.tokens_meta.length;
|
|
7679
|
-
for (
|
|
7680
|
-
r[n] && r[n].delimiters &&
|
|
7679
|
+
for (pc(e, e.delimiters), n = 0; n < s; n++)
|
|
7680
|
+
r[n] && r[n].delimiters && pc(e, r[n].delimiters);
|
|
7681
7681
|
}, LV = function(e) {
|
|
7682
7682
|
var n, r, s = 0, o = e.tokens, c = e.tokens.length;
|
|
7683
7683
|
for (n = r = 0; n < c; n++)
|
|
@@ -7697,10 +7697,10 @@ Tn.prototype.push = function(t, e, n) {
|
|
|
7697
7697
|
return n < 0 && (this.level--, this.delimiters = this._prev_delimiters.pop()), r.level = this.level, n > 0 && (this.level++, this._prev_delimiters.push(this.delimiters), this.delimiters = [], s = { delimiters: this.delimiters }), this.pendingLevel = this.level, this.tokens.push(r), this.tokens_meta.push(s), r;
|
|
7698
7698
|
};
|
|
7699
7699
|
Tn.prototype.scanDelims = function(t, e) {
|
|
7700
|
-
var n = t, r, s, o, c, i, l, a, u, f,
|
|
7700
|
+
var n = t, r, s, o, c, i, l, a, u, f, h = !0, d = !0, k = this.posMax, b = this.src.charCodeAt(t);
|
|
7701
7701
|
for (r = t > 0 ? this.src.charCodeAt(t - 1) : 32; n < k && this.src.charCodeAt(n) === b; )
|
|
7702
7702
|
n++;
|
|
7703
|
-
return o = n - t, s = n < k ? this.src.charCodeAt(n) : 32, a = mc(r) || gc(String.fromCharCode(r)), f = mc(s) || gc(String.fromCharCode(s)), l = dc(r), u = dc(s), u ?
|
|
7703
|
+
return o = n - t, s = n < k ? this.src.charCodeAt(n) : 32, a = mc(r) || gc(String.fromCharCode(r)), f = mc(s) || gc(String.fromCharCode(s)), l = dc(r), u = dc(s), u ? h = !1 : f && (l || a || (h = !1)), l ? d = !1 : a && (u || f || (d = !1)), e ? (c = h, i = d) : (c = h && (!d || a), i = d && (!h || f)), {
|
|
7704
7704
|
can_open: c,
|
|
7705
7705
|
can_close: i,
|
|
7706
7706
|
length: o
|
|
@@ -7779,7 +7779,7 @@ function BV() {
|
|
|
7779
7779
|
"(^|(?![.:/\\-_@])(?:[$+<=>^`||]|" + e.src_ZPCc + "))((?![$+<=>^`||])" + e.tpl_host_port_no_ip_fuzzy_strict + e.src_path + ")", e;
|
|
7780
7780
|
}), Zr;
|
|
7781
7781
|
}
|
|
7782
|
-
function
|
|
7782
|
+
function hs(t) {
|
|
7783
7783
|
var e = Array.prototype.slice.call(arguments, 1);
|
|
7784
7784
|
return e.forEach(function(n) {
|
|
7785
7785
|
n && Object.keys(n).forEach(function(r) {
|
|
@@ -7910,13 +7910,13 @@ function yc(t, e) {
|
|
|
7910
7910
|
function Oe(t, e) {
|
|
7911
7911
|
if (!(this instanceof Oe))
|
|
7912
7912
|
return new Oe(t, e);
|
|
7913
|
-
e || jV(t) && (e = t, t = {}), this.__opts__ =
|
|
7913
|
+
e || jV(t) && (e = t, t = {}), this.__opts__ = hs({}, Hi, e), this.__index__ = -1, this.__last_index__ = -1, this.__schema__ = "", this.__text_cache__ = "", this.__schemas__ = hs({}, VV, t), this.__compiled__ = {}, this.__tlds__ = ZV, this.__tlds_replaced__ = !1, this.re = {}, nr(this);
|
|
7914
7914
|
}
|
|
7915
7915
|
Oe.prototype.add = function(e, n) {
|
|
7916
7916
|
return this.__schemas__[e] = n, nr(this), this;
|
|
7917
7917
|
};
|
|
7918
7918
|
Oe.prototype.set = function(e) {
|
|
7919
|
-
return this.__opts__ =
|
|
7919
|
+
return this.__opts__ = hs(this.__opts__, e), this;
|
|
7920
7920
|
};
|
|
7921
7921
|
Oe.prototype.test = function(e) {
|
|
7922
7922
|
if (this.__text_cache__ = e, this.__index__ = -1, !e.length)
|
|
@@ -8010,10 +8010,10 @@ const Ki = (t) => String.fromCodePoint(...t), o5 = function(t) {
|
|
|
8010
8010
|
let l = r;
|
|
8011
8011
|
for (let u = 1, f = We; ; f += We) {
|
|
8012
8012
|
i >= n && Et("invalid-input");
|
|
8013
|
-
const
|
|
8014
|
-
(
|
|
8013
|
+
const h = o5(t.charCodeAt(i++));
|
|
8014
|
+
(h >= We || h > Je((jt - r) / u)) && Et("overflow"), r += h * u;
|
|
8015
8015
|
const d = f <= o ? js : f >= o + wn ? wn : f - o;
|
|
8016
|
-
if (
|
|
8016
|
+
if (h < d)
|
|
8017
8017
|
break;
|
|
8018
8018
|
const k = We - d;
|
|
8019
8019
|
u > Je(jt / k) && Et("overflow"), u *= k;
|
|
@@ -8038,8 +8038,8 @@ const Ki = (t) => String.fromCodePoint(...t), o5 = function(t) {
|
|
|
8038
8038
|
for (const u of t)
|
|
8039
8039
|
if (u < r && ++s > jt && Et("overflow"), u === r) {
|
|
8040
8040
|
let f = s;
|
|
8041
|
-
for (let
|
|
8042
|
-
const d =
|
|
8041
|
+
for (let h = We; ; h += We) {
|
|
8042
|
+
const d = h <= o ? js : h >= o + wn ? wn : h - o;
|
|
8043
8043
|
if (f < d)
|
|
8044
8044
|
break;
|
|
8045
8045
|
const k = f - d, b = We - d;
|
|
@@ -8255,7 +8255,7 @@ var a5 = {
|
|
|
8255
8255
|
]
|
|
8256
8256
|
}
|
|
8257
8257
|
}
|
|
8258
|
-
}, _n = le,
|
|
8258
|
+
}, _n = le, h5 = vr, p5 = f4, d5 = I4, g5 = hV, m5 = PV, _5 = YV, Ct = Qt, Xi = l5, b5 = {
|
|
8259
8259
|
default: a5,
|
|
8260
8260
|
zero: u5,
|
|
8261
8261
|
commonmark: f5
|
|
@@ -8286,7 +8286,7 @@ function E5(t) {
|
|
|
8286
8286
|
function Pe(t, e) {
|
|
8287
8287
|
if (!(this instanceof Pe))
|
|
8288
8288
|
return new Pe(t, e);
|
|
8289
|
-
e || _n.isString(t) || (e = t || {}, t = "default"), this.inline = new m5(), this.block = new g5(), this.core = new d5(), this.renderer = new
|
|
8289
|
+
e || _n.isString(t) || (e = t || {}, t = "default"), this.inline = new m5(), this.block = new g5(), this.core = new d5(), this.renderer = new p5(), this.linkify = new _5(), this.validateLink = y5, this.normalizeLink = k5, this.normalizeLinkText = E5, this.utils = _n, this.helpers = _n.assign({}, h5), this.options = {}, this.configure(t), e && this.set(e);
|
|
8290
8290
|
}
|
|
8291
8291
|
Pe.prototype.set = function(t) {
|
|
8292
8292
|
return _n.assign(this.options, t), this;
|
|
@@ -8882,7 +8882,7 @@ function al(t, e, { key: n }) {
|
|
|
8882
8882
|
c[i + r] = s[i], o[i + r] = !0, r += rl(e[i - 1]);
|
|
8883
8883
|
t[n] = c, t[n]._emit = o, t[n]._multi = !0;
|
|
8884
8884
|
}
|
|
8885
|
-
function
|
|
8885
|
+
function h9(t) {
|
|
8886
8886
|
if (Array.isArray(t.begin)) {
|
|
8887
8887
|
if (t.skip || t.excludeBegin || t.returnBegin)
|
|
8888
8888
|
throw Dt("skip, excludeBegin, returnBegin not compatible with beginScope: {}"), rr;
|
|
@@ -8891,7 +8891,7 @@ function p9(t) {
|
|
|
8891
8891
|
al(t, t.begin, { key: "beginScope" }), t.begin = Js(t.begin, { joinWith: "" });
|
|
8892
8892
|
}
|
|
8893
8893
|
}
|
|
8894
|
-
function
|
|
8894
|
+
function p9(t) {
|
|
8895
8895
|
if (Array.isArray(t.end)) {
|
|
8896
8896
|
if (t.skip || t.excludeEnd || t.returnEnd)
|
|
8897
8897
|
throw Dt("skip, excludeEnd, returnEnd not compatible with endScope: {}"), rr;
|
|
@@ -8904,7 +8904,7 @@ function d9(t) {
|
|
|
8904
8904
|
t.scope && typeof t.scope == "object" && t.scope !== null && (t.beginScope = t.scope, delete t.scope);
|
|
8905
8905
|
}
|
|
8906
8906
|
function g9(t) {
|
|
8907
|
-
d9(t), typeof t.beginScope == "string" && (t.beginScope = { _wrap: t.beginScope }), typeof t.endScope == "string" && (t.endScope = { _wrap: t.endScope }),
|
|
8907
|
+
d9(t), typeof t.beginScope == "string" && (t.beginScope = { _wrap: t.beginScope }), typeof t.endScope == "string" && (t.endScope = { _wrap: t.endScope }), h9(t), p9(t);
|
|
8908
8908
|
}
|
|
8909
8909
|
function m9(t) {
|
|
8910
8910
|
function e(c, i) {
|
|
@@ -8932,7 +8932,7 @@ function m9(t) {
|
|
|
8932
8932
|
const l = this.matcherRe.exec(i);
|
|
8933
8933
|
if (!l)
|
|
8934
8934
|
return null;
|
|
8935
|
-
const a = l.findIndex((f,
|
|
8935
|
+
const a = l.findIndex((f, h) => h > 0 && f !== void 0), u = this.matchIndexes[a];
|
|
8936
8936
|
return l.splice(0, a), Object.assign(l, u);
|
|
8937
8937
|
}
|
|
8938
8938
|
}
|
|
@@ -9086,9 +9086,9 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ie = v, te = S), G ==
|
|
|
9086
9086
|
let R = m.keywordPatternRe.exec(L), H = "";
|
|
9087
9087
|
for (; R; ) {
|
|
9088
9088
|
H += L.substring(w, R.index);
|
|
9089
|
-
const Y = x.case_insensitive ? R[0].toLowerCase() : R[0],
|
|
9090
|
-
if (
|
|
9091
|
-
const [Ne, dt] =
|
|
9089
|
+
const Y = x.case_insensitive ? R[0].toLowerCase() : R[0], he = ae(m, Y);
|
|
9090
|
+
if (he) {
|
|
9091
|
+
const [Ne, dt] = he;
|
|
9092
9092
|
if (y.addText(H), H = "", ie[Y] = (ie[Y] || 0) + 1, ie[Y] <= x9 && (P += dt), Ne.startsWith("_"))
|
|
9093
9093
|
H += R[0];
|
|
9094
9094
|
else {
|
|
@@ -9122,7 +9122,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ie = v, te = S), G ==
|
|
|
9122
9122
|
function ge(w, R) {
|
|
9123
9123
|
w !== "" && (y.startScope(R), y.addText(w), y.endScope());
|
|
9124
9124
|
}
|
|
9125
|
-
function
|
|
9125
|
+
function pt(w, R) {
|
|
9126
9126
|
let H = 1;
|
|
9127
9127
|
const Y = R.length - 1;
|
|
9128
9128
|
for (; H <= Y; ) {
|
|
@@ -9130,19 +9130,19 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ie = v, te = S), G ==
|
|
|
9130
9130
|
H++;
|
|
9131
9131
|
continue;
|
|
9132
9132
|
}
|
|
9133
|
-
const
|
|
9134
|
-
|
|
9133
|
+
const he = x.classNameAliases[w[H]] || w[H], Ne = R[H];
|
|
9134
|
+
he ? ge(Ne, he) : (L = Ne, De(), L = ""), H++;
|
|
9135
9135
|
}
|
|
9136
9136
|
}
|
|
9137
9137
|
function nn(w, R) {
|
|
9138
|
-
return w.scope && typeof w.scope == "string" && y.openNode(x.classNameAliases[w.scope] || w.scope), w.beginScope && (w.beginScope._wrap ? (ge(L, x.classNameAliases[w.beginScope._wrap] || w.beginScope._wrap), L = "") : w.beginScope._multi && (
|
|
9138
|
+
return w.scope && typeof w.scope == "string" && y.openNode(x.classNameAliases[w.scope] || w.scope), w.beginScope && (w.beginScope._wrap ? (ge(L, x.classNameAliases[w.beginScope._wrap] || w.beginScope._wrap), L = "") : w.beginScope._multi && (pt(w.beginScope, R), L = "")), m = Object.create(w, { parent: { value: m } }), m;
|
|
9139
9139
|
}
|
|
9140
9140
|
function Qe(w, R, H) {
|
|
9141
9141
|
let Y = L5(w.endRe, H);
|
|
9142
9142
|
if (Y) {
|
|
9143
9143
|
if (w["on:end"]) {
|
|
9144
|
-
const
|
|
9145
|
-
w["on:end"](R,
|
|
9144
|
+
const he = new Ec(w);
|
|
9145
|
+
w["on:end"](R, he), he.isMatchIgnored && (Y = !1);
|
|
9146
9146
|
}
|
|
9147
9147
|
if (Y) {
|
|
9148
9148
|
for (; w.endsParent && w.parent; )
|
|
@@ -9157,22 +9157,22 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ie = v, te = S), G ==
|
|
|
9157
9157
|
return m.matcher.regexIndex === 0 ? (L += w[0], 1) : (Q = !0, 0);
|
|
9158
9158
|
}
|
|
9159
9159
|
function sn(w) {
|
|
9160
|
-
const R = w[0], H = w.rule, Y = new Ec(H),
|
|
9161
|
-
for (const Ne of
|
|
9160
|
+
const R = w[0], H = w.rule, Y = new Ec(H), he = [H.__beforeBegin, H["on:begin"]];
|
|
9161
|
+
for (const Ne of he)
|
|
9162
9162
|
if (Ne && (Ne(w, Y), Y.isMatchIgnored))
|
|
9163
9163
|
return rn(R);
|
|
9164
9164
|
return H.skip ? L += R : (H.excludeBegin && (L += R), Ce(), !H.returnBegin && !H.excludeBegin && (L = R)), nn(H, w), H.returnBegin ? 0 : R.length;
|
|
9165
9165
|
}
|
|
9166
|
-
function
|
|
9166
|
+
function p(w) {
|
|
9167
9167
|
const R = w[0], H = S.substring(w.index), Y = Qe(m, w, H);
|
|
9168
9168
|
if (!Y)
|
|
9169
9169
|
return Tc;
|
|
9170
|
-
const
|
|
9171
|
-
m.endScope && m.endScope._wrap ? (Ce(), ge(R, m.endScope._wrap)) : m.endScope && m.endScope._multi ? (Ce(),
|
|
9170
|
+
const he = m;
|
|
9171
|
+
m.endScope && m.endScope._wrap ? (Ce(), ge(R, m.endScope._wrap)) : m.endScope && m.endScope._multi ? (Ce(), pt(m.endScope, w)) : he.skip ? L += R : (he.returnEnd || he.excludeEnd || (L += R), Ce(), he.excludeEnd && (L = R));
|
|
9172
9172
|
do
|
|
9173
9173
|
m.scope && y.closeNode(), !m.skip && !m.subLanguage && (P += m.relevance), m = m.parent;
|
|
9174
9174
|
while (m !== Y.parent);
|
|
9175
|
-
return Y.starts && nn(Y.starts, w),
|
|
9175
|
+
return Y.starts && nn(Y.starts, w), he.returnEnd ? 0 : R.length;
|
|
9176
9176
|
}
|
|
9177
9177
|
function g() {
|
|
9178
9178
|
const w = [];
|
|
@@ -9198,7 +9198,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ie = v, te = S), G ==
|
|
|
9198
9198
|
const Y = new Error('Illegal lexeme "' + H + '" for mode "' + (m.scope || "<unnamed>") + '"');
|
|
9199
9199
|
throw Y.mode = m, Y;
|
|
9200
9200
|
} else if (R.type === "end") {
|
|
9201
|
-
const Y =
|
|
9201
|
+
const Y = p(R);
|
|
9202
9202
|
if (Y !== Tc)
|
|
9203
9203
|
return Y;
|
|
9204
9204
|
}
|
|
@@ -9267,7 +9267,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ie = v, te = S), G ==
|
|
|
9267
9267
|
throw w;
|
|
9268
9268
|
}
|
|
9269
9269
|
}
|
|
9270
|
-
function
|
|
9270
|
+
function h(v) {
|
|
9271
9271
|
const S = {
|
|
9272
9272
|
value: Jr(v),
|
|
9273
9273
|
illegal: !1,
|
|
@@ -9279,7 +9279,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ie = v, te = S), G ==
|
|
|
9279
9279
|
}
|
|
9280
9280
|
function d(v, S) {
|
|
9281
9281
|
S = S || i.languages || Object.keys(e);
|
|
9282
|
-
const G =
|
|
9282
|
+
const G = h(v), te = S.filter(X).filter(J).map(
|
|
9283
9283
|
(Ce) => f(Ce, v, !1)
|
|
9284
9284
|
);
|
|
9285
9285
|
te.unshift(G);
|
|
@@ -9448,7 +9448,7 @@ Wt.newInstance = () => fl({});
|
|
|
9448
9448
|
var y9 = Wt;
|
|
9449
9449
|
Wt.HighlightJS = Wt;
|
|
9450
9450
|
Wt.default = Wt;
|
|
9451
|
-
const sr = /* @__PURE__ */ Mi(y9),
|
|
9451
|
+
const sr = /* @__PURE__ */ Mi(y9), ps = /* @__PURE__ */ He({
|
|
9452
9452
|
__name: "Message",
|
|
9453
9453
|
props: {
|
|
9454
9454
|
message: {
|
|
@@ -9457,7 +9457,7 @@ const sr = /* @__PURE__ */ Mi(y9), hs = /* @__PURE__ */ He({
|
|
|
9457
9457
|
}
|
|
9458
9458
|
},
|
|
9459
9459
|
setup(t) {
|
|
9460
|
-
const e = t, { message: n } =
|
|
9460
|
+
const e = t, { message: n } = ha(e), r = Xt(() => ({
|
|
9461
9461
|
"chat-message-from-user": n.value.sender === "user",
|
|
9462
9462
|
"chat-message-from-bot": n.value.sender === "bot"
|
|
9463
9463
|
})), s = {
|
|
@@ -9473,10 +9473,10 @@ const sr = /* @__PURE__ */ Mi(y9), hs = /* @__PURE__ */ He({
|
|
|
9473
9473
|
return (o, c) => (oe(), be("div", {
|
|
9474
9474
|
class: Sn(["chat-message", r.value])
|
|
9475
9475
|
}, [
|
|
9476
|
-
|
|
9477
|
-
de(
|
|
9476
|
+
pn(o.$slots, "default", {}, () => [
|
|
9477
|
+
de(pe(D5), {
|
|
9478
9478
|
class: "chat-message-markdown",
|
|
9479
|
-
source:
|
|
9479
|
+
source: pe(n).text,
|
|
9480
9480
|
options: s
|
|
9481
9481
|
}, null, 8, ["source"])
|
|
9482
9482
|
])
|
|
@@ -9506,7 +9506,7 @@ const k9 = /* @__PURE__ */ we("div", { class: "chat-message-typing-body" }, [
|
|
|
9506
9506
|
"chat-message-typing": !0,
|
|
9507
9507
|
[`chat-message-typing-animation-${e.animation}`]: !0
|
|
9508
9508
|
}));
|
|
9509
|
-
return (s, o) => (oe(), Se(
|
|
9509
|
+
return (s, o) => (oe(), Se(pe(ps), {
|
|
9510
9510
|
class: Sn(r.value),
|
|
9511
9511
|
message: n
|
|
9512
9512
|
}, {
|
|
@@ -9528,15 +9528,15 @@ const w9 = { class: "chat-messages-list" }, C9 = /* @__PURE__ */ He({
|
|
|
9528
9528
|
setup(t) {
|
|
9529
9529
|
const e = Ls(), { initialMessages: n, waitingForResponse: r } = e;
|
|
9530
9530
|
return (s, o) => (oe(), be("div", w9, [
|
|
9531
|
-
(oe(!0), be(Re, null, uo(
|
|
9531
|
+
(oe(!0), be(Re, null, uo(pe(n), (c) => (oe(), Se(ps, {
|
|
9532
9532
|
key: c.id,
|
|
9533
9533
|
message: c
|
|
9534
9534
|
}, null, 8, ["message"]))), 128)),
|
|
9535
|
-
(oe(!0), be(Re, null, uo(t.messages, (c) => (oe(), Se(
|
|
9535
|
+
(oe(!0), be(Re, null, uo(t.messages, (c) => (oe(), Se(ps, {
|
|
9536
9536
|
key: c.id,
|
|
9537
9537
|
message: c
|
|
9538
9538
|
}, null, 8, ["message"]))), 128)),
|
|
9539
|
-
|
|
9539
|
+
pe(r) ? (oe(), Se(E9, { key: 0 })) : mn("", !0)
|
|
9540
9540
|
]));
|
|
9541
9541
|
}
|
|
9542
9542
|
});
|
|
@@ -9570,7 +9570,7 @@ const R9 = { name: "mdi-send", render: T9 }, q9 = { class: "chat-input" }, M9 =
|
|
|
9570
9570
|
li(we("textarea", {
|
|
9571
9571
|
"onUpdate:modelValue": a[0] || (a[0] = (u) => s.value = u),
|
|
9572
9572
|
rows: "1",
|
|
9573
|
-
placeholder:
|
|
9573
|
+
placeholder: pe(r)("inputPlaceholder"),
|
|
9574
9574
|
onKeydown: Ku(i, ["enter"])
|
|
9575
9575
|
}, null, 40, M9), [
|
|
9576
9576
|
[Gu, s.value]
|
|
@@ -9580,7 +9580,7 @@ const R9 = { name: "mdi-send", render: T9 }, q9 = { class: "chat-input" }, M9 =
|
|
|
9580
9580
|
class: "chat-input-send-button",
|
|
9581
9581
|
onClick: c
|
|
9582
9582
|
}, [
|
|
9583
|
-
de(
|
|
9583
|
+
de(pe(R9), {
|
|
9584
9584
|
height: "32",
|
|
9585
9585
|
width: "32"
|
|
9586
9586
|
})
|
|
@@ -9588,7 +9588,7 @@ const R9 = { name: "mdi-send", render: T9 }, q9 = { class: "chat-input" }, M9 =
|
|
|
9588
9588
|
]));
|
|
9589
9589
|
}
|
|
9590
9590
|
});
|
|
9591
|
-
const
|
|
9591
|
+
const hl = /* @__PURE__ */ He({
|
|
9592
9592
|
__name: "Chat",
|
|
9593
9593
|
setup(t) {
|
|
9594
9594
|
const { t: e } = mr(), n = Ls(), { messages: r, currentSessionId: s } = n, { options: o } = Os();
|
|
@@ -9606,19 +9606,19 @@ const pl = /* @__PURE__ */ He({
|
|
|
9606
9606
|
await i(), !o.showWelcomeScreen && !s.value && await c();
|
|
9607
9607
|
}), (l, a) => (oe(), Se(uf, { class: "chat-wrapper" }, {
|
|
9608
9608
|
header: ut(() => [
|
|
9609
|
-
we("h1", null, Zn(
|
|
9610
|
-
we("p", null, Zn(
|
|
9609
|
+
we("h1", null, Zn(pe(e)("title")), 1),
|
|
9610
|
+
we("p", null, Zn(pe(e)("subtitle")), 1)
|
|
9611
9611
|
]),
|
|
9612
9612
|
footer: ut(() => [
|
|
9613
|
-
|
|
9613
|
+
pe(s) ? (oe(), Se(I9, { key: 0 })) : (oe(), Se(kf, { key: 1 }))
|
|
9614
9614
|
]),
|
|
9615
9615
|
default: ut(() => [
|
|
9616
|
-
!
|
|
9616
|
+
!pe(s) && pe(o).showWelcomeScreen ? (oe(), Se(df, {
|
|
9617
9617
|
key: 0,
|
|
9618
9618
|
"onClick:button": c
|
|
9619
9619
|
})) : (oe(), Se(C9, {
|
|
9620
9620
|
key: 1,
|
|
9621
|
-
messages:
|
|
9621
|
+
messages: pe(r)
|
|
9622
9622
|
}, null, 8, ["messages"]))
|
|
9623
9623
|
]),
|
|
9624
9624
|
_: 1
|
|
@@ -9663,7 +9663,7 @@ const j9 = { name: "mdi-chevron-down", render: H9 }, V9 = { class: "chat-window-
|
|
|
9663
9663
|
de(er, { name: "chat-window-transition" }, {
|
|
9664
9664
|
default: ut(() => [
|
|
9665
9665
|
li(we("div", G9, [
|
|
9666
|
-
de(
|
|
9666
|
+
de(hl)
|
|
9667
9667
|
], 512), [
|
|
9668
9668
|
[Wu, e.value]
|
|
9669
9669
|
])
|
|
@@ -9679,11 +9679,11 @@ const j9 = { name: "mdi-chevron-down", render: H9 }, V9 = { class: "chat-window-
|
|
|
9679
9679
|
mode: "out-in"
|
|
9680
9680
|
}, {
|
|
9681
9681
|
default: ut(() => [
|
|
9682
|
-
e.value ? (oe(), Se(
|
|
9682
|
+
e.value ? (oe(), Se(pe(j9), {
|
|
9683
9683
|
key: 1,
|
|
9684
9684
|
height: "32",
|
|
9685
9685
|
width: "32"
|
|
9686
|
-
})) : (oe(), Se(
|
|
9686
|
+
})) : (oe(), Se(pe(B9), {
|
|
9687
9687
|
key: 0,
|
|
9688
9688
|
height: "32",
|
|
9689
9689
|
width: "32"
|
|
@@ -9961,7 +9961,7 @@ const Rc = "[A-Za-z$_][0-9A-Za-z$_]*", W9 = [
|
|
|
9961
9961
|
"undefined",
|
|
9962
9962
|
"NaN",
|
|
9963
9963
|
"Infinity"
|
|
9964
|
-
],
|
|
9964
|
+
], pl = [
|
|
9965
9965
|
// Fundamental objects
|
|
9966
9966
|
"Object",
|
|
9967
9967
|
"Function",
|
|
@@ -10052,7 +10052,7 @@ const Rc = "[A-Za-z$_][0-9A-Za-z$_]*", W9 = [
|
|
|
10052
10052
|
// Node.js
|
|
10053
10053
|
], X9 = [].concat(
|
|
10054
10054
|
gl,
|
|
10055
|
-
|
|
10055
|
+
pl,
|
|
10056
10056
|
dl
|
|
10057
10057
|
);
|
|
10058
10058
|
function Q9(t) {
|
|
@@ -10117,7 +10117,7 @@ function Q9(t) {
|
|
|
10117
10117
|
{ begin: "\\b0[0-7]+n?\\b" }
|
|
10118
10118
|
],
|
|
10119
10119
|
relevance: 0
|
|
10120
|
-
},
|
|
10120
|
+
}, h = {
|
|
10121
10121
|
className: "subst",
|
|
10122
10122
|
begin: "\\$\\{",
|
|
10123
10123
|
end: "\\}",
|
|
@@ -10132,7 +10132,7 @@ function Q9(t) {
|
|
|
10132
10132
|
returnEnd: !1,
|
|
10133
10133
|
contains: [
|
|
10134
10134
|
t.BACKSLASH_ESCAPE,
|
|
10135
|
-
|
|
10135
|
+
h
|
|
10136
10136
|
],
|
|
10137
10137
|
subLanguage: "xml"
|
|
10138
10138
|
}
|
|
@@ -10144,7 +10144,7 @@ function Q9(t) {
|
|
|
10144
10144
|
returnEnd: !1,
|
|
10145
10145
|
contains: [
|
|
10146
10146
|
t.BACKSLASH_ESCAPE,
|
|
10147
|
-
|
|
10147
|
+
h
|
|
10148
10148
|
],
|
|
10149
10149
|
subLanguage: "css"
|
|
10150
10150
|
}
|
|
@@ -10156,7 +10156,7 @@ function Q9(t) {
|
|
|
10156
10156
|
returnEnd: !1,
|
|
10157
10157
|
contains: [
|
|
10158
10158
|
t.BACKSLASH_ESCAPE,
|
|
10159
|
-
|
|
10159
|
+
h
|
|
10160
10160
|
],
|
|
10161
10161
|
subLanguage: "graphql"
|
|
10162
10162
|
}
|
|
@@ -10166,7 +10166,7 @@ function Q9(t) {
|
|
|
10166
10166
|
end: "`",
|
|
10167
10167
|
contains: [
|
|
10168
10168
|
t.BACKSLASH_ESCAPE,
|
|
10169
|
-
|
|
10169
|
+
h
|
|
10170
10170
|
]
|
|
10171
10171
|
}, C = {
|
|
10172
10172
|
className: "comment",
|
|
@@ -10227,7 +10227,7 @@ function Q9(t) {
|
|
|
10227
10227
|
// See https://github.com/highlightjs/highlight.js/issues/3288
|
|
10228
10228
|
// hljs.REGEXP_MODE
|
|
10229
10229
|
];
|
|
10230
|
-
|
|
10230
|
+
h.contains = N.concat({
|
|
10231
10231
|
// we need to pair up {} inside our subst to prevent
|
|
10232
10232
|
// it from ending too early by matching another }
|
|
10233
10233
|
begin: /\{/,
|
|
@@ -10237,7 +10237,7 @@ function Q9(t) {
|
|
|
10237
10237
|
"self"
|
|
10238
10238
|
].concat(N)
|
|
10239
10239
|
});
|
|
10240
|
-
const A = [].concat(C,
|
|
10240
|
+
const A = [].concat(C, h.contains), j = A.concat([
|
|
10241
10241
|
// eat recursive parens in sub expressions
|
|
10242
10242
|
{
|
|
10243
10243
|
begin: /\(/,
|
|
@@ -10306,7 +10306,7 @@ function Q9(t) {
|
|
|
10306
10306
|
keywords: {
|
|
10307
10307
|
_: [
|
|
10308
10308
|
// se we still get relevance credit for JS library classes
|
|
10309
|
-
...
|
|
10309
|
+
...pl,
|
|
10310
10310
|
...dl
|
|
10311
10311
|
]
|
|
10312
10312
|
}
|
|
@@ -10569,10 +10569,10 @@ const eG = /* @__PURE__ */ He({
|
|
|
10569
10569
|
const { options: e } = Os(), n = Xt(() => e.mode === "fullscreen");
|
|
10570
10570
|
return Dn(() => {
|
|
10571
10571
|
sr.registerLanguage("xml", K9), sr.registerLanguage("javascript", Q9);
|
|
10572
|
-
}), (r, s) => n.value ? (oe(), Se(
|
|
10572
|
+
}), (r, s) => n.value ? (oe(), Se(pe(hl), {
|
|
10573
10573
|
key: 0,
|
|
10574
10574
|
class: "n8n-chat"
|
|
10575
|
-
})) : (oe(), Se(
|
|
10575
|
+
})) : (oe(), Se(pe(Z9), {
|
|
10576
10576
|
key: 1,
|
|
10577
10577
|
class: "n8n-chat"
|
|
10578
10578
|
}));
|
|
@@ -10644,7 +10644,8 @@ async function iG(t, e) {
|
|
|
10644
10644
|
`${e.webhookUrl}`,
|
|
10645
10645
|
{
|
|
10646
10646
|
action: "loadPreviousSession",
|
|
10647
|
-
[e.chatHistoryKey]: t
|
|
10647
|
+
[e.chatHistoryKey]: t,
|
|
10648
|
+
...e.metadata ? { metadata: e.metadata } : {}
|
|
10648
10649
|
},
|
|
10649
10650
|
{
|
|
10650
10651
|
headers: (s = e.webhookConfig) == null ? void 0 : s.headers
|
|
@@ -10687,13 +10688,13 @@ const aG = {
|
|
|
10687
10688
|
n.value.push(f), s.value = !0, Zt(() => {
|
|
10688
10689
|
Tt.emit("scrollToBottom");
|
|
10689
10690
|
});
|
|
10690
|
-
const
|
|
10691
|
+
const h = await lG(
|
|
10691
10692
|
u,
|
|
10692
10693
|
r.value,
|
|
10693
10694
|
e
|
|
10694
10695
|
), d = {
|
|
10695
10696
|
id: an(),
|
|
10696
|
-
text:
|
|
10697
|
+
text: h.output,
|
|
10697
10698
|
sender: "bot",
|
|
10698
10699
|
createdAt: (/* @__PURE__ */ new Date()).toISOString()
|
|
10699
10700
|
};
|
|
@@ -10702,12 +10703,12 @@ const aG = {
|
|
|
10702
10703
|
});
|
|
10703
10704
|
}
|
|
10704
10705
|
async function i() {
|
|
10705
|
-
const u = localStorage.getItem(Po) ?? an(), f = await iG(u, e),
|
|
10706
|
+
const u = localStorage.getItem(Po) ?? an(), f = await iG(u, e), h = (/* @__PURE__ */ new Date()).toISOString();
|
|
10706
10707
|
return n.value = ((f == null ? void 0 : f.data) || []).map((d, k) => ({
|
|
10707
10708
|
id: `${k}`,
|
|
10708
10709
|
text: d.kwargs.content,
|
|
10709
10710
|
sender: d.id.includes("HumanMessage") ? "user" : "bot",
|
|
10710
|
-
createdAt:
|
|
10711
|
+
createdAt: h
|
|
10711
10712
|
})), n.value.length && (r.value = u), u;
|
|
10712
10713
|
}
|
|
10713
10714
|
async function l() {
|