@baishuyun/chat-sdk 0.0.14 → 0.0.15
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/CHANGELOG.md +8 -0
- package/dist/chat-sdk.js +3347 -3333
- package/dist/chat-sdk.js.map +1 -1
- package/dist/chat-sdk.umd.cjs +106 -106
- package/dist/chat-sdk.umd.cjs.map +1 -1
- package/dist/index.css +1 -1
- package/package.json +4 -4
- package/src/components/biz-comp/multi-modal-input/index.tsx +0 -3
- package/src/components/biz-comp/opening-lines.tsx +2 -21
- package/src/components/bs-ui/chat-area-header.tsx +1 -1
- package/src/plugins/form-builder-plugin/components/create-form-confirm.tsx +3 -1
- package/src/plugins/form-builder-plugin/components/msg-part.tsx +6 -0
- package/src/plugins/form-builder-plugin/components/opening-lines.tsx +31 -0
- package/src/plugins/form-builder-plugin/index.ts +18 -0
- package/src/plugins/form-builder-plugin/types.ts +3 -1
- package/dist/chat.d.ts +0 -5
- package/dist/chat.d.ts.map +0 -1
- package/dist/components/biz-comp/FakeBotMsg.d.ts +0 -8
- package/dist/components/biz-comp/FakeBotMsg.d.ts.map +0 -1
- package/dist/components/biz-comp/FieldChecker.d.ts +0 -18
- package/dist/components/biz-comp/FieldChecker.d.ts.map +0 -1
- package/dist/components/biz-comp/FieldCheckerListMsg.d.ts +0 -16
- package/dist/components/biz-comp/FieldCheckerListMsg.d.ts.map +0 -1
- package/dist/components/biz-comp/FieldValueChecker.d.ts +0 -16
- package/dist/components/biz-comp/FieldValueChecker.d.ts.map +0 -1
- package/dist/components/biz-comp/SubformFieldsValueChecker.d.ts +0 -22
- package/dist/components/biz-comp/SubformFieldsValueChecker.d.ts.map +0 -1
- package/dist/components/biz-comp/chat-client.d.ts +0 -13
- package/dist/components/biz-comp/chat-client.d.ts.map +0 -1
- package/dist/components/biz-comp/chat-frame.d.ts +0 -6
- package/dist/components/biz-comp/chat-frame.d.ts.map +0 -1
- package/dist/components/biz-comp/conversation.d.ts +0 -10
- package/dist/components/biz-comp/conversation.d.ts.map +0 -1
- package/dist/components/biz-comp/dash-widget-icon.d.ts +0 -7
- package/dist/components/biz-comp/dash-widget-icon.d.ts.map +0 -1
- package/dist/components/biz-comp/dock-btn.d.ts +0 -2
- package/dist/components/biz-comp/dock-btn.d.ts.map +0 -1
- package/dist/components/biz-comp/error-boundary.d.ts +0 -15
- package/dist/components/biz-comp/error-boundary.d.ts.map +0 -1
- package/dist/components/biz-comp/error-msg.d.ts +0 -4
- package/dist/components/biz-comp/error-msg.d.ts.map +0 -1
- package/dist/components/biz-comp/field-icon.d.ts +0 -5
- package/dist/components/biz-comp/field-icon.d.ts.map +0 -1
- package/dist/components/biz-comp/highlight-msg.d.ts +0 -4
- package/dist/components/biz-comp/highlight-msg.d.ts.map +0 -1
- package/dist/components/biz-comp/markdown-part.d.ts +0 -7
- package/dist/components/biz-comp/markdown-part.d.ts.map +0 -1
- package/dist/components/biz-comp/markdown.d.ts +0 -5
- package/dist/components/biz-comp/markdown.d.ts.map +0 -1
- package/dist/components/biz-comp/message-content.d.ts +0 -6
- package/dist/components/biz-comp/message-content.d.ts.map +0 -1
- package/dist/components/biz-comp/messages.d.ts +0 -3
- package/dist/components/biz-comp/messages.d.ts.map +0 -1
- package/dist/components/biz-comp/multi-modal-input/attachment-btn.d.ts +0 -9
- package/dist/components/biz-comp/multi-modal-input/attachment-btn.d.ts.map +0 -1
- package/dist/components/biz-comp/multi-modal-input/clear-btn.d.ts +0 -7
- package/dist/components/biz-comp/multi-modal-input/clear-btn.d.ts.map +0 -1
- package/dist/components/biz-comp/multi-modal-input/index.d.ts +0 -21
- package/dist/components/biz-comp/multi-modal-input/index.d.ts.map +0 -1
- package/dist/components/biz-comp/multi-modal-input/preview-attachment.d.ts +0 -12
- package/dist/components/biz-comp/multi-modal-input/preview-attachment.d.ts.map +0 -1
- package/dist/components/biz-comp/multi-modal-input/prompt-input.d.ts +0 -36
- package/dist/components/biz-comp/multi-modal-input/prompt-input.d.ts.map +0 -1
- package/dist/components/biz-comp/opening-lines.d.ts +0 -3
- package/dist/components/biz-comp/opening-lines.d.ts.map +0 -1
- package/dist/components/biz-comp/preview-message-wrapper.d.ts +0 -12
- package/dist/components/biz-comp/preview-message-wrapper.d.ts.map +0 -1
- package/dist/components/biz-comp/preview-message.d.ts +0 -13
- package/dist/components/biz-comp/preview-message.d.ts.map +0 -1
- package/dist/components/biz-comp/response.d.ts +0 -6
- package/dist/components/biz-comp/response.d.ts.map +0 -1
- package/dist/components/biz-comp/suggestions.d.ts +0 -8
- package/dist/components/biz-comp/suggestions.d.ts.map +0 -1
- package/dist/components/bs-ui/abs-fullscreen-gradient-bg.d.ts +0 -10
- package/dist/components/bs-ui/abs-fullscreen-gradient-bg.d.ts.map +0 -1
- package/dist/components/bs-ui/attachment-part-group.d.ts +0 -13
- package/dist/components/bs-ui/attachment-part-group.d.ts.map +0 -1
- package/dist/components/bs-ui/attachment-part.d.ts +0 -17
- package/dist/components/bs-ui/attachment-part.d.ts.map +0 -1
- package/dist/components/bs-ui/attachments-previewer.d.ts +0 -18
- package/dist/components/bs-ui/attachments-previewer.d.ts.map +0 -1
- package/dist/components/bs-ui/base-button.d.ts +0 -6
- package/dist/components/bs-ui/base-button.d.ts.map +0 -1
- package/dist/components/bs-ui/border-color-animation.d.ts +0 -11
- package/dist/components/bs-ui/border-color-animation.d.ts.map +0 -1
- package/dist/components/bs-ui/bot-avatar-name.d.ts +0 -6
- package/dist/components/bs-ui/bot-avatar-name.d.ts.map +0 -1
- package/dist/components/bs-ui/bot-icon.d.ts +0 -5
- package/dist/components/bs-ui/bot-icon.d.ts.map +0 -1
- package/dist/components/bs-ui/bs-icons.d.ts +0 -62
- package/dist/components/bs-ui/bs-icons.d.ts.map +0 -1
- package/dist/components/bs-ui/card-field.d.ts +0 -11
- package/dist/components/bs-ui/card-field.d.ts.map +0 -1
- package/dist/components/bs-ui/card.d.ts +0 -10
- package/dist/components/bs-ui/card.d.ts.map +0 -1
- package/dist/components/bs-ui/chat-area-header.d.ts +0 -13
- package/dist/components/bs-ui/chat-area-header.d.ts.map +0 -1
- package/dist/components/bs-ui/circle-checker.d.ts +0 -10
- package/dist/components/bs-ui/circle-checker.d.ts.map +0 -1
- package/dist/components/bs-ui/collapsible-txt-msg.d.ts +0 -11
- package/dist/components/bs-ui/collapsible-txt-msg.d.ts.map +0 -1
- package/dist/components/bs-ui/confirm-dialog.d.ts +0 -26
- package/dist/components/bs-ui/confirm-dialog.d.ts.map +0 -1
- package/dist/components/bs-ui/fields-generating-indicator.d.ts +0 -6
- package/dist/components/bs-ui/fields-generating-indicator.d.ts.map +0 -1
- package/dist/components/bs-ui/fields-portal.d.ts +0 -8
- package/dist/components/bs-ui/fields-portal.d.ts.map +0 -1
- package/dist/components/bs-ui/fields-previewer.d.ts +0 -18
- package/dist/components/bs-ui/fields-previewer.d.ts.map +0 -1
- package/dist/components/bs-ui/font-icon.d.ts +0 -6
- package/dist/components/bs-ui/font-icon.d.ts.map +0 -1
- package/dist/components/bs-ui/form-info-editor.d.ts +0 -38
- package/dist/components/bs-ui/form-info-editor.d.ts.map +0 -1
- package/dist/components/bs-ui/formula-tag.d.ts +0 -8
- package/dist/components/bs-ui/formula-tag.d.ts.map +0 -1
- package/dist/components/bs-ui/generate-animation.d.ts +0 -4
- package/dist/components/bs-ui/generate-animation.d.ts.map +0 -1
- package/dist/components/bs-ui/icon-btn.d.ts +0 -9
- package/dist/components/bs-ui/icon-btn.d.ts.map +0 -1
- package/dist/components/bs-ui/img-part.d.ts +0 -9
- package/dist/components/bs-ui/img-part.d.ts.map +0 -1
- package/dist/components/bs-ui/line-checker.d.ts +0 -18
- package/dist/components/bs-ui/line-checker.d.ts.map +0 -1
- package/dist/components/bs-ui/linear-gradient-border-btn.d.ts +0 -10
- package/dist/components/bs-ui/linear-gradient-border-btn.d.ts.map +0 -1
- package/dist/components/bs-ui/linear-gradient-color-bg-animation.d.ts +0 -8
- package/dist/components/bs-ui/linear-gradient-color-bg-animation.d.ts.map +0 -1
- package/dist/components/bs-ui/number-part.d.ts +0 -9
- package/dist/components/bs-ui/number-part.d.ts.map +0 -1
- package/dist/components/bs-ui/option-item.d.ts +0 -9
- package/dist/components/bs-ui/option-item.d.ts.map +0 -1
- package/dist/components/bs-ui/previewer-header.d.ts +0 -18
- package/dist/components/bs-ui/previewer-header.d.ts.map +0 -1
- package/dist/components/bs-ui/primary-confirm-btn.d.ts +0 -10
- package/dist/components/bs-ui/primary-confirm-btn.d.ts.map +0 -1
- package/dist/components/bs-ui/primary-entry-btn.d.ts +0 -9
- package/dist/components/bs-ui/primary-entry-btn.d.ts.map +0 -1
- package/dist/components/bs-ui/scroll-to-bottom-btn.d.ts +0 -6
- package/dist/components/bs-ui/scroll-to-bottom-btn.d.ts.map +0 -1
- package/dist/components/bs-ui/split-line.d.ts +0 -5
- package/dist/components/bs-ui/split-line.d.ts.map +0 -1
- package/dist/components/bs-ui/square-checker.d.ts +0 -11
- package/dist/components/bs-ui/tab-radio-group.d.ts +0 -19
- package/dist/components/bs-ui/tab-radio-group.d.ts.map +0 -1
- package/dist/components/bs-ui/tooltip.d.ts +0 -6
- package/dist/components/bs-ui/tooltip.d.ts.map +0 -1
- package/dist/components/bs-ui/user-txt-msg-bubble.d.ts +0 -6
- package/dist/components/bs-ui/user-txt-msg-bubble.d.ts.map +0 -1
- package/dist/components/bs-ui/warning-msg.d.ts +0 -6
- package/dist/components/bs-ui/warning-msg.d.ts.map +0 -1
- package/dist/components/ui/badge.d.ts +0 -10
- package/dist/components/ui/badge.d.ts.map +0 -1
- package/dist/components/ui/button.d.ts +0 -12
- package/dist/components/ui/button.d.ts.map +0 -1
- package/dist/components/ui/card.d.ts +0 -9
- package/dist/components/ui/card.d.ts.map +0 -1
- package/dist/components/ui/checkbox.d.ts +0 -5
- package/dist/components/ui/checkbox.d.ts.map +0 -1
- package/dist/components/ui/collapsible.d.ts +0 -6
- package/dist/components/ui/collapsible.d.ts.map +0 -1
- package/dist/components/ui/dialog.d.ts +0 -24
- package/dist/components/ui/dialog.d.ts.map +0 -1
- package/dist/components/ui/dropdown-menu.d.ts +0 -28
- package/dist/components/ui/dropdown-menu.d.ts.map +0 -1
- package/dist/components/ui/icons.d.ts +0 -176
- package/dist/components/ui/icons.d.ts.map +0 -1
- package/dist/components/ui/input-group.d.ts +0 -17
- package/dist/components/ui/input-group.d.ts.map +0 -1
- package/dist/components/ui/input.d.ts +0 -4
- package/dist/components/ui/input.d.ts.map +0 -1
- package/dist/components/ui/label.d.ts +0 -6
- package/dist/components/ui/label.d.ts.map +0 -1
- package/dist/components/ui/one-time-click-btn.d.ts +0 -4
- package/dist/components/ui/one-time-click-btn.d.ts.map +0 -1
- package/dist/components/ui/select.d.ts +0 -14
- package/dist/components/ui/select.d.ts.map +0 -1
- package/dist/components/ui/spinner.d.ts +0 -3
- package/dist/components/ui/spinner.d.ts.map +0 -1
- package/dist/components/ui/tabs.d.ts +0 -8
- package/dist/components/ui/tabs.d.ts.map +0 -1
- package/dist/components/ui/textarea.d.ts +0 -4
- package/dist/components/ui/textarea.d.ts.map +0 -1
- package/dist/components/ui/tooltip.d.ts +0 -13
- package/dist/components/ui/tooltip.d.ts.map +0 -1
- package/dist/components/web-comp/fields-previewer-web-component.d.ts +0 -60
- package/dist/components/web-comp/fields-previewer-web-component.d.ts.map +0 -1
- package/dist/const/index.d.ts +0 -5
- package/dist/const/index.d.ts.map +0 -1
- package/dist/const/ui.d.ts +0 -5
- package/dist/const/ui.d.ts.map +0 -1
- package/dist/hooks/use-chat-preference.d.ts +0 -3
- package/dist/hooks/use-chat-preference.d.ts.map +0 -1
- package/dist/hooks/use-draggable.d.ts +0 -24
- package/dist/hooks/use-draggable.d.ts.map +0 -1
- package/dist/hooks/use-evt-bus.d.ts +0 -2
- package/dist/hooks/use-evt-bus.d.ts.map +0 -1
- package/dist/hooks/use-evt.d.ts +0 -3
- package/dist/hooks/use-evt.d.ts.map +0 -1
- package/dist/hooks/use-frame-mode.d.ts +0 -15
- package/dist/hooks/use-frame-mode.d.ts.map +0 -1
- package/dist/hooks/use-merged-chat.d.ts +0 -7
- package/dist/hooks/use-merged-chat.d.ts.map +0 -1
- package/dist/hooks/use-msg-status-broadcast.d.ts +0 -3
- package/dist/hooks/use-msg-status-broadcast.d.ts.map +0 -1
- package/dist/hooks/use-plugin-component.d.ts +0 -5
- package/dist/hooks/use-plugin-component.d.ts.map +0 -1
- package/dist/hooks/use-plugin-ctx.d.ts +0 -3
- package/dist/hooks/use-plugin-ctx.d.ts.map +0 -1
- package/dist/hooks/use-plugin-custom-components.d.ts +0 -5
- package/dist/hooks/use-plugin-custom-components.d.ts.map +0 -1
- package/dist/hooks/use-plugin-life-cycle-chain-runner.d.ts +0 -5
- package/dist/hooks/use-plugin-life-cycle-chain-runner.d.ts.map +0 -1
- package/dist/hooks/use-plugin-list.d.ts +0 -2
- package/dist/hooks/use-plugin-list.d.ts.map +0 -1
- package/dist/hooks/use-plugin.d.ts +0 -2
- package/dist/hooks/use-plugin.d.ts.map +0 -1
- package/dist/hooks/use-scroll-to-bottom.d.ts +0 -9
- package/dist/hooks/use-scroll-to-bottom.d.ts.map +0 -1
- package/dist/hooks/use-shadow.d.ts +0 -25
- package/dist/hooks/use-shadow.d.ts.map +0 -1
- package/dist/hooks/use-toast.d.ts +0 -3
- package/dist/index.d.ts +0 -7
- package/dist/index.d.ts.map +0 -1
- package/dist/lib/clone.d.ts +0 -32
- package/dist/lib/clone.d.ts.map +0 -1
- package/dist/lib/event-emitter.d.ts +0 -39
- package/dist/lib/event-emitter.d.ts.map +0 -1
- package/dist/lib/readonly.d.ts +0 -14
- package/dist/lib/readonly.d.ts.map +0 -1
- package/dist/lib/utils.d.ts +0 -40
- package/dist/lib/utils.d.ts.map +0 -1
- package/dist/plugins/form-builder-base-plugin/const.d.ts +0 -3
- package/dist/plugins/form-builder-base-plugin/const.d.ts.map +0 -1
- package/dist/plugins/form-builder-base-plugin/index.d.ts +0 -7
- package/dist/plugins/form-builder-base-plugin/index.d.ts.map +0 -1
- package/dist/plugins/form-builder-base-plugin/types.d.ts +0 -12
- package/dist/plugins/form-builder-base-plugin/types.d.ts.map +0 -1
- package/dist/plugins/form-builder-plugin/components/create-form-confirm.d.ts +0 -7
- package/dist/plugins/form-builder-plugin/components/entry-btn.d.ts +0 -3
- package/dist/plugins/form-builder-plugin/components/entry-btn.d.ts.map +0 -1
- package/dist/plugins/form-builder-plugin/components/follow-up.d.ts +0 -3
- package/dist/plugins/form-builder-plugin/components/follow-up.d.ts.map +0 -0
- package/dist/plugins/form-builder-plugin/components/msg-part.d.ts +0 -3
- package/dist/plugins/form-builder-plugin/components/msg-part.d.ts.map +0 -0
- package/dist/plugins/form-builder-plugin/const/index.d.ts +0 -12
- package/dist/plugins/form-builder-plugin/const/index.d.ts.map +0 -0
- package/dist/plugins/form-builder-plugin/hooks/use-fields-confirmed.d.ts +0 -2
- package/dist/plugins/form-builder-plugin/index.d.ts +0 -24
- package/dist/plugins/form-builder-plugin/index.d.ts.map +0 -1
- package/dist/plugins/form-builder-plugin/utils/index.d.ts +0 -51
- package/dist/plugins/form-builder-plugin/utils/index.d.ts.map +0 -1
- package/dist/plugins/form-filling-plugin/batch-filling-data-manager.d.ts +0 -26
- package/dist/plugins/form-filling-plugin/batch-filling-data-manager.d.ts.map +0 -1
- package/dist/plugins/form-filling-plugin/components/FormFillingOpeningLines.d.ts +0 -3
- package/dist/plugins/form-filling-plugin/components/FormFillingOpeningLines.d.ts.map +0 -1
- package/dist/plugins/form-filling-plugin/components/avatar.d.ts +0 -5
- package/dist/plugins/form-filling-plugin/components/avatar.d.ts.map +0 -1
- package/dist/plugins/form-filling-plugin/components/batch-generator-action.d.ts +0 -14
- package/dist/plugins/form-filling-plugin/components/batch-generator-action.d.ts.map +0 -1
- package/dist/plugins/form-filling-plugin/components/entry-btn.d.ts +0 -3
- package/dist/plugins/form-filling-plugin/components/entry-btn.d.ts.map +0 -1
- package/dist/plugins/form-filling-plugin/components/mode-select.d.ts +0 -2
- package/dist/plugins/form-filling-plugin/components/mode-select.d.ts.map +0 -1
- package/dist/plugins/form-filling-plugin/components/msg-part.d.ts +0 -3
- package/dist/plugins/form-filling-plugin/components/msg-part.d.ts.map +0 -1
- package/dist/plugins/form-filling-plugin/const.d.ts +0 -615
- package/dist/plugins/form-filling-plugin/const.d.ts.map +0 -1
- package/dist/plugins/form-filling-plugin/index.d.ts +0 -19
- package/dist/plugins/form-filling-plugin/index.d.ts.map +0 -1
- package/dist/plugins/form-filling-plugin/types.d.ts +0 -10
- package/dist/plugins/form-filling-plugin/types.d.ts.map +0 -1
- package/dist/plugins/form-filling-plugin/utils.d.ts +0 -6
- package/dist/plugins/form-filling-plugin/utils.d.ts.map +0 -1
- package/dist/plugins/general-model-form-builder-plugin/components/confirmer.d.ts +0 -9
- package/dist/plugins/general-model-form-builder-plugin/components/confirmer.d.ts.map +0 -1
- package/dist/plugins/general-model-form-builder-plugin/components/ghost-evt-dispatcher.d.ts +0 -10
- package/dist/plugins/general-model-form-builder-plugin/components/ghost-evt-dispatcher.d.ts.map +0 -1
- package/dist/plugins/general-model-form-builder-plugin/components/msg-part.d.ts +0 -3
- package/dist/plugins/general-model-form-builder-plugin/components/msg-part.d.ts.map +0 -1
- package/dist/plugins/general-model-form-builder-plugin/components/new-confirmer.d.ts +0 -10
- package/dist/plugins/general-model-form-builder-plugin/components/new-confirmer.d.ts.map +0 -1
- package/dist/plugins/general-model-form-builder-plugin/const.d.ts +0 -3
- package/dist/plugins/general-model-form-builder-plugin/const.d.ts.map +0 -1
- package/dist/plugins/general-model-form-builder-plugin/index.d.ts +0 -9
- package/dist/plugins/general-model-form-builder-plugin/index.d.ts.map +0 -1
- package/dist/plugins/general-model-form-builder-plugin/types.d.ts +0 -3
- package/dist/plugins/general-model-form-builder-plugin/types.d.ts.map +0 -1
- package/dist/plugins/mcp-form-builder-plugin/components/create-form-confirm.d.ts +0 -7
- package/dist/plugins/mcp-form-builder-plugin/components/create-form-confirm.d.ts.map +0 -1
- package/dist/plugins/mcp-form-builder-plugin/components/entry-btn.d.ts +0 -3
- package/dist/plugins/mcp-form-builder-plugin/components/entry-btn.d.ts.map +0 -1
- package/dist/plugins/mcp-form-builder-plugin/components/follow-up.d.ts +0 -3
- package/dist/plugins/mcp-form-builder-plugin/components/follow-up.d.ts.map +0 -1
- package/dist/plugins/mcp-form-builder-plugin/components/msg-part.d.ts +0 -3
- package/dist/plugins/mcp-form-builder-plugin/components/msg-part.d.ts.map +0 -1
- package/dist/plugins/mcp-form-builder-plugin/const/index.d.ts +0 -12
- package/dist/plugins/mcp-form-builder-plugin/const/index.d.ts.map +0 -1
- package/dist/plugins/mcp-form-builder-plugin/hooks/index.d.ts +0 -1
- package/dist/plugins/mcp-form-builder-plugin/hooks/index.d.ts.map +0 -1
- package/dist/plugins/mcp-form-builder-plugin/hooks/use-fields-confirmed.d.ts +0 -2
- package/dist/plugins/mcp-form-builder-plugin/hooks/use-fields-confirmed.d.ts.map +0 -1
- package/dist/plugins/mcp-form-builder-plugin/index.d.ts +0 -23
- package/dist/plugins/mcp-form-builder-plugin/index.d.ts.map +0 -1
- package/dist/plugins/mcp-form-builder-plugin/types.d.ts +0 -17
- package/dist/plugins/mcp-form-builder-plugin/types.d.ts.map +0 -1
- package/dist/plugins/mcp-form-builder-plugin/utils/index.d.ts +0 -51
- package/dist/plugins/mcp-form-builder-plugin/utils/index.d.ts.map +0 -1
- package/dist/plugins/report-query-plugin/components/avatar.d.ts +0 -5
- package/dist/plugins/report-query-plugin/components/avatar.d.ts.map +0 -1
- package/dist/plugins/report-query-plugin/components/query-entry-btn.d.ts +0 -3
- package/dist/plugins/report-query-plugin/components/query-entry-btn.d.ts.map +0 -1
- package/dist/plugins/report-query-plugin/components/query-msg-part.d.ts +0 -3
- package/dist/plugins/report-query-plugin/components/query-msg-part.d.ts.map +0 -1
- package/dist/plugins/report-query-plugin/components/query-opening-lines.d.ts +0 -2
- package/dist/plugins/report-query-plugin/components/query-opening-lines.d.ts.map +0 -1
- package/dist/plugins/report-query-plugin/components/result-cards/DataTableCard.d.ts +0 -3
- package/dist/plugins/report-query-plugin/components/result-cards/DataTableCard.d.ts.map +0 -1
- package/dist/plugins/report-query-plugin/components/result-cards/DataTableFields.d.ts +0 -18
- package/dist/plugins/report-query-plugin/components/result-cards/DataTableFields.d.ts.map +0 -1
- package/dist/plugins/report-query-plugin/components/result-cards/FilterCondition.d.ts +0 -4
- package/dist/plugins/report-query-plugin/components/result-cards/FilterCondition.d.ts.map +0 -1
- package/dist/plugins/report-query-plugin/components/result-cards/FormulaField.d.ts +0 -8
- package/dist/plugins/report-query-plugin/components/result-cards/FormulaField.d.ts.map +0 -1
- package/dist/plugins/report-query-plugin/const.d.ts +0 -2
- package/dist/plugins/report-query-plugin/const.d.ts.map +0 -1
- package/dist/plugins/report-query-plugin/index.d.ts +0 -15
- package/dist/plugins/report-query-plugin/index.d.ts.map +0 -1
- package/dist/plugins/report-query-plugin/types.d.ts +0 -13
- package/dist/plugins/report-query-plugin/types.d.ts.map +0 -1
- package/dist/plugins/report-query-plugin/utils/build-dash-component.d.ts +0 -17
- package/dist/plugins/report-query-plugin/utils/build-dash-component.d.ts.map +0 -1
- package/dist/plugins/report-query-plugin/utils/create-default-dash-styles.d.ts +0 -30
- package/dist/plugins/report-query-plugin/utils/create-default-dash-styles.d.ts.map +0 -1
- package/dist/plugins/report-query-plugin/utils/create-default-widget-attr-list.d.ts +0 -60
- package/dist/plugins/report-query-plugin/utils/create-default-widget-attr-list.d.ts.map +0 -1
- package/dist/plugins/report-query-plugin/utils/field-enhance.d.ts +0 -31
- package/dist/plugins/report-query-plugin/utils/field-enhance.d.ts.map +0 -1
- package/dist/plugins/report-query-plugin/utils/get-field-group.d.ts +0 -208
- package/dist/plugins/report-query-plugin/utils/get-field-group.d.ts.map +0 -1
- package/dist/plugins/report-query-plugin/utils/get-field-icon.d.ts +0 -4
- package/dist/plugins/report-query-plugin/utils/get-field-icon.d.ts.map +0 -1
- package/dist/plugins/report-query-plugin/utils/get-group-rule.d.ts +0 -4
- package/dist/plugins/report-query-plugin/utils/get-group-rule.d.ts.map +0 -1
- package/dist/plugins/report-query-plugin/utils/index.d.ts +0 -5
- package/dist/plugins/report-query-plugin/utils/index.d.ts.map +0 -1
- package/dist/sdk.impl.d.ts +0 -31
- package/dist/sdk.impl.d.ts.map +0 -1
- package/dist/store/context.d.ts +0 -12
- package/dist/store/context.d.ts.map +0 -1
- package/dist/store/index.d.ts +0 -14
- package/dist/store/index.d.ts.map +0 -1
- package/dist/stories/AbsFullscreenGradientBg.stories.d.ts +0 -17
- package/dist/stories/AbsFullscreenGradientBg.stories.d.ts.map +0 -1
- package/dist/stories/AttachmentPart.stories.d.ts +0 -23
- package/dist/stories/AttachmentPart.stories.d.ts.map +0 -1
- package/dist/stories/AttachmentPartGroup.stories.d.ts +0 -21
- package/dist/stories/AttachmentPartGroup.stories.d.ts.map +0 -1
- package/dist/stories/AttachmentsPreviewer.stories.d.ts +0 -20
- package/dist/stories/AttachmentsPreviewer.stories.d.ts.map +0 -1
- package/dist/stories/BaseButton.stories.d.ts +0 -18
- package/dist/stories/BaseButton.stories.d.ts.map +0 -1
- package/dist/stories/BorderColorAnimation.stories.d.ts +0 -26
- package/dist/stories/BorderColorAnimation.stories.d.ts.map +0 -1
- package/dist/stories/BotAvatarAndName.stories.d.ts +0 -18
- package/dist/stories/BotAvatarAndName.stories.d.ts.map +0 -1
- package/dist/stories/BotIcon.stories.d.ts +0 -17
- package/dist/stories/BotIcon.stories.d.ts.map +0 -1
- package/dist/stories/BsTooltip.stories.d.ts +0 -7
- package/dist/stories/BsTooltip.stories.d.ts.map +0 -1
- package/dist/stories/Card.stories.d.ts +0 -14
- package/dist/stories/Card.stories.d.ts.map +0 -1
- package/dist/stories/CardField.stories.d.ts +0 -13
- package/dist/stories/CardField.stories.d.ts.map +0 -1
- package/dist/stories/ChatAreaHeader.stories.d.ts +0 -14
- package/dist/stories/ChatAreaHeader.stories.d.ts.map +0 -1
- package/dist/stories/CircleChecker.stories.d.ts +0 -21
- package/dist/stories/CircleChecker.stories.d.ts.map +0 -1
- package/dist/stories/CollapsibleTextMsg.stories.d.ts +0 -16
- package/dist/stories/CollapsibleTextMsg.stories.d.ts.map +0 -1
- package/dist/stories/ConfirmDialog.stories.d.ts +0 -61
- package/dist/stories/ConfirmDialog.stories.d.ts.map +0 -1
- package/dist/stories/DashWidgetIcon.stories.d.ts +0 -13
- package/dist/stories/DashWidgetIcon.stories.d.ts.map +0 -1
- package/dist/stories/FormInfoEditor.stories.d.ts +0 -15
- package/dist/stories/FormInfoEditor.stories.d.ts.map +0 -1
- package/dist/stories/FormulaField.stories.d.ts +0 -24
- package/dist/stories/FormulaField.stories.d.ts.map +0 -1
- package/dist/stories/FormulaTag.stories.d.ts +0 -37
- package/dist/stories/FormulaTag.stories.d.ts.map +0 -1
- package/dist/stories/GenerateAnimation.stories.d.ts +0 -16
- package/dist/stories/GenerateAnimation.stories.d.ts.map +0 -1
- package/dist/stories/IconBtn.stories.d.ts +0 -15
- package/dist/stories/IconBtn.stories.d.ts.map +0 -1
- package/dist/stories/IconLib.d.ts +0 -12
- package/dist/stories/IconLib.d.ts.map +0 -1
- package/dist/stories/Icons.stories.d.ts +0 -24
- package/dist/stories/Icons.stories.d.ts.map +0 -1
- package/dist/stories/ImgMsgPart.stories.d.ts +0 -20
- package/dist/stories/ImgMsgPart.stories.d.ts.map +0 -1
- package/dist/stories/LineChecker.stories.d.ts +0 -23
- package/dist/stories/LineChecker.stories.d.ts.map +0 -1
- package/dist/stories/LinearGradientBorderBtn.stories.d.ts +0 -22
- package/dist/stories/LinearGradientBorderBtn.stories.d.ts.map +0 -1
- package/dist/stories/LinearGradientColorBgAnimation.stories.d.ts +0 -23
- package/dist/stories/LinearGradientColorBgAnimation.stories.d.ts.map +0 -1
- package/dist/stories/NumbersMsgPart.stories.d.ts +0 -19
- package/dist/stories/NumbersMsgPart.stories.d.ts.map +0 -1
- package/dist/stories/OptionItem.stories.d.ts +0 -20
- package/dist/stories/OptionItem.stories.d.ts.map +0 -1
- package/dist/stories/PreviewerHeader.stories.d.ts +0 -10
- package/dist/stories/PreviewerHeader.stories.d.ts.map +0 -1
- package/dist/stories/PrimaryConfirmBtn.stories.d.ts +0 -19
- package/dist/stories/PrimaryConfirmBtn.stories.d.ts.map +0 -1
- package/dist/stories/PrimaryEntryBtn.stories.d.ts +0 -26
- package/dist/stories/PrimaryEntryBtn.stories.d.ts.map +0 -1
- package/dist/stories/ScrollToBottom.stories.d.ts +0 -15
- package/dist/stories/ScrollToBottom.stories.d.ts.map +0 -1
- package/dist/stories/SplitLine.stories.d.ts +0 -9
- package/dist/stories/SplitLine.stories.d.ts.map +0 -1
- package/dist/stories/TabRadioGroup.stories.d.ts +0 -18
- package/dist/stories/TabRadioGroup.stories.d.ts.map +0 -1
- package/dist/stories/UserTextMsgBubble.stories.d.ts +0 -14
- package/dist/stories/UserTextMsgBubble.stories.d.ts.map +0 -1
- package/dist/stories/WarningMessage.stories.d.ts +0 -16
- package/dist/stories/WarningMessage.stories.d.ts.map +0 -1
- package/dist/stories/fields-generating.stories.d.ts +0 -20
- package/dist/stories/fields-generating.stories.d.ts.map +0 -1
- package/dist/stories/fields-previewer.stories.d.ts +0 -19
- package/dist/stories/fields-previewer.stories.d.ts.map +0 -1
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: ({ title, content, icon, disableExpand, children, defaultOpen, }: import('../components/bs-ui/collapsible-txt-msg').CollapsibleTxtMsgProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
tags: string[];
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
args: {};
|
|
10
|
-
};
|
|
11
|
-
export default meta;
|
|
12
|
-
type Story = StoryObj<typeof meta>;
|
|
13
|
-
export declare const Base: Story;
|
|
14
|
-
export declare const Collapsed: Story;
|
|
15
|
-
export declare const ShortContent: Story;
|
|
16
|
-
//# sourceMappingURL=CollapsibleTextMsg.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CollapsibleTextMsg.stories.d.ts","sourceRoot":"","sources":["../../src/stories/CollapsibleTextMsg.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAI5D,QAAA,MAAM,IAAI;;;;;;;;CAUgC,CAAC;AAE3C,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,IAAI,EAAE,KAOlB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAOvB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAM1B,CAAC"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { ConfirmDialog } from '../components/bs-ui/confirm-dialog';
|
|
3
|
-
declare const meta: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof ConfirmDialog;
|
|
6
|
-
tags: string[];
|
|
7
|
-
parameters: {
|
|
8
|
-
layout: string;
|
|
9
|
-
};
|
|
10
|
-
args: {
|
|
11
|
-
open: true;
|
|
12
|
-
title: string;
|
|
13
|
-
description: string;
|
|
14
|
-
};
|
|
15
|
-
argTypes: {
|
|
16
|
-
open: {
|
|
17
|
-
control: "boolean";
|
|
18
|
-
};
|
|
19
|
-
title: {
|
|
20
|
-
control: "text";
|
|
21
|
-
};
|
|
22
|
-
description: {
|
|
23
|
-
control: "text";
|
|
24
|
-
};
|
|
25
|
-
linkText: {
|
|
26
|
-
control: "text";
|
|
27
|
-
};
|
|
28
|
-
cancelText: {
|
|
29
|
-
control: "text";
|
|
30
|
-
};
|
|
31
|
-
confirmText: {
|
|
32
|
-
control: "text";
|
|
33
|
-
};
|
|
34
|
-
showLink: {
|
|
35
|
-
control: "boolean";
|
|
36
|
-
};
|
|
37
|
-
showCancel: {
|
|
38
|
-
control: "boolean";
|
|
39
|
-
};
|
|
40
|
-
onLinkClick: {
|
|
41
|
-
action: string;
|
|
42
|
-
};
|
|
43
|
-
onCancel: {
|
|
44
|
-
action: string;
|
|
45
|
-
};
|
|
46
|
-
onConfirm: {
|
|
47
|
-
action: string;
|
|
48
|
-
};
|
|
49
|
-
onOpenChange: {
|
|
50
|
-
action: string;
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
export default meta;
|
|
55
|
-
type Story = StoryObj<typeof meta>;
|
|
56
|
-
export declare const Default: Story;
|
|
57
|
-
export declare const WithoutLink: Story;
|
|
58
|
-
export declare const WithoutCancel: Story;
|
|
59
|
-
export declare const SimpleConfirm: Story;
|
|
60
|
-
export declare const Interactive: Story;
|
|
61
|
-
//# sourceMappingURL=ConfirmDialog.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmDialog.stories.d.ts","sourceRoot":"","sources":["../../src/stories/ConfirmDialog.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAE5D,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAElE,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0B4B,CAAC;AAEvC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAGnC,eAAO,MAAM,OAAO,EAAE,KASrB,CAAC;AAGF,eAAO,MAAM,WAAW,EAAE,KASzB,CAAC;AAGF,eAAO,MAAM,aAAa,EAAE,KAS3B,CAAC;AAGF,eAAO,MAAM,aAAa,EAAE,KAS3B,CAAC;AAoCF,eAAO,MAAM,WAAW,EAAE,KAKzB,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { DashWidgetIcon } from '../components/biz-comp/dash-widget-icon';
|
|
3
|
-
declare const meta: Meta<typeof DashWidgetIcon>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof DashWidgetIcon>;
|
|
6
|
-
export declare const MetricTable: Story;
|
|
7
|
-
export declare const GaugeChart: Story;
|
|
8
|
-
export declare const ColumnChart: Story;
|
|
9
|
-
export declare const LineChart: Story;
|
|
10
|
-
export declare const PieChart: Story;
|
|
11
|
-
export declare const BarChart: Story;
|
|
12
|
-
export declare const AllTypes: Story;
|
|
13
|
-
//# sourceMappingURL=DashWidgetIcon.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DashWidgetIcon.stories.d.ts","sourceRoot":"","sources":["../../src/stories/DashWidgetIcon.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAE5D,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AAkDxE,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,cAAc,CAarC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,cAAc,CAAC,CAAC;AAG7C,eAAO,MAAM,WAAW,EAAE,KAEzB,CAAC;AAGF,eAAO,MAAM,UAAU,EAAE,KAExB,CAAC;AAGF,eAAO,MAAM,WAAW,EAAE,KAEzB,CAAC;AAGF,eAAO,MAAM,SAAS,EAAE,KAEvB,CAAC;AAGF,eAAO,MAAM,QAAQ,EAAE,KAEtB,CAAC;AAGF,eAAO,MAAM,QAAQ,EAAE,KAEtB,CAAC;AAGF,eAAO,MAAM,QAAQ,EAAE,KA8BtB,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { FormInfoEditor } from '../components/bs-ui/form-info-editor';
|
|
3
|
-
declare const meta: Meta<typeof FormInfoEditor>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const Expanded: Story;
|
|
8
|
-
export declare const WithIconOptions: Story;
|
|
9
|
-
export declare const Interactive: Story;
|
|
10
|
-
export declare const LongName: Story;
|
|
11
|
-
export declare const CustomWidth: Story;
|
|
12
|
-
export declare const ExpandedLongName: Story;
|
|
13
|
-
export declare const EmptyName: Story;
|
|
14
|
-
export declare const SideBySide: Story;
|
|
15
|
-
//# sourceMappingURL=FormInfoEditor.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FormInfoEditor.stories.d.ts","sourceRoot":"","sources":["../../src/stories/FormInfoEditor.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAG5D,OAAO,EACL,cAAc,EAGf,MAAM,qCAAqC,CAAC;AAE7C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,cAAc,CAiBrC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAGnC,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC;AAGF,eAAO,MAAM,QAAQ,EAAE,KAMtB,CAAC;AAGF,eAAO,MAAM,eAAe,EAAE,KAc7B,CAAC;AA0BF,eAAO,MAAM,WAAW,EAAE,KASzB,CAAC;AAGF,eAAO,MAAM,QAAQ,EAAE,KAKtB,CAAC;AAGF,eAAO,MAAM,WAAW,EAAE,KAazB,CAAC;AAGF,eAAO,MAAM,gBAAgB,EAAE,KAO9B,CAAC;AAGF,eAAO,MAAM,SAAS,EAAE,KAMvB,CAAC;AAGF,eAAO,MAAM,UAAU,EAAE,KAqCxB,CAAC"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { FormulaField } from '../plugins/report-query-plugin/components/result-cards/FormulaField';
|
|
3
|
-
declare const meta: Meta<typeof FormulaField>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
/** COUNT → 计数 */
|
|
7
|
-
export declare const Count: Story;
|
|
8
|
-
/** SUM → 求和 */
|
|
9
|
-
export declare const Sum: Story;
|
|
10
|
-
/** MAX → 最大值 */
|
|
11
|
-
export declare const Max: Story;
|
|
12
|
-
/** MIN → 最小值 */
|
|
13
|
-
export declare const Min: Story;
|
|
14
|
-
/** AVERAGE → 平均 */
|
|
15
|
-
export declare const Average: Story;
|
|
16
|
-
/** COUNTDISTINCT → 去重计数 */
|
|
17
|
-
export declare const CountDistinct: Story;
|
|
18
|
-
/** 算术表达式(无聚合函数) → 不显示 tag */
|
|
19
|
-
export declare const ArithmeticExpression: Story;
|
|
20
|
-
/** 长标题截断 */
|
|
21
|
-
export declare const LongTitle: Story;
|
|
22
|
-
/** 多条公式一览 */
|
|
23
|
-
export declare const MultipleFormulas: Story;
|
|
24
|
-
//# sourceMappingURL=FormulaField.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FormulaField.stories.d.ts","sourceRoot":"","sources":["../../src/stories/FormulaField.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAE5D,OAAO,EAAE,YAAY,EAAE,MAAM,oEAAoE,CAAC;AAElG,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CAqBC,CAAC;AAEtC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,iBAAiB;AACjB,eAAO,MAAM,KAAK,EAAE,KAAU,CAAC;AAE/B,eAAe;AACf,eAAO,MAAM,GAAG,EAAE,KAQjB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,GAAG,EAAE,KAQjB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,GAAG,EAAE,KAQjB,CAAC;AAEF,mBAAmB;AACnB,eAAO,MAAM,OAAO,EAAE,KAQrB,CAAC;AAEF,2BAA2B;AAC3B,eAAO,MAAM,aAAa,EAAE,KAQ3B,CAAC;AAEF,6BAA6B;AAC7B,eAAO,MAAM,oBAAoB,EAAE,KAQlC,CAAC;AAEF,YAAY;AACZ,eAAO,MAAM,SAAS,EAAE,KAQvB,CAAC;AAEF,aAAa;AACb,eAAO,MAAM,gBAAgB,EAAE,KAgC9B,CAAC"}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { FormulaOp } from '@baishuyun/types';
|
|
3
|
-
declare const meta: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: ({ type, className }: import('../components/bs-ui/formula-tag').FormulaTagProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
tags: string[];
|
|
7
|
-
parameters: {
|
|
8
|
-
layout: string;
|
|
9
|
-
};
|
|
10
|
-
argTypes: {
|
|
11
|
-
type: {
|
|
12
|
-
control: "select";
|
|
13
|
-
options: FormulaOp[];
|
|
14
|
-
description: string;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
args: {
|
|
18
|
-
type: "sum";
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
export default meta;
|
|
22
|
-
type Story = StoryObj<typeof meta>;
|
|
23
|
-
/** 求和 – #3767F1 */
|
|
24
|
-
export declare const Sum: Story;
|
|
25
|
-
/** 最大值 – #F06648 */
|
|
26
|
-
export declare const Max: Story;
|
|
27
|
-
/** 最小值 – #4ACC8C */
|
|
28
|
-
export declare const Min: Story;
|
|
29
|
-
/** 平均 – #4AC0EC */
|
|
30
|
-
export declare const Average: Story;
|
|
31
|
-
/** 计数 – #9362CE */
|
|
32
|
-
export declare const Count: Story;
|
|
33
|
-
/** 去重计数 – #F168B6 */
|
|
34
|
-
export declare const CountDistinct: Story;
|
|
35
|
-
/** 所有统计方式一览 */
|
|
36
|
-
export declare const AllTypes: Story;
|
|
37
|
-
//# sourceMappingURL=FormulaTag.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FormulaTag.stories.d.ts","sourceRoot":"","sources":["../../src/stories/FormulaTag.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAG5D,OAAO,EAAE,KAAK,SAAS,EAAoB,MAAM,kBAAkB,CAAC;AAEpE,QAAA,MAAM,IAAI;;;;;;;;;;qBAUsC,SAAS,EAAE;;;;;;;CAOxB,CAAC;AAEpC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,mBAAmB;AACnB,eAAO,MAAM,GAAG,EAAE,KAEjB,CAAC;AAEF,oBAAoB;AACpB,eAAO,MAAM,GAAG,EAAE,KAEjB,CAAC;AAEF,oBAAoB;AACpB,eAAO,MAAM,GAAG,EAAE,KAEjB,CAAC;AAEF,mBAAmB;AACnB,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF,mBAAmB;AACnB,eAAO,MAAM,KAAK,EAAE,KAEnB,CAAC;AAEF,qBAAqB;AACrB,eAAO,MAAM,aAAa,EAAE,KAE3B,CAAC;AAEF,eAAe;AACf,eAAO,MAAM,QAAQ,EAAE,KAQtB,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: (props: {
|
|
5
|
-
children?: React.ReactNode;
|
|
6
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
tags: string[];
|
|
8
|
-
parameters: {
|
|
9
|
-
layout: string;
|
|
10
|
-
};
|
|
11
|
-
args: {};
|
|
12
|
-
};
|
|
13
|
-
export default meta;
|
|
14
|
-
type Story = StoryObj<typeof meta>;
|
|
15
|
-
export declare const Default: Story;
|
|
16
|
-
//# sourceMappingURL=GenerateAnimation.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GenerateAnimation.stories.d.ts","sourceRoot":"","sources":["../../src/stories/GenerateAnimation.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAI5D,QAAA,MAAM,IAAI;;;gBAJyC,CAAC;;;;;;;CAYV,CAAC;AAE3C,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: import('react').ForwardRefExoticComponent<import('../components/bs-ui/icon-btn').IconBtnProps & import('react').RefAttributes<HTMLButtonElement>>;
|
|
5
|
-
tags: string[];
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
args: {};
|
|
10
|
-
};
|
|
11
|
-
export default meta;
|
|
12
|
-
type Story = StoryObj<typeof meta>;
|
|
13
|
-
export declare const Base: Story;
|
|
14
|
-
export declare const Rounded: Story;
|
|
15
|
-
//# sourceMappingURL=IconBtn.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconBtn.stories.d.ts","sourceRoot":"","sources":["../../src/stories/IconBtn.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAK5D,QAAA,MAAM,IAAI;;;;;;;;CAUsB,CAAC;AAEjC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,IAAI,EAAE,KAIlB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconLib.d.ts","sourceRoot":"","sources":["../../src/stories/IconLib.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,WAAW;;;;;;;;;;CA8BvB,CAAC"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: {
|
|
5
|
-
(): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
storyName: string;
|
|
7
|
-
parameters: {
|
|
8
|
-
docs: {
|
|
9
|
-
description: {
|
|
10
|
-
story: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
tags: string[];
|
|
16
|
-
parameters: {
|
|
17
|
-
layout: string;
|
|
18
|
-
};
|
|
19
|
-
args: {};
|
|
20
|
-
};
|
|
21
|
-
export default meta;
|
|
22
|
-
type Story = StoryObj<typeof meta>;
|
|
23
|
-
export declare const Base: Story;
|
|
24
|
-
//# sourceMappingURL=Icons.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Icons.stories.d.ts","sourceRoot":"","sources":["../../src/stories/Icons.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAI5D,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;CAU0B,CAAC;AAErC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,IAAI,EAAE,KAElB,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: ({ url, alt, className, size }: import('../components/bs-ui/img-part').ImgMsgPartProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
tags: string[];
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
args: {
|
|
10
|
-
url: string;
|
|
11
|
-
alt: string;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
export default meta;
|
|
15
|
-
type Story = StoryObj<typeof meta>;
|
|
16
|
-
export declare const Default: Story;
|
|
17
|
-
export declare const Large: Story;
|
|
18
|
-
export declare const Small: Story;
|
|
19
|
-
export declare const WithCustomClassName: Story;
|
|
20
|
-
//# sourceMappingURL=ImgMsgPart.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ImgMsgPart.stories.d.ts","sourceRoot":"","sources":["../../src/stories/ImgMsgPart.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAI5D,QAAA,MAAM,IAAI;;;;;;;;;;;CAWyB,CAAC;AAEpC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAInB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAInB,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,KAIjC,CAAC"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: import('react').FC<import('../components/bs-ui/line-checker').LineCheckerProps>;
|
|
5
|
-
tags: string[];
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
args: {};
|
|
10
|
-
};
|
|
11
|
-
export default meta;
|
|
12
|
-
type Story = StoryObj<typeof meta>;
|
|
13
|
-
export declare const Default: Story;
|
|
14
|
-
export declare const WithIcon: Story;
|
|
15
|
-
export declare const LongTitle: Story;
|
|
16
|
-
export declare const Checked: Story;
|
|
17
|
-
export declare const Disabled: Story;
|
|
18
|
-
export declare const DisabledChecked: Story;
|
|
19
|
-
export declare const NoShortDesc: Story;
|
|
20
|
-
export declare const NoIcon: Story;
|
|
21
|
-
export declare const MinimalVariant: Story;
|
|
22
|
-
export declare const WithExtraNodes: Story;
|
|
23
|
-
//# sourceMappingURL=LineChecker.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LineChecker.stories.d.ts","sourceRoot":"","sources":["../../src/stories/LineChecker.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAK5D,QAAA,MAAM,IAAI;;;;;;;;CAU0B,CAAC;AAErC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAQrB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAStB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KASvB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAOrB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAUtB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAW7B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAQzB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,KAQpB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAI5B,CAAC;AAGF,eAAO,MAAM,cAAc,EAAE,KAoB5B,CAAC"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: import('react').FC<import('../components/bs-ui/linear-gradient-border-btn').LinearGradientBorderBtnProps>;
|
|
5
|
-
tags: string[];
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
args: {};
|
|
10
|
-
};
|
|
11
|
-
export default meta;
|
|
12
|
-
type Story = StoryObj<typeof meta>;
|
|
13
|
-
export declare const Default: Story;
|
|
14
|
-
export declare const ShortText: Story;
|
|
15
|
-
export declare const LongText: Story;
|
|
16
|
-
export declare const Disabled: Story;
|
|
17
|
-
export declare const WithClickHandler: Story;
|
|
18
|
-
export declare const CustomClassName: Story;
|
|
19
|
-
export declare const MultipleButtons: Story;
|
|
20
|
-
export declare const WithIcon: Story;
|
|
21
|
-
export declare const FixedWidth: Story;
|
|
22
|
-
//# sourceMappingURL=LinearGradientBorderBtn.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LinearGradientBorderBtn.stories.d.ts","sourceRoot":"","sources":["../../src/stories/LinearGradientBorderBtn.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAK5D,QAAA,MAAM,IAAI;;;;;;;;CAUsC,CAAC;AAEjD,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAIvB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAItB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAKtB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAK9B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAK7B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAQ7B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAStB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KAKxB,CAAC"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: ({ children, width, height, style, childrenContainerStyle, }: {
|
|
5
|
-
children?: React.ReactNode;
|
|
6
|
-
width?: string | number;
|
|
7
|
-
height?: string | number;
|
|
8
|
-
style?: React.CSSProperties;
|
|
9
|
-
childrenContainerStyle?: React.CSSProperties;
|
|
10
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
tags: string[];
|
|
12
|
-
parameters: {
|
|
13
|
-
layout: string;
|
|
14
|
-
};
|
|
15
|
-
args: {};
|
|
16
|
-
};
|
|
17
|
-
export default meta;
|
|
18
|
-
type Story = StoryObj<typeof meta>;
|
|
19
|
-
export declare const Default: Story;
|
|
20
|
-
export declare const WithContent: Story;
|
|
21
|
-
export declare const FixedSize: Story;
|
|
22
|
-
export declare const TallSize: Story;
|
|
23
|
-
//# sourceMappingURL=LinearGradientColorBgAnimation.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LinearGradientColorBgAnimation.stories.d.ts","sourceRoot":"","sources":["../../src/stories/LinearGradientColorBgAnimation.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAI5D,QAAA,MAAM,IAAI;;;gBAF4D,CAAC;aAA0B,CAAC;cAG7F,CAAC;aAA0B,CAAC;8BACd,CAAC;;;;;;;CAMmC,CAAC;AAExD,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAqBzB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAKvB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAKtB,CAAC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: ({ fileName, className, size }: import('../components/bs-ui/number-part').NumbersMsgPartProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
tags: string[];
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
args: {
|
|
10
|
-
fileName: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
export default meta;
|
|
14
|
-
type Story = StoryObj<typeof meta>;
|
|
15
|
-
export declare const Default: Story;
|
|
16
|
-
export declare const Small: Story;
|
|
17
|
-
export declare const LongFileName: Story;
|
|
18
|
-
export declare const IconOnly: Story;
|
|
19
|
-
//# sourceMappingURL=NumbersMsgPart.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NumbersMsgPart.stories.d.ts","sourceRoot":"","sources":["../../src/stories/NumbersMsgPart.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAI5D,QAAA,MAAM,IAAI;;;;;;;;;;CAU6B,CAAC;AAExC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAKnB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAI1B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAItB,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: ({ bgColor, color, label, children, }: import('../components/bs-ui/option-item').OptionItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
tags: string[];
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
args: {};
|
|
10
|
-
};
|
|
11
|
-
export default meta;
|
|
12
|
-
type Story = StoryObj<typeof meta>;
|
|
13
|
-
export declare const Default: Story;
|
|
14
|
-
export declare const WithBgColor: Story;
|
|
15
|
-
export declare const RedVariant: Story;
|
|
16
|
-
export declare const GreenVariant: Story;
|
|
17
|
-
export declare const WithChildren: Story;
|
|
18
|
-
export declare const WithIcon: Story;
|
|
19
|
-
export declare const CustomColor: Story;
|
|
20
|
-
//# sourceMappingURL=OptionItem.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"OptionItem.stories.d.ts","sourceRoot":"","sources":["../../src/stories/OptionItem.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAI5D,QAAA,MAAM,IAAI;;;;;;;;CAUyB,CAAC;AAEpC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAMzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KAMxB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAM1B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAM1B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAWtB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAMzB,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { PreviewerHeader } from '../components/bs-ui/previewer-header';
|
|
3
|
-
declare const meta: Meta<typeof PreviewerHeader>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const ActiveMode: Story;
|
|
8
|
-
export declare const WithTips: Story;
|
|
9
|
-
export declare const DataVariant: Story;
|
|
10
|
-
//# sourceMappingURL=PreviewerHeader.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PreviewerHeader.stories.d.ts","sourceRoot":"","sources":["../../src/stories/PreviewerHeader.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,qCAAqC,CAAC;AAEtE,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,eAAe,CAOtC,CAAC;AACF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAOrB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KAQxB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAStB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAQzB,CAAC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: ({ text, prefixDesc, className, disabled, light, icon, children, ...rest }: import('../components/bs-ui/primary-confirm-btn').PrimaryConfirmBtnProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
tags: string[];
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
args: {};
|
|
10
|
-
};
|
|
11
|
-
export default meta;
|
|
12
|
-
type Story = StoryObj<typeof meta>;
|
|
13
|
-
export declare const Default: Story;
|
|
14
|
-
export declare const Light: Story;
|
|
15
|
-
export declare const Disabled: Story;
|
|
16
|
-
export declare const CustomText: Story;
|
|
17
|
-
export declare const WithIcon: Story;
|
|
18
|
-
export declare const DisabledWithInfo: Story;
|
|
19
|
-
//# sourceMappingURL=PrimaryConfirmBtn.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PrimaryConfirmBtn.stories.d.ts","sourceRoot":"","sources":["../../src/stories/PrimaryConfirmBtn.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAK5D,QAAA,MAAM,IAAI;;;;;;;;CAUgC,CAAC;AAE3C,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAKnB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAKtB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KAIxB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAKtB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAM9B,CAAC"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: ({ children, className, minimal, entryVariant, icon, ...rest }: import('../components/bs-ui/primary-entry-btn').PrimaryEntryBtnProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
tags: string[];
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
args: {};
|
|
10
|
-
argTypes: {
|
|
11
|
-
entryVariant: {
|
|
12
|
-
control: "select";
|
|
13
|
-
options: string[];
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
export default meta;
|
|
18
|
-
type Story = StoryObj<typeof meta>;
|
|
19
|
-
export declare const Base: Story;
|
|
20
|
-
export declare const Minimal: Story;
|
|
21
|
-
export declare const Ghost: Story;
|
|
22
|
-
export declare const Selected: Story;
|
|
23
|
-
export declare const CustomIcon: Story;
|
|
24
|
-
export declare const GhostMinimal: Story;
|
|
25
|
-
export declare const SelectedMinimal: Story;
|
|
26
|
-
//# sourceMappingURL=PrimaryEntryBtn.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PrimaryEntryBtn.stories.d.ts","sourceRoot":"","sources":["../../src/stories/PrimaryEntryBtn.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAM5D,QAAA,MAAM,IAAI;;;;;;;;;;;;;;CAgB8B,CAAC;AAEzC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,IAAI,EAAE,KAIlB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAKnB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAKtB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KAMxB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAK1B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAK7B,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: ({ onClick, className }: import('../components/bs-ui/scroll-to-bottom-btn').ScrollToBottomProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
tags: string[];
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
args: {};
|
|
10
|
-
};
|
|
11
|
-
export default meta;
|
|
12
|
-
type Story = StoryObj<typeof meta>;
|
|
13
|
-
export declare const Default: Story;
|
|
14
|
-
export declare const WithOnClick: Story;
|
|
15
|
-
//# sourceMappingURL=ScrollToBottom.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScrollToBottom.stories.d.ts","sourceRoot":"","sources":["../../src/stories/ScrollToBottom.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAI5D,QAAA,MAAM,IAAI;;;;;;;;CAQ6B,CAAC;AAExC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC,eAAO,MAAM,WAAW,EAAE,KAIzB,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
|
-
import { SplitLineProps } from '../components/bs-ui/split-line';
|
|
3
|
-
declare const meta: Meta<SplitLineProps>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<SplitLineProps>;
|
|
6
|
-
export declare const Default: Story;
|
|
7
|
-
export declare const CustomWidth: Story;
|
|
8
|
-
export declare const CustomClassName: Story;
|
|
9
|
-
//# sourceMappingURL=SplitLine.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SplitLine.stories.d.ts","sourceRoot":"","sources":["../../src/stories/SplitLine.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAE5D,OAAO,EAAa,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAE1E,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,cAAc,CAc9B,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,cAAc,CAAC,CAAC;AAEtC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC,eAAO,MAAM,WAAW,EAAE,KAQzB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAI7B,CAAC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: import('react').ForwardRefExoticComponent<import('../components/bs-ui/tab-radio-group').TabRadioGroupProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
5
|
-
tags: string[];
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
args: {};
|
|
10
|
-
};
|
|
11
|
-
export default meta;
|
|
12
|
-
type Story = StoryObj<typeof meta>;
|
|
13
|
-
export declare const Default: Story;
|
|
14
|
-
export declare const NormalSelected: Story;
|
|
15
|
-
export declare const ThreeOptions: Story;
|
|
16
|
-
export declare const WithCustomWidth: Story;
|
|
17
|
-
export declare const Controlled: Story;
|
|
18
|
-
//# sourceMappingURL=TabRadioGroup.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TabRadioGroup.stories.d.ts","sourceRoot":"","sources":["../../src/stories/TabRadioGroup.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAK5D,QAAA,MAAM,IAAI;;;;;;;;CAQ4B,CAAC;AAEvC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAQrB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAQ5B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAS1B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAS7B,CAAC;AAoBF,eAAO,MAAM,UAAU,EAAE,KAKxB,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: ({ text, children }: import('../components/bs-ui/user-txt-msg-bubble').UserTextMsgBubbleProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
tags: string[];
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
args: {};
|
|
10
|
-
};
|
|
11
|
-
export default meta;
|
|
12
|
-
type Story = StoryObj<typeof meta>;
|
|
13
|
-
export declare const Base: Story;
|
|
14
|
-
//# sourceMappingURL=UserTextMsgBubble.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UserTextMsgBubble.stories.d.ts","sourceRoot":"","sources":["../../src/stories/UserTextMsgBubble.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAI5D,QAAA,MAAM,IAAI;;;;;;;;CAUgC,CAAC;AAE3C,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,IAAI,EAAE,KAIlB,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
-
declare const meta: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: ({ message, className, }: import('../components/bs-ui/warning-msg').WarningMessageProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
tags: string[];
|
|
6
|
-
parameters: {
|
|
7
|
-
layout: string;
|
|
8
|
-
};
|
|
9
|
-
args: {
|
|
10
|
-
message: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
export default meta;
|
|
14
|
-
type Story = StoryObj<typeof meta>;
|
|
15
|
-
export declare const Base: Story;
|
|
16
|
-
//# sourceMappingURL=WarningMessage.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WarningMessage.stories.d.ts","sourceRoot":"","sources":["../../src/stories/WarningMessage.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAI5D,QAAA,MAAM,IAAI;;;;;;;;;;CAU6B,CAAC;AAExC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,IAAI,EAAE,KAElB,CAAC"}
|