@yltrcc/vditor 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (651) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +693 -0
  3. package/dist/css/content-theme/ant-design.css +210 -0
  4. package/dist/css/content-theme/dark.css +123 -0
  5. package/dist/css/content-theme/light.css +101 -0
  6. package/dist/css/content-theme/wechat.css +94 -0
  7. package/dist/images/emoji/b3log.png +0 -0
  8. package/dist/images/emoji/chainbook.png +0 -0
  9. package/dist/images/emoji/doge.png +0 -0
  10. package/dist/images/emoji/hacpai.png +0 -0
  11. package/dist/images/emoji/huaji.gif +0 -0
  12. package/dist/images/emoji/latke.png +0 -0
  13. package/dist/images/emoji/liandi.png +0 -0
  14. package/dist/images/emoji/lute.png +0 -0
  15. package/dist/images/emoji/octocat.png +0 -0
  16. package/dist/images/emoji/pipe.png +0 -0
  17. package/dist/images/emoji/siyuan.png +0 -0
  18. package/dist/images/emoji/solo.png +0 -0
  19. package/dist/images/emoji/sym.png +0 -0
  20. package/dist/images/emoji/trollface.png +0 -0
  21. package/dist/images/emoji/vditor.png +0 -0
  22. package/dist/images/emoji/wide.png +0 -0
  23. package/dist/images/emoji/wulian.png +0 -0
  24. package/dist/images/img-loading.svg +1 -0
  25. package/dist/images/logo.png +0 -0
  26. package/dist/index.css +1834 -0
  27. package/dist/index.d.ts +82 -0
  28. package/dist/index.js +16005 -0
  29. package/dist/index.min.js +1 -0
  30. package/dist/js/abcjs/abcjs_basic.min.js +3 -0
  31. package/dist/js/echarts/echarts.min.js +45 -0
  32. package/dist/js/flowchart.js/flowchart.min.js +8 -0
  33. package/dist/js/graphviz/full.render.js +90 -0
  34. package/dist/js/graphviz/viz.js +333 -0
  35. package/dist/js/highlight.js/LICENSE +29 -0
  36. package/dist/js/highlight.js/highlight.min.js +3835 -0
  37. package/dist/js/highlight.js/styles/a11y-dark.min.css +7 -0
  38. package/dist/js/highlight.js/styles/a11y-light.min.css +7 -0
  39. package/dist/js/highlight.js/styles/agate.min.css +20 -0
  40. package/dist/js/highlight.js/styles/an-old-hope.min.css +9 -0
  41. package/dist/js/highlight.js/styles/androidstudio.min.css +1 -0
  42. package/dist/js/highlight.js/styles/ant-design.min.css +84 -0
  43. package/dist/js/highlight.js/styles/arduino-light.min.css +1 -0
  44. package/dist/js/highlight.js/styles/arta.min.css +1 -0
  45. package/dist/js/highlight.js/styles/ascetic.min.css +1 -0
  46. package/dist/js/highlight.js/styles/atom-one-dark-reasonable.min.css +1 -0
  47. package/dist/js/highlight.js/styles/atom-one-dark.min.css +1 -0
  48. package/dist/js/highlight.js/styles/atom-one-light.min.css +1 -0
  49. package/dist/js/highlight.js/styles/base16/3024.min.css +7 -0
  50. package/dist/js/highlight.js/styles/base16/apathy.min.css +7 -0
  51. package/dist/js/highlight.js/styles/base16/apprentice.min.css +7 -0
  52. package/dist/js/highlight.js/styles/base16/ashes.min.css +7 -0
  53. package/dist/js/highlight.js/styles/base16/atelier-cave-light.min.css +7 -0
  54. package/dist/js/highlight.js/styles/base16/atelier-cave.min.css +7 -0
  55. package/dist/js/highlight.js/styles/base16/atelier-dune-light.min.css +7 -0
  56. package/dist/js/highlight.js/styles/base16/atelier-dune.min.css +7 -0
  57. package/dist/js/highlight.js/styles/base16/atelier-estuary-light.min.css +7 -0
  58. package/dist/js/highlight.js/styles/base16/atelier-estuary.min.css +7 -0
  59. package/dist/js/highlight.js/styles/base16/atelier-forest-light.min.css +7 -0
  60. package/dist/js/highlight.js/styles/base16/atelier-forest.min.css +7 -0
  61. package/dist/js/highlight.js/styles/base16/atelier-heath-light.min.css +7 -0
  62. package/dist/js/highlight.js/styles/base16/atelier-heath.min.css +7 -0
  63. package/dist/js/highlight.js/styles/base16/atelier-lakeside-light.min.css +7 -0
  64. package/dist/js/highlight.js/styles/base16/atelier-lakeside.min.css +7 -0
  65. package/dist/js/highlight.js/styles/base16/atelier-plateau-light.min.css +7 -0
  66. package/dist/js/highlight.js/styles/base16/atelier-plateau.min.css +7 -0
  67. package/dist/js/highlight.js/styles/base16/atelier-savanna-light.min.css +7 -0
  68. package/dist/js/highlight.js/styles/base16/atelier-savanna.min.css +7 -0
  69. package/dist/js/highlight.js/styles/base16/atelier-seaside-light.min.css +7 -0
  70. package/dist/js/highlight.js/styles/base16/atelier-seaside.min.css +7 -0
  71. package/dist/js/highlight.js/styles/base16/atelier-sulphurpool-light.min.css +7 -0
  72. package/dist/js/highlight.js/styles/base16/atelier-sulphurpool.min.css +7 -0
  73. package/dist/js/highlight.js/styles/base16/atlas.min.css +7 -0
  74. package/dist/js/highlight.js/styles/base16/bespin.min.css +7 -0
  75. package/dist/js/highlight.js/styles/base16/black-metal-bathory.min.css +7 -0
  76. package/dist/js/highlight.js/styles/base16/black-metal-burzum.min.css +7 -0
  77. package/dist/js/highlight.js/styles/base16/black-metal-dark-funeral.min.css +7 -0
  78. package/dist/js/highlight.js/styles/base16/black-metal-gorgoroth.min.css +7 -0
  79. package/dist/js/highlight.js/styles/base16/black-metal-immortal.min.css +7 -0
  80. package/dist/js/highlight.js/styles/base16/black-metal-khold.min.css +7 -0
  81. package/dist/js/highlight.js/styles/base16/black-metal-marduk.min.css +7 -0
  82. package/dist/js/highlight.js/styles/base16/black-metal-mayhem.min.css +7 -0
  83. package/dist/js/highlight.js/styles/base16/black-metal-nile.min.css +7 -0
  84. package/dist/js/highlight.js/styles/base16/black-metal-venom.min.css +7 -0
  85. package/dist/js/highlight.js/styles/base16/black-metal.min.css +7 -0
  86. package/dist/js/highlight.js/styles/base16/brewer.min.css +7 -0
  87. package/dist/js/highlight.js/styles/base16/bright.min.css +7 -0
  88. package/dist/js/highlight.js/styles/base16/brogrammer.min.css +7 -0
  89. package/dist/js/highlight.js/styles/base16/brush-trees-dark.min.css +7 -0
  90. package/dist/js/highlight.js/styles/base16/brush-trees.min.css +7 -0
  91. package/dist/js/highlight.js/styles/base16/chalk.min.css +7 -0
  92. package/dist/js/highlight.js/styles/base16/circus.min.css +7 -0
  93. package/dist/js/highlight.js/styles/base16/classic-dark.min.css +7 -0
  94. package/dist/js/highlight.js/styles/base16/classic-light.min.css +7 -0
  95. package/dist/js/highlight.js/styles/base16/codeschool.min.css +7 -0
  96. package/dist/js/highlight.js/styles/base16/colors.min.css +7 -0
  97. package/dist/js/highlight.js/styles/base16/cupcake.min.css +7 -0
  98. package/dist/js/highlight.js/styles/base16/cupertino.min.css +7 -0
  99. package/dist/js/highlight.js/styles/base16/danqing.min.css +7 -0
  100. package/dist/js/highlight.js/styles/base16/darcula.min.css +7 -0
  101. package/dist/js/highlight.js/styles/base16/dark-violet.min.css +7 -0
  102. package/dist/js/highlight.js/styles/base16/darkmoss.min.css +7 -0
  103. package/dist/js/highlight.js/styles/base16/darktooth.min.css +7 -0
  104. package/dist/js/highlight.js/styles/base16/decaf.min.css +7 -0
  105. package/dist/js/highlight.js/styles/base16/default-dark.min.css +7 -0
  106. package/dist/js/highlight.js/styles/base16/default-light.min.css +7 -0
  107. package/dist/js/highlight.js/styles/base16/dirtysea.min.css +7 -0
  108. package/dist/js/highlight.js/styles/base16/dracula.min.css +7 -0
  109. package/dist/js/highlight.js/styles/base16/edge-dark.min.css +7 -0
  110. package/dist/js/highlight.js/styles/base16/edge-light.min.css +7 -0
  111. package/dist/js/highlight.js/styles/base16/eighties.min.css +7 -0
  112. package/dist/js/highlight.js/styles/base16/embers.min.css +7 -0
  113. package/dist/js/highlight.js/styles/base16/equilibrium-dark.min.css +7 -0
  114. package/dist/js/highlight.js/styles/base16/equilibrium-gray-dark.min.css +7 -0
  115. package/dist/js/highlight.js/styles/base16/equilibrium-gray-light.min.css +7 -0
  116. package/dist/js/highlight.js/styles/base16/equilibrium-light.min.css +7 -0
  117. package/dist/js/highlight.js/styles/base16/espresso.min.css +7 -0
  118. package/dist/js/highlight.js/styles/base16/eva-dim.min.css +7 -0
  119. package/dist/js/highlight.js/styles/base16/eva.min.css +7 -0
  120. package/dist/js/highlight.js/styles/base16/flat.min.css +7 -0
  121. package/dist/js/highlight.js/styles/base16/framer.min.css +7 -0
  122. package/dist/js/highlight.js/styles/base16/fruit-soda.min.css +7 -0
  123. package/dist/js/highlight.js/styles/base16/gigavolt.min.css +7 -0
  124. package/dist/js/highlight.js/styles/base16/github.min.css +7 -0
  125. package/dist/js/highlight.js/styles/base16/google-dark.min.css +7 -0
  126. package/dist/js/highlight.js/styles/base16/google-light.min.css +7 -0
  127. package/dist/js/highlight.js/styles/base16/grayscale-dark.min.css +7 -0
  128. package/dist/js/highlight.js/styles/base16/grayscale-light.min.css +7 -0
  129. package/dist/js/highlight.js/styles/base16/green-screen.min.css +7 -0
  130. package/dist/js/highlight.js/styles/base16/gruvbox-dark-hard.min.css +7 -0
  131. package/dist/js/highlight.js/styles/base16/gruvbox-dark-medium.min.css +7 -0
  132. package/dist/js/highlight.js/styles/base16/gruvbox-dark-pale.min.css +7 -0
  133. package/dist/js/highlight.js/styles/base16/gruvbox-dark-soft.min.css +7 -0
  134. package/dist/js/highlight.js/styles/base16/gruvbox-light-hard.min.css +7 -0
  135. package/dist/js/highlight.js/styles/base16/gruvbox-light-medium.min.css +7 -0
  136. package/dist/js/highlight.js/styles/base16/gruvbox-light-soft.min.css +7 -0
  137. package/dist/js/highlight.js/styles/base16/hardcore.min.css +7 -0
  138. package/dist/js/highlight.js/styles/base16/harmonic16-dark.min.css +7 -0
  139. package/dist/js/highlight.js/styles/base16/harmonic16-light.min.css +7 -0
  140. package/dist/js/highlight.js/styles/base16/heetch-dark.min.css +7 -0
  141. package/dist/js/highlight.js/styles/base16/heetch-light.min.css +7 -0
  142. package/dist/js/highlight.js/styles/base16/helios.min.css +7 -0
  143. package/dist/js/highlight.js/styles/base16/hopscotch.min.css +7 -0
  144. package/dist/js/highlight.js/styles/base16/horizon-dark.min.css +7 -0
  145. package/dist/js/highlight.js/styles/base16/horizon-light.min.css +7 -0
  146. package/dist/js/highlight.js/styles/base16/humanoid-dark.min.css +7 -0
  147. package/dist/js/highlight.js/styles/base16/humanoid-light.min.css +7 -0
  148. package/dist/js/highlight.js/styles/base16/ia-dark.min.css +7 -0
  149. package/dist/js/highlight.js/styles/base16/ia-light.min.css +7 -0
  150. package/dist/js/highlight.js/styles/base16/icy-dark.min.css +7 -0
  151. package/dist/js/highlight.js/styles/base16/ir-black.min.css +7 -0
  152. package/dist/js/highlight.js/styles/base16/isotope.min.css +7 -0
  153. package/dist/js/highlight.js/styles/base16/kimber.min.css +7 -0
  154. package/dist/js/highlight.js/styles/base16/london-tube.min.css +7 -0
  155. package/dist/js/highlight.js/styles/base16/macintosh.min.css +7 -0
  156. package/dist/js/highlight.js/styles/base16/marrakesh.min.css +7 -0
  157. package/dist/js/highlight.js/styles/base16/materia.min.css +7 -0
  158. package/dist/js/highlight.js/styles/base16/material-darker.min.css +7 -0
  159. package/dist/js/highlight.js/styles/base16/material-lighter.min.css +7 -0
  160. package/dist/js/highlight.js/styles/base16/material-palenight.min.css +7 -0
  161. package/dist/js/highlight.js/styles/base16/material-vivid.min.css +7 -0
  162. package/dist/js/highlight.js/styles/base16/material.min.css +7 -0
  163. package/dist/js/highlight.js/styles/base16/mellow-purple.min.css +7 -0
  164. package/dist/js/highlight.js/styles/base16/mexico-light.min.css +7 -0
  165. package/dist/js/highlight.js/styles/base16/mocha.min.css +7 -0
  166. package/dist/js/highlight.js/styles/base16/monokai.min.css +7 -0
  167. package/dist/js/highlight.js/styles/base16/nebula.min.css +7 -0
  168. package/dist/js/highlight.js/styles/base16/nord.min.css +7 -0
  169. package/dist/js/highlight.js/styles/base16/nova.min.css +7 -0
  170. package/dist/js/highlight.js/styles/base16/ocean.min.css +7 -0
  171. package/dist/js/highlight.js/styles/base16/oceanicnext.min.css +7 -0
  172. package/dist/js/highlight.js/styles/base16/one-light.min.css +7 -0
  173. package/dist/js/highlight.js/styles/base16/onedark.min.css +7 -0
  174. package/dist/js/highlight.js/styles/base16/outrun-dark.min.css +7 -0
  175. package/dist/js/highlight.js/styles/base16/papercolor-dark.min.css +7 -0
  176. package/dist/js/highlight.js/styles/base16/papercolor-light.min.css +7 -0
  177. package/dist/js/highlight.js/styles/base16/paraiso.min.css +7 -0
  178. package/dist/js/highlight.js/styles/base16/pasque.min.css +7 -0
  179. package/dist/js/highlight.js/styles/base16/phd.min.css +7 -0
  180. package/dist/js/highlight.js/styles/base16/pico.min.css +7 -0
  181. package/dist/js/highlight.js/styles/base16/pop.min.css +7 -0
  182. package/dist/js/highlight.js/styles/base16/porple.min.css +7 -0
  183. package/dist/js/highlight.js/styles/base16/qualia.min.css +7 -0
  184. package/dist/js/highlight.js/styles/base16/railscasts.min.css +7 -0
  185. package/dist/js/highlight.js/styles/base16/rebecca.min.css +7 -0
  186. package/dist/js/highlight.js/styles/base16/ros-pine-dawn.min.css +7 -0
  187. package/dist/js/highlight.js/styles/base16/ros-pine-moon.min.css +7 -0
  188. package/dist/js/highlight.js/styles/base16/ros-pine.min.css +7 -0
  189. package/dist/js/highlight.js/styles/base16/sagelight.min.css +7 -0
  190. package/dist/js/highlight.js/styles/base16/sandcastle.min.css +7 -0
  191. package/dist/js/highlight.js/styles/base16/seti-ui.min.css +7 -0
  192. package/dist/js/highlight.js/styles/base16/shapeshifter.min.css +7 -0
  193. package/dist/js/highlight.js/styles/base16/silk-dark.min.css +7 -0
  194. package/dist/js/highlight.js/styles/base16/silk-light.min.css +7 -0
  195. package/dist/js/highlight.js/styles/base16/snazzy.min.css +7 -0
  196. package/dist/js/highlight.js/styles/base16/solar-flare-light.min.css +7 -0
  197. package/dist/js/highlight.js/styles/base16/solar-flare.min.css +7 -0
  198. package/dist/js/highlight.js/styles/base16/solarized-dark.min.css +7 -0
  199. package/dist/js/highlight.js/styles/base16/solarized-light.min.css +7 -0
  200. package/dist/js/highlight.js/styles/base16/spacemacs.min.css +7 -0
  201. package/dist/js/highlight.js/styles/base16/summercamp.min.css +7 -0
  202. package/dist/js/highlight.js/styles/base16/summerfruit-dark.min.css +7 -0
  203. package/dist/js/highlight.js/styles/base16/summerfruit-light.min.css +7 -0
  204. package/dist/js/highlight.js/styles/base16/synth-midnight-terminal-dark.min.css +7 -0
  205. package/dist/js/highlight.js/styles/base16/synth-midnight-terminal-light.min.css +7 -0
  206. package/dist/js/highlight.js/styles/base16/tango.min.css +7 -0
  207. package/dist/js/highlight.js/styles/base16/tender.min.css +7 -0
  208. package/dist/js/highlight.js/styles/base16/tomorrow-night.min.css +7 -0
  209. package/dist/js/highlight.js/styles/base16/tomorrow.min.css +7 -0
  210. package/dist/js/highlight.js/styles/base16/twilight.min.css +7 -0
  211. package/dist/js/highlight.js/styles/base16/unikitty-dark.min.css +7 -0
  212. package/dist/js/highlight.js/styles/base16/unikitty-light.min.css +7 -0
  213. package/dist/js/highlight.js/styles/base16/vulcan.min.css +7 -0
  214. package/dist/js/highlight.js/styles/base16/windows-10-light.min.css +7 -0
  215. package/dist/js/highlight.js/styles/base16/windows-10.min.css +7 -0
  216. package/dist/js/highlight.js/styles/base16/windows-95-light.min.css +7 -0
  217. package/dist/js/highlight.js/styles/base16/windows-95.min.css +7 -0
  218. package/dist/js/highlight.js/styles/base16/windows-high-contrast-light.min.css +7 -0
  219. package/dist/js/highlight.js/styles/base16/windows-high-contrast.min.css +7 -0
  220. package/dist/js/highlight.js/styles/base16/windows-nt-light.min.css +7 -0
  221. package/dist/js/highlight.js/styles/base16/windows-nt.min.css +7 -0
  222. package/dist/js/highlight.js/styles/base16/woodland.min.css +7 -0
  223. package/dist/js/highlight.js/styles/base16/xcode-dusk.min.css +7 -0
  224. package/dist/js/highlight.js/styles/base16/zenburn.min.css +7 -0
  225. package/dist/js/highlight.js/styles/brown-paper.min.css +1 -0
  226. package/dist/js/highlight.js/styles/brown-papersq.png +0 -0
  227. package/dist/js/highlight.js/styles/codepen-embed.min.css +1 -0
  228. package/dist/js/highlight.js/styles/color-brewer.min.css +1 -0
  229. package/dist/js/highlight.js/styles/dark.min.css +1 -0
  230. package/dist/js/highlight.js/styles/default.min.css +9 -0
  231. package/dist/js/highlight.js/styles/devibeans.min.css +7 -0
  232. package/dist/js/highlight.js/styles/docco.min.css +1 -0
  233. package/dist/js/highlight.js/styles/far.min.css +1 -0
  234. package/dist/js/highlight.js/styles/felipec.min.css +7 -0
  235. package/dist/js/highlight.js/styles/foundation.min.css +1 -0
  236. package/dist/js/highlight.js/styles/github-dark-dimmed.min.css +9 -0
  237. package/dist/js/highlight.js/styles/github-dark.min.css +10 -0
  238. package/dist/js/highlight.js/styles/github.min.css +10 -0
  239. package/dist/js/highlight.js/styles/gml.min.css +1 -0
  240. package/dist/js/highlight.js/styles/googlecode.min.css +1 -0
  241. package/dist/js/highlight.js/styles/gradient-dark.min.css +1 -0
  242. package/dist/js/highlight.js/styles/gradient-light.min.css +1 -0
  243. package/dist/js/highlight.js/styles/grayscale.min.css +1 -0
  244. package/dist/js/highlight.js/styles/hybrid.min.css +1 -0
  245. package/dist/js/highlight.js/styles/idea.min.css +1 -0
  246. package/dist/js/highlight.js/styles/intellij-light.min.css +1 -0
  247. package/dist/js/highlight.js/styles/ir-black.min.css +1 -0
  248. package/dist/js/highlight.js/styles/isbl-editor-dark.min.css +1 -0
  249. package/dist/js/highlight.js/styles/isbl-editor-light.min.css +1 -0
  250. package/dist/js/highlight.js/styles/kimbie-dark.min.css +1 -0
  251. package/dist/js/highlight.js/styles/kimbie-light.min.css +1 -0
  252. package/dist/js/highlight.js/styles/lightfair.min.css +1 -0
  253. package/dist/js/highlight.js/styles/lioshi.min.css +1 -0
  254. package/dist/js/highlight.js/styles/magula.min.css +1 -0
  255. package/dist/js/highlight.js/styles/mono-blue.min.css +1 -0
  256. package/dist/js/highlight.js/styles/monokai-sublime.min.css +1 -0
  257. package/dist/js/highlight.js/styles/monokai.min.css +1 -0
  258. package/dist/js/highlight.js/styles/night-owl.min.css +1 -0
  259. package/dist/js/highlight.js/styles/nnfx-dark.min.css +10 -0
  260. package/dist/js/highlight.js/styles/nnfx-light.min.css +10 -0
  261. package/dist/js/highlight.js/styles/nord.min.css +1 -0
  262. package/dist/js/highlight.js/styles/obsidian.min.css +1 -0
  263. package/dist/js/highlight.js/styles/panda-syntax-dark.min.css +1 -0
  264. package/dist/js/highlight.js/styles/panda-syntax-light.min.css +1 -0
  265. package/dist/js/highlight.js/styles/paraiso-dark.min.css +1 -0
  266. package/dist/js/highlight.js/styles/paraiso-light.min.css +1 -0
  267. package/dist/js/highlight.js/styles/pojoaque.jpg +0 -0
  268. package/dist/js/highlight.js/styles/pojoaque.min.css +1 -0
  269. package/dist/js/highlight.js/styles/purebasic.min.css +1 -0
  270. package/dist/js/highlight.js/styles/qtcreator-dark.min.css +1 -0
  271. package/dist/js/highlight.js/styles/qtcreator-light.min.css +1 -0
  272. package/dist/js/highlight.js/styles/rainbow.min.css +1 -0
  273. package/dist/js/highlight.js/styles/routeros.min.css +1 -0
  274. package/dist/js/highlight.js/styles/school-book.min.css +1 -0
  275. package/dist/js/highlight.js/styles/shades-of-purple.min.css +1 -0
  276. package/dist/js/highlight.js/styles/srcery.min.css +1 -0
  277. package/dist/js/highlight.js/styles/stackoverflow-dark.min.css +13 -0
  278. package/dist/js/highlight.js/styles/stackoverflow-light.min.css +13 -0
  279. package/dist/js/highlight.js/styles/sunburst.min.css +1 -0
  280. package/dist/js/highlight.js/styles/tokyo-night-dark.min.css +8 -0
  281. package/dist/js/highlight.js/styles/tokyo-night-light.min.css +8 -0
  282. package/dist/js/highlight.js/styles/tomorrow-night-blue.min.css +1 -0
  283. package/dist/js/highlight.js/styles/tomorrow-night-bright.min.css +1 -0
  284. package/dist/js/highlight.js/styles/vs.min.css +1 -0
  285. package/dist/js/highlight.js/styles/vs2015.min.css +1 -0
  286. package/dist/js/highlight.js/styles/xcode.min.css +1 -0
  287. package/dist/js/highlight.js/styles/xt256.min.css +1 -0
  288. package/dist/js/highlight.js/third-languages.js +135 -0
  289. package/dist/js/i18n/de_DE.js +86 -0
  290. package/dist/js/i18n/en_US.js +86 -0
  291. package/dist/js/i18n/es_ES.js +86 -0
  292. package/dist/js/i18n/fr_FR.js +86 -0
  293. package/dist/js/i18n/ja_JP.js +86 -0
  294. package/dist/js/i18n/ko_KR.js +86 -0
  295. package/dist/js/i18n/pt_BR.js +86 -0
  296. package/dist/js/i18n/ru_RU.js +86 -0
  297. package/dist/js/i18n/sv_SE.js +86 -0
  298. package/dist/js/i18n/vi_VN.js +86 -0
  299. package/dist/js/i18n/zh_CN.js +86 -0
  300. package/dist/js/i18n/zh_TW.js +86 -0
  301. package/dist/js/icons/ant.js +174 -0
  302. package/dist/js/icons/material.js +195 -0
  303. package/dist/js/katex/fonts/KaTeX_AMS-Regular.ttf +0 -0
  304. package/dist/js/katex/fonts/KaTeX_AMS-Regular.woff +0 -0
  305. package/dist/js/katex/fonts/KaTeX_AMS-Regular.woff2 +0 -0
  306. package/dist/js/katex/fonts/KaTeX_Caligraphic-Bold.ttf +0 -0
  307. package/dist/js/katex/fonts/KaTeX_Caligraphic-Bold.woff +0 -0
  308. package/dist/js/katex/fonts/KaTeX_Caligraphic-Bold.woff2 +0 -0
  309. package/dist/js/katex/fonts/KaTeX_Caligraphic-Regular.ttf +0 -0
  310. package/dist/js/katex/fonts/KaTeX_Caligraphic-Regular.woff +0 -0
  311. package/dist/js/katex/fonts/KaTeX_Caligraphic-Regular.woff2 +0 -0
  312. package/dist/js/katex/fonts/KaTeX_Fraktur-Bold.ttf +0 -0
  313. package/dist/js/katex/fonts/KaTeX_Fraktur-Bold.woff +0 -0
  314. package/dist/js/katex/fonts/KaTeX_Fraktur-Bold.woff2 +0 -0
  315. package/dist/js/katex/fonts/KaTeX_Fraktur-Regular.ttf +0 -0
  316. package/dist/js/katex/fonts/KaTeX_Fraktur-Regular.woff +0 -0
  317. package/dist/js/katex/fonts/KaTeX_Fraktur-Regular.woff2 +0 -0
  318. package/dist/js/katex/fonts/KaTeX_Main-Bold.ttf +0 -0
  319. package/dist/js/katex/fonts/KaTeX_Main-Bold.woff +0 -0
  320. package/dist/js/katex/fonts/KaTeX_Main-Bold.woff2 +0 -0
  321. package/dist/js/katex/fonts/KaTeX_Main-BoldItalic.ttf +0 -0
  322. package/dist/js/katex/fonts/KaTeX_Main-BoldItalic.woff +0 -0
  323. package/dist/js/katex/fonts/KaTeX_Main-BoldItalic.woff2 +0 -0
  324. package/dist/js/katex/fonts/KaTeX_Main-Italic.ttf +0 -0
  325. package/dist/js/katex/fonts/KaTeX_Main-Italic.woff +0 -0
  326. package/dist/js/katex/fonts/KaTeX_Main-Italic.woff2 +0 -0
  327. package/dist/js/katex/fonts/KaTeX_Main-Regular.ttf +0 -0
  328. package/dist/js/katex/fonts/KaTeX_Main-Regular.woff +0 -0
  329. package/dist/js/katex/fonts/KaTeX_Main-Regular.woff2 +0 -0
  330. package/dist/js/katex/fonts/KaTeX_Math-BoldItalic.ttf +0 -0
  331. package/dist/js/katex/fonts/KaTeX_Math-BoldItalic.woff +0 -0
  332. package/dist/js/katex/fonts/KaTeX_Math-BoldItalic.woff2 +0 -0
  333. package/dist/js/katex/fonts/KaTeX_Math-Italic.ttf +0 -0
  334. package/dist/js/katex/fonts/KaTeX_Math-Italic.woff +0 -0
  335. package/dist/js/katex/fonts/KaTeX_Math-Italic.woff2 +0 -0
  336. package/dist/js/katex/fonts/KaTeX_SansSerif-Bold.ttf +0 -0
  337. package/dist/js/katex/fonts/KaTeX_SansSerif-Bold.woff +0 -0
  338. package/dist/js/katex/fonts/KaTeX_SansSerif-Bold.woff2 +0 -0
  339. package/dist/js/katex/fonts/KaTeX_SansSerif-Italic.ttf +0 -0
  340. package/dist/js/katex/fonts/KaTeX_SansSerif-Italic.woff +0 -0
  341. package/dist/js/katex/fonts/KaTeX_SansSerif-Italic.woff2 +0 -0
  342. package/dist/js/katex/fonts/KaTeX_SansSerif-Regular.ttf +0 -0
  343. package/dist/js/katex/fonts/KaTeX_SansSerif-Regular.woff +0 -0
  344. package/dist/js/katex/fonts/KaTeX_SansSerif-Regular.woff2 +0 -0
  345. package/dist/js/katex/fonts/KaTeX_Script-Regular.ttf +0 -0
  346. package/dist/js/katex/fonts/KaTeX_Script-Regular.woff +0 -0
  347. package/dist/js/katex/fonts/KaTeX_Script-Regular.woff2 +0 -0
  348. package/dist/js/katex/fonts/KaTeX_Size1-Regular.ttf +0 -0
  349. package/dist/js/katex/fonts/KaTeX_Size1-Regular.woff +0 -0
  350. package/dist/js/katex/fonts/KaTeX_Size1-Regular.woff2 +0 -0
  351. package/dist/js/katex/fonts/KaTeX_Size2-Regular.ttf +0 -0
  352. package/dist/js/katex/fonts/KaTeX_Size2-Regular.woff +0 -0
  353. package/dist/js/katex/fonts/KaTeX_Size2-Regular.woff2 +0 -0
  354. package/dist/js/katex/fonts/KaTeX_Size3-Regular.ttf +0 -0
  355. package/dist/js/katex/fonts/KaTeX_Size3-Regular.woff +0 -0
  356. package/dist/js/katex/fonts/KaTeX_Size3-Regular.woff2 +0 -0
  357. package/dist/js/katex/fonts/KaTeX_Size4-Regular.ttf +0 -0
  358. package/dist/js/katex/fonts/KaTeX_Size4-Regular.woff +0 -0
  359. package/dist/js/katex/fonts/KaTeX_Size4-Regular.woff2 +0 -0
  360. package/dist/js/katex/fonts/KaTeX_Typewriter-Regular.ttf +0 -0
  361. package/dist/js/katex/fonts/KaTeX_Typewriter-Regular.woff +0 -0
  362. package/dist/js/katex/fonts/KaTeX_Typewriter-Regular.woff2 +0 -0
  363. package/dist/js/katex/katex.min.css +1 -0
  364. package/dist/js/katex/katex.min.js +1 -0
  365. package/dist/js/katex/mhchem.min.js +1 -0
  366. package/dist/js/lute/lute.min.js +72 -0
  367. package/dist/js/markmap/katex.min.css +1 -0
  368. package/dist/js/markmap/markmap.min.js +8251 -0
  369. package/dist/js/markmap/prism.css +140 -0
  370. package/dist/js/mathjax/LICENSE +202 -0
  371. package/dist/js/mathjax/a11y/assistive-mml.js +1 -0
  372. package/dist/js/mathjax/a11y/complexity.js +1 -0
  373. package/dist/js/mathjax/a11y/explorer.js +1 -0
  374. package/dist/js/mathjax/a11y/semantic-enrich.js +1 -0
  375. package/dist/js/mathjax/input/asciimath.js +1 -0
  376. package/dist/js/mathjax/input/mml/entities.js +1 -0
  377. package/dist/js/mathjax/input/mml.js +1 -0
  378. package/dist/js/mathjax/input/tex/extensions/action.js +1 -0
  379. package/dist/js/mathjax/input/tex/extensions/all-packages.js +1 -0
  380. package/dist/js/mathjax/input/tex/extensions/ams.js +1 -0
  381. package/dist/js/mathjax/input/tex/extensions/amscd.js +1 -0
  382. package/dist/js/mathjax/input/tex/extensions/autoload.js +1 -0
  383. package/dist/js/mathjax/input/tex/extensions/bbox.js +1 -0
  384. package/dist/js/mathjax/input/tex/extensions/boldsymbol.js +1 -0
  385. package/dist/js/mathjax/input/tex/extensions/braket.js +1 -0
  386. package/dist/js/mathjax/input/tex/extensions/bussproofs.js +1 -0
  387. package/dist/js/mathjax/input/tex/extensions/cancel.js +1 -0
  388. package/dist/js/mathjax/input/tex/extensions/color.js +1 -0
  389. package/dist/js/mathjax/input/tex/extensions/colorV2.js +1 -0
  390. package/dist/js/mathjax/input/tex/extensions/configMacros.js +1 -0
  391. package/dist/js/mathjax/input/tex/extensions/enclose.js +1 -0
  392. package/dist/js/mathjax/input/tex/extensions/extpfeil.js +1 -0
  393. package/dist/js/mathjax/input/tex/extensions/html.js +1 -0
  394. package/dist/js/mathjax/input/tex/extensions/mhchem.js +1 -0
  395. package/dist/js/mathjax/input/tex/extensions/newcommand.js +1 -0
  396. package/dist/js/mathjax/input/tex/extensions/noerrors.js +1 -0
  397. package/dist/js/mathjax/input/tex/extensions/noundefined.js +1 -0
  398. package/dist/js/mathjax/input/tex/extensions/physics.js +1 -0
  399. package/dist/js/mathjax/input/tex/extensions/require.js +1 -0
  400. package/dist/js/mathjax/input/tex/extensions/tagFormat.js +1 -0
  401. package/dist/js/mathjax/input/tex/extensions/textmacros.js +1 -0
  402. package/dist/js/mathjax/input/tex/extensions/unicode.js +1 -0
  403. package/dist/js/mathjax/input/tex/extensions/verb.js +1 -0
  404. package/dist/js/mathjax/input/tex-base.js +1 -0
  405. package/dist/js/mathjax/input/tex-full.js +1 -0
  406. package/dist/js/mathjax/input/tex.js +1 -0
  407. package/dist/js/mathjax/sre/mathmaps/de.js +104 -0
  408. package/dist/js/mathjax/sre/mathmaps/en.js +110 -0
  409. package/dist/js/mathjax/sre/mathmaps/es.js +104 -0
  410. package/dist/js/mathjax/sre/mathmaps/fr.js +104 -0
  411. package/dist/js/mathjax/sre/mathmaps/mathmaps_ie.js +518 -0
  412. package/dist/js/mathjax/sre/mathmaps/nemeth.js +104 -0
  413. package/dist/js/mathjax/sre/sre-node.js +11 -0
  414. package/dist/js/mathjax/sre/sre_browser.js +1633 -0
  415. package/dist/js/mathjax/tex-svg-full.js +1 -0
  416. package/dist/js/mermaid/mermaid.min.js +2694 -0
  417. package/dist/js/plantuml/plantuml-encoder.min.js +1 -0
  418. package/dist/js/smiles-drawer/smiles-drawer.min.js +71 -0
  419. package/dist/method.d.ts +51 -0
  420. package/dist/method.js +2675 -0
  421. package/dist/method.min.js +1 -0
  422. package/dist/ts/constants.d.ts +47 -0
  423. package/dist/ts/devtools/index.d.ts +7 -0
  424. package/dist/ts/export/index.d.ts +4 -0
  425. package/dist/ts/hint/index.d.ts +14 -0
  426. package/dist/ts/ir/expandMarker.d.ts +1 -0
  427. package/dist/ts/ir/highlightToolbarIR.d.ts +1 -0
  428. package/dist/ts/ir/index.d.ts +13 -0
  429. package/dist/ts/ir/input.d.ts +1 -0
  430. package/dist/ts/ir/process.d.ts +8 -0
  431. package/dist/ts/ir/processKeydown.d.ts +1 -0
  432. package/dist/ts/markdown/SMILESRender.d.ts +1 -0
  433. package/dist/ts/markdown/abcRender.d.ts +1 -0
  434. package/dist/ts/markdown/adapterRender.d.ts +41 -0
  435. package/dist/ts/markdown/anchorRender.d.ts +1 -0
  436. package/dist/ts/markdown/chartRender.d.ts +1 -0
  437. package/dist/ts/markdown/codeRender.d.ts +1 -0
  438. package/dist/ts/markdown/flowchartRender.d.ts +1 -0
  439. package/dist/ts/markdown/getHTML.d.ts +1 -0
  440. package/dist/ts/markdown/getMarkdown.d.ts +1 -0
  441. package/dist/ts/markdown/graphvizRender.d.ts +1 -0
  442. package/dist/ts/markdown/highlightRender.d.ts +1 -0
  443. package/dist/ts/markdown/lazyLoadImageRender.d.ts +6 -0
  444. package/dist/ts/markdown/markmapRender.d.ts +1 -0
  445. package/dist/ts/markdown/mathRender.d.ts +9 -0
  446. package/dist/ts/markdown/mediaRender.d.ts +1 -0
  447. package/dist/ts/markdown/mermaidRender.d.ts +1 -0
  448. package/dist/ts/markdown/mindmapRender.d.ts +1 -0
  449. package/dist/ts/markdown/outlineRender.d.ts +1 -0
  450. package/dist/ts/markdown/plantumlRender.d.ts +1 -0
  451. package/dist/ts/markdown/previewRender.d.ts +2 -0
  452. package/dist/ts/markdown/setLute.d.ts +1 -0
  453. package/dist/ts/markdown/speechRender.d.ts +6 -0
  454. package/dist/ts/outline/index.d.ts +7 -0
  455. package/dist/ts/preview/image.d.ts +1 -0
  456. package/dist/ts/preview/index.d.ts +10 -0
  457. package/dist/ts/resize/index.d.ts +6 -0
  458. package/dist/ts/sv/combineFootnote.d.ts +6 -0
  459. package/dist/ts/sv/index.d.ts +13 -0
  460. package/dist/ts/sv/inputEvent.d.ts +1 -0
  461. package/dist/ts/sv/process.d.ts +11 -0
  462. package/dist/ts/sv/processKeydown.d.ts +1 -0
  463. package/dist/ts/tip/index.d.ts +6 -0
  464. package/dist/ts/toolbar/Both.d.ts +5 -0
  465. package/dist/ts/toolbar/Br.d.ts +4 -0
  466. package/dist/ts/toolbar/CodeTheme.d.ts +6 -0
  467. package/dist/ts/toolbar/ContentTheme.d.ts +6 -0
  468. package/dist/ts/toolbar/Counter.d.ts +6 -0
  469. package/dist/ts/toolbar/Custom.d.ts +5 -0
  470. package/dist/ts/toolbar/Devtools.d.ts +5 -0
  471. package/dist/ts/toolbar/Divider.d.ts +4 -0
  472. package/dist/ts/toolbar/EditMode.d.ts +8 -0
  473. package/dist/ts/toolbar/Emoji.d.ts +7 -0
  474. package/dist/ts/toolbar/Export.d.ts +6 -0
  475. package/dist/ts/toolbar/Fullscreen.d.ts +6 -0
  476. package/dist/ts/toolbar/Headings.d.ts +7 -0
  477. package/dist/ts/toolbar/Help.d.ts +5 -0
  478. package/dist/ts/toolbar/Indent.d.ts +5 -0
  479. package/dist/ts/toolbar/Info.d.ts +5 -0
  480. package/dist/ts/toolbar/InsertAfter.d.ts +5 -0
  481. package/dist/ts/toolbar/InsertBefore.d.ts +5 -0
  482. package/dist/ts/toolbar/MenuItem.d.ts +5 -0
  483. package/dist/ts/toolbar/Outdent.d.ts +5 -0
  484. package/dist/ts/toolbar/Outline.d.ts +5 -0
  485. package/dist/ts/toolbar/Preview.d.ts +6 -0
  486. package/dist/ts/toolbar/Record.d.ts +6 -0
  487. package/dist/ts/toolbar/Redo.d.ts +5 -0
  488. package/dist/ts/toolbar/Undo.d.ts +5 -0
  489. package/dist/ts/toolbar/Upload.d.ts +6 -0
  490. package/dist/ts/toolbar/index.d.ts +10 -0
  491. package/dist/ts/toolbar/setToolbar.d.ts +20 -0
  492. package/dist/ts/ui/initUI.d.ts +4 -0
  493. package/dist/ts/ui/setCodeTheme.d.ts +1 -0
  494. package/dist/ts/ui/setContentTheme.d.ts +1 -0
  495. package/dist/ts/ui/setPreviewMode.d.ts +1 -0
  496. package/dist/ts/ui/setTheme.d.ts +1 -0
  497. package/dist/ts/undo/index.d.ts +19 -0
  498. package/dist/ts/upload/getElement.d.ts +1 -0
  499. package/dist/ts/upload/index.d.ts +8 -0
  500. package/dist/ts/upload/setHeaders.d.ts +1 -0
  501. package/dist/ts/util/Options.d.ts +8 -0
  502. package/dist/ts/util/RecordMedia.d.ts +18 -0
  503. package/dist/ts/util/addScript.d.ts +2 -0
  504. package/dist/ts/util/addStyle.d.ts +1 -0
  505. package/dist/ts/util/code160to32.d.ts +1 -0
  506. package/dist/ts/util/compatibility.d.ts +7 -0
  507. package/dist/ts/util/editorCommonEvent.d.ts +9 -0
  508. package/dist/ts/util/fixBrowserBehavior.d.ts +39 -0
  509. package/dist/ts/util/function.d.ts +3 -0
  510. package/dist/ts/util/getSelectText.d.ts +1 -0
  511. package/dist/ts/util/hasClosest.d.ts +9 -0
  512. package/dist/ts/util/hasClosestByHeadings.d.ts +2 -0
  513. package/dist/ts/util/highlightToolbar.d.ts +1 -0
  514. package/dist/ts/util/hotKey.d.ts +1 -0
  515. package/dist/ts/util/log.d.ts +1 -0
  516. package/dist/ts/util/merge.d.ts +1 -0
  517. package/dist/ts/util/processCode.d.ts +2 -0
  518. package/dist/ts/util/selection.d.ts +14 -0
  519. package/dist/ts/util/toc.d.ts +5 -0
  520. package/dist/ts/wysiwyg/afterRenderEvent.d.ts +5 -0
  521. package/dist/ts/wysiwyg/highlightToolbarWYSIWYG.d.ts +4 -0
  522. package/dist/ts/wysiwyg/index.d.ts +22 -0
  523. package/dist/ts/wysiwyg/inlineTag.d.ts +10 -0
  524. package/dist/ts/wysiwyg/input.d.ts +1 -0
  525. package/dist/ts/wysiwyg/processKeydown.d.ts +2 -0
  526. package/dist/ts/wysiwyg/renderDomByMd.d.ts +5 -0
  527. package/dist/ts/wysiwyg/setHeading.d.ts +2 -0
  528. package/dist/ts/wysiwyg/showCode.d.ts +1 -0
  529. package/dist/ts/wysiwyg/toolbarEvent.d.ts +1 -0
  530. package/dist/types/index.d.ts +925 -0
  531. package/package.json +79 -0
  532. package/src/assets/less/_content.less +279 -0
  533. package/src/assets/less/_hint.less +67 -0
  534. package/src/assets/less/_ir.less +275 -0
  535. package/src/assets/less/_panel.less +110 -0
  536. package/src/assets/less/_reset.less +632 -0
  537. package/src/assets/less/_sv.less +132 -0
  538. package/src/assets/less/_toolbar.less +180 -0
  539. package/src/assets/less/_tooltipped.less +171 -0
  540. package/src/assets/less/_wysiwyg.less +195 -0
  541. package/src/assets/less/index.less +88 -0
  542. package/src/index.ts +566 -0
  543. package/src/method.ts +71 -0
  544. package/src/ts/constants.ts +90 -0
  545. package/src/ts/devtools/index.ts +83 -0
  546. package/src/ts/export/index.ts +84 -0
  547. package/src/ts/hint/index.ts +276 -0
  548. package/src/ts/ir/expandMarker.ts +79 -0
  549. package/src/ts/ir/highlightToolbarIR.ts +97 -0
  550. package/src/ts/ir/index.ts +265 -0
  551. package/src/ts/ir/input.ts +246 -0
  552. package/src/ts/ir/process.ts +222 -0
  553. package/src/ts/ir/processKeydown.ts +238 -0
  554. package/src/ts/markdown/SMILESRender.ts +29 -0
  555. package/src/ts/markdown/abcRender.ts +27 -0
  556. package/src/ts/markdown/adapterRender.ts +41 -0
  557. package/src/ts/markdown/anchorRender.ts +19 -0
  558. package/src/ts/markdown/chartRender.ts +38 -0
  559. package/src/ts/markdown/codeRender.ts +60 -0
  560. package/src/ts/markdown/flowchartRender.ts +25 -0
  561. package/src/ts/markdown/getHTML.ts +11 -0
  562. package/src/ts/markdown/getMarkdown.ts +12 -0
  563. package/src/ts/markdown/graphvizRender.ts +49 -0
  564. package/src/ts/markdown/highlightRender.ts +94 -0
  565. package/src/ts/markdown/lazyLoadImageRender.ts +56 -0
  566. package/src/ts/markdown/markmapRender.ts +56 -0
  567. package/src/ts/markdown/mathRender.ts +148 -0
  568. package/src/ts/markdown/mediaRender.ts +105 -0
  569. package/src/ts/markdown/mermaidRender.ts +60 -0
  570. package/src/ts/markdown/mindmapRender.ts +74 -0
  571. package/src/ts/markdown/outlineRender.ts +110 -0
  572. package/src/ts/markdown/plantumlRender.ts +32 -0
  573. package/src/ts/markdown/previewRender.ts +171 -0
  574. package/src/ts/markdown/setLute.ts +26 -0
  575. package/src/ts/markdown/speechRender.ts +107 -0
  576. package/src/ts/outline/index.ts +45 -0
  577. package/src/ts/preview/image.ts +50 -0
  578. package/src/ts/preview/index.ts +287 -0
  579. package/src/ts/resize/index.ts +57 -0
  580. package/src/ts/sv/combineFootnote.ts +27 -0
  581. package/src/ts/sv/index.ts +125 -0
  582. package/src/ts/sv/inputEvent.ts +188 -0
  583. package/src/ts/sv/process.ts +215 -0
  584. package/src/ts/sv/processKeydown.ts +202 -0
  585. package/src/ts/tip/index.ts +39 -0
  586. package/src/ts/toolbar/Both.ts +28 -0
  587. package/src/ts/toolbar/Br.ts +8 -0
  588. package/src/ts/toolbar/CodeTheme.ts +36 -0
  589. package/src/ts/toolbar/ContentTheme.ts +35 -0
  590. package/src/ts/toolbar/Counter.ts +40 -0
  591. package/src/ts/toolbar/Custom.ts +17 -0
  592. package/src/ts/toolbar/Devtools.ts +28 -0
  593. package/src/ts/toolbar/Divider.ts +8 -0
  594. package/src/ts/toolbar/EditMode.ts +195 -0
  595. package/src/ts/toolbar/Emoji.ts +79 -0
  596. package/src/ts/toolbar/Export.ts +41 -0
  597. package/src/ts/toolbar/Fullscreen.ts +66 -0
  598. package/src/ts/toolbar/Headings.ts +73 -0
  599. package/src/ts/toolbar/Help.ts +30 -0
  600. package/src/ts/toolbar/Indent.ts +25 -0
  601. package/src/ts/toolbar/Info.ts +43 -0
  602. package/src/ts/toolbar/InsertAfter.ts +18 -0
  603. package/src/ts/toolbar/InsertBefore.ts +18 -0
  604. package/src/ts/toolbar/MenuItem.ts +54 -0
  605. package/src/ts/toolbar/Outdent.ts +24 -0
  606. package/src/ts/toolbar/Outline.ts +21 -0
  607. package/src/ts/toolbar/Preview.ts +55 -0
  608. package/src/ts/toolbar/Record.ts +60 -0
  609. package/src/ts/toolbar/Redo.ts +18 -0
  610. package/src/ts/toolbar/Undo.ts +18 -0
  611. package/src/ts/toolbar/Upload.ts +41 -0
  612. package/src/ts/toolbar/index.ts +192 -0
  613. package/src/ts/toolbar/setToolbar.ts +120 -0
  614. package/src/ts/ui/initUI.ts +180 -0
  615. package/src/ts/ui/setCodeTheme.ts +16 -0
  616. package/src/ts/ui/setContentTheme.ts +15 -0
  617. package/src/ts/ui/setPreviewMode.ts +31 -0
  618. package/src/ts/ui/setTheme.ts +7 -0
  619. package/src/ts/undo/index.ts +270 -0
  620. package/src/ts/upload/getElement.ts +10 -0
  621. package/src/ts/upload/index.ts +273 -0
  622. package/src/ts/upload/setHeaders.ts +10 -0
  623. package/src/ts/util/Options.ts +454 -0
  624. package/src/ts/util/RecordMedia.ts +170 -0
  625. package/src/ts/util/addScript.ts +43 -0
  626. package/src/ts/util/addStyle.ts +10 -0
  627. package/src/ts/util/code160to32.ts +4 -0
  628. package/src/ts/util/compatibility.ts +67 -0
  629. package/src/ts/util/editorCommonEvent.ts +264 -0
  630. package/src/ts/util/fixBrowserBehavior.ts +1569 -0
  631. package/src/ts/util/function.ts +15 -0
  632. package/src/ts/util/getSelectText.ts +8 -0
  633. package/src/ts/util/hasClosest.ts +154 -0
  634. package/src/ts/util/hasClosestByHeadings.ts +27 -0
  635. package/src/ts/util/highlightToolbar.ts +10 -0
  636. package/src/ts/util/hotKey.ts +54 -0
  637. package/src/ts/util/log.ts +6 -0
  638. package/src/ts/util/merge.ts +18 -0
  639. package/src/ts/util/processCode.ts +101 -0
  640. package/src/ts/util/selection.ts +280 -0
  641. package/src/ts/util/toc.ts +83 -0
  642. package/src/ts/wysiwyg/afterRenderEvent.ts +41 -0
  643. package/src/ts/wysiwyg/highlightToolbarWYSIWYG.ts +1156 -0
  644. package/src/ts/wysiwyg/index.ts +578 -0
  645. package/src/ts/wysiwyg/inlineTag.ts +129 -0
  646. package/src/ts/wysiwyg/input.ts +212 -0
  647. package/src/ts/wysiwyg/processKeydown.ts +363 -0
  648. package/src/ts/wysiwyg/renderDomByMd.ts +18 -0
  649. package/src/ts/wysiwyg/setHeading.ts +43 -0
  650. package/src/ts/wysiwyg/showCode.ts +32 -0
  651. package/src/ts/wysiwyg/toolbarEvent.ts +333 -0
@@ -0,0 +1,140 @@
1
+ /**
2
+ * prism.js default theme for JavaScript, CSS and HTML
3
+ * Based on dabblet (http://dabblet.com)
4
+ * @author Lea Verou
5
+ */
6
+
7
+ code[class*="language-"],
8
+ pre[class*="language-"] {
9
+ color: black;
10
+ background: none;
11
+ text-shadow: 0 1px white;
12
+ font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
13
+ font-size: 1em;
14
+ text-align: left;
15
+ white-space: pre;
16
+ word-spacing: normal;
17
+ word-break: normal;
18
+ word-wrap: normal;
19
+ line-height: 1.5;
20
+
21
+ -moz-tab-size: 4;
22
+ -o-tab-size: 4;
23
+ tab-size: 4;
24
+
25
+ -webkit-hyphens: none;
26
+ -moz-hyphens: none;
27
+ -ms-hyphens: none;
28
+ hyphens: none;
29
+ }
30
+
31
+ pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
32
+ code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
33
+ text-shadow: none;
34
+ background: #b3d4fc;
35
+ }
36
+
37
+ pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
38
+ code[class*="language-"]::selection, code[class*="language-"] ::selection {
39
+ text-shadow: none;
40
+ background: #b3d4fc;
41
+ }
42
+
43
+ @media print {
44
+ code[class*="language-"],
45
+ pre[class*="language-"] {
46
+ text-shadow: none;
47
+ }
48
+ }
49
+
50
+ /* Code blocks */
51
+ pre[class*="language-"] {
52
+ padding: 1em;
53
+ margin: .5em 0;
54
+ overflow: auto;
55
+ }
56
+
57
+ :not(pre) > code[class*="language-"],
58
+ pre[class*="language-"] {
59
+ background: #f5f2f0;
60
+ }
61
+
62
+ /* Inline code */
63
+ :not(pre) > code[class*="language-"] {
64
+ padding: .1em;
65
+ border-radius: .3em;
66
+ white-space: normal;
67
+ }
68
+
69
+ .token.comment,
70
+ .token.prolog,
71
+ .token.doctype,
72
+ .token.cdata {
73
+ color: slategray;
74
+ }
75
+
76
+ .token.punctuation {
77
+ color: #999;
78
+ }
79
+
80
+ .token.namespace {
81
+ opacity: .7;
82
+ }
83
+
84
+ .token.property,
85
+ .token.tag,
86
+ .token.boolean,
87
+ .token.number,
88
+ .token.constant,
89
+ .token.symbol,
90
+ .token.deleted {
91
+ color: #905;
92
+ }
93
+
94
+ .token.selector,
95
+ .token.attr-name,
96
+ .token.string,
97
+ .token.char,
98
+ .token.builtin,
99
+ .token.inserted {
100
+ color: #690;
101
+ }
102
+
103
+ .token.operator,
104
+ .token.entity,
105
+ .token.url,
106
+ .language-css .token.string,
107
+ .style .token.string {
108
+ color: #9a6e3a;
109
+ /* This background color was intended by the author of this theme. */
110
+ background: hsla(0, 0%, 100%, .5);
111
+ }
112
+
113
+ .token.atrule,
114
+ .token.attr-value,
115
+ .token.keyword {
116
+ color: #07a;
117
+ }
118
+
119
+ .token.function,
120
+ .token.class-name {
121
+ color: #DD4A68;
122
+ }
123
+
124
+ .token.regex,
125
+ .token.important,
126
+ .token.variable {
127
+ color: #e90;
128
+ }
129
+
130
+ .token.important,
131
+ .token.bold {
132
+ font-weight: bold;
133
+ }
134
+ .token.italic {
135
+ font-style: italic;
136
+ }
137
+
138
+ .token.entity {
139
+ cursor: help;
140
+ }
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
@@ -0,0 +1 @@
1
+ !function(t){var e={};function i(n){if(e[n])return e[n].exports;var o=e[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,i),o.l=!0,o.exports}i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},i.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.t=function(t,e){if(1&e&&(t=i(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)i.d(n,o,function(e){return t[e]}.bind(null,o));return n},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=5)}([function(t,e,i){"use strict";var n,o=this&&this.__extends||(n=function(t,e){return(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(t,e)},function(t,e){function i(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)}),r=this&&this.__assign||function(){return(r=Object.assign||function(t){for(var e,i=1,n=arguments.length;i<n;i++)for(var o in e=arguments[i])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)},s=this&&this.__read||function(t,e){var i="function"==typeof Symbol&&t[Symbol.iterator];if(!i)return t;var n,o,r=i.call(t),s=[];try{for(;(void 0===e||e-- >0)&&!(n=r.next()).done;)s.push(n.value)}catch(t){o={error:t}}finally{try{n&&!n.done&&(i=r.return)&&i.call(r)}finally{if(o)throw o.error}}return s},a=this&&this.__spread||function(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(s(arguments[e]));return t},l=this&&this.__values||function(t){var e="function"==typeof Symbol&&Symbol.iterator,i=e&&t[e],n=0;if(i)return i.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(e,"__esModule",{value:!0}),e.AssistiveMmlHandler=e.AssistiveMmlMathDocumentMixin=e.AssistiveMmlMathItemMixin=e.LimitedMmlVisitor=void 0;var u=i(2),c=i(3),p=i(4),h=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.getAttributes=function(e){return t.prototype.getAttributes.call(this,e).replace(/ ?id=".*?"/,"")},e}(c.SerializedMmlVisitor);function m(t){return function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.assistiveMml=function(t,e){if(void 0===e&&(e=!1),!(this.state()>=u.STATE.ASSISTIVEMML)){if(!this.isEscaped&&(t.options.enableAssistiveMml||e)){var i=t.adaptor,n=t.toMML(this.root).replace(/\n */g,"").replace(/<!--.*?-->/g,""),o=i.firstChild(i.body(i.parse(n,"text/html"))),r=i.node("mjx-assistive-mml",{role:"presentation",unselectable:"on",display:this.display?"block":"inline"},[o]);i.setAttribute(this.typesetRoot,"role","presentation"),i.setAttribute(i.firstChild(this.typesetRoot),"aria-hidden","true"),i.setStyle(this.typesetRoot,"position","relative"),i.append(this.typesetRoot,r)}this.state(u.STATE.ASSISTIVEMML)}},e}(t)}function f(t){var e;return(e=function(t){function e(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];var n=t.apply(this,a(e))||this,o=n.constructor,r=o.ProcessBits;return r.has("assistive-mml")||r.allocate("assistive-mml"),n.visitor=new h(n.mmlFactory),n.options.MathItem=m(n.options.MathItem),"addStyles"in n&&n.addStyles(o.assistiveStyles),n}return o(e,t),e.prototype.toMML=function(t){return this.visitor.visitTree(t)},e.prototype.assistiveMml=function(){var t,e;if(!this.processed.isSet("assistive-mml")){try{for(var i=l(this.math),n=i.next();!n.done;n=i.next()){n.value.assistiveMml(this)}}catch(e){t={error:e}}finally{try{n&&!n.done&&(e=i.return)&&e.call(i)}finally{if(t)throw t.error}}this.processed.set("assistive-mml")}return this},e.prototype.state=function(e,i){return void 0===i&&(i=!1),t.prototype.state.call(this,e,i),e<u.STATE.ASSISTIVEMML&&this.processed.clear("assistive-mml"),this},e}(t)).OPTIONS=r(r({},t.OPTIONS),{enableAssistiveMml:!0,renderActions:p.expandable(r(r({},t.OPTIONS.renderActions),{assistiveMml:[u.STATE.ASSISTIVEMML]}))}),e.assistiveStyles={"mjx-assistive-mml":{position:"absolute !important",top:"0px",left:"0px",clip:"rect(1px, 1px, 1px, 1px)",padding:"1px 0px 0px 0px !important",border:"0px !important",display:"block !important",width:"auto !important",overflow:"hidden !important","-webkit-touch-callout":"none","-webkit-user-select":"none","-khtml-user-select":"none","-moz-user-select":"none","-ms-user-select":"none","user-select":"none"},'mjx-assistive-mml[display="block"]':{width:"100% !important"}},e}e.LimitedMmlVisitor=h,u.newState("ASSISTIVEMML",153),e.AssistiveMmlMathItemMixin=m,e.AssistiveMmlMathDocumentMixin=f,e.AssistiveMmlHandler=function(t){return t.documentClass=f(t.documentClass),t}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.isObject=MathJax._.components.global.isObject,e.combineConfig=MathJax._.components.global.combineConfig,e.combineDefaults=MathJax._.components.global.combineDefaults,e.combineWithMathJax=MathJax._.components.global.combineWithMathJax,e.MathJax=MathJax._.components.global.MathJax},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.protoItem=MathJax._.core.MathItem.protoItem,e.AbstractMathItem=MathJax._.core.MathItem.AbstractMathItem,e.STATE=MathJax._.core.MathItem.STATE,e.newState=MathJax._.core.MathItem.newState},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.DATAMJX=MathJax._.core.MmlTree.SerializedMmlVisitor.DATAMJX,e.toEntity=MathJax._.core.MmlTree.SerializedMmlVisitor.toEntity,e.SerializedMmlVisitor=MathJax._.core.MmlTree.SerializedMmlVisitor.SerializedMmlVisitor},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.APPEND=MathJax._.util.Options.APPEND,e.REMOVE=MathJax._.util.Options.REMOVE,e.Expandable=MathJax._.util.Options.Expandable,e.expandable=MathJax._.util.Options.expandable,e.makeArray=MathJax._.util.Options.makeArray,e.keys=MathJax._.util.Options.keys,e.copy=MathJax._.util.Options.copy,e.insert=MathJax._.util.Options.insert,e.defaultOptions=MathJax._.util.Options.defaultOptions,e.userOptions=MathJax._.util.Options.userOptions,e.selectOptions=MathJax._.util.Options.selectOptions,e.selectOptionsFromKeys=MathJax._.util.Options.selectOptionsFromKeys,e.separateOptions=MathJax._.util.Options.separateOptions},function(t,e,i){"use strict";i.r(e);var n=i(1),o=i(0);Object(n.combineWithMathJax)({_:{a11y:{"assistive-mml":o}}}),MathJax.startup&&MathJax.startup.extendHandler((function(t){return Object(o.AssistiveMmlHandler)(t)}))}]);
@@ -0,0 +1 @@
1
+ !function(t){var e={};function i(o){if(e[o])return e[o].exports;var r=e[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,i),r.l=!0,r.exports}i.m=t,i.c=e,i.d=function(t,e,o){i.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},i.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.t=function(t,e){if(1&e&&(t=i(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(i.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)i.d(o,r,function(e){return t[e]}.bind(null,r));return o},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=9)}([function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.isObject=MathJax._.components.global.isObject,e.combineConfig=MathJax._.components.global.combineConfig,e.combineDefaults=MathJax._.components.global.combineDefaults,e.combineWithMathJax=MathJax._.components.global.combineWithMathJax,e.MathJax=MathJax._.components.global.MathJax},function(t,e,i){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(t,e)},function(t,e){function i(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)}),n=this&&this.__assign||function(){return(n=Object.assign||function(t){for(var e,i=1,o=arguments.length;i<o;i++)for(var r in e=arguments[i])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t}).apply(this,arguments)},s=this&&this.__read||function(t,e){var i="function"==typeof Symbol&&t[Symbol.iterator];if(!i)return t;var o,r,n=i.call(t),s=[];try{for(;(void 0===e||e-- >0)&&!(o=n.next()).done;)s.push(o.value)}catch(t){r={error:t}}finally{try{o&&!o.done&&(i=n.return)&&i.call(n)}finally{if(r)throw r.error}}return s},l=this&&this.__spread||function(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(s(arguments[e]));return t},a=this&&this.__values||function(t){var e="function"==typeof Symbol&&Symbol.iterator,i=e&&t[e],o=0;if(i)return i.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&o>=t.length&&(t=void 0),{value:t&&t[o++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(e,"__esModule",{value:!0}),e.ComplexityHandler=e.ComplexityMathDocumentMixin=e.ComplexityMathItemMixin=void 0;var c=i(7),p=i(2),u=i(3),h=i(5);function y(t,e){return function(t){function i(){return null!==t&&t.apply(this,arguments)||this}return r(i,t),i.prototype.complexity=function(t,i){void 0===i&&(i=!1),this.state()>=c.STATE.COMPLEXITY||(this.isEscaped||!t.options.enableComplexity&&!i||(this.enrich(t,!0),e(this.root)),this.state(c.STATE.COMPLEXITY))},i}(t)}function d(t){var e;return(e=function(t){function e(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];var o=t.apply(this,l(e))||this,r=o.constructor.ProcessBits;r.has("complexity")||r.allocate("complexity");var n=h.selectOptionsFromKeys(o.options,o.options.ComplexityVisitor.OPTIONS);o.complexityVisitor=new o.options.ComplexityVisitor(o.mmlFactory,n);var s=function(t){return o.complexityVisitor.visitTree(t)};return o.options.MathItem=y(o.options.MathItem,s),o}return r(e,t),e.prototype.complexity=function(){var t,e;if(!this.processed.isSet("complexity")){if(this.options.enableComplexity)try{for(var i=a(this.math),o=i.next();!o.done;o=i.next()){o.value.complexity(this)}}catch(e){t={error:e}}finally{try{o&&!o.done&&(e=i.return)&&e.call(i)}finally{if(t)throw t.error}}this.processed.set("complexity")}return this},e.prototype.state=function(e,i){return void 0===i&&(i=!1),t.prototype.state.call(this,e,i),e<c.STATE.COMPLEXITY&&this.processed.clear("complexity"),this},e}(t)).OPTIONS=n(n(n({},t.OPTIONS),u.ComplexityVisitor.OPTIONS),{enableComplexity:!0,ComplexityVisitor:u.ComplexityVisitor,renderActions:h.expandable(n(n({},t.OPTIONS.renderActions),{complexity:[c.STATE.COMPLEXITY]}))}),e}c.newState("COMPLEXITY",40),e.ComplexityMathItemMixin=y,e.ComplexityMathDocumentMixin=d,e.ComplexityHandler=function(t,e){return void 0===e&&(e=null),!t.documentClass.prototype.enrich&&e&&(t=p.EnrichHandler(t,e)),t.documentClass=d(t.documentClass),t}},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.EnrichedMathItemMixin=MathJax._.a11y["semantic-enrich"].EnrichedMathItemMixin,e.EnrichedMathDocumentMixin=MathJax._.a11y["semantic-enrich"].EnrichedMathDocumentMixin,e.EnrichHandler=MathJax._.a11y["semantic-enrich"].EnrichHandler},function(t,e,i){"use strict";var o,r=this&&this.__extends||(o=function(t,e){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(t,e)},function(t,e){function i(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)}),n=this&&this.__values||function(t){var e="function"==typeof Symbol&&Symbol.iterator,i=e&&t[e],o=0;if(i)return i.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&o>=t.length&&(t=void 0),{value:t&&t[o++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(e,"__esModule",{value:!0}),e.ComplexityVisitor=void 0;var s=i(8),l=i(4),a=i(5),c=function(t){function e(e,i){var o=t.call(this,e)||this;o.complexity={text:.5,token:.5,child:1,script:.8,sqrt:2,subsup:2,underover:2,fraction:2,enclose:2,action:2,phantom:0,xml:2,glyph:2};var r=o.constructor;return o.options=a.userOptions(a.defaultOptions({},r.OPTIONS),i),o.collapse=new o.options.Collapse(o),o.factory=e,o}return r(e,t),e.prototype.visitTree=function(e){t.prototype.visitTree.call(this,e,!0),this.options.makeCollapsible&&this.collapse.makeCollapse(e)},e.prototype.visitNode=function(e,i){if(!e.attributes.get("data-semantic-complexity"))return t.prototype.visitNode.call(this,e,i)},e.prototype.visitDefault=function(t,e){var i;if(t.isToken){var o=t.getText();i=this.complexity.text*o.length+this.complexity.token}else i=this.childrenComplexity(t);return this.setComplexity(t,i,e)},e.prototype.visitMfracNode=function(t,e){var i=this.childrenComplexity(t)*this.complexity.script+this.complexity.fraction;return this.setComplexity(t,i,e)},e.prototype.visitMsqrtNode=function(t,e){var i=this.childrenComplexity(t)+this.complexity.sqrt;return this.setComplexity(t,i,e)},e.prototype.visitMrootNode=function(t,e){var i=this.childrenComplexity(t)+this.complexity.sqrt-(1-this.complexity.script)*this.getComplexity(t.childNodes[1]);return this.setComplexity(t,i,e)},e.prototype.visitMphantomNode=function(t,e){return this.setComplexity(t,this.complexity.phantom,e)},e.prototype.visitMsNode=function(t,e){var i=(t.attributes.get("lquote")+t.getText()+t.attributes.get("rquote")).length*this.complexity.text;return this.setComplexity(t,i,e)},e.prototype.visitMsubsupNode=function(e,i){t.prototype.visitDefault.call(this,e,!0);var o=e.childNodes[e.sub],r=e.childNodes[e.sup],n=e.childNodes[e.base],s=Math.max(o?this.getComplexity(o):0,r?this.getComplexity(r):0)*this.complexity.script;return s+=this.complexity.child*((o?1:0)+(r?1:0)),s+=n?this.getComplexity(n)+this.complexity.child:0,s+=this.complexity.subsup,this.setComplexity(e,s,i)},e.prototype.visitMsubNode=function(t,e){return this.visitMsubsupNode(t,e)},e.prototype.visitMsupNode=function(t,e){return this.visitMsubsupNode(t,e)},e.prototype.visitMunderoverNode=function(e,i){t.prototype.visitDefault.call(this,e,!0);var o=e.childNodes[e.under],r=e.childNodes[e.over],n=e.childNodes[e.base],s=Math.max(o?this.getComplexity(o):0,r?this.getComplexity(r):0)*this.complexity.script;return n&&(s=Math.max(this.getComplexity(n),s)),s+=this.complexity.child*((o?1:0)+(r?1:0)+(n?1:0)),s+=this.complexity.underover,this.setComplexity(e,s,i)},e.prototype.visitMunderNode=function(t,e){return this.visitMunderoverNode(t,e)},e.prototype.visitMoverNode=function(t,e){return this.visitMunderoverNode(t,e)},e.prototype.visitMencloseNode=function(t,e){var i=this.childrenComplexity(t)+this.complexity.enclose;return this.setComplexity(t,i,e)},e.prototype.visitMactionNode=function(t,e){this.childrenComplexity(t);var i=this.getComplexity(t.selected);return this.setComplexity(t,i,e)},e.prototype.visitMsemanticsNode=function(t,e){var i=t.childNodes[0],o=0;return i&&(this.visitNode(i,!0),o=this.getComplexity(i)),this.setComplexity(t,o,e)},e.prototype.visitAnnotationNode=function(t,e){return this.setComplexity(t,this.complexity.xml,e)},e.prototype.visitAnnotation_xmlNode=function(t,e){return this.setComplexity(t,this.complexity.xml,e)},e.prototype.visitMglyphNode=function(t,e){return this.setComplexity(t,this.complexity.glyph,e)},e.prototype.getComplexity=function(t){var e=t.getProperty("collapsedComplexity");return null!=e?e:t.attributes.get("data-semantic-complexity")},e.prototype.setComplexity=function(t,e,i){return i&&(this.options.identifyCollapsible&&(e=this.collapse.check(t,e)),t.attributes.set("data-semantic-complexity",e)),e},e.prototype.childrenComplexity=function(e){var i,o;t.prototype.visitDefault.call(this,e,!0);var r=0;try{for(var s=n(e.childNodes),l=s.next();!l.done;l=s.next()){var a=l.value;r+=this.getComplexity(a)}}catch(t){i={error:t}}finally{try{l&&!l.done&&(o=s.return)&&o.call(s)}finally{if(i)throw i.error}}return e.childNodes.length>1&&(r+=e.childNodes.length*this.complexity.child),r},e.OPTIONS={identifyCollapsible:!0,makeCollapsible:!0,Collapse:l.Collapse},e}(s.MmlVisitor);e.ComplexityVisitor=c},function(t,e,i){"use strict";var o=this&&this.__values||function(t){var e="function"==typeof Symbol&&Symbol.iterator,i=e&&t[e],o=0;if(i)return i.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&o>=t.length&&(t=void 0),{value:t&&t[o++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(e,"__esModule",{value:!0}),e.Collapse=void 0;var r=function(){function t(e){var i=this;this.cutoff={identifier:3,number:3,text:10,infixop:15,relseq:15,multirel:15,fenced:18,bigop:20,integral:20,fraction:12,sqrt:9,root:12,vector:15,matrix:15,cases:15,superscript:9,subscript:9,subsup:9,punctuated:{endpunct:t.NOCOLLAPSE,startpunct:t.NOCOLLAPSE,value:12}},this.marker={identifier:"x",number:"#",text:"...",appl:{"limit function":"lim",value:"f()"},fraction:"/",sqrt:"\u221a",root:"\u221a",superscript:"\u25fd\u02d9",subscript:"\u25fd.",subsup:"\u25fd:",vector:{binomial:"(:)",determinant:"|:|",value:"\u27e8:\u27e9"},matrix:{squarematrix:"[::]",rowvector:"\u27e8\u22ef\u27e9",columnvector:"\u27e8\u22ee\u27e9",determinant:"|::|",value:"(::)"},cases:"{:",infixop:{addition:"+",subtraction:"\u2212",multiplication:"\u22c5",implicit:"\u22c5",value:"+"},punctuated:{text:"...",value:","}},this.collapse=new Map([["fenced",function(t,e){return(e=i.uncollapseChild(e,t,1))>i.cutoff.fenced&&"leftright"===t.attributes.get("data-semantic-role")&&(e=i.recordCollapse(t,e,i.getText(t.childNodes[0])+i.getText(t.childNodes[t.childNodes.length-1]))),e}],["appl",function(t,e){if(i.canUncollapse(t,2,2)){e=i.complexity.visitNode(t,!1);var o=i.marker.appl,r=o[t.attributes.get("data-semantic-role")]||o.value;e=i.recordCollapse(t,e,r)}return e}],["sqrt",function(t,e){return(e=i.uncollapseChild(e,t,0))>i.cutoff.sqrt&&(e=i.recordCollapse(t,e,i.marker.sqrt)),e}],["root",function(t,e){return(e=i.uncollapseChild(e,t,0,2))>i.cutoff.sqrt&&(e=i.recordCollapse(t,e,i.marker.sqrt)),e}],["enclose",function(t,e){if(1===i.splitAttribute(t,"children").length){var o=i.canUncollapse(t,1);if(o){var r=o.getProperty("collapse-marker");i.unrecordCollapse(o),e=i.recordCollapse(t,i.complexity.visitNode(t,!1),r)}}return e}],["bigop",function(t,e){if(e>i.cutoff.bigop||!t.isKind("mo")){var o=i.splitAttribute(t,"content").pop(),r=i.findChildText(t,o);e=i.recordCollapse(t,e,r)}return e}],["integral",function(t,e){if(e>i.cutoff.integral||!t.isKind("mo")){var o=i.splitAttribute(t,"content").pop(),r=i.findChildText(t,o);e=i.recordCollapse(t,e,r)}return e}],["relseq",function(t,e){if(e>i.cutoff.relseq){var o=i.splitAttribute(t,"content")[0],r=i.findChildText(t,o);e=i.recordCollapse(t,e,r)}return e}],["multirel",function(t,e){if(e>i.cutoff.relseq){var o=i.splitAttribute(t,"content")[0],r=i.findChildText(t,o)+"\u22ef";e=i.recordCollapse(t,e,r)}return e}],["superscript",function(t,e){return(e=i.uncollapseChild(e,t,0,2))>i.cutoff.superscript&&(e=i.recordCollapse(t,e,i.marker.superscript)),e}],["subscript",function(t,e){return(e=i.uncollapseChild(e,t,0,2))>i.cutoff.subscript&&(e=i.recordCollapse(t,e,i.marker.subscript)),e}],["subsup",function(t,e){return(e=i.uncollapseChild(e,t,0,3))>i.cutoff.subsup&&(e=i.recordCollapse(t,e,i.marker.subsup)),e}]]),this.idCount=0,this.complexity=e}return t.prototype.check=function(t,e){var i=t.attributes.get("data-semantic-type");return this.collapse.has(i)?this.collapse.get(i).call(this,t,e):this.cutoff.hasOwnProperty(i)?this.defaultCheck(t,e,i):e},t.prototype.defaultCheck=function(t,e,i){var o=t.attributes.get("data-semantic-role"),r=this.cutoff[i];if(e>("number"==typeof r?r:r[o]||r.value)){var n=this.marker[i]||"??",s="string"==typeof n?n:n[o]||n.value;e=this.recordCollapse(t,e,s)}return e},t.prototype.recordCollapse=function(t,e,i){return i="\u25c2"+i+"\u25b8",t.setProperty("collapse-marker",i),t.setProperty("collapse-complexity",e),i.length*this.complexity.complexity.text},t.prototype.unrecordCollapse=function(t){var e=t.getProperty("collapse-complexity");null!=e&&(t.attributes.set("data-semantic-complexity",e),t.removeProperty("collapse-complexity"),t.removeProperty("collapse-marker"))},t.prototype.canUncollapse=function(t,e,i){if(void 0===i&&(i=1),this.splitAttribute(t,"children").length===i){var o=1===t.childNodes.length&&t.childNodes[0].isInferred?t.childNodes[0]:t;if(o&&o.childNodes[e]){var r=o.childNodes[e];if(r.getProperty("collapse-marker"))return r}}return null},t.prototype.uncollapseChild=function(t,e,i,o){void 0===o&&(o=1);var r=this.canUncollapse(e,i,o);return r&&(this.unrecordCollapse(r),r.parent!==e&&r.parent.attributes.set("data-semantic-complexity",void 0),t=this.complexity.visitNode(e,!1)),t},t.prototype.splitAttribute=function(t,e){return(t.attributes.get("data-semantic-"+e)||"").split(/,/)},t.prototype.getText=function(t){var e=this;return t.isToken?t.getText():t.childNodes.map((function(t){return e.getText(t)})).join("")},t.prototype.findChildText=function(t,e){var i=this.findChild(t,e);return this.getText(i.coreMO()||i)},t.prototype.findChild=function(t,e){var i,r;if(!t||t.attributes.get("data-semantic-id")===e)return t;if(!t.isToken)try{for(var n=o(t.childNodes),s=n.next();!s.done;s=n.next()){var l=s.value,a=this.findChild(l,e);if(a)return a}}catch(t){i={error:t}}finally{try{s&&!s.done&&(r=n.return)&&r.call(n)}finally{if(i)throw i.error}}return null},t.prototype.makeCollapse=function(t){var e=[];t.walkTree((function(t){t.getProperty("collapse-marker")&&e.push(t)})),this.makeActions(e)},t.prototype.makeActions=function(t){var e,i;try{for(var r=o(t),n=r.next();!n.done;n=r.next()){var s=n.value;this.makeAction(s)}}catch(t){e={error:t}}finally{try{n&&!n.done&&(i=r.return)&&i.call(r)}finally{if(e)throw e.error}}},t.prototype.makeId=function(){return"mjx-collapse-"+this.idCount++},t.prototype.makeAction=function(t){t.isKind("math")&&(t=this.addMrow(t));var e=this.complexity.factory,i=t.getProperty("collapse-marker"),o=t.parent,r=e.create("maction",{actiontype:"toggle",selection:2,"data-collapsible":!0,id:this.makeId(),"data-semantic-complexity":t.attributes.get("data-semantic-complexity")},[e.create("mtext",{mathcolor:"blue"},[e.create("text").setText(i)])]);r.inheritAttributesFrom(t),t.attributes.set("data-semantic-complexity",t.getProperty("collapse-complexity")),t.removeProperty("collapse-marker"),t.removeProperty("collapse-complexity"),o.replaceChild(r,t),r.appendChild(t)},t.prototype.addMrow=function(t){var e,i,r=this.complexity.factory.create("mrow",null,t.childNodes[0].childNodes);t.childNodes[0].setChildren([r]);var n=t.attributes.getAllAttributes();try{for(var s=o(Object.keys(n)),l=s.next();!l.done;l=s.next()){var a=l.value;"data-semantic-"===a.substr(0,14)&&(r.attributes.set(a,n[a]),delete n[a])}}catch(t){e={error:t}}finally{try{l&&!l.done&&(i=s.return)&&i.call(s)}finally{if(e)throw e.error}}return r.setProperty("collapse-marker",t.getProperty("collapse-marker")),r.setProperty("collapse-complexity",t.getProperty("collapse-complexity")),t.removeProperty("collapse-marker"),t.removeProperty("collapse-complexity"),r},t.NOCOLLAPSE=1e7,t}();e.Collapse=r},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.APPEND=MathJax._.util.Options.APPEND,e.REMOVE=MathJax._.util.Options.REMOVE,e.Expandable=MathJax._.util.Options.Expandable,e.expandable=MathJax._.util.Options.expandable,e.makeArray=MathJax._.util.Options.makeArray,e.keys=MathJax._.util.Options.keys,e.copy=MathJax._.util.Options.copy,e.insert=MathJax._.util.Options.insert,e.defaultOptions=MathJax._.util.Options.defaultOptions,e.userOptions=MathJax._.util.Options.userOptions,e.selectOptions=MathJax._.util.Options.selectOptions,e.selectOptionsFromKeys=MathJax._.util.Options.selectOptionsFromKeys,e.separateOptions=MathJax._.util.Options.separateOptions},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.sreReady=MathJax._.a11y.sre.sreReady},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.protoItem=MathJax._.core.MathItem.protoItem,e.AbstractMathItem=MathJax._.core.MathItem.AbstractMathItem,e.STATE=MathJax._.core.MathItem.STATE,e.newState=MathJax._.core.MathItem.newState},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.MmlVisitor=MathJax._.core.MmlTree.MmlVisitor.MmlVisitor},function(t,e,i){"use strict";i.r(e);var o=i(0),r=i(1),n=i(4),s=i(3),l=i(2),a=i(6);Object(o.combineWithMathJax)({_:{a11y:{complexity_ts:r,complexity:{collapse:n,visitor:s},"semantic-enrich":l,sre:a}}}),MathJax.startup&&(MathJax.startup.extendHandler((function(t){return Object(r.ComplexityHandler)(t)})),Object(o.combineDefaults)(MathJax.config,"options",MathJax.config["a11y/complexity"]||{}))}]);
@@ -0,0 +1 @@
1
+ !function(t){var e={};function o(r){if(e[r])return e[r].exports;var n=e[r]={i:r,l:!1,exports:{}};return t[r].call(n.exports,n,n.exports,o),n.l=!0,n.exports}o.m=t,o.c=e,o.d=function(t,e,r){o.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},o.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},o.t=function(t,e){if(1&e&&(t=o(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(o.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)o.d(r,n,function(e){return t[e]}.bind(null,n));return r},o.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return o.d(e,"a",e),e},o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},o.p="",o(o.s=14)}([function(t,e,o){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.sreReady=MathJax._.a11y.sre.sreReady},function(t,e,o){"use strict";var r=this&&this.__read||function(t,e){var o="function"==typeof Symbol&&t[Symbol.iterator];if(!o)return t;var r,n,i=o.call(t),a=[];try{for(;(void 0===e||e-- >0)&&!(r=i.next()).done;)a.push(r.value)}catch(t){n={error:t}}finally{try{r&&!r.done&&(o=i.return)&&o.call(i)}finally{if(n)throw n.error}}return a},n=this&&this.__spread||function(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(r(arguments[e]));return t},i=this&&this.__values||function(t){var e="function"==typeof Symbol&&Symbol.iterator,o=e&&t[e],r=0;if(o)return o.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(e,"__esModule",{value:!0}),e.AbstractExplorer=void 0,o(0);var a=function(){function t(t,e,o){for(var r=[],n=3;n<arguments.length;n++)r[n-3]=arguments[n];this.document=t,this.region=e,this.node=o,this.stoppable=!0,this.events=[],this.highlighter=this.getHighlighter(),this._active=!1}return t.stopEvent=function(t){t.preventDefault?t.preventDefault():t.returnValue=!1,t.stopImmediatePropagation?t.stopImmediatePropagation():t.stopPropagation&&t.stopPropagation(),t.cancelBubble=!0},t.create=function(t,e,o){for(var r=[],i=3;i<arguments.length;i++)r[i-3]=arguments[i];var a=new(this.bind.apply(this,n([void 0,t,e,o],r)));return a},t.prototype.Events=function(){return this.events},Object.defineProperty(t.prototype,"active",{get:function(){return this._active},set:function(t){this._active=t},enumerable:!1,configurable:!0}),t.prototype.Attach=function(){this.AddEvents()},t.prototype.Detach=function(){this.RemoveEvents()},t.prototype.Start=function(){this.highlighter=this.getHighlighter(),this.active=!0},t.prototype.Stop=function(){this.active&&(this.region.Clear(),this.region.Hide(),this.active=!1)},t.prototype.AddEvents=function(){var t,e;try{for(var o=i(this.events),n=o.next();!n.done;n=o.next()){var a=r(n.value,2),s=a[0],l=a[1];this.node.addEventListener(s,l)}}catch(e){t={error:e}}finally{try{n&&!n.done&&(e=o.return)&&e.call(o)}finally{if(t)throw t.error}}},t.prototype.RemoveEvents=function(){var t,e;try{for(var o=i(this.events),n=o.next();!n.done;n=o.next()){var a=r(n.value,2),s=a[0],l=a[1];this.node.removeEventListener(s,l)}}catch(e){t={error:e}}finally{try{n&&!n.done&&(e=o.return)&&e.call(o)}finally{if(t)throw t.error}}},t.prototype.Update=function(t){void 0===t&&(t=!1)},t.prototype.getHighlighter=function(){var t=this.document.options.a11y,e={color:t.foregroundColor.toLowerCase(),alpha:t.foregroundOpacity/100},o={color:t.backgroundColor.toLowerCase(),alpha:t.backgroundOpacity/100};return sre.HighlighterFactory.highlighter(o,e,{renderer:this.document.outputJax.name,browser:"v3"})},t.prototype.stopEvent=function(e){this.stoppable&&t.stopEvent(e)},t}();e.AbstractExplorer=a},function(t,e,o){"use strict";var r,n,i,a,s=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)e.hasOwnProperty(o)&&(t[o]=e[o])})(t,e)},function(t,e){function o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.HoverRegion=e.LiveRegion=e.ToolTip=e.StringRegion=e.DummyRegion=e.AbstractRegion=void 0;var l=o(13);o(0);var c=function(){function t(t){this.document=t,this.CLASS=this.constructor,this.AddStyles(),this.AddElement()}return t.prototype.AddStyles=function(){if(!this.CLASS.styleAdded){var t=this.document.adaptor.node("style");t.innerHTML=this.CLASS.style.cssText,this.document.adaptor.head(this.document.adaptor.document).appendChild(t),this.CLASS.styleAdded=!0}},t.prototype.AddElement=function(){var t=this.document.adaptor.node("div");t.classList.add(this.CLASS.className),t.style.backgroundColor="white",this.div=t,this.inner=this.document.adaptor.node("div"),this.div.appendChild(this.inner),this.document.adaptor.body(this.document.adaptor.document).appendChild(this.div)},t.prototype.Show=function(t,e){this.position(t),this.highlight(e),this.div.classList.add(this.CLASS.className+"_Show")},t.prototype.Hide=function(){this.div.classList.remove(this.CLASS.className+"_Show")},t.prototype.stackRegions=function(t){for(var e=t.getBoundingClientRect(),o=0,r=Number.POSITIVE_INFINITY,n=this.document.adaptor.document.getElementsByClassName(this.CLASS.className+"_Show"),i=0,a=void 0;a=n[i];i++)a!==this.div&&(o=Math.max(a.getBoundingClientRect().bottom,o),r=Math.min(a.getBoundingClientRect().left,r));var s=(o||e.bottom+10)+window.pageYOffset,l=(r<Number.POSITIVE_INFINITY?r:e.left)+window.pageXOffset;this.div.style.top=s+"px",this.div.style.left=l+"px"},t.styleAdded=!1,t}();e.AbstractRegion=c;var h=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return s(e,t),e.prototype.Clear=function(){},e.prototype.Update=function(){},e.prototype.Hide=function(){},e.prototype.Show=function(){},e.prototype.AddElement=function(){},e.prototype.AddStyles=function(){},e.prototype.position=function(){},e.prototype.highlight=function(t){},e}(c);e.DummyRegion=h;var u=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return s(e,t),e.prototype.Clear=function(){this.Update(""),this.inner.style.top="",this.inner.style.backgroundColor=""},e.prototype.Update=function(t){this.inner.textContent="",this.inner.textContent=t},e.prototype.position=function(t){this.stackRegions(t)},e.prototype.highlight=function(t){var e=t.colorString();this.inner.style.backgroundColor=e.background,this.inner.style.color=e.foreground},e}(c);e.StringRegion=u;var p=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return s(e,t),e.className="MJX_ToolTip",e.style=new l.CssStyles(((n={})["."+e.className]={position:"absolute",display:"inline-block",height:"1px",width:"1px"},n["."+e.className+"_Show"]={width:"auto",height:"auto",opacity:1,"text-align":"center","border-radius":"6px",padding:"0px 0px","border-bottom":"1px dotted black",position:"absolute","z-index":202},n)),e}(u);e.ToolTip=p;var d=function(t){function e(e){var o=t.call(this,e)||this;return o.document=e,o.div.setAttribute("aria-live","assertive"),o}return s(e,t),e.className="MJX_LiveRegion",e.style=new l.CssStyles(((i={})["."+e.className]={position:"absolute",top:"0",height:"1px",width:"1px",padding:"1px",overflow:"hidden"},i["."+e.className+"_Show"]={top:"0",position:"absolute",width:"auto",height:"auto",padding:"0px 0px",opacity:1,"z-index":"202",left:0,right:0,margin:"0 auto","background-color":"rgba(0, 0, 255, 0.2)","box-shadow":"0px 10px 20px #888",border:"2px solid #CCCCCC"},i)),e}(u);e.LiveRegion=d;var f=function(t){function e(e){var o=t.call(this,e)||this;return o.document=e,o.inner.style.lineHeight="0",o}return s(e,t),e.prototype.position=function(t){var e,o=t.getBoundingClientRect(),r=this.div.getBoundingClientRect(),n=o.left+o.width/2-r.width/2;switch(n=n<0?0:n,n+=window.pageXOffset,this.document.options.a11y.align){case"top":e=o.top-r.height-10;break;case"bottom":e=o.bottom+10;break;case"center":default:e=o.top+o.height/2-r.height/2}e=(e+=window.pageYOffset)<0?0:e,this.div.style.top=e+"px",this.div.style.left=n+"px"},e.prototype.highlight=function(t){if(!this.inner.firstChild||this.inner.firstChild.hasAttribute("sre-highlight")){var e=t.colorString();this.inner.style.backgroundColor=e.background,this.inner.style.color=e.foreground}},e.prototype.Show=function(e,o){this.div.style.fontSize=this.document.options.a11y.magnify,this.Update(e),t.prototype.Show.call(this,e,o)},e.prototype.Clear=function(){this.inner.textContent="",this.inner.style.top="",this.inner.style.backgroundColor=""},e.prototype.Update=function(t){this.Clear();var e=this.cloneNode(t);this.inner.appendChild(e)},e.prototype.cloneNode=function(t){var e=t.cloneNode(!0);if("MJX-CONTAINER"!==e.nodeName){"g"!==e.nodeName&&(e.style.marginLeft=e.style.marginRight="0");for(var o=t;o&&"MJX-CONTAINER"!==o.nodeName;)o=o.parentNode;if("MJX-MATH"!==e.nodeName&&"svg"!==e.nodeName)if("svg"===(e=o.firstChild.cloneNode(!1).appendChild(e).parentNode).nodeName){e.firstChild.setAttribute("transform","matrix(1 0 0 -1 0 0)");var r=parseFloat(e.getAttribute("viewBox").split(/ /)[2]),n=parseFloat(e.getAttribute("width")),i=t.getBBox(),a=i.x,s=i.y,l=i.width,c=i.height;e.setAttribute("viewBox",[a,-(s+c),l,c].join(" ")),e.removeAttribute("style"),e.setAttribute("width",n/r*l+"ex"),e.setAttribute("height",n/r*c+"ex"),o.setAttribute("sre-highlight","false")}(e=o.cloneNode(!1).appendChild(e).parentNode).style.margin="0"}return e},e.className="MJX_HoverRegion",e.style=new l.CssStyles(((a={})["."+e.className]={position:"absolute",height:"1px",width:"1px",padding:"1px",overflow:"hidden"},a["."+e.className+"_Show"]={position:"absolute",width:"max-content",height:"auto",padding:"0px 0px",opacity:1,"z-index":"202",margin:"0 auto","background-color":"rgba(0, 0, 255, 0.2)","box-shadow":"0px 10px 20px #888",border:"2px solid #CCCCCC"},a)),e}(c);e.HoverRegion=f},function(t,e,o){"use strict";var r,n=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)e.hasOwnProperty(o)&&(t[o]=e[o])})(t,e)},function(t,e){function o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),i=this&&this.__assign||function(){return(i=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var n in e=arguments[o])Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}).apply(this,arguments)},a=this&&this.__values||function(t){var e="function"==typeof Symbol&&Symbol.iterator,o=e&&t[e],r=0;if(o)return o.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},s=this&&this.__read||function(t,e){var o="function"==typeof Symbol&&t[Symbol.iterator];if(!o)return t;var r,n,i=o.call(t),a=[];try{for(;(void 0===e||e-- >0)&&!(r=i.next()).done;)a.push(r.value)}catch(t){n={error:t}}finally{try{r&&!r.done&&(o=i.return)&&o.call(i)}finally{if(n)throw n.error}}return a},l=this&&this.__spread||function(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(s(arguments[e]));return t};Object.defineProperty(e,"__esModule",{value:!0}),e.setA11yOption=e.setA11yOptions=e.ExplorerHandler=e.ExplorerMathDocumentMixin=e.ExplorerMathItemMixin=void 0;var c=o(8),h=o(9),u=o(10),p=o(11),d=o(12),f=o(5),y=o(6),v=o(7),g=o(2);function m(t,e){return function(t){function o(){var e=null!==t&&t.apply(this,arguments)||this;return e.explorers={},e.attached=[],e.restart=!1,e.refocus=!1,e.savedId=null,e}return n(o,t),o.prototype.explorable=function(t,o){if(void 0===o&&(o=!1),!(this.state()>=c.STATE.EXPLORER)){if(!this.isEscaped&&(t.options.enableExplorer||o)){var r=this.typesetRoot,n=e(this.root);this.savedId&&(this.typesetRoot.setAttribute("sre-explorer-id",this.savedId),this.savedId=null),this.explorers=function(t,e,o){var r,n,i={};try{for(var s=a(Object.keys(_)),l=s.next();!l.done;l=s.next()){var c=l.value;i[c]=_[c](t,e,o)}}catch(t){r={error:t}}finally{try{l&&!l.done&&(n=s.return)&&n.call(s)}finally{if(r)throw r.error}}return i}(t,r,n),this.attachExplorers(t)}this.state(c.STATE.EXPLORER)}},o.prototype.attachExplorers=function(t){var e,o;this.attached=[];try{for(var r=a(Object.keys(this.explorers)),n=r.next();!n.done;n=r.next()){var i=n.value,s=this.explorers[i];t.options.a11y[i]?(s.Attach(),this.attached.push(s)):s.Detach()}}catch(t){e={error:t}}finally{try{n&&!n.done&&(o=r.return)&&o.call(r)}finally{if(e)throw e.error}}this.addExplorers(this.attached)},o.prototype.rerender=function(e,o){var r,n;void 0===o&&(o=c.STATE.RERENDER),this.savedId=this.typesetRoot.getAttribute("sre-explorer-id"),this.refocus=window.document.activeElement===this.typesetRoot;try{for(var i=a(this.attached),s=i.next();!s.done;s=i.next()){var l=s.value;l.active&&(this.restart=!0,l.Stop())}}catch(t){r={error:t}}finally{try{s&&!s.done&&(n=i.return)&&n.call(i)}finally{if(r)throw r.error}}t.prototype.rerender.call(this,e,o)},o.prototype.updateDocument=function(e){t.prototype.updateDocument.call(this,e),this.refocus&&this.typesetRoot.focus(),this.restart&&this.attached.forEach((function(t){return t.Start()})),this.refocus=this.restart=!1},o.prototype.addExplorers=function(t){var e,o;if(!(t.length<=1)){var r=null;try{for(var n=a(this.attached),i=n.next();!i.done;i=n.next()){var s=i.value;s instanceof f.AbstractKeyExplorer&&(s.stoppable=!1,r=s)}}catch(t){e={error:t}}finally{try{i&&!i.done&&(o=n.return)&&o.call(n)}finally{if(e)throw e.error}}r&&(r.stoppable=!0)}},o}(t)}function b(t){var e;return(e=function(t){function e(){for(var e=[],o=0;o<arguments.length;o++)e[o]=arguments[o];var r=t.apply(this,l(e))||this,n=r.constructor.ProcessBits;n.has("explorer")||n.allocate("explorer");var i=new p.SerializedMmlVisitor(r.mmlFactory),a=function(t){return i.visitTree(t)};return r.options.MathItem=m(r.options.MathItem,a),r.explorerRegions=x(r),r}return n(e,t),e.prototype.explorable=function(){var t,e;if(!this.processed.isSet("explorer")){if(this.options.enableExplorer)try{for(var o=a(this.math),r=o.next();!r.done;r=o.next()){r.value.explorable(this)}}catch(e){t={error:e}}finally{try{r&&!r.done&&(e=o.return)&&e.call(o)}finally{if(t)throw t.error}}this.processed.set("explorer")}return this},e.prototype.state=function(e,o){return void 0===o&&(o=!1),t.prototype.state.call(this,e,o),e<c.STATE.EXPLORER&&this.processed.clear("explorer"),this},e}(t)).OPTIONS=i(i({},t.OPTIONS),{enrichSpeech:"shallow",enableExplorer:!0,renderActions:u.expandable(i(i({},t.OPTIONS.renderActions),{explorable:[c.STATE.EXPLORER]})),a11y:{align:"top",backgroundColor:"Blue",backgroundOpacity:20,braille:!1,flame:!1,foregroundColor:"Black",foregroundOpacity:100,highlight:"None",hover:!1,infoPrefix:!1,infoRole:!1,infoType:!1,keyMagnifier:!1,locale:"en",magnification:"None",magnify:"400%",mouseMagnifier:!1,speech:!0,speechRules:"mathspeak-default",subtitles:!0,treeColoring:!1,viewBraille:!1}}),e}function x(t){return{speechRegion:new g.LiveRegion(t),brailleRegion:new g.LiveRegion(t),magnifier:new g.HoverRegion(t),tooltip1:new g.ToolTip(t),tooltip2:new g.ToolTip(t),tooltip3:new g.ToolTip(t)}}c.newState("EXPLORER",160),e.ExplorerMathItemMixin=m,e.ExplorerMathDocumentMixin=b,e.ExplorerHandler=function(t,e){return void 0===e&&(e=null),!t.documentClass.prototype.enrich&&e&&(t=h.EnrichHandler(t,e)),t.documentClass=b(t.documentClass),t};var _={speech:function(t,e){for(var o,r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var i=(o=f.SpeechExplorer).create.apply(o,l([t,t.explorerRegions.speechRegion,e],r)),a=s(t.options.a11y.speechRules.split("-"),2),c=a[0],h=a[1];return i.speechGenerator.setOptions({locale:t.options.a11y.locale,domain:c,style:h,modality:"speech",cache:!1}),i.showRegion="subtitles",i},braille:function(t,e){for(var o,r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var i=(o=f.SpeechExplorer).create.apply(o,l([t,t.explorerRegions.brailleRegion,e],r));return i.speechGenerator.setOptions({locale:"nemeth",domain:"default",style:"default",modality:"braille"}),i.showRegion="viewBraille",i},keyMagnifier:function(t,e){for(var o,r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];return(o=f.Magnifier).create.apply(o,l([t,t.explorerRegions.magnifier,e],r))},mouseMagnifier:function(t,e){for(var o=[],r=2;r<arguments.length;r++)o[r-2]=arguments[r];return y.ContentHoverer.create(t,t.explorerRegions.magnifier,e,(function(t){return t.hasAttribute("data-semantic-type")}),(function(t){return t}))},hover:function(t,e){for(var o=[],r=2;r<arguments.length;r++)o[r-2]=arguments[r];return y.FlameHoverer.create(t,null,e)},infoType:function(t,e){for(var o=[],r=2;r<arguments.length;r++)o[r-2]=arguments[r];return y.ValueHoverer.create(t,t.explorerRegions.tooltip1,e,(function(t){return t.hasAttribute("data-semantic-type")}),(function(t){return t.getAttribute("data-semantic-type")}))},infoRole:function(t,e){for(var o=[],r=2;r<arguments.length;r++)o[r-2]=arguments[r];return y.ValueHoverer.create(t,t.explorerRegions.tooltip2,e,(function(t){return t.hasAttribute("data-semantic-role")}),(function(t){return t.getAttribute("data-semantic-role")}))},infoPrefix:function(t,e){for(var o=[],r=2;r<arguments.length;r++)o[r-2]=arguments[r];return y.ValueHoverer.create(t,t.explorerRegions.tooltip3,e,(function(t){return t.hasAttribute("data-semantic-prefix")}),(function(t){return t.getAttribute("data-semantic-prefix")}))},flame:function(t,e){for(var o=[],r=2;r<arguments.length;r++)o[r-2]=arguments[r];return v.FlameColorer.create(t,null,e)},treeColoring:function(t,e){for(var o=[],r=2;r<arguments.length;r++)o[r-2]=arguments[r];return v.TreeColorer.create.apply(v.TreeColorer,l([t,null,e],o))}};function M(t,e,o){switch(e){case"magnification":switch(o){case"None":t.options.a11y.magnification=o,t.options.a11y.keyMagnifier=!1,t.options.a11y.mouseMagnifier=!1;break;case"Keyboard":t.options.a11y.magnification=o,t.options.a11y.keyMagnifier=!0,t.options.a11y.mouseMagnifier=!1;break;case"Mouse":t.options.a11y.magnification=o,t.options.a11y.keyMagnifier=!1,t.options.a11y.mouseMagnifier=!0}break;case"highlight":switch(o){case"None":t.options.a11y.highlight=o,t.options.a11y.hover=!1,t.options.a11y.flame=!1;break;case"Hover":t.options.a11y.highlight=o,t.options.a11y.hover=!0,t.options.a11y.flame=!1;break;case"Flame":t.options.a11y.highlight=o,t.options.a11y.hover=!1,t.options.a11y.flame=!0}break;default:t.options.a11y[e]=o}}e.setA11yOptions=function(t,e){var o,r;for(var n in e)void 0!==t.options.a11y[n]&&M(t,n,e[n]);try{for(var i=a(t.math),s=i.next();!s.done;s=i.next()){s.value.attachExplorers(t)}}catch(t){o={error:t}}finally{try{s&&!s.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}},e.setA11yOption=M;var S={},O=function(t,e){var o,r,n=sre.ClearspeakPreferences.getLocalePreferences()[e];if(!n){var i=t.findID("Accessibility","Speech","Clearspeak");return i&&i.disable(),null}!function(t,e){var o,r,n=t.pool.lookup("speechRules"),i=function(e){if(S[e])return"continue";t.factory.get("variable")(t.factory,{name:"csprf_"+e,setter:function(t){S[e]=t,n.setValue("clearspeak-"+sre.ClearspeakPreferences.addPreference(sre.Engine.DOMAIN_TO_STYLES.clearspeak,e,t))},getter:function(){return S[e]||"Auto"}},t.pool)};try{for(var s=a(e),l=s.next();!l.done;l=s.next())i(l.value)}catch(t){o={error:t}}finally{try{l&&!l.done&&(r=s.return)&&r.call(s)}finally{if(o)throw o.error}}}(t,Object.keys(n));var s=[],l=function(t){s.push({title:t,values:n[t].map((function(e){return e.replace(RegExp("^"+t+"_"),"")})),variable:"csprf_"+t})};try{for(var c=a(Object.getOwnPropertyNames(n)),h=c.next();!h.done;h=c.next()){l(h.value)}}catch(t){o={error:t}}finally{try{h&&!h.done&&(r=c.return)&&r.call(c)}finally{if(o)throw o.error}}var u=t.factory.get("selectionBox")(t.factory,{title:"Clearspeak Preferences",signature:"",order:"alphabetic",grid:"square",selections:s},t);return{type:"command",id:"ClearspeakPreferences",content:"Select Preferences",action:function(){return u.post(0,0)}}};d.MJContextMenu.DynamicSubmenus.set("Clearspeak",(function(t,e){var o=t.pool.lookup("locale").getValue(),r=O(t,o),n=sre.ClearspeakPreferences.smartPreferences(t.mathItem,o);return r&&n.splice(2,0,r),t.factory.get("subMenu")(t.factory,{items:n,id:"Clearspeak"},e)}));var w={de:"German",en:"English",es:"Spanish",fr:"French"};d.MJContextMenu.DynamicSubmenus.set("A11yLanguage",(function(t,e){var o,r,n=[];try{for(var i=a(sre.Variables.LOCALES),s=i.next();!s.done;s=i.next()){var l=s.value;"nemeth"!==l&&n.push({type:"radio",id:l,content:w[l]||l,variable:"locale"})}}catch(t){o={error:t}}finally{try{s&&!s.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return n.sort((function(t,e){return t.content.localeCompare(e.content,"en")})),t.factory.get("subMenu")(t.factory,{items:n,id:"Language"},e)}))},function(t,e,o){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.isObject=MathJax._.components.global.isObject,e.combineConfig=MathJax._.components.global.combineConfig,e.combineDefaults=MathJax._.components.global.combineDefaults,e.combineWithMathJax=MathJax._.components.global.combineWithMathJax,e.MathJax=MathJax._.components.global.MathJax},function(t,e,o){"use strict";var r,n=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)e.hasOwnProperty(o)&&(t[o]=e[o])})(t,e)},function(t,e){function o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),i=this&&this.__read||function(t,e){var o="function"==typeof Symbol&&t[Symbol.iterator];if(!o)return t;var r,n,i=o.call(t),a=[];try{for(;(void 0===e||e-- >0)&&!(r=i.next()).done;)a.push(r.value)}catch(t){n={error:t}}finally{try{r&&!r.done&&(o=i.return)&&o.call(i)}finally{if(n)throw n.error}}return a};Object.defineProperty(e,"__esModule",{value:!0}),e.Magnifier=e.SpeechExplorer=e.AbstractKeyExplorer=void 0;var a=o(1),s=o(0),l=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.events=t.prototype.Events.call(e).concat([["keydown",e.KeyDown.bind(e)],["focusin",e.FocusIn.bind(e)],["focusout",e.FocusOut.bind(e)]]),e.oldIndex=null,e}return n(e,t),e.prototype.FocusIn=function(t){},e.prototype.FocusOut=function(t){this.Stop()},e.prototype.Update=function(t){void 0===t&&(t=!1),(this.active||t)&&(this.highlighter.unhighlight(),this.highlighter.highlight(this.walker.getFocus(!0).getNodes()))},e.prototype.Attach=function(){t.prototype.Attach.call(this),this.oldIndex=this.node.tabIndex,this.node.tabIndex=1,this.node.setAttribute("role","application")},e.prototype.Detach=function(){this.node.tabIndex=this.oldIndex,this.oldIndex=null,this.node.removeAttribute("role"),t.prototype.Detach.call(this)},e.prototype.Stop=function(){this.active&&(this.highlighter.unhighlight(),this.walker.deactivate()),t.prototype.Stop.call(this)},e}(a.AbstractExplorer);e.AbstractKeyExplorer=l;var c=function(t){function e(e,o,r,n){var i=t.call(this,e,o,r)||this;return i.document=e,i.region=o,i.node=r,i.mml=n,i.showRegion="subtitles",i.init=!1,i.restarted=!1,i.initWalker(),i}return n(e,t),e.prototype.Start=function(){var e=this,o=this.getOptions();if(!this.init)return this.init=!0,void s.sreReady().then((function(){SRE.engineSetup().locale!==o.locale&&SRE.setupEngine({locale:o.locale}),s.sreReady().then((function(){e.Speech(e.walker),e.Start()}))})).catch((function(t){return console.log(t.message)}));t.prototype.Start.call(this),this.speechGenerator=sre.SpeechGeneratorFactory.generator("Direct"),this.speechGenerator.setOptions(o),this.walker=sre.WalkerFactory.walker("table",this.node,this.speechGenerator,this.highlighter,this.mml),this.walker.activate(),this.Update(),this.document.options.a11y[this.showRegion]&&this.region.Show(this.node,this.highlighter),this.restarted=!0},e.prototype.Update=function(e){void 0===e&&(e=!1),t.prototype.Update.call(this,e),this.region.Update(this.walker.speech());var o=this.speechGenerator.getOptions();"speech"===o.modality&&(this.document.options.a11y.speechRules=o.domain+"-"+o.style)},e.prototype.Speech=function(t){t.speech(),this.node.setAttribute("hasspeech","true"),this.Update(),this.restarted&&this.document.options.a11y[this.showRegion]&&this.region.Show(this.node,this.highlighter)},e.prototype.KeyDown=function(t){var e=t.keyCode;return 27===e?(this.Stop(),void this.stopEvent(t)):this.active?(this.Move(e),void this.stopEvent(t)):void((32===e&&t.shiftKey||13===e)&&(this.Start(),this.stopEvent(t)))},e.prototype.Move=function(t){this.walker.move(t),this.Update()},e.prototype.initWalker=function(){this.speechGenerator=sre.SpeechGeneratorFactory.generator("Tree");var t=sre.WalkerFactory.walker("dummy",this.node,this.speechGenerator,this.highlighter,this.mml);this.walker=t},e.prototype.getOptions=function(){var t=this.speechGenerator.getOptions(),e=i(this.document.options.a11y.speechRules.split("-"),2),o=e[0],r=e[1];return"speech"!==t.modality||t.locale===this.document.options.a11y.locale&&t.domain===o&&t.style===r||(t.domain=o,t.style=r,t.locale=this.document.options.a11y.locale,this.walker.update(t)),t},e}(l);e.SpeechExplorer=c;var h=function(t){function e(e,o,r,n){var i=t.call(this,e,o,r)||this;return i.document=e,i.region=o,i.node=r,i.mml=n,i.walker=sre.WalkerFactory.walker("table",i.node,sre.SpeechGeneratorFactory.generator("Dummy"),i.highlighter,i.mml),i}return n(e,t),e.prototype.Update=function(e){void 0===e&&(e=!1),t.prototype.Update.call(this,e),this.showFocus()},e.prototype.Start=function(){t.prototype.Start.call(this),this.region.Show(this.node,this.highlighter),this.walker.activate(),this.Update()},e.prototype.showFocus=function(){var t=this.walker.getFocus().getNodes()[0];this.region.Show(t,this.highlighter)},e.prototype.Move=function(t){this.walker.move(t)&&this.Update()},e.prototype.KeyDown=function(t){var e=t.keyCode;return 27===e?(this.Stop(),void this.stopEvent(t)):this.active&&13!==e?(this.Move(e),void this.stopEvent(t)):void((32===e&&t.shiftKey||13===e)&&(this.Start(),this.stopEvent(t)))},e}(l);e.Magnifier=h},function(t,e,o){"use strict";var r,n=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)e.hasOwnProperty(o)&&(t[o]=e[o])})(t,e)},function(t,e){function o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),i=this&&this.__read||function(t,e){var o="function"==typeof Symbol&&t[Symbol.iterator];if(!o)return t;var r,n,i=o.call(t),a=[];try{for(;(void 0===e||e-- >0)&&!(r=i.next()).done;)a.push(r.value)}catch(t){n={error:t}}finally{try{r&&!r.done&&(o=i.return)&&o.call(i)}finally{if(n)throw n.error}}return a};Object.defineProperty(e,"__esModule",{value:!0}),e.FlameHoverer=e.ContentHoverer=e.ValueHoverer=e.Hoverer=e.AbstractMouseExplorer=void 0;var a=o(2),s=o(1);o(0);var l=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.events=t.prototype.Events.call(e).concat([["mouseover",e.MouseOver.bind(e)],["mouseout",e.MouseOut.bind(e)]]),e}return n(e,t),e.prototype.MouseOver=function(t){this.Start()},e.prototype.MouseOut=function(t){this.Stop()},e}(s.AbstractExplorer);e.AbstractMouseExplorer=l;var c=function(t){function e(e,o,r,n,i){var a=t.call(this,e,o,r)||this;return a.document=e,a.region=o,a.node=r,a.nodeQuery=n,a.nodeAccess=i,a}return n(e,t),e.prototype.MouseOut=function(e){e.clientX===this.coord[0]&&e.clientY===this.coord[1]||(this.highlighter.unhighlight(),this.region.Hide(),t.prototype.MouseOut.call(this,e))},e.prototype.MouseOver=function(e){t.prototype.MouseOver.call(this,e);var o=e.target;this.coord=[e.clientX,e.clientY];var r=i(this.getNode(o),2),n=r[0],a=r[1];n&&(this.highlighter.unhighlight(),this.highlighter.highlight([n]),this.region.Update(a),this.region.Show(n,this.highlighter))},e.prototype.getNode=function(t){for(var e=t;t&&t!==this.node;){if(this.nodeQuery(t))return[t,this.nodeAccess(t)];t=t.parentNode}for(t=e;t;){if(this.nodeQuery(t))return[t,this.nodeAccess(t)];var o=t.childNodes[0];t=o&&"defs"===o.tagName?t.childNodes[1]:o}return[null,null]},e}(l);e.Hoverer=c;var h=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e}(c);e.ValueHoverer=h;var u=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e}(c);e.ContentHoverer=u;var p=function(t){function e(e,o,r){var n=t.call(this,e,new a.DummyRegion(e),r,(function(t){return n.highlighter.isMactionNode(t)}),(function(){}))||this;return n.document=e,n.node=r,n}return n(e,t),e}(c);e.FlameHoverer=p},function(t,e,o){"use strict";var r,n=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)e.hasOwnProperty(o)&&(t[o]=e[o])})(t,e)},function(t,e){function o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.TreeColorer=e.FlameColorer=e.AbstractTreeExplorer=void 0;var i=o(1);o(0);var a=function(t){function e(e,o,r,n){var i=t.call(this,e,null,r)||this;return i.document=e,i.region=o,i.node=r,i.mml=n,i.stoppable=!1,i}return n(e,t),e.prototype.Attach=function(){t.prototype.Attach.call(this),this.Start()},e.prototype.Detach=function(){this.Stop(),t.prototype.Detach.call(this)},e}(i.AbstractExplorer);e.AbstractTreeExplorer=a;var s=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.Start=function(){this.active||(this.active=!0,this.highlighter.highlightAll(this.node))},e.prototype.Stop=function(){this.active&&this.highlighter.unhighlightAll(this.node),this.active=!1},e}(a);e.FlameColorer=s;var l=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.Start=function(){if(!this.active){this.active=!0;var t=sre.SpeechGeneratorFactory.generator("Color");this.node.hasAttribute("hasforegroundcolor")||(t.generateSpeech(this.node,this.mml),this.node.setAttribute("hasforegroundcolor","true")),this.highlighter.colorizeAll(this.node)}},e.prototype.Stop=function(){this.active&&this.highlighter.uncolorizeAll(this.node),this.active=!1},e}(a);e.TreeColorer=l},function(t,e,o){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.protoItem=MathJax._.core.MathItem.protoItem,e.AbstractMathItem=MathJax._.core.MathItem.AbstractMathItem,e.STATE=MathJax._.core.MathItem.STATE,e.newState=MathJax._.core.MathItem.newState},function(t,e,o){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.EnrichedMathItemMixin=MathJax._.a11y["semantic-enrich"].EnrichedMathItemMixin,e.EnrichedMathDocumentMixin=MathJax._.a11y["semantic-enrich"].EnrichedMathDocumentMixin,e.EnrichHandler=MathJax._.a11y["semantic-enrich"].EnrichHandler},function(t,e,o){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.APPEND=MathJax._.util.Options.APPEND,e.REMOVE=MathJax._.util.Options.REMOVE,e.Expandable=MathJax._.util.Options.Expandable,e.expandable=MathJax._.util.Options.expandable,e.makeArray=MathJax._.util.Options.makeArray,e.keys=MathJax._.util.Options.keys,e.copy=MathJax._.util.Options.copy,e.insert=MathJax._.util.Options.insert,e.defaultOptions=MathJax._.util.Options.defaultOptions,e.userOptions=MathJax._.util.Options.userOptions,e.selectOptions=MathJax._.util.Options.selectOptions,e.selectOptionsFromKeys=MathJax._.util.Options.selectOptionsFromKeys,e.separateOptions=MathJax._.util.Options.separateOptions},function(t,e,o){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.DATAMJX=MathJax._.core.MmlTree.SerializedMmlVisitor.DATAMJX,e.toEntity=MathJax._.core.MmlTree.SerializedMmlVisitor.toEntity,e.SerializedMmlVisitor=MathJax._.core.MmlTree.SerializedMmlVisitor.SerializedMmlVisitor},function(t,e,o){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.MJContextMenu=MathJax._.ui.menu.MJContextMenu.MJContextMenu},function(t,e,o){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.CssStyles=MathJax._.util.StyleList.CssStyles},function(t,e,o){"use strict";o.r(e);var r=o(4),n=o(3),i=o(1),a=o(5),s=o(6),l=o(2),c=o(7),h=o(0);Object(r.combineWithMathJax)({_:{a11y:{explorer_ts:n,explorer:{Explorer:i,KeyExplorer:a,MouseExplorer:s,Region:l,TreeExplorer:c},sre:h}}}),MathJax.startup&&MathJax.startup.extendHandler((function(t){return Object(n.ExplorerHandler)(t)}))}]);
@@ -0,0 +1 @@
1
+ !function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)n.d(r,i,function(e){return t[e]}.bind(null,i));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=9)}([function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.sreReady=void 0;var r=n(8),i="undefined"==typeof window?"./a11y/sre-node.js":"../../../speech-rule-engine/lib/sre_browser.js",a="undefined"==typeof sre?r.asyncLoad(i):Promise.resolve();e.sreReady=function(){return new Promise((function(t,e){a.then((function(){var n=(new Date).getTime(),r=function(){sre.Engine.isReady()?t():(new Date).getTime()-n<2e4?setTimeout(r,100):e("Timed out waiting for Speech-Rule-Engine")};r()})).catch((function(t){return e(t.message||t)}))}))}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.isObject=MathJax._.components.global.isObject,e.combineConfig=MathJax._.components.global.combineConfig,e.combineDefaults=MathJax._.components.global.combineDefaults,e.combineWithMathJax=MathJax._.components.global.combineWithMathJax,e.MathJax=MathJax._.components.global.MathJax},function(t,e,n){"use strict";var r,i=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),a=this&&this.__assign||function(){return(a=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var i in e=arguments[n])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t}).apply(this,arguments)},o=this&&this.__values||function(t){var e="function"==typeof Symbol&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},s=this&&this.__read||function(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,i,a=n.call(t),o=[];try{for(;(void 0===e||e-- >0)&&!(r=a.next()).done;)o.push(r.value)}catch(t){i={error:t}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(i)throw i.error}}return o},c=this&&this.__spread||function(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(s(arguments[e]));return t};Object.defineProperty(e,"__esModule",{value:!0}),e.EnrichHandler=e.EnrichedMathDocumentMixin=e.EnrichedMathItemMixin=void 0;var l=n(4),u=n(5),h=n(6),p=n(7),f=n(0),d="none";function y(t,e,n){return function(t){function r(){return null!==t&&t.apply(this,arguments)||this}return i(r,t),r.prototype.serializeMml=function(t){if("outerHTML"in t)return t.outerHTML;if("undefined"!=typeof Element&&"undefined"!=typeof window&&t instanceof Element){var e=window.document.createElement("div");return e.appendChild(t),e.innerHTML}return t.toString()},r.prototype.enrich=function(t,r){if(void 0===r&&(r=!1),!(this.state()>=u.STATE.ENRICHED)){if(!this.isEscaped&&(t.options.enableEnrichment||r)){"undefined"!=typeof sre&&sre.Engine.isReady()||l.mathjax.retryAfter(f.sreReady()),t.options.enrichSpeech!==d&&(SRE.setupEngine({speech:t.options.enrichSpeech}),d=t.options.enrichSpeech);var i=new t.options.MathItem("",e);i.math=this.serializeMml(SRE.toEnriched(n(this.root))),i.display=this.display,i.compile(t),this.root=i.root,this.inputData.originalMml=i.math}this.state(u.STATE.ENRICHED)}},r.prototype.attachSpeech=function(t){var e,n;if(!(this.state()>=u.STATE.ATTACHSPEECH)){var r=this.root.attributes.get("aria-label")||this.getSpeech(this.root);if(r){var i=t.adaptor,a=this.typesetRoot;i.setAttribute(a,"aria-label",r);try{for(var s=o(i.childNodes(a)),c=s.next();!c.done;c=s.next()){var l=c.value;i.setAttribute(l,"aria-hidden","true")}}catch(t){e={error:t}}finally{try{c&&!c.done&&(n=s.return)&&n.call(s)}finally{if(e)throw e.error}}}this.state(u.STATE.ATTACHSPEECH)}},r.prototype.getSpeech=function(t){var e,n,r=t.attributes;if(!r)return"";var i=r.getExplicit("data-semantic-speech");if(!r.getExplicit("data-semantic-parent")&&i)return i;try{for(var a=o(t.childNodes),s=a.next();!s.done;s=a.next()){var c=s.value,l=this.getSpeech(c);if(null!=l)return l}}catch(t){e={error:t}}finally{try{s&&!s.done&&(n=a.return)&&n.call(a)}finally{if(e)throw e.error}}return""},r}(t)}function M(t,e){var n;return(n=function(t){function n(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];var i=t.apply(this,c(n))||this;e.setMmlFactory(i.mmlFactory);var a=i.constructor.ProcessBits;a.has("enriched")||(a.allocate("enriched"),a.allocate("attach-speech"));var o=new h.SerializedMmlVisitor(i.mmlFactory),s=function(t){return o.visitTree(t)};return i.options.MathItem=y(i.options.MathItem,e,s),i}return i(n,t),n.prototype.attachSpeech=function(){var t,e;if(!this.processed.isSet("attach-speech")){try{for(var n=o(this.math),r=n.next();!r.done;r=n.next()){r.value.attachSpeech(this)}}catch(e){t={error:e}}finally{try{r&&!r.done&&(e=n.return)&&e.call(n)}finally{if(t)throw t.error}}this.processed.set("attach-speech")}return this},n.prototype.enrich=function(){var t,e;if(!this.processed.isSet("enriched")){if(this.options.enableEnrichment)try{for(var n=o(this.math),r=n.next();!r.done;r=n.next()){r.value.enrich(this)}}catch(e){t={error:e}}finally{try{r&&!r.done&&(e=n.return)&&e.call(n)}finally{if(t)throw t.error}}this.processed.set("enriched")}return this},n.prototype.state=function(e,n){return void 0===n&&(n=!1),t.prototype.state.call(this,e,n),e<u.STATE.ENRICHED&&this.processed.clear("enriched"),this},n}(t)).OPTIONS=a(a({},t.OPTIONS),{enableEnrichment:!0,enrichSpeech:"none",renderActions:p.expandable(a(a({},t.OPTIONS.renderActions),{enrich:[u.STATE.ENRICHED],attachSpeech:[u.STATE.ATTACHSPEECH]}))}),n}u.newState("ENRICHED",30),u.newState("ATTACHSPEECH",155),e.EnrichedMathItemMixin=y,e.EnrichedMathDocumentMixin=M,e.EnrichHandler=function(t,e){return e.setAdaptor(t.adaptor),t.documentClass=M(t.documentClass,e),t}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.MathML=MathJax._.input.mathml_ts.MathML},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.mathjax=MathJax._.mathjax.mathjax},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.protoItem=MathJax._.core.MathItem.protoItem,e.AbstractMathItem=MathJax._.core.MathItem.AbstractMathItem,e.STATE=MathJax._.core.MathItem.STATE,e.newState=MathJax._.core.MathItem.newState},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.DATAMJX=MathJax._.core.MmlTree.SerializedMmlVisitor.DATAMJX,e.toEntity=MathJax._.core.MmlTree.SerializedMmlVisitor.toEntity,e.SerializedMmlVisitor=MathJax._.core.MmlTree.SerializedMmlVisitor.SerializedMmlVisitor},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.APPEND=MathJax._.util.Options.APPEND,e.REMOVE=MathJax._.util.Options.REMOVE,e.Expandable=MathJax._.util.Options.Expandable,e.expandable=MathJax._.util.Options.expandable,e.makeArray=MathJax._.util.Options.makeArray,e.keys=MathJax._.util.Options.keys,e.copy=MathJax._.util.Options.copy,e.insert=MathJax._.util.Options.insert,e.defaultOptions=MathJax._.util.Options.defaultOptions,e.userOptions=MathJax._.util.Options.userOptions,e.selectOptions=MathJax._.util.Options.selectOptions,e.selectOptionsFromKeys=MathJax._.util.Options.selectOptionsFromKeys,e.separateOptions=MathJax._.util.Options.separateOptions},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.asyncLoad=MathJax._.util.AsyncLoad.asyncLoad},function(t,e,n){"use strict";n.r(e);var r=n(1),i=n(2),a=n(0);Object(r.combineWithMathJax)({_:{a11y:{"semantic-enrich":i,sre:a}}});var o=n(3);MathJax.loader&&Object(r.combineDefaults)(MathJax.config.loader,"a11y/semantic-enrich",{checkReady:function(){return Object(a.sreReady)()}}),MathJax.startup&&MathJax.startup.extendHandler((function(t){return Object(i.EnrichHandler)(t,new o.MathML)}))}]);