@glodon-aiot/react-components 3.3.0-beta.15 → 3.3.0-beta.18

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 (414) hide show
  1. package/dist/es/_virtual/_commonjsHelpers.mjs +8 -0
  2. package/dist/es/_virtual/index.mjs +4 -0
  3. package/dist/es/_virtual/index2.mjs +4 -0
  4. package/dist/es/_virtual/index3.mjs +4 -0
  5. package/dist/es/_virtual/lib.mjs +4 -0
  6. package/dist/es/_virtual/prism-core.mjs +4 -0
  7. package/dist/es/_virtual/types.mjs +4 -0
  8. package/dist/es/_virtual/ua-parser.min.mjs +4 -0
  9. package/dist/es/components/Copy/index.mjs +44 -0
  10. package/dist/es/components/Copy/style.less.mjs +4 -0
  11. package/dist/es/components/Markdown/ATag/index.mjs +47 -0
  12. package/dist/es/components/Markdown/Code/index.mjs +69 -0
  13. package/dist/es/components/Markdown/Image/index.mjs +60 -0
  14. package/dist/es/components/Markdown/Video/index.mjs +22 -0
  15. package/dist/es/components/Markdown/index.mjs +75 -0
  16. package/dist/es/components/Markdown/style.less.mjs +4 -0
  17. package/dist/es/index.mjs +30 -25
  18. package/dist/es/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.mjs +9 -0
  19. package/dist/es/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.mjs +8 -0
  20. package/dist/es/node_modules/@babel/runtime/helpers/esm/defineProperty.mjs +12 -0
  21. package/dist/es/node_modules/@babel/runtime/helpers/esm/extends.mjs +13 -0
  22. package/dist/es/node_modules/@babel/runtime/helpers/esm/iterableToArray.mjs +7 -0
  23. package/dist/es/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.mjs +7 -0
  24. package/dist/es/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.mjs +15 -0
  25. package/dist/es/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.mjs +15 -0
  26. package/dist/es/node_modules/@babel/runtime/helpers/esm/toConsumableArray.mjs +10 -0
  27. package/dist/es/node_modules/@babel/runtime/helpers/esm/toPrimitive.mjs +16 -0
  28. package/dist/es/node_modules/@babel/runtime/helpers/esm/toPropertyKey.mjs +9 -0
  29. package/dist/es/node_modules/@babel/runtime/helpers/esm/typeof.mjs +11 -0
  30. package/dist/es/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.mjs +12 -0
  31. package/dist/es/node_modules/@react-spring/animated/dist/react-spring-animated.esm.mjs +201 -0
  32. package/dist/es/node_modules/@react-spring/core/dist/react-spring-core.esm.mjs +1087 -0
  33. package/dist/es/node_modules/@react-spring/rafz/dist/react-spring-rafz.esm.mjs +104 -0
  34. package/dist/es/node_modules/@react-spring/shared/dist/react-spring-shared.esm.mjs +568 -0
  35. package/dist/es/node_modules/@react-spring/web/dist/react-spring-web.esm.mjs +158 -0
  36. package/dist/es/node_modules/@use-gesture/core/dist/actions-fe213e88.esm.mjs +908 -0
  37. package/dist/es/node_modules/@use-gesture/core/dist/maths-0ab39ae9.esm.mjs +35 -0
  38. package/dist/es/node_modules/@use-gesture/core/dist/use-gesture-core.esm.mjs +242 -0
  39. package/dist/es/node_modules/@use-gesture/react/dist/use-gesture-react.esm.mjs +33 -0
  40. package/dist/es/node_modules/antd-mobile/es/components/config-provider/config-provider.mjs +20 -0
  41. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/image-viewer.css.mjs +4 -0
  42. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/image-viewer.mjs +78 -0
  43. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/index.mjs +14 -0
  44. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/methods.mjs +34 -0
  45. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/slide.mjs +178 -0
  46. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/slides.mjs +83 -0
  47. package/dist/es/node_modules/antd-mobile/es/components/mask/index.mjs +5 -0
  48. package/dist/es/node_modules/antd-mobile/es/components/mask/mask.css.mjs +4 -0
  49. package/dist/es/node_modules/antd-mobile/es/components/mask/mask.mjs +84 -0
  50. package/dist/es/node_modules/antd-mobile/es/components/safe-area/index.mjs +5 -0
  51. package/dist/es/node_modules/antd-mobile/es/components/safe-area/safe-area.css.mjs +4 -0
  52. package/dist/es/node_modules/antd-mobile/es/components/safe-area/safe-area.mjs +9 -0
  53. package/dist/es/node_modules/antd-mobile/es/global/global.css.mjs +4 -0
  54. package/dist/es/node_modules/antd-mobile/es/global/index.mjs +4 -0
  55. package/dist/es/node_modules/antd-mobile/es/locales/zh-CN.mjs +141 -0
  56. package/dist/es/node_modules/antd-mobile/es/utils/attach-properties-to-component.mjs +9 -0
  57. package/dist/es/node_modules/antd-mobile/es/utils/bound.mjs +7 -0
  58. package/dist/es/node_modules/antd-mobile/es/utils/can-use-dom.mjs +4 -0
  59. package/dist/es/node_modules/antd-mobile/es/utils/convert-px.mjs +11 -0
  60. package/dist/es/node_modules/antd-mobile/es/utils/dev-log.mjs +7 -0
  61. package/dist/es/node_modules/antd-mobile/es/utils/get-container.mjs +6 -0
  62. package/dist/es/node_modules/antd-mobile/es/utils/get-scroll-parent.mjs +22 -0
  63. package/dist/es/node_modules/antd-mobile/es/utils/is-dev.mjs +4 -0
  64. package/dist/es/node_modules/antd-mobile/es/utils/matrix.mjs +11 -0
  65. package/dist/es/node_modules/antd-mobile/es/utils/native-props.mjs +12 -0
  66. package/dist/es/node_modules/antd-mobile/es/utils/render-imperatively.mjs +47 -0
  67. package/dist/es/node_modules/antd-mobile/es/utils/render-to-body.mjs +12 -0
  68. package/dist/es/node_modules/antd-mobile/es/utils/render-to-container.mjs +13 -0
  69. package/dist/es/node_modules/antd-mobile/es/utils/render.mjs +52 -0
  70. package/dist/es/node_modules/antd-mobile/es/utils/rubberband.mjs +11 -0
  71. package/dist/es/node_modules/antd-mobile/es/utils/should-render.mjs +10 -0
  72. package/dist/es/node_modules/antd-mobile/es/utils/supports-passive.mjs +15 -0
  73. package/dist/es/node_modules/antd-mobile/es/utils/use-drag-and-pinch.mjs +6 -0
  74. package/dist/es/node_modules/antd-mobile/es/utils/use-initialized.mjs +8 -0
  75. package/dist/es/node_modules/antd-mobile/es/utils/use-lock-scroll.mjs +54 -0
  76. package/dist/es/node_modules/antd-mobile/es/utils/use-touch.mjs +32 -0
  77. package/dist/es/node_modules/antd-mobile/es/utils/with-default-props.mjs +11 -0
  78. package/dist/es/node_modules/antd-mobile/es/utils/with-stop-propagation.mjs +19 -0
  79. package/dist/es/node_modules/character-reference-invalid/index.json.mjs +33 -0
  80. package/dist/es/node_modules/classnames/index.mjs +42 -0
  81. package/dist/es/node_modules/hast-util-parse-selector/index.mjs +14 -0
  82. package/dist/es/node_modules/is-alphabetical/index.mjs +8 -0
  83. package/dist/es/node_modules/is-alphanumerical/index.mjs +9 -0
  84. package/dist/es/node_modules/is-decimal/index.mjs +8 -0
  85. package/dist/es/node_modules/is-hexadecimal/index.mjs +8 -0
  86. package/dist/es/node_modules/parse-entities/decode-entity.browser.mjs +8 -0
  87. package/dist/es/node_modules/parse-entities/index.mjs +83 -0
  88. package/dist/es/node_modules/parse-entities/node_modules/character-entities-legacy/index.json.mjs +217 -0
  89. package/dist/es/node_modules/property-information/find.mjs +25 -0
  90. package/dist/es/node_modules/property-information/html.mjs +10 -0
  91. package/dist/es/node_modules/property-information/lib/aria.mjs +63 -0
  92. package/dist/es/node_modules/property-information/lib/html.mjs +354 -0
  93. package/dist/es/node_modules/property-information/lib/util/case-insensitive-transform.mjs +8 -0
  94. package/dist/es/node_modules/property-information/lib/util/case-sensitive-transform.mjs +7 -0
  95. package/dist/es/node_modules/property-information/lib/util/create.mjs +13 -0
  96. package/dist/es/node_modules/property-information/lib/util/defined-info.mjs +18 -0
  97. package/dist/es/node_modules/property-information/lib/util/info.mjs +19 -0
  98. package/dist/es/node_modules/property-information/lib/util/merge.mjs +11 -0
  99. package/dist/es/node_modules/property-information/lib/util/schema.mjs +10 -0
  100. package/dist/es/node_modules/property-information/lib/util/types.mjs +15 -0
  101. package/dist/es/node_modules/property-information/lib/xlink.mjs +20 -0
  102. package/dist/es/node_modules/property-information/lib/xml.mjs +16 -0
  103. package/dist/es/node_modules/property-information/lib/xmlns.mjs +16 -0
  104. package/dist/es/node_modules/property-information/normalize.mjs +7 -0
  105. package/dist/es/node_modules/react-device-detect/dist/lib.mjs +723 -0
  106. package/dist/es/node_modules/react-syntax-highlighter/dist/esm/checkForListedLanguage.mjs +7 -0
  107. package/dist/es/node_modules/react-syntax-highlighter/dist/esm/create-element.mjs +101 -0
  108. package/dist/es/node_modules/react-syntax-highlighter/dist/esm/highlight.mjs +283 -0
  109. package/dist/es/node_modules/react-syntax-highlighter/dist/esm/languages/prism/supported-languages.mjs +4 -0
  110. package/dist/es/node_modules/react-syntax-highlighter/dist/esm/prism.mjs +10 -0
  111. package/dist/es/node_modules/react-syntax-highlighter/dist/esm/styles/prism/prism.mjs +195 -0
  112. package/dist/es/node_modules/refractor/core.mjs +111 -0
  113. package/dist/es/node_modules/refractor/index.mjs +553 -0
  114. package/dist/es/node_modules/refractor/lang/abap.mjs +60 -0
  115. package/dist/es/node_modules/refractor/lang/abnf.mjs +63 -0
  116. package/dist/es/node_modules/refractor/lang/actionscript.mjs +22 -0
  117. package/dist/es/node_modules/refractor/lang/ada.mjs +28 -0
  118. package/dist/es/node_modules/refractor/lang/agda.mjs +35 -0
  119. package/dist/es/node_modules/refractor/lang/al.mjs +35 -0
  120. package/dist/es/node_modules/refractor/lang/antlr4.mjs +72 -0
  121. package/dist/es/node_modules/refractor/lang/apacheconf.mjs +59 -0
  122. package/dist/es/node_modules/refractor/lang/apex.mjs +69 -0
  123. package/dist/es/node_modules/refractor/lang/apl.mjs +44 -0
  124. package/dist/es/node_modules/refractor/lang/applescript.mjs +26 -0
  125. package/dist/es/node_modules/refractor/lang/aql.mjs +57 -0
  126. package/dist/es/node_modules/refractor/lang/arduino.mjs +20 -0
  127. package/dist/es/node_modules/refractor/lang/arff.mjs +22 -0
  128. package/dist/es/node_modules/refractor/lang/asciidoc.mjs +208 -0
  129. package/dist/es/node_modules/refractor/lang/asm6502.mjs +41 -0
  130. package/dist/es/node_modules/refractor/lang/asmatmel.mjs +53 -0
  131. package/dist/es/node_modules/refractor/lang/aspnet.mjs +53 -0
  132. package/dist/es/node_modules/refractor/lang/autohotkey.mjs +40 -0
  133. package/dist/es/node_modules/refractor/lang/autoit.mjs +43 -0
  134. package/dist/es/node_modules/refractor/lang/avisynth.mjs +167 -0
  135. package/dist/es/node_modules/refractor/lang/avro-idl.mjs +50 -0
  136. package/dist/es/node_modules/refractor/lang/bash.mjs +206 -0
  137. package/dist/es/node_modules/refractor/lang/basic.mjs +29 -0
  138. package/dist/es/node_modules/refractor/lang/batch.mjs +95 -0
  139. package/dist/es/node_modules/refractor/lang/bbcode.mjs +36 -0
  140. package/dist/es/node_modules/refractor/lang/bicep.mjs +72 -0
  141. package/dist/es/node_modules/refractor/lang/birb.mjs +32 -0
  142. package/dist/es/node_modules/refractor/lang/bison.mjs +52 -0
  143. package/dist/es/node_modules/refractor/lang/bnf.mjs +31 -0
  144. package/dist/es/node_modules/refractor/lang/brainfuck.mjs +32 -0
  145. package/dist/es/node_modules/refractor/lang/brightscript.mjs +55 -0
  146. package/dist/es/node_modules/refractor/lang/bro.mjs +39 -0
  147. package/dist/es/node_modules/refractor/lang/bsl.mjs +77 -0
  148. package/dist/es/node_modules/refractor/lang/c.mjs +78 -0
  149. package/dist/es/node_modules/refractor/lang/cfscript.mjs +44 -0
  150. package/dist/es/node_modules/refractor/lang/chaiscript.mjs +65 -0
  151. package/dist/es/node_modules/refractor/lang/cil.mjs +31 -0
  152. package/dist/es/node_modules/refractor/lang/clike.mjs +36 -0
  153. package/dist/es/node_modules/refractor/lang/clojure.mjs +42 -0
  154. package/dist/es/node_modules/refractor/lang/cmake.mjs +41 -0
  155. package/dist/es/node_modules/refractor/lang/cobol.mjs +58 -0
  156. package/dist/es/node_modules/refractor/lang/coffeescript.mjs +86 -0
  157. package/dist/es/node_modules/refractor/lang/concurnas.mjs +69 -0
  158. package/dist/es/node_modules/refractor/lang/coq.mjs +52 -0
  159. package/dist/es/node_modules/refractor/lang/cpp.mjs +98 -0
  160. package/dist/es/node_modules/refractor/lang/crystal.mjs +63 -0
  161. package/dist/es/node_modules/refractor/lang/csharp.mjs +277 -0
  162. package/dist/es/node_modules/refractor/lang/cshtml.mjs +104 -0
  163. package/dist/es/node_modules/refractor/lang/csp.mjs +61 -0
  164. package/dist/es/node_modules/refractor/lang/css-extras.mjs +109 -0
  165. package/dist/es/node_modules/refractor/lang/css.mjs +63 -0
  166. package/dist/es/node_modules/refractor/lang/csv.mjs +16 -0
  167. package/dist/es/node_modules/refractor/lang/cypher.mjs +44 -0
  168. package/dist/es/node_modules/refractor/lang/d.mjs +77 -0
  169. package/dist/es/node_modules/refractor/lang/dart.mjs +72 -0
  170. package/dist/es/node_modules/refractor/lang/dataweave.mjs +49 -0
  171. package/dist/es/node_modules/refractor/lang/dax.mjs +39 -0
  172. package/dist/es/node_modules/refractor/lang/dhall.mjs +74 -0
  173. package/dist/es/node_modules/refractor/lang/diff.mjs +54 -0
  174. package/dist/es/node_modules/refractor/lang/django.mjs +60 -0
  175. package/dist/es/node_modules/refractor/lang/dns-zone-file.mjs +40 -0
  176. package/dist/es/node_modules/refractor/lang/docker.mjs +83 -0
  177. package/dist/es/node_modules/refractor/lang/dot.mjs +75 -0
  178. package/dist/es/node_modules/refractor/lang/ebnf.mjs +32 -0
  179. package/dist/es/node_modules/refractor/lang/editorconfig.mjs +39 -0
  180. package/dist/es/node_modules/refractor/lang/eiffel.mjs +46 -0
  181. package/dist/es/node_modules/refractor/lang/ejs.mjs +33 -0
  182. package/dist/es/node_modules/refractor/lang/elixir.mjs +100 -0
  183. package/dist/es/node_modules/refractor/lang/elm.mjs +54 -0
  184. package/dist/es/node_modules/refractor/lang/erb.mjs +35 -0
  185. package/dist/es/node_modules/refractor/lang/erlang.mjs +47 -0
  186. package/dist/es/node_modules/refractor/lang/etlua.mjs +33 -0
  187. package/dist/es/node_modules/refractor/lang/excel-formula.mjs +74 -0
  188. package/dist/es/node_modules/refractor/lang/factor.mjs +569 -0
  189. package/dist/es/node_modules/refractor/lang/false.mjs +39 -0
  190. package/dist/es/node_modules/refractor/lang/firestore-security-rules.mjs +43 -0
  191. package/dist/es/node_modules/refractor/lang/flow.mjs +31 -0
  192. package/dist/es/node_modules/refractor/lang/fortran.mjs +49 -0
  193. package/dist/es/node_modules/refractor/lang/fsharp.mjs +76 -0
  194. package/dist/es/node_modules/refractor/lang/ftl.mjs +102 -0
  195. package/dist/es/node_modules/refractor/lang/gap.mjs +57 -0
  196. package/dist/es/node_modules/refractor/lang/gcode.mjs +28 -0
  197. package/dist/es/node_modules/refractor/lang/gdscript.mjs +36 -0
  198. package/dist/es/node_modules/refractor/lang/gedcom.mjs +40 -0
  199. package/dist/es/node_modules/refractor/lang/gherkin.mjs +94 -0
  200. package/dist/es/node_modules/refractor/lang/git.mjs +75 -0
  201. package/dist/es/node_modules/refractor/lang/glsl.mjs +18 -0
  202. package/dist/es/node_modules/refractor/lang/gml.mjs +19 -0
  203. package/dist/es/node_modules/refractor/lang/gn.mjs +55 -0
  204. package/dist/es/node_modules/refractor/lang/go-module.mjs +34 -0
  205. package/dist/es/node_modules/refractor/lang/go.mjs +36 -0
  206. package/dist/es/node_modules/refractor/lang/graphql.mjs +133 -0
  207. package/dist/es/node_modules/refractor/lang/groovy.mjs +58 -0
  208. package/dist/es/node_modules/refractor/lang/haml.mjs +132 -0
  209. package/dist/es/node_modules/refractor/lang/handlebars.mjs +46 -0
  210. package/dist/es/node_modules/refractor/lang/haskell.mjs +76 -0
  211. package/dist/es/node_modules/refractor/lang/haxe.mjs +84 -0
  212. package/dist/es/node_modules/refractor/lang/hcl.mjs +68 -0
  213. package/dist/es/node_modules/refractor/lang/hlsl.mjs +31 -0
  214. package/dist/es/node_modules/refractor/lang/hoon.mjs +26 -0
  215. package/dist/es/node_modules/refractor/lang/hpkp.mjs +20 -0
  216. package/dist/es/node_modules/refractor/lang/hsts.mjs +20 -0
  217. package/dist/es/node_modules/refractor/lang/http.mjs +126 -0
  218. package/dist/es/node_modules/refractor/lang/ichigojam.mjs +25 -0
  219. package/dist/es/node_modules/refractor/lang/icon.mjs +32 -0
  220. package/dist/es/node_modules/refractor/lang/icu-message-format.mjs +136 -0
  221. package/dist/es/node_modules/refractor/lang/idris.mjs +30 -0
  222. package/dist/es/node_modules/refractor/lang/iecst.mjs +38 -0
  223. package/dist/es/node_modules/refractor/lang/ignore.mjs +30 -0
  224. package/dist/es/node_modules/refractor/lang/inform7.mjs +69 -0
  225. package/dist/es/node_modules/refractor/lang/ini.mjs +52 -0
  226. package/dist/es/node_modules/refractor/lang/io.mjs +34 -0
  227. package/dist/es/node_modules/refractor/lang/j.mjs +40 -0
  228. package/dist/es/node_modules/refractor/lang/java.mjs +86 -0
  229. package/dist/es/node_modules/refractor/lang/javadoc.mjs +89 -0
  230. package/dist/es/node_modules/refractor/lang/javadoclike.mjs +60 -0
  231. package/dist/es/node_modules/refractor/lang/javascript.mjs +114 -0
  232. package/dist/es/node_modules/refractor/lang/javastacktrace.mjs +146 -0
  233. package/dist/es/node_modules/refractor/lang/jexl.mjs +26 -0
  234. package/dist/es/node_modules/refractor/lang/jolie.mjs +51 -0
  235. package/dist/es/node_modules/refractor/lang/jq.mjs +71 -0
  236. package/dist/es/node_modules/refractor/lang/js-extras.mjs +104 -0
  237. package/dist/es/node_modules/refractor/lang/js-templates.mjs +153 -0
  238. package/dist/es/node_modules/refractor/lang/jsdoc.mjs +83 -0
  239. package/dist/es/node_modules/refractor/lang/json.mjs +36 -0
  240. package/dist/es/node_modules/refractor/lang/json5.mjs +32 -0
  241. package/dist/es/node_modules/refractor/lang/jsonp.mjs +20 -0
  242. package/dist/es/node_modules/refractor/lang/jsstacktrace.mjs +53 -0
  243. package/dist/es/node_modules/refractor/lang/jsx.mjs +61 -0
  244. package/dist/es/node_modules/refractor/lang/julia.mjs +47 -0
  245. package/dist/es/node_modules/refractor/lang/keepalived.mjs +54 -0
  246. package/dist/es/node_modules/refractor/lang/keyman.mjs +55 -0
  247. package/dist/es/node_modules/refractor/lang/kotlin.mjs +81 -0
  248. package/dist/es/node_modules/refractor/lang/kumir.mjs +85 -0
  249. package/dist/es/node_modules/refractor/lang/kusto.mjs +47 -0
  250. package/dist/es/node_modules/refractor/lang/latex.mjs +68 -0
  251. package/dist/es/node_modules/refractor/lang/latte.mjs +68 -0
  252. package/dist/es/node_modules/refractor/lang/less.mjs +51 -0
  253. package/dist/es/node_modules/refractor/lang/lilypond.mjs +77 -0
  254. package/dist/es/node_modules/refractor/lang/liquid.mjs +68 -0
  255. package/dist/es/node_modules/refractor/lang/lisp.mjs +158 -0
  256. package/dist/es/node_modules/refractor/lang/livescript.mjs +119 -0
  257. package/dist/es/node_modules/refractor/lang/llvm.mjs +31 -0
  258. package/dist/es/node_modules/refractor/lang/log.mjs +103 -0
  259. package/dist/es/node_modules/refractor/lang/lolcode.mjs +57 -0
  260. package/dist/es/node_modules/refractor/lang/lua.mjs +29 -0
  261. package/dist/es/node_modules/refractor/lang/magma.mjs +42 -0
  262. package/dist/es/node_modules/refractor/lang/makefile.mjs +42 -0
  263. package/dist/es/node_modules/refractor/lang/markdown.mjs +306 -0
  264. package/dist/es/node_modules/refractor/lang/markup-templating.mjs +74 -0
  265. package/dist/es/node_modules/refractor/lang/markup.mjs +154 -0
  266. package/dist/es/node_modules/refractor/lang/matlab.mjs +25 -0
  267. package/dist/es/node_modules/refractor/lang/maxscript.mjs +70 -0
  268. package/dist/es/node_modules/refractor/lang/mel.mjs +49 -0
  269. package/dist/es/node_modules/refractor/lang/mermaid.mjs +116 -0
  270. package/dist/es/node_modules/refractor/lang/mizar.mjs +24 -0
  271. package/dist/es/node_modules/refractor/lang/mongodb.mjs +287 -0
  272. package/dist/es/node_modules/refractor/lang/monkey.mjs +40 -0
  273. package/dist/es/node_modules/refractor/lang/moonscript.mjs +63 -0
  274. package/dist/es/node_modules/refractor/lang/n1ql.mjs +34 -0
  275. package/dist/es/node_modules/refractor/lang/n4js.mjs +22 -0
  276. package/dist/es/node_modules/refractor/lang/nand2tetris-hdl.mjs +21 -0
  277. package/dist/es/node_modules/refractor/lang/naniscript.mjs +140 -0
  278. package/dist/es/node_modules/refractor/lang/nasm.mjs +31 -0
  279. package/dist/es/node_modules/refractor/lang/neon.mjs +52 -0
  280. package/dist/es/node_modules/refractor/lang/nevod.mjs +125 -0
  281. package/dist/es/node_modules/refractor/lang/nginx.mjs +61 -0
  282. package/dist/es/node_modules/refractor/lang/nim.mjs +54 -0
  283. package/dist/es/node_modules/refractor/lang/nix.mjs +45 -0
  284. package/dist/es/node_modules/refractor/lang/nsis.mjs +37 -0
  285. package/dist/es/node_modules/refractor/lang/objectivec.mjs +23 -0
  286. package/dist/es/node_modules/refractor/lang/ocaml.mjs +64 -0
  287. package/dist/es/node_modules/refractor/lang/opencl.mjs +62 -0
  288. package/dist/es/node_modules/refractor/lang/openqasm.mjs +29 -0
  289. package/dist/es/node_modules/refractor/lang/oz.mjs +37 -0
  290. package/dist/es/node_modules/refractor/lang/parigp.mjs +36 -0
  291. package/dist/es/node_modules/refractor/lang/parser.mjs +80 -0
  292. package/dist/es/node_modules/refractor/lang/pascal.mjs +66 -0
  293. package/dist/es/node_modules/refractor/lang/pascaligo.mjs +70 -0
  294. package/dist/es/node_modules/refractor/lang/pcaxis.mjs +63 -0
  295. package/dist/es/node_modules/refractor/lang/peoplecode.mjs +51 -0
  296. package/dist/es/node_modules/refractor/lang/perl.mjs +134 -0
  297. package/dist/es/node_modules/refractor/lang/php-extras.mjs +29 -0
  298. package/dist/es/node_modules/refractor/lang/php.mjs +301 -0
  299. package/dist/es/node_modules/refractor/lang/phpdoc.mjs +34 -0
  300. package/dist/es/node_modules/refractor/lang/plsql.mjs +30 -0
  301. package/dist/es/node_modules/refractor/lang/powerquery.mjs +44 -0
  302. package/dist/es/node_modules/refractor/lang/powershell.mjs +58 -0
  303. package/dist/es/node_modules/refractor/lang/processing.mjs +25 -0
  304. package/dist/es/node_modules/refractor/lang/prolog.mjs +31 -0
  305. package/dist/es/node_modules/refractor/lang/promql.mjs +74 -0
  306. package/dist/es/node_modules/refractor/lang/properties.mjs +21 -0
  307. package/dist/es/node_modules/refractor/lang/protobuf.mjs +47 -0
  308. package/dist/es/node_modules/refractor/lang/psl.mjs +47 -0
  309. package/dist/es/node_modules/refractor/lang/pug.mjs +173 -0
  310. package/dist/es/node_modules/refractor/lang/puppet.mjs +140 -0
  311. package/dist/es/node_modules/refractor/lang/pure.mjs +72 -0
  312. package/dist/es/node_modules/refractor/lang/purebasic.mjs +63 -0
  313. package/dist/es/node_modules/refractor/lang/purescript.mjs +41 -0
  314. package/dist/es/node_modules/refractor/lang/python.mjs +73 -0
  315. package/dist/es/node_modules/refractor/lang/q.mjs +62 -0
  316. package/dist/es/node_modules/refractor/lang/qml.mjs +67 -0
  317. package/dist/es/node_modules/refractor/lang/qore.mjs +32 -0
  318. package/dist/es/node_modules/refractor/lang/qsharp.mjs +93 -0
  319. package/dist/es/node_modules/refractor/lang/r.mjs +31 -0
  320. package/dist/es/node_modules/refractor/lang/racket.mjs +29 -0
  321. package/dist/es/node_modules/refractor/lang/reason.mjs +33 -0
  322. package/dist/es/node_modules/refractor/lang/regex.mjs +97 -0
  323. package/dist/es/node_modules/refractor/lang/rego.mjs +37 -0
  324. package/dist/es/node_modules/refractor/lang/renpy.mjs +30 -0
  325. package/dist/es/node_modules/refractor/lang/rest.mjs +199 -0
  326. package/dist/es/node_modules/refractor/lang/rip.mjs +41 -0
  327. package/dist/es/node_modules/refractor/lang/roboconf.mjs +39 -0
  328. package/dist/es/node_modules/refractor/lang/robotframework.mjs +95 -0
  329. package/dist/es/node_modules/refractor/lang/ruby.mjs +159 -0
  330. package/dist/es/node_modules/refractor/lang/rust.mjs +122 -0
  331. package/dist/es/node_modules/refractor/lang/sas.mjs +305 -0
  332. package/dist/es/node_modules/refractor/lang/sass.mjs +69 -0
  333. package/dist/es/node_modules/refractor/lang/scala.mjs +59 -0
  334. package/dist/es/node_modules/refractor/lang/scheme.mjs +120 -0
  335. package/dist/es/node_modules/refractor/lang/scss.mjs +82 -0
  336. package/dist/es/node_modules/refractor/lang/shell-session.mjs +69 -0
  337. package/dist/es/node_modules/refractor/lang/smali.mjs +84 -0
  338. package/dist/es/node_modules/refractor/lang/smalltalk.mjs +47 -0
  339. package/dist/es/node_modules/refractor/lang/smarty.mjs +106 -0
  340. package/dist/es/node_modules/refractor/lang/sml.mjs +64 -0
  341. package/dist/es/node_modules/refractor/lang/solidity.mjs +28 -0
  342. package/dist/es/node_modules/refractor/lang/solution-file.mjs +58 -0
  343. package/dist/es/node_modules/refractor/lang/soy.mjs +77 -0
  344. package/dist/es/node_modules/refractor/lang/sparql.mjs +24 -0
  345. package/dist/es/node_modules/refractor/lang/splunk-spl.mjs +36 -0
  346. package/dist/es/node_modules/refractor/lang/sqf.mjs +42 -0
  347. package/dist/es/node_modules/refractor/lang/sql.mjs +42 -0
  348. package/dist/es/node_modules/refractor/lang/squirrel.mjs +50 -0
  349. package/dist/es/node_modules/refractor/lang/stan.mjs +63 -0
  350. package/dist/es/node_modules/refractor/lang/stylus.mjs +141 -0
  351. package/dist/es/node_modules/refractor/lang/swift.mjs +125 -0
  352. package/dist/es/node_modules/refractor/lang/systemd.mjs +65 -0
  353. package/dist/es/node_modules/refractor/lang/t4-cs.mjs +17 -0
  354. package/dist/es/node_modules/refractor/lang/t4-templating.mjs +57 -0
  355. package/dist/es/node_modules/refractor/lang/t4-vb.mjs +17 -0
  356. package/dist/es/node_modules/refractor/lang/tap.mjs +35 -0
  357. package/dist/es/node_modules/refractor/lang/tcl.mjs +51 -0
  358. package/dist/es/node_modules/refractor/lang/textile.mjs +248 -0
  359. package/dist/es/node_modules/refractor/lang/toml.mjs +54 -0
  360. package/dist/es/node_modules/refractor/lang/tremor.mjs +67 -0
  361. package/dist/es/node_modules/refractor/lang/tsx.mjs +22 -0
  362. package/dist/es/node_modules/refractor/lang/tt2.mjs +53 -0
  363. package/dist/es/node_modules/refractor/lang/turtle.mjs +62 -0
  364. package/dist/es/node_modules/refractor/lang/twig.mjs +48 -0
  365. package/dist/es/node_modules/refractor/lang/typescript.mjs +57 -0
  366. package/dist/es/node_modules/refractor/lang/typoscript.mjs +81 -0
  367. package/dist/es/node_modules/refractor/lang/unrealscript.mjs +50 -0
  368. package/dist/es/node_modules/refractor/lang/uorazor.mjs +57 -0
  369. package/dist/es/node_modules/refractor/lang/uri.mjs +92 -0
  370. package/dist/es/node_modules/refractor/lang/v.mjs +85 -0
  371. package/dist/es/node_modules/refractor/lang/vala.mjs +87 -0
  372. package/dist/es/node_modules/refractor/lang/vbnet.mjs +34 -0
  373. package/dist/es/node_modules/refractor/lang/velocity.mjs +75 -0
  374. package/dist/es/node_modules/refractor/lang/verilog.mjs +38 -0
  375. package/dist/es/node_modules/refractor/lang/vhdl.mjs +35 -0
  376. package/dist/es/node_modules/refractor/lang/vim.mjs +22 -0
  377. package/dist/es/node_modules/refractor/lang/visual-basic.mjs +38 -0
  378. package/dist/es/node_modules/refractor/lang/warpscript.mjs +33 -0
  379. package/dist/es/node_modules/refractor/lang/wasm.mjs +36 -0
  380. package/dist/es/node_modules/refractor/lang/web-idl.mjs +89 -0
  381. package/dist/es/node_modules/refractor/lang/wiki.mjs +86 -0
  382. package/dist/es/node_modules/refractor/lang/wolfram.mjs +37 -0
  383. package/dist/es/node_modules/refractor/lang/wren.mjs +97 -0
  384. package/dist/es/node_modules/refractor/lang/xeora.mjs +121 -0
  385. package/dist/es/node_modules/refractor/lang/xml-doc.mjs +35 -0
  386. package/dist/es/node_modules/refractor/lang/xojo.mjs +30 -0
  387. package/dist/es/node_modules/refractor/lang/xquery.mjs +89 -0
  388. package/dist/es/node_modules/refractor/lang/yaml.mjs +78 -0
  389. package/dist/es/node_modules/refractor/lang/yang.mjs +32 -0
  390. package/dist/es/node_modules/refractor/lang/zig.mjs +80 -0
  391. package/dist/es/node_modules/refractor/node_modules/comma-separated-tokens/index.mjs +16 -0
  392. package/dist/es/node_modules/refractor/node_modules/hastscript/factory.mjs +77 -0
  393. package/dist/es/node_modules/refractor/node_modules/hastscript/html.mjs +8 -0
  394. package/dist/es/node_modules/refractor/node_modules/hastscript/index.mjs +5 -0
  395. package/dist/es/node_modules/refractor/node_modules/prismjs/components/prism-core.mjs +720 -0
  396. package/dist/es/node_modules/refractor/node_modules/space-separated-tokens/index.mjs +14 -0
  397. package/dist/es/node_modules/tslib/tslib.es6.mjs +30 -0
  398. package/dist/es/node_modules/ua-parser-js/dist/ua-parser.min.mjs +123 -0
  399. package/dist/es/node_modules/xtend/immutable.mjs +12 -0
  400. package/dist/es/utils/clipboard.mjs +38 -0
  401. package/dist/es/utils/markdown/index.mjs +29 -0
  402. package/dist/lib/index.js +25 -1
  403. package/dist/src/components/Copy/index.d.ts +5 -0
  404. package/dist/src/components/Markdown/ATag/index.d.ts +2 -0
  405. package/dist/src/components/Markdown/Code/index.d.ts +2 -0
  406. package/dist/src/components/Markdown/Image/index.d.ts +2 -0
  407. package/dist/src/components/Markdown/Video/index.d.ts +2 -0
  408. package/dist/src/components/Markdown/index.d.ts +9 -0
  409. package/dist/src/index.d.ts +2 -0
  410. package/dist/src/utils/clipboard.d.ts +11 -0
  411. package/dist/src/utils/markdown/index.d.ts +10 -0
  412. package/package.json +18 -2
  413. package/dist/es/style.css +0 -1
  414. package/dist/lib/style.css +0 -1
@@ -0,0 +1,146 @@
1
+ var a, t;
2
+ function i() {
3
+ if (t)
4
+ return a;
5
+ t = 1, a = e, e.displayName = "javastacktrace", e.aliases = [];
6
+ function e(n) {
7
+ n.languages.javastacktrace = {
8
+ // java.sql.SQLException: Violation of unique constraint MY_ENTITY_UK_1: duplicate value(s) for column(s) MY_COLUMN in statement [...]
9
+ // Caused by: java.sql.SQLException: Violation of unique constraint MY_ENTITY_UK_1: duplicate value(s) for column(s) MY_COLUMN in statement [...]
10
+ // Caused by: com.example.myproject.MyProjectServletException
11
+ // Caused by: MidLevelException: LowLevelException
12
+ // Suppressed: Resource$CloseFailException: Resource ID = 0
13
+ summary: {
14
+ pattern: /^([\t ]*)(?:(?:Caused by:|Suppressed:|Exception in thread "[^"]*")[\t ]+)?[\w$.]+(?::.*)?$/m,
15
+ lookbehind: !0,
16
+ inside: {
17
+ keyword: {
18
+ pattern: /^([\t ]*)(?:(?:Caused by|Suppressed)(?=:)|Exception in thread)/m,
19
+ lookbehind: !0
20
+ },
21
+ // the current thread if the summary starts with 'Exception in thread'
22
+ string: {
23
+ pattern: /^(\s*)"[^"]*"/,
24
+ lookbehind: !0
25
+ },
26
+ exceptions: {
27
+ pattern: /^(:?\s*)[\w$.]+(?=:|$)/,
28
+ lookbehind: !0,
29
+ inside: {
30
+ "class-name": /[\w$]+$/,
31
+ namespace: /\b[a-z]\w*\b/,
32
+ punctuation: /\./
33
+ }
34
+ },
35
+ message: {
36
+ pattern: /(:\s*)\S.*/,
37
+ lookbehind: !0,
38
+ alias: "string"
39
+ },
40
+ punctuation: /:/
41
+ }
42
+ },
43
+ // at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166)
44
+ // at org.hsqldb.jdbc.Util.throwError(Unknown Source) here could be some notes
45
+ // at java.base/java.lang.Class.forName0(Native Method)
46
+ // at Util.<init>(Unknown Source)
47
+ // at com.foo.loader/foo@9.0/com.foo.Main.run(Main.java:101)
48
+ // at com.foo.loader//com.foo.bar.App.run(App.java:12)
49
+ // at acme@2.1/org.acme.Lib.test(Lib.java:80)
50
+ // at MyClass.mash(MyClass.java:9)
51
+ //
52
+ // More information:
53
+ // https://docs.oracle.com/en/java/javase/13/docs/api/java.base/java/lang/StackTraceElement.html#toString()
54
+ //
55
+ // A valid Java module name is defined as:
56
+ // "A module name consists of one or more Java identifiers (§3.8) separated by "." tokens."
57
+ // https://docs.oracle.com/javase/specs/jls/se9/html/jls-6.html#jls-ModuleName
58
+ //
59
+ // A Java module version is defined by this class:
60
+ // https://docs.oracle.com/javase/9/docs/api/java/lang/module/ModuleDescriptor.Version.html
61
+ // This is the implementation of the `parse` method in JDK13:
62
+ // https://github.com/matcdac/jdk/blob/2305df71d1b7710266ae0956d73927a225132c0f/src/java.base/share/classes/java/lang/module/ModuleDescriptor.java#L1108
63
+ // However, to keep this simple, a version will be matched by the pattern /@[\w$.+-]*/.
64
+ "stack-frame": {
65
+ pattern: /^([\t ]*)at (?:[\w$./]|@[\w$.+-]*\/)+(?:<init>)?\([^()]*\)/m,
66
+ lookbehind: !0,
67
+ inside: {
68
+ keyword: {
69
+ pattern: /^(\s*)at(?= )/,
70
+ lookbehind: !0
71
+ },
72
+ source: [
73
+ // (Main.java:15)
74
+ // (Main.scala:15)
75
+ {
76
+ pattern: /(\()\w+\.\w+:\d+(?=\))/,
77
+ lookbehind: !0,
78
+ inside: {
79
+ file: /^\w+\.\w+/,
80
+ punctuation: /:/,
81
+ "line-number": {
82
+ pattern: /\b\d+\b/,
83
+ alias: "number"
84
+ }
85
+ }
86
+ },
87
+ // (Unknown Source)
88
+ // (Native Method)
89
+ // (...something...)
90
+ {
91
+ pattern: /(\()[^()]*(?=\))/,
92
+ lookbehind: !0,
93
+ inside: {
94
+ keyword: /^(?:Native Method|Unknown Source)$/
95
+ }
96
+ }
97
+ ],
98
+ "class-name": /[\w$]+(?=\.(?:<init>|[\w$]+)\()/,
99
+ function: /(?:<init>|[\w$]+)(?=\()/,
100
+ "class-loader": {
101
+ pattern: /(\s)[a-z]\w*(?:\.[a-z]\w*)*(?=\/[\w@$.]*\/)/,
102
+ lookbehind: !0,
103
+ alias: "namespace",
104
+ inside: {
105
+ punctuation: /\./
106
+ }
107
+ },
108
+ module: {
109
+ pattern: /([\s/])[a-z]\w*(?:\.[a-z]\w*)*(?:@[\w$.+-]*)?(?=\/)/,
110
+ lookbehind: !0,
111
+ inside: {
112
+ version: {
113
+ pattern: /(@)[\s\S]+/,
114
+ lookbehind: !0,
115
+ alias: "number"
116
+ },
117
+ punctuation: /[@.]/
118
+ }
119
+ },
120
+ namespace: {
121
+ pattern: /(?:\b[a-z]\w*\.)+/,
122
+ inside: {
123
+ punctuation: /\./
124
+ }
125
+ },
126
+ punctuation: /[()/.]/
127
+ }
128
+ },
129
+ // ... 32 more
130
+ // ... 32 common frames omitted
131
+ more: {
132
+ pattern: /^([\t ]*)\.{3} \d+ [a-z]+(?: [a-z]+)*/m,
133
+ lookbehind: !0,
134
+ inside: {
135
+ punctuation: /\.{3}/,
136
+ number: /\d+/,
137
+ keyword: /\b[a-z]+(?: [a-z]+)*\b/
138
+ }
139
+ }
140
+ };
141
+ }
142
+ return a;
143
+ }
144
+ export {
145
+ i as __require
146
+ };
@@ -0,0 +1,26 @@
1
+ var e, r;
2
+ function n() {
3
+ if (r)
4
+ return e;
5
+ r = 1, e = u, u.displayName = "jexl", u.aliases = [];
6
+ function u(a) {
7
+ a.languages.jexl = {
8
+ string: /(["'])(?:\\[\s\S]|(?!\1)[^\\])*\1/,
9
+ transform: {
10
+ pattern: /(\|\s*)[a-zA-Zа-яА-Я_\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF$][\wа-яА-Я\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF$]*/,
11
+ alias: "function",
12
+ lookbehind: !0
13
+ },
14
+ function: /[a-zA-Zа-яА-Я_\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF$][\wа-яА-Я\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF$]*\s*(?=\()/,
15
+ number: /\b\d+(?:\.\d+)?\b|\B\.\d+\b/,
16
+ operator: /[<>!]=?|-|\+|&&|==|\|\|?|\/\/?|[?:*^%]/,
17
+ boolean: /\b(?:false|true)\b/,
18
+ keyword: /\bin\b/,
19
+ punctuation: /[{}[\](),.]/
20
+ };
21
+ }
22
+ return e;
23
+ }
24
+ export {
25
+ n as __require
26
+ };
@@ -0,0 +1,51 @@
1
+ var i, n;
2
+ function r() {
3
+ if (n)
4
+ return i;
5
+ n = 1, i = e, e.displayName = "jolie", e.aliases = [];
6
+ function e(t) {
7
+ t.languages.jolie = t.languages.extend("clike", {
8
+ string: {
9
+ pattern: /(^|[^\\])"(?:\\[\s\S]|[^"\\])*"/,
10
+ lookbehind: !0,
11
+ greedy: !0
12
+ },
13
+ "class-name": {
14
+ pattern: /((?:\b(?:as|courier|embed|in|inputPort|outputPort|service)\b|@)[ \t]*)\w+/,
15
+ lookbehind: !0
16
+ },
17
+ keyword: /\b(?:as|cH|comp|concurrent|constants|courier|cset|csets|default|define|else|embed|embedded|execution|exit|extender|for|foreach|forward|from|global|if|import|in|include|init|inputPort|install|instanceof|interface|is_defined|linkIn|linkOut|main|new|nullProcess|outputPort|over|private|provide|public|scope|sequential|service|single|spawn|synchronized|this|throw|throws|type|undef|until|while|with)\b/,
18
+ function: /\b[a-z_]\w*(?=[ \t]*[@(])/i,
19
+ number: /(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?l?/i,
20
+ operator: /-[-=>]?|\+[+=]?|<[<=]?|[>=*!]=?|&&|\|\||[?\/%^@|]/,
21
+ punctuation: /[()[\]{},;.:]/,
22
+ builtin: /\b(?:Byte|any|bool|char|double|enum|float|int|length|long|ranges|regex|string|undefined|void)\b/
23
+ }), t.languages.insertBefore("jolie", "keyword", {
24
+ aggregates: {
25
+ pattern: /(\bAggregates\s*:\s*)(?:\w+(?:\s+with\s+\w+)?\s*,\s*)*\w+(?:\s+with\s+\w+)?/,
26
+ lookbehind: !0,
27
+ inside: {
28
+ keyword: /\bwith\b/,
29
+ "class-name": /\w+/,
30
+ punctuation: /,/
31
+ }
32
+ },
33
+ redirects: {
34
+ pattern: /(\bRedirects\s*:\s*)(?:\w+\s*=>\s*\w+\s*,\s*)*(?:\w+\s*=>\s*\w+)/,
35
+ lookbehind: !0,
36
+ inside: {
37
+ punctuation: /,/,
38
+ "class-name": /\w+/,
39
+ operator: /=>/
40
+ }
41
+ },
42
+ property: {
43
+ pattern: /\b(?:Aggregates|[Ii]nterfaces|Java|Javascript|Jolie|[Ll]ocation|OneWay|[Pp]rotocol|Redirects|RequestResponse)\b(?=[ \t]*:)/
44
+ }
45
+ });
46
+ }
47
+ return i;
48
+ }
49
+ export {
50
+ r as __require
51
+ };
@@ -0,0 +1,71 @@
1
+ var r, a;
2
+ function s() {
3
+ if (a)
4
+ return r;
5
+ a = 1, r = e, e.displayName = "jq", e.aliases = [];
6
+ function e(o) {
7
+ (function(u) {
8
+ var n = /\\\((?:[^()]|\([^()]*\))*\)/.source, i = RegExp(/(^|[^\\])"(?:[^"\r\n\\]|\\[^\r\n(]|__)*"/.source.replace(/__/g, function() {
9
+ return n;
10
+ })), t = {
11
+ interpolation: {
12
+ pattern: RegExp(/((?:^|[^\\])(?:\\{2})*)/.source + n),
13
+ lookbehind: !0,
14
+ inside: {
15
+ content: {
16
+ pattern: /^(\\\()[\s\S]+(?=\)$)/,
17
+ lookbehind: !0,
18
+ inside: null
19
+ // see below
20
+ },
21
+ punctuation: /^\\\(|\)$/
22
+ }
23
+ }
24
+ }, l = u.languages.jq = {
25
+ comment: /#.*/,
26
+ property: {
27
+ pattern: RegExp(i.source + /(?=\s*:(?!:))/.source),
28
+ lookbehind: !0,
29
+ greedy: !0,
30
+ inside: t
31
+ },
32
+ string: {
33
+ pattern: i,
34
+ lookbehind: !0,
35
+ greedy: !0,
36
+ inside: t
37
+ },
38
+ function: {
39
+ pattern: /(\bdef\s+)[a-z_]\w+/i,
40
+ lookbehind: !0
41
+ },
42
+ variable: /\B\$\w+/,
43
+ "property-literal": {
44
+ pattern: /\b[a-z_]\w*(?=\s*:(?!:))/i,
45
+ alias: "property"
46
+ },
47
+ keyword: /\b(?:as|break|catch|def|elif|else|end|foreach|if|import|include|label|module|modulemeta|null|reduce|then|try|while)\b/,
48
+ boolean: /\b(?:false|true)\b/,
49
+ number: /(?:\b\d+\.|\B\.)?\b\d+(?:[eE][+-]?\d+)?\b/,
50
+ operator: [{
51
+ pattern: /\|=?/,
52
+ alias: "pipe"
53
+ }, /\.\.|[!=<>]?=|\?\/\/|\/\/=?|[-+*/%]=?|[<>?]|\b(?:and|not|or)\b/],
54
+ "c-style-function": {
55
+ pattern: /\b[a-z_]\w*(?=\s*\()/i,
56
+ alias: "function"
57
+ },
58
+ punctuation: /::|[()\[\]{},:;]|\.(?=\s*[\[\w$])/,
59
+ dot: {
60
+ pattern: /\./,
61
+ alias: "important"
62
+ }
63
+ };
64
+ t.interpolation.inside.content.inside = l;
65
+ })(o);
66
+ }
67
+ return r;
68
+ }
69
+ export {
70
+ s as __require
71
+ };
@@ -0,0 +1,104 @@
1
+ var s, c;
2
+ function f() {
3
+ if (c)
4
+ return s;
5
+ c = 1, s = t, t.displayName = "jsExtras", t.aliases = [];
6
+ function t(p) {
7
+ (function(a) {
8
+ a.languages.insertBefore("javascript", "function-variable", {
9
+ "method-variable": {
10
+ pattern: RegExp("(\\.\\s*)" + a.languages.javascript["function-variable"].pattern.source),
11
+ lookbehind: !0,
12
+ alias: ["function-variable", "method", "function", "property-access"]
13
+ }
14
+ }), a.languages.insertBefore("javascript", "function", {
15
+ method: {
16
+ pattern: RegExp("(\\.\\s*)" + a.languages.javascript.function.source),
17
+ lookbehind: !0,
18
+ alias: ["function", "property-access"]
19
+ }
20
+ }), a.languages.insertBefore("javascript", "constant", {
21
+ "known-class-name": [{
22
+ // standard built-ins
23
+ // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects
24
+ pattern: /\b(?:(?:Float(?:32|64)|(?:Int|Uint)(?:8|16|32)|Uint8Clamped)?Array|ArrayBuffer|BigInt|Boolean|DataView|Date|Error|Function|Intl|JSON|(?:Weak)?(?:Map|Set)|Math|Number|Object|Promise|Proxy|Reflect|RegExp|String|Symbol|WebAssembly)\b/,
25
+ alias: "class-name"
26
+ }, {
27
+ // errors
28
+ pattern: /\b(?:[A-Z]\w*)Error\b/,
29
+ alias: "class-name"
30
+ }]
31
+ });
32
+ function r(u, b) {
33
+ return RegExp(u.replace(/<ID>/g, function() {
34
+ return /(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source;
35
+ }), b);
36
+ }
37
+ a.languages.insertBefore("javascript", "keyword", {
38
+ imports: {
39
+ // https://tc39.es/ecma262/#sec-imports
40
+ pattern: r(/(\bimport\b\s*)(?:<ID>(?:\s*,\s*(?:\*\s*as\s+<ID>|\{[^{}]*\}))?|\*\s*as\s+<ID>|\{[^{}]*\})(?=\s*\bfrom\b)/.source),
41
+ lookbehind: !0,
42
+ inside: a.languages.javascript
43
+ },
44
+ exports: {
45
+ // https://tc39.es/ecma262/#sec-exports
46
+ pattern: r(/(\bexport\b\s*)(?:\*(?:\s*as\s+<ID>)?(?=\s*\bfrom\b)|\{[^{}]*\})/.source),
47
+ lookbehind: !0,
48
+ inside: a.languages.javascript
49
+ }
50
+ }), a.languages.javascript.keyword.unshift({
51
+ pattern: /\b(?:as|default|export|from|import)\b/,
52
+ alias: "module"
53
+ }, {
54
+ pattern: /\b(?:await|break|catch|continue|do|else|finally|for|if|return|switch|throw|try|while|yield)\b/,
55
+ alias: "control-flow"
56
+ }, {
57
+ pattern: /\bnull\b/,
58
+ alias: ["null", "nil"]
59
+ }, {
60
+ pattern: /\bundefined\b/,
61
+ alias: "nil"
62
+ }), a.languages.insertBefore("javascript", "operator", {
63
+ spread: {
64
+ pattern: /\.{3}/,
65
+ alias: "operator"
66
+ },
67
+ arrow: {
68
+ pattern: /=>/,
69
+ alias: "operator"
70
+ }
71
+ }), a.languages.insertBefore("javascript", "punctuation", {
72
+ "property-access": {
73
+ pattern: r(/(\.\s*)#?<ID>/.source),
74
+ lookbehind: !0
75
+ },
76
+ "maybe-class-name": {
77
+ pattern: /(^|[^$\w\xA0-\uFFFF])[A-Z][$\w\xA0-\uFFFF]+/,
78
+ lookbehind: !0
79
+ },
80
+ dom: {
81
+ // this contains only a few commonly used DOM variables
82
+ pattern: /\b(?:document|(?:local|session)Storage|location|navigator|performance|window)\b/,
83
+ alias: "variable"
84
+ },
85
+ console: {
86
+ pattern: /\bconsole(?=\s*\.)/,
87
+ alias: "class-name"
88
+ }
89
+ });
90
+ for (var o = ["function", "function-variable", "method", "method-variable", "property-access"], n = 0; n < o.length; n++) {
91
+ var i = o[n], e = a.languages.javascript[i];
92
+ a.util.type(e) === "RegExp" && (e = a.languages.javascript[i] = {
93
+ pattern: e
94
+ });
95
+ var l = e.inside || {};
96
+ e.inside = l, l["maybe-class-name"] = /^[A-Z][\s\S]*/;
97
+ }
98
+ })(p);
99
+ }
100
+ return s;
101
+ }
102
+ export {
103
+ f as __require
104
+ };
@@ -0,0 +1,153 @@
1
+ var z, O;
2
+ function B() {
3
+ if (O)
4
+ return z;
5
+ O = 1, z = d, d.displayName = "jsTemplates", d.aliases = [];
6
+ function d(C) {
7
+ (function(a) {
8
+ var h = a.languages.javascript["template-string"], E = h.pattern.source, b = h.inside.interpolation, S = b.inside["interpolation-punctuation"], L = b.pattern.source;
9
+ function c(e, n) {
10
+ if (a.languages[e])
11
+ return {
12
+ pattern: RegExp("((?:" + n + ")\\s*)" + E),
13
+ lookbehind: !0,
14
+ greedy: !0,
15
+ inside: {
16
+ "template-punctuation": {
17
+ pattern: /^`|`$/,
18
+ alias: "string"
19
+ },
20
+ "embedded-code": {
21
+ pattern: /[\s\S]+/,
22
+ alias: e
23
+ }
24
+ }
25
+ };
26
+ }
27
+ a.languages.javascript["template-string"] = [
28
+ // styled-jsx:
29
+ // css`a { color: #25F; }`
30
+ // styled-components:
31
+ // styled.h1`color: red;`
32
+ c("css", /\b(?:styled(?:\([^)]*\))?(?:\s*\.\s*\w+(?:\([^)]*\))*)*|css(?:\s*\.\s*(?:global|resolve))?|createGlobalStyle|keyframes)/.source),
33
+ // html`<p></p>`
34
+ // div.innerHTML = `<p></p>`
35
+ c("html", /\bhtml|\.\s*(?:inner|outer)HTML\s*\+?=/.source),
36
+ // svg`<path fill="#fff" d="M55.37 ..."/>`
37
+ c("svg", /\bsvg/.source),
38
+ // md`# h1`, markdown`## h2`
39
+ c("markdown", /\b(?:markdown|md)/.source),
40
+ // gql`...`, graphql`...`, graphql.experimental`...`
41
+ c("graphql", /\b(?:gql|graphql(?:\s*\.\s*experimental)?)/.source),
42
+ // sql`...`
43
+ c("sql", /\bsql/.source),
44
+ // vanilla template string
45
+ h
46
+ ].filter(Boolean);
47
+ function R(e, n) {
48
+ return "___" + n.toUpperCase() + "_" + e + "___";
49
+ }
50
+ function q(e, n, r) {
51
+ var t = {
52
+ code: e,
53
+ grammar: n,
54
+ language: r
55
+ };
56
+ return a.hooks.run("before-tokenize", t), t.tokens = a.tokenize(t.code, t.grammar), a.hooks.run("after-tokenize", t), t.tokens;
57
+ }
58
+ function G(e) {
59
+ var n = {};
60
+ n["interpolation-punctuation"] = S;
61
+ var r = a.tokenize(e, n);
62
+ if (r.length === 3) {
63
+ var t = [1, 1];
64
+ t.push.apply(t, q(r[1], a.languages.javascript, "javascript")), r.splice.apply(r, t);
65
+ }
66
+ return new a.Token("interpolation", r, b.alias, e);
67
+ }
68
+ function H(e, n, r) {
69
+ var t = a.tokenize(e, {
70
+ interpolation: {
71
+ pattern: RegExp(L),
72
+ lookbehind: !0
73
+ }
74
+ }), l = 0, f = {}, p = t.map(function(s) {
75
+ if (typeof s == "string")
76
+ return s;
77
+ for (var o = s.content, i; e.indexOf(i = R(l++, r)) !== -1; )
78
+ ;
79
+ return f[i] = o, i;
80
+ }).join(""), v = q(p, n, r), y = Object.keys(f);
81
+ l = 0;
82
+ function u(s) {
83
+ for (var o = 0; o < s.length; o++) {
84
+ if (l >= y.length)
85
+ return;
86
+ var i = s[o];
87
+ if (typeof i == "string" || typeof i.content == "string") {
88
+ var k = y[l], m = typeof i == "string" ? i : (
89
+ /** @type {string} */
90
+ i.content
91
+ ), T = m.indexOf(k);
92
+ if (T !== -1) {
93
+ ++l;
94
+ var A = m.substring(0, T), M = G(f[k]), w = m.substring(T + k.length), g = [];
95
+ if (A && g.push(A), g.push(M), w) {
96
+ var x = [w];
97
+ u(x), g.push.apply(g, x);
98
+ }
99
+ typeof i == "string" ? (s.splice.apply(s, [o, 1].concat(g)), o += g.length - 1) : i.content = g;
100
+ }
101
+ } else {
102
+ var _ = i.content;
103
+ Array.isArray(_) ? u(_) : u([_]);
104
+ }
105
+ }
106
+ }
107
+ return u(v), new a.Token(r, v, "language-" + r, e);
108
+ }
109
+ var J = {
110
+ javascript: !0,
111
+ js: !0,
112
+ typescript: !0,
113
+ ts: !0,
114
+ jsx: !0,
115
+ tsx: !0
116
+ };
117
+ a.hooks.add("after-tokenize", function(e) {
118
+ if (!(e.language in J))
119
+ return;
120
+ function n(r) {
121
+ for (var t = 0, l = r.length; t < l; t++) {
122
+ var f = r[t];
123
+ if (typeof f != "string") {
124
+ var p = f.content;
125
+ if (!Array.isArray(p)) {
126
+ typeof p != "string" && n([p]);
127
+ continue;
128
+ }
129
+ if (f.type === "template-string") {
130
+ var v = p[1];
131
+ if (p.length === 3 && typeof v != "string" && v.type === "embedded-code") {
132
+ var y = j(v), u = v.alias, s = Array.isArray(u) ? u[0] : u, o = a.languages[s];
133
+ if (!o)
134
+ continue;
135
+ p[1] = H(y, o, s);
136
+ }
137
+ } else
138
+ n(p);
139
+ }
140
+ }
141
+ }
142
+ n(e.tokens);
143
+ });
144
+ function j(e) {
145
+ return typeof e == "string" ? e : Array.isArray(e) ? e.map(j).join("") : j(e.content);
146
+ }
147
+ })(C);
148
+ }
149
+ return z;
150
+ }
151
+ export {
152
+ B as __require
153
+ };
@@ -0,0 +1,83 @@
1
+ import { __require as c } from "./javadoclike.mjs";
2
+ import { __require as d } from "./typescript.mjs";
3
+ var s, i;
4
+ function v() {
5
+ if (i)
6
+ return s;
7
+ i = 1;
8
+ var u = c(), p = d();
9
+ s = r, r.displayName = "jsdoc", r.aliases = [];
10
+ function r(t) {
11
+ t.register(u), t.register(p), function(e) {
12
+ var a = e.languages.javascript, n = /\{(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})+\}/.source, o = "(@(?:arg|argument|param|property)\\s+(?:" + n + "\\s+)?)";
13
+ e.languages.jsdoc = e.languages.extend("javadoclike", {
14
+ parameter: {
15
+ // @param {string} foo - foo bar
16
+ pattern: RegExp(o + /(?:(?!\s)[$\w\xA0-\uFFFF.])+(?=\s|$)/.source),
17
+ lookbehind: !0,
18
+ inside: {
19
+ punctuation: /\./
20
+ }
21
+ }
22
+ }), e.languages.insertBefore("jsdoc", "keyword", {
23
+ "optional-parameter": {
24
+ // @param {string} [baz.foo="bar"] foo bar
25
+ pattern: RegExp(o + /\[(?:(?!\s)[$\w\xA0-\uFFFF.])+(?:=[^[\]]+)?\](?=\s|$)/.source),
26
+ lookbehind: !0,
27
+ inside: {
28
+ parameter: {
29
+ pattern: /(^\[)[$\w\xA0-\uFFFF\.]+/,
30
+ lookbehind: !0,
31
+ inside: {
32
+ punctuation: /\./
33
+ }
34
+ },
35
+ code: {
36
+ pattern: /(=)[\s\S]*(?=\]$)/,
37
+ lookbehind: !0,
38
+ inside: a,
39
+ alias: "language-javascript"
40
+ },
41
+ punctuation: /[=[\]]/
42
+ }
43
+ },
44
+ "class-name": [{
45
+ pattern: RegExp(/(@(?:augments|class|extends|interface|memberof!?|template|this|typedef)\s+(?:<TYPE>\s+)?)[A-Z]\w*(?:\.[A-Z]\w*)*/.source.replace(/<TYPE>/g, function() {
46
+ return n;
47
+ })),
48
+ lookbehind: !0,
49
+ inside: {
50
+ punctuation: /\./
51
+ }
52
+ }, {
53
+ pattern: RegExp("(@[a-z]+\\s+)" + n),
54
+ lookbehind: !0,
55
+ inside: {
56
+ string: a.string,
57
+ number: a.number,
58
+ boolean: a.boolean,
59
+ keyword: e.languages.typescript.keyword,
60
+ operator: /=>|\.\.\.|[&|?:*]/,
61
+ punctuation: /[.,;=<>{}()[\]]/
62
+ }
63
+ }],
64
+ example: {
65
+ pattern: /(@example\s+(?!\s))(?:[^@\s]|\s+(?!\s))+?(?=\s*(?:\*\s*)?(?:@\w|\*\/))/,
66
+ lookbehind: !0,
67
+ inside: {
68
+ code: {
69
+ pattern: /^([\t ]*(?:\*\s*)?)\S.*$/m,
70
+ lookbehind: !0,
71
+ inside: a,
72
+ alias: "language-javascript"
73
+ }
74
+ }
75
+ }
76
+ }), e.languages.javadoclike.addSupport("javascript", e.languages.jsdoc);
77
+ }(t);
78
+ }
79
+ return s;
80
+ }
81
+ export {
82
+ v as __require
83
+ };
@@ -0,0 +1,36 @@
1
+ var r, t;
2
+ function a() {
3
+ if (t)
4
+ return r;
5
+ t = 1, r = e, e.displayName = "json", e.aliases = ["webmanifest"];
6
+ function e(n) {
7
+ n.languages.json = {
8
+ property: {
9
+ pattern: /(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,
10
+ lookbehind: !0,
11
+ greedy: !0
12
+ },
13
+ string: {
14
+ pattern: /(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,
15
+ lookbehind: !0,
16
+ greedy: !0
17
+ },
18
+ comment: {
19
+ pattern: /\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,
20
+ greedy: !0
21
+ },
22
+ number: /-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,
23
+ punctuation: /[{}[\],]/,
24
+ operator: /:/,
25
+ boolean: /\b(?:false|true)\b/,
26
+ null: {
27
+ pattern: /\bnull\b/,
28
+ alias: "keyword"
29
+ }
30
+ }, n.languages.webmanifest = n.languages.json;
31
+ }
32
+ return r;
33
+ }
34
+ export {
35
+ a as __require
36
+ };