@streamlayer/react-ui 1.20.0 → 1.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/lib/app/masters/BetPack/BetPackContent/EmergencyScreen/index.d.ts +1 -0
  2. package/lib/app/masters/BetPack/BetPackContent/EmergencyScreen/index.js +11 -11
  3. package/lib/app/masters/BetPack/BetPackContent/EndScreen/index.d.ts +0 -1
  4. package/lib/app/masters/BetPack/BetPackContent/EndScreen/index.js +18 -22
  5. package/lib/app/masters/BetPack/BetPackContent/ScreenContainer/index.d.ts +0 -1
  6. package/lib/app/masters/BetPack/BetPackContent/ScreenContainer/index.js +7 -7
  7. package/lib/app/masters/BetPack/BetPackContent/ScreenContainer/useDynamicParentFont.d.ts +1 -2
  8. package/lib/app/masters/BetPack/BetPackContent/ScreenContainer/useDynamicParentFont.js +16 -19
  9. package/lib/app/masters/BetPack/BetPackContent/StartScreen/index.d.ts +0 -1
  10. package/lib/app/masters/BetPack/BetPackContent/StartScreen/index.js +25 -24
  11. package/lib/app/masters/BetPack/BetPackContent/StartScreen/styles.d.ts +1 -0
  12. package/lib/app/masters/BetPack/BetPackContent/StartScreen/styles.js +14 -9
  13. package/lib/app/masters/BetPack/BetPackContent/index.js +68 -66
  14. package/lib/app/masters/BetPack/BetPackOverlay/index.js +3 -2
  15. package/lib/app/masters/BetPack/index.js +64 -62
  16. package/lib/app/masters/BetPack/utils.d.ts +1 -1
  17. package/lib/app/masters/BetPack/utils.js +8 -7
  18. package/lib/app/masters/Features/Gamification/index.js +5 -5
  19. package/lib/app/masters/Features/index.d.ts +2 -2
  20. package/lib/app/masters/Features/index.js +1 -1
  21. package/lib/app/masters/Header/index.js +19 -23
  22. package/lib/app/masters/Notifications/Onboarding/index.d.ts +0 -1
  23. package/lib/app/masters/Notifications/Onboarding/index.js +42 -43
  24. package/lib/app/masters/Notifications/index.js +50 -55
  25. package/lib/app/masters/masters.js +60 -56
  26. package/lib/app/masters/useOrientation.d.ts +3 -0
  27. package/lib/app/masters/useOrientation.js +12 -0
  28. package/lib/app/masters/useSdkResponsive.js +2 -2
  29. package/lib/app/masters/useSdkScroll.js +12 -12
  30. package/lib/app/useSdkResponsive.js +1 -1
  31. package/lib/app/useSdkScroll.js +1 -1
  32. package/lib/assets/style.css +1 -1
  33. package/lib/index-DSi8Qgfs.js +14 -0
  34. package/lib/index-DXvAPWiE.js +3743 -0
  35. package/lib/index-tnt2CtQe.js +55 -0
  36. package/lib/ui/advertisement/overlay/externalAd/index.d.ts +1 -1
  37. package/lib/ui/advertisement/overlay/externalAd/index.js +79 -40323
  38. package/lib/ui/advertisement/overlay/externalAd/styles.d.ts +10 -0
  39. package/lib/ui/advertisement/overlay/externalAd/styles.js +49 -0
  40. package/lib/ui/advertisement/overlay/externalAd/vast-player/module.d.js +1 -0
  41. package/lib/ui/advertisement/overlay/externalAd/vast-player/useGAMPlayer.d.ts +19 -0
  42. package/lib/ui/advertisement/overlay/externalAd/vast-player/useGAMPlayer.js +33199 -0
  43. package/lib/ui/advertisement/overlay/externalAd/vast-player/useVastAds.d.ts +24 -0
  44. package/lib/ui/advertisement/overlay/externalAd/vast-player/useVastAds.js +8 -0
  45. package/lib/ui/gamification/vote/feedback/index.d.ts +1 -0
  46. package/lib/ui/gamification/vote/feedback/index.js +83 -73
  47. package/lib/ui/gamification/vote/feedback/styles.d.ts +1 -0
  48. package/lib/ui/gamification/vote/feedback/styles.js +40 -39
  49. package/lib/ui/gamification/vote/index.js +98 -95
  50. package/lib/ui/icons/index.d.ts +1 -0
  51. package/lib/ui/icons/index.js +88 -79
  52. package/lib/ui/modal/index.js +31 -34
  53. package/lib/ui/theme/breakpoints.d.ts +1 -0
  54. package/lib/ui/theme/breakpoints.js +17 -9
  55. package/lib/ui/theme/masters-theme.js +1 -0
  56. package/lib/useVastAds-Dt_tRbpd.js +1284 -0
  57. package/package.json +18 -15
  58. package/lib/index-CLJzLXks.js +0 -64
@@ -0,0 +1,3743 @@
1
+ var M = {}, k = {};
2
+ function Fe(u, e, r) {
3
+ if (r === void 0 && (r = Array.prototype), u && typeof r.find == "function")
4
+ return r.find.call(u, e);
5
+ for (var t = 0; t < u.length; t++)
6
+ if (Object.prototype.hasOwnProperty.call(u, t)) {
7
+ var n = u[t];
8
+ if (e.call(void 0, n, t, u))
9
+ return n;
10
+ }
11
+ }
12
+ function bu(u, e) {
13
+ return e === void 0 && (e = Object), e && typeof e.freeze == "function" ? e.freeze(u) : u;
14
+ }
15
+ function xe(u, e) {
16
+ if (u === null || typeof u != "object")
17
+ throw new TypeError("target is not an object");
18
+ for (var r in e)
19
+ Object.prototype.hasOwnProperty.call(e, r) && (u[r] = e[r]);
20
+ return u;
21
+ }
22
+ var Zu = bu({
23
+ /**
24
+ * `text/html`, the only mime type that triggers treating an XML document as HTML.
25
+ *
26
+ * @see DOMParser.SupportedType.isHTML
27
+ * @see https://www.iana.org/assignments/media-types/text/html IANA MimeType registration
28
+ * @see https://en.wikipedia.org/wiki/HTML Wikipedia
29
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString MDN
30
+ * @see https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-domparser-parsefromstring WHATWG HTML Spec
31
+ */
32
+ HTML: "text/html",
33
+ /**
34
+ * Helper method to check a mime type if it indicates an HTML document
35
+ *
36
+ * @param {string} [value]
37
+ * @returns {boolean}
38
+ *
39
+ * @see https://www.iana.org/assignments/media-types/text/html IANA MimeType registration
40
+ * @see https://en.wikipedia.org/wiki/HTML Wikipedia
41
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString MDN
42
+ * @see https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-domparser-parsefromstring */
43
+ isHTML: function(u) {
44
+ return u === Zu.HTML;
45
+ },
46
+ /**
47
+ * `application/xml`, the standard mime type for XML documents.
48
+ *
49
+ * @see https://www.iana.org/assignments/media-types/application/xml IANA MimeType registration
50
+ * @see https://tools.ietf.org/html/rfc7303#section-9.1 RFC 7303
51
+ * @see https://en.wikipedia.org/wiki/XML_and_MIME Wikipedia
52
+ */
53
+ XML_APPLICATION: "application/xml",
54
+ /**
55
+ * `text/html`, an alias for `application/xml`.
56
+ *
57
+ * @see https://tools.ietf.org/html/rfc7303#section-9.2 RFC 7303
58
+ * @see https://www.iana.org/assignments/media-types/text/xml IANA MimeType registration
59
+ * @see https://en.wikipedia.org/wiki/XML_and_MIME Wikipedia
60
+ */
61
+ XML_TEXT: "text/xml",
62
+ /**
63
+ * `application/xhtml+xml`, indicates an XML document that has the default HTML namespace,
64
+ * but is parsed as an XML document.
65
+ *
66
+ * @see https://www.iana.org/assignments/media-types/application/xhtml+xml IANA MimeType registration
67
+ * @see https://dom.spec.whatwg.org/#dom-domimplementation-createdocument WHATWG DOM Spec
68
+ * @see https://en.wikipedia.org/wiki/XHTML Wikipedia
69
+ */
70
+ XML_XHTML_APPLICATION: "application/xhtml+xml",
71
+ /**
72
+ * `image/svg+xml`,
73
+ *
74
+ * @see https://www.iana.org/assignments/media-types/image/svg+xml IANA MimeType registration
75
+ * @see https://www.w3.org/TR/SVG11/ W3C SVG 1.1
76
+ * @see https://en.wikipedia.org/wiki/Scalable_Vector_Graphics Wikipedia
77
+ */
78
+ XML_SVG_IMAGE: "image/svg+xml"
79
+ }), Ju = bu({
80
+ /**
81
+ * The XHTML namespace.
82
+ *
83
+ * @see http://www.w3.org/1999/xhtml
84
+ */
85
+ HTML: "http://www.w3.org/1999/xhtml",
86
+ /**
87
+ * Checks if `uri` equals `NAMESPACE.HTML`.
88
+ *
89
+ * @param {string} [uri]
90
+ *
91
+ * @see NAMESPACE.HTML
92
+ */
93
+ isHTML: function(u) {
94
+ return u === Ju.HTML;
95
+ },
96
+ /**
97
+ * The SVG namespace.
98
+ *
99
+ * @see http://www.w3.org/2000/svg
100
+ */
101
+ SVG: "http://www.w3.org/2000/svg",
102
+ /**
103
+ * The `xml:` namespace.
104
+ *
105
+ * @see http://www.w3.org/XML/1998/namespace
106
+ */
107
+ XML: "http://www.w3.org/XML/1998/namespace",
108
+ /**
109
+ * The `xmlns:` namespace
110
+ *
111
+ * @see https://www.w3.org/2000/xmlns/
112
+ */
113
+ XMLNS: "http://www.w3.org/2000/xmlns/"
114
+ });
115
+ k.assign = xe;
116
+ k.find = Fe;
117
+ k.freeze = bu;
118
+ k.MIME_TYPE = Zu;
119
+ k.NAMESPACE = Ju;
120
+ var Wu = k, O = Wu.find, K = Wu.NAMESPACE;
121
+ function Se(u) {
122
+ return u !== "";
123
+ }
124
+ function qe(u) {
125
+ return u ? u.split(/[\t\n\f\r ]+/).filter(Se) : [];
126
+ }
127
+ function Oe(u, e) {
128
+ return u.hasOwnProperty(e) || (u[e] = !0), u;
129
+ }
130
+ function Iu(u) {
131
+ if (!u) return [];
132
+ var e = qe(u);
133
+ return Object.keys(e.reduce(Oe, {}));
134
+ }
135
+ function Re(u) {
136
+ return function(e) {
137
+ return u && u.indexOf(e) !== -1;
138
+ };
139
+ }
140
+ function ru(u, e) {
141
+ for (var r in u)
142
+ Object.prototype.hasOwnProperty.call(u, r) && (e[r] = u[r]);
143
+ }
144
+ function y(u, e) {
145
+ var r = u.prototype;
146
+ if (!(r instanceof e)) {
147
+ let t = function() {
148
+ };
149
+ t.prototype = e.prototype, t = new t(), ru(r, t), u.prototype = r = t;
150
+ }
151
+ r.constructor != u && (typeof u != "function" && console.error("unknown Class:" + u), r.constructor = u);
152
+ }
153
+ var T = {}, q = T.ELEMENT_NODE = 1, $ = T.ATTRIBUTE_NODE = 2, su = T.TEXT_NODE = 3, Ku = T.CDATA_SECTION_NODE = 4, ue = T.ENTITY_REFERENCE_NODE = 5, _e = T.ENTITY_NODE = 6, ee = T.PROCESSING_INSTRUCTION_NODE = 7, re = T.COMMENT_NODE = 8, te = T.DOCUMENT_NODE = 9, ne = T.DOCUMENT_TYPE_NODE = 10, L = T.DOCUMENT_FRAGMENT_NODE = 11, Le = T.NOTATION_NODE = 12, b = {}, v = {};
154
+ b.INDEX_SIZE_ERR = (v[1] = "Index size error", 1);
155
+ b.DOMSTRING_SIZE_ERR = (v[2] = "DOMString size error", 2);
156
+ var N = b.HIERARCHY_REQUEST_ERR = (v[3] = "Hierarchy request error", 3);
157
+ b.WRONG_DOCUMENT_ERR = (v[4] = "Wrong document", 4);
158
+ b.INVALID_CHARACTER_ERR = (v[5] = "Invalid character", 5);
159
+ b.NO_DATA_ALLOWED_ERR = (v[6] = "No data allowed", 6);
160
+ b.NO_MODIFICATION_ALLOWED_ERR = (v[7] = "No modification allowed", 7);
161
+ var ae = b.NOT_FOUND_ERR = (v[8] = "Not found", 8);
162
+ b.NOT_SUPPORTED_ERR = (v[9] = "Not supported", 9);
163
+ var ku = b.INUSE_ATTRIBUTE_ERR = (v[10] = "Attribute in use", 10);
164
+ b.INVALID_STATE_ERR = (v[11] = "Invalid state", 11);
165
+ b.SYNTAX_ERR = (v[12] = "Syntax error", 12);
166
+ b.INVALID_MODIFICATION_ERR = (v[13] = "Invalid modification", 13);
167
+ b.NAMESPACE_ERR = (v[14] = "Invalid namespace", 14);
168
+ b.INVALID_ACCESS_ERR = (v[15] = "Invalid access", 15);
169
+ function m(u, e) {
170
+ if (e instanceof Error)
171
+ var r = e;
172
+ else
173
+ r = this, Error.call(this, v[u]), this.message = v[u], Error.captureStackTrace && Error.captureStackTrace(this, m);
174
+ return r.code = u, e && (this.message = this.message + ": " + e), r;
175
+ }
176
+ m.prototype = Error.prototype;
177
+ ru(b, m);
178
+ function _() {
179
+ }
180
+ _.prototype = {
181
+ /**
182
+ * The number of nodes in the list. The range of valid child node indices is 0 to length-1 inclusive.
183
+ * @standard level1
184
+ */
185
+ length: 0,
186
+ /**
187
+ * Returns the indexth item in the collection. If index is greater than or equal to the number of nodes in the list, this returns null.
188
+ * @standard level1
189
+ * @param index unsigned long
190
+ * Index into the collection.
191
+ * @return Node
192
+ * The node at the indexth position in the NodeList, or null if that is not a valid index.
193
+ */
194
+ item: function(u) {
195
+ return u >= 0 && u < this.length ? this[u] : null;
196
+ },
197
+ toString: function(u, e) {
198
+ for (var r = [], t = 0; t < this.length; t++)
199
+ j(this[t], r, u, e);
200
+ return r.join("");
201
+ },
202
+ /**
203
+ * @private
204
+ * @param {function (Node):boolean} predicate
205
+ * @returns {Node[]}
206
+ */
207
+ filter: function(u) {
208
+ return Array.prototype.filter.call(this, u);
209
+ },
210
+ /**
211
+ * @private
212
+ * @param {Node} item
213
+ * @returns {number}
214
+ */
215
+ indexOf: function(u) {
216
+ return Array.prototype.indexOf.call(this, u);
217
+ }
218
+ };
219
+ function X(u, e) {
220
+ this._node = u, this._refresh = e, wu(this);
221
+ }
222
+ function wu(u) {
223
+ var e = u._node._inc || u._node.ownerDocument._inc;
224
+ if (u._inc !== e) {
225
+ var r = u._refresh(u._node);
226
+ if (Ee(u, "length", r.length), !u.$$length || r.length < u.$$length)
227
+ for (var t = r.length; t in u; t++)
228
+ Object.prototype.hasOwnProperty.call(u, t) && delete u[t];
229
+ ru(r, u), u._inc = e;
230
+ }
231
+ }
232
+ X.prototype.item = function(u) {
233
+ return wu(this), this[u] || null;
234
+ };
235
+ y(X, _);
236
+ function lu() {
237
+ }
238
+ function ie(u, e) {
239
+ for (var r = u.length; r--; )
240
+ if (u[r] === e)
241
+ return r;
242
+ }
243
+ function Uu(u, e, r, t) {
244
+ if (t ? e[ie(e, t)] = r : e[e.length++] = r, u) {
245
+ r.ownerElement = u;
246
+ var n = u.ownerDocument;
247
+ n && (t && le(n, u, t), Ie(n, u, r));
248
+ }
249
+ }
250
+ function Mu(u, e, r) {
251
+ var t = ie(e, r);
252
+ if (t >= 0) {
253
+ for (var n = e.length - 1; t < n; )
254
+ e[t] = e[++t];
255
+ if (e.length = n, u) {
256
+ var a = u.ownerDocument;
257
+ a && (le(a, u, r), r.ownerElement = null);
258
+ }
259
+ } else
260
+ throw new m(ae, new Error(u.tagName + "@" + r));
261
+ }
262
+ lu.prototype = {
263
+ length: 0,
264
+ item: _.prototype.item,
265
+ getNamedItem: function(u) {
266
+ for (var e = this.length; e--; ) {
267
+ var r = this[e];
268
+ if (r.nodeName == u)
269
+ return r;
270
+ }
271
+ },
272
+ setNamedItem: function(u) {
273
+ var e = u.ownerElement;
274
+ if (e && e != this._ownerElement)
275
+ throw new m(ku);
276
+ var r = this.getNamedItem(u.nodeName);
277
+ return Uu(this._ownerElement, this, u, r), r;
278
+ },
279
+ /* returns Node */
280
+ setNamedItemNS: function(u) {
281
+ var e = u.ownerElement, r;
282
+ if (e && e != this._ownerElement)
283
+ throw new m(ku);
284
+ return r = this.getNamedItemNS(u.namespaceURI, u.localName), Uu(this._ownerElement, this, u, r), r;
285
+ },
286
+ /* returns Node */
287
+ removeNamedItem: function(u) {
288
+ var e = this.getNamedItem(u);
289
+ return Mu(this._ownerElement, this, e), e;
290
+ },
291
+ // raises: NOT_FOUND_ERR,NO_MODIFICATION_ALLOWED_ERR
292
+ //for level2
293
+ removeNamedItemNS: function(u, e) {
294
+ var r = this.getNamedItemNS(u, e);
295
+ return Mu(this._ownerElement, this, r), r;
296
+ },
297
+ getNamedItemNS: function(u, e) {
298
+ for (var r = this.length; r--; ) {
299
+ var t = this[r];
300
+ if (t.localName == e && t.namespaceURI == u)
301
+ return t;
302
+ }
303
+ return null;
304
+ }
305
+ };
306
+ function oe() {
307
+ }
308
+ oe.prototype = {
309
+ /**
310
+ * The DOMImplementation.hasFeature() method returns a Boolean flag indicating if a given feature is supported.
311
+ * The different implementations fairly diverged in what kind of features were reported.
312
+ * The latest version of the spec settled to force this method to always return true, where the functionality was accurate and in use.
313
+ *
314
+ * @deprecated It is deprecated and modern browsers return true in all cases.
315
+ *
316
+ * @param {string} feature
317
+ * @param {string} [version]
318
+ * @returns {boolean} always true
319
+ *
320
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation/hasFeature MDN
321
+ * @see https://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-5CED94D7 DOM Level 1 Core
322
+ * @see https://dom.spec.whatwg.org/#dom-domimplementation-hasfeature DOM Living Standard
323
+ */
324
+ hasFeature: function(u, e) {
325
+ return !0;
326
+ },
327
+ /**
328
+ * Creates an XML Document object of the specified type with its document element.
329
+ *
330
+ * __It behaves slightly different from the description in the living standard__:
331
+ * - There is no interface/class `XMLDocument`, it returns a `Document` instance.
332
+ * - `contentType`, `encoding`, `mode`, `origin`, `url` fields are currently not declared.
333
+ * - this implementation is not validating names or qualified names
334
+ * (when parsing XML strings, the SAX parser takes care of that)
335
+ *
336
+ * @param {string|null} namespaceURI
337
+ * @param {string} qualifiedName
338
+ * @param {DocumentType=null} doctype
339
+ * @returns {Document}
340
+ *
341
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation/createDocument MDN
342
+ * @see https://www.w3.org/TR/DOM-Level-2-Core/core.html#Level-2-Core-DOM-createDocument DOM Level 2 Core (initial)
343
+ * @see https://dom.spec.whatwg.org/#dom-domimplementation-createdocument DOM Level 2 Core
344
+ *
345
+ * @see https://dom.spec.whatwg.org/#validate-and-extract DOM: Validate and extract
346
+ * @see https://www.w3.org/TR/xml/#NT-NameStartChar XML Spec: Names
347
+ * @see https://www.w3.org/TR/xml-names/#ns-qualnames XML Namespaces: Qualified names
348
+ */
349
+ createDocument: function(u, e, r) {
350
+ var t = new tu();
351
+ if (t.implementation = this, t.childNodes = new _(), t.doctype = r || null, r && t.appendChild(r), e) {
352
+ var n = t.createElementNS(u, e);
353
+ t.appendChild(n);
354
+ }
355
+ return t;
356
+ },
357
+ /**
358
+ * Returns a doctype, with the given `qualifiedName`, `publicId`, and `systemId`.
359
+ *
360
+ * __This behavior is slightly different from the in the specs__:
361
+ * - this implementation is not validating names or qualified names
362
+ * (when parsing XML strings, the SAX parser takes care of that)
363
+ *
364
+ * @param {string} qualifiedName
365
+ * @param {string} [publicId]
366
+ * @param {string} [systemId]
367
+ * @returns {DocumentType} which can either be used with `DOMImplementation.createDocument` upon document creation
368
+ * or can be put into the document via methods like `Node.insertBefore()` or `Node.replaceChild()`
369
+ *
370
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation/createDocumentType MDN
371
+ * @see https://www.w3.org/TR/DOM-Level-2-Core/core.html#Level-2-Core-DOM-createDocType DOM Level 2 Core
372
+ * @see https://dom.spec.whatwg.org/#dom-domimplementation-createdocumenttype DOM Living Standard
373
+ *
374
+ * @see https://dom.spec.whatwg.org/#validate-and-extract DOM: Validate and extract
375
+ * @see https://www.w3.org/TR/xml/#NT-NameStartChar XML Spec: Names
376
+ * @see https://www.w3.org/TR/xml-names/#ns-qualnames XML Namespaces: Qualified names
377
+ */
378
+ createDocumentType: function(u, e, r) {
379
+ var t = new Du();
380
+ return t.name = u, t.nodeName = u, t.publicId = e || "", t.systemId = r || "", t;
381
+ }
382
+ };
383
+ function D() {
384
+ }
385
+ D.prototype = {
386
+ firstChild: null,
387
+ lastChild: null,
388
+ previousSibling: null,
389
+ nextSibling: null,
390
+ attributes: null,
391
+ parentNode: null,
392
+ childNodes: null,
393
+ ownerDocument: null,
394
+ nodeValue: null,
395
+ namespaceURI: null,
396
+ prefix: null,
397
+ localName: null,
398
+ // Modified in DOM Level 2:
399
+ insertBefore: function(u, e) {
400
+ return cu(this, u, e);
401
+ },
402
+ replaceChild: function(u, e) {
403
+ cu(this, u, e, pe), e && this.removeChild(e);
404
+ },
405
+ removeChild: function(u) {
406
+ return ce(this, u);
407
+ },
408
+ appendChild: function(u) {
409
+ return this.insertBefore(u, null);
410
+ },
411
+ hasChildNodes: function() {
412
+ return this.firstChild != null;
413
+ },
414
+ cloneNode: function(u) {
415
+ return gu(this.ownerDocument || this, this, u);
416
+ },
417
+ // Modified in DOM Level 2:
418
+ normalize: function() {
419
+ for (var u = this.firstChild; u; ) {
420
+ var e = u.nextSibling;
421
+ e && e.nodeType == su && u.nodeType == su ? (this.removeChild(e), u.appendData(e.data)) : (u.normalize(), u = e);
422
+ }
423
+ },
424
+ // Introduced in DOM Level 2:
425
+ isSupported: function(u, e) {
426
+ return this.ownerDocument.implementation.hasFeature(u, e);
427
+ },
428
+ // Introduced in DOM Level 2:
429
+ hasAttributes: function() {
430
+ return this.attributes.length > 0;
431
+ },
432
+ /**
433
+ * Look up the prefix associated to the given namespace URI, starting from this node.
434
+ * **The default namespace declarations are ignored by this method.**
435
+ * See Namespace Prefix Lookup for details on the algorithm used by this method.
436
+ *
437
+ * _Note: The implementation seems to be incomplete when compared to the algorithm described in the specs._
438
+ *
439
+ * @param {string | null} namespaceURI
440
+ * @returns {string | null}
441
+ * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-lookupNamespacePrefix
442
+ * @see https://www.w3.org/TR/DOM-Level-3-Core/namespaces-algorithms.html#lookupNamespacePrefixAlgo
443
+ * @see https://dom.spec.whatwg.org/#dom-node-lookupprefix
444
+ * @see https://github.com/xmldom/xmldom/issues/322
445
+ */
446
+ lookupPrefix: function(u) {
447
+ for (var e = this; e; ) {
448
+ var r = e._nsMap;
449
+ if (r) {
450
+ for (var t in r)
451
+ if (Object.prototype.hasOwnProperty.call(r, t) && r[t] === u)
452
+ return t;
453
+ }
454
+ e = e.nodeType == $ ? e.ownerDocument : e.parentNode;
455
+ }
456
+ return null;
457
+ },
458
+ // Introduced in DOM Level 3:
459
+ lookupNamespaceURI: function(u) {
460
+ for (var e = this; e; ) {
461
+ var r = e._nsMap;
462
+ if (r && Object.prototype.hasOwnProperty.call(r, u))
463
+ return r[u];
464
+ e = e.nodeType == $ ? e.ownerDocument : e.parentNode;
465
+ }
466
+ return null;
467
+ },
468
+ // Introduced in DOM Level 3:
469
+ isDefaultNamespace: function(u) {
470
+ var e = this.lookupPrefix(u);
471
+ return e == null;
472
+ }
473
+ };
474
+ function se(u) {
475
+ return u == "<" && "&lt;" || u == ">" && "&gt;" || u == "&" && "&amp;" || u == '"' && "&quot;" || "&#" + u.charCodeAt() + ";";
476
+ }
477
+ ru(T, D);
478
+ ru(T, D.prototype);
479
+ function uu(u, e) {
480
+ if (e(u))
481
+ return !0;
482
+ if (u = u.firstChild)
483
+ do
484
+ if (uu(u, e))
485
+ return !0;
486
+ while (u = u.nextSibling);
487
+ }
488
+ function tu() {
489
+ this.ownerDocument = this;
490
+ }
491
+ function Ie(u, e, r) {
492
+ u && u._inc++;
493
+ var t = r.namespaceURI;
494
+ t === K.XMLNS && (e._nsMap[r.prefix ? r.localName : ""] = r.value);
495
+ }
496
+ function le(u, e, r, t) {
497
+ u && u._inc++;
498
+ var n = r.namespaceURI;
499
+ n === K.XMLNS && delete e._nsMap[r.prefix ? r.localName : ""];
500
+ }
501
+ function Bu(u, e, r) {
502
+ if (u && u._inc) {
503
+ u._inc++;
504
+ var t = e.childNodes;
505
+ if (r)
506
+ t[t.length++] = r;
507
+ else {
508
+ for (var n = e.firstChild, a = 0; n; )
509
+ t[a++] = n, n = n.nextSibling;
510
+ t.length = a, delete t[t.length];
511
+ }
512
+ }
513
+ }
514
+ function ce(u, e) {
515
+ var r = e.previousSibling, t = e.nextSibling;
516
+ return r ? r.nextSibling = t : u.firstChild = t, t ? t.previousSibling = r : u.lastChild = r, e.parentNode = null, e.previousSibling = null, e.nextSibling = null, Bu(u.ownerDocument, u), e;
517
+ }
518
+ function ke(u) {
519
+ return u && (u.nodeType === D.DOCUMENT_NODE || u.nodeType === D.DOCUMENT_FRAGMENT_NODE || u.nodeType === D.ELEMENT_NODE);
520
+ }
521
+ function Ue(u) {
522
+ return u && (R(u) || Nu(u) || I(u) || u.nodeType === D.DOCUMENT_FRAGMENT_NODE || u.nodeType === D.COMMENT_NODE || u.nodeType === D.PROCESSING_INSTRUCTION_NODE);
523
+ }
524
+ function I(u) {
525
+ return u && u.nodeType === D.DOCUMENT_TYPE_NODE;
526
+ }
527
+ function R(u) {
528
+ return u && u.nodeType === D.ELEMENT_NODE;
529
+ }
530
+ function Nu(u) {
531
+ return u && u.nodeType === D.TEXT_NODE;
532
+ }
533
+ function Pu(u, e) {
534
+ var r = u.childNodes || [];
535
+ if (O(r, R) || I(e))
536
+ return !1;
537
+ var t = O(r, I);
538
+ return !(e && t && r.indexOf(t) > r.indexOf(e));
539
+ }
540
+ function Vu(u, e) {
541
+ var r = u.childNodes || [];
542
+ function t(a) {
543
+ return R(a) && a !== e;
544
+ }
545
+ if (O(r, t))
546
+ return !1;
547
+ var n = O(r, I);
548
+ return !(e && n && r.indexOf(n) > r.indexOf(e));
549
+ }
550
+ function Me(u, e, r) {
551
+ if (!ke(u))
552
+ throw new m(N, "Unexpected parent node type " + u.nodeType);
553
+ if (r && r.parentNode !== u)
554
+ throw new m(ae, "child not in parent");
555
+ if (
556
+ // 4. If `node` is not a DocumentFragment, DocumentType, Element, or CharacterData node, then throw a "HierarchyRequestError" DOMException.
557
+ !Ue(e) || // 5. If either `node` is a Text node and `parent` is a document,
558
+ // the sax parser currently adds top level text nodes, this will be fixed in 0.9.0
559
+ // || (node.nodeType === Node.TEXT_NODE && parent.nodeType === Node.DOCUMENT_NODE)
560
+ // or `node` is a doctype and `parent` is not a document, then throw a "HierarchyRequestError" DOMException.
561
+ I(e) && u.nodeType !== D.DOCUMENT_NODE
562
+ )
563
+ throw new m(
564
+ N,
565
+ "Unexpected node type " + e.nodeType + " for parent node type " + u.nodeType
566
+ );
567
+ }
568
+ function Pe(u, e, r) {
569
+ var t = u.childNodes || [], n = e.childNodes || [];
570
+ if (e.nodeType === D.DOCUMENT_FRAGMENT_NODE) {
571
+ var a = n.filter(R);
572
+ if (a.length > 1 || O(n, Nu))
573
+ throw new m(N, "More than one element or text in fragment");
574
+ if (a.length === 1 && !Pu(u, r))
575
+ throw new m(N, "Element in fragment can not be inserted before doctype");
576
+ }
577
+ if (R(e) && !Pu(u, r))
578
+ throw new m(N, "Only one element can be added and only after doctype");
579
+ if (I(e)) {
580
+ if (O(t, I))
581
+ throw new m(N, "Only one doctype is allowed");
582
+ var i = O(t, R);
583
+ if (r && t.indexOf(i) < t.indexOf(r))
584
+ throw new m(N, "Doctype can only be inserted before an element");
585
+ if (!r && i)
586
+ throw new m(N, "Doctype can not be appended since element is present");
587
+ }
588
+ }
589
+ function pe(u, e, r) {
590
+ var t = u.childNodes || [], n = e.childNodes || [];
591
+ if (e.nodeType === D.DOCUMENT_FRAGMENT_NODE) {
592
+ var a = n.filter(R);
593
+ if (a.length > 1 || O(n, Nu))
594
+ throw new m(N, "More than one element or text in fragment");
595
+ if (a.length === 1 && !Vu(u, r))
596
+ throw new m(N, "Element in fragment can not be inserted before doctype");
597
+ }
598
+ if (R(e) && !Vu(u, r))
599
+ throw new m(N, "Only one element can be added and only after doctype");
600
+ if (I(e)) {
601
+ if (O(t, function(o) {
602
+ return I(o) && o !== r;
603
+ }))
604
+ throw new m(N, "Only one doctype is allowed");
605
+ var i = O(t, R);
606
+ if (r && t.indexOf(i) < t.indexOf(r))
607
+ throw new m(N, "Doctype can only be inserted before an element");
608
+ }
609
+ }
610
+ function cu(u, e, r, t) {
611
+ Me(u, e, r), u.nodeType === D.DOCUMENT_NODE && (t || Pe)(u, e, r);
612
+ var n = e.parentNode;
613
+ if (n && n.removeChild(e), e.nodeType === L) {
614
+ var a = e.firstChild;
615
+ if (a == null)
616
+ return e;
617
+ var i = e.lastChild;
618
+ } else
619
+ a = i = e;
620
+ var s = r ? r.previousSibling : u.lastChild;
621
+ a.previousSibling = s, i.nextSibling = r, s ? s.nextSibling = a : u.firstChild = a, r == null ? u.lastChild = i : r.previousSibling = i;
622
+ do
623
+ a.parentNode = u;
624
+ while (a !== i && (a = a.nextSibling));
625
+ return Bu(u.ownerDocument || u, u), e.nodeType == L && (e.firstChild = e.lastChild = null), e;
626
+ }
627
+ function Ve(u, e) {
628
+ return e.parentNode && e.parentNode.removeChild(e), e.parentNode = u, e.previousSibling = u.lastChild, e.nextSibling = null, e.previousSibling ? e.previousSibling.nextSibling = e : u.firstChild = e, u.lastChild = e, Bu(u.ownerDocument, u, e), e;
629
+ }
630
+ tu.prototype = {
631
+ //implementation : null,
632
+ nodeName: "#document",
633
+ nodeType: te,
634
+ /**
635
+ * The DocumentType node of the document.
636
+ *
637
+ * @readonly
638
+ * @type DocumentType
639
+ */
640
+ doctype: null,
641
+ documentElement: null,
642
+ _inc: 1,
643
+ insertBefore: function(u, e) {
644
+ if (u.nodeType == L) {
645
+ for (var r = u.firstChild; r; ) {
646
+ var t = r.nextSibling;
647
+ this.insertBefore(r, e), r = t;
648
+ }
649
+ return u;
650
+ }
651
+ return cu(this, u, e), u.ownerDocument = this, this.documentElement === null && u.nodeType === q && (this.documentElement = u), u;
652
+ },
653
+ removeChild: function(u) {
654
+ return this.documentElement == u && (this.documentElement = null), ce(this, u);
655
+ },
656
+ replaceChild: function(u, e) {
657
+ cu(this, u, e, pe), u.ownerDocument = this, e && this.removeChild(e), R(u) && (this.documentElement = u);
658
+ },
659
+ // Introduced in DOM Level 2:
660
+ importNode: function(u, e) {
661
+ return me(this, u, e);
662
+ },
663
+ // Introduced in DOM Level 2:
664
+ getElementById: function(u) {
665
+ var e = null;
666
+ return uu(this.documentElement, function(r) {
667
+ if (r.nodeType == q && r.getAttribute("id") == u)
668
+ return e = r, !0;
669
+ }), e;
670
+ },
671
+ /**
672
+ * The `getElementsByClassName` method of `Document` interface returns an array-like object
673
+ * of all child elements which have **all** of the given class name(s).
674
+ *
675
+ * Returns an empty list if `classeNames` is an empty string or only contains HTML white space characters.
676
+ *
677
+ *
678
+ * Warning: This is a live LiveNodeList.
679
+ * Changes in the DOM will reflect in the array as the changes occur.
680
+ * If an element selected by this array no longer qualifies for the selector,
681
+ * it will automatically be removed. Be aware of this for iteration purposes.
682
+ *
683
+ * @param {string} classNames is a string representing the class name(s) to match; multiple class names are separated by (ASCII-)whitespace
684
+ *
685
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementsByClassName
686
+ * @see https://dom.spec.whatwg.org/#concept-getelementsbyclassname
687
+ */
688
+ getElementsByClassName: function(u) {
689
+ var e = Iu(u);
690
+ return new X(this, function(r) {
691
+ var t = [];
692
+ return e.length > 0 && uu(r.documentElement, function(n) {
693
+ if (n !== r && n.nodeType === q) {
694
+ var a = n.getAttribute("class");
695
+ if (a) {
696
+ var i = u === a;
697
+ if (!i) {
698
+ var s = Iu(a);
699
+ i = e.every(Re(s));
700
+ }
701
+ i && t.push(n);
702
+ }
703
+ }
704
+ }), t;
705
+ });
706
+ },
707
+ //document factory method:
708
+ createElement: function(u) {
709
+ var e = new P();
710
+ e.ownerDocument = this, e.nodeName = u, e.tagName = u, e.localName = u, e.childNodes = new _();
711
+ var r = e.attributes = new lu();
712
+ return r._ownerElement = e, e;
713
+ },
714
+ createDocumentFragment: function() {
715
+ var u = new fu();
716
+ return u.ownerDocument = this, u.childNodes = new _(), u;
717
+ },
718
+ createTextNode: function(u) {
719
+ var e = new yu();
720
+ return e.ownerDocument = this, e.appendData(u), e;
721
+ },
722
+ createComment: function(u) {
723
+ var e = new Tu();
724
+ return e.ownerDocument = this, e.appendData(u), e;
725
+ },
726
+ createCDATASection: function(u) {
727
+ var e = new Fu();
728
+ return e.ownerDocument = this, e.appendData(u), e;
729
+ },
730
+ createProcessingInstruction: function(u, e) {
731
+ var r = new Su();
732
+ return r.ownerDocument = this, r.tagName = r.nodeName = r.target = u, r.nodeValue = r.data = e, r;
733
+ },
734
+ createAttribute: function(u) {
735
+ var e = new pu();
736
+ return e.ownerDocument = this, e.name = u, e.nodeName = u, e.localName = u, e.specified = !0, e;
737
+ },
738
+ createEntityReference: function(u) {
739
+ var e = new xu();
740
+ return e.ownerDocument = this, e.nodeName = u, e;
741
+ },
742
+ // Introduced in DOM Level 2:
743
+ createElementNS: function(u, e) {
744
+ var r = new P(), t = e.split(":"), n = r.attributes = new lu();
745
+ return r.childNodes = new _(), r.ownerDocument = this, r.nodeName = e, r.tagName = e, r.namespaceURI = u, t.length == 2 ? (r.prefix = t[0], r.localName = t[1]) : r.localName = e, n._ownerElement = r, r;
746
+ },
747
+ // Introduced in DOM Level 2:
748
+ createAttributeNS: function(u, e) {
749
+ var r = new pu(), t = e.split(":");
750
+ return r.ownerDocument = this, r.nodeName = e, r.name = e, r.namespaceURI = u, r.specified = !0, t.length == 2 ? (r.prefix = t[0], r.localName = t[1]) : r.localName = e, r;
751
+ }
752
+ };
753
+ y(tu, D);
754
+ function P() {
755
+ this._nsMap = {};
756
+ }
757
+ P.prototype = {
758
+ nodeType: q,
759
+ hasAttribute: function(u) {
760
+ return this.getAttributeNode(u) != null;
761
+ },
762
+ getAttribute: function(u) {
763
+ var e = this.getAttributeNode(u);
764
+ return e && e.value || "";
765
+ },
766
+ getAttributeNode: function(u) {
767
+ return this.attributes.getNamedItem(u);
768
+ },
769
+ setAttribute: function(u, e) {
770
+ var r = this.ownerDocument.createAttribute(u);
771
+ r.value = r.nodeValue = "" + e, this.setAttributeNode(r);
772
+ },
773
+ removeAttribute: function(u) {
774
+ var e = this.getAttributeNode(u);
775
+ e && this.removeAttributeNode(e);
776
+ },
777
+ //four real opeartion method
778
+ appendChild: function(u) {
779
+ return u.nodeType === L ? this.insertBefore(u, null) : Ve(this, u);
780
+ },
781
+ setAttributeNode: function(u) {
782
+ return this.attributes.setNamedItem(u);
783
+ },
784
+ setAttributeNodeNS: function(u) {
785
+ return this.attributes.setNamedItemNS(u);
786
+ },
787
+ removeAttributeNode: function(u) {
788
+ return this.attributes.removeNamedItem(u.nodeName);
789
+ },
790
+ //get real attribute name,and remove it by removeAttributeNode
791
+ removeAttributeNS: function(u, e) {
792
+ var r = this.getAttributeNodeNS(u, e);
793
+ r && this.removeAttributeNode(r);
794
+ },
795
+ hasAttributeNS: function(u, e) {
796
+ return this.getAttributeNodeNS(u, e) != null;
797
+ },
798
+ getAttributeNS: function(u, e) {
799
+ var r = this.getAttributeNodeNS(u, e);
800
+ return r && r.value || "";
801
+ },
802
+ setAttributeNS: function(u, e, r) {
803
+ var t = this.ownerDocument.createAttributeNS(u, e);
804
+ t.value = t.nodeValue = "" + r, this.setAttributeNode(t);
805
+ },
806
+ getAttributeNodeNS: function(u, e) {
807
+ return this.attributes.getNamedItemNS(u, e);
808
+ },
809
+ getElementsByTagName: function(u) {
810
+ return new X(this, function(e) {
811
+ var r = [];
812
+ return uu(e, function(t) {
813
+ t !== e && t.nodeType == q && (u === "*" || t.tagName == u) && r.push(t);
814
+ }), r;
815
+ });
816
+ },
817
+ getElementsByTagNameNS: function(u, e) {
818
+ return new X(this, function(r) {
819
+ var t = [];
820
+ return uu(r, function(n) {
821
+ n !== r && n.nodeType === q && (u === "*" || n.namespaceURI === u) && (e === "*" || n.localName == e) && t.push(n);
822
+ }), t;
823
+ });
824
+ }
825
+ };
826
+ tu.prototype.getElementsByTagName = P.prototype.getElementsByTagName;
827
+ tu.prototype.getElementsByTagNameNS = P.prototype.getElementsByTagNameNS;
828
+ y(P, D);
829
+ function pu() {
830
+ }
831
+ pu.prototype.nodeType = $;
832
+ y(pu, D);
833
+ function nu() {
834
+ }
835
+ nu.prototype = {
836
+ data: "",
837
+ substringData: function(u, e) {
838
+ return this.data.substring(u, u + e);
839
+ },
840
+ appendData: function(u) {
841
+ u = this.data + u, this.nodeValue = this.data = u, this.length = u.length;
842
+ },
843
+ insertData: function(u, e) {
844
+ this.replaceData(u, 0, e);
845
+ },
846
+ appendChild: function(u) {
847
+ throw new Error(v[N]);
848
+ },
849
+ deleteData: function(u, e) {
850
+ this.replaceData(u, e, "");
851
+ },
852
+ replaceData: function(u, e, r) {
853
+ var t = this.data.substring(0, u), n = this.data.substring(u + e);
854
+ r = t + r + n, this.nodeValue = this.data = r, this.length = r.length;
855
+ }
856
+ };
857
+ y(nu, D);
858
+ function yu() {
859
+ }
860
+ yu.prototype = {
861
+ nodeName: "#text",
862
+ nodeType: su,
863
+ splitText: function(u) {
864
+ var e = this.data, r = e.substring(u);
865
+ e = e.substring(0, u), this.data = this.nodeValue = e, this.length = e.length;
866
+ var t = this.ownerDocument.createTextNode(r);
867
+ return this.parentNode && this.parentNode.insertBefore(t, this.nextSibling), t;
868
+ }
869
+ };
870
+ y(yu, nu);
871
+ function Tu() {
872
+ }
873
+ Tu.prototype = {
874
+ nodeName: "#comment",
875
+ nodeType: re
876
+ };
877
+ y(Tu, nu);
878
+ function Fu() {
879
+ }
880
+ Fu.prototype = {
881
+ nodeName: "#cdata-section",
882
+ nodeType: Ku
883
+ };
884
+ y(Fu, nu);
885
+ function Du() {
886
+ }
887
+ Du.prototype.nodeType = ne;
888
+ y(Du, D);
889
+ function De() {
890
+ }
891
+ De.prototype.nodeType = Le;
892
+ y(De, D);
893
+ function fe() {
894
+ }
895
+ fe.prototype.nodeType = _e;
896
+ y(fe, D);
897
+ function xu() {
898
+ }
899
+ xu.prototype.nodeType = ue;
900
+ y(xu, D);
901
+ function fu() {
902
+ }
903
+ fu.prototype.nodeName = "#document-fragment";
904
+ fu.prototype.nodeType = L;
905
+ y(fu, D);
906
+ function Su() {
907
+ }
908
+ Su.prototype.nodeType = ee;
909
+ y(Su, D);
910
+ function Ae() {
911
+ }
912
+ Ae.prototype.serializeToString = function(u, e, r) {
913
+ return he.call(u, e, r);
914
+ };
915
+ D.prototype.toString = he;
916
+ function he(u, e) {
917
+ var r = [], t = this.nodeType == 9 && this.documentElement || this, n = t.prefix, a = t.namespaceURI;
918
+ if (a && n == null) {
919
+ var n = t.lookupPrefix(a);
920
+ if (n == null)
921
+ var i = [
922
+ { namespace: a, prefix: null }
923
+ //{namespace:uri,prefix:''}
924
+ ];
925
+ }
926
+ return j(this, r, u, e, i), r.join("");
927
+ }
928
+ function Gu(u, e, r) {
929
+ var t = u.prefix || "", n = u.namespaceURI;
930
+ if (!n || t === "xml" && n === K.XML || n === K.XMLNS)
931
+ return !1;
932
+ for (var a = r.length; a--; ) {
933
+ var i = r[a];
934
+ if (i.prefix === t)
935
+ return i.namespace !== n;
936
+ }
937
+ return !0;
938
+ }
939
+ function du(u, e, r) {
940
+ u.push(" ", e, '="', r.replace(/[<>&"\t\n\r]/g, se), '"');
941
+ }
942
+ function j(u, e, r, t, n) {
943
+ if (n || (n = []), t)
944
+ if (u = t(u), u) {
945
+ if (typeof u == "string") {
946
+ e.push(u);
947
+ return;
948
+ }
949
+ } else
950
+ return;
951
+ switch (u.nodeType) {
952
+ case q:
953
+ var a = u.attributes, i = a.length, g = u.firstChild, s = u.tagName;
954
+ r = K.isHTML(u.namespaceURI) || r;
955
+ var o = s;
956
+ if (!r && !u.prefix && u.namespaceURI) {
957
+ for (var l, c = 0; c < a.length; c++)
958
+ if (a.item(c).name === "xmlns") {
959
+ l = a.item(c).value;
960
+ break;
961
+ }
962
+ if (!l)
963
+ for (var f = n.length - 1; f >= 0; f--) {
964
+ var p = n[f];
965
+ if (p.prefix === "" && p.namespace === u.namespaceURI) {
966
+ l = p.namespace;
967
+ break;
968
+ }
969
+ }
970
+ if (l !== u.namespaceURI)
971
+ for (var f = n.length - 1; f >= 0; f--) {
972
+ var p = n[f];
973
+ if (p.namespace === u.namespaceURI) {
974
+ p.prefix && (o = p.prefix + ":" + s);
975
+ break;
976
+ }
977
+ }
978
+ }
979
+ e.push("<", o);
980
+ for (var d = 0; d < i; d++) {
981
+ var B = a.item(d);
982
+ B.prefix == "xmlns" ? n.push({ prefix: B.localName, namespace: B.value }) : B.nodeName == "xmlns" && n.push({ prefix: "", namespace: B.value });
983
+ }
984
+ for (var d = 0; d < i; d++) {
985
+ var B = a.item(d);
986
+ if (Gu(B, r, n)) {
987
+ var E = B.prefix || "", A = B.namespaceURI;
988
+ du(e, E ? "xmlns:" + E : "xmlns", A), n.push({ prefix: E, namespace: A });
989
+ }
990
+ j(B, e, r, t, n);
991
+ }
992
+ if (s === o && Gu(u, r, n)) {
993
+ var E = u.prefix || "", A = u.namespaceURI;
994
+ du(e, E ? "xmlns:" + E : "xmlns", A), n.push({ prefix: E, namespace: A });
995
+ }
996
+ if (g || r && !/^(?:meta|link|img|br|hr|input)$/i.test(s)) {
997
+ if (e.push(">"), r && /^script$/i.test(s))
998
+ for (; g; )
999
+ g.data ? e.push(g.data) : j(g, e, r, t, n.slice()), g = g.nextSibling;
1000
+ else
1001
+ for (; g; )
1002
+ j(g, e, r, t, n.slice()), g = g.nextSibling;
1003
+ e.push("</", o, ">");
1004
+ } else
1005
+ e.push("/>");
1006
+ return;
1007
+ case te:
1008
+ case L:
1009
+ for (var g = u.firstChild; g; )
1010
+ j(g, e, r, t, n.slice()), g = g.nextSibling;
1011
+ return;
1012
+ case $:
1013
+ return du(e, u.name, u.value);
1014
+ case su:
1015
+ return e.push(
1016
+ u.data.replace(/[<&>]/g, se)
1017
+ );
1018
+ case Ku:
1019
+ return e.push("<![CDATA[", u.data, "]]>");
1020
+ case re:
1021
+ return e.push("<!--", u.data, "-->");
1022
+ case ne:
1023
+ var Q = u.publicId, C = u.systemId;
1024
+ if (e.push("<!DOCTYPE ", u.name), Q)
1025
+ e.push(" PUBLIC ", Q), C && C != "." && e.push(" ", C), e.push(">");
1026
+ else if (C && C != ".")
1027
+ e.push(" SYSTEM ", C, ">");
1028
+ else {
1029
+ var x = u.internalSubset;
1030
+ x && e.push(" [", x, "]"), e.push(">");
1031
+ }
1032
+ return;
1033
+ case ee:
1034
+ return e.push("<?", u.target, " ", u.data, "?>");
1035
+ case ue:
1036
+ return e.push("&", u.nodeName, ";");
1037
+ default:
1038
+ e.push("??", u.nodeName);
1039
+ }
1040
+ }
1041
+ function me(u, e, r) {
1042
+ var t;
1043
+ switch (e.nodeType) {
1044
+ case q:
1045
+ t = e.cloneNode(!1), t.ownerDocument = u;
1046
+ case L:
1047
+ break;
1048
+ case $:
1049
+ r = !0;
1050
+ break;
1051
+ }
1052
+ if (t || (t = e.cloneNode(!1)), t.ownerDocument = u, t.parentNode = null, r)
1053
+ for (var n = e.firstChild; n; )
1054
+ t.appendChild(me(u, n, r)), n = n.nextSibling;
1055
+ return t;
1056
+ }
1057
+ function gu(u, e, r) {
1058
+ var t = new e.constructor();
1059
+ for (var n in e)
1060
+ if (Object.prototype.hasOwnProperty.call(e, n)) {
1061
+ var a = e[n];
1062
+ typeof a != "object" && a != t[n] && (t[n] = a);
1063
+ }
1064
+ switch (e.childNodes && (t.childNodes = new _()), t.ownerDocument = u, t.nodeType) {
1065
+ case q:
1066
+ var i = e.attributes, s = t.attributes = new lu(), o = i.length;
1067
+ s._ownerElement = t;
1068
+ for (var l = 0; l < o; l++)
1069
+ t.setAttributeNode(gu(u, i.item(l), !0));
1070
+ break;
1071
+ case $:
1072
+ r = !0;
1073
+ }
1074
+ if (r)
1075
+ for (var c = e.firstChild; c; )
1076
+ t.appendChild(gu(u, c, r)), c = c.nextSibling;
1077
+ return t;
1078
+ }
1079
+ function Ee(u, e, r) {
1080
+ u[e] = r;
1081
+ }
1082
+ try {
1083
+ if (Object.defineProperty) {
1084
+ let u = function(e) {
1085
+ switch (e.nodeType) {
1086
+ case q:
1087
+ case L:
1088
+ var r = [];
1089
+ for (e = e.firstChild; e; )
1090
+ e.nodeType !== 7 && e.nodeType !== 8 && r.push(u(e)), e = e.nextSibling;
1091
+ return r.join("");
1092
+ default:
1093
+ return e.nodeValue;
1094
+ }
1095
+ };
1096
+ Object.defineProperty(X.prototype, "length", {
1097
+ get: function() {
1098
+ return wu(this), this.$$length;
1099
+ }
1100
+ }), Object.defineProperty(D.prototype, "textContent", {
1101
+ get: function() {
1102
+ return u(this);
1103
+ },
1104
+ set: function(e) {
1105
+ switch (this.nodeType) {
1106
+ case q:
1107
+ case L:
1108
+ for (; this.firstChild; )
1109
+ this.removeChild(this.firstChild);
1110
+ (e || String(e)) && this.appendChild(this.ownerDocument.createTextNode(e));
1111
+ break;
1112
+ default:
1113
+ this.data = e, this.value = e, this.nodeValue = e;
1114
+ }
1115
+ }
1116
+ }), Ee = function(e, r, t) {
1117
+ e["$$" + r] = t;
1118
+ };
1119
+ }
1120
+ } catch {
1121
+ }
1122
+ M.DocumentType = Du;
1123
+ M.DOMException = m;
1124
+ M.DOMImplementation = oe;
1125
+ M.Element = P;
1126
+ M.Node = D;
1127
+ M.NodeList = _;
1128
+ M.XMLSerializer = Ae;
1129
+ var Au = {}, de = {};
1130
+ (function(u) {
1131
+ var e = k.freeze;
1132
+ u.XML_ENTITIES = e({
1133
+ amp: "&",
1134
+ apos: "'",
1135
+ gt: ">",
1136
+ lt: "<",
1137
+ quot: '"'
1138
+ }), u.HTML_ENTITIES = e({
1139
+ Aacute: "Á",
1140
+ aacute: "á",
1141
+ Abreve: "Ă",
1142
+ abreve: "ă",
1143
+ ac: "∾",
1144
+ acd: "∿",
1145
+ acE: "∾̳",
1146
+ Acirc: "Â",
1147
+ acirc: "â",
1148
+ acute: "´",
1149
+ Acy: "А",
1150
+ acy: "а",
1151
+ AElig: "Æ",
1152
+ aelig: "æ",
1153
+ af: "⁡",
1154
+ Afr: "𝔄",
1155
+ afr: "𝔞",
1156
+ Agrave: "À",
1157
+ agrave: "à",
1158
+ alefsym: "ℵ",
1159
+ aleph: "ℵ",
1160
+ Alpha: "Α",
1161
+ alpha: "α",
1162
+ Amacr: "Ā",
1163
+ amacr: "ā",
1164
+ amalg: "⨿",
1165
+ AMP: "&",
1166
+ amp: "&",
1167
+ And: "⩓",
1168
+ and: "∧",
1169
+ andand: "⩕",
1170
+ andd: "⩜",
1171
+ andslope: "⩘",
1172
+ andv: "⩚",
1173
+ ang: "∠",
1174
+ ange: "⦤",
1175
+ angle: "∠",
1176
+ angmsd: "∡",
1177
+ angmsdaa: "⦨",
1178
+ angmsdab: "⦩",
1179
+ angmsdac: "⦪",
1180
+ angmsdad: "⦫",
1181
+ angmsdae: "⦬",
1182
+ angmsdaf: "⦭",
1183
+ angmsdag: "⦮",
1184
+ angmsdah: "⦯",
1185
+ angrt: "∟",
1186
+ angrtvb: "⊾",
1187
+ angrtvbd: "⦝",
1188
+ angsph: "∢",
1189
+ angst: "Å",
1190
+ angzarr: "⍼",
1191
+ Aogon: "Ą",
1192
+ aogon: "ą",
1193
+ Aopf: "𝔸",
1194
+ aopf: "𝕒",
1195
+ ap: "≈",
1196
+ apacir: "⩯",
1197
+ apE: "⩰",
1198
+ ape: "≊",
1199
+ apid: "≋",
1200
+ apos: "'",
1201
+ ApplyFunction: "⁡",
1202
+ approx: "≈",
1203
+ approxeq: "≊",
1204
+ Aring: "Å",
1205
+ aring: "å",
1206
+ Ascr: "𝒜",
1207
+ ascr: "𝒶",
1208
+ Assign: "≔",
1209
+ ast: "*",
1210
+ asymp: "≈",
1211
+ asympeq: "≍",
1212
+ Atilde: "Ã",
1213
+ atilde: "ã",
1214
+ Auml: "Ä",
1215
+ auml: "ä",
1216
+ awconint: "∳",
1217
+ awint: "⨑",
1218
+ backcong: "≌",
1219
+ backepsilon: "϶",
1220
+ backprime: "‵",
1221
+ backsim: "∽",
1222
+ backsimeq: "⋍",
1223
+ Backslash: "∖",
1224
+ Barv: "⫧",
1225
+ barvee: "⊽",
1226
+ Barwed: "⌆",
1227
+ barwed: "⌅",
1228
+ barwedge: "⌅",
1229
+ bbrk: "⎵",
1230
+ bbrktbrk: "⎶",
1231
+ bcong: "≌",
1232
+ Bcy: "Б",
1233
+ bcy: "б",
1234
+ bdquo: "„",
1235
+ becaus: "∵",
1236
+ Because: "∵",
1237
+ because: "∵",
1238
+ bemptyv: "⦰",
1239
+ bepsi: "϶",
1240
+ bernou: "ℬ",
1241
+ Bernoullis: "ℬ",
1242
+ Beta: "Β",
1243
+ beta: "β",
1244
+ beth: "ℶ",
1245
+ between: "≬",
1246
+ Bfr: "𝔅",
1247
+ bfr: "𝔟",
1248
+ bigcap: "⋂",
1249
+ bigcirc: "◯",
1250
+ bigcup: "⋃",
1251
+ bigodot: "⨀",
1252
+ bigoplus: "⨁",
1253
+ bigotimes: "⨂",
1254
+ bigsqcup: "⨆",
1255
+ bigstar: "★",
1256
+ bigtriangledown: "▽",
1257
+ bigtriangleup: "△",
1258
+ biguplus: "⨄",
1259
+ bigvee: "⋁",
1260
+ bigwedge: "⋀",
1261
+ bkarow: "⤍",
1262
+ blacklozenge: "⧫",
1263
+ blacksquare: "▪",
1264
+ blacktriangle: "▴",
1265
+ blacktriangledown: "▾",
1266
+ blacktriangleleft: "◂",
1267
+ blacktriangleright: "▸",
1268
+ blank: "␣",
1269
+ blk12: "▒",
1270
+ blk14: "░",
1271
+ blk34: "▓",
1272
+ block: "█",
1273
+ bne: "=⃥",
1274
+ bnequiv: "≡⃥",
1275
+ bNot: "⫭",
1276
+ bnot: "⌐",
1277
+ Bopf: "𝔹",
1278
+ bopf: "𝕓",
1279
+ bot: "⊥",
1280
+ bottom: "⊥",
1281
+ bowtie: "⋈",
1282
+ boxbox: "⧉",
1283
+ boxDL: "╗",
1284
+ boxDl: "╖",
1285
+ boxdL: "╕",
1286
+ boxdl: "┐",
1287
+ boxDR: "╔",
1288
+ boxDr: "╓",
1289
+ boxdR: "╒",
1290
+ boxdr: "┌",
1291
+ boxH: "═",
1292
+ boxh: "─",
1293
+ boxHD: "╦",
1294
+ boxHd: "╤",
1295
+ boxhD: "╥",
1296
+ boxhd: "┬",
1297
+ boxHU: "╩",
1298
+ boxHu: "╧",
1299
+ boxhU: "╨",
1300
+ boxhu: "┴",
1301
+ boxminus: "⊟",
1302
+ boxplus: "⊞",
1303
+ boxtimes: "⊠",
1304
+ boxUL: "╝",
1305
+ boxUl: "╜",
1306
+ boxuL: "╛",
1307
+ boxul: "┘",
1308
+ boxUR: "╚",
1309
+ boxUr: "╙",
1310
+ boxuR: "╘",
1311
+ boxur: "└",
1312
+ boxV: "║",
1313
+ boxv: "│",
1314
+ boxVH: "╬",
1315
+ boxVh: "╫",
1316
+ boxvH: "╪",
1317
+ boxvh: "┼",
1318
+ boxVL: "╣",
1319
+ boxVl: "╢",
1320
+ boxvL: "╡",
1321
+ boxvl: "┤",
1322
+ boxVR: "╠",
1323
+ boxVr: "╟",
1324
+ boxvR: "╞",
1325
+ boxvr: "├",
1326
+ bprime: "‵",
1327
+ Breve: "˘",
1328
+ breve: "˘",
1329
+ brvbar: "¦",
1330
+ Bscr: "ℬ",
1331
+ bscr: "𝒷",
1332
+ bsemi: "⁏",
1333
+ bsim: "∽",
1334
+ bsime: "⋍",
1335
+ bsol: "\\",
1336
+ bsolb: "⧅",
1337
+ bsolhsub: "⟈",
1338
+ bull: "•",
1339
+ bullet: "•",
1340
+ bump: "≎",
1341
+ bumpE: "⪮",
1342
+ bumpe: "≏",
1343
+ Bumpeq: "≎",
1344
+ bumpeq: "≏",
1345
+ Cacute: "Ć",
1346
+ cacute: "ć",
1347
+ Cap: "⋒",
1348
+ cap: "∩",
1349
+ capand: "⩄",
1350
+ capbrcup: "⩉",
1351
+ capcap: "⩋",
1352
+ capcup: "⩇",
1353
+ capdot: "⩀",
1354
+ CapitalDifferentialD: "ⅅ",
1355
+ caps: "∩︀",
1356
+ caret: "⁁",
1357
+ caron: "ˇ",
1358
+ Cayleys: "ℭ",
1359
+ ccaps: "⩍",
1360
+ Ccaron: "Č",
1361
+ ccaron: "č",
1362
+ Ccedil: "Ç",
1363
+ ccedil: "ç",
1364
+ Ccirc: "Ĉ",
1365
+ ccirc: "ĉ",
1366
+ Cconint: "∰",
1367
+ ccups: "⩌",
1368
+ ccupssm: "⩐",
1369
+ Cdot: "Ċ",
1370
+ cdot: "ċ",
1371
+ cedil: "¸",
1372
+ Cedilla: "¸",
1373
+ cemptyv: "⦲",
1374
+ cent: "¢",
1375
+ CenterDot: "·",
1376
+ centerdot: "·",
1377
+ Cfr: "ℭ",
1378
+ cfr: "𝔠",
1379
+ CHcy: "Ч",
1380
+ chcy: "ч",
1381
+ check: "✓",
1382
+ checkmark: "✓",
1383
+ Chi: "Χ",
1384
+ chi: "χ",
1385
+ cir: "○",
1386
+ circ: "ˆ",
1387
+ circeq: "≗",
1388
+ circlearrowleft: "↺",
1389
+ circlearrowright: "↻",
1390
+ circledast: "⊛",
1391
+ circledcirc: "⊚",
1392
+ circleddash: "⊝",
1393
+ CircleDot: "⊙",
1394
+ circledR: "®",
1395
+ circledS: "Ⓢ",
1396
+ CircleMinus: "⊖",
1397
+ CirclePlus: "⊕",
1398
+ CircleTimes: "⊗",
1399
+ cirE: "⧃",
1400
+ cire: "≗",
1401
+ cirfnint: "⨐",
1402
+ cirmid: "⫯",
1403
+ cirscir: "⧂",
1404
+ ClockwiseContourIntegral: "∲",
1405
+ CloseCurlyDoubleQuote: "”",
1406
+ CloseCurlyQuote: "’",
1407
+ clubs: "♣",
1408
+ clubsuit: "♣",
1409
+ Colon: "∷",
1410
+ colon: ":",
1411
+ Colone: "⩴",
1412
+ colone: "≔",
1413
+ coloneq: "≔",
1414
+ comma: ",",
1415
+ commat: "@",
1416
+ comp: "∁",
1417
+ compfn: "∘",
1418
+ complement: "∁",
1419
+ complexes: "ℂ",
1420
+ cong: "≅",
1421
+ congdot: "⩭",
1422
+ Congruent: "≡",
1423
+ Conint: "∯",
1424
+ conint: "∮",
1425
+ ContourIntegral: "∮",
1426
+ Copf: "ℂ",
1427
+ copf: "𝕔",
1428
+ coprod: "∐",
1429
+ Coproduct: "∐",
1430
+ COPY: "©",
1431
+ copy: "©",
1432
+ copysr: "℗",
1433
+ CounterClockwiseContourIntegral: "∳",
1434
+ crarr: "↵",
1435
+ Cross: "⨯",
1436
+ cross: "✗",
1437
+ Cscr: "𝒞",
1438
+ cscr: "𝒸",
1439
+ csub: "⫏",
1440
+ csube: "⫑",
1441
+ csup: "⫐",
1442
+ csupe: "⫒",
1443
+ ctdot: "⋯",
1444
+ cudarrl: "⤸",
1445
+ cudarrr: "⤵",
1446
+ cuepr: "⋞",
1447
+ cuesc: "⋟",
1448
+ cularr: "↶",
1449
+ cularrp: "⤽",
1450
+ Cup: "⋓",
1451
+ cup: "∪",
1452
+ cupbrcap: "⩈",
1453
+ CupCap: "≍",
1454
+ cupcap: "⩆",
1455
+ cupcup: "⩊",
1456
+ cupdot: "⊍",
1457
+ cupor: "⩅",
1458
+ cups: "∪︀",
1459
+ curarr: "↷",
1460
+ curarrm: "⤼",
1461
+ curlyeqprec: "⋞",
1462
+ curlyeqsucc: "⋟",
1463
+ curlyvee: "⋎",
1464
+ curlywedge: "⋏",
1465
+ curren: "¤",
1466
+ curvearrowleft: "↶",
1467
+ curvearrowright: "↷",
1468
+ cuvee: "⋎",
1469
+ cuwed: "⋏",
1470
+ cwconint: "∲",
1471
+ cwint: "∱",
1472
+ cylcty: "⌭",
1473
+ Dagger: "‡",
1474
+ dagger: "†",
1475
+ daleth: "ℸ",
1476
+ Darr: "↡",
1477
+ dArr: "⇓",
1478
+ darr: "↓",
1479
+ dash: "‐",
1480
+ Dashv: "⫤",
1481
+ dashv: "⊣",
1482
+ dbkarow: "⤏",
1483
+ dblac: "˝",
1484
+ Dcaron: "Ď",
1485
+ dcaron: "ď",
1486
+ Dcy: "Д",
1487
+ dcy: "д",
1488
+ DD: "ⅅ",
1489
+ dd: "ⅆ",
1490
+ ddagger: "‡",
1491
+ ddarr: "⇊",
1492
+ DDotrahd: "⤑",
1493
+ ddotseq: "⩷",
1494
+ deg: "°",
1495
+ Del: "∇",
1496
+ Delta: "Δ",
1497
+ delta: "δ",
1498
+ demptyv: "⦱",
1499
+ dfisht: "⥿",
1500
+ Dfr: "𝔇",
1501
+ dfr: "𝔡",
1502
+ dHar: "⥥",
1503
+ dharl: "⇃",
1504
+ dharr: "⇂",
1505
+ DiacriticalAcute: "´",
1506
+ DiacriticalDot: "˙",
1507
+ DiacriticalDoubleAcute: "˝",
1508
+ DiacriticalGrave: "`",
1509
+ DiacriticalTilde: "˜",
1510
+ diam: "⋄",
1511
+ Diamond: "⋄",
1512
+ diamond: "⋄",
1513
+ diamondsuit: "♦",
1514
+ diams: "♦",
1515
+ die: "¨",
1516
+ DifferentialD: "ⅆ",
1517
+ digamma: "ϝ",
1518
+ disin: "⋲",
1519
+ div: "÷",
1520
+ divide: "÷",
1521
+ divideontimes: "⋇",
1522
+ divonx: "⋇",
1523
+ DJcy: "Ђ",
1524
+ djcy: "ђ",
1525
+ dlcorn: "⌞",
1526
+ dlcrop: "⌍",
1527
+ dollar: "$",
1528
+ Dopf: "𝔻",
1529
+ dopf: "𝕕",
1530
+ Dot: "¨",
1531
+ dot: "˙",
1532
+ DotDot: "⃜",
1533
+ doteq: "≐",
1534
+ doteqdot: "≑",
1535
+ DotEqual: "≐",
1536
+ dotminus: "∸",
1537
+ dotplus: "∔",
1538
+ dotsquare: "⊡",
1539
+ doublebarwedge: "⌆",
1540
+ DoubleContourIntegral: "∯",
1541
+ DoubleDot: "¨",
1542
+ DoubleDownArrow: "⇓",
1543
+ DoubleLeftArrow: "⇐",
1544
+ DoubleLeftRightArrow: "⇔",
1545
+ DoubleLeftTee: "⫤",
1546
+ DoubleLongLeftArrow: "⟸",
1547
+ DoubleLongLeftRightArrow: "⟺",
1548
+ DoubleLongRightArrow: "⟹",
1549
+ DoubleRightArrow: "⇒",
1550
+ DoubleRightTee: "⊨",
1551
+ DoubleUpArrow: "⇑",
1552
+ DoubleUpDownArrow: "⇕",
1553
+ DoubleVerticalBar: "∥",
1554
+ DownArrow: "↓",
1555
+ Downarrow: "⇓",
1556
+ downarrow: "↓",
1557
+ DownArrowBar: "⤓",
1558
+ DownArrowUpArrow: "⇵",
1559
+ DownBreve: "̑",
1560
+ downdownarrows: "⇊",
1561
+ downharpoonleft: "⇃",
1562
+ downharpoonright: "⇂",
1563
+ DownLeftRightVector: "⥐",
1564
+ DownLeftTeeVector: "⥞",
1565
+ DownLeftVector: "↽",
1566
+ DownLeftVectorBar: "⥖",
1567
+ DownRightTeeVector: "⥟",
1568
+ DownRightVector: "⇁",
1569
+ DownRightVectorBar: "⥗",
1570
+ DownTee: "⊤",
1571
+ DownTeeArrow: "↧",
1572
+ drbkarow: "⤐",
1573
+ drcorn: "⌟",
1574
+ drcrop: "⌌",
1575
+ Dscr: "𝒟",
1576
+ dscr: "𝒹",
1577
+ DScy: "Ѕ",
1578
+ dscy: "ѕ",
1579
+ dsol: "⧶",
1580
+ Dstrok: "Đ",
1581
+ dstrok: "đ",
1582
+ dtdot: "⋱",
1583
+ dtri: "▿",
1584
+ dtrif: "▾",
1585
+ duarr: "⇵",
1586
+ duhar: "⥯",
1587
+ dwangle: "⦦",
1588
+ DZcy: "Џ",
1589
+ dzcy: "џ",
1590
+ dzigrarr: "⟿",
1591
+ Eacute: "É",
1592
+ eacute: "é",
1593
+ easter: "⩮",
1594
+ Ecaron: "Ě",
1595
+ ecaron: "ě",
1596
+ ecir: "≖",
1597
+ Ecirc: "Ê",
1598
+ ecirc: "ê",
1599
+ ecolon: "≕",
1600
+ Ecy: "Э",
1601
+ ecy: "э",
1602
+ eDDot: "⩷",
1603
+ Edot: "Ė",
1604
+ eDot: "≑",
1605
+ edot: "ė",
1606
+ ee: "ⅇ",
1607
+ efDot: "≒",
1608
+ Efr: "𝔈",
1609
+ efr: "𝔢",
1610
+ eg: "⪚",
1611
+ Egrave: "È",
1612
+ egrave: "è",
1613
+ egs: "⪖",
1614
+ egsdot: "⪘",
1615
+ el: "⪙",
1616
+ Element: "∈",
1617
+ elinters: "⏧",
1618
+ ell: "ℓ",
1619
+ els: "⪕",
1620
+ elsdot: "⪗",
1621
+ Emacr: "Ē",
1622
+ emacr: "ē",
1623
+ empty: "∅",
1624
+ emptyset: "∅",
1625
+ EmptySmallSquare: "◻",
1626
+ emptyv: "∅",
1627
+ EmptyVerySmallSquare: "▫",
1628
+ emsp: " ",
1629
+ emsp13: " ",
1630
+ emsp14: " ",
1631
+ ENG: "Ŋ",
1632
+ eng: "ŋ",
1633
+ ensp: " ",
1634
+ Eogon: "Ę",
1635
+ eogon: "ę",
1636
+ Eopf: "𝔼",
1637
+ eopf: "𝕖",
1638
+ epar: "⋕",
1639
+ eparsl: "⧣",
1640
+ eplus: "⩱",
1641
+ epsi: "ε",
1642
+ Epsilon: "Ε",
1643
+ epsilon: "ε",
1644
+ epsiv: "ϵ",
1645
+ eqcirc: "≖",
1646
+ eqcolon: "≕",
1647
+ eqsim: "≂",
1648
+ eqslantgtr: "⪖",
1649
+ eqslantless: "⪕",
1650
+ Equal: "⩵",
1651
+ equals: "=",
1652
+ EqualTilde: "≂",
1653
+ equest: "≟",
1654
+ Equilibrium: "⇌",
1655
+ equiv: "≡",
1656
+ equivDD: "⩸",
1657
+ eqvparsl: "⧥",
1658
+ erarr: "⥱",
1659
+ erDot: "≓",
1660
+ Escr: "ℰ",
1661
+ escr: "ℯ",
1662
+ esdot: "≐",
1663
+ Esim: "⩳",
1664
+ esim: "≂",
1665
+ Eta: "Η",
1666
+ eta: "η",
1667
+ ETH: "Ð",
1668
+ eth: "ð",
1669
+ Euml: "Ë",
1670
+ euml: "ë",
1671
+ euro: "€",
1672
+ excl: "!",
1673
+ exist: "∃",
1674
+ Exists: "∃",
1675
+ expectation: "ℰ",
1676
+ ExponentialE: "ⅇ",
1677
+ exponentiale: "ⅇ",
1678
+ fallingdotseq: "≒",
1679
+ Fcy: "Ф",
1680
+ fcy: "ф",
1681
+ female: "♀",
1682
+ ffilig: "ffi",
1683
+ fflig: "ff",
1684
+ ffllig: "ffl",
1685
+ Ffr: "𝔉",
1686
+ ffr: "𝔣",
1687
+ filig: "fi",
1688
+ FilledSmallSquare: "◼",
1689
+ FilledVerySmallSquare: "▪",
1690
+ fjlig: "fj",
1691
+ flat: "♭",
1692
+ fllig: "fl",
1693
+ fltns: "▱",
1694
+ fnof: "ƒ",
1695
+ Fopf: "𝔽",
1696
+ fopf: "𝕗",
1697
+ ForAll: "∀",
1698
+ forall: "∀",
1699
+ fork: "⋔",
1700
+ forkv: "⫙",
1701
+ Fouriertrf: "ℱ",
1702
+ fpartint: "⨍",
1703
+ frac12: "½",
1704
+ frac13: "⅓",
1705
+ frac14: "¼",
1706
+ frac15: "⅕",
1707
+ frac16: "⅙",
1708
+ frac18: "⅛",
1709
+ frac23: "⅔",
1710
+ frac25: "⅖",
1711
+ frac34: "¾",
1712
+ frac35: "⅗",
1713
+ frac38: "⅜",
1714
+ frac45: "⅘",
1715
+ frac56: "⅚",
1716
+ frac58: "⅝",
1717
+ frac78: "⅞",
1718
+ frasl: "⁄",
1719
+ frown: "⌢",
1720
+ Fscr: "ℱ",
1721
+ fscr: "𝒻",
1722
+ gacute: "ǵ",
1723
+ Gamma: "Γ",
1724
+ gamma: "γ",
1725
+ Gammad: "Ϝ",
1726
+ gammad: "ϝ",
1727
+ gap: "⪆",
1728
+ Gbreve: "Ğ",
1729
+ gbreve: "ğ",
1730
+ Gcedil: "Ģ",
1731
+ Gcirc: "Ĝ",
1732
+ gcirc: "ĝ",
1733
+ Gcy: "Г",
1734
+ gcy: "г",
1735
+ Gdot: "Ġ",
1736
+ gdot: "ġ",
1737
+ gE: "≧",
1738
+ ge: "≥",
1739
+ gEl: "⪌",
1740
+ gel: "⋛",
1741
+ geq: "≥",
1742
+ geqq: "≧",
1743
+ geqslant: "⩾",
1744
+ ges: "⩾",
1745
+ gescc: "⪩",
1746
+ gesdot: "⪀",
1747
+ gesdoto: "⪂",
1748
+ gesdotol: "⪄",
1749
+ gesl: "⋛︀",
1750
+ gesles: "⪔",
1751
+ Gfr: "𝔊",
1752
+ gfr: "𝔤",
1753
+ Gg: "⋙",
1754
+ gg: "≫",
1755
+ ggg: "⋙",
1756
+ gimel: "ℷ",
1757
+ GJcy: "Ѓ",
1758
+ gjcy: "ѓ",
1759
+ gl: "≷",
1760
+ gla: "⪥",
1761
+ glE: "⪒",
1762
+ glj: "⪤",
1763
+ gnap: "⪊",
1764
+ gnapprox: "⪊",
1765
+ gnE: "≩",
1766
+ gne: "⪈",
1767
+ gneq: "⪈",
1768
+ gneqq: "≩",
1769
+ gnsim: "⋧",
1770
+ Gopf: "𝔾",
1771
+ gopf: "𝕘",
1772
+ grave: "`",
1773
+ GreaterEqual: "≥",
1774
+ GreaterEqualLess: "⋛",
1775
+ GreaterFullEqual: "≧",
1776
+ GreaterGreater: "⪢",
1777
+ GreaterLess: "≷",
1778
+ GreaterSlantEqual: "⩾",
1779
+ GreaterTilde: "≳",
1780
+ Gscr: "𝒢",
1781
+ gscr: "ℊ",
1782
+ gsim: "≳",
1783
+ gsime: "⪎",
1784
+ gsiml: "⪐",
1785
+ Gt: "≫",
1786
+ GT: ">",
1787
+ gt: ">",
1788
+ gtcc: "⪧",
1789
+ gtcir: "⩺",
1790
+ gtdot: "⋗",
1791
+ gtlPar: "⦕",
1792
+ gtquest: "⩼",
1793
+ gtrapprox: "⪆",
1794
+ gtrarr: "⥸",
1795
+ gtrdot: "⋗",
1796
+ gtreqless: "⋛",
1797
+ gtreqqless: "⪌",
1798
+ gtrless: "≷",
1799
+ gtrsim: "≳",
1800
+ gvertneqq: "≩︀",
1801
+ gvnE: "≩︀",
1802
+ Hacek: "ˇ",
1803
+ hairsp: " ",
1804
+ half: "½",
1805
+ hamilt: "ℋ",
1806
+ HARDcy: "Ъ",
1807
+ hardcy: "ъ",
1808
+ hArr: "⇔",
1809
+ harr: "↔",
1810
+ harrcir: "⥈",
1811
+ harrw: "↭",
1812
+ Hat: "^",
1813
+ hbar: "ℏ",
1814
+ Hcirc: "Ĥ",
1815
+ hcirc: "ĥ",
1816
+ hearts: "♥",
1817
+ heartsuit: "♥",
1818
+ hellip: "…",
1819
+ hercon: "⊹",
1820
+ Hfr: "ℌ",
1821
+ hfr: "𝔥",
1822
+ HilbertSpace: "ℋ",
1823
+ hksearow: "⤥",
1824
+ hkswarow: "⤦",
1825
+ hoarr: "⇿",
1826
+ homtht: "∻",
1827
+ hookleftarrow: "↩",
1828
+ hookrightarrow: "↪",
1829
+ Hopf: "ℍ",
1830
+ hopf: "𝕙",
1831
+ horbar: "―",
1832
+ HorizontalLine: "─",
1833
+ Hscr: "ℋ",
1834
+ hscr: "𝒽",
1835
+ hslash: "ℏ",
1836
+ Hstrok: "Ħ",
1837
+ hstrok: "ħ",
1838
+ HumpDownHump: "≎",
1839
+ HumpEqual: "≏",
1840
+ hybull: "⁃",
1841
+ hyphen: "‐",
1842
+ Iacute: "Í",
1843
+ iacute: "í",
1844
+ ic: "⁣",
1845
+ Icirc: "Î",
1846
+ icirc: "î",
1847
+ Icy: "И",
1848
+ icy: "и",
1849
+ Idot: "İ",
1850
+ IEcy: "Е",
1851
+ iecy: "е",
1852
+ iexcl: "¡",
1853
+ iff: "⇔",
1854
+ Ifr: "ℑ",
1855
+ ifr: "𝔦",
1856
+ Igrave: "Ì",
1857
+ igrave: "ì",
1858
+ ii: "ⅈ",
1859
+ iiiint: "⨌",
1860
+ iiint: "∭",
1861
+ iinfin: "⧜",
1862
+ iiota: "℩",
1863
+ IJlig: "IJ",
1864
+ ijlig: "ij",
1865
+ Im: "ℑ",
1866
+ Imacr: "Ī",
1867
+ imacr: "ī",
1868
+ image: "ℑ",
1869
+ ImaginaryI: "ⅈ",
1870
+ imagline: "ℐ",
1871
+ imagpart: "ℑ",
1872
+ imath: "ı",
1873
+ imof: "⊷",
1874
+ imped: "Ƶ",
1875
+ Implies: "⇒",
1876
+ in: "∈",
1877
+ incare: "℅",
1878
+ infin: "∞",
1879
+ infintie: "⧝",
1880
+ inodot: "ı",
1881
+ Int: "∬",
1882
+ int: "∫",
1883
+ intcal: "⊺",
1884
+ integers: "ℤ",
1885
+ Integral: "∫",
1886
+ intercal: "⊺",
1887
+ Intersection: "⋂",
1888
+ intlarhk: "⨗",
1889
+ intprod: "⨼",
1890
+ InvisibleComma: "⁣",
1891
+ InvisibleTimes: "⁢",
1892
+ IOcy: "Ё",
1893
+ iocy: "ё",
1894
+ Iogon: "Į",
1895
+ iogon: "į",
1896
+ Iopf: "𝕀",
1897
+ iopf: "𝕚",
1898
+ Iota: "Ι",
1899
+ iota: "ι",
1900
+ iprod: "⨼",
1901
+ iquest: "¿",
1902
+ Iscr: "ℐ",
1903
+ iscr: "𝒾",
1904
+ isin: "∈",
1905
+ isindot: "⋵",
1906
+ isinE: "⋹",
1907
+ isins: "⋴",
1908
+ isinsv: "⋳",
1909
+ isinv: "∈",
1910
+ it: "⁢",
1911
+ Itilde: "Ĩ",
1912
+ itilde: "ĩ",
1913
+ Iukcy: "І",
1914
+ iukcy: "і",
1915
+ Iuml: "Ï",
1916
+ iuml: "ï",
1917
+ Jcirc: "Ĵ",
1918
+ jcirc: "ĵ",
1919
+ Jcy: "Й",
1920
+ jcy: "й",
1921
+ Jfr: "𝔍",
1922
+ jfr: "𝔧",
1923
+ jmath: "ȷ",
1924
+ Jopf: "𝕁",
1925
+ jopf: "𝕛",
1926
+ Jscr: "𝒥",
1927
+ jscr: "𝒿",
1928
+ Jsercy: "Ј",
1929
+ jsercy: "ј",
1930
+ Jukcy: "Є",
1931
+ jukcy: "є",
1932
+ Kappa: "Κ",
1933
+ kappa: "κ",
1934
+ kappav: "ϰ",
1935
+ Kcedil: "Ķ",
1936
+ kcedil: "ķ",
1937
+ Kcy: "К",
1938
+ kcy: "к",
1939
+ Kfr: "𝔎",
1940
+ kfr: "𝔨",
1941
+ kgreen: "ĸ",
1942
+ KHcy: "Х",
1943
+ khcy: "х",
1944
+ KJcy: "Ќ",
1945
+ kjcy: "ќ",
1946
+ Kopf: "𝕂",
1947
+ kopf: "𝕜",
1948
+ Kscr: "𝒦",
1949
+ kscr: "𝓀",
1950
+ lAarr: "⇚",
1951
+ Lacute: "Ĺ",
1952
+ lacute: "ĺ",
1953
+ laemptyv: "⦴",
1954
+ lagran: "ℒ",
1955
+ Lambda: "Λ",
1956
+ lambda: "λ",
1957
+ Lang: "⟪",
1958
+ lang: "⟨",
1959
+ langd: "⦑",
1960
+ langle: "⟨",
1961
+ lap: "⪅",
1962
+ Laplacetrf: "ℒ",
1963
+ laquo: "«",
1964
+ Larr: "↞",
1965
+ lArr: "⇐",
1966
+ larr: "←",
1967
+ larrb: "⇤",
1968
+ larrbfs: "⤟",
1969
+ larrfs: "⤝",
1970
+ larrhk: "↩",
1971
+ larrlp: "↫",
1972
+ larrpl: "⤹",
1973
+ larrsim: "⥳",
1974
+ larrtl: "↢",
1975
+ lat: "⪫",
1976
+ lAtail: "⤛",
1977
+ latail: "⤙",
1978
+ late: "⪭",
1979
+ lates: "⪭︀",
1980
+ lBarr: "⤎",
1981
+ lbarr: "⤌",
1982
+ lbbrk: "❲",
1983
+ lbrace: "{",
1984
+ lbrack: "[",
1985
+ lbrke: "⦋",
1986
+ lbrksld: "⦏",
1987
+ lbrkslu: "⦍",
1988
+ Lcaron: "Ľ",
1989
+ lcaron: "ľ",
1990
+ Lcedil: "Ļ",
1991
+ lcedil: "ļ",
1992
+ lceil: "⌈",
1993
+ lcub: "{",
1994
+ Lcy: "Л",
1995
+ lcy: "л",
1996
+ ldca: "⤶",
1997
+ ldquo: "“",
1998
+ ldquor: "„",
1999
+ ldrdhar: "⥧",
2000
+ ldrushar: "⥋",
2001
+ ldsh: "↲",
2002
+ lE: "≦",
2003
+ le: "≤",
2004
+ LeftAngleBracket: "⟨",
2005
+ LeftArrow: "←",
2006
+ Leftarrow: "⇐",
2007
+ leftarrow: "←",
2008
+ LeftArrowBar: "⇤",
2009
+ LeftArrowRightArrow: "⇆",
2010
+ leftarrowtail: "↢",
2011
+ LeftCeiling: "⌈",
2012
+ LeftDoubleBracket: "⟦",
2013
+ LeftDownTeeVector: "⥡",
2014
+ LeftDownVector: "⇃",
2015
+ LeftDownVectorBar: "⥙",
2016
+ LeftFloor: "⌊",
2017
+ leftharpoondown: "↽",
2018
+ leftharpoonup: "↼",
2019
+ leftleftarrows: "⇇",
2020
+ LeftRightArrow: "↔",
2021
+ Leftrightarrow: "⇔",
2022
+ leftrightarrow: "↔",
2023
+ leftrightarrows: "⇆",
2024
+ leftrightharpoons: "⇋",
2025
+ leftrightsquigarrow: "↭",
2026
+ LeftRightVector: "⥎",
2027
+ LeftTee: "⊣",
2028
+ LeftTeeArrow: "↤",
2029
+ LeftTeeVector: "⥚",
2030
+ leftthreetimes: "⋋",
2031
+ LeftTriangle: "⊲",
2032
+ LeftTriangleBar: "⧏",
2033
+ LeftTriangleEqual: "⊴",
2034
+ LeftUpDownVector: "⥑",
2035
+ LeftUpTeeVector: "⥠",
2036
+ LeftUpVector: "↿",
2037
+ LeftUpVectorBar: "⥘",
2038
+ LeftVector: "↼",
2039
+ LeftVectorBar: "⥒",
2040
+ lEg: "⪋",
2041
+ leg: "⋚",
2042
+ leq: "≤",
2043
+ leqq: "≦",
2044
+ leqslant: "⩽",
2045
+ les: "⩽",
2046
+ lescc: "⪨",
2047
+ lesdot: "⩿",
2048
+ lesdoto: "⪁",
2049
+ lesdotor: "⪃",
2050
+ lesg: "⋚︀",
2051
+ lesges: "⪓",
2052
+ lessapprox: "⪅",
2053
+ lessdot: "⋖",
2054
+ lesseqgtr: "⋚",
2055
+ lesseqqgtr: "⪋",
2056
+ LessEqualGreater: "⋚",
2057
+ LessFullEqual: "≦",
2058
+ LessGreater: "≶",
2059
+ lessgtr: "≶",
2060
+ LessLess: "⪡",
2061
+ lesssim: "≲",
2062
+ LessSlantEqual: "⩽",
2063
+ LessTilde: "≲",
2064
+ lfisht: "⥼",
2065
+ lfloor: "⌊",
2066
+ Lfr: "𝔏",
2067
+ lfr: "𝔩",
2068
+ lg: "≶",
2069
+ lgE: "⪑",
2070
+ lHar: "⥢",
2071
+ lhard: "↽",
2072
+ lharu: "↼",
2073
+ lharul: "⥪",
2074
+ lhblk: "▄",
2075
+ LJcy: "Љ",
2076
+ ljcy: "љ",
2077
+ Ll: "⋘",
2078
+ ll: "≪",
2079
+ llarr: "⇇",
2080
+ llcorner: "⌞",
2081
+ Lleftarrow: "⇚",
2082
+ llhard: "⥫",
2083
+ lltri: "◺",
2084
+ Lmidot: "Ŀ",
2085
+ lmidot: "ŀ",
2086
+ lmoust: "⎰",
2087
+ lmoustache: "⎰",
2088
+ lnap: "⪉",
2089
+ lnapprox: "⪉",
2090
+ lnE: "≨",
2091
+ lne: "⪇",
2092
+ lneq: "⪇",
2093
+ lneqq: "≨",
2094
+ lnsim: "⋦",
2095
+ loang: "⟬",
2096
+ loarr: "⇽",
2097
+ lobrk: "⟦",
2098
+ LongLeftArrow: "⟵",
2099
+ Longleftarrow: "⟸",
2100
+ longleftarrow: "⟵",
2101
+ LongLeftRightArrow: "⟷",
2102
+ Longleftrightarrow: "⟺",
2103
+ longleftrightarrow: "⟷",
2104
+ longmapsto: "⟼",
2105
+ LongRightArrow: "⟶",
2106
+ Longrightarrow: "⟹",
2107
+ longrightarrow: "⟶",
2108
+ looparrowleft: "↫",
2109
+ looparrowright: "↬",
2110
+ lopar: "⦅",
2111
+ Lopf: "𝕃",
2112
+ lopf: "𝕝",
2113
+ loplus: "⨭",
2114
+ lotimes: "⨴",
2115
+ lowast: "∗",
2116
+ lowbar: "_",
2117
+ LowerLeftArrow: "↙",
2118
+ LowerRightArrow: "↘",
2119
+ loz: "◊",
2120
+ lozenge: "◊",
2121
+ lozf: "⧫",
2122
+ lpar: "(",
2123
+ lparlt: "⦓",
2124
+ lrarr: "⇆",
2125
+ lrcorner: "⌟",
2126
+ lrhar: "⇋",
2127
+ lrhard: "⥭",
2128
+ lrm: "‎",
2129
+ lrtri: "⊿",
2130
+ lsaquo: "‹",
2131
+ Lscr: "ℒ",
2132
+ lscr: "𝓁",
2133
+ Lsh: "↰",
2134
+ lsh: "↰",
2135
+ lsim: "≲",
2136
+ lsime: "⪍",
2137
+ lsimg: "⪏",
2138
+ lsqb: "[",
2139
+ lsquo: "‘",
2140
+ lsquor: "‚",
2141
+ Lstrok: "Ł",
2142
+ lstrok: "ł",
2143
+ Lt: "≪",
2144
+ LT: "<",
2145
+ lt: "<",
2146
+ ltcc: "⪦",
2147
+ ltcir: "⩹",
2148
+ ltdot: "⋖",
2149
+ lthree: "⋋",
2150
+ ltimes: "⋉",
2151
+ ltlarr: "⥶",
2152
+ ltquest: "⩻",
2153
+ ltri: "◃",
2154
+ ltrie: "⊴",
2155
+ ltrif: "◂",
2156
+ ltrPar: "⦖",
2157
+ lurdshar: "⥊",
2158
+ luruhar: "⥦",
2159
+ lvertneqq: "≨︀",
2160
+ lvnE: "≨︀",
2161
+ macr: "¯",
2162
+ male: "♂",
2163
+ malt: "✠",
2164
+ maltese: "✠",
2165
+ Map: "⤅",
2166
+ map: "↦",
2167
+ mapsto: "↦",
2168
+ mapstodown: "↧",
2169
+ mapstoleft: "↤",
2170
+ mapstoup: "↥",
2171
+ marker: "▮",
2172
+ mcomma: "⨩",
2173
+ Mcy: "М",
2174
+ mcy: "м",
2175
+ mdash: "—",
2176
+ mDDot: "∺",
2177
+ measuredangle: "∡",
2178
+ MediumSpace: " ",
2179
+ Mellintrf: "ℳ",
2180
+ Mfr: "𝔐",
2181
+ mfr: "𝔪",
2182
+ mho: "℧",
2183
+ micro: "µ",
2184
+ mid: "∣",
2185
+ midast: "*",
2186
+ midcir: "⫰",
2187
+ middot: "·",
2188
+ minus: "−",
2189
+ minusb: "⊟",
2190
+ minusd: "∸",
2191
+ minusdu: "⨪",
2192
+ MinusPlus: "∓",
2193
+ mlcp: "⫛",
2194
+ mldr: "…",
2195
+ mnplus: "∓",
2196
+ models: "⊧",
2197
+ Mopf: "𝕄",
2198
+ mopf: "𝕞",
2199
+ mp: "∓",
2200
+ Mscr: "ℳ",
2201
+ mscr: "𝓂",
2202
+ mstpos: "∾",
2203
+ Mu: "Μ",
2204
+ mu: "μ",
2205
+ multimap: "⊸",
2206
+ mumap: "⊸",
2207
+ nabla: "∇",
2208
+ Nacute: "Ń",
2209
+ nacute: "ń",
2210
+ nang: "∠⃒",
2211
+ nap: "≉",
2212
+ napE: "⩰̸",
2213
+ napid: "≋̸",
2214
+ napos: "ʼn",
2215
+ napprox: "≉",
2216
+ natur: "♮",
2217
+ natural: "♮",
2218
+ naturals: "ℕ",
2219
+ nbsp: " ",
2220
+ nbump: "≎̸",
2221
+ nbumpe: "≏̸",
2222
+ ncap: "⩃",
2223
+ Ncaron: "Ň",
2224
+ ncaron: "ň",
2225
+ Ncedil: "Ņ",
2226
+ ncedil: "ņ",
2227
+ ncong: "≇",
2228
+ ncongdot: "⩭̸",
2229
+ ncup: "⩂",
2230
+ Ncy: "Н",
2231
+ ncy: "н",
2232
+ ndash: "–",
2233
+ ne: "≠",
2234
+ nearhk: "⤤",
2235
+ neArr: "⇗",
2236
+ nearr: "↗",
2237
+ nearrow: "↗",
2238
+ nedot: "≐̸",
2239
+ NegativeMediumSpace: "​",
2240
+ NegativeThickSpace: "​",
2241
+ NegativeThinSpace: "​",
2242
+ NegativeVeryThinSpace: "​",
2243
+ nequiv: "≢",
2244
+ nesear: "⤨",
2245
+ nesim: "≂̸",
2246
+ NestedGreaterGreater: "≫",
2247
+ NestedLessLess: "≪",
2248
+ NewLine: `
2249
+ `,
2250
+ nexist: "∄",
2251
+ nexists: "∄",
2252
+ Nfr: "𝔑",
2253
+ nfr: "𝔫",
2254
+ ngE: "≧̸",
2255
+ nge: "≱",
2256
+ ngeq: "≱",
2257
+ ngeqq: "≧̸",
2258
+ ngeqslant: "⩾̸",
2259
+ nges: "⩾̸",
2260
+ nGg: "⋙̸",
2261
+ ngsim: "≵",
2262
+ nGt: "≫⃒",
2263
+ ngt: "≯",
2264
+ ngtr: "≯",
2265
+ nGtv: "≫̸",
2266
+ nhArr: "⇎",
2267
+ nharr: "↮",
2268
+ nhpar: "⫲",
2269
+ ni: "∋",
2270
+ nis: "⋼",
2271
+ nisd: "⋺",
2272
+ niv: "∋",
2273
+ NJcy: "Њ",
2274
+ njcy: "њ",
2275
+ nlArr: "⇍",
2276
+ nlarr: "↚",
2277
+ nldr: "‥",
2278
+ nlE: "≦̸",
2279
+ nle: "≰",
2280
+ nLeftarrow: "⇍",
2281
+ nleftarrow: "↚",
2282
+ nLeftrightarrow: "⇎",
2283
+ nleftrightarrow: "↮",
2284
+ nleq: "≰",
2285
+ nleqq: "≦̸",
2286
+ nleqslant: "⩽̸",
2287
+ nles: "⩽̸",
2288
+ nless: "≮",
2289
+ nLl: "⋘̸",
2290
+ nlsim: "≴",
2291
+ nLt: "≪⃒",
2292
+ nlt: "≮",
2293
+ nltri: "⋪",
2294
+ nltrie: "⋬",
2295
+ nLtv: "≪̸",
2296
+ nmid: "∤",
2297
+ NoBreak: "⁠",
2298
+ NonBreakingSpace: " ",
2299
+ Nopf: "ℕ",
2300
+ nopf: "𝕟",
2301
+ Not: "⫬",
2302
+ not: "¬",
2303
+ NotCongruent: "≢",
2304
+ NotCupCap: "≭",
2305
+ NotDoubleVerticalBar: "∦",
2306
+ NotElement: "∉",
2307
+ NotEqual: "≠",
2308
+ NotEqualTilde: "≂̸",
2309
+ NotExists: "∄",
2310
+ NotGreater: "≯",
2311
+ NotGreaterEqual: "≱",
2312
+ NotGreaterFullEqual: "≧̸",
2313
+ NotGreaterGreater: "≫̸",
2314
+ NotGreaterLess: "≹",
2315
+ NotGreaterSlantEqual: "⩾̸",
2316
+ NotGreaterTilde: "≵",
2317
+ NotHumpDownHump: "≎̸",
2318
+ NotHumpEqual: "≏̸",
2319
+ notin: "∉",
2320
+ notindot: "⋵̸",
2321
+ notinE: "⋹̸",
2322
+ notinva: "∉",
2323
+ notinvb: "⋷",
2324
+ notinvc: "⋶",
2325
+ NotLeftTriangle: "⋪",
2326
+ NotLeftTriangleBar: "⧏̸",
2327
+ NotLeftTriangleEqual: "⋬",
2328
+ NotLess: "≮",
2329
+ NotLessEqual: "≰",
2330
+ NotLessGreater: "≸",
2331
+ NotLessLess: "≪̸",
2332
+ NotLessSlantEqual: "⩽̸",
2333
+ NotLessTilde: "≴",
2334
+ NotNestedGreaterGreater: "⪢̸",
2335
+ NotNestedLessLess: "⪡̸",
2336
+ notni: "∌",
2337
+ notniva: "∌",
2338
+ notnivb: "⋾",
2339
+ notnivc: "⋽",
2340
+ NotPrecedes: "⊀",
2341
+ NotPrecedesEqual: "⪯̸",
2342
+ NotPrecedesSlantEqual: "⋠",
2343
+ NotReverseElement: "∌",
2344
+ NotRightTriangle: "⋫",
2345
+ NotRightTriangleBar: "⧐̸",
2346
+ NotRightTriangleEqual: "⋭",
2347
+ NotSquareSubset: "⊏̸",
2348
+ NotSquareSubsetEqual: "⋢",
2349
+ NotSquareSuperset: "⊐̸",
2350
+ NotSquareSupersetEqual: "⋣",
2351
+ NotSubset: "⊂⃒",
2352
+ NotSubsetEqual: "⊈",
2353
+ NotSucceeds: "⊁",
2354
+ NotSucceedsEqual: "⪰̸",
2355
+ NotSucceedsSlantEqual: "⋡",
2356
+ NotSucceedsTilde: "≿̸",
2357
+ NotSuperset: "⊃⃒",
2358
+ NotSupersetEqual: "⊉",
2359
+ NotTilde: "≁",
2360
+ NotTildeEqual: "≄",
2361
+ NotTildeFullEqual: "≇",
2362
+ NotTildeTilde: "≉",
2363
+ NotVerticalBar: "∤",
2364
+ npar: "∦",
2365
+ nparallel: "∦",
2366
+ nparsl: "⫽⃥",
2367
+ npart: "∂̸",
2368
+ npolint: "⨔",
2369
+ npr: "⊀",
2370
+ nprcue: "⋠",
2371
+ npre: "⪯̸",
2372
+ nprec: "⊀",
2373
+ npreceq: "⪯̸",
2374
+ nrArr: "⇏",
2375
+ nrarr: "↛",
2376
+ nrarrc: "⤳̸",
2377
+ nrarrw: "↝̸",
2378
+ nRightarrow: "⇏",
2379
+ nrightarrow: "↛",
2380
+ nrtri: "⋫",
2381
+ nrtrie: "⋭",
2382
+ nsc: "⊁",
2383
+ nsccue: "⋡",
2384
+ nsce: "⪰̸",
2385
+ Nscr: "𝒩",
2386
+ nscr: "𝓃",
2387
+ nshortmid: "∤",
2388
+ nshortparallel: "∦",
2389
+ nsim: "≁",
2390
+ nsime: "≄",
2391
+ nsimeq: "≄",
2392
+ nsmid: "∤",
2393
+ nspar: "∦",
2394
+ nsqsube: "⋢",
2395
+ nsqsupe: "⋣",
2396
+ nsub: "⊄",
2397
+ nsubE: "⫅̸",
2398
+ nsube: "⊈",
2399
+ nsubset: "⊂⃒",
2400
+ nsubseteq: "⊈",
2401
+ nsubseteqq: "⫅̸",
2402
+ nsucc: "⊁",
2403
+ nsucceq: "⪰̸",
2404
+ nsup: "⊅",
2405
+ nsupE: "⫆̸",
2406
+ nsupe: "⊉",
2407
+ nsupset: "⊃⃒",
2408
+ nsupseteq: "⊉",
2409
+ nsupseteqq: "⫆̸",
2410
+ ntgl: "≹",
2411
+ Ntilde: "Ñ",
2412
+ ntilde: "ñ",
2413
+ ntlg: "≸",
2414
+ ntriangleleft: "⋪",
2415
+ ntrianglelefteq: "⋬",
2416
+ ntriangleright: "⋫",
2417
+ ntrianglerighteq: "⋭",
2418
+ Nu: "Ν",
2419
+ nu: "ν",
2420
+ num: "#",
2421
+ numero: "№",
2422
+ numsp: " ",
2423
+ nvap: "≍⃒",
2424
+ nVDash: "⊯",
2425
+ nVdash: "⊮",
2426
+ nvDash: "⊭",
2427
+ nvdash: "⊬",
2428
+ nvge: "≥⃒",
2429
+ nvgt: ">⃒",
2430
+ nvHarr: "⤄",
2431
+ nvinfin: "⧞",
2432
+ nvlArr: "⤂",
2433
+ nvle: "≤⃒",
2434
+ nvlt: "<⃒",
2435
+ nvltrie: "⊴⃒",
2436
+ nvrArr: "⤃",
2437
+ nvrtrie: "⊵⃒",
2438
+ nvsim: "∼⃒",
2439
+ nwarhk: "⤣",
2440
+ nwArr: "⇖",
2441
+ nwarr: "↖",
2442
+ nwarrow: "↖",
2443
+ nwnear: "⤧",
2444
+ Oacute: "Ó",
2445
+ oacute: "ó",
2446
+ oast: "⊛",
2447
+ ocir: "⊚",
2448
+ Ocirc: "Ô",
2449
+ ocirc: "ô",
2450
+ Ocy: "О",
2451
+ ocy: "о",
2452
+ odash: "⊝",
2453
+ Odblac: "Ő",
2454
+ odblac: "ő",
2455
+ odiv: "⨸",
2456
+ odot: "⊙",
2457
+ odsold: "⦼",
2458
+ OElig: "Œ",
2459
+ oelig: "œ",
2460
+ ofcir: "⦿",
2461
+ Ofr: "𝔒",
2462
+ ofr: "𝔬",
2463
+ ogon: "˛",
2464
+ Ograve: "Ò",
2465
+ ograve: "ò",
2466
+ ogt: "⧁",
2467
+ ohbar: "⦵",
2468
+ ohm: "Ω",
2469
+ oint: "∮",
2470
+ olarr: "↺",
2471
+ olcir: "⦾",
2472
+ olcross: "⦻",
2473
+ oline: "‾",
2474
+ olt: "⧀",
2475
+ Omacr: "Ō",
2476
+ omacr: "ō",
2477
+ Omega: "Ω",
2478
+ omega: "ω",
2479
+ Omicron: "Ο",
2480
+ omicron: "ο",
2481
+ omid: "⦶",
2482
+ ominus: "⊖",
2483
+ Oopf: "𝕆",
2484
+ oopf: "𝕠",
2485
+ opar: "⦷",
2486
+ OpenCurlyDoubleQuote: "“",
2487
+ OpenCurlyQuote: "‘",
2488
+ operp: "⦹",
2489
+ oplus: "⊕",
2490
+ Or: "⩔",
2491
+ or: "∨",
2492
+ orarr: "↻",
2493
+ ord: "⩝",
2494
+ order: "ℴ",
2495
+ orderof: "ℴ",
2496
+ ordf: "ª",
2497
+ ordm: "º",
2498
+ origof: "⊶",
2499
+ oror: "⩖",
2500
+ orslope: "⩗",
2501
+ orv: "⩛",
2502
+ oS: "Ⓢ",
2503
+ Oscr: "𝒪",
2504
+ oscr: "ℴ",
2505
+ Oslash: "Ø",
2506
+ oslash: "ø",
2507
+ osol: "⊘",
2508
+ Otilde: "Õ",
2509
+ otilde: "õ",
2510
+ Otimes: "⨷",
2511
+ otimes: "⊗",
2512
+ otimesas: "⨶",
2513
+ Ouml: "Ö",
2514
+ ouml: "ö",
2515
+ ovbar: "⌽",
2516
+ OverBar: "‾",
2517
+ OverBrace: "⏞",
2518
+ OverBracket: "⎴",
2519
+ OverParenthesis: "⏜",
2520
+ par: "∥",
2521
+ para: "¶",
2522
+ parallel: "∥",
2523
+ parsim: "⫳",
2524
+ parsl: "⫽",
2525
+ part: "∂",
2526
+ PartialD: "∂",
2527
+ Pcy: "П",
2528
+ pcy: "п",
2529
+ percnt: "%",
2530
+ period: ".",
2531
+ permil: "‰",
2532
+ perp: "⊥",
2533
+ pertenk: "‱",
2534
+ Pfr: "𝔓",
2535
+ pfr: "𝔭",
2536
+ Phi: "Φ",
2537
+ phi: "φ",
2538
+ phiv: "ϕ",
2539
+ phmmat: "ℳ",
2540
+ phone: "☎",
2541
+ Pi: "Π",
2542
+ pi: "π",
2543
+ pitchfork: "⋔",
2544
+ piv: "ϖ",
2545
+ planck: "ℏ",
2546
+ planckh: "ℎ",
2547
+ plankv: "ℏ",
2548
+ plus: "+",
2549
+ plusacir: "⨣",
2550
+ plusb: "⊞",
2551
+ pluscir: "⨢",
2552
+ plusdo: "∔",
2553
+ plusdu: "⨥",
2554
+ pluse: "⩲",
2555
+ PlusMinus: "±",
2556
+ plusmn: "±",
2557
+ plussim: "⨦",
2558
+ plustwo: "⨧",
2559
+ pm: "±",
2560
+ Poincareplane: "ℌ",
2561
+ pointint: "⨕",
2562
+ Popf: "ℙ",
2563
+ popf: "𝕡",
2564
+ pound: "£",
2565
+ Pr: "⪻",
2566
+ pr: "≺",
2567
+ prap: "⪷",
2568
+ prcue: "≼",
2569
+ prE: "⪳",
2570
+ pre: "⪯",
2571
+ prec: "≺",
2572
+ precapprox: "⪷",
2573
+ preccurlyeq: "≼",
2574
+ Precedes: "≺",
2575
+ PrecedesEqual: "⪯",
2576
+ PrecedesSlantEqual: "≼",
2577
+ PrecedesTilde: "≾",
2578
+ preceq: "⪯",
2579
+ precnapprox: "⪹",
2580
+ precneqq: "⪵",
2581
+ precnsim: "⋨",
2582
+ precsim: "≾",
2583
+ Prime: "″",
2584
+ prime: "′",
2585
+ primes: "ℙ",
2586
+ prnap: "⪹",
2587
+ prnE: "⪵",
2588
+ prnsim: "⋨",
2589
+ prod: "∏",
2590
+ Product: "∏",
2591
+ profalar: "⌮",
2592
+ profline: "⌒",
2593
+ profsurf: "⌓",
2594
+ prop: "∝",
2595
+ Proportion: "∷",
2596
+ Proportional: "∝",
2597
+ propto: "∝",
2598
+ prsim: "≾",
2599
+ prurel: "⊰",
2600
+ Pscr: "𝒫",
2601
+ pscr: "𝓅",
2602
+ Psi: "Ψ",
2603
+ psi: "ψ",
2604
+ puncsp: " ",
2605
+ Qfr: "𝔔",
2606
+ qfr: "𝔮",
2607
+ qint: "⨌",
2608
+ Qopf: "ℚ",
2609
+ qopf: "𝕢",
2610
+ qprime: "⁗",
2611
+ Qscr: "𝒬",
2612
+ qscr: "𝓆",
2613
+ quaternions: "ℍ",
2614
+ quatint: "⨖",
2615
+ quest: "?",
2616
+ questeq: "≟",
2617
+ QUOT: '"',
2618
+ quot: '"',
2619
+ rAarr: "⇛",
2620
+ race: "∽̱",
2621
+ Racute: "Ŕ",
2622
+ racute: "ŕ",
2623
+ radic: "√",
2624
+ raemptyv: "⦳",
2625
+ Rang: "⟫",
2626
+ rang: "⟩",
2627
+ rangd: "⦒",
2628
+ range: "⦥",
2629
+ rangle: "⟩",
2630
+ raquo: "»",
2631
+ Rarr: "↠",
2632
+ rArr: "⇒",
2633
+ rarr: "→",
2634
+ rarrap: "⥵",
2635
+ rarrb: "⇥",
2636
+ rarrbfs: "⤠",
2637
+ rarrc: "⤳",
2638
+ rarrfs: "⤞",
2639
+ rarrhk: "↪",
2640
+ rarrlp: "↬",
2641
+ rarrpl: "⥅",
2642
+ rarrsim: "⥴",
2643
+ Rarrtl: "⤖",
2644
+ rarrtl: "↣",
2645
+ rarrw: "↝",
2646
+ rAtail: "⤜",
2647
+ ratail: "⤚",
2648
+ ratio: "∶",
2649
+ rationals: "ℚ",
2650
+ RBarr: "⤐",
2651
+ rBarr: "⤏",
2652
+ rbarr: "⤍",
2653
+ rbbrk: "❳",
2654
+ rbrace: "}",
2655
+ rbrack: "]",
2656
+ rbrke: "⦌",
2657
+ rbrksld: "⦎",
2658
+ rbrkslu: "⦐",
2659
+ Rcaron: "Ř",
2660
+ rcaron: "ř",
2661
+ Rcedil: "Ŗ",
2662
+ rcedil: "ŗ",
2663
+ rceil: "⌉",
2664
+ rcub: "}",
2665
+ Rcy: "Р",
2666
+ rcy: "р",
2667
+ rdca: "⤷",
2668
+ rdldhar: "⥩",
2669
+ rdquo: "”",
2670
+ rdquor: "”",
2671
+ rdsh: "↳",
2672
+ Re: "ℜ",
2673
+ real: "ℜ",
2674
+ realine: "ℛ",
2675
+ realpart: "ℜ",
2676
+ reals: "ℝ",
2677
+ rect: "▭",
2678
+ REG: "®",
2679
+ reg: "®",
2680
+ ReverseElement: "∋",
2681
+ ReverseEquilibrium: "⇋",
2682
+ ReverseUpEquilibrium: "⥯",
2683
+ rfisht: "⥽",
2684
+ rfloor: "⌋",
2685
+ Rfr: "ℜ",
2686
+ rfr: "𝔯",
2687
+ rHar: "⥤",
2688
+ rhard: "⇁",
2689
+ rharu: "⇀",
2690
+ rharul: "⥬",
2691
+ Rho: "Ρ",
2692
+ rho: "ρ",
2693
+ rhov: "ϱ",
2694
+ RightAngleBracket: "⟩",
2695
+ RightArrow: "→",
2696
+ Rightarrow: "⇒",
2697
+ rightarrow: "→",
2698
+ RightArrowBar: "⇥",
2699
+ RightArrowLeftArrow: "⇄",
2700
+ rightarrowtail: "↣",
2701
+ RightCeiling: "⌉",
2702
+ RightDoubleBracket: "⟧",
2703
+ RightDownTeeVector: "⥝",
2704
+ RightDownVector: "⇂",
2705
+ RightDownVectorBar: "⥕",
2706
+ RightFloor: "⌋",
2707
+ rightharpoondown: "⇁",
2708
+ rightharpoonup: "⇀",
2709
+ rightleftarrows: "⇄",
2710
+ rightleftharpoons: "⇌",
2711
+ rightrightarrows: "⇉",
2712
+ rightsquigarrow: "↝",
2713
+ RightTee: "⊢",
2714
+ RightTeeArrow: "↦",
2715
+ RightTeeVector: "⥛",
2716
+ rightthreetimes: "⋌",
2717
+ RightTriangle: "⊳",
2718
+ RightTriangleBar: "⧐",
2719
+ RightTriangleEqual: "⊵",
2720
+ RightUpDownVector: "⥏",
2721
+ RightUpTeeVector: "⥜",
2722
+ RightUpVector: "↾",
2723
+ RightUpVectorBar: "⥔",
2724
+ RightVector: "⇀",
2725
+ RightVectorBar: "⥓",
2726
+ ring: "˚",
2727
+ risingdotseq: "≓",
2728
+ rlarr: "⇄",
2729
+ rlhar: "⇌",
2730
+ rlm: "‏",
2731
+ rmoust: "⎱",
2732
+ rmoustache: "⎱",
2733
+ rnmid: "⫮",
2734
+ roang: "⟭",
2735
+ roarr: "⇾",
2736
+ robrk: "⟧",
2737
+ ropar: "⦆",
2738
+ Ropf: "ℝ",
2739
+ ropf: "𝕣",
2740
+ roplus: "⨮",
2741
+ rotimes: "⨵",
2742
+ RoundImplies: "⥰",
2743
+ rpar: ")",
2744
+ rpargt: "⦔",
2745
+ rppolint: "⨒",
2746
+ rrarr: "⇉",
2747
+ Rrightarrow: "⇛",
2748
+ rsaquo: "›",
2749
+ Rscr: "ℛ",
2750
+ rscr: "𝓇",
2751
+ Rsh: "↱",
2752
+ rsh: "↱",
2753
+ rsqb: "]",
2754
+ rsquo: "’",
2755
+ rsquor: "’",
2756
+ rthree: "⋌",
2757
+ rtimes: "⋊",
2758
+ rtri: "▹",
2759
+ rtrie: "⊵",
2760
+ rtrif: "▸",
2761
+ rtriltri: "⧎",
2762
+ RuleDelayed: "⧴",
2763
+ ruluhar: "⥨",
2764
+ rx: "℞",
2765
+ Sacute: "Ś",
2766
+ sacute: "ś",
2767
+ sbquo: "‚",
2768
+ Sc: "⪼",
2769
+ sc: "≻",
2770
+ scap: "⪸",
2771
+ Scaron: "Š",
2772
+ scaron: "š",
2773
+ sccue: "≽",
2774
+ scE: "⪴",
2775
+ sce: "⪰",
2776
+ Scedil: "Ş",
2777
+ scedil: "ş",
2778
+ Scirc: "Ŝ",
2779
+ scirc: "ŝ",
2780
+ scnap: "⪺",
2781
+ scnE: "⪶",
2782
+ scnsim: "⋩",
2783
+ scpolint: "⨓",
2784
+ scsim: "≿",
2785
+ Scy: "С",
2786
+ scy: "с",
2787
+ sdot: "⋅",
2788
+ sdotb: "⊡",
2789
+ sdote: "⩦",
2790
+ searhk: "⤥",
2791
+ seArr: "⇘",
2792
+ searr: "↘",
2793
+ searrow: "↘",
2794
+ sect: "§",
2795
+ semi: ";",
2796
+ seswar: "⤩",
2797
+ setminus: "∖",
2798
+ setmn: "∖",
2799
+ sext: "✶",
2800
+ Sfr: "𝔖",
2801
+ sfr: "𝔰",
2802
+ sfrown: "⌢",
2803
+ sharp: "♯",
2804
+ SHCHcy: "Щ",
2805
+ shchcy: "щ",
2806
+ SHcy: "Ш",
2807
+ shcy: "ш",
2808
+ ShortDownArrow: "↓",
2809
+ ShortLeftArrow: "←",
2810
+ shortmid: "∣",
2811
+ shortparallel: "∥",
2812
+ ShortRightArrow: "→",
2813
+ ShortUpArrow: "↑",
2814
+ shy: "­",
2815
+ Sigma: "Σ",
2816
+ sigma: "σ",
2817
+ sigmaf: "ς",
2818
+ sigmav: "ς",
2819
+ sim: "∼",
2820
+ simdot: "⩪",
2821
+ sime: "≃",
2822
+ simeq: "≃",
2823
+ simg: "⪞",
2824
+ simgE: "⪠",
2825
+ siml: "⪝",
2826
+ simlE: "⪟",
2827
+ simne: "≆",
2828
+ simplus: "⨤",
2829
+ simrarr: "⥲",
2830
+ slarr: "←",
2831
+ SmallCircle: "∘",
2832
+ smallsetminus: "∖",
2833
+ smashp: "⨳",
2834
+ smeparsl: "⧤",
2835
+ smid: "∣",
2836
+ smile: "⌣",
2837
+ smt: "⪪",
2838
+ smte: "⪬",
2839
+ smtes: "⪬︀",
2840
+ SOFTcy: "Ь",
2841
+ softcy: "ь",
2842
+ sol: "/",
2843
+ solb: "⧄",
2844
+ solbar: "⌿",
2845
+ Sopf: "𝕊",
2846
+ sopf: "𝕤",
2847
+ spades: "♠",
2848
+ spadesuit: "♠",
2849
+ spar: "∥",
2850
+ sqcap: "⊓",
2851
+ sqcaps: "⊓︀",
2852
+ sqcup: "⊔",
2853
+ sqcups: "⊔︀",
2854
+ Sqrt: "√",
2855
+ sqsub: "⊏",
2856
+ sqsube: "⊑",
2857
+ sqsubset: "⊏",
2858
+ sqsubseteq: "⊑",
2859
+ sqsup: "⊐",
2860
+ sqsupe: "⊒",
2861
+ sqsupset: "⊐",
2862
+ sqsupseteq: "⊒",
2863
+ squ: "□",
2864
+ Square: "□",
2865
+ square: "□",
2866
+ SquareIntersection: "⊓",
2867
+ SquareSubset: "⊏",
2868
+ SquareSubsetEqual: "⊑",
2869
+ SquareSuperset: "⊐",
2870
+ SquareSupersetEqual: "⊒",
2871
+ SquareUnion: "⊔",
2872
+ squarf: "▪",
2873
+ squf: "▪",
2874
+ srarr: "→",
2875
+ Sscr: "𝒮",
2876
+ sscr: "𝓈",
2877
+ ssetmn: "∖",
2878
+ ssmile: "⌣",
2879
+ sstarf: "⋆",
2880
+ Star: "⋆",
2881
+ star: "☆",
2882
+ starf: "★",
2883
+ straightepsilon: "ϵ",
2884
+ straightphi: "ϕ",
2885
+ strns: "¯",
2886
+ Sub: "⋐",
2887
+ sub: "⊂",
2888
+ subdot: "⪽",
2889
+ subE: "⫅",
2890
+ sube: "⊆",
2891
+ subedot: "⫃",
2892
+ submult: "⫁",
2893
+ subnE: "⫋",
2894
+ subne: "⊊",
2895
+ subplus: "⪿",
2896
+ subrarr: "⥹",
2897
+ Subset: "⋐",
2898
+ subset: "⊂",
2899
+ subseteq: "⊆",
2900
+ subseteqq: "⫅",
2901
+ SubsetEqual: "⊆",
2902
+ subsetneq: "⊊",
2903
+ subsetneqq: "⫋",
2904
+ subsim: "⫇",
2905
+ subsub: "⫕",
2906
+ subsup: "⫓",
2907
+ succ: "≻",
2908
+ succapprox: "⪸",
2909
+ succcurlyeq: "≽",
2910
+ Succeeds: "≻",
2911
+ SucceedsEqual: "⪰",
2912
+ SucceedsSlantEqual: "≽",
2913
+ SucceedsTilde: "≿",
2914
+ succeq: "⪰",
2915
+ succnapprox: "⪺",
2916
+ succneqq: "⪶",
2917
+ succnsim: "⋩",
2918
+ succsim: "≿",
2919
+ SuchThat: "∋",
2920
+ Sum: "∑",
2921
+ sum: "∑",
2922
+ sung: "♪",
2923
+ Sup: "⋑",
2924
+ sup: "⊃",
2925
+ sup1: "¹",
2926
+ sup2: "²",
2927
+ sup3: "³",
2928
+ supdot: "⪾",
2929
+ supdsub: "⫘",
2930
+ supE: "⫆",
2931
+ supe: "⊇",
2932
+ supedot: "⫄",
2933
+ Superset: "⊃",
2934
+ SupersetEqual: "⊇",
2935
+ suphsol: "⟉",
2936
+ suphsub: "⫗",
2937
+ suplarr: "⥻",
2938
+ supmult: "⫂",
2939
+ supnE: "⫌",
2940
+ supne: "⊋",
2941
+ supplus: "⫀",
2942
+ Supset: "⋑",
2943
+ supset: "⊃",
2944
+ supseteq: "⊇",
2945
+ supseteqq: "⫆",
2946
+ supsetneq: "⊋",
2947
+ supsetneqq: "⫌",
2948
+ supsim: "⫈",
2949
+ supsub: "⫔",
2950
+ supsup: "⫖",
2951
+ swarhk: "⤦",
2952
+ swArr: "⇙",
2953
+ swarr: "↙",
2954
+ swarrow: "↙",
2955
+ swnwar: "⤪",
2956
+ szlig: "ß",
2957
+ Tab: " ",
2958
+ target: "⌖",
2959
+ Tau: "Τ",
2960
+ tau: "τ",
2961
+ tbrk: "⎴",
2962
+ Tcaron: "Ť",
2963
+ tcaron: "ť",
2964
+ Tcedil: "Ţ",
2965
+ tcedil: "ţ",
2966
+ Tcy: "Т",
2967
+ tcy: "т",
2968
+ tdot: "⃛",
2969
+ telrec: "⌕",
2970
+ Tfr: "𝔗",
2971
+ tfr: "𝔱",
2972
+ there4: "∴",
2973
+ Therefore: "∴",
2974
+ therefore: "∴",
2975
+ Theta: "Θ",
2976
+ theta: "θ",
2977
+ thetasym: "ϑ",
2978
+ thetav: "ϑ",
2979
+ thickapprox: "≈",
2980
+ thicksim: "∼",
2981
+ ThickSpace: "  ",
2982
+ thinsp: " ",
2983
+ ThinSpace: " ",
2984
+ thkap: "≈",
2985
+ thksim: "∼",
2986
+ THORN: "Þ",
2987
+ thorn: "þ",
2988
+ Tilde: "∼",
2989
+ tilde: "˜",
2990
+ TildeEqual: "≃",
2991
+ TildeFullEqual: "≅",
2992
+ TildeTilde: "≈",
2993
+ times: "×",
2994
+ timesb: "⊠",
2995
+ timesbar: "⨱",
2996
+ timesd: "⨰",
2997
+ tint: "∭",
2998
+ toea: "⤨",
2999
+ top: "⊤",
3000
+ topbot: "⌶",
3001
+ topcir: "⫱",
3002
+ Topf: "𝕋",
3003
+ topf: "𝕥",
3004
+ topfork: "⫚",
3005
+ tosa: "⤩",
3006
+ tprime: "‴",
3007
+ TRADE: "™",
3008
+ trade: "™",
3009
+ triangle: "▵",
3010
+ triangledown: "▿",
3011
+ triangleleft: "◃",
3012
+ trianglelefteq: "⊴",
3013
+ triangleq: "≜",
3014
+ triangleright: "▹",
3015
+ trianglerighteq: "⊵",
3016
+ tridot: "◬",
3017
+ trie: "≜",
3018
+ triminus: "⨺",
3019
+ TripleDot: "⃛",
3020
+ triplus: "⨹",
3021
+ trisb: "⧍",
3022
+ tritime: "⨻",
3023
+ trpezium: "⏢",
3024
+ Tscr: "𝒯",
3025
+ tscr: "𝓉",
3026
+ TScy: "Ц",
3027
+ tscy: "ц",
3028
+ TSHcy: "Ћ",
3029
+ tshcy: "ћ",
3030
+ Tstrok: "Ŧ",
3031
+ tstrok: "ŧ",
3032
+ twixt: "≬",
3033
+ twoheadleftarrow: "↞",
3034
+ twoheadrightarrow: "↠",
3035
+ Uacute: "Ú",
3036
+ uacute: "ú",
3037
+ Uarr: "↟",
3038
+ uArr: "⇑",
3039
+ uarr: "↑",
3040
+ Uarrocir: "⥉",
3041
+ Ubrcy: "Ў",
3042
+ ubrcy: "ў",
3043
+ Ubreve: "Ŭ",
3044
+ ubreve: "ŭ",
3045
+ Ucirc: "Û",
3046
+ ucirc: "û",
3047
+ Ucy: "У",
3048
+ ucy: "у",
3049
+ udarr: "⇅",
3050
+ Udblac: "Ű",
3051
+ udblac: "ű",
3052
+ udhar: "⥮",
3053
+ ufisht: "⥾",
3054
+ Ufr: "𝔘",
3055
+ ufr: "𝔲",
3056
+ Ugrave: "Ù",
3057
+ ugrave: "ù",
3058
+ uHar: "⥣",
3059
+ uharl: "↿",
3060
+ uharr: "↾",
3061
+ uhblk: "▀",
3062
+ ulcorn: "⌜",
3063
+ ulcorner: "⌜",
3064
+ ulcrop: "⌏",
3065
+ ultri: "◸",
3066
+ Umacr: "Ū",
3067
+ umacr: "ū",
3068
+ uml: "¨",
3069
+ UnderBar: "_",
3070
+ UnderBrace: "⏟",
3071
+ UnderBracket: "⎵",
3072
+ UnderParenthesis: "⏝",
3073
+ Union: "⋃",
3074
+ UnionPlus: "⊎",
3075
+ Uogon: "Ų",
3076
+ uogon: "ų",
3077
+ Uopf: "𝕌",
3078
+ uopf: "𝕦",
3079
+ UpArrow: "↑",
3080
+ Uparrow: "⇑",
3081
+ uparrow: "↑",
3082
+ UpArrowBar: "⤒",
3083
+ UpArrowDownArrow: "⇅",
3084
+ UpDownArrow: "↕",
3085
+ Updownarrow: "⇕",
3086
+ updownarrow: "↕",
3087
+ UpEquilibrium: "⥮",
3088
+ upharpoonleft: "↿",
3089
+ upharpoonright: "↾",
3090
+ uplus: "⊎",
3091
+ UpperLeftArrow: "↖",
3092
+ UpperRightArrow: "↗",
3093
+ Upsi: "ϒ",
3094
+ upsi: "υ",
3095
+ upsih: "ϒ",
3096
+ Upsilon: "Υ",
3097
+ upsilon: "υ",
3098
+ UpTee: "⊥",
3099
+ UpTeeArrow: "↥",
3100
+ upuparrows: "⇈",
3101
+ urcorn: "⌝",
3102
+ urcorner: "⌝",
3103
+ urcrop: "⌎",
3104
+ Uring: "Ů",
3105
+ uring: "ů",
3106
+ urtri: "◹",
3107
+ Uscr: "𝒰",
3108
+ uscr: "𝓊",
3109
+ utdot: "⋰",
3110
+ Utilde: "Ũ",
3111
+ utilde: "ũ",
3112
+ utri: "▵",
3113
+ utrif: "▴",
3114
+ uuarr: "⇈",
3115
+ Uuml: "Ü",
3116
+ uuml: "ü",
3117
+ uwangle: "⦧",
3118
+ vangrt: "⦜",
3119
+ varepsilon: "ϵ",
3120
+ varkappa: "ϰ",
3121
+ varnothing: "∅",
3122
+ varphi: "ϕ",
3123
+ varpi: "ϖ",
3124
+ varpropto: "∝",
3125
+ vArr: "⇕",
3126
+ varr: "↕",
3127
+ varrho: "ϱ",
3128
+ varsigma: "ς",
3129
+ varsubsetneq: "⊊︀",
3130
+ varsubsetneqq: "⫋︀",
3131
+ varsupsetneq: "⊋︀",
3132
+ varsupsetneqq: "⫌︀",
3133
+ vartheta: "ϑ",
3134
+ vartriangleleft: "⊲",
3135
+ vartriangleright: "⊳",
3136
+ Vbar: "⫫",
3137
+ vBar: "⫨",
3138
+ vBarv: "⫩",
3139
+ Vcy: "В",
3140
+ vcy: "в",
3141
+ VDash: "⊫",
3142
+ Vdash: "⊩",
3143
+ vDash: "⊨",
3144
+ vdash: "⊢",
3145
+ Vdashl: "⫦",
3146
+ Vee: "⋁",
3147
+ vee: "∨",
3148
+ veebar: "⊻",
3149
+ veeeq: "≚",
3150
+ vellip: "⋮",
3151
+ Verbar: "‖",
3152
+ verbar: "|",
3153
+ Vert: "‖",
3154
+ vert: "|",
3155
+ VerticalBar: "∣",
3156
+ VerticalLine: "|",
3157
+ VerticalSeparator: "❘",
3158
+ VerticalTilde: "≀",
3159
+ VeryThinSpace: " ",
3160
+ Vfr: "𝔙",
3161
+ vfr: "𝔳",
3162
+ vltri: "⊲",
3163
+ vnsub: "⊂⃒",
3164
+ vnsup: "⊃⃒",
3165
+ Vopf: "𝕍",
3166
+ vopf: "𝕧",
3167
+ vprop: "∝",
3168
+ vrtri: "⊳",
3169
+ Vscr: "𝒱",
3170
+ vscr: "𝓋",
3171
+ vsubnE: "⫋︀",
3172
+ vsubne: "⊊︀",
3173
+ vsupnE: "⫌︀",
3174
+ vsupne: "⊋︀",
3175
+ Vvdash: "⊪",
3176
+ vzigzag: "⦚",
3177
+ Wcirc: "Ŵ",
3178
+ wcirc: "ŵ",
3179
+ wedbar: "⩟",
3180
+ Wedge: "⋀",
3181
+ wedge: "∧",
3182
+ wedgeq: "≙",
3183
+ weierp: "℘",
3184
+ Wfr: "𝔚",
3185
+ wfr: "𝔴",
3186
+ Wopf: "𝕎",
3187
+ wopf: "𝕨",
3188
+ wp: "℘",
3189
+ wr: "≀",
3190
+ wreath: "≀",
3191
+ Wscr: "𝒲",
3192
+ wscr: "𝓌",
3193
+ xcap: "⋂",
3194
+ xcirc: "◯",
3195
+ xcup: "⋃",
3196
+ xdtri: "▽",
3197
+ Xfr: "𝔛",
3198
+ xfr: "𝔵",
3199
+ xhArr: "⟺",
3200
+ xharr: "⟷",
3201
+ Xi: "Ξ",
3202
+ xi: "ξ",
3203
+ xlArr: "⟸",
3204
+ xlarr: "⟵",
3205
+ xmap: "⟼",
3206
+ xnis: "⋻",
3207
+ xodot: "⨀",
3208
+ Xopf: "𝕏",
3209
+ xopf: "𝕩",
3210
+ xoplus: "⨁",
3211
+ xotime: "⨂",
3212
+ xrArr: "⟹",
3213
+ xrarr: "⟶",
3214
+ Xscr: "𝒳",
3215
+ xscr: "𝓍",
3216
+ xsqcup: "⨆",
3217
+ xuplus: "⨄",
3218
+ xutri: "△",
3219
+ xvee: "⋁",
3220
+ xwedge: "⋀",
3221
+ Yacute: "Ý",
3222
+ yacute: "ý",
3223
+ YAcy: "Я",
3224
+ yacy: "я",
3225
+ Ycirc: "Ŷ",
3226
+ ycirc: "ŷ",
3227
+ Ycy: "Ы",
3228
+ ycy: "ы",
3229
+ yen: "¥",
3230
+ Yfr: "𝔜",
3231
+ yfr: "𝔶",
3232
+ YIcy: "Ї",
3233
+ yicy: "ї",
3234
+ Yopf: "𝕐",
3235
+ yopf: "𝕪",
3236
+ Yscr: "𝒴",
3237
+ yscr: "𝓎",
3238
+ YUcy: "Ю",
3239
+ yucy: "ю",
3240
+ Yuml: "Ÿ",
3241
+ yuml: "ÿ",
3242
+ Zacute: "Ź",
3243
+ zacute: "ź",
3244
+ Zcaron: "Ž",
3245
+ zcaron: "ž",
3246
+ Zcy: "З",
3247
+ zcy: "з",
3248
+ Zdot: "Ż",
3249
+ zdot: "ż",
3250
+ zeetrf: "ℨ",
3251
+ ZeroWidthSpace: "​",
3252
+ Zeta: "Ζ",
3253
+ zeta: "ζ",
3254
+ Zfr: "ℨ",
3255
+ zfr: "𝔷",
3256
+ ZHcy: "Ж",
3257
+ zhcy: "ж",
3258
+ zigrarr: "⇝",
3259
+ Zopf: "ℤ",
3260
+ zopf: "𝕫",
3261
+ Zscr: "𝒵",
3262
+ zscr: "𝓏",
3263
+ zwj: "‍",
3264
+ zwnj: "‌"
3265
+ }), u.entityMap = u.HTML_ENTITIES;
3266
+ })(de);
3267
+ var qu = {}, eu = k.NAMESPACE, Cu = /[A-Z_a-z\xC0-\xD6\xD8-\xF6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/, zu = new RegExp("[\\-\\.0-9" + Cu.source.slice(1, -1) + "\\u00B7\\u0300-\\u036F\\u203F-\\u2040]"), Hu = new RegExp("^" + Cu.source + zu.source + "*(?::" + Cu.source + zu.source + "*)?$"), Z = 0, U = 1, V = 2, J = 3, G = 4, z = 5, W = 6, iu = 7;
3268
+ function Y(u, e) {
3269
+ this.message = u, this.locator = e, Error.captureStackTrace && Error.captureStackTrace(this, Y);
3270
+ }
3271
+ Y.prototype = new Error();
3272
+ Y.prototype.name = Y.name;
3273
+ function ge() {
3274
+ }
3275
+ ge.prototype = {
3276
+ parse: function(u, e, r) {
3277
+ var t = this.domBuilder;
3278
+ t.startDocument(), Ce(e, e = {}), Ge(
3279
+ u,
3280
+ e,
3281
+ r,
3282
+ t,
3283
+ this.errorHandler
3284
+ ), t.endDocument();
3285
+ }
3286
+ };
3287
+ function Ge(u, e, r, t, n) {
3288
+ function a(h) {
3289
+ if (h > 65535) {
3290
+ h -= 65536;
3291
+ var S = 55296 + (h >> 10), Te = 56320 + (h & 1023);
3292
+ return String.fromCharCode(S, Te);
3293
+ } else
3294
+ return String.fromCharCode(h);
3295
+ }
3296
+ function i(h) {
3297
+ var S = h.slice(1, -1);
3298
+ return Object.hasOwnProperty.call(r, S) ? r[S] : S.charAt(0) === "#" ? a(parseInt(S.substr(1).replace("x", "0x"))) : (n.error("entity not found:" + h), h);
3299
+ }
3300
+ function s(h) {
3301
+ if (h > E) {
3302
+ var S = u.substring(E, h).replace(/&#?\w+;/g, i);
3303
+ p && o(E), t.characters(S, 0, h - E), E = h;
3304
+ }
3305
+ }
3306
+ function o(h, S) {
3307
+ for (; h >= c && (S = f.exec(u)); )
3308
+ l = S.index, c = l + S[0].length, p.lineNumber++;
3309
+ p.columnNumber = h - l + 1;
3310
+ }
3311
+ for (var l = 0, c = 0, f = /.*(?:\r\n?|\n)|.*$/g, p = t.locator, d = [{ currentNSMap: e }], B = {}, E = 0; ; ) {
3312
+ try {
3313
+ var A = u.indexOf("<", E);
3314
+ if (A < 0) {
3315
+ if (!u.substr(E).match(/^\s*$/)) {
3316
+ var g = t.doc, Q = g.createTextNode(u.substr(E));
3317
+ g.appendChild(Q), t.currentElement = Q;
3318
+ }
3319
+ return;
3320
+ }
3321
+ switch (A > E && s(A), u.charAt(A + 1)) {
3322
+ case "/":
3323
+ var w = u.indexOf(">", A + 3), C = u.substring(A + 2, w).replace(/[ \t\n\r]+$/g, ""), x = d.pop();
3324
+ w < 0 ? (C = u.substring(A + 2).replace(/[\s<].*/, ""), n.error("end tag name: " + C + " is not complete:" + x.tagName), w = A + 1 + C.length) : C.match(/\s</) && (C = C.replace(/[\s<].*/, ""), n.error("end tag name: " + C + " maybe not complete"), w = A + 1 + C.length);
3325
+ var hu = x.localNSMap, Ou = x.tagName == C, Ne = Ou || x.tagName && x.tagName.toLowerCase() == C.toLowerCase();
3326
+ if (Ne) {
3327
+ if (t.endElement(x.uri, x.localName, C), hu)
3328
+ for (var Ru in hu)
3329
+ Object.prototype.hasOwnProperty.call(hu, Ru) && t.endPrefixMapping(Ru);
3330
+ Ou || n.fatalError("end tag name: " + C + " is not match the current start tagName:" + x.tagName);
3331
+ } else
3332
+ d.push(x);
3333
+ w++;
3334
+ break;
3335
+ case "?":
3336
+ p && o(A), w = Xe(u, A, t);
3337
+ break;
3338
+ case "!":
3339
+ p && o(A), w = $e(u, A, t, n);
3340
+ break;
3341
+ default:
3342
+ p && o(A);
3343
+ var F = new ve(), mu = d[d.length - 1].currentNSMap, w = ze(u, A, F, mu, i, n), _u = F.length;
3344
+ if (!F.closed && je(u, w, F.tagName, B) && (F.closed = !0, r.nbsp || n.warning("unclosed xml attribute")), p && _u) {
3345
+ for (var ye = ju(p, {}), Eu = 0; Eu < _u; Eu++) {
3346
+ var Lu = F[Eu];
3347
+ o(Lu.offset), Lu.locator = ju(p, {});
3348
+ }
3349
+ t.locator = ye, $u(F, t, mu) && d.push(F), t.locator = p;
3350
+ } else
3351
+ $u(F, t, mu) && d.push(F);
3352
+ eu.isHTML(F.uri) && !F.closed ? w = He(u, w, F.tagName, i, t) : w++;
3353
+ }
3354
+ } catch (h) {
3355
+ if (h instanceof Y)
3356
+ throw h;
3357
+ n.error("element parse error: " + h), w = -1;
3358
+ }
3359
+ w > E ? E = w : s(Math.max(A, E) + 1);
3360
+ }
3361
+ }
3362
+ function ju(u, e) {
3363
+ return e.lineNumber = u.lineNumber, e.columnNumber = u.columnNumber, e;
3364
+ }
3365
+ function ze(u, e, r, t, n, a) {
3366
+ function i(p, d, B) {
3367
+ r.attributeNames.hasOwnProperty(p) && a.fatalError("Attribute " + p + " redefined"), r.addValue(
3368
+ p,
3369
+ // @see https://www.w3.org/TR/xml/#AVNormalize
3370
+ // since the xmldom sax parser does not "interpret" DTD the following is not implemented:
3371
+ // - recursive replacement of (DTD) entity references
3372
+ // - trimming and collapsing multiple spaces into a single one for attributes that are not of type CDATA
3373
+ d.replace(/[\t\n\r]/g, " ").replace(/&#?\w+;/g, n),
3374
+ B
3375
+ );
3376
+ }
3377
+ for (var s, o, l = ++e, c = Z; ; ) {
3378
+ var f = u.charAt(l);
3379
+ switch (f) {
3380
+ case "=":
3381
+ if (c === U)
3382
+ s = u.slice(e, l), c = J;
3383
+ else if (c === V)
3384
+ c = J;
3385
+ else
3386
+ throw new Error("attribute equal must after attrName");
3387
+ break;
3388
+ case "'":
3389
+ case '"':
3390
+ if (c === J || c === U)
3391
+ if (c === U && (a.warning('attribute value must after "="'), s = u.slice(e, l)), e = l + 1, l = u.indexOf(f, e), l > 0)
3392
+ o = u.slice(e, l), i(s, o, e - 1), c = z;
3393
+ else
3394
+ throw new Error("attribute value no end '" + f + "' match");
3395
+ else if (c == G)
3396
+ o = u.slice(e, l), i(s, o, e), a.warning('attribute "' + s + '" missed start quot(' + f + ")!!"), e = l + 1, c = z;
3397
+ else
3398
+ throw new Error('attribute value must after "="');
3399
+ break;
3400
+ case "/":
3401
+ switch (c) {
3402
+ case Z:
3403
+ r.setTagName(u.slice(e, l));
3404
+ case z:
3405
+ case W:
3406
+ case iu:
3407
+ c = iu, r.closed = !0;
3408
+ case G:
3409
+ case U:
3410
+ break;
3411
+ case V:
3412
+ r.closed = !0;
3413
+ break;
3414
+ default:
3415
+ throw new Error("attribute invalid close char('/')");
3416
+ }
3417
+ break;
3418
+ case "":
3419
+ return a.error("unexpected end of input"), c == Z && r.setTagName(u.slice(e, l)), l;
3420
+ case ">":
3421
+ switch (c) {
3422
+ case Z:
3423
+ r.setTagName(u.slice(e, l));
3424
+ case z:
3425
+ case W:
3426
+ case iu:
3427
+ break;
3428
+ case G:
3429
+ case U:
3430
+ o = u.slice(e, l), o.slice(-1) === "/" && (r.closed = !0, o = o.slice(0, -1));
3431
+ case V:
3432
+ c === V && (o = s), c == G ? (a.warning('attribute "' + o + '" missed quot(")!'), i(s, o, e)) : ((!eu.isHTML(t[""]) || !o.match(/^(?:disabled|checked|selected)$/i)) && a.warning('attribute "' + o + '" missed value!! "' + o + '" instead!!'), i(o, o, e));
3433
+ break;
3434
+ case J:
3435
+ throw new Error("attribute value missed!!");
3436
+ }
3437
+ return l;
3438
+ case "€":
3439
+ f = " ";
3440
+ default:
3441
+ if (f <= " ")
3442
+ switch (c) {
3443
+ case Z:
3444
+ r.setTagName(u.slice(e, l)), c = W;
3445
+ break;
3446
+ case U:
3447
+ s = u.slice(e, l), c = V;
3448
+ break;
3449
+ case G:
3450
+ var o = u.slice(e, l);
3451
+ a.warning('attribute "' + o + '" missed quot(")!!'), i(s, o, e);
3452
+ case z:
3453
+ c = W;
3454
+ break;
3455
+ }
3456
+ else
3457
+ switch (c) {
3458
+ case V:
3459
+ r.tagName, (!eu.isHTML(t[""]) || !s.match(/^(?:disabled|checked|selected)$/i)) && a.warning('attribute "' + s + '" missed value!! "' + s + '" instead2!!'), i(s, s, e), e = l, c = U;
3460
+ break;
3461
+ case z:
3462
+ a.warning('attribute space is required"' + s + '"!!');
3463
+ case W:
3464
+ c = U, e = l;
3465
+ break;
3466
+ case J:
3467
+ c = G, e = l;
3468
+ break;
3469
+ case iu:
3470
+ throw new Error("elements closed character '/' and '>' must be connected to");
3471
+ }
3472
+ }
3473
+ l++;
3474
+ }
3475
+ }
3476
+ function $u(u, e, r) {
3477
+ for (var t = u.tagName, n = null, f = u.length; f--; ) {
3478
+ var a = u[f], i = a.qName, s = a.value, p = i.indexOf(":");
3479
+ if (p > 0)
3480
+ var o = a.prefix = i.slice(0, p), l = i.slice(p + 1), c = o === "xmlns" && l;
3481
+ else
3482
+ l = i, o = null, c = i === "xmlns" && "";
3483
+ a.localName = l, c !== !1 && (n == null && (n = {}, Ce(r, r = {})), r[c] = n[c] = s, a.uri = eu.XMLNS, e.startPrefixMapping(c, s));
3484
+ }
3485
+ for (var f = u.length; f--; ) {
3486
+ a = u[f];
3487
+ var o = a.prefix;
3488
+ o && (o === "xml" && (a.uri = eu.XML), o !== "xmlns" && (a.uri = r[o || ""]));
3489
+ }
3490
+ var p = t.indexOf(":");
3491
+ p > 0 ? (o = u.prefix = t.slice(0, p), l = u.localName = t.slice(p + 1)) : (o = null, l = u.localName = t);
3492
+ var d = u.uri = r[o || ""];
3493
+ if (e.startElement(d, l, t, u), u.closed) {
3494
+ if (e.endElement(d, l, t), n)
3495
+ for (o in n)
3496
+ Object.prototype.hasOwnProperty.call(n, o) && e.endPrefixMapping(o);
3497
+ } else
3498
+ return u.currentNSMap = r, u.localNSMap = n, !0;
3499
+ }
3500
+ function He(u, e, r, t, n) {
3501
+ if (/^(?:script|textarea)$/i.test(r)) {
3502
+ var a = u.indexOf("</" + r + ">", e), i = u.substring(e + 1, a);
3503
+ if (/[&<]/.test(i))
3504
+ return /^script$/i.test(r) ? (n.characters(i, 0, i.length), a) : (i = i.replace(/&#?\w+;/g, t), n.characters(i, 0, i.length), a);
3505
+ }
3506
+ return e + 1;
3507
+ }
3508
+ function je(u, e, r, t) {
3509
+ var n = t[r];
3510
+ return n == null && (n = u.lastIndexOf("</" + r + ">"), n < e && (n = u.lastIndexOf("</" + r)), t[r] = n), n < e;
3511
+ }
3512
+ function Ce(u, e) {
3513
+ for (var r in u)
3514
+ Object.prototype.hasOwnProperty.call(u, r) && (e[r] = u[r]);
3515
+ }
3516
+ function $e(u, e, r, t) {
3517
+ var n = u.charAt(e + 2);
3518
+ switch (n) {
3519
+ case "-":
3520
+ if (u.charAt(e + 3) === "-") {
3521
+ var a = u.indexOf("-->", e + 4);
3522
+ return a > e ? (r.comment(u, e + 4, a - e - 4), a + 3) : (t.error("Unclosed comment"), -1);
3523
+ } else
3524
+ return -1;
3525
+ default:
3526
+ if (u.substr(e + 3, 6) == "CDATA[") {
3527
+ var a = u.indexOf("]]>", e + 9);
3528
+ return r.startCDATA(), r.characters(u, e + 9, a - e - 9), r.endCDATA(), a + 3;
3529
+ }
3530
+ var i = Ye(u, e), s = i.length;
3531
+ if (s > 1 && /!doctype/i.test(i[0][0])) {
3532
+ var o = i[1][0], l = !1, c = !1;
3533
+ s > 3 && (/^public$/i.test(i[2][0]) ? (l = i[3][0], c = s > 4 && i[4][0]) : /^system$/i.test(i[2][0]) && (c = i[3][0]));
3534
+ var f = i[s - 1];
3535
+ return r.startDTD(o, l, c), r.endDTD(), f.index + f[0].length;
3536
+ }
3537
+ }
3538
+ return -1;
3539
+ }
3540
+ function Xe(u, e, r) {
3541
+ var t = u.indexOf("?>", e);
3542
+ if (t) {
3543
+ var n = u.substring(e, t).match(/^<\?(\S*)\s*([\s\S]*?)\s*$/);
3544
+ return n ? (n[0].length, r.processingInstruction(n[1], n[2]), t + 2) : -1;
3545
+ }
3546
+ return -1;
3547
+ }
3548
+ function ve() {
3549
+ this.attributeNames = {};
3550
+ }
3551
+ ve.prototype = {
3552
+ setTagName: function(u) {
3553
+ if (!Hu.test(u))
3554
+ throw new Error("invalid tagName:" + u);
3555
+ this.tagName = u;
3556
+ },
3557
+ addValue: function(u, e, r) {
3558
+ if (!Hu.test(u))
3559
+ throw new Error("invalid attribute:" + u);
3560
+ this.attributeNames[u] = this.length, this[this.length++] = { qName: u, value: e, offset: r };
3561
+ },
3562
+ length: 0,
3563
+ getLocalName: function(u) {
3564
+ return this[u].localName;
3565
+ },
3566
+ getLocator: function(u) {
3567
+ return this[u].locator;
3568
+ },
3569
+ getQName: function(u) {
3570
+ return this[u].qName;
3571
+ },
3572
+ getURI: function(u) {
3573
+ return this[u].uri;
3574
+ },
3575
+ getValue: function(u) {
3576
+ return this[u].value;
3577
+ }
3578
+ // ,getIndex:function(uri, localName)){
3579
+ // if(localName){
3580
+ //
3581
+ // }else{
3582
+ // var qName = uri
3583
+ // }
3584
+ // },
3585
+ // getValue:function(){return this.getValue(this.getIndex.apply(this,arguments))},
3586
+ // getType:function(uri,localName){}
3587
+ // getType:function(i){},
3588
+ };
3589
+ function Ye(u, e) {
3590
+ var r, t = [], n = /'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/g;
3591
+ for (n.lastIndex = e, n.exec(u); r = n.exec(u); )
3592
+ if (t.push(r), r[1]) return t;
3593
+ }
3594
+ qu.XMLReader = ge;
3595
+ qu.ParseError = Y;
3596
+ var Qe = k, Ze = M, Xu = de, be = qu, Je = Ze.DOMImplementation, Yu = Qe.NAMESPACE, We = be.ParseError, Ke = be.XMLReader;
3597
+ function we(u) {
3598
+ return u.replace(/\r[\n\u0085]/g, `
3599
+ `).replace(/[\r\u0085\u2028]/g, `
3600
+ `);
3601
+ }
3602
+ function Be(u) {
3603
+ this.options = u || { locator: {} };
3604
+ }
3605
+ Be.prototype.parseFromString = function(u, e) {
3606
+ var r = this.options, t = new Ke(), n = r.domBuilder || new au(), a = r.errorHandler, i = r.locator, s = r.xmlns || {}, o = /\/x?html?$/.test(e), l = o ? Xu.HTML_ENTITIES : Xu.XML_ENTITIES;
3607
+ i && n.setDocumentLocator(i), t.errorHandler = ur(a, n, i), t.domBuilder = r.domBuilder || n, o && (s[""] = Yu.HTML), s.xml = s.xml || Yu.XML;
3608
+ var c = r.normalizeLineEndings || we;
3609
+ return u && typeof u == "string" ? t.parse(
3610
+ c(u),
3611
+ s,
3612
+ l
3613
+ ) : t.errorHandler.error("invalid doc source"), n.doc;
3614
+ };
3615
+ function ur(u, e, r) {
3616
+ if (!u) {
3617
+ if (e instanceof au)
3618
+ return e;
3619
+ u = e;
3620
+ }
3621
+ var t = {}, n = u instanceof Function;
3622
+ r = r || {};
3623
+ function a(i) {
3624
+ var s = u[i];
3625
+ !s && n && (s = u.length == 2 ? function(o) {
3626
+ u(i, o);
3627
+ } : u), t[i] = s && function(o) {
3628
+ s("[xmldom " + i + "] " + o + vu(r));
3629
+ } || function() {
3630
+ };
3631
+ }
3632
+ return a("warning"), a("error"), a("fatalError"), t;
3633
+ }
3634
+ function au() {
3635
+ this.cdata = !1;
3636
+ }
3637
+ function H(u, e) {
3638
+ e.lineNumber = u.lineNumber, e.columnNumber = u.columnNumber;
3639
+ }
3640
+ au.prototype = {
3641
+ startDocument: function() {
3642
+ this.doc = new Je().createDocument(null, null, null), this.locator && (this.doc.documentURI = this.locator.systemId);
3643
+ },
3644
+ startElement: function(u, e, r, t) {
3645
+ var n = this.doc, a = n.createElementNS(u, r || e), i = t.length;
3646
+ ou(this, a), this.currentElement = a, this.locator && H(this.locator, a);
3647
+ for (var s = 0; s < i; s++) {
3648
+ var u = t.getURI(s), o = t.getValue(s), r = t.getQName(s), l = n.createAttributeNS(u, r);
3649
+ this.locator && H(t.getLocator(s), l), l.value = l.nodeValue = o, a.setAttributeNode(l);
3650
+ }
3651
+ },
3652
+ endElement: function(u, e, r) {
3653
+ var t = this.currentElement;
3654
+ t.tagName, this.currentElement = t.parentNode;
3655
+ },
3656
+ startPrefixMapping: function(u, e) {
3657
+ },
3658
+ endPrefixMapping: function(u) {
3659
+ },
3660
+ processingInstruction: function(u, e) {
3661
+ var r = this.doc.createProcessingInstruction(u, e);
3662
+ this.locator && H(this.locator, r), ou(this, r);
3663
+ },
3664
+ ignorableWhitespace: function(u, e, r) {
3665
+ },
3666
+ characters: function(u, e, r) {
3667
+ if (u = Qu.apply(this, arguments), u) {
3668
+ if (this.cdata)
3669
+ var t = this.doc.createCDATASection(u);
3670
+ else
3671
+ var t = this.doc.createTextNode(u);
3672
+ this.currentElement ? this.currentElement.appendChild(t) : /^\s*$/.test(u) && this.doc.appendChild(t), this.locator && H(this.locator, t);
3673
+ }
3674
+ },
3675
+ skippedEntity: function(u) {
3676
+ },
3677
+ endDocument: function() {
3678
+ this.doc.normalize();
3679
+ },
3680
+ setDocumentLocator: function(u) {
3681
+ (this.locator = u) && (u.lineNumber = 0);
3682
+ },
3683
+ //LexicalHandler
3684
+ comment: function(u, e, r) {
3685
+ u = Qu.apply(this, arguments);
3686
+ var t = this.doc.createComment(u);
3687
+ this.locator && H(this.locator, t), ou(this, t);
3688
+ },
3689
+ startCDATA: function() {
3690
+ this.cdata = !0;
3691
+ },
3692
+ endCDATA: function() {
3693
+ this.cdata = !1;
3694
+ },
3695
+ startDTD: function(u, e, r) {
3696
+ var t = this.doc.implementation;
3697
+ if (t && t.createDocumentType) {
3698
+ var n = t.createDocumentType(u, e, r);
3699
+ this.locator && H(this.locator, n), ou(this, n), this.doc.doctype = n;
3700
+ }
3701
+ },
3702
+ /**
3703
+ * @see org.xml.sax.ErrorHandler
3704
+ * @link http://www.saxproject.org/apidoc/org/xml/sax/ErrorHandler.html
3705
+ */
3706
+ warning: function(u) {
3707
+ console.warn("[xmldom warning] " + u, vu(this.locator));
3708
+ },
3709
+ error: function(u) {
3710
+ console.error("[xmldom error] " + u, vu(this.locator));
3711
+ },
3712
+ fatalError: function(u) {
3713
+ throw new We(u, this.locator);
3714
+ }
3715
+ };
3716
+ function vu(u) {
3717
+ if (u)
3718
+ return `
3719
+ @` + (u.systemId || "") + "#[line:" + u.lineNumber + ",col:" + u.columnNumber + "]";
3720
+ }
3721
+ function Qu(u, e, r) {
3722
+ return typeof u == "string" ? u.substr(e, r) : u.length >= e + r || e ? new java.lang.String(u, e, r) + "" : u;
3723
+ }
3724
+ "endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl".replace(/\w+/g, function(u) {
3725
+ au.prototype[u] = function() {
3726
+ return null;
3727
+ };
3728
+ });
3729
+ function ou(u, e) {
3730
+ u.currentElement ? u.currentElement.appendChild(e) : u.doc.appendChild(e);
3731
+ }
3732
+ Au.__DOMHandler = au;
3733
+ Au.normalizeLineEndings = we;
3734
+ Au.DOMParser = Be;
3735
+ var er = Au.DOMParser;
3736
+ const rr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3737
+ __proto__: null,
3738
+ DOMParser: er
3739
+ }, Symbol.toStringTag, { value: "Module" }));
3740
+ export {
3741
+ er as D,
3742
+ rr as i
3743
+ };