@easyv/biz-components 1.0.28 → 1.0.30

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 (1436) hide show
  1. package/README.md +1 -1
  2. package/dist/_virtual/index.es4.js +2 -2
  3. package/dist/_virtual/index.es6.js +2 -2
  4. package/dist/components/code-mirror-editor/code-mirror-editor.d.ts +10 -0
  5. package/dist/components/{code-editor/code-editor.es.js → code-mirror-editor/code-mirror-editor.es.js} +53 -28
  6. package/dist/components/code-mirror-editor/code-mirror-editor.es.js.map +1 -0
  7. package/dist/components/code-mirror-editor/constants.d.ts +135 -0
  8. package/dist/components/code-mirror-editor/constants.es.js +281 -0
  9. package/dist/components/code-mirror-editor/constants.es.js.map +1 -0
  10. package/dist/components/code-mirror-editor/index.d.ts +1 -0
  11. package/dist/components/code-mirror-editor/utils.d.ts +61 -0
  12. package/dist/components/code-mirror-editor/utils.es.js +128 -0
  13. package/dist/components/code-mirror-editor/utils.es.js.map +1 -0
  14. package/dist/components/editor-tool/editor-tool.d.ts +3 -0
  15. package/dist/components/editor-tool/editor-tool.es.js +218 -0
  16. package/dist/components/editor-tool/editor-tool.es.js.map +1 -0
  17. package/dist/components/editor-tool/index.d.ts +1 -0
  18. package/dist/components/index.d.ts +3 -1
  19. package/dist/index.es.js +4 -2
  20. package/dist/index.es.js.map +1 -1
  21. package/dist/lib/_virtual/_commonjsHelpers.es.js +9 -0
  22. package/dist/lib/_virtual/_commonjsHelpers.es.js.map +1 -0
  23. package/dist/lib/_virtual/dayjs.min.es.js +5 -0
  24. package/dist/lib/_virtual/dayjs.min.es.js.map +1 -0
  25. package/dist/lib/_virtual/index.es.js +5 -0
  26. package/dist/lib/_virtual/index.es.js.map +1 -0
  27. package/dist/lib/_virtual/index.es2.js +5 -0
  28. package/dist/lib/_virtual/index.es2.js.map +1 -0
  29. package/dist/lib/_virtual/index.es3.js +5 -0
  30. package/dist/lib/_virtual/index.es3.js.map +1 -0
  31. package/dist/lib/_virtual/index.es4.js +5 -0
  32. package/dist/lib/_virtual/index.es4.js.map +1 -0
  33. package/dist/lib/_virtual/index.es5.js +5 -0
  34. package/dist/lib/_virtual/index.es5.js.map +1 -0
  35. package/dist/{_virtual/index.es7.js → lib/_virtual/index.es6.js} +1 -1
  36. package/dist/lib/_virtual/index.es6.js.map +1 -0
  37. package/dist/lib/_virtual/jsx-runtime.es.js +5 -0
  38. package/dist/lib/_virtual/jsx-runtime.es.js.map +1 -0
  39. package/dist/lib/_virtual/react-is.development.es.js +5 -0
  40. package/dist/lib/_virtual/react-is.development.es.js.map +1 -0
  41. package/dist/lib/_virtual/react-is.development.es2.js +5 -0
  42. package/dist/lib/_virtual/react-is.development.es2.js.map +1 -0
  43. package/dist/lib/_virtual/react-is.production.min.es.js +5 -0
  44. package/dist/lib/_virtual/react-is.production.min.es.js.map +1 -0
  45. package/dist/lib/_virtual/react-is.production.min.es2.js +5 -0
  46. package/dist/lib/_virtual/react-is.production.min.es2.js.map +1 -0
  47. package/dist/lib/_virtual/react-jsx-runtime.development.es.js +5 -0
  48. package/dist/lib/_virtual/react-jsx-runtime.development.es.js.map +1 -0
  49. package/dist/lib/_virtual/react-jsx-runtime.production.min.es.js +5 -0
  50. package/dist/lib/_virtual/react-jsx-runtime.production.min.es.js.map +1 -0
  51. package/dist/lib/_virtual/utilities.es.js +5 -0
  52. package/dist/lib/_virtual/utilities.es.js.map +1 -0
  53. package/dist/lib/ant-components/input/input.es.js +12 -0
  54. package/dist/lib/ant-components/input/input.es.js.map +1 -0
  55. package/dist/lib/ant-components/input/input.module.less.es.js +7 -0
  56. package/dist/lib/ant-components/input/input.module.less.es.js.map +1 -0
  57. package/dist/lib/asserts/icons/agent-step-hint-icon.svg.es.js +6 -0
  58. package/dist/lib/asserts/icons/agent-step-hint-icon.svg.es.js.map +1 -0
  59. package/dist/lib/components/ai-message-render/ai-message-render.es.js +160 -0
  60. package/dist/lib/components/ai-message-render/ai-message-render.es.js.map +1 -0
  61. package/dist/lib/components/ai-message-render/image-preview.es.js +22 -0
  62. package/dist/lib/components/ai-message-render/image-preview.es.js.map +1 -0
  63. package/dist/lib/components/ai-message-render/index.less.es.js +5 -0
  64. package/dist/lib/components/ai-message-render/index.less.es.js.map +1 -0
  65. package/dist/lib/components/ai-message-render/index.module.less.es.js +7 -0
  66. package/dist/lib/components/ai-message-render/index.module.less.es.js.map +1 -0
  67. package/dist/lib/components/ai-message-render/utils.es.js +146 -0
  68. package/dist/lib/components/ai-message-render/utils.es.js.map +1 -0
  69. package/dist/lib/components/ai-model-select/ai-model-select-panel.es.js +192 -0
  70. package/dist/lib/components/ai-model-select/ai-model-select-panel.es.js.map +1 -0
  71. package/dist/lib/components/ai-model-select/iconBtn.es.js +21 -0
  72. package/dist/lib/components/ai-model-select/iconBtn.es.js.map +1 -0
  73. package/dist/lib/components/code-mirror-editor/code-mirror-editor.es.js +176 -0
  74. package/dist/lib/components/code-mirror-editor/code-mirror-editor.es.js.map +1 -0
  75. package/dist/lib/components/code-mirror-editor/constants.es.js +281 -0
  76. package/dist/lib/components/code-mirror-editor/constants.es.js.map +1 -0
  77. package/dist/lib/components/code-mirror-editor/utils.es.js +131 -0
  78. package/dist/lib/components/code-mirror-editor/utils.es.js.map +1 -0
  79. package/dist/lib/components/easyv-monaco-editor/easyv-monaco-editor.es.js +246 -0
  80. package/dist/lib/components/easyv-monaco-editor/easyv-monaco-editor.es.js.map +1 -0
  81. package/dist/lib/components/echarts-render/echarts-render.es.js +36 -0
  82. package/dist/lib/components/echarts-render/echarts-render.es.js.map +1 -0
  83. package/dist/lib/components/error-boundary/error-boundary.es.js +41 -0
  84. package/dist/lib/components/error-boundary/error-boundary.es.js.map +1 -0
  85. package/dist/lib/components/scroll-controller/scroll-controller.es.js +73 -0
  86. package/dist/lib/components/scroll-controller/scroll-controller.es.js.map +1 -0
  87. package/dist/lib/components/shadow-dom/shadow-dom.es.js +49 -0
  88. package/dist/lib/components/shadow-dom/shadow-dom.es.js.map +1 -0
  89. package/dist/lib/components/voice-animation/voice-animation.es.js +48 -0
  90. package/dist/lib/components/voice-animation/voice-animation.es.js.map +1 -0
  91. package/dist/lib/easyv-biz-components/src/ant-components/index.d.ts +1 -0
  92. package/dist/lib/easyv-biz-components/src/ant-components/input/index.d.ts +1 -0
  93. package/dist/lib/easyv-biz-components/src/ant-components/input/input.d.ts +9 -0
  94. package/dist/lib/easyv-biz-components/src/components/ai-message-render/ai-message-render.d.ts +26 -0
  95. package/dist/lib/easyv-biz-components/src/components/ai-message-render/constants.d.ts +0 -0
  96. package/dist/lib/easyv-biz-components/src/components/ai-message-render/image-preview.d.ts +9 -0
  97. package/dist/lib/easyv-biz-components/src/components/ai-message-render/index.d.ts +3 -0
  98. package/dist/lib/easyv-biz-components/src/components/ai-message-render/test/ai-message-render.cy.d.ts +1 -0
  99. package/dist/lib/easyv-biz-components/src/components/ai-message-render/types.d.ts +42 -0
  100. package/dist/lib/easyv-biz-components/src/components/ai-message-render/utils.d.ts +25 -0
  101. package/dist/lib/easyv-biz-components/src/components/ai-model-select/ai-model-select-panel.d.ts +23 -0
  102. package/dist/lib/easyv-biz-components/src/components/ai-model-select/iconBtn.d.ts +6 -0
  103. package/dist/lib/easyv-biz-components/src/components/ai-model-select/index.d.ts +2 -0
  104. package/dist/lib/easyv-biz-components/src/components/ai-model-select/test/ai-model-select-panel.cy.d.ts +1 -0
  105. package/dist/lib/easyv-biz-components/src/components/ai-model-select/types.d.ts +11 -0
  106. package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/code-mirror-editor.d.ts +14 -0
  107. package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/constants.d.ts +135 -0
  108. package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/format-utils.d.ts +10 -0
  109. package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/index.d.ts +1 -0
  110. package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/test/CodeEditor.cy.d.ts +1 -0
  111. package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/theme.d.ts +4 -0
  112. package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/utils.d.ts +61 -0
  113. package/dist/lib/easyv-biz-components/src/components/easyv-monaco-editor/easyv-monaco-editor.d.ts +4 -0
  114. package/dist/lib/easyv-biz-components/src/components/easyv-monaco-editor/index.d.ts +2 -0
  115. package/dist/lib/easyv-biz-components/src/components/easyv-monaco-editor/test/easyv-monaco-editor.cy.d.ts +1 -0
  116. package/dist/lib/easyv-biz-components/src/components/easyv-monaco-editor/types.d.ts +91 -0
  117. package/dist/lib/easyv-biz-components/src/components/echarts-render/echarts-render.d.ts +12 -0
  118. package/dist/lib/easyv-biz-components/src/components/echarts-render/index.d.ts +2 -0
  119. package/dist/lib/easyv-biz-components/src/components/echarts-render/test/base.cy.d.ts +1 -0
  120. package/dist/lib/easyv-biz-components/src/components/echarts-render/types.d.ts +5 -0
  121. package/dist/lib/easyv-biz-components/src/components/error-boundary/error-boundary.d.ts +19 -0
  122. package/dist/lib/easyv-biz-components/src/components/error-boundary/index.d.ts +1 -0
  123. package/dist/lib/easyv-biz-components/src/components/index.d.ts +10 -0
  124. package/dist/lib/easyv-biz-components/src/components/scroll-controller/index.d.ts +1 -0
  125. package/dist/lib/easyv-biz-components/src/components/scroll-controller/scroll-controller.d.ts +13 -0
  126. package/dist/lib/easyv-biz-components/src/components/shadow-dom/index.d.ts +1 -0
  127. package/dist/lib/easyv-biz-components/src/components/shadow-dom/shadow-dom.d.ts +9 -0
  128. package/dist/lib/easyv-biz-components/src/components/voice-animation/index.d.ts +1 -0
  129. package/dist/lib/easyv-biz-components/src/components/voice-animation/test/voice-animation.cy.d.ts +1 -0
  130. package/dist/lib/easyv-biz-components/src/components/voice-animation/voice-animation.d.ts +14 -0
  131. package/dist/lib/easyv-biz-components/src/hooks/index.d.ts +6 -0
  132. package/dist/lib/easyv-biz-components/src/hooks/use-ai-agent-message/constants.d.ts +4 -0
  133. package/dist/lib/easyv-biz-components/src/hooks/use-ai-agent-message/index.d.ts +3 -0
  134. package/dist/lib/easyv-biz-components/src/hooks/use-ai-agent-message/types.d.ts +7 -0
  135. package/dist/lib/easyv-biz-components/src/hooks/use-ai-agent-message/use-ai-agent-message.d.ts +31 -0
  136. package/dist/lib/easyv-biz-components/src/hooks/use-ai-agent-message/utils.d.ts +4 -0
  137. package/dist/lib/easyv-biz-components/src/hooks/use-div-auto-scroll.d.ts +17 -0
  138. package/dist/lib/easyv-biz-components/src/hooks/use-document-unmount/index.d.ts +1 -0
  139. package/dist/lib/easyv-biz-components/src/hooks/use-document-unmount/use-document-unmount.d.ts +1 -0
  140. package/dist/lib/easyv-biz-components/src/hooks/use-initialized.d.ts +7 -0
  141. package/dist/lib/easyv-biz-components/src/hooks/use-socket-events/constant.d.ts +52 -0
  142. package/dist/lib/easyv-biz-components/src/hooks/use-socket-events/index.d.ts +3 -0
  143. package/dist/lib/easyv-biz-components/src/hooks/use-socket-events/types.d.ts +47 -0
  144. package/dist/lib/easyv-biz-components/src/hooks/use-socket-events/use-socket-events.d.ts +21 -0
  145. package/dist/lib/easyv-biz-components/src/hooks/use-watch-value/playground.cy.d.ts +1 -0
  146. package/dist/lib/easyv-biz-components/src/hooks/use-watch-value/use-watch-value.cy.d.ts +1 -0
  147. package/dist/lib/easyv-biz-components/src/hooks/use-watch-value/use-watch-value.d.ts +43 -0
  148. package/dist/lib/easyv-biz-components/src/index.d.ts +4 -0
  149. package/dist/lib/easyv-biz-components/src/types/index.d.ts +0 -0
  150. package/dist/lib/easyv-biz-components/src/utils/ai-agent-message-manager/ai-agent-message-manager.d.ts +28 -0
  151. package/dist/lib/easyv-biz-components/src/utils/ai-agent-message-manager/constants.d.ts +56 -0
  152. package/dist/lib/easyv-biz-components/src/utils/ai-agent-message-manager/index.d.ts +3 -0
  153. package/dist/lib/easyv-biz-components/src/utils/ai-agent-message-manager/types.d.ts +132 -0
  154. package/dist/lib/easyv-biz-components/src/utils/ai-agent-message-manager/utils.d.ts +1 -0
  155. package/dist/lib/easyv-biz-components/src/utils/common/common.d.ts +2 -0
  156. package/dist/lib/easyv-biz-components/src/utils/common/index.d.ts +2 -0
  157. package/dist/lib/easyv-biz-components/src/utils/common/url.d.ts +2 -0
  158. package/dist/lib/easyv-biz-components/src/utils/fetchKnowledge/fetchKnowledge.d.ts +10 -0
  159. package/dist/lib/easyv-biz-components/src/utils/fetchKnowledge/index.d.ts +1 -0
  160. package/dist/lib/easyv-biz-components/src/utils/fun-ASR/fun-ASR-manager.d.ts +116 -0
  161. package/dist/lib/easyv-biz-components/src/utils/fun-ASR/index.d.ts +1 -0
  162. package/dist/lib/easyv-biz-components/src/utils/index.d.ts +7 -0
  163. package/dist/lib/easyv-biz-components/src/utils/vosk-browser-manager/audio-manager/audio-manager.d.ts +31 -0
  164. package/dist/lib/easyv-biz-components/src/utils/vosk-browser-manager/audio-manager/test/audio-manager.cy.d.ts +1 -0
  165. package/dist/lib/easyv-biz-components/src/utils/vosk-browser-manager/audio-manager/types.d.ts +2 -0
  166. package/dist/lib/easyv-biz-components/src/utils/vosk-browser-manager/index.d.ts +2 -0
  167. package/dist/lib/easyv-biz-components/src/utils/vosk-browser-manager/test/voskBrowserManager.cy.d.ts +1 -0
  168. package/dist/lib/easyv-biz-components/src/utils/vosk-browser-manager/vosk-browser-manager.d.ts +38 -0
  169. package/dist/lib/easyv-biz-components/src/utils/wait-something/index.d.ts +9 -0
  170. package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/XF-stream-voice-manager.d.ts +90 -0
  171. package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/index.d.ts +3 -0
  172. package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/recorder-manager/RecorderManager-draft.d.ts +38 -0
  173. package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/recorder-manager/index.d.ts +1 -0
  174. package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/test/RecorderManager.cy.d.ts +1 -0
  175. package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/test/XunFeiVoiceManager.cy.d.ts +1 -0
  176. package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/types.d.ts +39 -0
  177. package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/utils.d.ts +17 -0
  178. package/dist/lib/hooks/use-ai-agent-message/constants.es.js +10 -0
  179. package/dist/lib/hooks/use-ai-agent-message/constants.es.js.map +1 -0
  180. package/dist/lib/hooks/use-ai-agent-message/use-ai-agent-message.es.js +243 -0
  181. package/dist/lib/hooks/use-ai-agent-message/use-ai-agent-message.es.js.map +1 -0
  182. package/dist/lib/hooks/use-ai-agent-message/utils.es.js +25 -0
  183. package/dist/lib/hooks/use-ai-agent-message/utils.es.js.map +1 -0
  184. package/dist/lib/hooks/use-div-auto-scroll.es.js +51 -0
  185. package/dist/lib/hooks/use-div-auto-scroll.es.js.map +1 -0
  186. package/dist/lib/hooks/use-document-unmount/use-document-unmount.es.js +18 -0
  187. package/dist/lib/hooks/use-document-unmount/use-document-unmount.es.js.map +1 -0
  188. package/dist/lib/hooks/use-initialized.es.js +23 -0
  189. package/dist/lib/hooks/use-initialized.es.js.map +1 -0
  190. package/dist/lib/hooks/use-socket-events/constant.es.js +103 -0
  191. package/dist/lib/hooks/use-socket-events/constant.es.js.map +1 -0
  192. package/dist/lib/hooks/use-socket-events/use-socket-events.es.js +128 -0
  193. package/dist/lib/hooks/use-socket-events/use-socket-events.es.js.map +1 -0
  194. package/dist/lib/hooks/use-watch-value/use-watch-value.es.js +35 -0
  195. package/dist/lib/hooks/use-watch-value/use-watch-value.es.js.map +1 -0
  196. package/dist/lib/index.d.ts +1 -0
  197. package/dist/lib/index.es.js +91 -0
  198. package/dist/lib/index.es.js.map +1 -0
  199. package/dist/lib/node_modules/.pnpm/@ant-design_colors@6.0.0/node_modules/@ant-design/colors/dist/index.esm.es.js +176 -0
  200. package/dist/lib/node_modules/.pnpm/@ant-design_colors@6.0.0/node_modules/@ant-design/colors/dist/index.esm.es.js.map +1 -0
  201. package/dist/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/CloseCircleFilled.es.js +5 -0
  202. 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 +1 -0
  203. package/dist/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/EyeInvisibleOutlined.es.js +5 -0
  204. 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 +1 -0
  205. package/dist/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/EyeOutlined.es.js +5 -0
  206. 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 +1 -0
  207. package/dist/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/LoadingOutlined.es.js +5 -0
  208. 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 +1 -0
  209. package/dist/lib/node_modules/.pnpm/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/SearchOutlined.es.js +5 -0
  210. 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 +1 -0
  211. 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 +47 -0
  212. 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 +1 -0
  213. 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 +6 -0
  214. 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 +1 -0
  215. 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 +56 -0
  216. 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 +1 -0
  217. 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 +22 -0
  218. 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 +1 -0
  219. 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 +18 -0
  220. 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 +1 -0
  221. 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 +18 -0
  222. 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 +1 -0
  223. 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 +18 -0
  224. 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 +1 -0
  225. 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 +18 -0
  226. 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 +1 -0
  227. 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 +18 -0
  228. 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 +1 -0
  229. 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 +75 -0
  230. 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 +1 -0
  231. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.es.js +9 -0
  232. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.es.js.map +1 -0
  233. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.es.js +7 -0
  234. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.es.js.map +1 -0
  235. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.es.js +8 -0
  236. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.es.js.map +1 -0
  237. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.es.js +8 -0
  238. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.es.js.map +1 -0
  239. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.es.js +27 -0
  240. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.es.js.map +1 -0
  241. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/classCallCheck.es.js +7 -0
  242. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/classCallCheck.es.js.map +1 -0
  243. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/createClass.es.js +16 -0
  244. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/createClass.es.js.map +1 -0
  245. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/createSuper.es.js +18 -0
  246. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/createSuper.es.js.map +1 -0
  247. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/defineProperty.es.js +13 -0
  248. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/defineProperty.es.js.map +1 -0
  249. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/extends.es.js +13 -0
  250. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/extends.es.js.map +1 -0
  251. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.es.js +9 -0
  252. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.es.js.map +1 -0
  253. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/inherits.es.js +17 -0
  254. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/inherits.es.js.map +1 -0
  255. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.es.js +14 -0
  256. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.es.js.map +1 -0
  257. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/iterableToArray.es.js +7 -0
  258. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/iterableToArray.es.js.map +1 -0
  259. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.es.js +25 -0
  260. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.es.js.map +1 -0
  261. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/nonIterableRest.es.js +7 -0
  262. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/nonIterableRest.es.js.map +1 -0
  263. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.es.js +7 -0
  264. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.es.js.map +1 -0
  265. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectSpread2.es.js +26 -0
  266. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectSpread2.es.js.map +1 -0
  267. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.es.js +14 -0
  268. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.es.js.map +1 -0
  269. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js +13 -0
  270. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js.map +1 -0
  271. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.es.js +11 -0
  272. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.es.js.map +1 -0
  273. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.es.js +289 -0
  274. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.es.js.map +1 -0
  275. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.es.js +9 -0
  276. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.es.js.map +1 -0
  277. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/slicedToArray.es.js +11 -0
  278. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/slicedToArray.es.js.map +1 -0
  279. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toArray.es.js +11 -0
  280. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toArray.es.js.map +1 -0
  281. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toConsumableArray.es.js +11 -0
  282. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toConsumableArray.es.js.map +1 -0
  283. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toPrimitive.es.js +15 -0
  284. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toPrimitive.es.js.map +1 -0
  285. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toPropertyKey.es.js +10 -0
  286. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toPropertyKey.es.js.map +1 -0
  287. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/typeof.es.js +12 -0
  288. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/typeof.es.js.map +1 -0
  289. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.es.js +12 -0
  290. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.es.js.map +1 -0
  291. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/extends.es.js +13 -0
  292. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/extends.es.js.map +1 -0
  293. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js +13 -0
  294. package/dist/lib/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js.map +1 -0
  295. package/dist/lib/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 +1722 -0
  296. package/dist/lib/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 +1 -0
  297. package/dist/lib/node_modules/.pnpm/@codemirror_commands@6.8.1/node_modules/@codemirror/commands/dist/index.es.js +1127 -0
  298. package/dist/lib/node_modules/.pnpm/@codemirror_commands@6.8.1/node_modules/@codemirror/commands/dist/index.es.js.map +1 -0
  299. package/dist/lib/node_modules/.pnpm/@codemirror_lang-javascript@6.2.1/node_modules/@codemirror/lang-javascript/dist/index.es.js +309 -0
  300. package/dist/lib/node_modules/.pnpm/@codemirror_lang-javascript@6.2.1/node_modules/@codemirror/lang-javascript/dist/index.es.js.map +1 -0
  301. package/dist/lib/node_modules/.pnpm/@codemirror_lang-json@6.0.1/node_modules/@codemirror/lang-json/dist/index.es.js +28 -0
  302. package/dist/lib/node_modules/.pnpm/@codemirror_lang-json@6.0.1/node_modules/@codemirror/lang-json/dist/index.es.js.map +1 -0
  303. package/dist/lib/node_modules/.pnpm/@codemirror_lang-sql@6.6.4_@codemirror_view@6.38.0/node_modules/@codemirror/lang-sql/dist/index.es.js +606 -0
  304. package/dist/lib/node_modules/.pnpm/@codemirror_lang-sql@6.6.4_@codemirror_view@6.38.0/node_modules/@codemirror/lang-sql/dist/index.es.js.map +1 -0
  305. package/dist/lib/node_modules/.pnpm/@codemirror_language@6.11.0/node_modules/@codemirror/language/dist/index.es.js +1587 -0
  306. package/dist/lib/node_modules/.pnpm/@codemirror_language@6.11.0/node_modules/@codemirror/language/dist/index.es.js.map +1 -0
  307. package/dist/lib/node_modules/.pnpm/@codemirror_lint@6.5.0/node_modules/@codemirror/lint/dist/index.es.js +703 -0
  308. package/dist/lib/node_modules/.pnpm/@codemirror_lint@6.5.0/node_modules/@codemirror/lint/dist/index.es.js.map +1 -0
  309. package/dist/lib/node_modules/.pnpm/@codemirror_search@6.5.10/node_modules/@codemirror/search/dist/index.es.js +1134 -0
  310. package/dist/lib/node_modules/.pnpm/@codemirror_search@6.5.10/node_modules/@codemirror/search/dist/index.es.js.map +1 -0
  311. package/dist/lib/node_modules/.pnpm/@codemirror_state@6.5.2/node_modules/@codemirror/state/dist/index.es.js +3373 -0
  312. package/dist/lib/node_modules/.pnpm/@codemirror_state@6.5.2/node_modules/@codemirror/state/dist/index.es.js.map +1 -0
  313. package/dist/lib/node_modules/.pnpm/@codemirror_theme-one-dark@6.1.3/node_modules/@codemirror/theme-one-dark/dist/index.es.js +136 -0
  314. package/dist/lib/node_modules/.pnpm/@codemirror_theme-one-dark@6.1.3/node_modules/@codemirror/theme-one-dark/dist/index.es.js.map +1 -0
  315. package/dist/lib/node_modules/.pnpm/@codemirror_view@6.38.0/node_modules/@codemirror/view/dist/index.es.js +10129 -0
  316. package/dist/lib/node_modules/.pnpm/@codemirror_view@6.38.0/node_modules/@codemirror/view/dist/index.es.js.map +1 -0
  317. package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/conversion.es.js +113 -0
  318. package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/conversion.es.js.map +1 -0
  319. package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/css-color-names.es.js +154 -0
  320. package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/css-color-names.es.js.map +1 -0
  321. package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/format-input.es.js +149 -0
  322. package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/format-input.es.js.map +1 -0
  323. package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/util.es.js +50 -0
  324. package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/util.es.js.map +1 -0
  325. package/dist/lib/node_modules/.pnpm/@easyv_react-icons@6.3.0/node_modules/@easyv/react-icons/dist/index.esm.es.js +5203 -0
  326. package/dist/lib/node_modules/.pnpm/@easyv_react-icons@6.3.0/node_modules/@easyv/react-icons/dist/index.esm.es.js.map +1 -0
  327. package/dist/lib/node_modules/.pnpm/@lezer_common@1.2.3/node_modules/@lezer/common/dist/index.es.js +1670 -0
  328. package/dist/lib/node_modules/.pnpm/@lezer_common@1.2.3/node_modules/@lezer/common/dist/index.es.js.map +1 -0
  329. package/dist/lib/node_modules/.pnpm/@lezer_highlight@1.2.1/node_modules/@lezer/highlight/dist/index.es.js +697 -0
  330. package/dist/lib/node_modules/.pnpm/@lezer_highlight@1.2.1/node_modules/@lezer/highlight/dist/index.es.js.map +1 -0
  331. package/dist/lib/node_modules/.pnpm/@lezer_javascript@1.4.21/node_modules/@lezer/javascript/dist/index.es.js +195 -0
  332. package/dist/lib/node_modules/.pnpm/@lezer_javascript@1.4.21/node_modules/@lezer/javascript/dist/index.es.js.map +1 -0
  333. package/dist/lib/node_modules/.pnpm/@lezer_json@1.0.3/node_modules/@lezer/json/dist/index.es.js +36 -0
  334. package/dist/lib/node_modules/.pnpm/@lezer_json@1.0.3/node_modules/@lezer/json/dist/index.es.js.map +1 -0
  335. package/dist/lib/node_modules/.pnpm/@lezer_lr@1.4.2/node_modules/@lezer/lr/dist/index.es.js +1767 -0
  336. package/dist/lib/node_modules/.pnpm/@lezer_lr@1.4.2/node_modules/@lezer/lr/dist/index.es.js.map +1 -0
  337. package/dist/lib/node_modules/.pnpm/@marijn_find-cluster-break@1.0.2/node_modules/@marijn/find-cluster-break/src/index.es.js +76 -0
  338. package/dist/lib/node_modules/.pnpm/@marijn_find-cluster-break@1.0.2/node_modules/@marijn/find-cluster-break/src/index.es.js.map +1 -0
  339. package/dist/lib/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 +63 -0
  340. package/dist/lib/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 +1 -0
  341. package/dist/lib/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 +100 -0
  342. package/dist/lib/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 +1 -0
  343. package/dist/lib/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 +82 -0
  344. package/dist/lib/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 +1 -0
  345. package/dist/lib/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 +1 -0
  346. package/dist/{node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.27.0_@codemirror_autocomplete@6.11.0_@co_23e4ab2dcd0b1efe365ce4b7a9046dac → lib/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 +2 -2
  347. package/dist/lib/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 +1 -0
  348. package/dist/lib/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 +1 -0
  349. package/dist/lib/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 +1 -0
  350. package/dist/lib/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 +1 -0
  351. package/dist/lib/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/deserialize.es.js +69 -0
  352. package/dist/lib/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/deserialize.es.js.map +1 -0
  353. package/dist/lib/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/index.es.js +12 -0
  354. package/dist/lib/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/index.es.js.map +1 -0
  355. package/dist/lib/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/serialize.es.js +136 -0
  356. package/dist/lib/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/serialize.es.js.map +1 -0
  357. package/dist/lib/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/types.es.js +23 -0
  358. package/dist/lib/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/types.es.js.map +1 -0
  359. package/dist/lib/node_modules/.pnpm/acorn-walk@8.3.4/node_modules/acorn-walk/dist/walk.es.js +297 -0
  360. package/dist/lib/node_modules/.pnpm/acorn-walk@8.3.4/node_modules/acorn-walk/dist/walk.es.js.map +1 -0
  361. package/dist/lib/node_modules/.pnpm/acorn@8.15.0/node_modules/acorn/dist/acorn.es.js +5585 -0
  362. package/dist/lib/node_modules/.pnpm/acorn@8.15.0/node_modules/acorn/dist/acorn.es.js.map +1 -0
  363. package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/useLatest/index.es.js +10 -0
  364. package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/useLatest/index.es.js.map +1 -0
  365. package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/useMemoizedFn/index.es.js +29 -0
  366. package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/useMemoizedFn/index.es.js.map +1 -0
  367. package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/useThrottleFn/index.es.js +38 -0
  368. package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/useThrottleFn/index.es.js.map +1 -0
  369. package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/useUnmount/index.es.js +21 -0
  370. package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/useUnmount/index.es.js.map +1 -0
  371. package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/utils/index.es.js +7 -0
  372. package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/utils/index.es.js.map +1 -0
  373. package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/utils/isDev.es.js +5 -0
  374. package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/utils/isDev.es.js.map +1 -0
  375. 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 +29 -0
  376. 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 +1 -0
  377. 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 +21 -0
  378. 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 +1 -0
  379. 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 +16 -0
  380. 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 +1 -0
  381. 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 +10 -0
  382. 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 +1 -0
  383. 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 +18 -0
  384. 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 +1 -0
  385. 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 +194 -0
  386. 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 +1 -0
  387. 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 +52 -0
  388. 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 +1 -0
  389. 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 +49 -0
  390. 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 +1 -0
  391. 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 +182 -0
  392. 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 +1 -0
  393. 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 +5 -0
  394. 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 +1 -0
  395. 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 +6 -0
  396. 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 +1 -0
  397. 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 +6 -0
  398. 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 +1 -0
  399. 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 +15 -0
  400. 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 +1 -0
  401. 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 +29 -0
  402. 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 +1 -0
  403. 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 +80 -0
  404. 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 +1 -0
  405. 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 +35 -0
  406. 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 +1 -0
  407. 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 +166 -0
  408. 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 +1 -0
  409. 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 +103 -0
  410. 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 +1 -0
  411. 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 +127 -0
  412. 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 +1 -0
  413. 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 +172 -0
  414. 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 +1 -0
  415. 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 +27 -0
  416. 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 +1 -0
  417. 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 +14 -0
  418. 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 +1 -0
  419. 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 +7 -0
  420. 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 +1 -0
  421. 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 +41 -0
  422. 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 +1 -0
  423. package/dist/lib/node_modules/.pnpm/async-validator@4.2.5/node_modules/async-validator/dist-web/index.es.js +1050 -0
  424. package/dist/lib/node_modules/.pnpm/async-validator@4.2.5/node_modules/async-validator/dist-web/index.es.js.map +1 -0
  425. package/dist/lib/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.es.js +9 -0
  426. package/dist/lib/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.es.js.map +1 -0
  427. package/dist/lib/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.es.js +17 -0
  428. package/dist/lib/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.es.js.map +1 -0
  429. package/dist/lib/node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.es.js +64 -0
  430. package/dist/lib/node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.es.js.map +1 -0
  431. package/dist/lib/node_modules/.pnpm/co-web-worker@1.0.1/node_modules/co-web-worker/index.es.js +16 -0
  432. package/dist/lib/node_modules/.pnpm/co-web-worker@1.0.1/node_modules/co-web-worker/index.es.js.map +1 -0
  433. package/dist/lib/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.es.js +11 -0
  434. package/dist/lib/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.es.js.map +1 -0
  435. package/dist/lib/node_modules/.pnpm/crelt@1.0.6/node_modules/crelt/index.es.js +31 -0
  436. package/dist/lib/node_modules/.pnpm/crelt@1.0.6/node_modules/crelt/index.es.js.map +1 -0
  437. package/dist/lib/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.es.js +283 -0
  438. package/dist/lib/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.es.js.map +1 -0
  439. package/dist/lib/node_modules/.pnpm/decode-named-character-reference@1.1.0/node_modules/decode-named-character-reference/index.dom.es.js +18 -0
  440. package/dist/lib/node_modules/.pnpm/decode-named-character-reference@1.1.0/node_modules/decode-named-character-reference/index.dom.es.js.map +1 -0
  441. package/dist/lib/node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/default.es.js +9 -0
  442. package/dist/lib/node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/default.es.js.map +1 -0
  443. package/dist/lib/node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.es.js +10 -0
  444. package/dist/lib/node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.es.js.map +1 -0
  445. package/dist/lib/node_modules/.pnpm/estree-util-is-identifier-name@3.0.0/node_modules/estree-util-is-identifier-name/lib/index.es.js +12 -0
  446. package/dist/lib/node_modules/.pnpm/estree-util-is-identifier-name@3.0.0/node_modules/estree-util-is-identifier-name/lib/index.es.js.map +1 -0
  447. package/dist/lib/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.es.js +90 -0
  448. package/dist/lib/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.es.js.map +1 -0
  449. package/dist/lib/node_modules/.pnpm/hast-util-to-jsx-runtime@2.3.6/node_modules/hast-util-to-jsx-runtime/lib/index.es.js +391 -0
  450. package/dist/lib/node_modules/.pnpm/hast-util-to-jsx-runtime@2.3.6/node_modules/hast-util-to-jsx-runtime/lib/index.es.js.map +1 -0
  451. package/dist/lib/node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/lib/index.es.js +11 -0
  452. package/dist/lib/node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/lib/index.es.js.map +1 -0
  453. package/dist/lib/node_modules/.pnpm/html-url-attributes@3.0.1/node_modules/html-url-attributes/lib/index.es.js +27 -0
  454. package/dist/lib/node_modules/.pnpm/html-url-attributes@3.0.1/node_modules/html-url-attributes/lib/index.es.js.map +1 -0
  455. package/dist/lib/node_modules/.pnpm/immer@10.1.1/node_modules/immer/dist/immer.es.js +680 -0
  456. package/dist/lib/node_modules/.pnpm/immer@10.1.1/node_modules/immer/dist/immer.es.js.map +1 -0
  457. package/dist/lib/node_modules/.pnpm/inline-style-parser@0.2.4/node_modules/inline-style-parser/index.es.js +135 -0
  458. package/dist/lib/node_modules/.pnpm/inline-style-parser@0.2.4/node_modules/inline-style-parser/index.es.js.map +1 -0
  459. package/dist/lib/node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.es.js +11 -0
  460. package/dist/lib/node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.es.js.map +1 -0
  461. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.es.js +7 -0
  462. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.es.js.map +1 -0
  463. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.es.js +22 -0
  464. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.es.js.map +1 -0
  465. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.es.js +22 -0
  466. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.es.js.map +1 -0
  467. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.es.js +7 -0
  468. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.es.js.map +1 -0
  469. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.es.js +22 -0
  470. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.es.js.map +1 -0
  471. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.es.js +7 -0
  472. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.es.js.map +1 -0
  473. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.es.js +7 -0
  474. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.es.js.map +1 -0
  475. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.es.js +16 -0
  476. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.es.js.map +1 -0
  477. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.es.js +19 -0
  478. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.es.js.map +1 -0
  479. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.es.js +6 -0
  480. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.es.js.map +1 -0
  481. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.es.js +6 -0
  482. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.es.js.map +1 -0
  483. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.es.js +7 -0
  484. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.es.js.map +1 -0
  485. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.es.js +17 -0
  486. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.es.js.map +1 -0
  487. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.es.js +13 -0
  488. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.es.js.map +1 -0
  489. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.es.js +14 -0
  490. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.es.js.map +1 -0
  491. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.es.js +25 -0
  492. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.es.js.map +1 -0
  493. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.es.js +11 -0
  494. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.es.js.map +1 -0
  495. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.es.js +11 -0
  496. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.es.js.map +1 -0
  497. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arraySome.es.js +13 -0
  498. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arraySome.es.js.map +1 -0
  499. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.es.js +14 -0
  500. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.es.js.map +1 -0
  501. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.es.js +14 -0
  502. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.es.js.map +1 -0
  503. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssign.es.js +9 -0
  504. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssign.es.js.map +1 -0
  505. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignIn.es.js +9 -0
  506. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignIn.es.js.map +1 -0
  507. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.es.js +17 -0
  508. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.es.js.map +1 -0
  509. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.es.js +92 -0
  510. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.es.js.map +1 -0
  511. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.es.js +22 -0
  512. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.es.js.map +1 -0
  513. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFlatten.es.js +22 -0
  514. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFlatten.es.js.map +1 -0
  515. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.es.js +14 -0
  516. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.es.js.map +1 -0
  517. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.es.js +10 -0
  518. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.es.js.map +1 -0
  519. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.es.js +15 -0
  520. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.es.js.map +1 -0
  521. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.es.js +10 -0
  522. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.es.js.map +1 -0
  523. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqual.es.js +15 -0
  524. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqual.es.js.map +1 -0
  525. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqualDeep.es.js +46 -0
  526. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqualDeep.es.js.map +1 -0
  527. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.es.js +10 -0
  528. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.es.js.map +1 -0
  529. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.es.js +23 -0
  530. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.es.js.map +1 -0
  531. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.es.js +10 -0
  532. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.es.js.map +1 -0
  533. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.es.js +15 -0
  534. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.es.js.map +1 -0
  535. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.es.js +20 -0
  536. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.es.js.map +1 -0
  537. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.es.js +21 -0
  538. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.es.js.map +1 -0
  539. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.es.js +15 -0
  540. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.es.js.map +1 -0
  541. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSlice.es.js +21 -0
  542. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSlice.es.js.map +1 -0
  543. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.es.js +11 -0
  544. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.es.js.map +1 -0
  545. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.es.js +22 -0
  546. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.es.js.map +1 -0
  547. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.es.js +9 -0
  548. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.es.js.map +1 -0
  549. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnset.es.js +13 -0
  550. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnset.es.js.map +1 -0
  551. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.es.js +7 -0
  552. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.es.js.map +1 -0
  553. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.es.js +14 -0
  554. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.es.js.map +1 -0
  555. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.es.js +10 -0
  556. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.es.js.map +1 -0
  557. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.es.js +17 -0
  558. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.es.js.map +1 -0
  559. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.es.js +9 -0
  560. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.es.js.map +1 -0
  561. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.es.js +10 -0
  562. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.es.js.map +1 -0
  563. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.es.js +9 -0
  564. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.es.js.map +1 -0
  565. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.es.js +9 -0
  566. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.es.js.map +1 -0
  567. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.es.js +12 -0
  568. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.es.js.map +1 -0
  569. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.es.js +24 -0
  570. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.es.js.map +1 -0
  571. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbols.es.js +9 -0
  572. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbols.es.js.map +1 -0
  573. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbolsIn.es.js +9 -0
  574. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbolsIn.es.js.map +1 -0
  575. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.es.js +6 -0
  576. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.es.js.map +1 -0
  577. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_customOmitClone.es.js +8 -0
  578. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_customOmitClone.es.js.map +1 -0
  579. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.es.js +13 -0
  580. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.es.js.map +1 -0
  581. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalArrays.es.js +51 -0
  582. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalArrays.es.js.map +1 -0
  583. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalByTag.es.js +60 -0
  584. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalByTag.es.js.map +1 -0
  585. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalObjects.es.js +51 -0
  586. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalObjects.es.js.map +1 -0
  587. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_flatRest.es.js +10 -0
  588. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_flatRest.es.js.map +1 -0
  589. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.es.js +5 -0
  590. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.es.js.map +1 -0
  591. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.es.js +10 -0
  592. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.es.js.map +1 -0
  593. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeysIn.es.js +10 -0
  594. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeysIn.es.js.map +1 -0
  595. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.es.js +9 -0
  596. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.es.js.map +1 -0
  597. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.es.js +10 -0
  598. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.es.js.map +1 -0
  599. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.es.js +6 -0
  600. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.es.js.map +1 -0
  601. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.es.js +26 -0
  602. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.es.js.map +1 -0
  603. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.es.js +18 -0
  604. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.es.js.map +1 -0
  605. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbolsIn.es.js +17 -0
  606. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbolsIn.es.js.map +1 -0
  607. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.es.js +35 -0
  608. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.es.js.map +1 -0
  609. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.es.js +7 -0
  610. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.es.js.map +1 -0
  611. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.es.js +9 -0
  612. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.es.js.map +1 -0
  613. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.es.js +9 -0
  614. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.es.js.map +1 -0
  615. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.es.js +16 -0
  616. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.es.js.map +1 -0
  617. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.es.js +11 -0
  618. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.es.js.map +1 -0
  619. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.es.js +12 -0
  620. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.es.js.map +1 -0
  621. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.es.js +14 -0
  622. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.es.js.map +1 -0
  623. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.es.js +44 -0
  624. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.es.js.map +1 -0
  625. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.es.js +10 -0
  626. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.es.js.map +1 -0
  627. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isFlattenable.es.js +11 -0
  628. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isFlattenable.es.js.map +1 -0
  629. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.es.js +11 -0
  630. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.es.js.map +1 -0
  631. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.es.js +17 -0
  632. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.es.js.map +1 -0
  633. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.es.js +8 -0
  634. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.es.js.map +1 -0
  635. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.es.js +12 -0
  636. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.es.js.map +1 -0
  637. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.es.js +9 -0
  638. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.es.js.map +1 -0
  639. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.es.js +8 -0
  640. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.es.js.map +1 -0
  641. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.es.js +21 -0
  642. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.es.js.map +1 -0
  643. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.es.js +9 -0
  644. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.es.js.map +1 -0
  645. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.es.js +8 -0
  646. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.es.js.map +1 -0
  647. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.es.js +15 -0
  648. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.es.js.map +1 -0
  649. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.es.js +15 -0
  650. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.es.js.map +1 -0
  651. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.es.js +10 -0
  652. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.es.js.map +1 -0
  653. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.es.js +8 -0
  654. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.es.js.map +1 -0
  655. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.es.js +8 -0
  656. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.es.js.map +1 -0
  657. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.es.js +11 -0
  658. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.es.js.map +1 -0
  659. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapToArray.es.js +11 -0
  660. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapToArray.es.js.map +1 -0
  661. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.es.js +16 -0
  662. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.es.js.map +1 -0
  663. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.es.js +6 -0
  664. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.es.js.map +1 -0
  665. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.es.js +6 -0
  666. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.es.js.map +1 -0
  667. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.es.js +13 -0
  668. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.es.js.map +1 -0
  669. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.es.js +19 -0
  670. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.es.js.map +1 -0
  671. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.es.js +9 -0
  672. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.es.js.map +1 -0
  673. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.es.js +9 -0
  674. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.es.js.map +1 -0
  675. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.es.js +22 -0
  676. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.es.js.map +1 -0
  677. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_parent.es.js +9 -0
  678. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_parent.es.js.map +1 -0
  679. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.es.js +7 -0
  680. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.es.js.map +1 -0
  681. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.es.js +9 -0
  682. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.es.js.map +1 -0
  683. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.es.js +7 -0
  684. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.es.js.map +1 -0
  685. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.es.js +11 -0
  686. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.es.js.map +1 -0
  687. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.es.js +7 -0
  688. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.es.js.map +1 -0
  689. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.es.js +21 -0
  690. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.es.js.map +1 -0
  691. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.es.js +9 -0
  692. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.es.js.map +1 -0
  693. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.es.js +9 -0
  694. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.es.js.map +1 -0
  695. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.es.js +7 -0
  696. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.es.js.map +1 -0
  697. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.es.js +7 -0
  698. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.es.js.map +1 -0
  699. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.es.js +23 -0
  700. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.es.js.map +1 -0
  701. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.es.js +17 -0
  702. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.es.js.map +1 -0
  703. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.es.js +12 -0
  704. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.es.js.map +1 -0
  705. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.es.js +19 -0
  706. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.es.js.map +1 -0
  707. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.es.js +9 -0
  708. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.es.js.map +1 -0
  709. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.es.js +9 -0
  710. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.es.js.map +1 -0
  711. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.es.js +7 -0
  712. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.es.js.map +1 -0
  713. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatten.es.js +9 -0
  714. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatten.es.js.map +1 -0
  715. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.es.js +7 -0
  716. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.es.js.map +1 -0
  717. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.es.js +14 -0
  718. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.es.js.map +1 -0
  719. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.es.js +5 -0
  720. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.es.js.map +1 -0
  721. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.es.js +9 -0
  722. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.es.js.map +1 -0
  723. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.es.js +12 -0
  724. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.es.js.map +1 -0
  725. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isEqual.es.js +8 -0
  726. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isEqual.es.js.map +1 -0
  727. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.es.js +14 -0
  728. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.es.js.map +1 -0
  729. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.es.js +8 -0
  730. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.es.js.map +1 -0
  731. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.es.js +9 -0
  732. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.es.js.map +1 -0
  733. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isNil.es.js +7 -0
  734. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isNil.es.js.map +1 -0
  735. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.es.js +8 -0
  736. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.es.js.map +1 -0
  737. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.es.js +7 -0
  738. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.es.js.map +1 -0
  739. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.es.js +23 -0
  740. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.es.js.map +1 -0
  741. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.es.js +9 -0
  742. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.es.js.map +1 -0
  743. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.es.js +10 -0
  744. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.es.js.map +1 -0
  745. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.es.js +9 -0
  746. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.es.js.map +1 -0
  747. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.es.js +10 -0
  748. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.es.js.map +1 -0
  749. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.es.js +10 -0
  750. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.es.js.map +1 -0
  751. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/last.es.js +8 -0
  752. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/last.es.js.map +1 -0
  753. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.es.js +23 -0
  754. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.es.js.map +1 -0
  755. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/omit.es.js +34 -0
  756. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/omit.es.js.map +1 -0
  757. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.es.js +7 -0
  758. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.es.js.map +1 -0
  759. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.es.js +7 -0
  760. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.es.js.map +1 -0
  761. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.es.js +8 -0
  762. package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.es.js.map +1 -0
  763. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_Symbol.es.js +8 -0
  764. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_Symbol.es.js.map +1 -0
  765. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayMap.es.js +12 -0
  766. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayMap.es.js.map +1 -0
  767. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayReduce.es.js +15 -0
  768. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayReduce.es.js.map +1 -0
  769. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_asciiToArray.es.js +8 -0
  770. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_asciiToArray.es.js.map +1 -0
  771. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_asciiWords.es.js +9 -0
  772. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_asciiWords.es.js.map +1 -0
  773. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseGetTag.es.js +17 -0
  774. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseGetTag.es.js.map +1 -0
  775. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_basePropertyOf.es.js +10 -0
  776. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_basePropertyOf.es.js.map +1 -0
  777. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseSlice.es.js +22 -0
  778. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseSlice.es.js.map +1 -0
  779. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseToString.es.js +24 -0
  780. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseToString.es.js.map +1 -0
  781. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseTrim.es.js +11 -0
  782. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseTrim.es.js.map +1 -0
  783. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_castSlice.es.js +12 -0
  784. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_castSlice.es.js.map +1 -0
  785. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_createCaseFirst.es.js +19 -0
  786. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_createCaseFirst.es.js.map +1 -0
  787. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_createCompounder.es.js +16 -0
  788. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_createCompounder.es.js.map +1 -0
  789. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_deburrLetter.es.js +202 -0
  790. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_deburrLetter.es.js.map +1 -0
  791. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_freeGlobal.es.js +7 -0
  792. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_freeGlobal.es.js.map +1 -0
  793. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_getRawTag.es.js +28 -0
  794. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_getRawTag.es.js.map +1 -0
  795. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hasUnicode.es.js +11 -0
  796. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hasUnicode.es.js.map +1 -0
  797. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hasUnicodeWord.es.js +9 -0
  798. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hasUnicodeWord.es.js.map +1 -0
  799. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_objectToString.es.js +10 -0
  800. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_objectToString.es.js.map +1 -0
  801. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_root.es.js +9 -0
  802. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_root.es.js.map +1 -0
  803. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_stringToArray.es.js +12 -0
  804. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_stringToArray.es.js.map +1 -0
  805. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_trimmedEndIndex.es.js +12 -0
  806. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_trimmedEndIndex.es.js.map +1 -0
  807. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_unicodeToArray.es.js +12 -0
  808. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_unicodeToArray.es.js.map +1 -0
  809. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_unicodeWords.es.js +21 -0
  810. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_unicodeWords.es.js.map +1 -0
  811. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/camelCase.es.js +14 -0
  812. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/camelCase.es.js.map +1 -0
  813. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/capitalize.es.js +11 -0
  814. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/capitalize.es.js.map +1 -0
  815. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/debounce.es.js +92 -0
  816. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/debounce.es.js.map +1 -0
  817. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/deburr.es.js +16 -0
  818. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/deburr.es.js.map +1 -0
  819. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isArray.es.js +6 -0
  820. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isArray.es.js.map +1 -0
  821. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isObject.es.js +9 -0
  822. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isObject.es.js.map +1 -0
  823. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isObjectLike.es.js +8 -0
  824. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isObjectLike.es.js.map +1 -0
  825. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isSymbol.es.js +12 -0
  826. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isSymbol.es.js.map +1 -0
  827. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/now.es.js +10 -0
  828. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/now.es.js.map +1 -0
  829. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/throttle.es.js +26 -0
  830. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/throttle.es.js.map +1 -0
  831. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toNumber.es.js +32 -0
  832. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toNumber.es.js.map +1 -0
  833. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toString.es.js +10 -0
  834. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toString.es.js.map +1 -0
  835. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/upperFirst.es.js +8 -0
  836. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/upperFirst.es.js.map +1 -0
  837. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/words.es.js +18 -0
  838. package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/words.es.js.map +1 -0
  839. package/dist/lib/node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.es.js +26 -0
  840. package/dist/lib/node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.es.js.map +1 -0
  841. package/dist/lib/node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.es.js +143 -0
  842. package/dist/lib/node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.es.js.map +1 -0
  843. package/dist/lib/node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/lib/index.es.js +110 -0
  844. package/dist/lib/node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/lib/index.es.js.map +1 -0
  845. package/dist/lib/node_modules/.pnpm/mdast-util-from-markdown@2.0.2/node_modules/mdast-util-from-markdown/lib/index.es.js +720 -0
  846. package/dist/lib/node_modules/.pnpm/mdast-util-from-markdown@2.0.2/node_modules/mdast-util-from-markdown/lib/index.es.js.map +1 -0
  847. package/dist/lib/node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/lib/index.es.js +157 -0
  848. package/dist/lib/node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/lib/index.es.js.map +1 -0
  849. package/dist/lib/node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/lib/index.es.js +118 -0
  850. package/dist/lib/node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/lib/index.es.js.map +1 -0
  851. package/dist/lib/node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/lib/index.es.js +55 -0
  852. package/dist/lib/node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/lib/index.es.js.map +1 -0
  853. package/dist/lib/node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/lib/index.es.js +158 -0
  854. package/dist/lib/node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/lib/index.es.js.map +1 -0
  855. package/dist/lib/node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/lib/index.es.js +78 -0
  856. package/dist/lib/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 +1 -0
  857. package/dist/lib/node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/lib/index.es.js +30 -0
  858. package/dist/lib/node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/lib/index.es.js.map +1 -0
  859. package/dist/lib/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/lib/index.es.js +31 -0
  860. package/dist/lib/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/lib/index.es.js.map +1 -0
  861. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/footer.es.js +116 -0
  862. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/footer.es.js.map +1 -0
  863. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/blockquote.es.js +14 -0
  864. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/blockquote.es.js.map +1 -0
  865. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/break.es.js +9 -0
  866. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/break.es.js.map +1 -0
  867. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/code.es.js +25 -0
  868. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/code.es.js.map +1 -0
  869. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/delete.es.js +14 -0
  870. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/delete.es.js.map +1 -0
  871. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/emphasis.es.js +14 -0
  872. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/emphasis.es.js.map +1 -0
  873. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.es.js +42 -0
  874. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.es.js.map +1 -0
  875. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/heading.es.js +14 -0
  876. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/heading.es.js.map +1 -0
  877. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/html.es.js +12 -0
  878. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/html.es.js.map +1 -0
  879. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/image-reference.es.js +20 -0
  880. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/image-reference.es.js.map +1 -0
  881. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/image.es.js +17 -0
  882. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/image.es.js.map +1 -0
  883. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/index.es.js +60 -0
  884. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/index.es.js.map +1 -0
  885. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/inline-code.es.js +16 -0
  886. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/inline-code.es.js.map +1 -0
  887. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/link-reference.es.js +25 -0
  888. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/link-reference.es.js.map +1 -0
  889. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/link.es.js +19 -0
  890. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/link.es.js.map +1 -0
  891. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/list-item.es.js +65 -0
  892. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/list-item.es.js.map +1 -0
  893. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/list.es.js +27 -0
  894. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/list.es.js.map +1 -0
  895. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/paragraph.es.js +14 -0
  896. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/paragraph.es.js.map +1 -0
  897. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/root.es.js +9 -0
  898. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/root.es.js.map +1 -0
  899. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/strong.es.js +14 -0
  900. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/strong.es.js.map +1 -0
  901. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table-cell.es.js +15 -0
  902. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table-cell.es.js.map +1 -0
  903. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table-row.es.js +36 -0
  904. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table-row.es.js.map +1 -0
  905. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table.es.js +40 -0
  906. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table.es.js.map +1 -0
  907. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/text.es.js +10 -0
  908. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/text.es.js.map +1 -0
  909. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.es.js +14 -0
  910. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.es.js.map +1 -0
  911. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/index.es.js +16 -0
  912. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/index.es.js.map +1 -0
  913. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/revert.es.js +30 -0
  914. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/revert.es.js.map +1 -0
  915. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/state.es.js +149 -0
  916. package/dist/lib/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/state.es.js.map +1 -0
  917. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/blockquote.es.js +19 -0
  918. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/blockquote.es.js.map +1 -0
  919. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/break.es.js +14 -0
  920. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/break.es.js.map +1 -0
  921. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/code.es.js +57 -0
  922. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/code.es.js.map +1 -0
  923. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/definition.es.js +59 -0
  924. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/definition.es.js.map +1 -0
  925. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/emphasis.es.js +45 -0
  926. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/emphasis.es.js.map +1 -0
  927. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/heading.es.js +46 -0
  928. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/heading.es.js.map +1 -0
  929. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/html.es.js +11 -0
  930. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/html.es.js.map +1 -0
  931. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image-reference.es.js +41 -0
  932. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image-reference.es.js.map +1 -0
  933. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image.es.js +60 -0
  934. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image.es.js.map +1 -0
  935. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/index.es.js +45 -0
  936. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/index.es.js.map +1 -0
  937. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/inline-code.es.js +33 -0
  938. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/inline-code.es.js.map +1 -0
  939. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link-reference.es.js +41 -0
  940. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link-reference.es.js.map +1 -0
  941. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link.es.js +84 -0
  942. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link.es.js.map +1 -0
  943. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list-item.es.js +33 -0
  944. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list-item.es.js.map +1 -0
  945. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list.es.js +46 -0
  946. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list.es.js.map +1 -0
  947. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/paragraph.es.js +12 -0
  948. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/paragraph.es.js.map +1 -0
  949. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/root.es.js +12 -0
  950. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/root.es.js.map +1 -0
  951. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/strong.es.js +45 -0
  952. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/strong.es.js.map +1 -0
  953. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/text.es.js +7 -0
  954. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/text.es.js.map +1 -0
  955. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.es.js +10 -0
  956. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.es.js.map +1 -0
  957. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.es.js +13 -0
  958. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.es.js.map +1 -0
  959. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.es.js +23 -0
  960. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.es.js.map +1 -0
  961. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.es.js +13 -0
  962. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.es.js.map +1 -0
  963. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.es.js +13 -0
  964. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.es.js.map +1 -0
  965. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-fence.es.js +13 -0
  966. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-fence.es.js.map +1 -0
  967. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.es.js +13 -0
  968. package/dist/lib/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 +1 -0
  969. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-quote.es.js +13 -0
  970. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-quote.es.js.map +1 -0
  971. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.es.js +13 -0
  972. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.es.js.map +1 -0
  973. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.es.js +13 -0
  974. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.es.js.map +1 -0
  975. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-strong.es.js +13 -0
  976. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-strong.es.js.map +1 -0
  977. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.es.js +7 -0
  978. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.es.js.map +1 -0
  979. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-info.es.js +45 -0
  980. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-info.es.js.map +1 -0
  981. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.es.js +12 -0
  982. package/dist/lib/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 +1 -0
  983. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.es.js +19 -0
  984. package/dist/lib/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 +1 -0
  985. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.es.js +18 -0
  986. package/dist/lib/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 +1 -0
  987. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.es.js +22 -0
  988. package/dist/lib/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.es.js.map +1 -0
  989. package/dist/lib/node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/lib/index.es.js +39 -0
  990. package/dist/lib/node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/lib/index.es.js.map +1 -0
  991. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/attention.es.js +136 -0
  992. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/attention.es.js.map +1 -0
  993. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/autolink.es.js +104 -0
  994. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/autolink.es.js.map +1 -0
  995. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/blank-line.es.js +19 -0
  996. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/blank-line.es.js.map +1 -0
  997. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/block-quote.es.js +62 -0
  998. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/block-quote.es.js.map +1 -0
  999. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-escape.es.js +29 -0
  1000. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-escape.es.js.map +1 -0
  1001. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-reference.es.js +69 -0
  1002. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-reference.es.js.map +1 -0
  1003. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-fenced.es.js +187 -0
  1004. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-fenced.es.js.map +1 -0
  1005. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-indented.es.js +68 -0
  1006. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-indented.es.js.map +1 -0
  1007. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-text.es.js +117 -0
  1008. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-text.es.js.map +1 -0
  1009. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/content.es.js +76 -0
  1010. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/content.es.js.map +1 -0
  1011. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/definition.es.js +95 -0
  1012. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/definition.es.js.map +1 -0
  1013. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/hard-break-escape.es.js +24 -0
  1014. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/hard-break-escape.es.js.map +1 -0
  1015. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/heading-atx.es.js +96 -0
  1016. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/heading-atx.es.js.map +1 -0
  1017. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-flow.es.js +384 -0
  1018. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-flow.es.js.map +1 -0
  1019. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-text.es.js +310 -0
  1020. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-text.es.js.map +1 -0
  1021. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-end.es.js +236 -0
  1022. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-end.es.js.map +1 -0
  1023. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-image.es.js +34 -0
  1024. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-image.es.js.map +1 -0
  1025. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-link.es.js +25 -0
  1026. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-link.es.js.map +1 -0
  1027. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/line-ending.es.js +18 -0
  1028. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/line-ending.es.js.map +1 -0
  1029. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/list.es.js +136 -0
  1030. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/list.es.js.map +1 -0
  1031. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/setext-underline.es.js +96 -0
  1032. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/setext-underline.es.js.map +1 -0
  1033. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/thematic-break.es.js +43 -0
  1034. package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/thematic-break.es.js.map +1 -0
  1035. package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.es.js +345 -0
  1036. package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.es.js.map +1 -0
  1037. package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/syntax.es.js +280 -0
  1038. package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/syntax.es.js.map +1 -0
  1039. package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.es.js +99 -0
  1040. package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.es.js.map +1 -0
  1041. package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/edit-map.es.js +81 -0
  1042. package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/edit-map.es.js.map +1 -0
  1043. package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/infer.es.js +29 -0
  1044. package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/infer.es.js.map +1 -0
  1045. package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/syntax.es.js +392 -0
  1046. package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/syntax.es.js.map +1 -0
  1047. package/dist/lib/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/syntax.es.js +78 -0
  1048. package/dist/lib/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 +1 -0
  1049. package/dist/lib/node_modules/.pnpm/micromark-extension-gfm@3.0.0/node_modules/micromark-extension-gfm/index.es.js +19 -0
  1050. package/dist/lib/node_modules/.pnpm/micromark-extension-gfm@3.0.0/node_modules/micromark-extension-gfm/index.es.js.map +1 -0
  1051. package/dist/lib/node_modules/.pnpm/micromark-factory-destination@2.0.1/node_modules/micromark-factory-destination/index.es.js +95 -0
  1052. package/dist/lib/node_modules/.pnpm/micromark-factory-destination@2.0.1/node_modules/micromark-factory-destination/index.es.js.map +1 -0
  1053. package/dist/lib/node_modules/.pnpm/micromark-factory-label@2.0.1/node_modules/micromark-factory-label/index.es.js +64 -0
  1054. package/dist/lib/node_modules/.pnpm/micromark-factory-label@2.0.1/node_modules/micromark-factory-label/index.es.js.map +1 -0
  1055. package/dist/lib/node_modules/.pnpm/micromark-factory-space@2.0.1/node_modules/micromark-factory-space/index.es.js +25 -0
  1056. package/dist/lib/node_modules/.pnpm/micromark-factory-space@2.0.1/node_modules/micromark-factory-space/index.es.js.map +1 -0
  1057. package/dist/lib/node_modules/.pnpm/micromark-factory-title@2.0.1/node_modules/micromark-factory-title/index.es.js +66 -0
  1058. package/dist/lib/node_modules/.pnpm/micromark-factory-title@2.0.1/node_modules/micromark-factory-title/index.es.js.map +1 -0
  1059. package/dist/lib/node_modules/.pnpm/micromark-factory-whitespace@2.0.1/node_modules/micromark-factory-whitespace/index.es.js +23 -0
  1060. package/dist/lib/node_modules/.pnpm/micromark-factory-whitespace@2.0.1/node_modules/micromark-factory-whitespace/index.es.js.map +1 -0
  1061. package/dist/lib/node_modules/.pnpm/micromark-util-character@2.1.1/node_modules/micromark-util-character/index.es.js +45 -0
  1062. package/dist/lib/node_modules/.pnpm/micromark-util-character@2.1.1/node_modules/micromark-util-character/index.es.js.map +1 -0
  1063. package/dist/lib/node_modules/.pnpm/micromark-util-chunked@2.0.1/node_modules/micromark-util-chunked/index.es.js +37 -0
  1064. package/dist/lib/node_modules/.pnpm/micromark-util-chunked@2.0.1/node_modules/micromark-util-chunked/index.es.js.map +1 -0
  1065. package/dist/lib/node_modules/.pnpm/micromark-util-classify-character@2.0.1/node_modules/micromark-util-classify-character/index.es.js +13 -0
  1066. package/dist/lib/node_modules/.pnpm/micromark-util-classify-character@2.0.1/node_modules/micromark-util-classify-character/index.es.js.map +1 -0
  1067. package/dist/lib/node_modules/.pnpm/micromark-util-combine-extensions@2.0.1/node_modules/micromark-util-combine-extensions/index.es.js +42 -0
  1068. package/dist/lib/node_modules/.pnpm/micromark-util-combine-extensions@2.0.1/node_modules/micromark-util-combine-extensions/index.es.js.map +1 -0
  1069. package/dist/lib/node_modules/.pnpm/micromark-util-decode-numeric-character-reference@2.0.2/node_modules/micromark-util-decode-numeric-character-reference/index.es.js +20 -0
  1070. package/dist/lib/node_modules/.pnpm/micromark-util-decode-numeric-character-reference@2.0.2/node_modules/micromark-util-decode-numeric-character-reference/index.es.js.map +1 -0
  1071. package/dist/lib/node_modules/.pnpm/micromark-util-decode-string@2.0.1/node_modules/micromark-util-decode-string/index.es.js +22 -0
  1072. package/dist/lib/node_modules/.pnpm/micromark-util-decode-string@2.0.1/node_modules/micromark-util-decode-string/index.es.js.map +1 -0
  1073. package/dist/lib/node_modules/.pnpm/micromark-util-html-tag-name@2.0.1/node_modules/micromark-util-html-tag-name/index.es.js +70 -0
  1074. package/dist/lib/node_modules/.pnpm/micromark-util-html-tag-name@2.0.1/node_modules/micromark-util-html-tag-name/index.es.js.map +1 -0
  1075. package/dist/lib/node_modules/.pnpm/micromark-util-normalize-identifier@2.0.1/node_modules/micromark-util-normalize-identifier/index.es.js +7 -0
  1076. package/dist/lib/node_modules/.pnpm/micromark-util-normalize-identifier@2.0.1/node_modules/micromark-util-normalize-identifier/index.es.js.map +1 -0
  1077. package/dist/lib/node_modules/.pnpm/micromark-util-resolve-all@2.0.1/node_modules/micromark-util-resolve-all/index.es.js +16 -0
  1078. package/dist/lib/node_modules/.pnpm/micromark-util-resolve-all@2.0.1/node_modules/micromark-util-resolve-all/index.es.js.map +1 -0
  1079. package/dist/lib/node_modules/.pnpm/micromark-util-sanitize-uri@2.0.1/node_modules/micromark-util-sanitize-uri/index.es.js +42 -0
  1080. package/dist/lib/node_modules/.pnpm/micromark-util-sanitize-uri@2.0.1/node_modules/micromark-util-sanitize-uri/index.es.js.map +1 -0
  1081. package/dist/lib/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/index.es.js +158 -0
  1082. package/dist/lib/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/index.es.js.map +1 -0
  1083. package/dist/lib/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/lib/splice-buffer.es.js +195 -0
  1084. package/dist/lib/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/lib/splice-buffer.es.js.map +1 -0
  1085. package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/constructs.es.js +94 -0
  1086. package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/constructs.es.js.map +1 -0
  1087. package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.es.js +321 -0
  1088. package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.es.js.map +1 -0
  1089. package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/content.es.js +54 -0
  1090. package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/content.es.js.map +1 -0
  1091. package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/document.es.js +187 -0
  1092. package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/document.es.js.map +1 -0
  1093. package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.es.js +43 -0
  1094. package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.es.js.map +1 -0
  1095. package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/text.es.js +143 -0
  1096. package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/text.es.js.map +1 -0
  1097. package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.es.js +35 -0
  1098. package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.es.js.map +1 -0
  1099. package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.es.js +10 -0
  1100. package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.es.js.map +1 -0
  1101. package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.es.js +81 -0
  1102. package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.es.js.map +1 -0
  1103. package/dist/lib/node_modules/.pnpm/object-assign@4.1.1/node_modules/object-assign/index.es.js +79 -0
  1104. package/dist/lib/node_modules/.pnpm/object-assign@4.1.1/node_modules/object-assign/index.es.js.map +1 -0
  1105. package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.es.js +69 -0
  1106. package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.es.js.map +1 -0
  1107. package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.es.js +59 -0
  1108. package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.es.js.map +1 -0
  1109. package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.es.js +452 -0
  1110. package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.es.js.map +1 -0
  1111. package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.es.js +18 -0
  1112. package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.es.js.map +1 -0
  1113. package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.es.js +13 -0
  1114. package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.es.js.map +1 -0
  1115. package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/has.es.js +12 -0
  1116. package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/has.es.js.map +1 -0
  1117. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/index.es.js +14 -0
  1118. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/index.es.js.map +1 -0
  1119. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/aria.es.js +62 -0
  1120. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/aria.es.js.map +1 -0
  1121. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/find.es.js +41 -0
  1122. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/find.es.js.map +1 -0
  1123. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/hast-to-react.es.js +23 -0
  1124. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/hast-to-react.es.js.map +1 -0
  1125. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/html.es.js +369 -0
  1126. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/html.es.js.map +1 -0
  1127. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/normalize.es.js +7 -0
  1128. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/normalize.es.js.map +1 -0
  1129. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/svg.es.js +567 -0
  1130. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/svg.es.js.map +1 -0
  1131. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/case-insensitive-transform.es.js +8 -0
  1132. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/case-insensitive-transform.es.js.map +1 -0
  1133. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/case-sensitive-transform.es.js +7 -0
  1134. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/case-sensitive-transform.es.js.map +1 -0
  1135. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/create.es.js +26 -0
  1136. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/create.es.js.map +1 -0
  1137. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/defined-info.es.js +42 -0
  1138. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/defined-info.es.js.map +1 -0
  1139. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/info.es.js +30 -0
  1140. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/info.es.js.map +1 -0
  1141. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/merge.es.js +14 -0
  1142. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/merge.es.js.map +1 -0
  1143. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/schema.es.js +26 -0
  1144. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/schema.es.js.map +1 -0
  1145. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/types.es.js +21 -0
  1146. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/types.es.js.map +1 -0
  1147. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/xlink.es.js +20 -0
  1148. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/xlink.es.js.map +1 -0
  1149. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/xml.es.js +12 -0
  1150. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/xml.es.js.map +1 -0
  1151. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/xmlns.es.js +12 -0
  1152. package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/xmlns.es.js.map +1 -0
  1153. 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 +427 -0
  1154. 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 +1 -0
  1155. 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 +45 -0
  1156. 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 +1 -0
  1157. 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 +102 -0
  1158. 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 +1 -0
  1159. 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 +61 -0
  1160. 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 +1 -0
  1161. 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 +129 -0
  1162. 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 +1 -0
  1163. 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 +6 -0
  1164. 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 +1 -0
  1165. 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 +24 -0
  1166. 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 +1 -0
  1167. 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 +742 -0
  1168. 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 +1 -0
  1169. 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 +70 -0
  1170. 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 +1 -0
  1171. 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 +76 -0
  1172. 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 +1 -0
  1173. 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 +30 -0
  1174. 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 +1 -0
  1175. 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 +28 -0
  1176. 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 +1 -0
  1177. 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 +52 -0
  1178. 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 +1 -0
  1179. 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 +10 -0
  1180. 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 +1 -0
  1181. 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 +267 -0
  1182. 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 +1 -0
  1183. 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 +121 -0
  1184. 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 +1 -0
  1185. 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 +83 -0
  1186. 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 +1 -0
  1187. 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 +141 -0
  1188. 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 +1 -0
  1189. 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 +7 -0
  1190. 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 +1 -0
  1191. 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 +59 -0
  1192. 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 +1 -0
  1193. 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 +103 -0
  1194. 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 +1 -0
  1195. 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 +124 -0
  1196. 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 +1 -0
  1197. 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 +24 -0
  1198. 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 +1 -0
  1199. 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 +6 -0
  1200. 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 +1 -0
  1201. 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 +32 -0
  1202. 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 +1 -0
  1203. 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 +7 -0
  1204. 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 +1 -0
  1205. 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 +34 -0
  1206. 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 +1 -0
  1207. 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 +166 -0
  1208. 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 +1 -0
  1209. 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 +56 -0
  1210. 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 +1 -0
  1211. 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 +7 -0
  1212. 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 +1 -0
  1213. 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 +23 -0
  1214. 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 +1 -0
  1215. 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 +96 -0
  1216. 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 +1 -0
  1217. 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 +75 -0
  1218. 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 +1 -0
  1219. 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 +32 -0
  1220. 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 +1 -0
  1221. 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 +24 -0
  1222. 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 +1 -0
  1223. 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 +85 -0
  1224. 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 +1 -0
  1225. 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 +35 -0
  1226. 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 +1 -0
  1227. 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 +35 -0
  1228. 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 +1 -0
  1229. 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 +118 -0
  1230. 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 +1 -0
  1231. 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 +92 -0
  1232. 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 +1 -0
  1233. 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 +85 -0
  1234. 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 +1 -0
  1235. 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 +23 -0
  1236. 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 +1 -0
  1237. 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 +7 -0
  1238. 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 +1 -0
  1239. 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 +20 -0
  1240. 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 +1 -0
  1241. 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 +116 -0
  1242. 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 +1 -0
  1243. 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 +32 -0
  1244. 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 +1 -0
  1245. 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 +16 -0
  1246. 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 +1 -0
  1247. 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 +17 -0
  1248. 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 +1 -0
  1249. 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 +27 -0
  1250. 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 +1 -0
  1251. 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 +13 -0
  1252. 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 +1 -0
  1253. 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 +43 -0
  1254. 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 +1 -0
  1255. 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 +23 -0
  1256. 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 +1 -0
  1257. 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 +21 -0
  1258. 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 +1 -0
  1259. 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 +13 -0
  1260. 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 +1 -0
  1261. 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 +51 -0
  1262. 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 +1 -0
  1263. 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 +74 -0
  1264. 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 +1 -0
  1265. 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 +14 -0
  1266. 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 +1 -0
  1267. 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 +35 -0
  1268. 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 +1 -0
  1269. 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 +54 -0
  1270. 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 +1 -0
  1271. package/dist/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.es.js +166 -0
  1272. package/dist/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.es.js.map +1 -0
  1273. package/dist/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.es.js +107 -0
  1274. package/dist/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.es.js.map +1 -0
  1275. package/dist/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.es.js +18 -0
  1276. package/dist/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.es.js.map +1 -0
  1277. package/dist/lib/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/cjs/react-is.development.es.js +194 -0
  1278. package/dist/lib/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/cjs/react-is.development.es.js.map +1 -0
  1279. package/dist/lib/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/cjs/react-is.production.min.es.js +110 -0
  1280. package/dist/lib/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/cjs/react-is.production.min.es.js.map +1 -0
  1281. package/dist/lib/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/index.es.js +13 -0
  1282. package/dist/lib/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/index.es.js.map +1 -0
  1283. package/dist/lib/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 +150 -0
  1284. package/dist/lib/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 +1 -0
  1285. package/dist/lib/node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react-jsx-runtime.development.es.js +876 -0
  1286. package/dist/lib/node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react-jsx-runtime.development.es.js.map +1 -0
  1287. package/dist/lib/node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react-jsx-runtime.production.min.es.js +34 -0
  1288. package/dist/lib/node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react-jsx-runtime.production.min.es.js.map +1 -0
  1289. package/dist/lib/node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-runtime.es.js +13 -0
  1290. package/dist/lib/node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-runtime.es.js.map +1 -0
  1291. package/dist/lib/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/lib/index.es.js +21 -0
  1292. package/dist/lib/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/lib/index.es.js.map +1 -0
  1293. package/dist/lib/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/lib/index.es.js +20 -0
  1294. package/dist/lib/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/lib/index.es.js.map +1 -0
  1295. package/dist/lib/node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/lib/index.es.js +22 -0
  1296. package/dist/lib/node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/lib/index.es.js.map +1 -0
  1297. package/dist/lib/node_modules/.pnpm/resize-observer-polyfill@1.5.1/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.es.js +496 -0
  1298. package/dist/lib/node_modules/.pnpm/resize-observer-polyfill@1.5.1/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.es.js.map +1 -0
  1299. package/dist/lib/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.es.js +7 -0
  1300. package/dist/lib/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.es.js.map +1 -0
  1301. package/dist/lib/node_modules/.pnpm/style-mod@4.1.2/node_modules/style-mod/src/style-mod.es.js +133 -0
  1302. package/dist/lib/node_modules/.pnpm/style-mod@4.1.2/node_modules/style-mod/src/style-mod.es.js.map +1 -0
  1303. package/dist/lib/node_modules/.pnpm/style-to-js@1.1.16/node_modules/style-to-js/cjs/index.es.js +29 -0
  1304. package/dist/lib/node_modules/.pnpm/style-to-js@1.1.16/node_modules/style-to-js/cjs/index.es.js.map +1 -0
  1305. package/dist/lib/node_modules/.pnpm/style-to-js@1.1.16/node_modules/style-to-js/cjs/utilities.es.js +37 -0
  1306. package/dist/lib/node_modules/.pnpm/style-to-js@1.1.16/node_modules/style-to-js/cjs/utilities.es.js.map +1 -0
  1307. package/dist/lib/node_modules/.pnpm/style-to-object@1.0.8/node_modules/style-to-object/cjs/index.es.js +31 -0
  1308. package/dist/lib/node_modules/.pnpm/style-to-object@1.0.8/node_modules/style-to-object/cjs/index.es.js.map +1 -0
  1309. package/dist/lib/node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.es.js +42 -0
  1310. package/dist/lib/node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.es.js.map +1 -0
  1311. package/dist/lib/node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.es.js +87 -0
  1312. package/dist/lib/node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.es.js.map +1 -0
  1313. package/dist/lib/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.es.js +35 -0
  1314. package/dist/lib/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.es.js.map +1 -0
  1315. package/dist/lib/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.es.js +31 -0
  1316. package/dist/lib/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.es.js.map +1 -0
  1317. package/dist/lib/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.es.js +637 -0
  1318. package/dist/lib/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.es.js.map +1 -0
  1319. package/dist/lib/node_modules/.pnpm/unist-util-is@6.0.0/node_modules/unist-util-is/lib/index.es.js +94 -0
  1320. package/dist/lib/node_modules/.pnpm/unist-util-is@6.0.0/node_modules/unist-util-is/lib/index.es.js.map +1 -0
  1321. package/dist/lib/node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/lib/index.es.js +28 -0
  1322. package/dist/lib/node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/lib/index.es.js.map +1 -0
  1323. package/dist/lib/node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/lib/index.es.js +28 -0
  1324. package/dist/lib/node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/lib/index.es.js.map +1 -0
  1325. package/dist/lib/node_modules/.pnpm/unist-util-visit-parents@6.0.1/node_modules/unist-util-visit-parents/lib/color.es.js +7 -0
  1326. package/dist/lib/node_modules/.pnpm/unist-util-visit-parents@6.0.1/node_modules/unist-util-visit-parents/lib/color.es.js.map +1 -0
  1327. package/dist/lib/node_modules/.pnpm/unist-util-visit-parents@6.0.1/node_modules/unist-util-visit-parents/lib/index.es.js +84 -0
  1328. package/dist/lib/node_modules/.pnpm/unist-util-visit-parents@6.0.1/node_modules/unist-util-visit-parents/lib/index.es.js.map +1 -0
  1329. package/dist/lib/node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/lib/index.es.js +29 -0
  1330. package/dist/lib/node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/lib/index.es.js.map +1 -0
  1331. package/dist/lib/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.es.js +6 -0
  1332. package/dist/lib/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.es.js.map +1 -0
  1333. package/dist/lib/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.es.js +15 -0
  1334. package/dist/lib/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.es.js.map +1 -0
  1335. package/dist/lib/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.es.js +11 -0
  1336. package/dist/lib/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.es.js.map +1 -0
  1337. package/dist/lib/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.es.js +21 -0
  1338. package/dist/lib/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.es.js.map +1 -0
  1339. package/dist/lib/node_modules/.pnpm/vfile-message@4.0.2/node_modules/vfile-message/lib/index.es.js +139 -0
  1340. package/dist/lib/node_modules/.pnpm/vfile-message@4.0.2/node_modules/vfile-message/lib/index.es.js.map +1 -0
  1341. package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.es.js +463 -0
  1342. package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.es.js.map +1 -0
  1343. package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.browser.es.js +215 -0
  1344. package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.browser.es.js.map +1 -0
  1345. package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.browser.es.js +8 -0
  1346. package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.browser.es.js.map +1 -0
  1347. package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.browser.es.js +47 -0
  1348. package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.browser.es.js.map +1 -0
  1349. package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.es.js +10 -0
  1350. package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.es.js.map +1 -0
  1351. package/dist/lib/node_modules/.pnpm/w3c-keyname@2.2.8/node_modules/w3c-keyname/index.es.js +106 -0
  1352. package/dist/lib/node_modules/.pnpm/w3c-keyname@2.2.8/node_modules/w3c-keyname/index.es.js.map +1 -0
  1353. package/dist/lib/stats.html +4949 -0
  1354. package/dist/lib/style.pkg.css +1 -0
  1355. package/dist/lib/utils/ai-agent-message-manager/ai-agent-message-manager.es.js +202 -0
  1356. package/dist/lib/utils/ai-agent-message-manager/ai-agent-message-manager.es.js.map +1 -0
  1357. package/dist/lib/utils/ai-agent-message-manager/constants.es.js +78 -0
  1358. package/dist/lib/utils/ai-agent-message-manager/constants.es.js.map +1 -0
  1359. package/dist/lib/utils/ai-agent-message-manager/types.es.js +9 -0
  1360. package/dist/lib/utils/ai-agent-message-manager/types.es.js.map +1 -0
  1361. package/dist/lib/utils/common/common.es.js +11 -0
  1362. package/dist/lib/utils/common/common.es.js.map +1 -0
  1363. package/dist/lib/utils/common/url.es.js +14 -0
  1364. package/dist/lib/utils/common/url.es.js.map +1 -0
  1365. package/dist/lib/utils/fetchKnowledge/fetchKnowledge.es.js +79 -0
  1366. package/dist/lib/utils/fetchKnowledge/fetchKnowledge.es.js.map +1 -0
  1367. package/dist/lib/utils/fun-ASR/fun-ASR-manager.es.js +144 -0
  1368. package/dist/lib/utils/fun-ASR/fun-ASR-manager.es.js.map +1 -0
  1369. package/dist/lib/utils/fun-ASR/pcm.es.js +61 -0
  1370. package/dist/lib/utils/fun-ASR/pcm.es.js.map +1 -0
  1371. package/dist/lib/utils/fun-ASR/recorder.es.js +1249 -0
  1372. package/dist/lib/utils/fun-ASR/recorder.es.js.map +1 -0
  1373. package/dist/lib/utils/fun-ASR/wav.es.js +54 -0
  1374. package/dist/lib/utils/fun-ASR/wav.es.js.map +1 -0
  1375. package/dist/lib/utils/fun-ASR/ws-connecter.es.js +98 -0
  1376. package/dist/lib/utils/fun-ASR/ws-connecter.es.js.map +1 -0
  1377. package/dist/lib/utils/vosk-browser-manager/audio-manager/audio-manager.es.js +92 -0
  1378. package/dist/lib/utils/vosk-browser-manager/audio-manager/audio-manager.es.js.map +1 -0
  1379. package/dist/lib/utils/vosk-browser-manager/audio-manager/workletProcessor.es.js +5 -0
  1380. package/dist/lib/utils/vosk-browser-manager/audio-manager/workletProcessor.es.js.map +1 -0
  1381. package/dist/lib/utils/vosk-browser-manager/vosk-browser-manager.es.js +116 -0
  1382. package/dist/lib/utils/vosk-browser-manager/vosk-browser-manager.es.js.map +1 -0
  1383. package/dist/lib/utils/wait-something/index.es.js +21 -0
  1384. package/dist/lib/utils/wait-something/index.es.js.map +1 -0
  1385. package/dist/lib/utils/xun-fei-voice/XF-stream-voice-manager.es.js +295 -0
  1386. package/dist/lib/utils/xun-fei-voice/XF-stream-voice-manager.es.js.map +1 -0
  1387. package/dist/lib/utils/xun-fei-voice/recorder-manager/RecorderManager.es.js +179 -0
  1388. package/dist/lib/utils/xun-fei-voice/recorder-manager/RecorderManager.es.js.map +1 -0
  1389. package/dist/lib/utils/xun-fei-voice/recorder-manager/processorSource/processor.worker.es.js +5 -0
  1390. package/dist/lib/utils/xun-fei-voice/recorder-manager/processorSource/processor.worker.es.js.map +1 -0
  1391. package/dist/lib/utils/xun-fei-voice/recorder-manager/processorSource/processor.worklet.es.js +379 -0
  1392. package/dist/lib/utils/xun-fei-voice/recorder-manager/processorSource/processor.worklet.es.js.map +1 -0
  1393. package/dist/lib/utils/xun-fei-voice/utils.es.js +48 -0
  1394. package/dist/lib/utils/xun-fei-voice/utils.es.js.map +1 -0
  1395. package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/extends.es.js +13 -0
  1396. package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/extends.es.js.map +1 -0
  1397. package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js +13 -0
  1398. package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js.map +1 -0
  1399. package/dist/node_modules/.pnpm/@codemirror_lang-javascript@6.2.1/node_modules/@codemirror/lang-javascript/dist/index.es.js +1 -1
  1400. package/dist/node_modules/.pnpm/@codemirror_language@6.11.0/node_modules/@codemirror/language/dist/index.es.js +2 -2
  1401. package/dist/node_modules/.pnpm/@codemirror_view@6.38.0/node_modules/@codemirror/view/dist/index.es.js +1 -1
  1402. package/dist/node_modules/.pnpm/@easyv_react-icons@6.3.0/node_modules/@easyv/react-icons/dist/index.esm.es.js +4 -4
  1403. package/dist/node_modules/.pnpm/@easyv_react-icons@6.3.0/node_modules/@easyv/react-icons/dist/index.esm.es.js.map +1 -1
  1404. 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 +62 -0
  1405. package/dist/node_modules/.pnpm/{@uiw_react-codemirror@4.21.20_@babel_runtime@7.27.0_@codemirror_autocomplete@6.11.0_@co_23e4ab2dcd0b1efe365ce4b7a9046dac → @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 +1 -1
  1406. 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 +84 -0
  1407. package/dist/node_modules/.pnpm/{@uiw_react-codemirror@4.21.20_@babel_runtime@7.27.0_@codemirror_autocomplete@6.11.0_@co_23e4ab2dcd0b1efe365ce4b7a9046dac → @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 +1 -1
  1408. 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 +12 -0
  1409. package/dist/node_modules/.pnpm/{@uiw_react-codemirror@4.21.20_@babel_runtime@7.27.0_@codemirror_autocomplete@6.11.0_@co_23e4ab2dcd0b1efe365ce4b7a9046dac → @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 +1 -1
  1410. 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 +145 -0
  1411. package/dist/node_modules/.pnpm/{@uiw_react-codemirror@4.21.20_@babel_runtime@7.27.0_@codemirror_autocomplete@6.11.0_@co_23e4ab2dcd0b1efe365ce4b7a9046dac → @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 +1 -1
  1412. 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 +20 -0
  1413. package/dist/node_modules/.pnpm/{@uiw_react-codemirror@4.21.20_@babel_runtime@7.27.0_@codemirror_autocomplete@6.11.0_@co_23e4ab2dcd0b1efe365ce4b7a9046dac → @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 +1 -1
  1414. package/dist/node_modules/.pnpm/acorn-walk@8.3.4/node_modules/acorn-walk/dist/walk.es.js +297 -0
  1415. package/dist/node_modules/.pnpm/acorn-walk@8.3.4/node_modules/acorn-walk/dist/walk.es.js.map +1 -0
  1416. package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.es.js +1 -1
  1417. package/dist/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/index.es.js +1 -1
  1418. package/dist/node_modules/.pnpm/style-to-js@1.1.16/node_modules/style-to-js/cjs/index.es.js +1 -1
  1419. package/dist/node_modules/.pnpm/style-to-object@1.0.8/node_modules/style-to-object/cjs/index.es.js +1 -1
  1420. package/dist/stats.html +1 -1
  1421. package/dist/tailwindcss.pkg.css +398 -1
  1422. package/dist/utils/vosk-browser-manager/vosk-browser-manager.d.ts +2 -0
  1423. package/dist/utils/vosk-browser-manager/vosk-browser-manager.es.js.map +1 -1
  1424. package/package.json +25 -17
  1425. package/dist/_virtual/index.es7.js.map +0 -1
  1426. package/dist/components/code-editor/code-editor.d.ts +0 -7
  1427. package/dist/components/code-editor/code-editor.es.js.map +0 -1
  1428. package/dist/components/code-editor/index.d.ts +0 -1
  1429. package/dist/node_modules/.pnpm/classnames@2.3.2/node_modules/classnames/index.es.js +0 -53
  1430. package/dist/node_modules/.pnpm/classnames@2.3.2/node_modules/classnames/index.es.js.map +0 -1
  1431. /package/dist/components/{code-editor → code-mirror-editor}/test/CodeEditor.cy.d.ts +0 -0
  1432. /package/dist/components/{code-editor → code-mirror-editor}/theme.d.ts +0 -0
  1433. /package/dist/{node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.27.0_@codemirror_autocomplete@6.11.0_@co_23e4ab2dcd0b1efe365ce4b7a9046dac → lib/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 -0
  1434. /package/dist/{node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.27.0_@codemirror_autocomplete@6.11.0_@co_23e4ab2dcd0b1efe365ce4b7a9046dac → lib/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 -0
  1435. /package/dist/{node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.27.0_@codemirror_autocomplete@6.11.0_@co_23e4ab2dcd0b1efe365ce4b7a9046dac → lib/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 -0
  1436. /package/dist/{node_modules/.pnpm/@uiw_react-codemirror@4.21.20_@babel_runtime@7.27.0_@codemirror_autocomplete@6.11.0_@co_23e4ab2dcd0b1efe365ce4b7a9046dac → lib/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 -0
@@ -0,0 +1,3373 @@
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