@baishuyun/chat-sdk 0.0.18 → 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 +175 -178
- package/CHANGELOG.md +19 -0
- package/dist/chat-sdk.js +11115 -11003
- package/dist/chat-sdk.js.map +1 -1
- package/dist/chat-sdk.umd.cjs +129 -127
- 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.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 +59 -1
- package/src/components/biz-comp/FakeBotMsg.tsx +4 -1
- package/src/components/biz-comp/chat-client.tsx +1 -1
- package/src/components/biz-comp/markdown-part.tsx +17 -4
- package/src/components/biz-comp/multi-modal-input/index.tsx +6 -4
- package/src/components/biz-comp/preview-message-wrapper.tsx +3 -1
- package/src/components/biz-comp/preview-message.tsx +15 -0
- package/src/lib/utils.ts +34 -0
- package/src/plugins/report-query-plugin/index.ts +1 -1
- package/src/sdk.impl.tsx +54 -7
- package/src/store/index.ts +8 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,178 +1,175 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
[
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
[
|
|
14
|
-
[
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
[
|
|
18
|
-
[
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
[
|
|
22
|
-
[
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
[
|
|
26
|
-
[
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
[
|
|
30
|
-
[
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
[
|
|
34
|
-
[
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
[
|
|
38
|
-
[
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
[
|
|
42
|
-
[
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
[
|
|
46
|
-
[
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
[
|
|
50
|
-
[
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
[
|
|
54
|
-
[
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
[
|
|
58
|
-
[
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
[
|
|
62
|
-
[
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
[
|
|
66
|
-
[
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
[
|
|
70
|
-
[
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
[
|
|
74
|
-
[
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
[
|
|
78
|
-
[
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
[
|
|
86
|
-
|
|
87
|
-
[96msrc/
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
[96msrc/
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
[96msrc/
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
[96msrc/
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
[96msrc/
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
[96msrc/
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
[96msrc/
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
[
|
|
172
|
-
[
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
[7m [0m [96m ~~~~~[0m
|
|
177
|
-
The expected type comes from property 'parts' which is declared here on type 'IntrinsicAttributes & AttachmentPartGroupProps'
|
|
178
|
-
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> @baishuyun/chat-sdk@0.0.18 build /Users/bbbottle/Code/bs-chat-sdk/packages/chat-sdk
|
|
4
|
+
> vite build
|
|
5
|
+
|
|
6
|
+
[36mvite v5.4.21 [32mbuilding for production...[36m[39m
|
|
7
|
+
[2K[1Gtransforming (1) [2msrc/index.tsx[22m[2K[1Gtransforming (20) [2msrc/plugins/report-query-plugin/utils/index.tsx[22m[2K[1Gtransforming (26) [2msrc/lib/readonly.ts[22m[2K[1Gtransforming (54) [2msrc/plugins/form-builder-base-plugin/index.ts[22m[2K[1Gtransforming (84) [2msrc/components/bs-ui/chat-area-header.tsx[22m[2K[1G[2K[1G[2K[1G[2K[1G[2K[1G[2K[1G[2K[1G[2K[1G[2K[1Gtransforming (168) [2msrc/plugins/form-filling-plugin/components/batch-generator-action.t[2K[1G[2K[1G[2K[1G[2K[1G[2K[1G[2K[1G[2K[1G[2K[1G[2K[1G[2K[1G[2K[1G[2K[1G[2K[1G[2K[1G[2K[1Gtransforming (264) [2m../../node_modules/.pnpm/@opentelemetry+api@1.9.0/node_modules/@ope[2K[1G[2K[1G[2K[1G[2K[1G[2K[1G[2K[1G[2K[1G[2K[1G[2K[1Gtransforming (1277) [2m../../node_modules/.pnpm/lucide-react@0.554.0_react@18.3.1/node_mo[2K[1G[2K[1G[2K[1Gtransforming (2026) [2m../../node_modules/.pnpm/react-markdown@10.1.0_@types+react@18.2.3[2K[1G[2K[1G[2K[1G[2K[1G[2K[1Gtransforming (2053) [2msrc/components/bs-ui/attachments-previewer.tsx[22m[2K[1G[2K[1G[2K[1G[2K[1Gtransforming (2231) [2m../../node_modules/.pnpm/micromark-factory-space@2.0.1/node_module[2K[1G[2K[1G[32m✓[39m 2262 modules transformed.
|
|
8
|
+
[2K[1Grendering chunks (1)...[2K[1G[32m
|
|
9
|
+
[36m[vite:dts][32m Start generate declaration files...[39m
|
|
10
|
+
[96msrc/components/biz-comp/dock-btn.tsx[0m:[93m5[0m:[93m11[0m - [91merror[0m[90m TS6133: [0m'status' is declared but its value is never read.
|
|
11
|
+
|
|
12
|
+
[7m5[0m const { status, setStatus, isFloat } = useChatStatus();
|
|
13
|
+
[7m [0m [91m ~~~~~~[0m
|
|
14
|
+
[96msrc/components/biz-comp/preview-message-wrapper.tsx[0m:[93m4[0m:[93m1[0m - [91merror[0m[90m TS6133: [0m'useState' is declared but its value is never read.
|
|
15
|
+
|
|
16
|
+
[7m4[0m import { useState } from 'react';
|
|
17
|
+
[7m [0m [91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
18
|
+
[96msrc/components/bs-ui/confirm-dialog.tsx[0m:[93m44[0m:[93m3[0m - [91merror[0m[90m TS6133: [0m'onLinkClick' is declared but its value is never read.
|
|
19
|
+
|
|
20
|
+
[7m44[0m onLinkClick,
|
|
21
|
+
[7m [0m [91m ~~~~~~~~~~~[0m
|
|
22
|
+
[96msrc/plugins/form-builder-plugin/components/create-form-confirm.tsx[0m:[93m17[0m:[93m10[0m - [91merror[0m[90m TS6133: [0m'FormInfo' is declared but its value is never read.
|
|
23
|
+
|
|
24
|
+
[7m17[0m import { FormInfo, McpFormBuilderPluginCtx } from '../types';
|
|
25
|
+
[7m [0m [91m ~~~~~~~~[0m
|
|
26
|
+
[96msrc/plugins/form-builder-plugin/components/entry-btn.tsx[0m:[93m11[0m:[93m3[0m - [91merror[0m[90m TS6133: [0m'chatVisible' is declared but its value is never read.
|
|
27
|
+
|
|
28
|
+
[7m11[0m chatVisible,
|
|
29
|
+
[7m [0m [91m ~~~~~~~~~~~[0m
|
|
30
|
+
[96msrc/plugins/form-builder-plugin/components/opening-lines.tsx[0m:[93m9[0m:[93m56[0m - [91merror[0m[90m TS6133: [0m'setMessages' is declared but its value is never read.
|
|
31
|
+
|
|
32
|
+
[7m9[0m export const FormBuilderOpeningLines = ({ sendMessage, setMessages }: OpeningLinesProps) => {
|
|
33
|
+
[7m [0m [91m ~~~~~~~~~~~[0m
|
|
34
|
+
[96msrc/plugins/report-query-plugin/components/query-opening-lines.tsx[0m:[93m4[0m:[93m1[0m - [91merror[0m[90m TS6133: [0m'useChat' is declared but its value is never read.
|
|
35
|
+
|
|
36
|
+
[7m4[0m import { useChat } from '@ai-sdk/react';
|
|
37
|
+
[7m [0m [91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
38
|
+
[96msrc/plugins/report-query-plugin/components/query-opening-lines.tsx[0m:[93m5[0m:[93m1[0m - [91merror[0m[90m TS6133: [0m'DefaultChatTransport' is declared but its value is never read.
|
|
39
|
+
|
|
40
|
+
[7m5[0m import { DefaultChatTransport } from 'ai';
|
|
41
|
+
[7m [0m [91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
42
|
+
[96msrc/plugins/report-query-plugin/components/query-opening-lines.tsx[0m:[93m6[0m:[93m1[0m - [91merror[0m[90m TS6133: [0m'useEffect' is declared but its value is never read.
|
|
43
|
+
|
|
44
|
+
[7m6[0m import { useEffect } from 'react';
|
|
45
|
+
[7m [0m [91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
46
|
+
[96msrc/plugins/report-query-plugin/components/query-opening-lines.tsx[0m:[93m7[0m:[93m1[0m - [91merror[0m[90m TS6133: [0m'usePluginCtx' is declared but its value is never read.
|
|
47
|
+
|
|
48
|
+
[7m7[0m import { usePluginCtx } from '@/hooks/use-plugin-ctx';
|
|
49
|
+
[7m [0m [91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
50
|
+
[96msrc/plugins/report-query-plugin/components/query-opening-lines.tsx[0m:[93m8[0m:[93m1[0m - [91merror[0m[90m TS6133: [0m'IReportQueryContext' is declared but its value is never read.
|
|
51
|
+
|
|
52
|
+
[7m8[0m import { IReportQueryContext } from '../types';
|
|
53
|
+
[7m [0m [91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
54
|
+
[96msrc/plugins/report-query-plugin/components/query-opening-lines.tsx[0m:[93m9[0m:[93m1[0m - [91merror[0m[90m TS6133: [0m'ReportQueryPlugin' is declared but its value is never read.
|
|
55
|
+
|
|
56
|
+
[7m9[0m import { ReportQueryPlugin } from '@/index';
|
|
57
|
+
[7m [0m [91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
58
|
+
[96msrc/plugins/report-query-plugin/components/query-opening-lines.tsx[0m:[93m10[0m:[93m1[0m - [91merror[0m[90m TS6133: [0m'PLUGIN_NAME' is declared but its value is never read.
|
|
59
|
+
|
|
60
|
+
[7m10[0m import { PLUGIN_NAME } from '../const';
|
|
61
|
+
[7m [0m [91m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
62
|
+
[96msrc/plugins/report-query-plugin/components/query-opening-lines.tsx[0m:[93m57[0m:[93m58[0m - [91merror[0m[90m TS6133: [0m'title' is declared but its value is never read.
|
|
63
|
+
|
|
64
|
+
[7m57[0m <Suggestions items={defaultSuggestions} onSelect={(title) => {}} iconColor="#4ACC8C" />
|
|
65
|
+
[7m [0m [91m ~~~~~[0m
|
|
66
|
+
[96msrc/plugins/report-query-plugin/components/result-cards/CreatedSourceMsg.tsx[0m:[93m9[0m:[93m49[0m - [91merror[0m[90m TS6133: [0m'done' is declared but its value is never read.
|
|
67
|
+
|
|
68
|
+
[7m9[0m export const CreatedSourceMsg = ({ type, title, done }: { type: QuerySourceType; title: string; done?: boolean }) => {
|
|
69
|
+
[7m [0m [91m ~~~~[0m
|
|
70
|
+
[96msrc/plugins/report-query-plugin/utils/get-field-group.ts[0m:[93m6[0m:[93m27[0m - [91merror[0m[90m TS6133: [0m'IQueryResultXField' is declared but its value is never read.
|
|
71
|
+
|
|
72
|
+
[7m6[0m import { IDashWidgetType, IQueryResultXField } from '@baishuyun/types';
|
|
73
|
+
[7m [0m [91m ~~~~~~~~~~~~~~~~~~[0m
|
|
74
|
+
[96msrc/plugins/report-query-plugin/utils/get-field-group.ts[0m:[93m605[0m:[93m7[0m - [91merror[0m[90m TS6133: [0m'exampleLimitFields' is declared but its value is never read.
|
|
75
|
+
|
|
76
|
+
[7m605[0m const exampleLimitFields: Partial<LimitFieldsConfig> = {
|
|
77
|
+
[7m [0m [91m ~~~~~~~~~~~~~~~~~~[0m
|
|
78
|
+
[96msrc/stories/AttachmentPartGroup.stories.tsx[0m:[93m108[0m:[93m5[0m - [91merror[0m[90m TS2322: [0mType 'FilePart[]' is not assignable to type 'FileUIPart[]'.
|
|
79
|
+
Type 'FilePart' is not assignable to type 'FileUIPart'.
|
|
80
|
+
Types of property 'mediaType' are incompatible.
|
|
81
|
+
Type 'string | undefined' is not assignable to type 'string'.
|
|
82
|
+
Type 'undefined' is not assignable to type 'string'.
|
|
83
|
+
|
|
84
|
+
[7m108[0m parts: imageParts,
|
|
85
|
+
[7m [0m [91m ~~~~~[0m
|
|
86
|
+
|
|
87
|
+
[96msrc/components/bs-ui/attachment-part-group.tsx[0m:[93m6[0m:[93m3[0m
|
|
88
|
+
[7m6[0m parts: FileUIPart[];
|
|
89
|
+
[7m [0m [96m ~~~~~[0m
|
|
90
|
+
The expected type comes from property 'parts' which is declared here on type 'Partial<{ parts: FileUIPart[]; className?: string | undefined; size?: number | undefined; gap?: number | undefined; iconOnly?: boolean | undefined; onPartClick?: ((part: FilePart) => void) | undefined; }> & { ...; }'
|
|
91
|
+
[96msrc/stories/AttachmentPartGroup.stories.tsx[0m:[93m114[0m:[93m5[0m - [91merror[0m[90m TS2322: [0mType 'FilePart[]' is not assignable to type 'FileUIPart[]'.
|
|
92
|
+
Type 'FilePart' is not assignable to type 'FileUIPart'.
|
|
93
|
+
Types of property 'mediaType' are incompatible.
|
|
94
|
+
Type 'string | undefined' is not assignable to type 'string'.
|
|
95
|
+
Type 'undefined' is not assignable to type 'string'.
|
|
96
|
+
|
|
97
|
+
[7m114[0m parts: mixedParts,
|
|
98
|
+
[7m [0m [91m ~~~~~[0m
|
|
99
|
+
|
|
100
|
+
[96msrc/components/bs-ui/attachment-part-group.tsx[0m:[93m6[0m:[93m3[0m
|
|
101
|
+
[7m6[0m parts: FileUIPart[];
|
|
102
|
+
[7m [0m [96m ~~~~~[0m
|
|
103
|
+
The expected type comes from property 'parts' which is declared here on type 'Partial<{ parts: FileUIPart[]; className?: string | undefined; size?: number | undefined; gap?: number | undefined; iconOnly?: boolean | undefined; onPartClick?: ((part: FilePart) => void) | undefined; }> & { ...; }'
|
|
104
|
+
[96msrc/stories/AttachmentPartGroup.stories.tsx[0m:[93m120[0m:[93m5[0m - [91merror[0m[90m TS2322: [0mType 'FilePart[]' is not assignable to type 'FileUIPart[]'.
|
|
105
|
+
Type 'FilePart' is not assignable to type 'FileUIPart'.
|
|
106
|
+
Types of property 'mediaType' are incompatible.
|
|
107
|
+
Type 'string | undefined' is not assignable to type 'string'.
|
|
108
|
+
Type 'undefined' is not assignable to type 'string'.
|
|
109
|
+
|
|
110
|
+
[7m120[0m parts: fileParts,
|
|
111
|
+
[7m [0m [91m ~~~~~[0m
|
|
112
|
+
|
|
113
|
+
[96msrc/components/bs-ui/attachment-part-group.tsx[0m:[93m6[0m:[93m3[0m
|
|
114
|
+
[7m6[0m parts: FileUIPart[];
|
|
115
|
+
[7m [0m [96m ~~~~~[0m
|
|
116
|
+
The expected type comes from property 'parts' which is declared here on type 'Partial<{ parts: FileUIPart[]; className?: string | undefined; size?: number | undefined; gap?: number | undefined; iconOnly?: boolean | undefined; onPartClick?: ((part: FilePart) => void) | undefined; }> & { ...; }'
|
|
117
|
+
[96msrc/stories/AttachmentPartGroup.stories.tsx[0m:[93m126[0m:[93m5[0m - [91merror[0m[90m TS2322: [0mType 'FilePart[]' is not assignable to type 'FileUIPart[]'.
|
|
118
|
+
Type 'FilePart' is not assignable to type 'FileUIPart'.
|
|
119
|
+
Types of property 'mediaType' are incompatible.
|
|
120
|
+
Type 'string | undefined' is not assignable to type 'string'.
|
|
121
|
+
Type 'undefined' is not assignable to type 'string'.
|
|
122
|
+
|
|
123
|
+
[7m126[0m parts: fileParts,
|
|
124
|
+
[7m [0m [91m ~~~~~[0m
|
|
125
|
+
|
|
126
|
+
[96msrc/components/bs-ui/attachment-part-group.tsx[0m:[93m6[0m:[93m3[0m
|
|
127
|
+
[7m6[0m parts: FileUIPart[];
|
|
128
|
+
[7m [0m [96m ~~~~~[0m
|
|
129
|
+
The expected type comes from property 'parts' which is declared here on type 'Partial<{ parts: FileUIPart[]; className?: string | undefined; size?: number | undefined; gap?: number | undefined; iconOnly?: boolean | undefined; onPartClick?: ((part: FilePart) => void) | undefined; }> & { ...; }'
|
|
130
|
+
[96msrc/stories/AttachmentPartGroup.stories.tsx[0m:[93m133[0m:[93m5[0m - [91merror[0m[90m TS2322: [0mType 'FilePart[]' is not assignable to type 'FileUIPart[]'.
|
|
131
|
+
Type 'FilePart' is not assignable to type 'FileUIPart'.
|
|
132
|
+
Types of property 'mediaType' are incompatible.
|
|
133
|
+
Type 'string | undefined' is not assignable to type 'string'.
|
|
134
|
+
Type 'undefined' is not assignable to type 'string'.
|
|
135
|
+
|
|
136
|
+
[7m133[0m parts: mixedParts,
|
|
137
|
+
[7m [0m [91m ~~~~~[0m
|
|
138
|
+
|
|
139
|
+
[96msrc/components/bs-ui/attachment-part-group.tsx[0m:[93m6[0m:[93m3[0m
|
|
140
|
+
[7m6[0m parts: FileUIPart[];
|
|
141
|
+
[7m [0m [96m ~~~~~[0m
|
|
142
|
+
The expected type comes from property 'parts' which is declared here on type 'Partial<{ parts: FileUIPart[]; className?: string | undefined; size?: number | undefined; gap?: number | undefined; iconOnly?: boolean | undefined; onPartClick?: ((part: FilePart) => void) | undefined; }> & { ...; }'
|
|
143
|
+
[96msrc/stories/AttachmentPartGroup.stories.tsx[0m:[93m140[0m:[93m5[0m - [91merror[0m[90m TS2322: [0mType 'FilePart[]' is not assignable to type 'FileUIPart[]'.
|
|
144
|
+
Type 'FilePart' is not assignable to type 'FileUIPart'.
|
|
145
|
+
Types of property 'mediaType' are incompatible.
|
|
146
|
+
Type 'string | undefined' is not assignable to type 'string'.
|
|
147
|
+
Type 'undefined' is not assignable to type 'string'.
|
|
148
|
+
|
|
149
|
+
[7m140[0m parts: mixedParts,
|
|
150
|
+
[7m [0m [91m ~~~~~[0m
|
|
151
|
+
|
|
152
|
+
[96msrc/components/bs-ui/attachment-part-group.tsx[0m:[93m6[0m:[93m3[0m
|
|
153
|
+
[7m6[0m parts: FileUIPart[];
|
|
154
|
+
[7m [0m [96m ~~~~~[0m
|
|
155
|
+
The expected type comes from property 'parts' which is declared here on type 'Partial<{ parts: FileUIPart[]; className?: string | undefined; size?: number | undefined; gap?: number | undefined; iconOnly?: boolean | undefined; onPartClick?: ((part: FilePart) => void) | undefined; }> & { ...; }'
|
|
156
|
+
[96msrc/stories/AttachmentPartGroup.stories.tsx[0m:[93m148[0m:[93m28[0m - [91merror[0m[90m TS2322: [0mType 'FilePart[]' is not assignable to type 'FileUIPart[]'.
|
|
157
|
+
Type 'FilePart' is not assignable to type 'FileUIPart'.
|
|
158
|
+
Types of property 'mediaType' are incompatible.
|
|
159
|
+
Type 'string | undefined' is not assignable to type 'string'.
|
|
160
|
+
Type 'undefined' is not assignable to type 'string'.
|
|
161
|
+
|
|
162
|
+
[7m148[0m <AttachmentPartGroup parts={mixedParts} />
|
|
163
|
+
[7m [0m [91m ~~~~~[0m
|
|
164
|
+
|
|
165
|
+
[96msrc/components/bs-ui/attachment-part-group.tsx[0m:[93m6[0m:[93m3[0m
|
|
166
|
+
[7m6[0m parts: FileUIPart[];
|
|
167
|
+
[7m [0m [96m ~~~~~[0m
|
|
168
|
+
The expected type comes from property 'parts' which is declared here on type 'IntrinsicAttributes & AttachmentPartGroupProps'
|
|
169
|
+
|
|
170
|
+
[2K[1Gcomputing gzip size (0)...[2K[1Gcomputing gzip size (1)...[2K[1Gcomputing gzip size (2)...[2K[1G[2mdist/[22m[35mindex.css [39m[1m[2m 73.68 kB[22m[1m[22m[2m │ gzip: 13.41 kB[22m
|
|
171
|
+
[2mdist/[22m[36mchat-sdk.js [39m[1m[33m1,888.28 kB[39m[22m[2m │ gzip: 455.55 kB[22m[2m │ map: 5,674.43 kB[22m
|
|
172
|
+
[32m[36m[vite:dts][32m Declaration files built in 2697ms.
|
|
173
|
+
[39m
|
|
174
|
+
[2K[1Grendering chunks (1)...[2K[1G[2K[1Gcomputing gzip size (1)...[2K[1G[2mdist/[22m[36mchat-sdk.umd.cjs [39m[1m[33m1,270.97 kB[39m[22m[2m │ gzip: 379.64 kB[22m[2m │ map: 5,495.85 kB[22m
|
|
175
|
+
[32m✓ built in 6.15s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @baishuyun/chat-sdk
|
|
2
2
|
|
|
3
|
+
## 0.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- widget agent
|
|
8
|
+
- 4acb2cc: widget agent
|
|
9
|
+
- 35058a9: widget agent
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- e5dd21a: widget agent
|
|
14
|
+
- a934bc0: add widget agent
|
|
15
|
+
- Updated dependencies [e5dd21a]
|
|
16
|
+
- Updated dependencies [a934bc0]
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- Updated dependencies [4acb2cc]
|
|
19
|
+
- Updated dependencies [35058a9]
|
|
20
|
+
- @baishuyun/agents@0.1.0
|
|
21
|
+
|
|
3
22
|
## 0.0.18
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|