@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,24 @@
|
|
|
1
|
+
import { CollisionDetection } from '../dnd';
|
|
2
|
+
import { KanbanColumn, KanbanGroup, KanbanItem } from './types';
|
|
3
|
+
export declare const COLUMN_SORT_PREFIX = "column:";
|
|
4
|
+
export declare function columnSortId(columnId: string): string;
|
|
5
|
+
export declare function parseColumnSortId(id: string): string | null;
|
|
6
|
+
export declare function findColumnId(columns: KanbanColumn[], itemId: string): string | null;
|
|
7
|
+
export declare const kanbanCollisionDetection: CollisionDetection;
|
|
8
|
+
export declare function reorderKanbanColumns(columns: KanbanColumn[], activeId: string, overId: string): KanbanColumn[];
|
|
9
|
+
export declare function matchesQuery(item: KanbanItem, query: string): boolean;
|
|
10
|
+
export declare const GROUP_DROP_PREFIX = "group:";
|
|
11
|
+
export declare const UNGROUPED_ID = "_";
|
|
12
|
+
export declare function groupDropId(columnId: string, groupId: string | null): string;
|
|
13
|
+
export declare function parseGroupDropId(id: string): {
|
|
14
|
+
columnId: string;
|
|
15
|
+
groupId: string | null;
|
|
16
|
+
} | null;
|
|
17
|
+
export declare function assignItemGroup(items: KanbanItem[], itemId: string, groupId: string | null): KanbanItem[];
|
|
18
|
+
export declare function groupSections(column: KanbanColumn, items: Map<string, KanbanItem>, groups: KanbanGroup[], query: string): {
|
|
19
|
+
group: KanbanGroup | null;
|
|
20
|
+
itemIds: string[];
|
|
21
|
+
}[];
|
|
22
|
+
export declare function visibleItemIds(column: KanbanColumn, items: Map<string, KanbanItem>, query: string): string[];
|
|
23
|
+
export declare function wouldExceedWip(column: KanbanColumn, itemId: string): boolean;
|
|
24
|
+
export declare function moveKanbanItem(columns: KanbanColumn[], itemId: string, toColumnId: string, beforeId?: string): KanbanColumn[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function KanbanBoard(): import("react").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { KanbanColumn, KanbanItem, KanbanRenderCard } from '../types';
|
|
2
|
+
export declare function KanbanCard({ item, column, dragLabel, renderCard, }: {
|
|
3
|
+
item: KanbanItem;
|
|
4
|
+
column: KanbanColumn;
|
|
5
|
+
dragLabel: string;
|
|
6
|
+
renderCard?: KanbanRenderCard;
|
|
7
|
+
}): import("react").JSX.Element;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export type KanbanColumn = {
|
|
3
|
+
id: string;
|
|
4
|
+
title: string;
|
|
5
|
+
itemIds: string[];
|
|
6
|
+
color?: string;
|
|
7
|
+
wip?: number;
|
|
8
|
+
};
|
|
9
|
+
export type KanbanGroup = {
|
|
10
|
+
id: string;
|
|
11
|
+
title: string;
|
|
12
|
+
color?: string;
|
|
13
|
+
};
|
|
14
|
+
export type KanbanItem = {
|
|
15
|
+
id: string;
|
|
16
|
+
title: string;
|
|
17
|
+
subtitle?: string;
|
|
18
|
+
icon?: ReactNode;
|
|
19
|
+
color?: string;
|
|
20
|
+
groupId?: string;
|
|
21
|
+
disabled?: boolean;
|
|
22
|
+
};
|
|
23
|
+
export type KanbanChange = {
|
|
24
|
+
columns: KanbanColumn[];
|
|
25
|
+
items?: KanbanItem[];
|
|
26
|
+
itemId: string;
|
|
27
|
+
fromColumnId: string;
|
|
28
|
+
toColumnId: string;
|
|
29
|
+
fromGroupId?: string | null;
|
|
30
|
+
toGroupId?: string | null;
|
|
31
|
+
};
|
|
32
|
+
export type KanbanChromeState = {
|
|
33
|
+
query: string;
|
|
34
|
+
focusedId: string | null;
|
|
35
|
+
collapsedGroupIds: string[];
|
|
36
|
+
collapsedColumnIds: string[];
|
|
37
|
+
composing: {
|
|
38
|
+
columnId: string;
|
|
39
|
+
groupId: string | null;
|
|
40
|
+
} | null;
|
|
41
|
+
};
|
|
42
|
+
export type KanbanAddDraft = {
|
|
43
|
+
title: string;
|
|
44
|
+
};
|
|
45
|
+
export type KanbanAddHandler = (column: KanbanColumn, group?: KanbanGroup | null, draft?: KanbanAddDraft) => void;
|
|
46
|
+
export type KanbanRenderCard = (item: KanbanItem, column: KanbanColumn) => ReactNode;
|
|
47
|
+
export type KanbanCardHandler = (item: KanbanItem, column: KanbanColumn) => void;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { KanbanChange, KanbanColumn, KanbanGroup, KanbanItem } from './types';
|
|
2
|
+
export declare function useKanban({ columns, defaultColumns, items, onColumnsChange, onItemsChange, onChange, groups, disabled, }: {
|
|
3
|
+
columns?: KanbanColumn[];
|
|
4
|
+
defaultColumns?: KanbanColumn[];
|
|
5
|
+
items: KanbanItem[];
|
|
6
|
+
onColumnsChange?: (columns: KanbanColumn[]) => void;
|
|
7
|
+
onItemsChange?: (items: KanbanItem[]) => void;
|
|
8
|
+
onChange?: (change: KanbanChange) => void;
|
|
9
|
+
groups?: KanbanGroup[];
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
}): {
|
|
12
|
+
columns: KanbanColumn[];
|
|
13
|
+
itemsById: Map<string, KanbanItem>;
|
|
14
|
+
groups: KanbanGroup[];
|
|
15
|
+
chrome: import('./types').KanbanChromeState;
|
|
16
|
+
chromeActions: {
|
|
17
|
+
setQuery: (payload: string) => void;
|
|
18
|
+
setFocusedId: (payload: string | null) => void;
|
|
19
|
+
toggleGroupCollapsed: (payload: string) => void;
|
|
20
|
+
toggleColumnCollapsed: (payload: string) => void;
|
|
21
|
+
setComposing: (payload: {
|
|
22
|
+
columnId: string;
|
|
23
|
+
groupId: string | null;
|
|
24
|
+
} | null) => void;
|
|
25
|
+
};
|
|
26
|
+
disabled: boolean;
|
|
27
|
+
moveItem: (itemId: string, toColumnId: string, beforeId?: string, toGroupId?: string | null) => void;
|
|
28
|
+
updateItem: (itemId: string, patch: Partial<KanbanItem>) => void;
|
|
29
|
+
reorderColumns: (activeId: string, overId: string) => void;
|
|
30
|
+
};
|
|
31
|
+
export type KanbanModel = ReturnType<typeof useKanban>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ComponentProps } from 'react';
|
|
2
|
+
export { shortcutGlyph } from './shortcut-glyph';
|
|
3
|
+
export type KbdShortcutProps = Omit<ComponentProps<'span'>, 'children'> & {
|
|
4
|
+
keys: string[];
|
|
5
|
+
};
|
|
6
|
+
export declare function KbdShortcut({ keys, className, ...props }: KbdShortcutProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { Kbd } from '..';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof Kbd;
|
|
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 Shortcut: Story;
|
|
15
|
+
export declare const Chord: Story;
|
|
16
|
+
export declare const Dark: Story;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Label as LabelPrimitive } from 'radix-ui';
|
|
2
|
+
import { ComponentProps } from 'react';
|
|
3
|
+
export type LabelProps = {
|
|
4
|
+
withAsterisk?: boolean;
|
|
5
|
+
} & ComponentProps<typeof LabelPrimitive.Root>;
|
|
6
|
+
export declare function Label({ className, withAsterisk, ...props }: LabelProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { LanguageSwitcher } from '..';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof LanguageSwitcher;
|
|
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 Dark: Story;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { ComponentProps } from 'react';
|
|
2
|
+
import { ButtonProps } from '../buttons';
|
|
3
|
+
type ViewState = 'list' | 'details';
|
|
4
|
+
type ListPosition = 'left' | 'right';
|
|
5
|
+
interface ListDetailsContextProps {
|
|
6
|
+
activeView: ViewState;
|
|
7
|
+
setActiveView: (view: ViewState) => void;
|
|
8
|
+
listPosition: ListPosition;
|
|
9
|
+
matches: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare function useListDetails(): ListDetailsContextProps;
|
|
12
|
+
export interface ListDetailsLayoutProps extends ComponentProps<'div'> {
|
|
13
|
+
activeView?: ViewState;
|
|
14
|
+
onActiveViewChange?: (view: ViewState) => void;
|
|
15
|
+
defaultActiveView?: ViewState;
|
|
16
|
+
listPosition?: ListPosition;
|
|
17
|
+
}
|
|
18
|
+
export declare function ListDetailsLayout({ children, className, activeView: controlledActiveView, onActiveViewChange, defaultActiveView, listPosition, ...props }: ListDetailsLayoutProps): import("react").JSX.Element;
|
|
19
|
+
export declare namespace ListDetailsLayout {
|
|
20
|
+
var displayName: string;
|
|
21
|
+
var List: typeof ListDetailsList;
|
|
22
|
+
var Details: typeof ListDetailsDetails;
|
|
23
|
+
var Trigger: typeof ListDetailsTrigger;
|
|
24
|
+
}
|
|
25
|
+
export interface ListDetailsListProps extends Omit<ComponentProps<'div'>, 'children'> {
|
|
26
|
+
children: React.ReactNode | ((state: ListDetailsContextProps) => React.ReactNode);
|
|
27
|
+
}
|
|
28
|
+
export declare function ListDetailsList({ children, className, ...props }: ListDetailsListProps): import("react").JSX.Element;
|
|
29
|
+
export declare namespace ListDetailsList {
|
|
30
|
+
var displayName: string;
|
|
31
|
+
}
|
|
32
|
+
export declare function ListDetailsDetails({ children, className, ...props }: Omit<ComponentProps<'div'>, 'children'> & {
|
|
33
|
+
children: React.ReactNode | ((state: ListDetailsContextProps) => React.ReactNode);
|
|
34
|
+
}): import("react").JSX.Element;
|
|
35
|
+
export declare namespace ListDetailsDetails {
|
|
36
|
+
var displayName: string;
|
|
37
|
+
}
|
|
38
|
+
export interface ListDetailsTriggerProps extends Omit<ButtonProps, 'children' | 'className'> {
|
|
39
|
+
view: ViewState;
|
|
40
|
+
children: React.ReactNode | ((state: ListDetailsContextProps) => React.ReactNode);
|
|
41
|
+
className?: string | ((state: ListDetailsContextProps) => string) | null;
|
|
42
|
+
}
|
|
43
|
+
export declare function ListDetailsTrigger({ view, children, onClick, className, ...props }: ListDetailsTriggerProps): import("react").JSX.Element;
|
|
44
|
+
export declare namespace ListDetailsTrigger {
|
|
45
|
+
var displayName: string;
|
|
46
|
+
}
|
|
47
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { ListDetailsLayout } from './list-details-layout';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof ListDetailsLayout;
|
|
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;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { ComponentProps } from 'react';
|
|
2
|
+
import { ButtonProps } from '../buttons';
|
|
3
|
+
type PaneSide = 'left' | 'right';
|
|
4
|
+
interface PaneLayoutContextProps {
|
|
5
|
+
open: boolean;
|
|
6
|
+
setOpen: (open: boolean | ((prevOpen: boolean) => boolean)) => void;
|
|
7
|
+
toggleOpen: () => void;
|
|
8
|
+
paneSide: PaneSide;
|
|
9
|
+
isMobile: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare function usePaneLayout(): PaneLayoutContextProps;
|
|
12
|
+
export interface PaneLayoutProps extends ComponentProps<'div'> {
|
|
13
|
+
open?: boolean;
|
|
14
|
+
onOpenChange?: (open: boolean) => void;
|
|
15
|
+
defaultOpen?: boolean;
|
|
16
|
+
paneSide?: PaneSide;
|
|
17
|
+
}
|
|
18
|
+
export declare function PaneLayout({ children, className, open: controlledOpen, onOpenChange, defaultOpen, paneSide, ...props }: PaneLayoutProps): import("react").JSX.Element;
|
|
19
|
+
export declare namespace PaneLayout {
|
|
20
|
+
var displayName: string;
|
|
21
|
+
var Pane: typeof PaneLayoutPane;
|
|
22
|
+
var Content: typeof PaneLayoutContent;
|
|
23
|
+
var Trigger: typeof PaneLayoutTrigger;
|
|
24
|
+
}
|
|
25
|
+
export interface PaneLayoutPaneProps extends Omit<ComponentProps<'div'>, 'children'> {
|
|
26
|
+
sheetTitle?: string;
|
|
27
|
+
children: React.ReactNode | ((state: PaneLayoutContextProps) => React.ReactNode);
|
|
28
|
+
}
|
|
29
|
+
export declare function PaneLayoutPane({ children, className, sheetTitle, ...props }: PaneLayoutPaneProps): import("react").JSX.Element;
|
|
30
|
+
export declare namespace PaneLayoutPane {
|
|
31
|
+
var displayName: string;
|
|
32
|
+
}
|
|
33
|
+
export type PaneLayoutContentProps = Omit<ComponentProps<'div'>, 'children'> & {
|
|
34
|
+
children: React.ReactNode | ((state: PaneLayoutContextProps) => React.ReactNode);
|
|
35
|
+
};
|
|
36
|
+
export declare function PaneLayoutContent({ children, className, ...props }: PaneLayoutContentProps): import("react").JSX.Element;
|
|
37
|
+
export declare namespace PaneLayoutContent {
|
|
38
|
+
var displayName: string;
|
|
39
|
+
}
|
|
40
|
+
export type PaneLayoutTriggerProps = Omit<ButtonProps, 'children' | 'className'> & {
|
|
41
|
+
children: React.ReactNode | ((state: PaneLayoutContextProps) => React.ReactNode);
|
|
42
|
+
className?: string | ((state: PaneLayoutContextProps) => string) | null;
|
|
43
|
+
};
|
|
44
|
+
export declare function PaneLayoutTrigger({ children, onClick, className, ...props }: PaneLayoutTriggerProps): import("react").JSX.Element;
|
|
45
|
+
export declare namespace PaneLayoutTrigger {
|
|
46
|
+
var displayName: string;
|
|
47
|
+
}
|
|
48
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { PaneLayout } from './pane-layout';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof PaneLayout;
|
|
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;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ComponentProps, ReactNode } from 'react';
|
|
2
|
+
export type ThreadLayoutProps = {
|
|
3
|
+
/** Rendered above the content, full width. Typically a back button or title. */
|
|
4
|
+
header?: ReactNode;
|
|
5
|
+
/** Rendered directly above the content, inside the centered column. */
|
|
6
|
+
stepper?: ReactNode;
|
|
7
|
+
} & ComponentProps<'div'>;
|
|
8
|
+
/**
|
|
9
|
+
* A single centered column over the app background, for focused flows a user
|
|
10
|
+
* walks through one step at a time — signing in, signing up, completing a
|
|
11
|
+
* profile, an onboarding wizard.
|
|
12
|
+
*
|
|
13
|
+
* It deliberately carries no app bar. Every app used to grow its own copy of
|
|
14
|
+
* this layout wrapping its own `AppHeader`, which is what kept the component
|
|
15
|
+
* app-local; a flow like this one wants the chrome out of the way anyway, so
|
|
16
|
+
* the `header` slot takes whatever the caller wants there instead.
|
|
17
|
+
*/
|
|
18
|
+
export declare function ThreadLayout({ children, header, stepper, className, ...props }: ThreadLayoutProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { ThreadLayout } from '../..';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof ThreadLayout;
|
|
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 WithHeader: Story;
|
|
15
|
+
export declare const WithStepper: Story;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { HTMLAttributes, MouseEventHandler, ReactNode } from 'react';
|
|
2
|
+
export type ListTileProps = {
|
|
3
|
+
leading?: ReactNode;
|
|
4
|
+
trailing?: ReactNode;
|
|
5
|
+
title: ReactNode;
|
|
6
|
+
subtitle?: ReactNode;
|
|
7
|
+
selected?: boolean;
|
|
8
|
+
href?: string;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
onClick?: MouseEventHandler<HTMLButtonElement | HTMLAnchorElement>;
|
|
11
|
+
} & Omit<HTMLAttributes<HTMLElement>, 'children' | 'title' | 'onClick'>;
|
|
12
|
+
export declare function ListTile({ title, subtitle, leading, trailing, className, selected, href, disabled, onClick, ...props }: ListTileProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { ListTile } from '..';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof ListTile;
|
|
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 Leading: Story;
|
|
15
|
+
export declare const Selected: Story;
|
|
16
|
+
export declare const Clickable: Story;
|
|
17
|
+
export declare const AsLink: Story;
|
|
18
|
+
export declare const Dark: Story;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { ButtonProps } from './buttons/button';
|
|
3
|
+
export type LoadMoreButtonProps = Omit<ButtonProps, 'children'> & {
|
|
4
|
+
label?: string;
|
|
5
|
+
icon?: ReactNode;
|
|
6
|
+
/**
|
|
7
|
+
* Show the label next to the icon. Off by default — see the note on the
|
|
8
|
+
* component.
|
|
9
|
+
*/
|
|
10
|
+
expanded?: boolean;
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* The "load more" affordance for a cursor-paginated table.
|
|
14
|
+
*
|
|
15
|
+
* **Icon-only by default**, unlike every other `ResponsiveButton` in this
|
|
16
|
+
* package. It sits in the pagination bar next to the page-size and navigation
|
|
17
|
+
* controls, which are all icons; an expanded button there is the widest thing
|
|
18
|
+
* in the row and reads as a primary action rather than as one more pagination
|
|
19
|
+
* control. The tooltip carries the wording, and `aria-label` carries it for
|
|
20
|
+
* assistive tech — a Radix tooltip is a *description*, so it does not name a
|
|
21
|
+
* button that has no text of its own.
|
|
22
|
+
*
|
|
23
|
+
* Pass `expanded` to opt back in.
|
|
24
|
+
*/
|
|
25
|
+
export declare function LoadMoreButton({ label, icon, className, variant, expanded, ...props }: LoadMoreButtonProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { LoadMoreButton } from './load-more-button';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof LoadMoreButton;
|
|
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 Loading: Story;
|
|
15
|
+
export declare const CustomLabel: Story;
|
|
16
|
+
/** The opt-in: only where the button is not sitting in a pagination bar. */
|
|
17
|
+
export declare const Expanded: Story;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Menubar as MenubarPrimitive } from 'radix-ui';
|
|
2
|
+
import { ComponentProps } from 'react';
|
|
3
|
+
declare function Menubar({ className, ...props }: ComponentProps<typeof MenubarPrimitive.Root>): import("react").JSX.Element;
|
|
4
|
+
declare function MenubarMenu({ ...props }: ComponentProps<typeof MenubarPrimitive.Menu>): import("react").JSX.Element;
|
|
5
|
+
declare function MenubarGroup({ ...props }: ComponentProps<typeof MenubarPrimitive.Group>): import("react").JSX.Element;
|
|
6
|
+
declare function MenubarPortal({ ...props }: ComponentProps<typeof MenubarPrimitive.Portal>): import("react").JSX.Element;
|
|
7
|
+
declare function MenubarRadioGroup({ ...props }: ComponentProps<typeof MenubarPrimitive.RadioGroup>): import("react").JSX.Element;
|
|
8
|
+
declare function MenubarTrigger({ className, ...props }: ComponentProps<typeof MenubarPrimitive.Trigger>): import("react").JSX.Element;
|
|
9
|
+
declare function MenubarContent({ className, align, alignOffset, sideOffset, ...props }: ComponentProps<typeof MenubarPrimitive.Content>): import("react").JSX.Element;
|
|
10
|
+
declare function MenubarItem({ className, inset, variant, ...props }: ComponentProps<typeof MenubarPrimitive.Item> & {
|
|
11
|
+
inset?: boolean;
|
|
12
|
+
variant?: 'default' | 'destructive';
|
|
13
|
+
}): import("react").JSX.Element;
|
|
14
|
+
declare function MenubarCheckboxItem({ className, children, checked, ...props }: ComponentProps<typeof MenubarPrimitive.CheckboxItem>): import("react").JSX.Element;
|
|
15
|
+
declare function MenubarRadioItem({ className, children, ...props }: ComponentProps<typeof MenubarPrimitive.RadioItem>): import("react").JSX.Element;
|
|
16
|
+
declare function MenubarLabel({ className, inset, ...props }: ComponentProps<typeof MenubarPrimitive.Label> & {
|
|
17
|
+
inset?: boolean;
|
|
18
|
+
}): import("react").JSX.Element;
|
|
19
|
+
declare function MenubarSeparator({ className, ...props }: ComponentProps<typeof MenubarPrimitive.Separator>): import("react").JSX.Element;
|
|
20
|
+
declare function MenubarShortcut({ className, ...props }: ComponentProps<'span'>): import("react").JSX.Element;
|
|
21
|
+
declare function MenubarSub({ ...props }: ComponentProps<typeof MenubarPrimitive.Sub>): import("react").JSX.Element;
|
|
22
|
+
declare function MenubarSubTrigger({ className, inset, children, ...props }: ComponentProps<typeof MenubarPrimitive.SubTrigger> & {
|
|
23
|
+
inset?: boolean;
|
|
24
|
+
}): import("react").JSX.Element;
|
|
25
|
+
declare function MenubarSubContent({ className, ...props }: ComponentProps<typeof MenubarPrimitive.SubContent>): import("react").JSX.Element;
|
|
26
|
+
export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './navigation-rail';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function NavigationRail(): import("react").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { NotificationsModel } from './use-notifications';
|
|
3
|
+
export declare function NotificationsProvider({ value, children, }: {
|
|
4
|
+
value: NotificationsModel;
|
|
5
|
+
children: ReactNode;
|
|
6
|
+
}): import("react").JSX.Element;
|
|
7
|
+
export declare function useNotificationsContext(): NotificationsModel;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { PayloadAction } from '@reduxjs/toolkit';
|
|
2
|
+
import { NotificationFilter, NotificationsChromeState } from './types';
|
|
3
|
+
export declare const createInitialState: (overrides?: Partial<NotificationsChromeState>) => NotificationsChromeState;
|
|
4
|
+
export declare const notificationsSlice: import('@reduxjs/toolkit').Slice<NotificationsChromeState, {
|
|
5
|
+
setOpen: (state: {
|
|
6
|
+
open: boolean;
|
|
7
|
+
filter: NotificationFilter;
|
|
8
|
+
query: string;
|
|
9
|
+
category: string | null;
|
|
10
|
+
}, action: PayloadAction<boolean>) => void;
|
|
11
|
+
toggleOpen: (state: {
|
|
12
|
+
open: boolean;
|
|
13
|
+
filter: NotificationFilter;
|
|
14
|
+
query: string;
|
|
15
|
+
category: string | null;
|
|
16
|
+
}) => void;
|
|
17
|
+
setFilter: (state: {
|
|
18
|
+
open: boolean;
|
|
19
|
+
filter: NotificationFilter;
|
|
20
|
+
query: string;
|
|
21
|
+
category: string | null;
|
|
22
|
+
}, action: PayloadAction<NotificationFilter>) => void;
|
|
23
|
+
setQuery: (state: {
|
|
24
|
+
open: boolean;
|
|
25
|
+
filter: NotificationFilter;
|
|
26
|
+
query: string;
|
|
27
|
+
category: string | null;
|
|
28
|
+
}, action: PayloadAction<string>) => void;
|
|
29
|
+
setCategory: (state: {
|
|
30
|
+
open: boolean;
|
|
31
|
+
filter: NotificationFilter;
|
|
32
|
+
query: string;
|
|
33
|
+
category: string | null;
|
|
34
|
+
}, action: PayloadAction<string | null>) => void;
|
|
35
|
+
}, "notifications", "notifications", import('@reduxjs/toolkit').SliceSelectors<NotificationsChromeState>>;
|
|
36
|
+
export declare const notificationsActions: import('@reduxjs/toolkit').CaseReducerActions<{
|
|
37
|
+
setOpen: (state: {
|
|
38
|
+
open: boolean;
|
|
39
|
+
filter: NotificationFilter;
|
|
40
|
+
query: string;
|
|
41
|
+
category: string | null;
|
|
42
|
+
}, action: PayloadAction<boolean>) => void;
|
|
43
|
+
toggleOpen: (state: {
|
|
44
|
+
open: boolean;
|
|
45
|
+
filter: NotificationFilter;
|
|
46
|
+
query: string;
|
|
47
|
+
category: string | null;
|
|
48
|
+
}) => void;
|
|
49
|
+
setFilter: (state: {
|
|
50
|
+
open: boolean;
|
|
51
|
+
filter: NotificationFilter;
|
|
52
|
+
query: string;
|
|
53
|
+
category: string | null;
|
|
54
|
+
}, action: PayloadAction<NotificationFilter>) => void;
|
|
55
|
+
setQuery: (state: {
|
|
56
|
+
open: boolean;
|
|
57
|
+
filter: NotificationFilter;
|
|
58
|
+
query: string;
|
|
59
|
+
category: string | null;
|
|
60
|
+
}, action: PayloadAction<string>) => void;
|
|
61
|
+
setCategory: (state: {
|
|
62
|
+
open: boolean;
|
|
63
|
+
filter: NotificationFilter;
|
|
64
|
+
query: string;
|
|
65
|
+
category: string | null;
|
|
66
|
+
}, action: PayloadAction<string | null>) => void;
|
|
67
|
+
}, "notifications">;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
import { Notifications } from './notifications';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof Notifications;
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default meta;
|
|
11
|
+
type Story = StoryObj<typeof meta>;
|
|
12
|
+
export declare const PopoverBell: Story;
|
|
13
|
+
export declare const Panel: Story;
|
|
14
|
+
export declare const ToastOnArrival: Story;
|
|
15
|
+
export declare const Categories: Story;
|
|
16
|
+
export declare const Empty: Story;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { NotificationFilter, NotificationItem, NotificationTone } from './types';
|
|
2
|
+
export declare function isNotificationUnread(item: Pick<NotificationItem, 'read'>): boolean;
|
|
3
|
+
export declare function unreadCount(items: Pick<NotificationItem, 'read'>[]): number;
|
|
4
|
+
export declare function matchesNotificationQuery(item: Pick<NotificationItem, 'title' | 'description' | 'category'>, query: string): boolean;
|
|
5
|
+
export declare function visibleNotifications(items: NotificationItem[], filter: NotificationFilter, query: string, category?: string | null): NotificationItem[];
|
|
6
|
+
export declare function arrivingUnread(previousIds: readonly string[], items: NotificationItem[]): NotificationItem[];
|
|
7
|
+
export declare function notificationToastKind(tone?: NotificationTone): 'info' | 'success' | 'warning' | 'error';
|
|
8
|
+
export declare function notificationCategories(items: NotificationItem[]): string[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function NotificationsBell(): import("react").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function NotificationsCategories(): import("react").JSX.Element | null;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function NotificationsEmpty(): import("react").JSX.Element;
|