@baishuyun/chat-sdk 0.0.17 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +76 -16
- package/CHANGELOG.md +27 -0
- package/dist/chat-sdk.js +37511 -45236
- package/dist/chat-sdk.js.map +1 -1
- package/dist/chat-sdk.umd.cjs +221 -296
- package/dist/chat-sdk.umd.cjs.map +1 -1
- package/dist/chat.d.ts +5 -0
- package/dist/chat.d.ts.map +1 -0
- package/dist/components/biz-comp/FakeBotMsg.d.ts +8 -0
- package/dist/components/biz-comp/FakeBotMsg.d.ts.map +1 -0
- package/dist/components/biz-comp/FieldChecker.d.ts +19 -0
- package/dist/components/biz-comp/FieldChecker.d.ts.map +1 -0
- package/dist/components/biz-comp/FieldCheckerListMsg.d.ts +19 -0
- package/dist/components/biz-comp/FieldCheckerListMsg.d.ts.map +1 -0
- package/dist/components/biz-comp/FieldValueChecker.d.ts +16 -0
- package/dist/components/biz-comp/FieldValueChecker.d.ts.map +1 -0
- package/dist/components/biz-comp/SubformFieldsValueChecker.d.ts +22 -0
- package/dist/components/biz-comp/SubformFieldsValueChecker.d.ts.map +1 -0
- package/dist/components/biz-comp/chat-client.d.ts +13 -0
- package/dist/components/biz-comp/chat-client.d.ts.map +1 -0
- package/dist/components/biz-comp/chat-frame.d.ts +6 -0
- package/dist/components/biz-comp/chat-frame.d.ts.map +1 -0
- package/dist/components/biz-comp/conversation.d.ts +10 -0
- package/dist/components/biz-comp/conversation.d.ts.map +1 -0
- package/dist/components/biz-comp/dash-widget-icon.d.ts +7 -0
- package/dist/components/biz-comp/dash-widget-icon.d.ts.map +1 -0
- package/dist/components/biz-comp/dock-btn.d.ts +2 -0
- package/dist/components/biz-comp/dock-btn.d.ts.map +1 -0
- package/dist/components/biz-comp/error-boundary.d.ts +15 -0
- package/dist/components/biz-comp/error-boundary.d.ts.map +1 -0
- package/dist/components/biz-comp/error-msg.d.ts +4 -0
- package/dist/components/biz-comp/error-msg.d.ts.map +1 -0
- package/dist/components/biz-comp/field-icon.d.ts +5 -0
- package/dist/components/biz-comp/field-icon.d.ts.map +1 -0
- package/dist/components/biz-comp/highlight-msg.d.ts +4 -0
- package/dist/components/biz-comp/highlight-msg.d.ts.map +1 -0
- package/dist/components/biz-comp/markdown-part.d.ts +7 -0
- package/dist/components/biz-comp/markdown-part.d.ts.map +1 -0
- package/dist/components/biz-comp/markdown.d.ts +5 -0
- package/dist/components/biz-comp/markdown.d.ts.map +1 -0
- package/dist/components/biz-comp/message-content.d.ts +6 -0
- package/dist/components/biz-comp/message-content.d.ts.map +1 -0
- package/dist/components/biz-comp/messages.d.ts +3 -0
- package/dist/components/biz-comp/messages.d.ts.map +1 -0
- package/dist/components/biz-comp/multi-modal-input/attachment-btn.d.ts +9 -0
- package/dist/components/biz-comp/multi-modal-input/attachment-btn.d.ts.map +1 -0
- package/dist/components/biz-comp/multi-modal-input/clear-btn.d.ts +8 -0
- package/dist/components/biz-comp/multi-modal-input/clear-btn.d.ts.map +1 -0
- package/dist/components/biz-comp/multi-modal-input/index.d.ts +21 -0
- package/dist/components/biz-comp/multi-modal-input/index.d.ts.map +1 -0
- package/dist/components/biz-comp/multi-modal-input/preview-attachment.d.ts +12 -0
- package/dist/components/biz-comp/multi-modal-input/preview-attachment.d.ts.map +1 -0
- package/dist/components/biz-comp/multi-modal-input/prompt-input.d.ts +36 -0
- package/dist/components/biz-comp/multi-modal-input/prompt-input.d.ts.map +1 -0
- package/dist/components/biz-comp/opening-lines.d.ts +3 -0
- package/dist/components/biz-comp/opening-lines.d.ts.map +1 -0
- package/dist/components/biz-comp/preview-message-wrapper.d.ts +12 -0
- package/dist/components/biz-comp/preview-message-wrapper.d.ts.map +1 -0
- package/dist/components/biz-comp/preview-message.d.ts +13 -0
- package/dist/components/biz-comp/preview-message.d.ts.map +1 -0
- package/dist/components/biz-comp/response.d.ts +6 -0
- package/dist/components/biz-comp/response.d.ts.map +1 -0
- package/dist/components/biz-comp/suggestions.d.ts +8 -0
- package/dist/components/biz-comp/suggestions.d.ts.map +1 -0
- package/dist/components/bs-ui/abs-fullscreen-gradient-bg.d.ts +10 -0
- package/dist/components/bs-ui/abs-fullscreen-gradient-bg.d.ts.map +1 -0
- package/dist/components/bs-ui/attachment-part-group.d.ts +16 -0
- package/dist/components/bs-ui/attachment-part-group.d.ts.map +1 -0
- package/dist/components/bs-ui/attachment-part.d.ts +19 -0
- package/dist/components/bs-ui/attachment-part.d.ts.map +1 -0
- package/dist/components/bs-ui/attachments-previewer.d.ts +18 -0
- package/dist/components/bs-ui/attachments-previewer.d.ts.map +1 -0
- package/dist/components/bs-ui/base-button.d.ts +8 -0
- package/dist/components/bs-ui/base-button.d.ts.map +1 -0
- package/dist/components/bs-ui/border-animation.d.ts +23 -0
- package/dist/components/bs-ui/border-animation.d.ts.map +1 -0
- package/dist/components/bs-ui/border-color-animation.d.ts +11 -0
- package/dist/components/bs-ui/border-color-animation.d.ts.map +1 -0
- package/dist/components/bs-ui/bot-avatar-name.d.ts +6 -0
- package/dist/components/bs-ui/bot-avatar-name.d.ts.map +1 -0
- package/dist/components/bs-ui/bot-icon.d.ts +5 -0
- package/dist/components/bs-ui/bot-icon.d.ts.map +1 -0
- package/dist/components/bs-ui/bs-icons.d.ts +65 -0
- package/dist/components/bs-ui/bs-icons.d.ts.map +1 -0
- package/dist/components/bs-ui/card-field.d.ts +11 -0
- package/dist/components/bs-ui/card-field.d.ts.map +1 -0
- package/dist/components/bs-ui/card.d.ts +11 -0
- package/dist/components/bs-ui/card.d.ts.map +1 -0
- package/dist/components/bs-ui/chat-area-header.d.ts +13 -0
- package/dist/components/bs-ui/chat-area-header.d.ts.map +1 -0
- package/dist/components/bs-ui/circle-checker.d.ts +10 -0
- package/dist/components/bs-ui/circle-checker.d.ts.map +1 -0
- package/dist/components/bs-ui/collapsible-txt-msg.d.ts +11 -0
- package/dist/components/bs-ui/collapsible-txt-msg.d.ts.map +1 -0
- package/dist/components/bs-ui/confirm-dialog.d.ts +26 -0
- package/dist/components/bs-ui/confirm-dialog.d.ts.map +1 -0
- package/dist/components/bs-ui/fields-design-info-table.d.ts +7 -0
- package/dist/components/bs-ui/fields-design-info-table.d.ts.map +1 -0
- package/dist/components/bs-ui/fields-generating-indicator.d.ts +6 -0
- package/dist/components/bs-ui/fields-generating-indicator.d.ts.map +1 -0
- package/dist/components/bs-ui/fields-portal.d.ts +8 -0
- package/dist/components/bs-ui/fields-portal.d.ts.map +1 -0
- package/dist/components/bs-ui/fields-previewer.d.ts +18 -0
- package/dist/components/bs-ui/fields-previewer.d.ts.map +1 -0
- package/dist/components/bs-ui/font-icon.d.ts +6 -0
- package/dist/components/bs-ui/font-icon.d.ts.map +1 -0
- package/dist/components/bs-ui/form-info-editor.d.ts +37 -0
- package/dist/components/bs-ui/form-info-editor.d.ts.map +1 -0
- package/dist/components/bs-ui/formula-tag.d.ts +8 -0
- package/dist/components/bs-ui/formula-tag.d.ts.map +1 -0
- package/dist/components/bs-ui/generate-animation.d.ts +5 -0
- package/dist/components/bs-ui/generate-animation.d.ts.map +1 -0
- package/dist/components/bs-ui/icon-btn.d.ts +9 -0
- package/dist/components/bs-ui/icon-btn.d.ts.map +1 -0
- package/dist/components/bs-ui/img-part.d.ts +10 -0
- package/dist/components/bs-ui/img-part.d.ts.map +1 -0
- package/dist/components/bs-ui/line-checker.d.ts +19 -0
- package/dist/components/bs-ui/line-checker.d.ts.map +1 -0
- package/dist/components/bs-ui/linear-gradient-border-btn.d.ts +10 -0
- package/dist/components/bs-ui/linear-gradient-border-btn.d.ts.map +1 -0
- package/dist/components/bs-ui/linear-gradient-color-bg-animation.d.ts +8 -0
- package/dist/components/bs-ui/linear-gradient-color-bg-animation.d.ts.map +1 -0
- package/dist/components/bs-ui/number-part.d.ts +9 -0
- package/dist/components/bs-ui/number-part.d.ts.map +1 -0
- package/dist/components/bs-ui/option-item.d.ts +9 -0
- package/dist/components/bs-ui/option-item.d.ts.map +1 -0
- package/dist/components/bs-ui/previewer-header.d.ts +20 -0
- package/dist/components/bs-ui/previewer-header.d.ts.map +1 -0
- package/dist/components/bs-ui/primary-confirm-btn.d.ts +10 -0
- package/dist/components/bs-ui/primary-confirm-btn.d.ts.map +1 -0
- package/dist/components/bs-ui/primary-entry-btn.d.ts +9 -0
- package/dist/components/bs-ui/primary-entry-btn.d.ts.map +1 -0
- package/dist/components/bs-ui/scroll-to-bottom-btn.d.ts +6 -0
- package/dist/components/bs-ui/scroll-to-bottom-btn.d.ts.map +1 -0
- package/dist/components/bs-ui/split-line.d.ts +5 -0
- package/dist/components/bs-ui/split-line.d.ts.map +1 -0
- package/dist/components/bs-ui/square-checker.d.ts +15 -0
- package/dist/components/bs-ui/square-checker.d.ts.map +1 -0
- package/dist/components/bs-ui/tab-radio-group.d.ts +19 -0
- package/dist/components/bs-ui/tab-radio-group.d.ts.map +1 -0
- package/dist/components/bs-ui/tooltip.d.ts +6 -0
- package/dist/components/bs-ui/tooltip.d.ts.map +1 -0
- package/dist/components/bs-ui/user-txt-msg-bubble.d.ts +6 -0
- package/dist/components/bs-ui/user-txt-msg-bubble.d.ts.map +1 -0
- package/dist/components/bs-ui/warning-msg.d.ts +6 -0
- package/dist/components/bs-ui/warning-msg.d.ts.map +1 -0
- package/dist/components/ui/badge.d.ts +10 -0
- package/dist/components/ui/badge.d.ts.map +1 -0
- package/dist/components/ui/button.d.ts +12 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/card.d.ts +9 -0
- package/dist/components/ui/card.d.ts.map +1 -0
- package/dist/components/ui/checkbox.d.ts +5 -0
- package/dist/components/ui/checkbox.d.ts.map +1 -0
- package/dist/components/ui/collapsible.d.ts +6 -0
- package/dist/components/ui/collapsible.d.ts.map +1 -0
- package/dist/components/ui/dialog.d.ts +24 -0
- package/dist/components/ui/dialog.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu.d.ts +28 -0
- package/dist/components/ui/dropdown-menu.d.ts.map +1 -0
- package/dist/components/ui/icons.d.ts +176 -0
- package/dist/components/ui/icons.d.ts.map +1 -0
- package/dist/components/ui/input-group.d.ts +17 -0
- package/dist/components/ui/input-group.d.ts.map +1 -0
- package/dist/components/ui/input.d.ts +4 -0
- package/dist/components/ui/input.d.ts.map +1 -0
- package/dist/components/ui/label.d.ts +6 -0
- package/dist/components/ui/label.d.ts.map +1 -0
- package/dist/components/ui/one-time-click-btn.d.ts +4 -0
- package/dist/components/ui/one-time-click-btn.d.ts.map +1 -0
- package/dist/components/ui/select.d.ts +14 -0
- package/dist/components/ui/select.d.ts.map +1 -0
- package/dist/components/ui/spinner.d.ts +3 -0
- package/dist/components/ui/spinner.d.ts.map +1 -0
- package/dist/components/ui/tabs.d.ts +8 -0
- package/dist/components/ui/tabs.d.ts.map +1 -0
- package/dist/components/ui/textarea.d.ts +4 -0
- package/dist/components/ui/textarea.d.ts.map +1 -0
- package/dist/components/ui/tooltip.d.ts +13 -0
- package/dist/components/ui/tooltip.d.ts.map +1 -0
- package/dist/components/web-comp/fields-previewer-web-component.d.ts +60 -0
- package/dist/components/web-comp/fields-previewer-web-component.d.ts.map +1 -0
- package/dist/const/index.d.ts +5 -0
- package/dist/const/index.d.ts.map +1 -0
- package/dist/const/ui.d.ts +7 -0
- package/dist/const/ui.d.ts.map +1 -0
- package/dist/hooks/use-chat-preference.d.ts +3 -0
- package/dist/hooks/use-chat-preference.d.ts.map +1 -0
- package/dist/hooks/use-draggable.d.ts +24 -0
- package/dist/hooks/use-draggable.d.ts.map +1 -0
- package/dist/hooks/use-evt-bus.d.ts +2 -0
- package/dist/hooks/use-evt-bus.d.ts.map +1 -0
- package/dist/hooks/use-evt.d.ts +3 -0
- package/dist/hooks/use-evt.d.ts.map +1 -0
- package/dist/hooks/use-frame-mode.d.ts +20 -0
- package/dist/hooks/use-frame-mode.d.ts.map +1 -0
- package/dist/hooks/use-merged-chat.d.ts +7 -0
- package/dist/hooks/use-merged-chat.d.ts.map +1 -0
- package/dist/hooks/use-msg-status-broadcast.d.ts +3 -0
- package/dist/hooks/use-msg-status-broadcast.d.ts.map +1 -0
- package/dist/hooks/use-plugin-component.d.ts +5 -0
- package/dist/hooks/use-plugin-component.d.ts.map +1 -0
- package/dist/hooks/use-plugin-ctx.d.ts +3 -0
- package/dist/hooks/use-plugin-ctx.d.ts.map +1 -0
- package/dist/hooks/use-plugin-custom-components.d.ts +5 -0
- package/dist/hooks/use-plugin-custom-components.d.ts.map +1 -0
- package/dist/hooks/use-plugin-life-cycle-chain-runner.d.ts +5 -0
- package/dist/hooks/use-plugin-life-cycle-chain-runner.d.ts.map +1 -0
- package/dist/hooks/use-plugin-list.d.ts +2 -0
- package/dist/hooks/use-plugin-list.d.ts.map +1 -0
- package/dist/hooks/use-plugin.d.ts +2 -0
- package/dist/hooks/use-plugin.d.ts.map +1 -0
- package/dist/hooks/use-scroll-to-bottom.d.ts +9 -0
- package/dist/hooks/use-scroll-to-bottom.d.ts.map +1 -0
- package/dist/hooks/use-shadow.d.ts +25 -0
- package/dist/hooks/use-shadow.d.ts.map +1 -0
- package/dist/hooks/use-toast.d.ts +3 -0
- package/dist/hooks/use-toast.d.ts.map +1 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/lib/clone.d.ts +32 -0
- package/dist/lib/clone.d.ts.map +1 -0
- package/dist/lib/event-emitter.d.ts +39 -0
- package/dist/lib/event-emitter.d.ts.map +1 -0
- package/dist/lib/parse-design-doc.d.ts +16 -0
- package/dist/lib/parse-design-doc.d.ts.map +1 -0
- package/dist/lib/readonly.d.ts +14 -0
- package/dist/lib/readonly.d.ts.map +1 -0
- package/dist/lib/utils.d.ts +55 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/plugins/form-builder-base-plugin/const.d.ts +3 -0
- package/dist/plugins/form-builder-base-plugin/const.d.ts.map +1 -0
- package/dist/plugins/form-builder-base-plugin/index.d.ts +7 -0
- package/dist/plugins/form-builder-base-plugin/index.d.ts.map +1 -0
- package/dist/plugins/form-builder-base-plugin/types.d.ts +12 -0
- package/dist/plugins/form-builder-base-plugin/types.d.ts.map +1 -0
- package/dist/plugins/form-builder-plugin/components/create-form-confirm.d.ts +7 -0
- package/dist/plugins/form-builder-plugin/components/create-form-confirm.d.ts.map +1 -0
- package/dist/plugins/form-builder-plugin/components/design-doc-part.d.ts +4 -0
- package/dist/plugins/form-builder-plugin/components/design-doc-part.d.ts.map +1 -0
- package/dist/plugins/form-builder-plugin/components/design-info.d.ts +6 -0
- package/dist/plugins/form-builder-plugin/components/design-info.d.ts.map +1 -0
- package/dist/plugins/form-builder-plugin/components/entry-btn.d.ts +3 -0
- package/dist/plugins/form-builder-plugin/components/entry-btn.d.ts.map +1 -0
- package/dist/plugins/form-builder-plugin/components/fields-part.d.ts +4 -0
- package/dist/plugins/form-builder-plugin/components/fields-part.d.ts.map +1 -0
- package/dist/plugins/form-builder-plugin/components/follow-up.d.ts +3 -0
- package/dist/plugins/form-builder-plugin/components/follow-up.d.ts.map +1 -0
- package/dist/plugins/form-builder-plugin/components/msg-part.d.ts +3 -0
- package/dist/plugins/form-builder-plugin/components/msg-part.d.ts.map +1 -0
- package/dist/plugins/form-builder-plugin/components/opening-lines.d.ts +3 -0
- package/dist/plugins/form-builder-plugin/components/opening-lines.d.ts.map +1 -0
- package/dist/plugins/form-builder-plugin/components/suggestion-part.d.ts +5 -0
- package/dist/plugins/form-builder-plugin/components/suggestion-part.d.ts.map +1 -0
- package/dist/plugins/form-builder-plugin/const/index.d.ts +12 -0
- package/dist/plugins/form-builder-plugin/const/index.d.ts.map +1 -0
- package/dist/plugins/form-builder-plugin/hooks/index.d.ts +4 -0
- package/dist/plugins/form-builder-plugin/hooks/index.d.ts.map +1 -0
- package/dist/plugins/form-builder-plugin/hooks/use-fields-confirmed.d.ts +2 -0
- package/dist/plugins/form-builder-plugin/hooks/use-fields-confirmed.d.ts.map +1 -0
- package/dist/plugins/form-builder-plugin/index.d.ts +30 -0
- package/dist/plugins/form-builder-plugin/index.d.ts.map +1 -0
- package/dist/plugins/form-builder-plugin/types.d.ts +28 -0
- package/dist/plugins/form-builder-plugin/types.d.ts.map +1 -0
- package/dist/plugins/form-builder-plugin/utils/get-render-strategy.d.ts +3 -0
- package/dist/plugins/form-builder-plugin/utils/get-render-strategy.d.ts.map +1 -0
- package/dist/plugins/form-builder-plugin/utils/index.d.ts +57 -0
- package/dist/plugins/form-builder-plugin/utils/index.d.ts.map +1 -0
- package/dist/plugins/form-filling-plugin/batch-filling-data-manager.d.ts +26 -0
- package/dist/plugins/form-filling-plugin/batch-filling-data-manager.d.ts.map +1 -0
- package/dist/plugins/form-filling-plugin/components/FormFillingOpeningLines.d.ts +3 -0
- package/dist/plugins/form-filling-plugin/components/FormFillingOpeningLines.d.ts.map +1 -0
- package/dist/plugins/form-filling-plugin/components/avatar.d.ts +5 -0
- package/dist/plugins/form-filling-plugin/components/avatar.d.ts.map +1 -0
- package/dist/plugins/form-filling-plugin/components/batch-fill-part.d.ts +4 -0
- package/dist/plugins/form-filling-plugin/components/batch-fill-part.d.ts.map +1 -0
- package/dist/plugins/form-filling-plugin/components/batch-generator-action.d.ts +14 -0
- package/dist/plugins/form-filling-plugin/components/batch-generator-action.d.ts.map +1 -0
- package/dist/plugins/form-filling-plugin/components/entry-btn.d.ts +3 -0
- package/dist/plugins/form-filling-plugin/components/entry-btn.d.ts.map +1 -0
- package/dist/plugins/form-filling-plugin/components/first-batch-generating-animation.d.ts +2 -0
- package/dist/plugins/form-filling-plugin/components/first-batch-generating-animation.d.ts.map +1 -0
- package/dist/plugins/form-filling-plugin/components/generated-data-counter.d.ts +5 -0
- package/dist/plugins/form-filling-plugin/components/generated-data-counter.d.ts.map +1 -0
- package/dist/plugins/form-filling-plugin/components/mode-select.d.ts +2 -0
- package/dist/plugins/form-filling-plugin/components/mode-select.d.ts.map +1 -0
- package/dist/plugins/form-filling-plugin/components/msg-part.d.ts +3 -0
- package/dist/plugins/form-filling-plugin/components/msg-part.d.ts.map +1 -0
- package/dist/plugins/form-filling-plugin/components/non-first-batch-generating-animation.d.ts +2 -0
- package/dist/plugins/form-filling-plugin/components/non-first-batch-generating-animation.d.ts.map +1 -0
- package/dist/plugins/form-filling-plugin/components/single-fill-part.d.ts +4 -0
- package/dist/plugins/form-filling-plugin/components/single-fill-part.d.ts.map +1 -0
- package/dist/plugins/form-filling-plugin/const.d.ts +615 -0
- package/dist/plugins/form-filling-plugin/const.d.ts.map +1 -0
- package/dist/plugins/form-filling-plugin/hooks/use-conversation-id-in-ctx.d.ts +3 -0
- package/dist/plugins/form-filling-plugin/hooks/use-conversation-id-in-ctx.d.ts.map +1 -0
- package/dist/plugins/form-filling-plugin/hooks/use-fields-data.d.ts +4 -0
- package/dist/plugins/form-filling-plugin/hooks/use-fields-data.d.ts.map +1 -0
- package/dist/plugins/form-filling-plugin/index.d.ts +22 -0
- package/dist/plugins/form-filling-plugin/index.d.ts.map +1 -0
- package/dist/plugins/form-filling-plugin/types.d.ts +22 -0
- package/dist/plugins/form-filling-plugin/types.d.ts.map +1 -0
- package/dist/plugins/form-filling-plugin/utils.d.ts +6 -0
- package/dist/plugins/form-filling-plugin/utils.d.ts.map +1 -0
- package/dist/plugins/report-query-plugin/components/avatar.d.ts +5 -0
- package/dist/plugins/report-query-plugin/components/avatar.d.ts.map +1 -0
- package/dist/plugins/report-query-plugin/components/query-entry-btn.d.ts +3 -0
- package/dist/plugins/report-query-plugin/components/query-entry-btn.d.ts.map +1 -0
- package/dist/plugins/report-query-plugin/components/query-msg-part.d.ts +3 -0
- package/dist/plugins/report-query-plugin/components/query-msg-part.d.ts.map +1 -0
- package/dist/plugins/report-query-plugin/components/query-opening-lines.d.ts +2 -0
- package/dist/plugins/report-query-plugin/components/query-opening-lines.d.ts.map +1 -0
- package/dist/plugins/report-query-plugin/components/result-cards/CreatedSourceMsg.d.ts +7 -0
- package/dist/plugins/report-query-plugin/components/result-cards/CreatedSourceMsg.d.ts.map +1 -0
- package/dist/plugins/report-query-plugin/components/result-cards/DataTableCard.d.ts +5 -0
- package/dist/plugins/report-query-plugin/components/result-cards/DataTableCard.d.ts.map +1 -0
- package/dist/plugins/report-query-plugin/components/result-cards/DataTableFields.d.ts +18 -0
- package/dist/plugins/report-query-plugin/components/result-cards/DataTableFields.d.ts.map +1 -0
- package/dist/plugins/report-query-plugin/components/result-cards/FilterCondition.d.ts +4 -0
- package/dist/plugins/report-query-plugin/components/result-cards/FilterCondition.d.ts.map +1 -0
- package/dist/plugins/report-query-plugin/components/result-cards/FormulaField.d.ts +8 -0
- package/dist/plugins/report-query-plugin/components/result-cards/FormulaField.d.ts.map +1 -0
- package/dist/plugins/report-query-plugin/const.d.ts +5 -0
- package/dist/plugins/report-query-plugin/const.d.ts.map +1 -0
- package/dist/plugins/report-query-plugin/index.d.ts +19 -0
- package/dist/plugins/report-query-plugin/index.d.ts.map +1 -0
- package/dist/plugins/report-query-plugin/types.d.ts +18 -0
- package/dist/plugins/report-query-plugin/types.d.ts.map +1 -0
- package/dist/plugins/report-query-plugin/utils/build-dash-component.d.ts +17 -0
- package/dist/plugins/report-query-plugin/utils/build-dash-component.d.ts.map +1 -0
- package/dist/plugins/report-query-plugin/utils/create-default-dash-styles.d.ts +30 -0
- package/dist/plugins/report-query-plugin/utils/create-default-dash-styles.d.ts.map +1 -0
- package/dist/plugins/report-query-plugin/utils/create-default-widget-attr-list.d.ts +60 -0
- package/dist/plugins/report-query-plugin/utils/create-default-widget-attr-list.d.ts.map +1 -0
- package/dist/plugins/report-query-plugin/utils/field-enhance.d.ts +31 -0
- package/dist/plugins/report-query-plugin/utils/field-enhance.d.ts.map +1 -0
- package/dist/plugins/report-query-plugin/utils/get-field-group.d.ts +208 -0
- package/dist/plugins/report-query-plugin/utils/get-field-group.d.ts.map +1 -0
- package/dist/plugins/report-query-plugin/utils/get-field-icon.d.ts +4 -0
- package/dist/plugins/report-query-plugin/utils/get-field-icon.d.ts.map +1 -0
- package/dist/plugins/report-query-plugin/utils/get-group-rule.d.ts +4 -0
- package/dist/plugins/report-query-plugin/utils/get-group-rule.d.ts.map +1 -0
- package/dist/plugins/report-query-plugin/utils/index.d.ts +5 -0
- package/dist/plugins/report-query-plugin/utils/index.d.ts.map +1 -0
- package/dist/sdk.impl.d.ts +42 -0
- package/dist/sdk.impl.d.ts.map +1 -0
- package/dist/store/context.d.ts +12 -0
- package/dist/store/context.d.ts.map +1 -0
- package/dist/store/index.d.ts +14 -0
- package/dist/store/index.d.ts.map +1 -0
- package/dist/stories/AbsFullscreenGradientBg.stories.d.ts +17 -0
- package/dist/stories/AbsFullscreenGradientBg.stories.d.ts.map +1 -0
- package/dist/stories/AttachmentPart.stories.d.ts +23 -0
- package/dist/stories/AttachmentPart.stories.d.ts.map +1 -0
- package/dist/stories/AttachmentPartGroup.stories.d.ts +21 -0
- package/dist/stories/AttachmentPartGroup.stories.d.ts.map +1 -0
- package/dist/stories/AttachmentsPreviewer.stories.d.ts +20 -0
- package/dist/stories/AttachmentsPreviewer.stories.d.ts.map +1 -0
- package/dist/stories/BaseButton.stories.d.ts +18 -0
- package/dist/stories/BaseButton.stories.d.ts.map +1 -0
- package/dist/stories/BorderAnimation.stories.d.ts +21 -0
- package/dist/stories/BorderAnimation.stories.d.ts.map +1 -0
- package/dist/stories/BorderColorAnimation.stories.d.ts +26 -0
- package/dist/stories/BorderColorAnimation.stories.d.ts.map +1 -0
- package/dist/stories/BotAvatarAndName.stories.d.ts +18 -0
- package/dist/stories/BotAvatarAndName.stories.d.ts.map +1 -0
- package/dist/stories/BotIcon.stories.d.ts +17 -0
- package/dist/stories/BotIcon.stories.d.ts.map +1 -0
- package/dist/stories/BsTooltip.stories.d.ts +7 -0
- package/dist/stories/BsTooltip.stories.d.ts.map +1 -0
- package/dist/stories/Card.stories.d.ts +14 -0
- package/dist/stories/Card.stories.d.ts.map +1 -0
- package/dist/stories/CardField.stories.d.ts +13 -0
- package/dist/stories/CardField.stories.d.ts.map +1 -0
- package/dist/stories/ChatAreaHeader.stories.d.ts +14 -0
- package/dist/stories/ChatAreaHeader.stories.d.ts.map +1 -0
- package/dist/stories/CircleChecker.stories.d.ts +21 -0
- package/dist/stories/CircleChecker.stories.d.ts.map +1 -0
- package/dist/stories/CollapsibleTextMsg.stories.d.ts +16 -0
- package/dist/stories/CollapsibleTextMsg.stories.d.ts.map +1 -0
- package/dist/stories/ConfirmDialog.stories.d.ts +61 -0
- package/dist/stories/ConfirmDialog.stories.d.ts.map +1 -0
- package/dist/stories/DashWidgetIcon.stories.d.ts +13 -0
- package/dist/stories/DashWidgetIcon.stories.d.ts.map +1 -0
- package/dist/stories/FormInfoEditor.stories.d.ts +15 -0
- package/dist/stories/FormInfoEditor.stories.d.ts.map +1 -0
- package/dist/stories/FormulaField.stories.d.ts +24 -0
- package/dist/stories/FormulaField.stories.d.ts.map +1 -0
- package/dist/stories/FormulaTag.stories.d.ts +37 -0
- package/dist/stories/FormulaTag.stories.d.ts.map +1 -0
- package/dist/stories/GenerateAnimation.stories.d.ts +17 -0
- package/dist/stories/GenerateAnimation.stories.d.ts.map +1 -0
- package/dist/stories/IconBtn.stories.d.ts +15 -0
- package/dist/stories/IconBtn.stories.d.ts.map +1 -0
- package/dist/stories/IconLib.d.ts +12 -0
- package/dist/stories/IconLib.d.ts.map +1 -0
- package/dist/stories/Icons.stories.d.ts +24 -0
- package/dist/stories/Icons.stories.d.ts.map +1 -0
- package/dist/stories/ImgMsgPart.stories.d.ts +20 -0
- package/dist/stories/ImgMsgPart.stories.d.ts.map +1 -0
- package/dist/stories/LineChecker.stories.d.ts +23 -0
- package/dist/stories/LineChecker.stories.d.ts.map +1 -0
- package/dist/stories/LinearGradientBorderBtn.stories.d.ts +22 -0
- package/dist/stories/LinearGradientBorderBtn.stories.d.ts.map +1 -0
- package/dist/stories/LinearGradientColorBgAnimation.stories.d.ts +23 -0
- package/dist/stories/LinearGradientColorBgAnimation.stories.d.ts.map +1 -0
- package/dist/stories/NumbersMsgPart.stories.d.ts +19 -0
- package/dist/stories/NumbersMsgPart.stories.d.ts.map +1 -0
- package/dist/stories/OptionItem.stories.d.ts +20 -0
- package/dist/stories/OptionItem.stories.d.ts.map +1 -0
- package/dist/stories/PreviewerHeader.stories.d.ts +12 -0
- package/dist/stories/PreviewerHeader.stories.d.ts.map +1 -0
- package/dist/stories/PrimaryConfirmBtn.stories.d.ts +19 -0
- package/dist/stories/PrimaryConfirmBtn.stories.d.ts.map +1 -0
- package/dist/stories/PrimaryEntryBtn.stories.d.ts +26 -0
- package/dist/stories/PrimaryEntryBtn.stories.d.ts.map +1 -0
- package/dist/stories/ScrollToBottom.stories.d.ts +15 -0
- package/dist/stories/ScrollToBottom.stories.d.ts.map +1 -0
- package/dist/stories/SplitLine.stories.d.ts +9 -0
- package/dist/stories/SplitLine.stories.d.ts.map +1 -0
- package/dist/stories/SquareChecker.stories.d.ts +26 -0
- package/dist/stories/SquareChecker.stories.d.ts.map +1 -0
- package/dist/stories/TabRadioGroup.stories.d.ts +18 -0
- package/dist/stories/TabRadioGroup.stories.d.ts.map +1 -0
- package/dist/stories/UserTextMsgBubble.stories.d.ts +14 -0
- package/dist/stories/UserTextMsgBubble.stories.d.ts.map +1 -0
- package/dist/stories/WarningMessage.stories.d.ts +16 -0
- package/dist/stories/WarningMessage.stories.d.ts.map +1 -0
- package/dist/stories/fields-design-info-table.stories.d.ts +14 -0
- package/dist/stories/fields-design-info-table.stories.d.ts.map +1 -0
- package/dist/stories/fields-generating.stories.d.ts +20 -0
- package/dist/stories/fields-generating.stories.d.ts.map +1 -0
- package/dist/stories/fields-previewer.stories.d.ts +19 -0
- package/dist/stories/fields-previewer.stories.d.ts.map +1 -0
- package/package.json +4 -4
- package/src/chat.tsx +63 -2
- package/src/components/biz-comp/FakeBotMsg.tsx +4 -1
- package/src/components/biz-comp/chat-client.tsx +2 -2
- package/src/components/biz-comp/markdown-part.tsx +17 -4
- package/src/components/biz-comp/multi-modal-input/index.tsx +28 -9
- package/src/components/biz-comp/preview-message-wrapper.tsx +3 -1
- package/src/components/biz-comp/preview-message.tsx +40 -3
- package/src/components/bs-ui/attachment-part-group.tsx +5 -2
- package/src/components/bs-ui/attachment-part.tsx +14 -9
- package/src/components/bs-ui/attachments-previewer.tsx +2 -2
- package/src/components/bs-ui/base-button.tsx +14 -4
- package/src/components/bs-ui/border-animation.tsx +107 -0
- package/src/components/bs-ui/bs-icons.tsx +6 -0
- package/src/components/bs-ui/confirm-dialog.tsx +17 -11
- package/src/components/bs-ui/fields-previewer.tsx +16 -8
- package/src/components/bs-ui/img-part.tsx +4 -2
- package/src/components/bs-ui/previewer-header.tsx +26 -7
- package/src/components/bs-ui/primary-entry-btn.tsx +2 -1
- package/src/index.tsx +0 -1
- package/src/lib/utils.ts +94 -2
- package/src/plugins/form-builder-plugin/components/create-form-confirm.tsx +0 -2
- package/src/plugins/form-builder-plugin/components/design-doc-part.tsx +19 -0
- package/src/plugins/form-builder-plugin/components/fields-part.tsx +78 -0
- package/src/plugins/form-builder-plugin/components/msg-part.tsx +20 -165
- package/src/plugins/form-builder-plugin/components/suggestion-part.tsx +62 -0
- package/src/plugins/form-builder-plugin/hooks/index.tsx +50 -0
- package/src/plugins/form-builder-plugin/index.ts +39 -30
- package/src/plugins/form-builder-plugin/types.ts +19 -2
- package/src/plugins/form-builder-plugin/utils/get-render-strategy.ts +27 -0
- package/src/plugins/form-builder-plugin/utils/index.ts +44 -37
- package/src/plugins/form-filling-plugin/components/FormFillingOpeningLines.tsx +4 -0
- package/src/plugins/form-filling-plugin/components/batch-fill-part.tsx +17 -0
- package/src/plugins/form-filling-plugin/components/batch-generator-action.tsx +6 -1
- package/src/plugins/form-filling-plugin/components/entry-btn.tsx +1 -1
- package/src/plugins/form-filling-plugin/components/first-batch-generating-animation.tsx +6 -16
- package/src/plugins/form-filling-plugin/components/msg-part.tsx +39 -122
- package/src/plugins/form-filling-plugin/components/non-first-batch-generating-animation.tsx +9 -19
- package/src/plugins/form-filling-plugin/components/single-fill-part.tsx +42 -0
- package/src/plugins/form-filling-plugin/hooks/use-conversation-id-in-ctx.ts +13 -0
- package/src/plugins/form-filling-plugin/hooks/use-fields-data.ts +110 -0
- package/src/plugins/form-filling-plugin/index.ts +49 -43
- package/src/plugins/form-filling-plugin/types.ts +19 -1
- package/src/plugins/report-query-plugin/components/query-msg-part.tsx +13 -4
- package/src/plugins/report-query-plugin/index.ts +20 -11
- package/src/sdk.impl.tsx +54 -7
- package/src/store/index.ts +8 -1
- package/src/stories/BorderAnimation.stories.tsx +116 -0
- package/src/stories/PreviewerHeader.stories.tsx +24 -0
- package/src/style.css +25 -0
- package/src/plugins/form-builder-plugin/hooks/index.ts +0 -0
- package/src/plugins/general-model-form-builder-plugin/components/confirmer.tsx +0 -90
- package/src/plugins/general-model-form-builder-plugin/components/ghost-evt-dispatcher.tsx +0 -69
- package/src/plugins/general-model-form-builder-plugin/components/msg-part.tsx +0 -147
- package/src/plugins/general-model-form-builder-plugin/components/new-confirmer.tsx +0 -191
- package/src/plugins/general-model-form-builder-plugin/const.ts +0 -3
- package/src/plugins/general-model-form-builder-plugin/index.ts +0 -20
- package/src/plugins/general-model-form-builder-plugin/types.ts +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"design-doc-part.d.ts","sourceRoot":"","sources":["../../../../src/plugins/form-builder-plugin/components/design-doc-part.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAI3C,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,GAAG,eAAe,CAatE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"design-info.d.ts","sourceRoot":"","sources":["../../../../src/plugins/form-builder-plugin/components/design-info.tsx"],"names":[],"mappings":"AASA,eAAO,MAAM,UAAU,GAAI,mCAIxB;IACD,cAAc,EAAE,MAAM,CAAC;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,mDA6BA,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entry-btn.d.ts","sourceRoot":"","sources":["../../../../src/plugins/form-builder-plugin/components/entry-btn.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAGpD,eAAO,MAAM,WAAW,GAAI,+DAOzB,gBAAgB,4CAqClB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fields-part.d.ts","sourceRoot":"","sources":["../../../../src/plugins/form-builder-plugin/components/fields-part.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAgB,MAAM,kBAAkB,CAAC;AAElE,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAc3C,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,GAAG,eAAe,CA4DnE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"follow-up.d.ts","sourceRoot":"","sources":["../../../../src/plugins/form-builder-plugin/components/follow-up.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAOvD,eAAO,MAAM,QAAQ,GAAI,OAAO,mBAAmB,4CAoBlD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"msg-part.d.ts","sourceRoot":"","sources":["../../../../src/plugins/form-builder-plugin/components/msg-part.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAkBpD,eAAO,MAAM,cAAc,GAAI,OAAO,gBAAgB,4CAYrD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"opening-lines.d.ts","sourceRoot":"","sources":["../../../../src/plugins/form-builder-plugin/components/opening-lines.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAMrD,eAAO,MAAM,uBAAuB,GAAI,8BAA8B,iBAAiB,4CA2BtF,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { MsgPartCompProps } from '@baishuyun/types';
|
|
2
|
+
import { IExtraPartProps } from '../types';
|
|
3
|
+
export declare const SuggestionPrefixPart: React.FC<MsgPartCompProps & IExtraPartProps>;
|
|
4
|
+
export declare const SuggestionPart: React.FC<MsgPartCompProps & IExtraPartProps>;
|
|
5
|
+
//# sourceMappingURL=suggestion-part.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"suggestion-part.d.ts","sourceRoot":"","sources":["../../../../src/plugins/form-builder-plugin/components/suggestion-part.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAgB,MAAM,kBAAkB,CAAC;AAClE,OAAO,EAAE,eAAe,EAA2B,MAAM,UAAU,CAAC;AAYpE,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,GAAG,eAAe,CAW7E,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,GAAG,eAAe,CAmCvE,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const MCP_PLUGIN_NAME = "McpFormBuilderPlugin";
|
|
2
|
+
export declare const DEFAULT_DATA_LOAD_CONF: {
|
|
3
|
+
mode: string;
|
|
4
|
+
extendSet: {
|
|
5
|
+
sort: string[];
|
|
6
|
+
status: boolean;
|
|
7
|
+
triggerField: string;
|
|
8
|
+
triggerFieldMode: string;
|
|
9
|
+
};
|
|
10
|
+
dataloadmode: string[];
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/plugins/form-builder-plugin/const/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,yBAAyB,CAAC;AAEtD,eAAO,MAAM,sBAAsB;;;;;;;;;CAUlC,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { TextUIPart } from 'ai';
|
|
2
|
+
import { FieldValueCheckerProps } from '../../../components/biz-comp/FieldValueChecker';
|
|
3
|
+
export declare const useBuildFieldsData: (part: TextUIPart, fieldsConfirmed: boolean) => Array<FieldValueCheckerProps>;
|
|
4
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/plugins/form-builder-plugin/hooks/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,IAAI,CAAC;AAMhC,OAAO,EAAE,sBAAsB,EAAE,MAAM,yCAAyC,CAAC;AAGjF,eAAO,MAAM,kBAAkB,GAAI,MAAM,UAAU,EAAE,iBAAiB,OAAO,KAuCrD,KAAK,CAAC,sBAAsB,CACnD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-fields-confirmed.d.ts","sourceRoot":"","sources":["../../../../src/plugins/form-builder-plugin/hooks/use-fields-confirmed.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB,eAO9B,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { IChatSDK, PluginCustomComponent, PluginHooks, PluginRegistryEntry, RealFormInfo } from '@baishuyun/types';
|
|
2
|
+
import { McpFormBuilderPluginCtx, Field, FormInfo } from './types';
|
|
3
|
+
import { FormBuilderBasePlugin } from '../form-builder-base-plugin';
|
|
4
|
+
import { DesignInfo } from './utils';
|
|
5
|
+
export declare class FormBuilderPlugin extends FormBuilderBasePlugin<McpFormBuilderPluginCtx> {
|
|
6
|
+
pluginName: string;
|
|
7
|
+
init?: ((sdk: IChatSDK) => void) | undefined;
|
|
8
|
+
private _chatInstance;
|
|
9
|
+
private currentWorkingFormName;
|
|
10
|
+
customComponents?: Partial<PluginCustomComponent> | undefined;
|
|
11
|
+
private clearCurrentWorkingForm;
|
|
12
|
+
lifecycleHooks?: Partial<PluginHooks> | undefined;
|
|
13
|
+
constructor(ctx: McpFormBuilderPluginCtx);
|
|
14
|
+
dispose: () => void;
|
|
15
|
+
onAfterFieldCreate(field: Field): void;
|
|
16
|
+
private clearHistoryConversation;
|
|
17
|
+
private enhanceField;
|
|
18
|
+
onBeforeFieldCreate(field: Field): any;
|
|
19
|
+
skipDesignToBuildFields: (formInfo: RealFormInfo) => void;
|
|
20
|
+
onBeforeFormCreate: (designInfo: DesignInfo) => void;
|
|
21
|
+
onFormCreate: (formInfo: RealFormInfo) => void;
|
|
22
|
+
getPickedIconValue: () => number | undefined;
|
|
23
|
+
resetPickedIconValue: () => void;
|
|
24
|
+
onAfterFieldsSave: (onFormProcessed: (processedForm: FormInfo) => void) => void;
|
|
25
|
+
getCurrentWorkingForm(): FormInfo | undefined;
|
|
26
|
+
private addEventListeners;
|
|
27
|
+
private removeEventListeners;
|
|
28
|
+
}
|
|
29
|
+
export declare const FormBuilderPluginRegisterEntry: PluginRegistryEntry<McpFormBuilderPluginCtx>;
|
|
30
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/plugins/form-builder-plugin/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,QAAQ,EAER,qBAAqB,EACrB,WAAW,EACX,mBAAmB,EACnB,YAAY,EAEb,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,EAAE,uBAAuB,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAExE,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AAEpE,OAAO,EAEL,KAAK,UAAU,EAOhB,MAAM,SAAS,CAAC;AAQjB,qBAAa,iBAAkB,SAAQ,qBAAqB,CAAC,uBAAuB,CAAC;IAC5E,UAAU,EAAE,MAAM,CAAmB;IAErC,IAAI,CAAC,EAAE,CAAC,CAAC,GAAG,EAAE,QAAQ,KAAK,IAAI,CAAC,GAAG,SAAS,CAEjD;IAEF,OAAO,CAAC,aAAa,CAAyB;IAE9C,OAAO,CAAC,sBAAsB,CAAc;IAErC,gBAAgB,CAAC,EAAE,OAAO,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAIlE;IAEF,OAAO,CAAC,uBAAuB,CAe7B;IAEK,cAAc,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,GAAG,SAAS,CA+CtD;gBAEiB,GAAG,EAAE,uBAAuB;IAMxC,OAAO,aAEZ;IAEK,kBAAkB,CAAC,KAAK,EAAE,KAAK;IA6BtC,OAAO,CAAC,wBAAwB,CAgB9B;IAEF,OAAO,CAAC,YAAY;IAuBb,mBAAmB,CAAC,KAAK,EAAE,KAAK;IAiBhC,uBAAuB,GAAI,UAAU,YAAY,UAOtD;IAGK,kBAAkB,GAAI,YAAY,UAAU,UAiBjD;IAGK,YAAY,GAAI,UAAU,YAAY,UAgB3C;IAEK,kBAAkB,2BAEvB;IAEK,oBAAoB,aAEzB;IAEK,iBAAiB,GAAI,iBAAiB,CAAC,aAAa,EAAE,QAAQ,KAAK,IAAI,UAoD5E;IAEK,qBAAqB;IAI5B,OAAO,CAAC,iBAAiB;IAEzB,OAAO,CAAC,oBAAoB;CAC7B;AAED,eAAO,MAAM,8BAA8B,EAAE,mBAAmB,CAAC,uBAAuB,CASvF,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { FieldsTools } from '@baishuyun/agents';
|
|
2
|
+
import { FormBuilderWorkStage, MsgPartCompProps, ValueOf } from '@baishuyun/types';
|
|
3
|
+
import { TextUIPart, ToolUIPart } from 'ai';
|
|
4
|
+
import { DesignInfo } from './utils';
|
|
5
|
+
export type Field = ValueOf<Pick<ToolUIPart<FieldsTools>, 'output'>>;
|
|
6
|
+
export interface FormInfo {
|
|
7
|
+
appId?: string;
|
|
8
|
+
formId?: string;
|
|
9
|
+
iconValue?: number;
|
|
10
|
+
formName?: string;
|
|
11
|
+
fields: Field[];
|
|
12
|
+
fieldMap: Map<string, Field>;
|
|
13
|
+
designInfo: DesignInfo;
|
|
14
|
+
}
|
|
15
|
+
export interface McpFormBuilderPluginCtx {
|
|
16
|
+
formMap: Map<string, FormInfo>;
|
|
17
|
+
workStage: FormBuilderWorkStage;
|
|
18
|
+
pickedIconValue?: number;
|
|
19
|
+
}
|
|
20
|
+
export type FormBuildPartRenderStrategy = 'fields' | 'followup' | 'followup_prefix' | 'design_doc' | 'markdown' | 'unknown';
|
|
21
|
+
export interface IExtraPartProps {
|
|
22
|
+
confirmed?: boolean;
|
|
23
|
+
part: TextUIPart;
|
|
24
|
+
}
|
|
25
|
+
export type FormBuildPartRenderStrategyMap = {
|
|
26
|
+
[key in FormBuildPartRenderStrategy]: React.FC<MsgPartCompProps & IExtraPartProps>;
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/plugins/form-builder-plugin/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AACnF,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,IAAI,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAErC,MAAM,MAAM,KAAK,GAAG,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,WAAW,CAAC,EAAE,QAAQ,CAAC,CAAC,CAAC;AAErE,MAAM,WAAW,QAAQ;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,KAAK,EAAE,CAAC;IAEhB,QAAQ,EAAE,GAAG,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;IAE7B,UAAU,EAAE,UAAU,CAAC;CACxB;AAED,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAE/B,SAAS,EAAE,oBAAoB,CAAC;IAEhC,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,MAAM,2BAA2B,GACnC,QAAQ,GACR,UAAU,GACV,iBAAiB,GACjB,YAAY,GACZ,UAAU,GACV,SAAS,CAAC;AAEd,MAAM,WAAW,eAAe;IAC9B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,EAAE,UAAU,CAAC;CAClB;AAED,MAAM,MAAM,8BAA8B,GAAG;KAC1C,GAAG,IAAI,2BAA2B,GAAG,KAAK,CAAC,EAAE,CAAC,gBAAgB,GAAG,eAAe,CAAC;CACnF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-render-strategy.d.ts","sourceRoot":"","sources":["../../../../src/plugins/form-builder-plugin/utils/get-render-strategy.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,IAAI,CAAC;AAEhC,eAAO,MAAM,iBAAiB,GAAI,MAAM,UAAU,0EAuBjD,CAAC"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { Field, FormInfo } from '../types';
|
|
2
|
+
import { FieldType, IFieldDesignInfo } from '@baishuyun/types';
|
|
3
|
+
export interface FormField {
|
|
4
|
+
fieldName: string;
|
|
5
|
+
type: string;
|
|
6
|
+
required: boolean;
|
|
7
|
+
description: string;
|
|
8
|
+
relationDesc?: string;
|
|
9
|
+
}
|
|
10
|
+
export interface LinkInfo {
|
|
11
|
+
fieldName: string;
|
|
12
|
+
field?: Field;
|
|
13
|
+
targetFormName: string;
|
|
14
|
+
}
|
|
15
|
+
export interface DesignInfo {
|
|
16
|
+
formName: string;
|
|
17
|
+
linkInfoMap: Map<string, LinkInfo>;
|
|
18
|
+
}
|
|
19
|
+
export declare const parseDesc: (desc: string) => {
|
|
20
|
+
isSubForm: boolean;
|
|
21
|
+
formName: string;
|
|
22
|
+
};
|
|
23
|
+
export declare function parseRawFormText(rawText: string): IFieldDesignInfo[];
|
|
24
|
+
export declare const ensureCleanFormName: (name: string) => string;
|
|
25
|
+
/**
|
|
26
|
+
* 解析 mcp 返回的表单设计文档,提取关联信息
|
|
27
|
+
* @param designDoc
|
|
28
|
+
* @returns
|
|
29
|
+
*/
|
|
30
|
+
export declare const parseFormDesignInfo: (designDoc: string) => DesignInfo;
|
|
31
|
+
export declare const isFieldTypeEqual: (field: Field, type: FieldType) => boolean;
|
|
32
|
+
export declare const hasSubFields: (field: Field) => boolean;
|
|
33
|
+
export declare const isLinkField: (field: Field) => boolean;
|
|
34
|
+
export declare const isSubFormField: (field: Field) => boolean;
|
|
35
|
+
export declare const isSNField: (field: Field) => boolean;
|
|
36
|
+
export declare const isTextField: (field: Field) => boolean;
|
|
37
|
+
export declare const hasLinkInfo: (designInfo: DesignInfo) => boolean;
|
|
38
|
+
export type FieldProcessor = (formInfo: FormInfo, field: Field, linkInfo: LinkInfo) => Field;
|
|
39
|
+
export interface FormFieldsWalkerConfig {
|
|
40
|
+
isTargetForm: (formName: string, info: FormInfo) => boolean;
|
|
41
|
+
isTargetField: (fieldName: string, linkInfo: LinkInfo) => boolean;
|
|
42
|
+
fieldProcessor: FieldProcessor;
|
|
43
|
+
onFormProcessed: (formInfo: FormInfo) => void;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* 表单字段遍历器,目标为 infoMap
|
|
47
|
+
*/
|
|
48
|
+
export declare const formFieldsWalker: (infoMap: Map<string, FormInfo>, options: FormFieldsWalkerConfig) => void;
|
|
49
|
+
export declare const buildWidgetName: (prefix?: string, index?: number) => string;
|
|
50
|
+
export declare const enhanceDataLoadField: (field: Field, linkInfo: LinkInfo, formMap: Map<string, FormInfo>, onEnhanced: (processed?: Field) => void) => any;
|
|
51
|
+
export declare const enhanceLinkField: (field: Field, linkInfo: LinkInfo, formMap: Map<string, FormInfo>, onEnhanced: (processed?: Field) => void) => Field;
|
|
52
|
+
export type PartialRecord<K extends keyof any, T> = Partial<Record<K, T>>;
|
|
53
|
+
/**
|
|
54
|
+
* 表单字段处理器工厂
|
|
55
|
+
*/
|
|
56
|
+
export declare const fieldProcessorFactory: PartialRecord<FieldType, (ctxInfo: Map<string, FormInfo>) => FieldProcessor>;
|
|
57
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/plugins/form-builder-plugin/utils/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAG/D,MAAM,WAAW,SAAS;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAGD,MAAM,WAAW,QAAQ;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,KAAK,CAAC;IAEd,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,UAAU;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,GAAG,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;CACpC;AAsBD,eAAO,MAAM,SAAS,GAAI,MAAM,MAAM;;;CAarC,CAAC;AAEF,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,MAAM,GAAG,gBAAgB,EAAE,CA4DpE;AAgCD,eAAO,MAAM,mBAAmB,GAAI,MAAM,MAAM,WAE/C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,GAAI,WAAW,MAAM,KAAG,UAKvD,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,OAAO,KAAK,EAAE,MAAM,SAAS,YAM7D,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,OAAO,KAAK,YAMxC,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,OAAO,KAAK,YAEvC,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,OAAO,KAAK,YAM1C,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,OAAO,KAAK,YAMrC,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,OAAO,KAAK,YAMvC,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,YAAY,UAAU,YAMjD,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,CAAC,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,KAAK,KAAK,CAAC;AAE7F,MAAM,WAAW,sBAAsB;IACrC,YAAY,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,KAAK,OAAO,CAAC;IAC5D,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,KAAK,OAAO,CAAC;IAClE,cAAc,EAAE,cAAc,CAAC;IAC/B,eAAe,EAAE,CAAC,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;CAC/C;AAED;;GAEG;AACH,eAAO,MAAM,gBAAgB,GAE3B,SAAS,GAAG,CAAC,MAAM,EAAE,QAAQ,CAAC,EAC9B,SAAS,sBAAsB,SAsChC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,MAclE,CAAC;AAGF,eAAO,MAAM,oBAAoB,GAC/B,OAAO,KAAK,EACZ,UAAU,QAAQ,EAClB,SAAS,GAAG,CAAC,MAAM,EAAE,QAAQ,CAAC,EAC9B,YAAY,CAAC,SAAS,CAAC,EAAE,KAAK,KAAK,IAAI,QA+DxC,CAAC;AAGF,eAAO,MAAM,gBAAgB,GAC3B,OAAO,KAAK,EACZ,UAAU,QAAQ,EAClB,SAAS,GAAG,CAAC,MAAM,EAAE,QAAQ,CAAC,EAC9B,YAAY,CAAC,SAAS,CAAC,EAAE,KAAK,KAAK,IAAI,KACtC,KAmFF,CAAC;AAEF,MAAM,MAAM,aAAa,CAAC,CAAC,SAAS,MAAM,GAAG,EAAE,CAAC,IAAI,OAAO,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;AAE1E;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,aAAa,CAC/C,SAAS,EACT,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,QAAQ,CAAC,KAAK,cAAc,CAoBnD,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { IEvtBus } from '@baishuyun/types';
|
|
2
|
+
/**
|
|
3
|
+
* Manages batch filling data for form filling plugin.
|
|
4
|
+
* Tracks checked message IDs so external users can get checked messages.
|
|
5
|
+
*/
|
|
6
|
+
export declare class BatchFillingDataManager {
|
|
7
|
+
private evtBus;
|
|
8
|
+
/** Set of all message IDs that have been filled */
|
|
9
|
+
private allMessageIds;
|
|
10
|
+
/** Set of unchecked messageIds */
|
|
11
|
+
private uncheckedMessageIds;
|
|
12
|
+
constructor(evtBus: IEvtBus);
|
|
13
|
+
private handleFieldFillingUpdate;
|
|
14
|
+
private handleFieldsCheckedUpdate;
|
|
15
|
+
private handleFieldsDataConfirmed;
|
|
16
|
+
/**
|
|
17
|
+
* Get all checked message IDs
|
|
18
|
+
*/
|
|
19
|
+
getCheckedMessageIds(): Set<string>;
|
|
20
|
+
/**
|
|
21
|
+
* Clear all tracked data
|
|
22
|
+
*/
|
|
23
|
+
clear(): void;
|
|
24
|
+
dispose(): void;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=batch-filling-data-manager.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"batch-filling-data-manager.d.ts","sourceRoot":"","sources":["../../../src/plugins/form-filling-plugin/batch-filling-data-manager.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAO9E;;;GAGG;AACH,qBAAa,uBAAuB;IAClC,OAAO,CAAC,MAAM,CAAU;IAExB,mDAAmD;IACnD,OAAO,CAAC,aAAa,CAA0B;IAE/C,kCAAkC;IAClC,OAAO,CAAC,mBAAmB,CAA0B;gBAElC,MAAM,EAAE,OAAO;IAiBlC,OAAO,CAAC,wBAAwB,CAW9B;IAEF,OAAO,CAAC,yBAAyB,CAe/B;IAEF,OAAO,CAAC,yBAAyB,CAK/B;IAEF;;OAEG;IACI,oBAAoB,IAAI,GAAG,CAAC,MAAM,CAAC;IAU1C;;OAEG;IACI,KAAK,IAAI,IAAI;IAKb,OAAO,IAAI,IAAI;CAgBvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormFillingOpeningLines.d.ts","sourceRoot":"","sources":["../../../../src/plugins/form-filling-plugin/components/FormFillingOpeningLines.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAKrD,eAAO,MAAM,uBAAuB,GAAI,iBAAiB,iBAAiB,4CAsCzE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../../../src/plugins/form-filling-plugin/components/avatar.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,aAAa,GAAI,cAE3B;IACD,OAAO,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;IAC/B,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,4CAOA,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"batch-fill-part.d.ts","sourceRoot":"","sources":["../../../../src/plugins/form-filling-plugin/components/batch-fill-part.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAGvC,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,GAAG,WAAW,CAYlE,CAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { TextUIPart } from 'ai';
|
|
2
|
+
import { ChatMessage, UseChatHelpers } from '@baishuyun/types';
|
|
3
|
+
import { Field } from '../../form-builder-base-plugin/types';
|
|
4
|
+
interface BatchGeneratorActionProps {
|
|
5
|
+
sendMessage: UseChatHelpers<ChatMessage>['sendMessage'];
|
|
6
|
+
setMessages: UseChatHelpers<ChatMessage>['setMessages'];
|
|
7
|
+
status: UseChatHelpers<ChatMessage>['status'];
|
|
8
|
+
id: string;
|
|
9
|
+
parts?: Array<TextUIPart>;
|
|
10
|
+
fields?: Array<Field>;
|
|
11
|
+
}
|
|
12
|
+
export declare const BatchGeneratorAction: import('react').MemoExoticComponent<({ parts, ...rest }: BatchGeneratorActionProps) => import("react/jsx-runtime").JSX.Element | null>;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=batch-generator-action.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"batch-generator-action.d.ts","sourceRoot":"","sources":["../../../../src/plugins/form-filling-plugin/components/batch-generator-action.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,IAAI,CAAC;AAQhC,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC/D,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,0CAA0C,CAAC;AAuEtE,UAAU,yBAAyB;IACjC,WAAW,EAAE,cAAc,CAAC,WAAW,CAAC,CAAC,aAAa,CAAC,CAAC;IACxD,WAAW,EAAE,cAAc,CAAC,WAAW,CAAC,CAAC,aAAa,CAAC,CAAC;IACxD,MAAM,EAAE,cAAc,CAAC,WAAW,CAAC,CAAC,QAAQ,CAAC,CAAC;IAC9C,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;IAC1B,MAAM,CAAC,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC;CACvB;AAuID,eAAO,MAAM,oBAAoB,2DAtBO,yBAAyB,oDAqC/D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entry-btn.d.ts","sourceRoot":"","sources":["../../../../src/plugins/form-filling-plugin/components/entry-btn.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAmB,MAAM,kBAAkB,CAAC;AAMrE,eAAO,MAAM,WAAW,GAAI,6BAA6B,gBAAgB,4CAsCxE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"first-batch-generating-animation.d.ts","sourceRoot":"","sources":["../../../../src/plugins/form-filling-plugin/components/first-batch-generating-animation.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,6BAA6B,oFAMxC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generated-data-counter.d.ts","sourceRoot":"","sources":["../../../../src/plugins/form-filling-plugin/components/generated-data-counter.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,GAAI,+BAGlC;IACD,KAAK,EAAE,MAAM,CAAC;IACd,iBAAiB,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;CAC/C,4CAQA,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mode-select.d.ts","sourceRoot":"","sources":["../../../../src/plugins/form-filling-plugin/components/mode-select.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,UAAU,sDA+BtB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"msg-part.d.ts","sourceRoot":"","sources":["../../../../src/plugins/form-filling-plugin/components/msg-part.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAkCpD,eAAO,MAAM,eAAe,GAAI,OAAO,gBAAgB,4CAqBtD,CAAC"}
|
package/dist/plugins/form-filling-plugin/components/non-first-batch-generating-animation.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"non-first-batch-generating-animation.d.ts","sourceRoot":"","sources":["../../../../src/plugins/form-filling-plugin/components/non-first-batch-generating-animation.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,gCAAgC,oFAW3C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"single-fill-part.d.ts","sourceRoot":"","sources":["../../../../src/plugins/form-filling-plugin/components/single-fill-part.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAMvC,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,GAAG,WAAW,CAkCnE,CAAA"}
|