qidian-vue-ui 1.1.58 → 1.1.59

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 (1240) hide show
  1. package/dist/_virtual/_commonjsHelpers.mjs +7 -0
  2. package/dist/_virtual/_commonjsHelpers.mjs.map +1 -0
  3. package/dist/_virtual/_plugin-vue_export-helper.mjs +11 -0
  4. package/dist/_virtual/_plugin-vue_export-helper.mjs.map +1 -0
  5. package/dist/_virtual/dayjs.min.mjs +8 -0
  6. package/dist/_virtual/dayjs.min.mjs.map +1 -0
  7. package/dist/_virtual/dayjs.min2.mjs +5 -0
  8. package/dist/_virtual/dayjs.min2.mjs.map +1 -0
  9. package/dist/components/auto-tooltip/index.css +20 -0
  10. package/dist/components/auto-tooltip/index.d.ts +2 -0
  11. package/dist/components/auto-tooltip/index.vue.d.ts +25 -0
  12. package/dist/components/auto-tooltip/index.vue.mjs +9 -0
  13. package/dist/components/auto-tooltip/index.vue.mjs.map +1 -0
  14. package/dist/components/auto-tooltip/index.vue2.mjs +82 -0
  15. package/dist/components/auto-tooltip/index.vue2.mjs.map +1 -0
  16. package/dist/components/auto-tooltip/types.d.ts +9 -0
  17. package/dist/components/avatar/index.css +9 -0
  18. package/dist/components/avatar/index.d.ts +2 -0
  19. package/dist/components/avatar/index.vue.d.ts +18 -0
  20. package/dist/components/avatar/index.vue.mjs +9 -0
  21. package/dist/components/avatar/index.vue.mjs.map +1 -0
  22. package/dist/components/avatar/index.vue2.mjs +126 -0
  23. package/dist/components/avatar/index.vue2.mjs.map +1 -0
  24. package/dist/components/avatar/props.d.ts +7 -0
  25. package/dist/components/avatar/props.mjs +12 -0
  26. package/dist/components/avatar/props.mjs.map +1 -0
  27. package/dist/components/avatar/types.d.ts +9 -0
  28. package/dist/components/card/index.css +6 -0
  29. package/dist/components/card/index.d.ts +2 -0
  30. package/dist/components/card/index.vue.d.ts +16 -0
  31. package/dist/components/card/index.vue.mjs +9 -0
  32. package/dist/components/card/index.vue.mjs.map +1 -0
  33. package/dist/components/card/index.vue2.mjs +91 -0
  34. package/dist/components/card/index.vue2.mjs.map +1 -0
  35. package/dist/components/card/props.d.ts +4 -0
  36. package/dist/components/card/props.mjs +8 -0
  37. package/dist/components/card/props.mjs.map +1 -0
  38. package/dist/components/card/types.d.ts +5 -0
  39. package/dist/components/config-provider/config.d.ts +8 -0
  40. package/dist/components/config-provider/config.mjs +15 -0
  41. package/dist/components/config-provider/config.mjs.map +1 -0
  42. package/dist/components/config-provider/index.d.ts +238 -0
  43. package/dist/components/config-provider/index.mjs +98 -0
  44. package/dist/components/config-provider/index.mjs.map +1 -0
  45. package/dist/components/config-provider/types.d.ts +89 -0
  46. package/dist/components/config-provider/useConfig.d.ts +269 -0
  47. package/dist/components/config-provider/useConfig.mjs +26 -0
  48. package/dist/components/config-provider/useConfig.mjs.map +1 -0
  49. package/dist/components/config-renderer/compute.d.ts +8 -0
  50. package/dist/components/config-renderer/compute.mjs +68 -0
  51. package/dist/components/config-renderer/compute.mjs.map +1 -0
  52. package/dist/components/config-renderer/index.d.ts +4 -0
  53. package/dist/components/config-renderer/index.vue.d.ts +7 -0
  54. package/dist/components/config-renderer/index.vue.mjs +126 -0
  55. package/dist/components/config-renderer/index.vue.mjs.map +1 -0
  56. package/dist/components/config-renderer/index.vue2.mjs +5 -0
  57. package/dist/components/config-renderer/index.vue2.mjs.map +1 -0
  58. package/dist/components/config-renderer/types.d.ts +39 -0
  59. package/dist/components/config-renderer/utils.d.ts +15 -0
  60. package/dist/components/config-renderer/utils.mjs +49 -0
  61. package/dist/components/config-renderer/utils.mjs.map +1 -0
  62. package/dist/components/crud/define.d.ts +6 -0
  63. package/dist/components/crud/define.mjs +11 -0
  64. package/dist/components/crud/define.mjs.map +1 -0
  65. package/dist/components/crud/index.d.ts +4 -0
  66. package/dist/components/crud/list/index.css +37 -0
  67. package/dist/components/crud/list/index.d.ts +2 -0
  68. package/dist/components/crud/list/index.vue.d.ts +29 -0
  69. package/dist/components/crud/list/index.vue.mjs +9 -0
  70. package/dist/components/crud/list/index.vue.mjs.map +1 -0
  71. package/dist/components/crud/list/index.vue2.mjs +176 -0
  72. package/dist/components/crud/list/index.vue2.mjs.map +1 -0
  73. package/dist/components/crud/list/props.d.ts +5 -0
  74. package/dist/components/crud/list/props.mjs +9 -0
  75. package/dist/components/crud/list/props.mjs.map +1 -0
  76. package/dist/components/crud/list/types.d.ts +9 -0
  77. package/dist/components/crud/search/index.css +16 -0
  78. package/dist/components/crud/search/index.d.ts +2 -0
  79. package/dist/components/crud/search/index.vue.d.ts +44 -0
  80. package/dist/components/crud/search/index.vue.mjs +9 -0
  81. package/dist/components/crud/search/index.vue.mjs.map +1 -0
  82. package/dist/components/crud/search/index.vue2.mjs +205 -0
  83. package/dist/components/crud/search/index.vue2.mjs.map +1 -0
  84. package/dist/components/crud/search/props.d.ts +36 -0
  85. package/dist/components/crud/search/props.mjs +21 -0
  86. package/dist/components/crud/search/props.mjs.map +1 -0
  87. package/dist/components/crud/search/types.d.ts +5 -0
  88. package/dist/components/crud/table/index.css +43 -0
  89. package/dist/components/crud/table/index.d.ts +2 -0
  90. package/dist/components/crud/table/index.vue.d.ts +35 -0
  91. package/dist/components/crud/table/index.vue.mjs +9 -0
  92. package/dist/components/crud/table/index.vue.mjs.map +1 -0
  93. package/dist/components/crud/table/index.vue2.mjs +1036 -0
  94. package/dist/components/crud/table/index.vue2.mjs.map +1 -0
  95. package/dist/components/crud/table/props.d.ts +39 -0
  96. package/dist/components/crud/table/props.mjs +16 -0
  97. package/dist/components/crud/table/props.mjs.map +1 -0
  98. package/dist/components/crud/table/types.d.ts +65 -0
  99. package/dist/components/dialog/form.vue.d.ts +22 -0
  100. package/dist/components/dialog/form.vue.mjs +180 -0
  101. package/dist/components/dialog/form.vue.mjs.map +1 -0
  102. package/dist/components/dialog/form.vue2.mjs +5 -0
  103. package/dist/components/dialog/form.vue2.mjs.map +1 -0
  104. package/dist/components/dialog/index.css +3 -0
  105. package/dist/components/dialog/index.d.ts +3 -0
  106. package/dist/components/dialog/index.vue.d.ts +35 -0
  107. package/dist/components/dialog/index.vue.mjs +114 -0
  108. package/dist/components/dialog/index.vue.mjs.map +1 -0
  109. package/dist/components/dialog/index.vue3.mjs +7 -0
  110. package/dist/components/dialog/index.vue3.mjs.map +1 -0
  111. package/dist/components/dialog/props.d.ts +42 -0
  112. package/dist/components/dialog/props.mjs +25 -0
  113. package/dist/components/dialog/props.mjs.map +1 -0
  114. package/dist/components/dialog/types.d.ts +18 -0
  115. package/dist/components/dict/checkbox-group/index.css +3 -0
  116. package/dist/components/dict/checkbox-group/index.d.ts +2 -0
  117. package/dist/components/dict/checkbox-group/index.vue.d.ts +15 -0
  118. package/dist/components/dict/checkbox-group/index.vue.mjs +9 -0
  119. package/dist/components/dict/checkbox-group/index.vue.mjs.map +1 -0
  120. package/dist/components/dict/checkbox-group/index.vue2.mjs +82 -0
  121. package/dist/components/dict/checkbox-group/index.vue2.mjs.map +1 -0
  122. package/dist/components/dict/checkbox-group/props.d.ts +9 -0
  123. package/dist/components/dict/checkbox-group/props.mjs +13 -0
  124. package/dist/components/dict/checkbox-group/props.mjs.map +1 -0
  125. package/dist/components/dict/checkbox-group/types.d.ts +6 -0
  126. package/dist/components/dict/index.d.ts +4 -0
  127. package/dist/components/dict/radio-group/index.css +3 -0
  128. package/dist/components/dict/radio-group/index.d.ts +2 -0
  129. package/dist/components/dict/radio-group/index.vue.d.ts +13 -0
  130. package/dist/components/dict/radio-group/index.vue.mjs +9 -0
  131. package/dist/components/dict/radio-group/index.vue.mjs.map +1 -0
  132. package/dist/components/dict/radio-group/index.vue2.mjs +58 -0
  133. package/dist/components/dict/radio-group/index.vue2.mjs.map +1 -0
  134. package/dist/components/dict/radio-group/props.d.ts +7 -0
  135. package/dist/components/dict/radio-group/props.mjs +11 -0
  136. package/dist/components/dict/radio-group/props.mjs.map +1 -0
  137. package/dist/components/dict/radio-group/types.d.ts +4 -0
  138. package/dist/components/dict/select/index.d.ts +2 -0
  139. package/dist/components/dict/select/index.vue.d.ts +31 -0
  140. package/dist/components/dict/select/index.vue.mjs +165 -0
  141. package/dist/components/dict/select/index.vue.mjs.map +1 -0
  142. package/dist/components/dict/select/index.vue2.mjs +5 -0
  143. package/dist/components/dict/select/index.vue2.mjs.map +1 -0
  144. package/dist/components/dict/select/props.d.ts +11 -0
  145. package/dist/components/dict/select/props.mjs +15 -0
  146. package/dist/components/dict/select/props.mjs.map +1 -0
  147. package/dist/components/dict/select/types.d.ts +7 -0
  148. package/dist/components/dict/tag/index.css +5 -0
  149. package/dist/components/dict/tag/index.d.ts +2 -0
  150. package/dist/components/dict/tag/index.vue.d.ts +40 -0
  151. package/dist/components/dict/tag/index.vue.mjs +9 -0
  152. package/dist/components/dict/tag/index.vue.mjs.map +1 -0
  153. package/dist/components/dict/tag/index.vue2.mjs +97 -0
  154. package/dist/components/dict/tag/index.vue2.mjs.map +1 -0
  155. package/dist/components/dict/tag/props.d.ts +5 -0
  156. package/dist/components/dict/tag/props.mjs +10 -0
  157. package/dist/components/dict/tag/props.mjs.map +1 -0
  158. package/dist/components/dict/tag/types.d.ts +9 -0
  159. package/dist/components/form/config.d.ts +3 -0
  160. package/dist/components/form/config.mjs +5 -0
  161. package/dist/components/form/config.mjs.map +1 -0
  162. package/dist/components/form/index.css +32 -0
  163. package/dist/components/form/index.d.ts +5 -0
  164. package/dist/components/form/index.vue.d.ts +39 -0
  165. package/dist/components/form/index.vue.mjs +9 -0
  166. package/dist/components/form/index.vue.mjs.map +1 -0
  167. package/dist/components/form/index.vue2.mjs +193 -0
  168. package/dist/components/form/index.vue2.mjs.map +1 -0
  169. package/dist/components/form/item.css +6 -0
  170. package/dist/components/form/item.vue.d.ts +25 -0
  171. package/dist/components/form/item.vue.mjs +9 -0
  172. package/dist/components/form/item.vue.mjs.map +1 -0
  173. package/dist/components/form/item.vue2.mjs +118 -0
  174. package/dist/components/form/item.vue2.mjs.map +1 -0
  175. package/dist/components/form/props.d.ts +45 -0
  176. package/dist/components/form/props.mjs +43 -0
  177. package/dist/components/form/props.mjs.map +1 -0
  178. package/dist/components/form/types.d.ts +27 -0
  179. package/dist/components/grid/config.d.ts +15 -0
  180. package/dist/components/grid/config.mjs +27 -0
  181. package/dist/components/grid/config.mjs.map +1 -0
  182. package/dist/components/grid/index.css +4 -0
  183. package/dist/components/grid/index.d.ts +4 -0
  184. package/dist/components/grid/index.vue.d.ts +19 -0
  185. package/dist/components/grid/index.vue.mjs +9 -0
  186. package/dist/components/grid/index.vue.mjs.map +1 -0
  187. package/dist/components/grid/index.vue2.mjs +59 -0
  188. package/dist/components/grid/index.vue2.mjs.map +1 -0
  189. package/dist/components/grid/item.css +3 -0
  190. package/dist/components/grid/item.vue.d.ts +18 -0
  191. package/dist/components/grid/item.vue.mjs +9 -0
  192. package/dist/components/grid/item.vue.mjs.map +1 -0
  193. package/dist/components/grid/item.vue2.mjs +74 -0
  194. package/dist/components/grid/item.vue2.mjs.map +1 -0
  195. package/dist/components/grid/types.d.ts +12 -0
  196. package/dist/components/image/index.d.ts +2 -0
  197. package/dist/components/image/index.vue.d.ts +20 -0
  198. package/dist/components/image/index.vue.mjs +132 -0
  199. package/dist/components/image/index.vue.mjs.map +1 -0
  200. package/dist/components/image/index.vue2.mjs +5 -0
  201. package/dist/components/image/index.vue2.mjs.map +1 -0
  202. package/dist/components/image/props.d.ts +4 -0
  203. package/dist/components/image/props.mjs +8 -0
  204. package/dist/components/image/props.mjs.map +1 -0
  205. package/dist/components/image/types.d.ts +6 -0
  206. package/dist/components/index.d.ts +20 -0
  207. package/dist/components/md-editor/config.d.ts +1 -0
  208. package/dist/components/md-editor/index.css +322 -0
  209. package/dist/components/md-editor/index.d.ts +2 -0
  210. package/dist/components/md-editor/index.vue.d.ts +35 -0
  211. package/dist/components/md-editor/index.vue.mjs +11 -0
  212. package/dist/components/md-editor/index.vue.mjs.map +1 -0
  213. package/dist/components/md-editor/index.vue2.mjs +180 -0
  214. package/dist/components/md-editor/index.vue2.mjs.map +1 -0
  215. package/dist/components/md-editor/index2.css +46 -0
  216. package/dist/components/md-editor/props.d.ts +19 -0
  217. package/dist/components/md-editor/props.mjs +50 -0
  218. package/dist/components/md-editor/props.mjs.map +1 -0
  219. package/dist/components/md-editor/types.d.ts +65 -0
  220. package/dist/components/office/index.d.ts +1 -0
  221. package/dist/components/office/pdf/config.d.ts +6 -0
  222. package/dist/components/office/pdf/config.mjs +9 -0
  223. package/dist/components/office/pdf/config.mjs.map +1 -0
  224. package/dist/components/office/pdf/hooks/useZoom.d.ts +21 -0
  225. package/dist/components/office/pdf/hooks/useZoom.mjs +200 -0
  226. package/dist/components/office/pdf/hooks/useZoom.mjs.map +1 -0
  227. package/dist/components/office/pdf/index.css +4870 -0
  228. package/dist/components/office/pdf/index.d.ts +2 -0
  229. package/dist/components/office/pdf/index.vue.d.ts +10 -0
  230. package/dist/components/office/pdf/index.vue.mjs +11 -0
  231. package/dist/components/office/pdf/index.vue.mjs.map +1 -0
  232. package/dist/components/office/pdf/index.vue2.mjs +323 -0
  233. package/dist/components/office/pdf/index.vue2.mjs.map +1 -0
  234. package/dist/components/office/pdf/index2.css +82 -0
  235. package/dist/components/office/pdf/types.d.ts +17 -0
  236. package/dist/components/org/index.d.ts +1 -0
  237. package/dist/components/org/select/index.css +13 -0
  238. package/dist/components/org/select/index.d.ts +2 -0
  239. package/dist/components/org/select/index.vue.d.ts +28 -0
  240. package/dist/components/org/select/index.vue.mjs +270 -0
  241. package/dist/components/org/select/index.vue.mjs.map +1 -0
  242. package/dist/components/org/select/index.vue3.mjs +7 -0
  243. package/dist/components/org/select/index.vue3.mjs.map +1 -0
  244. package/dist/components/org/select/props.d.ts +22 -0
  245. package/dist/components/org/select/props.mjs +19 -0
  246. package/dist/components/org/select/props.mjs.map +1 -0
  247. package/dist/components/org/select/types.d.ts +22 -0
  248. package/dist/components/read-write/index.css +26 -0
  249. package/dist/components/read-write/index.d.ts +2 -0
  250. package/dist/components/read-write/index.vue.d.ts +20 -0
  251. package/dist/components/read-write/index.vue.mjs +9 -0
  252. package/dist/components/read-write/index.vue.mjs.map +1 -0
  253. package/dist/components/read-write/index.vue2.mjs +320 -0
  254. package/dist/components/read-write/index.vue2.mjs.map +1 -0
  255. package/dist/components/read-write/props.d.ts +10 -0
  256. package/dist/components/read-write/props.mjs +14 -0
  257. package/dist/components/read-write/props.mjs.map +1 -0
  258. package/dist/components/read-write/types.d.ts +12 -0
  259. package/dist/components/service/index.d.ts +2 -0
  260. package/dist/components/service/list/index.css +13 -0
  261. package/dist/components/service/list/index.d.ts +2 -0
  262. package/dist/components/service/list/index.vue.d.ts +26 -0
  263. package/dist/components/service/list/index.vue.mjs +9 -0
  264. package/dist/components/service/list/index.vue.mjs.map +1 -0
  265. package/dist/components/service/list/index.vue2.mjs +254 -0
  266. package/dist/components/service/list/index.vue2.mjs.map +1 -0
  267. package/dist/components/service/list/props.d.ts +4 -0
  268. package/dist/components/service/list/props.mjs +8 -0
  269. package/dist/components/service/list/props.mjs.map +1 -0
  270. package/dist/components/service/list/types.d.ts +15 -0
  271. package/dist/components/service/table/index.css +11 -0
  272. package/dist/components/service/table/index.d.ts +2 -0
  273. package/dist/components/service/table/index.vue.d.ts +29 -0
  274. package/dist/components/service/table/index.vue.mjs +9 -0
  275. package/dist/components/service/table/index.vue.mjs.map +1 -0
  276. package/dist/components/service/table/index.vue2.mjs +711 -0
  277. package/dist/components/service/table/index.vue2.mjs.map +1 -0
  278. package/dist/components/service/table/props.d.ts +35 -0
  279. package/dist/components/service/table/props.mjs +40 -0
  280. package/dist/components/service/table/props.mjs.map +1 -0
  281. package/dist/components/service/table/types.d.ts +18 -0
  282. package/dist/components/service-dialog-table-select/define.d.ts +4 -0
  283. package/dist/components/service-dialog-table-select/define.mjs +7 -0
  284. package/dist/components/service-dialog-table-select/define.mjs.map +1 -0
  285. package/dist/components/service-dialog-table-select/index.css +28 -0
  286. package/dist/components/service-dialog-table-select/index.d.ts +3 -0
  287. package/dist/components/service-dialog-table-select/index.vue.d.ts +63 -0
  288. package/dist/components/service-dialog-table-select/index.vue.mjs +9 -0
  289. package/dist/components/service-dialog-table-select/index.vue.mjs.map +1 -0
  290. package/dist/components/service-dialog-table-select/index.vue2.mjs +658 -0
  291. package/dist/components/service-dialog-table-select/index.vue2.mjs.map +1 -0
  292. package/dist/components/service-dialog-table-select/props.d.ts +58 -0
  293. package/dist/components/service-dialog-table-select/props.mjs +35 -0
  294. package/dist/components/service-dialog-table-select/props.mjs.map +1 -0
  295. package/dist/components/service-dialog-table-select/types.d.ts +22 -0
  296. package/dist/components/service-popup-table-select/define.d.ts +4 -0
  297. package/dist/components/service-popup-table-select/define.mjs +7 -0
  298. package/dist/components/service-popup-table-select/define.mjs.map +1 -0
  299. package/dist/components/service-popup-table-select/index.css +3 -0
  300. package/dist/components/service-popup-table-select/index.d.ts +3 -0
  301. package/dist/components/service-popup-table-select/index.vue.d.ts +63 -0
  302. package/dist/components/service-popup-table-select/index.vue.mjs +11 -0
  303. package/dist/components/service-popup-table-select/index.vue.mjs.map +1 -0
  304. package/dist/components/service-popup-table-select/index.vue2.mjs +645 -0
  305. package/dist/components/service-popup-table-select/index.vue2.mjs.map +1 -0
  306. package/dist/components/service-popup-table-select/index2.css +19 -0
  307. package/dist/components/service-popup-table-select/props.d.ts +36 -0
  308. package/dist/components/service-popup-table-select/props.mjs +25 -0
  309. package/dist/components/service-popup-table-select/props.mjs.map +1 -0
  310. package/dist/components/service-popup-table-select/types.d.ts +13 -0
  311. package/dist/components/service-select/index.css +6 -0
  312. package/dist/components/service-select/index.d.ts +2 -0
  313. package/dist/components/service-select/index.vue.d.ts +30 -0
  314. package/dist/components/service-select/index.vue.mjs +9 -0
  315. package/dist/components/service-select/index.vue.mjs.map +1 -0
  316. package/dist/components/service-select/index.vue2.mjs +408 -0
  317. package/dist/components/service-select/index.vue2.mjs.map +1 -0
  318. package/dist/components/service-select/props.d.ts +19 -0
  319. package/dist/components/service-select/props.mjs +24 -0
  320. package/dist/components/service-select/props.mjs.map +1 -0
  321. package/dist/components/service-select/types.d.ts +15 -0
  322. package/dist/components/upload/config.d.ts +4 -0
  323. package/dist/components/upload/config.mjs +37 -0
  324. package/dist/components/upload/config.mjs.map +1 -0
  325. package/dist/components/upload/index.css +70 -0
  326. package/dist/components/upload/index.d.ts +3 -0
  327. package/dist/components/upload/index.vue.d.ts +21 -0
  328. package/dist/components/upload/index.vue.mjs +9 -0
  329. package/dist/components/upload/index.vue.mjs.map +1 -0
  330. package/dist/components/upload/index.vue2.mjs +555 -0
  331. package/dist/components/upload/index.vue2.mjs.map +1 -0
  332. package/dist/components/upload/props.d.ts +28 -0
  333. package/dist/components/upload/props.mjs +33 -0
  334. package/dist/components/upload/props.mjs.map +1 -0
  335. package/dist/components/upload/types.d.ts +45 -0
  336. package/dist/directive/hasPermi.d.ts +12 -0
  337. package/dist/directive/hasPermi.mjs +30 -0
  338. package/dist/directive/hasPermi.mjs.map +1 -0
  339. package/dist/directive/hasRole.d.ts +12 -0
  340. package/dist/directive/hasRole.mjs +30 -0
  341. package/dist/directive/hasRole.mjs.map +1 -0
  342. package/dist/directive/index.d.ts +2 -0
  343. package/dist/hooks/index.d.ts +6 -0
  344. package/dist/hooks/useAgentChat/index.d.ts +15 -0
  345. package/dist/hooks/useAgentChat/index.mjs +202 -0
  346. package/dist/hooks/useAgentChat/index.mjs.map +1 -0
  347. package/dist/hooks/useAgentChat/types.d.ts +46 -0
  348. package/dist/hooks/useDict/index.d.ts +18 -0
  349. package/dist/hooks/useDict/index.mjs +137 -0
  350. package/dist/hooks/useDict/index.mjs.map +1 -0
  351. package/dist/hooks/useDict/types.d.ts +13 -0
  352. package/dist/hooks/useDisabled.d.ts +5 -0
  353. package/dist/hooks/useDisabled.mjs +18 -0
  354. package/dist/hooks/useDisabled.mjs.map +1 -0
  355. package/dist/hooks/useModal.d.ts +36 -0
  356. package/dist/hooks/useModal.mjs +201 -0
  357. package/dist/hooks/useModal.mjs.map +1 -0
  358. package/dist/hooks/useReadonly.d.ts +5 -0
  359. package/dist/hooks/useReadonly.mjs +18 -0
  360. package/dist/hooks/useReadonly.mjs.map +1 -0
  361. package/dist/hooks/useUserAvatar/index.d.ts +5 -0
  362. package/dist/hooks/useUserAvatar/index.mjs +38 -0
  363. package/dist/hooks/useUserAvatar/index.mjs.map +1 -0
  364. package/dist/hooks/useUserAvatar/types.d.ts +3 -0
  365. package/dist/index.d.ts +5 -0
  366. package/dist/index.mjs +113 -0
  367. package/dist/index.mjs.map +1 -0
  368. package/dist/locales/en-US.d.ts +323 -0
  369. package/dist/locales/en-US.mjs +78 -0
  370. package/dist/locales/en-US.mjs.map +1 -0
  371. package/dist/locales/zh-CN.d.ts +323 -0
  372. package/dist/locales/zh-CN.mjs +75 -0
  373. package/dist/locales/zh-CN.mjs.map +1 -0
  374. package/dist/locales/zh-TW.d.ts +323 -0
  375. package/dist/locales/zh-TW.mjs +75 -0
  376. package/dist/locales/zh-TW.mjs.map +1 -0
  377. package/dist/node_modules/.pnpm/@codemirror_autocomplete@6.20.0/node_modules/@codemirror/autocomplete/dist/index.mjs +1602 -0
  378. package/dist/node_modules/.pnpm/@codemirror_autocomplete@6.20.0/node_modules/@codemirror/autocomplete/dist/index.mjs.map +1 -0
  379. package/dist/node_modules/.pnpm/@codemirror_commands@6.10.1/node_modules/@codemirror/commands/dist/index.mjs +1162 -0
  380. package/dist/node_modules/.pnpm/@codemirror_commands@6.10.1/node_modules/@codemirror/commands/dist/index.mjs.map +1 -0
  381. package/dist/node_modules/.pnpm/@codemirror_lang-angular@0.1.4/node_modules/@codemirror/lang-angular/dist/index.mjs +119 -0
  382. package/dist/node_modules/.pnpm/@codemirror_lang-angular@0.1.4/node_modules/@codemirror/lang-angular/dist/index.mjs.map +1 -0
  383. package/dist/node_modules/.pnpm/@codemirror_lang-cpp@6.0.3/node_modules/@codemirror/lang-cpp/dist/index.mjs +37 -0
  384. package/dist/node_modules/.pnpm/@codemirror_lang-cpp@6.0.3/node_modules/@codemirror/lang-cpp/dist/index.mjs.map +1 -0
  385. package/dist/node_modules/.pnpm/@codemirror_lang-css@6.3.1/node_modules/@codemirror/lang-css/dist/index.mjs +868 -0
  386. package/dist/node_modules/.pnpm/@codemirror_lang-css@6.3.1/node_modules/@codemirror/lang-css/dist/index.mjs.map +1 -0
  387. package/dist/node_modules/.pnpm/@codemirror_lang-go@6.0.1/node_modules/@codemirror/lang-go/dist/index.mjs +227 -0
  388. package/dist/node_modules/.pnpm/@codemirror_lang-go@6.0.1/node_modules/@codemirror/lang-go/dist/index.mjs.map +1 -0
  389. package/dist/node_modules/.pnpm/@codemirror_lang-html@6.4.11/node_modules/@codemirror/lang-html/dist/index.mjs +741 -0
  390. package/dist/node_modules/.pnpm/@codemirror_lang-html@6.4.11/node_modules/@codemirror/lang-html/dist/index.mjs.map +1 -0
  391. package/dist/node_modules/.pnpm/@codemirror_lang-java@6.0.2/node_modules/@codemirror/lang-java/dist/index.mjs +39 -0
  392. package/dist/node_modules/.pnpm/@codemirror_lang-java@6.0.2/node_modules/@codemirror/lang-java/dist/index.mjs.map +1 -0
  393. package/dist/node_modules/.pnpm/@codemirror_lang-javascript@6.2.4/node_modules/@codemirror/lang-javascript/dist/index.mjs +443 -0
  394. package/dist/node_modules/.pnpm/@codemirror_lang-javascript@6.2.4/node_modules/@codemirror/lang-javascript/dist/index.mjs.map +1 -0
  395. package/dist/node_modules/.pnpm/@codemirror_lang-jinja@6.0.0/node_modules/@codemirror/lang-jinja/dist/index.mjs +294 -0
  396. package/dist/node_modules/.pnpm/@codemirror_lang-jinja@6.0.0/node_modules/@codemirror/lang-jinja/dist/index.mjs.map +1 -0
  397. package/dist/node_modules/.pnpm/@codemirror_lang-json@6.0.2/node_modules/@codemirror/lang-json/dist/index.mjs +53 -0
  398. package/dist/node_modules/.pnpm/@codemirror_lang-json@6.0.2/node_modules/@codemirror/lang-json/dist/index.mjs.map +1 -0
  399. package/dist/node_modules/.pnpm/@codemirror_lang-less@6.0.2/node_modules/@codemirror/lang-less/dist/index.mjs +153 -0
  400. package/dist/node_modules/.pnpm/@codemirror_lang-less@6.0.2/node_modules/@codemirror/lang-less/dist/index.mjs.map +1 -0
  401. package/dist/node_modules/.pnpm/@codemirror_lang-liquid@6.3.1/node_modules/@codemirror/lang-liquid/dist/index.mjs +308 -0
  402. package/dist/node_modules/.pnpm/@codemirror_lang-liquid@6.3.1/node_modules/@codemirror/lang-liquid/dist/index.mjs.map +1 -0
  403. package/dist/node_modules/.pnpm/@codemirror_lang-markdown@6.5.0/node_modules/@codemirror/lang-markdown/dist/index.mjs +435 -0
  404. package/dist/node_modules/.pnpm/@codemirror_lang-markdown@6.5.0/node_modules/@codemirror/lang-markdown/dist/index.mjs.map +1 -0
  405. package/dist/node_modules/.pnpm/@codemirror_lang-php@6.0.2/node_modules/@codemirror/lang-php/dist/index.mjs +66 -0
  406. package/dist/node_modules/.pnpm/@codemirror_lang-php@6.0.2/node_modules/@codemirror/lang-php/dist/index.mjs.map +1 -0
  407. package/dist/node_modules/.pnpm/@codemirror_lang-python@6.2.1/node_modules/@codemirror/lang-python/dist/index.mjs +429 -0
  408. package/dist/node_modules/.pnpm/@codemirror_lang-python@6.2.1/node_modules/@codemirror/lang-python/dist/index.mjs.map +1 -0
  409. package/dist/node_modules/.pnpm/@codemirror_lang-rust@6.0.2/node_modules/@codemirror/lang-rust/dist/index.mjs +35 -0
  410. package/dist/node_modules/.pnpm/@codemirror_lang-rust@6.0.2/node_modules/@codemirror/lang-rust/dist/index.mjs.map +1 -0
  411. package/dist/node_modules/.pnpm/@codemirror_lang-sass@6.0.2/node_modules/@codemirror/lang-sass/dist/index.mjs +45 -0
  412. package/dist/node_modules/.pnpm/@codemirror_lang-sass@6.0.2/node_modules/@codemirror/lang-sass/dist/index.mjs.map +1 -0
  413. package/dist/node_modules/.pnpm/@codemirror_lang-sql@6.10.0/node_modules/@codemirror/lang-sql/dist/index.mjs +707 -0
  414. package/dist/node_modules/.pnpm/@codemirror_lang-sql@6.10.0/node_modules/@codemirror/lang-sql/dist/index.mjs.map +1 -0
  415. package/dist/node_modules/.pnpm/@codemirror_lang-vue@0.1.3/node_modules/@codemirror/lang-vue/dist/index.mjs +84 -0
  416. package/dist/node_modules/.pnpm/@codemirror_lang-vue@0.1.3/node_modules/@codemirror/lang-vue/dist/index.mjs.map +1 -0
  417. package/dist/node_modules/.pnpm/@codemirror_lang-wast@6.0.2/node_modules/@codemirror/lang-wast/dist/index.mjs +63 -0
  418. package/dist/node_modules/.pnpm/@codemirror_lang-wast@6.0.2/node_modules/@codemirror/lang-wast/dist/index.mjs.map +1 -0
  419. package/dist/node_modules/.pnpm/@codemirror_lang-xml@6.1.0/node_modules/@codemirror/lang-xml/dist/index.mjs +281 -0
  420. package/dist/node_modules/.pnpm/@codemirror_lang-xml@6.1.0/node_modules/@codemirror/lang-xml/dist/index.mjs.map +1 -0
  421. package/dist/node_modules/.pnpm/@codemirror_lang-yaml@6.1.2/node_modules/@codemirror/lang-yaml/dist/index.mjs +81 -0
  422. package/dist/node_modules/.pnpm/@codemirror_lang-yaml@6.1.2/node_modules/@codemirror/lang-yaml/dist/index.mjs.map +1 -0
  423. package/dist/node_modules/.pnpm/@codemirror_language-data@6.5.2/node_modules/@codemirror/language-data/dist/index.mjs +1030 -0
  424. package/dist/node_modules/.pnpm/@codemirror_language-data@6.5.2/node_modules/@codemirror/language-data/dist/index.mjs.map +1 -0
  425. package/dist/node_modules/.pnpm/@codemirror_language@6.12.1/node_modules/@codemirror/language/dist/index.mjs +1642 -0
  426. package/dist/node_modules/.pnpm/@codemirror_language@6.12.1/node_modules/@codemirror/language/dist/index.mjs.map +1 -0
  427. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/apl.mjs +141 -0
  428. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/apl.mjs.map +1 -0
  429. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/asciiarmor.mjs +57 -0
  430. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/asciiarmor.mjs.map +1 -0
  431. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/asn1.mjs +145 -0
  432. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/asn1.mjs.map +1 -0
  433. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/asterisk.mjs +346 -0
  434. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/asterisk.mjs.map +1 -0
  435. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/brainfuck.mjs +54 -0
  436. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/brainfuck.mjs.map +1 -0
  437. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/clike.mjs +800 -0
  438. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/clike.mjs.map +1 -0
  439. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/clojure.mjs +850 -0
  440. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/clojure.mjs.map +1 -0
  441. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/cmake.mjs +72 -0
  442. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/cmake.mjs.map +1 -0
  443. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/cobol.mjs +121 -0
  444. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/cobol.mjs.map +1 -0
  445. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/coffeescript.mjs +309 -0
  446. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/coffeescript.mjs.map +1 -0
  447. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/commonlisp.mjs +131 -0
  448. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/commonlisp.mjs.map +1 -0
  449. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/crystal.mjs +399 -0
  450. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/crystal.mjs.map +1 -0
  451. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/css.mjs +1773 -0
  452. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/css.mjs.map +1 -0
  453. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/cypher.mjs +122 -0
  454. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/cypher.mjs.map +1 -0
  455. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/d.mjs +180 -0
  456. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/d.mjs.map +1 -0
  457. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/diff.mjs +26 -0
  458. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/diff.mjs.map +1 -0
  459. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/dockerfile.mjs +202 -0
  460. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/dockerfile.mjs.map +1 -0
  461. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/dtd.mjs +115 -0
  462. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/dtd.mjs.map +1 -0
  463. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/dylan.mjs +315 -0
  464. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/dylan.mjs.map +1 -0
  465. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/ebnf.mjs +141 -0
  466. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/ebnf.mjs.map +1 -0
  467. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/ecl.mjs +179 -0
  468. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/ecl.mjs.map +1 -0
  469. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/eiffel.mjs +135 -0
  470. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/eiffel.mjs.map +1 -0
  471. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/elm.mjs +177 -0
  472. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/elm.mjs.map +1 -0
  473. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/erlang.mjs +675 -0
  474. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/erlang.mjs.map +1 -0
  475. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/factor.mjs +66 -0
  476. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/factor.mjs.map +1 -0
  477. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/fcl.mjs +142 -0
  478. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/fcl.mjs.map +1 -0
  479. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/forth.mjs +117 -0
  480. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/forth.mjs.map +1 -0
  481. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/fortran.mjs +468 -0
  482. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/fortran.mjs.map +1 -0
  483. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/gas.mjs +294 -0
  484. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/gas.mjs.map +1 -0
  485. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/gherkin.mjs +116 -0
  486. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/gherkin.mjs.map +1 -0
  487. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/groovy.mjs +224 -0
  488. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/groovy.mjs.map +1 -0
  489. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/haskell.mjs +460 -0
  490. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/haskell.mjs.map +1 -0
  491. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/haxe.mjs +515 -0
  492. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/haxe.mjs.map +1 -0
  493. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/http.mjs +80 -0
  494. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/http.mjs.map +1 -0
  495. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/idl.mjs +986 -0
  496. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/idl.mjs.map +1 -0
  497. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/javascript.mjs +993 -0
  498. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/javascript.mjs.map +1 -0
  499. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/julia.mjs +408 -0
  500. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/julia.mjs.map +1 -0
  501. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/livescript.mjs +297 -0
  502. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/livescript.mjs.map +1 -0
  503. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/lua.mjs +257 -0
  504. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/lua.mjs.map +1 -0
  505. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/mathematica.mjs +111 -0
  506. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/mathematica.mjs.map +1 -0
  507. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/mbox.mjs +118 -0
  508. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/mbox.mjs.map +1 -0
  509. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/mirc.mjs +108 -0
  510. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/mirc.mjs.map +1 -0
  511. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/mllike.mjs +335 -0
  512. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/mllike.mjs.map +1 -0
  513. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/modelica.mjs +148 -0
  514. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/modelica.mjs.map +1 -0
  515. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/mscgen.mjs +136 -0
  516. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/mscgen.mjs.map +1 -0
  517. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/mumps.mjs +94 -0
  518. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/mumps.mjs.map +1 -0
  519. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/nginx.mjs +142 -0
  520. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/nginx.mjs.map +1 -0
  521. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/nsis.mjs +63 -0
  522. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/nsis.mjs.map +1 -0
  523. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/ntriples.mjs +154 -0
  524. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/ntriples.mjs.map +1 -0
  525. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/octave.mjs +201 -0
  526. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/octave.mjs.map +1 -0
  527. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/oz.mjs +232 -0
  528. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/oz.mjs.map +1 -0
  529. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/pascal.mjs +106 -0
  530. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/pascal.mjs.map +1 -0
  531. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/perl.mjs +1106 -0
  532. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/perl.mjs.map +1 -0
  533. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/pig.mjs +102 -0
  534. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/pig.mjs.map +1 -0
  535. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/powershell.mjs +329 -0
  536. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/powershell.mjs.map +1 -0
  537. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/properties.mjs +59 -0
  538. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/properties.mjs.map +1 -0
  539. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/protobuf.mjs +78 -0
  540. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/protobuf.mjs.map +1 -0
  541. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/pug.mjs +406 -0
  542. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/pug.mjs.map +1 -0
  543. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/puppet.mjs +138 -0
  544. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/puppet.mjs.map +1 -0
  545. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/python.mjs +427 -0
  546. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/python.mjs.map +1 -0
  547. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/q.mjs +132 -0
  548. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/q.mjs.map +1 -0
  549. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/r.mjs +171 -0
  550. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/r.mjs.map +1 -0
  551. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/rpm.mjs +110 -0
  552. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/rpm.mjs.map +1 -0
  553. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/ruby.mjs +331 -0
  554. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/ruby.mjs.map +1 -0
  555. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/sas.mjs +208 -0
  556. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/sas.mjs.map +1 -0
  557. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/scheme.mjs +223 -0
  558. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/scheme.mjs.map +1 -0
  559. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/shell.mjs +223 -0
  560. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/shell.mjs.map +1 -0
  561. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/sieve.mjs +136 -0
  562. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/sieve.mjs.map +1 -0
  563. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/simple-mode.mjs +131 -0
  564. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/simple-mode.mjs.map +1 -0
  565. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/smalltalk.mjs +122 -0
  566. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/smalltalk.mjs.map +1 -0
  567. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/solr.mjs +70 -0
  568. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/solr.mjs.map +1 -0
  569. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/sparql.mjs +250 -0
  570. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/sparql.mjs.map +1 -0
  571. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/spreadsheet.mjs +88 -0
  572. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/spreadsheet.mjs.map +1 -0
  573. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/sql.mjs +343 -0
  574. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/sql.mjs.map +1 -0
  575. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/stex.mjs +231 -0
  576. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/stex.mjs.map +1 -0
  577. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/stylus.mjs +566 -0
  578. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/stylus.mjs.map +1 -0
  579. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/swift.mjs +292 -0
  580. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/swift.mjs.map +1 -0
  581. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/tcl.mjs +115 -0
  582. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/tcl.mjs.map +1 -0
  583. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/textile.mjs +415 -0
  584. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/textile.mjs.map +1 -0
  585. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/tiddlywiki.mjs +219 -0
  586. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/tiddlywiki.mjs.map +1 -0
  587. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/tiki.mjs +269 -0
  588. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/tiki.mjs.map +1 -0
  589. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/toml.mjs +77 -0
  590. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/toml.mjs.map +1 -0
  591. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/troff.mjs +62 -0
  592. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/troff.mjs.map +1 -0
  593. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/ttcn-cfg.mjs +134 -0
  594. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/ttcn-cfg.mjs.map +1 -0
  595. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/ttcn.mjs +193 -0
  596. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/ttcn.mjs.map +1 -0
  597. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/turtle.mjs +125 -0
  598. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/turtle.mjs.map +1 -0
  599. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/vb.mjs +197 -0
  600. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/vb.mjs.map +1 -0
  601. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/vbscript.mjs +479 -0
  602. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/vbscript.mjs.map +1 -0
  603. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/velocity.mjs +150 -0
  604. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/velocity.mjs.map +1 -0
  605. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/verilog.mjs +430 -0
  606. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/verilog.mjs.map +1 -0
  607. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/vhdl.mjs +159 -0
  608. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/vhdl.mjs.map +1 -0
  609. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/webidl.mjs +205 -0
  610. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/webidl.mjs.map +1 -0
  611. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/xquery.mjs +526 -0
  612. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/xquery.mjs.map +1 -0
  613. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/yacas.mjs +131 -0
  614. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/yacas.mjs.map +1 -0
  615. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/z80.mjs +93 -0
  616. package/dist/node_modules/.pnpm/@codemirror_legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/z80.mjs.map +1 -0
  617. package/dist/node_modules/.pnpm/@codemirror_search@6.5.11/node_modules/@codemirror/search/dist/index.mjs +1045 -0
  618. package/dist/node_modules/.pnpm/@codemirror_search@6.5.11/node_modules/@codemirror/search/dist/index.mjs.map +1 -0
  619. package/dist/node_modules/.pnpm/@codemirror_state@6.5.3/node_modules/@codemirror/state/dist/index.mjs +3382 -0
  620. package/dist/node_modules/.pnpm/@codemirror_state@6.5.3/node_modules/@codemirror/state/dist/index.mjs.map +1 -0
  621. package/dist/node_modules/.pnpm/@codemirror_view@6.39.6/node_modules/@codemirror/view/dist/index.mjs +9048 -0
  622. package/dist/node_modules/.pnpm/@codemirror_view@6.39.6/node_modules/@codemirror/view/dist/index.mjs.map +1 -0
  623. package/dist/node_modules/.pnpm/@lezer_common@1.5.0/node_modules/@lezer/common/dist/index.mjs +2061 -0
  624. package/dist/node_modules/.pnpm/@lezer_common@1.5.0/node_modules/@lezer/common/dist/index.mjs.map +1 -0
  625. package/dist/node_modules/.pnpm/@lezer_cpp@1.1.4/node_modules/@lezer/cpp/dist/index.mjs +127 -0
  626. package/dist/node_modules/.pnpm/@lezer_cpp@1.1.4/node_modules/@lezer/cpp/dist/index.mjs.map +1 -0
  627. package/dist/node_modules/.pnpm/@lezer_css@1.3.0/node_modules/@lezer/css/dist/index.mjs +158 -0
  628. package/dist/node_modules/.pnpm/@lezer_css@1.3.0/node_modules/@lezer/css/dist/index.mjs.map +1 -0
  629. package/dist/node_modules/.pnpm/@lezer_go@1.0.1/node_modules/@lezer/go/dist/index.mjs +94 -0
  630. package/dist/node_modules/.pnpm/@lezer_go@1.0.1/node_modules/@lezer/go/dist/index.mjs.map +1 -0
  631. package/dist/node_modules/.pnpm/@lezer_highlight@1.2.3/node_modules/@lezer/highlight/dist/index.mjs +719 -0
  632. package/dist/node_modules/.pnpm/@lezer_highlight@1.2.3/node_modules/@lezer/highlight/dist/index.mjs.map +1 -0
  633. package/dist/node_modules/.pnpm/@lezer_html@1.3.13/node_modules/@lezer/html/dist/index.mjs +311 -0
  634. package/dist/node_modules/.pnpm/@lezer_html@1.3.13/node_modules/@lezer/html/dist/index.mjs.map +1 -0
  635. package/dist/node_modules/.pnpm/@lezer_java@1.1.3/node_modules/@lezer/java/dist/index.mjs +65 -0
  636. package/dist/node_modules/.pnpm/@lezer_java@1.1.3/node_modules/@lezer/java/dist/index.mjs.map +1 -0
  637. package/dist/node_modules/.pnpm/@lezer_javascript@1.5.4/node_modules/@lezer/javascript/dist/index.mjs +195 -0
  638. package/dist/node_modules/.pnpm/@lezer_javascript@1.5.4/node_modules/@lezer/javascript/dist/index.mjs.map +1 -0
  639. package/dist/node_modules/.pnpm/@lezer_json@1.0.3/node_modules/@lezer/json/dist/index.mjs +36 -0
  640. package/dist/node_modules/.pnpm/@lezer_json@1.0.3/node_modules/@lezer/json/dist/index.mjs.map +1 -0
  641. package/dist/node_modules/.pnpm/@lezer_lr@1.4.5/node_modules/@lezer/lr/dist/index.mjs +1768 -0
  642. package/dist/node_modules/.pnpm/@lezer_lr@1.4.5/node_modules/@lezer/lr/dist/index.mjs.map +1 -0
  643. package/dist/node_modules/.pnpm/@lezer_markdown@1.6.2/node_modules/@lezer/markdown/dist/index.mjs +2077 -0
  644. package/dist/node_modules/.pnpm/@lezer_markdown@1.6.2/node_modules/@lezer/markdown/dist/index.mjs.map +1 -0
  645. package/dist/node_modules/.pnpm/@lezer_php@1.0.5/node_modules/@lezer/php/dist/index.mjs +272 -0
  646. package/dist/node_modules/.pnpm/@lezer_php@1.0.5/node_modules/@lezer/php/dist/index.mjs.map +1 -0
  647. package/dist/node_modules/.pnpm/@lezer_python@1.1.18/node_modules/@lezer/python/dist/index.mjs +269 -0
  648. package/dist/node_modules/.pnpm/@lezer_python@1.1.18/node_modules/@lezer/python/dist/index.mjs.map +1 -0
  649. package/dist/node_modules/.pnpm/@lezer_rust@1.0.2/node_modules/@lezer/rust/dist/index.mjs +150 -0
  650. package/dist/node_modules/.pnpm/@lezer_rust@1.0.2/node_modules/@lezer/rust/dist/index.mjs.map +1 -0
  651. package/dist/node_modules/.pnpm/@lezer_sass@1.1.0/node_modules/@lezer/sass/dist/index.mjs +289 -0
  652. package/dist/node_modules/.pnpm/@lezer_sass@1.1.0/node_modules/@lezer/sass/dist/index.mjs.map +1 -0
  653. package/dist/node_modules/.pnpm/@lezer_xml@1.0.6/node_modules/@lezer/xml/dist/index.mjs +113 -0
  654. package/dist/node_modules/.pnpm/@lezer_xml@1.0.6/node_modules/@lezer/xml/dist/index.mjs.map +1 -0
  655. package/dist/node_modules/.pnpm/@lezer_yaml@1.0.3/node_modules/@lezer/yaml/dist/index.mjs +335 -0
  656. package/dist/node_modules/.pnpm/@lezer_yaml@1.0.3/node_modules/@lezer/yaml/dist/index.mjs.map +1 -0
  657. package/dist/node_modules/.pnpm/@marijn_find-cluster-break@1.0.2/node_modules/@marijn/find-cluster-break/src/index.mjs +76 -0
  658. package/dist/node_modules/.pnpm/@marijn_find-cluster-break@1.0.2/node_modules/@marijn/find-cluster-break/src/index.mjs.map +1 -0
  659. package/dist/node_modules/.pnpm/@microsoft_fetch-event-source@2.0.1/node_modules/@microsoft/fetch-event-source/lib/esm/fetch.mjs +90 -0
  660. package/dist/node_modules/.pnpm/@microsoft_fetch-event-source@2.0.1/node_modules/@microsoft/fetch-event-source/lib/esm/fetch.mjs.map +1 -0
  661. package/dist/node_modules/.pnpm/@microsoft_fetch-event-source@2.0.1/node_modules/@microsoft/fetch-event-source/lib/esm/parse.mjs +110 -0
  662. package/dist/node_modules/.pnpm/@microsoft_fetch-event-source@2.0.1/node_modules/@microsoft/fetch-event-source/lib/esm/parse.mjs.map +1 -0
  663. package/dist/node_modules/.pnpm/@vavt_copy2clipboard@1.0.3/node_modules/@vavt/copy2clipboard/index.mjs +26 -0
  664. package/dist/node_modules/.pnpm/@vavt_copy2clipboard@1.0.3/node_modules/@vavt/copy2clipboard/index.mjs.map +1 -0
  665. package/dist/node_modules/.pnpm/@vavt_util@2.1.1/node_modules/@vavt/util/lib/es/index.mjs +128 -0
  666. package/dist/node_modules/.pnpm/@vavt_util@2.1.1/node_modules/@vavt/util/lib/es/index.mjs.map +1 -0
  667. package/dist/node_modules/.pnpm/@vueuse_core@14.0.0_vue@3.5.26_typescript@5.9.3_/node_modules/@vueuse/core/dist/index.mjs +62 -0
  668. package/dist/node_modules/.pnpm/@vueuse_core@14.0.0_vue@3.5.26_typescript@5.9.3_/node_modules/@vueuse/core/dist/index.mjs.map +1 -0
  669. package/dist/node_modules/.pnpm/@vueuse_shared@14.0.0_vue@3.5.26_typescript@5.9.3_/node_modules/@vueuse/shared/dist/index.mjs +67 -0
  670. package/dist/node_modules/.pnpm/@vueuse_shared@14.0.0_vue@3.5.26_typescript@5.9.3_/node_modules/@vueuse/shared/dist/index.mjs.map +1 -0
  671. package/dist/node_modules/.pnpm/crelt@1.0.6/node_modules/crelt/index.mjs +31 -0
  672. package/dist/node_modules/.pnpm/crelt@1.0.6/node_modules/crelt/index.mjs.map +1 -0
  673. package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/dayjs.min.mjs +287 -0
  674. package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/dayjs.min.mjs.map +1 -0
  675. package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode.mjs +380 -0
  676. package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode.mjs.map +1 -0
  677. package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode_codepoint.mjs +57 -0
  678. package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode_codepoint.mjs.map +1 -0
  679. package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-html.mjs +8 -0
  680. package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-html.mjs.map +1 -0
  681. package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-xml.mjs +8 -0
  682. package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-xml.mjs.map +1 -0
  683. package/dist/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/index.mjs +355 -0
  684. package/dist/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/index.mjs.map +1 -0
  685. package/dist/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/lib/re.mjs +48 -0
  686. package/dist/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/lib/re.mjs.map +1 -0
  687. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.mjs +7 -0
  688. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.mjs.map +1 -0
  689. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.mjs +22 -0
  690. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.mjs.map +1 -0
  691. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.mjs +22 -0
  692. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.mjs.map +1 -0
  693. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.mjs +7 -0
  694. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.mjs.map +1 -0
  695. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.mjs +22 -0
  696. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.mjs.map +1 -0
  697. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.mjs +7 -0
  698. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.mjs.map +1 -0
  699. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.mjs +7 -0
  700. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.mjs.map +1 -0
  701. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.mjs +19 -0
  702. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.mjs.map +1 -0
  703. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.mjs +6 -0
  704. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.mjs.map +1 -0
  705. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.mjs +6 -0
  706. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.mjs.map +1 -0
  707. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.mjs +7 -0
  708. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.mjs.map +1 -0
  709. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.mjs +17 -0
  710. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.mjs.map +1 -0
  711. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.mjs +13 -0
  712. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.mjs.map +1 -0
  713. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.mjs +14 -0
  714. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.mjs.map +1 -0
  715. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.mjs +25 -0
  716. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.mjs.map +1 -0
  717. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.mjs +11 -0
  718. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.mjs.map +1 -0
  719. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.mjs +11 -0
  720. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.mjs.map +1 -0
  721. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignMergeValue.mjs +11 -0
  722. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignMergeValue.mjs.map +1 -0
  723. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.mjs +14 -0
  724. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.mjs.map +1 -0
  725. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.mjs +14 -0
  726. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.mjs.map +1 -0
  727. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.mjs +17 -0
  728. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.mjs.map +1 -0
  729. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.mjs +75 -0
  730. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.mjs.map +1 -0
  731. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.mjs +22 -0
  732. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.mjs.map +1 -0
  733. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFor.mjs +6 -0
  734. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFor.mjs.map +1 -0
  735. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.mjs +14 -0
  736. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.mjs.map +1 -0
  737. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.mjs +10 -0
  738. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.mjs.map +1 -0
  739. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.mjs +15 -0
  740. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.mjs.map +1 -0
  741. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.mjs +10 -0
  742. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.mjs.map +1 -0
  743. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.mjs +10 -0
  744. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.mjs.map +1 -0
  745. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.mjs +23 -0
  746. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.mjs.map +1 -0
  747. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.mjs +10 -0
  748. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.mjs.map +1 -0
  749. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.mjs +15 -0
  750. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.mjs.map +1 -0
  751. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.mjs +20 -0
  752. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.mjs.map +1 -0
  753. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.mjs +21 -0
  754. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.mjs.map +1 -0
  755. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMerge.mjs +28 -0
  756. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMerge.mjs.map +1 -0
  757. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMergeDeep.mjs +62 -0
  758. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMergeDeep.mjs.map +1 -0
  759. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRest.mjs +10 -0
  760. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRest.mjs.map +1 -0
  761. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSet.mjs +32 -0
  762. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSet.mjs.map +1 -0
  763. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.mjs +15 -0
  764. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.mjs.map +1 -0
  765. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.mjs +11 -0
  766. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.mjs.map +1 -0
  767. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.mjs +22 -0
  768. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.mjs.map +1 -0
  769. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.mjs +9 -0
  770. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.mjs.map +1 -0
  771. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.mjs +14 -0
  772. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.mjs.map +1 -0
  773. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.mjs +10 -0
  774. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.mjs.map +1 -0
  775. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.mjs +17 -0
  776. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.mjs.map +1 -0
  777. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.mjs +9 -0
  778. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.mjs.map +1 -0
  779. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.mjs +10 -0
  780. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.mjs.map +1 -0
  781. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.mjs +9 -0
  782. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.mjs.map +1 -0
  783. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.mjs +9 -0
  784. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.mjs.map +1 -0
  785. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.mjs +12 -0
  786. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.mjs.map +1 -0
  787. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.mjs +24 -0
  788. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.mjs.map +1 -0
  789. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.mjs +6 -0
  790. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.mjs.map +1 -0
  791. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAssigner.mjs +24 -0
  792. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAssigner.mjs.map +1 -0
  793. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseFor.mjs +16 -0
  794. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseFor.mjs.map +1 -0
  795. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.mjs +13 -0
  796. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.mjs.map +1 -0
  797. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.mjs +5 -0
  798. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.mjs.map +1 -0
  799. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.mjs +10 -0
  800. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.mjs.map +1 -0
  801. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.mjs +9 -0
  802. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.mjs.map +1 -0
  803. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.mjs +10 -0
  804. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.mjs.map +1 -0
  805. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.mjs +6 -0
  806. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.mjs.map +1 -0
  807. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.mjs +26 -0
  808. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.mjs.map +1 -0
  809. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.mjs +18 -0
  810. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.mjs.map +1 -0
  811. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.mjs +35 -0
  812. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.mjs.map +1 -0
  813. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.mjs +7 -0
  814. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.mjs.map +1 -0
  815. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.mjs +9 -0
  816. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.mjs.map +1 -0
  817. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.mjs +9 -0
  818. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.mjs.map +1 -0
  819. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.mjs +16 -0
  820. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.mjs.map +1 -0
  821. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.mjs +11 -0
  822. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.mjs.map +1 -0
  823. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.mjs +12 -0
  824. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.mjs.map +1 -0
  825. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.mjs +14 -0
  826. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.mjs.map +1 -0
  827. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.mjs +44 -0
  828. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.mjs.map +1 -0
  829. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.mjs +10 -0
  830. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.mjs.map +1 -0
  831. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.mjs +11 -0
  832. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.mjs.map +1 -0
  833. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIterateeCall.mjs +18 -0
  834. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIterateeCall.mjs.map +1 -0
  835. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.mjs +17 -0
  836. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.mjs.map +1 -0
  837. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.mjs +8 -0
  838. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.mjs.map +1 -0
  839. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.mjs +12 -0
  840. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.mjs.map +1 -0
  841. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.mjs +9 -0
  842. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.mjs.map +1 -0
  843. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.mjs +8 -0
  844. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.mjs.map +1 -0
  845. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.mjs +21 -0
  846. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.mjs.map +1 -0
  847. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.mjs +9 -0
  848. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.mjs.map +1 -0
  849. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.mjs +8 -0
  850. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.mjs.map +1 -0
  851. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.mjs +15 -0
  852. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.mjs.map +1 -0
  853. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.mjs +15 -0
  854. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.mjs.map +1 -0
  855. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.mjs +10 -0
  856. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.mjs.map +1 -0
  857. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.mjs +8 -0
  858. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.mjs.map +1 -0
  859. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.mjs +8 -0
  860. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.mjs.map +1 -0
  861. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.mjs +11 -0
  862. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.mjs.map +1 -0
  863. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.mjs +16 -0
  864. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.mjs.map +1 -0
  865. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.mjs +6 -0
  866. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.mjs.map +1 -0
  867. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.mjs +6 -0
  868. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.mjs.map +1 -0
  869. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.mjs +13 -0
  870. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.mjs.map +1 -0
  871. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.mjs +19 -0
  872. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.mjs.map +1 -0
  873. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.mjs +9 -0
  874. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.mjs.map +1 -0
  875. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.mjs +9 -0
  876. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.mjs.map +1 -0
  877. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.mjs +22 -0
  878. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.mjs.map +1 -0
  879. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.mjs +7 -0
  880. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.mjs.map +1 -0
  881. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_safeGet.mjs +13 -0
  882. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_safeGet.mjs.map +1 -0
  883. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.mjs +7 -0
  884. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.mjs.map +1 -0
  885. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.mjs +21 -0
  886. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.mjs.map +1 -0
  887. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.mjs +9 -0
  888. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.mjs.map +1 -0
  889. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.mjs +9 -0
  890. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.mjs.map +1 -0
  891. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.mjs +7 -0
  892. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.mjs.map +1 -0
  893. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.mjs +7 -0
  894. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.mjs.map +1 -0
  895. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.mjs +23 -0
  896. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.mjs.map +1 -0
  897. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.mjs +17 -0
  898. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.mjs.map +1 -0
  899. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.mjs +12 -0
  900. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.mjs.map +1 -0
  901. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.mjs +19 -0
  902. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.mjs.map +1 -0
  903. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.mjs +9 -0
  904. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.mjs.map +1 -0
  905. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.mjs +9 -0
  906. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.mjs.map +1 -0
  907. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.mjs +7 -0
  908. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.mjs.map +1 -0
  909. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/get.mjs +9 -0
  910. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/get.mjs.map +1 -0
  911. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.mjs +7 -0
  912. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.mjs.map +1 -0
  913. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.mjs +14 -0
  914. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.mjs.map +1 -0
  915. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.mjs +5 -0
  916. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.mjs.map +1 -0
  917. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.mjs +9 -0
  918. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.mjs.map +1 -0
  919. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLikeObject.mjs +9 -0
  920. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLikeObject.mjs.map +1 -0
  921. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBoolean.mjs +10 -0
  922. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBoolean.mjs.map +1 -0
  923. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.mjs +12 -0
  924. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.mjs.map +1 -0
  925. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.mjs +14 -0
  926. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.mjs.map +1 -0
  927. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.mjs +8 -0
  928. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.mjs.map +1 -0
  929. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.mjs +9 -0
  930. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.mjs.map +1 -0
  931. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isNumber.mjs +10 -0
  932. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isNumber.mjs.map +1 -0
  933. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.mjs +8 -0
  934. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.mjs.map +1 -0
  935. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.mjs +7 -0
  936. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.mjs.map +1 -0
  937. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.mjs +23 -0
  938. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.mjs.map +1 -0
  939. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.mjs +9 -0
  940. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.mjs.map +1 -0
  941. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.mjs +10 -0
  942. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.mjs.map +1 -0
  943. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.mjs +9 -0
  944. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.mjs.map +1 -0
  945. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.mjs +10 -0
  946. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.mjs.map +1 -0
  947. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.mjs +10 -0
  948. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.mjs.map +1 -0
  949. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.mjs +23 -0
  950. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.mjs.map +1 -0
  951. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/merge.mjs +9 -0
  952. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/merge.mjs.map +1 -0
  953. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/set.mjs +8 -0
  954. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/set.mjs.map +1 -0
  955. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.mjs +7 -0
  956. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.mjs.map +1 -0
  957. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.mjs +7 -0
  958. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.mjs.map +1 -0
  959. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toPlainObject.mjs +9 -0
  960. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toPlainObject.mjs.map +1 -0
  961. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.mjs +8 -0
  962. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.mjs.map +1 -0
  963. package/dist/node_modules/.pnpm/lru-cache@11.2.4/node_modules/lru-cache/dist/esm/index.mjs +1424 -0
  964. package/dist/node_modules/.pnpm/lru-cache@11.2.4/node_modules/lru-cache/dist/esm/index.mjs.map +1 -0
  965. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/Icon.mjs +42 -0
  966. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/Icon.mjs.map +1 -0
  967. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/createLucideIcon.mjs +22 -0
  968. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/createLucideIcon.mjs.map +1 -0
  969. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/defaultAttributes.mjs +21 -0
  970. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/defaultAttributes.mjs.map +1 -0
  971. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/bold.mjs +17 -0
  972. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/bold.mjs.map +1 -0
  973. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/chart-area.mjs +21 -0
  974. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/chart-area.mjs.map +1 -0
  975. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/code-xml.mjs +16 -0
  976. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/code-xml.mjs.map +1 -0
  977. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/code.mjs +15 -0
  978. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/code.mjs.map +1 -0
  979. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/expand.mjs +21 -0
  980. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/expand.mjs.map +1 -0
  981. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/eye.mjs +21 -0
  982. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/eye.mjs.map +1 -0
  983. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/forward.mjs +15 -0
  984. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/forward.mjs.map +1 -0
  985. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/heading.mjs +16 -0
  986. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/heading.mjs.map +1 -0
  987. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/image.mjs +16 -0
  988. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/image.mjs.map +1 -0
  989. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/italic.mjs +16 -0
  990. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/italic.mjs.map +1 -0
  991. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/link.mjs +15 -0
  992. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/link.mjs.map +1 -0
  993. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/list-ordered.mjs +19 -0
  994. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/list-ordered.mjs.map +1 -0
  995. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/list-todo.mjs +18 -0
  996. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/list-todo.mjs.map +1 -0
  997. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/list-tree.mjs +18 -0
  998. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/list-tree.mjs.map +1 -0
  999. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/list.mjs +19 -0
  1000. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/list.mjs.map +1 -0
  1001. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/maximize-2.mjs +17 -0
  1002. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/maximize-2.mjs.map +1 -0
  1003. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/minimize-2.mjs +17 -0
  1004. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/minimize-2.mjs.map +1 -0
  1005. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/quote.mjs +27 -0
  1006. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/quote.mjs.map +1 -0
  1007. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/reply.mjs +15 -0
  1008. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/reply.mjs.map +1 -0
  1009. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/save.mjs +22 -0
  1010. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/save.mjs.map +1 -0
  1011. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/shrink.mjs +17 -0
  1012. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/shrink.mjs.map +1 -0
  1013. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/square-code.mjs +16 -0
  1014. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/square-code.mjs.map +1 -0
  1015. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/square-sigma.mjs +15 -0
  1016. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/square-sigma.mjs.map +1 -0
  1017. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/strikethrough.mjs +16 -0
  1018. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/strikethrough.mjs.map +1 -0
  1019. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/subscript.mjs +22 -0
  1020. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/subscript.mjs.map +1 -0
  1021. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/superscript.mjs +22 -0
  1022. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/superscript.mjs.map +1 -0
  1023. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/table.mjs +17 -0
  1024. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/table.mjs.map +1 -0
  1025. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/trash-2.mjs +18 -0
  1026. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/trash-2.mjs.map +1 -0
  1027. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/underline.mjs +15 -0
  1028. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/underline.mjs.map +1 -0
  1029. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/upload.mjs +16 -0
  1030. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/upload.mjs.map +1 -0
  1031. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/view.mjs +23 -0
  1032. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/view.mjs.map +1 -0
  1033. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/x.mjs +15 -0
  1034. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/icons/x.mjs.map +1 -0
  1035. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/shared/src/utils.mjs +27 -0
  1036. package/dist/node_modules/.pnpm/lucide-vue-next@0.543.0_vue@3.5.26_typescript@5.9.3_/node_modules/lucide-vue-next/dist/esm/shared/src/utils.mjs.map +1 -0
  1037. package/dist/node_modules/.pnpm/markdown-it-image-figures@2.1.1_markdown-it@14.1.0/node_modules/markdown-it-image-figures/dist/markdown-it-images-figures.mjs +64 -0
  1038. package/dist/node_modules/.pnpm/markdown-it-image-figures@2.1.1_markdown-it@14.1.0/node_modules/markdown-it-image-figures/dist/markdown-it-images-figures.mjs.map +1 -0
  1039. package/dist/node_modules/.pnpm/markdown-it-sub@2.0.0/node_modules/markdown-it-sub/index.mjs +50 -0
  1040. package/dist/node_modules/.pnpm/markdown-it-sub@2.0.0/node_modules/markdown-it-sub/index.mjs.map +1 -0
  1041. package/dist/node_modules/.pnpm/markdown-it-sup@2.0.0/node_modules/markdown-it-sup/index.mjs +50 -0
  1042. package/dist/node_modules/.pnpm/markdown-it-sup@2.0.0/node_modules/markdown-it-sup/index.mjs.map +1 -0
  1043. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_blocks.mjs +68 -0
  1044. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_blocks.mjs.map +1 -0
  1045. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_re.mjs +19 -0
  1046. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_re.mjs.map +1 -0
  1047. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/utils.mjs +227 -0
  1048. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/utils.mjs.map +1 -0
  1049. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/index.mjs +9 -0
  1050. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/index.mjs.map +1 -0
  1051. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_destination.mjs +78 -0
  1052. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_destination.mjs.map +1 -0
  1053. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_label.mjs +37 -0
  1054. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_label.mjs.map +1 -0
  1055. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_title.mjs +56 -0
  1056. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_title.mjs.map +1 -0
  1057. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/index.mjs +174 -0
  1058. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/index.mjs.map +1 -0
  1059. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_block.mjs +88 -0
  1060. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_block.mjs.map +1 -0
  1061. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_core.mjs +37 -0
  1062. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_core.mjs.map +1 -0
  1063. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_inline.mjs +124 -0
  1064. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_inline.mjs.map +1 -0
  1065. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/commonmark.mjs +79 -0
  1066. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/commonmark.mjs.map +1 -0
  1067. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/default.mjs +41 -0
  1068. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/default.mjs.map +1 -0
  1069. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/zero.mjs +60 -0
  1070. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/zero.mjs.map +1 -0
  1071. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/renderer.mjs +166 -0
  1072. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/renderer.mjs.map +1 -0
  1073. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/ruler.mjs +144 -0
  1074. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/ruler.mjs.map +1 -0
  1075. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/blockquote.mjs +128 -0
  1076. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/blockquote.mjs.map +1 -0
  1077. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/code.mjs +28 -0
  1078. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/code.mjs.map +1 -0
  1079. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/fence.mjs +71 -0
  1080. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/fence.mjs.map +1 -0
  1081. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/heading.mjs +44 -0
  1082. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/heading.mjs.map +1 -0
  1083. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/hr.mjs +37 -0
  1084. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/hr.mjs.map +1 -0
  1085. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/html_block.mjs +63 -0
  1086. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/html_block.mjs.map +1 -0
  1087. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/lheading.mjs +64 -0
  1088. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/lheading.mjs.map +1 -0
  1089. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/list.mjs +227 -0
  1090. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/list.mjs.map +1 -0
  1091. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/paragraph.mjs +39 -0
  1092. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/paragraph.mjs.map +1 -0
  1093. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/reference.mjs +178 -0
  1094. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/reference.mjs.map +1 -0
  1095. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/state_block.mjs +160 -0
  1096. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/state_block.mjs.map +1 -0
  1097. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/table.mjs +193 -0
  1098. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/table.mjs.map +1 -0
  1099. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/block.mjs +16 -0
  1100. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/block.mjs.map +1 -0
  1101. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/inline.mjs +13 -0
  1102. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/inline.mjs.map +1 -0
  1103. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/linkify.mjs +100 -0
  1104. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/linkify.mjs.map +1 -0
  1105. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/normalize.mjs +12 -0
  1106. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/normalize.mjs.map +1 -0
  1107. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/replacements.mjs +64 -0
  1108. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/replacements.mjs.map +1 -0
  1109. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/smartquotes.mjs +153 -0
  1110. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/smartquotes.mjs.map +1 -0
  1111. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/state_core.mjs +13 -0
  1112. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/state_core.mjs.map +1 -0
  1113. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/text_join.mjs +32 -0
  1114. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/text_join.mjs.map +1 -0
  1115. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/autolink.mjs +60 -0
  1116. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/autolink.mjs.map +1 -0
  1117. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/backticks.mjs +47 -0
  1118. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/backticks.mjs.map +1 -0
  1119. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/balance_pairs.mjs +66 -0
  1120. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/balance_pairs.mjs.map +1 -0
  1121. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/emphasis.mjs +89 -0
  1122. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/emphasis.mjs.map +1 -0
  1123. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/entity.mjs +45 -0
  1124. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/entity.mjs.map +1 -0
  1125. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/escape.mjs +54 -0
  1126. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/escape.mjs.map +1 -0
  1127. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/fragments_join.mjs +26 -0
  1128. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/fragments_join.mjs.map +1 -0
  1129. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/html_inline.mjs +41 -0
  1130. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/html_inline.mjs.map +1 -0
  1131. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/image.mjs +116 -0
  1132. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/image.mjs.map +1 -0
  1133. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/link.mjs +111 -0
  1134. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/link.mjs.map +1 -0
  1135. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/linkify.mjs +39 -0
  1136. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/linkify.mjs.map +1 -0
  1137. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/newline.mjs +34 -0
  1138. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/newline.mjs.map +1 -0
  1139. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/state_inline.mjs +75 -0
  1140. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/state_inline.mjs.map +1 -0
  1141. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/strikethrough.mjs +98 -0
  1142. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/strikethrough.mjs.map +1 -0
  1143. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/text.mjs +48 -0
  1144. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/text.mjs.map +1 -0
  1145. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/token.mjs +63 -0
  1146. package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/token.mjs.map +1 -0
  1147. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/MdEditor.mjs +3092 -0
  1148. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/MdEditor.mjs.map +1 -0
  1149. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/ModalToolbar.mjs +154 -0
  1150. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/ModalToolbar.mjs.map +1 -0
  1151. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/NormalToolbar.mjs +85 -0
  1152. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/NormalToolbar.mjs.map +1 -0
  1153. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/config.mjs +294 -0
  1154. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/config.mjs.map +1 -0
  1155. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/dom.mjs +160 -0
  1156. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/dom.mjs.map +1 -0
  1157. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/event-bus.mjs +57 -0
  1158. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/event-bus.mjs.map +1 -0
  1159. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/index.mjs +189 -0
  1160. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/index.mjs.map +1 -0
  1161. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/index2.mjs +290 -0
  1162. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/index2.mjs.map +1 -0
  1163. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/index3.mjs +2052 -0
  1164. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/index3.mjs.map +1 -0
  1165. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/index4.mjs +474 -0
  1166. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/index4.mjs.map +1 -0
  1167. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/index5.mjs +39 -0
  1168. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/index5.mjs.map +1 -0
  1169. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/vue-tsx.mjs +12 -0
  1170. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/chunks/vue-tsx.mjs.map +1 -0
  1171. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/index.mjs +638 -0
  1172. package/dist/node_modules/.pnpm/md-editor-v3@6.2.1_vue@3.5.26_typescript@5.9.3_/node_modules/md-editor-v3/lib/es/index.mjs.map +1 -0
  1173. package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/index.mjs +11 -0
  1174. package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/index.mjs.map +1 -0
  1175. package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/decode.mjs +84 -0
  1176. package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/decode.mjs.map +1 -0
  1177. package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/encode.mjs +65 -0
  1178. package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/encode.mjs.map +1 -0
  1179. package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/format.mjs +20 -0
  1180. package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/format.mjs.map +1 -0
  1181. package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/parse.mjs +183 -0
  1182. package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/parse.mjs.map +1 -0
  1183. package/dist/node_modules/.pnpm/medium-zoom@1.1.0/node_modules/medium-zoom/dist/medium-zoom.esm.mjs +463 -0
  1184. package/dist/node_modules/.pnpm/medium-zoom@1.1.0/node_modules/medium-zoom/dist/medium-zoom.esm.mjs.map +1 -0
  1185. package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/build/pdf.mjs +25810 -0
  1186. package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/build/pdf.mjs.map +1 -0
  1187. package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/build/pdf.sandbox.mjs +5 -0
  1188. package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/build/pdf.sandbox.mjs.map +1 -0
  1189. package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/build/pdf.worker.mjs +5 -0
  1190. package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/build/pdf.worker.mjs.map +1 -0
  1191. package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/web/pdf_viewer.mjs +8940 -0
  1192. package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/web/pdf_viewer.mjs.map +1 -0
  1193. package/dist/node_modules/.pnpm/punycode.js@2.3.1/node_modules/punycode.js/punycode.es6.mjs +241 -0
  1194. package/dist/node_modules/.pnpm/punycode.js@2.3.1/node_modules/punycode.js/punycode.es6.mjs.map +1 -0
  1195. package/dist/node_modules/.pnpm/style-mod@4.1.3/node_modules/style-mod/src/style-mod.mjs +133 -0
  1196. package/dist/node_modules/.pnpm/style-mod@4.1.3/node_modules/style-mod/src/style-mod.mjs.map +1 -0
  1197. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-0f6107c9.mjs +316 -0
  1198. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-0f6107c9.mjs.map +1 -0
  1199. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-4d4f98d8.mjs +330 -0
  1200. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-4d4f98d8.mjs.map +1 -0
  1201. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-8c6ad426.mjs +10 -0
  1202. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-8c6ad426.mjs.map +1 -0
  1203. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-c68053ef.mjs +17 -0
  1204. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-c68053ef.mjs.map +1 -0
  1205. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/form/consts/index.mjs +11 -0
  1206. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/form/consts/index.mjs.map +1 -0
  1207. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/locale/en_US.mjs +287 -0
  1208. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/locale/en_US.mjs.map +1 -0
  1209. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/locale/zh_TW.mjs +328 -0
  1210. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.26_typescript@5.9.3_/node_modules/tdesign-vue-next/es/locale/zh_TW.mjs.map +1 -0
  1211. package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cc/regex.mjs +5 -0
  1212. package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cc/regex.mjs.map +1 -0
  1213. package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cf/regex.mjs +5 -0
  1214. package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cf/regex.mjs.map +1 -0
  1215. package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/P/regex.mjs +5 -0
  1216. package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/P/regex.mjs.map +1 -0
  1217. package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/S/regex.mjs +5 -0
  1218. package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/S/regex.mjs.map +1 -0
  1219. package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Z/regex.mjs +5 -0
  1220. package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Z/regex.mjs.map +1 -0
  1221. package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/index.mjs +15 -0
  1222. package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/index.mjs.map +1 -0
  1223. package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/properties/Any/regex.mjs +5 -0
  1224. package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/properties/Any/regex.mjs.map +1 -0
  1225. package/dist/node_modules/.pnpm/w3c-keyname@2.2.8/node_modules/w3c-keyname/index.mjs +106 -0
  1226. package/dist/node_modules/.pnpm/w3c-keyname@2.2.8/node_modules/w3c-keyname/index.mjs.map +1 -0
  1227. package/dist/styles/index.css +123 -0
  1228. package/dist/utils/auth.d.ts +6 -0
  1229. package/dist/utils/auth.mjs +67 -0
  1230. package/dist/utils/auth.mjs.map +1 -0
  1231. package/dist/utils/autoImportResolver.d.ts +2 -0
  1232. package/dist/utils/index.d.ts +2 -0
  1233. package/dist/utils/time.d.ts +2 -0
  1234. package/dist/utils/time.mjs +30 -0
  1235. package/dist/utils/time.mjs.map +1 -0
  1236. package/dist/vue/qidian-vite-auto-import-resolver.cjs.js +49 -0
  1237. package/dist/vue/qidian-vite-auto-import-resolver.cjs.js.map +1 -0
  1238. package/dist/vue/qidian-vite-auto-import-resolver.es.js +48 -0
  1239. package/dist/vue/qidian-vite-auto-import-resolver.es.js.map +1 -0
  1240. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"perl.mjs","sources":["../../../../../../../../../../node_modules/.pnpm/@codemirror+legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/perl.js"],"sourcesContent":["\n// it's like \"peek\", but need for look-ahead or look-behind if index < 0\nfunction look(stream, c){\n return stream.string.charAt(stream.pos+(c||0));\n}\n\n// return a part of prefix of current stream from current position\nfunction prefix(stream, c){\n if(c){\n var x=stream.pos-c;\n return stream.string.substr((x>=0?x:0),c);}\n else{\n return stream.string.substr(0,stream.pos-1);\n }\n}\n\n// return a part of suffix of current stream from current position\nfunction suffix(stream, c){\n var y=stream.string.length;\n var x=y-stream.pos+1;\n return stream.string.substr(stream.pos,(c&&c<y?c:x));\n}\n\n// eating and vomiting a part of stream from current position\nfunction eatSuffix(stream, c){\n var x=stream.pos+c;\n var y;\n if(x<=0)\n stream.pos=0;\n else if(x>=(y=stream.string.length-1))\n stream.pos=y;\n else\n stream.pos=x;\n}\n\n// http://perldoc.perl.org\nvar PERL={ // null - magic touch\n // 1 - keyword\n // 2 - def\n // 3 - atom\n // 4 - operator\n // 5 - builtin (predefined)\n // [x,y] - x=1,2,3; y=must be defined if x{...}\n // PERL operators\n '->': 4,\n '++': 4,\n '--': 4,\n '**': 4,\n // ! ~ \\ and unary + and -\n '=~': 4,\n '!~': 4,\n '*': 4,\n '/': 4,\n '%': 4,\n 'x': 4,\n '+': 4,\n '-': 4,\n '.': 4,\n '<<': 4,\n '>>': 4,\n // named unary operators\n '<': 4,\n '>': 4,\n '<=': 4,\n '>=': 4,\n 'lt': 4,\n 'gt': 4,\n 'le': 4,\n 'ge': 4,\n '==': 4,\n '!=': 4,\n '<=>': 4,\n 'eq': 4,\n 'ne': 4,\n 'cmp': 4,\n '~~': 4,\n '&': 4,\n '|': 4,\n '^': 4,\n '&&': 4,\n '||': 4,\n '//': 4,\n '..': 4,\n '...': 4,\n '?': 4,\n ':': 4,\n '=': 4,\n '+=': 4,\n '-=': 4,\n '*=': 4, // etc. ???\n ',': 4,\n '=>': 4,\n '::': 4,\n // list operators (rightward)\n 'not': 4,\n 'and': 4,\n 'or': 4,\n 'xor': 4,\n // PERL predefined variables (I know, what this is a paranoid idea, but may be needed for people, who learn PERL, and for me as well, ...and may be for you?;)\n 'BEGIN': [5,1],\n 'END': [5,1],\n 'PRINT': [5,1],\n 'PRINTF': [5,1],\n 'GETC': [5,1],\n 'READ': [5,1],\n 'READLINE': [5,1],\n 'DESTROY': [5,1],\n 'TIE': [5,1],\n 'TIEHANDLE': [5,1],\n 'UNTIE': [5,1],\n 'STDIN': 5,\n 'STDIN_TOP': 5,\n 'STDOUT': 5,\n 'STDOUT_TOP': 5,\n 'STDERR': 5,\n 'STDERR_TOP': 5,\n '$ARG': 5,\n '$_': 5,\n '@ARG': 5,\n '@_': 5,\n '$LIST_SEPARATOR': 5,\n '$\"': 5,\n '$PROCESS_ID': 5,\n '$PID': 5,\n '$$': 5,\n '$REAL_GROUP_ID': 5,\n '$GID': 5,\n '$(': 5,\n '$EFFECTIVE_GROUP_ID': 5,\n '$EGID': 5,\n '$)': 5,\n '$PROGRAM_NAME': 5,\n '$0': 5,\n '$SUBSCRIPT_SEPARATOR': 5,\n '$SUBSEP': 5,\n '$;': 5,\n '$REAL_USER_ID': 5,\n '$UID': 5,\n '$<': 5,\n '$EFFECTIVE_USER_ID': 5,\n '$EUID': 5,\n '$>': 5,\n '$a': 5,\n '$b': 5,\n '$COMPILING': 5,\n '$^C': 5,\n '$DEBUGGING': 5,\n '$^D': 5,\n '${^ENCODING}': 5,\n '$ENV': 5,\n '%ENV': 5,\n '$SYSTEM_FD_MAX': 5,\n '$^F': 5,\n '@F': 5,\n '${^GLOBAL_PHASE}': 5,\n '$^H': 5,\n '%^H': 5,\n '@INC': 5,\n '%INC': 5,\n '$INPLACE_EDIT': 5,\n '$^I': 5,\n '$^M': 5,\n '$OSNAME': 5,\n '$^O': 5,\n '${^OPEN}': 5,\n '$PERLDB': 5,\n '$^P': 5,\n '$SIG': 5,\n '%SIG': 5,\n '$BASETIME': 5,\n '$^T': 5,\n '${^TAINT}': 5,\n '${^UNICODE}': 5,\n '${^UTF8CACHE}': 5,\n '${^UTF8LOCALE}': 5,\n '$PERL_VERSION': 5,\n '$^V': 5,\n '${^WIN32_SLOPPY_STAT}': 5,\n '$EXECUTABLE_NAME': 5,\n '$^X': 5,\n '$1': 5, // - regexp $1, $2...\n '$MATCH': 5,\n '$&': 5,\n '${^MATCH}': 5,\n '$PREMATCH': 5,\n '$`': 5,\n '${^PREMATCH}': 5,\n '$POSTMATCH': 5,\n \"$'\": 5,\n '${^POSTMATCH}': 5,\n '$LAST_PAREN_MATCH': 5,\n '$+': 5,\n '$LAST_SUBMATCH_RESULT': 5,\n '$^N': 5,\n '@LAST_MATCH_END': 5,\n '@+': 5,\n '%LAST_PAREN_MATCH': 5,\n '%+': 5,\n '@LAST_MATCH_START': 5,\n '@-': 5,\n '%LAST_MATCH_START': 5,\n '%-': 5,\n '$LAST_REGEXP_CODE_RESULT': 5,\n '$^R': 5,\n '${^RE_DEBUG_FLAGS}': 5,\n '${^RE_TRIE_MAXBUF}': 5,\n '$ARGV': 5,\n '@ARGV': 5,\n 'ARGV': 5,\n 'ARGVOUT': 5,\n '$OUTPUT_FIELD_SEPARATOR': 5,\n '$OFS': 5,\n '$,': 5,\n '$INPUT_LINE_NUMBER': 5,\n '$NR': 5,\n '$.': 5,\n '$INPUT_RECORD_SEPARATOR': 5,\n '$RS': 5,\n '$/': 5,\n '$OUTPUT_RECORD_SEPARATOR': 5,\n '$ORS': 5,\n '$\\\\': 5,\n '$OUTPUT_AUTOFLUSH': 5,\n '$|': 5,\n '$ACCUMULATOR': 5,\n '$^A': 5,\n '$FORMAT_FORMFEED': 5,\n '$^L': 5,\n '$FORMAT_PAGE_NUMBER': 5,\n '$%': 5,\n '$FORMAT_LINES_LEFT': 5,\n '$-': 5,\n '$FORMAT_LINE_BREAK_CHARACTERS': 5,\n '$:': 5,\n '$FORMAT_LINES_PER_PAGE': 5,\n '$=': 5,\n '$FORMAT_TOP_NAME': 5,\n '$^': 5,\n '$FORMAT_NAME': 5,\n '$~': 5,\n '${^CHILD_ERROR_NATIVE}': 5,\n '$EXTENDED_OS_ERROR': 5,\n '$^E': 5,\n '$EXCEPTIONS_BEING_CAUGHT': 5,\n '$^S': 5,\n '$WARNING': 5,\n '$^W': 5,\n '${^WARNING_BITS}': 5,\n '$OS_ERROR': 5,\n '$ERRNO': 5,\n '$!': 5,\n '%OS_ERROR': 5,\n '%ERRNO': 5,\n '%!': 5,\n '$CHILD_ERROR': 5,\n '$?': 5,\n '$EVAL_ERROR': 5,\n '$@': 5,\n '$OFMT': 5,\n '$#': 5,\n '$*': 5,\n '$ARRAY_BASE': 5,\n '$[': 5,\n '$OLD_PERL_VERSION': 5,\n '$]': 5,\n // PERL blocks\n 'if':[1,1],\n elsif:[1,1],\n 'else':[1,1],\n 'while':[1,1],\n unless:[1,1],\n 'for':[1,1],\n foreach:[1,1],\n // PERL functions\n 'abs':1, // - absolute value function\n accept:1, // - accept an incoming socket connect\n alarm:1, // - schedule a SIGALRM\n 'atan2':1, // - arctangent of Y/X in the range -PI to PI\n bind:1, // - binds an address to a socket\n binmode:1, // - prepare binary files for I/O\n bless:1, // - create an object\n bootstrap:1, //\n 'break':1, // - break out of a \"given\" block\n caller:1, // - get context of the current subroutine call\n chdir:1, // - change your current working directory\n chmod:1, // - changes the permissions on a list of files\n chomp:1, // - remove a trailing record separator from a string\n chop:1, // - remove the last character from a string\n chown:1, // - change the ownership on a list of files\n chr:1, // - get character this number represents\n chroot:1, // - make directory new root for path lookups\n close:1, // - close file (or pipe or socket) handle\n closedir:1, // - close directory handle\n connect:1, // - connect to a remote socket\n 'continue':[1,1], // - optional trailing block in a while or foreach\n 'cos':1, // - cosine function\n crypt:1, // - one-way passwd-style encryption\n dbmclose:1, // - breaks binding on a tied dbm file\n dbmopen:1, // - create binding on a tied dbm file\n 'default':1, //\n defined:1, // - test whether a value, variable, or function is defined\n 'delete':1, // - deletes a value from a hash\n die:1, // - raise an exception or bail out\n 'do':1, // - turn a BLOCK into a TERM\n dump:1, // - create an immediate core dump\n each:1, // - retrieve the next key/value pair from a hash\n endgrent:1, // - be done using group file\n endhostent:1, // - be done using hosts file\n endnetent:1, // - be done using networks file\n endprotoent:1, // - be done using protocols file\n endpwent:1, // - be done using passwd file\n endservent:1, // - be done using services file\n eof:1, // - test a filehandle for its end\n 'eval':1, // - catch exceptions or compile and run code\n 'exec':1, // - abandon this program to run another\n exists:1, // - test whether a hash key is present\n exit:1, // - terminate this program\n 'exp':1, // - raise I to a power\n fcntl:1, // - file control system call\n fileno:1, // - return file descriptor from filehandle\n flock:1, // - lock an entire file with an advisory lock\n fork:1, // - create a new process just like this one\n format:1, // - declare a picture format with use by the write() function\n formline:1, // - internal function used for formats\n getc:1, // - get the next character from the filehandle\n getgrent:1, // - get next group record\n getgrgid:1, // - get group record given group user ID\n getgrnam:1, // - get group record given group name\n gethostbyaddr:1, // - get host record given its address\n gethostbyname:1, // - get host record given name\n gethostent:1, // - get next hosts record\n getlogin:1, // - return who logged in at this tty\n getnetbyaddr:1, // - get network record given its address\n getnetbyname:1, // - get networks record given name\n getnetent:1, // - get next networks record\n getpeername:1, // - find the other end of a socket connection\n getpgrp:1, // - get process group\n getppid:1, // - get parent process ID\n getpriority:1, // - get current nice value\n getprotobyname:1, // - get protocol record given name\n getprotobynumber:1, // - get protocol record numeric protocol\n getprotoent:1, // - get next protocols record\n getpwent:1, // - get next passwd record\n getpwnam:1, // - get passwd record given user login name\n getpwuid:1, // - get passwd record given user ID\n getservbyname:1, // - get services record given its name\n getservbyport:1, // - get services record given numeric port\n getservent:1, // - get next services record\n getsockname:1, // - retrieve the sockaddr for a given socket\n getsockopt:1, // - get socket options on a given socket\n given:1, //\n glob:1, // - expand filenames using wildcards\n gmtime:1, // - convert UNIX time into record or string using Greenwich time\n 'goto':1, // - create spaghetti code\n grep:1, // - locate elements in a list test true against a given criterion\n hex:1, // - convert a string to a hexadecimal number\n 'import':1, // - patch a module's namespace into your own\n index:1, // - find a substring within a string\n 'int':1, // - get the integer portion of a number\n ioctl:1, // - system-dependent device control system call\n 'join':1, // - join a list into a string using a separator\n keys:1, // - retrieve list of indices from a hash\n kill:1, // - send a signal to a process or process group\n last:1, // - exit a block prematurely\n lc:1, // - return lower-case version of a string\n lcfirst:1, // - return a string with just the next letter in lower case\n length:1, // - return the number of bytes in a string\n 'link':1, // - create a hard link in the filesystem\n listen:1, // - register your socket as a server\n local: 2, // - create a temporary value for a global variable (dynamic scoping)\n localtime:1, // - convert UNIX time into record or string using local time\n lock:1, // - get a thread lock on a variable, subroutine, or method\n 'log':1, // - retrieve the natural logarithm for a number\n lstat:1, // - stat a symbolic link\n m:null, // - match a string with a regular expression pattern\n map:1, // - apply a change to a list to get back a new list with the changes\n mkdir:1, // - create a directory\n msgctl:1, // - SysV IPC message control operations\n msgget:1, // - get SysV IPC message queue\n msgrcv:1, // - receive a SysV IPC message from a message queue\n msgsnd:1, // - send a SysV IPC message to a message queue\n my: 2, // - declare and assign a local variable (lexical scoping)\n 'new':1, //\n next:1, // - iterate a block prematurely\n no:1, // - unimport some module symbols or semantics at compile time\n oct:1, // - convert a string to an octal number\n open:1, // - open a file, pipe, or descriptor\n opendir:1, // - open a directory\n ord:1, // - find a character's numeric representation\n our: 2, // - declare and assign a package variable (lexical scoping)\n pack:1, // - convert a list into a binary representation\n 'package':1, // - declare a separate global namespace\n pipe:1, // - open a pair of connected filehandles\n pop:1, // - remove the last element from an array and return it\n pos:1, // - find or set the offset for the last/next m//g search\n print:1, // - output a list to a filehandle\n printf:1, // - output a formatted list to a filehandle\n prototype:1, // - get the prototype (if any) of a subroutine\n push:1, // - append one or more elements to an array\n q:null, // - singly quote a string\n qq:null, // - doubly quote a string\n qr:null, // - Compile pattern\n quotemeta:null, // - quote regular expression magic characters\n qw:null, // - quote a list of words\n qx:null, // - backquote quote a string\n rand:1, // - retrieve the next pseudorandom number\n read:1, // - fixed-length buffered input from a filehandle\n readdir:1, // - get a directory from a directory handle\n readline:1, // - fetch a record from a file\n readlink:1, // - determine where a symbolic link is pointing\n readpipe:1, // - execute a system command and collect standard output\n recv:1, // - receive a message over a Socket\n redo:1, // - start this loop iteration over again\n ref:1, // - find out the type of thing being referenced\n rename:1, // - change a filename\n require:1, // - load in external functions from a library at runtime\n reset:1, // - clear all variables of a given name\n 'return':1, // - get out of a function early\n reverse:1, // - flip a string or a list\n rewinddir:1, // - reset directory handle\n rindex:1, // - right-to-left substring search\n rmdir:1, // - remove a directory\n s:null, // - replace a pattern with a string\n say:1, // - print with newline\n scalar:1, // - force a scalar context\n seek:1, // - reposition file pointer for random-access I/O\n seekdir:1, // - reposition directory pointer\n select:1, // - reset default output or do I/O multiplexing\n semctl:1, // - SysV semaphore control operations\n semget:1, // - get set of SysV semaphores\n semop:1, // - SysV semaphore operations\n send:1, // - send a message over a socket\n setgrent:1, // - prepare group file for use\n sethostent:1, // - prepare hosts file for use\n setnetent:1, // - prepare networks file for use\n setpgrp:1, // - set the process group of a process\n setpriority:1, // - set a process's nice value\n setprotoent:1, // - prepare protocols file for use\n setpwent:1, // - prepare passwd file for use\n setservent:1, // - prepare services file for use\n setsockopt:1, // - set some socket options\n shift:1, // - remove the first element of an array, and return it\n shmctl:1, // - SysV shared memory operations\n shmget:1, // - get SysV shared memory segment identifier\n shmread:1, // - read SysV shared memory\n shmwrite:1, // - write SysV shared memory\n shutdown:1, // - close down just half of a socket connection\n 'sin':1, // - return the sine of a number\n sleep:1, // - block for some number of seconds\n socket:1, // - create a socket\n socketpair:1, // - create a pair of sockets\n 'sort':1, // - sort a list of values\n splice:1, // - add or remove elements anywhere in an array\n 'split':1, // - split up a string using a regexp delimiter\n sprintf:1, // - formatted print into a string\n 'sqrt':1, // - square root function\n srand:1, // - seed the random number generator\n stat:1, // - get a file's status information\n state:1, // - declare and assign a state variable (persistent lexical scoping)\n study:1, // - optimize input data for repeated searches\n 'sub':1, // - declare a subroutine, possibly anonymously\n 'substr':1, // - get or alter a portion of a string\n symlink:1, // - create a symbolic link to a file\n syscall:1, // - execute an arbitrary system call\n sysopen:1, // - open a file, pipe, or descriptor\n sysread:1, // - fixed-length unbuffered input from a filehandle\n sysseek:1, // - position I/O pointer on handle used with sysread and syswrite\n system:1, // - run a separate program\n syswrite:1, // - fixed-length unbuffered output to a filehandle\n tell:1, // - get current seekpointer on a filehandle\n telldir:1, // - get current seekpointer on a directory handle\n tie:1, // - bind a variable to an object class\n tied:1, // - get a reference to the object underlying a tied variable\n time:1, // - return number of seconds since 1970\n times:1, // - return elapsed time for self and child processes\n tr:null, // - transliterate a string\n truncate:1, // - shorten a file\n uc:1, // - return upper-case version of a string\n ucfirst:1, // - return a string with just the next letter in upper case\n umask:1, // - set file creation mode mask\n undef:1, // - remove a variable or function definition\n unlink:1, // - remove one link to a file\n unpack:1, // - convert binary structure into normal perl variables\n unshift:1, // - prepend more elements to the beginning of a list\n untie:1, // - break a tie binding to a variable\n use:1, // - load in a module at compile time\n utime:1, // - set a file's last access and modify times\n values:1, // - return a list of the values in a hash\n vec:1, // - test or set particular bits in a string\n wait:1, // - wait for any child process to die\n waitpid:1, // - wait for a particular child process to die\n wantarray:1, // - get void vs scalar vs list context of current subroutine call\n warn:1, // - print debugging info\n when:1, //\n write:1, // - print a picture record\n y:null}; // - transliterate a string\n\nvar RXstyle=\"string.special\";\nvar RXmodifiers=/[goseximacplud]/; // NOTE: \"m\", \"s\", \"y\" and \"tr\" need to correct real modifiers for each regexp type\n\nfunction tokenChain(stream,state,chain,style,tail){ // NOTE: chain.length > 2 is not working now (it's for s[...][...]geos;)\n state.chain=null; // 12 3tail\n state.style=null;\n state.tail=null;\n state.tokenize=function(stream,state){\n var e=false,c,i=0;\n while(c=stream.next()){\n if(c===chain[i]&&!e){\n if(chain[++i]!==undefined){\n state.chain=chain[i];\n state.style=style;\n state.tail=tail;}\n else if(tail)\n stream.eatWhile(tail);\n state.tokenize=tokenPerl;\n return style;}\n e=!e&&c==\"\\\\\";}\n return style;};\n return state.tokenize(stream,state);}\n\nfunction tokenSOMETHING(stream,state,string){\n state.tokenize=function(stream,state){\n if(stream.string==string)\n state.tokenize=tokenPerl;\n stream.skipToEnd();\n return \"string\";};\n return state.tokenize(stream,state);}\n\nfunction tokenPerl(stream,state){\n if(stream.eatSpace())\n return null;\n if(state.chain)\n return tokenChain(stream,state,state.chain,state.style,state.tail);\n if(stream.match(/^(\\-?((\\d[\\d_]*)?\\.\\d+(e[+-]?\\d+)?|\\d+\\.\\d*)|0x[\\da-fA-F_]+|0b[01_]+|\\d[\\d_]*(e[+-]?\\d+)?)/))\n return 'number';\n if(stream.match(/^<<(?=[_a-zA-Z])/)){ // NOTE: <<SOMETHING\\n...\\nSOMETHING\\n\n stream.eatWhile(/\\w/);\n return tokenSOMETHING(stream,state,stream.current().substr(2));}\n if(stream.sol()&&stream.match(/^\\=item(?!\\w)/)){// NOTE: \\n=item...\\n=cut\\n\n return tokenSOMETHING(stream,state,'=cut');}\n var ch=stream.next();\n if(ch=='\"'||ch==\"'\"){ // NOTE: ' or \" or <<'SOMETHING'\\n...\\nSOMETHING\\n or <<\"SOMETHING\"\\n...\\nSOMETHING\\n\n if(prefix(stream, 3)==\"<<\"+ch){\n var p=stream.pos;\n stream.eatWhile(/\\w/);\n var n=stream.current().substr(1);\n if(n&&stream.eat(ch))\n return tokenSOMETHING(stream,state,n);\n stream.pos=p;}\n return tokenChain(stream,state,[ch],\"string\");}\n if(ch==\"q\"){\n var c=look(stream, -2);\n if(!(c&&/\\w/.test(c))){\n c=look(stream, 0);\n if(c==\"x\"){\n c=look(stream, 1);\n if(c==\"(\"){\n eatSuffix(stream, 2);\n return tokenChain(stream,state,[\")\"],RXstyle,RXmodifiers);}\n if(c==\"[\"){\n eatSuffix(stream, 2);\n return tokenChain(stream,state,[\"]\"],RXstyle,RXmodifiers);}\n if(c==\"{\"){\n eatSuffix(stream, 2);\n return tokenChain(stream,state,[\"}\"],RXstyle,RXmodifiers);}\n if(c==\"<\"){\n eatSuffix(stream, 2);\n return tokenChain(stream,state,[\">\"],RXstyle,RXmodifiers);}\n if(/[\\^'\"!~\\/]/.test(c)){\n eatSuffix(stream, 1);\n return tokenChain(stream,state,[stream.eat(c)],RXstyle,RXmodifiers);}}\n else if(c==\"q\"){\n c=look(stream, 1);\n if(c==\"(\"){\n eatSuffix(stream, 2);\n return tokenChain(stream,state,[\")\"],\"string\");}\n if(c==\"[\"){\n eatSuffix(stream, 2);\n return tokenChain(stream,state,[\"]\"],\"string\");}\n if(c==\"{\"){\n eatSuffix(stream, 2);\n return tokenChain(stream,state,[\"}\"],\"string\");}\n if(c==\"<\"){\n eatSuffix(stream, 2);\n return tokenChain(stream,state,[\">\"],\"string\");}\n if(/[\\^'\"!~\\/]/.test(c)){\n eatSuffix(stream, 1);\n return tokenChain(stream,state,[stream.eat(c)],\"string\");}}\n else if(c==\"w\"){\n c=look(stream, 1);\n if(c==\"(\"){\n eatSuffix(stream, 2);\n return tokenChain(stream,state,[\")\"],\"bracket\");}\n if(c==\"[\"){\n eatSuffix(stream, 2);\n return tokenChain(stream,state,[\"]\"],\"bracket\");}\n if(c==\"{\"){\n eatSuffix(stream, 2);\n return tokenChain(stream,state,[\"}\"],\"bracket\");}\n if(c==\"<\"){\n eatSuffix(stream, 2);\n return tokenChain(stream,state,[\">\"],\"bracket\");}\n if(/[\\^'\"!~\\/]/.test(c)){\n eatSuffix(stream, 1);\n return tokenChain(stream,state,[stream.eat(c)],\"bracket\");}}\n else if(c==\"r\"){\n c=look(stream, 1);\n if(c==\"(\"){\n eatSuffix(stream, 2);\n return tokenChain(stream,state,[\")\"],RXstyle,RXmodifiers);}\n if(c==\"[\"){\n eatSuffix(stream, 2);\n return tokenChain(stream,state,[\"]\"],RXstyle,RXmodifiers);}\n if(c==\"{\"){\n eatSuffix(stream, 2);\n return tokenChain(stream,state,[\"}\"],RXstyle,RXmodifiers);}\n if(c==\"<\"){\n eatSuffix(stream, 2);\n return tokenChain(stream,state,[\">\"],RXstyle,RXmodifiers);}\n if(/[\\^'\"!~\\/]/.test(c)){\n eatSuffix(stream, 1);\n return tokenChain(stream,state,[stream.eat(c)],RXstyle,RXmodifiers);}}\n else if(/[\\^'\"!~\\/(\\[{<]/.test(c)){\n if(c==\"(\"){\n eatSuffix(stream, 1);\n return tokenChain(stream,state,[\")\"],\"string\");}\n if(c==\"[\"){\n eatSuffix(stream, 1);\n return tokenChain(stream,state,[\"]\"],\"string\");}\n if(c==\"{\"){\n eatSuffix(stream, 1);\n return tokenChain(stream,state,[\"}\"],\"string\");}\n if(c==\"<\"){\n eatSuffix(stream, 1);\n return tokenChain(stream,state,[\">\"],\"string\");}\n if(/[\\^'\"!~\\/]/.test(c)){\n return tokenChain(stream,state,[stream.eat(c)],\"string\");}}}}\n if(ch==\"m\"){\n var c=look(stream, -2);\n if(!(c&&/\\w/.test(c))){\n c=stream.eat(/[(\\[{<\\^'\"!~\\/]/);\n if(c){\n if(/[\\^'\"!~\\/]/.test(c)){\n return tokenChain(stream,state,[c],RXstyle,RXmodifiers);}\n if(c==\"(\"){\n return tokenChain(stream,state,[\")\"],RXstyle,RXmodifiers);}\n if(c==\"[\"){\n return tokenChain(stream,state,[\"]\"],RXstyle,RXmodifiers);}\n if(c==\"{\"){\n return tokenChain(stream,state,[\"}\"],RXstyle,RXmodifiers);}\n if(c==\"<\"){\n return tokenChain(stream,state,[\">\"],RXstyle,RXmodifiers);}}}}\n if(ch==\"s\"){\n var c=/[\\/>\\]})\\w]/.test(look(stream, -2));\n if(!c){\n c=stream.eat(/[(\\[{<\\^'\"!~\\/]/);\n if(c){\n if(c==\"[\")\n return tokenChain(stream,state,[\"]\",\"]\"],RXstyle,RXmodifiers);\n if(c==\"{\")\n return tokenChain(stream,state,[\"}\",\"}\"],RXstyle,RXmodifiers);\n if(c==\"<\")\n return tokenChain(stream,state,[\">\",\">\"],RXstyle,RXmodifiers);\n if(c==\"(\")\n return tokenChain(stream,state,[\")\",\")\"],RXstyle,RXmodifiers);\n return tokenChain(stream,state,[c,c],RXstyle,RXmodifiers);}}}\n if(ch==\"y\"){\n var c=/[\\/>\\]})\\w]/.test(look(stream, -2));\n if(!c){\n c=stream.eat(/[(\\[{<\\^'\"!~\\/]/);\n if(c){\n if(c==\"[\")\n return tokenChain(stream,state,[\"]\",\"]\"],RXstyle,RXmodifiers);\n if(c==\"{\")\n return tokenChain(stream,state,[\"}\",\"}\"],RXstyle,RXmodifiers);\n if(c==\"<\")\n return tokenChain(stream,state,[\">\",\">\"],RXstyle,RXmodifiers);\n if(c==\"(\")\n return tokenChain(stream,state,[\")\",\")\"],RXstyle,RXmodifiers);\n return tokenChain(stream,state,[c,c],RXstyle,RXmodifiers);}}}\n if(ch==\"t\"){\n var c=/[\\/>\\]})\\w]/.test(look(stream, -2));\n if(!c){\n c=stream.eat(\"r\");if(c){\n c=stream.eat(/[(\\[{<\\^'\"!~\\/]/);\n if(c){\n if(c==\"[\")\n return tokenChain(stream,state,[\"]\",\"]\"],RXstyle,RXmodifiers);\n if(c==\"{\")\n return tokenChain(stream,state,[\"}\",\"}\"],RXstyle,RXmodifiers);\n if(c==\"<\")\n return tokenChain(stream,state,[\">\",\">\"],RXstyle,RXmodifiers);\n if(c==\"(\")\n return tokenChain(stream,state,[\")\",\")\"],RXstyle,RXmodifiers);\n return tokenChain(stream,state,[c,c],RXstyle,RXmodifiers);}}}}\n if(ch==\"`\"){\n return tokenChain(stream,state,[ch],\"builtin\");}\n if(ch==\"/\"){\n if(!/~\\s*$/.test(prefix(stream)))\n return \"operator\";\n else\n return tokenChain(stream,state,[ch],RXstyle,RXmodifiers);}\n if(ch==\"$\"){\n var p=stream.pos;\n if(stream.eatWhile(/\\d/)||stream.eat(\"{\")&&stream.eatWhile(/\\d/)&&stream.eat(\"}\"))\n return \"builtin\";\n else\n stream.pos=p;}\n if(/[$@%]/.test(ch)){\n var p=stream.pos;\n if(stream.eat(\"^\")&&stream.eat(/[A-Z]/)||!/[@$%&]/.test(look(stream, -2))&&stream.eat(/[=|\\\\\\-#?@;:&`~\\^!\\[\\]*'\"$+.,\\/<>()]/)){\n var c=stream.current();\n if(PERL[c])\n return \"builtin\";}\n stream.pos=p;}\n if(/[$@%&]/.test(ch)){\n if(stream.eatWhile(/[\\w$]/)||stream.eat(\"{\")&&stream.eatWhile(/[\\w$]/)&&stream.eat(\"}\")){\n var c=stream.current();\n if(PERL[c])\n return \"builtin\";\n else\n return \"variable\";}}\n if(ch==\"#\"){\n if(look(stream, -2)!=\"$\"){\n stream.skipToEnd();\n return \"comment\";}}\n if(/[:+\\-\\^*$&%@=<>!?|\\/~\\.]/.test(ch)){\n var p=stream.pos;\n stream.eatWhile(/[:+\\-\\^*$&%@=<>!?|\\/~\\.]/);\n if(PERL[stream.current()])\n return \"operator\";\n else\n stream.pos=p;}\n if(ch==\"_\"){\n if(stream.pos==1){\n if(suffix(stream, 6)==\"_END__\"){\n return tokenChain(stream,state,['\\0'],\"comment\");}\n else if(suffix(stream, 7)==\"_DATA__\"){\n return tokenChain(stream,state,['\\0'],\"builtin\");}\n else if(suffix(stream, 7)==\"_C__\"){\n return tokenChain(stream,state,['\\0'],\"string\");}}}\n if(/\\w/.test(ch)){\n var p=stream.pos;\n if(look(stream, -2)==\"{\"&&(look(stream, 0)==\"}\"||stream.eatWhile(/\\w/)&&look(stream, 0)==\"}\"))\n return \"string\";\n else\n stream.pos=p;}\n if(/[A-Z]/.test(ch)){\n var l=look(stream, -2);\n var p=stream.pos;\n stream.eatWhile(/[A-Z_]/);\n if(/[\\da-z]/.test(look(stream, 0))){\n stream.pos=p;}\n else{\n var c=PERL[stream.current()];\n if(!c)\n return \"meta\";\n if(c[1])\n c=c[0];\n if(l!=\":\"){\n if(c==1)\n return \"keyword\";\n else if(c==2)\n return \"def\";\n else if(c==3)\n return \"atom\";\n else if(c==4)\n return \"operator\";\n else if(c==5)\n return \"builtin\";\n else\n return \"meta\";}\n else\n return \"meta\";}}\n if(/[a-zA-Z_]/.test(ch)){\n var l=look(stream, -2);\n stream.eatWhile(/\\w/);\n var c=PERL[stream.current()];\n if(!c)\n return \"meta\";\n if(c[1])\n c=c[0];\n if(l!=\":\"){\n if(c==1)\n return \"keyword\";\n else if(c==2)\n return \"def\";\n else if(c==3)\n return \"atom\";\n else if(c==4)\n return \"operator\";\n else if(c==5)\n return \"builtin\";\n else\n return \"meta\";}\n else\n return \"meta\";}\n return null;}\n\nexport const perl = {\n name: \"perl\",\n\n startState: function() {\n return {\n tokenize: tokenPerl,\n chain: null,\n style: null,\n tail: null\n };\n },\n token: function(stream, state) {\n return (state.tokenize || tokenPerl)(stream, state);\n },\n languageData: {\n commentTokens: {line: \"#\"},\n wordChars: \"$\"\n }\n};\n"],"names":["stream","state"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,102 @@
1
+ function words(str) {
2
+ var obj = {}, words2 = str.split(" ");
3
+ for (var i = 0; i < words2.length; ++i) obj[words2[i]] = true;
4
+ return obj;
5
+ }
6
+ var pBuiltins = "ABS ACOS ARITY ASIN ATAN AVG BAGSIZE BINSTORAGE BLOOM BUILDBLOOM CBRT CEIL CONCAT COR COS COSH COUNT COUNT_STAR COV CONSTANTSIZE CUBEDIMENSIONS DIFF DISTINCT DOUBLEABS DOUBLEAVG DOUBLEBASE DOUBLEMAX DOUBLEMIN DOUBLEROUND DOUBLESUM EXP FLOOR FLOATABS FLOATAVG FLOATMAX FLOATMIN FLOATROUND FLOATSUM GENERICINVOKER INDEXOF INTABS INTAVG INTMAX INTMIN INTSUM INVOKEFORDOUBLE INVOKEFORFLOAT INVOKEFORINT INVOKEFORLONG INVOKEFORSTRING INVOKER ISEMPTY JSONLOADER JSONMETADATA JSONSTORAGE LAST_INDEX_OF LCFIRST LOG LOG10 LOWER LONGABS LONGAVG LONGMAX LONGMIN LONGSUM MAX MIN MAPSIZE MONITOREDUDF NONDETERMINISTIC OUTPUTSCHEMA PIGSTORAGE PIGSTREAMING RANDOM REGEX_EXTRACT REGEX_EXTRACT_ALL REPLACE ROUND SIN SINH SIZE SQRT STRSPLIT SUBSTRING SUM STRINGCONCAT STRINGMAX STRINGMIN STRINGSIZE TAN TANH TOBAG TOKENIZE TOMAP TOP TOTUPLE TRIM TEXTLOADER TUPLESIZE UCFIRST UPPER UTF8STORAGECONVERTER ";
7
+ var pKeywords = "VOID IMPORT RETURNS DEFINE LOAD FILTER FOREACH ORDER CUBE DISTINCT COGROUP JOIN CROSS UNION SPLIT INTO IF OTHERWISE ALL AS BY USING INNER OUTER ONSCHEMA PARALLEL PARTITION GROUP AND OR NOT GENERATE FLATTEN ASC DESC IS STREAM THROUGH STORE MAPREDUCE SHIP CACHE INPUT OUTPUT STDERROR STDIN STDOUT LIMIT SAMPLE LEFT RIGHT FULL EQ GT LT GTE LTE NEQ MATCHES TRUE FALSE DUMP";
8
+ var pTypes = "BOOLEAN INT LONG FLOAT DOUBLE CHARARRAY BYTEARRAY BAG TUPLE MAP ";
9
+ var builtins = words(pBuiltins), keywords = words(pKeywords), types = words(pTypes);
10
+ var isOperatorChar = /[*+\-%<>=&?:\/!|]/;
11
+ function chain(stream, state, f) {
12
+ state.tokenize = f;
13
+ return f(stream, state);
14
+ }
15
+ function tokenComment(stream, state) {
16
+ var isEnd = false;
17
+ var ch;
18
+ while (ch = stream.next()) {
19
+ if (ch == "/" && isEnd) {
20
+ state.tokenize = tokenBase;
21
+ break;
22
+ }
23
+ isEnd = ch == "*";
24
+ }
25
+ return "comment";
26
+ }
27
+ function tokenString(quote) {
28
+ return function(stream, state) {
29
+ var escaped = false, next, end = false;
30
+ while ((next = stream.next()) != null) {
31
+ if (next == quote && !escaped) {
32
+ end = true;
33
+ break;
34
+ }
35
+ escaped = !escaped && next == "\\";
36
+ }
37
+ if (end || !escaped)
38
+ state.tokenize = tokenBase;
39
+ return "error";
40
+ };
41
+ }
42
+ function tokenBase(stream, state) {
43
+ var ch = stream.next();
44
+ if (ch == '"' || ch == "'")
45
+ return chain(stream, state, tokenString(ch));
46
+ else if (/[\[\]{}\(\),;\.]/.test(ch))
47
+ return null;
48
+ else if (/\d/.test(ch)) {
49
+ stream.eatWhile(/[\w\.]/);
50
+ return "number";
51
+ } else if (ch == "/") {
52
+ if (stream.eat("*")) {
53
+ return chain(stream, state, tokenComment);
54
+ } else {
55
+ stream.eatWhile(isOperatorChar);
56
+ return "operator";
57
+ }
58
+ } else if (ch == "-") {
59
+ if (stream.eat("-")) {
60
+ stream.skipToEnd();
61
+ return "comment";
62
+ } else {
63
+ stream.eatWhile(isOperatorChar);
64
+ return "operator";
65
+ }
66
+ } else if (isOperatorChar.test(ch)) {
67
+ stream.eatWhile(isOperatorChar);
68
+ return "operator";
69
+ } else {
70
+ stream.eatWhile(/[\w\$_]/);
71
+ if (keywords && keywords.propertyIsEnumerable(stream.current().toUpperCase())) {
72
+ if (!stream.eat(")") && !stream.eat("."))
73
+ return "keyword";
74
+ }
75
+ if (builtins && builtins.propertyIsEnumerable(stream.current().toUpperCase()))
76
+ return "builtin";
77
+ if (types && types.propertyIsEnumerable(stream.current().toUpperCase()))
78
+ return "type";
79
+ return "variable";
80
+ }
81
+ }
82
+ const pig = {
83
+ name: "pig",
84
+ startState: function() {
85
+ return {
86
+ tokenize: tokenBase,
87
+ startOfLine: true
88
+ };
89
+ },
90
+ token: function(stream, state) {
91
+ if (stream.eatSpace()) return null;
92
+ var style = state.tokenize(stream, state);
93
+ return style;
94
+ },
95
+ languageData: {
96
+ autocomplete: (pBuiltins + pTypes + pKeywords).split(" ")
97
+ }
98
+ };
99
+ export {
100
+ pig
101
+ };
102
+ //# sourceMappingURL=pig.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pig.mjs","sources":["../../../../../../../../../../node_modules/.pnpm/@codemirror+legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/pig.js"],"sourcesContent":["function words(str) {\n var obj = {}, words = str.split(\" \");\n for (var i = 0; i < words.length; ++i) obj[words[i]] = true;\n return obj;\n}\n\n// builtin funcs taken from trunk revision 1303237\nvar pBuiltins = \"ABS ACOS ARITY ASIN ATAN AVG BAGSIZE BINSTORAGE BLOOM BUILDBLOOM CBRT CEIL \"\n + \"CONCAT COR COS COSH COUNT COUNT_STAR COV CONSTANTSIZE CUBEDIMENSIONS DIFF DISTINCT DOUBLEABS \"\n + \"DOUBLEAVG DOUBLEBASE DOUBLEMAX DOUBLEMIN DOUBLEROUND DOUBLESUM EXP FLOOR FLOATABS FLOATAVG \"\n + \"FLOATMAX FLOATMIN FLOATROUND FLOATSUM GENERICINVOKER INDEXOF INTABS INTAVG INTMAX INTMIN \"\n + \"INTSUM INVOKEFORDOUBLE INVOKEFORFLOAT INVOKEFORINT INVOKEFORLONG INVOKEFORSTRING INVOKER \"\n + \"ISEMPTY JSONLOADER JSONMETADATA JSONSTORAGE LAST_INDEX_OF LCFIRST LOG LOG10 LOWER LONGABS \"\n + \"LONGAVG LONGMAX LONGMIN LONGSUM MAX MIN MAPSIZE MONITOREDUDF NONDETERMINISTIC OUTPUTSCHEMA \"\n + \"PIGSTORAGE PIGSTREAMING RANDOM REGEX_EXTRACT REGEX_EXTRACT_ALL REPLACE ROUND SIN SINH SIZE \"\n + \"SQRT STRSPLIT SUBSTRING SUM STRINGCONCAT STRINGMAX STRINGMIN STRINGSIZE TAN TANH TOBAG \"\n + \"TOKENIZE TOMAP TOP TOTUPLE TRIM TEXTLOADER TUPLESIZE UCFIRST UPPER UTF8STORAGECONVERTER \";\n\n// taken from QueryLexer.g\nvar pKeywords = \"VOID IMPORT RETURNS DEFINE LOAD FILTER FOREACH ORDER CUBE DISTINCT COGROUP \"\n + \"JOIN CROSS UNION SPLIT INTO IF OTHERWISE ALL AS BY USING INNER OUTER ONSCHEMA PARALLEL \"\n + \"PARTITION GROUP AND OR NOT GENERATE FLATTEN ASC DESC IS STREAM THROUGH STORE MAPREDUCE \"\n + \"SHIP CACHE INPUT OUTPUT STDERROR STDIN STDOUT LIMIT SAMPLE LEFT RIGHT FULL EQ GT LT GTE LTE \"\n + \"NEQ MATCHES TRUE FALSE DUMP\";\n\n// data types\nvar pTypes = \"BOOLEAN INT LONG FLOAT DOUBLE CHARARRAY BYTEARRAY BAG TUPLE MAP \";\n\nvar builtins = words(pBuiltins), keywords = words(pKeywords), types = words(pTypes)\n\nvar isOperatorChar = /[*+\\-%<>=&?:\\/!|]/;\n\nfunction chain(stream, state, f) {\n state.tokenize = f;\n return f(stream, state);\n}\n\nfunction tokenComment(stream, state) {\n var isEnd = false;\n var ch;\n while(ch = stream.next()) {\n if(ch == \"/\" && isEnd) {\n state.tokenize = tokenBase;\n break;\n }\n isEnd = (ch == \"*\");\n }\n return \"comment\";\n}\n\nfunction tokenString(quote) {\n return function(stream, state) {\n var escaped = false, next, end = false;\n while((next = stream.next()) != null) {\n if (next == quote && !escaped) {\n end = true; break;\n }\n escaped = !escaped && next == \"\\\\\";\n }\n if (end || !escaped)\n state.tokenize = tokenBase;\n return \"error\";\n };\n}\n\n\nfunction tokenBase(stream, state) {\n var ch = stream.next();\n\n // is a start of string?\n if (ch == '\"' || ch == \"'\")\n return chain(stream, state, tokenString(ch));\n // is it one of the special chars\n else if(/[\\[\\]{}\\(\\),;\\.]/.test(ch))\n return null;\n // is it a number?\n else if(/\\d/.test(ch)) {\n stream.eatWhile(/[\\w\\.]/);\n return \"number\";\n }\n // multi line comment or operator\n else if (ch == \"/\") {\n if (stream.eat(\"*\")) {\n return chain(stream, state, tokenComment);\n }\n else {\n stream.eatWhile(isOperatorChar);\n return \"operator\";\n }\n }\n // single line comment or operator\n else if (ch==\"-\") {\n if(stream.eat(\"-\")){\n stream.skipToEnd();\n return \"comment\";\n }\n else {\n stream.eatWhile(isOperatorChar);\n return \"operator\";\n }\n }\n // is it an operator\n else if (isOperatorChar.test(ch)) {\n stream.eatWhile(isOperatorChar);\n return \"operator\";\n }\n else {\n // get the while word\n stream.eatWhile(/[\\w\\$_]/);\n // is it one of the listed keywords?\n if (keywords && keywords.propertyIsEnumerable(stream.current().toUpperCase())) {\n //keywords can be used as variables like flatten(group), group.$0 etc..\n if (!stream.eat(\")\") && !stream.eat(\".\"))\n return \"keyword\";\n }\n // is it one of the builtin functions?\n if (builtins && builtins.propertyIsEnumerable(stream.current().toUpperCase()))\n return \"builtin\";\n // is it one of the listed types?\n if (types && types.propertyIsEnumerable(stream.current().toUpperCase()))\n return \"type\";\n // default is a 'variable'\n return \"variable\";\n }\n}\n\n// Interface\nexport const pig = {\n name: \"pig\",\n\n startState: function() {\n return {\n tokenize: tokenBase,\n startOfLine: true\n };\n },\n\n token: function(stream, state) {\n if(stream.eatSpace()) return null;\n var style = state.tokenize(stream, state);\n return style;\n },\n\n languageData: {\n autocomplete: (pBuiltins + pTypes + pKeywords).split(\" \")\n }\n};\n"],"names":["words"],"mappings":"AAAA,SAAS,MAAM,KAAK;AAClB,MAAI,MAAM,CAAA,GAAIA,SAAQ,IAAI,MAAM,GAAG;AACnC,WAAS,IAAI,GAAG,IAAIA,OAAM,QAAQ,EAAE,EAAG,KAAIA,OAAM,CAAC,CAAC,IAAI;AACvD,SAAO;AACT;AAGA,IAAI,YAAY;AAYhB,IAAI,YAAY;AAOhB,IAAI,SAAS;AAEb,IAAI,WAAW,MAAM,SAAS,GAAG,WAAW,MAAM,SAAS,GAAG,QAAQ,MAAM,MAAM;AAElF,IAAI,iBAAiB;AAErB,SAAS,MAAM,QAAQ,OAAO,GAAG;AAC/B,QAAM,WAAW;AACjB,SAAO,EAAE,QAAQ,KAAK;AACxB;AAEA,SAAS,aAAa,QAAQ,OAAO;AACnC,MAAI,QAAQ;AACZ,MAAI;AACJ,SAAM,KAAK,OAAO,QAAQ;AACxB,QAAG,MAAM,OAAO,OAAO;AACrB,YAAM,WAAW;AACjB;AAAA,IACF;AACA,YAAS,MAAM;AAAA,EACjB;AACA,SAAO;AACT;AAEA,SAAS,YAAY,OAAO;AAC1B,SAAO,SAAS,QAAQ,OAAO;AAC7B,QAAI,UAAU,OAAO,MAAM,MAAM;AACjC,YAAO,OAAO,OAAO,KAAI,MAAO,MAAM;AACpC,UAAI,QAAQ,SAAS,CAAC,SAAS;AAC7B,cAAM;AAAM;AAAA,MACd;AACA,gBAAU,CAAC,WAAW,QAAQ;AAAA,IAChC;AACA,QAAI,OAAO,CAAC;AACV,YAAM,WAAW;AACnB,WAAO;AAAA,EACT;AACF;AAGA,SAAS,UAAU,QAAQ,OAAO;AAChC,MAAI,KAAK,OAAO,KAAI;AAGpB,MAAI,MAAM,OAAO,MAAM;AACrB,WAAO,MAAM,QAAQ,OAAO,YAAY,EAAE,CAAC;AAAA,WAErC,mBAAmB,KAAK,EAAE;AAChC,WAAO;AAAA,WAED,KAAK,KAAK,EAAE,GAAG;AACrB,WAAO,SAAS,QAAQ;AACxB,WAAO;AAAA,EACT,WAES,MAAM,KAAK;AAClB,QAAI,OAAO,IAAI,GAAG,GAAG;AACnB,aAAO,MAAM,QAAQ,OAAO,YAAY;AAAA,IAC1C,OACK;AACH,aAAO,SAAS,cAAc;AAC9B,aAAO;AAAA,IACT;AAAA,EACF,WAES,MAAI,KAAK;AAChB,QAAG,OAAO,IAAI,GAAG,GAAE;AACjB,aAAO,UAAS;AAChB,aAAO;AAAA,IACT,OACK;AACH,aAAO,SAAS,cAAc;AAC9B,aAAO;AAAA,IACT;AAAA,EACF,WAES,eAAe,KAAK,EAAE,GAAG;AAChC,WAAO,SAAS,cAAc;AAC9B,WAAO;AAAA,EACT,OACK;AAEH,WAAO,SAAS,SAAS;AAEzB,QAAI,YAAY,SAAS,qBAAqB,OAAO,QAAO,EAAG,YAAW,CAAE,GAAG;AAE7E,UAAI,CAAC,OAAO,IAAI,GAAG,KAAK,CAAC,OAAO,IAAI,GAAG;AACrC,eAAO;AAAA,IACX;AAEA,QAAI,YAAY,SAAS,qBAAqB,OAAO,QAAO,EAAG,aAAa;AAC1E,aAAO;AAET,QAAI,SAAS,MAAM,qBAAqB,OAAO,QAAO,EAAG,aAAa;AACpE,aAAO;AAET,WAAO;AAAA,EACT;AACF;AAGY,MAAC,MAAM;AAAA,EACjB,MAAM;AAAA,EAEN,YAAY,WAAW;AACrB,WAAO;AAAA,MACL,UAAU;AAAA,MACV,aAAa;AAAA,IACnB;AAAA,EACE;AAAA,EAEA,OAAO,SAAS,QAAQ,OAAO;AAC7B,QAAG,OAAO,SAAQ,EAAI,QAAO;AAC7B,QAAI,QAAQ,MAAM,SAAS,QAAQ,KAAK;AACxC,WAAO;AAAA,EACT;AAAA,EAEA,cAAc;AAAA,IACZ,eAAe,YAAY,SAAS,WAAW,MAAM,GAAG;AAAA,EAC5D;AACA;","x_google_ignoreList":[0]}
@@ -0,0 +1,329 @@
1
+ function buildRegexp(patterns, options) {
2
+ options = options || {};
3
+ var prefix = options.prefix !== void 0 ? options.prefix : "^";
4
+ var suffix = options.suffix !== void 0 ? options.suffix : "\\b";
5
+ for (var i = 0; i < patterns.length; i++) {
6
+ if (patterns[i] instanceof RegExp) {
7
+ patterns[i] = patterns[i].source;
8
+ } else {
9
+ patterns[i] = patterns[i].replace(/[-\/\\^$*+?.()|[\]{}]/g, "\\$&");
10
+ }
11
+ }
12
+ return new RegExp(prefix + "(" + patterns.join("|") + ")" + suffix, "i");
13
+ }
14
+ var notCharacterOrDash = "(?=[^A-Za-z\\d\\-_]|$)";
15
+ var varNames = /[\w\-:]/;
16
+ var keywords = buildRegexp([
17
+ /begin|break|catch|continue|data|default|do|dynamicparam/,
18
+ /else|elseif|end|exit|filter|finally|for|foreach|from|function|if|in/,
19
+ /param|process|return|switch|throw|trap|try|until|where|while/
20
+ ], { suffix: notCharacterOrDash });
21
+ var punctuation = /[\[\]{},;`\\\.]|@[({]/;
22
+ var wordOperators = buildRegexp([
23
+ "f",
24
+ /b?not/,
25
+ /[ic]?split/,
26
+ "join",
27
+ /is(not)?/,
28
+ "as",
29
+ /[ic]?(eq|ne|[gl][te])/,
30
+ /[ic]?(not)?(like|match|contains)/,
31
+ /[ic]?replace/,
32
+ /b?(and|or|xor)/
33
+ ], { prefix: "-" });
34
+ var symbolOperators = /[+\-*\/%]=|\+\+|--|\.\.|[+\-*&^%:=!|\/]|<(?!#)|(?!#)>/;
35
+ var operators = buildRegexp([wordOperators, symbolOperators], { suffix: "" });
36
+ var numbers = /^((0x[\da-f]+)|((\d+\.\d+|\d\.|\.\d+|\d+)(e[\+\-]?\d+)?))[ld]?([kmgtp]b)?/i;
37
+ var identifiers = /^[A-Za-z\_][A-Za-z\-\_\d]*\b/;
38
+ var symbolBuiltins = /[A-Z]:|%|\?/i;
39
+ var namedBuiltins = buildRegexp([
40
+ /Add-(Computer|Content|History|Member|PSSnapin|Type)/,
41
+ /Checkpoint-Computer/,
42
+ /Clear-(Content|EventLog|History|Host|Item(Property)?|Variable)/,
43
+ /Compare-Object/,
44
+ /Complete-Transaction/,
45
+ /Connect-PSSession/,
46
+ /ConvertFrom-(Csv|Json|SecureString|StringData)/,
47
+ /Convert-Path/,
48
+ /ConvertTo-(Csv|Html|Json|SecureString|Xml)/,
49
+ /Copy-Item(Property)?/,
50
+ /Debug-Process/,
51
+ /Disable-(ComputerRestore|PSBreakpoint|PSRemoting|PSSessionConfiguration)/,
52
+ /Disconnect-PSSession/,
53
+ /Enable-(ComputerRestore|PSBreakpoint|PSRemoting|PSSessionConfiguration)/,
54
+ /(Enter|Exit)-PSSession/,
55
+ /Export-(Alias|Clixml|Console|Counter|Csv|FormatData|ModuleMember|PSSession)/,
56
+ /ForEach-Object/,
57
+ /Format-(Custom|List|Table|Wide)/,
58
+ new RegExp("Get-(Acl|Alias|AuthenticodeSignature|ChildItem|Command|ComputerRestorePoint|Content|ControlPanelItem|Counter|Credential|Culture|Date|Event|EventLog|EventSubscriber|ExecutionPolicy|FormatData|Help|History|Host|HotFix|Item|ItemProperty|Job|Location|Member|Module|PfxCertificate|Process|PSBreakpoint|PSCallStack|PSDrive|PSProvider|PSSession|PSSessionConfiguration|PSSnapin|Random|Service|TraceSource|Transaction|TypeData|UICulture|Unique|Variable|Verb|WinEvent|WmiObject)"),
59
+ /Group-Object/,
60
+ /Import-(Alias|Clixml|Counter|Csv|LocalizedData|Module|PSSession)/,
61
+ /ImportSystemModules/,
62
+ /Invoke-(Command|Expression|History|Item|RestMethod|WebRequest|WmiMethod)/,
63
+ /Join-Path/,
64
+ /Limit-EventLog/,
65
+ /Measure-(Command|Object)/,
66
+ /Move-Item(Property)?/,
67
+ new RegExp("New-(Alias|Event|EventLog|Item(Property)?|Module|ModuleManifest|Object|PSDrive|PSSession|PSSessionConfigurationFile|PSSessionOption|PSTransportOption|Service|TimeSpan|Variable|WebServiceProxy|WinEvent)"),
68
+ /Out-(Default|File|GridView|Host|Null|Printer|String)/,
69
+ /Pause/,
70
+ /(Pop|Push)-Location/,
71
+ /Read-Host/,
72
+ /Receive-(Job|PSSession)/,
73
+ /Register-(EngineEvent|ObjectEvent|PSSessionConfiguration|WmiEvent)/,
74
+ /Remove-(Computer|Event|EventLog|Item(Property)?|Job|Module|PSBreakpoint|PSDrive|PSSession|PSSnapin|TypeData|Variable|WmiObject)/,
75
+ /Rename-(Computer|Item(Property)?)/,
76
+ /Reset-ComputerMachinePassword/,
77
+ /Resolve-Path/,
78
+ /Restart-(Computer|Service)/,
79
+ /Restore-Computer/,
80
+ /Resume-(Job|Service)/,
81
+ /Save-Help/,
82
+ /Select-(Object|String|Xml)/,
83
+ /Send-MailMessage/,
84
+ new RegExp("Set-(Acl|Alias|AuthenticodeSignature|Content|Date|ExecutionPolicy|Item(Property)?|Location|PSBreakpoint|PSDebug|PSSessionConfiguration|Service|StrictMode|TraceSource|Variable|WmiInstance)"),
85
+ /Show-(Command|ControlPanelItem|EventLog)/,
86
+ /Sort-Object/,
87
+ /Split-Path/,
88
+ /Start-(Job|Process|Service|Sleep|Transaction|Transcript)/,
89
+ /Stop-(Computer|Job|Process|Service|Transcript)/,
90
+ /Suspend-(Job|Service)/,
91
+ /TabExpansion2/,
92
+ /Tee-Object/,
93
+ /Test-(ComputerSecureChannel|Connection|ModuleManifest|Path|PSSessionConfigurationFile)/,
94
+ /Trace-Command/,
95
+ /Unblock-File/,
96
+ /Undo-Transaction/,
97
+ /Unregister-(Event|PSSessionConfiguration)/,
98
+ /Update-(FormatData|Help|List|TypeData)/,
99
+ /Use-Transaction/,
100
+ /Wait-(Event|Job|Process)/,
101
+ /Where-Object/,
102
+ /Write-(Debug|Error|EventLog|Host|Output|Progress|Verbose|Warning)/,
103
+ /cd|help|mkdir|more|oss|prompt/,
104
+ /ac|asnp|cat|cd|chdir|clc|clear|clhy|cli|clp|cls|clv|cnsn|compare|copy|cp|cpi|cpp|cvpa|dbp|del|diff|dir|dnsn|ebp/,
105
+ /echo|epal|epcsv|epsn|erase|etsn|exsn|fc|fl|foreach|ft|fw|gal|gbp|gc|gci|gcm|gcs|gdr|ghy|gi|gjb|gl|gm|gmo|gp|gps/,
106
+ /group|gsn|gsnp|gsv|gu|gv|gwmi|h|history|icm|iex|ihy|ii|ipal|ipcsv|ipmo|ipsn|irm|ise|iwmi|iwr|kill|lp|ls|man|md/,
107
+ /measure|mi|mount|move|mp|mv|nal|ndr|ni|nmo|npssc|nsn|nv|ogv|oh|popd|ps|pushd|pwd|r|rbp|rcjb|rcsn|rd|rdr|ren|ri/,
108
+ /rjb|rm|rmdir|rmo|rni|rnp|rp|rsn|rsnp|rujb|rv|rvpa|rwmi|sajb|sal|saps|sasv|sbp|sc|select|set|shcm|si|sl|sleep|sls/,
109
+ /sort|sp|spjb|spps|spsv|start|sujb|sv|swmi|tee|trcm|type|where|wjb|write/
110
+ ], { prefix: "", suffix: "" });
111
+ var variableBuiltins = buildRegexp([
112
+ /[$?^_]|Args|ConfirmPreference|ConsoleFileName|DebugPreference|Error|ErrorActionPreference|ErrorView|ExecutionContext/,
113
+ /FormatEnumerationLimit|Home|Host|Input|MaximumAliasCount|MaximumDriveCount|MaximumErrorCount|MaximumFunctionCount/,
114
+ /MaximumHistoryCount|MaximumVariableCount|MyInvocation|NestedPromptLevel|OutputEncoding|Pid|Profile|ProgressPreference/,
115
+ /PSBoundParameters|PSCommandPath|PSCulture|PSDefaultParameterValues|PSEmailServer|PSHome|PSScriptRoot|PSSessionApplicationName/,
116
+ /PSSessionConfigurationName|PSSessionOption|PSUICulture|PSVersionTable|Pwd|ShellId|StackTrace|VerbosePreference/,
117
+ /WarningPreference|WhatIfPreference/,
118
+ /Event|EventArgs|EventSubscriber|Sender/,
119
+ /Matches|Ofs|ForEach|LastExitCode|PSCmdlet|PSItem|PSSenderInfo|This/,
120
+ /true|false|null/
121
+ ], { prefix: "\\$", suffix: "" });
122
+ var builtins = buildRegexp([symbolBuiltins, namedBuiltins, variableBuiltins], { suffix: notCharacterOrDash });
123
+ var grammar = {
124
+ keyword: keywords,
125
+ number: numbers,
126
+ operator: operators,
127
+ builtin: builtins,
128
+ punctuation,
129
+ variable: identifiers
130
+ };
131
+ function tokenBase(stream, state) {
132
+ var parent = state.returnStack[state.returnStack.length - 1];
133
+ if (parent && parent.shouldReturnFrom(state)) {
134
+ state.tokenize = parent.tokenize;
135
+ state.returnStack.pop();
136
+ return state.tokenize(stream, state);
137
+ }
138
+ if (stream.eatSpace()) {
139
+ return null;
140
+ }
141
+ if (stream.eat("(")) {
142
+ state.bracketNesting += 1;
143
+ return "punctuation";
144
+ }
145
+ if (stream.eat(")")) {
146
+ state.bracketNesting -= 1;
147
+ return "punctuation";
148
+ }
149
+ for (var key in grammar) {
150
+ if (stream.match(grammar[key])) {
151
+ return key;
152
+ }
153
+ }
154
+ var ch = stream.next();
155
+ if (ch === "'") {
156
+ return tokenSingleQuoteString(stream, state);
157
+ }
158
+ if (ch === "$") {
159
+ return tokenVariable(stream, state);
160
+ }
161
+ if (ch === '"') {
162
+ return tokenDoubleQuoteString(stream, state);
163
+ }
164
+ if (ch === "<" && stream.eat("#")) {
165
+ state.tokenize = tokenComment;
166
+ return tokenComment(stream, state);
167
+ }
168
+ if (ch === "#") {
169
+ stream.skipToEnd();
170
+ return "comment";
171
+ }
172
+ if (ch === "@") {
173
+ var quoteMatch = stream.eat(/["']/);
174
+ if (quoteMatch && stream.eol()) {
175
+ state.tokenize = tokenMultiString;
176
+ state.startQuote = quoteMatch[0];
177
+ return tokenMultiString(stream, state);
178
+ } else if (stream.eol()) {
179
+ return "error";
180
+ } else if (stream.peek().match(/[({]/)) {
181
+ return "punctuation";
182
+ } else if (stream.peek().match(varNames)) {
183
+ return tokenVariable(stream, state);
184
+ }
185
+ }
186
+ return "error";
187
+ }
188
+ function tokenSingleQuoteString(stream, state) {
189
+ var ch;
190
+ while ((ch = stream.peek()) != null) {
191
+ stream.next();
192
+ if (ch === "'" && !stream.eat("'")) {
193
+ state.tokenize = tokenBase;
194
+ return "string";
195
+ }
196
+ }
197
+ return "error";
198
+ }
199
+ function tokenDoubleQuoteString(stream, state) {
200
+ var ch;
201
+ while ((ch = stream.peek()) != null) {
202
+ if (ch === "$") {
203
+ state.tokenize = tokenStringInterpolation;
204
+ return "string";
205
+ }
206
+ stream.next();
207
+ if (ch === "`") {
208
+ stream.next();
209
+ continue;
210
+ }
211
+ if (ch === '"' && !stream.eat('"')) {
212
+ state.tokenize = tokenBase;
213
+ return "string";
214
+ }
215
+ }
216
+ return "error";
217
+ }
218
+ function tokenStringInterpolation(stream, state) {
219
+ return tokenInterpolation(stream, state, tokenDoubleQuoteString);
220
+ }
221
+ function tokenMultiStringReturn(stream, state) {
222
+ state.tokenize = tokenMultiString;
223
+ state.startQuote = '"';
224
+ return tokenMultiString(stream, state);
225
+ }
226
+ function tokenHereStringInterpolation(stream, state) {
227
+ return tokenInterpolation(stream, state, tokenMultiStringReturn);
228
+ }
229
+ function tokenInterpolation(stream, state, parentTokenize) {
230
+ if (stream.match("$(")) {
231
+ var savedBracketNesting = state.bracketNesting;
232
+ state.returnStack.push({
233
+ /*jshint loopfunc:true */
234
+ shouldReturnFrom: function(state2) {
235
+ return state2.bracketNesting === savedBracketNesting;
236
+ },
237
+ tokenize: parentTokenize
238
+ });
239
+ state.tokenize = tokenBase;
240
+ state.bracketNesting += 1;
241
+ return "punctuation";
242
+ } else {
243
+ stream.next();
244
+ state.returnStack.push({
245
+ shouldReturnFrom: function() {
246
+ return true;
247
+ },
248
+ tokenize: parentTokenize
249
+ });
250
+ state.tokenize = tokenVariable;
251
+ return state.tokenize(stream, state);
252
+ }
253
+ }
254
+ function tokenComment(stream, state) {
255
+ var maybeEnd = false, ch;
256
+ while ((ch = stream.next()) != null) {
257
+ if (maybeEnd && ch == ">") {
258
+ state.tokenize = tokenBase;
259
+ break;
260
+ }
261
+ maybeEnd = ch === "#";
262
+ }
263
+ return "comment";
264
+ }
265
+ function tokenVariable(stream, state) {
266
+ var ch = stream.peek();
267
+ if (stream.eat("{")) {
268
+ state.tokenize = tokenVariableWithBraces;
269
+ return tokenVariableWithBraces(stream, state);
270
+ } else if (ch != void 0 && ch.match(varNames)) {
271
+ stream.eatWhile(varNames);
272
+ state.tokenize = tokenBase;
273
+ return "variable";
274
+ } else {
275
+ state.tokenize = tokenBase;
276
+ return "error";
277
+ }
278
+ }
279
+ function tokenVariableWithBraces(stream, state) {
280
+ var ch;
281
+ while ((ch = stream.next()) != null) {
282
+ if (ch === "}") {
283
+ state.tokenize = tokenBase;
284
+ break;
285
+ }
286
+ }
287
+ return "variable";
288
+ }
289
+ function tokenMultiString(stream, state) {
290
+ var quote = state.startQuote;
291
+ if (stream.sol() && stream.match(new RegExp(quote + "@"))) {
292
+ state.tokenize = tokenBase;
293
+ } else if (quote === '"') {
294
+ while (!stream.eol()) {
295
+ var ch = stream.peek();
296
+ if (ch === "$") {
297
+ state.tokenize = tokenHereStringInterpolation;
298
+ return "string";
299
+ }
300
+ stream.next();
301
+ if (ch === "`") {
302
+ stream.next();
303
+ }
304
+ }
305
+ } else {
306
+ stream.skipToEnd();
307
+ }
308
+ return "string";
309
+ }
310
+ const powerShell = {
311
+ name: "powershell",
312
+ startState: function() {
313
+ return {
314
+ returnStack: [],
315
+ bracketNesting: 0,
316
+ tokenize: tokenBase
317
+ };
318
+ },
319
+ token: function(stream, state) {
320
+ return state.tokenize(stream, state);
321
+ },
322
+ languageData: {
323
+ commentTokens: { line: "#", block: { open: "<#", close: "#>" } }
324
+ }
325
+ };
326
+ export {
327
+ powerShell
328
+ };
329
+ //# sourceMappingURL=powershell.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"powershell.mjs","sources":["../../../../../../../../../../node_modules/.pnpm/@codemirror+legacy-modes@6.5.2/node_modules/@codemirror/legacy-modes/mode/powershell.js"],"sourcesContent":["function buildRegexp(patterns, options) {\n options = options || {};\n var prefix = options.prefix !== undefined ? options.prefix : '^';\n var suffix = options.suffix !== undefined ? options.suffix : '\\\\b';\n\n for (var i = 0; i < patterns.length; i++) {\n if (patterns[i] instanceof RegExp) {\n patterns[i] = patterns[i].source;\n }\n else {\n patterns[i] = patterns[i].replace(/[-\\/\\\\^$*+?.()|[\\]{}]/g, '\\\\$&');\n }\n }\n\n return new RegExp(prefix + '(' + patterns.join('|') + ')' + suffix, 'i');\n}\n\nvar notCharacterOrDash = '(?=[^A-Za-z\\\\d\\\\-_]|$)';\nvar varNames = /[\\w\\-:]/\nvar keywords = buildRegexp([\n /begin|break|catch|continue|data|default|do|dynamicparam/,\n /else|elseif|end|exit|filter|finally|for|foreach|from|function|if|in/,\n /param|process|return|switch|throw|trap|try|until|where|while/\n], { suffix: notCharacterOrDash });\n\nvar punctuation = /[\\[\\]{},;`\\\\\\.]|@[({]/;\nvar wordOperators = buildRegexp([\n 'f',\n /b?not/,\n /[ic]?split/, 'join',\n /is(not)?/, 'as',\n /[ic]?(eq|ne|[gl][te])/,\n /[ic]?(not)?(like|match|contains)/,\n /[ic]?replace/,\n /b?(and|or|xor)/\n], { prefix: '-' });\nvar symbolOperators = /[+\\-*\\/%]=|\\+\\+|--|\\.\\.|[+\\-*&^%:=!|\\/]|<(?!#)|(?!#)>/;\nvar operators = buildRegexp([wordOperators, symbolOperators], { suffix: '' });\n\nvar numbers = /^((0x[\\da-f]+)|((\\d+\\.\\d+|\\d\\.|\\.\\d+|\\d+)(e[\\+\\-]?\\d+)?))[ld]?([kmgtp]b)?/i;\n\nvar identifiers = /^[A-Za-z\\_][A-Za-z\\-\\_\\d]*\\b/;\n\nvar symbolBuiltins = /[A-Z]:|%|\\?/i;\nvar namedBuiltins = buildRegexp([\n /Add-(Computer|Content|History|Member|PSSnapin|Type)/,\n /Checkpoint-Computer/,\n /Clear-(Content|EventLog|History|Host|Item(Property)?|Variable)/,\n /Compare-Object/,\n /Complete-Transaction/,\n /Connect-PSSession/,\n /ConvertFrom-(Csv|Json|SecureString|StringData)/,\n /Convert-Path/,\n /ConvertTo-(Csv|Html|Json|SecureString|Xml)/,\n /Copy-Item(Property)?/,\n /Debug-Process/,\n /Disable-(ComputerRestore|PSBreakpoint|PSRemoting|PSSessionConfiguration)/,\n /Disconnect-PSSession/,\n /Enable-(ComputerRestore|PSBreakpoint|PSRemoting|PSSessionConfiguration)/,\n /(Enter|Exit)-PSSession/,\n /Export-(Alias|Clixml|Console|Counter|Csv|FormatData|ModuleMember|PSSession)/,\n /ForEach-Object/,\n /Format-(Custom|List|Table|Wide)/,\n new RegExp('Get-(Acl|Alias|AuthenticodeSignature|ChildItem|Command|ComputerRestorePoint|Content|ControlPanelItem|Counter|Credential'\n + '|Culture|Date|Event|EventLog|EventSubscriber|ExecutionPolicy|FormatData|Help|History|Host|HotFix|Item|ItemProperty|Job'\n + '|Location|Member|Module|PfxCertificate|Process|PSBreakpoint|PSCallStack|PSDrive|PSProvider|PSSession|PSSessionConfiguration'\n + '|PSSnapin|Random|Service|TraceSource|Transaction|TypeData|UICulture|Unique|Variable|Verb|WinEvent|WmiObject)'),\n /Group-Object/,\n /Import-(Alias|Clixml|Counter|Csv|LocalizedData|Module|PSSession)/,\n /ImportSystemModules/,\n /Invoke-(Command|Expression|History|Item|RestMethod|WebRequest|WmiMethod)/,\n /Join-Path/,\n /Limit-EventLog/,\n /Measure-(Command|Object)/,\n /Move-Item(Property)?/,\n new RegExp('New-(Alias|Event|EventLog|Item(Property)?|Module|ModuleManifest|Object|PSDrive|PSSession|PSSessionConfigurationFile'\n + '|PSSessionOption|PSTransportOption|Service|TimeSpan|Variable|WebServiceProxy|WinEvent)'),\n /Out-(Default|File|GridView|Host|Null|Printer|String)/,\n /Pause/,\n /(Pop|Push)-Location/,\n /Read-Host/,\n /Receive-(Job|PSSession)/,\n /Register-(EngineEvent|ObjectEvent|PSSessionConfiguration|WmiEvent)/,\n /Remove-(Computer|Event|EventLog|Item(Property)?|Job|Module|PSBreakpoint|PSDrive|PSSession|PSSnapin|TypeData|Variable|WmiObject)/,\n /Rename-(Computer|Item(Property)?)/,\n /Reset-ComputerMachinePassword/,\n /Resolve-Path/,\n /Restart-(Computer|Service)/,\n /Restore-Computer/,\n /Resume-(Job|Service)/,\n /Save-Help/,\n /Select-(Object|String|Xml)/,\n /Send-MailMessage/,\n new RegExp('Set-(Acl|Alias|AuthenticodeSignature|Content|Date|ExecutionPolicy|Item(Property)?|Location|PSBreakpoint|PSDebug' +\n '|PSSessionConfiguration|Service|StrictMode|TraceSource|Variable|WmiInstance)'),\n /Show-(Command|ControlPanelItem|EventLog)/,\n /Sort-Object/,\n /Split-Path/,\n /Start-(Job|Process|Service|Sleep|Transaction|Transcript)/,\n /Stop-(Computer|Job|Process|Service|Transcript)/,\n /Suspend-(Job|Service)/,\n /TabExpansion2/,\n /Tee-Object/,\n /Test-(ComputerSecureChannel|Connection|ModuleManifest|Path|PSSessionConfigurationFile)/,\n /Trace-Command/,\n /Unblock-File/,\n /Undo-Transaction/,\n /Unregister-(Event|PSSessionConfiguration)/,\n /Update-(FormatData|Help|List|TypeData)/,\n /Use-Transaction/,\n /Wait-(Event|Job|Process)/,\n /Where-Object/,\n /Write-(Debug|Error|EventLog|Host|Output|Progress|Verbose|Warning)/,\n /cd|help|mkdir|more|oss|prompt/,\n /ac|asnp|cat|cd|chdir|clc|clear|clhy|cli|clp|cls|clv|cnsn|compare|copy|cp|cpi|cpp|cvpa|dbp|del|diff|dir|dnsn|ebp/,\n /echo|epal|epcsv|epsn|erase|etsn|exsn|fc|fl|foreach|ft|fw|gal|gbp|gc|gci|gcm|gcs|gdr|ghy|gi|gjb|gl|gm|gmo|gp|gps/,\n /group|gsn|gsnp|gsv|gu|gv|gwmi|h|history|icm|iex|ihy|ii|ipal|ipcsv|ipmo|ipsn|irm|ise|iwmi|iwr|kill|lp|ls|man|md/,\n /measure|mi|mount|move|mp|mv|nal|ndr|ni|nmo|npssc|nsn|nv|ogv|oh|popd|ps|pushd|pwd|r|rbp|rcjb|rcsn|rd|rdr|ren|ri/,\n /rjb|rm|rmdir|rmo|rni|rnp|rp|rsn|rsnp|rujb|rv|rvpa|rwmi|sajb|sal|saps|sasv|sbp|sc|select|set|shcm|si|sl|sleep|sls/,\n /sort|sp|spjb|spps|spsv|start|sujb|sv|swmi|tee|trcm|type|where|wjb|write/\n], { prefix: '', suffix: '' });\nvar variableBuiltins = buildRegexp([\n /[$?^_]|Args|ConfirmPreference|ConsoleFileName|DebugPreference|Error|ErrorActionPreference|ErrorView|ExecutionContext/,\n /FormatEnumerationLimit|Home|Host|Input|MaximumAliasCount|MaximumDriveCount|MaximumErrorCount|MaximumFunctionCount/,\n /MaximumHistoryCount|MaximumVariableCount|MyInvocation|NestedPromptLevel|OutputEncoding|Pid|Profile|ProgressPreference/,\n /PSBoundParameters|PSCommandPath|PSCulture|PSDefaultParameterValues|PSEmailServer|PSHome|PSScriptRoot|PSSessionApplicationName/,\n /PSSessionConfigurationName|PSSessionOption|PSUICulture|PSVersionTable|Pwd|ShellId|StackTrace|VerbosePreference/,\n /WarningPreference|WhatIfPreference/,\n\n /Event|EventArgs|EventSubscriber|Sender/,\n /Matches|Ofs|ForEach|LastExitCode|PSCmdlet|PSItem|PSSenderInfo|This/,\n /true|false|null/\n], { prefix: '\\\\$', suffix: '' });\n\nvar builtins = buildRegexp([symbolBuiltins, namedBuiltins, variableBuiltins], { suffix: notCharacterOrDash });\n\nvar grammar = {\n keyword: keywords,\n number: numbers,\n operator: operators,\n builtin: builtins,\n punctuation: punctuation,\n variable: identifiers\n};\n\n// tokenizers\nfunction tokenBase(stream, state) {\n // Handle Comments\n //var ch = stream.peek();\n\n var parent = state.returnStack[state.returnStack.length - 1];\n if (parent && parent.shouldReturnFrom(state)) {\n state.tokenize = parent.tokenize;\n state.returnStack.pop();\n return state.tokenize(stream, state);\n }\n\n if (stream.eatSpace()) {\n return null;\n }\n\n if (stream.eat('(')) {\n state.bracketNesting += 1;\n return 'punctuation';\n }\n\n if (stream.eat(')')) {\n state.bracketNesting -= 1;\n return 'punctuation';\n }\n\n for (var key in grammar) {\n if (stream.match(grammar[key])) {\n return key;\n }\n }\n\n var ch = stream.next();\n\n // single-quote string\n if (ch === \"'\") {\n return tokenSingleQuoteString(stream, state);\n }\n\n if (ch === '$') {\n return tokenVariable(stream, state);\n }\n\n // double-quote string\n if (ch === '\"') {\n return tokenDoubleQuoteString(stream, state);\n }\n\n if (ch === '<' && stream.eat('#')) {\n state.tokenize = tokenComment;\n return tokenComment(stream, state);\n }\n\n if (ch === '#') {\n stream.skipToEnd();\n return 'comment';\n }\n\n if (ch === '@') {\n var quoteMatch = stream.eat(/[\"']/);\n if (quoteMatch && stream.eol()) {\n state.tokenize = tokenMultiString;\n state.startQuote = quoteMatch[0];\n return tokenMultiString(stream, state);\n } else if (stream.eol()) {\n return 'error';\n } else if (stream.peek().match(/[({]/)) {\n return 'punctuation';\n } else if (stream.peek().match(varNames)) {\n // splatted variable\n return tokenVariable(stream, state);\n }\n }\n return 'error';\n}\n\nfunction tokenSingleQuoteString(stream, state) {\n var ch;\n while ((ch = stream.peek()) != null) {\n stream.next();\n\n if (ch === \"'\" && !stream.eat(\"'\")) {\n state.tokenize = tokenBase;\n return 'string';\n }\n }\n\n return 'error';\n}\n\nfunction tokenDoubleQuoteString(stream, state) {\n var ch;\n while ((ch = stream.peek()) != null) {\n if (ch === '$') {\n state.tokenize = tokenStringInterpolation;\n return 'string';\n }\n\n stream.next();\n if (ch === '`') {\n stream.next();\n continue;\n }\n\n if (ch === '\"' && !stream.eat('\"')) {\n state.tokenize = tokenBase;\n return 'string';\n }\n }\n\n return 'error';\n}\n\nfunction tokenStringInterpolation(stream, state) {\n return tokenInterpolation(stream, state, tokenDoubleQuoteString);\n}\n\nfunction tokenMultiStringReturn(stream, state) {\n state.tokenize = tokenMultiString;\n state.startQuote = '\"'\n return tokenMultiString(stream, state);\n}\n\nfunction tokenHereStringInterpolation(stream, state) {\n return tokenInterpolation(stream, state, tokenMultiStringReturn);\n}\n\nfunction tokenInterpolation(stream, state, parentTokenize) {\n if (stream.match('$(')) {\n var savedBracketNesting = state.bracketNesting;\n state.returnStack.push({\n /*jshint loopfunc:true */\n shouldReturnFrom: function(state) {\n return state.bracketNesting === savedBracketNesting;\n },\n tokenize: parentTokenize\n });\n state.tokenize = tokenBase;\n state.bracketNesting += 1;\n return 'punctuation';\n } else {\n stream.next();\n state.returnStack.push({\n shouldReturnFrom: function() { return true; },\n tokenize: parentTokenize\n });\n state.tokenize = tokenVariable;\n return state.tokenize(stream, state);\n }\n}\n\nfunction tokenComment(stream, state) {\n var maybeEnd = false, ch;\n while ((ch = stream.next()) != null) {\n if (maybeEnd && ch == '>') {\n state.tokenize = tokenBase;\n break;\n }\n maybeEnd = (ch === '#');\n }\n return 'comment';\n}\n\nfunction tokenVariable(stream, state) {\n var ch = stream.peek();\n if (stream.eat('{')) {\n state.tokenize = tokenVariableWithBraces;\n return tokenVariableWithBraces(stream, state);\n } else if (ch != undefined && ch.match(varNames)) {\n stream.eatWhile(varNames);\n state.tokenize = tokenBase;\n return 'variable';\n } else {\n state.tokenize = tokenBase;\n return 'error';\n }\n}\n\nfunction tokenVariableWithBraces(stream, state) {\n var ch;\n while ((ch = stream.next()) != null) {\n if (ch === '}') {\n state.tokenize = tokenBase;\n break;\n }\n }\n return 'variable';\n}\n\nfunction tokenMultiString(stream, state) {\n var quote = state.startQuote;\n if (stream.sol() && stream.match(new RegExp(quote + '@'))) {\n state.tokenize = tokenBase;\n }\n else if (quote === '\"') {\n while (!stream.eol()) {\n var ch = stream.peek();\n if (ch === '$') {\n state.tokenize = tokenHereStringInterpolation;\n return 'string';\n }\n\n stream.next();\n if (ch === '`') {\n stream.next();\n }\n }\n }\n else {\n stream.skipToEnd();\n }\n\n return 'string';\n}\n\nexport const powerShell = {\n name: \"powershell\",\n\n startState: function() {\n return {\n returnStack: [],\n bracketNesting: 0,\n tokenize: tokenBase\n };\n },\n\n token: function(stream, state) {\n return state.tokenize(stream, state);\n },\n\n languageData: {\n commentTokens: {line: \"#\", block: {open: \"<#\", close: \"#>\"}}\n }\n};\n"],"names":["state"],"mappings":"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","x_google_ignoreList":[0]}