@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.
- package/README.md +1 -1
- package/dist/_virtual/index.es4.js +2 -2
- package/dist/_virtual/index.es6.js +2 -2
- package/dist/components/code-mirror-editor/code-mirror-editor.d.ts +10 -0
- package/dist/components/{code-editor/code-editor.es.js → code-mirror-editor/code-mirror-editor.es.js} +53 -28
- package/dist/components/code-mirror-editor/code-mirror-editor.es.js.map +1 -0
- package/dist/components/code-mirror-editor/constants.d.ts +135 -0
- package/dist/components/code-mirror-editor/constants.es.js +281 -0
- package/dist/components/code-mirror-editor/constants.es.js.map +1 -0
- package/dist/components/code-mirror-editor/index.d.ts +1 -0
- package/dist/components/code-mirror-editor/utils.d.ts +61 -0
- package/dist/components/code-mirror-editor/utils.es.js +128 -0
- package/dist/components/code-mirror-editor/utils.es.js.map +1 -0
- package/dist/components/editor-tool/editor-tool.d.ts +3 -0
- package/dist/components/editor-tool/editor-tool.es.js +218 -0
- package/dist/components/editor-tool/editor-tool.es.js.map +1 -0
- package/dist/components/editor-tool/index.d.ts +1 -0
- package/dist/components/index.d.ts +3 -1
- package/dist/index.es.js +4 -2
- package/dist/index.es.js.map +1 -1
- package/dist/lib/_virtual/_commonjsHelpers.es.js +9 -0
- package/dist/lib/_virtual/_commonjsHelpers.es.js.map +1 -0
- package/dist/lib/_virtual/dayjs.min.es.js +5 -0
- package/dist/lib/_virtual/dayjs.min.es.js.map +1 -0
- package/dist/lib/_virtual/index.es.js +5 -0
- package/dist/lib/_virtual/index.es.js.map +1 -0
- package/dist/lib/_virtual/index.es2.js +5 -0
- package/dist/lib/_virtual/index.es2.js.map +1 -0
- package/dist/lib/_virtual/index.es3.js +5 -0
- package/dist/lib/_virtual/index.es3.js.map +1 -0
- package/dist/lib/_virtual/index.es4.js +5 -0
- package/dist/lib/_virtual/index.es4.js.map +1 -0
- package/dist/lib/_virtual/index.es5.js +5 -0
- package/dist/lib/_virtual/index.es5.js.map +1 -0
- package/dist/{_virtual/index.es7.js → lib/_virtual/index.es6.js} +1 -1
- package/dist/lib/_virtual/index.es6.js.map +1 -0
- package/dist/lib/_virtual/jsx-runtime.es.js +5 -0
- package/dist/lib/_virtual/jsx-runtime.es.js.map +1 -0
- package/dist/lib/_virtual/react-is.development.es.js +5 -0
- package/dist/lib/_virtual/react-is.development.es.js.map +1 -0
- package/dist/lib/_virtual/react-is.development.es2.js +5 -0
- package/dist/lib/_virtual/react-is.development.es2.js.map +1 -0
- package/dist/lib/_virtual/react-is.production.min.es.js +5 -0
- package/dist/lib/_virtual/react-is.production.min.es.js.map +1 -0
- package/dist/lib/_virtual/react-is.production.min.es2.js +5 -0
- package/dist/lib/_virtual/react-is.production.min.es2.js.map +1 -0
- package/dist/lib/_virtual/react-jsx-runtime.development.es.js +5 -0
- package/dist/lib/_virtual/react-jsx-runtime.development.es.js.map +1 -0
- package/dist/lib/_virtual/react-jsx-runtime.production.min.es.js +5 -0
- package/dist/lib/_virtual/react-jsx-runtime.production.min.es.js.map +1 -0
- package/dist/lib/_virtual/utilities.es.js +5 -0
- package/dist/lib/_virtual/utilities.es.js.map +1 -0
- package/dist/lib/ant-components/input/input.es.js +12 -0
- package/dist/lib/ant-components/input/input.es.js.map +1 -0
- package/dist/lib/ant-components/input/input.module.less.es.js +7 -0
- package/dist/lib/ant-components/input/input.module.less.es.js.map +1 -0
- package/dist/lib/asserts/icons/agent-step-hint-icon.svg.es.js +6 -0
- package/dist/lib/asserts/icons/agent-step-hint-icon.svg.es.js.map +1 -0
- package/dist/lib/components/ai-message-render/ai-message-render.es.js +160 -0
- package/dist/lib/components/ai-message-render/ai-message-render.es.js.map +1 -0
- package/dist/lib/components/ai-message-render/image-preview.es.js +22 -0
- package/dist/lib/components/ai-message-render/image-preview.es.js.map +1 -0
- package/dist/lib/components/ai-message-render/index.less.es.js +5 -0
- package/dist/lib/components/ai-message-render/index.less.es.js.map +1 -0
- package/dist/lib/components/ai-message-render/index.module.less.es.js +7 -0
- package/dist/lib/components/ai-message-render/index.module.less.es.js.map +1 -0
- package/dist/lib/components/ai-message-render/utils.es.js +146 -0
- package/dist/lib/components/ai-message-render/utils.es.js.map +1 -0
- package/dist/lib/components/ai-model-select/ai-model-select-panel.es.js +192 -0
- package/dist/lib/components/ai-model-select/ai-model-select-panel.es.js.map +1 -0
- package/dist/lib/components/ai-model-select/iconBtn.es.js +21 -0
- package/dist/lib/components/ai-model-select/iconBtn.es.js.map +1 -0
- package/dist/lib/components/code-mirror-editor/code-mirror-editor.es.js +176 -0
- package/dist/lib/components/code-mirror-editor/code-mirror-editor.es.js.map +1 -0
- package/dist/lib/components/code-mirror-editor/constants.es.js +281 -0
- package/dist/lib/components/code-mirror-editor/constants.es.js.map +1 -0
- package/dist/lib/components/code-mirror-editor/utils.es.js +131 -0
- package/dist/lib/components/code-mirror-editor/utils.es.js.map +1 -0
- package/dist/lib/components/easyv-monaco-editor/easyv-monaco-editor.es.js +246 -0
- package/dist/lib/components/easyv-monaco-editor/easyv-monaco-editor.es.js.map +1 -0
- package/dist/lib/components/echarts-render/echarts-render.es.js +36 -0
- package/dist/lib/components/echarts-render/echarts-render.es.js.map +1 -0
- package/dist/lib/components/error-boundary/error-boundary.es.js +41 -0
- package/dist/lib/components/error-boundary/error-boundary.es.js.map +1 -0
- package/dist/lib/components/scroll-controller/scroll-controller.es.js +73 -0
- package/dist/lib/components/scroll-controller/scroll-controller.es.js.map +1 -0
- package/dist/lib/components/shadow-dom/shadow-dom.es.js +49 -0
- package/dist/lib/components/shadow-dom/shadow-dom.es.js.map +1 -0
- package/dist/lib/components/voice-animation/voice-animation.es.js +48 -0
- package/dist/lib/components/voice-animation/voice-animation.es.js.map +1 -0
- package/dist/lib/easyv-biz-components/src/ant-components/index.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/ant-components/input/index.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/ant-components/input/input.d.ts +9 -0
- package/dist/lib/easyv-biz-components/src/components/ai-message-render/ai-message-render.d.ts +26 -0
- package/dist/lib/easyv-biz-components/src/components/ai-message-render/constants.d.ts +0 -0
- package/dist/lib/easyv-biz-components/src/components/ai-message-render/image-preview.d.ts +9 -0
- package/dist/lib/easyv-biz-components/src/components/ai-message-render/index.d.ts +3 -0
- package/dist/lib/easyv-biz-components/src/components/ai-message-render/test/ai-message-render.cy.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/components/ai-message-render/types.d.ts +42 -0
- package/dist/lib/easyv-biz-components/src/components/ai-message-render/utils.d.ts +25 -0
- package/dist/lib/easyv-biz-components/src/components/ai-model-select/ai-model-select-panel.d.ts +23 -0
- package/dist/lib/easyv-biz-components/src/components/ai-model-select/iconBtn.d.ts +6 -0
- package/dist/lib/easyv-biz-components/src/components/ai-model-select/index.d.ts +2 -0
- package/dist/lib/easyv-biz-components/src/components/ai-model-select/test/ai-model-select-panel.cy.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/components/ai-model-select/types.d.ts +11 -0
- package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/code-mirror-editor.d.ts +14 -0
- package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/constants.d.ts +135 -0
- package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/format-utils.d.ts +10 -0
- package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/index.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/test/CodeEditor.cy.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/theme.d.ts +4 -0
- package/dist/lib/easyv-biz-components/src/components/code-mirror-editor/utils.d.ts +61 -0
- package/dist/lib/easyv-biz-components/src/components/easyv-monaco-editor/easyv-monaco-editor.d.ts +4 -0
- package/dist/lib/easyv-biz-components/src/components/easyv-monaco-editor/index.d.ts +2 -0
- package/dist/lib/easyv-biz-components/src/components/easyv-monaco-editor/test/easyv-monaco-editor.cy.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/components/easyv-monaco-editor/types.d.ts +91 -0
- package/dist/lib/easyv-biz-components/src/components/echarts-render/echarts-render.d.ts +12 -0
- package/dist/lib/easyv-biz-components/src/components/echarts-render/index.d.ts +2 -0
- package/dist/lib/easyv-biz-components/src/components/echarts-render/test/base.cy.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/components/echarts-render/types.d.ts +5 -0
- package/dist/lib/easyv-biz-components/src/components/error-boundary/error-boundary.d.ts +19 -0
- package/dist/lib/easyv-biz-components/src/components/error-boundary/index.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/components/index.d.ts +10 -0
- package/dist/lib/easyv-biz-components/src/components/scroll-controller/index.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/components/scroll-controller/scroll-controller.d.ts +13 -0
- package/dist/lib/easyv-biz-components/src/components/shadow-dom/index.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/components/shadow-dom/shadow-dom.d.ts +9 -0
- package/dist/lib/easyv-biz-components/src/components/voice-animation/index.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/components/voice-animation/test/voice-animation.cy.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/components/voice-animation/voice-animation.d.ts +14 -0
- package/dist/lib/easyv-biz-components/src/hooks/index.d.ts +6 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-ai-agent-message/constants.d.ts +4 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-ai-agent-message/index.d.ts +3 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-ai-agent-message/types.d.ts +7 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-ai-agent-message/use-ai-agent-message.d.ts +31 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-ai-agent-message/utils.d.ts +4 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-div-auto-scroll.d.ts +17 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-document-unmount/index.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-document-unmount/use-document-unmount.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-initialized.d.ts +7 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-socket-events/constant.d.ts +52 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-socket-events/index.d.ts +3 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-socket-events/types.d.ts +47 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-socket-events/use-socket-events.d.ts +21 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-watch-value/playground.cy.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-watch-value/use-watch-value.cy.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/hooks/use-watch-value/use-watch-value.d.ts +43 -0
- package/dist/lib/easyv-biz-components/src/index.d.ts +4 -0
- package/dist/lib/easyv-biz-components/src/types/index.d.ts +0 -0
- package/dist/lib/easyv-biz-components/src/utils/ai-agent-message-manager/ai-agent-message-manager.d.ts +28 -0
- package/dist/lib/easyv-biz-components/src/utils/ai-agent-message-manager/constants.d.ts +56 -0
- package/dist/lib/easyv-biz-components/src/utils/ai-agent-message-manager/index.d.ts +3 -0
- package/dist/lib/easyv-biz-components/src/utils/ai-agent-message-manager/types.d.ts +132 -0
- package/dist/lib/easyv-biz-components/src/utils/ai-agent-message-manager/utils.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/utils/common/common.d.ts +2 -0
- package/dist/lib/easyv-biz-components/src/utils/common/index.d.ts +2 -0
- package/dist/lib/easyv-biz-components/src/utils/common/url.d.ts +2 -0
- package/dist/lib/easyv-biz-components/src/utils/fetchKnowledge/fetchKnowledge.d.ts +10 -0
- package/dist/lib/easyv-biz-components/src/utils/fetchKnowledge/index.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/utils/fun-ASR/fun-ASR-manager.d.ts +116 -0
- package/dist/lib/easyv-biz-components/src/utils/fun-ASR/index.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/utils/index.d.ts +7 -0
- package/dist/lib/easyv-biz-components/src/utils/vosk-browser-manager/audio-manager/audio-manager.d.ts +31 -0
- package/dist/lib/easyv-biz-components/src/utils/vosk-browser-manager/audio-manager/test/audio-manager.cy.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/utils/vosk-browser-manager/audio-manager/types.d.ts +2 -0
- package/dist/lib/easyv-biz-components/src/utils/vosk-browser-manager/index.d.ts +2 -0
- package/dist/lib/easyv-biz-components/src/utils/vosk-browser-manager/test/voskBrowserManager.cy.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/utils/vosk-browser-manager/vosk-browser-manager.d.ts +38 -0
- package/dist/lib/easyv-biz-components/src/utils/wait-something/index.d.ts +9 -0
- package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/XF-stream-voice-manager.d.ts +90 -0
- package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/index.d.ts +3 -0
- package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/recorder-manager/RecorderManager-draft.d.ts +38 -0
- package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/recorder-manager/index.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/test/RecorderManager.cy.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/test/XunFeiVoiceManager.cy.d.ts +1 -0
- package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/types.d.ts +39 -0
- package/dist/lib/easyv-biz-components/src/utils/xun-fei-voice/utils.d.ts +17 -0
- package/dist/lib/hooks/use-ai-agent-message/constants.es.js +10 -0
- package/dist/lib/hooks/use-ai-agent-message/constants.es.js.map +1 -0
- package/dist/lib/hooks/use-ai-agent-message/use-ai-agent-message.es.js +243 -0
- package/dist/lib/hooks/use-ai-agent-message/use-ai-agent-message.es.js.map +1 -0
- package/dist/lib/hooks/use-ai-agent-message/utils.es.js +25 -0
- package/dist/lib/hooks/use-ai-agent-message/utils.es.js.map +1 -0
- package/dist/lib/hooks/use-div-auto-scroll.es.js +51 -0
- package/dist/lib/hooks/use-div-auto-scroll.es.js.map +1 -0
- package/dist/lib/hooks/use-document-unmount/use-document-unmount.es.js +18 -0
- package/dist/lib/hooks/use-document-unmount/use-document-unmount.es.js.map +1 -0
- package/dist/lib/hooks/use-initialized.es.js +23 -0
- package/dist/lib/hooks/use-initialized.es.js.map +1 -0
- package/dist/lib/hooks/use-socket-events/constant.es.js +103 -0
- package/dist/lib/hooks/use-socket-events/constant.es.js.map +1 -0
- package/dist/lib/hooks/use-socket-events/use-socket-events.es.js +128 -0
- package/dist/lib/hooks/use-socket-events/use-socket-events.es.js.map +1 -0
- package/dist/lib/hooks/use-watch-value/use-watch-value.es.js +35 -0
- package/dist/lib/hooks/use-watch-value/use-watch-value.es.js.map +1 -0
- package/dist/lib/index.d.ts +1 -0
- package/dist/lib/index.es.js +91 -0
- package/dist/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ant-design_colors@6.0.0/node_modules/@ant-design/colors/dist/index.esm.es.js +176 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.es.js +27 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/classCallCheck.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/classCallCheck.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/createClass.es.js +16 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/createClass.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/createSuper.es.js +18 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/createSuper.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/defineProperty.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/defineProperty.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/extends.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/extends.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/inherits.es.js +17 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/inherits.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/iterableToArray.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/iterableToArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.es.js +25 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/nonIterableRest.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/nonIterableRest.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectSpread2.es.js +26 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectSpread2.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.es.js +289 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/slicedToArray.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/slicedToArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toArray.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toConsumableArray.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toConsumableArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toPrimitive.es.js +15 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toPrimitive.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toPropertyKey.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/toPropertyKey.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/typeof.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/typeof.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.27.0/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/extends.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/extends.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js.map +1 -0
- 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
- 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
- package/dist/lib/node_modules/.pnpm/@codemirror_commands@6.8.1/node_modules/@codemirror/commands/dist/index.es.js +1127 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_commands@6.8.1/node_modules/@codemirror/commands/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_lang-javascript@6.2.1/node_modules/@codemirror/lang-javascript/dist/index.es.js +309 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_lang-javascript@6.2.1/node_modules/@codemirror/lang-javascript/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_lang-json@6.0.1/node_modules/@codemirror/lang-json/dist/index.es.js +28 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_lang-json@6.0.1/node_modules/@codemirror/lang-json/dist/index.es.js.map +1 -0
- 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
- 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
- package/dist/lib/node_modules/.pnpm/@codemirror_language@6.11.0/node_modules/@codemirror/language/dist/index.es.js +1587 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_language@6.11.0/node_modules/@codemirror/language/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_lint@6.5.0/node_modules/@codemirror/lint/dist/index.es.js +703 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_lint@6.5.0/node_modules/@codemirror/lint/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_search@6.5.10/node_modules/@codemirror/search/dist/index.es.js +1134 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_search@6.5.10/node_modules/@codemirror/search/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_state@6.5.2/node_modules/@codemirror/state/dist/index.es.js +3373 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_state@6.5.2/node_modules/@codemirror/state/dist/index.es.js.map +1 -0
- 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
- 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
- package/dist/lib/node_modules/.pnpm/@codemirror_view@6.38.0/node_modules/@codemirror/view/dist/index.es.js +10129 -0
- package/dist/lib/node_modules/.pnpm/@codemirror_view@6.38.0/node_modules/@codemirror/view/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/conversion.es.js +113 -0
- package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/conversion.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/css-color-names.es.js +154 -0
- 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
- package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/format-input.es.js +149 -0
- package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/format-input.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/util.es.js +50 -0
- package/dist/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/util.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@easyv_react-icons@6.3.0/node_modules/@easyv/react-icons/dist/index.esm.es.js +5203 -0
- 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
- package/dist/lib/node_modules/.pnpm/@lezer_common@1.2.3/node_modules/@lezer/common/dist/index.es.js +1670 -0
- package/dist/lib/node_modules/.pnpm/@lezer_common@1.2.3/node_modules/@lezer/common/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@lezer_highlight@1.2.1/node_modules/@lezer/highlight/dist/index.es.js +697 -0
- package/dist/lib/node_modules/.pnpm/@lezer_highlight@1.2.1/node_modules/@lezer/highlight/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@lezer_javascript@1.4.21/node_modules/@lezer/javascript/dist/index.es.js +195 -0
- package/dist/lib/node_modules/.pnpm/@lezer_javascript@1.4.21/node_modules/@lezer/javascript/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@lezer_json@1.0.3/node_modules/@lezer/json/dist/index.es.js +36 -0
- package/dist/lib/node_modules/.pnpm/@lezer_json@1.0.3/node_modules/@lezer/json/dist/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@lezer_lr@1.4.2/node_modules/@lezer/lr/dist/index.es.js +1767 -0
- package/dist/lib/node_modules/.pnpm/@lezer_lr@1.4.2/node_modules/@lezer/lr/dist/index.es.js.map +1 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/lib/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/deserialize.es.js +69 -0
- package/dist/lib/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/deserialize.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/index.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/serialize.es.js +136 -0
- package/dist/lib/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/serialize.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/types.es.js +23 -0
- package/dist/lib/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/types.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/acorn-walk@8.3.4/node_modules/acorn-walk/dist/walk.es.js +297 -0
- package/dist/lib/node_modules/.pnpm/acorn-walk@8.3.4/node_modules/acorn-walk/dist/walk.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/acorn@8.15.0/node_modules/acorn/dist/acorn.es.js +5585 -0
- package/dist/lib/node_modules/.pnpm/acorn@8.15.0/node_modules/acorn/dist/acorn.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/useLatest/index.es.js +10 -0
- 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
- package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/useMemoizedFn/index.es.js +29 -0
- 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
- package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/useThrottleFn/index.es.js +38 -0
- 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
- package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/useUnmount/index.es.js +21 -0
- 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
- package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/utils/index.es.js +7 -0
- 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
- package/dist/lib/node_modules/.pnpm/ahooks@3.8.5_react@18.2.0/node_modules/ahooks/es/utils/isDev.es.js +5 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/lib/node_modules/.pnpm/async-validator@4.2.5/node_modules/async-validator/dist-web/index.es.js +1050 -0
- package/dist/lib/node_modules/.pnpm/async-validator@4.2.5/node_modules/async-validator/dist-web/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.es.js +17 -0
- package/dist/lib/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.es.js +64 -0
- package/dist/lib/node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/co-web-worker@1.0.1/node_modules/co-web-worker/index.es.js +16 -0
- package/dist/lib/node_modules/.pnpm/co-web-worker@1.0.1/node_modules/co-web-worker/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/crelt@1.0.6/node_modules/crelt/index.es.js +31 -0
- package/dist/lib/node_modules/.pnpm/crelt@1.0.6/node_modules/crelt/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.es.js +283 -0
- package/dist/lib/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.es.js.map +1 -0
- 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
- 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
- package/dist/lib/node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/default.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/default.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.es.js.map +1 -0
- 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
- 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
- package/dist/lib/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.es.js +90 -0
- package/dist/lib/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.es.js.map +1 -0
- 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
- 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
- package/dist/lib/node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/lib/index.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/html-url-attributes@3.0.1/node_modules/html-url-attributes/lib/index.es.js +27 -0
- package/dist/lib/node_modules/.pnpm/html-url-attributes@3.0.1/node_modules/html-url-attributes/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/immer@10.1.1/node_modules/immer/dist/immer.es.js +680 -0
- package/dist/lib/node_modules/.pnpm/immer@10.1.1/node_modules/immer/dist/immer.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/inline-style-parser@0.2.4/node_modules/inline-style-parser/index.es.js +135 -0
- package/dist/lib/node_modules/.pnpm/inline-style-parser@0.2.4/node_modules/inline-style-parser/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.es.js +22 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.es.js +22 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.es.js +22 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.es.js +16 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.es.js +19 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.es.js +6 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.es.js +6 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.es.js +17 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.es.js +25 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arraySome.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arraySome.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssign.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssign.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignIn.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignIn.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.es.js +17 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.es.js +92 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.es.js +22 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFlatten.es.js +22 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFlatten.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.es.js +15 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqual.es.js +15 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqual.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqualDeep.es.js +46 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqualDeep.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.es.js +23 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.es.js +15 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.es.js +20 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.es.js +21 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.es.js +15 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSlice.es.js +21 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSlice.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.es.js +22 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnset.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnset.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.es.js +17 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.es.js +24 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbols.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbols.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbolsIn.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbolsIn.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.es.js +6 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_customOmitClone.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_customOmitClone.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalArrays.es.js +51 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalArrays.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalByTag.es.js +60 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalByTag.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalObjects.es.js +51 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalObjects.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_flatRest.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_flatRest.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.es.js +5 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeysIn.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeysIn.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.es.js +6 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.es.js +26 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.es.js +18 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbolsIn.es.js +17 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbolsIn.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.es.js +35 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.es.js +16 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.es.js +44 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isFlattenable.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isFlattenable.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.es.js +17 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.es.js +21 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.es.js +15 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.es.js +15 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapToArray.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapToArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.es.js +16 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.es.js +6 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.es.js +6 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.es.js +19 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.es.js +22 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_parent.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_parent.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.es.js +21 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.es.js +23 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.es.js +17 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.es.js +19 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatten.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatten.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.es.js +5 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isEqual.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isEqual.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isNil.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isNil.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.es.js +23 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/last.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/last.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.es.js +23 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/omit.es.js +34 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/omit.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_Symbol.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_Symbol.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayMap.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayMap.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayReduce.es.js +15 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_arrayReduce.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_asciiToArray.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_asciiToArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_asciiWords.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_asciiWords.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseGetTag.es.js +17 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseGetTag.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_basePropertyOf.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_basePropertyOf.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseSlice.es.js +22 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseSlice.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseToString.es.js +24 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseToString.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseTrim.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_baseTrim.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_castSlice.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_castSlice.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_createCaseFirst.es.js +19 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_createCaseFirst.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_createCompounder.es.js +16 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_createCompounder.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_deburrLetter.es.js +202 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_deburrLetter.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_freeGlobal.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_freeGlobal.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_getRawTag.es.js +28 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_getRawTag.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hasUnicode.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hasUnicode.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hasUnicodeWord.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_hasUnicodeWord.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_objectToString.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_objectToString.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_root.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_root.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_stringToArray.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_stringToArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_trimmedEndIndex.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_trimmedEndIndex.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_unicodeToArray.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_unicodeToArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_unicodeWords.es.js +21 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/_unicodeWords.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/camelCase.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/camelCase.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/capitalize.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/capitalize.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/debounce.es.js +92 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/debounce.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/deburr.es.js +16 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/deburr.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isArray.es.js +6 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isArray.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isObject.es.js +9 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isObject.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isObjectLike.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isObjectLike.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isSymbol.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isSymbol.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/now.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/now.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/throttle.es.js +26 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/throttle.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toNumber.es.js +32 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toNumber.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toString.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toString.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/upperFirst.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/upperFirst.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/words.es.js +18 -0
- package/dist/lib/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/words.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.es.js +26 -0
- package/dist/lib/node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.es.js +143 -0
- package/dist/lib/node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.es.js.map +1 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/lib/node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/lib/index.es.js +30 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/lib/index.es.js +31 -0
- package/dist/lib/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/lib/index.es.js.map +1 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/attention.es.js +136 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/attention.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/autolink.es.js +104 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/autolink.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/blank-line.es.js +19 -0
- 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
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/block-quote.es.js +62 -0
- 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
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-escape.es.js +29 -0
- 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
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-reference.es.js +69 -0
- 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
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-fenced.es.js +187 -0
- 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
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-indented.es.js +68 -0
- 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
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-text.es.js +117 -0
- 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
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/content.es.js +76 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/content.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/definition.es.js +95 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/definition.es.js.map +1 -0
- 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
- 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
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/heading-atx.es.js +96 -0
- 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
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-flow.es.js +384 -0
- 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
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-text.es.js +310 -0
- 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
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-end.es.js +236 -0
- 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
- 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
- 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
- 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
- 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
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/line-ending.es.js +18 -0
- 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
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/list.es.js +136 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/list.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/setext-underline.es.js +96 -0
- 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
- package/dist/lib/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/thematic-break.es.js +43 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/lib/node_modules/.pnpm/micromark-extension-gfm@3.0.0/node_modules/micromark-extension-gfm/index.es.js +19 -0
- package/dist/lib/node_modules/.pnpm/micromark-extension-gfm@3.0.0/node_modules/micromark-extension-gfm/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-factory-destination@2.0.1/node_modules/micromark-factory-destination/index.es.js +95 -0
- package/dist/lib/node_modules/.pnpm/micromark-factory-destination@2.0.1/node_modules/micromark-factory-destination/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-factory-label@2.0.1/node_modules/micromark-factory-label/index.es.js +64 -0
- package/dist/lib/node_modules/.pnpm/micromark-factory-label@2.0.1/node_modules/micromark-factory-label/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-factory-space@2.0.1/node_modules/micromark-factory-space/index.es.js +25 -0
- package/dist/lib/node_modules/.pnpm/micromark-factory-space@2.0.1/node_modules/micromark-factory-space/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-factory-title@2.0.1/node_modules/micromark-factory-title/index.es.js +66 -0
- package/dist/lib/node_modules/.pnpm/micromark-factory-title@2.0.1/node_modules/micromark-factory-title/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-factory-whitespace@2.0.1/node_modules/micromark-factory-whitespace/index.es.js +23 -0
- package/dist/lib/node_modules/.pnpm/micromark-factory-whitespace@2.0.1/node_modules/micromark-factory-whitespace/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-character@2.1.1/node_modules/micromark-util-character/index.es.js +45 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-character@2.1.1/node_modules/micromark-util-character/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-chunked@2.0.1/node_modules/micromark-util-chunked/index.es.js +37 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-chunked@2.0.1/node_modules/micromark-util-chunked/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-classify-character@2.0.1/node_modules/micromark-util-classify-character/index.es.js +13 -0
- 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
- package/dist/lib/node_modules/.pnpm/micromark-util-combine-extensions@2.0.1/node_modules/micromark-util-combine-extensions/index.es.js +42 -0
- 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
- 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
- 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
- package/dist/lib/node_modules/.pnpm/micromark-util-decode-string@2.0.1/node_modules/micromark-util-decode-string/index.es.js +22 -0
- 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
- 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
- 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
- package/dist/lib/node_modules/.pnpm/micromark-util-normalize-identifier@2.0.1/node_modules/micromark-util-normalize-identifier/index.es.js +7 -0
- 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
- package/dist/lib/node_modules/.pnpm/micromark-util-resolve-all@2.0.1/node_modules/micromark-util-resolve-all/index.es.js +16 -0
- 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
- package/dist/lib/node_modules/.pnpm/micromark-util-sanitize-uri@2.0.1/node_modules/micromark-util-sanitize-uri/index.es.js +42 -0
- 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
- package/dist/lib/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/index.es.js +158 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/lib/splice-buffer.es.js +195 -0
- 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
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/constructs.es.js +94 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/constructs.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.es.js +321 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/content.es.js +54 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/content.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/document.es.js +187 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/document.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.es.js +43 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/text.es.js +143 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/text.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.es.js +35 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.es.js +81 -0
- package/dist/lib/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/object-assign@4.1.1/node_modules/object-assign/index.es.js +79 -0
- package/dist/lib/node_modules/.pnpm/object-assign@4.1.1/node_modules/object-assign/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.es.js +69 -0
- package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.es.js +59 -0
- package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.es.js +452 -0
- package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.es.js +18 -0
- package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/has.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/has.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/index.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/aria.es.js +62 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/aria.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/find.es.js +41 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/find.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/hast-to-react.es.js +23 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/hast-to-react.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/html.es.js +369 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/html.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/normalize.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/normalize.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/svg.es.js +567 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/svg.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/case-insensitive-transform.es.js +8 -0
- 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
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/case-sensitive-transform.es.js +7 -0
- 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
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/create.es.js +26 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/create.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/defined-info.es.js +42 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/defined-info.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/info.es.js +30 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/info.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/merge.es.js +14 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/merge.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/schema.es.js +26 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/schema.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/types.es.js +21 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/util/types.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/xlink.es.js +20 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/xlink.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/xml.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/xml.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/xmlns.es.js +12 -0
- package/dist/lib/node_modules/.pnpm/property-information@7.0.0/node_modules/property-information/lib/xmlns.es.js.map +1 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.es.js +166 -0
- package/dist/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.es.js +107 -0
- 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
- package/dist/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.es.js +18 -0
- package/dist/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/cjs/react-is.development.es.js +194 -0
- package/dist/lib/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/cjs/react-is.development.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/cjs/react-is.production.min.es.js +110 -0
- 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
- package/dist/lib/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/index.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/index.es.js.map +1 -0
- 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
- 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
- package/dist/lib/node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react-jsx-runtime.development.es.js +876 -0
- package/dist/lib/node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react-jsx-runtime.development.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react-jsx-runtime.production.min.es.js +34 -0
- package/dist/lib/node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react-jsx-runtime.production.min.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-runtime.es.js +13 -0
- package/dist/lib/node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-runtime.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/lib/index.es.js +21 -0
- package/dist/lib/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/lib/index.es.js +20 -0
- package/dist/lib/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/lib/index.es.js +22 -0
- package/dist/lib/node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/resize-observer-polyfill@1.5.1/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.es.js +496 -0
- 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
- package/dist/lib/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.es.js +7 -0
- package/dist/lib/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/style-mod@4.1.2/node_modules/style-mod/src/style-mod.es.js +133 -0
- package/dist/lib/node_modules/.pnpm/style-mod@4.1.2/node_modules/style-mod/src/style-mod.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/style-to-js@1.1.16/node_modules/style-to-js/cjs/index.es.js +29 -0
- package/dist/lib/node_modules/.pnpm/style-to-js@1.1.16/node_modules/style-to-js/cjs/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/style-to-js@1.1.16/node_modules/style-to-js/cjs/utilities.es.js +37 -0
- package/dist/lib/node_modules/.pnpm/style-to-js@1.1.16/node_modules/style-to-js/cjs/utilities.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/style-to-object@1.0.8/node_modules/style-to-object/cjs/index.es.js +31 -0
- package/dist/lib/node_modules/.pnpm/style-to-object@1.0.8/node_modules/style-to-object/cjs/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.es.js +42 -0
- package/dist/lib/node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.es.js +87 -0
- package/dist/lib/node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.es.js +35 -0
- package/dist/lib/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.es.js +31 -0
- package/dist/lib/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.es.js +637 -0
- package/dist/lib/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/unist-util-is@6.0.0/node_modules/unist-util-is/lib/index.es.js +94 -0
- package/dist/lib/node_modules/.pnpm/unist-util-is@6.0.0/node_modules/unist-util-is/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/lib/index.es.js +28 -0
- package/dist/lib/node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/lib/index.es.js.map +1 -0
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/lib/node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/lib/index.es.js +29 -0
- package/dist/lib/node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.es.js +6 -0
- package/dist/lib/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.es.js +15 -0
- package/dist/lib/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.es.js +11 -0
- package/dist/lib/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.es.js +21 -0
- package/dist/lib/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/vfile-message@4.0.2/node_modules/vfile-message/lib/index.es.js +139 -0
- package/dist/lib/node_modules/.pnpm/vfile-message@4.0.2/node_modules/vfile-message/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.es.js +463 -0
- package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.browser.es.js +215 -0
- package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.browser.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.browser.es.js +8 -0
- package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.browser.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.browser.es.js +47 -0
- package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.browser.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.es.js +10 -0
- package/dist/lib/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.es.js.map +1 -0
- package/dist/lib/node_modules/.pnpm/w3c-keyname@2.2.8/node_modules/w3c-keyname/index.es.js +106 -0
- package/dist/lib/node_modules/.pnpm/w3c-keyname@2.2.8/node_modules/w3c-keyname/index.es.js.map +1 -0
- package/dist/lib/stats.html +4949 -0
- package/dist/lib/style.pkg.css +1 -0
- package/dist/lib/utils/ai-agent-message-manager/ai-agent-message-manager.es.js +202 -0
- package/dist/lib/utils/ai-agent-message-manager/ai-agent-message-manager.es.js.map +1 -0
- package/dist/lib/utils/ai-agent-message-manager/constants.es.js +78 -0
- package/dist/lib/utils/ai-agent-message-manager/constants.es.js.map +1 -0
- package/dist/lib/utils/ai-agent-message-manager/types.es.js +9 -0
- package/dist/lib/utils/ai-agent-message-manager/types.es.js.map +1 -0
- package/dist/lib/utils/common/common.es.js +11 -0
- package/dist/lib/utils/common/common.es.js.map +1 -0
- package/dist/lib/utils/common/url.es.js +14 -0
- package/dist/lib/utils/common/url.es.js.map +1 -0
- package/dist/lib/utils/fetchKnowledge/fetchKnowledge.es.js +79 -0
- package/dist/lib/utils/fetchKnowledge/fetchKnowledge.es.js.map +1 -0
- package/dist/lib/utils/fun-ASR/fun-ASR-manager.es.js +144 -0
- package/dist/lib/utils/fun-ASR/fun-ASR-manager.es.js.map +1 -0
- package/dist/lib/utils/fun-ASR/pcm.es.js +61 -0
- package/dist/lib/utils/fun-ASR/pcm.es.js.map +1 -0
- package/dist/lib/utils/fun-ASR/recorder.es.js +1249 -0
- package/dist/lib/utils/fun-ASR/recorder.es.js.map +1 -0
- package/dist/lib/utils/fun-ASR/wav.es.js +54 -0
- package/dist/lib/utils/fun-ASR/wav.es.js.map +1 -0
- package/dist/lib/utils/fun-ASR/ws-connecter.es.js +98 -0
- package/dist/lib/utils/fun-ASR/ws-connecter.es.js.map +1 -0
- package/dist/lib/utils/vosk-browser-manager/audio-manager/audio-manager.es.js +92 -0
- package/dist/lib/utils/vosk-browser-manager/audio-manager/audio-manager.es.js.map +1 -0
- package/dist/lib/utils/vosk-browser-manager/audio-manager/workletProcessor.es.js +5 -0
- package/dist/lib/utils/vosk-browser-manager/audio-manager/workletProcessor.es.js.map +1 -0
- package/dist/lib/utils/vosk-browser-manager/vosk-browser-manager.es.js +116 -0
- package/dist/lib/utils/vosk-browser-manager/vosk-browser-manager.es.js.map +1 -0
- package/dist/lib/utils/wait-something/index.es.js +21 -0
- package/dist/lib/utils/wait-something/index.es.js.map +1 -0
- package/dist/lib/utils/xun-fei-voice/XF-stream-voice-manager.es.js +295 -0
- package/dist/lib/utils/xun-fei-voice/XF-stream-voice-manager.es.js.map +1 -0
- package/dist/lib/utils/xun-fei-voice/recorder-manager/RecorderManager.es.js +179 -0
- package/dist/lib/utils/xun-fei-voice/recorder-manager/RecorderManager.es.js.map +1 -0
- package/dist/lib/utils/xun-fei-voice/recorder-manager/processorSource/processor.worker.es.js +5 -0
- package/dist/lib/utils/xun-fei-voice/recorder-manager/processorSource/processor.worker.es.js.map +1 -0
- package/dist/lib/utils/xun-fei-voice/recorder-manager/processorSource/processor.worklet.es.js +379 -0
- package/dist/lib/utils/xun-fei-voice/recorder-manager/processorSource/processor.worklet.es.js.map +1 -0
- package/dist/lib/utils/xun-fei-voice/utils.es.js +48 -0
- package/dist/lib/utils/xun-fei-voice/utils.es.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/extends.es.js +13 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/extends.es.js.map +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js +13 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js.map +1 -0
- package/dist/node_modules/.pnpm/@codemirror_lang-javascript@6.2.1/node_modules/@codemirror/lang-javascript/dist/index.es.js +1 -1
- package/dist/node_modules/.pnpm/@codemirror_language@6.11.0/node_modules/@codemirror/language/dist/index.es.js +2 -2
- package/dist/node_modules/.pnpm/@codemirror_view@6.38.0/node_modules/@codemirror/view/dist/index.es.js +1 -1
- package/dist/node_modules/.pnpm/@easyv_react-icons@6.3.0/node_modules/@easyv/react-icons/dist/index.esm.es.js +4 -4
- package/dist/node_modules/.pnpm/@easyv_react-icons@6.3.0/node_modules/@easyv/react-icons/dist/index.esm.es.js.map +1 -1
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/acorn-walk@8.3.4/node_modules/acorn-walk/dist/walk.es.js +297 -0
- package/dist/node_modules/.pnpm/acorn-walk@8.3.4/node_modules/acorn-walk/dist/walk.es.js.map +1 -0
- package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.es.js +1 -1
- package/dist/node_modules/.pnpm/react-is@18.3.1/node_modules/react-is/index.es.js +1 -1
- package/dist/node_modules/.pnpm/style-to-js@1.1.16/node_modules/style-to-js/cjs/index.es.js +1 -1
- package/dist/node_modules/.pnpm/style-to-object@1.0.8/node_modules/style-to-object/cjs/index.es.js +1 -1
- package/dist/stats.html +1 -1
- package/dist/tailwindcss.pkg.css +398 -1
- package/dist/utils/vosk-browser-manager/vosk-browser-manager.d.ts +2 -0
- package/dist/utils/vosk-browser-manager/vosk-browser-manager.es.js.map +1 -1
- package/package.json +25 -17
- package/dist/_virtual/index.es7.js.map +0 -1
- package/dist/components/code-editor/code-editor.d.ts +0 -7
- package/dist/components/code-editor/code-editor.es.js.map +0 -1
- package/dist/components/code-editor/index.d.ts +0 -1
- package/dist/node_modules/.pnpm/classnames@2.3.2/node_modules/classnames/index.es.js +0 -53
- package/dist/node_modules/.pnpm/classnames@2.3.2/node_modules/classnames/index.es.js.map +0 -1
- /package/dist/components/{code-editor → code-mirror-editor}/test/CodeEditor.cy.d.ts +0 -0
- /package/dist/components/{code-editor → code-mirror-editor}/theme.d.ts +0 -0
- /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
- /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
- /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
- /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,1722 @@
|
|
|
1
|
+
import { Annotation, Text, StateEffect, StateField, Prec, EditorSelection, Facet, MapMode, codePointAt, codePointSize, fromCodePoint, combineConfig, RangeSet, RangeValue, CharCategory } from "../../../../../@codemirror_state@6.5.2/node_modules/@codemirror/state/dist/index.es.js";
|
|
2
|
+
import { EditorView, Decoration, keymap, WidgetType, getTooltip, ViewPlugin, showTooltip, logException, Direction } from "../../../../../@codemirror_view@6.38.0/node_modules/@codemirror/view/dist/index.es.js";
|
|
3
|
+
import { syntaxTree, indentUnit } from "../../../../../@codemirror_language@6.11.0/node_modules/@codemirror/language/dist/index.es.js";
|
|
4
|
+
class CompletionContext {
|
|
5
|
+
/**
|
|
6
|
+
Create a new completion context. (Mostly useful for testing
|
|
7
|
+
completion sources—in the editor, the extension will create
|
|
8
|
+
these for you.)
|
|
9
|
+
*/
|
|
10
|
+
constructor(state, pos, explicit) {
|
|
11
|
+
this.state = state;
|
|
12
|
+
this.pos = pos;
|
|
13
|
+
this.explicit = explicit;
|
|
14
|
+
this.abortListeners = [];
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
Get the extent, content, and (if there is a token) type of the
|
|
18
|
+
token before `this.pos`.
|
|
19
|
+
*/
|
|
20
|
+
tokenBefore(types) {
|
|
21
|
+
let token = syntaxTree(this.state).resolveInner(this.pos, -1);
|
|
22
|
+
while (token && types.indexOf(token.name) < 0)
|
|
23
|
+
token = token.parent;
|
|
24
|
+
return token ? {
|
|
25
|
+
from: token.from,
|
|
26
|
+
to: this.pos,
|
|
27
|
+
text: this.state.sliceDoc(token.from, this.pos),
|
|
28
|
+
type: token.type
|
|
29
|
+
} : null;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
Get the match of the given expression directly before the
|
|
33
|
+
cursor.
|
|
34
|
+
*/
|
|
35
|
+
matchBefore(expr) {
|
|
36
|
+
let line = this.state.doc.lineAt(this.pos);
|
|
37
|
+
let start = Math.max(line.from, this.pos - 250);
|
|
38
|
+
let str = line.text.slice(start - line.from, this.pos - line.from);
|
|
39
|
+
let found = str.search(ensureAnchor(expr, false));
|
|
40
|
+
return found < 0 ? null : { from: start + found, to: this.pos, text: str.slice(found) };
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
Yields true when the query has been aborted. Can be useful in
|
|
44
|
+
asynchronous queries to avoid doing work that will be ignored.
|
|
45
|
+
*/
|
|
46
|
+
get aborted() {
|
|
47
|
+
return this.abortListeners == null;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
Allows you to register abort handlers, which will be called when
|
|
51
|
+
the query is
|
|
52
|
+
[aborted](https://codemirror.net/6/docs/ref/#autocomplete.CompletionContext.aborted).
|
|
53
|
+
*/
|
|
54
|
+
addEventListener(type, listener) {
|
|
55
|
+
if (type == "abort" && this.abortListeners)
|
|
56
|
+
this.abortListeners.push(listener);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
function toSet(chars) {
|
|
60
|
+
let flat = Object.keys(chars).join("");
|
|
61
|
+
let words = /\w/.test(flat);
|
|
62
|
+
if (words)
|
|
63
|
+
flat = flat.replace(/\w/g, "");
|
|
64
|
+
return `[${words ? "\\w" : ""}${flat.replace(/[^\w\s]/g, "\\$&")}]`;
|
|
65
|
+
}
|
|
66
|
+
function prefixMatch(options) {
|
|
67
|
+
let first = /* @__PURE__ */ Object.create(null), rest = /* @__PURE__ */ Object.create(null);
|
|
68
|
+
for (let { label } of options) {
|
|
69
|
+
first[label[0]] = true;
|
|
70
|
+
for (let i = 1; i < label.length; i++)
|
|
71
|
+
rest[label[i]] = true;
|
|
72
|
+
}
|
|
73
|
+
let source = toSet(first) + toSet(rest) + "*$";
|
|
74
|
+
return [new RegExp("^" + source), new RegExp(source)];
|
|
75
|
+
}
|
|
76
|
+
function completeFromList(list) {
|
|
77
|
+
let options = list.map((o) => typeof o == "string" ? { label: o } : o);
|
|
78
|
+
let [validFor, match] = options.every((o) => /^\w+$/.test(o.label)) ? [/\w*$/, /\w+$/] : prefixMatch(options);
|
|
79
|
+
return (context) => {
|
|
80
|
+
let token = context.matchBefore(match);
|
|
81
|
+
return token || context.explicit ? { from: token ? token.from : context.pos, options, validFor } : null;
|
|
82
|
+
};
|
|
83
|
+
}
|
|
84
|
+
function ifNotIn(nodes, source) {
|
|
85
|
+
return (context) => {
|
|
86
|
+
for (let pos = syntaxTree(context.state).resolveInner(context.pos, -1); pos; pos = pos.parent) {
|
|
87
|
+
if (nodes.indexOf(pos.name) > -1)
|
|
88
|
+
return null;
|
|
89
|
+
if (pos.type.isTop)
|
|
90
|
+
break;
|
|
91
|
+
}
|
|
92
|
+
return source(context);
|
|
93
|
+
};
|
|
94
|
+
}
|
|
95
|
+
class Option {
|
|
96
|
+
constructor(completion, source, match, score2) {
|
|
97
|
+
this.completion = completion;
|
|
98
|
+
this.source = source;
|
|
99
|
+
this.match = match;
|
|
100
|
+
this.score = score2;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
function cur(state) {
|
|
104
|
+
return state.selection.main.from;
|
|
105
|
+
}
|
|
106
|
+
function ensureAnchor(expr, start) {
|
|
107
|
+
var _a;
|
|
108
|
+
let { source } = expr;
|
|
109
|
+
let addStart = start && source[0] != "^", addEnd = source[source.length - 1] != "$";
|
|
110
|
+
if (!addStart && !addEnd)
|
|
111
|
+
return expr;
|
|
112
|
+
return new RegExp(`${addStart ? "^" : ""}(?:${source})${addEnd ? "$" : ""}`, (_a = expr.flags) !== null && _a !== void 0 ? _a : expr.ignoreCase ? "i" : "");
|
|
113
|
+
}
|
|
114
|
+
const pickedCompletion = /* @__PURE__ */ Annotation.define();
|
|
115
|
+
function insertCompletionText(state, text, from, to) {
|
|
116
|
+
let { main } = state.selection, fromOff = from - main.from, toOff = to - main.from;
|
|
117
|
+
return Object.assign(Object.assign({}, state.changeByRange((range) => {
|
|
118
|
+
if (range != main && from != to && state.sliceDoc(range.from + fromOff, range.from + toOff) != state.sliceDoc(from, to))
|
|
119
|
+
return { range };
|
|
120
|
+
return {
|
|
121
|
+
changes: { from: range.from + fromOff, to: to == main.from ? range.to : range.from + toOff, insert: text },
|
|
122
|
+
range: EditorSelection.cursor(range.from + fromOff + text.length)
|
|
123
|
+
};
|
|
124
|
+
})), { scrollIntoView: true, userEvent: "input.complete" });
|
|
125
|
+
}
|
|
126
|
+
const SourceCache = /* @__PURE__ */ new WeakMap();
|
|
127
|
+
function asSource(source) {
|
|
128
|
+
if (!Array.isArray(source))
|
|
129
|
+
return source;
|
|
130
|
+
let known = SourceCache.get(source);
|
|
131
|
+
if (!known)
|
|
132
|
+
SourceCache.set(source, known = completeFromList(source));
|
|
133
|
+
return known;
|
|
134
|
+
}
|
|
135
|
+
const startCompletionEffect = /* @__PURE__ */ StateEffect.define();
|
|
136
|
+
const closeCompletionEffect = /* @__PURE__ */ StateEffect.define();
|
|
137
|
+
class FuzzyMatcher {
|
|
138
|
+
constructor(pattern) {
|
|
139
|
+
this.pattern = pattern;
|
|
140
|
+
this.chars = [];
|
|
141
|
+
this.folded = [];
|
|
142
|
+
this.any = [];
|
|
143
|
+
this.precise = [];
|
|
144
|
+
this.byWord = [];
|
|
145
|
+
this.score = 0;
|
|
146
|
+
this.matched = [];
|
|
147
|
+
for (let p = 0; p < pattern.length; ) {
|
|
148
|
+
let char = codePointAt(pattern, p), size = codePointSize(char);
|
|
149
|
+
this.chars.push(char);
|
|
150
|
+
let part = pattern.slice(p, p + size), upper = part.toUpperCase();
|
|
151
|
+
this.folded.push(codePointAt(upper == part ? part.toLowerCase() : upper, 0));
|
|
152
|
+
p += size;
|
|
153
|
+
}
|
|
154
|
+
this.astral = pattern.length != this.chars.length;
|
|
155
|
+
}
|
|
156
|
+
ret(score2, matched) {
|
|
157
|
+
this.score = score2;
|
|
158
|
+
this.matched = matched;
|
|
159
|
+
return true;
|
|
160
|
+
}
|
|
161
|
+
// Matches a given word (completion) against the pattern (input).
|
|
162
|
+
// Will return a boolean indicating whether there was a match and,
|
|
163
|
+
// on success, set `this.score` to the score, `this.matched` to an
|
|
164
|
+
// array of `from, to` pairs indicating the matched parts of `word`.
|
|
165
|
+
//
|
|
166
|
+
// The score is a number that is more negative the worse the match
|
|
167
|
+
// is. See `Penalty` above.
|
|
168
|
+
match(word) {
|
|
169
|
+
if (this.pattern.length == 0)
|
|
170
|
+
return this.ret(-100, []);
|
|
171
|
+
if (word.length < this.pattern.length)
|
|
172
|
+
return false;
|
|
173
|
+
let { chars, folded, any, precise, byWord } = this;
|
|
174
|
+
if (chars.length == 1) {
|
|
175
|
+
let first = codePointAt(word, 0), firstSize = codePointSize(first);
|
|
176
|
+
let score2 = firstSize == word.length ? 0 : -100;
|
|
177
|
+
if (first == chars[0]) ;
|
|
178
|
+
else if (first == folded[0])
|
|
179
|
+
score2 += -200;
|
|
180
|
+
else
|
|
181
|
+
return false;
|
|
182
|
+
return this.ret(score2, [0, firstSize]);
|
|
183
|
+
}
|
|
184
|
+
let direct = word.indexOf(this.pattern);
|
|
185
|
+
if (direct == 0)
|
|
186
|
+
return this.ret(word.length == this.pattern.length ? 0 : -100, [0, this.pattern.length]);
|
|
187
|
+
let len = chars.length, anyTo = 0;
|
|
188
|
+
if (direct < 0) {
|
|
189
|
+
for (let i = 0, e = Math.min(word.length, 200); i < e && anyTo < len; ) {
|
|
190
|
+
let next = codePointAt(word, i);
|
|
191
|
+
if (next == chars[anyTo] || next == folded[anyTo])
|
|
192
|
+
any[anyTo++] = i;
|
|
193
|
+
i += codePointSize(next);
|
|
194
|
+
}
|
|
195
|
+
if (anyTo < len)
|
|
196
|
+
return false;
|
|
197
|
+
}
|
|
198
|
+
let preciseTo = 0;
|
|
199
|
+
let byWordTo = 0, byWordFolded = false;
|
|
200
|
+
let adjacentTo = 0, adjacentStart = -1, adjacentEnd = -1;
|
|
201
|
+
let hasLower = /[a-z]/.test(word), wordAdjacent = true;
|
|
202
|
+
for (let i = 0, e = Math.min(word.length, 200), prevType = 0; i < e && byWordTo < len; ) {
|
|
203
|
+
let next = codePointAt(word, i);
|
|
204
|
+
if (direct < 0) {
|
|
205
|
+
if (preciseTo < len && next == chars[preciseTo])
|
|
206
|
+
precise[preciseTo++] = i;
|
|
207
|
+
if (adjacentTo < len) {
|
|
208
|
+
if (next == chars[adjacentTo] || next == folded[adjacentTo]) {
|
|
209
|
+
if (adjacentTo == 0)
|
|
210
|
+
adjacentStart = i;
|
|
211
|
+
adjacentEnd = i + 1;
|
|
212
|
+
adjacentTo++;
|
|
213
|
+
} else {
|
|
214
|
+
adjacentTo = 0;
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
let ch, type = next < 255 ? next >= 48 && next <= 57 || next >= 97 && next <= 122 ? 2 : next >= 65 && next <= 90 ? 1 : 0 : (ch = fromCodePoint(next)) != ch.toLowerCase() ? 1 : ch != ch.toUpperCase() ? 2 : 0;
|
|
219
|
+
if (!i || type == 1 && hasLower || prevType == 0 && type != 0) {
|
|
220
|
+
if (chars[byWordTo] == next || folded[byWordTo] == next && (byWordFolded = true))
|
|
221
|
+
byWord[byWordTo++] = i;
|
|
222
|
+
else if (byWord.length)
|
|
223
|
+
wordAdjacent = false;
|
|
224
|
+
}
|
|
225
|
+
prevType = type;
|
|
226
|
+
i += codePointSize(next);
|
|
227
|
+
}
|
|
228
|
+
if (byWordTo == len && byWord[0] == 0 && wordAdjacent)
|
|
229
|
+
return this.result(-100 + (byWordFolded ? -200 : 0), byWord, word);
|
|
230
|
+
if (adjacentTo == len && adjacentStart == 0)
|
|
231
|
+
return this.ret(-200 - word.length + (adjacentEnd == word.length ? 0 : -100), [0, adjacentEnd]);
|
|
232
|
+
if (direct > -1)
|
|
233
|
+
return this.ret(-700 - word.length, [direct, direct + this.pattern.length]);
|
|
234
|
+
if (adjacentTo == len)
|
|
235
|
+
return this.ret(-200 + -700 - word.length, [adjacentStart, adjacentEnd]);
|
|
236
|
+
if (byWordTo == len)
|
|
237
|
+
return this.result(-100 + (byWordFolded ? -200 : 0) + -700 + (wordAdjacent ? 0 : -1100), byWord, word);
|
|
238
|
+
return chars.length == 2 ? false : this.result((any[0] ? -700 : 0) + -200 + -1100, any, word);
|
|
239
|
+
}
|
|
240
|
+
result(score2, positions, word) {
|
|
241
|
+
let result = [], i = 0;
|
|
242
|
+
for (let pos of positions) {
|
|
243
|
+
let to = pos + (this.astral ? codePointSize(codePointAt(word, pos)) : 1);
|
|
244
|
+
if (i && result[i - 1] == pos)
|
|
245
|
+
result[i - 1] = to;
|
|
246
|
+
else {
|
|
247
|
+
result[i++] = pos;
|
|
248
|
+
result[i++] = to;
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
return this.ret(score2 - word.length, result);
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
const completionConfig = /* @__PURE__ */ Facet.define({
|
|
255
|
+
combine(configs) {
|
|
256
|
+
return combineConfig(configs, {
|
|
257
|
+
activateOnTyping: true,
|
|
258
|
+
selectOnOpen: true,
|
|
259
|
+
override: null,
|
|
260
|
+
closeOnBlur: true,
|
|
261
|
+
maxRenderedOptions: 100,
|
|
262
|
+
defaultKeymap: true,
|
|
263
|
+
tooltipClass: () => "",
|
|
264
|
+
optionClass: () => "",
|
|
265
|
+
aboveCursor: false,
|
|
266
|
+
icons: true,
|
|
267
|
+
addToOptions: [],
|
|
268
|
+
positionInfo: defaultPositionInfo,
|
|
269
|
+
compareCompletions: (a, b) => a.label.localeCompare(b.label),
|
|
270
|
+
interactionDelay: 75,
|
|
271
|
+
updateSyncTime: 100
|
|
272
|
+
}, {
|
|
273
|
+
defaultKeymap: (a, b) => a && b,
|
|
274
|
+
closeOnBlur: (a, b) => a && b,
|
|
275
|
+
icons: (a, b) => a && b,
|
|
276
|
+
tooltipClass: (a, b) => (c) => joinClass(a(c), b(c)),
|
|
277
|
+
optionClass: (a, b) => (c) => joinClass(a(c), b(c)),
|
|
278
|
+
addToOptions: (a, b) => a.concat(b)
|
|
279
|
+
});
|
|
280
|
+
}
|
|
281
|
+
});
|
|
282
|
+
function joinClass(a, b) {
|
|
283
|
+
return a ? b ? a + " " + b : a : b;
|
|
284
|
+
}
|
|
285
|
+
function defaultPositionInfo(view, list, option, info, space, tooltip) {
|
|
286
|
+
let rtl = view.textDirection == Direction.RTL, left = rtl, narrow = false;
|
|
287
|
+
let side = "top", offset, maxWidth;
|
|
288
|
+
let spaceLeft = list.left - space.left, spaceRight = space.right - list.right;
|
|
289
|
+
let infoWidth = info.right - info.left, infoHeight = info.bottom - info.top;
|
|
290
|
+
if (left && spaceLeft < Math.min(infoWidth, spaceRight))
|
|
291
|
+
left = false;
|
|
292
|
+
else if (!left && spaceRight < Math.min(infoWidth, spaceLeft))
|
|
293
|
+
left = true;
|
|
294
|
+
if (infoWidth <= (left ? spaceLeft : spaceRight)) {
|
|
295
|
+
offset = Math.max(space.top, Math.min(option.top, space.bottom - infoHeight)) - list.top;
|
|
296
|
+
maxWidth = Math.min(400, left ? spaceLeft : spaceRight);
|
|
297
|
+
} else {
|
|
298
|
+
narrow = true;
|
|
299
|
+
maxWidth = Math.min(
|
|
300
|
+
400,
|
|
301
|
+
(rtl ? list.right : space.right - list.left) - 30
|
|
302
|
+
/* Info.Margin */
|
|
303
|
+
);
|
|
304
|
+
let spaceBelow = space.bottom - list.bottom;
|
|
305
|
+
if (spaceBelow >= infoHeight || spaceBelow > list.top) {
|
|
306
|
+
offset = option.bottom - list.top;
|
|
307
|
+
} else {
|
|
308
|
+
side = "bottom";
|
|
309
|
+
offset = list.bottom - option.top;
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
let scaleY = (list.bottom - list.top) / tooltip.offsetHeight;
|
|
313
|
+
let scaleX = (list.right - list.left) / tooltip.offsetWidth;
|
|
314
|
+
return {
|
|
315
|
+
style: `${side}: ${offset / scaleY}px; max-width: ${maxWidth / scaleX}px`,
|
|
316
|
+
class: "cm-completionInfo-" + (narrow ? rtl ? "left-narrow" : "right-narrow" : left ? "left" : "right")
|
|
317
|
+
};
|
|
318
|
+
}
|
|
319
|
+
function optionContent(config2) {
|
|
320
|
+
let content = config2.addToOptions.slice();
|
|
321
|
+
if (config2.icons)
|
|
322
|
+
content.push({
|
|
323
|
+
render(completion) {
|
|
324
|
+
let icon = document.createElement("div");
|
|
325
|
+
icon.classList.add("cm-completionIcon");
|
|
326
|
+
if (completion.type)
|
|
327
|
+
icon.classList.add(...completion.type.split(/\s+/g).map((cls) => "cm-completionIcon-" + cls));
|
|
328
|
+
icon.setAttribute("aria-hidden", "true");
|
|
329
|
+
return icon;
|
|
330
|
+
},
|
|
331
|
+
position: 20
|
|
332
|
+
});
|
|
333
|
+
content.push({
|
|
334
|
+
render(completion, _s, _v, match) {
|
|
335
|
+
let labelElt = document.createElement("span");
|
|
336
|
+
labelElt.className = "cm-completionLabel";
|
|
337
|
+
let label = completion.displayLabel || completion.label, off = 0;
|
|
338
|
+
for (let j = 0; j < match.length; ) {
|
|
339
|
+
let from = match[j++], to = match[j++];
|
|
340
|
+
if (from > off)
|
|
341
|
+
labelElt.appendChild(document.createTextNode(label.slice(off, from)));
|
|
342
|
+
let span = labelElt.appendChild(document.createElement("span"));
|
|
343
|
+
span.appendChild(document.createTextNode(label.slice(from, to)));
|
|
344
|
+
span.className = "cm-completionMatchedText";
|
|
345
|
+
off = to;
|
|
346
|
+
}
|
|
347
|
+
if (off < label.length)
|
|
348
|
+
labelElt.appendChild(document.createTextNode(label.slice(off)));
|
|
349
|
+
return labelElt;
|
|
350
|
+
},
|
|
351
|
+
position: 50
|
|
352
|
+
}, {
|
|
353
|
+
render(completion) {
|
|
354
|
+
if (!completion.detail)
|
|
355
|
+
return null;
|
|
356
|
+
let detailElt = document.createElement("span");
|
|
357
|
+
detailElt.className = "cm-completionDetail";
|
|
358
|
+
detailElt.textContent = completion.detail;
|
|
359
|
+
return detailElt;
|
|
360
|
+
},
|
|
361
|
+
position: 80
|
|
362
|
+
});
|
|
363
|
+
return content.sort((a, b) => a.position - b.position).map((a) => a.render);
|
|
364
|
+
}
|
|
365
|
+
function rangeAroundSelected(total, selected, max) {
|
|
366
|
+
if (total <= max)
|
|
367
|
+
return { from: 0, to: total };
|
|
368
|
+
if (selected < 0)
|
|
369
|
+
selected = 0;
|
|
370
|
+
if (selected <= total >> 1) {
|
|
371
|
+
let off2 = Math.floor(selected / max);
|
|
372
|
+
return { from: off2 * max, to: (off2 + 1) * max };
|
|
373
|
+
}
|
|
374
|
+
let off = Math.floor((total - selected) / max);
|
|
375
|
+
return { from: total - (off + 1) * max, to: total - off * max };
|
|
376
|
+
}
|
|
377
|
+
class CompletionTooltip {
|
|
378
|
+
constructor(view, stateField, applyCompletion2) {
|
|
379
|
+
this.view = view;
|
|
380
|
+
this.stateField = stateField;
|
|
381
|
+
this.applyCompletion = applyCompletion2;
|
|
382
|
+
this.info = null;
|
|
383
|
+
this.infoDestroy = null;
|
|
384
|
+
this.placeInfoReq = {
|
|
385
|
+
read: () => this.measureInfo(),
|
|
386
|
+
write: (pos) => this.placeInfo(pos),
|
|
387
|
+
key: this
|
|
388
|
+
};
|
|
389
|
+
this.space = null;
|
|
390
|
+
this.currentClass = "";
|
|
391
|
+
let cState = view.state.field(stateField);
|
|
392
|
+
let { options, selected } = cState.open;
|
|
393
|
+
let config2 = view.state.facet(completionConfig);
|
|
394
|
+
this.optionContent = optionContent(config2);
|
|
395
|
+
this.optionClass = config2.optionClass;
|
|
396
|
+
this.tooltipClass = config2.tooltipClass;
|
|
397
|
+
this.range = rangeAroundSelected(options.length, selected, config2.maxRenderedOptions);
|
|
398
|
+
this.dom = document.createElement("div");
|
|
399
|
+
this.dom.className = "cm-tooltip-autocomplete";
|
|
400
|
+
this.updateTooltipClass(view.state);
|
|
401
|
+
this.dom.addEventListener("mousedown", (e) => {
|
|
402
|
+
let { options: options2 } = view.state.field(stateField).open;
|
|
403
|
+
for (let dom = e.target, match; dom && dom != this.dom; dom = dom.parentNode) {
|
|
404
|
+
if (dom.nodeName == "LI" && (match = /-(\d+)$/.exec(dom.id)) && +match[1] < options2.length) {
|
|
405
|
+
this.applyCompletion(view, options2[+match[1]]);
|
|
406
|
+
e.preventDefault();
|
|
407
|
+
return;
|
|
408
|
+
}
|
|
409
|
+
}
|
|
410
|
+
});
|
|
411
|
+
this.dom.addEventListener("focusout", (e) => {
|
|
412
|
+
let state = view.state.field(this.stateField, false);
|
|
413
|
+
if (state && state.tooltip && view.state.facet(completionConfig).closeOnBlur && e.relatedTarget != view.contentDOM)
|
|
414
|
+
view.dispatch({ effects: closeCompletionEffect.of(null) });
|
|
415
|
+
});
|
|
416
|
+
this.showOptions(options, cState.id);
|
|
417
|
+
}
|
|
418
|
+
mount() {
|
|
419
|
+
this.updateSel();
|
|
420
|
+
}
|
|
421
|
+
showOptions(options, id) {
|
|
422
|
+
if (this.list)
|
|
423
|
+
this.list.remove();
|
|
424
|
+
this.list = this.dom.appendChild(this.createListBox(options, id, this.range));
|
|
425
|
+
this.list.addEventListener("scroll", () => {
|
|
426
|
+
if (this.info)
|
|
427
|
+
this.view.requestMeasure(this.placeInfoReq);
|
|
428
|
+
});
|
|
429
|
+
}
|
|
430
|
+
update(update) {
|
|
431
|
+
var _a;
|
|
432
|
+
let cState = update.state.field(this.stateField);
|
|
433
|
+
let prevState = update.startState.field(this.stateField);
|
|
434
|
+
this.updateTooltipClass(update.state);
|
|
435
|
+
if (cState != prevState) {
|
|
436
|
+
let { options, selected, disabled } = cState.open;
|
|
437
|
+
if (!prevState.open || prevState.open.options != options) {
|
|
438
|
+
this.range = rangeAroundSelected(options.length, selected, update.state.facet(completionConfig).maxRenderedOptions);
|
|
439
|
+
this.showOptions(options, cState.id);
|
|
440
|
+
}
|
|
441
|
+
this.updateSel();
|
|
442
|
+
if (disabled != ((_a = prevState.open) === null || _a === void 0 ? void 0 : _a.disabled))
|
|
443
|
+
this.dom.classList.toggle("cm-tooltip-autocomplete-disabled", !!disabled);
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
updateTooltipClass(state) {
|
|
447
|
+
let cls = this.tooltipClass(state);
|
|
448
|
+
if (cls != this.currentClass) {
|
|
449
|
+
for (let c of this.currentClass.split(" "))
|
|
450
|
+
if (c)
|
|
451
|
+
this.dom.classList.remove(c);
|
|
452
|
+
for (let c of cls.split(" "))
|
|
453
|
+
if (c)
|
|
454
|
+
this.dom.classList.add(c);
|
|
455
|
+
this.currentClass = cls;
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
positioned(space) {
|
|
459
|
+
this.space = space;
|
|
460
|
+
if (this.info)
|
|
461
|
+
this.view.requestMeasure(this.placeInfoReq);
|
|
462
|
+
}
|
|
463
|
+
updateSel() {
|
|
464
|
+
let cState = this.view.state.field(this.stateField), open = cState.open;
|
|
465
|
+
if (open.selected > -1 && open.selected < this.range.from || open.selected >= this.range.to) {
|
|
466
|
+
this.range = rangeAroundSelected(open.options.length, open.selected, this.view.state.facet(completionConfig).maxRenderedOptions);
|
|
467
|
+
this.showOptions(open.options, cState.id);
|
|
468
|
+
}
|
|
469
|
+
if (this.updateSelectedOption(open.selected)) {
|
|
470
|
+
this.destroyInfo();
|
|
471
|
+
let { completion } = open.options[open.selected];
|
|
472
|
+
let { info } = completion;
|
|
473
|
+
if (!info)
|
|
474
|
+
return;
|
|
475
|
+
let infoResult = typeof info === "string" ? document.createTextNode(info) : info(completion);
|
|
476
|
+
if (!infoResult)
|
|
477
|
+
return;
|
|
478
|
+
if ("then" in infoResult) {
|
|
479
|
+
infoResult.then((obj) => {
|
|
480
|
+
if (obj && this.view.state.field(this.stateField, false) == cState)
|
|
481
|
+
this.addInfoPane(obj, completion);
|
|
482
|
+
}).catch((e) => logException(this.view.state, e, "completion info"));
|
|
483
|
+
} else {
|
|
484
|
+
this.addInfoPane(infoResult, completion);
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
addInfoPane(content, completion) {
|
|
489
|
+
this.destroyInfo();
|
|
490
|
+
let wrap = this.info = document.createElement("div");
|
|
491
|
+
wrap.className = "cm-tooltip cm-completionInfo";
|
|
492
|
+
if (content.nodeType != null) {
|
|
493
|
+
wrap.appendChild(content);
|
|
494
|
+
this.infoDestroy = null;
|
|
495
|
+
} else {
|
|
496
|
+
let { dom, destroy } = content;
|
|
497
|
+
wrap.appendChild(dom);
|
|
498
|
+
this.infoDestroy = destroy || null;
|
|
499
|
+
}
|
|
500
|
+
this.dom.appendChild(wrap);
|
|
501
|
+
this.view.requestMeasure(this.placeInfoReq);
|
|
502
|
+
}
|
|
503
|
+
updateSelectedOption(selected) {
|
|
504
|
+
let set = null;
|
|
505
|
+
for (let opt = this.list.firstChild, i = this.range.from; opt; opt = opt.nextSibling, i++) {
|
|
506
|
+
if (opt.nodeName != "LI" || !opt.id) {
|
|
507
|
+
i--;
|
|
508
|
+
} else if (i == selected) {
|
|
509
|
+
if (!opt.hasAttribute("aria-selected")) {
|
|
510
|
+
opt.setAttribute("aria-selected", "true");
|
|
511
|
+
set = opt;
|
|
512
|
+
}
|
|
513
|
+
} else {
|
|
514
|
+
if (opt.hasAttribute("aria-selected"))
|
|
515
|
+
opt.removeAttribute("aria-selected");
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
if (set)
|
|
519
|
+
scrollIntoView(this.list, set);
|
|
520
|
+
return set;
|
|
521
|
+
}
|
|
522
|
+
measureInfo() {
|
|
523
|
+
let sel = this.dom.querySelector("[aria-selected]");
|
|
524
|
+
if (!sel || !this.info)
|
|
525
|
+
return null;
|
|
526
|
+
let listRect = this.dom.getBoundingClientRect();
|
|
527
|
+
let infoRect = this.info.getBoundingClientRect();
|
|
528
|
+
let selRect = sel.getBoundingClientRect();
|
|
529
|
+
let space = this.space;
|
|
530
|
+
if (!space) {
|
|
531
|
+
let win = this.dom.ownerDocument.defaultView || window;
|
|
532
|
+
space = { left: 0, top: 0, right: win.innerWidth, bottom: win.innerHeight };
|
|
533
|
+
}
|
|
534
|
+
if (selRect.top > Math.min(space.bottom, listRect.bottom) - 10 || selRect.bottom < Math.max(space.top, listRect.top) + 10)
|
|
535
|
+
return null;
|
|
536
|
+
return this.view.state.facet(completionConfig).positionInfo(this.view, listRect, selRect, infoRect, space, this.dom);
|
|
537
|
+
}
|
|
538
|
+
placeInfo(pos) {
|
|
539
|
+
if (this.info) {
|
|
540
|
+
if (pos) {
|
|
541
|
+
if (pos.style)
|
|
542
|
+
this.info.style.cssText = pos.style;
|
|
543
|
+
this.info.className = "cm-tooltip cm-completionInfo " + (pos.class || "");
|
|
544
|
+
} else {
|
|
545
|
+
this.info.style.cssText = "top: -1e6px";
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
createListBox(options, id, range) {
|
|
550
|
+
const ul = document.createElement("ul");
|
|
551
|
+
ul.id = id;
|
|
552
|
+
ul.setAttribute("role", "listbox");
|
|
553
|
+
ul.setAttribute("aria-expanded", "true");
|
|
554
|
+
ul.setAttribute("aria-label", this.view.state.phrase("Completions"));
|
|
555
|
+
let curSection = null;
|
|
556
|
+
for (let i = range.from; i < range.to; i++) {
|
|
557
|
+
let { completion, match } = options[i], { section } = completion;
|
|
558
|
+
if (section) {
|
|
559
|
+
let name = typeof section == "string" ? section : section.name;
|
|
560
|
+
if (name != curSection && (i > range.from || range.from == 0)) {
|
|
561
|
+
curSection = name;
|
|
562
|
+
if (typeof section != "string" && section.header) {
|
|
563
|
+
ul.appendChild(section.header(section));
|
|
564
|
+
} else {
|
|
565
|
+
let header = ul.appendChild(document.createElement("completion-section"));
|
|
566
|
+
header.textContent = name;
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
const li = ul.appendChild(document.createElement("li"));
|
|
571
|
+
li.id = id + "-" + i;
|
|
572
|
+
li.setAttribute("role", "option");
|
|
573
|
+
let cls = this.optionClass(completion);
|
|
574
|
+
if (cls)
|
|
575
|
+
li.className = cls;
|
|
576
|
+
for (let source of this.optionContent) {
|
|
577
|
+
let node = source(completion, this.view.state, this.view, match);
|
|
578
|
+
if (node)
|
|
579
|
+
li.appendChild(node);
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
if (range.from)
|
|
583
|
+
ul.classList.add("cm-completionListIncompleteTop");
|
|
584
|
+
if (range.to < options.length)
|
|
585
|
+
ul.classList.add("cm-completionListIncompleteBottom");
|
|
586
|
+
return ul;
|
|
587
|
+
}
|
|
588
|
+
destroyInfo() {
|
|
589
|
+
if (this.info) {
|
|
590
|
+
if (this.infoDestroy)
|
|
591
|
+
this.infoDestroy();
|
|
592
|
+
this.info.remove();
|
|
593
|
+
this.info = null;
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
destroy() {
|
|
597
|
+
this.destroyInfo();
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
function completionTooltip(stateField, applyCompletion2) {
|
|
601
|
+
return (view) => new CompletionTooltip(view, stateField, applyCompletion2);
|
|
602
|
+
}
|
|
603
|
+
function scrollIntoView(container, element) {
|
|
604
|
+
let parent = container.getBoundingClientRect();
|
|
605
|
+
let self = element.getBoundingClientRect();
|
|
606
|
+
let scaleY = parent.height / container.offsetHeight;
|
|
607
|
+
if (self.top < parent.top)
|
|
608
|
+
container.scrollTop -= (parent.top - self.top) / scaleY;
|
|
609
|
+
else if (self.bottom > parent.bottom)
|
|
610
|
+
container.scrollTop += (self.bottom - parent.bottom) / scaleY;
|
|
611
|
+
}
|
|
612
|
+
function score(option) {
|
|
613
|
+
return (option.boost || 0) * 100 + (option.apply ? 10 : 0) + (option.info ? 5 : 0) + (option.type ? 1 : 0);
|
|
614
|
+
}
|
|
615
|
+
function sortOptions(active, state) {
|
|
616
|
+
let options = [];
|
|
617
|
+
let sections = null;
|
|
618
|
+
let addOption = (option) => {
|
|
619
|
+
options.push(option);
|
|
620
|
+
let { section } = option.completion;
|
|
621
|
+
if (section) {
|
|
622
|
+
if (!sections)
|
|
623
|
+
sections = [];
|
|
624
|
+
let name = typeof section == "string" ? section : section.name;
|
|
625
|
+
if (!sections.some((s) => s.name == name))
|
|
626
|
+
sections.push(typeof section == "string" ? { name } : section);
|
|
627
|
+
}
|
|
628
|
+
};
|
|
629
|
+
for (let a of active)
|
|
630
|
+
if (a.hasResult()) {
|
|
631
|
+
let getMatch = a.result.getMatch;
|
|
632
|
+
if (a.result.filter === false) {
|
|
633
|
+
for (let option of a.result.options) {
|
|
634
|
+
addOption(new Option(option, a.source, getMatch ? getMatch(option) : [], 1e9 - options.length));
|
|
635
|
+
}
|
|
636
|
+
} else {
|
|
637
|
+
let matcher = new FuzzyMatcher(state.sliceDoc(a.from, a.to));
|
|
638
|
+
for (let option of a.result.options)
|
|
639
|
+
if (matcher.match(option.label)) {
|
|
640
|
+
let matched = !option.displayLabel ? matcher.matched : getMatch ? getMatch(option, matcher.matched) : [];
|
|
641
|
+
addOption(new Option(option, a.source, matched, matcher.score + (option.boost || 0)));
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
}
|
|
645
|
+
if (sections) {
|
|
646
|
+
let sectionOrder = /* @__PURE__ */ Object.create(null), pos = 0;
|
|
647
|
+
let cmp = (a, b) => {
|
|
648
|
+
var _a, _b;
|
|
649
|
+
return ((_a = a.rank) !== null && _a !== void 0 ? _a : 1e9) - ((_b = b.rank) !== null && _b !== void 0 ? _b : 1e9) || (a.name < b.name ? -1 : 1);
|
|
650
|
+
};
|
|
651
|
+
for (let s of sections.sort(cmp)) {
|
|
652
|
+
pos -= 1e5;
|
|
653
|
+
sectionOrder[s.name] = pos;
|
|
654
|
+
}
|
|
655
|
+
for (let option of options) {
|
|
656
|
+
let { section } = option.completion;
|
|
657
|
+
if (section)
|
|
658
|
+
option.score += sectionOrder[typeof section == "string" ? section : section.name];
|
|
659
|
+
}
|
|
660
|
+
}
|
|
661
|
+
let result = [], prev = null;
|
|
662
|
+
let compare = state.facet(completionConfig).compareCompletions;
|
|
663
|
+
for (let opt of options.sort((a, b) => b.score - a.score || compare(a.completion, b.completion))) {
|
|
664
|
+
let cur2 = opt.completion;
|
|
665
|
+
if (!prev || prev.label != cur2.label || prev.detail != cur2.detail || prev.type != null && cur2.type != null && prev.type != cur2.type || prev.apply != cur2.apply || prev.boost != cur2.boost)
|
|
666
|
+
result.push(opt);
|
|
667
|
+
else if (score(opt.completion) > score(prev))
|
|
668
|
+
result[result.length - 1] = opt;
|
|
669
|
+
prev = opt.completion;
|
|
670
|
+
}
|
|
671
|
+
return result;
|
|
672
|
+
}
|
|
673
|
+
class CompletionDialog {
|
|
674
|
+
constructor(options, attrs, tooltip, timestamp, selected, disabled) {
|
|
675
|
+
this.options = options;
|
|
676
|
+
this.attrs = attrs;
|
|
677
|
+
this.tooltip = tooltip;
|
|
678
|
+
this.timestamp = timestamp;
|
|
679
|
+
this.selected = selected;
|
|
680
|
+
this.disabled = disabled;
|
|
681
|
+
}
|
|
682
|
+
setSelected(selected, id) {
|
|
683
|
+
return selected == this.selected || selected >= this.options.length ? this : new CompletionDialog(this.options, makeAttrs(id, selected), this.tooltip, this.timestamp, selected, this.disabled);
|
|
684
|
+
}
|
|
685
|
+
static build(active, state, id, prev, conf) {
|
|
686
|
+
let options = sortOptions(active, state);
|
|
687
|
+
if (!options.length) {
|
|
688
|
+
return prev && active.some(
|
|
689
|
+
(a) => a.state == 1
|
|
690
|
+
/* State.Pending */
|
|
691
|
+
) ? new CompletionDialog(prev.options, prev.attrs, prev.tooltip, prev.timestamp, prev.selected, true) : null;
|
|
692
|
+
}
|
|
693
|
+
let selected = state.facet(completionConfig).selectOnOpen ? 0 : -1;
|
|
694
|
+
if (prev && prev.selected != selected && prev.selected != -1) {
|
|
695
|
+
let selectedValue = prev.options[prev.selected].completion;
|
|
696
|
+
for (let i = 0; i < options.length; i++)
|
|
697
|
+
if (options[i].completion == selectedValue) {
|
|
698
|
+
selected = i;
|
|
699
|
+
break;
|
|
700
|
+
}
|
|
701
|
+
}
|
|
702
|
+
return new CompletionDialog(options, makeAttrs(id, selected), {
|
|
703
|
+
pos: active.reduce((a, b) => b.hasResult() ? Math.min(a, b.from) : a, 1e8),
|
|
704
|
+
create: createTooltip,
|
|
705
|
+
above: conf.aboveCursor
|
|
706
|
+
}, prev ? prev.timestamp : Date.now(), selected, false);
|
|
707
|
+
}
|
|
708
|
+
map(changes) {
|
|
709
|
+
return new CompletionDialog(this.options, this.attrs, Object.assign(Object.assign({}, this.tooltip), { pos: changes.mapPos(this.tooltip.pos) }), this.timestamp, this.selected, this.disabled);
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
class CompletionState {
|
|
713
|
+
constructor(active, id, open) {
|
|
714
|
+
this.active = active;
|
|
715
|
+
this.id = id;
|
|
716
|
+
this.open = open;
|
|
717
|
+
}
|
|
718
|
+
static start() {
|
|
719
|
+
return new CompletionState(none, "cm-ac-" + Math.floor(Math.random() * 2e6).toString(36), null);
|
|
720
|
+
}
|
|
721
|
+
update(tr) {
|
|
722
|
+
let { state } = tr, conf = state.facet(completionConfig);
|
|
723
|
+
let sources = conf.override || state.languageDataAt("autocomplete", cur(state)).map(asSource);
|
|
724
|
+
let active = sources.map((source) => {
|
|
725
|
+
let value = this.active.find((s) => s.source == source) || new ActiveSource(
|
|
726
|
+
source,
|
|
727
|
+
this.active.some(
|
|
728
|
+
(a) => a.state != 0
|
|
729
|
+
/* State.Inactive */
|
|
730
|
+
) ? 1 : 0
|
|
731
|
+
/* State.Inactive */
|
|
732
|
+
);
|
|
733
|
+
return value.update(tr, conf);
|
|
734
|
+
});
|
|
735
|
+
if (active.length == this.active.length && active.every((a, i) => a == this.active[i]))
|
|
736
|
+
active = this.active;
|
|
737
|
+
let open = this.open;
|
|
738
|
+
if (open && tr.docChanged)
|
|
739
|
+
open = open.map(tr.changes);
|
|
740
|
+
if (tr.selection || active.some((a) => a.hasResult() && tr.changes.touchesRange(a.from, a.to)) || !sameResults(active, this.active))
|
|
741
|
+
open = CompletionDialog.build(active, state, this.id, open, conf);
|
|
742
|
+
else if (open && open.disabled && !active.some(
|
|
743
|
+
(a) => a.state == 1
|
|
744
|
+
/* State.Pending */
|
|
745
|
+
))
|
|
746
|
+
open = null;
|
|
747
|
+
if (!open && active.every(
|
|
748
|
+
(a) => a.state != 1
|
|
749
|
+
/* State.Pending */
|
|
750
|
+
) && active.some((a) => a.hasResult()))
|
|
751
|
+
active = active.map((a) => a.hasResult() ? new ActiveSource(
|
|
752
|
+
a.source,
|
|
753
|
+
0
|
|
754
|
+
/* State.Inactive */
|
|
755
|
+
) : a);
|
|
756
|
+
for (let effect of tr.effects)
|
|
757
|
+
if (effect.is(setSelectedEffect))
|
|
758
|
+
open = open && open.setSelected(effect.value, this.id);
|
|
759
|
+
return active == this.active && open == this.open ? this : new CompletionState(active, this.id, open);
|
|
760
|
+
}
|
|
761
|
+
get tooltip() {
|
|
762
|
+
return this.open ? this.open.tooltip : null;
|
|
763
|
+
}
|
|
764
|
+
get attrs() {
|
|
765
|
+
return this.open ? this.open.attrs : baseAttrs;
|
|
766
|
+
}
|
|
767
|
+
}
|
|
768
|
+
function sameResults(a, b) {
|
|
769
|
+
if (a == b)
|
|
770
|
+
return true;
|
|
771
|
+
for (let iA = 0, iB = 0; ; ) {
|
|
772
|
+
while (iA < a.length && !a[iA].hasResult)
|
|
773
|
+
iA++;
|
|
774
|
+
while (iB < b.length && !b[iB].hasResult)
|
|
775
|
+
iB++;
|
|
776
|
+
let endA = iA == a.length, endB = iB == b.length;
|
|
777
|
+
if (endA || endB)
|
|
778
|
+
return endA == endB;
|
|
779
|
+
if (a[iA++].result != b[iB++].result)
|
|
780
|
+
return false;
|
|
781
|
+
}
|
|
782
|
+
}
|
|
783
|
+
const baseAttrs = {
|
|
784
|
+
"aria-autocomplete": "list"
|
|
785
|
+
};
|
|
786
|
+
function makeAttrs(id, selected) {
|
|
787
|
+
let result = {
|
|
788
|
+
"aria-autocomplete": "list",
|
|
789
|
+
"aria-haspopup": "listbox",
|
|
790
|
+
"aria-controls": id
|
|
791
|
+
};
|
|
792
|
+
if (selected > -1)
|
|
793
|
+
result["aria-activedescendant"] = id + "-" + selected;
|
|
794
|
+
return result;
|
|
795
|
+
}
|
|
796
|
+
const none = [];
|
|
797
|
+
function getUserEvent(tr) {
|
|
798
|
+
return tr.isUserEvent("input.type") ? "input" : tr.isUserEvent("delete.backward") ? "delete" : null;
|
|
799
|
+
}
|
|
800
|
+
class ActiveSource {
|
|
801
|
+
constructor(source, state, explicitPos = -1) {
|
|
802
|
+
this.source = source;
|
|
803
|
+
this.state = state;
|
|
804
|
+
this.explicitPos = explicitPos;
|
|
805
|
+
}
|
|
806
|
+
hasResult() {
|
|
807
|
+
return false;
|
|
808
|
+
}
|
|
809
|
+
update(tr, conf) {
|
|
810
|
+
let event = getUserEvent(tr), value = this;
|
|
811
|
+
if (event)
|
|
812
|
+
value = value.handleUserEvent(tr, event, conf);
|
|
813
|
+
else if (tr.docChanged)
|
|
814
|
+
value = value.handleChange(tr);
|
|
815
|
+
else if (tr.selection && value.state != 0)
|
|
816
|
+
value = new ActiveSource(
|
|
817
|
+
value.source,
|
|
818
|
+
0
|
|
819
|
+
/* State.Inactive */
|
|
820
|
+
);
|
|
821
|
+
for (let effect of tr.effects) {
|
|
822
|
+
if (effect.is(startCompletionEffect))
|
|
823
|
+
value = new ActiveSource(value.source, 1, effect.value ? cur(tr.state) : -1);
|
|
824
|
+
else if (effect.is(closeCompletionEffect))
|
|
825
|
+
value = new ActiveSource(
|
|
826
|
+
value.source,
|
|
827
|
+
0
|
|
828
|
+
/* State.Inactive */
|
|
829
|
+
);
|
|
830
|
+
else if (effect.is(setActiveEffect)) {
|
|
831
|
+
for (let active of effect.value)
|
|
832
|
+
if (active.source == value.source)
|
|
833
|
+
value = active;
|
|
834
|
+
}
|
|
835
|
+
}
|
|
836
|
+
return value;
|
|
837
|
+
}
|
|
838
|
+
handleUserEvent(tr, type, conf) {
|
|
839
|
+
return type == "delete" || !conf.activateOnTyping ? this.map(tr.changes) : new ActiveSource(
|
|
840
|
+
this.source,
|
|
841
|
+
1
|
|
842
|
+
/* State.Pending */
|
|
843
|
+
);
|
|
844
|
+
}
|
|
845
|
+
handleChange(tr) {
|
|
846
|
+
return tr.changes.touchesRange(cur(tr.startState)) ? new ActiveSource(
|
|
847
|
+
this.source,
|
|
848
|
+
0
|
|
849
|
+
/* State.Inactive */
|
|
850
|
+
) : this.map(tr.changes);
|
|
851
|
+
}
|
|
852
|
+
map(changes) {
|
|
853
|
+
return changes.empty || this.explicitPos < 0 ? this : new ActiveSource(this.source, this.state, changes.mapPos(this.explicitPos));
|
|
854
|
+
}
|
|
855
|
+
}
|
|
856
|
+
class ActiveResult extends ActiveSource {
|
|
857
|
+
constructor(source, explicitPos, result, from, to) {
|
|
858
|
+
super(source, 2, explicitPos);
|
|
859
|
+
this.result = result;
|
|
860
|
+
this.from = from;
|
|
861
|
+
this.to = to;
|
|
862
|
+
}
|
|
863
|
+
hasResult() {
|
|
864
|
+
return true;
|
|
865
|
+
}
|
|
866
|
+
handleUserEvent(tr, type, conf) {
|
|
867
|
+
var _a;
|
|
868
|
+
let from = tr.changes.mapPos(this.from), to = tr.changes.mapPos(this.to, 1);
|
|
869
|
+
let pos = cur(tr.state);
|
|
870
|
+
if ((this.explicitPos < 0 ? pos <= from : pos < this.from) || pos > to || type == "delete" && cur(tr.startState) == this.from)
|
|
871
|
+
return new ActiveSource(
|
|
872
|
+
this.source,
|
|
873
|
+
type == "input" && conf.activateOnTyping ? 1 : 0
|
|
874
|
+
/* State.Inactive */
|
|
875
|
+
);
|
|
876
|
+
let explicitPos = this.explicitPos < 0 ? -1 : tr.changes.mapPos(this.explicitPos), updated;
|
|
877
|
+
if (checkValid(this.result.validFor, tr.state, from, to))
|
|
878
|
+
return new ActiveResult(this.source, explicitPos, this.result, from, to);
|
|
879
|
+
if (this.result.update && (updated = this.result.update(this.result, from, to, new CompletionContext(tr.state, pos, explicitPos >= 0))))
|
|
880
|
+
return new ActiveResult(this.source, explicitPos, updated, updated.from, (_a = updated.to) !== null && _a !== void 0 ? _a : cur(tr.state));
|
|
881
|
+
return new ActiveSource(this.source, 1, explicitPos);
|
|
882
|
+
}
|
|
883
|
+
handleChange(tr) {
|
|
884
|
+
return tr.changes.touchesRange(this.from, this.to) ? new ActiveSource(
|
|
885
|
+
this.source,
|
|
886
|
+
0
|
|
887
|
+
/* State.Inactive */
|
|
888
|
+
) : this.map(tr.changes);
|
|
889
|
+
}
|
|
890
|
+
map(mapping) {
|
|
891
|
+
return mapping.empty ? this : new ActiveResult(this.source, this.explicitPos < 0 ? -1 : mapping.mapPos(this.explicitPos), this.result, mapping.mapPos(this.from), mapping.mapPos(this.to, 1));
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
function checkValid(validFor, state, from, to) {
|
|
895
|
+
if (!validFor)
|
|
896
|
+
return false;
|
|
897
|
+
let text = state.sliceDoc(from, to);
|
|
898
|
+
return typeof validFor == "function" ? validFor(text, from, to, state) : ensureAnchor(validFor, true).test(text);
|
|
899
|
+
}
|
|
900
|
+
const setActiveEffect = /* @__PURE__ */ StateEffect.define({
|
|
901
|
+
map(sources, mapping) {
|
|
902
|
+
return sources.map((s) => s.map(mapping));
|
|
903
|
+
}
|
|
904
|
+
});
|
|
905
|
+
const setSelectedEffect = /* @__PURE__ */ StateEffect.define();
|
|
906
|
+
const completionState = /* @__PURE__ */ StateField.define({
|
|
907
|
+
create() {
|
|
908
|
+
return CompletionState.start();
|
|
909
|
+
},
|
|
910
|
+
update(value, tr) {
|
|
911
|
+
return value.update(tr);
|
|
912
|
+
},
|
|
913
|
+
provide: (f) => [
|
|
914
|
+
showTooltip.from(f, (val) => val.tooltip),
|
|
915
|
+
EditorView.contentAttributes.from(f, (state) => state.attrs)
|
|
916
|
+
]
|
|
917
|
+
});
|
|
918
|
+
function applyCompletion(view, option) {
|
|
919
|
+
const apply = option.completion.apply || option.completion.label;
|
|
920
|
+
let result = view.state.field(completionState).active.find((a) => a.source == option.source);
|
|
921
|
+
if (!(result instanceof ActiveResult))
|
|
922
|
+
return false;
|
|
923
|
+
if (typeof apply == "string")
|
|
924
|
+
view.dispatch(Object.assign(Object.assign({}, insertCompletionText(view.state, apply, result.from, result.to)), { annotations: pickedCompletion.of(option.completion) }));
|
|
925
|
+
else
|
|
926
|
+
apply(view, option.completion, result.from, result.to);
|
|
927
|
+
return true;
|
|
928
|
+
}
|
|
929
|
+
const createTooltip = /* @__PURE__ */ completionTooltip(completionState, applyCompletion);
|
|
930
|
+
function moveCompletionSelection(forward, by = "option") {
|
|
931
|
+
return (view) => {
|
|
932
|
+
let cState = view.state.field(completionState, false);
|
|
933
|
+
if (!cState || !cState.open || cState.open.disabled || Date.now() - cState.open.timestamp < view.state.facet(completionConfig).interactionDelay)
|
|
934
|
+
return false;
|
|
935
|
+
let step = 1, tooltip;
|
|
936
|
+
if (by == "page" && (tooltip = getTooltip(view, cState.open.tooltip)))
|
|
937
|
+
step = Math.max(2, Math.floor(tooltip.dom.offsetHeight / tooltip.dom.querySelector("li").offsetHeight) - 1);
|
|
938
|
+
let { length } = cState.open.options;
|
|
939
|
+
let selected = cState.open.selected > -1 ? cState.open.selected + step * (forward ? 1 : -1) : forward ? 0 : length - 1;
|
|
940
|
+
if (selected < 0)
|
|
941
|
+
selected = by == "page" ? 0 : length - 1;
|
|
942
|
+
else if (selected >= length)
|
|
943
|
+
selected = by == "page" ? length - 1 : 0;
|
|
944
|
+
view.dispatch({ effects: setSelectedEffect.of(selected) });
|
|
945
|
+
return true;
|
|
946
|
+
};
|
|
947
|
+
}
|
|
948
|
+
const acceptCompletion = (view) => {
|
|
949
|
+
let cState = view.state.field(completionState, false);
|
|
950
|
+
if (view.state.readOnly || !cState || !cState.open || cState.open.selected < 0 || cState.open.disabled || Date.now() - cState.open.timestamp < view.state.facet(completionConfig).interactionDelay)
|
|
951
|
+
return false;
|
|
952
|
+
return applyCompletion(view, cState.open.options[cState.open.selected]);
|
|
953
|
+
};
|
|
954
|
+
const startCompletion = (view) => {
|
|
955
|
+
let cState = view.state.field(completionState, false);
|
|
956
|
+
if (!cState)
|
|
957
|
+
return false;
|
|
958
|
+
view.dispatch({ effects: startCompletionEffect.of(true) });
|
|
959
|
+
return true;
|
|
960
|
+
};
|
|
961
|
+
const closeCompletion = (view) => {
|
|
962
|
+
let cState = view.state.field(completionState, false);
|
|
963
|
+
if (!cState || !cState.active.some(
|
|
964
|
+
(a) => a.state != 0
|
|
965
|
+
/* State.Inactive */
|
|
966
|
+
))
|
|
967
|
+
return false;
|
|
968
|
+
view.dispatch({ effects: closeCompletionEffect.of(null) });
|
|
969
|
+
return true;
|
|
970
|
+
};
|
|
971
|
+
class RunningQuery {
|
|
972
|
+
constructor(active, context) {
|
|
973
|
+
this.active = active;
|
|
974
|
+
this.context = context;
|
|
975
|
+
this.time = Date.now();
|
|
976
|
+
this.updates = [];
|
|
977
|
+
this.done = void 0;
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
const MaxUpdateCount = 50, MinAbortTime = 1e3;
|
|
981
|
+
const completionPlugin = /* @__PURE__ */ ViewPlugin.fromClass(class {
|
|
982
|
+
constructor(view) {
|
|
983
|
+
this.view = view;
|
|
984
|
+
this.debounceUpdate = -1;
|
|
985
|
+
this.running = [];
|
|
986
|
+
this.debounceAccept = -1;
|
|
987
|
+
this.composing = 0;
|
|
988
|
+
for (let active of view.state.field(completionState).active)
|
|
989
|
+
if (active.state == 1)
|
|
990
|
+
this.startQuery(active);
|
|
991
|
+
}
|
|
992
|
+
update(update) {
|
|
993
|
+
let cState = update.state.field(completionState);
|
|
994
|
+
if (!update.selectionSet && !update.docChanged && update.startState.field(completionState) == cState)
|
|
995
|
+
return;
|
|
996
|
+
let doesReset = update.transactions.some((tr) => {
|
|
997
|
+
return (tr.selection || tr.docChanged) && !getUserEvent(tr);
|
|
998
|
+
});
|
|
999
|
+
for (let i = 0; i < this.running.length; i++) {
|
|
1000
|
+
let query = this.running[i];
|
|
1001
|
+
if (doesReset || query.updates.length + update.transactions.length > MaxUpdateCount && Date.now() - query.time > MinAbortTime) {
|
|
1002
|
+
for (let handler of query.context.abortListeners) {
|
|
1003
|
+
try {
|
|
1004
|
+
handler();
|
|
1005
|
+
} catch (e) {
|
|
1006
|
+
logException(this.view.state, e);
|
|
1007
|
+
}
|
|
1008
|
+
}
|
|
1009
|
+
query.context.abortListeners = null;
|
|
1010
|
+
this.running.splice(i--, 1);
|
|
1011
|
+
} else {
|
|
1012
|
+
query.updates.push(...update.transactions);
|
|
1013
|
+
}
|
|
1014
|
+
}
|
|
1015
|
+
if (this.debounceUpdate > -1)
|
|
1016
|
+
clearTimeout(this.debounceUpdate);
|
|
1017
|
+
this.debounceUpdate = cState.active.some((a) => a.state == 1 && !this.running.some((q) => q.active.source == a.source)) ? setTimeout(() => this.startUpdate(), 50) : -1;
|
|
1018
|
+
if (this.composing != 0)
|
|
1019
|
+
for (let tr of update.transactions) {
|
|
1020
|
+
if (getUserEvent(tr) == "input")
|
|
1021
|
+
this.composing = 2;
|
|
1022
|
+
else if (this.composing == 2 && tr.selection)
|
|
1023
|
+
this.composing = 3;
|
|
1024
|
+
}
|
|
1025
|
+
}
|
|
1026
|
+
startUpdate() {
|
|
1027
|
+
this.debounceUpdate = -1;
|
|
1028
|
+
let { state } = this.view, cState = state.field(completionState);
|
|
1029
|
+
for (let active of cState.active) {
|
|
1030
|
+
if (active.state == 1 && !this.running.some((r) => r.active.source == active.source))
|
|
1031
|
+
this.startQuery(active);
|
|
1032
|
+
}
|
|
1033
|
+
}
|
|
1034
|
+
startQuery(active) {
|
|
1035
|
+
let { state } = this.view, pos = cur(state);
|
|
1036
|
+
let context = new CompletionContext(state, pos, active.explicitPos == pos);
|
|
1037
|
+
let pending = new RunningQuery(active, context);
|
|
1038
|
+
this.running.push(pending);
|
|
1039
|
+
Promise.resolve(active.source(context)).then((result) => {
|
|
1040
|
+
if (!pending.context.aborted) {
|
|
1041
|
+
pending.done = result || null;
|
|
1042
|
+
this.scheduleAccept();
|
|
1043
|
+
}
|
|
1044
|
+
}, (err) => {
|
|
1045
|
+
this.view.dispatch({ effects: closeCompletionEffect.of(null) });
|
|
1046
|
+
logException(this.view.state, err);
|
|
1047
|
+
});
|
|
1048
|
+
}
|
|
1049
|
+
scheduleAccept() {
|
|
1050
|
+
if (this.running.every((q) => q.done !== void 0))
|
|
1051
|
+
this.accept();
|
|
1052
|
+
else if (this.debounceAccept < 0)
|
|
1053
|
+
this.debounceAccept = setTimeout(() => this.accept(), this.view.state.facet(completionConfig).updateSyncTime);
|
|
1054
|
+
}
|
|
1055
|
+
// For each finished query in this.running, try to create a result
|
|
1056
|
+
// or, if appropriate, restart the query.
|
|
1057
|
+
accept() {
|
|
1058
|
+
var _a;
|
|
1059
|
+
if (this.debounceAccept > -1)
|
|
1060
|
+
clearTimeout(this.debounceAccept);
|
|
1061
|
+
this.debounceAccept = -1;
|
|
1062
|
+
let updated = [];
|
|
1063
|
+
let conf = this.view.state.facet(completionConfig);
|
|
1064
|
+
for (let i = 0; i < this.running.length; i++) {
|
|
1065
|
+
let query = this.running[i];
|
|
1066
|
+
if (query.done === void 0)
|
|
1067
|
+
continue;
|
|
1068
|
+
this.running.splice(i--, 1);
|
|
1069
|
+
if (query.done) {
|
|
1070
|
+
let active = new ActiveResult(query.active.source, query.active.explicitPos, query.done, query.done.from, (_a = query.done.to) !== null && _a !== void 0 ? _a : cur(query.updates.length ? query.updates[0].startState : this.view.state));
|
|
1071
|
+
for (let tr of query.updates)
|
|
1072
|
+
active = active.update(tr, conf);
|
|
1073
|
+
if (active.hasResult()) {
|
|
1074
|
+
updated.push(active);
|
|
1075
|
+
continue;
|
|
1076
|
+
}
|
|
1077
|
+
}
|
|
1078
|
+
let current = this.view.state.field(completionState).active.find((a) => a.source == query.active.source);
|
|
1079
|
+
if (current && current.state == 1) {
|
|
1080
|
+
if (query.done == null) {
|
|
1081
|
+
let active = new ActiveSource(
|
|
1082
|
+
query.active.source,
|
|
1083
|
+
0
|
|
1084
|
+
/* State.Inactive */
|
|
1085
|
+
);
|
|
1086
|
+
for (let tr of query.updates)
|
|
1087
|
+
active = active.update(tr, conf);
|
|
1088
|
+
if (active.state != 1)
|
|
1089
|
+
updated.push(active);
|
|
1090
|
+
} else {
|
|
1091
|
+
this.startQuery(current);
|
|
1092
|
+
}
|
|
1093
|
+
}
|
|
1094
|
+
}
|
|
1095
|
+
if (updated.length)
|
|
1096
|
+
this.view.dispatch({ effects: setActiveEffect.of(updated) });
|
|
1097
|
+
}
|
|
1098
|
+
}, {
|
|
1099
|
+
eventHandlers: {
|
|
1100
|
+
blur(event) {
|
|
1101
|
+
let state = this.view.state.field(completionState, false);
|
|
1102
|
+
if (state && state.tooltip && this.view.state.facet(completionConfig).closeOnBlur) {
|
|
1103
|
+
let dialog = state.open && getTooltip(this.view, state.open.tooltip);
|
|
1104
|
+
if (!dialog || !dialog.dom.contains(event.relatedTarget))
|
|
1105
|
+
this.view.dispatch({ effects: closeCompletionEffect.of(null) });
|
|
1106
|
+
}
|
|
1107
|
+
},
|
|
1108
|
+
compositionstart() {
|
|
1109
|
+
this.composing = 1;
|
|
1110
|
+
},
|
|
1111
|
+
compositionend() {
|
|
1112
|
+
if (this.composing == 3) {
|
|
1113
|
+
setTimeout(() => this.view.dispatch({ effects: startCompletionEffect.of(false) }), 20);
|
|
1114
|
+
}
|
|
1115
|
+
this.composing = 0;
|
|
1116
|
+
}
|
|
1117
|
+
}
|
|
1118
|
+
});
|
|
1119
|
+
const baseTheme = /* @__PURE__ */ EditorView.baseTheme({
|
|
1120
|
+
".cm-tooltip.cm-tooltip-autocomplete": {
|
|
1121
|
+
"& > ul": {
|
|
1122
|
+
fontFamily: "monospace",
|
|
1123
|
+
whiteSpace: "nowrap",
|
|
1124
|
+
overflow: "hidden auto",
|
|
1125
|
+
maxWidth_fallback: "700px",
|
|
1126
|
+
maxWidth: "min(700px, 95vw)",
|
|
1127
|
+
minWidth: "250px",
|
|
1128
|
+
maxHeight: "10em",
|
|
1129
|
+
height: "100%",
|
|
1130
|
+
listStyle: "none",
|
|
1131
|
+
margin: 0,
|
|
1132
|
+
padding: 0,
|
|
1133
|
+
"& > li, & > completion-section": {
|
|
1134
|
+
padding: "1px 3px",
|
|
1135
|
+
lineHeight: 1.2
|
|
1136
|
+
},
|
|
1137
|
+
"& > li": {
|
|
1138
|
+
overflowX: "hidden",
|
|
1139
|
+
textOverflow: "ellipsis",
|
|
1140
|
+
cursor: "pointer"
|
|
1141
|
+
},
|
|
1142
|
+
"& > completion-section": {
|
|
1143
|
+
display: "list-item",
|
|
1144
|
+
borderBottom: "1px solid silver",
|
|
1145
|
+
paddingLeft: "0.5em",
|
|
1146
|
+
opacity: 0.7
|
|
1147
|
+
}
|
|
1148
|
+
}
|
|
1149
|
+
},
|
|
1150
|
+
"&light .cm-tooltip-autocomplete ul li[aria-selected]": {
|
|
1151
|
+
background: "#17c",
|
|
1152
|
+
color: "white"
|
|
1153
|
+
},
|
|
1154
|
+
"&light .cm-tooltip-autocomplete-disabled ul li[aria-selected]": {
|
|
1155
|
+
background: "#777"
|
|
1156
|
+
},
|
|
1157
|
+
"&dark .cm-tooltip-autocomplete ul li[aria-selected]": {
|
|
1158
|
+
background: "#347",
|
|
1159
|
+
color: "white"
|
|
1160
|
+
},
|
|
1161
|
+
"&dark .cm-tooltip-autocomplete-disabled ul li[aria-selected]": {
|
|
1162
|
+
background: "#444"
|
|
1163
|
+
},
|
|
1164
|
+
".cm-completionListIncompleteTop:before, .cm-completionListIncompleteBottom:after": {
|
|
1165
|
+
content: '"···"',
|
|
1166
|
+
opacity: 0.5,
|
|
1167
|
+
display: "block",
|
|
1168
|
+
textAlign: "center"
|
|
1169
|
+
},
|
|
1170
|
+
".cm-tooltip.cm-completionInfo": {
|
|
1171
|
+
position: "absolute",
|
|
1172
|
+
padding: "3px 9px",
|
|
1173
|
+
width: "max-content",
|
|
1174
|
+
maxWidth: `${400}px`,
|
|
1175
|
+
boxSizing: "border-box"
|
|
1176
|
+
},
|
|
1177
|
+
".cm-completionInfo.cm-completionInfo-left": { right: "100%" },
|
|
1178
|
+
".cm-completionInfo.cm-completionInfo-right": { left: "100%" },
|
|
1179
|
+
".cm-completionInfo.cm-completionInfo-left-narrow": { right: `${30}px` },
|
|
1180
|
+
".cm-completionInfo.cm-completionInfo-right-narrow": { left: `${30}px` },
|
|
1181
|
+
"&light .cm-snippetField": { backgroundColor: "#00000022" },
|
|
1182
|
+
"&dark .cm-snippetField": { backgroundColor: "#ffffff22" },
|
|
1183
|
+
".cm-snippetFieldPosition": {
|
|
1184
|
+
verticalAlign: "text-top",
|
|
1185
|
+
width: 0,
|
|
1186
|
+
height: "1.15em",
|
|
1187
|
+
display: "inline-block",
|
|
1188
|
+
margin: "0 -0.7px -.7em",
|
|
1189
|
+
borderLeft: "1.4px dotted #888"
|
|
1190
|
+
},
|
|
1191
|
+
".cm-completionMatchedText": {
|
|
1192
|
+
textDecoration: "underline"
|
|
1193
|
+
},
|
|
1194
|
+
".cm-completionDetail": {
|
|
1195
|
+
marginLeft: "0.5em",
|
|
1196
|
+
fontStyle: "italic"
|
|
1197
|
+
},
|
|
1198
|
+
".cm-completionIcon": {
|
|
1199
|
+
fontSize: "90%",
|
|
1200
|
+
width: ".8em",
|
|
1201
|
+
display: "inline-block",
|
|
1202
|
+
textAlign: "center",
|
|
1203
|
+
paddingRight: ".6em",
|
|
1204
|
+
opacity: "0.6",
|
|
1205
|
+
boxSizing: "content-box"
|
|
1206
|
+
},
|
|
1207
|
+
".cm-completionIcon-function, .cm-completionIcon-method": {
|
|
1208
|
+
"&:after": { content: "'ƒ'" }
|
|
1209
|
+
},
|
|
1210
|
+
".cm-completionIcon-class": {
|
|
1211
|
+
"&:after": { content: "'○'" }
|
|
1212
|
+
},
|
|
1213
|
+
".cm-completionIcon-interface": {
|
|
1214
|
+
"&:after": { content: "'◌'" }
|
|
1215
|
+
},
|
|
1216
|
+
".cm-completionIcon-variable": {
|
|
1217
|
+
"&:after": { content: "'𝑥'" }
|
|
1218
|
+
},
|
|
1219
|
+
".cm-completionIcon-constant": {
|
|
1220
|
+
"&:after": { content: "'𝐶'" }
|
|
1221
|
+
},
|
|
1222
|
+
".cm-completionIcon-type": {
|
|
1223
|
+
"&:after": { content: "'𝑡'" }
|
|
1224
|
+
},
|
|
1225
|
+
".cm-completionIcon-enum": {
|
|
1226
|
+
"&:after": { content: "'∪'" }
|
|
1227
|
+
},
|
|
1228
|
+
".cm-completionIcon-property": {
|
|
1229
|
+
"&:after": { content: "'□'" }
|
|
1230
|
+
},
|
|
1231
|
+
".cm-completionIcon-keyword": {
|
|
1232
|
+
"&:after": { content: "'🔑︎'" }
|
|
1233
|
+
// Disable emoji rendering
|
|
1234
|
+
},
|
|
1235
|
+
".cm-completionIcon-namespace": {
|
|
1236
|
+
"&:after": { content: "'▢'" }
|
|
1237
|
+
},
|
|
1238
|
+
".cm-completionIcon-text": {
|
|
1239
|
+
"&:after": { content: "'abc'", fontSize: "50%", verticalAlign: "middle" }
|
|
1240
|
+
}
|
|
1241
|
+
});
|
|
1242
|
+
class FieldPos {
|
|
1243
|
+
constructor(field, line, from, to) {
|
|
1244
|
+
this.field = field;
|
|
1245
|
+
this.line = line;
|
|
1246
|
+
this.from = from;
|
|
1247
|
+
this.to = to;
|
|
1248
|
+
}
|
|
1249
|
+
}
|
|
1250
|
+
class FieldRange {
|
|
1251
|
+
constructor(field, from, to) {
|
|
1252
|
+
this.field = field;
|
|
1253
|
+
this.from = from;
|
|
1254
|
+
this.to = to;
|
|
1255
|
+
}
|
|
1256
|
+
map(changes) {
|
|
1257
|
+
let from = changes.mapPos(this.from, -1, MapMode.TrackDel);
|
|
1258
|
+
let to = changes.mapPos(this.to, 1, MapMode.TrackDel);
|
|
1259
|
+
return from == null || to == null ? null : new FieldRange(this.field, from, to);
|
|
1260
|
+
}
|
|
1261
|
+
}
|
|
1262
|
+
class Snippet {
|
|
1263
|
+
constructor(lines, fieldPositions) {
|
|
1264
|
+
this.lines = lines;
|
|
1265
|
+
this.fieldPositions = fieldPositions;
|
|
1266
|
+
}
|
|
1267
|
+
instantiate(state, pos) {
|
|
1268
|
+
let text = [], lineStart = [pos];
|
|
1269
|
+
let lineObj = state.doc.lineAt(pos), baseIndent = /^\s*/.exec(lineObj.text)[0];
|
|
1270
|
+
for (let line of this.lines) {
|
|
1271
|
+
if (text.length) {
|
|
1272
|
+
let indent = baseIndent, tabs = /^\t*/.exec(line)[0].length;
|
|
1273
|
+
for (let i = 0; i < tabs; i++)
|
|
1274
|
+
indent += state.facet(indentUnit);
|
|
1275
|
+
lineStart.push(pos + indent.length - tabs);
|
|
1276
|
+
line = indent + line.slice(tabs);
|
|
1277
|
+
}
|
|
1278
|
+
text.push(line);
|
|
1279
|
+
pos += line.length + 1;
|
|
1280
|
+
}
|
|
1281
|
+
let ranges = this.fieldPositions.map((pos2) => new FieldRange(pos2.field, lineStart[pos2.line] + pos2.from, lineStart[pos2.line] + pos2.to));
|
|
1282
|
+
return { text, ranges };
|
|
1283
|
+
}
|
|
1284
|
+
static parse(template) {
|
|
1285
|
+
let fields = [];
|
|
1286
|
+
let lines = [], positions = [], m;
|
|
1287
|
+
for (let line of template.split(/\r\n?|\n/)) {
|
|
1288
|
+
while (m = /[#$]\{(?:(\d+)(?::([^}]*))?|([^}]*))\}/.exec(line)) {
|
|
1289
|
+
let seq = m[1] ? +m[1] : null, name = m[2] || m[3] || "", found = -1;
|
|
1290
|
+
for (let i = 0; i < fields.length; i++) {
|
|
1291
|
+
if (seq != null ? fields[i].seq == seq : name ? fields[i].name == name : false)
|
|
1292
|
+
found = i;
|
|
1293
|
+
}
|
|
1294
|
+
if (found < 0) {
|
|
1295
|
+
let i = 0;
|
|
1296
|
+
while (i < fields.length && (seq == null || fields[i].seq != null && fields[i].seq < seq))
|
|
1297
|
+
i++;
|
|
1298
|
+
fields.splice(i, 0, { seq, name });
|
|
1299
|
+
found = i;
|
|
1300
|
+
for (let pos of positions)
|
|
1301
|
+
if (pos.field >= found)
|
|
1302
|
+
pos.field++;
|
|
1303
|
+
}
|
|
1304
|
+
positions.push(new FieldPos(found, lines.length, m.index, m.index + name.length));
|
|
1305
|
+
line = line.slice(0, m.index) + name + line.slice(m.index + m[0].length);
|
|
1306
|
+
}
|
|
1307
|
+
for (let esc; esc = /\\([{}])/.exec(line); ) {
|
|
1308
|
+
line = line.slice(0, esc.index) + esc[1] + line.slice(esc.index + esc[0].length);
|
|
1309
|
+
for (let pos of positions)
|
|
1310
|
+
if (pos.line == lines.length && pos.from > esc.index) {
|
|
1311
|
+
pos.from--;
|
|
1312
|
+
pos.to--;
|
|
1313
|
+
}
|
|
1314
|
+
}
|
|
1315
|
+
lines.push(line);
|
|
1316
|
+
}
|
|
1317
|
+
return new Snippet(lines, positions);
|
|
1318
|
+
}
|
|
1319
|
+
}
|
|
1320
|
+
let fieldMarker = /* @__PURE__ */ Decoration.widget({ widget: /* @__PURE__ */ new class extends WidgetType {
|
|
1321
|
+
toDOM() {
|
|
1322
|
+
let span = document.createElement("span");
|
|
1323
|
+
span.className = "cm-snippetFieldPosition";
|
|
1324
|
+
return span;
|
|
1325
|
+
}
|
|
1326
|
+
ignoreEvent() {
|
|
1327
|
+
return false;
|
|
1328
|
+
}
|
|
1329
|
+
}() });
|
|
1330
|
+
let fieldRange = /* @__PURE__ */ Decoration.mark({ class: "cm-snippetField" });
|
|
1331
|
+
class ActiveSnippet {
|
|
1332
|
+
constructor(ranges, active) {
|
|
1333
|
+
this.ranges = ranges;
|
|
1334
|
+
this.active = active;
|
|
1335
|
+
this.deco = Decoration.set(ranges.map((r) => (r.from == r.to ? fieldMarker : fieldRange).range(r.from, r.to)));
|
|
1336
|
+
}
|
|
1337
|
+
map(changes) {
|
|
1338
|
+
let ranges = [];
|
|
1339
|
+
for (let r of this.ranges) {
|
|
1340
|
+
let mapped = r.map(changes);
|
|
1341
|
+
if (!mapped)
|
|
1342
|
+
return null;
|
|
1343
|
+
ranges.push(mapped);
|
|
1344
|
+
}
|
|
1345
|
+
return new ActiveSnippet(ranges, this.active);
|
|
1346
|
+
}
|
|
1347
|
+
selectionInsideField(sel) {
|
|
1348
|
+
return sel.ranges.every((range) => this.ranges.some((r) => r.field == this.active && r.from <= range.from && r.to >= range.to));
|
|
1349
|
+
}
|
|
1350
|
+
}
|
|
1351
|
+
const setActive = /* @__PURE__ */ StateEffect.define({
|
|
1352
|
+
map(value, changes) {
|
|
1353
|
+
return value && value.map(changes);
|
|
1354
|
+
}
|
|
1355
|
+
});
|
|
1356
|
+
const moveToField = /* @__PURE__ */ StateEffect.define();
|
|
1357
|
+
const snippetState = /* @__PURE__ */ StateField.define({
|
|
1358
|
+
create() {
|
|
1359
|
+
return null;
|
|
1360
|
+
},
|
|
1361
|
+
update(value, tr) {
|
|
1362
|
+
for (let effect of tr.effects) {
|
|
1363
|
+
if (effect.is(setActive))
|
|
1364
|
+
return effect.value;
|
|
1365
|
+
if (effect.is(moveToField) && value)
|
|
1366
|
+
return new ActiveSnippet(value.ranges, effect.value);
|
|
1367
|
+
}
|
|
1368
|
+
if (value && tr.docChanged)
|
|
1369
|
+
value = value.map(tr.changes);
|
|
1370
|
+
if (value && tr.selection && !value.selectionInsideField(tr.selection))
|
|
1371
|
+
value = null;
|
|
1372
|
+
return value;
|
|
1373
|
+
},
|
|
1374
|
+
provide: (f) => EditorView.decorations.from(f, (val) => val ? val.deco : Decoration.none)
|
|
1375
|
+
});
|
|
1376
|
+
function fieldSelection(ranges, field) {
|
|
1377
|
+
return EditorSelection.create(ranges.filter((r) => r.field == field).map((r) => EditorSelection.range(r.from, r.to)));
|
|
1378
|
+
}
|
|
1379
|
+
function snippet(template) {
|
|
1380
|
+
let snippet2 = Snippet.parse(template);
|
|
1381
|
+
return (editor, completion, from, to) => {
|
|
1382
|
+
let { text, ranges } = snippet2.instantiate(editor.state, from);
|
|
1383
|
+
let spec = {
|
|
1384
|
+
changes: { from, to, insert: Text.of(text) },
|
|
1385
|
+
scrollIntoView: true,
|
|
1386
|
+
annotations: completion ? pickedCompletion.of(completion) : void 0
|
|
1387
|
+
};
|
|
1388
|
+
if (ranges.length)
|
|
1389
|
+
spec.selection = fieldSelection(ranges, 0);
|
|
1390
|
+
if (ranges.length > 1) {
|
|
1391
|
+
let active = new ActiveSnippet(ranges, 0);
|
|
1392
|
+
let effects = spec.effects = [setActive.of(active)];
|
|
1393
|
+
if (editor.state.field(snippetState, false) === void 0)
|
|
1394
|
+
effects.push(StateEffect.appendConfig.of([snippetState, addSnippetKeymap, snippetPointerHandler, baseTheme]));
|
|
1395
|
+
}
|
|
1396
|
+
editor.dispatch(editor.state.update(spec));
|
|
1397
|
+
};
|
|
1398
|
+
}
|
|
1399
|
+
function moveField(dir) {
|
|
1400
|
+
return ({ state, dispatch }) => {
|
|
1401
|
+
let active = state.field(snippetState, false);
|
|
1402
|
+
if (!active || dir < 0 && active.active == 0)
|
|
1403
|
+
return false;
|
|
1404
|
+
let next = active.active + dir, last = dir > 0 && !active.ranges.some((r) => r.field == next + dir);
|
|
1405
|
+
dispatch(state.update({
|
|
1406
|
+
selection: fieldSelection(active.ranges, next),
|
|
1407
|
+
effects: setActive.of(last ? null : new ActiveSnippet(active.ranges, next)),
|
|
1408
|
+
scrollIntoView: true
|
|
1409
|
+
}));
|
|
1410
|
+
return true;
|
|
1411
|
+
};
|
|
1412
|
+
}
|
|
1413
|
+
const clearSnippet = ({ state, dispatch }) => {
|
|
1414
|
+
let active = state.field(snippetState, false);
|
|
1415
|
+
if (!active)
|
|
1416
|
+
return false;
|
|
1417
|
+
dispatch(state.update({ effects: setActive.of(null) }));
|
|
1418
|
+
return true;
|
|
1419
|
+
};
|
|
1420
|
+
const nextSnippetField = /* @__PURE__ */ moveField(1);
|
|
1421
|
+
const prevSnippetField = /* @__PURE__ */ moveField(-1);
|
|
1422
|
+
const defaultSnippetKeymap = [
|
|
1423
|
+
{ key: "Tab", run: nextSnippetField, shift: prevSnippetField },
|
|
1424
|
+
{ key: "Escape", run: clearSnippet }
|
|
1425
|
+
];
|
|
1426
|
+
const snippetKeymap = /* @__PURE__ */ Facet.define({
|
|
1427
|
+
combine(maps) {
|
|
1428
|
+
return maps.length ? maps[0] : defaultSnippetKeymap;
|
|
1429
|
+
}
|
|
1430
|
+
});
|
|
1431
|
+
const addSnippetKeymap = /* @__PURE__ */ Prec.highest(/* @__PURE__ */ keymap.compute([snippetKeymap], (state) => state.facet(snippetKeymap)));
|
|
1432
|
+
function snippetCompletion(template, completion) {
|
|
1433
|
+
return Object.assign(Object.assign({}, completion), { apply: snippet(template) });
|
|
1434
|
+
}
|
|
1435
|
+
const snippetPointerHandler = /* @__PURE__ */ EditorView.domEventHandlers({
|
|
1436
|
+
mousedown(event, view) {
|
|
1437
|
+
let active = view.state.field(snippetState, false), pos;
|
|
1438
|
+
if (!active || (pos = view.posAtCoords({ x: event.clientX, y: event.clientY })) == null)
|
|
1439
|
+
return false;
|
|
1440
|
+
let match = active.ranges.find((r) => r.from <= pos && r.to >= pos);
|
|
1441
|
+
if (!match || match.field == active.active)
|
|
1442
|
+
return false;
|
|
1443
|
+
view.dispatch({
|
|
1444
|
+
selection: fieldSelection(active.ranges, match.field),
|
|
1445
|
+
effects: setActive.of(active.ranges.some((r) => r.field > match.field) ? new ActiveSnippet(active.ranges, match.field) : null),
|
|
1446
|
+
scrollIntoView: true
|
|
1447
|
+
});
|
|
1448
|
+
return true;
|
|
1449
|
+
}
|
|
1450
|
+
});
|
|
1451
|
+
const defaults = {
|
|
1452
|
+
brackets: ["(", "[", "{", "'", '"'],
|
|
1453
|
+
before: ")]}:;>",
|
|
1454
|
+
stringPrefixes: []
|
|
1455
|
+
};
|
|
1456
|
+
const closeBracketEffect = /* @__PURE__ */ StateEffect.define({
|
|
1457
|
+
map(value, mapping) {
|
|
1458
|
+
let mapped = mapping.mapPos(value, -1, MapMode.TrackAfter);
|
|
1459
|
+
return mapped == null ? void 0 : mapped;
|
|
1460
|
+
}
|
|
1461
|
+
});
|
|
1462
|
+
const closedBracket = /* @__PURE__ */ new class extends RangeValue {
|
|
1463
|
+
}();
|
|
1464
|
+
closedBracket.startSide = 1;
|
|
1465
|
+
closedBracket.endSide = -1;
|
|
1466
|
+
const bracketState = /* @__PURE__ */ StateField.define({
|
|
1467
|
+
create() {
|
|
1468
|
+
return RangeSet.empty;
|
|
1469
|
+
},
|
|
1470
|
+
update(value, tr) {
|
|
1471
|
+
if (tr.selection) {
|
|
1472
|
+
let line = tr.state.doc.lineAt(tr.selection.main.head);
|
|
1473
|
+
value = value.update({ filter: (from) => from >= line.from && from <= line.to });
|
|
1474
|
+
}
|
|
1475
|
+
value = value.map(tr.changes);
|
|
1476
|
+
for (let effect of tr.effects)
|
|
1477
|
+
if (effect.is(closeBracketEffect))
|
|
1478
|
+
value = value.update({ add: [closedBracket.range(effect.value, effect.value + 1)] });
|
|
1479
|
+
return value;
|
|
1480
|
+
}
|
|
1481
|
+
});
|
|
1482
|
+
function closeBrackets() {
|
|
1483
|
+
return [inputHandler, bracketState];
|
|
1484
|
+
}
|
|
1485
|
+
const definedClosing = "()[]{}<>";
|
|
1486
|
+
function closing(ch) {
|
|
1487
|
+
for (let i = 0; i < definedClosing.length; i += 2)
|
|
1488
|
+
if (definedClosing.charCodeAt(i) == ch)
|
|
1489
|
+
return definedClosing.charAt(i + 1);
|
|
1490
|
+
return fromCodePoint(ch < 128 ? ch : ch + 1);
|
|
1491
|
+
}
|
|
1492
|
+
function config(state, pos) {
|
|
1493
|
+
return state.languageDataAt("closeBrackets", pos)[0] || defaults;
|
|
1494
|
+
}
|
|
1495
|
+
const android = typeof navigator == "object" && /* @__PURE__ */ /Android\b/.test(navigator.userAgent);
|
|
1496
|
+
const inputHandler = /* @__PURE__ */ EditorView.inputHandler.of((view, from, to, insert) => {
|
|
1497
|
+
if ((android ? view.composing : view.compositionStarted) || view.state.readOnly)
|
|
1498
|
+
return false;
|
|
1499
|
+
let sel = view.state.selection.main;
|
|
1500
|
+
if (insert.length > 2 || insert.length == 2 && codePointSize(codePointAt(insert, 0)) == 1 || from != sel.from || to != sel.to)
|
|
1501
|
+
return false;
|
|
1502
|
+
let tr = insertBracket(view.state, insert);
|
|
1503
|
+
if (!tr)
|
|
1504
|
+
return false;
|
|
1505
|
+
view.dispatch(tr);
|
|
1506
|
+
return true;
|
|
1507
|
+
});
|
|
1508
|
+
const deleteBracketPair = ({ state, dispatch }) => {
|
|
1509
|
+
if (state.readOnly)
|
|
1510
|
+
return false;
|
|
1511
|
+
let conf = config(state, state.selection.main.head);
|
|
1512
|
+
let tokens = conf.brackets || defaults.brackets;
|
|
1513
|
+
let dont = null, changes = state.changeByRange((range) => {
|
|
1514
|
+
if (range.empty) {
|
|
1515
|
+
let before = prevChar(state.doc, range.head);
|
|
1516
|
+
for (let token of tokens) {
|
|
1517
|
+
if (token == before && nextChar(state.doc, range.head) == closing(codePointAt(token, 0)))
|
|
1518
|
+
return {
|
|
1519
|
+
changes: { from: range.head - token.length, to: range.head + token.length },
|
|
1520
|
+
range: EditorSelection.cursor(range.head - token.length)
|
|
1521
|
+
};
|
|
1522
|
+
}
|
|
1523
|
+
}
|
|
1524
|
+
return { range: dont = range };
|
|
1525
|
+
});
|
|
1526
|
+
if (!dont)
|
|
1527
|
+
dispatch(state.update(changes, { scrollIntoView: true, userEvent: "delete.backward" }));
|
|
1528
|
+
return !dont;
|
|
1529
|
+
};
|
|
1530
|
+
const closeBracketsKeymap = [
|
|
1531
|
+
{ key: "Backspace", run: deleteBracketPair }
|
|
1532
|
+
];
|
|
1533
|
+
function insertBracket(state, bracket) {
|
|
1534
|
+
let conf = config(state, state.selection.main.head);
|
|
1535
|
+
let tokens = conf.brackets || defaults.brackets;
|
|
1536
|
+
for (let tok of tokens) {
|
|
1537
|
+
let closed = closing(codePointAt(tok, 0));
|
|
1538
|
+
if (bracket == tok)
|
|
1539
|
+
return closed == tok ? handleSame(state, tok, tokens.indexOf(tok + tok + tok) > -1, conf) : handleOpen(state, tok, closed, conf.before || defaults.before);
|
|
1540
|
+
if (bracket == closed && closedBracketAt(state, state.selection.main.from))
|
|
1541
|
+
return handleClose(state, tok, closed);
|
|
1542
|
+
}
|
|
1543
|
+
return null;
|
|
1544
|
+
}
|
|
1545
|
+
function closedBracketAt(state, pos) {
|
|
1546
|
+
let found = false;
|
|
1547
|
+
state.field(bracketState).between(0, state.doc.length, (from) => {
|
|
1548
|
+
if (from == pos)
|
|
1549
|
+
found = true;
|
|
1550
|
+
});
|
|
1551
|
+
return found;
|
|
1552
|
+
}
|
|
1553
|
+
function nextChar(doc, pos) {
|
|
1554
|
+
let next = doc.sliceString(pos, pos + 2);
|
|
1555
|
+
return next.slice(0, codePointSize(codePointAt(next, 0)));
|
|
1556
|
+
}
|
|
1557
|
+
function prevChar(doc, pos) {
|
|
1558
|
+
let prev = doc.sliceString(pos - 2, pos);
|
|
1559
|
+
return codePointSize(codePointAt(prev, 0)) == prev.length ? prev : prev.slice(1);
|
|
1560
|
+
}
|
|
1561
|
+
function handleOpen(state, open, close, closeBefore) {
|
|
1562
|
+
let dont = null, changes = state.changeByRange((range) => {
|
|
1563
|
+
if (!range.empty)
|
|
1564
|
+
return {
|
|
1565
|
+
changes: [{ insert: open, from: range.from }, { insert: close, from: range.to }],
|
|
1566
|
+
effects: closeBracketEffect.of(range.to + open.length),
|
|
1567
|
+
range: EditorSelection.range(range.anchor + open.length, range.head + open.length)
|
|
1568
|
+
};
|
|
1569
|
+
let next = nextChar(state.doc, range.head);
|
|
1570
|
+
if (!next || /\s/.test(next) || closeBefore.indexOf(next) > -1)
|
|
1571
|
+
return {
|
|
1572
|
+
changes: { insert: open + close, from: range.head },
|
|
1573
|
+
effects: closeBracketEffect.of(range.head + open.length),
|
|
1574
|
+
range: EditorSelection.cursor(range.head + open.length)
|
|
1575
|
+
};
|
|
1576
|
+
return { range: dont = range };
|
|
1577
|
+
});
|
|
1578
|
+
return dont ? null : state.update(changes, {
|
|
1579
|
+
scrollIntoView: true,
|
|
1580
|
+
userEvent: "input.type"
|
|
1581
|
+
});
|
|
1582
|
+
}
|
|
1583
|
+
function handleClose(state, _open, close) {
|
|
1584
|
+
let dont = null, changes = state.changeByRange((range) => {
|
|
1585
|
+
if (range.empty && nextChar(state.doc, range.head) == close)
|
|
1586
|
+
return {
|
|
1587
|
+
changes: { from: range.head, to: range.head + close.length, insert: close },
|
|
1588
|
+
range: EditorSelection.cursor(range.head + close.length)
|
|
1589
|
+
};
|
|
1590
|
+
return dont = { range };
|
|
1591
|
+
});
|
|
1592
|
+
return dont ? null : state.update(changes, {
|
|
1593
|
+
scrollIntoView: true,
|
|
1594
|
+
userEvent: "input.type"
|
|
1595
|
+
});
|
|
1596
|
+
}
|
|
1597
|
+
function handleSame(state, token, allowTriple, config2) {
|
|
1598
|
+
let stringPrefixes = config2.stringPrefixes || defaults.stringPrefixes;
|
|
1599
|
+
let dont = null, changes = state.changeByRange((range) => {
|
|
1600
|
+
if (!range.empty)
|
|
1601
|
+
return {
|
|
1602
|
+
changes: [{ insert: token, from: range.from }, { insert: token, from: range.to }],
|
|
1603
|
+
effects: closeBracketEffect.of(range.to + token.length),
|
|
1604
|
+
range: EditorSelection.range(range.anchor + token.length, range.head + token.length)
|
|
1605
|
+
};
|
|
1606
|
+
let pos = range.head, next = nextChar(state.doc, pos), start;
|
|
1607
|
+
if (next == token) {
|
|
1608
|
+
if (nodeStart(state, pos)) {
|
|
1609
|
+
return {
|
|
1610
|
+
changes: { insert: token + token, from: pos },
|
|
1611
|
+
effects: closeBracketEffect.of(pos + token.length),
|
|
1612
|
+
range: EditorSelection.cursor(pos + token.length)
|
|
1613
|
+
};
|
|
1614
|
+
} else if (closedBracketAt(state, pos)) {
|
|
1615
|
+
let isTriple = allowTriple && state.sliceDoc(pos, pos + token.length * 3) == token + token + token;
|
|
1616
|
+
let content = isTriple ? token + token + token : token;
|
|
1617
|
+
return {
|
|
1618
|
+
changes: { from: pos, to: pos + content.length, insert: content },
|
|
1619
|
+
range: EditorSelection.cursor(pos + content.length)
|
|
1620
|
+
};
|
|
1621
|
+
}
|
|
1622
|
+
} else if (allowTriple && state.sliceDoc(pos - 2 * token.length, pos) == token + token && (start = canStartStringAt(state, pos - 2 * token.length, stringPrefixes)) > -1 && nodeStart(state, start)) {
|
|
1623
|
+
return {
|
|
1624
|
+
changes: { insert: token + token + token + token, from: pos },
|
|
1625
|
+
effects: closeBracketEffect.of(pos + token.length),
|
|
1626
|
+
range: EditorSelection.cursor(pos + token.length)
|
|
1627
|
+
};
|
|
1628
|
+
} else if (state.charCategorizer(pos)(next) != CharCategory.Word) {
|
|
1629
|
+
if (canStartStringAt(state, pos, stringPrefixes) > -1 && !probablyInString(state, pos, token, stringPrefixes))
|
|
1630
|
+
return {
|
|
1631
|
+
changes: { insert: token + token, from: pos },
|
|
1632
|
+
effects: closeBracketEffect.of(pos + token.length),
|
|
1633
|
+
range: EditorSelection.cursor(pos + token.length)
|
|
1634
|
+
};
|
|
1635
|
+
}
|
|
1636
|
+
return { range: dont = range };
|
|
1637
|
+
});
|
|
1638
|
+
return dont ? null : state.update(changes, {
|
|
1639
|
+
scrollIntoView: true,
|
|
1640
|
+
userEvent: "input.type"
|
|
1641
|
+
});
|
|
1642
|
+
}
|
|
1643
|
+
function nodeStart(state, pos) {
|
|
1644
|
+
let tree = syntaxTree(state).resolveInner(pos + 1);
|
|
1645
|
+
return tree.parent && tree.from == pos;
|
|
1646
|
+
}
|
|
1647
|
+
function probablyInString(state, pos, quoteToken, prefixes) {
|
|
1648
|
+
let node = syntaxTree(state).resolveInner(pos, -1);
|
|
1649
|
+
let maxPrefix = prefixes.reduce((m, p) => Math.max(m, p.length), 0);
|
|
1650
|
+
for (let i = 0; i < 5; i++) {
|
|
1651
|
+
let start = state.sliceDoc(node.from, Math.min(node.to, node.from + quoteToken.length + maxPrefix));
|
|
1652
|
+
let quotePos = start.indexOf(quoteToken);
|
|
1653
|
+
if (!quotePos || quotePos > -1 && prefixes.indexOf(start.slice(0, quotePos)) > -1) {
|
|
1654
|
+
let first = node.firstChild;
|
|
1655
|
+
while (first && first.from == node.from && first.to - first.from > quoteToken.length + quotePos) {
|
|
1656
|
+
if (state.sliceDoc(first.to - quoteToken.length, first.to) == quoteToken)
|
|
1657
|
+
return false;
|
|
1658
|
+
first = first.firstChild;
|
|
1659
|
+
}
|
|
1660
|
+
return true;
|
|
1661
|
+
}
|
|
1662
|
+
let parent = node.to == pos && node.parent;
|
|
1663
|
+
if (!parent)
|
|
1664
|
+
break;
|
|
1665
|
+
node = parent;
|
|
1666
|
+
}
|
|
1667
|
+
return false;
|
|
1668
|
+
}
|
|
1669
|
+
function canStartStringAt(state, pos, prefixes) {
|
|
1670
|
+
let charCat = state.charCategorizer(pos);
|
|
1671
|
+
if (charCat(state.sliceDoc(pos - 1, pos)) != CharCategory.Word)
|
|
1672
|
+
return pos;
|
|
1673
|
+
for (let prefix of prefixes) {
|
|
1674
|
+
let start = pos - prefix.length;
|
|
1675
|
+
if (state.sliceDoc(start, pos) == prefix && charCat(state.sliceDoc(start - 1, start)) != CharCategory.Word)
|
|
1676
|
+
return start;
|
|
1677
|
+
}
|
|
1678
|
+
return -1;
|
|
1679
|
+
}
|
|
1680
|
+
function autocompletion(config2 = {}) {
|
|
1681
|
+
return [
|
|
1682
|
+
completionState,
|
|
1683
|
+
completionConfig.of(config2),
|
|
1684
|
+
completionPlugin,
|
|
1685
|
+
completionKeymapExt,
|
|
1686
|
+
baseTheme
|
|
1687
|
+
];
|
|
1688
|
+
}
|
|
1689
|
+
const completionKeymap = [
|
|
1690
|
+
{ key: "Ctrl-Space", run: startCompletion },
|
|
1691
|
+
{ key: "Escape", run: closeCompletion },
|
|
1692
|
+
{ key: "ArrowDown", run: /* @__PURE__ */ moveCompletionSelection(true) },
|
|
1693
|
+
{ key: "ArrowUp", run: /* @__PURE__ */ moveCompletionSelection(false) },
|
|
1694
|
+
{ key: "PageDown", run: /* @__PURE__ */ moveCompletionSelection(true, "page") },
|
|
1695
|
+
{ key: "PageUp", run: /* @__PURE__ */ moveCompletionSelection(false, "page") },
|
|
1696
|
+
{ key: "Enter", run: acceptCompletion }
|
|
1697
|
+
];
|
|
1698
|
+
const completionKeymapExt = /* @__PURE__ */ Prec.highest(/* @__PURE__ */ keymap.computeN([completionConfig], (state) => state.facet(completionConfig).defaultKeymap ? [completionKeymap] : []));
|
|
1699
|
+
export {
|
|
1700
|
+
CompletionContext,
|
|
1701
|
+
acceptCompletion,
|
|
1702
|
+
autocompletion,
|
|
1703
|
+
clearSnippet,
|
|
1704
|
+
closeBrackets,
|
|
1705
|
+
closeBracketsKeymap,
|
|
1706
|
+
closeCompletion,
|
|
1707
|
+
completeFromList,
|
|
1708
|
+
completionKeymap,
|
|
1709
|
+
deleteBracketPair,
|
|
1710
|
+
ifNotIn,
|
|
1711
|
+
insertBracket,
|
|
1712
|
+
insertCompletionText,
|
|
1713
|
+
moveCompletionSelection,
|
|
1714
|
+
nextSnippetField,
|
|
1715
|
+
pickedCompletion,
|
|
1716
|
+
prevSnippetField,
|
|
1717
|
+
snippet,
|
|
1718
|
+
snippetCompletion,
|
|
1719
|
+
snippetKeymap,
|
|
1720
|
+
startCompletion
|
|
1721
|
+
};
|
|
1722
|
+
//# sourceMappingURL=index.es.js.map
|