eddyter 1.3.51 → 1.3.52

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 (219) hide show
  1. package/LICENSE +24 -24
  2. package/README.md +489 -489
  3. package/dist/App.d.ts +3 -2
  4. package/dist/Provider/EditorProvider.d.ts +32 -31
  5. package/dist/Provider/LexicalProvider.d.ts +6 -5
  6. package/dist/api/ai/index.d.ts +83 -83
  7. package/dist/api/analytics.d.ts +21 -21
  8. package/dist/api/auth.d.ts +108 -108
  9. package/dist/api/bugReport.d.ts +27 -27
  10. package/dist/api/config/axios.d.ts +2 -1
  11. package/dist/api/config/endpoints.d.ts +24 -24
  12. package/dist/api/featureSuggestion.d.ts +23 -23
  13. package/dist/api/feedback.d.ts +26 -26
  14. package/dist/api/linkPreview.d.ts +15 -15
  15. package/dist/api/transcript/index.d.ts +21 -21
  16. package/dist/assets/style.css +1 -1
  17. package/dist/{babel-44680aef.js → babel-1c4a328b.js} +3321 -3587
  18. package/dist/components/AiPlugin/index.d.ts +6 -6
  19. package/dist/components/AlignMenu/AlignMenu.d.ts +9 -8
  20. package/dist/components/AlignMenu/AlignMenuDrop.d.ts +3 -2
  21. package/dist/components/AlignMenu/index.d.ts +1 -1
  22. package/dist/components/AutoExpandingDemo.d.ts +6 -5
  23. package/dist/components/BlockFormatMenu/BlockFormatMenu.d.ts +3 -2
  24. package/dist/components/BlockFormatMenu/constants.d.ts +14 -14
  25. package/dist/components/BlockFormatMenu/index.d.ts +1 -1
  26. package/dist/components/BugReportDialog/index.d.ts +6 -6
  27. package/dist/components/ChartEditDialog.d.ts +9 -8
  28. package/dist/components/ChartInsertDialog.d.ts +8 -7
  29. package/dist/components/CodeActionMenuPlugin/components/CopyButton/index.d.ts +7 -6
  30. package/dist/components/CodeActionMenuPlugin/components/PrettierButton/index.d.ts +9 -8
  31. package/dist/components/CodeActionMenuPlugin/index.d.ts +5 -4
  32. package/dist/components/CodeActionMenuPlugin/utils.d.ts +1 -1
  33. package/dist/components/ColorPicker/ColorPicker.d.ts +3 -2
  34. package/dist/components/ColorPicker/index.d.ts +1 -1
  35. package/dist/components/CommentSidebar/CommentSidebar.d.ts +8 -7
  36. package/dist/components/CommentSidebar/index.d.ts +1 -1
  37. package/dist/components/CommentToggle/CommentToggle.d.ts +8 -7
  38. package/dist/components/CommentToggle/index.d.ts +1 -1
  39. package/dist/components/CommentView/CommentView.d.ts +9 -8
  40. package/dist/components/CommentView/index.d.ts +1 -1
  41. package/dist/components/ConfigurableEditorWithAuth.d.ts +35 -34
  42. package/dist/components/ContentPreview/index.d.ts +37 -36
  43. package/dist/components/DatePicker/DatePickerWidget.d.ts +7 -6
  44. package/dist/components/EmojiPickerWidget/EmojiPickerWidget.d.ts +3 -2
  45. package/dist/components/EmojiPickerWidget/index.d.ts +1 -1
  46. package/dist/components/FeatureSuggestionDialog/index.d.ts +6 -6
  47. package/dist/components/FeedbackDialog/index.d.ts +7 -7
  48. package/dist/components/FileUpload/InsertFileDialog.d.ts +7 -7
  49. package/dist/components/FileUpload/InsertFileUploadedDialogBody.d.ts +5 -4
  50. package/dist/components/FileView/index.d.ts +9 -8
  51. package/dist/components/FontFamilySelect/FontFamilyMenu.d.ts +7 -6
  52. package/dist/components/FontSizePicker/FontSizeControl.d.ts +3 -2
  53. package/dist/components/FormatTextMenu/FormatTextMenu.d.ts +3 -2
  54. package/dist/components/FormatTextMenu/FormatTextMenuDrop.d.ts +3 -2
  55. package/dist/components/FormatTextMenu/index.d.ts +1 -1
  56. package/dist/components/HighlightColorPicker/HighlightColorPicker.d.ts +7 -6
  57. package/dist/components/HtmlViewDisplay.d.ts +3 -2
  58. package/dist/components/ImageComparisonDialog/index.d.ts +11 -10
  59. package/dist/components/ImageGenerationDialog/ImageGenerationManager.d.ts +11 -10
  60. package/dist/components/ImageGenerationDialog/index.d.ts +11 -10
  61. package/dist/components/ImageInsertTest.d.ts +3 -2
  62. package/dist/components/ImageView/ImageDialog/ImageUploadDialogBody.d.ts +9 -8
  63. package/dist/components/ImageView/ImageDialog/index.d.ts +6 -5
  64. package/dist/components/ImageView/ImageResizer.d.ts +16 -15
  65. package/dist/components/ImageView/index.d.ts +17 -16
  66. package/dist/components/InsertMenu/InsertMenu.d.ts +9 -8
  67. package/dist/components/InsertMenu/InsertMenuDrop.d.ts +9 -8
  68. package/dist/components/InsertMenu/index.d.ts +1 -1
  69. package/dist/components/LanguageSelectorDialog/index.d.ts +8 -7
  70. package/dist/components/LinkPreviewHover/index.d.ts +40 -40
  71. package/dist/components/NotePanelMenu/NotePanelMenu.d.ts +6 -5
  72. package/dist/components/NotePanelMenu/index.d.ts +1 -1
  73. package/dist/components/NotePanelView/NotePanelView.d.ts +9 -8
  74. package/dist/components/NotePanelView/index.d.ts +1 -1
  75. package/dist/components/Placeholder/Placeholder.d.ts +3 -2
  76. package/dist/components/Placeholder/index.d.ts +1 -1
  77. package/dist/components/Placeholder/styles.d.ts +1 -1
  78. package/dist/components/ScopedEditor.d.ts +8 -8
  79. package/dist/components/SignatureCaption/index.d.ts +6 -5
  80. package/dist/components/TableColorPicker/index.d.ts +8 -7
  81. package/dist/components/TableModal/TableModal.d.ts +10 -9
  82. package/dist/components/TextEnhanceDialog/index.d.ts +10 -9
  83. package/dist/components/ToneAdjustDialog/index.d.ts +8 -7
  84. package/dist/components/Toolbar/Toolbar.d.ts +3 -2
  85. package/dist/components/Toolbar/index.d.ts +1 -1
  86. package/dist/components/Toolbar/styles.d.ts +6 -6
  87. package/dist/components/VoiceTranscriptIcon/VoiceTranscriptIcon.d.ts +2 -1
  88. package/dist/components/VoiceTranscriptIcon/index.d.ts +1 -1
  89. package/dist/components/ui/avatar.d.ts +6 -6
  90. package/dist/components/ui/badge.d.ts +9 -8
  91. package/dist/components/ui/button.d.ts +11 -10
  92. package/dist/components/ui/calendar.d.ts +8 -7
  93. package/dist/components/ui/card.d.ts +8 -8
  94. package/dist/components/ui/checkbox.d.ts +4 -4
  95. package/dist/components/ui/dialog.d.ts +19 -19
  96. package/dist/components/ui/dropdown-menu.d.ts +27 -27
  97. package/dist/components/ui/input.d.ts +3 -3
  98. package/dist/components/ui/label.d.ts +4 -4
  99. package/dist/components/ui/popover.d.ts +7 -7
  100. package/dist/components/ui/select.d.ts +13 -13
  101. package/dist/components/ui/separator.d.ts +4 -4
  102. package/dist/components/ui/sheet.d.ts +24 -24
  103. package/dist/components/ui/skeleton.d.ts +3 -3
  104. package/dist/components/ui/tabs.d.ts +7 -7
  105. package/dist/components/ui/textarea.d.ts +3 -3
  106. package/dist/components/ui/tooltip.d.ts +7 -7
  107. package/dist/constants.d.ts +22 -21
  108. package/dist/context/CommentContext.d.ts +43 -42
  109. package/dist/context/HtmlViewContext.d.ts +17 -16
  110. package/dist/context/ToolbarContext.d.ts +56 -55
  111. package/dist/editorConfig.d.ts +70 -70
  112. package/dist/{estree-a7dc9ac5.js → estree-2cbea43c.js} +1848 -1828
  113. package/dist/hooks/useAutoExpandingHeight.d.ts +15 -15
  114. package/dist/hooks/useBlockFormat.d.ts +17 -16
  115. package/dist/hooks/useColorPicker.d.ts +6 -6
  116. package/dist/hooks/useCustomCommands.d.ts +3 -2
  117. package/dist/hooks/useDebounce.d.ts +1 -1
  118. package/dist/hooks/useEditorToolbar.d.ts +10 -9
  119. package/dist/hooks/useFeedbackEligibility.d.ts +18 -18
  120. package/dist/hooks/useInsertMenu.d.ts +9 -9
  121. package/dist/hooks/useModal.d.ts +5 -5
  122. package/dist/hooks/useReactNativeBridge.d.ts +54 -54
  123. package/dist/hooks/useS3Uploader.d.ts +21 -21
  124. package/dist/hooks/useVoiceToText.d.ts +20 -20
  125. package/dist/{html-f2fcab26.js → html-c18fb60e.js} +648 -689
  126. package/dist/{html2pdf.bundle-09e49a74.js → html2pdf.bundle-ffb2feaa.js} +1 -1
  127. package/dist/{html2pdf.bundle.min-5c629a1a.js → html2pdf.bundle.min-1455f5bc.js} +1 -1
  128. package/dist/{index-28f8506d.js → index-02397e44.js} +8 -8
  129. package/dist/{index-269df0bf.js → index-4b2cda16.js} +8917 -9168
  130. package/dist/{index-1cd4fd49.js → index-ed633fb3.js} +17 -17
  131. package/dist/index.d.ts +14 -14
  132. package/dist/index.js +1 -1
  133. package/dist/lib/utils.d.ts +2 -1
  134. package/dist/main.d.ts +1 -0
  135. package/dist/{markdown-48d2f5f1.js → markdown-39c3822b.js} +1689 -1734
  136. package/dist/nodes/ChartNode.d.ts +41 -40
  137. package/dist/nodes/CommentNode.d.ts +34 -33
  138. package/dist/nodes/CommentedTextNode.d.ts +29 -28
  139. package/dist/nodes/EmbedNode.d.ts +32 -31
  140. package/dist/nodes/FileNode.d.ts +32 -31
  141. package/dist/nodes/ImageNode.d.ts +65 -64
  142. package/dist/nodes/MentionNode.d.ts +75 -74
  143. package/dist/nodes/NotePanelNode.d.ts +31 -30
  144. package/dist/pages/ConfigurableEditor/ConfigurableEditor.d.ts +25 -24
  145. package/dist/pages/ConfigurableEditor/index.d.ts +2 -2
  146. package/dist/pages/NotFound.d.ts +2 -2
  147. package/dist/pages/RichTextEditor.d.ts +6 -6
  148. package/dist/pages/TextareaEditor.d.ts +6 -6
  149. package/dist/pages/styles.d.ts +5 -5
  150. package/dist/plugins/AIChatPlugin.d.ts +11 -10
  151. package/dist/plugins/AndroidKeyboardFixPlugin.d.ts +16 -16
  152. package/dist/plugins/AutocompletePlugin.d.ts +22 -22
  153. package/dist/plugins/CodeBlockNormalizerPlugin.d.ts +8 -8
  154. package/dist/plugins/CodeBlockSelectAllPlugin.d.ts +8 -8
  155. package/dist/plugins/CodeHighlightPlugin.d.ts +3 -2
  156. package/dist/plugins/CombinedAutocompletGrammarPlugin.d.ts +21 -20
  157. package/dist/plugins/CommentBubblePlugin.d.ts +3 -2
  158. package/dist/plugins/CommentPlugin.d.ts +7 -6
  159. package/dist/plugins/CustomHorizontalRulePlugin/CustomHorizontalRuleNode.d.ts +29 -28
  160. package/dist/plugins/CustomHorizontalRulePlugin/CustomHorizontalRulePlugin.d.ts +3 -3
  161. package/dist/plugins/CustomHorizontalRulePlugin/HorizontalRuleCustomizationDialog.d.ts +7 -6
  162. package/dist/plugins/CustomHorizontalRulePlugin/index.d.ts +3 -3
  163. package/dist/plugins/DragDropPastePlugin/index.d.ts +8 -8
  164. package/dist/plugins/EmbedPreviewPlugin/FloatingEmbedMenuPlugin.d.ts +4 -3
  165. package/dist/plugins/EmbedPreviewPlugin/index.d.ts +6 -5
  166. package/dist/plugins/FilePlugin.d.ts +8 -7
  167. package/dist/plugins/FloatingLinkEditorPlugin/index.d.ts +6 -5
  168. package/dist/plugins/FloatingTextFormatToolbarPlugin/index.d.ts +27 -26
  169. package/dist/plugins/GrammarCheckPlugin.d.ts +2 -1
  170. package/dist/plugins/HtmlCodeViewPlugin/index.d.ts +2 -2
  171. package/dist/plugins/HtmlImportPlugin.d.ts +5 -5
  172. package/dist/plugins/HtmlSyncPlugin.d.ts +3 -3
  173. package/dist/plugins/ImagePlugin.d.ts +7 -6
  174. package/dist/plugins/LinkPlugin/index.d.ts +6 -5
  175. package/dist/plugins/LinkPreviewPlugin/index.d.ts +4 -4
  176. package/dist/plugins/LocalStoragePlugin.d.ts +7 -6
  177. package/dist/plugins/MarkdownShortcutsPlugin/index.d.ts +20 -20
  178. package/dist/plugins/MentionsPlugin/index.d.ts +7 -6
  179. package/dist/plugins/NotePanelPlugin.d.ts +7 -6
  180. package/dist/plugins/PasteOptionsPlugin/index.d.ts +17 -17
  181. package/dist/plugins/RichTextPastePlugin/index.d.ts +6 -5
  182. package/dist/plugins/SignatureCanvasPlugin/SignatureCanvasDialog.d.ts +6 -5
  183. package/dist/plugins/SignatureCanvasPlugin/SignatureCanvasPlugin.d.ts +9 -9
  184. package/dist/plugins/SignatureCanvasPlugin/index.d.ts +2 -2
  185. package/dist/plugins/SlashCommandPlugin/index.d.ts +2 -2
  186. package/dist/plugins/TableActionMenuPlugin/index.d.ts +6 -5
  187. package/dist/plugins/TableCellResizer/index.d.ts +2 -1
  188. package/dist/plugins/TableHoverActionsPlugin/index.d.ts +4 -4
  189. package/dist/plugins/TablePlugin.d.ts +5 -4
  190. package/dist/plugins/Tableimageautoresizeplugin.d.ts +1 -1
  191. package/dist/plugins/TextEnhancePlugin.d.ts +6 -6
  192. package/dist/plugins/TreeViewPlugin.d.ts +3 -2
  193. package/dist/plugins/UsageTrackingPlugin.d.ts +15 -15
  194. package/dist/plugins/VoiceTranscriptPlugin.d.ts +22 -22
  195. package/dist/plugins/WordCountPlugin.d.ts +3 -2
  196. package/dist/{postcss-9ac167c3.js → postcss-bbcc713e.js} +1650 -1671
  197. package/dist/services/chartService.d.ts +19 -18
  198. package/dist/standalone-36ad3877.js +2600 -0
  199. package/dist/styles/PlaygroundEditorTheme.d.ts +3 -2
  200. package/dist/types.d.ts +204 -201
  201. package/dist/typescript-39d06710.js +13533 -0
  202. package/dist/ui/ColorPicker.d.ts +14 -13
  203. package/dist/ui/Icons.d.ts +81 -80
  204. package/dist/ui/TextInput.d.ts +11 -10
  205. package/dist/utils/dateFormats.d.ts +33 -33
  206. package/dist/utils/debounce.d.ts +6 -5
  207. package/dist/utils/editorStyleConverter.d.ts +17 -16
  208. package/dist/utils/export.d.ts +2 -1
  209. package/dist/utils/getDOMRangeRect.d.ts +13 -13
  210. package/dist/utils/getSelectedNode.d.ts +3 -2
  211. package/dist/utils/helper.d.ts +3 -3
  212. package/dist/utils/index.d.ts +4 -3
  213. package/dist/utils/invarient.d.ts +1 -1
  214. package/dist/utils/setFloatingElemPosition.d.ts +8 -8
  215. package/dist/utils/setFloatingElemPositionForLinkEditor.d.ts +1 -1
  216. package/dist/utils/url.d.ts +9 -9
  217. package/package.json +150 -150
  218. package/dist/standalone-2029bc8b.js +0 -2467
  219. package/dist/typescript-bd1bb88f.js +0 -13632
@@ -1,54 +1,54 @@
1
- var gn = Object.defineProperty;
2
- var fn = (e, t, r) => t in e ? gn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
3
- var We = (e, t, r) => (fn(e, typeof t != "symbol" ? t + "" : t, r), r);
4
- var dr = Object.defineProperty, mr = (e) => {
1
+ var on = Object.defineProperty;
2
+ var ln = (e, t, r) => t in e ? on(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
3
+ var We = (e, t, r) => (ln(e, typeof t != "symbol" ? t + "" : t, r), r);
4
+ var ar = Object.defineProperty, ir = (e) => {
5
5
  throw TypeError(e);
6
- }, vn = (e, t, r) => t in e ? dr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, gr = (e, t) => {
6
+ }, cn = (e, t, r) => t in e ? ar(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, sr = (e, t) => {
7
7
  for (var r in t)
8
- dr(e, r, { get: t[r], enumerable: !0 });
9
- }, xt = (e, t, r) => vn(e, typeof t != "symbol" ? t + "" : t, r), fr = (e, t, r) => t.has(e) || mr("Cannot " + r), F = (e, t, r) => (fr(e, t, "read from private field"), r ? r.call(e) : t.get(e)), vr = (e, t, r) => t.has(e) ? mr("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, r), Cn = (e, t, r, n) => (fr(e, t, "write to private field"), n ? n.call(e, r) : t.set(e, r), r), Cr = {};
10
- gr(Cr, { languages: () => ps, options: () => ds, parsers: () => nn, printers: () => _u });
11
- var yn = (e, t, r, n) => {
8
+ ar(e, r, { get: t[r], enumerable: !0 });
9
+ }, Et = (e, t, r) => cn(e, typeof t != "symbol" ? t + "" : t, r), ur = (e, t, r) => t.has(e) || ir("Cannot " + r), F = (e, t, r) => (ur(e, t, "read from private field"), r ? r.call(e) : t.get(e)), or = (e, t, r) => t.has(e) ? ir("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, r), pn = (e, t, r, n) => (ur(e, t, "write to private field"), n ? n.call(e, r) : t.set(e, r), r), lr = {};
10
+ sr(lr, { languages: () => Ki, options: () => Yi, parsers: () => Xr, printers: () => nu });
11
+ var hn = (e, t, r, n) => {
12
12
  if (!(e && t == null))
13
13
  return t.replaceAll ? t.replaceAll(r, n) : r.global ? t.replace(r, n) : t.split(r).join(n);
14
- }, L = yn, yr = "string", Sr = "array", br = "cursor", it = "indent", st = "align", _r = "trim", ut = "group", ot = "fill", lt = "if-break", ct = "indent-if-break", wr = "line-suffix", Ar = "line-suffix-boundary", Q = "line", kr = "label", pt = "break-parent", Er = /* @__PURE__ */ new Set([br, it, st, _r, ut, ot, lt, ct, wr, Ar, Q, kr, pt]), Sn = (e, t, r) => {
14
+ }, L = hn, cr = "string", pr = "array", hr = "cursor", it = "indent", st = "align", dr = "trim", ut = "group", ot = "fill", lt = "if-break", ct = "indent-if-break", mr = "line-suffix", gr = "line-suffix-boundary", Q = "line", fr = "label", pt = "break-parent", vr = /* @__PURE__ */ new Set([hr, it, st, dr, ut, ot, lt, ct, mr, gr, Q, fr, pt]), dn = (e, t, r) => {
15
15
  if (!(e && t == null))
16
16
  return Array.isArray(t) || typeof t == "string" ? t[r < 0 ? t.length + r : r] : t.at(r);
17
- }, de = Sn;
18
- function bn(e) {
17
+ }, de = dn;
18
+ function mn(e) {
19
19
  if (typeof e == "string")
20
- return yr;
20
+ return cr;
21
21
  if (Array.isArray(e))
22
- return Sr;
22
+ return pr;
23
23
  if (!e)
24
24
  return;
25
25
  let { type: t } = e;
26
- if (Er.has(t))
26
+ if (vr.has(t))
27
27
  return t;
28
28
  }
29
- var xr = bn, _n = (e) => new Intl.ListFormat("en-US", { type: "disjunction" }).format(e);
30
- function wn(e) {
29
+ var Cr = mn, gn = (e) => new Intl.ListFormat("en-US", { type: "disjunction" }).format(e);
30
+ function fn(e) {
31
31
  let t = e === null ? "null" : typeof e;
32
32
  if (t !== "string" && t !== "object")
33
33
  return `Unexpected doc '${t}',
34
34
  Expected it to be 'string' or 'object'.`;
35
- if (xr(e))
35
+ if (Cr(e))
36
36
  throw new Error("doc is valid.");
37
37
  let r = Object.prototype.toString.call(e);
38
38
  if (r !== "[object Object]")
39
39
  return `Unexpected doc '${r}'.`;
40
- let n = _n([...Er].map((a) => `'${a}'`));
40
+ let n = gn([...vr].map((a) => `'${a}'`));
41
41
  return `Unexpected doc.type '${e.type}'.
42
42
  Expected it to be ${n}.`;
43
43
  }
44
- var An = class extends Error {
44
+ var vn = class extends Error {
45
45
  constructor(t) {
46
- super(wn(t));
46
+ super(fn(t));
47
47
  We(this, "name", "InvalidDocError");
48
48
  this.doc = t;
49
49
  }
50
- }, kn = An;
51
- function Dr(e, t) {
50
+ }, Cn = vn;
51
+ function Sr(e, t) {
52
52
  if (typeof e == "string")
53
53
  return t(e);
54
54
  let r = /* @__PURE__ */ new Map();
@@ -60,8 +60,8 @@ function Dr(e, t) {
60
60
  return r.set(i, s), s;
61
61
  }
62
62
  function a(i) {
63
- switch (xr(i)) {
64
- case Sr:
63
+ switch (Cr(i)) {
64
+ case pr:
65
65
  return t(i.map(n));
66
66
  case ot:
67
67
  return t({ ...i, parts: i.parts.map(n) });
@@ -74,74 +74,74 @@ function Dr(e, t) {
74
74
  case st:
75
75
  case it:
76
76
  case ct:
77
- case kr:
78
- case wr:
77
+ case fr:
78
+ case mr:
79
79
  return t({ ...i, contents: n(i.contents) });
80
- case yr:
81
- case br:
82
- case _r:
83
- case Ar:
80
+ case cr:
81
+ case hr:
82
+ case dr:
83
+ case gr:
84
84
  case Q:
85
85
  case pt:
86
86
  return t(i);
87
87
  default:
88
- throw new kn(i);
88
+ throw new Cn(i);
89
89
  }
90
90
  }
91
91
  }
92
- function P(e, t = qn) {
93
- return Dr(e, (r) => typeof r == "string" ? Z(t, r.split(`
92
+ function P(e, t = En) {
93
+ return Sr(e, (r) => typeof r == "string" ? Z(t, r.split(`
94
94
  `)) : r);
95
95
  }
96
- var En = () => {
97
- }, xn = En;
98
- function H(e) {
96
+ var Sn = () => {
97
+ }, yn = Sn;
98
+ function M(e) {
99
99
  return { type: it, contents: e };
100
100
  }
101
- function Tr(e, t) {
101
+ function yr(e, t) {
102
102
  return { type: st, contents: t, n: e };
103
103
  }
104
104
  function k(e, t = {}) {
105
- return xn(t.expandedStates), { type: ut, id: t.id, contents: e, break: !!t.shouldBreak, expandedStates: t.expandedStates };
105
+ return yn(t.expandedStates), { type: ut, id: t.id, contents: e, break: !!t.shouldBreak, expandedStates: t.expandedStates };
106
106
  }
107
- function Dn(e) {
108
- return Tr(Number.NEGATIVE_INFINITY, e);
107
+ function bn(e) {
108
+ return yr(Number.NEGATIVE_INFINITY, e);
109
109
  }
110
- function Tn(e) {
111
- return Tr({ type: "root" }, e);
110
+ function _n(e) {
111
+ return yr({ type: "root" }, e);
112
112
  }
113
- function Br(e) {
113
+ function br(e) {
114
114
  return { type: ot, parts: e };
115
115
  }
116
116
  function xe(e, t = "", r = {}) {
117
117
  return { type: lt, breakContents: e, flatContents: t, groupId: r.groupId };
118
118
  }
119
- function Bn(e, t) {
119
+ function wn(e, t) {
120
120
  return { type: ct, contents: e, groupId: t.groupId, negate: t.negate };
121
121
  }
122
- var me = { type: pt }, Ln = { type: Q, hard: !0 }, Fn = { type: Q, hard: !0, literal: !0 }, _ = { type: Q }, D = { type: Q, soft: !0 }, y = [Ln, me], qn = [Fn, me];
122
+ var me = { type: pt }, An = { type: Q, hard: !0 }, kn = { type: Q, hard: !0, literal: !0 }, _ = { type: Q }, D = { type: Q, soft: !0 }, S = [An, me], En = [kn, me];
123
123
  function Z(e, t) {
124
124
  let r = [];
125
125
  for (let n = 0; n < t.length; n++)
126
126
  n !== 0 && r.push(e), r.push(t[n]);
127
127
  return r;
128
128
  }
129
- var Se = "'", Dt = '"';
130
- function Nn(e, t) {
131
- let r = t === !0 || t === Se ? Se : Dt, n = r === Se ? Dt : Se, a = 0, i = 0;
129
+ var ye = "'", xt = '"';
130
+ function xn(e, t) {
131
+ let r = t === !0 || t === ye ? ye : xt, n = r === ye ? xt : ye, a = 0, i = 0;
132
132
  for (let s of e)
133
133
  s === r ? a++ : s === n && i++;
134
134
  return a > i ? n : r;
135
135
  }
136
- var In = Nn;
137
- function Pn(e) {
136
+ var Dn = xn;
137
+ function Tn(e) {
138
138
  if (typeof e != "string")
139
139
  throw new TypeError("Expected a string");
140
140
  return e.replace(/[|\\{}()[\]^$+*?.]/g, "\\$&").replace(/-/g, "\\x2d");
141
141
  }
142
- var N, Mn = class {
142
+ var N, Bn = class {
143
143
  constructor(e) {
144
- vr(this, N), Cn(this, N, new Set(e));
144
+ or(this, N), pn(this, N, new Set(e));
145
145
  }
146
146
  getLeadingWhitespaceCount(e) {
147
147
  let t = F(this, N), r = 0;
@@ -181,7 +181,7 @@ var N, Mn = class {
181
181
  return this.trimEnd(this.trimStart(e));
182
182
  }
183
183
  split(e, t = !1) {
184
- let r = `[${Pn([...F(this, N)].join(""))}]+`, n = new RegExp(t ? `(${r})` : r, "u");
184
+ let r = `[${Tn([...F(this, N)].join(""))}]+`, n = new RegExp(t ? `(${r})` : r, "u");
185
185
  return e.split(n);
186
186
  }
187
187
  hasWhitespaceCharacter(e) {
@@ -198,44 +198,44 @@ var N, Mn = class {
198
198
  }
199
199
  };
200
200
  N = /* @__PURE__ */ new WeakMap();
201
- var Hn = Mn, Rn = [" ", `
202
- `, "\f", "\r", " "], Un = new Hn(Rn), R = Un, Vn = class extends Error {
201
+ var Ln = Bn, Fn = [" ", `
202
+ `, "\f", "\r", " "], qn = new Ln(Fn), R = qn, Nn = class extends Error {
203
203
  constructor(t, r, n = "type") {
204
204
  super(`Unexpected ${r} node ${n}: ${JSON.stringify(t[n])}.`);
205
205
  We(this, "name", "UnexpectedNodeError");
206
206
  this.node = t;
207
207
  }
208
- }, On = Vn;
209
- function Wn(e) {
208
+ }, In = Nn;
209
+ function Pn(e) {
210
210
  return (e == null ? void 0 : e.type) === "front-matter";
211
211
  }
212
- var Ne = Wn, $n = /* @__PURE__ */ new Set(["sourceSpan", "startSourceSpan", "endSourceSpan", "nameSpan", "valueSpan", "keySpan", "tagDefinition", "tokens", "valueTokens", "switchValueSourceSpan", "expSourceSpan", "valueSourceSpan"]), zn = /* @__PURE__ */ new Set(["if", "else if", "for", "switch", "case"]);
213
- function Lr(e, t) {
212
+ var Ne = Pn, Hn = /* @__PURE__ */ new Set(["sourceSpan", "startSourceSpan", "endSourceSpan", "nameSpan", "valueSpan", "keySpan", "tagDefinition", "tokens", "valueTokens", "switchValueSourceSpan", "expSourceSpan", "valueSourceSpan"]), Mn = /* @__PURE__ */ new Set(["if", "else if", "for", "switch", "case"]);
213
+ function _r(e, t) {
214
214
  var r;
215
215
  if (e.type === "text" || e.type === "comment" || Ne(e) || e.type === "yaml" || e.type === "toml")
216
216
  return null;
217
217
  if (e.type === "attribute" && delete t.value, e.type === "docType" && delete t.value, e.type === "angularControlFlowBlock" && (r = e.parameters) != null && r.children)
218
218
  for (let n of t.parameters.children)
219
- zn.has(e.name) ? delete n.expression : n.expression = n.expression.trim();
219
+ Mn.has(e.name) ? delete n.expression : n.expression = n.expression.trim();
220
220
  e.type === "angularIcuExpression" && (t.switchValue = e.switchValue.trim()), e.type === "angularLetDeclarationInitializer" && delete t.value;
221
221
  }
222
- Lr.ignoredProperties = $n;
223
- var jn = Lr;
224
- async function Gn(e, t) {
222
+ _r.ignoredProperties = Hn;
223
+ var Rn = _r;
224
+ async function Un(e, t) {
225
225
  if (e.language === "yaml") {
226
226
  let r = e.value.trim(), n = r ? await t(r, { parser: "yaml" }) : "";
227
- return Tn([e.startDelimiter, e.explicitLanguage, y, n, n ? y : "", e.endDelimiter]);
227
+ return _n([e.startDelimiter, e.explicitLanguage, S, n, n ? S : "", e.endDelimiter]);
228
228
  }
229
229
  }
230
- var Kn = Gn;
230
+ var Vn = Un;
231
231
  function Ie(e, t = !0) {
232
- return [H([D, e]), t ? D : ""];
232
+ return [M([D, e]), t ? D : ""];
233
233
  }
234
234
  function ee(e, t) {
235
235
  let r = e.type === "NGRoot" ? e.node.type === "NGMicrosyntax" && e.node.body.length === 1 && e.node.body[0].type === "NGMicrosyntaxExpression" ? e.node.body[0].expression : e.node : e.type === "JsExpressionRoot" ? e.node : e;
236
236
  return r && (r.type === "ObjectExpression" || r.type === "ArrayExpression" || (t.parser === "__vue_expression" || t.parser === "__vue_ts_expression") && (r.type === "TemplateLiteral" || r.type === "StringLiteral"));
237
237
  }
238
- async function M(e, t, r, n) {
238
+ async function H(e, t, r, n) {
239
239
  r = { __isInHtmlAttribute: !0, __embeddedInHtml: !0, ...r };
240
240
  let a = !0;
241
241
  n && (r.__onHtmlBindingRoot = (s, u) => {
@@ -244,136 +244,100 @@ async function M(e, t, r, n) {
244
244
  let i = await t(e, r, t);
245
245
  return a ? k(i) : Ie(i);
246
246
  }
247
- function Xn(e, t, r, n) {
247
+ function On(e, t, r, n) {
248
248
  let { node: a } = r, i = n.originalText.slice(a.sourceSpan.start.offset, a.sourceSpan.end.offset);
249
- return /^\s*$/u.test(i) ? "" : M(i, e, { parser: "__ng_directive", __isInHtmlAttribute: !1 }, ee);
250
- }
251
- var Jn = Xn, Yn = (e, t) => {
252
- if (!(e && t == null))
253
- return t.toReversed || !Array.isArray(t) ? t.toReversed() : [...t].reverse();
254
- }, Qn = Yn;
255
- function Zn(e) {
256
- return Array.isArray(e) && e.length > 0;
257
- }
258
- var ht = Zn, Tt, Bt, Lt, Ft, qt, ea = ((Tt = globalThis.Deno) == null ? void 0 : Tt.build.os) === "windows" || ((Lt = (Bt = globalThis.navigator) == null ? void 0 : Bt.platform) == null ? void 0 : Lt.startsWith("Win")) || ((qt = (Ft = globalThis.process) == null ? void 0 : Ft.platform) == null ? void 0 : qt.startsWith("win")) || !1;
259
- function Fr(e) {
260
- if (e = e instanceof URL ? e : new URL(e), e.protocol !== "file:")
261
- throw new TypeError(`URL must be a file URL: received "${e.protocol}"`);
262
- return e;
263
- }
264
- function ta(e) {
265
- return e = Fr(e), decodeURIComponent(e.pathname.replace(/%(?![0-9A-Fa-f]{2})/g, "%25"));
266
- }
267
- function ra(e) {
268
- e = Fr(e);
269
- let t = decodeURIComponent(e.pathname.replace(/\//g, "\\").replace(/%(?![0-9A-Fa-f]{2})/g, "%25")).replace(/^\\*([A-Za-z]:)(\\|$)/, "$1\\");
270
- return e.hostname !== "" && (t = `\\\\${e.hostname}${t}`), t;
249
+ return /^\s*$/u.test(i) ? "" : H(i, e, { parser: "__ng_directive", __isInHtmlAttribute: !1 }, ee);
271
250
  }
272
- function na(e) {
273
- return ea ? ra(e) : ta(e);
274
- }
275
- var aa = na, ia = (e) => String(e).split(/[/\\]/u).pop();
276
- function Nt(e, t) {
251
+ var Wn = On, zn = (e) => String(e).split(/[/\\]/u).pop();
252
+ function Dt(e, t) {
277
253
  if (!t)
278
254
  return;
279
- let r = ia(t).toLowerCase();
255
+ let r = zn(t).toLowerCase();
280
256
  return e.find(({ filenames: n }) => n == null ? void 0 : n.some((a) => a.toLowerCase() === r)) ?? e.find(({ extensions: n }) => n == null ? void 0 : n.some((a) => r.endsWith(a)));
281
257
  }
282
- function sa(e, t) {
258
+ function $n(e, t) {
283
259
  if (t)
284
260
  return e.find(({ name: r }) => r.toLowerCase() === t) ?? e.find(({ aliases: r }) => r == null ? void 0 : r.includes(t)) ?? e.find(({ extensions: r }) => r == null ? void 0 : r.includes(`.${t}`));
285
261
  }
286
- function It(e, t) {
287
- if (t) {
288
- if (String(t).startsWith("file:"))
289
- try {
290
- t = aa(t);
291
- } catch {
292
- return;
293
- }
294
- if (typeof t == "string")
295
- return e.find(({ isSupported: r }) => r == null ? void 0 : r({ filepath: t }));
296
- }
297
- }
298
- function ua(e, t) {
299
- let r = Qn(!1, e.plugins).flatMap((a) => a.languages ?? []), n = sa(r, t.language) ?? Nt(r, t.physicalFile) ?? Nt(r, t.file) ?? It(r, t.physicalFile) ?? It(r, t.file) ?? (t.physicalFile, void 0);
262
+ function jn(e, t) {
263
+ let r = e.plugins.flatMap((a) => a.languages ?? []), n = $n(r, t.language) ?? Dt(r, t.physicalFile) ?? Dt(r, t.file) ?? (t.physicalFile, void 0);
300
264
  return n == null ? void 0 : n.parsers[0];
301
265
  }
302
- var Pe = ua, oa = "inline", Pt = { area: "none", base: "none", basefont: "none", datalist: "none", head: "none", link: "none", meta: "none", noembed: "none", noframes: "none", param: "block", rp: "none", script: "block", style: "none", template: "inline", title: "none", html: "block", body: "block", address: "block", blockquote: "block", center: "block", dialog: "block", div: "block", figure: "block", figcaption: "block", footer: "block", form: "block", header: "block", hr: "block", legend: "block", listing: "block", main: "block", p: "block", plaintext: "block", pre: "block", search: "block", xmp: "block", slot: "contents", ruby: "ruby", rt: "ruby-text", article: "block", aside: "block", h1: "block", h2: "block", h3: "block", h4: "block", h5: "block", h6: "block", hgroup: "block", nav: "block", section: "block", dir: "block", dd: "block", dl: "block", dt: "block", menu: "block", ol: "block", ul: "block", li: "list-item", table: "table", caption: "table-caption", colgroup: "table-column-group", col: "table-column", thead: "table-header-group", tbody: "table-row-group", tfoot: "table-footer-group", tr: "table-row", td: "table-cell", th: "table-cell", input: "inline-block", button: "inline-block", fieldset: "block", details: "block", summary: "block", marquee: "inline-block", source: "block", track: "block", meter: "inline-block", progress: "inline-block", object: "inline-block", video: "inline-block", audio: "inline-block", select: "inline-block", option: "block", optgroup: "block" }, la = "normal", Mt = { listing: "pre", plaintext: "pre", pre: "pre", xmp: "pre", nobr: "nowrap", table: "initial", textarea: "pre-wrap" };
303
- function ca(e) {
266
+ var Pe = jn, Gn = "inline", Kn = { area: "none", base: "none", basefont: "none", datalist: "none", head: "none", link: "none", meta: "none", noembed: "none", noframes: "none", param: "block", rp: "none", script: "block", style: "none", template: "inline", title: "none", html: "block", body: "block", address: "block", blockquote: "block", center: "block", dialog: "block", div: "block", figure: "block", figcaption: "block", footer: "block", form: "block", header: "block", hr: "block", legend: "block", listing: "block", main: "block", p: "block", plaintext: "block", pre: "block", search: "block", xmp: "block", slot: "contents", ruby: "ruby", rt: "ruby-text", article: "block", aside: "block", h1: "block", h2: "block", h3: "block", h4: "block", h5: "block", h6: "block", hgroup: "block", nav: "block", section: "block", dir: "block", dd: "block", dl: "block", dt: "block", menu: "block", ol: "block", ul: "block", li: "list-item", table: "table", caption: "table-caption", colgroup: "table-column-group", col: "table-column", thead: "table-header-group", tbody: "table-row-group", tfoot: "table-footer-group", tr: "table-row", td: "table-cell", th: "table-cell", input: "inline-block", button: "inline-block", fieldset: "block", details: "block", summary: "block", marquee: "inline-block", source: "block", track: "block", meter: "inline-block", progress: "inline-block", object: "inline-block", video: "inline-block", audio: "inline-block", select: "inline-block", option: "block", optgroup: "block" }, Xn = "normal", Yn = { listing: "pre", plaintext: "pre", pre: "pre", xmp: "pre", nobr: "nowrap", table: "initial", textarea: "pre-wrap" };
267
+ function Jn(e) {
304
268
  return e.type === "element" && !e.hasExplicitNamespace && !["html", "svg"].includes(e.namespace);
305
269
  }
306
- var pe = ca, pa = (e) => L(!1, e, /^[\t\f\r ]*\n/gu, ""), qr = (e) => pa(R.trimEnd(e)), ha = (e) => {
270
+ var pe = Jn, Qn = (e) => L(!1, e, /^[\t\f\r ]*\n/gu, ""), wr = (e) => Qn(R.trimEnd(e)), Zn = (e) => {
307
271
  let t = e, r = R.getLeadingWhitespace(t);
308
272
  r && (t = t.slice(r.length));
309
273
  let n = R.getTrailingWhitespace(t);
310
274
  return n && (t = t.slice(0, -n.length)), { leadingWhitespace: r, trailingWhitespace: n, text: t };
311
275
  };
312
- function Nr(e, t) {
313
- return !!(e.type === "ieConditionalComment" && e.lastChild && !e.lastChild.isSelfClosing && !e.lastChild.endSourceSpan || e.type === "ieConditionalComment" && !e.complete || Y(e) && e.children.some((r) => r.type !== "text" && r.type !== "interpolation") || mt(e, t) && !U(e, t) && e.type !== "interpolation");
276
+ function Ar(e, t) {
277
+ return !!(e.type === "ieConditionalComment" && e.lastChild && !e.lastChild.isSelfClosing && !e.lastChild.endSourceSpan || e.type === "ieConditionalComment" && !e.complete || J(e) && e.children.some((r) => r.type !== "text" && r.type !== "interpolation") || dt(e, t) && !U(e) && e.type !== "interpolation");
314
278
  }
315
- function Me(e) {
316
- return e.type === "attribute" || !e.parent || !e.prev ? !1 : da(e.prev);
279
+ function He(e) {
280
+ return e.type === "attribute" || !e.parent || !e.prev ? !1 : ea(e.prev);
317
281
  }
318
- function da(e) {
282
+ function ea(e) {
319
283
  return e.type === "comment" && e.value.trim() === "prettier-ignore";
320
284
  }
321
285
  function q(e) {
322
286
  return e.type === "text" || e.type === "comment";
323
287
  }
324
- function U(e, t) {
325
- return e.type === "element" && (e.fullName === "script" || e.fullName === "style" || e.fullName === "svg:style" || e.fullName === "svg:script" || e.fullName === "mj-style" && t.parser === "mjml" || pe(e) && (e.name === "script" || e.name === "style"));
288
+ function U(e) {
289
+ return e.type === "element" && (e.fullName === "script" || e.fullName === "style" || e.fullName === "svg:style" || e.fullName === "svg:script" || pe(e) && (e.name === "script" || e.name === "style"));
326
290
  }
327
- function ma(e, t) {
328
- return e.children && !U(e, t);
291
+ function ta(e) {
292
+ return e.children && !U(e);
329
293
  }
330
- function ga(e, t) {
331
- return U(e, t) || e.type === "interpolation" || Ir(e);
294
+ function ra(e) {
295
+ return U(e) || e.type === "interpolation" || kr(e);
332
296
  }
333
- function Ir(e) {
334
- return Or(e).startsWith("pre");
297
+ function kr(e) {
298
+ return Fr(e).startsWith("pre");
335
299
  }
336
- function fa(e, t) {
300
+ function na(e, t) {
337
301
  var r, n;
338
302
  let a = i();
339
303
  if (a && !e.prev && (n = (r = e.parent) == null ? void 0 : r.tagDefinition) != null && n.ignoreFirstLf)
340
304
  return e.type === "interpolation";
341
305
  return a;
342
306
  function i() {
343
- return Ne(e) || e.type === "angularControlFlowBlock" ? !1 : (e.type === "text" || e.type === "interpolation") && e.prev && (e.prev.type === "text" || e.prev.type === "interpolation") ? !0 : !e.parent || e.parent.cssDisplay === "none" ? !1 : Y(e.parent) ? !0 : !(!e.prev && (e.parent.type === "root" || Y(e) && e.parent || U(e.parent, t) || He(e.parent, t) || !ka(e.parent.cssDisplay)) || e.prev && !Da(e.prev.cssDisplay));
307
+ return Ne(e) || e.type === "angularControlFlowBlock" ? !1 : (e.type === "text" || e.type === "interpolation") && e.prev && (e.prev.type === "text" || e.prev.type === "interpolation") ? !0 : !e.parent || e.parent.cssDisplay === "none" ? !1 : J(e.parent) ? !0 : !(!e.prev && (e.parent.type === "root" || J(e) && e.parent || U(e.parent) || Me(e.parent, t) || !ha(e.parent.cssDisplay)) || e.prev && !ga(e.prev.cssDisplay));
344
308
  }
345
309
  }
346
- function va(e, t) {
347
- return Ne(e) || e.type === "angularControlFlowBlock" ? !1 : (e.type === "text" || e.type === "interpolation") && e.next && (e.next.type === "text" || e.next.type === "interpolation") ? !0 : !e.parent || e.parent.cssDisplay === "none" ? !1 : Y(e.parent) ? !0 : !(!e.next && (e.parent.type === "root" || Y(e) && e.parent || U(e.parent, t) || He(e.parent, t) || !Ea(e.parent.cssDisplay)) || e.next && !xa(e.next.cssDisplay));
310
+ function aa(e, t) {
311
+ return Ne(e) || e.type === "angularControlFlowBlock" ? !1 : (e.type === "text" || e.type === "interpolation") && e.next && (e.next.type === "text" || e.next.type === "interpolation") ? !0 : !e.parent || e.parent.cssDisplay === "none" ? !1 : J(e.parent) ? !0 : !(!e.next && (e.parent.type === "root" || J(e) && e.parent || U(e.parent) || Me(e.parent, t) || !da(e.parent.cssDisplay)) || e.next && !ma(e.next.cssDisplay));
348
312
  }
349
- function Ca(e, t) {
350
- return Ta(e.cssDisplay) && !U(e, t);
313
+ function ia(e) {
314
+ return fa(e.cssDisplay) && !U(e);
351
315
  }
352
316
  function be(e) {
353
317
  return Ne(e) || e.next && e.sourceSpan.end && e.sourceSpan.end.line + 1 < e.next.sourceSpan.start.line;
354
318
  }
355
- function ya(e) {
356
- return Pr(e) || e.type === "element" && e.children.length > 0 && (["body", "script", "style"].includes(e.name) || e.children.some((t) => ba(t))) || e.firstChild && e.firstChild === e.lastChild && e.firstChild.type !== "text" && Hr(e.firstChild) && (!e.lastChild.isTrailingSpaceSensitive || Rr(e.lastChild));
319
+ function sa(e) {
320
+ return Er(e) || e.type === "element" && e.children.length > 0 && (["body", "script", "style"].includes(e.name) || e.children.some((t) => oa(t))) || e.firstChild && e.firstChild === e.lastChild && e.firstChild.type !== "text" && Dr(e.firstChild) && (!e.lastChild.isTrailingSpaceSensitive || Tr(e.lastChild));
357
321
  }
358
- function Pr(e) {
322
+ function Er(e) {
359
323
  return e.type === "element" && e.children.length > 0 && (["html", "head", "ul", "ol", "select"].includes(e.name) || e.cssDisplay.startsWith("table") && e.cssDisplay !== "table-cell");
360
324
  }
361
- function $e(e) {
362
- return Ur(e) || e.prev && Sa(e.prev) || Mr(e);
325
+ function ze(e) {
326
+ return Br(e) || e.prev && ua(e.prev) || xr(e);
363
327
  }
364
- function Sa(e) {
365
- return Ur(e) || e.type === "element" && e.fullName === "br" || Mr(e);
328
+ function ua(e) {
329
+ return Br(e) || e.type === "element" && e.fullName === "br" || xr(e);
366
330
  }
367
- function Mr(e) {
368
- return Hr(e) && Rr(e);
331
+ function xr(e) {
332
+ return Dr(e) && Tr(e);
369
333
  }
370
- function Hr(e) {
334
+ function Dr(e) {
371
335
  return e.hasLeadingSpaces && (e.prev ? e.prev.sourceSpan.end.line < e.sourceSpan.start.line : e.parent.type === "root" || e.parent.startSourceSpan.end.line < e.sourceSpan.start.line);
372
336
  }
373
- function Rr(e) {
337
+ function Tr(e) {
374
338
  return e.hasTrailingSpaces && (e.next ? e.next.sourceSpan.start.line > e.sourceSpan.end.line : e.parent.type === "root" || e.parent.endSourceSpan && e.parent.endSourceSpan.start.line > e.sourceSpan.end.line);
375
339
  }
376
- function Ur(e) {
340
+ function Br(e) {
377
341
  switch (e.type) {
378
342
  case "ieConditionalComment":
379
343
  case "comment":
@@ -384,20 +348,19 @@ function Ur(e) {
384
348
  }
385
349
  return !1;
386
350
  }
387
- function dt(e) {
388
- return e.lastChild ? dt(e.lastChild) : e;
351
+ function ht(e) {
352
+ return e.lastChild ? ht(e.lastChild) : e;
389
353
  }
390
- function ba(e) {
354
+ function oa(e) {
391
355
  var t;
392
356
  return (t = e.children) == null ? void 0 : t.some((r) => r.type !== "text");
393
357
  }
394
- function Vr(e) {
358
+ function Lr(e) {
395
359
  if (e)
396
360
  switch (e) {
397
361
  case "module":
398
362
  case "text/javascript":
399
363
  case "text/babel":
400
- case "text/jsx":
401
364
  case "application/javascript":
402
365
  return "babel";
403
366
  case "application/x-typescript":
@@ -413,55 +376,53 @@ function Vr(e) {
413
376
  return "json";
414
377
  }
415
378
  }
416
- function _a(e, t) {
379
+ function la(e, t) {
417
380
  let { name: r, attrMap: n } = e;
418
381
  if (r !== "script" || Object.prototype.hasOwnProperty.call(n, "src"))
419
382
  return;
420
383
  let { type: a, lang: i } = e.attrMap;
421
- return !i && !a ? "babel" : Pe(t, { language: i }) ?? Vr(a);
384
+ return !i && !a ? "babel" : Pe(t, { language: i }) ?? Lr(a);
422
385
  }
423
- function wa(e, t) {
424
- if (!mt(e, t))
386
+ function ca(e, t) {
387
+ if (!dt(e, t))
425
388
  return;
426
389
  let { attrMap: r } = e;
427
390
  if (Object.prototype.hasOwnProperty.call(r, "src"))
428
391
  return;
429
392
  let { type: n, lang: a } = r;
430
- return Pe(t, { language: a }) ?? Vr(n);
393
+ return Pe(t, { language: a }) ?? Lr(n);
431
394
  }
432
- function Aa(e, t) {
433
- if (e.name === "style") {
434
- let { lang: r } = e.attrMap;
435
- return r ? Pe(t, { language: r }) : "css";
436
- }
437
- if (e.name === "mj-style" && t.parser === "mjml")
438
- return "css";
395
+ function pa(e, t) {
396
+ if (e.name !== "style")
397
+ return;
398
+ let { lang: r } = e.attrMap;
399
+ return r ? Pe(t, { language: r }) : "css";
439
400
  }
440
- function Ht(e, t) {
441
- return _a(e, t) ?? Aa(e, t) ?? wa(e, t);
401
+ function Tt(e, t) {
402
+ return la(e, t) ?? pa(e, t) ?? ca(e, t);
442
403
  }
443
404
  function ge(e) {
444
405
  return e === "block" || e === "list-item" || e.startsWith("table");
445
406
  }
446
- function ka(e) {
407
+ function ha(e) {
447
408
  return !ge(e) && e !== "inline-block";
448
409
  }
449
- function Ea(e) {
410
+ function da(e) {
450
411
  return !ge(e) && e !== "inline-block";
451
412
  }
452
- function xa(e) {
413
+ function ma(e) {
453
414
  return !ge(e);
454
415
  }
455
- function Da(e) {
416
+ function ga(e) {
456
417
  return !ge(e);
457
418
  }
458
- function Ta(e) {
419
+ function fa(e) {
459
420
  return !ge(e) && e !== "inline-block";
460
421
  }
461
- function Y(e) {
462
- return Or(e).startsWith("pre");
422
+ function J(e) {
423
+ return Fr(e).startsWith("pre");
463
424
  }
464
- function Ba(e, t) {
425
+ function va(e, t) {
465
426
  let r = e;
466
427
  for (; r; ) {
467
428
  if (t(r))
@@ -470,7 +431,7 @@ function Ba(e, t) {
470
431
  }
471
432
  return !1;
472
433
  }
473
- function La(e, t) {
434
+ function Ca(e, t) {
474
435
  var r;
475
436
  if (te(e, t))
476
437
  return "block";
@@ -481,7 +442,7 @@ function La(e, t) {
481
442
  }
482
443
  let n = !1;
483
444
  if (e.type === "element" && e.namespace === "svg")
484
- if (Ba(e, (a) => a.fullName === "svg:foreignObject"))
445
+ if (va(e, (a) => a.fullName === "svg:foreignObject"))
485
446
  n = !0;
486
447
  else
487
448
  return e.name === "svg" ? "inline-block" : "block";
@@ -491,15 +452,13 @@ function La(e, t) {
491
452
  case "ignore":
492
453
  return "block";
493
454
  default:
494
- if (e.type === "element" && (!e.namespace || n || pe(e)) && Object.prototype.hasOwnProperty.call(Pt, e.name))
495
- return Pt[e.name];
455
+ return e.type === "element" && (!e.namespace || n || pe(e)) && Kn[e.name] || Gn;
496
456
  }
497
- return oa;
498
457
  }
499
- function Or(e) {
500
- return e.type === "element" && (!e.namespace || pe(e)) && Object.prototype.hasOwnProperty.call(Mt, e.name) ? Mt[e.name] : la;
458
+ function Fr(e) {
459
+ return e.type === "element" && (!e.namespace || pe(e)) && Yn[e.name] || Xn;
501
460
  }
502
- function Fa(e) {
461
+ function Sa(e) {
503
462
  let t = Number.POSITIVE_INFINITY;
504
463
  for (let r of e.split(`
505
464
  `)) {
@@ -512,118 +471,118 @@ function Fa(e) {
512
471
  }
513
472
  return t === Number.POSITIVE_INFINITY ? 0 : t;
514
473
  }
515
- function Wr(e, t = Fa(e)) {
474
+ function qr(e, t = Sa(e)) {
516
475
  return t === 0 ? e : e.split(`
517
476
  `).map((r) => r.slice(t)).join(`
518
477
  `);
519
478
  }
520
- function $r(e) {
479
+ function Nr(e) {
521
480
  return L(!1, L(!1, e, "&apos;", "'"), "&quot;", '"');
522
481
  }
523
482
  function O(e) {
524
- return $r(e.value);
483
+ return Nr(e.value);
525
484
  }
526
- var qa = /* @__PURE__ */ new Set(["template", "style", "script"]);
527
- function He(e, t) {
528
- return te(e, t) && !qa.has(e.fullName);
485
+ var ya = /* @__PURE__ */ new Set(["template", "style", "script"]);
486
+ function Me(e, t) {
487
+ return te(e, t) && !ya.has(e.fullName);
529
488
  }
530
489
  function te(e, t) {
531
490
  return t.parser === "vue" && e.type === "element" && e.parent.type === "root" && e.fullName.toLowerCase() !== "html";
532
491
  }
533
- function mt(e, t) {
534
- return te(e, t) && (He(e, t) || e.attrMap.lang && e.attrMap.lang !== "html");
492
+ function dt(e, t) {
493
+ return te(e, t) && (Me(e, t) || e.attrMap.lang && e.attrMap.lang !== "html");
535
494
  }
536
- function Na(e) {
495
+ function ba(e) {
537
496
  let t = e.fullName;
538
497
  return t.charAt(0) === "#" || t === "slot-scope" || t === "v-slot" || t.startsWith("v-slot:");
539
498
  }
540
- function Ia(e, t) {
499
+ function _a(e, t) {
541
500
  let r = e.parent;
542
501
  if (!te(r, t))
543
502
  return !1;
544
503
  let n = r.fullName, a = e.fullName;
545
504
  return n === "script" && a === "setup" || n === "style" && a === "vars";
546
505
  }
547
- function zr(e, t = e.value) {
548
- return e.parent.isWhitespaceSensitive ? e.parent.isIndentationSensitive ? P(t) : P(Wr(qr(t)), y) : Z(_, R.split(t));
506
+ function Ir(e, t = e.value) {
507
+ return e.parent.isWhitespaceSensitive ? e.parent.isIndentationSensitive ? P(t) : P(qr(wr(t)), S) : Z(_, R.split(t));
549
508
  }
550
- function jr(e, t) {
509
+ function Pr(e, t) {
551
510
  return te(e, t) && e.name === "script";
552
511
  }
553
- var Gr = /\{\{(.+?)\}\}/su;
554
- async function Pa(e, t) {
512
+ var Hr = /\{\{(.+?)\}\}/su;
513
+ async function wa(e, t) {
555
514
  let r = [];
556
- for (let [n, a] of e.split(Gr).entries())
515
+ for (let [n, a] of e.split(Hr).entries())
557
516
  if (n % 2 === 0)
558
517
  r.push(P(a));
559
518
  else
560
519
  try {
561
- r.push(k(["{{", H([_, await M(a, t, { parser: "__ng_interpolation", __isInHtmlInterpolation: !0 })]), _, "}}"]));
520
+ r.push(k(["{{", M([_, await H(a, t, { parser: "__ng_interpolation", __isInHtmlInterpolation: !0 })]), _, "}}"]));
562
521
  } catch {
563
522
  r.push("{{", P(a), "}}");
564
523
  }
565
524
  return r;
566
525
  }
567
- function gt({ parser: e }) {
568
- return (t, r, n) => M(O(n.node), t, { parser: e }, ee);
526
+ function mt({ parser: e }) {
527
+ return (t, r, n) => H(O(n.node), t, { parser: e }, ee);
569
528
  }
570
- var Ma = gt({ parser: "__ng_action" }), Ha = gt({ parser: "__ng_binding" }), Ra = gt({ parser: "__ng_directive" });
571
- function Ua(e, t) {
529
+ var Aa = mt({ parser: "__ng_action" }), ka = mt({ parser: "__ng_binding" }), Ea = mt({ parser: "__ng_directive" });
530
+ function xa(e, t) {
572
531
  if (t.parser !== "angular")
573
532
  return;
574
533
  let { node: r } = e, n = r.fullName;
575
534
  if (n.startsWith("(") && n.endsWith(")") || n.startsWith("on-"))
576
- return Ma;
535
+ return Aa;
577
536
  if (n.startsWith("[") && n.endsWith("]") || /^bind(?:on)?-/u.test(n) || /^ng-(?:if|show|hide|class|style)$/u.test(n))
578
- return Ha;
537
+ return ka;
579
538
  if (n.startsWith("*"))
580
- return Ra;
539
+ return Ea;
581
540
  let a = O(r);
582
541
  if (/^i18n(?:-.+)?$/u.test(n))
583
- return () => Ie(Br(zr(r, a.trim())), !a.includes("@@"));
584
- if (Gr.test(a))
585
- return (i) => Pa(a, i);
542
+ return () => Ie(br(Ir(r, a.trim())), !a.includes("@@"));
543
+ if (Hr.test(a))
544
+ return (i) => wa(a, i);
586
545
  }
587
- var Va = Ua;
588
- function Oa(e, t) {
546
+ var Da = xa;
547
+ function Ta(e, t) {
589
548
  let { node: r } = e, n = O(r);
590
549
  if (r.fullName === "class" && !t.parentParser && !n.includes("{{"))
591
550
  return () => n.trim().split(/\s+/u).join(" ");
592
551
  }
593
- var Wa = Oa;
594
- function Rt(e) {
552
+ var Ba = Ta;
553
+ function Bt(e) {
595
554
  return e === " " || e === `
596
555
  ` || e === "\f" || e === "\r" || e === " ";
597
556
  }
598
- var $a = /^[ \t\n\r\u000c]+/, za = /^[, \t\n\r\u000c]+/, ja = /^[^ \t\n\r\u000c]+/, Ga = /[,]+$/, Ut = /^\d+$/, Ka = /^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/;
599
- function Xa(e) {
557
+ var La = /^[ \t\n\r\u000c]+/, Fa = /^[, \t\n\r\u000c]+/, qa = /^[^ \t\n\r\u000c]+/, Na = /[,]+$/, Lt = /^\d+$/, Ia = /^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/;
558
+ function Pa(e) {
600
559
  let t = e.length, r, n, a, i, s, u = 0, o;
601
- function p(g) {
602
- let C, w = g.exec(e.substring(u));
560
+ function p(m) {
561
+ let C, w = m.exec(e.substring(u));
603
562
  if (w)
604
563
  return [C] = w, u += C.length, C;
605
564
  }
606
565
  let l = [];
607
566
  for (; ; ) {
608
- if (p(za), u >= t) {
567
+ if (p(Fa), u >= t) {
609
568
  if (l.length === 0)
610
569
  throw new Error("Must contain one or more image candidate strings.");
611
570
  return l;
612
571
  }
613
- o = u, r = p(ja), n = [], r.slice(-1) === "," ? (r = r.replace(Ga, ""), d()) : v();
572
+ o = u, r = p(qa), n = [], r.slice(-1) === "," ? (r = r.replace(Na, ""), v()) : f();
614
573
  }
615
- function v() {
616
- for (p($a), a = "", i = "in descriptor"; ; ) {
574
+ function f() {
575
+ for (p(La), a = "", i = "in descriptor"; ; ) {
617
576
  if (s = e.charAt(u), i === "in descriptor")
618
- if (Rt(s))
577
+ if (Bt(s))
619
578
  a && (n.push(a), a = "", i = "after descriptor");
620
579
  else if (s === ",") {
621
- u += 1, a && n.push(a), d();
580
+ u += 1, a && n.push(a), v();
622
581
  return;
623
582
  } else if (s === "(")
624
583
  a += s, i = "in parens";
625
584
  else if (s === "") {
626
- a && n.push(a), d();
585
+ a && n.push(a), v();
627
586
  return;
628
587
  } else
629
588
  a += s;
@@ -631,76 +590,76 @@ function Xa(e) {
631
590
  if (s === ")")
632
591
  a += s, i = "in descriptor";
633
592
  else if (s === "") {
634
- n.push(a), d();
593
+ n.push(a), v();
635
594
  return;
636
595
  } else
637
596
  a += s;
638
- else if (i === "after descriptor" && !Rt(s))
597
+ else if (i === "after descriptor" && !Bt(s))
639
598
  if (s === "") {
640
- d();
599
+ v();
641
600
  return;
642
601
  } else
643
602
  i = "in descriptor", u -= 1;
644
603
  u += 1;
645
604
  }
646
605
  }
647
- function d() {
648
- let g = !1, C, w, E, x, c = {}, f, A, S, T, G;
606
+ function v() {
607
+ let m = !1, C, w, E, x, c = {}, g, A, y, T, G;
649
608
  for (x = 0; x < n.length; x++)
650
- f = n[x], A = f[f.length - 1], S = f.substring(0, f.length - 1), T = parseInt(S, 10), G = parseFloat(S), Ut.test(S) && A === "w" ? ((C || w) && (g = !0), T === 0 ? g = !0 : C = T) : Ka.test(S) && A === "x" ? ((C || w || E) && (g = !0), G < 0 ? g = !0 : w = G) : Ut.test(S) && A === "h" ? ((E || w) && (g = !0), T === 0 ? g = !0 : E = T) : g = !0;
651
- if (!g)
609
+ g = n[x], A = g[g.length - 1], y = g.substring(0, g.length - 1), T = parseInt(y, 10), G = parseFloat(y), Lt.test(y) && A === "w" ? ((C || w) && (m = !0), T === 0 ? m = !0 : C = T) : Ia.test(y) && A === "x" ? ((C || w || E) && (m = !0), G < 0 ? m = !0 : w = G) : Lt.test(y) && A === "h" ? ((E || w) && (m = !0), T === 0 ? m = !0 : E = T) : m = !0;
610
+ if (!m)
652
611
  c.source = { value: r, startOffset: o }, C && (c.width = { value: C }), w && (c.density = { value: w }), E && (c.height = { value: E }), l.push(c);
653
612
  else
654
- throw new Error(`Invalid srcset descriptor found in "${e}" at "${f}".`);
613
+ throw new Error(`Invalid srcset descriptor found in "${e}" at "${g}".`);
655
614
  }
656
615
  }
657
- var Ja = Xa;
658
- function Ya(e) {
616
+ var Ha = Pa;
617
+ function Ma(e) {
659
618
  if (e.node.fullName === "srcset" && (e.parent.fullName === "img" || e.parent.fullName === "source"))
660
- return () => Za(O(e.node));
619
+ return () => Ua(O(e.node));
661
620
  }
662
- var Kr = { width: "w", height: "h", density: "x" }, Qa = Object.keys(Kr);
663
- function Za(e) {
664
- let t = Ja(e), r = Qa.filter((l) => t.some((v) => Object.prototype.hasOwnProperty.call(v, l)));
621
+ var Mr = { width: "w", height: "h", density: "x" }, Ra = Object.keys(Mr);
622
+ function Ua(e) {
623
+ let t = Ha(e), r = Ra.filter((l) => t.some((f) => Object.prototype.hasOwnProperty.call(f, l)));
665
624
  if (r.length > 1)
666
625
  throw new Error("Mixed descriptor in srcset is not supported");
667
- let [n] = r, a = Kr[n], i = t.map((l) => l.source.value), s = Math.max(...i.map((l) => l.length)), u = t.map((l) => l[n] ? String(l[n].value) : ""), o = u.map((l) => {
668
- let v = l.indexOf(".");
669
- return v === -1 ? l.length : v;
626
+ let [n] = r, a = Mr[n], i = t.map((l) => l.source.value), s = Math.max(...i.map((l) => l.length)), u = t.map((l) => l[n] ? String(l[n].value) : ""), o = u.map((l) => {
627
+ let f = l.indexOf(".");
628
+ return f === -1 ? l.length : f;
670
629
  }), p = Math.max(...o);
671
- return Ie(Z([",", _], i.map((l, v) => {
672
- let d = [l], g = u[v];
673
- if (g) {
674
- let C = s - l.length + 1, w = p - o[v], E = " ".repeat(C + w);
675
- d.push(xe(E, " "), g + a);
630
+ return Ie(Z([",", _], i.map((l, f) => {
631
+ let v = [l], m = u[f];
632
+ if (m) {
633
+ let C = s - l.length + 1, w = p - o[f], E = " ".repeat(C + w);
634
+ v.push(xe(E, " "), m + a);
676
635
  }
677
- return d;
636
+ return v;
678
637
  })));
679
638
  }
680
- var ei = Ya;
681
- function ti(e, t) {
639
+ var Va = Ma;
640
+ function Oa(e, t) {
682
641
  let { node: r } = e, n = O(e.node).trim();
683
642
  if (r.fullName === "style" && !t.parentParser && !n.includes("{{"))
684
643
  return async (a) => Ie(await a(n, { parser: "css", __isHTMLStyleAttribute: !0 }));
685
644
  }
686
- var ze = /* @__PURE__ */ new WeakMap();
687
- function ri(e, t) {
645
+ var $e = /* @__PURE__ */ new WeakMap();
646
+ function Wa(e, t) {
688
647
  let { root: r } = e;
689
- return ze.has(r) || ze.set(r, r.children.some((n) => jr(n, t) && ["ts", "typescript"].includes(n.attrMap.lang))), ze.get(r);
648
+ return $e.has(r) || $e.set(r, r.children.some((n) => Pr(n, t) && ["ts", "typescript"].includes(n.attrMap.lang))), $e.get(r);
690
649
  }
691
- var ft = ri;
692
- function ni(e, t, r) {
650
+ var gt = Wa;
651
+ function za(e, t, r) {
693
652
  let { node: n } = r, a = O(n);
694
- return M(`type T<${a}> = any`, e, { parser: "babel-ts", __isEmbeddedTypescriptGenericParameters: !0 }, ee);
653
+ return H(`type T<${a}> = any`, e, { parser: "babel-ts", __isEmbeddedTypescriptGenericParameters: !0 }, ee);
695
654
  }
696
- function ai(e, t, { parseWithTs: r }) {
697
- return M(`function _(${e}) {}`, t, { parser: r ? "babel-ts" : "babel", __isVueBindings: !0 });
655
+ function $a(e, t, { parseWithTs: r }) {
656
+ return H(`function _(${e}) {}`, t, { parser: r ? "babel-ts" : "babel", __isVueBindings: !0 });
698
657
  }
699
- async function ii(e, t, r, n) {
700
- let a = O(r.node), { left: i, operator: s, right: u } = si(a), o = ft(r, n);
701
- return [k(await M(`function _(${i}) {}`, e, { parser: o ? "babel-ts" : "babel", __isVueForBindingLeft: !0 })), " ", s, " ", await M(u, e, { parser: o ? "__ts_expression" : "__js_expression" })];
658
+ async function ja(e, t, r, n) {
659
+ let a = O(r.node), { left: i, operator: s, right: u } = Ga(a), o = gt(r, n);
660
+ return [k(await H(`function _(${i}) {}`, e, { parser: o ? "babel-ts" : "babel", __isVueForBindingLeft: !0 })), " ", s, " ", await H(u, e, { parser: o ? "__ts_expression" : "__js_expression" })];
702
661
  }
703
- function si(e) {
662
+ function Ga(e) {
704
663
  let t = /(.*?)\s+(in|of)\s+(.*)/su, r = /,([^,\]}]*)(?:,([^,\]}]*))?$/u, n = /^\(|\)$/gu, a = e.match(t);
705
664
  if (!a)
706
665
  return;
@@ -713,85 +672,89 @@ function si(e) {
713
672
  if (!o.some((p, l) => !p && (l === 0 || o.slice(l + 1).some(Boolean))))
714
673
  return { left: o.filter(Boolean).join(","), operator: a[2], right: i.for };
715
674
  }
716
- function ui(e, t) {
675
+ function Ka(e, t) {
717
676
  if (t.parser !== "vue")
718
677
  return;
719
678
  let { node: r } = e, n = r.fullName;
720
679
  if (n === "v-for")
721
- return ii;
722
- if (n === "generic" && jr(r.parent, t))
723
- return ni;
724
- let a = O(r), i = ft(e, t);
725
- if (Na(r) || Ia(r, t))
726
- return (s) => ai(a, s, { parseWithTs: i });
680
+ return ja;
681
+ if (n === "generic" && Pr(r.parent, t))
682
+ return za;
683
+ let a = O(r), i = gt(e, t);
684
+ if (ba(r) || _a(r, t))
685
+ return (s) => $a(a, s, { parseWithTs: i });
727
686
  if (n.startsWith("@") || n.startsWith("v-on:"))
728
- return (s) => oi(a, s, { parseWithTs: i });
687
+ return (s) => Xa(a, s, { parseWithTs: i });
729
688
  if (n.startsWith(":") || n.startsWith(".") || n.startsWith("v-bind:"))
730
- return (s) => li(a, s, { parseWithTs: i });
689
+ return (s) => Ya(a, s, { parseWithTs: i });
731
690
  if (n.startsWith("v-"))
732
- return (s) => Xr(a, s, { parseWithTs: i });
691
+ return (s) => Rr(a, s, { parseWithTs: i });
733
692
  }
734
- async function oi(e, t, { parseWithTs: r }) {
693
+ async function Xa(e, t, { parseWithTs: r }) {
735
694
  var n;
736
695
  try {
737
- return await Xr(e, t, { parseWithTs: r });
696
+ return await Rr(e, t, { parseWithTs: r });
738
697
  } catch (a) {
739
698
  if (((n = a.cause) == null ? void 0 : n.code) !== "BABEL_PARSER_SYNTAX_ERROR")
740
699
  throw a;
741
700
  }
742
- return M(e, t, { parser: r ? "__vue_ts_event_binding" : "__vue_event_binding" }, ee);
701
+ return H(e, t, { parser: r ? "__vue_ts_event_binding" : "__vue_event_binding" }, ee);
743
702
  }
744
- function li(e, t, { parseWithTs: r }) {
745
- return M(e, t, { parser: r ? "__vue_ts_expression" : "__vue_expression" }, ee);
703
+ function Ya(e, t, { parseWithTs: r }) {
704
+ return H(e, t, { parser: r ? "__vue_ts_expression" : "__vue_expression" }, ee);
746
705
  }
747
- function Xr(e, t, { parseWithTs: r }) {
748
- return M(e, t, { parser: r ? "__ts_expression" : "__js_expression" }, ee);
706
+ function Rr(e, t, { parseWithTs: r }) {
707
+ return H(e, t, { parser: r ? "__ts_expression" : "__js_expression" }, ee);
749
708
  }
750
- var ci = ui;
751
- function pi(e, t) {
709
+ var Ja = Ka;
710
+ function Qa(e, t) {
752
711
  let { node: r } = e;
753
712
  if (r.value) {
754
713
  if (/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/u.test(t.originalText.slice(r.valueSpan.start.offset, r.valueSpan.end.offset)) || t.parser === "lwc" && r.value.startsWith("{") && r.value.endsWith("}"))
755
714
  return [r.rawName, "=", r.value];
756
- for (let n of [ei, ti, Wa, ci, Va]) {
715
+ for (let n of [Va, Oa, Ba, Ja, Da]) {
757
716
  let a = n(e, t);
758
717
  if (a)
759
- return hi(a);
718
+ return Za(a);
760
719
  }
761
720
  }
762
721
  }
763
- function hi(e) {
722
+ function Za(e) {
764
723
  return async (t, r, n, a) => {
765
724
  let i = await e(t, r, n, a);
766
725
  if (i)
767
- return i = Dr(i, (s) => typeof s == "string" ? L(!1, s, '"', "&quot;") : s), [n.node.rawName, '="', k(i), '"'];
726
+ return i = Sr(i, (s) => typeof s == "string" ? L(!1, s, '"', "&quot;") : s), [n.node.rawName, '="', k(i), '"'];
768
727
  };
769
728
  }
770
- var di = pi, mi = new Proxy(() => {
771
- }, { get: () => mi });
729
+ var ei = Qa, Ur = new Proxy(() => {
730
+ }, { get: () => Ur }), Vr = Ur;
731
+ function ti(e) {
732
+ return Array.isArray(e) && e.length > 0;
733
+ }
734
+ var ft = ti;
772
735
  function fe(e) {
773
736
  return e.sourceSpan.start.offset;
774
737
  }
775
- function Re(e) {
738
+ function ve(e) {
776
739
  return e.sourceSpan.end.offset;
777
740
  }
778
- function Ye(e, t) {
779
- return [e.isSelfClosing ? "" : gi(e, t), oe(e, t)];
741
+ function Je(e, t) {
742
+ return [e.isSelfClosing ? "" : ri(e, t), oe(e, t)];
780
743
  }
781
- function gi(e, t) {
782
- return e.lastChild && he(e.lastChild) ? "" : [fi(e, t), vt(e, t)];
744
+ function ri(e, t) {
745
+ return e.lastChild && he(e.lastChild) ? "" : [ni(e, t), vt(e, t)];
783
746
  }
784
747
  function oe(e, t) {
785
- return (e.next ? z(e.next) : Ce(e.parent)) ? "" : [ve(e, t), $(e, t)];
748
+ return (e.next ? $(e.next) : Se(e.parent)) ? "" : [Ce(e, t), z(e, t)];
786
749
  }
787
- function fi(e, t) {
788
- return Ce(e) ? ve(e.lastChild, t) : "";
750
+ function ni(e, t) {
751
+ return Se(e) ? Ce(e.lastChild, t) : "";
789
752
  }
790
- function $(e, t) {
791
- return he(e) ? vt(e.parent, t) : Ue(e) ? Ct(e.next, t) : "";
753
+ function z(e, t) {
754
+ return he(e) ? vt(e.parent, t) : Re(e) ? Ct(e.next, t) : "";
792
755
  }
793
756
  function vt(e, t) {
794
- if (Jr(e, t))
757
+ if (Vr.ok(!e.isSelfClosing), Or(e, t))
795
758
  return "";
796
759
  switch (e.type) {
797
760
  case "ieConditionalComment":
@@ -803,8 +766,8 @@ function vt(e, t) {
803
766
  return `</${e.rawName}`;
804
767
  }
805
768
  }
806
- function ve(e, t) {
807
- if (Jr(e, t))
769
+ function Ce(e, t) {
770
+ if (Or(e, t))
808
771
  return "";
809
772
  switch (e.type) {
810
773
  case "ieConditionalComment":
@@ -823,51 +786,51 @@ function ve(e, t) {
823
786
  return ">";
824
787
  }
825
788
  }
826
- function Jr(e, t) {
827
- return !e.isSelfClosing && !e.endSourceSpan && (Me(e) || Nr(e.parent, t));
789
+ function Or(e, t) {
790
+ return !e.isSelfClosing && !e.endSourceSpan && (He(e) || Ar(e.parent, t));
828
791
  }
829
- function z(e) {
792
+ function $(e) {
830
793
  return e.prev && e.prev.type !== "docType" && e.type !== "angularControlFlowBlock" && !q(e.prev) && e.isLeadingSpaceSensitive && !e.hasLeadingSpaces;
831
794
  }
832
- function Ce(e) {
795
+ function Se(e) {
833
796
  var t;
834
- return ((t = e.lastChild) == null ? void 0 : t.isTrailingSpaceSensitive) && !e.lastChild.hasTrailingSpaces && !q(dt(e.lastChild)) && !Y(e);
797
+ return ((t = e.lastChild) == null ? void 0 : t.isTrailingSpaceSensitive) && !e.lastChild.hasTrailingSpaces && !q(ht(e.lastChild)) && !J(e);
835
798
  }
836
799
  function he(e) {
837
- return !e.next && !e.hasTrailingSpaces && e.isTrailingSpaceSensitive && q(dt(e));
800
+ return !e.next && !e.hasTrailingSpaces && e.isTrailingSpaceSensitive && q(ht(e));
838
801
  }
839
- function Ue(e) {
802
+ function Re(e) {
840
803
  return e.next && !q(e.next) && q(e) && e.isTrailingSpaceSensitive && !e.hasTrailingSpaces;
841
804
  }
842
- function vi(e) {
805
+ function ai(e) {
843
806
  let t = e.trim().match(/^prettier-ignore-attribute(?:\s+(.+))?$/su);
844
807
  return t ? t[1] ? t[1].split(/\s+/u) : !0 : !1;
845
808
  }
846
- function Ve(e) {
809
+ function Ue(e) {
847
810
  return !e.prev && e.isLeadingSpaceSensitive && !e.hasLeadingSpaces;
848
811
  }
849
- function Ci(e, t, r) {
812
+ function ii(e, t, r) {
850
813
  var n;
851
814
  let { node: a } = e;
852
- if (!ht(a.attrs))
815
+ if (!ft(a.attrs))
853
816
  return a.isSelfClosing ? " " : "";
854
- let i = ((n = a.prev) == null ? void 0 : n.type) === "comment" && vi(a.prev.value), s = typeof i == "boolean" ? () => i : Array.isArray(i) ? (v) => i.includes(v.rawName) : () => !1, u = e.map(({ node: v }) => s(v) ? P(t.originalText.slice(fe(v), Re(v))) : r(), "attrs"), o = a.type === "element" && a.fullName === "script" && a.attrs.length === 1 && a.attrs[0].fullName === "src" && a.children.length === 0, p = t.singleAttributePerLine && a.attrs.length > 1 && !te(a, t) ? y : _, l = [H([o ? " " : _, Z(p, u)])];
855
- return a.firstChild && Ve(a.firstChild) || a.isSelfClosing && Ce(a.parent) || o ? l.push(a.isSelfClosing ? " " : "") : l.push(t.bracketSameLine ? a.isSelfClosing ? " " : "" : a.isSelfClosing ? _ : D), l;
817
+ let i = ((n = a.prev) == null ? void 0 : n.type) === "comment" && ai(a.prev.value), s = typeof i == "boolean" ? () => i : Array.isArray(i) ? (f) => i.includes(f.rawName) : () => !1, u = e.map(({ node: f }) => s(f) ? P(t.originalText.slice(fe(f), ve(f))) : r(), "attrs"), o = a.type === "element" && a.fullName === "script" && a.attrs.length === 1 && a.attrs[0].fullName === "src" && a.children.length === 0, p = t.singleAttributePerLine && a.attrs.length > 1 && !te(a, t) ? S : _, l = [M([o ? " " : _, Z(p, u)])];
818
+ return a.firstChild && Ue(a.firstChild) || a.isSelfClosing && Se(a.parent) || o ? l.push(a.isSelfClosing ? " " : "") : l.push(t.bracketSameLine ? a.isSelfClosing ? " " : "" : a.isSelfClosing ? _ : D), l;
856
819
  }
857
- function yi(e) {
858
- return e.firstChild && Ve(e.firstChild) ? "" : yt(e);
820
+ function si(e) {
821
+ return e.firstChild && Ue(e.firstChild) ? "" : St(e);
859
822
  }
860
823
  function Qe(e, t, r) {
861
824
  let { node: n } = e;
862
- return [le(n, t), Ci(e, t, r), n.isSelfClosing ? "" : yi(n)];
825
+ return [le(n, t), ii(e, t, r), n.isSelfClosing ? "" : si(n)];
863
826
  }
864
827
  function le(e, t) {
865
- return e.prev && Ue(e.prev) ? "" : [j(e, t), Ct(e, t)];
828
+ return e.prev && Re(e.prev) ? "" : [j(e, t), Ct(e, t)];
866
829
  }
867
830
  function j(e, t) {
868
- return Ve(e) ? yt(e.parent) : z(e) ? ve(e.prev, t) : "";
831
+ return Ue(e) ? St(e.parent) : $(e) ? Ce(e.prev, t) : "";
869
832
  }
870
- var Vt = "<!doctype";
833
+ var Ft = "<!doctype";
871
834
  function Ct(e, t) {
872
835
  switch (e.type) {
873
836
  case "ieConditionalComment":
@@ -879,12 +842,11 @@ function Ct(e, t) {
879
842
  return "{{";
880
843
  case "docType": {
881
844
  if (e.value === "html") {
882
- let { filepath: n } = t;
883
- if (n && /\.html?$/u.test(n))
884
- return Vt;
845
+ let r = t.filepath ?? "";
846
+ if (/\.html?$/u.test(r))
847
+ return Ft;
885
848
  }
886
- let r = fe(e);
887
- return t.originalText.slice(r, r + Vt.length);
849
+ return t.originalText.slice(fe(e), ve(e)).slice(0, Ft.length);
888
850
  }
889
851
  case "angularIcuExpression":
890
852
  return "{";
@@ -895,8 +857,8 @@ function Ct(e, t) {
895
857
  return `<${e.rawName}`;
896
858
  }
897
859
  }
898
- function yt(e) {
899
- switch (e.type) {
860
+ function St(e) {
861
+ switch (Vr.ok(!e.isSelfClosing), e.type) {
900
862
  case "ieConditionalComment":
901
863
  return "]>";
902
864
  case "element":
@@ -906,58 +868,58 @@ function yt(e) {
906
868
  return ">";
907
869
  }
908
870
  }
909
- function Si(e, t) {
871
+ function ui(e, t) {
910
872
  if (!e.endSourceSpan)
911
873
  return "";
912
874
  let r = e.startSourceSpan.end.offset;
913
- e.firstChild && Ve(e.firstChild) && (r -= yt(e).length);
875
+ e.firstChild && Ue(e.firstChild) && (r -= St(e).length);
914
876
  let n = e.endSourceSpan.start.offset;
915
- return e.lastChild && he(e.lastChild) ? n += vt(e, t).length : Ce(e) && (n -= ve(e.lastChild, t).length), t.originalText.slice(r, n);
877
+ return e.lastChild && he(e.lastChild) ? n += vt(e, t).length : Se(e) && (n -= Ce(e.lastChild, t).length), t.originalText.slice(r, n);
916
878
  }
917
- var Yr = Si, bi = /* @__PURE__ */ new Set(["if", "else if", "for", "switch", "case"]);
918
- function _i(e, t) {
879
+ var Wr = ui, oi = /* @__PURE__ */ new Set(["if", "else if", "for", "switch", "case"]);
880
+ function li(e, t) {
919
881
  let { node: r } = e;
920
882
  switch (r.type) {
921
883
  case "element":
922
- if (U(r, t) || r.type === "interpolation")
884
+ if (U(r) || r.type === "interpolation")
923
885
  return;
924
- if (!r.isSelfClosing && mt(r, t)) {
925
- let n = Ht(r, t);
886
+ if (!r.isSelfClosing && dt(r, t)) {
887
+ let n = Tt(r, t);
926
888
  return n ? async (a, i) => {
927
- let s = Yr(r, t), u = /^\s*$/u.test(s), o = "";
928
- return u || (o = await a(qr(s), { parser: n, __embeddedInHtml: !0 }), u = o === ""), [j(r, t), k(Qe(e, t, i)), u ? "" : y, o, u ? "" : y, Ye(r, t), $(r, t)];
889
+ let s = Wr(r, t), u = /^\s*$/u.test(s), o = "";
890
+ return u || (o = await a(wr(s), { parser: n, __embeddedInHtml: !0 }), u = o === ""), [j(r, t), k(Qe(e, t, i)), u ? "" : S, o, u ? "" : S, Je(r, t), z(r, t)];
929
891
  } : void 0;
930
892
  }
931
893
  break;
932
894
  case "text":
933
- if (U(r.parent, t)) {
934
- let n = Ht(r.parent, t);
895
+ if (U(r.parent)) {
896
+ let n = Tt(r.parent, t);
935
897
  if (n)
936
898
  return async (a) => {
937
- let i = n === "markdown" ? Wr(r.value.replace(/^[^\S\n]*\n/u, "")) : r.value, s = { parser: n, __embeddedInHtml: !0 };
899
+ let i = n === "markdown" ? qr(r.value.replace(/^[^\S\n]*\n/u, "")) : r.value, s = { parser: n, __embeddedInHtml: !0 };
938
900
  if (t.parser === "html" && n === "babel") {
939
901
  let u = "script", { attrMap: o } = r.parent;
940
- o && (o.type === "module" || (o.type === "text/babel" || o.type === "text/jsx") && o["data-type"] === "module") && (u = "module"), s.__babelSourceType = u;
902
+ o && (o.type === "module" || o.type === "text/babel" && o["data-type"] === "module") && (u = "module"), s.__babelSourceType = u;
941
903
  }
942
- return [me, j(r, t), await a(i, s), $(r, t)];
904
+ return [me, j(r, t), await a(i, s), z(r, t)];
943
905
  };
944
906
  } else if (r.parent.type === "interpolation")
945
907
  return async (n) => {
946
908
  let a = { __isInHtmlInterpolation: !0, __embeddedInHtml: !0 };
947
- return t.parser === "angular" ? a.parser = "__ng_interpolation" : t.parser === "vue" ? a.parser = ft(e, t) ? "__vue_ts_expression" : "__vue_expression" : a.parser = "__js_expression", [H([_, await n(r.value, a)]), r.parent.next && z(r.parent.next) ? " " : _];
909
+ return t.parser === "angular" ? a.parser = "__ng_interpolation" : t.parser === "vue" ? a.parser = gt(e, t) ? "__vue_ts_expression" : "__vue_expression" : a.parser = "__js_expression", [M([_, await n(r.value, a)]), r.parent.next && $(r.parent.next) ? " " : _];
948
910
  };
949
911
  break;
950
912
  case "attribute":
951
- return di(e, t);
913
+ return ei(e, t);
952
914
  case "front-matter":
953
- return (n) => Kn(r, n);
915
+ return (n) => Vn(r, n);
954
916
  case "angularControlFlowBlockParameters":
955
- return bi.has(e.parent.name) ? Jn : void 0;
917
+ return oi.has(e.parent.name) ? Wn : void 0;
956
918
  case "angularLetDeclarationInitializer":
957
- return (n) => M(r.value, n, { parser: "__ng_binding", __isInHtmlAttribute: !1 });
919
+ return (n) => H(r.value, n, { parser: "__ng_binding", __isInHtmlAttribute: !1 });
958
920
  }
959
921
  }
960
- var wi = _i, ne = null;
922
+ var ci = li, ne = null;
961
923
  function ce(e) {
962
924
  if (ne !== null && typeof ne.property) {
963
925
  let t = ne;
@@ -965,14 +927,14 @@ function ce(e) {
965
927
  }
966
928
  return ne = ce.prototype = e ?? /* @__PURE__ */ Object.create(null), new ce();
967
929
  }
968
- var Ai = 10;
969
- for (let e = 0; e <= Ai; e++)
930
+ var pi = 10;
931
+ for (let e = 0; e <= pi; e++)
970
932
  ce();
971
- function ki(e) {
933
+ function hi(e) {
972
934
  return ce(e);
973
935
  }
974
- function Ei(e, t = "type") {
975
- ki(e);
936
+ function di(e, t = "type") {
937
+ hi(e);
976
938
  function r(n) {
977
939
  let a = n[t], i = e[a];
978
940
  if (!Array.isArray(i))
@@ -981,40 +943,37 @@ function Ei(e, t = "type") {
981
943
  }
982
944
  return r;
983
945
  }
984
- var xi = Ei, Di = { "front-matter": [], root: ["children"], element: ["attrs", "children"], ieConditionalComment: ["children"], ieConditionalStartComment: [], ieConditionalEndComment: [], interpolation: ["children"], text: ["children"], docType: [], comment: [], attribute: [], cdata: [], angularControlFlowBlock: ["children", "parameters"], angularControlFlowBlockParameters: ["children"], angularControlFlowBlockParameter: [], angularLetDeclaration: ["init"], angularLetDeclarationInitializer: [], angularIcuExpression: ["cases"], angularIcuCase: ["expression"] }, Ti = Di, Bi = xi(Ti), Li = Bi, Fi = "format", qi = /^\s*<!--\s*@(?:noformat|noprettier)\s*-->/u, Ni = /^\s*<!--\s*@(?:format|prettier)\s*-->/u;
985
- function Ii(e) {
986
- return Ni.test(e);
987
- }
988
- function Pi(e) {
989
- return qi.test(e);
946
+ var mi = di, gi = { "front-matter": [], root: ["children"], element: ["attrs", "children"], ieConditionalComment: ["children"], ieConditionalStartComment: [], ieConditionalEndComment: [], interpolation: ["children"], text: ["children"], docType: [], comment: [], attribute: [], cdata: [], angularControlFlowBlock: ["children", "parameters"], angularControlFlowBlockParameters: ["children"], angularControlFlowBlockParameter: [], angularLetDeclaration: ["init"], angularLetDeclarationInitializer: [], angularIcuExpression: ["cases"], angularIcuCase: ["expression"] }, fi = gi, vi = mi(fi), Ci = vi;
947
+ function Si(e) {
948
+ return /^\s*<!--\s*@(?:format|prettier)\s*-->/u.test(e);
990
949
  }
991
- function Mi(e) {
992
- return `<!-- @${Fi} -->
950
+ function yi(e) {
951
+ return `<!-- @format -->
993
952
 
994
- ${e}`;
953
+ ` + e;
995
954
  }
996
- var Hi = /* @__PURE__ */ new Map([["if", /* @__PURE__ */ new Set(["else if", "else"])], ["else if", /* @__PURE__ */ new Set(["else if", "else"])], ["for", /* @__PURE__ */ new Set(["empty"])], ["defer", /* @__PURE__ */ new Set(["placeholder", "error", "loading"])], ["placeholder", /* @__PURE__ */ new Set(["placeholder", "error", "loading"])], ["error", /* @__PURE__ */ new Set(["placeholder", "error", "loading"])], ["loading", /* @__PURE__ */ new Set(["placeholder", "error", "loading"])]]);
997
- function Qr(e) {
998
- let t = Re(e);
999
- return e.type === "element" && !e.endSourceSpan && ht(e.children) ? Math.max(t, Qr(de(!1, e.children, -1))) : t;
955
+ var bi = /* @__PURE__ */ new Map([["if", /* @__PURE__ */ new Set(["else if", "else"])], ["else if", /* @__PURE__ */ new Set(["else if", "else"])], ["for", /* @__PURE__ */ new Set(["empty"])], ["defer", /* @__PURE__ */ new Set(["placeholder", "error", "loading"])], ["placeholder", /* @__PURE__ */ new Set(["placeholder", "error", "loading"])], ["error", /* @__PURE__ */ new Set(["placeholder", "error", "loading"])], ["loading", /* @__PURE__ */ new Set(["placeholder", "error", "loading"])]]);
956
+ function zr(e) {
957
+ let t = ve(e);
958
+ return e.type === "element" && !e.endSourceSpan && ft(e.children) ? Math.max(t, zr(de(!1, e.children, -1))) : t;
1000
959
  }
1001
960
  function ae(e, t, r) {
1002
961
  let n = e.node;
1003
- if (Me(n)) {
1004
- let a = Qr(n);
1005
- return [j(n, t), P(R.trimEnd(t.originalText.slice(fe(n) + (n.prev && Ue(n.prev) ? Ct(n).length : 0), a - (n.next && z(n.next) ? ve(n, t).length : 0)))), $(n, t)];
962
+ if (He(n)) {
963
+ let a = zr(n);
964
+ return [j(n, t), P(R.trimEnd(t.originalText.slice(fe(n) + (n.prev && Re(n.prev) ? Ct(n).length : 0), a - (n.next && $(n.next) ? Ce(n, t).length : 0)))), z(n, t)];
1006
965
  }
1007
966
  return r();
1008
967
  }
1009
968
  function _e(e, t) {
1010
- return q(e) && q(t) ? e.isTrailingSpaceSensitive ? e.hasTrailingSpaces ? $e(t) ? y : _ : "" : $e(t) ? y : D : Ue(e) && (Me(t) || t.firstChild || t.isSelfClosing || t.type === "element" && t.attrs.length > 0) || e.type === "element" && e.isSelfClosing && z(t) ? "" : !t.isLeadingSpaceSensitive || $e(t) || z(t) && e.lastChild && he(e.lastChild) && e.lastChild.lastChild && he(e.lastChild.lastChild) ? y : t.hasLeadingSpaces ? _ : D;
969
+ return q(e) && q(t) ? e.isTrailingSpaceSensitive ? e.hasTrailingSpaces ? ze(t) ? S : _ : "" : ze(t) ? S : D : Re(e) && (He(t) || t.firstChild || t.isSelfClosing || t.type === "element" && t.attrs.length > 0) || e.type === "element" && e.isSelfClosing && $(t) ? "" : !t.isLeadingSpaceSensitive || ze(t) || $(t) && e.lastChild && he(e.lastChild) && e.lastChild.lastChild && he(e.lastChild.lastChild) ? S : t.hasLeadingSpaces ? _ : D;
1011
970
  }
1012
- function St(e, t, r) {
971
+ function yt(e, t, r) {
1013
972
  let { node: n } = e;
1014
- if (Pr(n))
973
+ if (Er(n))
1015
974
  return [me, ...e.map((i) => {
1016
975
  let s = i.node, u = s.prev ? _e(s.prev, s) : "";
1017
- return [u ? [u, be(s.prev) ? y : ""] : "", ae(i, t, r)];
976
+ return [u ? [u, be(s.prev) ? S : ""] : "", ae(i, t, r)];
1018
977
  }, "children")];
1019
978
  let a = n.children.map(() => Symbol(""));
1020
979
  return e.map((i, s) => {
@@ -1023,48 +982,48 @@ function St(e, t, r) {
1023
982
  if (u.prev && q(u.prev)) {
1024
983
  let C = _e(u.prev, u);
1025
984
  if (C)
1026
- return be(u.prev) ? [y, y, ae(i, t, r)] : [C, ae(i, t, r)];
985
+ return be(u.prev) ? [S, S, ae(i, t, r)] : [C, ae(i, t, r)];
1027
986
  }
1028
987
  return ae(i, t, r);
1029
988
  }
1030
- let o = [], p = [], l = [], v = [], d = u.prev ? _e(u.prev, u) : "", g = u.next ? _e(u, u.next) : "";
1031
- return d && (be(u.prev) ? o.push(y, y) : d === y ? o.push(y) : q(u.prev) ? p.push(d) : p.push(xe("", D, { groupId: a[s - 1] }))), g && (be(u) ? q(u.next) && v.push(y, y) : g === y ? q(u.next) && v.push(y) : l.push(g)), [...o, k([...p, k([ae(i, t, r), ...l], { id: a[s] })]), ...v];
989
+ let o = [], p = [], l = [], f = [], v = u.prev ? _e(u.prev, u) : "", m = u.next ? _e(u, u.next) : "";
990
+ return v && (be(u.prev) ? o.push(S, S) : v === S ? o.push(S) : q(u.prev) ? p.push(v) : p.push(xe("", D, { groupId: a[s - 1] }))), m && (be(u) ? q(u.next) && f.push(S, S) : m === S ? q(u.next) && f.push(S) : l.push(m)), [...o, k([...p, k([ae(i, t, r), ...l], { id: a[s] })]), ...f];
1032
991
  }, "children");
1033
992
  }
1034
- function Ri(e, t, r) {
993
+ function _i(e, t, r) {
1035
994
  let { node: n } = e, a = [];
1036
- Ui(e) && a.push("} "), a.push("@", n.name), n.parameters && a.push(" (", k(r("parameters")), ")"), a.push(" {");
1037
- let i = Zr(n);
1038
- return n.children.length > 0 ? (n.firstChild.hasLeadingSpaces = !0, n.lastChild.hasTrailingSpaces = !0, a.push(H([y, St(e, t, r)])), i && a.push(y, "}")) : i && a.push("}"), k(a, { shouldBreak: !0 });
995
+ wi(e) && a.push("} "), a.push("@", n.name), n.parameters && a.push(" (", k(r("parameters")), ")"), a.push(" {");
996
+ let i = $r(n);
997
+ return n.children.length > 0 ? (n.firstChild.hasLeadingSpaces = !0, n.lastChild.hasTrailingSpaces = !0, a.push(M([S, yt(e, t, r)])), i && a.push(S, "}")) : i && a.push("}"), k(a, { shouldBreak: !0 });
1039
998
  }
1040
- function Zr(e) {
999
+ function $r(e) {
1041
1000
  var t, r;
1042
- return !(((t = e.next) == null ? void 0 : t.type) === "angularControlFlowBlock" && (r = Hi.get(e.name)) != null && r.has(e.next.name));
1001
+ return !(((t = e.next) == null ? void 0 : t.type) === "angularControlFlowBlock" && (r = bi.get(e.name)) != null && r.has(e.next.name));
1043
1002
  }
1044
- function Ui(e) {
1003
+ function wi(e) {
1045
1004
  let { previous: t } = e;
1046
- return (t == null ? void 0 : t.type) === "angularControlFlowBlock" && !Me(t) && !Zr(t);
1005
+ return (t == null ? void 0 : t.type) === "angularControlFlowBlock" && !He(t) && !$r(t);
1047
1006
  }
1048
- function Vi(e, t, r) {
1049
- return [H([D, Z([";", _], e.map(r, "children"))]), D];
1007
+ function Ai(e, t, r) {
1008
+ return [M([D, Z([";", _], e.map(r, "children"))]), D];
1050
1009
  }
1051
- function Oi(e, t, r) {
1010
+ function ki(e, t, r) {
1052
1011
  let { node: n } = e;
1053
- return [le(n, t), k([n.switchValue.trim(), ", ", n.clause, n.cases.length > 0 ? [",", H([_, Z(_, e.map(r, "cases"))])] : "", D]), oe(n, t)];
1012
+ return [le(n, t), k([n.switchValue.trim(), ", ", n.clause, n.cases.length > 0 ? [",", M([_, Z(_, e.map(r, "cases"))])] : "", D]), oe(n, t)];
1054
1013
  }
1055
- function Wi(e, t, r) {
1014
+ function Ei(e, t, r) {
1056
1015
  let { node: n } = e;
1057
- return [n.value, " {", k([H([D, e.map(({ node: a, isLast: i }) => {
1016
+ return [n.value, " {", k([M([D, e.map(({ node: a, isLast: i }) => {
1058
1017
  let s = [r()];
1059
1018
  return a.type === "text" && (a.hasLeadingSpaces && s.unshift(_), a.hasTrailingSpaces && !i && s.push(_)), s;
1060
1019
  }, "expression")]), D]), "}"];
1061
1020
  }
1062
- function $i(e, t, r) {
1021
+ function xi(e, t, r) {
1063
1022
  let { node: n } = e;
1064
- if (Nr(n, t))
1065
- return [j(n, t), k(Qe(e, t, r)), P(Yr(n, t)), ...Ye(n, t), $(n, t)];
1066
- let a = n.children.length === 1 && (n.firstChild.type === "interpolation" || n.firstChild.type === "angularIcuExpression") && n.firstChild.isLeadingSpaceSensitive && !n.firstChild.hasLeadingSpaces && n.lastChild.isTrailingSpaceSensitive && !n.lastChild.hasTrailingSpaces, i = Symbol("element-attr-group-id"), s = (l) => k([k(Qe(e, t, r), { id: i }), l, Ye(n, t)]), u = (l) => a ? Bn(l, { groupId: i }) : (U(n, t) || He(n, t)) && n.parent.type === "root" && t.parser === "vue" && !t.vueIndentScriptAndStyle ? l : H(l), o = () => a ? xe(D, "", { groupId: i }) : n.firstChild.hasLeadingSpaces && n.firstChild.isLeadingSpaceSensitive ? _ : n.firstChild.type === "text" && n.isWhitespaceSensitive && n.isIndentationSensitive ? Dn(D) : D, p = () => (n.next ? z(n.next) : Ce(n.parent)) ? n.lastChild.hasTrailingSpaces && n.lastChild.isTrailingSpaceSensitive ? " " : "" : a ? xe(D, "", { groupId: i }) : n.lastChild.hasTrailingSpaces && n.lastChild.isTrailingSpaceSensitive ? _ : (n.lastChild.type === "comment" || n.lastChild.type === "text" && n.isWhitespaceSensitive && n.isIndentationSensitive) && new RegExp(`\\n[\\t ]{${t.tabWidth * (e.ancestors.length - 1)}}$`, "u").test(n.lastChild.value) ? "" : D;
1067
- return n.children.length === 0 ? s(n.hasDanglingSpaces && n.isDanglingSpaceSensitive ? _ : "") : s([ya(n) ? me : "", u([o(), St(e, t, r)]), p()]);
1023
+ if (Ar(n, t))
1024
+ return [j(n, t), k(Qe(e, t, r)), P(Wr(n, t)), ...Je(n, t), z(n, t)];
1025
+ let a = n.children.length === 1 && (n.firstChild.type === "interpolation" || n.firstChild.type === "angularIcuExpression") && n.firstChild.isLeadingSpaceSensitive && !n.firstChild.hasLeadingSpaces && n.lastChild.isTrailingSpaceSensitive && !n.lastChild.hasTrailingSpaces, i = Symbol("element-attr-group-id"), s = (l) => k([k(Qe(e, t, r), { id: i }), l, Je(n, t)]), u = (l) => a ? wn(l, { groupId: i }) : (U(n) || Me(n, t)) && n.parent.type === "root" && t.parser === "vue" && !t.vueIndentScriptAndStyle ? l : M(l), o = () => a ? xe(D, "", { groupId: i }) : n.firstChild.hasLeadingSpaces && n.firstChild.isLeadingSpaceSensitive ? _ : n.firstChild.type === "text" && n.isWhitespaceSensitive && n.isIndentationSensitive ? bn(D) : D, p = () => (n.next ? $(n.next) : Se(n.parent)) ? n.lastChild.hasTrailingSpaces && n.lastChild.isTrailingSpaceSensitive ? " " : "" : a ? xe(D, "", { groupId: i }) : n.lastChild.hasTrailingSpaces && n.lastChild.isTrailingSpaceSensitive ? _ : (n.lastChild.type === "comment" || n.lastChild.type === "text" && n.isWhitespaceSensitive && n.isIndentationSensitive) && new RegExp(`\\n[\\t ]{${t.tabWidth * (e.ancestors.length - 1)}}$`, "u").test(n.lastChild.value) ? "" : D;
1026
+ return n.children.length === 0 ? s(n.hasDanglingSpaces && n.isDanglingSpaceSensitive ? _ : "") : s([sa(n) ? me : "", u([o(), yt(e, t, r)]), p()]);
1068
1027
  }
1069
1028
  function De(e) {
1070
1029
  return e >= 9 && e <= 32 || e == 160;
@@ -1075,23 +1034,23 @@ function bt(e) {
1075
1034
  function Te(e) {
1076
1035
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
1077
1036
  }
1078
- function zi(e) {
1037
+ function Di(e) {
1079
1038
  return e >= 97 && e <= 102 || e >= 65 && e <= 70 || bt(e);
1080
1039
  }
1081
1040
  function _t(e) {
1082
1041
  return e === 10 || e === 13;
1083
1042
  }
1084
- function Ot(e) {
1043
+ function qt(e) {
1085
1044
  return 48 <= e && e <= 55;
1086
1045
  }
1087
1046
  function je(e) {
1088
1047
  return e === 39 || e === 34 || e === 96;
1089
1048
  }
1090
- var ji = /-+([a-z0-9])/g;
1091
- function Gi(e) {
1092
- return e.replace(ji, (...t) => t[1].toUpperCase());
1049
+ var Ti = /-+([a-z0-9])/g;
1050
+ function Bi(e) {
1051
+ return e.replace(Ti, (...t) => t[1].toUpperCase());
1093
1052
  }
1094
- var Ze = class en {
1053
+ var Ze = class jr {
1095
1054
  constructor(t, r, n, a) {
1096
1055
  this.file = t, this.offset = r, this.line = n, this.col = a;
1097
1056
  }
@@ -1111,7 +1070,7 @@ var Ze = class en {
1111
1070
  let u = r.charCodeAt(a);
1112
1071
  a++, t--, u == 10 ? (i++, s = 0) : s++;
1113
1072
  }
1114
- return new en(this.file, a, i, s);
1073
+ return new jr(this.file, a, i, s);
1115
1074
  }
1116
1075
  getContext(t, r) {
1117
1076
  let n = this.file.content, a = this.offset;
@@ -1128,11 +1087,11 @@ var Ze = class en {
1128
1087
  }
1129
1088
  return null;
1130
1089
  }
1131
- }, tn = class {
1090
+ }, Gr = class {
1132
1091
  constructor(e, t) {
1133
1092
  this.content = e, this.url = t;
1134
1093
  }
1135
- }, m = class {
1094
+ }, d = class {
1136
1095
  constructor(e, t, r = e, n = null) {
1137
1096
  this.start = e, this.end = t, this.fullStart = r, this.details = n;
1138
1097
  }
@@ -1143,9 +1102,9 @@ var Ze = class en {
1143
1102
  (function(e) {
1144
1103
  e[e.WARNING = 0] = "WARNING", e[e.ERROR = 1] = "ERROR";
1145
1104
  })(Be || (Be = {}));
1146
- var rn = class {
1147
- constructor(e, t, r = Be.ERROR, n) {
1148
- this.span = e, this.msg = t, this.level = r, this.relatedError = n;
1105
+ var Kr = class {
1106
+ constructor(e, t, r = Be.ERROR) {
1107
+ this.span = e, this.msg = t, this.level = r;
1149
1108
  }
1150
1109
  contextualMessage() {
1151
1110
  let e = this.span.start.getContext(100, 3);
@@ -1155,13 +1114,13 @@ var rn = class {
1155
1114
  let e = this.span.details ? `, ${this.span.details}` : "";
1156
1115
  return `${this.contextualMessage()}: ${this.span.start}${e}`;
1157
1116
  }
1158
- }, Ki = [Ji, Yi, Zi, ts, rs, is, ns, as, ss, es];
1159
- function Xi(e, t) {
1160
- for (let r of Ki)
1117
+ }, Li = [qi, Ni, Pi, Mi, Ri, Oi, Ui, Vi, Wi, Hi];
1118
+ function Fi(e, t) {
1119
+ for (let r of Li)
1161
1120
  r(e, t);
1162
1121
  return e;
1163
1122
  }
1164
- function Ji(e) {
1123
+ function qi(e) {
1165
1124
  e.walk((t) => {
1166
1125
  if (t.type === "element" && t.tagDefinition.ignoreFirstLf && t.children.length > 0 && t.children[0].type === "text" && t.children[0].value[0] === `
1167
1126
  `) {
@@ -1170,7 +1129,7 @@ function Ji(e) {
1170
1129
  }
1171
1130
  });
1172
1131
  }
1173
- function Yi(e) {
1132
+ function Ni(e) {
1174
1133
  let t = (r) => {
1175
1134
  var n, a;
1176
1135
  return r.type === "element" && ((n = r.prev) == null ? void 0 : n.type) === "ieConditionalStartComment" && r.prev.sourceSpan.end.offset === r.startSourceSpan.start.offset && ((a = r.firstChild) == null ? void 0 : a.type) === "ieConditionalEndComment" && r.firstChild.sourceSpan.start.offset === r.startSourceSpan.end.offset;
@@ -1183,12 +1142,12 @@ function Yi(e) {
1183
1142
  continue;
1184
1143
  let i = a.prev, s = a.firstChild;
1185
1144
  r.removeChild(i), n--;
1186
- let u = new m(i.sourceSpan.start, s.sourceSpan.end), o = new m(u.start, a.sourceSpan.end);
1145
+ let u = new d(i.sourceSpan.start, s.sourceSpan.end), o = new d(u.start, a.sourceSpan.end);
1187
1146
  a.condition = i.condition, a.sourceSpan = o, a.startSourceSpan = u, a.removeChild(s);
1188
1147
  }
1189
1148
  });
1190
1149
  }
1191
- function Qi(e, t, r) {
1150
+ function Ii(e, t, r) {
1192
1151
  e.walk((n) => {
1193
1152
  if (n.children)
1194
1153
  for (let a = 0; a < n.children.length; a++) {
@@ -1197,14 +1156,14 @@ function Qi(e, t, r) {
1197
1156
  continue;
1198
1157
  i.type !== "text" && (i.type = "text", i.value = r(i));
1199
1158
  let s = i.prev;
1200
- !s || s.type !== "text" || (s.value += i.value, s.sourceSpan = new m(s.sourceSpan.start, i.sourceSpan.end), n.removeChild(i), a--);
1159
+ !s || s.type !== "text" || (s.value += i.value, s.sourceSpan = new d(s.sourceSpan.start, i.sourceSpan.end), n.removeChild(i), a--);
1201
1160
  }
1202
1161
  });
1203
1162
  }
1204
- function Zi(e) {
1205
- return Qi(e, (t) => t.type === "cdata", (t) => `<![CDATA[${t.value}]]>`);
1163
+ function Pi(e) {
1164
+ return Ii(e, (t) => t.type === "cdata", (t) => `<![CDATA[${t.value}]]>`);
1206
1165
  }
1207
- function es(e) {
1166
+ function Hi(e) {
1208
1167
  let t = (r) => {
1209
1168
  var n, a;
1210
1169
  return r.type === "element" && r.attrs.length === 0 && r.children.length === 1 && r.firstChild.type === "text" && !R.hasWhitespaceCharacter(r.children[0].value) && !r.firstChild.hasLeadingSpaces && !r.firstChild.hasTrailingSpaces && r.isLeadingSpaceSensitive && !r.hasLeadingSpaces && r.isTrailingSpaceSensitive && !r.hasTrailingSpaces && ((n = r.prev) == null ? void 0 : n.type) === "text" && ((a = r.next) == null ? void 0 : a.type) === "text";
@@ -1216,16 +1175,16 @@ function es(e) {
1216
1175
  if (!t(a))
1217
1176
  continue;
1218
1177
  let i = a.prev, s = a.next;
1219
- i.value += `<${a.rawName}>` + a.firstChild.value + `</${a.rawName}>` + s.value, i.sourceSpan = new m(i.sourceSpan.start, s.sourceSpan.end), i.isTrailingSpaceSensitive = s.isTrailingSpaceSensitive, i.hasTrailingSpaces = s.hasTrailingSpaces, r.removeChild(a), n--, r.removeChild(s);
1178
+ i.value += `<${a.rawName}>` + a.firstChild.value + `</${a.rawName}>` + s.value, i.sourceSpan = new d(i.sourceSpan.start, s.sourceSpan.end), i.isTrailingSpaceSensitive = s.isTrailingSpaceSensitive, i.hasTrailingSpaces = s.hasTrailingSpaces, r.removeChild(a), n--, r.removeChild(s);
1220
1179
  }
1221
1180
  });
1222
1181
  }
1223
- function ts(e, t) {
1182
+ function Mi(e, t) {
1224
1183
  if (t.parser === "html")
1225
1184
  return;
1226
1185
  let r = /\{\{(.+?)\}\}/su;
1227
1186
  e.walk((n) => {
1228
- if (ma(n, t))
1187
+ if (ta(n))
1229
1188
  for (let a of n.children) {
1230
1189
  if (a.type !== "text")
1231
1190
  continue;
@@ -1233,61 +1192,61 @@ function ts(e, t) {
1233
1192
  for (let o = 0; o < u.length; o++, i = s) {
1234
1193
  let p = u[o];
1235
1194
  if (o % 2 === 0) {
1236
- s = i.moveBy(p.length), p.length > 0 && n.insertChildBefore(a, { type: "text", value: p, sourceSpan: new m(i, s) });
1195
+ s = i.moveBy(p.length), p.length > 0 && n.insertChildBefore(a, { type: "text", value: p, sourceSpan: new d(i, s) });
1237
1196
  continue;
1238
1197
  }
1239
- s = i.moveBy(p.length + 4), n.insertChildBefore(a, { type: "interpolation", sourceSpan: new m(i, s), children: p.length === 0 ? [] : [{ type: "text", value: p, sourceSpan: new m(i.moveBy(2), s.moveBy(-2)) }] });
1198
+ s = i.moveBy(p.length + 4), n.insertChildBefore(a, { type: "interpolation", sourceSpan: new d(i, s), children: p.length === 0 ? [] : [{ type: "text", value: p, sourceSpan: new d(i.moveBy(2), s.moveBy(-2)) }] });
1240
1199
  }
1241
1200
  n.removeChild(a);
1242
1201
  }
1243
1202
  });
1244
1203
  }
1245
- function rs(e, t) {
1246
- e.walk((r) => {
1247
- let n = r.$children;
1248
- if (!n)
1204
+ function Ri(e) {
1205
+ e.walk((t) => {
1206
+ let r = t.$children;
1207
+ if (!r)
1249
1208
  return;
1250
- if (n.length === 0 || n.length === 1 && n[0].type === "text" && R.trim(n[0].value).length === 0) {
1251
- r.hasDanglingSpaces = n.length > 0, r.$children = [];
1209
+ if (r.length === 0 || r.length === 1 && r[0].type === "text" && R.trim(r[0].value).length === 0) {
1210
+ t.hasDanglingSpaces = r.length > 0, t.$children = [];
1252
1211
  return;
1253
1212
  }
1254
- let a = ga(r, t), i = Ir(r);
1255
- if (!a)
1256
- for (let s = 0; s < n.length; s++) {
1257
- let u = n[s];
1258
- if (u.type !== "text")
1213
+ let n = ra(t), a = kr(t);
1214
+ if (!n)
1215
+ for (let i = 0; i < r.length; i++) {
1216
+ let s = r[i];
1217
+ if (s.type !== "text")
1259
1218
  continue;
1260
- let { leadingWhitespace: o, text: p, trailingWhitespace: l } = ha(u.value), v = u.prev, d = u.next;
1261
- p ? (u.value = p, u.sourceSpan = new m(u.sourceSpan.start.moveBy(o.length), u.sourceSpan.end.moveBy(-l.length)), o && (v && (v.hasTrailingSpaces = !0), u.hasLeadingSpaces = !0), l && (u.hasTrailingSpaces = !0, d && (d.hasLeadingSpaces = !0))) : (r.removeChild(u), s--, (o || l) && (v && (v.hasTrailingSpaces = !0), d && (d.hasLeadingSpaces = !0)));
1219
+ let { leadingWhitespace: u, text: o, trailingWhitespace: p } = Zn(s.value), l = s.prev, f = s.next;
1220
+ o ? (s.value = o, s.sourceSpan = new d(s.sourceSpan.start.moveBy(u.length), s.sourceSpan.end.moveBy(-p.length)), u && (l && (l.hasTrailingSpaces = !0), s.hasLeadingSpaces = !0), p && (s.hasTrailingSpaces = !0, f && (f.hasLeadingSpaces = !0))) : (t.removeChild(s), i--, (u || p) && (l && (l.hasTrailingSpaces = !0), f && (f.hasLeadingSpaces = !0)));
1262
1221
  }
1263
- r.isWhitespaceSensitive = a, r.isIndentationSensitive = i;
1222
+ t.isWhitespaceSensitive = n, t.isIndentationSensitive = a;
1264
1223
  });
1265
1224
  }
1266
- function ns(e) {
1225
+ function Ui(e) {
1267
1226
  e.walk((t) => {
1268
1227
  t.isSelfClosing = !t.children || t.type === "element" && (t.tagDefinition.isVoid || t.endSourceSpan && t.startSourceSpan.start === t.endSourceSpan.start && t.startSourceSpan.end === t.endSourceSpan.end);
1269
1228
  });
1270
1229
  }
1271
- function as(e, t) {
1230
+ function Vi(e, t) {
1272
1231
  e.walk((r) => {
1273
1232
  r.type === "element" && (r.hasHtmComponentClosingTag = r.endSourceSpan && /^<\s*\/\s*\/\s*>$/u.test(t.originalText.slice(r.endSourceSpan.start.offset, r.endSourceSpan.end.offset)));
1274
1233
  });
1275
1234
  }
1276
- function is(e, t) {
1235
+ function Oi(e, t) {
1277
1236
  e.walk((r) => {
1278
- r.cssDisplay = La(r, t);
1237
+ r.cssDisplay = Ca(r, t);
1279
1238
  });
1280
1239
  }
1281
- function ss(e, t) {
1240
+ function Wi(e, t) {
1282
1241
  e.walk((r) => {
1283
1242
  let { children: n } = r;
1284
1243
  if (n) {
1285
1244
  if (n.length === 0) {
1286
- r.isDanglingSpaceSensitive = Ca(r, t);
1245
+ r.isDanglingSpaceSensitive = ia(r);
1287
1246
  return;
1288
1247
  }
1289
1248
  for (let a of n)
1290
- a.isLeadingSpaceSensitive = fa(a, t), a.isTrailingSpaceSensitive = va(a, t);
1249
+ a.isLeadingSpaceSensitive = na(a, t), a.isTrailingSpaceSensitive = aa(a, t);
1291
1250
  for (let a = 0; a < n.length; a++) {
1292
1251
  let i = n[a];
1293
1252
  i.isLeadingSpaceSensitive = (a === 0 || i.prev.isTrailingSpaceSensitive) && i.isLeadingSpaceSensitive, i.isTrailingSpaceSensitive = (a === n.length - 1 || i.next.isLeadingSpaceSensitive) && i.isTrailingSpaceSensitive;
@@ -1295,31 +1254,31 @@ function ss(e, t) {
1295
1254
  }
1296
1255
  });
1297
1256
  }
1298
- var us = Xi;
1299
- function os(e, t, r) {
1257
+ var zi = Fi;
1258
+ function $i(e, t, r) {
1300
1259
  let { node: n } = e;
1301
1260
  switch (n.type) {
1302
1261
  case "front-matter":
1303
1262
  return P(n.raw);
1304
1263
  case "root":
1305
- return t.__onHtmlRoot && t.__onHtmlRoot(n), [k(St(e, t, r)), y];
1264
+ return t.__onHtmlRoot && t.__onHtmlRoot(n), [k(yt(e, t, r)), S];
1306
1265
  case "element":
1307
1266
  case "ieConditionalComment":
1308
- return $i(e, t, r);
1267
+ return xi(e, t, r);
1309
1268
  case "angularControlFlowBlock":
1310
- return Ri(e, t, r);
1269
+ return _i(e, t, r);
1311
1270
  case "angularControlFlowBlockParameters":
1312
- return Vi(e, t, r);
1271
+ return Ai(e, t, r);
1313
1272
  case "angularControlFlowBlockParameter":
1314
1273
  return R.trim(n.expression);
1315
1274
  case "angularLetDeclaration":
1316
- return k(["@let ", k([n.id, " =", k(H([_, r("init")]))]), ";"]);
1275
+ return k(["@let ", k([n.id, " =", k(M([_, r("init")]))]), ";"]);
1317
1276
  case "angularLetDeclarationInitializer":
1318
1277
  return n.value;
1319
1278
  case "angularIcuExpression":
1320
- return Oi(e, t, r);
1279
+ return ki(e, t, r);
1321
1280
  case "angularIcuCase":
1322
- return Wi(e, t, r);
1281
+ return Ei(e, t, r);
1323
1282
  case "ieConditionalStartComment":
1324
1283
  case "ieConditionalEndComment":
1325
1284
  return [le(n), oe(n)];
@@ -1328,53 +1287,53 @@ function os(e, t, r) {
1328
1287
  case "text": {
1329
1288
  if (n.parent.type === "interpolation") {
1330
1289
  let u = /\n[^\S\n]*$/u, o = u.test(n.value), p = o ? n.value.replace(u, "") : n.value;
1331
- return [P(p), o ? y : ""];
1290
+ return [P(p), o ? S : ""];
1332
1291
  }
1333
- let a = j(n, t), i = zr(n), s = $(n, t);
1334
- return i[0] = [a, i[0]], i.push([i.pop(), s]), Br(i);
1292
+ let a = j(n, t), i = Ir(n), s = z(n, t);
1293
+ return i[0] = [a, i[0]], i.push([i.pop(), s]), br(i);
1335
1294
  }
1336
1295
  case "docType":
1337
1296
  return [k([le(n, t), " ", L(!1, n.value.replace(/^html\b/iu, "html"), /\s+/gu, " ")]), oe(n, t)];
1338
1297
  case "comment":
1339
- return [j(n, t), P(t.originalText.slice(fe(n), Re(n))), $(n, t)];
1298
+ return [j(n, t), P(t.originalText.slice(fe(n), ve(n))), z(n, t)];
1340
1299
  case "attribute": {
1341
1300
  if (n.value === null)
1342
1301
  return n.rawName;
1343
- let a = $r(n.value), i = In(a, '"');
1302
+ let a = Nr(n.value), i = Dn(a, '"');
1344
1303
  return [n.rawName, "=", i, P(i === '"' ? L(!1, a, '"', "&quot;") : L(!1, a, "'", "&apos;")), i];
1345
1304
  }
1346
1305
  case "cdata":
1347
1306
  default:
1348
- throw new On(n, "HTML");
1307
+ throw new In(n, "HTML");
1349
1308
  }
1350
1309
  }
1351
- var ls = { preprocess: us, print: os, insertPragma: Mi, massageAstNode: jn, embed: wi, getVisitorKeys: Li }, cs = ls, ps = [{ name: "Angular", type: "markup", extensions: [".component.html"], tmScope: "text.html.basic", aceMode: "html", aliases: ["xhtml"], codemirrorMode: "htmlmixed", codemirrorMimeType: "text/html", parsers: ["angular"], vscodeLanguageIds: ["html"], filenames: [], linguistLanguageId: 146 }, { name: "HTML", type: "markup", extensions: [".html", ".hta", ".htm", ".html.hl", ".inc", ".xht", ".xhtml"], tmScope: "text.html.basic", aceMode: "html", aliases: ["xhtml"], codemirrorMode: "htmlmixed", codemirrorMimeType: "text/html", parsers: ["html"], vscodeLanguageIds: ["html"], linguistLanguageId: 146 }, { name: "Lightning Web Components", type: "markup", extensions: [], tmScope: "text.html.basic", aceMode: "html", aliases: ["xhtml"], codemirrorMode: "htmlmixed", codemirrorMimeType: "text/html", parsers: ["lwc"], vscodeLanguageIds: ["html"], filenames: [], linguistLanguageId: 146 }, { name: "MJML", type: "markup", extensions: [".mjml"], tmScope: "text.mjml.basic", aceMode: "html", aliases: ["MJML", "mjml"], codemirrorMode: "htmlmixed", codemirrorMimeType: "text/html", parsers: ["mjml"], filenames: [], vscodeLanguageIds: ["mjml"], linguistLanguageId: 146 }, { name: "Vue", type: "markup", extensions: [".vue"], tmScope: "source.vue", aceMode: "html", parsers: ["vue"], vscodeLanguageIds: ["vue"], linguistLanguageId: 391 }], Wt = { bracketSpacing: { category: "Common", type: "boolean", default: !0, description: "Print spaces between brackets.", oppositeDescription: "Do not print spaces between brackets." }, objectWrap: { category: "Common", type: "choice", default: "preserve", description: "How to wrap object literals.", choices: [{ value: "preserve", description: "Keep as multi-line, if there is a newline between the opening brace and first property." }, { value: "collapse", description: "Fit to a single line when possible." }] }, singleQuote: { category: "Common", type: "boolean", default: !1, description: "Use single quotes instead of double quotes." }, proseWrap: { category: "Common", type: "choice", default: "preserve", description: "How to wrap prose.", choices: [{ value: "always", description: "Wrap prose if it exceeds the print width." }, { value: "never", description: "Do not wrap prose." }, { value: "preserve", description: "Wrap prose as-is." }] }, bracketSameLine: { category: "Common", type: "boolean", default: !1, description: "Put > of opening tags on the last line instead of on a new line." }, singleAttributePerLine: { category: "Common", type: "boolean", default: !1, description: "Enforce single attribute per line in HTML, Vue and JSX." } }, $t = "HTML", hs = { bracketSameLine: Wt.bracketSameLine, htmlWhitespaceSensitivity: { category: $t, type: "choice", default: "css", description: "How to handle whitespaces in HTML.", choices: [{ value: "css", description: "Respect the default value of CSS display property." }, { value: "strict", description: "Whitespaces are considered sensitive." }, { value: "ignore", description: "Whitespaces are considered insensitive." }] }, singleAttributePerLine: Wt.singleAttributePerLine, vueIndentScriptAndStyle: { category: $t, type: "boolean", default: !1, description: "Indent script and style tags in Vue files." } }, ds = hs, nn = {};
1352
- gr(nn, { angular: () => yu, html: () => fu, lwc: () => bu, mjml: () => Cu, vue: () => Su });
1353
- var zt;
1310
+ var ji = { preprocess: zi, print: $i, insertPragma: yi, massageAstNode: Rn, embed: ci, getVisitorKeys: Ci }, Gi = ji, Ki = [{ linguistLanguageId: 146, name: "Angular", type: "markup", tmScope: "text.html.basic", aceMode: "html", codemirrorMode: "htmlmixed", codemirrorMimeType: "text/html", color: "#e34c26", aliases: ["xhtml"], extensions: [".component.html"], parsers: ["angular"], vscodeLanguageIds: ["html"], filenames: [] }, { linguistLanguageId: 146, name: "HTML", type: "markup", tmScope: "text.html.basic", aceMode: "html", codemirrorMode: "htmlmixed", codemirrorMimeType: "text/html", color: "#e34c26", aliases: ["xhtml"], extensions: [".html", ".hta", ".htm", ".html.hl", ".inc", ".xht", ".xhtml", ".mjml"], parsers: ["html"], vscodeLanguageIds: ["html"] }, { linguistLanguageId: 146, name: "Lightning Web Components", type: "markup", tmScope: "text.html.basic", aceMode: "html", codemirrorMode: "htmlmixed", codemirrorMimeType: "text/html", color: "#e34c26", aliases: ["xhtml"], extensions: [], parsers: ["lwc"], vscodeLanguageIds: ["html"], filenames: [] }, { linguistLanguageId: 391, name: "Vue", type: "markup", color: "#41b883", extensions: [".vue"], tmScope: "text.html.vue", aceMode: "html", parsers: ["vue"], vscodeLanguageIds: ["vue"] }], Nt = { bracketSpacing: { category: "Common", type: "boolean", default: !0, description: "Print spaces between brackets.", oppositeDescription: "Do not print spaces between brackets." }, objectWrap: { category: "Common", type: "choice", default: "preserve", description: "How to wrap object literals.", choices: [{ value: "preserve", description: "Keep as multi-line, if there is a newline between the opening brace and first property." }, { value: "collapse", description: "Fit to a single line when possible." }] }, singleQuote: { category: "Common", type: "boolean", default: !1, description: "Use single quotes instead of double quotes." }, proseWrap: { category: "Common", type: "choice", default: "preserve", description: "How to wrap prose.", choices: [{ value: "always", description: "Wrap prose if it exceeds the print width." }, { value: "never", description: "Do not wrap prose." }, { value: "preserve", description: "Wrap prose as-is." }] }, bracketSameLine: { category: "Common", type: "boolean", default: !1, description: "Put > of opening tags on the last line instead of on a new line." }, singleAttributePerLine: { category: "Common", type: "boolean", default: !1, description: "Enforce single attribute per line in HTML, Vue and JSX." } }, It = "HTML", Xi = { bracketSameLine: Nt.bracketSameLine, htmlWhitespaceSensitivity: { category: It, type: "choice", default: "css", description: "How to handle whitespaces in HTML.", choices: [{ value: "css", description: "Respect the default value of CSS display property." }, { value: "strict", description: "Whitespaces are considered sensitive." }, { value: "ignore", description: "Whitespaces are considered insensitive." }] }, singleAttributePerLine: Nt.singleAttributePerLine, vueIndentScriptAndStyle: { category: It, type: "boolean", default: !1, description: "Indent script and style tags in Vue files." } }, Yi = Xi, Xr = {};
1311
+ sr(Xr, { angular: () => eu, html: () => Zs, lwc: () => ru, vue: () => tu });
1312
+ var Pt;
1354
1313
  (function(e) {
1355
1314
  e[e.Emulated = 0] = "Emulated", e[e.None = 2] = "None", e[e.ShadowDom = 3] = "ShadowDom";
1356
- })(zt || (zt = {}));
1357
- var jt;
1315
+ })(Pt || (Pt = {}));
1316
+ var Ht;
1358
1317
  (function(e) {
1359
1318
  e[e.OnPush = 0] = "OnPush", e[e.Default = 1] = "Default";
1360
- })(jt || (jt = {}));
1361
- var Gt;
1319
+ })(Ht || (Ht = {}));
1320
+ var Mt;
1362
1321
  (function(e) {
1363
1322
  e[e.None = 0] = "None", e[e.SignalBased = 1] = "SignalBased", e[e.HasDecoratorInputTransform = 2] = "HasDecoratorInputTransform";
1364
- })(Gt || (Gt = {}));
1365
- var Kt = { name: "custom-elements" }, Xt = { name: "no-errors-schema" }, W;
1323
+ })(Mt || (Mt = {}));
1324
+ var Rt = { name: "custom-elements" }, Ut = { name: "no-errors-schema" }, W;
1366
1325
  (function(e) {
1367
1326
  e[e.NONE = 0] = "NONE", e[e.HTML = 1] = "HTML", e[e.STYLE = 2] = "STYLE", e[e.SCRIPT = 3] = "SCRIPT", e[e.URL = 4] = "URL", e[e.RESOURCE_URL = 5] = "RESOURCE_URL";
1368
1327
  })(W || (W = {}));
1369
- var Jt;
1328
+ var Vt;
1370
1329
  (function(e) {
1371
1330
  e[e.Error = 0] = "Error", e[e.Warning = 1] = "Warning", e[e.Ignore = 2] = "Ignore";
1372
- })(Jt || (Jt = {}));
1331
+ })(Vt || (Vt = {}));
1373
1332
  var I;
1374
1333
  (function(e) {
1375
1334
  e[e.RAW_TEXT = 0] = "RAW_TEXT", e[e.ESCAPABLE_RAW_TEXT = 1] = "ESCAPABLE_RAW_TEXT", e[e.PARSABLE_DATA = 2] = "PARSABLE_DATA";
1376
1335
  })(I || (I = {}));
1377
- function Oe(e, t = !0) {
1336
+ function Ve(e, t = !0) {
1378
1337
  if (e[0] != ":")
1379
1338
  return [null, e];
1380
1339
  let r = e.indexOf(":", 1);
@@ -1385,30 +1344,30 @@ function Oe(e, t = !0) {
1385
1344
  }
1386
1345
  return [e.slice(1, r), e.slice(r + 1)];
1387
1346
  }
1388
- function Yt(e) {
1389
- return Oe(e)[1] === "ng-container";
1347
+ function Ot(e) {
1348
+ return Ve(e)[1] === "ng-container";
1390
1349
  }
1391
- function Qt(e) {
1392
- return Oe(e)[1] === "ng-content";
1350
+ function Wt(e) {
1351
+ return Ve(e)[1] === "ng-content";
1393
1352
  }
1394
1353
  function ke(e) {
1395
- return e === null ? null : Oe(e)[0];
1354
+ return e === null ? null : Ve(e)[0];
1396
1355
  }
1397
1356
  function Le(e, t) {
1398
1357
  return e ? `:${e}:${t}` : t;
1399
1358
  }
1400
1359
  var Ee;
1401
- function Zt() {
1360
+ function zt() {
1402
1361
  return Ee || (Ee = {}, we(W.HTML, ["iframe|srcdoc", "*|innerHTML", "*|outerHTML"]), we(W.STYLE, ["*|style"]), we(W.URL, ["*|formAction", "area|href", "area|ping", "audio|src", "a|href", "a|ping", "blockquote|cite", "body|background", "del|cite", "form|action", "img|src", "input|src", "ins|cite", "q|cite", "source|src", "track|src", "video|poster", "video|src"]), we(W.RESOURCE_URL, ["applet|code", "applet|codebase", "base|href", "embed|src", "frame|src", "head|profile", "html|manifest", "iframe|src", "link|href", "media|src", "object|codebase", "object|data", "script|src"])), Ee;
1403
1362
  }
1404
1363
  function we(e, t) {
1405
1364
  for (let r of t)
1406
1365
  Ee[r.toLowerCase()] = e;
1407
1366
  }
1408
- var ms = class {
1409
- }, gs = "boolean", fs = "number", vs = "string", Cs = "object", ys = ["[Element]|textContent,%ariaAtomic,%ariaAutoComplete,%ariaBusy,%ariaChecked,%ariaColCount,%ariaColIndex,%ariaColSpan,%ariaCurrent,%ariaDescription,%ariaDisabled,%ariaExpanded,%ariaHasPopup,%ariaHidden,%ariaKeyShortcuts,%ariaLabel,%ariaLevel,%ariaLive,%ariaModal,%ariaMultiLine,%ariaMultiSelectable,%ariaOrientation,%ariaPlaceholder,%ariaPosInSet,%ariaPressed,%ariaReadOnly,%ariaRelevant,%ariaRequired,%ariaRoleDescription,%ariaRowCount,%ariaRowIndex,%ariaRowSpan,%ariaSelected,%ariaSetSize,%ariaSort,%ariaValueMax,%ariaValueMin,%ariaValueNow,%ariaValueText,%classList,className,elementTiming,id,innerHTML,*beforecopy,*beforecut,*beforepaste,*fullscreenchange,*fullscreenerror,*search,*webkitfullscreenchange,*webkitfullscreenerror,outerHTML,%part,#scrollLeft,#scrollTop,slot,*message,*mozfullscreenchange,*mozfullscreenerror,*mozpointerlockchange,*mozpointerlockerror,*webglcontextcreationerror,*webglcontextlost,*webglcontextrestored", "[HTMLElement]^[Element]|accessKey,autocapitalize,!autofocus,contentEditable,dir,!draggable,enterKeyHint,!hidden,!inert,innerText,inputMode,lang,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,outerText,!spellcheck,%style,#tabIndex,title,!translate,virtualKeyboardPolicy", "abbr,address,article,aside,b,bdi,bdo,cite,content,code,dd,dfn,dt,em,figcaption,figure,footer,header,hgroup,i,kbd,main,mark,nav,noscript,rb,rp,rt,rtc,ruby,s,samp,section,small,strong,sub,sup,u,var,wbr^[HTMLElement]|accessKey,autocapitalize,!autofocus,contentEditable,dir,!draggable,enterKeyHint,!hidden,innerText,inputMode,lang,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,outerText,!spellcheck,%style,#tabIndex,title,!translate,virtualKeyboardPolicy", "media^[HTMLElement]|!autoplay,!controls,%controlsList,%crossOrigin,#currentTime,!defaultMuted,#defaultPlaybackRate,!disableRemotePlayback,!loop,!muted,*encrypted,*waitingforkey,#playbackRate,preload,!preservesPitch,src,%srcObject,#volume", ":svg:^[HTMLElement]|!autofocus,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,%style,#tabIndex", ":svg:graphics^:svg:|", ":svg:animation^:svg:|*begin,*end,*repeat", ":svg:geometry^:svg:|", ":svg:componentTransferFunction^:svg:|", ":svg:gradient^:svg:|", ":svg:textContent^:svg:graphics|", ":svg:textPositioning^:svg:textContent|", "a^[HTMLElement]|charset,coords,download,hash,host,hostname,href,hreflang,name,password,pathname,ping,port,protocol,referrerPolicy,rel,%relList,rev,search,shape,target,text,type,username", "area^[HTMLElement]|alt,coords,download,hash,host,hostname,href,!noHref,password,pathname,ping,port,protocol,referrerPolicy,rel,%relList,search,shape,target,username", "audio^media|", "br^[HTMLElement]|clear", "base^[HTMLElement]|href,target", "body^[HTMLElement]|aLink,background,bgColor,link,*afterprint,*beforeprint,*beforeunload,*blur,*error,*focus,*hashchange,*languagechange,*load,*message,*messageerror,*offline,*online,*pagehide,*pageshow,*popstate,*rejectionhandled,*resize,*scroll,*storage,*unhandledrejection,*unload,text,vLink", "button^[HTMLElement]|!disabled,formAction,formEnctype,formMethod,!formNoValidate,formTarget,name,type,value", "canvas^[HTMLElement]|#height,#width", "content^[HTMLElement]|select", "dl^[HTMLElement]|!compact", "data^[HTMLElement]|value", "datalist^[HTMLElement]|", "details^[HTMLElement]|!open", "dialog^[HTMLElement]|!open,returnValue", "dir^[HTMLElement]|!compact", "div^[HTMLElement]|align", "embed^[HTMLElement]|align,height,name,src,type,width", "fieldset^[HTMLElement]|!disabled,name", "font^[HTMLElement]|color,face,size", "form^[HTMLElement]|acceptCharset,action,autocomplete,encoding,enctype,method,name,!noValidate,target", "frame^[HTMLElement]|frameBorder,longDesc,marginHeight,marginWidth,name,!noResize,scrolling,src", "frameset^[HTMLElement]|cols,*afterprint,*beforeprint,*beforeunload,*blur,*error,*focus,*hashchange,*languagechange,*load,*message,*messageerror,*offline,*online,*pagehide,*pageshow,*popstate,*rejectionhandled,*resize,*scroll,*storage,*unhandledrejection,*unload,rows", "hr^[HTMLElement]|align,color,!noShade,size,width", "head^[HTMLElement]|", "h1,h2,h3,h4,h5,h6^[HTMLElement]|align", "html^[HTMLElement]|version", "iframe^[HTMLElement]|align,allow,!allowFullscreen,!allowPaymentRequest,csp,frameBorder,height,loading,longDesc,marginHeight,marginWidth,name,referrerPolicy,%sandbox,scrolling,src,srcdoc,width", "img^[HTMLElement]|align,alt,border,%crossOrigin,decoding,#height,#hspace,!isMap,loading,longDesc,lowsrc,name,referrerPolicy,sizes,src,srcset,useMap,#vspace,#width", "input^[HTMLElement]|accept,align,alt,autocomplete,!checked,!defaultChecked,defaultValue,dirName,!disabled,%files,formAction,formEnctype,formMethod,!formNoValidate,formTarget,#height,!incremental,!indeterminate,max,#maxLength,min,#minLength,!multiple,name,pattern,placeholder,!readOnly,!required,selectionDirection,#selectionEnd,#selectionStart,#size,src,step,type,useMap,value,%valueAsDate,#valueAsNumber,#width", "li^[HTMLElement]|type,#value", "label^[HTMLElement]|htmlFor", "legend^[HTMLElement]|align", "link^[HTMLElement]|as,charset,%crossOrigin,!disabled,href,hreflang,imageSizes,imageSrcset,integrity,media,referrerPolicy,rel,%relList,rev,%sizes,target,type", "map^[HTMLElement]|name", "marquee^[HTMLElement]|behavior,bgColor,direction,height,#hspace,#loop,#scrollAmount,#scrollDelay,!trueSpeed,#vspace,width", "menu^[HTMLElement]|!compact", "meta^[HTMLElement]|content,httpEquiv,media,name,scheme", "meter^[HTMLElement]|#high,#low,#max,#min,#optimum,#value", "ins,del^[HTMLElement]|cite,dateTime", "ol^[HTMLElement]|!compact,!reversed,#start,type", "object^[HTMLElement]|align,archive,border,code,codeBase,codeType,data,!declare,height,#hspace,name,standby,type,useMap,#vspace,width", "optgroup^[HTMLElement]|!disabled,label", "option^[HTMLElement]|!defaultSelected,!disabled,label,!selected,text,value", "output^[HTMLElement]|defaultValue,%htmlFor,name,value", "p^[HTMLElement]|align", "param^[HTMLElement]|name,type,value,valueType", "picture^[HTMLElement]|", "pre^[HTMLElement]|#width", "progress^[HTMLElement]|#max,#value", "q,blockquote,cite^[HTMLElement]|", "script^[HTMLElement]|!async,charset,%crossOrigin,!defer,event,htmlFor,integrity,!noModule,%referrerPolicy,src,text,type", "select^[HTMLElement]|autocomplete,!disabled,#length,!multiple,name,!required,#selectedIndex,#size,value", "slot^[HTMLElement]|name", "source^[HTMLElement]|#height,media,sizes,src,srcset,type,#width", "span^[HTMLElement]|", "style^[HTMLElement]|!disabled,media,type", "caption^[HTMLElement]|align", "th,td^[HTMLElement]|abbr,align,axis,bgColor,ch,chOff,#colSpan,headers,height,!noWrap,#rowSpan,scope,vAlign,width", "col,colgroup^[HTMLElement]|align,ch,chOff,#span,vAlign,width", "table^[HTMLElement]|align,bgColor,border,%caption,cellPadding,cellSpacing,frame,rules,summary,%tFoot,%tHead,width", "tr^[HTMLElement]|align,bgColor,ch,chOff,vAlign", "tfoot,thead,tbody^[HTMLElement]|align,ch,chOff,vAlign", "template^[HTMLElement]|", "textarea^[HTMLElement]|autocomplete,#cols,defaultValue,dirName,!disabled,#maxLength,#minLength,name,placeholder,!readOnly,!required,#rows,selectionDirection,#selectionEnd,#selectionStart,value,wrap", "time^[HTMLElement]|dateTime", "title^[HTMLElement]|text", "track^[HTMLElement]|!default,kind,label,src,srclang", "ul^[HTMLElement]|!compact,type", "unknown^[HTMLElement]|", "video^media|!disablePictureInPicture,#height,*enterpictureinpicture,*leavepictureinpicture,!playsInline,poster,#width", ":svg:a^:svg:graphics|", ":svg:animate^:svg:animation|", ":svg:animateMotion^:svg:animation|", ":svg:animateTransform^:svg:animation|", ":svg:circle^:svg:geometry|", ":svg:clipPath^:svg:graphics|", ":svg:defs^:svg:graphics|", ":svg:desc^:svg:|", ":svg:discard^:svg:|", ":svg:ellipse^:svg:geometry|", ":svg:feBlend^:svg:|", ":svg:feColorMatrix^:svg:|", ":svg:feComponentTransfer^:svg:|", ":svg:feComposite^:svg:|", ":svg:feConvolveMatrix^:svg:|", ":svg:feDiffuseLighting^:svg:|", ":svg:feDisplacementMap^:svg:|", ":svg:feDistantLight^:svg:|", ":svg:feDropShadow^:svg:|", ":svg:feFlood^:svg:|", ":svg:feFuncA^:svg:componentTransferFunction|", ":svg:feFuncB^:svg:componentTransferFunction|", ":svg:feFuncG^:svg:componentTransferFunction|", ":svg:feFuncR^:svg:componentTransferFunction|", ":svg:feGaussianBlur^:svg:|", ":svg:feImage^:svg:|", ":svg:feMerge^:svg:|", ":svg:feMergeNode^:svg:|", ":svg:feMorphology^:svg:|", ":svg:feOffset^:svg:|", ":svg:fePointLight^:svg:|", ":svg:feSpecularLighting^:svg:|", ":svg:feSpotLight^:svg:|", ":svg:feTile^:svg:|", ":svg:feTurbulence^:svg:|", ":svg:filter^:svg:|", ":svg:foreignObject^:svg:graphics|", ":svg:g^:svg:graphics|", ":svg:image^:svg:graphics|decoding", ":svg:line^:svg:geometry|", ":svg:linearGradient^:svg:gradient|", ":svg:mpath^:svg:|", ":svg:marker^:svg:|", ":svg:mask^:svg:|", ":svg:metadata^:svg:|", ":svg:path^:svg:geometry|", ":svg:pattern^:svg:|", ":svg:polygon^:svg:geometry|", ":svg:polyline^:svg:geometry|", ":svg:radialGradient^:svg:gradient|", ":svg:rect^:svg:geometry|", ":svg:svg^:svg:graphics|#currentScale,#zoomAndPan", ":svg:script^:svg:|type", ":svg:set^:svg:animation|", ":svg:stop^:svg:|", ":svg:style^:svg:|!disabled,media,title,type", ":svg:switch^:svg:graphics|", ":svg:symbol^:svg:|", ":svg:tspan^:svg:textPositioning|", ":svg:text^:svg:textPositioning|", ":svg:textPath^:svg:textContent|", ":svg:title^:svg:|", ":svg:use^:svg:graphics|", ":svg:view^:svg:|#zoomAndPan", "data^[HTMLElement]|value", "keygen^[HTMLElement]|!autofocus,challenge,!disabled,form,keytype,name", "menuitem^[HTMLElement]|type,label,icon,!disabled,!checked,radiogroup,!default", "summary^[HTMLElement]|", "time^[HTMLElement]|dateTime", ":svg:cursor^:svg:|", ":math:^[HTMLElement]|!autofocus,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforeinput,*beforematch,*beforetoggle,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contentvisibilityautostatechange,*contextlost,*contextmenu,*contextrestored,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*scrollend,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,%style,#tabIndex", ":math:math^:math:|", ":math:maction^:math:|", ":math:menclose^:math:|", ":math:merror^:math:|", ":math:mfenced^:math:|", ":math:mfrac^:math:|", ":math:mi^:math:|", ":math:mmultiscripts^:math:|", ":math:mn^:math:|", ":math:mo^:math:|", ":math:mover^:math:|", ":math:mpadded^:math:|", ":math:mphantom^:math:|", ":math:mroot^:math:|", ":math:mrow^:math:|", ":math:ms^:math:|", ":math:mspace^:math:|", ":math:msqrt^:math:|", ":math:mstyle^:math:|", ":math:msub^:math:|", ":math:msubsup^:math:|", ":math:msup^:math:|", ":math:mtable^:math:|", ":math:mtd^:math:|", ":math:mtext^:math:|", ":math:mtr^:math:|", ":math:munder^:math:|", ":math:munderover^:math:|", ":math:semantics^:math:|"], an = new Map(Object.entries({ class: "className", for: "htmlFor", formaction: "formAction", innerHtml: "innerHTML", readonly: "readOnly", tabindex: "tabIndex" })), Ss = Array.from(an).reduce((e, [t, r]) => (e.set(t, r), e), /* @__PURE__ */ new Map()), bs = class extends ms {
1367
+ var Ji = class {
1368
+ }, Qi = "boolean", Zi = "number", es = "string", ts = "object", rs = ["[Element]|textContent,%ariaAtomic,%ariaAutoComplete,%ariaBusy,%ariaChecked,%ariaColCount,%ariaColIndex,%ariaColSpan,%ariaCurrent,%ariaDescription,%ariaDisabled,%ariaExpanded,%ariaHasPopup,%ariaHidden,%ariaKeyShortcuts,%ariaLabel,%ariaLevel,%ariaLive,%ariaModal,%ariaMultiLine,%ariaMultiSelectable,%ariaOrientation,%ariaPlaceholder,%ariaPosInSet,%ariaPressed,%ariaReadOnly,%ariaRelevant,%ariaRequired,%ariaRoleDescription,%ariaRowCount,%ariaRowIndex,%ariaRowSpan,%ariaSelected,%ariaSetSize,%ariaSort,%ariaValueMax,%ariaValueMin,%ariaValueNow,%ariaValueText,%classList,className,elementTiming,id,innerHTML,*beforecopy,*beforecut,*beforepaste,*fullscreenchange,*fullscreenerror,*search,*webkitfullscreenchange,*webkitfullscreenerror,outerHTML,%part,#scrollLeft,#scrollTop,slot,*message,*mozfullscreenchange,*mozfullscreenerror,*mozpointerlockchange,*mozpointerlockerror,*webglcontextcreationerror,*webglcontextlost,*webglcontextrestored", "[HTMLElement]^[Element]|accessKey,autocapitalize,!autofocus,contentEditable,dir,!draggable,enterKeyHint,!hidden,!inert,innerText,inputMode,lang,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,outerText,!spellcheck,%style,#tabIndex,title,!translate,virtualKeyboardPolicy", "abbr,address,article,aside,b,bdi,bdo,cite,content,code,dd,dfn,dt,em,figcaption,figure,footer,header,hgroup,i,kbd,main,mark,nav,noscript,rb,rp,rt,rtc,ruby,s,samp,section,small,strong,sub,sup,u,var,wbr^[HTMLElement]|accessKey,autocapitalize,!autofocus,contentEditable,dir,!draggable,enterKeyHint,!hidden,innerText,inputMode,lang,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,outerText,!spellcheck,%style,#tabIndex,title,!translate,virtualKeyboardPolicy", "media^[HTMLElement]|!autoplay,!controls,%controlsList,%crossOrigin,#currentTime,!defaultMuted,#defaultPlaybackRate,!disableRemotePlayback,!loop,!muted,*encrypted,*waitingforkey,#playbackRate,preload,!preservesPitch,src,%srcObject,#volume", ":svg:^[HTMLElement]|!autofocus,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,%style,#tabIndex", ":svg:graphics^:svg:|", ":svg:animation^:svg:|*begin,*end,*repeat", ":svg:geometry^:svg:|", ":svg:componentTransferFunction^:svg:|", ":svg:gradient^:svg:|", ":svg:textContent^:svg:graphics|", ":svg:textPositioning^:svg:textContent|", "a^[HTMLElement]|charset,coords,download,hash,host,hostname,href,hreflang,name,password,pathname,ping,port,protocol,referrerPolicy,rel,%relList,rev,search,shape,target,text,type,username", "area^[HTMLElement]|alt,coords,download,hash,host,hostname,href,!noHref,password,pathname,ping,port,protocol,referrerPolicy,rel,%relList,search,shape,target,username", "audio^media|", "br^[HTMLElement]|clear", "base^[HTMLElement]|href,target", "body^[HTMLElement]|aLink,background,bgColor,link,*afterprint,*beforeprint,*beforeunload,*blur,*error,*focus,*hashchange,*languagechange,*load,*message,*messageerror,*offline,*online,*pagehide,*pageshow,*popstate,*rejectionhandled,*resize,*scroll,*storage,*unhandledrejection,*unload,text,vLink", "button^[HTMLElement]|!disabled,formAction,formEnctype,formMethod,!formNoValidate,formTarget,name,type,value", "canvas^[HTMLElement]|#height,#width", "content^[HTMLElement]|select", "dl^[HTMLElement]|!compact", "data^[HTMLElement]|value", "datalist^[HTMLElement]|", "details^[HTMLElement]|!open", "dialog^[HTMLElement]|!open,returnValue", "dir^[HTMLElement]|!compact", "div^[HTMLElement]|align", "embed^[HTMLElement]|align,height,name,src,type,width", "fieldset^[HTMLElement]|!disabled,name", "font^[HTMLElement]|color,face,size", "form^[HTMLElement]|acceptCharset,action,autocomplete,encoding,enctype,method,name,!noValidate,target", "frame^[HTMLElement]|frameBorder,longDesc,marginHeight,marginWidth,name,!noResize,scrolling,src", "frameset^[HTMLElement]|cols,*afterprint,*beforeprint,*beforeunload,*blur,*error,*focus,*hashchange,*languagechange,*load,*message,*messageerror,*offline,*online,*pagehide,*pageshow,*popstate,*rejectionhandled,*resize,*scroll,*storage,*unhandledrejection,*unload,rows", "hr^[HTMLElement]|align,color,!noShade,size,width", "head^[HTMLElement]|", "h1,h2,h3,h4,h5,h6^[HTMLElement]|align", "html^[HTMLElement]|version", "iframe^[HTMLElement]|align,allow,!allowFullscreen,!allowPaymentRequest,csp,frameBorder,height,loading,longDesc,marginHeight,marginWidth,name,referrerPolicy,%sandbox,scrolling,src,srcdoc,width", "img^[HTMLElement]|align,alt,border,%crossOrigin,decoding,#height,#hspace,!isMap,loading,longDesc,lowsrc,name,referrerPolicy,sizes,src,srcset,useMap,#vspace,#width", "input^[HTMLElement]|accept,align,alt,autocomplete,!checked,!defaultChecked,defaultValue,dirName,!disabled,%files,formAction,formEnctype,formMethod,!formNoValidate,formTarget,#height,!incremental,!indeterminate,max,#maxLength,min,#minLength,!multiple,name,pattern,placeholder,!readOnly,!required,selectionDirection,#selectionEnd,#selectionStart,#size,src,step,type,useMap,value,%valueAsDate,#valueAsNumber,#width", "li^[HTMLElement]|type,#value", "label^[HTMLElement]|htmlFor", "legend^[HTMLElement]|align", "link^[HTMLElement]|as,charset,%crossOrigin,!disabled,href,hreflang,imageSizes,imageSrcset,integrity,media,referrerPolicy,rel,%relList,rev,%sizes,target,type", "map^[HTMLElement]|name", "marquee^[HTMLElement]|behavior,bgColor,direction,height,#hspace,#loop,#scrollAmount,#scrollDelay,!trueSpeed,#vspace,width", "menu^[HTMLElement]|!compact", "meta^[HTMLElement]|content,httpEquiv,media,name,scheme", "meter^[HTMLElement]|#high,#low,#max,#min,#optimum,#value", "ins,del^[HTMLElement]|cite,dateTime", "ol^[HTMLElement]|!compact,!reversed,#start,type", "object^[HTMLElement]|align,archive,border,code,codeBase,codeType,data,!declare,height,#hspace,name,standby,type,useMap,#vspace,width", "optgroup^[HTMLElement]|!disabled,label", "option^[HTMLElement]|!defaultSelected,!disabled,label,!selected,text,value", "output^[HTMLElement]|defaultValue,%htmlFor,name,value", "p^[HTMLElement]|align", "param^[HTMLElement]|name,type,value,valueType", "picture^[HTMLElement]|", "pre^[HTMLElement]|#width", "progress^[HTMLElement]|#max,#value", "q,blockquote,cite^[HTMLElement]|", "script^[HTMLElement]|!async,charset,%crossOrigin,!defer,event,htmlFor,integrity,!noModule,%referrerPolicy,src,text,type", "select^[HTMLElement]|autocomplete,!disabled,#length,!multiple,name,!required,#selectedIndex,#size,value", "slot^[HTMLElement]|name", "source^[HTMLElement]|#height,media,sizes,src,srcset,type,#width", "span^[HTMLElement]|", "style^[HTMLElement]|!disabled,media,type", "caption^[HTMLElement]|align", "th,td^[HTMLElement]|abbr,align,axis,bgColor,ch,chOff,#colSpan,headers,height,!noWrap,#rowSpan,scope,vAlign,width", "col,colgroup^[HTMLElement]|align,ch,chOff,#span,vAlign,width", "table^[HTMLElement]|align,bgColor,border,%caption,cellPadding,cellSpacing,frame,rules,summary,%tFoot,%tHead,width", "tr^[HTMLElement]|align,bgColor,ch,chOff,vAlign", "tfoot,thead,tbody^[HTMLElement]|align,ch,chOff,vAlign", "template^[HTMLElement]|", "textarea^[HTMLElement]|autocomplete,#cols,defaultValue,dirName,!disabled,#maxLength,#minLength,name,placeholder,!readOnly,!required,#rows,selectionDirection,#selectionEnd,#selectionStart,value,wrap", "time^[HTMLElement]|dateTime", "title^[HTMLElement]|text", "track^[HTMLElement]|!default,kind,label,src,srclang", "ul^[HTMLElement]|!compact,type", "unknown^[HTMLElement]|", "video^media|!disablePictureInPicture,#height,*enterpictureinpicture,*leavepictureinpicture,!playsInline,poster,#width", ":svg:a^:svg:graphics|", ":svg:animate^:svg:animation|", ":svg:animateMotion^:svg:animation|", ":svg:animateTransform^:svg:animation|", ":svg:circle^:svg:geometry|", ":svg:clipPath^:svg:graphics|", ":svg:defs^:svg:graphics|", ":svg:desc^:svg:|", ":svg:discard^:svg:|", ":svg:ellipse^:svg:geometry|", ":svg:feBlend^:svg:|", ":svg:feColorMatrix^:svg:|", ":svg:feComponentTransfer^:svg:|", ":svg:feComposite^:svg:|", ":svg:feConvolveMatrix^:svg:|", ":svg:feDiffuseLighting^:svg:|", ":svg:feDisplacementMap^:svg:|", ":svg:feDistantLight^:svg:|", ":svg:feDropShadow^:svg:|", ":svg:feFlood^:svg:|", ":svg:feFuncA^:svg:componentTransferFunction|", ":svg:feFuncB^:svg:componentTransferFunction|", ":svg:feFuncG^:svg:componentTransferFunction|", ":svg:feFuncR^:svg:componentTransferFunction|", ":svg:feGaussianBlur^:svg:|", ":svg:feImage^:svg:|", ":svg:feMerge^:svg:|", ":svg:feMergeNode^:svg:|", ":svg:feMorphology^:svg:|", ":svg:feOffset^:svg:|", ":svg:fePointLight^:svg:|", ":svg:feSpecularLighting^:svg:|", ":svg:feSpotLight^:svg:|", ":svg:feTile^:svg:|", ":svg:feTurbulence^:svg:|", ":svg:filter^:svg:|", ":svg:foreignObject^:svg:graphics|", ":svg:g^:svg:graphics|", ":svg:image^:svg:graphics|decoding", ":svg:line^:svg:geometry|", ":svg:linearGradient^:svg:gradient|", ":svg:mpath^:svg:|", ":svg:marker^:svg:|", ":svg:mask^:svg:|", ":svg:metadata^:svg:|", ":svg:path^:svg:geometry|", ":svg:pattern^:svg:|", ":svg:polygon^:svg:geometry|", ":svg:polyline^:svg:geometry|", ":svg:radialGradient^:svg:gradient|", ":svg:rect^:svg:geometry|", ":svg:svg^:svg:graphics|#currentScale,#zoomAndPan", ":svg:script^:svg:|type", ":svg:set^:svg:animation|", ":svg:stop^:svg:|", ":svg:style^:svg:|!disabled,media,title,type", ":svg:switch^:svg:graphics|", ":svg:symbol^:svg:|", ":svg:tspan^:svg:textPositioning|", ":svg:text^:svg:textPositioning|", ":svg:textPath^:svg:textContent|", ":svg:title^:svg:|", ":svg:use^:svg:graphics|", ":svg:view^:svg:|#zoomAndPan", "data^[HTMLElement]|value", "keygen^[HTMLElement]|!autofocus,challenge,!disabled,form,keytype,name", "menuitem^[HTMLElement]|type,label,icon,!disabled,!checked,radiogroup,!default", "summary^[HTMLElement]|", "time^[HTMLElement]|dateTime", ":svg:cursor^:svg:|", ":math:^[HTMLElement]|!autofocus,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforeinput,*beforematch,*beforetoggle,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contentvisibilityautostatechange,*contextlost,*contextmenu,*contextrestored,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*scrollend,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,%style,#tabIndex", ":math:math^:math:|", ":math:maction^:math:|", ":math:menclose^:math:|", ":math:merror^:math:|", ":math:mfenced^:math:|", ":math:mfrac^:math:|", ":math:mi^:math:|", ":math:mmultiscripts^:math:|", ":math:mn^:math:|", ":math:mo^:math:|", ":math:mover^:math:|", ":math:mpadded^:math:|", ":math:mphantom^:math:|", ":math:mroot^:math:|", ":math:mrow^:math:|", ":math:ms^:math:|", ":math:mspace^:math:|", ":math:msqrt^:math:|", ":math:mstyle^:math:|", ":math:msub^:math:|", ":math:msubsup^:math:|", ":math:msup^:math:|", ":math:mtable^:math:|", ":math:mtd^:math:|", ":math:mtext^:math:|", ":math:mtr^:math:|", ":math:munder^:math:|", ":math:munderover^:math:|", ":math:semantics^:math:|"], Yr = new Map(Object.entries({ class: "className", for: "htmlFor", formaction: "formAction", innerHtml: "innerHTML", readonly: "readOnly", tabindex: "tabIndex" })), ns = Array.from(Yr).reduce((e, [t, r]) => (e.set(t, r), e), /* @__PURE__ */ new Map()), as = class extends Ji {
1410
1369
  constructor() {
1411
- super(), this._schema = /* @__PURE__ */ new Map(), this._eventSchema = /* @__PURE__ */ new Map(), ys.forEach((e) => {
1370
+ super(), this._schema = /* @__PURE__ */ new Map(), this._eventSchema = /* @__PURE__ */ new Map(), rs.forEach((e) => {
1412
1371
  let t = /* @__PURE__ */ new Map(), r = /* @__PURE__ */ new Set(), [n, a] = e.split("|"), i = a.split(","), [s, u] = n.split("^");
1413
1372
  s.split(",").forEach((p) => {
1414
1373
  this._schema.set(p.toLowerCase(), t), this._eventSchema.set(p.toLowerCase(), r);
@@ -1427,41 +1386,41 @@ var ms = class {
1427
1386
  r.add(p.substring(1));
1428
1387
  break;
1429
1388
  case "!":
1430
- t.set(p.substring(1), gs);
1389
+ t.set(p.substring(1), Qi);
1431
1390
  break;
1432
1391
  case "#":
1433
- t.set(p.substring(1), fs);
1392
+ t.set(p.substring(1), Zi);
1434
1393
  break;
1435
1394
  case "%":
1436
- t.set(p.substring(1), Cs);
1395
+ t.set(p.substring(1), ts);
1437
1396
  break;
1438
1397
  default:
1439
- t.set(p, vs);
1398
+ t.set(p, es);
1440
1399
  }
1441
1400
  });
1442
1401
  });
1443
1402
  }
1444
1403
  hasProperty(e, t, r) {
1445
- if (r.some((n) => n.name === Xt.name))
1404
+ if (r.some((n) => n.name === Ut.name))
1446
1405
  return !0;
1447
1406
  if (e.indexOf("-") > -1) {
1448
- if (Yt(e) || Qt(e))
1407
+ if (Ot(e) || Wt(e))
1449
1408
  return !1;
1450
- if (r.some((n) => n.name === Kt.name))
1409
+ if (r.some((n) => n.name === Rt.name))
1451
1410
  return !0;
1452
1411
  }
1453
1412
  return (this._schema.get(e.toLowerCase()) || this._schema.get("unknown")).has(t);
1454
1413
  }
1455
1414
  hasElement(e, t) {
1456
- return t.some((r) => r.name === Xt.name) || e.indexOf("-") > -1 && (Yt(e) || Qt(e) || t.some((r) => r.name === Kt.name)) ? !0 : this._schema.has(e.toLowerCase());
1415
+ return t.some((r) => r.name === Ut.name) || e.indexOf("-") > -1 && (Ot(e) || Wt(e) || t.some((r) => r.name === Rt.name)) ? !0 : this._schema.has(e.toLowerCase());
1457
1416
  }
1458
1417
  securityContext(e, t, r) {
1459
1418
  r && (t = this.getMappedPropName(t)), e = e.toLowerCase(), t = t.toLowerCase();
1460
- let n = Zt()[e + "|" + t];
1461
- return n || (n = Zt()["*|" + t], n || W.NONE);
1419
+ let n = zt()[e + "|" + t];
1420
+ return n || (n = zt()["*|" + t], n || W.NONE);
1462
1421
  }
1463
1422
  getMappedPropName(e) {
1464
- return an.get(e) ?? e;
1423
+ return Yr.get(e) ?? e;
1465
1424
  }
1466
1425
  getDefaultComponentElementName() {
1467
1426
  return "ng-component";
@@ -1478,17 +1437,17 @@ If '${e}' is a directive input, make sure the directive is imported by the curre
1478
1437
  }
1479
1438
  allKnownAttributesOfElement(e) {
1480
1439
  let t = this._schema.get(e.toLowerCase()) || this._schema.get("unknown");
1481
- return Array.from(t.keys()).map((r) => Ss.get(r) ?? r);
1440
+ return Array.from(t.keys()).map((r) => ns.get(r) ?? r);
1482
1441
  }
1483
1442
  allKnownEventsOfElement(e) {
1484
1443
  return Array.from(this._eventSchema.get(e.toLowerCase()) ?? []);
1485
1444
  }
1486
1445
  normalizeAnimationStyleProperty(e) {
1487
- return Gi(e);
1446
+ return Bi(e);
1488
1447
  }
1489
1448
  normalizeAnimationStyleValue(e, t, r) {
1490
1449
  let n = "", a = r.toString().trim(), i = null;
1491
- if (_s(e) && r !== 0 && r !== "0")
1450
+ if (is(e) && r !== 0 && r !== "0")
1492
1451
  if (typeof r == "number")
1493
1452
  n = "px";
1494
1453
  else {
@@ -1498,7 +1457,7 @@ If '${e}' is a directive input, make sure the directive is imported by the curre
1498
1457
  return { error: i, value: a + n };
1499
1458
  }
1500
1459
  };
1501
- function _s(e) {
1460
+ function is(e) {
1502
1461
  switch (e) {
1503
1462
  case "width":
1504
1463
  case "height":
@@ -1543,45 +1502,45 @@ var h = class {
1543
1502
  getContentType(e) {
1544
1503
  return typeof this.contentType == "object" ? (e === void 0 ? void 0 : this.contentType[e]) ?? this.contentType.default : this.contentType;
1545
1504
  }
1546
- }, er, ie;
1505
+ }, $t, ie;
1547
1506
  function et(e) {
1548
- return ie || (er = new h({ canSelfClose: !0 }), ie = Object.assign(/* @__PURE__ */ Object.create(null), { base: new h({ isVoid: !0 }), meta: new h({ isVoid: !0 }), area: new h({ isVoid: !0 }), embed: new h({ isVoid: !0 }), link: new h({ isVoid: !0 }), img: new h({ isVoid: !0 }), input: new h({ isVoid: !0 }), param: new h({ isVoid: !0 }), hr: new h({ isVoid: !0 }), br: new h({ isVoid: !0 }), source: new h({ isVoid: !0 }), track: new h({ isVoid: !0 }), wbr: new h({ isVoid: !0 }), p: new h({ closedByChildren: ["address", "article", "aside", "blockquote", "div", "dl", "fieldset", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "header", "hgroup", "hr", "main", "nav", "ol", "p", "pre", "section", "table", "ul"], closedByParent: !0 }), thead: new h({ closedByChildren: ["tbody", "tfoot"] }), tbody: new h({ closedByChildren: ["tbody", "tfoot"], closedByParent: !0 }), tfoot: new h({ closedByChildren: ["tbody"], closedByParent: !0 }), tr: new h({ closedByChildren: ["tr"], closedByParent: !0 }), td: new h({ closedByChildren: ["td", "th"], closedByParent: !0 }), th: new h({ closedByChildren: ["td", "th"], closedByParent: !0 }), col: new h({ isVoid: !0 }), svg: new h({ implicitNamespacePrefix: "svg" }), foreignObject: new h({ implicitNamespacePrefix: "svg", preventNamespaceInheritance: !0 }), math: new h({ implicitNamespacePrefix: "math" }), li: new h({ closedByChildren: ["li"], closedByParent: !0 }), dt: new h({ closedByChildren: ["dt", "dd"] }), dd: new h({ closedByChildren: ["dt", "dd"], closedByParent: !0 }), rb: new h({ closedByChildren: ["rb", "rt", "rtc", "rp"], closedByParent: !0 }), rt: new h({ closedByChildren: ["rb", "rt", "rtc", "rp"], closedByParent: !0 }), rtc: new h({ closedByChildren: ["rb", "rtc", "rp"], closedByParent: !0 }), rp: new h({ closedByChildren: ["rb", "rt", "rtc", "rp"], closedByParent: !0 }), optgroup: new h({ closedByChildren: ["optgroup"], closedByParent: !0 }), option: new h({ closedByChildren: ["option", "optgroup"], closedByParent: !0 }), pre: new h({ ignoreFirstLf: !0 }), listing: new h({ ignoreFirstLf: !0 }), style: new h({ contentType: I.RAW_TEXT }), script: new h({ contentType: I.RAW_TEXT }), title: new h({ contentType: { default: I.ESCAPABLE_RAW_TEXT, svg: I.PARSABLE_DATA } }), textarea: new h({ contentType: I.ESCAPABLE_RAW_TEXT, ignoreFirstLf: !0 }) }), new bs().allKnownElementNames().forEach((t) => {
1507
+ return ie || ($t = new h({ canSelfClose: !0 }), ie = Object.assign(/* @__PURE__ */ Object.create(null), { base: new h({ isVoid: !0 }), meta: new h({ isVoid: !0 }), area: new h({ isVoid: !0 }), embed: new h({ isVoid: !0 }), link: new h({ isVoid: !0 }), img: new h({ isVoid: !0 }), input: new h({ isVoid: !0 }), param: new h({ isVoid: !0 }), hr: new h({ isVoid: !0 }), br: new h({ isVoid: !0 }), source: new h({ isVoid: !0 }), track: new h({ isVoid: !0 }), wbr: new h({ isVoid: !0 }), p: new h({ closedByChildren: ["address", "article", "aside", "blockquote", "div", "dl", "fieldset", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "header", "hgroup", "hr", "main", "nav", "ol", "p", "pre", "section", "table", "ul"], closedByParent: !0 }), thead: new h({ closedByChildren: ["tbody", "tfoot"] }), tbody: new h({ closedByChildren: ["tbody", "tfoot"], closedByParent: !0 }), tfoot: new h({ closedByChildren: ["tbody"], closedByParent: !0 }), tr: new h({ closedByChildren: ["tr"], closedByParent: !0 }), td: new h({ closedByChildren: ["td", "th"], closedByParent: !0 }), th: new h({ closedByChildren: ["td", "th"], closedByParent: !0 }), col: new h({ isVoid: !0 }), svg: new h({ implicitNamespacePrefix: "svg" }), foreignObject: new h({ implicitNamespacePrefix: "svg", preventNamespaceInheritance: !0 }), math: new h({ implicitNamespacePrefix: "math" }), li: new h({ closedByChildren: ["li"], closedByParent: !0 }), dt: new h({ closedByChildren: ["dt", "dd"] }), dd: new h({ closedByChildren: ["dt", "dd"], closedByParent: !0 }), rb: new h({ closedByChildren: ["rb", "rt", "rtc", "rp"], closedByParent: !0 }), rt: new h({ closedByChildren: ["rb", "rt", "rtc", "rp"], closedByParent: !0 }), rtc: new h({ closedByChildren: ["rb", "rtc", "rp"], closedByParent: !0 }), rp: new h({ closedByChildren: ["rb", "rt", "rtc", "rp"], closedByParent: !0 }), optgroup: new h({ closedByChildren: ["optgroup"], closedByParent: !0 }), option: new h({ closedByChildren: ["option", "optgroup"], closedByParent: !0 }), pre: new h({ ignoreFirstLf: !0 }), listing: new h({ ignoreFirstLf: !0 }), style: new h({ contentType: I.RAW_TEXT }), script: new h({ contentType: I.RAW_TEXT }), title: new h({ contentType: { default: I.ESCAPABLE_RAW_TEXT, svg: I.PARSABLE_DATA } }), textarea: new h({ contentType: I.ESCAPABLE_RAW_TEXT, ignoreFirstLf: !0 }) }), new as().allKnownElementNames().forEach((t) => {
1549
1508
  !ie[t] && ke(t) === null && (ie[t] = new h({ canSelfClose: !1 }));
1550
- })), ie[e] ?? er;
1509
+ })), ie[e] ?? $t;
1551
1510
  }
1552
1511
  var re = class {
1553
1512
  constructor(e, t) {
1554
1513
  this.sourceSpan = e, this.i18n = t;
1555
1514
  }
1556
- }, ws = class extends re {
1515
+ }, ss = class extends re {
1557
1516
  constructor(e, t, r, n) {
1558
1517
  super(t, n), this.value = e, this.tokens = r, this.type = "text";
1559
1518
  }
1560
1519
  visit(e, t) {
1561
1520
  return e.visitText(this, t);
1562
1521
  }
1563
- }, As = class extends re {
1522
+ }, us = class extends re {
1564
1523
  constructor(e, t, r, n) {
1565
1524
  super(t, n), this.value = e, this.tokens = r, this.type = "cdata";
1566
1525
  }
1567
1526
  visit(e, t) {
1568
1527
  return e.visitCdata(this, t);
1569
1528
  }
1570
- }, ks = class extends re {
1529
+ }, os = class extends re {
1571
1530
  constructor(e, t, r, n, a, i) {
1572
1531
  super(n, i), this.switchValue = e, this.type = t, this.cases = r, this.switchValueSourceSpan = a;
1573
1532
  }
1574
1533
  visit(e, t) {
1575
1534
  return e.visitExpansion(this, t);
1576
1535
  }
1577
- }, Es = class {
1536
+ }, ls = class {
1578
1537
  constructor(e, t, r, n, a) {
1579
1538
  this.value = e, this.expression = t, this.sourceSpan = r, this.valueSourceSpan = n, this.expSourceSpan = a, this.type = "expansionCase";
1580
1539
  }
1581
1540
  visit(e, t) {
1582
1541
  return e.visitExpansionCase(this, t);
1583
1542
  }
1584
- }, xs = class extends re {
1543
+ }, cs = class extends re {
1585
1544
  constructor(e, t, r, n, a, i, s) {
1586
1545
  super(r, s), this.name = e, this.value = t, this.keySpan = n, this.valueSpan = a, this.valueTokens = i, this.type = "attribute";
1587
1546
  }
@@ -1598,14 +1557,14 @@ var re = class {
1598
1557
  visit(e, t) {
1599
1558
  return e.visitElement(this, t);
1600
1559
  }
1601
- }, Ds = class {
1560
+ }, ps = class {
1602
1561
  constructor(e, t) {
1603
1562
  this.value = e, this.sourceSpan = t, this.type = "comment";
1604
1563
  }
1605
1564
  visit(e, t) {
1606
1565
  return e.visitComment(this, t);
1607
1566
  }
1608
- }, Ts = class {
1567
+ }, hs = class {
1609
1568
  constructor(e, t) {
1610
1569
  this.value = e, this.sourceSpan = t, this.type = "docType";
1611
1570
  }
@@ -1619,14 +1578,14 @@ var re = class {
1619
1578
  visit(e, t) {
1620
1579
  return e.visitBlock(this, t);
1621
1580
  }
1622
- }, tr = class {
1581
+ }, jt = class {
1623
1582
  constructor(e, t) {
1624
1583
  this.expression = e, this.sourceSpan = t, this.type = "blockParameter", this.startSourceSpan = null, this.endSourceSpan = null;
1625
1584
  }
1626
1585
  visit(e, t) {
1627
1586
  return e.visitBlockParameter(this, t);
1628
1587
  }
1629
- }, rr = class {
1588
+ }, Gt = class {
1630
1589
  constructor(e, t, r, n, a) {
1631
1590
  this.name = e, this.value = t, this.sourceSpan = r, this.nameSpan = n, this.valueSpan = a, this.type = "letDeclaration", this.startSourceSpan = null, this.endSourceSpan = null;
1632
1591
  }
@@ -1634,14 +1593,14 @@ var re = class {
1634
1593
  return e.visitLetDeclaration(this, t);
1635
1594
  }
1636
1595
  };
1637
- function sn(e, t, r = null) {
1596
+ function Jr(e, t, r = null) {
1638
1597
  let n = [], a = e.visit ? (i) => e.visit(i, r) || i.visit(e, r) : (i) => i.visit(e, r);
1639
1598
  return t.forEach((i) => {
1640
1599
  let s = a(i);
1641
1600
  s && n.push(s);
1642
1601
  }), n;
1643
1602
  }
1644
- var Bs = class {
1603
+ var ds = class {
1645
1604
  constructor() {
1646
1605
  }
1647
1606
  visitElement(e, t) {
@@ -1678,53 +1637,53 @@ var Bs = class {
1678
1637
  visitChildren(e, t) {
1679
1638
  let r = [], n = this;
1680
1639
  function a(i) {
1681
- i && r.push(sn(n, i, e));
1640
+ i && r.push(Jr(n, i, e));
1682
1641
  }
1683
1642
  return t(a), Array.prototype.concat.apply([], r);
1684
1643
  }
1685
1644
  }, Fe = { AElig: "Æ", AMP: "&", amp: "&", Aacute: "Á", Abreve: "Ă", Acirc: "Â", Acy: "А", Afr: "𝔄", Agrave: "À", Alpha: "Α", Amacr: "Ā", And: "⩓", Aogon: "Ą", Aopf: "𝔸", ApplyFunction: "⁡", af: "⁡", Aring: "Å", angst: "Å", Ascr: "𝒜", Assign: "≔", colone: "≔", coloneq: "≔", Atilde: "Ã", Auml: "Ä", Backslash: "∖", setminus: "∖", setmn: "∖", smallsetminus: "∖", ssetmn: "∖", Barv: "⫧", Barwed: "⌆", doublebarwedge: "⌆", Bcy: "Б", Because: "∵", becaus: "∵", because: "∵", Bernoullis: "ℬ", Bscr: "ℬ", bernou: "ℬ", Beta: "Β", Bfr: "𝔅", Bopf: "𝔹", Breve: "˘", breve: "˘", Bumpeq: "≎", HumpDownHump: "≎", bump: "≎", CHcy: "Ч", COPY: "©", copy: "©", Cacute: "Ć", Cap: "⋒", CapitalDifferentialD: "ⅅ", DD: "ⅅ", Cayleys: "ℭ", Cfr: "ℭ", Ccaron: "Č", Ccedil: "Ç", Ccirc: "Ĉ", Cconint: "∰", Cdot: "Ċ", Cedilla: "¸", cedil: "¸", CenterDot: "·", centerdot: "·", middot: "·", Chi: "Χ", CircleDot: "⊙", odot: "⊙", CircleMinus: "⊖", ominus: "⊖", CirclePlus: "⊕", oplus: "⊕", CircleTimes: "⊗", otimes: "⊗", ClockwiseContourIntegral: "∲", cwconint: "∲", CloseCurlyDoubleQuote: "”", rdquo: "”", rdquor: "”", CloseCurlyQuote: "’", rsquo: "’", rsquor: "’", Colon: "∷", Proportion: "∷", Colone: "⩴", Congruent: "≡", equiv: "≡", Conint: "∯", DoubleContourIntegral: "∯", ContourIntegral: "∮", conint: "∮", oint: "∮", Copf: "ℂ", complexes: "ℂ", Coproduct: "∐", coprod: "∐", CounterClockwiseContourIntegral: "∳", awconint: "∳", Cross: "⨯", Cscr: "𝒞", Cup: "⋓", CupCap: "≍", asympeq: "≍", DDotrahd: "⤑", DJcy: "Ђ", DScy: "Ѕ", DZcy: "Џ", Dagger: "‡", ddagger: "‡", Darr: "↡", Dashv: "⫤", DoubleLeftTee: "⫤", Dcaron: "Ď", Dcy: "Д", Del: "∇", nabla: "∇", Delta: "Δ", Dfr: "𝔇", DiacriticalAcute: "´", acute: "´", DiacriticalDot: "˙", dot: "˙", DiacriticalDoubleAcute: "˝", dblac: "˝", DiacriticalGrave: "`", grave: "`", DiacriticalTilde: "˜", tilde: "˜", Diamond: "⋄", diam: "⋄", diamond: "⋄", DifferentialD: "ⅆ", dd: "ⅆ", Dopf: "𝔻", Dot: "¨", DoubleDot: "¨", die: "¨", uml: "¨", DotDot: "⃜", DotEqual: "≐", doteq: "≐", esdot: "≐", DoubleDownArrow: "⇓", Downarrow: "⇓", dArr: "⇓", DoubleLeftArrow: "⇐", Leftarrow: "⇐", lArr: "⇐", DoubleLeftRightArrow: "⇔", Leftrightarrow: "⇔", hArr: "⇔", iff: "⇔", DoubleLongLeftArrow: "⟸", Longleftarrow: "⟸", xlArr: "⟸", DoubleLongLeftRightArrow: "⟺", Longleftrightarrow: "⟺", xhArr: "⟺", DoubleLongRightArrow: "⟹", Longrightarrow: "⟹", xrArr: "⟹", DoubleRightArrow: "⇒", Implies: "⇒", Rightarrow: "⇒", rArr: "⇒", DoubleRightTee: "⊨", vDash: "⊨", DoubleUpArrow: "⇑", Uparrow: "⇑", uArr: "⇑", DoubleUpDownArrow: "⇕", Updownarrow: "⇕", vArr: "⇕", DoubleVerticalBar: "∥", par: "∥", parallel: "∥", shortparallel: "∥", spar: "∥", DownArrow: "↓", ShortDownArrow: "↓", darr: "↓", downarrow: "↓", DownArrowBar: "⤓", DownArrowUpArrow: "⇵", duarr: "⇵", DownBreve: "̑", DownLeftRightVector: "⥐", DownLeftTeeVector: "⥞", DownLeftVector: "↽", leftharpoondown: "↽", lhard: "↽", DownLeftVectorBar: "⥖", DownRightTeeVector: "⥟", DownRightVector: "⇁", rhard: "⇁", rightharpoondown: "⇁", DownRightVectorBar: "⥗", DownTee: "⊤", top: "⊤", DownTeeArrow: "↧", mapstodown: "↧", Dscr: "𝒟", Dstrok: "Đ", ENG: "Ŋ", ETH: "Ð", Eacute: "É", Ecaron: "Ě", Ecirc: "Ê", Ecy: "Э", Edot: "Ė", Efr: "𝔈", Egrave: "È", Element: "∈", in: "∈", isin: "∈", isinv: "∈", Emacr: "Ē", EmptySmallSquare: "◻", EmptyVerySmallSquare: "▫", Eogon: "Ę", Eopf: "𝔼", Epsilon: "Ε", Equal: "⩵", EqualTilde: "≂", eqsim: "≂", esim: "≂", Equilibrium: "⇌", rightleftharpoons: "⇌", rlhar: "⇌", Escr: "ℰ", expectation: "ℰ", Esim: "⩳", Eta: "Η", Euml: "Ë", Exists: "∃", exist: "∃", ExponentialE: "ⅇ", ee: "ⅇ", exponentiale: "ⅇ", Fcy: "Ф", Ffr: "𝔉", FilledSmallSquare: "◼", FilledVerySmallSquare: "▪", blacksquare: "▪", squarf: "▪", squf: "▪", Fopf: "𝔽", ForAll: "∀", forall: "∀", Fouriertrf: "ℱ", Fscr: "ℱ", GJcy: "Ѓ", GT: ">", gt: ">", Gamma: "Γ", Gammad: "Ϝ", Gbreve: "Ğ", Gcedil: "Ģ", Gcirc: "Ĝ", Gcy: "Г", Gdot: "Ġ", Gfr: "𝔊", Gg: "⋙", ggg: "⋙", Gopf: "𝔾", GreaterEqual: "≥", ge: "≥", geq: "≥", GreaterEqualLess: "⋛", gel: "⋛", gtreqless: "⋛", GreaterFullEqual: "≧", gE: "≧", geqq: "≧", GreaterGreater: "⪢", GreaterLess: "≷", gl: "≷", gtrless: "≷", GreaterSlantEqual: "⩾", geqslant: "⩾", ges: "⩾", GreaterTilde: "≳", gsim: "≳", gtrsim: "≳", Gscr: "𝒢", Gt: "≫", NestedGreaterGreater: "≫", gg: "≫", HARDcy: "Ъ", Hacek: "ˇ", caron: "ˇ", Hat: "^", Hcirc: "Ĥ", Hfr: "ℌ", Poincareplane: "ℌ", HilbertSpace: "ℋ", Hscr: "ℋ", hamilt: "ℋ", Hopf: "ℍ", quaternions: "ℍ", HorizontalLine: "─", boxh: "─", Hstrok: "Ħ", HumpEqual: "≏", bumpe: "≏", bumpeq: "≏", IEcy: "Е", IJlig: "IJ", IOcy: "Ё", Iacute: "Í", Icirc: "Î", Icy: "И", Idot: "İ", Ifr: "ℑ", Im: "ℑ", image: "ℑ", imagpart: "ℑ", Igrave: "Ì", Imacr: "Ī", ImaginaryI: "ⅈ", ii: "ⅈ", Int: "∬", Integral: "∫", int: "∫", Intersection: "⋂", bigcap: "⋂", xcap: "⋂", InvisibleComma: "⁣", ic: "⁣", InvisibleTimes: "⁢", it: "⁢", Iogon: "Į", Iopf: "𝕀", Iota: "Ι", Iscr: "ℐ", imagline: "ℐ", Itilde: "Ĩ", Iukcy: "І", Iuml: "Ï", Jcirc: "Ĵ", Jcy: "Й", Jfr: "𝔍", Jopf: "𝕁", Jscr: "𝒥", Jsercy: "Ј", Jukcy: "Є", KHcy: "Х", KJcy: "Ќ", Kappa: "Κ", Kcedil: "Ķ", Kcy: "К", Kfr: "𝔎", Kopf: "𝕂", Kscr: "𝒦", LJcy: "Љ", LT: "<", lt: "<", Lacute: "Ĺ", Lambda: "Λ", Lang: "⟪", Laplacetrf: "ℒ", Lscr: "ℒ", lagran: "ℒ", Larr: "↞", twoheadleftarrow: "↞", Lcaron: "Ľ", Lcedil: "Ļ", Lcy: "Л", LeftAngleBracket: "⟨", lang: "⟨", langle: "⟨", LeftArrow: "←", ShortLeftArrow: "←", larr: "←", leftarrow: "←", slarr: "←", LeftArrowBar: "⇤", larrb: "⇤", LeftArrowRightArrow: "⇆", leftrightarrows: "⇆", lrarr: "⇆", LeftCeiling: "⌈", lceil: "⌈", LeftDoubleBracket: "⟦", lobrk: "⟦", LeftDownTeeVector: "⥡", LeftDownVector: "⇃", dharl: "⇃", downharpoonleft: "⇃", LeftDownVectorBar: "⥙", LeftFloor: "⌊", lfloor: "⌊", LeftRightArrow: "↔", harr: "↔", leftrightarrow: "↔", LeftRightVector: "⥎", LeftTee: "⊣", dashv: "⊣", LeftTeeArrow: "↤", mapstoleft: "↤", LeftTeeVector: "⥚", LeftTriangle: "⊲", vartriangleleft: "⊲", vltri: "⊲", LeftTriangleBar: "⧏", LeftTriangleEqual: "⊴", ltrie: "⊴", trianglelefteq: "⊴", LeftUpDownVector: "⥑", LeftUpTeeVector: "⥠", LeftUpVector: "↿", uharl: "↿", upharpoonleft: "↿", LeftUpVectorBar: "⥘", LeftVector: "↼", leftharpoonup: "↼", lharu: "↼", LeftVectorBar: "⥒", LessEqualGreater: "⋚", leg: "⋚", lesseqgtr: "⋚", LessFullEqual: "≦", lE: "≦", leqq: "≦", LessGreater: "≶", lessgtr: "≶", lg: "≶", LessLess: "⪡", LessSlantEqual: "⩽", leqslant: "⩽", les: "⩽", LessTilde: "≲", lesssim: "≲", lsim: "≲", Lfr: "𝔏", Ll: "⋘", Lleftarrow: "⇚", lAarr: "⇚", Lmidot: "Ŀ", LongLeftArrow: "⟵", longleftarrow: "⟵", xlarr: "⟵", LongLeftRightArrow: "⟷", longleftrightarrow: "⟷", xharr: "⟷", LongRightArrow: "⟶", longrightarrow: "⟶", xrarr: "⟶", Lopf: "𝕃", LowerLeftArrow: "↙", swarr: "↙", swarrow: "↙", LowerRightArrow: "↘", searr: "↘", searrow: "↘", Lsh: "↰", lsh: "↰", Lstrok: "Ł", Lt: "≪", NestedLessLess: "≪", ll: "≪", Map: "⤅", Mcy: "М", MediumSpace: " ", Mellintrf: "ℳ", Mscr: "ℳ", phmmat: "ℳ", Mfr: "𝔐", MinusPlus: "∓", mnplus: "∓", mp: "∓", Mopf: "𝕄", Mu: "Μ", NJcy: "Њ", Nacute: "Ń", Ncaron: "Ň", Ncedil: "Ņ", Ncy: "Н", NegativeMediumSpace: "​", NegativeThickSpace: "​", NegativeThinSpace: "​", NegativeVeryThinSpace: "​", ZeroWidthSpace: "​", NewLine: `
1686
- `, Nfr: "𝔑", NoBreak: "⁠", NonBreakingSpace: " ", nbsp: " ", Nopf: "ℕ", naturals: "ℕ", Not: "⫬", NotCongruent: "≢", nequiv: "≢", NotCupCap: "≭", NotDoubleVerticalBar: "∦", npar: "∦", nparallel: "∦", nshortparallel: "∦", nspar: "∦", NotElement: "∉", notin: "∉", notinva: "∉", NotEqual: "≠", ne: "≠", NotEqualTilde: "≂̸", nesim: "≂̸", NotExists: "∄", nexist: "∄", nexists: "∄", NotGreater: "≯", ngt: "≯", ngtr: "≯", NotGreaterEqual: "≱", nge: "≱", ngeq: "≱", NotGreaterFullEqual: "≧̸", ngE: "≧̸", ngeqq: "≧̸", NotGreaterGreater: "≫̸", nGtv: "≫̸", NotGreaterLess: "≹", ntgl: "≹", NotGreaterSlantEqual: "⩾̸", ngeqslant: "⩾̸", nges: "⩾̸", NotGreaterTilde: "≵", ngsim: "≵", NotHumpDownHump: "≎̸", nbump: "≎̸", NotHumpEqual: "≏̸", nbumpe: "≏̸", NotLeftTriangle: "⋪", nltri: "⋪", ntriangleleft: "⋪", NotLeftTriangleBar: "⧏̸", NotLeftTriangleEqual: "⋬", nltrie: "⋬", ntrianglelefteq: "⋬", NotLess: "≮", nless: "≮", nlt: "≮", NotLessEqual: "≰", nle: "≰", nleq: "≰", NotLessGreater: "≸", ntlg: "≸", NotLessLess: "≪̸", nLtv: "≪̸", NotLessSlantEqual: "⩽̸", nleqslant: "⩽̸", nles: "⩽̸", NotLessTilde: "≴", nlsim: "≴", NotNestedGreaterGreater: "⪢̸", NotNestedLessLess: "⪡̸", NotPrecedes: "⊀", npr: "⊀", nprec: "⊀", NotPrecedesEqual: "⪯̸", npre: "⪯̸", npreceq: "⪯̸", NotPrecedesSlantEqual: "⋠", nprcue: "⋠", NotReverseElement: "∌", notni: "∌", notniva: "∌", NotRightTriangle: "⋫", nrtri: "⋫", ntriangleright: "⋫", NotRightTriangleBar: "⧐̸", NotRightTriangleEqual: "⋭", nrtrie: "⋭", ntrianglerighteq: "⋭", NotSquareSubset: "⊏̸", NotSquareSubsetEqual: "⋢", nsqsube: "⋢", NotSquareSuperset: "⊐̸", NotSquareSupersetEqual: "⋣", nsqsupe: "⋣", NotSubset: "⊂⃒", nsubset: "⊂⃒", vnsub: "⊂⃒", NotSubsetEqual: "⊈", nsube: "⊈", nsubseteq: "⊈", NotSucceeds: "⊁", nsc: "⊁", nsucc: "⊁", NotSucceedsEqual: "⪰̸", nsce: "⪰̸", nsucceq: "⪰̸", NotSucceedsSlantEqual: "⋡", nsccue: "⋡", NotSucceedsTilde: "≿̸", NotSuperset: "⊃⃒", nsupset: "⊃⃒", vnsup: "⊃⃒", NotSupersetEqual: "⊉", nsupe: "⊉", nsupseteq: "⊉", NotTilde: "≁", nsim: "≁", NotTildeEqual: "≄", nsime: "≄", nsimeq: "≄", NotTildeFullEqual: "≇", ncong: "≇", NotTildeTilde: "≉", nap: "≉", napprox: "≉", NotVerticalBar: "∤", nmid: "∤", nshortmid: "∤", nsmid: "∤", Nscr: "𝒩", Ntilde: "Ñ", Nu: "Ν", OElig: "Œ", Oacute: "Ó", Ocirc: "Ô", Ocy: "О", Odblac: "Ő", Ofr: "𝔒", Ograve: "Ò", Omacr: "Ō", Omega: "Ω", ohm: "Ω", Omicron: "Ο", Oopf: "𝕆", OpenCurlyDoubleQuote: "“", ldquo: "“", OpenCurlyQuote: "‘", lsquo: "‘", Or: "⩔", Oscr: "𝒪", Oslash: "Ø", Otilde: "Õ", Otimes: "⨷", Ouml: "Ö", OverBar: "‾", oline: "‾", OverBrace: "⏞", OverBracket: "⎴", tbrk: "⎴", OverParenthesis: "⏜", PartialD: "∂", part: "∂", Pcy: "П", Pfr: "𝔓", Phi: "Φ", Pi: "Π", PlusMinus: "±", plusmn: "±", pm: "±", Popf: "ℙ", primes: "ℙ", Pr: "⪻", Precedes: "≺", pr: "≺", prec: "≺", PrecedesEqual: "⪯", pre: "⪯", preceq: "⪯", PrecedesSlantEqual: "≼", prcue: "≼", preccurlyeq: "≼", PrecedesTilde: "≾", precsim: "≾", prsim: "≾", Prime: "″", Product: "∏", prod: "∏", Proportional: "∝", prop: "∝", propto: "∝", varpropto: "∝", vprop: "∝", Pscr: "𝒫", Psi: "Ψ", QUOT: '"', quot: '"', Qfr: "𝔔", Qopf: "ℚ", rationals: "ℚ", Qscr: "𝒬", RBarr: "⤐", drbkarow: "⤐", REG: "®", circledR: "®", reg: "®", Racute: "Ŕ", Rang: "⟫", Rarr: "↠", twoheadrightarrow: "↠", Rarrtl: "⤖", Rcaron: "Ř", Rcedil: "Ŗ", Rcy: "Р", Re: "ℜ", Rfr: "ℜ", real: "ℜ", realpart: "ℜ", ReverseElement: "∋", SuchThat: "∋", ni: "∋", niv: "∋", ReverseEquilibrium: "⇋", leftrightharpoons: "⇋", lrhar: "⇋", ReverseUpEquilibrium: "⥯", duhar: "⥯", Rho: "Ρ", RightAngleBracket: "⟩", rang: "⟩", rangle: "⟩", RightArrow: "→", ShortRightArrow: "→", rarr: "→", rightarrow: "→", srarr: "→", RightArrowBar: "⇥", rarrb: "⇥", RightArrowLeftArrow: "⇄", rightleftarrows: "⇄", rlarr: "⇄", RightCeiling: "⌉", rceil: "⌉", RightDoubleBracket: "⟧", robrk: "⟧", RightDownTeeVector: "⥝", RightDownVector: "⇂", dharr: "⇂", downharpoonright: "⇂", RightDownVectorBar: "⥕", RightFloor: "⌋", rfloor: "⌋", RightTee: "⊢", vdash: "⊢", RightTeeArrow: "↦", map: "↦", mapsto: "↦", RightTeeVector: "⥛", RightTriangle: "⊳", vartriangleright: "⊳", vrtri: "⊳", RightTriangleBar: "⧐", RightTriangleEqual: "⊵", rtrie: "⊵", trianglerighteq: "⊵", RightUpDownVector: "⥏", RightUpTeeVector: "⥜", RightUpVector: "↾", uharr: "↾", upharpoonright: "↾", RightUpVectorBar: "⥔", RightVector: "⇀", rharu: "⇀", rightharpoonup: "⇀", RightVectorBar: "⥓", Ropf: "ℝ", reals: "ℝ", RoundImplies: "⥰", Rrightarrow: "⇛", rAarr: "⇛", Rscr: "ℛ", realine: "ℛ", Rsh: "↱", rsh: "↱", RuleDelayed: "⧴", SHCHcy: "Щ", SHcy: "Ш", SOFTcy: "Ь", Sacute: "Ś", Sc: "⪼", Scaron: "Š", Scedil: "Ş", Scirc: "Ŝ", Scy: "С", Sfr: "𝔖", ShortUpArrow: "↑", UpArrow: "↑", uarr: "↑", uparrow: "↑", Sigma: "Σ", SmallCircle: "∘", compfn: "∘", Sopf: "𝕊", Sqrt: "√", radic: "√", Square: "□", squ: "□", square: "□", SquareIntersection: "⊓", sqcap: "⊓", SquareSubset: "⊏", sqsub: "⊏", sqsubset: "⊏", SquareSubsetEqual: "⊑", sqsube: "⊑", sqsubseteq: "⊑", SquareSuperset: "⊐", sqsup: "⊐", sqsupset: "⊐", SquareSupersetEqual: "⊒", sqsupe: "⊒", sqsupseteq: "⊒", SquareUnion: "⊔", sqcup: "⊔", Sscr: "𝒮", Star: "⋆", sstarf: "⋆", Sub: "⋐", Subset: "⋐", SubsetEqual: "⊆", sube: "⊆", subseteq: "⊆", Succeeds: "≻", sc: "≻", succ: "≻", SucceedsEqual: "⪰", sce: "⪰", succeq: "⪰", SucceedsSlantEqual: "≽", sccue: "≽", succcurlyeq: "≽", SucceedsTilde: "≿", scsim: "≿", succsim: "≿", Sum: "∑", sum: "∑", Sup: "⋑", Supset: "⋑", Superset: "⊃", sup: "⊃", supset: "⊃", SupersetEqual: "⊇", supe: "⊇", supseteq: "⊇", THORN: "Þ", TRADE: "™", trade: "™", TSHcy: "Ћ", TScy: "Ц", Tab: " ", Tau: "Τ", Tcaron: "Ť", Tcedil: "Ţ", Tcy: "Т", Tfr: "𝔗", Therefore: "∴", there4: "∴", therefore: "∴", Theta: "Θ", ThickSpace: "  ", ThinSpace: " ", thinsp: " ", Tilde: "∼", sim: "∼", thicksim: "∼", thksim: "∼", TildeEqual: "≃", sime: "≃", simeq: "≃", TildeFullEqual: "≅", cong: "≅", TildeTilde: "≈", ap: "≈", approx: "≈", asymp: "≈", thickapprox: "≈", thkap: "≈", Topf: "𝕋", TripleDot: "⃛", tdot: "⃛", Tscr: "𝒯", Tstrok: "Ŧ", Uacute: "Ú", Uarr: "↟", Uarrocir: "⥉", Ubrcy: "Ў", Ubreve: "Ŭ", Ucirc: "Û", Ucy: "У", Udblac: "Ű", Ufr: "𝔘", Ugrave: "Ù", Umacr: "Ū", UnderBar: "_", lowbar: "_", UnderBrace: "⏟", UnderBracket: "⎵", bbrk: "⎵", UnderParenthesis: "⏝", Union: "⋃", bigcup: "⋃", xcup: "⋃", UnionPlus: "⊎", uplus: "⊎", Uogon: "Ų", Uopf: "𝕌", UpArrowBar: "⤒", UpArrowDownArrow: "⇅", udarr: "⇅", UpDownArrow: "↕", updownarrow: "↕", varr: "↕", UpEquilibrium: "⥮", udhar: "⥮", UpTee: "⊥", bot: "⊥", bottom: "⊥", perp: "⊥", UpTeeArrow: "↥", mapstoup: "↥", UpperLeftArrow: "↖", nwarr: "↖", nwarrow: "↖", UpperRightArrow: "↗", nearr: "↗", nearrow: "↗", Upsi: "ϒ", upsih: "ϒ", Upsilon: "Υ", Uring: "Ů", Uscr: "𝒰", Utilde: "Ũ", Uuml: "Ü", VDash: "⊫", Vbar: "⫫", Vcy: "В", Vdash: "⊩", Vdashl: "⫦", Vee: "⋁", bigvee: "⋁", xvee: "⋁", Verbar: "‖", Vert: "‖", VerticalBar: "∣", mid: "∣", shortmid: "∣", smid: "∣", VerticalLine: "|", verbar: "|", vert: "|", VerticalSeparator: "❘", VerticalTilde: "≀", wr: "≀", wreath: "≀", VeryThinSpace: " ", hairsp: " ", Vfr: "𝔙", Vopf: "𝕍", Vscr: "𝒱", Vvdash: "⊪", Wcirc: "Ŵ", Wedge: "⋀", bigwedge: "⋀", xwedge: "⋀", Wfr: "𝔚", Wopf: "𝕎", Wscr: "𝒲", Xfr: "𝔛", Xi: "Ξ", Xopf: "𝕏", Xscr: "𝒳", YAcy: "Я", YIcy: "Ї", YUcy: "Ю", Yacute: "Ý", Ycirc: "Ŷ", Ycy: "Ы", Yfr: "𝔜", Yopf: "𝕐", Yscr: "𝒴", Yuml: "Ÿ", ZHcy: "Ж", Zacute: "Ź", Zcaron: "Ž", Zcy: "З", Zdot: "Ż", Zeta: "Ζ", Zfr: "ℨ", zeetrf: "ℨ", Zopf: "ℤ", integers: "ℤ", Zscr: "𝒵", aacute: "á", abreve: "ă", ac: "∾", mstpos: "∾", acE: "∾̳", acd: "∿", acirc: "â", acy: "а", aelig: "æ", afr: "𝔞", agrave: "à", alefsym: "ℵ", aleph: "ℵ", alpha: "α", amacr: "ā", amalg: "⨿", and: "∧", wedge: "∧", andand: "⩕", andd: "⩜", andslope: "⩘", andv: "⩚", ang: "∠", angle: "∠", ange: "⦤", angmsd: "∡", measuredangle: "∡", angmsdaa: "⦨", angmsdab: "⦩", angmsdac: "⦪", angmsdad: "⦫", angmsdae: "⦬", angmsdaf: "⦭", angmsdag: "⦮", angmsdah: "⦯", angrt: "∟", angrtvb: "⊾", angrtvbd: "⦝", angsph: "∢", angzarr: "⍼", aogon: "ą", aopf: "𝕒", apE: "⩰", apacir: "⩯", ape: "≊", approxeq: "≊", apid: "≋", apos: "'", aring: "å", ascr: "𝒶", ast: "*", midast: "*", atilde: "ã", auml: "ä", awint: "⨑", bNot: "⫭", backcong: "≌", bcong: "≌", backepsilon: "϶", bepsi: "϶", backprime: "‵", bprime: "‵", backsim: "∽", bsim: "∽", backsimeq: "⋍", bsime: "⋍", barvee: "⊽", barwed: "⌅", barwedge: "⌅", bbrktbrk: "⎶", bcy: "б", bdquo: "„", ldquor: "„", bemptyv: "⦰", beta: "β", beth: "ℶ", between: "≬", twixt: "≬", bfr: "𝔟", bigcirc: "◯", xcirc: "◯", bigodot: "⨀", xodot: "⨀", bigoplus: "⨁", xoplus: "⨁", bigotimes: "⨂", xotime: "⨂", bigsqcup: "⨆", xsqcup: "⨆", bigstar: "★", starf: "★", bigtriangledown: "▽", xdtri: "▽", bigtriangleup: "△", xutri: "△", biguplus: "⨄", xuplus: "⨄", bkarow: "⤍", rbarr: "⤍", blacklozenge: "⧫", lozf: "⧫", blacktriangle: "▴", utrif: "▴", blacktriangledown: "▾", dtrif: "▾", blacktriangleleft: "◂", ltrif: "◂", blacktriangleright: "▸", rtrif: "▸", blank: "␣", blk12: "▒", blk14: "░", blk34: "▓", block: "█", bne: "=⃥", bnequiv: "≡⃥", bnot: "⌐", bopf: "𝕓", bowtie: "⋈", boxDL: "╗", boxDR: "╔", boxDl: "╖", boxDr: "╓", boxH: "═", boxHD: "╦", boxHU: "╩", boxHd: "╤", boxHu: "╧", boxUL: "╝", boxUR: "╚", boxUl: "╜", boxUr: "╙", boxV: "║", boxVH: "╬", boxVL: "╣", boxVR: "╠", boxVh: "╫", boxVl: "╢", boxVr: "╟", boxbox: "⧉", boxdL: "╕", boxdR: "╒", boxdl: "┐", boxdr: "┌", boxhD: "╥", boxhU: "╨", boxhd: "┬", boxhu: "┴", boxminus: "⊟", minusb: "⊟", boxplus: "⊞", plusb: "⊞", boxtimes: "⊠", timesb: "⊠", boxuL: "╛", boxuR: "╘", boxul: "┘", boxur: "└", boxv: "│", boxvH: "╪", boxvL: "╡", boxvR: "╞", boxvh: "┼", boxvl: "┤", boxvr: "├", brvbar: "¦", bscr: "𝒷", bsemi: "⁏", bsol: "\\", bsolb: "⧅", bsolhsub: "⟈", bull: "•", bullet: "•", bumpE: "⪮", cacute: "ć", cap: "∩", capand: "⩄", capbrcup: "⩉", capcap: "⩋", capcup: "⩇", capdot: "⩀", caps: "∩︀", caret: "⁁", ccaps: "⩍", ccaron: "č", ccedil: "ç", ccirc: "ĉ", ccups: "⩌", ccupssm: "⩐", cdot: "ċ", cemptyv: "⦲", cent: "¢", cfr: "𝔠", chcy: "ч", check: "✓", checkmark: "✓", chi: "χ", cir: "○", cirE: "⧃", circ: "ˆ", circeq: "≗", cire: "≗", circlearrowleft: "↺", olarr: "↺", circlearrowright: "↻", orarr: "↻", circledS: "Ⓢ", oS: "Ⓢ", circledast: "⊛", oast: "⊛", circledcirc: "⊚", ocir: "⊚", circleddash: "⊝", odash: "⊝", cirfnint: "⨐", cirmid: "⫯", cirscir: "⧂", clubs: "♣", clubsuit: "♣", colon: ":", comma: ",", commat: "@", comp: "∁", complement: "∁", congdot: "⩭", copf: "𝕔", copysr: "℗", crarr: "↵", cross: "✗", cscr: "𝒸", csub: "⫏", csube: "⫑", csup: "⫐", csupe: "⫒", ctdot: "⋯", cudarrl: "⤸", cudarrr: "⤵", cuepr: "⋞", curlyeqprec: "⋞", cuesc: "⋟", curlyeqsucc: "⋟", cularr: "↶", curvearrowleft: "↶", cularrp: "⤽", cup: "∪", cupbrcap: "⩈", cupcap: "⩆", cupcup: "⩊", cupdot: "⊍", cupor: "⩅", cups: "∪︀", curarr: "↷", curvearrowright: "↷", curarrm: "⤼", curlyvee: "⋎", cuvee: "⋎", curlywedge: "⋏", cuwed: "⋏", curren: "¤", cwint: "∱", cylcty: "⌭", dHar: "⥥", dagger: "†", daleth: "ℸ", dash: "‐", hyphen: "‐", dbkarow: "⤏", rBarr: "⤏", dcaron: "ď", dcy: "д", ddarr: "⇊", downdownarrows: "⇊", ddotseq: "⩷", eDDot: "⩷", deg: "°", delta: "δ", demptyv: "⦱", dfisht: "⥿", dfr: "𝔡", diamondsuit: "♦", diams: "♦", digamma: "ϝ", gammad: "ϝ", disin: "⋲", div: "÷", divide: "÷", divideontimes: "⋇", divonx: "⋇", djcy: "ђ", dlcorn: "⌞", llcorner: "⌞", dlcrop: "⌍", dollar: "$", dopf: "𝕕", doteqdot: "≑", eDot: "≑", dotminus: "∸", minusd: "∸", dotplus: "∔", plusdo: "∔", dotsquare: "⊡", sdotb: "⊡", drcorn: "⌟", lrcorner: "⌟", drcrop: "⌌", dscr: "𝒹", dscy: "ѕ", dsol: "⧶", dstrok: "đ", dtdot: "⋱", dtri: "▿", triangledown: "▿", dwangle: "⦦", dzcy: "џ", dzigrarr: "⟿", eacute: "é", easter: "⩮", ecaron: "ě", ecir: "≖", eqcirc: "≖", ecirc: "ê", ecolon: "≕", eqcolon: "≕", ecy: "э", edot: "ė", efDot: "≒", fallingdotseq: "≒", efr: "𝔢", eg: "⪚", egrave: "è", egs: "⪖", eqslantgtr: "⪖", egsdot: "⪘", el: "⪙", elinters: "⏧", ell: "ℓ", els: "⪕", eqslantless: "⪕", elsdot: "⪗", emacr: "ē", empty: "∅", emptyset: "∅", emptyv: "∅", varnothing: "∅", emsp13: " ", emsp14: " ", emsp: " ", eng: "ŋ", ensp: " ", eogon: "ę", eopf: "𝕖", epar: "⋕", eparsl: "⧣", eplus: "⩱", epsi: "ε", epsilon: "ε", epsiv: "ϵ", straightepsilon: "ϵ", varepsilon: "ϵ", equals: "=", equest: "≟", questeq: "≟", equivDD: "⩸", eqvparsl: "⧥", erDot: "≓", risingdotseq: "≓", erarr: "⥱", escr: "ℯ", eta: "η", eth: "ð", euml: "ë", euro: "€", excl: "!", fcy: "ф", female: "♀", ffilig: "ffi", fflig: "ff", ffllig: "ffl", ffr: "𝔣", filig: "fi", fjlig: "fj", flat: "♭", fllig: "fl", fltns: "▱", fnof: "ƒ", fopf: "𝕗", fork: "⋔", pitchfork: "⋔", forkv: "⫙", fpartint: "⨍", frac12: "½", half: "½", frac13: "⅓", frac14: "¼", frac15: "⅕", frac16: "⅙", frac18: "⅛", frac23: "⅔", frac25: "⅖", frac34: "¾", frac35: "⅗", frac38: "⅜", frac45: "⅘", frac56: "⅚", frac58: "⅝", frac78: "⅞", frasl: "⁄", frown: "⌢", sfrown: "⌢", fscr: "𝒻", gEl: "⪌", gtreqqless: "⪌", gacute: "ǵ", gamma: "γ", gap: "⪆", gtrapprox: "⪆", gbreve: "ğ", gcirc: "ĝ", gcy: "г", gdot: "ġ", gescc: "⪩", gesdot: "⪀", gesdoto: "⪂", gesdotol: "⪄", gesl: "⋛︀", gesles: "⪔", gfr: "𝔤", gimel: "ℷ", gjcy: "ѓ", glE: "⪒", gla: "⪥", glj: "⪤", gnE: "≩", gneqq: "≩", gnap: "⪊", gnapprox: "⪊", gne: "⪈", gneq: "⪈", gnsim: "⋧", gopf: "𝕘", gscr: "ℊ", gsime: "⪎", gsiml: "⪐", gtcc: "⪧", gtcir: "⩺", gtdot: "⋗", gtrdot: "⋗", gtlPar: "⦕", gtquest: "⩼", gtrarr: "⥸", gvertneqq: "≩︀", gvnE: "≩︀", hardcy: "ъ", harrcir: "⥈", harrw: "↭", leftrightsquigarrow: "↭", hbar: "ℏ", hslash: "ℏ", planck: "ℏ", plankv: "ℏ", hcirc: "ĥ", hearts: "♥", heartsuit: "♥", hellip: "…", mldr: "…", hercon: "⊹", hfr: "𝔥", hksearow: "⤥", searhk: "⤥", hkswarow: "⤦", swarhk: "⤦", hoarr: "⇿", homtht: "∻", hookleftarrow: "↩", larrhk: "↩", hookrightarrow: "↪", rarrhk: "↪", hopf: "𝕙", horbar: "―", hscr: "𝒽", hstrok: "ħ", hybull: "⁃", iacute: "í", icirc: "î", icy: "и", iecy: "е", iexcl: "¡", ifr: "𝔦", igrave: "ì", iiiint: "⨌", qint: "⨌", iiint: "∭", tint: "∭", iinfin: "⧜", iiota: "℩", ijlig: "ij", imacr: "ī", imath: "ı", inodot: "ı", imof: "⊷", imped: "Ƶ", incare: "℅", infin: "∞", infintie: "⧝", intcal: "⊺", intercal: "⊺", intlarhk: "⨗", intprod: "⨼", iprod: "⨼", iocy: "ё", iogon: "į", iopf: "𝕚", iota: "ι", iquest: "¿", iscr: "𝒾", isinE: "⋹", isindot: "⋵", isins: "⋴", isinsv: "⋳", itilde: "ĩ", iukcy: "і", iuml: "ï", jcirc: "ĵ", jcy: "й", jfr: "𝔧", jmath: "ȷ", jopf: "𝕛", jscr: "𝒿", jsercy: "ј", jukcy: "є", kappa: "κ", kappav: "ϰ", varkappa: "ϰ", kcedil: "ķ", kcy: "к", kfr: "𝔨", kgreen: "ĸ", khcy: "х", kjcy: "ќ", kopf: "𝕜", kscr: "𝓀", lAtail: "⤛", lBarr: "⤎", lEg: "⪋", lesseqqgtr: "⪋", lHar: "⥢", lacute: "ĺ", laemptyv: "⦴", lambda: "λ", langd: "⦑", lap: "⪅", lessapprox: "⪅", laquo: "«", larrbfs: "⤟", larrfs: "⤝", larrlp: "↫", looparrowleft: "↫", larrpl: "⤹", larrsim: "⥳", larrtl: "↢", leftarrowtail: "↢", lat: "⪫", latail: "⤙", late: "⪭", lates: "⪭︀", lbarr: "⤌", lbbrk: "❲", lbrace: "{", lcub: "{", lbrack: "[", lsqb: "[", lbrke: "⦋", lbrksld: "⦏", lbrkslu: "⦍", lcaron: "ľ", lcedil: "ļ", lcy: "л", ldca: "⤶", ldrdhar: "⥧", ldrushar: "⥋", ldsh: "↲", le: "≤", leq: "≤", leftleftarrows: "⇇", llarr: "⇇", leftthreetimes: "⋋", lthree: "⋋", lescc: "⪨", lesdot: "⩿", lesdoto: "⪁", lesdotor: "⪃", lesg: "⋚︀", lesges: "⪓", lessdot: "⋖", ltdot: "⋖", lfisht: "⥼", lfr: "𝔩", lgE: "⪑", lharul: "⥪", lhblk: "▄", ljcy: "љ", llhard: "⥫", lltri: "◺", lmidot: "ŀ", lmoust: "⎰", lmoustache: "⎰", lnE: "≨", lneqq: "≨", lnap: "⪉", lnapprox: "⪉", lne: "⪇", lneq: "⪇", lnsim: "⋦", loang: "⟬", loarr: "⇽", longmapsto: "⟼", xmap: "⟼", looparrowright: "↬", rarrlp: "↬", lopar: "⦅", lopf: "𝕝", loplus: "⨭", lotimes: "⨴", lowast: "∗", loz: "◊", lozenge: "◊", lpar: "(", lparlt: "⦓", lrhard: "⥭", lrm: "‎", lrtri: "⊿", lsaquo: "‹", lscr: "𝓁", lsime: "⪍", lsimg: "⪏", lsquor: "‚", sbquo: "‚", lstrok: "ł", ltcc: "⪦", ltcir: "⩹", ltimes: "⋉", ltlarr: "⥶", ltquest: "⩻", ltrPar: "⦖", ltri: "◃", triangleleft: "◃", lurdshar: "⥊", luruhar: "⥦", lvertneqq: "≨︀", lvnE: "≨︀", mDDot: "∺", macr: "¯", strns: "¯", male: "♂", malt: "✠", maltese: "✠", marker: "▮", mcomma: "⨩", mcy: "м", mdash: "—", mfr: "𝔪", mho: "℧", micro: "µ", midcir: "⫰", minus: "−", minusdu: "⨪", mlcp: "⫛", models: "⊧", mopf: "𝕞", mscr: "𝓂", mu: "μ", multimap: "⊸", mumap: "⊸", nGg: "⋙̸", nGt: "≫⃒", nLeftarrow: "⇍", nlArr: "⇍", nLeftrightarrow: "⇎", nhArr: "⇎", nLl: "⋘̸", nLt: "≪⃒", nRightarrow: "⇏", nrArr: "⇏", nVDash: "⊯", nVdash: "⊮", nacute: "ń", nang: "∠⃒", napE: "⩰̸", napid: "≋̸", napos: "ʼn", natur: "♮", natural: "♮", ncap: "⩃", ncaron: "ň", ncedil: "ņ", ncongdot: "⩭̸", ncup: "⩂", ncy: "н", ndash: "–", neArr: "⇗", nearhk: "⤤", nedot: "≐̸", nesear: "⤨", toea: "⤨", nfr: "𝔫", nharr: "↮", nleftrightarrow: "↮", nhpar: "⫲", nis: "⋼", nisd: "⋺", njcy: "њ", nlE: "≦̸", nleqq: "≦̸", nlarr: "↚", nleftarrow: "↚", nldr: "‥", nopf: "𝕟", not: "¬", notinE: "⋹̸", notindot: "⋵̸", notinvb: "⋷", notinvc: "⋶", notnivb: "⋾", notnivc: "⋽", nparsl: "⫽⃥", npart: "∂̸", npolint: "⨔", nrarr: "↛", nrightarrow: "↛", nrarrc: "⤳̸", nrarrw: "↝̸", nscr: "𝓃", nsub: "⊄", nsubE: "⫅̸", nsubseteqq: "⫅̸", nsup: "⊅", nsupE: "⫆̸", nsupseteqq: "⫆̸", ntilde: "ñ", nu: "ν", num: "#", numero: "№", numsp: " ", nvDash: "⊭", nvHarr: "⤄", nvap: "≍⃒", nvdash: "⊬", nvge: "≥⃒", nvgt: ">⃒", nvinfin: "⧞", nvlArr: "⤂", nvle: "≤⃒", nvlt: "<⃒", nvltrie: "⊴⃒", nvrArr: "⤃", nvrtrie: "⊵⃒", nvsim: "∼⃒", nwArr: "⇖", nwarhk: "⤣", nwnear: "⤧", oacute: "ó", ocirc: "ô", ocy: "о", odblac: "ő", odiv: "⨸", odsold: "⦼", oelig: "œ", ofcir: "⦿", ofr: "𝔬", ogon: "˛", ograve: "ò", ogt: "⧁", ohbar: "⦵", olcir: "⦾", olcross: "⦻", olt: "⧀", omacr: "ō", omega: "ω", omicron: "ο", omid: "⦶", oopf: "𝕠", opar: "⦷", operp: "⦹", or: "∨", vee: "∨", ord: "⩝", order: "ℴ", orderof: "ℴ", oscr: "ℴ", ordf: "ª", ordm: "º", origof: "⊶", oror: "⩖", orslope: "⩗", orv: "⩛", oslash: "ø", osol: "⊘", otilde: "õ", otimesas: "⨶", ouml: "ö", ovbar: "⌽", para: "¶", parsim: "⫳", parsl: "⫽", pcy: "п", percnt: "%", period: ".", permil: "‰", pertenk: "‱", pfr: "𝔭", phi: "φ", phiv: "ϕ", straightphi: "ϕ", varphi: "ϕ", phone: "☎", pi: "π", piv: "ϖ", varpi: "ϖ", planckh: "ℎ", plus: "+", plusacir: "⨣", pluscir: "⨢", plusdu: "⨥", pluse: "⩲", plussim: "⨦", plustwo: "⨧", pointint: "⨕", popf: "𝕡", pound: "£", prE: "⪳", prap: "⪷", precapprox: "⪷", precnapprox: "⪹", prnap: "⪹", precneqq: "⪵", prnE: "⪵", precnsim: "⋨", prnsim: "⋨", prime: "′", profalar: "⌮", profline: "⌒", profsurf: "⌓", prurel: "⊰", pscr: "𝓅", psi: "ψ", puncsp: " ", qfr: "𝔮", qopf: "𝕢", qprime: "⁗", qscr: "𝓆", quatint: "⨖", quest: "?", rAtail: "⤜", rHar: "⥤", race: "∽̱", racute: "ŕ", raemptyv: "⦳", rangd: "⦒", range: "⦥", raquo: "»", rarrap: "⥵", rarrbfs: "⤠", rarrc: "⤳", rarrfs: "⤞", rarrpl: "⥅", rarrsim: "⥴", rarrtl: "↣", rightarrowtail: "↣", rarrw: "↝", rightsquigarrow: "↝", ratail: "⤚", ratio: "∶", rbbrk: "❳", rbrace: "}", rcub: "}", rbrack: "]", rsqb: "]", rbrke: "⦌", rbrksld: "⦎", rbrkslu: "⦐", rcaron: "ř", rcedil: "ŗ", rcy: "р", rdca: "⤷", rdldhar: "⥩", rdsh: "↳", rect: "▭", rfisht: "⥽", rfr: "𝔯", rharul: "⥬", rho: "ρ", rhov: "ϱ", varrho: "ϱ", rightrightarrows: "⇉", rrarr: "⇉", rightthreetimes: "⋌", rthree: "⋌", ring: "˚", rlm: "‏", rmoust: "⎱", rmoustache: "⎱", rnmid: "⫮", roang: "⟭", roarr: "⇾", ropar: "⦆", ropf: "𝕣", roplus: "⨮", rotimes: "⨵", rpar: ")", rpargt: "⦔", rppolint: "⨒", rsaquo: "›", rscr: "𝓇", rtimes: "⋊", rtri: "▹", triangleright: "▹", rtriltri: "⧎", ruluhar: "⥨", rx: "℞", sacute: "ś", scE: "⪴", scap: "⪸", succapprox: "⪸", scaron: "š", scedil: "ş", scirc: "ŝ", scnE: "⪶", succneqq: "⪶", scnap: "⪺", succnapprox: "⪺", scnsim: "⋩", succnsim: "⋩", scpolint: "⨓", scy: "с", sdot: "⋅", sdote: "⩦", seArr: "⇘", sect: "§", semi: ";", seswar: "⤩", tosa: "⤩", sext: "✶", sfr: "𝔰", sharp: "♯", shchcy: "щ", shcy: "ш", shy: "­", sigma: "σ", sigmaf: "ς", sigmav: "ς", varsigma: "ς", simdot: "⩪", simg: "⪞", simgE: "⪠", siml: "⪝", simlE: "⪟", simne: "≆", simplus: "⨤", simrarr: "⥲", smashp: "⨳", smeparsl: "⧤", smile: "⌣", ssmile: "⌣", smt: "⪪", smte: "⪬", smtes: "⪬︀", softcy: "ь", sol: "/", solb: "⧄", solbar: "⌿", sopf: "𝕤", spades: "♠", spadesuit: "♠", sqcaps: "⊓︀", sqcups: "⊔︀", sscr: "𝓈", star: "☆", sub: "⊂", subset: "⊂", subE: "⫅", subseteqq: "⫅", subdot: "⪽", subedot: "⫃", submult: "⫁", subnE: "⫋", subsetneqq: "⫋", subne: "⊊", subsetneq: "⊊", subplus: "⪿", subrarr: "⥹", subsim: "⫇", subsub: "⫕", subsup: "⫓", sung: "♪", sup1: "¹", sup2: "²", sup3: "³", supE: "⫆", supseteqq: "⫆", supdot: "⪾", supdsub: "⫘", supedot: "⫄", suphsol: "⟉", suphsub: "⫗", suplarr: "⥻", supmult: "⫂", supnE: "⫌", supsetneqq: "⫌", supne: "⊋", supsetneq: "⊋", supplus: "⫀", supsim: "⫈", supsub: "⫔", supsup: "⫖", swArr: "⇙", swnwar: "⤪", szlig: "ß", target: "⌖", tau: "τ", tcaron: "ť", tcedil: "ţ", tcy: "т", telrec: "⌕", tfr: "𝔱", theta: "θ", thetasym: "ϑ", thetav: "ϑ", vartheta: "ϑ", thorn: "þ", times: "×", timesbar: "⨱", timesd: "⨰", topbot: "⌶", topcir: "⫱", topf: "𝕥", topfork: "⫚", tprime: "‴", triangle: "▵", utri: "▵", triangleq: "≜", trie: "≜", tridot: "◬", triminus: "⨺", triplus: "⨹", trisb: "⧍", tritime: "⨻", trpezium: "⏢", tscr: "𝓉", tscy: "ц", tshcy: "ћ", tstrok: "ŧ", uHar: "⥣", uacute: "ú", ubrcy: "ў", ubreve: "ŭ", ucirc: "û", ucy: "у", udblac: "ű", ufisht: "⥾", ufr: "𝔲", ugrave: "ù", uhblk: "▀", ulcorn: "⌜", ulcorner: "⌜", ulcrop: "⌏", ultri: "◸", umacr: "ū", uogon: "ų", uopf: "𝕦", upsi: "υ", upsilon: "υ", upuparrows: "⇈", uuarr: "⇈", urcorn: "⌝", urcorner: "⌝", urcrop: "⌎", uring: "ů", urtri: "◹", uscr: "𝓊", utdot: "⋰", utilde: "ũ", uuml: "ü", uwangle: "⦧", vBar: "⫨", vBarv: "⫩", vangrt: "⦜", varsubsetneq: "⊊︀", vsubne: "⊊︀", varsubsetneqq: "⫋︀", vsubnE: "⫋︀", varsupsetneq: "⊋︀", vsupne: "⊋︀", varsupsetneqq: "⫌︀", vsupnE: "⫌︀", vcy: "в", veebar: "⊻", veeeq: "≚", vellip: "⋮", vfr: "𝔳", vopf: "𝕧", vscr: "𝓋", vzigzag: "⦚", wcirc: "ŵ", wedbar: "⩟", wedgeq: "≙", weierp: "℘", wp: "℘", wfr: "𝔴", wopf: "𝕨", wscr: "𝓌", xfr: "𝔵", xi: "ξ", xnis: "⋻", xopf: "𝕩", xscr: "𝓍", yacute: "ý", yacy: "я", ycirc: "ŷ", ycy: "ы", yen: "¥", yfr: "𝔶", yicy: "ї", yopf: "𝕪", yscr: "𝓎", yucy: "ю", yuml: "ÿ", zacute: "ź", zcaron: "ž", zcy: "з", zdot: "ż", zeta: "ζ", zfr: "𝔷", zhcy: "ж", zigrarr: "⇝", zopf: "𝕫", zscr: "𝓏", zwj: "‍", zwnj: "‌" }, Ls = "";
1687
- Fe.ngsp = Ls;
1688
- var Fs = [/@/, /^\s*$/, /[<>]/, /^[{}]$/, /&(#|[a-z])/i, /^\/\//];
1689
- function qs(e, t) {
1645
+ `, Nfr: "𝔑", NoBreak: "⁠", NonBreakingSpace: " ", nbsp: " ", Nopf: "ℕ", naturals: "ℕ", Not: "⫬", NotCongruent: "≢", nequiv: "≢", NotCupCap: "≭", NotDoubleVerticalBar: "∦", npar: "∦", nparallel: "∦", nshortparallel: "∦", nspar: "∦", NotElement: "∉", notin: "∉", notinva: "∉", NotEqual: "≠", ne: "≠", NotEqualTilde: "≂̸", nesim: "≂̸", NotExists: "∄", nexist: "∄", nexists: "∄", NotGreater: "≯", ngt: "≯", ngtr: "≯", NotGreaterEqual: "≱", nge: "≱", ngeq: "≱", NotGreaterFullEqual: "≧̸", ngE: "≧̸", ngeqq: "≧̸", NotGreaterGreater: "≫̸", nGtv: "≫̸", NotGreaterLess: "≹", ntgl: "≹", NotGreaterSlantEqual: "⩾̸", ngeqslant: "⩾̸", nges: "⩾̸", NotGreaterTilde: "≵", ngsim: "≵", NotHumpDownHump: "≎̸", nbump: "≎̸", NotHumpEqual: "≏̸", nbumpe: "≏̸", NotLeftTriangle: "⋪", nltri: "⋪", ntriangleleft: "⋪", NotLeftTriangleBar: "⧏̸", NotLeftTriangleEqual: "⋬", nltrie: "⋬", ntrianglelefteq: "⋬", NotLess: "≮", nless: "≮", nlt: "≮", NotLessEqual: "≰", nle: "≰", nleq: "≰", NotLessGreater: "≸", ntlg: "≸", NotLessLess: "≪̸", nLtv: "≪̸", NotLessSlantEqual: "⩽̸", nleqslant: "⩽̸", nles: "⩽̸", NotLessTilde: "≴", nlsim: "≴", NotNestedGreaterGreater: "⪢̸", NotNestedLessLess: "⪡̸", NotPrecedes: "⊀", npr: "⊀", nprec: "⊀", NotPrecedesEqual: "⪯̸", npre: "⪯̸", npreceq: "⪯̸", NotPrecedesSlantEqual: "⋠", nprcue: "⋠", NotReverseElement: "∌", notni: "∌", notniva: "∌", NotRightTriangle: "⋫", nrtri: "⋫", ntriangleright: "⋫", NotRightTriangleBar: "⧐̸", NotRightTriangleEqual: "⋭", nrtrie: "⋭", ntrianglerighteq: "⋭", NotSquareSubset: "⊏̸", NotSquareSubsetEqual: "⋢", nsqsube: "⋢", NotSquareSuperset: "⊐̸", NotSquareSupersetEqual: "⋣", nsqsupe: "⋣", NotSubset: "⊂⃒", nsubset: "⊂⃒", vnsub: "⊂⃒", NotSubsetEqual: "⊈", nsube: "⊈", nsubseteq: "⊈", NotSucceeds: "⊁", nsc: "⊁", nsucc: "⊁", NotSucceedsEqual: "⪰̸", nsce: "⪰̸", nsucceq: "⪰̸", NotSucceedsSlantEqual: "⋡", nsccue: "⋡", NotSucceedsTilde: "≿̸", NotSuperset: "⊃⃒", nsupset: "⊃⃒", vnsup: "⊃⃒", NotSupersetEqual: "⊉", nsupe: "⊉", nsupseteq: "⊉", NotTilde: "≁", nsim: "≁", NotTildeEqual: "≄", nsime: "≄", nsimeq: "≄", NotTildeFullEqual: "≇", ncong: "≇", NotTildeTilde: "≉", nap: "≉", napprox: "≉", NotVerticalBar: "∤", nmid: "∤", nshortmid: "∤", nsmid: "∤", Nscr: "𝒩", Ntilde: "Ñ", Nu: "Ν", OElig: "Œ", Oacute: "Ó", Ocirc: "Ô", Ocy: "О", Odblac: "Ő", Ofr: "𝔒", Ograve: "Ò", Omacr: "Ō", Omega: "Ω", ohm: "Ω", Omicron: "Ο", Oopf: "𝕆", OpenCurlyDoubleQuote: "“", ldquo: "“", OpenCurlyQuote: "‘", lsquo: "‘", Or: "⩔", Oscr: "𝒪", Oslash: "Ø", Otilde: "Õ", Otimes: "⨷", Ouml: "Ö", OverBar: "‾", oline: "‾", OverBrace: "⏞", OverBracket: "⎴", tbrk: "⎴", OverParenthesis: "⏜", PartialD: "∂", part: "∂", Pcy: "П", Pfr: "𝔓", Phi: "Φ", Pi: "Π", PlusMinus: "±", plusmn: "±", pm: "±", Popf: "ℙ", primes: "ℙ", Pr: "⪻", Precedes: "≺", pr: "≺", prec: "≺", PrecedesEqual: "⪯", pre: "⪯", preceq: "⪯", PrecedesSlantEqual: "≼", prcue: "≼", preccurlyeq: "≼", PrecedesTilde: "≾", precsim: "≾", prsim: "≾", Prime: "″", Product: "∏", prod: "∏", Proportional: "∝", prop: "∝", propto: "∝", varpropto: "∝", vprop: "∝", Pscr: "𝒫", Psi: "Ψ", QUOT: '"', quot: '"', Qfr: "𝔔", Qopf: "ℚ", rationals: "ℚ", Qscr: "𝒬", RBarr: "⤐", drbkarow: "⤐", REG: "®", circledR: "®", reg: "®", Racute: "Ŕ", Rang: "⟫", Rarr: "↠", twoheadrightarrow: "↠", Rarrtl: "⤖", Rcaron: "Ř", Rcedil: "Ŗ", Rcy: "Р", Re: "ℜ", Rfr: "ℜ", real: "ℜ", realpart: "ℜ", ReverseElement: "∋", SuchThat: "∋", ni: "∋", niv: "∋", ReverseEquilibrium: "⇋", leftrightharpoons: "⇋", lrhar: "⇋", ReverseUpEquilibrium: "⥯", duhar: "⥯", Rho: "Ρ", RightAngleBracket: "⟩", rang: "⟩", rangle: "⟩", RightArrow: "→", ShortRightArrow: "→", rarr: "→", rightarrow: "→", srarr: "→", RightArrowBar: "⇥", rarrb: "⇥", RightArrowLeftArrow: "⇄", rightleftarrows: "⇄", rlarr: "⇄", RightCeiling: "⌉", rceil: "⌉", RightDoubleBracket: "⟧", robrk: "⟧", RightDownTeeVector: "⥝", RightDownVector: "⇂", dharr: "⇂", downharpoonright: "⇂", RightDownVectorBar: "⥕", RightFloor: "⌋", rfloor: "⌋", RightTee: "⊢", vdash: "⊢", RightTeeArrow: "↦", map: "↦", mapsto: "↦", RightTeeVector: "⥛", RightTriangle: "⊳", vartriangleright: "⊳", vrtri: "⊳", RightTriangleBar: "⧐", RightTriangleEqual: "⊵", rtrie: "⊵", trianglerighteq: "⊵", RightUpDownVector: "⥏", RightUpTeeVector: "⥜", RightUpVector: "↾", uharr: "↾", upharpoonright: "↾", RightUpVectorBar: "⥔", RightVector: "⇀", rharu: "⇀", rightharpoonup: "⇀", RightVectorBar: "⥓", Ropf: "ℝ", reals: "ℝ", RoundImplies: "⥰", Rrightarrow: "⇛", rAarr: "⇛", Rscr: "ℛ", realine: "ℛ", Rsh: "↱", rsh: "↱", RuleDelayed: "⧴", SHCHcy: "Щ", SHcy: "Ш", SOFTcy: "Ь", Sacute: "Ś", Sc: "⪼", Scaron: "Š", Scedil: "Ş", Scirc: "Ŝ", Scy: "С", Sfr: "𝔖", ShortUpArrow: "↑", UpArrow: "↑", uarr: "↑", uparrow: "↑", Sigma: "Σ", SmallCircle: "∘", compfn: "∘", Sopf: "𝕊", Sqrt: "√", radic: "√", Square: "□", squ: "□", square: "□", SquareIntersection: "⊓", sqcap: "⊓", SquareSubset: "⊏", sqsub: "⊏", sqsubset: "⊏", SquareSubsetEqual: "⊑", sqsube: "⊑", sqsubseteq: "⊑", SquareSuperset: "⊐", sqsup: "⊐", sqsupset: "⊐", SquareSupersetEqual: "⊒", sqsupe: "⊒", sqsupseteq: "⊒", SquareUnion: "⊔", sqcup: "⊔", Sscr: "𝒮", Star: "⋆", sstarf: "⋆", Sub: "⋐", Subset: "⋐", SubsetEqual: "⊆", sube: "⊆", subseteq: "⊆", Succeeds: "≻", sc: "≻", succ: "≻", SucceedsEqual: "⪰", sce: "⪰", succeq: "⪰", SucceedsSlantEqual: "≽", sccue: "≽", succcurlyeq: "≽", SucceedsTilde: "≿", scsim: "≿", succsim: "≿", Sum: "∑", sum: "∑", Sup: "⋑", Supset: "⋑", Superset: "⊃", sup: "⊃", supset: "⊃", SupersetEqual: "⊇", supe: "⊇", supseteq: "⊇", THORN: "Þ", TRADE: "™", trade: "™", TSHcy: "Ћ", TScy: "Ц", Tab: " ", Tau: "Τ", Tcaron: "Ť", Tcedil: "Ţ", Tcy: "Т", Tfr: "𝔗", Therefore: "∴", there4: "∴", therefore: "∴", Theta: "Θ", ThickSpace: "  ", ThinSpace: " ", thinsp: " ", Tilde: "∼", sim: "∼", thicksim: "∼", thksim: "∼", TildeEqual: "≃", sime: "≃", simeq: "≃", TildeFullEqual: "≅", cong: "≅", TildeTilde: "≈", ap: "≈", approx: "≈", asymp: "≈", thickapprox: "≈", thkap: "≈", Topf: "𝕋", TripleDot: "⃛", tdot: "⃛", Tscr: "𝒯", Tstrok: "Ŧ", Uacute: "Ú", Uarr: "↟", Uarrocir: "⥉", Ubrcy: "Ў", Ubreve: "Ŭ", Ucirc: "Û", Ucy: "У", Udblac: "Ű", Ufr: "𝔘", Ugrave: "Ù", Umacr: "Ū", UnderBar: "_", lowbar: "_", UnderBrace: "⏟", UnderBracket: "⎵", bbrk: "⎵", UnderParenthesis: "⏝", Union: "⋃", bigcup: "⋃", xcup: "⋃", UnionPlus: "⊎", uplus: "⊎", Uogon: "Ų", Uopf: "𝕌", UpArrowBar: "⤒", UpArrowDownArrow: "⇅", udarr: "⇅", UpDownArrow: "↕", updownarrow: "↕", varr: "↕", UpEquilibrium: "⥮", udhar: "⥮", UpTee: "⊥", bot: "⊥", bottom: "⊥", perp: "⊥", UpTeeArrow: "↥", mapstoup: "↥", UpperLeftArrow: "↖", nwarr: "↖", nwarrow: "↖", UpperRightArrow: "↗", nearr: "↗", nearrow: "↗", Upsi: "ϒ", upsih: "ϒ", Upsilon: "Υ", Uring: "Ů", Uscr: "𝒰", Utilde: "Ũ", Uuml: "Ü", VDash: "⊫", Vbar: "⫫", Vcy: "В", Vdash: "⊩", Vdashl: "⫦", Vee: "⋁", bigvee: "⋁", xvee: "⋁", Verbar: "‖", Vert: "‖", VerticalBar: "∣", mid: "∣", shortmid: "∣", smid: "∣", VerticalLine: "|", verbar: "|", vert: "|", VerticalSeparator: "❘", VerticalTilde: "≀", wr: "≀", wreath: "≀", VeryThinSpace: " ", hairsp: " ", Vfr: "𝔙", Vopf: "𝕍", Vscr: "𝒱", Vvdash: "⊪", Wcirc: "Ŵ", Wedge: "⋀", bigwedge: "⋀", xwedge: "⋀", Wfr: "𝔚", Wopf: "𝕎", Wscr: "𝒲", Xfr: "𝔛", Xi: "Ξ", Xopf: "𝕏", Xscr: "𝒳", YAcy: "Я", YIcy: "Ї", YUcy: "Ю", Yacute: "Ý", Ycirc: "Ŷ", Ycy: "Ы", Yfr: "𝔜", Yopf: "𝕐", Yscr: "𝒴", Yuml: "Ÿ", ZHcy: "Ж", Zacute: "Ź", Zcaron: "Ž", Zcy: "З", Zdot: "Ż", Zeta: "Ζ", Zfr: "ℨ", zeetrf: "ℨ", Zopf: "ℤ", integers: "ℤ", Zscr: "𝒵", aacute: "á", abreve: "ă", ac: "∾", mstpos: "∾", acE: "∾̳", acd: "∿", acirc: "â", acy: "а", aelig: "æ", afr: "𝔞", agrave: "à", alefsym: "ℵ", aleph: "ℵ", alpha: "α", amacr: "ā", amalg: "⨿", and: "∧", wedge: "∧", andand: "⩕", andd: "⩜", andslope: "⩘", andv: "⩚", ang: "∠", angle: "∠", ange: "⦤", angmsd: "∡", measuredangle: "∡", angmsdaa: "⦨", angmsdab: "⦩", angmsdac: "⦪", angmsdad: "⦫", angmsdae: "⦬", angmsdaf: "⦭", angmsdag: "⦮", angmsdah: "⦯", angrt: "∟", angrtvb: "⊾", angrtvbd: "⦝", angsph: "∢", angzarr: "⍼", aogon: "ą", aopf: "𝕒", apE: "⩰", apacir: "⩯", ape: "≊", approxeq: "≊", apid: "≋", apos: "'", aring: "å", ascr: "𝒶", ast: "*", midast: "*", atilde: "ã", auml: "ä", awint: "⨑", bNot: "⫭", backcong: "≌", bcong: "≌", backepsilon: "϶", bepsi: "϶", backprime: "‵", bprime: "‵", backsim: "∽", bsim: "∽", backsimeq: "⋍", bsime: "⋍", barvee: "⊽", barwed: "⌅", barwedge: "⌅", bbrktbrk: "⎶", bcy: "б", bdquo: "„", ldquor: "„", bemptyv: "⦰", beta: "β", beth: "ℶ", between: "≬", twixt: "≬", bfr: "𝔟", bigcirc: "◯", xcirc: "◯", bigodot: "⨀", xodot: "⨀", bigoplus: "⨁", xoplus: "⨁", bigotimes: "⨂", xotime: "⨂", bigsqcup: "⨆", xsqcup: "⨆", bigstar: "★", starf: "★", bigtriangledown: "▽", xdtri: "▽", bigtriangleup: "△", xutri: "△", biguplus: "⨄", xuplus: "⨄", bkarow: "⤍", rbarr: "⤍", blacklozenge: "⧫", lozf: "⧫", blacktriangle: "▴", utrif: "▴", blacktriangledown: "▾", dtrif: "▾", blacktriangleleft: "◂", ltrif: "◂", blacktriangleright: "▸", rtrif: "▸", blank: "␣", blk12: "▒", blk14: "░", blk34: "▓", block: "█", bne: "=⃥", bnequiv: "≡⃥", bnot: "⌐", bopf: "𝕓", bowtie: "⋈", boxDL: "╗", boxDR: "╔", boxDl: "╖", boxDr: "╓", boxH: "═", boxHD: "╦", boxHU: "╩", boxHd: "╤", boxHu: "╧", boxUL: "╝", boxUR: "╚", boxUl: "╜", boxUr: "╙", boxV: "║", boxVH: "╬", boxVL: "╣", boxVR: "╠", boxVh: "╫", boxVl: "╢", boxVr: "╟", boxbox: "⧉", boxdL: "╕", boxdR: "╒", boxdl: "┐", boxdr: "┌", boxhD: "╥", boxhU: "╨", boxhd: "┬", boxhu: "┴", boxminus: "⊟", minusb: "⊟", boxplus: "⊞", plusb: "⊞", boxtimes: "⊠", timesb: "⊠", boxuL: "╛", boxuR: "╘", boxul: "┘", boxur: "└", boxv: "│", boxvH: "╪", boxvL: "╡", boxvR: "╞", boxvh: "┼", boxvl: "┤", boxvr: "├", brvbar: "¦", bscr: "𝒷", bsemi: "⁏", bsol: "\\", bsolb: "⧅", bsolhsub: "⟈", bull: "•", bullet: "•", bumpE: "⪮", cacute: "ć", cap: "∩", capand: "⩄", capbrcup: "⩉", capcap: "⩋", capcup: "⩇", capdot: "⩀", caps: "∩︀", caret: "⁁", ccaps: "⩍", ccaron: "č", ccedil: "ç", ccirc: "ĉ", ccups: "⩌", ccupssm: "⩐", cdot: "ċ", cemptyv: "⦲", cent: "¢", cfr: "𝔠", chcy: "ч", check: "✓", checkmark: "✓", chi: "χ", cir: "○", cirE: "⧃", circ: "ˆ", circeq: "≗", cire: "≗", circlearrowleft: "↺", olarr: "↺", circlearrowright: "↻", orarr: "↻", circledS: "Ⓢ", oS: "Ⓢ", circledast: "⊛", oast: "⊛", circledcirc: "⊚", ocir: "⊚", circleddash: "⊝", odash: "⊝", cirfnint: "⨐", cirmid: "⫯", cirscir: "⧂", clubs: "♣", clubsuit: "♣", colon: ":", comma: ",", commat: "@", comp: "∁", complement: "∁", congdot: "⩭", copf: "𝕔", copysr: "℗", crarr: "↵", cross: "✗", cscr: "𝒸", csub: "⫏", csube: "⫑", csup: "⫐", csupe: "⫒", ctdot: "⋯", cudarrl: "⤸", cudarrr: "⤵", cuepr: "⋞", curlyeqprec: "⋞", cuesc: "⋟", curlyeqsucc: "⋟", cularr: "↶", curvearrowleft: "↶", cularrp: "⤽", cup: "∪", cupbrcap: "⩈", cupcap: "⩆", cupcup: "⩊", cupdot: "⊍", cupor: "⩅", cups: "∪︀", curarr: "↷", curvearrowright: "↷", curarrm: "⤼", curlyvee: "⋎", cuvee: "⋎", curlywedge: "⋏", cuwed: "⋏", curren: "¤", cwint: "∱", cylcty: "⌭", dHar: "⥥", dagger: "†", daleth: "ℸ", dash: "‐", hyphen: "‐", dbkarow: "⤏", rBarr: "⤏", dcaron: "ď", dcy: "д", ddarr: "⇊", downdownarrows: "⇊", ddotseq: "⩷", eDDot: "⩷", deg: "°", delta: "δ", demptyv: "⦱", dfisht: "⥿", dfr: "𝔡", diamondsuit: "♦", diams: "♦", digamma: "ϝ", gammad: "ϝ", disin: "⋲", div: "÷", divide: "÷", divideontimes: "⋇", divonx: "⋇", djcy: "ђ", dlcorn: "⌞", llcorner: "⌞", dlcrop: "⌍", dollar: "$", dopf: "𝕕", doteqdot: "≑", eDot: "≑", dotminus: "∸", minusd: "∸", dotplus: "∔", plusdo: "∔", dotsquare: "⊡", sdotb: "⊡", drcorn: "⌟", lrcorner: "⌟", drcrop: "⌌", dscr: "𝒹", dscy: "ѕ", dsol: "⧶", dstrok: "đ", dtdot: "⋱", dtri: "▿", triangledown: "▿", dwangle: "⦦", dzcy: "џ", dzigrarr: "⟿", eacute: "é", easter: "⩮", ecaron: "ě", ecir: "≖", eqcirc: "≖", ecirc: "ê", ecolon: "≕", eqcolon: "≕", ecy: "э", edot: "ė", efDot: "≒", fallingdotseq: "≒", efr: "𝔢", eg: "⪚", egrave: "è", egs: "⪖", eqslantgtr: "⪖", egsdot: "⪘", el: "⪙", elinters: "⏧", ell: "ℓ", els: "⪕", eqslantless: "⪕", elsdot: "⪗", emacr: "ē", empty: "∅", emptyset: "∅", emptyv: "∅", varnothing: "∅", emsp13: " ", emsp14: " ", emsp: " ", eng: "ŋ", ensp: " ", eogon: "ę", eopf: "𝕖", epar: "⋕", eparsl: "⧣", eplus: "⩱", epsi: "ε", epsilon: "ε", epsiv: "ϵ", straightepsilon: "ϵ", varepsilon: "ϵ", equals: "=", equest: "≟", questeq: "≟", equivDD: "⩸", eqvparsl: "⧥", erDot: "≓", risingdotseq: "≓", erarr: "⥱", escr: "ℯ", eta: "η", eth: "ð", euml: "ë", euro: "€", excl: "!", fcy: "ф", female: "♀", ffilig: "ffi", fflig: "ff", ffllig: "ffl", ffr: "𝔣", filig: "fi", fjlig: "fj", flat: "♭", fllig: "fl", fltns: "▱", fnof: "ƒ", fopf: "𝕗", fork: "⋔", pitchfork: "⋔", forkv: "⫙", fpartint: "⨍", frac12: "½", half: "½", frac13: "⅓", frac14: "¼", frac15: "⅕", frac16: "⅙", frac18: "⅛", frac23: "⅔", frac25: "⅖", frac34: "¾", frac35: "⅗", frac38: "⅜", frac45: "⅘", frac56: "⅚", frac58: "⅝", frac78: "⅞", frasl: "⁄", frown: "⌢", sfrown: "⌢", fscr: "𝒻", gEl: "⪌", gtreqqless: "⪌", gacute: "ǵ", gamma: "γ", gap: "⪆", gtrapprox: "⪆", gbreve: "ğ", gcirc: "ĝ", gcy: "г", gdot: "ġ", gescc: "⪩", gesdot: "⪀", gesdoto: "⪂", gesdotol: "⪄", gesl: "⋛︀", gesles: "⪔", gfr: "𝔤", gimel: "ℷ", gjcy: "ѓ", glE: "⪒", gla: "⪥", glj: "⪤", gnE: "≩", gneqq: "≩", gnap: "⪊", gnapprox: "⪊", gne: "⪈", gneq: "⪈", gnsim: "⋧", gopf: "𝕘", gscr: "ℊ", gsime: "⪎", gsiml: "⪐", gtcc: "⪧", gtcir: "⩺", gtdot: "⋗", gtrdot: "⋗", gtlPar: "⦕", gtquest: "⩼", gtrarr: "⥸", gvertneqq: "≩︀", gvnE: "≩︀", hardcy: "ъ", harrcir: "⥈", harrw: "↭", leftrightsquigarrow: "↭", hbar: "ℏ", hslash: "ℏ", planck: "ℏ", plankv: "ℏ", hcirc: "ĥ", hearts: "♥", heartsuit: "♥", hellip: "…", mldr: "…", hercon: "⊹", hfr: "𝔥", hksearow: "⤥", searhk: "⤥", hkswarow: "⤦", swarhk: "⤦", hoarr: "⇿", homtht: "∻", hookleftarrow: "↩", larrhk: "↩", hookrightarrow: "↪", rarrhk: "↪", hopf: "𝕙", horbar: "―", hscr: "𝒽", hstrok: "ħ", hybull: "⁃", iacute: "í", icirc: "î", icy: "и", iecy: "е", iexcl: "¡", ifr: "𝔦", igrave: "ì", iiiint: "⨌", qint: "⨌", iiint: "∭", tint: "∭", iinfin: "⧜", iiota: "℩", ijlig: "ij", imacr: "ī", imath: "ı", inodot: "ı", imof: "⊷", imped: "Ƶ", incare: "℅", infin: "∞", infintie: "⧝", intcal: "⊺", intercal: "⊺", intlarhk: "⨗", intprod: "⨼", iprod: "⨼", iocy: "ё", iogon: "į", iopf: "𝕚", iota: "ι", iquest: "¿", iscr: "𝒾", isinE: "⋹", isindot: "⋵", isins: "⋴", isinsv: "⋳", itilde: "ĩ", iukcy: "і", iuml: "ï", jcirc: "ĵ", jcy: "й", jfr: "𝔧", jmath: "ȷ", jopf: "𝕛", jscr: "𝒿", jsercy: "ј", jukcy: "є", kappa: "κ", kappav: "ϰ", varkappa: "ϰ", kcedil: "ķ", kcy: "к", kfr: "𝔨", kgreen: "ĸ", khcy: "х", kjcy: "ќ", kopf: "𝕜", kscr: "𝓀", lAtail: "⤛", lBarr: "⤎", lEg: "⪋", lesseqqgtr: "⪋", lHar: "⥢", lacute: "ĺ", laemptyv: "⦴", lambda: "λ", langd: "⦑", lap: "⪅", lessapprox: "⪅", laquo: "«", larrbfs: "⤟", larrfs: "⤝", larrlp: "↫", looparrowleft: "↫", larrpl: "⤹", larrsim: "⥳", larrtl: "↢", leftarrowtail: "↢", lat: "⪫", latail: "⤙", late: "⪭", lates: "⪭︀", lbarr: "⤌", lbbrk: "❲", lbrace: "{", lcub: "{", lbrack: "[", lsqb: "[", lbrke: "⦋", lbrksld: "⦏", lbrkslu: "⦍", lcaron: "ľ", lcedil: "ļ", lcy: "л", ldca: "⤶", ldrdhar: "⥧", ldrushar: "⥋", ldsh: "↲", le: "≤", leq: "≤", leftleftarrows: "⇇", llarr: "⇇", leftthreetimes: "⋋", lthree: "⋋", lescc: "⪨", lesdot: "⩿", lesdoto: "⪁", lesdotor: "⪃", lesg: "⋚︀", lesges: "⪓", lessdot: "⋖", ltdot: "⋖", lfisht: "⥼", lfr: "𝔩", lgE: "⪑", lharul: "⥪", lhblk: "▄", ljcy: "љ", llhard: "⥫", lltri: "◺", lmidot: "ŀ", lmoust: "⎰", lmoustache: "⎰", lnE: "≨", lneqq: "≨", lnap: "⪉", lnapprox: "⪉", lne: "⪇", lneq: "⪇", lnsim: "⋦", loang: "⟬", loarr: "⇽", longmapsto: "⟼", xmap: "⟼", looparrowright: "↬", rarrlp: "↬", lopar: "⦅", lopf: "𝕝", loplus: "⨭", lotimes: "⨴", lowast: "∗", loz: "◊", lozenge: "◊", lpar: "(", lparlt: "⦓", lrhard: "⥭", lrm: "‎", lrtri: "⊿", lsaquo: "‹", lscr: "𝓁", lsime: "⪍", lsimg: "⪏", lsquor: "‚", sbquo: "‚", lstrok: "ł", ltcc: "⪦", ltcir: "⩹", ltimes: "⋉", ltlarr: "⥶", ltquest: "⩻", ltrPar: "⦖", ltri: "◃", triangleleft: "◃", lurdshar: "⥊", luruhar: "⥦", lvertneqq: "≨︀", lvnE: "≨︀", mDDot: "∺", macr: "¯", strns: "¯", male: "♂", malt: "✠", maltese: "✠", marker: "▮", mcomma: "⨩", mcy: "м", mdash: "—", mfr: "𝔪", mho: "℧", micro: "µ", midcir: "⫰", minus: "−", minusdu: "⨪", mlcp: "⫛", models: "⊧", mopf: "𝕞", mscr: "𝓂", mu: "μ", multimap: "⊸", mumap: "⊸", nGg: "⋙̸", nGt: "≫⃒", nLeftarrow: "⇍", nlArr: "⇍", nLeftrightarrow: "⇎", nhArr: "⇎", nLl: "⋘̸", nLt: "≪⃒", nRightarrow: "⇏", nrArr: "⇏", nVDash: "⊯", nVdash: "⊮", nacute: "ń", nang: "∠⃒", napE: "⩰̸", napid: "≋̸", napos: "ʼn", natur: "♮", natural: "♮", ncap: "⩃", ncaron: "ň", ncedil: "ņ", ncongdot: "⩭̸", ncup: "⩂", ncy: "н", ndash: "–", neArr: "⇗", nearhk: "⤤", nedot: "≐̸", nesear: "⤨", toea: "⤨", nfr: "𝔫", nharr: "↮", nleftrightarrow: "↮", nhpar: "⫲", nis: "⋼", nisd: "⋺", njcy: "њ", nlE: "≦̸", nleqq: "≦̸", nlarr: "↚", nleftarrow: "↚", nldr: "‥", nopf: "𝕟", not: "¬", notinE: "⋹̸", notindot: "⋵̸", notinvb: "⋷", notinvc: "⋶", notnivb: "⋾", notnivc: "⋽", nparsl: "⫽⃥", npart: "∂̸", npolint: "⨔", nrarr: "↛", nrightarrow: "↛", nrarrc: "⤳̸", nrarrw: "↝̸", nscr: "𝓃", nsub: "⊄", nsubE: "⫅̸", nsubseteqq: "⫅̸", nsup: "⊅", nsupE: "⫆̸", nsupseteqq: "⫆̸", ntilde: "ñ", nu: "ν", num: "#", numero: "№", numsp: " ", nvDash: "⊭", nvHarr: "⤄", nvap: "≍⃒", nvdash: "⊬", nvge: "≥⃒", nvgt: ">⃒", nvinfin: "⧞", nvlArr: "⤂", nvle: "≤⃒", nvlt: "<⃒", nvltrie: "⊴⃒", nvrArr: "⤃", nvrtrie: "⊵⃒", nvsim: "∼⃒", nwArr: "⇖", nwarhk: "⤣", nwnear: "⤧", oacute: "ó", ocirc: "ô", ocy: "о", odblac: "ő", odiv: "⨸", odsold: "⦼", oelig: "œ", ofcir: "⦿", ofr: "𝔬", ogon: "˛", ograve: "ò", ogt: "⧁", ohbar: "⦵", olcir: "⦾", olcross: "⦻", olt: "⧀", omacr: "ō", omega: "ω", omicron: "ο", omid: "⦶", oopf: "𝕠", opar: "⦷", operp: "⦹", or: "∨", vee: "∨", ord: "⩝", order: "ℴ", orderof: "ℴ", oscr: "ℴ", ordf: "ª", ordm: "º", origof: "⊶", oror: "⩖", orslope: "⩗", orv: "⩛", oslash: "ø", osol: "⊘", otilde: "õ", otimesas: "⨶", ouml: "ö", ovbar: "⌽", para: "¶", parsim: "⫳", parsl: "⫽", pcy: "п", percnt: "%", period: ".", permil: "‰", pertenk: "‱", pfr: "𝔭", phi: "φ", phiv: "ϕ", straightphi: "ϕ", varphi: "ϕ", phone: "☎", pi: "π", piv: "ϖ", varpi: "ϖ", planckh: "ℎ", plus: "+", plusacir: "⨣", pluscir: "⨢", plusdu: "⨥", pluse: "⩲", plussim: "⨦", plustwo: "⨧", pointint: "⨕", popf: "𝕡", pound: "£", prE: "⪳", prap: "⪷", precapprox: "⪷", precnapprox: "⪹", prnap: "⪹", precneqq: "⪵", prnE: "⪵", precnsim: "⋨", prnsim: "⋨", prime: "′", profalar: "⌮", profline: "⌒", profsurf: "⌓", prurel: "⊰", pscr: "𝓅", psi: "ψ", puncsp: " ", qfr: "𝔮", qopf: "𝕢", qprime: "⁗", qscr: "𝓆", quatint: "⨖", quest: "?", rAtail: "⤜", rHar: "⥤", race: "∽̱", racute: "ŕ", raemptyv: "⦳", rangd: "⦒", range: "⦥", raquo: "»", rarrap: "⥵", rarrbfs: "⤠", rarrc: "⤳", rarrfs: "⤞", rarrpl: "⥅", rarrsim: "⥴", rarrtl: "↣", rightarrowtail: "↣", rarrw: "↝", rightsquigarrow: "↝", ratail: "⤚", ratio: "∶", rbbrk: "❳", rbrace: "}", rcub: "}", rbrack: "]", rsqb: "]", rbrke: "⦌", rbrksld: "⦎", rbrkslu: "⦐", rcaron: "ř", rcedil: "ŗ", rcy: "р", rdca: "⤷", rdldhar: "⥩", rdsh: "↳", rect: "▭", rfisht: "⥽", rfr: "𝔯", rharul: "⥬", rho: "ρ", rhov: "ϱ", varrho: "ϱ", rightrightarrows: "⇉", rrarr: "⇉", rightthreetimes: "⋌", rthree: "⋌", ring: "˚", rlm: "‏", rmoust: "⎱", rmoustache: "⎱", rnmid: "⫮", roang: "⟭", roarr: "⇾", ropar: "⦆", ropf: "𝕣", roplus: "⨮", rotimes: "⨵", rpar: ")", rpargt: "⦔", rppolint: "⨒", rsaquo: "›", rscr: "𝓇", rtimes: "⋊", rtri: "▹", triangleright: "▹", rtriltri: "⧎", ruluhar: "⥨", rx: "℞", sacute: "ś", scE: "⪴", scap: "⪸", succapprox: "⪸", scaron: "š", scedil: "ş", scirc: "ŝ", scnE: "⪶", succneqq: "⪶", scnap: "⪺", succnapprox: "⪺", scnsim: "⋩", succnsim: "⋩", scpolint: "⨓", scy: "с", sdot: "⋅", sdote: "⩦", seArr: "⇘", sect: "§", semi: ";", seswar: "⤩", tosa: "⤩", sext: "✶", sfr: "𝔰", sharp: "♯", shchcy: "щ", shcy: "ш", shy: "­", sigma: "σ", sigmaf: "ς", sigmav: "ς", varsigma: "ς", simdot: "⩪", simg: "⪞", simgE: "⪠", siml: "⪝", simlE: "⪟", simne: "≆", simplus: "⨤", simrarr: "⥲", smashp: "⨳", smeparsl: "⧤", smile: "⌣", ssmile: "⌣", smt: "⪪", smte: "⪬", smtes: "⪬︀", softcy: "ь", sol: "/", solb: "⧄", solbar: "⌿", sopf: "𝕤", spades: "♠", spadesuit: "♠", sqcaps: "⊓︀", sqcups: "⊔︀", sscr: "𝓈", star: "☆", sub: "⊂", subset: "⊂", subE: "⫅", subseteqq: "⫅", subdot: "⪽", subedot: "⫃", submult: "⫁", subnE: "⫋", subsetneqq: "⫋", subne: "⊊", subsetneq: "⊊", subplus: "⪿", subrarr: "⥹", subsim: "⫇", subsub: "⫕", subsup: "⫓", sung: "♪", sup1: "¹", sup2: "²", sup3: "³", supE: "⫆", supseteqq: "⫆", supdot: "⪾", supdsub: "⫘", supedot: "⫄", suphsol: "⟉", suphsub: "⫗", suplarr: "⥻", supmult: "⫂", supnE: "⫌", supsetneqq: "⫌", supne: "⊋", supsetneq: "⊋", supplus: "⫀", supsim: "⫈", supsub: "⫔", supsup: "⫖", swArr: "⇙", swnwar: "⤪", szlig: "ß", target: "⌖", tau: "τ", tcaron: "ť", tcedil: "ţ", tcy: "т", telrec: "⌕", tfr: "𝔱", theta: "θ", thetasym: "ϑ", thetav: "ϑ", vartheta: "ϑ", thorn: "þ", times: "×", timesbar: "⨱", timesd: "⨰", topbot: "⌶", topcir: "⫱", topf: "𝕥", topfork: "⫚", tprime: "‴", triangle: "▵", utri: "▵", triangleq: "≜", trie: "≜", tridot: "◬", triminus: "⨺", triplus: "⨹", trisb: "⧍", tritime: "⨻", trpezium: "⏢", tscr: "𝓉", tscy: "ц", tshcy: "ћ", tstrok: "ŧ", uHar: "⥣", uacute: "ú", ubrcy: "ў", ubreve: "ŭ", ucirc: "û", ucy: "у", udblac: "ű", ufisht: "⥾", ufr: "𝔲", ugrave: "ù", uhblk: "▀", ulcorn: "⌜", ulcorner: "⌜", ulcrop: "⌏", ultri: "◸", umacr: "ū", uogon: "ų", uopf: "𝕦", upsi: "υ", upsilon: "υ", upuparrows: "⇈", uuarr: "⇈", urcorn: "⌝", urcorner: "⌝", urcrop: "⌎", uring: "ů", urtri: "◹", uscr: "𝓊", utdot: "⋰", utilde: "ũ", uuml: "ü", uwangle: "⦧", vBar: "⫨", vBarv: "⫩", vangrt: "⦜", varsubsetneq: "⊊︀", vsubne: "⊊︀", varsubsetneqq: "⫋︀", vsubnE: "⫋︀", varsupsetneq: "⊋︀", vsupne: "⊋︀", varsupsetneqq: "⫌︀", vsupnE: "⫌︀", vcy: "в", veebar: "⊻", veeeq: "≚", vellip: "⋮", vfr: "𝔳", vopf: "𝕧", vscr: "𝓋", vzigzag: "⦚", wcirc: "ŵ", wedbar: "⩟", wedgeq: "≙", weierp: "℘", wp: "℘", wfr: "𝔴", wopf: "𝕨", wscr: "𝓌", xfr: "𝔵", xi: "ξ", xnis: "⋻", xopf: "𝕩", xscr: "𝓍", yacute: "ý", yacy: "я", ycirc: "ŷ", ycy: "ы", yen: "¥", yfr: "𝔶", yicy: "ї", yopf: "𝕪", yscr: "𝓎", yucy: "ю", yuml: "ÿ", zacute: "ź", zcaron: "ž", zcy: "з", zdot: "ż", zeta: "ζ", zfr: "𝔷", zhcy: "ж", zigrarr: "⇝", zopf: "𝕫", zscr: "𝓏", zwj: "‍", zwnj: "‌" }, ms = "";
1646
+ Fe.ngsp = ms;
1647
+ var gs = [/@/, /^\s*$/, /[<>]/, /^[{}]$/, /&(#|[a-z])/i, /^\/\//];
1648
+ function fs(e, t) {
1690
1649
  if (t != null && !(Array.isArray(t) && t.length == 2))
1691
1650
  throw new Error(`Expected '${e}' to be an array, [start, end].`);
1692
1651
  if (t != null) {
1693
1652
  let r = t[0], n = t[1];
1694
- Fs.forEach((a) => {
1653
+ gs.forEach((a) => {
1695
1654
  if (a.test(r) || a.test(n))
1696
1655
  throw new Error(`['${r}', '${n}'] contains unusable interpolation symbol.`);
1697
1656
  });
1698
1657
  }
1699
1658
  }
1700
- var Ns = class un {
1659
+ var vs = class Qr {
1701
1660
  static fromArray(t) {
1702
- return t ? (qs("interpolation", t), new un(t[0], t[1])) : on;
1661
+ return t ? (fs("interpolation", t), new Qr(t[0], t[1])) : Zr;
1703
1662
  }
1704
1663
  constructor(t, r) {
1705
1664
  this.start = t, this.end = r;
1706
1665
  }
1707
- }, on = new Ns("{{", "}}"), Ge = class extends rn {
1666
+ }, Zr = new vs("{{", "}}"), Ge = class extends Kr {
1708
1667
  constructor(e, t, r) {
1709
1668
  super(r, e), this.tokenType = t;
1710
1669
  }
1711
- }, Is = class {
1670
+ }, Cs = class {
1712
1671
  constructor(e, t, r) {
1713
1672
  this.tokens = e, this.errors = t, this.nonNormalizedIcuExpressions = r;
1714
1673
  }
1715
1674
  };
1716
- function Ps(e, t, r, n = {}) {
1717
- let a = new Rs(new tn(e, t), r, n);
1718
- return a.tokenize(), new Is(zs(a.tokens), a.errors, a.nonNormalizedIcuExpressions);
1675
+ function Ss(e, t, r, n = {}) {
1676
+ let a = new _s(new Gr(e, t), r, n);
1677
+ return a.tokenize(), new Cs(Ds(a.tokens), a.errors, a.nonNormalizedIcuExpressions);
1719
1678
  }
1720
- var Ms = /\r\n?/g;
1679
+ var ys = /\r\n?/g;
1721
1680
  function X(e) {
1722
1681
  return `Unexpected character "${e === 0 ? "EOF" : String.fromCharCode(e)}"`;
1723
1682
  }
1724
- function nr(e) {
1683
+ function Kt(e) {
1725
1684
  return `Unknown entity "${e}" - use the "&#<decimal>;" or "&#x<hex>;" syntax`;
1726
1685
  }
1727
- function Hs(e, t) {
1686
+ function bs(e, t) {
1728
1687
  return `Unable to parse entity "${t}" - ${e} character reference entities must end with ";"`;
1729
1688
  }
1730
1689
  var qe;
@@ -1735,11 +1694,11 @@ var Ke = class {
1735
1694
  constructor(e) {
1736
1695
  this.error = e;
1737
1696
  }
1738
- }, Rs = class {
1697
+ }, _s = class {
1739
1698
  constructor(e, t, r) {
1740
- this._getTagContentType = t, this._currentTokenStart = null, this._currentTokenType = null, this._expansionCaseStack = [], this._inInterpolation = !1, this._fullNameStack = [], this.tokens = [], this.errors = [], this.nonNormalizedIcuExpressions = [], this._tokenizeIcu = r.tokenizeExpansionForms || !1, this._interpolationConfig = r.interpolationConfig || on, this._leadingTriviaCodePoints = r.leadingTriviaChars && r.leadingTriviaChars.map((a) => a.codePointAt(0) || 0), this._canSelfClose = r.canSelfClose || !1, this._allowHtmComponentClosingTags = r.allowHtmComponentClosingTags || !1;
1699
+ this._getTagContentType = t, this._currentTokenStart = null, this._currentTokenType = null, this._expansionCaseStack = [], this._inInterpolation = !1, this._fullNameStack = [], this.tokens = [], this.errors = [], this.nonNormalizedIcuExpressions = [], this._tokenizeIcu = r.tokenizeExpansionForms || !1, this._interpolationConfig = r.interpolationConfig || Zr, this._leadingTriviaCodePoints = r.leadingTriviaChars && r.leadingTriviaChars.map((a) => a.codePointAt(0) || 0), this._canSelfClose = r.canSelfClose || !1, this._allowHtmComponentClosingTags = r.allowHtmComponentClosingTags || !1;
1741
1700
  let n = r.range || { endPos: e.content.length, startPos: 0, startLine: 0, startCol: 0 };
1742
- this._cursor = r.escapedString ? new js(e, n) : new ln(e, n), this._preserveLineEndings = r.preserveLineEndings || !1, this._i18nNormalizeLineEndingsInICUs = r.i18nNormalizeLineEndingsInICUs || !1, this._tokenizeBlocks = r.tokenizeBlocks ?? !0, this._tokenizeLet = r.tokenizeLet ?? !0;
1701
+ this._cursor = r.escapedString ? new Ts(e, n) : new en(e, n), this._preserveLineEndings = r.preserveLineEndings || !1, this._i18nNormalizeLineEndingsInICUs = r.i18nNormalizeLineEndingsInICUs || !1, this._tokenizeBlocks = r.tokenizeBlocks ?? !0, this._tokenizeLet = r.tokenizeLet ?? !0;
1743
1702
  try {
1744
1703
  this._cursor.init();
1745
1704
  } catch (a) {
@@ -1747,7 +1706,7 @@ var Ke = class {
1747
1706
  }
1748
1707
  }
1749
1708
  _processCarriageReturns(e) {
1750
- return this._preserveLineEndings ? e : e.replace(Ms, `
1709
+ return this._preserveLineEndings ? e : e.replace(ys, `
1751
1710
  `);
1752
1711
  }
1753
1712
  tokenize() {
@@ -1773,7 +1732,7 @@ var Ke = class {
1773
1732
  }
1774
1733
  _getBlockName() {
1775
1734
  let e = !1, t = this._cursor.clone();
1776
- return this._attemptCharCodeUntilFn((r) => De(r) ? !e : sr(r) ? (e = !0, !1) : !0), this._cursor.getChars(t).trim();
1735
+ return this._attemptCharCodeUntilFn((r) => De(r) ? !e : Jt(r) ? (e = !0, !1) : !0), this._cursor.getChars(t).trim();
1777
1736
  }
1778
1737
  _consumeBlockStart(e) {
1779
1738
  this._beginToken(25, e);
@@ -1791,7 +1750,7 @@ var Ke = class {
1791
1750
  this._beginToken(27, e), this._endToken([]);
1792
1751
  }
1793
1752
  _consumeBlockParameters() {
1794
- for (this._attemptCharCodeUntilFn(ur); this._cursor.peek() !== 41 && this._cursor.peek() !== 0; ) {
1753
+ for (this._attemptCharCodeUntilFn(Qt); this._cursor.peek() !== 41 && this._cursor.peek() !== 0; ) {
1795
1754
  this._beginToken(28);
1796
1755
  let e = this._cursor.clone(), t = null, r = 0;
1797
1756
  for (; this._cursor.peek() !== 59 && this._cursor.peek() !== 0 || t !== null; ) {
@@ -1811,7 +1770,7 @@ var Ke = class {
1811
1770
  }
1812
1771
  this._cursor.advance();
1813
1772
  }
1814
- this._endToken([this._cursor.getChars(e)]), this._attemptCharCodeUntilFn(ur);
1773
+ this._endToken([this._cursor.getChars(e)]), this._attemptCharCodeUntilFn(Qt);
1815
1774
  }
1816
1775
  }
1817
1776
  _consumeLetDeclaration(e) {
@@ -1846,7 +1805,7 @@ var Ke = class {
1846
1805
  _tokenizeExpansionForm() {
1847
1806
  if (this.isExpansionFormStart())
1848
1807
  return this._consumeExpansionFormStart(), !0;
1849
- if (Ws(this._cursor.peek()) && this._isInExpansionForm())
1808
+ if (Es(this._cursor.peek()) && this._isInExpansionForm())
1850
1809
  return this._consumeExpansionCaseStart(), !0;
1851
1810
  if (this._cursor.peek() === 125) {
1852
1811
  if (this._isInExpansionCase())
@@ -1882,7 +1841,7 @@ var Ke = class {
1882
1841
  return this._cursor.peek() === e ? (this._cursor.advance(), !0) : !1;
1883
1842
  }
1884
1843
  _attemptCharCodeCaseInsensitive(e) {
1885
- return $s(this._cursor.peek(), e) ? (this._cursor.advance(), !0) : !1;
1844
+ return xs(this._cursor.peek(), e) ? (this._cursor.advance(), !0) : !1;
1886
1845
  }
1887
1846
  _requireCharCode(e) {
1888
1847
  let t = this._cursor.clone();
@@ -1937,10 +1896,10 @@ var Ke = class {
1937
1896
  let t = this._cursor.clone();
1938
1897
  if (this._cursor.advance(), this._attemptCharCode(35)) {
1939
1898
  let r = this._attemptCharCode(120) || this._attemptCharCode(88), n = this._cursor.clone();
1940
- if (this._attemptCharCodeUntilFn(Vs), this._cursor.peek() != 59) {
1899
+ if (this._attemptCharCodeUntilFn(As), this._cursor.peek() != 59) {
1941
1900
  this._cursor.advance();
1942
1901
  let i = r ? qe.HEX : qe.DEC;
1943
- throw this._createError(Hs(i, this._cursor.getChars(t)), this._cursor.getSpan());
1902
+ throw this._createError(bs(i, this._cursor.getChars(t)), this._cursor.getSpan());
1944
1903
  }
1945
1904
  let a = this._cursor.getChars(n);
1946
1905
  this._cursor.advance();
@@ -1948,18 +1907,18 @@ var Ke = class {
1948
1907
  let i = parseInt(a, r ? 16 : 10);
1949
1908
  this._endToken([String.fromCharCode(i), this._cursor.getChars(t)]);
1950
1909
  } catch {
1951
- throw this._createError(nr(this._cursor.getChars(t)), this._cursor.getSpan());
1910
+ throw this._createError(Kt(this._cursor.getChars(t)), this._cursor.getSpan());
1952
1911
  }
1953
1912
  } else {
1954
1913
  let r = this._cursor.clone();
1955
- if (this._attemptCharCodeUntilFn(Os), this._cursor.peek() != 59)
1914
+ if (this._attemptCharCodeUntilFn(ks), this._cursor.peek() != 59)
1956
1915
  this._beginToken(e, t), this._cursor = r, this._endToken(["&"]);
1957
1916
  else {
1958
1917
  let n = this._cursor.getChars(r);
1959
1918
  this._cursor.advance();
1960
1919
  let a = Fe[n];
1961
1920
  if (!a)
1962
- throw this._createError(nr(n), this._cursor.getSpan(t));
1921
+ throw this._createError(Kt(n), this._cursor.getSpan(t));
1963
1922
  this._endToken([a, `&${n};`]);
1964
1923
  }
1965
1924
  }
@@ -1989,10 +1948,10 @@ var Ke = class {
1989
1948
  }
1990
1949
  _consumePrefixAndName() {
1991
1950
  let e = this._cursor.clone(), t = "";
1992
- for (; this._cursor.peek() !== 58 && !Us(this._cursor.peek()); )
1951
+ for (; this._cursor.peek() !== 58 && !ws(this._cursor.peek()); )
1993
1952
  this._cursor.advance();
1994
1953
  let r;
1995
- this._cursor.peek() === 58 ? (t = this._cursor.getChars(e), this._cursor.advance(), r = this._cursor.clone()) : r = e, this._requireCharCodeUntilFn(ar, t === "" ? 0 : 1);
1954
+ this._cursor.peek() === 58 ? (t = this._cursor.getChars(e), this._cursor.advance(), r = this._cursor.clone()) : r = e, this._requireCharCodeUntilFn(Xt, t === "" ? 0 : 1);
1996
1955
  let n = this._cursor.getChars(r);
1997
1956
  return [t, n];
1998
1957
  }
@@ -2048,7 +2007,7 @@ var Ke = class {
2048
2007
  let r = () => this._cursor.peek() === t;
2049
2008
  e = this._consumeWithInterpolation(16, 17, r, r), this._consumeQuote(t);
2050
2009
  } else {
2051
- let t = () => ar(this._cursor.peek());
2010
+ let t = () => Xt(this._cursor.peek());
2052
2011
  e = this._consumeWithInterpolation(16, 17, t, t);
2053
2012
  }
2054
2013
  return e;
@@ -2143,7 +2102,7 @@ var Ke = class {
2143
2102
  _isBlockStart() {
2144
2103
  if (this._tokenizeBlocks && this._cursor.peek() === 64) {
2145
2104
  let e = this._cursor.clone();
2146
- if (e.advance(), sr(e.peek()))
2105
+ if (e.advance(), Jt(e.peek()))
2147
2106
  return !0;
2148
2107
  }
2149
2108
  return !1;
@@ -2182,34 +2141,34 @@ var Ke = class {
2182
2141
  function b(e) {
2183
2142
  return !De(e) || e === 0;
2184
2143
  }
2185
- function ar(e) {
2144
+ function Xt(e) {
2186
2145
  return De(e) || e === 62 || e === 60 || e === 47 || e === 39 || e === 34 || e === 61 || e === 0;
2187
2146
  }
2188
- function Us(e) {
2147
+ function ws(e) {
2189
2148
  return (e < 97 || 122 < e) && (e < 65 || 90 < e) && (e < 48 || e > 57);
2190
2149
  }
2191
- function Vs(e) {
2192
- return e === 59 || e === 0 || !zi(e);
2150
+ function As(e) {
2151
+ return e === 59 || e === 0 || !Di(e);
2193
2152
  }
2194
- function Os(e) {
2153
+ function ks(e) {
2195
2154
  return e === 59 || e === 0 || !Te(e);
2196
2155
  }
2197
- function Ws(e) {
2156
+ function Es(e) {
2198
2157
  return e !== 125;
2199
2158
  }
2200
- function $s(e, t) {
2201
- return ir(e) === ir(t);
2159
+ function xs(e, t) {
2160
+ return Yt(e) === Yt(t);
2202
2161
  }
2203
- function ir(e) {
2162
+ function Yt(e) {
2204
2163
  return e >= 97 && e <= 122 ? e - 97 + 65 : e;
2205
2164
  }
2206
- function sr(e) {
2165
+ function Jt(e) {
2207
2166
  return Te(e) || bt(e) || e === 95;
2208
2167
  }
2209
- function ur(e) {
2168
+ function Qt(e) {
2210
2169
  return e !== 59 && b(e);
2211
2170
  }
2212
- function zs(e) {
2171
+ function Ds(e) {
2213
2172
  let t = [], r;
2214
2173
  for (let n = 0; n < e.length; n++) {
2215
2174
  let a = e[n];
@@ -2217,7 +2176,7 @@ function zs(e) {
2217
2176
  }
2218
2177
  return t;
2219
2178
  }
2220
- var ln = class tt {
2179
+ var en = class tt {
2221
2180
  constructor(t, r) {
2222
2181
  if (t instanceof tt) {
2223
2182
  this.file = t.file, this.input = t.input, this.end = t.end;
@@ -2254,7 +2213,7 @@ var ln = class tt {
2254
2213
  for (; this.diff(t) > 0 && r.indexOf(t.peek()) !== -1; )
2255
2214
  n === t && (t = t.clone()), t.advance();
2256
2215
  let a = this.locationFromCursor(t), i = this.locationFromCursor(this), s = n !== t ? this.locationFromCursor(n) : a;
2257
- return new m(a, i, s);
2216
+ return new d(a, i, s);
2258
2217
  }
2259
2218
  getChars(t) {
2260
2219
  return this.input.substring(t.state.offset, this.state.offset);
@@ -2274,7 +2233,7 @@ var ln = class tt {
2274
2233
  locationFromCursor(t) {
2275
2234
  return new Ze(t.file, t.state.offset, t.state.line, t.state.column);
2276
2235
  }
2277
- }, js = class rt extends ln {
2236
+ }, Ts = class rt extends en {
2278
2237
  constructor(t, r) {
2279
2238
  t instanceof rt ? (super(t), this.internalState = { ...t.internalState }) : (super(t, r), this.internalState = this.state);
2280
2239
  }
@@ -2323,9 +2282,9 @@ var ln = class tt {
2323
2282
  this.advanceState(this.internalState);
2324
2283
  let r = this.clone();
2325
2284
  this.advanceState(this.internalState), this.state.peek = this.decodeHexDigits(r, 2);
2326
- } else if (Ot(t())) {
2285
+ } else if (qt(t())) {
2327
2286
  let r = "", n = 0, a = this.clone();
2328
- for (; Ot(t()) && n < 3; )
2287
+ for (; qt(t()) && n < 3; )
2329
2288
  a = this.clone(), r += String.fromCodePoint(t()), this.advanceState(this.internalState), n++;
2330
2289
  this.state.peek = parseInt(r, 8), this.internalState = a.internalState;
2331
2290
  } else
@@ -2341,29 +2300,29 @@ var ln = class tt {
2341
2300
  constructor(e, t) {
2342
2301
  this.msg = e, this.cursor = t;
2343
2302
  }
2344
- }, B = class cn extends rn {
2303
+ }, B = class tn extends Kr {
2345
2304
  static create(t, r, n) {
2346
- return new cn(t, r, n);
2305
+ return new tn(t, r, n);
2347
2306
  }
2348
2307
  constructor(t, r, n) {
2349
2308
  super(r, n), this.elementName = t;
2350
2309
  }
2351
- }, Gs = class {
2310
+ }, Bs = class {
2352
2311
  constructor(e, t) {
2353
2312
  this.rootNodes = e, this.errors = t;
2354
2313
  }
2355
- }, Ks = class {
2314
+ }, Ls = class {
2356
2315
  constructor(e) {
2357
2316
  this.getTagDefinition = e;
2358
2317
  }
2359
2318
  parse(e, t, r, n = !1, a) {
2360
- let i = (g) => (C, ...w) => g(C.toLowerCase(), ...w), s = n ? this.getTagDefinition : i(this.getTagDefinition), u = (g) => s(g).getContentType(), o = n ? a : i(a), p = Ps(e, t, a ? (g, C, w, E) => {
2361
- let x = o(g, C, w, E);
2362
- return x !== void 0 ? x : u(g);
2363
- } : u, r), l = r && r.canSelfClose || !1, v = r && r.allowHtmComponentClosingTags || !1, d = new Xs(p.tokens, s, l, v, n);
2364
- return d.build(), new Gs(d.rootNodes, p.errors.concat(d.errors));
2319
+ let i = (m) => (C, ...w) => m(C.toLowerCase(), ...w), s = n ? this.getTagDefinition : i(this.getTagDefinition), u = (m) => s(m).getContentType(), o = n ? a : i(a), p = Ss(e, t, a ? (m, C, w, E) => {
2320
+ let x = o(m, C, w, E);
2321
+ return x !== void 0 ? x : u(m);
2322
+ } : u, r), l = r && r.canSelfClose || !1, f = r && r.allowHtmComponentClosingTags || !1, v = new Fs(p.tokens, s, l, f, n);
2323
+ return v.build(), new Bs(v.rootNodes, p.errors.concat(v.errors));
2365
2324
  }
2366
- }, Xs = class pn {
2325
+ }, Fs = class rn {
2367
2326
  constructor(t, r, n, a, i) {
2368
2327
  this.tokens = t, this.getTagDefinition = r, this.canSelfClose = n, this.allowHtmComponentClosingTags = a, this.isTagNameCaseSensitive = i, this._index = -1, this._containerStack = [], this.rootNodes = [], this.errors = [], this._advance();
2369
2328
  }
@@ -2382,15 +2341,15 @@ var ln = class tt {
2382
2341
  }
2383
2342
  _consumeCdata(t) {
2384
2343
  let r = this._advance(), n = this._getText(r), a = this._advanceIf(13);
2385
- this._addToParent(new As(n, new m(t.sourceSpan.start, (a || r).sourceSpan.end), [r]));
2344
+ this._addToParent(new us(n, new d(t.sourceSpan.start, (a || r).sourceSpan.end), [r]));
2386
2345
  }
2387
2346
  _consumeComment(t) {
2388
- let r = this._advanceIf(7), n = this._advanceIf(11), a = r != null ? r.parts[0].trim() : null, i = n == null ? t.sourceSpan : new m(t.sourceSpan.start, n.sourceSpan.end, t.sourceSpan.fullStart);
2389
- this._addToParent(new Ds(a, i));
2347
+ let r = this._advanceIf(7), n = this._advanceIf(11), a = r != null ? r.parts[0].trim() : null, i = n == null ? t.sourceSpan : new d(t.sourceSpan.start, n.sourceSpan.end, t.sourceSpan.fullStart);
2348
+ this._addToParent(new ps(a, i));
2390
2349
  }
2391
2350
  _consumeDocType(t) {
2392
- let r = this._advanceIf(7), n = this._advanceIf(19), a = r != null ? r.parts[0].trim() : null, i = new m(t.sourceSpan.start, (n || r || t).sourceSpan.end);
2393
- this._addToParent(new Ts(a, i));
2351
+ let r = this._advanceIf(7), n = this._advanceIf(19), a = r != null ? r.parts[0].trim() : null, i = new d(t.sourceSpan.start, (n || r || t).sourceSpan.end);
2352
+ this._addToParent(new hs(a, i));
2394
2353
  }
2395
2354
  _consumeExpansion(t) {
2396
2355
  let r = this._advance(), n = this._advance(), a = [];
@@ -2404,8 +2363,8 @@ var ln = class tt {
2404
2363
  this.errors.push(B.create(null, this._peek.sourceSpan, "Invalid ICU message. Missing '}'."));
2405
2364
  return;
2406
2365
  }
2407
- let i = new m(t.sourceSpan.start, this._peek.sourceSpan.end, t.sourceSpan.fullStart);
2408
- this._addToParent(new ks(r.parts[0], n.parts[0], a, i, r.sourceSpan)), this._advance();
2366
+ let i = new d(t.sourceSpan.start, this._peek.sourceSpan.end, t.sourceSpan.fullStart);
2367
+ this._addToParent(new os(r.parts[0], n.parts[0], a, i, r.sourceSpan)), this._advance();
2409
2368
  }
2410
2369
  _parseExpansionCase() {
2411
2370
  let t = this._advance();
@@ -2416,23 +2375,23 @@ var ln = class tt {
2416
2375
  return null;
2417
2376
  let a = this._advance();
2418
2377
  n.push({ type: 34, parts: [], sourceSpan: a.sourceSpan });
2419
- let i = new pn(n, this.getTagDefinition, this.canSelfClose, this.allowHtmComponentClosingTags, this.isTagNameCaseSensitive);
2378
+ let i = new rn(n, this.getTagDefinition, this.canSelfClose, this.allowHtmComponentClosingTags, this.isTagNameCaseSensitive);
2420
2379
  if (i.build(), i.errors.length > 0)
2421
2380
  return this.errors = this.errors.concat(i.errors), null;
2422
- let s = new m(t.sourceSpan.start, a.sourceSpan.end, t.sourceSpan.fullStart), u = new m(r.sourceSpan.start, a.sourceSpan.end, r.sourceSpan.fullStart);
2423
- return new Es(t.parts[0], i.rootNodes, s, t.sourceSpan, u);
2381
+ let s = new d(t.sourceSpan.start, a.sourceSpan.end, t.sourceSpan.fullStart), u = new d(r.sourceSpan.start, a.sourceSpan.end, r.sourceSpan.fullStart);
2382
+ return new ls(t.parts[0], i.rootNodes, s, t.sourceSpan, u);
2424
2383
  }
2425
2384
  _collectExpansionExpTokens(t) {
2426
2385
  let r = [], n = [22];
2427
2386
  for (; ; ) {
2428
2387
  if ((this._peek.type === 20 || this._peek.type === 22) && n.push(this._peek.type), this._peek.type === 23)
2429
- if (or(n, 22)) {
2388
+ if (Zt(n, 22)) {
2430
2389
  if (n.pop(), n.length === 0)
2431
2390
  return r;
2432
2391
  } else
2433
2392
  return this.errors.push(B.create(null, t.sourceSpan, "Invalid ICU message. Missing '}'.")), null;
2434
2393
  if (this._peek.type === 24)
2435
- if (or(n, 20))
2394
+ if (Zt(n, 20))
2436
2395
  n.pop();
2437
2396
  else
2438
2397
  return this.errors.push(B.create(null, t.sourceSpan, "Invalid ICU message. Missing '}'.")), null;
@@ -2458,10 +2417,10 @@ var ln = class tt {
2458
2417
  i != null && i.children.length === 0 && this.getTagDefinition(i.name).ignoreFirstLf && (a = a.substring(1), r[0] = { type: t.type, sourceSpan: t.sourceSpan, parts: [a] });
2459
2418
  }
2460
2419
  for (; this._peek.type === 8 || this._peek.type === 5 || this._peek.type === 9; )
2461
- t = this._advance(), r.push(t), t.type === 8 ? a += t.parts.join("").replace(/&([^;]+);/g, lr) : t.type === 9 ? a += t.parts[0] : a += t.parts.join("");
2420
+ t = this._advance(), r.push(t), t.type === 8 ? a += t.parts.join("").replace(/&([^;]+);/g, er) : t.type === 9 ? a += t.parts[0] : a += t.parts.join("");
2462
2421
  if (a.length > 0) {
2463
2422
  let i = t.sourceSpan;
2464
- this._addToParent(new ws(a, new m(n.start, i.end, n.fullStart, n.details), r));
2423
+ this._addToParent(new ss(a, new d(n.start, i.end, n.fullStart, n.details), r));
2465
2424
  }
2466
2425
  }
2467
2426
  _closeVoidElement() {
@@ -2475,12 +2434,12 @@ var ln = class tt {
2475
2434
  let i = this._getElementFullName(r, n, this._getClosestParentElement()), s = !1;
2476
2435
  if (this._peek.type === 2) {
2477
2436
  this._advance(), s = !0;
2478
- let g = this.getTagDefinition(i);
2479
- this.canSelfClose || g.canSelfClose || ke(i) !== null || g.isVoid || this.errors.push(B.create(i, t.sourceSpan, `Only void, custom and foreign elements can be self closed "${t.parts[1]}"`));
2437
+ let m = this.getTagDefinition(i);
2438
+ this.canSelfClose || m.canSelfClose || ke(i) !== null || m.isVoid || this.errors.push(B.create(i, t.sourceSpan, `Only void, custom and foreign elements can be self closed "${t.parts[1]}"`));
2480
2439
  } else
2481
2440
  this._peek.type === 1 && (this._advance(), s = !1);
2482
- let u = this._peek.sourceSpan.fullStart, o = new m(t.sourceSpan.start, u, t.sourceSpan.fullStart), p = new m(t.sourceSpan.start, u, t.sourceSpan.fullStart), l = new m(t.sourceSpan.start.moveBy(1), t.sourceSpan.end), v = new V(i, a, [], o, p, void 0, l), d = this._getContainer();
2483
- this._pushContainer(v, d instanceof V && this.getTagDefinition(d.name).isClosedByChild(v.name)), s ? this._popContainer(i, V, o) : t.type === 4 && (this._popContainer(i, V, null), this.errors.push(B.create(i, o, `Opening tag "${i}" not terminated.`)));
2441
+ let u = this._peek.sourceSpan.fullStart, o = new d(t.sourceSpan.start, u, t.sourceSpan.fullStart), p = new d(t.sourceSpan.start, u, t.sourceSpan.fullStart), l = new d(t.sourceSpan.start.moveBy(1), t.sourceSpan.end), f = new V(i, a, [], o, p, void 0, l), v = this._getContainer();
2442
+ this._pushContainer(f, v instanceof V && this.getTagDefinition(v.name).isClosedByChild(f.name)), s ? this._popContainer(i, V, o) : t.type === 4 && (this._popContainer(i, V, null), this.errors.push(B.create(i, o, `Opening tag "${i}" not terminated.`)));
2484
2443
  }
2485
2444
  _pushContainer(t, r) {
2486
2445
  r && this._containerStack.pop(), this._addToParent(t), this._containerStack.push(t);
@@ -2511,20 +2470,20 @@ var ln = class tt {
2511
2470
  if (this._peek.type === 16)
2512
2471
  for (u = this._peek.sourceSpan, o = this._peek.sourceSpan.end; this._peek.type === 16 || this._peek.type === 17 || this._peek.type === 9; ) {
2513
2472
  let l = this._advance();
2514
- s.push(l), l.type === 17 ? i += l.parts.join("").replace(/&([^;]+);/g, lr) : l.type === 9 ? i += l.parts[0] : i += l.parts.join(""), o = n = l.sourceSpan.end;
2473
+ s.push(l), l.type === 17 ? i += l.parts.join("").replace(/&([^;]+);/g, er) : l.type === 9 ? i += l.parts[0] : i += l.parts.join(""), o = n = l.sourceSpan.end;
2515
2474
  }
2516
2475
  this._peek.type === 15 && (o = n = this._advance().sourceSpan.end);
2517
- let p = u && o && new m((a == null ? void 0 : a.sourceSpan.start) ?? u.start, o, (a == null ? void 0 : a.sourceSpan.fullStart) ?? u.fullStart);
2518
- return new xs(r, i, new m(t.sourceSpan.start, n, t.sourceSpan.fullStart), t.sourceSpan, p, s.length > 0 ? s : void 0, void 0);
2476
+ let p = u && o && new d((a == null ? void 0 : a.sourceSpan.start) ?? u.start, o, (a == null ? void 0 : a.sourceSpan.fullStart) ?? u.fullStart);
2477
+ return new cs(r, i, new d(t.sourceSpan.start, n, t.sourceSpan.fullStart), t.sourceSpan, p, s.length > 0 ? s : void 0, void 0);
2519
2478
  }
2520
2479
  _consumeBlockOpen(t) {
2521
2480
  let r = [];
2522
2481
  for (; this._peek.type === 28; ) {
2523
2482
  let u = this._advance();
2524
- r.push(new tr(u.parts[0], u.sourceSpan));
2483
+ r.push(new jt(u.parts[0], u.sourceSpan));
2525
2484
  }
2526
2485
  this._peek.type === 26 && this._advance();
2527
- let n = this._peek.sourceSpan.fullStart, a = new m(t.sourceSpan.start, n, t.sourceSpan.fullStart), i = new m(t.sourceSpan.start, n, t.sourceSpan.fullStart), s = new K(t.parts[0], r, [], a, t.sourceSpan, i);
2486
+ let n = this._peek.sourceSpan.fullStart, a = new d(t.sourceSpan.start, n, t.sourceSpan.fullStart), i = new d(t.sourceSpan.start, n, t.sourceSpan.fullStart), s = new K(t.parts[0], r, [], a, t.sourceSpan, i);
2528
2487
  this._pushContainer(s, !1);
2529
2488
  }
2530
2489
  _consumeBlockClose(t) {
@@ -2534,9 +2493,9 @@ var ln = class tt {
2534
2493
  let r = [];
2535
2494
  for (; this._peek.type === 28; ) {
2536
2495
  let u = this._advance();
2537
- r.push(new tr(u.parts[0], u.sourceSpan));
2496
+ r.push(new jt(u.parts[0], u.sourceSpan));
2538
2497
  }
2539
- let n = this._peek.sourceSpan.fullStart, a = new m(t.sourceSpan.start, n, t.sourceSpan.fullStart), i = new m(t.sourceSpan.start, n, t.sourceSpan.fullStart), s = new K(t.parts[0], r, [], a, t.sourceSpan, i);
2498
+ let n = this._peek.sourceSpan.fullStart, a = new d(t.sourceSpan.start, n, t.sourceSpan.fullStart), i = new d(t.sourceSpan.start, n, t.sourceSpan.fullStart), s = new K(t.parts[0], r, [], a, t.sourceSpan, i);
2540
2499
  this._pushContainer(s, !1), this._popContainer(null, K, null), this.errors.push(B.create(t.parts[0], a, `Incomplete block "${t.parts[0]}". If you meant to write the @ character, you should use the "&#64;" HTML entity instead.`));
2541
2500
  }
2542
2501
  _consumeLet(t) {
@@ -2551,13 +2510,13 @@ var ln = class tt {
2551
2510
  return;
2552
2511
  } else
2553
2512
  a = this._advance();
2554
- let i = a.sourceSpan.fullStart, s = new m(t.sourceSpan.start, i, t.sourceSpan.fullStart), u = t.sourceSpan.toString().lastIndexOf(r), o = t.sourceSpan.start.moveBy(u), p = new m(o, t.sourceSpan.end), l = new rr(r, n.parts[0], s, p, n.sourceSpan);
2513
+ let i = a.sourceSpan.fullStart, s = new d(t.sourceSpan.start, i, t.sourceSpan.fullStart), u = t.sourceSpan.toString().lastIndexOf(r), o = t.sourceSpan.start.moveBy(u), p = new d(o, t.sourceSpan.end), l = new Gt(r, n.parts[0], s, p, n.sourceSpan);
2555
2514
  this._addToParent(l);
2556
2515
  }
2557
2516
  _consumeIncompleteLet(t) {
2558
2517
  let r = t.parts[0] ?? "", n = r ? ` "${r}"` : "";
2559
2518
  if (r.length > 0) {
2560
- let a = t.sourceSpan.toString().lastIndexOf(r), i = t.sourceSpan.start.moveBy(a), s = new m(i, t.sourceSpan.end), u = new m(t.sourceSpan.start, t.sourceSpan.start.moveBy(0)), o = new rr(r, "", t.sourceSpan, s, u);
2519
+ let a = t.sourceSpan.toString().lastIndexOf(r), i = t.sourceSpan.start.moveBy(a), s = new d(i, t.sourceSpan.end), u = new d(t.sourceSpan.start, t.sourceSpan.start.moveBy(0)), o = new Gt(r, "", t.sourceSpan, s, u);
2561
2520
  this._addToParent(o);
2562
2521
  }
2563
2522
  this.errors.push(B.create(t.parts[0], t.sourceSpan, `Incomplete @let declaration${n}. @let declarations must be written as \`@let <name> = <value>;\``));
@@ -2577,36 +2536,36 @@ var ln = class tt {
2577
2536
  }
2578
2537
  _getElementFullName(t, r, n) {
2579
2538
  if (t === "" && (t = this.getTagDefinition(r).implicitNamespacePrefix || "", t === "" && n != null)) {
2580
- let a = Oe(n.name)[1];
2539
+ let a = Ve(n.name)[1];
2581
2540
  this.getTagDefinition(a).preventNamespaceInheritance || (t = ke(n.name));
2582
2541
  }
2583
2542
  return Le(t, r);
2584
2543
  }
2585
2544
  };
2586
- function or(e, t) {
2545
+ function Zt(e, t) {
2587
2546
  return e.length > 0 && e[e.length - 1] === t;
2588
2547
  }
2589
- function lr(e, t) {
2548
+ function er(e, t) {
2590
2549
  return Fe[t] !== void 0 ? Fe[t] || e : /^#x[a-f0-9]+$/i.test(t) ? String.fromCodePoint(parseInt(t.slice(2), 16)) : /^#\d+$/.test(t) ? String.fromCodePoint(parseInt(t.slice(1), 10)) : e;
2591
2550
  }
2592
- var Js = class extends Ks {
2551
+ var qs = class extends Ls {
2593
2552
  constructor() {
2594
2553
  super(et);
2595
2554
  }
2596
2555
  parse(e, t, r, n = !1, a) {
2597
2556
  return super.parse(e, t, r, n, a);
2598
2557
  }
2599
- }, Xe = null, Ys = () => (Xe || (Xe = new Js()), Xe);
2600
- function cr(e, t = {}) {
2558
+ }, Xe = null, Ns = () => (Xe || (Xe = new qs()), Xe);
2559
+ function tr(e, t = {}) {
2601
2560
  let { canSelfClose: r = !1, allowHtmComponentClosingTags: n = !1, isTagNameCaseSensitive: a = !1, getTagContentType: i, tokenizeAngularBlocks: s = !1, tokenizeAngularLetDeclaration: u = !1 } = t;
2602
- return Ys().parse(e, "angular-html-parser", { tokenizeExpansionForms: s, interpolationConfig: void 0, canSelfClose: r, allowHtmComponentClosingTags: n, tokenizeBlocks: s, tokenizeLet: u }, a, i);
2561
+ return Ns().parse(e, "angular-html-parser", { tokenizeExpansionForms: s, interpolationConfig: void 0, canSelfClose: r, allowHtmComponentClosingTags: n, tokenizeBlocks: s, tokenizeLet: u }, a, i);
2603
2562
  }
2604
- function Qs(e, t) {
2563
+ function Is(e, t) {
2605
2564
  let r = new SyntaxError(e + " (" + t.loc.start.line + ":" + t.loc.start.column + ")");
2606
2565
  return Object.assign(r, t);
2607
2566
  }
2608
- var Zs = Qs, se = 3;
2609
- function eu(e) {
2567
+ var Ps = Is, se = 3;
2568
+ function Hs(e) {
2610
2569
  let t = e.slice(0, se);
2611
2570
  if (t !== "---" && t !== "+++")
2612
2571
  return;
@@ -2625,22 +2584,22 @@ ${t}`, r), i = n;
2625
2584
  let o = e.slice(0, s);
2626
2585
  return { type: "front-matter", language: i, explicitLanguage: n, value: e.slice(r + 1, a), startDelimiter: t, endDelimiter: o.slice(-se), raw: o };
2627
2586
  }
2628
- function tu(e) {
2629
- let t = eu(e);
2587
+ function Ms(e) {
2588
+ let t = Hs(e);
2630
2589
  if (!t)
2631
2590
  return { content: e };
2632
2591
  let { raw: r } = t;
2633
2592
  return { frontMatter: t, content: L(!1, r, /[^\n]/gu, " ") + e.slice(r.length) };
2634
2593
  }
2635
- var ru = tu, Ae = { attrs: !0, children: !0, cases: !0, expression: !0 }, pr = /* @__PURE__ */ new Set(["parent"]), J, nt, at, nu = class ue {
2594
+ var Rs = Ms, Ae = { attrs: !0, children: !0, cases: !0, expression: !0 }, rr = /* @__PURE__ */ new Set(["parent"]), Y, nt, at, Us = class ue {
2636
2595
  constructor(t = {}) {
2637
- vr(this, J), xt(this, "type"), xt(this, "parent");
2638
- for (let r of /* @__PURE__ */ new Set([...pr, ...Object.keys(t)]))
2596
+ or(this, Y), Et(this, "type"), Et(this, "parent");
2597
+ for (let r of /* @__PURE__ */ new Set([...rr, ...Object.keys(t)]))
2639
2598
  this.setProperty(r, t[r]);
2640
2599
  }
2641
2600
  setProperty(t, r) {
2642
2601
  if (this[t] !== r) {
2643
- if (t in Ae && (r = r.map((n) => this.createChild(n))), !pr.has(t)) {
2602
+ if (t in Ae && (r = r.map((n) => this.createChild(n))), !rr.has(t)) {
2644
2603
  this[t] = r;
2645
2604
  return;
2646
2605
  }
@@ -2652,7 +2611,7 @@ var ru = tu, Ae = { attrs: !0, children: !0, cases: !0, expression: !0 }, pr = /
2652
2611
  for (let n in Ae) {
2653
2612
  let a = this[n];
2654
2613
  if (a) {
2655
- let i = iu(a, (s) => s.map(t));
2614
+ let i = Os(a, (s) => s.map(t));
2656
2615
  r !== a && (r || (r = new ue({ parent: this.parent })), r.setProperty(n, i));
2657
2616
  }
2658
2617
  }
@@ -2690,10 +2649,10 @@ var ru = tu, Ae = { attrs: !0, children: !0, cases: !0, expression: !0 }, pr = /
2690
2649
  return new ue(this);
2691
2650
  }
2692
2651
  get $children() {
2693
- return this[F(this, J, nt)];
2652
+ return this[F(this, Y, nt)];
2694
2653
  }
2695
2654
  set $children(t) {
2696
- this[F(this, J, nt)] = t;
2655
+ this[F(this, Y, nt)] = t;
2697
2656
  }
2698
2657
  get firstChild() {
2699
2658
  var t;
@@ -2703,11 +2662,11 @@ var ru = tu, Ae = { attrs: !0, children: !0, cases: !0, expression: !0 }, pr = /
2703
2662
  return de(!0, this.$children, -1);
2704
2663
  }
2705
2664
  get prev() {
2706
- let t = F(this, J, at);
2665
+ let t = F(this, Y, at);
2707
2666
  return t[t.indexOf(this) - 1];
2708
2667
  }
2709
2668
  get next() {
2710
- let t = F(this, J, at);
2669
+ let t = F(this, Y, at);
2711
2670
  return t[t.indexOf(this) + 1];
2712
2671
  }
2713
2672
  get rawName() {
@@ -2720,88 +2679,88 @@ var ru = tu, Ae = { attrs: !0, children: !0, cases: !0, expression: !0 }, pr = /
2720
2679
  return Object.fromEntries(this.attrs.map((t) => [t.fullName, t.value]));
2721
2680
  }
2722
2681
  };
2723
- J = /* @__PURE__ */ new WeakSet(), nt = function() {
2682
+ Y = /* @__PURE__ */ new WeakSet(), nt = function() {
2724
2683
  return this.type === "angularIcuCase" ? "expression" : this.type === "angularIcuExpression" ? "cases" : "children";
2725
2684
  }, at = function() {
2726
2685
  var e;
2727
2686
  return ((e = this.parent) == null ? void 0 : e.$children) ?? [];
2728
2687
  };
2729
- var au = nu;
2730
- function iu(e, t) {
2688
+ var Vs = Us;
2689
+ function Os(e, t) {
2731
2690
  let r = e.map(t);
2732
2691
  return r.some((n, a) => n !== e[a]) ? r : e;
2733
2692
  }
2734
- var su = [{ regex: /^(\[if([^\]]*)\]>)(.*?)<!\s*\[endif\]$/su, parse: ou }, { regex: /^\[if([^\]]*)\]><!$/u, parse: lu }, { regex: /^<!\s*\[endif\]$/u, parse: cu }];
2735
- function uu(e, t) {
2693
+ var Ws = [{ regex: /^(\[if([^\]]*)\]>)(.*?)<!\s*\[endif\]$/su, parse: $s }, { regex: /^\[if([^\]]*)\]><!$/u, parse: js }, { regex: /^<!\s*\[endif\]$/u, parse: Gs }];
2694
+ function zs(e, t) {
2736
2695
  if (e.value)
2737
- for (let { regex: r, parse: n } of su) {
2696
+ for (let { regex: r, parse: n } of Ws) {
2738
2697
  let a = e.value.match(r);
2739
2698
  if (a)
2740
2699
  return n(e, t, a);
2741
2700
  }
2742
2701
  return null;
2743
2702
  }
2744
- function ou(e, t, r) {
2703
+ function $s(e, t, r) {
2745
2704
  let [, n, a, i] = r, s = 4 + n.length, u = e.sourceSpan.start.moveBy(s), o = u.moveBy(i.length), [p, l] = (() => {
2746
2705
  try {
2747
2706
  return [!0, t(i, u).children];
2748
2707
  } catch {
2749
- return [!1, [{ type: "text", value: i, sourceSpan: new m(u, o) }]];
2708
+ return [!1, [{ type: "text", value: i, sourceSpan: new d(u, o) }]];
2750
2709
  }
2751
2710
  })();
2752
- return { type: "ieConditionalComment", complete: p, children: l, condition: L(!1, a.trim(), /\s+/gu, " "), sourceSpan: e.sourceSpan, startSourceSpan: new m(e.sourceSpan.start, u), endSourceSpan: new m(o, e.sourceSpan.end) };
2711
+ return { type: "ieConditionalComment", complete: p, children: l, condition: L(!1, a.trim(), /\s+/gu, " "), sourceSpan: e.sourceSpan, startSourceSpan: new d(e.sourceSpan.start, u), endSourceSpan: new d(o, e.sourceSpan.end) };
2753
2712
  }
2754
- function lu(e, t, r) {
2713
+ function js(e, t, r) {
2755
2714
  let [, n] = r;
2756
2715
  return { type: "ieConditionalStartComment", condition: L(!1, n.trim(), /\s+/gu, " "), sourceSpan: e.sourceSpan };
2757
2716
  }
2758
- function cu(e) {
2717
+ function Gs(e) {
2759
2718
  return { type: "ieConditionalEndComment", sourceSpan: e.sourceSpan };
2760
2719
  }
2761
- var Je = /* @__PURE__ */ new Map([["*", /* @__PURE__ */ new Set(["accesskey", "autocapitalize", "autofocus", "class", "contenteditable", "dir", "draggable", "enterkeyhint", "hidden", "id", "inert", "inputmode", "is", "itemid", "itemprop", "itemref", "itemscope", "itemtype", "lang", "nonce", "popover", "slot", "spellcheck", "style", "tabindex", "title", "translate", "writingsuggestions"])], ["a", /* @__PURE__ */ new Set(["charset", "coords", "download", "href", "hreflang", "name", "ping", "referrerpolicy", "rel", "rev", "shape", "target", "type"])], ["applet", /* @__PURE__ */ new Set(["align", "alt", "archive", "code", "codebase", "height", "hspace", "name", "object", "vspace", "width"])], ["area", /* @__PURE__ */ new Set(["alt", "coords", "download", "href", "hreflang", "nohref", "ping", "referrerpolicy", "rel", "shape", "target", "type"])], ["audio", /* @__PURE__ */ new Set(["autoplay", "controls", "crossorigin", "loop", "muted", "preload", "src"])], ["base", /* @__PURE__ */ new Set(["href", "target"])], ["basefont", /* @__PURE__ */ new Set(["color", "face", "size"])], ["blockquote", /* @__PURE__ */ new Set(["cite"])], ["body", /* @__PURE__ */ new Set(["alink", "background", "bgcolor", "link", "text", "vlink"])], ["br", /* @__PURE__ */ new Set(["clear"])], ["button", /* @__PURE__ */ new Set(["disabled", "form", "formaction", "formenctype", "formmethod", "formnovalidate", "formtarget", "name", "popovertarget", "popovertargetaction", "type", "value"])], ["canvas", /* @__PURE__ */ new Set(["height", "width"])], ["caption", /* @__PURE__ */ new Set(["align"])], ["col", /* @__PURE__ */ new Set(["align", "char", "charoff", "span", "valign", "width"])], ["colgroup", /* @__PURE__ */ new Set(["align", "char", "charoff", "span", "valign", "width"])], ["data", /* @__PURE__ */ new Set(["value"])], ["del", /* @__PURE__ */ new Set(["cite", "datetime"])], ["details", /* @__PURE__ */ new Set(["name", "open"])], ["dialog", /* @__PURE__ */ new Set(["open"])], ["dir", /* @__PURE__ */ new Set(["compact"])], ["div", /* @__PURE__ */ new Set(["align"])], ["dl", /* @__PURE__ */ new Set(["compact"])], ["embed", /* @__PURE__ */ new Set(["height", "src", "type", "width"])], ["fieldset", /* @__PURE__ */ new Set(["disabled", "form", "name"])], ["font", /* @__PURE__ */ new Set(["color", "face", "size"])], ["form", /* @__PURE__ */ new Set(["accept", "accept-charset", "action", "autocomplete", "enctype", "method", "name", "novalidate", "target"])], ["frame", /* @__PURE__ */ new Set(["frameborder", "longdesc", "marginheight", "marginwidth", "name", "noresize", "scrolling", "src"])], ["frameset", /* @__PURE__ */ new Set(["cols", "rows"])], ["h1", /* @__PURE__ */ new Set(["align"])], ["h2", /* @__PURE__ */ new Set(["align"])], ["h3", /* @__PURE__ */ new Set(["align"])], ["h4", /* @__PURE__ */ new Set(["align"])], ["h5", /* @__PURE__ */ new Set(["align"])], ["h6", /* @__PURE__ */ new Set(["align"])], ["head", /* @__PURE__ */ new Set(["profile"])], ["hr", /* @__PURE__ */ new Set(["align", "noshade", "size", "width"])], ["html", /* @__PURE__ */ new Set(["manifest", "version"])], ["iframe", /* @__PURE__ */ new Set(["align", "allow", "allowfullscreen", "allowpaymentrequest", "allowusermedia", "frameborder", "height", "loading", "longdesc", "marginheight", "marginwidth", "name", "referrerpolicy", "sandbox", "scrolling", "src", "srcdoc", "width"])], ["img", /* @__PURE__ */ new Set(["align", "alt", "border", "crossorigin", "decoding", "fetchpriority", "height", "hspace", "ismap", "loading", "longdesc", "name", "referrerpolicy", "sizes", "src", "srcset", "usemap", "vspace", "width"])], ["input", /* @__PURE__ */ new Set(["accept", "align", "alt", "autocomplete", "checked", "dirname", "disabled", "form", "formaction", "formenctype", "formmethod", "formnovalidate", "formtarget", "height", "ismap", "list", "max", "maxlength", "min", "minlength", "multiple", "name", "pattern", "placeholder", "popovertarget", "popovertargetaction", "readonly", "required", "size", "src", "step", "type", "usemap", "value", "width"])], ["ins", /* @__PURE__ */ new Set(["cite", "datetime"])], ["isindex", /* @__PURE__ */ new Set(["prompt"])], ["label", /* @__PURE__ */ new Set(["for", "form"])], ["legend", /* @__PURE__ */ new Set(["align"])], ["li", /* @__PURE__ */ new Set(["type", "value"])], ["link", /* @__PURE__ */ new Set(["as", "blocking", "charset", "color", "crossorigin", "disabled", "fetchpriority", "href", "hreflang", "imagesizes", "imagesrcset", "integrity", "media", "referrerpolicy", "rel", "rev", "sizes", "target", "type"])], ["map", /* @__PURE__ */ new Set(["name"])], ["menu", /* @__PURE__ */ new Set(["compact"])], ["meta", /* @__PURE__ */ new Set(["charset", "content", "http-equiv", "media", "name", "scheme"])], ["meter", /* @__PURE__ */ new Set(["high", "low", "max", "min", "optimum", "value"])], ["object", /* @__PURE__ */ new Set(["align", "archive", "border", "classid", "codebase", "codetype", "data", "declare", "form", "height", "hspace", "name", "standby", "type", "typemustmatch", "usemap", "vspace", "width"])], ["ol", /* @__PURE__ */ new Set(["compact", "reversed", "start", "type"])], ["optgroup", /* @__PURE__ */ new Set(["disabled", "label"])], ["option", /* @__PURE__ */ new Set(["disabled", "label", "selected", "value"])], ["output", /* @__PURE__ */ new Set(["for", "form", "name"])], ["p", /* @__PURE__ */ new Set(["align"])], ["param", /* @__PURE__ */ new Set(["name", "type", "value", "valuetype"])], ["pre", /* @__PURE__ */ new Set(["width"])], ["progress", /* @__PURE__ */ new Set(["max", "value"])], ["q", /* @__PURE__ */ new Set(["cite"])], ["script", /* @__PURE__ */ new Set(["async", "blocking", "charset", "crossorigin", "defer", "fetchpriority", "integrity", "language", "nomodule", "referrerpolicy", "src", "type"])], ["select", /* @__PURE__ */ new Set(["autocomplete", "disabled", "form", "multiple", "name", "required", "size"])], ["slot", /* @__PURE__ */ new Set(["name"])], ["source", /* @__PURE__ */ new Set(["height", "media", "sizes", "src", "srcset", "type", "width"])], ["style", /* @__PURE__ */ new Set(["blocking", "media", "type"])], ["table", /* @__PURE__ */ new Set(["align", "bgcolor", "border", "cellpadding", "cellspacing", "frame", "rules", "summary", "width"])], ["tbody", /* @__PURE__ */ new Set(["align", "char", "charoff", "valign"])], ["td", /* @__PURE__ */ new Set(["abbr", "align", "axis", "bgcolor", "char", "charoff", "colspan", "headers", "height", "nowrap", "rowspan", "scope", "valign", "width"])], ["template", /* @__PURE__ */ new Set(["shadowrootclonable", "shadowrootdelegatesfocus", "shadowrootmode"])], ["textarea", /* @__PURE__ */ new Set(["autocomplete", "cols", "dirname", "disabled", "form", "maxlength", "minlength", "name", "placeholder", "readonly", "required", "rows", "wrap"])], ["tfoot", /* @__PURE__ */ new Set(["align", "char", "charoff", "valign"])], ["th", /* @__PURE__ */ new Set(["abbr", "align", "axis", "bgcolor", "char", "charoff", "colspan", "headers", "height", "nowrap", "rowspan", "scope", "valign", "width"])], ["thead", /* @__PURE__ */ new Set(["align", "char", "charoff", "valign"])], ["time", /* @__PURE__ */ new Set(["datetime"])], ["tr", /* @__PURE__ */ new Set(["align", "bgcolor", "char", "charoff", "valign"])], ["track", /* @__PURE__ */ new Set(["default", "kind", "label", "src", "srclang"])], ["ul", /* @__PURE__ */ new Set(["compact", "type"])], ["video", /* @__PURE__ */ new Set(["autoplay", "controls", "crossorigin", "height", "loop", "muted", "playsinline", "poster", "preload", "src", "width"])]]), pu = /* @__PURE__ */ new Set(["a", "abbr", "acronym", "address", "applet", "area", "article", "aside", "audio", "b", "base", "basefont", "bdi", "bdo", "bgsound", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "command", "content", "data", "datalist", "dd", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "em", "embed", "fieldset", "figcaption", "figure", "font", "footer", "form", "frame", "frameset", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "iframe", "image", "img", "input", "ins", "isindex", "kbd", "keygen", "label", "legend", "li", "link", "listing", "main", "map", "mark", "marquee", "math", "menu", "menuitem", "meta", "meter", "multicol", "nav", "nextid", "nobr", "noembed", "noframes", "noscript", "object", "ol", "optgroup", "option", "output", "p", "param", "picture", "plaintext", "pre", "progress", "q", "rb", "rbc", "rp", "rt", "rtc", "ruby", "s", "samp", "script", "search", "section", "select", "shadow", "slot", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "svg", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "title", "tr", "track", "tt", "u", "ul", "var", "video", "wbr", "xmp"]);
2762
- function hu(e) {
2720
+ var Ye = /* @__PURE__ */ new Map([["*", /* @__PURE__ */ new Set(["accesskey", "autocapitalize", "autofocus", "class", "contenteditable", "dir", "draggable", "enterkeyhint", "hidden", "id", "inert", "inputmode", "is", "itemid", "itemprop", "itemref", "itemscope", "itemtype", "lang", "nonce", "popover", "slot", "spellcheck", "style", "tabindex", "title", "translate", "writingsuggestions"])], ["a", /* @__PURE__ */ new Set(["charset", "coords", "download", "href", "hreflang", "name", "ping", "referrerpolicy", "rel", "rev", "shape", "target", "type"])], ["applet", /* @__PURE__ */ new Set(["align", "alt", "archive", "code", "codebase", "height", "hspace", "name", "object", "vspace", "width"])], ["area", /* @__PURE__ */ new Set(["alt", "coords", "download", "href", "hreflang", "nohref", "ping", "referrerpolicy", "rel", "shape", "target", "type"])], ["audio", /* @__PURE__ */ new Set(["autoplay", "controls", "crossorigin", "loop", "muted", "preload", "src"])], ["base", /* @__PURE__ */ new Set(["href", "target"])], ["basefont", /* @__PURE__ */ new Set(["color", "face", "size"])], ["blockquote", /* @__PURE__ */ new Set(["cite"])], ["body", /* @__PURE__ */ new Set(["alink", "background", "bgcolor", "link", "text", "vlink"])], ["br", /* @__PURE__ */ new Set(["clear"])], ["button", /* @__PURE__ */ new Set(["disabled", "form", "formaction", "formenctype", "formmethod", "formnovalidate", "formtarget", "name", "popovertarget", "popovertargetaction", "type", "value"])], ["canvas", /* @__PURE__ */ new Set(["height", "width"])], ["caption", /* @__PURE__ */ new Set(["align"])], ["col", /* @__PURE__ */ new Set(["align", "char", "charoff", "span", "valign", "width"])], ["colgroup", /* @__PURE__ */ new Set(["align", "char", "charoff", "span", "valign", "width"])], ["data", /* @__PURE__ */ new Set(["value"])], ["del", /* @__PURE__ */ new Set(["cite", "datetime"])], ["details", /* @__PURE__ */ new Set(["name", "open"])], ["dialog", /* @__PURE__ */ new Set(["open"])], ["dir", /* @__PURE__ */ new Set(["compact"])], ["div", /* @__PURE__ */ new Set(["align"])], ["dl", /* @__PURE__ */ new Set(["compact"])], ["embed", /* @__PURE__ */ new Set(["height", "src", "type", "width"])], ["fieldset", /* @__PURE__ */ new Set(["disabled", "form", "name"])], ["font", /* @__PURE__ */ new Set(["color", "face", "size"])], ["form", /* @__PURE__ */ new Set(["accept", "accept-charset", "action", "autocomplete", "enctype", "method", "name", "novalidate", "target"])], ["frame", /* @__PURE__ */ new Set(["frameborder", "longdesc", "marginheight", "marginwidth", "name", "noresize", "scrolling", "src"])], ["frameset", /* @__PURE__ */ new Set(["cols", "rows"])], ["h1", /* @__PURE__ */ new Set(["align"])], ["h2", /* @__PURE__ */ new Set(["align"])], ["h3", /* @__PURE__ */ new Set(["align"])], ["h4", /* @__PURE__ */ new Set(["align"])], ["h5", /* @__PURE__ */ new Set(["align"])], ["h6", /* @__PURE__ */ new Set(["align"])], ["head", /* @__PURE__ */ new Set(["profile"])], ["hr", /* @__PURE__ */ new Set(["align", "noshade", "size", "width"])], ["html", /* @__PURE__ */ new Set(["manifest", "version"])], ["iframe", /* @__PURE__ */ new Set(["align", "allow", "allowfullscreen", "allowpaymentrequest", "allowusermedia", "frameborder", "height", "loading", "longdesc", "marginheight", "marginwidth", "name", "referrerpolicy", "sandbox", "scrolling", "src", "srcdoc", "width"])], ["img", /* @__PURE__ */ new Set(["align", "alt", "border", "crossorigin", "decoding", "fetchpriority", "height", "hspace", "ismap", "loading", "longdesc", "name", "referrerpolicy", "sizes", "src", "srcset", "usemap", "vspace", "width"])], ["input", /* @__PURE__ */ new Set(["accept", "align", "alt", "autocomplete", "checked", "dirname", "disabled", "form", "formaction", "formenctype", "formmethod", "formnovalidate", "formtarget", "height", "ismap", "list", "max", "maxlength", "min", "minlength", "multiple", "name", "pattern", "placeholder", "popovertarget", "popovertargetaction", "readonly", "required", "size", "src", "step", "type", "usemap", "value", "width"])], ["ins", /* @__PURE__ */ new Set(["cite", "datetime"])], ["isindex", /* @__PURE__ */ new Set(["prompt"])], ["label", /* @__PURE__ */ new Set(["for", "form"])], ["legend", /* @__PURE__ */ new Set(["align"])], ["li", /* @__PURE__ */ new Set(["type", "value"])], ["link", /* @__PURE__ */ new Set(["as", "blocking", "charset", "color", "crossorigin", "disabled", "fetchpriority", "href", "hreflang", "imagesizes", "imagesrcset", "integrity", "media", "referrerpolicy", "rel", "rev", "sizes", "target", "type"])], ["map", /* @__PURE__ */ new Set(["name"])], ["menu", /* @__PURE__ */ new Set(["compact"])], ["meta", /* @__PURE__ */ new Set(["charset", "content", "http-equiv", "media", "name", "scheme"])], ["meter", /* @__PURE__ */ new Set(["high", "low", "max", "min", "optimum", "value"])], ["object", /* @__PURE__ */ new Set(["align", "archive", "border", "classid", "codebase", "codetype", "data", "declare", "form", "height", "hspace", "name", "standby", "type", "typemustmatch", "usemap", "vspace", "width"])], ["ol", /* @__PURE__ */ new Set(["compact", "reversed", "start", "type"])], ["optgroup", /* @__PURE__ */ new Set(["disabled", "label"])], ["option", /* @__PURE__ */ new Set(["disabled", "label", "selected", "value"])], ["output", /* @__PURE__ */ new Set(["for", "form", "name"])], ["p", /* @__PURE__ */ new Set(["align"])], ["param", /* @__PURE__ */ new Set(["name", "type", "value", "valuetype"])], ["pre", /* @__PURE__ */ new Set(["width"])], ["progress", /* @__PURE__ */ new Set(["max", "value"])], ["q", /* @__PURE__ */ new Set(["cite"])], ["script", /* @__PURE__ */ new Set(["async", "blocking", "charset", "crossorigin", "defer", "fetchpriority", "integrity", "language", "nomodule", "referrerpolicy", "src", "type"])], ["select", /* @__PURE__ */ new Set(["autocomplete", "disabled", "form", "multiple", "name", "required", "size"])], ["slot", /* @__PURE__ */ new Set(["name"])], ["source", /* @__PURE__ */ new Set(["height", "media", "sizes", "src", "srcset", "type", "width"])], ["style", /* @__PURE__ */ new Set(["blocking", "media", "type"])], ["table", /* @__PURE__ */ new Set(["align", "bgcolor", "border", "cellpadding", "cellspacing", "frame", "rules", "summary", "width"])], ["tbody", /* @__PURE__ */ new Set(["align", "char", "charoff", "valign"])], ["td", /* @__PURE__ */ new Set(["abbr", "align", "axis", "bgcolor", "char", "charoff", "colspan", "headers", "height", "nowrap", "rowspan", "scope", "valign", "width"])], ["template", /* @__PURE__ */ new Set(["shadowrootclonable", "shadowrootdelegatesfocus", "shadowrootmode"])], ["textarea", /* @__PURE__ */ new Set(["autocomplete", "cols", "dirname", "disabled", "form", "maxlength", "minlength", "name", "placeholder", "readonly", "required", "rows", "wrap"])], ["tfoot", /* @__PURE__ */ new Set(["align", "char", "charoff", "valign"])], ["th", /* @__PURE__ */ new Set(["abbr", "align", "axis", "bgcolor", "char", "charoff", "colspan", "headers", "height", "nowrap", "rowspan", "scope", "valign", "width"])], ["thead", /* @__PURE__ */ new Set(["align", "char", "charoff", "valign"])], ["time", /* @__PURE__ */ new Set(["datetime"])], ["tr", /* @__PURE__ */ new Set(["align", "bgcolor", "char", "charoff", "valign"])], ["track", /* @__PURE__ */ new Set(["default", "kind", "label", "src", "srclang"])], ["ul", /* @__PURE__ */ new Set(["compact", "type"])], ["video", /* @__PURE__ */ new Set(["autoplay", "controls", "crossorigin", "height", "loop", "muted", "playsinline", "poster", "preload", "src", "width"])]]), Ks = /* @__PURE__ */ new Set(["a", "abbr", "acronym", "address", "applet", "area", "article", "aside", "audio", "b", "base", "basefont", "bdi", "bdo", "bgsound", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "command", "content", "data", "datalist", "dd", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "embed", "fieldset", "figcaption", "figure", "font", "footer", "form", "frame", "frameset", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "iframe", "image", "img", "input", "ins", "isindex", "kbd", "keygen", "label", "legend", "li", "link", "listing", "main", "map", "mark", "marquee", "math", "menu", "menuitem", "meta", "meter", "multicol", "nav", "nextid", "nobr", "noembed", "noframes", "noscript", "object", "ol", "optgroup", "option", "output", "p", "param", "picture", "plaintext", "pre", "progress", "q", "rb", "rbc", "rp", "rt", "rtc", "ruby", "s", "samp", "script", "search", "section", "select", "shadow", "slot", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "svg", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "title", "tr", "track", "tt", "u", "ul", "var", "video", "wbr", "xmp"]);
2721
+ function Xs(e) {
2763
2722
  if (e.type === "block") {
2764
- if (e.name = L(!1, e.name.toLowerCase(), /\s+/gu, " ").trim(), e.type = "angularControlFlowBlock", !ht(e.parameters)) {
2723
+ if (e.name = L(!1, e.name.toLowerCase(), /\s+/gu, " ").trim(), e.type = "angularControlFlowBlock", !ft(e.parameters)) {
2765
2724
  delete e.parameters;
2766
2725
  return;
2767
2726
  }
2768
2727
  for (let t of e.parameters)
2769
2728
  t.type = "angularControlFlowBlockParameter";
2770
- e.parameters = { type: "angularControlFlowBlockParameters", children: e.parameters, sourceSpan: new m(e.parameters[0].sourceSpan.start, de(!1, e.parameters, -1).sourceSpan.end) };
2729
+ e.parameters = { type: "angularControlFlowBlockParameters", children: e.parameters, sourceSpan: new d(e.parameters[0].sourceSpan.start, de(!1, e.parameters, -1).sourceSpan.end) };
2771
2730
  }
2772
2731
  }
2773
- function du(e) {
2774
- e.type === "letDeclaration" && (e.type = "angularLetDeclaration", e.id = e.name, e.init = { type: "angularLetDeclarationInitializer", sourceSpan: new m(e.valueSpan.start, e.valueSpan.end), value: e.value }, delete e.name, delete e.value);
2732
+ function Ys(e) {
2733
+ e.type === "letDeclaration" && (e.type = "angularLetDeclaration", e.id = e.name, e.init = { type: "angularLetDeclarationInitializer", sourceSpan: new d(e.valueSpan.start, e.valueSpan.end), value: e.value }, delete e.name, delete e.value);
2775
2734
  }
2776
- function mu(e) {
2735
+ function Js(e) {
2777
2736
  (e.type === "plural" || e.type === "select") && (e.clause = e.type, e.type = "angularIcuExpression"), e.type === "expansionCase" && (e.type = "angularIcuCase");
2778
2737
  }
2779
- function hn(e, t, r) {
2780
- let { name: n, canSelfClose: a = !0, normalizeTagName: i = !1, normalizeAttributeName: s = !1, allowHtmComponentClosingTags: u = !1, isTagNameCaseSensitive: o = !1, shouldParseAsRawText: p } = t, { rootNodes: l, errors: v } = cr(e, { canSelfClose: a, allowHtmComponentClosingTags: u, isTagNameCaseSensitive: o, getTagContentType: p ? (...c) => p(...c) ? I.RAW_TEXT : void 0 : void 0, tokenizeAngularBlocks: n === "angular" ? !0 : void 0, tokenizeAngularLetDeclaration: n === "angular" ? !0 : void 0 });
2738
+ function nn(e, t, r) {
2739
+ let { name: n, canSelfClose: a = !0, normalizeTagName: i = !1, normalizeAttributeName: s = !1, allowHtmComponentClosingTags: u = !1, isTagNameCaseSensitive: o = !1, shouldParseAsRawText: p } = t, { rootNodes: l, errors: f } = tr(e, { canSelfClose: a, allowHtmComponentClosingTags: u, isTagNameCaseSensitive: o, getTagContentType: p ? (...c) => p(...c) ? I.RAW_TEXT : void 0 : void 0, tokenizeAngularBlocks: n === "angular" ? !0 : void 0, tokenizeAngularLetDeclaration: n === "angular" ? !0 : void 0 });
2781
2740
  if (n === "vue") {
2782
- if (l.some((S) => S.type === "docType" && S.value === "html" || S.type === "element" && S.name.toLowerCase() === "html"))
2783
- return hn(e, At, r);
2784
- let c, f = () => c ?? (c = cr(e, { canSelfClose: a, allowHtmComponentClosingTags: u, isTagNameCaseSensitive: o })), A = (S) => f().rootNodes.find(({ startSourceSpan: T }) => T && T.start.offset === S.startSourceSpan.start.offset) ?? S;
2785
- for (let [S, T] of l.entries()) {
2786
- let { endSourceSpan: G, startSourceSpan: mn } = T;
2741
+ if (l.some((y) => y.type === "docType" && y.value === "html" || y.type === "element" && y.name.toLowerCase() === "html"))
2742
+ return nn(e, sn, r);
2743
+ let c, g = () => c ?? (c = tr(e, { canSelfClose: a, allowHtmComponentClosingTags: u, isTagNameCaseSensitive: o })), A = (y) => g().rootNodes.find(({ startSourceSpan: T }) => T && T.start.offset === y.startSourceSpan.start.offset) ?? y;
2744
+ for (let [y, T] of l.entries()) {
2745
+ let { endSourceSpan: G, startSourceSpan: un } = T;
2787
2746
  if (G === null)
2788
- v = f().errors, l[S] = A(T);
2789
- else if (gu(T, r)) {
2790
- let kt = f().errors.find((Et) => Et.span.start.offset > mn.start.offset && Et.span.start.offset < G.end.offset);
2791
- kt && hr(kt), l[S] = A(T);
2747
+ f = g().errors, l[y] = A(T);
2748
+ else if (Qs(T, r)) {
2749
+ let At = g().errors.find((kt) => kt.span.start.offset > un.start.offset && kt.span.start.offset < G.end.offset);
2750
+ At && nr(At), l[y] = A(T);
2792
2751
  }
2793
2752
  }
2794
2753
  }
2795
- v.length > 0 && hr(v[0]);
2796
- let d = (c) => {
2797
- let f = c.name.startsWith(":") ? c.name.slice(1).split(":")[0] : null, A = c.nameSpan.toString(), S = f !== null && A.startsWith(`${f}:`), T = S ? A.slice(f.length + 1) : A;
2798
- c.name = T, c.namespace = f, c.hasExplicitNamespace = S;
2799
- }, g = (c) => {
2754
+ f.length > 0 && nr(f[0]);
2755
+ let v = (c) => {
2756
+ let g = c.name.startsWith(":") ? c.name.slice(1).split(":")[0] : null, A = c.nameSpan.toString(), y = g !== null && A.startsWith(`${g}:`), T = y ? A.slice(g.length + 1) : A;
2757
+ c.name = T, c.namespace = g, c.hasExplicitNamespace = y;
2758
+ }, m = (c) => {
2800
2759
  switch (c.type) {
2801
2760
  case "element":
2802
- d(c);
2803
- for (let f of c.attrs)
2804
- d(f), f.valueSpan ? (f.value = f.valueSpan.toString(), /["']/u.test(f.value[0]) && (f.value = f.value.slice(1, -1))) : f.value = null;
2761
+ v(c);
2762
+ for (let g of c.attrs)
2763
+ v(g), g.valueSpan ? (g.value = g.valueSpan.toString(), /["']/u.test(g.value[0]) && (g.value = g.value.slice(1, -1))) : g.value = null;
2805
2764
  break;
2806
2765
  case "comment":
2807
2766
  c.value = c.sourceSpan.toString().slice(4, -3);
@@ -2810,73 +2769,73 @@ function hn(e, t, r) {
2810
2769
  c.value = c.sourceSpan.toString();
2811
2770
  break;
2812
2771
  }
2813
- }, C = (c, f) => {
2772
+ }, C = (c, g) => {
2814
2773
  let A = c.toLowerCase();
2815
- return f(A) ? A : c;
2774
+ return g(A) ? A : c;
2816
2775
  }, w = (c) => {
2817
- if (c.type === "element" && (i && (!c.namespace || c.namespace === c.tagDefinition.implicitNamespacePrefix || pe(c)) && (c.name = C(c.name, (f) => pu.has(f))), s))
2818
- for (let f of c.attrs)
2819
- f.namespace || (f.name = C(f.name, (A) => Je.has(c.name) && (Je.get("*").has(A) || Je.get(c.name).has(A))));
2776
+ if (c.type === "element" && (i && (!c.namespace || c.namespace === c.tagDefinition.implicitNamespacePrefix || pe(c)) && (c.name = C(c.name, (g) => Ks.has(g))), s))
2777
+ for (let g of c.attrs)
2778
+ g.namespace || (g.name = C(g.name, (A) => Ye.has(c.name) && (Ye.get("*").has(A) || Ye.get(c.name).has(A))));
2820
2779
  }, E = (c) => {
2821
- c.sourceSpan && c.endSourceSpan && (c.sourceSpan = new m(c.sourceSpan.start, c.endSourceSpan.end));
2780
+ c.sourceSpan && c.endSourceSpan && (c.sourceSpan = new d(c.sourceSpan.start, c.endSourceSpan.end));
2822
2781
  }, x = (c) => {
2823
2782
  if (c.type === "element") {
2824
- let f = et(o ? c.name : c.name.toLowerCase());
2825
- !c.namespace || c.namespace === f.implicitNamespacePrefix || pe(c) ? c.tagDefinition = f : c.tagDefinition = et("");
2783
+ let g = et(o ? c.name : c.name.toLowerCase());
2784
+ !c.namespace || c.namespace === g.implicitNamespacePrefix || pe(c) ? c.tagDefinition = g : c.tagDefinition = et("");
2826
2785
  }
2827
2786
  };
2828
- return sn(new class extends Bs {
2829
- visitExpansionCase(c, f) {
2830
- n === "angular" && this.visitChildren(f, (A) => {
2787
+ return Jr(new class extends ds {
2788
+ visitExpansionCase(c, g) {
2789
+ n === "angular" && this.visitChildren(g, (A) => {
2831
2790
  A(c.expression);
2832
2791
  });
2833
2792
  }
2834
2793
  visit(c) {
2835
- g(c), x(c), w(c), E(c);
2794
+ m(c), x(c), w(c), E(c);
2836
2795
  }
2837
2796
  }(), l), l;
2838
2797
  }
2839
- function gu(e, t) {
2798
+ function Qs(e, t) {
2840
2799
  var r;
2841
2800
  if (e.type !== "element" || e.name !== "template")
2842
2801
  return !1;
2843
2802
  let n = (r = e.attrs.find((a) => a.name === "lang")) == null ? void 0 : r.value;
2844
2803
  return !n || Pe(t, { language: n }) === "html";
2845
2804
  }
2846
- function hr(e) {
2805
+ function nr(e) {
2847
2806
  let { msg: t, span: { start: r, end: n } } = e;
2848
- throw Zs(t, { loc: { start: { line: r.line + 1, column: r.col + 1 }, end: { line: n.line + 1, column: n.col + 1 } }, cause: e });
2807
+ throw Ps(t, { loc: { start: { line: r.line + 1, column: r.col + 1 }, end: { line: n.line + 1, column: n.col + 1 } }, cause: e });
2849
2808
  }
2850
- function dn(e, t, r = {}, n = !0) {
2851
- let { frontMatter: a, content: i } = n ? ru(e) : { frontMatter: null, content: e }, s = new tn(e, r.filepath), u = new Ze(s, 0, 0, 0), o = u.moveBy(e.length), p = { type: "root", sourceSpan: new m(u, o), children: hn(i, t, r) };
2809
+ function an(e, t, r = {}, n = !0) {
2810
+ let { frontMatter: a, content: i } = n ? Rs(e) : { frontMatter: null, content: e }, s = new Gr(e, r.filepath), u = new Ze(s, 0, 0, 0), o = u.moveBy(e.length), p = { type: "root", sourceSpan: new d(u, o), children: nn(i, t, r) };
2852
2811
  if (a) {
2853
- let d = new Ze(s, 0, 0, 0), g = d.moveBy(a.raw.length);
2854
- a.sourceSpan = new m(d, g), p.children.unshift(a);
2812
+ let v = new Ze(s, 0, 0, 0), m = v.moveBy(a.raw.length);
2813
+ a.sourceSpan = new d(v, m), p.children.unshift(a);
2855
2814
  }
2856
- let l = new au(p), v = (d, g) => {
2857
- let { offset: C } = g, w = L(!1, e.slice(0, C), /[^\n\r]/gu, " "), E = dn(w + d, t, r, !1);
2858
- E.sourceSpan = new m(g, de(!1, E.children, -1).sourceSpan.end);
2815
+ let l = new Vs(p), f = (v, m) => {
2816
+ let { offset: C } = m, w = L(!1, e.slice(0, C), /[^\n\r]/gu, " "), E = an(w + v, t, r, !1);
2817
+ E.sourceSpan = new d(m, de(!1, E.children, -1).sourceSpan.end);
2859
2818
  let x = E.children[0];
2860
- return x.length === C ? E.children.shift() : (x.sourceSpan = new m(x.sourceSpan.start.moveBy(C), x.sourceSpan.end), x.value = x.value.slice(C)), E;
2819
+ return x.length === C ? E.children.shift() : (x.sourceSpan = new d(x.sourceSpan.start.moveBy(C), x.sourceSpan.end), x.value = x.value.slice(C)), E;
2861
2820
  };
2862
- return l.walk((d) => {
2863
- if (d.type === "comment") {
2864
- let g = uu(d, v);
2865
- g && d.parent.replaceChild(d, g);
2821
+ return l.walk((v) => {
2822
+ if (v.type === "comment") {
2823
+ let m = zs(v, f);
2824
+ m && v.parent.replaceChild(v, m);
2866
2825
  }
2867
- hu(d), du(d), mu(d);
2826
+ Xs(v), Ys(v), Js(v);
2868
2827
  }), l;
2869
2828
  }
2870
- function ye(e) {
2871
- return { parse: (t, r) => dn(t, e, r), hasPragma: Ii, hasIgnorePragma: Pi, astFormat: "html", locStart: fe, locEnd: Re };
2829
+ function Oe(e) {
2830
+ return { parse: (t, r) => an(t, e, r), hasPragma: Si, astFormat: "html", locStart: fe, locEnd: ve };
2872
2831
  }
2873
- var At = { name: "html", normalizeTagName: !0, normalizeAttributeName: !0, allowHtmComponentClosingTags: !0 }, fu = ye(At), vu = /* @__PURE__ */ new Set(["mj-style", "mj-raw"]), Cu = ye({ ...At, name: "mjml", shouldParseAsRawText: (e) => vu.has(e) }), yu = ye({ name: "angular" }), Su = ye({ name: "vue", isTagNameCaseSensitive: !0, shouldParseAsRawText(e, t, r, n) {
2832
+ var sn = { name: "html", normalizeTagName: !0, normalizeAttributeName: !0, allowHtmComponentClosingTags: !0 }, Zs = Oe(sn), eu = Oe({ name: "angular" }), tu = Oe({ name: "vue", isTagNameCaseSensitive: !0, shouldParseAsRawText(e, t, r, n) {
2874
2833
  return e.toLowerCase() !== "html" && !r && (e !== "template" || n.some(({ name: a, value: i }) => a === "lang" && i !== "html" && i !== "" && i !== void 0));
2875
- } }), bu = ye({ name: "lwc", canSelfClose: !1 }), _u = { html: cs }, Au = Cr;
2834
+ } }), ru = Oe({ name: "lwc", canSelfClose: !1 }), nu = { html: Gi }, iu = lr;
2876
2835
  export {
2877
- Au as default,
2878
- ps as languages,
2879
- ds as options,
2880
- nn as parsers,
2881
- _u as printers
2836
+ iu as default,
2837
+ Ki as languages,
2838
+ Yi as options,
2839
+ Xr as parsers,
2840
+ nu as printers
2882
2841
  };