easy-email-pro-editor 1.24.0 → 1.25.0
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/lib/index.js +167 -167
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -25,7 +25,7 @@ import { withHistory as tl } from "slate-history";
|
|
|
25
25
|
import { ReactEditor as Qe, useSlate as gu, withReact as ul, Slate as mg, useSelected as bg, useSlateStatic as Tg, Editable as Dg } from "slate-react";
|
|
26
26
|
import { Editor as Ee, Node as Nt, Transforms as Be, Path as je, Text as $r, Range as rl } from "slate";
|
|
27
27
|
import { cloneDeep as Yr, get as vt, sum as Cg, isEqual as En, escapeRegExp as Nl, some as _g, find as Ng, reduce as ms, isEmpty as Ig, map as yg, uniqueId as Il, merge as Bg, memoize as yl, omitBy as xg, isNil as Bl, camelCase as Ru, isString as ea, identity as Rg, min as vg, each as Lg, omit as bs, debounce as Sg } from "lodash";
|
|
28
|
-
import { BlockManager as fe, NodeUtils as
|
|
28
|
+
import { BlockManager as fe, NodeUtils as z, ElementCategory as Ar, ElementType as ne, StandardType as hr, mergeBlock as Dn, EditorCore as Gu, EditorAuth as Ts, t as xl, PluginManager as Ji, ElementAllowAttributes as ut, PageTestingCss as Og, SLATE_NODE_PLACEHOLDER_CLASSNAME as kg, I18nManager as Fg } from "easy-email-pro-core";
|
|
29
29
|
import { createPortal as Rl } from "react-dom";
|
|
30
30
|
let $i = !1, al;
|
|
31
31
|
const Pg = () => {
|
|
@@ -47,8 +47,8 @@ const Pg = () => {
|
|
|
47
47
|
} = e;
|
|
48
48
|
return e.isInline = (_) => {
|
|
49
49
|
const y = fe.getBlockByType(_.type);
|
|
50
|
-
return y ?
|
|
51
|
-
}, e.isElementReadOnly = (_) => fe.getBlockByType(_.type) &&
|
|
50
|
+
return y ? z.isHTMLNodeElement(_) && ["img"].includes(_.data.tagName) ? !0 : !!y.inlineElement : v(_);
|
|
51
|
+
}, e.isElementReadOnly = (_) => fe.getBlockByType(_.type) && z.isHTMLNodeElement(_) && ["img"].includes(_.data.tagName) ? !0 : P(_), e.isSelectable = (_) => fe.getBlockByType(_.type) && z.isHTMLNodeElement(_) && ["img"].includes(_.data.tagName) ? !1 : U(_), e.isVoid = (_) => {
|
|
52
52
|
const y = fe.getBlockByType(_.type), W = [Ar.IMAGE].some(
|
|
53
53
|
(M) => y.category.includes(M)
|
|
54
54
|
), Q = [
|
|
@@ -68,7 +68,7 @@ const Pg = () => {
|
|
|
68
68
|
var y;
|
|
69
69
|
const [_] = Ee.nodes(e, {
|
|
70
70
|
at: (y = e.selection) == null ? void 0 : y.anchor.path,
|
|
71
|
-
match:
|
|
71
|
+
match: z.isBlockElement,
|
|
72
72
|
mode: "lowest"
|
|
73
73
|
});
|
|
74
74
|
return _;
|
|
@@ -76,7 +76,7 @@ const Pg = () => {
|
|
|
76
76
|
var y;
|
|
77
77
|
const [_] = Ee.nodes(e, {
|
|
78
78
|
at: (y = e.selection) == null ? void 0 : y.anchor.path,
|
|
79
|
-
match:
|
|
79
|
+
match: z.isContentElement,
|
|
80
80
|
mode: "lowest"
|
|
81
81
|
});
|
|
82
82
|
return _;
|
|
@@ -91,14 +91,14 @@ const Pg = () => {
|
|
|
91
91
|
if (_ != null && _.path && (y = Nt.get(e, _.path)), !y) {
|
|
92
92
|
const W = Ee.above(e, {
|
|
93
93
|
match(Q, M) {
|
|
94
|
-
return
|
|
94
|
+
return z.isElement(Q);
|
|
95
95
|
},
|
|
96
96
|
mode: "lowest",
|
|
97
97
|
at: _ == null ? void 0 : _.path
|
|
98
98
|
});
|
|
99
99
|
y = W == null ? void 0 : W[0];
|
|
100
100
|
}
|
|
101
|
-
if (y &&
|
|
101
|
+
if (y && z.isContentElement(y) && (Be.insertNodes(
|
|
102
102
|
e,
|
|
103
103
|
{
|
|
104
104
|
type: hr.STANDARD_PARAGRAPH,
|
|
@@ -115,7 +115,7 @@ const Pg = () => {
|
|
|
115
115
|
}, e.insertNewRow = (_) => {
|
|
116
116
|
const y = Ee.above(e, {
|
|
117
117
|
match(M, q) {
|
|
118
|
-
return
|
|
118
|
+
return z.isSectionElement(M);
|
|
119
119
|
},
|
|
120
120
|
mode: "lowest",
|
|
121
121
|
at: _ == null ? void 0 : _.path
|
|
@@ -126,7 +126,7 @@ const Pg = () => {
|
|
|
126
126
|
if (!Q) {
|
|
127
127
|
const M = Ee.above(e, {
|
|
128
128
|
match(q) {
|
|
129
|
-
return
|
|
129
|
+
return z.isBlockElement(q) && z.isSectionElement(q);
|
|
130
130
|
}
|
|
131
131
|
});
|
|
132
132
|
M && (Q = M[1]);
|
|
@@ -164,13 +164,13 @@ const Pg = () => {
|
|
|
164
164
|
}, e.insertBreak = () => {
|
|
165
165
|
const _ = Ee.above(e, {
|
|
166
166
|
match(y, W) {
|
|
167
|
-
return
|
|
167
|
+
return z.isElement(y);
|
|
168
168
|
},
|
|
169
169
|
mode: "lowest"
|
|
170
170
|
});
|
|
171
|
-
if (u.newLineWithBr && _ && !
|
|
171
|
+
if (u.newLineWithBr && _ && !z.isTextListItemElement(_[0])) {
|
|
172
172
|
const y = _ == null ? void 0 : _[0];
|
|
173
|
-
if (y &&
|
|
173
|
+
if (y && z.isTextElement(y)) {
|
|
174
174
|
Be.insertNodes(e, {
|
|
175
175
|
type: ne.LINE_BREAK,
|
|
176
176
|
children: [{ text: "" }],
|
|
@@ -184,12 +184,12 @@ const Pg = () => {
|
|
|
184
184
|
}, e.splitColumns = (_) => {
|
|
185
185
|
const [y] = Ee.nodes(e, {
|
|
186
186
|
at: _.path,
|
|
187
|
-
match:
|
|
187
|
+
match: z.isColumnElement
|
|
188
188
|
}), W = y[0];
|
|
189
|
-
if (!
|
|
189
|
+
if (!z.isElement(W))
|
|
190
190
|
return;
|
|
191
191
|
const M = Ee.parent(e, y[1])[0].children.filter(
|
|
192
|
-
(ge) =>
|
|
192
|
+
(ge) => z.isElement(ge) && ge.type !== "raw"
|
|
193
193
|
);
|
|
194
194
|
if (M.length >= 2) {
|
|
195
195
|
const ge = Ee.end(
|
|
@@ -208,12 +208,12 @@ const Pg = () => {
|
|
|
208
208
|
focus: q
|
|
209
209
|
}), Be.splitNodes(e, {
|
|
210
210
|
at: Ee.end(e, _.path),
|
|
211
|
-
match:
|
|
211
|
+
match: z.isSectionElement
|
|
212
212
|
});
|
|
213
213
|
const de = Ee.before(e, _.path);
|
|
214
214
|
de && Be.splitNodes(e, {
|
|
215
215
|
at: Ee.end(e, de),
|
|
216
|
-
match:
|
|
216
|
+
match: z.isSectionElement
|
|
217
217
|
});
|
|
218
218
|
const he = `${M.length / 2 * 100}%`;
|
|
219
219
|
Be.setNodes(
|
|
@@ -222,7 +222,7 @@ const Pg = () => {
|
|
|
222
222
|
attributes: J(D({}, W.attributes), { width: he })
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
|
-
match:
|
|
225
|
+
match: z.isColumnElement
|
|
226
226
|
}
|
|
227
227
|
), Be.insertNodes(
|
|
228
228
|
e,
|
|
@@ -239,7 +239,7 @@ const Pg = () => {
|
|
|
239
239
|
]
|
|
240
240
|
},
|
|
241
241
|
{
|
|
242
|
-
match:
|
|
242
|
+
match: z.isColumnElement
|
|
243
243
|
}
|
|
244
244
|
);
|
|
245
245
|
}, e.moveNode = (_) => {
|
|
@@ -268,9 +268,9 @@ const Pg = () => {
|
|
|
268
268
|
return;
|
|
269
269
|
const q = _[_.length - 1], de = Yr(M);
|
|
270
270
|
let he = Yr(M);
|
|
271
|
-
const ge = Yr(M),
|
|
272
|
-
for (let ee = 0; ee <
|
|
273
|
-
const re =
|
|
271
|
+
const ge = Yr(M), j = Nt.get(e, je.parent(_)), Ae = _.length - Q.length, pe = new Array(Ae).fill(!0).map(() => "children").join("[0].");
|
|
272
|
+
for (let ee = 0; ee < j.children.length; ee++) {
|
|
273
|
+
const re = j.children[ee];
|
|
274
274
|
ee < q ? vt(de, pe).push(re) : ee === q ? W ? he = W : vt(he, pe).push(re) : vt(ge, pe).push(re);
|
|
275
275
|
}
|
|
276
276
|
const oe = q === 0 ? [he, ge] : [de, he, ge];
|
|
@@ -282,10 +282,10 @@ const Pg = () => {
|
|
|
282
282
|
}, e.insertData = (_) => {
|
|
283
283
|
Ee.withoutNormalizing(e, () => {
|
|
284
284
|
const y = _.getData("application/x-slate-fragment"), W = Ee.above(e, {
|
|
285
|
-
match:
|
|
285
|
+
match: z.isVoidBlockElement
|
|
286
286
|
});
|
|
287
287
|
if (y && !W) {
|
|
288
|
-
const Q = decodeURIComponent(window.atob(y)), M = JSON.parse(Q), de = [...Nt.nodes(M[0])].map((he) => he[0]).filter((he) =>
|
|
288
|
+
const Q = decodeURIComponent(window.atob(y)), M = JSON.parse(Q), de = [...Nt.nodes(M[0])].map((he) => he[0]).filter((he) => z.isTextNode(he));
|
|
289
289
|
e.insertFragment(de);
|
|
290
290
|
} else {
|
|
291
291
|
const Q = _.getData("text").split(`
|
|
@@ -305,7 +305,7 @@ const Pg = () => {
|
|
|
305
305
|
}, e.insertMergetag = (_) => {
|
|
306
306
|
Ee.withoutNormalizing(e, () => {
|
|
307
307
|
const [y] = Ee.nodes(e, {
|
|
308
|
-
match: (W) =>
|
|
308
|
+
match: (W) => z.isInlineElement(W) && W.type === ne.MERGETAG,
|
|
309
309
|
mode: "all"
|
|
310
310
|
});
|
|
311
311
|
y || Be.insertNodes(
|
|
@@ -326,7 +326,7 @@ const Pg = () => {
|
|
|
326
326
|
});
|
|
327
327
|
}, e.normalizeNode = (_) => {
|
|
328
328
|
const [y, W] = _;
|
|
329
|
-
if (!
|
|
329
|
+
if (!z.isElement(y)) {
|
|
330
330
|
g(_);
|
|
331
331
|
return;
|
|
332
332
|
}
|
|
@@ -349,7 +349,7 @@ const Pg = () => {
|
|
|
349
349
|
{
|
|
350
350
|
at: [0, 0]
|
|
351
351
|
}
|
|
352
|
-
) :
|
|
352
|
+
) : z.isContentElement(y) ? Be.insertNodes(
|
|
353
353
|
e,
|
|
354
354
|
{ text: "" },
|
|
355
355
|
{
|
|
@@ -365,27 +365,27 @@ const Pg = () => {
|
|
|
365
365
|
const M = Q.category.includes(Ar.SECTION), q = Q.category.includes(Ar.GROUP);
|
|
366
366
|
if ((M || q) && !(y.children.length === 1)) {
|
|
367
367
|
const he = y.children.filter(
|
|
368
|
-
(
|
|
368
|
+
(j) => !j.attributes.width
|
|
369
369
|
), ge = y.children.filter(
|
|
370
|
-
(
|
|
370
|
+
(j) => j.attributes.width
|
|
371
371
|
);
|
|
372
372
|
if (he.length > 0 && ge.every(
|
|
373
|
-
(
|
|
373
|
+
(j) => {
|
|
374
374
|
var Ae;
|
|
375
|
-
return (Ae =
|
|
375
|
+
return (Ae = j.attributes.width) == null ? void 0 : Ae.includes("%");
|
|
376
376
|
}
|
|
377
377
|
)) {
|
|
378
|
-
const
|
|
378
|
+
const j = (100 - Cg(
|
|
379
379
|
ge.map(
|
|
380
380
|
(Ae) => parseFloat(Ae.attributes.width)
|
|
381
381
|
)
|
|
382
382
|
)) / he.length;
|
|
383
383
|
y.children.forEach((Ae, pe) => {
|
|
384
|
-
|
|
384
|
+
z.isColumnElement(Ae) && !Ae.attributes.width && Be.setNodes(
|
|
385
385
|
e,
|
|
386
386
|
{
|
|
387
387
|
attributes: {
|
|
388
|
-
width:
|
|
388
|
+
width: j + "%"
|
|
389
389
|
}
|
|
390
390
|
},
|
|
391
391
|
{
|
|
@@ -395,12 +395,12 @@ const Pg = () => {
|
|
|
395
395
|
});
|
|
396
396
|
}
|
|
397
397
|
}
|
|
398
|
-
if (
|
|
398
|
+
if (z.isElement(y) && y.children.length === 0) {
|
|
399
399
|
Be.removeNodes(e, { at: W });
|
|
400
400
|
return;
|
|
401
401
|
}
|
|
402
|
-
|
|
403
|
-
|
|
402
|
+
z.isColumnElement(y) && y.children.length > 1 && y.children.forEach((de, he) => {
|
|
403
|
+
z.isPlaceholderElement(de) && Be.removeNodes(e, {
|
|
404
404
|
at: [...W, he]
|
|
405
405
|
});
|
|
406
406
|
}), g(_);
|
|
@@ -419,7 +419,7 @@ const Pg = () => {
|
|
|
419
419
|
const Q = Ee.end(e, y);
|
|
420
420
|
Ee.above(e, {
|
|
421
421
|
at: Q,
|
|
422
|
-
match:
|
|
422
|
+
match: z.isUnsetElement
|
|
423
423
|
}) ? Be.deselect(e) : Be.setSelection(e, { anchor: Q, focus: Q });
|
|
424
424
|
});
|
|
425
425
|
}, e.removeNode = (_) => {
|
|
@@ -439,7 +439,7 @@ const Pg = () => {
|
|
|
439
439
|
{
|
|
440
440
|
const Q = Ee.above(e, {
|
|
441
441
|
at: Qe.findPath(e, y),
|
|
442
|
-
match: (M) =>
|
|
442
|
+
match: (M) => z.isElement(M) ? fe.getBlockByType(M.type).category === _.category : !1
|
|
443
443
|
});
|
|
444
444
|
return Q ? [Q[0], Q[1]] : null;
|
|
445
445
|
}
|
|
@@ -456,7 +456,7 @@ const Pg = () => {
|
|
|
456
456
|
{
|
|
457
457
|
const W = Ee.above(e, {
|
|
458
458
|
at: Qe.findPath(e, y),
|
|
459
|
-
match: (Q) =>
|
|
459
|
+
match: (Q) => z.isElement(Q) ? Q.type === _.type : !1
|
|
460
460
|
});
|
|
461
461
|
return W ? [W[0], W[1]] : null;
|
|
462
462
|
}
|
|
@@ -481,7 +481,7 @@ const Pg = () => {
|
|
|
481
481
|
return null;
|
|
482
482
|
}
|
|
483
483
|
}, e.writeHistory = (_, y) => {
|
|
484
|
-
var W, Q, M, q, de, he, ge,
|
|
484
|
+
var W, Q, M, q, de, he, ge, j, Ae, pe, oe, ee, re, Ve;
|
|
485
485
|
if (_ === "undos") {
|
|
486
486
|
const Ce = $i;
|
|
487
487
|
if (((W = y == null ? void 0 : y.operations) == null ? void 0 : W[0].type) === "set_node" && ($i = !0, Pg()), Ce) {
|
|
@@ -489,7 +489,7 @@ const Pg = () => {
|
|
|
489
489
|
if (((q = y == null ? void 0 : y.operations) == null ? void 0 : q[0].type) === "set_node" && ((de = _e == null ? void 0 : _e.operations) == null ? void 0 : de[0].type) === "set_node" && (y == null ? void 0 : y.operations.length) === 1) {
|
|
490
490
|
const He = (ge = (he = y == null ? void 0 : y.operations) == null ? void 0 : he[0]) == null ? void 0 : ge.path;
|
|
491
491
|
je.equals(ft, He) && e.history[_].pop();
|
|
492
|
-
const tu = (Ae = (
|
|
492
|
+
const tu = (Ae = (j = _e == null ? void 0 : _e.operations) == null ? void 0 : j[0]) == null ? void 0 : Ae.properties, At = Dn(
|
|
493
493
|
(oe = (pe = _e == null ? void 0 : _e.operations) == null ? void 0 : pe[0]) == null ? void 0 : oe.newProperties,
|
|
494
494
|
(re = (ee = y == null ? void 0 : y.operations) == null ? void 0 : ee[0]) == null ? void 0 : re.newProperties
|
|
495
495
|
);
|
|
@@ -511,7 +511,7 @@ const Pg = () => {
|
|
|
511
511
|
if (!(_.type === "set_node" && En(_.newProperties, _.properties))) {
|
|
512
512
|
if (_.type === "remove_text") {
|
|
513
513
|
const [M] = Ee.nodes(e, {
|
|
514
|
-
match: (q) =>
|
|
514
|
+
match: (q) => z.isElement(q) && q.type === ne.MERGETAG,
|
|
515
515
|
at: _.path
|
|
516
516
|
});
|
|
517
517
|
if (M) {
|
|
@@ -522,9 +522,9 @@ const Pg = () => {
|
|
|
522
522
|
if (_.type === "remove_node" || _.type === "merge_node") {
|
|
523
523
|
const M = Ee.above(e, {
|
|
524
524
|
at: _.path,
|
|
525
|
-
match:
|
|
525
|
+
match: z.isBlockElement
|
|
526
526
|
});
|
|
527
|
-
if (M &&
|
|
527
|
+
if (M && z.isVoidBlockElement(M[0]))
|
|
528
528
|
return;
|
|
529
529
|
}
|
|
530
530
|
if (_.type === "set_selection")
|
|
@@ -535,15 +535,15 @@ const Pg = () => {
|
|
|
535
535
|
(Q = (W = _.newProperties) == null ? void 0 : W.anchor) == null ? void 0 : Q.path
|
|
536
536
|
)) {
|
|
537
537
|
const M = Ee.above(e, {
|
|
538
|
-
match: (q) =>
|
|
538
|
+
match: (q) => z.isBlockElement(q),
|
|
539
539
|
at: _.newProperties.anchor.path,
|
|
540
540
|
mode: "lowest"
|
|
541
541
|
});
|
|
542
542
|
if (M) {
|
|
543
543
|
const q = M[0], de = q.children.findIndex(
|
|
544
|
-
(ge) =>
|
|
544
|
+
(ge) => z.isElement(ge) && ge.type === ne.MERGETAG
|
|
545
545
|
), he = q.children[q.children.length - 1];
|
|
546
|
-
de === q.children.length - 2 &&
|
|
546
|
+
de === q.children.length - 2 && z.isTextNode(he) && he.text === "" && Be.insertNodes(
|
|
547
547
|
e,
|
|
548
548
|
{ text: " " },
|
|
549
549
|
{
|
|
@@ -590,18 +590,18 @@ const Sl = gs({}), Hg = ({ children: e }) => {
|
|
|
590
590
|
if (Ee.above(s, {
|
|
591
591
|
at: re,
|
|
592
592
|
match(Ce) {
|
|
593
|
-
return
|
|
593
|
+
return z.isUnsetElement(Ce);
|
|
594
594
|
}
|
|
595
595
|
}))
|
|
596
596
|
Be.deselect(s);
|
|
597
|
-
else if (!s.selection &&
|
|
597
|
+
else if (!s.selection && z.isContentElement(ee)) {
|
|
598
598
|
const Ce = { anchor: re, focus: re };
|
|
599
599
|
Be.select(s, Ce);
|
|
600
600
|
}
|
|
601
601
|
}
|
|
602
602
|
x((ee) => oe ? ee && je.equals(ee, oe) ? ee : oe : null);
|
|
603
603
|
}
|
|
604
|
-
}),
|
|
604
|
+
}), j = il(
|
|
605
605
|
(...oe) => {
|
|
606
606
|
const ee = oe[0];
|
|
607
607
|
if (je.isPath(ee)) {
|
|
@@ -624,7 +624,7 @@ const Sl = gs({}), Hg = ({ children: e }) => {
|
|
|
624
624
|
} catch (oe) {
|
|
625
625
|
}
|
|
626
626
|
St(() => {
|
|
627
|
-
if (Ae &&
|
|
627
|
+
if (Ae && z.isElement(Ae)) {
|
|
628
628
|
const oe = fe.getBlockByType(Ae.type);
|
|
629
629
|
[Ar.UNSET].includes(oe.category) && x(null);
|
|
630
630
|
}
|
|
@@ -637,7 +637,7 @@ const Sl = gs({}), Hg = ({ children: e }) => {
|
|
|
637
637
|
dragoverNodePath: de,
|
|
638
638
|
setDragoverNodePath: he,
|
|
639
639
|
setSelectedNodePath: ge,
|
|
640
|
-
setHoverNodePath:
|
|
640
|
+
setHoverNodePath: j,
|
|
641
641
|
setDragNodePath: q,
|
|
642
642
|
activeTab: W,
|
|
643
643
|
setActiveTab: Q,
|
|
@@ -653,7 +653,7 @@ const Sl = gs({}), Hg = ({ children: e }) => {
|
|
|
653
653
|
M,
|
|
654
654
|
de,
|
|
655
655
|
ge,
|
|
656
|
-
|
|
656
|
+
j,
|
|
657
657
|
W,
|
|
658
658
|
P,
|
|
659
659
|
d
|
|
@@ -903,11 +903,11 @@ const Vg = (d) => {
|
|
|
903
903
|
ElementSelected: W,
|
|
904
904
|
ElementPlaceholder: Q,
|
|
905
905
|
ElementDragover: M
|
|
906
|
-
} = Lu(), q = Qe.findPath(d, u.element), de = q.join("-"), he = !!(x && je.equals(x, q)), ge = !!(v && je.equals(v, q)),
|
|
906
|
+
} = Lu(), q = Qe.findPath(d, u.element), de = q.join("-"), he = !!(x && je.equals(x, q)), ge = !!(v && je.equals(v, q)), j = !!(V && je.equals(V, q)), Ae = !!(P && je.equals(P, q)), pe = x == null ? void 0 : x.join("-").includes(de), oe = Eu(() => {
|
|
907
907
|
const re = D({}, u.attributes);
|
|
908
|
-
return re && (re["data-slate-selected"] = he || void 0, re["data-slate-hover"] = ge || void 0, re["data-slate-dragging"] =
|
|
908
|
+
return re && (re["data-slate-selected"] = he || void 0, re["data-slate-hover"] = ge || void 0, re["data-slate-dragging"] = j || void 0, re["data-slate-dragover"] = Ae || void 0, re["data-slate-focus"] = pe || void 0, re["data-slate-universal-editing"] = U && je.equals(U, q) || void 0), re;
|
|
909
909
|
}, [
|
|
910
|
-
|
|
910
|
+
j,
|
|
911
911
|
Ae,
|
|
912
912
|
pe,
|
|
913
913
|
ge,
|
|
@@ -1014,7 +1014,7 @@ gn.exports;
|
|
|
1014
1014
|
// http://html5sec.org/#133.
|
|
1015
1015
|
"`": "`"
|
|
1016
1016
|
}, y = /&#(?:[xX][^a-fA-F0-9]|[^0-9xX])/, W = /[\0-\x08\x0B\x0E-\x1F\x7F-\x9F\uFDD0-\uFDEF\uFFFE\uFFFF]|[\uD83F\uD87F\uD8BF\uD8FF\uD93F\uD97F\uD9BF\uD9FF\uDA3F\uDA7F\uDABF\uDAFF\uDB3F\uDB7F\uDBBF\uDBFF][\uDFFE\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/, Q = /&(CounterClockwiseContourIntegral|DoubleLongLeftRightArrow|ClockwiseContourIntegral|NotNestedGreaterGreater|NotSquareSupersetEqual|DiacriticalDoubleAcute|NotRightTriangleEqual|NotSucceedsSlantEqual|NotPrecedesSlantEqual|CloseCurlyDoubleQuote|NegativeVeryThinSpace|DoubleContourIntegral|FilledVerySmallSquare|CapitalDifferentialD|OpenCurlyDoubleQuote|EmptyVerySmallSquare|NestedGreaterGreater|DoubleLongRightArrow|NotLeftTriangleEqual|NotGreaterSlantEqual|ReverseUpEquilibrium|DoubleLeftRightArrow|NotSquareSubsetEqual|NotDoubleVerticalBar|RightArrowLeftArrow|NotGreaterFullEqual|NotRightTriangleBar|SquareSupersetEqual|DownLeftRightVector|DoubleLongLeftArrow|leftrightsquigarrow|LeftArrowRightArrow|NegativeMediumSpace|blacktriangleright|RightDownVectorBar|PrecedesSlantEqual|RightDoubleBracket|SucceedsSlantEqual|NotLeftTriangleBar|RightTriangleEqual|SquareIntersection|RightDownTeeVector|ReverseEquilibrium|NegativeThickSpace|longleftrightarrow|Longleftrightarrow|LongLeftRightArrow|DownRightTeeVector|DownRightVectorBar|GreaterSlantEqual|SquareSubsetEqual|LeftDownVectorBar|LeftDoubleBracket|VerticalSeparator|rightleftharpoons|NotGreaterGreater|NotSquareSuperset|blacktriangleleft|blacktriangledown|NegativeThinSpace|LeftDownTeeVector|NotLessSlantEqual|leftrightharpoons|DoubleUpDownArrow|DoubleVerticalBar|LeftTriangleEqual|FilledSmallSquare|twoheadrightarrow|NotNestedLessLess|DownLeftTeeVector|DownLeftVectorBar|RightAngleBracket|NotTildeFullEqual|NotReverseElement|RightUpDownVector|DiacriticalTilde|NotSucceedsTilde|circlearrowright|NotPrecedesEqual|rightharpoondown|DoubleRightArrow|NotSucceedsEqual|NonBreakingSpace|NotRightTriangle|LessEqualGreater|RightUpTeeVector|LeftAngleBracket|GreaterFullEqual|DownArrowUpArrow|RightUpVectorBar|twoheadleftarrow|GreaterEqualLess|downharpoonright|RightTriangleBar|ntrianglerighteq|NotSupersetEqual|LeftUpDownVector|DiacriticalAcute|rightrightarrows|vartriangleright|UpArrowDownArrow|DiacriticalGrave|UnderParenthesis|EmptySmallSquare|LeftUpVectorBar|leftrightarrows|DownRightVector|downharpoonleft|trianglerighteq|ShortRightArrow|OverParenthesis|DoubleLeftArrow|DoubleDownArrow|NotSquareSubset|bigtriangledown|ntrianglelefteq|UpperRightArrow|curvearrowright|vartriangleleft|NotLeftTriangle|nleftrightarrow|LowerRightArrow|NotHumpDownHump|NotGreaterTilde|rightthreetimes|LeftUpTeeVector|NotGreaterEqual|straightepsilon|LeftTriangleBar|rightsquigarrow|ContourIntegral|rightleftarrows|CloseCurlyQuote|RightDownVector|LeftRightVector|nLeftrightarrow|leftharpoondown|circlearrowleft|SquareSuperset|OpenCurlyQuote|hookrightarrow|HorizontalLine|DiacriticalDot|NotLessGreater|ntriangleright|DoubleRightTee|InvisibleComma|InvisibleTimes|LowerLeftArrow|DownLeftVector|NotSubsetEqual|curvearrowleft|trianglelefteq|NotVerticalBar|TildeFullEqual|downdownarrows|NotGreaterLess|RightTeeVector|ZeroWidthSpace|looparrowright|LongRightArrow|doublebarwedge|ShortLeftArrow|ShortDownArrow|RightVectorBar|GreaterGreater|ReverseElement|rightharpoonup|LessSlantEqual|leftthreetimes|upharpoonright|rightarrowtail|LeftDownVector|Longrightarrow|NestedLessLess|UpperLeftArrow|nshortparallel|leftleftarrows|leftrightarrow|Leftrightarrow|LeftRightArrow|longrightarrow|upharpoonleft|RightArrowBar|ApplyFunction|LeftTeeVector|leftarrowtail|NotEqualTilde|varsubsetneqq|varsupsetneqq|RightTeeArrow|SucceedsEqual|SucceedsTilde|LeftVectorBar|SupersetEqual|hookleftarrow|DifferentialD|VerticalTilde|VeryThinSpace|blacktriangle|bigtriangleup|LessFullEqual|divideontimes|leftharpoonup|UpEquilibrium|ntriangleleft|RightTriangle|measuredangle|shortparallel|longleftarrow|Longleftarrow|LongLeftArrow|DoubleLeftTee|Poincareplane|PrecedesEqual|triangleright|DoubleUpArrow|RightUpVector|fallingdotseq|looparrowleft|PrecedesTilde|NotTildeEqual|NotTildeTilde|smallsetminus|Proportional|triangleleft|triangledown|UnderBracket|NotHumpEqual|exponentiale|ExponentialE|NotLessTilde|HilbertSpace|RightCeiling|blacklozenge|varsupsetneq|HumpDownHump|GreaterEqual|VerticalLine|LeftTeeArrow|NotLessEqual|DownTeeArrow|LeftTriangle|varsubsetneq|Intersection|NotCongruent|DownArrowBar|LeftUpVector|LeftArrowBar|risingdotseq|GreaterTilde|RoundImplies|SquareSubset|ShortUpArrow|NotSuperset|quaternions|precnapprox|backepsilon|preccurlyeq|OverBracket|blacksquare|MediumSpace|VerticalBar|circledcirc|circleddash|CircleMinus|CircleTimes|LessGreater|curlyeqprec|curlyeqsucc|diamondsuit|UpDownArrow|Updownarrow|RuleDelayed|Rrightarrow|updownarrow|RightVector|nRightarrow|nrightarrow|eqslantless|LeftCeiling|Equilibrium|SmallCircle|expectation|NotSucceeds|thickapprox|GreaterLess|SquareUnion|NotPrecedes|NotLessLess|straightphi|succnapprox|succcurlyeq|SubsetEqual|sqsupseteq|Proportion|Laplacetrf|ImaginaryI|supsetneqq|NotGreater|gtreqqless|NotElement|ThickSpace|TildeEqual|TildeTilde|Fouriertrf|rmoustache|EqualTilde|eqslantgtr|UnderBrace|LeftVector|UpArrowBar|nLeftarrow|nsubseteqq|subsetneqq|nsupseteqq|nleftarrow|succapprox|lessapprox|UpTeeArrow|upuparrows|curlywedge|lesseqqgtr|varepsilon|varnothing|RightFloor|complement|CirclePlus|sqsubseteq|Lleftarrow|circledast|RightArrow|Rightarrow|rightarrow|lmoustache|Bernoullis|precapprox|mapstoleft|mapstodown|longmapsto|dotsquare|downarrow|DoubleDot|nsubseteq|supsetneq|leftarrow|nsupseteq|subsetneq|ThinSpace|ngeqslant|subseteqq|HumpEqual|NotSubset|triangleq|NotCupCap|lesseqgtr|heartsuit|TripleDot|Leftarrow|Coproduct|Congruent|varpropto|complexes|gvertneqq|LeftArrow|LessTilde|supseteqq|MinusPlus|CircleDot|nleqslant|NotExists|gtreqless|nparallel|UnionPlus|LeftFloor|checkmark|CenterDot|centerdot|Mellintrf|gtrapprox|bigotimes|OverBrace|spadesuit|therefore|pitchfork|rationals|PlusMinus|Backslash|Therefore|DownBreve|backsimeq|backprime|DownArrow|nshortmid|Downarrow|lvertneqq|eqvparsl|imagline|imagpart|infintie|integers|Integral|intercal|LessLess|Uarrocir|intlarhk|sqsupset|angmsdaf|sqsubset|llcorner|vartheta|cupbrcap|lnapprox|Superset|SuchThat|succnsim|succneqq|angmsdag|biguplus|curlyvee|trpezium|Succeeds|NotTilde|bigwedge|angmsdah|angrtvbd|triminus|cwconint|fpartint|lrcorner|smeparsl|subseteq|urcorner|lurdshar|laemptyv|DDotrahd|approxeq|ldrushar|awconint|mapstoup|backcong|shortmid|triangle|geqslant|gesdotol|timesbar|circledR|circledS|setminus|multimap|naturals|scpolint|ncongdot|RightTee|boxminus|gnapprox|boxtimes|andslope|thicksim|angmsdaa|varsigma|cirfnint|rtriltri|angmsdab|rppolint|angmsdac|barwedge|drbkarow|clubsuit|thetasym|bsolhsub|capbrcup|dzigrarr|doteqdot|DotEqual|dotminus|UnderBar|NotEqual|realpart|otimesas|ulcorner|hksearow|hkswarow|parallel|PartialD|elinters|emptyset|plusacir|bbrktbrk|angmsdad|pointint|bigoplus|angmsdae|Precedes|bigsqcup|varkappa|notindot|supseteq|precneqq|precnsim|profalar|profline|profsurf|leqslant|lesdotor|raemptyv|subplus|notnivb|notnivc|subrarr|zigrarr|vzigzag|submult|subedot|Element|between|cirscir|larrbfs|larrsim|lotimes|lbrksld|lbrkslu|lozenge|ldrdhar|dbkarow|bigcirc|epsilon|simrarr|simplus|ltquest|Epsilon|luruhar|gtquest|maltese|npolint|eqcolon|npreceq|bigodot|ddagger|gtrless|bnequiv|harrcir|ddotseq|equivDD|backsim|demptyv|nsqsube|nsqsupe|Upsilon|nsubset|upsilon|minusdu|nsucceq|swarrow|nsupset|coloneq|searrow|boxplus|napprox|natural|asympeq|alefsym|congdot|nearrow|bigstar|diamond|supplus|tritime|LeftTee|nvinfin|triplus|NewLine|nvltrie|nvrtrie|nwarrow|nexists|Diamond|ruluhar|Implies|supmult|angzarr|suplarr|suphsub|questeq|because|digamma|Because|olcross|bemptyv|omicron|Omicron|rotimes|NoBreak|intprod|angrtvb|orderof|uwangle|suphsol|lesdoto|orslope|DownTee|realine|cudarrl|rdldhar|OverBar|supedot|lessdot|supdsub|topfork|succsim|rbrkslu|rbrksld|pertenk|cudarrr|isindot|planckh|lessgtr|pluscir|gesdoto|plussim|plustwo|lesssim|cularrp|rarrsim|Cayleys|notinva|notinvb|notinvc|UpArrow|Uparrow|uparrow|NotLess|dwangle|precsim|Product|curarrm|Cconint|dotplus|rarrbfs|ccupssm|Cedilla|cemptyv|notniva|quatint|frac35|frac38|frac45|frac56|frac58|frac78|tridot|xoplus|gacute|gammad|Gammad|lfisht|lfloor|bigcup|sqsupe|gbreve|Gbreve|lharul|sqsube|sqcups|Gcedil|apacir|llhard|lmidot|Lmidot|lmoust|andand|sqcaps|approx|Abreve|spades|circeq|tprime|divide|topcir|Assign|topbot|gesdot|divonx|xuplus|timesd|gesles|atilde|solbar|SOFTcy|loplus|timesb|lowast|lowbar|dlcorn|dlcrop|softcy|dollar|lparlt|thksim|lrhard|Atilde|lsaquo|smashp|bigvee|thinsp|wreath|bkarow|lsquor|lstrok|Lstrok|lthree|ltimes|ltlarr|DotDot|simdot|ltrPar|weierp|xsqcup|angmsd|sigmav|sigmaf|zeetrf|Zcaron|zcaron|mapsto|vsupne|thetav|cirmid|marker|mcomma|Zacute|vsubnE|there4|gtlPar|vsubne|bottom|gtrarr|SHCHcy|shchcy|midast|midcir|middot|minusb|minusd|gtrdot|bowtie|sfrown|mnplus|models|colone|seswar|Colone|mstpos|searhk|gtrsim|nacute|Nacute|boxbox|telrec|hairsp|Tcedil|nbumpe|scnsim|ncaron|Ncaron|ncedil|Ncedil|hamilt|Scedil|nearhk|hardcy|HARDcy|tcedil|Tcaron|commat|nequiv|nesear|tcaron|target|hearts|nexist|varrho|scedil|Scaron|scaron|hellip|Sacute|sacute|hercon|swnwar|compfn|rtimes|rthree|rsquor|rsaquo|zacute|wedgeq|homtht|barvee|barwed|Barwed|rpargt|horbar|conint|swarhk|roplus|nltrie|hslash|hstrok|Hstrok|rmoust|Conint|bprime|hybull|hyphen|iacute|Iacute|supsup|supsub|supsim|varphi|coprod|brvbar|agrave|Supset|supset|igrave|Igrave|notinE|Agrave|iiiint|iinfin|copysr|wedbar|Verbar|vangrt|becaus|incare|verbar|inodot|bullet|drcorn|intcal|drcrop|cularr|vellip|Utilde|bumpeq|cupcap|dstrok|Dstrok|CupCap|cupcup|cupdot|eacute|Eacute|supdot|iquest|easter|ecaron|Ecaron|ecolon|isinsv|utilde|itilde|Itilde|curarr|succeq|Bumpeq|cacute|ulcrop|nparsl|Cacute|nprcue|egrave|Egrave|nrarrc|nrarrw|subsup|subsub|nrtrie|jsercy|nsccue|Jsercy|kappav|kcedil|Kcedil|subsim|ulcorn|nsimeq|egsdot|veebar|kgreen|capand|elsdot|Subset|subset|curren|aacute|lacute|Lacute|emptyv|ntilde|Ntilde|lagran|lambda|Lambda|capcap|Ugrave|langle|subdot|emsp13|numero|emsp14|nvdash|nvDash|nVdash|nVDash|ugrave|ufisht|nvHarr|larrfs|nvlArr|larrhk|larrlp|larrpl|nvrArr|Udblac|nwarhk|larrtl|nwnear|oacute|Oacute|latail|lAtail|sstarf|lbrace|odblac|Odblac|lbrack|udblac|odsold|eparsl|lcaron|Lcaron|ograve|Ograve|lcedil|Lcedil|Aacute|ssmile|ssetmn|squarf|ldquor|capcup|ominus|cylcty|rharul|eqcirc|dagger|rfloor|rfisht|Dagger|daleth|equals|origof|capdot|equest|dcaron|Dcaron|rdquor|oslash|Oslash|otilde|Otilde|otimes|Otimes|urcrop|Ubreve|ubreve|Yacute|Uacute|uacute|Rcedil|rcedil|urcorn|parsim|Rcaron|Vdashl|rcaron|Tstrok|percnt|period|permil|Exists|yacute|rbrack|rbrace|phmmat|ccaron|Ccaron|planck|ccedil|plankv|tstrok|female|plusdo|plusdu|ffilig|plusmn|ffllig|Ccedil|rAtail|dfisht|bernou|ratail|Rarrtl|rarrtl|angsph|rarrpl|rarrlp|rarrhk|xwedge|xotime|forall|ForAll|Vvdash|vsupnE|preceq|bigcap|frac12|frac13|frac14|primes|rarrfs|prnsim|frac15|Square|frac16|square|lesdot|frac18|frac23|propto|prurel|rarrap|rangle|puncsp|frac25|Racute|qprime|racute|lesges|frac34|abreve|AElig|eqsim|utdot|setmn|urtri|Equal|Uring|seArr|uring|searr|dashv|Dashv|mumap|nabla|iogon|Iogon|sdote|sdotb|scsim|napid|napos|equiv|natur|Acirc|dblac|erarr|nbump|iprod|erDot|ucirc|awint|esdot|angrt|ncong|isinE|scnap|Scirc|scirc|ndash|isins|Ubrcy|nearr|neArr|isinv|nedot|ubrcy|acute|Ycirc|iukcy|Iukcy|xutri|nesim|caret|jcirc|Jcirc|caron|twixt|ddarr|sccue|exist|jmath|sbquo|ngeqq|angst|ccaps|lceil|ngsim|UpTee|delta|Delta|rtrif|nharr|nhArr|nhpar|rtrie|jukcy|Jukcy|kappa|rsquo|Kappa|nlarr|nlArr|TSHcy|rrarr|aogon|Aogon|fflig|xrarr|tshcy|ccirc|nleqq|filig|upsih|nless|dharl|nlsim|fjlig|ropar|nltri|dharr|robrk|roarr|fllig|fltns|roang|rnmid|subnE|subne|lAarr|trisb|Ccirc|acirc|ccups|blank|VDash|forkv|Vdash|langd|cedil|blk12|blk14|laquo|strns|diams|notin|vDash|larrb|blk34|block|disin|uplus|vdash|vBarv|aelig|starf|Wedge|check|xrArr|lates|lbarr|lBarr|notni|lbbrk|bcong|frasl|lbrke|frown|vrtri|vprop|vnsup|gamma|Gamma|wedge|xodot|bdquo|srarr|doteq|ldquo|boxdl|boxdL|gcirc|Gcirc|boxDl|boxDL|boxdr|boxdR|boxDr|TRADE|trade|rlhar|boxDR|vnsub|npart|vltri|rlarr|boxhd|boxhD|nprec|gescc|nrarr|nrArr|boxHd|boxHD|boxhu|boxhU|nrtri|boxHu|clubs|boxHU|times|colon|Colon|gimel|xlArr|Tilde|nsime|tilde|nsmid|nspar|THORN|thorn|xlarr|nsube|nsubE|thkap|xhArr|comma|nsucc|boxul|boxuL|nsupe|nsupE|gneqq|gnsim|boxUl|boxUL|grave|boxur|boxuR|boxUr|boxUR|lescc|angle|bepsi|boxvh|varpi|boxvH|numsp|Theta|gsime|gsiml|theta|boxVh|boxVH|boxvl|gtcir|gtdot|boxvL|boxVl|boxVL|crarr|cross|Cross|nvsim|boxvr|nwarr|nwArr|sqsup|dtdot|Uogon|lhard|lharu|dtrif|ocirc|Ocirc|lhblk|duarr|odash|sqsub|Hacek|sqcup|llarr|duhar|oelig|OElig|ofcir|boxvR|uogon|lltri|boxVr|csube|uuarr|ohbar|csupe|ctdot|olarr|olcir|harrw|oline|sqcap|omacr|Omacr|omega|Omega|boxVR|aleph|lneqq|lnsim|loang|loarr|rharu|lobrk|hcirc|operp|oplus|rhard|Hcirc|orarr|Union|order|ecirc|Ecirc|cuepr|szlig|cuesc|breve|reals|eDDot|Breve|hoarr|lopar|utrif|rdquo|Umacr|umacr|efDot|swArr|ultri|alpha|rceil|ovbar|swarr|Wcirc|wcirc|smtes|smile|bsemi|lrarr|aring|parsl|lrhar|bsime|uhblk|lrtri|cupor|Aring|uharr|uharl|slarr|rbrke|bsolb|lsime|rbbrk|RBarr|lsimg|phone|rBarr|rbarr|icirc|lsquo|Icirc|emacr|Emacr|ratio|simne|plusb|simlE|simgE|simeq|pluse|ltcir|ltdot|empty|xharr|xdtri|iexcl|Alpha|ltrie|rarrw|pound|ltrif|xcirc|bumpe|prcue|bumpE|asymp|amacr|cuvee|Sigma|sigma|iiint|udhar|iiota|ijlig|IJlig|supnE|imacr|Imacr|prime|Prime|image|prnap|eogon|Eogon|rarrc|mdash|mDDot|cuwed|imath|supne|imped|Amacr|udarr|prsim|micro|rarrb|cwint|raquo|infin|eplus|range|rangd|Ucirc|radic|minus|amalg|veeeq|rAarr|epsiv|ycirc|quest|sharp|quot|zwnj|Qscr|race|qscr|Qopf|qopf|qint|rang|Rang|Zscr|zscr|Zopf|zopf|rarr|rArr|Rarr|Pscr|pscr|prop|prod|prnE|prec|ZHcy|zhcy|prap|Zeta|zeta|Popf|popf|Zdot|plus|zdot|Yuml|yuml|phiv|YUcy|yucy|Yscr|yscr|perp|Yopf|yopf|part|para|YIcy|Ouml|rcub|yicy|YAcy|rdca|ouml|osol|Oscr|rdsh|yacy|real|oscr|xvee|andd|rect|andv|Xscr|oror|ordm|ordf|xscr|ange|aopf|Aopf|rHar|Xopf|opar|Oopf|xopf|xnis|rhov|oopf|omid|xmap|oint|apid|apos|ogon|ascr|Ascr|odot|odiv|xcup|xcap|ocir|oast|nvlt|nvle|nvgt|nvge|nvap|Wscr|wscr|auml|ntlg|ntgl|nsup|nsub|nsim|Nscr|nscr|nsce|Wopf|ring|npre|wopf|npar|Auml|Barv|bbrk|Nopf|nopf|nmid|nLtv|beta|ropf|Ropf|Beta|beth|nles|rpar|nleq|bnot|bNot|nldr|NJcy|rscr|Rscr|Vscr|vscr|rsqb|njcy|bopf|nisd|Bopf|rtri|Vopf|nGtv|ngtr|vopf|boxh|boxH|boxv|nges|ngeq|boxV|bscr|scap|Bscr|bsim|Vert|vert|bsol|bull|bump|caps|cdot|ncup|scnE|ncap|nbsp|napE|Cdot|cent|sdot|Vbar|nang|vBar|chcy|Mscr|mscr|sect|semi|CHcy|Mopf|mopf|sext|circ|cire|mldr|mlcp|cirE|comp|shcy|SHcy|vArr|varr|cong|copf|Copf|copy|COPY|malt|male|macr|lvnE|cscr|ltri|sime|ltcc|simg|Cscr|siml|csub|Uuml|lsqb|lsim|uuml|csup|Lscr|lscr|utri|smid|lpar|cups|smte|lozf|darr|Lopf|Uscr|solb|lopf|sopf|Sopf|lneq|uscr|spar|dArr|lnap|Darr|dash|Sqrt|LJcy|ljcy|lHar|dHar|Upsi|upsi|diam|lesg|djcy|DJcy|leqq|dopf|Dopf|dscr|Dscr|dscy|ldsh|ldca|squf|DScy|sscr|Sscr|dsol|lcub|late|star|Star|Uopf|Larr|lArr|larr|uopf|dtri|dzcy|sube|subE|Lang|lang|Kscr|kscr|Kopf|kopf|KJcy|kjcy|KHcy|khcy|DZcy|ecir|edot|eDot|Jscr|jscr|succ|Jopf|jopf|Edot|uHar|emsp|ensp|Iuml|iuml|eopf|isin|Iscr|iscr|Eopf|epar|sung|epsi|escr|sup1|sup2|sup3|Iota|iota|supe|supE|Iopf|iopf|IOcy|iocy|Escr|esim|Esim|imof|Uarr|QUOT|uArr|uarr|euml|IEcy|iecy|Idot|Euml|euro|excl|Hscr|hscr|Hopf|hopf|TScy|tscy|Tscr|hbar|tscr|flat|tbrk|fnof|hArr|harr|half|fopf|Fopf|tdot|gvnE|fork|trie|gtcc|fscr|Fscr|gdot|gsim|Gscr|gscr|Gopf|gopf|gneq|Gdot|tosa|gnap|Topf|topf|geqq|toea|GJcy|gjcy|tint|gesl|mid|Sfr|ggg|top|ges|gla|glE|glj|geq|gne|gEl|gel|gnE|Gcy|gcy|gap|Tfr|tfr|Tcy|tcy|Hat|Tau|Ffr|tau|Tab|hfr|Hfr|ffr|Fcy|fcy|icy|Icy|iff|ETH|eth|ifr|Ifr|Eta|eta|int|Int|Sup|sup|ucy|Ucy|Sum|sum|jcy|ENG|ufr|Ufr|eng|Jcy|jfr|els|ell|egs|Efr|efr|Jfr|uml|kcy|Kcy|Ecy|ecy|kfr|Kfr|lap|Sub|sub|lat|lcy|Lcy|leg|Dot|dot|lEg|leq|les|squ|div|die|lfr|Lfr|lgE|Dfr|dfr|Del|deg|Dcy|dcy|lne|lnE|sol|loz|smt|Cup|lrm|cup|lsh|Lsh|sim|shy|map|Map|mcy|Mcy|mfr|Mfr|mho|gfr|Gfr|sfr|cir|Chi|chi|nap|Cfr|vcy|Vcy|cfr|Scy|scy|ncy|Ncy|vee|Vee|Cap|cap|nfr|scE|sce|Nfr|nge|ngE|nGg|vfr|Vfr|ngt|bot|nGt|nis|niv|Rsh|rsh|nle|nlE|bne|Bfr|bfr|nLl|nlt|nLt|Bcy|bcy|not|Not|rlm|wfr|Wfr|npr|nsc|num|ocy|ast|Ocy|ofr|xfr|Xfr|Ofr|ogt|ohm|apE|olt|Rho|ape|rho|Rfr|rfr|ord|REG|ang|reg|orv|And|and|AMP|Rcy|amp|Afr|ycy|Ycy|yen|yfr|Yfr|rcy|par|pcy|Pcy|pfr|Pfr|phi|Phi|afr|Acy|acy|zcy|Zcy|piv|acE|acd|zfr|Zfr|pre|prE|psi|Psi|qfr|Qfr|zwj|Or|ge|Gg|gt|gg|el|oS|lt|Lt|LT|Re|lg|gl|eg|ne|Im|it|le|DD|wp|wr|nu|Nu|dd|lE|Sc|sc|pi|Pi|ee|af|ll|Ll|rx|gE|xi|pm|Xi|ic|pr|Pr|in|ni|mp|mu|ac|Mu|or|ap|Gt|GT|ii);|&(Aacute|Agrave|Atilde|Ccedil|Eacute|Egrave|Iacute|Igrave|Ntilde|Oacute|Ograve|Oslash|Otilde|Uacute|Ugrave|Yacute|aacute|agrave|atilde|brvbar|ccedil|curren|divide|eacute|egrave|frac12|frac14|frac34|iacute|igrave|iquest|middot|ntilde|oacute|ograve|oslash|otilde|plusmn|uacute|ugrave|yacute|AElig|Acirc|Aring|Ecirc|Icirc|Ocirc|THORN|Ucirc|acirc|acute|aelig|aring|cedil|ecirc|icirc|iexcl|laquo|micro|ocirc|pound|raquo|szlig|thorn|times|ucirc|Auml|COPY|Euml|Iuml|Ouml|QUOT|Uuml|auml|cent|copy|euml|iuml|macr|nbsp|ordf|ordm|ouml|para|quot|sect|sup1|sup2|sup3|uuml|yuml|AMP|ETH|REG|amp|deg|eth|not|reg|shy|uml|yen|GT|LT|gt|lt)(?!;)([=a-zA-Z0-9]?)|&#([0-9]+)(;?)|&#[xX]([a-fA-F0-9]+)(;?)|&([0-9a-zA-Z]+)/g, M = { aacute: "á", Aacute: "Á", abreve: "ă", Abreve: "Ă", ac: "∾", acd: "∿", acE: "∾̳", acirc: "â", Acirc: "Â", acute: "´", acy: "а", Acy: "А", aelig: "æ", AElig: "Æ", af: "", afr: "𝔞", Afr: "𝔄", agrave: "à", Agrave: "À", alefsym: "ℵ", aleph: "ℵ", alpha: "α", Alpha: "Α", amacr: "ā", Amacr: "Ā", amalg: "⨿", amp: "&", AMP: "&", and: "∧", And: "⩓", andand: "⩕", andd: "⩜", andslope: "⩘", andv: "⩚", ang: "∠", ange: "⦤", angle: "∠", angmsd: "∡", angmsdaa: "⦨", angmsdab: "⦩", angmsdac: "⦪", angmsdad: "⦫", angmsdae: "⦬", angmsdaf: "⦭", angmsdag: "⦮", angmsdah: "⦯", angrt: "∟", angrtvb: "⊾", angrtvbd: "⦝", angsph: "∢", angst: "Å", angzarr: "⍼", aogon: "ą", Aogon: "Ą", aopf: "𝕒", Aopf: "𝔸", ap: "≈", apacir: "⩯", ape: "≊", apE: "⩰", apid: "≋", apos: "'", ApplyFunction: "", approx: "≈", approxeq: "≊", aring: "å", Aring: "Å", ascr: "𝒶", Ascr: "𝒜", Assign: "≔", ast: "*", asymp: "≈", asympeq: "≍", atilde: "ã", Atilde: "Ã", auml: "ä", Auml: "Ä", awconint: "∳", awint: "⨑", backcong: "≌", backepsilon: "϶", backprime: "‵", backsim: "∽", backsimeq: "⋍", Backslash: "∖", Barv: "⫧", barvee: "⊽", barwed: "⌅", Barwed: "⌆", barwedge: "⌅", bbrk: "⎵", bbrktbrk: "⎶", bcong: "≌", bcy: "б", Bcy: "Б", bdquo: "„", becaus: "∵", because: "∵", Because: "∵", bemptyv: "⦰", bepsi: "϶", bernou: "ℬ", Bernoullis: "ℬ", beta: "β", Beta: "Β", beth: "ℶ", between: "≬", bfr: "𝔟", Bfr: "𝔅", bigcap: "⋂", bigcirc: "◯", bigcup: "⋃", bigodot: "⨀", bigoplus: "⨁", bigotimes: "⨂", bigsqcup: "⨆", bigstar: "★", bigtriangledown: "▽", bigtriangleup: "△", biguplus: "⨄", bigvee: "⋁", bigwedge: "⋀", bkarow: "⤍", blacklozenge: "⧫", blacksquare: "▪", blacktriangle: "▴", blacktriangledown: "▾", blacktriangleleft: "◂", blacktriangleright: "▸", blank: "␣", blk12: "▒", blk14: "░", blk34: "▓", block: "█", bne: "=⃥", bnequiv: "≡⃥", bnot: "⌐", bNot: "⫭", bopf: "𝕓", Bopf: "𝔹", bot: "⊥", bottom: "⊥", bowtie: "⋈", boxbox: "⧉", boxdl: "┐", boxdL: "╕", boxDl: "╖", boxDL: "╗", boxdr: "┌", boxdR: "╒", boxDr: "╓", boxDR: "╔", boxh: "─", boxH: "═", boxhd: "┬", boxhD: "╥", boxHd: "╤", boxHD: "╦", boxhu: "┴", boxhU: "╨", boxHu: "╧", boxHU: "╩", boxminus: "⊟", boxplus: "⊞", boxtimes: "⊠", boxul: "┘", boxuL: "╛", boxUl: "╜", boxUL: "╝", boxur: "└", boxuR: "╘", boxUr: "╙", boxUR: "╚", boxv: "│", boxV: "║", boxvh: "┼", boxvH: "╪", boxVh: "╫", boxVH: "╬", boxvl: "┤", boxvL: "╡", boxVl: "╢", boxVL: "╣", boxvr: "├", boxvR: "╞", boxVr: "╟", boxVR: "╠", bprime: "‵", breve: "˘", Breve: "˘", brvbar: "¦", bscr: "𝒷", Bscr: "ℬ", bsemi: "⁏", bsim: "∽", bsime: "⋍", bsol: "\\", bsolb: "⧅", bsolhsub: "⟈", bull: "•", bullet: "•", bump: "≎", bumpe: "≏", bumpE: "⪮", bumpeq: "≏", Bumpeq: "≎", cacute: "ć", Cacute: "Ć", cap: "∩", Cap: "⋒", capand: "⩄", capbrcup: "⩉", capcap: "⩋", capcup: "⩇", capdot: "⩀", CapitalDifferentialD: "ⅅ", caps: "∩︀", caret: "⁁", caron: "ˇ", Cayleys: "ℭ", ccaps: "⩍", ccaron: "č", Ccaron: "Č", ccedil: "ç", Ccedil: "Ç", ccirc: "ĉ", Ccirc: "Ĉ", Cconint: "∰", ccups: "⩌", ccupssm: "⩐", cdot: "ċ", Cdot: "Ċ", cedil: "¸", Cedilla: "¸", cemptyv: "⦲", cent: "¢", centerdot: "·", CenterDot: "·", cfr: "𝔠", Cfr: "ℭ", chcy: "ч", CHcy: "Ч", check: "✓", checkmark: "✓", chi: "χ", Chi: "Χ", cir: "○", circ: "ˆ", circeq: "≗", circlearrowleft: "↺", circlearrowright: "↻", circledast: "⊛", circledcirc: "⊚", circleddash: "⊝", CircleDot: "⊙", circledR: "®", circledS: "Ⓢ", CircleMinus: "⊖", CirclePlus: "⊕", CircleTimes: "⊗", cire: "≗", cirE: "⧃", cirfnint: "⨐", cirmid: "⫯", cirscir: "⧂", ClockwiseContourIntegral: "∲", CloseCurlyDoubleQuote: "”", CloseCurlyQuote: "’", clubs: "♣", clubsuit: "♣", colon: ":", Colon: "∷", colone: "≔", Colone: "⩴", coloneq: "≔", comma: ",", commat: "@", comp: "∁", compfn: "∘", complement: "∁", complexes: "ℂ", cong: "≅", congdot: "⩭", Congruent: "≡", conint: "∮", Conint: "∯", ContourIntegral: "∮", copf: "𝕔", Copf: "ℂ", coprod: "∐", Coproduct: "∐", copy: "©", COPY: "©", copysr: "℗", CounterClockwiseContourIntegral: "∳", crarr: "↵", cross: "✗", Cross: "⨯", cscr: "𝒸", Cscr: "𝒞", csub: "⫏", csube: "⫑", csup: "⫐", csupe: "⫒", ctdot: "⋯", cudarrl: "⤸", cudarrr: "⤵", cuepr: "⋞", cuesc: "⋟", cularr: "↶", cularrp: "⤽", cup: "∪", Cup: "⋓", cupbrcap: "⩈", cupcap: "⩆", CupCap: "≍", cupcup: "⩊", cupdot: "⊍", cupor: "⩅", cups: "∪︀", curarr: "↷", curarrm: "⤼", curlyeqprec: "⋞", curlyeqsucc: "⋟", curlyvee: "⋎", curlywedge: "⋏", curren: "¤", curvearrowleft: "↶", curvearrowright: "↷", cuvee: "⋎", cuwed: "⋏", cwconint: "∲", cwint: "∱", cylcty: "⌭", dagger: "†", Dagger: "‡", daleth: "ℸ", darr: "↓", dArr: "⇓", Darr: "↡", dash: "‐", dashv: "⊣", Dashv: "⫤", dbkarow: "⤏", dblac: "˝", dcaron: "ď", Dcaron: "Ď", dcy: "д", Dcy: "Д", dd: "ⅆ", DD: "ⅅ", ddagger: "‡", ddarr: "⇊", DDotrahd: "⤑", ddotseq: "⩷", deg: "°", Del: "∇", delta: "δ", Delta: "Δ", demptyv: "⦱", dfisht: "⥿", dfr: "𝔡", Dfr: "𝔇", dHar: "⥥", dharl: "⇃", dharr: "⇂", DiacriticalAcute: "´", DiacriticalDot: "˙", DiacriticalDoubleAcute: "˝", DiacriticalGrave: "`", DiacriticalTilde: "˜", diam: "⋄", diamond: "⋄", Diamond: "⋄", diamondsuit: "♦", diams: "♦", die: "¨", DifferentialD: "ⅆ", digamma: "ϝ", disin: "⋲", div: "÷", divide: "÷", divideontimes: "⋇", divonx: "⋇", djcy: "ђ", DJcy: "Ђ", dlcorn: "⌞", dlcrop: "⌍", dollar: "$", dopf: "𝕕", Dopf: "𝔻", dot: "˙", Dot: "¨", DotDot: "⃜", doteq: "≐", doteqdot: "≑", DotEqual: "≐", dotminus: "∸", dotplus: "∔", dotsquare: "⊡", doublebarwedge: "⌆", DoubleContourIntegral: "∯", DoubleDot: "¨", DoubleDownArrow: "⇓", DoubleLeftArrow: "⇐", DoubleLeftRightArrow: "⇔", DoubleLeftTee: "⫤", DoubleLongLeftArrow: "⟸", DoubleLongLeftRightArrow: "⟺", DoubleLongRightArrow: "⟹", DoubleRightArrow: "⇒", DoubleRightTee: "⊨", DoubleUpArrow: "⇑", DoubleUpDownArrow: "⇕", DoubleVerticalBar: "∥", downarrow: "↓", Downarrow: "⇓", DownArrow: "↓", DownArrowBar: "⤓", DownArrowUpArrow: "⇵", DownBreve: "̑", downdownarrows: "⇊", downharpoonleft: "⇃", downharpoonright: "⇂", DownLeftRightVector: "⥐", DownLeftTeeVector: "⥞", DownLeftVector: "↽", DownLeftVectorBar: "⥖", DownRightTeeVector: "⥟", DownRightVector: "⇁", DownRightVectorBar: "⥗", DownTee: "⊤", DownTeeArrow: "↧", drbkarow: "⤐", drcorn: "⌟", drcrop: "⌌", dscr: "𝒹", Dscr: "𝒟", dscy: "ѕ", DScy: "Ѕ", dsol: "⧶", dstrok: "đ", Dstrok: "Đ", dtdot: "⋱", dtri: "▿", dtrif: "▾", duarr: "⇵", duhar: "⥯", dwangle: "⦦", dzcy: "џ", DZcy: "Џ", dzigrarr: "⟿", eacute: "é", Eacute: "É", easter: "⩮", ecaron: "ě", Ecaron: "Ě", ecir: "≖", ecirc: "ê", Ecirc: "Ê", ecolon: "≕", ecy: "э", Ecy: "Э", eDDot: "⩷", edot: "ė", eDot: "≑", Edot: "Ė", ee: "ⅇ", efDot: "≒", efr: "𝔢", Efr: "𝔈", eg: "⪚", egrave: "è", Egrave: "È", egs: "⪖", egsdot: "⪘", el: "⪙", Element: "∈", elinters: "⏧", ell: "ℓ", els: "⪕", elsdot: "⪗", emacr: "ē", Emacr: "Ē", empty: "∅", emptyset: "∅", EmptySmallSquare: "◻", emptyv: "∅", EmptyVerySmallSquare: "▫", emsp: " ", emsp13: " ", emsp14: " ", eng: "ŋ", ENG: "Ŋ", ensp: " ", eogon: "ę", Eogon: "Ę", eopf: "𝕖", Eopf: "𝔼", epar: "⋕", eparsl: "⧣", eplus: "⩱", epsi: "ε", epsilon: "ε", Epsilon: "Ε", epsiv: "ϵ", eqcirc: "≖", eqcolon: "≕", eqsim: "≂", eqslantgtr: "⪖", eqslantless: "⪕", Equal: "⩵", equals: "=", EqualTilde: "≂", equest: "≟", Equilibrium: "⇌", equiv: "≡", equivDD: "⩸", eqvparsl: "⧥", erarr: "⥱", erDot: "≓", escr: "ℯ", Escr: "ℰ", esdot: "≐", esim: "≂", Esim: "⩳", eta: "η", Eta: "Η", eth: "ð", ETH: "Ð", euml: "ë", Euml: "Ë", euro: "€", excl: "!", exist: "∃", Exists: "∃", expectation: "ℰ", exponentiale: "ⅇ", ExponentialE: "ⅇ", fallingdotseq: "≒", fcy: "ф", Fcy: "Ф", female: "♀", ffilig: "ffi", fflig: "ff", ffllig: "ffl", ffr: "𝔣", Ffr: "𝔉", filig: "fi", FilledSmallSquare: "◼", FilledVerySmallSquare: "▪", fjlig: "fj", flat: "♭", fllig: "fl", fltns: "▱", fnof: "ƒ", fopf: "𝕗", Fopf: "𝔽", forall: "∀", ForAll: "∀", fork: "⋔", forkv: "⫙", Fouriertrf: "ℱ", fpartint: "⨍", frac12: "½", frac13: "⅓", frac14: "¼", frac15: "⅕", frac16: "⅙", frac18: "⅛", frac23: "⅔", frac25: "⅖", frac34: "¾", frac35: "⅗", frac38: "⅜", frac45: "⅘", frac56: "⅚", frac58: "⅝", frac78: "⅞", frasl: "⁄", frown: "⌢", fscr: "𝒻", Fscr: "ℱ", gacute: "ǵ", gamma: "γ", Gamma: "Γ", gammad: "ϝ", Gammad: "Ϝ", gap: "⪆", gbreve: "ğ", Gbreve: "Ğ", Gcedil: "Ģ", gcirc: "ĝ", Gcirc: "Ĝ", gcy: "г", Gcy: "Г", gdot: "ġ", Gdot: "Ġ", ge: "≥", gE: "≧", gel: "⋛", gEl: "⪌", geq: "≥", geqq: "≧", geqslant: "⩾", ges: "⩾", gescc: "⪩", gesdot: "⪀", gesdoto: "⪂", gesdotol: "⪄", gesl: "⋛︀", gesles: "⪔", gfr: "𝔤", Gfr: "𝔊", gg: "≫", Gg: "⋙", ggg: "⋙", gimel: "ℷ", gjcy: "ѓ", GJcy: "Ѓ", gl: "≷", gla: "⪥", glE: "⪒", glj: "⪤", gnap: "⪊", gnapprox: "⪊", gne: "⪈", gnE: "≩", gneq: "⪈", gneqq: "≩", gnsim: "⋧", gopf: "𝕘", Gopf: "𝔾", grave: "`", GreaterEqual: "≥", GreaterEqualLess: "⋛", GreaterFullEqual: "≧", GreaterGreater: "⪢", GreaterLess: "≷", GreaterSlantEqual: "⩾", GreaterTilde: "≳", gscr: "ℊ", Gscr: "𝒢", gsim: "≳", gsime: "⪎", gsiml: "⪐", gt: ">", Gt: "≫", GT: ">", gtcc: "⪧", gtcir: "⩺", gtdot: "⋗", gtlPar: "⦕", gtquest: "⩼", gtrapprox: "⪆", gtrarr: "⥸", gtrdot: "⋗", gtreqless: "⋛", gtreqqless: "⪌", gtrless: "≷", gtrsim: "≳", gvertneqq: "≩︀", gvnE: "≩︀", Hacek: "ˇ", hairsp: " ", half: "½", hamilt: "ℋ", hardcy: "ъ", HARDcy: "Ъ", harr: "↔", hArr: "⇔", harrcir: "⥈", harrw: "↭", Hat: "^", hbar: "ℏ", hcirc: "ĥ", Hcirc: "Ĥ", hearts: "♥", heartsuit: "♥", hellip: "…", hercon: "⊹", hfr: "𝔥", Hfr: "ℌ", HilbertSpace: "ℋ", hksearow: "⤥", hkswarow: "⤦", hoarr: "⇿", homtht: "∻", hookleftarrow: "↩", hookrightarrow: "↪", hopf: "𝕙", Hopf: "ℍ", horbar: "―", HorizontalLine: "─", hscr: "𝒽", Hscr: "ℋ", hslash: "ℏ", hstrok: "ħ", Hstrok: "Ħ", HumpDownHump: "≎", HumpEqual: "≏", hybull: "⁃", hyphen: "‐", iacute: "í", Iacute: "Í", ic: "", icirc: "î", Icirc: "Î", icy: "и", Icy: "И", Idot: "İ", iecy: "е", IEcy: "Е", iexcl: "¡", iff: "⇔", ifr: "𝔦", Ifr: "ℑ", igrave: "ì", Igrave: "Ì", ii: "ⅈ", iiiint: "⨌", iiint: "∭", iinfin: "⧜", iiota: "℩", ijlig: "ij", IJlig: "IJ", Im: "ℑ", imacr: "ī", Imacr: "Ī", image: "ℑ", ImaginaryI: "ⅈ", imagline: "ℐ", imagpart: "ℑ", imath: "ı", imof: "⊷", imped: "Ƶ", Implies: "⇒", in: "∈", incare: "℅", infin: "∞", infintie: "⧝", inodot: "ı", int: "∫", Int: "∬", intcal: "⊺", integers: "ℤ", Integral: "∫", intercal: "⊺", Intersection: "⋂", intlarhk: "⨗", intprod: "⨼", InvisibleComma: "", InvisibleTimes: "", iocy: "ё", IOcy: "Ё", iogon: "į", Iogon: "Į", iopf: "𝕚", Iopf: "𝕀", iota: "ι", Iota: "Ι", iprod: "⨼", iquest: "¿", iscr: "𝒾", Iscr: "ℐ", isin: "∈", isindot: "⋵", isinE: "⋹", isins: "⋴", isinsv: "⋳", isinv: "∈", it: "", itilde: "ĩ", Itilde: "Ĩ", iukcy: "і", Iukcy: "І", iuml: "ï", Iuml: "Ï", jcirc: "ĵ", Jcirc: "Ĵ", jcy: "й", Jcy: "Й", jfr: "𝔧", Jfr: "𝔍", jmath: "ȷ", jopf: "𝕛", Jopf: "𝕁", jscr: "𝒿", Jscr: "𝒥", jsercy: "ј", Jsercy: "Ј", jukcy: "є", Jukcy: "Є", kappa: "κ", Kappa: "Κ", kappav: "ϰ", kcedil: "ķ", Kcedil: "Ķ", kcy: "к", Kcy: "К", kfr: "𝔨", Kfr: "𝔎", kgreen: "ĸ", khcy: "х", KHcy: "Х", kjcy: "ќ", KJcy: "Ќ", kopf: "𝕜", Kopf: "𝕂", kscr: "𝓀", Kscr: "𝒦", lAarr: "⇚", lacute: "ĺ", Lacute: "Ĺ", laemptyv: "⦴", lagran: "ℒ", lambda: "λ", Lambda: "Λ", lang: "⟨", Lang: "⟪", langd: "⦑", langle: "⟨", lap: "⪅", Laplacetrf: "ℒ", laquo: "«", larr: "←", lArr: "⇐", Larr: "↞", larrb: "⇤", larrbfs: "⤟", larrfs: "⤝", larrhk: "↩", larrlp: "↫", larrpl: "⤹", larrsim: "⥳", larrtl: "↢", lat: "⪫", latail: "⤙", lAtail: "⤛", late: "⪭", lates: "⪭︀", lbarr: "⤌", lBarr: "⤎", lbbrk: "❲", lbrace: "{", lbrack: "[", lbrke: "⦋", lbrksld: "⦏", lbrkslu: "⦍", lcaron: "ľ", Lcaron: "Ľ", lcedil: "ļ", Lcedil: "Ļ", lceil: "⌈", lcub: "{", lcy: "л", Lcy: "Л", ldca: "⤶", ldquo: "“", ldquor: "„", ldrdhar: "⥧", ldrushar: "⥋", ldsh: "↲", le: "≤", lE: "≦", LeftAngleBracket: "⟨", leftarrow: "←", Leftarrow: "⇐", LeftArrow: "←", LeftArrowBar: "⇤", LeftArrowRightArrow: "⇆", leftarrowtail: "↢", LeftCeiling: "⌈", LeftDoubleBracket: "⟦", LeftDownTeeVector: "⥡", LeftDownVector: "⇃", LeftDownVectorBar: "⥙", LeftFloor: "⌊", leftharpoondown: "↽", leftharpoonup: "↼", leftleftarrows: "⇇", leftrightarrow: "↔", Leftrightarrow: "⇔", LeftRightArrow: "↔", leftrightarrows: "⇆", leftrightharpoons: "⇋", leftrightsquigarrow: "↭", LeftRightVector: "⥎", LeftTee: "⊣", LeftTeeArrow: "↤", LeftTeeVector: "⥚", leftthreetimes: "⋋", LeftTriangle: "⊲", LeftTriangleBar: "⧏", LeftTriangleEqual: "⊴", LeftUpDownVector: "⥑", LeftUpTeeVector: "⥠", LeftUpVector: "↿", LeftUpVectorBar: "⥘", LeftVector: "↼", LeftVectorBar: "⥒", leg: "⋚", lEg: "⪋", leq: "≤", leqq: "≦", leqslant: "⩽", les: "⩽", lescc: "⪨", lesdot: "⩿", lesdoto: "⪁", lesdotor: "⪃", lesg: "⋚︀", lesges: "⪓", lessapprox: "⪅", lessdot: "⋖", lesseqgtr: "⋚", lesseqqgtr: "⪋", LessEqualGreater: "⋚", LessFullEqual: "≦", LessGreater: "≶", lessgtr: "≶", LessLess: "⪡", lesssim: "≲", LessSlantEqual: "⩽", LessTilde: "≲", lfisht: "⥼", lfloor: "⌊", lfr: "𝔩", Lfr: "𝔏", lg: "≶", lgE: "⪑", lHar: "⥢", lhard: "↽", lharu: "↼", lharul: "⥪", lhblk: "▄", ljcy: "љ", LJcy: "Љ", ll: "≪", Ll: "⋘", llarr: "⇇", llcorner: "⌞", Lleftarrow: "⇚", llhard: "⥫", lltri: "◺", lmidot: "ŀ", Lmidot: "Ŀ", lmoust: "⎰", lmoustache: "⎰", lnap: "⪉", lnapprox: "⪉", lne: "⪇", lnE: "≨", lneq: "⪇", lneqq: "≨", lnsim: "⋦", loang: "⟬", loarr: "⇽", lobrk: "⟦", longleftarrow: "⟵", Longleftarrow: "⟸", LongLeftArrow: "⟵", longleftrightarrow: "⟷", Longleftrightarrow: "⟺", LongLeftRightArrow: "⟷", longmapsto: "⟼", longrightarrow: "⟶", Longrightarrow: "⟹", LongRightArrow: "⟶", looparrowleft: "↫", looparrowright: "↬", lopar: "⦅", lopf: "𝕝", Lopf: "𝕃", loplus: "⨭", lotimes: "⨴", lowast: "∗", lowbar: "_", LowerLeftArrow: "↙", LowerRightArrow: "↘", loz: "◊", lozenge: "◊", lozf: "⧫", lpar: "(", lparlt: "⦓", lrarr: "⇆", lrcorner: "⌟", lrhar: "⇋", lrhard: "⥭", lrm: "", lrtri: "⊿", lsaquo: "‹", lscr: "𝓁", Lscr: "ℒ", lsh: "↰", Lsh: "↰", lsim: "≲", lsime: "⪍", lsimg: "⪏", lsqb: "[", lsquo: "‘", lsquor: "‚", lstrok: "ł", Lstrok: "Ł", lt: "<", Lt: "≪", LT: "<", ltcc: "⪦", ltcir: "⩹", ltdot: "⋖", lthree: "⋋", ltimes: "⋉", ltlarr: "⥶", ltquest: "⩻", ltri: "◃", ltrie: "⊴", ltrif: "◂", ltrPar: "⦖", lurdshar: "⥊", luruhar: "⥦", lvertneqq: "≨︀", lvnE: "≨︀", macr: "¯", male: "♂", malt: "✠", maltese: "✠", map: "↦", Map: "⤅", mapsto: "↦", mapstodown: "↧", mapstoleft: "↤", mapstoup: "↥", marker: "▮", mcomma: "⨩", mcy: "м", Mcy: "М", mdash: "—", mDDot: "∺", measuredangle: "∡", MediumSpace: " ", Mellintrf: "ℳ", mfr: "𝔪", Mfr: "𝔐", mho: "℧", micro: "µ", mid: "∣", midast: "*", midcir: "⫰", middot: "·", minus: "−", minusb: "⊟", minusd: "∸", minusdu: "⨪", MinusPlus: "∓", mlcp: "⫛", mldr: "…", mnplus: "∓", models: "⊧", mopf: "𝕞", Mopf: "𝕄", mp: "∓", mscr: "𝓂", Mscr: "ℳ", mstpos: "∾", mu: "μ", Mu: "Μ", multimap: "⊸", mumap: "⊸", nabla: "∇", nacute: "ń", Nacute: "Ń", nang: "∠⃒", nap: "≉", napE: "⩰̸", napid: "≋̸", napos: "ʼn", napprox: "≉", natur: "♮", natural: "♮", naturals: "ℕ", nbsp: " ", nbump: "≎̸", nbumpe: "≏̸", ncap: "⩃", ncaron: "ň", Ncaron: "Ň", ncedil: "ņ", Ncedil: "Ņ", ncong: "≇", ncongdot: "⩭̸", ncup: "⩂", ncy: "н", Ncy: "Н", ndash: "–", ne: "≠", nearhk: "⤤", nearr: "↗", neArr: "⇗", nearrow: "↗", nedot: "≐̸", NegativeMediumSpace: "", NegativeThickSpace: "", NegativeThinSpace: "", NegativeVeryThinSpace: "", nequiv: "≢", nesear: "⤨", nesim: "≂̸", NestedGreaterGreater: "≫", NestedLessLess: "≪", NewLine: `
|
|
1017
|
-
`, nexist: "∄", nexists: "∄", nfr: "𝔫", Nfr: "𝔑", nge: "≱", ngE: "≧̸", ngeq: "≱", ngeqq: "≧̸", ngeqslant: "⩾̸", nges: "⩾̸", nGg: "⋙̸", ngsim: "≵", ngt: "≯", nGt: "≫⃒", ngtr: "≯", nGtv: "≫̸", nharr: "↮", nhArr: "⇎", nhpar: "⫲", ni: "∋", nis: "⋼", nisd: "⋺", niv: "∋", njcy: "њ", NJcy: "Њ", nlarr: "↚", nlArr: "⇍", nldr: "‥", nle: "≰", nlE: "≦̸", nleftarrow: "↚", nLeftarrow: "⇍", nleftrightarrow: "↮", nLeftrightarrow: "⇎", nleq: "≰", nleqq: "≦̸", nleqslant: "⩽̸", nles: "⩽̸", nless: "≮", nLl: "⋘̸", nlsim: "≴", nlt: "≮", nLt: "≪⃒", nltri: "⋪", nltrie: "⋬", nLtv: "≪̸", nmid: "∤", NoBreak: "", NonBreakingSpace: " ", nopf: "𝕟", Nopf: "ℕ", not: "¬", Not: "⫬", NotCongruent: "≢", NotCupCap: "≭", NotDoubleVerticalBar: "∦", NotElement: "∉", NotEqual: "≠", NotEqualTilde: "≂̸", NotExists: "∄", NotGreater: "≯", NotGreaterEqual: "≱", NotGreaterFullEqual: "≧̸", NotGreaterGreater: "≫̸", NotGreaterLess: "≹", NotGreaterSlantEqual: "⩾̸", NotGreaterTilde: "≵", NotHumpDownHump: "≎̸", NotHumpEqual: "≏̸", notin: "∉", notindot: "⋵̸", notinE: "⋹̸", notinva: "∉", notinvb: "⋷", notinvc: "⋶", NotLeftTriangle: "⋪", NotLeftTriangleBar: "⧏̸", NotLeftTriangleEqual: "⋬", NotLess: "≮", NotLessEqual: "≰", NotLessGreater: "≸", NotLessLess: "≪̸", NotLessSlantEqual: "⩽̸", NotLessTilde: "≴", NotNestedGreaterGreater: "⪢̸", NotNestedLessLess: "⪡̸", notni: "∌", notniva: "∌", notnivb: "⋾", notnivc: "⋽", NotPrecedes: "⊀", NotPrecedesEqual: "⪯̸", NotPrecedesSlantEqual: "⋠", NotReverseElement: "∌", NotRightTriangle: "⋫", NotRightTriangleBar: "⧐̸", NotRightTriangleEqual: "⋭", NotSquareSubset: "⊏̸", NotSquareSubsetEqual: "⋢", NotSquareSuperset: "⊐̸", NotSquareSupersetEqual: "⋣", NotSubset: "⊂⃒", NotSubsetEqual: "⊈", NotSucceeds: "⊁", NotSucceedsEqual: "⪰̸", NotSucceedsSlantEqual: "⋡", NotSucceedsTilde: "≿̸", NotSuperset: "⊃⃒", NotSupersetEqual: "⊉", NotTilde: "≁", NotTildeEqual: "≄", NotTildeFullEqual: "≇", NotTildeTilde: "≉", NotVerticalBar: "∤", npar: "∦", nparallel: "∦", nparsl: "⫽⃥", npart: "∂̸", npolint: "⨔", npr: "⊀", nprcue: "⋠", npre: "⪯̸", nprec: "⊀", npreceq: "⪯̸", nrarr: "↛", nrArr: "⇏", nrarrc: "⤳̸", nrarrw: "↝̸", nrightarrow: "↛", nRightarrow: "⇏", nrtri: "⋫", nrtrie: "⋭", nsc: "⊁", nsccue: "⋡", nsce: "⪰̸", nscr: "𝓃", Nscr: "𝒩", nshortmid: "∤", nshortparallel: "∦", nsim: "≁", nsime: "≄", nsimeq: "≄", nsmid: "∤", nspar: "∦", nsqsube: "⋢", nsqsupe: "⋣", nsub: "⊄", nsube: "⊈", nsubE: "⫅̸", nsubset: "⊂⃒", nsubseteq: "⊈", nsubseteqq: "⫅̸", nsucc: "⊁", nsucceq: "⪰̸", nsup: "⊅", nsupe: "⊉", nsupE: "⫆̸", nsupset: "⊃⃒", nsupseteq: "⊉", nsupseteqq: "⫆̸", ntgl: "≹", ntilde: "ñ", Ntilde: "Ñ", ntlg: "≸", ntriangleleft: "⋪", ntrianglelefteq: "⋬", ntriangleright: "⋫", ntrianglerighteq: "⋭", nu: "ν", Nu: "Ν", num: "#", numero: "№", numsp: " ", nvap: "≍⃒", nvdash: "⊬", nvDash: "⊭", nVdash: "⊮", nVDash: "⊯", nvge: "≥⃒", nvgt: ">⃒", nvHarr: "⤄", nvinfin: "⧞", nvlArr: "⤂", nvle: "≤⃒", nvlt: "<⃒", nvltrie: "⊴⃒", nvrArr: "⤃", nvrtrie: "⊵⃒", nvsim: "∼⃒", nwarhk: "⤣", nwarr: "↖", nwArr: "⇖", nwarrow: "↖", nwnear: "⤧", oacute: "ó", Oacute: "Ó", oast: "⊛", ocir: "⊚", ocirc: "ô", Ocirc: "Ô", ocy: "о", Ocy: "О", odash: "⊝", odblac: "ő", Odblac: "Ő", odiv: "⨸", odot: "⊙", odsold: "⦼", oelig: "œ", OElig: "Œ", ofcir: "⦿", ofr: "𝔬", Ofr: "𝔒", ogon: "˛", ograve: "ò", Ograve: "Ò", ogt: "⧁", ohbar: "⦵", ohm: "Ω", oint: "∮", olarr: "↺", olcir: "⦾", olcross: "⦻", oline: "‾", olt: "⧀", omacr: "ō", Omacr: "Ō", omega: "ω", Omega: "Ω", omicron: "ο", Omicron: "Ο", omid: "⦶", ominus: "⊖", oopf: "𝕠", Oopf: "𝕆", opar: "⦷", OpenCurlyDoubleQuote: "“", OpenCurlyQuote: "‘", operp: "⦹", oplus: "⊕", or: "∨", Or: "⩔", orarr: "↻", ord: "⩝", order: "ℴ", orderof: "ℴ", ordf: "ª", ordm: "º", origof: "⊶", oror: "⩖", orslope: "⩗", orv: "⩛", oS: "Ⓢ", oscr: "ℴ", Oscr: "𝒪", oslash: "ø", Oslash: "Ø", osol: "⊘", otilde: "õ", Otilde: "Õ", otimes: "⊗", Otimes: "⨷", otimesas: "⨶", ouml: "ö", Ouml: "Ö", ovbar: "⌽", OverBar: "‾", OverBrace: "⏞", OverBracket: "⎴", OverParenthesis: "⏜", par: "∥", para: "¶", parallel: "∥", parsim: "⫳", parsl: "⫽", part: "∂", PartialD: "∂", pcy: "п", Pcy: "П", percnt: "%", period: ".", permil: "‰", perp: "⊥", pertenk: "‱", pfr: "𝔭", Pfr: "𝔓", phi: "φ", Phi: "Φ", phiv: "ϕ", phmmat: "ℳ", phone: "☎", pi: "π", Pi: "Π", pitchfork: "⋔", piv: "ϖ", planck: "ℏ", planckh: "ℎ", plankv: "ℏ", plus: "+", plusacir: "⨣", plusb: "⊞", pluscir: "⨢", plusdo: "∔", plusdu: "⨥", pluse: "⩲", PlusMinus: "±", plusmn: "±", plussim: "⨦", plustwo: "⨧", pm: "±", Poincareplane: "ℌ", pointint: "⨕", popf: "𝕡", Popf: "ℙ", pound: "£", pr: "≺", Pr: "⪻", prap: "⪷", prcue: "≼", pre: "⪯", prE: "⪳", prec: "≺", precapprox: "⪷", preccurlyeq: "≼", Precedes: "≺", PrecedesEqual: "⪯", PrecedesSlantEqual: "≼", PrecedesTilde: "≾", preceq: "⪯", precnapprox: "⪹", precneqq: "⪵", precnsim: "⋨", precsim: "≾", prime: "′", Prime: "″", primes: "ℙ", prnap: "⪹", prnE: "⪵", prnsim: "⋨", prod: "∏", Product: "∏", profalar: "⌮", profline: "⌒", profsurf: "⌓", prop: "∝", Proportion: "∷", Proportional: "∝", propto: "∝", prsim: "≾", prurel: "⊰", pscr: "𝓅", Pscr: "𝒫", psi: "ψ", Psi: "Ψ", puncsp: " ", qfr: "𝔮", Qfr: "𝔔", qint: "⨌", qopf: "𝕢", Qopf: "ℚ", qprime: "⁗", qscr: "𝓆", Qscr: "𝒬", quaternions: "ℍ", quatint: "⨖", quest: "?", questeq: "≟", quot: '"', QUOT: '"', rAarr: "⇛", race: "∽̱", racute: "ŕ", Racute: "Ŕ", radic: "√", raemptyv: "⦳", rang: "⟩", Rang: "⟫", rangd: "⦒", range: "⦥", rangle: "⟩", raquo: "»", rarr: "→", rArr: "⇒", Rarr: "↠", rarrap: "⥵", rarrb: "⇥", rarrbfs: "⤠", rarrc: "⤳", rarrfs: "⤞", rarrhk: "↪", rarrlp: "↬", rarrpl: "⥅", rarrsim: "⥴", rarrtl: "↣", Rarrtl: "⤖", rarrw: "↝", ratail: "⤚", rAtail: "⤜", ratio: "∶", rationals: "ℚ", rbarr: "⤍", rBarr: "⤏", RBarr: "⤐", rbbrk: "❳", rbrace: "}", rbrack: "]", rbrke: "⦌", rbrksld: "⦎", rbrkslu: "⦐", rcaron: "ř", Rcaron: "Ř", rcedil: "ŗ", Rcedil: "Ŗ", rceil: "⌉", rcub: "}", rcy: "р", Rcy: "Р", rdca: "⤷", rdldhar: "⥩", rdquo: "”", rdquor: "”", rdsh: "↳", Re: "ℜ", real: "ℜ", realine: "ℛ", realpart: "ℜ", reals: "ℝ", rect: "▭", reg: "®", REG: "®", ReverseElement: "∋", ReverseEquilibrium: "⇋", ReverseUpEquilibrium: "⥯", rfisht: "⥽", rfloor: "⌋", rfr: "𝔯", Rfr: "ℜ", rHar: "⥤", rhard: "⇁", rharu: "⇀", rharul: "⥬", rho: "ρ", Rho: "Ρ", rhov: "ϱ", RightAngleBracket: "⟩", rightarrow: "→", Rightarrow: "⇒", RightArrow: "→", RightArrowBar: "⇥", RightArrowLeftArrow: "⇄", rightarrowtail: "↣", RightCeiling: "⌉", RightDoubleBracket: "⟧", RightDownTeeVector: "⥝", RightDownVector: "⇂", RightDownVectorBar: "⥕", RightFloor: "⌋", rightharpoondown: "⇁", rightharpoonup: "⇀", rightleftarrows: "⇄", rightleftharpoons: "⇌", rightrightarrows: "⇉", rightsquigarrow: "↝", RightTee: "⊢", RightTeeArrow: "↦", RightTeeVector: "⥛", rightthreetimes: "⋌", RightTriangle: "⊳", RightTriangleBar: "⧐", RightTriangleEqual: "⊵", RightUpDownVector: "⥏", RightUpTeeVector: "⥜", RightUpVector: "↾", RightUpVectorBar: "⥔", RightVector: "⇀", RightVectorBar: "⥓", ring: "˚", risingdotseq: "≓", rlarr: "⇄", rlhar: "⇌", rlm: "", rmoust: "⎱", rmoustache: "⎱", rnmid: "⫮", roang: "⟭", roarr: "⇾", robrk: "⟧", ropar: "⦆", ropf: "𝕣", Ropf: "ℝ", roplus: "⨮", rotimes: "⨵", RoundImplies: "⥰", rpar: ")", rpargt: "⦔", rppolint: "⨒", rrarr: "⇉", Rrightarrow: "⇛", rsaquo: "›", rscr: "𝓇", Rscr: "ℛ", rsh: "↱", Rsh: "↱", rsqb: "]", rsquo: "’", rsquor: "’", rthree: "⋌", rtimes: "⋊", rtri: "▹", rtrie: "⊵", rtrif: "▸", rtriltri: "⧎", RuleDelayed: "⧴", ruluhar: "⥨", rx: "℞", sacute: "ś", Sacute: "Ś", sbquo: "‚", sc: "≻", Sc: "⪼", scap: "⪸", scaron: "š", Scaron: "Š", sccue: "≽", sce: "⪰", scE: "⪴", scedil: "ş", Scedil: "Ş", scirc: "ŝ", Scirc: "Ŝ", scnap: "⪺", scnE: "⪶", scnsim: "⋩", scpolint: "⨓", scsim: "≿", scy: "с", Scy: "С", sdot: "⋅", sdotb: "⊡", sdote: "⩦", searhk: "⤥", searr: "↘", seArr: "⇘", searrow: "↘", sect: "§", semi: ";", seswar: "⤩", setminus: "∖", setmn: "∖", sext: "✶", sfr: "𝔰", Sfr: "𝔖", sfrown: "⌢", sharp: "♯", shchcy: "щ", SHCHcy: "Щ", shcy: "ш", SHcy: "Ш", ShortDownArrow: "↓", ShortLeftArrow: "←", shortmid: "∣", shortparallel: "∥", ShortRightArrow: "→", ShortUpArrow: "↑", shy: "", sigma: "σ", Sigma: "Σ", sigmaf: "ς", sigmav: "ς", sim: "∼", simdot: "⩪", sime: "≃", simeq: "≃", simg: "⪞", simgE: "⪠", siml: "⪝", simlE: "⪟", simne: "≆", simplus: "⨤", simrarr: "⥲", slarr: "←", SmallCircle: "∘", smallsetminus: "∖", smashp: "⨳", smeparsl: "⧤", smid: "∣", smile: "⌣", smt: "⪪", smte: "⪬", smtes: "⪬︀", softcy: "ь", SOFTcy: "Ь", sol: "/", solb: "⧄", solbar: "⌿", sopf: "𝕤", Sopf: "𝕊", spades: "♠", spadesuit: "♠", spar: "∥", sqcap: "⊓", sqcaps: "⊓︀", sqcup: "⊔", sqcups: "⊔︀", Sqrt: "√", sqsub: "⊏", sqsube: "⊑", sqsubset: "⊏", sqsubseteq: "⊑", sqsup: "⊐", sqsupe: "⊒", sqsupset: "⊐", sqsupseteq: "⊒", squ: "□", square: "□", Square: "□", SquareIntersection: "⊓", SquareSubset: "⊏", SquareSubsetEqual: "⊑", SquareSuperset: "⊐", SquareSupersetEqual: "⊒", SquareUnion: "⊔", squarf: "▪", squf: "▪", srarr: "→", sscr: "𝓈", Sscr: "𝒮", ssetmn: "∖", ssmile: "⌣", sstarf: "⋆", star: "☆", Star: "⋆", starf: "★", straightepsilon: "ϵ", straightphi: "ϕ", strns: "¯", sub: "⊂", Sub: "⋐", subdot: "⪽", sube: "⊆", subE: "⫅", subedot: "⫃", submult: "⫁", subne: "⊊", subnE: "⫋", subplus: "⪿", subrarr: "⥹", subset: "⊂", Subset: "⋐", subseteq: "⊆", subseteqq: "⫅", SubsetEqual: "⊆", subsetneq: "⊊", subsetneqq: "⫋", subsim: "⫇", subsub: "⫕", subsup: "⫓", succ: "≻", succapprox: "⪸", succcurlyeq: "≽", Succeeds: "≻", SucceedsEqual: "⪰", SucceedsSlantEqual: "≽", SucceedsTilde: "≿", succeq: "⪰", succnapprox: "⪺", succneqq: "⪶", succnsim: "⋩", succsim: "≿", SuchThat: "∋", sum: "∑", Sum: "∑", sung: "♪", sup: "⊃", Sup: "⋑", sup1: "¹", sup2: "²", sup3: "³", supdot: "⪾", supdsub: "⫘", supe: "⊇", supE: "⫆", supedot: "⫄", Superset: "⊃", SupersetEqual: "⊇", suphsol: "⟉", suphsub: "⫗", suplarr: "⥻", supmult: "⫂", supne: "⊋", supnE: "⫌", supplus: "⫀", supset: "⊃", Supset: "⋑", supseteq: "⊇", supseteqq: "⫆", supsetneq: "⊋", supsetneqq: "⫌", supsim: "⫈", supsub: "⫔", supsup: "⫖", swarhk: "⤦", swarr: "↙", swArr: "⇙", swarrow: "↙", swnwar: "⤪", szlig: "ß", Tab: " ", target: "⌖", tau: "τ", Tau: "Τ", tbrk: "⎴", tcaron: "ť", Tcaron: "Ť", tcedil: "ţ", Tcedil: "Ţ", tcy: "т", Tcy: "Т", tdot: "⃛", telrec: "⌕", tfr: "𝔱", Tfr: "𝔗", there4: "∴", therefore: "∴", Therefore: "∴", theta: "θ", Theta: "Θ", thetasym: "ϑ", thetav: "ϑ", thickapprox: "≈", thicksim: "∼", ThickSpace: " ", thinsp: " ", ThinSpace: " ", thkap: "≈", thksim: "∼", thorn: "þ", THORN: "Þ", tilde: "˜", Tilde: "∼", TildeEqual: "≃", TildeFullEqual: "≅", TildeTilde: "≈", times: "×", timesb: "⊠", timesbar: "⨱", timesd: "⨰", tint: "∭", toea: "⤨", top: "⊤", topbot: "⌶", topcir: "⫱", topf: "𝕥", Topf: "𝕋", topfork: "⫚", tosa: "⤩", tprime: "‴", trade: "™", TRADE: "™", triangle: "▵", triangledown: "▿", triangleleft: "◃", trianglelefteq: "⊴", triangleq: "≜", triangleright: "▹", trianglerighteq: "⊵", tridot: "◬", trie: "≜", triminus: "⨺", TripleDot: "⃛", triplus: "⨹", trisb: "⧍", tritime: "⨻", trpezium: "⏢", tscr: "𝓉", Tscr: "𝒯", tscy: "ц", TScy: "Ц", tshcy: "ћ", TSHcy: "Ћ", tstrok: "ŧ", Tstrok: "Ŧ", twixt: "≬", twoheadleftarrow: "↞", twoheadrightarrow: "↠", uacute: "ú", Uacute: "Ú", uarr: "↑", uArr: "⇑", Uarr: "↟", Uarrocir: "⥉", ubrcy: "ў", Ubrcy: "Ў", ubreve: "ŭ", Ubreve: "Ŭ", ucirc: "û", Ucirc: "Û", ucy: "у", Ucy: "У", udarr: "⇅", udblac: "ű", Udblac: "Ű", udhar: "⥮", ufisht: "⥾", ufr: "𝔲", Ufr: "𝔘", ugrave: "ù", Ugrave: "Ù", uHar: "⥣", uharl: "↿", uharr: "↾", uhblk: "▀", ulcorn: "⌜", ulcorner: "⌜", ulcrop: "⌏", ultri: "◸", umacr: "ū", Umacr: "Ū", uml: "¨", UnderBar: "_", UnderBrace: "⏟", UnderBracket: "⎵", UnderParenthesis: "⏝", Union: "⋃", UnionPlus: "⊎", uogon: "ų", Uogon: "Ų", uopf: "𝕦", Uopf: "𝕌", uparrow: "↑", Uparrow: "⇑", UpArrow: "↑", UpArrowBar: "⤒", UpArrowDownArrow: "⇅", updownarrow: "↕", Updownarrow: "⇕", UpDownArrow: "↕", UpEquilibrium: "⥮", upharpoonleft: "↿", upharpoonright: "↾", uplus: "⊎", UpperLeftArrow: "↖", UpperRightArrow: "↗", upsi: "υ", Upsi: "ϒ", upsih: "ϒ", upsilon: "υ", Upsilon: "Υ", UpTee: "⊥", UpTeeArrow: "↥", upuparrows: "⇈", urcorn: "⌝", urcorner: "⌝", urcrop: "⌎", uring: "ů", Uring: "Ů", urtri: "◹", uscr: "𝓊", Uscr: "𝒰", utdot: "⋰", utilde: "ũ", Utilde: "Ũ", utri: "▵", utrif: "▴", uuarr: "⇈", uuml: "ü", Uuml: "Ü", uwangle: "⦧", vangrt: "⦜", varepsilon: "ϵ", varkappa: "ϰ", varnothing: "∅", varphi: "ϕ", varpi: "ϖ", varpropto: "∝", varr: "↕", vArr: "⇕", varrho: "ϱ", varsigma: "ς", varsubsetneq: "⊊︀", varsubsetneqq: "⫋︀", varsupsetneq: "⊋︀", varsupsetneqq: "⫌︀", vartheta: "ϑ", vartriangleleft: "⊲", vartriangleright: "⊳", vBar: "⫨", Vbar: "⫫", vBarv: "⫩", vcy: "в", Vcy: "В", vdash: "⊢", vDash: "⊨", Vdash: "⊩", VDash: "⊫", Vdashl: "⫦", vee: "∨", Vee: "⋁", veebar: "⊻", veeeq: "≚", vellip: "⋮", verbar: "|", Verbar: "‖", vert: "|", Vert: "‖", VerticalBar: "∣", VerticalLine: "|", VerticalSeparator: "❘", VerticalTilde: "≀", VeryThinSpace: " ", vfr: "𝔳", Vfr: "𝔙", vltri: "⊲", vnsub: "⊂⃒", vnsup: "⊃⃒", vopf: "𝕧", Vopf: "𝕍", vprop: "∝", vrtri: "⊳", vscr: "𝓋", Vscr: "𝒱", vsubne: "⊊︀", vsubnE: "⫋︀", vsupne: "⊋︀", vsupnE: "⫌︀", Vvdash: "⊪", vzigzag: "⦚", wcirc: "ŵ", Wcirc: "Ŵ", wedbar: "⩟", wedge: "∧", Wedge: "⋀", wedgeq: "≙", weierp: "℘", wfr: "𝔴", Wfr: "𝔚", wopf: "𝕨", Wopf: "𝕎", wp: "℘", wr: "≀", wreath: "≀", wscr: "𝓌", Wscr: "𝒲", xcap: "⋂", xcirc: "◯", xcup: "⋃", xdtri: "▽", xfr: "𝔵", Xfr: "𝔛", xharr: "⟷", xhArr: "⟺", xi: "ξ", Xi: "Ξ", xlarr: "⟵", xlArr: "⟸", xmap: "⟼", xnis: "⋻", xodot: "⨀", xopf: "𝕩", Xopf: "𝕏", xoplus: "⨁", xotime: "⨂", xrarr: "⟶", xrArr: "⟹", xscr: "𝓍", Xscr: "𝒳", xsqcup: "⨆", xuplus: "⨄", xutri: "△", xvee: "⋁", xwedge: "⋀", yacute: "ý", Yacute: "Ý", yacy: "я", YAcy: "Я", ycirc: "ŷ", Ycirc: "Ŷ", ycy: "ы", Ycy: "Ы", yen: "¥", yfr: "𝔶", Yfr: "𝔜", yicy: "ї", YIcy: "Ї", yopf: "𝕪", Yopf: "𝕐", yscr: "𝓎", Yscr: "𝒴", yucy: "ю", YUcy: "Ю", yuml: "ÿ", Yuml: "Ÿ", zacute: "ź", Zacute: "Ź", zcaron: "ž", Zcaron: "Ž", zcy: "з", Zcy: "З", zdot: "ż", Zdot: "Ż", zeetrf: "ℨ", ZeroWidthSpace: "", zeta: "ζ", Zeta: "Ζ", zfr: "𝔷", Zfr: "ℨ", zhcy: "ж", ZHcy: "Ж", zigrarr: "⇝", zopf: "𝕫", Zopf: "ℤ", zscr: "𝓏", Zscr: "𝒵", zwj: "", zwnj: "" }, q = { aacute: "á", Aacute: "Á", acirc: "â", Acirc: "Â", acute: "´", aelig: "æ", AElig: "Æ", agrave: "à", Agrave: "À", amp: "&", AMP: "&", aring: "å", Aring: "Å", atilde: "ã", Atilde: "Ã", auml: "ä", Auml: "Ä", brvbar: "¦", ccedil: "ç", Ccedil: "Ç", cedil: "¸", cent: "¢", copy: "©", COPY: "©", curren: "¤", deg: "°", divide: "÷", eacute: "é", Eacute: "É", ecirc: "ê", Ecirc: "Ê", egrave: "è", Egrave: "È", eth: "ð", ETH: "Ð", euml: "ë", Euml: "Ë", frac12: "½", frac14: "¼", frac34: "¾", gt: ">", GT: ">", iacute: "í", Iacute: "Í", icirc: "î", Icirc: "Î", iexcl: "¡", igrave: "ì", Igrave: "Ì", iquest: "¿", iuml: "ï", Iuml: "Ï", laquo: "«", lt: "<", LT: "<", macr: "¯", micro: "µ", middot: "·", nbsp: " ", not: "¬", ntilde: "ñ", Ntilde: "Ñ", oacute: "ó", Oacute: "Ó", ocirc: "ô", Ocirc: "Ô", ograve: "ò", Ograve: "Ò", ordf: "ª", ordm: "º", oslash: "ø", Oslash: "Ø", otilde: "õ", Otilde: "Õ", ouml: "ö", Ouml: "Ö", para: "¶", plusmn: "±", pound: "£", quot: '"', QUOT: '"', raquo: "»", reg: "®", REG: "®", sect: "§", shy: "", sup1: "¹", sup2: "²", sup3: "³", szlig: "ß", thorn: "þ", THORN: "Þ", times: "×", uacute: "ú", Uacute: "Ú", ucirc: "û", Ucirc: "Û", ugrave: "ù", Ugrave: "Ù", uml: "¨", uuml: "ü", Uuml: "Ü", yacute: "ý", Yacute: "Ý", yen: "¥", yuml: "ÿ" }, de = { 0: "�", 128: "€", 130: "‚", 131: "ƒ", 132: "„", 133: "…", 134: "†", 135: "‡", 136: "ˆ", 137: "‰", 138: "Š", 139: "‹", 140: "Œ", 142: "Ž", 145: "‘", 146: "’", 147: "“", 148: "”", 149: "•", 150: "–", 151: "—", 152: "˜", 153: "™", 154: "š", 155: "›", 156: "œ", 158: "ž", 159: "Ÿ" }, he = [1, 2, 3, 4, 5, 6, 7, 8, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 64976, 64977, 64978, 64979, 64980, 64981, 64982, 64983, 64984, 64985, 64986, 64987, 64988, 64989, 64990, 64991, 64992, 64993, 64994, 64995, 64996, 64997, 64998, 64999, 65e3, 65001, 65002, 65003, 65004, 65005, 65006, 65007, 65534, 65535, 131070, 131071, 196606, 196607, 262142, 262143, 327678, 327679, 393214, 393215, 458750, 458751, 524286, 524287, 589822, 589823, 655358, 655359, 720894, 720895, 786430, 786431, 851966, 851967, 917502, 917503, 983038, 983039, 1048574, 1048575, 1114110, 1114111], ge = String.fromCharCode, z = {}, Ae = z.hasOwnProperty, pe = function(ie, Re) {
|
|
1017
|
+
`, nexist: "∄", nexists: "∄", nfr: "𝔫", Nfr: "𝔑", nge: "≱", ngE: "≧̸", ngeq: "≱", ngeqq: "≧̸", ngeqslant: "⩾̸", nges: "⩾̸", nGg: "⋙̸", ngsim: "≵", ngt: "≯", nGt: "≫⃒", ngtr: "≯", nGtv: "≫̸", nharr: "↮", nhArr: "⇎", nhpar: "⫲", ni: "∋", nis: "⋼", nisd: "⋺", niv: "∋", njcy: "њ", NJcy: "Њ", nlarr: "↚", nlArr: "⇍", nldr: "‥", nle: "≰", nlE: "≦̸", nleftarrow: "↚", nLeftarrow: "⇍", nleftrightarrow: "↮", nLeftrightarrow: "⇎", nleq: "≰", nleqq: "≦̸", nleqslant: "⩽̸", nles: "⩽̸", nless: "≮", nLl: "⋘̸", nlsim: "≴", nlt: "≮", nLt: "≪⃒", nltri: "⋪", nltrie: "⋬", nLtv: "≪̸", nmid: "∤", NoBreak: "", NonBreakingSpace: " ", nopf: "𝕟", Nopf: "ℕ", not: "¬", Not: "⫬", NotCongruent: "≢", NotCupCap: "≭", NotDoubleVerticalBar: "∦", NotElement: "∉", NotEqual: "≠", NotEqualTilde: "≂̸", NotExists: "∄", NotGreater: "≯", NotGreaterEqual: "≱", NotGreaterFullEqual: "≧̸", NotGreaterGreater: "≫̸", NotGreaterLess: "≹", NotGreaterSlantEqual: "⩾̸", NotGreaterTilde: "≵", NotHumpDownHump: "≎̸", NotHumpEqual: "≏̸", notin: "∉", notindot: "⋵̸", notinE: "⋹̸", notinva: "∉", notinvb: "⋷", notinvc: "⋶", NotLeftTriangle: "⋪", NotLeftTriangleBar: "⧏̸", NotLeftTriangleEqual: "⋬", NotLess: "≮", NotLessEqual: "≰", NotLessGreater: "≸", NotLessLess: "≪̸", NotLessSlantEqual: "⩽̸", NotLessTilde: "≴", NotNestedGreaterGreater: "⪢̸", NotNestedLessLess: "⪡̸", notni: "∌", notniva: "∌", notnivb: "⋾", notnivc: "⋽", NotPrecedes: "⊀", NotPrecedesEqual: "⪯̸", NotPrecedesSlantEqual: "⋠", NotReverseElement: "∌", NotRightTriangle: "⋫", NotRightTriangleBar: "⧐̸", NotRightTriangleEqual: "⋭", NotSquareSubset: "⊏̸", NotSquareSubsetEqual: "⋢", NotSquareSuperset: "⊐̸", NotSquareSupersetEqual: "⋣", NotSubset: "⊂⃒", NotSubsetEqual: "⊈", NotSucceeds: "⊁", NotSucceedsEqual: "⪰̸", NotSucceedsSlantEqual: "⋡", NotSucceedsTilde: "≿̸", NotSuperset: "⊃⃒", NotSupersetEqual: "⊉", NotTilde: "≁", NotTildeEqual: "≄", NotTildeFullEqual: "≇", NotTildeTilde: "≉", NotVerticalBar: "∤", npar: "∦", nparallel: "∦", nparsl: "⫽⃥", npart: "∂̸", npolint: "⨔", npr: "⊀", nprcue: "⋠", npre: "⪯̸", nprec: "⊀", npreceq: "⪯̸", nrarr: "↛", nrArr: "⇏", nrarrc: "⤳̸", nrarrw: "↝̸", nrightarrow: "↛", nRightarrow: "⇏", nrtri: "⋫", nrtrie: "⋭", nsc: "⊁", nsccue: "⋡", nsce: "⪰̸", nscr: "𝓃", Nscr: "𝒩", nshortmid: "∤", nshortparallel: "∦", nsim: "≁", nsime: "≄", nsimeq: "≄", nsmid: "∤", nspar: "∦", nsqsube: "⋢", nsqsupe: "⋣", nsub: "⊄", nsube: "⊈", nsubE: "⫅̸", nsubset: "⊂⃒", nsubseteq: "⊈", nsubseteqq: "⫅̸", nsucc: "⊁", nsucceq: "⪰̸", nsup: "⊅", nsupe: "⊉", nsupE: "⫆̸", nsupset: "⊃⃒", nsupseteq: "⊉", nsupseteqq: "⫆̸", ntgl: "≹", ntilde: "ñ", Ntilde: "Ñ", ntlg: "≸", ntriangleleft: "⋪", ntrianglelefteq: "⋬", ntriangleright: "⋫", ntrianglerighteq: "⋭", nu: "ν", Nu: "Ν", num: "#", numero: "№", numsp: " ", nvap: "≍⃒", nvdash: "⊬", nvDash: "⊭", nVdash: "⊮", nVDash: "⊯", nvge: "≥⃒", nvgt: ">⃒", nvHarr: "⤄", nvinfin: "⧞", nvlArr: "⤂", nvle: "≤⃒", nvlt: "<⃒", nvltrie: "⊴⃒", nvrArr: "⤃", nvrtrie: "⊵⃒", nvsim: "∼⃒", nwarhk: "⤣", nwarr: "↖", nwArr: "⇖", nwarrow: "↖", nwnear: "⤧", oacute: "ó", Oacute: "Ó", oast: "⊛", ocir: "⊚", ocirc: "ô", Ocirc: "Ô", ocy: "о", Ocy: "О", odash: "⊝", odblac: "ő", Odblac: "Ő", odiv: "⨸", odot: "⊙", odsold: "⦼", oelig: "œ", OElig: "Œ", ofcir: "⦿", ofr: "𝔬", Ofr: "𝔒", ogon: "˛", ograve: "ò", Ograve: "Ò", ogt: "⧁", ohbar: "⦵", ohm: "Ω", oint: "∮", olarr: "↺", olcir: "⦾", olcross: "⦻", oline: "‾", olt: "⧀", omacr: "ō", Omacr: "Ō", omega: "ω", Omega: "Ω", omicron: "ο", Omicron: "Ο", omid: "⦶", ominus: "⊖", oopf: "𝕠", Oopf: "𝕆", opar: "⦷", OpenCurlyDoubleQuote: "“", OpenCurlyQuote: "‘", operp: "⦹", oplus: "⊕", or: "∨", Or: "⩔", orarr: "↻", ord: "⩝", order: "ℴ", orderof: "ℴ", ordf: "ª", ordm: "º", origof: "⊶", oror: "⩖", orslope: "⩗", orv: "⩛", oS: "Ⓢ", oscr: "ℴ", Oscr: "𝒪", oslash: "ø", Oslash: "Ø", osol: "⊘", otilde: "õ", Otilde: "Õ", otimes: "⊗", Otimes: "⨷", otimesas: "⨶", ouml: "ö", Ouml: "Ö", ovbar: "⌽", OverBar: "‾", OverBrace: "⏞", OverBracket: "⎴", OverParenthesis: "⏜", par: "∥", para: "¶", parallel: "∥", parsim: "⫳", parsl: "⫽", part: "∂", PartialD: "∂", pcy: "п", Pcy: "П", percnt: "%", period: ".", permil: "‰", perp: "⊥", pertenk: "‱", pfr: "𝔭", Pfr: "𝔓", phi: "φ", Phi: "Φ", phiv: "ϕ", phmmat: "ℳ", phone: "☎", pi: "π", Pi: "Π", pitchfork: "⋔", piv: "ϖ", planck: "ℏ", planckh: "ℎ", plankv: "ℏ", plus: "+", plusacir: "⨣", plusb: "⊞", pluscir: "⨢", plusdo: "∔", plusdu: "⨥", pluse: "⩲", PlusMinus: "±", plusmn: "±", plussim: "⨦", plustwo: "⨧", pm: "±", Poincareplane: "ℌ", pointint: "⨕", popf: "𝕡", Popf: "ℙ", pound: "£", pr: "≺", Pr: "⪻", prap: "⪷", prcue: "≼", pre: "⪯", prE: "⪳", prec: "≺", precapprox: "⪷", preccurlyeq: "≼", Precedes: "≺", PrecedesEqual: "⪯", PrecedesSlantEqual: "≼", PrecedesTilde: "≾", preceq: "⪯", precnapprox: "⪹", precneqq: "⪵", precnsim: "⋨", precsim: "≾", prime: "′", Prime: "″", primes: "ℙ", prnap: "⪹", prnE: "⪵", prnsim: "⋨", prod: "∏", Product: "∏", profalar: "⌮", profline: "⌒", profsurf: "⌓", prop: "∝", Proportion: "∷", Proportional: "∝", propto: "∝", prsim: "≾", prurel: "⊰", pscr: "𝓅", Pscr: "𝒫", psi: "ψ", Psi: "Ψ", puncsp: " ", qfr: "𝔮", Qfr: "𝔔", qint: "⨌", qopf: "𝕢", Qopf: "ℚ", qprime: "⁗", qscr: "𝓆", Qscr: "𝒬", quaternions: "ℍ", quatint: "⨖", quest: "?", questeq: "≟", quot: '"', QUOT: '"', rAarr: "⇛", race: "∽̱", racute: "ŕ", Racute: "Ŕ", radic: "√", raemptyv: "⦳", rang: "⟩", Rang: "⟫", rangd: "⦒", range: "⦥", rangle: "⟩", raquo: "»", rarr: "→", rArr: "⇒", Rarr: "↠", rarrap: "⥵", rarrb: "⇥", rarrbfs: "⤠", rarrc: "⤳", rarrfs: "⤞", rarrhk: "↪", rarrlp: "↬", rarrpl: "⥅", rarrsim: "⥴", rarrtl: "↣", Rarrtl: "⤖", rarrw: "↝", ratail: "⤚", rAtail: "⤜", ratio: "∶", rationals: "ℚ", rbarr: "⤍", rBarr: "⤏", RBarr: "⤐", rbbrk: "❳", rbrace: "}", rbrack: "]", rbrke: "⦌", rbrksld: "⦎", rbrkslu: "⦐", rcaron: "ř", Rcaron: "Ř", rcedil: "ŗ", Rcedil: "Ŗ", rceil: "⌉", rcub: "}", rcy: "р", Rcy: "Р", rdca: "⤷", rdldhar: "⥩", rdquo: "”", rdquor: "”", rdsh: "↳", Re: "ℜ", real: "ℜ", realine: "ℛ", realpart: "ℜ", reals: "ℝ", rect: "▭", reg: "®", REG: "®", ReverseElement: "∋", ReverseEquilibrium: "⇋", ReverseUpEquilibrium: "⥯", rfisht: "⥽", rfloor: "⌋", rfr: "𝔯", Rfr: "ℜ", rHar: "⥤", rhard: "⇁", rharu: "⇀", rharul: "⥬", rho: "ρ", Rho: "Ρ", rhov: "ϱ", RightAngleBracket: "⟩", rightarrow: "→", Rightarrow: "⇒", RightArrow: "→", RightArrowBar: "⇥", RightArrowLeftArrow: "⇄", rightarrowtail: "↣", RightCeiling: "⌉", RightDoubleBracket: "⟧", RightDownTeeVector: "⥝", RightDownVector: "⇂", RightDownVectorBar: "⥕", RightFloor: "⌋", rightharpoondown: "⇁", rightharpoonup: "⇀", rightleftarrows: "⇄", rightleftharpoons: "⇌", rightrightarrows: "⇉", rightsquigarrow: "↝", RightTee: "⊢", RightTeeArrow: "↦", RightTeeVector: "⥛", rightthreetimes: "⋌", RightTriangle: "⊳", RightTriangleBar: "⧐", RightTriangleEqual: "⊵", RightUpDownVector: "⥏", RightUpTeeVector: "⥜", RightUpVector: "↾", RightUpVectorBar: "⥔", RightVector: "⇀", RightVectorBar: "⥓", ring: "˚", risingdotseq: "≓", rlarr: "⇄", rlhar: "⇌", rlm: "", rmoust: "⎱", rmoustache: "⎱", rnmid: "⫮", roang: "⟭", roarr: "⇾", robrk: "⟧", ropar: "⦆", ropf: "𝕣", Ropf: "ℝ", roplus: "⨮", rotimes: "⨵", RoundImplies: "⥰", rpar: ")", rpargt: "⦔", rppolint: "⨒", rrarr: "⇉", Rrightarrow: "⇛", rsaquo: "›", rscr: "𝓇", Rscr: "ℛ", rsh: "↱", Rsh: "↱", rsqb: "]", rsquo: "’", rsquor: "’", rthree: "⋌", rtimes: "⋊", rtri: "▹", rtrie: "⊵", rtrif: "▸", rtriltri: "⧎", RuleDelayed: "⧴", ruluhar: "⥨", rx: "℞", sacute: "ś", Sacute: "Ś", sbquo: "‚", sc: "≻", Sc: "⪼", scap: "⪸", scaron: "š", Scaron: "Š", sccue: "≽", sce: "⪰", scE: "⪴", scedil: "ş", Scedil: "Ş", scirc: "ŝ", Scirc: "Ŝ", scnap: "⪺", scnE: "⪶", scnsim: "⋩", scpolint: "⨓", scsim: "≿", scy: "с", Scy: "С", sdot: "⋅", sdotb: "⊡", sdote: "⩦", searhk: "⤥", searr: "↘", seArr: "⇘", searrow: "↘", sect: "§", semi: ";", seswar: "⤩", setminus: "∖", setmn: "∖", sext: "✶", sfr: "𝔰", Sfr: "𝔖", sfrown: "⌢", sharp: "♯", shchcy: "щ", SHCHcy: "Щ", shcy: "ш", SHcy: "Ш", ShortDownArrow: "↓", ShortLeftArrow: "←", shortmid: "∣", shortparallel: "∥", ShortRightArrow: "→", ShortUpArrow: "↑", shy: "", sigma: "σ", Sigma: "Σ", sigmaf: "ς", sigmav: "ς", sim: "∼", simdot: "⩪", sime: "≃", simeq: "≃", simg: "⪞", simgE: "⪠", siml: "⪝", simlE: "⪟", simne: "≆", simplus: "⨤", simrarr: "⥲", slarr: "←", SmallCircle: "∘", smallsetminus: "∖", smashp: "⨳", smeparsl: "⧤", smid: "∣", smile: "⌣", smt: "⪪", smte: "⪬", smtes: "⪬︀", softcy: "ь", SOFTcy: "Ь", sol: "/", solb: "⧄", solbar: "⌿", sopf: "𝕤", Sopf: "𝕊", spades: "♠", spadesuit: "♠", spar: "∥", sqcap: "⊓", sqcaps: "⊓︀", sqcup: "⊔", sqcups: "⊔︀", Sqrt: "√", sqsub: "⊏", sqsube: "⊑", sqsubset: "⊏", sqsubseteq: "⊑", sqsup: "⊐", sqsupe: "⊒", sqsupset: "⊐", sqsupseteq: "⊒", squ: "□", square: "□", Square: "□", SquareIntersection: "⊓", SquareSubset: "⊏", SquareSubsetEqual: "⊑", SquareSuperset: "⊐", SquareSupersetEqual: "⊒", SquareUnion: "⊔", squarf: "▪", squf: "▪", srarr: "→", sscr: "𝓈", Sscr: "𝒮", ssetmn: "∖", ssmile: "⌣", sstarf: "⋆", star: "☆", Star: "⋆", starf: "★", straightepsilon: "ϵ", straightphi: "ϕ", strns: "¯", sub: "⊂", Sub: "⋐", subdot: "⪽", sube: "⊆", subE: "⫅", subedot: "⫃", submult: "⫁", subne: "⊊", subnE: "⫋", subplus: "⪿", subrarr: "⥹", subset: "⊂", Subset: "⋐", subseteq: "⊆", subseteqq: "⫅", SubsetEqual: "⊆", subsetneq: "⊊", subsetneqq: "⫋", subsim: "⫇", subsub: "⫕", subsup: "⫓", succ: "≻", succapprox: "⪸", succcurlyeq: "≽", Succeeds: "≻", SucceedsEqual: "⪰", SucceedsSlantEqual: "≽", SucceedsTilde: "≿", succeq: "⪰", succnapprox: "⪺", succneqq: "⪶", succnsim: "⋩", succsim: "≿", SuchThat: "∋", sum: "∑", Sum: "∑", sung: "♪", sup: "⊃", Sup: "⋑", sup1: "¹", sup2: "²", sup3: "³", supdot: "⪾", supdsub: "⫘", supe: "⊇", supE: "⫆", supedot: "⫄", Superset: "⊃", SupersetEqual: "⊇", suphsol: "⟉", suphsub: "⫗", suplarr: "⥻", supmult: "⫂", supne: "⊋", supnE: "⫌", supplus: "⫀", supset: "⊃", Supset: "⋑", supseteq: "⊇", supseteqq: "⫆", supsetneq: "⊋", supsetneqq: "⫌", supsim: "⫈", supsub: "⫔", supsup: "⫖", swarhk: "⤦", swarr: "↙", swArr: "⇙", swarrow: "↙", swnwar: "⤪", szlig: "ß", Tab: " ", target: "⌖", tau: "τ", Tau: "Τ", tbrk: "⎴", tcaron: "ť", Tcaron: "Ť", tcedil: "ţ", Tcedil: "Ţ", tcy: "т", Tcy: "Т", tdot: "⃛", telrec: "⌕", tfr: "𝔱", Tfr: "𝔗", there4: "∴", therefore: "∴", Therefore: "∴", theta: "θ", Theta: "Θ", thetasym: "ϑ", thetav: "ϑ", thickapprox: "≈", thicksim: "∼", ThickSpace: " ", thinsp: " ", ThinSpace: " ", thkap: "≈", thksim: "∼", thorn: "þ", THORN: "Þ", tilde: "˜", Tilde: "∼", TildeEqual: "≃", TildeFullEqual: "≅", TildeTilde: "≈", times: "×", timesb: "⊠", timesbar: "⨱", timesd: "⨰", tint: "∭", toea: "⤨", top: "⊤", topbot: "⌶", topcir: "⫱", topf: "𝕥", Topf: "𝕋", topfork: "⫚", tosa: "⤩", tprime: "‴", trade: "™", TRADE: "™", triangle: "▵", triangledown: "▿", triangleleft: "◃", trianglelefteq: "⊴", triangleq: "≜", triangleright: "▹", trianglerighteq: "⊵", tridot: "◬", trie: "≜", triminus: "⨺", TripleDot: "⃛", triplus: "⨹", trisb: "⧍", tritime: "⨻", trpezium: "⏢", tscr: "𝓉", Tscr: "𝒯", tscy: "ц", TScy: "Ц", tshcy: "ћ", TSHcy: "Ћ", tstrok: "ŧ", Tstrok: "Ŧ", twixt: "≬", twoheadleftarrow: "↞", twoheadrightarrow: "↠", uacute: "ú", Uacute: "Ú", uarr: "↑", uArr: "⇑", Uarr: "↟", Uarrocir: "⥉", ubrcy: "ў", Ubrcy: "Ў", ubreve: "ŭ", Ubreve: "Ŭ", ucirc: "û", Ucirc: "Û", ucy: "у", Ucy: "У", udarr: "⇅", udblac: "ű", Udblac: "Ű", udhar: "⥮", ufisht: "⥾", ufr: "𝔲", Ufr: "𝔘", ugrave: "ù", Ugrave: "Ù", uHar: "⥣", uharl: "↿", uharr: "↾", uhblk: "▀", ulcorn: "⌜", ulcorner: "⌜", ulcrop: "⌏", ultri: "◸", umacr: "ū", Umacr: "Ū", uml: "¨", UnderBar: "_", UnderBrace: "⏟", UnderBracket: "⎵", UnderParenthesis: "⏝", Union: "⋃", UnionPlus: "⊎", uogon: "ų", Uogon: "Ų", uopf: "𝕦", Uopf: "𝕌", uparrow: "↑", Uparrow: "⇑", UpArrow: "↑", UpArrowBar: "⤒", UpArrowDownArrow: "⇅", updownarrow: "↕", Updownarrow: "⇕", UpDownArrow: "↕", UpEquilibrium: "⥮", upharpoonleft: "↿", upharpoonright: "↾", uplus: "⊎", UpperLeftArrow: "↖", UpperRightArrow: "↗", upsi: "υ", Upsi: "ϒ", upsih: "ϒ", upsilon: "υ", Upsilon: "Υ", UpTee: "⊥", UpTeeArrow: "↥", upuparrows: "⇈", urcorn: "⌝", urcorner: "⌝", urcrop: "⌎", uring: "ů", Uring: "Ů", urtri: "◹", uscr: "𝓊", Uscr: "𝒰", utdot: "⋰", utilde: "ũ", Utilde: "Ũ", utri: "▵", utrif: "▴", uuarr: "⇈", uuml: "ü", Uuml: "Ü", uwangle: "⦧", vangrt: "⦜", varepsilon: "ϵ", varkappa: "ϰ", varnothing: "∅", varphi: "ϕ", varpi: "ϖ", varpropto: "∝", varr: "↕", vArr: "⇕", varrho: "ϱ", varsigma: "ς", varsubsetneq: "⊊︀", varsubsetneqq: "⫋︀", varsupsetneq: "⊋︀", varsupsetneqq: "⫌︀", vartheta: "ϑ", vartriangleleft: "⊲", vartriangleright: "⊳", vBar: "⫨", Vbar: "⫫", vBarv: "⫩", vcy: "в", Vcy: "В", vdash: "⊢", vDash: "⊨", Vdash: "⊩", VDash: "⊫", Vdashl: "⫦", vee: "∨", Vee: "⋁", veebar: "⊻", veeeq: "≚", vellip: "⋮", verbar: "|", Verbar: "‖", vert: "|", Vert: "‖", VerticalBar: "∣", VerticalLine: "|", VerticalSeparator: "❘", VerticalTilde: "≀", VeryThinSpace: " ", vfr: "𝔳", Vfr: "𝔙", vltri: "⊲", vnsub: "⊂⃒", vnsup: "⊃⃒", vopf: "𝕧", Vopf: "𝕍", vprop: "∝", vrtri: "⊳", vscr: "𝓋", Vscr: "𝒱", vsubne: "⊊︀", vsubnE: "⫋︀", vsupne: "⊋︀", vsupnE: "⫌︀", Vvdash: "⊪", vzigzag: "⦚", wcirc: "ŵ", Wcirc: "Ŵ", wedbar: "⩟", wedge: "∧", Wedge: "⋀", wedgeq: "≙", weierp: "℘", wfr: "𝔴", Wfr: "𝔚", wopf: "𝕨", Wopf: "𝕎", wp: "℘", wr: "≀", wreath: "≀", wscr: "𝓌", Wscr: "𝒲", xcap: "⋂", xcirc: "◯", xcup: "⋃", xdtri: "▽", xfr: "𝔵", Xfr: "𝔛", xharr: "⟷", xhArr: "⟺", xi: "ξ", Xi: "Ξ", xlarr: "⟵", xlArr: "⟸", xmap: "⟼", xnis: "⋻", xodot: "⨀", xopf: "𝕩", Xopf: "𝕏", xoplus: "⨁", xotime: "⨂", xrarr: "⟶", xrArr: "⟹", xscr: "𝓍", Xscr: "𝒳", xsqcup: "⨆", xuplus: "⨄", xutri: "△", xvee: "⋁", xwedge: "⋀", yacute: "ý", Yacute: "Ý", yacy: "я", YAcy: "Я", ycirc: "ŷ", Ycirc: "Ŷ", ycy: "ы", Ycy: "Ы", yen: "¥", yfr: "𝔶", Yfr: "𝔜", yicy: "ї", YIcy: "Ї", yopf: "𝕪", Yopf: "𝕐", yscr: "𝓎", Yscr: "𝒴", yucy: "ю", YUcy: "Ю", yuml: "ÿ", Yuml: "Ÿ", zacute: "ź", Zacute: "Ź", zcaron: "ž", Zcaron: "Ž", zcy: "з", Zcy: "З", zdot: "ż", Zdot: "Ż", zeetrf: "ℨ", ZeroWidthSpace: "", zeta: "ζ", Zeta: "Ζ", zfr: "𝔷", Zfr: "ℨ", zhcy: "ж", ZHcy: "Ж", zigrarr: "⇝", zopf: "𝕫", Zopf: "ℤ", zscr: "𝓏", Zscr: "𝒵", zwj: "", zwnj: "" }, q = { aacute: "á", Aacute: "Á", acirc: "â", Acirc: "Â", acute: "´", aelig: "æ", AElig: "Æ", agrave: "à", Agrave: "À", amp: "&", AMP: "&", aring: "å", Aring: "Å", atilde: "ã", Atilde: "Ã", auml: "ä", Auml: "Ä", brvbar: "¦", ccedil: "ç", Ccedil: "Ç", cedil: "¸", cent: "¢", copy: "©", COPY: "©", curren: "¤", deg: "°", divide: "÷", eacute: "é", Eacute: "É", ecirc: "ê", Ecirc: "Ê", egrave: "è", Egrave: "È", eth: "ð", ETH: "Ð", euml: "ë", Euml: "Ë", frac12: "½", frac14: "¼", frac34: "¾", gt: ">", GT: ">", iacute: "í", Iacute: "Í", icirc: "î", Icirc: "Î", iexcl: "¡", igrave: "ì", Igrave: "Ì", iquest: "¿", iuml: "ï", Iuml: "Ï", laquo: "«", lt: "<", LT: "<", macr: "¯", micro: "µ", middot: "·", nbsp: " ", not: "¬", ntilde: "ñ", Ntilde: "Ñ", oacute: "ó", Oacute: "Ó", ocirc: "ô", Ocirc: "Ô", ograve: "ò", Ograve: "Ò", ordf: "ª", ordm: "º", oslash: "ø", Oslash: "Ø", otilde: "õ", Otilde: "Õ", ouml: "ö", Ouml: "Ö", para: "¶", plusmn: "±", pound: "£", quot: '"', QUOT: '"', raquo: "»", reg: "®", REG: "®", sect: "§", shy: "", sup1: "¹", sup2: "²", sup3: "³", szlig: "ß", thorn: "þ", THORN: "Þ", times: "×", uacute: "ú", Uacute: "Ú", ucirc: "û", Ucirc: "Û", ugrave: "ù", Ugrave: "Ù", uml: "¨", uuml: "ü", Uuml: "Ü", yacute: "ý", Yacute: "Ý", yen: "¥", yuml: "ÿ" }, de = { 0: "�", 128: "€", 130: "‚", 131: "ƒ", 132: "„", 133: "…", 134: "†", 135: "‡", 136: "ˆ", 137: "‰", 138: "Š", 139: "‹", 140: "Œ", 142: "Ž", 145: "‘", 146: "’", 147: "“", 148: "”", 149: "•", 150: "–", 151: "—", 152: "˜", 153: "™", 154: "š", 155: "›", 156: "œ", 158: "ž", 159: "Ÿ" }, he = [1, 2, 3, 4, 5, 6, 7, 8, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 64976, 64977, 64978, 64979, 64980, 64981, 64982, 64983, 64984, 64985, 64986, 64987, 64988, 64989, 64990, 64991, 64992, 64993, 64994, 64995, 64996, 64997, 64998, 64999, 65e3, 65001, 65002, 65003, 65004, 65005, 65006, 65007, 65534, 65535, 131070, 131071, 196606, 196607, 262142, 262143, 327678, 327679, 393214, 393215, 458750, 458751, 524286, 524287, 589822, 589823, 655358, 655359, 720894, 720895, 786430, 786431, 851966, 851967, 917502, 917503, 983038, 983039, 1048574, 1048575, 1114110, 1114111], ge = String.fromCharCode, j = {}, Ae = j.hasOwnProperty, pe = function(ie, Re) {
|
|
1018
1018
|
return Ae.call(ie, Re);
|
|
1019
1019
|
}, oe = function(ie, Re) {
|
|
1020
1020
|
for (var ke = -1, rt = ie.length; ++ke < rt; )
|
|
@@ -2421,7 +2421,7 @@ pn.exports;
|
|
|
2421
2421
|
return -1;
|
|
2422
2422
|
}
|
|
2423
2423
|
function he(C, L, c) {
|
|
2424
|
-
return L === L ? at(C, L, c) : de(C,
|
|
2424
|
+
return L === L ? at(C, L, c) : de(C, j, c);
|
|
2425
2425
|
}
|
|
2426
2426
|
function ge(C, L, c, K) {
|
|
2427
2427
|
for (var ce = c - 1, Z = C.length; ++ce < Z; )
|
|
@@ -2429,7 +2429,7 @@ pn.exports;
|
|
|
2429
2429
|
return ce;
|
|
2430
2430
|
return -1;
|
|
2431
2431
|
}
|
|
2432
|
-
function
|
|
2432
|
+
function j(C) {
|
|
2433
2433
|
return C !== C;
|
|
2434
2434
|
}
|
|
2435
2435
|
function Ae(C, L) {
|
|
@@ -2818,12 +2818,12 @@ pn.exports;
|
|
|
2818
2818
|
return t;
|
|
2819
2819
|
}
|
|
2820
2820
|
function cd() {
|
|
2821
|
-
var t = this.__wrapped__.value(), r = this.__dir__, n = be(t), o = r < 0, l = n ? t.length : 0, f = mh(0, l, this.__views__), b = f.start, T = f.end, I = T - b, k = o ? T : b - 1, S = this.__iteratees__, w = S.length,
|
|
2821
|
+
var t = this.__wrapped__.value(), r = this.__dir__, n = be(t), o = r < 0, l = n ? t.length : 0, f = mh(0, l, this.__views__), b = f.start, T = f.end, I = T - b, k = o ? T : b - 1, S = this.__iteratees__, w = S.length, X = 0, $ = ot(I, this.__takeCount__);
|
|
2822
2822
|
if (!n || !o && l == I && $ == I)
|
|
2823
2823
|
return Ro(t, this.__actions__);
|
|
2824
2824
|
var ae = [];
|
|
2825
2825
|
e:
|
|
2826
|
-
for (; I-- &&
|
|
2826
|
+
for (; I-- && X < $; ) {
|
|
2827
2827
|
k += r;
|
|
2828
2828
|
for (var Te = -1, se = t[k]; ++Te < w; ) {
|
|
2829
2829
|
var Ie = S[Te], ye = Ie.iteratee, lt = Ie.type, Ct = ye(se);
|
|
@@ -2835,7 +2835,7 @@ pn.exports;
|
|
|
2835
2835
|
break e;
|
|
2836
2836
|
}
|
|
2837
2837
|
}
|
|
2838
|
-
ae[
|
|
2838
|
+
ae[X++] = se;
|
|
2839
2839
|
}
|
|
2840
2840
|
return ae;
|
|
2841
2841
|
}
|
|
@@ -3017,11 +3017,11 @@ pn.exports;
|
|
|
3017
3017
|
if (b = Th(t), !T)
|
|
3018
3018
|
return mt(t, b);
|
|
3019
3019
|
} else {
|
|
3020
|
-
var w = ct(t),
|
|
3020
|
+
var w = ct(t), X = w == la || w == vs;
|
|
3021
3021
|
if (Nu(t))
|
|
3022
3022
|
return Lo(t, T);
|
|
3023
|
-
if (w == nu || w == Ju ||
|
|
3024
|
-
if (b = I ||
|
|
3023
|
+
if (w == nu || w == Ju || X && !l) {
|
|
3024
|
+
if (b = I || X ? {} : Xo(t), !T)
|
|
3025
3025
|
return I ? lh(t, Fd(b, t)) : ch(t, lo(b, t));
|
|
3026
3026
|
} else {
|
|
3027
3027
|
if (!Oe[w])
|
|
@@ -3076,8 +3076,8 @@ pn.exports;
|
|
|
3076
3076
|
for (; ++l < T; ) {
|
|
3077
3077
|
var S = t[l], w = n == null ? S : n(S);
|
|
3078
3078
|
if (S = o || S !== 0 ? S : 0, b && w === w) {
|
|
3079
|
-
for (var
|
|
3080
|
-
if (r[
|
|
3079
|
+
for (var X = k; X--; )
|
|
3080
|
+
if (r[X] === w)
|
|
3081
3081
|
continue e;
|
|
3082
3082
|
I.push(S);
|
|
3083
3083
|
} else
|
|
@@ -3161,17 +3161,17 @@ pn.exports;
|
|
|
3161
3161
|
b && r && (S = P(S, He(r))), I = ot(S.length, I), T[b] = !n && (r || l >= 120 && S.length >= 120) ? new Pu(b && S) : p;
|
|
3162
3162
|
}
|
|
3163
3163
|
S = t[0];
|
|
3164
|
-
var w = -1,
|
|
3164
|
+
var w = -1, X = T[0];
|
|
3165
3165
|
e:
|
|
3166
3166
|
for (; ++w < l && k.length < I; ) {
|
|
3167
3167
|
var $ = S[w], ae = r ? r($) : $;
|
|
3168
|
-
if ($ = n || $ !== 0 ? $ : 0, !(
|
|
3168
|
+
if ($ = n || $ !== 0 ? $ : 0, !(X ? At(X, ae) : o(k, ae, n))) {
|
|
3169
3169
|
for (b = f; --b; ) {
|
|
3170
3170
|
var Te = T[b];
|
|
3171
3171
|
if (!(Te ? At(Te, ae) : o(t[b], ae, n)))
|
|
3172
3172
|
continue e;
|
|
3173
3173
|
}
|
|
3174
|
-
|
|
3174
|
+
X && X.push(ae), k.push($);
|
|
3175
3175
|
}
|
|
3176
3176
|
}
|
|
3177
3177
|
return k;
|
|
@@ -3201,13 +3201,13 @@ pn.exports;
|
|
|
3201
3201
|
function Gd(t, r, n, o, l, f) {
|
|
3202
3202
|
var b = be(t), T = be(r), I = b ? oa : ct(t), k = T ? oa : ct(r);
|
|
3203
3203
|
I = I == Ju ? nu : I, k = k == Ju ? nu : k;
|
|
3204
|
-
var S = I == nu, w = k == nu,
|
|
3205
|
-
if (
|
|
3204
|
+
var S = I == nu, w = k == nu, X = I == k;
|
|
3205
|
+
if (X && Nu(t)) {
|
|
3206
3206
|
if (!Nu(r))
|
|
3207
3207
|
return !1;
|
|
3208
3208
|
b = !0, S = !1;
|
|
3209
3209
|
}
|
|
3210
|
-
if (
|
|
3210
|
+
if (X && !S)
|
|
3211
3211
|
return f || (f = new Vt()), b || dr(t) ? zo(t, r, n, o, l, f) : Eh(t, r, I, n, o, l, f);
|
|
3212
3212
|
if (!(n & Xu)) {
|
|
3213
3213
|
var $ = S && Le.call(t, "__wrapped__"), ae = w && Le.call(r, "__wrapped__");
|
|
@@ -3216,7 +3216,7 @@ pn.exports;
|
|
|
3216
3216
|
return f || (f = new Vt()), l(Te, se, n, o, f);
|
|
3217
3217
|
}
|
|
3218
3218
|
}
|
|
3219
|
-
return !!
|
|
3219
|
+
return !!X && (f || (f = new Vt()), gh(t, r, n, o, l, f));
|
|
3220
3220
|
}
|
|
3221
3221
|
function Yd(t) {
|
|
3222
3222
|
return qe(t) && ct(t) == Wt;
|
|
@@ -3239,8 +3239,8 @@ pn.exports;
|
|
|
3239
3239
|
} else {
|
|
3240
3240
|
var w = new Vt();
|
|
3241
3241
|
if (o)
|
|
3242
|
-
var
|
|
3243
|
-
if (!(
|
|
3242
|
+
var X = o(k, S, I, t, r, w);
|
|
3243
|
+
if (!(X === p ? Rr(S, k, Xu | ia, o, w) : X))
|
|
3244
3244
|
return !1;
|
|
3245
3245
|
}
|
|
3246
3246
|
}
|
|
@@ -3314,8 +3314,8 @@ pn.exports;
|
|
|
3314
3314
|
return Xn(t, n, k), p;
|
|
3315
3315
|
var S = f ? f(T, I, n + "", t, r, b) : p, w = S === p;
|
|
3316
3316
|
if (w) {
|
|
3317
|
-
var
|
|
3318
|
-
S = I,
|
|
3317
|
+
var X = be(I), $ = !X && Nu(I), ae = !X && !$ && dr(I);
|
|
3318
|
+
S = I, X || $ || ae ? be(T) ? S = T : Ge(T) ? S = mt(T) : $ ? (w = !1, S = Lo(I, !0)) : ae ? (w = !1, S = So(I, !0)) : S = [] : Or(I) || Wu(I) ? (S = T, Wu(T) ? S = Dc(T) : Ue(T) && !hu(T) || (S = Xo(I))) : w = !1;
|
|
3319
3319
|
}
|
|
3320
3320
|
w && (b.set(I, S), l(S, I, o, f, b), b.delete(I)), Xn(t, n, S);
|
|
3321
3321
|
}
|
|
@@ -3449,11 +3449,11 @@ pn.exports;
|
|
|
3449
3449
|
return 0;
|
|
3450
3450
|
r = n(r);
|
|
3451
3451
|
for (var b = r !== r, T = r === null, I = xt(r), k = r === p; l < f; ) {
|
|
3452
|
-
var S = Ya((l + f) / 2), w = n(t[S]),
|
|
3452
|
+
var S = Ya((l + f) / 2), w = n(t[S]), X = w !== p, $ = w === null, ae = w === w, Te = xt(w);
|
|
3453
3453
|
if (b)
|
|
3454
3454
|
var se = o || ae;
|
|
3455
3455
|
else
|
|
3456
|
-
se = k ? ae && (o ||
|
|
3456
|
+
se = k ? ae && (o || X) : T ? ae && X && (o || !$) : I ? ae && X && !$ && (o || !Te) : !$ && !Te && (o ? w <= r : w < r);
|
|
3457
3457
|
se ? l = S + 1 : f = S;
|
|
3458
3458
|
}
|
|
3459
3459
|
return ot(f, z0);
|
|
@@ -3496,8 +3496,8 @@ pn.exports;
|
|
|
3496
3496
|
for (; ++o < f; ) {
|
|
3497
3497
|
var S = t[o], w = r ? r(S) : S;
|
|
3498
3498
|
if (S = n || S !== 0 ? S : 0, b && w === w) {
|
|
3499
|
-
for (var
|
|
3500
|
-
if (I[
|
|
3499
|
+
for (var X = I.length; X--; )
|
|
3500
|
+
if (I[X] === w)
|
|
3501
3501
|
continue e;
|
|
3502
3502
|
r && I.push(w), T.push(S);
|
|
3503
3503
|
} else
|
|
@@ -3600,12 +3600,12 @@ pn.exports;
|
|
|
3600
3600
|
return S;
|
|
3601
3601
|
}
|
|
3602
3602
|
function Fo(t, r, n, o) {
|
|
3603
|
-
for (var l = -1, f = t.length, b = -1, T = n.length, I = -1, k = r.length, S = Ze(f - T, 0), w = Ke(S + k),
|
|
3603
|
+
for (var l = -1, f = t.length, b = -1, T = n.length, I = -1, k = r.length, S = Ze(f - T, 0), w = Ke(S + k), X = !o; ++l < S; )
|
|
3604
3604
|
w[l] = t[l];
|
|
3605
3605
|
for (var $ = l; ++I < k; )
|
|
3606
3606
|
w[$ + I] = r[I];
|
|
3607
3607
|
for (; ++b < T; )
|
|
3608
|
-
(
|
|
3608
|
+
(X || l < f) && (w[$ + n[b]] = t[l++]);
|
|
3609
3609
|
return w;
|
|
3610
3610
|
}
|
|
3611
3611
|
function mt(t, r) {
|
|
@@ -3752,9 +3752,9 @@ pn.exports;
|
|
|
3752
3752
|
var k = arguments, S = k[0];
|
|
3753
3753
|
if (b && k.length == 1 && be(S))
|
|
3754
3754
|
return b.plant(S).value();
|
|
3755
|
-
for (var w = 0,
|
|
3756
|
-
|
|
3757
|
-
return
|
|
3755
|
+
for (var w = 0, X = n ? r[w].apply(this, k) : S; ++w < n; )
|
|
3756
|
+
X = r[w].call(this, X);
|
|
3757
|
+
return X;
|
|
3758
3758
|
};
|
|
3759
3759
|
});
|
|
3760
3760
|
}
|
|
@@ -3766,10 +3766,10 @@ pn.exports;
|
|
|
3766
3766
|
var Ct = ar(S), Iu = Re(ye, Ct);
|
|
3767
3767
|
if (o && (ye = ko(ye, o, l, ae)), f && (ye = Fo(ye, f, b, ae)), Ie -= Iu, ae && Ie < k)
|
|
3768
3768
|
return Qo(t, r, Ca, S.placeholder, n, ye, ue(ye, Ct), T, I, k - Ie);
|
|
3769
|
-
var We =
|
|
3769
|
+
var We = X ? n : this, qt = $ ? We[t] : t;
|
|
3770
3770
|
return Ie = ye.length, T ? ye = vh(ye, T) : Te && Ie > 1 && ye.reverse(), w && I < Ie && (ye.length = I), this && this !== it && this instanceof S && (qt = se || Lr(qt)), qt.apply(We, ye);
|
|
3771
3771
|
}
|
|
3772
|
-
var w = r & au,
|
|
3772
|
+
var w = r & au, X = r & kt, $ = r & Su, ae = r & (jt | Ku), Te = r & Rn, se = $ ? p : Lr(t);
|
|
3773
3773
|
return S;
|
|
3774
3774
|
}
|
|
3775
3775
|
function qo(t, r) {
|
|
@@ -3810,11 +3810,11 @@ pn.exports;
|
|
|
3810
3810
|
}
|
|
3811
3811
|
function fh(t, r, n, o) {
|
|
3812
3812
|
function l() {
|
|
3813
|
-
for (var T = -1, I = arguments.length, k = -1, S = o.length, w = Ke(S + I),
|
|
3813
|
+
for (var T = -1, I = arguments.length, k = -1, S = o.length, w = Ke(S + I), X = this && this !== it && this instanceof l ? b : t; ++k < S; )
|
|
3814
3814
|
w[k] = o[k];
|
|
3815
3815
|
for (; I--; )
|
|
3816
3816
|
w[k++] = arguments[++T];
|
|
3817
|
-
return a(
|
|
3817
|
+
return a(X, f ? n : this, w);
|
|
3818
3818
|
}
|
|
3819
3819
|
var f = r & kt, b = Lr(t);
|
|
3820
3820
|
return l;
|
|
@@ -3830,9 +3830,9 @@ pn.exports;
|
|
|
3830
3830
|
};
|
|
3831
3831
|
}
|
|
3832
3832
|
function Qo(t, r, n, o, l, f, b, T, I, k) {
|
|
3833
|
-
var S = r & jt, w = S ? b : p,
|
|
3833
|
+
var S = r & jt, w = S ? b : p, X = S ? p : b, $ = S ? f : p, ae = S ? p : f;
|
|
3834
3834
|
r |= S ? Xt : Zu, r &= ~(S ? Zu : Xt), r & xs || (r &= ~(kt | Su));
|
|
3835
|
-
var Te = [t, r, l, $, w, ae,
|
|
3835
|
+
var Te = [t, r, l, $, w, ae, X, T, I, k], se = n.apply(p, Te);
|
|
3836
3836
|
return mi(t) && qc(se, Te), se.placeholder = o, ec(se, t, r);
|
|
3837
3837
|
}
|
|
3838
3838
|
function fi(t) {
|
|
@@ -3860,12 +3860,12 @@ pn.exports;
|
|
|
3860
3860
|
var S = o, w = l;
|
|
3861
3861
|
o = l = p;
|
|
3862
3862
|
}
|
|
3863
|
-
var
|
|
3864
|
-
if (
|
|
3863
|
+
var X = I ? p : wi(t), $ = [t, r, n, o, l, S, w, f, b, T];
|
|
3864
|
+
if (X && Bh($, X), t = $[0], r = $[1], n = $[2], o = $[3], l = $[4], T = $[9] = $[9] === p ? I ? 0 : t.length : Ze($[9] - k, 0), !T && r & (jt | Ku) && (r &= ~(jt | Ku)), r && r != kt)
|
|
3865
3865
|
ae = r == jt || r == Ku ? hh(t, r, T) : r != Xt && r != (kt | Xt) || l.length ? Ca.apply(p, $) : fh(t, r, n, o);
|
|
3866
3866
|
else
|
|
3867
3867
|
var ae = dh(t, r, n);
|
|
3868
|
-
return ec((
|
|
3868
|
+
return ec((X ? Mc : qc)(ae, $), t, r);
|
|
3869
3869
|
}
|
|
3870
3870
|
function Go(t, r, n, o) {
|
|
3871
3871
|
return t === p || Gt(t, sr[n]) && !Le.call(o, n) ? r : t;
|
|
@@ -3883,7 +3883,7 @@ pn.exports;
|
|
|
3883
3883
|
var k = f.get(t), S = f.get(r);
|
|
3884
3884
|
if (k && S)
|
|
3885
3885
|
return k == r && S == t;
|
|
3886
|
-
var w = -1,
|
|
3886
|
+
var w = -1, X = !0, $ = n & ia ? new Pu() : p;
|
|
3887
3887
|
for (f.set(t, r), f.set(r, t); ++w < T; ) {
|
|
3888
3888
|
var ae = t[w], Te = r[w];
|
|
3889
3889
|
if (o)
|
|
@@ -3891,7 +3891,7 @@ pn.exports;
|
|
|
3891
3891
|
if (se !== p) {
|
|
3892
3892
|
if (se)
|
|
3893
3893
|
continue;
|
|
3894
|
-
|
|
3894
|
+
X = !1;
|
|
3895
3895
|
break;
|
|
3896
3896
|
}
|
|
3897
3897
|
if ($) {
|
|
@@ -3899,15 +3899,15 @@ pn.exports;
|
|
|
3899
3899
|
if (!At($, ye) && (ae === Ie || l(ae, Ie, n, o, f)))
|
|
3900
3900
|
return $.push(ye);
|
|
3901
3901
|
})) {
|
|
3902
|
-
|
|
3902
|
+
X = !1;
|
|
3903
3903
|
break;
|
|
3904
3904
|
}
|
|
3905
3905
|
} else if (ae !== Te && !l(ae, Te, n, o, f)) {
|
|
3906
|
-
|
|
3906
|
+
X = !1;
|
|
3907
3907
|
break;
|
|
3908
3908
|
}
|
|
3909
3909
|
}
|
|
3910
|
-
return f.delete(t), f.delete(r),
|
|
3910
|
+
return f.delete(t), f.delete(r), X;
|
|
3911
3911
|
}
|
|
3912
3912
|
function Eh(t, r, n, o, l, f, b) {
|
|
3913
3913
|
switch (n) {
|
|
@@ -3953,9 +3953,9 @@ pn.exports;
|
|
|
3953
3953
|
if (!(b ? S in r : Le.call(r, S)))
|
|
3954
3954
|
return !1;
|
|
3955
3955
|
}
|
|
3956
|
-
var w = f.get(t),
|
|
3957
|
-
if (w &&
|
|
3958
|
-
return w == r &&
|
|
3956
|
+
var w = f.get(t), X = f.get(r);
|
|
3957
|
+
if (w && X)
|
|
3958
|
+
return w == r && X == t;
|
|
3959
3959
|
var $ = !0;
|
|
3960
3960
|
f.set(t, r), f.set(r, t);
|
|
3961
3961
|
for (var ae = b; ++k < I; ) {
|
|
@@ -4357,7 +4357,7 @@ pn.exports;
|
|
|
4357
4357
|
if (!o)
|
|
4358
4358
|
return -1;
|
|
4359
4359
|
var l = o;
|
|
4360
|
-
return n !== p && (l = De(n), l = l < 0 ? Ze(o + l, 0) : ot(l, o - 1)), r === r ? Xe(t, r, l) : de(t,
|
|
4360
|
+
return n !== p && (l = De(n), l = l < 0 ? Ze(o + l, 0) : ot(l, o - 1)), r === r ? Xe(t, r, l) : de(t, j, l, !0);
|
|
4361
4361
|
}
|
|
4362
4362
|
function zh(t, r) {
|
|
4363
4363
|
return t && t.length ? Co(t, De(r)) : p;
|
|
@@ -4615,8 +4615,8 @@ pn.exports;
|
|
|
4615
4615
|
}
|
|
4616
4616
|
function gc(t, r, n) {
|
|
4617
4617
|
function o(We) {
|
|
4618
|
-
var qt =
|
|
4619
|
-
return
|
|
4618
|
+
var qt = X, Ur = $;
|
|
4619
|
+
return X = $ = p, ye = We, Te = t.apply(Ur, qt);
|
|
4620
4620
|
}
|
|
4621
4621
|
function l(We) {
|
|
4622
4622
|
return ye = We, se = Hr(T, r), lt ? o(We) : Te;
|
|
@@ -4634,17 +4634,17 @@ pn.exports;
|
|
|
4634
4634
|
return b(We) ? I(We) : (se = Hr(T, f(We)), p);
|
|
4635
4635
|
}
|
|
4636
4636
|
function I(We) {
|
|
4637
|
-
return se = p, Iu &&
|
|
4637
|
+
return se = p, Iu && X ? o(We) : (X = $ = p, Te);
|
|
4638
4638
|
}
|
|
4639
4639
|
function k() {
|
|
4640
|
-
se !== p && Hc(se), ye = 0,
|
|
4640
|
+
se !== p && Hc(se), ye = 0, X = Ie = $ = se = p;
|
|
4641
4641
|
}
|
|
4642
4642
|
function S() {
|
|
4643
4643
|
return se === p ? Te : I(Xa());
|
|
4644
4644
|
}
|
|
4645
4645
|
function w() {
|
|
4646
4646
|
var We = Xa(), qt = b(We);
|
|
4647
|
-
if (
|
|
4647
|
+
if (X = arguments, $ = this, Ie = We, qt) {
|
|
4648
4648
|
if (se === p)
|
|
4649
4649
|
return l(Ie);
|
|
4650
4650
|
if (Ct)
|
|
@@ -4652,7 +4652,7 @@ pn.exports;
|
|
|
4652
4652
|
}
|
|
4653
4653
|
return se === p && (se = Hr(T, r)), Te;
|
|
4654
4654
|
}
|
|
4655
|
-
var
|
|
4655
|
+
var X, $, ae, Te, se, Ie, ye = 0, lt = !1, Ct = !1, Iu = !0;
|
|
4656
4656
|
if (typeof t != "function")
|
|
4657
4657
|
throw new Ut(Ot);
|
|
4658
4658
|
return r = Ht(r) || 0, Ue(n) && (lt = !!n.leading, Ct = "maxWait" in n, ae = Ct ? Ze(Ht(n.maxWait) || 0, r) : ae, Iu = "trailing" in n ? !!n.trailing : Iu), w.cancel = k, w.flush = S, w;
|
|
@@ -5081,9 +5081,9 @@ pn.exports;
|
|
|
5081
5081
|
function JA(t, r, n) {
|
|
5082
5082
|
var o = c.templateSettings;
|
|
5083
5083
|
n && gt(t, r, n) && (r = p), t = ve(t), r = Ka({}, r, o, Go);
|
|
5084
|
-
var l, f, b = Ka({}, r.imports, o.imports, Go), T = $e(b), I = tu(b, T), k = 0, S = r.interpolate || ha, w = "__p += '",
|
|
5084
|
+
var l, f, b = Ka({}, r.imports, o.imports, Go), T = $e(b), I = tu(b, T), k = 0, S = r.interpolate || ha, w = "__p += '", X = Si((r.escape || ha).source + "|" + S.source + "|" + (S === ks ? T2 : ha).source + "|" + (r.evaluate || ha).source + "|$", "g"), $ = "//# sourceURL=" + (Le.call(r, "sourceURL") ? (r.sourceURL + "").replace(/\s/g, " ") : "lodash.templateSources[" + ++K2 + "]") + `
|
|
5085
5085
|
`;
|
|
5086
|
-
t.replace(
|
|
5086
|
+
t.replace(X, function(se, Ie, ye, lt, Ct, Iu) {
|
|
5087
5087
|
return ye || (ye = lt), w += t.slice(k, Iu).replace(B2, ke), Ie && (l = !0, w += `' +
|
|
5088
5088
|
__e(` + Ie + `) +
|
|
5089
5089
|
'`), Ct && (f = !0, w += `';
|
|
@@ -5174,8 +5174,8 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
5174
5174
|
I = I.slice(0, w === p ? T : w);
|
|
5175
5175
|
}
|
|
5176
5176
|
} else if (t.indexOf(Bt(l), T) != T) {
|
|
5177
|
-
var
|
|
5178
|
-
|
|
5177
|
+
var X = I.lastIndexOf(l);
|
|
5178
|
+
X > -1 && (I = I.slice(0, X));
|
|
5179
5179
|
}
|
|
5180
5180
|
return I + o;
|
|
5181
5181
|
}
|
|
@@ -5635,14 +5635,14 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
5635
5635
|
l && (c.prototype[r] = function() {
|
|
5636
5636
|
var b = this.__wrapped__, T = o ? [1] : arguments, I = b instanceof Z, k = T[0], S = I || be(b), w = function(Ie) {
|
|
5637
5637
|
var ye = l.apply(c, U([Ie], T));
|
|
5638
|
-
return o &&
|
|
5638
|
+
return o && X ? ye[0] : ye;
|
|
5639
5639
|
};
|
|
5640
5640
|
S && n && typeof k == "function" && k.length != 1 && (I = S = !1);
|
|
5641
|
-
var
|
|
5641
|
+
var X = this.__chain__, $ = !!this.__actions__.length, ae = f && !X, Te = I && !$;
|
|
5642
5642
|
if (!f && S) {
|
|
5643
5643
|
b = Te ? b : new Z(this);
|
|
5644
5644
|
var se = t.apply(b, T);
|
|
5645
|
-
return se.__actions__.push({ func: Ra, args: [w], thisArg: p }), new ce(se,
|
|
5645
|
+
return se.__actions__.push({ func: Ra, args: [w], thisArg: p }), new ce(se, X);
|
|
5646
5646
|
}
|
|
5647
5647
|
return ae && Te ? t.apply(this, T) : (se = this.thru(w), ae ? o ? se.value()[0] : se.value() : se);
|
|
5648
5648
|
});
|
|
@@ -6243,7 +6243,7 @@ function as(e, u, a, s) {
|
|
|
6243
6243
|
rearg: e.rearg,
|
|
6244
6244
|
toInteger: e.toInteger,
|
|
6245
6245
|
toPath: e.toPath
|
|
6246
|
-
}, y = _.ary, W = _.assign, Q = _.clone, M = _.curry, q = _.forEach, de = _.isArray, he = _.isError, ge = _.isFunction,
|
|
6246
|
+
}, y = _.ary, W = _.assign, Q = _.clone, M = _.curry, q = _.forEach, de = _.isArray, he = _.isError, ge = _.isFunction, j = _.isWeakMap, Ae = _.keys, pe = _.rearg, oe = _.toInteger, ee = _.toPath, re = Ae(Je.aryMethod), Ve = {
|
|
6247
6247
|
castArray: function(te) {
|
|
6248
6248
|
return function() {
|
|
6249
6249
|
var Y = arguments[0];
|
|
@@ -6316,7 +6316,7 @@ function as(e, u, a, s) {
|
|
|
6316
6316
|
Y = ee(Y);
|
|
6317
6317
|
for (var G = -1, ue = Y.length, me = ue - 1, Ye = Q(Object(te)), at = Ye; at != null && ++G < ue; ) {
|
|
6318
6318
|
var Xe = Y[G], ze = at[Xe];
|
|
6319
|
-
ze != null && !(ge(ze) || he(ze) ||
|
|
6319
|
+
ze != null && !(ge(ze) || he(ze) || j(ze)) && (at[Xe] = Q(G == me ? ze : Object(ze))), at = at[Xe];
|
|
6320
6320
|
}
|
|
6321
6321
|
return Ye;
|
|
6322
6322
|
}
|
|
@@ -13677,7 +13677,7 @@ const ys = {
|
|
|
13677
13677
|
try {
|
|
13678
13678
|
V = Ee.above(g, {
|
|
13679
13679
|
at: v,
|
|
13680
|
-
match: (Q) =>
|
|
13680
|
+
match: (Q) => z.isWidgetElement(Q)
|
|
13681
13681
|
});
|
|
13682
13682
|
} catch (Q) {
|
|
13683
13683
|
}
|
|
@@ -13719,7 +13719,7 @@ const ys = {
|
|
|
13719
13719
|
displayMode: a ? "only-mobile" : "only-desktop"
|
|
13720
13720
|
}
|
|
13721
13721
|
), U = Gu.mjmlToBlockElement(P);
|
|
13722
|
-
return
|
|
13722
|
+
return z.isTextNode(U) ? null : /* @__PURE__ */ E.createElement(
|
|
13723
13723
|
$3,
|
|
13724
13724
|
J(D({}, e), {
|
|
13725
13725
|
element: u,
|
|
@@ -13791,7 +13791,7 @@ const eT = ({
|
|
|
13791
13791
|
x.current = 0;
|
|
13792
13792
|
let v = !1, V = !1;
|
|
13793
13793
|
const P = u, U = !!fe.getBlockByType(N.type).void;
|
|
13794
|
-
return
|
|
13794
|
+
return z.isWidgetElement(N) ? N.data.contentEditable && (v = !0, a["data-slate-widget"] = !0) : U && ((s.children.every((y) => z.isTextNode(y)) || s.children.length === 0 || z.isTextElement(s) || z.isTextListElement(s) || z.isButtonElement(s)) && (v = !0), N.children.length === 1 && z.isTextNode(N.children[0]) && N.children[0].text.trim() === "" && (V = !0)), /* @__PURE__ */ E.createElement(E.Fragment, null, /* @__PURE__ */ E.createElement(
|
|
13795
13795
|
O0,
|
|
13796
13796
|
{
|
|
13797
13797
|
attributes: a,
|
|
@@ -13833,14 +13833,14 @@ function O0({
|
|
|
13833
13833
|
},
|
|
13834
13834
|
!x && /* @__PURE__ */ E.createElement(E.Fragment, null, e.children.map((_, y) => {
|
|
13835
13835
|
var W;
|
|
13836
|
-
if (
|
|
13836
|
+
if (z.isElement(_) && ((W = _.attributes["css-class"]) == null ? void 0 : W.includes(
|
|
13837
13837
|
kg
|
|
13838
13838
|
))) {
|
|
13839
13839
|
const M = Array.isArray(a) ? a == null ? void 0 : a[d.current++] : a;
|
|
13840
13840
|
if (M)
|
|
13841
13841
|
return /* @__PURE__ */ E.createElement(E.Fragment, { key: y }, M, d.current);
|
|
13842
13842
|
}
|
|
13843
|
-
return
|
|
13843
|
+
return z.isTextNode(_) ? /* @__PURE__ */ E.createElement(Ds, { key: y, leaf: _, text: _, contentUneditable: !0 }, _.text) : /* @__PURE__ */ E.createElement(E.Fragment, { key: y }, /* @__PURE__ */ E.createElement(
|
|
13844
13844
|
O0,
|
|
13845
13845
|
{
|
|
13846
13846
|
isEmptyChildren: x,
|
|
@@ -13904,17 +13904,17 @@ const tT = (e, u) => {
|
|
|
13904
13904
|
let y = null;
|
|
13905
13905
|
try {
|
|
13906
13906
|
y = Qe.getWindow(U);
|
|
13907
|
-
} catch (
|
|
13907
|
+
} catch (j) {
|
|
13908
13908
|
}
|
|
13909
|
-
const W = Au((
|
|
13910
|
-
(
|
|
13911
|
-
if (!
|
|
13909
|
+
const W = Au((j) => /* @__PURE__ */ E.createElement(uT, D({}, j)), []), Q = Au((j) => /* @__PURE__ */ E.createElement(Ds, D({}, j)), []), M = Au(
|
|
13910
|
+
(j) => {
|
|
13911
|
+
if (!j.target)
|
|
13912
13912
|
return;
|
|
13913
|
-
const Ae =
|
|
13913
|
+
const Ae = j.type === "pointerdown", pe = v.current;
|
|
13914
13914
|
try {
|
|
13915
|
-
let oe = Qe.toSlateNode(U,
|
|
13915
|
+
let oe = Qe.toSlateNode(U, j.target), ee = Qe.findPath(U, oe);
|
|
13916
13916
|
if (_.current && Ae && !(V.current && (je.equals(ee, V.current) || je.isAncestor(V.current, ee)))) {
|
|
13917
|
-
|
|
13917
|
+
j.preventDefault();
|
|
13918
13918
|
return;
|
|
13919
13919
|
}
|
|
13920
13920
|
if (x.current && pe && !je.isAncestor(pe, ee) && !je.equals(ee, pe))
|
|
@@ -13922,43 +13922,43 @@ const tT = (e, u) => {
|
|
|
13922
13922
|
let re;
|
|
13923
13923
|
const Ve = !!Ee.above(U, {
|
|
13924
13924
|
at: ee,
|
|
13925
|
-
match: (Ce) =>
|
|
13925
|
+
match: (Ce) => z.isUnsetElement(Ce)
|
|
13926
13926
|
});
|
|
13927
|
-
if (
|
|
13927
|
+
if (z.isUniversalElement(oe) || z.isVoidBlockElement(oe) ? re = [oe, ee] : re = Ee.above(U, {
|
|
13928
13928
|
at: ee,
|
|
13929
|
-
match: (Ce) => x.current ?
|
|
13929
|
+
match: (Ce) => x.current ? z.isVoidBlockElement(Ce) : z.isUniversalElement(Ce) || z.isVoidBlockElement(Ce)
|
|
13930
13930
|
}), re) {
|
|
13931
13931
|
const Ce = Ee.above(U, {
|
|
13932
13932
|
at: re[1],
|
|
13933
13933
|
match(_e, ft) {
|
|
13934
|
-
return
|
|
13934
|
+
return z.isVoidBlockElement(_e);
|
|
13935
13935
|
}
|
|
13936
13936
|
});
|
|
13937
13937
|
oe = (Ce == null ? void 0 : Ce[0]) || re[0], ee = (Ce == null ? void 0 : Ce[1]) || re[1];
|
|
13938
13938
|
} else {
|
|
13939
13939
|
const [Ce] = Ee.nodes(U, {
|
|
13940
13940
|
at: ee,
|
|
13941
|
-
match: (_e, ft) => !(!je.equals(ft, ee) && !je.isAncestor(ft, ee) || !
|
|
13941
|
+
match: (_e, ft) => !(!je.equals(ft, ee) && !je.isAncestor(ft, ee) || !z.isBlockElement(_e) || z.isUnsetElement(_e) || z.isTextListItemElement(_e) || z.isColumnElement(_e) || z.isGroupElement(_e)),
|
|
13942
13942
|
mode: "lowest"
|
|
13943
13943
|
});
|
|
13944
13944
|
if (!Ce)
|
|
13945
13945
|
return;
|
|
13946
13946
|
oe = Ce[0], ee = Ce[1];
|
|
13947
13947
|
}
|
|
13948
|
-
if (
|
|
13948
|
+
if (z.isContentElement(oe)) {
|
|
13949
13949
|
if ((fe.getBlockByType(oe.type).void || re || Ve) && Ae) {
|
|
13950
13950
|
let _e = null;
|
|
13951
|
-
ol(
|
|
13951
|
+
ol(j.target) && (j.target.getAttribute("data-slate-node") === "text" || j.target.getAttribute("data-slate-string") === "true" ? _e = j.target : _e = j.target.querySelector(
|
|
13952
13952
|
"[data-slate-node=text], [data-slate-string=true]"
|
|
13953
|
-
)), _e || (
|
|
13953
|
+
)), _e || (j.preventDefault(), Be.deselect(U), setTimeout(() => {
|
|
13954
13954
|
Be.deselect(U);
|
|
13955
13955
|
}, 0));
|
|
13956
13956
|
}
|
|
13957
13957
|
} else if (Ae) {
|
|
13958
13958
|
let Ce = null;
|
|
13959
|
-
ol(
|
|
13959
|
+
ol(j.target) && (j.target.getAttribute("data-slate-node") === "text" || j.target.getAttribute("data-slate-string") === "true" ? Ce = j.target : Ce = j.target.querySelector(
|
|
13960
13960
|
"[data-slate-node=text], [data-slate-string=true]"
|
|
13961
|
-
)), Ce ||
|
|
13961
|
+
)), Ce || j.preventDefault();
|
|
13962
13962
|
}
|
|
13963
13963
|
return ee;
|
|
13964
13964
|
} catch (oe) {
|
|
@@ -13974,11 +13974,11 @@ const tT = (e, u) => {
|
|
|
13974
13974
|
]
|
|
13975
13975
|
);
|
|
13976
13976
|
St(() => {
|
|
13977
|
-
const
|
|
13977
|
+
const j = Sg(() => {
|
|
13978
13978
|
u(null);
|
|
13979
13979
|
});
|
|
13980
|
-
return window.addEventListener("mouseout",
|
|
13981
|
-
window.removeEventListener("mouseout",
|
|
13980
|
+
return window.addEventListener("mouseout", j), () => {
|
|
13981
|
+
window.removeEventListener("mouseout", j);
|
|
13982
13982
|
};
|
|
13983
13983
|
}, [u]);
|
|
13984
13984
|
const q = U.getSelectedBlockElement();
|
|
@@ -13986,46 +13986,46 @@ const tT = (e, u) => {
|
|
|
13986
13986
|
var oe, ee, re;
|
|
13987
13987
|
if (!y || !((oe = U.selection) != null && oe.anchor.path))
|
|
13988
13988
|
return;
|
|
13989
|
-
const
|
|
13989
|
+
const j = Ee.above(U, {
|
|
13990
13990
|
at: (ee = U.selection) == null ? void 0 : ee.anchor.path
|
|
13991
|
-
}), Ae =
|
|
13991
|
+
}), Ae = j == null ? void 0 : j[0], pe = (re = Ee.next(U)) == null ? void 0 : re[1];
|
|
13992
13992
|
if (Ae && Ae.type === ne.LINE_BREAK && pe) {
|
|
13993
13993
|
const Ve = Ee.start(U, pe);
|
|
13994
13994
|
Be.select(U, Ve);
|
|
13995
13995
|
}
|
|
13996
13996
|
}, [y, U, q]);
|
|
13997
13997
|
const de = Au(
|
|
13998
|
-
(
|
|
13998
|
+
(j) => {
|
|
13999
13999
|
if (P.readOnly)
|
|
14000
14000
|
return;
|
|
14001
|
-
const Ae = M(
|
|
14001
|
+
const Ae = M(j);
|
|
14002
14002
|
Ae && a(Ae);
|
|
14003
14003
|
},
|
|
14004
14004
|
[P.readOnly, M, a]
|
|
14005
14005
|
), he = Au(
|
|
14006
|
-
(
|
|
14006
|
+
(j) => {
|
|
14007
14007
|
if (P.readOnly)
|
|
14008
14008
|
return;
|
|
14009
|
-
const Ae = M(
|
|
14009
|
+
const Ae = M(j);
|
|
14010
14010
|
Ae && u(Ae);
|
|
14011
14011
|
},
|
|
14012
14012
|
[P.readOnly, M, u]
|
|
14013
14013
|
), ge = Au(
|
|
14014
|
-
(
|
|
14015
|
-
if (
|
|
14016
|
-
if (
|
|
14014
|
+
(j) => {
|
|
14015
|
+
if (j.detail >= 3) {
|
|
14016
|
+
if (j.preventDefault(), j.stopPropagation(), y && es(j.target) && j.target !== y.document.documentElement)
|
|
14017
14017
|
try {
|
|
14018
|
-
let pe = Qe.toSlateNode(U,
|
|
14019
|
-
if (!
|
|
14018
|
+
let pe = Qe.toSlateNode(U, j.target);
|
|
14019
|
+
if (!z.isBlockElement(pe)) {
|
|
14020
14020
|
const oe = Qe.findPath(U, pe);
|
|
14021
14021
|
let ee = Ee.parent(U, oe);
|
|
14022
14022
|
for (; ee; )
|
|
14023
|
-
|
|
14023
|
+
z.isBlockElement(ee[0]) ? (pe = ee[0], ee = void 0) : ee = Ee.parent(
|
|
14024
14024
|
U,
|
|
14025
14025
|
ee[1]
|
|
14026
14026
|
);
|
|
14027
14027
|
}
|
|
14028
|
-
if (
|
|
14028
|
+
if (z.isTextElement(pe) || z.isButtonElement(pe)) {
|
|
14029
14029
|
const oe = Qe.findPath(U, pe), ee = Ee.range(U, oe);
|
|
14030
14030
|
Be.select(U, ee);
|
|
14031
14031
|
}
|
|
@@ -14034,17 +14034,17 @@ const tT = (e, u) => {
|
|
|
14034
14034
|
}
|
|
14035
14035
|
return;
|
|
14036
14036
|
}
|
|
14037
|
-
if (
|
|
14037
|
+
if (j.preventDefault(), y && es(j.target) && j.target !== y.document.documentElement)
|
|
14038
14038
|
try {
|
|
14039
|
-
const pe = Qe.toSlateNode(U,
|
|
14040
|
-
if (
|
|
14041
|
-
|
|
14039
|
+
const pe = Qe.toSlateNode(U, j.target), oe = Qe.findPath(U, pe);
|
|
14040
|
+
if (z.isMergetagElement(pe))
|
|
14041
|
+
j.stopPropagation(), Be.select(U, oe);
|
|
14042
14042
|
else {
|
|
14043
14043
|
const ee = U.findSelfOrAncestorNode({
|
|
14044
14044
|
path: oe,
|
|
14045
|
-
match:
|
|
14045
|
+
match: z.isBlockElement
|
|
14046
14046
|
}), re = ee == null ? void 0 : ee[0];
|
|
14047
|
-
if (re && !
|
|
14047
|
+
if (re && !z.isTextElement(re) && !z.isButtonElement(re) && !z.isVoidBlockElement(re)) {
|
|
14048
14048
|
const Ce = Qe.findDocumentOrShadowRoot(
|
|
14049
14049
|
U
|
|
14050
14050
|
).getSelection();
|
|
@@ -14052,9 +14052,9 @@ const tT = (e, u) => {
|
|
|
14052
14052
|
} else {
|
|
14053
14053
|
const Ve = Ee.above(U, {
|
|
14054
14054
|
at: oe,
|
|
14055
|
-
match:
|
|
14055
|
+
match: z.isMergetagElement
|
|
14056
14056
|
});
|
|
14057
|
-
Ve && (
|
|
14057
|
+
Ve && (j.stopPropagation(), Be.select(U, Ve[1]));
|
|
14058
14058
|
}
|
|
14059
14059
|
}
|
|
14060
14060
|
} catch (pe) {
|