@n8n/chat 0.5.2 → 0.6.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/README.md +6 -0
- package/chat.bundle.es.js +670 -677
- package/chat.bundle.umd.js +10 -10
- package/chat.es.js +6864 -0
- package/chat.umd.js +18 -0
- package/package.json +9 -40
- package/types/src/App.vue.d.ts +0 -8
- package/types/src/__stories__/App.stories.d.ts +0 -17
- package/types/src/__tests__/index.spec.d.ts +0 -1
- package/types/src/__tests__/setup.d.ts +0 -0
- package/types/src/__tests__/utils/create.d.ts +0 -5
- package/types/src/__tests__/utils/fetch.d.ts +0 -4
- package/types/src/__tests__/utils/index.d.ts +0 -3
- package/types/src/__tests__/utils/selectors.d.ts +0 -12
- package/types/src/api/generic.d.ts +0 -6
- package/types/src/api/index.d.ts +0 -2
- package/types/src/api/message.d.ts +0 -3
- package/types/src/components/Button.vue.d.ts +0 -9
- package/types/src/components/Chat.vue.d.ts +0 -2
- package/types/src/components/ChatWindow.vue.d.ts +0 -2
- package/types/src/components/GetStarted.vue.d.ts +0 -2
- package/types/src/components/GetStartedFooter.vue.d.ts +0 -2
- package/types/src/components/Input.vue.d.ts +0 -2
- package/types/src/components/Layout.vue.d.ts +0 -11
- package/types/src/components/Message.vue.d.ts +0 -21
- package/types/src/components/MessageTyping.vue.d.ts +0 -15
- package/types/src/components/MessagesList.vue.d.ts +0 -14
- package/types/src/components/PoweredBy.vue.d.ts +0 -2
- package/types/src/components/index.d.ts +0 -10
- package/types/src/composables/index.d.ts +0 -3
- package/types/src/composables/useChat.d.ts +0 -2
- package/types/src/composables/useI18n.d.ts +0 -4
- package/types/src/composables/useOptions.d.ts +0 -4
- package/types/src/constants/defaults.d.ts +0 -3
- package/types/src/constants/index.d.ts +0 -3
- package/types/src/constants/localStorage.d.ts +0 -2
- package/types/src/constants/symbols.d.ts +0 -4
- package/types/src/event-buses/chatEventBus.d.ts +0 -1
- package/types/src/event-buses/index.d.ts +0 -1
- package/types/src/index.d.ts +0 -2
- package/types/src/plugins/chat.d.ts +0 -3
- package/types/src/plugins/index.d.ts +0 -1
- package/types/src/types/chat.d.ts +0 -11
- package/types/src/types/index.d.ts +0 -4
- package/types/src/types/messages.d.ts +0 -6
- package/types/src/types/options.d.ts +0 -25
- package/types/src/types/webhook.d.ts +0 -15
- package/types/src/utils/event-bus.d.ts +0 -8
- package/types/src/utils/index.d.ts +0 -2
- package/types/src/utils/mount.d.ts +0 -1
package/chat.bundle.es.js
CHANGED
|
@@ -4,7 +4,7 @@ function ds(t, e) {
|
|
|
4
4
|
n[r[s]] = !0;
|
|
5
5
|
return e ? (s) => !!n[s.toLowerCase()] : (s) => !!n[s];
|
|
6
6
|
}
|
|
7
|
-
const ue = {}, Bt = [],
|
|
7
|
+
const ue = {}, Bt = [], Je = () => {
|
|
8
8
|
}, vl = () => !1, xl = /^on[^a-z]/, or = (t) => xl.test(t), gs = (t) => t.startsWith("onUpdate:"), me = Object.assign, ms = (t, e) => {
|
|
9
9
|
const n = t.indexOf(e);
|
|
10
10
|
n > -1 && t.splice(n, 1);
|
|
@@ -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
|
|
@@ -661,13 +661,13 @@ const fa = {
|
|
|
661
661
|
function Qc(t) {
|
|
662
662
|
return zt(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
|
|
@@ -707,7 +707,7 @@ class ga {
|
|
|
707
707
|
function ma(t, e, n = !1) {
|
|
708
708
|
let r, s;
|
|
709
709
|
const o = ee(t);
|
|
710
|
-
return o ? (r = t, s =
|
|
710
|
+
return o ? (r = t, s = Je) : (r = t.get, s = t.set), new ga(r, s, o || !s, n);
|
|
711
711
|
}
|
|
712
712
|
function at(t, e, n, r) {
|
|
713
713
|
let s;
|
|
@@ -762,7 +762,7 @@ function _a(t, e, n, r = !0) {
|
|
|
762
762
|
}
|
|
763
763
|
let xn = !1, rs = !1;
|
|
764
764
|
const ke = [];
|
|
765
|
-
let
|
|
765
|
+
let Ze = 0;
|
|
766
766
|
const Ht = [];
|
|
767
767
|
let et = null, xt = 0;
|
|
768
768
|
const ei = /* @__PURE__ */ Promise.resolve();
|
|
@@ -772,7 +772,7 @@ function Kt(t) {
|
|
|
772
772
|
return t ? e.then(this ? t.bind(this) : t) : e;
|
|
773
773
|
}
|
|
774
774
|
function ba(t) {
|
|
775
|
-
let e =
|
|
775
|
+
let e = Ze + 1, n = ke.length;
|
|
776
776
|
for (; e < n; ) {
|
|
777
777
|
const r = e + n >>> 1;
|
|
778
778
|
yn(ke[r]) < t ? e = r + 1 : n = r;
|
|
@@ -782,7 +782,7 @@ function ba(t) {
|
|
|
782
782
|
function Ts(t) {
|
|
783
783
|
(!ke.length || !ke.includes(
|
|
784
784
|
t,
|
|
785
|
-
xn && t.allowRecurse ?
|
|
785
|
+
xn && t.allowRecurse ? Ze + 1 : Ze
|
|
786
786
|
)) && (t.id == null ? ke.push(t) : ke.splice(ba(t.id), 0, t), ti());
|
|
787
787
|
}
|
|
788
788
|
function ti() {
|
|
@@ -790,7 +790,7 @@ function ti() {
|
|
|
790
790
|
}
|
|
791
791
|
function va(t) {
|
|
792
792
|
const e = ke.indexOf(t);
|
|
793
|
-
e >
|
|
793
|
+
e > Ze && ke.splice(e, 1);
|
|
794
794
|
}
|
|
795
795
|
function xa(t) {
|
|
796
796
|
Z(t) ? Ht.push(...t) : (!et || !et.includes(
|
|
@@ -798,7 +798,7 @@ function xa(t) {
|
|
|
798
798
|
t.allowRecurse ? xt + 1 : xt
|
|
799
799
|
)) && Ht.push(t), ti();
|
|
800
800
|
}
|
|
801
|
-
function io(t, e = xn ?
|
|
801
|
+
function io(t, e = xn ? Ze + 1 : 0) {
|
|
802
802
|
for (; e < ke.length; e++) {
|
|
803
803
|
const n = ke[e];
|
|
804
804
|
n && n.pre && (ke.splice(e, 1), e--, n());
|
|
@@ -828,14 +828,13 @@ const yn = (t) => t.id == null ? 1 / 0 : t.id, ya = (t, e) => {
|
|
|
828
828
|
};
|
|
829
829
|
function ri(t) {
|
|
830
830
|
rs = !1, xn = !0, ke.sort(ya);
|
|
831
|
-
const e = Ue;
|
|
832
831
|
try {
|
|
833
|
-
for (
|
|
834
|
-
const
|
|
835
|
-
|
|
832
|
+
for (Ze = 0; Ze < ke.length; Ze++) {
|
|
833
|
+
const e = ke[Ze];
|
|
834
|
+
e && e.active !== !1 && at(e, null, 14);
|
|
836
835
|
}
|
|
837
836
|
} finally {
|
|
838
|
-
|
|
837
|
+
Ze = 0, ke.length = 0, ni(), xn = !1, Ds = null, (ke.length || Ht.length) && ri();
|
|
839
838
|
}
|
|
840
839
|
}
|
|
841
840
|
function ka(t, e, ...n) {
|
|
@@ -845,8 +844,8 @@ function ka(t, e, ...n) {
|
|
|
845
844
|
let s = n;
|
|
846
845
|
const o = e.startsWith("update:"), c = o && e.slice(7);
|
|
847
846
|
if (c && c in r) {
|
|
848
|
-
const u = `${c === "modelValue" ? "model" : c}Modifiers`, { number: f, trim:
|
|
849
|
-
|
|
847
|
+
const u = `${c === "modelValue" ? "model" : c}Modifiers`, { number: f, trim: h } = r[u] || ue;
|
|
848
|
+
h && (s = n.map((d) => _e(d) ? d.trim() : d)), f && (s = n.map(Xr));
|
|
850
849
|
}
|
|
851
850
|
let i, l = r[i = Sr(e)] || // also try camelCase event handler (#2249)
|
|
852
851
|
r[i = Sr(Gt(e))];
|
|
@@ -922,7 +921,7 @@ function Dr(t) {
|
|
|
922
921
|
emit: a,
|
|
923
922
|
render: u,
|
|
924
923
|
renderCache: f,
|
|
925
|
-
data:
|
|
924
|
+
data: h,
|
|
926
925
|
setupState: d,
|
|
927
926
|
ctx: k,
|
|
928
927
|
inheritAttrs: b
|
|
@@ -932,20 +931,20 @@ function Dr(t) {
|
|
|
932
931
|
try {
|
|
933
932
|
if (n.shapeFlag & 4) {
|
|
934
933
|
const A = s || r;
|
|
935
|
-
I =
|
|
934
|
+
I = Ge(
|
|
936
935
|
u.call(
|
|
937
936
|
A,
|
|
938
937
|
A,
|
|
939
938
|
f,
|
|
940
939
|
o,
|
|
941
940
|
d,
|
|
942
|
-
|
|
941
|
+
h,
|
|
943
942
|
k
|
|
944
943
|
)
|
|
945
944
|
), T = l;
|
|
946
945
|
} else {
|
|
947
946
|
const A = e;
|
|
948
|
-
I =
|
|
947
|
+
I = Ge(
|
|
949
948
|
A.length > 1 ? A(
|
|
950
949
|
o,
|
|
951
950
|
{ attrs: l, slots: i, emit: a }
|
|
@@ -957,7 +956,7 @@ function Dr(t) {
|
|
|
957
956
|
), T = e.props ? l : Ea(l);
|
|
958
957
|
}
|
|
959
958
|
} catch (A) {
|
|
960
|
-
gn.length = 0, ar(A, t, 1), I =
|
|
959
|
+
gn.length = 0, ar(A, t, 1), I = pe(Le);
|
|
961
960
|
}
|
|
962
961
|
let N = I;
|
|
963
962
|
if (T && b !== !1) {
|
|
@@ -965,9 +964,9 @@ function Dr(t) {
|
|
|
965
964
|
A.length && j & 7 && (c && A.some(gs) && (T = wa(
|
|
966
965
|
T,
|
|
967
966
|
c
|
|
968
|
-
)), N =
|
|
967
|
+
)), N = ht(N, T));
|
|
969
968
|
}
|
|
970
|
-
return n.dirs && (N =
|
|
969
|
+
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
970
|
}
|
|
972
971
|
const Ea = (t) => {
|
|
973
972
|
let e;
|
|
@@ -992,8 +991,8 @@ function Ca(t, e, n) {
|
|
|
992
991
|
if (l & 8) {
|
|
993
992
|
const u = e.dynamicProps;
|
|
994
993
|
for (let f = 0; f < u.length; f++) {
|
|
995
|
-
const
|
|
996
|
-
if (c[
|
|
994
|
+
const h = u[f];
|
|
995
|
+
if (c[h] !== r[h] && !ur(a, h))
|
|
997
996
|
return !0;
|
|
998
997
|
}
|
|
999
998
|
}
|
|
@@ -1037,23 +1036,23 @@ function ci(t, e, { immediate: n, deep: r, flush: s, onTrack: o, onTrigger: c }
|
|
|
1037
1036
|
return at(A, l, 2);
|
|
1038
1037
|
})) : ee(t) ? e ? a = () => at(t, l, 2) : a = () => {
|
|
1039
1038
|
if (!(l && l.isUnmounted))
|
|
1040
|
-
return
|
|
1039
|
+
return h && h(), Fe(
|
|
1041
1040
|
t,
|
|
1042
1041
|
l,
|
|
1043
1042
|
3,
|
|
1044
1043
|
[d]
|
|
1045
1044
|
);
|
|
1046
|
-
} : a =
|
|
1045
|
+
} : a = Je, e && r) {
|
|
1047
1046
|
const A = a;
|
|
1048
1047
|
a = () => wt(A());
|
|
1049
1048
|
}
|
|
1050
|
-
let
|
|
1051
|
-
|
|
1049
|
+
let h, d = (A) => {
|
|
1050
|
+
h = C.onStop = () => {
|
|
1052
1051
|
at(A, l, 4);
|
|
1053
1052
|
};
|
|
1054
1053
|
}, k;
|
|
1055
1054
|
if (En)
|
|
1056
|
-
if (d =
|
|
1055
|
+
if (d = Je, e ? n && Fe(e, l, 3, [
|
|
1057
1056
|
a(),
|
|
1058
1057
|
f ? [] : void 0,
|
|
1059
1058
|
d
|
|
@@ -1061,7 +1060,7 @@ function ci(t, e, { immediate: n, deep: r, flush: s, onTrack: o, onTrigger: c }
|
|
|
1061
1060
|
const A = ku();
|
|
1062
1061
|
k = A.__watcherHandles || (A.__watcherHandles = []);
|
|
1063
1062
|
} else
|
|
1064
|
-
return
|
|
1063
|
+
return Je;
|
|
1065
1064
|
let b = f ? new Array(t.length).fill(On) : On;
|
|
1066
1065
|
const I = () => {
|
|
1067
1066
|
if (C.active)
|
|
@@ -1069,7 +1068,7 @@ function ci(t, e, { immediate: n, deep: r, flush: s, onTrack: o, onTrigger: c }
|
|
|
1069
1068
|
const A = C.run();
|
|
1070
1069
|
(r || u || (f ? A.some(
|
|
1071
1070
|
(j, q) => bn(j, b[q])
|
|
1072
|
-
) : bn(A, b))) && (
|
|
1071
|
+
) : bn(A, b))) && (h && h(), Fe(e, l, 3, [
|
|
1073
1072
|
A,
|
|
1074
1073
|
// pass undefined as the old value when it's changed for the first time
|
|
1075
1074
|
b === On ? void 0 : f && b[0] === On ? [] : b,
|
|
@@ -1224,30 +1223,30 @@ const Ie = [Function, Array], ai = {
|
|
|
1224
1223
|
n
|
|
1225
1224
|
);
|
|
1226
1225
|
os(a, u);
|
|
1227
|
-
const f = n.subTree,
|
|
1226
|
+
const f = n.subTree, h = f && ao(f);
|
|
1228
1227
|
let d = !1;
|
|
1229
1228
|
const { getTransitionKey: k } = a.type;
|
|
1230
1229
|
if (k) {
|
|
1231
1230
|
const b = k();
|
|
1232
1231
|
s === void 0 ? s = b : b !== s && (s = b, d = !0);
|
|
1233
1232
|
}
|
|
1234
|
-
if (
|
|
1233
|
+
if (h && h.type !== Le && (!yt(a, h) || d)) {
|
|
1235
1234
|
const b = ss(
|
|
1236
|
-
|
|
1235
|
+
h,
|
|
1237
1236
|
i,
|
|
1238
1237
|
r,
|
|
1239
1238
|
n
|
|
1240
1239
|
);
|
|
1241
|
-
if (os(
|
|
1240
|
+
if (os(h, b), l === "out-in")
|
|
1242
1241
|
return r.isLeaving = !0, b.afterLeave = () => {
|
|
1243
1242
|
r.isLeaving = !1, n.update.active !== !1 && n.update();
|
|
1244
1243
|
}, Rr(c);
|
|
1245
1244
|
l === "in-out" && a.type !== Le && (b.delayLeave = (I, T, C) => {
|
|
1246
1245
|
const N = ui(
|
|
1247
1246
|
r,
|
|
1248
|
-
|
|
1247
|
+
h
|
|
1249
1248
|
);
|
|
1250
|
-
N[String(
|
|
1249
|
+
N[String(h.key)] = h, I._leaveCb = () => {
|
|
1251
1250
|
T(), I._leaveCb = void 0, delete u.delayedLeave;
|
|
1252
1251
|
}, u.delayedLeave = C;
|
|
1253
1252
|
});
|
|
@@ -1271,7 +1270,7 @@ function ss(t, e, n, r) {
|
|
|
1271
1270
|
onAfterEnter: a,
|
|
1272
1271
|
onEnterCancelled: u,
|
|
1273
1272
|
onBeforeLeave: f,
|
|
1274
|
-
onLeave:
|
|
1273
|
+
onLeave: h,
|
|
1275
1274
|
onAfterLeave: d,
|
|
1276
1275
|
onLeaveCancelled: k,
|
|
1277
1276
|
onBeforeAppear: b,
|
|
@@ -1330,7 +1329,7 @@ function ss(t, e, n, r) {
|
|
|
1330
1329
|
const B = $._leaveCb = (re) => {
|
|
1331
1330
|
J || (J = !0, X(), re ? j(k, [$]) : j(d, [$]), $._leaveCb = void 0, A[z] === t && delete A[z]);
|
|
1332
1331
|
};
|
|
1333
|
-
A[z] = t,
|
|
1332
|
+
A[z] = t, h ? q(h, [$, B]) : B();
|
|
1334
1333
|
},
|
|
1335
1334
|
clone($) {
|
|
1336
1335
|
return ss($, e, n, r);
|
|
@@ -1340,7 +1339,7 @@ function ss(t, e, n, r) {
|
|
|
1340
1339
|
}
|
|
1341
1340
|
function Rr(t) {
|
|
1342
1341
|
if (fr(t))
|
|
1343
|
-
return t =
|
|
1342
|
+
return t = ht(t), t.children = null, t;
|
|
1344
1343
|
}
|
|
1345
1344
|
function ao(t) {
|
|
1346
1345
|
return fr(t) ? t.children ? t.children[0] : void 0 : t;
|
|
@@ -1355,28 +1354,28 @@ function fi(t, e = !1, n) {
|
|
|
1355
1354
|
const i = n == null ? c.key : String(n) + String(c.key != null ? c.key : o);
|
|
1356
1355
|
c.type === Re ? (c.patchFlag & 128 && s++, r = r.concat(
|
|
1357
1356
|
fi(c.children, e, i)
|
|
1358
|
-
)) : (e || c.type !== Le) && r.push(i != null ?
|
|
1357
|
+
)) : (e || c.type !== Le) && r.push(i != null ? ht(c, { key: i }) : c);
|
|
1359
1358
|
}
|
|
1360
1359
|
if (s > 1)
|
|
1361
1360
|
for (let o = 0; o < r.length; o++)
|
|
1362
1361
|
r[o].patchFlag = -2;
|
|
1363
1362
|
return r;
|
|
1364
1363
|
}
|
|
1365
|
-
function
|
|
1364
|
+
function Ue(t, e) {
|
|
1366
1365
|
return ee(t) ? (
|
|
1367
1366
|
// #8326: extend call and options.name access are considered side-effects
|
|
1368
1367
|
// by Rollup, so we have to wrap it in a pure-annotated IIFE.
|
|
1369
|
-
|
|
1368
|
+
me({ name: t.name }, e, { setup: t })
|
|
1370
1369
|
) : t;
|
|
1371
1370
|
}
|
|
1372
|
-
const
|
|
1371
|
+
const hn = (t) => !!t.type.__asyncLoader, fr = (t) => t.type.__isKeepAlive;
|
|
1373
1372
|
function Na(t, e) {
|
|
1374
|
-
|
|
1373
|
+
hi(t, "a", e);
|
|
1375
1374
|
}
|
|
1376
1375
|
function Ia(t, e) {
|
|
1377
|
-
|
|
1376
|
+
hi(t, "da", e);
|
|
1378
1377
|
}
|
|
1379
|
-
function
|
|
1378
|
+
function hi(t, e, n = xe) {
|
|
1380
1379
|
const r = t.__wdc || (t.__wdc = () => {
|
|
1381
1380
|
let s = n;
|
|
1382
1381
|
for (; s; ) {
|
|
@@ -1386,25 +1385,25 @@ function pi(t, e, n = xe) {
|
|
|
1386
1385
|
}
|
|
1387
1386
|
return t();
|
|
1388
1387
|
});
|
|
1389
|
-
if (
|
|
1388
|
+
if (hr(e, r, n), n) {
|
|
1390
1389
|
let s = n.parent;
|
|
1391
1390
|
for (; s && s.parent; )
|
|
1392
1391
|
fr(s.parent.vnode) && Fa(r, e, n, s), s = s.parent;
|
|
1393
1392
|
}
|
|
1394
1393
|
}
|
|
1395
1394
|
function Fa(t, e, n, r) {
|
|
1396
|
-
const s =
|
|
1395
|
+
const s = hr(
|
|
1397
1396
|
e,
|
|
1398
1397
|
t,
|
|
1399
1398
|
r,
|
|
1400
1399
|
!0
|
|
1401
1400
|
/* prepend */
|
|
1402
1401
|
);
|
|
1403
|
-
|
|
1402
|
+
pi(() => {
|
|
1404
1403
|
ms(r[e], s);
|
|
1405
1404
|
}, n);
|
|
1406
1405
|
}
|
|
1407
|
-
function
|
|
1406
|
+
function hr(t, e, n = xe, r = !1) {
|
|
1408
1407
|
if (n) {
|
|
1409
1408
|
const s = n[t] || (n[t] = []), o = e.__weh || (e.__weh = (...c) => {
|
|
1410
1409
|
if (n.isUnmounted)
|
|
@@ -1418,14 +1417,14 @@ function pr(t, e, n = xe, r = !1) {
|
|
|
1418
1417
|
}
|
|
1419
1418
|
const nt = (t) => (e, n = xe) => (
|
|
1420
1419
|
// 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"),
|
|
1420
|
+
(!En || t === "sp") && hr(t, (...r) => e(...r), n)
|
|
1421
|
+
), La = nt("bm"), Dn = nt("m"), Oa = nt("bu"), Pa = nt("u"), Rs = nt("bum"), pi = nt("um"), Ba = nt("sp"), $a = nt(
|
|
1423
1422
|
"rtg"
|
|
1424
1423
|
), za = nt(
|
|
1425
1424
|
"rtc"
|
|
1426
1425
|
);
|
|
1427
1426
|
function Ua(t, e = xe) {
|
|
1428
|
-
|
|
1427
|
+
hr("ec", t, e);
|
|
1429
1428
|
}
|
|
1430
1429
|
const Ha = Symbol.for("v-ndc");
|
|
1431
1430
|
function uo(t, e, n, r) {
|
|
@@ -1457,9 +1456,9 @@ function uo(t, e, n, r) {
|
|
|
1457
1456
|
s = [];
|
|
1458
1457
|
return n && (n[r] = s), s;
|
|
1459
1458
|
}
|
|
1460
|
-
function
|
|
1461
|
-
if (Ee.isCE || Ee.parent &&
|
|
1462
|
-
return e !== "default" && (n.name = e),
|
|
1459
|
+
function pn(t, e, n = {}, r, s) {
|
|
1460
|
+
if (Ee.isCE || Ee.parent && hn(Ee.parent) && Ee.parent.isCE)
|
|
1461
|
+
return e !== "default" && (n.name = e), pe("slot", n, r && r());
|
|
1463
1462
|
let o = t[e];
|
|
1464
1463
|
o && o._c && (o._d = !1), oe();
|
|
1465
1464
|
const c = o && di(o(n)), i = Se(
|
|
@@ -1530,7 +1529,7 @@ const cs = (t) => t ? Ci(t) ? gr(t) || t.proxy : cs(t.parent) : null, dn = (
|
|
|
1530
1529
|
}
|
|
1531
1530
|
}
|
|
1532
1531
|
const u = dn[e];
|
|
1533
|
-
let f,
|
|
1532
|
+
let f, h;
|
|
1534
1533
|
if (u)
|
|
1535
1534
|
return e === "$attrs" && qe(t, "get", e), u(t);
|
|
1536
1535
|
if (
|
|
@@ -1542,9 +1541,9 @@ const cs = (t) => t ? Ci(t) ? gr(t) || t.proxy : cs(t.parent) : null, dn = (
|
|
|
1542
1541
|
return c[e] = 4, n[e];
|
|
1543
1542
|
if (
|
|
1544
1543
|
// global properties
|
|
1545
|
-
|
|
1544
|
+
h = l.config.globalProperties, se(h, e)
|
|
1546
1545
|
)
|
|
1547
|
-
return
|
|
1546
|
+
return h[e];
|
|
1548
1547
|
},
|
|
1549
1548
|
set({ _: t }, e, n) {
|
|
1550
1549
|
const { data: r, setupState: s, ctx: o } = t;
|
|
@@ -1569,7 +1568,7 @@ function fo(t) {
|
|
|
1569
1568
|
let is = !0;
|
|
1570
1569
|
function Va(t) {
|
|
1571
1570
|
const e = qs(t), n = t.proxy, r = t.ctx;
|
|
1572
|
-
is = !1, e.beforeCreate &&
|
|
1571
|
+
is = !1, e.beforeCreate && ho(e.beforeCreate, t, "bc");
|
|
1573
1572
|
const {
|
|
1574
1573
|
// state
|
|
1575
1574
|
data: s,
|
|
@@ -1581,7 +1580,7 @@ function Va(t) {
|
|
|
1581
1580
|
// lifecycle
|
|
1582
1581
|
created: u,
|
|
1583
1582
|
beforeMount: f,
|
|
1584
|
-
mounted:
|
|
1583
|
+
mounted: h,
|
|
1585
1584
|
beforeUpdate: d,
|
|
1586
1585
|
updated: k,
|
|
1587
1586
|
activated: b,
|
|
@@ -1614,7 +1613,7 @@ function Va(t) {
|
|
|
1614
1613
|
}
|
|
1615
1614
|
if (is = !0, o)
|
|
1616
1615
|
for (const v in o) {
|
|
1617
|
-
const S = o[v], G = ee(S) ? S.bind(n, n) : ee(S.get) ? S.get.bind(n, n) :
|
|
1616
|
+
const S = o[v], G = ee(S) ? S.bind(n, n) : ee(S.get) ? S.get.bind(n, n) : Je, te = !ee(S) && ee(S.set) ? S.set.bind(n) : Je, ie = Tt({
|
|
1618
1617
|
get: G,
|
|
1619
1618
|
set: te
|
|
1620
1619
|
});
|
|
@@ -1634,11 +1633,11 @@ function Va(t) {
|
|
|
1634
1633
|
Xa(S, v[S]);
|
|
1635
1634
|
});
|
|
1636
1635
|
}
|
|
1637
|
-
u &&
|
|
1636
|
+
u && ho(u, t, "c");
|
|
1638
1637
|
function V(v, S) {
|
|
1639
1638
|
Z(S) ? S.forEach((G) => v(G.bind(n))) : S && v(S.bind(n));
|
|
1640
1639
|
}
|
|
1641
|
-
if (V(La, f), V(Dn,
|
|
1640
|
+
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
1641
|
if (z.length) {
|
|
1643
1642
|
const v = t.exposed || (t.exposed = {});
|
|
1644
1643
|
z.forEach((S) => {
|
|
@@ -1649,9 +1648,9 @@ function Va(t) {
|
|
|
1649
1648
|
});
|
|
1650
1649
|
} else
|
|
1651
1650
|
t.exposed || (t.exposed = {});
|
|
1652
|
-
j && t.render ===
|
|
1651
|
+
j && t.render === Je && (t.render = j), J != null && (t.inheritAttrs = J), B && (t.components = B), re && (t.directives = re);
|
|
1653
1652
|
}
|
|
1654
|
-
function Ga(t, e, n =
|
|
1653
|
+
function Ga(t, e, n = Je) {
|
|
1655
1654
|
Z(t) && (t = ls(t));
|
|
1656
1655
|
for (const r in t) {
|
|
1657
1656
|
const s = t[r];
|
|
@@ -1669,7 +1668,7 @@ function Ga(t, e, n = Ue) {
|
|
|
1669
1668
|
}) : e[r] = o;
|
|
1670
1669
|
}
|
|
1671
1670
|
}
|
|
1672
|
-
function
|
|
1671
|
+
function ho(t, e, n) {
|
|
1673
1672
|
Fe(
|
|
1674
1673
|
Z(t) ? t.map((r) => r.bind(e.proxy)) : t.bind(e.proxy),
|
|
1675
1674
|
e,
|
|
@@ -1715,7 +1714,7 @@ function Yn(t, e, n, r = !1) {
|
|
|
1715
1714
|
return t;
|
|
1716
1715
|
}
|
|
1717
1716
|
const Za = {
|
|
1718
|
-
data:
|
|
1717
|
+
data: po,
|
|
1719
1718
|
props: go,
|
|
1720
1719
|
emits: go,
|
|
1721
1720
|
// objects
|
|
@@ -1742,10 +1741,10 @@ const Za = {
|
|
|
1742
1741
|
// watch
|
|
1743
1742
|
watch: Wa,
|
|
1744
1743
|
// provide / inject
|
|
1745
|
-
provide:
|
|
1744
|
+
provide: po,
|
|
1746
1745
|
inject: Ka
|
|
1747
1746
|
};
|
|
1748
|
-
function
|
|
1747
|
+
function po(t, e) {
|
|
1749
1748
|
return e ? t ? function() {
|
|
1750
1749
|
return me(
|
|
1751
1750
|
ee(t) ? t.call(this, this) : t,
|
|
@@ -1842,11 +1841,11 @@ function Ya(t, e) {
|
|
|
1842
1841
|
},
|
|
1843
1842
|
mount(a, u, f) {
|
|
1844
1843
|
if (!i) {
|
|
1845
|
-
const
|
|
1844
|
+
const h = pe(
|
|
1846
1845
|
r,
|
|
1847
1846
|
s
|
|
1848
1847
|
);
|
|
1849
|
-
return
|
|
1848
|
+
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
1849
|
}
|
|
1851
1850
|
},
|
|
1852
1851
|
unmount() {
|
|
@@ -1908,15 +1907,15 @@ function eu(t, e, n, r) {
|
|
|
1908
1907
|
if (c & 8) {
|
|
1909
1908
|
const u = t.vnode.dynamicProps;
|
|
1910
1909
|
for (let f = 0; f < u.length; f++) {
|
|
1911
|
-
let
|
|
1912
|
-
if (ur(t.emitsOptions,
|
|
1910
|
+
let h = u[f];
|
|
1911
|
+
if (ur(t.emitsOptions, h))
|
|
1913
1912
|
continue;
|
|
1914
|
-
const d = e[
|
|
1913
|
+
const d = e[h];
|
|
1915
1914
|
if (l)
|
|
1916
|
-
if (se(o,
|
|
1917
|
-
d !== o[
|
|
1915
|
+
if (se(o, h))
|
|
1916
|
+
d !== o[h] && (o[h] = d, a = !0);
|
|
1918
1917
|
else {
|
|
1919
|
-
const k = Gt(
|
|
1918
|
+
const k = Gt(h);
|
|
1920
1919
|
s[k] = as(
|
|
1921
1920
|
l,
|
|
1922
1921
|
i,
|
|
@@ -1928,7 +1927,7 @@ function eu(t, e, n, r) {
|
|
|
1928
1927
|
);
|
|
1929
1928
|
}
|
|
1930
1929
|
else
|
|
1931
|
-
d !== o[
|
|
1930
|
+
d !== o[h] && (o[h] = d, a = !0);
|
|
1932
1931
|
}
|
|
1933
1932
|
}
|
|
1934
1933
|
} else {
|
|
@@ -2016,8 +2015,8 @@ function bi(t, e, n = !1) {
|
|
|
2016
2015
|
if (!ee(t)) {
|
|
2017
2016
|
const u = (f) => {
|
|
2018
2017
|
l = !0;
|
|
2019
|
-
const [
|
|
2020
|
-
me(c,
|
|
2018
|
+
const [h, d] = bi(f, e, !0);
|
|
2019
|
+
me(c, h), d && i.push(...d);
|
|
2021
2020
|
};
|
|
2022
2021
|
!n && e.mixins.length && e.mixins.forEach(u), t.extends && u(t.extends), t.mixins && t.mixins.forEach(u);
|
|
2023
2022
|
}
|
|
@@ -2032,7 +2031,7 @@ function bi(t, e, n = !1) {
|
|
|
2032
2031
|
for (const u in o) {
|
|
2033
2032
|
const f = Gt(u);
|
|
2034
2033
|
if (mo(f)) {
|
|
2035
|
-
const
|
|
2034
|
+
const h = o[u], d = c[f] = Z(h) || ee(h) ? { type: h } : me({}, h);
|
|
2036
2035
|
if (d) {
|
|
2037
2036
|
const k = vo(Boolean, d.type), b = vo(String, d.type);
|
|
2038
2037
|
d[
|
|
@@ -2061,7 +2060,7 @@ function bo(t, e) {
|
|
|
2061
2060
|
function vo(t, e) {
|
|
2062
2061
|
return Z(e) ? e.findIndex((n) => bo(n, t)) : ee(e) && bo(e, t) ? 0 : -1;
|
|
2063
2062
|
}
|
|
2064
|
-
const vi = (t) => t[0] === "_" || t === "$stable", Ms = (t) => Z(t) ? t.map(
|
|
2063
|
+
const vi = (t) => t[0] === "_" || t === "$stable", Ms = (t) => Z(t) ? t.map(Ge) : [Ge(t)], tu = (t, e, n) => {
|
|
2065
2064
|
if (e._n)
|
|
2066
2065
|
return e;
|
|
2067
2066
|
const r = ut((...s) => Ms(e(...s)), n);
|
|
@@ -2107,8 +2106,8 @@ const vi = (t) => t[0] === "_" || t === "$stable", Ms = (t) => Z(t) ? t.map(Ze)
|
|
|
2107
2106
|
function us(t, e, n, r, s = !1) {
|
|
2108
2107
|
if (Z(t)) {
|
|
2109
2108
|
t.forEach(
|
|
2110
|
-
(
|
|
2111
|
-
|
|
2109
|
+
(h, d) => us(
|
|
2110
|
+
h,
|
|
2112
2111
|
e && (Z(e) ? e[d] : e),
|
|
2113
2112
|
n,
|
|
2114
2113
|
r,
|
|
@@ -2117,20 +2116,20 @@ function us(t, e, n, r, s = !1) {
|
|
|
2117
2116
|
);
|
|
2118
2117
|
return;
|
|
2119
2118
|
}
|
|
2120
|
-
if (
|
|
2119
|
+
if (hn(r) && !s)
|
|
2121
2120
|
return;
|
|
2122
2121
|
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
2122
|
if (a != null && a !== l && (_e(a) ? (u[a] = null, se(f, a) && (f[a] = null)) : ye(a) && (a.value = null)), ee(l))
|
|
2124
2123
|
at(l, i, 12, [c, u]);
|
|
2125
2124
|
else {
|
|
2126
|
-
const
|
|
2127
|
-
if (
|
|
2125
|
+
const h = _e(l), d = ye(l);
|
|
2126
|
+
if (h || d) {
|
|
2128
2127
|
const k = () => {
|
|
2129
2128
|
if (t.f) {
|
|
2130
|
-
const b =
|
|
2131
|
-
s ? Z(b) && ms(b, o) : Z(b) ? b.includes(o) || b.push(o) :
|
|
2129
|
+
const b = h ? se(f, l) ? f[l] : u[l] : l.value;
|
|
2130
|
+
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
2131
|
} else
|
|
2133
|
-
|
|
2132
|
+
h ? (u[l] = c, se(f, l) && (f[l] = c)) : d && (l.value = c, t.k && (u[t.k] = c));
|
|
2134
2133
|
};
|
|
2135
2134
|
c ? (k.id = -1, Te(k, n)) : k();
|
|
2136
2135
|
}
|
|
@@ -2153,27 +2152,27 @@ function ou(t, e) {
|
|
|
2153
2152
|
setText: a,
|
|
2154
2153
|
setElementText: u,
|
|
2155
2154
|
parentNode: f,
|
|
2156
|
-
nextSibling:
|
|
2157
|
-
setScopeId: d =
|
|
2155
|
+
nextSibling: h,
|
|
2156
|
+
setScopeId: d = Je,
|
|
2158
2157
|
insertStaticContent: k
|
|
2159
|
-
} = t, b = (
|
|
2160
|
-
if (
|
|
2158
|
+
} = t, b = (p, g, _, E = null, x = null, M = null, O = !1, m = null, F = !!g.dynamicChildren) => {
|
|
2159
|
+
if (p === g)
|
|
2161
2160
|
return;
|
|
2162
|
-
|
|
2161
|
+
p && !yt(p, g) && (E = pt(p), ae(p, x, M, !0), p = null), g.patchFlag === -2 && (F = !1, g.dynamicChildren = null);
|
|
2163
2162
|
const { type: y, ref: L, shapeFlag: P } = g;
|
|
2164
2163
|
switch (y) {
|
|
2165
|
-
case
|
|
2166
|
-
I(
|
|
2164
|
+
case pr:
|
|
2165
|
+
I(p, g, _, E);
|
|
2167
2166
|
break;
|
|
2168
2167
|
case Le:
|
|
2169
|
-
T(
|
|
2168
|
+
T(p, g, _, E);
|
|
2170
2169
|
break;
|
|
2171
2170
|
case Mr:
|
|
2172
|
-
|
|
2171
|
+
p == null && C(g, _, E, O);
|
|
2173
2172
|
break;
|
|
2174
2173
|
case Re:
|
|
2175
2174
|
B(
|
|
2176
|
-
|
|
2175
|
+
p,
|
|
2177
2176
|
g,
|
|
2178
2177
|
_,
|
|
2179
2178
|
E,
|
|
@@ -2186,7 +2185,7 @@ function ou(t, e) {
|
|
|
2186
2185
|
break;
|
|
2187
2186
|
default:
|
|
2188
2187
|
P & 1 ? j(
|
|
2189
|
-
|
|
2188
|
+
p,
|
|
2190
2189
|
g,
|
|
2191
2190
|
_,
|
|
2192
2191
|
E,
|
|
@@ -2196,7 +2195,7 @@ function ou(t, e) {
|
|
|
2196
2195
|
m,
|
|
2197
2196
|
F
|
|
2198
2197
|
) : P & 6 ? re(
|
|
2199
|
-
|
|
2198
|
+
p,
|
|
2200
2199
|
g,
|
|
2201
2200
|
_,
|
|
2202
2201
|
E,
|
|
@@ -2206,7 +2205,7 @@ function ou(t, e) {
|
|
|
2206
2205
|
m,
|
|
2207
2206
|
F
|
|
2208
2207
|
) : (P & 64 || P & 128) && y.process(
|
|
2209
|
-
|
|
2208
|
+
p,
|
|
2210
2209
|
g,
|
|
2211
2210
|
_,
|
|
2212
2211
|
E,
|
|
@@ -2218,45 +2217,45 @@ function ou(t, e) {
|
|
|
2218
2217
|
Qe
|
|
2219
2218
|
);
|
|
2220
2219
|
}
|
|
2221
|
-
L != null && x && us(L,
|
|
2222
|
-
}, I = (
|
|
2223
|
-
if (
|
|
2220
|
+
L != null && x && us(L, p && p.ref, M, g || p, !g);
|
|
2221
|
+
}, I = (p, g, _, E) => {
|
|
2222
|
+
if (p == null)
|
|
2224
2223
|
r(
|
|
2225
2224
|
g.el = i(g.children),
|
|
2226
2225
|
_,
|
|
2227
2226
|
E
|
|
2228
2227
|
);
|
|
2229
2228
|
else {
|
|
2230
|
-
const x = g.el =
|
|
2231
|
-
g.children !==
|
|
2229
|
+
const x = g.el = p.el;
|
|
2230
|
+
g.children !== p.children && a(x, g.children);
|
|
2232
2231
|
}
|
|
2233
|
-
}, T = (
|
|
2234
|
-
|
|
2232
|
+
}, T = (p, g, _, E) => {
|
|
2233
|
+
p == null ? r(
|
|
2235
2234
|
g.el = l(g.children || ""),
|
|
2236
2235
|
_,
|
|
2237
2236
|
E
|
|
2238
|
-
) : g.el =
|
|
2239
|
-
}, C = (
|
|
2240
|
-
[
|
|
2241
|
-
|
|
2237
|
+
) : g.el = p.el;
|
|
2238
|
+
}, C = (p, g, _, E) => {
|
|
2239
|
+
[p.el, p.anchor] = k(
|
|
2240
|
+
p.children,
|
|
2242
2241
|
g,
|
|
2243
2242
|
_,
|
|
2244
2243
|
E,
|
|
2245
|
-
|
|
2246
|
-
|
|
2244
|
+
p.el,
|
|
2245
|
+
p.anchor
|
|
2247
2246
|
);
|
|
2248
|
-
}, N = ({ el:
|
|
2247
|
+
}, N = ({ el: p, anchor: g }, _, E) => {
|
|
2249
2248
|
let x;
|
|
2250
|
-
for (;
|
|
2251
|
-
x = p
|
|
2249
|
+
for (; p && p !== g; )
|
|
2250
|
+
x = h(p), r(p, _, E), p = x;
|
|
2252
2251
|
r(g, _, E);
|
|
2253
|
-
}, A = ({ el:
|
|
2252
|
+
}, A = ({ el: p, anchor: g }) => {
|
|
2254
2253
|
let _;
|
|
2255
|
-
for (;
|
|
2256
|
-
_ = p
|
|
2254
|
+
for (; p && p !== g; )
|
|
2255
|
+
_ = h(p), s(p), p = _;
|
|
2257
2256
|
s(g);
|
|
2258
|
-
}, j = (
|
|
2259
|
-
O = O || g.type === "svg",
|
|
2257
|
+
}, j = (p, g, _, E, x, M, O, m, F) => {
|
|
2258
|
+
O = O || g.type === "svg", p == null ? q(
|
|
2260
2259
|
g,
|
|
2261
2260
|
_,
|
|
2262
2261
|
E,
|
|
@@ -2266,7 +2265,7 @@ function ou(t, e) {
|
|
|
2266
2265
|
m,
|
|
2267
2266
|
F
|
|
2268
2267
|
) : X(
|
|
2269
|
-
|
|
2268
|
+
p,
|
|
2270
2269
|
g,
|
|
2271
2270
|
x,
|
|
2272
2271
|
M,
|
|
@@ -2274,16 +2273,16 @@ function ou(t, e) {
|
|
|
2274
2273
|
m,
|
|
2275
2274
|
F
|
|
2276
2275
|
);
|
|
2277
|
-
}, q = (
|
|
2276
|
+
}, q = (p, g, _, E, x, M, O, m) => {
|
|
2278
2277
|
let F, y;
|
|
2279
|
-
const { type: L, props: P, shapeFlag: U, transition: K, dirs: Q } =
|
|
2280
|
-
if (F =
|
|
2281
|
-
|
|
2278
|
+
const { type: L, props: P, shapeFlag: U, transition: K, dirs: Q } = p;
|
|
2279
|
+
if (F = p.el = c(
|
|
2280
|
+
p.type,
|
|
2282
2281
|
M,
|
|
2283
2282
|
P && P.is,
|
|
2284
2283
|
P
|
|
2285
|
-
), U & 8 ? u(F,
|
|
2286
|
-
|
|
2284
|
+
), U & 8 ? u(F, p.children) : U & 16 && $(
|
|
2285
|
+
p.children,
|
|
2287
2286
|
F,
|
|
2288
2287
|
null,
|
|
2289
2288
|
E,
|
|
@@ -2291,7 +2290,7 @@ function ou(t, e) {
|
|
|
2291
2290
|
M && L !== "foreignObject",
|
|
2292
2291
|
O,
|
|
2293
2292
|
m
|
|
2294
|
-
), Q && gt(
|
|
2293
|
+
), Q && gt(p, null, E, "created"), W(F, p, p.scopeId, O, E), P) {
|
|
2295
2294
|
for (const R in P)
|
|
2296
2295
|
R !== "value" && !Hn(R) && o(
|
|
2297
2296
|
F,
|
|
@@ -2299,28 +2298,28 @@ function ou(t, e) {
|
|
|
2299
2298
|
null,
|
|
2300
2299
|
P[R],
|
|
2301
2300
|
M,
|
|
2302
|
-
|
|
2301
|
+
p.children,
|
|
2303
2302
|
E,
|
|
2304
2303
|
x,
|
|
2305
2304
|
de
|
|
2306
2305
|
);
|
|
2307
|
-
"value" in P && o(F, "value", null, P.value), (y = P.onVnodeBeforeMount) &&
|
|
2306
|
+
"value" in P && o(F, "value", null, P.value), (y = P.onVnodeBeforeMount) && Ve(y, E, p);
|
|
2308
2307
|
}
|
|
2309
|
-
Q && gt(
|
|
2308
|
+
Q && gt(p, null, E, "beforeMount");
|
|
2310
2309
|
const w = (!x || x && !x.pendingBranch) && K && !K.persisted;
|
|
2311
2310
|
w && K.beforeEnter(F), r(F, g, _), ((y = P && P.onVnodeMounted) || w || Q) && Te(() => {
|
|
2312
|
-
y &&
|
|
2311
|
+
y && Ve(y, E, p), w && K.enter(F), Q && gt(p, null, E, "mounted");
|
|
2313
2312
|
}, x);
|
|
2314
|
-
}, W = (
|
|
2315
|
-
if (_ && d(
|
|
2313
|
+
}, W = (p, g, _, E, x) => {
|
|
2314
|
+
if (_ && d(p, _), E)
|
|
2316
2315
|
for (let M = 0; M < E.length; M++)
|
|
2317
|
-
d(
|
|
2316
|
+
d(p, E[M]);
|
|
2318
2317
|
if (x) {
|
|
2319
2318
|
let M = x.subTree;
|
|
2320
2319
|
if (g === M) {
|
|
2321
2320
|
const O = x.vnode;
|
|
2322
2321
|
W(
|
|
2323
|
-
|
|
2322
|
+
p,
|
|
2324
2323
|
O,
|
|
2325
2324
|
O.scopeId,
|
|
2326
2325
|
O.slotScopeIds,
|
|
@@ -2328,9 +2327,9 @@ function ou(t, e) {
|
|
|
2328
2327
|
);
|
|
2329
2328
|
}
|
|
2330
2329
|
}
|
|
2331
|
-
}, $ = (
|
|
2332
|
-
for (let y = F; y <
|
|
2333
|
-
const L =
|
|
2330
|
+
}, $ = (p, g, _, E, x, M, O, m, F = 0) => {
|
|
2331
|
+
for (let y = F; y < p.length; y++) {
|
|
2332
|
+
const L = p[y] = m ? ct(p[y]) : Ge(p[y]);
|
|
2334
2333
|
b(
|
|
2335
2334
|
null,
|
|
2336
2335
|
L,
|
|
@@ -2343,16 +2342,16 @@ function ou(t, e) {
|
|
|
2343
2342
|
m
|
|
2344
2343
|
);
|
|
2345
2344
|
}
|
|
2346
|
-
}, X = (
|
|
2347
|
-
const m = g.el =
|
|
2345
|
+
}, X = (p, g, _, E, x, M, O) => {
|
|
2346
|
+
const m = g.el = p.el;
|
|
2348
2347
|
let { patchFlag: F, dynamicChildren: y, dirs: L } = g;
|
|
2349
|
-
F |=
|
|
2350
|
-
const P =
|
|
2348
|
+
F |= p.patchFlag & 16;
|
|
2349
|
+
const P = p.props || ue, U = g.props || ue;
|
|
2351
2350
|
let K;
|
|
2352
|
-
_ && mt(_, !1), (K = U.onVnodeBeforeUpdate) &&
|
|
2351
|
+
_ && mt(_, !1), (K = U.onVnodeBeforeUpdate) && Ve(K, _, g, p), L && gt(g, p, _, "beforeUpdate"), _ && mt(_, !0);
|
|
2353
2352
|
const Q = x && g.type !== "foreignObject";
|
|
2354
2353
|
if (y ? z(
|
|
2355
|
-
|
|
2354
|
+
p.dynamicChildren,
|
|
2356
2355
|
y,
|
|
2357
2356
|
m,
|
|
2358
2357
|
_,
|
|
@@ -2360,7 +2359,7 @@ function ou(t, e) {
|
|
|
2360
2359
|
Q,
|
|
2361
2360
|
M
|
|
2362
2361
|
) : O || S(
|
|
2363
|
-
|
|
2362
|
+
p,
|
|
2364
2363
|
g,
|
|
2365
2364
|
m,
|
|
2366
2365
|
null,
|
|
@@ -2383,21 +2382,21 @@ function ou(t, e) {
|
|
|
2383
2382
|
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
2383
|
const w = g.dynamicProps;
|
|
2385
2384
|
for (let R = 0; R < w.length; R++) {
|
|
2386
|
-
const H = w[R], Y = P[H],
|
|
2387
|
-
(
|
|
2385
|
+
const H = w[R], Y = P[H], he = U[H];
|
|
2386
|
+
(he !== Y || H === "value") && o(
|
|
2388
2387
|
m,
|
|
2389
2388
|
H,
|
|
2390
2389
|
Y,
|
|
2391
|
-
|
|
2390
|
+
he,
|
|
2392
2391
|
x,
|
|
2393
|
-
|
|
2392
|
+
p.children,
|
|
2394
2393
|
_,
|
|
2395
2394
|
E,
|
|
2396
2395
|
de
|
|
2397
2396
|
);
|
|
2398
2397
|
}
|
|
2399
2398
|
}
|
|
2400
|
-
F & 1 &&
|
|
2399
|
+
F & 1 && p.children !== g.children && u(m, g.children);
|
|
2401
2400
|
} else
|
|
2402
2401
|
!O && y == null && J(
|
|
2403
2402
|
m,
|
|
@@ -2409,11 +2408,11 @@ function ou(t, e) {
|
|
|
2409
2408
|
x
|
|
2410
2409
|
);
|
|
2411
2410
|
((K = U.onVnodeUpdated) || L) && Te(() => {
|
|
2412
|
-
K &&
|
|
2411
|
+
K && Ve(K, _, g, p), L && gt(g, p, _, "updated");
|
|
2413
2412
|
}, E);
|
|
2414
|
-
}, z = (
|
|
2413
|
+
}, z = (p, g, _, E, x, M, O) => {
|
|
2415
2414
|
for (let m = 0; m < g.length; m++) {
|
|
2416
|
-
const F =
|
|
2415
|
+
const F = p[m], y = g[m], L = (
|
|
2417
2416
|
// oldVNode may be an errored async setup() component inside Suspense
|
|
2418
2417
|
// which will not have a mounted element
|
|
2419
2418
|
F.el && // - In the case of a Fragment, we need to provide the actual parent
|
|
@@ -2439,12 +2438,12 @@ function ou(t, e) {
|
|
|
2439
2438
|
!0
|
|
2440
2439
|
);
|
|
2441
2440
|
}
|
|
2442
|
-
}, J = (
|
|
2441
|
+
}, J = (p, g, _, E, x, M, O) => {
|
|
2443
2442
|
if (_ !== E) {
|
|
2444
2443
|
if (_ !== ue)
|
|
2445
2444
|
for (const m in _)
|
|
2446
2445
|
!Hn(m) && !(m in E) && o(
|
|
2447
|
-
|
|
2446
|
+
p,
|
|
2448
2447
|
m,
|
|
2449
2448
|
_[m],
|
|
2450
2449
|
null,
|
|
@@ -2459,7 +2458,7 @@ function ou(t, e) {
|
|
|
2459
2458
|
continue;
|
|
2460
2459
|
const F = E[m], y = _[m];
|
|
2461
2460
|
F !== y && m !== "value" && o(
|
|
2462
|
-
|
|
2461
|
+
p,
|
|
2463
2462
|
m,
|
|
2464
2463
|
y,
|
|
2465
2464
|
F,
|
|
@@ -2470,12 +2469,12 @@ function ou(t, e) {
|
|
|
2470
2469
|
de
|
|
2471
2470
|
);
|
|
2472
2471
|
}
|
|
2473
|
-
"value" in E && o(
|
|
2472
|
+
"value" in E && o(p, "value", _.value, E.value);
|
|
2474
2473
|
}
|
|
2475
|
-
}, B = (
|
|
2476
|
-
const y = g.el =
|
|
2474
|
+
}, B = (p, g, _, E, x, M, O, m, F) => {
|
|
2475
|
+
const y = g.el = p ? p.el : i(""), L = g.anchor = p ? p.anchor : i("");
|
|
2477
2476
|
let { patchFlag: P, dynamicChildren: U, slotScopeIds: K } = g;
|
|
2478
|
-
K && (m = m ? m.concat(K) : K),
|
|
2477
|
+
K && (m = m ? m.concat(K) : K), p == null ? (r(y, _, E), r(L, _, E), $(
|
|
2479
2478
|
g.children,
|
|
2480
2479
|
_,
|
|
2481
2480
|
L,
|
|
@@ -2486,8 +2485,8 @@ function ou(t, e) {
|
|
|
2486
2485
|
F
|
|
2487
2486
|
)) : P > 0 && P & 64 && U && // #2715 the previous fragment could've been a BAILed one as a result
|
|
2488
2487
|
// of renderSlot() with no valid children
|
|
2489
|
-
|
|
2490
|
-
|
|
2488
|
+
p.dynamicChildren ? (z(
|
|
2489
|
+
p.dynamicChildren,
|
|
2491
2490
|
U,
|
|
2492
2491
|
_,
|
|
2493
2492
|
x,
|
|
@@ -2499,12 +2498,12 @@ function ou(t, e) {
|
|
|
2499
2498
|
// #2134 or if it's a component root, it may also get moved around
|
|
2500
2499
|
// as the component is being moved.
|
|
2501
2500
|
(g.key != null || x && g === x.subTree) && ki(
|
|
2502
|
-
|
|
2501
|
+
p,
|
|
2503
2502
|
g,
|
|
2504
2503
|
!0
|
|
2505
2504
|
/* shallow */
|
|
2506
2505
|
)) : S(
|
|
2507
|
-
|
|
2506
|
+
p,
|
|
2508
2507
|
g,
|
|
2509
2508
|
_,
|
|
2510
2509
|
L,
|
|
@@ -2514,8 +2513,8 @@ function ou(t, e) {
|
|
|
2514
2513
|
m,
|
|
2515
2514
|
F
|
|
2516
2515
|
);
|
|
2517
|
-
}, re = (
|
|
2518
|
-
g.slotScopeIds = m,
|
|
2516
|
+
}, re = (p, g, _, E, x, M, O, m, F) => {
|
|
2517
|
+
g.slotScopeIds = m, p == null ? g.shapeFlag & 512 ? x.ctx.activate(
|
|
2519
2518
|
g,
|
|
2520
2519
|
_,
|
|
2521
2520
|
E,
|
|
@@ -2529,68 +2528,68 @@ function ou(t, e) {
|
|
|
2529
2528
|
M,
|
|
2530
2529
|
O,
|
|
2531
2530
|
F
|
|
2532
|
-
) : ne(
|
|
2533
|
-
}, D = (
|
|
2534
|
-
const m =
|
|
2535
|
-
|
|
2531
|
+
) : ne(p, g, F);
|
|
2532
|
+
}, D = (p, g, _, E, x, M, O) => {
|
|
2533
|
+
const m = p.component = du(
|
|
2534
|
+
p,
|
|
2536
2535
|
E,
|
|
2537
2536
|
x
|
|
2538
2537
|
);
|
|
2539
|
-
if (fr(
|
|
2540
|
-
if (x && x.registerDep(m, V), !
|
|
2541
|
-
const F = m.subTree =
|
|
2538
|
+
if (fr(p) && (m.ctx.renderer = Qe), mu(m), m.asyncDep) {
|
|
2539
|
+
if (x && x.registerDep(m, V), !p.el) {
|
|
2540
|
+
const F = m.subTree = pe(Le);
|
|
2542
2541
|
T(null, F, g, _);
|
|
2543
2542
|
}
|
|
2544
2543
|
return;
|
|
2545
2544
|
}
|
|
2546
2545
|
V(
|
|
2547
2546
|
m,
|
|
2548
|
-
|
|
2547
|
+
p,
|
|
2549
2548
|
g,
|
|
2550
2549
|
_,
|
|
2551
2550
|
x,
|
|
2552
2551
|
M,
|
|
2553
2552
|
O
|
|
2554
2553
|
);
|
|
2555
|
-
}, ne = (
|
|
2556
|
-
const E = g.component =
|
|
2557
|
-
if (Ca(
|
|
2554
|
+
}, ne = (p, g, _) => {
|
|
2555
|
+
const E = g.component = p.component;
|
|
2556
|
+
if (Ca(p, g, _))
|
|
2558
2557
|
if (E.asyncDep && !E.asyncResolved) {
|
|
2559
2558
|
v(E, g, _);
|
|
2560
2559
|
return;
|
|
2561
2560
|
} else
|
|
2562
2561
|
E.next = g, va(E.update), E.update();
|
|
2563
2562
|
else
|
|
2564
|
-
g.el =
|
|
2565
|
-
}, V = (
|
|
2563
|
+
g.el = p.el, E.vnode = g;
|
|
2564
|
+
}, V = (p, g, _, E, x, M, O) => {
|
|
2566
2565
|
const m = () => {
|
|
2567
|
-
if (
|
|
2568
|
-
let { next: L, bu: P, u: U, parent: K, vnode: Q } =
|
|
2569
|
-
mt(
|
|
2570
|
-
const H = Dr(
|
|
2571
|
-
|
|
2566
|
+
if (p.isMounted) {
|
|
2567
|
+
let { next: L, bu: P, u: U, parent: K, vnode: Q } = p, w = L, R;
|
|
2568
|
+
mt(p, !1), L ? (L.el = Q.el, v(p, L, O)) : L = Q, P && jn(P), (R = L.props && L.props.onVnodeBeforeUpdate) && Ve(R, K, L, Q), mt(p, !0);
|
|
2569
|
+
const H = Dr(p), Y = p.subTree;
|
|
2570
|
+
p.subTree = H, b(
|
|
2572
2571
|
Y,
|
|
2573
2572
|
H,
|
|
2574
2573
|
// parent may have changed if it's in a teleport
|
|
2575
2574
|
f(Y.el),
|
|
2576
2575
|
// anchor may have changed if it's in a fragment
|
|
2577
|
-
|
|
2578
|
-
|
|
2576
|
+
pt(Y),
|
|
2577
|
+
p,
|
|
2579
2578
|
x,
|
|
2580
2579
|
M
|
|
2581
|
-
), L.el = H.el, w === null && Aa(
|
|
2582
|
-
() =>
|
|
2580
|
+
), L.el = H.el, w === null && Aa(p, H.el), U && Te(U, x), (R = L.props && L.props.onVnodeUpdated) && Te(
|
|
2581
|
+
() => Ve(R, K, L, Q),
|
|
2583
2582
|
x
|
|
2584
2583
|
);
|
|
2585
2584
|
} else {
|
|
2586
2585
|
let L;
|
|
2587
|
-
const { el: P, props: U } = g, { bm: K, m: Q, parent: w } =
|
|
2588
|
-
if (mt(
|
|
2586
|
+
const { el: P, props: U } = g, { bm: K, m: Q, parent: w } = p, R = hn(g);
|
|
2587
|
+
if (mt(p, !1), K && jn(K), !R && (L = U && U.onVnodeBeforeMount) && Ve(L, w, g), mt(p, !0), P && sn) {
|
|
2589
2588
|
const H = () => {
|
|
2590
|
-
|
|
2589
|
+
p.subTree = Dr(p), sn(
|
|
2591
2590
|
P,
|
|
2592
|
-
|
|
2593
|
-
|
|
2591
|
+
p.subTree,
|
|
2592
|
+
p,
|
|
2594
2593
|
x,
|
|
2595
2594
|
null
|
|
2596
2595
|
);
|
|
@@ -2600,16 +2599,16 @@ function ou(t, e) {
|
|
|
2600
2599
|
// which means it won't track dependencies - but it's ok because
|
|
2601
2600
|
// a server-rendered async wrapper is already in resolved state
|
|
2602
2601
|
// and it will never need to change.
|
|
2603
|
-
() => !
|
|
2602
|
+
() => !p.isUnmounted && H()
|
|
2604
2603
|
) : H();
|
|
2605
2604
|
} else {
|
|
2606
|
-
const H =
|
|
2605
|
+
const H = p.subTree = Dr(p);
|
|
2607
2606
|
b(
|
|
2608
2607
|
null,
|
|
2609
2608
|
H,
|
|
2610
2609
|
_,
|
|
2611
2610
|
E,
|
|
2612
|
-
|
|
2611
|
+
p,
|
|
2613
2612
|
x,
|
|
2614
2613
|
M
|
|
2615
2614
|
), g.el = H.el;
|
|
@@ -2617,25 +2616,25 @@ function ou(t, e) {
|
|
|
2617
2616
|
if (Q && Te(Q, x), !R && (L = U && U.onVnodeMounted)) {
|
|
2618
2617
|
const H = g;
|
|
2619
2618
|
Te(
|
|
2620
|
-
() =>
|
|
2619
|
+
() => Ve(L, w, H),
|
|
2621
2620
|
x
|
|
2622
2621
|
);
|
|
2623
2622
|
}
|
|
2624
|
-
(g.shapeFlag & 256 || w &&
|
|
2623
|
+
(g.shapeFlag & 256 || w && hn(w.vnode) && w.vnode.shapeFlag & 256) && p.a && Te(p.a, x), p.isMounted = !0, g = _ = E = null;
|
|
2625
2624
|
}
|
|
2626
|
-
}, F =
|
|
2625
|
+
}, F = p.effect = new ys(
|
|
2627
2626
|
m,
|
|
2628
2627
|
() => Ts(y),
|
|
2629
|
-
|
|
2628
|
+
p.scope
|
|
2630
2629
|
// 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 =
|
|
2630
|
+
), y = p.update = () => F.run();
|
|
2631
|
+
y.id = p.uid, mt(p, !0), y();
|
|
2632
|
+
}, v = (p, g, _) => {
|
|
2633
|
+
g.component = p;
|
|
2634
|
+
const E = p.vnode.props;
|
|
2635
|
+
p.vnode = g, p.next = null, eu(p, g.props, E, _), ru(p, g.children, _), Yt(), io(), Xt();
|
|
2636
|
+
}, S = (p, g, _, E, x, M, O, m, F = !1) => {
|
|
2637
|
+
const y = p && p.children, L = p ? p.shapeFlag : 0, P = g.children, { patchFlag: U, shapeFlag: K } = g;
|
|
2639
2638
|
if (U > 0) {
|
|
2640
2639
|
if (U & 128) {
|
|
2641
2640
|
te(
|
|
@@ -2685,14 +2684,14 @@ function ou(t, e) {
|
|
|
2685
2684
|
m,
|
|
2686
2685
|
F
|
|
2687
2686
|
));
|
|
2688
|
-
}, G = (
|
|
2689
|
-
|
|
2690
|
-
const y =
|
|
2687
|
+
}, G = (p, g, _, E, x, M, O, m, F) => {
|
|
2688
|
+
p = p || Bt, g = g || Bt;
|
|
2689
|
+
const y = p.length, L = g.length, P = Math.min(y, L);
|
|
2691
2690
|
let U;
|
|
2692
2691
|
for (U = 0; U < P; U++) {
|
|
2693
|
-
const K = g[U] = F ? ct(g[U]) :
|
|
2692
|
+
const K = g[U] = F ? ct(g[U]) : Ge(g[U]);
|
|
2694
2693
|
b(
|
|
2695
|
-
|
|
2694
|
+
p[U],
|
|
2696
2695
|
K,
|
|
2697
2696
|
_,
|
|
2698
2697
|
null,
|
|
@@ -2704,7 +2703,7 @@ function ou(t, e) {
|
|
|
2704
2703
|
);
|
|
2705
2704
|
}
|
|
2706
2705
|
y > L ? de(
|
|
2707
|
-
|
|
2706
|
+
p,
|
|
2708
2707
|
x,
|
|
2709
2708
|
M,
|
|
2710
2709
|
!0,
|
|
@@ -2721,12 +2720,12 @@ function ou(t, e) {
|
|
|
2721
2720
|
F,
|
|
2722
2721
|
P
|
|
2723
2722
|
);
|
|
2724
|
-
}, te = (
|
|
2723
|
+
}, te = (p, g, _, E, x, M, O, m, F) => {
|
|
2725
2724
|
let y = 0;
|
|
2726
2725
|
const L = g.length;
|
|
2727
|
-
let P =
|
|
2726
|
+
let P = p.length - 1, U = L - 1;
|
|
2728
2727
|
for (; y <= P && y <= U; ) {
|
|
2729
|
-
const K =
|
|
2728
|
+
const K = p[y], Q = g[y] = F ? ct(g[y]) : Ge(g[y]);
|
|
2730
2729
|
if (yt(K, Q))
|
|
2731
2730
|
b(
|
|
2732
2731
|
K,
|
|
@@ -2744,7 +2743,7 @@ function ou(t, e) {
|
|
|
2744
2743
|
y++;
|
|
2745
2744
|
}
|
|
2746
2745
|
for (; y <= P && y <= U; ) {
|
|
2747
|
-
const K =
|
|
2746
|
+
const K = p[P], Q = g[U] = F ? ct(g[U]) : Ge(g[U]);
|
|
2748
2747
|
if (yt(K, Q))
|
|
2749
2748
|
b(
|
|
2750
2749
|
K,
|
|
@@ -2767,7 +2766,7 @@ function ou(t, e) {
|
|
|
2767
2766
|
for (; y <= U; )
|
|
2768
2767
|
b(
|
|
2769
2768
|
null,
|
|
2770
|
-
g[y] = F ? ct(g[y]) :
|
|
2769
|
+
g[y] = F ? ct(g[y]) : Ge(g[y]),
|
|
2771
2770
|
_,
|
|
2772
2771
|
Q,
|
|
2773
2772
|
x,
|
|
@@ -2779,37 +2778,37 @@ function ou(t, e) {
|
|
|
2779
2778
|
}
|
|
2780
2779
|
} else if (y > U)
|
|
2781
2780
|
for (; y <= P; )
|
|
2782
|
-
ae(
|
|
2781
|
+
ae(p[y], x, M, !0), y++;
|
|
2783
2782
|
else {
|
|
2784
2783
|
const K = y, Q = y, w = /* @__PURE__ */ new Map();
|
|
2785
2784
|
for (y = Q; y <= U; y++) {
|
|
2786
|
-
const Me = g[y] = F ? ct(g[y]) :
|
|
2785
|
+
const Me = g[y] = F ? ct(g[y]) : Ge(g[y]);
|
|
2787
2786
|
Me.key != null && w.set(Me.key, y);
|
|
2788
2787
|
}
|
|
2789
2788
|
let R, H = 0;
|
|
2790
2789
|
const Y = U - Q + 1;
|
|
2791
|
-
let
|
|
2790
|
+
let he = !1, Ne = 0;
|
|
2792
2791
|
const dt = new Array(Y);
|
|
2793
2792
|
for (y = 0; y < Y; y++)
|
|
2794
2793
|
dt[y] = 0;
|
|
2795
2794
|
for (y = K; y <= P; y++) {
|
|
2796
|
-
const Me =
|
|
2795
|
+
const Me = p[y];
|
|
2797
2796
|
if (H >= Y) {
|
|
2798
2797
|
ae(Me, x, M, !0);
|
|
2799
2798
|
continue;
|
|
2800
2799
|
}
|
|
2801
|
-
let
|
|
2800
|
+
let je;
|
|
2802
2801
|
if (Me.key != null)
|
|
2803
|
-
|
|
2802
|
+
je = w.get(Me.key);
|
|
2804
2803
|
else
|
|
2805
2804
|
for (R = Q; R <= U; R++)
|
|
2806
2805
|
if (dt[R - Q] === 0 && yt(Me, g[R])) {
|
|
2807
|
-
|
|
2806
|
+
je = R;
|
|
2808
2807
|
break;
|
|
2809
2808
|
}
|
|
2810
|
-
|
|
2809
|
+
je === void 0 ? ae(Me, x, M, !0) : (dt[je - Q] = y + 1, je >= Ne ? Ne = je : he = !0, b(
|
|
2811
2810
|
Me,
|
|
2812
|
-
g[
|
|
2811
|
+
g[je],
|
|
2813
2812
|
_,
|
|
2814
2813
|
null,
|
|
2815
2814
|
x,
|
|
@@ -2819,12 +2818,12 @@ function ou(t, e) {
|
|
|
2819
2818
|
F
|
|
2820
2819
|
), H++);
|
|
2821
2820
|
}
|
|
2822
|
-
const qn =
|
|
2821
|
+
const qn = he ? cu(dt) : Bt;
|
|
2823
2822
|
for (R = qn.length - 1, y = Y - 1; y >= 0; y--) {
|
|
2824
|
-
const Me = Q + y,
|
|
2823
|
+
const Me = Q + y, je = g[Me], Xs = Me + 1 < L ? g[Me + 1].el : E;
|
|
2825
2824
|
dt[y] === 0 ? b(
|
|
2826
2825
|
null,
|
|
2827
|
-
|
|
2826
|
+
je,
|
|
2828
2827
|
_,
|
|
2829
2828
|
Xs,
|
|
2830
2829
|
x,
|
|
@@ -2832,32 +2831,32 @@ function ou(t, e) {
|
|
|
2832
2831
|
O,
|
|
2833
2832
|
m,
|
|
2834
2833
|
F
|
|
2835
|
-
) :
|
|
2834
|
+
) : he && (R < 0 || y !== qn[R] ? ie(je, _, Xs, 2) : R--);
|
|
2836
2835
|
}
|
|
2837
2836
|
}
|
|
2838
|
-
}, ie = (
|
|
2839
|
-
const { el: M, type: O, transition: m, children: F, shapeFlag: y } =
|
|
2837
|
+
}, ie = (p, g, _, E, x = null) => {
|
|
2838
|
+
const { el: M, type: O, transition: m, children: F, shapeFlag: y } = p;
|
|
2840
2839
|
if (y & 6) {
|
|
2841
|
-
ie(
|
|
2840
|
+
ie(p.component.subTree, g, _, E);
|
|
2842
2841
|
return;
|
|
2843
2842
|
}
|
|
2844
2843
|
if (y & 128) {
|
|
2845
|
-
|
|
2844
|
+
p.suspense.move(g, _, E);
|
|
2846
2845
|
return;
|
|
2847
2846
|
}
|
|
2848
2847
|
if (y & 64) {
|
|
2849
|
-
O.move(
|
|
2848
|
+
O.move(p, g, _, Qe);
|
|
2850
2849
|
return;
|
|
2851
2850
|
}
|
|
2852
2851
|
if (O === Re) {
|
|
2853
2852
|
r(M, g, _);
|
|
2854
2853
|
for (let P = 0; P < F.length; P++)
|
|
2855
2854
|
ie(F[P], g, _, E);
|
|
2856
|
-
r(
|
|
2855
|
+
r(p.anchor, g, _);
|
|
2857
2856
|
return;
|
|
2858
2857
|
}
|
|
2859
2858
|
if (O === Mr) {
|
|
2860
|
-
N(
|
|
2859
|
+
N(p, g, _);
|
|
2861
2860
|
return;
|
|
2862
2861
|
}
|
|
2863
2862
|
if (E !== 2 && y & 1 && m)
|
|
@@ -2873,7 +2872,7 @@ function ou(t, e) {
|
|
|
2873
2872
|
}
|
|
2874
2873
|
else
|
|
2875
2874
|
r(M, g, _);
|
|
2876
|
-
}, ae = (
|
|
2875
|
+
}, ae = (p, g, _, E = !1, x = !1) => {
|
|
2877
2876
|
const {
|
|
2878
2877
|
type: M,
|
|
2879
2878
|
props: O,
|
|
@@ -2883,22 +2882,22 @@ function ou(t, e) {
|
|
|
2883
2882
|
shapeFlag: L,
|
|
2884
2883
|
patchFlag: P,
|
|
2885
2884
|
dirs: U
|
|
2886
|
-
} =
|
|
2887
|
-
if (m != null && us(m, null, _,
|
|
2888
|
-
g.ctx.deactivate(
|
|
2885
|
+
} = p;
|
|
2886
|
+
if (m != null && us(m, null, _, p, !0), L & 256) {
|
|
2887
|
+
g.ctx.deactivate(p);
|
|
2889
2888
|
return;
|
|
2890
2889
|
}
|
|
2891
|
-
const K = L & 1 && U, Q = !
|
|
2890
|
+
const K = L & 1 && U, Q = !hn(p);
|
|
2892
2891
|
let w;
|
|
2893
|
-
if (Q && (w = O && O.onVnodeBeforeUnmount) &&
|
|
2894
|
-
Ce(
|
|
2892
|
+
if (Q && (w = O && O.onVnodeBeforeUnmount) && Ve(w, g, p), L & 6)
|
|
2893
|
+
Ce(p.component, _, E);
|
|
2895
2894
|
else {
|
|
2896
2895
|
if (L & 128) {
|
|
2897
|
-
|
|
2896
|
+
p.suspense.unmount(_, E);
|
|
2898
2897
|
return;
|
|
2899
2898
|
}
|
|
2900
|
-
K && gt(
|
|
2901
|
-
|
|
2899
|
+
K && gt(p, null, g, "beforeUnmount"), L & 64 ? p.type.remove(
|
|
2900
|
+
p,
|
|
2902
2901
|
g,
|
|
2903
2902
|
_,
|
|
2904
2903
|
x,
|
|
@@ -2911,44 +2910,44 @@ function ou(t, e) {
|
|
|
2911
2910
|
_,
|
|
2912
2911
|
!1,
|
|
2913
2912
|
!0
|
|
2914
|
-
) : (M === Re && P & 384 || !x && L & 16) && de(F, g, _), E && De(
|
|
2913
|
+
) : (M === Re && P & 384 || !x && L & 16) && de(F, g, _), E && De(p);
|
|
2915
2914
|
}
|
|
2916
2915
|
(Q && (w = O && O.onVnodeUnmounted) || K) && Te(() => {
|
|
2917
|
-
w &&
|
|
2916
|
+
w && Ve(w, g, p), K && gt(p, null, g, "unmounted");
|
|
2918
2917
|
}, _);
|
|
2919
|
-
}, De = (
|
|
2920
|
-
const { type: g, el: _, anchor: E, transition: x } =
|
|
2918
|
+
}, De = (p) => {
|
|
2919
|
+
const { type: g, el: _, anchor: E, transition: x } = p;
|
|
2921
2920
|
if (g === Re) {
|
|
2922
2921
|
It(_, E);
|
|
2923
2922
|
return;
|
|
2924
2923
|
}
|
|
2925
2924
|
if (g === Mr) {
|
|
2926
|
-
A(
|
|
2925
|
+
A(p);
|
|
2927
2926
|
return;
|
|
2928
2927
|
}
|
|
2929
2928
|
const M = () => {
|
|
2930
2929
|
s(_), x && !x.persisted && x.afterLeave && x.afterLeave();
|
|
2931
2930
|
};
|
|
2932
|
-
if (
|
|
2931
|
+
if (p.shapeFlag & 1 && x && !x.persisted) {
|
|
2933
2932
|
const { leave: O, delayLeave: m } = x, F = () => O(_, M);
|
|
2934
|
-
m ? m(
|
|
2933
|
+
m ? m(p.el, M, F) : F();
|
|
2935
2934
|
} else
|
|
2936
2935
|
M();
|
|
2937
|
-
}, It = (
|
|
2936
|
+
}, It = (p, g) => {
|
|
2938
2937
|
let _;
|
|
2939
|
-
for (;
|
|
2940
|
-
_ = p
|
|
2938
|
+
for (; p !== g; )
|
|
2939
|
+
_ = h(p), s(p), p = _;
|
|
2941
2940
|
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
|
-
}, de = (
|
|
2948
|
-
for (let O = M; O <
|
|
2949
|
-
ae(
|
|
2950
|
-
},
|
|
2951
|
-
|
|
2941
|
+
}, Ce = (p, g, _) => {
|
|
2942
|
+
const { bum: E, scope: x, update: M, subTree: O, um: m } = p;
|
|
2943
|
+
E && jn(E), x.stop(), M && (M.active = !1, ae(O, p, g, _)), m && Te(m, g), Te(() => {
|
|
2944
|
+
p.isUnmounted = !0;
|
|
2945
|
+
}, g), g && g.pendingBranch && !g.isUnmounted && p.asyncDep && !p.asyncResolved && p.suspenseId === g.pendingId && (g.deps--, g.deps === 0 && g.resolve());
|
|
2946
|
+
}, de = (p, g, _, E = !1, x = !1, M = 0) => {
|
|
2947
|
+
for (let O = M; O < p.length; O++)
|
|
2948
|
+
ae(p[O], g, _, E, x);
|
|
2949
|
+
}, pt = (p) => p.shapeFlag & 6 ? pt(p.component.subTree) : p.shapeFlag & 128 ? p.suspense.next() : h(p.anchor || p.el), nn = (p, g, _) => {
|
|
2950
|
+
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
2951
|
}, Qe = {
|
|
2953
2952
|
p: b,
|
|
2954
2953
|
um: ae,
|
|
@@ -2958,7 +2957,7 @@ function ou(t, e) {
|
|
|
2958
2957
|
mc: $,
|
|
2959
2958
|
pc: S,
|
|
2960
2959
|
pbc: z,
|
|
2961
|
-
n:
|
|
2960
|
+
n: pt,
|
|
2962
2961
|
o: t
|
|
2963
2962
|
};
|
|
2964
2963
|
let rn, sn;
|
|
@@ -2979,7 +2978,7 @@ function ki(t, e, n = !1) {
|
|
|
2979
2978
|
for (let o = 0; o < r.length; o++) {
|
|
2980
2979
|
const c = r[o];
|
|
2981
2980
|
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 ===
|
|
2981
|
+
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
2982
|
}
|
|
2984
2983
|
}
|
|
2985
2984
|
function cu(t) {
|
|
@@ -3002,7 +3001,7 @@ function cu(t) {
|
|
|
3002
3001
|
n[o] = c, c = e[c];
|
|
3003
3002
|
return n;
|
|
3004
3003
|
}
|
|
3005
|
-
const iu = (t) => t.__isTeleport, Re = Symbol.for("v-fgt"),
|
|
3004
|
+
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
3005
|
let ze = null;
|
|
3007
3006
|
function oe(t = !1) {
|
|
3008
3007
|
gn.push(ze = t ? null : []);
|
|
@@ -3033,7 +3032,7 @@ function be(t, e, n, r, s, o) {
|
|
|
3033
3032
|
}
|
|
3034
3033
|
function Se(t, e, n, r, s) {
|
|
3035
3034
|
return Ei(
|
|
3036
|
-
|
|
3035
|
+
pe(
|
|
3037
3036
|
t,
|
|
3038
3037
|
e,
|
|
3039
3038
|
n,
|
|
@@ -3094,10 +3093,10 @@ function we(t, e = null, n = null, r = 0, s = null, o = t === Re ? 0 : 1, c = !1
|
|
|
3094
3093
|
// vnode should not be considered dynamic due to handler caching.
|
|
3095
3094
|
l.patchFlag !== 32 && ze.push(l), l;
|
|
3096
3095
|
}
|
|
3097
|
-
const
|
|
3096
|
+
const pe = au;
|
|
3098
3097
|
function au(t, e = null, n = null, r = 0, s = null, o = !1) {
|
|
3099
3098
|
if ((!t || t === Ha) && (t = Le), Qn(t)) {
|
|
3100
|
-
const i =
|
|
3099
|
+
const i = ht(
|
|
3101
3100
|
t,
|
|
3102
3101
|
e,
|
|
3103
3102
|
!0
|
|
@@ -3125,7 +3124,7 @@ function au(t, e = null, n = null, r = 0, s = null, o = !1) {
|
|
|
3125
3124
|
function uu(t) {
|
|
3126
3125
|
return t ? Wc(t) || dr in t ? me({}, t) : t : null;
|
|
3127
3126
|
}
|
|
3128
|
-
function
|
|
3127
|
+
function ht(t, e, n = !1) {
|
|
3129
3128
|
const { props: r, ref: s, patchFlag: o, children: c } = t, i = e ? fu(r || {}, e) : r;
|
|
3130
3129
|
return {
|
|
3131
3130
|
__v_isVNode: !0,
|
|
@@ -3162,8 +3161,8 @@ function pt(t, e, n = !1) {
|
|
|
3162
3161
|
// they will simply be overwritten.
|
|
3163
3162
|
component: t.component,
|
|
3164
3163
|
suspense: t.suspense,
|
|
3165
|
-
ssContent: t.ssContent &&
|
|
3166
|
-
ssFallback: t.ssFallback &&
|
|
3164
|
+
ssContent: t.ssContent && ht(t.ssContent),
|
|
3165
|
+
ssFallback: t.ssFallback && ht(t.ssFallback),
|
|
3167
3166
|
el: t.el,
|
|
3168
3167
|
anchor: t.anchor,
|
|
3169
3168
|
ctx: t.ctx,
|
|
@@ -3171,21 +3170,21 @@ function pt(t, e, n = !1) {
|
|
|
3171
3170
|
};
|
|
3172
3171
|
}
|
|
3173
3172
|
function Ns(t = " ", e = 0) {
|
|
3174
|
-
return
|
|
3173
|
+
return pe(pr, null, t, e);
|
|
3175
3174
|
}
|
|
3176
3175
|
function mn(t = "", e = !1) {
|
|
3177
|
-
return e ? (oe(), Se(Le, null, t)) :
|
|
3176
|
+
return e ? (oe(), Se(Le, null, t)) : pe(Le, null, t);
|
|
3178
3177
|
}
|
|
3179
|
-
function
|
|
3180
|
-
return t == null || typeof t == "boolean" ?
|
|
3178
|
+
function Ge(t) {
|
|
3179
|
+
return t == null || typeof t == "boolean" ? pe(Le) : Z(t) ? pe(
|
|
3181
3180
|
Re,
|
|
3182
3181
|
null,
|
|
3183
3182
|
// #3666, avoid reference pollution when reusing vnode
|
|
3184
3183
|
t.slice()
|
|
3185
|
-
) : typeof t == "object" ? ct(t) :
|
|
3184
|
+
) : typeof t == "object" ? ct(t) : pe(pr, null, String(t));
|
|
3186
3185
|
}
|
|
3187
3186
|
function ct(t) {
|
|
3188
|
-
return t.el === null && t.patchFlag !== -1 || t.memo ? t :
|
|
3187
|
+
return t.el === null && t.patchFlag !== -1 || t.memo ? t : ht(t);
|
|
3189
3188
|
}
|
|
3190
3189
|
function Is(t, e) {
|
|
3191
3190
|
let n = 0;
|
|
@@ -3225,17 +3224,17 @@ function fu(...t) {
|
|
|
3225
3224
|
}
|
|
3226
3225
|
return e;
|
|
3227
3226
|
}
|
|
3228
|
-
function
|
|
3227
|
+
function Ve(t, e, n, r = null) {
|
|
3229
3228
|
Fe(t, e, 7, [
|
|
3230
3229
|
n,
|
|
3231
3230
|
r
|
|
3232
3231
|
]);
|
|
3233
3232
|
}
|
|
3234
|
-
const
|
|
3235
|
-
let
|
|
3233
|
+
const hu = mi();
|
|
3234
|
+
let pu = 0;
|
|
3236
3235
|
function du(t, e, n) {
|
|
3237
|
-
const r = t.type, s = (e ? e.appContext : t.appContext) ||
|
|
3238
|
-
uid:
|
|
3236
|
+
const r = t.type, s = (e ? e.appContext : t.appContext) || hu, o = {
|
|
3237
|
+
uid: pu++,
|
|
3239
3238
|
vnode: t,
|
|
3240
3239
|
type: r,
|
|
3241
3240
|
parent: e,
|
|
@@ -3383,7 +3382,7 @@ function Ai(t, e, n) {
|
|
|
3383
3382
|
r.render = Eo(s, a);
|
|
3384
3383
|
}
|
|
3385
3384
|
}
|
|
3386
|
-
t.render = r.render ||
|
|
3385
|
+
t.render = r.render || Je;
|
|
3387
3386
|
}
|
|
3388
3387
|
Wt(t), Yt(), Va(t), Xt(), St();
|
|
3389
3388
|
}
|
|
@@ -3430,7 +3429,7 @@ function xu(t) {
|
|
|
3430
3429
|
const Tt = (t, e) => ma(t, e, En);
|
|
3431
3430
|
function Si(t, e, n) {
|
|
3432
3431
|
const r = arguments.length;
|
|
3433
|
-
return r === 2 ? fe(e) && !Z(e) ? Qn(e) ?
|
|
3432
|
+
return r === 2 ? fe(e) && !Z(e) ? Qn(e) ? pe(t, null, [e]) : pe(t, e) : pe(t, null, e) : (r > 3 ? n = Array.prototype.slice.call(arguments, 2) : r === 3 && Qn(n) && (n = [n]), pe(t, e, n));
|
|
3434
3433
|
}
|
|
3435
3434
|
const yu = Symbol.for("v-scx"), ku = () => jt(yu), Eu = "3.3.4", wu = "http://www.w3.org/2000/svg", kt = typeof document < "u" ? document : null, wo = kt && /* @__PURE__ */ kt.createElement("template"), Cu = {
|
|
3436
3435
|
insert: (t, e, n) => {
|
|
@@ -3682,7 +3681,7 @@ function $u(t) {
|
|
|
3682
3681
|
appearActiveClass: a = c,
|
|
3683
3682
|
appearToClass: u = i,
|
|
3684
3683
|
leaveFromClass: f = `${n}-leave-from`,
|
|
3685
|
-
leaveActiveClass:
|
|
3684
|
+
leaveActiveClass: h = `${n}-leave-active`,
|
|
3686
3685
|
leaveToClass: d = `${n}-leave-to`
|
|
3687
3686
|
} = t, k = zu(s), b = k && k[0], I = k && k[1], {
|
|
3688
3687
|
onBeforeEnter: T,
|
|
@@ -3696,7 +3695,7 @@ function $u(t) {
|
|
|
3696
3695
|
} = e, X = (B, re, D) => {
|
|
3697
3696
|
bt(B, re ? u : i), bt(B, re ? a : c), D && D();
|
|
3698
3697
|
}, z = (B, re) => {
|
|
3699
|
-
B._isLeaving = !1, bt(B, f), bt(B, d), bt(B,
|
|
3698
|
+
B._isLeaving = !1, bt(B, f), bt(B, d), bt(B, h), re && re();
|
|
3700
3699
|
}, J = (B) => (re, D) => {
|
|
3701
3700
|
const ne = B ? W : C, V = () => X(re, B, D);
|
|
3702
3701
|
_t(ne, [re, V]), qo(() => {
|
|
@@ -3715,7 +3714,7 @@ function $u(t) {
|
|
|
3715
3714
|
onLeave(B, re) {
|
|
3716
3715
|
B._isLeaving = !0;
|
|
3717
3716
|
const D = () => z(B, re);
|
|
3718
|
-
ot(B, f), ju(), ot(B,
|
|
3717
|
+
ot(B, f), ju(), ot(B, h), qo(() => {
|
|
3719
3718
|
B._isLeaving && (bt(B, f), ot(B, d), Ro(A) || Mo(B, r, I, D));
|
|
3720
3719
|
}), _t(A, [B, D]);
|
|
3721
3720
|
},
|
|
@@ -3769,25 +3768,25 @@ function Mo(t, e, n, r) {
|
|
|
3769
3768
|
const a = c + "end";
|
|
3770
3769
|
let u = 0;
|
|
3771
3770
|
const f = () => {
|
|
3772
|
-
t.removeEventListener(a,
|
|
3773
|
-
},
|
|
3771
|
+
t.removeEventListener(a, h), o();
|
|
3772
|
+
}, h = (d) => {
|
|
3774
3773
|
d.target === t && ++u >= l && f();
|
|
3775
3774
|
};
|
|
3776
3775
|
setTimeout(() => {
|
|
3777
3776
|
u < l && f();
|
|
3778
|
-
}, i + 1), t.addEventListener(a,
|
|
3777
|
+
}, i + 1), t.addEventListener(a, h);
|
|
3779
3778
|
}
|
|
3780
3779
|
function Hu(t, e) {
|
|
3781
3780
|
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,
|
|
3781
|
+
let u = null, f = 0, h = 0;
|
|
3782
|
+
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
3783
|
const d = u === st && /\b(transform|all)(,|$)/.test(
|
|
3785
3784
|
r(`${st}Property`).toString()
|
|
3786
3785
|
);
|
|
3787
3786
|
return {
|
|
3788
3787
|
type: u,
|
|
3789
3788
|
timeout: f,
|
|
3790
|
-
propCount:
|
|
3789
|
+
propCount: h,
|
|
3791
3790
|
hasTransform: d
|
|
3792
3791
|
};
|
|
3793
3792
|
}
|
|
@@ -3897,7 +3896,7 @@ const Ti = (t, e) => {
|
|
|
3897
3896
|
}, ef = {}, tf = { class: "chat-button" };
|
|
3898
3897
|
function nf(t, e) {
|
|
3899
3898
|
return oe(), be("button", tf, [
|
|
3900
|
-
|
|
3899
|
+
pn(t.$slots, "default")
|
|
3901
3900
|
]);
|
|
3902
3901
|
}
|
|
3903
3902
|
const rf = /* @__PURE__ */ Ti(ef, [["render", nf]]);
|
|
@@ -3935,7 +3934,7 @@ const Rt = sf(), cf = { class: "chat-layout" }, lf = {
|
|
|
3935
3934
|
}, af = {
|
|
3936
3935
|
key: 2,
|
|
3937
3936
|
class: "chat-footer"
|
|
3938
|
-
}, uf = /* @__PURE__ */
|
|
3937
|
+
}, uf = /* @__PURE__ */ Ue({
|
|
3939
3938
|
__name: "Layout",
|
|
3940
3939
|
setup(t) {
|
|
3941
3940
|
const e = Ut(null);
|
|
@@ -3949,7 +3948,7 @@ const Rt = sf(), cf = { class: "chat-layout" }, lf = {
|
|
|
3949
3948
|
Rt.off("scrollToBottom", n), window.removeEventListener("resize", n);
|
|
3950
3949
|
}), (r, s) => (oe(), be("main", cf, [
|
|
3951
3950
|
r.$slots.header ? (oe(), be("div", lf, [
|
|
3952
|
-
|
|
3951
|
+
pn(r.$slots, "header")
|
|
3953
3952
|
])) : mn("", !0),
|
|
3954
3953
|
r.$slots.default ? (oe(), be("div", {
|
|
3955
3954
|
key: 1,
|
|
@@ -3957,15 +3956,14 @@ const Rt = sf(), cf = { class: "chat-layout" }, lf = {
|
|
|
3957
3956
|
ref_key: "chatBodyRef",
|
|
3958
3957
|
ref: e
|
|
3959
3958
|
}, [
|
|
3960
|
-
|
|
3959
|
+
pn(r.$slots, "default")
|
|
3961
3960
|
], 512)) : mn("", !0),
|
|
3962
3961
|
r.$slots.footer ? (oe(), be("div", af, [
|
|
3963
|
-
|
|
3962
|
+
pn(r.$slots, "footer")
|
|
3964
3963
|
])) : mn("", !0)
|
|
3965
3964
|
]));
|
|
3966
3965
|
}
|
|
3967
|
-
})
|
|
3968
|
-
const ln = {
|
|
3966
|
+
}), ln = {
|
|
3969
3967
|
webhookUrl: "http://localhost:5678",
|
|
3970
3968
|
webhookConfig: {
|
|
3971
3969
|
method: "POST",
|
|
@@ -3989,7 +3987,7 @@ const ln = {
|
|
|
3989
3987
|
}
|
|
3990
3988
|
},
|
|
3991
3989
|
theme: {}
|
|
3992
|
-
}, ff = "#n8n-chat",
|
|
3990
|
+
}, ff = "#n8n-chat", hf = "n8n-chat", Po = `${hf}/sessionId`, Ri = "Chat", qi = "ChatOptions";
|
|
3993
3991
|
function Ls() {
|
|
3994
3992
|
return jt(Ri);
|
|
3995
3993
|
}
|
|
@@ -4010,12 +4008,12 @@ function mr() {
|
|
|
4010
4008
|
}
|
|
4011
4009
|
return { t: n, te: r };
|
|
4012
4010
|
}
|
|
4013
|
-
const
|
|
4011
|
+
const pf = { class: "chat-get-started" }, df = /* @__PURE__ */ Ue({
|
|
4014
4012
|
__name: "GetStarted",
|
|
4015
4013
|
setup(t) {
|
|
4016
4014
|
const { t: e } = mr();
|
|
4017
|
-
return (n, r) => (oe(), be("div",
|
|
4018
|
-
|
|
4015
|
+
return (n, r) => (oe(), be("div", pf, [
|
|
4016
|
+
pe(rf, {
|
|
4019
4017
|
onClick: r[0] || (r[0] = (s) => n.$emit("click:button"))
|
|
4020
4018
|
}, {
|
|
4021
4019
|
default: ut(() => [
|
|
@@ -4025,21 +4023,20 @@ const hf = { class: "chat-get-started" }, df = /* @__PURE__ */ He({
|
|
|
4025
4023
|
})
|
|
4026
4024
|
]));
|
|
4027
4025
|
}
|
|
4028
|
-
});
|
|
4029
|
-
const gf = {}, mf = { class: "chat-powered-by" }, _f = /* @__PURE__ */ we("a", { href: "https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by" }, "n8n", -1);
|
|
4026
|
+
}), gf = {}, mf = { class: "chat-powered-by" }, _f = /* @__PURE__ */ we("a", { href: "https://n8n.io?utm_source=n8n-external&utm_medium=widget-powered-by" }, "n8n", -1);
|
|
4030
4027
|
function bf(t, e) {
|
|
4031
4028
|
return oe(), be("div", mf, [
|
|
4032
4029
|
Ns(" Powered by "),
|
|
4033
4030
|
_f
|
|
4034
4031
|
]);
|
|
4035
4032
|
}
|
|
4036
|
-
const vf = /* @__PURE__ */ Ti(gf, [["render", bf]]), xf = { class: "chat-get-started-footer" }, yf = { key: 0 }, kf = /* @__PURE__ */
|
|
4033
|
+
const vf = /* @__PURE__ */ Ti(gf, [["render", bf]]), xf = { class: "chat-get-started-footer" }, yf = { key: 0 }, kf = /* @__PURE__ */ Ue({
|
|
4037
4034
|
__name: "GetStartedFooter",
|
|
4038
4035
|
setup(t) {
|
|
4039
4036
|
const { t: e, te: n } = mr();
|
|
4040
4037
|
return (r, s) => (oe(), be("div", xf, [
|
|
4041
4038
|
ge(n)("footer") ? (oe(), be("div", yf, Zn(ge(e)("footer")), 1)) : mn("", !0),
|
|
4042
|
-
|
|
4039
|
+
pe(vf)
|
|
4043
4040
|
]));
|
|
4044
4041
|
}
|
|
4045
4042
|
});
|
|
@@ -4068,8 +4065,8 @@ function Ef(t) {
|
|
|
4068
4065
|
}), n;
|
|
4069
4066
|
}
|
|
4070
4067
|
var le = {};
|
|
4071
|
-
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 = `
|
|
4072
|
-
`, 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 = {
|
|
4068
|
+
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 = `
|
|
4069
|
+
`, 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 = {
|
|
4073
4070
|
Aacute: wf,
|
|
4074
4071
|
aacute: Cf,
|
|
4075
4072
|
Abreve: Af,
|
|
@@ -4100,114 +4097,114 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4100
4097
|
AMP: Yf,
|
|
4101
4098
|
andand: Xf,
|
|
4102
4099
|
And: Qf,
|
|
4103
|
-
and:
|
|
4104
|
-
andd:
|
|
4105
|
-
andslope:
|
|
4106
|
-
andv:
|
|
4107
|
-
ang:
|
|
4108
|
-
ange:
|
|
4109
|
-
angle:
|
|
4110
|
-
angmsdaa:
|
|
4111
|
-
angmsdab:
|
|
4112
|
-
angmsdac:
|
|
4113
|
-
angmsdad:
|
|
4114
|
-
angmsdae:
|
|
4115
|
-
angmsdaf:
|
|
4116
|
-
angmsdag:
|
|
4117
|
-
angmsdah:
|
|
4118
|
-
angmsd:
|
|
4119
|
-
angrt:
|
|
4120
|
-
angrtvb:
|
|
4121
|
-
angrtvbd:
|
|
4122
|
-
angsph:
|
|
4123
|
-
angst:
|
|
4124
|
-
angzarr:
|
|
4125
|
-
Aogon:
|
|
4126
|
-
aogon:
|
|
4127
|
-
Aopf:
|
|
4128
|
-
aopf:
|
|
4129
|
-
apacir:
|
|
4130
|
-
ap:
|
|
4131
|
-
apE:
|
|
4132
|
-
ape:
|
|
4133
|
-
apid:
|
|
4134
|
-
apos:
|
|
4135
|
-
ApplyFunction:
|
|
4136
|
-
approx:
|
|
4137
|
-
approxeq:
|
|
4138
|
-
Aring:
|
|
4139
|
-
aring:
|
|
4140
|
-
Ascr:
|
|
4141
|
-
ascr:
|
|
4142
|
-
Assign:
|
|
4143
|
-
ast: $
|
|
4144
|
-
asymp:
|
|
4145
|
-
asympeq:
|
|
4146
|
-
Atilde:
|
|
4147
|
-
atilde:
|
|
4148
|
-
Auml:
|
|
4149
|
-
auml:
|
|
4150
|
-
awconint:
|
|
4151
|
-
awint:
|
|
4152
|
-
backcong:
|
|
4153
|
-
backepsilon:
|
|
4154
|
-
backprime:
|
|
4155
|
-
backsim:
|
|
4156
|
-
backsimeq:
|
|
4157
|
-
Backslash:
|
|
4158
|
-
Barv:
|
|
4159
|
-
barvee:
|
|
4160
|
-
barwed:
|
|
4161
|
-
Barwed:
|
|
4162
|
-
barwedge:
|
|
4163
|
-
bbrk:
|
|
4164
|
-
bbrktbrk:
|
|
4165
|
-
bcong:
|
|
4166
|
-
Bcy:
|
|
4167
|
-
bcy:
|
|
4168
|
-
bdquo:
|
|
4169
|
-
becaus:
|
|
4170
|
-
because:
|
|
4171
|
-
Because:
|
|
4172
|
-
bemptyv:
|
|
4173
|
-
bepsi:
|
|
4174
|
-
bernou:
|
|
4175
|
-
Bernoullis:
|
|
4176
|
-
Beta:
|
|
4177
|
-
beta:
|
|
4178
|
-
beth:
|
|
4179
|
-
between:
|
|
4180
|
-
Bfr:
|
|
4181
|
-
bfr:
|
|
4182
|
-
bigcap:
|
|
4183
|
-
bigcirc:
|
|
4184
|
-
bigcup:
|
|
4185
|
-
bigodot:
|
|
4186
|
-
bigoplus:
|
|
4187
|
-
bigotimes:
|
|
4188
|
-
bigsqcup:
|
|
4189
|
-
bigstar:
|
|
4190
|
-
bigtriangledown:
|
|
4191
|
-
bigtriangleup:
|
|
4192
|
-
biguplus:
|
|
4193
|
-
bigvee:
|
|
4194
|
-
bigwedge:
|
|
4195
|
-
bkarow:
|
|
4196
|
-
blacklozenge:
|
|
4197
|
-
blacksquare: $
|
|
4198
|
-
blacktriangle:
|
|
4199
|
-
blacktriangledown:
|
|
4200
|
-
blacktriangleleft:
|
|
4201
|
-
blacktriangleright:
|
|
4202
|
-
blank:
|
|
4203
|
-
blk12:
|
|
4204
|
-
blk14:
|
|
4205
|
-
blk34:
|
|
4206
|
-
block:
|
|
4207
|
-
bne:
|
|
4208
|
-
bnequiv:
|
|
4209
|
-
bNot:
|
|
4210
|
-
bnot:
|
|
4100
|
+
and: eh,
|
|
4101
|
+
andd: th,
|
|
4102
|
+
andslope: nh,
|
|
4103
|
+
andv: rh,
|
|
4104
|
+
ang: sh,
|
|
4105
|
+
ange: oh,
|
|
4106
|
+
angle: ch,
|
|
4107
|
+
angmsdaa: ih,
|
|
4108
|
+
angmsdab: lh,
|
|
4109
|
+
angmsdac: ah,
|
|
4110
|
+
angmsdad: uh,
|
|
4111
|
+
angmsdae: fh,
|
|
4112
|
+
angmsdaf: hh,
|
|
4113
|
+
angmsdag: ph,
|
|
4114
|
+
angmsdah: dh,
|
|
4115
|
+
angmsd: gh,
|
|
4116
|
+
angrt: mh,
|
|
4117
|
+
angrtvb: _h,
|
|
4118
|
+
angrtvbd: bh,
|
|
4119
|
+
angsph: vh,
|
|
4120
|
+
angst: xh,
|
|
4121
|
+
angzarr: yh,
|
|
4122
|
+
Aogon: kh,
|
|
4123
|
+
aogon: Eh,
|
|
4124
|
+
Aopf: wh,
|
|
4125
|
+
aopf: Ch,
|
|
4126
|
+
apacir: Ah,
|
|
4127
|
+
ap: Sh,
|
|
4128
|
+
apE: Dh,
|
|
4129
|
+
ape: Th,
|
|
4130
|
+
apid: Rh,
|
|
4131
|
+
apos: qh,
|
|
4132
|
+
ApplyFunction: Mh,
|
|
4133
|
+
approx: Nh,
|
|
4134
|
+
approxeq: Ih,
|
|
4135
|
+
Aring: Fh,
|
|
4136
|
+
aring: Lh,
|
|
4137
|
+
Ascr: Oh,
|
|
4138
|
+
ascr: Ph,
|
|
4139
|
+
Assign: Bh,
|
|
4140
|
+
ast: $h,
|
|
4141
|
+
asymp: zh,
|
|
4142
|
+
asympeq: Uh,
|
|
4143
|
+
Atilde: Hh,
|
|
4144
|
+
atilde: jh,
|
|
4145
|
+
Auml: Vh,
|
|
4146
|
+
auml: Gh,
|
|
4147
|
+
awconint: Zh,
|
|
4148
|
+
awint: Kh,
|
|
4149
|
+
backcong: Wh,
|
|
4150
|
+
backepsilon: Jh,
|
|
4151
|
+
backprime: Yh,
|
|
4152
|
+
backsim: Xh,
|
|
4153
|
+
backsimeq: Qh,
|
|
4154
|
+
Backslash: ep,
|
|
4155
|
+
Barv: tp,
|
|
4156
|
+
barvee: np,
|
|
4157
|
+
barwed: rp,
|
|
4158
|
+
Barwed: sp,
|
|
4159
|
+
barwedge: op,
|
|
4160
|
+
bbrk: cp,
|
|
4161
|
+
bbrktbrk: ip,
|
|
4162
|
+
bcong: lp,
|
|
4163
|
+
Bcy: ap,
|
|
4164
|
+
bcy: up,
|
|
4165
|
+
bdquo: fp,
|
|
4166
|
+
becaus: hp,
|
|
4167
|
+
because: pp,
|
|
4168
|
+
Because: dp,
|
|
4169
|
+
bemptyv: gp,
|
|
4170
|
+
bepsi: mp,
|
|
4171
|
+
bernou: _p,
|
|
4172
|
+
Bernoullis: bp,
|
|
4173
|
+
Beta: vp,
|
|
4174
|
+
beta: xp,
|
|
4175
|
+
beth: yp,
|
|
4176
|
+
between: kp,
|
|
4177
|
+
Bfr: Ep,
|
|
4178
|
+
bfr: wp,
|
|
4179
|
+
bigcap: Cp,
|
|
4180
|
+
bigcirc: Ap,
|
|
4181
|
+
bigcup: Sp,
|
|
4182
|
+
bigodot: Dp,
|
|
4183
|
+
bigoplus: Tp,
|
|
4184
|
+
bigotimes: Rp,
|
|
4185
|
+
bigsqcup: qp,
|
|
4186
|
+
bigstar: Mp,
|
|
4187
|
+
bigtriangledown: Np,
|
|
4188
|
+
bigtriangleup: Ip,
|
|
4189
|
+
biguplus: Fp,
|
|
4190
|
+
bigvee: Lp,
|
|
4191
|
+
bigwedge: Op,
|
|
4192
|
+
bkarow: Pp,
|
|
4193
|
+
blacklozenge: Bp,
|
|
4194
|
+
blacksquare: $p,
|
|
4195
|
+
blacktriangle: zp,
|
|
4196
|
+
blacktriangledown: Up,
|
|
4197
|
+
blacktriangleleft: Hp,
|
|
4198
|
+
blacktriangleright: jp,
|
|
4199
|
+
blank: Vp,
|
|
4200
|
+
blk12: Gp,
|
|
4201
|
+
blk14: Zp,
|
|
4202
|
+
blk34: Kp,
|
|
4203
|
+
block: Wp,
|
|
4204
|
+
bne: Jp,
|
|
4205
|
+
bnequiv: Yp,
|
|
4206
|
+
bNot: Xp,
|
|
4207
|
+
bnot: Qp,
|
|
4211
4208
|
Bopf: ed,
|
|
4212
4209
|
bopf: td,
|
|
4213
4210
|
bot: nd,
|
|
@@ -4220,8 +4217,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4220
4217
|
boxDL: ad,
|
|
4221
4218
|
boxdr: ud,
|
|
4222
4219
|
boxdR: fd,
|
|
4223
|
-
boxDr:
|
|
4224
|
-
boxDR:
|
|
4220
|
+
boxDr: hd,
|
|
4221
|
+
boxDR: pd,
|
|
4225
4222
|
boxh: dd,
|
|
4226
4223
|
boxH: gd,
|
|
4227
4224
|
boxhd: md,
|
|
@@ -4274,8 +4271,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4274
4271
|
bump: ag,
|
|
4275
4272
|
bumpE: ug,
|
|
4276
4273
|
bumpe: fg,
|
|
4277
|
-
Bumpeq:
|
|
4278
|
-
bumpeq:
|
|
4274
|
+
Bumpeq: hg,
|
|
4275
|
+
bumpeq: pg,
|
|
4279
4276
|
Cacute: dg,
|
|
4280
4277
|
cacute: gg,
|
|
4281
4278
|
capand: mg,
|
|
@@ -4328,8 +4325,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4328
4325
|
circledS: am,
|
|
4329
4326
|
CircleMinus: um,
|
|
4330
4327
|
CirclePlus: fm,
|
|
4331
|
-
CircleTimes:
|
|
4332
|
-
cir:
|
|
4328
|
+
CircleTimes: hm,
|
|
4329
|
+
cir: pm,
|
|
4333
4330
|
cirE: dm,
|
|
4334
4331
|
cire: gm,
|
|
4335
4332
|
cirfnint: mm,
|
|
@@ -4382,8 +4379,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4382
4379
|
cularr: a_,
|
|
4383
4380
|
cularrp: u_,
|
|
4384
4381
|
cupbrcap: f_,
|
|
4385
|
-
cupcap:
|
|
4386
|
-
CupCap:
|
|
4382
|
+
cupcap: h_,
|
|
4383
|
+
CupCap: p_,
|
|
4387
4384
|
cup: d_,
|
|
4388
4385
|
Cup: g_,
|
|
4389
4386
|
cupcup: m_,
|
|
@@ -4436,8 +4433,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4436
4433
|
dHar: ab,
|
|
4437
4434
|
dharl: ub,
|
|
4438
4435
|
dharr: fb,
|
|
4439
|
-
DiacriticalAcute:
|
|
4440
|
-
DiacriticalDot:
|
|
4436
|
+
DiacriticalAcute: hb,
|
|
4437
|
+
DiacriticalDot: pb,
|
|
4441
4438
|
DiacriticalDoubleAcute: db,
|
|
4442
4439
|
DiacriticalGrave: gb,
|
|
4443
4440
|
DiacriticalTilde: mb,
|
|
@@ -4490,8 +4487,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4490
4487
|
DownArrow: a0,
|
|
4491
4488
|
Downarrow: u0,
|
|
4492
4489
|
DownArrowUpArrow: f0,
|
|
4493
|
-
DownBreve:
|
|
4494
|
-
downdownarrows:
|
|
4490
|
+
DownBreve: h0,
|
|
4491
|
+
downdownarrows: p0,
|
|
4495
4492
|
downharpoonleft: d0,
|
|
4496
4493
|
downharpoonright: g0,
|
|
4497
4494
|
DownLeftRightVector: m0,
|
|
@@ -4544,8 +4541,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4544
4541
|
eg: av,
|
|
4545
4542
|
Egrave: uv,
|
|
4546
4543
|
egrave: fv,
|
|
4547
|
-
egs:
|
|
4548
|
-
egsdot:
|
|
4544
|
+
egs: hv,
|
|
4545
|
+
egsdot: pv,
|
|
4549
4546
|
el: dv,
|
|
4550
4547
|
Element: gv,
|
|
4551
4548
|
elinters: mv,
|
|
@@ -4598,8 +4595,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4598
4595
|
esim: ax,
|
|
4599
4596
|
Eta: ux,
|
|
4600
4597
|
eta: fx,
|
|
4601
|
-
ETH:
|
|
4602
|
-
eth:
|
|
4598
|
+
ETH: hx,
|
|
4599
|
+
eth: px,
|
|
4603
4600
|
Euml: dx,
|
|
4604
4601
|
euml: gx,
|
|
4605
4602
|
euro: mx,
|
|
@@ -4652,8 +4649,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4652
4649
|
frasl: ay,
|
|
4653
4650
|
frown: uy,
|
|
4654
4651
|
fscr: fy,
|
|
4655
|
-
Fscr:
|
|
4656
|
-
gacute:
|
|
4652
|
+
Fscr: hy,
|
|
4653
|
+
gacute: py,
|
|
4657
4654
|
Gamma: dy,
|
|
4658
4655
|
gamma: gy,
|
|
4659
4656
|
Gammad: my,
|
|
@@ -4706,8 +4703,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4706
4703
|
grave: ak,
|
|
4707
4704
|
GreaterEqual: uk,
|
|
4708
4705
|
GreaterEqualLess: fk,
|
|
4709
|
-
GreaterFullEqual:
|
|
4710
|
-
GreaterGreater:
|
|
4706
|
+
GreaterFullEqual: hk,
|
|
4707
|
+
GreaterGreater: pk,
|
|
4711
4708
|
GreaterLess: dk,
|
|
4712
4709
|
GreaterSlantEqual: gk,
|
|
4713
4710
|
GreaterTilde: mk,
|
|
@@ -4760,8 +4757,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4760
4757
|
homtht: aE,
|
|
4761
4758
|
hookleftarrow: uE,
|
|
4762
4759
|
hookrightarrow: fE,
|
|
4763
|
-
hopf:
|
|
4764
|
-
Hopf:
|
|
4760
|
+
hopf: hE,
|
|
4761
|
+
Hopf: pE,
|
|
4765
4762
|
horbar: dE,
|
|
4766
4763
|
HorizontalLine: gE,
|
|
4767
4764
|
hscr: mE,
|
|
@@ -4815,8 +4812,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4815
4812
|
intcal: aw,
|
|
4816
4813
|
int: uw,
|
|
4817
4814
|
Int: fw,
|
|
4818
|
-
integers:
|
|
4819
|
-
Integral:
|
|
4815
|
+
integers: hw,
|
|
4816
|
+
Integral: pw,
|
|
4820
4817
|
intercal: dw,
|
|
4821
4818
|
Intersection: gw,
|
|
4822
4819
|
intlarhk: mw,
|
|
@@ -4869,8 +4866,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4869
4866
|
Kcedil: aC,
|
|
4870
4867
|
kcedil: uC,
|
|
4871
4868
|
Kcy: fC,
|
|
4872
|
-
kcy:
|
|
4873
|
-
Kfr:
|
|
4869
|
+
kcy: hC,
|
|
4870
|
+
Kfr: pC,
|
|
4874
4871
|
kfr: dC,
|
|
4875
4872
|
kgreen: gC,
|
|
4876
4873
|
KHcy: mC,
|
|
@@ -4923,8 +4920,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4923
4920
|
lcaron: aA,
|
|
4924
4921
|
Lcedil: uA,
|
|
4925
4922
|
lcedil: fA,
|
|
4926
|
-
lceil:
|
|
4927
|
-
lcub:
|
|
4923
|
+
lceil: hA,
|
|
4924
|
+
lcub: pA,
|
|
4928
4925
|
Lcy: dA,
|
|
4929
4926
|
lcy: gA,
|
|
4930
4927
|
ldca: mA,
|
|
@@ -4977,8 +4974,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
4977
4974
|
leqq: a1,
|
|
4978
4975
|
leqslant: u1,
|
|
4979
4976
|
lescc: f1,
|
|
4980
|
-
les:
|
|
4981
|
-
lesdot:
|
|
4977
|
+
les: h1,
|
|
4978
|
+
lesdot: p1,
|
|
4982
4979
|
lesdoto: d1,
|
|
4983
4980
|
lesdotor: g1,
|
|
4984
4981
|
lesg: m1,
|
|
@@ -5031,8 +5028,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5031
5028
|
lobrk: aS,
|
|
5032
5029
|
longleftarrow: uS,
|
|
5033
5030
|
LongLeftArrow: fS,
|
|
5034
|
-
Longleftarrow:
|
|
5035
|
-
longleftrightarrow:
|
|
5031
|
+
Longleftarrow: hS,
|
|
5032
|
+
longleftrightarrow: pS,
|
|
5036
5033
|
LongLeftRightArrow: dS,
|
|
5037
5034
|
Longleftrightarrow: gS,
|
|
5038
5035
|
longmapsto: mS,
|
|
@@ -5085,8 +5082,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5085
5082
|
ltlarr: aD,
|
|
5086
5083
|
ltquest: uD,
|
|
5087
5084
|
ltri: fD,
|
|
5088
|
-
ltrie:
|
|
5089
|
-
ltrif:
|
|
5085
|
+
ltrie: hD,
|
|
5086
|
+
ltrif: pD,
|
|
5090
5087
|
ltrPar: dD,
|
|
5091
5088
|
lurdshar: gD,
|
|
5092
5089
|
luruhar: mD,
|
|
@@ -5140,8 +5137,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5140
5137
|
mumap: aT,
|
|
5141
5138
|
nabla: uT,
|
|
5142
5139
|
Nacute: fT,
|
|
5143
|
-
nacute:
|
|
5144
|
-
nang:
|
|
5140
|
+
nacute: hT,
|
|
5141
|
+
nang: pT,
|
|
5145
5142
|
nap: dT,
|
|
5146
5143
|
napE: gT,
|
|
5147
5144
|
napid: mT,
|
|
@@ -5194,8 +5191,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5194
5191
|
ngsim: aR,
|
|
5195
5192
|
nGt: uR,
|
|
5196
5193
|
ngt: fR,
|
|
5197
|
-
ngtr:
|
|
5198
|
-
nGtv:
|
|
5194
|
+
ngtr: hR,
|
|
5195
|
+
nGtv: pR,
|
|
5199
5196
|
nharr: dR,
|
|
5200
5197
|
nhArr: gR,
|
|
5201
5198
|
nhpar: mR,
|
|
@@ -5248,8 +5245,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5248
5245
|
NotGreaterSlantEqual: aq,
|
|
5249
5246
|
NotGreaterTilde: uq,
|
|
5250
5247
|
NotHumpDownHump: fq,
|
|
5251
|
-
NotHumpEqual:
|
|
5252
|
-
notin:
|
|
5248
|
+
NotHumpEqual: hq,
|
|
5249
|
+
notin: pq,
|
|
5253
5250
|
notindot: dq,
|
|
5254
5251
|
notinE: gq,
|
|
5255
5252
|
notinva: mq,
|
|
@@ -5302,8 +5299,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5302
5299
|
npr: aM,
|
|
5303
5300
|
nprcue: uM,
|
|
5304
5301
|
nprec: fM,
|
|
5305
|
-
npreceq:
|
|
5306
|
-
npre:
|
|
5302
|
+
npreceq: hM,
|
|
5303
|
+
npre: pM,
|
|
5307
5304
|
nrarrc: dM,
|
|
5308
5305
|
nrarr: gM,
|
|
5309
5306
|
nrArr: mM,
|
|
@@ -5356,8 +5353,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5356
5353
|
nvap: aN,
|
|
5357
5354
|
nvdash: uN,
|
|
5358
5355
|
nvDash: fN,
|
|
5359
|
-
nVdash:
|
|
5360
|
-
nVDash:
|
|
5356
|
+
nVdash: hN,
|
|
5357
|
+
nVDash: pN,
|
|
5361
5358
|
nvge: dN,
|
|
5362
5359
|
nvgt: gN,
|
|
5363
5360
|
nvHarr: mN,
|
|
@@ -5410,8 +5407,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5410
5407
|
Omega: aI,
|
|
5411
5408
|
omega: uI,
|
|
5412
5409
|
Omicron: fI,
|
|
5413
|
-
omicron:
|
|
5414
|
-
omid:
|
|
5410
|
+
omicron: hI,
|
|
5411
|
+
omid: pI,
|
|
5415
5412
|
ominus: dI,
|
|
5416
5413
|
Oopf: gI,
|
|
5417
5414
|
oopf: mI,
|
|
@@ -5464,8 +5461,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5464
5461
|
permil: aF,
|
|
5465
5462
|
perp: uF,
|
|
5466
5463
|
pertenk: fF,
|
|
5467
|
-
Pfr:
|
|
5468
|
-
pfr:
|
|
5464
|
+
Pfr: hF,
|
|
5465
|
+
pfr: pF,
|
|
5469
5466
|
Phi: dF,
|
|
5470
5467
|
phi: gF,
|
|
5471
5468
|
phiv: mF,
|
|
@@ -5518,8 +5515,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5518
5515
|
primes: aL,
|
|
5519
5516
|
prnap: uL,
|
|
5520
5517
|
prnE: fL,
|
|
5521
|
-
prnsim:
|
|
5522
|
-
prod:
|
|
5518
|
+
prnsim: hL,
|
|
5519
|
+
prod: pL,
|
|
5523
5520
|
Product: dL,
|
|
5524
5521
|
profalar: gL,
|
|
5525
5522
|
profline: mL,
|
|
@@ -5572,8 +5569,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5572
5569
|
rarrhk: aO,
|
|
5573
5570
|
rarrlp: uO,
|
|
5574
5571
|
rarrpl: fO,
|
|
5575
|
-
rarrsim:
|
|
5576
|
-
Rarrtl:
|
|
5572
|
+
rarrsim: hO,
|
|
5573
|
+
Rarrtl: pO,
|
|
5577
5574
|
rarrtl: dO,
|
|
5578
5575
|
rarrw: gO,
|
|
5579
5576
|
ratail: mO,
|
|
@@ -5626,8 +5623,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5626
5623
|
rhov: aP,
|
|
5627
5624
|
RightAngleBracket: uP,
|
|
5628
5625
|
RightArrowBar: fP,
|
|
5629
|
-
rightarrow:
|
|
5630
|
-
RightArrow:
|
|
5626
|
+
rightarrow: hP,
|
|
5627
|
+
RightArrow: pP,
|
|
5631
5628
|
Rightarrow: dP,
|
|
5632
5629
|
RightArrowLeftArrow: gP,
|
|
5633
5630
|
rightarrowtail: mP,
|
|
@@ -5680,8 +5677,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5680
5677
|
Rrightarrow: aB,
|
|
5681
5678
|
rsaquo: uB,
|
|
5682
5679
|
rscr: fB,
|
|
5683
|
-
Rscr:
|
|
5684
|
-
rsh:
|
|
5680
|
+
Rscr: hB,
|
|
5681
|
+
rsh: pB,
|
|
5685
5682
|
Rsh: dB,
|
|
5686
5683
|
rsqb: gB,
|
|
5687
5684
|
rsquo: mB,
|
|
@@ -5734,8 +5731,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5734
5731
|
sfr: a2,
|
|
5735
5732
|
sfrown: u2,
|
|
5736
5733
|
sharp: f2,
|
|
5737
|
-
SHCHcy:
|
|
5738
|
-
shchcy:
|
|
5734
|
+
SHCHcy: h2,
|
|
5735
|
+
shchcy: p2,
|
|
5739
5736
|
SHcy: d2,
|
|
5740
5737
|
shcy: g2,
|
|
5741
5738
|
ShortDownArrow: m2,
|
|
@@ -5788,8 +5785,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5788
5785
|
sqsub: a$,
|
|
5789
5786
|
sqsube: u$,
|
|
5790
5787
|
sqsubset: f$,
|
|
5791
|
-
sqsubseteq:
|
|
5792
|
-
sqsup:
|
|
5788
|
+
sqsubseteq: h$,
|
|
5789
|
+
sqsup: p$,
|
|
5793
5790
|
sqsupe: d$,
|
|
5794
5791
|
sqsupset: g$,
|
|
5795
5792
|
sqsupseteq: m$,
|
|
@@ -5842,8 +5839,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5842
5839
|
succcurlyeq: az,
|
|
5843
5840
|
Succeeds: uz,
|
|
5844
5841
|
SucceedsEqual: fz,
|
|
5845
|
-
SucceedsSlantEqual:
|
|
5846
|
-
SucceedsTilde:
|
|
5842
|
+
SucceedsSlantEqual: hz,
|
|
5843
|
+
SucceedsTilde: pz,
|
|
5847
5844
|
succeq: dz,
|
|
5848
5845
|
succnapprox: gz,
|
|
5849
5846
|
succneqq: mz,
|
|
@@ -5896,8 +5893,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5896
5893
|
tcaron: aU,
|
|
5897
5894
|
Tcedil: uU,
|
|
5898
5895
|
tcedil: fU,
|
|
5899
|
-
Tcy:
|
|
5900
|
-
tcy:
|
|
5896
|
+
Tcy: hU,
|
|
5897
|
+
tcy: pU,
|
|
5901
5898
|
tdot: dU,
|
|
5902
5899
|
telrec: gU,
|
|
5903
5900
|
Tfr: mU,
|
|
@@ -5950,8 +5947,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
5950
5947
|
trie: a3,
|
|
5951
5948
|
triminus: u3,
|
|
5952
5949
|
TripleDot: f3,
|
|
5953
|
-
triplus:
|
|
5954
|
-
trisb:
|
|
5950
|
+
triplus: h3,
|
|
5951
|
+
trisb: p3,
|
|
5955
5952
|
tritime: d3,
|
|
5956
5953
|
trpezium: g3,
|
|
5957
5954
|
Tscr: m3,
|
|
@@ -6004,8 +6001,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
6004
6001
|
UnderBracket: aH,
|
|
6005
6002
|
UnderParenthesis: uH,
|
|
6006
6003
|
Union: fH,
|
|
6007
|
-
UnionPlus:
|
|
6008
|
-
Uogon:
|
|
6004
|
+
UnionPlus: hH,
|
|
6005
|
+
Uogon: pH,
|
|
6009
6006
|
uogon: dH,
|
|
6010
6007
|
Uopf: gH,
|
|
6011
6008
|
uopf: mH,
|
|
@@ -6058,8 +6055,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
6058
6055
|
varr: a6,
|
|
6059
6056
|
vArr: u6,
|
|
6060
6057
|
varrho: f6,
|
|
6061
|
-
varsigma:
|
|
6062
|
-
varsubsetneq:
|
|
6058
|
+
varsigma: h6,
|
|
6059
|
+
varsubsetneq: p6,
|
|
6063
6060
|
varsubsetneqq: d6,
|
|
6064
6061
|
varsupsetneq: g6,
|
|
6065
6062
|
varsupsetneqq: m6,
|
|
@@ -6112,8 +6109,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
6112
6109
|
wedbar: a8,
|
|
6113
6110
|
wedge: u8,
|
|
6114
6111
|
Wedge: f8,
|
|
6115
|
-
wedgeq:
|
|
6116
|
-
weierp:
|
|
6112
|
+
wedgeq: h8,
|
|
6113
|
+
weierp: p8,
|
|
6117
6114
|
Wfr: d8,
|
|
6118
6115
|
wfr: g8,
|
|
6119
6116
|
Wopf: m8,
|
|
@@ -6166,8 +6163,8 @@ const wf = "Á", Cf = "á", Af = "Ă", Sf = "ă", Df = "∾", Tf = "∿", Rf = "
|
|
|
6166
6163
|
yicy: aj,
|
|
6167
6164
|
Yopf: uj,
|
|
6168
6165
|
yopf: fj,
|
|
6169
|
-
Yscr:
|
|
6170
|
-
yscr:
|
|
6166
|
+
Yscr: hj,
|
|
6167
|
+
yscr: pj,
|
|
6171
6168
|
YUcy: dj,
|
|
6172
6169
|
yucy: gj,
|
|
6173
6170
|
yuml: mj,
|
|
@@ -6312,8 +6309,8 @@ tr.prototype.parse = function(t, e) {
|
|
|
6312
6309
|
var u = -1;
|
|
6313
6310
|
for (n = 0; n < Uo.length; n++)
|
|
6314
6311
|
o = i.indexOf(Uo[n]), o !== -1 && (u === -1 || o < u) && (u = o);
|
|
6315
|
-
var f,
|
|
6316
|
-
for (u === -1 ?
|
|
6312
|
+
var f, h;
|
|
6313
|
+
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++)
|
|
6317
6314
|
o = i.indexOf(zo[n]), o !== -1 && (u === -1 || o < u) && (u = o);
|
|
6318
6315
|
u === -1 && (u = i.length), i[u - 1] === ":" && u--;
|
|
6319
6316
|
var d = i.slice(0, u);
|
|
@@ -6407,10 +6404,10 @@ function s4() {
|
|
|
6407
6404
|
}
|
|
6408
6405
|
return String.fromCharCode(D);
|
|
6409
6406
|
}
|
|
6410
|
-
var a = /\\([!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])/g, u = /&([a-z#][a-z0-9]{1,31});/gi, f = new RegExp(a.source + "|" + u.source, "gi"),
|
|
6407
|
+
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;
|
|
6411
6408
|
function k(D, ne) {
|
|
6412
6409
|
var V = 0;
|
|
6413
|
-
return s(d, ne) ? d[ne] : ne.charCodeAt(0) === 35 &&
|
|
6410
|
+
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;
|
|
6414
6411
|
}
|
|
6415
6412
|
function b(D) {
|
|
6416
6413
|
return D.indexOf("\\") < 0 ? D : D.replace(a, "$1");
|
|
@@ -6596,10 +6593,10 @@ Ye.code_block = function(t, e, n, r, s) {
|
|
|
6596
6593
|
`;
|
|
6597
6594
|
};
|
|
6598
6595
|
Ye.fence = function(t, e, n, r, s) {
|
|
6599
|
-
var o = t[e], c = o.info ? u4(o.info).trim() : "", i = "", l = "", a, u, f,
|
|
6596
|
+
var o = t[e], c = o.info ? u4(o.info).trim() : "", i = "", l = "", a, u, f, h, d;
|
|
6600
6597
|
return c && (f = c.split(/(\s+)/g), i = f[0], l = f.slice(2).join("")), n.highlight ? a = n.highlight(o.content, i, l) || qt(o.content) : a = qt(o.content), a.indexOf("<pre") === 0 ? a + `
|
|
6601
|
-
` : c ? (u = o.attrIndex("class"),
|
|
6602
|
-
attrs:
|
|
6598
|
+
` : 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 = {
|
|
6599
|
+
attrs: h
|
|
6603
6600
|
}, "<pre><code" + s.renderAttrs(d) + ">" + a + `</code></pre>
|
|
6604
6601
|
`) : "<pre><code" + s.renderAttrs(o) + ">" + a + `</code></pre>
|
|
6605
6602
|
`;
|
|
@@ -6663,16 +6660,16 @@ en.prototype.render = function(t, e, n) {
|
|
|
6663
6660
|
return c;
|
|
6664
6661
|
};
|
|
6665
6662
|
var f4 = en;
|
|
6666
|
-
function
|
|
6663
|
+
function He() {
|
|
6667
6664
|
this.__rules__ = [], this.__cache__ = null;
|
|
6668
6665
|
}
|
|
6669
|
-
|
|
6666
|
+
He.prototype.__find__ = function(t) {
|
|
6670
6667
|
for (var e = 0; e < this.__rules__.length; e++)
|
|
6671
6668
|
if (this.__rules__[e].name === t)
|
|
6672
6669
|
return e;
|
|
6673
6670
|
return -1;
|
|
6674
6671
|
};
|
|
6675
|
-
|
|
6672
|
+
He.prototype.__compile__ = function() {
|
|
6676
6673
|
var t = this, e = [""];
|
|
6677
6674
|
t.__rules__.forEach(function(n) {
|
|
6678
6675
|
n.enabled && n.alt.forEach(function(r) {
|
|
@@ -6684,13 +6681,13 @@ je.prototype.__compile__ = function() {
|
|
|
6684
6681
|
});
|
|
6685
6682
|
});
|
|
6686
6683
|
};
|
|
6687
|
-
|
|
6684
|
+
He.prototype.at = function(t, e, n) {
|
|
6688
6685
|
var r = this.__find__(t), s = n || {};
|
|
6689
6686
|
if (r === -1)
|
|
6690
6687
|
throw new Error("Parser rule not found: " + t);
|
|
6691
6688
|
this.__rules__[r].fn = e, this.__rules__[r].alt = s.alt || [], this.__cache__ = null;
|
|
6692
6689
|
};
|
|
6693
|
-
|
|
6690
|
+
He.prototype.before = function(t, e, n, r) {
|
|
6694
6691
|
var s = this.__find__(t), o = r || {};
|
|
6695
6692
|
if (s === -1)
|
|
6696
6693
|
throw new Error("Parser rule not found: " + t);
|
|
@@ -6701,7 +6698,7 @@ je.prototype.before = function(t, e, n, r) {
|
|
|
6701
6698
|
alt: o.alt || []
|
|
6702
6699
|
}), this.__cache__ = null;
|
|
6703
6700
|
};
|
|
6704
|
-
|
|
6701
|
+
He.prototype.after = function(t, e, n, r) {
|
|
6705
6702
|
var s = this.__find__(t), o = r || {};
|
|
6706
6703
|
if (s === -1)
|
|
6707
6704
|
throw new Error("Parser rule not found: " + t);
|
|
@@ -6712,7 +6709,7 @@ je.prototype.after = function(t, e, n, r) {
|
|
|
6712
6709
|
alt: o.alt || []
|
|
6713
6710
|
}), this.__cache__ = null;
|
|
6714
6711
|
};
|
|
6715
|
-
|
|
6712
|
+
He.prototype.push = function(t, e, n) {
|
|
6716
6713
|
var r = n || {};
|
|
6717
6714
|
this.__rules__.push({
|
|
6718
6715
|
name: t,
|
|
@@ -6721,7 +6718,7 @@ je.prototype.push = function(t, e, n) {
|
|
|
6721
6718
|
alt: r.alt || []
|
|
6722
6719
|
}), this.__cache__ = null;
|
|
6723
6720
|
};
|
|
6724
|
-
|
|
6721
|
+
He.prototype.enable = function(t, e) {
|
|
6725
6722
|
Array.isArray(t) || (t = [t]);
|
|
6726
6723
|
var n = [];
|
|
6727
6724
|
return t.forEach(function(r) {
|
|
@@ -6734,12 +6731,12 @@ je.prototype.enable = function(t, e) {
|
|
|
6734
6731
|
this.__rules__[s].enabled = !0, n.push(r);
|
|
6735
6732
|
}, this), this.__cache__ = null, n;
|
|
6736
6733
|
};
|
|
6737
|
-
|
|
6734
|
+
He.prototype.enableOnly = function(t, e) {
|
|
6738
6735
|
Array.isArray(t) || (t = [t]), this.__rules__.forEach(function(n) {
|
|
6739
6736
|
n.enabled = !1;
|
|
6740
6737
|
}), this.enable(t, e);
|
|
6741
6738
|
};
|
|
6742
|
-
|
|
6739
|
+
He.prototype.disable = function(t, e) {
|
|
6743
6740
|
Array.isArray(t) || (t = [t]);
|
|
6744
6741
|
var n = [];
|
|
6745
6742
|
return t.forEach(function(r) {
|
|
@@ -6752,13 +6749,13 @@ je.prototype.disable = function(t, e) {
|
|
|
6752
6749
|
this.__rules__[s].enabled = !1, n.push(r);
|
|
6753
6750
|
}, this), this.__cache__ = null, n;
|
|
6754
6751
|
};
|
|
6755
|
-
|
|
6752
|
+
He.prototype.getRules = function(t) {
|
|
6756
6753
|
return this.__cache__ === null && this.__compile__(), this.__cache__[t] || [];
|
|
6757
6754
|
};
|
|
6758
|
-
var Bs =
|
|
6755
|
+
var Bs = He, h4 = /\r\n?|\n/g, p4 = /\0/g, d4 = function(e) {
|
|
6759
6756
|
var n;
|
|
6760
|
-
n = e.src.replace(
|
|
6761
|
-
`), n = n.replace(
|
|
6757
|
+
n = e.src.replace(h4, `
|
|
6758
|
+
`), n = n.replace(p4, "�"), e.src = n;
|
|
6762
6759
|
}, g4 = function(e) {
|
|
6763
6760
|
var n;
|
|
6764
6761
|
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);
|
|
@@ -6774,7 +6771,7 @@ function v4(t) {
|
|
|
6774
6771
|
return /^<\/a\s*>/i.test(t);
|
|
6775
6772
|
}
|
|
6776
6773
|
var x4 = function(e) {
|
|
6777
|
-
var n, r, s, o, c, i, l, a, u, f,
|
|
6774
|
+
var n, r, s, o, c, i, l, a, u, f, h, d, k, b, I, T, C = e.tokens, N;
|
|
6778
6775
|
if (e.md.options.linkify) {
|
|
6779
6776
|
for (r = 0, s = C.length; r < s; r++)
|
|
6780
6777
|
if (!(C[r].type !== "inline" || !e.md.linkify.pretest(C[r].content)))
|
|
@@ -6785,9 +6782,9 @@ var x4 = function(e) {
|
|
|
6785
6782
|
continue;
|
|
6786
6783
|
}
|
|
6787
6784
|
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)) {
|
|
6788
|
-
for (u = i.content, N = e.md.linkify.match(u), l = [], d = i.level,
|
|
6789
|
-
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 >
|
|
6790
|
-
|
|
6785
|
+
for (u = i.content, N = e.md.linkify.match(u), l = [], d = i.level, h = 0, a = 0; a < N.length; a++)
|
|
6786
|
+
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);
|
|
6787
|
+
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);
|
|
6791
6788
|
}
|
|
6792
6789
|
}
|
|
6793
6790
|
}
|
|
@@ -6820,7 +6817,7 @@ function Pn(t, e, n) {
|
|
|
6820
6817
|
return t.substr(0, e) + n + t.substr(e + 1);
|
|
6821
6818
|
}
|
|
6822
6819
|
function T4(t, e) {
|
|
6823
|
-
var n, r, s, o, c, i, l, a, u, f,
|
|
6820
|
+
var n, r, s, o, c, i, l, a, u, f, h, d, k, b, I, T, C, N, A, j, q;
|
|
6824
6821
|
for (A = [], n = 0; n < t.length; n++) {
|
|
6825
6822
|
for (r = t[n], l = t[n].level, C = A.length - 1; C >= 0 && !(A[C].level <= l); C--)
|
|
6826
6823
|
;
|
|
@@ -6844,7 +6841,7 @@ function T4(t, e) {
|
|
|
6844
6841
|
f = t[C].content.charCodeAt(0);
|
|
6845
6842
|
break;
|
|
6846
6843
|
}
|
|
6847
|
-
if (
|
|
6844
|
+
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) {
|
|
6848
6845
|
N && (r.content = Pn(r.content, o.index, nc));
|
|
6849
6846
|
continue;
|
|
6850
6847
|
}
|
|
@@ -6938,7 +6935,7 @@ function rc(t) {
|
|
|
6938
6935
|
return e.push(i + t.substring(c)), e;
|
|
6939
6936
|
}
|
|
6940
6937
|
var F4 = function(e, n, r, s) {
|
|
6941
|
-
var o, c, i, l, a, u, f,
|
|
6938
|
+
var o, c, i, l, a, u, f, h, d, k, b, I, T, C, N, A, j, q;
|
|
6942
6939
|
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))
|
|
6943
6940
|
return !1;
|
|
6944
6941
|
for (; i < e.eMarks[u]; ) {
|
|
@@ -6956,7 +6953,7 @@ var F4 = function(e, n, r, s) {
|
|
|
6956
6953
|
return !1;
|
|
6957
6954
|
b.charCodeAt(b.length - 1) === 58 ? k.push(b.charCodeAt(0) === 58 ? "center" : "right") : b.charCodeAt(0) === 58 ? k.push("left") : k.push("");
|
|
6958
6955
|
}
|
|
6959
|
-
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(),
|
|
6956
|
+
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))
|
|
6960
6957
|
return !1;
|
|
6961
6958
|
if (s)
|
|
6962
6959
|
return !0;
|
|
@@ -6970,7 +6967,7 @@ var F4 = function(e, n, r, s) {
|
|
|
6970
6967
|
}
|
|
6971
6968
|
if (N || (c = Ur(e, u).trim(), !c) || e.sCount[u] - e.blkIndent >= 4)
|
|
6972
6969
|
break;
|
|
6973
|
-
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 <
|
|
6970
|
+
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++)
|
|
6974
6971
|
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);
|
|
6975
6972
|
d = e.push("tr_close", "tr", -1);
|
|
6976
6973
|
}
|
|
@@ -6993,19 +6990,19 @@ var F4 = function(e, n, r, s) {
|
|
|
6993
6990
|
return e.line = o, c = e.push("code_block", "code", 0), c.content = e.getLines(n, o, 4 + e.blkIndent, !1) + `
|
|
6994
6991
|
`, c.map = [n, e.line], !0;
|
|
6995
6992
|
}, O4 = function(e, n, r, s) {
|
|
6996
|
-
var o, c, i, l, a, u, f,
|
|
6993
|
+
var o, c, i, l, a, u, f, h = !1, d = e.bMarks[n] + e.tShift[n], k = e.eMarks[n];
|
|
6997
6994
|
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))
|
|
6998
6995
|
return !1;
|
|
6999
6996
|
if (s)
|
|
7000
6997
|
return !0;
|
|
7001
6998
|
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)); )
|
|
7002
6999
|
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)))) {
|
|
7003
|
-
|
|
7000
|
+
h = !0;
|
|
7004
7001
|
break;
|
|
7005
7002
|
}
|
|
7006
|
-
return c = e.sCount[n], e.line = l + (
|
|
7003
|
+
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;
|
|
7007
7004
|
}, sc = le.isSpace, P4 = function(e, n, r, s) {
|
|
7008
|
-
var o, c, i, l, a, u, f,
|
|
7005
|
+
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];
|
|
7009
7006
|
if (e.sCount[n] - e.blkIndent >= 4 || e.src.charCodeAt(z++) !== 62)
|
|
7010
7007
|
return !1;
|
|
7011
7008
|
if (s)
|
|
@@ -7014,29 +7011,29 @@ var F4 = function(e, n, r, s) {
|
|
|
7014
7011
|
c === 9 ? d += 4 - (d + e.bsCount[n] + (o ? 1 : 0)) % 4 : d++;
|
|
7015
7012
|
z++;
|
|
7016
7013
|
}
|
|
7017
|
-
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",
|
|
7014
|
+
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++) {
|
|
7018
7015
|
if (e.src.charCodeAt(z++) === 62 && !$) {
|
|
7019
|
-
for (l = d = e.sCount[
|
|
7020
|
-
c === 9 ? d += 4 - (d + e.bsCount[
|
|
7016
|
+
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)); ) {
|
|
7017
|
+
c === 9 ? d += 4 - (d + e.bsCount[h] + (o ? 1 : 0)) % 4 : d++;
|
|
7021
7018
|
z++;
|
|
7022
7019
|
}
|
|
7023
|
-
u = z >= J, b.push(e.bsCount[
|
|
7020
|
+
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];
|
|
7024
7021
|
continue;
|
|
7025
7022
|
}
|
|
7026
7023
|
if (u)
|
|
7027
7024
|
break;
|
|
7028
7025
|
for (j = !1, i = 0, a = q.length; i < a; i++)
|
|
7029
|
-
if (q[i](e,
|
|
7026
|
+
if (q[i](e, h, r, !0)) {
|
|
7030
7027
|
j = !0;
|
|
7031
7028
|
break;
|
|
7032
7029
|
}
|
|
7033
7030
|
if (j) {
|
|
7034
|
-
e.lineMax =
|
|
7031
|
+
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);
|
|
7035
7032
|
break;
|
|
7036
7033
|
}
|
|
7037
|
-
k.push(e.bMarks[
|
|
7034
|
+
k.push(e.bMarks[h]), b.push(e.bsCount[h]), N.push(e.tShift[h]), C.push(e.sCount[h]), e.sCount[h] = -1;
|
|
7038
7035
|
}
|
|
7039
|
-
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,
|
|
7036
|
+
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++)
|
|
7040
7037
|
e.bMarks[i + n] = k[i], e.tShift[i + n] = N[i], e.sCount[i + n] = C[i], e.bsCount[i + n] = b[i];
|
|
7041
7038
|
return e.blkIndent = I, !0;
|
|
7042
7039
|
}, B4 = le.isSpace, $4 = function(e, n, r, s) {
|
|
@@ -7078,7 +7075,7 @@ function z4(t, e) {
|
|
|
7078
7075
|
t.tokens[n].level === s && t.tokens[n].type === "paragraph_open" && (t.tokens[n + 2].hidden = !0, t.tokens[n].hidden = !0, n += 2);
|
|
7079
7076
|
}
|
|
7080
7077
|
var U4 = function(e, n, r, s) {
|
|
7081
|
-
var o, c, i, l, a, u, f,
|
|
7078
|
+
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;
|
|
7082
7079
|
if (e.sCount[n] - e.blkIndent >= 4 || e.listIndent >= 0 && e.sCount[n] - e.listIndent >= 4 && e.sCount[n] < e.blkIndent)
|
|
7083
7080
|
return !1;
|
|
7084
7081
|
if (s && e.parentType === "paragraph" && e.sCount[n] >= e.blkIndent && (v = !0), (J = cc(e, n)) >= 0) {
|
|
@@ -7102,7 +7099,7 @@ var U4 = function(e, n, r, s) {
|
|
|
7102
7099
|
break;
|
|
7103
7100
|
z++;
|
|
7104
7101
|
}
|
|
7105
|
-
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 =
|
|
7102
|
+
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)
|
|
7106
7103
|
break;
|
|
7107
7104
|
for (D = !1, i = 0, d = ne.length; i < d; i++)
|
|
7108
7105
|
if (ne[i](e, N, r, !0)) {
|
|
@@ -7122,7 +7119,7 @@ var U4 = function(e, n, r, s) {
|
|
|
7122
7119
|
}
|
|
7123
7120
|
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;
|
|
7124
7121
|
}, H4 = le.normalizeReference, Bn = le.isSpace, j4 = function(e, n, r, s) {
|
|
7125
|
-
var o, c, i, l, a, u, f,
|
|
7122
|
+
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;
|
|
7126
7123
|
if (e.sCount[n] - e.blkIndent >= 4 || e.src.charCodeAt(q) !== 91)
|
|
7127
7124
|
return !1;
|
|
7128
7125
|
for (; ++q < W; )
|
|
@@ -7169,7 +7166,7 @@ var U4 = function(e, n, r, s) {
|
|
|
7169
7166
|
if (q < W && T.charCodeAt(q) !== 10 && A)
|
|
7170
7167
|
for (A = "", q = c, j = i; q < W && (o = T.charCodeAt(q), !!Bn(o)); )
|
|
7171
7168
|
q++;
|
|
7172
|
-
return q < W && T.charCodeAt(q) !== 10 || (
|
|
7169
|
+
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);
|
|
7173
7170
|
}, V4 = [
|
|
7174
7171
|
"address",
|
|
7175
7172
|
"article",
|
|
@@ -7270,13 +7267,13 @@ var sV = V4, oV = xr.HTML_OPEN_CLOSE_TAG_RE, Lt = [
|
|
|
7270
7267
|
c++, o = e.src.charCodeAt(++a);
|
|
7271
7268
|
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);
|
|
7272
7269
|
}, lV = function(e, n, r) {
|
|
7273
|
-
var s, o, c, i, l, a, u, f,
|
|
7270
|
+
var s, o, c, i, l, a, u, f, h, d = n + 1, k, b = e.md.block.ruler.getRules("paragraph");
|
|
7274
7271
|
if (e.sCount[n] - e.blkIndent >= 4)
|
|
7275
7272
|
return !1;
|
|
7276
7273
|
for (k = e.parentType, e.parentType = "paragraph"; d < r && !e.isEmpty(d); d++)
|
|
7277
7274
|
if (!(e.sCount[d] - e.blkIndent > 3)) {
|
|
7278
|
-
if (e.sCount[d] >= e.blkIndent && (a = e.bMarks[d] + e.tShift[d], u = e.eMarks[d], a < u && (
|
|
7279
|
-
f =
|
|
7275
|
+
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)))) {
|
|
7276
|
+
f = h === 61 ? 1 : 2;
|
|
7280
7277
|
break;
|
|
7281
7278
|
}
|
|
7282
7279
|
if (!(e.sCount[d] < 0)) {
|
|
@@ -7289,7 +7286,7 @@ var sV = V4, oV = xr.HTML_OPEN_CLOSE_TAG_RE, Lt = [
|
|
|
7289
7286
|
break;
|
|
7290
7287
|
}
|
|
7291
7288
|
}
|
|
7292
|
-
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(
|
|
7289
|
+
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;
|
|
7293
7290
|
}, aV = function(e, n) {
|
|
7294
7291
|
var r, s, o, c, i, l, a = n + 1, u = e.md.block.ruler.getRules("paragraph"), f = e.lineMax;
|
|
7295
7292
|
for (l = e.parentType, e.parentType = "paragraph"; a < f && !e.isEmpty(a); a++)
|
|
@@ -7356,14 +7353,14 @@ Xe.prototype.skipCharsBack = function(e, n, r) {
|
|
|
7356
7353
|
return e;
|
|
7357
7354
|
};
|
|
7358
7355
|
Xe.prototype.getLines = function(e, n, r, s) {
|
|
7359
|
-
var o, c, i, l, a, u, f,
|
|
7356
|
+
var o, c, i, l, a, u, f, h = e;
|
|
7360
7357
|
if (e >= n)
|
|
7361
7358
|
return "";
|
|
7362
|
-
for (u = new Array(n - e), o = 0;
|
|
7363
|
-
for (c = 0, f = l = this.bMarks[
|
|
7359
|
+
for (u = new Array(n - e), o = 0; h < n; h++, o++) {
|
|
7360
|
+
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; ) {
|
|
7364
7361
|
if (i = this.src.charCodeAt(l), yr(i))
|
|
7365
|
-
i === 9 ? c += 4 - (c + this.bsCount[
|
|
7366
|
-
else if (l - f < this.tShift[
|
|
7362
|
+
i === 9 ? c += 4 - (c + this.bsCount[h]) % 4 : c++;
|
|
7363
|
+
else if (l - f < this.tShift[h])
|
|
7367
7364
|
c++;
|
|
7368
7365
|
else
|
|
7369
7366
|
break;
|
|
@@ -7410,8 +7407,8 @@ kr.prototype.parse = function(t, e, n, r) {
|
|
|
7410
7407
|
t && (s = new this.State(t, e, n, r), this.tokenize(s, s.line, s.lineMax));
|
|
7411
7408
|
};
|
|
7412
7409
|
kr.prototype.State = uV;
|
|
7413
|
-
var
|
|
7414
|
-
function
|
|
7410
|
+
var hV = kr;
|
|
7411
|
+
function pV(t) {
|
|
7415
7412
|
switch (t) {
|
|
7416
7413
|
case 10:
|
|
7417
7414
|
case 33:
|
|
@@ -7442,7 +7439,7 @@ function hV(t) {
|
|
|
7442
7439
|
}
|
|
7443
7440
|
}
|
|
7444
7441
|
var dV = function(e, n) {
|
|
7445
|
-
for (var r = e.pos; r < e.posMax && !
|
|
7442
|
+
for (var r = e.pos; r < e.posMax && !pV(e.src.charCodeAt(r)); )
|
|
7446
7443
|
r++;
|
|
7447
7444
|
return r === e.pos ? !1 : (n || (e.pending += e.src.slice(e.pos, r)), e.pos = r, !0);
|
|
7448
7445
|
}, gV = le.isSpace, mV = function(e, n) {
|
|
@@ -7483,8 +7480,8 @@ var bV = function(e, n) {
|
|
|
7483
7480
|
}
|
|
7484
7481
|
return n || (e.pending += "\\"), e.pos++, !0;
|
|
7485
7482
|
}, vV = function(e, n) {
|
|
7486
|
-
var r, s, o, c, i, l, a, u, f = e.pos,
|
|
7487
|
-
if (
|
|
7483
|
+
var r, s, o, c, i, l, a, u, f = e.pos, h = e.src.charCodeAt(f);
|
|
7484
|
+
if (h !== 96)
|
|
7488
7485
|
return !1;
|
|
7489
7486
|
for (r = f, f++, s = e.posMax; f < s && e.src.charCodeAt(f) === 96; )
|
|
7490
7487
|
f++;
|
|
@@ -7571,7 +7568,7 @@ wr.postProcess = function(e) {
|
|
|
7571
7568
|
r[n] && r[n].delimiters && uc(e, r[n].delimiters);
|
|
7572
7569
|
};
|
|
7573
7570
|
var xV = le.normalizeReference, Hr = le.isSpace, yV = function(e, n) {
|
|
7574
|
-
var r, s, o, c, i, l, a, u, f,
|
|
7571
|
+
var r, s, o, c, i, l, a, u, f, h = "", d = "", k = e.pos, b = e.posMax, I = e.pos, T = !0;
|
|
7575
7572
|
if (e.src.charCodeAt(e.pos) !== 91 || (i = e.pos + 1, c = e.md.helpers.parseLinkLabel(e, e.pos, !0), c < 0))
|
|
7576
7573
|
return !1;
|
|
7577
7574
|
if (l = c + 1, l < b && e.src.charCodeAt(l) === 40) {
|
|
@@ -7580,7 +7577,7 @@ var xV = le.normalizeReference, Hr = le.isSpace, yV = function(e, n) {
|
|
|
7580
7577
|
if (l >= b)
|
|
7581
7578
|
return !1;
|
|
7582
7579
|
if (I = l, a = e.md.helpers.parseLinkDestination(e.src, l, e.posMax), a.ok) {
|
|
7583
|
-
for (
|
|
7580
|
+
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++)
|
|
7584
7581
|
;
|
|
7585
7582
|
if (a = e.md.helpers.parseLinkTitle(e.src, l, e.posMax), l < b && I !== l && a.ok)
|
|
7586
7583
|
for (d = a.str, l = a.pos; l < b && (s = e.src.charCodeAt(l), !(!Hr(s) && s !== 10)); l++)
|
|
@@ -7593,11 +7590,11 @@ var xV = le.normalizeReference, Hr = le.isSpace, yV = function(e, n) {
|
|
|
7593
7590
|
return !1;
|
|
7594
7591
|
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)
|
|
7595
7592
|
return e.pos = k, !1;
|
|
7596
|
-
|
|
7593
|
+
h = u.href, d = u.title;
|
|
7597
7594
|
}
|
|
7598
|
-
return n || (e.pos = i, e.posMax = c, f = e.push("link_open", "a", 1), f.attrs = r = [["href",
|
|
7595
|
+
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;
|
|
7599
7596
|
}, kV = le.normalizeReference, jr = le.isSpace, EV = function(e, n) {
|
|
7600
|
-
var r, s, o, c, i, l, a, u, f,
|
|
7597
|
+
var r, s, o, c, i, l, a, u, f, h, d, k, b, I = "", T = e.pos, C = e.posMax;
|
|
7601
7598
|
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))
|
|
7602
7599
|
return !1;
|
|
7603
7600
|
if (a = i + 1, a < C && e.src.charCodeAt(a) === 40) {
|
|
@@ -7608,10 +7605,10 @@ var xV = le.normalizeReference, Hr = le.isSpace, yV = function(e, n) {
|
|
|
7608
7605
|
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++)
|
|
7609
7606
|
;
|
|
7610
7607
|
if (f = e.md.helpers.parseLinkTitle(e.src, a, e.posMax), a < C && b !== a && f.ok)
|
|
7611
|
-
for (
|
|
7608
|
+
for (h = f.str, a = f.pos; a < C && (s = e.src.charCodeAt(a), !(!jr(s) && s !== 10)); a++)
|
|
7612
7609
|
;
|
|
7613
7610
|
else
|
|
7614
|
-
|
|
7611
|
+
h = "";
|
|
7615
7612
|
if (a >= C || e.src.charCodeAt(a) !== 41)
|
|
7616
7613
|
return e.pos = T, !1;
|
|
7617
7614
|
a++;
|
|
@@ -7620,14 +7617,14 @@ var xV = le.normalizeReference, Hr = le.isSpace, yV = function(e, n) {
|
|
|
7620
7617
|
return !1;
|
|
7621
7618
|
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)
|
|
7622
7619
|
return e.pos = T, !1;
|
|
7623
|
-
I = u.href,
|
|
7620
|
+
I = u.href, h = u.title;
|
|
7624
7621
|
}
|
|
7625
7622
|
return n || (o = e.src.slice(l, i), e.md.inline.parse(
|
|
7626
7623
|
o,
|
|
7627
7624
|
e.md,
|
|
7628
7625
|
e.env,
|
|
7629
7626
|
k = []
|
|
7630
|
-
), d = e.push("image", "img", 0), d.attrs = r = [["src", I], ["alt", ""]], d.children = k, d.content = o,
|
|
7627
|
+
), 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;
|
|
7631
7628
|
}, 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) {
|
|
7632
7629
|
var r, s, o, c, i, l, a = e.pos;
|
|
7633
7630
|
if (e.src.charCodeAt(a) !== 60)
|
|
@@ -7647,26 +7644,26 @@ function DV(t) {
|
|
|
7647
7644
|
var TV = function(e, n) {
|
|
7648
7645
|
var r, s, o, c, i = e.pos;
|
|
7649
7646
|
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);
|
|
7650
|
-
}, fc = Ni, RV = le.has, qV = le.isValidEntityCode,
|
|
7647
|
+
}, 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) {
|
|
7651
7648
|
var r, s, o, c = e.pos, i = e.posMax;
|
|
7652
7649
|
if (e.src.charCodeAt(c) !== 38)
|
|
7653
7650
|
return !1;
|
|
7654
7651
|
if (c + 1 < i) {
|
|
7655
7652
|
if (r = e.src.charCodeAt(c + 1), r === 35) {
|
|
7656
7653
|
if (o = e.src.slice(c).match(MV), o)
|
|
7657
|
-
return n || (s = o[1][0].toLowerCase() === "x" ? parseInt(o[1].slice(1), 16) : parseInt(o[1], 10), e.pending += qV(s) ?
|
|
7654
|
+
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;
|
|
7658
7655
|
} else if (o = e.src.slice(c).match(NV), o && RV(fc, o[1]))
|
|
7659
7656
|
return n || (e.pending += fc[o[1]]), e.pos += o[0].length, !0;
|
|
7660
7657
|
}
|
|
7661
7658
|
return n || (e.pending += "&"), e.pos++, !0;
|
|
7662
7659
|
};
|
|
7663
|
-
function
|
|
7660
|
+
function pc(t, e) {
|
|
7664
7661
|
var n, r, s, o, c, i, l, a, u = {}, f = e.length;
|
|
7665
7662
|
if (f) {
|
|
7666
|
-
var
|
|
7663
|
+
var h = 0, d = -2, k = [];
|
|
7667
7664
|
for (n = 0; n < f; n++)
|
|
7668
|
-
if (s = e[n], k.push(0), (e[
|
|
7669
|
-
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 =
|
|
7665
|
+
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) {
|
|
7666
|
+
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)
|
|
7670
7667
|
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)) {
|
|
7671
7668
|
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;
|
|
7672
7669
|
break;
|
|
@@ -7677,8 +7674,8 @@ function hc(t, e) {
|
|
|
7677
7674
|
}
|
|
7678
7675
|
var FV = function(e) {
|
|
7679
7676
|
var n, r = e.tokens_meta, s = e.tokens_meta.length;
|
|
7680
|
-
for (
|
|
7681
|
-
r[n] && r[n].delimiters &&
|
|
7677
|
+
for (pc(e, e.delimiters), n = 0; n < s; n++)
|
|
7678
|
+
r[n] && r[n].delimiters && pc(e, r[n].delimiters);
|
|
7682
7679
|
}, LV = function(e) {
|
|
7683
7680
|
var n, r, s = 0, o = e.tokens, c = e.tokens.length;
|
|
7684
7681
|
for (n = r = 0; n < c; n++)
|
|
@@ -7698,10 +7695,10 @@ Tn.prototype.push = function(t, e, n) {
|
|
|
7698
7695
|
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;
|
|
7699
7696
|
};
|
|
7700
7697
|
Tn.prototype.scanDelims = function(t, e) {
|
|
7701
|
-
var n = t, r, s, o, c, i, l, a, u, f,
|
|
7698
|
+
var n = t, r, s, o, c, i, l, a, u, f, h = !0, d = !0, k = this.posMax, b = this.src.charCodeAt(t);
|
|
7702
7699
|
for (r = t > 0 ? this.src.charCodeAt(t - 1) : 32; n < k && this.src.charCodeAt(n) === b; )
|
|
7703
7700
|
n++;
|
|
7704
|
-
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 ?
|
|
7701
|
+
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)), {
|
|
7705
7702
|
can_open: c,
|
|
7706
7703
|
can_close: i,
|
|
7707
7704
|
length: o
|
|
@@ -7780,7 +7777,7 @@ function BV() {
|
|
|
7780
7777
|
"(^|(?![.:/\\-_@])(?:[$+<=>^`||]|" + e.src_ZPCc + "))((?![$+<=>^`||])" + e.tpl_host_port_no_ip_fuzzy_strict + e.src_path + ")", e;
|
|
7781
7778
|
}), Zr;
|
|
7782
7779
|
}
|
|
7783
|
-
function
|
|
7780
|
+
function hs(t) {
|
|
7784
7781
|
var e = Array.prototype.slice.call(arguments, 1);
|
|
7785
7782
|
return e.forEach(function(n) {
|
|
7786
7783
|
n && Object.keys(n).forEach(function(r) {
|
|
@@ -7911,13 +7908,13 @@ function yc(t, e) {
|
|
|
7911
7908
|
function Oe(t, e) {
|
|
7912
7909
|
if (!(this instanceof Oe))
|
|
7913
7910
|
return new Oe(t, e);
|
|
7914
|
-
e || jV(t) && (e = t, t = {}), this.__opts__ =
|
|
7911
|
+
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);
|
|
7915
7912
|
}
|
|
7916
7913
|
Oe.prototype.add = function(e, n) {
|
|
7917
7914
|
return this.__schemas__[e] = n, nr(this), this;
|
|
7918
7915
|
};
|
|
7919
7916
|
Oe.prototype.set = function(e) {
|
|
7920
|
-
return this.__opts__ =
|
|
7917
|
+
return this.__opts__ = hs(this.__opts__, e), this;
|
|
7921
7918
|
};
|
|
7922
7919
|
Oe.prototype.test = function(e) {
|
|
7923
7920
|
if (this.__text_cache__ = e, this.__index__ = -1, !e.length)
|
|
@@ -7956,11 +7953,11 @@ Oe.prototype.normalize = function(e) {
|
|
|
7956
7953
|
Oe.prototype.onCompile = function() {
|
|
7957
7954
|
};
|
|
7958
7955
|
var YV = Oe;
|
|
7959
|
-
const Vt = 2147483647,
|
|
7956
|
+
const Vt = 2147483647, Ke = 36, js = 1, wn = 26, XV = 38, QV = 700, ji = 72, Vi = 128, Gi = "-", e5 = /^xn--/, t5 = /[^\0-\x7E]/, n5 = /[\x2E\u3002\uFF0E\uFF61]/g, r5 = {
|
|
7960
7957
|
overflow: "Overflow: input needs wider integers to process",
|
|
7961
7958
|
"not-basic": "Illegal input >= 0x80 (not a basic code point)",
|
|
7962
7959
|
"invalid-input": "Invalid input"
|
|
7963
|
-
}, Kr =
|
|
7960
|
+
}, Kr = Ke - js, We = Math.floor, Wr = String.fromCharCode;
|
|
7964
7961
|
function Et(t) {
|
|
7965
7962
|
throw new RangeError(r5[t]);
|
|
7966
7963
|
}
|
|
@@ -7993,14 +7990,14 @@ function Vs(t) {
|
|
|
7993
7990
|
return e;
|
|
7994
7991
|
}
|
|
7995
7992
|
const Ki = (t) => String.fromCodePoint(...t), o5 = function(t) {
|
|
7996
|
-
return t - 48 < 10 ? t - 22 : t - 65 < 26 ? t - 65 : t - 97 < 26 ? t - 97 :
|
|
7993
|
+
return t - 48 < 10 ? t - 22 : t - 65 < 26 ? t - 65 : t - 97 < 26 ? t - 97 : Ke;
|
|
7997
7994
|
}, kc = function(t, e) {
|
|
7998
7995
|
return t + 22 + 75 * (t < 26) - ((e != 0) << 5);
|
|
7999
7996
|
}, Wi = function(t, e, n) {
|
|
8000
7997
|
let r = 0;
|
|
8001
|
-
for (t = n ?
|
|
8002
|
-
t =
|
|
8003
|
-
return
|
|
7998
|
+
for (t = n ? We(t / QV) : t >> 1, t += We(t / e); t > Kr * wn >> 1; r += Ke)
|
|
7999
|
+
t = We(t / Kr);
|
|
8000
|
+
return We(r + (Kr + 1) * t / (t + XV));
|
|
8004
8001
|
}, Gs = function(t) {
|
|
8005
8002
|
const e = [], n = t.length;
|
|
8006
8003
|
let r = 0, s = Vi, o = ji, c = t.lastIndexOf(Gi);
|
|
@@ -8009,18 +8006,18 @@ const Ki = (t) => String.fromCodePoint(...t), o5 = function(t) {
|
|
|
8009
8006
|
t.charCodeAt(i) >= 128 && Et("not-basic"), e.push(t.charCodeAt(i));
|
|
8010
8007
|
for (let i = c > 0 ? c + 1 : 0; i < n; ) {
|
|
8011
8008
|
let l = r;
|
|
8012
|
-
for (let u = 1, f =
|
|
8009
|
+
for (let u = 1, f = Ke; ; f += Ke) {
|
|
8013
8010
|
i >= n && Et("invalid-input");
|
|
8014
|
-
const
|
|
8015
|
-
(
|
|
8011
|
+
const h = o5(t.charCodeAt(i++));
|
|
8012
|
+
(h >= Ke || h > We((Vt - r) / u)) && Et("overflow"), r += h * u;
|
|
8016
8013
|
const d = f <= o ? js : f >= o + wn ? wn : f - o;
|
|
8017
|
-
if (
|
|
8014
|
+
if (h < d)
|
|
8018
8015
|
break;
|
|
8019
|
-
const k =
|
|
8020
|
-
u >
|
|
8016
|
+
const k = Ke - d;
|
|
8017
|
+
u > We(Vt / k) && Et("overflow"), u *= k;
|
|
8021
8018
|
}
|
|
8022
8019
|
const a = e.length + 1;
|
|
8023
|
-
o = Wi(r - l, a, l == 0),
|
|
8020
|
+
o = Wi(r - l, a, l == 0), We(r / a) > Vt - s && Et("overflow"), s += We(r / a), r %= a, e.splice(r++, 0, s);
|
|
8024
8021
|
}
|
|
8025
8022
|
return String.fromCodePoint(...e);
|
|
8026
8023
|
}, Zs = function(t) {
|
|
@@ -8035,18 +8032,18 @@ const Ki = (t) => String.fromCodePoint(...t), o5 = function(t) {
|
|
|
8035
8032
|
for (const u of t)
|
|
8036
8033
|
u >= r && u < l && (l = u);
|
|
8037
8034
|
const a = i + 1;
|
|
8038
|
-
l - r >
|
|
8035
|
+
l - r > We((Vt - s) / a) && Et("overflow"), s += (l - r) * a, r = l;
|
|
8039
8036
|
for (const u of t)
|
|
8040
8037
|
if (u < r && ++s > Vt && Et("overflow"), u === r) {
|
|
8041
8038
|
let f = s;
|
|
8042
|
-
for (let
|
|
8043
|
-
const d =
|
|
8039
|
+
for (let h = Ke; ; h += Ke) {
|
|
8040
|
+
const d = h <= o ? js : h >= o + wn ? wn : h - o;
|
|
8044
8041
|
if (f < d)
|
|
8045
8042
|
break;
|
|
8046
|
-
const k = f - d, b =
|
|
8043
|
+
const k = f - d, b = Ke - d;
|
|
8047
8044
|
e.push(
|
|
8048
8045
|
Wr(kc(d + k % b, 0))
|
|
8049
|
-
), f =
|
|
8046
|
+
), f = We(k / b);
|
|
8050
8047
|
}
|
|
8051
8048
|
e.push(Wr(kc(f, 0))), o = Wi(s, a, i === c), s = 0, ++i;
|
|
8052
8049
|
}
|
|
@@ -8256,7 +8253,7 @@ var a5 = {
|
|
|
8256
8253
|
]
|
|
8257
8254
|
}
|
|
8258
8255
|
}
|
|
8259
|
-
}, _n = le,
|
|
8256
|
+
}, _n = le, h5 = vr, p5 = f4, d5 = I4, g5 = hV, m5 = PV, _5 = YV, Ct = Qt, Xi = l5, b5 = {
|
|
8260
8257
|
default: a5,
|
|
8261
8258
|
zero: u5,
|
|
8262
8259
|
commonmark: f5
|
|
@@ -8287,7 +8284,7 @@ function E5(t) {
|
|
|
8287
8284
|
function Pe(t, e) {
|
|
8288
8285
|
if (!(this instanceof Pe))
|
|
8289
8286
|
return new Pe(t, e);
|
|
8290
|
-
e || _n.isString(t) || (e = t || {}, t = "default"), this.inline = new m5(), this.block = new g5(), this.core = new d5(), this.renderer = new
|
|
8287
|
+
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);
|
|
8291
8288
|
}
|
|
8292
8289
|
Pe.prototype.set = function(t) {
|
|
8293
8290
|
return _n.assign(this.options, t), this;
|
|
@@ -8348,7 +8345,7 @@ Pe.prototype.renderInline = function(t, e) {
|
|
|
8348
8345
|
};
|
|
8349
8346
|
var w5 = Pe, C5 = w5;
|
|
8350
8347
|
const A5 = /* @__PURE__ */ Mi(C5);
|
|
8351
|
-
var S5 =
|
|
8348
|
+
var S5 = Ue({
|
|
8352
8349
|
name: "VueMarkdown",
|
|
8353
8350
|
props: {
|
|
8354
8351
|
source: {
|
|
@@ -8883,7 +8880,7 @@ function al(t, e, { key: n }) {
|
|
|
8883
8880
|
c[i + r] = s[i], o[i + r] = !0, r += rl(e[i - 1]);
|
|
8884
8881
|
t[n] = c, t[n]._emit = o, t[n]._multi = !0;
|
|
8885
8882
|
}
|
|
8886
|
-
function
|
|
8883
|
+
function h9(t) {
|
|
8887
8884
|
if (Array.isArray(t.begin)) {
|
|
8888
8885
|
if (t.skip || t.excludeBegin || t.returnBegin)
|
|
8889
8886
|
throw Dt("skip, excludeBegin, returnBegin not compatible with beginScope: {}"), rr;
|
|
@@ -8892,7 +8889,7 @@ function p9(t) {
|
|
|
8892
8889
|
al(t, t.begin, { key: "beginScope" }), t.begin = Js(t.begin, { joinWith: "" });
|
|
8893
8890
|
}
|
|
8894
8891
|
}
|
|
8895
|
-
function
|
|
8892
|
+
function p9(t) {
|
|
8896
8893
|
if (Array.isArray(t.end)) {
|
|
8897
8894
|
if (t.skip || t.excludeEnd || t.returnEnd)
|
|
8898
8895
|
throw Dt("skip, excludeEnd, returnEnd not compatible with endScope: {}"), rr;
|
|
@@ -8905,7 +8902,7 @@ function d9(t) {
|
|
|
8905
8902
|
t.scope && typeof t.scope == "object" && t.scope !== null && (t.beginScope = t.scope, delete t.scope);
|
|
8906
8903
|
}
|
|
8907
8904
|
function g9(t) {
|
|
8908
|
-
d9(t), typeof t.beginScope == "string" && (t.beginScope = { _wrap: t.beginScope }), typeof t.endScope == "string" && (t.endScope = { _wrap: t.endScope }),
|
|
8905
|
+
d9(t), typeof t.beginScope == "string" && (t.beginScope = { _wrap: t.beginScope }), typeof t.endScope == "string" && (t.endScope = { _wrap: t.endScope }), h9(t), p9(t);
|
|
8909
8906
|
}
|
|
8910
8907
|
function m9(t) {
|
|
8911
8908
|
function e(c, i) {
|
|
@@ -8933,7 +8930,7 @@ function m9(t) {
|
|
|
8933
8930
|
const l = this.matcherRe.exec(i);
|
|
8934
8931
|
if (!l)
|
|
8935
8932
|
return null;
|
|
8936
|
-
const a = l.findIndex((f,
|
|
8933
|
+
const a = l.findIndex((f, h) => h > 0 && f !== void 0), u = this.matchIndexes[a];
|
|
8937
8934
|
return l.splice(0, a), Object.assign(l, u);
|
|
8938
8935
|
}
|
|
8939
8936
|
}
|
|
@@ -9087,9 +9084,9 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ie = v, te = S), G ==
|
|
|
9087
9084
|
let R = m.keywordPatternRe.exec(L), H = "";
|
|
9088
9085
|
for (; R; ) {
|
|
9089
9086
|
H += L.substring(w, R.index);
|
|
9090
|
-
const Y = x.case_insensitive ? R[0].toLowerCase() : R[0],
|
|
9091
|
-
if (
|
|
9092
|
-
const [Ne, dt] =
|
|
9087
|
+
const Y = x.case_insensitive ? R[0].toLowerCase() : R[0], he = ae(m, Y);
|
|
9088
|
+
if (he) {
|
|
9089
|
+
const [Ne, dt] = he;
|
|
9093
9090
|
if (y.addText(H), H = "", ie[Y] = (ie[Y] || 0) + 1, ie[Y] <= x9 && (P += dt), Ne.startsWith("_"))
|
|
9094
9091
|
H += R[0];
|
|
9095
9092
|
else {
|
|
@@ -9123,7 +9120,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ie = v, te = S), G ==
|
|
|
9123
9120
|
function de(w, R) {
|
|
9124
9121
|
w !== "" && (y.startScope(R), y.addText(w), y.endScope());
|
|
9125
9122
|
}
|
|
9126
|
-
function
|
|
9123
|
+
function pt(w, R) {
|
|
9127
9124
|
let H = 1;
|
|
9128
9125
|
const Y = R.length - 1;
|
|
9129
9126
|
for (; H <= Y; ) {
|
|
@@ -9131,19 +9128,19 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ie = v, te = S), G ==
|
|
|
9131
9128
|
H++;
|
|
9132
9129
|
continue;
|
|
9133
9130
|
}
|
|
9134
|
-
const
|
|
9135
|
-
|
|
9131
|
+
const he = x.classNameAliases[w[H]] || w[H], Ne = R[H];
|
|
9132
|
+
he ? de(Ne, he) : (L = Ne, De(), L = ""), H++;
|
|
9136
9133
|
}
|
|
9137
9134
|
}
|
|
9138
9135
|
function nn(w, R) {
|
|
9139
|
-
return w.scope && typeof w.scope == "string" && y.openNode(x.classNameAliases[w.scope] || w.scope), w.beginScope && (w.beginScope._wrap ? (de(L, x.classNameAliases[w.beginScope._wrap] || w.beginScope._wrap), L = "") : w.beginScope._multi && (
|
|
9136
|
+
return w.scope && typeof w.scope == "string" && y.openNode(x.classNameAliases[w.scope] || w.scope), w.beginScope && (w.beginScope._wrap ? (de(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;
|
|
9140
9137
|
}
|
|
9141
9138
|
function Qe(w, R, H) {
|
|
9142
9139
|
let Y = L5(w.endRe, H);
|
|
9143
9140
|
if (Y) {
|
|
9144
9141
|
if (w["on:end"]) {
|
|
9145
|
-
const
|
|
9146
|
-
w["on:end"](R,
|
|
9142
|
+
const he = new Ec(w);
|
|
9143
|
+
w["on:end"](R, he), he.isMatchIgnored && (Y = !1);
|
|
9147
9144
|
}
|
|
9148
9145
|
if (Y) {
|
|
9149
9146
|
for (; w.endsParent && w.parent; )
|
|
@@ -9158,22 +9155,22 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ie = v, te = S), G ==
|
|
|
9158
9155
|
return m.matcher.regexIndex === 0 ? (L += w[0], 1) : (Q = !0, 0);
|
|
9159
9156
|
}
|
|
9160
9157
|
function sn(w) {
|
|
9161
|
-
const R = w[0], H = w.rule, Y = new Ec(H),
|
|
9162
|
-
for (const Ne of
|
|
9158
|
+
const R = w[0], H = w.rule, Y = new Ec(H), he = [H.__beforeBegin, H["on:begin"]];
|
|
9159
|
+
for (const Ne of he)
|
|
9163
9160
|
if (Ne && (Ne(w, Y), Y.isMatchIgnored))
|
|
9164
9161
|
return rn(R);
|
|
9165
9162
|
return H.skip ? L += R : (H.excludeBegin && (L += R), Ce(), !H.returnBegin && !H.excludeBegin && (L = R)), nn(H, w), H.returnBegin ? 0 : R.length;
|
|
9166
9163
|
}
|
|
9167
|
-
function
|
|
9164
|
+
function p(w) {
|
|
9168
9165
|
const R = w[0], H = S.substring(w.index), Y = Qe(m, w, H);
|
|
9169
9166
|
if (!Y)
|
|
9170
9167
|
return Tc;
|
|
9171
|
-
const
|
|
9172
|
-
m.endScope && m.endScope._wrap ? (Ce(), de(R, m.endScope._wrap)) : m.endScope && m.endScope._multi ? (Ce(),
|
|
9168
|
+
const he = m;
|
|
9169
|
+
m.endScope && m.endScope._wrap ? (Ce(), de(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));
|
|
9173
9170
|
do
|
|
9174
9171
|
m.scope && y.closeNode(), !m.skip && !m.subLanguage && (P += m.relevance), m = m.parent;
|
|
9175
9172
|
while (m !== Y.parent);
|
|
9176
|
-
return Y.starts && nn(Y.starts, w),
|
|
9173
|
+
return Y.starts && nn(Y.starts, w), he.returnEnd ? 0 : R.length;
|
|
9177
9174
|
}
|
|
9178
9175
|
function g() {
|
|
9179
9176
|
const w = [];
|
|
@@ -9199,7 +9196,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ie = v, te = S), G ==
|
|
|
9199
9196
|
const Y = new Error('Illegal lexeme "' + H + '" for mode "' + (m.scope || "<unnamed>") + '"');
|
|
9200
9197
|
throw Y.mode = m, Y;
|
|
9201
9198
|
} else if (R.type === "end") {
|
|
9202
|
-
const Y =
|
|
9199
|
+
const Y = p(R);
|
|
9203
9200
|
if (Y !== Tc)
|
|
9204
9201
|
return Y;
|
|
9205
9202
|
}
|
|
@@ -9268,7 +9265,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ie = v, te = S), G ==
|
|
|
9268
9265
|
throw w;
|
|
9269
9266
|
}
|
|
9270
9267
|
}
|
|
9271
|
-
function
|
|
9268
|
+
function h(v) {
|
|
9272
9269
|
const S = {
|
|
9273
9270
|
value: Jr(v),
|
|
9274
9271
|
illegal: !1,
|
|
@@ -9280,7 +9277,7 @@ https://github.com/highlightjs/highlight.js/issues/2277`), ie = v, te = S), G ==
|
|
|
9280
9277
|
}
|
|
9281
9278
|
function d(v, S) {
|
|
9282
9279
|
S = S || i.languages || Object.keys(e);
|
|
9283
|
-
const G =
|
|
9280
|
+
const G = h(v), te = S.filter(X).filter(J).map(
|
|
9284
9281
|
(Ce) => f(Ce, v, !1)
|
|
9285
9282
|
);
|
|
9286
9283
|
te.unshift(G);
|
|
@@ -9449,7 +9446,7 @@ Jt.newInstance = () => fl({});
|
|
|
9449
9446
|
var y9 = Jt;
|
|
9450
9447
|
Jt.HighlightJS = Jt;
|
|
9451
9448
|
Jt.default = Jt;
|
|
9452
|
-
const sr = /* @__PURE__ */ Mi(y9),
|
|
9449
|
+
const sr = /* @__PURE__ */ Mi(y9), ps = /* @__PURE__ */ Ue({
|
|
9453
9450
|
__name: "Message",
|
|
9454
9451
|
props: {
|
|
9455
9452
|
message: {
|
|
@@ -9458,7 +9455,7 @@ const sr = /* @__PURE__ */ Mi(y9), hs = /* @__PURE__ */ He({
|
|
|
9458
9455
|
}
|
|
9459
9456
|
},
|
|
9460
9457
|
setup(t) {
|
|
9461
|
-
const e = t, { message: n } =
|
|
9458
|
+
const e = t, { message: n } = ha(e), r = Tt(() => n.value.text || "<Empty response>"), s = Tt(() => ({
|
|
9462
9459
|
"chat-message-from-user": n.value.sender === "user",
|
|
9463
9460
|
"chat-message-from-bot": n.value.sender === "bot"
|
|
9464
9461
|
})), o = {
|
|
@@ -9474,8 +9471,8 @@ const sr = /* @__PURE__ */ Mi(y9), hs = /* @__PURE__ */ He({
|
|
|
9474
9471
|
return (c, i) => (oe(), be("div", {
|
|
9475
9472
|
class: Sn(["chat-message", s.value])
|
|
9476
9473
|
}, [
|
|
9477
|
-
|
|
9478
|
-
|
|
9474
|
+
pn(c.$slots, "default", {}, () => [
|
|
9475
|
+
pe(ge(D5), {
|
|
9479
9476
|
class: "chat-message-markdown",
|
|
9480
9477
|
source: r.value,
|
|
9481
9478
|
options: o
|
|
@@ -9483,12 +9480,11 @@ const sr = /* @__PURE__ */ Mi(y9), hs = /* @__PURE__ */ He({
|
|
|
9483
9480
|
])
|
|
9484
9481
|
], 2));
|
|
9485
9482
|
}
|
|
9486
|
-
})
|
|
9487
|
-
const k9 = /* @__PURE__ */ we("div", { class: "chat-message-typing-body" }, [
|
|
9483
|
+
}), k9 = /* @__PURE__ */ we("div", { class: "chat-message-typing-body" }, [
|
|
9488
9484
|
/* @__PURE__ */ we("span", { class: "chat-message-typing-circle" }),
|
|
9489
9485
|
/* @__PURE__ */ we("span", { class: "chat-message-typing-circle" }),
|
|
9490
9486
|
/* @__PURE__ */ we("span", { class: "chat-message-typing-circle" })
|
|
9491
|
-
], -1), E9 = /* @__PURE__ */
|
|
9487
|
+
], -1), E9 = /* @__PURE__ */ Ue({
|
|
9492
9488
|
__name: "MessageTyping",
|
|
9493
9489
|
props: {
|
|
9494
9490
|
animation: {
|
|
@@ -9507,7 +9503,7 @@ const k9 = /* @__PURE__ */ we("div", { class: "chat-message-typing-body" }, [
|
|
|
9507
9503
|
"chat-message-typing": !0,
|
|
9508
9504
|
[`chat-message-typing-animation-${e.animation}`]: !0
|
|
9509
9505
|
}));
|
|
9510
|
-
return (s, o) => (oe(), Se(ge(
|
|
9506
|
+
return (s, o) => (oe(), Se(ge(ps), {
|
|
9511
9507
|
class: Sn(r.value),
|
|
9512
9508
|
message: n
|
|
9513
9509
|
}, {
|
|
@@ -9517,8 +9513,7 @@ const k9 = /* @__PURE__ */ we("div", { class: "chat-message-typing-body" }, [
|
|
|
9517
9513
|
_: 1
|
|
9518
9514
|
}, 8, ["class"]));
|
|
9519
9515
|
}
|
|
9520
|
-
})
|
|
9521
|
-
const w9 = { class: "chat-messages-list" }, C9 = /* @__PURE__ */ He({
|
|
9516
|
+
}), w9 = { class: "chat-messages-list" }, C9 = /* @__PURE__ */ Ue({
|
|
9522
9517
|
__name: "MessagesList",
|
|
9523
9518
|
props: {
|
|
9524
9519
|
messages: {
|
|
@@ -9529,32 +9524,31 @@ const w9 = { class: "chat-messages-list" }, C9 = /* @__PURE__ */ He({
|
|
|
9529
9524
|
setup(t) {
|
|
9530
9525
|
const e = Ls(), { initialMessages: n, waitingForResponse: r } = e;
|
|
9531
9526
|
return (s, o) => (oe(), be("div", w9, [
|
|
9532
|
-
(oe(!0), be(Re, null, uo(ge(n), (c) => (oe(), Se(
|
|
9527
|
+
(oe(!0), be(Re, null, uo(ge(n), (c) => (oe(), Se(ps, {
|
|
9533
9528
|
key: c.id,
|
|
9534
9529
|
message: c
|
|
9535
9530
|
}, null, 8, ["message"]))), 128)),
|
|
9536
|
-
(oe(!0), be(Re, null, uo(t.messages, (c) => (oe(), Se(
|
|
9531
|
+
(oe(!0), be(Re, null, uo(t.messages, (c) => (oe(), Se(ps, {
|
|
9537
9532
|
key: c.id,
|
|
9538
9533
|
message: c
|
|
9539
9534
|
}, null, 8, ["message"]))), 128)),
|
|
9540
9535
|
ge(r) ? (oe(), Se(E9, { key: 0 })) : mn("", !0)
|
|
9541
9536
|
]));
|
|
9542
9537
|
}
|
|
9543
|
-
})
|
|
9544
|
-
const A9 = {
|
|
9538
|
+
}), A9 = {
|
|
9545
9539
|
viewBox: "0 0 24 24",
|
|
9546
9540
|
width: "1.2em",
|
|
9547
9541
|
height: "1.2em"
|
|
9548
9542
|
}, S9 = /* @__PURE__ */ we("path", {
|
|
9549
9543
|
fill: "currentColor",
|
|
9550
|
-
d: "m2 21l21-9L2 3v7l15 2l-15
|
|
9544
|
+
d: "m2 21l21-9L2 3v7l15 2l-15 2z"
|
|
9551
9545
|
}, null, -1), D9 = [
|
|
9552
9546
|
S9
|
|
9553
9547
|
];
|
|
9554
9548
|
function T9(t, e) {
|
|
9555
9549
|
return oe(), be("svg", A9, D9);
|
|
9556
9550
|
}
|
|
9557
|
-
const R9 = { name: "mdi-send", render: T9 }, q9 = { class: "chat-input" }, M9 = ["placeholder", "onKeydown"], N9 = ["disabled"], I9 = /* @__PURE__ */
|
|
9551
|
+
const R9 = { name: "mdi-send", render: T9 }, q9 = { class: "chat-input" }, M9 = ["placeholder", "onKeydown"], N9 = ["disabled"], I9 = /* @__PURE__ */ Ue({
|
|
9558
9552
|
__name: "Input",
|
|
9559
9553
|
setup(t) {
|
|
9560
9554
|
const e = Ls(), { waitingForResponse: n } = e, { t: r } = mr(), s = Ut(""), o = Tt(() => s.value === "" || n.value);
|
|
@@ -9581,15 +9575,14 @@ const R9 = { name: "mdi-send", render: T9 }, q9 = { class: "chat-input" }, M9 =
|
|
|
9581
9575
|
class: "chat-input-send-button",
|
|
9582
9576
|
onClick: c
|
|
9583
9577
|
}, [
|
|
9584
|
-
|
|
9578
|
+
pe(ge(R9), {
|
|
9585
9579
|
height: "32",
|
|
9586
9580
|
width: "32"
|
|
9587
9581
|
})
|
|
9588
9582
|
], 8, N9)
|
|
9589
9583
|
]));
|
|
9590
9584
|
}
|
|
9591
|
-
})
|
|
9592
|
-
const pl = /* @__PURE__ */ He({
|
|
9585
|
+
}), hl = /* @__PURE__ */ Ue({
|
|
9593
9586
|
__name: "Chat",
|
|
9594
9587
|
setup(t) {
|
|
9595
9588
|
const { t: e } = mr(), n = Ls(), { messages: r, currentSessionId: s } = n, { options: o } = Os();
|
|
@@ -9631,7 +9624,7 @@ const pl = /* @__PURE__ */ He({
|
|
|
9631
9624
|
height: "1.2em"
|
|
9632
9625
|
}, L9 = /* @__PURE__ */ we("path", {
|
|
9633
9626
|
fill: "currentColor",
|
|
9634
|
-
d: "M12 3c5.5 0 10 3.58 10 8s-4.5 8-10 8c-1.24 0-2.43-.18-3.53-.5C5.55 21 2 21 2 21c2.33-2.33 2.7-3.9 2.75-4.5C3.05 15.07 2 13.13 2 11c0-4.42 4.5-8 10-
|
|
9627
|
+
d: "M12 3c5.5 0 10 3.58 10 8s-4.5 8-10 8c-1.24 0-2.43-.18-3.53-.5C5.55 21 2 21 2 21c2.33-2.33 2.7-3.9 2.75-4.5C3.05 15.07 2 13.13 2 11c0-4.42 4.5-8 10-8"
|
|
9635
9628
|
}, null, -1), O9 = [
|
|
9636
9629
|
L9
|
|
9637
9630
|
];
|
|
@@ -9644,14 +9637,14 @@ const B9 = { name: "mdi-chat", render: P9 }, $9 = {
|
|
|
9644
9637
|
height: "1.2em"
|
|
9645
9638
|
}, z9 = /* @__PURE__ */ we("path", {
|
|
9646
9639
|
fill: "currentColor",
|
|
9647
|
-
d: "M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6l-6-
|
|
9640
|
+
d: "M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6l-6-6z"
|
|
9648
9641
|
}, null, -1), U9 = [
|
|
9649
9642
|
z9
|
|
9650
9643
|
];
|
|
9651
9644
|
function H9(t, e) {
|
|
9652
9645
|
return oe(), be("svg", $9, U9);
|
|
9653
9646
|
}
|
|
9654
|
-
const j9 = { name: "mdi-chevron-down", render: H9 }, V9 = { class: "chat-window-wrapper" }, G9 = { class: "chat-window" }, Z9 = /* @__PURE__ */
|
|
9647
|
+
const j9 = { name: "mdi-chevron-down", render: H9 }, V9 = { class: "chat-window-wrapper" }, G9 = { class: "chat-window" }, Z9 = /* @__PURE__ */ Ue({
|
|
9655
9648
|
__name: "ChatWindow",
|
|
9656
9649
|
setup(t) {
|
|
9657
9650
|
const e = Ut(!1);
|
|
@@ -9661,10 +9654,10 @@ const j9 = { name: "mdi-chevron-down", render: H9 }, V9 = { class: "chat-window-
|
|
|
9661
9654
|
});
|
|
9662
9655
|
}
|
|
9663
9656
|
return (r, s) => (oe(), be("div", V9, [
|
|
9664
|
-
|
|
9657
|
+
pe(er, { name: "chat-window-transition" }, {
|
|
9665
9658
|
default: ut(() => [
|
|
9666
9659
|
li(we("div", G9, [
|
|
9667
|
-
|
|
9660
|
+
pe(hl)
|
|
9668
9661
|
], 512), [
|
|
9669
9662
|
[Wu, e.value]
|
|
9670
9663
|
])
|
|
@@ -9675,7 +9668,7 @@ const j9 = { name: "mdi-chevron-down", render: H9 }, V9 = { class: "chat-window-
|
|
|
9675
9668
|
class: "chat-window-toggle",
|
|
9676
9669
|
onClick: n
|
|
9677
9670
|
}, [
|
|
9678
|
-
|
|
9671
|
+
pe(er, {
|
|
9679
9672
|
name: "chat-window-toggle-transition",
|
|
9680
9673
|
mode: "out-in"
|
|
9681
9674
|
}, {
|
|
@@ -9962,7 +9955,7 @@ const Rc = "[A-Za-z$_][0-9A-Za-z$_]*", W9 = [
|
|
|
9962
9955
|
"undefined",
|
|
9963
9956
|
"NaN",
|
|
9964
9957
|
"Infinity"
|
|
9965
|
-
],
|
|
9958
|
+
], pl = [
|
|
9966
9959
|
// Fundamental objects
|
|
9967
9960
|
"Object",
|
|
9968
9961
|
"Function",
|
|
@@ -10053,7 +10046,7 @@ const Rc = "[A-Za-z$_][0-9A-Za-z$_]*", W9 = [
|
|
|
10053
10046
|
// Node.js
|
|
10054
10047
|
], X9 = [].concat(
|
|
10055
10048
|
gl,
|
|
10056
|
-
|
|
10049
|
+
pl,
|
|
10057
10050
|
dl
|
|
10058
10051
|
);
|
|
10059
10052
|
function Q9(t) {
|
|
@@ -10118,7 +10111,7 @@ function Q9(t) {
|
|
|
10118
10111
|
{ begin: "\\b0[0-7]+n?\\b" }
|
|
10119
10112
|
],
|
|
10120
10113
|
relevance: 0
|
|
10121
|
-
},
|
|
10114
|
+
}, h = {
|
|
10122
10115
|
className: "subst",
|
|
10123
10116
|
begin: "\\$\\{",
|
|
10124
10117
|
end: "\\}",
|
|
@@ -10133,7 +10126,7 @@ function Q9(t) {
|
|
|
10133
10126
|
returnEnd: !1,
|
|
10134
10127
|
contains: [
|
|
10135
10128
|
t.BACKSLASH_ESCAPE,
|
|
10136
|
-
|
|
10129
|
+
h
|
|
10137
10130
|
],
|
|
10138
10131
|
subLanguage: "xml"
|
|
10139
10132
|
}
|
|
@@ -10145,7 +10138,7 @@ function Q9(t) {
|
|
|
10145
10138
|
returnEnd: !1,
|
|
10146
10139
|
contains: [
|
|
10147
10140
|
t.BACKSLASH_ESCAPE,
|
|
10148
|
-
|
|
10141
|
+
h
|
|
10149
10142
|
],
|
|
10150
10143
|
subLanguage: "css"
|
|
10151
10144
|
}
|
|
@@ -10157,7 +10150,7 @@ function Q9(t) {
|
|
|
10157
10150
|
returnEnd: !1,
|
|
10158
10151
|
contains: [
|
|
10159
10152
|
t.BACKSLASH_ESCAPE,
|
|
10160
|
-
|
|
10153
|
+
h
|
|
10161
10154
|
],
|
|
10162
10155
|
subLanguage: "graphql"
|
|
10163
10156
|
}
|
|
@@ -10167,7 +10160,7 @@ function Q9(t) {
|
|
|
10167
10160
|
end: "`",
|
|
10168
10161
|
contains: [
|
|
10169
10162
|
t.BACKSLASH_ESCAPE,
|
|
10170
|
-
|
|
10163
|
+
h
|
|
10171
10164
|
]
|
|
10172
10165
|
}, C = {
|
|
10173
10166
|
className: "comment",
|
|
@@ -10228,7 +10221,7 @@ function Q9(t) {
|
|
|
10228
10221
|
// See https://github.com/highlightjs/highlight.js/issues/3288
|
|
10229
10222
|
// hljs.REGEXP_MODE
|
|
10230
10223
|
];
|
|
10231
|
-
|
|
10224
|
+
h.contains = N.concat({
|
|
10232
10225
|
// we need to pair up {} inside our subst to prevent
|
|
10233
10226
|
// it from ending too early by matching another }
|
|
10234
10227
|
begin: /\{/,
|
|
@@ -10238,7 +10231,7 @@ function Q9(t) {
|
|
|
10238
10231
|
"self"
|
|
10239
10232
|
].concat(N)
|
|
10240
10233
|
});
|
|
10241
|
-
const A = [].concat(C,
|
|
10234
|
+
const A = [].concat(C, h.contains), j = A.concat([
|
|
10242
10235
|
// eat recursive parens in sub expressions
|
|
10243
10236
|
{
|
|
10244
10237
|
begin: /\(/,
|
|
@@ -10307,7 +10300,7 @@ function Q9(t) {
|
|
|
10307
10300
|
keywords: {
|
|
10308
10301
|
_: [
|
|
10309
10302
|
// se we still get relevance credit for JS library classes
|
|
10310
|
-
...
|
|
10303
|
+
...pl,
|
|
10311
10304
|
...dl
|
|
10312
10305
|
]
|
|
10313
10306
|
}
|
|
@@ -10563,14 +10556,14 @@ function Q9(t) {
|
|
|
10563
10556
|
]
|
|
10564
10557
|
};
|
|
10565
10558
|
}
|
|
10566
|
-
const eG = /* @__PURE__ */
|
|
10559
|
+
const eG = /* @__PURE__ */ Ue({
|
|
10567
10560
|
__name: "App",
|
|
10568
10561
|
props: {},
|
|
10569
10562
|
setup(t) {
|
|
10570
10563
|
const { options: e } = Os(), n = Tt(() => e.mode === "fullscreen");
|
|
10571
10564
|
return Dn(() => {
|
|
10572
10565
|
sr.registerLanguage("xml", K9), sr.registerLanguage("javascript", Q9);
|
|
10573
|
-
}), (r, s) => n.value ? (oe(), Se(ge(
|
|
10566
|
+
}), (r, s) => n.value ? (oe(), Se(ge(hl), {
|
|
10574
10567
|
key: 0,
|
|
10575
10568
|
class: "n8n-chat"
|
|
10576
10569
|
})) : (oe(), Se(ge(Z9), {
|
|
@@ -10689,13 +10682,13 @@ const aG = {
|
|
|
10689
10682
|
n.value.push(f), s.value = !0, Kt(() => {
|
|
10690
10683
|
Rt.emit("scrollToBottom");
|
|
10691
10684
|
});
|
|
10692
|
-
const
|
|
10685
|
+
const h = await lG(
|
|
10693
10686
|
u,
|
|
10694
10687
|
r.value,
|
|
10695
10688
|
e
|
|
10696
10689
|
), d = {
|
|
10697
10690
|
id: an(),
|
|
10698
|
-
text:
|
|
10691
|
+
text: h.output,
|
|
10699
10692
|
sender: "bot",
|
|
10700
10693
|
createdAt: (/* @__PURE__ */ new Date()).toISOString()
|
|
10701
10694
|
};
|
|
@@ -10706,12 +10699,12 @@ const aG = {
|
|
|
10706
10699
|
async function i() {
|
|
10707
10700
|
if (!e.loadPreviousSession)
|
|
10708
10701
|
return;
|
|
10709
|
-
const u = localStorage.getItem(Po) ?? an(), f = await iG(u, e),
|
|
10702
|
+
const u = localStorage.getItem(Po) ?? an(), f = await iG(u, e), h = (/* @__PURE__ */ new Date()).toISOString();
|
|
10710
10703
|
return n.value = ((f == null ? void 0 : f.data) || []).map((d, k) => ({
|
|
10711
10704
|
id: `${k}`,
|
|
10712
10705
|
text: d.kwargs.content,
|
|
10713
10706
|
sender: d.id.includes("HumanMessage") ? "user" : "bot",
|
|
10714
|
-
createdAt:
|
|
10707
|
+
createdAt: h
|
|
10715
10708
|
})), n.value.length && (r.value = u), u;
|
|
10716
10709
|
}
|
|
10717
10710
|
async function l() {
|