@metrevals/inspect-scout-viewer 0.2.3-beta.1763116516

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 (359) hide show
  1. package/README.md +97 -0
  2. package/lib/App.d.ts +3 -0
  3. package/lib/App.d.ts.map +1 -0
  4. package/lib/AppErrorBoundary.d.ts +16 -0
  5. package/lib/AppErrorBoundary.d.ts.map +1 -0
  6. package/lib/AppRouter.d.ts +2 -0
  7. package/lib/AppRouter.d.ts.map +1 -0
  8. package/lib/_commonjsHelpers-DWwsNxpa.js +9 -0
  9. package/lib/_commonjsHelpers-DWwsNxpa.js.map +1 -0
  10. package/lib/api/api-scout-server.d.ts +3 -0
  11. package/lib/api/api-scout-server.d.ts.map +1 -0
  12. package/lib/api/api-vscode.d.ts +4 -0
  13. package/lib/api/api-vscode.d.ts.map +1 -0
  14. package/lib/api/api.d.ts +11 -0
  15. package/lib/api/api.d.ts.map +1 -0
  16. package/lib/api/jsonrpc.d.ts +44 -0
  17. package/lib/api/jsonrpc.d.ts.map +1 -0
  18. package/lib/app/appearance/fonts.d.ts +27 -0
  19. package/lib/app/appearance/fonts.d.ts.map +1 -0
  20. package/lib/app/appearance/icons.d.ts +130 -0
  21. package/lib/app/appearance/icons.d.ts.map +1 -0
  22. package/lib/app/appearance/styles.d.ts +39 -0
  23. package/lib/app/appearance/styles.d.ts.map +1 -0
  24. package/lib/app/components/Footer.d.ts +20 -0
  25. package/lib/app/components/Footer.d.ts.map +1 -0
  26. package/lib/app/components/MarkdownDivWithReferences.d.ts +15 -0
  27. package/lib/app/components/MarkdownDivWithReferences.d.ts.map +1 -0
  28. package/lib/app/components/Pager.d.ts +10 -0
  29. package/lib/app/components/Pager.d.ts.map +1 -0
  30. package/lib/app/hooks.d.ts +19 -0
  31. package/lib/app/hooks.d.ts.map +1 -0
  32. package/lib/app/navbar/Navbar.d.ts +8 -0
  33. package/lib/app/navbar/Navbar.d.ts.map +1 -0
  34. package/lib/app/navbar/useBreadcrumbTruncation.d.ts +13 -0
  35. package/lib/app/navbar/useBreadcrumbTruncation.d.ts.map +1 -0
  36. package/lib/app/result/ScanResultHeader.d.ts +8 -0
  37. package/lib/app/result/ScanResultHeader.d.ts.map +1 -0
  38. package/lib/app/result/ScanResultNav.d.ts +3 -0
  39. package/lib/app/result/ScanResultNav.d.ts.map +1 -0
  40. package/lib/app/result/ScanResultPanel.d.ts +3 -0
  41. package/lib/app/result/ScanResultPanel.d.ts.map +1 -0
  42. package/lib/app/result/info/InfoPanel.d.ts +9 -0
  43. package/lib/app/result/info/InfoPanel.d.ts.map +1 -0
  44. package/lib/app/result/input/InputPanel.d.ts +7 -0
  45. package/lib/app/result/input/InputPanel.d.ts.map +1 -0
  46. package/lib/app/result/result/ResultPanel.d.ts +8 -0
  47. package/lib/app/result/result/ResultPanel.d.ts.map +1 -0
  48. package/lib/app/result/transcript/TranscriptPanel.d.ts +11 -0
  49. package/lib/app/result/transcript/TranscriptPanel.d.ts.map +1 -0
  50. package/lib/app/scanJobs/ScanJobGrid.d.ts +3 -0
  51. package/lib/app/scanJobs/ScanJobGrid.d.ts.map +1 -0
  52. package/lib/app/scanJobs/ScanJobsPanel.d.ts +3 -0
  53. package/lib/app/scanJobs/ScanJobsPanel.d.ts.map +1 -0
  54. package/lib/app/scanner/ScannerPanel.d.ts +3 -0
  55. package/lib/app/scanner/ScannerPanel.d.ts.map +1 -0
  56. package/lib/app/scanner/ScannerPanelBody.d.ts +4 -0
  57. package/lib/app/scanner/ScannerPanelBody.d.ts.map +1 -0
  58. package/lib/app/scanner/ScannerPanelTitle.d.ts +3 -0
  59. package/lib/app/scanner/ScannerPanelTitle.d.ts.map +1 -0
  60. package/lib/app/scanner/info/ScanInfo.d.ts +3 -0
  61. package/lib/app/scanner/info/ScanInfo.d.ts.map +1 -0
  62. package/lib/app/scanner/results/ScanResultsBody.d.ts +3 -0
  63. package/lib/app/scanner/results/ScanResultsBody.d.ts.map +1 -0
  64. package/lib/app/scanner/results/ScanResultsFilter.d.ts +5 -0
  65. package/lib/app/scanner/results/ScanResultsFilter.d.ts.map +1 -0
  66. package/lib/app/scanner/results/ScanResultsOutline.d.ts +3 -0
  67. package/lib/app/scanner/results/ScanResultsOutline.d.ts.map +1 -0
  68. package/lib/app/scanner/results/ScanResultsPanel.d.ts +3 -0
  69. package/lib/app/scanner/results/ScanResultsPanel.d.ts.map +1 -0
  70. package/lib/app/scanner/results/list/ScanHeader.d.ts +8 -0
  71. package/lib/app/scanner/results/list/ScanHeader.d.ts.map +1 -0
  72. package/lib/app/scanner/results/list/ScanResultsList.d.ts +13 -0
  73. package/lib/app/scanner/results/list/ScanResultsList.d.ts.map +1 -0
  74. package/lib/app/scanner/results/list/ScanResultsRow.d.ts +10 -0
  75. package/lib/app/scanner/results/list/ScanResultsRow.d.ts.map +1 -0
  76. package/lib/app/types.d.ts +117 -0
  77. package/lib/app/types.d.ts.map +1 -0
  78. package/lib/app/utils/arrow.d.ts +3 -0
  79. package/lib/app/utils/arrow.d.ts.map +1 -0
  80. package/lib/app/utils/refs.d.ts +5 -0
  81. package/lib/app/utils/refs.d.ts.map +1 -0
  82. package/lib/app/utils/results.d.ts +7 -0
  83. package/lib/app/utils/results.d.ts.map +1 -0
  84. package/lib/app/values/Explanation.d.ts +8 -0
  85. package/lib/app/values/Explanation.d.ts.map +1 -0
  86. package/lib/app/values/Identifier.d.ts +8 -0
  87. package/lib/app/values/Identifier.d.ts.map +1 -0
  88. package/lib/app/values/Value.d.ts +9 -0
  89. package/lib/app/values/Value.d.ts.map +1 -0
  90. package/lib/chat/ChatMessage.d.ts +14 -0
  91. package/lib/chat/ChatMessage.d.ts.map +1 -0
  92. package/lib/chat/ChatMessageRenderer.d.ts +16 -0
  93. package/lib/chat/ChatMessageRenderer.d.ts.map +1 -0
  94. package/lib/chat/ChatMessageRow.d.ts +19 -0
  95. package/lib/chat/ChatMessageRow.d.ts.map +1 -0
  96. package/lib/chat/ChatView.d.ts +21 -0
  97. package/lib/chat/ChatView.d.ts.map +1 -0
  98. package/lib/chat/ChatViewVirtualList.d.ts +30 -0
  99. package/lib/chat/ChatViewVirtualList.d.ts.map +1 -0
  100. package/lib/chat/JsonMessageContent.d.ts +8 -0
  101. package/lib/chat/JsonMessageContent.d.ts.map +1 -0
  102. package/lib/chat/MessageCitations.d.ts +7 -0
  103. package/lib/chat/MessageCitations.d.ts.map +1 -0
  104. package/lib/chat/MessageContent.d.ts +19 -0
  105. package/lib/chat/MessageContent.d.ts.map +1 -0
  106. package/lib/chat/MessageContents.d.ts +19 -0
  107. package/lib/chat/MessageContents.d.ts.map +1 -0
  108. package/lib/chat/content-data/ContentDataView.d.ts +20 -0
  109. package/lib/chat/content-data/ContentDataView.d.ts.map +1 -0
  110. package/lib/chat/content-data/WebSearch.d.ts +5 -0
  111. package/lib/chat/content-data/WebSearch.d.ts.map +1 -0
  112. package/lib/chat/content-data/WebSearchResults.d.ts +10 -0
  113. package/lib/chat/content-data/WebSearchResults.d.ts.map +1 -0
  114. package/lib/chat/documents/ContentDocumentView.d.ts +9 -0
  115. package/lib/chat/documents/ContentDocumentView.d.ts.map +1 -0
  116. package/lib/chat/messages.d.ts +9 -0
  117. package/lib/chat/messages.d.ts.map +1 -0
  118. package/lib/chat/server-tools/ServerToolCall.d.ts +13 -0
  119. package/lib/chat/server-tools/ServerToolCall.d.ts.map +1 -0
  120. package/lib/chat/tools/ToolCallView.d.ts +20 -0
  121. package/lib/chat/tools/ToolCallView.d.ts.map +1 -0
  122. package/lib/chat/tools/ToolInput.d.ts +12 -0
  123. package/lib/chat/tools/ToolInput.d.ts.map +1 -0
  124. package/lib/chat/tools/ToolOutput.d.ts +12 -0
  125. package/lib/chat/tools/ToolOutput.d.ts.map +1 -0
  126. package/lib/chat/tools/ToolTitle.d.ts +11 -0
  127. package/lib/chat/tools/ToolTitle.d.ts.map +1 -0
  128. package/lib/chat/tools/tool-input/TodoWriteInput.d.ts +6 -0
  129. package/lib/chat/tools/tool-input/TodoWriteInput.d.ts.map +1 -0
  130. package/lib/chat/tools/tool.d.ts +13 -0
  131. package/lib/chat/tools/tool.d.ts.map +1 -0
  132. package/lib/chat/types.d.ts +4 -0
  133. package/lib/chat/types.d.ts.map +1 -0
  134. package/lib/chunk-DfAF0w94-Oj7OW_Zs.js +9 -0
  135. package/lib/chunk-DfAF0w94-Oj7OW_Zs.js.map +1 -0
  136. package/lib/components/ActivityBar.d.ts +7 -0
  137. package/lib/components/ActivityBar.d.ts.map +1 -0
  138. package/lib/components/AnsiDisplay.d.ts +9 -0
  139. package/lib/components/AnsiDisplay.d.ts.map +1 -0
  140. package/lib/components/AsciinemaPlayer.d.ts +20 -0
  141. package/lib/components/AsciinemaPlayer.d.ts.map +1 -0
  142. package/lib/components/Card.d.ts +33 -0
  143. package/lib/components/Card.d.ts.map +1 -0
  144. package/lib/components/CopyButton.d.ts +12 -0
  145. package/lib/components/CopyButton.d.ts.map +1 -0
  146. package/lib/components/DataframeView.d.ts +8 -0
  147. package/lib/components/DataframeView.d.ts.map +1 -0
  148. package/lib/components/EmptyPanel.d.ts +7 -0
  149. package/lib/components/EmptyPanel.d.ts.map +1 -0
  150. package/lib/components/ErrorPanel.d.ts +13 -0
  151. package/lib/components/ErrorPanel.d.ts.map +1 -0
  152. package/lib/components/ExpandablePanel.d.ts +13 -0
  153. package/lib/components/ExpandablePanel.d.ts.map +1 -0
  154. package/lib/components/ExtendedFindContext.d.ts +8 -0
  155. package/lib/components/ExtendedFindContext.d.ts.map +1 -0
  156. package/lib/components/ExtendedFindProvider.d.ts +7 -0
  157. package/lib/components/ExtendedFindProvider.d.ts.map +1 -0
  158. package/lib/components/HumanBaselineView.d.ts +22 -0
  159. package/lib/components/HumanBaselineView.d.ts.map +1 -0
  160. package/lib/components/JsonPanel.d.ts +12 -0
  161. package/lib/components/JsonPanel.d.ts.map +1 -0
  162. package/lib/components/LabeledValue.d.ts +12 -0
  163. package/lib/components/LabeledValue.d.ts.map +1 -0
  164. package/lib/components/LightboxCarousel.d.ts +15 -0
  165. package/lib/components/LightboxCarousel.d.ts.map +1 -0
  166. package/lib/components/LiveVirtualList.d.ts +23 -0
  167. package/lib/components/LiveVirtualList.d.ts.map +1 -0
  168. package/lib/components/MarkdownDiv.d.ts +11 -0
  169. package/lib/components/MarkdownDiv.d.ts.map +1 -0
  170. package/lib/components/NavPills.d.ts +12 -0
  171. package/lib/components/NavPills.d.ts.map +1 -0
  172. package/lib/components/NoContentsPanel.d.ts +7 -0
  173. package/lib/components/NoContentsPanel.d.ts.map +1 -0
  174. package/lib/components/PopOver.d.ts +23 -0
  175. package/lib/components/PopOver.d.ts.map +1 -0
  176. package/lib/components/Preformatted.d.ts +8 -0
  177. package/lib/components/Preformatted.d.ts.map +1 -0
  178. package/lib/components/ProgressBar.d.ts +10 -0
  179. package/lib/components/ProgressBar.d.ts.map +1 -0
  180. package/lib/components/PulsingDots.d.ts +11 -0
  181. package/lib/components/PulsingDots.d.ts.map +1 -0
  182. package/lib/components/SegmentedControl.d.ts +15 -0
  183. package/lib/components/SegmentedControl.d.ts.map +1 -0
  184. package/lib/components/StickyScroll.d.ts +13 -0
  185. package/lib/components/StickyScroll.d.ts.map +1 -0
  186. package/lib/components/TabSet.d.ts +28 -0
  187. package/lib/components/TabSet.d.ts.map +1 -0
  188. package/lib/components/prism.d.ts +3 -0
  189. package/lib/components/prism.d.ts.map +1 -0
  190. package/lib/content/MetaDataGrid.d.ts +15 -0
  191. package/lib/content/MetaDataGrid.d.ts.map +1 -0
  192. package/lib/content/RecordTree.d.ts +25 -0
  193. package/lib/content/RecordTree.d.ts.map +1 -0
  194. package/lib/content/RenderedContent.d.ts +17 -0
  195. package/lib/content/RenderedContent.d.ts.map +1 -0
  196. package/lib/content/RenderedText.d.ts +11 -0
  197. package/lib/content/RenderedText.d.ts.map +1 -0
  198. package/lib/content/record_processors/store.d.ts +3 -0
  199. package/lib/content/record_processors/store.d.ts.map +1 -0
  200. package/lib/content/record_processors/types.d.ts +2 -0
  201. package/lib/content/record_processors/types.d.ts.map +1 -0
  202. package/lib/content/types.d.ts +17 -0
  203. package/lib/content/types.d.ts.map +1 -0
  204. package/lib/index.d.ts +5 -0
  205. package/lib/index.d.ts.map +1 -0
  206. package/lib/index.js +113846 -0
  207. package/lib/index.js.map +1 -0
  208. package/lib/lib-CBtriEt5-CU1RYBHb.js +1070 -0
  209. package/lib/lib-CBtriEt5-CU1RYBHb.js.map +1 -0
  210. package/lib/liteDOM-Cp0aN3bP-DXyQNx3e.js +644 -0
  211. package/lib/liteDOM-Cp0aN3bP-DXyQNx3e.js.map +1 -0
  212. package/lib/main.d.ts +1 -0
  213. package/lib/main.d.ts.map +1 -0
  214. package/lib/router/url.d.ts +35 -0
  215. package/lib/router/url.d.ts.map +1 -0
  216. package/lib/state/hooks.d.ts +8 -0
  217. package/lib/state/hooks.d.ts.map +1 -0
  218. package/lib/state/scrolling.d.ts +23 -0
  219. package/lib/state/scrolling.d.ts.map +1 -0
  220. package/lib/state/store.d.ts +199 -0
  221. package/lib/state/store.d.ts.map +1 -0
  222. package/lib/styles/index.css +5827 -0
  223. package/lib/tex-svg-full-BI3fonbT-B0YPyt9p.js +28011 -0
  224. package/lib/tex-svg-full-BI3fonbT-B0YPyt9p.js.map +1 -0
  225. package/lib/transcript/ApprovalEventView.d.ts +13 -0
  226. package/lib/transcript/ApprovalEventView.d.ts.map +1 -0
  227. package/lib/transcript/ErrorEventView.d.ts +13 -0
  228. package/lib/transcript/ErrorEventView.d.ts.map +1 -0
  229. package/lib/transcript/InfoEventView.d.ts +13 -0
  230. package/lib/transcript/InfoEventView.d.ts.map +1 -0
  231. package/lib/transcript/InputEventView.d.ts +13 -0
  232. package/lib/transcript/InputEventView.d.ts.map +1 -0
  233. package/lib/transcript/LoggerEventView.d.ts +13 -0
  234. package/lib/transcript/LoggerEventView.d.ts.map +1 -0
  235. package/lib/transcript/ModelEventView.d.ts +26 -0
  236. package/lib/transcript/ModelEventView.d.ts.map +1 -0
  237. package/lib/transcript/SampleInitEventView.d.ts +13 -0
  238. package/lib/transcript/SampleInitEventView.d.ts.map +1 -0
  239. package/lib/transcript/SampleLimitEventView.d.ts +13 -0
  240. package/lib/transcript/SampleLimitEventView.d.ts.map +1 -0
  241. package/lib/transcript/SandboxEventView.d.ts +13 -0
  242. package/lib/transcript/SandboxEventView.d.ts.map +1 -0
  243. package/lib/transcript/ScoreEditEventView.d.ts +13 -0
  244. package/lib/transcript/ScoreEditEventView.d.ts.map +1 -0
  245. package/lib/transcript/ScoreEventView.d.ts +14 -0
  246. package/lib/transcript/ScoreEventView.d.ts.map +1 -0
  247. package/lib/transcript/SpanEventView.d.ts +14 -0
  248. package/lib/transcript/SpanEventView.d.ts.map +1 -0
  249. package/lib/transcript/StepEventView.d.ts +14 -0
  250. package/lib/transcript/StepEventView.d.ts.map +1 -0
  251. package/lib/transcript/SubtaskEventView.d.ts +14 -0
  252. package/lib/transcript/SubtaskEventView.d.ts.map +1 -0
  253. package/lib/transcript/ToolEventView.d.ts +14 -0
  254. package/lib/transcript/ToolEventView.d.ts.map +1 -0
  255. package/lib/transcript/TranscriptView.d.ts +13 -0
  256. package/lib/transcript/TranscriptView.d.ts.map +1 -0
  257. package/lib/transcript/TranscriptVirtualList.d.ts +32 -0
  258. package/lib/transcript/TranscriptVirtualList.d.ts.map +1 -0
  259. package/lib/transcript/TranscriptVirtualListComponent.d.ts +19 -0
  260. package/lib/transcript/TranscriptVirtualListComponent.d.ts.map +1 -0
  261. package/lib/transcript/event/EventNav.d.ts +13 -0
  262. package/lib/transcript/event/EventNav.d.ts.map +1 -0
  263. package/lib/transcript/event/EventNavs.d.ts +16 -0
  264. package/lib/transcript/event/EventNavs.d.ts.map +1 -0
  265. package/lib/transcript/event/EventPanel.d.ts +20 -0
  266. package/lib/transcript/event/EventPanel.d.ts.map +1 -0
  267. package/lib/transcript/event/EventProgressPanel.d.ts +7 -0
  268. package/lib/transcript/event/EventProgressPanel.d.ts.map +1 -0
  269. package/lib/transcript/event/EventRow.d.ts +13 -0
  270. package/lib/transcript/event/EventRow.d.ts.map +1 -0
  271. package/lib/transcript/event/EventSection.d.ts +13 -0
  272. package/lib/transcript/event/EventSection.d.ts.map +1 -0
  273. package/lib/transcript/event/EventTimingPanel.d.ts +13 -0
  274. package/lib/transcript/event/EventTimingPanel.d.ts.map +1 -0
  275. package/lib/transcript/event/utils.d.ts +3 -0
  276. package/lib/transcript/event/utils.d.ts.map +1 -0
  277. package/lib/transcript/hooks.d.ts +2 -0
  278. package/lib/transcript/hooks.d.ts.map +1 -0
  279. package/lib/transcript/outline/OutlineRow.d.ts +11 -0
  280. package/lib/transcript/outline/OutlineRow.d.ts.map +1 -0
  281. package/lib/transcript/outline/TranscriptOutline.d.ts +13 -0
  282. package/lib/transcript/outline/TranscriptOutline.d.ts.map +1 -0
  283. package/lib/transcript/outline/tree-visitors.d.ts +14 -0
  284. package/lib/transcript/outline/tree-visitors.d.ts.map +1 -0
  285. package/lib/transcript/state/StateDiffView.d.ts +12 -0
  286. package/lib/transcript/state/StateDiffView.d.ts.map +1 -0
  287. package/lib/transcript/state/StateEventRenderers.d.ts +49 -0
  288. package/lib/transcript/state/StateEventRenderers.d.ts.map +1 -0
  289. package/lib/transcript/state/StateEventView.d.ts +14 -0
  290. package/lib/transcript/state/StateEventView.d.ts.map +1 -0
  291. package/lib/transcript/transform/fixups.d.ts +7 -0
  292. package/lib/transcript/transform/fixups.d.ts.map +1 -0
  293. package/lib/transcript/transform/flatten.d.ts +16 -0
  294. package/lib/transcript/transform/flatten.d.ts.map +1 -0
  295. package/lib/transcript/transform/hooks.d.ts +7 -0
  296. package/lib/transcript/transform/hooks.d.ts.map +1 -0
  297. package/lib/transcript/transform/transform.d.ts +3 -0
  298. package/lib/transcript/transform/transform.d.ts.map +1 -0
  299. package/lib/transcript/transform/treeify.d.ts +4 -0
  300. package/lib/transcript/transform/treeify.d.ts.map +1 -0
  301. package/lib/transcript/transform/utils.d.ts +19 -0
  302. package/lib/transcript/transform/utils.d.ts.map +1 -0
  303. package/lib/transcript/types.d.ts +24 -0
  304. package/lib/transcript/types.d.ts.map +1 -0
  305. package/lib/types/index.d.ts +103 -0
  306. package/lib/types/index.d.ts.map +1 -0
  307. package/lib/usage/ModelTokenTable.d.ts +9 -0
  308. package/lib/usage/ModelTokenTable.d.ts.map +1 -0
  309. package/lib/usage/ModelUsagePanel.d.ts +12 -0
  310. package/lib/usage/ModelUsagePanel.d.ts.map +1 -0
  311. package/lib/usage/TokenTable.d.ts +15 -0
  312. package/lib/usage/TokenTable.d.ts.map +1 -0
  313. package/lib/usage/UsageCard.d.ts +11 -0
  314. package/lib/usage/UsageCard.d.ts.map +1 -0
  315. package/lib/utils/array.d.ts +2 -0
  316. package/lib/utils/array.d.ts.map +1 -0
  317. package/lib/utils/arrow.d.ts +3 -0
  318. package/lib/utils/arrow.d.ts.map +1 -0
  319. package/lib/utils/base64.d.ts +5 -0
  320. package/lib/utils/base64.d.ts.map +1 -0
  321. package/lib/utils/chatMessage.d.ts +4 -0
  322. package/lib/utils/chatMessage.d.ts.map +1 -0
  323. package/lib/utils/dom.d.ts +2 -0
  324. package/lib/utils/dom.d.ts.map +1 -0
  325. package/lib/utils/embeddedState.d.ts +11 -0
  326. package/lib/utils/embeddedState.d.ts.map +1 -0
  327. package/lib/utils/format.d.ts +41 -0
  328. package/lib/utils/format.d.ts.map +1 -0
  329. package/lib/utils/html.d.ts +6 -0
  330. package/lib/utils/html.d.ts.map +1 -0
  331. package/lib/utils/json-worker.d.ts +2 -0
  332. package/lib/utils/json-worker.d.ts.map +1 -0
  333. package/lib/utils/json.d.ts +5 -0
  334. package/lib/utils/json.d.ts.map +1 -0
  335. package/lib/utils/logger.d.ts +8 -0
  336. package/lib/utils/logger.d.ts.map +1 -0
  337. package/lib/utils/mime.d.ts +2 -0
  338. package/lib/utils/mime.d.ts.map +1 -0
  339. package/lib/utils/object.d.ts +2 -0
  340. package/lib/utils/object.d.ts.map +1 -0
  341. package/lib/utils/path.d.ts +26 -0
  342. package/lib/utils/path.d.ts.map +1 -0
  343. package/lib/utils/python.d.ts +12 -0
  344. package/lib/utils/python.d.ts.map +1 -0
  345. package/lib/utils/react.d.ts +2 -0
  346. package/lib/utils/react.d.ts.map +1 -0
  347. package/lib/utils/sync.d.ts +22 -0
  348. package/lib/utils/sync.d.ts.map +1 -0
  349. package/lib/utils/type.d.ts +12 -0
  350. package/lib/utils/type.d.ts.map +1 -0
  351. package/lib/utils/uri.d.ts +20 -0
  352. package/lib/utils/uri.d.ts.map +1 -0
  353. package/lib/utils/vscode.d.ts +21 -0
  354. package/lib/utils/vscode.d.ts.map +1 -0
  355. package/lib/wgxpath.install-node-Csk64Aj9-Ckau6iLd.js +1081 -0
  356. package/lib/wgxpath.install-node-Csk64Aj9-Ckau6iLd.js.map +1 -0
  357. package/lib/xypic-DrMJn58R-DRoJoooA.js +9542 -0
  358. package/lib/xypic-DrMJn58R-DRoJoooA.js.map +1 -0
  359. package/package.json +100 -0
@@ -0,0 +1,1070 @@
1
+ import { o as o$1 } from "./chunk-DfAF0w94-Oj7OW_Zs.js";
2
+ var t = o$1(((exports) => {
3
+ function t2(e, t3, n3) {
4
+ if (n3 === void 0 && (n3 = Array.prototype), e && typeof n3.find == `function`) return n3.find.call(e, t3);
5
+ for (var r3 = 0; r3 < e.length; r3++) if (Object.prototype.hasOwnProperty.call(e, r3)) {
6
+ var i3 = e[r3];
7
+ if (t3.call(void 0, i3, r3, e)) return i3;
8
+ }
9
+ }
10
+ function n2(e, t3) {
11
+ return t3 === void 0 && (t3 = Object), t3 && typeof t3.freeze == `function` ? t3.freeze(e) : e;
12
+ }
13
+ function r2(e, t3) {
14
+ if (typeof e != `object` || !e) throw TypeError(`target is not an object`);
15
+ for (var n3 in t3) Object.prototype.hasOwnProperty.call(t3, n3) && (e[n3] = t3[n3]);
16
+ return e;
17
+ }
18
+ var i2 = n2({ HTML: `text/html`, isHTML: function(e) {
19
+ return e === i2.HTML;
20
+ }, XML_APPLICATION: `application/xml`, XML_TEXT: `text/xml`, XML_XHTML_APPLICATION: `application/xhtml+xml`, XML_SVG_IMAGE: `image/svg+xml` }), a2 = n2({ HTML: `http://www.w3.org/1999/xhtml`, isHTML: function(e) {
21
+ return e === a2.HTML;
22
+ }, SVG: `http://www.w3.org/2000/svg`, XML: `http://www.w3.org/XML/1998/namespace`, XMLNS: `http://www.w3.org/2000/xmlns/` });
23
+ exports.assign = r2, exports.find = t2, exports.freeze = n2, exports.MIME_TYPE = i2, exports.NAMESPACE = a2;
24
+ })), n = o$1(((exports) => {
25
+ var n2 = t(), r2 = n2.find, i2 = n2.NAMESPACE;
26
+ function a2(e) {
27
+ return e !== ``;
28
+ }
29
+ function o2(e) {
30
+ return e ? e.split(/[\t\n\f\r ]+/).filter(a2) : [];
31
+ }
32
+ function s(e, t2) {
33
+ return e.hasOwnProperty(t2) || (e[t2] = true), e;
34
+ }
35
+ function c(e) {
36
+ if (!e) return [];
37
+ var t2 = o2(e);
38
+ return Object.keys(t2.reduce(s, {}));
39
+ }
40
+ function l(e) {
41
+ return function(t2) {
42
+ return e && e.indexOf(t2) !== -1;
43
+ };
44
+ }
45
+ function u(e, t2) {
46
+ for (var n3 in e) Object.prototype.hasOwnProperty.call(e, n3) && (t2[n3] = e[n3]);
47
+ }
48
+ function d(e, t2) {
49
+ var n3 = e.prototype;
50
+ if (!(n3 instanceof t2)) {
51
+ let r3 = function() {
52
+ };
53
+ r3.prototype = t2.prototype, r3 = new r3(), u(n3, r3), e.prototype = n3 = r3;
54
+ }
55
+ n3.constructor != e && (typeof e != `function` && console.error(`unknown Class:` + e), n3.constructor = e);
56
+ }
57
+ var f = {}, p = f.ELEMENT_NODE = 1, m = f.ATTRIBUTE_NODE = 2, h = f.TEXT_NODE = 3, g = f.CDATA_SECTION_NODE = 4, _ = f.ENTITY_REFERENCE_NODE = 5, v = f.ENTITY_NODE = 6, y = f.PROCESSING_INSTRUCTION_NODE = 7, b = f.COMMENT_NODE = 8, x = f.DOCUMENT_NODE = 9, S = f.DOCUMENT_TYPE_NODE = 10, C = f.DOCUMENT_FRAGMENT_NODE = 11, w = f.NOTATION_NODE = 12, T = {}, E = {};
58
+ T.INDEX_SIZE_ERR = (E[1] = `Index size error`, 1), T.DOMSTRING_SIZE_ERR = (E[2] = `DOMString size error`, 2);
59
+ var D = T.HIERARCHY_REQUEST_ERR = (E[3] = `Hierarchy request error`, 3);
60
+ T.WRONG_DOCUMENT_ERR = (E[4] = `Wrong document`, 4), T.INVALID_CHARACTER_ERR = (E[5] = `Invalid character`, 5), T.NO_DATA_ALLOWED_ERR = (E[6] = `No data allowed`, 6), T.NO_MODIFICATION_ALLOWED_ERR = (E[7] = `No modification allowed`, 7);
61
+ var O = T.NOT_FOUND_ERR = (E[8] = `Not found`, 8);
62
+ T.NOT_SUPPORTED_ERR = (E[9] = `Not supported`, 9);
63
+ var k = T.INUSE_ATTRIBUTE_ERR = (E[10] = `Attribute in use`, 10);
64
+ T.INVALID_STATE_ERR = (E[11] = `Invalid state`, 11), T.SYNTAX_ERR = (E[12] = `Syntax error`, 12), T.INVALID_MODIFICATION_ERR = (E[13] = `Invalid modification`, 13), T.NAMESPACE_ERR = (E[14] = `Invalid namespace`, 14), T.INVALID_ACCESS_ERR = (E[15] = `Invalid access`, 15);
65
+ function A(e, t2) {
66
+ if (t2 instanceof Error) var n3 = t2;
67
+ else n3 = this, Error.call(this, E[e]), this.message = E[e], Error.captureStackTrace && Error.captureStackTrace(this, A);
68
+ return n3.code = e, t2 && (this.message = this.message + `: ` + t2), n3;
69
+ }
70
+ A.prototype = Error.prototype, u(T, A);
71
+ function j() {
72
+ }
73
+ j.prototype = { length: 0, item: function(e) {
74
+ return e >= 0 && e < this.length ? this[e] : null;
75
+ }, toString: function(e, t2) {
76
+ for (var n3 = [], r3 = 0; r3 < this.length; r3++) $(this[r3], n3, e, t2);
77
+ return n3.join(``);
78
+ }, filter: function(e) {
79
+ return Array.prototype.filter.call(this, e);
80
+ }, indexOf: function(e) {
81
+ return Array.prototype.indexOf.call(this, e);
82
+ } };
83
+ function M(e, t2) {
84
+ this._node = e, this._refresh = t2, N(this);
85
+ }
86
+ function N(e) {
87
+ var t2 = e._node._inc || e._node.ownerDocument._inc;
88
+ if (e._inc !== t2) {
89
+ var n3 = e._refresh(e._node);
90
+ if (Te(e, `length`, n3.length), !e.$$length || n3.length < e.$$length) for (var r3 = n3.length; r3 in e; r3++) Object.prototype.hasOwnProperty.call(e, r3) && delete e[r3];
91
+ u(n3, e), e._inc = t2;
92
+ }
93
+ }
94
+ M.prototype.item = function(e) {
95
+ return N(this), this[e] || null;
96
+ }, d(M, j);
97
+ function P() {
98
+ }
99
+ function F(e, t2) {
100
+ for (var n3 = e.length; n3--; ) if (e[n3] === t2) return n3;
101
+ }
102
+ function I(e, t2, n3, r3) {
103
+ if (r3 ? t2[F(t2, r3)] = n3 : t2[t2.length++] = n3, e) {
104
+ n3.ownerElement = e;
105
+ var i3 = e.ownerDocument;
106
+ i3 && (r3 && te(i3, e, r3), ee(i3, e, n3));
107
+ }
108
+ }
109
+ function L(e, t2, n3) {
110
+ var r3 = F(t2, n3);
111
+ if (r3 >= 0) {
112
+ for (var i3 = t2.length - 1; r3 < i3; ) t2[r3] = t2[++r3];
113
+ if (t2.length = i3, e) {
114
+ var a3 = e.ownerDocument;
115
+ a3 && (te(a3, e, n3), n3.ownerElement = null);
116
+ }
117
+ } else throw new A(O, Error(e.tagName + `@` + n3));
118
+ }
119
+ P.prototype = { length: 0, item: j.prototype.item, getNamedItem: function(e) {
120
+ for (var t2 = this.length; t2--; ) {
121
+ var n3 = this[t2];
122
+ if (n3.nodeName == e) return n3;
123
+ }
124
+ }, setNamedItem: function(e) {
125
+ var t2 = e.ownerElement;
126
+ if (t2 && t2 != this._ownerElement) throw new A(k);
127
+ var n3 = this.getNamedItem(e.nodeName);
128
+ return I(this._ownerElement, this, e, n3), n3;
129
+ }, setNamedItemNS: function(e) {
130
+ var t2 = e.ownerElement, n3;
131
+ if (t2 && t2 != this._ownerElement) throw new A(k);
132
+ return n3 = this.getNamedItemNS(e.namespaceURI, e.localName), I(this._ownerElement, this, e, n3), n3;
133
+ }, removeNamedItem: function(e) {
134
+ var t2 = this.getNamedItem(e);
135
+ return L(this._ownerElement, this, t2), t2;
136
+ }, removeNamedItemNS: function(e, t2) {
137
+ var n3 = this.getNamedItemNS(e, t2);
138
+ return L(this._ownerElement, this, n3), n3;
139
+ }, getNamedItemNS: function(e, t2) {
140
+ for (var n3 = this.length; n3--; ) {
141
+ var r3 = this[n3];
142
+ if (r3.localName == t2 && r3.namespaceURI == e) return r3;
143
+ }
144
+ return null;
145
+ } };
146
+ function R() {
147
+ }
148
+ R.prototype = { hasFeature: function(e, t2) {
149
+ return true;
150
+ }, createDocument: function(e, t2, n3) {
151
+ var r3 = new H();
152
+ if (r3.implementation = this, r3.childNodes = new j(), r3.doctype = n3 || null, n3 && r3.appendChild(n3), t2) {
153
+ var i3 = r3.createElementNS(e, t2);
154
+ r3.appendChild(i3);
155
+ }
156
+ return r3;
157
+ }, createDocumentType: function(e, t2, n3) {
158
+ var r3 = new Z();
159
+ return r3.name = e, r3.nodeName = e, r3.publicId = t2 || ``, r3.systemId = n3 || ``, r3;
160
+ } };
161
+ function z() {
162
+ }
163
+ z.prototype = { firstChild: null, lastChild: null, previousSibling: null, nextSibling: null, attributes: null, parentNode: null, childNodes: null, ownerDocument: null, nodeValue: null, namespaceURI: null, prefix: null, localName: null, insertBefore: function(e, t2) {
164
+ return K(this, e, t2);
165
+ }, replaceChild: function(e, t2) {
166
+ K(this, e, t2, ue), t2 && this.removeChild(t2);
167
+ }, removeChild: function(e) {
168
+ return ne(this, e);
169
+ }, appendChild: function(e) {
170
+ return this.insertBefore(e, null);
171
+ }, hasChildNodes: function() {
172
+ return this.firstChild != null;
173
+ }, cloneNode: function(e) {
174
+ return we(this.ownerDocument || this, this, e);
175
+ }, normalize: function() {
176
+ for (var e = this.firstChild; e; ) {
177
+ var t2 = e.nextSibling;
178
+ t2 && t2.nodeType == h && e.nodeType == h ? (this.removeChild(t2), e.appendData(t2.data)) : (e.normalize(), e = t2);
179
+ }
180
+ }, isSupported: function(e, t2) {
181
+ return this.ownerDocument.implementation.hasFeature(e, t2);
182
+ }, hasAttributes: function() {
183
+ return this.attributes.length > 0;
184
+ }, lookupPrefix: function(e) {
185
+ for (var t2 = this; t2; ) {
186
+ var n3 = t2._nsMap;
187
+ if (n3) {
188
+ for (var r3 in n3) if (Object.prototype.hasOwnProperty.call(n3, r3) && n3[r3] === e) return r3;
189
+ }
190
+ t2 = t2.nodeType == m ? t2.ownerDocument : t2.parentNode;
191
+ }
192
+ return null;
193
+ }, lookupNamespaceURI: function(e) {
194
+ for (var t2 = this; t2; ) {
195
+ var n3 = t2._nsMap;
196
+ if (n3 && Object.prototype.hasOwnProperty.call(n3, e)) return n3[e];
197
+ t2 = t2.nodeType == m ? t2.ownerDocument : t2.parentNode;
198
+ }
199
+ return null;
200
+ }, isDefaultNamespace: function(e) {
201
+ return this.lookupPrefix(e) == null;
202
+ } };
203
+ function B(e) {
204
+ return e == `<` && `&lt;` || e == `>` && `&gt;` || e == `&` && `&amp;` || e == `"` && `&quot;` || `&#` + e.charCodeAt() + `;`;
205
+ }
206
+ u(f, z), u(f, z.prototype);
207
+ function V(e, t2) {
208
+ if (t2(e)) return true;
209
+ if (e = e.firstChild) do
210
+ if (V(e, t2)) return true;
211
+ while (e = e.nextSibling);
212
+ }
213
+ function H() {
214
+ this.ownerDocument = this;
215
+ }
216
+ function ee(e, t2, n3) {
217
+ e && e._inc++, n3.namespaceURI === i2.XMLNS && (t2._nsMap[n3.prefix ? n3.localName : ``] = n3.value);
218
+ }
219
+ function te(e, t2, n3, r3) {
220
+ e && e._inc++, n3.namespaceURI === i2.XMLNS && delete t2._nsMap[n3.prefix ? n3.localName : ``];
221
+ }
222
+ function U(e, t2, n3) {
223
+ if (e && e._inc) {
224
+ e._inc++;
225
+ var r3 = t2.childNodes;
226
+ if (n3) r3[r3.length++] = n3;
227
+ else {
228
+ for (var i3 = t2.firstChild, a3 = 0; i3; ) r3[a3++] = i3, i3 = i3.nextSibling;
229
+ r3.length = a3, delete r3[r3.length];
230
+ }
231
+ }
232
+ }
233
+ function ne(e, t2) {
234
+ var n3 = t2.previousSibling, r3 = t2.nextSibling;
235
+ return n3 ? n3.nextSibling = r3 : e.firstChild = r3, r3 ? r3.previousSibling = n3 : e.lastChild = n3, t2.parentNode = null, t2.previousSibling = null, t2.nextSibling = null, U(e.ownerDocument, e), t2;
236
+ }
237
+ function re(e) {
238
+ return e && (e.nodeType === z.DOCUMENT_NODE || e.nodeType === z.DOCUMENT_FRAGMENT_NODE || e.nodeType === z.ELEMENT_NODE);
239
+ }
240
+ function ie(e) {
241
+ return e && (G(e) || ae(e) || W(e) || e.nodeType === z.DOCUMENT_FRAGMENT_NODE || e.nodeType === z.COMMENT_NODE || e.nodeType === z.PROCESSING_INSTRUCTION_NODE);
242
+ }
243
+ function W(e) {
244
+ return e && e.nodeType === z.DOCUMENT_TYPE_NODE;
245
+ }
246
+ function G(e) {
247
+ return e && e.nodeType === z.ELEMENT_NODE;
248
+ }
249
+ function ae(e) {
250
+ return e && e.nodeType === z.TEXT_NODE;
251
+ }
252
+ function oe(e, t2) {
253
+ var n3 = e.childNodes || [];
254
+ if (r2(n3, G) || W(t2)) return false;
255
+ var i3 = r2(n3, W);
256
+ return !(t2 && i3 && n3.indexOf(i3) > n3.indexOf(t2));
257
+ }
258
+ function se(e, t2) {
259
+ var n3 = e.childNodes || [];
260
+ function i3(e2) {
261
+ return G(e2) && e2 !== t2;
262
+ }
263
+ if (r2(n3, i3)) return false;
264
+ var a3 = r2(n3, W);
265
+ return !(t2 && a3 && n3.indexOf(a3) > n3.indexOf(t2));
266
+ }
267
+ function ce(e, t2, n3) {
268
+ if (!re(e)) throw new A(D, `Unexpected parent node type ` + e.nodeType);
269
+ if (n3 && n3.parentNode !== e) throw new A(O, `child not in parent`);
270
+ if (!ie(t2) || W(t2) && e.nodeType !== z.DOCUMENT_NODE) throw new A(D, `Unexpected node type ` + t2.nodeType + ` for parent node type ` + e.nodeType);
271
+ }
272
+ function le(e, t2, n3) {
273
+ var i3 = e.childNodes || [], a3 = t2.childNodes || [];
274
+ if (t2.nodeType === z.DOCUMENT_FRAGMENT_NODE) {
275
+ var o3 = a3.filter(G);
276
+ if (o3.length > 1 || r2(a3, ae)) throw new A(D, `More than one element or text in fragment`);
277
+ if (o3.length === 1 && !oe(e, n3)) throw new A(D, `Element in fragment can not be inserted before doctype`);
278
+ }
279
+ if (G(t2) && !oe(e, n3)) throw new A(D, `Only one element can be added and only after doctype`);
280
+ if (W(t2)) {
281
+ if (r2(i3, W)) throw new A(D, `Only one doctype is allowed`);
282
+ var s2 = r2(i3, G);
283
+ if (n3 && i3.indexOf(s2) < i3.indexOf(n3)) throw new A(D, `Doctype can only be inserted before an element`);
284
+ if (!n3 && s2) throw new A(D, `Doctype can not be appended since element is present`);
285
+ }
286
+ }
287
+ function ue(e, t2, n3) {
288
+ var i3 = e.childNodes || [], a3 = t2.childNodes || [];
289
+ if (t2.nodeType === z.DOCUMENT_FRAGMENT_NODE) {
290
+ var o3 = a3.filter(G);
291
+ if (o3.length > 1 || r2(a3, ae)) throw new A(D, `More than one element or text in fragment`);
292
+ if (o3.length === 1 && !se(e, n3)) throw new A(D, `Element in fragment can not be inserted before doctype`);
293
+ }
294
+ if (G(t2) && !se(e, n3)) throw new A(D, `Only one element can be added and only after doctype`);
295
+ if (W(t2)) {
296
+ let e2 = function(e3) {
297
+ return W(e3) && e3 !== n3;
298
+ };
299
+ if (r2(i3, e2)) throw new A(D, `Only one doctype is allowed`);
300
+ var s2 = r2(i3, G);
301
+ if (n3 && i3.indexOf(s2) < i3.indexOf(n3)) throw new A(D, `Doctype can only be inserted before an element`);
302
+ }
303
+ }
304
+ function K(e, t2, n3, r3) {
305
+ ce(e, t2, n3), e.nodeType === z.DOCUMENT_NODE && (r3 || le)(e, t2, n3);
306
+ var i3 = t2.parentNode;
307
+ if (i3 && i3.removeChild(t2), t2.nodeType === C) {
308
+ var a3 = t2.firstChild;
309
+ if (a3 == null) return t2;
310
+ var o3 = t2.lastChild;
311
+ } else a3 = o3 = t2;
312
+ var s2 = n3 ? n3.previousSibling : e.lastChild;
313
+ a3.previousSibling = s2, o3.nextSibling = n3, s2 ? s2.nextSibling = a3 : e.firstChild = a3, n3 == null ? e.lastChild = o3 : n3.previousSibling = o3;
314
+ do {
315
+ a3.parentNode = e;
316
+ var c2 = e.ownerDocument || e;
317
+ q(a3, c2);
318
+ } while (a3 !== o3 && (a3 = a3.nextSibling));
319
+ return U(e.ownerDocument || e, e), t2.nodeType == C && (t2.firstChild = t2.lastChild = null), t2;
320
+ }
321
+ function q(e, t2) {
322
+ if (e.ownerDocument !== t2) {
323
+ if (e.ownerDocument = t2, e.nodeType === p && e.attributes) for (var n3 = 0; n3 < e.attributes.length; n3++) {
324
+ var r3 = e.attributes.item(n3);
325
+ r3 && (r3.ownerDocument = t2);
326
+ }
327
+ for (var i3 = e.firstChild; i3; ) q(i3, t2), i3 = i3.nextSibling;
328
+ }
329
+ }
330
+ function de(e, t2) {
331
+ t2.parentNode && t2.parentNode.removeChild(t2), t2.parentNode = e, t2.previousSibling = e.lastChild, t2.nextSibling = null, t2.previousSibling ? t2.previousSibling.nextSibling = t2 : e.firstChild = t2, e.lastChild = t2, U(e.ownerDocument, e, t2);
332
+ var n3 = e.ownerDocument || e;
333
+ return q(t2, n3), t2;
334
+ }
335
+ H.prototype = { nodeName: `#document`, nodeType: x, doctype: null, documentElement: null, _inc: 1, insertBefore: function(e, t2) {
336
+ if (e.nodeType == C) {
337
+ for (var n3 = e.firstChild; n3; ) {
338
+ var r3 = n3.nextSibling;
339
+ this.insertBefore(n3, t2), n3 = r3;
340
+ }
341
+ return e;
342
+ }
343
+ return K(this, e, t2), q(e, this), this.documentElement === null && e.nodeType === p && (this.documentElement = e), e;
344
+ }, removeChild: function(e) {
345
+ return this.documentElement == e && (this.documentElement = null), ne(this, e);
346
+ }, replaceChild: function(e, t2) {
347
+ K(this, e, t2, ue), q(e, this), t2 && this.removeChild(t2), G(e) && (this.documentElement = e);
348
+ }, importNode: function(e, t2) {
349
+ return Ce(this, e, t2);
350
+ }, getElementById: function(e) {
351
+ var t2 = null;
352
+ return V(this.documentElement, function(n3) {
353
+ if (n3.nodeType == p && n3.getAttribute(`id`) == e) return t2 = n3, true;
354
+ }), t2;
355
+ }, getElementsByClassName: function(e) {
356
+ var t2 = c(e);
357
+ return new M(this, function(n3) {
358
+ var r3 = [];
359
+ return t2.length > 0 && V(n3.documentElement, function(i3) {
360
+ if (i3 !== n3 && i3.nodeType === p) {
361
+ var a3 = i3.getAttribute(`class`);
362
+ if (a3) {
363
+ var o3 = e === a3;
364
+ if (!o3) {
365
+ var s2 = c(a3);
366
+ o3 = t2.every(l(s2));
367
+ }
368
+ o3 && r3.push(i3);
369
+ }
370
+ }
371
+ }), r3;
372
+ });
373
+ }, createElement: function(e) {
374
+ var t2 = new J();
375
+ t2.ownerDocument = this, t2.nodeName = e, t2.tagName = e, t2.localName = e, t2.childNodes = new j();
376
+ var n3 = t2.attributes = new P();
377
+ return n3._ownerElement = t2, t2;
378
+ }, createDocumentFragment: function() {
379
+ var e = new Q();
380
+ return e.ownerDocument = this, e.childNodes = new j(), e;
381
+ }, createTextNode: function(e) {
382
+ var t2 = new fe();
383
+ return t2.ownerDocument = this, t2.appendData(e), t2;
384
+ }, createComment: function(e) {
385
+ var t2 = new pe();
386
+ return t2.ownerDocument = this, t2.appendData(e), t2;
387
+ }, createCDATASection: function(e) {
388
+ var t2 = new me();
389
+ return t2.ownerDocument = this, t2.appendData(e), t2;
390
+ }, createProcessingInstruction: function(e, t2) {
391
+ var n3 = new ve();
392
+ return n3.ownerDocument = this, n3.tagName = n3.nodeName = n3.target = e, n3.nodeValue = n3.data = t2, n3;
393
+ }, createAttribute: function(e) {
394
+ var t2 = new Y();
395
+ return t2.ownerDocument = this, t2.name = e, t2.nodeName = e, t2.localName = e, t2.specified = true, t2;
396
+ }, createEntityReference: function(e) {
397
+ var t2 = new _e();
398
+ return t2.ownerDocument = this, t2.nodeName = e, t2;
399
+ }, createElementNS: function(e, t2) {
400
+ var n3 = new J(), r3 = t2.split(`:`), i3 = n3.attributes = new P();
401
+ return n3.childNodes = new j(), n3.ownerDocument = this, n3.nodeName = t2, n3.tagName = t2, n3.namespaceURI = e, r3.length == 2 ? (n3.prefix = r3[0], n3.localName = r3[1]) : n3.localName = t2, i3._ownerElement = n3, n3;
402
+ }, createAttributeNS: function(e, t2) {
403
+ var n3 = new Y(), r3 = t2.split(`:`);
404
+ return n3.ownerDocument = this, n3.nodeName = t2, n3.name = t2, n3.namespaceURI = e, n3.specified = true, r3.length == 2 ? (n3.prefix = r3[0], n3.localName = r3[1]) : n3.localName = t2, n3;
405
+ } }, d(H, z);
406
+ function J() {
407
+ this._nsMap = {};
408
+ }
409
+ J.prototype = { nodeType: p, hasAttribute: function(e) {
410
+ return this.getAttributeNode(e) != null;
411
+ }, getAttribute: function(e) {
412
+ var t2 = this.getAttributeNode(e);
413
+ return t2 && t2.value || ``;
414
+ }, getAttributeNode: function(e) {
415
+ return this.attributes.getNamedItem(e);
416
+ }, setAttribute: function(e, t2) {
417
+ var n3 = this.ownerDocument.createAttribute(e);
418
+ n3.value = n3.nodeValue = `` + t2, this.setAttributeNode(n3);
419
+ }, removeAttribute: function(e) {
420
+ var t2 = this.getAttributeNode(e);
421
+ t2 && this.removeAttributeNode(t2);
422
+ }, appendChild: function(e) {
423
+ return e.nodeType === C ? this.insertBefore(e, null) : de(this, e);
424
+ }, setAttributeNode: function(e) {
425
+ return this.attributes.setNamedItem(e);
426
+ }, setAttributeNodeNS: function(e) {
427
+ return this.attributes.setNamedItemNS(e);
428
+ }, removeAttributeNode: function(e) {
429
+ return this.attributes.removeNamedItem(e.nodeName);
430
+ }, removeAttributeNS: function(e, t2) {
431
+ var n3 = this.getAttributeNodeNS(e, t2);
432
+ n3 && this.removeAttributeNode(n3);
433
+ }, hasAttributeNS: function(e, t2) {
434
+ return this.getAttributeNodeNS(e, t2) != null;
435
+ }, getAttributeNS: function(e, t2) {
436
+ var n3 = this.getAttributeNodeNS(e, t2);
437
+ return n3 && n3.value || ``;
438
+ }, setAttributeNS: function(e, t2, n3) {
439
+ var r3 = this.ownerDocument.createAttributeNS(e, t2);
440
+ r3.value = r3.nodeValue = `` + n3, this.setAttributeNode(r3);
441
+ }, getAttributeNodeNS: function(e, t2) {
442
+ return this.attributes.getNamedItemNS(e, t2);
443
+ }, getElementsByTagName: function(e) {
444
+ return new M(this, function(t2) {
445
+ var n3 = [];
446
+ return V(t2, function(r3) {
447
+ r3 !== t2 && r3.nodeType == p && (e === `*` || r3.tagName == e) && n3.push(r3);
448
+ }), n3;
449
+ });
450
+ }, getElementsByTagNameNS: function(e, t2) {
451
+ return new M(this, function(n3) {
452
+ var r3 = [];
453
+ return V(n3, function(i3) {
454
+ i3 !== n3 && i3.nodeType === p && (e === `*` || i3.namespaceURI === e) && (t2 === `*` || i3.localName == t2) && r3.push(i3);
455
+ }), r3;
456
+ });
457
+ } }, H.prototype.getElementsByTagName = J.prototype.getElementsByTagName, H.prototype.getElementsByTagNameNS = J.prototype.getElementsByTagNameNS, d(J, z);
458
+ function Y() {
459
+ }
460
+ Y.prototype.nodeType = m, d(Y, z);
461
+ function X() {
462
+ }
463
+ X.prototype = { data: ``, substringData: function(e, t2) {
464
+ return this.data.substring(e, e + t2);
465
+ }, appendData: function(e) {
466
+ e = this.data + e, this.nodeValue = this.data = e, this.length = e.length;
467
+ }, insertData: function(e, t2) {
468
+ this.replaceData(e, 0, t2);
469
+ }, appendChild: function(e) {
470
+ throw Error(E[D]);
471
+ }, deleteData: function(e, t2) {
472
+ this.replaceData(e, t2, ``);
473
+ }, replaceData: function(e, t2, n3) {
474
+ var r3 = this.data.substring(0, e), i3 = this.data.substring(e + t2);
475
+ n3 = r3 + n3 + i3, this.nodeValue = this.data = n3, this.length = n3.length;
476
+ } }, d(X, z);
477
+ function fe() {
478
+ }
479
+ fe.prototype = { nodeName: `#text`, nodeType: h, splitText: function(e) {
480
+ var t2 = this.data, n3 = t2.substring(e);
481
+ t2 = t2.substring(0, e), this.data = this.nodeValue = t2, this.length = t2.length;
482
+ var r3 = this.ownerDocument.createTextNode(n3);
483
+ return this.parentNode && this.parentNode.insertBefore(r3, this.nextSibling), r3;
484
+ } }, d(fe, X);
485
+ function pe() {
486
+ }
487
+ pe.prototype = { nodeName: `#comment`, nodeType: b }, d(pe, X);
488
+ function me() {
489
+ }
490
+ me.prototype = { nodeName: `#cdata-section`, nodeType: g }, d(me, X);
491
+ function Z() {
492
+ }
493
+ Z.prototype.nodeType = S, d(Z, z);
494
+ function he() {
495
+ }
496
+ he.prototype.nodeType = w, d(he, z);
497
+ function ge() {
498
+ }
499
+ ge.prototype.nodeType = v, d(ge, z);
500
+ function _e() {
501
+ }
502
+ _e.prototype.nodeType = _, d(_e, z);
503
+ function Q() {
504
+ }
505
+ Q.prototype.nodeName = `#document-fragment`, Q.prototype.nodeType = C, d(Q, z);
506
+ function ve() {
507
+ }
508
+ ve.prototype.nodeType = y, d(ve, z);
509
+ function ye() {
510
+ }
511
+ ye.prototype.serializeToString = function(e, t2, n3) {
512
+ return be.call(e, t2, n3);
513
+ }, z.prototype.toString = be;
514
+ function be(e, t2) {
515
+ var n3 = [], r3 = this.nodeType == 9 && this.documentElement || this, i3 = r3.prefix, a3 = r3.namespaceURI;
516
+ if (a3 && i3 == null) {
517
+ var i3 = r3.lookupPrefix(a3);
518
+ if (i3 == null) var o3 = [{ namespace: a3, prefix: null }];
519
+ }
520
+ return $(this, n3, e, t2, o3), n3.join(``);
521
+ }
522
+ function xe(e, t2, n3) {
523
+ var r3 = e.prefix || ``, a3 = e.namespaceURI;
524
+ if (!a3 || r3 === `xml` && a3 === i2.XML || a3 === i2.XMLNS) return false;
525
+ for (var o3 = n3.length; o3--; ) {
526
+ var s2 = n3[o3];
527
+ if (s2.prefix === r3) return s2.namespace !== a3;
528
+ }
529
+ return true;
530
+ }
531
+ function Se(e, t2, n3) {
532
+ e.push(` `, t2, `="`, n3.replace(/[<>&"\t\n\r]/g, B), `"`);
533
+ }
534
+ function $(e, t2, n3, r3, a3) {
535
+ if (a3 ||= [], r3) if (e = r3(e), e) {
536
+ if (typeof e == `string`) {
537
+ t2.push(e);
538
+ return;
539
+ }
540
+ } else return;
541
+ switch (e.nodeType) {
542
+ case p:
543
+ var o3 = e.attributes, s2 = o3.length, c2 = e.firstChild, l2 = e.tagName;
544
+ n3 = i2.isHTML(e.namespaceURI) || n3;
545
+ var u2 = l2;
546
+ if (!n3 && !e.prefix && e.namespaceURI) {
547
+ for (var d2, f2 = 0; f2 < o3.length; f2++) if (o3.item(f2).name === `xmlns`) {
548
+ d2 = o3.item(f2).value;
549
+ break;
550
+ }
551
+ if (!d2) for (var v2 = a3.length - 1; v2 >= 0; v2--) {
552
+ var w2 = a3[v2];
553
+ if (w2.prefix === `` && w2.namespace === e.namespaceURI) {
554
+ d2 = w2.namespace;
555
+ break;
556
+ }
557
+ }
558
+ if (d2 !== e.namespaceURI) for (var v2 = a3.length - 1; v2 >= 0; v2--) {
559
+ var w2 = a3[v2];
560
+ if (w2.namespace === e.namespaceURI) {
561
+ w2.prefix && (u2 = w2.prefix + `:` + l2);
562
+ break;
563
+ }
564
+ }
565
+ }
566
+ t2.push(`<`, u2);
567
+ for (var T2 = 0; T2 < s2; T2++) {
568
+ var E2 = o3.item(T2);
569
+ E2.prefix == `xmlns` ? a3.push({ prefix: E2.localName, namespace: E2.value }) : E2.nodeName == `xmlns` && a3.push({ prefix: ``, namespace: E2.value });
570
+ }
571
+ for (var T2 = 0; T2 < s2; T2++) {
572
+ var E2 = o3.item(T2);
573
+ if (xe(E2, n3, a3)) {
574
+ var D2 = E2.prefix || ``, O2 = E2.namespaceURI;
575
+ Se(t2, D2 ? `xmlns:` + D2 : `xmlns`, O2), a3.push({ prefix: D2, namespace: O2 });
576
+ }
577
+ $(E2, t2, n3, r3, a3);
578
+ }
579
+ if (l2 === u2 && xe(e, n3, a3)) {
580
+ var D2 = e.prefix || ``, O2 = e.namespaceURI;
581
+ Se(t2, D2 ? `xmlns:` + D2 : `xmlns`, O2), a3.push({ prefix: D2, namespace: O2 });
582
+ }
583
+ if (c2 || n3 && !/^(?:meta|link|img|br|hr|input)$/i.test(l2)) {
584
+ if (t2.push(`>`), n3 && /^script$/i.test(l2)) for (; c2; ) c2.data ? t2.push(c2.data) : $(c2, t2, n3, r3, a3.slice()), c2 = c2.nextSibling;
585
+ else for (; c2; ) $(c2, t2, n3, r3, a3.slice()), c2 = c2.nextSibling;
586
+ t2.push(`</`, u2, `>`);
587
+ } else t2.push(`/>`);
588
+ return;
589
+ case x:
590
+ case C:
591
+ for (var c2 = e.firstChild; c2; ) $(c2, t2, n3, r3, a3.slice()), c2 = c2.nextSibling;
592
+ return;
593
+ case m:
594
+ return Se(t2, e.name, e.value);
595
+ case h:
596
+ return t2.push(e.data.replace(/[<&>]/g, B));
597
+ case g:
598
+ return t2.push(`<![CDATA[`, e.data, `]]>`);
599
+ case b:
600
+ return t2.push(`<!--`, e.data, `-->`);
601
+ case S:
602
+ var k2 = e.publicId, A2 = e.systemId;
603
+ if (t2.push(`<!DOCTYPE `, e.name), k2) t2.push(` PUBLIC `, k2), A2 && A2 != `.` && t2.push(` `, A2), t2.push(`>`);
604
+ else if (A2 && A2 != `.`) t2.push(` SYSTEM `, A2, `>`);
605
+ else {
606
+ var j2 = e.internalSubset;
607
+ j2 && t2.push(` [`, j2, `]`), t2.push(`>`);
608
+ }
609
+ return;
610
+ case y:
611
+ return t2.push(`<?`, e.target, ` `, e.data, `?>`);
612
+ case _:
613
+ return t2.push(`&`, e.nodeName, `;`);
614
+ default:
615
+ t2.push(`??`, e.nodeName);
616
+ }
617
+ }
618
+ function Ce(e, t2, n3) {
619
+ var r3;
620
+ switch (t2.nodeType) {
621
+ case p:
622
+ r3 = t2.cloneNode(false), r3.ownerDocument = e;
623
+ case C:
624
+ break;
625
+ case m:
626
+ n3 = true;
627
+ break;
628
+ }
629
+ if (r3 ||= t2.cloneNode(false), r3.ownerDocument = e, r3.parentNode = null, n3) for (var i3 = t2.firstChild; i3; ) r3.appendChild(Ce(e, i3, n3)), i3 = i3.nextSibling;
630
+ return r3;
631
+ }
632
+ function we(e, t2, n3) {
633
+ var r3 = new t2.constructor();
634
+ for (var i3 in t2) if (Object.prototype.hasOwnProperty.call(t2, i3)) {
635
+ var a3 = t2[i3];
636
+ typeof a3 != `object` && a3 != r3[i3] && (r3[i3] = a3);
637
+ }
638
+ switch (t2.childNodes && (r3.childNodes = new j()), r3.ownerDocument = e, r3.nodeType) {
639
+ case p:
640
+ var o3 = t2.attributes, s2 = r3.attributes = new P(), c2 = o3.length;
641
+ s2._ownerElement = r3;
642
+ for (var l2 = 0; l2 < c2; l2++) r3.setAttributeNode(we(e, o3.item(l2), true));
643
+ break;
644
+ case m:
645
+ n3 = true;
646
+ }
647
+ if (n3) for (var u2 = t2.firstChild; u2; ) r3.appendChild(we(e, u2, n3)), u2 = u2.nextSibling;
648
+ return r3;
649
+ }
650
+ function Te(e, t2, n3) {
651
+ e[t2] = n3;
652
+ }
653
+ try {
654
+ if (Object.defineProperty) {
655
+ let e = function(t2) {
656
+ switch (t2.nodeType) {
657
+ case p:
658
+ case C:
659
+ var n3 = [];
660
+ for (t2 = t2.firstChild; t2; ) t2.nodeType !== 7 && t2.nodeType !== 8 && n3.push(e(t2)), t2 = t2.nextSibling;
661
+ return n3.join(``);
662
+ default:
663
+ return t2.nodeValue;
664
+ }
665
+ };
666
+ Object.defineProperty(M.prototype, `length`, { get: function() {
667
+ return N(this), this.$$length;
668
+ } }), Object.defineProperty(z.prototype, `textContent`, { get: function() {
669
+ return e(this);
670
+ }, set: function(e2) {
671
+ switch (this.nodeType) {
672
+ case p:
673
+ case C:
674
+ for (; this.firstChild; ) this.removeChild(this.firstChild);
675
+ (e2 || String(e2)) && this.appendChild(this.ownerDocument.createTextNode(e2));
676
+ break;
677
+ default:
678
+ this.data = e2, this.value = e2, this.nodeValue = e2;
679
+ }
680
+ } });
681
+ Te = function(e2, t2, n3) {
682
+ e2[`$$` + t2] = n3;
683
+ };
684
+ }
685
+ } catch {
686
+ }
687
+ exports.DocumentType = Z, exports.DOMException = A, exports.DOMImplementation = R, exports.Element = J, exports.Node = z, exports.NodeList = j, exports.XMLSerializer = ye;
688
+ })), r = o$1(((exports) => {
689
+ var n2 = t().freeze;
690
+ exports.XML_ENTITIES = n2({ amp: `&`, apos: `'`, gt: `>`, lt: `<`, quot: `"` }), exports.HTML_ENTITIES = n2({ Aacute: `Á`, aacute: `á`, Abreve: `Ă`, abreve: `ă`, ac: `∾`, acd: `∿`, acE: `∾̳`, Acirc: `Â`, acirc: `â`, acute: `´`, Acy: `А`, acy: `а`, AElig: `Æ`, aelig: `æ`, af: `⁡`, Afr: `𝔄`, afr: `𝔞`, Agrave: `À`, agrave: `à`, alefsym: `ℵ`, aleph: `ℵ`, Alpha: `Α`, alpha: `α`, Amacr: `Ā`, amacr: `ā`, amalg: `⨿`, AMP: `&`, amp: `&`, And: `⩓`, and: `∧`, andand: `⩕`, andd: `⩜`, andslope: `⩘`, andv: `⩚`, ang: `∠`, ange: `⦤`, angle: `∠`, angmsd: `∡`, angmsdaa: `⦨`, angmsdab: `⦩`, angmsdac: `⦪`, angmsdad: `⦫`, angmsdae: `⦬`, angmsdaf: `⦭`, angmsdag: `⦮`, angmsdah: `⦯`, angrt: `∟`, angrtvb: `⊾`, angrtvbd: `⦝`, angsph: `∢`, angst: `Å`, angzarr: `⍼`, Aogon: `Ą`, aogon: `ą`, Aopf: `𝔸`, aopf: `𝕒`, ap: `≈`, apacir: `⩯`, apE: `⩰`, ape: `≊`, apid: `≋`, apos: `'`, ApplyFunction: `⁡`, approx: `≈`, approxeq: `≊`, Aring: `Å`, aring: `å`, Ascr: `𝒜`, ascr: `𝒶`, Assign: `≔`, ast: `*`, asymp: `≈`, asympeq: `≍`, Atilde: `Ã`, atilde: `ã`, Auml: `Ä`, auml: `ä`, awconint: `∳`, awint: `⨑`, backcong: `≌`, backepsilon: `϶`, backprime: `‵`, backsim: `∽`, backsimeq: `⋍`, Backslash: `∖`, Barv: `⫧`, barvee: `⊽`, Barwed: `⌆`, barwed: `⌅`, barwedge: `⌅`, bbrk: `⎵`, bbrktbrk: `⎶`, bcong: `≌`, Bcy: `Б`, bcy: `б`, bdquo: `„`, becaus: `∵`, Because: `∵`, because: `∵`, bemptyv: `⦰`, bepsi: `϶`, bernou: `ℬ`, Bernoullis: `ℬ`, Beta: `Β`, beta: `β`, beth: `ℶ`, between: `≬`, Bfr: `𝔅`, bfr: `𝔟`, bigcap: `⋂`, bigcirc: `◯`, bigcup: `⋃`, bigodot: `⨀`, bigoplus: `⨁`, bigotimes: `⨂`, bigsqcup: `⨆`, bigstar: `★`, bigtriangledown: `▽`, bigtriangleup: `△`, biguplus: `⨄`, bigvee: `⋁`, bigwedge: `⋀`, bkarow: `⤍`, blacklozenge: `⧫`, blacksquare: `▪`, blacktriangle: `▴`, blacktriangledown: `▾`, blacktriangleleft: `◂`, blacktriangleright: `▸`, blank: `␣`, blk12: `▒`, blk14: `░`, blk34: `▓`, block: `█`, bne: `=⃥`, bnequiv: `≡⃥`, bNot: `⫭`, bnot: `⌐`, Bopf: `𝔹`, bopf: `𝕓`, bot: `⊥`, bottom: `⊥`, bowtie: `⋈`, boxbox: `⧉`, boxDL: `╗`, boxDl: `╖`, boxdL: `╕`, boxdl: `┐`, boxDR: `╔`, boxDr: `╓`, boxdR: `╒`, boxdr: `┌`, boxH: `═`, boxh: `─`, boxHD: `╦`, boxHd: `╤`, boxhD: `╥`, boxhd: `┬`, boxHU: `╩`, boxHu: `╧`, boxhU: `╨`, boxhu: `┴`, boxminus: `⊟`, boxplus: `⊞`, boxtimes: `⊠`, boxUL: `╝`, boxUl: `╜`, boxuL: `╛`, boxul: `┘`, boxUR: `╚`, boxUr: `╙`, boxuR: `╘`, boxur: `└`, boxV: `║`, boxv: `│`, boxVH: `╬`, boxVh: `╫`, boxvH: `╪`, boxvh: `┼`, boxVL: `╣`, boxVl: `╢`, boxvL: `╡`, boxvl: `┤`, boxVR: `╠`, boxVr: `╟`, boxvR: `╞`, boxvr: `├`, bprime: `‵`, Breve: `˘`, breve: `˘`, brvbar: `¦`, Bscr: `ℬ`, bscr: `𝒷`, bsemi: `⁏`, bsim: `∽`, bsime: `⋍`, bsol: `\\`, bsolb: `⧅`, bsolhsub: `⟈`, bull: `•`, bullet: `•`, bump: `≎`, bumpE: `⪮`, bumpe: `≏`, Bumpeq: `≎`, bumpeq: `≏`, Cacute: `Ć`, cacute: `ć`, Cap: `⋒`, cap: `∩`, capand: `⩄`, capbrcup: `⩉`, capcap: `⩋`, capcup: `⩇`, capdot: `⩀`, CapitalDifferentialD: `ⅅ`, caps: `∩︀`, caret: `⁁`, caron: `ˇ`, Cayleys: `ℭ`, ccaps: `⩍`, Ccaron: `Č`, ccaron: `č`, Ccedil: `Ç`, ccedil: `ç`, Ccirc: `Ĉ`, ccirc: `ĉ`, Cconint: `∰`, ccups: `⩌`, ccupssm: `⩐`, Cdot: `Ċ`, cdot: `ċ`, cedil: `¸`, Cedilla: `¸`, cemptyv: `⦲`, cent: `¢`, CenterDot: `·`, centerdot: `·`, Cfr: `ℭ`, cfr: `𝔠`, CHcy: `Ч`, chcy: `ч`, check: `✓`, checkmark: `✓`, Chi: `Χ`, chi: `χ`, cir: `○`, circ: `ˆ`, circeq: `≗`, circlearrowleft: `↺`, circlearrowright: `↻`, circledast: `⊛`, circledcirc: `⊚`, circleddash: `⊝`, CircleDot: `⊙`, circledR: `®`, circledS: `Ⓢ`, CircleMinus: `⊖`, CirclePlus: `⊕`, CircleTimes: `⊗`, cirE: `⧃`, cire: `≗`, cirfnint: `⨐`, cirmid: `⫯`, cirscir: `⧂`, ClockwiseContourIntegral: `∲`, CloseCurlyDoubleQuote: `”`, CloseCurlyQuote: `’`, clubs: `♣`, clubsuit: `♣`, Colon: `∷`, colon: `:`, Colone: `⩴`, colone: `≔`, coloneq: `≔`, comma: `,`, commat: `@`, comp: `∁`, compfn: `∘`, complement: `∁`, complexes: `ℂ`, cong: `≅`, congdot: `⩭`, Congruent: `≡`, Conint: `∯`, conint: `∮`, ContourIntegral: `∮`, Copf: `ℂ`, copf: `𝕔`, coprod: `∐`, Coproduct: `∐`, COPY: `©`, copy: `©`, copysr: `℗`, CounterClockwiseContourIntegral: `∳`, crarr: `↵`, Cross: `⨯`, cross: `✗`, Cscr: `𝒞`, cscr: `𝒸`, csub: `⫏`, csube: `⫑`, csup: `⫐`, csupe: `⫒`, ctdot: `⋯`, cudarrl: `⤸`, cudarrr: `⤵`, cuepr: `⋞`, cuesc: `⋟`, cularr: `↶`, cularrp: `⤽`, Cup: `⋓`, cup: `∪`, cupbrcap: `⩈`, CupCap: `≍`, cupcap: `⩆`, cupcup: `⩊`, cupdot: `⊍`, cupor: `⩅`, cups: `∪︀`, curarr: `↷`, curarrm: `⤼`, curlyeqprec: `⋞`, curlyeqsucc: `⋟`, curlyvee: `⋎`, curlywedge: `⋏`, curren: `¤`, curvearrowleft: `↶`, curvearrowright: `↷`, cuvee: `⋎`, cuwed: `⋏`, cwconint: `∲`, cwint: `∱`, cylcty: `⌭`, Dagger: `‡`, dagger: `†`, daleth: `ℸ`, Darr: `↡`, dArr: `⇓`, darr: `↓`, dash: `‐`, Dashv: `⫤`, dashv: `⊣`, dbkarow: `⤏`, dblac: `˝`, Dcaron: `Ď`, dcaron: `ď`, Dcy: `Д`, dcy: `д`, DD: `ⅅ`, dd: `ⅆ`, ddagger: `‡`, ddarr: `⇊`, DDotrahd: `⤑`, ddotseq: `⩷`, deg: `°`, Del: `∇`, Delta: `Δ`, delta: `δ`, demptyv: `⦱`, dfisht: `⥿`, Dfr: `𝔇`, dfr: `𝔡`, dHar: `⥥`, dharl: `⇃`, dharr: `⇂`, DiacriticalAcute: `´`, DiacriticalDot: `˙`, DiacriticalDoubleAcute: `˝`, DiacriticalGrave: "`", DiacriticalTilde: `˜`, diam: `⋄`, Diamond: `⋄`, diamond: `⋄`, diamondsuit: `♦`, diams: `♦`, die: `¨`, DifferentialD: `ⅆ`, digamma: `ϝ`, disin: `⋲`, div: `÷`, divide: `÷`, divideontimes: `⋇`, divonx: `⋇`, DJcy: `Ђ`, djcy: `ђ`, dlcorn: `⌞`, dlcrop: `⌍`, dollar: `$`, Dopf: `𝔻`, dopf: `𝕕`, Dot: `¨`, dot: `˙`, DotDot: `⃜`, doteq: `≐`, doteqdot: `≑`, DotEqual: `≐`, dotminus: `∸`, dotplus: `∔`, dotsquare: `⊡`, doublebarwedge: `⌆`, DoubleContourIntegral: `∯`, DoubleDot: `¨`, DoubleDownArrow: `⇓`, DoubleLeftArrow: `⇐`, DoubleLeftRightArrow: `⇔`, DoubleLeftTee: `⫤`, DoubleLongLeftArrow: `⟸`, DoubleLongLeftRightArrow: `⟺`, DoubleLongRightArrow: `⟹`, DoubleRightArrow: `⇒`, DoubleRightTee: `⊨`, DoubleUpArrow: `⇑`, DoubleUpDownArrow: `⇕`, DoubleVerticalBar: `∥`, DownArrow: `↓`, Downarrow: `⇓`, downarrow: `↓`, DownArrowBar: `⤓`, DownArrowUpArrow: `⇵`, DownBreve: `̑`, downdownarrows: `⇊`, downharpoonleft: `⇃`, downharpoonright: `⇂`, DownLeftRightVector: `⥐`, DownLeftTeeVector: `⥞`, DownLeftVector: `↽`, DownLeftVectorBar: `⥖`, DownRightTeeVector: `⥟`, DownRightVector: `⇁`, DownRightVectorBar: `⥗`, DownTee: `⊤`, DownTeeArrow: `↧`, drbkarow: `⤐`, drcorn: `⌟`, drcrop: `⌌`, Dscr: `𝒟`, dscr: `𝒹`, DScy: `Ѕ`, dscy: `ѕ`, dsol: `⧶`, Dstrok: `Đ`, dstrok: `đ`, dtdot: `⋱`, dtri: `▿`, dtrif: `▾`, duarr: `⇵`, duhar: `⥯`, dwangle: `⦦`, DZcy: `Џ`, dzcy: `џ`, dzigrarr: `⟿`, Eacute: `É`, eacute: `é`, easter: `⩮`, Ecaron: `Ě`, ecaron: `ě`, ecir: `≖`, Ecirc: `Ê`, ecirc: `ê`, ecolon: `≕`, Ecy: `Э`, ecy: `э`, eDDot: `⩷`, Edot: `Ė`, eDot: `≑`, edot: `ė`, ee: `ⅇ`, efDot: `≒`, Efr: `𝔈`, efr: `𝔢`, eg: `⪚`, Egrave: `È`, egrave: `è`, egs: `⪖`, egsdot: `⪘`, el: `⪙`, Element: `∈`, elinters: `⏧`, ell: `ℓ`, els: `⪕`, elsdot: `⪗`, Emacr: `Ē`, emacr: `ē`, empty: `∅`, emptyset: `∅`, EmptySmallSquare: `◻`, emptyv: `∅`, EmptyVerySmallSquare: `▫`, emsp: ` `, emsp13: ` `, emsp14: ` `, ENG: `Ŋ`, eng: `ŋ`, ensp: ` `, Eogon: `Ę`, eogon: `ę`, Eopf: `𝔼`, eopf: `𝕖`, epar: `⋕`, eparsl: `⧣`, eplus: `⩱`, epsi: `ε`, Epsilon: `Ε`, epsilon: `ε`, epsiv: `ϵ`, eqcirc: `≖`, eqcolon: `≕`, eqsim: `≂`, eqslantgtr: `⪖`, eqslantless: `⪕`, Equal: `⩵`, equals: `=`, EqualTilde: `≂`, equest: `≟`, Equilibrium: `⇌`, equiv: `≡`, equivDD: `⩸`, eqvparsl: `⧥`, erarr: `⥱`, erDot: `≓`, Escr: `ℰ`, escr: `ℯ`, esdot: `≐`, Esim: `⩳`, esim: `≂`, Eta: `Η`, eta: `η`, ETH: `Ð`, eth: `ð`, Euml: `Ë`, euml: `ë`, euro: `€`, excl: `!`, exist: `∃`, Exists: `∃`, expectation: `ℰ`, ExponentialE: `ⅇ`, exponentiale: `ⅇ`, fallingdotseq: `≒`, Fcy: `Ф`, fcy: `ф`, female: `♀`, ffilig: `ffi`, fflig: `ff`, ffllig: `ffl`, Ffr: `𝔉`, ffr: `𝔣`, filig: `fi`, FilledSmallSquare: `◼`, FilledVerySmallSquare: `▪`, fjlig: `fj`, flat: `♭`, fllig: `fl`, fltns: `▱`, fnof: `ƒ`, Fopf: `𝔽`, fopf: `𝕗`, ForAll: `∀`, forall: `∀`, fork: `⋔`, forkv: `⫙`, Fouriertrf: `ℱ`, fpartint: `⨍`, frac12: `½`, frac13: `⅓`, frac14: `¼`, frac15: `⅕`, frac16: `⅙`, frac18: `⅛`, frac23: `⅔`, frac25: `⅖`, frac34: `¾`, frac35: `⅗`, frac38: `⅜`, frac45: `⅘`, frac56: `⅚`, frac58: `⅝`, frac78: `⅞`, frasl: `⁄`, frown: `⌢`, Fscr: `ℱ`, fscr: `𝒻`, gacute: `ǵ`, Gamma: `Γ`, gamma: `γ`, Gammad: `Ϝ`, gammad: `ϝ`, gap: `⪆`, Gbreve: `Ğ`, gbreve: `ğ`, Gcedil: `Ģ`, Gcirc: `Ĝ`, gcirc: `ĝ`, Gcy: `Г`, gcy: `г`, Gdot: `Ġ`, gdot: `ġ`, gE: `≧`, ge: `≥`, gEl: `⪌`, gel: `⋛`, geq: `≥`, geqq: `≧`, geqslant: `⩾`, ges: `⩾`, gescc: `⪩`, gesdot: `⪀`, gesdoto: `⪂`, gesdotol: `⪄`, gesl: `⋛︀`, gesles: `⪔`, Gfr: `𝔊`, gfr: `𝔤`, Gg: `⋙`, gg: `≫`, ggg: `⋙`, gimel: `ℷ`, GJcy: `Ѓ`, gjcy: `ѓ`, gl: `≷`, gla: `⪥`, glE: `⪒`, glj: `⪤`, gnap: `⪊`, gnapprox: `⪊`, gnE: `≩`, gne: `⪈`, gneq: `⪈`, gneqq: `≩`, gnsim: `⋧`, Gopf: `𝔾`, gopf: `𝕘`, grave: "`", GreaterEqual: `≥`, GreaterEqualLess: `⋛`, GreaterFullEqual: `≧`, GreaterGreater: `⪢`, GreaterLess: `≷`, GreaterSlantEqual: `⩾`, GreaterTilde: `≳`, Gscr: `𝒢`, gscr: `ℊ`, gsim: `≳`, gsime: `⪎`, gsiml: `⪐`, Gt: `≫`, GT: `>`, gt: `>`, gtcc: `⪧`, gtcir: `⩺`, gtdot: `⋗`, gtlPar: `⦕`, gtquest: `⩼`, gtrapprox: `⪆`, gtrarr: `⥸`, gtrdot: `⋗`, gtreqless: `⋛`, gtreqqless: `⪌`, gtrless: `≷`, gtrsim: `≳`, gvertneqq: `≩︀`, gvnE: `≩︀`, Hacek: `ˇ`, hairsp: ` `, half: `½`, hamilt: `ℋ`, HARDcy: `Ъ`, hardcy: `ъ`, hArr: `⇔`, harr: `↔`, harrcir: `⥈`, harrw: `↭`, Hat: `^`, hbar: `ℏ`, Hcirc: `Ĥ`, hcirc: `ĥ`, hearts: `♥`, heartsuit: `♥`, hellip: `…`, hercon: `⊹`, Hfr: `ℌ`, hfr: `𝔥`, HilbertSpace: `ℋ`, hksearow: `⤥`, hkswarow: `⤦`, hoarr: `⇿`, homtht: `∻`, hookleftarrow: `↩`, hookrightarrow: `↪`, Hopf: `ℍ`, hopf: `𝕙`, horbar: `―`, HorizontalLine: `─`, Hscr: `ℋ`, hscr: `𝒽`, hslash: `ℏ`, Hstrok: `Ħ`, hstrok: `ħ`, HumpDownHump: `≎`, HumpEqual: `≏`, hybull: `⁃`, hyphen: `‐`, Iacute: `Í`, iacute: `í`, ic: `⁣`, Icirc: `Î`, icirc: `î`, Icy: `И`, icy: `и`, Idot: `İ`, IEcy: `Е`, iecy: `е`, iexcl: `¡`, iff: `⇔`, Ifr: `ℑ`, ifr: `𝔦`, Igrave: `Ì`, igrave: `ì`, ii: `ⅈ`, iiiint: `⨌`, iiint: `∭`, iinfin: `⧜`, iiota: `℩`, IJlig: `IJ`, ijlig: `ij`, Im: `ℑ`, Imacr: `Ī`, imacr: `ī`, image: `ℑ`, ImaginaryI: `ⅈ`, imagline: `ℐ`, imagpart: `ℑ`, imath: `ı`, imof: `⊷`, imped: `Ƶ`, Implies: `⇒`, in: `∈`, incare: `℅`, infin: `∞`, infintie: `⧝`, inodot: `ı`, Int: `∬`, int: `∫`, intcal: `⊺`, integers: `ℤ`, Integral: `∫`, intercal: `⊺`, Intersection: `⋂`, intlarhk: `⨗`, intprod: `⨼`, InvisibleComma: `⁣`, InvisibleTimes: `⁢`, IOcy: `Ё`, iocy: `ё`, Iogon: `Į`, iogon: `į`, Iopf: `𝕀`, iopf: `𝕚`, Iota: `Ι`, iota: `ι`, iprod: `⨼`, iquest: `¿`, Iscr: `ℐ`, iscr: `𝒾`, isin: `∈`, isindot: `⋵`, isinE: `⋹`, isins: `⋴`, isinsv: `⋳`, isinv: `∈`, it: `⁢`, Itilde: `Ĩ`, itilde: `ĩ`, Iukcy: `І`, iukcy: `і`, Iuml: `Ï`, iuml: `ï`, Jcirc: `Ĵ`, jcirc: `ĵ`, Jcy: `Й`, jcy: `й`, Jfr: `𝔍`, jfr: `𝔧`, jmath: `ȷ`, Jopf: `𝕁`, jopf: `𝕛`, Jscr: `𝒥`, jscr: `𝒿`, Jsercy: `Ј`, jsercy: `ј`, Jukcy: `Є`, jukcy: `є`, Kappa: `Κ`, kappa: `κ`, kappav: `ϰ`, Kcedil: `Ķ`, kcedil: `ķ`, Kcy: `К`, kcy: `к`, Kfr: `𝔎`, kfr: `𝔨`, kgreen: `ĸ`, KHcy: `Х`, khcy: `х`, KJcy: `Ќ`, kjcy: `ќ`, Kopf: `𝕂`, kopf: `𝕜`, Kscr: `𝒦`, kscr: `𝓀`, lAarr: `⇚`, Lacute: `Ĺ`, lacute: `ĺ`, laemptyv: `⦴`, lagran: `ℒ`, Lambda: `Λ`, lambda: `λ`, Lang: `⟪`, lang: `⟨`, langd: `⦑`, langle: `⟨`, lap: `⪅`, Laplacetrf: `ℒ`, laquo: `«`, Larr: `↞`, lArr: `⇐`, larr: `←`, larrb: `⇤`, larrbfs: `⤟`, larrfs: `⤝`, larrhk: `↩`, larrlp: `↫`, larrpl: `⤹`, larrsim: `⥳`, larrtl: `↢`, lat: `⪫`, lAtail: `⤛`, latail: `⤙`, late: `⪭`, lates: `⪭︀`, lBarr: `⤎`, lbarr: `⤌`, lbbrk: `❲`, lbrace: `{`, lbrack: `[`, lbrke: `⦋`, lbrksld: `⦏`, lbrkslu: `⦍`, Lcaron: `Ľ`, lcaron: `ľ`, Lcedil: `Ļ`, lcedil: `ļ`, lceil: `⌈`, lcub: `{`, Lcy: `Л`, lcy: `л`, ldca: `⤶`, ldquo: `“`, ldquor: `„`, ldrdhar: `⥧`, ldrushar: `⥋`, ldsh: `↲`, lE: `≦`, le: `≤`, LeftAngleBracket: `⟨`, LeftArrow: `←`, Leftarrow: `⇐`, leftarrow: `←`, LeftArrowBar: `⇤`, LeftArrowRightArrow: `⇆`, leftarrowtail: `↢`, LeftCeiling: `⌈`, LeftDoubleBracket: `⟦`, LeftDownTeeVector: `⥡`, LeftDownVector: `⇃`, LeftDownVectorBar: `⥙`, LeftFloor: `⌊`, leftharpoondown: `↽`, leftharpoonup: `↼`, leftleftarrows: `⇇`, LeftRightArrow: `↔`, Leftrightarrow: `⇔`, leftrightarrow: `↔`, leftrightarrows: `⇆`, leftrightharpoons: `⇋`, leftrightsquigarrow: `↭`, LeftRightVector: `⥎`, LeftTee: `⊣`, LeftTeeArrow: `↤`, LeftTeeVector: `⥚`, leftthreetimes: `⋋`, LeftTriangle: `⊲`, LeftTriangleBar: `⧏`, LeftTriangleEqual: `⊴`, LeftUpDownVector: `⥑`, LeftUpTeeVector: `⥠`, LeftUpVector: `↿`, LeftUpVectorBar: `⥘`, LeftVector: `↼`, LeftVectorBar: `⥒`, lEg: `⪋`, leg: `⋚`, leq: `≤`, leqq: `≦`, leqslant: `⩽`, les: `⩽`, lescc: `⪨`, lesdot: `⩿`, lesdoto: `⪁`, lesdotor: `⪃`, lesg: `⋚︀`, lesges: `⪓`, lessapprox: `⪅`, lessdot: `⋖`, lesseqgtr: `⋚`, lesseqqgtr: `⪋`, LessEqualGreater: `⋚`, LessFullEqual: `≦`, LessGreater: `≶`, lessgtr: `≶`, LessLess: `⪡`, lesssim: `≲`, LessSlantEqual: `⩽`, LessTilde: `≲`, lfisht: `⥼`, lfloor: `⌊`, Lfr: `𝔏`, lfr: `𝔩`, lg: `≶`, lgE: `⪑`, lHar: `⥢`, lhard: `↽`, lharu: `↼`, lharul: `⥪`, lhblk: `▄`, LJcy: `Љ`, ljcy: `љ`, Ll: `⋘`, ll: `≪`, llarr: `⇇`, llcorner: `⌞`, Lleftarrow: `⇚`, llhard: `⥫`, lltri: `◺`, Lmidot: `Ŀ`, lmidot: `ŀ`, lmoust: `⎰`, lmoustache: `⎰`, lnap: `⪉`, lnapprox: `⪉`, lnE: `≨`, lne: `⪇`, lneq: `⪇`, lneqq: `≨`, lnsim: `⋦`, loang: `⟬`, loarr: `⇽`, lobrk: `⟦`, LongLeftArrow: `⟵`, Longleftarrow: `⟸`, longleftarrow: `⟵`, LongLeftRightArrow: `⟷`, Longleftrightarrow: `⟺`, longleftrightarrow: `⟷`, longmapsto: `⟼`, LongRightArrow: `⟶`, Longrightarrow: `⟹`, longrightarrow: `⟶`, looparrowleft: `↫`, looparrowright: `↬`, lopar: `⦅`, Lopf: `𝕃`, lopf: `𝕝`, loplus: `⨭`, lotimes: `⨴`, lowast: `∗`, lowbar: `_`, LowerLeftArrow: `↙`, LowerRightArrow: `↘`, loz: `◊`, lozenge: `◊`, lozf: `⧫`, lpar: `(`, lparlt: `⦓`, lrarr: `⇆`, lrcorner: `⌟`, lrhar: `⇋`, lrhard: `⥭`, lrm: `‎`, lrtri: `⊿`, lsaquo: `‹`, Lscr: `ℒ`, lscr: `𝓁`, Lsh: `↰`, lsh: `↰`, lsim: `≲`, lsime: `⪍`, lsimg: `⪏`, lsqb: `[`, lsquo: `‘`, lsquor: `‚`, Lstrok: `Ł`, lstrok: `ł`, Lt: `≪`, LT: `<`, lt: `<`, ltcc: `⪦`, ltcir: `⩹`, ltdot: `⋖`, lthree: `⋋`, ltimes: `⋉`, ltlarr: `⥶`, ltquest: `⩻`, ltri: `◃`, ltrie: `⊴`, ltrif: `◂`, ltrPar: `⦖`, lurdshar: `⥊`, luruhar: `⥦`, lvertneqq: `≨︀`, lvnE: `≨︀`, macr: `¯`, male: `♂`, malt: `✠`, maltese: `✠`, Map: `⤅`, map: `↦`, mapsto: `↦`, mapstodown: `↧`, mapstoleft: `↤`, mapstoup: `↥`, marker: `▮`, mcomma: `⨩`, Mcy: `М`, mcy: `м`, mdash: `—`, mDDot: `∺`, measuredangle: `∡`, MediumSpace: ` `, Mellintrf: `ℳ`, Mfr: `𝔐`, mfr: `𝔪`, mho: `℧`, micro: `µ`, mid: `∣`, midast: `*`, midcir: `⫰`, middot: `·`, minus: `−`, minusb: `⊟`, minusd: `∸`, minusdu: `⨪`, MinusPlus: `∓`, mlcp: `⫛`, mldr: `…`, mnplus: `∓`, models: `⊧`, Mopf: `𝕄`, mopf: `𝕞`, mp: `∓`, Mscr: `ℳ`, mscr: `𝓂`, mstpos: `∾`, Mu: `Μ`, mu: `μ`, multimap: `⊸`, mumap: `⊸`, nabla: `∇`, Nacute: `Ń`, nacute: `ń`, nang: `∠⃒`, nap: `≉`, napE: `⩰̸`, napid: `≋̸`, napos: `ʼn`, napprox: `≉`, natur: `♮`, natural: `♮`, naturals: `ℕ`, nbsp: ` `, nbump: `≎̸`, nbumpe: `≏̸`, ncap: `⩃`, Ncaron: `Ň`, ncaron: `ň`, Ncedil: `Ņ`, ncedil: `ņ`, ncong: `≇`, ncongdot: `⩭̸`, ncup: `⩂`, Ncy: `Н`, ncy: `н`, ndash: `–`, ne: `≠`, nearhk: `⤤`, neArr: `⇗`, nearr: `↗`, nearrow: `↗`, nedot: `≐̸`, NegativeMediumSpace: `​`, NegativeThickSpace: `​`, NegativeThinSpace: `​`, NegativeVeryThinSpace: `​`, nequiv: `≢`, nesear: `⤨`, nesim: `≂̸`, NestedGreaterGreater: `≫`, NestedLessLess: `≪`, NewLine: `
691
+ `, nexist: `∄`, nexists: `∄`, Nfr: `𝔑`, nfr: `𝔫`, ngE: `≧̸`, nge: `≱`, ngeq: `≱`, ngeqq: `≧̸`, ngeqslant: `⩾̸`, nges: `⩾̸`, nGg: `⋙̸`, ngsim: `≵`, nGt: `≫⃒`, ngt: `≯`, ngtr: `≯`, nGtv: `≫̸`, nhArr: `⇎`, nharr: `↮`, nhpar: `⫲`, ni: `∋`, nis: `⋼`, nisd: `⋺`, niv: `∋`, NJcy: `Њ`, njcy: `њ`, nlArr: `⇍`, nlarr: `↚`, nldr: `‥`, nlE: `≦̸`, nle: `≰`, nLeftarrow: `⇍`, nleftarrow: `↚`, nLeftrightarrow: `⇎`, nleftrightarrow: `↮`, nleq: `≰`, nleqq: `≦̸`, nleqslant: `⩽̸`, nles: `⩽̸`, nless: `≮`, nLl: `⋘̸`, nlsim: `≴`, nLt: `≪⃒`, nlt: `≮`, nltri: `⋪`, nltrie: `⋬`, nLtv: `≪̸`, nmid: `∤`, NoBreak: `⁠`, NonBreakingSpace: ` `, Nopf: `ℕ`, nopf: `𝕟`, Not: `⫬`, not: `¬`, NotCongruent: `≢`, NotCupCap: `≭`, NotDoubleVerticalBar: `∦`, NotElement: `∉`, NotEqual: `≠`, NotEqualTilde: `≂̸`, NotExists: `∄`, NotGreater: `≯`, NotGreaterEqual: `≱`, NotGreaterFullEqual: `≧̸`, NotGreaterGreater: `≫̸`, NotGreaterLess: `≹`, NotGreaterSlantEqual: `⩾̸`, NotGreaterTilde: `≵`, NotHumpDownHump: `≎̸`, NotHumpEqual: `≏̸`, notin: `∉`, notindot: `⋵̸`, notinE: `⋹̸`, notinva: `∉`, notinvb: `⋷`, notinvc: `⋶`, NotLeftTriangle: `⋪`, NotLeftTriangleBar: `⧏̸`, NotLeftTriangleEqual: `⋬`, NotLess: `≮`, NotLessEqual: `≰`, NotLessGreater: `≸`, NotLessLess: `≪̸`, NotLessSlantEqual: `⩽̸`, NotLessTilde: `≴`, NotNestedGreaterGreater: `⪢̸`, NotNestedLessLess: `⪡̸`, notni: `∌`, notniva: `∌`, notnivb: `⋾`, notnivc: `⋽`, NotPrecedes: `⊀`, NotPrecedesEqual: `⪯̸`, NotPrecedesSlantEqual: `⋠`, NotReverseElement: `∌`, NotRightTriangle: `⋫`, NotRightTriangleBar: `⧐̸`, NotRightTriangleEqual: `⋭`, NotSquareSubset: `⊏̸`, NotSquareSubsetEqual: `⋢`, NotSquareSuperset: `⊐̸`, NotSquareSupersetEqual: `⋣`, NotSubset: `⊂⃒`, NotSubsetEqual: `⊈`, NotSucceeds: `⊁`, NotSucceedsEqual: `⪰̸`, NotSucceedsSlantEqual: `⋡`, NotSucceedsTilde: `≿̸`, NotSuperset: `⊃⃒`, NotSupersetEqual: `⊉`, NotTilde: `≁`, NotTildeEqual: `≄`, NotTildeFullEqual: `≇`, NotTildeTilde: `≉`, NotVerticalBar: `∤`, npar: `∦`, nparallel: `∦`, nparsl: `⫽⃥`, npart: `∂̸`, npolint: `⨔`, npr: `⊀`, nprcue: `⋠`, npre: `⪯̸`, nprec: `⊀`, npreceq: `⪯̸`, nrArr: `⇏`, nrarr: `↛`, nrarrc: `⤳̸`, nrarrw: `↝̸`, nRightarrow: `⇏`, nrightarrow: `↛`, nrtri: `⋫`, nrtrie: `⋭`, nsc: `⊁`, nsccue: `⋡`, nsce: `⪰̸`, Nscr: `𝒩`, nscr: `𝓃`, nshortmid: `∤`, nshortparallel: `∦`, nsim: `≁`, nsime: `≄`, nsimeq: `≄`, nsmid: `∤`, nspar: `∦`, nsqsube: `⋢`, nsqsupe: `⋣`, nsub: `⊄`, nsubE: `⫅̸`, nsube: `⊈`, nsubset: `⊂⃒`, nsubseteq: `⊈`, nsubseteqq: `⫅̸`, nsucc: `⊁`, nsucceq: `⪰̸`, nsup: `⊅`, nsupE: `⫆̸`, nsupe: `⊉`, nsupset: `⊃⃒`, nsupseteq: `⊉`, nsupseteqq: `⫆̸`, ntgl: `≹`, Ntilde: `Ñ`, ntilde: `ñ`, ntlg: `≸`, ntriangleleft: `⋪`, ntrianglelefteq: `⋬`, ntriangleright: `⋫`, ntrianglerighteq: `⋭`, Nu: `Ν`, nu: `ν`, num: `#`, numero: `№`, numsp: ` `, nvap: `≍⃒`, nVDash: `⊯`, nVdash: `⊮`, nvDash: `⊭`, nvdash: `⊬`, nvge: `≥⃒`, nvgt: `>⃒`, nvHarr: `⤄`, nvinfin: `⧞`, nvlArr: `⤂`, nvle: `≤⃒`, nvlt: `<⃒`, nvltrie: `⊴⃒`, nvrArr: `⤃`, nvrtrie: `⊵⃒`, nvsim: `∼⃒`, nwarhk: `⤣`, nwArr: `⇖`, nwarr: `↖`, nwarrow: `↖`, nwnear: `⤧`, Oacute: `Ó`, oacute: `ó`, oast: `⊛`, ocir: `⊚`, Ocirc: `Ô`, ocirc: `ô`, Ocy: `О`, ocy: `о`, odash: `⊝`, Odblac: `Ő`, odblac: `ő`, odiv: `⨸`, odot: `⊙`, odsold: `⦼`, OElig: `Œ`, oelig: `œ`, ofcir: `⦿`, Ofr: `𝔒`, ofr: `𝔬`, ogon: `˛`, Ograve: `Ò`, ograve: `ò`, ogt: `⧁`, ohbar: `⦵`, ohm: `Ω`, oint: `∮`, olarr: `↺`, olcir: `⦾`, olcross: `⦻`, oline: `‾`, olt: `⧀`, Omacr: `Ō`, omacr: `ō`, Omega: `Ω`, omega: `ω`, Omicron: `Ο`, omicron: `ο`, omid: `⦶`, ominus: `⊖`, Oopf: `𝕆`, oopf: `𝕠`, opar: `⦷`, OpenCurlyDoubleQuote: `“`, OpenCurlyQuote: `‘`, operp: `⦹`, oplus: `⊕`, Or: `⩔`, or: `∨`, orarr: `↻`, ord: `⩝`, order: `ℴ`, orderof: `ℴ`, ordf: `ª`, ordm: `º`, origof: `⊶`, oror: `⩖`, orslope: `⩗`, orv: `⩛`, oS: `Ⓢ`, Oscr: `𝒪`, oscr: `ℴ`, Oslash: `Ø`, oslash: `ø`, osol: `⊘`, Otilde: `Õ`, otilde: `õ`, Otimes: `⨷`, otimes: `⊗`, otimesas: `⨶`, Ouml: `Ö`, ouml: `ö`, ovbar: `⌽`, OverBar: `‾`, OverBrace: `⏞`, OverBracket: `⎴`, OverParenthesis: `⏜`, par: `∥`, para: `¶`, parallel: `∥`, parsim: `⫳`, parsl: `⫽`, part: `∂`, PartialD: `∂`, Pcy: `П`, pcy: `п`, percnt: `%`, period: `.`, permil: `‰`, perp: `⊥`, pertenk: `‱`, Pfr: `𝔓`, pfr: `𝔭`, Phi: `Φ`, phi: `φ`, phiv: `ϕ`, phmmat: `ℳ`, phone: `☎`, Pi: `Π`, pi: `π`, pitchfork: `⋔`, piv: `ϖ`, planck: `ℏ`, planckh: `ℎ`, plankv: `ℏ`, plus: `+`, plusacir: `⨣`, plusb: `⊞`, pluscir: `⨢`, plusdo: `∔`, plusdu: `⨥`, pluse: `⩲`, PlusMinus: `±`, plusmn: `±`, plussim: `⨦`, plustwo: `⨧`, pm: `±`, Poincareplane: `ℌ`, pointint: `⨕`, Popf: `ℙ`, popf: `𝕡`, pound: `£`, Pr: `⪻`, pr: `≺`, prap: `⪷`, prcue: `≼`, prE: `⪳`, pre: `⪯`, prec: `≺`, precapprox: `⪷`, preccurlyeq: `≼`, Precedes: `≺`, PrecedesEqual: `⪯`, PrecedesSlantEqual: `≼`, PrecedesTilde: `≾`, preceq: `⪯`, precnapprox: `⪹`, precneqq: `⪵`, precnsim: `⋨`, precsim: `≾`, Prime: `″`, prime: `′`, primes: `ℙ`, prnap: `⪹`, prnE: `⪵`, prnsim: `⋨`, prod: `∏`, Product: `∏`, profalar: `⌮`, profline: `⌒`, profsurf: `⌓`, prop: `∝`, Proportion: `∷`, Proportional: `∝`, propto: `∝`, prsim: `≾`, prurel: `⊰`, Pscr: `𝒫`, pscr: `𝓅`, Psi: `Ψ`, psi: `ψ`, puncsp: ` `, Qfr: `𝔔`, qfr: `𝔮`, qint: `⨌`, Qopf: `ℚ`, qopf: `𝕢`, qprime: `⁗`, Qscr: `𝒬`, qscr: `𝓆`, quaternions: `ℍ`, quatint: `⨖`, quest: `?`, questeq: `≟`, QUOT: `"`, quot: `"`, rAarr: `⇛`, race: `∽̱`, Racute: `Ŕ`, racute: `ŕ`, radic: `√`, raemptyv: `⦳`, Rang: `⟫`, rang: `⟩`, rangd: `⦒`, range: `⦥`, rangle: `⟩`, raquo: `»`, Rarr: `↠`, rArr: `⇒`, rarr: `→`, rarrap: `⥵`, rarrb: `⇥`, rarrbfs: `⤠`, rarrc: `⤳`, rarrfs: `⤞`, rarrhk: `↪`, rarrlp: `↬`, rarrpl: `⥅`, rarrsim: `⥴`, Rarrtl: `⤖`, rarrtl: `↣`, rarrw: `↝`, rAtail: `⤜`, ratail: `⤚`, ratio: `∶`, rationals: `ℚ`, RBarr: `⤐`, rBarr: `⤏`, rbarr: `⤍`, rbbrk: `❳`, rbrace: `}`, rbrack: `]`, rbrke: `⦌`, rbrksld: `⦎`, rbrkslu: `⦐`, Rcaron: `Ř`, rcaron: `ř`, Rcedil: `Ŗ`, rcedil: `ŗ`, rceil: `⌉`, rcub: `}`, Rcy: `Р`, rcy: `р`, rdca: `⤷`, rdldhar: `⥩`, rdquo: `”`, rdquor: `”`, rdsh: `↳`, Re: `ℜ`, real: `ℜ`, realine: `ℛ`, realpart: `ℜ`, reals: `ℝ`, rect: `▭`, REG: `®`, reg: `®`, ReverseElement: `∋`, ReverseEquilibrium: `⇋`, ReverseUpEquilibrium: `⥯`, rfisht: `⥽`, rfloor: `⌋`, Rfr: `ℜ`, rfr: `𝔯`, rHar: `⥤`, rhard: `⇁`, rharu: `⇀`, rharul: `⥬`, Rho: `Ρ`, rho: `ρ`, rhov: `ϱ`, RightAngleBracket: `⟩`, RightArrow: `→`, Rightarrow: `⇒`, rightarrow: `→`, RightArrowBar: `⇥`, RightArrowLeftArrow: `⇄`, rightarrowtail: `↣`, RightCeiling: `⌉`, RightDoubleBracket: `⟧`, RightDownTeeVector: `⥝`, RightDownVector: `⇂`, RightDownVectorBar: `⥕`, RightFloor: `⌋`, rightharpoondown: `⇁`, rightharpoonup: `⇀`, rightleftarrows: `⇄`, rightleftharpoons: `⇌`, rightrightarrows: `⇉`, rightsquigarrow: `↝`, RightTee: `⊢`, RightTeeArrow: `↦`, RightTeeVector: `⥛`, rightthreetimes: `⋌`, RightTriangle: `⊳`, RightTriangleBar: `⧐`, RightTriangleEqual: `⊵`, RightUpDownVector: `⥏`, RightUpTeeVector: `⥜`, RightUpVector: `↾`, RightUpVectorBar: `⥔`, RightVector: `⇀`, RightVectorBar: `⥓`, ring: `˚`, risingdotseq: `≓`, rlarr: `⇄`, rlhar: `⇌`, rlm: `‏`, rmoust: `⎱`, rmoustache: `⎱`, rnmid: `⫮`, roang: `⟭`, roarr: `⇾`, robrk: `⟧`, ropar: `⦆`, Ropf: `ℝ`, ropf: `𝕣`, roplus: `⨮`, rotimes: `⨵`, RoundImplies: `⥰`, rpar: `)`, rpargt: `⦔`, rppolint: `⨒`, rrarr: `⇉`, Rrightarrow: `⇛`, rsaquo: `›`, Rscr: `ℛ`, rscr: `𝓇`, Rsh: `↱`, rsh: `↱`, rsqb: `]`, rsquo: `’`, rsquor: `’`, rthree: `⋌`, rtimes: `⋊`, rtri: `▹`, rtrie: `⊵`, rtrif: `▸`, rtriltri: `⧎`, RuleDelayed: `⧴`, ruluhar: `⥨`, rx: `℞`, Sacute: `Ś`, sacute: `ś`, sbquo: `‚`, Sc: `⪼`, sc: `≻`, scap: `⪸`, Scaron: `Š`, scaron: `š`, sccue: `≽`, scE: `⪴`, sce: `⪰`, Scedil: `Ş`, scedil: `ş`, Scirc: `Ŝ`, scirc: `ŝ`, scnap: `⪺`, scnE: `⪶`, scnsim: `⋩`, scpolint: `⨓`, scsim: `≿`, Scy: `С`, scy: `с`, sdot: `⋅`, sdotb: `⊡`, sdote: `⩦`, searhk: `⤥`, seArr: `⇘`, searr: `↘`, searrow: `↘`, sect: `§`, semi: `;`, seswar: `⤩`, setminus: `∖`, setmn: `∖`, sext: `✶`, Sfr: `𝔖`, sfr: `𝔰`, sfrown: `⌢`, sharp: `♯`, SHCHcy: `Щ`, shchcy: `щ`, SHcy: `Ш`, shcy: `ш`, ShortDownArrow: `↓`, ShortLeftArrow: `←`, shortmid: `∣`, shortparallel: `∥`, ShortRightArrow: `→`, ShortUpArrow: `↑`, shy: `­`, Sigma: `Σ`, sigma: `σ`, sigmaf: `ς`, sigmav: `ς`, sim: `∼`, simdot: `⩪`, sime: `≃`, simeq: `≃`, simg: `⪞`, simgE: `⪠`, siml: `⪝`, simlE: `⪟`, simne: `≆`, simplus: `⨤`, simrarr: `⥲`, slarr: `←`, SmallCircle: `∘`, smallsetminus: `∖`, smashp: `⨳`, smeparsl: `⧤`, smid: `∣`, smile: `⌣`, smt: `⪪`, smte: `⪬`, smtes: `⪬︀`, SOFTcy: `Ь`, softcy: `ь`, sol: `/`, solb: `⧄`, solbar: `⌿`, Sopf: `𝕊`, sopf: `𝕤`, spades: `♠`, spadesuit: `♠`, spar: `∥`, sqcap: `⊓`, sqcaps: `⊓︀`, sqcup: `⊔`, sqcups: `⊔︀`, Sqrt: `√`, sqsub: `⊏`, sqsube: `⊑`, sqsubset: `⊏`, sqsubseteq: `⊑`, sqsup: `⊐`, sqsupe: `⊒`, sqsupset: `⊐`, sqsupseteq: `⊒`, squ: `□`, Square: `□`, square: `□`, SquareIntersection: `⊓`, SquareSubset: `⊏`, SquareSubsetEqual: `⊑`, SquareSuperset: `⊐`, SquareSupersetEqual: `⊒`, SquareUnion: `⊔`, squarf: `▪`, squf: `▪`, srarr: `→`, Sscr: `𝒮`, sscr: `𝓈`, ssetmn: `∖`, ssmile: `⌣`, sstarf: `⋆`, Star: `⋆`, star: `☆`, starf: `★`, straightepsilon: `ϵ`, straightphi: `ϕ`, strns: `¯`, Sub: `⋐`, sub: `⊂`, subdot: `⪽`, subE: `⫅`, sube: `⊆`, subedot: `⫃`, submult: `⫁`, subnE: `⫋`, subne: `⊊`, subplus: `⪿`, subrarr: `⥹`, Subset: `⋐`, subset: `⊂`, subseteq: `⊆`, subseteqq: `⫅`, SubsetEqual: `⊆`, subsetneq: `⊊`, subsetneqq: `⫋`, subsim: `⫇`, subsub: `⫕`, subsup: `⫓`, succ: `≻`, succapprox: `⪸`, succcurlyeq: `≽`, Succeeds: `≻`, SucceedsEqual: `⪰`, SucceedsSlantEqual: `≽`, SucceedsTilde: `≿`, succeq: `⪰`, succnapprox: `⪺`, succneqq: `⪶`, succnsim: `⋩`, succsim: `≿`, SuchThat: `∋`, Sum: `∑`, sum: `∑`, sung: `♪`, Sup: `⋑`, sup: `⊃`, sup1: `¹`, sup2: `²`, sup3: `³`, supdot: `⪾`, supdsub: `⫘`, supE: `⫆`, supe: `⊇`, supedot: `⫄`, Superset: `⊃`, SupersetEqual: `⊇`, suphsol: `⟉`, suphsub: `⫗`, suplarr: `⥻`, supmult: `⫂`, supnE: `⫌`, supne: `⊋`, supplus: `⫀`, Supset: `⋑`, supset: `⊃`, supseteq: `⊇`, supseteqq: `⫆`, supsetneq: `⊋`, supsetneqq: `⫌`, supsim: `⫈`, supsub: `⫔`, supsup: `⫖`, swarhk: `⤦`, swArr: `⇙`, swarr: `↙`, swarrow: `↙`, swnwar: `⤪`, szlig: `ß`, Tab: ` `, target: `⌖`, Tau: `Τ`, tau: `τ`, tbrk: `⎴`, Tcaron: `Ť`, tcaron: `ť`, Tcedil: `Ţ`, tcedil: `ţ`, Tcy: `Т`, tcy: `т`, tdot: `⃛`, telrec: `⌕`, Tfr: `𝔗`, tfr: `𝔱`, there4: `∴`, Therefore: `∴`, therefore: `∴`, Theta: `Θ`, theta: `θ`, thetasym: `ϑ`, thetav: `ϑ`, thickapprox: `≈`, thicksim: `∼`, ThickSpace: `  `, thinsp: ` `, ThinSpace: ` `, thkap: `≈`, thksim: `∼`, THORN: `Þ`, thorn: `þ`, Tilde: `∼`, tilde: `˜`, TildeEqual: `≃`, TildeFullEqual: `≅`, TildeTilde: `≈`, times: `×`, timesb: `⊠`, timesbar: `⨱`, timesd: `⨰`, tint: `∭`, toea: `⤨`, top: `⊤`, topbot: `⌶`, topcir: `⫱`, Topf: `𝕋`, topf: `𝕥`, topfork: `⫚`, tosa: `⤩`, tprime: `‴`, TRADE: `™`, trade: `™`, triangle: `▵`, triangledown: `▿`, triangleleft: `◃`, trianglelefteq: `⊴`, triangleq: `≜`, triangleright: `▹`, trianglerighteq: `⊵`, tridot: `◬`, trie: `≜`, triminus: `⨺`, TripleDot: `⃛`, triplus: `⨹`, trisb: `⧍`, tritime: `⨻`, trpezium: `⏢`, Tscr: `𝒯`, tscr: `𝓉`, TScy: `Ц`, tscy: `ц`, TSHcy: `Ћ`, tshcy: `ћ`, Tstrok: `Ŧ`, tstrok: `ŧ`, twixt: `≬`, twoheadleftarrow: `↞`, twoheadrightarrow: `↠`, Uacute: `Ú`, uacute: `ú`, Uarr: `↟`, uArr: `⇑`, uarr: `↑`, Uarrocir: `⥉`, Ubrcy: `Ў`, ubrcy: `ў`, Ubreve: `Ŭ`, ubreve: `ŭ`, Ucirc: `Û`, ucirc: `û`, Ucy: `У`, ucy: `у`, udarr: `⇅`, Udblac: `Ű`, udblac: `ű`, udhar: `⥮`, ufisht: `⥾`, Ufr: `𝔘`, ufr: `𝔲`, Ugrave: `Ù`, ugrave: `ù`, uHar: `⥣`, uharl: `↿`, uharr: `↾`, uhblk: `▀`, ulcorn: `⌜`, ulcorner: `⌜`, ulcrop: `⌏`, ultri: `◸`, Umacr: `Ū`, umacr: `ū`, uml: `¨`, UnderBar: `_`, UnderBrace: `⏟`, UnderBracket: `⎵`, UnderParenthesis: `⏝`, Union: `⋃`, UnionPlus: `⊎`, Uogon: `Ų`, uogon: `ų`, Uopf: `𝕌`, uopf: `𝕦`, UpArrow: `↑`, Uparrow: `⇑`, uparrow: `↑`, UpArrowBar: `⤒`, UpArrowDownArrow: `⇅`, UpDownArrow: `↕`, Updownarrow: `⇕`, updownarrow: `↕`, UpEquilibrium: `⥮`, upharpoonleft: `↿`, upharpoonright: `↾`, uplus: `⊎`, UpperLeftArrow: `↖`, UpperRightArrow: `↗`, Upsi: `ϒ`, upsi: `υ`, upsih: `ϒ`, Upsilon: `Υ`, upsilon: `υ`, UpTee: `⊥`, UpTeeArrow: `↥`, upuparrows: `⇈`, urcorn: `⌝`, urcorner: `⌝`, urcrop: `⌎`, Uring: `Ů`, uring: `ů`, urtri: `◹`, Uscr: `𝒰`, uscr: `𝓊`, utdot: `⋰`, Utilde: `Ũ`, utilde: `ũ`, utri: `▵`, utrif: `▴`, uuarr: `⇈`, Uuml: `Ü`, uuml: `ü`, uwangle: `⦧`, vangrt: `⦜`, varepsilon: `ϵ`, varkappa: `ϰ`, varnothing: `∅`, varphi: `ϕ`, varpi: `ϖ`, varpropto: `∝`, vArr: `⇕`, varr: `↕`, varrho: `ϱ`, varsigma: `ς`, varsubsetneq: `⊊︀`, varsubsetneqq: `⫋︀`, varsupsetneq: `⊋︀`, varsupsetneqq: `⫌︀`, vartheta: `ϑ`, vartriangleleft: `⊲`, vartriangleright: `⊳`, Vbar: `⫫`, vBar: `⫨`, vBarv: `⫩`, Vcy: `В`, vcy: `в`, VDash: `⊫`, Vdash: `⊩`, vDash: `⊨`, vdash: `⊢`, Vdashl: `⫦`, Vee: `⋁`, vee: `∨`, veebar: `⊻`, veeeq: `≚`, vellip: `⋮`, Verbar: `‖`, verbar: `|`, Vert: `‖`, vert: `|`, VerticalBar: `∣`, VerticalLine: `|`, VerticalSeparator: `❘`, VerticalTilde: `≀`, VeryThinSpace: ` `, Vfr: `𝔙`, vfr: `𝔳`, vltri: `⊲`, vnsub: `⊂⃒`, vnsup: `⊃⃒`, Vopf: `𝕍`, vopf: `𝕧`, vprop: `∝`, vrtri: `⊳`, Vscr: `𝒱`, vscr: `𝓋`, vsubnE: `⫋︀`, vsubne: `⊊︀`, vsupnE: `⫌︀`, vsupne: `⊋︀`, Vvdash: `⊪`, vzigzag: `⦚`, Wcirc: `Ŵ`, wcirc: `ŵ`, wedbar: `⩟`, Wedge: `⋀`, wedge: `∧`, wedgeq: `≙`, weierp: `℘`, Wfr: `𝔚`, wfr: `𝔴`, Wopf: `𝕎`, wopf: `𝕨`, wp: `℘`, wr: `≀`, wreath: `≀`, Wscr: `𝒲`, wscr: `𝓌`, xcap: `⋂`, xcirc: `◯`, xcup: `⋃`, xdtri: `▽`, Xfr: `𝔛`, xfr: `𝔵`, xhArr: `⟺`, xharr: `⟷`, Xi: `Ξ`, xi: `ξ`, xlArr: `⟸`, xlarr: `⟵`, xmap: `⟼`, xnis: `⋻`, xodot: `⨀`, Xopf: `𝕏`, xopf: `𝕩`, xoplus: `⨁`, xotime: `⨂`, xrArr: `⟹`, xrarr: `⟶`, Xscr: `𝒳`, xscr: `𝓍`, xsqcup: `⨆`, xuplus: `⨄`, xutri: `△`, xvee: `⋁`, xwedge: `⋀`, Yacute: `Ý`, yacute: `ý`, YAcy: `Я`, yacy: `я`, Ycirc: `Ŷ`, ycirc: `ŷ`, Ycy: `Ы`, ycy: `ы`, yen: `¥`, Yfr: `𝔜`, yfr: `𝔶`, YIcy: `Ї`, yicy: `ї`, Yopf: `𝕐`, yopf: `𝕪`, Yscr: `𝒴`, yscr: `𝓎`, YUcy: `Ю`, yucy: `ю`, Yuml: `Ÿ`, yuml: `ÿ`, Zacute: `Ź`, zacute: `ź`, Zcaron: `Ž`, zcaron: `ž`, Zcy: `З`, zcy: `з`, Zdot: `Ż`, zdot: `ż`, zeetrf: `ℨ`, ZeroWidthSpace: `​`, Zeta: `Ζ`, zeta: `ζ`, Zfr: `ℨ`, zfr: `𝔷`, ZHcy: `Ж`, zhcy: `ж`, zigrarr: `⇝`, Zopf: `ℤ`, zopf: `𝕫`, Zscr: `𝒵`, zscr: `𝓏`, zwj: `‍`, zwnj: `‌` }), exports.entityMap = exports.HTML_ENTITIES;
692
+ })), i = o$1(((exports) => {
693
+ var n2 = t().NAMESPACE, r2 = /[A-Z_a-z\xC0-\xD6\xD8-\xF6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/, i2 = RegExp(`[\\-\\.0-9` + r2.source.slice(1, -1) + `\\u00B7\\u0300-\\u036F\\u203F-\\u2040]`), a2 = RegExp(`^` + r2.source + i2.source + `*(?::` + r2.source + i2.source + `*)?$`), o2 = 0, s = 1, c = 2, l = 3, u = 4, d = 5, f = 6, p = 7;
694
+ function m(e, t2) {
695
+ this.message = e, this.locator = t2, Error.captureStackTrace && Error.captureStackTrace(this, m);
696
+ }
697
+ m.prototype = Error(), m.prototype.name = m.name;
698
+ function h() {
699
+ }
700
+ h.prototype = { parse: function(e, t2, n3) {
701
+ var r3 = this.domBuilder;
702
+ r3.startDocument(), S(t2, t2 = {}), g(e, t2, n3, r3, this.errorHandler), r3.endDocument();
703
+ } };
704
+ function g(e, t2, r3, i3, a3) {
705
+ function o3(e2) {
706
+ if (e2 > 65535) {
707
+ e2 -= 65536;
708
+ var t3 = 55296 + (e2 >> 10), n3 = 56320 + (e2 & 1023);
709
+ return String.fromCharCode(t3, n3);
710
+ } else return String.fromCharCode(e2);
711
+ }
712
+ function s2(e2) {
713
+ var t3 = e2.slice(1, -1);
714
+ return Object.hasOwnProperty.call(r3, t3) ? r3[t3] : t3.charAt(0) === `#` ? o3(parseInt(t3.substr(1).replace(`x`, `0x`))) : (a3.error(`entity not found:` + e2), e2);
715
+ }
716
+ function c2(t3) {
717
+ if (t3 > S2) {
718
+ var n3 = e.substring(S2, t3).replace(/&#?\w+;/g, s2);
719
+ p2 && l2(S2), i3.characters(n3, 0, t3 - S2), S2 = t3;
720
+ }
721
+ }
722
+ function l2(t3, n3) {
723
+ for (; t3 >= d2 && (n3 = f2.exec(e)); ) u2 = n3.index, d2 = u2 + n3[0].length, p2.lineNumber++;
724
+ p2.columnNumber = t3 - u2 + 1;
725
+ }
726
+ for (var u2 = 0, d2 = 0, f2 = /.*(?:\r\n?|\n)|.*$/g, p2 = i3.locator, h2 = [{ currentNSMap: t2 }], g2 = {}, S2 = 0; ; ) {
727
+ try {
728
+ var E2 = e.indexOf(`<`, S2);
729
+ if (E2 < 0) {
730
+ if (!e.substr(S2).match(/^\s*$/)) {
731
+ var D = i3.doc, O = D.createTextNode(e.substr(S2));
732
+ D.appendChild(O), i3.currentElement = O;
733
+ }
734
+ return;
735
+ }
736
+ switch (E2 > S2 && c2(E2), e.charAt(E2 + 1)) {
737
+ case `/`:
738
+ var k = e.indexOf(`>`, E2 + 3), A = e.substring(E2 + 2, k).replace(/[ \t\n\r]+$/g, ``), j = h2.pop();
739
+ k < 0 ? (A = e.substring(E2 + 2).replace(/[\s<].*/, ``), a3.error(`end tag name: ` + A + ` is not complete:` + j.tagName), k = E2 + 1 + A.length) : A.match(/\s</) && (A = A.replace(/[\s<].*/, ``), a3.error(`end tag name: ` + A + ` maybe not complete`), k = E2 + 1 + A.length);
740
+ var M = j.localNSMap, N = j.tagName == A;
741
+ if (N || j.tagName && j.tagName.toLowerCase() == A.toLowerCase()) {
742
+ if (i3.endElement(j.uri, j.localName, A), M) for (var P in M) Object.prototype.hasOwnProperty.call(M, P) && i3.endPrefixMapping(P);
743
+ N || a3.fatalError(`end tag name: ` + A + ` is not match the current start tagName:` + j.tagName);
744
+ } else h2.push(j);
745
+ k++;
746
+ break;
747
+ case `?`:
748
+ p2 && l2(E2), k = w(e, E2, i3);
749
+ break;
750
+ case `!`:
751
+ p2 && l2(E2), k = C(e, E2, i3, a3);
752
+ break;
753
+ default:
754
+ p2 && l2(E2);
755
+ var F = new T(), I = h2[h2.length - 1].currentNSMap, k = v(e, E2, F, I, s2, a3), L = F.length;
756
+ if (!F.closed && x(e, k, F.tagName, g2) && (F.closed = true, r3.nbsp || a3.warning(`unclosed xml attribute`)), p2 && L) {
757
+ for (var R = _(p2, {}), z = 0; z < L; z++) {
758
+ var B = F[z];
759
+ l2(B.offset), B.locator = _(p2, {});
760
+ }
761
+ i3.locator = R, y(F, i3, I) && h2.push(F), i3.locator = p2;
762
+ } else y(F, i3, I) && h2.push(F);
763
+ n2.isHTML(F.uri) && !F.closed ? k = b(e, k, F.tagName, s2, i3) : k++;
764
+ }
765
+ } catch (e2) {
766
+ if (e2 instanceof m) throw e2;
767
+ a3.error(`element parse error: ` + e2), k = -1;
768
+ }
769
+ k > S2 ? S2 = k : c2(Math.max(E2, S2) + 1);
770
+ }
771
+ }
772
+ function _(e, t2) {
773
+ return t2.lineNumber = e.lineNumber, t2.columnNumber = e.columnNumber, t2;
774
+ }
775
+ function v(e, t2, r3, i3, a3, m2) {
776
+ function h2(e2, t3, n3) {
777
+ r3.attributeNames.hasOwnProperty(e2) && m2.fatalError(`Attribute ` + e2 + ` redefined`), r3.addValue(e2, t3.replace(/[\t\n\r]/g, ` `).replace(/&#?\w+;/g, a3), n3);
778
+ }
779
+ for (var g2, _2, v2 = ++t2, y2 = o2; ; ) {
780
+ var b2 = e.charAt(v2);
781
+ switch (b2) {
782
+ case `=`:
783
+ if (y2 === s) g2 = e.slice(t2, v2), y2 = l;
784
+ else if (y2 === c) y2 = l;
785
+ else throw Error(`attribute equal must after attrName`);
786
+ break;
787
+ case `'`:
788
+ case `"`:
789
+ if (y2 === l || y2 === s) if (y2 === s && (m2.warning(`attribute value must after "="`), g2 = e.slice(t2, v2)), t2 = v2 + 1, v2 = e.indexOf(b2, t2), v2 > 0) _2 = e.slice(t2, v2), h2(g2, _2, t2 - 1), y2 = d;
790
+ else throw Error(`attribute value no end '` + b2 + `' match`);
791
+ else if (y2 == u) _2 = e.slice(t2, v2), h2(g2, _2, t2), m2.warning(`attribute "` + g2 + `" missed start quot(` + b2 + `)!!`), t2 = v2 + 1, y2 = d;
792
+ else throw Error(`attribute value must after "="`);
793
+ break;
794
+ case `/`:
795
+ switch (y2) {
796
+ case o2:
797
+ r3.setTagName(e.slice(t2, v2));
798
+ case d:
799
+ case f:
800
+ case p:
801
+ y2 = p, r3.closed = true;
802
+ case u:
803
+ case s:
804
+ break;
805
+ case c:
806
+ r3.closed = true;
807
+ break;
808
+ default:
809
+ throw Error(`attribute invalid close char('/')`);
810
+ }
811
+ break;
812
+ case ``:
813
+ return m2.error(`unexpected end of input`), y2 == o2 && r3.setTagName(e.slice(t2, v2)), v2;
814
+ case `>`:
815
+ switch (y2) {
816
+ case o2:
817
+ r3.setTagName(e.slice(t2, v2));
818
+ case d:
819
+ case f:
820
+ case p:
821
+ break;
822
+ case u:
823
+ case s:
824
+ _2 = e.slice(t2, v2), _2.slice(-1) === `/` && (r3.closed = true, _2 = _2.slice(0, -1));
825
+ case c:
826
+ y2 === c && (_2 = g2), y2 == u ? (m2.warning(`attribute "` + _2 + `" missed quot(")!`), h2(g2, _2, t2)) : ((!n2.isHTML(i3[``]) || !_2.match(/^(?:disabled|checked|selected)$/i)) && m2.warning(`attribute "` + _2 + `" missed value!! "` + _2 + `" instead!!`), h2(_2, _2, t2));
827
+ break;
828
+ case l:
829
+ throw Error(`attribute value missed!!`);
830
+ }
831
+ return v2;
832
+ case `€`:
833
+ b2 = ` `;
834
+ default:
835
+ if (b2 <= ` `) switch (y2) {
836
+ case o2:
837
+ r3.setTagName(e.slice(t2, v2)), y2 = f;
838
+ break;
839
+ case s:
840
+ g2 = e.slice(t2, v2), y2 = c;
841
+ break;
842
+ case u:
843
+ var _2 = e.slice(t2, v2);
844
+ m2.warning(`attribute "` + _2 + `" missed quot(")!!`), h2(g2, _2, t2);
845
+ case d:
846
+ y2 = f;
847
+ break;
848
+ }
849
+ else switch (y2) {
850
+ case c:
851
+ r3.tagName, (!n2.isHTML(i3[``]) || !g2.match(/^(?:disabled|checked|selected)$/i)) && m2.warning(`attribute "` + g2 + `" missed value!! "` + g2 + `" instead2!!`), h2(g2, g2, t2), t2 = v2, y2 = s;
852
+ break;
853
+ case d:
854
+ m2.warning(`attribute space is required"` + g2 + `"!!`);
855
+ case f:
856
+ y2 = s, t2 = v2;
857
+ break;
858
+ case l:
859
+ y2 = u, t2 = v2;
860
+ break;
861
+ case p:
862
+ throw Error(`elements closed character '/' and '>' must be connected to`);
863
+ }
864
+ }
865
+ v2++;
866
+ }
867
+ }
868
+ function y(e, t2, r3) {
869
+ for (var i3 = e.tagName, a3 = null, o3 = e.length; o3--; ) {
870
+ var s2 = e[o3], c2 = s2.qName, l2 = s2.value, u2 = c2.indexOf(`:`);
871
+ if (u2 > 0) var d2 = s2.prefix = c2.slice(0, u2), f2 = c2.slice(u2 + 1), p2 = d2 === `xmlns` && f2;
872
+ else f2 = c2, d2 = null, p2 = c2 === `xmlns` && ``;
873
+ s2.localName = f2, p2 !== false && (a3 ?? (a3 = {}, S(r3, r3 = {})), r3[p2] = a3[p2] = l2, s2.uri = n2.XMLNS, t2.startPrefixMapping(p2, l2));
874
+ }
875
+ for (var o3 = e.length; o3--; ) {
876
+ s2 = e[o3];
877
+ var d2 = s2.prefix;
878
+ d2 && (d2 === `xml` && (s2.uri = n2.XML), d2 !== `xmlns` && (s2.uri = r3[d2 || ``]));
879
+ }
880
+ var u2 = i3.indexOf(`:`);
881
+ u2 > 0 ? (d2 = e.prefix = i3.slice(0, u2), f2 = e.localName = i3.slice(u2 + 1)) : (d2 = null, f2 = e.localName = i3);
882
+ var m2 = e.uri = r3[d2 || ``];
883
+ if (t2.startElement(m2, f2, i3, e), e.closed) {
884
+ if (t2.endElement(m2, f2, i3), a3) for (d2 in a3) Object.prototype.hasOwnProperty.call(a3, d2) && t2.endPrefixMapping(d2);
885
+ } else return e.currentNSMap = r3, e.localNSMap = a3, true;
886
+ }
887
+ function b(e, t2, n3, r3, i3) {
888
+ if (/^(?:script|textarea)$/i.test(n3)) {
889
+ var a3 = e.indexOf(`</` + n3 + `>`, t2), o3 = e.substring(t2 + 1, a3);
890
+ if (/[&<]/.test(o3)) return /^script$/i.test(n3) ? (i3.characters(o3, 0, o3.length), a3) : (o3 = o3.replace(/&#?\w+;/g, r3), i3.characters(o3, 0, o3.length), a3);
891
+ }
892
+ return t2 + 1;
893
+ }
894
+ function x(e, t2, n3, r3) {
895
+ var i3 = r3[n3];
896
+ return i3 ?? (i3 = e.lastIndexOf(`</` + n3 + `>`), i3 < t2 && (i3 = e.lastIndexOf(`</` + n3)), r3[n3] = i3), i3 < t2;
897
+ }
898
+ function S(e, t2) {
899
+ for (var n3 in e) Object.prototype.hasOwnProperty.call(e, n3) && (t2[n3] = e[n3]);
900
+ }
901
+ function C(e, t2, n3, r3) {
902
+ switch (e.charAt(t2 + 2)) {
903
+ case `-`:
904
+ if (e.charAt(t2 + 3) === `-`) {
905
+ var i3 = e.indexOf(`-->`, t2 + 4);
906
+ return i3 > t2 ? (n3.comment(e, t2 + 4, i3 - t2 - 4), i3 + 3) : (r3.error(`Unclosed comment`), -1);
907
+ } else return -1;
908
+ default:
909
+ if (e.substr(t2 + 3, 6) == `CDATA[`) {
910
+ var i3 = e.indexOf(`]]>`, t2 + 9);
911
+ return n3.startCDATA(), n3.characters(e, t2 + 9, i3 - t2 - 9), n3.endCDATA(), i3 + 3;
912
+ }
913
+ var a3 = E(e, t2), o3 = a3.length;
914
+ if (o3 > 1 && /!doctype/i.test(a3[0][0])) {
915
+ var s2 = a3[1][0], c2 = false, l2 = false;
916
+ o3 > 3 && (/^public$/i.test(a3[2][0]) ? (c2 = a3[3][0], l2 = o3 > 4 && a3[4][0]) : /^system$/i.test(a3[2][0]) && (l2 = a3[3][0]));
917
+ var u2 = a3[o3 - 1];
918
+ return n3.startDTD(s2, c2, l2), n3.endDTD(), u2.index + u2[0].length;
919
+ }
920
+ }
921
+ return -1;
922
+ }
923
+ function w(e, t2, n3) {
924
+ var r3 = e.indexOf(`?>`, t2);
925
+ if (r3) {
926
+ var i3 = e.substring(t2, r3).match(/^<\?(\S*)\s*([\s\S]*?)\s*$/);
927
+ return i3 ? (i3[0].length, n3.processingInstruction(i3[1], i3[2]), r3 + 2) : -1;
928
+ }
929
+ return -1;
930
+ }
931
+ function T() {
932
+ this.attributeNames = {};
933
+ }
934
+ T.prototype = { setTagName: function(e) {
935
+ if (!a2.test(e)) throw Error(`invalid tagName:` + e);
936
+ this.tagName = e;
937
+ }, addValue: function(e, t2, n3) {
938
+ if (!a2.test(e)) throw Error(`invalid attribute:` + e);
939
+ this.attributeNames[e] = this.length, this[this.length++] = { qName: e, value: t2, offset: n3 };
940
+ }, length: 0, getLocalName: function(e) {
941
+ return this[e].localName;
942
+ }, getLocator: function(e) {
943
+ return this[e].locator;
944
+ }, getQName: function(e) {
945
+ return this[e].qName;
946
+ }, getURI: function(e) {
947
+ return this[e].uri;
948
+ }, getValue: function(e) {
949
+ return this[e].value;
950
+ } };
951
+ function E(e, t2) {
952
+ var n3, r3 = [], i3 = /'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/g;
953
+ for (i3.lastIndex = t2, i3.exec(e); n3 = i3.exec(e); ) if (r3.push(n3), n3[1]) return r3;
954
+ }
955
+ exports.XMLReader = h, exports.ParseError = m;
956
+ })), a = o$1(((exports) => {
957
+ var a2 = t(), o2 = n(), s = r(), c = i(), l = o2.DOMImplementation, u = a2.NAMESPACE, d = c.ParseError, f = c.XMLReader;
958
+ function p(e) {
959
+ return e.replace(/\r[\n\u0085]/g, `
960
+ `).replace(/[\r\u0085\u2028]/g, `
961
+ `);
962
+ }
963
+ function m(e) {
964
+ this.options = e || { locator: {} };
965
+ }
966
+ m.prototype.parseFromString = function(e, t2) {
967
+ var n2 = this.options, r2 = new f(), i2 = n2.domBuilder || new g(), a3 = n2.errorHandler, o3 = n2.locator, c2 = n2.xmlns || {}, l2 = /\/x?html?$/.test(t2), d2 = l2 ? s.HTML_ENTITIES : s.XML_ENTITIES;
968
+ o3 && i2.setDocumentLocator(o3), r2.errorHandler = h(a3, i2, o3), r2.domBuilder = n2.domBuilder || i2, l2 && (c2[``] = u.HTML), c2.xml = c2.xml || u.XML;
969
+ var m2 = n2.normalizeLineEndings || p;
970
+ return e && typeof e == `string` ? r2.parse(m2(e), c2, d2) : r2.errorHandler.error(`invalid doc source`), i2.doc;
971
+ };
972
+ function h(e, t2, n2) {
973
+ if (!e) {
974
+ if (t2 instanceof g) return t2;
975
+ e = t2;
976
+ }
977
+ var r2 = {}, i2 = e instanceof Function;
978
+ n2 ||= {};
979
+ function a3(t3) {
980
+ var a4 = e[t3];
981
+ !a4 && i2 && (a4 = e.length == 2 ? function(n3) {
982
+ e(t3, n3);
983
+ } : e), r2[t3] = a4 && function(e2) {
984
+ a4(`[xmldom ` + t3 + `] ` + e2 + v(n2));
985
+ } || function() {
986
+ };
987
+ }
988
+ return a3(`warning`), a3(`error`), a3(`fatalError`), r2;
989
+ }
990
+ function g() {
991
+ this.cdata = false;
992
+ }
993
+ function _(e, t2) {
994
+ t2.lineNumber = e.lineNumber, t2.columnNumber = e.columnNumber;
995
+ }
996
+ g.prototype = { startDocument: function() {
997
+ this.doc = new l().createDocument(null, null, null), this.locator && (this.doc.documentURI = this.locator.systemId);
998
+ }, startElement: function(e, t2, n2, r2) {
999
+ var i2 = this.doc, a3 = i2.createElementNS(e, n2 || t2), o3 = r2.length;
1000
+ b(this, a3), this.currentElement = a3, this.locator && _(this.locator, a3);
1001
+ for (var s2 = 0; s2 < o3; s2++) {
1002
+ var e = r2.getURI(s2), c2 = r2.getValue(s2), n2 = r2.getQName(s2), l2 = i2.createAttributeNS(e, n2);
1003
+ this.locator && _(r2.getLocator(s2), l2), l2.value = l2.nodeValue = c2, a3.setAttributeNode(l2);
1004
+ }
1005
+ }, endElement: function(e, t2, n2) {
1006
+ var r2 = this.currentElement;
1007
+ r2.tagName, this.currentElement = r2.parentNode;
1008
+ }, startPrefixMapping: function(e, t2) {
1009
+ }, endPrefixMapping: function(e) {
1010
+ }, processingInstruction: function(e, t2) {
1011
+ var n2 = this.doc.createProcessingInstruction(e, t2);
1012
+ this.locator && _(this.locator, n2), b(this, n2);
1013
+ }, ignorableWhitespace: function(e, t2, n2) {
1014
+ }, characters: function(e, t2, n2) {
1015
+ if (e = y.apply(this, arguments), e) {
1016
+ if (this.cdata) var r2 = this.doc.createCDATASection(e);
1017
+ else var r2 = this.doc.createTextNode(e);
1018
+ this.currentElement ? this.currentElement.appendChild(r2) : /^\s*$/.test(e) && this.doc.appendChild(r2), this.locator && _(this.locator, r2);
1019
+ }
1020
+ }, skippedEntity: function(e) {
1021
+ }, endDocument: function() {
1022
+ this.doc.normalize();
1023
+ }, setDocumentLocator: function(e) {
1024
+ (this.locator = e) && (e.lineNumber = 0);
1025
+ }, comment: function(e, t2, n2) {
1026
+ e = y.apply(this, arguments);
1027
+ var r2 = this.doc.createComment(e);
1028
+ this.locator && _(this.locator, r2), b(this, r2);
1029
+ }, startCDATA: function() {
1030
+ this.cdata = true;
1031
+ }, endCDATA: function() {
1032
+ this.cdata = false;
1033
+ }, startDTD: function(e, t2, n2) {
1034
+ var r2 = this.doc.implementation;
1035
+ if (r2 && r2.createDocumentType) {
1036
+ var i2 = r2.createDocumentType(e, t2, n2);
1037
+ this.locator && _(this.locator, i2), b(this, i2), this.doc.doctype = i2;
1038
+ }
1039
+ }, warning: function(e) {
1040
+ console.warn(`[xmldom warning] ` + e, v(this.locator));
1041
+ }, error: function(e) {
1042
+ console.error(`[xmldom error] ` + e, v(this.locator));
1043
+ }, fatalError: function(e) {
1044
+ throw new d(e, this.locator);
1045
+ } };
1046
+ function v(e) {
1047
+ if (e) return `
1048
+ @` + (e.systemId || ``) + `#[line:` + e.lineNumber + `,col:` + e.columnNumber + `]`;
1049
+ }
1050
+ function y(e, t2, n2) {
1051
+ return typeof e == `string` ? e.substr(t2, n2) : e.length >= t2 + n2 || t2 ? new java.lang.String(e, t2, n2) + `` : e;
1052
+ }
1053
+ `endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl`.replace(/\w+/g, function(e) {
1054
+ g.prototype[e] = function() {
1055
+ return null;
1056
+ };
1057
+ });
1058
+ function b(e, t2) {
1059
+ e.currentElement ? e.currentElement.appendChild(t2) : e.doc.appendChild(t2);
1060
+ }
1061
+ exports.__DOMHandler = g, exports.normalizeLineEndings = p, exports.DOMParser = m;
1062
+ })), o = o$1(((exports) => {
1063
+ var t2 = n();
1064
+ exports.DOMImplementation = t2.DOMImplementation, exports.XMLSerializer = t2.XMLSerializer, exports.DOMParser = a().DOMParser;
1065
+ }));
1066
+ const libCBtriEt5 = o();
1067
+ export {
1068
+ libCBtriEt5 as default
1069
+ };
1070
+ //# sourceMappingURL=lib-CBtriEt5-CU1RYBHb.js.map