vue-files-preview-inno 1.0.38-e

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 (1796) hide show
  1. package/README.md +187 -0
  2. package/es/_virtual/_commonjs-dynamic-modules.mjs +7 -0
  3. package/es/_virtual/_commonjs-dynamic-modules.mjs.map +1 -0
  4. package/es/_virtual/_commonjsHelpers.mjs +29 -0
  5. package/es/_virtual/_commonjsHelpers.mjs.map +1 -0
  6. package/es/_virtual/_plugin-vue_export-helper.mjs +10 -0
  7. package/es/_virtual/_plugin-vue_export-helper.mjs.map +1 -0
  8. package/es/_virtual/_vue.mjs +7 -0
  9. package/es/_virtual/_vue.mjs.map +1 -0
  10. package/es/_virtual/conventions.mjs +5 -0
  11. package/es/_virtual/conventions.mjs.map +1 -0
  12. package/es/_virtual/dom-parser.mjs +5 -0
  13. package/es/_virtual/dom-parser.mjs.map +1 -0
  14. package/es/_virtual/dom.mjs +5 -0
  15. package/es/_virtual/dom.mjs.map +1 -0
  16. package/es/_virtual/entities.mjs +5 -0
  17. package/es/_virtual/entities.mjs.map +1 -0
  18. package/es/_virtual/events.mjs +5 -0
  19. package/es/_virtual/events.mjs.map +1 -0
  20. package/es/_virtual/index.mjs +5 -0
  21. package/es/_virtual/index.mjs.map +1 -0
  22. package/es/_virtual/index2.mjs +5 -0
  23. package/es/_virtual/index2.mjs.map +1 -0
  24. package/es/_virtual/index3.mjs +5 -0
  25. package/es/_virtual/index3.mjs.map +1 -0
  26. package/es/_virtual/index4.mjs +5 -0
  27. package/es/_virtual/index4.mjs.map +1 -0
  28. package/es/_virtual/index5.mjs +5 -0
  29. package/es/_virtual/index5.mjs.map +1 -0
  30. package/es/_virtual/jszip.mjs +5 -0
  31. package/es/_virtual/jszip.mjs.map +1 -0
  32. package/es/_virtual/localforage.mjs +5 -0
  33. package/es/_virtual/localforage.mjs.map +1 -0
  34. package/es/_virtual/marks.mjs +5 -0
  35. package/es/_virtual/marks.mjs.map +1 -0
  36. package/es/_virtual/sax.mjs +5 -0
  37. package/es/_virtual/sax.mjs.map +1 -0
  38. package/es/_virtual/svg.mjs +5 -0
  39. package/es/_virtual/svg.mjs.map +1 -0
  40. package/es/file.svg +1 -0
  41. package/es/node_modules/@codemirror/autocomplete/dist/index.mjs +1357 -0
  42. package/es/node_modules/@codemirror/autocomplete/dist/index.mjs.map +1 -0
  43. package/es/node_modules/@codemirror/commands/dist/index.mjs +815 -0
  44. package/es/node_modules/@codemirror/commands/dist/index.mjs.map +1 -0
  45. package/es/node_modules/@codemirror/lang-css/dist/index.mjs +833 -0
  46. package/es/node_modules/@codemirror/lang-css/dist/index.mjs.map +1 -0
  47. package/es/node_modules/@codemirror/lang-html/dist/index.mjs +672 -0
  48. package/es/node_modules/@codemirror/lang-html/dist/index.mjs.map +1 -0
  49. package/es/node_modules/@codemirror/lang-javascript/dist/index.mjs +296 -0
  50. package/es/node_modules/@codemirror/lang-javascript/dist/index.mjs.map +1 -0
  51. package/es/node_modules/@codemirror/lang-json/dist/index.mjs +28 -0
  52. package/es/node_modules/@codemirror/lang-json/dist/index.mjs.map +1 -0
  53. package/es/node_modules/@codemirror/language/dist/index.mjs +1300 -0
  54. package/es/node_modules/@codemirror/language/dist/index.mjs.map +1 -0
  55. package/es/node_modules/@codemirror/lint/dist/index.mjs +444 -0
  56. package/es/node_modules/@codemirror/lint/dist/index.mjs.map +1 -0
  57. package/es/node_modules/@codemirror/search/dist/index.mjs +873 -0
  58. package/es/node_modules/@codemirror/search/dist/index.mjs.map +1 -0
  59. package/es/node_modules/@codemirror/state/dist/index.mjs +2640 -0
  60. package/es/node_modules/@codemirror/state/dist/index.mjs.map +1 -0
  61. package/es/node_modules/@codemirror/theme-one-dark/dist/index.mjs +133 -0
  62. package/es/node_modules/@codemirror/theme-one-dark/dist/index.mjs.map +1 -0
  63. package/es/node_modules/@codemirror/view/dist/index.mjs +7168 -0
  64. package/es/node_modules/@codemirror/view/dist/index.mjs.map +1 -0
  65. package/es/node_modules/@lezer/common/dist/index.mjs +1673 -0
  66. package/es/node_modules/@lezer/common/dist/index.mjs.map +1 -0
  67. package/es/node_modules/@lezer/css/dist/index.mjs +135 -0
  68. package/es/node_modules/@lezer/css/dist/index.mjs.map +1 -0
  69. package/es/node_modules/@lezer/highlight/dist/index.mjs +627 -0
  70. package/es/node_modules/@lezer/highlight/dist/index.mjs.map +1 -0
  71. package/es/node_modules/@lezer/html/dist/index.mjs +288 -0
  72. package/es/node_modules/@lezer/html/dist/index.mjs.map +1 -0
  73. package/es/node_modules/@lezer/javascript/dist/index.mjs +162 -0
  74. package/es/node_modules/@lezer/javascript/dist/index.mjs.map +1 -0
  75. package/es/node_modules/@lezer/json/dist/index.mjs +35 -0
  76. package/es/node_modules/@lezer/json/dist/index.mjs.map +1 -0
  77. package/es/node_modules/@lezer/lr/dist/index.mjs +1311 -0
  78. package/es/node_modules/@lezer/lr/dist/index.mjs.map +1 -0
  79. package/es/node_modules/@marijn/find-cluster-break/src/index.mjs +70 -0
  80. package/es/node_modules/@marijn/find-cluster-break/src/index.mjs.map +1 -0
  81. package/es/node_modules/@vue-office/docx/lib/index.mjs +5054 -0
  82. package/es/node_modules/@vue-office/docx/lib/index.mjs.map +1 -0
  83. package/es/node_modules/@vue-office/excel/lib/index.mjs +43519 -0
  84. package/es/node_modules/@vue-office/excel/lib/index.mjs.map +1 -0
  85. package/es/node_modules/@vueuse/core/index.mjs +59 -0
  86. package/es/node_modules/@vueuse/core/index.mjs.map +1 -0
  87. package/es/node_modules/@vueuse/shared/index.mjs +19 -0
  88. package/es/node_modules/@vueuse/shared/index.mjs.map +1 -0
  89. package/es/node_modules/@xmldom/xmldom/lib/conventions.mjs +115 -0
  90. package/es/node_modules/@xmldom/xmldom/lib/conventions.mjs.map +1 -0
  91. package/es/node_modules/@xmldom/xmldom/lib/dom-parser.mjs +142 -0
  92. package/es/node_modules/@xmldom/xmldom/lib/dom-parser.mjs.map +1 -0
  93. package/es/node_modules/@xmldom/xmldom/lib/dom.mjs +1016 -0
  94. package/es/node_modules/@xmldom/xmldom/lib/dom.mjs.map +1 -0
  95. package/es/node_modules/@xmldom/xmldom/lib/entities.mjs +2141 -0
  96. package/es/node_modules/@xmldom/xmldom/lib/entities.mjs.map +1 -0
  97. package/es/node_modules/@xmldom/xmldom/lib/index.mjs +8 -0
  98. package/es/node_modules/@xmldom/xmldom/lib/index.mjs.map +1 -0
  99. package/es/node_modules/@xmldom/xmldom/lib/sax.mjs +328 -0
  100. package/es/node_modules/@xmldom/xmldom/lib/sax.mjs.map +1 -0
  101. package/es/node_modules/codemirror/dist/index.mjs +41 -0
  102. package/es/node_modules/codemirror/dist/index.mjs.map +1 -0
  103. package/es/node_modules/crelt/index.mjs +28 -0
  104. package/es/node_modules/crelt/index.mjs.map +1 -0
  105. package/es/node_modules/d/index.mjs +19 -0
  106. package/es/node_modules/d/index.mjs.map +1 -0
  107. package/es/node_modules/entities/lib/esm/decode.mjs +278 -0
  108. package/es/node_modules/entities/lib/esm/decode.mjs.map +1 -0
  109. package/es/node_modules/entities/lib/esm/decode_codepoint.mjs +47 -0
  110. package/es/node_modules/entities/lib/esm/decode_codepoint.mjs.map +1 -0
  111. package/es/node_modules/entities/lib/esm/generated/decode-data-html.mjs +8 -0
  112. package/es/node_modules/entities/lib/esm/generated/decode-data-html.mjs.map +1 -0
  113. package/es/node_modules/entities/lib/esm/generated/decode-data-xml.mjs +8 -0
  114. package/es/node_modules/entities/lib/esm/generated/decode-data-xml.mjs.map +1 -0
  115. package/es/node_modules/epubjs/src/annotations.mjs +180 -0
  116. package/es/node_modules/epubjs/src/annotations.mjs.map +1 -0
  117. package/es/node_modules/epubjs/src/archive.mjs +143 -0
  118. package/es/node_modules/epubjs/src/archive.mjs.map +1 -0
  119. package/es/node_modules/epubjs/src/book.mjs +322 -0
  120. package/es/node_modules/epubjs/src/book.mjs.map +1 -0
  121. package/es/node_modules/epubjs/src/container.mjs +26 -0
  122. package/es/node_modules/epubjs/src/container.mjs.map +1 -0
  123. package/es/node_modules/epubjs/src/contents.mjs +625 -0
  124. package/es/node_modules/epubjs/src/contents.mjs.map +1 -0
  125. package/es/node_modules/epubjs/src/displayoptions.mjs +40 -0
  126. package/es/node_modules/epubjs/src/displayoptions.mjs.map +1 -0
  127. package/es/node_modules/epubjs/src/epub.mjs +25 -0
  128. package/es/node_modules/epubjs/src/epub.mjs.map +1 -0
  129. package/es/node_modules/epubjs/src/epubcfi.mjs +354 -0
  130. package/es/node_modules/epubjs/src/epubcfi.mjs.map +1 -0
  131. package/es/node_modules/epubjs/src/index.mjs +15 -0
  132. package/es/node_modules/epubjs/src/index.mjs.map +1 -0
  133. package/es/node_modules/epubjs/src/layout.mjs +96 -0
  134. package/es/node_modules/epubjs/src/layout.mjs.map +1 -0
  135. package/es/node_modules/epubjs/src/locations.mjs +214 -0
  136. package/es/node_modules/epubjs/src/locations.mjs.map +1 -0
  137. package/es/node_modules/epubjs/src/managers/continuous/index.mjs +199 -0
  138. package/es/node_modules/epubjs/src/managers/continuous/index.mjs.map +1 -0
  139. package/es/node_modules/epubjs/src/managers/default/index.mjs +338 -0
  140. package/es/node_modules/epubjs/src/managers/default/index.mjs.map +1 -0
  141. package/es/node_modules/epubjs/src/managers/helpers/snap.mjs +108 -0
  142. package/es/node_modules/epubjs/src/managers/helpers/snap.mjs.map +1 -0
  143. package/es/node_modules/epubjs/src/managers/helpers/stage.mjs +101 -0
  144. package/es/node_modules/epubjs/src/managers/helpers/stage.mjs.map +1 -0
  145. package/es/node_modules/epubjs/src/managers/helpers/views.mjs +75 -0
  146. package/es/node_modules/epubjs/src/managers/helpers/views.mjs.map +1 -0
  147. package/es/node_modules/epubjs/src/managers/views/iframe.mjs +253 -0
  148. package/es/node_modules/epubjs/src/managers/views/iframe.mjs.map +1 -0
  149. package/es/node_modules/epubjs/src/mapping.mjs +230 -0
  150. package/es/node_modules/epubjs/src/mapping.mjs.map +1 -0
  151. package/es/node_modules/epubjs/src/navigation.mjs +189 -0
  152. package/es/node_modules/epubjs/src/navigation.mjs.map +1 -0
  153. package/es/node_modules/epubjs/src/packaging.mjs +188 -0
  154. package/es/node_modules/epubjs/src/packaging.mjs.map +1 -0
  155. package/es/node_modules/epubjs/src/pagelist.mjs +134 -0
  156. package/es/node_modules/epubjs/src/pagelist.mjs.map +1 -0
  157. package/es/node_modules/epubjs/src/rendition.mjs +523 -0
  158. package/es/node_modules/epubjs/src/rendition.mjs.map +1 -0
  159. package/es/node_modules/epubjs/src/resources.mjs +159 -0
  160. package/es/node_modules/epubjs/src/resources.mjs.map +1 -0
  161. package/es/node_modules/epubjs/src/section.mjs +152 -0
  162. package/es/node_modules/epubjs/src/section.mjs.map +1 -0
  163. package/es/node_modules/epubjs/src/spine.mjs +132 -0
  164. package/es/node_modules/epubjs/src/spine.mjs.map +1 -0
  165. package/es/node_modules/epubjs/src/store.mjs +192 -0
  166. package/es/node_modules/epubjs/src/store.mjs.map +1 -0
  167. package/es/node_modules/epubjs/src/themes.mjs +168 -0
  168. package/es/node_modules/epubjs/src/themes.mjs.map +1 -0
  169. package/es/node_modules/epubjs/src/utils/constants.mjs +63 -0
  170. package/es/node_modules/epubjs/src/utils/constants.mjs.map +1 -0
  171. package/es/node_modules/epubjs/src/utils/core.mjs +335 -0
  172. package/es/node_modules/epubjs/src/utils/core.mjs.map +1 -0
  173. package/es/node_modules/epubjs/src/utils/hook.mjs +55 -0
  174. package/es/node_modules/epubjs/src/utils/hook.mjs.map +1 -0
  175. package/es/node_modules/epubjs/src/utils/mime.mjs +156 -0
  176. package/es/node_modules/epubjs/src/utils/mime.mjs.map +1 -0
  177. package/es/node_modules/epubjs/src/utils/path.mjs +65 -0
  178. package/es/node_modules/epubjs/src/utils/path.mjs.map +1 -0
  179. package/es/node_modules/epubjs/src/utils/queue.mjs +99 -0
  180. package/es/node_modules/epubjs/src/utils/queue.mjs.map +1 -0
  181. package/es/node_modules/epubjs/src/utils/replacements.mjs +50 -0
  182. package/es/node_modules/epubjs/src/utils/replacements.mjs.map +1 -0
  183. package/es/node_modules/epubjs/src/utils/request.mjs +47 -0
  184. package/es/node_modules/epubjs/src/utils/request.mjs.map +1 -0
  185. package/es/node_modules/epubjs/src/utils/scrolltype.mjs +19 -0
  186. package/es/node_modules/epubjs/src/utils/scrolltype.mjs.map +1 -0
  187. package/es/node_modules/epubjs/src/utils/url.mjs +47 -0
  188. package/es/node_modules/epubjs/src/utils/url.mjs.map +1 -0
  189. package/es/node_modules/es5-ext/function/noop.mjs +6 -0
  190. package/es/node_modules/es5-ext/function/noop.mjs.map +1 -0
  191. package/es/node_modules/es5-ext/object/assign/index.mjs +7 -0
  192. package/es/node_modules/es5-ext/object/assign/index.mjs.map +1 -0
  193. package/es/node_modules/es5-ext/object/assign/is-implemented.mjs +8 -0
  194. package/es/node_modules/es5-ext/object/assign/is-implemented.mjs.map +1 -0
  195. package/es/node_modules/es5-ext/object/assign/shim.mjs +25 -0
  196. package/es/node_modules/es5-ext/object/assign/shim.mjs.map +1 -0
  197. package/es/node_modules/es5-ext/object/is-value.mjs +8 -0
  198. package/es/node_modules/es5-ext/object/is-value.mjs.map +1 -0
  199. package/es/node_modules/es5-ext/object/keys/index.mjs +10 -0
  200. package/es/node_modules/es5-ext/object/keys/index.mjs.map +1 -0
  201. package/es/node_modules/es5-ext/object/keys/is-implemented.mjs +14 -0
  202. package/es/node_modules/es5-ext/object/keys/is-implemented.mjs.map +1 -0
  203. package/es/node_modules/es5-ext/object/keys/shim.mjs +14 -0
  204. package/es/node_modules/es5-ext/object/keys/shim.mjs.map +1 -0
  205. package/es/node_modules/es5-ext/object/normalize-options.mjs +14 -0
  206. package/es/node_modules/es5-ext/object/normalize-options.mjs.map +1 -0
  207. package/es/node_modules/es5-ext/object/valid-callable.mjs +8 -0
  208. package/es/node_modules/es5-ext/object/valid-callable.mjs.map +1 -0
  209. package/es/node_modules/es5-ext/object/valid-value.mjs +15 -0
  210. package/es/node_modules/es5-ext/object/valid-value.mjs.map +1 -0
  211. package/es/node_modules/es5-ext/string.mjs +7 -0
  212. package/es/node_modules/es5-ext/string.mjs.map +1 -0
  213. package/es/node_modules/es5-ext/string2.mjs +7 -0
  214. package/es/node_modules/es5-ext/string2.mjs.map +1 -0
  215. package/es/node_modules/es5-ext/string3.mjs +13 -0
  216. package/es/node_modules/es5-ext/string3.mjs.map +1 -0
  217. package/es/node_modules/event-emitter/index.mjs +67 -0
  218. package/es/node_modules/event-emitter/index.mjs.map +1 -0
  219. package/es/node_modules/highlight.js/es/index.mjs +6 -0
  220. package/es/node_modules/highlight.js/es/index.mjs.map +1 -0
  221. package/es/node_modules/highlight.js/lib/core.mjs +1062 -0
  222. package/es/node_modules/highlight.js/lib/core.mjs.map +1 -0
  223. package/es/node_modules/highlight.js/lib/index.mjs +395 -0
  224. package/es/node_modules/highlight.js/lib/index.mjs.map +1 -0
  225. package/es/node_modules/highlight.js/lib/languages/1c.mjs +110 -0
  226. package/es/node_modules/highlight.js/lib/languages/1c.mjs.map +1 -0
  227. package/es/node_modules/highlight.js/lib/languages/abnf.mjs +64 -0
  228. package/es/node_modules/highlight.js/lib/languages/abnf.mjs.map +1 -0
  229. package/es/node_modules/highlight.js/lib/languages/accesslog.mjs +88 -0
  230. package/es/node_modules/highlight.js/lib/languages/accesslog.mjs.map +1 -0
  231. package/es/node_modules/highlight.js/lib/languages/actionscript.mjs +144 -0
  232. package/es/node_modules/highlight.js/lib/languages/actionscript.mjs.map +1 -0
  233. package/es/node_modules/highlight.js/lib/languages/ada.mjs +220 -0
  234. package/es/node_modules/highlight.js/lib/languages/ada.mjs.map +1 -0
  235. package/es/node_modules/highlight.js/lib/languages/angelscript.mjs +169 -0
  236. package/es/node_modules/highlight.js/lib/languages/angelscript.mjs.map +1 -0
  237. package/es/node_modules/highlight.js/lib/languages/apache.mjs +95 -0
  238. package/es/node_modules/highlight.js/lib/languages/apache.mjs.map +1 -0
  239. package/es/node_modules/highlight.js/lib/languages/applescript.mjs +122 -0
  240. package/es/node_modules/highlight.js/lib/languages/applescript.mjs.map +1 -0
  241. package/es/node_modules/highlight.js/lib/languages/arcade.mjs +411 -0
  242. package/es/node_modules/highlight.js/lib/languages/arcade.mjs.map +1 -0
  243. package/es/node_modules/highlight.js/lib/languages/arduino.mjs +907 -0
  244. package/es/node_modules/highlight.js/lib/languages/arduino.mjs.map +1 -0
  245. package/es/node_modules/highlight.js/lib/languages/armasm.mjs +96 -0
  246. package/es/node_modules/highlight.js/lib/languages/armasm.mjs.map +1 -0
  247. package/es/node_modules/highlight.js/lib/languages/asciidoc.mjs +250 -0
  248. package/es/node_modules/highlight.js/lib/languages/asciidoc.mjs.map +1 -0
  249. package/es/node_modules/highlight.js/lib/languages/aspectj.mjs +226 -0
  250. package/es/node_modules/highlight.js/lib/languages/aspectj.mjs.map +1 -0
  251. package/es/node_modules/highlight.js/lib/languages/autohotkey.mjs +75 -0
  252. package/es/node_modules/highlight.js/lib/languages/autohotkey.mjs.map +1 -0
  253. package/es/node_modules/highlight.js/lib/languages/autoit.mjs +152 -0
  254. package/es/node_modules/highlight.js/lib/languages/autoit.mjs.map +1 -0
  255. package/es/node_modules/highlight.js/lib/languages/avrasm.mjs +66 -0
  256. package/es/node_modules/highlight.js/lib/languages/avrasm.mjs.map +1 -0
  257. package/es/node_modules/highlight.js/lib/languages/awk.mjs +65 -0
  258. package/es/node_modules/highlight.js/lib/languages/awk.mjs.map +1 -0
  259. package/es/node_modules/highlight.js/lib/languages/axapta.mjs +177 -0
  260. package/es/node_modules/highlight.js/lib/languages/axapta.mjs.map +1 -0
  261. package/es/node_modules/highlight.js/lib/languages/bash.mjs +382 -0
  262. package/es/node_modules/highlight.js/lib/languages/bash.mjs.map +1 -0
  263. package/es/node_modules/highlight.js/lib/languages/basic.mjs +227 -0
  264. package/es/node_modules/highlight.js/lib/languages/basic.mjs.map +1 -0
  265. package/es/node_modules/highlight.js/lib/languages/bnf.mjs +39 -0
  266. package/es/node_modules/highlight.js/lib/languages/bnf.mjs.map +1 -0
  267. package/es/node_modules/highlight.js/lib/languages/brainfuck.mjs +55 -0
  268. package/es/node_modules/highlight.js/lib/languages/brainfuck.mjs.map +1 -0
  269. package/es/node_modules/highlight.js/lib/languages/c.mjs +283 -0
  270. package/es/node_modules/highlight.js/lib/languages/c.mjs.map +1 -0
  271. package/es/node_modules/highlight.js/lib/languages/cal.mjs +145 -0
  272. package/es/node_modules/highlight.js/lib/languages/cal.mjs.map +1 -0
  273. package/es/node_modules/highlight.js/lib/languages/capnproto.mjs +95 -0
  274. package/es/node_modules/highlight.js/lib/languages/capnproto.mjs.map +1 -0
  275. package/es/node_modules/highlight.js/lib/languages/ceylon.mjs +131 -0
  276. package/es/node_modules/highlight.js/lib/languages/ceylon.mjs.map +1 -0
  277. package/es/node_modules/highlight.js/lib/languages/clean.mjs +66 -0
  278. package/es/node_modules/highlight.js/lib/languages/clean.mjs.map +1 -0
  279. package/es/node_modules/highlight.js/lib/languages/clojure-repl.mjs +25 -0
  280. package/es/node_modules/highlight.js/lib/languages/clojure-repl.mjs.map +1 -0
  281. package/es/node_modules/highlight.js/lib/languages/clojure.mjs +142 -0
  282. package/es/node_modules/highlight.js/lib/languages/clojure.mjs.map +1 -0
  283. package/es/node_modules/highlight.js/lib/languages/cmake.mjs +32 -0
  284. package/es/node_modules/highlight.js/lib/languages/cmake.mjs.map +1 -0
  285. package/es/node_modules/highlight.js/lib/languages/coffeescript.mjs +340 -0
  286. package/es/node_modules/highlight.js/lib/languages/coffeescript.mjs.map +1 -0
  287. package/es/node_modules/highlight.js/lib/languages/coq.mjs +445 -0
  288. package/es/node_modules/highlight.js/lib/languages/coq.mjs.map +1 -0
  289. package/es/node_modules/highlight.js/lib/languages/cos.mjs +96 -0
  290. package/es/node_modules/highlight.js/lib/languages/cos.mjs.map +1 -0
  291. package/es/node_modules/highlight.js/lib/languages/cpp.mjs +526 -0
  292. package/es/node_modules/highlight.js/lib/languages/cpp.mjs.map +1 -0
  293. package/es/node_modules/highlight.js/lib/languages/crmsh.mjs +88 -0
  294. package/es/node_modules/highlight.js/lib/languages/crmsh.mjs.map +1 -0
  295. package/es/node_modules/highlight.js/lib/languages/crystal.mjs +290 -0
  296. package/es/node_modules/highlight.js/lib/languages/crystal.mjs.map +1 -0
  297. package/es/node_modules/highlight.js/lib/languages/csharp.mjs +383 -0
  298. package/es/node_modules/highlight.js/lib/languages/csharp.mjs.map +1 -0
  299. package/es/node_modules/highlight.js/lib/languages/csp.mjs +54 -0
  300. package/es/node_modules/highlight.js/lib/languages/csp.mjs.map +1 -0
  301. package/es/node_modules/highlight.js/lib/languages/css.mjs +835 -0
  302. package/es/node_modules/highlight.js/lib/languages/css.mjs.map +1 -0
  303. package/es/node_modules/highlight.js/lib/languages/d.mjs +96 -0
  304. package/es/node_modules/highlight.js/lib/languages/d.mjs.map +1 -0
  305. package/es/node_modules/highlight.js/lib/languages/dart.mjs +249 -0
  306. package/es/node_modules/highlight.js/lib/languages/dart.mjs.map +1 -0
  307. package/es/node_modules/highlight.js/lib/languages/delphi.mjs +246 -0
  308. package/es/node_modules/highlight.js/lib/languages/delphi.mjs.map +1 -0
  309. package/es/node_modules/highlight.js/lib/languages/diff.mjs +61 -0
  310. package/es/node_modules/highlight.js/lib/languages/diff.mjs.map +1 -0
  311. package/es/node_modules/highlight.js/lib/languages/django.mjs +54 -0
  312. package/es/node_modules/highlight.js/lib/languages/django.mjs.map +1 -0
  313. package/es/node_modules/highlight.js/lib/languages/dns.mjs +77 -0
  314. package/es/node_modules/highlight.js/lib/languages/dns.mjs.map +1 -0
  315. package/es/node_modules/highlight.js/lib/languages/dockerfile.mjs +41 -0
  316. package/es/node_modules/highlight.js/lib/languages/dockerfile.mjs.map +1 -0
  317. package/es/node_modules/highlight.js/lib/languages/dos.mjs +162 -0
  318. package/es/node_modules/highlight.js/lib/languages/dos.mjs.map +1 -0
  319. package/es/node_modules/highlight.js/lib/languages/dsconfig.mjs +61 -0
  320. package/es/node_modules/highlight.js/lib/languages/dsconfig.mjs.map +1 -0
  321. package/es/node_modules/highlight.js/lib/languages/dts.mjs +132 -0
  322. package/es/node_modules/highlight.js/lib/languages/dts.mjs.map +1 -0
  323. package/es/node_modules/highlight.js/lib/languages/dust.mjs +44 -0
  324. package/es/node_modules/highlight.js/lib/languages/dust.mjs.map +1 -0
  325. package/es/node_modules/highlight.js/lib/languages/ebnf.mjs +47 -0
  326. package/es/node_modules/highlight.js/lib/languages/ebnf.mjs.map +1 -0
  327. package/es/node_modules/highlight.js/lib/languages/elixir.mjs +258 -0
  328. package/es/node_modules/highlight.js/lib/languages/elixir.mjs.map +1 -0
  329. package/es/node_modules/highlight.js/lib/languages/elm.mjs +131 -0
  330. package/es/node_modules/highlight.js/lib/languages/elm.mjs.map +1 -0
  331. package/es/node_modules/highlight.js/lib/languages/erb.mjs +26 -0
  332. package/es/node_modules/highlight.js/lib/languages/erb.mjs.map +1 -0
  333. package/es/node_modules/highlight.js/lib/languages/erlang-repl.mjs +53 -0
  334. package/es/node_modules/highlight.js/lib/languages/erlang-repl.mjs.map +1 -0
  335. package/es/node_modules/highlight.js/lib/languages/erlang.mjs +175 -0
  336. package/es/node_modules/highlight.js/lib/languages/erlang.mjs.map +1 -0
  337. package/es/node_modules/highlight.js/lib/languages/excel.mjs +546 -0
  338. package/es/node_modules/highlight.js/lib/languages/excel.mjs.map +1 -0
  339. package/es/node_modules/highlight.js/lib/languages/fix.mjs +41 -0
  340. package/es/node_modules/highlight.js/lib/languages/fix.mjs.map +1 -0
  341. package/es/node_modules/highlight.js/lib/languages/flix.mjs +72 -0
  342. package/es/node_modules/highlight.js/lib/languages/flix.mjs.map +1 -0
  343. package/es/node_modules/highlight.js/lib/languages/fortran.mjs +558 -0
  344. package/es/node_modules/highlight.js/lib/languages/fortran.mjs.map +1 -0
  345. package/es/node_modules/highlight.js/lib/languages/fsharp.mjs +524 -0
  346. package/es/node_modules/highlight.js/lib/languages/fsharp.mjs.map +1 -0
  347. package/es/node_modules/highlight.js/lib/languages/gams.mjs +154 -0
  348. package/es/node_modules/highlight.js/lib/languages/gams.mjs.map +1 -0
  349. package/es/node_modules/highlight.js/lib/languages/gauss.mjs +180 -0
  350. package/es/node_modules/highlight.js/lib/languages/gauss.mjs.map +1 -0
  351. package/es/node_modules/highlight.js/lib/languages/gcode.mjs +74 -0
  352. package/es/node_modules/highlight.js/lib/languages/gcode.mjs.map +1 -0
  353. package/es/node_modules/highlight.js/lib/languages/gherkin.mjs +50 -0
  354. package/es/node_modules/highlight.js/lib/languages/gherkin.mjs.map +1 -0
  355. package/es/node_modules/highlight.js/lib/languages/glsl.mjs +38 -0
  356. package/es/node_modules/highlight.js/lib/languages/glsl.mjs.map +1 -0
  357. package/es/node_modules/highlight.js/lib/languages/gml.mjs +3127 -0
  358. package/es/node_modules/highlight.js/lib/languages/gml.mjs.map +1 -0
  359. package/es/node_modules/highlight.js/lib/languages/go.mjs +158 -0
  360. package/es/node_modules/highlight.js/lib/languages/go.mjs.map +1 -0
  361. package/es/node_modules/highlight.js/lib/languages/golo.mjs +79 -0
  362. package/es/node_modules/highlight.js/lib/languages/golo.mjs.map +1 -0
  363. package/es/node_modules/highlight.js/lib/languages/gradle.mjs +188 -0
  364. package/es/node_modules/highlight.js/lib/languages/gradle.mjs.map +1 -0
  365. package/es/node_modules/highlight.js/lib/languages/graphql.mjs +77 -0
  366. package/es/node_modules/highlight.js/lib/languages/graphql.mjs.map +1 -0
  367. package/es/node_modules/highlight.js/lib/languages/groovy.mjs +179 -0
  368. package/es/node_modules/highlight.js/lib/languages/groovy.mjs.map +1 -0
  369. package/es/node_modules/highlight.js/lib/languages/haml.mjs +112 -0
  370. package/es/node_modules/highlight.js/lib/languages/haml.mjs.map +1 -0
  371. package/es/node_modules/highlight.js/lib/languages/handlebars.mjs +217 -0
  372. package/es/node_modules/highlight.js/lib/languages/handlebars.mjs.map +1 -0
  373. package/es/node_modules/highlight.js/lib/languages/haskell.mjs +184 -0
  374. package/es/node_modules/highlight.js/lib/languages/haskell.mjs.map +1 -0
  375. package/es/node_modules/highlight.js/lib/languages/haxe.mjs +166 -0
  376. package/es/node_modules/highlight.js/lib/languages/haxe.mjs.map +1 -0
  377. package/es/node_modules/highlight.js/lib/languages/hsp.mjs +55 -0
  378. package/es/node_modules/highlight.js/lib/languages/hsp.mjs.map +1 -0
  379. package/es/node_modules/highlight.js/lib/languages/http.mjs +92 -0
  380. package/es/node_modules/highlight.js/lib/languages/http.mjs.map +1 -0
  381. package/es/node_modules/highlight.js/lib/languages/hy.mjs +87 -0
  382. package/es/node_modules/highlight.js/lib/languages/hy.mjs.map +1 -0
  383. package/es/node_modules/highlight.js/lib/languages/inform7.mjs +64 -0
  384. package/es/node_modules/highlight.js/lib/languages/inform7.mjs.map +1 -0
  385. package/es/node_modules/highlight.js/lib/languages/ini.mjs +114 -0
  386. package/es/node_modules/highlight.js/lib/languages/ini.mjs.map +1 -0
  387. package/es/node_modules/highlight.js/lib/languages/irpf90.mjs +57 -0
  388. package/es/node_modules/highlight.js/lib/languages/irpf90.mjs.map +1 -0
  389. package/es/node_modules/highlight.js/lib/languages/isbl.mjs +118 -0
  390. package/es/node_modules/highlight.js/lib/languages/isbl.mjs.map +1 -0
  391. package/es/node_modules/highlight.js/lib/languages/java.mjs +246 -0
  392. package/es/node_modules/highlight.js/lib/languages/java.mjs.map +1 -0
  393. package/es/node_modules/highlight.js/lib/languages/javascript.mjs +663 -0
  394. package/es/node_modules/highlight.js/lib/languages/javascript.mjs.map +1 -0
  395. package/es/node_modules/highlight.js/lib/languages/jboss-cli.mjs +57 -0
  396. package/es/node_modules/highlight.js/lib/languages/jboss-cli.mjs.map +1 -0
  397. package/es/node_modules/highlight.js/lib/languages/json.mjs +45 -0
  398. package/es/node_modules/highlight.js/lib/languages/json.mjs.map +1 -0
  399. package/es/node_modules/highlight.js/lib/languages/julia-repl.mjs +34 -0
  400. package/es/node_modules/highlight.js/lib/languages/julia-repl.mjs.map +1 -0
  401. package/es/node_modules/highlight.js/lib/languages/julia.mjs +361 -0
  402. package/es/node_modules/highlight.js/lib/languages/julia.mjs.map +1 -0
  403. package/es/node_modules/highlight.js/lib/languages/kotlin.mjs +249 -0
  404. package/es/node_modules/highlight.js/lib/languages/kotlin.mjs.map +1 -0
  405. package/es/node_modules/highlight.js/lib/languages/lasso.mjs +145 -0
  406. package/es/node_modules/highlight.js/lib/languages/lasso.mjs.map +1 -0
  407. package/es/node_modules/highlight.js/lib/languages/latex.mjs +251 -0
  408. package/es/node_modules/highlight.js/lib/languages/latex.mjs.map +1 -0
  409. package/es/node_modules/highlight.js/lib/languages/ldif.mjs +31 -0
  410. package/es/node_modules/highlight.js/lib/languages/ldif.mjs.map +1 -0
  411. package/es/node_modules/highlight.js/lib/languages/leaf.mjs +94 -0
  412. package/es/node_modules/highlight.js/lib/languages/leaf.mjs.map +1 -0
  413. package/es/node_modules/highlight.js/lib/languages/less.mjs +904 -0
  414. package/es/node_modules/highlight.js/lib/languages/less.mjs.map +1 -0
  415. package/es/node_modules/highlight.js/lib/languages/lisp.mjs +123 -0
  416. package/es/node_modules/highlight.js/lib/languages/lisp.mjs.map +1 -0
  417. package/es/node_modules/highlight.js/lib/languages/livecodeserver.mjs +99 -0
  418. package/es/node_modules/highlight.js/lib/languages/livecodeserver.mjs.map +1 -0
  419. package/es/node_modules/highlight.js/lib/languages/livescript.mjs +352 -0
  420. package/es/node_modules/highlight.js/lib/languages/livescript.mjs.map +1 -0
  421. package/es/node_modules/highlight.js/lib/languages/llvm.mjs +89 -0
  422. package/es/node_modules/highlight.js/lib/languages/llvm.mjs.map +1 -0
  423. package/es/node_modules/highlight.js/lib/languages/lsl.mjs +67 -0
  424. package/es/node_modules/highlight.js/lib/languages/lsl.mjs.map +1 -0
  425. package/es/node_modules/highlight.js/lib/languages/lua.mjs +65 -0
  426. package/es/node_modules/highlight.js/lib/languages/lua.mjs.map +1 -0
  427. package/es/node_modules/highlight.js/lib/languages/makefile.mjs +70 -0
  428. package/es/node_modules/highlight.js/lib/languages/makefile.mjs.map +1 -0
  429. package/es/node_modules/highlight.js/lib/languages/markdown.mjs +223 -0
  430. package/es/node_modules/highlight.js/lib/languages/markdown.mjs.map +1 -0
  431. package/es/node_modules/highlight.js/lib/languages/mathematica.mjs +7321 -0
  432. package/es/node_modules/highlight.js/lib/languages/mathematica.mjs.map +1 -0
  433. package/es/node_modules/highlight.js/lib/languages/matlab.mjs +83 -0
  434. package/es/node_modules/highlight.js/lib/languages/matlab.mjs.map +1 -0
  435. package/es/node_modules/highlight.js/lib/languages/maxima.mjs +58 -0
  436. package/es/node_modules/highlight.js/lib/languages/maxima.mjs.map +1 -0
  437. package/es/node_modules/highlight.js/lib/languages/mel.mjs +34 -0
  438. package/es/node_modules/highlight.js/lib/languages/mel.mjs.map +1 -0
  439. package/es/node_modules/highlight.js/lib/languages/mercury.mjs +77 -0
  440. package/es/node_modules/highlight.js/lib/languages/mercury.mjs.map +1 -0
  441. package/es/node_modules/highlight.js/lib/languages/mipsasm.mjs +84 -0
  442. package/es/node_modules/highlight.js/lib/languages/mipsasm.mjs.map +1 -0
  443. package/es/node_modules/highlight.js/lib/languages/mizar.mjs +17 -0
  444. package/es/node_modules/highlight.js/lib/languages/mizar.mjs.map +1 -0
  445. package/es/node_modules/highlight.js/lib/languages/mojolicious.mjs +36 -0
  446. package/es/node_modules/highlight.js/lib/languages/mojolicious.mjs.map +1 -0
  447. package/es/node_modules/highlight.js/lib/languages/monkey.mjs +178 -0
  448. package/es/node_modules/highlight.js/lib/languages/monkey.mjs.map +1 -0
  449. package/es/node_modules/highlight.js/lib/languages/moonscript.mjs +138 -0
  450. package/es/node_modules/highlight.js/lib/languages/moonscript.mjs.map +1 -0
  451. package/es/node_modules/highlight.js/lib/languages/n1ql.mjs +356 -0
  452. package/es/node_modules/highlight.js/lib/languages/n1ql.mjs.map +1 -0
  453. package/es/node_modules/highlight.js/lib/languages/nestedtext.mjs +81 -0
  454. package/es/node_modules/highlight.js/lib/languages/nestedtext.mjs.map +1 -0
  455. package/es/node_modules/highlight.js/lib/languages/nginx.mjs +148 -0
  456. package/es/node_modules/highlight.js/lib/languages/nginx.mjs.map +1 -0
  457. package/es/node_modules/highlight.js/lib/languages/nim.mjs +183 -0
  458. package/es/node_modules/highlight.js/lib/languages/nim.mjs.map +1 -0
  459. package/es/node_modules/highlight.js/lib/languages/nix.mjs +89 -0
  460. package/es/node_modules/highlight.js/lib/languages/nix.mjs.map +1 -0
  461. package/es/node_modules/highlight.js/lib/languages/node-repl.mjs +33 -0
  462. package/es/node_modules/highlight.js/lib/languages/node-repl.mjs.map +1 -0
  463. package/es/node_modules/highlight.js/lib/languages/nsis.mjs +521 -0
  464. package/es/node_modules/highlight.js/lib/languages/nsis.mjs.map +1 -0
  465. package/es/node_modules/highlight.js/lib/languages/objectivec.mjs +244 -0
  466. package/es/node_modules/highlight.js/lib/languages/objectivec.mjs.map +1 -0
  467. package/es/node_modules/highlight.js/lib/languages/ocaml.mjs +74 -0
  468. package/es/node_modules/highlight.js/lib/languages/ocaml.mjs.map +1 -0
  469. package/es/node_modules/highlight.js/lib/languages/openscad.mjs +70 -0
  470. package/es/node_modules/highlight.js/lib/languages/openscad.mjs.map +1 -0
  471. package/es/node_modules/highlight.js/lib/languages/oxygene.mjs +71 -0
  472. package/es/node_modules/highlight.js/lib/languages/oxygene.mjs.map +1 -0
  473. package/es/node_modules/highlight.js/lib/languages/parser3.mjs +55 -0
  474. package/es/node_modules/highlight.js/lib/languages/parser3.mjs.map +1 -0
  475. package/es/node_modules/highlight.js/lib/languages/perl.mjs +476 -0
  476. package/es/node_modules/highlight.js/lib/languages/perl.mjs.map +1 -0
  477. package/es/node_modules/highlight.js/lib/languages/pf.mjs +43 -0
  478. package/es/node_modules/highlight.js/lib/languages/pf.mjs.map +1 -0
  479. package/es/node_modules/highlight.js/lib/languages/pgsql.mjs +272 -0
  480. package/es/node_modules/highlight.js/lib/languages/pgsql.mjs.map +1 -0
  481. package/es/node_modules/highlight.js/lib/languages/php-template.mjs +54 -0
  482. package/es/node_modules/highlight.js/lib/languages/php-template.mjs.map +1 -0
  483. package/es/node_modules/highlight.js/lib/languages/php.mjs +560 -0
  484. package/es/node_modules/highlight.js/lib/languages/php.mjs.map +1 -0
  485. package/es/node_modules/highlight.js/lib/languages/plaintext.mjs +20 -0
  486. package/es/node_modules/highlight.js/lib/languages/plaintext.mjs.map +1 -0
  487. package/es/node_modules/highlight.js/lib/languages/pony.mjs +58 -0
  488. package/es/node_modules/highlight.js/lib/languages/pony.mjs.map +1 -0
  489. package/es/node_modules/highlight.js/lib/languages/powershell.mjs +243 -0
  490. package/es/node_modules/highlight.js/lib/languages/powershell.mjs.map +1 -0
  491. package/es/node_modules/highlight.js/lib/languages/processing.mjs +425 -0
  492. package/es/node_modules/highlight.js/lib/languages/processing.mjs.map +1 -0
  493. package/es/node_modules/highlight.js/lib/languages/profile.mjs +45 -0
  494. package/es/node_modules/highlight.js/lib/languages/profile.mjs.map +1 -0
  495. package/es/node_modules/highlight.js/lib/languages/prolog.mjs +74 -0
  496. package/es/node_modules/highlight.js/lib/languages/prolog.mjs.map +1 -0
  497. package/es/node_modules/highlight.js/lib/languages/properties.mjs +58 -0
  498. package/es/node_modules/highlight.js/lib/languages/properties.mjs.map +1 -0
  499. package/es/node_modules/highlight.js/lib/languages/protobuf.mjs +78 -0
  500. package/es/node_modules/highlight.js/lib/languages/protobuf.mjs.map +1 -0
  501. package/es/node_modules/highlight.js/lib/languages/puppet.mjs +114 -0
  502. package/es/node_modules/highlight.js/lib/languages/puppet.mjs.map +1 -0
  503. package/es/node_modules/highlight.js/lib/languages/purebasic.mjs +66 -0
  504. package/es/node_modules/highlight.js/lib/languages/purebasic.mjs.map +1 -0
  505. package/es/node_modules/highlight.js/lib/languages/python-repl.mjs +33 -0
  506. package/es/node_modules/highlight.js/lib/languages/python-repl.mjs.map +1 -0
  507. package/es/node_modules/highlight.js/lib/languages/python.mjs +406 -0
  508. package/es/node_modules/highlight.js/lib/languages/python.mjs.map +1 -0
  509. package/es/node_modules/highlight.js/lib/languages/q.mjs +31 -0
  510. package/es/node_modules/highlight.js/lib/languages/q.mjs.map +1 -0
  511. package/es/node_modules/highlight.js/lib/languages/qml.mjs +149 -0
  512. package/es/node_modules/highlight.js/lib/languages/qml.mjs.map +1 -0
  513. package/es/node_modules/highlight.js/lib/languages/r.mjs +214 -0
  514. package/es/node_modules/highlight.js/lib/languages/r.mjs.map +1 -0
  515. package/es/node_modules/highlight.js/lib/languages/reasonml.mjs +146 -0
  516. package/es/node_modules/highlight.js/lib/languages/reasonml.mjs.map +1 -0
  517. package/es/node_modules/highlight.js/lib/languages/rib.mjs +23 -0
  518. package/es/node_modules/highlight.js/lib/languages/rib.mjs.map +1 -0
  519. package/es/node_modules/highlight.js/lib/languages/roboconf.mjs +76 -0
  520. package/es/node_modules/highlight.js/lib/languages/roboconf.mjs.map +1 -0
  521. package/es/node_modules/highlight.js/lib/languages/routeros.mjs +147 -0
  522. package/es/node_modules/highlight.js/lib/languages/routeros.mjs.map +1 -0
  523. package/es/node_modules/highlight.js/lib/languages/rsl.mjs +142 -0
  524. package/es/node_modules/highlight.js/lib/languages/rsl.mjs.map +1 -0
  525. package/es/node_modules/highlight.js/lib/languages/ruby.mjs +395 -0
  526. package/es/node_modules/highlight.js/lib/languages/ruby.mjs.map +1 -0
  527. package/es/node_modules/highlight.js/lib/languages/ruleslanguage.mjs +37 -0
  528. package/es/node_modules/highlight.js/lib/languages/ruleslanguage.mjs.map +1 -0
  529. package/es/node_modules/highlight.js/lib/languages/rust.mjs +302 -0
  530. package/es/node_modules/highlight.js/lib/languages/rust.mjs.map +1 -0
  531. package/es/node_modules/highlight.js/lib/languages/sas.mjs +547 -0
  532. package/es/node_modules/highlight.js/lib/languages/sas.mjs.map +1 -0
  533. package/es/node_modules/highlight.js/lib/languages/scala.mjs +186 -0
  534. package/es/node_modules/highlight.js/lib/languages/scala.mjs.map +1 -0
  535. package/es/node_modules/highlight.js/lib/languages/scheme.mjs +132 -0
  536. package/es/node_modules/highlight.js/lib/languages/scheme.mjs.map +1 -0
  537. package/es/node_modules/highlight.js/lib/languages/scilab.mjs +66 -0
  538. package/es/node_modules/highlight.js/lib/languages/scilab.mjs.map +1 -0
  539. package/es/node_modules/highlight.js/lib/languages/scss.mjs +820 -0
  540. package/es/node_modules/highlight.js/lib/languages/scss.mjs.map +1 -0
  541. package/es/node_modules/highlight.js/lib/languages/shell.mjs +32 -0
  542. package/es/node_modules/highlight.js/lib/languages/shell.mjs.map +1 -0
  543. package/es/node_modules/highlight.js/lib/languages/smali.mjs +125 -0
  544. package/es/node_modules/highlight.js/lib/languages/smali.mjs.map +1 -0
  545. package/es/node_modules/highlight.js/lib/languages/smalltalk.mjs +67 -0
  546. package/es/node_modules/highlight.js/lib/languages/smalltalk.mjs.map +1 -0
  547. package/es/node_modules/highlight.js/lib/languages/sml.mjs +76 -0
  548. package/es/node_modules/highlight.js/lib/languages/sml.mjs.map +1 -0
  549. package/es/node_modules/highlight.js/lib/languages/sqf.mjs +2612 -0
  550. package/es/node_modules/highlight.js/lib/languages/sqf.mjs.map +1 -0
  551. package/es/node_modules/highlight.js/lib/languages/sql.mjs +619 -0
  552. package/es/node_modules/highlight.js/lib/languages/sql.mjs.map +1 -0
  553. package/es/node_modules/highlight.js/lib/languages/stan.mjs +495 -0
  554. package/es/node_modules/highlight.js/lib/languages/stan.mjs.map +1 -0
  555. package/es/node_modules/highlight.js/lib/languages/stata.mjs +48 -0
  556. package/es/node_modules/highlight.js/lib/languages/stata.mjs.map +1 -0
  557. package/es/node_modules/highlight.js/lib/languages/step21.mjs +63 -0
  558. package/es/node_modules/highlight.js/lib/languages/step21.mjs.map +1 -0
  559. package/es/node_modules/highlight.js/lib/languages/stylus.mjs +870 -0
  560. package/es/node_modules/highlight.js/lib/languages/stylus.mjs.map +1 -0
  561. package/es/node_modules/highlight.js/lib/languages/subunit.mjs +43 -0
  562. package/es/node_modules/highlight.js/lib/languages/subunit.mjs.map +1 -0
  563. package/es/node_modules/highlight.js/lib/languages/swift.mjs +781 -0
  564. package/es/node_modules/highlight.js/lib/languages/swift.mjs.map +1 -0
  565. package/es/node_modules/highlight.js/lib/languages/taggerscript.mjs +50 -0
  566. package/es/node_modules/highlight.js/lib/languages/taggerscript.mjs.map +1 -0
  567. package/es/node_modules/highlight.js/lib/languages/tap.mjs +47 -0
  568. package/es/node_modules/highlight.js/lib/languages/tap.mjs.map +1 -0
  569. package/es/node_modules/highlight.js/lib/languages/tcl.mjs +185 -0
  570. package/es/node_modules/highlight.js/lib/languages/tcl.mjs.map +1 -0
  571. package/es/node_modules/highlight.js/lib/languages/thrift.mjs +77 -0
  572. package/es/node_modules/highlight.js/lib/languages/thrift.mjs.map +1 -0
  573. package/es/node_modules/highlight.js/lib/languages/tp.mjs +167 -0
  574. package/es/node_modules/highlight.js/lib/languages/tp.mjs.map +1 -0
  575. package/es/node_modules/highlight.js/lib/languages/twig.mjs +235 -0
  576. package/es/node_modules/highlight.js/lib/languages/twig.mjs.map +1 -0
  577. package/es/node_modules/highlight.js/lib/languages/typescript.mjs +750 -0
  578. package/es/node_modules/highlight.js/lib/languages/typescript.mjs.map +1 -0
  579. package/es/node_modules/highlight.js/lib/languages/vala.mjs +49 -0
  580. package/es/node_modules/highlight.js/lib/languages/vala.mjs.map +1 -0
  581. package/es/node_modules/highlight.js/lib/languages/vbnet.mjs +129 -0
  582. package/es/node_modules/highlight.js/lib/languages/vbnet.mjs.map +1 -0
  583. package/es/node_modules/highlight.js/lib/languages/vbscript-html.mjs +23 -0
  584. package/es/node_modules/highlight.js/lib/languages/vbscript-html.mjs.map +1 -0
  585. package/es/node_modules/highlight.js/lib/languages/vbscript.mjs +209 -0
  586. package/es/node_modules/highlight.js/lib/languages/vbscript.mjs.map +1 -0
  587. package/es/node_modules/highlight.js/lib/languages/verilog.mjs +546 -0
  588. package/es/node_modules/highlight.js/lib/languages/verilog.mjs.map +1 -0
  589. package/es/node_modules/highlight.js/lib/languages/vhdl.mjs +201 -0
  590. package/es/node_modules/highlight.js/lib/languages/vhdl.mjs.map +1 -0
  591. package/es/node_modules/highlight.js/lib/languages/vim.mjs +79 -0
  592. package/es/node_modules/highlight.js/lib/languages/vim.mjs.map +1 -0
  593. package/es/node_modules/highlight.js/lib/languages/wasm.mjs +121 -0
  594. package/es/node_modules/highlight.js/lib/languages/wasm.mjs.map +1 -0
  595. package/es/node_modules/highlight.js/lib/languages/wren.mjs +266 -0
  596. package/es/node_modules/highlight.js/lib/languages/wren.mjs.map +1 -0
  597. package/es/node_modules/highlight.js/lib/languages/x86asm.mjs +95 -0
  598. package/es/node_modules/highlight.js/lib/languages/x86asm.mjs.map +1 -0
  599. package/es/node_modules/highlight.js/lib/languages/xl.mjs +195 -0
  600. package/es/node_modules/highlight.js/lib/languages/xl.mjs.map +1 -0
  601. package/es/node_modules/highlight.js/lib/languages/xml.mjs +226 -0
  602. package/es/node_modules/highlight.js/lib/languages/xml.mjs.map +1 -0
  603. package/es/node_modules/highlight.js/lib/languages/xquery.mjs +322 -0
  604. package/es/node_modules/highlight.js/lib/languages/xquery.mjs.map +1 -0
  605. package/es/node_modules/highlight.js/lib/languages/yaml.mjs +175 -0
  606. package/es/node_modules/highlight.js/lib/languages/yaml.mjs.map +1 -0
  607. package/es/node_modules/highlight.js/lib/languages/zephir.mjs +104 -0
  608. package/es/node_modules/highlight.js/lib/languages/zephir.mjs.map +1 -0
  609. package/es/node_modules/jszip/dist/jszip.mjs +3769 -0
  610. package/es/node_modules/jszip/dist/jszip.mjs.map +1 -0
  611. package/es/node_modules/linkify-it/index.mjs +188 -0
  612. package/es/node_modules/linkify-it/index.mjs.map +1 -0
  613. package/es/node_modules/linkify-it/lib/re.mjs +20 -0
  614. package/es/node_modules/linkify-it/lib/re.mjs.map +1 -0
  615. package/es/node_modules/localforage/dist/localforage.mjs +1450 -0
  616. package/es/node_modules/localforage/dist/localforage.mjs.map +1 -0
  617. package/es/node_modules/lodash/_Symbol.mjs +6 -0
  618. package/es/node_modules/lodash/_Symbol.mjs.map +1 -0
  619. package/es/node_modules/lodash/_baseGetTag.mjs +12 -0
  620. package/es/node_modules/lodash/_baseGetTag.mjs.map +1 -0
  621. package/es/node_modules/lodash/_baseTrim.mjs +10 -0
  622. package/es/node_modules/lodash/_baseTrim.mjs.map +1 -0
  623. package/es/node_modules/lodash/_freeGlobal.mjs +6 -0
  624. package/es/node_modules/lodash/_freeGlobal.mjs.map +1 -0
  625. package/es/node_modules/lodash/_getRawTag.mjs +17 -0
  626. package/es/node_modules/lodash/_getRawTag.mjs.map +1 -0
  627. package/es/node_modules/lodash/_objectToString.mjs +9 -0
  628. package/es/node_modules/lodash/_objectToString.mjs.map +1 -0
  629. package/es/node_modules/lodash/_root.mjs +6 -0
  630. package/es/node_modules/lodash/_root.mjs.map +1 -0
  631. package/es/node_modules/lodash/_trimmedEndIndex.mjs +11 -0
  632. package/es/node_modules/lodash/_trimmedEndIndex.mjs.map +1 -0
  633. package/es/node_modules/lodash/debounce.mjs +59 -0
  634. package/es/node_modules/lodash/debounce.mjs.map +1 -0
  635. package/es/node_modules/lodash/isObject.mjs +9 -0
  636. package/es/node_modules/lodash/isObject.mjs.map +1 -0
  637. package/es/node_modules/lodash/isObjectLike.mjs +8 -0
  638. package/es/node_modules/lodash/isObjectLike.mjs.map +1 -0
  639. package/es/node_modules/lodash/isSymbol.mjs +11 -0
  640. package/es/node_modules/lodash/isSymbol.mjs.map +1 -0
  641. package/es/node_modules/lodash/now.mjs +8 -0
  642. package/es/node_modules/lodash/now.mjs.map +1 -0
  643. package/es/node_modules/lodash/throttle.mjs +20 -0
  644. package/es/node_modules/lodash/throttle.mjs.map +1 -0
  645. package/es/node_modules/lodash/toNumber.mjs +24 -0
  646. package/es/node_modules/lodash/toNumber.mjs.map +1 -0
  647. package/es/node_modules/markdown-it/lib/common/html_blocks.mjs +68 -0
  648. package/es/node_modules/markdown-it/lib/common/html_blocks.mjs.map +1 -0
  649. package/es/node_modules/markdown-it/lib/common/html_re.mjs +6 -0
  650. package/es/node_modules/markdown-it/lib/common/html_re.mjs.map +1 -0
  651. package/es/node_modules/markdown-it/lib/common/utils.mjs +165 -0
  652. package/es/node_modules/markdown-it/lib/common/utils.mjs.map +1 -0
  653. package/es/node_modules/markdown-it/lib/helpers/index.mjs +9 -0
  654. package/es/node_modules/markdown-it/lib/helpers/index.mjs.map +1 -0
  655. package/es/node_modules/markdown-it/lib/helpers/parse_link_destination.mjs +45 -0
  656. package/es/node_modules/markdown-it/lib/helpers/parse_link_destination.mjs.map +1 -0
  657. package/es/node_modules/markdown-it/lib/helpers/parse_link_label.mjs +22 -0
  658. package/es/node_modules/markdown-it/lib/helpers/parse_link_label.mjs.map +1 -0
  659. package/es/node_modules/markdown-it/lib/helpers/parse_link_title.mjs +38 -0
  660. package/es/node_modules/markdown-it/lib/helpers/parse_link_title.mjs.map +1 -0
  661. package/es/node_modules/markdown-it/lib/index.mjs +113 -0
  662. package/es/node_modules/markdown-it/lib/index.mjs.map +1 -0
  663. package/es/node_modules/markdown-it/lib/parser_block.mjs +64 -0
  664. package/es/node_modules/markdown-it/lib/parser_block.mjs.map +1 -0
  665. package/es/node_modules/markdown-it/lib/parser_core.mjs +35 -0
  666. package/es/node_modules/markdown-it/lib/parser_core.mjs.map +1 -0
  667. package/es/node_modules/markdown-it/lib/parser_inline.mjs +97 -0
  668. package/es/node_modules/markdown-it/lib/parser_inline.mjs.map +1 -0
  669. package/es/node_modules/markdown-it/lib/presets/commonmark.mjs +79 -0
  670. package/es/node_modules/markdown-it/lib/presets/commonmark.mjs.map +1 -0
  671. package/es/node_modules/markdown-it/lib/presets/default.mjs +41 -0
  672. package/es/node_modules/markdown-it/lib/presets/default.mjs.map +1 -0
  673. package/es/node_modules/markdown-it/lib/presets/zero.mjs +60 -0
  674. package/es/node_modules/markdown-it/lib/presets/zero.mjs.map +1 -0
  675. package/es/node_modules/markdown-it/lib/renderer.mjs +128 -0
  676. package/es/node_modules/markdown-it/lib/renderer.mjs.map +1 -0
  677. package/es/node_modules/markdown-it/lib/ruler.mjs +96 -0
  678. package/es/node_modules/markdown-it/lib/ruler.mjs.map +1 -0
  679. package/es/node_modules/markdown-it/lib/rules_block/blockquote.mjs +60 -0
  680. package/es/node_modules/markdown-it/lib/rules_block/blockquote.mjs.map +1 -0
  681. package/es/node_modules/markdown-it/lib/rules_block/code.mjs +24 -0
  682. package/es/node_modules/markdown-it/lib/rules_block/code.mjs.map +1 -0
  683. package/es/node_modules/markdown-it/lib/rules_block/fence.mjs +31 -0
  684. package/es/node_modules/markdown-it/lib/rules_block/fence.mjs.map +1 -0
  685. package/es/node_modules/markdown-it/lib/rules_block/heading.mjs +29 -0
  686. package/es/node_modules/markdown-it/lib/rules_block/heading.mjs.map +1 -0
  687. package/es/node_modules/markdown-it/lib/rules_block/hr.mjs +28 -0
  688. package/es/node_modules/markdown-it/lib/rules_block/hr.mjs.map +1 -0
  689. package/es/node_modules/markdown-it/lib/rules_block/html_block.mjs +38 -0
  690. package/es/node_modules/markdown-it/lib/rules_block/html_block.mjs.map +1 -0
  691. package/es/node_modules/markdown-it/lib/rules_block/lheading.mjs +44 -0
  692. package/es/node_modules/markdown-it/lib/rules_block/lheading.mjs.map +1 -0
  693. package/es/node_modules/markdown-it/lib/rules_block/list.mjs +111 -0
  694. package/es/node_modules/markdown-it/lib/rules_block/list.mjs.map +1 -0
  695. package/es/node_modules/markdown-it/lib/rules_block/paragraph.mjs +26 -0
  696. package/es/node_modules/markdown-it/lib/rules_block/paragraph.mjs.map +1 -0
  697. package/es/node_modules/markdown-it/lib/rules_block/reference.mjs +96 -0
  698. package/es/node_modules/markdown-it/lib/rules_block/reference.mjs.map +1 -0
  699. package/es/node_modules/markdown-it/lib/rules_block/state_block.mjs +85 -0
  700. package/es/node_modules/markdown-it/lib/rules_block/state_block.mjs.map +1 -0
  701. package/es/node_modules/markdown-it/lib/rules_block/table.mjs +100 -0
  702. package/es/node_modules/markdown-it/lib/rules_block/table.mjs.map +1 -0
  703. package/es/node_modules/markdown-it/lib/rules_core/block.mjs +8 -0
  704. package/es/node_modules/markdown-it/lib/rules_core/block.mjs.map +1 -0
  705. package/es/node_modules/markdown-it/lib/rules_core/inline.mjs +11 -0
  706. package/es/node_modules/markdown-it/lib/rules_core/inline.mjs.map +1 -0
  707. package/es/node_modules/markdown-it/lib/rules_core/linkify.mjs +58 -0
  708. package/es/node_modules/markdown-it/lib/rules_core/linkify.mjs.map +1 -0
  709. package/es/node_modules/markdown-it/lib/rules_core/normalize.mjs +10 -0
  710. package/es/node_modules/markdown-it/lib/rules_core/normalize.mjs.map +1 -0
  711. package/es/node_modules/markdown-it/lib/rules_core/replacements.mjs +32 -0
  712. package/es/node_modules/markdown-it/lib/rules_core/replacements.mjs.map +1 -0
  713. package/es/node_modules/markdown-it/lib/rules_core/smartquotes.mjs +81 -0
  714. package/es/node_modules/markdown-it/lib/rules_core/smartquotes.mjs.map +1 -0
  715. package/es/node_modules/markdown-it/lib/rules_core/state_core.mjs +9 -0
  716. package/es/node_modules/markdown-it/lib/rules_core/state_core.mjs.map +1 -0
  717. package/es/node_modules/markdown-it/lib/rules_core/text_join.mjs +17 -0
  718. package/es/node_modules/markdown-it/lib/rules_core/text_join.mjs.map +1 -0
  719. package/es/node_modules/markdown-it/lib/rules_inline/autolink.mjs +47 -0
  720. package/es/node_modules/markdown-it/lib/rules_inline/autolink.mjs.map +1 -0
  721. package/es/node_modules/markdown-it/lib/rules_inline/backticks.mjs +32 -0
  722. package/es/node_modules/markdown-it/lib/rules_inline/backticks.mjs.map +1 -0
  723. package/es/node_modules/markdown-it/lib/rules_inline/balance_pairs.mjs +35 -0
  724. package/es/node_modules/markdown-it/lib/rules_inline/balance_pairs.mjs.map +1 -0
  725. package/es/node_modules/markdown-it/lib/rules_inline/emphasis.mjs +58 -0
  726. package/es/node_modules/markdown-it/lib/rules_inline/emphasis.mjs.map +1 -0
  727. package/es/node_modules/markdown-it/lib/rules_inline/entity.mjs +34 -0
  728. package/es/node_modules/markdown-it/lib/rules_inline/entity.mjs.map +1 -0
  729. package/es/node_modules/markdown-it/lib/rules_inline/escape.mjs +33 -0
  730. package/es/node_modules/markdown-it/lib/rules_inline/escape.mjs.map +1 -0
  731. package/es/node_modules/markdown-it/lib/rules_inline/fragments_join.mjs +11 -0
  732. package/es/node_modules/markdown-it/lib/rules_inline/fragments_join.mjs.map +1 -0
  733. package/es/node_modules/markdown-it/lib/rules_inline/html_inline.mjs +33 -0
  734. package/es/node_modules/markdown-it/lib/rules_inline/html_inline.mjs.map +1 -0
  735. package/es/node_modules/markdown-it/lib/rules_inline/image.mjs +49 -0
  736. package/es/node_modules/markdown-it/lib/rules_inline/image.mjs.map +1 -0
  737. package/es/node_modules/markdown-it/lib/rules_inline/link.mjs +41 -0
  738. package/es/node_modules/markdown-it/lib/rules_inline/link.mjs.map +1 -0
  739. package/es/node_modules/markdown-it/lib/rules_inline/linkify.mjs +29 -0
  740. package/es/node_modules/markdown-it/lib/rules_inline/linkify.mjs.map +1 -0
  741. package/es/node_modules/markdown-it/lib/rules_inline/newline.mjs +24 -0
  742. package/es/node_modules/markdown-it/lib/rules_inline/newline.mjs.map +1 -0
  743. package/es/node_modules/markdown-it/lib/rules_inline/state_inline.mjs +28 -0
  744. package/es/node_modules/markdown-it/lib/rules_inline/state_inline.mjs.map +1 -0
  745. package/es/node_modules/markdown-it/lib/rules_inline/strikethrough.mjs +55 -0
  746. package/es/node_modules/markdown-it/lib/rules_inline/strikethrough.mjs.map +1 -0
  747. package/es/node_modules/markdown-it/lib/rules_inline/text.mjs +40 -0
  748. package/es/node_modules/markdown-it/lib/rules_inline/text.mjs.map +1 -0
  749. package/es/node_modules/markdown-it/lib/token.mjs +32 -0
  750. package/es/node_modules/markdown-it/lib/token.mjs.map +1 -0
  751. package/es/node_modules/markdown-it-container/index.mjs +49 -0
  752. package/es/node_modules/markdown-it-container/index.mjs.map +1 -0
  753. package/es/node_modules/markdown-it-footnote/index.mjs +155 -0
  754. package/es/node_modules/markdown-it-footnote/index.mjs.map +1 -0
  755. package/es/node_modules/marks-pane/lib/events.mjs +58 -0
  756. package/es/node_modules/marks-pane/lib/events.mjs.map +1 -0
  757. package/es/node_modules/marks-pane/lib/marks.mjs +216 -0
  758. package/es/node_modules/marks-pane/lib/marks.mjs.map +1 -0
  759. package/es/node_modules/marks-pane/lib/svg.mjs +12 -0
  760. package/es/node_modules/marks-pane/lib/svg.mjs.map +1 -0
  761. package/es/node_modules/mdurl/index.mjs +11 -0
  762. package/es/node_modules/mdurl/index.mjs.map +1 -0
  763. package/es/node_modules/mdurl/lib/decode.mjs +62 -0
  764. package/es/node_modules/mdurl/lib/decode.mjs.map +1 -0
  765. package/es/node_modules/mdurl/lib/encode.mjs +49 -0
  766. package/es/node_modules/mdurl/lib/encode.mjs.map +1 -0
  767. package/es/node_modules/mdurl/lib/format.mjs +8 -0
  768. package/es/node_modules/mdurl/lib/format.mjs.map +1 -0
  769. package/es/node_modules/mdurl/lib/parse.mjs +75 -0
  770. package/es/node_modules/mdurl/lib/parse.mjs.map +1 -0
  771. package/es/node_modules/path-webpack/path.mjs +202 -0
  772. package/es/node_modules/path-webpack/path.mjs.map +1 -0
  773. package/es/node_modules/punycode.js/punycode.es6.mjs +140 -0
  774. package/es/node_modules/punycode.js/punycode.es6.mjs.map +1 -0
  775. package/es/node_modules/style-mod/src/style-mod.mjs +110 -0
  776. package/es/node_modules/style-mod/src/style-mod.mjs.map +1 -0
  777. package/es/node_modules/type/function/is.mjs +14 -0
  778. package/es/node_modules/type/function/is.mjs.map +1 -0
  779. package/es/node_modules/type/object/is.mjs +13 -0
  780. package/es/node_modules/type/object/is.mjs.map +1 -0
  781. package/es/node_modules/type/plain-function/is.mjs +8 -0
  782. package/es/node_modules/type/plain-function/is.mjs.map +1 -0
  783. package/es/node_modules/type/prototype/is.mjs +13 -0
  784. package/es/node_modules/type/prototype/is.mjs.map +1 -0
  785. package/es/node_modules/type/value/is.mjs +7 -0
  786. package/es/node_modules/type/value/is.mjs.map +1 -0
  787. package/es/node_modules/uc.micro/categories/Cc/regex.mjs +5 -0
  788. package/es/node_modules/uc.micro/categories/Cc/regex.mjs.map +1 -0
  789. package/es/node_modules/uc.micro/categories/Cf/regex.mjs +5 -0
  790. package/es/node_modules/uc.micro/categories/Cf/regex.mjs.map +1 -0
  791. package/es/node_modules/uc.micro/categories/P/regex.mjs +5 -0
  792. package/es/node_modules/uc.micro/categories/P/regex.mjs.map +1 -0
  793. package/es/node_modules/uc.micro/categories/S/regex.mjs +5 -0
  794. package/es/node_modules/uc.micro/categories/S/regex.mjs.map +1 -0
  795. package/es/node_modules/uc.micro/categories/Z/regex.mjs +5 -0
  796. package/es/node_modules/uc.micro/categories/Z/regex.mjs.map +1 -0
  797. package/es/node_modules/uc.micro/index.mjs +15 -0
  798. package/es/node_modules/uc.micro/index.mjs.map +1 -0
  799. package/es/node_modules/uc.micro/properties/Any/regex.mjs +5 -0
  800. package/es/node_modules/uc.micro/properties/Any/regex.mjs.map +1 -0
  801. package/es/node_modules/vue-codemirror/dist/vue-codemirror.esm.mjs +139 -0
  802. package/es/node_modules/vue-codemirror/dist/vue-codemirror.esm.mjs.map +1 -0
  803. package/es/node_modules/vue-demi/lib/index.mjs +24 -0
  804. package/es/node_modules/vue-demi/lib/index.mjs.map +1 -0
  805. package/es/node_modules/w3c-keyname/index.mjs +94 -0
  806. package/es/node_modules/w3c-keyname/index.mjs.map +1 -0
  807. package/es/packages/index.mjs +57 -0
  808. package/es/packages/index.mjs.map +1 -0
  809. package/es/packages/preview/preview.const.mjs +119 -0
  810. package/es/packages/preview/preview.const.mjs.map +1 -0
  811. package/es/packages/preview/preview.interface.mjs +5 -0
  812. package/es/packages/preview/preview.interface.mjs.map +1 -0
  813. package/es/packages/preview/supports/audio-preview/index.mjs +8 -0
  814. package/es/packages/preview/supports/audio-preview/index.mjs.map +1 -0
  815. package/es/packages/preview/supports/audio-preview/index.vue.mjs +8 -0
  816. package/es/packages/preview/supports/audio-preview/index.vue.mjs.map +1 -0
  817. package/es/packages/preview/supports/audio-preview/index.vue2.mjs +110 -0
  818. package/es/packages/preview/supports/audio-preview/index.vue2.mjs.map +1 -0
  819. package/es/packages/preview/supports/code-preview/index.mjs +8 -0
  820. package/es/packages/preview/supports/code-preview/index.mjs.map +1 -0
  821. package/es/packages/preview/supports/code-preview/index.vue.mjs +46 -0
  822. package/es/packages/preview/supports/code-preview/index.vue.mjs.map +1 -0
  823. package/es/packages/preview/supports/code-preview/index.vue2.mjs +5 -0
  824. package/es/packages/preview/supports/code-preview/index.vue2.mjs.map +1 -0
  825. package/es/packages/preview/supports/docx-preview/index.mjs +8 -0
  826. package/es/packages/preview/supports/docx-preview/index.mjs.map +1 -0
  827. package/es/packages/preview/supports/docx-preview/index.vue.mjs +39 -0
  828. package/es/packages/preview/supports/docx-preview/index.vue.mjs.map +1 -0
  829. package/es/packages/preview/supports/docx-preview/index.vue2.mjs +5 -0
  830. package/es/packages/preview/supports/docx-preview/index.vue2.mjs.map +1 -0
  831. package/es/packages/preview/supports/epub-preview/index.mjs +8 -0
  832. package/es/packages/preview/supports/epub-preview/index.mjs.map +1 -0
  833. package/es/packages/preview/supports/epub-preview/index.vue.mjs +8 -0
  834. package/es/packages/preview/supports/epub-preview/index.vue.mjs.map +1 -0
  835. package/es/packages/preview/supports/epub-preview/index.vue2.mjs +82 -0
  836. package/es/packages/preview/supports/epub-preview/index.vue2.mjs.map +1 -0
  837. package/es/packages/preview/supports/md-preview/index.mjs +8 -0
  838. package/es/packages/preview/supports/md-preview/index.mjs.map +1 -0
  839. package/es/packages/preview/supports/md-preview/index.vue.mjs +8 -0
  840. package/es/packages/preview/supports/md-preview/index.vue.mjs.map +1 -0
  841. package/es/packages/preview/supports/md-preview/index.vue2.mjs +68 -0
  842. package/es/packages/preview/supports/md-preview/index.vue2.mjs.map +1 -0
  843. package/es/packages/preview/supports/pdf-preview/index.mjs +8 -0
  844. package/es/packages/preview/supports/pdf-preview/index.mjs.map +1 -0
  845. package/es/packages/preview/supports/pdf-preview/index.vue.mjs +8 -0
  846. package/es/packages/preview/supports/pdf-preview/index.vue.mjs.map +1 -0
  847. package/es/packages/preview/supports/pdf-preview/index.vue2.mjs +36 -0
  848. package/es/packages/preview/supports/pdf-preview/index.vue2.mjs.map +1 -0
  849. package/es/packages/preview/supports/pic-preview/index.mjs +8 -0
  850. package/es/packages/preview/supports/pic-preview/index.mjs.map +1 -0
  851. package/es/packages/preview/supports/pic-preview/index.vue.mjs +31 -0
  852. package/es/packages/preview/supports/pic-preview/index.vue.mjs.map +1 -0
  853. package/es/packages/preview/supports/pic-preview/index.vue2.mjs +5 -0
  854. package/es/packages/preview/supports/pic-preview/index.vue2.mjs.map +1 -0
  855. package/es/packages/preview/supports/txt-preview/index.mjs +8 -0
  856. package/es/packages/preview/supports/txt-preview/index.mjs.map +1 -0
  857. package/es/packages/preview/supports/txt-preview/index.vue.mjs +26 -0
  858. package/es/packages/preview/supports/txt-preview/index.vue.mjs.map +1 -0
  859. package/es/packages/preview/supports/txt-preview/index.vue2.mjs +5 -0
  860. package/es/packages/preview/supports/txt-preview/index.vue2.mjs.map +1 -0
  861. package/es/packages/preview/supports/video-preview/index.mjs +8 -0
  862. package/es/packages/preview/supports/video-preview/index.mjs.map +1 -0
  863. package/es/packages/preview/supports/video-preview/index.vue.mjs +8 -0
  864. package/es/packages/preview/supports/video-preview/index.vue.mjs.map +1 -0
  865. package/es/packages/preview/supports/video-preview/index.vue2.mjs +42 -0
  866. package/es/packages/preview/supports/video-preview/index.vue2.mjs.map +1 -0
  867. package/es/packages/preview/supports/vue-files-preview/index.mjs +8 -0
  868. package/es/packages/preview/supports/vue-files-preview/index.mjs.map +1 -0
  869. package/es/packages/preview/supports/vue-files-preview/index.vue.mjs +42 -0
  870. package/es/packages/preview/supports/vue-files-preview/index.vue.mjs.map +1 -0
  871. package/es/packages/preview/supports/vue-files-preview/index.vue2.mjs +5 -0
  872. package/es/packages/preview/supports/vue-files-preview/index.vue2.mjs.map +1 -0
  873. package/es/packages/preview/supports/xlsx-preview/index.mjs +8 -0
  874. package/es/packages/preview/supports/xlsx-preview/index.mjs.map +1 -0
  875. package/es/packages/preview/supports/xlsx-preview/index.vue.mjs +39 -0
  876. package/es/packages/preview/supports/xlsx-preview/index.vue.mjs.map +1 -0
  877. package/es/packages/preview/supports/xlsx-preview/index.vue2.mjs +5 -0
  878. package/es/packages/preview/supports/xlsx-preview/index.vue2.mjs.map +1 -0
  879. package/es/packages/preview/utils/utils.mjs +60 -0
  880. package/es/packages/preview/utils/utils.mjs.map +1 -0
  881. package/es/packages/version.mjs +5 -0
  882. package/es/packages/version.mjs.map +1 -0
  883. package/es/style.css +9 -0
  884. package/lib/_virtual/_commonjs-dynamic-modules.js +2 -0
  885. package/lib/_virtual/_commonjs-dynamic-modules.js.map +1 -0
  886. package/lib/_virtual/_commonjsHelpers.js +2 -0
  887. package/lib/_virtual/_commonjsHelpers.js.map +1 -0
  888. package/lib/_virtual/_plugin-vue_export-helper.js +2 -0
  889. package/lib/_virtual/_plugin-vue_export-helper.js.map +1 -0
  890. package/lib/_virtual/_vue.js +2 -0
  891. package/lib/_virtual/_vue.js.map +1 -0
  892. package/lib/_virtual/conventions.js +2 -0
  893. package/lib/_virtual/conventions.js.map +1 -0
  894. package/lib/_virtual/dom-parser.js +2 -0
  895. package/lib/_virtual/dom-parser.js.map +1 -0
  896. package/lib/_virtual/dom.js +2 -0
  897. package/lib/_virtual/dom.js.map +1 -0
  898. package/lib/_virtual/entities.js +2 -0
  899. package/lib/_virtual/entities.js.map +1 -0
  900. package/lib/_virtual/events.js +2 -0
  901. package/lib/_virtual/events.js.map +1 -0
  902. package/lib/_virtual/index.js +2 -0
  903. package/lib/_virtual/index.js.map +1 -0
  904. package/lib/_virtual/index2.js +2 -0
  905. package/lib/_virtual/index2.js.map +1 -0
  906. package/lib/_virtual/index3.js +2 -0
  907. package/lib/_virtual/index3.js.map +1 -0
  908. package/lib/_virtual/index4.js +2 -0
  909. package/lib/_virtual/index4.js.map +1 -0
  910. package/lib/_virtual/index5.js +2 -0
  911. package/lib/_virtual/index5.js.map +1 -0
  912. package/lib/_virtual/jszip.js +2 -0
  913. package/lib/_virtual/jszip.js.map +1 -0
  914. package/lib/_virtual/localforage.js +2 -0
  915. package/lib/_virtual/localforage.js.map +1 -0
  916. package/lib/_virtual/marks.js +2 -0
  917. package/lib/_virtual/marks.js.map +1 -0
  918. package/lib/_virtual/sax.js +2 -0
  919. package/lib/_virtual/sax.js.map +1 -0
  920. package/lib/_virtual/svg.js +2 -0
  921. package/lib/_virtual/svg.js.map +1 -0
  922. package/lib/file.svg +1 -0
  923. package/lib/node_modules/@codemirror/autocomplete/dist/index.js +2 -0
  924. package/lib/node_modules/@codemirror/autocomplete/dist/index.js.map +1 -0
  925. package/lib/node_modules/@codemirror/commands/dist/index.js +2 -0
  926. package/lib/node_modules/@codemirror/commands/dist/index.js.map +1 -0
  927. package/lib/node_modules/@codemirror/lang-css/dist/index.js +2 -0
  928. package/lib/node_modules/@codemirror/lang-css/dist/index.js.map +1 -0
  929. package/lib/node_modules/@codemirror/lang-html/dist/index.js +2 -0
  930. package/lib/node_modules/@codemirror/lang-html/dist/index.js.map +1 -0
  931. package/lib/node_modules/@codemirror/lang-javascript/dist/index.js +14 -0
  932. package/lib/node_modules/@codemirror/lang-javascript/dist/index.js.map +1 -0
  933. package/lib/node_modules/@codemirror/lang-json/dist/index.js +2 -0
  934. package/lib/node_modules/@codemirror/lang-json/dist/index.js.map +1 -0
  935. package/lib/node_modules/@codemirror/language/dist/index.js +2 -0
  936. package/lib/node_modules/@codemirror/language/dist/index.js.map +1 -0
  937. package/lib/node_modules/@codemirror/lint/dist/index.js +2 -0
  938. package/lib/node_modules/@codemirror/lint/dist/index.js.map +1 -0
  939. package/lib/node_modules/@codemirror/search/dist/index.js +3 -0
  940. package/lib/node_modules/@codemirror/search/dist/index.js.map +1 -0
  941. package/lib/node_modules/@codemirror/state/dist/index.js +6 -0
  942. package/lib/node_modules/@codemirror/state/dist/index.js.map +1 -0
  943. package/lib/node_modules/@codemirror/theme-one-dark/dist/index.js +2 -0
  944. package/lib/node_modules/@codemirror/theme-one-dark/dist/index.js.map +1 -0
  945. package/lib/node_modules/@codemirror/view/dist/index.js +6 -0
  946. package/lib/node_modules/@codemirror/view/dist/index.js.map +1 -0
  947. package/lib/node_modules/@lezer/common/dist/index.js +2 -0
  948. package/lib/node_modules/@lezer/common/dist/index.js.map +1 -0
  949. package/lib/node_modules/@lezer/css/dist/index.js +2 -0
  950. package/lib/node_modules/@lezer/css/dist/index.js.map +1 -0
  951. package/lib/node_modules/@lezer/highlight/dist/index.js +2 -0
  952. package/lib/node_modules/@lezer/highlight/dist/index.js.map +1 -0
  953. package/lib/node_modules/@lezer/html/dist/index.js +2 -0
  954. package/lib/node_modules/@lezer/html/dist/index.js.map +1 -0
  955. package/lib/node_modules/@lezer/javascript/dist/index.js +2 -0
  956. package/lib/node_modules/@lezer/javascript/dist/index.js.map +1 -0
  957. package/lib/node_modules/@lezer/json/dist/index.js +2 -0
  958. package/lib/node_modules/@lezer/json/dist/index.js.map +1 -0
  959. package/lib/node_modules/@lezer/lr/dist/index.js +2 -0
  960. package/lib/node_modules/@lezer/lr/dist/index.js.map +1 -0
  961. package/lib/node_modules/@marijn/find-cluster-break/src/index.js +2 -0
  962. package/lib/node_modules/@marijn/find-cluster-break/src/index.js.map +1 -0
  963. package/lib/node_modules/@vue-office/docx/lib/index.js +34 -0
  964. package/lib/node_modules/@vue-office/docx/lib/index.js.map +1 -0
  965. package/lib/node_modules/@vue-office/excel/lib/index.js +199 -0
  966. package/lib/node_modules/@vue-office/excel/lib/index.js.map +1 -0
  967. package/lib/node_modules/@vueuse/core/index.js +2 -0
  968. package/lib/node_modules/@vueuse/core/index.js.map +1 -0
  969. package/lib/node_modules/@vueuse/shared/index.js +2 -0
  970. package/lib/node_modules/@vueuse/shared/index.js.map +1 -0
  971. package/lib/node_modules/@xmldom/xmldom/lib/conventions.js +2 -0
  972. package/lib/node_modules/@xmldom/xmldom/lib/conventions.js.map +1 -0
  973. package/lib/node_modules/@xmldom/xmldom/lib/dom-parser.js +3 -0
  974. package/lib/node_modules/@xmldom/xmldom/lib/dom-parser.js.map +1 -0
  975. package/lib/node_modules/@xmldom/xmldom/lib/dom.js +2 -0
  976. package/lib/node_modules/@xmldom/xmldom/lib/dom.js.map +1 -0
  977. package/lib/node_modules/@xmldom/xmldom/lib/entities.js +3 -0
  978. package/lib/node_modules/@xmldom/xmldom/lib/entities.js.map +1 -0
  979. package/lib/node_modules/@xmldom/xmldom/lib/index.js +2 -0
  980. package/lib/node_modules/@xmldom/xmldom/lib/index.js.map +1 -0
  981. package/lib/node_modules/@xmldom/xmldom/lib/sax.js +2 -0
  982. package/lib/node_modules/@xmldom/xmldom/lib/sax.js.map +1 -0
  983. package/lib/node_modules/codemirror/dist/index.js +2 -0
  984. package/lib/node_modules/codemirror/dist/index.js.map +1 -0
  985. package/lib/node_modules/crelt/index.js +2 -0
  986. package/lib/node_modules/crelt/index.js.map +1 -0
  987. package/lib/node_modules/d/index.js +2 -0
  988. package/lib/node_modules/d/index.js.map +1 -0
  989. package/lib/node_modules/entities/lib/esm/decode.js +2 -0
  990. package/lib/node_modules/entities/lib/esm/decode.js.map +1 -0
  991. package/lib/node_modules/entities/lib/esm/decode_codepoint.js +2 -0
  992. package/lib/node_modules/entities/lib/esm/decode_codepoint.js.map +1 -0
  993. package/lib/node_modules/entities/lib/esm/generated/decode-data-html.js +2 -0
  994. package/lib/node_modules/entities/lib/esm/generated/decode-data-html.js.map +1 -0
  995. package/lib/node_modules/entities/lib/esm/generated/decode-data-xml.js +2 -0
  996. package/lib/node_modules/entities/lib/esm/generated/decode-data-xml.js.map +1 -0
  997. package/lib/node_modules/epubjs/src/annotations.js +2 -0
  998. package/lib/node_modules/epubjs/src/annotations.js.map +1 -0
  999. package/lib/node_modules/epubjs/src/archive.js +2 -0
  1000. package/lib/node_modules/epubjs/src/archive.js.map +1 -0
  1001. package/lib/node_modules/epubjs/src/book.js +2 -0
  1002. package/lib/node_modules/epubjs/src/book.js.map +1 -0
  1003. package/lib/node_modules/epubjs/src/container.js +2 -0
  1004. package/lib/node_modules/epubjs/src/container.js.map +1 -0
  1005. package/lib/node_modules/epubjs/src/contents.js +3 -0
  1006. package/lib/node_modules/epubjs/src/contents.js.map +1 -0
  1007. package/lib/node_modules/epubjs/src/displayoptions.js +2 -0
  1008. package/lib/node_modules/epubjs/src/displayoptions.js.map +1 -0
  1009. package/lib/node_modules/epubjs/src/epub.js +2 -0
  1010. package/lib/node_modules/epubjs/src/epub.js.map +1 -0
  1011. package/lib/node_modules/epubjs/src/epubcfi.js +2 -0
  1012. package/lib/node_modules/epubjs/src/epubcfi.js.map +1 -0
  1013. package/lib/node_modules/epubjs/src/index.js +2 -0
  1014. package/lib/node_modules/epubjs/src/index.js.map +1 -0
  1015. package/lib/node_modules/epubjs/src/layout.js +2 -0
  1016. package/lib/node_modules/epubjs/src/layout.js.map +1 -0
  1017. package/lib/node_modules/epubjs/src/locations.js +3 -0
  1018. package/lib/node_modules/epubjs/src/locations.js.map +1 -0
  1019. package/lib/node_modules/epubjs/src/managers/continuous/index.js +2 -0
  1020. package/lib/node_modules/epubjs/src/managers/continuous/index.js.map +1 -0
  1021. package/lib/node_modules/epubjs/src/managers/default/index.js +2 -0
  1022. package/lib/node_modules/epubjs/src/managers/default/index.js.map +1 -0
  1023. package/lib/node_modules/epubjs/src/managers/helpers/snap.js +2 -0
  1024. package/lib/node_modules/epubjs/src/managers/helpers/snap.js.map +1 -0
  1025. package/lib/node_modules/epubjs/src/managers/helpers/stage.js +2 -0
  1026. package/lib/node_modules/epubjs/src/managers/helpers/stage.js.map +1 -0
  1027. package/lib/node_modules/epubjs/src/managers/helpers/views.js +2 -0
  1028. package/lib/node_modules/epubjs/src/managers/helpers/views.js.map +1 -0
  1029. package/lib/node_modules/epubjs/src/managers/views/iframe.js +2 -0
  1030. package/lib/node_modules/epubjs/src/managers/views/iframe.js.map +1 -0
  1031. package/lib/node_modules/epubjs/src/mapping.js +2 -0
  1032. package/lib/node_modules/epubjs/src/mapping.js.map +1 -0
  1033. package/lib/node_modules/epubjs/src/navigation.js +2 -0
  1034. package/lib/node_modules/epubjs/src/navigation.js.map +1 -0
  1035. package/lib/node_modules/epubjs/src/packaging.js +2 -0
  1036. package/lib/node_modules/epubjs/src/packaging.js.map +1 -0
  1037. package/lib/node_modules/epubjs/src/pagelist.js +2 -0
  1038. package/lib/node_modules/epubjs/src/pagelist.js.map +1 -0
  1039. package/lib/node_modules/epubjs/src/rendition.js +2 -0
  1040. package/lib/node_modules/epubjs/src/rendition.js.map +1 -0
  1041. package/lib/node_modules/epubjs/src/resources.js +2 -0
  1042. package/lib/node_modules/epubjs/src/resources.js.map +1 -0
  1043. package/lib/node_modules/epubjs/src/section.js +2 -0
  1044. package/lib/node_modules/epubjs/src/section.js.map +1 -0
  1045. package/lib/node_modules/epubjs/src/spine.js +2 -0
  1046. package/lib/node_modules/epubjs/src/spine.js.map +1 -0
  1047. package/lib/node_modules/epubjs/src/store.js +2 -0
  1048. package/lib/node_modules/epubjs/src/store.js.map +1 -0
  1049. package/lib/node_modules/epubjs/src/themes.js +2 -0
  1050. package/lib/node_modules/epubjs/src/themes.js.map +1 -0
  1051. package/lib/node_modules/epubjs/src/utils/constants.js +2 -0
  1052. package/lib/node_modules/epubjs/src/utils/constants.js.map +1 -0
  1053. package/lib/node_modules/epubjs/src/utils/core.js +2 -0
  1054. package/lib/node_modules/epubjs/src/utils/core.js.map +1 -0
  1055. package/lib/node_modules/epubjs/src/utils/hook.js +2 -0
  1056. package/lib/node_modules/epubjs/src/utils/hook.js.map +1 -0
  1057. package/lib/node_modules/epubjs/src/utils/mime.js +2 -0
  1058. package/lib/node_modules/epubjs/src/utils/mime.js.map +1 -0
  1059. package/lib/node_modules/epubjs/src/utils/path.js +2 -0
  1060. package/lib/node_modules/epubjs/src/utils/path.js.map +1 -0
  1061. package/lib/node_modules/epubjs/src/utils/queue.js +2 -0
  1062. package/lib/node_modules/epubjs/src/utils/queue.js.map +1 -0
  1063. package/lib/node_modules/epubjs/src/utils/replacements.js +2 -0
  1064. package/lib/node_modules/epubjs/src/utils/replacements.js.map +1 -0
  1065. package/lib/node_modules/epubjs/src/utils/request.js +2 -0
  1066. package/lib/node_modules/epubjs/src/utils/request.js.map +1 -0
  1067. package/lib/node_modules/epubjs/src/utils/scrolltype.js +2 -0
  1068. package/lib/node_modules/epubjs/src/utils/scrolltype.js.map +1 -0
  1069. package/lib/node_modules/epubjs/src/utils/url.js +2 -0
  1070. package/lib/node_modules/epubjs/src/utils/url.js.map +1 -0
  1071. package/lib/node_modules/es5-ext/function/noop.js +2 -0
  1072. package/lib/node_modules/es5-ext/function/noop.js.map +1 -0
  1073. package/lib/node_modules/es5-ext/object/assign/index.js +2 -0
  1074. package/lib/node_modules/es5-ext/object/assign/index.js.map +1 -0
  1075. package/lib/node_modules/es5-ext/object/assign/is-implemented.js +2 -0
  1076. package/lib/node_modules/es5-ext/object/assign/is-implemented.js.map +1 -0
  1077. package/lib/node_modules/es5-ext/object/assign/shim.js +2 -0
  1078. package/lib/node_modules/es5-ext/object/assign/shim.js.map +1 -0
  1079. package/lib/node_modules/es5-ext/object/is-value.js +2 -0
  1080. package/lib/node_modules/es5-ext/object/is-value.js.map +1 -0
  1081. package/lib/node_modules/es5-ext/object/keys/index.js +2 -0
  1082. package/lib/node_modules/es5-ext/object/keys/index.js.map +1 -0
  1083. package/lib/node_modules/es5-ext/object/keys/is-implemented.js +2 -0
  1084. package/lib/node_modules/es5-ext/object/keys/is-implemented.js.map +1 -0
  1085. package/lib/node_modules/es5-ext/object/keys/shim.js +2 -0
  1086. package/lib/node_modules/es5-ext/object/keys/shim.js.map +1 -0
  1087. package/lib/node_modules/es5-ext/object/normalize-options.js +2 -0
  1088. package/lib/node_modules/es5-ext/object/normalize-options.js.map +1 -0
  1089. package/lib/node_modules/es5-ext/object/valid-callable.js +2 -0
  1090. package/lib/node_modules/es5-ext/object/valid-callable.js.map +1 -0
  1091. package/lib/node_modules/es5-ext/object/valid-value.js +2 -0
  1092. package/lib/node_modules/es5-ext/object/valid-value.js.map +1 -0
  1093. package/lib/node_modules/es5-ext/string.js +2 -0
  1094. package/lib/node_modules/es5-ext/string.js.map +1 -0
  1095. package/lib/node_modules/es5-ext/string2.js +2 -0
  1096. package/lib/node_modules/es5-ext/string2.js.map +1 -0
  1097. package/lib/node_modules/es5-ext/string3.js +2 -0
  1098. package/lib/node_modules/es5-ext/string3.js.map +1 -0
  1099. package/lib/node_modules/event-emitter/index.js +2 -0
  1100. package/lib/node_modules/event-emitter/index.js.map +1 -0
  1101. package/lib/node_modules/highlight.js/es/index.js +2 -0
  1102. package/lib/node_modules/highlight.js/es/index.js.map +1 -0
  1103. package/lib/node_modules/highlight.js/lib/core.js +3 -0
  1104. package/lib/node_modules/highlight.js/lib/core.js.map +1 -0
  1105. package/lib/node_modules/highlight.js/lib/index.js +2 -0
  1106. package/lib/node_modules/highlight.js/lib/index.js.map +1 -0
  1107. package/lib/node_modules/highlight.js/lib/languages/1c.js +2 -0
  1108. package/lib/node_modules/highlight.js/lib/languages/1c.js.map +1 -0
  1109. package/lib/node_modules/highlight.js/lib/languages/abnf.js +2 -0
  1110. package/lib/node_modules/highlight.js/lib/languages/abnf.js.map +1 -0
  1111. package/lib/node_modules/highlight.js/lib/languages/accesslog.js +2 -0
  1112. package/lib/node_modules/highlight.js/lib/languages/accesslog.js.map +1 -0
  1113. package/lib/node_modules/highlight.js/lib/languages/actionscript.js +2 -0
  1114. package/lib/node_modules/highlight.js/lib/languages/actionscript.js.map +1 -0
  1115. package/lib/node_modules/highlight.js/lib/languages/ada.js +2 -0
  1116. package/lib/node_modules/highlight.js/lib/languages/ada.js.map +1 -0
  1117. package/lib/node_modules/highlight.js/lib/languages/angelscript.js +2 -0
  1118. package/lib/node_modules/highlight.js/lib/languages/angelscript.js.map +1 -0
  1119. package/lib/node_modules/highlight.js/lib/languages/apache.js +2 -0
  1120. package/lib/node_modules/highlight.js/lib/languages/apache.js.map +1 -0
  1121. package/lib/node_modules/highlight.js/lib/languages/applescript.js +2 -0
  1122. package/lib/node_modules/highlight.js/lib/languages/applescript.js.map +1 -0
  1123. package/lib/node_modules/highlight.js/lib/languages/arcade.js +2 -0
  1124. package/lib/node_modules/highlight.js/lib/languages/arcade.js.map +1 -0
  1125. package/lib/node_modules/highlight.js/lib/languages/arduino.js +2 -0
  1126. package/lib/node_modules/highlight.js/lib/languages/arduino.js.map +1 -0
  1127. package/lib/node_modules/highlight.js/lib/languages/armasm.js +2 -0
  1128. package/lib/node_modules/highlight.js/lib/languages/armasm.js.map +1 -0
  1129. package/lib/node_modules/highlight.js/lib/languages/asciidoc.js +2 -0
  1130. package/lib/node_modules/highlight.js/lib/languages/asciidoc.js.map +1 -0
  1131. package/lib/node_modules/highlight.js/lib/languages/aspectj.js +2 -0
  1132. package/lib/node_modules/highlight.js/lib/languages/aspectj.js.map +1 -0
  1133. package/lib/node_modules/highlight.js/lib/languages/autohotkey.js +2 -0
  1134. package/lib/node_modules/highlight.js/lib/languages/autohotkey.js.map +1 -0
  1135. package/lib/node_modules/highlight.js/lib/languages/autoit.js +2 -0
  1136. package/lib/node_modules/highlight.js/lib/languages/autoit.js.map +1 -0
  1137. package/lib/node_modules/highlight.js/lib/languages/avrasm.js +2 -0
  1138. package/lib/node_modules/highlight.js/lib/languages/avrasm.js.map +1 -0
  1139. package/lib/node_modules/highlight.js/lib/languages/awk.js +2 -0
  1140. package/lib/node_modules/highlight.js/lib/languages/awk.js.map +1 -0
  1141. package/lib/node_modules/highlight.js/lib/languages/axapta.js +2 -0
  1142. package/lib/node_modules/highlight.js/lib/languages/axapta.js.map +1 -0
  1143. package/lib/node_modules/highlight.js/lib/languages/bash.js +2 -0
  1144. package/lib/node_modules/highlight.js/lib/languages/bash.js.map +1 -0
  1145. package/lib/node_modules/highlight.js/lib/languages/basic.js +2 -0
  1146. package/lib/node_modules/highlight.js/lib/languages/basic.js.map +1 -0
  1147. package/lib/node_modules/highlight.js/lib/languages/bnf.js +2 -0
  1148. package/lib/node_modules/highlight.js/lib/languages/bnf.js.map +1 -0
  1149. package/lib/node_modules/highlight.js/lib/languages/brainfuck.js +2 -0
  1150. package/lib/node_modules/highlight.js/lib/languages/brainfuck.js.map +1 -0
  1151. package/lib/node_modules/highlight.js/lib/languages/c.js +2 -0
  1152. package/lib/node_modules/highlight.js/lib/languages/c.js.map +1 -0
  1153. package/lib/node_modules/highlight.js/lib/languages/cal.js +2 -0
  1154. package/lib/node_modules/highlight.js/lib/languages/cal.js.map +1 -0
  1155. package/lib/node_modules/highlight.js/lib/languages/capnproto.js +2 -0
  1156. package/lib/node_modules/highlight.js/lib/languages/capnproto.js.map +1 -0
  1157. package/lib/node_modules/highlight.js/lib/languages/ceylon.js +2 -0
  1158. package/lib/node_modules/highlight.js/lib/languages/ceylon.js.map +1 -0
  1159. package/lib/node_modules/highlight.js/lib/languages/clean.js +2 -0
  1160. package/lib/node_modules/highlight.js/lib/languages/clean.js.map +1 -0
  1161. package/lib/node_modules/highlight.js/lib/languages/clojure-repl.js +2 -0
  1162. package/lib/node_modules/highlight.js/lib/languages/clojure-repl.js.map +1 -0
  1163. package/lib/node_modules/highlight.js/lib/languages/clojure.js +2 -0
  1164. package/lib/node_modules/highlight.js/lib/languages/clojure.js.map +1 -0
  1165. package/lib/node_modules/highlight.js/lib/languages/cmake.js +2 -0
  1166. package/lib/node_modules/highlight.js/lib/languages/cmake.js.map +1 -0
  1167. package/lib/node_modules/highlight.js/lib/languages/coffeescript.js +2 -0
  1168. package/lib/node_modules/highlight.js/lib/languages/coffeescript.js.map +1 -0
  1169. package/lib/node_modules/highlight.js/lib/languages/coq.js +2 -0
  1170. package/lib/node_modules/highlight.js/lib/languages/coq.js.map +1 -0
  1171. package/lib/node_modules/highlight.js/lib/languages/cos.js +2 -0
  1172. package/lib/node_modules/highlight.js/lib/languages/cos.js.map +1 -0
  1173. package/lib/node_modules/highlight.js/lib/languages/cpp.js +2 -0
  1174. package/lib/node_modules/highlight.js/lib/languages/cpp.js.map +1 -0
  1175. package/lib/node_modules/highlight.js/lib/languages/crmsh.js +2 -0
  1176. package/lib/node_modules/highlight.js/lib/languages/crmsh.js.map +1 -0
  1177. package/lib/node_modules/highlight.js/lib/languages/crystal.js +2 -0
  1178. package/lib/node_modules/highlight.js/lib/languages/crystal.js.map +1 -0
  1179. package/lib/node_modules/highlight.js/lib/languages/csharp.js +2 -0
  1180. package/lib/node_modules/highlight.js/lib/languages/csharp.js.map +1 -0
  1181. package/lib/node_modules/highlight.js/lib/languages/csp.js +2 -0
  1182. package/lib/node_modules/highlight.js/lib/languages/csp.js.map +1 -0
  1183. package/lib/node_modules/highlight.js/lib/languages/css.js +2 -0
  1184. package/lib/node_modules/highlight.js/lib/languages/css.js.map +1 -0
  1185. package/lib/node_modules/highlight.js/lib/languages/d.js +2 -0
  1186. package/lib/node_modules/highlight.js/lib/languages/d.js.map +1 -0
  1187. package/lib/node_modules/highlight.js/lib/languages/dart.js +2 -0
  1188. package/lib/node_modules/highlight.js/lib/languages/dart.js.map +1 -0
  1189. package/lib/node_modules/highlight.js/lib/languages/delphi.js +2 -0
  1190. package/lib/node_modules/highlight.js/lib/languages/delphi.js.map +1 -0
  1191. package/lib/node_modules/highlight.js/lib/languages/diff.js +2 -0
  1192. package/lib/node_modules/highlight.js/lib/languages/diff.js.map +1 -0
  1193. package/lib/node_modules/highlight.js/lib/languages/django.js +2 -0
  1194. package/lib/node_modules/highlight.js/lib/languages/django.js.map +1 -0
  1195. package/lib/node_modules/highlight.js/lib/languages/dns.js +2 -0
  1196. package/lib/node_modules/highlight.js/lib/languages/dns.js.map +1 -0
  1197. package/lib/node_modules/highlight.js/lib/languages/dockerfile.js +2 -0
  1198. package/lib/node_modules/highlight.js/lib/languages/dockerfile.js.map +1 -0
  1199. package/lib/node_modules/highlight.js/lib/languages/dos.js +2 -0
  1200. package/lib/node_modules/highlight.js/lib/languages/dos.js.map +1 -0
  1201. package/lib/node_modules/highlight.js/lib/languages/dsconfig.js +2 -0
  1202. package/lib/node_modules/highlight.js/lib/languages/dsconfig.js.map +1 -0
  1203. package/lib/node_modules/highlight.js/lib/languages/dts.js +2 -0
  1204. package/lib/node_modules/highlight.js/lib/languages/dts.js.map +1 -0
  1205. package/lib/node_modules/highlight.js/lib/languages/dust.js +2 -0
  1206. package/lib/node_modules/highlight.js/lib/languages/dust.js.map +1 -0
  1207. package/lib/node_modules/highlight.js/lib/languages/ebnf.js +2 -0
  1208. package/lib/node_modules/highlight.js/lib/languages/ebnf.js.map +1 -0
  1209. package/lib/node_modules/highlight.js/lib/languages/elixir.js +2 -0
  1210. package/lib/node_modules/highlight.js/lib/languages/elixir.js.map +1 -0
  1211. package/lib/node_modules/highlight.js/lib/languages/elm.js +2 -0
  1212. package/lib/node_modules/highlight.js/lib/languages/elm.js.map +1 -0
  1213. package/lib/node_modules/highlight.js/lib/languages/erb.js +2 -0
  1214. package/lib/node_modules/highlight.js/lib/languages/erb.js.map +1 -0
  1215. package/lib/node_modules/highlight.js/lib/languages/erlang-repl.js +2 -0
  1216. package/lib/node_modules/highlight.js/lib/languages/erlang-repl.js.map +1 -0
  1217. package/lib/node_modules/highlight.js/lib/languages/erlang.js +2 -0
  1218. package/lib/node_modules/highlight.js/lib/languages/erlang.js.map +1 -0
  1219. package/lib/node_modules/highlight.js/lib/languages/excel.js +2 -0
  1220. package/lib/node_modules/highlight.js/lib/languages/excel.js.map +1 -0
  1221. package/lib/node_modules/highlight.js/lib/languages/fix.js +2 -0
  1222. package/lib/node_modules/highlight.js/lib/languages/fix.js.map +1 -0
  1223. package/lib/node_modules/highlight.js/lib/languages/flix.js +2 -0
  1224. package/lib/node_modules/highlight.js/lib/languages/flix.js.map +1 -0
  1225. package/lib/node_modules/highlight.js/lib/languages/fortran.js +2 -0
  1226. package/lib/node_modules/highlight.js/lib/languages/fortran.js.map +1 -0
  1227. package/lib/node_modules/highlight.js/lib/languages/fsharp.js +2 -0
  1228. package/lib/node_modules/highlight.js/lib/languages/fsharp.js.map +1 -0
  1229. package/lib/node_modules/highlight.js/lib/languages/gams.js +2 -0
  1230. package/lib/node_modules/highlight.js/lib/languages/gams.js.map +1 -0
  1231. package/lib/node_modules/highlight.js/lib/languages/gauss.js +2 -0
  1232. package/lib/node_modules/highlight.js/lib/languages/gauss.js.map +1 -0
  1233. package/lib/node_modules/highlight.js/lib/languages/gcode.js +2 -0
  1234. package/lib/node_modules/highlight.js/lib/languages/gcode.js.map +1 -0
  1235. package/lib/node_modules/highlight.js/lib/languages/gherkin.js +2 -0
  1236. package/lib/node_modules/highlight.js/lib/languages/gherkin.js.map +1 -0
  1237. package/lib/node_modules/highlight.js/lib/languages/glsl.js +2 -0
  1238. package/lib/node_modules/highlight.js/lib/languages/glsl.js.map +1 -0
  1239. package/lib/node_modules/highlight.js/lib/languages/gml.js +2 -0
  1240. package/lib/node_modules/highlight.js/lib/languages/gml.js.map +1 -0
  1241. package/lib/node_modules/highlight.js/lib/languages/go.js +2 -0
  1242. package/lib/node_modules/highlight.js/lib/languages/go.js.map +1 -0
  1243. package/lib/node_modules/highlight.js/lib/languages/golo.js +2 -0
  1244. package/lib/node_modules/highlight.js/lib/languages/golo.js.map +1 -0
  1245. package/lib/node_modules/highlight.js/lib/languages/gradle.js +2 -0
  1246. package/lib/node_modules/highlight.js/lib/languages/gradle.js.map +1 -0
  1247. package/lib/node_modules/highlight.js/lib/languages/graphql.js +2 -0
  1248. package/lib/node_modules/highlight.js/lib/languages/graphql.js.map +1 -0
  1249. package/lib/node_modules/highlight.js/lib/languages/groovy.js +2 -0
  1250. package/lib/node_modules/highlight.js/lib/languages/groovy.js.map +1 -0
  1251. package/lib/node_modules/highlight.js/lib/languages/haml.js +2 -0
  1252. package/lib/node_modules/highlight.js/lib/languages/haml.js.map +1 -0
  1253. package/lib/node_modules/highlight.js/lib/languages/handlebars.js +2 -0
  1254. package/lib/node_modules/highlight.js/lib/languages/handlebars.js.map +1 -0
  1255. package/lib/node_modules/highlight.js/lib/languages/haskell.js +2 -0
  1256. package/lib/node_modules/highlight.js/lib/languages/haskell.js.map +1 -0
  1257. package/lib/node_modules/highlight.js/lib/languages/haxe.js +2 -0
  1258. package/lib/node_modules/highlight.js/lib/languages/haxe.js.map +1 -0
  1259. package/lib/node_modules/highlight.js/lib/languages/hsp.js +2 -0
  1260. package/lib/node_modules/highlight.js/lib/languages/hsp.js.map +1 -0
  1261. package/lib/node_modules/highlight.js/lib/languages/http.js +2 -0
  1262. package/lib/node_modules/highlight.js/lib/languages/http.js.map +1 -0
  1263. package/lib/node_modules/highlight.js/lib/languages/hy.js +2 -0
  1264. package/lib/node_modules/highlight.js/lib/languages/hy.js.map +1 -0
  1265. package/lib/node_modules/highlight.js/lib/languages/inform7.js +2 -0
  1266. package/lib/node_modules/highlight.js/lib/languages/inform7.js.map +1 -0
  1267. package/lib/node_modules/highlight.js/lib/languages/ini.js +2 -0
  1268. package/lib/node_modules/highlight.js/lib/languages/ini.js.map +1 -0
  1269. package/lib/node_modules/highlight.js/lib/languages/irpf90.js +2 -0
  1270. package/lib/node_modules/highlight.js/lib/languages/irpf90.js.map +1 -0
  1271. package/lib/node_modules/highlight.js/lib/languages/isbl.js +2 -0
  1272. package/lib/node_modules/highlight.js/lib/languages/isbl.js.map +1 -0
  1273. package/lib/node_modules/highlight.js/lib/languages/java.js +2 -0
  1274. package/lib/node_modules/highlight.js/lib/languages/java.js.map +1 -0
  1275. package/lib/node_modules/highlight.js/lib/languages/javascript.js +2 -0
  1276. package/lib/node_modules/highlight.js/lib/languages/javascript.js.map +1 -0
  1277. package/lib/node_modules/highlight.js/lib/languages/jboss-cli.js +2 -0
  1278. package/lib/node_modules/highlight.js/lib/languages/jboss-cli.js.map +1 -0
  1279. package/lib/node_modules/highlight.js/lib/languages/json.js +2 -0
  1280. package/lib/node_modules/highlight.js/lib/languages/json.js.map +1 -0
  1281. package/lib/node_modules/highlight.js/lib/languages/julia-repl.js +2 -0
  1282. package/lib/node_modules/highlight.js/lib/languages/julia-repl.js.map +1 -0
  1283. package/lib/node_modules/highlight.js/lib/languages/julia.js +2 -0
  1284. package/lib/node_modules/highlight.js/lib/languages/julia.js.map +1 -0
  1285. package/lib/node_modules/highlight.js/lib/languages/kotlin.js +3 -0
  1286. package/lib/node_modules/highlight.js/lib/languages/kotlin.js.map +1 -0
  1287. package/lib/node_modules/highlight.js/lib/languages/lasso.js +2 -0
  1288. package/lib/node_modules/highlight.js/lib/languages/lasso.js.map +1 -0
  1289. package/lib/node_modules/highlight.js/lib/languages/latex.js +2 -0
  1290. package/lib/node_modules/highlight.js/lib/languages/latex.js.map +1 -0
  1291. package/lib/node_modules/highlight.js/lib/languages/ldif.js +2 -0
  1292. package/lib/node_modules/highlight.js/lib/languages/ldif.js.map +1 -0
  1293. package/lib/node_modules/highlight.js/lib/languages/leaf.js +2 -0
  1294. package/lib/node_modules/highlight.js/lib/languages/leaf.js.map +1 -0
  1295. package/lib/node_modules/highlight.js/lib/languages/less.js +2 -0
  1296. package/lib/node_modules/highlight.js/lib/languages/less.js.map +1 -0
  1297. package/lib/node_modules/highlight.js/lib/languages/lisp.js +2 -0
  1298. package/lib/node_modules/highlight.js/lib/languages/lisp.js.map +1 -0
  1299. package/lib/node_modules/highlight.js/lib/languages/livecodeserver.js +2 -0
  1300. package/lib/node_modules/highlight.js/lib/languages/livecodeserver.js.map +1 -0
  1301. package/lib/node_modules/highlight.js/lib/languages/livescript.js +2 -0
  1302. package/lib/node_modules/highlight.js/lib/languages/livescript.js.map +1 -0
  1303. package/lib/node_modules/highlight.js/lib/languages/llvm.js +2 -0
  1304. package/lib/node_modules/highlight.js/lib/languages/llvm.js.map +1 -0
  1305. package/lib/node_modules/highlight.js/lib/languages/lsl.js +2 -0
  1306. package/lib/node_modules/highlight.js/lib/languages/lsl.js.map +1 -0
  1307. package/lib/node_modules/highlight.js/lib/languages/lua.js +2 -0
  1308. package/lib/node_modules/highlight.js/lib/languages/lua.js.map +1 -0
  1309. package/lib/node_modules/highlight.js/lib/languages/makefile.js +2 -0
  1310. package/lib/node_modules/highlight.js/lib/languages/makefile.js.map +1 -0
  1311. package/lib/node_modules/highlight.js/lib/languages/markdown.js +2 -0
  1312. package/lib/node_modules/highlight.js/lib/languages/markdown.js.map +1 -0
  1313. package/lib/node_modules/highlight.js/lib/languages/mathematica.js +2 -0
  1314. package/lib/node_modules/highlight.js/lib/languages/mathematica.js.map +1 -0
  1315. package/lib/node_modules/highlight.js/lib/languages/matlab.js +2 -0
  1316. package/lib/node_modules/highlight.js/lib/languages/matlab.js.map +1 -0
  1317. package/lib/node_modules/highlight.js/lib/languages/maxima.js +2 -0
  1318. package/lib/node_modules/highlight.js/lib/languages/maxima.js.map +1 -0
  1319. package/lib/node_modules/highlight.js/lib/languages/mel.js +2 -0
  1320. package/lib/node_modules/highlight.js/lib/languages/mel.js.map +1 -0
  1321. package/lib/node_modules/highlight.js/lib/languages/mercury.js +2 -0
  1322. package/lib/node_modules/highlight.js/lib/languages/mercury.js.map +1 -0
  1323. package/lib/node_modules/highlight.js/lib/languages/mipsasm.js +2 -0
  1324. package/lib/node_modules/highlight.js/lib/languages/mipsasm.js.map +1 -0
  1325. package/lib/node_modules/highlight.js/lib/languages/mizar.js +2 -0
  1326. package/lib/node_modules/highlight.js/lib/languages/mizar.js.map +1 -0
  1327. package/lib/node_modules/highlight.js/lib/languages/mojolicious.js +2 -0
  1328. package/lib/node_modules/highlight.js/lib/languages/mojolicious.js.map +1 -0
  1329. package/lib/node_modules/highlight.js/lib/languages/monkey.js +2 -0
  1330. package/lib/node_modules/highlight.js/lib/languages/monkey.js.map +1 -0
  1331. package/lib/node_modules/highlight.js/lib/languages/moonscript.js +2 -0
  1332. package/lib/node_modules/highlight.js/lib/languages/moonscript.js.map +1 -0
  1333. package/lib/node_modules/highlight.js/lib/languages/n1ql.js +2 -0
  1334. package/lib/node_modules/highlight.js/lib/languages/n1ql.js.map +1 -0
  1335. package/lib/node_modules/highlight.js/lib/languages/nestedtext.js +2 -0
  1336. package/lib/node_modules/highlight.js/lib/languages/nestedtext.js.map +1 -0
  1337. package/lib/node_modules/highlight.js/lib/languages/nginx.js +2 -0
  1338. package/lib/node_modules/highlight.js/lib/languages/nginx.js.map +1 -0
  1339. package/lib/node_modules/highlight.js/lib/languages/nim.js +2 -0
  1340. package/lib/node_modules/highlight.js/lib/languages/nim.js.map +1 -0
  1341. package/lib/node_modules/highlight.js/lib/languages/nix.js +2 -0
  1342. package/lib/node_modules/highlight.js/lib/languages/nix.js.map +1 -0
  1343. package/lib/node_modules/highlight.js/lib/languages/node-repl.js +2 -0
  1344. package/lib/node_modules/highlight.js/lib/languages/node-repl.js.map +1 -0
  1345. package/lib/node_modules/highlight.js/lib/languages/nsis.js +2 -0
  1346. package/lib/node_modules/highlight.js/lib/languages/nsis.js.map +1 -0
  1347. package/lib/node_modules/highlight.js/lib/languages/objectivec.js +2 -0
  1348. package/lib/node_modules/highlight.js/lib/languages/objectivec.js.map +1 -0
  1349. package/lib/node_modules/highlight.js/lib/languages/ocaml.js +2 -0
  1350. package/lib/node_modules/highlight.js/lib/languages/ocaml.js.map +1 -0
  1351. package/lib/node_modules/highlight.js/lib/languages/openscad.js +2 -0
  1352. package/lib/node_modules/highlight.js/lib/languages/openscad.js.map +1 -0
  1353. package/lib/node_modules/highlight.js/lib/languages/oxygene.js +2 -0
  1354. package/lib/node_modules/highlight.js/lib/languages/oxygene.js.map +1 -0
  1355. package/lib/node_modules/highlight.js/lib/languages/parser3.js +2 -0
  1356. package/lib/node_modules/highlight.js/lib/languages/parser3.js.map +1 -0
  1357. package/lib/node_modules/highlight.js/lib/languages/perl.js +2 -0
  1358. package/lib/node_modules/highlight.js/lib/languages/perl.js.map +1 -0
  1359. package/lib/node_modules/highlight.js/lib/languages/pf.js +2 -0
  1360. package/lib/node_modules/highlight.js/lib/languages/pf.js.map +1 -0
  1361. package/lib/node_modules/highlight.js/lib/languages/pgsql.js +2 -0
  1362. package/lib/node_modules/highlight.js/lib/languages/pgsql.js.map +1 -0
  1363. package/lib/node_modules/highlight.js/lib/languages/php-template.js +2 -0
  1364. package/lib/node_modules/highlight.js/lib/languages/php-template.js.map +1 -0
  1365. package/lib/node_modules/highlight.js/lib/languages/php.js +3 -0
  1366. package/lib/node_modules/highlight.js/lib/languages/php.js.map +1 -0
  1367. package/lib/node_modules/highlight.js/lib/languages/plaintext.js +2 -0
  1368. package/lib/node_modules/highlight.js/lib/languages/plaintext.js.map +1 -0
  1369. package/lib/node_modules/highlight.js/lib/languages/pony.js +2 -0
  1370. package/lib/node_modules/highlight.js/lib/languages/pony.js.map +1 -0
  1371. package/lib/node_modules/highlight.js/lib/languages/powershell.js +2 -0
  1372. package/lib/node_modules/highlight.js/lib/languages/powershell.js.map +1 -0
  1373. package/lib/node_modules/highlight.js/lib/languages/processing.js +2 -0
  1374. package/lib/node_modules/highlight.js/lib/languages/processing.js.map +1 -0
  1375. package/lib/node_modules/highlight.js/lib/languages/profile.js +2 -0
  1376. package/lib/node_modules/highlight.js/lib/languages/profile.js.map +1 -0
  1377. package/lib/node_modules/highlight.js/lib/languages/prolog.js +2 -0
  1378. package/lib/node_modules/highlight.js/lib/languages/prolog.js.map +1 -0
  1379. package/lib/node_modules/highlight.js/lib/languages/properties.js +2 -0
  1380. package/lib/node_modules/highlight.js/lib/languages/properties.js.map +1 -0
  1381. package/lib/node_modules/highlight.js/lib/languages/protobuf.js +2 -0
  1382. package/lib/node_modules/highlight.js/lib/languages/protobuf.js.map +1 -0
  1383. package/lib/node_modules/highlight.js/lib/languages/puppet.js +2 -0
  1384. package/lib/node_modules/highlight.js/lib/languages/puppet.js.map +1 -0
  1385. package/lib/node_modules/highlight.js/lib/languages/purebasic.js +2 -0
  1386. package/lib/node_modules/highlight.js/lib/languages/purebasic.js.map +1 -0
  1387. package/lib/node_modules/highlight.js/lib/languages/python-repl.js +2 -0
  1388. package/lib/node_modules/highlight.js/lib/languages/python-repl.js.map +1 -0
  1389. package/lib/node_modules/highlight.js/lib/languages/python.js +2 -0
  1390. package/lib/node_modules/highlight.js/lib/languages/python.js.map +1 -0
  1391. package/lib/node_modules/highlight.js/lib/languages/q.js +2 -0
  1392. package/lib/node_modules/highlight.js/lib/languages/q.js.map +1 -0
  1393. package/lib/node_modules/highlight.js/lib/languages/qml.js +2 -0
  1394. package/lib/node_modules/highlight.js/lib/languages/qml.js.map +1 -0
  1395. package/lib/node_modules/highlight.js/lib/languages/r.js +2 -0
  1396. package/lib/node_modules/highlight.js/lib/languages/r.js.map +1 -0
  1397. package/lib/node_modules/highlight.js/lib/languages/reasonml.js +2 -0
  1398. package/lib/node_modules/highlight.js/lib/languages/reasonml.js.map +1 -0
  1399. package/lib/node_modules/highlight.js/lib/languages/rib.js +2 -0
  1400. package/lib/node_modules/highlight.js/lib/languages/rib.js.map +1 -0
  1401. package/lib/node_modules/highlight.js/lib/languages/roboconf.js +2 -0
  1402. package/lib/node_modules/highlight.js/lib/languages/roboconf.js.map +1 -0
  1403. package/lib/node_modules/highlight.js/lib/languages/routeros.js +2 -0
  1404. package/lib/node_modules/highlight.js/lib/languages/routeros.js.map +1 -0
  1405. package/lib/node_modules/highlight.js/lib/languages/rsl.js +2 -0
  1406. package/lib/node_modules/highlight.js/lib/languages/rsl.js.map +1 -0
  1407. package/lib/node_modules/highlight.js/lib/languages/ruby.js +2 -0
  1408. package/lib/node_modules/highlight.js/lib/languages/ruby.js.map +1 -0
  1409. package/lib/node_modules/highlight.js/lib/languages/ruleslanguage.js +2 -0
  1410. package/lib/node_modules/highlight.js/lib/languages/ruleslanguage.js.map +1 -0
  1411. package/lib/node_modules/highlight.js/lib/languages/rust.js +2 -0
  1412. package/lib/node_modules/highlight.js/lib/languages/rust.js.map +1 -0
  1413. package/lib/node_modules/highlight.js/lib/languages/sas.js +2 -0
  1414. package/lib/node_modules/highlight.js/lib/languages/sas.js.map +1 -0
  1415. package/lib/node_modules/highlight.js/lib/languages/scala.js +2 -0
  1416. package/lib/node_modules/highlight.js/lib/languages/scala.js.map +1 -0
  1417. package/lib/node_modules/highlight.js/lib/languages/scheme.js +2 -0
  1418. package/lib/node_modules/highlight.js/lib/languages/scheme.js.map +1 -0
  1419. package/lib/node_modules/highlight.js/lib/languages/scilab.js +2 -0
  1420. package/lib/node_modules/highlight.js/lib/languages/scilab.js.map +1 -0
  1421. package/lib/node_modules/highlight.js/lib/languages/scss.js +2 -0
  1422. package/lib/node_modules/highlight.js/lib/languages/scss.js.map +1 -0
  1423. package/lib/node_modules/highlight.js/lib/languages/shell.js +2 -0
  1424. package/lib/node_modules/highlight.js/lib/languages/shell.js.map +1 -0
  1425. package/lib/node_modules/highlight.js/lib/languages/smali.js +3 -0
  1426. package/lib/node_modules/highlight.js/lib/languages/smali.js.map +1 -0
  1427. package/lib/node_modules/highlight.js/lib/languages/smalltalk.js +2 -0
  1428. package/lib/node_modules/highlight.js/lib/languages/smalltalk.js.map +1 -0
  1429. package/lib/node_modules/highlight.js/lib/languages/sml.js +2 -0
  1430. package/lib/node_modules/highlight.js/lib/languages/sml.js.map +1 -0
  1431. package/lib/node_modules/highlight.js/lib/languages/sqf.js +2 -0
  1432. package/lib/node_modules/highlight.js/lib/languages/sqf.js.map +1 -0
  1433. package/lib/node_modules/highlight.js/lib/languages/sql.js +2 -0
  1434. package/lib/node_modules/highlight.js/lib/languages/sql.js.map +1 -0
  1435. package/lib/node_modules/highlight.js/lib/languages/stan.js +2 -0
  1436. package/lib/node_modules/highlight.js/lib/languages/stan.js.map +1 -0
  1437. package/lib/node_modules/highlight.js/lib/languages/stata.js +4 -0
  1438. package/lib/node_modules/highlight.js/lib/languages/stata.js.map +1 -0
  1439. package/lib/node_modules/highlight.js/lib/languages/step21.js +2 -0
  1440. package/lib/node_modules/highlight.js/lib/languages/step21.js.map +1 -0
  1441. package/lib/node_modules/highlight.js/lib/languages/stylus.js +2 -0
  1442. package/lib/node_modules/highlight.js/lib/languages/stylus.js.map +1 -0
  1443. package/lib/node_modules/highlight.js/lib/languages/subunit.js +4 -0
  1444. package/lib/node_modules/highlight.js/lib/languages/subunit.js.map +1 -0
  1445. package/lib/node_modules/highlight.js/lib/languages/swift.js +2 -0
  1446. package/lib/node_modules/highlight.js/lib/languages/swift.js.map +1 -0
  1447. package/lib/node_modules/highlight.js/lib/languages/taggerscript.js +2 -0
  1448. package/lib/node_modules/highlight.js/lib/languages/taggerscript.js.map +1 -0
  1449. package/lib/node_modules/highlight.js/lib/languages/tap.js +2 -0
  1450. package/lib/node_modules/highlight.js/lib/languages/tap.js.map +1 -0
  1451. package/lib/node_modules/highlight.js/lib/languages/tcl.js +2 -0
  1452. package/lib/node_modules/highlight.js/lib/languages/tcl.js.map +1 -0
  1453. package/lib/node_modules/highlight.js/lib/languages/thrift.js +2 -0
  1454. package/lib/node_modules/highlight.js/lib/languages/thrift.js.map +1 -0
  1455. package/lib/node_modules/highlight.js/lib/languages/tp.js +2 -0
  1456. package/lib/node_modules/highlight.js/lib/languages/tp.js.map +1 -0
  1457. package/lib/node_modules/highlight.js/lib/languages/twig.js +2 -0
  1458. package/lib/node_modules/highlight.js/lib/languages/twig.js.map +1 -0
  1459. package/lib/node_modules/highlight.js/lib/languages/typescript.js +2 -0
  1460. package/lib/node_modules/highlight.js/lib/languages/typescript.js.map +1 -0
  1461. package/lib/node_modules/highlight.js/lib/languages/vala.js +2 -0
  1462. package/lib/node_modules/highlight.js/lib/languages/vala.js.map +1 -0
  1463. package/lib/node_modules/highlight.js/lib/languages/vbnet.js +2 -0
  1464. package/lib/node_modules/highlight.js/lib/languages/vbnet.js.map +1 -0
  1465. package/lib/node_modules/highlight.js/lib/languages/vbscript-html.js +2 -0
  1466. package/lib/node_modules/highlight.js/lib/languages/vbscript-html.js.map +1 -0
  1467. package/lib/node_modules/highlight.js/lib/languages/vbscript.js +2 -0
  1468. package/lib/node_modules/highlight.js/lib/languages/vbscript.js.map +1 -0
  1469. package/lib/node_modules/highlight.js/lib/languages/verilog.js +2 -0
  1470. package/lib/node_modules/highlight.js/lib/languages/verilog.js.map +1 -0
  1471. package/lib/node_modules/highlight.js/lib/languages/vhdl.js +2 -0
  1472. package/lib/node_modules/highlight.js/lib/languages/vhdl.js.map +1 -0
  1473. package/lib/node_modules/highlight.js/lib/languages/vim.js +2 -0
  1474. package/lib/node_modules/highlight.js/lib/languages/vim.js.map +1 -0
  1475. package/lib/node_modules/highlight.js/lib/languages/wasm.js +2 -0
  1476. package/lib/node_modules/highlight.js/lib/languages/wasm.js.map +1 -0
  1477. package/lib/node_modules/highlight.js/lib/languages/wren.js +2 -0
  1478. package/lib/node_modules/highlight.js/lib/languages/wren.js.map +1 -0
  1479. package/lib/node_modules/highlight.js/lib/languages/x86asm.js +2 -0
  1480. package/lib/node_modules/highlight.js/lib/languages/x86asm.js.map +1 -0
  1481. package/lib/node_modules/highlight.js/lib/languages/xl.js +2 -0
  1482. package/lib/node_modules/highlight.js/lib/languages/xl.js.map +1 -0
  1483. package/lib/node_modules/highlight.js/lib/languages/xml.js +2 -0
  1484. package/lib/node_modules/highlight.js/lib/languages/xml.js.map +1 -0
  1485. package/lib/node_modules/highlight.js/lib/languages/xquery.js +2 -0
  1486. package/lib/node_modules/highlight.js/lib/languages/xquery.js.map +1 -0
  1487. package/lib/node_modules/highlight.js/lib/languages/yaml.js +2 -0
  1488. package/lib/node_modules/highlight.js/lib/languages/yaml.js.map +1 -0
  1489. package/lib/node_modules/highlight.js/lib/languages/zephir.js +2 -0
  1490. package/lib/node_modules/highlight.js/lib/languages/zephir.js.map +1 -0
  1491. package/lib/node_modules/jszip/dist/jszip.js +13 -0
  1492. package/lib/node_modules/jszip/dist/jszip.js.map +1 -0
  1493. package/lib/node_modules/linkify-it/index.js +2 -0
  1494. package/lib/node_modules/linkify-it/index.js.map +1 -0
  1495. package/lib/node_modules/linkify-it/lib/re.js +2 -0
  1496. package/lib/node_modules/linkify-it/lib/re.js.map +1 -0
  1497. package/lib/node_modules/localforage/dist/localforage.js +7 -0
  1498. package/lib/node_modules/localforage/dist/localforage.js.map +1 -0
  1499. package/lib/node_modules/lodash/_Symbol.js +2 -0
  1500. package/lib/node_modules/lodash/_Symbol.js.map +1 -0
  1501. package/lib/node_modules/lodash/_baseGetTag.js +2 -0
  1502. package/lib/node_modules/lodash/_baseGetTag.js.map +1 -0
  1503. package/lib/node_modules/lodash/_baseTrim.js +2 -0
  1504. package/lib/node_modules/lodash/_baseTrim.js.map +1 -0
  1505. package/lib/node_modules/lodash/_freeGlobal.js +2 -0
  1506. package/lib/node_modules/lodash/_freeGlobal.js.map +1 -0
  1507. package/lib/node_modules/lodash/_getRawTag.js +2 -0
  1508. package/lib/node_modules/lodash/_getRawTag.js.map +1 -0
  1509. package/lib/node_modules/lodash/_objectToString.js +2 -0
  1510. package/lib/node_modules/lodash/_objectToString.js.map +1 -0
  1511. package/lib/node_modules/lodash/_root.js +2 -0
  1512. package/lib/node_modules/lodash/_root.js.map +1 -0
  1513. package/lib/node_modules/lodash/_trimmedEndIndex.js +2 -0
  1514. package/lib/node_modules/lodash/_trimmedEndIndex.js.map +1 -0
  1515. package/lib/node_modules/lodash/debounce.js +2 -0
  1516. package/lib/node_modules/lodash/debounce.js.map +1 -0
  1517. package/lib/node_modules/lodash/isObject.js +2 -0
  1518. package/lib/node_modules/lodash/isObject.js.map +1 -0
  1519. package/lib/node_modules/lodash/isObjectLike.js +2 -0
  1520. package/lib/node_modules/lodash/isObjectLike.js.map +1 -0
  1521. package/lib/node_modules/lodash/isSymbol.js +2 -0
  1522. package/lib/node_modules/lodash/isSymbol.js.map +1 -0
  1523. package/lib/node_modules/lodash/now.js +2 -0
  1524. package/lib/node_modules/lodash/now.js.map +1 -0
  1525. package/lib/node_modules/lodash/throttle.js +2 -0
  1526. package/lib/node_modules/lodash/throttle.js.map +1 -0
  1527. package/lib/node_modules/lodash/toNumber.js +2 -0
  1528. package/lib/node_modules/lodash/toNumber.js.map +1 -0
  1529. package/lib/node_modules/markdown-it/lib/common/html_blocks.js +2 -0
  1530. package/lib/node_modules/markdown-it/lib/common/html_blocks.js.map +1 -0
  1531. package/lib/node_modules/markdown-it/lib/common/html_re.js +2 -0
  1532. package/lib/node_modules/markdown-it/lib/common/html_re.js.map +1 -0
  1533. package/lib/node_modules/markdown-it/lib/common/utils.js +2 -0
  1534. package/lib/node_modules/markdown-it/lib/common/utils.js.map +1 -0
  1535. package/lib/node_modules/markdown-it/lib/helpers/index.js +2 -0
  1536. package/lib/node_modules/markdown-it/lib/helpers/index.js.map +1 -0
  1537. package/lib/node_modules/markdown-it/lib/helpers/parse_link_destination.js +2 -0
  1538. package/lib/node_modules/markdown-it/lib/helpers/parse_link_destination.js.map +1 -0
  1539. package/lib/node_modules/markdown-it/lib/helpers/parse_link_label.js +2 -0
  1540. package/lib/node_modules/markdown-it/lib/helpers/parse_link_label.js.map +1 -0
  1541. package/lib/node_modules/markdown-it/lib/helpers/parse_link_title.js +2 -0
  1542. package/lib/node_modules/markdown-it/lib/helpers/parse_link_title.js.map +1 -0
  1543. package/lib/node_modules/markdown-it/lib/index.js +2 -0
  1544. package/lib/node_modules/markdown-it/lib/index.js.map +1 -0
  1545. package/lib/node_modules/markdown-it/lib/parser_block.js +2 -0
  1546. package/lib/node_modules/markdown-it/lib/parser_block.js.map +1 -0
  1547. package/lib/node_modules/markdown-it/lib/parser_core.js +2 -0
  1548. package/lib/node_modules/markdown-it/lib/parser_core.js.map +1 -0
  1549. package/lib/node_modules/markdown-it/lib/parser_inline.js +2 -0
  1550. package/lib/node_modules/markdown-it/lib/parser_inline.js.map +1 -0
  1551. package/lib/node_modules/markdown-it/lib/presets/commonmark.js +2 -0
  1552. package/lib/node_modules/markdown-it/lib/presets/commonmark.js.map +1 -0
  1553. package/lib/node_modules/markdown-it/lib/presets/default.js +2 -0
  1554. package/lib/node_modules/markdown-it/lib/presets/default.js.map +1 -0
  1555. package/lib/node_modules/markdown-it/lib/presets/zero.js +2 -0
  1556. package/lib/node_modules/markdown-it/lib/presets/zero.js.map +1 -0
  1557. package/lib/node_modules/markdown-it/lib/renderer.js +14 -0
  1558. package/lib/node_modules/markdown-it/lib/renderer.js.map +1 -0
  1559. package/lib/node_modules/markdown-it/lib/ruler.js +2 -0
  1560. package/lib/node_modules/markdown-it/lib/ruler.js.map +1 -0
  1561. package/lib/node_modules/markdown-it/lib/rules_block/blockquote.js +2 -0
  1562. package/lib/node_modules/markdown-it/lib/rules_block/blockquote.js.map +1 -0
  1563. package/lib/node_modules/markdown-it/lib/rules_block/code.js +3 -0
  1564. package/lib/node_modules/markdown-it/lib/rules_block/code.js.map +1 -0
  1565. package/lib/node_modules/markdown-it/lib/rules_block/fence.js +2 -0
  1566. package/lib/node_modules/markdown-it/lib/rules_block/fence.js.map +1 -0
  1567. package/lib/node_modules/markdown-it/lib/rules_block/heading.js +2 -0
  1568. package/lib/node_modules/markdown-it/lib/rules_block/heading.js.map +1 -0
  1569. package/lib/node_modules/markdown-it/lib/rules_block/hr.js +2 -0
  1570. package/lib/node_modules/markdown-it/lib/rules_block/hr.js.map +1 -0
  1571. package/lib/node_modules/markdown-it/lib/rules_block/html_block.js +2 -0
  1572. package/lib/node_modules/markdown-it/lib/rules_block/html_block.js.map +1 -0
  1573. package/lib/node_modules/markdown-it/lib/rules_block/lheading.js +2 -0
  1574. package/lib/node_modules/markdown-it/lib/rules_block/lheading.js.map +1 -0
  1575. package/lib/node_modules/markdown-it/lib/rules_block/list.js +2 -0
  1576. package/lib/node_modules/markdown-it/lib/rules_block/list.js.map +1 -0
  1577. package/lib/node_modules/markdown-it/lib/rules_block/paragraph.js +2 -0
  1578. package/lib/node_modules/markdown-it/lib/rules_block/paragraph.js.map +1 -0
  1579. package/lib/node_modules/markdown-it/lib/rules_block/reference.js +2 -0
  1580. package/lib/node_modules/markdown-it/lib/rules_block/reference.js.map +1 -0
  1581. package/lib/node_modules/markdown-it/lib/rules_block/state_block.js +2 -0
  1582. package/lib/node_modules/markdown-it/lib/rules_block/state_block.js.map +1 -0
  1583. package/lib/node_modules/markdown-it/lib/rules_block/table.js +2 -0
  1584. package/lib/node_modules/markdown-it/lib/rules_block/table.js.map +1 -0
  1585. package/lib/node_modules/markdown-it/lib/rules_core/block.js +2 -0
  1586. package/lib/node_modules/markdown-it/lib/rules_core/block.js.map +1 -0
  1587. package/lib/node_modules/markdown-it/lib/rules_core/inline.js +2 -0
  1588. package/lib/node_modules/markdown-it/lib/rules_core/inline.js.map +1 -0
  1589. package/lib/node_modules/markdown-it/lib/rules_core/linkify.js +2 -0
  1590. package/lib/node_modules/markdown-it/lib/rules_core/linkify.js.map +1 -0
  1591. package/lib/node_modules/markdown-it/lib/rules_core/normalize.js +3 -0
  1592. package/lib/node_modules/markdown-it/lib/rules_core/normalize.js.map +1 -0
  1593. package/lib/node_modules/markdown-it/lib/rules_core/replacements.js +2 -0
  1594. package/lib/node_modules/markdown-it/lib/rules_core/replacements.js.map +1 -0
  1595. package/lib/node_modules/markdown-it/lib/rules_core/smartquotes.js +2 -0
  1596. package/lib/node_modules/markdown-it/lib/rules_core/smartquotes.js.map +1 -0
  1597. package/lib/node_modules/markdown-it/lib/rules_core/state_core.js +2 -0
  1598. package/lib/node_modules/markdown-it/lib/rules_core/state_core.js.map +1 -0
  1599. package/lib/node_modules/markdown-it/lib/rules_core/text_join.js +2 -0
  1600. package/lib/node_modules/markdown-it/lib/rules_core/text_join.js.map +1 -0
  1601. package/lib/node_modules/markdown-it/lib/rules_inline/autolink.js +2 -0
  1602. package/lib/node_modules/markdown-it/lib/rules_inline/autolink.js.map +1 -0
  1603. package/lib/node_modules/markdown-it/lib/rules_inline/backticks.js +2 -0
  1604. package/lib/node_modules/markdown-it/lib/rules_inline/backticks.js.map +1 -0
  1605. package/lib/node_modules/markdown-it/lib/rules_inline/balance_pairs.js +2 -0
  1606. package/lib/node_modules/markdown-it/lib/rules_inline/balance_pairs.js.map +1 -0
  1607. package/lib/node_modules/markdown-it/lib/rules_inline/emphasis.js +2 -0
  1608. package/lib/node_modules/markdown-it/lib/rules_inline/emphasis.js.map +1 -0
  1609. package/lib/node_modules/markdown-it/lib/rules_inline/entity.js +2 -0
  1610. package/lib/node_modules/markdown-it/lib/rules_inline/entity.js.map +1 -0
  1611. package/lib/node_modules/markdown-it/lib/rules_inline/escape.js +2 -0
  1612. package/lib/node_modules/markdown-it/lib/rules_inline/escape.js.map +1 -0
  1613. package/lib/node_modules/markdown-it/lib/rules_inline/fragments_join.js +2 -0
  1614. package/lib/node_modules/markdown-it/lib/rules_inline/fragments_join.js.map +1 -0
  1615. package/lib/node_modules/markdown-it/lib/rules_inline/html_inline.js +2 -0
  1616. package/lib/node_modules/markdown-it/lib/rules_inline/html_inline.js.map +1 -0
  1617. package/lib/node_modules/markdown-it/lib/rules_inline/image.js +2 -0
  1618. package/lib/node_modules/markdown-it/lib/rules_inline/image.js.map +1 -0
  1619. package/lib/node_modules/markdown-it/lib/rules_inline/link.js +2 -0
  1620. package/lib/node_modules/markdown-it/lib/rules_inline/link.js.map +1 -0
  1621. package/lib/node_modules/markdown-it/lib/rules_inline/linkify.js +2 -0
  1622. package/lib/node_modules/markdown-it/lib/rules_inline/linkify.js.map +1 -0
  1623. package/lib/node_modules/markdown-it/lib/rules_inline/newline.js +2 -0
  1624. package/lib/node_modules/markdown-it/lib/rules_inline/newline.js.map +1 -0
  1625. package/lib/node_modules/markdown-it/lib/rules_inline/state_inline.js +2 -0
  1626. package/lib/node_modules/markdown-it/lib/rules_inline/state_inline.js.map +1 -0
  1627. package/lib/node_modules/markdown-it/lib/rules_inline/strikethrough.js +2 -0
  1628. package/lib/node_modules/markdown-it/lib/rules_inline/strikethrough.js.map +1 -0
  1629. package/lib/node_modules/markdown-it/lib/rules_inline/text.js +2 -0
  1630. package/lib/node_modules/markdown-it/lib/rules_inline/text.js.map +1 -0
  1631. package/lib/node_modules/markdown-it/lib/token.js +2 -0
  1632. package/lib/node_modules/markdown-it/lib/token.js.map +1 -0
  1633. package/lib/node_modules/markdown-it-container/index.js +2 -0
  1634. package/lib/node_modules/markdown-it-container/index.js.map +1 -0
  1635. package/lib/node_modules/markdown-it-footnote/index.js +9 -0
  1636. package/lib/node_modules/markdown-it-footnote/index.js.map +1 -0
  1637. package/lib/node_modules/marks-pane/lib/events.js +2 -0
  1638. package/lib/node_modules/marks-pane/lib/events.js.map +1 -0
  1639. package/lib/node_modules/marks-pane/lib/marks.js +2 -0
  1640. package/lib/node_modules/marks-pane/lib/marks.js.map +1 -0
  1641. package/lib/node_modules/marks-pane/lib/svg.js +2 -0
  1642. package/lib/node_modules/marks-pane/lib/svg.js.map +1 -0
  1643. package/lib/node_modules/mdurl/index.js +2 -0
  1644. package/lib/node_modules/mdurl/index.js.map +1 -0
  1645. package/lib/node_modules/mdurl/lib/decode.js +2 -0
  1646. package/lib/node_modules/mdurl/lib/decode.js.map +1 -0
  1647. package/lib/node_modules/mdurl/lib/encode.js +2 -0
  1648. package/lib/node_modules/mdurl/lib/encode.js.map +1 -0
  1649. package/lib/node_modules/mdurl/lib/format.js +2 -0
  1650. package/lib/node_modules/mdurl/lib/format.js.map +1 -0
  1651. package/lib/node_modules/mdurl/lib/parse.js +3 -0
  1652. package/lib/node_modules/mdurl/lib/parse.js.map +1 -0
  1653. package/lib/node_modules/path-webpack/path.js +2 -0
  1654. package/lib/node_modules/path-webpack/path.js.map +1 -0
  1655. package/lib/node_modules/punycode.js/punycode.es6.js +2 -0
  1656. package/lib/node_modules/punycode.js/punycode.es6.js.map +1 -0
  1657. package/lib/node_modules/style-mod/src/style-mod.js +4 -0
  1658. package/lib/node_modules/style-mod/src/style-mod.js.map +1 -0
  1659. package/lib/node_modules/type/function/is.js +2 -0
  1660. package/lib/node_modules/type/function/is.js.map +1 -0
  1661. package/lib/node_modules/type/object/is.js +2 -0
  1662. package/lib/node_modules/type/object/is.js.map +1 -0
  1663. package/lib/node_modules/type/plain-function/is.js +2 -0
  1664. package/lib/node_modules/type/plain-function/is.js.map +1 -0
  1665. package/lib/node_modules/type/prototype/is.js +2 -0
  1666. package/lib/node_modules/type/prototype/is.js.map +1 -0
  1667. package/lib/node_modules/type/value/is.js +2 -0
  1668. package/lib/node_modules/type/value/is.js.map +1 -0
  1669. package/lib/node_modules/uc.micro/categories/Cc/regex.js +2 -0
  1670. package/lib/node_modules/uc.micro/categories/Cc/regex.js.map +1 -0
  1671. package/lib/node_modules/uc.micro/categories/Cf/regex.js +2 -0
  1672. package/lib/node_modules/uc.micro/categories/Cf/regex.js.map +1 -0
  1673. package/lib/node_modules/uc.micro/categories/P/regex.js +2 -0
  1674. package/lib/node_modules/uc.micro/categories/P/regex.js.map +1 -0
  1675. package/lib/node_modules/uc.micro/categories/S/regex.js +2 -0
  1676. package/lib/node_modules/uc.micro/categories/S/regex.js.map +1 -0
  1677. package/lib/node_modules/uc.micro/categories/Z/regex.js +2 -0
  1678. package/lib/node_modules/uc.micro/categories/Z/regex.js.map +1 -0
  1679. package/lib/node_modules/uc.micro/index.js +2 -0
  1680. package/lib/node_modules/uc.micro/index.js.map +1 -0
  1681. package/lib/node_modules/uc.micro/properties/Any/regex.js +2 -0
  1682. package/lib/node_modules/uc.micro/properties/Any/regex.js.map +1 -0
  1683. package/lib/node_modules/vue-codemirror/dist/vue-codemirror.esm.js +7 -0
  1684. package/lib/node_modules/vue-codemirror/dist/vue-codemirror.esm.js.map +1 -0
  1685. package/lib/node_modules/vue-demi/lib/index.js +2 -0
  1686. package/lib/node_modules/vue-demi/lib/index.js.map +1 -0
  1687. package/lib/node_modules/w3c-keyname/index.js +2 -0
  1688. package/lib/node_modules/w3c-keyname/index.js.map +1 -0
  1689. package/lib/packages/index.js +2 -0
  1690. package/lib/packages/index.js.map +1 -0
  1691. package/lib/packages/preview/preview.const.js +2 -0
  1692. package/lib/packages/preview/preview.const.js.map +1 -0
  1693. package/lib/packages/preview/preview.interface.js +2 -0
  1694. package/lib/packages/preview/preview.interface.js.map +1 -0
  1695. package/lib/packages/preview/supports/audio-preview/index.js +2 -0
  1696. package/lib/packages/preview/supports/audio-preview/index.js.map +1 -0
  1697. package/lib/packages/preview/supports/audio-preview/index.vue.js +2 -0
  1698. package/lib/packages/preview/supports/audio-preview/index.vue.js.map +1 -0
  1699. package/lib/packages/preview/supports/audio-preview/index.vue2.js +2 -0
  1700. package/lib/packages/preview/supports/audio-preview/index.vue2.js.map +1 -0
  1701. package/lib/packages/preview/supports/code-preview/index.js +2 -0
  1702. package/lib/packages/preview/supports/code-preview/index.js.map +1 -0
  1703. package/lib/packages/preview/supports/code-preview/index.vue.js +2 -0
  1704. package/lib/packages/preview/supports/code-preview/index.vue.js.map +1 -0
  1705. package/lib/packages/preview/supports/code-preview/index.vue2.js +2 -0
  1706. package/lib/packages/preview/supports/code-preview/index.vue2.js.map +1 -0
  1707. package/lib/packages/preview/supports/docx-preview/index.js +2 -0
  1708. package/lib/packages/preview/supports/docx-preview/index.js.map +1 -0
  1709. package/lib/packages/preview/supports/docx-preview/index.vue.js +2 -0
  1710. package/lib/packages/preview/supports/docx-preview/index.vue.js.map +1 -0
  1711. package/lib/packages/preview/supports/docx-preview/index.vue2.js +2 -0
  1712. package/lib/packages/preview/supports/docx-preview/index.vue2.js.map +1 -0
  1713. package/lib/packages/preview/supports/epub-preview/index.js +2 -0
  1714. package/lib/packages/preview/supports/epub-preview/index.js.map +1 -0
  1715. package/lib/packages/preview/supports/epub-preview/index.vue.js +2 -0
  1716. package/lib/packages/preview/supports/epub-preview/index.vue.js.map +1 -0
  1717. package/lib/packages/preview/supports/epub-preview/index.vue2.js +2 -0
  1718. package/lib/packages/preview/supports/epub-preview/index.vue2.js.map +1 -0
  1719. package/lib/packages/preview/supports/md-preview/index.js +2 -0
  1720. package/lib/packages/preview/supports/md-preview/index.js.map +1 -0
  1721. package/lib/packages/preview/supports/md-preview/index.vue.js +2 -0
  1722. package/lib/packages/preview/supports/md-preview/index.vue.js.map +1 -0
  1723. package/lib/packages/preview/supports/md-preview/index.vue2.js +2 -0
  1724. package/lib/packages/preview/supports/md-preview/index.vue2.js.map +1 -0
  1725. package/lib/packages/preview/supports/pdf-preview/index.js +2 -0
  1726. package/lib/packages/preview/supports/pdf-preview/index.js.map +1 -0
  1727. package/lib/packages/preview/supports/pdf-preview/index.vue.js +2 -0
  1728. package/lib/packages/preview/supports/pdf-preview/index.vue.js.map +1 -0
  1729. package/lib/packages/preview/supports/pdf-preview/index.vue2.js +2 -0
  1730. package/lib/packages/preview/supports/pdf-preview/index.vue2.js.map +1 -0
  1731. package/lib/packages/preview/supports/pic-preview/index.js +2 -0
  1732. package/lib/packages/preview/supports/pic-preview/index.js.map +1 -0
  1733. package/lib/packages/preview/supports/pic-preview/index.vue.js +2 -0
  1734. package/lib/packages/preview/supports/pic-preview/index.vue.js.map +1 -0
  1735. package/lib/packages/preview/supports/pic-preview/index.vue2.js +2 -0
  1736. package/lib/packages/preview/supports/pic-preview/index.vue2.js.map +1 -0
  1737. package/lib/packages/preview/supports/txt-preview/index.js +2 -0
  1738. package/lib/packages/preview/supports/txt-preview/index.js.map +1 -0
  1739. package/lib/packages/preview/supports/txt-preview/index.vue.js +2 -0
  1740. package/lib/packages/preview/supports/txt-preview/index.vue.js.map +1 -0
  1741. package/lib/packages/preview/supports/txt-preview/index.vue2.js +2 -0
  1742. package/lib/packages/preview/supports/txt-preview/index.vue2.js.map +1 -0
  1743. package/lib/packages/preview/supports/video-preview/index.js +2 -0
  1744. package/lib/packages/preview/supports/video-preview/index.js.map +1 -0
  1745. package/lib/packages/preview/supports/video-preview/index.vue.js +2 -0
  1746. package/lib/packages/preview/supports/video-preview/index.vue.js.map +1 -0
  1747. package/lib/packages/preview/supports/video-preview/index.vue2.js +2 -0
  1748. package/lib/packages/preview/supports/video-preview/index.vue2.js.map +1 -0
  1749. package/lib/packages/preview/supports/vue-files-preview/index.js +2 -0
  1750. package/lib/packages/preview/supports/vue-files-preview/index.js.map +1 -0
  1751. package/lib/packages/preview/supports/vue-files-preview/index.vue.js +2 -0
  1752. package/lib/packages/preview/supports/vue-files-preview/index.vue.js.map +1 -0
  1753. package/lib/packages/preview/supports/vue-files-preview/index.vue2.js +2 -0
  1754. package/lib/packages/preview/supports/vue-files-preview/index.vue2.js.map +1 -0
  1755. package/lib/packages/preview/supports/xlsx-preview/index.js +2 -0
  1756. package/lib/packages/preview/supports/xlsx-preview/index.js.map +1 -0
  1757. package/lib/packages/preview/supports/xlsx-preview/index.vue.js +2 -0
  1758. package/lib/packages/preview/supports/xlsx-preview/index.vue.js.map +1 -0
  1759. package/lib/packages/preview/supports/xlsx-preview/index.vue2.js +2 -0
  1760. package/lib/packages/preview/supports/xlsx-preview/index.vue2.js.map +1 -0
  1761. package/lib/packages/preview/utils/utils.js +2 -0
  1762. package/lib/packages/preview/utils/utils.js.map +1 -0
  1763. package/lib/packages/version.js +2 -0
  1764. package/lib/packages/version.js.map +1 -0
  1765. package/lib/style.css +9 -0
  1766. package/package.json +70 -0
  1767. package/types/index.d.ts +8 -0
  1768. package/types/preview/preview.const.d.ts +17 -0
  1769. package/types/preview/preview.interface.d.ts +31 -0
  1770. package/types/preview/supports/audio-preview/index.d.ts +2 -0
  1771. package/types/preview/supports/audio-preview/index.vue.d.ts +6 -0
  1772. package/types/preview/supports/code-preview/index.d.ts +2 -0
  1773. package/types/preview/supports/code-preview/index.vue.d.ts +6 -0
  1774. package/types/preview/supports/doc-preview/index.d.ts +2 -0
  1775. package/types/preview/supports/doc-preview/index.vue.d.ts +2 -0
  1776. package/types/preview/supports/docx-preview/index.d.ts +2 -0
  1777. package/types/preview/supports/docx-preview/index.vue.d.ts +6 -0
  1778. package/types/preview/supports/epub-preview/index.d.ts +2 -0
  1779. package/types/preview/supports/epub-preview/index.vue.d.ts +14 -0
  1780. package/types/preview/supports/index.d.ts +12 -0
  1781. package/types/preview/supports/md-preview/index.d.ts +2 -0
  1782. package/types/preview/supports/md-preview/index.vue.d.ts +6 -0
  1783. package/types/preview/supports/pdf-preview/index.d.ts +2 -0
  1784. package/types/preview/supports/pdf-preview/index.vue.d.ts +6 -0
  1785. package/types/preview/supports/pic-preview/index.d.ts +2 -0
  1786. package/types/preview/supports/pic-preview/index.vue.d.ts +6 -0
  1787. package/types/preview/supports/txt-preview/index.d.ts +2 -0
  1788. package/types/preview/supports/txt-preview/index.vue.d.ts +6 -0
  1789. package/types/preview/supports/video-preview/index.d.ts +2 -0
  1790. package/types/preview/supports/video-preview/index.vue.d.ts +6 -0
  1791. package/types/preview/supports/vue-files-preview/index.d.ts +2 -0
  1792. package/types/preview/supports/vue-files-preview/index.vue.d.ts +17 -0
  1793. package/types/preview/supports/xlsx-preview/index.d.ts +2 -0
  1794. package/types/preview/supports/xlsx-preview/index.vue.d.ts +12 -0
  1795. package/types/preview/utils/utils.d.ts +20 -0
  1796. package/types/version.d.ts +1 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../node_modules/@vueuse/shared/index.mjs"],"sourcesContent":["import { shallowRef, watchEffect, readonly, ref, watch, customRef, getCurrentScope, onScopeDispose, effectScope, getCurrentInstance, inject, provide, isVue3, version, isRef, unref, computed, reactive, toRefs as toRefs$1, toRef as toRef$1, isVue2, set as set$1, onBeforeMount, nextTick, onBeforeUnmount, onMounted, onUnmounted, isReactive } from 'vue-demi';\n\nfunction computedEager(fn, options) {\n var _a;\n const result = shallowRef();\n watchEffect(() => {\n result.value = fn();\n }, {\n ...options,\n flush: (_a = options == null ? void 0 : options.flush) != null ? _a : \"sync\"\n });\n return readonly(result);\n}\n\nfunction computedWithControl(source, fn) {\n let v = void 0;\n let track;\n let trigger;\n const dirty = ref(true);\n const update = () => {\n dirty.value = true;\n trigger();\n };\n watch(source, update, { flush: \"sync\" });\n const get = typeof fn === \"function\" ? fn : fn.get;\n const set = typeof fn === \"function\" ? void 0 : fn.set;\n const result = customRef((_track, _trigger) => {\n track = _track;\n trigger = _trigger;\n return {\n get() {\n if (dirty.value) {\n v = get(v);\n dirty.value = false;\n }\n track();\n return v;\n },\n set(v2) {\n set == null ? void 0 : set(v2);\n }\n };\n });\n if (Object.isExtensible(result))\n result.trigger = update;\n return result;\n}\n\nfunction tryOnScopeDispose(fn) {\n if (getCurrentScope()) {\n onScopeDispose(fn);\n return true;\n }\n return false;\n}\n\nfunction createEventHook() {\n const fns = /* @__PURE__ */ new Set();\n const off = (fn) => {\n fns.delete(fn);\n };\n const on = (fn) => {\n fns.add(fn);\n const offFn = () => off(fn);\n tryOnScopeDispose(offFn);\n return {\n off: offFn\n };\n };\n const trigger = (...args) => {\n return Promise.all(Array.from(fns).map((fn) => fn(...args)));\n };\n return {\n on,\n off,\n trigger\n };\n}\n\nfunction createGlobalState(stateFactory) {\n let initialized = false;\n let state;\n const scope = effectScope(true);\n return (...args) => {\n if (!initialized) {\n state = scope.run(() => stateFactory(...args));\n initialized = true;\n }\n return state;\n };\n}\n\nconst localProvidedStateMap = /* @__PURE__ */ new WeakMap();\n\nconst injectLocal = (...args) => {\n var _a;\n const key = args[0];\n const instance = (_a = getCurrentInstance()) == null ? void 0 : _a.proxy;\n if (instance == null)\n throw new Error(\"injectLocal must be called in setup\");\n if (localProvidedStateMap.has(instance) && key in localProvidedStateMap.get(instance))\n return localProvidedStateMap.get(instance)[key];\n return inject(...args);\n};\n\nconst provideLocal = (key, value) => {\n var _a;\n const instance = (_a = getCurrentInstance()) == null ? void 0 : _a.proxy;\n if (instance == null)\n throw new Error(\"provideLocal must be called in setup\");\n if (!localProvidedStateMap.has(instance))\n localProvidedStateMap.set(instance, /* @__PURE__ */ Object.create(null));\n const localProvidedState = localProvidedStateMap.get(instance);\n localProvidedState[key] = value;\n provide(key, value);\n};\n\nfunction createInjectionState(composable, options) {\n const key = (options == null ? void 0 : options.injectionKey) || Symbol(composable.name || \"InjectionState\");\n const defaultValue = options == null ? void 0 : options.defaultValue;\n const useProvidingState = (...args) => {\n const state = composable(...args);\n provideLocal(key, state);\n return state;\n };\n const useInjectedState = () => injectLocal(key, defaultValue);\n return [useProvidingState, useInjectedState];\n}\n\nfunction createSharedComposable(composable) {\n let subscribers = 0;\n let state;\n let scope;\n const dispose = () => {\n subscribers -= 1;\n if (scope && subscribers <= 0) {\n scope.stop();\n state = void 0;\n scope = void 0;\n }\n };\n return (...args) => {\n subscribers += 1;\n if (!scope) {\n scope = effectScope(true);\n state = scope.run(() => composable(...args));\n }\n tryOnScopeDispose(dispose);\n return state;\n };\n}\n\nfunction extendRef(ref, extend, { enumerable = false, unwrap = true } = {}) {\n if (!isVue3 && !version.startsWith(\"2.7.\")) {\n if (process.env.NODE_ENV !== \"production\")\n throw new Error(\"[VueUse] extendRef only works in Vue 2.7 or above.\");\n return;\n }\n for (const [key, value] of Object.entries(extend)) {\n if (key === \"value\")\n continue;\n if (isRef(value) && unwrap) {\n Object.defineProperty(ref, key, {\n get() {\n return value.value;\n },\n set(v) {\n value.value = v;\n },\n enumerable\n });\n } else {\n Object.defineProperty(ref, key, { value, enumerable });\n }\n }\n return ref;\n}\n\nfunction get(obj, key) {\n if (key == null)\n return unref(obj);\n return unref(obj)[key];\n}\n\nfunction isDefined(v) {\n return unref(v) != null;\n}\n\nfunction makeDestructurable(obj, arr) {\n if (typeof Symbol !== \"undefined\") {\n const clone = { ...obj };\n Object.defineProperty(clone, Symbol.iterator, {\n enumerable: false,\n value() {\n let index = 0;\n return {\n next: () => ({\n value: arr[index++],\n done: index > arr.length\n })\n };\n }\n });\n return clone;\n } else {\n return Object.assign([...arr], obj);\n }\n}\n\nfunction toValue(r) {\n return typeof r === \"function\" ? r() : unref(r);\n}\nconst resolveUnref = toValue;\n\nfunction reactify(fn, options) {\n const unrefFn = (options == null ? void 0 : options.computedGetter) === false ? unref : toValue;\n return function(...args) {\n return computed(() => fn.apply(this, args.map((i) => unrefFn(i))));\n };\n}\n\nfunction reactifyObject(obj, optionsOrKeys = {}) {\n let keys = [];\n let options;\n if (Array.isArray(optionsOrKeys)) {\n keys = optionsOrKeys;\n } else {\n options = optionsOrKeys;\n const { includeOwnProperties = true } = optionsOrKeys;\n keys.push(...Object.keys(obj));\n if (includeOwnProperties)\n keys.push(...Object.getOwnPropertyNames(obj));\n }\n return Object.fromEntries(\n keys.map((key) => {\n const value = obj[key];\n return [\n key,\n typeof value === \"function\" ? reactify(value.bind(obj), options) : value\n ];\n })\n );\n}\n\nfunction toReactive(objectRef) {\n if (!isRef(objectRef))\n return reactive(objectRef);\n const proxy = new Proxy({}, {\n get(_, p, receiver) {\n return unref(Reflect.get(objectRef.value, p, receiver));\n },\n set(_, p, value) {\n if (isRef(objectRef.value[p]) && !isRef(value))\n objectRef.value[p].value = value;\n else\n objectRef.value[p] = value;\n return true;\n },\n deleteProperty(_, p) {\n return Reflect.deleteProperty(objectRef.value, p);\n },\n has(_, p) {\n return Reflect.has(objectRef.value, p);\n },\n ownKeys() {\n return Object.keys(objectRef.value);\n },\n getOwnPropertyDescriptor() {\n return {\n enumerable: true,\n configurable: true\n };\n }\n });\n return reactive(proxy);\n}\n\nfunction reactiveComputed(fn) {\n return toReactive(computed(fn));\n}\n\nfunction reactiveOmit(obj, ...keys) {\n const flatKeys = keys.flat();\n const predicate = flatKeys[0];\n return reactiveComputed(() => typeof predicate === \"function\" ? Object.fromEntries(Object.entries(toRefs$1(obj)).filter(([k, v]) => !predicate(toValue(v), k))) : Object.fromEntries(Object.entries(toRefs$1(obj)).filter((e) => !flatKeys.includes(e[0]))));\n}\n\nconst directiveHooks = {\n mounted: isVue3 ? \"mounted\" : \"inserted\",\n updated: isVue3 ? \"updated\" : \"componentUpdated\",\n unmounted: isVue3 ? \"unmounted\" : \"unbind\"\n};\n\nconst isClient = typeof window !== \"undefined\" && typeof document !== \"undefined\";\nconst isWorker = typeof WorkerGlobalScope !== \"undefined\" && globalThis instanceof WorkerGlobalScope;\nconst isDef = (val) => typeof val !== \"undefined\";\nconst notNullish = (val) => val != null;\nconst assert = (condition, ...infos) => {\n if (!condition)\n console.warn(...infos);\n};\nconst toString = Object.prototype.toString;\nconst isObject = (val) => toString.call(val) === \"[object Object]\";\nconst now = () => Date.now();\nconst timestamp = () => +Date.now();\nconst clamp = (n, min, max) => Math.min(max, Math.max(min, n));\nconst noop = () => {\n};\nconst rand = (min, max) => {\n min = Math.ceil(min);\n max = Math.floor(max);\n return Math.floor(Math.random() * (max - min + 1)) + min;\n};\nconst hasOwn = (val, key) => Object.prototype.hasOwnProperty.call(val, key);\nconst isIOS = /* @__PURE__ */ getIsIOS();\nfunction getIsIOS() {\n var _a, _b;\n return isClient && ((_a = window == null ? void 0 : window.navigator) == null ? void 0 : _a.userAgent) && (/iP(?:ad|hone|od)/.test(window.navigator.userAgent) || ((_b = window == null ? void 0 : window.navigator) == null ? void 0 : _b.maxTouchPoints) > 2 && /iPad|Macintosh/.test(window == null ? void 0 : window.navigator.userAgent));\n}\n\nfunction createFilterWrapper(filter, fn) {\n function wrapper(...args) {\n return new Promise((resolve, reject) => {\n Promise.resolve(filter(() => fn.apply(this, args), { fn, thisArg: this, args })).then(resolve).catch(reject);\n });\n }\n return wrapper;\n}\nconst bypassFilter = (invoke) => {\n return invoke();\n};\nfunction debounceFilter(ms, options = {}) {\n let timer;\n let maxTimer;\n let lastRejector = noop;\n const _clearTimeout = (timer2) => {\n clearTimeout(timer2);\n lastRejector();\n lastRejector = noop;\n };\n const filter = (invoke) => {\n const duration = toValue(ms);\n const maxDuration = toValue(options.maxWait);\n if (timer)\n _clearTimeout(timer);\n if (duration <= 0 || maxDuration !== void 0 && maxDuration <= 0) {\n if (maxTimer) {\n _clearTimeout(maxTimer);\n maxTimer = null;\n }\n return Promise.resolve(invoke());\n }\n return new Promise((resolve, reject) => {\n lastRejector = options.rejectOnCancel ? reject : resolve;\n if (maxDuration && !maxTimer) {\n maxTimer = setTimeout(() => {\n if (timer)\n _clearTimeout(timer);\n maxTimer = null;\n resolve(invoke());\n }, maxDuration);\n }\n timer = setTimeout(() => {\n if (maxTimer)\n _clearTimeout(maxTimer);\n maxTimer = null;\n resolve(invoke());\n }, duration);\n });\n };\n return filter;\n}\nfunction throttleFilter(...args) {\n let lastExec = 0;\n let timer;\n let isLeading = true;\n let lastRejector = noop;\n let lastValue;\n let ms;\n let trailing;\n let leading;\n let rejectOnCancel;\n if (!isRef(args[0]) && typeof args[0] === \"object\")\n ({ delay: ms, trailing = true, leading = true, rejectOnCancel = false } = args[0]);\n else\n [ms, trailing = true, leading = true, rejectOnCancel = false] = args;\n const clear = () => {\n if (timer) {\n clearTimeout(timer);\n timer = void 0;\n lastRejector();\n lastRejector = noop;\n }\n };\n const filter = (_invoke) => {\n const duration = toValue(ms);\n const elapsed = Date.now() - lastExec;\n const invoke = () => {\n return lastValue = _invoke();\n };\n clear();\n if (duration <= 0) {\n lastExec = Date.now();\n return invoke();\n }\n if (elapsed > duration && (leading || !isLeading)) {\n lastExec = Date.now();\n invoke();\n } else if (trailing) {\n lastValue = new Promise((resolve, reject) => {\n lastRejector = rejectOnCancel ? reject : resolve;\n timer = setTimeout(() => {\n lastExec = Date.now();\n isLeading = true;\n resolve(invoke());\n clear();\n }, Math.max(0, duration - elapsed));\n });\n }\n if (!leading && !timer)\n timer = setTimeout(() => isLeading = true, duration);\n isLeading = false;\n return lastValue;\n };\n return filter;\n}\nfunction pausableFilter(extendFilter = bypassFilter) {\n const isActive = ref(true);\n function pause() {\n isActive.value = false;\n }\n function resume() {\n isActive.value = true;\n }\n const eventFilter = (...args) => {\n if (isActive.value)\n extendFilter(...args);\n };\n return { isActive: readonly(isActive), pause, resume, eventFilter };\n}\n\nfunction cacheStringFunction(fn) {\n const cache = /* @__PURE__ */ Object.create(null);\n return (str) => {\n const hit = cache[str];\n return hit || (cache[str] = fn(str));\n };\n}\nconst hyphenateRE = /\\B([A-Z])/g;\nconst hyphenate = cacheStringFunction((str) => str.replace(hyphenateRE, \"-$1\").toLowerCase());\nconst camelizeRE = /-(\\w)/g;\nconst camelize = cacheStringFunction((str) => {\n return str.replace(camelizeRE, (_, c) => c ? c.toUpperCase() : \"\");\n});\n\nfunction promiseTimeout(ms, throwOnTimeout = false, reason = \"Timeout\") {\n return new Promise((resolve, reject) => {\n if (throwOnTimeout)\n setTimeout(() => reject(reason), ms);\n else\n setTimeout(resolve, ms);\n });\n}\nfunction identity(arg) {\n return arg;\n}\nfunction createSingletonPromise(fn) {\n let _promise;\n function wrapper() {\n if (!_promise)\n _promise = fn();\n return _promise;\n }\n wrapper.reset = async () => {\n const _prev = _promise;\n _promise = void 0;\n if (_prev)\n await _prev;\n };\n return wrapper;\n}\nfunction invoke(fn) {\n return fn();\n}\nfunction containsProp(obj, ...props) {\n return props.some((k) => k in obj);\n}\nfunction increaseWithUnit(target, delta) {\n var _a;\n if (typeof target === \"number\")\n return target + delta;\n const value = ((_a = target.match(/^-?\\d+\\.?\\d*/)) == null ? void 0 : _a[0]) || \"\";\n const unit = target.slice(value.length);\n const result = Number.parseFloat(value) + delta;\n if (Number.isNaN(result))\n return target;\n return result + unit;\n}\nfunction objectPick(obj, keys, omitUndefined = false) {\n return keys.reduce((n, k) => {\n if (k in obj) {\n if (!omitUndefined || obj[k] !== void 0)\n n[k] = obj[k];\n }\n return n;\n }, {});\n}\nfunction objectOmit(obj, keys, omitUndefined = false) {\n return Object.fromEntries(Object.entries(obj).filter(([key, value]) => {\n return (!omitUndefined || value !== void 0) && !keys.includes(key);\n }));\n}\nfunction objectEntries(obj) {\n return Object.entries(obj);\n}\nfunction getLifeCycleTarget(target) {\n return target || getCurrentInstance();\n}\n\nfunction toRef(...args) {\n if (args.length !== 1)\n return toRef$1(...args);\n const r = args[0];\n return typeof r === \"function\" ? readonly(customRef(() => ({ get: r, set: noop }))) : ref(r);\n}\nconst resolveRef = toRef;\n\nfunction reactivePick(obj, ...keys) {\n const flatKeys = keys.flat();\n const predicate = flatKeys[0];\n return reactiveComputed(() => typeof predicate === \"function\" ? Object.fromEntries(Object.entries(toRefs$1(obj)).filter(([k, v]) => predicate(toValue(v), k))) : Object.fromEntries(flatKeys.map((k) => [k, toRef(obj, k)])));\n}\n\nfunction refAutoReset(defaultValue, afterMs = 1e4) {\n return customRef((track, trigger) => {\n let value = toValue(defaultValue);\n let timer;\n const resetAfter = () => setTimeout(() => {\n value = toValue(defaultValue);\n trigger();\n }, toValue(afterMs));\n tryOnScopeDispose(() => {\n clearTimeout(timer);\n });\n return {\n get() {\n track();\n return value;\n },\n set(newValue) {\n value = newValue;\n trigger();\n clearTimeout(timer);\n timer = resetAfter();\n }\n };\n });\n}\n\nfunction useDebounceFn(fn, ms = 200, options = {}) {\n return createFilterWrapper(\n debounceFilter(ms, options),\n fn\n );\n}\n\nfunction refDebounced(value, ms = 200, options = {}) {\n const debounced = ref(value.value);\n const updater = useDebounceFn(() => {\n debounced.value = value.value;\n }, ms, options);\n watch(value, () => updater());\n return debounced;\n}\n\nfunction refDefault(source, defaultValue) {\n return computed({\n get() {\n var _a;\n return (_a = source.value) != null ? _a : defaultValue;\n },\n set(value) {\n source.value = value;\n }\n });\n}\n\nfunction useThrottleFn(fn, ms = 200, trailing = false, leading = true, rejectOnCancel = false) {\n return createFilterWrapper(\n throttleFilter(ms, trailing, leading, rejectOnCancel),\n fn\n );\n}\n\nfunction refThrottled(value, delay = 200, trailing = true, leading = true) {\n if (delay <= 0)\n return value;\n const throttled = ref(value.value);\n const updater = useThrottleFn(() => {\n throttled.value = value.value;\n }, delay, trailing, leading);\n watch(value, () => updater());\n return throttled;\n}\n\nfunction refWithControl(initial, options = {}) {\n let source = initial;\n let track;\n let trigger;\n const ref = customRef((_track, _trigger) => {\n track = _track;\n trigger = _trigger;\n return {\n get() {\n return get();\n },\n set(v) {\n set(v);\n }\n };\n });\n function get(tracking = true) {\n if (tracking)\n track();\n return source;\n }\n function set(value, triggering = true) {\n var _a, _b;\n if (value === source)\n return;\n const old = source;\n if (((_a = options.onBeforeChange) == null ? void 0 : _a.call(options, value, old)) === false)\n return;\n source = value;\n (_b = options.onChanged) == null ? void 0 : _b.call(options, value, old);\n if (triggering)\n trigger();\n }\n const untrackedGet = () => get(false);\n const silentSet = (v) => set(v, false);\n const peek = () => get(false);\n const lay = (v) => set(v, false);\n return extendRef(\n ref,\n {\n get,\n set,\n untrackedGet,\n silentSet,\n peek,\n lay\n },\n { enumerable: true }\n );\n}\nconst controlledRef = refWithControl;\n\nfunction set(...args) {\n if (args.length === 2) {\n const [ref, value] = args;\n ref.value = value;\n }\n if (args.length === 3) {\n if (isVue2) {\n set$1(...args);\n } else {\n const [target, key, value] = args;\n target[key] = value;\n }\n }\n}\n\nfunction watchWithFilter(source, cb, options = {}) {\n const {\n eventFilter = bypassFilter,\n ...watchOptions\n } = options;\n return watch(\n source,\n createFilterWrapper(\n eventFilter,\n cb\n ),\n watchOptions\n );\n}\n\nfunction watchPausable(source, cb, options = {}) {\n const {\n eventFilter: filter,\n ...watchOptions\n } = options;\n const { eventFilter, pause, resume, isActive } = pausableFilter(filter);\n const stop = watchWithFilter(\n source,\n cb,\n {\n ...watchOptions,\n eventFilter\n }\n );\n return { stop, pause, resume, isActive };\n}\n\nfunction syncRef(left, right, ...[options]) {\n const {\n flush = \"sync\",\n deep = false,\n immediate = true,\n direction = \"both\",\n transform = {}\n } = options || {};\n const watchers = [];\n const transformLTR = \"ltr\" in transform && transform.ltr || ((v) => v);\n const transformRTL = \"rtl\" in transform && transform.rtl || ((v) => v);\n if (direction === \"both\" || direction === \"ltr\") {\n watchers.push(watchPausable(\n left,\n (newValue) => {\n watchers.forEach((w) => w.pause());\n right.value = transformLTR(newValue);\n watchers.forEach((w) => w.resume());\n },\n { flush, deep, immediate }\n ));\n }\n if (direction === \"both\" || direction === \"rtl\") {\n watchers.push(watchPausable(\n right,\n (newValue) => {\n watchers.forEach((w) => w.pause());\n left.value = transformRTL(newValue);\n watchers.forEach((w) => w.resume());\n },\n { flush, deep, immediate }\n ));\n }\n const stop = () => {\n watchers.forEach((w) => w.stop());\n };\n return stop;\n}\n\nfunction syncRefs(source, targets, options = {}) {\n const {\n flush = \"sync\",\n deep = false,\n immediate = true\n } = options;\n if (!Array.isArray(targets))\n targets = [targets];\n return watch(\n source,\n (newValue) => targets.forEach((target) => target.value = newValue),\n { flush, deep, immediate }\n );\n}\n\nfunction toRefs(objectRef, options = {}) {\n if (!isRef(objectRef))\n return toRefs$1(objectRef);\n const result = Array.isArray(objectRef.value) ? Array.from({ length: objectRef.value.length }) : {};\n for (const key in objectRef.value) {\n result[key] = customRef(() => ({\n get() {\n return objectRef.value[key];\n },\n set(v) {\n var _a;\n const replaceRef = (_a = toValue(options.replaceRef)) != null ? _a : true;\n if (replaceRef) {\n if (Array.isArray(objectRef.value)) {\n const copy = [...objectRef.value];\n copy[key] = v;\n objectRef.value = copy;\n } else {\n const newObject = { ...objectRef.value, [key]: v };\n Object.setPrototypeOf(newObject, Object.getPrototypeOf(objectRef.value));\n objectRef.value = newObject;\n }\n } else {\n objectRef.value[key] = v;\n }\n }\n }));\n }\n return result;\n}\n\nfunction tryOnBeforeMount(fn, sync = true, target) {\n const instance = getLifeCycleTarget(target);\n if (instance)\n onBeforeMount(fn, target);\n else if (sync)\n fn();\n else\n nextTick(fn);\n}\n\nfunction tryOnBeforeUnmount(fn, target) {\n const instance = getLifeCycleTarget(target);\n if (instance)\n onBeforeUnmount(fn, target);\n}\n\nfunction tryOnMounted(fn, sync = true, target) {\n const instance = getLifeCycleTarget();\n if (instance)\n onMounted(fn, target);\n else if (sync)\n fn();\n else\n nextTick(fn);\n}\n\nfunction tryOnUnmounted(fn, target) {\n const instance = getLifeCycleTarget(target);\n if (instance)\n onUnmounted(fn, target);\n}\n\nfunction createUntil(r, isNot = false) {\n function toMatch(condition, { flush = \"sync\", deep = false, timeout, throwOnTimeout } = {}) {\n let stop = null;\n const watcher = new Promise((resolve) => {\n stop = watch(\n r,\n (v) => {\n if (condition(v) !== isNot) {\n if (stop)\n stop();\n else\n nextTick(() => stop == null ? void 0 : stop());\n resolve(v);\n }\n },\n {\n flush,\n deep,\n immediate: true\n }\n );\n });\n const promises = [watcher];\n if (timeout != null) {\n promises.push(\n promiseTimeout(timeout, throwOnTimeout).then(() => toValue(r)).finally(() => stop == null ? void 0 : stop())\n );\n }\n return Promise.race(promises);\n }\n function toBe(value, options) {\n if (!isRef(value))\n return toMatch((v) => v === value, options);\n const { flush = \"sync\", deep = false, timeout, throwOnTimeout } = options != null ? options : {};\n let stop = null;\n const watcher = new Promise((resolve) => {\n stop = watch(\n [r, value],\n ([v1, v2]) => {\n if (isNot !== (v1 === v2)) {\n if (stop)\n stop();\n else\n nextTick(() => stop == null ? void 0 : stop());\n resolve(v1);\n }\n },\n {\n flush,\n deep,\n immediate: true\n }\n );\n });\n const promises = [watcher];\n if (timeout != null) {\n promises.push(\n promiseTimeout(timeout, throwOnTimeout).then(() => toValue(r)).finally(() => {\n stop == null ? void 0 : stop();\n return toValue(r);\n })\n );\n }\n return Promise.race(promises);\n }\n function toBeTruthy(options) {\n return toMatch((v) => Boolean(v), options);\n }\n function toBeNull(options) {\n return toBe(null, options);\n }\n function toBeUndefined(options) {\n return toBe(void 0, options);\n }\n function toBeNaN(options) {\n return toMatch(Number.isNaN, options);\n }\n function toContains(value, options) {\n return toMatch((v) => {\n const array = Array.from(v);\n return array.includes(value) || array.includes(toValue(value));\n }, options);\n }\n function changed(options) {\n return changedTimes(1, options);\n }\n function changedTimes(n = 1, options) {\n let count = -1;\n return toMatch(() => {\n count += 1;\n return count >= n;\n }, options);\n }\n if (Array.isArray(toValue(r))) {\n const instance = {\n toMatch,\n toContains,\n changed,\n changedTimes,\n get not() {\n return createUntil(r, !isNot);\n }\n };\n return instance;\n } else {\n const instance = {\n toMatch,\n toBe,\n toBeTruthy,\n toBeNull,\n toBeNaN,\n toBeUndefined,\n changed,\n changedTimes,\n get not() {\n return createUntil(r, !isNot);\n }\n };\n return instance;\n }\n}\nfunction until(r) {\n return createUntil(r);\n}\n\nfunction defaultComparator(value, othVal) {\n return value === othVal;\n}\nfunction useArrayDifference(...args) {\n var _a;\n const list = args[0];\n const values = args[1];\n let compareFn = (_a = args[2]) != null ? _a : defaultComparator;\n if (typeof compareFn === \"string\") {\n const key = compareFn;\n compareFn = (value, othVal) => value[key] === othVal[key];\n }\n return computed(() => toValue(list).filter((x) => toValue(values).findIndex((y) => compareFn(x, y)) === -1));\n}\n\nfunction useArrayEvery(list, fn) {\n return computed(() => toValue(list).every((element, index, array) => fn(toValue(element), index, array)));\n}\n\nfunction useArrayFilter(list, fn) {\n return computed(() => toValue(list).map((i) => toValue(i)).filter(fn));\n}\n\nfunction useArrayFind(list, fn) {\n return computed(() => toValue(\n toValue(list).find((element, index, array) => fn(toValue(element), index, array))\n ));\n}\n\nfunction useArrayFindIndex(list, fn) {\n return computed(() => toValue(list).findIndex((element, index, array) => fn(toValue(element), index, array)));\n}\n\nfunction findLast(arr, cb) {\n let index = arr.length;\n while (index-- > 0) {\n if (cb(arr[index], index, arr))\n return arr[index];\n }\n return void 0;\n}\nfunction useArrayFindLast(list, fn) {\n return computed(() => toValue(\n !Array.prototype.findLast ? findLast(toValue(list), (element, index, array) => fn(toValue(element), index, array)) : toValue(list).findLast((element, index, array) => fn(toValue(element), index, array))\n ));\n}\n\nfunction isArrayIncludesOptions(obj) {\n return isObject(obj) && containsProp(obj, \"formIndex\", \"comparator\");\n}\nfunction useArrayIncludes(...args) {\n var _a;\n const list = args[0];\n const value = args[1];\n let comparator = args[2];\n let formIndex = 0;\n if (isArrayIncludesOptions(comparator)) {\n formIndex = (_a = comparator.fromIndex) != null ? _a : 0;\n comparator = comparator.comparator;\n }\n if (typeof comparator === \"string\") {\n const key = comparator;\n comparator = (element, value2) => element[key] === toValue(value2);\n }\n comparator = comparator != null ? comparator : (element, value2) => element === toValue(value2);\n return computed(() => toValue(list).slice(formIndex).some((element, index, array) => comparator(\n toValue(element),\n toValue(value),\n index,\n toValue(array)\n )));\n}\n\nfunction useArrayJoin(list, separator) {\n return computed(() => toValue(list).map((i) => toValue(i)).join(toValue(separator)));\n}\n\nfunction useArrayMap(list, fn) {\n return computed(() => toValue(list).map((i) => toValue(i)).map(fn));\n}\n\nfunction useArrayReduce(list, reducer, ...args) {\n const reduceCallback = (sum, value, index) => reducer(toValue(sum), toValue(value), index);\n return computed(() => {\n const resolved = toValue(list);\n return args.length ? resolved.reduce(reduceCallback, typeof args[0] === \"function\" ? toValue(args[0]()) : toValue(args[0])) : resolved.reduce(reduceCallback);\n });\n}\n\nfunction useArraySome(list, fn) {\n return computed(() => toValue(list).some((element, index, array) => fn(toValue(element), index, array)));\n}\n\nfunction uniq(array) {\n return Array.from(new Set(array));\n}\nfunction uniqueElementsBy(array, fn) {\n return array.reduce((acc, v) => {\n if (!acc.some((x) => fn(v, x, array)))\n acc.push(v);\n return acc;\n }, []);\n}\nfunction useArrayUnique(list, compareFn) {\n return computed(() => {\n const resolvedList = toValue(list).map((element) => toValue(element));\n return compareFn ? uniqueElementsBy(resolvedList, compareFn) : uniq(resolvedList);\n });\n}\n\nfunction useCounter(initialValue = 0, options = {}) {\n let _initialValue = unref(initialValue);\n const count = ref(initialValue);\n const {\n max = Number.POSITIVE_INFINITY,\n min = Number.NEGATIVE_INFINITY\n } = options;\n const inc = (delta = 1) => count.value = Math.max(Math.min(max, count.value + delta), min);\n const dec = (delta = 1) => count.value = Math.min(Math.max(min, count.value - delta), max);\n const get = () => count.value;\n const set = (val) => count.value = Math.max(min, Math.min(max, val));\n const reset = (val = _initialValue) => {\n _initialValue = val;\n return set(val);\n };\n return { count, inc, dec, get, set, reset };\n}\n\nconst REGEX_PARSE = /^(\\d{4})[-/]?(\\d{1,2})?[-/]?(\\d{0,2})[T\\s]*(\\d{1,2})?:?(\\d{1,2})?:?(\\d{1,2})?[.:]?(\\d+)?$/i;\nconst REGEX_FORMAT = /[YMDHhms]o|\\[([^\\]]+)\\]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a{1,2}|A{1,2}|m{1,2}|s{1,2}|Z{1,2}|SSS/g;\nfunction defaultMeridiem(hours, minutes, isLowercase, hasPeriod) {\n let m = hours < 12 ? \"AM\" : \"PM\";\n if (hasPeriod)\n m = m.split(\"\").reduce((acc, curr) => acc += `${curr}.`, \"\");\n return isLowercase ? m.toLowerCase() : m;\n}\nfunction formatOrdinal(num) {\n const suffixes = [\"th\", \"st\", \"nd\", \"rd\"];\n const v = num % 100;\n return num + (suffixes[(v - 20) % 10] || suffixes[v] || suffixes[0]);\n}\nfunction formatDate(date, formatStr, options = {}) {\n var _a;\n const years = date.getFullYear();\n const month = date.getMonth();\n const days = date.getDate();\n const hours = date.getHours();\n const minutes = date.getMinutes();\n const seconds = date.getSeconds();\n const milliseconds = date.getMilliseconds();\n const day = date.getDay();\n const meridiem = (_a = options.customMeridiem) != null ? _a : defaultMeridiem;\n const matches = {\n Yo: () => formatOrdinal(years),\n YY: () => String(years).slice(-2),\n YYYY: () => years,\n M: () => month + 1,\n Mo: () => formatOrdinal(month + 1),\n MM: () => `${month + 1}`.padStart(2, \"0\"),\n MMM: () => date.toLocaleDateString(toValue(options.locales), { month: \"short\" }),\n MMMM: () => date.toLocaleDateString(toValue(options.locales), { month: \"long\" }),\n D: () => String(days),\n Do: () => formatOrdinal(days),\n DD: () => `${days}`.padStart(2, \"0\"),\n H: () => String(hours),\n Ho: () => formatOrdinal(hours),\n HH: () => `${hours}`.padStart(2, \"0\"),\n h: () => `${hours % 12 || 12}`.padStart(1, \"0\"),\n ho: () => formatOrdinal(hours % 12 || 12),\n hh: () => `${hours % 12 || 12}`.padStart(2, \"0\"),\n m: () => String(minutes),\n mo: () => formatOrdinal(minutes),\n mm: () => `${minutes}`.padStart(2, \"0\"),\n s: () => String(seconds),\n so: () => formatOrdinal(seconds),\n ss: () => `${seconds}`.padStart(2, \"0\"),\n SSS: () => `${milliseconds}`.padStart(3, \"0\"),\n d: () => day,\n dd: () => date.toLocaleDateString(toValue(options.locales), { weekday: \"narrow\" }),\n ddd: () => date.toLocaleDateString(toValue(options.locales), { weekday: \"short\" }),\n dddd: () => date.toLocaleDateString(toValue(options.locales), { weekday: \"long\" }),\n A: () => meridiem(hours, minutes),\n AA: () => meridiem(hours, minutes, false, true),\n a: () => meridiem(hours, minutes, true),\n aa: () => meridiem(hours, minutes, true, true)\n };\n return formatStr.replace(REGEX_FORMAT, (match, $1) => {\n var _a2, _b;\n return (_b = $1 != null ? $1 : (_a2 = matches[match]) == null ? void 0 : _a2.call(matches)) != null ? _b : match;\n });\n}\nfunction normalizeDate(date) {\n if (date === null)\n return new Date(Number.NaN);\n if (date === void 0)\n return /* @__PURE__ */ new Date();\n if (date instanceof Date)\n return new Date(date);\n if (typeof date === \"string\" && !/Z$/i.test(date)) {\n const d = date.match(REGEX_PARSE);\n if (d) {\n const m = d[2] - 1 || 0;\n const ms = (d[7] || \"0\").substring(0, 3);\n return new Date(d[1], m, d[3] || 1, d[4] || 0, d[5] || 0, d[6] || 0, ms);\n }\n }\n return new Date(date);\n}\nfunction useDateFormat(date, formatStr = \"HH:mm:ss\", options = {}) {\n return computed(() => formatDate(normalizeDate(toValue(date)), toValue(formatStr), options));\n}\n\nfunction useIntervalFn(cb, interval = 1e3, options = {}) {\n const {\n immediate = true,\n immediateCallback = false\n } = options;\n let timer = null;\n const isActive = ref(false);\n function clean() {\n if (timer) {\n clearInterval(timer);\n timer = null;\n }\n }\n function pause() {\n isActive.value = false;\n clean();\n }\n function resume() {\n const intervalValue = toValue(interval);\n if (intervalValue <= 0)\n return;\n isActive.value = true;\n if (immediateCallback)\n cb();\n clean();\n if (isActive.value)\n timer = setInterval(cb, intervalValue);\n }\n if (immediate && isClient)\n resume();\n if (isRef(interval) || typeof interval === \"function\") {\n const stopWatch = watch(interval, () => {\n if (isActive.value && isClient)\n resume();\n });\n tryOnScopeDispose(stopWatch);\n }\n tryOnScopeDispose(pause);\n return {\n isActive,\n pause,\n resume\n };\n}\n\nfunction useInterval(interval = 1e3, options = {}) {\n const {\n controls: exposeControls = false,\n immediate = true,\n callback\n } = options;\n const counter = ref(0);\n const update = () => counter.value += 1;\n const reset = () => {\n counter.value = 0;\n };\n const controls = useIntervalFn(\n callback ? () => {\n update();\n callback(counter.value);\n } : update,\n interval,\n { immediate }\n );\n if (exposeControls) {\n return {\n counter,\n reset,\n ...controls\n };\n } else {\n return counter;\n }\n}\n\nfunction useLastChanged(source, options = {}) {\n var _a;\n const ms = ref((_a = options.initialValue) != null ? _a : null);\n watch(\n source,\n () => ms.value = timestamp(),\n options\n );\n return ms;\n}\n\nfunction useTimeoutFn(cb, interval, options = {}) {\n const {\n immediate = true\n } = options;\n const isPending = ref(false);\n let timer = null;\n function clear() {\n if (timer) {\n clearTimeout(timer);\n timer = null;\n }\n }\n function stop() {\n isPending.value = false;\n clear();\n }\n function start(...args) {\n clear();\n isPending.value = true;\n timer = setTimeout(() => {\n isPending.value = false;\n timer = null;\n cb(...args);\n }, toValue(interval));\n }\n if (immediate) {\n isPending.value = true;\n if (isClient)\n start();\n }\n tryOnScopeDispose(stop);\n return {\n isPending: readonly(isPending),\n start,\n stop\n };\n}\n\nfunction useTimeout(interval = 1e3, options = {}) {\n const {\n controls: exposeControls = false,\n callback\n } = options;\n const controls = useTimeoutFn(\n callback != null ? callback : noop,\n interval,\n options\n );\n const ready = computed(() => !controls.isPending.value);\n if (exposeControls) {\n return {\n ready,\n ...controls\n };\n } else {\n return ready;\n }\n}\n\nfunction useToNumber(value, options = {}) {\n const {\n method = \"parseFloat\",\n radix,\n nanToZero\n } = options;\n return computed(() => {\n let resolved = toValue(value);\n if (typeof resolved === \"string\")\n resolved = Number[method](resolved, radix);\n if (nanToZero && Number.isNaN(resolved))\n resolved = 0;\n return resolved;\n });\n}\n\nfunction useToString(value) {\n return computed(() => `${toValue(value)}`);\n}\n\nfunction useToggle(initialValue = false, options = {}) {\n const {\n truthyValue = true,\n falsyValue = false\n } = options;\n const valueIsRef = isRef(initialValue);\n const _value = ref(initialValue);\n function toggle(value) {\n if (arguments.length) {\n _value.value = value;\n return _value.value;\n } else {\n const truthy = toValue(truthyValue);\n _value.value = _value.value === truthy ? toValue(falsyValue) : truthy;\n return _value.value;\n }\n }\n if (valueIsRef)\n return toggle;\n else\n return [_value, toggle];\n}\n\nfunction watchArray(source, cb, options) {\n let oldList = (options == null ? void 0 : options.immediate) ? [] : [...source instanceof Function ? source() : Array.isArray(source) ? source : toValue(source)];\n return watch(source, (newList, _, onCleanup) => {\n const oldListRemains = Array.from({ length: oldList.length });\n const added = [];\n for (const obj of newList) {\n let found = false;\n for (let i = 0; i < oldList.length; i++) {\n if (!oldListRemains[i] && obj === oldList[i]) {\n oldListRemains[i] = true;\n found = true;\n break;\n }\n }\n if (!found)\n added.push(obj);\n }\n const removed = oldList.filter((_2, i) => !oldListRemains[i]);\n cb(newList, oldList, added, removed, onCleanup);\n oldList = [...newList];\n }, options);\n}\n\nfunction watchAtMost(source, cb, options) {\n const {\n count,\n ...watchOptions\n } = options;\n const current = ref(0);\n const stop = watchWithFilter(\n source,\n (...args) => {\n current.value += 1;\n if (current.value >= toValue(count))\n nextTick(() => stop());\n cb(...args);\n },\n watchOptions\n );\n return { count: current, stop };\n}\n\nfunction watchDebounced(source, cb, options = {}) {\n const {\n debounce = 0,\n maxWait = void 0,\n ...watchOptions\n } = options;\n return watchWithFilter(\n source,\n cb,\n {\n ...watchOptions,\n eventFilter: debounceFilter(debounce, { maxWait })\n }\n );\n}\n\nfunction watchDeep(source, cb, options) {\n return watch(\n source,\n cb,\n {\n ...options,\n deep: true\n }\n );\n}\n\nfunction watchIgnorable(source, cb, options = {}) {\n const {\n eventFilter = bypassFilter,\n ...watchOptions\n } = options;\n const filteredCb = createFilterWrapper(\n eventFilter,\n cb\n );\n let ignoreUpdates;\n let ignorePrevAsyncUpdates;\n let stop;\n if (watchOptions.flush === \"sync\") {\n const ignore = ref(false);\n ignorePrevAsyncUpdates = () => {\n };\n ignoreUpdates = (updater) => {\n ignore.value = true;\n updater();\n ignore.value = false;\n };\n stop = watch(\n source,\n (...args) => {\n if (!ignore.value)\n filteredCb(...args);\n },\n watchOptions\n );\n } else {\n const disposables = [];\n const ignoreCounter = ref(0);\n const syncCounter = ref(0);\n ignorePrevAsyncUpdates = () => {\n ignoreCounter.value = syncCounter.value;\n };\n disposables.push(\n watch(\n source,\n () => {\n syncCounter.value++;\n },\n { ...watchOptions, flush: \"sync\" }\n )\n );\n ignoreUpdates = (updater) => {\n const syncCounterPrev = syncCounter.value;\n updater();\n ignoreCounter.value += syncCounter.value - syncCounterPrev;\n };\n disposables.push(\n watch(\n source,\n (...args) => {\n const ignore = ignoreCounter.value > 0 && ignoreCounter.value === syncCounter.value;\n ignoreCounter.value = 0;\n syncCounter.value = 0;\n if (ignore)\n return;\n filteredCb(...args);\n },\n watchOptions\n )\n );\n stop = () => {\n disposables.forEach((fn) => fn());\n };\n }\n return { stop, ignoreUpdates, ignorePrevAsyncUpdates };\n}\n\nfunction watchImmediate(source, cb, options) {\n return watch(\n source,\n cb,\n {\n ...options,\n immediate: true\n }\n );\n}\n\nfunction watchOnce(source, cb, options) {\n const stop = watch(source, (...args) => {\n nextTick(() => stop());\n return cb(...args);\n }, options);\n return stop;\n}\n\nfunction watchThrottled(source, cb, options = {}) {\n const {\n throttle = 0,\n trailing = true,\n leading = true,\n ...watchOptions\n } = options;\n return watchWithFilter(\n source,\n cb,\n {\n ...watchOptions,\n eventFilter: throttleFilter(throttle, trailing, leading)\n }\n );\n}\n\nfunction watchTriggerable(source, cb, options = {}) {\n let cleanupFn;\n function onEffect() {\n if (!cleanupFn)\n return;\n const fn = cleanupFn;\n cleanupFn = void 0;\n fn();\n }\n function onCleanup(callback) {\n cleanupFn = callback;\n }\n const _cb = (value, oldValue) => {\n onEffect();\n return cb(value, oldValue, onCleanup);\n };\n const res = watchIgnorable(source, _cb, options);\n const { ignoreUpdates } = res;\n const trigger = () => {\n let res2;\n ignoreUpdates(() => {\n res2 = _cb(getWatchSources(source), getOldValue(source));\n });\n return res2;\n };\n return {\n ...res,\n trigger\n };\n}\nfunction getWatchSources(sources) {\n if (isReactive(sources))\n return sources;\n if (Array.isArray(sources))\n return sources.map((item) => toValue(item));\n return toValue(sources);\n}\nfunction getOldValue(source) {\n return Array.isArray(source) ? source.map(() => void 0) : void 0;\n}\n\nfunction whenever(source, cb, options) {\n const stop = watch(\n source,\n (v, ov, onInvalidate) => {\n if (v) {\n if (options == null ? void 0 : options.once)\n nextTick(() => stop());\n cb(v, ov, onInvalidate);\n }\n },\n {\n ...options,\n once: false\n }\n );\n return stop;\n}\n\nexport { assert, refAutoReset as autoResetRef, bypassFilter, camelize, clamp, computedEager, computedWithControl, containsProp, computedWithControl as controlledComputed, controlledRef, createEventHook, createFilterWrapper, createGlobalState, createInjectionState, reactify as createReactiveFn, createSharedComposable, createSingletonPromise, debounceFilter, refDebounced as debouncedRef, watchDebounced as debouncedWatch, directiveHooks, computedEager as eagerComputed, extendRef, formatDate, get, getLifeCycleTarget, hasOwn, hyphenate, identity, watchIgnorable as ignorableWatch, increaseWithUnit, injectLocal, invoke, isClient, isDef, isDefined, isIOS, isObject, isWorker, makeDestructurable, noop, normalizeDate, notNullish, now, objectEntries, objectOmit, objectPick, pausableFilter, watchPausable as pausableWatch, promiseTimeout, provideLocal, rand, reactify, reactifyObject, reactiveComputed, reactiveOmit, reactivePick, refAutoReset, refDebounced, refDefault, refThrottled, refWithControl, resolveRef, resolveUnref, set, syncRef, syncRefs, throttleFilter, refThrottled as throttledRef, watchThrottled as throttledWatch, timestamp, toReactive, toRef, toRefs, toValue, tryOnBeforeMount, tryOnBeforeUnmount, tryOnMounted, tryOnScopeDispose, tryOnUnmounted, until, useArrayDifference, useArrayEvery, useArrayFilter, useArrayFind, useArrayFindIndex, useArrayFindLast, useArrayIncludes, useArrayJoin, useArrayMap, useArrayReduce, useArraySome, useArrayUnique, useCounter, useDateFormat, refDebounced as useDebounce, useDebounceFn, useInterval, useIntervalFn, useLastChanged, refThrottled as useThrottle, useThrottleFn, useTimeout, useTimeoutFn, useToNumber, useToString, useToggle, watchArray, watchAtMost, watchDebounced, watchDeep, watchIgnorable, watchImmediate, watchOnce, watchPausable, watchThrottled, watchTriggerable, watchWithFilter, whenever };\n"],"names":["tryOnScopeDispose","fn","getCurrentScope","onScopeDispose","toValue","r","unref","isClient","toString","isObject","val","noop"],"mappings":"uGAgDA,SAASA,EAAkBC,EAAI,CAC7B,OAAIC,EAAAA,gBAAe,GACjBC,EAAAA,eAAeF,CAAE,EACV,IAEF,EACT,CA2JA,SAASG,EAAQC,EAAG,CAClB,OAAO,OAAOA,GAAM,WAAaA,EAAC,EAAKC,EAAAA,MAAMD,CAAC,CAChD,CAkFK,MAACE,EAAW,OAAO,OAAW,KAAe,OAAO,SAAa,IACrD,OAAO,kBAAsB,KAAe,sBAAsB,kBAOnF,MAAMC,EAAW,OAAO,UAAU,SAC5BC,EAAYC,GAAQF,EAAS,KAAKE,CAAG,IAAM,kBAI3CC,EAAO,IAAM,CACnB","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";const r=require("../../../../_virtual/conventions.js");function i(e,t,f){if(f===void 0&&(f=Array.prototype),e&&typeof f.find=="function")return f.find.call(e,t);for(var n=0;n<e.length;n++)if(Object.prototype.hasOwnProperty.call(e,n)){var p=e[n];if(t.call(void 0,p,n,e))return p}}function o(e,t){return t===void 0&&(t=Object),t&&typeof t.freeze=="function"?t.freeze(e):e}var M=o({HTML:"text/html",isHTML:function(e){return e===M.HTML},XML_APPLICATION:"application/xml",XML_TEXT:"text/xml",XML_XHTML_APPLICATION:"application/xhtml+xml",XML_SVG_IMAGE:"image/svg+xml"}),_=o({HTML:"http://www.w3.org/1999/xhtml",isHTML:function(e){return e===_.HTML},SVG:"http://www.w3.org/2000/svg",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"});r.__exports.find=i;r.__exports.freeze=o;r.__exports.MIME_TYPE=M;r.__exports.NAMESPACE=_;module.exports=r.__exports;
2
+ //# sourceMappingURL=conventions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conventions.js","sources":["../../../../../../node_modules/@xmldom/xmldom/lib/conventions.js"],"sourcesContent":["'use strict'\n\n/**\n * Ponyfill for `Array.prototype.find` which is only available in ES6 runtimes.\n *\n * Works with anything that has a `length` property and index access properties, including NodeList.\n *\n * @template {unknown} T\n * @param {Array<T> | ({length:number, [number]: T})} list\n * @param {function (item: T, index: number, list:Array<T> | ({length:number, [number]: T})):boolean} predicate\n * @param {Partial<Pick<ArrayConstructor['prototype'], 'find'>>?} ac `Array.prototype` by default,\n * \t\t\t\tallows injecting a custom implementation in tests\n * @returns {T | undefined}\n *\n * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find\n * @see https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.find\n */\nfunction find(list, predicate, ac) {\n\tif (ac === undefined) {\n\t\tac = Array.prototype;\n\t}\n\tif (list && typeof ac.find === 'function') {\n\t\treturn ac.find.call(list, predicate);\n\t}\n\tfor (var i = 0; i < list.length; i++) {\n\t\tif (Object.prototype.hasOwnProperty.call(list, i)) {\n\t\t\tvar item = list[i];\n\t\t\tif (predicate.call(undefined, item, i, list)) {\n\t\t\t\treturn item;\n\t\t\t}\n\t\t}\n\t}\n}\n\n/**\n * \"Shallow freezes\" an object to render it immutable.\n * Uses `Object.freeze` if available,\n * otherwise the immutability is only in the type.\n *\n * Is used to create \"enum like\" objects.\n *\n * @template T\n * @param {T} object the object to freeze\n * @param {Pick<ObjectConstructor, 'freeze'> = Object} oc `Object` by default,\n * \t\t\t\tallows to inject custom object constructor for tests\n * @returns {Readonly<T>}\n *\n * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze\n */\nfunction freeze(object, oc) {\n\tif (oc === undefined) {\n\t\toc = Object\n\t}\n\treturn oc && typeof oc.freeze === 'function' ? oc.freeze(object) : object\n}\n\n/**\n * All mime types that are allowed as input to `DOMParser.parseFromString`\n *\n * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString#Argument02 MDN\n * @see https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#domparsersupportedtype WHATWG HTML Spec\n * @see DOMParser.prototype.parseFromString\n */\nvar MIME_TYPE = freeze({\n\t/**\n\t * `text/html`, the only mime type that triggers treating an XML document as HTML.\n\t *\n\t * @see DOMParser.SupportedType.isHTML\n\t * @see https://www.iana.org/assignments/media-types/text/html IANA MimeType registration\n\t * @see https://en.wikipedia.org/wiki/HTML Wikipedia\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString MDN\n\t * @see https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-domparser-parsefromstring WHATWG HTML Spec\n\t */\n\tHTML: 'text/html',\n\n\t/**\n\t * Helper method to check a mime type if it indicates an HTML document\n\t *\n\t * @param {string} [value]\n\t * @returns {boolean}\n\t *\n\t * @see https://www.iana.org/assignments/media-types/text/html IANA MimeType registration\n\t * @see https://en.wikipedia.org/wiki/HTML Wikipedia\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString MDN\n\t * @see https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-domparser-parsefromstring \t */\n\tisHTML: function (value) {\n\t\treturn value === MIME_TYPE.HTML\n\t},\n\n\t/**\n\t * `application/xml`, the standard mime type for XML documents.\n\t *\n\t * @see https://www.iana.org/assignments/media-types/application/xml IANA MimeType registration\n\t * @see https://tools.ietf.org/html/rfc7303#section-9.1 RFC 7303\n\t * @see https://en.wikipedia.org/wiki/XML_and_MIME Wikipedia\n\t */\n\tXML_APPLICATION: 'application/xml',\n\n\t/**\n\t * `text/html`, an alias for `application/xml`.\n\t *\n\t * @see https://tools.ietf.org/html/rfc7303#section-9.2 RFC 7303\n\t * @see https://www.iana.org/assignments/media-types/text/xml IANA MimeType registration\n\t * @see https://en.wikipedia.org/wiki/XML_and_MIME Wikipedia\n\t */\n\tXML_TEXT: 'text/xml',\n\n\t/**\n\t * `application/xhtml+xml`, indicates an XML document that has the default HTML namespace,\n\t * but is parsed as an XML document.\n\t *\n\t * @see https://www.iana.org/assignments/media-types/application/xhtml+xml IANA MimeType registration\n\t * @see https://dom.spec.whatwg.org/#dom-domimplementation-createdocument WHATWG DOM Spec\n\t * @see https://en.wikipedia.org/wiki/XHTML Wikipedia\n\t */\n\tXML_XHTML_APPLICATION: 'application/xhtml+xml',\n\n\t/**\n\t * `image/svg+xml`,\n\t *\n\t * @see https://www.iana.org/assignments/media-types/image/svg+xml IANA MimeType registration\n\t * @see https://www.w3.org/TR/SVG11/ W3C SVG 1.1\n\t * @see https://en.wikipedia.org/wiki/Scalable_Vector_Graphics Wikipedia\n\t */\n\tXML_SVG_IMAGE: 'image/svg+xml',\n})\n\n/**\n * Namespaces that are used in this code base.\n *\n * @see http://www.w3.org/TR/REC-xml-names\n */\nvar NAMESPACE = freeze({\n\t/**\n\t * The XHTML namespace.\n\t *\n\t * @see http://www.w3.org/1999/xhtml\n\t */\n\tHTML: 'http://www.w3.org/1999/xhtml',\n\n\t/**\n\t * Checks if `uri` equals `NAMESPACE.HTML`.\n\t *\n\t * @param {string} [uri]\n\t *\n\t * @see NAMESPACE.HTML\n\t */\n\tisHTML: function (uri) {\n\t\treturn uri === NAMESPACE.HTML\n\t},\n\n\t/**\n\t * The SVG namespace.\n\t *\n\t * @see http://www.w3.org/2000/svg\n\t */\n\tSVG: 'http://www.w3.org/2000/svg',\n\n\t/**\n\t * The `xml:` namespace.\n\t *\n\t * @see http://www.w3.org/XML/1998/namespace\n\t */\n\tXML: 'http://www.w3.org/XML/1998/namespace',\n\n\t/**\n\t * The `xmlns:` namespace\n\t *\n\t * @see https://www.w3.org/2000/xmlns/\n\t */\n\tXMLNS: 'http://www.w3.org/2000/xmlns/',\n})\n\nexports.find = find;\nexports.freeze = freeze;\nexports.MIME_TYPE = MIME_TYPE;\nexports.NAMESPACE = NAMESPACE;\n"],"names":["find","list","predicate","ac","i","item","freeze","object","oc","MIME_TYPE","value","NAMESPACE","uri","conventions"],"mappings":"oEAiBA,SAASA,EAAKC,EAAMC,EAAWC,EAAI,CAIlC,GAHIA,IAAO,SACVA,EAAK,MAAM,WAERF,GAAQ,OAAOE,EAAG,MAAS,WAC9B,OAAOA,EAAG,KAAK,KAAKF,EAAMC,CAAS,EAEpC,QAASE,EAAI,EAAGA,EAAIH,EAAK,OAAQG,IAChC,GAAI,OAAO,UAAU,eAAe,KAAKH,EAAMG,CAAC,EAAG,CAClD,IAAIC,EAAOJ,EAAKG,CAAC,EACjB,GAAIF,EAAU,KAAK,OAAWG,EAAMD,EAAGH,CAAI,EAC1C,OAAOI,CAEX,CAEA,CAiBA,SAASC,EAAOC,EAAQC,EAAI,CAC3B,OAAIA,IAAO,SACVA,EAAK,QAECA,GAAM,OAAOA,EAAG,QAAW,WAAaA,EAAG,OAAOD,CAAM,EAAIA,CACpE,CASA,IAAIE,EAAYH,EAAO,CAUtB,KAAM,YAYN,OAAQ,SAAUI,EAAO,CACxB,OAAOA,IAAUD,EAAU,IAC7B,EASC,gBAAiB,kBASjB,SAAU,WAUV,sBAAuB,wBASvB,cAAe,eAChB,CAAC,EAOGE,EAAYL,EAAO,CAMtB,KAAM,+BASN,OAAQ,SAAUM,EAAK,CACtB,OAAOA,IAAQD,EAAU,IAC3B,EAOC,IAAK,6BAOL,IAAK,uCAOL,MAAO,+BACR,CAAC,EAEDE,EAAAA,UAAA,KAAeb,EACfa,EAAAA,UAAA,OAAiBP,EACjBO,EAAAA,UAAA,UAAoBJ,EACpBI,EAAAA,UAAA,UAAoBF","x_google_ignoreList":[0]}
@@ -0,0 +1,3 @@
1
+ "use strict";const m=require("../../../../_virtual/dom-parser.js");require("./conventions.js");require("./dom.js");require("./entities.js");require("./sax.js");const _=require("../../../../_virtual/dom.js"),M=require("../../../../_virtual/sax.js"),N=require("../../../../_virtual/entities.js"),y=require("../../../../_virtual/conventions.js");var b=y.__exports,h=_.__exports,v=N.__exports,g=M.__exports,T=h.DOMImplementation,E=b.NAMESPACE,S=g.ParseError,A=g.XMLReader;function x(t){this.options=t||{locator:{}}}x.prototype.parseFromString=function(t,n){var r=this.options,e=new A,i=r.domBuilder||new f,a=r.errorHandler,c=r.locator,o=r.xmlns||{},s=/\/x?html?$/.test(n),l=s?v.HTML_ENTITIES:v.XML_ENTITIES;return c&&i.setDocumentLocator(c),e.errorHandler=L(a,i,c),e.domBuilder=r.domBuilder||i,s&&(o[""]=E.HTML),o.xml=o.xml||E.XML,t&&typeof t=="string"?e.parse(t,o,l):e.errorHandler.error("invalid doc source"),i.doc};function L(t,n,r){if(!t){if(n instanceof f)return n;t=n}var e={},i=t instanceof Function;r=r||{};function a(c){var o=t[c];!o&&i&&(o=t.length==2?function(s){t(c,s)}:t),e[c]=o&&function(s){o("[xmldom "+c+"] "+s+p(r))}||function(){}}return a("warning"),a("error"),a("fatalError"),e}function f(){this.cdata=!1}function u(t,n){n.lineNumber=t.lineNumber,n.columnNumber=t.columnNumber}f.prototype={startDocument:function(){this.doc=new T().createDocument(null,null,null),this.locator&&(this.doc.documentURI=this.locator.systemId)},startElement:function(t,n,r,e){var i=this.doc,a=i.createElementNS(t,r||n),c=e.length;d(this,a),this.currentElement=a,this.locator&&u(this.locator,a);for(var o=0;o<c;o++){var t=e.getURI(o),s=e.getValue(o),r=e.getQName(o),l=i.createAttributeNS(t,r);this.locator&&u(e.getLocator(o),l),l.value=l.nodeValue=s,a.setAttributeNode(l)}},endElement:function(t,n,r){var e=this.currentElement;e.tagName,this.currentElement=e.parentNode},startPrefixMapping:function(t,n){},endPrefixMapping:function(t){},processingInstruction:function(t,n){var r=this.doc.createProcessingInstruction(t,n);this.locator&&u(this.locator,r),d(this,r)},ignorableWhitespace:function(t,n,r){},characters:function(t,n,r){if(t=D.apply(this,arguments),t){if(this.cdata)var e=this.doc.createCDATASection(t);else var e=this.doc.createTextNode(t);this.currentElement?this.currentElement.appendChild(e):/^\s*$/.test(t)&&this.doc.appendChild(e),this.locator&&u(this.locator,e)}},skippedEntity:function(t){},endDocument:function(){this.doc.normalize()},setDocumentLocator:function(t){(this.locator=t)&&(t.lineNumber=0)},comment:function(t,n,r){t=D.apply(this,arguments);var e=this.doc.createComment(t);this.locator&&u(this.locator,e),d(this,e)},startCDATA:function(){this.cdata=!0},endCDATA:function(){this.cdata=!1},startDTD:function(t,n,r){var e=this.doc.implementation;if(e&&e.createDocumentType){var i=e.createDocumentType(t,n,r);this.locator&&u(this.locator,i),d(this,i),this.doc.doctype=i}},warning:function(t){console.warn("[xmldom warning] "+t,p(this.locator))},error:function(t){console.error("[xmldom error] "+t,p(this.locator))},fatalError:function(t){throw new S(t,this.locator)}};function p(t){if(t)return`
2
+ @`+(t.systemId||"")+"#[line:"+t.lineNumber+",col:"+t.columnNumber+"]"}function D(t,n,r){return typeof t=="string"?t.substr(n,r):t.length>=n+r||n?new java.lang.String(t,n,r)+"":t}"endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl".replace(/\w+/g,function(t){f.prototype[t]=function(){return null}});function d(t,n){t.currentElement?t.currentElement.appendChild(n):t.doc.appendChild(n)}m.__exports.__DOMHandler=f;m.__exports.DOMParser=x;m.__exports.DOMImplementation=h.DOMImplementation;m.__exports.XMLSerializer=h.XMLSerializer;module.exports=m.__exports;
3
+ //# sourceMappingURL=dom-parser.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dom-parser.js","sources":["../../../../../../node_modules/@xmldom/xmldom/lib/dom-parser.js"],"sourcesContent":["var conventions = require(\"./conventions\");\nvar dom = require('./dom')\nvar entities = require('./entities');\nvar sax = require('./sax');\n\nvar DOMImplementation = dom.DOMImplementation;\n\nvar NAMESPACE = conventions.NAMESPACE;\n\nvar ParseError = sax.ParseError;\nvar XMLReader = sax.XMLReader;\n\nfunction DOMParser(options){\n\tthis.options = options ||{locator:{}};\n}\n\nDOMParser.prototype.parseFromString = function(source,mimeType){\n\tvar options = this.options;\n\tvar sax = new XMLReader();\n\tvar domBuilder = options.domBuilder || new DOMHandler();//contentHandler and LexicalHandler\n\tvar errorHandler = options.errorHandler;\n\tvar locator = options.locator;\n\tvar defaultNSMap = options.xmlns||{};\n\tvar isHTML = /\\/x?html?$/.test(mimeType);//mimeType.toLowerCase().indexOf('html') > -1;\n \tvar entityMap = isHTML ? entities.HTML_ENTITIES : entities.XML_ENTITIES;\n\tif(locator){\n\t\tdomBuilder.setDocumentLocator(locator)\n\t}\n\n\tsax.errorHandler = buildErrorHandler(errorHandler,domBuilder,locator);\n\tsax.domBuilder = options.domBuilder || domBuilder;\n\tif(isHTML){\n\t\tdefaultNSMap[''] = NAMESPACE.HTML;\n\t}\n\tdefaultNSMap.xml = defaultNSMap.xml || NAMESPACE.XML;\n\tif(source && typeof source === 'string'){\n\t\tsax.parse(source,defaultNSMap,entityMap);\n\t}else{\n\t\tsax.errorHandler.error(\"invalid doc source\");\n\t}\n\treturn domBuilder.doc;\n}\nfunction buildErrorHandler(errorImpl,domBuilder,locator){\n\tif(!errorImpl){\n\t\tif(domBuilder instanceof DOMHandler){\n\t\t\treturn domBuilder;\n\t\t}\n\t\terrorImpl = domBuilder ;\n\t}\n\tvar errorHandler = {}\n\tvar isCallback = errorImpl instanceof Function;\n\tlocator = locator||{}\n\tfunction build(key){\n\t\tvar fn = errorImpl[key];\n\t\tif(!fn && isCallback){\n\t\t\tfn = errorImpl.length == 2?function(msg){errorImpl(key,msg)}:errorImpl;\n\t\t}\n\t\terrorHandler[key] = fn && function(msg){\n\t\t\tfn('[xmldom '+key+']\\t'+msg+_locator(locator));\n\t\t}||function(){};\n\t}\n\tbuild('warning');\n\tbuild('error');\n\tbuild('fatalError');\n\treturn errorHandler;\n}\n\n//console.log('#\\n\\n\\n\\n\\n\\n\\n####')\n/**\n * +ContentHandler+ErrorHandler\n * +LexicalHandler+EntityResolver2\n * -DeclHandler-DTDHandler\n *\n * DefaultHandler:EntityResolver, DTDHandler, ContentHandler, ErrorHandler\n * DefaultHandler2:DefaultHandler,LexicalHandler, DeclHandler, EntityResolver2\n * @link http://www.saxproject.org/apidoc/org/xml/sax/helpers/DefaultHandler.html\n */\nfunction DOMHandler() {\n this.cdata = false;\n}\nfunction position(locator,node){\n\tnode.lineNumber = locator.lineNumber;\n\tnode.columnNumber = locator.columnNumber;\n}\n/**\n * @see org.xml.sax.ContentHandler#startDocument\n * @link http://www.saxproject.org/apidoc/org/xml/sax/ContentHandler.html\n */\nDOMHandler.prototype = {\n\tstartDocument : function() {\n \tthis.doc = new DOMImplementation().createDocument(null, null, null);\n \tif (this.locator) {\n \tthis.doc.documentURI = this.locator.systemId;\n \t}\n\t},\n\tstartElement:function(namespaceURI, localName, qName, attrs) {\n\t\tvar doc = this.doc;\n\t var el = doc.createElementNS(namespaceURI, qName||localName);\n\t var len = attrs.length;\n\t appendElement(this, el);\n\t this.currentElement = el;\n\n\t\tthis.locator && position(this.locator,el)\n\t for (var i = 0 ; i < len; i++) {\n\t var namespaceURI = attrs.getURI(i);\n\t var value = attrs.getValue(i);\n\t var qName = attrs.getQName(i);\n\t\t\tvar attr = doc.createAttributeNS(namespaceURI, qName);\n\t\t\tthis.locator &&position(attrs.getLocator(i),attr);\n\t\t\tattr.value = attr.nodeValue = value;\n\t\t\tel.setAttributeNode(attr)\n\t }\n\t},\n\tendElement:function(namespaceURI, localName, qName) {\n\t\tvar current = this.currentElement\n\t\tvar tagName = current.tagName;\n\t\tthis.currentElement = current.parentNode;\n\t},\n\tstartPrefixMapping:function(prefix, uri) {\n\t},\n\tendPrefixMapping:function(prefix) {\n\t},\n\tprocessingInstruction:function(target, data) {\n\t var ins = this.doc.createProcessingInstruction(target, data);\n\t this.locator && position(this.locator,ins)\n\t appendElement(this, ins);\n\t},\n\tignorableWhitespace:function(ch, start, length) {\n\t},\n\tcharacters:function(chars, start, length) {\n\t\tchars = _toString.apply(this,arguments)\n\t\t//console.log(chars)\n\t\tif(chars){\n\t\t\tif (this.cdata) {\n\t\t\t\tvar charNode = this.doc.createCDATASection(chars);\n\t\t\t} else {\n\t\t\t\tvar charNode = this.doc.createTextNode(chars);\n\t\t\t}\n\t\t\tif(this.currentElement){\n\t\t\t\tthis.currentElement.appendChild(charNode);\n\t\t\t}else if(/^\\s*$/.test(chars)){\n\t\t\t\tthis.doc.appendChild(charNode);\n\t\t\t\t//process xml\n\t\t\t}\n\t\t\tthis.locator && position(this.locator,charNode)\n\t\t}\n\t},\n\tskippedEntity:function(name) {\n\t},\n\tendDocument:function() {\n\t\tthis.doc.normalize();\n\t},\n\tsetDocumentLocator:function (locator) {\n\t if(this.locator = locator){// && !('lineNumber' in locator)){\n\t \tlocator.lineNumber = 0;\n\t }\n\t},\n\t//LexicalHandler\n\tcomment:function(chars, start, length) {\n\t\tchars = _toString.apply(this,arguments)\n\t var comm = this.doc.createComment(chars);\n\t this.locator && position(this.locator,comm)\n\t appendElement(this, comm);\n\t},\n\n\tstartCDATA:function() {\n\t //used in characters() methods\n\t this.cdata = true;\n\t},\n\tendCDATA:function() {\n\t this.cdata = false;\n\t},\n\n\tstartDTD:function(name, publicId, systemId) {\n\t\tvar impl = this.doc.implementation;\n\t if (impl && impl.createDocumentType) {\n\t var dt = impl.createDocumentType(name, publicId, systemId);\n\t this.locator && position(this.locator,dt)\n\t appendElement(this, dt);\n\t\t\t\t\tthis.doc.doctype = dt;\n\t }\n\t},\n\t/**\n\t * @see org.xml.sax.ErrorHandler\n\t * @link http://www.saxproject.org/apidoc/org/xml/sax/ErrorHandler.html\n\t */\n\twarning:function(error) {\n\t\tconsole.warn('[xmldom warning]\\t'+error,_locator(this.locator));\n\t},\n\terror:function(error) {\n\t\tconsole.error('[xmldom error]\\t'+error,_locator(this.locator));\n\t},\n\tfatalError:function(error) {\n\t\tthrow new ParseError(error, this.locator);\n\t}\n}\nfunction _locator(l){\n\tif(l){\n\t\treturn '\\n@'+(l.systemId ||'')+'#[line:'+l.lineNumber+',col:'+l.columnNumber+']'\n\t}\n}\nfunction _toString(chars,start,length){\n\tif(typeof chars == 'string'){\n\t\treturn chars.substr(start,length)\n\t}else{//java sax connect width xmldom on rhino(what about: \"? && !(chars instanceof String)\")\n\t\tif(chars.length >= start+length || start){\n\t\t\treturn new java.lang.String(chars,start,length)+'';\n\t\t}\n\t\treturn chars;\n\t}\n}\n\n/*\n * @link http://www.saxproject.org/apidoc/org/xml/sax/ext/LexicalHandler.html\n * used method of org.xml.sax.ext.LexicalHandler:\n * #comment(chars, start, length)\n * #startCDATA()\n * #endCDATA()\n * #startDTD(name, publicId, systemId)\n *\n *\n * IGNORED method of org.xml.sax.ext.LexicalHandler:\n * #endDTD()\n * #startEntity(name)\n * #endEntity(name)\n *\n *\n * @link http://www.saxproject.org/apidoc/org/xml/sax/ext/DeclHandler.html\n * IGNORED method of org.xml.sax.ext.DeclHandler\n * \t#attributeDecl(eName, aName, type, mode, value)\n * #elementDecl(name, model)\n * #externalEntityDecl(name, publicId, systemId)\n * #internalEntityDecl(name, value)\n * @link http://www.saxproject.org/apidoc/org/xml/sax/ext/EntityResolver2.html\n * IGNORED method of org.xml.sax.EntityResolver2\n * #resolveEntity(String name,String publicId,String baseURI,String systemId)\n * #resolveEntity(publicId, systemId)\n * #getExternalSubset(name, baseURI)\n * @link http://www.saxproject.org/apidoc/org/xml/sax/DTDHandler.html\n * IGNORED method of org.xml.sax.DTDHandler\n * #notationDecl(name, publicId, systemId) {};\n * #unparsedEntityDecl(name, publicId, systemId, notationName) {};\n */\n\"endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl\".replace(/\\w+/g,function(key){\n\tDOMHandler.prototype[key] = function(){return null}\n})\n\n/* Private static helpers treated below as private instance methods, so don't need to add these to the public API; we might use a Relator to also get rid of non-standard public properties */\nfunction appendElement (hander,node) {\n if (!hander.currentElement) {\n hander.doc.appendChild(node);\n } else {\n hander.currentElement.appendChild(node);\n }\n}//appendChild and setAttributeNS are preformance key\n\nexports.__DOMHandler = DOMHandler;\nexports.DOMParser = DOMParser;\n\n/**\n * @deprecated Import/require from main entry point instead\n */\nexports.DOMImplementation = dom.DOMImplementation;\n\n/**\n * @deprecated Import/require from main entry point instead\n */\nexports.XMLSerializer = dom.XMLSerializer;\n"],"names":["conventions","require$$0","dom","require$$1","entities","require$$2","sax","require$$3","DOMImplementation","NAMESPACE","ParseError","XMLReader","DOMParser","options","source","mimeType","domBuilder","DOMHandler","errorHandler","locator","defaultNSMap","isHTML","entityMap","buildErrorHandler","errorImpl","isCallback","build","key","fn","msg","_locator","position","node","namespaceURI","localName","qName","attrs","doc","el","len","appendElement","i","value","attr","current","prefix","uri","target","data","ins","ch","start","length","chars","_toString","charNode","name","comm","publicId","systemId","impl","dt","error","l","hander","domParser"],"mappings":"uVAAA,IAAIA,EAAcC,EAAAA,UACdC,EAAMC,EAAAA,UACNC,EAAWC,EAAAA,UACXC,EAAMC,EAAAA,UAENC,EAAoBN,EAAI,kBAExBO,EAAYT,EAAY,UAExBU,EAAaJ,EAAI,WACjBK,EAAYL,EAAI,UAEpB,SAASM,EAAUC,EAAQ,CAC1B,KAAK,QAAUA,GAAU,CAAC,QAAQ,CAAA,CAAE,CACrC,CAEAD,EAAU,UAAU,gBAAkB,SAASE,EAAOC,EAAS,CAC9D,IAAIF,EAAU,KAAK,QACfP,EAAO,IAAIK,EACXK,EAAaH,EAAQ,YAAc,IAAII,EACvCC,EAAeL,EAAQ,aACvBM,EAAUN,EAAQ,QAClBO,EAAeP,EAAQ,OAAO,CAAA,EAC9BQ,EAAS,aAAa,KAAKN,CAAQ,EACjCO,EAAYD,EAASjB,EAAS,cAAgBA,EAAS,aAC7D,OAAGe,GACFH,EAAW,mBAAmBG,CAAO,EAGtCb,EAAI,aAAeiB,EAAkBL,EAAaF,EAAWG,CAAO,EACpEb,EAAI,WAAaO,EAAQ,YAAcG,EACpCK,IACFD,EAAa,EAAE,EAAIX,EAAU,MAE9BW,EAAa,IAAMA,EAAa,KAAOX,EAAU,IAC9CK,GAAU,OAAOA,GAAW,SAC9BR,EAAI,MAAMQ,EAAOM,EAAaE,CAAS,EAEvChB,EAAI,aAAa,MAAM,oBAAoB,EAErCU,EAAW,GACnB,EACA,SAASO,EAAkBC,EAAUR,EAAWG,EAAQ,CACvD,GAAG,CAACK,EAAU,CACb,GAAGR,aAAsBC,EACxB,OAAOD,EAERQ,EAAYR,CACd,CACC,IAAIE,EAAe,CAAA,EACfO,EAAaD,aAAqB,SACtCL,EAAUA,GAAS,CAAA,EACnB,SAASO,EAAMC,EAAI,CAClB,IAAIC,EAAKJ,EAAUG,CAAG,EACnB,CAACC,GAAMH,IACTG,EAAKJ,EAAU,QAAU,EAAE,SAASK,EAAI,CAACL,EAAUG,EAAIE,CAAG,CAAC,EAAEL,GAE9DN,EAAaS,CAAG,EAAIC,GAAM,SAASC,EAAI,CACtCD,EAAG,WAAWD,EAAI,KAAME,EAAIC,EAASX,CAAO,CAAC,CAChD,GAAK,UAAU,CAAA,CACf,CACC,OAAAO,EAAM,SAAS,EACfA,EAAM,OAAO,EACbA,EAAM,YAAY,EACXR,CACR,CAYA,SAASD,GAAa,CAClB,KAAK,MAAQ,EACjB,CACA,SAASc,EAASZ,EAAQa,EAAK,CAC9BA,EAAK,WAAab,EAAQ,WAC1Ba,EAAK,aAAeb,EAAQ,YAC7B,CAKAF,EAAW,UAAY,CACtB,cAAgB,UAAW,CACvB,KAAK,IAAM,IAAIT,EAAiB,EAAG,eAAe,KAAM,KAAM,IAAI,EAC9D,KAAK,UACL,KAAK,IAAI,YAAc,KAAK,QAAQ,SAE7C,EACC,aAAa,SAASyB,EAAcC,EAAWC,EAAOC,EAAO,CAC5D,IAAIC,EAAM,KAAK,IACRC,EAAKD,EAAI,gBAAgBJ,EAAcE,GAAOD,CAAS,EACvDK,EAAMH,EAAM,OAChBI,EAAc,KAAMF,CAAE,EACtB,KAAK,eAAiBA,EAEzB,KAAK,SAAWP,EAAS,KAAK,QAAQO,CAAE,EACrC,QAASG,EAAI,EAAIA,EAAIF,EAAKE,IAAK,CAC3B,IAAIR,EAAeG,EAAM,OAAOK,CAAC,EAC7BC,EAAQN,EAAM,SAASK,CAAC,EACxBN,EAAQC,EAAM,SAASK,CAAC,EAC9BE,EAAON,EAAI,kBAAkBJ,EAAcE,CAAK,EACpD,KAAK,SAAUJ,EAASK,EAAM,WAAWK,CAAC,EAAEE,CAAI,EAChDA,EAAK,MAAQA,EAAK,UAAYD,EAC9BJ,EAAG,iBAAiBK,CAAI,CAC3B,CACA,EACC,WAAW,SAASV,EAAcC,EAAWC,EAAO,CACnD,IAAIS,EAAU,KAAK,eACLA,EAAQ,QACtB,KAAK,eAAiBA,EAAQ,UAChC,EACC,mBAAmB,SAASC,EAAQC,EAAK,CAC1C,EACC,iBAAiB,SAASD,EAAQ,CACnC,EACC,sBAAsB,SAASE,EAAQC,EAAM,CACzC,IAAIC,EAAM,KAAK,IAAI,4BAA4BF,EAAQC,CAAI,EAC3D,KAAK,SAAWjB,EAAS,KAAK,QAAQkB,CAAG,EACzCT,EAAc,KAAMS,CAAG,CAC5B,EACC,oBAAoB,SAASC,EAAIC,EAAOC,EAAQ,CACjD,EACC,WAAW,SAASC,EAAOF,EAAOC,EAAQ,CAGzC,GAFAC,EAAQC,EAAU,MAAM,KAAK,SAAS,EAEnCD,EAAM,CACR,GAAI,KAAK,MACR,IAAIE,EAAW,KAAK,IAAI,mBAAmBF,CAAK,MAEhD,KAAIE,EAAW,KAAK,IAAI,eAAeF,CAAK,EAE1C,KAAK,eACP,KAAK,eAAe,YAAYE,CAAQ,EAChC,QAAQ,KAAKF,CAAK,GAC1B,KAAK,IAAI,YAAYE,CAAQ,EAG9B,KAAK,SAAWxB,EAAS,KAAK,QAAQwB,CAAQ,CACjD,CACA,EACC,cAAc,SAASC,EAAM,CAC9B,EACC,YAAY,UAAW,CACtB,KAAK,IAAI,UAAS,CACpB,EACC,mBAAmB,SAAUrC,EAAS,EAC/B,KAAK,QAAUA,KACjBA,EAAQ,WAAa,EAE3B,EAEC,QAAQ,SAASkC,EAAOF,EAAOC,EAAQ,CACtCC,EAAQC,EAAU,MAAM,KAAK,SAAS,EACnC,IAAIG,EAAO,KAAK,IAAI,cAAcJ,CAAK,EACvC,KAAK,SAAWtB,EAAS,KAAK,QAAQ0B,CAAI,EAC1CjB,EAAc,KAAMiB,CAAI,CAC7B,EAEC,WAAW,UAAW,CAElB,KAAK,MAAQ,EAClB,EACC,SAAS,UAAW,CAChB,KAAK,MAAQ,EAClB,EAEC,SAAS,SAASD,EAAME,EAAUC,EAAU,CAC3C,IAAIC,EAAO,KAAK,IAAI,eACjB,GAAIA,GAAQA,EAAK,mBAAoB,CACjC,IAAIC,EAAKD,EAAK,mBAAmBJ,EAAME,EAAUC,CAAQ,EACzD,KAAK,SAAW5B,EAAS,KAAK,QAAQ8B,CAAE,EACxCrB,EAAc,KAAMqB,CAAE,EAC1B,KAAK,IAAI,QAAUA,CACxB,CACA,EAKC,QAAQ,SAASC,EAAO,CACvB,QAAQ,KAAK,oBAAqBA,EAAMhC,EAAS,KAAK,OAAO,CAAC,CAChE,EACC,MAAM,SAASgC,EAAO,CACrB,QAAQ,MAAM,kBAAmBA,EAAMhC,EAAS,KAAK,OAAO,CAAC,CAC/D,EACC,WAAW,SAASgC,EAAO,CAC1B,MAAM,IAAIpD,EAAWoD,EAAO,KAAK,OAAO,CAC1C,CACA,EACA,SAAShC,EAASiC,EAAE,CACnB,GAAGA,EACF,MAAO;AAAA,IAAOA,EAAE,UAAW,IAAI,UAAUA,EAAE,WAAW,QAAQA,EAAE,aAAa,GAE/E,CACA,SAAST,EAAUD,EAAMF,EAAMC,EAAO,CACrC,OAAG,OAAOC,GAAS,SACXA,EAAM,OAAOF,EAAMC,CAAM,EAE7BC,EAAM,QAAUF,EAAMC,GAAUD,EAC3B,IAAI,KAAK,KAAK,OAAOE,EAAMF,EAAMC,CAAM,EAAE,GAE1CC,CAET,CAiCA,+JAA+J,QAAQ,OAAO,SAAS1B,EAAI,CAC1LV,EAAW,UAAUU,CAAG,EAAI,UAAU,CAAC,OAAO,IAAI,CACnD,CAAC,EAGD,SAASa,EAAewB,EAAOhC,EAAM,CAC5BgC,EAAO,eAGRA,EAAO,eAAe,YAAYhC,CAAI,EAFtCgC,EAAO,IAAI,YAAYhC,CAAI,CAInC,CAEAiC,EAAAA,UAAA,aAAuBhD,EACvBgD,EAAAA,UAAA,UAAoBrD,EAKpBqD,EAAAA,UAAA,kBAA4B/D,EAAI,kBAKhC+D,EAAAA,UAAA,cAAwB/D,EAAI","x_google_ignoreList":[0]}
@@ -0,0 +1,2 @@
1
+ "use strict";const I=require("../../../../_virtual/dom.js");require("./conventions.js");const Me=require("../../../../_virtual/conventions.js");var he=Me.__exports,d=he.find,V=he.NAMESPACE;function Ue(e){return e!==""}function Pe(e){return e?e.split(/[\t\n\f\r ]+/).filter(Ue):[]}function Be(e,t){return e.hasOwnProperty(t)||(e[t]=!0),e}function ae(e){if(!e)return[];var t=Pe(e);return Object.keys(t.reduce(Be,{}))}function Ve(e){return function(t){return e&&e.indexOf(t)!==-1}}function j(e,t){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}function N(e,t){var n=e.prototype;if(!(n instanceof t)){let r=function(){};r.prototype=t.prototype,r=new r,j(n,r),e.prototype=n=r}n.constructor!=e&&(typeof e!="function"&&console.error("unknown Class:"+e),n.constructor=e)}var m={},E=m.ELEMENT_NODE=1,U=m.ATTRIBUTE_NODE=2,G=m.TEXT_NODE=3,Ne=m.CDATA_SECTION_NODE=4,me=m.ENTITY_REFERENCE_NODE=5,ke=m.ENTITY_NODE=6,Ee=m.PROCESSING_INSTRUCTION_NODE=7,ve=m.COMMENT_NODE=8,de=m.DOCUMENT_NODE=9,Te=m.DOCUMENT_TYPE_NODE=10,D=m.DOCUMENT_FRAGMENT_NODE=11,je=m.NOTATION_NODE=12,c={},f={};c.INDEX_SIZE_ERR=(f[1]="Index size error",1);c.DOMSTRING_SIZE_ERR=(f[2]="DOMString size error",2);var h=c.HIERARCHY_REQUEST_ERR=(f[3]="Hierarchy request error",3);c.WRONG_DOCUMENT_ERR=(f[4]="Wrong document",4);c.INVALID_CHARACTER_ERR=(f[5]="Invalid character",5);c.NO_DATA_ALLOWED_ERR=(f[6]="No data allowed",6);c.NO_MODIFICATION_ALLOWED_ERR=(f[7]="No modification allowed",7);var ye=c.NOT_FOUND_ERR=(f[8]="Not found",8);c.NOT_SUPPORTED_ERR=(f[9]="Not supported",9);var ue=c.INUSE_ATTRIBUTE_ERR=(f[10]="Attribute in use",10);c.INVALID_STATE_ERR=(f[11]="Invalid state",11);c.SYNTAX_ERR=(f[12]="Syntax error",12);c.INVALID_MODIFICATION_ERR=(f[13]="Invalid modification",13);c.NAMESPACE_ERR=(f[14]="Invalid namespace",14);c.INVALID_ACCESS_ERR=(f[15]="Invalid access",15);function s(e,t){if(t instanceof Error)var n=t;else n=this,Error.call(this,f[e]),this.message=f[e],Error.captureStackTrace&&Error.captureStackTrace(this,s);return n.code=e,t&&(this.message=this.message+": "+t),n}s.prototype=Error.prototype;j(c,s);function g(){}g.prototype={length:0,item:function(e){return e>=0&&e<this.length?this[e]:null},toString:function(e,t){for(var n=[],r=0;r<this.length;r++)M(this[r],n,e,t);return n.join("")},filter:function(e){return Array.prototype.filter.call(this,e)},indexOf:function(e){return Array.prototype.indexOf.call(this,e)}};function P(e,t){this._node=e,this._refresh=t,J(this)}function J(e){var t=e._node._inc||e._node.ownerDocument._inc;if(e._inc!==t){var n=e._refresh(e._node);if(be(e,"length",n.length),!e.$$length||n.length<e.$$length)for(var r=n.length;r in e;r++)Object.prototype.hasOwnProperty.call(e,r)&&delete e[r];j(n,e),e._inc=t}}P.prototype.item=function(e){return J(this),this[e]||null};N(P,g);function X(){}function _e(e,t){for(var n=e.length;n--;)if(e[n]===t)return n}function se(e,t,n,r){if(r?t[_e(t,r)]=n:t[t.length++]=n,e){n.ownerElement=e;var i=e.ownerDocument;i&&(r&&Oe(i,e,r),Le(i,e,n))}}function fe(e,t,n){var r=_e(t,n);if(r>=0){for(var i=t.length-1;r<i;)t[r]=t[++r];if(t.length=i,e){var o=e.ownerDocument;o&&(Oe(o,e,n),n.ownerElement=null)}}else throw new s(ye,new Error(e.tagName+"@"+n))}X.prototype={length:0,item:g.prototype.item,getNamedItem:function(e){for(var t=this.length;t--;){var n=this[t];if(n.nodeName==e)return n}},setNamedItem:function(e){var t=e.ownerElement;if(t&&t!=this._ownerElement)throw new s(ue);var n=this.getNamedItem(e.nodeName);return se(this._ownerElement,this,e,n),n},setNamedItemNS:function(e){var t=e.ownerElement,n;if(t&&t!=this._ownerElement)throw new s(ue);return n=this.getNamedItemNS(e.namespaceURI,e.localName),se(this._ownerElement,this,e,n),n},removeNamedItem:function(e){var t=this.getNamedItem(e);return fe(this._ownerElement,this,t),t},removeNamedItemNS:function(e,t){var n=this.getNamedItemNS(e,t);return fe(this._ownerElement,this,n),n},getNamedItemNS:function(e,t){for(var n=this.length;n--;){var r=this[n];if(r.localName==t&&r.namespaceURI==e)return r}return null}};function ge(){}ge.prototype={hasFeature:function(e,t){return!0},createDocument:function(e,t,n){var r=new L;if(r.implementation=this,r.childNodes=new g,r.doctype=n||null,n&&r.appendChild(n),t){var i=r.createElementNS(e,t);r.appendChild(i)}return r},createDocumentType:function(e,t,n){var r=new W;return r.name=e,r.nodeName=e,r.publicId=t||"",r.systemId=n||"",r}};function a(){}a.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,t){return $(this,e,t)},replaceChild:function(e,t){$(this,e,t,Ie),t&&this.removeChild(t)},removeChild:function(e){return Se(this,e)},appendChild:function(e){return this.insertBefore(e,null)},hasChildNodes:function(){return this.firstChild!=null},cloneNode:function(e){return Z(this.ownerDocument||this,this,e)},normalize:function(){for(var e=this.firstChild;e;){var t=e.nextSibling;t&&t.nodeType==G&&e.nodeType==G?(this.removeChild(t),e.appendData(t.data)):(e.normalize(),e=t)}},isSupported:function(e,t){return this.ownerDocument.implementation.hasFeature(e,t)},hasAttributes:function(){return this.attributes.length>0},lookupPrefix:function(e){for(var t=this;t;){var n=t._nsMap;if(n){for(var r in n)if(Object.prototype.hasOwnProperty.call(n,r)&&n[r]===e)return r}t=t.nodeType==U?t.ownerDocument:t.parentNode}return null},lookupNamespaceURI:function(e){for(var t=this;t;){var n=t._nsMap;if(n&&e in n&&Object.prototype.hasOwnProperty.call(n,e))return n[e];t=t.nodeType==U?t.ownerDocument:t.parentNode}return null},isDefaultNamespace:function(e){var t=this.lookupPrefix(e);return t==null}};function De(e){return e=="<"&&"&lt;"||e==">"&&"&gt;"||e=="&"&&"&amp;"||e=='"'&&"&quot;"||"&#"+e.charCodeAt()+";"}j(m,a);j(m,a.prototype);function k(e,t){if(t(e))return!0;if(e=e.firstChild)do if(k(e,t))return!0;while(e=e.nextSibling)}function L(){this.ownerDocument=this}function Le(e,t,n){e&&e._inc++;var r=n.namespaceURI;r===V.XMLNS&&(t._nsMap[n.prefix?n.localName:""]=n.value)}function Oe(e,t,n,r){e&&e._inc++;var i=n.namespaceURI;i===V.XMLNS&&delete t._nsMap[n.prefix?n.localName:""]}function K(e,t,n){if(e&&e._inc){e._inc++;var r=t.childNodes;if(n)r[r.length++]=n;else{for(var i=t.firstChild,o=0;i;)r[o++]=i,i=i.nextSibling;r.length=o,delete r[r.length]}}}function Se(e,t){var n=t.previousSibling,r=t.nextSibling;return n?n.nextSibling=r:e.firstChild=r,r?r.previousSibling=n:e.lastChild=n,t.parentNode=null,t.previousSibling=null,t.nextSibling=null,K(e.ownerDocument,e),t}function Ye(e){return e&&(e.nodeType===a.DOCUMENT_NODE||e.nodeType===a.DOCUMENT_FRAGMENT_NODE||e.nodeType===a.ELEMENT_NODE)}function Ge(e){return e&&(T(e)||H(e)||O(e)||e.nodeType===a.DOCUMENT_FRAGMENT_NODE||e.nodeType===a.COMMENT_NODE||e.nodeType===a.PROCESSING_INSTRUCTION_NODE)}function O(e){return e&&e.nodeType===a.DOCUMENT_TYPE_NODE}function T(e){return e&&e.nodeType===a.ELEMENT_NODE}function H(e){return e&&e.nodeType===a.TEXT_NODE}function le(e,t){var n=e.childNodes||[];if(d(n,T)||O(t))return!1;var r=d(n,O);return!(t&&r&&n.indexOf(r)>n.indexOf(t))}function ce(e,t){var n=e.childNodes||[];function r(o){return T(o)&&o!==t}if(d(n,r))return!1;var i=d(n,O);return!(t&&i&&n.indexOf(i)>n.indexOf(t))}function Xe(e,t,n){if(!Ye(e))throw new s(h,"Unexpected parent node type "+e.nodeType);if(n&&n.parentNode!==e)throw new s(ye,"child not in parent");if(!Ge(t)||O(t)&&e.nodeType!==a.DOCUMENT_NODE)throw new s(h,"Unexpected node type "+t.nodeType+" for parent node type "+e.nodeType)}function $e(e,t,n){var r=e.childNodes||[],i=t.childNodes||[];if(t.nodeType===a.DOCUMENT_FRAGMENT_NODE){var o=i.filter(T);if(o.length>1||d(i,H))throw new s(h,"More than one element or text in fragment");if(o.length===1&&!le(e,n))throw new s(h,"Element in fragment can not be inserted before doctype")}if(T(t)&&!le(e,n))throw new s(h,"Only one element can be added and only after doctype");if(O(t)){if(d(r,O))throw new s(h,"Only one doctype is allowed");var u=d(r,T);if(n&&r.indexOf(u)<r.indexOf(n))throw new s(h,"Doctype can only be inserted before an element");if(!n&&u)throw new s(h,"Doctype can not be appended since element is present")}}function Ie(e,t,n){var r=e.childNodes||[],i=t.childNodes||[];if(t.nodeType===a.DOCUMENT_FRAGMENT_NODE){var o=i.filter(T);if(o.length>1||d(i,H))throw new s(h,"More than one element or text in fragment");if(o.length===1&&!ce(e,n))throw new s(h,"Element in fragment can not be inserted before doctype")}if(T(t)&&!ce(e,n))throw new s(h,"Only one element can be added and only after doctype");if(O(t)){if(d(r,function(y){return O(y)&&y!==n}))throw new s(h,"Only one doctype is allowed");var u=d(r,T);if(n&&r.indexOf(u)<r.indexOf(n))throw new s(h,"Doctype can only be inserted before an element")}}function $(e,t,n,r){Xe(e,t,n),e.nodeType===a.DOCUMENT_NODE&&(r||$e)(e,t,n);var i=t.parentNode;if(i&&i.removeChild(t),t.nodeType===D){var o=t.firstChild;if(o==null)return t;var u=t.lastChild}else o=u=t;var p=n?n.previousSibling:e.lastChild;o.previousSibling=p,u.nextSibling=n,p?p.nextSibling=o:e.firstChild=o,n==null?e.lastChild=u:n.previousSibling=u;do o.parentNode=e;while(o!==u&&(o=o.nextSibling));return K(e.ownerDocument||e,e),t.nodeType==D&&(t.firstChild=t.lastChild=null),t}function ze(e,t){return t.parentNode&&t.parentNode.removeChild(t),t.parentNode=e,t.previousSibling=e.lastChild,t.nextSibling=null,t.previousSibling?t.previousSibling.nextSibling=t:e.firstChild=t,e.lastChild=t,K(e.ownerDocument,e,t),t}L.prototype={nodeName:"#document",nodeType:de,doctype:null,documentElement:null,_inc:1,insertBefore:function(e,t){if(e.nodeType==D){for(var n=e.firstChild;n;){var r=n.nextSibling;this.insertBefore(n,t),n=r}return e}return $(this,e,t),e.ownerDocument=this,this.documentElement===null&&e.nodeType===E&&(this.documentElement=e),e},removeChild:function(e){return this.documentElement==e&&(this.documentElement=null),Se(this,e)},replaceChild:function(e,t){$(this,e,t,Ie),e.ownerDocument=this,t&&this.removeChild(t),T(e)&&(this.documentElement=e)},importNode:function(e,t){return Ce(this,e,t)},getElementById:function(e){var t=null;return k(this.documentElement,function(n){if(n.nodeType==E&&n.getAttribute("id")==e)return t=n,!0}),t},getElementsByClassName:function(e){var t=ae(e);return new P(this,function(n){var r=[];return t.length>0&&k(n.documentElement,function(i){if(i!==n&&i.nodeType===E){var o=i.getAttribute("class");if(o){var u=e===o;if(!u){var p=ae(o);u=t.every(Ve(p))}u&&r.push(i)}}}),r})},createElement:function(e){var t=new C;t.ownerDocument=this,t.nodeName=e,t.tagName=e,t.localName=e,t.childNodes=new g;var n=t.attributes=new X;return n._ownerElement=t,t},createDocumentFragment:function(){var e=new F;return e.ownerDocument=this,e.childNodes=new g,e},createTextNode:function(e){var t=new q;return t.ownerDocument=this,t.appendData(e),t},createComment:function(e){var t=new ee;return t.ownerDocument=this,t.appendData(e),t},createCDATASection:function(e){var t=new te;return t.ownerDocument=this,t.appendData(e),t},createProcessingInstruction:function(e,t){var n=new re;return n.ownerDocument=this,n.tagName=n.nodeName=n.target=e,n.nodeValue=n.data=t,n},createAttribute:function(e){var t=new z;return t.ownerDocument=this,t.name=e,t.nodeName=e,t.localName=e,t.specified=!0,t},createEntityReference:function(e){var t=new ne;return t.ownerDocument=this,t.nodeName=e,t},createElementNS:function(e,t){var n=new C,r=t.split(":"),i=n.attributes=new X;return n.childNodes=new g,n.ownerDocument=this,n.nodeName=t,n.tagName=t,n.namespaceURI=e,r.length==2?(n.prefix=r[0],n.localName=r[1]):n.localName=t,i._ownerElement=n,n},createAttributeNS:function(e,t){var n=new z,r=t.split(":");return n.ownerDocument=this,n.nodeName=t,n.name=t,n.namespaceURI=e,n.specified=!0,r.length==2?(n.prefix=r[0],n.localName=r[1]):n.localName=t,n}};N(L,a);function C(){this._nsMap={}}C.prototype={nodeType:E,hasAttribute:function(e){return this.getAttributeNode(e)!=null},getAttribute:function(e){var t=this.getAttributeNode(e);return t&&t.value||""},getAttributeNode:function(e){return this.attributes.getNamedItem(e)},setAttribute:function(e,t){var n=this.ownerDocument.createAttribute(e);n.value=n.nodeValue=""+t,this.setAttributeNode(n)},removeAttribute:function(e){var t=this.getAttributeNode(e);t&&this.removeAttributeNode(t)},appendChild:function(e){return e.nodeType===D?this.insertBefore(e,null):ze(this,e)},setAttributeNode:function(e){return this.attributes.setNamedItem(e)},setAttributeNodeNS:function(e){return this.attributes.setNamedItemNS(e)},removeAttributeNode:function(e){return this.attributes.removeNamedItem(e.nodeName)},removeAttributeNS:function(e,t){var n=this.getAttributeNodeNS(e,t);n&&this.removeAttributeNode(n)},hasAttributeNS:function(e,t){return this.getAttributeNodeNS(e,t)!=null},getAttributeNS:function(e,t){var n=this.getAttributeNodeNS(e,t);return n&&n.value||""},setAttributeNS:function(e,t,n){var r=this.ownerDocument.createAttributeNS(e,t);r.value=r.nodeValue=""+n,this.setAttributeNode(r)},getAttributeNodeNS:function(e,t){return this.attributes.getNamedItemNS(e,t)},getElementsByTagName:function(e){return new P(this,function(t){var n=[];return k(t,function(r){r!==t&&r.nodeType==E&&(e==="*"||r.tagName==e)&&n.push(r)}),n})},getElementsByTagNameNS:function(e,t){return new P(this,function(n){var r=[];return k(n,function(i){i!==n&&i.nodeType===E&&(e==="*"||i.namespaceURI===e)&&(t==="*"||i.localName==t)&&r.push(i)}),r})}};L.prototype.getElementsByTagName=C.prototype.getElementsByTagName;L.prototype.getElementsByTagNameNS=C.prototype.getElementsByTagNameNS;N(C,a);function z(){}z.prototype.nodeType=U;N(z,a);function Y(){}Y.prototype={data:"",substringData:function(e,t){return this.data.substring(e,e+t)},appendData:function(e){e=this.data+e,this.nodeValue=this.data=e,this.length=e.length},insertData:function(e,t){this.replaceData(e,0,t)},appendChild:function(e){throw new Error(f[h])},deleteData:function(e,t){this.replaceData(e,t,"")},replaceData:function(e,t,n){var r=this.data.substring(0,e),i=this.data.substring(e+t);n=r+n+i,this.nodeValue=this.data=n,this.length=n.length}};N(Y,a);function q(){}q.prototype={nodeName:"#text",nodeType:G,splitText:function(e){var t=this.data,n=t.substring(e);t=t.substring(0,e),this.data=this.nodeValue=t,this.length=t.length;var r=this.ownerDocument.createTextNode(n);return this.parentNode&&this.parentNode.insertBefore(r,this.nextSibling),r}};N(q,Y);function ee(){}ee.prototype={nodeName:"#comment",nodeType:ve};N(ee,Y);function te(){}te.prototype={nodeName:"#cdata-section",nodeType:Ne};N(te,Y);function W(){}W.prototype.nodeType=Te;N(W,a);function we(){}we.prototype.nodeType=je;N(we,a);function Re(){}Re.prototype.nodeType=ke;N(Re,a);function ne(){}ne.prototype.nodeType=me;N(ne,a);function F(){}F.prototype.nodeName="#document-fragment";F.prototype.nodeType=D;N(F,a);function re(){}re.prototype.nodeType=Ee;N(re,a);function xe(){}xe.prototype.serializeToString=function(e,t,n){return Ae.call(e,t,n)};a.prototype.toString=Ae;function Ae(e,t){var n=[],r=this.nodeType==9&&this.documentElement||this,i=r.prefix,o=r.namespaceURI;if(o&&i==null){var i=r.lookupPrefix(o);if(i==null)var u=[{namespace:o,prefix:null}]}return M(this,n,e,t,u),n.join("")}function pe(e,t,n){var r=e.prefix||"",i=e.namespaceURI;if(!i||r==="xml"&&i===V.XML||i===V.XMLNS)return!1;for(var o=n.length;o--;){var u=n[o];if(u.prefix===r)return u.namespace!==i}return!0}function Q(e,t,n){e.push(" ",t,'="',n.replace(/[<&"]/g,De),'"')}function M(e,t,n,r,i){if(i||(i=[]),r)if(e=r(e),e){if(typeof e=="string"){t.push(e);return}}else return;switch(e.nodeType){case E:var o=e.attributes,u=o.length,l=e.firstChild,p=e.tagName;n=V.isHTML(e.namespaceURI)||n;var y=p;if(!n&&!e.prefix&&e.namespaceURI){for(var S,_=0;_<o.length;_++)if(o.item(_).name==="xmlns"){S=o.item(_).value;break}if(!S)for(var w=i.length-1;w>=0;w--){var R=i[w];if(R.prefix===""&&R.namespace===e.namespaceURI){S=R.namespace;break}}if(S!==e.namespaceURI)for(var w=i.length-1;w>=0;w--){var R=i[w];if(R.namespace===e.namespaceURI){R.prefix&&(y=R.prefix+":"+p);break}}}t.push("<",y);for(var x=0;x<u;x++){var v=o.item(x);v.prefix=="xmlns"?i.push({prefix:v.localName,namespace:v.value}):v.nodeName=="xmlns"&&i.push({prefix:"",namespace:v.value})}for(var x=0;x<u;x++){var v=o.item(x);if(pe(v,n,i)){var A=v.prefix||"",B=v.namespaceURI;Q(t,A?"xmlns:"+A:"xmlns",B),i.push({prefix:A,namespace:B})}M(v,t,n,r,i)}if(p===y&&pe(e,n,i)){var A=e.prefix||"",B=e.namespaceURI;Q(t,A?"xmlns:"+A:"xmlns",B),i.push({prefix:A,namespace:B})}if(l||n&&!/^(?:meta|link|img|br|hr|input)$/i.test(p)){if(t.push(">"),n&&/^script$/i.test(p))for(;l;)l.data?t.push(l.data):M(l,t,n,r,i.slice()),l=l.nextSibling;else for(;l;)M(l,t,n,r,i.slice()),l=l.nextSibling;t.push("</",y,">")}else t.push("/>");return;case de:case D:for(var l=e.firstChild;l;)M(l,t,n,r,i.slice()),l=l.nextSibling;return;case U:return Q(t,e.name,e.value);case G:return t.push(e.data.replace(/[<&]/g,De).replace(/]]>/g,"]]&gt;"));case Ne:return t.push("<![CDATA[",e.data,"]]>");case ve:return t.push("<!--",e.data,"-->");case Te:var ie=e.publicId,b=e.systemId;if(t.push("<!DOCTYPE ",e.name),ie)t.push(" PUBLIC ",ie),b&&b!="."&&t.push(" ",b),t.push(">");else if(b&&b!=".")t.push(" SYSTEM ",b,">");else{var oe=e.internalSubset;oe&&t.push(" [",oe,"]"),t.push(">")}return;case Ee:return t.push("<?",e.target," ",e.data,"?>");case me:return t.push("&",e.nodeName,";");default:t.push("??",e.nodeName)}}function Ce(e,t,n){var r;switch(t.nodeType){case E:r=t.cloneNode(!1),r.ownerDocument=e;case D:break;case U:n=!0;break}if(r||(r=t.cloneNode(!1)),r.ownerDocument=e,r.parentNode=null,n)for(var i=t.firstChild;i;)r.appendChild(Ce(e,i,n)),i=i.nextSibling;return r}function Z(e,t,n){var r=new t.constructor;for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i)){var o=t[i];typeof o!="object"&&o!=r[i]&&(r[i]=o)}switch(t.childNodes&&(r.childNodes=new g),r.ownerDocument=e,r.nodeType){case E:var u=t.attributes,p=r.attributes=new X,y=u.length;p._ownerElement=r;for(var S=0;S<y;S++)r.setAttributeNode(Z(e,u.item(S),!0));break;case U:n=!0}if(n)for(var _=t.firstChild;_;)r.appendChild(Z(e,_,n)),_=_.nextSibling;return r}function be(e,t,n){e[t]=n}try{if(Object.defineProperty){let e=function(t){switch(t.nodeType){case E:case D:var n=[];for(t=t.firstChild;t;)t.nodeType!==7&&t.nodeType!==8&&n.push(e(t)),t=t.nextSibling;return n.join("");default:return t.nodeValue}};Object.defineProperty(P.prototype,"length",{get:function(){return J(this),this.$$length}}),Object.defineProperty(a.prototype,"textContent",{get:function(){return e(this)},set:function(t){switch(this.nodeType){case E:case D:for(;this.firstChild;)this.removeChild(this.firstChild);(t||String(t))&&this.appendChild(this.ownerDocument.createTextNode(t));break;default:this.data=t,this.value=t,this.nodeValue=t}}}),be=function(t,n,r){t["$$"+n]=r}}}catch{}I.__exports.DocumentType=W;I.__exports.DOMException=s;I.__exports.DOMImplementation=ge;I.__exports.Element=C;I.__exports.Node=a;I.__exports.NodeList=g;I.__exports.XMLSerializer=xe;module.exports=I.__exports;
2
+ //# sourceMappingURL=dom.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dom.js","sources":["../../../../../../node_modules/@xmldom/xmldom/lib/dom.js"],"sourcesContent":["var conventions = require(\"./conventions\");\n\nvar find = conventions.find;\nvar NAMESPACE = conventions.NAMESPACE;\n\n/**\n * A prerequisite for `[].filter`, to drop elements that are empty\n * @param {string} input\n * @returns {boolean}\n */\nfunction notEmptyString (input) {\n\treturn input !== ''\n}\n/**\n * @see https://infra.spec.whatwg.org/#split-on-ascii-whitespace\n * @see https://infra.spec.whatwg.org/#ascii-whitespace\n *\n * @param {string} input\n * @returns {string[]} (can be empty)\n */\nfunction splitOnASCIIWhitespace(input) {\n\t// U+0009 TAB, U+000A LF, U+000C FF, U+000D CR, U+0020 SPACE\n\treturn input ? input.split(/[\\t\\n\\f\\r ]+/).filter(notEmptyString) : []\n}\n\n/**\n * Adds element as a key to current if it is not already present.\n *\n * @param {Record<string, boolean | undefined>} current\n * @param {string} element\n * @returns {Record<string, boolean | undefined>}\n */\nfunction orderedSetReducer (current, element) {\n\tif (!current.hasOwnProperty(element)) {\n\t\tcurrent[element] = true;\n\t}\n\treturn current;\n}\n\n/**\n * @see https://infra.spec.whatwg.org/#ordered-set\n * @param {string} input\n * @returns {string[]}\n */\nfunction toOrderedSet(input) {\n\tif (!input) return [];\n\tvar list = splitOnASCIIWhitespace(input);\n\treturn Object.keys(list.reduce(orderedSetReducer, {}))\n}\n\n/**\n * Uses `list.indexOf` to implement something like `Array.prototype.includes`,\n * which we can not rely on being available.\n *\n * @param {any[]} list\n * @returns {function(any): boolean}\n */\nfunction arrayIncludes (list) {\n\treturn function(element) {\n\t\treturn list && list.indexOf(element) !== -1;\n\t}\n}\n\nfunction copy(src,dest){\n\tfor(var p in src){\n\t\tif (Object.prototype.hasOwnProperty.call(src, p)) {\n\t\t\tdest[p] = src[p];\n\t\t}\n\t}\n}\n\n/**\n^\\w+\\.prototype\\.([_\\w]+)\\s*=\\s*((?:.*\\{\\s*?[\\r\\n][\\s\\S]*?^})|\\S.*?(?=[;\\r\\n]));?\n^\\w+\\.prototype\\.([_\\w]+)\\s*=\\s*(\\S.*?(?=[;\\r\\n]));?\n */\nfunction _extends(Class,Super){\n\tvar pt = Class.prototype;\n\tif(!(pt instanceof Super)){\n\t\tfunction t(){};\n\t\tt.prototype = Super.prototype;\n\t\tt = new t();\n\t\tcopy(pt,t);\n\t\tClass.prototype = pt = t;\n\t}\n\tif(pt.constructor != Class){\n\t\tif(typeof Class != 'function'){\n\t\t\tconsole.error(\"unknown Class:\"+Class)\n\t\t}\n\t\tpt.constructor = Class\n\t}\n}\n\n// Node Types\nvar NodeType = {}\nvar ELEMENT_NODE = NodeType.ELEMENT_NODE = 1;\nvar ATTRIBUTE_NODE = NodeType.ATTRIBUTE_NODE = 2;\nvar TEXT_NODE = NodeType.TEXT_NODE = 3;\nvar CDATA_SECTION_NODE = NodeType.CDATA_SECTION_NODE = 4;\nvar ENTITY_REFERENCE_NODE = NodeType.ENTITY_REFERENCE_NODE = 5;\nvar ENTITY_NODE = NodeType.ENTITY_NODE = 6;\nvar PROCESSING_INSTRUCTION_NODE = NodeType.PROCESSING_INSTRUCTION_NODE = 7;\nvar COMMENT_NODE = NodeType.COMMENT_NODE = 8;\nvar DOCUMENT_NODE = NodeType.DOCUMENT_NODE = 9;\nvar DOCUMENT_TYPE_NODE = NodeType.DOCUMENT_TYPE_NODE = 10;\nvar DOCUMENT_FRAGMENT_NODE = NodeType.DOCUMENT_FRAGMENT_NODE = 11;\nvar NOTATION_NODE = NodeType.NOTATION_NODE = 12;\n\n// ExceptionCode\nvar ExceptionCode = {}\nvar ExceptionMessage = {};\nvar INDEX_SIZE_ERR = ExceptionCode.INDEX_SIZE_ERR = ((ExceptionMessage[1]=\"Index size error\"),1);\nvar DOMSTRING_SIZE_ERR = ExceptionCode.DOMSTRING_SIZE_ERR = ((ExceptionMessage[2]=\"DOMString size error\"),2);\nvar HIERARCHY_REQUEST_ERR = ExceptionCode.HIERARCHY_REQUEST_ERR = ((ExceptionMessage[3]=\"Hierarchy request error\"),3);\nvar WRONG_DOCUMENT_ERR = ExceptionCode.WRONG_DOCUMENT_ERR = ((ExceptionMessage[4]=\"Wrong document\"),4);\nvar INVALID_CHARACTER_ERR = ExceptionCode.INVALID_CHARACTER_ERR = ((ExceptionMessage[5]=\"Invalid character\"),5);\nvar NO_DATA_ALLOWED_ERR = ExceptionCode.NO_DATA_ALLOWED_ERR = ((ExceptionMessage[6]=\"No data allowed\"),6);\nvar NO_MODIFICATION_ALLOWED_ERR = ExceptionCode.NO_MODIFICATION_ALLOWED_ERR = ((ExceptionMessage[7]=\"No modification allowed\"),7);\nvar NOT_FOUND_ERR = ExceptionCode.NOT_FOUND_ERR = ((ExceptionMessage[8]=\"Not found\"),8);\nvar NOT_SUPPORTED_ERR = ExceptionCode.NOT_SUPPORTED_ERR = ((ExceptionMessage[9]=\"Not supported\"),9);\nvar INUSE_ATTRIBUTE_ERR = ExceptionCode.INUSE_ATTRIBUTE_ERR = ((ExceptionMessage[10]=\"Attribute in use\"),10);\n//level2\nvar INVALID_STATE_ERR \t= ExceptionCode.INVALID_STATE_ERR \t= ((ExceptionMessage[11]=\"Invalid state\"),11);\nvar SYNTAX_ERR \t= ExceptionCode.SYNTAX_ERR \t= ((ExceptionMessage[12]=\"Syntax error\"),12);\nvar INVALID_MODIFICATION_ERR \t= ExceptionCode.INVALID_MODIFICATION_ERR \t= ((ExceptionMessage[13]=\"Invalid modification\"),13);\nvar NAMESPACE_ERR \t= ExceptionCode.NAMESPACE_ERR \t= ((ExceptionMessage[14]=\"Invalid namespace\"),14);\nvar INVALID_ACCESS_ERR \t= ExceptionCode.INVALID_ACCESS_ERR \t= ((ExceptionMessage[15]=\"Invalid access\"),15);\n\n/**\n * DOM Level 2\n * Object DOMException\n * @see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html\n * @see http://www.w3.org/TR/REC-DOM-Level-1/ecma-script-language-binding.html\n */\nfunction DOMException(code, message) {\n\tif(message instanceof Error){\n\t\tvar error = message;\n\t}else{\n\t\terror = this;\n\t\tError.call(this, ExceptionMessage[code]);\n\t\tthis.message = ExceptionMessage[code];\n\t\tif(Error.captureStackTrace) Error.captureStackTrace(this, DOMException);\n\t}\n\terror.code = code;\n\tif(message) this.message = this.message + \": \" + message;\n\treturn error;\n};\nDOMException.prototype = Error.prototype;\ncopy(ExceptionCode,DOMException)\n\n/**\n * @see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-536297177\n * The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented. NodeList objects in the DOM are live.\n * The items in the NodeList are accessible via an integral index, starting from 0.\n */\nfunction NodeList() {\n};\nNodeList.prototype = {\n\t/**\n\t * The number of nodes in the list. The range of valid child node indices is 0 to length-1 inclusive.\n\t * @standard level1\n\t */\n\tlength:0,\n\t/**\n\t * Returns the indexth item in the collection. If index is greater than or equal to the number of nodes in the list, this returns null.\n\t * @standard level1\n\t * @param index unsigned long\n\t * Index into the collection.\n\t * @return Node\n\t * \tThe node at the indexth position in the NodeList, or null if that is not a valid index.\n\t */\n\titem: function(index) {\n\t\treturn index >= 0 && index < this.length ? this[index] : null;\n\t},\n\ttoString:function(isHTML,nodeFilter){\n\t\tfor(var buf = [], i = 0;i<this.length;i++){\n\t\t\tserializeToString(this[i],buf,isHTML,nodeFilter);\n\t\t}\n\t\treturn buf.join('');\n\t},\n\t/**\n\t * @private\n\t * @param {function (Node):boolean} predicate\n\t * @returns {Node[]}\n\t */\n\tfilter: function (predicate) {\n\t\treturn Array.prototype.filter.call(this, predicate);\n\t},\n\t/**\n\t * @private\n\t * @param {Node} item\n\t * @returns {number}\n\t */\n\tindexOf: function (item) {\n\t\treturn Array.prototype.indexOf.call(this, item);\n\t},\n};\n\nfunction LiveNodeList(node,refresh){\n\tthis._node = node;\n\tthis._refresh = refresh\n\t_updateLiveList(this);\n}\nfunction _updateLiveList(list){\n\tvar inc = list._node._inc || list._node.ownerDocument._inc;\n\tif (list._inc !== inc) {\n\t\tvar ls = list._refresh(list._node);\n\t\t__set__(list,'length',ls.length);\n\t\tif (!list.$$length || ls.length < list.$$length) {\n\t\t\tfor (var i = ls.length; i in list; i++) {\n\t\t\t\tif (Object.prototype.hasOwnProperty.call(list, i)) {\n\t\t\t\t\tdelete list[i];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tcopy(ls,list);\n\t\tlist._inc = inc;\n\t}\n}\nLiveNodeList.prototype.item = function(i){\n\t_updateLiveList(this);\n\treturn this[i] || null;\n}\n\n_extends(LiveNodeList,NodeList);\n\n/**\n * Objects implementing the NamedNodeMap interface are used\n * to represent collections of nodes that can be accessed by name.\n * Note that NamedNodeMap does not inherit from NodeList;\n * NamedNodeMaps are not maintained in any particular order.\n * Objects contained in an object implementing NamedNodeMap may also be accessed by an ordinal index,\n * but this is simply to allow convenient enumeration of the contents of a NamedNodeMap,\n * and does not imply that the DOM specifies an order to these Nodes.\n * NamedNodeMap objects in the DOM are live.\n * used for attributes or DocumentType entities\n */\nfunction NamedNodeMap() {\n};\n\nfunction _findNodeIndex(list,node){\n\tvar i = list.length;\n\twhile(i--){\n\t\tif(list[i] === node){return i}\n\t}\n}\n\nfunction _addNamedNode(el,list,newAttr,oldAttr){\n\tif(oldAttr){\n\t\tlist[_findNodeIndex(list,oldAttr)] = newAttr;\n\t}else{\n\t\tlist[list.length++] = newAttr;\n\t}\n\tif(el){\n\t\tnewAttr.ownerElement = el;\n\t\tvar doc = el.ownerDocument;\n\t\tif(doc){\n\t\t\toldAttr && _onRemoveAttribute(doc,el,oldAttr);\n\t\t\t_onAddAttribute(doc,el,newAttr);\n\t\t}\n\t}\n}\nfunction _removeNamedNode(el,list,attr){\n\t//console.log('remove attr:'+attr)\n\tvar i = _findNodeIndex(list,attr);\n\tif(i>=0){\n\t\tvar lastIndex = list.length-1\n\t\twhile(i<lastIndex){\n\t\t\tlist[i] = list[++i]\n\t\t}\n\t\tlist.length = lastIndex;\n\t\tif(el){\n\t\t\tvar doc = el.ownerDocument;\n\t\t\tif(doc){\n\t\t\t\t_onRemoveAttribute(doc,el,attr);\n\t\t\t\tattr.ownerElement = null;\n\t\t\t}\n\t\t}\n\t}else{\n\t\tthrow new DOMException(NOT_FOUND_ERR,new Error(el.tagName+'@'+attr))\n\t}\n}\nNamedNodeMap.prototype = {\n\tlength:0,\n\titem:NodeList.prototype.item,\n\tgetNamedItem: function(key) {\n//\t\tif(key.indexOf(':')>0 || key == 'xmlns'){\n//\t\t\treturn null;\n//\t\t}\n\t\t//console.log()\n\t\tvar i = this.length;\n\t\twhile(i--){\n\t\t\tvar attr = this[i];\n\t\t\t//console.log(attr.nodeName,key)\n\t\t\tif(attr.nodeName == key){\n\t\t\t\treturn attr;\n\t\t\t}\n\t\t}\n\t},\n\tsetNamedItem: function(attr) {\n\t\tvar el = attr.ownerElement;\n\t\tif(el && el!=this._ownerElement){\n\t\t\tthrow new DOMException(INUSE_ATTRIBUTE_ERR);\n\t\t}\n\t\tvar oldAttr = this.getNamedItem(attr.nodeName);\n\t\t_addNamedNode(this._ownerElement,this,attr,oldAttr);\n\t\treturn oldAttr;\n\t},\n\t/* returns Node */\n\tsetNamedItemNS: function(attr) {// raises: WRONG_DOCUMENT_ERR,NO_MODIFICATION_ALLOWED_ERR,INUSE_ATTRIBUTE_ERR\n\t\tvar el = attr.ownerElement, oldAttr;\n\t\tif(el && el!=this._ownerElement){\n\t\t\tthrow new DOMException(INUSE_ATTRIBUTE_ERR);\n\t\t}\n\t\toldAttr = this.getNamedItemNS(attr.namespaceURI,attr.localName);\n\t\t_addNamedNode(this._ownerElement,this,attr,oldAttr);\n\t\treturn oldAttr;\n\t},\n\n\t/* returns Node */\n\tremoveNamedItem: function(key) {\n\t\tvar attr = this.getNamedItem(key);\n\t\t_removeNamedNode(this._ownerElement,this,attr);\n\t\treturn attr;\n\n\n\t},// raises: NOT_FOUND_ERR,NO_MODIFICATION_ALLOWED_ERR\n\n\t//for level2\n\tremoveNamedItemNS:function(namespaceURI,localName){\n\t\tvar attr = this.getNamedItemNS(namespaceURI,localName);\n\t\t_removeNamedNode(this._ownerElement,this,attr);\n\t\treturn attr;\n\t},\n\tgetNamedItemNS: function(namespaceURI, localName) {\n\t\tvar i = this.length;\n\t\twhile(i--){\n\t\t\tvar node = this[i];\n\t\t\tif(node.localName == localName && node.namespaceURI == namespaceURI){\n\t\t\t\treturn node;\n\t\t\t}\n\t\t}\n\t\treturn null;\n\t}\n};\n\n/**\n * The DOMImplementation interface represents an object providing methods\n * which are not dependent on any particular document.\n * Such an object is returned by the `Document.implementation` property.\n *\n * __The individual methods describe the differences compared to the specs.__\n *\n * @constructor\n *\n * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation MDN\n * @see https://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-102161490 DOM Level 1 Core (Initial)\n * @see https://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-102161490 DOM Level 2 Core\n * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-102161490 DOM Level 3 Core\n * @see https://dom.spec.whatwg.org/#domimplementation DOM Living Standard\n */\nfunction DOMImplementation() {\n}\n\nDOMImplementation.prototype = {\n\t/**\n\t * The DOMImplementation.hasFeature() method returns a Boolean flag indicating if a given feature is supported.\n\t * The different implementations fairly diverged in what kind of features were reported.\n\t * The latest version of the spec settled to force this method to always return true, where the functionality was accurate and in use.\n\t *\n\t * @deprecated It is deprecated and modern browsers return true in all cases.\n\t *\n\t * @param {string} feature\n\t * @param {string} [version]\n\t * @returns {boolean} always true\n\t *\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation/hasFeature MDN\n\t * @see https://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-5CED94D7 DOM Level 1 Core\n\t * @see https://dom.spec.whatwg.org/#dom-domimplementation-hasfeature DOM Living Standard\n\t */\n\thasFeature: function(feature, version) {\n\t\t\treturn true;\n\t},\n\t/**\n\t * Creates an XML Document object of the specified type with its document element.\n\t *\n\t * __It behaves slightly different from the description in the living standard__:\n\t * - There is no interface/class `XMLDocument`, it returns a `Document` instance.\n\t * - `contentType`, `encoding`, `mode`, `origin`, `url` fields are currently not declared.\n\t * - this implementation is not validating names or qualified names\n\t * (when parsing XML strings, the SAX parser takes care of that)\n\t *\n\t * @param {string|null} namespaceURI\n\t * @param {string} qualifiedName\n\t * @param {DocumentType=null} doctype\n\t * @returns {Document}\n\t *\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation/createDocument MDN\n\t * @see https://www.w3.org/TR/DOM-Level-2-Core/core.html#Level-2-Core-DOM-createDocument DOM Level 2 Core (initial)\n\t * @see https://dom.spec.whatwg.org/#dom-domimplementation-createdocument DOM Level 2 Core\n\t *\n\t * @see https://dom.spec.whatwg.org/#validate-and-extract DOM: Validate and extract\n\t * @see https://www.w3.org/TR/xml/#NT-NameStartChar XML Spec: Names\n\t * @see https://www.w3.org/TR/xml-names/#ns-qualnames XML Namespaces: Qualified names\n\t */\n\tcreateDocument: function(namespaceURI, qualifiedName, doctype){\n\t\tvar doc = new Document();\n\t\tdoc.implementation = this;\n\t\tdoc.childNodes = new NodeList();\n\t\tdoc.doctype = doctype || null;\n\t\tif (doctype){\n\t\t\tdoc.appendChild(doctype);\n\t\t}\n\t\tif (qualifiedName){\n\t\t\tvar root = doc.createElementNS(namespaceURI, qualifiedName);\n\t\t\tdoc.appendChild(root);\n\t\t}\n\t\treturn doc;\n\t},\n\t/**\n\t * Returns a doctype, with the given `qualifiedName`, `publicId`, and `systemId`.\n\t *\n\t * __This behavior is slightly different from the in the specs__:\n\t * - this implementation is not validating names or qualified names\n\t * (when parsing XML strings, the SAX parser takes care of that)\n\t *\n\t * @param {string} qualifiedName\n\t * @param {string} [publicId]\n\t * @param {string} [systemId]\n\t * @returns {DocumentType} which can either be used with `DOMImplementation.createDocument` upon document creation\n\t * \t\t\t\t or can be put into the document via methods like `Node.insertBefore()` or `Node.replaceChild()`\n\t *\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation/createDocumentType MDN\n\t * @see https://www.w3.org/TR/DOM-Level-2-Core/core.html#Level-2-Core-DOM-createDocType DOM Level 2 Core\n\t * @see https://dom.spec.whatwg.org/#dom-domimplementation-createdocumenttype DOM Living Standard\n\t *\n\t * @see https://dom.spec.whatwg.org/#validate-and-extract DOM: Validate and extract\n\t * @see https://www.w3.org/TR/xml/#NT-NameStartChar XML Spec: Names\n\t * @see https://www.w3.org/TR/xml-names/#ns-qualnames XML Namespaces: Qualified names\n\t */\n\tcreateDocumentType: function(qualifiedName, publicId, systemId){\n\t\tvar node = new DocumentType();\n\t\tnode.name = qualifiedName;\n\t\tnode.nodeName = qualifiedName;\n\t\tnode.publicId = publicId || '';\n\t\tnode.systemId = systemId || '';\n\n\t\treturn node;\n\t}\n};\n\n\n/**\n * @see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-1950641247\n */\n\nfunction Node() {\n};\n\nNode.prototype = {\n\tfirstChild : null,\n\tlastChild : null,\n\tpreviousSibling : null,\n\tnextSibling : null,\n\tattributes : null,\n\tparentNode : null,\n\tchildNodes : null,\n\townerDocument : null,\n\tnodeValue : null,\n\tnamespaceURI : null,\n\tprefix : null,\n\tlocalName : null,\n\t// Modified in DOM Level 2:\n\tinsertBefore:function(newChild, refChild){//raises\n\t\treturn _insertBefore(this,newChild,refChild);\n\t},\n\treplaceChild:function(newChild, oldChild){//raises\n\t\t_insertBefore(this, newChild,oldChild, assertPreReplacementValidityInDocument);\n\t\tif(oldChild){\n\t\t\tthis.removeChild(oldChild);\n\t\t}\n\t},\n\tremoveChild:function(oldChild){\n\t\treturn _removeChild(this,oldChild);\n\t},\n\tappendChild:function(newChild){\n\t\treturn this.insertBefore(newChild,null);\n\t},\n\thasChildNodes:function(){\n\t\treturn this.firstChild != null;\n\t},\n\tcloneNode:function(deep){\n\t\treturn cloneNode(this.ownerDocument||this,this,deep);\n\t},\n\t// Modified in DOM Level 2:\n\tnormalize:function(){\n\t\tvar child = this.firstChild;\n\t\twhile(child){\n\t\t\tvar next = child.nextSibling;\n\t\t\tif(next && next.nodeType == TEXT_NODE && child.nodeType == TEXT_NODE){\n\t\t\t\tthis.removeChild(next);\n\t\t\t\tchild.appendData(next.data);\n\t\t\t}else{\n\t\t\t\tchild.normalize();\n\t\t\t\tchild = next;\n\t\t\t}\n\t\t}\n\t},\n \t// Introduced in DOM Level 2:\n\tisSupported:function(feature, version){\n\t\treturn this.ownerDocument.implementation.hasFeature(feature,version);\n\t},\n // Introduced in DOM Level 2:\n hasAttributes:function(){\n \treturn this.attributes.length>0;\n },\n\t/**\n\t * Look up the prefix associated to the given namespace URI, starting from this node.\n\t * **The default namespace declarations are ignored by this method.**\n\t * See Namespace Prefix Lookup for details on the algorithm used by this method.\n\t *\n\t * _Note: The implementation seems to be incomplete when compared to the algorithm described in the specs._\n\t *\n\t * @param {string | null} namespaceURI\n\t * @returns {string | null}\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-lookupNamespacePrefix\n\t * @see https://www.w3.org/TR/DOM-Level-3-Core/namespaces-algorithms.html#lookupNamespacePrefixAlgo\n\t * @see https://dom.spec.whatwg.org/#dom-node-lookupprefix\n\t * @see https://github.com/xmldom/xmldom/issues/322\n\t */\n lookupPrefix:function(namespaceURI){\n \tvar el = this;\n \twhile(el){\n \t\tvar map = el._nsMap;\n \t\t//console.dir(map)\n \t\tif(map){\n \t\t\tfor(var n in map){\n\t\t\t\t\tif (Object.prototype.hasOwnProperty.call(map, n) && map[n] === namespaceURI) {\n\t\t\t\t\t\treturn n;\n\t\t\t\t\t}\n \t\t\t}\n \t\t}\n \t\tel = el.nodeType == ATTRIBUTE_NODE?el.ownerDocument : el.parentNode;\n \t}\n \treturn null;\n },\n // Introduced in DOM Level 3:\n lookupNamespaceURI:function(prefix){\n \tvar el = this;\n \twhile(el){\n \t\tvar map = el._nsMap;\n \t\t//console.dir(map)\n \t\tif(map){\n \t\t\tif(prefix in map){\n\t\t\t\t\tif(Object.prototype.hasOwnProperty.call(map, prefix)){\n\t\t\t\t\t\treturn map[prefix] ;\n\t\t\t\t\t}\n \t\t\t}\n \t\t}\n \t\tel = el.nodeType == ATTRIBUTE_NODE?el.ownerDocument : el.parentNode;\n \t}\n \treturn null;\n },\n // Introduced in DOM Level 3:\n isDefaultNamespace:function(namespaceURI){\n \tvar prefix = this.lookupPrefix(namespaceURI);\n \treturn prefix == null;\n }\n};\n\n\nfunction _xmlEncoder(c){\n\treturn c == '<' && '&lt;' ||\n c == '>' && '&gt;' ||\n c == '&' && '&amp;' ||\n c == '\"' && '&quot;' ||\n '&#'+c.charCodeAt()+';'\n}\n\n\ncopy(NodeType,Node);\ncopy(NodeType,Node.prototype);\n\n/**\n * @param callback return true for continue,false for break\n * @return boolean true: break visit;\n */\nfunction _visitNode(node,callback){\n\tif(callback(node)){\n\t\treturn true;\n\t}\n\tif(node = node.firstChild){\n\t\tdo{\n\t\t\tif(_visitNode(node,callback)){return true}\n }while(node=node.nextSibling)\n }\n}\n\n\n\nfunction Document(){\n\tthis.ownerDocument = this;\n}\n\nfunction _onAddAttribute(doc,el,newAttr){\n\tdoc && doc._inc++;\n\tvar ns = newAttr.namespaceURI ;\n\tif(ns === NAMESPACE.XMLNS){\n\t\t//update namespace\n\t\tel._nsMap[newAttr.prefix?newAttr.localName:''] = newAttr.value\n\t}\n}\n\nfunction _onRemoveAttribute(doc,el,newAttr,remove){\n\tdoc && doc._inc++;\n\tvar ns = newAttr.namespaceURI ;\n\tif(ns === NAMESPACE.XMLNS){\n\t\t//update namespace\n\t\tdelete el._nsMap[newAttr.prefix?newAttr.localName:'']\n\t}\n}\n\nfunction _onUpdateChild(doc,el,newChild){\n\tif(doc && doc._inc){\n\t\tdoc._inc++;\n\t\t//update childNodes\n\t\tvar cs = el.childNodes;\n\t\tif(newChild){\n\t\t\tcs[cs.length++] = newChild;\n\t\t}else{\n\t\t\t//console.log(1)\n\t\t\tvar child = el.firstChild;\n\t\t\tvar i = 0;\n\t\t\twhile(child){\n\t\t\t\tcs[i++] = child;\n\t\t\t\tchild =child.nextSibling;\n\t\t\t}\n\t\t\tcs.length = i;\n\t\t\tdelete cs[cs.length];\n\t\t}\n\t}\n}\n\n/**\n * attributes;\n * children;\n *\n * writeable properties:\n * nodeValue,Attr:value,CharacterData:data\n * prefix\n */\nfunction _removeChild(parentNode,child){\n\tvar previous = child.previousSibling;\n\tvar next = child.nextSibling;\n\tif(previous){\n\t\tprevious.nextSibling = next;\n\t}else{\n\t\tparentNode.firstChild = next\n\t}\n\tif(next){\n\t\tnext.previousSibling = previous;\n\t}else{\n\t\tparentNode.lastChild = previous;\n\t}\n\tchild.parentNode = null;\n\tchild.previousSibling = null;\n\tchild.nextSibling = null;\n\t_onUpdateChild(parentNode.ownerDocument,parentNode);\n\treturn child;\n}\n\n/**\n * Returns `true` if `node` can be a parent for insertion.\n * @param {Node} node\n * @returns {boolean}\n */\nfunction hasValidParentNodeType(node) {\n\treturn (\n\t\tnode &&\n\t\t(node.nodeType === Node.DOCUMENT_NODE || node.nodeType === Node.DOCUMENT_FRAGMENT_NODE || node.nodeType === Node.ELEMENT_NODE)\n\t);\n}\n\n/**\n * Returns `true` if `node` can be inserted according to it's `nodeType`.\n * @param {Node} node\n * @returns {boolean}\n */\nfunction hasInsertableNodeType(node) {\n\treturn (\n\t\tnode &&\n\t\t(isElementNode(node) ||\n\t\t\tisTextNode(node) ||\n\t\t\tisDocTypeNode(node) ||\n\t\t\tnode.nodeType === Node.DOCUMENT_FRAGMENT_NODE ||\n\t\t\tnode.nodeType === Node.COMMENT_NODE ||\n\t\t\tnode.nodeType === Node.PROCESSING_INSTRUCTION_NODE)\n\t);\n}\n\n/**\n * Returns true if `node` is a DOCTYPE node\n * @param {Node} node\n * @returns {boolean}\n */\nfunction isDocTypeNode(node) {\n\treturn node && node.nodeType === Node.DOCUMENT_TYPE_NODE;\n}\n\n/**\n * Returns true if the node is an element\n * @param {Node} node\n * @returns {boolean}\n */\nfunction isElementNode(node) {\n\treturn node && node.nodeType === Node.ELEMENT_NODE;\n}\n/**\n * Returns true if `node` is a text node\n * @param {Node} node\n * @returns {boolean}\n */\nfunction isTextNode(node) {\n\treturn node && node.nodeType === Node.TEXT_NODE;\n}\n\n/**\n * Check if en element node can be inserted before `child`, or at the end if child is falsy,\n * according to the presence and position of a doctype node on the same level.\n *\n * @param {Document} doc The document node\n * @param {Node} child the node that would become the nextSibling if the element would be inserted\n * @returns {boolean} `true` if an element can be inserted before child\n * @private\n * https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity\n */\nfunction isElementInsertionPossible(doc, child) {\n\tvar parentChildNodes = doc.childNodes || [];\n\tif (find(parentChildNodes, isElementNode) || isDocTypeNode(child)) {\n\t\treturn false;\n\t}\n\tvar docTypeNode = find(parentChildNodes, isDocTypeNode);\n\treturn !(child && docTypeNode && parentChildNodes.indexOf(docTypeNode) > parentChildNodes.indexOf(child));\n}\n\n/**\n * Check if en element node can be inserted before `child`, or at the end if child is falsy,\n * according to the presence and position of a doctype node on the same level.\n *\n * @param {Node} doc The document node\n * @param {Node} child the node that would become the nextSibling if the element would be inserted\n * @returns {boolean} `true` if an element can be inserted before child\n * @private\n * https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity\n */\nfunction isElementReplacementPossible(doc, child) {\n\tvar parentChildNodes = doc.childNodes || [];\n\n\tfunction hasElementChildThatIsNotChild(node) {\n\t\treturn isElementNode(node) && node !== child;\n\t}\n\n\tif (find(parentChildNodes, hasElementChildThatIsNotChild)) {\n\t\treturn false;\n\t}\n\tvar docTypeNode = find(parentChildNodes, isDocTypeNode);\n\treturn !(child && docTypeNode && parentChildNodes.indexOf(docTypeNode) > parentChildNodes.indexOf(child));\n}\n\n/**\n * @private\n * Steps 1-5 of the checks before inserting and before replacing a child are the same.\n *\n * @param {Node} parent the parent node to insert `node` into\n * @param {Node} node the node to insert\n * @param {Node=} child the node that should become the `nextSibling` of `node`\n * @returns {Node}\n * @throws DOMException for several node combinations that would create a DOM that is not well-formed.\n * @throws DOMException if `child` is provided but is not a child of `parent`.\n * @see https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity\n * @see https://dom.spec.whatwg.org/#concept-node-replace\n */\nfunction assertPreInsertionValidity1to5(parent, node, child) {\n\t// 1. If `parent` is not a Document, DocumentFragment, or Element node, then throw a \"HierarchyRequestError\" DOMException.\n\tif (!hasValidParentNodeType(parent)) {\n\t\tthrow new DOMException(HIERARCHY_REQUEST_ERR, 'Unexpected parent node type ' + parent.nodeType);\n\t}\n\t// 2. If `node` is a host-including inclusive ancestor of `parent`, then throw a \"HierarchyRequestError\" DOMException.\n\t// not implemented!\n\t// 3. If `child` is non-null and its parent is not `parent`, then throw a \"NotFoundError\" DOMException.\n\tif (child && child.parentNode !== parent) {\n\t\tthrow new DOMException(NOT_FOUND_ERR, 'child not in parent');\n\t}\n\tif (\n\t\t// 4. If `node` is not a DocumentFragment, DocumentType, Element, or CharacterData node, then throw a \"HierarchyRequestError\" DOMException.\n\t\t!hasInsertableNodeType(node) ||\n\t\t// 5. If either `node` is a Text node and `parent` is a document,\n\t\t// the sax parser currently adds top level text nodes, this will be fixed in 0.9.0\n\t\t// || (node.nodeType === Node.TEXT_NODE && parent.nodeType === Node.DOCUMENT_NODE)\n\t\t// or `node` is a doctype and `parent` is not a document, then throw a \"HierarchyRequestError\" DOMException.\n\t\t(isDocTypeNode(node) && parent.nodeType !== Node.DOCUMENT_NODE)\n\t) {\n\t\tthrow new DOMException(\n\t\t\tHIERARCHY_REQUEST_ERR,\n\t\t\t'Unexpected node type ' + node.nodeType + ' for parent node type ' + parent.nodeType\n\t\t);\n\t}\n}\n\n/**\n * @private\n * Step 6 of the checks before inserting and before replacing a child are different.\n *\n * @param {Document} parent the parent node to insert `node` into\n * @param {Node} node the node to insert\n * @param {Node | undefined} child the node that should become the `nextSibling` of `node`\n * @returns {Node}\n * @throws DOMException for several node combinations that would create a DOM that is not well-formed.\n * @throws DOMException if `child` is provided but is not a child of `parent`.\n * @see https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity\n * @see https://dom.spec.whatwg.org/#concept-node-replace\n */\nfunction assertPreInsertionValidityInDocument(parent, node, child) {\n\tvar parentChildNodes = parent.childNodes || [];\n\tvar nodeChildNodes = node.childNodes || [];\n\n\t// DocumentFragment\n\tif (node.nodeType === Node.DOCUMENT_FRAGMENT_NODE) {\n\t\tvar nodeChildElements = nodeChildNodes.filter(isElementNode);\n\t\t// If node has more than one element child or has a Text node child.\n\t\tif (nodeChildElements.length > 1 || find(nodeChildNodes, isTextNode)) {\n\t\t\tthrow new DOMException(HIERARCHY_REQUEST_ERR, 'More than one element or text in fragment');\n\t\t}\n\t\t// Otherwise, if `node` has one element child and either `parent` has an element child,\n\t\t// `child` is a doctype, or `child` is non-null and a doctype is following `child`.\n\t\tif (nodeChildElements.length === 1 && !isElementInsertionPossible(parent, child)) {\n\t\t\tthrow new DOMException(HIERARCHY_REQUEST_ERR, 'Element in fragment can not be inserted before doctype');\n\t\t}\n\t}\n\t// Element\n\tif (isElementNode(node)) {\n\t\t// `parent` has an element child, `child` is a doctype,\n\t\t// or `child` is non-null and a doctype is following `child`.\n\t\tif (!isElementInsertionPossible(parent, child)) {\n\t\t\tthrow new DOMException(HIERARCHY_REQUEST_ERR, 'Only one element can be added and only after doctype');\n\t\t}\n\t}\n\t// DocumentType\n\tif (isDocTypeNode(node)) {\n\t\t// `parent` has a doctype child,\n\t\tif (find(parentChildNodes, isDocTypeNode)) {\n\t\t\tthrow new DOMException(HIERARCHY_REQUEST_ERR, 'Only one doctype is allowed');\n\t\t}\n\t\tvar parentElementChild = find(parentChildNodes, isElementNode);\n\t\t// `child` is non-null and an element is preceding `child`,\n\t\tif (child && parentChildNodes.indexOf(parentElementChild) < parentChildNodes.indexOf(child)) {\n\t\t\tthrow new DOMException(HIERARCHY_REQUEST_ERR, 'Doctype can only be inserted before an element');\n\t\t}\n\t\t// or `child` is null and `parent` has an element child.\n\t\tif (!child && parentElementChild) {\n\t\t\tthrow new DOMException(HIERARCHY_REQUEST_ERR, 'Doctype can not be appended since element is present');\n\t\t}\n\t}\n}\n\n/**\n * @private\n * Step 6 of the checks before inserting and before replacing a child are different.\n *\n * @param {Document} parent the parent node to insert `node` into\n * @param {Node} node the node to insert\n * @param {Node | undefined} child the node that should become the `nextSibling` of `node`\n * @returns {Node}\n * @throws DOMException for several node combinations that would create a DOM that is not well-formed.\n * @throws DOMException if `child` is provided but is not a child of `parent`.\n * @see https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity\n * @see https://dom.spec.whatwg.org/#concept-node-replace\n */\nfunction assertPreReplacementValidityInDocument(parent, node, child) {\n\tvar parentChildNodes = parent.childNodes || [];\n\tvar nodeChildNodes = node.childNodes || [];\n\n\t// DocumentFragment\n\tif (node.nodeType === Node.DOCUMENT_FRAGMENT_NODE) {\n\t\tvar nodeChildElements = nodeChildNodes.filter(isElementNode);\n\t\t// If `node` has more than one element child or has a Text node child.\n\t\tif (nodeChildElements.length > 1 || find(nodeChildNodes, isTextNode)) {\n\t\t\tthrow new DOMException(HIERARCHY_REQUEST_ERR, 'More than one element or text in fragment');\n\t\t}\n\t\t// Otherwise, if `node` has one element child and either `parent` has an element child that is not `child` or a doctype is following `child`.\n\t\tif (nodeChildElements.length === 1 && !isElementReplacementPossible(parent, child)) {\n\t\t\tthrow new DOMException(HIERARCHY_REQUEST_ERR, 'Element in fragment can not be inserted before doctype');\n\t\t}\n\t}\n\t// Element\n\tif (isElementNode(node)) {\n\t\t// `parent` has an element child that is not `child` or a doctype is following `child`.\n\t\tif (!isElementReplacementPossible(parent, child)) {\n\t\t\tthrow new DOMException(HIERARCHY_REQUEST_ERR, 'Only one element can be added and only after doctype');\n\t\t}\n\t}\n\t// DocumentType\n\tif (isDocTypeNode(node)) {\n\t\tfunction hasDoctypeChildThatIsNotChild(node) {\n\t\t\treturn isDocTypeNode(node) && node !== child;\n\t\t}\n\n\t\t// `parent` has a doctype child that is not `child`,\n\t\tif (find(parentChildNodes, hasDoctypeChildThatIsNotChild)) {\n\t\t\tthrow new DOMException(HIERARCHY_REQUEST_ERR, 'Only one doctype is allowed');\n\t\t}\n\t\tvar parentElementChild = find(parentChildNodes, isElementNode);\n\t\t// or an element is preceding `child`.\n\t\tif (child && parentChildNodes.indexOf(parentElementChild) < parentChildNodes.indexOf(child)) {\n\t\t\tthrow new DOMException(HIERARCHY_REQUEST_ERR, 'Doctype can only be inserted before an element');\n\t\t}\n\t}\n}\n\n/**\n * @private\n * @param {Node} parent the parent node to insert `node` into\n * @param {Node} node the node to insert\n * @param {Node=} child the node that should become the `nextSibling` of `node`\n * @returns {Node}\n * @throws DOMException for several node combinations that would create a DOM that is not well-formed.\n * @throws DOMException if `child` is provided but is not a child of `parent`.\n * @see https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity\n */\nfunction _insertBefore(parent, node, child, _inDocumentAssertion) {\n\t// To ensure pre-insertion validity of a node into a parent before a child, run these steps:\n\tassertPreInsertionValidity1to5(parent, node, child);\n\n\t// If parent is a document, and any of the statements below, switched on the interface node implements,\n\t// are true, then throw a \"HierarchyRequestError\" DOMException.\n\tif (parent.nodeType === Node.DOCUMENT_NODE) {\n\t\t(_inDocumentAssertion || assertPreInsertionValidityInDocument)(parent, node, child);\n\t}\n\n\tvar cp = node.parentNode;\n\tif(cp){\n\t\tcp.removeChild(node);//remove and update\n\t}\n\tif(node.nodeType === DOCUMENT_FRAGMENT_NODE){\n\t\tvar newFirst = node.firstChild;\n\t\tif (newFirst == null) {\n\t\t\treturn node;\n\t\t}\n\t\tvar newLast = node.lastChild;\n\t}else{\n\t\tnewFirst = newLast = node;\n\t}\n\tvar pre = child ? child.previousSibling : parent.lastChild;\n\n\tnewFirst.previousSibling = pre;\n\tnewLast.nextSibling = child;\n\n\n\tif(pre){\n\t\tpre.nextSibling = newFirst;\n\t}else{\n\t\tparent.firstChild = newFirst;\n\t}\n\tif(child == null){\n\t\tparent.lastChild = newLast;\n\t}else{\n\t\tchild.previousSibling = newLast;\n\t}\n\tdo{\n\t\tnewFirst.parentNode = parent;\n\t}while(newFirst !== newLast && (newFirst= newFirst.nextSibling))\n\t_onUpdateChild(parent.ownerDocument||parent, parent);\n\t//console.log(parent.lastChild.nextSibling == null)\n\tif (node.nodeType == DOCUMENT_FRAGMENT_NODE) {\n\t\tnode.firstChild = node.lastChild = null;\n\t}\n\treturn node;\n}\nfunction _appendSingleChild(parentNode,newChild){\n\tif (newChild.parentNode) {\n\t\tnewChild.parentNode.removeChild(newChild);\n\t}\n\tnewChild.parentNode = parentNode;\n\tnewChild.previousSibling = parentNode.lastChild;\n\tnewChild.nextSibling = null;\n\tif (newChild.previousSibling) {\n\t\tnewChild.previousSibling.nextSibling = newChild;\n\t}else{\n\t\tparentNode.firstChild = newChild;\n\t}\n\tparentNode.lastChild = newChild;\n\t_onUpdateChild(parentNode.ownerDocument,parentNode,newChild);\n\treturn newChild;\n}\n\nDocument.prototype = {\n\t//implementation : null,\n\tnodeName : '#document',\n\tnodeType : DOCUMENT_NODE,\n\t/**\n\t * The DocumentType node of the document.\n\t *\n\t * @readonly\n\t * @type DocumentType\n\t */\n\tdoctype : null,\n\tdocumentElement : null,\n\t_inc : 1,\n\n\tinsertBefore : function(newChild, refChild){//raises\n\t\tif(newChild.nodeType == DOCUMENT_FRAGMENT_NODE){\n\t\t\tvar child = newChild.firstChild;\n\t\t\twhile(child){\n\t\t\t\tvar next = child.nextSibling;\n\t\t\t\tthis.insertBefore(child,refChild);\n\t\t\t\tchild = next;\n\t\t\t}\n\t\t\treturn newChild;\n\t\t}\n\t\t_insertBefore(this, newChild, refChild);\n\t\tnewChild.ownerDocument = this;\n\t\tif (this.documentElement === null && newChild.nodeType === ELEMENT_NODE) {\n\t\t\tthis.documentElement = newChild;\n\t\t}\n\n\t\treturn newChild;\n\t},\n\tremoveChild : function(oldChild){\n\t\tif(this.documentElement == oldChild){\n\t\t\tthis.documentElement = null;\n\t\t}\n\t\treturn _removeChild(this,oldChild);\n\t},\n\treplaceChild: function (newChild, oldChild) {\n\t\t//raises\n\t\t_insertBefore(this, newChild, oldChild, assertPreReplacementValidityInDocument);\n\t\tnewChild.ownerDocument = this;\n\t\tif (oldChild) {\n\t\t\tthis.removeChild(oldChild);\n\t\t}\n\t\tif (isElementNode(newChild)) {\n\t\t\tthis.documentElement = newChild;\n\t\t}\n\t},\n\t// Introduced in DOM Level 2:\n\timportNode : function(importedNode,deep){\n\t\treturn importNode(this,importedNode,deep);\n\t},\n\t// Introduced in DOM Level 2:\n\tgetElementById :\tfunction(id){\n\t\tvar rtv = null;\n\t\t_visitNode(this.documentElement,function(node){\n\t\t\tif(node.nodeType == ELEMENT_NODE){\n\t\t\t\tif(node.getAttribute('id') == id){\n\t\t\t\t\trtv = node;\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t})\n\t\treturn rtv;\n\t},\n\n\t/**\n\t * The `getElementsByClassName` method of `Document` interface returns an array-like object\n\t * of all child elements which have **all** of the given class name(s).\n\t *\n\t * Returns an empty list if `classeNames` is an empty string or only contains HTML white space characters.\n\t *\n\t *\n\t * Warning: This is a live LiveNodeList.\n\t * Changes in the DOM will reflect in the array as the changes occur.\n\t * If an element selected by this array no longer qualifies for the selector,\n\t * it will automatically be removed. Be aware of this for iteration purposes.\n\t *\n\t * @param {string} classNames is a string representing the class name(s) to match; multiple class names are separated by (ASCII-)whitespace\n\t *\n\t * @see https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementsByClassName\n\t * @see https://dom.spec.whatwg.org/#concept-getelementsbyclassname\n\t */\n\tgetElementsByClassName: function(classNames) {\n\t\tvar classNamesSet = toOrderedSet(classNames)\n\t\treturn new LiveNodeList(this, function(base) {\n\t\t\tvar ls = [];\n\t\t\tif (classNamesSet.length > 0) {\n\t\t\t\t_visitNode(base.documentElement, function(node) {\n\t\t\t\t\tif(node !== base && node.nodeType === ELEMENT_NODE) {\n\t\t\t\t\t\tvar nodeClassNames = node.getAttribute('class')\n\t\t\t\t\t\t// can be null if the attribute does not exist\n\t\t\t\t\t\tif (nodeClassNames) {\n\t\t\t\t\t\t\t// before splitting and iterating just compare them for the most common case\n\t\t\t\t\t\t\tvar matches = classNames === nodeClassNames;\n\t\t\t\t\t\t\tif (!matches) {\n\t\t\t\t\t\t\t\tvar nodeClassNamesSet = toOrderedSet(nodeClassNames)\n\t\t\t\t\t\t\t\tmatches = classNamesSet.every(arrayIncludes(nodeClassNamesSet))\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif(matches) {\n\t\t\t\t\t\t\t\tls.push(node);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\n\t\t\treturn ls;\n\t\t});\n\t},\n\n\t//document factory method:\n\tcreateElement :\tfunction(tagName){\n\t\tvar node = new Element();\n\t\tnode.ownerDocument = this;\n\t\tnode.nodeName = tagName;\n\t\tnode.tagName = tagName;\n\t\tnode.localName = tagName;\n\t\tnode.childNodes = new NodeList();\n\t\tvar attrs\t= node.attributes = new NamedNodeMap();\n\t\tattrs._ownerElement = node;\n\t\treturn node;\n\t},\n\tcreateDocumentFragment :\tfunction(){\n\t\tvar node = new DocumentFragment();\n\t\tnode.ownerDocument = this;\n\t\tnode.childNodes = new NodeList();\n\t\treturn node;\n\t},\n\tcreateTextNode :\tfunction(data){\n\t\tvar node = new Text();\n\t\tnode.ownerDocument = this;\n\t\tnode.appendData(data)\n\t\treturn node;\n\t},\n\tcreateComment :\tfunction(data){\n\t\tvar node = new Comment();\n\t\tnode.ownerDocument = this;\n\t\tnode.appendData(data)\n\t\treturn node;\n\t},\n\tcreateCDATASection :\tfunction(data){\n\t\tvar node = new CDATASection();\n\t\tnode.ownerDocument = this;\n\t\tnode.appendData(data)\n\t\treturn node;\n\t},\n\tcreateProcessingInstruction :\tfunction(target,data){\n\t\tvar node = new ProcessingInstruction();\n\t\tnode.ownerDocument = this;\n\t\tnode.tagName = node.nodeName = node.target = target;\n\t\tnode.nodeValue = node.data = data;\n\t\treturn node;\n\t},\n\tcreateAttribute :\tfunction(name){\n\t\tvar node = new Attr();\n\t\tnode.ownerDocument\t= this;\n\t\tnode.name = name;\n\t\tnode.nodeName\t= name;\n\t\tnode.localName = name;\n\t\tnode.specified = true;\n\t\treturn node;\n\t},\n\tcreateEntityReference :\tfunction(name){\n\t\tvar node = new EntityReference();\n\t\tnode.ownerDocument\t= this;\n\t\tnode.nodeName\t= name;\n\t\treturn node;\n\t},\n\t// Introduced in DOM Level 2:\n\tcreateElementNS :\tfunction(namespaceURI,qualifiedName){\n\t\tvar node = new Element();\n\t\tvar pl = qualifiedName.split(':');\n\t\tvar attrs\t= node.attributes = new NamedNodeMap();\n\t\tnode.childNodes = new NodeList();\n\t\tnode.ownerDocument = this;\n\t\tnode.nodeName = qualifiedName;\n\t\tnode.tagName = qualifiedName;\n\t\tnode.namespaceURI = namespaceURI;\n\t\tif(pl.length == 2){\n\t\t\tnode.prefix = pl[0];\n\t\t\tnode.localName = pl[1];\n\t\t}else{\n\t\t\t//el.prefix = null;\n\t\t\tnode.localName = qualifiedName;\n\t\t}\n\t\tattrs._ownerElement = node;\n\t\treturn node;\n\t},\n\t// Introduced in DOM Level 2:\n\tcreateAttributeNS :\tfunction(namespaceURI,qualifiedName){\n\t\tvar node = new Attr();\n\t\tvar pl = qualifiedName.split(':');\n\t\tnode.ownerDocument = this;\n\t\tnode.nodeName = qualifiedName;\n\t\tnode.name = qualifiedName;\n\t\tnode.namespaceURI = namespaceURI;\n\t\tnode.specified = true;\n\t\tif(pl.length == 2){\n\t\t\tnode.prefix = pl[0];\n\t\t\tnode.localName = pl[1];\n\t\t}else{\n\t\t\t//el.prefix = null;\n\t\t\tnode.localName = qualifiedName;\n\t\t}\n\t\treturn node;\n\t}\n};\n_extends(Document,Node);\n\n\nfunction Element() {\n\tthis._nsMap = {};\n};\nElement.prototype = {\n\tnodeType : ELEMENT_NODE,\n\thasAttribute : function(name){\n\t\treturn this.getAttributeNode(name)!=null;\n\t},\n\tgetAttribute : function(name){\n\t\tvar attr = this.getAttributeNode(name);\n\t\treturn attr && attr.value || '';\n\t},\n\tgetAttributeNode : function(name){\n\t\treturn this.attributes.getNamedItem(name);\n\t},\n\tsetAttribute : function(name, value){\n\t\tvar attr = this.ownerDocument.createAttribute(name);\n\t\tattr.value = attr.nodeValue = \"\" + value;\n\t\tthis.setAttributeNode(attr)\n\t},\n\tremoveAttribute : function(name){\n\t\tvar attr = this.getAttributeNode(name)\n\t\tattr && this.removeAttributeNode(attr);\n\t},\n\n\t//four real opeartion method\n\tappendChild:function(newChild){\n\t\tif(newChild.nodeType === DOCUMENT_FRAGMENT_NODE){\n\t\t\treturn this.insertBefore(newChild,null);\n\t\t}else{\n\t\t\treturn _appendSingleChild(this,newChild);\n\t\t}\n\t},\n\tsetAttributeNode : function(newAttr){\n\t\treturn this.attributes.setNamedItem(newAttr);\n\t},\n\tsetAttributeNodeNS : function(newAttr){\n\t\treturn this.attributes.setNamedItemNS(newAttr);\n\t},\n\tremoveAttributeNode : function(oldAttr){\n\t\t//console.log(this == oldAttr.ownerElement)\n\t\treturn this.attributes.removeNamedItem(oldAttr.nodeName);\n\t},\n\t//get real attribute name,and remove it by removeAttributeNode\n\tremoveAttributeNS : function(namespaceURI, localName){\n\t\tvar old = this.getAttributeNodeNS(namespaceURI, localName);\n\t\told && this.removeAttributeNode(old);\n\t},\n\n\thasAttributeNS : function(namespaceURI, localName){\n\t\treturn this.getAttributeNodeNS(namespaceURI, localName)!=null;\n\t},\n\tgetAttributeNS : function(namespaceURI, localName){\n\t\tvar attr = this.getAttributeNodeNS(namespaceURI, localName);\n\t\treturn attr && attr.value || '';\n\t},\n\tsetAttributeNS : function(namespaceURI, qualifiedName, value){\n\t\tvar attr = this.ownerDocument.createAttributeNS(namespaceURI, qualifiedName);\n\t\tattr.value = attr.nodeValue = \"\" + value;\n\t\tthis.setAttributeNode(attr)\n\t},\n\tgetAttributeNodeNS : function(namespaceURI, localName){\n\t\treturn this.attributes.getNamedItemNS(namespaceURI, localName);\n\t},\n\n\tgetElementsByTagName : function(tagName){\n\t\treturn new LiveNodeList(this,function(base){\n\t\t\tvar ls = [];\n\t\t\t_visitNode(base,function(node){\n\t\t\t\tif(node !== base && node.nodeType == ELEMENT_NODE && (tagName === '*' || node.tagName == tagName)){\n\t\t\t\t\tls.push(node);\n\t\t\t\t}\n\t\t\t});\n\t\t\treturn ls;\n\t\t});\n\t},\n\tgetElementsByTagNameNS : function(namespaceURI, localName){\n\t\treturn new LiveNodeList(this,function(base){\n\t\t\tvar ls = [];\n\t\t\t_visitNode(base,function(node){\n\t\t\t\tif(node !== base && node.nodeType === ELEMENT_NODE && (namespaceURI === '*' || node.namespaceURI === namespaceURI) && (localName === '*' || node.localName == localName)){\n\t\t\t\t\tls.push(node);\n\t\t\t\t}\n\t\t\t});\n\t\t\treturn ls;\n\n\t\t});\n\t}\n};\nDocument.prototype.getElementsByTagName = Element.prototype.getElementsByTagName;\nDocument.prototype.getElementsByTagNameNS = Element.prototype.getElementsByTagNameNS;\n\n\n_extends(Element,Node);\nfunction Attr() {\n};\nAttr.prototype.nodeType = ATTRIBUTE_NODE;\n_extends(Attr,Node);\n\n\nfunction CharacterData() {\n};\nCharacterData.prototype = {\n\tdata : '',\n\tsubstringData : function(offset, count) {\n\t\treturn this.data.substring(offset, offset+count);\n\t},\n\tappendData: function(text) {\n\t\ttext = this.data+text;\n\t\tthis.nodeValue = this.data = text;\n\t\tthis.length = text.length;\n\t},\n\tinsertData: function(offset,text) {\n\t\tthis.replaceData(offset,0,text);\n\n\t},\n\tappendChild:function(newChild){\n\t\tthrow new Error(ExceptionMessage[HIERARCHY_REQUEST_ERR])\n\t},\n\tdeleteData: function(offset, count) {\n\t\tthis.replaceData(offset,count,\"\");\n\t},\n\treplaceData: function(offset, count, text) {\n\t\tvar start = this.data.substring(0,offset);\n\t\tvar end = this.data.substring(offset+count);\n\t\ttext = start + text + end;\n\t\tthis.nodeValue = this.data = text;\n\t\tthis.length = text.length;\n\t}\n}\n_extends(CharacterData,Node);\nfunction Text() {\n};\nText.prototype = {\n\tnodeName : \"#text\",\n\tnodeType : TEXT_NODE,\n\tsplitText : function(offset) {\n\t\tvar text = this.data;\n\t\tvar newText = text.substring(offset);\n\t\ttext = text.substring(0, offset);\n\t\tthis.data = this.nodeValue = text;\n\t\tthis.length = text.length;\n\t\tvar newNode = this.ownerDocument.createTextNode(newText);\n\t\tif(this.parentNode){\n\t\t\tthis.parentNode.insertBefore(newNode, this.nextSibling);\n\t\t}\n\t\treturn newNode;\n\t}\n}\n_extends(Text,CharacterData);\nfunction Comment() {\n};\nComment.prototype = {\n\tnodeName : \"#comment\",\n\tnodeType : COMMENT_NODE\n}\n_extends(Comment,CharacterData);\n\nfunction CDATASection() {\n};\nCDATASection.prototype = {\n\tnodeName : \"#cdata-section\",\n\tnodeType : CDATA_SECTION_NODE\n}\n_extends(CDATASection,CharacterData);\n\n\nfunction DocumentType() {\n};\nDocumentType.prototype.nodeType = DOCUMENT_TYPE_NODE;\n_extends(DocumentType,Node);\n\nfunction Notation() {\n};\nNotation.prototype.nodeType = NOTATION_NODE;\n_extends(Notation,Node);\n\nfunction Entity() {\n};\nEntity.prototype.nodeType = ENTITY_NODE;\n_extends(Entity,Node);\n\nfunction EntityReference() {\n};\nEntityReference.prototype.nodeType = ENTITY_REFERENCE_NODE;\n_extends(EntityReference,Node);\n\nfunction DocumentFragment() {\n};\nDocumentFragment.prototype.nodeName =\t\"#document-fragment\";\nDocumentFragment.prototype.nodeType =\tDOCUMENT_FRAGMENT_NODE;\n_extends(DocumentFragment,Node);\n\n\nfunction ProcessingInstruction() {\n}\nProcessingInstruction.prototype.nodeType = PROCESSING_INSTRUCTION_NODE;\n_extends(ProcessingInstruction,Node);\nfunction XMLSerializer(){}\nXMLSerializer.prototype.serializeToString = function(node,isHtml,nodeFilter){\n\treturn nodeSerializeToString.call(node,isHtml,nodeFilter);\n}\nNode.prototype.toString = nodeSerializeToString;\nfunction nodeSerializeToString(isHtml,nodeFilter){\n\tvar buf = [];\n\tvar refNode = this.nodeType == 9 && this.documentElement || this;\n\tvar prefix = refNode.prefix;\n\tvar uri = refNode.namespaceURI;\n\n\tif(uri && prefix == null){\n\t\t//console.log(prefix)\n\t\tvar prefix = refNode.lookupPrefix(uri);\n\t\tif(prefix == null){\n\t\t\t//isHTML = true;\n\t\t\tvar visibleNamespaces=[\n\t\t\t{namespace:uri,prefix:null}\n\t\t\t//{namespace:uri,prefix:''}\n\t\t\t]\n\t\t}\n\t}\n\tserializeToString(this,buf,isHtml,nodeFilter,visibleNamespaces);\n\t//console.log('###',this.nodeType,uri,prefix,buf.join(''))\n\treturn buf.join('');\n}\n\nfunction needNamespaceDefine(node, isHTML, visibleNamespaces) {\n\tvar prefix = node.prefix || '';\n\tvar uri = node.namespaceURI;\n\t// According to [Namespaces in XML 1.0](https://www.w3.org/TR/REC-xml-names/#ns-using) ,\n\t// and more specifically https://www.w3.org/TR/REC-xml-names/#nsc-NoPrefixUndecl :\n\t// > In a namespace declaration for a prefix [...], the attribute value MUST NOT be empty.\n\t// in a similar manner [Namespaces in XML 1.1](https://www.w3.org/TR/xml-names11/#ns-using)\n\t// and more specifically https://www.w3.org/TR/xml-names11/#nsc-NSDeclared :\n\t// > [...] Furthermore, the attribute value [...] must not be an empty string.\n\t// so serializing empty namespace value like xmlns:ds=\"\" would produce an invalid XML document.\n\tif (!uri) {\n\t\treturn false;\n\t}\n\tif (prefix === \"xml\" && uri === NAMESPACE.XML || uri === NAMESPACE.XMLNS) {\n\t\treturn false;\n\t}\n\n\tvar i = visibleNamespaces.length\n\twhile (i--) {\n\t\tvar ns = visibleNamespaces[i];\n\t\t// get namespace prefix\n\t\tif (ns.prefix === prefix) {\n\t\t\treturn ns.namespace !== uri;\n\t\t}\n\t}\n\treturn true;\n}\n/**\n * Well-formed constraint: No < in Attribute Values\n * The replacement text of any entity referred to directly or indirectly in an attribute value must not contain a <.\n * @see https://www.w3.org/TR/xml/#CleanAttrVals\n * @see https://www.w3.org/TR/xml/#NT-AttValue\n */\nfunction addSerializedAttribute(buf, qualifiedName, value) {\n\tbuf.push(' ', qualifiedName, '=\"', value.replace(/[<&\"]/g,_xmlEncoder), '\"')\n}\n\nfunction serializeToString(node,buf,isHTML,nodeFilter,visibleNamespaces){\n\tif (!visibleNamespaces) {\n\t\tvisibleNamespaces = [];\n\t}\n\n\tif(nodeFilter){\n\t\tnode = nodeFilter(node);\n\t\tif(node){\n\t\t\tif(typeof node == 'string'){\n\t\t\t\tbuf.push(node);\n\t\t\t\treturn;\n\t\t\t}\n\t\t}else{\n\t\t\treturn;\n\t\t}\n\t\t//buf.sort.apply(attrs, attributeSorter);\n\t}\n\n\tswitch(node.nodeType){\n\tcase ELEMENT_NODE:\n\t\tvar attrs = node.attributes;\n\t\tvar len = attrs.length;\n\t\tvar child = node.firstChild;\n\t\tvar nodeName = node.tagName;\n\n\t\tisHTML = NAMESPACE.isHTML(node.namespaceURI) || isHTML\n\n\t\tvar prefixedNodeName = nodeName\n\t\tif (!isHTML && !node.prefix && node.namespaceURI) {\n\t\t\tvar defaultNS\n\t\t\t// lookup current default ns from `xmlns` attribute\n\t\t\tfor (var ai = 0; ai < attrs.length; ai++) {\n\t\t\t\tif (attrs.item(ai).name === 'xmlns') {\n\t\t\t\t\tdefaultNS = attrs.item(ai).value\n\t\t\t\t\tbreak\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!defaultNS) {\n\t\t\t\t// lookup current default ns in visibleNamespaces\n\t\t\t\tfor (var nsi = visibleNamespaces.length - 1; nsi >= 0; nsi--) {\n\t\t\t\t\tvar namespace = visibleNamespaces[nsi]\n\t\t\t\t\tif (namespace.prefix === '' && namespace.namespace === node.namespaceURI) {\n\t\t\t\t\t\tdefaultNS = namespace.namespace\n\t\t\t\t\t\tbreak\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (defaultNS !== node.namespaceURI) {\n\t\t\t\tfor (var nsi = visibleNamespaces.length - 1; nsi >= 0; nsi--) {\n\t\t\t\t\tvar namespace = visibleNamespaces[nsi]\n\t\t\t\t\tif (namespace.namespace === node.namespaceURI) {\n\t\t\t\t\t\tif (namespace.prefix) {\n\t\t\t\t\t\t\tprefixedNodeName = namespace.prefix + ':' + nodeName\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tbuf.push('<', prefixedNodeName);\n\n\t\tfor(var i=0;i<len;i++){\n\t\t\t// add namespaces for attributes\n\t\t\tvar attr = attrs.item(i);\n\t\t\tif (attr.prefix == 'xmlns') {\n\t\t\t\tvisibleNamespaces.push({ prefix: attr.localName, namespace: attr.value });\n\t\t\t}else if(attr.nodeName == 'xmlns'){\n\t\t\t\tvisibleNamespaces.push({ prefix: '', namespace: attr.value });\n\t\t\t}\n\t\t}\n\n\t\tfor(var i=0;i<len;i++){\n\t\t\tvar attr = attrs.item(i);\n\t\t\tif (needNamespaceDefine(attr,isHTML, visibleNamespaces)) {\n\t\t\t\tvar prefix = attr.prefix||'';\n\t\t\t\tvar uri = attr.namespaceURI;\n\t\t\t\taddSerializedAttribute(buf, prefix ? 'xmlns:' + prefix : \"xmlns\", uri);\n\t\t\t\tvisibleNamespaces.push({ prefix: prefix, namespace:uri });\n\t\t\t}\n\t\t\tserializeToString(attr,buf,isHTML,nodeFilter,visibleNamespaces);\n\t\t}\n\n\t\t// add namespace for current node\n\t\tif (nodeName === prefixedNodeName && needNamespaceDefine(node, isHTML, visibleNamespaces)) {\n\t\t\tvar prefix = node.prefix||'';\n\t\t\tvar uri = node.namespaceURI;\n\t\t\taddSerializedAttribute(buf, prefix ? 'xmlns:' + prefix : \"xmlns\", uri);\n\t\t\tvisibleNamespaces.push({ prefix: prefix, namespace:uri });\n\t\t}\n\n\t\tif(child || isHTML && !/^(?:meta|link|img|br|hr|input)$/i.test(nodeName)){\n\t\t\tbuf.push('>');\n\t\t\t//if is cdata child node\n\t\t\tif(isHTML && /^script$/i.test(nodeName)){\n\t\t\t\twhile(child){\n\t\t\t\t\tif(child.data){\n\t\t\t\t\t\tbuf.push(child.data);\n\t\t\t\t\t}else{\n\t\t\t\t\t\tserializeToString(child, buf, isHTML, nodeFilter, visibleNamespaces.slice());\n\t\t\t\t\t}\n\t\t\t\t\tchild = child.nextSibling;\n\t\t\t\t}\n\t\t\t}else\n\t\t\t{\n\t\t\t\twhile(child){\n\t\t\t\t\tserializeToString(child, buf, isHTML, nodeFilter, visibleNamespaces.slice());\n\t\t\t\t\tchild = child.nextSibling;\n\t\t\t\t}\n\t\t\t}\n\t\t\tbuf.push('</',prefixedNodeName,'>');\n\t\t}else{\n\t\t\tbuf.push('/>');\n\t\t}\n\t\t// remove added visible namespaces\n\t\t//visibleNamespaces.length = startVisibleNamespaces;\n\t\treturn;\n\tcase DOCUMENT_NODE:\n\tcase DOCUMENT_FRAGMENT_NODE:\n\t\tvar child = node.firstChild;\n\t\twhile(child){\n\t\t\tserializeToString(child, buf, isHTML, nodeFilter, visibleNamespaces.slice());\n\t\t\tchild = child.nextSibling;\n\t\t}\n\t\treturn;\n\tcase ATTRIBUTE_NODE:\n\t\treturn addSerializedAttribute(buf, node.name, node.value);\n\tcase TEXT_NODE:\n\t\t/**\n\t\t * The ampersand character (&) and the left angle bracket (<) must not appear in their literal form,\n\t\t * except when used as markup delimiters, or within a comment, a processing instruction, or a CDATA section.\n\t\t * If they are needed elsewhere, they must be escaped using either numeric character references or the strings\n\t\t * `&amp;` and `&lt;` respectively.\n\t\t * The right angle bracket (>) may be represented using the string \" &gt; \", and must, for compatibility,\n\t\t * be escaped using either `&gt;` or a character reference when it appears in the string `]]>` in content,\n\t\t * when that string is not marking the end of a CDATA section.\n\t\t *\n\t\t * In the content of elements, character data is any string of characters\n\t\t * which does not contain the start-delimiter of any markup\n\t\t * and does not include the CDATA-section-close delimiter, `]]>`.\n\t\t *\n\t\t * @see https://www.w3.org/TR/xml/#NT-CharData\n\t\t */\n\t\treturn buf.push(node.data\n\t\t\t.replace(/[<&]/g,_xmlEncoder)\n\t\t\t.replace(/]]>/g, ']]&gt;')\n\t\t);\n\tcase CDATA_SECTION_NODE:\n\t\treturn buf.push( '<![CDATA[',node.data,']]>');\n\tcase COMMENT_NODE:\n\t\treturn buf.push( \"<!--\",node.data,\"-->\");\n\tcase DOCUMENT_TYPE_NODE:\n\t\tvar pubid = node.publicId;\n\t\tvar sysid = node.systemId;\n\t\tbuf.push('<!DOCTYPE ',node.name);\n\t\tif(pubid){\n\t\t\tbuf.push(' PUBLIC ', pubid);\n\t\t\tif (sysid && sysid!='.') {\n\t\t\t\tbuf.push(' ', sysid);\n\t\t\t}\n\t\t\tbuf.push('>');\n\t\t}else if(sysid && sysid!='.'){\n\t\t\tbuf.push(' SYSTEM ', sysid, '>');\n\t\t}else{\n\t\t\tvar sub = node.internalSubset;\n\t\t\tif(sub){\n\t\t\t\tbuf.push(\" [\",sub,\"]\");\n\t\t\t}\n\t\t\tbuf.push(\">\");\n\t\t}\n\t\treturn;\n\tcase PROCESSING_INSTRUCTION_NODE:\n\t\treturn buf.push( \"<?\",node.target,\" \",node.data,\"?>\");\n\tcase ENTITY_REFERENCE_NODE:\n\t\treturn buf.push( '&',node.nodeName,';');\n\t//case ENTITY_NODE:\n\t//case NOTATION_NODE:\n\tdefault:\n\t\tbuf.push('??',node.nodeName);\n\t}\n}\nfunction importNode(doc,node,deep){\n\tvar node2;\n\tswitch (node.nodeType) {\n\tcase ELEMENT_NODE:\n\t\tnode2 = node.cloneNode(false);\n\t\tnode2.ownerDocument = doc;\n\t\t//var attrs = node2.attributes;\n\t\t//var len = attrs.length;\n\t\t//for(var i=0;i<len;i++){\n\t\t\t//node2.setAttributeNodeNS(importNode(doc,attrs.item(i),deep));\n\t\t//}\n\tcase DOCUMENT_FRAGMENT_NODE:\n\t\tbreak;\n\tcase ATTRIBUTE_NODE:\n\t\tdeep = true;\n\t\tbreak;\n\t//case ENTITY_REFERENCE_NODE:\n\t//case PROCESSING_INSTRUCTION_NODE:\n\t////case TEXT_NODE:\n\t//case CDATA_SECTION_NODE:\n\t//case COMMENT_NODE:\n\t//\tdeep = false;\n\t//\tbreak;\n\t//case DOCUMENT_NODE:\n\t//case DOCUMENT_TYPE_NODE:\n\t//cannot be imported.\n\t//case ENTITY_NODE:\n\t//case NOTATION_NODE:\n\t//can not hit in level3\n\t//default:throw e;\n\t}\n\tif(!node2){\n\t\tnode2 = node.cloneNode(false);//false\n\t}\n\tnode2.ownerDocument = doc;\n\tnode2.parentNode = null;\n\tif(deep){\n\t\tvar child = node.firstChild;\n\t\twhile(child){\n\t\t\tnode2.appendChild(importNode(doc,child,deep));\n\t\t\tchild = child.nextSibling;\n\t\t}\n\t}\n\treturn node2;\n}\n//\n//var _relationMap = {firstChild:1,lastChild:1,previousSibling:1,nextSibling:1,\n//\t\t\t\t\tattributes:1,childNodes:1,parentNode:1,documentElement:1,doctype,};\nfunction cloneNode(doc,node,deep){\n\tvar node2 = new node.constructor();\n\tfor (var n in node) {\n\t\tif (Object.prototype.hasOwnProperty.call(node, n)) {\n\t\t\tvar v = node[n];\n\t\t\tif (typeof v != \"object\") {\n\t\t\t\tif (v != node2[n]) {\n\t\t\t\t\tnode2[n] = v;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\tif(node.childNodes){\n\t\tnode2.childNodes = new NodeList();\n\t}\n\tnode2.ownerDocument = doc;\n\tswitch (node2.nodeType) {\n\tcase ELEMENT_NODE:\n\t\tvar attrs\t= node.attributes;\n\t\tvar attrs2\t= node2.attributes = new NamedNodeMap();\n\t\tvar len = attrs.length\n\t\tattrs2._ownerElement = node2;\n\t\tfor(var i=0;i<len;i++){\n\t\t\tnode2.setAttributeNode(cloneNode(doc,attrs.item(i),true));\n\t\t}\n\t\tbreak;;\n\tcase ATTRIBUTE_NODE:\n\t\tdeep = true;\n\t}\n\tif(deep){\n\t\tvar child = node.firstChild;\n\t\twhile(child){\n\t\t\tnode2.appendChild(cloneNode(doc,child,deep));\n\t\t\tchild = child.nextSibling;\n\t\t}\n\t}\n\treturn node2;\n}\n\nfunction __set__(object,key,value){\n\tobject[key] = value\n}\n//do dynamic\ntry{\n\tif(Object.defineProperty){\n\t\tObject.defineProperty(LiveNodeList.prototype,'length',{\n\t\t\tget:function(){\n\t\t\t\t_updateLiveList(this);\n\t\t\t\treturn this.$$length;\n\t\t\t}\n\t\t});\n\n\t\tObject.defineProperty(Node.prototype,'textContent',{\n\t\t\tget:function(){\n\t\t\t\treturn getTextContent(this);\n\t\t\t},\n\n\t\t\tset:function(data){\n\t\t\t\tswitch(this.nodeType){\n\t\t\t\tcase ELEMENT_NODE:\n\t\t\t\tcase DOCUMENT_FRAGMENT_NODE:\n\t\t\t\t\twhile(this.firstChild){\n\t\t\t\t\t\tthis.removeChild(this.firstChild);\n\t\t\t\t\t}\n\t\t\t\t\tif(data || String(data)){\n\t\t\t\t\t\tthis.appendChild(this.ownerDocument.createTextNode(data));\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\n\t\t\t\tdefault:\n\t\t\t\t\tthis.data = data;\n\t\t\t\t\tthis.value = data;\n\t\t\t\t\tthis.nodeValue = data;\n\t\t\t\t}\n\t\t\t}\n\t\t})\n\n\t\tfunction getTextContent(node){\n\t\t\tswitch(node.nodeType){\n\t\t\tcase ELEMENT_NODE:\n\t\t\tcase DOCUMENT_FRAGMENT_NODE:\n\t\t\t\tvar buf = [];\n\t\t\t\tnode = node.firstChild;\n\t\t\t\twhile(node){\n\t\t\t\t\tif(node.nodeType!==7 && node.nodeType !==8){\n\t\t\t\t\t\tbuf.push(getTextContent(node));\n\t\t\t\t\t}\n\t\t\t\t\tnode = node.nextSibling;\n\t\t\t\t}\n\t\t\t\treturn buf.join('');\n\t\t\tdefault:\n\t\t\t\treturn node.nodeValue;\n\t\t\t}\n\t\t}\n\n\t\t__set__ = function(object,key,value){\n\t\t\t//console.log(value)\n\t\t\tobject['$$'+key] = value\n\t\t}\n\t}\n}catch(e){//ie8\n}\n\n//if(typeof require == 'function'){\n\texports.DocumentType = DocumentType;\n\texports.DOMException = DOMException;\n\texports.DOMImplementation = DOMImplementation;\n\texports.Element = Element;\n\texports.Node = Node;\n\texports.NodeList = NodeList;\n\texports.XMLSerializer = XMLSerializer;\n//}\n"],"names":["conventions","require$$0","find","NAMESPACE","notEmptyString","input","splitOnASCIIWhitespace","orderedSetReducer","current","element","toOrderedSet","list","arrayIncludes","copy","src","dest","p","_extends","Class","Super","pt","t","NodeType","ELEMENT_NODE","ATTRIBUTE_NODE","TEXT_NODE","CDATA_SECTION_NODE","ENTITY_REFERENCE_NODE","ENTITY_NODE","PROCESSING_INSTRUCTION_NODE","COMMENT_NODE","DOCUMENT_NODE","DOCUMENT_TYPE_NODE","DOCUMENT_FRAGMENT_NODE","NOTATION_NODE","ExceptionCode","ExceptionMessage","HIERARCHY_REQUEST_ERR","NOT_FOUND_ERR","INUSE_ATTRIBUTE_ERR","DOMException","code","message","error","NodeList","index","isHTML","nodeFilter","buf","i","serializeToString","predicate","item","LiveNodeList","node","refresh","_updateLiveList","inc","ls","__set__","NamedNodeMap","_findNodeIndex","_addNamedNode","el","newAttr","oldAttr","doc","_onRemoveAttribute","_onAddAttribute","_removeNamedNode","attr","lastIndex","key","namespaceURI","localName","DOMImplementation","feature","version","qualifiedName","doctype","Document","root","publicId","systemId","DocumentType","Node","newChild","refChild","_insertBefore","oldChild","assertPreReplacementValidityInDocument","_removeChild","deep","cloneNode","child","next","map","n","prefix","_xmlEncoder","c","_visitNode","callback","ns","remove","_onUpdateChild","cs","parentNode","previous","hasValidParentNodeType","hasInsertableNodeType","isElementNode","isTextNode","isDocTypeNode","isElementInsertionPossible","parentChildNodes","docTypeNode","isElementReplacementPossible","hasElementChildThatIsNotChild","assertPreInsertionValidity1to5","parent","assertPreInsertionValidityInDocument","nodeChildNodes","nodeChildElements","parentElementChild","_inDocumentAssertion","cp","newFirst","newLast","pre","_appendSingleChild","importedNode","importNode","id","rtv","classNames","classNamesSet","base","nodeClassNames","matches","nodeClassNamesSet","tagName","Element","attrs","DocumentFragment","data","Text","Comment","CDATASection","target","ProcessingInstruction","name","Attr","EntityReference","pl","value","old","CharacterData","offset","count","text","start","end","newText","newNode","Notation","Entity","XMLSerializer","isHtml","nodeSerializeToString","refNode","uri","visibleNamespaces","needNamespaceDefine","addSerializedAttribute","len","nodeName","prefixedNodeName","defaultNS","ai","nsi","namespace","pubid","sysid","sub","node2","v","attrs2","object","getTextContent","dom"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,3 @@
1
+ "use strict";const e=require("../../../../_virtual/entities.js");require("./conventions.js");const a=require("../../../../_virtual/conventions.js");(function(u){var r=a.__exports.freeze;u.XML_ENTITIES=r({amp:"&",apos:"'",gt:">",lt:"<",quot:'"'}),u.HTML_ENTITIES=r({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:`
2
+ `,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:"‌"}),u.entityMap=u.HTML_ENTITIES})(e.__exports);
3
+ //# sourceMappingURL=entities.js.map