@easyv/biz-components 1.0.30 → 2.1.0

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 (1830) hide show
  1. package/dist/lib/_virtual/index.es2.js +2 -2
  2. package/dist/lib/_virtual/index.es3.js +2 -2
  3. package/dist/lib/_virtual/index.es5.js +2 -2
  4. package/dist/lib/asserts/icons/circle-loading.svg.es.js +11 -0
  5. package/dist/lib/asserts/icons/circle-loading.svg.es.js.map +1 -0
  6. package/dist/lib/components/ai-components/ai-message-render/ai-message-render.es.js +144 -0
  7. package/dist/lib/components/ai-components/ai-message-render/ai-message-render.es.js.map +1 -0
  8. package/dist/lib/components/ai-components/ai-message-render/index.less.es.js +5 -0
  9. package/dist/lib/components/ai-components/ai-message-render/index.less.es.js.map +1 -0
  10. package/dist/lib/components/{ai-message-render → ai-components/ai-message-render}/index.module.less.es.js +1 -1
  11. package/dist/lib/components/ai-components/ai-message-render/render-utils.es.js +174 -0
  12. package/dist/lib/components/ai-components/ai-message-render/render-utils.es.js.map +1 -0
  13. package/dist/lib/components/{ai-message-render → ai-components/ai-message-render}/utils.es.js +3 -3
  14. package/dist/lib/components/ai-components/ai-message-render/utils.es.js.map +1 -0
  15. package/dist/lib/components/ai-components/mobile-voice-input/icon-button.es.js +22 -0
  16. package/dist/lib/components/ai-components/mobile-voice-input/icon-button.es.js.map +1 -0
  17. package/dist/lib/components/ai-components/mobile-voice-input/mobile-voice-input.es.js +301 -0
  18. package/dist/lib/components/ai-components/mobile-voice-input/mobile-voice-input.es.js.map +1 -0
  19. package/dist/lib/components/ai-model-select/ai-model-select-panel.es.js +5 -5
  20. package/dist/lib/components/ai-model-select/ai-model-select-panel.es.js.map +1 -1
  21. package/dist/lib/components/ai-model-select/iconBtn.es.js.map +1 -1
  22. package/dist/lib/components/circle-loading/circle-loading.es.js +10 -0
  23. package/dist/lib/components/circle-loading/circle-loading.es.js.map +1 -0
  24. package/dist/lib/components/code-mirror-editor/code-mirror-editor.es.js +14 -33
  25. package/dist/lib/components/code-mirror-editor/code-mirror-editor.es.js.map +1 -1
  26. package/dist/lib/components/code-mirror-editor/constants.es.js +18 -201
  27. package/dist/lib/components/code-mirror-editor/constants.es.js.map +1 -1
  28. package/dist/lib/components/code-mirror-editor/utils.es.js +115 -1
  29. package/dist/lib/components/code-mirror-editor/utils.es.js.map +1 -1
  30. package/dist/lib/components/easyv-monaco-editor/easyv-monaco-editor.es.js.map +1 -1
  31. package/dist/lib/components/echarts-render/constants.es.js +135 -0
  32. package/dist/lib/components/echarts-render/constants.es.js.map +1 -0
  33. package/dist/lib/components/echarts-render/echarts-render.es.js +40 -13
  34. package/dist/lib/components/echarts-render/echarts-render.es.js.map +1 -1
  35. package/dist/lib/components/error-boundary/error-boundary.es.js.map +1 -1
  36. package/dist/lib/components/scroll-controller/scroll-controller.es.js.map +1 -1
  37. package/dist/lib/components/shadow-dom/shadow-dom.es.js +9 -2
  38. package/dist/lib/components/shadow-dom/shadow-dom.es.js.map +1 -1
  39. package/dist/lib/components/voice-animation/voice-animation.es.js.map +1 -1
  40. package/dist/lib/easyv-biz-components/src/components/{ai-message-render → ai-components/ai-message-render}/ai-message-render.d.ts +8 -0
  41. package/dist/{components → lib/easyv-biz-components/src/components/ai-components}/ai-message-render/index.d.ts +1 -1
  42. package/dist/lib/easyv-biz-components/src/components/ai-components/ai-message-render/render-utils.d.ts +39 -0
  43. package/dist/lib/easyv-biz-components/src/components/{ai-message-render → ai-components/ai-message-render}/types.d.ts +2 -2
  44. package/dist/lib/easyv-biz-components/src/components/{ai-message-render → ai-components/ai-message-render}/utils.d.ts +2 -2
  45. package/dist/lib/easyv-biz-components/src/components/ai-components/mobile-voice-input/icon-button.d.ts +7 -0
  46. package/dist/lib/easyv-biz-components/src/components/ai-components/mobile-voice-input/index.d.ts +1 -0
  47. package/dist/lib/easyv-biz-components/src/components/ai-components/mobile-voice-input/mobile-voice-input.d.ts +22 -0
  48. package/dist/lib/easyv-biz-components/src/components/ai-model-select/ai-model-select-panel.d.ts +1 -1
  49. package/dist/lib/easyv-biz-components/src/components/ai-model-select/iconBtn.d.ts +1 -1
  50. package/dist/lib/easyv-biz-components/src/components/circle-loading/circle-loading.d.ts +6 -0
  51. package/dist/lib/easyv-biz-components/src/components/circle-loading/index.d.ts +1 -0
  52. package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/code-mirror-editor.d.ts +6 -2
  53. package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/constants.d.ts +4 -4
  54. package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/index.d.ts +1 -0
  55. package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/types.d.ts +21 -0
  56. package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/utils.d.ts +14 -0
  57. package/dist/lib/easyv-biz-components/src/components/easyv-monaco-editor/types.d.ts +2 -2
  58. package/dist/lib/easyv-biz-components/src/components/echarts-render/constants.d.ts +126 -0
  59. package/dist/lib/easyv-biz-components/src/components/echarts-render/echarts-render.d.ts +1 -2
  60. package/dist/lib/easyv-biz-components/src/components/echarts-render/types.d.ts +2 -2
  61. package/dist/lib/easyv-biz-components/src/components/index.d.ts +3 -1
  62. package/dist/lib/easyv-biz-components/src/components/scroll-controller/scroll-controller.d.ts +1 -1
  63. package/dist/lib/easyv-biz-components/src/components/shadow-dom/shadow-dom.d.ts +1 -0
  64. package/dist/lib/easyv-biz-components/src/components/voice-animation/voice-animation.d.ts +2 -2
  65. package/dist/lib/easyv-biz-components/src/hooks/index.d.ts +1 -0
  66. package/dist/lib/easyv-biz-components/src/hooks/use-ai-agent-message/constants.d.ts +10 -0
  67. package/dist/lib/easyv-biz-components/src/hooks/use-ai-agent-message/types.d.ts +3 -0
  68. package/dist/lib/easyv-biz-components/src/hooks/use-ai-agent-message/use-ai-agent-message.d.ts +3 -1
  69. package/dist/lib/easyv-biz-components/src/hooks/use-ai-agent-message/utils.d.ts +2 -0
  70. package/dist/lib/easyv-biz-components/src/hooks/use-div-auto-scroll.d.ts +1 -1
  71. package/dist/lib/easyv-biz-components/src/hooks/use-socket-events/types.d.ts +5 -5
  72. package/dist/lib/easyv-biz-components/src/hooks/use-tencent-sentence-recognition/index.d.ts +1 -0
  73. package/dist/lib/easyv-biz-components/src/hooks/use-tencent-sentence-recognition/use-tencent-sentence-recognition.d.ts +9 -0
  74. package/dist/lib/easyv-biz-components/src/hooks/use-watch-value/use-watch-value.d.ts +22 -0
  75. package/dist/lib/easyv-biz-components/src/index.d.ts +1 -1
  76. package/dist/lib/easyv-biz-components/src/types/ai-agent.d.ts +7 -0
  77. package/dist/lib/easyv-biz-components/src/types/common.d.ts +10 -0
  78. package/dist/lib/easyv-biz-components/src/types/index.d.ts +2 -0
  79. package/dist/lib/easyv-biz-components/src/utils/ai-agent-message-manager/ai-agent-message-manager.d.ts +1 -1
  80. package/dist/lib/easyv-biz-components/src/utils/ai-agent-message-manager/constants.d.ts +11 -1
  81. package/dist/lib/easyv-biz-components/src/utils/ai-agent-message-manager/types.d.ts +10 -6
  82. package/dist/lib/easyv-biz-components/src/utils/common/common.d.ts +25 -0
  83. package/dist/lib/easyv-biz-components/src/utils/common/index.d.ts +1 -0
  84. package/dist/{utils/xun-fei-voice/utils.d.ts → lib/easyv-biz-components/src/utils/common/voice-helper-utils.d.ts} +1 -0
  85. package/dist/lib/easyv-biz-components/src/utils/easyv-gui-helper/common.d.ts +3 -0
  86. package/dist/lib/easyv-biz-components/src/utils/easyv-gui-helper/component-dimension.d.ts +94 -0
  87. package/dist/lib/easyv-biz-components/src/utils/easyv-gui-helper/constants.d.ts +144 -0
  88. package/dist/lib/easyv-biz-components/src/utils/easyv-gui-helper/easyv-gui-helper.d.ts +73 -0
  89. package/dist/lib/easyv-biz-components/src/utils/easyv-gui-helper/index.d.ts +5 -0
  90. package/dist/lib/easyv-biz-components/src/utils/easyv-gui-helper/test/test-data.d.ts +5 -0
  91. package/dist/lib/easyv-biz-components/src/utils/easyv-gui-helper/types.d.ts +93 -0
  92. package/dist/lib/easyv-biz-components/src/utils/{fetchKnowledge/fetchKnowledge.d.ts → fetch-knowledge/fetch-knowledge.d.ts} +2 -0
  93. package/dist/lib/easyv-biz-components/src/utils/fetch-knowledge/index.d.ts +1 -0
  94. package/dist/lib/easyv-biz-components/src/utils/fun-ASR/fun-ASR-manager.d.ts +4 -4
  95. package/dist/lib/easyv-biz-components/src/utils/index.d.ts +4 -1
  96. package/dist/lib/easyv-biz-components/src/utils/show-modal/index.d.ts +1 -0
  97. package/dist/lib/easyv-biz-components/src/utils/show-modal/show-modal.d.ts +15 -0
  98. package/dist/lib/easyv-biz-components/src/utils/voice-record-manager/index.d.ts +1 -0
  99. package/dist/lib/easyv-biz-components/src/utils/voice-record-manager/voice-record-manager.d.ts +114 -0
  100. package/dist/lib/easyv-biz-components/src/utils/vosk-browser-manager/audio-manager/audio-manager.d.ts +3 -3
  101. package/dist/lib/easyv-biz-components/src/utils/vosk-browser-manager/vosk-browser-manager.d.ts +5 -5
  102. package/dist/lib/easyv-biz-components/src/utils/wait-something/index.d.ts +1 -1
  103. package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/XF-stream-voice-manager.d.ts +5 -4
  104. package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/recorder-manager/RecorderManager-draft.d.ts +2 -2
  105. package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/types.d.ts +2 -1
  106. package/dist/lib/hooks/use-ai-agent-message/constants.es.js +14 -1
  107. package/dist/lib/hooks/use-ai-agent-message/constants.es.js.map +1 -1
  108. package/dist/lib/hooks/use-ai-agent-message/use-ai-agent-message.es.js +37 -18
  109. package/dist/lib/hooks/use-ai-agent-message/use-ai-agent-message.es.js.map +1 -1
  110. package/dist/lib/hooks/use-ai-agent-message/utils.es.js +8 -0
  111. package/dist/lib/hooks/use-ai-agent-message/utils.es.js.map +1 -1
  112. package/dist/lib/hooks/use-div-auto-scroll.es.js.map +1 -1
  113. package/dist/lib/hooks/use-document-unmount/use-document-unmount.es.js.map +1 -1
  114. package/dist/lib/hooks/use-initialized.es.js.map +1 -1
  115. package/dist/lib/hooks/use-socket-events/constant.es.js.map +1 -1
  116. package/dist/lib/hooks/use-socket-events/use-socket-events.es.js.map +1 -1
  117. package/dist/lib/hooks/use-tencent-sentence-recognition/use-tencent-sentence-recognition.es.js +54 -0
  118. package/dist/lib/hooks/use-tencent-sentence-recognition/use-tencent-sentence-recognition.es.js.map +1 -0
  119. package/dist/lib/hooks/use-watch-value/use-watch-value.es.js +7 -4
  120. package/dist/lib/hooks/use-watch-value/use-watch-value.es.js.map +1 -1
  121. package/dist/lib/index.es.js +75 -9
  122. package/dist/lib/index.es.js.map +1 -1
  123. package/dist/lib/node_modules/.pnpm/{@easyv_react-icons@6.3.0 → @easyv_react-icons@6.13.1}/node_modules/@easyv/react-icons/dist/index.esm.es.js +222 -10
  124. package/dist/lib/node_modules/.pnpm/@easyv_react-icons@6.13.1/node_modules/@easyv/react-icons/dist/index.esm.es.js.map +1 -0
  125. package/dist/lib/node_modules/.pnpm/co-web-worker@1.0.1/node_modules/co-web-worker/index.es.js +1 -1
  126. package/dist/lib/node_modules/.pnpm/js-base64@3.7.7/node_modules/js-base64/base64.es.js +98 -0
  127. package/dist/lib/node_modules/.pnpm/js-base64@3.7.7/node_modules/js-base64/base64.es.js.map +1 -0
  128. package/dist/lib/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/index.browser.es.js +23 -0
  129. package/dist/lib/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/index.browser.es.js.map +1 -0
  130. package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.es.js +1 -1
  131. package/dist/lib/node_modules/.pnpm/style-to-js@1.1.16/node_modules/style-to-js/cjs/index.es.js +1 -1
  132. package/dist/lib/node_modules/.pnpm/style-to-object@1.0.8/node_modules/style-to-object/cjs/index.es.js +1 -1
  133. package/dist/lib/stats.html +1 -1
  134. package/dist/lib/style.pkg.css +1 -1
  135. package/dist/lib/types/common.es.js +10 -0
  136. package/dist/lib/types/common.es.js.map +1 -0
  137. package/dist/lib/utils/ai-agent-message-manager/ai-agent-message-manager.es.js +1 -4
  138. package/dist/lib/utils/ai-agent-message-manager/ai-agent-message-manager.es.js.map +1 -1
  139. package/dist/lib/utils/ai-agent-message-manager/constants.es.js +9 -0
  140. package/dist/lib/utils/ai-agent-message-manager/constants.es.js.map +1 -1
  141. package/dist/lib/utils/ai-agent-message-manager/types.es.js.map +1 -1
  142. package/dist/lib/utils/common/common.es.js +81 -0
  143. package/dist/lib/utils/common/common.es.js.map +1 -1
  144. package/dist/lib/utils/common/url.es.js.map +1 -1
  145. package/dist/{utils/xun-fei-voice/utils.es.js → lib/utils/common/voice-helper-utils.es.js} +14 -1
  146. package/dist/lib/utils/common/voice-helper-utils.es.js.map +1 -0
  147. package/dist/lib/utils/constants/workletProcessor.es.js +5 -0
  148. package/dist/lib/utils/constants/workletProcessor.es.js.map +1 -0
  149. package/dist/lib/utils/easyv-gui-helper/common.es.js +7 -0
  150. package/dist/lib/utils/easyv-gui-helper/common.es.js.map +1 -0
  151. package/dist/lib/utils/easyv-gui-helper/component-dimension.es.js +323 -0
  152. package/dist/lib/utils/easyv-gui-helper/component-dimension.es.js.map +1 -0
  153. package/dist/lib/utils/easyv-gui-helper/constants.es.js +94 -0
  154. package/dist/lib/utils/easyv-gui-helper/constants.es.js.map +1 -0
  155. package/dist/lib/utils/easyv-gui-helper/easyv-gui-helper.es.js +272 -0
  156. package/dist/lib/utils/easyv-gui-helper/easyv-gui-helper.es.js.map +1 -0
  157. package/dist/lib/utils/{fetchKnowledge/fetchKnowledge.es.js → fetch-knowledge/fetch-knowledge.es.js} +16 -11
  158. package/dist/lib/utils/fetch-knowledge/fetch-knowledge.es.js.map +1 -0
  159. package/dist/lib/utils/fun-ASR/fun-ASR-manager.es.js.map +1 -1
  160. package/dist/lib/utils/fun-ASR/pcm.es.js.map +1 -1
  161. package/dist/lib/utils/fun-ASR/recorder.es.js.map +1 -1
  162. package/dist/lib/utils/fun-ASR/wav.es.js.map +1 -1
  163. package/dist/lib/utils/fun-ASR/ws-connecter.es.js.map +1 -1
  164. package/dist/lib/utils/show-modal/show-modal.es.js +49 -0
  165. package/dist/lib/utils/show-modal/show-modal.es.js.map +1 -0
  166. package/dist/lib/utils/voice-record-manager/voice-record-manager.es.js +408 -0
  167. package/dist/lib/utils/voice-record-manager/voice-record-manager.es.js.map +1 -0
  168. package/dist/lib/utils/vosk-browser-manager/audio-manager/audio-manager.es.js +3 -7
  169. package/dist/lib/utils/vosk-browser-manager/audio-manager/audio-manager.es.js.map +1 -1
  170. package/dist/lib/utils/vosk-browser-manager/vosk-browser-manager.es.js.map +1 -1
  171. package/dist/lib/utils/wait-something/index.es.js.map +1 -1
  172. package/dist/lib/utils/xun-fei-voice/XF-stream-voice-manager.es.js +121 -44
  173. package/dist/lib/utils/xun-fei-voice/XF-stream-voice-manager.es.js.map +1 -1
  174. package/dist/lib/utils/xun-fei-voice/recorder-manager/RecorderManager.es.js +1 -1
  175. package/dist/lib/utils/xun-fei-voice/recorder-manager/RecorderManager.es.js.map +1 -1
  176. package/dist/lib/utils/xun-fei-voice/recorder-manager/processorSource/processor.worker.es.js +1 -1
  177. package/dist/lib/utils/xun-fei-voice/recorder-manager/processorSource/processor.worker.es.js.map +1 -1
  178. package/dist/lib/utils/xun-fei-voice/recorder-manager/processorSource/processor.worklet.es.js +37 -37
  179. package/dist/lib/utils/xun-fei-voice/recorder-manager/processorSource/processor.worklet.es.js.map +1 -1
  180. package/dist/tailwindcss.pkg.css +333 -3
  181. package/package.json +6 -4
  182. package/dist/_virtual/_commonjsHelpers.es.js +0 -9
  183. package/dist/_virtual/_commonjsHelpers.es.js.map +0 -1
  184. package/dist/_virtual/dayjs.min.es.js +0 -5
  185. package/dist/_virtual/dayjs.min.es.js.map +0 -1
  186. package/dist/_virtual/index.es.js +0 -5
  187. package/dist/_virtual/index.es.js.map +0 -1
  188. package/dist/_virtual/index.es2.js +0 -5
  189. package/dist/_virtual/index.es2.js.map +0 -1
  190. package/dist/_virtual/index.es3.js +0 -5
  191. package/dist/_virtual/index.es3.js.map +0 -1
  192. package/dist/_virtual/index.es4.js +0 -5
  193. package/dist/_virtual/index.es4.js.map +0 -1
  194. package/dist/_virtual/index.es5.js +0 -5
  195. package/dist/_virtual/index.es5.js.map +0 -1
  196. package/dist/_virtual/index.es6.js +0 -5
  197. package/dist/_virtual/index.es6.js.map +0 -1
  198. package/dist/_virtual/jsx-runtime.es.js +0 -5
  199. package/dist/_virtual/jsx-runtime.es.js.map +0 -1
  200. package/dist/_virtual/react-is.development.es.js +0 -5
  201. package/dist/_virtual/react-is.development.es.js.map +0 -1
  202. package/dist/_virtual/react-is.development.es2.js +0 -5
  203. package/dist/_virtual/react-is.development.es2.js.map +0 -1
  204. package/dist/_virtual/react-is.production.min.es.js +0 -5
  205. package/dist/_virtual/react-is.production.min.es.js.map +0 -1
  206. package/dist/_virtual/react-is.production.min.es2.js +0 -5
  207. package/dist/_virtual/react-is.production.min.es2.js.map +0 -1
  208. package/dist/_virtual/react-jsx-runtime.development.es.js +0 -5
  209. package/dist/_virtual/react-jsx-runtime.development.es.js.map +0 -1
  210. package/dist/_virtual/react-jsx-runtime.production.min.es.js +0 -5
  211. package/dist/_virtual/react-jsx-runtime.production.min.es.js.map +0 -1
  212. package/dist/_virtual/utilities.es.js +0 -5
  213. package/dist/_virtual/utilities.es.js.map +0 -1
  214. package/dist/ant-components/index.d.ts +0 -1
  215. package/dist/ant-components/input/index.d.ts +0 -1
  216. package/dist/ant-components/input/input.d.ts +0 -9
  217. package/dist/ant-components/input/input.es.js +0 -12
  218. package/dist/ant-components/input/input.es.js.map +0 -1
  219. package/dist/ant-components/input/input.module.less.es.js +0 -7
  220. package/dist/ant-components/input/input.module.less.es.js.map +0 -1
  221. package/dist/components/ai-message-render/ai-message-render.d.ts +0 -18
  222. package/dist/components/ai-message-render/ai-message-render.es.js +0 -69
  223. package/dist/components/ai-message-render/ai-message-render.es.js.map +0 -1
  224. package/dist/components/ai-message-render/constants.d.ts +0 -14
  225. package/dist/components/ai-message-render/constants.es.js +0 -16
  226. package/dist/components/ai-message-render/constants.es.js.map +0 -1
  227. package/dist/components/ai-message-render/index.less.es.js +0 -5
  228. package/dist/components/ai-message-render/index.less.es.js.map +0 -1
  229. package/dist/components/ai-message-render/types.d.ts +0 -46
  230. package/dist/components/ai-message-render/utils.d.ts +0 -25
  231. package/dist/components/ai-message-render/utils.es.js +0 -142
  232. package/dist/components/ai-message-render/utils.es.js.map +0 -1
  233. package/dist/components/ai-model-select/ai-model-select-panel.d.ts +0 -23
  234. package/dist/components/ai-model-select/ai-model-select-panel.es.js +0 -192
  235. package/dist/components/ai-model-select/ai-model-select-panel.es.js.map +0 -1
  236. package/dist/components/ai-model-select/iconBtn.d.ts +0 -6
  237. package/dist/components/ai-model-select/iconBtn.es.js +0 -21
  238. package/dist/components/ai-model-select/iconBtn.es.js.map +0 -1
  239. package/dist/components/ai-model-select/index.d.ts +0 -2
  240. package/dist/components/ai-model-select/types.d.ts +0 -11
  241. package/dist/components/code-mirror-editor/code-mirror-editor.d.ts +0 -10
  242. package/dist/components/code-mirror-editor/code-mirror-editor.es.js +0 -126
  243. package/dist/components/code-mirror-editor/code-mirror-editor.es.js.map +0 -1
  244. package/dist/components/code-mirror-editor/constants.d.ts +0 -135
  245. package/dist/components/code-mirror-editor/constants.es.js +0 -281
  246. package/dist/components/code-mirror-editor/constants.es.js.map +0 -1
  247. package/dist/components/code-mirror-editor/index.d.ts +0 -1
  248. package/dist/components/code-mirror-editor/theme.d.ts +0 -4
  249. package/dist/components/code-mirror-editor/utils.d.ts +0 -61
  250. package/dist/components/code-mirror-editor/utils.es.js +0 -128
  251. package/dist/components/code-mirror-editor/utils.es.js.map +0 -1
  252. package/dist/components/easyv-monaco-editor/easyv-monaco-editor.d.ts +0 -4
  253. package/dist/components/easyv-monaco-editor/easyv-monaco-editor.es.js +0 -246
  254. package/dist/components/easyv-monaco-editor/easyv-monaco-editor.es.js.map +0 -1
  255. package/dist/components/easyv-monaco-editor/index.d.ts +0 -2
  256. package/dist/components/easyv-monaco-editor/types.d.ts +0 -91
  257. package/dist/components/echarts-render/echarts-render.d.ts +0 -12
  258. package/dist/components/echarts-render/echarts-render.es.js +0 -36
  259. package/dist/components/echarts-render/echarts-render.es.js.map +0 -1
  260. package/dist/components/echarts-render/index.d.ts +0 -2
  261. package/dist/components/echarts-render/types.d.ts +0 -5
  262. package/dist/components/editor-tool/editor-tool.d.ts +0 -3
  263. package/dist/components/editor-tool/editor-tool.es.js +0 -218
  264. package/dist/components/editor-tool/editor-tool.es.js.map +0 -1
  265. package/dist/components/editor-tool/index.d.ts +0 -1
  266. package/dist/components/error-boundary/error-boundary.d.ts +0 -19
  267. package/dist/components/error-boundary/error-boundary.es.js +0 -41
  268. package/dist/components/error-boundary/error-boundary.es.js.map +0 -1
  269. package/dist/components/error-boundary/index.d.ts +0 -1
  270. package/dist/components/index.d.ts +0 -11
  271. package/dist/components/scroll-controller/index.d.ts +0 -1
  272. package/dist/components/scroll-controller/scroll-controller.d.ts +0 -13
  273. package/dist/components/scroll-controller/scroll-controller.es.js +0 -73
  274. package/dist/components/scroll-controller/scroll-controller.es.js.map +0 -1
  275. package/dist/components/shadow-dom/index.d.ts +0 -1
  276. package/dist/components/shadow-dom/shadow-dom.d.ts +0 -9
  277. package/dist/components/shadow-dom/shadow-dom.es.js +0 -37
  278. package/dist/components/shadow-dom/shadow-dom.es.js.map +0 -1
  279. package/dist/components/voice-animation/index.d.ts +0 -1
  280. package/dist/components/voice-animation/voice-animation.d.ts +0 -14
  281. package/dist/components/voice-animation/voice-animation.es.js +0 -48
  282. package/dist/components/voice-animation/voice-animation.es.js.map +0 -1
  283. package/dist/hooks/index.d.ts +0 -6
  284. package/dist/hooks/use-div-auto-scroll.d.ts +0 -17
  285. package/dist/hooks/use-div-auto-scroll.es.js +0 -51
  286. package/dist/hooks/use-div-auto-scroll.es.js.map +0 -1
  287. package/dist/hooks/use-document-unmount/index.d.ts +0 -1
  288. package/dist/hooks/use-document-unmount/use-document-unmount.d.ts +0 -1
  289. package/dist/hooks/use-document-unmount/use-document-unmount.es.js +0 -18
  290. package/dist/hooks/use-document-unmount/use-document-unmount.es.js.map +0 -1
  291. package/dist/hooks/use-initialized.d.ts +0 -7
  292. package/dist/hooks/use-initialized.es.js +0 -26
  293. package/dist/hooks/use-initialized.es.js.map +0 -1
  294. package/dist/hooks/use-socket-events/constant.d.ts +0 -52
  295. package/dist/hooks/use-socket-events/constant.es.js +0 -103
  296. package/dist/hooks/use-socket-events/constant.es.js.map +0 -1
  297. package/dist/hooks/use-socket-events/index.d.ts +0 -3
  298. package/dist/hooks/use-socket-events/types.d.ts +0 -47
  299. package/dist/hooks/use-socket-events/use-socket-events.d.ts +0 -21
  300. package/dist/hooks/use-socket-events/use-socket-events.es.js +0 -128
  301. package/dist/hooks/use-socket-events/use-socket-events.es.js.map +0 -1
  302. package/dist/hooks/use-watch-value/use-watch-value.cy.d.ts +0 -1
  303. package/dist/hooks/use-watch-value/use-watch-value.d.ts +0 -43
  304. package/dist/hooks/use-watch-value/use-watch-value.es.js +0 -31
  305. package/dist/hooks/use-watch-value/use-watch-value.es.js.map +0 -1
  306. package/dist/hooks/use-xun-fei-steam-voice-manager.d.ts +0 -8
  307. package/dist/hooks/use-xun-fei-steam-voice-manager.es.js +0 -17
  308. package/dist/hooks/use-xun-fei-steam-voice-manager.es.js.map +0 -1
  309. package/dist/index.d.ts +0 -4
  310. package/dist/index.es.js +0 -70
  311. package/dist/index.es.js.map +0 -1
  312. package/dist/lib/_virtual/index.es6.js +0 -5
  313. package/dist/lib/_virtual/index.es6.js.map +0 -1
  314. package/dist/lib/_virtual/react-is.development.es2.js +0 -5
  315. package/dist/lib/_virtual/react-is.development.es2.js.map +0 -1
  316. package/dist/lib/_virtual/react-is.production.min.es2.js +0 -5
  317. package/dist/lib/_virtual/react-is.production.min.es2.js.map +0 -1
  318. package/dist/lib/ant-components/input/input.es.js +0 -12
  319. package/dist/lib/ant-components/input/input.es.js.map +0 -1
  320. package/dist/lib/ant-components/input/input.module.less.es.js +0 -7
  321. package/dist/lib/ant-components/input/input.module.less.es.js.map +0 -1
  322. package/dist/lib/components/ai-message-render/ai-message-render.es.js +0 -160
  323. package/dist/lib/components/ai-message-render/ai-message-render.es.js.map +0 -1
  324. package/dist/lib/components/ai-message-render/image-preview.es.js +0 -22
  325. package/dist/lib/components/ai-message-render/image-preview.es.js.map +0 -1
  326. package/dist/lib/components/ai-message-render/index.less.es.js +0 -5
  327. package/dist/lib/components/ai-message-render/index.less.es.js.map +0 -1
  328. package/dist/lib/components/ai-message-render/utils.es.js.map +0 -1
  329. package/dist/lib/easyv-biz-components/src/ant-components/index.d.ts +0 -1
  330. package/dist/lib/easyv-biz-components/src/ant-components/input/index.d.ts +0 -1
  331. package/dist/lib/easyv-biz-components/src/ant-components/input/input.d.ts +0 -9
  332. package/dist/lib/easyv-biz-components/src/components/ai-message-render/index.d.ts +0 -3
  333. package/dist/lib/easyv-biz-components/src/components/echarts-render/test/base.cy.d.ts +0 -1
  334. package/dist/lib/easyv-biz-components/src/utils/fetchKnowledge/index.d.ts +0 -1
  335. package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/utils.d.ts +0 -17
  336. package/dist/lib/node_modules/.pnpm/@ant-design_colors@6.0.0/node_modules/@ant-design/colors/dist/index.esm.es.js +0 -176
  337. package/dist/lib/node_modules/.pnpm/@ant-design_colors@6.0.0/node_modules/@ant-design/colors/dist/index.esm.es.js.map +0 -1
  338. package/dist/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/CloseCircleFilled.es.js +0 -5
  339. package/dist/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/CloseCircleFilled.es.js.map +0 -1
  340. package/dist/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/EyeInvisibleOutlined.es.js +0 -5
  341. package/dist/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/EyeInvisibleOutlined.es.js.map +0 -1
  342. package/dist/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/EyeOutlined.es.js +0 -5
  343. package/dist/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/EyeOutlined.es.js.map +0 -1
  344. package/dist/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/LoadingOutlined.es.js +0 -5
  345. package/dist/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/LoadingOutlined.es.js.map +0 -1
  346. package/dist/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/SearchOutlined.es.js +0 -5
  347. package/dist/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/SearchOutlined.es.js.map +0 -1
  348. package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/components/AntdIcon.es.js +0 -47
  349. package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/components/AntdIcon.es.js.map +0 -1
  350. package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/components/Context.es.js +0 -6
  351. package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/components/Context.es.js.map +0 -1
  352. package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/components/IconBase.es.js +0 -56
  353. package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/components/IconBase.es.js.map +0 -1
  354. package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/components/twoTonePrimaryColor.es.js +0 -22
  355. package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/components/twoTonePrimaryColor.es.js.map +0 -1
  356. package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/CloseCircleFilled.es.js +0 -18
  357. package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/CloseCircleFilled.es.js.map +0 -1
  358. package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/EyeInvisibleOutlined.es.js +0 -18
  359. package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/EyeInvisibleOutlined.es.js.map +0 -1
  360. package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/EyeOutlined.es.js +0 -18
  361. package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/EyeOutlined.es.js.map +0 -1
  362. package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/LoadingOutlined.es.js +0 -18
  363. package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/LoadingOutlined.es.js.map +0 -1
  364. package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/SearchOutlined.es.js +0 -18
  365. package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/SearchOutlined.es.js.map +0 -1
  366. package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/utils.es.js +0 -75
  367. package/dist/lib/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/utils.es.js.map +0 -1
  368. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.es.js +0 -9
  369. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.es.js.map +0 -1
  370. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.es.js +0 -7
  371. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.es.js.map +0 -1
  372. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.es.js +0 -8
  373. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.es.js.map +0 -1
  374. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.es.js +0 -8
  375. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.es.js.map +0 -1
  376. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.es.js +0 -27
  377. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.es.js.map +0 -1
  378. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/classCallCheck.es.js +0 -7
  379. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/classCallCheck.es.js.map +0 -1
  380. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/createClass.es.js +0 -16
  381. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/createClass.es.js.map +0 -1
  382. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/createSuper.es.js +0 -18
  383. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/createSuper.es.js.map +0 -1
  384. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/defineProperty.es.js +0 -13
  385. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/defineProperty.es.js.map +0 -1
  386. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.es.js +0 -9
  387. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.es.js.map +0 -1
  388. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/inherits.es.js +0 -17
  389. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/inherits.es.js.map +0 -1
  390. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.es.js +0 -14
  391. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.es.js.map +0 -1
  392. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/iterableToArray.es.js +0 -7
  393. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/iterableToArray.es.js.map +0 -1
  394. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.es.js +0 -25
  395. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.es.js.map +0 -1
  396. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/nonIterableRest.es.js +0 -7
  397. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/nonIterableRest.es.js.map +0 -1
  398. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.es.js +0 -7
  399. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.es.js.map +0 -1
  400. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectSpread2.es.js +0 -26
  401. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectSpread2.es.js.map +0 -1
  402. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.es.js +0 -14
  403. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.es.js.map +0 -1
  404. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js +0 -13
  405. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js.map +0 -1
  406. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.es.js +0 -11
  407. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.es.js.map +0 -1
  408. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.es.js +0 -289
  409. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.es.js.map +0 -1
  410. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.es.js +0 -9
  411. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.es.js.map +0 -1
  412. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/slicedToArray.es.js +0 -11
  413. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/slicedToArray.es.js.map +0 -1
  414. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toArray.es.js +0 -11
  415. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toArray.es.js.map +0 -1
  416. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toConsumableArray.es.js +0 -11
  417. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toConsumableArray.es.js.map +0 -1
  418. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toPrimitive.es.js +0 -15
  419. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toPrimitive.es.js.map +0 -1
  420. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toPropertyKey.es.js +0 -10
  421. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toPropertyKey.es.js.map +0 -1
  422. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/typeof.es.js +0 -12
  423. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/typeof.es.js.map +0 -1
  424. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.es.js +0 -12
  425. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.es.js.map +0 -1
  426. package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/conversion.es.js +0 -113
  427. package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/conversion.es.js.map +0 -1
  428. package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/css-color-names.es.js +0 -154
  429. package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/css-color-names.es.js.map +0 -1
  430. package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/format-input.es.js +0 -149
  431. package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/format-input.es.js.map +0 -1
  432. package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/util.es.js +0 -50
  433. package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/util.es.js.map +0 -1
  434. package/dist/lib/node_modules/.pnpm/@easyv_react-icons@6.3.0/node_modules/@easyv/react-icons/dist/index.esm.es.js.map +0 -1
  435. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/raf.es.js +0 -29
  436. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/raf.es.js.map +0 -1
  437. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/reactNode.es.js +0 -21
  438. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/reactNode.es.js.map +0 -1
  439. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/statusUtils.es.js +0 -16
  440. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/statusUtils.es.js.map +0 -1
  441. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/type.es.js +0 -10
  442. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/type.es.js.map +0 -1
  443. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/warning.es.js +0 -18
  444. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/warning.es.js.map +0 -1
  445. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/wave.es.js +0 -194
  446. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/wave.es.js.map +0 -1
  447. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/button/LoadingIcon.es.js +0 -52
  448. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/button/LoadingIcon.es.js.map +0 -1
  449. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/button/button-group.es.js +0 -49
  450. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/button/button-group.es.js.map +0 -1
  451. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/button/button.es.js +0 -182
  452. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/button/button.es.js.map +0 -1
  453. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/button/index.es.js +0 -5
  454. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/button/index.es.js.map +0 -1
  455. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/config-provider/DisabledContext.es.js +0 -6
  456. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/config-provider/DisabledContext.es.js.map +0 -1
  457. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/config-provider/SizeContext.es.js +0 -6
  458. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/config-provider/SizeContext.es.js.map +0 -1
  459. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/config-provider/context.es.js +0 -15
  460. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/config-provider/context.es.js.map +0 -1
  461. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/form/context.es.js +0 -29
  462. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/form/context.es.js.map +0 -1
  463. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/ClearableLabeledInput.es.js +0 -80
  464. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/ClearableLabeledInput.es.js.map +0 -1
  465. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/Group.es.js +0 -35
  466. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/Group.es.js.map +0 -1
  467. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/Input.es.js +0 -166
  468. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/Input.es.js.map +0 -1
  469. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/Password.es.js +0 -103
  470. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/Password.es.js.map +0 -1
  471. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/Search.es.js +0 -127
  472. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/Search.es.js.map +0 -1
  473. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/TextArea.es.js +0 -172
  474. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/TextArea.es.js.map +0 -1
  475. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/hooks/useRemovePasswordTimeout.es.js +0 -27
  476. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/hooks/useRemovePasswordTimeout.es.js.map +0 -1
  477. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/index.es.js +0 -14
  478. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/index.es.js.map +0 -1
  479. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/utils.es.js +0 -7
  480. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/utils.es.js.map +0 -1
  481. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/space/Compact.es.js +0 -41
  482. package/dist/lib/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/space/Compact.es.js.map +0 -1
  483. package/dist/lib/node_modules/.pnpm/async-validator@4.2.5/node_modules/async-validator/dist-web/index.es.js +0 -1050
  484. package/dist/lib/node_modules/.pnpm/async-validator@4.2.5/node_modules/async-validator/dist-web/index.es.js.map +0 -1
  485. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayMap.es.js +0 -12
  486. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayMap.es.js.map +0 -1
  487. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayReduce.es.js +0 -15
  488. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayReduce.es.js.map +0 -1
  489. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_asciiToArray.es.js +0 -8
  490. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_asciiToArray.es.js.map +0 -1
  491. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_asciiWords.es.js +0 -9
  492. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_asciiWords.es.js.map +0 -1
  493. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_basePropertyOf.es.js +0 -10
  494. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_basePropertyOf.es.js.map +0 -1
  495. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseSlice.es.js +0 -22
  496. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseSlice.es.js.map +0 -1
  497. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseToString.es.js +0 -24
  498. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseToString.es.js.map +0 -1
  499. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_castSlice.es.js +0 -12
  500. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_castSlice.es.js.map +0 -1
  501. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_createCaseFirst.es.js +0 -19
  502. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_createCaseFirst.es.js.map +0 -1
  503. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_createCompounder.es.js +0 -16
  504. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_createCompounder.es.js.map +0 -1
  505. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_deburrLetter.es.js +0 -202
  506. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_deburrLetter.es.js.map +0 -1
  507. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hasUnicode.es.js +0 -11
  508. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hasUnicode.es.js.map +0 -1
  509. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hasUnicodeWord.es.js +0 -9
  510. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hasUnicodeWord.es.js.map +0 -1
  511. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_stringToArray.es.js +0 -12
  512. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_stringToArray.es.js.map +0 -1
  513. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_unicodeToArray.es.js +0 -12
  514. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_unicodeToArray.es.js.map +0 -1
  515. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_unicodeWords.es.js +0 -21
  516. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_unicodeWords.es.js.map +0 -1
  517. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/camelCase.es.js +0 -14
  518. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/camelCase.es.js.map +0 -1
  519. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/capitalize.es.js +0 -11
  520. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/capitalize.es.js.map +0 -1
  521. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/deburr.es.js +0 -16
  522. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/deburr.es.js.map +0 -1
  523. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isArray.es.js +0 -6
  524. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isArray.es.js.map +0 -1
  525. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toString.es.js +0 -10
  526. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toString.es.js.map +0 -1
  527. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/upperFirst.es.js +0 -8
  528. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/upperFirst.es.js.map +0 -1
  529. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/words.es.js +0 -18
  530. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/words.es.js.map +0 -1
  531. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/Field.es.js +0 -427
  532. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/Field.es.js.map +0 -1
  533. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/FieldContext.es.js +0 -45
  534. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/FieldContext.es.js.map +0 -1
  535. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/Form.es.js +0 -102
  536. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/Form.es.js.map +0 -1
  537. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/FormContext.es.js +0 -61
  538. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/FormContext.es.js.map +0 -1
  539. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/List.es.js +0 -129
  540. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/List.es.js.map +0 -1
  541. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/ListContext.es.js +0 -6
  542. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/ListContext.es.js.map +0 -1
  543. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/index.es.js +0 -24
  544. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/index.es.js.map +0 -1
  545. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/useForm.es.js +0 -742
  546. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/useForm.es.js.map +0 -1
  547. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/useWatch.es.js +0 -70
  548. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/useWatch.es.js.map +0 -1
  549. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/NameMap.es.js +0 -76
  550. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/NameMap.es.js.map +0 -1
  551. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/asyncUtil.es.js +0 -30
  552. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/asyncUtil.es.js.map +0 -1
  553. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/cloneDeep.es.js +0 -28
  554. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/cloneDeep.es.js.map +0 -1
  555. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/messages.es.js +0 -52
  556. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/messages.es.js.map +0 -1
  557. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/typeUtil.es.js +0 -10
  558. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/typeUtil.es.js.map +0 -1
  559. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/validateUtil.es.js +0 -267
  560. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/validateUtil.es.js.map +0 -1
  561. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/valueUtil.es.js +0 -121
  562. package/dist/lib/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/valueUtil.es.js.map +0 -1
  563. package/dist/lib/node_modules/.pnpm/rc-input@0.1.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-input/es/BaseInput.es.js +0 -83
  564. package/dist/lib/node_modules/.pnpm/rc-input@0.1.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-input/es/BaseInput.es.js.map +0 -1
  565. package/dist/lib/node_modules/.pnpm/rc-input@0.1.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-input/es/Input.es.js +0 -141
  566. package/dist/lib/node_modules/.pnpm/rc-input@0.1.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-input/es/Input.es.js.map +0 -1
  567. package/dist/lib/node_modules/.pnpm/rc-input@0.1.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-input/es/index.es.js +0 -7
  568. package/dist/lib/node_modules/.pnpm/rc-input@0.1.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-input/es/index.es.js.map +0 -1
  569. package/dist/lib/node_modules/.pnpm/rc-input@0.1.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-input/es/utils/commonUtils.es.js +0 -59
  570. package/dist/lib/node_modules/.pnpm/rc-input@0.1.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-input/es/utils/commonUtils.es.js.map +0 -1
  571. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/CSSMotion.es.js +0 -103
  572. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/CSSMotion.es.js.map +0 -1
  573. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/CSSMotionList.es.js +0 -124
  574. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/CSSMotionList.es.js.map +0 -1
  575. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/DomWrapper.es.js +0 -24
  576. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/DomWrapper.es.js.map +0 -1
  577. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/context.es.js +0 -6
  578. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/context.es.js.map +0 -1
  579. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useDomMotionEvents.es.js +0 -32
  580. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useDomMotionEvents.es.js.map +0 -1
  581. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useIsomorphicLayoutEffect.es.js +0 -7
  582. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useIsomorphicLayoutEffect.es.js.map +0 -1
  583. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useNextFrame.es.js +0 -34
  584. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useNextFrame.es.js.map +0 -1
  585. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useStatus.es.js +0 -166
  586. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useStatus.es.js.map +0 -1
  587. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useStepQueue.es.js +0 -56
  588. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useStepQueue.es.js.map +0 -1
  589. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/index.es.js +0 -7
  590. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/index.es.js.map +0 -1
  591. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/interface.es.js +0 -23
  592. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/interface.es.js.map +0 -1
  593. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/util/diff.es.js +0 -96
  594. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/util/diff.es.js.map +0 -1
  595. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/util/motion.es.js +0 -75
  596. package/dist/lib/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/util/motion.es.js.map +0 -1
  597. package/dist/lib/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/Collection.es.js +0 -32
  598. package/dist/lib/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/Collection.es.js.map +0 -1
  599. package/dist/lib/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.es.js +0 -24
  600. package/dist/lib/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.es.js.map +0 -1
  601. package/dist/lib/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/SingleObserver/index.es.js +0 -85
  602. package/dist/lib/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/SingleObserver/index.es.js.map +0 -1
  603. package/dist/lib/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/index.es.js +0 -35
  604. package/dist/lib/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/index.es.js.map +0 -1
  605. package/dist/lib/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/utils/observerUtil.es.js +0 -35
  606. package/dist/lib/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/utils/observerUtil.es.js.map +0 -1
  607. package/dist/lib/node_modules/.pnpm/rc-textarea@0.4.7_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-textarea/es/ResizableTextArea.es.js +0 -118
  608. package/dist/lib/node_modules/.pnpm/rc-textarea@0.4.7_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-textarea/es/ResizableTextArea.es.js.map +0 -1
  609. package/dist/lib/node_modules/.pnpm/rc-textarea@0.4.7_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-textarea/es/calculateNodeHeight.es.js +0 -92
  610. package/dist/lib/node_modules/.pnpm/rc-textarea@0.4.7_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-textarea/es/calculateNodeHeight.es.js.map +0 -1
  611. package/dist/lib/node_modules/.pnpm/rc-textarea@0.4.7_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-textarea/es/index.es.js +0 -85
  612. package/dist/lib/node_modules/.pnpm/rc-textarea@0.4.7_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-textarea/es/index.es.js.map +0 -1
  613. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Children/toArray.es.js +0 -23
  614. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Children/toArray.es.js.map +0 -1
  615. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Dom/canUseDom.es.js +0 -7
  616. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Dom/canUseDom.es.js.map +0 -1
  617. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Dom/contains.es.js +0 -20
  618. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Dom/contains.es.js.map +0 -1
  619. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Dom/dynamicCSS.es.js +0 -116
  620. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Dom/dynamicCSS.es.js.map +0 -1
  621. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Dom/findDOMNode.es.js +0 -32
  622. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Dom/findDOMNode.es.js.map +0 -1
  623. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/React/isFragment.es.js +0 -16
  624. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/React/isFragment.es.js.map +0 -1
  625. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useEvent.es.js +0 -17
  626. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useEvent.es.js.map +0 -1
  627. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useLayoutEffect.es.js +0 -27
  628. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useLayoutEffect.es.js.map +0 -1
  629. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useMemo.es.js +0 -13
  630. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useMemo.es.js.map +0 -1
  631. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useMergedState.es.js +0 -43
  632. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useMergedState.es.js.map +0 -1
  633. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useState.es.js +0 -23
  634. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useState.es.js.map +0 -1
  635. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useSyncState.es.js +0 -21
  636. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useSyncState.es.js.map +0 -1
  637. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/omit.es.js +0 -13
  638. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/omit.es.js.map +0 -1
  639. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/raf.es.js +0 -51
  640. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/raf.es.js.map +0 -1
  641. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/ref.es.js +0 -74
  642. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/ref.es.js.map +0 -1
  643. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/utils/get.es.js +0 -14
  644. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/utils/get.es.js.map +0 -1
  645. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/utils/set.es.js +0 -35
  646. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/utils/set.es.js.map +0 -1
  647. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/warning.es.js +0 -54
  648. package/dist/lib/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/warning.es.js.map +0 -1
  649. package/dist/lib/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/cjs/react-is.development.es.js +0 -194
  650. package/dist/lib/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/cjs/react-is.development.es.js.map +0 -1
  651. package/dist/lib/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/cjs/react-is.production.min.es.js +0 -110
  652. package/dist/lib/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/cjs/react-is.production.min.es.js.map +0 -1
  653. package/dist/lib/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/index.es.js +0 -13
  654. package/dist/lib/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/index.es.js.map +0 -1
  655. package/dist/lib/node_modules/.pnpm/resize-observer-polyfill@1.5.1/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.es.js +0 -496
  656. package/dist/lib/node_modules/.pnpm/resize-observer-polyfill@1.5.1/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.es.js.map +0 -1
  657. package/dist/lib/utils/fetchKnowledge/fetchKnowledge.es.js.map +0 -1
  658. package/dist/lib/utils/vosk-browser-manager/audio-manager/workletProcessor.es.js +0 -5
  659. package/dist/lib/utils/vosk-browser-manager/audio-manager/workletProcessor.es.js.map +0 -1
  660. package/dist/lib/utils/xun-fei-voice/utils.es.js +0 -48
  661. package/dist/lib/utils/xun-fei-voice/utils.es.js.map +0 -1
  662. package/dist/node_modules/.pnpm/@ant-design_colors@6.0.0/node_modules/@ant-design/colors/dist/index.esm.es.js +0 -176
  663. package/dist/node_modules/.pnpm/@ant-design_colors@6.0.0/node_modules/@ant-design/colors/dist/index.esm.es.js.map +0 -1
  664. package/dist/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/CloseCircleFilled.es.js +0 -5
  665. package/dist/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/CloseCircleFilled.es.js.map +0 -1
  666. package/dist/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/EyeInvisibleOutlined.es.js +0 -5
  667. package/dist/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/EyeInvisibleOutlined.es.js.map +0 -1
  668. package/dist/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/EyeOutlined.es.js +0 -5
  669. package/dist/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/EyeOutlined.es.js.map +0 -1
  670. package/dist/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/LoadingOutlined.es.js +0 -5
  671. package/dist/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/LoadingOutlined.es.js.map +0 -1
  672. package/dist/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/SearchOutlined.es.js +0 -5
  673. package/dist/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/SearchOutlined.es.js.map +0 -1
  674. package/dist/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/components/AntdIcon.es.js +0 -47
  675. package/dist/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/components/AntdIcon.es.js.map +0 -1
  676. package/dist/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/components/Context.es.js +0 -6
  677. package/dist/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/components/Context.es.js.map +0 -1
  678. package/dist/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/components/IconBase.es.js +0 -56
  679. package/dist/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/components/IconBase.es.js.map +0 -1
  680. package/dist/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/components/twoTonePrimaryColor.es.js +0 -22
  681. package/dist/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/components/twoTonePrimaryColor.es.js.map +0 -1
  682. package/dist/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/CloseCircleFilled.es.js +0 -18
  683. package/dist/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/CloseCircleFilled.es.js.map +0 -1
  684. package/dist/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/EyeInvisibleOutlined.es.js +0 -18
  685. package/dist/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/EyeInvisibleOutlined.es.js.map +0 -1
  686. package/dist/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/EyeOutlined.es.js +0 -18
  687. package/dist/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/EyeOutlined.es.js.map +0 -1
  688. package/dist/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/LoadingOutlined.es.js +0 -18
  689. package/dist/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/LoadingOutlined.es.js.map +0 -1
  690. package/dist/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/SearchOutlined.es.js +0 -18
  691. package/dist/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/icons/SearchOutlined.es.js.map +0 -1
  692. package/dist/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/utils.es.js +0 -75
  693. package/dist/node_modules/.pnpm/@ant-design_icons@4.8.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/@ant-design/icons/es/utils.es.js.map +0 -1
  694. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.es.js +0 -9
  695. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.es.js.map +0 -1
  696. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.es.js +0 -7
  697. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.es.js.map +0 -1
  698. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.es.js +0 -8
  699. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.es.js.map +0 -1
  700. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.es.js +0 -8
  701. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.es.js.map +0 -1
  702. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.es.js +0 -27
  703. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.es.js.map +0 -1
  704. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/classCallCheck.es.js +0 -7
  705. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/classCallCheck.es.js.map +0 -1
  706. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/createClass.es.js +0 -16
  707. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/createClass.es.js.map +0 -1
  708. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/createSuper.es.js +0 -18
  709. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/createSuper.es.js.map +0 -1
  710. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/defineProperty.es.js +0 -13
  711. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/defineProperty.es.js.map +0 -1
  712. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/extends.es.js +0 -13
  713. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/extends.es.js.map +0 -1
  714. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.es.js +0 -9
  715. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.es.js.map +0 -1
  716. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/inherits.es.js +0 -17
  717. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/inherits.es.js.map +0 -1
  718. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.es.js +0 -14
  719. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.es.js.map +0 -1
  720. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/iterableToArray.es.js +0 -7
  721. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/iterableToArray.es.js.map +0 -1
  722. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.es.js +0 -25
  723. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.es.js.map +0 -1
  724. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/nonIterableRest.es.js +0 -7
  725. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/nonIterableRest.es.js.map +0 -1
  726. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.es.js +0 -7
  727. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.es.js.map +0 -1
  728. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectSpread2.es.js +0 -26
  729. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectSpread2.es.js.map +0 -1
  730. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.es.js +0 -14
  731. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.es.js.map +0 -1
  732. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js +0 -13
  733. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js.map +0 -1
  734. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.es.js +0 -11
  735. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.es.js.map +0 -1
  736. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.es.js +0 -289
  737. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.es.js.map +0 -1
  738. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.es.js +0 -9
  739. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.es.js.map +0 -1
  740. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/slicedToArray.es.js +0 -11
  741. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/slicedToArray.es.js.map +0 -1
  742. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toArray.es.js +0 -11
  743. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toArray.es.js.map +0 -1
  744. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toConsumableArray.es.js +0 -11
  745. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toConsumableArray.es.js.map +0 -1
  746. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toPrimitive.es.js +0 -15
  747. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toPrimitive.es.js.map +0 -1
  748. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toPropertyKey.es.js +0 -10
  749. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toPropertyKey.es.js.map +0 -1
  750. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/typeof.es.js +0 -12
  751. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/typeof.es.js.map +0 -1
  752. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.es.js +0 -12
  753. package/dist/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.es.js.map +0 -1
  754. package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/extends.es.js +0 -13
  755. package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/extends.es.js.map +0 -1
  756. package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js +0 -13
  757. package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js.map +0 -1
  758. package/dist/node_modules/.pnpm/@codemirror_autocomplete@6.11.0_@codemirror_language@6.11.0_@codemirror_state@6.5.2_@co_f627118f465fbcaad567121946d7b883/node_modules/@codemirror/autocomplete/dist/index.es.js +0 -1722
  759. package/dist/node_modules/.pnpm/@codemirror_autocomplete@6.11.0_@codemirror_language@6.11.0_@codemirror_state@6.5.2_@co_f627118f465fbcaad567121946d7b883/node_modules/@codemirror/autocomplete/dist/index.es.js.map +0 -1
  760. package/dist/node_modules/.pnpm/@codemirror_commands@6.8.1/node_modules/@codemirror/commands/dist/index.es.js +0 -1127
  761. package/dist/node_modules/.pnpm/@codemirror_commands@6.8.1/node_modules/@codemirror/commands/dist/index.es.js.map +0 -1
  762. package/dist/node_modules/.pnpm/@codemirror_lang-javascript@6.2.1/node_modules/@codemirror/lang-javascript/dist/index.es.js +0 -309
  763. package/dist/node_modules/.pnpm/@codemirror_lang-javascript@6.2.1/node_modules/@codemirror/lang-javascript/dist/index.es.js.map +0 -1
  764. package/dist/node_modules/.pnpm/@codemirror_lang-json@6.0.1/node_modules/@codemirror/lang-json/dist/index.es.js +0 -28
  765. package/dist/node_modules/.pnpm/@codemirror_lang-json@6.0.1/node_modules/@codemirror/lang-json/dist/index.es.js.map +0 -1
  766. package/dist/node_modules/.pnpm/@codemirror_language@6.11.0/node_modules/@codemirror/language/dist/index.es.js +0 -1587
  767. package/dist/node_modules/.pnpm/@codemirror_language@6.11.0/node_modules/@codemirror/language/dist/index.es.js.map +0 -1
  768. package/dist/node_modules/.pnpm/@codemirror_lint@6.5.0/node_modules/@codemirror/lint/dist/index.es.js +0 -703
  769. package/dist/node_modules/.pnpm/@codemirror_lint@6.5.0/node_modules/@codemirror/lint/dist/index.es.js.map +0 -1
  770. package/dist/node_modules/.pnpm/@codemirror_search@6.5.10/node_modules/@codemirror/search/dist/index.es.js +0 -1134
  771. package/dist/node_modules/.pnpm/@codemirror_search@6.5.10/node_modules/@codemirror/search/dist/index.es.js.map +0 -1
  772. package/dist/node_modules/.pnpm/@codemirror_state@6.5.2/node_modules/@codemirror/state/dist/index.es.js +0 -3373
  773. package/dist/node_modules/.pnpm/@codemirror_state@6.5.2/node_modules/@codemirror/state/dist/index.es.js.map +0 -1
  774. package/dist/node_modules/.pnpm/@codemirror_theme-one-dark@6.1.3/node_modules/@codemirror/theme-one-dark/dist/index.es.js +0 -136
  775. package/dist/node_modules/.pnpm/@codemirror_theme-one-dark@6.1.3/node_modules/@codemirror/theme-one-dark/dist/index.es.js.map +0 -1
  776. package/dist/node_modules/.pnpm/@codemirror_view@6.38.0/node_modules/@codemirror/view/dist/index.es.js +0 -10129
  777. package/dist/node_modules/.pnpm/@codemirror_view@6.38.0/node_modules/@codemirror/view/dist/index.es.js.map +0 -1
  778. package/dist/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/conversion.es.js +0 -113
  779. package/dist/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/conversion.es.js.map +0 -1
  780. package/dist/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/css-color-names.es.js +0 -154
  781. package/dist/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/css-color-names.es.js.map +0 -1
  782. package/dist/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/format-input.es.js +0 -149
  783. package/dist/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/format-input.es.js.map +0 -1
  784. package/dist/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/util.es.js +0 -50
  785. package/dist/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/util.es.js.map +0 -1
  786. package/dist/node_modules/.pnpm/@easyv_react-icons@6.3.0/node_modules/@easyv/react-icons/dist/index.esm.es.js +0 -5203
  787. package/dist/node_modules/.pnpm/@easyv_react-icons@6.3.0/node_modules/@easyv/react-icons/dist/index.esm.es.js.map +0 -1
  788. package/dist/node_modules/.pnpm/@lezer_common@1.2.3/node_modules/@lezer/common/dist/index.es.js +0 -1670
  789. package/dist/node_modules/.pnpm/@lezer_common@1.2.3/node_modules/@lezer/common/dist/index.es.js.map +0 -1
  790. package/dist/node_modules/.pnpm/@lezer_highlight@1.2.1/node_modules/@lezer/highlight/dist/index.es.js +0 -697
  791. package/dist/node_modules/.pnpm/@lezer_highlight@1.2.1/node_modules/@lezer/highlight/dist/index.es.js.map +0 -1
  792. package/dist/node_modules/.pnpm/@lezer_javascript@1.4.21/node_modules/@lezer/javascript/dist/index.es.js +0 -195
  793. package/dist/node_modules/.pnpm/@lezer_javascript@1.4.21/node_modules/@lezer/javascript/dist/index.es.js.map +0 -1
  794. package/dist/node_modules/.pnpm/@lezer_json@1.0.3/node_modules/@lezer/json/dist/index.es.js +0 -36
  795. package/dist/node_modules/.pnpm/@lezer_json@1.0.3/node_modules/@lezer/json/dist/index.es.js.map +0 -1
  796. package/dist/node_modules/.pnpm/@lezer_lr@1.4.2/node_modules/@lezer/lr/dist/index.es.js +0 -1767
  797. package/dist/node_modules/.pnpm/@lezer_lr@1.4.2/node_modules/@lezer/lr/dist/index.es.js.map +0 -1
  798. package/dist/node_modules/.pnpm/@marijn_find-cluster-break@1.0.2/node_modules/@marijn/find-cluster-break/src/index.es.js +0 -76
  799. package/dist/node_modules/.pnpm/@marijn_find-cluster-break@1.0.2/node_modules/@marijn/find-cluster-break/src/index.es.js.map +0 -1
  800. package/dist/node_modules/.pnpm/@uiw_codemirror-extensions-basic-setup@4.21.20_@codemirror_autocomplete@6.11.0_@codemir_cf2ebe217f6a72f7f56dbaf8d296e3ca/node_modules/@uiw/codemirror-extensions-basic-setup/esm/index.es.js +0 -63
  801. package/dist/node_modules/.pnpm/@uiw_codemirror-extensions-basic-setup@4.21.20_@codemirror_autocomplete@6.11.0_@codemir_cf2ebe217f6a72f7f56dbaf8d296e3ca/node_modules/@uiw/codemirror-extensions-basic-setup/esm/index.es.js.map +0 -1
  802. package/dist/node_modules/.pnpm/@uiw_codemirror-theme-abcdef@4.24.1_@codemirror_language@6.11.0_@codemirror_state@6.5.2_@codemirror_view@6.38.0/node_modules/@uiw/codemirror-theme-abcdef/esm/index.es.js +0 -100
  803. package/dist/node_modules/.pnpm/@uiw_codemirror-theme-abcdef@4.24.1_@codemirror_language@6.11.0_@codemirror_state@6.5.2_@codemirror_view@6.38.0/node_modules/@uiw/codemirror-theme-abcdef/esm/index.es.js.map +0 -1
  804. package/dist/node_modules/.pnpm/@uiw_codemirror-themes@4.24.1_@codemirror_language@6.11.0_@codemirror_state@6.5.2_@codemirror_view@6.38.0/node_modules/@uiw/codemirror-themes/esm/index.es.js +0 -82
  805. package/dist/node_modules/.pnpm/@uiw_codemirror-themes@4.24.1_@codemirror_language@6.11.0_@codemirror_state@6.5.2_@codemirror_view@6.38.0/node_modules/@uiw/codemirror-themes/esm/index.es.js.map +0 -1
  806. package/dist/node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e/node_modules/@uiw/react-codemirror/esm/getDefaultExtensions.es.js +0 -62
  807. package/dist/node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e/node_modules/@uiw/react-codemirror/esm/getDefaultExtensions.es.js.map +0 -1
  808. package/dist/node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e/node_modules/@uiw/react-codemirror/esm/index.es.js +0 -84
  809. package/dist/node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e/node_modules/@uiw/react-codemirror/esm/index.es.js.map +0 -1
  810. package/dist/node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e/node_modules/@uiw/react-codemirror/esm/theme/light.es.js +0 -12
  811. package/dist/node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e/node_modules/@uiw/react-codemirror/esm/theme/light.es.js.map +0 -1
  812. package/dist/node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e/node_modules/@uiw/react-codemirror/esm/useCodeMirror.es.js +0 -145
  813. package/dist/node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e/node_modules/@uiw/react-codemirror/esm/useCodeMirror.es.js.map +0 -1
  814. package/dist/node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e/node_modules/@uiw/react-codemirror/esm/utils.es.js +0 -20
  815. package/dist/node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.28.4_@codemirror_autocomplete@6.11.0_@co_ff1355904658c12b685301b441bcb50e/node_modules/@uiw/react-codemirror/esm/utils.es.js.map +0 -1
  816. package/dist/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/deserialize.es.js +0 -69
  817. package/dist/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/deserialize.es.js.map +0 -1
  818. package/dist/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/index.es.js +0 -12
  819. package/dist/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/index.es.js.map +0 -1
  820. package/dist/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/serialize.es.js +0 -136
  821. package/dist/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/serialize.es.js.map +0 -1
  822. package/dist/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/types.es.js +0 -23
  823. package/dist/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/types.es.js.map +0 -1
  824. package/dist/node_modules/.pnpm/acorn-walk@8.3.4/node_modules/acorn-walk/dist/walk.es.js +0 -297
  825. package/dist/node_modules/.pnpm/acorn-walk@8.3.4/node_modules/acorn-walk/dist/walk.es.js.map +0 -1
  826. package/dist/node_modules/.pnpm/acorn@8.15.0/node_modules/acorn/dist/acorn.es.js +0 -5585
  827. package/dist/node_modules/.pnpm/acorn@8.15.0/node_modules/acorn/dist/acorn.es.js.map +0 -1
  828. package/dist/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/useLatest/index.es.js +0 -10
  829. package/dist/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/useLatest/index.es.js.map +0 -1
  830. package/dist/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/useMemoizedFn/index.es.js +0 -29
  831. package/dist/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/useMemoizedFn/index.es.js.map +0 -1
  832. package/dist/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/utils/index.es.js +0 -7
  833. package/dist/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/utils/index.es.js.map +0 -1
  834. package/dist/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/utils/isDev.es.js +0 -5
  835. package/dist/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/utils/isDev.es.js.map +0 -1
  836. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/raf.es.js +0 -29
  837. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/raf.es.js.map +0 -1
  838. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/reactNode.es.js +0 -21
  839. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/reactNode.es.js.map +0 -1
  840. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/statusUtils.es.js +0 -16
  841. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/statusUtils.es.js.map +0 -1
  842. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/type.es.js +0 -10
  843. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/type.es.js.map +0 -1
  844. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/warning.es.js +0 -18
  845. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/warning.es.js.map +0 -1
  846. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/wave.es.js +0 -194
  847. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/_util/wave.es.js.map +0 -1
  848. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/button/LoadingIcon.es.js +0 -52
  849. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/button/LoadingIcon.es.js.map +0 -1
  850. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/button/button-group.es.js +0 -49
  851. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/button/button-group.es.js.map +0 -1
  852. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/button/button.es.js +0 -182
  853. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/button/button.es.js.map +0 -1
  854. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/button/index.es.js +0 -5
  855. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/button/index.es.js.map +0 -1
  856. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/config-provider/DisabledContext.es.js +0 -6
  857. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/config-provider/DisabledContext.es.js.map +0 -1
  858. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/config-provider/SizeContext.es.js +0 -6
  859. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/config-provider/SizeContext.es.js.map +0 -1
  860. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/config-provider/context.es.js +0 -15
  861. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/config-provider/context.es.js.map +0 -1
  862. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/form/context.es.js +0 -29
  863. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/form/context.es.js.map +0 -1
  864. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/ClearableLabeledInput.es.js +0 -80
  865. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/ClearableLabeledInput.es.js.map +0 -1
  866. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/Group.es.js +0 -35
  867. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/Group.es.js.map +0 -1
  868. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/Input.es.js +0 -166
  869. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/Input.es.js.map +0 -1
  870. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/Password.es.js +0 -103
  871. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/Password.es.js.map +0 -1
  872. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/Search.es.js +0 -127
  873. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/Search.es.js.map +0 -1
  874. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/TextArea.es.js +0 -172
  875. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/TextArea.es.js.map +0 -1
  876. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/hooks/useRemovePasswordTimeout.es.js +0 -27
  877. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/hooks/useRemovePasswordTimeout.es.js.map +0 -1
  878. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/index.es.js +0 -14
  879. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/index.es.js.map +0 -1
  880. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/utils.es.js +0 -7
  881. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/input/utils.es.js.map +0 -1
  882. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/space/Compact.es.js +0 -41
  883. package/dist/node_modules/.pnpm/antd@4.24.1_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/antd/es/space/Compact.es.js.map +0 -1
  884. package/dist/node_modules/.pnpm/async-validator@4.2.5/node_modules/async-validator/dist-web/index.es.js +0 -1050
  885. package/dist/node_modules/.pnpm/async-validator@4.2.5/node_modules/async-validator/dist-web/index.es.js.map +0 -1
  886. package/dist/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.es.js +0 -9
  887. package/dist/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.es.js.map +0 -1
  888. package/dist/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.es.js +0 -17
  889. package/dist/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.es.js.map +0 -1
  890. package/dist/node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.es.js +0 -64
  891. package/dist/node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.es.js.map +0 -1
  892. package/dist/node_modules/.pnpm/co-web-worker@1.0.1/node_modules/co-web-worker/index.es.js +0 -16
  893. package/dist/node_modules/.pnpm/co-web-worker@1.0.1/node_modules/co-web-worker/index.es.js.map +0 -1
  894. package/dist/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.es.js +0 -11
  895. package/dist/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.es.js.map +0 -1
  896. package/dist/node_modules/.pnpm/crelt@1.0.6/node_modules/crelt/index.es.js +0 -31
  897. package/dist/node_modules/.pnpm/crelt@1.0.6/node_modules/crelt/index.es.js.map +0 -1
  898. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.es.js +0 -283
  899. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.es.js.map +0 -1
  900. package/dist/node_modules/.pnpm/decode-named-character-reference@1.1.0/node_modules/decode-named-character-reference/index.dom.es.js +0 -18
  901. package/dist/node_modules/.pnpm/decode-named-character-reference@1.1.0/node_modules/decode-named-character-reference/index.dom.es.js.map +0 -1
  902. package/dist/node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/default.es.js +0 -9
  903. package/dist/node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/default.es.js.map +0 -1
  904. package/dist/node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.es.js +0 -10
  905. package/dist/node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.es.js.map +0 -1
  906. package/dist/node_modules/.pnpm/estree-util-is-identifier-name@3.0.0/node_modules/estree-util-is-identifier-name/lib/index.es.js +0 -12
  907. package/dist/node_modules/.pnpm/estree-util-is-identifier-name@3.0.0/node_modules/estree-util-is-identifier-name/lib/index.es.js.map +0 -1
  908. package/dist/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.es.js +0 -90
  909. package/dist/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.es.js.map +0 -1
  910. package/dist/node_modules/.pnpm/hast-util-to-jsx-runtime@2.3.6/node_modules/hast-util-to-jsx-runtime/lib/index.es.js +0 -391
  911. package/dist/node_modules/.pnpm/hast-util-to-jsx-runtime@2.3.6/node_modules/hast-util-to-jsx-runtime/lib/index.es.js.map +0 -1
  912. package/dist/node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/lib/index.es.js +0 -11
  913. package/dist/node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/lib/index.es.js.map +0 -1
  914. package/dist/node_modules/.pnpm/html-url-attributes@3.0.1/node_modules/html-url-attributes/lib/index.es.js +0 -27
  915. package/dist/node_modules/.pnpm/html-url-attributes@3.0.1/node_modules/html-url-attributes/lib/index.es.js.map +0 -1
  916. package/dist/node_modules/.pnpm/immer@10.1.1/node_modules/immer/dist/immer.es.js +0 -680
  917. package/dist/node_modules/.pnpm/immer@10.1.1/node_modules/immer/dist/immer.es.js.map +0 -1
  918. package/dist/node_modules/.pnpm/inline-style-parser@0.2.4/node_modules/inline-style-parser/index.es.js +0 -135
  919. package/dist/node_modules/.pnpm/inline-style-parser@0.2.4/node_modules/inline-style-parser/index.es.js.map +0 -1
  920. package/dist/node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.es.js +0 -11
  921. package/dist/node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.es.js.map +0 -1
  922. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.es.js +0 -7
  923. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.es.js.map +0 -1
  924. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.es.js +0 -22
  925. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.es.js.map +0 -1
  926. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.es.js +0 -22
  927. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.es.js.map +0 -1
  928. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.es.js +0 -7
  929. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.es.js.map +0 -1
  930. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.es.js +0 -22
  931. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.es.js.map +0 -1
  932. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.es.js +0 -7
  933. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.es.js.map +0 -1
  934. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.es.js +0 -7
  935. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.es.js.map +0 -1
  936. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.es.js +0 -16
  937. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.es.js.map +0 -1
  938. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.es.js +0 -19
  939. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.es.js.map +0 -1
  940. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.es.js +0 -6
  941. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.es.js.map +0 -1
  942. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.es.js +0 -6
  943. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.es.js.map +0 -1
  944. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.es.js +0 -7
  945. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.es.js.map +0 -1
  946. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.es.js +0 -17
  947. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.es.js.map +0 -1
  948. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.es.js +0 -13
  949. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.es.js.map +0 -1
  950. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.es.js +0 -14
  951. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.es.js.map +0 -1
  952. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.es.js +0 -25
  953. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.es.js.map +0 -1
  954. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.es.js +0 -11
  955. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.es.js.map +0 -1
  956. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.es.js +0 -11
  957. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.es.js.map +0 -1
  958. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arraySome.es.js +0 -13
  959. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arraySome.es.js.map +0 -1
  960. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.es.js +0 -14
  961. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.es.js.map +0 -1
  962. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.es.js +0 -14
  963. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.es.js.map +0 -1
  964. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.es.js +0 -17
  965. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.es.js.map +0 -1
  966. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.es.js +0 -76
  967. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.es.js.map +0 -1
  968. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFlatten.es.js +0 -22
  969. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFlatten.es.js.map +0 -1
  970. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.es.js +0 -14
  971. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.es.js.map +0 -1
  972. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.es.js +0 -10
  973. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.es.js.map +0 -1
  974. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.es.js +0 -15
  975. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.es.js.map +0 -1
  976. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.es.js +0 -10
  977. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.es.js.map +0 -1
  978. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqual.es.js +0 -15
  979. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqual.es.js.map +0 -1
  980. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqualDeep.es.js +0 -46
  981. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqualDeep.es.js.map +0 -1
  982. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.es.js +0 -10
  983. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.es.js.map +0 -1
  984. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.es.js +0 -23
  985. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.es.js.map +0 -1
  986. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.es.js +0 -10
  987. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.es.js.map +0 -1
  988. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.es.js +0 -15
  989. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.es.js.map +0 -1
  990. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.es.js +0 -20
  991. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.es.js.map +0 -1
  992. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.es.js +0 -21
  993. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.es.js.map +0 -1
  994. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.es.js +0 -15
  995. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.es.js.map +0 -1
  996. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSlice.es.js +0 -21
  997. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSlice.es.js.map +0 -1
  998. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.es.js +0 -11
  999. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.es.js.map +0 -1
  1000. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.es.js +0 -22
  1001. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.es.js.map +0 -1
  1002. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.es.js +0 -9
  1003. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.es.js.map +0 -1
  1004. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnset.es.js +0 -13
  1005. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnset.es.js.map +0 -1
  1006. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.es.js +0 -7
  1007. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.es.js.map +0 -1
  1008. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.es.js +0 -14
  1009. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.es.js.map +0 -1
  1010. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.es.js +0 -10
  1011. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.es.js.map +0 -1
  1012. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.es.js +0 -15
  1013. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.es.js.map +0 -1
  1014. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.es.js +0 -9
  1015. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.es.js.map +0 -1
  1016. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.es.js +0 -10
  1017. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.es.js.map +0 -1
  1018. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.es.js +0 -9
  1019. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.es.js.map +0 -1
  1020. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.es.js +0 -9
  1021. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.es.js.map +0 -1
  1022. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.es.js +0 -24
  1023. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.es.js.map +0 -1
  1024. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.es.js +0 -6
  1025. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.es.js.map +0 -1
  1026. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_customOmitClone.es.js +0 -8
  1027. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_customOmitClone.es.js.map +0 -1
  1028. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.es.js +0 -13
  1029. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.es.js.map +0 -1
  1030. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalArrays.es.js +0 -51
  1031. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalArrays.es.js.map +0 -1
  1032. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalByTag.es.js +0 -60
  1033. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalByTag.es.js.map +0 -1
  1034. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalObjects.es.js +0 -51
  1035. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalObjects.es.js.map +0 -1
  1036. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_flatRest.es.js +0 -10
  1037. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_flatRest.es.js.map +0 -1
  1038. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.es.js +0 -5
  1039. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.es.js.map +0 -1
  1040. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.es.js +0 -10
  1041. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.es.js.map +0 -1
  1042. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeysIn.es.js +0 -10
  1043. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeysIn.es.js.map +0 -1
  1044. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.es.js +0 -9
  1045. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.es.js.map +0 -1
  1046. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.es.js +0 -10
  1047. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.es.js.map +0 -1
  1048. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.es.js +0 -6
  1049. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.es.js.map +0 -1
  1050. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.es.js +0 -26
  1051. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.es.js.map +0 -1
  1052. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.es.js +0 -18
  1053. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.es.js.map +0 -1
  1054. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbolsIn.es.js +0 -17
  1055. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbolsIn.es.js.map +0 -1
  1056. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.es.js +0 -35
  1057. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.es.js.map +0 -1
  1058. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.es.js +0 -7
  1059. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.es.js.map +0 -1
  1060. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.es.js +0 -9
  1061. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.es.js.map +0 -1
  1062. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.es.js +0 -9
  1063. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.es.js.map +0 -1
  1064. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.es.js +0 -16
  1065. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.es.js.map +0 -1
  1066. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.es.js +0 -11
  1067. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.es.js.map +0 -1
  1068. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.es.js +0 -12
  1069. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.es.js.map +0 -1
  1070. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.es.js +0 -14
  1071. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.es.js.map +0 -1
  1072. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.es.js +0 -44
  1073. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.es.js.map +0 -1
  1074. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isFlattenable.es.js +0 -11
  1075. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isFlattenable.es.js.map +0 -1
  1076. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.es.js +0 -11
  1077. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.es.js.map +0 -1
  1078. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.es.js +0 -17
  1079. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.es.js.map +0 -1
  1080. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.es.js +0 -8
  1081. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.es.js.map +0 -1
  1082. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.es.js +0 -12
  1083. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.es.js.map +0 -1
  1084. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.es.js +0 -9
  1085. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.es.js.map +0 -1
  1086. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.es.js +0 -8
  1087. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.es.js.map +0 -1
  1088. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.es.js +0 -21
  1089. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.es.js.map +0 -1
  1090. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.es.js +0 -9
  1091. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.es.js.map +0 -1
  1092. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.es.js +0 -8
  1093. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.es.js.map +0 -1
  1094. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.es.js +0 -15
  1095. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.es.js.map +0 -1
  1096. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.es.js +0 -15
  1097. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.es.js.map +0 -1
  1098. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.es.js +0 -10
  1099. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.es.js.map +0 -1
  1100. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.es.js +0 -8
  1101. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.es.js.map +0 -1
  1102. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.es.js +0 -8
  1103. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.es.js.map +0 -1
  1104. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.es.js +0 -11
  1105. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.es.js.map +0 -1
  1106. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapToArray.es.js +0 -11
  1107. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapToArray.es.js.map +0 -1
  1108. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.es.js +0 -16
  1109. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.es.js.map +0 -1
  1110. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.es.js +0 -6
  1111. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.es.js.map +0 -1
  1112. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.es.js +0 -6
  1113. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.es.js.map +0 -1
  1114. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.es.js +0 -13
  1115. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.es.js.map +0 -1
  1116. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.es.js +0 -19
  1117. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.es.js.map +0 -1
  1118. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.es.js +0 -9
  1119. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.es.js.map +0 -1
  1120. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.es.js +0 -9
  1121. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.es.js.map +0 -1
  1122. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.es.js +0 -22
  1123. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.es.js.map +0 -1
  1124. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_parent.es.js +0 -9
  1125. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_parent.es.js.map +0 -1
  1126. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.es.js +0 -7
  1127. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.es.js.map +0 -1
  1128. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.es.js +0 -9
  1129. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.es.js.map +0 -1
  1130. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.es.js +0 -7
  1131. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.es.js.map +0 -1
  1132. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.es.js +0 -11
  1133. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.es.js.map +0 -1
  1134. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.es.js +0 -7
  1135. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.es.js.map +0 -1
  1136. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.es.js +0 -21
  1137. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.es.js.map +0 -1
  1138. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.es.js +0 -9
  1139. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.es.js.map +0 -1
  1140. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.es.js +0 -9
  1141. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.es.js.map +0 -1
  1142. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.es.js +0 -7
  1143. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.es.js.map +0 -1
  1144. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.es.js +0 -7
  1145. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.es.js.map +0 -1
  1146. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.es.js +0 -23
  1147. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.es.js.map +0 -1
  1148. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.es.js +0 -17
  1149. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.es.js.map +0 -1
  1150. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.es.js +0 -12
  1151. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.es.js.map +0 -1
  1152. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.es.js +0 -19
  1153. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.es.js.map +0 -1
  1154. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.es.js +0 -9
  1155. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.es.js.map +0 -1
  1156. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.es.js +0 -7
  1157. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.es.js.map +0 -1
  1158. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatten.es.js +0 -9
  1159. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatten.es.js.map +0 -1
  1160. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.es.js +0 -7
  1161. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.es.js.map +0 -1
  1162. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.es.js +0 -14
  1163. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.es.js.map +0 -1
  1164. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.es.js +0 -5
  1165. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.es.js.map +0 -1
  1166. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.es.js +0 -9
  1167. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.es.js.map +0 -1
  1168. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.es.js +0 -12
  1169. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.es.js.map +0 -1
  1170. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isEqual.es.js +0 -8
  1171. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isEqual.es.js.map +0 -1
  1172. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.es.js +0 -14
  1173. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.es.js.map +0 -1
  1174. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.es.js +0 -8
  1175. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.es.js.map +0 -1
  1176. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.es.js +0 -9
  1177. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.es.js.map +0 -1
  1178. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isNil.es.js +0 -7
  1179. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isNil.es.js.map +0 -1
  1180. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.es.js +0 -8
  1181. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.es.js.map +0 -1
  1182. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.es.js +0 -7
  1183. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.es.js.map +0 -1
  1184. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.es.js +0 -23
  1185. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.es.js.map +0 -1
  1186. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.es.js +0 -9
  1187. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.es.js.map +0 -1
  1188. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.es.js +0 -10
  1189. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.es.js.map +0 -1
  1190. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.es.js +0 -9
  1191. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.es.js.map +0 -1
  1192. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.es.js +0 -10
  1193. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.es.js.map +0 -1
  1194. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.es.js +0 -10
  1195. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.es.js.map +0 -1
  1196. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/last.es.js +0 -8
  1197. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/last.es.js.map +0 -1
  1198. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.es.js +0 -23
  1199. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.es.js.map +0 -1
  1200. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/omit.es.js +0 -34
  1201. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/omit.es.js.map +0 -1
  1202. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.es.js +0 -7
  1203. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.es.js.map +0 -1
  1204. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.es.js +0 -7
  1205. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.es.js.map +0 -1
  1206. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.es.js +0 -8
  1207. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.es.js.map +0 -1
  1208. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_Symbol.es.js +0 -8
  1209. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_Symbol.es.js.map +0 -1
  1210. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayMap.es.js +0 -12
  1211. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayMap.es.js.map +0 -1
  1212. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayReduce.es.js +0 -15
  1213. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayReduce.es.js.map +0 -1
  1214. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_asciiToArray.es.js +0 -8
  1215. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_asciiToArray.es.js.map +0 -1
  1216. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_asciiWords.es.js +0 -9
  1217. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_asciiWords.es.js.map +0 -1
  1218. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseGetTag.es.js +0 -17
  1219. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseGetTag.es.js.map +0 -1
  1220. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_basePropertyOf.es.js +0 -10
  1221. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_basePropertyOf.es.js.map +0 -1
  1222. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseSlice.es.js +0 -22
  1223. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseSlice.es.js.map +0 -1
  1224. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseToString.es.js +0 -24
  1225. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseToString.es.js.map +0 -1
  1226. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_castSlice.es.js +0 -12
  1227. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_castSlice.es.js.map +0 -1
  1228. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_createCaseFirst.es.js +0 -19
  1229. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_createCaseFirst.es.js.map +0 -1
  1230. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_createCompounder.es.js +0 -16
  1231. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_createCompounder.es.js.map +0 -1
  1232. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_deburrLetter.es.js +0 -202
  1233. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_deburrLetter.es.js.map +0 -1
  1234. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_freeGlobal.es.js +0 -7
  1235. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_freeGlobal.es.js.map +0 -1
  1236. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_getRawTag.es.js +0 -28
  1237. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_getRawTag.es.js.map +0 -1
  1238. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hasUnicode.es.js +0 -11
  1239. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hasUnicode.es.js.map +0 -1
  1240. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hasUnicodeWord.es.js +0 -9
  1241. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hasUnicodeWord.es.js.map +0 -1
  1242. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_objectToString.es.js +0 -10
  1243. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_objectToString.es.js.map +0 -1
  1244. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_root.es.js +0 -9
  1245. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_root.es.js.map +0 -1
  1246. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_stringToArray.es.js +0 -12
  1247. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_stringToArray.es.js.map +0 -1
  1248. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_unicodeToArray.es.js +0 -12
  1249. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_unicodeToArray.es.js.map +0 -1
  1250. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_unicodeWords.es.js +0 -21
  1251. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_unicodeWords.es.js.map +0 -1
  1252. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/camelCase.es.js +0 -14
  1253. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/camelCase.es.js.map +0 -1
  1254. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/capitalize.es.js +0 -11
  1255. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/capitalize.es.js.map +0 -1
  1256. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/deburr.es.js +0 -16
  1257. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/deburr.es.js.map +0 -1
  1258. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isArray.es.js +0 -6
  1259. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isArray.es.js.map +0 -1
  1260. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isObjectLike.es.js +0 -8
  1261. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isObjectLike.es.js.map +0 -1
  1262. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isSymbol.es.js +0 -12
  1263. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isSymbol.es.js.map +0 -1
  1264. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toString.es.js +0 -10
  1265. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toString.es.js.map +0 -1
  1266. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/upperFirst.es.js +0 -8
  1267. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/upperFirst.es.js.map +0 -1
  1268. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/words.es.js +0 -18
  1269. package/dist/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/words.es.js.map +0 -1
  1270. package/dist/node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.es.js +0 -26
  1271. package/dist/node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.es.js.map +0 -1
  1272. package/dist/node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.es.js +0 -143
  1273. package/dist/node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.es.js.map +0 -1
  1274. package/dist/node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/lib/index.es.js +0 -110
  1275. package/dist/node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/lib/index.es.js.map +0 -1
  1276. package/dist/node_modules/.pnpm/mdast-util-from-markdown@2.0.2/node_modules/mdast-util-from-markdown/lib/index.es.js +0 -720
  1277. package/dist/node_modules/.pnpm/mdast-util-from-markdown@2.0.2/node_modules/mdast-util-from-markdown/lib/index.es.js.map +0 -1
  1278. package/dist/node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/lib/index.es.js +0 -157
  1279. package/dist/node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/lib/index.es.js.map +0 -1
  1280. package/dist/node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/lib/index.es.js +0 -118
  1281. package/dist/node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/lib/index.es.js.map +0 -1
  1282. package/dist/node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/lib/index.es.js +0 -55
  1283. package/dist/node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/lib/index.es.js.map +0 -1
  1284. package/dist/node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/lib/index.es.js +0 -158
  1285. package/dist/node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/lib/index.es.js.map +0 -1
  1286. package/dist/node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/lib/index.es.js +0 -78
  1287. package/dist/node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/lib/index.es.js.map +0 -1
  1288. package/dist/node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/lib/index.es.js +0 -30
  1289. package/dist/node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/lib/index.es.js.map +0 -1
  1290. package/dist/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/lib/index.es.js +0 -31
  1291. package/dist/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/lib/index.es.js.map +0 -1
  1292. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/footer.es.js +0 -116
  1293. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/footer.es.js.map +0 -1
  1294. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/blockquote.es.js +0 -14
  1295. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/blockquote.es.js.map +0 -1
  1296. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/break.es.js +0 -9
  1297. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/break.es.js.map +0 -1
  1298. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/code.es.js +0 -25
  1299. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/code.es.js.map +0 -1
  1300. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/delete.es.js +0 -14
  1301. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/delete.es.js.map +0 -1
  1302. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/emphasis.es.js +0 -14
  1303. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/emphasis.es.js.map +0 -1
  1304. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.es.js +0 -42
  1305. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.es.js.map +0 -1
  1306. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/heading.es.js +0 -14
  1307. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/heading.es.js.map +0 -1
  1308. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/html.es.js +0 -12
  1309. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/html.es.js.map +0 -1
  1310. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/image-reference.es.js +0 -20
  1311. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/image-reference.es.js.map +0 -1
  1312. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/image.es.js +0 -17
  1313. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/image.es.js.map +0 -1
  1314. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/index.es.js +0 -60
  1315. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/index.es.js.map +0 -1
  1316. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/inline-code.es.js +0 -16
  1317. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/inline-code.es.js.map +0 -1
  1318. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/link-reference.es.js +0 -25
  1319. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/link-reference.es.js.map +0 -1
  1320. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/link.es.js +0 -19
  1321. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/link.es.js.map +0 -1
  1322. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/list-item.es.js +0 -65
  1323. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/list-item.es.js.map +0 -1
  1324. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/list.es.js +0 -27
  1325. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/list.es.js.map +0 -1
  1326. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/paragraph.es.js +0 -14
  1327. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/paragraph.es.js.map +0 -1
  1328. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/root.es.js +0 -9
  1329. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/root.es.js.map +0 -1
  1330. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/strong.es.js +0 -14
  1331. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/strong.es.js.map +0 -1
  1332. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table-cell.es.js +0 -15
  1333. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table-cell.es.js.map +0 -1
  1334. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table-row.es.js +0 -36
  1335. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table-row.es.js.map +0 -1
  1336. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table.es.js +0 -40
  1337. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table.es.js.map +0 -1
  1338. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/text.es.js +0 -10
  1339. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/text.es.js.map +0 -1
  1340. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.es.js +0 -14
  1341. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.es.js.map +0 -1
  1342. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/index.es.js +0 -16
  1343. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/index.es.js.map +0 -1
  1344. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/revert.es.js +0 -30
  1345. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/revert.es.js.map +0 -1
  1346. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/state.es.js +0 -149
  1347. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/state.es.js.map +0 -1
  1348. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/blockquote.es.js +0 -19
  1349. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/blockquote.es.js.map +0 -1
  1350. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/break.es.js +0 -14
  1351. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/break.es.js.map +0 -1
  1352. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/code.es.js +0 -57
  1353. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/code.es.js.map +0 -1
  1354. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/definition.es.js +0 -59
  1355. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/definition.es.js.map +0 -1
  1356. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/emphasis.es.js +0 -45
  1357. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/emphasis.es.js.map +0 -1
  1358. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/heading.es.js +0 -46
  1359. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/heading.es.js.map +0 -1
  1360. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/html.es.js +0 -11
  1361. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/html.es.js.map +0 -1
  1362. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image-reference.es.js +0 -41
  1363. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image-reference.es.js.map +0 -1
  1364. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image.es.js +0 -60
  1365. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image.es.js.map +0 -1
  1366. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/index.es.js +0 -45
  1367. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/index.es.js.map +0 -1
  1368. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/inline-code.es.js +0 -33
  1369. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/inline-code.es.js.map +0 -1
  1370. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link-reference.es.js +0 -41
  1371. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link-reference.es.js.map +0 -1
  1372. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link.es.js +0 -84
  1373. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link.es.js.map +0 -1
  1374. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list-item.es.js +0 -33
  1375. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list-item.es.js.map +0 -1
  1376. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list.es.js +0 -46
  1377. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list.es.js.map +0 -1
  1378. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/paragraph.es.js +0 -12
  1379. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/paragraph.es.js.map +0 -1
  1380. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/root.es.js +0 -12
  1381. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/root.es.js.map +0 -1
  1382. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/strong.es.js +0 -45
  1383. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/strong.es.js.map +0 -1
  1384. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/text.es.js +0 -7
  1385. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/text.es.js.map +0 -1
  1386. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.es.js +0 -10
  1387. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.es.js.map +0 -1
  1388. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.es.js +0 -13
  1389. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.es.js.map +0 -1
  1390. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.es.js +0 -23
  1391. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.es.js.map +0 -1
  1392. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.es.js +0 -13
  1393. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.es.js.map +0 -1
  1394. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.es.js +0 -13
  1395. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.es.js.map +0 -1
  1396. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-fence.es.js +0 -13
  1397. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-fence.es.js.map +0 -1
  1398. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.es.js +0 -13
  1399. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.es.js.map +0 -1
  1400. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-quote.es.js +0 -13
  1401. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-quote.es.js.map +0 -1
  1402. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.es.js +0 -13
  1403. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.es.js.map +0 -1
  1404. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.es.js +0 -13
  1405. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.es.js.map +0 -1
  1406. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-strong.es.js +0 -13
  1407. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-strong.es.js.map +0 -1
  1408. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.es.js +0 -7
  1409. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.es.js.map +0 -1
  1410. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-info.es.js +0 -45
  1411. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-info.es.js.map +0 -1
  1412. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.es.js +0 -12
  1413. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.es.js.map +0 -1
  1414. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.es.js +0 -19
  1415. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.es.js.map +0 -1
  1416. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.es.js +0 -18
  1417. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.es.js.map +0 -1
  1418. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.es.js +0 -22
  1419. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.es.js.map +0 -1
  1420. package/dist/node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/lib/index.es.js +0 -39
  1421. package/dist/node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/lib/index.es.js.map +0 -1
  1422. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/attention.es.js +0 -136
  1423. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/attention.es.js.map +0 -1
  1424. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/autolink.es.js +0 -104
  1425. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/autolink.es.js.map +0 -1
  1426. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/blank-line.es.js +0 -19
  1427. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/blank-line.es.js.map +0 -1
  1428. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/block-quote.es.js +0 -62
  1429. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/block-quote.es.js.map +0 -1
  1430. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-escape.es.js +0 -29
  1431. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-escape.es.js.map +0 -1
  1432. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-reference.es.js +0 -69
  1433. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-reference.es.js.map +0 -1
  1434. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-fenced.es.js +0 -187
  1435. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-fenced.es.js.map +0 -1
  1436. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-indented.es.js +0 -68
  1437. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-indented.es.js.map +0 -1
  1438. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-text.es.js +0 -117
  1439. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-text.es.js.map +0 -1
  1440. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/content.es.js +0 -76
  1441. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/content.es.js.map +0 -1
  1442. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/definition.es.js +0 -95
  1443. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/definition.es.js.map +0 -1
  1444. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/hard-break-escape.es.js +0 -24
  1445. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/hard-break-escape.es.js.map +0 -1
  1446. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/heading-atx.es.js +0 -96
  1447. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/heading-atx.es.js.map +0 -1
  1448. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-flow.es.js +0 -384
  1449. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-flow.es.js.map +0 -1
  1450. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-text.es.js +0 -310
  1451. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-text.es.js.map +0 -1
  1452. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-end.es.js +0 -236
  1453. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-end.es.js.map +0 -1
  1454. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-image.es.js +0 -34
  1455. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-image.es.js.map +0 -1
  1456. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-link.es.js +0 -25
  1457. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-link.es.js.map +0 -1
  1458. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/line-ending.es.js +0 -18
  1459. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/line-ending.es.js.map +0 -1
  1460. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/list.es.js +0 -136
  1461. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/list.es.js.map +0 -1
  1462. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/setext-underline.es.js +0 -96
  1463. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/setext-underline.es.js.map +0 -1
  1464. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/thematic-break.es.js +0 -43
  1465. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/thematic-break.es.js.map +0 -1
  1466. package/dist/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.es.js +0 -345
  1467. package/dist/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.es.js.map +0 -1
  1468. package/dist/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/syntax.es.js +0 -280
  1469. package/dist/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/syntax.es.js.map +0 -1
  1470. package/dist/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.es.js +0 -99
  1471. package/dist/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.es.js.map +0 -1
  1472. package/dist/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/edit-map.es.js +0 -81
  1473. package/dist/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/edit-map.es.js.map +0 -1
  1474. package/dist/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/infer.es.js +0 -29
  1475. package/dist/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/infer.es.js.map +0 -1
  1476. package/dist/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/syntax.es.js +0 -392
  1477. package/dist/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/syntax.es.js.map +0 -1
  1478. package/dist/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/syntax.es.js +0 -78
  1479. package/dist/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/syntax.es.js.map +0 -1
  1480. package/dist/node_modules/.pnpm/micromark-extension-gfm@3.0.0/node_modules/micromark-extension-gfm/index.es.js +0 -19
  1481. package/dist/node_modules/.pnpm/micromark-extension-gfm@3.0.0/node_modules/micromark-extension-gfm/index.es.js.map +0 -1
  1482. package/dist/node_modules/.pnpm/micromark-factory-destination@2.0.1/node_modules/micromark-factory-destination/index.es.js +0 -95
  1483. package/dist/node_modules/.pnpm/micromark-factory-destination@2.0.1/node_modules/micromark-factory-destination/index.es.js.map +0 -1
  1484. package/dist/node_modules/.pnpm/micromark-factory-label@2.0.1/node_modules/micromark-factory-label/index.es.js +0 -64
  1485. package/dist/node_modules/.pnpm/micromark-factory-label@2.0.1/node_modules/micromark-factory-label/index.es.js.map +0 -1
  1486. package/dist/node_modules/.pnpm/micromark-factory-space@2.0.1/node_modules/micromark-factory-space/index.es.js +0 -25
  1487. package/dist/node_modules/.pnpm/micromark-factory-space@2.0.1/node_modules/micromark-factory-space/index.es.js.map +0 -1
  1488. package/dist/node_modules/.pnpm/micromark-factory-title@2.0.1/node_modules/micromark-factory-title/index.es.js +0 -66
  1489. package/dist/node_modules/.pnpm/micromark-factory-title@2.0.1/node_modules/micromark-factory-title/index.es.js.map +0 -1
  1490. package/dist/node_modules/.pnpm/micromark-factory-whitespace@2.0.1/node_modules/micromark-factory-whitespace/index.es.js +0 -23
  1491. package/dist/node_modules/.pnpm/micromark-factory-whitespace@2.0.1/node_modules/micromark-factory-whitespace/index.es.js.map +0 -1
  1492. package/dist/node_modules/.pnpm/micromark-util-character@2.1.1/node_modules/micromark-util-character/index.es.js +0 -45
  1493. package/dist/node_modules/.pnpm/micromark-util-character@2.1.1/node_modules/micromark-util-character/index.es.js.map +0 -1
  1494. package/dist/node_modules/.pnpm/micromark-util-chunked@2.0.1/node_modules/micromark-util-chunked/index.es.js +0 -37
  1495. package/dist/node_modules/.pnpm/micromark-util-chunked@2.0.1/node_modules/micromark-util-chunked/index.es.js.map +0 -1
  1496. package/dist/node_modules/.pnpm/micromark-util-classify-character@2.0.1/node_modules/micromark-util-classify-character/index.es.js +0 -13
  1497. package/dist/node_modules/.pnpm/micromark-util-classify-character@2.0.1/node_modules/micromark-util-classify-character/index.es.js.map +0 -1
  1498. package/dist/node_modules/.pnpm/micromark-util-combine-extensions@2.0.1/node_modules/micromark-util-combine-extensions/index.es.js +0 -42
  1499. package/dist/node_modules/.pnpm/micromark-util-combine-extensions@2.0.1/node_modules/micromark-util-combine-extensions/index.es.js.map +0 -1
  1500. package/dist/node_modules/.pnpm/micromark-util-decode-numeric-character-reference@2.0.2/node_modules/micromark-util-decode-numeric-character-reference/index.es.js +0 -20
  1501. package/dist/node_modules/.pnpm/micromark-util-decode-numeric-character-reference@2.0.2/node_modules/micromark-util-decode-numeric-character-reference/index.es.js.map +0 -1
  1502. package/dist/node_modules/.pnpm/micromark-util-decode-string@2.0.1/node_modules/micromark-util-decode-string/index.es.js +0 -22
  1503. package/dist/node_modules/.pnpm/micromark-util-decode-string@2.0.1/node_modules/micromark-util-decode-string/index.es.js.map +0 -1
  1504. package/dist/node_modules/.pnpm/micromark-util-html-tag-name@2.0.1/node_modules/micromark-util-html-tag-name/index.es.js +0 -70
  1505. package/dist/node_modules/.pnpm/micromark-util-html-tag-name@2.0.1/node_modules/micromark-util-html-tag-name/index.es.js.map +0 -1
  1506. package/dist/node_modules/.pnpm/micromark-util-normalize-identifier@2.0.1/node_modules/micromark-util-normalize-identifier/index.es.js +0 -7
  1507. package/dist/node_modules/.pnpm/micromark-util-normalize-identifier@2.0.1/node_modules/micromark-util-normalize-identifier/index.es.js.map +0 -1
  1508. package/dist/node_modules/.pnpm/micromark-util-resolve-all@2.0.1/node_modules/micromark-util-resolve-all/index.es.js +0 -16
  1509. package/dist/node_modules/.pnpm/micromark-util-resolve-all@2.0.1/node_modules/micromark-util-resolve-all/index.es.js.map +0 -1
  1510. package/dist/node_modules/.pnpm/micromark-util-sanitize-uri@2.0.1/node_modules/micromark-util-sanitize-uri/index.es.js +0 -42
  1511. package/dist/node_modules/.pnpm/micromark-util-sanitize-uri@2.0.1/node_modules/micromark-util-sanitize-uri/index.es.js.map +0 -1
  1512. package/dist/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/index.es.js +0 -158
  1513. package/dist/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/index.es.js.map +0 -1
  1514. package/dist/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/lib/splice-buffer.es.js +0 -195
  1515. package/dist/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/lib/splice-buffer.es.js.map +0 -1
  1516. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/constructs.es.js +0 -94
  1517. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/constructs.es.js.map +0 -1
  1518. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.es.js +0 -321
  1519. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.es.js.map +0 -1
  1520. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/content.es.js +0 -54
  1521. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/content.es.js.map +0 -1
  1522. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/document.es.js +0 -187
  1523. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/document.es.js.map +0 -1
  1524. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.es.js +0 -43
  1525. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.es.js.map +0 -1
  1526. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/text.es.js +0 -143
  1527. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/text.es.js.map +0 -1
  1528. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.es.js +0 -35
  1529. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.es.js.map +0 -1
  1530. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.es.js +0 -10
  1531. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.es.js.map +0 -1
  1532. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.es.js +0 -81
  1533. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.es.js.map +0 -1
  1534. package/dist/node_modules/.pnpm/object-assign@4.1.1/node_modules/object-assign/index.es.js +0 -79
  1535. package/dist/node_modules/.pnpm/object-assign@4.1.1/node_modules/object-assign/index.es.js.map +0 -1
  1536. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.es.js +0 -69
  1537. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.es.js.map +0 -1
  1538. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.es.js +0 -59
  1539. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.es.js.map +0 -1
  1540. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.es.js +0 -452
  1541. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.es.js.map +0 -1
  1542. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.es.js +0 -18
  1543. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.es.js.map +0 -1
  1544. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.es.js +0 -13
  1545. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.es.js.map +0 -1
  1546. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/has.es.js +0 -12
  1547. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/has.es.js.map +0 -1
  1548. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/index.es.js +0 -14
  1549. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/index.es.js.map +0 -1
  1550. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/aria.es.js +0 -62
  1551. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/aria.es.js.map +0 -1
  1552. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/find.es.js +0 -41
  1553. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/find.es.js.map +0 -1
  1554. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/hast-to-react.es.js +0 -23
  1555. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/hast-to-react.es.js.map +0 -1
  1556. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/html.es.js +0 -369
  1557. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/html.es.js.map +0 -1
  1558. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/normalize.es.js +0 -7
  1559. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/normalize.es.js.map +0 -1
  1560. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/svg.es.js +0 -567
  1561. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/svg.es.js.map +0 -1
  1562. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/case-insensitive-transform.es.js +0 -8
  1563. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/case-insensitive-transform.es.js.map +0 -1
  1564. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/case-sensitive-transform.es.js +0 -7
  1565. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/case-sensitive-transform.es.js.map +0 -1
  1566. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/create.es.js +0 -26
  1567. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/create.es.js.map +0 -1
  1568. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/defined-info.es.js +0 -42
  1569. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/defined-info.es.js.map +0 -1
  1570. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/info.es.js +0 -30
  1571. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/info.es.js.map +0 -1
  1572. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/merge.es.js +0 -14
  1573. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/merge.es.js.map +0 -1
  1574. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/schema.es.js +0 -26
  1575. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/schema.es.js.map +0 -1
  1576. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/types.es.js +0 -21
  1577. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/types.es.js.map +0 -1
  1578. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/xlink.es.js +0 -20
  1579. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/xlink.es.js.map +0 -1
  1580. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/xml.es.js +0 -12
  1581. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/xml.es.js.map +0 -1
  1582. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/xmlns.es.js +0 -12
  1583. package/dist/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/xmlns.es.js.map +0 -1
  1584. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/Field.es.js +0 -427
  1585. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/Field.es.js.map +0 -1
  1586. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/FieldContext.es.js +0 -45
  1587. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/FieldContext.es.js.map +0 -1
  1588. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/Form.es.js +0 -102
  1589. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/Form.es.js.map +0 -1
  1590. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/FormContext.es.js +0 -61
  1591. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/FormContext.es.js.map +0 -1
  1592. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/List.es.js +0 -129
  1593. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/List.es.js.map +0 -1
  1594. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/ListContext.es.js +0 -6
  1595. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/ListContext.es.js.map +0 -1
  1596. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/index.es.js +0 -24
  1597. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/index.es.js.map +0 -1
  1598. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/useForm.es.js +0 -742
  1599. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/useForm.es.js.map +0 -1
  1600. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/useWatch.es.js +0 -70
  1601. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/useWatch.es.js.map +0 -1
  1602. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/NameMap.es.js +0 -76
  1603. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/NameMap.es.js.map +0 -1
  1604. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/asyncUtil.es.js +0 -30
  1605. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/asyncUtil.es.js.map +0 -1
  1606. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/cloneDeep.es.js +0 -28
  1607. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/cloneDeep.es.js.map +0 -1
  1608. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/messages.es.js +0 -52
  1609. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/messages.es.js.map +0 -1
  1610. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/typeUtil.es.js +0 -10
  1611. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/typeUtil.es.js.map +0 -1
  1612. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/validateUtil.es.js +0 -267
  1613. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/validateUtil.es.js.map +0 -1
  1614. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/valueUtil.es.js +0 -121
  1615. package/dist/node_modules/.pnpm/rc-field-form@1.27.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-field-form/es/utils/valueUtil.es.js.map +0 -1
  1616. package/dist/node_modules/.pnpm/rc-input@0.1.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-input/es/BaseInput.es.js +0 -83
  1617. package/dist/node_modules/.pnpm/rc-input@0.1.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-input/es/BaseInput.es.js.map +0 -1
  1618. package/dist/node_modules/.pnpm/rc-input@0.1.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-input/es/Input.es.js +0 -141
  1619. package/dist/node_modules/.pnpm/rc-input@0.1.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-input/es/Input.es.js.map +0 -1
  1620. package/dist/node_modules/.pnpm/rc-input@0.1.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-input/es/index.es.js +0 -7
  1621. package/dist/node_modules/.pnpm/rc-input@0.1.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-input/es/index.es.js.map +0 -1
  1622. package/dist/node_modules/.pnpm/rc-input@0.1.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-input/es/utils/commonUtils.es.js +0 -59
  1623. package/dist/node_modules/.pnpm/rc-input@0.1.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-input/es/utils/commonUtils.es.js.map +0 -1
  1624. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/CSSMotion.es.js +0 -103
  1625. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/CSSMotion.es.js.map +0 -1
  1626. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/CSSMotionList.es.js +0 -124
  1627. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/CSSMotionList.es.js.map +0 -1
  1628. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/DomWrapper.es.js +0 -24
  1629. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/DomWrapper.es.js.map +0 -1
  1630. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/context.es.js +0 -6
  1631. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/context.es.js.map +0 -1
  1632. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useDomMotionEvents.es.js +0 -32
  1633. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useDomMotionEvents.es.js.map +0 -1
  1634. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useIsomorphicLayoutEffect.es.js +0 -7
  1635. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useIsomorphicLayoutEffect.es.js.map +0 -1
  1636. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useNextFrame.es.js +0 -34
  1637. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useNextFrame.es.js.map +0 -1
  1638. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useStatus.es.js +0 -166
  1639. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useStatus.es.js.map +0 -1
  1640. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useStepQueue.es.js +0 -56
  1641. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/hooks/useStepQueue.es.js.map +0 -1
  1642. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/index.es.js +0 -7
  1643. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/index.es.js.map +0 -1
  1644. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/interface.es.js +0 -23
  1645. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/interface.es.js.map +0 -1
  1646. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/util/diff.es.js +0 -96
  1647. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/util/diff.es.js.map +0 -1
  1648. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/util/motion.es.js +0 -75
  1649. package/dist/node_modules/.pnpm/rc-motion@2.9.5_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-motion/es/util/motion.es.js.map +0 -1
  1650. package/dist/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/Collection.es.js +0 -32
  1651. package/dist/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/Collection.es.js.map +0 -1
  1652. package/dist/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.es.js +0 -24
  1653. package/dist/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.es.js.map +0 -1
  1654. package/dist/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/SingleObserver/index.es.js +0 -85
  1655. package/dist/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/SingleObserver/index.es.js.map +0 -1
  1656. package/dist/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/index.es.js +0 -35
  1657. package/dist/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/index.es.js.map +0 -1
  1658. package/dist/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/utils/observerUtil.es.js +0 -35
  1659. package/dist/node_modules/.pnpm/rc-resize-observer@1.4.3_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-resize-observer/es/utils/observerUtil.es.js.map +0 -1
  1660. package/dist/node_modules/.pnpm/rc-textarea@0.4.7_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-textarea/es/ResizableTextArea.es.js +0 -118
  1661. package/dist/node_modules/.pnpm/rc-textarea@0.4.7_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-textarea/es/ResizableTextArea.es.js.map +0 -1
  1662. package/dist/node_modules/.pnpm/rc-textarea@0.4.7_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-textarea/es/calculateNodeHeight.es.js +0 -92
  1663. package/dist/node_modules/.pnpm/rc-textarea@0.4.7_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-textarea/es/calculateNodeHeight.es.js.map +0 -1
  1664. package/dist/node_modules/.pnpm/rc-textarea@0.4.7_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-textarea/es/index.es.js +0 -85
  1665. package/dist/node_modules/.pnpm/rc-textarea@0.4.7_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-textarea/es/index.es.js.map +0 -1
  1666. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Children/toArray.es.js +0 -23
  1667. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Children/toArray.es.js.map +0 -1
  1668. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Dom/canUseDom.es.js +0 -7
  1669. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Dom/canUseDom.es.js.map +0 -1
  1670. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Dom/contains.es.js +0 -20
  1671. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Dom/contains.es.js.map +0 -1
  1672. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Dom/dynamicCSS.es.js +0 -116
  1673. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Dom/dynamicCSS.es.js.map +0 -1
  1674. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Dom/findDOMNode.es.js +0 -32
  1675. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/Dom/findDOMNode.es.js.map +0 -1
  1676. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/React/isFragment.es.js +0 -16
  1677. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/React/isFragment.es.js.map +0 -1
  1678. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useEvent.es.js +0 -17
  1679. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useEvent.es.js.map +0 -1
  1680. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useLayoutEffect.es.js +0 -27
  1681. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useLayoutEffect.es.js.map +0 -1
  1682. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useMemo.es.js +0 -13
  1683. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useMemo.es.js.map +0 -1
  1684. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useMergedState.es.js +0 -43
  1685. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useMergedState.es.js.map +0 -1
  1686. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useState.es.js +0 -23
  1687. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useState.es.js.map +0 -1
  1688. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useSyncState.es.js +0 -21
  1689. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/hooks/useSyncState.es.js.map +0 -1
  1690. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/omit.es.js +0 -13
  1691. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/omit.es.js.map +0 -1
  1692. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/raf.es.js +0 -51
  1693. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/raf.es.js.map +0 -1
  1694. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/ref.es.js +0 -74
  1695. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/ref.es.js.map +0 -1
  1696. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/utils/get.es.js +0 -14
  1697. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/utils/get.es.js.map +0 -1
  1698. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/utils/set.es.js +0 -35
  1699. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/utils/set.es.js.map +0 -1
  1700. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/warning.es.js +0 -54
  1701. package/dist/node_modules/.pnpm/rc-util@5.44.4_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/rc-util/es/warning.es.js.map +0 -1
  1702. package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.es.js +0 -166
  1703. package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.es.js.map +0 -1
  1704. package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.es.js +0 -107
  1705. package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.es.js.map +0 -1
  1706. package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.es.js +0 -18
  1707. package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.es.js.map +0 -1
  1708. package/dist/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/cjs/react-is.development.es.js +0 -194
  1709. package/dist/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/cjs/react-is.development.es.js.map +0 -1
  1710. package/dist/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/cjs/react-is.production.min.es.js +0 -110
  1711. package/dist/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/cjs/react-is.production.min.es.js.map +0 -1
  1712. package/dist/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/index.es.js +0 -13
  1713. package/dist/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/index.es.js.map +0 -1
  1714. package/dist/node_modules/.pnpm/react-markdown@10.1.0_@types_react@18.2.0_react@18.2.0/node_modules/react-markdown/lib/index.es.js +0 -150
  1715. package/dist/node_modules/.pnpm/react-markdown@10.1.0_@types_react@18.2.0_react@18.2.0/node_modules/react-markdown/lib/index.es.js.map +0 -1
  1716. package/dist/node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react-jsx-runtime.development.es.js +0 -876
  1717. package/dist/node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react-jsx-runtime.development.es.js.map +0 -1
  1718. package/dist/node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react-jsx-runtime.production.min.es.js +0 -34
  1719. package/dist/node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react-jsx-runtime.production.min.es.js.map +0 -1
  1720. package/dist/node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-runtime.es.js +0 -13
  1721. package/dist/node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-runtime.es.js.map +0 -1
  1722. package/dist/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/lib/index.es.js +0 -21
  1723. package/dist/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/lib/index.es.js.map +0 -1
  1724. package/dist/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/lib/index.es.js +0 -20
  1725. package/dist/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/lib/index.es.js.map +0 -1
  1726. package/dist/node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/lib/index.es.js +0 -22
  1727. package/dist/node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/lib/index.es.js.map +0 -1
  1728. package/dist/node_modules/.pnpm/resize-observer-polyfill@1.5.1/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.es.js +0 -496
  1729. package/dist/node_modules/.pnpm/resize-observer-polyfill@1.5.1/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.es.js.map +0 -1
  1730. package/dist/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.es.js +0 -7
  1731. package/dist/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.es.js.map +0 -1
  1732. package/dist/node_modules/.pnpm/style-mod@4.1.2/node_modules/style-mod/src/style-mod.es.js +0 -133
  1733. package/dist/node_modules/.pnpm/style-mod@4.1.2/node_modules/style-mod/src/style-mod.es.js.map +0 -1
  1734. package/dist/node_modules/.pnpm/style-to-js@1.1.16/node_modules/style-to-js/cjs/index.es.js +0 -29
  1735. package/dist/node_modules/.pnpm/style-to-js@1.1.16/node_modules/style-to-js/cjs/index.es.js.map +0 -1
  1736. package/dist/node_modules/.pnpm/style-to-js@1.1.16/node_modules/style-to-js/cjs/utilities.es.js +0 -37
  1737. package/dist/node_modules/.pnpm/style-to-js@1.1.16/node_modules/style-to-js/cjs/utilities.es.js.map +0 -1
  1738. package/dist/node_modules/.pnpm/style-to-object@1.0.8/node_modules/style-to-object/cjs/index.es.js +0 -31
  1739. package/dist/node_modules/.pnpm/style-to-object@1.0.8/node_modules/style-to-object/cjs/index.es.js.map +0 -1
  1740. package/dist/node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.es.js +0 -42
  1741. package/dist/node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.es.js.map +0 -1
  1742. package/dist/node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.es.js +0 -87
  1743. package/dist/node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.es.js.map +0 -1
  1744. package/dist/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.es.js +0 -31
  1745. package/dist/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.es.js.map +0 -1
  1746. package/dist/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.es.js +0 -637
  1747. package/dist/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.es.js.map +0 -1
  1748. package/dist/node_modules/.pnpm/unist-util-is@6.0.0/node_modules/unist-util-is/lib/index.es.js +0 -94
  1749. package/dist/node_modules/.pnpm/unist-util-is@6.0.0/node_modules/unist-util-is/lib/index.es.js.map +0 -1
  1750. package/dist/node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/lib/index.es.js +0 -28
  1751. package/dist/node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/lib/index.es.js.map +0 -1
  1752. package/dist/node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/lib/index.es.js +0 -28
  1753. package/dist/node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/lib/index.es.js.map +0 -1
  1754. package/dist/node_modules/.pnpm/unist-util-visit-parents@6.0.1/node_modules/unist-util-visit-parents/lib/color.es.js +0 -7
  1755. package/dist/node_modules/.pnpm/unist-util-visit-parents@6.0.1/node_modules/unist-util-visit-parents/lib/color.es.js.map +0 -1
  1756. package/dist/node_modules/.pnpm/unist-util-visit-parents@6.0.1/node_modules/unist-util-visit-parents/lib/index.es.js +0 -84
  1757. package/dist/node_modules/.pnpm/unist-util-visit-parents@6.0.1/node_modules/unist-util-visit-parents/lib/index.es.js.map +0 -1
  1758. package/dist/node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/lib/index.es.js +0 -29
  1759. package/dist/node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/lib/index.es.js.map +0 -1
  1760. package/dist/node_modules/.pnpm/vfile-message@4.0.2/node_modules/vfile-message/lib/index.es.js +0 -139
  1761. package/dist/node_modules/.pnpm/vfile-message@4.0.2/node_modules/vfile-message/lib/index.es.js.map +0 -1
  1762. package/dist/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.es.js +0 -463
  1763. package/dist/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.es.js.map +0 -1
  1764. package/dist/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.browser.es.js +0 -215
  1765. package/dist/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.browser.es.js.map +0 -1
  1766. package/dist/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.browser.es.js +0 -8
  1767. package/dist/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.browser.es.js.map +0 -1
  1768. package/dist/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.browser.es.js +0 -47
  1769. package/dist/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.browser.es.js.map +0 -1
  1770. package/dist/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.es.js +0 -10
  1771. package/dist/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.es.js.map +0 -1
  1772. package/dist/node_modules/.pnpm/w3c-keyname@2.2.8/node_modules/w3c-keyname/index.es.js +0 -106
  1773. package/dist/node_modules/.pnpm/w3c-keyname@2.2.8/node_modules/w3c-keyname/index.es.js.map +0 -1
  1774. package/dist/stats.html +0 -4949
  1775. package/dist/style.pkg.css +0 -1
  1776. package/dist/utils/fun-ASR/fun-ASR-manager.d.ts +0 -116
  1777. package/dist/utils/fun-ASR/fun-ASR-manager.es.js +0 -144
  1778. package/dist/utils/fun-ASR/fun-ASR-manager.es.js.map +0 -1
  1779. package/dist/utils/fun-ASR/index.d.ts +0 -1
  1780. package/dist/utils/fun-ASR/pcm.es.js +0 -61
  1781. package/dist/utils/fun-ASR/pcm.es.js.map +0 -1
  1782. package/dist/utils/fun-ASR/recorder.es.js +0 -1249
  1783. package/dist/utils/fun-ASR/recorder.es.js.map +0 -1
  1784. package/dist/utils/fun-ASR/wav.es.js +0 -54
  1785. package/dist/utils/fun-ASR/wav.es.js.map +0 -1
  1786. package/dist/utils/fun-ASR/ws-connecter.es.js +0 -98
  1787. package/dist/utils/fun-ASR/ws-connecter.es.js.map +0 -1
  1788. package/dist/utils/index.d.ts +0 -4
  1789. package/dist/utils/vosk-browser-manager/audio-manager/audio-manager.d.ts +0 -31
  1790. package/dist/utils/vosk-browser-manager/audio-manager/audio-manager.es.js +0 -92
  1791. package/dist/utils/vosk-browser-manager/audio-manager/audio-manager.es.js.map +0 -1
  1792. package/dist/utils/vosk-browser-manager/audio-manager/test/audio-manager.cy.d.ts +0 -1
  1793. package/dist/utils/vosk-browser-manager/audio-manager/types.d.ts +0 -2
  1794. package/dist/utils/vosk-browser-manager/audio-manager/workletProcessor.es.js +0 -5
  1795. package/dist/utils/vosk-browser-manager/audio-manager/workletProcessor.es.js.map +0 -1
  1796. package/dist/utils/vosk-browser-manager/index.d.ts +0 -2
  1797. package/dist/utils/vosk-browser-manager/test/voskBrowserManager.cy.d.ts +0 -1
  1798. package/dist/utils/vosk-browser-manager/vosk-browser-manager.d.ts +0 -33
  1799. package/dist/utils/vosk-browser-manager/vosk-browser-manager.es.js +0 -101
  1800. package/dist/utils/vosk-browser-manager/vosk-browser-manager.es.js.map +0 -1
  1801. package/dist/utils/wait-something/index.d.ts +0 -9
  1802. package/dist/utils/wait-something/index.es.js +0 -21
  1803. package/dist/utils/wait-something/index.es.js.map +0 -1
  1804. package/dist/utils/xun-fei-voice/XF-stream-voice-manager.d.ts +0 -90
  1805. package/dist/utils/xun-fei-voice/XF-stream-voice-manager.es.js +0 -289
  1806. package/dist/utils/xun-fei-voice/XF-stream-voice-manager.es.js.map +0 -1
  1807. package/dist/utils/xun-fei-voice/index.d.ts +0 -3
  1808. package/dist/utils/xun-fei-voice/recorder-manager/RecorderManager-draft.d.ts +0 -38
  1809. package/dist/utils/xun-fei-voice/recorder-manager/RecorderManager.es.js +0 -179
  1810. package/dist/utils/xun-fei-voice/recorder-manager/RecorderManager.es.js.map +0 -1
  1811. package/dist/utils/xun-fei-voice/recorder-manager/index.d.ts +0 -1
  1812. package/dist/utils/xun-fei-voice/recorder-manager/processorSource/processor.worker.es.js +0 -5
  1813. package/dist/utils/xun-fei-voice/recorder-manager/processorSource/processor.worker.es.js.map +0 -1
  1814. package/dist/utils/xun-fei-voice/recorder-manager/processorSource/processor.worklet.es.js +0 -379
  1815. package/dist/utils/xun-fei-voice/recorder-manager/processorSource/processor.worklet.es.js.map +0 -1
  1816. package/dist/utils/xun-fei-voice/test/RecorderManager.cy.d.ts +0 -1
  1817. package/dist/utils/xun-fei-voice/test/XunFeiVoiceManager.cy.d.ts +0 -1
  1818. package/dist/utils/xun-fei-voice/types.d.ts +0 -39
  1819. package/dist/utils/xun-fei-voice/utils.es.js.map +0 -1
  1820. /package/dist/lib/components/{ai-message-render → ai-components/ai-message-render}/index.module.less.es.js.map +0 -0
  1821. /package/dist/lib/easyv-biz-components/src/components/{ai-message-render → ai-components/ai-message-render}/constants.d.ts +0 -0
  1822. /package/dist/lib/easyv-biz-components/src/components/{ai-message-render → ai-components/ai-message-render}/image-preview.d.ts +0 -0
  1823. /package/dist/lib/easyv-biz-components/src/components/{ai-message-render → ai-components/ai-message-render}/test/ai-message-render.cy.d.ts +0 -0
  1824. /package/dist/{components/easyv-monaco-editor/test/easyv-monaco-editor.cy.d.ts → lib/easyv-biz-components/src/components/ai-components/ai-message-render/test/ai-message-table.cy.d.ts} +0 -0
  1825. /package/dist/{components/ai-message-render/test/ai-message-render.cy.d.ts → lib/easyv-biz-components/src/components/circle-loading/test/circle-loading.cy.d.ts} +0 -0
  1826. /package/dist/{components/ai-model-select/test/ai-model-select-panel.cy.d.ts → lib/easyv-biz-components/src/components/echarts-render/test/echarts.cy.d.ts} +0 -0
  1827. /package/dist/{components/code-mirror-editor/test/CodeEditor.cy.d.ts → lib/easyv-biz-components/src/utils/easyv-gui-helper/test/get-config-value.cy.d.ts} +0 -0
  1828. /package/dist/{components/echarts-render/test/base.cy.d.ts → lib/easyv-biz-components/src/utils/easyv-gui-helper/test/get-new-config-from-value.cy.d.ts} +0 -0
  1829. /package/dist/{hooks/use-watch-value/playground.cy.d.ts → lib/easyv-biz-components/src/utils/easyv-gui-helper/test/update-gui-config-list.cy.d.ts} +0 -0
  1830. /package/dist/{components/voice-animation/test/voice-animation.cy.d.ts → lib/easyv-biz-components/src/utils/show-modal/test/show-modal.cy.d.ts} +0 -0
@@ -1,3373 +0,0 @@
1
- import { findClusterBreak as findClusterBreak$1 } from "../../../../../@marijn_find-cluster-break@1.0.2/node_modules/@marijn/find-cluster-break/src/index.es.js";
2
- class Text {
3
- /**
4
- Get the line description around the given position.
5
- */
6
- lineAt(pos) {
7
- if (pos < 0 || pos > this.length)
8
- throw new RangeError(`Invalid position ${pos} in document of length ${this.length}`);
9
- return this.lineInner(pos, false, 1, 0);
10
- }
11
- /**
12
- Get the description for the given (1-based) line number.
13
- */
14
- line(n) {
15
- if (n < 1 || n > this.lines)
16
- throw new RangeError(`Invalid line number ${n} in ${this.lines}-line document`);
17
- return this.lineInner(n, true, 1, 0);
18
- }
19
- /**
20
- Replace a range of the text with the given content.
21
- */
22
- replace(from, to, text) {
23
- [from, to] = clip(this, from, to);
24
- let parts = [];
25
- this.decompose(
26
- 0,
27
- from,
28
- parts,
29
- 2
30
- /* Open.To */
31
- );
32
- if (text.length)
33
- text.decompose(
34
- 0,
35
- text.length,
36
- parts,
37
- 1 | 2
38
- /* Open.To */
39
- );
40
- this.decompose(
41
- to,
42
- this.length,
43
- parts,
44
- 1
45
- /* Open.From */
46
- );
47
- return TextNode.from(parts, this.length - (to - from) + text.length);
48
- }
49
- /**
50
- Append another document to this one.
51
- */
52
- append(other) {
53
- return this.replace(this.length, this.length, other);
54
- }
55
- /**
56
- Retrieve the text between the given points.
57
- */
58
- slice(from, to = this.length) {
59
- [from, to] = clip(this, from, to);
60
- let parts = [];
61
- this.decompose(from, to, parts, 0);
62
- return TextNode.from(parts, to - from);
63
- }
64
- /**
65
- Test whether this text is equal to another instance.
66
- */
67
- eq(other) {
68
- if (other == this)
69
- return true;
70
- if (other.length != this.length || other.lines != this.lines)
71
- return false;
72
- let start = this.scanIdentical(other, 1), end = this.length - this.scanIdentical(other, -1);
73
- let a = new RawTextCursor(this), b = new RawTextCursor(other);
74
- for (let skip = start, pos = start; ; ) {
75
- a.next(skip);
76
- b.next(skip);
77
- skip = 0;
78
- if (a.lineBreak != b.lineBreak || a.done != b.done || a.value != b.value)
79
- return false;
80
- pos += a.value.length;
81
- if (a.done || pos >= end)
82
- return true;
83
- }
84
- }
85
- /**
86
- Iterate over the text. When `dir` is `-1`, iteration happens
87
- from end to start. This will return lines and the breaks between
88
- them as separate strings.
89
- */
90
- iter(dir = 1) {
91
- return new RawTextCursor(this, dir);
92
- }
93
- /**
94
- Iterate over a range of the text. When `from` > `to`, the
95
- iterator will run in reverse.
96
- */
97
- iterRange(from, to = this.length) {
98
- return new PartialTextCursor(this, from, to);
99
- }
100
- /**
101
- Return a cursor that iterates over the given range of lines,
102
- _without_ returning the line breaks between, and yielding empty
103
- strings for empty lines.
104
-
105
- When `from` and `to` are given, they should be 1-based line numbers.
106
- */
107
- iterLines(from, to) {
108
- let inner;
109
- if (from == null) {
110
- inner = this.iter();
111
- } else {
112
- if (to == null)
113
- to = this.lines + 1;
114
- let start = this.line(from).from;
115
- inner = this.iterRange(start, Math.max(start, to == this.lines + 1 ? this.length : to <= 1 ? 0 : this.line(to - 1).to));
116
- }
117
- return new LineCursor(inner);
118
- }
119
- /**
120
- Return the document as a string, using newline characters to
121
- separate lines.
122
- */
123
- toString() {
124
- return this.sliceString(0);
125
- }
126
- /**
127
- Convert the document to an array of lines (which can be
128
- deserialized again via [`Text.of`](https://codemirror.net/6/docs/ref/#state.Text^of)).
129
- */
130
- toJSON() {
131
- let lines = [];
132
- this.flatten(lines);
133
- return lines;
134
- }
135
- /**
136
- @internal
137
- */
138
- constructor() {
139
- }
140
- /**
141
- Create a `Text` instance for the given array of lines.
142
- */
143
- static of(text) {
144
- if (text.length == 0)
145
- throw new RangeError("A document must have at least one line");
146
- if (text.length == 1 && !text[0])
147
- return Text.empty;
148
- return text.length <= 32 ? new TextLeaf(text) : TextNode.from(TextLeaf.split(text, []));
149
- }
150
- }
151
- class TextLeaf extends Text {
152
- constructor(text, length = textLength(text)) {
153
- super();
154
- this.text = text;
155
- this.length = length;
156
- }
157
- get lines() {
158
- return this.text.length;
159
- }
160
- get children() {
161
- return null;
162
- }
163
- lineInner(target, isLine, line, offset) {
164
- for (let i = 0; ; i++) {
165
- let string = this.text[i], end = offset + string.length;
166
- if ((isLine ? line : end) >= target)
167
- return new Line(offset, end, line, string);
168
- offset = end + 1;
169
- line++;
170
- }
171
- }
172
- decompose(from, to, target, open) {
173
- let text = from <= 0 && to >= this.length ? this : new TextLeaf(sliceText(this.text, from, to), Math.min(to, this.length) - Math.max(0, from));
174
- if (open & 1) {
175
- let prev = target.pop();
176
- let joined = appendText(text.text, prev.text.slice(), 0, text.length);
177
- if (joined.length <= 32) {
178
- target.push(new TextLeaf(joined, prev.length + text.length));
179
- } else {
180
- let mid = joined.length >> 1;
181
- target.push(new TextLeaf(joined.slice(0, mid)), new TextLeaf(joined.slice(mid)));
182
- }
183
- } else {
184
- target.push(text);
185
- }
186
- }
187
- replace(from, to, text) {
188
- if (!(text instanceof TextLeaf))
189
- return super.replace(from, to, text);
190
- [from, to] = clip(this, from, to);
191
- let lines = appendText(this.text, appendText(text.text, sliceText(this.text, 0, from)), to);
192
- let newLen = this.length + text.length - (to - from);
193
- if (lines.length <= 32)
194
- return new TextLeaf(lines, newLen);
195
- return TextNode.from(TextLeaf.split(lines, []), newLen);
196
- }
197
- sliceString(from, to = this.length, lineSep = "\n") {
198
- [from, to] = clip(this, from, to);
199
- let result = "";
200
- for (let pos = 0, i = 0; pos <= to && i < this.text.length; i++) {
201
- let line = this.text[i], end = pos + line.length;
202
- if (pos > from && i)
203
- result += lineSep;
204
- if (from < end && to > pos)
205
- result += line.slice(Math.max(0, from - pos), to - pos);
206
- pos = end + 1;
207
- }
208
- return result;
209
- }
210
- flatten(target) {
211
- for (let line of this.text)
212
- target.push(line);
213
- }
214
- scanIdentical() {
215
- return 0;
216
- }
217
- static split(text, target) {
218
- let part = [], len = -1;
219
- for (let line of text) {
220
- part.push(line);
221
- len += line.length + 1;
222
- if (part.length == 32) {
223
- target.push(new TextLeaf(part, len));
224
- part = [];
225
- len = -1;
226
- }
227
- }
228
- if (len > -1)
229
- target.push(new TextLeaf(part, len));
230
- return target;
231
- }
232
- }
233
- class TextNode extends Text {
234
- constructor(children, length) {
235
- super();
236
- this.children = children;
237
- this.length = length;
238
- this.lines = 0;
239
- for (let child of children)
240
- this.lines += child.lines;
241
- }
242
- lineInner(target, isLine, line, offset) {
243
- for (let i = 0; ; i++) {
244
- let child = this.children[i], end = offset + child.length, endLine = line + child.lines - 1;
245
- if ((isLine ? endLine : end) >= target)
246
- return child.lineInner(target, isLine, line, offset);
247
- offset = end + 1;
248
- line = endLine + 1;
249
- }
250
- }
251
- decompose(from, to, target, open) {
252
- for (let i = 0, pos = 0; pos <= to && i < this.children.length; i++) {
253
- let child = this.children[i], end = pos + child.length;
254
- if (from <= end && to >= pos) {
255
- let childOpen = open & ((pos <= from ? 1 : 0) | (end >= to ? 2 : 0));
256
- if (pos >= from && end <= to && !childOpen)
257
- target.push(child);
258
- else
259
- child.decompose(from - pos, to - pos, target, childOpen);
260
- }
261
- pos = end + 1;
262
- }
263
- }
264
- replace(from, to, text) {
265
- [from, to] = clip(this, from, to);
266
- if (text.lines < this.lines)
267
- for (let i = 0, pos = 0; i < this.children.length; i++) {
268
- let child = this.children[i], end = pos + child.length;
269
- if (from >= pos && to <= end) {
270
- let updated = child.replace(from - pos, to - pos, text);
271
- let totalLines = this.lines - child.lines + updated.lines;
272
- if (updated.lines < totalLines >> 5 - 1 && updated.lines > totalLines >> 5 + 1) {
273
- let copy = this.children.slice();
274
- copy[i] = updated;
275
- return new TextNode(copy, this.length - (to - from) + text.length);
276
- }
277
- return super.replace(pos, end, updated);
278
- }
279
- pos = end + 1;
280
- }
281
- return super.replace(from, to, text);
282
- }
283
- sliceString(from, to = this.length, lineSep = "\n") {
284
- [from, to] = clip(this, from, to);
285
- let result = "";
286
- for (let i = 0, pos = 0; i < this.children.length && pos <= to; i++) {
287
- let child = this.children[i], end = pos + child.length;
288
- if (pos > from && i)
289
- result += lineSep;
290
- if (from < end && to > pos)
291
- result += child.sliceString(from - pos, to - pos, lineSep);
292
- pos = end + 1;
293
- }
294
- return result;
295
- }
296
- flatten(target) {
297
- for (let child of this.children)
298
- child.flatten(target);
299
- }
300
- scanIdentical(other, dir) {
301
- if (!(other instanceof TextNode))
302
- return 0;
303
- let length = 0;
304
- let [iA, iB, eA, eB] = dir > 0 ? [0, 0, this.children.length, other.children.length] : [this.children.length - 1, other.children.length - 1, -1, -1];
305
- for (; ; iA += dir, iB += dir) {
306
- if (iA == eA || iB == eB)
307
- return length;
308
- let chA = this.children[iA], chB = other.children[iB];
309
- if (chA != chB)
310
- return length + chA.scanIdentical(chB, dir);
311
- length += chA.length + 1;
312
- }
313
- }
314
- static from(children, length = children.reduce((l, ch) => l + ch.length + 1, -1)) {
315
- let lines = 0;
316
- for (let ch of children)
317
- lines += ch.lines;
318
- if (lines < 32) {
319
- let flat = [];
320
- for (let ch of children)
321
- ch.flatten(flat);
322
- return new TextLeaf(flat, length);
323
- }
324
- let chunk = Math.max(
325
- 32,
326
- lines >> 5
327
- /* Tree.BranchShift */
328
- ), maxChunk = chunk << 1, minChunk = chunk >> 1;
329
- let chunked = [], currentLines = 0, currentLen = -1, currentChunk = [];
330
- function add(child) {
331
- let last;
332
- if (child.lines > maxChunk && child instanceof TextNode) {
333
- for (let node of child.children)
334
- add(node);
335
- } else if (child.lines > minChunk && (currentLines > minChunk || !currentLines)) {
336
- flush();
337
- chunked.push(child);
338
- } else if (child instanceof TextLeaf && currentLines && (last = currentChunk[currentChunk.length - 1]) instanceof TextLeaf && child.lines + last.lines <= 32) {
339
- currentLines += child.lines;
340
- currentLen += child.length + 1;
341
- currentChunk[currentChunk.length - 1] = new TextLeaf(last.text.concat(child.text), last.length + 1 + child.length);
342
- } else {
343
- if (currentLines + child.lines > chunk)
344
- flush();
345
- currentLines += child.lines;
346
- currentLen += child.length + 1;
347
- currentChunk.push(child);
348
- }
349
- }
350
- function flush() {
351
- if (currentLines == 0)
352
- return;
353
- chunked.push(currentChunk.length == 1 ? currentChunk[0] : TextNode.from(currentChunk, currentLen));
354
- currentLen = -1;
355
- currentLines = currentChunk.length = 0;
356
- }
357
- for (let child of children)
358
- add(child);
359
- flush();
360
- return chunked.length == 1 ? chunked[0] : new TextNode(chunked, length);
361
- }
362
- }
363
- Text.empty = /* @__PURE__ */ new TextLeaf([""], 0);
364
- function textLength(text) {
365
- let length = -1;
366
- for (let line of text)
367
- length += line.length + 1;
368
- return length;
369
- }
370
- function appendText(text, target, from = 0, to = 1e9) {
371
- for (let pos = 0, i = 0, first = true; i < text.length && pos <= to; i++) {
372
- let line = text[i], end = pos + line.length;
373
- if (end >= from) {
374
- if (end > to)
375
- line = line.slice(0, to - pos);
376
- if (pos < from)
377
- line = line.slice(from - pos);
378
- if (first) {
379
- target[target.length - 1] += line;
380
- first = false;
381
- } else
382
- target.push(line);
383
- }
384
- pos = end + 1;
385
- }
386
- return target;
387
- }
388
- function sliceText(text, from, to) {
389
- return appendText(text, [""], from, to);
390
- }
391
- class RawTextCursor {
392
- constructor(text, dir = 1) {
393
- this.dir = dir;
394
- this.done = false;
395
- this.lineBreak = false;
396
- this.value = "";
397
- this.nodes = [text];
398
- this.offsets = [dir > 0 ? 1 : (text instanceof TextLeaf ? text.text.length : text.children.length) << 1];
399
- }
400
- nextInner(skip, dir) {
401
- this.done = this.lineBreak = false;
402
- for (; ; ) {
403
- let last = this.nodes.length - 1;
404
- let top = this.nodes[last], offsetValue = this.offsets[last], offset = offsetValue >> 1;
405
- let size = top instanceof TextLeaf ? top.text.length : top.children.length;
406
- if (offset == (dir > 0 ? size : 0)) {
407
- if (last == 0) {
408
- this.done = true;
409
- this.value = "";
410
- return this;
411
- }
412
- if (dir > 0)
413
- this.offsets[last - 1]++;
414
- this.nodes.pop();
415
- this.offsets.pop();
416
- } else if ((offsetValue & 1) == (dir > 0 ? 0 : 1)) {
417
- this.offsets[last] += dir;
418
- if (skip == 0) {
419
- this.lineBreak = true;
420
- this.value = "\n";
421
- return this;
422
- }
423
- skip--;
424
- } else if (top instanceof TextLeaf) {
425
- let next = top.text[offset + (dir < 0 ? -1 : 0)];
426
- this.offsets[last] += dir;
427
- if (next.length > Math.max(0, skip)) {
428
- this.value = skip == 0 ? next : dir > 0 ? next.slice(skip) : next.slice(0, next.length - skip);
429
- return this;
430
- }
431
- skip -= next.length;
432
- } else {
433
- let next = top.children[offset + (dir < 0 ? -1 : 0)];
434
- if (skip > next.length) {
435
- skip -= next.length;
436
- this.offsets[last] += dir;
437
- } else {
438
- if (dir < 0)
439
- this.offsets[last]--;
440
- this.nodes.push(next);
441
- this.offsets.push(dir > 0 ? 1 : (next instanceof TextLeaf ? next.text.length : next.children.length) << 1);
442
- }
443
- }
444
- }
445
- }
446
- next(skip = 0) {
447
- if (skip < 0) {
448
- this.nextInner(-skip, -this.dir);
449
- skip = this.value.length;
450
- }
451
- return this.nextInner(skip, this.dir);
452
- }
453
- }
454
- class PartialTextCursor {
455
- constructor(text, start, end) {
456
- this.value = "";
457
- this.done = false;
458
- this.cursor = new RawTextCursor(text, start > end ? -1 : 1);
459
- this.pos = start > end ? text.length : 0;
460
- this.from = Math.min(start, end);
461
- this.to = Math.max(start, end);
462
- }
463
- nextInner(skip, dir) {
464
- if (dir < 0 ? this.pos <= this.from : this.pos >= this.to) {
465
- this.value = "";
466
- this.done = true;
467
- return this;
468
- }
469
- skip += Math.max(0, dir < 0 ? this.pos - this.to : this.from - this.pos);
470
- let limit = dir < 0 ? this.pos - this.from : this.to - this.pos;
471
- if (skip > limit)
472
- skip = limit;
473
- limit -= skip;
474
- let { value } = this.cursor.next(skip);
475
- this.pos += (value.length + skip) * dir;
476
- this.value = value.length <= limit ? value : dir < 0 ? value.slice(value.length - limit) : value.slice(0, limit);
477
- this.done = !this.value;
478
- return this;
479
- }
480
- next(skip = 0) {
481
- if (skip < 0)
482
- skip = Math.max(skip, this.from - this.pos);
483
- else if (skip > 0)
484
- skip = Math.min(skip, this.to - this.pos);
485
- return this.nextInner(skip, this.cursor.dir);
486
- }
487
- get lineBreak() {
488
- return this.cursor.lineBreak && this.value != "";
489
- }
490
- }
491
- class LineCursor {
492
- constructor(inner) {
493
- this.inner = inner;
494
- this.afterBreak = true;
495
- this.value = "";
496
- this.done = false;
497
- }
498
- next(skip = 0) {
499
- let { done, lineBreak, value } = this.inner.next(skip);
500
- if (done && this.afterBreak) {
501
- this.value = "";
502
- this.afterBreak = false;
503
- } else if (done) {
504
- this.done = true;
505
- this.value = "";
506
- } else if (lineBreak) {
507
- if (this.afterBreak) {
508
- this.value = "";
509
- } else {
510
- this.afterBreak = true;
511
- this.next();
512
- }
513
- } else {
514
- this.value = value;
515
- this.afterBreak = false;
516
- }
517
- return this;
518
- }
519
- get lineBreak() {
520
- return false;
521
- }
522
- }
523
- if (typeof Symbol != "undefined") {
524
- Text.prototype[Symbol.iterator] = function() {
525
- return this.iter();
526
- };
527
- RawTextCursor.prototype[Symbol.iterator] = PartialTextCursor.prototype[Symbol.iterator] = LineCursor.prototype[Symbol.iterator] = function() {
528
- return this;
529
- };
530
- }
531
- class Line {
532
- /**
533
- @internal
534
- */
535
- constructor(from, to, number, text) {
536
- this.from = from;
537
- this.to = to;
538
- this.number = number;
539
- this.text = text;
540
- }
541
- /**
542
- The length of the line (not including any line break after it).
543
- */
544
- get length() {
545
- return this.to - this.from;
546
- }
547
- }
548
- function clip(text, from, to) {
549
- from = Math.max(0, Math.min(text.length, from));
550
- return [from, Math.max(from, Math.min(text.length, to))];
551
- }
552
- function findClusterBreak(str, pos, forward = true, includeExtending = true) {
553
- return findClusterBreak$1(str, pos, forward, includeExtending);
554
- }
555
- function surrogateLow(ch) {
556
- return ch >= 56320 && ch < 57344;
557
- }
558
- function surrogateHigh(ch) {
559
- return ch >= 55296 && ch < 56320;
560
- }
561
- function codePointAt(str, pos) {
562
- let code0 = str.charCodeAt(pos);
563
- if (!surrogateHigh(code0) || pos + 1 == str.length)
564
- return code0;
565
- let code1 = str.charCodeAt(pos + 1);
566
- if (!surrogateLow(code1))
567
- return code0;
568
- return (code0 - 55296 << 10) + (code1 - 56320) + 65536;
569
- }
570
- function fromCodePoint(code) {
571
- if (code <= 65535)
572
- return String.fromCharCode(code);
573
- code -= 65536;
574
- return String.fromCharCode((code >> 10) + 55296, (code & 1023) + 56320);
575
- }
576
- function codePointSize(code) {
577
- return code < 65536 ? 1 : 2;
578
- }
579
- const DefaultSplit = /\r\n?|\n/;
580
- var MapMode = /* @__PURE__ */ function(MapMode2) {
581
- MapMode2[MapMode2["Simple"] = 0] = "Simple";
582
- MapMode2[MapMode2["TrackDel"] = 1] = "TrackDel";
583
- MapMode2[MapMode2["TrackBefore"] = 2] = "TrackBefore";
584
- MapMode2[MapMode2["TrackAfter"] = 3] = "TrackAfter";
585
- return MapMode2;
586
- }(MapMode || (MapMode = {}));
587
- class ChangeDesc {
588
- // Sections are encoded as pairs of integers. The first is the
589
- // length in the current document, and the second is -1 for
590
- // unaffected sections, and the length of the replacement content
591
- // otherwise. So an insertion would be (0, n>0), a deletion (n>0,
592
- // 0), and a replacement two positive numbers.
593
- /**
594
- @internal
595
- */
596
- constructor(sections) {
597
- this.sections = sections;
598
- }
599
- /**
600
- The length of the document before the change.
601
- */
602
- get length() {
603
- let result = 0;
604
- for (let i = 0; i < this.sections.length; i += 2)
605
- result += this.sections[i];
606
- return result;
607
- }
608
- /**
609
- The length of the document after the change.
610
- */
611
- get newLength() {
612
- let result = 0;
613
- for (let i = 0; i < this.sections.length; i += 2) {
614
- let ins = this.sections[i + 1];
615
- result += ins < 0 ? this.sections[i] : ins;
616
- }
617
- return result;
618
- }
619
- /**
620
- False when there are actual changes in this set.
621
- */
622
- get empty() {
623
- return this.sections.length == 0 || this.sections.length == 2 && this.sections[1] < 0;
624
- }
625
- /**
626
- Iterate over the unchanged parts left by these changes. `posA`
627
- provides the position of the range in the old document, `posB`
628
- the new position in the changed document.
629
- */
630
- iterGaps(f) {
631
- for (let i = 0, posA = 0, posB = 0; i < this.sections.length; ) {
632
- let len = this.sections[i++], ins = this.sections[i++];
633
- if (ins < 0) {
634
- f(posA, posB, len);
635
- posB += len;
636
- } else {
637
- posB += ins;
638
- }
639
- posA += len;
640
- }
641
- }
642
- /**
643
- Iterate over the ranges changed by these changes. (See
644
- [`ChangeSet.iterChanges`](https://codemirror.net/6/docs/ref/#state.ChangeSet.iterChanges) for a
645
- variant that also provides you with the inserted text.)
646
- `fromA`/`toA` provides the extent of the change in the starting
647
- document, `fromB`/`toB` the extent of the replacement in the
648
- changed document.
649
-
650
- When `individual` is true, adjacent changes (which are kept
651
- separate for [position mapping](https://codemirror.net/6/docs/ref/#state.ChangeDesc.mapPos)) are
652
- reported separately.
653
- */
654
- iterChangedRanges(f, individual = false) {
655
- iterChanges(this, f, individual);
656
- }
657
- /**
658
- Get a description of the inverted form of these changes.
659
- */
660
- get invertedDesc() {
661
- let sections = [];
662
- for (let i = 0; i < this.sections.length; ) {
663
- let len = this.sections[i++], ins = this.sections[i++];
664
- if (ins < 0)
665
- sections.push(len, ins);
666
- else
667
- sections.push(ins, len);
668
- }
669
- return new ChangeDesc(sections);
670
- }
671
- /**
672
- Compute the combined effect of applying another set of changes
673
- after this one. The length of the document after this set should
674
- match the length before `other`.
675
- */
676
- composeDesc(other) {
677
- return this.empty ? other : other.empty ? this : composeSets(this, other);
678
- }
679
- /**
680
- Map this description, which should start with the same document
681
- as `other`, over another set of changes, so that it can be
682
- applied after it. When `before` is true, map as if the changes
683
- in `this` happened before the ones in `other`.
684
- */
685
- mapDesc(other, before = false) {
686
- return other.empty ? this : mapSet(this, other, before);
687
- }
688
- mapPos(pos, assoc = -1, mode = MapMode.Simple) {
689
- let posA = 0, posB = 0;
690
- for (let i = 0; i < this.sections.length; ) {
691
- let len = this.sections[i++], ins = this.sections[i++], endA = posA + len;
692
- if (ins < 0) {
693
- if (endA > pos)
694
- return posB + (pos - posA);
695
- posB += len;
696
- } else {
697
- if (mode != MapMode.Simple && endA >= pos && (mode == MapMode.TrackDel && posA < pos && endA > pos || mode == MapMode.TrackBefore && posA < pos || mode == MapMode.TrackAfter && endA > pos))
698
- return null;
699
- if (endA > pos || endA == pos && assoc < 0 && !len)
700
- return pos == posA || assoc < 0 ? posB : posB + ins;
701
- posB += ins;
702
- }
703
- posA = endA;
704
- }
705
- if (pos > posA)
706
- throw new RangeError(`Position ${pos} is out of range for changeset of length ${posA}`);
707
- return posB;
708
- }
709
- /**
710
- Check whether these changes touch a given range. When one of the
711
- changes entirely covers the range, the string `"cover"` is
712
- returned.
713
- */
714
- touchesRange(from, to = from) {
715
- for (let i = 0, pos = 0; i < this.sections.length && pos <= to; ) {
716
- let len = this.sections[i++], ins = this.sections[i++], end = pos + len;
717
- if (ins >= 0 && pos <= to && end >= from)
718
- return pos < from && end > to ? "cover" : true;
719
- pos = end;
720
- }
721
- return false;
722
- }
723
- /**
724
- @internal
725
- */
726
- toString() {
727
- let result = "";
728
- for (let i = 0; i < this.sections.length; ) {
729
- let len = this.sections[i++], ins = this.sections[i++];
730
- result += (result ? " " : "") + len + (ins >= 0 ? ":" + ins : "");
731
- }
732
- return result;
733
- }
734
- /**
735
- Serialize this change desc to a JSON-representable value.
736
- */
737
- toJSON() {
738
- return this.sections;
739
- }
740
- /**
741
- Create a change desc from its JSON representation (as produced
742
- by [`toJSON`](https://codemirror.net/6/docs/ref/#state.ChangeDesc.toJSON).
743
- */
744
- static fromJSON(json) {
745
- if (!Array.isArray(json) || json.length % 2 || json.some((a) => typeof a != "number"))
746
- throw new RangeError("Invalid JSON representation of ChangeDesc");
747
- return new ChangeDesc(json);
748
- }
749
- /**
750
- @internal
751
- */
752
- static create(sections) {
753
- return new ChangeDesc(sections);
754
- }
755
- }
756
- class ChangeSet extends ChangeDesc {
757
- constructor(sections, inserted) {
758
- super(sections);
759
- this.inserted = inserted;
760
- }
761
- /**
762
- Apply the changes to a document, returning the modified
763
- document.
764
- */
765
- apply(doc) {
766
- if (this.length != doc.length)
767
- throw new RangeError("Applying change set to a document with the wrong length");
768
- iterChanges(this, (fromA, toA, fromB, _toB, text) => doc = doc.replace(fromB, fromB + (toA - fromA), text), false);
769
- return doc;
770
- }
771
- mapDesc(other, before = false) {
772
- return mapSet(this, other, before, true);
773
- }
774
- /**
775
- Given the document as it existed _before_ the changes, return a
776
- change set that represents the inverse of this set, which could
777
- be used to go from the document created by the changes back to
778
- the document as it existed before the changes.
779
- */
780
- invert(doc) {
781
- let sections = this.sections.slice(), inserted = [];
782
- for (let i = 0, pos = 0; i < sections.length; i += 2) {
783
- let len = sections[i], ins = sections[i + 1];
784
- if (ins >= 0) {
785
- sections[i] = ins;
786
- sections[i + 1] = len;
787
- let index = i >> 1;
788
- while (inserted.length < index)
789
- inserted.push(Text.empty);
790
- inserted.push(len ? doc.slice(pos, pos + len) : Text.empty);
791
- }
792
- pos += len;
793
- }
794
- return new ChangeSet(sections, inserted);
795
- }
796
- /**
797
- Combine two subsequent change sets into a single set. `other`
798
- must start in the document produced by `this`. If `this` goes
799
- `docA` → `docB` and `other` represents `docB` → `docC`, the
800
- returned value will represent the change `docA` → `docC`.
801
- */
802
- compose(other) {
803
- return this.empty ? other : other.empty ? this : composeSets(this, other, true);
804
- }
805
- /**
806
- Given another change set starting in the same document, maps this
807
- change set over the other, producing a new change set that can be
808
- applied to the document produced by applying `other`. When
809
- `before` is `true`, order changes as if `this` comes before
810
- `other`, otherwise (the default) treat `other` as coming first.
811
-
812
- Given two changes `A` and `B`, `A.compose(B.map(A))` and
813
- `B.compose(A.map(B, true))` will produce the same document. This
814
- provides a basic form of [operational
815
- transformation](https://en.wikipedia.org/wiki/Operational_transformation),
816
- and can be used for collaborative editing.
817
- */
818
- map(other, before = false) {
819
- return other.empty ? this : mapSet(this, other, before, true);
820
- }
821
- /**
822
- Iterate over the changed ranges in the document, calling `f` for
823
- each, with the range in the original document (`fromA`-`toA`)
824
- and the range that replaces it in the new document
825
- (`fromB`-`toB`).
826
-
827
- When `individual` is true, adjacent changes are reported
828
- separately.
829
- */
830
- iterChanges(f, individual = false) {
831
- iterChanges(this, f, individual);
832
- }
833
- /**
834
- Get a [change description](https://codemirror.net/6/docs/ref/#state.ChangeDesc) for this change
835
- set.
836
- */
837
- get desc() {
838
- return ChangeDesc.create(this.sections);
839
- }
840
- /**
841
- @internal
842
- */
843
- filter(ranges) {
844
- let resultSections = [], resultInserted = [], filteredSections = [];
845
- let iter = new SectionIter(this);
846
- done: for (let i = 0, pos = 0; ; ) {
847
- let next = i == ranges.length ? 1e9 : ranges[i++];
848
- while (pos < next || pos == next && iter.len == 0) {
849
- if (iter.done)
850
- break done;
851
- let len = Math.min(iter.len, next - pos);
852
- addSection(filteredSections, len, -1);
853
- let ins = iter.ins == -1 ? -1 : iter.off == 0 ? iter.ins : 0;
854
- addSection(resultSections, len, ins);
855
- if (ins > 0)
856
- addInsert(resultInserted, resultSections, iter.text);
857
- iter.forward(len);
858
- pos += len;
859
- }
860
- let end = ranges[i++];
861
- while (pos < end) {
862
- if (iter.done)
863
- break done;
864
- let len = Math.min(iter.len, end - pos);
865
- addSection(resultSections, len, -1);
866
- addSection(filteredSections, len, iter.ins == -1 ? -1 : iter.off == 0 ? iter.ins : 0);
867
- iter.forward(len);
868
- pos += len;
869
- }
870
- }
871
- return {
872
- changes: new ChangeSet(resultSections, resultInserted),
873
- filtered: ChangeDesc.create(filteredSections)
874
- };
875
- }
876
- /**
877
- Serialize this change set to a JSON-representable value.
878
- */
879
- toJSON() {
880
- let parts = [];
881
- for (let i = 0; i < this.sections.length; i += 2) {
882
- let len = this.sections[i], ins = this.sections[i + 1];
883
- if (ins < 0)
884
- parts.push(len);
885
- else if (ins == 0)
886
- parts.push([len]);
887
- else
888
- parts.push([len].concat(this.inserted[i >> 1].toJSON()));
889
- }
890
- return parts;
891
- }
892
- /**
893
- Create a change set for the given changes, for a document of the
894
- given length, using `lineSep` as line separator.
895
- */
896
- static of(changes, length, lineSep) {
897
- let sections = [], inserted = [], pos = 0;
898
- let total = null;
899
- function flush(force = false) {
900
- if (!force && !sections.length)
901
- return;
902
- if (pos < length)
903
- addSection(sections, length - pos, -1);
904
- let set = new ChangeSet(sections, inserted);
905
- total = total ? total.compose(set.map(total)) : set;
906
- sections = [];
907
- inserted = [];
908
- pos = 0;
909
- }
910
- function process(spec) {
911
- if (Array.isArray(spec)) {
912
- for (let sub of spec)
913
- process(sub);
914
- } else if (spec instanceof ChangeSet) {
915
- if (spec.length != length)
916
- throw new RangeError(`Mismatched change set length (got ${spec.length}, expected ${length})`);
917
- flush();
918
- total = total ? total.compose(spec.map(total)) : spec;
919
- } else {
920
- let { from, to = from, insert: insert2 } = spec;
921
- if (from > to || from < 0 || to > length)
922
- throw new RangeError(`Invalid change range ${from} to ${to} (in doc of length ${length})`);
923
- let insText = !insert2 ? Text.empty : typeof insert2 == "string" ? Text.of(insert2.split(lineSep || DefaultSplit)) : insert2;
924
- let insLen = insText.length;
925
- if (from == to && insLen == 0)
926
- return;
927
- if (from < pos)
928
- flush();
929
- if (from > pos)
930
- addSection(sections, from - pos, -1);
931
- addSection(sections, to - from, insLen);
932
- addInsert(inserted, sections, insText);
933
- pos = to;
934
- }
935
- }
936
- process(changes);
937
- flush(!total);
938
- return total;
939
- }
940
- /**
941
- Create an empty changeset of the given length.
942
- */
943
- static empty(length) {
944
- return new ChangeSet(length ? [length, -1] : [], []);
945
- }
946
- /**
947
- Create a changeset from its JSON representation (as produced by
948
- [`toJSON`](https://codemirror.net/6/docs/ref/#state.ChangeSet.toJSON).
949
- */
950
- static fromJSON(json) {
951
- if (!Array.isArray(json))
952
- throw new RangeError("Invalid JSON representation of ChangeSet");
953
- let sections = [], inserted = [];
954
- for (let i = 0; i < json.length; i++) {
955
- let part = json[i];
956
- if (typeof part == "number") {
957
- sections.push(part, -1);
958
- } else if (!Array.isArray(part) || typeof part[0] != "number" || part.some((e, i2) => i2 && typeof e != "string")) {
959
- throw new RangeError("Invalid JSON representation of ChangeSet");
960
- } else if (part.length == 1) {
961
- sections.push(part[0], 0);
962
- } else {
963
- while (inserted.length < i)
964
- inserted.push(Text.empty);
965
- inserted[i] = Text.of(part.slice(1));
966
- sections.push(part[0], inserted[i].length);
967
- }
968
- }
969
- return new ChangeSet(sections, inserted);
970
- }
971
- /**
972
- @internal
973
- */
974
- static createSet(sections, inserted) {
975
- return new ChangeSet(sections, inserted);
976
- }
977
- }
978
- function addSection(sections, len, ins, forceJoin = false) {
979
- if (len == 0 && ins <= 0)
980
- return;
981
- let last = sections.length - 2;
982
- if (last >= 0 && ins <= 0 && ins == sections[last + 1])
983
- sections[last] += len;
984
- else if (last >= 0 && len == 0 && sections[last] == 0)
985
- sections[last + 1] += ins;
986
- else if (forceJoin) {
987
- sections[last] += len;
988
- sections[last + 1] += ins;
989
- } else
990
- sections.push(len, ins);
991
- }
992
- function addInsert(values, sections, value) {
993
- if (value.length == 0)
994
- return;
995
- let index = sections.length - 2 >> 1;
996
- if (index < values.length) {
997
- values[values.length - 1] = values[values.length - 1].append(value);
998
- } else {
999
- while (values.length < index)
1000
- values.push(Text.empty);
1001
- values.push(value);
1002
- }
1003
- }
1004
- function iterChanges(desc, f, individual) {
1005
- let inserted = desc.inserted;
1006
- for (let posA = 0, posB = 0, i = 0; i < desc.sections.length; ) {
1007
- let len = desc.sections[i++], ins = desc.sections[i++];
1008
- if (ins < 0) {
1009
- posA += len;
1010
- posB += len;
1011
- } else {
1012
- let endA = posA, endB = posB, text = Text.empty;
1013
- for (; ; ) {
1014
- endA += len;
1015
- endB += ins;
1016
- if (ins && inserted)
1017
- text = text.append(inserted[i - 2 >> 1]);
1018
- if (individual || i == desc.sections.length || desc.sections[i + 1] < 0)
1019
- break;
1020
- len = desc.sections[i++];
1021
- ins = desc.sections[i++];
1022
- }
1023
- f(posA, endA, posB, endB, text);
1024
- posA = endA;
1025
- posB = endB;
1026
- }
1027
- }
1028
- }
1029
- function mapSet(setA, setB, before, mkSet = false) {
1030
- let sections = [], insert2 = mkSet ? [] : null;
1031
- let a = new SectionIter(setA), b = new SectionIter(setB);
1032
- for (let inserted = -1; ; ) {
1033
- if (a.done && b.len || b.done && a.len) {
1034
- throw new Error("Mismatched change set lengths");
1035
- } else if (a.ins == -1 && b.ins == -1) {
1036
- let len = Math.min(a.len, b.len);
1037
- addSection(sections, len, -1);
1038
- a.forward(len);
1039
- b.forward(len);
1040
- } else if (b.ins >= 0 && (a.ins < 0 || inserted == a.i || a.off == 0 && (b.len < a.len || b.len == a.len && !before))) {
1041
- let len = b.len;
1042
- addSection(sections, b.ins, -1);
1043
- while (len) {
1044
- let piece = Math.min(a.len, len);
1045
- if (a.ins >= 0 && inserted < a.i && a.len <= piece) {
1046
- addSection(sections, 0, a.ins);
1047
- if (insert2)
1048
- addInsert(insert2, sections, a.text);
1049
- inserted = a.i;
1050
- }
1051
- a.forward(piece);
1052
- len -= piece;
1053
- }
1054
- b.next();
1055
- } else if (a.ins >= 0) {
1056
- let len = 0, left = a.len;
1057
- while (left) {
1058
- if (b.ins == -1) {
1059
- let piece = Math.min(left, b.len);
1060
- len += piece;
1061
- left -= piece;
1062
- b.forward(piece);
1063
- } else if (b.ins == 0 && b.len < left) {
1064
- left -= b.len;
1065
- b.next();
1066
- } else {
1067
- break;
1068
- }
1069
- }
1070
- addSection(sections, len, inserted < a.i ? a.ins : 0);
1071
- if (insert2 && inserted < a.i)
1072
- addInsert(insert2, sections, a.text);
1073
- inserted = a.i;
1074
- a.forward(a.len - left);
1075
- } else if (a.done && b.done) {
1076
- return insert2 ? ChangeSet.createSet(sections, insert2) : ChangeDesc.create(sections);
1077
- } else {
1078
- throw new Error("Mismatched change set lengths");
1079
- }
1080
- }
1081
- }
1082
- function composeSets(setA, setB, mkSet = false) {
1083
- let sections = [];
1084
- let insert2 = mkSet ? [] : null;
1085
- let a = new SectionIter(setA), b = new SectionIter(setB);
1086
- for (let open = false; ; ) {
1087
- if (a.done && b.done) {
1088
- return insert2 ? ChangeSet.createSet(sections, insert2) : ChangeDesc.create(sections);
1089
- } else if (a.ins == 0) {
1090
- addSection(sections, a.len, 0, open);
1091
- a.next();
1092
- } else if (b.len == 0 && !b.done) {
1093
- addSection(sections, 0, b.ins, open);
1094
- if (insert2)
1095
- addInsert(insert2, sections, b.text);
1096
- b.next();
1097
- } else if (a.done || b.done) {
1098
- throw new Error("Mismatched change set lengths");
1099
- } else {
1100
- let len = Math.min(a.len2, b.len), sectionLen = sections.length;
1101
- if (a.ins == -1) {
1102
- let insB = b.ins == -1 ? -1 : b.off ? 0 : b.ins;
1103
- addSection(sections, len, insB, open);
1104
- if (insert2 && insB)
1105
- addInsert(insert2, sections, b.text);
1106
- } else if (b.ins == -1) {
1107
- addSection(sections, a.off ? 0 : a.len, len, open);
1108
- if (insert2)
1109
- addInsert(insert2, sections, a.textBit(len));
1110
- } else {
1111
- addSection(sections, a.off ? 0 : a.len, b.off ? 0 : b.ins, open);
1112
- if (insert2 && !b.off)
1113
- addInsert(insert2, sections, b.text);
1114
- }
1115
- open = (a.ins > len || b.ins >= 0 && b.len > len) && (open || sections.length > sectionLen);
1116
- a.forward2(len);
1117
- b.forward(len);
1118
- }
1119
- }
1120
- }
1121
- class SectionIter {
1122
- constructor(set) {
1123
- this.set = set;
1124
- this.i = 0;
1125
- this.next();
1126
- }
1127
- next() {
1128
- let { sections } = this.set;
1129
- if (this.i < sections.length) {
1130
- this.len = sections[this.i++];
1131
- this.ins = sections[this.i++];
1132
- } else {
1133
- this.len = 0;
1134
- this.ins = -2;
1135
- }
1136
- this.off = 0;
1137
- }
1138
- get done() {
1139
- return this.ins == -2;
1140
- }
1141
- get len2() {
1142
- return this.ins < 0 ? this.len : this.ins;
1143
- }
1144
- get text() {
1145
- let { inserted } = this.set, index = this.i - 2 >> 1;
1146
- return index >= inserted.length ? Text.empty : inserted[index];
1147
- }
1148
- textBit(len) {
1149
- let { inserted } = this.set, index = this.i - 2 >> 1;
1150
- return index >= inserted.length && !len ? Text.empty : inserted[index].slice(this.off, len == null ? void 0 : this.off + len);
1151
- }
1152
- forward(len) {
1153
- if (len == this.len)
1154
- this.next();
1155
- else {
1156
- this.len -= len;
1157
- this.off += len;
1158
- }
1159
- }
1160
- forward2(len) {
1161
- if (this.ins == -1)
1162
- this.forward(len);
1163
- else if (len == this.ins)
1164
- this.next();
1165
- else {
1166
- this.ins -= len;
1167
- this.off += len;
1168
- }
1169
- }
1170
- }
1171
- class SelectionRange {
1172
- constructor(from, to, flags) {
1173
- this.from = from;
1174
- this.to = to;
1175
- this.flags = flags;
1176
- }
1177
- /**
1178
- The anchor of the range—the side that doesn't move when you
1179
- extend it.
1180
- */
1181
- get anchor() {
1182
- return this.flags & 32 ? this.to : this.from;
1183
- }
1184
- /**
1185
- The head of the range, which is moved when the range is
1186
- [extended](https://codemirror.net/6/docs/ref/#state.SelectionRange.extend).
1187
- */
1188
- get head() {
1189
- return this.flags & 32 ? this.from : this.to;
1190
- }
1191
- /**
1192
- True when `anchor` and `head` are at the same position.
1193
- */
1194
- get empty() {
1195
- return this.from == this.to;
1196
- }
1197
- /**
1198
- If this is a cursor that is explicitly associated with the
1199
- character on one of its sides, this returns the side. -1 means
1200
- the character before its position, 1 the character after, and 0
1201
- means no association.
1202
- */
1203
- get assoc() {
1204
- return this.flags & 8 ? -1 : this.flags & 16 ? 1 : 0;
1205
- }
1206
- /**
1207
- The bidirectional text level associated with this cursor, if
1208
- any.
1209
- */
1210
- get bidiLevel() {
1211
- let level = this.flags & 7;
1212
- return level == 7 ? null : level;
1213
- }
1214
- /**
1215
- The goal column (stored vertical offset) associated with a
1216
- cursor. This is used to preserve the vertical position when
1217
- [moving](https://codemirror.net/6/docs/ref/#view.EditorView.moveVertically) across
1218
- lines of different length.
1219
- */
1220
- get goalColumn() {
1221
- let value = this.flags >> 6;
1222
- return value == 16777215 ? void 0 : value;
1223
- }
1224
- /**
1225
- Map this range through a change, producing a valid range in the
1226
- updated document.
1227
- */
1228
- map(change, assoc = -1) {
1229
- let from, to;
1230
- if (this.empty) {
1231
- from = to = change.mapPos(this.from, assoc);
1232
- } else {
1233
- from = change.mapPos(this.from, 1);
1234
- to = change.mapPos(this.to, -1);
1235
- }
1236
- return from == this.from && to == this.to ? this : new SelectionRange(from, to, this.flags);
1237
- }
1238
- /**
1239
- Extend this range to cover at least `from` to `to`.
1240
- */
1241
- extend(from, to = from) {
1242
- if (from <= this.anchor && to >= this.anchor)
1243
- return EditorSelection.range(from, to);
1244
- let head = Math.abs(from - this.anchor) > Math.abs(to - this.anchor) ? from : to;
1245
- return EditorSelection.range(this.anchor, head);
1246
- }
1247
- /**
1248
- Compare this range to another range.
1249
- */
1250
- eq(other, includeAssoc = false) {
1251
- return this.anchor == other.anchor && this.head == other.head && (!includeAssoc || !this.empty || this.assoc == other.assoc);
1252
- }
1253
- /**
1254
- Return a JSON-serializable object representing the range.
1255
- */
1256
- toJSON() {
1257
- return { anchor: this.anchor, head: this.head };
1258
- }
1259
- /**
1260
- Convert a JSON representation of a range to a `SelectionRange`
1261
- instance.
1262
- */
1263
- static fromJSON(json) {
1264
- if (!json || typeof json.anchor != "number" || typeof json.head != "number")
1265
- throw new RangeError("Invalid JSON representation for SelectionRange");
1266
- return EditorSelection.range(json.anchor, json.head);
1267
- }
1268
- /**
1269
- @internal
1270
- */
1271
- static create(from, to, flags) {
1272
- return new SelectionRange(from, to, flags);
1273
- }
1274
- }
1275
- class EditorSelection {
1276
- constructor(ranges, mainIndex) {
1277
- this.ranges = ranges;
1278
- this.mainIndex = mainIndex;
1279
- }
1280
- /**
1281
- Map a selection through a change. Used to adjust the selection
1282
- position for changes.
1283
- */
1284
- map(change, assoc = -1) {
1285
- if (change.empty)
1286
- return this;
1287
- return EditorSelection.create(this.ranges.map((r) => r.map(change, assoc)), this.mainIndex);
1288
- }
1289
- /**
1290
- Compare this selection to another selection. By default, ranges
1291
- are compared only by position. When `includeAssoc` is true,
1292
- cursor ranges must also have the same
1293
- [`assoc`](https://codemirror.net/6/docs/ref/#state.SelectionRange.assoc) value.
1294
- */
1295
- eq(other, includeAssoc = false) {
1296
- if (this.ranges.length != other.ranges.length || this.mainIndex != other.mainIndex)
1297
- return false;
1298
- for (let i = 0; i < this.ranges.length; i++)
1299
- if (!this.ranges[i].eq(other.ranges[i], includeAssoc))
1300
- return false;
1301
- return true;
1302
- }
1303
- /**
1304
- Get the primary selection range. Usually, you should make sure
1305
- your code applies to _all_ ranges, by using methods like
1306
- [`changeByRange`](https://codemirror.net/6/docs/ref/#state.EditorState.changeByRange).
1307
- */
1308
- get main() {
1309
- return this.ranges[this.mainIndex];
1310
- }
1311
- /**
1312
- Make sure the selection only has one range. Returns a selection
1313
- holding only the main range from this selection.
1314
- */
1315
- asSingle() {
1316
- return this.ranges.length == 1 ? this : new EditorSelection([this.main], 0);
1317
- }
1318
- /**
1319
- Extend this selection with an extra range.
1320
- */
1321
- addRange(range, main = true) {
1322
- return EditorSelection.create([range].concat(this.ranges), main ? 0 : this.mainIndex + 1);
1323
- }
1324
- /**
1325
- Replace a given range with another range, and then normalize the
1326
- selection to merge and sort ranges if necessary.
1327
- */
1328
- replaceRange(range, which = this.mainIndex) {
1329
- let ranges = this.ranges.slice();
1330
- ranges[which] = range;
1331
- return EditorSelection.create(ranges, this.mainIndex);
1332
- }
1333
- /**
1334
- Convert this selection to an object that can be serialized to
1335
- JSON.
1336
- */
1337
- toJSON() {
1338
- return { ranges: this.ranges.map((r) => r.toJSON()), main: this.mainIndex };
1339
- }
1340
- /**
1341
- Create a selection from a JSON representation.
1342
- */
1343
- static fromJSON(json) {
1344
- if (!json || !Array.isArray(json.ranges) || typeof json.main != "number" || json.main >= json.ranges.length)
1345
- throw new RangeError("Invalid JSON representation for EditorSelection");
1346
- return new EditorSelection(json.ranges.map((r) => SelectionRange.fromJSON(r)), json.main);
1347
- }
1348
- /**
1349
- Create a selection holding a single range.
1350
- */
1351
- static single(anchor, head = anchor) {
1352
- return new EditorSelection([EditorSelection.range(anchor, head)], 0);
1353
- }
1354
- /**
1355
- Sort and merge the given set of ranges, creating a valid
1356
- selection.
1357
- */
1358
- static create(ranges, mainIndex = 0) {
1359
- if (ranges.length == 0)
1360
- throw new RangeError("A selection needs at least one range");
1361
- for (let pos = 0, i = 0; i < ranges.length; i++) {
1362
- let range = ranges[i];
1363
- if (range.empty ? range.from <= pos : range.from < pos)
1364
- return EditorSelection.normalized(ranges.slice(), mainIndex);
1365
- pos = range.to;
1366
- }
1367
- return new EditorSelection(ranges, mainIndex);
1368
- }
1369
- /**
1370
- Create a cursor selection range at the given position. You can
1371
- safely ignore the optional arguments in most situations.
1372
- */
1373
- static cursor(pos, assoc = 0, bidiLevel, goalColumn) {
1374
- return SelectionRange.create(pos, pos, (assoc == 0 ? 0 : assoc < 0 ? 8 : 16) | (bidiLevel == null ? 7 : Math.min(6, bidiLevel)) | (goalColumn !== null && goalColumn !== void 0 ? goalColumn : 16777215) << 6);
1375
- }
1376
- /**
1377
- Create a selection range.
1378
- */
1379
- static range(anchor, head, goalColumn, bidiLevel) {
1380
- let flags = (goalColumn !== null && goalColumn !== void 0 ? goalColumn : 16777215) << 6 | (bidiLevel == null ? 7 : Math.min(6, bidiLevel));
1381
- return head < anchor ? SelectionRange.create(head, anchor, 32 | 16 | flags) : SelectionRange.create(anchor, head, (head > anchor ? 8 : 0) | flags);
1382
- }
1383
- /**
1384
- @internal
1385
- */
1386
- static normalized(ranges, mainIndex = 0) {
1387
- let main = ranges[mainIndex];
1388
- ranges.sort((a, b) => a.from - b.from);
1389
- mainIndex = ranges.indexOf(main);
1390
- for (let i = 1; i < ranges.length; i++) {
1391
- let range = ranges[i], prev = ranges[i - 1];
1392
- if (range.empty ? range.from <= prev.to : range.from < prev.to) {
1393
- let from = prev.from, to = Math.max(range.to, prev.to);
1394
- if (i <= mainIndex)
1395
- mainIndex--;
1396
- ranges.splice(--i, 2, range.anchor > range.head ? EditorSelection.range(to, from) : EditorSelection.range(from, to));
1397
- }
1398
- }
1399
- return new EditorSelection(ranges, mainIndex);
1400
- }
1401
- }
1402
- function checkSelection(selection, docLength) {
1403
- for (let range of selection.ranges)
1404
- if (range.to > docLength)
1405
- throw new RangeError("Selection points outside of document");
1406
- }
1407
- let nextID = 0;
1408
- class Facet {
1409
- constructor(combine, compareInput, compare2, isStatic, enables) {
1410
- this.combine = combine;
1411
- this.compareInput = compareInput;
1412
- this.compare = compare2;
1413
- this.isStatic = isStatic;
1414
- this.id = nextID++;
1415
- this.default = combine([]);
1416
- this.extensions = typeof enables == "function" ? enables(this) : enables;
1417
- }
1418
- /**
1419
- Returns a facet reader for this facet, which can be used to
1420
- [read](https://codemirror.net/6/docs/ref/#state.EditorState.facet) it but not to define values for it.
1421
- */
1422
- get reader() {
1423
- return this;
1424
- }
1425
- /**
1426
- Define a new facet.
1427
- */
1428
- static define(config = {}) {
1429
- return new Facet(config.combine || ((a) => a), config.compareInput || ((a, b) => a === b), config.compare || (!config.combine ? sameArray : (a, b) => a === b), !!config.static, config.enables);
1430
- }
1431
- /**
1432
- Returns an extension that adds the given value to this facet.
1433
- */
1434
- of(value) {
1435
- return new FacetProvider([], this, 0, value);
1436
- }
1437
- /**
1438
- Create an extension that computes a value for the facet from a
1439
- state. You must take care to declare the parts of the state that
1440
- this value depends on, since your function is only called again
1441
- for a new state when one of those parts changed.
1442
-
1443
- In cases where your value depends only on a single field, you'll
1444
- want to use the [`from`](https://codemirror.net/6/docs/ref/#state.Facet.from) method instead.
1445
- */
1446
- compute(deps, get) {
1447
- if (this.isStatic)
1448
- throw new Error("Can't compute a static facet");
1449
- return new FacetProvider(deps, this, 1, get);
1450
- }
1451
- /**
1452
- Create an extension that computes zero or more values for this
1453
- facet from a state.
1454
- */
1455
- computeN(deps, get) {
1456
- if (this.isStatic)
1457
- throw new Error("Can't compute a static facet");
1458
- return new FacetProvider(deps, this, 2, get);
1459
- }
1460
- from(field, get) {
1461
- if (!get)
1462
- get = (x) => x;
1463
- return this.compute([field], (state) => get(state.field(field)));
1464
- }
1465
- }
1466
- function sameArray(a, b) {
1467
- return a == b || a.length == b.length && a.every((e, i) => e === b[i]);
1468
- }
1469
- class FacetProvider {
1470
- constructor(dependencies, facet, type, value) {
1471
- this.dependencies = dependencies;
1472
- this.facet = facet;
1473
- this.type = type;
1474
- this.value = value;
1475
- this.id = nextID++;
1476
- }
1477
- dynamicSlot(addresses) {
1478
- var _a;
1479
- let getter = this.value;
1480
- let compare2 = this.facet.compareInput;
1481
- let id = this.id, idx = addresses[id] >> 1, multi = this.type == 2;
1482
- let depDoc = false, depSel = false, depAddrs = [];
1483
- for (let dep of this.dependencies) {
1484
- if (dep == "doc")
1485
- depDoc = true;
1486
- else if (dep == "selection")
1487
- depSel = true;
1488
- else if ((((_a = addresses[dep.id]) !== null && _a !== void 0 ? _a : 1) & 1) == 0)
1489
- depAddrs.push(addresses[dep.id]);
1490
- }
1491
- return {
1492
- create(state) {
1493
- state.values[idx] = getter(state);
1494
- return 1;
1495
- },
1496
- update(state, tr) {
1497
- if (depDoc && tr.docChanged || depSel && (tr.docChanged || tr.selection) || ensureAll(state, depAddrs)) {
1498
- let newVal = getter(state);
1499
- if (multi ? !compareArray(newVal, state.values[idx], compare2) : !compare2(newVal, state.values[idx])) {
1500
- state.values[idx] = newVal;
1501
- return 1;
1502
- }
1503
- }
1504
- return 0;
1505
- },
1506
- reconfigure: (state, oldState) => {
1507
- let newVal, oldAddr = oldState.config.address[id];
1508
- if (oldAddr != null) {
1509
- let oldVal = getAddr(oldState, oldAddr);
1510
- if (this.dependencies.every((dep) => {
1511
- return dep instanceof Facet ? oldState.facet(dep) === state.facet(dep) : dep instanceof StateField ? oldState.field(dep, false) == state.field(dep, false) : true;
1512
- }) || (multi ? compareArray(newVal = getter(state), oldVal, compare2) : compare2(newVal = getter(state), oldVal))) {
1513
- state.values[idx] = oldVal;
1514
- return 0;
1515
- }
1516
- } else {
1517
- newVal = getter(state);
1518
- }
1519
- state.values[idx] = newVal;
1520
- return 1;
1521
- }
1522
- };
1523
- }
1524
- }
1525
- function compareArray(a, b, compare2) {
1526
- if (a.length != b.length)
1527
- return false;
1528
- for (let i = 0; i < a.length; i++)
1529
- if (!compare2(a[i], b[i]))
1530
- return false;
1531
- return true;
1532
- }
1533
- function ensureAll(state, addrs) {
1534
- let changed = false;
1535
- for (let addr of addrs)
1536
- if (ensureAddr(state, addr) & 1)
1537
- changed = true;
1538
- return changed;
1539
- }
1540
- function dynamicFacetSlot(addresses, facet, providers) {
1541
- let providerAddrs = providers.map((p) => addresses[p.id]);
1542
- let providerTypes = providers.map((p) => p.type);
1543
- let dynamic = providerAddrs.filter((p) => !(p & 1));
1544
- let idx = addresses[facet.id] >> 1;
1545
- function get(state) {
1546
- let values = [];
1547
- for (let i = 0; i < providerAddrs.length; i++) {
1548
- let value = getAddr(state, providerAddrs[i]);
1549
- if (providerTypes[i] == 2)
1550
- for (let val of value)
1551
- values.push(val);
1552
- else
1553
- values.push(value);
1554
- }
1555
- return facet.combine(values);
1556
- }
1557
- return {
1558
- create(state) {
1559
- for (let addr of providerAddrs)
1560
- ensureAddr(state, addr);
1561
- state.values[idx] = get(state);
1562
- return 1;
1563
- },
1564
- update(state, tr) {
1565
- if (!ensureAll(state, dynamic))
1566
- return 0;
1567
- let value = get(state);
1568
- if (facet.compare(value, state.values[idx]))
1569
- return 0;
1570
- state.values[idx] = value;
1571
- return 1;
1572
- },
1573
- reconfigure(state, oldState) {
1574
- let depChanged = ensureAll(state, providerAddrs);
1575
- let oldProviders = oldState.config.facets[facet.id], oldValue = oldState.facet(facet);
1576
- if (oldProviders && !depChanged && sameArray(providers, oldProviders)) {
1577
- state.values[idx] = oldValue;
1578
- return 0;
1579
- }
1580
- let value = get(state);
1581
- if (facet.compare(value, oldValue)) {
1582
- state.values[idx] = oldValue;
1583
- return 0;
1584
- }
1585
- state.values[idx] = value;
1586
- return 1;
1587
- }
1588
- };
1589
- }
1590
- const initField = /* @__PURE__ */ Facet.define({ static: true });
1591
- class StateField {
1592
- constructor(id, createF, updateF, compareF, spec) {
1593
- this.id = id;
1594
- this.createF = createF;
1595
- this.updateF = updateF;
1596
- this.compareF = compareF;
1597
- this.spec = spec;
1598
- this.provides = void 0;
1599
- }
1600
- /**
1601
- Define a state field.
1602
- */
1603
- static define(config) {
1604
- let field = new StateField(nextID++, config.create, config.update, config.compare || ((a, b) => a === b), config);
1605
- if (config.provide)
1606
- field.provides = config.provide(field);
1607
- return field;
1608
- }
1609
- create(state) {
1610
- let init = state.facet(initField).find((i) => i.field == this);
1611
- return ((init === null || init === void 0 ? void 0 : init.create) || this.createF)(state);
1612
- }
1613
- /**
1614
- @internal
1615
- */
1616
- slot(addresses) {
1617
- let idx = addresses[this.id] >> 1;
1618
- return {
1619
- create: (state) => {
1620
- state.values[idx] = this.create(state);
1621
- return 1;
1622
- },
1623
- update: (state, tr) => {
1624
- let oldVal = state.values[idx];
1625
- let value = this.updateF(oldVal, tr);
1626
- if (this.compareF(oldVal, value))
1627
- return 0;
1628
- state.values[idx] = value;
1629
- return 1;
1630
- },
1631
- reconfigure: (state, oldState) => {
1632
- let init = state.facet(initField), oldInit = oldState.facet(initField), reInit;
1633
- if ((reInit = init.find((i) => i.field == this)) && reInit != oldInit.find((i) => i.field == this)) {
1634
- state.values[idx] = reInit.create(state);
1635
- return 1;
1636
- }
1637
- if (oldState.config.address[this.id] != null) {
1638
- state.values[idx] = oldState.field(this);
1639
- return 0;
1640
- }
1641
- state.values[idx] = this.create(state);
1642
- return 1;
1643
- }
1644
- };
1645
- }
1646
- /**
1647
- Returns an extension that enables this field and overrides the
1648
- way it is initialized. Can be useful when you need to provide a
1649
- non-default starting value for the field.
1650
- */
1651
- init(create) {
1652
- return [this, initField.of({ field: this, create })];
1653
- }
1654
- /**
1655
- State field instances can be used as
1656
- [`Extension`](https://codemirror.net/6/docs/ref/#state.Extension) values to enable the field in a
1657
- given state.
1658
- */
1659
- get extension() {
1660
- return this;
1661
- }
1662
- }
1663
- const Prec_ = { lowest: 4, low: 3, default: 2, high: 1, highest: 0 };
1664
- function prec(value) {
1665
- return (ext) => new PrecExtension(ext, value);
1666
- }
1667
- const Prec = {
1668
- /**
1669
- The highest precedence level, for extensions that should end up
1670
- near the start of the precedence ordering.
1671
- */
1672
- highest: /* @__PURE__ */ prec(Prec_.highest),
1673
- /**
1674
- A higher-than-default precedence, for extensions that should
1675
- come before those with default precedence.
1676
- */
1677
- high: /* @__PURE__ */ prec(Prec_.high),
1678
- /**
1679
- The default precedence, which is also used for extensions
1680
- without an explicit precedence.
1681
- */
1682
- default: /* @__PURE__ */ prec(Prec_.default),
1683
- /**
1684
- A lower-than-default precedence.
1685
- */
1686
- low: /* @__PURE__ */ prec(Prec_.low),
1687
- /**
1688
- The lowest precedence level. Meant for things that should end up
1689
- near the end of the extension order.
1690
- */
1691
- lowest: /* @__PURE__ */ prec(Prec_.lowest)
1692
- };
1693
- class PrecExtension {
1694
- constructor(inner, prec2) {
1695
- this.inner = inner;
1696
- this.prec = prec2;
1697
- }
1698
- }
1699
- class Compartment {
1700
- /**
1701
- Create an instance of this compartment to add to your [state
1702
- configuration](https://codemirror.net/6/docs/ref/#state.EditorStateConfig.extensions).
1703
- */
1704
- of(ext) {
1705
- return new CompartmentInstance(this, ext);
1706
- }
1707
- /**
1708
- Create an [effect](https://codemirror.net/6/docs/ref/#state.TransactionSpec.effects) that
1709
- reconfigures this compartment.
1710
- */
1711
- reconfigure(content) {
1712
- return Compartment.reconfigure.of({ compartment: this, extension: content });
1713
- }
1714
- /**
1715
- Get the current content of the compartment in the state, or
1716
- `undefined` if it isn't present.
1717
- */
1718
- get(state) {
1719
- return state.config.compartments.get(this);
1720
- }
1721
- }
1722
- class CompartmentInstance {
1723
- constructor(compartment, inner) {
1724
- this.compartment = compartment;
1725
- this.inner = inner;
1726
- }
1727
- }
1728
- class Configuration {
1729
- constructor(base, compartments, dynamicSlots, address, staticValues, facets) {
1730
- this.base = base;
1731
- this.compartments = compartments;
1732
- this.dynamicSlots = dynamicSlots;
1733
- this.address = address;
1734
- this.staticValues = staticValues;
1735
- this.facets = facets;
1736
- this.statusTemplate = [];
1737
- while (this.statusTemplate.length < dynamicSlots.length)
1738
- this.statusTemplate.push(
1739
- 0
1740
- /* SlotStatus.Unresolved */
1741
- );
1742
- }
1743
- staticFacet(facet) {
1744
- let addr = this.address[facet.id];
1745
- return addr == null ? facet.default : this.staticValues[addr >> 1];
1746
- }
1747
- static resolve(base, compartments, oldState) {
1748
- let fields = [];
1749
- let facets = /* @__PURE__ */ Object.create(null);
1750
- let newCompartments = /* @__PURE__ */ new Map();
1751
- for (let ext of flatten(base, compartments, newCompartments)) {
1752
- if (ext instanceof StateField)
1753
- fields.push(ext);
1754
- else
1755
- (facets[ext.facet.id] || (facets[ext.facet.id] = [])).push(ext);
1756
- }
1757
- let address = /* @__PURE__ */ Object.create(null);
1758
- let staticValues = [];
1759
- let dynamicSlots = [];
1760
- for (let field of fields) {
1761
- address[field.id] = dynamicSlots.length << 1;
1762
- dynamicSlots.push((a) => field.slot(a));
1763
- }
1764
- let oldFacets = oldState === null || oldState === void 0 ? void 0 : oldState.config.facets;
1765
- for (let id in facets) {
1766
- let providers = facets[id], facet = providers[0].facet;
1767
- let oldProviders = oldFacets && oldFacets[id] || [];
1768
- if (providers.every(
1769
- (p) => p.type == 0
1770
- /* Provider.Static */
1771
- )) {
1772
- address[facet.id] = staticValues.length << 1 | 1;
1773
- if (sameArray(oldProviders, providers)) {
1774
- staticValues.push(oldState.facet(facet));
1775
- } else {
1776
- let value = facet.combine(providers.map((p) => p.value));
1777
- staticValues.push(oldState && facet.compare(value, oldState.facet(facet)) ? oldState.facet(facet) : value);
1778
- }
1779
- } else {
1780
- for (let p of providers) {
1781
- if (p.type == 0) {
1782
- address[p.id] = staticValues.length << 1 | 1;
1783
- staticValues.push(p.value);
1784
- } else {
1785
- address[p.id] = dynamicSlots.length << 1;
1786
- dynamicSlots.push((a) => p.dynamicSlot(a));
1787
- }
1788
- }
1789
- address[facet.id] = dynamicSlots.length << 1;
1790
- dynamicSlots.push((a) => dynamicFacetSlot(a, facet, providers));
1791
- }
1792
- }
1793
- let dynamic = dynamicSlots.map((f) => f(address));
1794
- return new Configuration(base, newCompartments, dynamic, address, staticValues, facets);
1795
- }
1796
- }
1797
- function flatten(extension, compartments, newCompartments) {
1798
- let result = [[], [], [], [], []];
1799
- let seen = /* @__PURE__ */ new Map();
1800
- function inner(ext, prec2) {
1801
- let known = seen.get(ext);
1802
- if (known != null) {
1803
- if (known <= prec2)
1804
- return;
1805
- let found = result[known].indexOf(ext);
1806
- if (found > -1)
1807
- result[known].splice(found, 1);
1808
- if (ext instanceof CompartmentInstance)
1809
- newCompartments.delete(ext.compartment);
1810
- }
1811
- seen.set(ext, prec2);
1812
- if (Array.isArray(ext)) {
1813
- for (let e of ext)
1814
- inner(e, prec2);
1815
- } else if (ext instanceof CompartmentInstance) {
1816
- if (newCompartments.has(ext.compartment))
1817
- throw new RangeError(`Duplicate use of compartment in extensions`);
1818
- let content = compartments.get(ext.compartment) || ext.inner;
1819
- newCompartments.set(ext.compartment, content);
1820
- inner(content, prec2);
1821
- } else if (ext instanceof PrecExtension) {
1822
- inner(ext.inner, ext.prec);
1823
- } else if (ext instanceof StateField) {
1824
- result[prec2].push(ext);
1825
- if (ext.provides)
1826
- inner(ext.provides, prec2);
1827
- } else if (ext instanceof FacetProvider) {
1828
- result[prec2].push(ext);
1829
- if (ext.facet.extensions)
1830
- inner(ext.facet.extensions, Prec_.default);
1831
- } else {
1832
- let content = ext.extension;
1833
- if (!content)
1834
- throw new Error(`Unrecognized extension value in extension set (${ext}). This sometimes happens because multiple instances of @codemirror/state are loaded, breaking instanceof checks.`);
1835
- inner(content, prec2);
1836
- }
1837
- }
1838
- inner(extension, Prec_.default);
1839
- return result.reduce((a, b) => a.concat(b));
1840
- }
1841
- function ensureAddr(state, addr) {
1842
- if (addr & 1)
1843
- return 2;
1844
- let idx = addr >> 1;
1845
- let status = state.status[idx];
1846
- if (status == 4)
1847
- throw new Error("Cyclic dependency between fields and/or facets");
1848
- if (status & 2)
1849
- return status;
1850
- state.status[idx] = 4;
1851
- let changed = state.computeSlot(state, state.config.dynamicSlots[idx]);
1852
- return state.status[idx] = 2 | changed;
1853
- }
1854
- function getAddr(state, addr) {
1855
- return addr & 1 ? state.config.staticValues[addr >> 1] : state.values[addr >> 1];
1856
- }
1857
- const languageData = /* @__PURE__ */ Facet.define();
1858
- const allowMultipleSelections = /* @__PURE__ */ Facet.define({
1859
- combine: (values) => values.some((v) => v),
1860
- static: true
1861
- });
1862
- const lineSeparator = /* @__PURE__ */ Facet.define({
1863
- combine: (values) => values.length ? values[0] : void 0,
1864
- static: true
1865
- });
1866
- const changeFilter = /* @__PURE__ */ Facet.define();
1867
- const transactionFilter = /* @__PURE__ */ Facet.define();
1868
- const transactionExtender = /* @__PURE__ */ Facet.define();
1869
- const readOnly = /* @__PURE__ */ Facet.define({
1870
- combine: (values) => values.length ? values[0] : false
1871
- });
1872
- class Annotation {
1873
- /**
1874
- @internal
1875
- */
1876
- constructor(type, value) {
1877
- this.type = type;
1878
- this.value = value;
1879
- }
1880
- /**
1881
- Define a new type of annotation.
1882
- */
1883
- static define() {
1884
- return new AnnotationType();
1885
- }
1886
- }
1887
- class AnnotationType {
1888
- /**
1889
- Create an instance of this annotation.
1890
- */
1891
- of(value) {
1892
- return new Annotation(this, value);
1893
- }
1894
- }
1895
- class StateEffectType {
1896
- /**
1897
- @internal
1898
- */
1899
- constructor(map) {
1900
- this.map = map;
1901
- }
1902
- /**
1903
- Create a [state effect](https://codemirror.net/6/docs/ref/#state.StateEffect) instance of this
1904
- type.
1905
- */
1906
- of(value) {
1907
- return new StateEffect(this, value);
1908
- }
1909
- }
1910
- class StateEffect {
1911
- /**
1912
- @internal
1913
- */
1914
- constructor(type, value) {
1915
- this.type = type;
1916
- this.value = value;
1917
- }
1918
- /**
1919
- Map this effect through a position mapping. Will return
1920
- `undefined` when that ends up deleting the effect.
1921
- */
1922
- map(mapping) {
1923
- let mapped = this.type.map(this.value, mapping);
1924
- return mapped === void 0 ? void 0 : mapped == this.value ? this : new StateEffect(this.type, mapped);
1925
- }
1926
- /**
1927
- Tells you whether this effect object is of a given
1928
- [type](https://codemirror.net/6/docs/ref/#state.StateEffectType).
1929
- */
1930
- is(type) {
1931
- return this.type == type;
1932
- }
1933
- /**
1934
- Define a new effect type. The type parameter indicates the type
1935
- of values that his effect holds. It should be a type that
1936
- doesn't include `undefined`, since that is used in
1937
- [mapping](https://codemirror.net/6/docs/ref/#state.StateEffect.map) to indicate that an effect is
1938
- removed.
1939
- */
1940
- static define(spec = {}) {
1941
- return new StateEffectType(spec.map || ((v) => v));
1942
- }
1943
- /**
1944
- Map an array of effects through a change set.
1945
- */
1946
- static mapEffects(effects, mapping) {
1947
- if (!effects.length)
1948
- return effects;
1949
- let result = [];
1950
- for (let effect of effects) {
1951
- let mapped = effect.map(mapping);
1952
- if (mapped)
1953
- result.push(mapped);
1954
- }
1955
- return result;
1956
- }
1957
- }
1958
- StateEffect.reconfigure = /* @__PURE__ */ StateEffect.define();
1959
- StateEffect.appendConfig = /* @__PURE__ */ StateEffect.define();
1960
- class Transaction {
1961
- constructor(startState, changes, selection, effects, annotations, scrollIntoView) {
1962
- this.startState = startState;
1963
- this.changes = changes;
1964
- this.selection = selection;
1965
- this.effects = effects;
1966
- this.annotations = annotations;
1967
- this.scrollIntoView = scrollIntoView;
1968
- this._doc = null;
1969
- this._state = null;
1970
- if (selection)
1971
- checkSelection(selection, changes.newLength);
1972
- if (!annotations.some((a) => a.type == Transaction.time))
1973
- this.annotations = annotations.concat(Transaction.time.of(Date.now()));
1974
- }
1975
- /**
1976
- @internal
1977
- */
1978
- static create(startState, changes, selection, effects, annotations, scrollIntoView) {
1979
- return new Transaction(startState, changes, selection, effects, annotations, scrollIntoView);
1980
- }
1981
- /**
1982
- The new document produced by the transaction. Contrary to
1983
- [`.state`](https://codemirror.net/6/docs/ref/#state.Transaction.state)`.doc`, accessing this won't
1984
- force the entire new state to be computed right away, so it is
1985
- recommended that [transaction
1986
- filters](https://codemirror.net/6/docs/ref/#state.EditorState^transactionFilter) use this getter
1987
- when they need to look at the new document.
1988
- */
1989
- get newDoc() {
1990
- return this._doc || (this._doc = this.changes.apply(this.startState.doc));
1991
- }
1992
- /**
1993
- The new selection produced by the transaction. If
1994
- [`this.selection`](https://codemirror.net/6/docs/ref/#state.Transaction.selection) is undefined,
1995
- this will [map](https://codemirror.net/6/docs/ref/#state.EditorSelection.map) the start state's
1996
- current selection through the changes made by the transaction.
1997
- */
1998
- get newSelection() {
1999
- return this.selection || this.startState.selection.map(this.changes);
2000
- }
2001
- /**
2002
- The new state created by the transaction. Computed on demand
2003
- (but retained for subsequent access), so it is recommended not to
2004
- access it in [transaction
2005
- filters](https://codemirror.net/6/docs/ref/#state.EditorState^transactionFilter) when possible.
2006
- */
2007
- get state() {
2008
- if (!this._state)
2009
- this.startState.applyTransaction(this);
2010
- return this._state;
2011
- }
2012
- /**
2013
- Get the value of the given annotation type, if any.
2014
- */
2015
- annotation(type) {
2016
- for (let ann of this.annotations)
2017
- if (ann.type == type)
2018
- return ann.value;
2019
- return void 0;
2020
- }
2021
- /**
2022
- Indicates whether the transaction changed the document.
2023
- */
2024
- get docChanged() {
2025
- return !this.changes.empty;
2026
- }
2027
- /**
2028
- Indicates whether this transaction reconfigures the state
2029
- (through a [configuration compartment](https://codemirror.net/6/docs/ref/#state.Compartment) or
2030
- with a top-level configuration
2031
- [effect](https://codemirror.net/6/docs/ref/#state.StateEffect^reconfigure).
2032
- */
2033
- get reconfigured() {
2034
- return this.startState.config != this.state.config;
2035
- }
2036
- /**
2037
- Returns true if the transaction has a [user
2038
- event](https://codemirror.net/6/docs/ref/#state.Transaction^userEvent) annotation that is equal to
2039
- or more specific than `event`. For example, if the transaction
2040
- has `"select.pointer"` as user event, `"select"` and
2041
- `"select.pointer"` will match it.
2042
- */
2043
- isUserEvent(event) {
2044
- let e = this.annotation(Transaction.userEvent);
2045
- return !!(e && (e == event || e.length > event.length && e.slice(0, event.length) == event && e[event.length] == "."));
2046
- }
2047
- }
2048
- Transaction.time = /* @__PURE__ */ Annotation.define();
2049
- Transaction.userEvent = /* @__PURE__ */ Annotation.define();
2050
- Transaction.addToHistory = /* @__PURE__ */ Annotation.define();
2051
- Transaction.remote = /* @__PURE__ */ Annotation.define();
2052
- function joinRanges(a, b) {
2053
- let result = [];
2054
- for (let iA = 0, iB = 0; ; ) {
2055
- let from, to;
2056
- if (iA < a.length && (iB == b.length || b[iB] >= a[iA])) {
2057
- from = a[iA++];
2058
- to = a[iA++];
2059
- } else if (iB < b.length) {
2060
- from = b[iB++];
2061
- to = b[iB++];
2062
- } else
2063
- return result;
2064
- if (!result.length || result[result.length - 1] < from)
2065
- result.push(from, to);
2066
- else if (result[result.length - 1] < to)
2067
- result[result.length - 1] = to;
2068
- }
2069
- }
2070
- function mergeTransaction(a, b, sequential) {
2071
- var _a;
2072
- let mapForA, mapForB, changes;
2073
- if (sequential) {
2074
- mapForA = b.changes;
2075
- mapForB = ChangeSet.empty(b.changes.length);
2076
- changes = a.changes.compose(b.changes);
2077
- } else {
2078
- mapForA = b.changes.map(a.changes);
2079
- mapForB = a.changes.mapDesc(b.changes, true);
2080
- changes = a.changes.compose(mapForA);
2081
- }
2082
- return {
2083
- changes,
2084
- selection: b.selection ? b.selection.map(mapForB) : (_a = a.selection) === null || _a === void 0 ? void 0 : _a.map(mapForA),
2085
- effects: StateEffect.mapEffects(a.effects, mapForA).concat(StateEffect.mapEffects(b.effects, mapForB)),
2086
- annotations: a.annotations.length ? a.annotations.concat(b.annotations) : b.annotations,
2087
- scrollIntoView: a.scrollIntoView || b.scrollIntoView
2088
- };
2089
- }
2090
- function resolveTransactionInner(state, spec, docSize) {
2091
- let sel = spec.selection, annotations = asArray(spec.annotations);
2092
- if (spec.userEvent)
2093
- annotations = annotations.concat(Transaction.userEvent.of(spec.userEvent));
2094
- return {
2095
- changes: spec.changes instanceof ChangeSet ? spec.changes : ChangeSet.of(spec.changes || [], docSize, state.facet(lineSeparator)),
2096
- selection: sel && (sel instanceof EditorSelection ? sel : EditorSelection.single(sel.anchor, sel.head)),
2097
- effects: asArray(spec.effects),
2098
- annotations,
2099
- scrollIntoView: !!spec.scrollIntoView
2100
- };
2101
- }
2102
- function resolveTransaction(state, specs, filter) {
2103
- let s = resolveTransactionInner(state, specs.length ? specs[0] : {}, state.doc.length);
2104
- if (specs.length && specs[0].filter === false)
2105
- filter = false;
2106
- for (let i = 1; i < specs.length; i++) {
2107
- if (specs[i].filter === false)
2108
- filter = false;
2109
- let seq = !!specs[i].sequential;
2110
- s = mergeTransaction(s, resolveTransactionInner(state, specs[i], seq ? s.changes.newLength : state.doc.length), seq);
2111
- }
2112
- let tr = Transaction.create(state, s.changes, s.selection, s.effects, s.annotations, s.scrollIntoView);
2113
- return extendTransaction(filter ? filterTransaction(tr) : tr);
2114
- }
2115
- function filterTransaction(tr) {
2116
- let state = tr.startState;
2117
- let result = true;
2118
- for (let filter of state.facet(changeFilter)) {
2119
- let value = filter(tr);
2120
- if (value === false) {
2121
- result = false;
2122
- break;
2123
- }
2124
- if (Array.isArray(value))
2125
- result = result === true ? value : joinRanges(result, value);
2126
- }
2127
- if (result !== true) {
2128
- let changes, back;
2129
- if (result === false) {
2130
- back = tr.changes.invertedDesc;
2131
- changes = ChangeSet.empty(state.doc.length);
2132
- } else {
2133
- let filtered = tr.changes.filter(result);
2134
- changes = filtered.changes;
2135
- back = filtered.filtered.mapDesc(filtered.changes).invertedDesc;
2136
- }
2137
- tr = Transaction.create(state, changes, tr.selection && tr.selection.map(back), StateEffect.mapEffects(tr.effects, back), tr.annotations, tr.scrollIntoView);
2138
- }
2139
- let filters = state.facet(transactionFilter);
2140
- for (let i = filters.length - 1; i >= 0; i--) {
2141
- let filtered = filters[i](tr);
2142
- if (filtered instanceof Transaction)
2143
- tr = filtered;
2144
- else if (Array.isArray(filtered) && filtered.length == 1 && filtered[0] instanceof Transaction)
2145
- tr = filtered[0];
2146
- else
2147
- tr = resolveTransaction(state, asArray(filtered), false);
2148
- }
2149
- return tr;
2150
- }
2151
- function extendTransaction(tr) {
2152
- let state = tr.startState, extenders = state.facet(transactionExtender), spec = tr;
2153
- for (let i = extenders.length - 1; i >= 0; i--) {
2154
- let extension = extenders[i](tr);
2155
- if (extension && Object.keys(extension).length)
2156
- spec = mergeTransaction(spec, resolveTransactionInner(state, extension, tr.changes.newLength), true);
2157
- }
2158
- return spec == tr ? tr : Transaction.create(state, tr.changes, tr.selection, spec.effects, spec.annotations, spec.scrollIntoView);
2159
- }
2160
- const none = [];
2161
- function asArray(value) {
2162
- return value == null ? none : Array.isArray(value) ? value : [value];
2163
- }
2164
- var CharCategory = /* @__PURE__ */ function(CharCategory2) {
2165
- CharCategory2[CharCategory2["Word"] = 0] = "Word";
2166
- CharCategory2[CharCategory2["Space"] = 1] = "Space";
2167
- CharCategory2[CharCategory2["Other"] = 2] = "Other";
2168
- return CharCategory2;
2169
- }(CharCategory || (CharCategory = {}));
2170
- const nonASCIISingleCaseWordChar = /[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;
2171
- let wordChar;
2172
- try {
2173
- wordChar = /* @__PURE__ */ new RegExp("[\\p{Alphabetic}\\p{Number}_]", "u");
2174
- } catch (_) {
2175
- }
2176
- function hasWordChar(str) {
2177
- if (wordChar)
2178
- return wordChar.test(str);
2179
- for (let i = 0; i < str.length; i++) {
2180
- let ch = str[i];
2181
- if (/\w/.test(ch) || ch > "€" && (ch.toUpperCase() != ch.toLowerCase() || nonASCIISingleCaseWordChar.test(ch)))
2182
- return true;
2183
- }
2184
- return false;
2185
- }
2186
- function makeCategorizer(wordChars) {
2187
- return (char) => {
2188
- if (!/\S/.test(char))
2189
- return CharCategory.Space;
2190
- if (hasWordChar(char))
2191
- return CharCategory.Word;
2192
- for (let i = 0; i < wordChars.length; i++)
2193
- if (char.indexOf(wordChars[i]) > -1)
2194
- return CharCategory.Word;
2195
- return CharCategory.Other;
2196
- };
2197
- }
2198
- class EditorState {
2199
- constructor(config, doc, selection, values, computeSlot, tr) {
2200
- this.config = config;
2201
- this.doc = doc;
2202
- this.selection = selection;
2203
- this.values = values;
2204
- this.status = config.statusTemplate.slice();
2205
- this.computeSlot = computeSlot;
2206
- if (tr)
2207
- tr._state = this;
2208
- for (let i = 0; i < this.config.dynamicSlots.length; i++)
2209
- ensureAddr(this, i << 1);
2210
- this.computeSlot = null;
2211
- }
2212
- field(field, require2 = true) {
2213
- let addr = this.config.address[field.id];
2214
- if (addr == null) {
2215
- if (require2)
2216
- throw new RangeError("Field is not present in this state");
2217
- return void 0;
2218
- }
2219
- ensureAddr(this, addr);
2220
- return getAddr(this, addr);
2221
- }
2222
- /**
2223
- Create a [transaction](https://codemirror.net/6/docs/ref/#state.Transaction) that updates this
2224
- state. Any number of [transaction specs](https://codemirror.net/6/docs/ref/#state.TransactionSpec)
2225
- can be passed. Unless
2226
- [`sequential`](https://codemirror.net/6/docs/ref/#state.TransactionSpec.sequential) is set, the
2227
- [changes](https://codemirror.net/6/docs/ref/#state.TransactionSpec.changes) (if any) of each spec
2228
- are assumed to start in the _current_ document (not the document
2229
- produced by previous specs), and its
2230
- [selection](https://codemirror.net/6/docs/ref/#state.TransactionSpec.selection) and
2231
- [effects](https://codemirror.net/6/docs/ref/#state.TransactionSpec.effects) are assumed to refer
2232
- to the document created by its _own_ changes. The resulting
2233
- transaction contains the combined effect of all the different
2234
- specs. For [selection](https://codemirror.net/6/docs/ref/#state.TransactionSpec.selection), later
2235
- specs take precedence over earlier ones.
2236
- */
2237
- update(...specs) {
2238
- return resolveTransaction(this, specs, true);
2239
- }
2240
- /**
2241
- @internal
2242
- */
2243
- applyTransaction(tr) {
2244
- let conf = this.config, { base, compartments } = conf;
2245
- for (let effect of tr.effects) {
2246
- if (effect.is(Compartment.reconfigure)) {
2247
- if (conf) {
2248
- compartments = /* @__PURE__ */ new Map();
2249
- conf.compartments.forEach((val, key) => compartments.set(key, val));
2250
- conf = null;
2251
- }
2252
- compartments.set(effect.value.compartment, effect.value.extension);
2253
- } else if (effect.is(StateEffect.reconfigure)) {
2254
- conf = null;
2255
- base = effect.value;
2256
- } else if (effect.is(StateEffect.appendConfig)) {
2257
- conf = null;
2258
- base = asArray(base).concat(effect.value);
2259
- }
2260
- }
2261
- let startValues;
2262
- if (!conf) {
2263
- conf = Configuration.resolve(base, compartments, this);
2264
- let intermediateState = new EditorState(conf, this.doc, this.selection, conf.dynamicSlots.map(() => null), (state, slot) => slot.reconfigure(state, this), null);
2265
- startValues = intermediateState.values;
2266
- } else {
2267
- startValues = tr.startState.values.slice();
2268
- }
2269
- let selection = tr.startState.facet(allowMultipleSelections) ? tr.newSelection : tr.newSelection.asSingle();
2270
- new EditorState(conf, tr.newDoc, selection, startValues, (state, slot) => slot.update(state, tr), tr);
2271
- }
2272
- /**
2273
- Create a [transaction spec](https://codemirror.net/6/docs/ref/#state.TransactionSpec) that
2274
- replaces every selection range with the given content.
2275
- */
2276
- replaceSelection(text) {
2277
- if (typeof text == "string")
2278
- text = this.toText(text);
2279
- return this.changeByRange((range) => ({
2280
- changes: { from: range.from, to: range.to, insert: text },
2281
- range: EditorSelection.cursor(range.from + text.length)
2282
- }));
2283
- }
2284
- /**
2285
- Create a set of changes and a new selection by running the given
2286
- function for each range in the active selection. The function
2287
- can return an optional set of changes (in the coordinate space
2288
- of the start document), plus an updated range (in the coordinate
2289
- space of the document produced by the call's own changes). This
2290
- method will merge all the changes and ranges into a single
2291
- changeset and selection, and return it as a [transaction
2292
- spec](https://codemirror.net/6/docs/ref/#state.TransactionSpec), which can be passed to
2293
- [`update`](https://codemirror.net/6/docs/ref/#state.EditorState.update).
2294
- */
2295
- changeByRange(f) {
2296
- let sel = this.selection;
2297
- let result1 = f(sel.ranges[0]);
2298
- let changes = this.changes(result1.changes), ranges = [result1.range];
2299
- let effects = asArray(result1.effects);
2300
- for (let i = 1; i < sel.ranges.length; i++) {
2301
- let result = f(sel.ranges[i]);
2302
- let newChanges = this.changes(result.changes), newMapped = newChanges.map(changes);
2303
- for (let j = 0; j < i; j++)
2304
- ranges[j] = ranges[j].map(newMapped);
2305
- let mapBy = changes.mapDesc(newChanges, true);
2306
- ranges.push(result.range.map(mapBy));
2307
- changes = changes.compose(newMapped);
2308
- effects = StateEffect.mapEffects(effects, newMapped).concat(StateEffect.mapEffects(asArray(result.effects), mapBy));
2309
- }
2310
- return {
2311
- changes,
2312
- selection: EditorSelection.create(ranges, sel.mainIndex),
2313
- effects
2314
- };
2315
- }
2316
- /**
2317
- Create a [change set](https://codemirror.net/6/docs/ref/#state.ChangeSet) from the given change
2318
- description, taking the state's document length and line
2319
- separator into account.
2320
- */
2321
- changes(spec = []) {
2322
- if (spec instanceof ChangeSet)
2323
- return spec;
2324
- return ChangeSet.of(spec, this.doc.length, this.facet(EditorState.lineSeparator));
2325
- }
2326
- /**
2327
- Using the state's [line
2328
- separator](https://codemirror.net/6/docs/ref/#state.EditorState^lineSeparator), create a
2329
- [`Text`](https://codemirror.net/6/docs/ref/#state.Text) instance from the given string.
2330
- */
2331
- toText(string) {
2332
- return Text.of(string.split(this.facet(EditorState.lineSeparator) || DefaultSplit));
2333
- }
2334
- /**
2335
- Return the given range of the document as a string.
2336
- */
2337
- sliceDoc(from = 0, to = this.doc.length) {
2338
- return this.doc.sliceString(from, to, this.lineBreak);
2339
- }
2340
- /**
2341
- Get the value of a state [facet](https://codemirror.net/6/docs/ref/#state.Facet).
2342
- */
2343
- facet(facet) {
2344
- let addr = this.config.address[facet.id];
2345
- if (addr == null)
2346
- return facet.default;
2347
- ensureAddr(this, addr);
2348
- return getAddr(this, addr);
2349
- }
2350
- /**
2351
- Convert this state to a JSON-serializable object. When custom
2352
- fields should be serialized, you can pass them in as an object
2353
- mapping property names (in the resulting object, which should
2354
- not use `doc` or `selection`) to fields.
2355
- */
2356
- toJSON(fields) {
2357
- let result = {
2358
- doc: this.sliceDoc(),
2359
- selection: this.selection.toJSON()
2360
- };
2361
- if (fields)
2362
- for (let prop in fields) {
2363
- let value = fields[prop];
2364
- if (value instanceof StateField && this.config.address[value.id] != null)
2365
- result[prop] = value.spec.toJSON(this.field(fields[prop]), this);
2366
- }
2367
- return result;
2368
- }
2369
- /**
2370
- Deserialize a state from its JSON representation. When custom
2371
- fields should be deserialized, pass the same object you passed
2372
- to [`toJSON`](https://codemirror.net/6/docs/ref/#state.EditorState.toJSON) when serializing as
2373
- third argument.
2374
- */
2375
- static fromJSON(json, config = {}, fields) {
2376
- if (!json || typeof json.doc != "string")
2377
- throw new RangeError("Invalid JSON representation for EditorState");
2378
- let fieldInit = [];
2379
- if (fields)
2380
- for (let prop in fields) {
2381
- if (Object.prototype.hasOwnProperty.call(json, prop)) {
2382
- let field = fields[prop], value = json[prop];
2383
- fieldInit.push(field.init((state) => field.spec.fromJSON(value, state)));
2384
- }
2385
- }
2386
- return EditorState.create({
2387
- doc: json.doc,
2388
- selection: EditorSelection.fromJSON(json.selection),
2389
- extensions: config.extensions ? fieldInit.concat([config.extensions]) : fieldInit
2390
- });
2391
- }
2392
- /**
2393
- Create a new state. You'll usually only need this when
2394
- initializing an editor—updated states are created by applying
2395
- transactions.
2396
- */
2397
- static create(config = {}) {
2398
- let configuration = Configuration.resolve(config.extensions || [], /* @__PURE__ */ new Map());
2399
- let doc = config.doc instanceof Text ? config.doc : Text.of((config.doc || "").split(configuration.staticFacet(EditorState.lineSeparator) || DefaultSplit));
2400
- let selection = !config.selection ? EditorSelection.single(0) : config.selection instanceof EditorSelection ? config.selection : EditorSelection.single(config.selection.anchor, config.selection.head);
2401
- checkSelection(selection, doc.length);
2402
- if (!configuration.staticFacet(allowMultipleSelections))
2403
- selection = selection.asSingle();
2404
- return new EditorState(configuration, doc, selection, configuration.dynamicSlots.map(() => null), (state, slot) => slot.create(state), null);
2405
- }
2406
- /**
2407
- The size (in columns) of a tab in the document, determined by
2408
- the [`tabSize`](https://codemirror.net/6/docs/ref/#state.EditorState^tabSize) facet.
2409
- */
2410
- get tabSize() {
2411
- return this.facet(EditorState.tabSize);
2412
- }
2413
- /**
2414
- Get the proper [line-break](https://codemirror.net/6/docs/ref/#state.EditorState^lineSeparator)
2415
- string for this state.
2416
- */
2417
- get lineBreak() {
2418
- return this.facet(EditorState.lineSeparator) || "\n";
2419
- }
2420
- /**
2421
- Returns true when the editor is
2422
- [configured](https://codemirror.net/6/docs/ref/#state.EditorState^readOnly) to be read-only.
2423
- */
2424
- get readOnly() {
2425
- return this.facet(readOnly);
2426
- }
2427
- /**
2428
- Look up a translation for the given phrase (via the
2429
- [`phrases`](https://codemirror.net/6/docs/ref/#state.EditorState^phrases) facet), or return the
2430
- original string if no translation is found.
2431
-
2432
- If additional arguments are passed, they will be inserted in
2433
- place of markers like `$1` (for the first value) and `$2`, etc.
2434
- A single `$` is equivalent to `$1`, and `$$` will produce a
2435
- literal dollar sign.
2436
- */
2437
- phrase(phrase, ...insert2) {
2438
- for (let map of this.facet(EditorState.phrases))
2439
- if (Object.prototype.hasOwnProperty.call(map, phrase)) {
2440
- phrase = map[phrase];
2441
- break;
2442
- }
2443
- if (insert2.length)
2444
- phrase = phrase.replace(/\$(\$|\d*)/g, (m, i) => {
2445
- if (i == "$")
2446
- return "$";
2447
- let n = +(i || 1);
2448
- return !n || n > insert2.length ? m : insert2[n - 1];
2449
- });
2450
- return phrase;
2451
- }
2452
- /**
2453
- Find the values for a given language data field, provided by the
2454
- the [`languageData`](https://codemirror.net/6/docs/ref/#state.EditorState^languageData) facet.
2455
-
2456
- Examples of language data fields are...
2457
-
2458
- - [`"commentTokens"`](https://codemirror.net/6/docs/ref/#commands.CommentTokens) for specifying
2459
- comment syntax.
2460
- - [`"autocomplete"`](https://codemirror.net/6/docs/ref/#autocomplete.autocompletion^config.override)
2461
- for providing language-specific completion sources.
2462
- - [`"wordChars"`](https://codemirror.net/6/docs/ref/#state.EditorState.charCategorizer) for adding
2463
- characters that should be considered part of words in this
2464
- language.
2465
- - [`"closeBrackets"`](https://codemirror.net/6/docs/ref/#autocomplete.CloseBracketConfig) controls
2466
- bracket closing behavior.
2467
- */
2468
- languageDataAt(name, pos, side = -1) {
2469
- let values = [];
2470
- for (let provider of this.facet(languageData)) {
2471
- for (let result of provider(this, pos, side)) {
2472
- if (Object.prototype.hasOwnProperty.call(result, name))
2473
- values.push(result[name]);
2474
- }
2475
- }
2476
- return values;
2477
- }
2478
- /**
2479
- Return a function that can categorize strings (expected to
2480
- represent a single [grapheme cluster](https://codemirror.net/6/docs/ref/#state.findClusterBreak))
2481
- into one of:
2482
-
2483
- - Word (contains an alphanumeric character or a character
2484
- explicitly listed in the local language's `"wordChars"`
2485
- language data, which should be a string)
2486
- - Space (contains only whitespace)
2487
- - Other (anything else)
2488
- */
2489
- charCategorizer(at) {
2490
- return makeCategorizer(this.languageDataAt("wordChars", at).join(""));
2491
- }
2492
- /**
2493
- Find the word at the given position, meaning the range
2494
- containing all [word](https://codemirror.net/6/docs/ref/#state.CharCategory.Word) characters
2495
- around it. If no word characters are adjacent to the position,
2496
- this returns null.
2497
- */
2498
- wordAt(pos) {
2499
- let { text, from, length } = this.doc.lineAt(pos);
2500
- let cat = this.charCategorizer(pos);
2501
- let start = pos - from, end = pos - from;
2502
- while (start > 0) {
2503
- let prev = findClusterBreak(text, start, false);
2504
- if (cat(text.slice(prev, start)) != CharCategory.Word)
2505
- break;
2506
- start = prev;
2507
- }
2508
- while (end < length) {
2509
- let next = findClusterBreak(text, end);
2510
- if (cat(text.slice(end, next)) != CharCategory.Word)
2511
- break;
2512
- end = next;
2513
- }
2514
- return start == end ? null : EditorSelection.range(start + from, end + from);
2515
- }
2516
- }
2517
- EditorState.allowMultipleSelections = allowMultipleSelections;
2518
- EditorState.tabSize = /* @__PURE__ */ Facet.define({
2519
- combine: (values) => values.length ? values[0] : 4
2520
- });
2521
- EditorState.lineSeparator = lineSeparator;
2522
- EditorState.readOnly = readOnly;
2523
- EditorState.phrases = /* @__PURE__ */ Facet.define({
2524
- compare(a, b) {
2525
- let kA = Object.keys(a), kB = Object.keys(b);
2526
- return kA.length == kB.length && kA.every((k) => a[k] == b[k]);
2527
- }
2528
- });
2529
- EditorState.languageData = languageData;
2530
- EditorState.changeFilter = changeFilter;
2531
- EditorState.transactionFilter = transactionFilter;
2532
- EditorState.transactionExtender = transactionExtender;
2533
- Compartment.reconfigure = /* @__PURE__ */ StateEffect.define();
2534
- function combineConfig(configs, defaults, combine = {}) {
2535
- let result = {};
2536
- for (let config of configs)
2537
- for (let key of Object.keys(config)) {
2538
- let value = config[key], current = result[key];
2539
- if (current === void 0)
2540
- result[key] = value;
2541
- else if (current === value || value === void 0) ;
2542
- else if (Object.hasOwnProperty.call(combine, key))
2543
- result[key] = combine[key](current, value);
2544
- else
2545
- throw new Error("Config merge conflict for field " + key);
2546
- }
2547
- for (let key in defaults)
2548
- if (result[key] === void 0)
2549
- result[key] = defaults[key];
2550
- return result;
2551
- }
2552
- class RangeValue {
2553
- /**
2554
- Compare this value with another value. Used when comparing
2555
- rangesets. The default implementation compares by identity.
2556
- Unless you are only creating a fixed number of unique instances
2557
- of your value type, it is a good idea to implement this
2558
- properly.
2559
- */
2560
- eq(other) {
2561
- return this == other;
2562
- }
2563
- /**
2564
- Create a [range](https://codemirror.net/6/docs/ref/#state.Range) with this value.
2565
- */
2566
- range(from, to = from) {
2567
- return Range.create(from, to, this);
2568
- }
2569
- }
2570
- RangeValue.prototype.startSide = RangeValue.prototype.endSide = 0;
2571
- RangeValue.prototype.point = false;
2572
- RangeValue.prototype.mapMode = MapMode.TrackDel;
2573
- class Range {
2574
- constructor(from, to, value) {
2575
- this.from = from;
2576
- this.to = to;
2577
- this.value = value;
2578
- }
2579
- /**
2580
- @internal
2581
- */
2582
- static create(from, to, value) {
2583
- return new Range(from, to, value);
2584
- }
2585
- }
2586
- function cmpRange(a, b) {
2587
- return a.from - b.from || a.value.startSide - b.value.startSide;
2588
- }
2589
- class Chunk {
2590
- constructor(from, to, value, maxPoint) {
2591
- this.from = from;
2592
- this.to = to;
2593
- this.value = value;
2594
- this.maxPoint = maxPoint;
2595
- }
2596
- get length() {
2597
- return this.to[this.to.length - 1];
2598
- }
2599
- // Find the index of the given position and side. Use the ranges'
2600
- // `from` pos when `end == false`, `to` when `end == true`.
2601
- findIndex(pos, side, end, startAt = 0) {
2602
- let arr = end ? this.to : this.from;
2603
- for (let lo = startAt, hi = arr.length; ; ) {
2604
- if (lo == hi)
2605
- return lo;
2606
- let mid = lo + hi >> 1;
2607
- let diff = arr[mid] - pos || (end ? this.value[mid].endSide : this.value[mid].startSide) - side;
2608
- if (mid == lo)
2609
- return diff >= 0 ? lo : hi;
2610
- if (diff >= 0)
2611
- hi = mid;
2612
- else
2613
- lo = mid + 1;
2614
- }
2615
- }
2616
- between(offset, from, to, f) {
2617
- for (let i = this.findIndex(from, -1e9, true), e = this.findIndex(to, 1e9, false, i); i < e; i++)
2618
- if (f(this.from[i] + offset, this.to[i] + offset, this.value[i]) === false)
2619
- return false;
2620
- }
2621
- map(offset, changes) {
2622
- let value = [], from = [], to = [], newPos = -1, maxPoint = -1;
2623
- for (let i = 0; i < this.value.length; i++) {
2624
- let val = this.value[i], curFrom = this.from[i] + offset, curTo = this.to[i] + offset, newFrom, newTo;
2625
- if (curFrom == curTo) {
2626
- let mapped = changes.mapPos(curFrom, val.startSide, val.mapMode);
2627
- if (mapped == null)
2628
- continue;
2629
- newFrom = newTo = mapped;
2630
- if (val.startSide != val.endSide) {
2631
- newTo = changes.mapPos(curFrom, val.endSide);
2632
- if (newTo < newFrom)
2633
- continue;
2634
- }
2635
- } else {
2636
- newFrom = changes.mapPos(curFrom, val.startSide);
2637
- newTo = changes.mapPos(curTo, val.endSide);
2638
- if (newFrom > newTo || newFrom == newTo && val.startSide > 0 && val.endSide <= 0)
2639
- continue;
2640
- }
2641
- if ((newTo - newFrom || val.endSide - val.startSide) < 0)
2642
- continue;
2643
- if (newPos < 0)
2644
- newPos = newFrom;
2645
- if (val.point)
2646
- maxPoint = Math.max(maxPoint, newTo - newFrom);
2647
- value.push(val);
2648
- from.push(newFrom - newPos);
2649
- to.push(newTo - newPos);
2650
- }
2651
- return { mapped: value.length ? new Chunk(from, to, value, maxPoint) : null, pos: newPos };
2652
- }
2653
- }
2654
- class RangeSet {
2655
- constructor(chunkPos, chunk, nextLayer, maxPoint) {
2656
- this.chunkPos = chunkPos;
2657
- this.chunk = chunk;
2658
- this.nextLayer = nextLayer;
2659
- this.maxPoint = maxPoint;
2660
- }
2661
- /**
2662
- @internal
2663
- */
2664
- static create(chunkPos, chunk, nextLayer, maxPoint) {
2665
- return new RangeSet(chunkPos, chunk, nextLayer, maxPoint);
2666
- }
2667
- /**
2668
- @internal
2669
- */
2670
- get length() {
2671
- let last = this.chunk.length - 1;
2672
- return last < 0 ? 0 : Math.max(this.chunkEnd(last), this.nextLayer.length);
2673
- }
2674
- /**
2675
- The number of ranges in the set.
2676
- */
2677
- get size() {
2678
- if (this.isEmpty)
2679
- return 0;
2680
- let size = this.nextLayer.size;
2681
- for (let chunk of this.chunk)
2682
- size += chunk.value.length;
2683
- return size;
2684
- }
2685
- /**
2686
- @internal
2687
- */
2688
- chunkEnd(index) {
2689
- return this.chunkPos[index] + this.chunk[index].length;
2690
- }
2691
- /**
2692
- Update the range set, optionally adding new ranges or filtering
2693
- out existing ones.
2694
-
2695
- (Note: The type parameter is just there as a kludge to work
2696
- around TypeScript variance issues that prevented `RangeSet<X>`
2697
- from being a subtype of `RangeSet<Y>` when `X` is a subtype of
2698
- `Y`.)
2699
- */
2700
- update(updateSpec) {
2701
- let { add = [], sort = false, filterFrom = 0, filterTo = this.length } = updateSpec;
2702
- let filter = updateSpec.filter;
2703
- if (add.length == 0 && !filter)
2704
- return this;
2705
- if (sort)
2706
- add = add.slice().sort(cmpRange);
2707
- if (this.isEmpty)
2708
- return add.length ? RangeSet.of(add) : this;
2709
- let cur = new LayerCursor(this, null, -1).goto(0), i = 0, spill = [];
2710
- let builder = new RangeSetBuilder();
2711
- while (cur.value || i < add.length) {
2712
- if (i < add.length && (cur.from - add[i].from || cur.startSide - add[i].value.startSide) >= 0) {
2713
- let range = add[i++];
2714
- if (!builder.addInner(range.from, range.to, range.value))
2715
- spill.push(range);
2716
- } else if (cur.rangeIndex == 1 && cur.chunkIndex < this.chunk.length && (i == add.length || this.chunkEnd(cur.chunkIndex) < add[i].from) && (!filter || filterFrom > this.chunkEnd(cur.chunkIndex) || filterTo < this.chunkPos[cur.chunkIndex]) && builder.addChunk(this.chunkPos[cur.chunkIndex], this.chunk[cur.chunkIndex])) {
2717
- cur.nextChunk();
2718
- } else {
2719
- if (!filter || filterFrom > cur.to || filterTo < cur.from || filter(cur.from, cur.to, cur.value)) {
2720
- if (!builder.addInner(cur.from, cur.to, cur.value))
2721
- spill.push(Range.create(cur.from, cur.to, cur.value));
2722
- }
2723
- cur.next();
2724
- }
2725
- }
2726
- return builder.finishInner(this.nextLayer.isEmpty && !spill.length ? RangeSet.empty : this.nextLayer.update({ add: spill, filter, filterFrom, filterTo }));
2727
- }
2728
- /**
2729
- Map this range set through a set of changes, return the new set.
2730
- */
2731
- map(changes) {
2732
- if (changes.empty || this.isEmpty)
2733
- return this;
2734
- let chunks = [], chunkPos = [], maxPoint = -1;
2735
- for (let i = 0; i < this.chunk.length; i++) {
2736
- let start = this.chunkPos[i], chunk = this.chunk[i];
2737
- let touch = changes.touchesRange(start, start + chunk.length);
2738
- if (touch === false) {
2739
- maxPoint = Math.max(maxPoint, chunk.maxPoint);
2740
- chunks.push(chunk);
2741
- chunkPos.push(changes.mapPos(start));
2742
- } else if (touch === true) {
2743
- let { mapped, pos } = chunk.map(start, changes);
2744
- if (mapped) {
2745
- maxPoint = Math.max(maxPoint, mapped.maxPoint);
2746
- chunks.push(mapped);
2747
- chunkPos.push(pos);
2748
- }
2749
- }
2750
- }
2751
- let next = this.nextLayer.map(changes);
2752
- return chunks.length == 0 ? next : new RangeSet(chunkPos, chunks, next || RangeSet.empty, maxPoint);
2753
- }
2754
- /**
2755
- Iterate over the ranges that touch the region `from` to `to`,
2756
- calling `f` for each. There is no guarantee that the ranges will
2757
- be reported in any specific order. When the callback returns
2758
- `false`, iteration stops.
2759
- */
2760
- between(from, to, f) {
2761
- if (this.isEmpty)
2762
- return;
2763
- for (let i = 0; i < this.chunk.length; i++) {
2764
- let start = this.chunkPos[i], chunk = this.chunk[i];
2765
- if (to >= start && from <= start + chunk.length && chunk.between(start, from - start, to - start, f) === false)
2766
- return;
2767
- }
2768
- this.nextLayer.between(from, to, f);
2769
- }
2770
- /**
2771
- Iterate over the ranges in this set, in order, including all
2772
- ranges that end at or after `from`.
2773
- */
2774
- iter(from = 0) {
2775
- return HeapCursor.from([this]).goto(from);
2776
- }
2777
- /**
2778
- @internal
2779
- */
2780
- get isEmpty() {
2781
- return this.nextLayer == this;
2782
- }
2783
- /**
2784
- Iterate over the ranges in a collection of sets, in order,
2785
- starting from `from`.
2786
- */
2787
- static iter(sets, from = 0) {
2788
- return HeapCursor.from(sets).goto(from);
2789
- }
2790
- /**
2791
- Iterate over two groups of sets, calling methods on `comparator`
2792
- to notify it of possible differences.
2793
- */
2794
- static compare(oldSets, newSets, textDiff, comparator, minPointSize = -1) {
2795
- let a = oldSets.filter((set) => set.maxPoint > 0 || !set.isEmpty && set.maxPoint >= minPointSize);
2796
- let b = newSets.filter((set) => set.maxPoint > 0 || !set.isEmpty && set.maxPoint >= minPointSize);
2797
- let sharedChunks = findSharedChunks(a, b, textDiff);
2798
- let sideA = new SpanCursor(a, sharedChunks, minPointSize);
2799
- let sideB = new SpanCursor(b, sharedChunks, minPointSize);
2800
- textDiff.iterGaps((fromA, fromB, length) => compare(sideA, fromA, sideB, fromB, length, comparator));
2801
- if (textDiff.empty && textDiff.length == 0)
2802
- compare(sideA, 0, sideB, 0, 0, comparator);
2803
- }
2804
- /**
2805
- Compare the contents of two groups of range sets, returning true
2806
- if they are equivalent in the given range.
2807
- */
2808
- static eq(oldSets, newSets, from = 0, to) {
2809
- if (to == null)
2810
- to = 1e9 - 1;
2811
- let a = oldSets.filter((set) => !set.isEmpty && newSets.indexOf(set) < 0);
2812
- let b = newSets.filter((set) => !set.isEmpty && oldSets.indexOf(set) < 0);
2813
- if (a.length != b.length)
2814
- return false;
2815
- if (!a.length)
2816
- return true;
2817
- let sharedChunks = findSharedChunks(a, b);
2818
- let sideA = new SpanCursor(a, sharedChunks, 0).goto(from), sideB = new SpanCursor(b, sharedChunks, 0).goto(from);
2819
- for (; ; ) {
2820
- if (sideA.to != sideB.to || !sameValues(sideA.active, sideB.active) || sideA.point && (!sideB.point || !sideA.point.eq(sideB.point)))
2821
- return false;
2822
- if (sideA.to > to)
2823
- return true;
2824
- sideA.next();
2825
- sideB.next();
2826
- }
2827
- }
2828
- /**
2829
- Iterate over a group of range sets at the same time, notifying
2830
- the iterator about the ranges covering every given piece of
2831
- content. Returns the open count (see
2832
- [`SpanIterator.span`](https://codemirror.net/6/docs/ref/#state.SpanIterator.span)) at the end
2833
- of the iteration.
2834
- */
2835
- static spans(sets, from, to, iterator, minPointSize = -1) {
2836
- let cursor = new SpanCursor(sets, null, minPointSize).goto(from), pos = from;
2837
- let openRanges = cursor.openStart;
2838
- for (; ; ) {
2839
- let curTo = Math.min(cursor.to, to);
2840
- if (cursor.point) {
2841
- let active = cursor.activeForPoint(cursor.to);
2842
- let openCount = cursor.pointFrom < from ? active.length + 1 : cursor.point.startSide < 0 ? active.length : Math.min(active.length, openRanges);
2843
- iterator.point(pos, curTo, cursor.point, active, openCount, cursor.pointRank);
2844
- openRanges = Math.min(cursor.openEnd(curTo), active.length);
2845
- } else if (curTo > pos) {
2846
- iterator.span(pos, curTo, cursor.active, openRanges);
2847
- openRanges = cursor.openEnd(curTo);
2848
- }
2849
- if (cursor.to > to)
2850
- return openRanges + (cursor.point && cursor.to > to ? 1 : 0);
2851
- pos = cursor.to;
2852
- cursor.next();
2853
- }
2854
- }
2855
- /**
2856
- Create a range set for the given range or array of ranges. By
2857
- default, this expects the ranges to be _sorted_ (by start
2858
- position and, if two start at the same position,
2859
- `value.startSide`). You can pass `true` as second argument to
2860
- cause the method to sort them.
2861
- */
2862
- static of(ranges, sort = false) {
2863
- let build = new RangeSetBuilder();
2864
- for (let range of ranges instanceof Range ? [ranges] : sort ? lazySort(ranges) : ranges)
2865
- build.add(range.from, range.to, range.value);
2866
- return build.finish();
2867
- }
2868
- /**
2869
- Join an array of range sets into a single set.
2870
- */
2871
- static join(sets) {
2872
- if (!sets.length)
2873
- return RangeSet.empty;
2874
- let result = sets[sets.length - 1];
2875
- for (let i = sets.length - 2; i >= 0; i--) {
2876
- for (let layer = sets[i]; layer != RangeSet.empty; layer = layer.nextLayer)
2877
- result = new RangeSet(layer.chunkPos, layer.chunk, result, Math.max(layer.maxPoint, result.maxPoint));
2878
- }
2879
- return result;
2880
- }
2881
- }
2882
- RangeSet.empty = /* @__PURE__ */ new RangeSet([], [], null, -1);
2883
- function lazySort(ranges) {
2884
- if (ranges.length > 1)
2885
- for (let prev = ranges[0], i = 1; i < ranges.length; i++) {
2886
- let cur = ranges[i];
2887
- if (cmpRange(prev, cur) > 0)
2888
- return ranges.slice().sort(cmpRange);
2889
- prev = cur;
2890
- }
2891
- return ranges;
2892
- }
2893
- RangeSet.empty.nextLayer = RangeSet.empty;
2894
- class RangeSetBuilder {
2895
- finishChunk(newArrays) {
2896
- this.chunks.push(new Chunk(this.from, this.to, this.value, this.maxPoint));
2897
- this.chunkPos.push(this.chunkStart);
2898
- this.chunkStart = -1;
2899
- this.setMaxPoint = Math.max(this.setMaxPoint, this.maxPoint);
2900
- this.maxPoint = -1;
2901
- if (newArrays) {
2902
- this.from = [];
2903
- this.to = [];
2904
- this.value = [];
2905
- }
2906
- }
2907
- /**
2908
- Create an empty builder.
2909
- */
2910
- constructor() {
2911
- this.chunks = [];
2912
- this.chunkPos = [];
2913
- this.chunkStart = -1;
2914
- this.last = null;
2915
- this.lastFrom = -1e9;
2916
- this.lastTo = -1e9;
2917
- this.from = [];
2918
- this.to = [];
2919
- this.value = [];
2920
- this.maxPoint = -1;
2921
- this.setMaxPoint = -1;
2922
- this.nextLayer = null;
2923
- }
2924
- /**
2925
- Add a range. Ranges should be added in sorted (by `from` and
2926
- `value.startSide`) order.
2927
- */
2928
- add(from, to, value) {
2929
- if (!this.addInner(from, to, value))
2930
- (this.nextLayer || (this.nextLayer = new RangeSetBuilder())).add(from, to, value);
2931
- }
2932
- /**
2933
- @internal
2934
- */
2935
- addInner(from, to, value) {
2936
- let diff = from - this.lastTo || value.startSide - this.last.endSide;
2937
- if (diff <= 0 && (from - this.lastFrom || value.startSide - this.last.startSide) < 0)
2938
- throw new Error("Ranges must be added sorted by `from` position and `startSide`");
2939
- if (diff < 0)
2940
- return false;
2941
- if (this.from.length == 250)
2942
- this.finishChunk(true);
2943
- if (this.chunkStart < 0)
2944
- this.chunkStart = from;
2945
- this.from.push(from - this.chunkStart);
2946
- this.to.push(to - this.chunkStart);
2947
- this.last = value;
2948
- this.lastFrom = from;
2949
- this.lastTo = to;
2950
- this.value.push(value);
2951
- if (value.point)
2952
- this.maxPoint = Math.max(this.maxPoint, to - from);
2953
- return true;
2954
- }
2955
- /**
2956
- @internal
2957
- */
2958
- addChunk(from, chunk) {
2959
- if ((from - this.lastTo || chunk.value[0].startSide - this.last.endSide) < 0)
2960
- return false;
2961
- if (this.from.length)
2962
- this.finishChunk(true);
2963
- this.setMaxPoint = Math.max(this.setMaxPoint, chunk.maxPoint);
2964
- this.chunks.push(chunk);
2965
- this.chunkPos.push(from);
2966
- let last = chunk.value.length - 1;
2967
- this.last = chunk.value[last];
2968
- this.lastFrom = chunk.from[last] + from;
2969
- this.lastTo = chunk.to[last] + from;
2970
- return true;
2971
- }
2972
- /**
2973
- Finish the range set. Returns the new set. The builder can't be
2974
- used anymore after this has been called.
2975
- */
2976
- finish() {
2977
- return this.finishInner(RangeSet.empty);
2978
- }
2979
- /**
2980
- @internal
2981
- */
2982
- finishInner(next) {
2983
- if (this.from.length)
2984
- this.finishChunk(false);
2985
- if (this.chunks.length == 0)
2986
- return next;
2987
- let result = RangeSet.create(this.chunkPos, this.chunks, this.nextLayer ? this.nextLayer.finishInner(next) : next, this.setMaxPoint);
2988
- this.from = null;
2989
- return result;
2990
- }
2991
- }
2992
- function findSharedChunks(a, b, textDiff) {
2993
- let inA = /* @__PURE__ */ new Map();
2994
- for (let set of a)
2995
- for (let i = 0; i < set.chunk.length; i++)
2996
- if (set.chunk[i].maxPoint <= 0)
2997
- inA.set(set.chunk[i], set.chunkPos[i]);
2998
- let shared = /* @__PURE__ */ new Set();
2999
- for (let set of b)
3000
- for (let i = 0; i < set.chunk.length; i++) {
3001
- let known = inA.get(set.chunk[i]);
3002
- if (known != null && (textDiff ? textDiff.mapPos(known) : known) == set.chunkPos[i] && !(textDiff === null || textDiff === void 0 ? void 0 : textDiff.touchesRange(known, known + set.chunk[i].length)))
3003
- shared.add(set.chunk[i]);
3004
- }
3005
- return shared;
3006
- }
3007
- class LayerCursor {
3008
- constructor(layer, skip, minPoint, rank = 0) {
3009
- this.layer = layer;
3010
- this.skip = skip;
3011
- this.minPoint = minPoint;
3012
- this.rank = rank;
3013
- }
3014
- get startSide() {
3015
- return this.value ? this.value.startSide : 0;
3016
- }
3017
- get endSide() {
3018
- return this.value ? this.value.endSide : 0;
3019
- }
3020
- goto(pos, side = -1e9) {
3021
- this.chunkIndex = this.rangeIndex = 0;
3022
- this.gotoInner(pos, side, false);
3023
- return this;
3024
- }
3025
- gotoInner(pos, side, forward) {
3026
- while (this.chunkIndex < this.layer.chunk.length) {
3027
- let next = this.layer.chunk[this.chunkIndex];
3028
- if (!(this.skip && this.skip.has(next) || this.layer.chunkEnd(this.chunkIndex) < pos || next.maxPoint < this.minPoint))
3029
- break;
3030
- this.chunkIndex++;
3031
- forward = false;
3032
- }
3033
- if (this.chunkIndex < this.layer.chunk.length) {
3034
- let rangeIndex = this.layer.chunk[this.chunkIndex].findIndex(pos - this.layer.chunkPos[this.chunkIndex], side, true);
3035
- if (!forward || this.rangeIndex < rangeIndex)
3036
- this.setRangeIndex(rangeIndex);
3037
- }
3038
- this.next();
3039
- }
3040
- forward(pos, side) {
3041
- if ((this.to - pos || this.endSide - side) < 0)
3042
- this.gotoInner(pos, side, true);
3043
- }
3044
- next() {
3045
- for (; ; ) {
3046
- if (this.chunkIndex == this.layer.chunk.length) {
3047
- this.from = this.to = 1e9;
3048
- this.value = null;
3049
- break;
3050
- } else {
3051
- let chunkPos = this.layer.chunkPos[this.chunkIndex], chunk = this.layer.chunk[this.chunkIndex];
3052
- let from = chunkPos + chunk.from[this.rangeIndex];
3053
- this.from = from;
3054
- this.to = chunkPos + chunk.to[this.rangeIndex];
3055
- this.value = chunk.value[this.rangeIndex];
3056
- this.setRangeIndex(this.rangeIndex + 1);
3057
- if (this.minPoint < 0 || this.value.point && this.to - this.from >= this.minPoint)
3058
- break;
3059
- }
3060
- }
3061
- }
3062
- setRangeIndex(index) {
3063
- if (index == this.layer.chunk[this.chunkIndex].value.length) {
3064
- this.chunkIndex++;
3065
- if (this.skip) {
3066
- while (this.chunkIndex < this.layer.chunk.length && this.skip.has(this.layer.chunk[this.chunkIndex]))
3067
- this.chunkIndex++;
3068
- }
3069
- this.rangeIndex = 0;
3070
- } else {
3071
- this.rangeIndex = index;
3072
- }
3073
- }
3074
- nextChunk() {
3075
- this.chunkIndex++;
3076
- this.rangeIndex = 0;
3077
- this.next();
3078
- }
3079
- compare(other) {
3080
- return this.from - other.from || this.startSide - other.startSide || this.rank - other.rank || this.to - other.to || this.endSide - other.endSide;
3081
- }
3082
- }
3083
- class HeapCursor {
3084
- constructor(heap) {
3085
- this.heap = heap;
3086
- }
3087
- static from(sets, skip = null, minPoint = -1) {
3088
- let heap = [];
3089
- for (let i = 0; i < sets.length; i++) {
3090
- for (let cur = sets[i]; !cur.isEmpty; cur = cur.nextLayer) {
3091
- if (cur.maxPoint >= minPoint)
3092
- heap.push(new LayerCursor(cur, skip, minPoint, i));
3093
- }
3094
- }
3095
- return heap.length == 1 ? heap[0] : new HeapCursor(heap);
3096
- }
3097
- get startSide() {
3098
- return this.value ? this.value.startSide : 0;
3099
- }
3100
- goto(pos, side = -1e9) {
3101
- for (let cur of this.heap)
3102
- cur.goto(pos, side);
3103
- for (let i = this.heap.length >> 1; i >= 0; i--)
3104
- heapBubble(this.heap, i);
3105
- this.next();
3106
- return this;
3107
- }
3108
- forward(pos, side) {
3109
- for (let cur of this.heap)
3110
- cur.forward(pos, side);
3111
- for (let i = this.heap.length >> 1; i >= 0; i--)
3112
- heapBubble(this.heap, i);
3113
- if ((this.to - pos || this.value.endSide - side) < 0)
3114
- this.next();
3115
- }
3116
- next() {
3117
- if (this.heap.length == 0) {
3118
- this.from = this.to = 1e9;
3119
- this.value = null;
3120
- this.rank = -1;
3121
- } else {
3122
- let top = this.heap[0];
3123
- this.from = top.from;
3124
- this.to = top.to;
3125
- this.value = top.value;
3126
- this.rank = top.rank;
3127
- if (top.value)
3128
- top.next();
3129
- heapBubble(this.heap, 0);
3130
- }
3131
- }
3132
- }
3133
- function heapBubble(heap, index) {
3134
- for (let cur = heap[index]; ; ) {
3135
- let childIndex = (index << 1) + 1;
3136
- if (childIndex >= heap.length)
3137
- break;
3138
- let child = heap[childIndex];
3139
- if (childIndex + 1 < heap.length && child.compare(heap[childIndex + 1]) >= 0) {
3140
- child = heap[childIndex + 1];
3141
- childIndex++;
3142
- }
3143
- if (cur.compare(child) < 0)
3144
- break;
3145
- heap[childIndex] = cur;
3146
- heap[index] = child;
3147
- index = childIndex;
3148
- }
3149
- }
3150
- class SpanCursor {
3151
- constructor(sets, skip, minPoint) {
3152
- this.minPoint = minPoint;
3153
- this.active = [];
3154
- this.activeTo = [];
3155
- this.activeRank = [];
3156
- this.minActive = -1;
3157
- this.point = null;
3158
- this.pointFrom = 0;
3159
- this.pointRank = 0;
3160
- this.to = -1e9;
3161
- this.endSide = 0;
3162
- this.openStart = -1;
3163
- this.cursor = HeapCursor.from(sets, skip, minPoint);
3164
- }
3165
- goto(pos, side = -1e9) {
3166
- this.cursor.goto(pos, side);
3167
- this.active.length = this.activeTo.length = this.activeRank.length = 0;
3168
- this.minActive = -1;
3169
- this.to = pos;
3170
- this.endSide = side;
3171
- this.openStart = -1;
3172
- this.next();
3173
- return this;
3174
- }
3175
- forward(pos, side) {
3176
- while (this.minActive > -1 && (this.activeTo[this.minActive] - pos || this.active[this.minActive].endSide - side) < 0)
3177
- this.removeActive(this.minActive);
3178
- this.cursor.forward(pos, side);
3179
- }
3180
- removeActive(index) {
3181
- remove(this.active, index);
3182
- remove(this.activeTo, index);
3183
- remove(this.activeRank, index);
3184
- this.minActive = findMinIndex(this.active, this.activeTo);
3185
- }
3186
- addActive(trackOpen) {
3187
- let i = 0, { value, to, rank } = this.cursor;
3188
- while (i < this.activeRank.length && (rank - this.activeRank[i] || to - this.activeTo[i]) > 0)
3189
- i++;
3190
- insert(this.active, i, value);
3191
- insert(this.activeTo, i, to);
3192
- insert(this.activeRank, i, rank);
3193
- if (trackOpen)
3194
- insert(trackOpen, i, this.cursor.from);
3195
- this.minActive = findMinIndex(this.active, this.activeTo);
3196
- }
3197
- // After calling this, if `this.point` != null, the next range is a
3198
- // point. Otherwise, it's a regular range, covered by `this.active`.
3199
- next() {
3200
- let from = this.to, wasPoint = this.point;
3201
- this.point = null;
3202
- let trackOpen = this.openStart < 0 ? [] : null;
3203
- for (; ; ) {
3204
- let a = this.minActive;
3205
- if (a > -1 && (this.activeTo[a] - this.cursor.from || this.active[a].endSide - this.cursor.startSide) < 0) {
3206
- if (this.activeTo[a] > from) {
3207
- this.to = this.activeTo[a];
3208
- this.endSide = this.active[a].endSide;
3209
- break;
3210
- }
3211
- this.removeActive(a);
3212
- if (trackOpen)
3213
- remove(trackOpen, a);
3214
- } else if (!this.cursor.value) {
3215
- this.to = this.endSide = 1e9;
3216
- break;
3217
- } else if (this.cursor.from > from) {
3218
- this.to = this.cursor.from;
3219
- this.endSide = this.cursor.startSide;
3220
- break;
3221
- } else {
3222
- let nextVal = this.cursor.value;
3223
- if (!nextVal.point) {
3224
- this.addActive(trackOpen);
3225
- this.cursor.next();
3226
- } else if (wasPoint && this.cursor.to == this.to && this.cursor.from < this.cursor.to) {
3227
- this.cursor.next();
3228
- } else {
3229
- this.point = nextVal;
3230
- this.pointFrom = this.cursor.from;
3231
- this.pointRank = this.cursor.rank;
3232
- this.to = this.cursor.to;
3233
- this.endSide = nextVal.endSide;
3234
- this.cursor.next();
3235
- this.forward(this.to, this.endSide);
3236
- break;
3237
- }
3238
- }
3239
- }
3240
- if (trackOpen) {
3241
- this.openStart = 0;
3242
- for (let i = trackOpen.length - 1; i >= 0 && trackOpen[i] < from; i--)
3243
- this.openStart++;
3244
- }
3245
- }
3246
- activeForPoint(to) {
3247
- if (!this.active.length)
3248
- return this.active;
3249
- let active = [];
3250
- for (let i = this.active.length - 1; i >= 0; i--) {
3251
- if (this.activeRank[i] < this.pointRank)
3252
- break;
3253
- if (this.activeTo[i] > to || this.activeTo[i] == to && this.active[i].endSide >= this.point.endSide)
3254
- active.push(this.active[i]);
3255
- }
3256
- return active.reverse();
3257
- }
3258
- openEnd(to) {
3259
- let open = 0;
3260
- for (let i = this.activeTo.length - 1; i >= 0 && this.activeTo[i] > to; i--)
3261
- open++;
3262
- return open;
3263
- }
3264
- }
3265
- function compare(a, startA, b, startB, length, comparator) {
3266
- a.goto(startA);
3267
- b.goto(startB);
3268
- let endB = startB + length;
3269
- let pos = startB, dPos = startB - startA;
3270
- for (; ; ) {
3271
- let dEnd = a.to + dPos - b.to, diff = dEnd || a.endSide - b.endSide;
3272
- let end = diff < 0 ? a.to + dPos : b.to, clipEnd = Math.min(end, endB);
3273
- if (a.point || b.point) {
3274
- if (!(a.point && b.point && (a.point == b.point || a.point.eq(b.point)) && sameValues(a.activeForPoint(a.to), b.activeForPoint(b.to))))
3275
- comparator.comparePoint(pos, clipEnd, a.point, b.point);
3276
- } else {
3277
- if (clipEnd > pos && !sameValues(a.active, b.active))
3278
- comparator.compareRange(pos, clipEnd, a.active, b.active);
3279
- }
3280
- if (end > endB)
3281
- break;
3282
- if ((dEnd || a.openEnd != b.openEnd) && comparator.boundChange)
3283
- comparator.boundChange(end);
3284
- pos = end;
3285
- if (diff <= 0)
3286
- a.next();
3287
- if (diff >= 0)
3288
- b.next();
3289
- }
3290
- }
3291
- function sameValues(a, b) {
3292
- if (a.length != b.length)
3293
- return false;
3294
- for (let i = 0; i < a.length; i++)
3295
- if (a[i] != b[i] && !a[i].eq(b[i]))
3296
- return false;
3297
- return true;
3298
- }
3299
- function remove(array, index) {
3300
- for (let i = index, e = array.length - 1; i < e; i++)
3301
- array[i] = array[i + 1];
3302
- array.pop();
3303
- }
3304
- function insert(array, index, value) {
3305
- for (let i = array.length - 1; i >= index; i--)
3306
- array[i + 1] = array[i];
3307
- array[index] = value;
3308
- }
3309
- function findMinIndex(value, array) {
3310
- let found = -1, foundPos = 1e9;
3311
- for (let i = 0; i < array.length; i++)
3312
- if ((array[i] - foundPos || value[i].endSide - value[found].endSide) < 0) {
3313
- found = i;
3314
- foundPos = array[i];
3315
- }
3316
- return found;
3317
- }
3318
- function countColumn(string, tabSize, to = string.length) {
3319
- let n = 0;
3320
- for (let i = 0; i < to && i < string.length; ) {
3321
- if (string.charCodeAt(i) == 9) {
3322
- n += tabSize - n % tabSize;
3323
- i++;
3324
- } else {
3325
- n++;
3326
- i = findClusterBreak(string, i);
3327
- }
3328
- }
3329
- return n;
3330
- }
3331
- function findColumn(string, col, tabSize, strict) {
3332
- for (let i = 0, n = 0; ; ) {
3333
- if (n >= col)
3334
- return i;
3335
- if (i == string.length)
3336
- break;
3337
- n += string.charCodeAt(i) == 9 ? tabSize - n % tabSize : 1;
3338
- i = findClusterBreak(string, i);
3339
- }
3340
- return strict === true ? -1 : string.length;
3341
- }
3342
- export {
3343
- Annotation,
3344
- AnnotationType,
3345
- ChangeDesc,
3346
- ChangeSet,
3347
- CharCategory,
3348
- Compartment,
3349
- EditorSelection,
3350
- EditorState,
3351
- Facet,
3352
- Line,
3353
- MapMode,
3354
- Prec,
3355
- Range,
3356
- RangeSet,
3357
- RangeSetBuilder,
3358
- RangeValue,
3359
- SelectionRange,
3360
- StateEffect,
3361
- StateEffectType,
3362
- StateField,
3363
- Text,
3364
- Transaction,
3365
- codePointAt,
3366
- codePointSize,
3367
- combineConfig,
3368
- countColumn,
3369
- findClusterBreak,
3370
- findColumn,
3371
- fromCodePoint
3372
- };
3373
- //# sourceMappingURL=index.es.js.map