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,2052 @@
1
+ import { useId, reactive, watch, onMounted, ref, provide, computed, defineComponent, inject, createVNode, Fragment, toRef, nextTick, onBeforeUnmount, h as h$3, shallowRef } from "vue";
2
+ import { deepMerge as h$1, deepClone as u, randomId as W, debounce as x } from "../../../../../../@vavt_util@2.1.1/node_modules/@vavt/util/lib/es/index.mjs";
3
+ import { b, a as k, p, g as h, f as g$1, s as v } from "./config.mjs";
4
+ import { b as F, U as I, C, B as L, O as i, E as N, P as _, F as r, f as A$1, g as R, H as p$1, h as g, R as G, e as V, i as D, d as h$2, j as S, k as H, T as O } from "./event-bus.mjs";
5
+ import { a as A, u as b$1, c as V$1, z as R$1, S as p$2 } from "./dom.mjs";
6
+ import copy2Clipboard from "../../../../../../@vavt_copy2clipboard@1.0.3/node_modules/@vavt/copy2clipboard/index.mjs";
7
+ import MarkdownIt from "../../../../../../markdown-it@14.1.0/node_modules/markdown-it/lib/index.mjs";
8
+ import r$1 from "../../../../../../markdown-it-image-figures@2.1.1_markdown-it@14.1.0/node_modules/markdown-it-image-figures/dist/markdown-it-images-figures.mjs";
9
+ import sub_plugin from "../../../../../../markdown-it-sub@2.0.0/node_modules/markdown-it-sub/index.mjs";
10
+ import sup_plugin from "../../../../../../markdown-it-sup@2.0.0/node_modules/markdown-it-sup/index.mjs";
11
+ import { g as l } from "./index5.mjs";
12
+ import { LRUCache } from "../../../../../../lru-cache@11.2.4/node_modules/lru-cache/dist/esm/index.mjs";
13
+ import mediumZoom from "../../../../../../medium-zoom@1.1.0/node_modules/medium-zoom/dist/medium-zoom.esm.mjs";
14
+ const M = {
15
+ hljs: `${p}-hljs`,
16
+ hlcss: `${p}-hlCss`,
17
+ prettier: `${p}-prettier`,
18
+ prettierMD: `${p}-prettierMD`,
19
+ cropperjs: `${p}-cropper`,
20
+ croppercss: `${p}-cropperCss`,
21
+ screenfull: `${p}-screenfull`,
22
+ mermaidM: `${p}-mermaid-m`,
23
+ mermaid: `${p}-mermaid`,
24
+ katexjs: `${p}-katex`,
25
+ katexcss: `${p}-katexCss`,
26
+ echarts: `${p}-echarts`
27
+ }, Jt = (e, t, r2) => {
28
+ const { editorId: n } = r2, o = reactive({
29
+ // 是否已编译成html
30
+ buildFinished: false,
31
+ // 存储当前最新的html
32
+ html: ""
33
+ });
34
+ watch(
35
+ () => e.modelValue,
36
+ () => {
37
+ o.buildFinished = false;
38
+ }
39
+ ), onMounted(() => {
40
+ F.on(n, {
41
+ name: L,
42
+ callback(u2) {
43
+ o.buildFinished = true, o.html = u2;
44
+ }
45
+ }), F.on(n, {
46
+ name: i,
47
+ callback() {
48
+ const u2 = new Promise((c) => {
49
+ if (o.buildFinished)
50
+ c(o.html);
51
+ else {
52
+ const m = (s) => {
53
+ c(s), F.remove(n, L, m);
54
+ };
55
+ F.on(n, {
56
+ name: L,
57
+ callback: m
58
+ });
59
+ }
60
+ });
61
+ e.onSave ? e.onSave(e.modelValue, u2) : t.emit("onSave", e.modelValue, u2);
62
+ }
63
+ });
64
+ });
65
+ }, Te = (e, {
66
+ editorId: t,
67
+ rootRef: r2,
68
+ setting: n
69
+ }) => {
70
+ const o = h.editorExtensions.highlight, u$1 = h.editorExtensionsAttrs.highlight;
71
+ provide("editorId", t), provide("rootRef", r2), provide(
72
+ "theme",
73
+ computed(() => e.theme)
74
+ ), provide(
75
+ "language",
76
+ computed(() => e.language)
77
+ ), provide(
78
+ "highlight",
79
+ computed(() => {
80
+ const { js: m } = o, s = {
81
+ ...g$1,
82
+ ...o.css
83
+ }, { js: l2, css: i2 = {} } = u$1 || {}, a = e.codeStyleReverse && e.codeStyleReverseList.includes(e.previewTheme) ? "dark" : e.theme, d = s[e.codeTheme] ? s[e.codeTheme][a] : g$1.atom[a], $ = s[e.codeTheme] && i2[e.codeTheme] ? i2[e.codeTheme][a] : i2.atom ? i2.atom[a] : {};
84
+ return {
85
+ js: {
86
+ src: m,
87
+ ...l2
88
+ },
89
+ css: {
90
+ href: d,
91
+ ...$
92
+ }
93
+ };
94
+ })
95
+ ), provide("showCodeRowNumber", e.showCodeRowNumber);
96
+ const c = computed(() => {
97
+ const m = {
98
+ ...v,
99
+ ...h.editorConfig.languageUserDefined
100
+ };
101
+ return h$1(
102
+ u(v["en-US"]),
103
+ m[e.language] || {}
104
+ );
105
+ });
106
+ return provide("usedLanguageText", c), provide(
107
+ "previewTheme",
108
+ computed(() => e.previewTheme)
109
+ ), provide(
110
+ "customIcon",
111
+ computed(() => e.customIcon)
112
+ ), provide(
113
+ "setting",
114
+ computed(() => n ? {
115
+ // setting是reactive,不转化是可以直接赋值的
116
+ ...n
117
+ } : {
118
+ preview: true,
119
+ htmlPreview: false,
120
+ previewOnly: false,
121
+ pageFullscreen: false,
122
+ fullscreen: false
123
+ })
124
+ ), { editorId: t };
125
+ }, Xt = (e, t) => (provide("tabWidth", e.tabWidth), provide(
126
+ "disabled",
127
+ computed(() => e.disabled)
128
+ ), provide(
129
+ "showToolbarName",
130
+ computed(() => e.showToolbarName)
131
+ ), provide("noUploadImg", e.noUploadImg), provide(
132
+ "tableShape",
133
+ computed(() => e.tableShape)
134
+ ), provide("noPrettier", e.noPrettier), provide(
135
+ "codeTheme",
136
+ computed(() => e.codeTheme)
137
+ ), provide("updateSetting", t.updateSetting), provide(
138
+ "catalogVisible",
139
+ computed(() => t.catalogVisible.value)
140
+ ), provide("defToolbars", t.defToolbars), provide(
141
+ "floatingToolbars",
142
+ computed(() => e.floatingToolbars)
143
+ ), Te(e, t)), Yt = (e) => {
144
+ const { noPrettier: t, noUploadImg: r2 } = e, { editorExtensions: n, editorExtensionsAttrs: o } = h, u2 = t || n.prettier.prettierInstance, c = t || n.prettier.parserMarkdownInstance, m = r2 || n.cropper.instance;
145
+ onMounted(() => {
146
+ if (!m) {
147
+ const { js: s = {}, css: l2 = {} } = o.cropper || {};
148
+ A("link", {
149
+ ...l2,
150
+ rel: "stylesheet",
151
+ href: n.cropper.css,
152
+ id: M.croppercss
153
+ }), A("script", {
154
+ ...s,
155
+ src: n.cropper.js,
156
+ id: M.cropperjs
157
+ });
158
+ }
159
+ if (!u2) {
160
+ const { standaloneJs: s = {} } = o.prettier || {};
161
+ A("script", {
162
+ ...s,
163
+ src: n.prettier.standaloneJs,
164
+ id: M.prettier
165
+ });
166
+ }
167
+ if (!c) {
168
+ const { parserMarkdownJs: s = {} } = o.prettier || {};
169
+ A("script", {
170
+ ...s,
171
+ src: n.prettier.parserMarkdownJs,
172
+ id: M.prettierMD
173
+ });
174
+ }
175
+ });
176
+ }, Qt = (e, t, r2) => {
177
+ const { editorId: n } = r2;
178
+ onMounted(() => {
179
+ F.on(n, {
180
+ name: N,
181
+ callback: (o) => {
182
+ e.onError?.(o), t.emit("onError", o);
183
+ }
184
+ });
185
+ });
186
+ }, en = (e, t, r2) => {
187
+ const { editorId: n } = r2, o = reactive({
188
+ pageFullscreen: e.pageFullscreen,
189
+ fullscreen: false,
190
+ preview: e.preview,
191
+ htmlPreview: e.preview ? false : e.htmlPreview,
192
+ previewOnly: false
193
+ }), u2 = reactive({ ...o }), c = (l2, i2) => {
194
+ const a = i2 === void 0 ? !o[l2] : i2;
195
+ switch (l2) {
196
+ case "preview": {
197
+ o.htmlPreview = false, o.previewOnly = false;
198
+ break;
199
+ }
200
+ case "htmlPreview": {
201
+ o.preview = false, o.previewOnly = false;
202
+ break;
203
+ }
204
+ case "previewOnly": {
205
+ a ? !o.preview && !o.htmlPreview && (o.preview = true) : (u2.preview || (o.preview = false), u2.htmlPreview || (o.htmlPreview = false));
206
+ break;
207
+ }
208
+ }
209
+ u2[l2] = a, o[l2] = a;
210
+ };
211
+ let m = "";
212
+ const s = () => {
213
+ o.pageFullscreen || o.fullscreen ? document.body.style.overflow = "hidden" : document.body.style.overflow = m;
214
+ };
215
+ return watch(() => [o.pageFullscreen, o.fullscreen], s), onMounted(() => {
216
+ F.on(n, {
217
+ name: I,
218
+ callback(l2, i2) {
219
+ const a = (d) => {
220
+ F.emit(n, G, "image", {
221
+ desc: "",
222
+ urls: d
223
+ }), i2?.();
224
+ };
225
+ e.onUploadImg ? e.onUploadImg(l2, a) : t.emit("onUploadImg", l2, a);
226
+ }
227
+ }), m = document.body.style.overflow, s();
228
+ }), [o, c];
229
+ }, tn = (e, t) => {
230
+ const { editorId: r2 } = t, n = ref(false);
231
+ return onMounted(() => {
232
+ F.on(r2, {
233
+ name: C,
234
+ callback: (o) => {
235
+ o === void 0 ? n.value = !n.value : n.value = o;
236
+ }
237
+ });
238
+ }), n;
239
+ }, nn = (e, t, r$12) => {
240
+ const { editorId: n, catalogVisible: o, setting: u2, updateSetting: c, codeRef: m } = r$12;
241
+ watch(
242
+ () => u2.pageFullscreen,
243
+ (l2) => {
244
+ F.emit(n, _, l2);
245
+ }
246
+ ), watch(
247
+ () => u2.fullscreen,
248
+ (l2) => {
249
+ F.emit(n, r, l2);
250
+ }
251
+ ), watch(
252
+ () => u2.preview,
253
+ (l2) => {
254
+ F.emit(n, A$1, l2);
255
+ }
256
+ ), watch(
257
+ () => u2.previewOnly,
258
+ (l2) => {
259
+ F.emit(n, R, l2);
260
+ }
261
+ ), watch(
262
+ () => u2.htmlPreview,
263
+ (l2) => {
264
+ F.emit(n, p$1, l2);
265
+ }
266
+ ), watch(o, (l2) => {
267
+ F.emit(n, g, l2);
268
+ });
269
+ const s = {
270
+ on(l2, i2) {
271
+ switch (l2) {
272
+ case "pageFullscreen": {
273
+ F.on(n, {
274
+ name: _,
275
+ callback(a) {
276
+ i2(a);
277
+ }
278
+ });
279
+ break;
280
+ }
281
+ case "fullscreen": {
282
+ F.on(n, {
283
+ name: r,
284
+ callback(a) {
285
+ i2(a);
286
+ }
287
+ });
288
+ break;
289
+ }
290
+ case "preview": {
291
+ F.on(n, {
292
+ name: A$1,
293
+ callback(a) {
294
+ i2(a);
295
+ }
296
+ });
297
+ break;
298
+ }
299
+ case "previewOnly": {
300
+ F.on(n, {
301
+ name: R,
302
+ callback(a) {
303
+ i2(a);
304
+ }
305
+ });
306
+ break;
307
+ }
308
+ case "htmlPreview": {
309
+ F.on(n, {
310
+ name: p$1,
311
+ callback(a) {
312
+ i2(a);
313
+ }
314
+ });
315
+ break;
316
+ }
317
+ case "catalog": {
318
+ F.on(n, {
319
+ name: g,
320
+ callback(a) {
321
+ i2(a);
322
+ }
323
+ });
324
+ break;
325
+ }
326
+ }
327
+ },
328
+ togglePageFullscreen(l2) {
329
+ c("pageFullscreen", l2);
330
+ },
331
+ toggleFullscreen(l2) {
332
+ F.emit(n, h$2, l2);
333
+ },
334
+ togglePreview(l2) {
335
+ c("preview", l2);
336
+ },
337
+ togglePreviewOnly(l2) {
338
+ c("previewOnly", l2);
339
+ },
340
+ toggleHtmlPreview(l2) {
341
+ c("htmlPreview", l2);
342
+ },
343
+ toggleCatalog(l2) {
344
+ F.emit(n, C, l2);
345
+ },
346
+ triggerSave() {
347
+ F.emit(n, i);
348
+ },
349
+ insert(l2) {
350
+ F.emit(n, G, "universal", { generate: l2 });
351
+ },
352
+ focus(l2) {
353
+ m.value?.focus(l2);
354
+ },
355
+ rerender() {
356
+ F.emit(n, D);
357
+ },
358
+ getSelectedText() {
359
+ return m.value?.getSelectedText();
360
+ },
361
+ resetHistory() {
362
+ m.value?.resetHistory();
363
+ },
364
+ domEventHandlers(l2) {
365
+ F.emit(n, V, l2);
366
+ },
367
+ execCommand(l2) {
368
+ F.emit(n, G, l2);
369
+ },
370
+ getEditorView() {
371
+ return m.value?.getEditorView();
372
+ }
373
+ };
374
+ t.expose(s);
375
+ }, tt = (e) => {
376
+ const t = useId();
377
+ return e.id || e.editorId || `${p}-${t}`;
378
+ }, nt = (e, t, r2) => {
379
+ const n = inject("editorId"), o = inject("rootRef"), u2 = inject("usedLanguageText"), c = inject("setting"), m = () => {
380
+ o.value.querySelectorAll(`#${n} .${p}-preview .${p}-code`).forEach((i2) => {
381
+ let a = -1;
382
+ const d = i2.querySelector(
383
+ `.${p}-copy-button:not([data-processed])`
384
+ );
385
+ d && (d.onclick = ($) => {
386
+ $.preventDefault(), clearTimeout(a);
387
+ const p2 = (i2.querySelector("input:checked + pre code") || i2.querySelector("pre code")).textContent, { text: g2, successTips: I2, failTips: v2 } = u2.value.copyCode;
388
+ let C2 = I2;
389
+ copy2Clipboard(e.formatCopiedText(p2 || "")).catch(() => {
390
+ C2 = v2;
391
+ }).finally(() => {
392
+ d.dataset.isIcon ? d.dataset.tips = C2 : d.innerHTML = C2, a = window.setTimeout(() => {
393
+ d.dataset.isIcon ? d.dataset.tips = g2 : d.innerHTML = g2;
394
+ }, 1500);
395
+ });
396
+ }, d.setAttribute("data-processed", "true"));
397
+ });
398
+ }, s = () => {
399
+ nextTick(m);
400
+ }, l2 = (i2) => {
401
+ i2 && nextTick(m);
402
+ };
403
+ watch([t, r2], s), watch(() => c.value.preview, l2), watch(() => c.value.htmlPreview, l2), onMounted(m);
404
+ }, ot = (e) => {
405
+ const t = inject("editorId"), r2 = inject("theme"), n = inject("rootRef"), { editorExtensions: o, editorExtensionsAttrs: u2 } = h;
406
+ let c = o.echarts.instance;
407
+ const m = shallowRef(-1), s = () => {
408
+ !e.noEcharts && c && (m.value = m.value + 1);
409
+ };
410
+ watch(
411
+ () => r2.value,
412
+ () => {
413
+ s();
414
+ }
415
+ ), onMounted(() => {
416
+ if (e.noEcharts || c)
417
+ return;
418
+ const h2 = o.echarts.js;
419
+ A(
420
+ "script",
421
+ {
422
+ ...u2.echarts?.js,
423
+ src: h2,
424
+ id: M.echarts,
425
+ onload() {
426
+ c = window.echarts, s();
427
+ }
428
+ },
429
+ "echarts"
430
+ );
431
+ });
432
+ let l2 = [], i2 = [], a = [];
433
+ const d = (h2 = false) => {
434
+ if (!l2.length) {
435
+ h2 && (i2.forEach((v2) => {
436
+ v2.dispose?.();
437
+ }), a.forEach((v2) => {
438
+ v2.disconnect?.();
439
+ }), i2 = [], a = []);
440
+ return;
441
+ }
442
+ const p2 = [], g2 = [], I2 = [];
443
+ l2.forEach((v2, C2) => {
444
+ const x2 = i2[C2], b2 = a[C2];
445
+ if (h2 || !v2 || !v2.isConnected || (n?.value ? !n.value.contains(v2) : false)) {
446
+ x2?.dispose?.(), b2?.disconnect?.();
447
+ return;
448
+ }
449
+ p2.push(v2), x2 && g2.push(x2), b2 && I2.push(b2);
450
+ }), l2 = p2, i2 = g2, a = I2;
451
+ }, $ = () => {
452
+ d(), !e.noEcharts && c && Array.from(
453
+ n.value.querySelectorAll(
454
+ `#${t} div.${p}-echarts:not([data-processed])`
455
+ )
456
+ ).forEach((p2) => {
457
+ if (p2.dataset.closed === "false")
458
+ return false;
459
+ try {
460
+ const g2 = new Function(`return ${p2.innerText}`)(), I2 = c.init(p2, r2.value);
461
+ I2.setOption(g2), p2.setAttribute("data-processed", ""), l2.push(p2), i2.push(I2);
462
+ const v2 = new ResizeObserver(() => {
463
+ I2.resize();
464
+ });
465
+ v2.observe(p2), a.push(v2);
466
+ } catch (g2) {
467
+ F.emit(t, N, {
468
+ name: "echarts",
469
+ message: g2?.message,
470
+ error: g2
471
+ });
472
+ }
473
+ });
474
+ };
475
+ return onBeforeUnmount(() => {
476
+ d(true);
477
+ }), { reRenderEcharts: m, replaceEcharts: $ };
478
+ }, at = (e) => {
479
+ const t = inject("highlight"), r2 = shallowRef(h.editorExtensions.highlight.instance);
480
+ return onMounted(() => {
481
+ e.noHighlight || r2.value || (A("link", {
482
+ ...t.value.css,
483
+ rel: "stylesheet",
484
+ id: M.hlcss
485
+ }), A(
486
+ "script",
487
+ {
488
+ ...t.value.js,
489
+ id: M.hljs,
490
+ onload() {
491
+ r2.value = window.hljs;
492
+ }
493
+ },
494
+ "hljs"
495
+ ));
496
+ }), watch(
497
+ () => t.value.css,
498
+ () => {
499
+ e.noHighlight || h.editorExtensions.highlight.instance || b$1("link", {
500
+ ...t.value.css,
501
+ rel: "stylesheet",
502
+ id: M.hlcss
503
+ });
504
+ }
505
+ ), r2;
506
+ }, rt = (e) => {
507
+ const t = shallowRef(h.editorExtensions.katex.instance);
508
+ return onMounted(() => {
509
+ if (e.noKatex || t.value)
510
+ return;
511
+ const { editorExtensions: r2, editorExtensionsAttrs: n } = h;
512
+ A(
513
+ "script",
514
+ {
515
+ ...n.katex?.js,
516
+ src: r2.katex.js,
517
+ id: M.katexjs,
518
+ onload() {
519
+ t.value = window.katex;
520
+ }
521
+ },
522
+ "katex"
523
+ ), A("link", {
524
+ ...n.katex?.css,
525
+ rel: "stylesheet",
526
+ href: r2.katex.css,
527
+ id: M.katexcss
528
+ });
529
+ }), t;
530
+ }, Y = new LRUCache({
531
+ max: 1e3,
532
+ // 缓存10分钟
533
+ ttl: 6e5
534
+ }), lt = (e) => {
535
+ const t = inject("editorId"), r2 = inject("theme"), n = inject("rootRef"), { editorExtensions: o, editorExtensionsAttrs: u2, mermaidConfig: c } = h;
536
+ let m = o.mermaid.instance;
537
+ const s = shallowRef(-1), l2 = () => {
538
+ !e.noMermaid && m && (m.initialize(
539
+ c({
540
+ startOnLoad: false,
541
+ theme: r2.value === "dark" ? "dark" : "default"
542
+ })
543
+ ), s.value = s.value + 1);
544
+ };
545
+ return watch(
546
+ () => r2.value,
547
+ () => {
548
+ Y.clear(), l2();
549
+ }
550
+ ), onMounted(() => {
551
+ if (e.noMermaid || m)
552
+ return;
553
+ const a = o.mermaid.js;
554
+ /\.mjs/.test(a) ? (A("link", {
555
+ ...u2.mermaid?.js,
556
+ rel: "modulepreload",
557
+ href: a,
558
+ id: M.mermaidM
559
+ }), import(
560
+ /* @vite-ignore */
561
+ /* webpackIgnore: true */
562
+ a
563
+ ).then((d) => {
564
+ m = d.default, l2();
565
+ }).catch((d) => {
566
+ F.emit(t, N, {
567
+ name: "mermaid",
568
+ message: `Failed to load mermaid module: ${d.message}`,
569
+ error: d
570
+ });
571
+ })) : A(
572
+ "script",
573
+ {
574
+ ...u2.mermaid?.js,
575
+ src: a,
576
+ id: M.mermaid,
577
+ onload() {
578
+ m = window.mermaid, l2();
579
+ }
580
+ },
581
+ "mermaid"
582
+ );
583
+ }), { reRenderRef: s, replaceMermaid: async () => {
584
+ if (!e.noMermaid && m) {
585
+ const a = n.value.querySelectorAll(
586
+ `div.${p}-mermaid`
587
+ ), d = document.createElement("div"), $ = document.body.offsetWidth > 1366 ? document.body.offsetWidth : 1366, h2 = document.body.offsetHeight > 768 ? document.body.offsetHeight : 768;
588
+ d.style.width = $ + "px", d.style.height = h2 + "px", d.style.position = "fixed", d.style.zIndex = "-10000", d.style.top = "-10000";
589
+ let p$12 = a.length;
590
+ p$12 > 0 && document.body.appendChild(d), await Promise.allSettled(
591
+ Array.from(a).map((g2) => (async (v2) => {
592
+ if (v2.dataset.closed === "false")
593
+ return false;
594
+ const C2 = v2.innerText;
595
+ let x2 = Y.get(C2);
596
+ if (!x2) {
597
+ const b2 = W();
598
+ let F$1 = { svg: "" };
599
+ try {
600
+ F$1 = await m.render(b2, C2, d), x2 = await e.sanitizeMermaid(F$1.svg);
601
+ const S2 = document.createElement("p");
602
+ S2.className = `${p}-mermaid`, S2.setAttribute("data-processed", ""), S2.setAttribute("data-content", C2), S2.innerHTML = x2, S2.children[0]?.removeAttribute("height"), Y.set(C2, S2.innerHTML), v2.dataset.line !== void 0 && (S2.dataset.line = v2.dataset.line), v2.replaceWith(S2);
603
+ } catch (S2) {
604
+ F.emit(t, N, {
605
+ name: "mermaid",
606
+ message: S2.message,
607
+ error: S2
608
+ });
609
+ }
610
+ --p$12 === 0 && d.remove();
611
+ }
612
+ })(g2))
613
+ );
614
+ }
615
+ } };
616
+ }, it = (e, t) => {
617
+ t = t || {};
618
+ const r2 = 3, n = t.marker || "!", o = n.charCodeAt(0), u2 = n.length;
619
+ let c = "", m = "";
620
+ const s = (i2, a, d, $, h2) => {
621
+ const p$12 = i2[a];
622
+ return p$12.type === "admonition_open" ? i2[a].attrPush([
623
+ "class",
624
+ `${p}-admonition ${p}-admonition-${p$12.info}`
625
+ ]) : p$12.type === "admonition_title_open" && i2[a].attrPush(["class", `${p}-admonition-title`]), h2.renderToken(i2, a, d);
626
+ }, l2 = (i2) => {
627
+ const a = i2.trim().split(" ", 2);
628
+ m = "", c = a[0], a.length > 1 && (m = i2.substring(c.length + 2));
629
+ };
630
+ e.block.ruler.before(
631
+ "code",
632
+ "admonition",
633
+ (i2, a, d, $) => {
634
+ let h2, p2, g2, I2 = false, v2 = i2.bMarks[a] + i2.tShift[a], C2 = i2.eMarks[a];
635
+ if (o !== i2.src.charCodeAt(v2))
636
+ return false;
637
+ for (h2 = v2 + 1; h2 <= C2 && n[(h2 - v2) % u2] === i2.src[h2]; h2++)
638
+ ;
639
+ const x2 = Math.floor((h2 - v2) / u2);
640
+ if (x2 !== r2)
641
+ return false;
642
+ h2 -= (h2 - v2) % u2;
643
+ const b2 = i2.src.slice(v2, h2), F2 = i2.src.slice(h2, C2);
644
+ if (l2(F2), $)
645
+ return true;
646
+ for (p2 = a; p2++, !(p2 >= d || (v2 = i2.bMarks[p2] + i2.tShift[p2], C2 = i2.eMarks[p2], v2 < C2 && i2.sCount[p2] < i2.blkIndent)); )
647
+ if (o === i2.src.charCodeAt(v2) && !(i2.sCount[p2] - i2.blkIndent >= 4)) {
648
+ for (h2 = v2 + 1; h2 <= C2 && n[(h2 - v2) % u2] === i2.src[h2]; h2++)
649
+ ;
650
+ if (!(Math.floor((h2 - v2) / u2) < x2) && (h2 -= (h2 - v2) % u2, h2 = i2.skipSpaces(h2), !(h2 < C2))) {
651
+ I2 = true;
652
+ break;
653
+ }
654
+ }
655
+ const S2 = i2.parentType, L2 = i2.lineMax;
656
+ return i2.parentType = "root", i2.lineMax = p2, g2 = i2.push("admonition_open", "div", 1), g2.markup = b2, g2.block = true, g2.info = c, g2.map = [a, p2], m && (g2 = i2.push("admonition_title_open", "p", 1), g2.markup = b2 + " " + c, g2.map = [a, p2], g2 = i2.push("inline", "", 0), g2.content = m, g2.map = [a, i2.line - 1], g2.children = [], g2 = i2.push("admonition_title_close", "p", -1), g2.markup = b2 + " " + c), i2.md.block.tokenize(i2, a + 1, p2), g2 = i2.push("admonition_close", "div", -1), g2.markup = i2.src.slice(v2, h2), g2.block = true, i2.parentType = S2, i2.lineMax = L2, i2.line = p2 + (I2 ? 1 : 0), true;
657
+ },
658
+ {
659
+ alt: ["paragraph", "reference", "blockquote", "list"]
660
+ }
661
+ ), e.renderer.rules.admonition_open = s, e.renderer.rules.admonition_title_open = s, e.renderer.rules.admonition_title_close = s, e.renderer.rules.admonition_close = s;
662
+ }, se = (e, t) => {
663
+ const r2 = e.attrs ? e.attrs.slice() : [];
664
+ return t.forEach((n) => {
665
+ const o = e.attrIndex(n[0]);
666
+ o < 0 ? r2.push(n) : (r2[o] = r2[o].slice(), r2[o][1] += ` ${n[1]}`);
667
+ }), r2;
668
+ }, st = (e, t) => {
669
+ const r2 = e.renderer.rules.fence, n = e.utils.unescapeAll, o = /\[(\w*)(?::([\w ]*))?\]/, u2 = /::(open|close)/, c = (a) => a.info ? n(a.info).trim() : "", m = (a) => {
670
+ const d = c(a), [$ = null, h2 = ""] = (o.exec(d) || []).slice(1);
671
+ return [$, h2];
672
+ }, s = (a) => {
673
+ const d = c(a);
674
+ return d ? d.split(/(\s+)/g)[0] : "";
675
+ }, l2 = (a) => {
676
+ const d = a.info.match(u2) || [], $ = d[1] === "open" || d[1] !== "close" && t.codeFoldable && a.content.trim().split(`
677
+ `).length < t.autoFoldThreshold, h2 = d[1] || t.codeFoldable ? "details" : "div", p2 = d[1] || t.codeFoldable ? "summary" : "div";
678
+ return { open: $, tagContainer: h2, tagHeader: p2 };
679
+ }, i2 = (a, d, $, h2, p$12) => {
680
+ if (a[d].hidden)
681
+ return "";
682
+ const g2 = t.usedLanguageTextRef.value?.copyCode.text, I2 = t.customIconRef.value.copy || g2, v2 = !!t.customIconRef.value.copy, C2 = `<span class="${p}-collapse-tips">${p$2("collapse-tips", t.customIconRef.value)}</span>`, [x2] = m(a[d]);
683
+ if (x2 === null) {
684
+ const { open: k2, tagContainer: A2, tagHeader: J } = l2(a[d]), j = [["class", `${p}-code`]];
685
+ k2 && j.push(["open", ""]);
686
+ const ne = {
687
+ attrs: se(a[d], j)
688
+ };
689
+ a[d].info = a[d].info.replace(u2, "");
690
+ const W2 = r2(a, d, $, h2, p$12);
691
+ return `
692
+ <${A2} ${p$12.renderAttrs(ne)}>
693
+ <${J} class="${p}-code-head">
694
+ <div class="${p}-code-flag"><span></span><span></span><span></span></div>
695
+ <div class="${p}-code-action">
696
+ <span class="${p}-code-lang">${e.utils.escapeHtml(a[d].info.trim())}</span>
697
+ <span class="${p}-copy-button" data-tips="${g2}"${v2 ? " data-is-icon=true" : ""}>${I2}</span>
698
+ ${t.extraTools instanceof Function ? t.extraTools({ lang: a[d].info.trim() }) : t.extraTools || ""}
699
+ ${A2 === "details" ? C2 : ""}
700
+ </div>
701
+ </${J}>
702
+ ${W2}
703
+ </${A2}>
704
+ `;
705
+ }
706
+ let b2, F2, S2, L2, _2 = "", B = "", D2 = "";
707
+ const { open: q, tagContainer: V2, tagHeader: z } = l2(a[d]), K = [["class", `${p}-code`]];
708
+ q && K.push(["open", ""]);
709
+ const Z = {
710
+ attrs: se(a[d], K)
711
+ };
712
+ for (let k2 = d; k2 < a.length && (b2 = a[k2], [F2, S2] = m(b2), F2 === x2); k2++) {
713
+ b2.info = b2.info.replace(o, "").replace(u2, ""), b2.hidden = true;
714
+ const A2 = `${p}-codetab-${t.editorId}-${d}-${k2 - d}`;
715
+ L2 = k2 - d > 0 ? "" : "checked", _2 += `
716
+ <li>
717
+ <input
718
+ type="radio"
719
+ id="label-${p}-codetab-label-1-${t.editorId}-${d}-${k2 - d}"
720
+ name="${p}-codetab-label-${t.editorId}-${d}"
721
+ class="${A2}"
722
+ ${L2}
723
+ >
724
+ <label
725
+ for="label-${p}-codetab-label-1-${t.editorId}-${d}-${k2 - d}"
726
+ onclick="this.getRootNode().querySelectorAll('.${A2}').forEach(e => e.click())"
727
+ >
728
+ ${e.utils.escapeHtml(S2 || s(b2))}
729
+ </label>
730
+ </li>`, B += `
731
+ <div role="tabpanel">
732
+ <input
733
+ type="radio"
734
+ name="${p}-codetab-pre-${t.editorId}-${d}"
735
+ class="${A2}"
736
+ ${L2}
737
+ role="presentation">
738
+ ${r2(a, k2, $, h2, p$12)}
739
+ </div>`, D2 += `
740
+ <input
741
+ type="radio"
742
+ name="${p}-codetab-lang-${t.editorId}-${d}"
743
+ class="${A2}"
744
+ ${L2}
745
+ role="presentation">
746
+ <span class=${p}-code-lang role="note">${e.utils.escapeHtml(s(b2))}</span>`;
747
+ }
748
+ return `
749
+ <${V2} ${p$12.renderAttrs(Z)}>
750
+ <${z} class="${p}-code-head">
751
+ <div class="${p}-code-flag">
752
+ <ul class="${p}-codetab-label" role="tablist">${_2}</ul>
753
+ </div>
754
+ <div class="${p}-code-action">
755
+ <span class="${p}-codetab-lang">${D2}</span>
756
+ <span class="${p}-copy-button" data-tips="${g2}"${v2 ? " data-is-icon=true" : ""}>${I2}</span>
757
+ ${t.extraTools instanceof Function ? t.extraTools({ lang: a[d].info.trim() }) : t.extraTools || ""}
758
+ ${V2 === "details" ? C2 : ""}
759
+ </div>
760
+ </${z}>
761
+ ${B}
762
+ </${V2}>
763
+ `;
764
+ };
765
+ e.renderer.rules.fence = i2, e.renderer.rules.code_block = i2;
766
+ }, ct = (e, t) => {
767
+ const r2 = e.renderer.rules.fence.bind(e.renderer.rules);
768
+ e.renderer.rules.fence = (n, o, u2, c, m) => {
769
+ const s = n[o], l2 = s.content.trim();
770
+ if (s.info === "echarts") {
771
+ if (s.attrSet("class", `${p}-echarts`), s.attrSet("data-echarts-theme", t.themeRef.value), s.map && s.level === 0) {
772
+ const i2 = s.map[1] - 1, d = !!c.srcLines[i2]?.trim()?.startsWith("```");
773
+ s.attrSet("data-closed", `${d}`), s.attrSet("data-line", String(s.map[0]));
774
+ }
775
+ return `<div ${m.renderAttrs(s)} style="width: 100%; aspect-ratio: 4 / 3;">${e.utils.escapeHtml(l2)}</div>`;
776
+ }
777
+ return r2(n, o, u2, c, m);
778
+ };
779
+ }, dt = (e, t) => {
780
+ e.renderer.rules.heading_open = (r2, n) => {
781
+ const o = r2[n], u2 = r2[n + 1].children?.reduce((m, s) => m + (["text", "code_inline", "math_inline"].includes(s.type) && s.content || ""), "") || "", c = o.markup.length;
782
+ return t.headsRef.value.push({
783
+ text: u2,
784
+ level: c,
785
+ line: o.map[0],
786
+ currentToken: o,
787
+ nextToken: r2[n + 1]
788
+ }), o.map && o.level === 0 && o.attrSet(
789
+ "id",
790
+ t.mdHeadingId({
791
+ text: u2,
792
+ level: c,
793
+ index: t.headsRef.value.length,
794
+ currentToken: o,
795
+ nextToken: r2[n + 1]
796
+ })
797
+ ), e.renderer.renderToken(r2, n, t);
798
+ }, e.renderer.rules.heading_close = (r2, n, o, u2, c) => c.renderToken(r2, n, o);
799
+ }, be = {
800
+ block: [
801
+ { open: "$$", close: "$$" },
802
+ { open: "\\[", close: "\\]" }
803
+ ],
804
+ inline: [
805
+ { open: "$$", close: "$$" },
806
+ { open: "$", close: "$" },
807
+ { open: "\\[", close: "\\]" },
808
+ { open: "\\(", close: "\\)" }
809
+ ]
810
+ }, ut = (e) => (t, r2) => {
811
+ const n = e.delimiters;
812
+ for (const o of n) {
813
+ if (!t.src.startsWith(o.open, t.pos))
814
+ continue;
815
+ const u2 = t.pos + o.open.length;
816
+ let c = u2;
817
+ for (; (c = t.src.indexOf(o.close, c)) !== -1; ) {
818
+ let m = 0, s = c - 1;
819
+ for (; s >= 0 && t.src[s] === "\\"; )
820
+ m++, s--;
821
+ if (m % 2 === 0)
822
+ break;
823
+ c += o.close.length;
824
+ }
825
+ if (c !== -1) {
826
+ if (c - u2 === 0)
827
+ return r2 || (t.pending += o.open + o.close), t.pos = c + o.close.length, true;
828
+ if (!r2) {
829
+ const m = t.push("math_inline", "math", 0);
830
+ m.markup = o.open, m.content = t.src.slice(u2, c);
831
+ }
832
+ return t.pos = c + o.close.length, true;
833
+ }
834
+ }
835
+ return false;
836
+ }, mt = (e) => (t, r2, n, o) => {
837
+ const u2 = e.delimiters, c = t.bMarks[r2] + t.tShift[r2], m = t.eMarks[r2], s = (l2, i2, a) => {
838
+ t.line = i2;
839
+ const d = t.push("math_block", "math", 0);
840
+ return d.block = true, d.content = l2, d.map = [r2, t.line], d.markup = a, true;
841
+ };
842
+ for (const l2 of u2) {
843
+ const i2 = c;
844
+ if (t.src.slice(i2, i2 + l2.open.length) !== l2.open)
845
+ continue;
846
+ const a = i2 + l2.open.length, d = t.src.slice(a, m).trim(), $ = d === "", h2 = d === l2.close, p2 = d.endsWith(l2.close);
847
+ if (!$ && !h2 && !p2)
848
+ continue;
849
+ if (o)
850
+ return true;
851
+ if (h2)
852
+ return s("", r2 + 1, l2.open);
853
+ if (!$ && p2) {
854
+ const b2 = d.slice(0, -l2.close.length);
855
+ return s(b2, r2 + 1, l2.open);
856
+ }
857
+ let g2 = r2 + 1, I2 = false, v2 = "";
858
+ for (; g2 < n; g2++) {
859
+ const b2 = t.bMarks[g2] + t.tShift[g2], F2 = t.eMarks[g2];
860
+ if (b2 < F2 && t.tShift[g2] < t.blkIndent)
861
+ break;
862
+ if (t.src.slice(b2, F2).trim().endsWith(l2.close)) {
863
+ const L2 = t.src.slice(0, F2).lastIndexOf(l2.close);
864
+ v2 = t.src.slice(b2, L2), I2 = true;
865
+ break;
866
+ }
867
+ }
868
+ if (!I2)
869
+ continue;
870
+ const x2 = t.getLines(r2 + 1, g2, t.tShift[r2], true) + (v2.trim() ? v2 : "");
871
+ return s(x2, g2 + 1, l2.open);
872
+ }
873
+ return false;
874
+ }, ft = (e, { katexRef: t, inlineDelimiters: r2, blockDelimiters: n }) => {
875
+ const o = (m, s, l2, i2, a = false) => {
876
+ const d = {
877
+ attrs: se(m, [["class", s]])
878
+ }, $ = i2.renderAttrs(d);
879
+ if (!t.value)
880
+ return `<${l2} ${$}>${m.content}</${l2}>`;
881
+ const h$12 = t.value.renderToString(
882
+ m.content,
883
+ h.katexConfig({
884
+ throwOnError: false,
885
+ displayMode: a
886
+ })
887
+ );
888
+ return `<${l2} ${$} data-processed>${h$12}</${l2}>`;
889
+ }, u2 = (m, s, l2, i2, a) => o(m[s], `${p}-katex-inline`, "span", a), c = (m, s, l2, i2, a) => o(m[s], `${p}-katex-block`, "p", a, true);
890
+ e.inline.ruler.before(
891
+ "escape",
892
+ "math_inline",
893
+ ut({
894
+ delimiters: r2 || be.inline
895
+ })
896
+ ), e.block.ruler.after(
897
+ "blockquote",
898
+ "math_block",
899
+ mt({
900
+ delimiters: n || be.block
901
+ }),
902
+ {
903
+ alt: ["paragraph", "reference", "blockquote", "list"]
904
+ }
905
+ ), e.renderer.rules.math_inline = u2, e.renderer.rules.math_block = c;
906
+ }, ht = (e, t) => {
907
+ const r2 = e.renderer.rules.fence.bind(e.renderer.rules);
908
+ e.renderer.rules.fence = (n, o, u2, c, m) => {
909
+ const s = n[o], l2 = s.content.trim();
910
+ if (s.info === "mermaid") {
911
+ if (s.attrSet("class", `${p}-mermaid`), s.attrSet("data-mermaid-theme", t.themeRef.value), s.map && s.level === 0) {
912
+ const a = s.map[1] - 1, $ = !!c.srcLines[a]?.trim()?.startsWith("```");
913
+ s.attrSet("data-closed", `${$}`), s.attrSet("data-line", String(s.map[0]));
914
+ }
915
+ const i2 = Y.get(l2);
916
+ return i2 ? (s.attrSet("data-processed", ""), s.attrSet("data-content", l2), `<p ${m.renderAttrs(s)}>${i2}</p>`) : `<div ${m.renderAttrs(s)}>${e.utils.escapeHtml(l2)}</div>`;
917
+ }
918
+ return r2(n, o, u2, c, m);
919
+ };
920
+ }, $e = (e, t, r2) => {
921
+ const n = e.attrIndex(t), o = [t, r2];
922
+ n < 0 ? e.attrPush(o) : (e.attrs = e.attrs || [], e.attrs[n] = o);
923
+ }, pt = (e) => e.type === "inline", gt = (e) => e.type === "paragraph_open", vt = (e) => e.type === "list_item_open", yt = (e) => e.content.indexOf("[ ] ") === 0 || e.content.indexOf("[x] ") === 0 || e.content.indexOf("[X] ") === 0, bt = (e, t) => pt(e[t]) && gt(e[t - 1]) && vt(e[t - 2]) && yt(e[t]), $t = (e, t) => {
924
+ const r2 = e[t].level - 1;
925
+ for (let n = t - 1; n >= 0; n--)
926
+ if (e[n].level === r2)
927
+ return n;
928
+ return -1;
929
+ }, wt = (e) => {
930
+ const t = new e("html_inline", "", 0);
931
+ return t.content = "<label>", t;
932
+ }, Ct = (e) => {
933
+ const t = new e("html_inline", "", 0);
934
+ return t.content = "</label>", t;
935
+ }, Et = (e, t, r2) => {
936
+ const n = new r2("html_inline", "", 0);
937
+ return n.content = '<label class="task-list-item-label" for="' + t + '">' + e + "</label>", n.attrs = [["for", t]], n;
938
+ }, kt = (e, t, r2) => {
939
+ const n = new t("html_inline", "", 0), o = r2.enabled ? " " : ' disabled="" ';
940
+ return e.content.indexOf("[ ] ") === 0 ? n.content = '<input class="task-list-item-checkbox"' + o + 'type="checkbox">' : (e.content.indexOf("[x] ") === 0 || e.content.indexOf("[X] ") === 0) && (n.content = '<input class="task-list-item-checkbox" checked=""' + o + 'type="checkbox">'), n;
941
+ }, Tt = (e, t, r2) => {
942
+ if (e.children = e.children || [], e.children.unshift(kt(e, t, r2)), e.children[1].content = e.children[1].content.slice(3), e.content = e.content.slice(3), r2.label)
943
+ if (r2.labelAfter) {
944
+ e.children.pop();
945
+ const n = "task-item-" + Math.ceil(Math.random() * (1e4 * 1e3) - 1e3);
946
+ e.children[0].content = e.children[0].content.slice(0, -1) + ' id="' + n + '">', e.children.push(Et(e.content, n, t));
947
+ } else
948
+ e.children.unshift(wt(t)), e.children.push(Ct(t));
949
+ }, It = (e, t = {}) => {
950
+ e.core.ruler.after("inline", "github-task-lists", (r2) => {
951
+ const n = r2.tokens;
952
+ for (let o = 2; o < n.length; o++)
953
+ bt(n, o) && (Tt(n[o], r2.Token, t), $e(
954
+ n[o - 2],
955
+ "class",
956
+ "task-list-item" + (t.enabled ? " enabled" : " ")
957
+ ), $e(n[$t(n, o - 2)], "class", "contains-task-list"));
958
+ });
959
+ }, St = (e) => {
960
+ e.core.ruler.push("init-line-number", (t) => (t.tokens.forEach((r2) => {
961
+ r2.map && (r2.attrs || (r2.attrs = []), r2.attrs.push(["data-line", r2.map[0].toString()]));
962
+ }), true));
963
+ }, xt = (e, t) => {
964
+ const { editorConfig: r2, markdownItPlugins: o } = h, c = inject("editorId"), m = inject("language"), s = inject(
965
+ "usedLanguageText"
966
+ ), l$1 = inject("showCodeRowNumber"), i2 = inject("theme"), a = inject("customIcon"), d = inject("rootRef"), $ = inject("setting"), h$12 = ref([]), p$12 = at(e), g2 = rt(e), { reRenderRef: I2, replaceMermaid: v2 } = lt(e), { reRenderEcharts: C2, replaceEcharts: x2 } = ot(e), b2 = MarkdownIt({
967
+ html: true,
968
+ breaks: true,
969
+ linkify: true
970
+ });
971
+ const F$1 = [
972
+ {
973
+ type: "image",
974
+ plugin: r$1,
975
+ options: { figcaption: true, classes: "md-zoom" }
976
+ },
977
+ {
978
+ type: "admonition",
979
+ plugin: it,
980
+ options: {}
981
+ },
982
+ {
983
+ type: "taskList",
984
+ plugin: It,
985
+ options: {}
986
+ },
987
+ {
988
+ type: "heading",
989
+ plugin: dt,
990
+ options: { mdHeadingId: e.mdHeadingId, headsRef: h$12 }
991
+ },
992
+ {
993
+ type: "code",
994
+ plugin: st,
995
+ options: {
996
+ editorId: c,
997
+ usedLanguageTextRef: s,
998
+ // showCodeRowNumber,
999
+ codeFoldable: e.codeFoldable,
1000
+ autoFoldThreshold: e.autoFoldThreshold,
1001
+ customIconRef: a
1002
+ }
1003
+ },
1004
+ {
1005
+ type: "sub",
1006
+ plugin: sub_plugin,
1007
+ options: {}
1008
+ },
1009
+ {
1010
+ type: "sup",
1011
+ plugin: sup_plugin,
1012
+ options: {}
1013
+ }
1014
+ ];
1015
+ e.noKatex || F$1.push({
1016
+ type: "katex",
1017
+ plugin: ft,
1018
+ options: { katexRef: g2 }
1019
+ }), e.noMermaid || F$1.push({
1020
+ type: "mermaid",
1021
+ plugin: ht,
1022
+ options: { themeRef: i2 }
1023
+ }), e.noEcharts || F$1.push({
1024
+ type: "echarts",
1025
+ plugin: ct,
1026
+ options: { themeRef: i2 }
1027
+ }), o(F$1, {
1028
+ editorId: c
1029
+ }).forEach((k2) => {
1030
+ b2.use(k2.plugin, k2.options);
1031
+ });
1032
+ const S$1 = b2.options.highlight;
1033
+ b2.set({
1034
+ highlight: (k2, A2, J) => {
1035
+ if (S$1) {
1036
+ const W2 = S$1(k2, A2, J);
1037
+ if (W2)
1038
+ return W2;
1039
+ }
1040
+ let j;
1041
+ !e.noHighlight && p$12.value ? p$12.value.getLanguage(A2) ? j = p$12.value.highlight(k2, {
1042
+ language: A2,
1043
+ ignoreIllegals: true
1044
+ }).value : j = p$12.value.highlightAuto(k2).value : j = b2.utils.escapeHtml(k2);
1045
+ const ne = l$1 ? l(
1046
+ j.replace(/^\n+|\n+$/g, ""),
1047
+ k2.replace(/^\n+|\n+$/g, "")
1048
+ ) : `<span class="${p}-code-block">${j.replace(/^\n+|\n+$/g, "")}</span>`;
1049
+ return `<pre><code class="language-${A2}" language=${A2}>${ne}</code></pre>`;
1050
+ }
1051
+ }), St(b2);
1052
+ const L$1 = ref(`_article-key_${W()}`), _2 = ref(
1053
+ e.sanitize(
1054
+ b2.render(e.modelValue, {
1055
+ srcLines: e.modelValue.split(`
1056
+ `)
1057
+ })
1058
+ )
1059
+ );
1060
+ let B = () => {
1061
+ }, D$1 = () => {
1062
+ };
1063
+ const q = () => {
1064
+ const k2 = d.value?.querySelectorAll(
1065
+ `#${c} p.${p}-mermaid:not([data-closed=false])`
1066
+ );
1067
+ D$1(), D$1 = V$1(k2, {
1068
+ customIcon: a.value
1069
+ }), B(), B = R$1(k2, {
1070
+ customIcon: a.value
1071
+ });
1072
+ }, V2 = () => {
1073
+ F.emit(c, L, _2.value), e.onHtmlChanged(_2.value), e.onGetCatalog(h$12.value), F.emit(c, S, h$12.value), nextTick(() => {
1074
+ v2().then(q), x2();
1075
+ });
1076
+ }, z = () => {
1077
+ h$12.value = [], _2.value = e.sanitize(
1078
+ b2.render(e.modelValue, {
1079
+ srcLines: e.modelValue.split(`
1080
+ `)
1081
+ })
1082
+ );
1083
+ }, K = computed(() => (e.noKatex || !!g2.value) && (e.noHighlight || !!p$12.value));
1084
+ let Z = -1;
1085
+ return watch([toRef(e, "modelValue"), K, I2, m], () => {
1086
+ Z = window.setTimeout(
1087
+ () => {
1088
+ z();
1089
+ },
1090
+ t ? 0 : r2.renderDelay
1091
+ );
1092
+ }), watch(
1093
+ () => $.value.preview,
1094
+ () => {
1095
+ $.value.preview && nextTick(() => {
1096
+ v2().then(q), x2(), F.emit(c, S, h$12.value);
1097
+ });
1098
+ }
1099
+ ), watch([_2, C2], () => {
1100
+ V2();
1101
+ }), onMounted(V2), onMounted(() => {
1102
+ F.on(c, {
1103
+ name: H,
1104
+ callback() {
1105
+ F.emit(c, S, h$12.value);
1106
+ }
1107
+ }), F.on(c, {
1108
+ name: D,
1109
+ callback: () => {
1110
+ L$1.value = `_article-key_${W()}`, z();
1111
+ }
1112
+ });
1113
+ }), onBeforeUnmount(() => {
1114
+ B(), D$1(), clearTimeout(Z);
1115
+ }), { html: _2, key: L$1 };
1116
+ }, Ft = (e, t) => {
1117
+ const r2 = inject("editorId"), n = inject("setting"), { noImgZoomIn: o } = e, u2 = x(() => {
1118
+ const c = document.querySelectorAll(
1119
+ `#${r2}-preview img:not(.not-zoom):not(.medium-zoom-image)`
1120
+ );
1121
+ c.length !== 0 && mediumZoom(c, {
1122
+ background: "#00000073"
1123
+ });
1124
+ });
1125
+ onMounted(async () => {
1126
+ !o && n.value.preview && await u2();
1127
+ }), watch([t, () => n.value.preview], async () => {
1128
+ !o && n.value.preview && await u2();
1129
+ });
1130
+ }, we = {
1131
+ checked: {
1132
+ regexp: /- \[x\]/,
1133
+ value: "- [ ]"
1134
+ },
1135
+ unChecked: {
1136
+ regexp: /- \[\s\]/,
1137
+ value: "- [x]"
1138
+ }
1139
+ }, Rt = (e, t) => {
1140
+ const r2 = inject("editorId"), n = inject("rootRef");
1141
+ let o = () => {
1142
+ };
1143
+ const u2 = () => {
1144
+ if (!n.value)
1145
+ return false;
1146
+ const c = n.value.querySelectorAll(".task-list-item.enabled"), m = (s) => {
1147
+ s.preventDefault();
1148
+ const l2 = s.target.checked ? "unChecked" : "checked", i2 = s.target.parentElement?.dataset.line;
1149
+ if (!i2)
1150
+ return;
1151
+ const a = Number(i2), d = e.modelValue.split(`
1152
+ `), $ = d[Number(a)].replace(
1153
+ we[l2].regexp,
1154
+ we[l2].value
1155
+ );
1156
+ e.previewOnly ? (d[Number(a)] = $, e.onChange(d.join(`
1157
+ `))) : F.emit(r2, O, a + 1, $);
1158
+ };
1159
+ c.forEach((s) => {
1160
+ s.addEventListener("click", m);
1161
+ }), o = () => {
1162
+ c.forEach((s) => {
1163
+ s.removeEventListener("click", m);
1164
+ });
1165
+ };
1166
+ };
1167
+ onBeforeUnmount(() => {
1168
+ o();
1169
+ }), watch(
1170
+ [t],
1171
+ () => {
1172
+ o(), nextTick(u2);
1173
+ },
1174
+ {
1175
+ immediate: true
1176
+ }
1177
+ );
1178
+ }, At = (e, t, r2) => {
1179
+ const n = inject("setting"), o = () => {
1180
+ nextTick(() => {
1181
+ e.onRemount?.();
1182
+ });
1183
+ }, u2 = (c) => {
1184
+ c && o();
1185
+ };
1186
+ watch([t, r2], o), watch(() => n.value.preview, u2), watch(() => n.value.htmlPreview, u2), onMounted(o);
1187
+ }, Ie = {
1188
+ modelValue: {
1189
+ type: String,
1190
+ default: ""
1191
+ },
1192
+ onChange: {
1193
+ type: Function,
1194
+ default: () => {
1195
+ }
1196
+ },
1197
+ onHtmlChanged: {
1198
+ type: Function,
1199
+ default: () => {
1200
+ }
1201
+ },
1202
+ onGetCatalog: {
1203
+ type: Function,
1204
+ default: () => {
1205
+ }
1206
+ },
1207
+ mdHeadingId: {
1208
+ type: Function,
1209
+ default: () => ""
1210
+ },
1211
+ noMermaid: {
1212
+ type: Boolean,
1213
+ default: false
1214
+ },
1215
+ sanitize: {
1216
+ type: Function,
1217
+ default: (e) => e
1218
+ },
1219
+ // 不使用该函数功能
1220
+ noKatex: {
1221
+ type: Boolean,
1222
+ default: false
1223
+ },
1224
+ formatCopiedText: {
1225
+ type: Function,
1226
+ default: (e) => e
1227
+ },
1228
+ noHighlight: {
1229
+ type: Boolean,
1230
+ default: false
1231
+ },
1232
+ previewOnly: {
1233
+ type: Boolean,
1234
+ default: false
1235
+ },
1236
+ noImgZoomIn: {
1237
+ type: Boolean
1238
+ },
1239
+ sanitizeMermaid: {
1240
+ type: Function
1241
+ },
1242
+ codeFoldable: {
1243
+ type: Boolean
1244
+ },
1245
+ autoFoldThreshold: {
1246
+ type: Number
1247
+ },
1248
+ onRemount: {
1249
+ type: Function
1250
+ },
1251
+ noEcharts: {
1252
+ type: Boolean
1253
+ },
1254
+ previewComponent: {
1255
+ type: [Object, Function],
1256
+ default: void 0
1257
+ }
1258
+ }, on = {
1259
+ ...Ie,
1260
+ updateModelValue: {
1261
+ type: Function,
1262
+ default: () => {
1263
+ }
1264
+ },
1265
+ placeholder: {
1266
+ type: String,
1267
+ default: ""
1268
+ },
1269
+ scrollAuto: {
1270
+ type: Boolean
1271
+ },
1272
+ autofocus: {
1273
+ type: Boolean
1274
+ },
1275
+ readonly: {
1276
+ type: Boolean
1277
+ },
1278
+ maxlength: {
1279
+ type: Number
1280
+ },
1281
+ autoDetectCode: {
1282
+ type: Boolean
1283
+ },
1284
+ /**
1285
+ * 输入框失去焦点时触发事件
1286
+ */
1287
+ onBlur: {
1288
+ type: Function,
1289
+ default: () => {
1290
+ }
1291
+ },
1292
+ /**
1293
+ * 输入框获得焦点时触发事件
1294
+ */
1295
+ onFocus: {
1296
+ type: Function,
1297
+ default: () => {
1298
+ }
1299
+ },
1300
+ completions: {
1301
+ type: Array
1302
+ },
1303
+ onInput: {
1304
+ type: Function
1305
+ },
1306
+ onDrop: {
1307
+ type: Function,
1308
+ default: () => {
1309
+ }
1310
+ },
1311
+ inputBoxWidth: {
1312
+ type: String
1313
+ },
1314
+ oninputBoxWidthChange: {
1315
+ type: Function
1316
+ },
1317
+ transformImgUrl: {
1318
+ type: Function,
1319
+ default: (e) => e
1320
+ },
1321
+ catalogLayout: {
1322
+ type: String
1323
+ },
1324
+ catalogMaxDepth: {
1325
+ type: Number
1326
+ }
1327
+ }, Ce = (e) => {
1328
+ const r2 = new DOMParser().parseFromString(e, "text/html");
1329
+ return Array.from(r2.body.childNodes);
1330
+ }, Ht = (e, t) => e.nodeType !== t.nodeType ? false : e.nodeType === Node.TEXT_NODE || e.nodeType === Node.COMMENT_NODE ? e.textContent === t.textContent : e.nodeType === Node.ELEMENT_NODE ? e.outerHTML === t.outerHTML : e.isEqualNode ? e.isEqualNode(t) : false, Mt = /* @__PURE__ */ defineComponent({
1331
+ name: "UpdateOnDemand",
1332
+ props: {
1333
+ id: {
1334
+ type: String,
1335
+ required: true
1336
+ },
1337
+ class: {
1338
+ type: [String, Array, Object],
1339
+ required: true
1340
+ },
1341
+ html: {
1342
+ type: String,
1343
+ required: true
1344
+ }
1345
+ },
1346
+ setup(e) {
1347
+ const t = ref(), r2 = e.html, n = (o, u2) => {
1348
+ if (!t.value) return;
1349
+ const c = t.value, m = Array.from(c.childNodes), s = Math.min(o.length, u2.length);
1350
+ let l2 = -1;
1351
+ for (let a = 0; a < s; a++)
1352
+ if (!Ht(o[a], u2[a])) {
1353
+ l2 = a;
1354
+ break;
1355
+ }
1356
+ if (l2 === -1)
1357
+ if (u2.length > o.length)
1358
+ l2 = o.length;
1359
+ else if (o.length > u2.length)
1360
+ l2 = u2.length;
1361
+ else
1362
+ return;
1363
+ const i2 = Math.min(l2, m.length);
1364
+ for (let a = m.length - 1; a >= i2; a--)
1365
+ m[a].remove();
1366
+ for (let a = l2; a < o.length; a++)
1367
+ c.appendChild(o[a].cloneNode(true));
1368
+ };
1369
+ return watch(() => e.html, (o, u2) => {
1370
+ const c = Ce(o), m = Ce(u2 || "");
1371
+ n(c, m);
1372
+ }), () => createVNode("div", {
1373
+ id: e.id,
1374
+ class: e.class,
1375
+ innerHTML: r2,
1376
+ ref: t
1377
+ }, null);
1378
+ }
1379
+ }), Pt = /* @__PURE__ */ defineComponent({
1380
+ name: "ContentPreview",
1381
+ props: Ie,
1382
+ setup(e) {
1383
+ const t = inject("editorId"), r2 = inject("setting"), n = inject("previewTheme"), o = inject("showCodeRowNumber"), {
1384
+ html: u2,
1385
+ key: c
1386
+ } = xt(e, e.previewOnly);
1387
+ nt(e, u2, c), Ft(e, u2), Rt(e, u2), At(e, u2, c);
1388
+ const m = computed(() => [`${p}-preview`, `${n?.value}-theme`, o && `${p}-scrn`].filter(Boolean)), s = () => {
1389
+ const l2 = `${t}-preview`;
1390
+ return e.previewComponent ? h$3(e.previewComponent, {
1391
+ key: c.value,
1392
+ html: u2.value,
1393
+ id: l2,
1394
+ class: m.value
1395
+ }) : createVNode(Mt, {
1396
+ key: c.value,
1397
+ html: u2.value,
1398
+ id: l2,
1399
+ class: m.value
1400
+ }, null);
1401
+ };
1402
+ return () => createVNode(Fragment, null, [r2.value.preview && (e.previewOnly ? s() : createVNode("div", {
1403
+ id: `${t}-preview-wrapper`,
1404
+ class: `${p}-preview-wrapper`,
1405
+ key: "content-preview-wrapper"
1406
+ }, [s()])), r2.value.htmlPreview && createVNode("div", {
1407
+ id: `${t}-html-wrapper`,
1408
+ class: `${p}-preview-wrapper`,
1409
+ key: "html-preview-wrapper"
1410
+ }, [createVNode("div", {
1411
+ class: `${p}-html`
1412
+ }, [u2.value])])]);
1413
+ }
1414
+ }), Lt = ({ text: e }) => e, Se = {
1415
+ /**
1416
+ * markdown content.
1417
+ *
1418
+ * @default ''
1419
+ */
1420
+ modelValue: {
1421
+ type: String,
1422
+ default: ""
1423
+ },
1424
+ /**
1425
+ * input回调事件
1426
+ */
1427
+ onChange: {
1428
+ type: Function,
1429
+ default: void 0
1430
+ },
1431
+ /**
1432
+ * 主题,支持light和dark
1433
+ *
1434
+ * @default 'light'
1435
+ */
1436
+ theme: {
1437
+ type: String,
1438
+ default: "light"
1439
+ },
1440
+ /**
1441
+ * 外层类名
1442
+ *
1443
+ * @default ''
1444
+ */
1445
+ class: {
1446
+ type: String,
1447
+ default: ""
1448
+ },
1449
+ /**
1450
+ * 预设语言名称
1451
+ *
1452
+ * @default 'zh-CN'
1453
+ */
1454
+ language: {
1455
+ type: String,
1456
+ default: "zh-CN"
1457
+ },
1458
+ /**
1459
+ * html变化事件
1460
+ */
1461
+ onHtmlChanged: {
1462
+ type: Function,
1463
+ default: void 0
1464
+ },
1465
+ /**
1466
+ * 获取目录结构
1467
+ */
1468
+ onGetCatalog: {
1469
+ type: Function,
1470
+ default: void 0
1471
+ },
1472
+ /**
1473
+ * 编辑器唯一标识
1474
+ *
1475
+ * @default 'md-editor-v3'
1476
+ * @deprecated 5.x版本开始使用 id 替换
1477
+ */
1478
+ editorId: {
1479
+ type: String,
1480
+ default: void 0
1481
+ },
1482
+ /**
1483
+ * 5.x版本开始 editorId 的替换
1484
+ *
1485
+ * @default 'md-editor-v3'
1486
+ */
1487
+ id: {
1488
+ type: String,
1489
+ default: void 0
1490
+ },
1491
+ /**
1492
+ * 预览中代码是否显示行号
1493
+ *
1494
+ * @default true
1495
+ */
1496
+ showCodeRowNumber: {
1497
+ type: Boolean,
1498
+ default: true
1499
+ },
1500
+ /**
1501
+ * 预览内容样式
1502
+ *
1503
+ * @default 'default'
1504
+ */
1505
+ previewTheme: {
1506
+ type: String,
1507
+ default: "default"
1508
+ },
1509
+ /**
1510
+ * 编辑器样式
1511
+ */
1512
+ style: {
1513
+ type: Object,
1514
+ default: () => ({})
1515
+ },
1516
+ /**
1517
+ * 标题的id生成方式
1518
+ *
1519
+ * @default (text: string) => text
1520
+ */
1521
+ mdHeadingId: {
1522
+ type: Function,
1523
+ default: Lt
1524
+ },
1525
+ /**
1526
+ *
1527
+ * 不能保证文本正确的情况,在marked编译md文本后通过该方法处理
1528
+ * 推荐DOMPurify、sanitize-html
1529
+ *
1530
+ * @default (text: string) => text
1531
+ */
1532
+ sanitize: {
1533
+ type: Function,
1534
+ default: (e) => e
1535
+ },
1536
+ /**
1537
+ * 不使用该mermaid
1538
+ *
1539
+ * @default false
1540
+ */
1541
+ noMermaid: {
1542
+ type: Boolean,
1543
+ default: false
1544
+ },
1545
+ /**
1546
+ * 不使用katex
1547
+ *
1548
+ * @default false
1549
+ */
1550
+ noKatex: {
1551
+ type: Boolean,
1552
+ default: false
1553
+ },
1554
+ /**
1555
+ * 代码主题
1556
+ *
1557
+ * @default 'atom'
1558
+ */
1559
+ codeTheme: {
1560
+ type: String,
1561
+ default: "atom"
1562
+ },
1563
+ /**
1564
+ * 复制代码格式化方法
1565
+ *
1566
+ * @default (text) => text
1567
+ */
1568
+ formatCopiedText: {
1569
+ type: Function,
1570
+ default: (e) => e
1571
+ },
1572
+ /**
1573
+ * 某些预览主题的代码模块背景是暗色系
1574
+ * 将这个属性设置为true,会自动在该主题下的light模式下使用暗色系的代码风格
1575
+ *
1576
+ * @default true
1577
+ */
1578
+ codeStyleReverse: {
1579
+ type: Boolean,
1580
+ default: true
1581
+ },
1582
+ /**
1583
+ * 需要自动调整的预览主题
1584
+ *
1585
+ * @default ['default', 'mk-cute']
1586
+ */
1587
+ codeStyleReverseList: {
1588
+ type: Array,
1589
+ default: ["default", "mk-cute"]
1590
+ },
1591
+ noHighlight: {
1592
+ type: Boolean,
1593
+ default: false
1594
+ },
1595
+ /**
1596
+ * 是否关闭编辑器默认的放大缩小功能
1597
+ */
1598
+ noImgZoomIn: {
1599
+ type: Boolean,
1600
+ default: false
1601
+ },
1602
+ /**
1603
+ * 自定义的图标
1604
+ */
1605
+ customIcon: {
1606
+ type: Object,
1607
+ default: {}
1608
+ },
1609
+ sanitizeMermaid: {
1610
+ type: Function,
1611
+ default: (e) => Promise.resolve(e)
1612
+ },
1613
+ /**
1614
+ * 是否开启折叠代码功能
1615
+ * 不开启会使用div标签替代details标签
1616
+ *
1617
+ * @default true
1618
+ */
1619
+ codeFoldable: {
1620
+ type: Boolean,
1621
+ default: true
1622
+ },
1623
+ /**
1624
+ * 触发自动折叠代码的行数阈值
1625
+ *
1626
+ * @default 30
1627
+ */
1628
+ autoFoldThreshold: {
1629
+ type: Number,
1630
+ default: 30
1631
+ },
1632
+ /**
1633
+ * 内容重新挂载事件
1634
+ *
1635
+ * 相比起onHtmlChanged,onRemount会在重新挂载后触发
1636
+ */
1637
+ onRemount: {
1638
+ type: Function,
1639
+ default: void 0
1640
+ },
1641
+ /**
1642
+ * 不使用 echarts
1643
+ */
1644
+ noEcharts: {
1645
+ type: Boolean,
1646
+ default: false
1647
+ },
1648
+ previewComponent: {
1649
+ type: [Object, Function],
1650
+ default: void 0
1651
+ }
1652
+ }, an = {
1653
+ ...Se,
1654
+ /**
1655
+ * input回调事件
1656
+ */
1657
+ onSave: {
1658
+ type: Function,
1659
+ default: void 0
1660
+ },
1661
+ /**
1662
+ * 上传图片事件
1663
+ */
1664
+ onUploadImg: {
1665
+ type: Function,
1666
+ default: void 0
1667
+ },
1668
+ /**
1669
+ * 是否页面内全屏
1670
+ *
1671
+ * @default false
1672
+ */
1673
+ pageFullscreen: {
1674
+ type: Boolean,
1675
+ default: false
1676
+ },
1677
+ /**
1678
+ * 是否展开预览
1679
+ *
1680
+ * @default true
1681
+ */
1682
+ preview: {
1683
+ type: Boolean,
1684
+ default: true
1685
+ },
1686
+ /**
1687
+ * 是否展开html预览
1688
+ *
1689
+ * @default false
1690
+ */
1691
+ htmlPreview: {
1692
+ type: Boolean,
1693
+ default: false
1694
+ },
1695
+ /**
1696
+ * 仅预览模式,不显示toolbar和编辑框
1697
+ *
1698
+ * @4.0.0开始移除该设置,使用组件MdPreview替换
1699
+ *
1700
+ * @default false
1701
+ */
1702
+ // previewOnly: {
1703
+ // type: Boolean as PropType<boolean>,
1704
+ // default: false
1705
+ // },
1706
+ /**
1707
+ * 工具栏选择显示
1708
+ *
1709
+ * @default allToolbar
1710
+ */
1711
+ toolbars: {
1712
+ type: Array,
1713
+ default: k
1714
+ },
1715
+ /**
1716
+ * 浮动工具栏
1717
+ *
1718
+ * @version 6.0.0
1719
+ * @default []
1720
+ */
1721
+ floatingToolbars: {
1722
+ type: Array,
1723
+ default: []
1724
+ },
1725
+ /**
1726
+ * 工具栏选择不显示
1727
+ *
1728
+ * @default []
1729
+ */
1730
+ toolbarsExclude: {
1731
+ type: Array,
1732
+ default: []
1733
+ },
1734
+ /**
1735
+ * 格式化md
1736
+ *
1737
+ * @default true
1738
+ */
1739
+ noPrettier: {
1740
+ type: Boolean,
1741
+ default: false
1742
+ },
1743
+ /**
1744
+ * 一个tab等于空格数
1745
+ *
1746
+ * @default 2
1747
+ */
1748
+ tabWidth: {
1749
+ type: Number,
1750
+ default: 2
1751
+ },
1752
+ /**
1753
+ * 表格预设格子数
1754
+ *
1755
+ * 也可以是[6, 4, 10, 8]
1756
+ *
1757
+ * @default [6, 4]
1758
+ */
1759
+ tableShape: {
1760
+ type: Array,
1761
+ default: [6, 4]
1762
+ },
1763
+ /**
1764
+ * 空提示
1765
+ *
1766
+ * @default ''
1767
+ */
1768
+ placeholder: {
1769
+ type: String,
1770
+ default: ""
1771
+ },
1772
+ /**
1773
+ * 自定义的工具栏列表
1774
+ */
1775
+ defToolbars: {
1776
+ type: [String, Object],
1777
+ default: void 0
1778
+ },
1779
+ /**
1780
+ * 内部错误捕获
1781
+ */
1782
+ onError: {
1783
+ type: Function,
1784
+ default: void 0
1785
+ },
1786
+ /**
1787
+ * 页脚列表显示顺序
1788
+ */
1789
+ footers: {
1790
+ type: Array,
1791
+ default: b
1792
+ },
1793
+ /**
1794
+ * 是否默认激活输入框和预览框同步滚动
1795
+ *
1796
+ * @default true
1797
+ */
1798
+ scrollAuto: {
1799
+ type: Boolean,
1800
+ default: true
1801
+ },
1802
+ /**
1803
+ * 自定义的也叫工具组件列表
1804
+ */
1805
+ defFooters: {
1806
+ type: [String, Object],
1807
+ default: void 0
1808
+ },
1809
+ /**
1810
+ * 是否禁用上传图片
1811
+ *
1812
+ * @default false
1813
+ */
1814
+ noUploadImg: {
1815
+ type: Boolean,
1816
+ default: false
1817
+ },
1818
+ /**
1819
+ * 文本区域自动获得焦点
1820
+ *
1821
+ * @default false
1822
+ */
1823
+ autoFocus: {
1824
+ type: Boolean,
1825
+ default: false
1826
+ },
1827
+ /**
1828
+ * 禁用文本区域
1829
+ *
1830
+ * @default false
1831
+ */
1832
+ disabled: {
1833
+ type: Boolean,
1834
+ default: false
1835
+ },
1836
+ /**
1837
+ * 文本区域为只读
1838
+ *
1839
+ * @default false
1840
+ */
1841
+ readOnly: {
1842
+ type: Boolean,
1843
+ default: false
1844
+ },
1845
+ /**
1846
+ * 文本区域允许的最大字符数
1847
+ */
1848
+ maxLength: {
1849
+ type: Number,
1850
+ default: void 0
1851
+ },
1852
+ /**
1853
+ * 是否启用自动识别粘贴代码类别
1854
+ * 目前支持 vscode 复制的代码识别
1855
+ *
1856
+ * @default false
1857
+ */
1858
+ autoDetectCode: {
1859
+ type: Boolean,
1860
+ default: false
1861
+ },
1862
+ /**
1863
+ * 输入框失去焦点时触发事件
1864
+ */
1865
+ onBlur: {
1866
+ type: Function,
1867
+ default: void 0
1868
+ },
1869
+ /**
1870
+ * 输入框获得焦点时触发事件
1871
+ */
1872
+ onFocus: {
1873
+ type: Function,
1874
+ default: void 0
1875
+ },
1876
+ /**
1877
+ * @codemirror/autocomplete匹配关键词的方法列表
1878
+ *
1879
+ * 它会被像下面这样嵌入编辑器
1880
+ *
1881
+ * import { autocompletion } from '@codemirror/autocomplete';
1882
+ * autocompletion({
1883
+ * override: [...completions]
1884
+ * })
1885
+ */
1886
+ completions: {
1887
+ type: Array,
1888
+ default: void 0
1889
+ },
1890
+ /**
1891
+ * 是否在工具栏下面显示对应的文字名称
1892
+ *
1893
+ * @default false
1894
+ */
1895
+ showToolbarName: {
1896
+ type: Boolean,
1897
+ default: false
1898
+ },
1899
+ /**
1900
+ * 字符输入事件
1901
+ */
1902
+ onInput: {
1903
+ type: Function,
1904
+ default: void 0
1905
+ },
1906
+ onDrop: {
1907
+ type: Function,
1908
+ default: void 0
1909
+ },
1910
+ /**
1911
+ * 输入框的默认宽度
1912
+ *
1913
+ * @example '100px'/'50%'
1914
+ * @default '50%
1915
+ */
1916
+ inputBoxWidth: {
1917
+ type: String,
1918
+ default: "50%"
1919
+ },
1920
+ /**
1921
+ * 输入框宽度变化事件
1922
+ */
1923
+ oninputBoxWidthChange: {
1924
+ type: Function,
1925
+ default: void 0
1926
+ },
1927
+ /**
1928
+ * 替换粘贴的图片链接
1929
+ *
1930
+ * @param t 图片链接
1931
+ * @returns
1932
+ */
1933
+ transformImgUrl: {
1934
+ type: Function,
1935
+ default: (e) => e
1936
+ },
1937
+ /**
1938
+ * 内置的目录显示的状态
1939
+ *
1940
+ * 'fixed': 悬浮在内容上方
1941
+ * 'flat': 展示在右侧
1942
+ *
1943
+ * \>=5.3.0
1944
+ *
1945
+ * @default 'fixed'
1946
+ */
1947
+ catalogLayout: {
1948
+ type: String,
1949
+ default: "fixed"
1950
+ },
1951
+ /**
1952
+ * 控制最大显示的目录层级
1953
+ */
1954
+ catalogMaxDepth: {
1955
+ type: Number,
1956
+ default: void 0
1957
+ }
1958
+ }, xe = [
1959
+ "onHtmlChanged",
1960
+ "onGetCatalog",
1961
+ "onChange",
1962
+ "onRemount",
1963
+ "update:modelValue"
1964
+ ], rn = [
1965
+ ...xe,
1966
+ "onSave",
1967
+ "onUploadImg",
1968
+ "onError",
1969
+ "onBlur",
1970
+ "onFocus",
1971
+ "onInput",
1972
+ "onDrop",
1973
+ "oninputBoxWidthChange"
1974
+ ], Ot = (e, t, r2) => {
1975
+ const { editorId: n } = r2, o = {
1976
+ rerender() {
1977
+ F.emit(n, D);
1978
+ }
1979
+ };
1980
+ t.expose(o);
1981
+ }, ae = /* @__PURE__ */ defineComponent({
1982
+ name: "MdPreview",
1983
+ props: Se,
1984
+ emits: xe,
1985
+ setup(e, t) {
1986
+ const {
1987
+ noKatex: r2,
1988
+ noMermaid: n,
1989
+ noHighlight: o
1990
+ } = e, u2 = ref(), c = tt(e);
1991
+ Te(e, {
1992
+ rootRef: u2,
1993
+ editorId: c
1994
+ }), Ot(e, t, {
1995
+ editorId: c
1996
+ }), onBeforeUnmount(() => {
1997
+ F.clear(c);
1998
+ });
1999
+ const m = (a) => {
2000
+ e.onChange?.(a), t.emit("onChange", a), t.emit("update:modelValue", a);
2001
+ }, s = (a) => {
2002
+ e.onHtmlChanged?.(a), t.emit("onHtmlChanged", a);
2003
+ }, l2 = (a) => {
2004
+ e.onGetCatalog?.(a), t.emit("onGetCatalog", a);
2005
+ }, i2 = () => {
2006
+ e.onRemount?.(), t.emit("onRemount");
2007
+ };
2008
+ return () => createVNode("div", {
2009
+ id: c,
2010
+ class: [p, e.class, e.theme === "dark" && `${p}-dark`, `${p}-previewOnly`],
2011
+ style: e.style,
2012
+ ref: u2
2013
+ }, [createVNode(Pt, {
2014
+ modelValue: e.modelValue,
2015
+ onChange: m,
2016
+ onHtmlChanged: s,
2017
+ onGetCatalog: l2,
2018
+ mdHeadingId: e.mdHeadingId,
2019
+ noMermaid: n,
2020
+ sanitize: e.sanitize,
2021
+ noKatex: r2,
2022
+ formatCopiedText: e.formatCopiedText,
2023
+ noHighlight: o,
2024
+ noImgZoomIn: e.noImgZoomIn,
2025
+ previewOnly: true,
2026
+ sanitizeMermaid: e.sanitizeMermaid,
2027
+ codeFoldable: e.codeFoldable,
2028
+ autoFoldThreshold: e.autoFoldThreshold,
2029
+ onRemount: i2,
2030
+ noEcharts: e.noEcharts,
2031
+ previewComponent: e.previewComponent
2032
+ }, null)]);
2033
+ }
2034
+ });
2035
+ ae.install = (e) => (e.component(ae.name, ae), e);
2036
+ export {
2037
+ M as C,
2038
+ ae as M,
2039
+ Pt as a,
2040
+ an as b,
2041
+ on as c,
2042
+ en as d,
2043
+ rn as e,
2044
+ tn as f,
2045
+ Jt as g,
2046
+ Yt as h,
2047
+ Qt as i,
2048
+ nn as j,
2049
+ Xt as k,
2050
+ tt as u
2051
+ };
2052
+ //# sourceMappingURL=index3.mjs.map