@nxgt/material 1.0.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/README.md +107 -0
- package/dist/components.js +2 -0
- package/dist/dist-B_rdiwEZ.js +16576 -0
- package/dist/dnd.js +2 -0
- package/dist/hooks-BPv0i6YN.js +581 -0
- package/dist/hooks.js +3 -0
- package/dist/i18n-1Eg35q8-.js +4617 -0
- package/dist/i18n.js +2 -0
- package/dist/lib/components/index.d.ts +136 -0
- package/dist/lib/components/ui/accordion-card.d.ts +13 -0
- package/dist/lib/components/ui/accordion.d.ts +7 -0
- package/dist/lib/components/ui/accordion.stories.d.ts +15 -0
- package/dist/lib/components/ui/action-card.d.ts +11 -0
- package/dist/lib/components/ui/action-card.stories.d.ts +20 -0
- package/dist/lib/components/ui/activity.d.ts +5 -0
- package/dist/lib/components/ui/app-bar/bottom-app-bar.d.ts +3 -0
- package/dist/lib/components/ui/app-bar/bottom-app-bar.stories.d.ts +15 -0
- package/dist/lib/components/ui/app-bar/index.d.ts +2 -0
- package/dist/lib/components/ui/app-bar/top-app-bar.d.ts +3 -0
- package/dist/lib/components/ui/app-shell/activity-content.d.ts +18 -0
- package/dist/lib/components/ui/app-shell/activity-layout.d.ts +22 -0
- package/dist/lib/components/ui/app-shell/app-breadcrumb.d.ts +19 -0
- package/dist/lib/components/ui/app-shell/app-header.d.ts +21 -0
- package/dist/lib/components/ui/app-shell/app-shell.stories.d.ts +17 -0
- package/dist/lib/components/ui/app-shell/app-shell.utils.d.ts +44 -0
- package/dist/lib/components/ui/app-shell/app-shell.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/app-shell/app-sidebar.d.ts +17 -0
- package/dist/lib/components/ui/app-shell/index.d.ts +7 -0
- package/dist/lib/components/ui/app-shell/types.d.ts +24 -0
- package/dist/lib/components/ui/attributes/attribute-dialog.d.ts +10 -0
- package/dist/lib/components/ui/attributes/attribute-form/attribute-form.d.ts +10 -0
- package/dist/lib/components/ui/attributes/attribute-form/attribute-value-form-field.d.ts +12 -0
- package/dist/lib/components/ui/attributes/attribute-form/consts.d.ts +45 -0
- package/dist/lib/components/ui/attributes/attribute-form/index.d.ts +2 -0
- package/dist/lib/components/ui/attributes/attribute-form/types.d.ts +3 -0
- package/dist/lib/components/ui/attributes/attribute-values-form/attribute-values-form.d.ts +15 -0
- package/dist/lib/components/ui/attributes/attribute-values-form/index.d.ts +1 -0
- package/dist/lib/components/ui/attributes/attribute-values-form-field-set/attribute-values-form-field-set.d.ts +12 -0
- package/dist/lib/components/ui/attributes/attribute-values-form-field-set/index.d.ts +1 -0
- package/dist/lib/components/ui/attributes/attributes-field/attributes-field.d.ts +9 -0
- package/dist/lib/components/ui/attributes/attributes-field/index.d.ts +1 -0
- package/dist/lib/components/ui/attributes/attributes-field/state.d.ts +14 -0
- package/dist/lib/components/ui/attributes/attributes-form-field/attributes-form-field.d.ts +11 -0
- package/dist/lib/components/ui/attributes/attributes-form-field/index.d.ts +1 -0
- package/dist/lib/components/ui/attributes/attributes-list/attributes-list.d.ts +11 -0
- package/dist/lib/components/ui/attributes/attributes-list/index.d.ts +1 -0
- package/dist/lib/components/ui/attributes/attributes.stories.d.ts +17 -0
- package/dist/lib/components/ui/attributes/consts.d.ts +2 -0
- package/dist/lib/components/ui/attributes/index.d.ts +9 -0
- package/dist/lib/components/ui/attributes/models/attribute.d.ts +27 -0
- package/dist/lib/components/ui/attributes/models/index.d.ts +1 -0
- package/dist/lib/components/ui/attributes/utils.d.ts +4 -0
- package/dist/lib/components/ui/autocomplete.d.ts +40 -0
- package/dist/lib/components/ui/autocomplete.stories.d.ts +18 -0
- package/dist/lib/components/ui/avatar-group/avatar-group.d.ts +8 -0
- package/dist/lib/components/ui/avatar-group/avatar-group.stories.d.ts +16 -0
- package/dist/lib/components/ui/avatar-group/avatar-group.utils.d.ts +5 -0
- package/dist/lib/components/ui/avatar-group/avatar-group.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/avatar-group/index.d.ts +4 -0
- package/dist/lib/components/ui/avatar.d.ts +15 -0
- package/dist/lib/components/ui/avatar.stories.d.ts +16 -0
- package/dist/lib/components/ui/background.d.ts +2 -0
- package/dist/lib/components/ui/badge.d.ts +9 -0
- package/dist/lib/components/ui/badge.stories.d.ts +16 -0
- package/dist/lib/components/ui/banner/banner.d.ts +12 -0
- package/dist/lib/components/ui/banner/banner.stories.d.ts +18 -0
- package/dist/lib/components/ui/banner/index.d.ts +2 -0
- package/dist/lib/components/ui/barecode.d.ts +4 -0
- package/dist/lib/components/ui/barecode.stories.d.ts +42 -0
- package/dist/lib/components/ui/breadcrumb.d.ts +11 -0
- package/dist/lib/components/ui/breadcrumb.stories.d.ts +14 -0
- package/dist/lib/components/ui/buttons/button-group.d.ts +3 -0
- package/dist/lib/components/ui/buttons/button-group.stories.d.ts +18 -0
- package/dist/lib/components/ui/buttons/button.d.ts +16 -0
- package/dist/lib/components/ui/buttons/button.stories.d.ts +39 -0
- package/dist/lib/components/ui/buttons/icon-button.d.ts +13 -0
- package/dist/lib/components/ui/buttons/icon-button.stories.d.ts +23 -0
- package/dist/lib/components/ui/buttons/index.d.ts +6 -0
- package/dist/lib/components/ui/buttons/link.d.ts +7 -0
- package/dist/lib/components/ui/buttons/link.stories.d.ts +333 -0
- package/dist/lib/components/ui/buttons/responsive-button.d.ts +7 -0
- package/dist/lib/components/ui/buttons/responsive-button.stories.d.ts +22 -0
- package/dist/lib/components/ui/buttons/split-button.d.ts +8 -0
- package/dist/lib/components/ui/buttons/split-button.stories.d.ts +17 -0
- package/dist/lib/components/ui/calendar-year-view.d.ts +8 -0
- package/dist/lib/components/ui/calendar.d.ts +12 -0
- package/dist/lib/components/ui/calendar.stories.d.ts +19 -0
- package/dist/lib/components/ui/calendar.utils.d.ts +26 -0
- package/dist/lib/components/ui/calendar.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/camera/__storries__/camera.stories.d.ts +15 -0
- package/dist/lib/components/ui/camera/camera-content.d.ts +3 -0
- package/dist/lib/components/ui/camera/camera.d.ts +3 -0
- package/dist/lib/components/ui/camera/camera.provider.d.ts +6 -0
- package/dist/lib/components/ui/camera/consts.d.ts +2 -0
- package/dist/lib/components/ui/camera/index.d.ts +1 -0
- package/dist/lib/components/ui/camera/state/camera.reducers.d.ts +7 -0
- package/dist/lib/components/ui/camera/state/camera.reducers.test.d.ts +1 -0
- package/dist/lib/components/ui/camera/state/camera.slice.d.ts +148 -0
- package/dist/lib/components/ui/camera/state/camera.slice.test.d.ts +1 -0
- package/dist/lib/components/ui/camera/state/camera.store.d.ts +145 -0
- package/dist/lib/components/ui/camera/state/camera.thunks.d.ts +97 -0
- package/dist/lib/components/ui/camera/state/camera.thunks.test.d.ts +1 -0
- package/dist/lib/components/ui/camera/state/index.d.ts +2 -0
- package/dist/lib/components/ui/camera/types.d.ts +38 -0
- package/dist/lib/components/ui/camera/use-camera.d.ts +11 -0
- package/dist/lib/components/ui/camera/utils/camera.utils.d.ts +14 -0
- package/dist/lib/components/ui/camera/utils/camera.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/camera/utils/index.d.ts +1 -0
- package/dist/lib/components/ui/card.d.ts +9 -0
- package/dist/lib/components/ui/card.stories.d.ts +14 -0
- package/dist/lib/components/ui/carousel.d.ts +19 -0
- package/dist/lib/components/ui/carousel.stories.d.ts +14 -0
- package/dist/lib/components/ui/charts/area-chart.d.ts +5 -0
- package/dist/lib/components/ui/charts/area-chart.stories.d.ts +17 -0
- package/dist/lib/components/ui/charts/bar-chart.d.ts +7 -0
- package/dist/lib/components/ui/charts/bar-chart.stories.d.ts +17 -0
- package/dist/lib/components/ui/charts/chart-container.d.ts +10 -0
- package/dist/lib/components/ui/charts/funnel-chart.d.ts +7 -0
- package/dist/lib/components/ui/charts/funnel-chart.stories.d.ts +17 -0
- package/dist/lib/components/ui/charts/heatmap-chart.d.ts +13 -0
- package/dist/lib/components/ui/charts/heatmap-chart.stories.d.ts +17 -0
- package/dist/lib/components/ui/charts/index.d.ts +10 -0
- package/dist/lib/components/ui/charts/line-chart.d.ts +8 -0
- package/dist/lib/components/ui/charts/line-chart.stories.d.ts +17 -0
- package/dist/lib/components/ui/charts/pie-chart.d.ts +8 -0
- package/dist/lib/components/ui/charts/pie-chart.stories.d.ts +17 -0
- package/dist/lib/components/ui/charts/radar-chart.d.ts +7 -0
- package/dist/lib/components/ui/charts/radar-chart.stories.d.ts +17 -0
- package/dist/lib/components/ui/charts/scatter-chart.d.ts +7 -0
- package/dist/lib/components/ui/charts/scatter-chart.stories.d.ts +17 -0
- package/dist/lib/components/ui/charts/use-chart-theme.d.ts +11 -0
- package/dist/lib/components/ui/chat/chat-advanced.stories.d.ts +12 -0
- package/dist/lib/components/ui/chat/chat-composer-attachment-chip.d.ts +6 -0
- package/dist/lib/components/ui/chat/chat-composer-attachments.d.ts +18 -0
- package/dist/lib/components/ui/chat/chat-composer.d.ts +20 -0
- package/dist/lib/components/ui/chat/chat-conversation-item.d.ts +12 -0
- package/dist/lib/components/ui/chat/chat-copy-text.d.ts +2 -0
- package/dist/lib/components/ui/chat/chat-copy-text.test.d.ts +1 -0
- package/dist/lib/components/ui/chat/chat-markdown-inline.d.ts +3 -0
- package/dist/lib/components/ui/chat/chat-markdown.d.ts +6 -0
- package/dist/lib/components/ui/chat/chat-markdown.test.d.ts +1 -0
- package/dist/lib/components/ui/chat/chat-message-list.d.ts +11 -0
- package/dist/lib/components/ui/chat/chat-message-meta.d.ts +7 -0
- package/dist/lib/components/ui/chat/chat-message-separator.d.ts +7 -0
- package/dist/lib/components/ui/chat/chat-message.d.ts +20 -0
- package/dist/lib/components/ui/chat/chat-reaction-group.d.ts +14 -0
- package/dist/lib/components/ui/chat/chat-thread.d.ts +11 -0
- package/dist/lib/components/ui/chat/chat-typing-indicator.d.ts +5 -0
- package/dist/lib/components/ui/chat/chat-unseen.d.ts +1 -0
- package/dist/lib/components/ui/chat/chat-unseen.test.d.ts +1 -0
- package/dist/lib/components/ui/chat/chat.stories.d.ts +19 -0
- package/dist/lib/components/ui/chat/index.d.ts +12 -0
- package/dist/lib/components/ui/chat/use-chat-composer-attachments.d.ts +25 -0
- package/dist/lib/components/ui/chat/use-chat-composer-attachments.test.d.ts +1 -0
- package/dist/lib/components/ui/check-card-field.d.ts +13 -0
- package/dist/lib/components/ui/checkbox-group.d.ts +15 -0
- package/dist/lib/components/ui/checkbox-group.stories.d.ts +21 -0
- package/dist/lib/components/ui/checkbox.d.ts +7 -0
- package/dist/lib/components/ui/checkbox.stories.d.ts +15 -0
- package/dist/lib/components/ui/chip.d.ts +11 -0
- package/dist/lib/components/ui/chip.stories.d.ts +26 -0
- package/dist/lib/components/ui/code/code-block.d.ts +12 -0
- package/dist/lib/components/ui/code/code-block.stories.d.ts +19 -0
- package/dist/lib/components/ui/code/code-diff.d.ts +11 -0
- package/dist/lib/components/ui/code/code-diff.stories.d.ts +13 -0
- package/dist/lib/components/ui/code/code-editor-chrome.d.ts +10 -0
- package/dist/lib/components/ui/code/highlight.d.ts +2 -0
- package/dist/lib/components/ui/code/highlight.test.d.ts +1 -0
- package/dist/lib/components/ui/code/index.d.ts +13 -0
- package/dist/lib/components/ui/code/json-node.d.ts +7 -0
- package/dist/lib/components/ui/code/json-viewer.d.ts +10 -0
- package/dist/lib/components/ui/code/json-viewer.stories.d.ts +16 -0
- package/dist/lib/components/ui/code/languages.d.ts +7 -0
- package/dist/lib/components/ui/code/languages.test.d.ts +1 -0
- package/dist/lib/components/ui/code/moonlight-monaco.d.ts +3 -0
- package/dist/lib/components/ui/code/moonlight-monaco.test.d.ts +1 -0
- package/dist/lib/components/ui/code/moonlight-tokens.d.ts +33 -0
- package/dist/lib/components/ui/code/moonlight-tokens.test.d.ts +1 -0
- package/dist/lib/components/ui/code/parse-json.d.ts +11 -0
- package/dist/lib/components/ui/code/parse-json.test.d.ts +1 -0
- package/dist/lib/components/ui/code-editor.d.ts +23 -0
- package/dist/lib/components/ui/code-editor.stories.d.ts +19 -0
- package/dist/lib/components/ui/collapsible.d.ts +6 -0
- package/dist/lib/components/ui/color-field/color-field.d.ts +8 -0
- package/dist/lib/components/ui/color-field/color-field.stories.d.ts +17 -0
- package/dist/lib/components/ui/color-field/index.d.ts +3 -0
- package/dist/lib/components/ui/color-field/normalize-hex.d.ts +1 -0
- package/dist/lib/components/ui/color-field/normalize-hex.test.d.ts +1 -0
- package/dist/lib/components/ui/combobox-field/combobox-field.d.ts +20 -0
- package/dist/lib/components/ui/combobox-field/combobox-field.stories.d.ts +15 -0
- package/dist/lib/components/ui/combobox-field/index.d.ts +2 -0
- package/dist/lib/components/ui/combobox.d.ts +27 -0
- package/dist/lib/components/ui/combobox.stories.d.ts +21 -0
- package/dist/lib/components/ui/command.d.ts +16 -0
- package/dist/lib/components/ui/contacts/contact-dialog.d.ts +10 -0
- package/dist/lib/components/ui/contacts/contact-item.d.ts +11 -0
- package/dist/lib/components/ui/contacts/contacts-form-field.d.ts +8 -0
- package/dist/lib/components/ui/contacts/contacts.d.ts +11 -0
- package/dist/lib/components/ui/contacts/contacts.stories.d.ts +16 -0
- package/dist/lib/components/ui/contacts/index.d.ts +6 -0
- package/dist/lib/components/ui/contacts/models.d.ts +25 -0
- package/dist/lib/components/ui/contacts/utils.d.ts +11 -0
- package/dist/lib/components/ui/context-menu.d.ts +25 -0
- package/dist/lib/components/ui/context-menu.stories.d.ts +14 -0
- package/dist/lib/components/ui/copy-button/copy-button.d.ts +7 -0
- package/dist/lib/components/ui/copy-button/copy-button.stories.d.ts +16 -0
- package/dist/lib/components/ui/copy-button/copy-to-clipboard.d.ts +1 -0
- package/dist/lib/components/ui/copy-button/copy-to-clipboard.test.d.ts +1 -0
- package/dist/lib/components/ui/copy-button/copy-value.d.ts +7 -0
- package/dist/lib/components/ui/copy-button/index.d.ts +5 -0
- package/dist/lib/components/ui/count-badge.d.ts +10 -0
- package/dist/lib/components/ui/count-badge.stories.d.ts +16 -0
- package/dist/lib/components/ui/country-field/country-field.d.ts +20 -0
- package/dist/lib/components/ui/country-field/country-field.stories.d.ts +15 -0
- package/dist/lib/components/ui/country-field/index.d.ts +2 -0
- package/dist/lib/components/ui/currency-field/currency-field.d.ts +8 -0
- package/dist/lib/components/ui/currency-field/currency-field.stories.d.ts +17 -0
- package/dist/lib/components/ui/currency-field/index.d.ts +3 -0
- package/dist/lib/components/ui/currency-field/parse-currency.d.ts +1 -0
- package/dist/lib/components/ui/currency-field/parse-currency.test.d.ts +1 -0
- package/dist/lib/components/ui/data-table/data-table-column-header.d.ts +9 -0
- package/dist/lib/components/ui/data-table/data-table-pagination.d.ts +10 -0
- package/dist/lib/components/ui/data-table/data-table-view-options.d.ts +5 -0
- package/dist/lib/components/ui/data-table/data-table.d.ts +21 -0
- package/dist/lib/components/ui/data-table/data-table.stories.d.ts +27 -0
- package/dist/lib/components/ui/data-table/features.d.ts +13 -0
- package/dist/lib/components/ui/data-table/hooks.d.ts +62 -0
- package/dist/lib/components/ui/data-table/index.d.ts +12 -0
- package/dist/lib/components/ui/date-field.d.ts +21 -0
- package/dist/lib/components/ui/date-field.stories.d.ts +15 -0
- package/dist/lib/components/ui/date-range-field.d.ts +17 -0
- package/dist/lib/components/ui/date-range-field.stories.d.ts +15 -0
- package/dist/lib/components/ui/description.d.ts +12 -0
- package/dist/lib/components/ui/dialog.d.ts +14 -0
- package/dist/lib/components/ui/dnd/compose-refs.d.ts +2 -0
- package/dist/lib/components/ui/dnd/dnd-item-context.d.ts +9 -0
- package/dist/lib/components/ui/dnd/dnd-overlay.d.ts +7 -0
- package/dist/lib/components/ui/dnd/dnd-provider.d.ts +7 -0
- package/dist/lib/components/ui/dnd/dnd.stories.d.ts +11 -0
- package/dist/lib/components/ui/dnd/drag-handle.d.ts +6 -0
- package/dist/lib/components/ui/dnd/draggable-droppable.d.ts +9 -0
- package/dist/lib/components/ui/dnd/draggable.d.ts +9 -0
- package/dist/lib/components/ui/dnd/droppable.d.ts +9 -0
- package/dist/lib/components/ui/dnd/index.d.ts +24 -0
- package/dist/lib/components/ui/dnd/insert-ids.d.ts +1 -0
- package/dist/lib/components/ui/dnd/insert-ids.test.d.ts +1 -0
- package/dist/lib/components/ui/dnd/sortable-provider.d.ts +9 -0
- package/dist/lib/components/ui/dnd/sortable.d.ts +10 -0
- package/dist/lib/components/ui/dnd/use-dnd-active-id.d.ts +2 -0
- package/dist/lib/components/ui/drawer.d.ts +14 -0
- package/dist/lib/components/ui/dropdown-menu.d.ts +26 -0
- package/dist/lib/components/ui/dropdown-menu.stories.d.ts +14 -0
- package/dist/lib/components/ui/duration-field/duration-field.d.ts +15 -0
- package/dist/lib/components/ui/duration-field/duration-field.stories.d.ts +15 -0
- package/dist/lib/components/ui/duration-field/index.d.ts +3 -0
- package/dist/lib/components/ui/duration-field/parse-duration.d.ts +5 -0
- package/dist/lib/components/ui/duration-field/parse-duration.test.d.ts +1 -0
- package/dist/lib/components/ui/education/index.d.ts +2 -0
- package/dist/lib/components/ui/education/questions/index.d.ts +3 -0
- package/dist/lib/components/ui/education/questions/question-boolean.d.ts +2 -0
- package/dist/lib/components/ui/education/questions/question-choice.d.ts +2 -0
- package/dist/lib/components/ui/education/questions/question-multi.d.ts +2 -0
- package/dist/lib/components/ui/education/questions/question-options.d.ts +9 -0
- package/dist/lib/components/ui/education/questions/question-text.d.ts +2 -0
- package/dist/lib/components/ui/education/questions/question.d.ts +2 -0
- package/dist/lib/components/ui/education/questions/question.stories.d.ts +16 -0
- package/dist/lib/components/ui/education/questions/question.utils.d.ts +6 -0
- package/dist/lib/components/ui/education/questions/question.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/education/questions/types.d.ts +26 -0
- package/dist/lib/components/ui/education/quizzes/index.d.ts +3 -0
- package/dist/lib/components/ui/education/quizzes/partials/quiz-body.d.ts +1 -0
- package/dist/lib/components/ui/education/quizzes/partials/quiz-nav.d.ts +1 -0
- package/dist/lib/components/ui/education/quizzes/partials/quiz-progress.d.ts +1 -0
- package/dist/lib/components/ui/education/quizzes/partials/quiz-results.d.ts +1 -0
- package/dist/lib/components/ui/education/quizzes/quiz-provider.d.ts +7 -0
- package/dist/lib/components/ui/education/quizzes/quiz.d.ts +3 -0
- package/dist/lib/components/ui/education/quizzes/quiz.slice.d.ts +95 -0
- package/dist/lib/components/ui/education/quizzes/quiz.slice.test.d.ts +1 -0
- package/dist/lib/components/ui/education/quizzes/quiz.stories.d.ts +13 -0
- package/dist/lib/components/ui/education/quizzes/quiz.utils.d.ts +12 -0
- package/dist/lib/components/ui/education/quizzes/quiz.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/education/quizzes/types.d.ts +19 -0
- package/dist/lib/components/ui/education/quizzes/use-quiz.d.ts +21 -0
- package/dist/lib/components/ui/education/quizzes/use-skip-first.d.ts +1 -0
- package/dist/lib/components/ui/email-field/email-field.d.ts +3 -0
- package/dist/lib/components/ui/email-field/email-field.stories.d.ts +16 -0
- package/dist/lib/components/ui/email-field/index.d.ts +3 -0
- package/dist/lib/components/ui/email-field/is-email.d.ts +1 -0
- package/dist/lib/components/ui/email-field/is-email.test.d.ts +1 -0
- package/dist/lib/components/ui/entity-header.d.ts +12 -0
- package/dist/lib/components/ui/entity-header.stories.d.ts +17 -0
- package/dist/lib/components/ui/event-calendar/event-calendar-context.d.ts +15 -0
- package/dist/lib/components/ui/event-calendar/event-calendar-events.utils.d.ts +14 -0
- package/dist/lib/components/ui/event-calendar/event-calendar-events.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/event-calendar/event-calendar.container.d.ts +9 -0
- package/dist/lib/components/ui/event-calendar/event-calendar.container.test.d.ts +1 -0
- package/dist/lib/components/ui/event-calendar/event-calendar.d.ts +26 -0
- package/dist/lib/components/ui/event-calendar/event-calendar.ids.d.ts +11 -0
- package/dist/lib/components/ui/event-calendar/event-calendar.keyboard.d.ts +22 -0
- package/dist/lib/components/ui/event-calendar/event-calendar.keyboard.test.d.ts +1 -0
- package/dist/lib/components/ui/event-calendar/event-calendar.preview.d.ts +4 -0
- package/dist/lib/components/ui/event-calendar/event-calendar.preview.test.d.ts +1 -0
- package/dist/lib/components/ui/event-calendar/event-calendar.slice.d.ts +22 -0
- package/dist/lib/components/ui/event-calendar/event-calendar.spans.d.ts +13 -0
- package/dist/lib/components/ui/event-calendar/event-calendar.spans.test.d.ts +1 -0
- package/dist/lib/components/ui/event-calendar/event-calendar.stories.d.ts +19 -0
- package/dist/lib/components/ui/event-calendar/event-calendar.utils.d.ts +22 -0
- package/dist/lib/components/ui/event-calendar/event-calendar.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/event-calendar/index.d.ts +5 -0
- package/dist/lib/components/ui/event-calendar/partials/agenda-view.d.ts +1 -0
- package/dist/lib/components/ui/event-calendar/partials/all-day-lane.d.ts +3 -0
- package/dist/lib/components/ui/event-calendar/partials/calendar-board.d.ts +1 -0
- package/dist/lib/components/ui/event-calendar/partials/calendar-date-picker.d.ts +1 -0
- package/dist/lib/components/ui/event-calendar/partials/calendar-event-chip.d.ts +8 -0
- package/dist/lib/components/ui/event-calendar/partials/calendar-now-line.d.ts +1 -0
- package/dist/lib/components/ui/event-calendar/partials/calendar-toolbar.d.ts +1 -0
- package/dist/lib/components/ui/event-calendar/partials/day-view.d.ts +1 -0
- package/dist/lib/components/ui/event-calendar/partials/event-color-swatches.d.ts +5 -0
- package/dist/lib/components/ui/event-calendar/partials/event-preview.d.ts +4 -0
- package/dist/lib/components/ui/event-calendar/partials/event-resize-handle.d.ts +5 -0
- package/dist/lib/components/ui/event-calendar/partials/month-day-cell.d.ts +10 -0
- package/dist/lib/components/ui/event-calendar/partials/month-day-dialog.d.ts +7 -0
- package/dist/lib/components/ui/event-calendar/partials/month-more.d.ts +5 -0
- package/dist/lib/components/ui/event-calendar/partials/month-view.d.ts +1 -0
- package/dist/lib/components/ui/event-calendar/partials/month-week-row.d.ts +10 -0
- package/dist/lib/components/ui/event-calendar/partials/span-event.d.ts +4 -0
- package/dist/lib/components/ui/event-calendar/partials/time-column.d.ts +3 -0
- package/dist/lib/components/ui/event-calendar/partials/time-grid-event.d.ts +5 -0
- package/dist/lib/components/ui/event-calendar/partials/time-grid.d.ts +3 -0
- package/dist/lib/components/ui/event-calendar/partials/week-view.d.ts +3 -0
- package/dist/lib/components/ui/event-calendar/types.d.ts +34 -0
- package/dist/lib/components/ui/event-calendar/use-event-calendar.d.ts +41 -0
- package/dist/lib/components/ui/event-calendar/use-month-create.d.ts +15 -0
- package/dist/lib/components/ui/event-calendar/use-slot-create.d.ts +19 -0
- package/dist/lib/components/ui/event-chip/event-chip.d.ts +16 -0
- package/dist/lib/components/ui/event-chip/event-chip.stories.d.ts +16 -0
- package/dist/lib/components/ui/event-chip/index.d.ts +2 -0
- package/dist/lib/components/ui/extended-label.d.ts +7 -0
- package/dist/lib/components/ui/feedback/alert-dialog.d.ts +15 -0
- package/dist/lib/components/ui/feedback/alert-dialog.stories.d.ts +14 -0
- package/dist/lib/components/ui/feedback/alert.d.ts +12 -0
- package/dist/lib/components/ui/feedback/alert.stories.d.ts +20 -0
- package/dist/lib/components/ui/feedback/circular-progress.d.ts +20 -0
- package/dist/lib/components/ui/feedback/circular-progress.stories.d.ts +33 -0
- package/dist/lib/components/ui/feedback/confirm-dialog.d.ts +12 -0
- package/dist/lib/components/ui/feedback/confirm-dialog.stories.d.ts +16 -0
- package/dist/lib/components/ui/feedback/confirmation-dialog.d.ts +17 -0
- package/dist/lib/components/ui/feedback/confirmation-dialog.stories.d.ts +17 -0
- package/dist/lib/components/ui/feedback/custom-alert-dialog.d.ts +10 -0
- package/dist/lib/components/ui/feedback/custom-alert-dialog.stories.d.ts +14 -0
- package/dist/lib/components/ui/feedback/custom-dialog.d.ts +10 -0
- package/dist/lib/components/ui/feedback/custom-dialog.stories.d.ts +17 -0
- package/dist/lib/components/ui/feedback/empty-state.d.ts +10 -0
- package/dist/lib/components/ui/feedback/empty-state.stories.d.ts +11 -0
- package/dist/lib/components/ui/feedback/index.d.ts +13 -0
- package/dist/lib/components/ui/feedback/progress-field.d.ts +9 -0
- package/dist/lib/components/ui/feedback/progress.d.ts +6 -0
- package/dist/lib/components/ui/feedback/progress.stories.d.ts +16 -0
- package/dist/lib/components/ui/feedback/spinner.d.ts +9 -0
- package/dist/lib/components/ui/feedback/spinner.stories.d.ts +24 -0
- package/dist/lib/components/ui/feedback/toast.d.ts +19 -0
- package/dist/lib/components/ui/feedback/toast.stories.d.ts +16 -0
- package/dist/lib/components/ui/feedback/toasts.d.ts +41 -0
- package/dist/lib/components/ui/feedback/toasts.test.d.ts +1 -0
- package/dist/lib/components/ui/field/field.d.ts +9 -0
- package/dist/lib/components/ui/field/index.d.ts +3 -0
- package/dist/lib/components/ui/field/renderers.d.ts +2 -0
- package/dist/lib/components/ui/field/types.d.ts +67 -0
- package/dist/lib/components/ui/file-list/file-list-field-row.d.ts +10 -0
- package/dist/lib/components/ui/file-list/file-list-field.d.ts +12 -0
- package/dist/lib/components/ui/file-list/file-list-field.stories.d.ts +15 -0
- package/dist/lib/components/ui/file-list/file-list-s3-field.d.ts +6 -0
- package/dist/lib/components/ui/file-list/file-list.d.ts +3 -0
- package/dist/lib/components/ui/file-list/file-list.stories.d.ts +17 -0
- package/dist/lib/components/ui/file-list/format-file-size.d.ts +1 -0
- package/dist/lib/components/ui/file-list/format-file-size.test.d.ts +1 -0
- package/dist/lib/components/ui/file-list/index.d.ts +8 -0
- package/dist/lib/components/ui/file-list/types.d.ts +17 -0
- package/dist/lib/components/ui/filter/__stories__/filter.stories.d.ts +26 -0
- package/dist/lib/components/ui/filter/consts.d.ts +51 -0
- package/dist/lib/components/ui/filter/filter-actions.d.ts +11 -0
- package/dist/lib/components/ui/filter/filter-chips.d.ts +5 -0
- package/dist/lib/components/ui/filter/filter-content.d.ts +9 -0
- package/dist/lib/components/ui/filter/filter-context.d.ts +52 -0
- package/dist/lib/components/ui/filter/filter-dialog.d.ts +15 -0
- package/dist/lib/components/ui/filter/filter-drawer.d.ts +16 -0
- package/dist/lib/components/ui/filter/filter-field.d.ts +14 -0
- package/dist/lib/components/ui/filter/filter-groups.d.ts +15 -0
- package/dist/lib/components/ui/filter/filter-inline.d.ts +13 -0
- package/dist/lib/components/ui/filter/filter-persistence-main.utils.d.ts +13 -0
- package/dist/lib/components/ui/filter/filter-persistence-main.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/filter/filter-persistence-presets.utils.d.ts +13 -0
- package/dist/lib/components/ui/filter/filter-persistence-presets.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/filter/filter-persistence-storage.utils.d.ts +13 -0
- package/dist/lib/components/ui/filter/filter-persistence-storage.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/filter/filter-persistence-url.utils.d.ts +17 -0
- package/dist/lib/components/ui/filter/filter-persistence-url.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/filter/filter-persistence.utils.d.ts +4 -0
- package/dist/lib/components/ui/filter/filter-persistence.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/filter/filter-popover.d.ts +17 -0
- package/dist/lib/components/ui/filter/filter-preset.utils.d.ts +11 -0
- package/dist/lib/components/ui/filter/filter-preset.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/filter/filter-presets.d.ts +5 -0
- package/dist/lib/components/ui/filter/filter-schema.utils.d.ts +34 -0
- package/dist/lib/components/ui/filter/filter-schema.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/filter/filter-sheet.d.ts +16 -0
- package/dist/lib/components/ui/filter/filter-trigger.d.ts +6 -0
- package/dist/lib/components/ui/filter/filter-validation.utils.d.ts +48 -0
- package/dist/lib/components/ui/filter/filter-validation.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/filter/filter-value.utils.d.ts +29 -0
- package/dist/lib/components/ui/filter/filter-value.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/filter/filter.d.ts +59 -0
- package/dist/lib/components/ui/filter/filter.utils.d.ts +3 -0
- package/dist/lib/components/ui/filter/filter.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/filter/forms/filter-form-field.d.ts +52 -0
- package/dist/lib/components/ui/filter/index.d.ts +21 -0
- package/dist/lib/components/ui/filter/types.d.ts +293 -0
- package/dist/lib/components/ui/filter/use-filter-modal.d.ts +6 -0
- package/dist/lib/components/ui/filter/use-filter-selector.d.ts +11 -0
- package/dist/lib/components/ui/filter/use-filter.d.ts +42 -0
- package/dist/lib/components/ui/format-count.d.ts +1 -0
- package/dist/lib/components/ui/format-count.test.d.ts +1 -0
- package/dist/lib/components/ui/forms/autocomplete-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/check-card-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/checkbox-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/checkbox-group-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/code-editor-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/color-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/combobox-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/country-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/currency-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/date-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/date-range-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/duration-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/email-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/file-list-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/file-list-s3-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/files-form-field.d.ts +9 -0
- package/dist/lib/components/ui/forms/form-field.d.ts +6 -0
- package/dist/lib/components/ui/forms/image-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/image-s3-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/index.d.ts +44 -0
- package/dist/lib/components/ui/forms/inline-edit-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/input-group-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/network-upload-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/number-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/otp-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/password-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/percent-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/phone-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/radio-group-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/rating-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/rich-text-editor-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/s3-upload-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/search-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/select-card-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/select-chip-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/select-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/slider-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/sortable-list-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/switch-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/text-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/textarea-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/time-form-field.d.ts +5 -0
- package/dist/lib/components/ui/forms/timezone-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/transfer-list-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/upload-form-field.d.ts +3 -0
- package/dist/lib/components/ui/forms/url-form-field.d.ts +3 -0
- package/dist/lib/components/ui/galleries/gallery-download.d.ts +12 -0
- package/dist/lib/components/ui/galleries/gallery-download.test.d.ts +1 -0
- package/dist/lib/components/ui/galleries/gallery-keyboard.d.ts +14 -0
- package/dist/lib/components/ui/galleries/gallery-keyboard.test.d.ts +1 -0
- package/dist/lib/components/ui/galleries/gallery-provider.d.ts +7 -0
- package/dist/lib/components/ui/galleries/gallery.d.ts +3 -0
- package/dist/lib/components/ui/galleries/gallery.presets.d.ts +4 -0
- package/dist/lib/components/ui/galleries/gallery.presets.test.d.ts +1 -0
- package/dist/lib/components/ui/galleries/gallery.slice.d.ts +149 -0
- package/dist/lib/components/ui/galleries/gallery.slice.test.d.ts +1 -0
- package/dist/lib/components/ui/galleries/gallery.stories.d.ts +23 -0
- package/dist/lib/components/ui/galleries/gallery.utils.d.ts +14 -0
- package/dist/lib/components/ui/galleries/gallery.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/galleries/index.d.ts +6 -0
- package/dist/lib/components/ui/galleries/lightbox-gallery.d.ts +6 -0
- package/dist/lib/components/ui/galleries/lightbox-gallery.stories.d.ts +12 -0
- package/dist/lib/components/ui/galleries/mini-gallery.d.ts +4 -0
- package/dist/lib/components/ui/galleries/mini-gallery.stories.d.ts +12 -0
- package/dist/lib/components/ui/galleries/partials/gallery-carousel.d.ts +3 -0
- package/dist/lib/components/ui/galleries/partials/gallery-chrome.d.ts +1 -0
- package/dist/lib/components/ui/galleries/partials/gallery-empty.d.ts +1 -0
- package/dist/lib/components/ui/galleries/partials/gallery-featured.d.ts +3 -0
- package/dist/lib/components/ui/galleries/partials/gallery-grid.d.ts +3 -0
- package/dist/lib/components/ui/galleries/partials/gallery-justified.d.ts +3 -0
- package/dist/lib/components/ui/galleries/partials/gallery-lightbox.d.ts +1 -0
- package/dist/lib/components/ui/galleries/partials/gallery-masonry.d.ts +3 -0
- package/dist/lib/components/ui/galleries/partials/gallery-media.d.ts +6 -0
- package/dist/lib/components/ui/galleries/partials/gallery-selection-bar.d.ts +1 -0
- package/dist/lib/components/ui/galleries/partials/gallery-stage.d.ts +8 -0
- package/dist/lib/components/ui/galleries/partials/gallery-strip.d.ts +3 -0
- package/dist/lib/components/ui/galleries/partials/gallery-tile.d.ts +8 -0
- package/dist/lib/components/ui/galleries/partials/gallery-trigger.d.ts +5 -0
- package/dist/lib/components/ui/galleries/types.d.ts +57 -0
- package/dist/lib/components/ui/galleries/use-gallery.d.ts +31 -0
- package/dist/lib/components/ui/galleries/use-skip-first.d.ts +1 -0
- package/dist/lib/components/ui/helper-text.d.ts +5 -0
- package/dist/lib/components/ui/hidrate-loading.d.ts +6 -0
- package/dist/lib/components/ui/hover-card.d.ts +6 -0
- package/dist/lib/components/ui/icon.d.ts +9 -0
- package/dist/lib/components/ui/icon.stories.d.ts +15 -0
- package/dist/lib/components/ui/icon.test.d.ts +1 -0
- package/dist/lib/components/ui/image-cropper/crop-image.d.ts +13 -0
- package/dist/lib/components/ui/image-cropper/crop-image.test.d.ts +1 -0
- package/dist/lib/components/ui/image-cropper/crop-resize-handles.d.ts +12 -0
- package/dist/lib/components/ui/image-cropper/crop-resize-handles.test.d.ts +1 -0
- package/dist/lib/components/ui/image-cropper/image-cropper-dialog.d.ts +9 -0
- package/dist/lib/components/ui/image-cropper/image-cropper.d.ts +11 -0
- package/dist/lib/components/ui/image-cropper/image-cropper.stories.d.ts +17 -0
- package/dist/lib/components/ui/image-cropper/index.d.ts +7 -0
- package/dist/lib/components/ui/image-cropper/types.d.ts +24 -0
- package/dist/lib/components/ui/image-field/image-field.d.ts +14 -0
- package/dist/lib/components/ui/image-field/image-field.stories.d.ts +15 -0
- package/dist/lib/components/ui/image-field/image-s3-field.d.ts +6 -0
- package/dist/lib/components/ui/image-field/index.d.ts +4 -0
- package/dist/lib/components/ui/inline-edit/index.d.ts +2 -0
- package/dist/lib/components/ui/inline-edit/inline-edit.d.ts +11 -0
- package/dist/lib/components/ui/inline-edit/inline-edit.stories.d.ts +17 -0
- package/dist/lib/components/ui/input-group-field.d.ts +12 -0
- package/dist/lib/components/ui/input-group-field.stories.d.ts +35 -0
- package/dist/lib/components/ui/input-group.d.ts +13 -0
- package/dist/lib/components/ui/input-group.stories.d.ts +25 -0
- package/dist/lib/components/ui/input-otp.d.ts +11 -0
- package/dist/lib/components/ui/input.d.ts +4 -0
- package/dist/lib/components/ui/kanban/index.d.ts +5 -0
- package/dist/lib/components/ui/kanban/kanban-context.d.ts +16 -0
- package/dist/lib/components/ui/kanban/kanban.d.ts +20 -0
- package/dist/lib/components/ui/kanban/kanban.keyboard.d.ts +25 -0
- package/dist/lib/components/ui/kanban/kanban.slice.d.ts +106 -0
- package/dist/lib/components/ui/kanban/kanban.stories.d.ts +17 -0
- package/dist/lib/components/ui/kanban/kanban.utils.d.ts +24 -0
- package/dist/lib/components/ui/kanban/kanban.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/kanban/partials/kanban-board.d.ts +1 -0
- package/dist/lib/components/ui/kanban/partials/kanban-card-preview.d.ts +4 -0
- package/dist/lib/components/ui/kanban/partials/kanban-card.d.ts +7 -0
- package/dist/lib/components/ui/kanban/partials/kanban-column-header.d.ts +7 -0
- package/dist/lib/components/ui/kanban/partials/kanban-column.d.ts +4 -0
- package/dist/lib/components/ui/kanban/partials/kanban-composer.d.ts +5 -0
- package/dist/lib/components/ui/kanban/partials/kanban-group.d.ts +6 -0
- package/dist/lib/components/ui/kanban/types.d.ts +47 -0
- package/dist/lib/components/ui/kanban/use-kanban.d.ts +31 -0
- package/dist/lib/components/ui/kbd-shortcut.d.ts +6 -0
- package/dist/lib/components/ui/kbd.d.ts +3 -0
- package/dist/lib/components/ui/kbd.stories.d.ts +16 -0
- package/dist/lib/components/ui/label.d.ts +6 -0
- package/dist/lib/components/ui/language-switcher.d.ts +6 -0
- package/dist/lib/components/ui/language-switcher.stories.d.ts +14 -0
- package/dist/lib/components/ui/layout/index.d.ts +3 -0
- package/dist/lib/components/ui/layout/list-details-layout.d.ts +47 -0
- package/dist/lib/components/ui/layout/list-details-layout.stories.d.ts +13 -0
- package/dist/lib/components/ui/layout/pane-layout.d.ts +48 -0
- package/dist/lib/components/ui/layout/pane-layout.stories.d.ts +13 -0
- package/dist/lib/components/ui/layout/thread-layout.d.ts +18 -0
- package/dist/lib/components/ui/layout/thread-layout.stories.d.ts +15 -0
- package/dist/lib/components/ui/list-tile.d.ts +12 -0
- package/dist/lib/components/ui/list-tile.stories.d.ts +18 -0
- package/dist/lib/components/ui/load-more-button.d.ts +25 -0
- package/dist/lib/components/ui/load-more-button.stories.d.ts +17 -0
- package/dist/lib/components/ui/menubar.d.ts +26 -0
- package/dist/lib/components/ui/navigation-rail/index.d.ts +1 -0
- package/dist/lib/components/ui/navigation-rail/navigation-rail.d.ts +1 -0
- package/dist/lib/components/ui/notifications/index.d.ts +2 -0
- package/dist/lib/components/ui/notifications/notifications-provider.d.ts +7 -0
- package/dist/lib/components/ui/notifications/notifications.d.ts +3 -0
- package/dist/lib/components/ui/notifications/notifications.slice.d.ts +67 -0
- package/dist/lib/components/ui/notifications/notifications.slice.test.d.ts +1 -0
- package/dist/lib/components/ui/notifications/notifications.stories.d.ts +16 -0
- package/dist/lib/components/ui/notifications/notifications.utils.d.ts +8 -0
- package/dist/lib/components/ui/notifications/notifications.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/notifications/partials/notifications-bell.d.ts +1 -0
- package/dist/lib/components/ui/notifications/partials/notifications-categories.d.ts +1 -0
- package/dist/lib/components/ui/notifications/partials/notifications-empty.d.ts +1 -0
- package/dist/lib/components/ui/notifications/partials/notifications-inbox.d.ts +3 -0
- package/dist/lib/components/ui/notifications/partials/notifications-item.d.ts +4 -0
- package/dist/lib/components/ui/notifications/partials/notifications-list.d.ts +1 -0
- package/dist/lib/components/ui/notifications/partials/notifications-toolbar.d.ts +1 -0
- package/dist/lib/components/ui/notifications/types.d.ts +40 -0
- package/dist/lib/components/ui/notifications/use-notifications.d.ts +20 -0
- package/dist/lib/components/ui/notifications/use-skip-first.d.ts +1 -0
- package/dist/lib/components/ui/number-field/index.d.ts +3 -0
- package/dist/lib/components/ui/number-field/number-field.d.ts +22 -0
- package/dist/lib/components/ui/number-field/number-field.stories.d.ts +18 -0
- package/dist/lib/components/ui/number-field/parse-number.d.ts +3 -0
- package/dist/lib/components/ui/number-field/parse-number.test.d.ts +1 -0
- package/dist/lib/components/ui/opening-hours/consts.d.ts +18 -0
- package/dist/lib/components/ui/opening-hours/index.d.ts +6 -0
- package/dist/lib/components/ui/opening-hours/models.d.ts +7 -0
- package/dist/lib/components/ui/opening-hours/opening-hours-dialog.d.ts +10 -0
- package/dist/lib/components/ui/opening-hours/opening-hours-form-field.d.ts +9 -0
- package/dist/lib/components/ui/opening-hours/opening-hours-item.d.ts +11 -0
- package/dist/lib/components/ui/opening-hours/opening-hours.d.ts +12 -0
- package/dist/lib/components/ui/opening-hours/opening-hours.stories.d.ts +15 -0
- package/dist/lib/components/ui/otp-field.d.ts +9 -0
- package/dist/lib/components/ui/otp-field.stories.d.ts +30 -0
- package/dist/lib/components/ui/pagination/index.d.ts +5 -0
- package/dist/lib/components/ui/pagination/pagination-bar.d.ts +9 -0
- package/dist/lib/components/ui/pagination/pagination-items.d.ts +2 -0
- package/dist/lib/components/ui/pagination/pagination-items.test.d.ts +1 -0
- package/dist/lib/components/ui/pagination/pagination.d.ts +18 -0
- package/dist/lib/components/ui/pagination/pagination.stories.d.ts +21 -0
- package/dist/lib/components/ui/password-field.d.ts +8 -0
- package/dist/lib/components/ui/password-field.stories.d.ts +19 -0
- package/dist/lib/components/ui/password-strength-meter.d.ts +3 -0
- package/dist/lib/components/ui/password-strength.d.ts +2 -0
- package/dist/lib/components/ui/password-strength.test.d.ts +1 -0
- package/dist/lib/components/ui/pdf-viewer/index.d.ts +14 -0
- package/dist/lib/components/ui/pdf-viewer/index.test.d.ts +1 -0
- package/dist/lib/components/ui/pdf-viewer/pdf-download.d.ts +3 -0
- package/dist/lib/components/ui/pdf-viewer/pdf-download.test.d.ts +1 -0
- package/dist/lib/components/ui/pdf-viewer/pdf-escape.d.ts +6 -0
- package/dist/lib/components/ui/pdf-viewer/pdf-escape.test.d.ts +1 -0
- package/dist/lib/components/ui/pdf-viewer/pdf-outline-sidebar.d.ts +7 -0
- package/dist/lib/components/ui/pdf-viewer/pdf-page-list.d.ts +11 -0
- package/dist/lib/components/ui/pdf-viewer/pdf-reader-body.d.ts +26 -0
- package/dist/lib/components/ui/pdf-viewer/pdf-reader-keyboard.d.ts +16 -0
- package/dist/lib/components/ui/pdf-viewer/pdf-reader-keyboard.test.d.ts +1 -0
- package/dist/lib/components/ui/pdf-viewer/pdf-reader-states.d.ts +12 -0
- package/dist/lib/components/ui/pdf-viewer/pdf-reader.d.ts +20 -0
- package/dist/lib/components/ui/pdf-viewer/pdf-reader.reducer.d.ts +47 -0
- package/dist/lib/components/ui/pdf-viewer/pdf-reader.stories.d.ts +12 -0
- package/dist/lib/components/ui/pdf-viewer/pdf-search.d.ts +7 -0
- package/dist/lib/components/ui/pdf-viewer/pdf-search.test.d.ts +1 -0
- package/dist/lib/components/ui/pdf-viewer/pdf-sidebar.d.ts +14 -0
- package/dist/lib/components/ui/pdf-viewer/pdf-thumbnail-sidebar.d.ts +10 -0
- package/dist/lib/components/ui/pdf-viewer/pdf-toolbar-actions.d.ts +14 -0
- package/dist/lib/components/ui/pdf-viewer/pdf-toolbar-nav.d.ts +7 -0
- package/dist/lib/components/ui/pdf-viewer/pdf-toolbar-search.d.ts +8 -0
- package/dist/lib/components/ui/pdf-viewer/pdf-toolbar-zoom.d.ts +9 -0
- package/dist/lib/components/ui/pdf-viewer/pdf-toolbar.d.ts +26 -0
- package/dist/lib/components/ui/pdf-viewer/react-pdf.lazy.d.ts +34 -0
- package/dist/lib/components/ui/pdf-viewer/types.d.ts +34 -0
- package/dist/lib/components/ui/pdf-viewer/use-pdf-reader.d.ts +32 -0
- package/dist/lib/components/ui/pdf-viewer/use-pdf-search-hits.d.ts +11 -0
- package/dist/lib/components/ui/percent-field/index.d.ts +2 -0
- package/dist/lib/components/ui/percent-field/percent-field.d.ts +3 -0
- package/dist/lib/components/ui/percent-field/percent-field.stories.d.ts +16 -0
- package/dist/lib/components/ui/phone-field/countries.d.ts +8 -0
- package/dist/lib/components/ui/phone-field/index.d.ts +6 -0
- package/dist/lib/components/ui/phone-field/parse-phone.d.ts +15 -0
- package/dist/lib/components/ui/phone-field/parse-phone.test.d.ts +1 -0
- package/dist/lib/components/ui/phone-field/phone-country-menu.d.ts +6 -0
- package/dist/lib/components/ui/phone-field/phone-field.d.ts +18 -0
- package/dist/lib/components/ui/phone-field/phone-field.stories.d.ts +17 -0
- package/dist/lib/components/ui/popover.d.ts +7 -0
- package/dist/lib/components/ui/postal-address/index.d.ts +5 -0
- package/dist/lib/components/ui/postal-address/models.d.ts +11 -0
- package/dist/lib/components/ui/postal-address/postal-address-dialog.d.ts +10 -0
- package/dist/lib/components/ui/postal-address/postal-address-form-field.d.ts +8 -0
- package/dist/lib/components/ui/postal-address/postal-address.d.ts +10 -0
- package/dist/lib/components/ui/postal-address/postal-address.stories.d.ts +16 -0
- package/dist/lib/components/ui/postal-address/utils.d.ts +4 -0
- package/dist/lib/components/ui/print/components/print-badge.d.ts +7 -0
- package/dist/lib/components/ui/print/components/print-card.d.ts +11 -0
- package/dist/lib/components/ui/print/components/print-header.d.ts +8 -0
- package/dist/lib/components/ui/print/components/print-section.d.ts +12 -0
- package/dist/lib/components/ui/print/components/print-table.d.ts +14 -0
- package/dist/lib/components/ui/print/components/print-totals.d.ts +10 -0
- package/dist/lib/components/ui/print/index.d.ts +9 -0
- package/dist/lib/components/ui/print/styles.d.ts +34 -0
- package/dist/lib/components/ui/print/styles.test.d.ts +1 -0
- package/dist/lib/components/ui/print/tailwind.d.ts +5 -0
- package/dist/lib/components/ui/print/tailwind.test.d.ts +1 -0
- package/dist/lib/components/ui/print/utils.d.ts +5 -0
- package/dist/lib/components/ui/print/utils.test.d.ts +1 -0
- package/dist/lib/components/ui/qrcode.d.ts +7 -0
- package/dist/lib/components/ui/qrcode.stories.d.ts +38 -0
- package/dist/lib/components/ui/radio-group.d.ts +16 -0
- package/dist/lib/components/ui/radio-group.stories.d.ts +21 -0
- package/dist/lib/components/ui/rating-field/clamp-rating.d.ts +1 -0
- package/dist/lib/components/ui/rating-field/clamp-rating.test.d.ts +1 -0
- package/dist/lib/components/ui/rating-field/index.d.ts +3 -0
- package/dist/lib/components/ui/rating-field/rating-field.d.ts +23 -0
- package/dist/lib/components/ui/rating-field/rating-field.stories.d.ts +24 -0
- package/dist/lib/components/ui/resizable.d.ts +7 -0
- package/dist/lib/components/ui/resizable.stories.d.ts +14 -0
- package/dist/lib/components/ui/responsive-grid.d.ts +2 -0
- package/dist/lib/components/ui/responsive-grid.stories.d.ts +15 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/bubble-menu/buble-menu.d.ts +6 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/bubble-menu/index.d.ts +1 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/code/editor-code-block.d.ts +18 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/code/index.d.ts +1 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/color/color-picker-popover.d.ts +10 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/color/editor-color-wrapper.d.ts +4 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/color/index.d.ts +2 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/accordion/accordion-component.d.ts +2 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/accordion/accordion-item-edit-dialog.d.ts +8 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/accordion/accordion-item-edit-form.d.ts +7 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/accordion/const.d.ts +7 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/accordion/editor-accordion-wrapper.d.ts +4 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/accordion/extension.d.ts +13 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/accordion/index.d.ts +6 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/action-card/action-card-component.d.ts +2 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/action-card/action-card-item-edit-dialog.d.ts +10 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/action-card/action-card-item-edit-form.d.ts +9 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/action-card/action-card-settings-dialog.d.ts +9 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/action-card/action-card-settings-form.d.ts +10 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/action-card/const.d.ts +15 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/action-card/editor-action-card-wrapper.d.ts +4 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/action-card/extension.d.ts +14 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/action-card/index.d.ts +8 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/callout/callout-component.d.ts +2 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/callout/callout-edit-dialog.d.ts +10 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/callout/callout-edit-form.d.ts +9 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/callout/callout-insert-menu.d.ts +4 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/callout/const.d.ts +9 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/callout/extension.d.ts +15 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/callout/index.d.ts +6 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/checkbox-group/checkbox-group-edit-dialog.d.ts +14 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/checkbox-group/checkbox-group-edit-form.d.ts +15 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/checkbox-group/checkbox-group-node-component.d.ts +2 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/checkbox-group/const.d.ts +8 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/checkbox-group/editor-checkbox-group-wrapper.d.ts +4 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/checkbox-group/extension.d.ts +16 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/checkbox-group/index.d.ts +6 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/gallery/const.d.ts +7 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/gallery/editor-gallery-wrapper.d.ts +4 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/gallery/extension.d.ts +13 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/gallery/gallery-component.d.ts +2 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/gallery/gallery-edit-dialog.d.ts +8 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/gallery/gallery-edit-form.d.ts +7 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/gallery/index.d.ts +6 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/index.d.ts +8 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/radio-group/const.d.ts +8 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/radio-group/editor-radio-group-wrapper.d.ts +4 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/radio-group/extension.d.ts +16 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/radio-group/index.d.ts +6 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/radio-group/radio-group-edit-dialog.d.ts +14 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/radio-group/radio-group-edit-form.d.ts +15 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/radio-group/radio-group-node-component.d.ts +2 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-card/const.d.ts +13 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-card/editor-select-card-wrapper.d.ts +4 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-card/extension.d.ts +16 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-card/index.d.ts +8 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-card/select-card-item-edit-dialog.d.ts +9 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-card/select-card-item-edit-form.d.ts +8 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-card/select-card-node-component.d.ts +2 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-card/select-card-settings-dialog.d.ts +11 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-card/select-card-settings-form.d.ts +12 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-chip/const.d.ts +7 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-chip/editor-select-chip-wrapper.d.ts +4 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-chip/extension.d.ts +16 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-chip/index.d.ts +6 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-chip/select-chip-edit-dialog.d.ts +14 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-chip/select-chip-edit-form.d.ts +15 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-chip/select-chip-node-component.d.ts +2 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/shared/icon-options.d.ts +6 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/shared/index.d.ts +2 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/custom/shared/repeating-field-list.d.ts +16 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/emoji/consts.d.ts +30 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/emoji/emoji-list.d.ts +7 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/emoji/emoji-picker.d.ts +4 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/emoji/index.d.ts +2 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/font-family/editor-font-family-wrapper.d.ts +4 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/font-family/index.d.ts +1 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/heading/heading-wrapper.d.ts +5 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/heading/index.d.ts +1 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/highlight/editor-highlight-wrapper.d.ts +4 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/highlight/index.d.ts +1 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/image/editor-image-wrapper.d.ts +4 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/image/editor-image.d.ts +4 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/image/index.d.ts +2 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/index.d.ts +12 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/link/editor-link-wrapper.d.ts +4 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/link/editor-link.d.ts +4 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/link/index.d.ts +2 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/marks/editor-mark-buttons.d.ts +6 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/marks/index.d.ts +1 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/mention/index.d.ts +2 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/mention/mention-list.d.ts +1 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/mention/suggestions.d.ts +9 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/slash-command/extension.d.ts +7 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/slash-command/index.d.ts +2 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/slash-command/slash-command-basic.d.ts +2 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/slash-command/slash-command-insert.d.ts +2 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/slash-command/slash-command-items.d.ts +4 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/slash-command/slash-command-items.test.d.ts +1 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/slash-command/slash-command-list.d.ts +13 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/slash-command/slash-command-types.d.ts +19 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/table/editor-table-menu.d.ts +5 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/table/editor-table-wrapper.d.ts +4 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/table/index.d.ts +4 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/table/table-cell.d.ts +2 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/table/table-properties-form.d.ts +12 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/table/table.d.ts +15 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/text-align/editor-text-align-wrapper.d.ts +4 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/text-align/index.d.ts +1 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/youtube/editor-youtube-wrapper.d.ts +4 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/youtube/editor-youtube.d.ts +4 -0
- package/dist/lib/components/ui/rich-text-editor/extensions/youtube/index.d.ts +2 -0
- package/dist/lib/components/ui/rich-text-editor/index.d.ts +1 -0
- package/dist/lib/components/ui/rich-text-editor/rich-text-editor-toolbar.d.ts +8 -0
- package/dist/lib/components/ui/rich-text-editor/rich-text-editor-wrapper.d.ts +13 -0
- package/dist/lib/components/ui/rich-text-editor/rich-text-editor.d.ts +14 -0
- package/dist/lib/components/ui/rich-text-editor/rich-text-editor.stories.d.ts +25 -0
- package/dist/lib/components/ui/rich-text-editor/rich-text-editor.story-data.d.ts +3 -0
- package/dist/lib/components/ui/rich-text-editor/types.d.ts +29 -0
- package/dist/lib/components/ui/scroll-area.d.ts +5 -0
- package/dist/lib/components/ui/scroll-to-top.d.ts +20 -0
- package/dist/lib/components/ui/scroll-to-top.stories.d.ts +346 -0
- package/dist/lib/components/ui/search-field/debounce.d.ts +5 -0
- package/dist/lib/components/ui/search-field/debounce.test.d.ts +1 -0
- package/dist/lib/components/ui/search-field/index.d.ts +4 -0
- package/dist/lib/components/ui/search-field/search-field.d.ts +11 -0
- package/dist/lib/components/ui/search-field/search-field.stories.d.ts +18 -0
- package/dist/lib/components/ui/select-card-field.d.ts +20 -0
- package/dist/lib/components/ui/select-card-field.stories.d.ts +16 -0
- package/dist/lib/components/ui/select-chip-field.d.ts +17 -0
- package/dist/lib/components/ui/select-chip-field.stories.d.ts +16 -0
- package/dist/lib/components/ui/select-field.d.ts +20 -0
- package/dist/lib/components/ui/select-field.stories.d.ts +21 -0
- package/dist/lib/components/ui/select.d.ts +15 -0
- package/dist/lib/components/ui/separator.d.ts +4 -0
- package/dist/lib/components/ui/separator.stories.d.ts +14 -0
- package/dist/lib/components/ui/sheet.d.ts +15 -0
- package/dist/lib/components/ui/shortcut-glyph.d.ts +2 -0
- package/dist/lib/components/ui/shortcut-glyph.test.d.ts +1 -0
- package/dist/lib/components/ui/sidebar.d.ts +18 -0
- package/dist/lib/components/ui/sidebar.stories.d.ts +14 -0
- package/dist/lib/components/ui/skeleton/index.d.ts +5 -0
- package/dist/lib/components/ui/skeleton/skeleton-avatar.d.ts +12 -0
- package/dist/lib/components/ui/skeleton/skeleton-card.d.ts +4 -0
- package/dist/lib/components/ui/skeleton/skeleton-table.d.ts +6 -0
- package/dist/lib/components/ui/skeleton/skeleton-text.d.ts +6 -0
- package/dist/lib/components/ui/skeleton/skeleton.d.ts +3 -0
- package/dist/lib/components/ui/skeleton/skeleton.stories.d.ts +19 -0
- package/dist/lib/components/ui/slider-control.d.ts +6 -0
- package/dist/lib/components/ui/slider-readout.d.ts +9 -0
- package/dist/lib/components/ui/slider-ticks.d.ts +1 -0
- package/dist/lib/components/ui/slider-ticks.test.d.ts +1 -0
- package/dist/lib/components/ui/slider.d.ts +13 -0
- package/dist/lib/components/ui/slider.stories.d.ts +16 -0
- package/dist/lib/components/ui/sortable-list/index.d.ts +4 -0
- package/dist/lib/components/ui/sortable-list/partials/sortable-list-dnd.d.ts +8 -0
- package/dist/lib/components/ui/sortable-list/partials/sortable-list-empty.d.ts +3 -0
- package/dist/lib/components/ui/sortable-list/partials/sortable-list-item.d.ts +18 -0
- package/dist/lib/components/ui/sortable-list/sortable-list.d.ts +21 -0
- package/dist/lib/components/ui/sortable-list/sortable-list.keyboard.d.ts +19 -0
- package/dist/lib/components/ui/sortable-list/sortable-list.keyboard.test.d.ts +1 -0
- package/dist/lib/components/ui/sortable-list/sortable-list.stories.d.ts +21 -0
- package/dist/lib/components/ui/sortable-list/types.d.ts +11 -0
- package/dist/lib/components/ui/sortable-list/use-sortable-list.d.ts +18 -0
- package/dist/lib/components/ui/stat-card/format-stat-delta.d.ts +5 -0
- package/dist/lib/components/ui/stat-card/format-stat-delta.test.d.ts +1 -0
- package/dist/lib/components/ui/stat-card/index.d.ts +4 -0
- package/dist/lib/components/ui/stat-card/stat-card.d.ts +13 -0
- package/dist/lib/components/ui/stat-card/stat-card.stories.d.ts +17 -0
- package/dist/lib/components/ui/status-indicator.d.ts +10 -0
- package/dist/lib/components/ui/status-indicator.stories.d.ts +16 -0
- package/dist/lib/components/ui/stepper/index.d.ts +5 -0
- package/dist/lib/components/ui/stepper/step-state.d.ts +3 -0
- package/dist/lib/components/ui/stepper/step-state.test.d.ts +1 -0
- package/dist/lib/components/ui/stepper/stepper-icon.d.ts +7 -0
- package/dist/lib/components/ui/stepper/stepper-indicator.d.ts +4 -0
- package/dist/lib/components/ui/stepper/stepper.d.ts +19 -0
- package/dist/lib/components/ui/stepper/stepper.stories.d.ts +16 -0
- package/dist/lib/components/ui/stories-consts.d.ts +10 -0
- package/dist/lib/components/ui/stories-dark-theme.d.ts +2 -0
- package/dist/lib/components/ui/stx-player/consts.d.ts +7 -0
- package/dist/lib/components/ui/stx-player/format-time.d.ts +2 -0
- package/dist/lib/components/ui/stx-player/format-time.test.d.ts +1 -0
- package/dist/lib/components/ui/stx-player/index.d.ts +16 -0
- package/dist/lib/components/ui/stx-player/stx-player-controls.d.ts +7 -0
- package/dist/lib/components/ui/stx-player/stx-player-extras.d.ts +7 -0
- package/dist/lib/components/ui/stx-player/stx-player-keyboard.d.ts +17 -0
- package/dist/lib/components/ui/stx-player/stx-player-keyboard.test.d.ts +1 -0
- package/dist/lib/components/ui/stx-player/stx-player-mini.d.ts +4 -0
- package/dist/lib/components/ui/stx-player/stx-player-provider.d.ts +3 -0
- package/dist/lib/components/ui/stx-player/stx-player-queue.d.ts +4 -0
- package/dist/lib/components/ui/stx-player/stx-player-viewport.d.ts +6 -0
- package/dist/lib/components/ui/stx-player/stx-player.d.ts +2 -0
- package/dist/lib/components/ui/stx-player/stx-player.slice.d.ts +226 -0
- package/dist/lib/components/ui/stx-player/stx-player.slice.test.d.ts +1 -0
- package/dist/lib/components/ui/stx-player/stx-player.stories.d.ts +24 -0
- package/dist/lib/components/ui/stx-player/types.d.ts +82 -0
- package/dist/lib/components/ui/stx-player/use-media-bindings.d.ts +20 -0
- package/dist/lib/components/ui/stx-player/use-media-events.d.ts +11 -0
- package/dist/lib/components/ui/stx-player/use-player-shell.d.ts +20 -0
- package/dist/lib/components/ui/stx-player/use-stx-player.d.ts +4 -0
- package/dist/lib/components/ui/summary-data.d.ts +10 -0
- package/dist/lib/components/ui/summary-data.stories.d.ts +14 -0
- package/dist/lib/components/ui/switch.d.ts +9 -0
- package/dist/lib/components/ui/switch.stories.d.ts +16 -0
- package/dist/lib/components/ui/switcher.d.ts +15 -0
- package/dist/lib/components/ui/switcher.stories.d.ts +15 -0
- package/dist/lib/components/ui/table.d.ts +10 -0
- package/dist/lib/components/ui/table.stories.d.ts +14 -0
- package/dist/lib/components/ui/tabs.d.ts +9 -0
- package/dist/lib/components/ui/tabs.stories.d.ts +14 -0
- package/dist/lib/components/ui/text-field.d.ts +10 -0
- package/dist/lib/components/ui/text-field.stories.d.ts +22 -0
- package/dist/lib/components/ui/textarea-field.d.ts +10 -0
- package/dist/lib/components/ui/textarea-field.stories.d.ts +25 -0
- package/dist/lib/components/ui/textarea.d.ts +3 -0
- package/dist/lib/components/ui/textarea.stories.d.ts +26 -0
- package/dist/lib/components/ui/theme-toggle.d.ts +6 -0
- package/dist/lib/components/ui/theme-toggle.stories.d.ts +14 -0
- package/dist/lib/components/ui/time-field.d.ts +17 -0
- package/dist/lib/components/ui/time-field.stories.d.ts +15 -0
- package/dist/lib/components/ui/time-picker/index.d.ts +1 -0
- package/dist/lib/components/ui/time-picker/time-picker-utils.d.ts +3 -0
- package/dist/lib/components/ui/time-picker/time-picker-utils.test.d.ts +1 -0
- package/dist/lib/components/ui/time-picker/time-picker.d.ts +9 -0
- package/dist/lib/components/ui/time-picker/time-picker.stories.d.ts +15 -0
- package/dist/lib/components/ui/timeline/format-relative-time.d.ts +8 -0
- package/dist/lib/components/ui/timeline/format-relative-time.test.d.ts +1 -0
- package/dist/lib/components/ui/timeline/index.d.ts +8 -0
- package/dist/lib/components/ui/timeline/relative-time.d.ts +7 -0
- package/dist/lib/components/ui/timeline/timeline-item.d.ts +7 -0
- package/dist/lib/components/ui/timeline/timeline.d.ts +10 -0
- package/dist/lib/components/ui/timeline/timeline.stories.d.ts +19 -0
- package/dist/lib/components/ui/timeline/types.d.ts +14 -0
- package/dist/lib/components/ui/timezone-field/index.d.ts +4 -0
- package/dist/lib/components/ui/timezone-field/timezone-field.d.ts +5 -0
- package/dist/lib/components/ui/timezone-field/timezone-field.stories.d.ts +14 -0
- package/dist/lib/components/ui/timezone-field/timezones.d.ts +4 -0
- package/dist/lib/components/ui/timezone-field/timezones.test.d.ts +1 -0
- package/dist/lib/components/ui/toggle-group.d.ts +9 -0
- package/dist/lib/components/ui/toggle-group.stories.d.ts +25 -0
- package/dist/lib/components/ui/toggle.d.ts +9 -0
- package/dist/lib/components/ui/toggle.stories.d.ts +16 -0
- package/dist/lib/components/ui/tooltip.d.ts +10 -0
- package/dist/lib/components/ui/tooltip.stories.d.ts +15 -0
- package/dist/lib/components/ui/transfer-list/index.d.ts +3 -0
- package/dist/lib/components/ui/transfer-list/partials/transfer-list-actions.d.ts +18 -0
- package/dist/lib/components/ui/transfer-list/partials/transfer-list-board.d.ts +33 -0
- package/dist/lib/components/ui/transfer-list/partials/transfer-list-dnd.d.ts +13 -0
- package/dist/lib/components/ui/transfer-list/partials/transfer-list-droppable.d.ts +12 -0
- package/dist/lib/components/ui/transfer-list/partials/transfer-list-empty.d.ts +3 -0
- package/dist/lib/components/ui/transfer-list/partials/transfer-list-item-row.d.ts +4 -0
- package/dist/lib/components/ui/transfer-list/partials/transfer-list-item.d.ts +22 -0
- package/dist/lib/components/ui/transfer-list/partials/transfer-list-pane-body.d.ts +21 -0
- package/dist/lib/components/ui/transfer-list/partials/transfer-list-pane-header.d.ts +12 -0
- package/dist/lib/components/ui/transfer-list/partials/transfer-list-pane.d.ts +35 -0
- package/dist/lib/components/ui/transfer-list/transfer-list.d.ts +25 -0
- package/dist/lib/components/ui/transfer-list/transfer-list.dnd.d.ts +10 -0
- package/dist/lib/components/ui/transfer-list/transfer-list.dnd.test.d.ts +1 -0
- package/dist/lib/components/ui/transfer-list/transfer-list.keyboard.d.ts +46 -0
- package/dist/lib/components/ui/transfer-list/transfer-list.keyboard.test.d.ts +1 -0
- package/dist/lib/components/ui/transfer-list/transfer-list.slice.d.ts +110 -0
- package/dist/lib/components/ui/transfer-list/transfer-list.stories.d.ts +27 -0
- package/dist/lib/components/ui/transfer-list/transfer-list.stories.data.d.ts +3 -0
- package/dist/lib/components/ui/transfer-list/transfer-list.utils.d.ts +20 -0
- package/dist/lib/components/ui/transfer-list/transfer-list.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/transfer-list/types.d.ts +29 -0
- package/dist/lib/components/ui/transfer-list/use-transfer-list.d.ts +52 -0
- package/dist/lib/components/ui/tree/index.d.ts +6 -0
- package/dist/lib/components/ui/tree/tree-item.d.ts +11 -0
- package/dist/lib/components/ui/tree/tree.d.ts +3 -0
- package/dist/lib/components/ui/tree/tree.stories.d.ts +16 -0
- package/dist/lib/components/ui/tree/tree.utils.d.ts +4 -0
- package/dist/lib/components/ui/tree/tree.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/tree/types.d.ts +31 -0
- package/dist/lib/components/ui/tree/use-tree.d.ts +22 -0
- package/dist/lib/components/ui/typography.d.ts +7 -0
- package/dist/lib/components/ui/upload/index.d.ts +2 -0
- package/dist/lib/components/ui/upload/network-upload-field/index.d.ts +1 -0
- package/dist/lib/components/ui/upload/network-upload-field/network-upload-field.d.ts +33 -0
- package/dist/lib/components/ui/upload/network-upload-field/network-upload-field.slice.d.ts +249 -0
- package/dist/lib/components/ui/upload/network-upload-field/network-upload-field.stories.d.ts +31 -0
- package/dist/lib/components/ui/upload/network-upload-field/network-upload-field.utils.d.ts +40 -0
- package/dist/lib/components/ui/upload/network-upload-field/network-upload-field.utils.test.d.ts +1 -0
- package/dist/lib/components/ui/upload/network-upload-field/network-upload-item.d.ts +22 -0
- package/dist/lib/components/ui/upload/network-upload-field/use-file-drag-drop.d.ts +14 -0
- package/dist/lib/components/ui/upload/network-upload-field/use-network-upload-field.d.ts +19 -0
- package/dist/lib/components/ui/upload/network-upload-field/use-upload-items.d.ts +14 -0
- package/dist/lib/components/ui/upload/s3-upload-field/index.d.ts +1 -0
- package/dist/lib/components/ui/upload/s3-upload-field/s3-upload-field.d.ts +12 -0
- package/dist/lib/components/ui/upload/s3-upload-field/s3-upload-field.stories.d.ts +15 -0
- package/dist/lib/components/ui/upload/s3-upload-field/s3-upload-field.utils.d.ts +5 -0
- package/dist/lib/components/ui/upload-field.d.ts +14 -0
- package/dist/lib/components/ui/upload-field.stories.d.ts +22 -0
- package/dist/lib/components/ui/url-field/index.d.ts +3 -0
- package/dist/lib/components/ui/url-field/parse-url.d.ts +2 -0
- package/dist/lib/components/ui/url-field/parse-url.test.d.ts +1 -0
- package/dist/lib/components/ui/url-field/url-field.d.ts +3 -0
- package/dist/lib/components/ui/url-field/url-field.stories.d.ts +16 -0
- package/dist/lib/components/ui/video-player/index.d.ts +2 -0
- package/dist/lib/dnd/index.d.ts +1 -0
- package/dist/lib/hooks/index.d.ts +10 -0
- package/dist/lib/hooks/resolve-theme.d.ts +7 -0
- package/dist/lib/hooks/resolve-theme.test.d.ts +1 -0
- package/dist/lib/hooks/use-allowed-transitions.d.ts +31 -0
- package/dist/lib/hooks/use-is-client.d.ts +2 -0
- package/dist/lib/hooks/use-localized-date.d.ts +21 -0
- package/dist/lib/hooks/use-mobile.d.ts +1 -0
- package/dist/lib/hooks/use-navigation.d.ts +6 -0
- package/dist/lib/hooks/use-number-formatter.d.ts +12 -0
- package/dist/lib/hooks/use-options.d.ts +29 -0
- package/dist/lib/hooks/use-search-param.d.ts +10 -0
- package/dist/lib/hooks/use-theme.d.ts +7 -0
- package/dist/lib/i18n/consts.d.ts +7 -0
- package/dist/lib/i18n/i18n-provider.d.ts +61 -0
- package/dist/lib/i18n/i18n-provider.stories.d.ts +29 -0
- package/dist/lib/i18n/index.d.ts +8 -0
- package/dist/lib/i18n/material-components.stories.d.ts +30 -0
- package/dist/lib/i18n/merge-resources.d.ts +40 -0
- package/dist/lib/i18n/merge-resources.test.d.ts +1 -0
- package/dist/lib/i18n/resources/en/index.d.ts +761 -0
- package/dist/lib/i18n/resources/en/material.json.d.ts +753 -0
- package/dist/lib/i18n/resources/fr/index.d.ts +761 -0
- package/dist/lib/i18n/resources/fr/material.json.d.ts +753 -0
- package/dist/lib/i18n/resources/index.d.ts +1512 -0
- package/dist/lib/i18n/translator.d.ts +28 -0
- package/dist/lib/i18n/translator.test.d.ts +1 -0
- package/dist/lib/i18n/types.d.ts +43 -0
- package/dist/lib/i18n/use-material-translation.d.ts +21 -0
- package/dist/lib/i18n/use-typed-translation.d.ts +27 -0
- package/dist/lib/lib/array.utils.d.ts +13 -0
- package/dist/lib/lib/array.utils.test.d.ts +1 -0
- package/dist/lib/lib/build-field-options.d.ts +8 -0
- package/dist/lib/lib/build-field-options.test.d.ts +1 -0
- package/dist/lib/lib/client-only.utils.d.ts +22 -0
- package/dist/lib/lib/date.utils.d.ts +28 -0
- package/dist/lib/lib/date.utils.test.d.ts +1 -0
- package/dist/lib/lib/format.utils.d.ts +4 -0
- package/dist/lib/lib/format.utils.test.d.ts +1 -0
- package/dist/lib/lib/index.d.ts +17 -0
- package/dist/lib/lib/number.utils.d.ts +17 -0
- package/dist/lib/lib/number.utils.spec.d.ts +1 -0
- package/dist/lib/lib/object.utils.d.ts +11 -0
- package/dist/lib/lib/object.utils.test.d.ts +1 -0
- package/dist/lib/lib/promise.utils.d.ts +1 -0
- package/dist/lib/lib/promise.utils.test.d.ts +1 -0
- package/dist/lib/lib/redux/async-slice.d.ts +6 -0
- package/dist/lib/lib/redux/filter-slice.d.ts +23 -0
- package/dist/lib/lib/redux/filter-slice.test.d.ts +1 -0
- package/dist/lib/lib/redux/index.d.ts +7 -0
- package/dist/lib/lib/redux/status-slice.d.ts +50 -0
- package/dist/lib/lib/redux/status-slice.test.d.ts +1 -0
- package/dist/lib/lib/redux/step-form-slice.d.ts +48 -0
- package/dist/lib/lib/redux/step-form-slice.test.d.ts +1 -0
- package/dist/lib/lib/redux/use-actions.d.ts +2 -0
- package/dist/lib/lib/redux/use-slice-reducer.d.ts +3 -0
- package/dist/lib/lib/redux/use-slice-reducer.test.d.ts +1 -0
- package/dist/lib/lib/redux/use-slice-selector.d.ts +5 -0
- package/dist/lib/lib/storage.utils.d.ts +8 -0
- package/dist/lib/lib/storage.utils.test.d.ts +1 -0
- package/dist/lib/lib/string.utils.d.ts +6 -0
- package/dist/lib/lib/string.utils.test.d.ts +1 -0
- package/dist/lib/lib/styles.utils.d.ts +3 -0
- package/dist/lib/lib/styles.utils.test.d.ts +1 -0
- package/dist/lib/lib/ui.utils.d.ts +7 -0
- package/dist/lib/lib/upload.utils.d.ts +1 -0
- package/dist/lib/lib/upload.utils.test.d.ts +1 -0
- package/dist/lib/lib/url.utils.d.ts +2 -0
- package/dist/lib/lib/url.utils.test.d.ts +1 -0
- package/dist/lib/lib/utils.d.ts +2 -0
- package/dist/lib/lib/utils.test.d.ts +1 -0
- package/dist/lib/lib/zod-error-map.d.ts +26 -0
- package/dist/lib/lib/zod-error-map.test.d.ts +1 -0
- package/dist/lib/main.d.ts +6 -0
- package/dist/lib/models/index.d.ts +1 -0
- package/dist/lib/models/status.d.ts +5 -0
- package/dist/lib/types/functions.d.ts +36 -0
- package/dist/lib/types/index.d.ts +1 -0
- package/dist/lib-CaKARQ-7.js +2363 -0
- package/dist/lib.js +3 -0
- package/dist/main-BXsIMfbM.js +159901 -0
- package/dist/main.js +6 -0
- package/dist/material.css +3 -0
- package/dist/models.js +0 -0
- package/dist/number.utils-BR3XO6me.js +2681 -0
- package/dist/pdf.worker.min-DRpqlnXj.js +4 -0
- package/dist/styles.css +455 -0
- package/dist/types.js +0 -0
- package/package.json +188 -0
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { ComponentProps, ReactNode } from 'react';
|
|
2
|
+
export type GalleryItemKind = 'image' | 'video';
|
|
3
|
+
export type GalleryItem = {
|
|
4
|
+
id: string;
|
|
5
|
+
src: string;
|
|
6
|
+
alt?: string;
|
|
7
|
+
title?: string;
|
|
8
|
+
description?: string;
|
|
9
|
+
thumbnail?: string;
|
|
10
|
+
kind?: GalleryItemKind;
|
|
11
|
+
poster?: string;
|
|
12
|
+
width?: number;
|
|
13
|
+
height?: number;
|
|
14
|
+
};
|
|
15
|
+
export type LightboxGalleryItem = GalleryItem;
|
|
16
|
+
export type MiniGalleryItem = GalleryItem;
|
|
17
|
+
export type GalleryLayout = 'grid' | 'masonry' | 'justified' | 'featured' | 'carousel' | 'strip' | 'none';
|
|
18
|
+
export type GalleryAspect = 'square' | 'video' | 'portrait' | 'landscape' | 'auto';
|
|
19
|
+
export type GalleryPresetId = 'photos' | 'product' | 'album' | 'grid' | 'masonry' | 'stories' | 'compact' | 'lightbox';
|
|
20
|
+
export type GalleryPresetConfig = {
|
|
21
|
+
layout: GalleryLayout;
|
|
22
|
+
lightbox: boolean;
|
|
23
|
+
columns?: number;
|
|
24
|
+
aspect?: GalleryAspect;
|
|
25
|
+
loop?: boolean;
|
|
26
|
+
maxItems?: number;
|
|
27
|
+
captions?: boolean;
|
|
28
|
+
};
|
|
29
|
+
export type GalleryChromeState = {
|
|
30
|
+
currentIndex: number;
|
|
31
|
+
lightboxOpen: boolean;
|
|
32
|
+
zoom: number;
|
|
33
|
+
loop: boolean;
|
|
34
|
+
selectedIds: string[];
|
|
35
|
+
};
|
|
36
|
+
export type GalleryProps = {
|
|
37
|
+
items: GalleryItem[];
|
|
38
|
+
preset?: GalleryPresetId;
|
|
39
|
+
layout?: GalleryLayout;
|
|
40
|
+
columns?: number;
|
|
41
|
+
aspect?: GalleryAspect;
|
|
42
|
+
loop?: boolean;
|
|
43
|
+
maxItems?: number;
|
|
44
|
+
lightbox?: boolean;
|
|
45
|
+
captions?: boolean;
|
|
46
|
+
defaultIndex?: number;
|
|
47
|
+
currentIndex?: number;
|
|
48
|
+
onIndexChange?: (index: number) => void;
|
|
49
|
+
open?: boolean;
|
|
50
|
+
defaultOpen?: boolean;
|
|
51
|
+
onOpenChange?: (open: boolean) => void;
|
|
52
|
+
onDelete?: (item: GalleryItem) => void;
|
|
53
|
+
selectable?: boolean;
|
|
54
|
+
onSelectionChange?: (ids: string[]) => void;
|
|
55
|
+
trigger?: ReactNode;
|
|
56
|
+
className?: string;
|
|
57
|
+
} & Omit<ComponentProps<'div'>, 'children'>;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { gallerySlice } from './gallery.slice';
|
|
2
|
+
import { GalleryItem, GalleryPresetConfig, GalleryProps } from './types';
|
|
3
|
+
export type GalleryModel = {
|
|
4
|
+
items: GalleryItem[];
|
|
5
|
+
resolved: GalleryPresetConfig;
|
|
6
|
+
state: ReturnType<typeof gallerySlice.getInitialState>;
|
|
7
|
+
current: GalleryItem | undefined;
|
|
8
|
+
canNext: boolean;
|
|
9
|
+
canPrev: boolean;
|
|
10
|
+
onDelete?: (item: GalleryItem) => void;
|
|
11
|
+
trigger?: GalleryProps['trigger'];
|
|
12
|
+
openAt: (index: number) => void;
|
|
13
|
+
select: (index: number) => void;
|
|
14
|
+
next: () => void;
|
|
15
|
+
prev: () => void;
|
|
16
|
+
closeLightbox: () => void;
|
|
17
|
+
setZoom: (zoom: number) => void;
|
|
18
|
+
toggleLoop: () => void;
|
|
19
|
+
goToFirst: () => void;
|
|
20
|
+
goToLast: () => void;
|
|
21
|
+
downloadCurrent: () => void;
|
|
22
|
+
selectable: boolean;
|
|
23
|
+
toggleSelected: (id: string) => void;
|
|
24
|
+
clearSelection: () => void;
|
|
25
|
+
onKeyDown: (event: {
|
|
26
|
+
key: string;
|
|
27
|
+
preventDefault: () => void;
|
|
28
|
+
target: unknown;
|
|
29
|
+
}) => void;
|
|
30
|
+
};
|
|
31
|
+
export declare function useGallery({ items, preset, layout, columns, aspect, loop, maxItems, lightbox, captions, defaultIndex, currentIndex, onIndexChange, open, defaultOpen, onOpenChange, onDelete, trigger, selectable, onSelectionChange, }: GalleryProps): GalleryModel;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function useSkipFirst<T>(value: T, onChange?: (value: T) => void): void;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ComponentProps } from 'react';
|
|
2
|
+
import { Background } from './background';
|
|
3
|
+
export type HydrateLoadingProps = ComponentProps<typeof Background> & {
|
|
4
|
+
lodadingIcon?: React.ReactNode;
|
|
5
|
+
};
|
|
6
|
+
export declare function HydrateLoading({ lodadingIcon, className, children, ...props }: HydrateLoadingProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { HoverCard as HoverCardPrimitive } from 'radix-ui';
|
|
2
|
+
import { ComponentProps } from 'react';
|
|
3
|
+
declare function HoverCard({ ...props }: ComponentProps<typeof HoverCardPrimitive.Root>): import("react").JSX.Element;
|
|
4
|
+
declare function HoverCardTrigger({ ...props }: ComponentProps<typeof HoverCardPrimitive.Trigger>): import("react").JSX.Element;
|
|
5
|
+
declare function HoverCardContent({ className, align, sideOffset, ...props }: ComponentProps<typeof HoverCardPrimitive.Content>): import("react").JSX.Element;
|
|
6
|
+
export { HoverCard, HoverCardContent, HoverCardTrigger };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IconFamily, IconName, IconStyle } from '@fortawesome/fontawesome-common-types';
|
|
2
|
+
import { SVGProps } from 'react';
|
|
3
|
+
export type IconProps = {
|
|
4
|
+
name: IconName;
|
|
5
|
+
family?: IconFamily;
|
|
6
|
+
type?: IconStyle | 'semibold';
|
|
7
|
+
} & SVGProps<SVGSVGElement>;
|
|
8
|
+
export declare function Icon({ name, family, type, className, ...props }: IconProps): import("react").JSX.Element;
|
|
9
|
+
export type { IconFamily, IconName, IconStyle };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { Icon } from '..';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof Icon;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
tags: string[];
|
|
10
|
+
argTypes: {};
|
|
11
|
+
args: {};
|
|
12
|
+
};
|
|
13
|
+
export default meta;
|
|
14
|
+
type Story = StoryObj<typeof meta>;
|
|
15
|
+
export declare const Default: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Area } from 'react-easy-crop';
|
|
2
|
+
export declare function getRadianAngle(degree: number): number;
|
|
3
|
+
export declare function rotateSize(width: number, height: number, rotation: number): {
|
|
4
|
+
width: number;
|
|
5
|
+
height: number;
|
|
6
|
+
};
|
|
7
|
+
export declare function createImage(url: string): Promise<HTMLImageElement>;
|
|
8
|
+
export declare function cropImageToFile(imageSrc: string, pixelCrop: Area, options?: {
|
|
9
|
+
rotation?: number;
|
|
10
|
+
mimeType?: string;
|
|
11
|
+
quality?: number;
|
|
12
|
+
fileName?: string;
|
|
13
|
+
}): Promise<File>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export type CropSize = {
|
|
2
|
+
width: number;
|
|
3
|
+
height: number;
|
|
4
|
+
};
|
|
5
|
+
export type CropResizeHandlesProps = {
|
|
6
|
+
size: CropSize;
|
|
7
|
+
max: CropSize;
|
|
8
|
+
onChange: (size: CropSize) => void;
|
|
9
|
+
min?: number;
|
|
10
|
+
};
|
|
11
|
+
export declare function CropResizeHandles({ size, max, onChange, min, }: CropResizeHandlesProps): import("react").JSX.Element;
|
|
12
|
+
export declare function clampCropEdge(value: number, min: number, max: number): number;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { ImageCropperProps } from './image-cropper';
|
|
3
|
+
export type ImageCropperDialogProps = Omit<ImageCropperProps, 'onCancel' | 'className'> & {
|
|
4
|
+
open?: boolean;
|
|
5
|
+
onOpenChange?: (open: boolean) => void;
|
|
6
|
+
trigger?: ReactNode;
|
|
7
|
+
title?: ReactNode;
|
|
8
|
+
};
|
|
9
|
+
export declare function ImageCropperDialog({ open, onOpenChange, trigger, title, onCrop, ...cropperProps }: ImageCropperDialogProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ImageCropResult, ImageCropShape } from './types';
|
|
2
|
+
export type ImageCropperProps = {
|
|
3
|
+
src: string;
|
|
4
|
+
aspect?: number;
|
|
5
|
+
cropShape?: ImageCropShape;
|
|
6
|
+
fileName?: string;
|
|
7
|
+
onCrop: (result: ImageCropResult) => void;
|
|
8
|
+
onCancel?: () => void;
|
|
9
|
+
className?: string;
|
|
10
|
+
};
|
|
11
|
+
export declare function ImageCropper({ src, aspect: aspectProp, cropShape, fileName, onCrop, onCancel, className, }: ImageCropperProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { ImageCropper } from '../..';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof ImageCropper;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
tags: string[];
|
|
10
|
+
};
|
|
11
|
+
export default meta;
|
|
12
|
+
type Story = StoryObj<typeof meta>;
|
|
13
|
+
export declare const Avatar: Story;
|
|
14
|
+
export declare const Cover: Story;
|
|
15
|
+
export declare const AspectPresets: Story;
|
|
16
|
+
export declare const Dark: Story;
|
|
17
|
+
export declare const InDialog: Story;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { cropImageToFile, getRadianAngle, rotateSize } from './crop-image';
|
|
2
|
+
export type { ImageCropperProps } from './image-cropper';
|
|
3
|
+
export { ImageCropper } from './image-cropper';
|
|
4
|
+
export type { ImageCropperDialogProps } from './image-cropper-dialog';
|
|
5
|
+
export { ImageCropperDialog } from './image-cropper-dialog';
|
|
6
|
+
export type { ImageCropAspectId, ImageCropResult, ImageCropShape, } from './types';
|
|
7
|
+
export { IMAGE_CROP_ASPECTS } from './types';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Area } from 'react-easy-crop';
|
|
2
|
+
export type ImageCropShape = 'rect' | 'round';
|
|
3
|
+
export type ImageCropResult = {
|
|
4
|
+
file: File;
|
|
5
|
+
area: Area;
|
|
6
|
+
};
|
|
7
|
+
export declare const IMAGE_CROP_ASPECTS: readonly [{
|
|
8
|
+
readonly id: "1:1";
|
|
9
|
+
readonly label: "1:1";
|
|
10
|
+
readonly value: 1;
|
|
11
|
+
}, {
|
|
12
|
+
readonly id: "4:3";
|
|
13
|
+
readonly label: "4:3";
|
|
14
|
+
readonly value: number;
|
|
15
|
+
}, {
|
|
16
|
+
readonly id: "16:9";
|
|
17
|
+
readonly label: "16:9";
|
|
18
|
+
readonly value: number;
|
|
19
|
+
}, {
|
|
20
|
+
readonly id: "3:4";
|
|
21
|
+
readonly label: "3:4";
|
|
22
|
+
readonly value: number;
|
|
23
|
+
}];
|
|
24
|
+
export type ImageCropAspectId = 'free' | (typeof IMAGE_CROP_ASPECTS)[number]['id'];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { NetworkUploadFieldProps } from '../upload/network-upload-field';
|
|
3
|
+
type SingleUploadProps = Extract<NetworkUploadFieldProps, {
|
|
4
|
+
mode: 'single';
|
|
5
|
+
}>;
|
|
6
|
+
export type ImageFieldProps = Omit<SingleUploadProps, 'mode' | 'accept'> & {
|
|
7
|
+
accept?: string;
|
|
8
|
+
description?: ReactNode;
|
|
9
|
+
buttonText?: ReactNode;
|
|
10
|
+
placeholder?: string;
|
|
11
|
+
required?: boolean;
|
|
12
|
+
};
|
|
13
|
+
export declare function ImageField({ label, helperText, error, disabled, accept, description, buttonText, placeholder: placeholderSrc, className, name, required, ...rest }: ImageFieldProps): import("react").JSX.Element;
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { ImageField } from '../..';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof ImageField;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
tags: string[];
|
|
10
|
+
};
|
|
11
|
+
export default meta;
|
|
12
|
+
type Story = StoryObj<typeof meta>;
|
|
13
|
+
export declare const Default: Story;
|
|
14
|
+
export declare const S3: Story;
|
|
15
|
+
export declare const Dark: Story;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { PresignedUploadTarget } from '../upload/s3-upload-field';
|
|
2
|
+
import { ImageFieldProps } from './image-field';
|
|
3
|
+
export type ImageS3FieldProps = Omit<ImageFieldProps, 'onUpload'> & {
|
|
4
|
+
getPresignedUrl: (file: File) => Promise<PresignedUploadTarget>;
|
|
5
|
+
};
|
|
6
|
+
export declare function ImageS3Field({ getPresignedUrl, ...props }: ImageS3FieldProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export type InlineEditProps = {
|
|
2
|
+
value?: string;
|
|
3
|
+
defaultValue?: string;
|
|
4
|
+
onSave?: (value: string) => void;
|
|
5
|
+
placeholder?: string;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
label?: string;
|
|
8
|
+
className?: string;
|
|
9
|
+
name?: string;
|
|
10
|
+
};
|
|
11
|
+
export declare function InlineEdit({ value, defaultValue, onSave, placeholder, disabled, label, className, name, }: InlineEditProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { InlineEdit } from '../..';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof InlineEdit;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
tags: string[];
|
|
10
|
+
};
|
|
11
|
+
export default meta;
|
|
12
|
+
type Story = StoryObj<typeof meta>;
|
|
13
|
+
export declare const Default: Story;
|
|
14
|
+
export declare const Empty: Story;
|
|
15
|
+
export declare const Controlled: Story;
|
|
16
|
+
export declare const Disabled: Story;
|
|
17
|
+
export declare const Dark: Story;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export type InputGroupFieldProps = {
|
|
3
|
+
label?: ReactNode;
|
|
4
|
+
placeholder?: ReactNode;
|
|
5
|
+
helperText?: ReactNode;
|
|
6
|
+
error?: boolean;
|
|
7
|
+
leading?: ReactNode;
|
|
8
|
+
trailing?: ReactNode;
|
|
9
|
+
renderInput?: (input: ReactNode) => ReactNode;
|
|
10
|
+
slotId?: string;
|
|
11
|
+
} & Omit<React.ComponentProps<'input'>, 'leading' | 'trailing'>;
|
|
12
|
+
export declare function InputGroupField({ label, helperText, error, leading, trailing, className, required, placeholder, slotId, renderInput, ...props }: InputGroupFieldProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { InputGroupField } from '..';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof InputGroupField;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
tags: string[];
|
|
10
|
+
argTypes: {
|
|
11
|
+
disabled: {
|
|
12
|
+
control: "boolean";
|
|
13
|
+
};
|
|
14
|
+
error: {
|
|
15
|
+
control: "boolean";
|
|
16
|
+
};
|
|
17
|
+
required: {
|
|
18
|
+
control: "boolean";
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
export default meta;
|
|
23
|
+
type Story = StoryObj<typeof meta>;
|
|
24
|
+
export declare const Default: Story;
|
|
25
|
+
export declare const WithLeading: Story;
|
|
26
|
+
export declare const WithTrailing: Story;
|
|
27
|
+
export declare const WithBothAddons: Story;
|
|
28
|
+
export declare const WithLeadingButton: Story;
|
|
29
|
+
export declare const WithTrailingButton: Story;
|
|
30
|
+
export declare const WithBothButtons: Story;
|
|
31
|
+
export declare const WithError: Story;
|
|
32
|
+
export declare const Disabled: Story;
|
|
33
|
+
export declare const Required: Story;
|
|
34
|
+
export declare const Dark: Story;
|
|
35
|
+
export declare const DarkWithError: Story;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { VariantProps } from 'class-variance-authority';
|
|
2
|
+
import { IconButtonProps } from './buttons';
|
|
3
|
+
import type * as React from 'react';
|
|
4
|
+
declare function InputGroup({ className, ...props }: React.ComponentProps<'div'>): React.JSX.Element;
|
|
5
|
+
declare const inputGroupAddonVariants: (props?: ({
|
|
6
|
+
align?: "inline-start" | "inline-end" | "block-start" | "block-end" | null | undefined;
|
|
7
|
+
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
8
|
+
declare function InputGroupAddon({ className, align, ...props }: React.ComponentProps<'div'> & VariantProps<typeof inputGroupAddonVariants>): React.JSX.Element;
|
|
9
|
+
declare function InputGroupButton({ className, type, variant, ...props }: IconButtonProps): React.JSX.Element;
|
|
10
|
+
declare function InputGroupText({ className, ...props }: React.ComponentProps<'span'>): React.JSX.Element;
|
|
11
|
+
declare function InputGroupInput({ className, ...props }: React.ComponentProps<'input'>): React.JSX.Element;
|
|
12
|
+
declare function InputGroupTextarea({ className, ...props }: React.ComponentProps<'textarea'>): React.JSX.Element;
|
|
13
|
+
export { InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { InputGroup } from '..';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof InputGroup;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
tags: string[];
|
|
10
|
+
};
|
|
11
|
+
export default meta;
|
|
12
|
+
type Story = StoryObj<typeof meta>;
|
|
13
|
+
export declare const WithInlineStartAddon: Story;
|
|
14
|
+
export declare const WithInlineEndAddon: Story;
|
|
15
|
+
export declare const WithBothAddons: Story;
|
|
16
|
+
export declare const WithButton: Story;
|
|
17
|
+
export declare const WithStartButton: Story;
|
|
18
|
+
export declare const WithBlockStartAddon: Story;
|
|
19
|
+
export declare const WithBlockEndAddon: Story;
|
|
20
|
+
export declare const WithTextarea: Story;
|
|
21
|
+
export declare const TextareaWithSendButton: Story;
|
|
22
|
+
export declare const Disabled: Story;
|
|
23
|
+
export declare const WithError: Story;
|
|
24
|
+
export declare const Dark: Story;
|
|
25
|
+
export declare const DarkError: Story;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { OTPInput } from 'input-otp';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
declare function InputOTP({ className, containerClassName, ...props }: React.ComponentProps<typeof OTPInput> & {
|
|
4
|
+
containerClassName?: string;
|
|
5
|
+
}): React.JSX.Element;
|
|
6
|
+
declare function InputOTPGroup({ className, ...props }: React.ComponentProps<'div'>): React.JSX.Element;
|
|
7
|
+
declare function InputOTPSlot({ index, className, ...props }: React.ComponentProps<'div'> & {
|
|
8
|
+
index: number;
|
|
9
|
+
}): React.JSX.Element;
|
|
10
|
+
declare function InputOTPSeparator({ ...props }: React.ComponentProps<'div'>): React.JSX.Element;
|
|
11
|
+
export { InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export type { KanbanProps } from './kanban';
|
|
2
|
+
export { Kanban } from './kanban';
|
|
3
|
+
export { KanbanProvider, useKanbanContext } from './kanban-context';
|
|
4
|
+
export type { KanbanAddDraft, KanbanAddHandler, KanbanCardHandler, KanbanChange, KanbanColumn, KanbanGroup, KanbanItem, KanbanRenderCard, } from './types';
|
|
5
|
+
export { useKanban } from './use-kanban';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { KanbanAddHandler, KanbanCardHandler, KanbanRenderCard } from './types';
|
|
3
|
+
import { KanbanModel } from './use-kanban';
|
|
4
|
+
export type KanbanContextValue = KanbanModel & {
|
|
5
|
+
reorderableColumns: boolean;
|
|
6
|
+
onCardClick?: KanbanCardHandler;
|
|
7
|
+
onAddCard?: KanbanAddHandler;
|
|
8
|
+
renderCard?: KanbanRenderCard;
|
|
9
|
+
dragLabel: string;
|
|
10
|
+
dragColumnLabel: string;
|
|
11
|
+
};
|
|
12
|
+
export declare function KanbanProvider({ value, children, }: {
|
|
13
|
+
value: KanbanContextValue;
|
|
14
|
+
children: ReactNode;
|
|
15
|
+
}): import("react").JSX.Element;
|
|
16
|
+
export declare function useKanbanContext(): KanbanContextValue;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { KanbanAddHandler, KanbanCardHandler, KanbanChange, KanbanColumn, KanbanGroup, KanbanItem, KanbanRenderCard } from './types';
|
|
3
|
+
export type KanbanProps = {
|
|
4
|
+
columns?: KanbanColumn[];
|
|
5
|
+
defaultColumns?: KanbanColumn[];
|
|
6
|
+
items: KanbanItem[];
|
|
7
|
+
groups?: KanbanGroup[];
|
|
8
|
+
onColumnsChange?: (columns: KanbanColumn[]) => void;
|
|
9
|
+
onItemsChange?: (items: KanbanItem[]) => void;
|
|
10
|
+
onChange?: (change: KanbanChange) => void;
|
|
11
|
+
onCardClick?: KanbanCardHandler;
|
|
12
|
+
onAddCard?: KanbanAddHandler;
|
|
13
|
+
searchable?: boolean;
|
|
14
|
+
reorderableColumns?: boolean;
|
|
15
|
+
disabled?: boolean;
|
|
16
|
+
label?: ReactNode;
|
|
17
|
+
className?: string;
|
|
18
|
+
renderCard?: KanbanRenderCard;
|
|
19
|
+
};
|
|
20
|
+
export declare function Kanban({ columns, defaultColumns, items, groups, onColumnsChange, onItemsChange, onChange, onCardClick, onAddCard, searchable, reorderableColumns, disabled, label, className, renderCard, }: KanbanProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export type KanbanKeyCommand = {
|
|
2
|
+
type: 'focus';
|
|
3
|
+
itemId: string;
|
|
4
|
+
} | {
|
|
5
|
+
type: 'move';
|
|
6
|
+
itemId: string;
|
|
7
|
+
toColumnId: string;
|
|
8
|
+
beforeId?: string;
|
|
9
|
+
};
|
|
10
|
+
type KeyEventLike = {
|
|
11
|
+
key: string;
|
|
12
|
+
ctrlKey: boolean;
|
|
13
|
+
metaKey: boolean;
|
|
14
|
+
preventDefault: () => void;
|
|
15
|
+
};
|
|
16
|
+
type ColumnRef = {
|
|
17
|
+
id: string;
|
|
18
|
+
};
|
|
19
|
+
export declare function handleKanbanKeyDown(event: KeyEventLike, ctx: {
|
|
20
|
+
focusedId: string | null;
|
|
21
|
+
columns: ColumnRef[];
|
|
22
|
+
visibleByColumn: Record<string, string[]>;
|
|
23
|
+
lockedIds?: ReadonlySet<string>;
|
|
24
|
+
}): KanbanKeyCommand | null;
|
|
25
|
+
export {};
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import { PayloadAction } from '@reduxjs/toolkit';
|
|
2
|
+
import { KanbanChromeState } from './types';
|
|
3
|
+
export declare const kanbanSlice: import('@reduxjs/toolkit').Slice<KanbanChromeState, {
|
|
4
|
+
setQuery: (state: {
|
|
5
|
+
query: string;
|
|
6
|
+
focusedId: string | null;
|
|
7
|
+
collapsedGroupIds: string[];
|
|
8
|
+
collapsedColumnIds: string[];
|
|
9
|
+
composing: {
|
|
10
|
+
columnId: string;
|
|
11
|
+
groupId: string | null;
|
|
12
|
+
} | null;
|
|
13
|
+
}, action: PayloadAction<string>) => void;
|
|
14
|
+
setFocusedId: (state: {
|
|
15
|
+
query: string;
|
|
16
|
+
focusedId: string | null;
|
|
17
|
+
collapsedGroupIds: string[];
|
|
18
|
+
collapsedColumnIds: string[];
|
|
19
|
+
composing: {
|
|
20
|
+
columnId: string;
|
|
21
|
+
groupId: string | null;
|
|
22
|
+
} | null;
|
|
23
|
+
}, action: PayloadAction<string | null>) => void;
|
|
24
|
+
toggleGroupCollapsed: (state: {
|
|
25
|
+
query: string;
|
|
26
|
+
focusedId: string | null;
|
|
27
|
+
collapsedGroupIds: string[];
|
|
28
|
+
collapsedColumnIds: string[];
|
|
29
|
+
composing: {
|
|
30
|
+
columnId: string;
|
|
31
|
+
groupId: string | null;
|
|
32
|
+
} | null;
|
|
33
|
+
}, action: PayloadAction<string>) => void;
|
|
34
|
+
toggleColumnCollapsed: (state: {
|
|
35
|
+
query: string;
|
|
36
|
+
focusedId: string | null;
|
|
37
|
+
collapsedGroupIds: string[];
|
|
38
|
+
collapsedColumnIds: string[];
|
|
39
|
+
composing: {
|
|
40
|
+
columnId: string;
|
|
41
|
+
groupId: string | null;
|
|
42
|
+
} | null;
|
|
43
|
+
}, action: PayloadAction<string>) => void;
|
|
44
|
+
setComposing: (state: {
|
|
45
|
+
query: string;
|
|
46
|
+
focusedId: string | null;
|
|
47
|
+
collapsedGroupIds: string[];
|
|
48
|
+
collapsedColumnIds: string[];
|
|
49
|
+
composing: {
|
|
50
|
+
columnId: string;
|
|
51
|
+
groupId: string | null;
|
|
52
|
+
} | null;
|
|
53
|
+
}, action: PayloadAction<KanbanChromeState["composing"]>) => void;
|
|
54
|
+
}, "kanban", "kanban", import('@reduxjs/toolkit').SliceSelectors<KanbanChromeState>>;
|
|
55
|
+
export declare const kanbanActions: import('@reduxjs/toolkit').CaseReducerActions<{
|
|
56
|
+
setQuery: (state: {
|
|
57
|
+
query: string;
|
|
58
|
+
focusedId: string | null;
|
|
59
|
+
collapsedGroupIds: string[];
|
|
60
|
+
collapsedColumnIds: string[];
|
|
61
|
+
composing: {
|
|
62
|
+
columnId: string;
|
|
63
|
+
groupId: string | null;
|
|
64
|
+
} | null;
|
|
65
|
+
}, action: PayloadAction<string>) => void;
|
|
66
|
+
setFocusedId: (state: {
|
|
67
|
+
query: string;
|
|
68
|
+
focusedId: string | null;
|
|
69
|
+
collapsedGroupIds: string[];
|
|
70
|
+
collapsedColumnIds: string[];
|
|
71
|
+
composing: {
|
|
72
|
+
columnId: string;
|
|
73
|
+
groupId: string | null;
|
|
74
|
+
} | null;
|
|
75
|
+
}, action: PayloadAction<string | null>) => void;
|
|
76
|
+
toggleGroupCollapsed: (state: {
|
|
77
|
+
query: string;
|
|
78
|
+
focusedId: string | null;
|
|
79
|
+
collapsedGroupIds: string[];
|
|
80
|
+
collapsedColumnIds: string[];
|
|
81
|
+
composing: {
|
|
82
|
+
columnId: string;
|
|
83
|
+
groupId: string | null;
|
|
84
|
+
} | null;
|
|
85
|
+
}, action: PayloadAction<string>) => void;
|
|
86
|
+
toggleColumnCollapsed: (state: {
|
|
87
|
+
query: string;
|
|
88
|
+
focusedId: string | null;
|
|
89
|
+
collapsedGroupIds: string[];
|
|
90
|
+
collapsedColumnIds: string[];
|
|
91
|
+
composing: {
|
|
92
|
+
columnId: string;
|
|
93
|
+
groupId: string | null;
|
|
94
|
+
} | null;
|
|
95
|
+
}, action: PayloadAction<string>) => void;
|
|
96
|
+
setComposing: (state: {
|
|
97
|
+
query: string;
|
|
98
|
+
focusedId: string | null;
|
|
99
|
+
collapsedGroupIds: string[];
|
|
100
|
+
collapsedColumnIds: string[];
|
|
101
|
+
composing: {
|
|
102
|
+
columnId: string;
|
|
103
|
+
groupId: string | null;
|
|
104
|
+
} | null;
|
|
105
|
+
}, action: PayloadAction<KanbanChromeState["composing"]>) => void;
|
|
106
|
+
}, "kanban">;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { Kanban } from '../..';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof Kanban;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
tags: string[];
|
|
10
|
+
};
|
|
11
|
+
export default meta;
|
|
12
|
+
type Story = StoryObj<typeof meta>;
|
|
13
|
+
export declare const Default: Story;
|
|
14
|
+
export declare const Disabled: Story;
|
|
15
|
+
export declare const WorkInProgress: Story;
|
|
16
|
+
export declare const Groups: Story;
|
|
17
|
+
export declare const Dark: Story;
|