easy-email-pro-editor 1.32.0 → 1.33.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +654 -643
- package/lib/typings/typings/index.d.ts +1 -0
- 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 pg, useSelected as bg, useSlateStatic as Tg, Editable as Dg } from "slate-react";
|
|
26
26
|
import { Editor as Ae, Node as Rt, Transforms as Be, Path as je, Text as $r, Range as rl } from "slate";
|
|
27
27
|
import { cloneDeep as Yr, get as It, sum as Cg, isEqual as En, set as _g, escapeRegExp as Nl, some as Ng, find as Ig, reduce as ps, isEmpty as yg, map as Bg, uniqueId as Il, merge as xg, memoize as yl, omitBy as Rg, isNil as Bl, camelCase as Ru, isString as ea, identity as vg, min as Lg, each as Sg, omit as bs, debounce as Og } from "lodash";
|
|
28
|
-
import { BlockManager as Ee, NodeUtils as
|
|
28
|
+
import { BlockManager as Ee, NodeUtils as Q, ElementCategory as Ar, ElementType as ae, StandardType as hr, mergeBlock as Dn, EditorCore as Gu, EditorAuth as Ts, t as xl, PluginManager as Ji, ElementAllowAttributes as ut, PageTestingCss as kg, SLATE_NODE_PLACEHOLDER_CLASSNAME as Fg, I18nManager as Pg } from "easy-email-pro-core";
|
|
29
29
|
import { createPortal as Rl } from "react-dom";
|
|
30
30
|
let $i = !1, al;
|
|
31
31
|
const wg = () => {
|
|
@@ -41,20 +41,20 @@ const wg = () => {
|
|
|
41
41
|
isVoid: N,
|
|
42
42
|
apply: R,
|
|
43
43
|
isInline: v,
|
|
44
|
-
insertText:
|
|
44
|
+
insertText: V,
|
|
45
45
|
isElementReadOnly: P,
|
|
46
|
-
isSelectable:
|
|
46
|
+
isSelectable: W
|
|
47
47
|
} = e;
|
|
48
48
|
return e.isInline = (C) => {
|
|
49
49
|
const B = Ee.getBlockByType(C.type);
|
|
50
|
-
return B ?
|
|
51
|
-
}, e.isElementReadOnly = (C) => Ee.getBlockByType(C.type) &&
|
|
50
|
+
return B ? Q.isHTMLNodeElement(C) && ["img"].includes(C.data.tagName) ? !0 : !!B.inlineElement : v(C);
|
|
51
|
+
}, e.isElementReadOnly = (C) => Ee.getBlockByType(C.type) && Q.isHTMLNodeElement(C) && ["img"].includes(C.data.tagName) ? !0 : P(C), e.isSelectable = (C) => Ee.getBlockByType(C.type) && Q.isHTMLNodeElement(C) && ["img"].includes(C.data.tagName) ? !1 : W(C), e.isVoid = (C) => {
|
|
52
52
|
const B = Ee.getBlockByType(C.type), w = [Ar.IMAGE].some(
|
|
53
|
-
(
|
|
54
|
-
),
|
|
53
|
+
(M) => B.category.includes(M)
|
|
54
|
+
), z = [
|
|
55
55
|
ae.LINE_BREAK
|
|
56
56
|
].includes(C.type);
|
|
57
|
-
return w ||
|
|
57
|
+
return w || z ? !0 : N(C);
|
|
58
58
|
}, e.getSelectionRect = () => {
|
|
59
59
|
const C = Qe.getWindow(e).getSelection();
|
|
60
60
|
if (!C)
|
|
@@ -68,7 +68,7 @@ const wg = () => {
|
|
|
68
68
|
var B;
|
|
69
69
|
const [C] = Ae.nodes(e, {
|
|
70
70
|
at: (B = e.selection) == null ? void 0 : B.anchor.path,
|
|
71
|
-
match:
|
|
71
|
+
match: Q.isBlockElement,
|
|
72
72
|
mode: "lowest"
|
|
73
73
|
});
|
|
74
74
|
return C;
|
|
@@ -76,12 +76,12 @@ const wg = () => {
|
|
|
76
76
|
var B;
|
|
77
77
|
const [C] = Ae.nodes(e, {
|
|
78
78
|
at: (B = e.selection) == null ? void 0 : B.anchor.path,
|
|
79
|
-
match:
|
|
79
|
+
match: Q.isContentElement,
|
|
80
80
|
mode: "lowest"
|
|
81
81
|
});
|
|
82
82
|
return C;
|
|
83
83
|
}, e.insertText = (C) => {
|
|
84
|
-
|
|
84
|
+
V(C);
|
|
85
85
|
}, e.deleteBackward = (C) => {
|
|
86
86
|
a(C);
|
|
87
87
|
}, e.deleteForward = (C) => {
|
|
@@ -90,15 +90,15 @@ const wg = () => {
|
|
|
90
90
|
let B = null;
|
|
91
91
|
if (C != null && C.path && (B = Rt.get(e, C.path)), !B) {
|
|
92
92
|
const w = Ae.above(e, {
|
|
93
|
-
match(
|
|
94
|
-
return
|
|
93
|
+
match(z, M) {
|
|
94
|
+
return Q.isElement(z);
|
|
95
95
|
},
|
|
96
96
|
mode: "lowest",
|
|
97
97
|
at: C == null ? void 0 : C.path
|
|
98
98
|
});
|
|
99
99
|
B = w == null ? void 0 : w[0];
|
|
100
100
|
}
|
|
101
|
-
if (B &&
|
|
101
|
+
if (B && Q.isContentElement(B) && (Be.insertNodes(
|
|
102
102
|
e,
|
|
103
103
|
{
|
|
104
104
|
type: hr.STANDARD_PARAGRAPH,
|
|
@@ -114,27 +114,27 @@ const wg = () => {
|
|
|
114
114
|
}
|
|
115
115
|
}, e.insertNewRow = (C) => {
|
|
116
116
|
const B = Ae.above(e, {
|
|
117
|
-
match(
|
|
118
|
-
return
|
|
117
|
+
match(M, q) {
|
|
118
|
+
return Q.isSectionElement(M);
|
|
119
119
|
},
|
|
120
120
|
mode: "lowest",
|
|
121
121
|
at: C == null ? void 0 : C.path
|
|
122
122
|
});
|
|
123
123
|
if (!(B == null ? void 0 : B[0]))
|
|
124
124
|
return;
|
|
125
|
-
let
|
|
126
|
-
if (!
|
|
127
|
-
const
|
|
128
|
-
match(
|
|
129
|
-
return
|
|
125
|
+
let z = B == null ? void 0 : B[1];
|
|
126
|
+
if (!z) {
|
|
127
|
+
const M = Ae.above(e, {
|
|
128
|
+
match(q) {
|
|
129
|
+
return Q.isBlockElement(q) && Q.isSectionElement(q);
|
|
130
130
|
}
|
|
131
131
|
});
|
|
132
|
-
|
|
132
|
+
M && (z = M[1]);
|
|
133
133
|
}
|
|
134
|
-
if (
|
|
135
|
-
|
|
134
|
+
if (z) {
|
|
135
|
+
z = je.next(z), R({
|
|
136
136
|
type: "insert_node",
|
|
137
|
-
path:
|
|
137
|
+
path: z,
|
|
138
138
|
node: {
|
|
139
139
|
type: hr.STANDARD_SECTION,
|
|
140
140
|
attributes: {},
|
|
@@ -156,21 +156,21 @@ const wg = () => {
|
|
|
156
156
|
]
|
|
157
157
|
}
|
|
158
158
|
});
|
|
159
|
-
const
|
|
159
|
+
const M = Ae.end(e, z);
|
|
160
160
|
setTimeout(() => {
|
|
161
|
-
Be.select(e,
|
|
161
|
+
Be.select(e, M);
|
|
162
162
|
}, 200);
|
|
163
163
|
}
|
|
164
164
|
}, e.insertBreak = () => {
|
|
165
165
|
const C = Ae.above(e, {
|
|
166
166
|
match(B, w) {
|
|
167
|
-
return
|
|
167
|
+
return Q.isBlockElement(B);
|
|
168
168
|
},
|
|
169
169
|
mode: "lowest"
|
|
170
170
|
});
|
|
171
|
-
if (u.newLineWithBr && C &&
|
|
172
|
-
match(w,
|
|
173
|
-
return
|
|
171
|
+
if (u.newLineWithBr && C && Q.isTextElement(C[0]) && !Ae.above(e, {
|
|
172
|
+
match(w, z) {
|
|
173
|
+
return Q.isHTMLBlockNodeElement(w);
|
|
174
174
|
},
|
|
175
175
|
mode: "lowest"
|
|
176
176
|
})) {
|
|
@@ -185,7 +185,7 @@ const wg = () => {
|
|
|
185
185
|
attributes: {}
|
|
186
186
|
},
|
|
187
187
|
{
|
|
188
|
-
match: (w) => !
|
|
188
|
+
match: (w) => !Q.isBlockElement(w) && !Q.isHTMLBlockNodeElement(w)
|
|
189
189
|
}
|
|
190
190
|
), d();
|
|
191
191
|
return;
|
|
@@ -194,45 +194,45 @@ const wg = () => {
|
|
|
194
194
|
}, e.splitColumns = (C) => {
|
|
195
195
|
const [B] = Ae.nodes(e, {
|
|
196
196
|
at: C.path,
|
|
197
|
-
match:
|
|
197
|
+
match: Q.isColumnElement
|
|
198
198
|
}), w = B[0];
|
|
199
|
-
if (!
|
|
199
|
+
if (!Q.isElement(w))
|
|
200
200
|
return;
|
|
201
|
-
const
|
|
202
|
-
(
|
|
201
|
+
const M = Ae.parent(e, B[1])[0].children.filter(
|
|
202
|
+
($) => Q.isElement($) && $.type !== "raw"
|
|
203
203
|
);
|
|
204
|
-
if (
|
|
205
|
-
const
|
|
204
|
+
if (M.length >= 2) {
|
|
205
|
+
const $ = Ae.end(
|
|
206
206
|
e,
|
|
207
|
-
Qe.findPath(e,
|
|
207
|
+
Qe.findPath(e, M[M.length - 1])
|
|
208
208
|
);
|
|
209
209
|
Be.setSelection(e, {
|
|
210
|
-
anchor:
|
|
211
|
-
focus:
|
|
210
|
+
anchor: $,
|
|
211
|
+
focus: $
|
|
212
212
|
});
|
|
213
213
|
return;
|
|
214
214
|
}
|
|
215
|
-
const
|
|
215
|
+
const q = Ae.end(e, C.path);
|
|
216
216
|
Be.setSelection(e, {
|
|
217
|
-
anchor:
|
|
218
|
-
focus:
|
|
217
|
+
anchor: q,
|
|
218
|
+
focus: q
|
|
219
219
|
}), Be.splitNodes(e, {
|
|
220
220
|
at: Ae.end(e, C.path),
|
|
221
|
-
match:
|
|
221
|
+
match: Q.isSectionElement
|
|
222
222
|
});
|
|
223
|
-
const
|
|
224
|
-
|
|
225
|
-
at: Ae.end(e,
|
|
226
|
-
match:
|
|
223
|
+
const me = Ae.before(e, C.path);
|
|
224
|
+
me && Be.splitNodes(e, {
|
|
225
|
+
at: Ae.end(e, me),
|
|
226
|
+
match: Q.isSectionElement
|
|
227
227
|
});
|
|
228
|
-
const ne = `${
|
|
228
|
+
const ne = `${M.length / 2 * 100}%`;
|
|
229
229
|
Be.setNodes(
|
|
230
230
|
e,
|
|
231
231
|
{
|
|
232
232
|
attributes: J(D({}, w.attributes), { width: ne })
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
|
-
match:
|
|
235
|
+
match: Q.isColumnElement
|
|
236
236
|
}
|
|
237
237
|
), Be.insertNodes(
|
|
238
238
|
e,
|
|
@@ -249,7 +249,7 @@ const wg = () => {
|
|
|
249
249
|
]
|
|
250
250
|
},
|
|
251
251
|
{
|
|
252
|
-
match:
|
|
252
|
+
match: Q.isColumnElement
|
|
253
253
|
}
|
|
254
254
|
);
|
|
255
255
|
}, e.moveNode = (C) => {
|
|
@@ -265,57 +265,68 @@ const wg = () => {
|
|
|
265
265
|
targetCategoryType: B,
|
|
266
266
|
insertElement: w
|
|
267
267
|
}) => {
|
|
268
|
-
let
|
|
269
|
-
for (; Rt.get(e,
|
|
270
|
-
|
|
271
|
-
const
|
|
272
|
-
if (
|
|
273
|
-
children:
|
|
274
|
-
}), Ee.getBlockByType(
|
|
268
|
+
let z = C, M = null;
|
|
269
|
+
for (; Rt.get(e, z); ) {
|
|
270
|
+
z = je.parent(z);
|
|
271
|
+
const te = Rt.get(e, z);
|
|
272
|
+
if (M = J(D({}, te), {
|
|
273
|
+
children: M ? [M] : []
|
|
274
|
+
}), Ee.getBlockByType(te.type).category === B)
|
|
275
275
|
break;
|
|
276
276
|
}
|
|
277
|
-
if (!
|
|
277
|
+
if (!M)
|
|
278
278
|
return;
|
|
279
|
-
const
|
|
280
|
-
let ne = Yr(
|
|
281
|
-
const
|
|
282
|
-
for (let
|
|
283
|
-
const se = X.children[
|
|
284
|
-
|
|
285
|
-
}
|
|
286
|
-
const ie =
|
|
279
|
+
const q = C[C.length - 1], me = Yr(M);
|
|
280
|
+
let ne = Yr(M);
|
|
281
|
+
const $ = Yr(M), X = Rt.get(e, je.parent(C)), ge = C.length - z.length, he = new Array(ge).fill(!0).map(() => "children").join("[0].");
|
|
282
|
+
for (let te = 0; te < X.children.length; te++) {
|
|
283
|
+
const se = X.children[te];
|
|
284
|
+
te < q ? It(me, he).push(se) : te === q ? w ? ne = w : It(ne, he).push(se) : It($, he).push(se);
|
|
285
|
+
}
|
|
286
|
+
const ie = q === 0 ? [ne, $] : [me, ne, $];
|
|
287
287
|
e.withoutNormalizing(() => {
|
|
288
|
-
e.delete({ at:
|
|
289
|
-
at:
|
|
288
|
+
e.delete({ at: z }), e.insertNodes(ie, {
|
|
289
|
+
at: z
|
|
290
290
|
});
|
|
291
291
|
});
|
|
292
292
|
}, e.insertData = (C) => {
|
|
293
293
|
Ae.withoutNormalizing(e, () => {
|
|
294
294
|
const B = C.getData("application/x-slate-fragment"), w = Ae.above(e, {
|
|
295
|
-
match:
|
|
295
|
+
match: Q.isVoidBlockElement
|
|
296
296
|
});
|
|
297
|
-
if (
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
297
|
+
if (Ae.above(e, {
|
|
298
|
+
match(M, q) {
|
|
299
|
+
return Q.isTextElement(M);
|
|
300
|
+
}
|
|
301
|
+
}))
|
|
302
|
+
if (B && !w) {
|
|
303
|
+
const M = decodeURIComponent(window.atob(B)), q = JSON.parse(M), ne = [...Rt.nodes(q[0])].map(($) => $[0]).filter(
|
|
304
|
+
($) => Q.isTextNode($) || Q.isHTMLBlockNodeElement($) || Q.isHTMLNodeElement($)
|
|
305
|
+
);
|
|
306
|
+
e.insertFragment(ne);
|
|
307
|
+
} else {
|
|
308
|
+
const M = C.getData("text").split(`
|
|
309
|
+
`), q = [];
|
|
310
|
+
M.forEach((me, ne) => {
|
|
311
|
+
q.push({ text: me }), ne !== M.length - 1 && q.push({
|
|
312
|
+
type: ae.LINE_BREAK,
|
|
313
|
+
data: {},
|
|
314
|
+
attributes: {},
|
|
315
|
+
children: [{ text: "" }]
|
|
316
|
+
});
|
|
317
|
+
}), Be.insertNodes(e, q, {
|
|
318
|
+
match: $r.isText
|
|
309
319
|
});
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
|
|
320
|
+
}
|
|
321
|
+
else {
|
|
322
|
+
const M = C.getData("text").replace(/\n/g, "");
|
|
323
|
+
e.insertText(M);
|
|
313
324
|
}
|
|
314
325
|
});
|
|
315
326
|
}, e.insertMergetag = (C) => {
|
|
316
327
|
Ae.withoutNormalizing(e, () => {
|
|
317
328
|
const [B] = Ae.nodes(e, {
|
|
318
|
-
match: (w) =>
|
|
329
|
+
match: (w) => Q.isInlineElement(w) && w.type === ae.MERGETAG,
|
|
319
330
|
mode: "all"
|
|
320
331
|
});
|
|
321
332
|
B || Be.insertNodes(
|
|
@@ -336,31 +347,31 @@ const wg = () => {
|
|
|
336
347
|
});
|
|
337
348
|
}, e.normalizeNode = (C) => {
|
|
338
349
|
const [B, w] = C;
|
|
339
|
-
if (!
|
|
350
|
+
if (!Q.isElement(B)) {
|
|
340
351
|
g(C);
|
|
341
352
|
return;
|
|
342
353
|
}
|
|
343
|
-
const
|
|
344
|
-
if (
|
|
354
|
+
const z = Ee.getBlockByType(B.type);
|
|
355
|
+
if (z.void) {
|
|
345
356
|
g(C);
|
|
346
357
|
return;
|
|
347
358
|
}
|
|
348
359
|
if (B.children.find(
|
|
349
|
-
(ne) =>
|
|
360
|
+
(ne) => Q.isLineBreakElement(ne)
|
|
350
361
|
)) {
|
|
351
362
|
e.withoutNormalizing(() => {
|
|
352
363
|
const ne = [];
|
|
353
|
-
let
|
|
364
|
+
let $ = [];
|
|
354
365
|
B.children.forEach((X) => {
|
|
355
|
-
|
|
366
|
+
Q.isLineBreakElement(X) ? $.length > 0 && (ne.push({
|
|
356
367
|
type: ae.HTML_BLOCK_NODE,
|
|
357
|
-
children:
|
|
368
|
+
children: $,
|
|
358
369
|
attributes: {},
|
|
359
370
|
data: { tagName: "div" }
|
|
360
|
-
}),
|
|
361
|
-
}),
|
|
371
|
+
}), $ = []) : $.push(X);
|
|
372
|
+
}), $.length > 0 && ne.push({
|
|
362
373
|
type: ae.HTML_BLOCK_NODE,
|
|
363
|
-
children:
|
|
374
|
+
children: $,
|
|
364
375
|
attributes: {},
|
|
365
376
|
data: { tagName: "div" }
|
|
366
377
|
}), e.replaceNode({
|
|
@@ -375,18 +386,18 @@ const wg = () => {
|
|
|
375
386
|
if (B.children.length === 0) {
|
|
376
387
|
const ne = Ee.getBlockByType(
|
|
377
388
|
ae.STANDARD_SECTION
|
|
378
|
-
),
|
|
389
|
+
), $ = Ee.getBlockByType(
|
|
379
390
|
ae.STANDARD_COLUMN
|
|
380
391
|
);
|
|
381
|
-
|
|
392
|
+
z.category === Ar.PAGE ? Be.insertNodes(
|
|
382
393
|
e,
|
|
383
394
|
ne.create({
|
|
384
|
-
children: [
|
|
395
|
+
children: [$.create({})]
|
|
385
396
|
}),
|
|
386
397
|
{
|
|
387
398
|
at: [0, 0]
|
|
388
399
|
}
|
|
389
|
-
) :
|
|
400
|
+
) : Q.isContentElement(B) ? Be.insertNodes(
|
|
390
401
|
e,
|
|
391
402
|
{ text: "" },
|
|
392
403
|
{
|
|
@@ -399,30 +410,30 @@ const wg = () => {
|
|
|
399
410
|
Be.removeNodes(e, { at: w });
|
|
400
411
|
return;
|
|
401
412
|
}
|
|
402
|
-
const
|
|
403
|
-
if ((
|
|
404
|
-
const
|
|
405
|
-
(
|
|
413
|
+
const q = z.category.includes(Ar.SECTION), me = z.category.includes(Ar.GROUP);
|
|
414
|
+
if ((q || me) && !(B.children.length === 1)) {
|
|
415
|
+
const $ = B.children.filter(
|
|
416
|
+
(ge) => !ge.attributes.width
|
|
406
417
|
), X = B.children.filter(
|
|
407
|
-
(
|
|
418
|
+
(ge) => ge.attributes.width
|
|
408
419
|
);
|
|
409
|
-
if (
|
|
410
|
-
(
|
|
420
|
+
if ($.length > 0 && X.every(
|
|
421
|
+
(ge) => {
|
|
411
422
|
var he;
|
|
412
|
-
return (he =
|
|
423
|
+
return (he = ge.attributes.width) == null ? void 0 : he.includes("%");
|
|
413
424
|
}
|
|
414
425
|
)) {
|
|
415
|
-
const
|
|
426
|
+
const ge = (100 - Cg(
|
|
416
427
|
X.map(
|
|
417
428
|
(he) => parseFloat(he.attributes.width)
|
|
418
429
|
)
|
|
419
|
-
)) /
|
|
430
|
+
)) / $.length;
|
|
420
431
|
B.children.forEach((he, ie) => {
|
|
421
|
-
|
|
432
|
+
Q.isColumnElement(he) && !he.attributes.width && Be.setNodes(
|
|
422
433
|
e,
|
|
423
434
|
{
|
|
424
435
|
attributes: {
|
|
425
|
-
width:
|
|
436
|
+
width: ge + "%"
|
|
426
437
|
}
|
|
427
438
|
},
|
|
428
439
|
{
|
|
@@ -432,13 +443,13 @@ const wg = () => {
|
|
|
432
443
|
});
|
|
433
444
|
}
|
|
434
445
|
}
|
|
435
|
-
if (
|
|
446
|
+
if (Q.isElement(B) && B.children.length === 0) {
|
|
436
447
|
Be.removeNodes(e, { at: w });
|
|
437
448
|
return;
|
|
438
449
|
}
|
|
439
|
-
if (
|
|
450
|
+
if (Q.isColumnElement(B) && B.children.length > 1) {
|
|
440
451
|
const ne = B.children.findIndex(
|
|
441
|
-
(
|
|
452
|
+
($) => Q.isPlaceholderElement($)
|
|
442
453
|
);
|
|
443
454
|
if (ne != -1) {
|
|
444
455
|
e.withoutNormalizing(() => {
|
|
@@ -462,11 +473,11 @@ const wg = () => {
|
|
|
462
473
|
path: B,
|
|
463
474
|
node: w
|
|
464
475
|
});
|
|
465
|
-
const
|
|
476
|
+
const z = Ae.end(e, B);
|
|
466
477
|
Ae.above(e, {
|
|
467
|
-
at:
|
|
468
|
-
match:
|
|
469
|
-
}) ? Be.deselect(e) : Be.setSelection(e, { anchor:
|
|
478
|
+
at: z,
|
|
479
|
+
match: Q.isUnsetElement
|
|
480
|
+
}) ? Be.deselect(e) : Be.setSelection(e, { anchor: z, focus: z });
|
|
470
481
|
});
|
|
471
482
|
}, e.removeNode = (C) => {
|
|
472
483
|
const B = C.path;
|
|
@@ -478,7 +489,7 @@ const wg = () => {
|
|
|
478
489
|
}, e.findSelfOrAncestorNodeByCategory = (C) => {
|
|
479
490
|
try {
|
|
480
491
|
const [B] = Ae.nodes(e, {
|
|
481
|
-
match:
|
|
492
|
+
match: Q.isElement,
|
|
482
493
|
at: C.path,
|
|
483
494
|
mode: "lowest"
|
|
484
495
|
});
|
|
@@ -490,11 +501,11 @@ const wg = () => {
|
|
|
490
501
|
if (Ee.getBlockByType(w.type).category === C.category)
|
|
491
502
|
return [w, Qe.findPath(e, w)];
|
|
492
503
|
{
|
|
493
|
-
const
|
|
504
|
+
const M = Ae.above(e, {
|
|
494
505
|
at: Qe.findPath(e, w),
|
|
495
|
-
match: (
|
|
506
|
+
match: (q) => Q.isElement(q) ? Ee.getBlockByType(q.type).category === C.category : !1
|
|
496
507
|
});
|
|
497
|
-
return
|
|
508
|
+
return M ? [M[0], M[1]] : null;
|
|
498
509
|
}
|
|
499
510
|
} catch (B) {
|
|
500
511
|
return null;
|
|
@@ -509,7 +520,7 @@ const wg = () => {
|
|
|
509
520
|
{
|
|
510
521
|
const w = Ae.above(e, {
|
|
511
522
|
at: Qe.findPath(e, B),
|
|
512
|
-
match: (
|
|
523
|
+
match: (z) => Q.isElement(z) ? z.type === C.type : !1
|
|
513
524
|
});
|
|
514
525
|
return w ? [w[0], w[1]] : null;
|
|
515
526
|
}
|
|
@@ -526,7 +537,7 @@ const wg = () => {
|
|
|
526
537
|
{
|
|
527
538
|
const w = Ae.above(e, {
|
|
528
539
|
at: Qe.findPath(e, B),
|
|
529
|
-
match: (
|
|
540
|
+
match: (z, M) => C.match(z, M)
|
|
530
541
|
});
|
|
531
542
|
return w ? [w[0], w[1]] : null;
|
|
532
543
|
}
|
|
@@ -534,17 +545,17 @@ const wg = () => {
|
|
|
534
545
|
return null;
|
|
535
546
|
}
|
|
536
547
|
}, e.writeHistory = (C, B) => {
|
|
537
|
-
var w,
|
|
548
|
+
var w, z, M, q, me, ne, $, X, ge, he, ie, te, se, Ve;
|
|
538
549
|
if (C === "undos") {
|
|
539
550
|
const Ce = $i;
|
|
540
551
|
if (((w = B == null ? void 0 : B.operations) == null ? void 0 : w[0].type) === "set_node" && ($i = !0, wg()), Ce) {
|
|
541
|
-
const _e = e.history[C].slice(-1)[0], ft = (
|
|
542
|
-
if (((
|
|
543
|
-
const He = (
|
|
552
|
+
const _e = e.history[C].slice(-1)[0], ft = (M = (z = _e == null ? void 0 : _e.operations) == null ? void 0 : z[0]) == null ? void 0 : M.path;
|
|
553
|
+
if (((q = B == null ? void 0 : B.operations) == null ? void 0 : q[0].type) === "set_node" && ((me = _e == null ? void 0 : _e.operations) == null ? void 0 : me[0].type) === "set_node" && (B == null ? void 0 : B.operations.length) === 1) {
|
|
554
|
+
const He = ($ = (ne = B == null ? void 0 : B.operations) == null ? void 0 : ne[0]) == null ? void 0 : $.path;
|
|
544
555
|
je.equals(ft, He) && e.history[C].pop();
|
|
545
|
-
const tu = (
|
|
556
|
+
const tu = (ge = (X = _e == null ? void 0 : _e.operations) == null ? void 0 : X[0]) == null ? void 0 : ge.properties, At = Dn(
|
|
546
557
|
(ie = (he = _e == null ? void 0 : _e.operations) == null ? void 0 : he[0]) == null ? void 0 : ie.newProperties,
|
|
547
|
-
(se = (
|
|
558
|
+
(se = (te = B == null ? void 0 : B.operations) == null ? void 0 : te[0]) == null ? void 0 : se.newProperties
|
|
548
559
|
);
|
|
549
560
|
e.history[C].push(J(D({}, B), {
|
|
550
561
|
operations: [
|
|
@@ -560,24 +571,24 @@ const wg = () => {
|
|
|
560
571
|
}
|
|
561
572
|
e.history[C].push(B);
|
|
562
573
|
}, e.apply = (C) => {
|
|
563
|
-
var B, w,
|
|
574
|
+
var B, w, z;
|
|
564
575
|
if (!(C.type === "set_node" && En(C.newProperties, C.properties))) {
|
|
565
576
|
if (C.type === "remove_text") {
|
|
566
|
-
const [
|
|
567
|
-
match: (
|
|
577
|
+
const [M] = Ae.nodes(e, {
|
|
578
|
+
match: (q) => Q.isElement(q) && q.type === ae.MERGETAG,
|
|
568
579
|
at: C.path
|
|
569
580
|
});
|
|
570
|
-
if (
|
|
571
|
-
Be.removeNodes(e, { at:
|
|
581
|
+
if (M) {
|
|
582
|
+
Be.removeNodes(e, { at: M[1] });
|
|
572
583
|
return;
|
|
573
584
|
}
|
|
574
585
|
}
|
|
575
586
|
if (C.type === "remove_node" || C.type === "merge_node") {
|
|
576
|
-
const
|
|
587
|
+
const M = Ae.above(e, {
|
|
577
588
|
at: C.path,
|
|
578
|
-
match:
|
|
589
|
+
match: Q.isBlockElement
|
|
579
590
|
});
|
|
580
|
-
if (
|
|
591
|
+
if (M && Q.isVoidBlockElement(M[0]))
|
|
581
592
|
return;
|
|
582
593
|
}
|
|
583
594
|
if (C.type === "set_selection")
|
|
@@ -585,30 +596,30 @@ const wg = () => {
|
|
|
585
596
|
if (C.newProperties && rl.isRange(C.newProperties) && rl.isCollapsed(C.newProperties) && !Ae.isEnd(
|
|
586
597
|
e,
|
|
587
598
|
(B = C.newProperties) == null ? void 0 : B.anchor,
|
|
588
|
-
(
|
|
599
|
+
(z = (w = C.newProperties) == null ? void 0 : w.anchor) == null ? void 0 : z.path
|
|
589
600
|
)) {
|
|
590
|
-
const
|
|
591
|
-
match: (
|
|
601
|
+
const M = Ae.above(e, {
|
|
602
|
+
match: (q) => Q.isBlockElement(q),
|
|
592
603
|
at: C.newProperties.anchor.path,
|
|
593
604
|
mode: "lowest"
|
|
594
605
|
});
|
|
595
|
-
if (
|
|
596
|
-
const
|
|
597
|
-
(
|
|
598
|
-
), ne =
|
|
599
|
-
|
|
606
|
+
if (M) {
|
|
607
|
+
const q = M[0], me = q.children.findIndex(
|
|
608
|
+
($) => Q.isElement($) && $.type === ae.MERGETAG
|
|
609
|
+
), ne = q.children[q.children.length - 1];
|
|
610
|
+
me === q.children.length - 2 && Q.isTextNode(ne) && ne.text === "" && Be.insertNodes(
|
|
600
611
|
e,
|
|
601
612
|
{ text: " " },
|
|
602
613
|
{
|
|
603
614
|
at: je.next([
|
|
604
|
-
...
|
|
605
|
-
|
|
615
|
+
...M[1],
|
|
616
|
+
q.children.length - 1
|
|
606
617
|
])
|
|
607
618
|
}
|
|
608
619
|
);
|
|
609
620
|
}
|
|
610
621
|
}
|
|
611
|
-
} catch (
|
|
622
|
+
} catch (M) {
|
|
612
623
|
}
|
|
613
624
|
return R(C);
|
|
614
625
|
}
|
|
@@ -629,36 +640,36 @@ const Sl = gs({}), Ug = ({ children: e }) => {
|
|
|
629
640
|
}, [s, u]);
|
|
630
641
|
const [d, g] = E.useState(!1), [N, R] = E.useState(
|
|
631
642
|
null
|
|
632
|
-
), [v,
|
|
643
|
+
), [v, V] = E.useState(null), [P, W] = E.useState(null), [C, B] = E.useState(null), [w, z] = E.useState(
|
|
633
644
|
"DESKTOP"
|
|
634
645
|
/* DESKTOP */
|
|
635
|
-
), [
|
|
646
|
+
), [M, q] = E.useState(null), [me, ne] = E.useState(
|
|
636
647
|
null
|
|
637
|
-
),
|
|
648
|
+
), $ = il((ie) => {
|
|
638
649
|
if (!a && !d) {
|
|
639
650
|
if (!ie)
|
|
640
651
|
Be.deselect(s);
|
|
641
652
|
else {
|
|
642
|
-
const
|
|
653
|
+
const te = Rt.get(s, ie), se = Ae.end(s, ie);
|
|
643
654
|
if (Ae.above(s, {
|
|
644
655
|
at: se,
|
|
645
656
|
match(Ce) {
|
|
646
|
-
return
|
|
657
|
+
return Q.isUnsetElement(Ce);
|
|
647
658
|
}
|
|
648
659
|
}))
|
|
649
660
|
Be.deselect(s);
|
|
650
|
-
else if (!s.selection &&
|
|
661
|
+
else if (!s.selection && Q.isContentElement(te)) {
|
|
651
662
|
const Ce = { anchor: se, focus: se };
|
|
652
663
|
Be.select(s, Ce);
|
|
653
664
|
}
|
|
654
665
|
}
|
|
655
|
-
R((
|
|
666
|
+
R((te) => ie ? te && je.equals(te, ie) ? te : ie : null);
|
|
656
667
|
}
|
|
657
668
|
}), X = il(
|
|
658
669
|
(...ie) => {
|
|
659
|
-
const
|
|
660
|
-
if (je.isPath(
|
|
661
|
-
B((se) => se && je.equals(se,
|
|
670
|
+
const te = ie[0];
|
|
671
|
+
if (je.isPath(te)) {
|
|
672
|
+
B((se) => se && je.equals(se, te) ? se : te);
|
|
662
673
|
return;
|
|
663
674
|
}
|
|
664
675
|
return B(...ie);
|
|
@@ -667,35 +678,35 @@ const Sl = gs({}), Ug = ({ children: e }) => {
|
|
|
667
678
|
St(() => {
|
|
668
679
|
if (v) {
|
|
669
680
|
const ie = Rt.get(s, v);
|
|
670
|
-
|
|
681
|
+
W(Yr(ie));
|
|
671
682
|
} else
|
|
672
|
-
|
|
683
|
+
W(null);
|
|
673
684
|
}, [s, v]);
|
|
674
|
-
let
|
|
685
|
+
let ge = null;
|
|
675
686
|
try {
|
|
676
|
-
|
|
687
|
+
ge = N && Rt.get(s, N);
|
|
677
688
|
} catch (ie) {
|
|
678
689
|
}
|
|
679
690
|
St(() => {
|
|
680
|
-
if (
|
|
681
|
-
const ie = Ee.getBlockByType(
|
|
691
|
+
if (ge && Q.isElement(ge)) {
|
|
692
|
+
const ie = Ee.getBlockByType(ge.type);
|
|
682
693
|
[Ar.UNSET].includes(ie.category) && R(null);
|
|
683
694
|
}
|
|
684
|
-
}, [
|
|
695
|
+
}, [ge]);
|
|
685
696
|
const he = E.useMemo(() => ({
|
|
686
697
|
universalElementEditing: !!v,
|
|
687
698
|
selectedNodePath: N,
|
|
688
699
|
hoverNodePath: C,
|
|
689
|
-
dragNodePath:
|
|
690
|
-
dragoverNodePath:
|
|
700
|
+
dragNodePath: M,
|
|
701
|
+
dragoverNodePath: me,
|
|
691
702
|
setDragoverNodePath: ne,
|
|
692
|
-
setSelectedNodePath:
|
|
703
|
+
setSelectedNodePath: $,
|
|
693
704
|
setHoverNodePath: X,
|
|
694
|
-
setDragNodePath:
|
|
705
|
+
setDragNodePath: q,
|
|
695
706
|
activeTab: w,
|
|
696
|
-
setActiveTab:
|
|
707
|
+
setActiveTab: z,
|
|
697
708
|
universalElementPath: v,
|
|
698
|
-
setUniversalElementPath:
|
|
709
|
+
setUniversalElementPath: V,
|
|
699
710
|
initialUniversalElement: P,
|
|
700
711
|
lock: d,
|
|
701
712
|
setLock: g
|
|
@@ -703,9 +714,9 @@ const Sl = gs({}), Ug = ({ children: e }) => {
|
|
|
703
714
|
v,
|
|
704
715
|
N,
|
|
705
716
|
C,
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
717
|
+
M,
|
|
718
|
+
me,
|
|
719
|
+
$,
|
|
709
720
|
X,
|
|
710
721
|
w,
|
|
711
722
|
P,
|
|
@@ -761,54 +772,54 @@ const Lu = () => ms(vl), ET = () => {
|
|
|
761
772
|
<div>Please contact us: <a target="_blank" style="font-weight: bold;color: rgb(0, 120, 212);cursor:pointer;" href="mailto:ch.mao@qq.com">ch.mao@qq.com</a></div>
|
|
762
773
|
|
|
763
774
|
</div>`, gT = (e) => {
|
|
764
|
-
const { withEnhanceEditor: u, loadingElement: a } = e, [s, d] = Vu(!1), [g, N] = Vu(!1), R = Er(e), v = Tn(null),
|
|
765
|
-
const
|
|
775
|
+
const { withEnhanceEditor: u, loadingElement: a } = e, [s, d] = Vu(!1), [g, N] = Vu(!1), R = Er(e), v = Tn(null), V = Eu(() => {
|
|
776
|
+
const q = R.current;
|
|
766
777
|
return u ? u(
|
|
767
|
-
nl(tl(ul(
|
|
768
|
-
|
|
769
|
-
) : nl(tl(ul(
|
|
778
|
+
nl(tl(ul(q.editor)), q),
|
|
779
|
+
q
|
|
780
|
+
) : nl(tl(ul(q.editor)), q);
|
|
770
781
|
}, [R, u]), P = Eu(() => {
|
|
771
782
|
if (v.current)
|
|
772
783
|
return v.current;
|
|
773
|
-
let
|
|
774
|
-
e.universalElementSetting && (
|
|
784
|
+
let q = e.initialValues.content;
|
|
785
|
+
e.universalElementSetting && (q = Gu.transformUniversalElements({
|
|
775
786
|
content: e.initialValues.content,
|
|
776
787
|
universalElements: e.universalElementSetting.elements
|
|
777
788
|
}));
|
|
778
|
-
const
|
|
779
|
-
return
|
|
780
|
-
}, [
|
|
789
|
+
const me = [q];
|
|
790
|
+
return V.children = me, v.current = me, me;
|
|
791
|
+
}, [V, e.initialValues.content, e.universalElementSetting]);
|
|
781
792
|
St(() => {
|
|
782
793
|
Gu.auth(e.clientId).then(() => {
|
|
783
794
|
d(!0);
|
|
784
|
-
}).catch((
|
|
785
|
-
if (It(
|
|
795
|
+
}).catch((q) => {
|
|
796
|
+
if (It(q, "response.status") === 401)
|
|
786
797
|
N(!0);
|
|
787
798
|
else {
|
|
788
|
-
const ne = sl,
|
|
789
|
-
|
|
799
|
+
const ne = sl, $ = document.createElement("div");
|
|
800
|
+
$.innerHTML = ne, document.body.appendChild($);
|
|
790
801
|
}
|
|
791
802
|
});
|
|
792
803
|
}, [e.clientId]), St(() => {
|
|
793
804
|
if (s) {
|
|
794
|
-
const
|
|
795
|
-
if (e.mergetags && !
|
|
805
|
+
const q = Ts.getFeatureEnabled("DYNAMIC_RENDER");
|
|
806
|
+
if (e.mergetags && !q)
|
|
796
807
|
throw new Error("Current plan do not support mergetags");
|
|
797
808
|
}
|
|
798
809
|
}, [s, e.mergetags]);
|
|
799
|
-
const
|
|
800
|
-
(
|
|
801
|
-
const
|
|
802
|
-
B == null || B(
|
|
810
|
+
const W = e.children, C = e.footer, B = e.onPageChange, w = Au(
|
|
811
|
+
(q) => {
|
|
812
|
+
const me = q[0];
|
|
813
|
+
B == null || B(me, V);
|
|
803
814
|
},
|
|
804
|
-
[B,
|
|
805
|
-
),
|
|
806
|
-
editor:
|
|
815
|
+
[B, V]
|
|
816
|
+
), z = e.EnhanceProvider, M = Eu(() => ({
|
|
817
|
+
editor: V,
|
|
807
818
|
value: P,
|
|
808
819
|
initialValue: P,
|
|
809
820
|
onChange: w
|
|
810
|
-
}), [P,
|
|
811
|
-
return s ? g ? /* @__PURE__ */ E.createElement("div", { dangerouslySetInnerHTML: { __html: sl } }) : /* @__PURE__ */ E.createElement(pg, D({},
|
|
821
|
+
}), [P, V, w]);
|
|
822
|
+
return s ? g ? /* @__PURE__ */ E.createElement("div", { dangerouslySetInnerHTML: { __html: sl } }) : /* @__PURE__ */ E.createElement(pg, D({}, M), /* @__PURE__ */ E.createElement(Hg, { value: e }, /* @__PURE__ */ E.createElement(qg, null, /* @__PURE__ */ E.createElement(Ug, null, /* @__PURE__ */ E.createElement("style", null, Mg), z ? /* @__PURE__ */ E.createElement(z, null, W, C) : /* @__PURE__ */ E.createElement(E.Fragment, null, W, C))), /* @__PURE__ */ E.createElement(Wg, null))) : /* @__PURE__ */ E.createElement(E.Fragment, null, a) || null;
|
|
812
823
|
}, Wg = () => {
|
|
813
824
|
const e = Lu(), u = gu();
|
|
814
825
|
return St(() => {
|
|
@@ -827,8 +838,8 @@ function Fl(...e) {
|
|
|
827
838
|
return e.filter((u) => typeof u == "string").join(" ");
|
|
828
839
|
}
|
|
829
840
|
const Ds = (e) => {
|
|
830
|
-
var
|
|
831
|
-
const [u, a] = Vu(!1), s = bg(), d = Tg(), g = ((
|
|
841
|
+
var W;
|
|
842
|
+
const [u, a] = Vu(!1), s = bg(), d = Tg(), g = ((W = e.text) == null ? void 0 : W.text.length) === 0, N = Fl(
|
|
832
843
|
s && g && !u ? "text-empty-focus" : "",
|
|
833
844
|
g ? "text-empty" : "",
|
|
834
845
|
e.contentUneditable && "text-uneditable"
|
|
@@ -847,7 +858,7 @@ const Ds = (e) => {
|
|
|
847
858
|
}, [d, s]);
|
|
848
859
|
const R = e.text;
|
|
849
860
|
let v = e.children;
|
|
850
|
-
const
|
|
861
|
+
const V = { whiteSpace: "pre-wrap" };
|
|
851
862
|
return Object.keys(R).filter((C) => C !== "text").forEach((C) => {
|
|
852
863
|
switch (C) {
|
|
853
864
|
case "bold":
|
|
@@ -873,19 +884,19 @@ const Ds = (e) => {
|
|
|
873
884
|
));
|
|
874
885
|
break;
|
|
875
886
|
case "color":
|
|
876
|
-
|
|
887
|
+
V.color = R.color;
|
|
877
888
|
break;
|
|
878
889
|
case "bgColor":
|
|
879
|
-
|
|
890
|
+
V.backgroundColor = R.bgColor;
|
|
880
891
|
break;
|
|
881
892
|
case "fontSize":
|
|
882
|
-
|
|
893
|
+
V.fontSize = R.fontSize;
|
|
883
894
|
break;
|
|
884
895
|
case "fontFamily":
|
|
885
|
-
|
|
896
|
+
V.fontFamily = R.fontFamily;
|
|
886
897
|
break;
|
|
887
898
|
default:
|
|
888
|
-
_g(
|
|
899
|
+
_g(V, C, It(R, C));
|
|
889
900
|
}
|
|
890
901
|
}), /* @__PURE__ */ E.createElement(
|
|
891
902
|
"span",
|
|
@@ -893,7 +904,7 @@ const Ds = (e) => {
|
|
|
893
904
|
contentEditable: e.contentUneditable ? !1 : void 0,
|
|
894
905
|
"data-placeholder": xl("Type '/' for commands")
|
|
895
906
|
}, e.attributes), {
|
|
896
|
-
style:
|
|
907
|
+
style: V,
|
|
897
908
|
className: N
|
|
898
909
|
}),
|
|
899
910
|
v
|
|
@@ -913,14 +924,14 @@ const Gg = (d) => {
|
|
|
913
924
|
"title",
|
|
914
925
|
"windowRef"
|
|
915
926
|
]);
|
|
916
|
-
const [N, R] = Vu(null), v = (
|
|
927
|
+
const [N, R] = Vu(null), v = (V) => {
|
|
917
928
|
var C, B;
|
|
918
|
-
const P = (C =
|
|
929
|
+
const P = (C = V.target) == null ? void 0 : C.contentWindow;
|
|
919
930
|
if (!P)
|
|
920
931
|
return;
|
|
921
932
|
a == null || a(P);
|
|
922
|
-
const
|
|
923
|
-
R(
|
|
933
|
+
const W = P.document.body;
|
|
934
|
+
R(W), (B = s.onLoad) == null || B.call(s, V);
|
|
924
935
|
};
|
|
925
936
|
return /* @__PURE__ */ E.createElement(
|
|
926
937
|
"iframe",
|
|
@@ -986,27 +997,27 @@ const Gg = (d) => {
|
|
|
986
997
|
), {
|
|
987
998
|
selectedNodePath: R,
|
|
988
999
|
hoverNodePath: v,
|
|
989
|
-
dragNodePath:
|
|
1000
|
+
dragNodePath: V,
|
|
990
1001
|
dragoverNodePath: P,
|
|
991
|
-
universalElementPath:
|
|
1002
|
+
universalElementPath: W,
|
|
992
1003
|
activeTab: C
|
|
993
1004
|
} = ra(), {
|
|
994
1005
|
ElementHover: B,
|
|
995
1006
|
ElementSelected: w,
|
|
996
|
-
ElementPlaceholder:
|
|
997
|
-
ElementDragover:
|
|
998
|
-
} = Lu(),
|
|
1007
|
+
ElementPlaceholder: z,
|
|
1008
|
+
ElementDragover: M
|
|
1009
|
+
} = Lu(), q = Qe.findPath(d, u.element), me = q.join("-"), ne = !!(R && je.equals(R, q)), $ = !!(v && je.equals(v, q)), X = !!(V && je.equals(V, q)), ge = !!(P && je.equals(P, q)), he = R == null ? void 0 : R.join("-").includes(me), ie = Eu(() => {
|
|
999
1010
|
const se = D({}, u.attributes);
|
|
1000
|
-
return se && (se["data-slate-selected"] = ne || void 0, se["data-slate-hover"] =
|
|
1011
|
+
return se && (se["data-slate-selected"] = ne || void 0, se["data-slate-hover"] = $ || void 0, se["data-slate-dragging"] = X || void 0, se["data-slate-dragover"] = ge || void 0, se["data-slate-focus"] = he || void 0, se["data-slate-universal-editing"] = W && je.equals(W, q) || void 0), se;
|
|
1001
1012
|
}, [
|
|
1002
1013
|
X,
|
|
1003
|
-
|
|
1014
|
+
ge,
|
|
1004
1015
|
he,
|
|
1005
|
-
|
|
1016
|
+
$,
|
|
1006
1017
|
ne,
|
|
1007
|
-
|
|
1018
|
+
q,
|
|
1008
1019
|
u.attributes,
|
|
1009
|
-
|
|
1020
|
+
W
|
|
1010
1021
|
]);
|
|
1011
1022
|
return St(() => {
|
|
1012
1023
|
try {
|
|
@@ -1024,50 +1035,50 @@ const Gg = (d) => {
|
|
|
1024
1035
|
e,
|
|
1025
1036
|
J(D({}, u), {
|
|
1026
1037
|
attributes: ie,
|
|
1027
|
-
placeholder: /* @__PURE__ */ E.createElement(E.Fragment, null,
|
|
1028
|
-
|
|
1038
|
+
placeholder: /* @__PURE__ */ E.createElement(E.Fragment, null, z && g && /* @__PURE__ */ E.createElement(
|
|
1039
|
+
z,
|
|
1029
1040
|
{
|
|
1030
1041
|
element: u.element,
|
|
1031
1042
|
isSelected: ne,
|
|
1032
|
-
isHover:
|
|
1043
|
+
isHover: $,
|
|
1033
1044
|
nodeElement: g,
|
|
1034
|
-
path:
|
|
1045
|
+
path: q
|
|
1035
1046
|
}
|
|
1036
|
-
),
|
|
1037
|
-
|
|
1047
|
+
), ge && M && g && /* @__PURE__ */ E.createElement(
|
|
1048
|
+
M,
|
|
1038
1049
|
{
|
|
1039
1050
|
element: u.element,
|
|
1040
1051
|
nodeElement: g,
|
|
1041
|
-
path:
|
|
1052
|
+
path: q
|
|
1042
1053
|
}
|
|
1043
|
-
),
|
|
1054
|
+
), $ && B && g && /* @__PURE__ */ E.createElement(
|
|
1044
1055
|
B,
|
|
1045
1056
|
{
|
|
1046
1057
|
element: u.element,
|
|
1047
1058
|
isSelected: ne,
|
|
1048
1059
|
nodeElement: g,
|
|
1049
|
-
path:
|
|
1060
|
+
path: q
|
|
1050
1061
|
}
|
|
1051
1062
|
), ne && w && g && /* @__PURE__ */ E.createElement(
|
|
1052
1063
|
w,
|
|
1053
1064
|
{
|
|
1054
1065
|
element: u.element,
|
|
1055
|
-
isHover:
|
|
1066
|
+
isHover: $,
|
|
1056
1067
|
nodeElement: g,
|
|
1057
|
-
path:
|
|
1068
|
+
path: q
|
|
1058
1069
|
}
|
|
1059
1070
|
))
|
|
1060
1071
|
})
|
|
1061
1072
|
), [
|
|
1062
1073
|
u,
|
|
1063
1074
|
ie,
|
|
1064
|
-
|
|
1075
|
+
z,
|
|
1065
1076
|
g,
|
|
1066
1077
|
ne,
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1078
|
+
$,
|
|
1079
|
+
q,
|
|
1080
|
+
ge,
|
|
1081
|
+
M,
|
|
1071
1082
|
B,
|
|
1072
1083
|
w
|
|
1073
1084
|
]);
|
|
@@ -1090,7 +1101,7 @@ gn.exports;
|
|
|
1090
1101
|
(function(a) {
|
|
1091
1102
|
var s = u, d = e && e.exports == s && e, g = typeof xu == "object" && xu;
|
|
1092
1103
|
(g.global === g || g.window === g) && (a = g);
|
|
1093
|
-
var N = /[\uD800-\uDBFF][\uDC00-\uDFFF]/g, R = /[\x01-\x7F]/g, v = /[\x01-\t\x0B\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g, Q = /<\u20D2|=\u20E5|>\u20D2|\u205F\u200A|\u219D\u0338|\u2202\u0338|\u2220\u20D2|\u2229\uFE00|\u222A\uFE00|\u223C\u20D2|\u223D\u0331|\u223E\u0333|\u2242\u0338|\u224B\u0338|\u224D\u20D2|\u224E\u0338|\u224F\u0338|\u2250\u0338|\u2261\u20E5|\u2264\u20D2|\u2265\u20D2|\u2266\u0338|\u2267\u0338|\u2268\uFE00|\u2269\uFE00|\u226A\u0338|\u226A\u20D2|\u226B\u0338|\u226B\u20D2|\u227F\u0338|\u2282\u20D2|\u2283\u20D2|\u228A\uFE00|\u228B\uFE00|\u228F\u0338|\u2290\u0338|\u2293\uFE00|\u2294\uFE00|\u22B4\u20D2|\u22B5\u20D2|\u22D8\u0338|\u22D9\u0338|\u22DA\uFE00|\u22DB\uFE00|\u22F5\u0338|\u22F9\u0338|\u2933\u0338|\u29CF\u0338|\u29D0\u0338|\u2A6D\u0338|\u2A70\u0338|\u2A7D\u0338|\u2A7E\u0338|\u2AA1\u0338|\u2AA2\u0338|\u2AAC\uFE00|\u2AAD\uFE00|\u2AAF\u0338|\u2AB0\u0338|\u2AC5\u0338|\u2AC6\u0338|\u2ACB\uFE00|\u2ACC\uFE00|\u2AFD\u20E5|[\xA0-\u0113\u0116-\u0122\u0124-\u012B\u012E-\u014D\u0150-\u017E\u0192\u01B5\u01F5\u0237\u02C6\u02C7\u02D8-\u02DD\u0311\u0391-\u03A1\u03A3-\u03A9\u03B1-\u03C9\u03D1\u03D2\u03D5\u03D6\u03DC\u03DD\u03F0\u03F1\u03F5\u03F6\u0401-\u040C\u040E-\u044F\u0451-\u045C\u045E\u045F\u2002-\u2005\u2007-\u2010\u2013-\u2016\u2018-\u201A\u201C-\u201E\u2020-\u2022\u2025\u2026\u2030-\u2035\u2039\u203A\u203E\u2041\u2043\u2044\u204F\u2057\u205F-\u2063\u20AC\u20DB\u20DC\u2102\u2105\u210A-\u2113\u2115-\u211E\u2122\u2124\u2127-\u2129\u212C\u212D\u212F-\u2131\u2133-\u2138\u2145-\u2148\u2153-\u215E\u2190-\u219B\u219D-\u21A7\u21A9-\u21AE\u21B0-\u21B3\u21B5-\u21B7\u21BA-\u21DB\u21DD\u21E4\u21E5\u21F5\u21FD-\u2205\u2207-\u2209\u220B\u220C\u220F-\u2214\u2216-\u2218\u221A\u221D-\u2238\u223A-\u2257\u2259\u225A\u225C\u225F-\u2262\u2264-\u228B\u228D-\u229B\u229D-\u22A5\u22A7-\u22B0\u22B2-\u22BB\u22BD-\u22DB\u22DE-\u22E3\u22E6-\u22F7\u22F9-\u22FE\u2305\u2306\u2308-\u2310\u2312\u2313\u2315\u2316\u231C-\u231F\u2322\u2323\u232D\u232E\u2336\u233D\u233F\u237C\u23B0\u23B1\u23B4-\u23B6\u23DC-\u23DF\u23E2\u23E7\u2423\u24C8\u2500\u2502\u250C\u2510\u2514\u2518\u251C\u2524\u252C\u2534\u253C\u2550-\u256C\u2580\u2584\u2588\u2591-\u2593\u25A1\u25AA\u25AB\u25AD\u25AE\u25B1\u25B3-\u25B5\u25B8\u25B9\u25BD-\u25BF\u25C2\u25C3\u25CA\u25CB\u25EC\u25EF\u25F8-\u25FC\u2605\u2606\u260E\u2640\u2642\u2660\u2663\u2665\u2666\u266A\u266D-\u266F\u2713\u2717\u2720\u2736\u2758\u2772\u2773\u27C8\u27C9\u27E6-\u27ED\u27F5-\u27FA\u27FC\u27FF\u2902-\u2905\u290C-\u2913\u2916\u2919-\u2920\u2923-\u292A\u2933\u2935-\u2939\u293C\u293D\u2945\u2948-\u294B\u294E-\u2976\u2978\u2979\u297B-\u297F\u2985\u2986\u298B-\u2996\u299A\u299C\u299D\u29A4-\u29B7\u29B9\u29BB\u29BC\u29BE-\u29C5\u29C9\u29CD-\u29D0\u29DC-\u29DE\u29E3-\u29E5\u29EB\u29F4\u29F6\u2A00-\u2A02\u2A04\u2A06\u2A0C\u2A0D\u2A10-\u2A17\u2A22-\u2A27\u2A29\u2A2A\u2A2D-\u2A31\u2A33-\u2A3C\u2A3F\u2A40\u2A42-\u2A4D\u2A50\u2A53-\u2A58\u2A5A-\u2A5D\u2A5F\u2A66\u2A6A\u2A6D-\u2A75\u2A77-\u2A9A\u2A9D-\u2AA2\u2AA4-\u2AB0\u2AB3-\u2AC8\u2ACB\u2ACC\u2ACF-\u2ADB\u2AE4\u2AE6-\u2AE9\u2AEB-\u2AF3\u2AFD\uFB00-\uFB04]|\uD835[\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDCCF\uDD04\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDD6B]/g, P = { "": "shy", "": "zwnj", "": "zwj", "": "lrm", "": "ic", "": "it", "": "af", "": "rlm", "": "ZeroWidthSpace", "": "NoBreak", "̑": "DownBreve", "⃛": "tdot", "⃜": "DotDot", " ": "Tab", "\n": "NewLine", " ": "puncsp", " ": "MediumSpace", " ": "thinsp", " ": "hairsp", " ": "emsp13", " ": "ensp", " ": "emsp14", " ": "emsp", " ": "numsp", " ": "nbsp", " ": "ThickSpace", "‾": "oline", _: "lowbar", "‐": "dash", "–": "ndash", "—": "mdash", "―": "horbar", ",": "comma", ";": "semi", "⁏": "bsemi", ":": "colon", "⩴": "Colone", "!": "excl", "¡": "iexcl", "?": "quest", "¿": "iquest", ".": "period", "‥": "nldr", "…": "mldr", "·": "middot", "'": "apos", "‘": "lsquo", "’": "rsquo", "‚": "sbquo", "‹": "lsaquo", "›": "rsaquo", '"': "quot", "“": "ldquo", "”": "rdquo", "„": "bdquo", "«": "laquo", "»": "raquo", "(": "lpar", ")": "rpar", "[": "lsqb", "]": "rsqb", "{": "lcub", "}": "rcub", "⌈": "lceil", "⌉": "rceil", "⌊": "lfloor", "⌋": "rfloor", "⦅": "lopar", "⦆": "ropar", "⦋": "lbrke", "⦌": "rbrke", "⦍": "lbrkslu", "⦎": "rbrksld", "⦏": "lbrksld", "⦐": "rbrkslu", "⦑": "langd", "⦒": "rangd", "⦓": "lparlt", "⦔": "rpargt", "⦕": "gtlPar", "⦖": "ltrPar", "⟦": "lobrk", "⟧": "robrk", "⟨": "lang", "⟩": "rang", "⟪": "Lang", "⟫": "Rang", "⟬": "loang", "⟭": "roang", "❲": "lbbrk", "❳": "rbbrk", "‖": "Vert", "§": "sect", "¶": "para", "@": "commat", "*": "ast", "/": "sol", undefined: null, "&": "amp", "#": "num", "%": "percnt", "‰": "permil", "‱": "pertenk", "†": "dagger", "‡": "Dagger", "•": "bull", "⁃": "hybull", "′": "prime", "″": "Prime", "‴": "tprime", "⁗": "qprime", "‵": "bprime", "⁁": "caret", "`": "grave", "´": "acute", "˜": "tilde", "^": "Hat", "¯": "macr", "˘": "breve", "˙": "dot", "¨": "die", "˚": "ring", "˝": "dblac", "¸": "cedil", "˛": "ogon", "ˆ": "circ", "ˇ": "caron", "°": "deg", "©": "copy", "®": "reg", "℗": "copysr", "℘": "wp", "℞": "rx", "℧": "mho", "℩": "iiota", "←": "larr", "↚": "nlarr", "→": "rarr", "↛": "nrarr", "↑": "uarr", "↓": "darr", "↔": "harr", "↮": "nharr", "↕": "varr", "↖": "nwarr", "↗": "nearr", "↘": "searr", "↙": "swarr", "↝": "rarrw", "↝̸": "nrarrw", "↞": "Larr", "↟": "Uarr", "↠": "Rarr", "↡": "Darr", "↢": "larrtl", "↣": "rarrtl", "↤": "mapstoleft", "↥": "mapstoup", "↦": "map", "↧": "mapstodown", "↩": "larrhk", "↪": "rarrhk", "↫": "larrlp", "↬": "rarrlp", "↭": "harrw", "↰": "lsh", "↱": "rsh", "↲": "ldsh", "↳": "rdsh", "↵": "crarr", "↶": "cularr", "↷": "curarr", "↺": "olarr", "↻": "orarr", "↼": "lharu", "↽": "lhard", "↾": "uharr", "↿": "uharl", "⇀": "rharu", "⇁": "rhard", "⇂": "dharr", "⇃": "dharl", "⇄": "rlarr", "⇅": "udarr", "⇆": "lrarr", "⇇": "llarr", "⇈": "uuarr", "⇉": "rrarr", "⇊": "ddarr", "⇋": "lrhar", "⇌": "rlhar", "⇐": "lArr", "⇍": "nlArr", "⇑": "uArr", "⇒": "rArr", "⇏": "nrArr", "⇓": "dArr", "⇔": "iff", "⇎": "nhArr", "⇕": "vArr", "⇖": "nwArr", "⇗": "neArr", "⇘": "seArr", "⇙": "swArr", "⇚": "lAarr", "⇛": "rAarr", "⇝": "zigrarr", "⇤": "larrb", "⇥": "rarrb", "⇵": "duarr", "⇽": "loarr", "⇾": "roarr", "⇿": "hoarr", "∀": "forall", "∁": "comp", "∂": "part", "∂̸": "npart", "∃": "exist", "∄": "nexist", "∅": "empty", "∇": "Del", "∈": "in", "∉": "notin", "∋": "ni", "∌": "notni", "϶": "bepsi", "∏": "prod", "∐": "coprod", "∑": "sum", "+": "plus", "±": "pm", "÷": "div", "×": "times", "<": "lt", "≮": "nlt", "<⃒": "nvlt", "=": "equals", "≠": "ne", "=⃥": "bne", "⩵": "Equal", ">": "gt", "≯": "ngt", ">⃒": "nvgt", "¬": "not", "|": "vert", "¦": "brvbar", "−": "minus", "∓": "mp", "∔": "plusdo", "⁄": "frasl", "∖": "setmn", "∗": "lowast", "∘": "compfn", "√": "Sqrt", "∝": "prop", "∞": "infin", "∟": "angrt", "∠": "ang", "∠⃒": "nang", "∡": "angmsd", "∢": "angsph", "∣": "mid", "∤": "nmid", "∥": "par", "∦": "npar", "∧": "and", "∨": "or", "∩": "cap", "∩︀": "caps", "∪": "cup", "∪︀": "cups", "∫": "int", "∬": "Int", "∭": "tint", "⨌": "qint", "∮": "oint", "∯": "Conint", "∰": "Cconint", "∱": "cwint", "∲": "cwconint", "∳": "awconint", "∴": "there4", "∵": "becaus", "∶": "ratio", "∷": "Colon", "∸": "minusd", "∺": "mDDot", "∻": "homtht", "∼": "sim", "≁": "nsim", "∼⃒": "nvsim", "∽": "bsim", "∽̱": "race", "∾": "ac", "∾̳": "acE", "∿": "acd", "≀": "wr", "≂": "esim", "≂̸": "nesim", "≃": "sime", "≄": "nsime", "≅": "cong", "≇": "ncong", "≆": "simne", "≈": "ap", "≉": "nap", "≊": "ape", "≋": "apid", "≋̸": "napid", "≌": "bcong", "≍": "CupCap", "≭": "NotCupCap", "≍⃒": "nvap", "≎": "bump", "≎̸": "nbump", "≏": "bumpe", "≏̸": "nbumpe", "≐": "doteq", "≐̸": "nedot", "≑": "eDot", "≒": "efDot", "≓": "erDot", "≔": "colone", "≕": "ecolon", "≖": "ecir", "≗": "cire", "≙": "wedgeq", "≚": "veeeq", "≜": "trie", "≟": "equest", "≡": "equiv", "≢": "nequiv", "≡⃥": "bnequiv", "≤": "le", "≰": "nle", "≤⃒": "nvle", "≥": "ge", "≱": "nge", "≥⃒": "nvge", "≦": "lE", "≦̸": "nlE", "≧": "gE", "≧̸": "ngE", "≨︀": "lvnE", "≨": "lnE", "≩": "gnE", "≩︀": "gvnE", "≪": "ll", "≪̸": "nLtv", "≪⃒": "nLt", "≫": "gg", "≫̸": "nGtv", "≫⃒": "nGt", "≬": "twixt", "≲": "lsim", "≴": "nlsim", "≳": "gsim", "≵": "ngsim", "≶": "lg", "≸": "ntlg", "≷": "gl", "≹": "ntgl", "≺": "pr", "⊀": "npr", "≻": "sc", "⊁": "nsc", "≼": "prcue", "⋠": "nprcue", "≽": "sccue", "⋡": "nsccue", "≾": "prsim", "≿": "scsim", "≿̸": "NotSucceedsTilde", "⊂": "sub", "⊄": "nsub", "⊂⃒": "vnsub", "⊃": "sup", "⊅": "nsup", "⊃⃒": "vnsup", "⊆": "sube", "⊈": "nsube", "⊇": "supe", "⊉": "nsupe", "⊊︀": "vsubne", "⊊": "subne", "⊋︀": "vsupne", "⊋": "supne", "⊍": "cupdot", "⊎": "uplus", "⊏": "sqsub", "⊏̸": "NotSquareSubset", "⊐": "sqsup", "⊐̸": "NotSquareSuperset", "⊑": "sqsube", "⋢": "nsqsube", "⊒": "sqsupe", "⋣": "nsqsupe", "⊓": "sqcap", "⊓︀": "sqcaps", "⊔": "sqcup", "⊔︀": "sqcups", "⊕": "oplus", "⊖": "ominus", "⊗": "otimes", "⊘": "osol", "⊙": "odot", "⊚": "ocir", "⊛": "oast", "⊝": "odash", "⊞": "plusb", "⊟": "minusb", "⊠": "timesb", "⊡": "sdotb", "⊢": "vdash", "⊬": "nvdash", "⊣": "dashv", "⊤": "top", "⊥": "bot", "⊧": "models", "⊨": "vDash", "⊭": "nvDash", "⊩": "Vdash", "⊮": "nVdash", "⊪": "Vvdash", "⊫": "VDash", "⊯": "nVDash", "⊰": "prurel", "⊲": "vltri", "⋪": "nltri", "⊳": "vrtri", "⋫": "nrtri", "⊴": "ltrie", "⋬": "nltrie", "⊴⃒": "nvltrie", "⊵": "rtrie", "⋭": "nrtrie", "⊵⃒": "nvrtrie", "⊶": "origof", "⊷": "imof", "⊸": "mumap", "⊹": "hercon", "⊺": "intcal", "⊻": "veebar", "⊽": "barvee", "⊾": "angrtvb", "⊿": "lrtri", "⋀": "Wedge", "⋁": "Vee", "⋂": "xcap", "⋃": "xcup", "⋄": "diam", "⋅": "sdot", "⋆": "Star", "⋇": "divonx", "⋈": "bowtie", "⋉": "ltimes", "⋊": "rtimes", "⋋": "lthree", "⋌": "rthree", "⋍": "bsime", "⋎": "cuvee", "⋏": "cuwed", "⋐": "Sub", "⋑": "Sup", "⋒": "Cap", "⋓": "Cup", "⋔": "fork", "⋕": "epar", "⋖": "ltdot", "⋗": "gtdot", "⋘": "Ll", "⋘̸": "nLl", "⋙": "Gg", "⋙̸": "nGg", "⋚︀": "lesg", "⋚": "leg", "⋛": "gel", "⋛︀": "gesl", "⋞": "cuepr", "⋟": "cuesc", "⋦": "lnsim", "⋧": "gnsim", "⋨": "prnsim", "⋩": "scnsim", "⋮": "vellip", "⋯": "ctdot", "⋰": "utdot", "⋱": "dtdot", "⋲": "disin", "⋳": "isinsv", "⋴": "isins", "⋵": "isindot", "⋵̸": "notindot", "⋶": "notinvc", "⋷": "notinvb", "⋹": "isinE", "⋹̸": "notinE", "⋺": "nisd", "⋻": "xnis", "⋼": "nis", "⋽": "notnivc", "⋾": "notnivb", "⌅": "barwed", "⌆": "Barwed", "⌌": "drcrop", "⌍": "dlcrop", "⌎": "urcrop", "⌏": "ulcrop", "⌐": "bnot", "⌒": "profline", "⌓": "profsurf", "⌕": "telrec", "⌖": "target", "⌜": "ulcorn", "⌝": "urcorn", "⌞": "dlcorn", "⌟": "drcorn", "⌢": "frown", "⌣": "smile", "⌭": "cylcty", "⌮": "profalar", "⌶": "topbot", "⌽": "ovbar", "⌿": "solbar", "⍼": "angzarr", "⎰": "lmoust", "⎱": "rmoust", "⎴": "tbrk", "⎵": "bbrk", "⎶": "bbrktbrk", "⏜": "OverParenthesis", "⏝": "UnderParenthesis", "⏞": "OverBrace", "⏟": "UnderBrace", "⏢": "trpezium", "⏧": "elinters", "␣": "blank", "─": "boxh", "│": "boxv", "┌": "boxdr", "┐": "boxdl", "└": "boxur", "┘": "boxul", "├": "boxvr", "┤": "boxvl", "┬": "boxhd", "┴": "boxhu", "┼": "boxvh", "═": "boxH", "║": "boxV", "╒": "boxdR", "╓": "boxDr", "╔": "boxDR", "╕": "boxdL", "╖": "boxDl", "╗": "boxDL", "╘": "boxuR", "╙": "boxUr", "╚": "boxUR", "╛": "boxuL", "╜": "boxUl", "╝": "boxUL", "╞": "boxvR", "╟": "boxVr", "╠": "boxVR", "╡": "boxvL", "╢": "boxVl", "╣": "boxVL", "╤": "boxHd", "╥": "boxhD", "╦": "boxHD", "╧": "boxHu", "╨": "boxhU", "╩": "boxHU", "╪": "boxvH", "╫": "boxVh", "╬": "boxVH", "▀": "uhblk", "▄": "lhblk", "█": "block", "░": "blk14", "▒": "blk12", "▓": "blk34", "□": "squ", "▪": "squf", "▫": "EmptyVerySmallSquare", "▭": "rect", "▮": "marker", "▱": "fltns", "△": "xutri", "▴": "utrif", "▵": "utri", "▸": "rtrif", "▹": "rtri", "▽": "xdtri", "▾": "dtrif", "▿": "dtri", "◂": "ltrif", "◃": "ltri", "◊": "loz", "○": "cir", "◬": "tridot", "◯": "xcirc", "◸": "ultri", "◹": "urtri", "◺": "lltri", "◻": "EmptySmallSquare", "◼": "FilledSmallSquare", "★": "starf", "☆": "star", "☎": "phone", "♀": "female", "♂": "male", "♠": "spades", "♣": "clubs", "♥": "hearts", "♦": "diams", "♪": "sung", "✓": "check", "✗": "cross", "✠": "malt", "✶": "sext", "❘": "VerticalSeparator", "⟈": "bsolhsub", "⟉": "suphsol", "⟵": "xlarr", "⟶": "xrarr", "⟷": "xharr", "⟸": "xlArr", "⟹": "xrArr", "⟺": "xhArr", "⟼": "xmap", "⟿": "dzigrarr", "⤂": "nvlArr", "⤃": "nvrArr", "⤄": "nvHarr", "⤅": "Map", "⤌": "lbarr", "⤍": "rbarr", "⤎": "lBarr", "⤏": "rBarr", "⤐": "RBarr", "⤑": "DDotrahd", "⤒": "UpArrowBar", "⤓": "DownArrowBar", "⤖": "Rarrtl", "⤙": "latail", "⤚": "ratail", "⤛": "lAtail", "⤜": "rAtail", "⤝": "larrfs", "⤞": "rarrfs", "⤟": "larrbfs", "⤠": "rarrbfs", "⤣": "nwarhk", "⤤": "nearhk", "⤥": "searhk", "⤦": "swarhk", "⤧": "nwnear", "⤨": "toea", "⤩": "tosa", "⤪": "swnwar", "⤳": "rarrc", "⤳̸": "nrarrc", "⤵": "cudarrr", "⤶": "ldca", "⤷": "rdca", "⤸": "cudarrl", "⤹": "larrpl", "⤼": "curarrm", "⤽": "cularrp", "⥅": "rarrpl", "⥈": "harrcir", "⥉": "Uarrocir", "⥊": "lurdshar", "⥋": "ldrushar", "⥎": "LeftRightVector", "⥏": "RightUpDownVector", "⥐": "DownLeftRightVector", "⥑": "LeftUpDownVector", "⥒": "LeftVectorBar", "⥓": "RightVectorBar", "⥔": "RightUpVectorBar", "⥕": "RightDownVectorBar", "⥖": "DownLeftVectorBar", "⥗": "DownRightVectorBar", "⥘": "LeftUpVectorBar", "⥙": "LeftDownVectorBar", "⥚": "LeftTeeVector", "⥛": "RightTeeVector", "⥜": "RightUpTeeVector", "⥝": "RightDownTeeVector", "⥞": "DownLeftTeeVector", "⥟": "DownRightTeeVector", "⥠": "LeftUpTeeVector", "⥡": "LeftDownTeeVector", "⥢": "lHar", "⥣": "uHar", "⥤": "rHar", "⥥": "dHar", "⥦": "luruhar", "⥧": "ldrdhar", "⥨": "ruluhar", "⥩": "rdldhar", "⥪": "lharul", "⥫": "llhard", "⥬": "rharul", "⥭": "lrhard", "⥮": "udhar", "⥯": "duhar", "⥰": "RoundImplies", "⥱": "erarr", "⥲": "simrarr", "⥳": "larrsim", "⥴": "rarrsim", "⥵": "rarrap", "⥶": "ltlarr", "⥸": "gtrarr", "⥹": "subrarr", "⥻": "suplarr", "⥼": "lfisht", "⥽": "rfisht", "⥾": "ufisht", "⥿": "dfisht", "⦚": "vzigzag", "⦜": "vangrt", "⦝": "angrtvbd", "⦤": "ange", "⦥": "range", "⦦": "dwangle", "⦧": "uwangle", "⦨": "angmsdaa", "⦩": "angmsdab", "⦪": "angmsdac", "⦫": "angmsdad", "⦬": "angmsdae", "⦭": "angmsdaf", "⦮": "angmsdag", "⦯": "angmsdah", "⦰": "bemptyv", "⦱": "demptyv", "⦲": "cemptyv", "⦳": "raemptyv", "⦴": "laemptyv", "⦵": "ohbar", "⦶": "omid", "⦷": "opar", "⦹": "operp", "⦻": "olcross", "⦼": "odsold", "⦾": "olcir", "⦿": "ofcir", "⧀": "olt", "⧁": "ogt", "⧂": "cirscir", "⧃": "cirE", "⧄": "solb", "⧅": "bsolb", "⧉": "boxbox", "⧍": "trisb", "⧎": "rtriltri", "⧏": "LeftTriangleBar", "⧏̸": "NotLeftTriangleBar", "⧐": "RightTriangleBar", "⧐̸": "NotRightTriangleBar", "⧜": "iinfin", "⧝": "infintie", "⧞": "nvinfin", "⧣": "eparsl", "⧤": "smeparsl", "⧥": "eqvparsl", "⧫": "lozf", "⧴": "RuleDelayed", "⧶": "dsol", "⨀": "xodot", "⨁": "xoplus", "⨂": "xotime", "⨄": "xuplus", "⨆": "xsqcup", "⨍": "fpartint", "⨐": "cirfnint", "⨑": "awint", "⨒": "rppolint", "⨓": "scpolint", "⨔": "npolint", "⨕": "pointint", "⨖": "quatint", "⨗": "intlarhk", "⨢": "pluscir", "⨣": "plusacir", "⨤": "simplus", "⨥": "plusdu", "⨦": "plussim", "⨧": "plustwo", "⨩": "mcomma", "⨪": "minusdu", "⨭": "loplus", "⨮": "roplus", "⨯": "Cross", "⨰": "timesd", "⨱": "timesbar", "⨳": "smashp", "⨴": "lotimes", "⨵": "rotimes", "⨶": "otimesas", "⨷": "Otimes", "⨸": "odiv", "⨹": "triplus", "⨺": "triminus", "⨻": "tritime", "⨼": "iprod", "⨿": "amalg", "⩀": "capdot", "⩂": "ncup", "⩃": "ncap", "⩄": "capand", "⩅": "cupor", "⩆": "cupcap", "⩇": "capcup", "⩈": "cupbrcap", "⩉": "capbrcup", "⩊": "cupcup", "⩋": "capcap", "⩌": "ccups", "⩍": "ccaps", "⩐": "ccupssm", "⩓": "And", "⩔": "Or", "⩕": "andand", "⩖": "oror", "⩗": "orslope", "⩘": "andslope", "⩚": "andv", "⩛": "orv", "⩜": "andd", "⩝": "ord", "⩟": "wedbar", "⩦": "sdote", "⩪": "simdot", "⩭": "congdot", "⩭̸": "ncongdot", "⩮": "easter", "⩯": "apacir", "⩰": "apE", "⩰̸": "napE", "⩱": "eplus", "⩲": "pluse", "⩳": "Esim", "⩷": "eDDot", "⩸": "equivDD", "⩹": "ltcir", "⩺": "gtcir", "⩻": "ltquest", "⩼": "gtquest", "⩽": "les", "⩽̸": "nles", "⩾": "ges", "⩾̸": "nges", "⩿": "lesdot", "⪀": "gesdot", "⪁": "lesdoto", "⪂": "gesdoto", "⪃": "lesdotor", "⪄": "gesdotol", "⪅": "lap", "⪆": "gap", "⪇": "lne", "⪈": "gne", "⪉": "lnap", "⪊": "gnap", "⪋": "lEg", "⪌": "gEl", "⪍": "lsime", "⪎": "gsime", "⪏": "lsimg", "⪐": "gsiml", "⪑": "lgE", "⪒": "glE", "⪓": "lesges", "⪔": "gesles", "⪕": "els", "⪖": "egs", "⪗": "elsdot", "⪘": "egsdot", "⪙": "el", "⪚": "eg", "⪝": "siml", "⪞": "simg", "⪟": "simlE", "⪠": "simgE", "⪡": "LessLess", "⪡̸": "NotNestedLessLess", "⪢": "GreaterGreater", "⪢̸": "NotNestedGreaterGreater", "⪤": "glj", "⪥": "gla", "⪦": "ltcc", "⪧": "gtcc", "⪨": "lescc", "⪩": "gescc", "⪪": "smt", "⪫": "lat", "⪬": "smte", "⪬︀": "smtes", "⪭": "late", "⪭︀": "lates", "⪮": "bumpE", "⪯": "pre", "⪯̸": "npre", "⪰": "sce", "⪰̸": "nsce", "⪳": "prE", "⪴": "scE", "⪵": "prnE", "⪶": "scnE", "⪷": "prap", "⪸": "scap", "⪹": "prnap", "⪺": "scnap", "⪻": "Pr", "⪼": "Sc", "⪽": "subdot", "⪾": "supdot", "⪿": "subplus", "⫀": "supplus", "⫁": "submult", "⫂": "supmult", "⫃": "subedot", "⫄": "supedot", "⫅": "subE", "⫅̸": "nsubE", "⫆": "supE", "⫆̸": "nsupE", "⫇": "subsim", "⫈": "supsim", "⫋︀": "vsubnE", "⫋": "subnE", "⫌︀": "vsupnE", "⫌": "supnE", "⫏": "csub", "⫐": "csup", "⫑": "csube", "⫒": "csupe", "⫓": "subsup", "⫔": "supsub", "⫕": "subsub", "⫖": "supsup", "⫗": "suphsub", "⫘": "supdsub", "⫙": "forkv", "⫚": "topfork", "⫛": "mlcp", "⫤": "Dashv", "⫦": "Vdashl", "⫧": "Barv", "⫨": "vBar", "⫩": "vBarv", "⫫": "Vbar", "⫬": "Not", "⫭": "bNot", "⫮": "rnmid", "⫯": "cirmid", "⫰": "midcir", "⫱": "topcir", "⫲": "nhpar", "⫳": "parsim", "⫽": "parsl", "⫽⃥": "nparsl", "♭": "flat", "♮": "natur", "♯": "sharp", "¤": "curren", "¢": "cent", $: "dollar", "£": "pound", "¥": "yen", "€": "euro", "¹": "sup1", "½": "half", "⅓": "frac13", "¼": "frac14", "⅕": "frac15", "⅙": "frac16", "⅛": "frac18", "²": "sup2", "⅔": "frac23", "⅖": "frac25", "³": "sup3", "¾": "frac34", "⅗": "frac35", "⅜": "frac38", "⅘": "frac45", "⅚": "frac56", "⅝": "frac58", "⅞": "frac78", "𝒶": "ascr", "𝕒": "aopf", "𝔞": "afr", "𝔸": "Aopf", "𝔄": "Afr", "𝒜": "Ascr", ª: "ordf", á: "aacute", Á: "Aacute", à: "agrave", À: "Agrave", ă: "abreve", Ă: "Abreve", â: "acirc", Â: "Acirc", å: "aring", Å: "angst", ä: "auml", Ä: "Auml", ã: "atilde", Ã: "Atilde", ą: "aogon", Ą: "Aogon", ā: "amacr", Ā: "Amacr", æ: "aelig", Æ: "AElig", "𝒷": "bscr", "𝕓": "bopf", "𝔟": "bfr", "𝔹": "Bopf", ℬ: "Bscr", "𝔅": "Bfr", "𝔠": "cfr", "𝒸": "cscr", "𝕔": "copf", ℭ: "Cfr", "𝒞": "Cscr", ℂ: "Copf", ć: "cacute", Ć: "Cacute", ĉ: "ccirc", Ĉ: "Ccirc", č: "ccaron", Č: "Ccaron", ċ: "cdot", Ċ: "Cdot", ç: "ccedil", Ç: "Ccedil", "℅": "incare", "𝔡": "dfr", "ⅆ": "dd", "𝕕": "dopf", "𝒹": "dscr", "𝒟": "Dscr", "𝔇": "Dfr", "ⅅ": "DD", "𝔻": "Dopf", ď: "dcaron", Ď: "Dcaron", đ: "dstrok", Đ: "Dstrok", ð: "eth", Ð: "ETH", "ⅇ": "ee", ℯ: "escr", "𝔢": "efr", "𝕖": "eopf", ℰ: "Escr", "𝔈": "Efr", "𝔼": "Eopf", é: "eacute", É: "Eacute", è: "egrave", È: "Egrave", ê: "ecirc", Ê: "Ecirc", ě: "ecaron", Ě: "Ecaron", ë: "euml", Ë: "Euml", ė: "edot", Ė: "Edot", ę: "eogon", Ę: "Eogon", ē: "emacr", Ē: "Emacr", "𝔣": "ffr", "𝕗": "fopf", "𝒻": "fscr", "𝔉": "Ffr", "𝔽": "Fopf", ℱ: "Fscr", ff: "fflig", ffi: "ffilig", ffl: "ffllig", fi: "filig", fj: "fjlig", fl: "fllig", ƒ: "fnof", ℊ: "gscr", "𝕘": "gopf", "𝔤": "gfr", "𝒢": "Gscr", "𝔾": "Gopf", "𝔊": "Gfr", ǵ: "gacute", ğ: "gbreve", Ğ: "Gbreve", ĝ: "gcirc", Ĝ: "Gcirc", ġ: "gdot", Ġ: "Gdot", Ģ: "Gcedil", "𝔥": "hfr", ℎ: "planckh", "𝒽": "hscr", "𝕙": "hopf", ℋ: "Hscr", ℌ: "Hfr", ℍ: "Hopf", ĥ: "hcirc", Ĥ: "Hcirc", ℏ: "hbar", ħ: "hstrok", Ħ: "Hstrok", "𝕚": "iopf", "𝔦": "ifr", "𝒾": "iscr", "ⅈ": "ii", "𝕀": "Iopf", ℐ: "Iscr", ℑ: "Im", í: "iacute", Í: "Iacute", ì: "igrave", Ì: "Igrave", î: "icirc", Î: "Icirc", ï: "iuml", Ï: "Iuml", ĩ: "itilde", Ĩ: "Itilde", İ: "Idot", į: "iogon", Į: "Iogon", ī: "imacr", Ī: "Imacr", ij: "ijlig", IJ: "IJlig", ı: "imath", "𝒿": "jscr", "𝕛": "jopf", "𝔧": "jfr", "𝒥": "Jscr", "𝔍": "Jfr", "𝕁": "Jopf", ĵ: "jcirc", Ĵ: "Jcirc", "ȷ": "jmath", "𝕜": "kopf", "𝓀": "kscr", "𝔨": "kfr", "𝒦": "Kscr", "𝕂": "Kopf", "𝔎": "Kfr", ķ: "kcedil", Ķ: "Kcedil", "𝔩": "lfr", "𝓁": "lscr", ℓ: "ell", "𝕝": "lopf", ℒ: "Lscr", "𝔏": "Lfr", "𝕃": "Lopf", ĺ: "lacute", Ĺ: "Lacute", ľ: "lcaron", Ľ: "Lcaron", ļ: "lcedil", Ļ: "Lcedil", ł: "lstrok", Ł: "Lstrok", ŀ: "lmidot", Ŀ: "Lmidot", "𝔪": "mfr", "𝕞": "mopf", "𝓂": "mscr", "𝔐": "Mfr", "𝕄": "Mopf", ℳ: "Mscr", "𝔫": "nfr", "𝕟": "nopf", "𝓃": "nscr", ℕ: "Nopf", "𝒩": "Nscr", "𝔑": "Nfr", ń: "nacute", Ń: "Nacute", ň: "ncaron", Ň: "Ncaron", ñ: "ntilde", Ñ: "Ntilde", ņ: "ncedil", Ņ: "Ncedil", "№": "numero", ŋ: "eng", Ŋ: "ENG", "𝕠": "oopf", "𝔬": "ofr", ℴ: "oscr", "𝒪": "Oscr", "𝔒": "Ofr", "𝕆": "Oopf", º: "ordm", ó: "oacute", Ó: "Oacute", ò: "ograve", Ò: "Ograve", ô: "ocirc", Ô: "Ocirc", ö: "ouml", Ö: "Ouml", ő: "odblac", Ő: "Odblac", õ: "otilde", Õ: "Otilde", ø: "oslash", Ø: "Oslash", ō: "omacr", Ō: "Omacr", œ: "oelig", Œ: "OElig", "𝔭": "pfr", "𝓅": "pscr", "𝕡": "popf", ℙ: "Popf", "𝔓": "Pfr", "𝒫": "Pscr", "𝕢": "qopf", "𝔮": "qfr", "𝓆": "qscr", "𝒬": "Qscr", "𝔔": "Qfr", ℚ: "Qopf", ĸ: "kgreen", "𝔯": "rfr", "𝕣": "ropf", "𝓇": "rscr", ℛ: "Rscr", ℜ: "Re", ℝ: "Ropf", ŕ: "racute", Ŕ: "Racute", ř: "rcaron", Ř: "Rcaron", ŗ: "rcedil", Ŗ: "Rcedil", "𝕤": "sopf", "𝓈": "sscr", "𝔰": "sfr", "𝕊": "Sopf", "𝔖": "Sfr", "𝒮": "Sscr", "Ⓢ": "oS", ś: "sacute", Ś: "Sacute", ŝ: "scirc", Ŝ: "Scirc", š: "scaron", Š: "Scaron", ş: "scedil", Ş: "Scedil", ß: "szlig", "𝔱": "tfr", "𝓉": "tscr", "𝕥": "topf", "𝒯": "Tscr", "𝔗": "Tfr", "𝕋": "Topf", ť: "tcaron", Ť: "Tcaron", ţ: "tcedil", Ţ: "Tcedil", "™": "trade", ŧ: "tstrok", Ŧ: "Tstrok", "𝓊": "uscr", "𝕦": "uopf", "𝔲": "ufr", "𝕌": "Uopf", "𝔘": "Ufr", "𝒰": "Uscr", ú: "uacute", Ú: "Uacute", ù: "ugrave", Ù: "Ugrave", ŭ: "ubreve", Ŭ: "Ubreve", û: "ucirc", Û: "Ucirc", ů: "uring", Ů: "Uring", ü: "uuml", Ü: "Uuml", ű: "udblac", Ű: "Udblac", ũ: "utilde", Ũ: "Utilde", ų: "uogon", Ų: "Uogon", ū: "umacr", Ū: "Umacr", "𝔳": "vfr", "𝕧": "vopf", "𝓋": "vscr", "𝔙": "Vfr", "𝕍": "Vopf", "𝒱": "Vscr", "𝕨": "wopf", "𝓌": "wscr", "𝔴": "wfr", "𝒲": "Wscr", "𝕎": "Wopf", "𝔚": "Wfr", ŵ: "wcirc", Ŵ: "Wcirc", "𝔵": "xfr", "𝓍": "xscr", "𝕩": "xopf", "𝕏": "Xopf", "𝔛": "Xfr", "𝒳": "Xscr", "𝔶": "yfr", "𝓎": "yscr", "𝕪": "yopf", "𝒴": "Yscr", "𝔜": "Yfr", "𝕐": "Yopf", ý: "yacute", Ý: "Yacute", ŷ: "ycirc", Ŷ: "Ycirc", ÿ: "yuml", Ÿ: "Yuml", "𝓏": "zscr", "𝔷": "zfr", "𝕫": "zopf", ℨ: "Zfr", ℤ: "Zopf", "𝒵": "Zscr", ź: "zacute", Ź: "Zacute", ž: "zcaron", Ž: "Zcaron", ż: "zdot", Ż: "Zdot", Ƶ: "imped", þ: "thorn", Þ: "THORN", ʼn: "napos", α: "alpha", Α: "Alpha", β: "beta", Β: "Beta", γ: "gamma", Γ: "Gamma", δ: "delta", Δ: "Delta", ε: "epsi", "ϵ": "epsiv", Ε: "Epsilon", ϝ: "gammad", Ϝ: "Gammad", ζ: "zeta", Ζ: "Zeta", η: "eta", Η: "Eta", θ: "theta", ϑ: "thetav", Θ: "Theta", ι: "iota", Ι: "Iota", κ: "kappa", ϰ: "kappav", Κ: "Kappa", λ: "lambda", Λ: "Lambda", μ: "mu", µ: "micro", Μ: "Mu", ν: "nu", Ν: "Nu", ξ: "xi", Ξ: "Xi", ο: "omicron", Ο: "Omicron", π: "pi", ϖ: "piv", Π: "Pi", ρ: "rho", ϱ: "rhov", Ρ: "Rho", σ: "sigma", Σ: "Sigma", ς: "sigmaf", τ: "tau", Τ: "Tau", υ: "upsi", Υ: "Upsilon", ϒ: "Upsi", φ: "phi", ϕ: "phiv", Φ: "Phi", χ: "chi", Χ: "Chi", ψ: "psi", Ψ: "Psi", ω: "omega", Ω: "ohm", а: "acy", А: "Acy", б: "bcy", Б: "Bcy", в: "vcy", В: "Vcy", г: "gcy", Г: "Gcy", ѓ: "gjcy", Ѓ: "GJcy", д: "dcy", Д: "Dcy", ђ: "djcy", Ђ: "DJcy", е: "iecy", Е: "IEcy", ё: "iocy", Ё: "IOcy", є: "jukcy", Є: "Jukcy", ж: "zhcy", Ж: "ZHcy", з: "zcy", З: "Zcy", ѕ: "dscy", Ѕ: "DScy", и: "icy", И: "Icy", і: "iukcy", І: "Iukcy", ї: "yicy", Ї: "YIcy", й: "jcy", Й: "Jcy", ј: "jsercy", Ј: "Jsercy", к: "kcy", К: "Kcy", ќ: "kjcy", Ќ: "KJcy", л: "lcy", Л: "Lcy", љ: "ljcy", Љ: "LJcy", м: "mcy", М: "Mcy", н: "ncy", Н: "Ncy", њ: "njcy", Њ: "NJcy", о: "ocy", О: "Ocy", п: "pcy", П: "Pcy", р: "rcy", Р: "Rcy", с: "scy", С: "Scy", т: "tcy", Т: "Tcy", ћ: "tshcy", Ћ: "TSHcy", у: "ucy", У: "Ucy", ў: "ubrcy", Ў: "Ubrcy", ф: "fcy", Ф: "Fcy", х: "khcy", Х: "KHcy", ц: "tscy", Ц: "TScy", ч: "chcy", Ч: "CHcy", џ: "dzcy", Џ: "DZcy", ш: "shcy", Ш: "SHcy", щ: "shchcy", Щ: "SHCHcy", ъ: "hardcy", Ъ: "HARDcy", ы: "ycy", Ы: "Ycy", ь: "softcy", Ь: "SOFTcy", э: "ecy", Э: "Ecy", ю: "yucy", Ю: "YUcy", я: "yacy", Я: "YAcy", ℵ: "aleph", ℶ: "beth", ℷ: "gimel", ℸ: "daleth" }, q = /["&'<>`]/g, C = {
|
|
1104
|
+
var N = /[\uD800-\uDBFF][\uDC00-\uDFFF]/g, R = /[\x01-\x7F]/g, v = /[\x01-\t\x0B\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g, V = /<\u20D2|=\u20E5|>\u20D2|\u205F\u200A|\u219D\u0338|\u2202\u0338|\u2220\u20D2|\u2229\uFE00|\u222A\uFE00|\u223C\u20D2|\u223D\u0331|\u223E\u0333|\u2242\u0338|\u224B\u0338|\u224D\u20D2|\u224E\u0338|\u224F\u0338|\u2250\u0338|\u2261\u20E5|\u2264\u20D2|\u2265\u20D2|\u2266\u0338|\u2267\u0338|\u2268\uFE00|\u2269\uFE00|\u226A\u0338|\u226A\u20D2|\u226B\u0338|\u226B\u20D2|\u227F\u0338|\u2282\u20D2|\u2283\u20D2|\u228A\uFE00|\u228B\uFE00|\u228F\u0338|\u2290\u0338|\u2293\uFE00|\u2294\uFE00|\u22B4\u20D2|\u22B5\u20D2|\u22D8\u0338|\u22D9\u0338|\u22DA\uFE00|\u22DB\uFE00|\u22F5\u0338|\u22F9\u0338|\u2933\u0338|\u29CF\u0338|\u29D0\u0338|\u2A6D\u0338|\u2A70\u0338|\u2A7D\u0338|\u2A7E\u0338|\u2AA1\u0338|\u2AA2\u0338|\u2AAC\uFE00|\u2AAD\uFE00|\u2AAF\u0338|\u2AB0\u0338|\u2AC5\u0338|\u2AC6\u0338|\u2ACB\uFE00|\u2ACC\uFE00|\u2AFD\u20E5|[\xA0-\u0113\u0116-\u0122\u0124-\u012B\u012E-\u014D\u0150-\u017E\u0192\u01B5\u01F5\u0237\u02C6\u02C7\u02D8-\u02DD\u0311\u0391-\u03A1\u03A3-\u03A9\u03B1-\u03C9\u03D1\u03D2\u03D5\u03D6\u03DC\u03DD\u03F0\u03F1\u03F5\u03F6\u0401-\u040C\u040E-\u044F\u0451-\u045C\u045E\u045F\u2002-\u2005\u2007-\u2010\u2013-\u2016\u2018-\u201A\u201C-\u201E\u2020-\u2022\u2025\u2026\u2030-\u2035\u2039\u203A\u203E\u2041\u2043\u2044\u204F\u2057\u205F-\u2063\u20AC\u20DB\u20DC\u2102\u2105\u210A-\u2113\u2115-\u211E\u2122\u2124\u2127-\u2129\u212C\u212D\u212F-\u2131\u2133-\u2138\u2145-\u2148\u2153-\u215E\u2190-\u219B\u219D-\u21A7\u21A9-\u21AE\u21B0-\u21B3\u21B5-\u21B7\u21BA-\u21DB\u21DD\u21E4\u21E5\u21F5\u21FD-\u2205\u2207-\u2209\u220B\u220C\u220F-\u2214\u2216-\u2218\u221A\u221D-\u2238\u223A-\u2257\u2259\u225A\u225C\u225F-\u2262\u2264-\u228B\u228D-\u229B\u229D-\u22A5\u22A7-\u22B0\u22B2-\u22BB\u22BD-\u22DB\u22DE-\u22E3\u22E6-\u22F7\u22F9-\u22FE\u2305\u2306\u2308-\u2310\u2312\u2313\u2315\u2316\u231C-\u231F\u2322\u2323\u232D\u232E\u2336\u233D\u233F\u237C\u23B0\u23B1\u23B4-\u23B6\u23DC-\u23DF\u23E2\u23E7\u2423\u24C8\u2500\u2502\u250C\u2510\u2514\u2518\u251C\u2524\u252C\u2534\u253C\u2550-\u256C\u2580\u2584\u2588\u2591-\u2593\u25A1\u25AA\u25AB\u25AD\u25AE\u25B1\u25B3-\u25B5\u25B8\u25B9\u25BD-\u25BF\u25C2\u25C3\u25CA\u25CB\u25EC\u25EF\u25F8-\u25FC\u2605\u2606\u260E\u2640\u2642\u2660\u2663\u2665\u2666\u266A\u266D-\u266F\u2713\u2717\u2720\u2736\u2758\u2772\u2773\u27C8\u27C9\u27E6-\u27ED\u27F5-\u27FA\u27FC\u27FF\u2902-\u2905\u290C-\u2913\u2916\u2919-\u2920\u2923-\u292A\u2933\u2935-\u2939\u293C\u293D\u2945\u2948-\u294B\u294E-\u2976\u2978\u2979\u297B-\u297F\u2985\u2986\u298B-\u2996\u299A\u299C\u299D\u29A4-\u29B7\u29B9\u29BB\u29BC\u29BE-\u29C5\u29C9\u29CD-\u29D0\u29DC-\u29DE\u29E3-\u29E5\u29EB\u29F4\u29F6\u2A00-\u2A02\u2A04\u2A06\u2A0C\u2A0D\u2A10-\u2A17\u2A22-\u2A27\u2A29\u2A2A\u2A2D-\u2A31\u2A33-\u2A3C\u2A3F\u2A40\u2A42-\u2A4D\u2A50\u2A53-\u2A58\u2A5A-\u2A5D\u2A5F\u2A66\u2A6A\u2A6D-\u2A75\u2A77-\u2A9A\u2A9D-\u2AA2\u2AA4-\u2AB0\u2AB3-\u2AC8\u2ACB\u2ACC\u2ACF-\u2ADB\u2AE4\u2AE6-\u2AE9\u2AEB-\u2AF3\u2AFD\uFB00-\uFB04]|\uD835[\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDCCF\uDD04\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDD6B]/g, P = { "": "shy", "": "zwnj", "": "zwj", "": "lrm", "": "ic", "": "it", "": "af", "": "rlm", "": "ZeroWidthSpace", "": "NoBreak", "̑": "DownBreve", "⃛": "tdot", "⃜": "DotDot", " ": "Tab", "\n": "NewLine", " ": "puncsp", " ": "MediumSpace", " ": "thinsp", " ": "hairsp", " ": "emsp13", " ": "ensp", " ": "emsp14", " ": "emsp", " ": "numsp", " ": "nbsp", " ": "ThickSpace", "‾": "oline", _: "lowbar", "‐": "dash", "–": "ndash", "—": "mdash", "―": "horbar", ",": "comma", ";": "semi", "⁏": "bsemi", ":": "colon", "⩴": "Colone", "!": "excl", "¡": "iexcl", "?": "quest", "¿": "iquest", ".": "period", "‥": "nldr", "…": "mldr", "·": "middot", "'": "apos", "‘": "lsquo", "’": "rsquo", "‚": "sbquo", "‹": "lsaquo", "›": "rsaquo", '"': "quot", "“": "ldquo", "”": "rdquo", "„": "bdquo", "«": "laquo", "»": "raquo", "(": "lpar", ")": "rpar", "[": "lsqb", "]": "rsqb", "{": "lcub", "}": "rcub", "⌈": "lceil", "⌉": "rceil", "⌊": "lfloor", "⌋": "rfloor", "⦅": "lopar", "⦆": "ropar", "⦋": "lbrke", "⦌": "rbrke", "⦍": "lbrkslu", "⦎": "rbrksld", "⦏": "lbrksld", "⦐": "rbrkslu", "⦑": "langd", "⦒": "rangd", "⦓": "lparlt", "⦔": "rpargt", "⦕": "gtlPar", "⦖": "ltrPar", "⟦": "lobrk", "⟧": "robrk", "⟨": "lang", "⟩": "rang", "⟪": "Lang", "⟫": "Rang", "⟬": "loang", "⟭": "roang", "❲": "lbbrk", "❳": "rbbrk", "‖": "Vert", "§": "sect", "¶": "para", "@": "commat", "*": "ast", "/": "sol", undefined: null, "&": "amp", "#": "num", "%": "percnt", "‰": "permil", "‱": "pertenk", "†": "dagger", "‡": "Dagger", "•": "bull", "⁃": "hybull", "′": "prime", "″": "Prime", "‴": "tprime", "⁗": "qprime", "‵": "bprime", "⁁": "caret", "`": "grave", "´": "acute", "˜": "tilde", "^": "Hat", "¯": "macr", "˘": "breve", "˙": "dot", "¨": "die", "˚": "ring", "˝": "dblac", "¸": "cedil", "˛": "ogon", "ˆ": "circ", "ˇ": "caron", "°": "deg", "©": "copy", "®": "reg", "℗": "copysr", "℘": "wp", "℞": "rx", "℧": "mho", "℩": "iiota", "←": "larr", "↚": "nlarr", "→": "rarr", "↛": "nrarr", "↑": "uarr", "↓": "darr", "↔": "harr", "↮": "nharr", "↕": "varr", "↖": "nwarr", "↗": "nearr", "↘": "searr", "↙": "swarr", "↝": "rarrw", "↝̸": "nrarrw", "↞": "Larr", "↟": "Uarr", "↠": "Rarr", "↡": "Darr", "↢": "larrtl", "↣": "rarrtl", "↤": "mapstoleft", "↥": "mapstoup", "↦": "map", "↧": "mapstodown", "↩": "larrhk", "↪": "rarrhk", "↫": "larrlp", "↬": "rarrlp", "↭": "harrw", "↰": "lsh", "↱": "rsh", "↲": "ldsh", "↳": "rdsh", "↵": "crarr", "↶": "cularr", "↷": "curarr", "↺": "olarr", "↻": "orarr", "↼": "lharu", "↽": "lhard", "↾": "uharr", "↿": "uharl", "⇀": "rharu", "⇁": "rhard", "⇂": "dharr", "⇃": "dharl", "⇄": "rlarr", "⇅": "udarr", "⇆": "lrarr", "⇇": "llarr", "⇈": "uuarr", "⇉": "rrarr", "⇊": "ddarr", "⇋": "lrhar", "⇌": "rlhar", "⇐": "lArr", "⇍": "nlArr", "⇑": "uArr", "⇒": "rArr", "⇏": "nrArr", "⇓": "dArr", "⇔": "iff", "⇎": "nhArr", "⇕": "vArr", "⇖": "nwArr", "⇗": "neArr", "⇘": "seArr", "⇙": "swArr", "⇚": "lAarr", "⇛": "rAarr", "⇝": "zigrarr", "⇤": "larrb", "⇥": "rarrb", "⇵": "duarr", "⇽": "loarr", "⇾": "roarr", "⇿": "hoarr", "∀": "forall", "∁": "comp", "∂": "part", "∂̸": "npart", "∃": "exist", "∄": "nexist", "∅": "empty", "∇": "Del", "∈": "in", "∉": "notin", "∋": "ni", "∌": "notni", "϶": "bepsi", "∏": "prod", "∐": "coprod", "∑": "sum", "+": "plus", "±": "pm", "÷": "div", "×": "times", "<": "lt", "≮": "nlt", "<⃒": "nvlt", "=": "equals", "≠": "ne", "=⃥": "bne", "⩵": "Equal", ">": "gt", "≯": "ngt", ">⃒": "nvgt", "¬": "not", "|": "vert", "¦": "brvbar", "−": "minus", "∓": "mp", "∔": "plusdo", "⁄": "frasl", "∖": "setmn", "∗": "lowast", "∘": "compfn", "√": "Sqrt", "∝": "prop", "∞": "infin", "∟": "angrt", "∠": "ang", "∠⃒": "nang", "∡": "angmsd", "∢": "angsph", "∣": "mid", "∤": "nmid", "∥": "par", "∦": "npar", "∧": "and", "∨": "or", "∩": "cap", "∩︀": "caps", "∪": "cup", "∪︀": "cups", "∫": "int", "∬": "Int", "∭": "tint", "⨌": "qint", "∮": "oint", "∯": "Conint", "∰": "Cconint", "∱": "cwint", "∲": "cwconint", "∳": "awconint", "∴": "there4", "∵": "becaus", "∶": "ratio", "∷": "Colon", "∸": "minusd", "∺": "mDDot", "∻": "homtht", "∼": "sim", "≁": "nsim", "∼⃒": "nvsim", "∽": "bsim", "∽̱": "race", "∾": "ac", "∾̳": "acE", "∿": "acd", "≀": "wr", "≂": "esim", "≂̸": "nesim", "≃": "sime", "≄": "nsime", "≅": "cong", "≇": "ncong", "≆": "simne", "≈": "ap", "≉": "nap", "≊": "ape", "≋": "apid", "≋̸": "napid", "≌": "bcong", "≍": "CupCap", "≭": "NotCupCap", "≍⃒": "nvap", "≎": "bump", "≎̸": "nbump", "≏": "bumpe", "≏̸": "nbumpe", "≐": "doteq", "≐̸": "nedot", "≑": "eDot", "≒": "efDot", "≓": "erDot", "≔": "colone", "≕": "ecolon", "≖": "ecir", "≗": "cire", "≙": "wedgeq", "≚": "veeeq", "≜": "trie", "≟": "equest", "≡": "equiv", "≢": "nequiv", "≡⃥": "bnequiv", "≤": "le", "≰": "nle", "≤⃒": "nvle", "≥": "ge", "≱": "nge", "≥⃒": "nvge", "≦": "lE", "≦̸": "nlE", "≧": "gE", "≧̸": "ngE", "≨︀": "lvnE", "≨": "lnE", "≩": "gnE", "≩︀": "gvnE", "≪": "ll", "≪̸": "nLtv", "≪⃒": "nLt", "≫": "gg", "≫̸": "nGtv", "≫⃒": "nGt", "≬": "twixt", "≲": "lsim", "≴": "nlsim", "≳": "gsim", "≵": "ngsim", "≶": "lg", "≸": "ntlg", "≷": "gl", "≹": "ntgl", "≺": "pr", "⊀": "npr", "≻": "sc", "⊁": "nsc", "≼": "prcue", "⋠": "nprcue", "≽": "sccue", "⋡": "nsccue", "≾": "prsim", "≿": "scsim", "≿̸": "NotSucceedsTilde", "⊂": "sub", "⊄": "nsub", "⊂⃒": "vnsub", "⊃": "sup", "⊅": "nsup", "⊃⃒": "vnsup", "⊆": "sube", "⊈": "nsube", "⊇": "supe", "⊉": "nsupe", "⊊︀": "vsubne", "⊊": "subne", "⊋︀": "vsupne", "⊋": "supne", "⊍": "cupdot", "⊎": "uplus", "⊏": "sqsub", "⊏̸": "NotSquareSubset", "⊐": "sqsup", "⊐̸": "NotSquareSuperset", "⊑": "sqsube", "⋢": "nsqsube", "⊒": "sqsupe", "⋣": "nsqsupe", "⊓": "sqcap", "⊓︀": "sqcaps", "⊔": "sqcup", "⊔︀": "sqcups", "⊕": "oplus", "⊖": "ominus", "⊗": "otimes", "⊘": "osol", "⊙": "odot", "⊚": "ocir", "⊛": "oast", "⊝": "odash", "⊞": "plusb", "⊟": "minusb", "⊠": "timesb", "⊡": "sdotb", "⊢": "vdash", "⊬": "nvdash", "⊣": "dashv", "⊤": "top", "⊥": "bot", "⊧": "models", "⊨": "vDash", "⊭": "nvDash", "⊩": "Vdash", "⊮": "nVdash", "⊪": "Vvdash", "⊫": "VDash", "⊯": "nVDash", "⊰": "prurel", "⊲": "vltri", "⋪": "nltri", "⊳": "vrtri", "⋫": "nrtri", "⊴": "ltrie", "⋬": "nltrie", "⊴⃒": "nvltrie", "⊵": "rtrie", "⋭": "nrtrie", "⊵⃒": "nvrtrie", "⊶": "origof", "⊷": "imof", "⊸": "mumap", "⊹": "hercon", "⊺": "intcal", "⊻": "veebar", "⊽": "barvee", "⊾": "angrtvb", "⊿": "lrtri", "⋀": "Wedge", "⋁": "Vee", "⋂": "xcap", "⋃": "xcup", "⋄": "diam", "⋅": "sdot", "⋆": "Star", "⋇": "divonx", "⋈": "bowtie", "⋉": "ltimes", "⋊": "rtimes", "⋋": "lthree", "⋌": "rthree", "⋍": "bsime", "⋎": "cuvee", "⋏": "cuwed", "⋐": "Sub", "⋑": "Sup", "⋒": "Cap", "⋓": "Cup", "⋔": "fork", "⋕": "epar", "⋖": "ltdot", "⋗": "gtdot", "⋘": "Ll", "⋘̸": "nLl", "⋙": "Gg", "⋙̸": "nGg", "⋚︀": "lesg", "⋚": "leg", "⋛": "gel", "⋛︀": "gesl", "⋞": "cuepr", "⋟": "cuesc", "⋦": "lnsim", "⋧": "gnsim", "⋨": "prnsim", "⋩": "scnsim", "⋮": "vellip", "⋯": "ctdot", "⋰": "utdot", "⋱": "dtdot", "⋲": "disin", "⋳": "isinsv", "⋴": "isins", "⋵": "isindot", "⋵̸": "notindot", "⋶": "notinvc", "⋷": "notinvb", "⋹": "isinE", "⋹̸": "notinE", "⋺": "nisd", "⋻": "xnis", "⋼": "nis", "⋽": "notnivc", "⋾": "notnivb", "⌅": "barwed", "⌆": "Barwed", "⌌": "drcrop", "⌍": "dlcrop", "⌎": "urcrop", "⌏": "ulcrop", "⌐": "bnot", "⌒": "profline", "⌓": "profsurf", "⌕": "telrec", "⌖": "target", "⌜": "ulcorn", "⌝": "urcorn", "⌞": "dlcorn", "⌟": "drcorn", "⌢": "frown", "⌣": "smile", "⌭": "cylcty", "⌮": "profalar", "⌶": "topbot", "⌽": "ovbar", "⌿": "solbar", "⍼": "angzarr", "⎰": "lmoust", "⎱": "rmoust", "⎴": "tbrk", "⎵": "bbrk", "⎶": "bbrktbrk", "⏜": "OverParenthesis", "⏝": "UnderParenthesis", "⏞": "OverBrace", "⏟": "UnderBrace", "⏢": "trpezium", "⏧": "elinters", "␣": "blank", "─": "boxh", "│": "boxv", "┌": "boxdr", "┐": "boxdl", "└": "boxur", "┘": "boxul", "├": "boxvr", "┤": "boxvl", "┬": "boxhd", "┴": "boxhu", "┼": "boxvh", "═": "boxH", "║": "boxV", "╒": "boxdR", "╓": "boxDr", "╔": "boxDR", "╕": "boxdL", "╖": "boxDl", "╗": "boxDL", "╘": "boxuR", "╙": "boxUr", "╚": "boxUR", "╛": "boxuL", "╜": "boxUl", "╝": "boxUL", "╞": "boxvR", "╟": "boxVr", "╠": "boxVR", "╡": "boxvL", "╢": "boxVl", "╣": "boxVL", "╤": "boxHd", "╥": "boxhD", "╦": "boxHD", "╧": "boxHu", "╨": "boxhU", "╩": "boxHU", "╪": "boxvH", "╫": "boxVh", "╬": "boxVH", "▀": "uhblk", "▄": "lhblk", "█": "block", "░": "blk14", "▒": "blk12", "▓": "blk34", "□": "squ", "▪": "squf", "▫": "EmptyVerySmallSquare", "▭": "rect", "▮": "marker", "▱": "fltns", "△": "xutri", "▴": "utrif", "▵": "utri", "▸": "rtrif", "▹": "rtri", "▽": "xdtri", "▾": "dtrif", "▿": "dtri", "◂": "ltrif", "◃": "ltri", "◊": "loz", "○": "cir", "◬": "tridot", "◯": "xcirc", "◸": "ultri", "◹": "urtri", "◺": "lltri", "◻": "EmptySmallSquare", "◼": "FilledSmallSquare", "★": "starf", "☆": "star", "☎": "phone", "♀": "female", "♂": "male", "♠": "spades", "♣": "clubs", "♥": "hearts", "♦": "diams", "♪": "sung", "✓": "check", "✗": "cross", "✠": "malt", "✶": "sext", "❘": "VerticalSeparator", "⟈": "bsolhsub", "⟉": "suphsol", "⟵": "xlarr", "⟶": "xrarr", "⟷": "xharr", "⟸": "xlArr", "⟹": "xrArr", "⟺": "xhArr", "⟼": "xmap", "⟿": "dzigrarr", "⤂": "nvlArr", "⤃": "nvrArr", "⤄": "nvHarr", "⤅": "Map", "⤌": "lbarr", "⤍": "rbarr", "⤎": "lBarr", "⤏": "rBarr", "⤐": "RBarr", "⤑": "DDotrahd", "⤒": "UpArrowBar", "⤓": "DownArrowBar", "⤖": "Rarrtl", "⤙": "latail", "⤚": "ratail", "⤛": "lAtail", "⤜": "rAtail", "⤝": "larrfs", "⤞": "rarrfs", "⤟": "larrbfs", "⤠": "rarrbfs", "⤣": "nwarhk", "⤤": "nearhk", "⤥": "searhk", "⤦": "swarhk", "⤧": "nwnear", "⤨": "toea", "⤩": "tosa", "⤪": "swnwar", "⤳": "rarrc", "⤳̸": "nrarrc", "⤵": "cudarrr", "⤶": "ldca", "⤷": "rdca", "⤸": "cudarrl", "⤹": "larrpl", "⤼": "curarrm", "⤽": "cularrp", "⥅": "rarrpl", "⥈": "harrcir", "⥉": "Uarrocir", "⥊": "lurdshar", "⥋": "ldrushar", "⥎": "LeftRightVector", "⥏": "RightUpDownVector", "⥐": "DownLeftRightVector", "⥑": "LeftUpDownVector", "⥒": "LeftVectorBar", "⥓": "RightVectorBar", "⥔": "RightUpVectorBar", "⥕": "RightDownVectorBar", "⥖": "DownLeftVectorBar", "⥗": "DownRightVectorBar", "⥘": "LeftUpVectorBar", "⥙": "LeftDownVectorBar", "⥚": "LeftTeeVector", "⥛": "RightTeeVector", "⥜": "RightUpTeeVector", "⥝": "RightDownTeeVector", "⥞": "DownLeftTeeVector", "⥟": "DownRightTeeVector", "⥠": "LeftUpTeeVector", "⥡": "LeftDownTeeVector", "⥢": "lHar", "⥣": "uHar", "⥤": "rHar", "⥥": "dHar", "⥦": "luruhar", "⥧": "ldrdhar", "⥨": "ruluhar", "⥩": "rdldhar", "⥪": "lharul", "⥫": "llhard", "⥬": "rharul", "⥭": "lrhard", "⥮": "udhar", "⥯": "duhar", "⥰": "RoundImplies", "⥱": "erarr", "⥲": "simrarr", "⥳": "larrsim", "⥴": "rarrsim", "⥵": "rarrap", "⥶": "ltlarr", "⥸": "gtrarr", "⥹": "subrarr", "⥻": "suplarr", "⥼": "lfisht", "⥽": "rfisht", "⥾": "ufisht", "⥿": "dfisht", "⦚": "vzigzag", "⦜": "vangrt", "⦝": "angrtvbd", "⦤": "ange", "⦥": "range", "⦦": "dwangle", "⦧": "uwangle", "⦨": "angmsdaa", "⦩": "angmsdab", "⦪": "angmsdac", "⦫": "angmsdad", "⦬": "angmsdae", "⦭": "angmsdaf", "⦮": "angmsdag", "⦯": "angmsdah", "⦰": "bemptyv", "⦱": "demptyv", "⦲": "cemptyv", "⦳": "raemptyv", "⦴": "laemptyv", "⦵": "ohbar", "⦶": "omid", "⦷": "opar", "⦹": "operp", "⦻": "olcross", "⦼": "odsold", "⦾": "olcir", "⦿": "ofcir", "⧀": "olt", "⧁": "ogt", "⧂": "cirscir", "⧃": "cirE", "⧄": "solb", "⧅": "bsolb", "⧉": "boxbox", "⧍": "trisb", "⧎": "rtriltri", "⧏": "LeftTriangleBar", "⧏̸": "NotLeftTriangleBar", "⧐": "RightTriangleBar", "⧐̸": "NotRightTriangleBar", "⧜": "iinfin", "⧝": "infintie", "⧞": "nvinfin", "⧣": "eparsl", "⧤": "smeparsl", "⧥": "eqvparsl", "⧫": "lozf", "⧴": "RuleDelayed", "⧶": "dsol", "⨀": "xodot", "⨁": "xoplus", "⨂": "xotime", "⨄": "xuplus", "⨆": "xsqcup", "⨍": "fpartint", "⨐": "cirfnint", "⨑": "awint", "⨒": "rppolint", "⨓": "scpolint", "⨔": "npolint", "⨕": "pointint", "⨖": "quatint", "⨗": "intlarhk", "⨢": "pluscir", "⨣": "plusacir", "⨤": "simplus", "⨥": "plusdu", "⨦": "plussim", "⨧": "plustwo", "⨩": "mcomma", "⨪": "minusdu", "⨭": "loplus", "⨮": "roplus", "⨯": "Cross", "⨰": "timesd", "⨱": "timesbar", "⨳": "smashp", "⨴": "lotimes", "⨵": "rotimes", "⨶": "otimesas", "⨷": "Otimes", "⨸": "odiv", "⨹": "triplus", "⨺": "triminus", "⨻": "tritime", "⨼": "iprod", "⨿": "amalg", "⩀": "capdot", "⩂": "ncup", "⩃": "ncap", "⩄": "capand", "⩅": "cupor", "⩆": "cupcap", "⩇": "capcup", "⩈": "cupbrcap", "⩉": "capbrcup", "⩊": "cupcup", "⩋": "capcap", "⩌": "ccups", "⩍": "ccaps", "⩐": "ccupssm", "⩓": "And", "⩔": "Or", "⩕": "andand", "⩖": "oror", "⩗": "orslope", "⩘": "andslope", "⩚": "andv", "⩛": "orv", "⩜": "andd", "⩝": "ord", "⩟": "wedbar", "⩦": "sdote", "⩪": "simdot", "⩭": "congdot", "⩭̸": "ncongdot", "⩮": "easter", "⩯": "apacir", "⩰": "apE", "⩰̸": "napE", "⩱": "eplus", "⩲": "pluse", "⩳": "Esim", "⩷": "eDDot", "⩸": "equivDD", "⩹": "ltcir", "⩺": "gtcir", "⩻": "ltquest", "⩼": "gtquest", "⩽": "les", "⩽̸": "nles", "⩾": "ges", "⩾̸": "nges", "⩿": "lesdot", "⪀": "gesdot", "⪁": "lesdoto", "⪂": "gesdoto", "⪃": "lesdotor", "⪄": "gesdotol", "⪅": "lap", "⪆": "gap", "⪇": "lne", "⪈": "gne", "⪉": "lnap", "⪊": "gnap", "⪋": "lEg", "⪌": "gEl", "⪍": "lsime", "⪎": "gsime", "⪏": "lsimg", "⪐": "gsiml", "⪑": "lgE", "⪒": "glE", "⪓": "lesges", "⪔": "gesles", "⪕": "els", "⪖": "egs", "⪗": "elsdot", "⪘": "egsdot", "⪙": "el", "⪚": "eg", "⪝": "siml", "⪞": "simg", "⪟": "simlE", "⪠": "simgE", "⪡": "LessLess", "⪡̸": "NotNestedLessLess", "⪢": "GreaterGreater", "⪢̸": "NotNestedGreaterGreater", "⪤": "glj", "⪥": "gla", "⪦": "ltcc", "⪧": "gtcc", "⪨": "lescc", "⪩": "gescc", "⪪": "smt", "⪫": "lat", "⪬": "smte", "⪬︀": "smtes", "⪭": "late", "⪭︀": "lates", "⪮": "bumpE", "⪯": "pre", "⪯̸": "npre", "⪰": "sce", "⪰̸": "nsce", "⪳": "prE", "⪴": "scE", "⪵": "prnE", "⪶": "scnE", "⪷": "prap", "⪸": "scap", "⪹": "prnap", "⪺": "scnap", "⪻": "Pr", "⪼": "Sc", "⪽": "subdot", "⪾": "supdot", "⪿": "subplus", "⫀": "supplus", "⫁": "submult", "⫂": "supmult", "⫃": "subedot", "⫄": "supedot", "⫅": "subE", "⫅̸": "nsubE", "⫆": "supE", "⫆̸": "nsupE", "⫇": "subsim", "⫈": "supsim", "⫋︀": "vsubnE", "⫋": "subnE", "⫌︀": "vsupnE", "⫌": "supnE", "⫏": "csub", "⫐": "csup", "⫑": "csube", "⫒": "csupe", "⫓": "subsup", "⫔": "supsub", "⫕": "subsub", "⫖": "supsup", "⫗": "suphsub", "⫘": "supdsub", "⫙": "forkv", "⫚": "topfork", "⫛": "mlcp", "⫤": "Dashv", "⫦": "Vdashl", "⫧": "Barv", "⫨": "vBar", "⫩": "vBarv", "⫫": "Vbar", "⫬": "Not", "⫭": "bNot", "⫮": "rnmid", "⫯": "cirmid", "⫰": "midcir", "⫱": "topcir", "⫲": "nhpar", "⫳": "parsim", "⫽": "parsl", "⫽⃥": "nparsl", "♭": "flat", "♮": "natur", "♯": "sharp", "¤": "curren", "¢": "cent", $: "dollar", "£": "pound", "¥": "yen", "€": "euro", "¹": "sup1", "½": "half", "⅓": "frac13", "¼": "frac14", "⅕": "frac15", "⅙": "frac16", "⅛": "frac18", "²": "sup2", "⅔": "frac23", "⅖": "frac25", "³": "sup3", "¾": "frac34", "⅗": "frac35", "⅜": "frac38", "⅘": "frac45", "⅚": "frac56", "⅝": "frac58", "⅞": "frac78", "𝒶": "ascr", "𝕒": "aopf", "𝔞": "afr", "𝔸": "Aopf", "𝔄": "Afr", "𝒜": "Ascr", ª: "ordf", á: "aacute", Á: "Aacute", à: "agrave", À: "Agrave", ă: "abreve", Ă: "Abreve", â: "acirc", Â: "Acirc", å: "aring", Å: "angst", ä: "auml", Ä: "Auml", ã: "atilde", Ã: "Atilde", ą: "aogon", Ą: "Aogon", ā: "amacr", Ā: "Amacr", æ: "aelig", Æ: "AElig", "𝒷": "bscr", "𝕓": "bopf", "𝔟": "bfr", "𝔹": "Bopf", ℬ: "Bscr", "𝔅": "Bfr", "𝔠": "cfr", "𝒸": "cscr", "𝕔": "copf", ℭ: "Cfr", "𝒞": "Cscr", ℂ: "Copf", ć: "cacute", Ć: "Cacute", ĉ: "ccirc", Ĉ: "Ccirc", č: "ccaron", Č: "Ccaron", ċ: "cdot", Ċ: "Cdot", ç: "ccedil", Ç: "Ccedil", "℅": "incare", "𝔡": "dfr", "ⅆ": "dd", "𝕕": "dopf", "𝒹": "dscr", "𝒟": "Dscr", "𝔇": "Dfr", "ⅅ": "DD", "𝔻": "Dopf", ď: "dcaron", Ď: "Dcaron", đ: "dstrok", Đ: "Dstrok", ð: "eth", Ð: "ETH", "ⅇ": "ee", ℯ: "escr", "𝔢": "efr", "𝕖": "eopf", ℰ: "Escr", "𝔈": "Efr", "𝔼": "Eopf", é: "eacute", É: "Eacute", è: "egrave", È: "Egrave", ê: "ecirc", Ê: "Ecirc", ě: "ecaron", Ě: "Ecaron", ë: "euml", Ë: "Euml", ė: "edot", Ė: "Edot", ę: "eogon", Ę: "Eogon", ē: "emacr", Ē: "Emacr", "𝔣": "ffr", "𝕗": "fopf", "𝒻": "fscr", "𝔉": "Ffr", "𝔽": "Fopf", ℱ: "Fscr", ff: "fflig", ffi: "ffilig", ffl: "ffllig", fi: "filig", fj: "fjlig", fl: "fllig", ƒ: "fnof", ℊ: "gscr", "𝕘": "gopf", "𝔤": "gfr", "𝒢": "Gscr", "𝔾": "Gopf", "𝔊": "Gfr", ǵ: "gacute", ğ: "gbreve", Ğ: "Gbreve", ĝ: "gcirc", Ĝ: "Gcirc", ġ: "gdot", Ġ: "Gdot", Ģ: "Gcedil", "𝔥": "hfr", ℎ: "planckh", "𝒽": "hscr", "𝕙": "hopf", ℋ: "Hscr", ℌ: "Hfr", ℍ: "Hopf", ĥ: "hcirc", Ĥ: "Hcirc", ℏ: "hbar", ħ: "hstrok", Ħ: "Hstrok", "𝕚": "iopf", "𝔦": "ifr", "𝒾": "iscr", "ⅈ": "ii", "𝕀": "Iopf", ℐ: "Iscr", ℑ: "Im", í: "iacute", Í: "Iacute", ì: "igrave", Ì: "Igrave", î: "icirc", Î: "Icirc", ï: "iuml", Ï: "Iuml", ĩ: "itilde", Ĩ: "Itilde", İ: "Idot", į: "iogon", Į: "Iogon", ī: "imacr", Ī: "Imacr", ij: "ijlig", IJ: "IJlig", ı: "imath", "𝒿": "jscr", "𝕛": "jopf", "𝔧": "jfr", "𝒥": "Jscr", "𝔍": "Jfr", "𝕁": "Jopf", ĵ: "jcirc", Ĵ: "Jcirc", "ȷ": "jmath", "𝕜": "kopf", "𝓀": "kscr", "𝔨": "kfr", "𝒦": "Kscr", "𝕂": "Kopf", "𝔎": "Kfr", ķ: "kcedil", Ķ: "Kcedil", "𝔩": "lfr", "𝓁": "lscr", ℓ: "ell", "𝕝": "lopf", ℒ: "Lscr", "𝔏": "Lfr", "𝕃": "Lopf", ĺ: "lacute", Ĺ: "Lacute", ľ: "lcaron", Ľ: "Lcaron", ļ: "lcedil", Ļ: "Lcedil", ł: "lstrok", Ł: "Lstrok", ŀ: "lmidot", Ŀ: "Lmidot", "𝔪": "mfr", "𝕞": "mopf", "𝓂": "mscr", "𝔐": "Mfr", "𝕄": "Mopf", ℳ: "Mscr", "𝔫": "nfr", "𝕟": "nopf", "𝓃": "nscr", ℕ: "Nopf", "𝒩": "Nscr", "𝔑": "Nfr", ń: "nacute", Ń: "Nacute", ň: "ncaron", Ň: "Ncaron", ñ: "ntilde", Ñ: "Ntilde", ņ: "ncedil", Ņ: "Ncedil", "№": "numero", ŋ: "eng", Ŋ: "ENG", "𝕠": "oopf", "𝔬": "ofr", ℴ: "oscr", "𝒪": "Oscr", "𝔒": "Ofr", "𝕆": "Oopf", º: "ordm", ó: "oacute", Ó: "Oacute", ò: "ograve", Ò: "Ograve", ô: "ocirc", Ô: "Ocirc", ö: "ouml", Ö: "Ouml", ő: "odblac", Ő: "Odblac", õ: "otilde", Õ: "Otilde", ø: "oslash", Ø: "Oslash", ō: "omacr", Ō: "Omacr", œ: "oelig", Œ: "OElig", "𝔭": "pfr", "𝓅": "pscr", "𝕡": "popf", ℙ: "Popf", "𝔓": "Pfr", "𝒫": "Pscr", "𝕢": "qopf", "𝔮": "qfr", "𝓆": "qscr", "𝒬": "Qscr", "𝔔": "Qfr", ℚ: "Qopf", ĸ: "kgreen", "𝔯": "rfr", "𝕣": "ropf", "𝓇": "rscr", ℛ: "Rscr", ℜ: "Re", ℝ: "Ropf", ŕ: "racute", Ŕ: "Racute", ř: "rcaron", Ř: "Rcaron", ŗ: "rcedil", Ŗ: "Rcedil", "𝕤": "sopf", "𝓈": "sscr", "𝔰": "sfr", "𝕊": "Sopf", "𝔖": "Sfr", "𝒮": "Sscr", "Ⓢ": "oS", ś: "sacute", Ś: "Sacute", ŝ: "scirc", Ŝ: "Scirc", š: "scaron", Š: "Scaron", ş: "scedil", Ş: "Scedil", ß: "szlig", "𝔱": "tfr", "𝓉": "tscr", "𝕥": "topf", "𝒯": "Tscr", "𝔗": "Tfr", "𝕋": "Topf", ť: "tcaron", Ť: "Tcaron", ţ: "tcedil", Ţ: "Tcedil", "™": "trade", ŧ: "tstrok", Ŧ: "Tstrok", "𝓊": "uscr", "𝕦": "uopf", "𝔲": "ufr", "𝕌": "Uopf", "𝔘": "Ufr", "𝒰": "Uscr", ú: "uacute", Ú: "Uacute", ù: "ugrave", Ù: "Ugrave", ŭ: "ubreve", Ŭ: "Ubreve", û: "ucirc", Û: "Ucirc", ů: "uring", Ů: "Uring", ü: "uuml", Ü: "Uuml", ű: "udblac", Ű: "Udblac", ũ: "utilde", Ũ: "Utilde", ų: "uogon", Ų: "Uogon", ū: "umacr", Ū: "Umacr", "𝔳": "vfr", "𝕧": "vopf", "𝓋": "vscr", "𝔙": "Vfr", "𝕍": "Vopf", "𝒱": "Vscr", "𝕨": "wopf", "𝓌": "wscr", "𝔴": "wfr", "𝒲": "Wscr", "𝕎": "Wopf", "𝔚": "Wfr", ŵ: "wcirc", Ŵ: "Wcirc", "𝔵": "xfr", "𝓍": "xscr", "𝕩": "xopf", "𝕏": "Xopf", "𝔛": "Xfr", "𝒳": "Xscr", "𝔶": "yfr", "𝓎": "yscr", "𝕪": "yopf", "𝒴": "Yscr", "𝔜": "Yfr", "𝕐": "Yopf", ý: "yacute", Ý: "Yacute", ŷ: "ycirc", Ŷ: "Ycirc", ÿ: "yuml", Ÿ: "Yuml", "𝓏": "zscr", "𝔷": "zfr", "𝕫": "zopf", ℨ: "Zfr", ℤ: "Zopf", "𝒵": "Zscr", ź: "zacute", Ź: "Zacute", ž: "zcaron", Ž: "Zcaron", ż: "zdot", Ż: "Zdot", Ƶ: "imped", þ: "thorn", Þ: "THORN", ʼn: "napos", α: "alpha", Α: "Alpha", β: "beta", Β: "Beta", γ: "gamma", Γ: "Gamma", δ: "delta", Δ: "Delta", ε: "epsi", "ϵ": "epsiv", Ε: "Epsilon", ϝ: "gammad", Ϝ: "Gammad", ζ: "zeta", Ζ: "Zeta", η: "eta", Η: "Eta", θ: "theta", ϑ: "thetav", Θ: "Theta", ι: "iota", Ι: "Iota", κ: "kappa", ϰ: "kappav", Κ: "Kappa", λ: "lambda", Λ: "Lambda", μ: "mu", µ: "micro", Μ: "Mu", ν: "nu", Ν: "Nu", ξ: "xi", Ξ: "Xi", ο: "omicron", Ο: "Omicron", π: "pi", ϖ: "piv", Π: "Pi", ρ: "rho", ϱ: "rhov", Ρ: "Rho", σ: "sigma", Σ: "Sigma", ς: "sigmaf", τ: "tau", Τ: "Tau", υ: "upsi", Υ: "Upsilon", ϒ: "Upsi", φ: "phi", ϕ: "phiv", Φ: "Phi", χ: "chi", Χ: "Chi", ψ: "psi", Ψ: "Psi", ω: "omega", Ω: "ohm", а: "acy", А: "Acy", б: "bcy", Б: "Bcy", в: "vcy", В: "Vcy", г: "gcy", Г: "Gcy", ѓ: "gjcy", Ѓ: "GJcy", д: "dcy", Д: "Dcy", ђ: "djcy", Ђ: "DJcy", е: "iecy", Е: "IEcy", ё: "iocy", Ё: "IOcy", є: "jukcy", Є: "Jukcy", ж: "zhcy", Ж: "ZHcy", з: "zcy", З: "Zcy", ѕ: "dscy", Ѕ: "DScy", и: "icy", И: "Icy", і: "iukcy", І: "Iukcy", ї: "yicy", Ї: "YIcy", й: "jcy", Й: "Jcy", ј: "jsercy", Ј: "Jsercy", к: "kcy", К: "Kcy", ќ: "kjcy", Ќ: "KJcy", л: "lcy", Л: "Lcy", љ: "ljcy", Љ: "LJcy", м: "mcy", М: "Mcy", н: "ncy", Н: "Ncy", њ: "njcy", Њ: "NJcy", о: "ocy", О: "Ocy", п: "pcy", П: "Pcy", р: "rcy", Р: "Rcy", с: "scy", С: "Scy", т: "tcy", Т: "Tcy", ћ: "tshcy", Ћ: "TSHcy", у: "ucy", У: "Ucy", ў: "ubrcy", Ў: "Ubrcy", ф: "fcy", Ф: "Fcy", х: "khcy", Х: "KHcy", ц: "tscy", Ц: "TScy", ч: "chcy", Ч: "CHcy", џ: "dzcy", Џ: "DZcy", ш: "shcy", Ш: "SHcy", щ: "shchcy", Щ: "SHCHcy", ъ: "hardcy", Ъ: "HARDcy", ы: "ycy", Ы: "Ycy", ь: "softcy", Ь: "SOFTcy", э: "ecy", Э: "Ecy", ю: "yucy", Ю: "YUcy", я: "yacy", Я: "YAcy", ℵ: "aleph", ℶ: "beth", ℷ: "gimel", ℸ: "daleth" }, W = /["&'<>`]/g, C = {
|
|
1094
1105
|
'"': """,
|
|
1095
1106
|
"&": "&",
|
|
1096
1107
|
"'": "'",
|
|
@@ -1105,15 +1116,15 @@ gn.exports;
|
|
|
1105
1116
|
// See http://html5sec.org/#102, http://html5sec.org/#108, and
|
|
1106
1117
|
// http://html5sec.org/#133.
|
|
1107
1118
|
"`": "`"
|
|
1108
|
-
}, B = /&#(?:[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]/, V = /&(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, H = { 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: `
|
|
1109
|
-
`, 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: "" }, W = { 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: "ÿ" }, ge = { 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: "Ÿ" }, ne = [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], ue = String.fromCharCode, X = {}, me = X.hasOwnProperty, he = function(ce, Re) {
|
|
1110
|
-
return
|
|
1119
|
+
}, B = /&#(?:[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]/, z = /&(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: `
|
|
1120
|
+
`, 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: "ÿ" }, me = { 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: "Ÿ" }, ne = [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], $ = String.fromCharCode, X = {}, ge = X.hasOwnProperty, he = function(ce, Re) {
|
|
1121
|
+
return ge.call(ce, Re);
|
|
1111
1122
|
}, ie = function(ce, Re) {
|
|
1112
1123
|
for (var ke = -1, rt = ce.length; ++ke < rt; )
|
|
1113
1124
|
if (ce[ke] == Re)
|
|
1114
1125
|
return !0;
|
|
1115
1126
|
return !1;
|
|
1116
|
-
},
|
|
1127
|
+
}, te = function(ce, Re) {
|
|
1117
1128
|
if (!ce)
|
|
1118
1129
|
return Re;
|
|
1119
1130
|
var ke = {}, rt;
|
|
@@ -1122,7 +1133,7 @@ gn.exports;
|
|
|
1122
1133
|
return ke;
|
|
1123
1134
|
}, se = function(ce, Re) {
|
|
1124
1135
|
var ke = "";
|
|
1125
|
-
return ce >= 55296 && ce <= 57343 || ce > 1114111 ? (Re && _e("character reference outside the permissible Unicode range"), "�") : he(
|
|
1136
|
+
return ce >= 55296 && ce <= 57343 || ce > 1114111 ? (Re && _e("character reference outside the permissible Unicode range"), "�") : he(me, ce) ? (Re && _e("disallowed character reference"), me[ce]) : (Re && ie(ne, ce) && _e("disallowed character reference"), ce > 65535 && (ce -= 65536, ke += $(ce >>> 10 & 1023 | 55296), ce = 56320 | ce & 1023), ke += $(ce), ke);
|
|
1126
1137
|
}, Ve = function(ce) {
|
|
1127
1138
|
return "&#x" + ce.toString(16).toUpperCase() + ";";
|
|
1128
1139
|
}, Ce = function(ce) {
|
|
@@ -1130,24 +1141,24 @@ gn.exports;
|
|
|
1130
1141
|
}, _e = function(ce) {
|
|
1131
1142
|
throw Error("Parse error: " + ce);
|
|
1132
1143
|
}, ft = function(ce, Re) {
|
|
1133
|
-
Re =
|
|
1144
|
+
Re = te(Re, ft.options);
|
|
1134
1145
|
var ke = Re.strict;
|
|
1135
1146
|
ke && w.test(ce) && _e("forbidden code point");
|
|
1136
|
-
var rt = Re.encodeEverything, Se = Re.useNamedReferences, yt = Re.allowUnsafeSymbols,
|
|
1137
|
-
return
|
|
1147
|
+
var rt = Re.encodeEverything, Se = Re.useNamedReferences, yt = Re.allowUnsafeSymbols, ue = Re.decimal ? Ce : Ve, Y = function(G) {
|
|
1148
|
+
return ue(G.charCodeAt(0));
|
|
1138
1149
|
};
|
|
1139
1150
|
return rt ? (ce = ce.replace(R, function(G) {
|
|
1140
|
-
return Se && he(P, G) ? "&" + P[G] + ";" :
|
|
1141
|
-
}), Se && (ce = ce.replace(/>\u20D2/g, ">⃒").replace(/<\u20D2/g, "<⃒").replace(/fj/g, "fj")), Se && (ce = ce.replace(
|
|
1151
|
+
return Se && he(P, G) ? "&" + P[G] + ";" : Y(G);
|
|
1152
|
+
}), Se && (ce = ce.replace(/>\u20D2/g, ">⃒").replace(/<\u20D2/g, "<⃒").replace(/fj/g, "fj")), Se && (ce = ce.replace(V, function(G) {
|
|
1142
1153
|
return "&" + P[G] + ";";
|
|
1143
|
-
}))) : Se ? (yt || (ce = ce.replace(
|
|
1154
|
+
}))) : Se ? (yt || (ce = ce.replace(W, function(G) {
|
|
1144
1155
|
return "&" + P[G] + ";";
|
|
1145
|
-
})), ce = ce.replace(/>\u20D2/g, ">⃒").replace(/<\u20D2/g, "<⃒"), ce = ce.replace(
|
|
1156
|
+
})), ce = ce.replace(/>\u20D2/g, ">⃒").replace(/<\u20D2/g, "<⃒"), ce = ce.replace(V, function(G) {
|
|
1146
1157
|
return "&" + P[G] + ";";
|
|
1147
|
-
})) : yt || (ce = ce.replace(
|
|
1158
|
+
})) : yt || (ce = ce.replace(W, Y)), ce.replace(N, function(G) {
|
|
1148
1159
|
var re = G.charCodeAt(0), pe = G.charCodeAt(1), Ye = (re - 55296) * 1024 + pe - 56320 + 65536;
|
|
1149
|
-
return
|
|
1150
|
-
}).replace(v,
|
|
1160
|
+
return ue(Ye);
|
|
1161
|
+
}).replace(v, Y);
|
|
1151
1162
|
};
|
|
1152
1163
|
ft.options = {
|
|
1153
1164
|
allowUnsafeSymbols: !1,
|
|
@@ -1157,13 +1168,13 @@ gn.exports;
|
|
|
1157
1168
|
decimal: !1
|
|
1158
1169
|
};
|
|
1159
1170
|
var He = function(ce, Re) {
|
|
1160
|
-
Re =
|
|
1171
|
+
Re = te(Re, He.options);
|
|
1161
1172
|
var ke = Re.strict;
|
|
1162
|
-
return ke && B.test(ce) && _e("malformed character reference"), ce.replace(
|
|
1173
|
+
return ke && B.test(ce) && _e("malformed character reference"), ce.replace(z, function(rt, Se, yt, ue, Y, G, re, pe, Ye) {
|
|
1163
1174
|
var at, Xe, ze, nt, ru, zu;
|
|
1164
|
-
return Se ? (ru = Se,
|
|
1175
|
+
return Se ? (ru = Se, M[ru]) : yt ? (ru = yt, zu = ue, zu && Re.isAttributeValue ? (ke && zu == "=" && _e("`&` did not start a character reference"), rt) : (ke && _e(
|
|
1165
1176
|
"named character reference was not terminated by a semicolon"
|
|
1166
|
-
),
|
|
1177
|
+
), q[ru] + (zu || ""))) : Y ? (ze = Y, Xe = G, ke && !Xe && _e("character reference was not terminated by a semicolon"), at = parseInt(ze, 10), se(at, ke)) : re ? (nt = re, Xe = pe, ke && !Xe && _e("character reference was not terminated by a semicolon"), at = parseInt(nt, 16), se(at, ke)) : (ke && _e(
|
|
1167
1178
|
"named character reference was not terminated by a semicolon"
|
|
1168
1179
|
), rt);
|
|
1169
1180
|
});
|
|
@@ -1173,7 +1184,7 @@ gn.exports;
|
|
|
1173
1184
|
strict: !1
|
|
1174
1185
|
};
|
|
1175
1186
|
var tu = function(ce) {
|
|
1176
|
-
return ce.replace(
|
|
1187
|
+
return ce.replace(W, function(Re) {
|
|
1177
1188
|
return C[Re];
|
|
1178
1189
|
});
|
|
1179
1190
|
}, At = {
|
|
@@ -1375,10 +1386,10 @@ const Zg = /^boolean/gim, Jg = () => class extends mr {
|
|
|
1375
1386
|
)}`), s;
|
|
1376
1387
|
}, sm = /^(unit|unitWithNegative)\(.*\)/gim, om = (e) => {
|
|
1377
1388
|
var v;
|
|
1378
|
-
const u = /^unitWithNegative/.exec(e) ? "-|" : "", a = (v = /\(([^)]+)\)/.exec(e)) == null ? void 0 : v[1].split(","), s = /\{([^}]+)\}/.exec(e), d = s && s[1] && s[1].split(",") || ["1"], g = a.includes("auto") ? "|auto" : "", N = a.filter((
|
|
1389
|
+
const u = /^unitWithNegative/.exec(e) ? "-|" : "", a = (v = /\(([^)]+)\)/.exec(e)) == null ? void 0 : v[1].split(","), s = /\{([^}]+)\}/.exec(e), d = s && s[1] && s[1].split(",") || ["1"], g = a.includes("auto") ? "|auto" : "", N = a.filter((V) => V !== "auto"), R = a.join(", ");
|
|
1379
1390
|
return class extends mr {
|
|
1380
|
-
constructor(
|
|
1381
|
-
super(
|
|
1391
|
+
constructor(W) {
|
|
1392
|
+
super(W);
|
|
1382
1393
|
F(this, "errorMessage", xl(
|
|
1383
1394
|
"Has invalid value: $value for type Unit, only accepts (***) units",
|
|
1384
1395
|
R
|
|
@@ -1491,10 +1502,10 @@ class we extends E.Component {
|
|
|
1491
1502
|
return ps(
|
|
1492
1503
|
Rg(a, Bl),
|
|
1493
1504
|
(g, N, R) => {
|
|
1494
|
-
const
|
|
1505
|
+
const V = (R === "style" ? s.style : s.default)(N);
|
|
1495
1506
|
let P = R;
|
|
1496
1507
|
return R === "class" && (P = "className"), R.startsWith("cell") && (P = Ru(R.replace(/^cell(.*)$/, "cell_$1"))), P = Ru(P), P === "verticalAlign" && (P = "verticalalign"), J(D({}, g), {
|
|
1497
|
-
[P]: ea(
|
|
1508
|
+
[P]: ea(V) ? cl.decode(V) : V
|
|
1498
1509
|
});
|
|
1499
1510
|
},
|
|
1500
1511
|
{}
|
|
@@ -1538,35 +1549,35 @@ class we extends E.Component {
|
|
|
1538
1549
|
return {};
|
|
1539
1550
|
}
|
|
1540
1551
|
get attributes() {
|
|
1541
|
-
var
|
|
1552
|
+
var W, C, B, w, z, M, q;
|
|
1542
1553
|
const a = this.constructor, s = this.props.context.data, d = Fl(
|
|
1543
|
-
(
|
|
1554
|
+
(W = s == null ? void 0 : s.globalAttributes) == null ? void 0 : W["mj-class"],
|
|
1544
1555
|
(B = (C = s == null ? void 0 : s.blockAttributes) == null ? void 0 : C[this.props.element.type]) == null ? void 0 : B["mj-class"],
|
|
1545
1556
|
this.props.elementAttributes["mj-class"]
|
|
1546
1557
|
), g = {};
|
|
1547
|
-
Object.keys((s == null ? void 0 : s.classAttributes) || {}).forEach((
|
|
1548
|
-
d.split(" ").map((
|
|
1558
|
+
Object.keys((s == null ? void 0 : s.classAttributes) || {}).forEach((me) => {
|
|
1559
|
+
d.split(" ").map(($) => $.trim()).filter(Boolean).includes(me) && Object.assign(g, It(s == null ? void 0 : s.classAttributes, me));
|
|
1549
1560
|
});
|
|
1550
1561
|
const N = Ee.getBlockByType(this.props.element.type), R = this.props.elementAttributes, v = a.defaultAttributes;
|
|
1551
|
-
(w = It(R, "padding", "")) != null && w.trim() && (delete v["padding-top"], delete v["padding-bottom"], delete v["padding-left"], delete v["padding-right"]), (
|
|
1552
|
-
const
|
|
1562
|
+
(w = It(R, "padding", "")) != null && w.trim() && (delete v["padding-top"], delete v["padding-bottom"], delete v["padding-left"], delete v["padding-right"]), (z = It(R, "inner-padding", "")) != null && z.trim() && (delete v["inner-padding-top"], delete v["inner-padding-bottom"], delete v["inner-padding-left"], delete v["inner-padding-right"]);
|
|
1563
|
+
const V = xg(
|
|
1553
1564
|
{},
|
|
1554
1565
|
v,
|
|
1555
1566
|
s == null ? void 0 : s.globalAttributes,
|
|
1556
|
-
(
|
|
1557
|
-
(
|
|
1567
|
+
(M = s == null ? void 0 : s.categoryAttributes) == null ? void 0 : M[N.category],
|
|
1568
|
+
(q = s == null ? void 0 : s.blockAttributes) == null ? void 0 : q[this.props.element.type],
|
|
1558
1569
|
g,
|
|
1559
1570
|
R
|
|
1560
1571
|
), P = Em(
|
|
1561
|
-
|
|
1572
|
+
V,
|
|
1562
1573
|
a.allowedAttributes
|
|
1563
1574
|
);
|
|
1564
1575
|
if (this.props.context) {
|
|
1565
|
-
const
|
|
1576
|
+
const me = Gu.getPageDataVariables(
|
|
1566
1577
|
this.props.context,
|
|
1567
1578
|
this.props.attributesVariables || {}
|
|
1568
1579
|
);
|
|
1569
|
-
return Gu.renderWithPageVariables(P,
|
|
1580
|
+
return Gu.renderWithPageVariables(P, me);
|
|
1570
1581
|
}
|
|
1571
1582
|
return P;
|
|
1572
1583
|
}
|
|
@@ -1757,10 +1768,10 @@ let _m = (un = class extends we {
|
|
|
1757
1768
|
get containerWidth() {
|
|
1758
1769
|
const { containerWidth: a } = this.parent, { nonRawSiblings: s } = this, { borders: d, paddings: g } = this.getBoxWidths(), N = this.getShorthandAttrValue("inner-border", "left") + this.getShorthandAttrValue("inner-border", "right"), R = g + d + N;
|
|
1759
1770
|
let v = this.getAttribute("width") || `${parseFloat(a) / s}px`;
|
|
1760
|
-
const { unit:
|
|
1771
|
+
const { unit: V, parsedWidth: P } = Lt(v, {
|
|
1761
1772
|
parseFloatToInt: !1
|
|
1762
1773
|
});
|
|
1763
|
-
return
|
|
1774
|
+
return V === "%" ? v = `${parseFloat(a) * P / 100 - R}px` : v = `${P - R}px`, v;
|
|
1764
1775
|
}
|
|
1765
1776
|
getStyles() {
|
|
1766
1777
|
const a = {
|
|
@@ -2235,22 +2246,22 @@ class rs extends we {
|
|
|
2235
2246
|
super(...arguments);
|
|
2236
2247
|
F(this, "componentType", "page");
|
|
2237
2248
|
F(this, "renderContent", () => {
|
|
2238
|
-
var
|
|
2249
|
+
var V, P, W, C, B, w, z;
|
|
2239
2250
|
const a = {
|
|
2240
|
-
color: ((
|
|
2251
|
+
color: ((V = this.attributes["link-color"]) == null ? void 0 : V.trim()) || "inherit",
|
|
2241
2252
|
"font-weight": (P = this.attributes["link-font-weight"]) == null ? void 0 : P.trim(),
|
|
2242
|
-
"text-decoration": ((
|
|
2253
|
+
"text-decoration": ((W = this.attributes["link-text-decoration"]) == null ? void 0 : W.trim()) || "none",
|
|
2243
2254
|
"font-style": (C = this.attributes["link-font-style"]) == null ? void 0 : C.trim()
|
|
2244
|
-
}, s = Object.keys(a).map((
|
|
2245
|
-
const
|
|
2246
|
-
return
|
|
2247
|
-
}).filter(Boolean).join(";"), d = `.mjbody a {${s}} .mjbody a:hover {${s}} .mjbody a:active {${s}}`, g = ((B = this.props.element.data.headStyles) == null ? void 0 : B.filter((
|
|
2248
|
-
`)) || "", N = ((w = this.props.element.data.headStyles) == null ? void 0 : w.filter((
|
|
2249
|
-
`)) || "", R = (
|
|
2255
|
+
}, s = Object.keys(a).map((M) => {
|
|
2256
|
+
const q = a;
|
|
2257
|
+
return q[M] ? `${M}: ${q[M]}` : "";
|
|
2258
|
+
}).filter(Boolean).join(";"), d = `.mjbody a {${s}} .mjbody a:hover {${s}} .mjbody a:active {${s}}`, g = ((B = this.props.element.data.headStyles) == null ? void 0 : B.filter((M) => M.inline).map((M) => M.content).join(`
|
|
2259
|
+
`)) || "", N = ((w = this.props.element.data.headStyles) == null ? void 0 : w.filter((M) => !M.inline).map((M) => M.content).join(`
|
|
2260
|
+
`)) || "", R = (z = this.props.element.data.fonts) == null ? void 0 : z.map((M, q) => /* @__PURE__ */ E.createElement(
|
|
2250
2261
|
"link",
|
|
2251
2262
|
{
|
|
2252
|
-
key:
|
|
2253
|
-
href:
|
|
2263
|
+
key: q,
|
|
2264
|
+
href: M.href,
|
|
2254
2265
|
rel: "stylesheet",
|
|
2255
2266
|
type: "text/css"
|
|
2256
2267
|
}
|
|
@@ -2459,7 +2470,7 @@ mn.exports;
|
|
|
2459
2470
|
function v(_, L) {
|
|
2460
2471
|
return !!(_ != null && _.length) && ne(_, L, 0) > -1;
|
|
2461
2472
|
}
|
|
2462
|
-
function
|
|
2473
|
+
function V(_, L, c) {
|
|
2463
2474
|
for (var K = -1, de = _ == null ? 0 : _.length; ++K < de; )
|
|
2464
2475
|
if (c(L, _[K]))
|
|
2465
2476
|
return !0;
|
|
@@ -2470,7 +2481,7 @@ mn.exports;
|
|
|
2470
2481
|
de[c] = L(_[c], c, _);
|
|
2471
2482
|
return de;
|
|
2472
2483
|
}
|
|
2473
|
-
function
|
|
2484
|
+
function W(_, L) {
|
|
2474
2485
|
for (var c = -1, K = L.length, de = _.length; ++c < K; )
|
|
2475
2486
|
_[de + c] = L[c];
|
|
2476
2487
|
return _;
|
|
@@ -2493,29 +2504,29 @@ mn.exports;
|
|
|
2493
2504
|
return !0;
|
|
2494
2505
|
return !1;
|
|
2495
2506
|
}
|
|
2496
|
-
function
|
|
2507
|
+
function z(_) {
|
|
2497
2508
|
return _.split("");
|
|
2498
2509
|
}
|
|
2499
|
-
function
|
|
2510
|
+
function M(_) {
|
|
2500
2511
|
return _.match(m2) || [];
|
|
2501
2512
|
}
|
|
2502
|
-
function
|
|
2513
|
+
function q(_, L, c) {
|
|
2503
2514
|
var K;
|
|
2504
2515
|
return c(_, function(de, Z, mt) {
|
|
2505
2516
|
if (L(de, Z, mt))
|
|
2506
2517
|
return K = Z, !1;
|
|
2507
2518
|
}), K;
|
|
2508
2519
|
}
|
|
2509
|
-
function
|
|
2520
|
+
function me(_, L, c, K) {
|
|
2510
2521
|
for (var de = _.length, Z = c + (K ? 1 : -1); K ? Z-- : ++Z < de; )
|
|
2511
2522
|
if (L(_[Z], Z, _))
|
|
2512
2523
|
return Z;
|
|
2513
2524
|
return -1;
|
|
2514
2525
|
}
|
|
2515
2526
|
function ne(_, L, c) {
|
|
2516
|
-
return L === L ? at(_, L, c) :
|
|
2527
|
+
return L === L ? at(_, L, c) : me(_, X, c);
|
|
2517
2528
|
}
|
|
2518
|
-
function
|
|
2529
|
+
function $(_, L, c, K) {
|
|
2519
2530
|
for (var de = c - 1, Z = _.length; ++de < Z; )
|
|
2520
2531
|
if (K(_[de], L))
|
|
2521
2532
|
return de;
|
|
@@ -2524,7 +2535,7 @@ mn.exports;
|
|
|
2524
2535
|
function X(_) {
|
|
2525
2536
|
return _ !== _;
|
|
2526
2537
|
}
|
|
2527
|
-
function
|
|
2538
|
+
function ge(_, L) {
|
|
2528
2539
|
var c = _ == null ? 0 : _.length;
|
|
2529
2540
|
return c ? Ve(_, L) / c : sa;
|
|
2530
2541
|
}
|
|
@@ -2538,7 +2549,7 @@ mn.exports;
|
|
|
2538
2549
|
return _ == null ? m : _[L];
|
|
2539
2550
|
};
|
|
2540
2551
|
}
|
|
2541
|
-
function
|
|
2552
|
+
function te(_, L, c, K, de) {
|
|
2542
2553
|
return de(_, function(Z, mt, jn) {
|
|
2543
2554
|
c = K ? (K = !1, Z) : L(c, Z, mt, jn);
|
|
2544
2555
|
}), c;
|
|
@@ -2609,12 +2620,12 @@ mn.exports;
|
|
|
2609
2620
|
function yt(_) {
|
|
2610
2621
|
return j2.test(_);
|
|
2611
2622
|
}
|
|
2612
|
-
function
|
|
2623
|
+
function ue(_) {
|
|
2613
2624
|
for (var L, c = []; !(L = _.next()).done; )
|
|
2614
2625
|
c.push(L.value);
|
|
2615
2626
|
return c;
|
|
2616
2627
|
}
|
|
2617
|
-
function
|
|
2628
|
+
function Y(_) {
|
|
2618
2629
|
var L = -1, c = Array(_.size);
|
|
2619
2630
|
return _.forEach(function(K, de) {
|
|
2620
2631
|
c[++L] = [de, K];
|
|
@@ -2660,7 +2671,7 @@ mn.exports;
|
|
|
2660
2671
|
return Se(_) ? zu(_) : ad(_);
|
|
2661
2672
|
}
|
|
2662
2673
|
function nt(_) {
|
|
2663
|
-
return Se(_) ? k0(_) :
|
|
2674
|
+
return Se(_) ? k0(_) : z(_);
|
|
2664
2675
|
}
|
|
2665
2676
|
function ru(_) {
|
|
2666
2677
|
for (var L = _.length; L-- && f2.test(_.charAt(L)); )
|
|
@@ -2910,14 +2921,14 @@ mn.exports;
|
|
|
2910
2921
|
return t;
|
|
2911
2922
|
}
|
|
2912
2923
|
function cd() {
|
|
2913
|
-
var t = this.__wrapped__.value(), r = this.__dir__, n = be(t), o = r < 0, l = n ? t.length : 0, f = ph(0, l, this.__views__), b = f.start, T = f.end, I = T - b, k = o ? T : b - 1, S = this.__iteratees__,
|
|
2914
|
-
if (!n || !o && l == I &&
|
|
2924
|
+
var t = this.__wrapped__.value(), r = this.__dir__, n = be(t), o = r < 0, l = n ? t.length : 0, f = ph(0, l, this.__views__), b = f.start, T = f.end, I = T - b, k = o ? T : b - 1, S = this.__iteratees__, H = S.length, j = 0, ee = ot(I, this.__takeCount__);
|
|
2925
|
+
if (!n || !o && l == I && ee == I)
|
|
2915
2926
|
return Ro(t, this.__actions__);
|
|
2916
2927
|
var oe = [];
|
|
2917
2928
|
e:
|
|
2918
|
-
for (; I-- && j <
|
|
2929
|
+
for (; I-- && j < ee; ) {
|
|
2919
2930
|
k += r;
|
|
2920
|
-
for (var Te = -1, le = t[k]; ++Te <
|
|
2931
|
+
for (var Te = -1, le = t[k]; ++Te < H; ) {
|
|
2921
2932
|
var Ie = S[Te], ye = Ie.iteratee, lt = Ie.type, Ct = ye(le);
|
|
2922
2933
|
if (lt == V0)
|
|
2923
2934
|
le = Ct;
|
|
@@ -3109,22 +3120,22 @@ mn.exports;
|
|
|
3109
3120
|
if (b = Th(t), !T)
|
|
3110
3121
|
return pt(t, b);
|
|
3111
3122
|
} else {
|
|
3112
|
-
var
|
|
3123
|
+
var H = ct(t), j = H == la || H == vs;
|
|
3113
3124
|
if (Nu(t))
|
|
3114
3125
|
return Lo(t, T);
|
|
3115
|
-
if (
|
|
3126
|
+
if (H == nu || H == Ju || j && !l) {
|
|
3116
3127
|
if (b = I || j ? {} : Xo(t), !T)
|
|
3117
3128
|
return I ? lh(t, Fd(b, t)) : ch(t, lo(b, t));
|
|
3118
3129
|
} else {
|
|
3119
|
-
if (!Oe[
|
|
3130
|
+
if (!Oe[H])
|
|
3120
3131
|
return l ? t : {};
|
|
3121
|
-
b = Dh(t,
|
|
3132
|
+
b = Dh(t, H, T);
|
|
3122
3133
|
}
|
|
3123
3134
|
}
|
|
3124
3135
|
f || (f = new Vt());
|
|
3125
|
-
var
|
|
3126
|
-
if (
|
|
3127
|
-
return
|
|
3136
|
+
var ee = f.get(t);
|
|
3137
|
+
if (ee)
|
|
3138
|
+
return ee;
|
|
3128
3139
|
f.set(t, b), Yc(t) ? t.forEach(function(le) {
|
|
3129
3140
|
b.add(Pt(le, r, n, le, t, f));
|
|
3130
3141
|
}) : Gc(t) && t.forEach(function(le, Ie) {
|
|
@@ -3163,17 +3174,17 @@ mn.exports;
|
|
|
3163
3174
|
var l = -1, f = v, b = !0, T = t.length, I = [], k = r.length;
|
|
3164
3175
|
if (!T)
|
|
3165
3176
|
return I;
|
|
3166
|
-
n && (r = P(r, He(n))), o ? (f =
|
|
3177
|
+
n && (r = P(r, He(n))), o ? (f = V, b = !1) : r.length >= Bn && (f = At, b = !1, r = new Pu(r));
|
|
3167
3178
|
e:
|
|
3168
3179
|
for (; ++l < T; ) {
|
|
3169
|
-
var S = t[l],
|
|
3170
|
-
if (S = o || S !== 0 ? S : 0, b &&
|
|
3180
|
+
var S = t[l], H = n == null ? S : n(S);
|
|
3181
|
+
if (S = o || S !== 0 ? S : 0, b && H === H) {
|
|
3171
3182
|
for (var j = k; j--; )
|
|
3172
|
-
if (r[j] ===
|
|
3183
|
+
if (r[j] === H)
|
|
3173
3184
|
continue e;
|
|
3174
3185
|
I.push(S);
|
|
3175
3186
|
} else
|
|
3176
|
-
f(r,
|
|
3187
|
+
f(r, H, o) || I.push(S);
|
|
3177
3188
|
}
|
|
3178
3189
|
return I;
|
|
3179
3190
|
}
|
|
@@ -3207,7 +3218,7 @@ mn.exports;
|
|
|
3207
3218
|
var f = -1, b = t.length;
|
|
3208
3219
|
for (n || (n = _h), l || (l = []); ++f < b; ) {
|
|
3209
3220
|
var T = t[f];
|
|
3210
|
-
r > 0 && n(T) ? r > 1 ? st(T, r - 1, n, o, l) :
|
|
3221
|
+
r > 0 && n(T) ? r > 1 ? st(T, r - 1, n, o, l) : W(l, T) : o || (l[l.length] = T);
|
|
3211
3222
|
}
|
|
3212
3223
|
return l;
|
|
3213
3224
|
}
|
|
@@ -3230,7 +3241,7 @@ mn.exports;
|
|
|
3230
3241
|
}
|
|
3231
3242
|
function Eo(t, r, n) {
|
|
3232
3243
|
var o = r(t);
|
|
3233
|
-
return be(t) ? o :
|
|
3244
|
+
return be(t) ? o : W(o, n(t));
|
|
3234
3245
|
}
|
|
3235
3246
|
function Et(t) {
|
|
3236
3247
|
return t == null ? t === m ? e2 : J0 : qu && qu in Pe(t) ? mh(t) : Rh(t);
|
|
@@ -3248,22 +3259,22 @@ mn.exports;
|
|
|
3248
3259
|
return t >= ot(r, n) && t < Ze(r, n);
|
|
3249
3260
|
}
|
|
3250
3261
|
function $n(t, r, n) {
|
|
3251
|
-
for (var o = n ?
|
|
3262
|
+
for (var o = n ? V : v, l = t[0].length, f = t.length, b = f, T = Ke(f), I = 1 / 0, k = []; b--; ) {
|
|
3252
3263
|
var S = t[b];
|
|
3253
3264
|
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) : m;
|
|
3254
3265
|
}
|
|
3255
3266
|
S = t[0];
|
|
3256
|
-
var
|
|
3267
|
+
var H = -1, j = T[0];
|
|
3257
3268
|
e:
|
|
3258
|
-
for (; ++
|
|
3259
|
-
var
|
|
3260
|
-
if (
|
|
3269
|
+
for (; ++H < l && k.length < I; ) {
|
|
3270
|
+
var ee = S[H], oe = r ? r(ee) : ee;
|
|
3271
|
+
if (ee = n || ee !== 0 ? ee : 0, !(j ? At(j, oe) : o(k, oe, n))) {
|
|
3261
3272
|
for (b = f; --b; ) {
|
|
3262
3273
|
var Te = T[b];
|
|
3263
3274
|
if (!(Te ? At(Te, oe) : o(t[b], oe, n)))
|
|
3264
3275
|
continue e;
|
|
3265
3276
|
}
|
|
3266
|
-
j && j.push(oe), k.push(
|
|
3277
|
+
j && j.push(oe), k.push(ee);
|
|
3267
3278
|
}
|
|
3268
3279
|
}
|
|
3269
3280
|
return k;
|
|
@@ -3293,7 +3304,7 @@ mn.exports;
|
|
|
3293
3304
|
function Gd(t, r, n, o, l, f) {
|
|
3294
3305
|
var b = be(t), T = be(r), I = b ? oa : ct(t), k = T ? oa : ct(r);
|
|
3295
3306
|
I = I == Ju ? nu : I, k = k == Ju ? nu : k;
|
|
3296
|
-
var S = I == nu,
|
|
3307
|
+
var S = I == nu, H = k == nu, j = I == k;
|
|
3297
3308
|
if (j && Nu(t)) {
|
|
3298
3309
|
if (!Nu(r))
|
|
3299
3310
|
return !1;
|
|
@@ -3302,9 +3313,9 @@ mn.exports;
|
|
|
3302
3313
|
if (j && !S)
|
|
3303
3314
|
return f || (f = new Vt()), b || dr(t) ? zo(t, r, n, o, l, f) : Eh(t, r, I, n, o, l, f);
|
|
3304
3315
|
if (!(n & Xu)) {
|
|
3305
|
-
var
|
|
3306
|
-
if (
|
|
3307
|
-
var Te =
|
|
3316
|
+
var ee = S && Le.call(t, "__wrapped__"), oe = H && Le.call(r, "__wrapped__");
|
|
3317
|
+
if (ee || oe) {
|
|
3318
|
+
var Te = ee ? t.value() : t, le = oe ? r.value() : r;
|
|
3308
3319
|
return f || (f = new Vt()), l(Te, le, n, o, f);
|
|
3309
3320
|
}
|
|
3310
3321
|
}
|
|
@@ -3329,10 +3340,10 @@ mn.exports;
|
|
|
3329
3340
|
if (k === m && !(I in t))
|
|
3330
3341
|
return !1;
|
|
3331
3342
|
} else {
|
|
3332
|
-
var
|
|
3343
|
+
var H = new Vt();
|
|
3333
3344
|
if (o)
|
|
3334
|
-
var j = o(k, S, I, t, r,
|
|
3335
|
-
if (!(j === m ? Rr(S, k, Xu | ia, o,
|
|
3345
|
+
var j = o(k, S, I, t, r, H);
|
|
3346
|
+
if (!(j === m ? Rr(S, k, Xu | ia, o, H) : j))
|
|
3336
3347
|
return !1;
|
|
3337
3348
|
}
|
|
3338
3349
|
}
|
|
@@ -3404,12 +3415,12 @@ mn.exports;
|
|
|
3404
3415
|
var T = bi(t, n), I = bi(r, n), k = b.get(I);
|
|
3405
3416
|
if (k)
|
|
3406
3417
|
return Xn(t, n, k), m;
|
|
3407
|
-
var S = f ? f(T, I, n + "", t, r, b) : m,
|
|
3408
|
-
if (
|
|
3409
|
-
var j = be(I),
|
|
3410
|
-
S = I, j ||
|
|
3418
|
+
var S = f ? f(T, I, n + "", t, r, b) : m, H = S === m;
|
|
3419
|
+
if (H) {
|
|
3420
|
+
var j = be(I), ee = !j && Nu(I), oe = !j && !ee && dr(I);
|
|
3421
|
+
S = I, j || ee || oe ? be(T) ? S = T : Ge(T) ? S = pt(T) : ee ? (H = !1, S = Lo(I, !0)) : oe ? (H = !1, S = So(I, !0)) : S = [] : Or(I) || Wu(I) ? (S = T, Wu(T) ? S = Dc(T) : Ue(T) && !hu(T) || (S = Xo(I))) : H = !1;
|
|
3411
3422
|
}
|
|
3412
|
-
|
|
3423
|
+
H && (b.set(I, S), l(S, I, o, f, b), b.delete(I)), Xn(t, n, S);
|
|
3413
3424
|
}
|
|
3414
3425
|
function Co(t, r) {
|
|
3415
3426
|
var n = t.length;
|
|
@@ -3449,7 +3460,7 @@ mn.exports;
|
|
|
3449
3460
|
};
|
|
3450
3461
|
}
|
|
3451
3462
|
function ri(t, r, n, o) {
|
|
3452
|
-
var l = o ?
|
|
3463
|
+
var l = o ? $ : ne, f = -1, b = r.length, T = t;
|
|
3453
3464
|
for (t === r && (r = pt(r)), n && (T = P(t, He(n))); ++f < b; )
|
|
3454
3465
|
for (var I = 0, k = r[f], S = n ? n(k) : k; (I = l(T, S, I, o)) > -1; )
|
|
3455
3466
|
T !== t && Qa.call(T, I, 1), Qa.call(t, I, 1);
|
|
@@ -3541,11 +3552,11 @@ mn.exports;
|
|
|
3541
3552
|
return 0;
|
|
3542
3553
|
r = n(r);
|
|
3543
3554
|
for (var b = r !== r, T = r === null, I = xt(r), k = r === m; l < f; ) {
|
|
3544
|
-
var S = Ya((l + f) / 2),
|
|
3555
|
+
var S = Ya((l + f) / 2), H = n(t[S]), j = H !== m, ee = H === null, oe = H === H, Te = xt(H);
|
|
3545
3556
|
if (b)
|
|
3546
3557
|
var le = o || oe;
|
|
3547
3558
|
else
|
|
3548
|
-
le = k ? oe && (o || j) : T ? oe && j && (o ||
|
|
3559
|
+
le = k ? oe && (o || j) : T ? oe && j && (o || !ee) : I ? oe && j && !ee && (o || !Te) : !ee && !Te && (o ? H <= r : H < r);
|
|
3549
3560
|
le ? l = S + 1 : f = S;
|
|
3550
3561
|
}
|
|
3551
3562
|
return ot(f, z0);
|
|
@@ -3576,7 +3587,7 @@ mn.exports;
|
|
|
3576
3587
|
function bu(t, r, n) {
|
|
3577
3588
|
var o = -1, l = v, f = t.length, b = !0, T = [], I = T;
|
|
3578
3589
|
if (n)
|
|
3579
|
-
b = !1, l =
|
|
3590
|
+
b = !1, l = V;
|
|
3580
3591
|
else if (f >= Bn) {
|
|
3581
3592
|
var k = r ? null : K1(t);
|
|
3582
3593
|
if (k)
|
|
@@ -3586,14 +3597,14 @@ mn.exports;
|
|
|
3586
3597
|
I = r ? [] : T;
|
|
3587
3598
|
e:
|
|
3588
3599
|
for (; ++o < f; ) {
|
|
3589
|
-
var S = t[o],
|
|
3590
|
-
if (S = n || S !== 0 ? S : 0, b &&
|
|
3600
|
+
var S = t[o], H = r ? r(S) : S;
|
|
3601
|
+
if (S = n || S !== 0 ? S : 0, b && H === H) {
|
|
3591
3602
|
for (var j = I.length; j--; )
|
|
3592
|
-
if (I[j] ===
|
|
3603
|
+
if (I[j] === H)
|
|
3593
3604
|
continue e;
|
|
3594
|
-
r && I.push(
|
|
3605
|
+
r && I.push(H), T.push(S);
|
|
3595
3606
|
} else
|
|
3596
|
-
l(I,
|
|
3607
|
+
l(I, H, n) || (I !== T && I.push(H), T.push(S));
|
|
3597
3608
|
}
|
|
3598
3609
|
return T;
|
|
3599
3610
|
}
|
|
@@ -3611,7 +3622,7 @@ mn.exports;
|
|
|
3611
3622
|
function Ro(t, r) {
|
|
3612
3623
|
var n = t;
|
|
3613
3624
|
return n instanceof Z && (n = n.value()), C(r, function(o, l) {
|
|
3614
|
-
return l.func.apply(l.thisArg,
|
|
3625
|
+
return l.func.apply(l.thisArg, W([o], l.args));
|
|
3615
3626
|
}, n);
|
|
3616
3627
|
}
|
|
3617
3628
|
function oi(t, r, n) {
|
|
@@ -3683,22 +3694,22 @@ mn.exports;
|
|
|
3683
3694
|
return t.index - r.index;
|
|
3684
3695
|
}
|
|
3685
3696
|
function ko(t, r, n, o) {
|
|
3686
|
-
for (var l = -1, f = t.length, b = n.length, T = -1, I = r.length, k = Ze(f - b, 0), S = Ke(I + k),
|
|
3697
|
+
for (var l = -1, f = t.length, b = n.length, T = -1, I = r.length, k = Ze(f - b, 0), S = Ke(I + k), H = !o; ++T < I; )
|
|
3687
3698
|
S[T] = r[T];
|
|
3688
3699
|
for (; ++l < b; )
|
|
3689
|
-
(
|
|
3700
|
+
(H || l < f) && (S[n[l]] = t[l]);
|
|
3690
3701
|
for (; k--; )
|
|
3691
3702
|
S[T++] = t[l++];
|
|
3692
3703
|
return S;
|
|
3693
3704
|
}
|
|
3694
3705
|
function Fo(t, r, n, o) {
|
|
3695
|
-
for (var l = -1, f = t.length, b = -1, T = n.length, I = -1, k = r.length, S = Ze(f - T, 0),
|
|
3696
|
-
|
|
3697
|
-
for (var
|
|
3698
|
-
|
|
3706
|
+
for (var l = -1, f = t.length, b = -1, T = n.length, I = -1, k = r.length, S = Ze(f - T, 0), H = Ke(S + k), j = !o; ++l < S; )
|
|
3707
|
+
H[l] = t[l];
|
|
3708
|
+
for (var ee = l; ++I < k; )
|
|
3709
|
+
H[ee + I] = r[I];
|
|
3699
3710
|
for (; ++b < T; )
|
|
3700
|
-
(j || l < f) && (
|
|
3701
|
-
return
|
|
3711
|
+
(j || l < f) && (H[ee + n[b]] = t[l++]);
|
|
3712
|
+
return H;
|
|
3702
3713
|
}
|
|
3703
3714
|
function pt(t, r) {
|
|
3704
3715
|
var n = -1, o = t.length;
|
|
@@ -3844,8 +3855,8 @@ mn.exports;
|
|
|
3844
3855
|
var k = arguments, S = k[0];
|
|
3845
3856
|
if (b && k.length == 1 && be(S))
|
|
3846
3857
|
return b.plant(S).value();
|
|
3847
|
-
for (var
|
|
3848
|
-
j = r[
|
|
3858
|
+
for (var H = 0, j = n ? r[H].apply(this, k) : S; ++H < n; )
|
|
3859
|
+
j = r[H].call(this, j);
|
|
3849
3860
|
return j;
|
|
3850
3861
|
};
|
|
3851
3862
|
});
|
|
@@ -3858,10 +3869,10 @@ mn.exports;
|
|
|
3858
3869
|
var Ct = ar(S), Iu = Re(ye, Ct);
|
|
3859
3870
|
if (o && (ye = ko(ye, o, l, oe)), f && (ye = Fo(ye, f, b, oe)), Ie -= Iu, oe && Ie < k)
|
|
3860
3871
|
return Qo(t, r, Ca, S.placeholder, n, ye, re(ye, Ct), T, I, k - Ie);
|
|
3861
|
-
var We = j ? n : this, qt =
|
|
3862
|
-
return Ie = ye.length, T ? ye = vh(ye, T) : Te && Ie > 1 && ye.reverse(),
|
|
3872
|
+
var We = j ? n : this, qt = ee ? We[t] : t;
|
|
3873
|
+
return Ie = ye.length, T ? ye = vh(ye, T) : Te && Ie > 1 && ye.reverse(), H && I < Ie && (ye.length = I), this && this !== it && this instanceof S && (qt = le || Lr(qt)), qt.apply(We, ye);
|
|
3863
3874
|
}
|
|
3864
|
-
var
|
|
3875
|
+
var H = r & au, j = r & kt, ee = r & Su, oe = r & (jt | Ku), Te = r & Rn, le = ee ? m : Lr(t);
|
|
3865
3876
|
return S;
|
|
3866
3877
|
}
|
|
3867
3878
|
function qo(t, r) {
|
|
@@ -3902,11 +3913,11 @@ mn.exports;
|
|
|
3902
3913
|
}
|
|
3903
3914
|
function fh(t, r, n, o) {
|
|
3904
3915
|
function l() {
|
|
3905
|
-
for (var T = -1, I = arguments.length, k = -1, S = o.length,
|
|
3906
|
-
|
|
3916
|
+
for (var T = -1, I = arguments.length, k = -1, S = o.length, H = Ke(S + I), j = this && this !== it && this instanceof l ? b : t; ++k < S; )
|
|
3917
|
+
H[k] = o[k];
|
|
3907
3918
|
for (; I--; )
|
|
3908
|
-
|
|
3909
|
-
return a(j, f ? n : this,
|
|
3919
|
+
H[k++] = arguments[++T];
|
|
3920
|
+
return a(j, f ? n : this, H);
|
|
3910
3921
|
}
|
|
3911
3922
|
var f = r & kt, b = Lr(t);
|
|
3912
3923
|
return l;
|
|
@@ -3922,9 +3933,9 @@ mn.exports;
|
|
|
3922
3933
|
};
|
|
3923
3934
|
}
|
|
3924
3935
|
function Qo(t, r, n, o, l, f, b, T, I, k) {
|
|
3925
|
-
var S = r & jt,
|
|
3936
|
+
var S = r & jt, H = S ? b : m, j = S ? m : b, ee = S ? f : m, oe = S ? m : f;
|
|
3926
3937
|
r |= S ? Xt : Zu, r &= ~(S ? Zu : Xt), r & xs || (r &= ~(kt | Su));
|
|
3927
|
-
var Te = [t, r, l,
|
|
3938
|
+
var Te = [t, r, l, ee, H, oe, j, T, I, k], le = n.apply(m, Te);
|
|
3928
3939
|
return pi(t) && qc(le, Te), le.placeholder = o, ec(le, t, r);
|
|
3929
3940
|
}
|
|
3930
3941
|
function fi(t) {
|
|
@@ -3940,7 +3951,7 @@ mn.exports;
|
|
|
3940
3951
|
function Vo(t) {
|
|
3941
3952
|
return function(r) {
|
|
3942
3953
|
var n = ct(r);
|
|
3943
|
-
return n == Wt ?
|
|
3954
|
+
return n == Wt ? Y(r) : n == Qt ? Ye(r) : _e(r, t(r));
|
|
3944
3955
|
};
|
|
3945
3956
|
}
|
|
3946
3957
|
function cu(t, r, n, o, l, f, b, T) {
|
|
@@ -3949,15 +3960,15 @@ mn.exports;
|
|
|
3949
3960
|
throw new Ut(Ot);
|
|
3950
3961
|
var k = o ? o.length : 0;
|
|
3951
3962
|
if (k || (r &= ~(Xt | Zu), o = l = m), b = b === m ? b : Ze(De(b), 0), T = T === m ? T : De(T), k -= l ? l.length : 0, r & Zu) {
|
|
3952
|
-
var S = o,
|
|
3963
|
+
var S = o, H = l;
|
|
3953
3964
|
o = l = m;
|
|
3954
3965
|
}
|
|
3955
|
-
var j = I ? m : wi(t),
|
|
3956
|
-
if (j && Bh(
|
|
3957
|
-
oe = r == jt || r == Ku ? hh(t, r, T) : r != Xt && r != (kt | Xt) || l.length ? Ca.apply(m,
|
|
3966
|
+
var j = I ? m : wi(t), ee = [t, r, n, o, l, S, H, f, b, T];
|
|
3967
|
+
if (j && Bh(ee, j), t = ee[0], r = ee[1], n = ee[2], o = ee[3], l = ee[4], T = ee[9] = ee[9] === m ? I ? 0 : t.length : Ze(ee[9] - k, 0), !T && r & (jt | Ku) && (r &= ~(jt | Ku)), r && r != kt)
|
|
3968
|
+
oe = r == jt || r == Ku ? hh(t, r, T) : r != Xt && r != (kt | Xt) || l.length ? Ca.apply(m, ee) : fh(t, r, n, o);
|
|
3958
3969
|
else
|
|
3959
3970
|
var oe = dh(t, r, n);
|
|
3960
|
-
return ec((j ? Mc : qc)(oe,
|
|
3971
|
+
return ec((j ? Mc : qc)(oe, ee), t, r);
|
|
3961
3972
|
}
|
|
3962
3973
|
function Go(t, r, n, o) {
|
|
3963
3974
|
return t === m || Gt(t, sr[n]) && !Le.call(o, n) ? r : t;
|
|
@@ -3975,21 +3986,21 @@ mn.exports;
|
|
|
3975
3986
|
var k = f.get(t), S = f.get(r);
|
|
3976
3987
|
if (k && S)
|
|
3977
3988
|
return k == r && S == t;
|
|
3978
|
-
var
|
|
3979
|
-
for (f.set(t, r), f.set(r, t); ++
|
|
3980
|
-
var oe = t[
|
|
3989
|
+
var H = -1, j = !0, ee = n & ia ? new Pu() : m;
|
|
3990
|
+
for (f.set(t, r), f.set(r, t); ++H < T; ) {
|
|
3991
|
+
var oe = t[H], Te = r[H];
|
|
3981
3992
|
if (o)
|
|
3982
|
-
var le = b ? o(Te, oe,
|
|
3993
|
+
var le = b ? o(Te, oe, H, r, t, f) : o(oe, Te, H, t, r, f);
|
|
3983
3994
|
if (le !== m) {
|
|
3984
3995
|
if (le)
|
|
3985
3996
|
continue;
|
|
3986
3997
|
j = !1;
|
|
3987
3998
|
break;
|
|
3988
3999
|
}
|
|
3989
|
-
if (
|
|
4000
|
+
if (ee) {
|
|
3990
4001
|
if (!w(r, function(Ie, ye) {
|
|
3991
|
-
if (!At(
|
|
3992
|
-
return
|
|
4002
|
+
if (!At(ee, ye) && (oe === Ie || l(oe, Ie, n, o, f)))
|
|
4003
|
+
return ee.push(ye);
|
|
3993
4004
|
})) {
|
|
3994
4005
|
j = !1;
|
|
3995
4006
|
break;
|
|
@@ -4019,7 +4030,7 @@ mn.exports;
|
|
|
4019
4030
|
case _r:
|
|
4020
4031
|
return t == r + "";
|
|
4021
4032
|
case Wt:
|
|
4022
|
-
var T =
|
|
4033
|
+
var T = Y;
|
|
4023
4034
|
case Qt:
|
|
4024
4035
|
var I = o & Xu;
|
|
4025
4036
|
if (T || (T = pe), t.size != r.size && !I)
|
|
@@ -4045,10 +4056,10 @@ mn.exports;
|
|
|
4045
4056
|
if (!(b ? S in r : Le.call(r, S)))
|
|
4046
4057
|
return !1;
|
|
4047
4058
|
}
|
|
4048
|
-
var
|
|
4049
|
-
if (
|
|
4050
|
-
return
|
|
4051
|
-
var
|
|
4059
|
+
var H = f.get(t), j = f.get(r);
|
|
4060
|
+
if (H && j)
|
|
4061
|
+
return H == r && j == t;
|
|
4062
|
+
var ee = !0;
|
|
4052
4063
|
f.set(t, r), f.set(r, t);
|
|
4053
4064
|
for (var oe = b; ++k < I; ) {
|
|
4054
4065
|
S = T[k];
|
|
@@ -4056,16 +4067,16 @@ mn.exports;
|
|
|
4056
4067
|
if (o)
|
|
4057
4068
|
var Ie = b ? o(le, Te, S, r, t, f) : o(Te, le, S, t, r, f);
|
|
4058
4069
|
if (!(Ie === m ? Te === le || l(Te, le, n, o, f) : Ie)) {
|
|
4059
|
-
|
|
4070
|
+
ee = !1;
|
|
4060
4071
|
break;
|
|
4061
4072
|
}
|
|
4062
4073
|
oe || (oe = S == "constructor");
|
|
4063
4074
|
}
|
|
4064
|
-
if (
|
|
4075
|
+
if (ee && !oe) {
|
|
4065
4076
|
var ye = t.constructor, lt = r.constructor;
|
|
4066
|
-
ye != lt && "constructor" in t && "constructor" in r && !(typeof ye == "function" && ye instanceof ye && typeof lt == "function" && lt instanceof lt) && (
|
|
4077
|
+
ye != lt && "constructor" in t && "constructor" in r && !(typeof ye == "function" && ye instanceof ye && typeof lt == "function" && lt instanceof lt) && (ee = !1);
|
|
4067
4078
|
}
|
|
4068
|
-
return f.delete(t), f.delete(r),
|
|
4079
|
+
return f.delete(t), f.delete(r), ee;
|
|
4069
4080
|
}
|
|
4070
4081
|
function lu(t) {
|
|
4071
4082
|
return Hi(Jo(t, m, nc), t + "");
|
|
@@ -4374,7 +4385,7 @@ mn.exports;
|
|
|
4374
4385
|
return [];
|
|
4375
4386
|
for (var r = Ke(t - 1), n = arguments[0], o = t; o--; )
|
|
4376
4387
|
r[o - 1] = arguments[o];
|
|
4377
|
-
return
|
|
4388
|
+
return W(be(n) ? pt(n) : [n], st(r, 1));
|
|
4378
4389
|
}
|
|
4379
4390
|
function Fh(t, r, n) {
|
|
4380
4391
|
var o = t == null ? 0 : t.length;
|
|
@@ -4399,14 +4410,14 @@ mn.exports;
|
|
|
4399
4410
|
if (!o)
|
|
4400
4411
|
return -1;
|
|
4401
4412
|
var l = n == null ? 0 : De(n);
|
|
4402
|
-
return l < 0 && (l = Ze(o + l, 0)),
|
|
4413
|
+
return l < 0 && (l = Ze(o + l, 0)), me(t, fe(r, 3), l);
|
|
4403
4414
|
}
|
|
4404
4415
|
function ac(t, r, n) {
|
|
4405
4416
|
var o = t == null ? 0 : t.length;
|
|
4406
4417
|
if (!o)
|
|
4407
4418
|
return -1;
|
|
4408
4419
|
var l = o - 1;
|
|
4409
|
-
return n !== m && (l = De(n), l = n < 0 ? Ze(o + l, 0) : ot(l, o - 1)),
|
|
4420
|
+
return n !== m && (l = De(n), l = n < 0 ? Ze(o + l, 0) : ot(l, o - 1)), me(t, fe(r, 3), l, !0);
|
|
4410
4421
|
}
|
|
4411
4422
|
function nc(t) {
|
|
4412
4423
|
return t != null && t.length ? st(t, 1) : [];
|
|
@@ -4449,7 +4460,7 @@ mn.exports;
|
|
|
4449
4460
|
if (!o)
|
|
4450
4461
|
return -1;
|
|
4451
4462
|
var l = o;
|
|
4452
|
-
return n !== m && (l = De(n), l = l < 0 ? Ze(o + l, 0) : ot(l, o - 1)), r === r ? Xe(t, r, l) :
|
|
4463
|
+
return n !== m && (l = De(n), l = l < 0 ? Ze(o + l, 0) : ot(l, o - 1)), r === r ? Xe(t, r, l) : me(t, X, l, !0);
|
|
4453
4464
|
}
|
|
4454
4465
|
function zh(t, r) {
|
|
4455
4466
|
return t && t.length ? Co(t, De(r)) : m;
|
|
@@ -4645,11 +4656,11 @@ mn.exports;
|
|
|
4645
4656
|
return t == null ? [] : (be(r) || (r = r == null ? [] : [r]), n = o ? m : n, be(n) || (n = n == null ? [] : [n]), _o(t, r, n));
|
|
4646
4657
|
}
|
|
4647
4658
|
function Sf(t, r, n) {
|
|
4648
|
-
var o = be(t) ? C :
|
|
4659
|
+
var o = be(t) ? C : te, l = arguments.length < 3;
|
|
4649
4660
|
return o(t, fe(r, 4), n, l, _u);
|
|
4650
4661
|
}
|
|
4651
4662
|
function Of(t, r, n) {
|
|
4652
|
-
var o = be(t) ? B :
|
|
4663
|
+
var o = be(t) ? B : te, l = arguments.length < 3;
|
|
4653
4664
|
return o(t, fe(r, 4), n, l, Pc);
|
|
4654
4665
|
}
|
|
4655
4666
|
function kf(t, r) {
|
|
@@ -4707,8 +4718,8 @@ mn.exports;
|
|
|
4707
4718
|
}
|
|
4708
4719
|
function gc(t, r, n) {
|
|
4709
4720
|
function o(We) {
|
|
4710
|
-
var qt = j, Ur =
|
|
4711
|
-
return j =
|
|
4721
|
+
var qt = j, Ur = ee;
|
|
4722
|
+
return j = ee = m, ye = We, Te = t.apply(Ur, qt);
|
|
4712
4723
|
}
|
|
4713
4724
|
function l(We) {
|
|
4714
4725
|
return ye = We, le = Hr(T, r), lt ? o(We) : Te;
|
|
@@ -4726,17 +4737,17 @@ mn.exports;
|
|
|
4726
4737
|
return b(We) ? I(We) : (le = Hr(T, f(We)), m);
|
|
4727
4738
|
}
|
|
4728
4739
|
function I(We) {
|
|
4729
|
-
return le = m, Iu && j ? o(We) : (j =
|
|
4740
|
+
return le = m, Iu && j ? o(We) : (j = ee = m, Te);
|
|
4730
4741
|
}
|
|
4731
4742
|
function k() {
|
|
4732
|
-
le !== m && Hc(le), ye = 0, j = Ie =
|
|
4743
|
+
le !== m && Hc(le), ye = 0, j = Ie = ee = le = m;
|
|
4733
4744
|
}
|
|
4734
4745
|
function S() {
|
|
4735
4746
|
return le === m ? Te : I(Xa());
|
|
4736
4747
|
}
|
|
4737
|
-
function
|
|
4748
|
+
function H() {
|
|
4738
4749
|
var We = Xa(), qt = b(We);
|
|
4739
|
-
if (j = arguments,
|
|
4750
|
+
if (j = arguments, ee = this, Ie = We, qt) {
|
|
4740
4751
|
if (le === m)
|
|
4741
4752
|
return l(Ie);
|
|
4742
4753
|
if (Ct)
|
|
@@ -4744,10 +4755,10 @@ mn.exports;
|
|
|
4744
4755
|
}
|
|
4745
4756
|
return le === m && (le = Hr(T, r)), Te;
|
|
4746
4757
|
}
|
|
4747
|
-
var j,
|
|
4758
|
+
var j, ee, oe, Te, le, Ie, ye = 0, lt = !1, Ct = !1, Iu = !0;
|
|
4748
4759
|
if (typeof t != "function")
|
|
4749
4760
|
throw new Ut(Ot);
|
|
4750
|
-
return r = Ht(r) || 0, Ue(n) && (lt = !!n.leading, Ct = "maxWait" in n, oe = Ct ? Ze(Ht(n.maxWait) || 0, r) : oe, Iu = "trailing" in n ? !!n.trailing : Iu),
|
|
4761
|
+
return r = Ht(r) || 0, Ue(n) && (lt = !!n.leading, Ct = "maxWait" in n, oe = Ct ? Ze(Ht(n.maxWait) || 0, r) : oe, Iu = "trailing" in n ? !!n.trailing : Iu), H.cancel = k, H.flush = S, H;
|
|
4751
4762
|
}
|
|
4752
4763
|
function qf(t) {
|
|
4753
4764
|
return cu(t, Rn);
|
|
@@ -4795,7 +4806,7 @@ mn.exports;
|
|
|
4795
4806
|
throw new Ut(Ot);
|
|
4796
4807
|
return r = r == null ? 0 : Ze(De(r), 0), Ne(function(n) {
|
|
4797
4808
|
var o = n[r], l = Du(n, 0, r);
|
|
4798
|
-
return o &&
|
|
4809
|
+
return o && W(l, o), a(t, this, l);
|
|
4799
4810
|
});
|
|
4800
4811
|
}
|
|
4801
4812
|
function Gf(t, r, n) {
|
|
@@ -4953,9 +4964,9 @@ mn.exports;
|
|
|
4953
4964
|
if (bt(t))
|
|
4954
4965
|
return ka(t) ? nt(t) : pt(t);
|
|
4955
4966
|
if (kr && t[kr])
|
|
4956
|
-
return
|
|
4967
|
+
return ue(t[kr]());
|
|
4957
4968
|
var r = ct(t);
|
|
4958
|
-
return (r == Wt ?
|
|
4969
|
+
return (r == Wt ? Y : r == Qt ? pe : nr)(t);
|
|
4959
4970
|
}
|
|
4960
4971
|
function fu(t) {
|
|
4961
4972
|
return t ? (t = Ht(t), t === Ou || t === -Ou ? (t < 0 ? -1 : 1) * Y0 : t === t ? t : 0) : t === 0 ? t : 0;
|
|
@@ -4996,10 +5007,10 @@ mn.exports;
|
|
|
4996
5007
|
return r == null ? n : lo(n, r);
|
|
4997
5008
|
}
|
|
4998
5009
|
function pA(t, r) {
|
|
4999
|
-
return
|
|
5010
|
+
return q(t, fe(r, 3), Zt);
|
|
5000
5011
|
}
|
|
5001
5012
|
function bA(t, r) {
|
|
5002
|
-
return
|
|
5013
|
+
return q(t, fe(r, 3), Zn);
|
|
5003
5014
|
}
|
|
5004
5015
|
function TA(t, r) {
|
|
5005
5016
|
return t == null ? t : Pi(t, fe(r, 3), Tt);
|
|
@@ -5173,38 +5184,38 @@ mn.exports;
|
|
|
5173
5184
|
function JA(t, r, n) {
|
|
5174
5185
|
var o = c.templateSettings;
|
|
5175
5186
|
n && gt(t, r, n) && (r = m), t = ve(t), r = Ka({}, r, o, Go);
|
|
5176
|
-
var l, f, b = Ka({}, r.imports, o.imports, Go), T = $e(b), I = tu(b, T), k = 0, S = r.interpolate || ha,
|
|
5187
|
+
var l, f, b = Ka({}, r.imports, o.imports, Go), T = $e(b), I = tu(b, T), k = 0, S = r.interpolate || ha, H = "__p += '", j = Si((r.escape || ha).source + "|" + S.source + "|" + (S === ks ? T2 : ha).source + "|" + (r.evaluate || ha).source + "|$", "g"), ee = "//# sourceURL=" + (Le.call(r, "sourceURL") ? (r.sourceURL + "").replace(/\s/g, " ") : "lodash.templateSources[" + ++K2 + "]") + `
|
|
5177
5188
|
`;
|
|
5178
5189
|
t.replace(j, function(le, Ie, ye, lt, Ct, Iu) {
|
|
5179
|
-
return ye || (ye = lt),
|
|
5190
|
+
return ye || (ye = lt), H += t.slice(k, Iu).replace(B2, ke), Ie && (l = !0, H += `' +
|
|
5180
5191
|
__e(` + Ie + `) +
|
|
5181
|
-
'`), Ct && (f = !0,
|
|
5192
|
+
'`), Ct && (f = !0, H += `';
|
|
5182
5193
|
` + Ct + `;
|
|
5183
|
-
__p += '`), ye && (
|
|
5194
|
+
__p += '`), ye && (H += `' +
|
|
5184
5195
|
((__t = (` + ye + `)) == null ? '' : __t) +
|
|
5185
5196
|
'`), k = Iu + le.length, le;
|
|
5186
|
-
}),
|
|
5197
|
+
}), H += `';
|
|
5187
5198
|
`;
|
|
5188
5199
|
var oe = Le.call(r, "variable") && r.variable;
|
|
5189
5200
|
if (oe) {
|
|
5190
5201
|
if (p2.test(oe))
|
|
5191
5202
|
throw new Li(M0);
|
|
5192
5203
|
} else
|
|
5193
|
-
|
|
5194
|
-
` +
|
|
5204
|
+
H = `with (obj) {
|
|
5205
|
+
` + H + `
|
|
5195
5206
|
}
|
|
5196
5207
|
`;
|
|
5197
|
-
|
|
5208
|
+
H = (f ? H.replace(u2, "") : H).replace(r2, "$1").replace(a2, "$1;"), H = "function(" + (oe || "obj") + `) {
|
|
5198
5209
|
` + (oe ? "" : `obj || (obj = {});
|
|
5199
5210
|
`) + "var __t, __p = ''" + (l ? ", __e = _.escape" : "") + (f ? `, __j = Array.prototype.join;
|
|
5200
5211
|
function print() { __p += __j.call(arguments, '') }
|
|
5201
5212
|
` : `;
|
|
5202
|
-
`) +
|
|
5213
|
+
`) + H + `return __p
|
|
5203
5214
|
}`;
|
|
5204
5215
|
var Te = Zc(function() {
|
|
5205
|
-
return Bc(T,
|
|
5216
|
+
return Bc(T, ee + "return " + H).apply(m, I);
|
|
5206
5217
|
});
|
|
5207
|
-
if (Te.source =
|
|
5218
|
+
if (Te.source = H, Ci(Te))
|
|
5208
5219
|
throw Te;
|
|
5209
5220
|
return Te;
|
|
5210
5221
|
}
|
|
@@ -5262,8 +5273,8 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
5262
5273
|
if (t.slice(T).search(l)) {
|
|
5263
5274
|
var k, S = I;
|
|
5264
5275
|
for (l.global || (l = Si(l.source, ve(Fs.exec(l)) + "g")), l.lastIndex = 0; k = l.exec(S); )
|
|
5265
|
-
var
|
|
5266
|
-
I = I.slice(0,
|
|
5276
|
+
var H = k.index;
|
|
5277
|
+
I = I.slice(0, H === m ? T : H);
|
|
5267
5278
|
}
|
|
5268
5279
|
} else if (t.indexOf(Bt(l), T) != T) {
|
|
5269
5280
|
var j = I.lastIndexOf(l);
|
|
@@ -5275,7 +5286,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
5275
5286
|
return t = ve(t), t && n2.test(t) ? t.replace(Ss, sd) : t;
|
|
5276
5287
|
}
|
|
5277
5288
|
function Ic(t, r, n) {
|
|
5278
|
-
return t = ve(t), r = n ? m : r, r === m ? yt(t) ? F0(t) :
|
|
5289
|
+
return t = ve(t), r = n ? m : r, r === m ? yt(t) ? F0(t) : M(t) : t.match(r) || [];
|
|
5279
5290
|
}
|
|
5280
5291
|
function i1(t) {
|
|
5281
5292
|
var r = t == null ? 0 : t.length, n = fe();
|
|
@@ -5326,7 +5337,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
5326
5337
|
var S = t(this.__wrapped__);
|
|
5327
5338
|
return (S.__actions__ = pt(this.__actions__)).push({ func: I, args: arguments, thisArg: t }), S.__chain__ = k, S;
|
|
5328
5339
|
}
|
|
5329
|
-
return I.apply(t,
|
|
5340
|
+
return I.apply(t, W([this.value()], arguments));
|
|
5330
5341
|
});
|
|
5331
5342
|
}), t;
|
|
5332
5343
|
}
|
|
@@ -5386,10 +5397,10 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
5386
5397
|
return t && t.length ? ga(t, fe(r, 2), Jn) : m;
|
|
5387
5398
|
}
|
|
5388
5399
|
function C1(t) {
|
|
5389
|
-
return
|
|
5400
|
+
return ge(t, Dt);
|
|
5390
5401
|
}
|
|
5391
5402
|
function _1(t, r) {
|
|
5392
|
-
return
|
|
5403
|
+
return ge(t, fe(r, 2));
|
|
5393
5404
|
}
|
|
5394
5405
|
function N1(t) {
|
|
5395
5406
|
return t && t.length ? ga(t, Dt, ui) : m;
|
|
@@ -5448,7 +5459,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
5448
5459
|
}));
|
|
5449
5460
|
} : Ri, Uc = Oi ? function(t) {
|
|
5450
5461
|
for (var r = []; t; )
|
|
5451
|
-
|
|
5462
|
+
W(r, Mi(t)), t = Wa(t);
|
|
5452
5463
|
return r;
|
|
5453
5464
|
} : Ri, ct = Et;
|
|
5454
5465
|
(ki && ct(new ki(new ArrayBuffer(1))) != $u || Fr && ct(new Fr()) != Wt || Fi && ct(Fi.resolve()) != Ls || or && ct(new or()) != Qt || Pr && ct(new Pr()) != Nr) && (ct = function(t) {
|
|
@@ -5725,18 +5736,18 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
5725
5736
|
}, Zt(Z.prototype, function(t, r) {
|
|
5726
5737
|
var n = /^(?:filter|find|map|reject)|While$/.test(r), o = /^(?:head|last)$/.test(r), l = c[o ? "take" + (r == "last" ? "Right" : "") : r], f = o || /^find/.test(r);
|
|
5727
5738
|
l && (c.prototype[r] = function() {
|
|
5728
|
-
var b = this.__wrapped__, T = o ? [1] : arguments, I = b instanceof Z, k = T[0], S = I || be(b),
|
|
5729
|
-
var ye = l.apply(c,
|
|
5739
|
+
var b = this.__wrapped__, T = o ? [1] : arguments, I = b instanceof Z, k = T[0], S = I || be(b), H = function(Ie) {
|
|
5740
|
+
var ye = l.apply(c, W([Ie], T));
|
|
5730
5741
|
return o && j ? ye[0] : ye;
|
|
5731
5742
|
};
|
|
5732
5743
|
S && n && typeof k == "function" && k.length != 1 && (I = S = !1);
|
|
5733
|
-
var j = this.__chain__,
|
|
5744
|
+
var j = this.__chain__, ee = !!this.__actions__.length, oe = f && !j, Te = I && !ee;
|
|
5734
5745
|
if (!f && S) {
|
|
5735
5746
|
b = Te ? b : new Z(this);
|
|
5736
5747
|
var le = t.apply(b, T);
|
|
5737
|
-
return le.__actions__.push({ func: Ra, args: [
|
|
5748
|
+
return le.__actions__.push({ func: Ra, args: [H], thisArg: m }), new de(le, j);
|
|
5738
5749
|
}
|
|
5739
|
-
return oe && Te ? t.apply(this, T) : (le = this.thru(
|
|
5750
|
+
return oe && Te ? t.apply(this, T) : (le = this.thru(H), oe ? o ? le.value()[0] : le.value() : le);
|
|
5740
5751
|
});
|
|
5741
5752
|
}), d(["pop", "push", "shift", "sort", "splice", "unshift"], function(t) {
|
|
5742
5753
|
var r = Pa[t], n = /^(?:push|sort|unshift)$/.test(t) ? "tap" : "thru", o = /^(?:pop|shift)$/.test(t);
|
|
@@ -6320,7 +6331,7 @@ function as(e, u, a, s) {
|
|
|
6320
6331
|
fixed: "fixed" in s ? s.fixed : !0,
|
|
6321
6332
|
immutable: "immutable" in s ? s.immutable : !0,
|
|
6322
6333
|
rearg: "rearg" in s ? s.rearg : !0
|
|
6323
|
-
}, R = d ? a : Sm, v = "curry" in s && s.curry,
|
|
6334
|
+
}, R = d ? a : Sm, v = "curry" in s && s.curry, V = "fixed" in s && s.fixed, P = "rearg" in s && s.rearg, W = d ? a.runInContext() : void 0, C = d ? a : {
|
|
6324
6335
|
ary: e.ary,
|
|
6325
6336
|
assign: e.assign,
|
|
6326
6337
|
clone: e.clone,
|
|
@@ -6335,149 +6346,149 @@ function as(e, u, a, s) {
|
|
|
6335
6346
|
rearg: e.rearg,
|
|
6336
6347
|
toInteger: e.toInteger,
|
|
6337
6348
|
toPath: e.toPath
|
|
6338
|
-
}, B = C.ary, w = C.assign,
|
|
6339
|
-
castArray: function(
|
|
6349
|
+
}, B = C.ary, w = C.assign, z = C.clone, M = C.curry, q = C.forEach, me = C.isArray, ne = C.isError, $ = C.isFunction, X = C.isWeakMap, ge = C.keys, he = C.rearg, ie = C.toInteger, te = C.toPath, se = ge(Je.aryMethod), Ve = {
|
|
6350
|
+
castArray: function(ue) {
|
|
6340
6351
|
return function() {
|
|
6341
|
-
var
|
|
6342
|
-
return
|
|
6352
|
+
var Y = arguments[0];
|
|
6353
|
+
return me(Y) ? ue(hl(Y)) : ue.apply(void 0, arguments);
|
|
6343
6354
|
};
|
|
6344
6355
|
},
|
|
6345
|
-
iteratee: function(
|
|
6356
|
+
iteratee: function(ue) {
|
|
6346
6357
|
return function() {
|
|
6347
|
-
var
|
|
6358
|
+
var Y = arguments[0], G = arguments[1], re = ue(Y, G), pe = re.length;
|
|
6348
6359
|
return N.cap && typeof G == "number" ? (G = G > 2 ? G - 2 : 1, pe && pe <= G ? re : zi(re, G)) : re;
|
|
6349
6360
|
};
|
|
6350
6361
|
},
|
|
6351
|
-
mixin: function(
|
|
6352
|
-
return function(
|
|
6362
|
+
mixin: function(ue) {
|
|
6363
|
+
return function(Y) {
|
|
6353
6364
|
var G = this;
|
|
6354
|
-
if (
|
|
6355
|
-
return
|
|
6365
|
+
if (!$(G))
|
|
6366
|
+
return ue(G, Object(Y));
|
|
6356
6367
|
var re = [];
|
|
6357
|
-
return
|
|
6358
|
-
|
|
6359
|
-
}),
|
|
6368
|
+
return q(ge(Y), function(pe) {
|
|
6369
|
+
$(Y[pe]) && re.push([pe, G.prototype[pe]]);
|
|
6370
|
+
}), ue(G, Object(Y)), q(re, function(pe) {
|
|
6360
6371
|
var Ye = pe[1];
|
|
6361
|
-
|
|
6372
|
+
$(Ye) ? G.prototype[pe[0]] = Ye : delete G.prototype[pe[0]];
|
|
6362
6373
|
}), G;
|
|
6363
6374
|
};
|
|
6364
6375
|
},
|
|
6365
|
-
nthArg: function(
|
|
6366
|
-
return function(
|
|
6367
|
-
var G =
|
|
6368
|
-
return
|
|
6376
|
+
nthArg: function(ue) {
|
|
6377
|
+
return function(Y) {
|
|
6378
|
+
var G = Y < 0 ? 1 : ie(Y) + 1;
|
|
6379
|
+
return M(ue(Y), G);
|
|
6369
6380
|
};
|
|
6370
6381
|
},
|
|
6371
|
-
rearg: function(
|
|
6372
|
-
return function(
|
|
6382
|
+
rearg: function(ue) {
|
|
6383
|
+
return function(Y, G) {
|
|
6373
6384
|
var re = G ? G.length : 0;
|
|
6374
|
-
return
|
|
6385
|
+
return M(ue(Y, G), re);
|
|
6375
6386
|
};
|
|
6376
6387
|
},
|
|
6377
|
-
runInContext: function(
|
|
6378
|
-
return function(
|
|
6379
|
-
return as(e,
|
|
6388
|
+
runInContext: function(ue) {
|
|
6389
|
+
return function(Y) {
|
|
6390
|
+
return as(e, ue(Y), s);
|
|
6380
6391
|
};
|
|
6381
6392
|
}
|
|
6382
6393
|
};
|
|
6383
|
-
function Ce(
|
|
6394
|
+
function Ce(ue, Y) {
|
|
6384
6395
|
if (N.cap) {
|
|
6385
|
-
var G = Je.iterateeRearg[
|
|
6396
|
+
var G = Je.iterateeRearg[ue];
|
|
6386
6397
|
if (G)
|
|
6387
|
-
return Re(
|
|
6388
|
-
var re = !d && Je.iterateeAry[
|
|
6398
|
+
return Re(Y, G);
|
|
6399
|
+
var re = !d && Je.iterateeAry[ue];
|
|
6389
6400
|
if (re)
|
|
6390
|
-
return ce(
|
|
6401
|
+
return ce(Y, re);
|
|
6391
6402
|
}
|
|
6392
|
-
return
|
|
6403
|
+
return Y;
|
|
6393
6404
|
}
|
|
6394
|
-
function _e(
|
|
6395
|
-
return v || N.curry && G > 1 ?
|
|
6405
|
+
function _e(ue, Y, G) {
|
|
6406
|
+
return v || N.curry && G > 1 ? M(Y, G) : Y;
|
|
6396
6407
|
}
|
|
6397
|
-
function ft(
|
|
6398
|
-
if (N.fixed && (
|
|
6399
|
-
var re = Je.methodSpread[
|
|
6400
|
-
return pe === void 0 ? B(
|
|
6408
|
+
function ft(ue, Y, G) {
|
|
6409
|
+
if (N.fixed && (V || !Je.skipFixed[ue])) {
|
|
6410
|
+
var re = Je.methodSpread[ue], pe = re && re.start;
|
|
6411
|
+
return pe === void 0 ? B(Y, G) : Fm(Y, pe);
|
|
6401
6412
|
}
|
|
6402
|
-
return
|
|
6413
|
+
return Y;
|
|
6403
6414
|
}
|
|
6404
|
-
function He(
|
|
6405
|
-
return N.rearg && G > 1 && (P || !Je.skipRearg[
|
|
6415
|
+
function He(ue, Y, G) {
|
|
6416
|
+
return N.rearg && G > 1 && (P || !Je.skipRearg[ue]) ? he(Y, Je.methodRearg[ue] || Je.aryRearg[G]) : Y;
|
|
6406
6417
|
}
|
|
6407
|
-
function tu(
|
|
6408
|
-
|
|
6409
|
-
for (var G = -1, re =
|
|
6410
|
-
var Xe =
|
|
6411
|
-
ze != null && !(
|
|
6418
|
+
function tu(ue, Y) {
|
|
6419
|
+
Y = te(Y);
|
|
6420
|
+
for (var G = -1, re = Y.length, pe = re - 1, Ye = z(Object(ue)), at = Ye; at != null && ++G < re; ) {
|
|
6421
|
+
var Xe = Y[G], ze = at[Xe];
|
|
6422
|
+
ze != null && !($(ze) || ne(ze) || X(ze)) && (at[Xe] = z(G == pe ? ze : Object(ze))), at = at[Xe];
|
|
6412
6423
|
}
|
|
6413
6424
|
return Ye;
|
|
6414
6425
|
}
|
|
6415
|
-
function At(
|
|
6416
|
-
return Se.runInContext.convert(
|
|
6426
|
+
function At(ue) {
|
|
6427
|
+
return Se.runInContext.convert(ue)(void 0);
|
|
6417
6428
|
}
|
|
6418
|
-
function uu(
|
|
6419
|
-
var G = Je.aliasToReal[
|
|
6429
|
+
function uu(ue, Y) {
|
|
6430
|
+
var G = Je.aliasToReal[ue] || ue, re = Je.remap[G] || G, pe = s;
|
|
6420
6431
|
return function(Ye) {
|
|
6421
|
-
var at = d ?
|
|
6432
|
+
var at = d ? W : C, Xe = d ? W[re] : Y, ze = w(w({}, pe), Ye);
|
|
6422
6433
|
return as(at, G, Xe, ze);
|
|
6423
6434
|
};
|
|
6424
6435
|
}
|
|
6425
|
-
function ce(
|
|
6426
|
-
return ke(
|
|
6427
|
-
return typeof G == "function" ? zi(G,
|
|
6436
|
+
function ce(ue, Y) {
|
|
6437
|
+
return ke(ue, function(G) {
|
|
6438
|
+
return typeof G == "function" ? zi(G, Y) : G;
|
|
6428
6439
|
});
|
|
6429
6440
|
}
|
|
6430
|
-
function Re(
|
|
6431
|
-
return ke(
|
|
6432
|
-
var re =
|
|
6433
|
-
return Om(he(zi(G, re),
|
|
6441
|
+
function Re(ue, Y) {
|
|
6442
|
+
return ke(ue, function(G) {
|
|
6443
|
+
var re = Y.length;
|
|
6444
|
+
return Om(he(zi(G, re), Y), re);
|
|
6434
6445
|
});
|
|
6435
6446
|
}
|
|
6436
|
-
function ke(
|
|
6447
|
+
function ke(ue, Y) {
|
|
6437
6448
|
return function() {
|
|
6438
6449
|
var G = arguments.length;
|
|
6439
6450
|
if (!G)
|
|
6440
|
-
return
|
|
6451
|
+
return ue();
|
|
6441
6452
|
for (var re = Array(G); G--; )
|
|
6442
6453
|
re[G] = arguments[G];
|
|
6443
6454
|
var pe = N.rearg ? 0 : G - 1;
|
|
6444
|
-
return re[pe] =
|
|
6455
|
+
return re[pe] = Y(re[pe]), ue.apply(void 0, re);
|
|
6445
6456
|
};
|
|
6446
6457
|
}
|
|
6447
|
-
function rt(
|
|
6448
|
-
var re, pe = Je.aliasToReal[
|
|
6449
|
-
return at ? Ye = at(
|
|
6450
|
-
return
|
|
6458
|
+
function rt(ue, Y, G) {
|
|
6459
|
+
var re, pe = Je.aliasToReal[ue] || ue, Ye = Y, at = Ve[pe];
|
|
6460
|
+
return at ? Ye = at(Y) : N.immutable && (Je.mutate.array[pe] ? Ye = ji(Y, hl) : Je.mutate.object[pe] ? Ye = ji(Y, km(Y)) : Je.mutate.set[pe] && (Ye = ji(Y, tu))), q(se, function(Xe) {
|
|
6461
|
+
return q(Je.aryMethod[Xe], function(ze) {
|
|
6451
6462
|
if (pe == ze) {
|
|
6452
6463
|
var nt = Je.methodSpread[pe], ru = nt && nt.afterRearg;
|
|
6453
6464
|
return re = ru ? ft(pe, He(pe, Ye, Xe), Xe) : He(pe, ft(pe, Ye, Xe), Xe), re = Ce(pe, re), re = _e(pe, re, Xe), !1;
|
|
6454
6465
|
}
|
|
6455
6466
|
}), !re;
|
|
6456
|
-
}), re || (re = Ye), re ==
|
|
6457
|
-
return
|
|
6458
|
-
}), re.convert = uu(pe,
|
|
6467
|
+
}), re || (re = Ye), re == Y && (re = v ? M(re, 1) : function() {
|
|
6468
|
+
return Y.apply(this, arguments);
|
|
6469
|
+
}), re.convert = uu(pe, Y), re.placeholder = Y.placeholder = G, re;
|
|
6459
6470
|
}
|
|
6460
6471
|
if (!g)
|
|
6461
6472
|
return rt(u, a, R);
|
|
6462
6473
|
var Se = a, yt = [];
|
|
6463
|
-
return
|
|
6464
|
-
|
|
6465
|
-
var G = Se[Je.remap[
|
|
6466
|
-
G && yt.push([
|
|
6474
|
+
return q(se, function(ue) {
|
|
6475
|
+
q(Je.aryMethod[ue], function(Y) {
|
|
6476
|
+
var G = Se[Je.remap[Y] || Y];
|
|
6477
|
+
G && yt.push([Y, rt(Y, G, Se)]);
|
|
6467
6478
|
});
|
|
6468
|
-
}),
|
|
6469
|
-
var
|
|
6470
|
-
if (typeof
|
|
6479
|
+
}), q(ge(Se), function(ue) {
|
|
6480
|
+
var Y = Se[ue];
|
|
6481
|
+
if (typeof Y == "function") {
|
|
6471
6482
|
for (var G = yt.length; G--; )
|
|
6472
|
-
if (yt[G][0] ==
|
|
6483
|
+
if (yt[G][0] == ue)
|
|
6473
6484
|
return;
|
|
6474
|
-
|
|
6485
|
+
Y.convert = uu(ue, Y), yt.push([ue, Y]);
|
|
6475
6486
|
}
|
|
6476
|
-
}),
|
|
6477
|
-
Se[
|
|
6478
|
-
}), Se.convert = At, Se.placeholder = Se,
|
|
6479
|
-
|
|
6480
|
-
Se[
|
|
6487
|
+
}), q(yt, function(ue) {
|
|
6488
|
+
Se[ue[0]] = ue[1];
|
|
6489
|
+
}), Se.convert = At, Se.placeholder = Se, q(ge(Se), function(ue) {
|
|
6490
|
+
q(Je.realToAlias[ue] || [], function(Y) {
|
|
6491
|
+
Se[Y] = Se[ue];
|
|
6481
6492
|
});
|
|
6482
6493
|
}), Se;
|
|
6483
6494
|
}
|
|
@@ -6875,7 +6886,7 @@ class ln extends we {
|
|
|
6875
6886
|
}, d);
|
|
6876
6887
|
}
|
|
6877
6888
|
renderElement() {
|
|
6878
|
-
var
|
|
6889
|
+
var M;
|
|
6879
6890
|
const {
|
|
6880
6891
|
src: a,
|
|
6881
6892
|
srcset: s,
|
|
@@ -6883,7 +6894,7 @@ class ln extends we {
|
|
|
6883
6894
|
href: g,
|
|
6884
6895
|
"icon-size": N,
|
|
6885
6896
|
"icon-height": R
|
|
6886
|
-
} = this.getSocialAttributes(), v = !!this.getAttribute("href"),
|
|
6897
|
+
} = this.getSocialAttributes(), v = !!this.getAttribute("href"), V = this.htmlAttributes({
|
|
6887
6898
|
alt: this.getAttribute("alt"),
|
|
6888
6899
|
title: this.getAttribute("title"),
|
|
6889
6900
|
height: parseInt(R || N, 10),
|
|
@@ -6896,18 +6907,18 @@ class ln extends we {
|
|
|
6896
6907
|
href: g,
|
|
6897
6908
|
rel: this.getAttribute("rel"),
|
|
6898
6909
|
target: this.getAttribute("target")
|
|
6899
|
-
}),
|
|
6910
|
+
}), W = this.htmlAttributes({
|
|
6900
6911
|
border: "0",
|
|
6901
6912
|
cellpadding: "0",
|
|
6902
6913
|
cellspacing: "0",
|
|
6903
6914
|
role: "presentation",
|
|
6904
6915
|
style: "table"
|
|
6905
|
-
}), C = this.htmlAttributes({ style: "icon" }), B = this.htmlAttributes({ style: "tdText" }), w = (
|
|
6916
|
+
}), C = this.htmlAttributes({ style: "icon" }), B = this.htmlAttributes({ style: "tdText" }), w = (M = this.props.element.children[0]) == null ? void 0 : M.text.trim(), z = /* @__PURE__ */ E.createElement(
|
|
6906
6917
|
"tr",
|
|
6907
6918
|
D(D({}, this.props.attributes), this.htmlAttributes({
|
|
6908
6919
|
class: this.getAttribute("css-class")
|
|
6909
6920
|
})),
|
|
6910
|
-
/* @__PURE__ */ E.createElement("td", D({}, this.htmlAttributes({ style: "td" })), /* @__PURE__ */ E.createElement("table", D({},
|
|
6921
|
+
/* @__PURE__ */ E.createElement("td", D({}, this.htmlAttributes({ style: "td" })), /* @__PURE__ */ E.createElement("table", D({}, W), /* @__PURE__ */ E.createElement("tbody", null, /* @__PURE__ */ E.createElement("tr", null, /* @__PURE__ */ E.createElement("td", D({}, C), v ? /* @__PURE__ */ E.createElement("a", D({}, P), /* @__PURE__ */ E.createElement("img", D({}, V))) : /* @__PURE__ */ E.createElement("img", D({}, V))))))),
|
|
6911
6922
|
/* @__PURE__ */ E.createElement(
|
|
6912
6923
|
"td",
|
|
6913
6924
|
J(D({}, B), {
|
|
@@ -6948,8 +6959,8 @@ class ln extends we {
|
|
|
6948
6959
|
display: "inline-table"
|
|
6949
6960
|
}
|
|
6950
6961
|
})),
|
|
6951
|
-
/* @__PURE__ */ E.createElement("tbody", null,
|
|
6952
|
-
) :
|
|
6962
|
+
/* @__PURE__ */ E.createElement("tbody", null, z)
|
|
6963
|
+
) : z;
|
|
6953
6964
|
}
|
|
6954
6965
|
}
|
|
6955
6966
|
F(ln, "endingTag", !0), F(ln, "allowedAttributes", ut.SocialElement), F(ln, "defaultAttributes", D({}, Um.defaultData.attributes));
|
|
@@ -7873,16 +7884,16 @@ function Gl(e) {
|
|
|
7873
7884
|
let N = 0, R = 0;
|
|
7874
7885
|
for (; (R = d.indexOf("&", R)) >= 0; ) {
|
|
7875
7886
|
u += d.slice(N, R), a.startEntity(g);
|
|
7876
|
-
const
|
|
7887
|
+
const V = a.write(
|
|
7877
7888
|
d,
|
|
7878
7889
|
// Skip the "&"
|
|
7879
7890
|
R + 1
|
|
7880
7891
|
);
|
|
7881
|
-
if (
|
|
7892
|
+
if (V < 0) {
|
|
7882
7893
|
N = R + a.end();
|
|
7883
7894
|
break;
|
|
7884
7895
|
}
|
|
7885
|
-
N = R +
|
|
7896
|
+
N = R + V, R = V === 0 ? N + 1 : N;
|
|
7886
7897
|
}
|
|
7887
7898
|
const v = u + d.slice(N);
|
|
7888
7899
|
return u = "", v;
|
|
@@ -7898,10 +7909,10 @@ function Yl(e, u, a, s) {
|
|
|
7898
7909
|
}
|
|
7899
7910
|
let N = a, R = N + d - 1;
|
|
7900
7911
|
for (; N <= R; ) {
|
|
7901
|
-
const v = N + R >>> 1,
|
|
7902
|
-
if (
|
|
7912
|
+
const v = N + R >>> 1, V = e[v];
|
|
7913
|
+
if (V < s)
|
|
7903
7914
|
N = v + 1;
|
|
7904
|
-
else if (
|
|
7915
|
+
else if (V > s)
|
|
7905
7916
|
R = v - 1;
|
|
7906
7917
|
else
|
|
7907
7918
|
return e[v + d];
|
|
@@ -10434,9 +10445,9 @@ class Np {
|
|
|
10434
10445
|
const v = this.entries[R];
|
|
10435
10446
|
if (v.type === Yt.Marker)
|
|
10436
10447
|
break;
|
|
10437
|
-
const { element:
|
|
10438
|
-
if (this.treeAdapter.getTagName(
|
|
10439
|
-
const P = this.treeAdapter.getAttrList(
|
|
10448
|
+
const { element: V } = v;
|
|
10449
|
+
if (this.treeAdapter.getTagName(V) === g && this.treeAdapter.getNamespaceURI(V) === N) {
|
|
10450
|
+
const P = this.treeAdapter.getAttrList(V);
|
|
10440
10451
|
P.length === d && s.push({ idx: R, attrs: P });
|
|
10441
10452
|
}
|
|
10442
10453
|
}
|
|
@@ -11115,8 +11126,8 @@ class zp {
|
|
|
11115
11126
|
return;
|
|
11116
11127
|
const d = this.treeAdapter.getChildNodes(a), g = s ? d.lastIndexOf(s) : d.length, N = d[g - 1];
|
|
11117
11128
|
if (this.treeAdapter.getNodeSourceCodeLocation(N)) {
|
|
11118
|
-
const { endLine: v, endCol:
|
|
11119
|
-
this.treeAdapter.updateNodeSourceCodeLocation(N, { endLine: v, endCol:
|
|
11129
|
+
const { endLine: v, endCol: V, endOffset: P } = u.location;
|
|
11130
|
+
this.treeAdapter.updateNodeSourceCodeLocation(N, { endLine: v, endCol: V, endOffset: P });
|
|
11120
11131
|
} else
|
|
11121
11132
|
this.options.sourceCodeLocationInfo && this.treeAdapter.setNodeSourceCodeLocation(N, u.location);
|
|
11122
11133
|
}
|
|
@@ -13765,18 +13776,18 @@ const ys = {
|
|
|
13765
13776
|
}, J3 = (e) => {
|
|
13766
13777
|
var w;
|
|
13767
13778
|
const { activeTab: u } = ra(), a = u === Ll.MOBILE, { attributesVariables: s, enabledResponsive: d = !0 } = Lu(), g = gu(), { mergetagsData: N } = kl(), R = (w = e.attributes) == null ? void 0 : w["data-slate-path"], v = R == null ? void 0 : R.split("-").map(Number);
|
|
13768
|
-
let
|
|
13779
|
+
let V = null;
|
|
13769
13780
|
try {
|
|
13770
|
-
|
|
13781
|
+
V = Ae.above(g, {
|
|
13771
13782
|
at: v,
|
|
13772
|
-
match: (
|
|
13783
|
+
match: (z) => Q.isWidgetElement(z)
|
|
13773
13784
|
});
|
|
13774
|
-
} catch (
|
|
13785
|
+
} catch (z) {
|
|
13775
13786
|
}
|
|
13776
|
-
const P =
|
|
13787
|
+
const P = V ? V[0] : null, W = Eu(() => P == null ? void 0 : P.data.input, [P == null ? void 0 : P.data.input]), C = Eu(() => R && P ? Dn(s || {}, W) : s, [s, W, P, R]);
|
|
13777
13788
|
return Eu(() => {
|
|
13778
|
-
const { element:
|
|
13779
|
-
return
|
|
13789
|
+
const { element: z } = e;
|
|
13790
|
+
return z.visible === "desktop" && a || z.visible === "mobile" && !a ? null : /* @__PURE__ */ E.createElement(
|
|
13780
13791
|
$3,
|
|
13781
13792
|
J(D({}, e), {
|
|
13782
13793
|
enabledResponsive: d,
|
|
@@ -13789,7 +13800,7 @@ const ys = {
|
|
|
13789
13800
|
}, $3 = (e) => {
|
|
13790
13801
|
const { element: u, isMobileActive: a, enabledResponsive: s } = e, d = ys[u.type], g = gu(), N = Ae.node(g, [0])[0];
|
|
13791
13802
|
N.data.breakpoint || (N.data.breakpoint = "600px");
|
|
13792
|
-
const R = s && Ts.getFeatureEnabled("RESPONSIVE_VIEW"), v = a && R ? Dn(u.attributes, u.mobileAttributes) : u.attributes,
|
|
13803
|
+
const R = s && Ts.getFeatureEnabled("RESPONSIVE_VIEW"), v = a && R ? Dn(u.attributes, u.mobileAttributes) : u.attributes, V = J(D({}, N), {
|
|
13793
13804
|
data: J(D({}, N.data), {
|
|
13794
13805
|
breakpoint: a ? "99999px" : N.data.breakpoint
|
|
13795
13806
|
}),
|
|
@@ -13810,15 +13821,15 @@ const ys = {
|
|
|
13810
13821
|
attributesVariables: e.attributesVariables,
|
|
13811
13822
|
displayMode: a ? "only-mobile" : "only-desktop"
|
|
13812
13823
|
}
|
|
13813
|
-
),
|
|
13814
|
-
return
|
|
13824
|
+
), W = Gu.mjmlToBlockElement(P);
|
|
13825
|
+
return Q.isTextNode(W) ? null : /* @__PURE__ */ E.createElement(
|
|
13815
13826
|
eT,
|
|
13816
13827
|
J(D({}, e), {
|
|
13817
13828
|
element: u,
|
|
13818
|
-
atomElement:
|
|
13829
|
+
atomElement: W,
|
|
13819
13830
|
editor: g,
|
|
13820
|
-
elementAttributes:
|
|
13821
|
-
context:
|
|
13831
|
+
elementAttributes: W.attributes,
|
|
13832
|
+
context: V,
|
|
13822
13833
|
isMobileActive: a
|
|
13823
13834
|
})
|
|
13824
13835
|
);
|
|
@@ -13829,7 +13840,7 @@ const ys = {
|
|
|
13829
13840
|
elementType: u.type,
|
|
13830
13841
|
elementAttributes: v,
|
|
13831
13842
|
editor: g,
|
|
13832
|
-
context:
|
|
13843
|
+
context: V,
|
|
13833
13844
|
isMobileActive: a
|
|
13834
13845
|
})
|
|
13835
13846
|
));
|
|
@@ -13844,8 +13855,8 @@ function eT(d) {
|
|
|
13844
13855
|
"editor",
|
|
13845
13856
|
"elementAttributes"
|
|
13846
13857
|
]);
|
|
13847
|
-
const { element: N, atomElement: R, attributes: v } = s,
|
|
13848
|
-
if (!
|
|
13858
|
+
const { element: N, atomElement: R, attributes: v } = s, V = ys[R.type];
|
|
13859
|
+
if (!V)
|
|
13849
13860
|
throw new Error("Invalid Com");
|
|
13850
13861
|
return Ee.getBlockByType(N.type).void ? /* @__PURE__ */ E.createElement(E.Fragment, null, /* @__PURE__ */ E.createElement(
|
|
13851
13862
|
tT,
|
|
@@ -13859,7 +13870,7 @@ function eT(d) {
|
|
|
13859
13870
|
isMobileActive: s.isMobileActive
|
|
13860
13871
|
}
|
|
13861
13872
|
)) : /* @__PURE__ */ E.createElement(
|
|
13862
|
-
|
|
13873
|
+
V,
|
|
13863
13874
|
J(D({}, s), {
|
|
13864
13875
|
attributes: v,
|
|
13865
13876
|
context: e,
|
|
@@ -13881,9 +13892,9 @@ const tT = ({
|
|
|
13881
13892
|
}) => {
|
|
13882
13893
|
const R = Tn(0);
|
|
13883
13894
|
R.current = 0;
|
|
13884
|
-
let v = !1,
|
|
13885
|
-
const P = u,
|
|
13886
|
-
return
|
|
13895
|
+
let v = !1, V = !1;
|
|
13896
|
+
const P = u, W = !!Ee.getBlockByType(N.type).void;
|
|
13897
|
+
return Q.isWidgetElement(N) ? N.data.contentEditable && (v = !0, a["data-slate-widget"] = !0) : W && ((s.children.every((B) => Q.isTextNode(B)) || s.children.length === 0 || Q.isTextElement(s) || Q.isTextListElement(s) || Q.isButtonElement(s)) && (v = !0), N.children.length === 1 && Q.isTextNode(N.children[0]) && N.children[0].text.trim() === "" && (V = !0)), /* @__PURE__ */ E.createElement(E.Fragment, null, /* @__PURE__ */ E.createElement(
|
|
13887
13898
|
O0,
|
|
13888
13899
|
{
|
|
13889
13900
|
attributes: a,
|
|
@@ -13894,8 +13905,8 @@ const tT = ({
|
|
|
13894
13905
|
placeholder: d,
|
|
13895
13906
|
isMobileActive: g,
|
|
13896
13907
|
isEmptyChildren: v,
|
|
13897
|
-
isVoidElementRoot:
|
|
13898
|
-
isEmptyTextNode:
|
|
13908
|
+
isVoidElementRoot: W,
|
|
13909
|
+
isEmptyTextNode: V
|
|
13899
13910
|
}
|
|
13900
13911
|
));
|
|
13901
13912
|
};
|
|
@@ -13909,30 +13920,30 @@ function O0({
|
|
|
13909
13920
|
isMobileActive: N,
|
|
13910
13921
|
isEmptyChildren: R,
|
|
13911
13922
|
isVoidElementRoot: v,
|
|
13912
|
-
isEmptyTextNode:
|
|
13923
|
+
isEmptyTextNode: V
|
|
13913
13924
|
}) {
|
|
13914
|
-
const P = ys[e.type],
|
|
13925
|
+
const P = ys[e.type], W = gu();
|
|
13915
13926
|
return /* @__PURE__ */ E.createElement(
|
|
13916
13927
|
P,
|
|
13917
13928
|
{
|
|
13918
13929
|
element: e,
|
|
13919
13930
|
elementType: e.type,
|
|
13920
13931
|
elementAttributes: e.attributes,
|
|
13921
|
-
editor:
|
|
13932
|
+
editor: W,
|
|
13922
13933
|
context: u,
|
|
13923
13934
|
attributes: s,
|
|
13924
13935
|
placeholder: g
|
|
13925
13936
|
},
|
|
13926
13937
|
!R && /* @__PURE__ */ E.createElement(E.Fragment, null, e.children.map((C, B) => {
|
|
13927
13938
|
var w;
|
|
13928
|
-
if (
|
|
13939
|
+
if (Q.isElement(C) && ((w = C.attributes["css-class"]) == null ? void 0 : w.includes(
|
|
13929
13940
|
Fg
|
|
13930
13941
|
))) {
|
|
13931
|
-
const
|
|
13932
|
-
if (
|
|
13933
|
-
return /* @__PURE__ */ E.createElement(E.Fragment, { key: B },
|
|
13942
|
+
const M = Array.isArray(a) ? a == null ? void 0 : a[d.current++] : a;
|
|
13943
|
+
if (M)
|
|
13944
|
+
return /* @__PURE__ */ E.createElement(E.Fragment, { key: B }, M, d.current);
|
|
13934
13945
|
}
|
|
13935
|
-
return
|
|
13946
|
+
return Q.isTextNode(C) ? /* @__PURE__ */ E.createElement(Ds, { key: B, leaf: C, text: C, contentUneditable: !0 }, C.text) : /* @__PURE__ */ E.createElement(E.Fragment, { key: B }, /* @__PURE__ */ E.createElement(
|
|
13936
13947
|
O0,
|
|
13937
13948
|
{
|
|
13938
13949
|
isEmptyChildren: R,
|
|
@@ -13944,7 +13955,7 @@ function O0({
|
|
|
13944
13955
|
isMobileActive: N
|
|
13945
13956
|
}
|
|
13946
13957
|
));
|
|
13947
|
-
}), v &&
|
|
13958
|
+
}), v && V && d.current === 0 && /* @__PURE__ */ E.createElement(E.Fragment, null, a)),
|
|
13948
13959
|
R && a
|
|
13949
13960
|
);
|
|
13950
13961
|
}
|
|
@@ -13966,7 +13977,7 @@ const uT = (e, u) => {
|
|
|
13966
13977
|
if (u === ts.REMOVE_FORMAT) {
|
|
13967
13978
|
const g = Ae.above(e, {
|
|
13968
13979
|
match(N, R) {
|
|
13969
|
-
return
|
|
13980
|
+
return Q.isHTMLBlockNodeElement(N);
|
|
13970
13981
|
},
|
|
13971
13982
|
mode: "lowest"
|
|
13972
13983
|
});
|
|
@@ -13976,7 +13987,7 @@ const uT = (e, u) => {
|
|
|
13976
13987
|
attributes: {}
|
|
13977
13988
|
},
|
|
13978
13989
|
{
|
|
13979
|
-
match:
|
|
13990
|
+
match: Q.isHTMLBlockNodeElement,
|
|
13980
13991
|
split: !0,
|
|
13981
13992
|
at: g[1]
|
|
13982
13993
|
}
|
|
@@ -14008,75 +14019,75 @@ const uT = (e, u) => {
|
|
|
14008
14019
|
universalElementPath: d,
|
|
14009
14020
|
lock: g,
|
|
14010
14021
|
selectedNodePath: N
|
|
14011
|
-
} = ra(), R = Er(s), v = Er(d),
|
|
14022
|
+
} = ra(), R = Er(s), v = Er(d), V = Er(N), P = Lu(), W = gu(), C = Er(g);
|
|
14012
14023
|
let B = null;
|
|
14013
14024
|
try {
|
|
14014
|
-
B = Qe.getWindow(
|
|
14025
|
+
B = Qe.getWindow(W);
|
|
14015
14026
|
} catch (X) {
|
|
14016
14027
|
}
|
|
14017
|
-
const w = Au((X) => /* @__PURE__ */ E.createElement(rT, D({}, X)), []),
|
|
14028
|
+
const w = Au((X) => /* @__PURE__ */ E.createElement(rT, D({}, X)), []), z = Au((X) => /* @__PURE__ */ E.createElement(Ds, D({}, X)), []), M = Au(
|
|
14018
14029
|
(X) => {
|
|
14019
14030
|
if (!X.target)
|
|
14020
14031
|
return;
|
|
14021
|
-
const
|
|
14032
|
+
const ge = X.type === "pointerdown", he = v.current;
|
|
14022
14033
|
try {
|
|
14023
|
-
let ie = Qe.toSlateNode(
|
|
14024
|
-
if (C.current &&
|
|
14034
|
+
let ie = Qe.toSlateNode(W, X.target), te = Qe.findPath(W, ie);
|
|
14035
|
+
if (C.current && ge && !(V.current && (je.equals(te, V.current) || je.isAncestor(V.current, te)))) {
|
|
14025
14036
|
X.preventDefault();
|
|
14026
14037
|
return;
|
|
14027
14038
|
}
|
|
14028
|
-
if (R.current && he && !je.isAncestor(he,
|
|
14039
|
+
if (R.current && he && !je.isAncestor(he, te) && !je.equals(te, he))
|
|
14029
14040
|
return null;
|
|
14030
14041
|
let se;
|
|
14031
|
-
const Ve = !!Ae.above(
|
|
14032
|
-
at:
|
|
14033
|
-
match: (Ce) =>
|
|
14042
|
+
const Ve = !!Ae.above(W, {
|
|
14043
|
+
at: te,
|
|
14044
|
+
match: (Ce) => Q.isUnsetElement(Ce)
|
|
14034
14045
|
});
|
|
14035
|
-
if (
|
|
14036
|
-
at:
|
|
14037
|
-
match: (Ce) => R.current ?
|
|
14046
|
+
if (Q.isUniversalElement(ie) || Q.isVoidBlockElement(ie) ? se = [ie, te] : se = Ae.above(W, {
|
|
14047
|
+
at: te,
|
|
14048
|
+
match: (Ce) => R.current ? Q.isVoidBlockElement(Ce) : Q.isUniversalElement(Ce) || Q.isVoidBlockElement(Ce)
|
|
14038
14049
|
}), se) {
|
|
14039
|
-
const Ce = Ae.above(
|
|
14050
|
+
const Ce = Ae.above(W, {
|
|
14040
14051
|
at: se[1],
|
|
14041
14052
|
match(_e, ft) {
|
|
14042
|
-
return
|
|
14053
|
+
return Q.isVoidBlockElement(_e);
|
|
14043
14054
|
}
|
|
14044
14055
|
});
|
|
14045
|
-
ie = (Ce == null ? void 0 : Ce[0]) || se[0],
|
|
14056
|
+
ie = (Ce == null ? void 0 : Ce[0]) || se[0], te = (Ce == null ? void 0 : Ce[1]) || se[1];
|
|
14046
14057
|
} else {
|
|
14047
|
-
const [Ce] = Ae.nodes(
|
|
14048
|
-
at:
|
|
14049
|
-
match: (_e, ft) => !(!je.equals(ft,
|
|
14058
|
+
const [Ce] = Ae.nodes(W, {
|
|
14059
|
+
at: te,
|
|
14060
|
+
match: (_e, ft) => !(!je.equals(ft, te) && !je.isAncestor(ft, te) || !Q.isBlockElement(_e) || Q.isUnsetElement(_e) || Q.isTextListItemElement(_e) || Q.isColumnElement(_e) || Q.isGroupElement(_e)),
|
|
14050
14061
|
mode: "lowest"
|
|
14051
14062
|
});
|
|
14052
14063
|
if (!Ce)
|
|
14053
14064
|
return;
|
|
14054
|
-
ie = Ce[0],
|
|
14065
|
+
ie = Ce[0], te = Ce[1];
|
|
14055
14066
|
}
|
|
14056
|
-
if (
|
|
14057
|
-
if ((Ee.getBlockByType(ie.type).void || se || Ve) &&
|
|
14067
|
+
if (Q.isContentElement(ie)) {
|
|
14068
|
+
if ((Ee.getBlockByType(ie.type).void || se || Ve) && ge) {
|
|
14058
14069
|
let _e = null;
|
|
14059
14070
|
ol(X.target) && (X.target.getAttribute("data-slate-node") === "text" || X.target.getAttribute("data-slate-string") === "true" ? _e = X.target : _e = X.target.querySelector(
|
|
14060
14071
|
"[data-slate-node=text], [data-slate-string=true]"
|
|
14061
|
-
)), _e || (X.preventDefault(), Be.deselect(
|
|
14062
|
-
Be.deselect(
|
|
14072
|
+
)), _e || (X.preventDefault(), Be.deselect(W), setTimeout(() => {
|
|
14073
|
+
Be.deselect(W);
|
|
14063
14074
|
}, 0));
|
|
14064
14075
|
}
|
|
14065
|
-
} else if (
|
|
14076
|
+
} else if (ge) {
|
|
14066
14077
|
let Ce = null;
|
|
14067
14078
|
ol(X.target) && (X.target.getAttribute("data-slate-node") === "text" || X.target.getAttribute("data-slate-string") === "true" ? Ce = X.target : Ce = X.target.querySelector(
|
|
14068
14079
|
"[data-slate-node=text], [data-slate-string=true]"
|
|
14069
14080
|
)), Ce || X.preventDefault();
|
|
14070
14081
|
}
|
|
14071
|
-
return
|
|
14082
|
+
return te;
|
|
14072
14083
|
} catch (ie) {
|
|
14073
14084
|
}
|
|
14074
14085
|
return null;
|
|
14075
14086
|
},
|
|
14076
14087
|
[
|
|
14077
|
-
|
|
14088
|
+
W,
|
|
14078
14089
|
C,
|
|
14079
|
-
|
|
14090
|
+
V,
|
|
14080
14091
|
R,
|
|
14081
14092
|
v
|
|
14082
14093
|
]
|
|
@@ -14089,87 +14100,87 @@ const uT = (e, u) => {
|
|
|
14089
14100
|
window.removeEventListener("mouseout", X);
|
|
14090
14101
|
};
|
|
14091
14102
|
}, [u]);
|
|
14092
|
-
const
|
|
14103
|
+
const q = W.getSelectedBlockElement();
|
|
14093
14104
|
St(() => {
|
|
14094
|
-
var ie,
|
|
14095
|
-
if (!B || !((ie =
|
|
14105
|
+
var ie, te, se;
|
|
14106
|
+
if (!B || !((ie = W.selection) != null && ie.anchor.path))
|
|
14096
14107
|
return;
|
|
14097
|
-
const X = Ae.above(
|
|
14098
|
-
at: (
|
|
14099
|
-
}),
|
|
14100
|
-
if (
|
|
14101
|
-
const Ve = Ae.start(
|
|
14102
|
-
Be.select(
|
|
14103
|
-
}
|
|
14104
|
-
}, [B,
|
|
14105
|
-
const
|
|
14108
|
+
const X = Ae.above(W, {
|
|
14109
|
+
at: (te = W.selection) == null ? void 0 : te.anchor.path
|
|
14110
|
+
}), ge = X == null ? void 0 : X[0], he = (se = Ae.next(W)) == null ? void 0 : se[1];
|
|
14111
|
+
if (ge && ge.type === ae.LINE_BREAK && he) {
|
|
14112
|
+
const Ve = Ae.start(W, he);
|
|
14113
|
+
Be.select(W, Ve);
|
|
14114
|
+
}
|
|
14115
|
+
}, [B, W, q]);
|
|
14116
|
+
const me = Au(
|
|
14106
14117
|
(X) => {
|
|
14107
14118
|
if (P.readOnly)
|
|
14108
14119
|
return;
|
|
14109
|
-
const
|
|
14110
|
-
|
|
14120
|
+
const ge = M(X);
|
|
14121
|
+
ge && a(ge);
|
|
14111
14122
|
},
|
|
14112
|
-
[P.readOnly,
|
|
14123
|
+
[P.readOnly, M, a]
|
|
14113
14124
|
), ne = Au(
|
|
14114
14125
|
(X) => {
|
|
14115
14126
|
if (P.readOnly)
|
|
14116
14127
|
return;
|
|
14117
|
-
const
|
|
14118
|
-
|
|
14128
|
+
const ge = M(X);
|
|
14129
|
+
ge && u(ge);
|
|
14119
14130
|
},
|
|
14120
|
-
[P.readOnly,
|
|
14121
|
-
),
|
|
14131
|
+
[P.readOnly, M, u]
|
|
14132
|
+
), $ = Au(
|
|
14122
14133
|
(X) => {
|
|
14123
14134
|
if (X.detail >= 3) {
|
|
14124
14135
|
if (X.preventDefault(), X.stopPropagation(), B && es(X.target) && X.target !== B.document.documentElement)
|
|
14125
14136
|
try {
|
|
14126
|
-
let he = Qe.toSlateNode(
|
|
14127
|
-
if (!
|
|
14128
|
-
const ie = Qe.findPath(
|
|
14129
|
-
let
|
|
14130
|
-
for (;
|
|
14131
|
-
|
|
14132
|
-
|
|
14133
|
-
|
|
14137
|
+
let he = Qe.toSlateNode(W, X.target);
|
|
14138
|
+
if (!Q.isBlockElement(he)) {
|
|
14139
|
+
const ie = Qe.findPath(W, he);
|
|
14140
|
+
let te = Ae.parent(W, ie);
|
|
14141
|
+
for (; te; )
|
|
14142
|
+
Q.isBlockElement(te[0]) ? (he = te[0], te = void 0) : te = Ae.parent(
|
|
14143
|
+
W,
|
|
14144
|
+
te[1]
|
|
14134
14145
|
);
|
|
14135
14146
|
}
|
|
14136
|
-
if (
|
|
14137
|
-
const ie = Qe.findPath(
|
|
14138
|
-
Be.select(
|
|
14147
|
+
if (Q.isTextElement(he) || Q.isButtonElement(he)) {
|
|
14148
|
+
const ie = Qe.findPath(W, he), te = Ae.range(W, ie);
|
|
14149
|
+
Be.select(W, te);
|
|
14139
14150
|
}
|
|
14140
14151
|
} catch (he) {
|
|
14141
|
-
console.log(he), Be.deselect(
|
|
14152
|
+
console.log(he), Be.deselect(W);
|
|
14142
14153
|
}
|
|
14143
14154
|
return;
|
|
14144
14155
|
}
|
|
14145
14156
|
if (X.preventDefault(), B && es(X.target) && X.target !== B.document.documentElement)
|
|
14146
14157
|
try {
|
|
14147
|
-
const he = Qe.toSlateNode(
|
|
14148
|
-
if (
|
|
14149
|
-
X.stopPropagation(), Be.select(
|
|
14158
|
+
const he = Qe.toSlateNode(W, X.target), ie = Qe.findPath(W, he);
|
|
14159
|
+
if (Q.isMergetagElement(he))
|
|
14160
|
+
X.stopPropagation(), Be.select(W, ie);
|
|
14150
14161
|
else {
|
|
14151
|
-
const
|
|
14162
|
+
const te = W.findSelfOrAncestorNode({
|
|
14152
14163
|
path: ie,
|
|
14153
|
-
match:
|
|
14154
|
-
}), se =
|
|
14155
|
-
if (se && !
|
|
14164
|
+
match: Q.isBlockElement
|
|
14165
|
+
}), se = te == null ? void 0 : te[0];
|
|
14166
|
+
if (se && !Q.isTextElement(se) && !Q.isButtonElement(se) && !Q.isVoidBlockElement(se)) {
|
|
14156
14167
|
const Ce = Qe.findDocumentOrShadowRoot(
|
|
14157
|
-
|
|
14168
|
+
W
|
|
14158
14169
|
).getSelection();
|
|
14159
|
-
|
|
14170
|
+
W.deselect(), Ce && (Ce.empty(), Ce.removeAllRanges());
|
|
14160
14171
|
} else {
|
|
14161
|
-
const Ve = Ae.above(
|
|
14172
|
+
const Ve = Ae.above(W, {
|
|
14162
14173
|
at: ie,
|
|
14163
|
-
match:
|
|
14174
|
+
match: Q.isMergetagElement
|
|
14164
14175
|
});
|
|
14165
|
-
Ve && (X.stopPropagation(), Be.select(
|
|
14176
|
+
Ve && (X.stopPropagation(), Be.select(W, Ve[1]));
|
|
14166
14177
|
}
|
|
14167
14178
|
}
|
|
14168
14179
|
} catch (he) {
|
|
14169
14180
|
}
|
|
14170
14181
|
window.dispatchEvent(new Event(Pl.EDITOR_CLICK));
|
|
14171
14182
|
},
|
|
14172
|
-
[
|
|
14183
|
+
[W, B]
|
|
14173
14184
|
);
|
|
14174
14185
|
return P.localeData && Pg.setLocaleData(P.localeData), Eu(() => /* @__PURE__ */ E.createElement(E.Fragment, null, /* @__PURE__ */ E.createElement(
|
|
14175
14186
|
Gg,
|
|
@@ -14186,12 +14197,12 @@ const uT = (e, u) => {
|
|
|
14186
14197
|
/* @__PURE__ */ E.createElement("div", { id: "easy-email-pro-editor" }, /* @__PURE__ */ E.createElement(
|
|
14187
14198
|
Dg,
|
|
14188
14199
|
{
|
|
14189
|
-
onPointerDown:
|
|
14200
|
+
onPointerDown: me,
|
|
14190
14201
|
onMouseMove: ne,
|
|
14191
|
-
onClick:
|
|
14202
|
+
onClick: $,
|
|
14192
14203
|
autoFocus: !1,
|
|
14193
14204
|
renderElement: w,
|
|
14194
|
-
renderLeaf:
|
|
14205
|
+
renderLeaf: z,
|
|
14195
14206
|
onDragStart: () => !0,
|
|
14196
14207
|
onDrop: () => !0,
|
|
14197
14208
|
onDragOver: () => !0,
|
|
@@ -14209,11 +14220,11 @@ const uT = (e, u) => {
|
|
|
14209
14220
|
P.onDOMBeforeInput,
|
|
14210
14221
|
P.onKeyDown,
|
|
14211
14222
|
P.readOnly,
|
|
14212
|
-
|
|
14223
|
+
$,
|
|
14213
14224
|
ne,
|
|
14214
|
-
|
|
14225
|
+
me,
|
|
14215
14226
|
w,
|
|
14216
|
-
|
|
14227
|
+
z
|
|
14217
14228
|
]);
|
|
14218
14229
|
}, ST = ({
|
|
14219
14230
|
children: e
|