@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,2363 @@
|
|
|
1
|
+
import { A as e, C as t, D as n, E as r, G as i, H as a, I as o, L as s, N as c, O as l, S as u, T as d, U as f, V as p, W as m, a as h, g, h as _, j as v, p as y, v as b } from "./i18n-1Eg35q8-.js";
|
|
2
|
+
import { L as ee } from "./number.utils-BR3XO6me.js";
|
|
3
|
+
import { Suspense as x, createContext as te, createElement as S, useCallback as C, useContext as ne, useMemo as w, useReducer as T } from "react";
|
|
4
|
+
import { asyncThunkCreator as re, buildCreateSlice as ie, createSlice as E } from "@reduxjs/toolkit";
|
|
5
|
+
import { useDispatch as D } from "react-redux";
|
|
6
|
+
//#region node_modules/clsx/dist/clsx.mjs
|
|
7
|
+
function O(e) {
|
|
8
|
+
var t, n, r = "";
|
|
9
|
+
if (typeof e == "string" || typeof e == "number") r += e;
|
|
10
|
+
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
11
|
+
var i = e.length;
|
|
12
|
+
for (t = 0; t < i; t++) e[t] && (n = O(e[t])) && (r && (r += " "), r += n);
|
|
13
|
+
} else for (n in e) e[n] && (r && (r += " "), r += n);
|
|
14
|
+
return r;
|
|
15
|
+
}
|
|
16
|
+
function k() {
|
|
17
|
+
for (var e, t, n = 0, r = "", i = arguments.length; n < i; n++) (e = arguments[n]) && (t = O(e)) && (r && (r += " "), r += t);
|
|
18
|
+
return r;
|
|
19
|
+
}
|
|
20
|
+
//#endregion
|
|
21
|
+
//#region node_modules/tailwind-merge/dist/bundle-mjs.mjs
|
|
22
|
+
var ae = (e, t) => {
|
|
23
|
+
let n = Array(e.length + t.length);
|
|
24
|
+
for (let t = 0; t < e.length; t++) n[t] = e[t];
|
|
25
|
+
for (let r = 0; r < t.length; r++) n[e.length + r] = t[r];
|
|
26
|
+
return n;
|
|
27
|
+
}, A = (e, t) => ({
|
|
28
|
+
classGroupId: e,
|
|
29
|
+
validator: t
|
|
30
|
+
}), oe = (e = /* @__PURE__ */ new Map(), t = null, n) => ({
|
|
31
|
+
nextPart: e,
|
|
32
|
+
validators: t,
|
|
33
|
+
classGroupId: n
|
|
34
|
+
}), j = "-", se = [], M = "arbitrary..", N = (e) => {
|
|
35
|
+
let t = ce(e), { conflictingClassGroups: n, conflictingClassGroupModifiers: r } = e;
|
|
36
|
+
return {
|
|
37
|
+
getClassGroupId: (e) => {
|
|
38
|
+
if (e.startsWith("[") && e.endsWith("]")) return F(e);
|
|
39
|
+
let n = e.split(j);
|
|
40
|
+
return P(n, +(n[0] === "" && n.length > 1), t);
|
|
41
|
+
},
|
|
42
|
+
getConflictingClassGroupIds: (e, t) => {
|
|
43
|
+
if (t) {
|
|
44
|
+
let t = r[e], i = n[e];
|
|
45
|
+
return t ? i ? ae(i, t) : t : i || se;
|
|
46
|
+
}
|
|
47
|
+
return n[e] || se;
|
|
48
|
+
}
|
|
49
|
+
};
|
|
50
|
+
}, P = (e, t, n) => {
|
|
51
|
+
if (e.length - t === 0) return n.classGroupId;
|
|
52
|
+
let r = e[t], i = n.nextPart.get(r);
|
|
53
|
+
if (i) {
|
|
54
|
+
let n = P(e, t + 1, i);
|
|
55
|
+
if (n) return n;
|
|
56
|
+
}
|
|
57
|
+
let a = n.validators;
|
|
58
|
+
if (a === null) return;
|
|
59
|
+
let o = t === 0 ? e.join(j) : e.slice(t).join(j), s = a.length;
|
|
60
|
+
for (let e = 0; e < s; e++) {
|
|
61
|
+
let t = a[e];
|
|
62
|
+
if (t.validator(o)) return t.classGroupId;
|
|
63
|
+
}
|
|
64
|
+
}, F = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
|
|
65
|
+
let t = e.slice(1, -1), n = t.indexOf(":"), r = t.slice(0, n);
|
|
66
|
+
return r ? M + r : void 0;
|
|
67
|
+
})(), ce = (e) => {
|
|
68
|
+
let { theme: t, classGroups: n } = e;
|
|
69
|
+
return I(n, t);
|
|
70
|
+
}, I = (e, t) => {
|
|
71
|
+
let n = oe();
|
|
72
|
+
for (let r in e) {
|
|
73
|
+
let i = e[r];
|
|
74
|
+
L(i, n, r, t);
|
|
75
|
+
}
|
|
76
|
+
return n;
|
|
77
|
+
}, L = (e, t, n, r) => {
|
|
78
|
+
let i = e.length;
|
|
79
|
+
for (let a = 0; a < i; a++) {
|
|
80
|
+
let i = e[a];
|
|
81
|
+
R(i, t, n, r);
|
|
82
|
+
}
|
|
83
|
+
}, R = (e, t, n, r) => {
|
|
84
|
+
if (typeof e == "string") {
|
|
85
|
+
z(e, t, n);
|
|
86
|
+
return;
|
|
87
|
+
}
|
|
88
|
+
if (typeof e == "function") {
|
|
89
|
+
le(e, t, n, r);
|
|
90
|
+
return;
|
|
91
|
+
}
|
|
92
|
+
B(e, t, n, r);
|
|
93
|
+
}, z = (e, t, n) => {
|
|
94
|
+
let r = e === "" ? t : ue(t, e);
|
|
95
|
+
r.classGroupId = n;
|
|
96
|
+
}, le = (e, t, n, r) => {
|
|
97
|
+
if (de(e)) {
|
|
98
|
+
L(e(r), t, n, r);
|
|
99
|
+
return;
|
|
100
|
+
}
|
|
101
|
+
t.validators === null && (t.validators = []), t.validators.push(A(n, e));
|
|
102
|
+
}, B = (e, t, n, r) => {
|
|
103
|
+
let i = Object.entries(e), a = i.length;
|
|
104
|
+
for (let e = 0; e < a; e++) {
|
|
105
|
+
let [a, o] = i[e];
|
|
106
|
+
L(o, ue(t, a), n, r);
|
|
107
|
+
}
|
|
108
|
+
}, ue = (e, t) => {
|
|
109
|
+
let n = e, r = t.split(j), i = r.length;
|
|
110
|
+
for (let e = 0; e < i; e++) {
|
|
111
|
+
let t = r[e], i = n.nextPart.get(t);
|
|
112
|
+
i || (i = oe(), n.nextPart.set(t, i)), n = i;
|
|
113
|
+
}
|
|
114
|
+
return n;
|
|
115
|
+
}, de = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, fe = (e) => {
|
|
116
|
+
if (e < 1) return {
|
|
117
|
+
get: () => void 0,
|
|
118
|
+
set: () => {}
|
|
119
|
+
};
|
|
120
|
+
let t = 0, n = Object.create(null), r = Object.create(null), i = (i, a) => {
|
|
121
|
+
n[i] = a, t++, t > e && (t = 0, r = n, n = Object.create(null));
|
|
122
|
+
};
|
|
123
|
+
return {
|
|
124
|
+
get(e) {
|
|
125
|
+
let t = n[e];
|
|
126
|
+
if (t !== void 0) return t;
|
|
127
|
+
if ((t = r[e]) !== void 0) return i(e, t), t;
|
|
128
|
+
},
|
|
129
|
+
set(e, t) {
|
|
130
|
+
e in n ? n[e] = t : i(e, t);
|
|
131
|
+
}
|
|
132
|
+
};
|
|
133
|
+
}, pe = "!", me = ":", he = [], ge = (e, t, n, r, i) => ({
|
|
134
|
+
modifiers: e,
|
|
135
|
+
hasImportantModifier: t,
|
|
136
|
+
baseClassName: n,
|
|
137
|
+
maybePostfixModifierPosition: r,
|
|
138
|
+
isExternal: i
|
|
139
|
+
}), _e = (e) => {
|
|
140
|
+
let { prefix: t, experimentalParseClassName: n } = e, r = (e) => {
|
|
141
|
+
let t = [], n = 0, r = 0, i = 0, a, o = e.length;
|
|
142
|
+
for (let s = 0; s < o; s++) {
|
|
143
|
+
let o = e[s];
|
|
144
|
+
if (n === 0 && r === 0) {
|
|
145
|
+
if (o === me) {
|
|
146
|
+
t.push(e.slice(i, s)), i = s + 1;
|
|
147
|
+
continue;
|
|
148
|
+
}
|
|
149
|
+
if (o === "/") {
|
|
150
|
+
a = s;
|
|
151
|
+
continue;
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
o === "[" ? n++ : o === "]" ? n-- : o === "(" ? r++ : o === ")" && r--;
|
|
155
|
+
}
|
|
156
|
+
let s = t.length === 0 ? e : e.slice(i), c = s, l = !1;
|
|
157
|
+
s.endsWith(pe) ? (c = s.slice(0, -1), l = !0) : s.startsWith(pe) && (c = s.slice(1), l = !0);
|
|
158
|
+
let u = a && a > i ? a - i : void 0;
|
|
159
|
+
return ge(t, l, c, u);
|
|
160
|
+
};
|
|
161
|
+
if (t) {
|
|
162
|
+
let e = t + me, n = r;
|
|
163
|
+
r = (t) => t.startsWith(e) ? n(t.slice(e.length)) : ge(he, !1, t, void 0, !0);
|
|
164
|
+
}
|
|
165
|
+
if (n) {
|
|
166
|
+
let e = r;
|
|
167
|
+
r = (t) => n({
|
|
168
|
+
className: t,
|
|
169
|
+
parseClassName: e
|
|
170
|
+
});
|
|
171
|
+
}
|
|
172
|
+
return r;
|
|
173
|
+
}, ve = (e) => {
|
|
174
|
+
let t = /* @__PURE__ */ new Map();
|
|
175
|
+
return e.orderSensitiveModifiers.forEach((e, n) => {
|
|
176
|
+
t.set(e, 1e6 + n);
|
|
177
|
+
}), (e) => {
|
|
178
|
+
let n = [], r = [];
|
|
179
|
+
for (let i = 0; i < e.length; i++) {
|
|
180
|
+
let a = e[i], o = a[0] === "[", s = t.has(a);
|
|
181
|
+
o || s ? (r.length > 0 && (r.sort(), n.push(...r), r = []), n.push(a)) : r.push(a);
|
|
182
|
+
}
|
|
183
|
+
return r.length > 0 && (r.sort(), n.push(...r)), n;
|
|
184
|
+
};
|
|
185
|
+
}, ye = (e) => ({
|
|
186
|
+
cache: fe(e.cacheSize),
|
|
187
|
+
parseClassName: _e(e),
|
|
188
|
+
sortModifiers: ve(e),
|
|
189
|
+
postfixLookupClassGroupIds: be(e),
|
|
190
|
+
...N(e)
|
|
191
|
+
}), be = (e) => {
|
|
192
|
+
let t = Object.create(null), n = e.postfixLookupClassGroups;
|
|
193
|
+
if (n) for (let e = 0; e < n.length; e++) t[n[e]] = !0;
|
|
194
|
+
return t;
|
|
195
|
+
}, xe = /\s+/, Se = (e, t) => {
|
|
196
|
+
let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a, postfixLookupClassGroupIds: o } = t, s = [], c = e.trim().split(xe), l = "";
|
|
197
|
+
for (let e = c.length - 1; e >= 0; --e) {
|
|
198
|
+
let t = c[e], { isExternal: u, modifiers: d, hasImportantModifier: f, baseClassName: p, maybePostfixModifierPosition: m } = n(t);
|
|
199
|
+
if (u) {
|
|
200
|
+
l = t + (l.length > 0 ? " " + l : l);
|
|
201
|
+
continue;
|
|
202
|
+
}
|
|
203
|
+
let h = !!m, g;
|
|
204
|
+
if (h) {
|
|
205
|
+
g = r(p.substring(0, m));
|
|
206
|
+
let e = g && o[g] ? r(p) : void 0;
|
|
207
|
+
e && e !== g && (g = e, h = !1);
|
|
208
|
+
} else g = r(p);
|
|
209
|
+
if (!g) {
|
|
210
|
+
if (!h) {
|
|
211
|
+
l = t + (l.length > 0 ? " " + l : l);
|
|
212
|
+
continue;
|
|
213
|
+
}
|
|
214
|
+
if (g = r(p), !g) {
|
|
215
|
+
l = t + (l.length > 0 ? " " + l : l);
|
|
216
|
+
continue;
|
|
217
|
+
}
|
|
218
|
+
h = !1;
|
|
219
|
+
}
|
|
220
|
+
let _ = d.length === 0 ? "" : d.length === 1 ? d[0] : a(d).join(":"), v = f ? _ + pe : _, y = v + g;
|
|
221
|
+
if (s.indexOf(y) > -1) continue;
|
|
222
|
+
s.push(y);
|
|
223
|
+
let b = i(g, h);
|
|
224
|
+
for (let e = 0; e < b.length; ++e) {
|
|
225
|
+
let t = b[e];
|
|
226
|
+
s.push(v + t);
|
|
227
|
+
}
|
|
228
|
+
l = t + (l.length > 0 ? " " + l : l);
|
|
229
|
+
}
|
|
230
|
+
return l;
|
|
231
|
+
}, Ce = (...e) => {
|
|
232
|
+
let t = 0, n, r, i = "";
|
|
233
|
+
for (; t < e.length;) (n = e[t++]) && (r = we(n)) && (i && (i += " "), i += r);
|
|
234
|
+
return i;
|
|
235
|
+
}, we = (e) => {
|
|
236
|
+
if (typeof e == "string") return e;
|
|
237
|
+
let t, n = "";
|
|
238
|
+
for (let r = 0; r < e.length; r++) e[r] && (t = we(e[r])) && (n && (n += " "), n += t);
|
|
239
|
+
return n;
|
|
240
|
+
}, Te = (e, ...t) => {
|
|
241
|
+
let n, r, i, a, o = (o) => (n = ye(t.reduce((e, t) => t(e), e())), r = n.cache.get, i = n.cache.set, a = s, s(o)), s = (e) => {
|
|
242
|
+
let t = r(e);
|
|
243
|
+
if (t) return t;
|
|
244
|
+
let a = Se(e, n);
|
|
245
|
+
return i(e, a), a;
|
|
246
|
+
};
|
|
247
|
+
return a = o, (...e) => a(Ce(...e));
|
|
248
|
+
}, Ee = [], V = (e) => {
|
|
249
|
+
let t = (t) => t[e] || Ee;
|
|
250
|
+
return t.isThemeGetter = !0, t;
|
|
251
|
+
}, De = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Oe = /^\((?:(\w[\w-]*):)?(.+)\)$/i, ke = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, Ae = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, je = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, Me = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Ne = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Pe = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, H = (e) => ke.test(e), U = (e) => !!e && !Number.isNaN(Number(e)), W = (e) => !!e && Number.isInteger(Number(e)), Fe = (e) => e.endsWith("%") && U(e.slice(0, -1)), G = (e) => Ae.test(e), Ie = () => !0, Le = (e) => je.test(e) && !Me.test(e), Re = () => !1, ze = (e) => Ne.test(e), Be = (e) => Pe.test(e), Ve = (e) => !K(e) && !J(e), He = (e) => e.startsWith("@container") && (e[10] === "/" && e[11] !== void 0 || e[11] === "s" && e[16] !== void 0 && e.startsWith("-size/", 10) || e[11] === "n" && e[18] !== void 0 && e.startsWith("-normal/", 10)), Ue = (e) => Z(e, rt, Re), K = (e) => De.test(e), q = (e) => Z(e, it, Le), We = (e) => Z(e, at, U), Ge = (e) => Z(e, st, Ie), Ke = (e) => Z(e, ot, Re), qe = (e) => Z(e, tt, Re), Je = (e) => Z(e, nt, Be), Ye = (e) => Z(e, ct, ze), J = (e) => Oe.test(e), Y = (e) => Q(e, it), Xe = (e) => Q(e, ot), Ze = (e) => Q(e, tt), Qe = (e) => Q(e, rt), $e = (e) => Q(e, nt), X = (e) => Q(e, ct, !0), et = (e) => Q(e, st, !0), Z = (e, t, n) => {
|
|
252
|
+
let r = De.exec(e);
|
|
253
|
+
return r ? r[1] ? t(r[1]) : n(r[2]) : !1;
|
|
254
|
+
}, Q = (e, t, n = !1) => {
|
|
255
|
+
let r = Oe.exec(e);
|
|
256
|
+
return r ? r[1] ? t(r[1]) : n : !1;
|
|
257
|
+
}, tt = (e) => e === "position" || e === "percentage", nt = (e) => e === "image" || e === "url", rt = (e) => e === "length" || e === "size" || e === "bg-size", it = (e) => e === "length", at = (e) => e === "number", ot = (e) => e === "family-name", st = (e) => e === "number" || e === "weight", ct = (e) => e === "shadow", lt = /*#__PURE__*/ Te(() => {
|
|
258
|
+
let e = V("color"), t = V("font"), n = V("text"), r = V("font-weight"), i = V("tracking"), a = V("leading"), o = V("breakpoint"), s = V("container"), c = V("spacing"), l = V("radius"), u = V("shadow"), d = V("inset-shadow"), f = V("text-shadow"), p = V("drop-shadow"), m = V("blur"), h = V("perspective"), g = V("aspect"), _ = V("ease"), v = V("animate"), y = () => [
|
|
259
|
+
"auto",
|
|
260
|
+
"avoid",
|
|
261
|
+
"all",
|
|
262
|
+
"avoid-page",
|
|
263
|
+
"page",
|
|
264
|
+
"left",
|
|
265
|
+
"right",
|
|
266
|
+
"column"
|
|
267
|
+
], b = () => [
|
|
268
|
+
"center",
|
|
269
|
+
"top",
|
|
270
|
+
"bottom",
|
|
271
|
+
"left",
|
|
272
|
+
"right",
|
|
273
|
+
"top-left",
|
|
274
|
+
"left-top",
|
|
275
|
+
"top-right",
|
|
276
|
+
"right-top",
|
|
277
|
+
"bottom-right",
|
|
278
|
+
"right-bottom",
|
|
279
|
+
"bottom-left",
|
|
280
|
+
"left-bottom"
|
|
281
|
+
], ee = () => [
|
|
282
|
+
...b(),
|
|
283
|
+
J,
|
|
284
|
+
K
|
|
285
|
+
], x = () => [
|
|
286
|
+
"auto",
|
|
287
|
+
"hidden",
|
|
288
|
+
"clip",
|
|
289
|
+
"visible",
|
|
290
|
+
"scroll"
|
|
291
|
+
], te = () => [
|
|
292
|
+
"auto",
|
|
293
|
+
"contain",
|
|
294
|
+
"none"
|
|
295
|
+
], S = () => [
|
|
296
|
+
J,
|
|
297
|
+
K,
|
|
298
|
+
c
|
|
299
|
+
], C = () => [
|
|
300
|
+
H,
|
|
301
|
+
"full",
|
|
302
|
+
"auto",
|
|
303
|
+
...S()
|
|
304
|
+
], ne = () => [
|
|
305
|
+
W,
|
|
306
|
+
"none",
|
|
307
|
+
"subgrid",
|
|
308
|
+
J,
|
|
309
|
+
K
|
|
310
|
+
], w = () => [
|
|
311
|
+
"auto",
|
|
312
|
+
{ span: [
|
|
313
|
+
"full",
|
|
314
|
+
W,
|
|
315
|
+
J,
|
|
316
|
+
K
|
|
317
|
+
] },
|
|
318
|
+
W,
|
|
319
|
+
J,
|
|
320
|
+
K
|
|
321
|
+
], T = () => [
|
|
322
|
+
W,
|
|
323
|
+
"auto",
|
|
324
|
+
J,
|
|
325
|
+
K
|
|
326
|
+
], re = () => [
|
|
327
|
+
"auto",
|
|
328
|
+
"min",
|
|
329
|
+
"max",
|
|
330
|
+
"fr",
|
|
331
|
+
J,
|
|
332
|
+
K
|
|
333
|
+
], ie = () => [
|
|
334
|
+
"start",
|
|
335
|
+
"end",
|
|
336
|
+
"center",
|
|
337
|
+
"between",
|
|
338
|
+
"around",
|
|
339
|
+
"evenly",
|
|
340
|
+
"stretch",
|
|
341
|
+
"baseline",
|
|
342
|
+
"center-safe",
|
|
343
|
+
"end-safe"
|
|
344
|
+
], E = () => [
|
|
345
|
+
"start",
|
|
346
|
+
"end",
|
|
347
|
+
"center",
|
|
348
|
+
"stretch",
|
|
349
|
+
"center-safe",
|
|
350
|
+
"end-safe"
|
|
351
|
+
], D = () => ["auto", ...S()], O = () => [
|
|
352
|
+
H,
|
|
353
|
+
"auto",
|
|
354
|
+
"full",
|
|
355
|
+
"dvw",
|
|
356
|
+
"dvh",
|
|
357
|
+
"lvw",
|
|
358
|
+
"lvh",
|
|
359
|
+
"svw",
|
|
360
|
+
"svh",
|
|
361
|
+
"min",
|
|
362
|
+
"max",
|
|
363
|
+
"fit",
|
|
364
|
+
...S()
|
|
365
|
+
], k = () => [
|
|
366
|
+
H,
|
|
367
|
+
"screen",
|
|
368
|
+
"full",
|
|
369
|
+
"dvw",
|
|
370
|
+
"lvw",
|
|
371
|
+
"svw",
|
|
372
|
+
"min",
|
|
373
|
+
"max",
|
|
374
|
+
"fit",
|
|
375
|
+
...S()
|
|
376
|
+
], ae = () => [
|
|
377
|
+
H,
|
|
378
|
+
"screen",
|
|
379
|
+
"full",
|
|
380
|
+
"lh",
|
|
381
|
+
"dvh",
|
|
382
|
+
"lvh",
|
|
383
|
+
"svh",
|
|
384
|
+
"min",
|
|
385
|
+
"max",
|
|
386
|
+
"fit",
|
|
387
|
+
...S()
|
|
388
|
+
], A = () => [
|
|
389
|
+
e,
|
|
390
|
+
J,
|
|
391
|
+
K
|
|
392
|
+
], oe = () => [
|
|
393
|
+
...b(),
|
|
394
|
+
Ze,
|
|
395
|
+
qe,
|
|
396
|
+
{ position: [J, K] }
|
|
397
|
+
], j = () => ["no-repeat", { repeat: [
|
|
398
|
+
"",
|
|
399
|
+
"x",
|
|
400
|
+
"y",
|
|
401
|
+
"space",
|
|
402
|
+
"round"
|
|
403
|
+
] }], se = () => [
|
|
404
|
+
"auto",
|
|
405
|
+
"cover",
|
|
406
|
+
"contain",
|
|
407
|
+
Qe,
|
|
408
|
+
Ue,
|
|
409
|
+
{ size: [J, K] }
|
|
410
|
+
], M = () => [
|
|
411
|
+
Fe,
|
|
412
|
+
Y,
|
|
413
|
+
q
|
|
414
|
+
], N = () => [
|
|
415
|
+
"",
|
|
416
|
+
"none",
|
|
417
|
+
"full",
|
|
418
|
+
l,
|
|
419
|
+
J,
|
|
420
|
+
K
|
|
421
|
+
], P = () => [
|
|
422
|
+
"",
|
|
423
|
+
U,
|
|
424
|
+
Y,
|
|
425
|
+
q
|
|
426
|
+
], F = () => [
|
|
427
|
+
"solid",
|
|
428
|
+
"dashed",
|
|
429
|
+
"dotted",
|
|
430
|
+
"double"
|
|
431
|
+
], ce = () => [
|
|
432
|
+
"normal",
|
|
433
|
+
"multiply",
|
|
434
|
+
"screen",
|
|
435
|
+
"overlay",
|
|
436
|
+
"darken",
|
|
437
|
+
"lighten",
|
|
438
|
+
"color-dodge",
|
|
439
|
+
"color-burn",
|
|
440
|
+
"hard-light",
|
|
441
|
+
"soft-light",
|
|
442
|
+
"difference",
|
|
443
|
+
"exclusion",
|
|
444
|
+
"hue",
|
|
445
|
+
"saturation",
|
|
446
|
+
"color",
|
|
447
|
+
"luminosity"
|
|
448
|
+
], I = () => [
|
|
449
|
+
U,
|
|
450
|
+
Fe,
|
|
451
|
+
Ze,
|
|
452
|
+
qe
|
|
453
|
+
], L = () => [
|
|
454
|
+
"",
|
|
455
|
+
"none",
|
|
456
|
+
m,
|
|
457
|
+
J,
|
|
458
|
+
K
|
|
459
|
+
], R = () => [
|
|
460
|
+
"none",
|
|
461
|
+
U,
|
|
462
|
+
J,
|
|
463
|
+
K
|
|
464
|
+
], z = () => [
|
|
465
|
+
"none",
|
|
466
|
+
U,
|
|
467
|
+
J,
|
|
468
|
+
K
|
|
469
|
+
], le = () => [
|
|
470
|
+
U,
|
|
471
|
+
J,
|
|
472
|
+
K
|
|
473
|
+
], B = () => [
|
|
474
|
+
H,
|
|
475
|
+
"full",
|
|
476
|
+
...S()
|
|
477
|
+
];
|
|
478
|
+
return {
|
|
479
|
+
cacheSize: 500,
|
|
480
|
+
theme: {
|
|
481
|
+
animate: [
|
|
482
|
+
"spin",
|
|
483
|
+
"ping",
|
|
484
|
+
"pulse",
|
|
485
|
+
"bounce"
|
|
486
|
+
],
|
|
487
|
+
aspect: ["video"],
|
|
488
|
+
blur: [G],
|
|
489
|
+
breakpoint: [G],
|
|
490
|
+
color: [Ie],
|
|
491
|
+
container: [G],
|
|
492
|
+
"drop-shadow": [G],
|
|
493
|
+
ease: [
|
|
494
|
+
"in",
|
|
495
|
+
"out",
|
|
496
|
+
"in-out"
|
|
497
|
+
],
|
|
498
|
+
font: [Ve],
|
|
499
|
+
"font-weight": [
|
|
500
|
+
"thin",
|
|
501
|
+
"extralight",
|
|
502
|
+
"light",
|
|
503
|
+
"normal",
|
|
504
|
+
"medium",
|
|
505
|
+
"semibold",
|
|
506
|
+
"bold",
|
|
507
|
+
"extrabold",
|
|
508
|
+
"black"
|
|
509
|
+
],
|
|
510
|
+
"inset-shadow": [G],
|
|
511
|
+
leading: [
|
|
512
|
+
"none",
|
|
513
|
+
"tight",
|
|
514
|
+
"snug",
|
|
515
|
+
"normal",
|
|
516
|
+
"relaxed",
|
|
517
|
+
"loose"
|
|
518
|
+
],
|
|
519
|
+
perspective: [
|
|
520
|
+
"dramatic",
|
|
521
|
+
"near",
|
|
522
|
+
"normal",
|
|
523
|
+
"midrange",
|
|
524
|
+
"distant",
|
|
525
|
+
"none"
|
|
526
|
+
],
|
|
527
|
+
radius: [G],
|
|
528
|
+
shadow: [G],
|
|
529
|
+
spacing: ["px", U],
|
|
530
|
+
text: [G],
|
|
531
|
+
"text-shadow": [G],
|
|
532
|
+
tracking: [
|
|
533
|
+
"tighter",
|
|
534
|
+
"tight",
|
|
535
|
+
"normal",
|
|
536
|
+
"wide",
|
|
537
|
+
"wider",
|
|
538
|
+
"widest"
|
|
539
|
+
]
|
|
540
|
+
},
|
|
541
|
+
classGroups: {
|
|
542
|
+
aspect: [{ aspect: [
|
|
543
|
+
"auto",
|
|
544
|
+
"square",
|
|
545
|
+
H,
|
|
546
|
+
K,
|
|
547
|
+
J,
|
|
548
|
+
g
|
|
549
|
+
] }],
|
|
550
|
+
container: ["container"],
|
|
551
|
+
"container-type": [{ "@container": [
|
|
552
|
+
"",
|
|
553
|
+
"normal",
|
|
554
|
+
"size",
|
|
555
|
+
J,
|
|
556
|
+
K
|
|
557
|
+
] }],
|
|
558
|
+
"container-named": [He],
|
|
559
|
+
columns: [{ columns: [
|
|
560
|
+
U,
|
|
561
|
+
K,
|
|
562
|
+
J,
|
|
563
|
+
s
|
|
564
|
+
] }],
|
|
565
|
+
"break-after": [{ "break-after": y() }],
|
|
566
|
+
"break-before": [{ "break-before": y() }],
|
|
567
|
+
"break-inside": [{ "break-inside": [
|
|
568
|
+
"auto",
|
|
569
|
+
"avoid",
|
|
570
|
+
"avoid-page",
|
|
571
|
+
"avoid-column"
|
|
572
|
+
] }],
|
|
573
|
+
"box-decoration": [{ "box-decoration": ["slice", "clone"] }],
|
|
574
|
+
box: [{ box: ["border", "content"] }],
|
|
575
|
+
display: [
|
|
576
|
+
"block",
|
|
577
|
+
"inline-block",
|
|
578
|
+
"inline",
|
|
579
|
+
"flex",
|
|
580
|
+
"inline-flex",
|
|
581
|
+
"table",
|
|
582
|
+
"inline-table",
|
|
583
|
+
"table-caption",
|
|
584
|
+
"table-cell",
|
|
585
|
+
"table-column",
|
|
586
|
+
"table-column-group",
|
|
587
|
+
"table-footer-group",
|
|
588
|
+
"table-header-group",
|
|
589
|
+
"table-row-group",
|
|
590
|
+
"table-row",
|
|
591
|
+
"flow-root",
|
|
592
|
+
"grid",
|
|
593
|
+
"inline-grid",
|
|
594
|
+
"contents",
|
|
595
|
+
"list-item",
|
|
596
|
+
"hidden"
|
|
597
|
+
],
|
|
598
|
+
sr: ["sr-only", "not-sr-only"],
|
|
599
|
+
float: [{ float: [
|
|
600
|
+
"right",
|
|
601
|
+
"left",
|
|
602
|
+
"none",
|
|
603
|
+
"start",
|
|
604
|
+
"end"
|
|
605
|
+
] }],
|
|
606
|
+
clear: [{ clear: [
|
|
607
|
+
"left",
|
|
608
|
+
"right",
|
|
609
|
+
"both",
|
|
610
|
+
"none",
|
|
611
|
+
"start",
|
|
612
|
+
"end"
|
|
613
|
+
] }],
|
|
614
|
+
isolation: ["isolate", "isolation-auto"],
|
|
615
|
+
"object-fit": [{ object: [
|
|
616
|
+
"contain",
|
|
617
|
+
"cover",
|
|
618
|
+
"fill",
|
|
619
|
+
"none",
|
|
620
|
+
"scale-down"
|
|
621
|
+
] }],
|
|
622
|
+
"object-position": [{ object: ee() }],
|
|
623
|
+
overflow: [{ overflow: x() }],
|
|
624
|
+
"overflow-x": [{ "overflow-x": x() }],
|
|
625
|
+
"overflow-y": [{ "overflow-y": x() }],
|
|
626
|
+
overscroll: [{ overscroll: te() }],
|
|
627
|
+
"overscroll-x": [{ "overscroll-x": te() }],
|
|
628
|
+
"overscroll-y": [{ "overscroll-y": te() }],
|
|
629
|
+
position: [
|
|
630
|
+
"static",
|
|
631
|
+
"fixed",
|
|
632
|
+
"absolute",
|
|
633
|
+
"relative",
|
|
634
|
+
"sticky"
|
|
635
|
+
],
|
|
636
|
+
inset: [{ inset: C() }],
|
|
637
|
+
"inset-x": [{ "inset-x": C() }],
|
|
638
|
+
"inset-y": [{ "inset-y": C() }],
|
|
639
|
+
start: [{
|
|
640
|
+
"inset-s": C(),
|
|
641
|
+
start: C()
|
|
642
|
+
}],
|
|
643
|
+
end: [{
|
|
644
|
+
"inset-e": C(),
|
|
645
|
+
end: C()
|
|
646
|
+
}],
|
|
647
|
+
"inset-bs": [{ "inset-bs": C() }],
|
|
648
|
+
"inset-be": [{ "inset-be": C() }],
|
|
649
|
+
top: [{ top: C() }],
|
|
650
|
+
right: [{ right: C() }],
|
|
651
|
+
bottom: [{ bottom: C() }],
|
|
652
|
+
left: [{ left: C() }],
|
|
653
|
+
visibility: [
|
|
654
|
+
"visible",
|
|
655
|
+
"invisible",
|
|
656
|
+
"collapse"
|
|
657
|
+
],
|
|
658
|
+
z: [{ z: [
|
|
659
|
+
W,
|
|
660
|
+
"auto",
|
|
661
|
+
J,
|
|
662
|
+
K
|
|
663
|
+
] }],
|
|
664
|
+
basis: [{ basis: [
|
|
665
|
+
H,
|
|
666
|
+
"full",
|
|
667
|
+
"auto",
|
|
668
|
+
s,
|
|
669
|
+
...S()
|
|
670
|
+
] }],
|
|
671
|
+
"flex-direction": [{ flex: [
|
|
672
|
+
"row",
|
|
673
|
+
"row-reverse",
|
|
674
|
+
"col",
|
|
675
|
+
"col-reverse"
|
|
676
|
+
] }],
|
|
677
|
+
"flex-wrap": [{ flex: [
|
|
678
|
+
"nowrap",
|
|
679
|
+
"wrap",
|
|
680
|
+
"wrap-reverse"
|
|
681
|
+
] }],
|
|
682
|
+
flex: [{ flex: [
|
|
683
|
+
U,
|
|
684
|
+
H,
|
|
685
|
+
"auto",
|
|
686
|
+
"initial",
|
|
687
|
+
"none",
|
|
688
|
+
K
|
|
689
|
+
] }],
|
|
690
|
+
grow: [{ grow: [
|
|
691
|
+
"",
|
|
692
|
+
U,
|
|
693
|
+
J,
|
|
694
|
+
K
|
|
695
|
+
] }],
|
|
696
|
+
shrink: [{ shrink: [
|
|
697
|
+
"",
|
|
698
|
+
U,
|
|
699
|
+
J,
|
|
700
|
+
K
|
|
701
|
+
] }],
|
|
702
|
+
order: [{ order: [
|
|
703
|
+
W,
|
|
704
|
+
"first",
|
|
705
|
+
"last",
|
|
706
|
+
"none",
|
|
707
|
+
J,
|
|
708
|
+
K
|
|
709
|
+
] }],
|
|
710
|
+
"grid-cols": [{ "grid-cols": ne() }],
|
|
711
|
+
"col-start-end": [{ col: w() }],
|
|
712
|
+
"col-start": [{ "col-start": T() }],
|
|
713
|
+
"col-end": [{ "col-end": T() }],
|
|
714
|
+
"grid-rows": [{ "grid-rows": ne() }],
|
|
715
|
+
"row-start-end": [{ row: w() }],
|
|
716
|
+
"row-start": [{ "row-start": T() }],
|
|
717
|
+
"row-end": [{ "row-end": T() }],
|
|
718
|
+
"grid-flow": [{ "grid-flow": [
|
|
719
|
+
"row",
|
|
720
|
+
"col",
|
|
721
|
+
"dense",
|
|
722
|
+
"row-dense",
|
|
723
|
+
"col-dense"
|
|
724
|
+
] }],
|
|
725
|
+
"auto-cols": [{ "auto-cols": re() }],
|
|
726
|
+
"auto-rows": [{ "auto-rows": re() }],
|
|
727
|
+
gap: [{ gap: S() }],
|
|
728
|
+
"gap-x": [{ "gap-x": S() }],
|
|
729
|
+
"gap-y": [{ "gap-y": S() }],
|
|
730
|
+
"justify-content": [{ justify: [...ie(), "normal"] }],
|
|
731
|
+
"justify-items": [{ "justify-items": [...E(), "normal"] }],
|
|
732
|
+
"justify-self": [{ "justify-self": ["auto", ...E()] }],
|
|
733
|
+
"align-content": [{ content: ["normal", ...ie()] }],
|
|
734
|
+
"align-items": [{ items: [...E(), { baseline: ["", "last"] }] }],
|
|
735
|
+
"align-self": [{ self: [
|
|
736
|
+
"auto",
|
|
737
|
+
...E(),
|
|
738
|
+
{ baseline: ["", "last"] }
|
|
739
|
+
] }],
|
|
740
|
+
"place-content": [{ "place-content": ie() }],
|
|
741
|
+
"place-items": [{ "place-items": [...E(), "baseline"] }],
|
|
742
|
+
"place-self": [{ "place-self": ["auto", ...E()] }],
|
|
743
|
+
p: [{ p: S() }],
|
|
744
|
+
px: [{ px: S() }],
|
|
745
|
+
py: [{ py: S() }],
|
|
746
|
+
ps: [{ ps: S() }],
|
|
747
|
+
pe: [{ pe: S() }],
|
|
748
|
+
pbs: [{ pbs: S() }],
|
|
749
|
+
pbe: [{ pbe: S() }],
|
|
750
|
+
pt: [{ pt: S() }],
|
|
751
|
+
pr: [{ pr: S() }],
|
|
752
|
+
pb: [{ pb: S() }],
|
|
753
|
+
pl: [{ pl: S() }],
|
|
754
|
+
m: [{ m: D() }],
|
|
755
|
+
mx: [{ mx: D() }],
|
|
756
|
+
my: [{ my: D() }],
|
|
757
|
+
ms: [{ ms: D() }],
|
|
758
|
+
me: [{ me: D() }],
|
|
759
|
+
mbs: [{ mbs: D() }],
|
|
760
|
+
mbe: [{ mbe: D() }],
|
|
761
|
+
mt: [{ mt: D() }],
|
|
762
|
+
mr: [{ mr: D() }],
|
|
763
|
+
mb: [{ mb: D() }],
|
|
764
|
+
ml: [{ ml: D() }],
|
|
765
|
+
"space-x": [{ "space-x": S() }],
|
|
766
|
+
"space-x-reverse": ["space-x-reverse"],
|
|
767
|
+
"space-y": [{ "space-y": S() }],
|
|
768
|
+
"space-y-reverse": ["space-y-reverse"],
|
|
769
|
+
size: [{ size: O() }],
|
|
770
|
+
"inline-size": [{ inline: ["auto", ...k()] }],
|
|
771
|
+
"min-inline-size": [{ "min-inline": ["auto", ...k()] }],
|
|
772
|
+
"max-inline-size": [{ "max-inline": ["none", ...k()] }],
|
|
773
|
+
"block-size": [{ block: ["auto", ...ae()] }],
|
|
774
|
+
"min-block-size": [{ "min-block": ["auto", ...ae()] }],
|
|
775
|
+
"max-block-size": [{ "max-block": ["none", ...ae()] }],
|
|
776
|
+
w: [{ w: [
|
|
777
|
+
s,
|
|
778
|
+
"screen",
|
|
779
|
+
...O()
|
|
780
|
+
] }],
|
|
781
|
+
"min-w": [{ "min-w": [
|
|
782
|
+
s,
|
|
783
|
+
"screen",
|
|
784
|
+
"none",
|
|
785
|
+
...O()
|
|
786
|
+
] }],
|
|
787
|
+
"max-w": [{ "max-w": [
|
|
788
|
+
s,
|
|
789
|
+
"screen",
|
|
790
|
+
"none",
|
|
791
|
+
"prose",
|
|
792
|
+
{ screen: [o] },
|
|
793
|
+
...O()
|
|
794
|
+
] }],
|
|
795
|
+
h: [{ h: [
|
|
796
|
+
"screen",
|
|
797
|
+
"lh",
|
|
798
|
+
...O()
|
|
799
|
+
] }],
|
|
800
|
+
"min-h": [{ "min-h": [
|
|
801
|
+
"screen",
|
|
802
|
+
"lh",
|
|
803
|
+
"none",
|
|
804
|
+
...O()
|
|
805
|
+
] }],
|
|
806
|
+
"max-h": [{ "max-h": [
|
|
807
|
+
"screen",
|
|
808
|
+
"lh",
|
|
809
|
+
...O()
|
|
810
|
+
] }],
|
|
811
|
+
"font-size": [{ text: [
|
|
812
|
+
"base",
|
|
813
|
+
n,
|
|
814
|
+
Y,
|
|
815
|
+
q
|
|
816
|
+
] }],
|
|
817
|
+
"font-smoothing": ["antialiased", "subpixel-antialiased"],
|
|
818
|
+
"font-style": ["italic", "not-italic"],
|
|
819
|
+
"font-weight": [{ font: [
|
|
820
|
+
r,
|
|
821
|
+
et,
|
|
822
|
+
Ge
|
|
823
|
+
] }],
|
|
824
|
+
"font-stretch": [{ "font-stretch": [
|
|
825
|
+
"ultra-condensed",
|
|
826
|
+
"extra-condensed",
|
|
827
|
+
"condensed",
|
|
828
|
+
"semi-condensed",
|
|
829
|
+
"normal",
|
|
830
|
+
"semi-expanded",
|
|
831
|
+
"expanded",
|
|
832
|
+
"extra-expanded",
|
|
833
|
+
"ultra-expanded",
|
|
834
|
+
Fe,
|
|
835
|
+
K
|
|
836
|
+
] }],
|
|
837
|
+
"font-family": [{ font: [
|
|
838
|
+
Xe,
|
|
839
|
+
Ke,
|
|
840
|
+
t
|
|
841
|
+
] }],
|
|
842
|
+
"font-features": [{ "font-features": [K] }],
|
|
843
|
+
"fvn-normal": ["normal-nums"],
|
|
844
|
+
"fvn-ordinal": ["ordinal"],
|
|
845
|
+
"fvn-slashed-zero": ["slashed-zero"],
|
|
846
|
+
"fvn-figure": ["lining-nums", "oldstyle-nums"],
|
|
847
|
+
"fvn-spacing": ["proportional-nums", "tabular-nums"],
|
|
848
|
+
"fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
|
|
849
|
+
tracking: [{ tracking: [
|
|
850
|
+
i,
|
|
851
|
+
J,
|
|
852
|
+
K
|
|
853
|
+
] }],
|
|
854
|
+
"line-clamp": [{ "line-clamp": [
|
|
855
|
+
U,
|
|
856
|
+
"none",
|
|
857
|
+
J,
|
|
858
|
+
We
|
|
859
|
+
] }],
|
|
860
|
+
leading: [{ leading: [a, ...S()] }],
|
|
861
|
+
"list-image": [{ "list-image": [
|
|
862
|
+
"none",
|
|
863
|
+
J,
|
|
864
|
+
K
|
|
865
|
+
] }],
|
|
866
|
+
"list-style-position": [{ list: ["inside", "outside"] }],
|
|
867
|
+
"list-style-type": [{ list: [
|
|
868
|
+
"disc",
|
|
869
|
+
"decimal",
|
|
870
|
+
"none",
|
|
871
|
+
J,
|
|
872
|
+
K
|
|
873
|
+
] }],
|
|
874
|
+
"text-alignment": [{ text: [
|
|
875
|
+
"left",
|
|
876
|
+
"center",
|
|
877
|
+
"right",
|
|
878
|
+
"justify",
|
|
879
|
+
"start",
|
|
880
|
+
"end"
|
|
881
|
+
] }],
|
|
882
|
+
"placeholder-color": [{ placeholder: A() }],
|
|
883
|
+
"text-color": [{ text: A() }],
|
|
884
|
+
"text-decoration": [
|
|
885
|
+
"underline",
|
|
886
|
+
"overline",
|
|
887
|
+
"line-through",
|
|
888
|
+
"no-underline"
|
|
889
|
+
],
|
|
890
|
+
"text-decoration-style": [{ decoration: [...F(), "wavy"] }],
|
|
891
|
+
"text-decoration-thickness": [{ decoration: [
|
|
892
|
+
U,
|
|
893
|
+
"from-font",
|
|
894
|
+
"auto",
|
|
895
|
+
J,
|
|
896
|
+
q
|
|
897
|
+
] }],
|
|
898
|
+
"text-decoration-color": [{ decoration: A() }],
|
|
899
|
+
"underline-offset": [{ "underline-offset": [
|
|
900
|
+
U,
|
|
901
|
+
"auto",
|
|
902
|
+
J,
|
|
903
|
+
K
|
|
904
|
+
] }],
|
|
905
|
+
"text-transform": [
|
|
906
|
+
"uppercase",
|
|
907
|
+
"lowercase",
|
|
908
|
+
"capitalize",
|
|
909
|
+
"normal-case"
|
|
910
|
+
],
|
|
911
|
+
"text-overflow": [
|
|
912
|
+
"truncate",
|
|
913
|
+
"text-ellipsis",
|
|
914
|
+
"text-clip"
|
|
915
|
+
],
|
|
916
|
+
"text-wrap": [{ text: [
|
|
917
|
+
"wrap",
|
|
918
|
+
"nowrap",
|
|
919
|
+
"balance",
|
|
920
|
+
"pretty"
|
|
921
|
+
] }],
|
|
922
|
+
indent: [{ indent: S() }],
|
|
923
|
+
"tab-size": [{ tab: [
|
|
924
|
+
W,
|
|
925
|
+
J,
|
|
926
|
+
K
|
|
927
|
+
] }],
|
|
928
|
+
"vertical-align": [{ align: [
|
|
929
|
+
"baseline",
|
|
930
|
+
"top",
|
|
931
|
+
"middle",
|
|
932
|
+
"bottom",
|
|
933
|
+
"text-top",
|
|
934
|
+
"text-bottom",
|
|
935
|
+
"sub",
|
|
936
|
+
"super",
|
|
937
|
+
J,
|
|
938
|
+
K
|
|
939
|
+
] }],
|
|
940
|
+
whitespace: [{ whitespace: [
|
|
941
|
+
"normal",
|
|
942
|
+
"nowrap",
|
|
943
|
+
"pre",
|
|
944
|
+
"pre-line",
|
|
945
|
+
"pre-wrap",
|
|
946
|
+
"break-spaces"
|
|
947
|
+
] }],
|
|
948
|
+
break: [{ break: [
|
|
949
|
+
"normal",
|
|
950
|
+
"words",
|
|
951
|
+
"all",
|
|
952
|
+
"keep"
|
|
953
|
+
] }],
|
|
954
|
+
wrap: [{ wrap: [
|
|
955
|
+
"break-word",
|
|
956
|
+
"anywhere",
|
|
957
|
+
"normal"
|
|
958
|
+
] }],
|
|
959
|
+
hyphens: [{ hyphens: [
|
|
960
|
+
"none",
|
|
961
|
+
"manual",
|
|
962
|
+
"auto"
|
|
963
|
+
] }],
|
|
964
|
+
content: [{ content: [
|
|
965
|
+
"none",
|
|
966
|
+
J,
|
|
967
|
+
K
|
|
968
|
+
] }],
|
|
969
|
+
"bg-attachment": [{ bg: [
|
|
970
|
+
"fixed",
|
|
971
|
+
"local",
|
|
972
|
+
"scroll"
|
|
973
|
+
] }],
|
|
974
|
+
"bg-clip": [{ "bg-clip": [
|
|
975
|
+
"border",
|
|
976
|
+
"padding",
|
|
977
|
+
"content",
|
|
978
|
+
"text"
|
|
979
|
+
] }],
|
|
980
|
+
"bg-origin": [{ "bg-origin": [
|
|
981
|
+
"border",
|
|
982
|
+
"padding",
|
|
983
|
+
"content"
|
|
984
|
+
] }],
|
|
985
|
+
"bg-position": [{ bg: oe() }],
|
|
986
|
+
"bg-repeat": [{ bg: j() }],
|
|
987
|
+
"bg-size": [{ bg: se() }],
|
|
988
|
+
"bg-image": [{ bg: [
|
|
989
|
+
"none",
|
|
990
|
+
{
|
|
991
|
+
linear: [
|
|
992
|
+
{ to: [
|
|
993
|
+
"t",
|
|
994
|
+
"tr",
|
|
995
|
+
"r",
|
|
996
|
+
"br",
|
|
997
|
+
"b",
|
|
998
|
+
"bl",
|
|
999
|
+
"l",
|
|
1000
|
+
"tl"
|
|
1001
|
+
] },
|
|
1002
|
+
W,
|
|
1003
|
+
J,
|
|
1004
|
+
K
|
|
1005
|
+
],
|
|
1006
|
+
radial: [
|
|
1007
|
+
"",
|
|
1008
|
+
J,
|
|
1009
|
+
K
|
|
1010
|
+
],
|
|
1011
|
+
conic: [
|
|
1012
|
+
W,
|
|
1013
|
+
J,
|
|
1014
|
+
K
|
|
1015
|
+
]
|
|
1016
|
+
},
|
|
1017
|
+
$e,
|
|
1018
|
+
Je
|
|
1019
|
+
] }],
|
|
1020
|
+
"bg-color": [{ bg: A() }],
|
|
1021
|
+
"gradient-from-pos": [{ from: M() }],
|
|
1022
|
+
"gradient-via-pos": [{ via: M() }],
|
|
1023
|
+
"gradient-to-pos": [{ to: M() }],
|
|
1024
|
+
"gradient-from": [{ from: A() }],
|
|
1025
|
+
"gradient-via": [{ via: A() }],
|
|
1026
|
+
"gradient-to": [{ to: A() }],
|
|
1027
|
+
rounded: [{ rounded: N() }],
|
|
1028
|
+
"rounded-s": [{ "rounded-s": N() }],
|
|
1029
|
+
"rounded-e": [{ "rounded-e": N() }],
|
|
1030
|
+
"rounded-t": [{ "rounded-t": N() }],
|
|
1031
|
+
"rounded-r": [{ "rounded-r": N() }],
|
|
1032
|
+
"rounded-b": [{ "rounded-b": N() }],
|
|
1033
|
+
"rounded-l": [{ "rounded-l": N() }],
|
|
1034
|
+
"rounded-ss": [{ "rounded-ss": N() }],
|
|
1035
|
+
"rounded-se": [{ "rounded-se": N() }],
|
|
1036
|
+
"rounded-ee": [{ "rounded-ee": N() }],
|
|
1037
|
+
"rounded-es": [{ "rounded-es": N() }],
|
|
1038
|
+
"rounded-tl": [{ "rounded-tl": N() }],
|
|
1039
|
+
"rounded-tr": [{ "rounded-tr": N() }],
|
|
1040
|
+
"rounded-br": [{ "rounded-br": N() }],
|
|
1041
|
+
"rounded-bl": [{ "rounded-bl": N() }],
|
|
1042
|
+
"border-w": [{ border: P() }],
|
|
1043
|
+
"border-w-x": [{ "border-x": P() }],
|
|
1044
|
+
"border-w-y": [{ "border-y": P() }],
|
|
1045
|
+
"border-w-s": [{ "border-s": P() }],
|
|
1046
|
+
"border-w-e": [{ "border-e": P() }],
|
|
1047
|
+
"border-w-bs": [{ "border-bs": P() }],
|
|
1048
|
+
"border-w-be": [{ "border-be": P() }],
|
|
1049
|
+
"border-w-t": [{ "border-t": P() }],
|
|
1050
|
+
"border-w-r": [{ "border-r": P() }],
|
|
1051
|
+
"border-w-b": [{ "border-b": P() }],
|
|
1052
|
+
"border-w-l": [{ "border-l": P() }],
|
|
1053
|
+
"divide-x": [{ "divide-x": P() }],
|
|
1054
|
+
"divide-x-reverse": ["divide-x-reverse"],
|
|
1055
|
+
"divide-y": [{ "divide-y": P() }],
|
|
1056
|
+
"divide-y-reverse": ["divide-y-reverse"],
|
|
1057
|
+
"border-style": [{ border: [
|
|
1058
|
+
...F(),
|
|
1059
|
+
"hidden",
|
|
1060
|
+
"none"
|
|
1061
|
+
] }],
|
|
1062
|
+
"divide-style": [{ divide: [
|
|
1063
|
+
...F(),
|
|
1064
|
+
"hidden",
|
|
1065
|
+
"none"
|
|
1066
|
+
] }],
|
|
1067
|
+
"border-color": [{ border: A() }],
|
|
1068
|
+
"border-color-x": [{ "border-x": A() }],
|
|
1069
|
+
"border-color-y": [{ "border-y": A() }],
|
|
1070
|
+
"border-color-s": [{ "border-s": A() }],
|
|
1071
|
+
"border-color-e": [{ "border-e": A() }],
|
|
1072
|
+
"border-color-bs": [{ "border-bs": A() }],
|
|
1073
|
+
"border-color-be": [{ "border-be": A() }],
|
|
1074
|
+
"border-color-t": [{ "border-t": A() }],
|
|
1075
|
+
"border-color-r": [{ "border-r": A() }],
|
|
1076
|
+
"border-color-b": [{ "border-b": A() }],
|
|
1077
|
+
"border-color-l": [{ "border-l": A() }],
|
|
1078
|
+
"divide-color": [{ divide: A() }],
|
|
1079
|
+
"outline-style": [{ outline: [
|
|
1080
|
+
...F(),
|
|
1081
|
+
"none",
|
|
1082
|
+
"hidden"
|
|
1083
|
+
] }],
|
|
1084
|
+
"outline-offset": [{ "outline-offset": [
|
|
1085
|
+
U,
|
|
1086
|
+
J,
|
|
1087
|
+
K
|
|
1088
|
+
] }],
|
|
1089
|
+
"outline-w": [{ outline: [
|
|
1090
|
+
"",
|
|
1091
|
+
U,
|
|
1092
|
+
Y,
|
|
1093
|
+
q
|
|
1094
|
+
] }],
|
|
1095
|
+
"outline-color": [{ outline: A() }],
|
|
1096
|
+
shadow: [{ shadow: [
|
|
1097
|
+
"",
|
|
1098
|
+
"none",
|
|
1099
|
+
u,
|
|
1100
|
+
X,
|
|
1101
|
+
Ye
|
|
1102
|
+
] }],
|
|
1103
|
+
"shadow-color": [{ shadow: A() }],
|
|
1104
|
+
"inset-shadow": [{ "inset-shadow": [
|
|
1105
|
+
"none",
|
|
1106
|
+
d,
|
|
1107
|
+
X,
|
|
1108
|
+
Ye
|
|
1109
|
+
] }],
|
|
1110
|
+
"inset-shadow-color": [{ "inset-shadow": A() }],
|
|
1111
|
+
"ring-w": [{ ring: P() }],
|
|
1112
|
+
"ring-w-inset": ["ring-inset"],
|
|
1113
|
+
"ring-color": [{ ring: A() }],
|
|
1114
|
+
"ring-offset-w": [{ "ring-offset": [U, q] }],
|
|
1115
|
+
"ring-offset-color": [{ "ring-offset": A() }],
|
|
1116
|
+
"inset-ring-w": [{ "inset-ring": P() }],
|
|
1117
|
+
"inset-ring-color": [{ "inset-ring": A() }],
|
|
1118
|
+
"text-shadow": [{ "text-shadow": [
|
|
1119
|
+
"none",
|
|
1120
|
+
f,
|
|
1121
|
+
X,
|
|
1122
|
+
Ye
|
|
1123
|
+
] }],
|
|
1124
|
+
"text-shadow-color": [{ "text-shadow": A() }],
|
|
1125
|
+
opacity: [{ opacity: [
|
|
1126
|
+
U,
|
|
1127
|
+
J,
|
|
1128
|
+
K
|
|
1129
|
+
] }],
|
|
1130
|
+
"mix-blend": [{ "mix-blend": [
|
|
1131
|
+
...ce(),
|
|
1132
|
+
"plus-darker",
|
|
1133
|
+
"plus-lighter"
|
|
1134
|
+
] }],
|
|
1135
|
+
"bg-blend": [{ "bg-blend": ce() }],
|
|
1136
|
+
"mask-clip": [{ "mask-clip": [
|
|
1137
|
+
"border",
|
|
1138
|
+
"padding",
|
|
1139
|
+
"content",
|
|
1140
|
+
"fill",
|
|
1141
|
+
"stroke",
|
|
1142
|
+
"view"
|
|
1143
|
+
] }, "mask-no-clip"],
|
|
1144
|
+
"mask-composite": [{ mask: [
|
|
1145
|
+
"add",
|
|
1146
|
+
"subtract",
|
|
1147
|
+
"intersect",
|
|
1148
|
+
"exclude"
|
|
1149
|
+
] }],
|
|
1150
|
+
"mask-image-linear-pos": [{ "mask-linear": [U] }],
|
|
1151
|
+
"mask-image-linear-from-pos": [{ "mask-linear-from": I() }],
|
|
1152
|
+
"mask-image-linear-to-pos": [{ "mask-linear-to": I() }],
|
|
1153
|
+
"mask-image-linear-from-color": [{ "mask-linear-from": A() }],
|
|
1154
|
+
"mask-image-linear-to-color": [{ "mask-linear-to": A() }],
|
|
1155
|
+
"mask-image-t-from-pos": [{ "mask-t-from": I() }],
|
|
1156
|
+
"mask-image-t-to-pos": [{ "mask-t-to": I() }],
|
|
1157
|
+
"mask-image-t-from-color": [{ "mask-t-from": A() }],
|
|
1158
|
+
"mask-image-t-to-color": [{ "mask-t-to": A() }],
|
|
1159
|
+
"mask-image-r-from-pos": [{ "mask-r-from": I() }],
|
|
1160
|
+
"mask-image-r-to-pos": [{ "mask-r-to": I() }],
|
|
1161
|
+
"mask-image-r-from-color": [{ "mask-r-from": A() }],
|
|
1162
|
+
"mask-image-r-to-color": [{ "mask-r-to": A() }],
|
|
1163
|
+
"mask-image-b-from-pos": [{ "mask-b-from": I() }],
|
|
1164
|
+
"mask-image-b-to-pos": [{ "mask-b-to": I() }],
|
|
1165
|
+
"mask-image-b-from-color": [{ "mask-b-from": A() }],
|
|
1166
|
+
"mask-image-b-to-color": [{ "mask-b-to": A() }],
|
|
1167
|
+
"mask-image-l-from-pos": [{ "mask-l-from": I() }],
|
|
1168
|
+
"mask-image-l-to-pos": [{ "mask-l-to": I() }],
|
|
1169
|
+
"mask-image-l-from-color": [{ "mask-l-from": A() }],
|
|
1170
|
+
"mask-image-l-to-color": [{ "mask-l-to": A() }],
|
|
1171
|
+
"mask-image-x-from-pos": [{ "mask-x-from": I() }],
|
|
1172
|
+
"mask-image-x-to-pos": [{ "mask-x-to": I() }],
|
|
1173
|
+
"mask-image-x-from-color": [{ "mask-x-from": A() }],
|
|
1174
|
+
"mask-image-x-to-color": [{ "mask-x-to": A() }],
|
|
1175
|
+
"mask-image-y-from-pos": [{ "mask-y-from": I() }],
|
|
1176
|
+
"mask-image-y-to-pos": [{ "mask-y-to": I() }],
|
|
1177
|
+
"mask-image-y-from-color": [{ "mask-y-from": A() }],
|
|
1178
|
+
"mask-image-y-to-color": [{ "mask-y-to": A() }],
|
|
1179
|
+
"mask-image-radial": [{ "mask-radial": [J, K] }],
|
|
1180
|
+
"mask-image-radial-from-pos": [{ "mask-radial-from": I() }],
|
|
1181
|
+
"mask-image-radial-to-pos": [{ "mask-radial-to": I() }],
|
|
1182
|
+
"mask-image-radial-from-color": [{ "mask-radial-from": A() }],
|
|
1183
|
+
"mask-image-radial-to-color": [{ "mask-radial-to": A() }],
|
|
1184
|
+
"mask-image-radial-shape": [{ "mask-radial": ["circle", "ellipse"] }],
|
|
1185
|
+
"mask-image-radial-size": [{ "mask-radial": [{
|
|
1186
|
+
closest: ["side", "corner"],
|
|
1187
|
+
farthest: ["side", "corner"]
|
|
1188
|
+
}] }],
|
|
1189
|
+
"mask-image-radial-pos": [{ "mask-radial-at": b() }],
|
|
1190
|
+
"mask-image-conic-pos": [{ "mask-conic": [U] }],
|
|
1191
|
+
"mask-image-conic-from-pos": [{ "mask-conic-from": I() }],
|
|
1192
|
+
"mask-image-conic-to-pos": [{ "mask-conic-to": I() }],
|
|
1193
|
+
"mask-image-conic-from-color": [{ "mask-conic-from": A() }],
|
|
1194
|
+
"mask-image-conic-to-color": [{ "mask-conic-to": A() }],
|
|
1195
|
+
"mask-mode": [{ mask: [
|
|
1196
|
+
"alpha",
|
|
1197
|
+
"luminance",
|
|
1198
|
+
"match"
|
|
1199
|
+
] }],
|
|
1200
|
+
"mask-origin": [{ "mask-origin": [
|
|
1201
|
+
"border",
|
|
1202
|
+
"padding",
|
|
1203
|
+
"content",
|
|
1204
|
+
"fill",
|
|
1205
|
+
"stroke",
|
|
1206
|
+
"view"
|
|
1207
|
+
] }],
|
|
1208
|
+
"mask-position": [{ mask: oe() }],
|
|
1209
|
+
"mask-repeat": [{ mask: j() }],
|
|
1210
|
+
"mask-size": [{ mask: se() }],
|
|
1211
|
+
"mask-type": [{ "mask-type": ["alpha", "luminance"] }],
|
|
1212
|
+
"mask-image": [{ mask: [
|
|
1213
|
+
"none",
|
|
1214
|
+
J,
|
|
1215
|
+
K
|
|
1216
|
+
] }],
|
|
1217
|
+
filter: [{ filter: [
|
|
1218
|
+
"",
|
|
1219
|
+
"none",
|
|
1220
|
+
J,
|
|
1221
|
+
K
|
|
1222
|
+
] }],
|
|
1223
|
+
blur: [{ blur: L() }],
|
|
1224
|
+
brightness: [{ brightness: [
|
|
1225
|
+
U,
|
|
1226
|
+
J,
|
|
1227
|
+
K
|
|
1228
|
+
] }],
|
|
1229
|
+
contrast: [{ contrast: [
|
|
1230
|
+
U,
|
|
1231
|
+
J,
|
|
1232
|
+
K
|
|
1233
|
+
] }],
|
|
1234
|
+
"drop-shadow": [{ "drop-shadow": [
|
|
1235
|
+
"",
|
|
1236
|
+
"none",
|
|
1237
|
+
p,
|
|
1238
|
+
X,
|
|
1239
|
+
Ye
|
|
1240
|
+
] }],
|
|
1241
|
+
"drop-shadow-color": [{ "drop-shadow": A() }],
|
|
1242
|
+
grayscale: [{ grayscale: [
|
|
1243
|
+
"",
|
|
1244
|
+
U,
|
|
1245
|
+
J,
|
|
1246
|
+
K
|
|
1247
|
+
] }],
|
|
1248
|
+
"hue-rotate": [{ "hue-rotate": [
|
|
1249
|
+
U,
|
|
1250
|
+
J,
|
|
1251
|
+
K
|
|
1252
|
+
] }],
|
|
1253
|
+
invert: [{ invert: [
|
|
1254
|
+
"",
|
|
1255
|
+
U,
|
|
1256
|
+
J,
|
|
1257
|
+
K
|
|
1258
|
+
] }],
|
|
1259
|
+
saturate: [{ saturate: [
|
|
1260
|
+
U,
|
|
1261
|
+
J,
|
|
1262
|
+
K
|
|
1263
|
+
] }],
|
|
1264
|
+
sepia: [{ sepia: [
|
|
1265
|
+
"",
|
|
1266
|
+
U,
|
|
1267
|
+
J,
|
|
1268
|
+
K
|
|
1269
|
+
] }],
|
|
1270
|
+
"backdrop-filter": [{ "backdrop-filter": [
|
|
1271
|
+
"",
|
|
1272
|
+
"none",
|
|
1273
|
+
J,
|
|
1274
|
+
K
|
|
1275
|
+
] }],
|
|
1276
|
+
"backdrop-blur": [{ "backdrop-blur": L() }],
|
|
1277
|
+
"backdrop-brightness": [{ "backdrop-brightness": [
|
|
1278
|
+
U,
|
|
1279
|
+
J,
|
|
1280
|
+
K
|
|
1281
|
+
] }],
|
|
1282
|
+
"backdrop-contrast": [{ "backdrop-contrast": [
|
|
1283
|
+
U,
|
|
1284
|
+
J,
|
|
1285
|
+
K
|
|
1286
|
+
] }],
|
|
1287
|
+
"backdrop-grayscale": [{ "backdrop-grayscale": [
|
|
1288
|
+
"",
|
|
1289
|
+
U,
|
|
1290
|
+
J,
|
|
1291
|
+
K
|
|
1292
|
+
] }],
|
|
1293
|
+
"backdrop-hue-rotate": [{ "backdrop-hue-rotate": [
|
|
1294
|
+
U,
|
|
1295
|
+
J,
|
|
1296
|
+
K
|
|
1297
|
+
] }],
|
|
1298
|
+
"backdrop-invert": [{ "backdrop-invert": [
|
|
1299
|
+
"",
|
|
1300
|
+
U,
|
|
1301
|
+
J,
|
|
1302
|
+
K
|
|
1303
|
+
] }],
|
|
1304
|
+
"backdrop-opacity": [{ "backdrop-opacity": [
|
|
1305
|
+
U,
|
|
1306
|
+
J,
|
|
1307
|
+
K
|
|
1308
|
+
] }],
|
|
1309
|
+
"backdrop-saturate": [{ "backdrop-saturate": [
|
|
1310
|
+
U,
|
|
1311
|
+
J,
|
|
1312
|
+
K
|
|
1313
|
+
] }],
|
|
1314
|
+
"backdrop-sepia": [{ "backdrop-sepia": [
|
|
1315
|
+
"",
|
|
1316
|
+
U,
|
|
1317
|
+
J,
|
|
1318
|
+
K
|
|
1319
|
+
] }],
|
|
1320
|
+
"border-collapse": [{ border: ["collapse", "separate"] }],
|
|
1321
|
+
"border-spacing": [{ "border-spacing": S() }],
|
|
1322
|
+
"border-spacing-x": [{ "border-spacing-x": S() }],
|
|
1323
|
+
"border-spacing-y": [{ "border-spacing-y": S() }],
|
|
1324
|
+
"table-layout": [{ table: ["auto", "fixed"] }],
|
|
1325
|
+
caption: [{ caption: ["top", "bottom"] }],
|
|
1326
|
+
transition: [{ transition: [
|
|
1327
|
+
"",
|
|
1328
|
+
"all",
|
|
1329
|
+
"colors",
|
|
1330
|
+
"opacity",
|
|
1331
|
+
"shadow",
|
|
1332
|
+
"transform",
|
|
1333
|
+
"none",
|
|
1334
|
+
J,
|
|
1335
|
+
K
|
|
1336
|
+
] }],
|
|
1337
|
+
"transition-behavior": [{ transition: ["normal", "discrete"] }],
|
|
1338
|
+
duration: [{ duration: [
|
|
1339
|
+
U,
|
|
1340
|
+
"initial",
|
|
1341
|
+
J,
|
|
1342
|
+
K
|
|
1343
|
+
] }],
|
|
1344
|
+
ease: [{ ease: [
|
|
1345
|
+
"linear",
|
|
1346
|
+
"initial",
|
|
1347
|
+
_,
|
|
1348
|
+
J,
|
|
1349
|
+
K
|
|
1350
|
+
] }],
|
|
1351
|
+
delay: [{ delay: [
|
|
1352
|
+
U,
|
|
1353
|
+
J,
|
|
1354
|
+
K
|
|
1355
|
+
] }],
|
|
1356
|
+
animate: [{ animate: [
|
|
1357
|
+
"none",
|
|
1358
|
+
v,
|
|
1359
|
+
J,
|
|
1360
|
+
K
|
|
1361
|
+
] }],
|
|
1362
|
+
backface: [{ backface: ["hidden", "visible"] }],
|
|
1363
|
+
perspective: [{ perspective: [
|
|
1364
|
+
h,
|
|
1365
|
+
J,
|
|
1366
|
+
K
|
|
1367
|
+
] }],
|
|
1368
|
+
"perspective-origin": [{ "perspective-origin": ee() }],
|
|
1369
|
+
rotate: [{ rotate: R() }],
|
|
1370
|
+
"rotate-x": [{ "rotate-x": R() }],
|
|
1371
|
+
"rotate-y": [{ "rotate-y": R() }],
|
|
1372
|
+
"rotate-z": [{ "rotate-z": R() }],
|
|
1373
|
+
scale: [{ scale: z() }],
|
|
1374
|
+
"scale-x": [{ "scale-x": z() }],
|
|
1375
|
+
"scale-y": [{ "scale-y": z() }],
|
|
1376
|
+
"scale-z": [{ "scale-z": z() }],
|
|
1377
|
+
"scale-3d": ["scale-3d"],
|
|
1378
|
+
skew: [{ skew: le() }],
|
|
1379
|
+
"skew-x": [{ "skew-x": le() }],
|
|
1380
|
+
"skew-y": [{ "skew-y": le() }],
|
|
1381
|
+
transform: [{ transform: [
|
|
1382
|
+
J,
|
|
1383
|
+
K,
|
|
1384
|
+
"",
|
|
1385
|
+
"none",
|
|
1386
|
+
"gpu",
|
|
1387
|
+
"cpu"
|
|
1388
|
+
] }],
|
|
1389
|
+
"transform-origin": [{ origin: ee() }],
|
|
1390
|
+
"transform-style": [{ transform: ["3d", "flat"] }],
|
|
1391
|
+
translate: [{ translate: B() }],
|
|
1392
|
+
"translate-x": [{ "translate-x": B() }],
|
|
1393
|
+
"translate-y": [{ "translate-y": B() }],
|
|
1394
|
+
"translate-z": [{ "translate-z": B() }],
|
|
1395
|
+
"translate-none": ["translate-none"],
|
|
1396
|
+
zoom: [{ zoom: [
|
|
1397
|
+
W,
|
|
1398
|
+
J,
|
|
1399
|
+
K
|
|
1400
|
+
] }],
|
|
1401
|
+
accent: [{ accent: A() }],
|
|
1402
|
+
appearance: [{ appearance: ["none", "auto"] }],
|
|
1403
|
+
"caret-color": [{ caret: A() }],
|
|
1404
|
+
"color-scheme": [{ scheme: [
|
|
1405
|
+
"normal",
|
|
1406
|
+
"dark",
|
|
1407
|
+
"light",
|
|
1408
|
+
"light-dark",
|
|
1409
|
+
"only-dark",
|
|
1410
|
+
"only-light"
|
|
1411
|
+
] }],
|
|
1412
|
+
cursor: [{ cursor: [
|
|
1413
|
+
"auto",
|
|
1414
|
+
"default",
|
|
1415
|
+
"pointer",
|
|
1416
|
+
"wait",
|
|
1417
|
+
"text",
|
|
1418
|
+
"move",
|
|
1419
|
+
"help",
|
|
1420
|
+
"not-allowed",
|
|
1421
|
+
"none",
|
|
1422
|
+
"context-menu",
|
|
1423
|
+
"progress",
|
|
1424
|
+
"cell",
|
|
1425
|
+
"crosshair",
|
|
1426
|
+
"vertical-text",
|
|
1427
|
+
"alias",
|
|
1428
|
+
"copy",
|
|
1429
|
+
"no-drop",
|
|
1430
|
+
"grab",
|
|
1431
|
+
"grabbing",
|
|
1432
|
+
"all-scroll",
|
|
1433
|
+
"col-resize",
|
|
1434
|
+
"row-resize",
|
|
1435
|
+
"n-resize",
|
|
1436
|
+
"e-resize",
|
|
1437
|
+
"s-resize",
|
|
1438
|
+
"w-resize",
|
|
1439
|
+
"ne-resize",
|
|
1440
|
+
"nw-resize",
|
|
1441
|
+
"se-resize",
|
|
1442
|
+
"sw-resize",
|
|
1443
|
+
"ew-resize",
|
|
1444
|
+
"ns-resize",
|
|
1445
|
+
"nesw-resize",
|
|
1446
|
+
"nwse-resize",
|
|
1447
|
+
"zoom-in",
|
|
1448
|
+
"zoom-out",
|
|
1449
|
+
J,
|
|
1450
|
+
K
|
|
1451
|
+
] }],
|
|
1452
|
+
"field-sizing": [{ "field-sizing": ["fixed", "content"] }],
|
|
1453
|
+
"pointer-events": [{ "pointer-events": ["auto", "none"] }],
|
|
1454
|
+
resize: [{ resize: [
|
|
1455
|
+
"none",
|
|
1456
|
+
"",
|
|
1457
|
+
"y",
|
|
1458
|
+
"x"
|
|
1459
|
+
] }],
|
|
1460
|
+
"scroll-behavior": [{ scroll: ["auto", "smooth"] }],
|
|
1461
|
+
"scrollbar-thumb-color": [{ "scrollbar-thumb": A() }],
|
|
1462
|
+
"scrollbar-track-color": [{ "scrollbar-track": A() }],
|
|
1463
|
+
"scrollbar-gutter": [{ "scrollbar-gutter": [
|
|
1464
|
+
"auto",
|
|
1465
|
+
"stable",
|
|
1466
|
+
"both"
|
|
1467
|
+
] }],
|
|
1468
|
+
"scrollbar-w": [{ scrollbar: [
|
|
1469
|
+
"auto",
|
|
1470
|
+
"thin",
|
|
1471
|
+
"none"
|
|
1472
|
+
] }],
|
|
1473
|
+
"scroll-m": [{ "scroll-m": S() }],
|
|
1474
|
+
"scroll-mx": [{ "scroll-mx": S() }],
|
|
1475
|
+
"scroll-my": [{ "scroll-my": S() }],
|
|
1476
|
+
"scroll-ms": [{ "scroll-ms": S() }],
|
|
1477
|
+
"scroll-me": [{ "scroll-me": S() }],
|
|
1478
|
+
"scroll-mbs": [{ "scroll-mbs": S() }],
|
|
1479
|
+
"scroll-mbe": [{ "scroll-mbe": S() }],
|
|
1480
|
+
"scroll-mt": [{ "scroll-mt": S() }],
|
|
1481
|
+
"scroll-mr": [{ "scroll-mr": S() }],
|
|
1482
|
+
"scroll-mb": [{ "scroll-mb": S() }],
|
|
1483
|
+
"scroll-ml": [{ "scroll-ml": S() }],
|
|
1484
|
+
"scroll-p": [{ "scroll-p": S() }],
|
|
1485
|
+
"scroll-px": [{ "scroll-px": S() }],
|
|
1486
|
+
"scroll-py": [{ "scroll-py": S() }],
|
|
1487
|
+
"scroll-ps": [{ "scroll-ps": S() }],
|
|
1488
|
+
"scroll-pe": [{ "scroll-pe": S() }],
|
|
1489
|
+
"scroll-pbs": [{ "scroll-pbs": S() }],
|
|
1490
|
+
"scroll-pbe": [{ "scroll-pbe": S() }],
|
|
1491
|
+
"scroll-pt": [{ "scroll-pt": S() }],
|
|
1492
|
+
"scroll-pr": [{ "scroll-pr": S() }],
|
|
1493
|
+
"scroll-pb": [{ "scroll-pb": S() }],
|
|
1494
|
+
"scroll-pl": [{ "scroll-pl": S() }],
|
|
1495
|
+
"snap-align": [{ snap: [
|
|
1496
|
+
"start",
|
|
1497
|
+
"end",
|
|
1498
|
+
"center",
|
|
1499
|
+
"align-none"
|
|
1500
|
+
] }],
|
|
1501
|
+
"snap-stop": [{ snap: ["normal", "always"] }],
|
|
1502
|
+
"snap-type": [{ snap: [
|
|
1503
|
+
"none",
|
|
1504
|
+
"x",
|
|
1505
|
+
"y",
|
|
1506
|
+
"both"
|
|
1507
|
+
] }],
|
|
1508
|
+
"snap-strictness": [{ snap: ["mandatory", "proximity"] }],
|
|
1509
|
+
touch: [{ touch: [
|
|
1510
|
+
"auto",
|
|
1511
|
+
"none",
|
|
1512
|
+
"manipulation"
|
|
1513
|
+
] }],
|
|
1514
|
+
"touch-x": [{ "touch-pan": [
|
|
1515
|
+
"x",
|
|
1516
|
+
"left",
|
|
1517
|
+
"right"
|
|
1518
|
+
] }],
|
|
1519
|
+
"touch-y": [{ "touch-pan": [
|
|
1520
|
+
"y",
|
|
1521
|
+
"up",
|
|
1522
|
+
"down"
|
|
1523
|
+
] }],
|
|
1524
|
+
"touch-pz": ["touch-pinch-zoom"],
|
|
1525
|
+
select: [{ select: [
|
|
1526
|
+
"none",
|
|
1527
|
+
"text",
|
|
1528
|
+
"all",
|
|
1529
|
+
"auto"
|
|
1530
|
+
] }],
|
|
1531
|
+
"will-change": [{ "will-change": [
|
|
1532
|
+
"auto",
|
|
1533
|
+
"scroll",
|
|
1534
|
+
"contents",
|
|
1535
|
+
"transform",
|
|
1536
|
+
J,
|
|
1537
|
+
K
|
|
1538
|
+
] }],
|
|
1539
|
+
fill: [{ fill: ["none", ...A()] }],
|
|
1540
|
+
"stroke-w": [{ stroke: [
|
|
1541
|
+
U,
|
|
1542
|
+
Y,
|
|
1543
|
+
q,
|
|
1544
|
+
We
|
|
1545
|
+
] }],
|
|
1546
|
+
stroke: [{ stroke: ["none", ...A()] }],
|
|
1547
|
+
"forced-color-adjust": [{ "forced-color-adjust": ["auto", "none"] }]
|
|
1548
|
+
},
|
|
1549
|
+
conflictingClassGroups: {
|
|
1550
|
+
"container-named": ["container-type"],
|
|
1551
|
+
overflow: ["overflow-x", "overflow-y"],
|
|
1552
|
+
overscroll: ["overscroll-x", "overscroll-y"],
|
|
1553
|
+
inset: [
|
|
1554
|
+
"inset-x",
|
|
1555
|
+
"inset-y",
|
|
1556
|
+
"inset-bs",
|
|
1557
|
+
"inset-be",
|
|
1558
|
+
"start",
|
|
1559
|
+
"end",
|
|
1560
|
+
"top",
|
|
1561
|
+
"right",
|
|
1562
|
+
"bottom",
|
|
1563
|
+
"left"
|
|
1564
|
+
],
|
|
1565
|
+
"inset-x": ["right", "left"],
|
|
1566
|
+
"inset-y": ["top", "bottom"],
|
|
1567
|
+
flex: [
|
|
1568
|
+
"basis",
|
|
1569
|
+
"grow",
|
|
1570
|
+
"shrink"
|
|
1571
|
+
],
|
|
1572
|
+
gap: ["gap-x", "gap-y"],
|
|
1573
|
+
p: [
|
|
1574
|
+
"px",
|
|
1575
|
+
"py",
|
|
1576
|
+
"ps",
|
|
1577
|
+
"pe",
|
|
1578
|
+
"pbs",
|
|
1579
|
+
"pbe",
|
|
1580
|
+
"pt",
|
|
1581
|
+
"pr",
|
|
1582
|
+
"pb",
|
|
1583
|
+
"pl"
|
|
1584
|
+
],
|
|
1585
|
+
px: ["pr", "pl"],
|
|
1586
|
+
py: ["pt", "pb"],
|
|
1587
|
+
m: [
|
|
1588
|
+
"mx",
|
|
1589
|
+
"my",
|
|
1590
|
+
"ms",
|
|
1591
|
+
"me",
|
|
1592
|
+
"mbs",
|
|
1593
|
+
"mbe",
|
|
1594
|
+
"mt",
|
|
1595
|
+
"mr",
|
|
1596
|
+
"mb",
|
|
1597
|
+
"ml"
|
|
1598
|
+
],
|
|
1599
|
+
mx: ["mr", "ml"],
|
|
1600
|
+
my: ["mt", "mb"],
|
|
1601
|
+
size: ["w", "h"],
|
|
1602
|
+
"font-size": ["leading"],
|
|
1603
|
+
"fvn-normal": [
|
|
1604
|
+
"fvn-ordinal",
|
|
1605
|
+
"fvn-slashed-zero",
|
|
1606
|
+
"fvn-figure",
|
|
1607
|
+
"fvn-spacing",
|
|
1608
|
+
"fvn-fraction"
|
|
1609
|
+
],
|
|
1610
|
+
"fvn-ordinal": ["fvn-normal"],
|
|
1611
|
+
"fvn-slashed-zero": ["fvn-normal"],
|
|
1612
|
+
"fvn-figure": ["fvn-normal"],
|
|
1613
|
+
"fvn-spacing": ["fvn-normal"],
|
|
1614
|
+
"fvn-fraction": ["fvn-normal"],
|
|
1615
|
+
"line-clamp": ["display", "overflow"],
|
|
1616
|
+
rounded: [
|
|
1617
|
+
"rounded-s",
|
|
1618
|
+
"rounded-e",
|
|
1619
|
+
"rounded-t",
|
|
1620
|
+
"rounded-r",
|
|
1621
|
+
"rounded-b",
|
|
1622
|
+
"rounded-l",
|
|
1623
|
+
"rounded-ss",
|
|
1624
|
+
"rounded-se",
|
|
1625
|
+
"rounded-ee",
|
|
1626
|
+
"rounded-es",
|
|
1627
|
+
"rounded-tl",
|
|
1628
|
+
"rounded-tr",
|
|
1629
|
+
"rounded-br",
|
|
1630
|
+
"rounded-bl"
|
|
1631
|
+
],
|
|
1632
|
+
"rounded-s": ["rounded-ss", "rounded-es"],
|
|
1633
|
+
"rounded-e": ["rounded-se", "rounded-ee"],
|
|
1634
|
+
"rounded-t": ["rounded-tl", "rounded-tr"],
|
|
1635
|
+
"rounded-r": ["rounded-tr", "rounded-br"],
|
|
1636
|
+
"rounded-b": ["rounded-br", "rounded-bl"],
|
|
1637
|
+
"rounded-l": ["rounded-tl", "rounded-bl"],
|
|
1638
|
+
"border-spacing": ["border-spacing-x", "border-spacing-y"],
|
|
1639
|
+
"border-w": [
|
|
1640
|
+
"border-w-x",
|
|
1641
|
+
"border-w-y",
|
|
1642
|
+
"border-w-s",
|
|
1643
|
+
"border-w-e",
|
|
1644
|
+
"border-w-bs",
|
|
1645
|
+
"border-w-be",
|
|
1646
|
+
"border-w-t",
|
|
1647
|
+
"border-w-r",
|
|
1648
|
+
"border-w-b",
|
|
1649
|
+
"border-w-l"
|
|
1650
|
+
],
|
|
1651
|
+
"border-w-x": ["border-w-r", "border-w-l"],
|
|
1652
|
+
"border-w-y": ["border-w-t", "border-w-b"],
|
|
1653
|
+
"border-color": [
|
|
1654
|
+
"border-color-x",
|
|
1655
|
+
"border-color-y",
|
|
1656
|
+
"border-color-s",
|
|
1657
|
+
"border-color-e",
|
|
1658
|
+
"border-color-bs",
|
|
1659
|
+
"border-color-be",
|
|
1660
|
+
"border-color-t",
|
|
1661
|
+
"border-color-r",
|
|
1662
|
+
"border-color-b",
|
|
1663
|
+
"border-color-l"
|
|
1664
|
+
],
|
|
1665
|
+
"border-color-x": ["border-color-r", "border-color-l"],
|
|
1666
|
+
"border-color-y": ["border-color-t", "border-color-b"],
|
|
1667
|
+
translate: [
|
|
1668
|
+
"translate-x",
|
|
1669
|
+
"translate-y",
|
|
1670
|
+
"translate-none"
|
|
1671
|
+
],
|
|
1672
|
+
"translate-none": [
|
|
1673
|
+
"translate",
|
|
1674
|
+
"translate-x",
|
|
1675
|
+
"translate-y",
|
|
1676
|
+
"translate-z"
|
|
1677
|
+
],
|
|
1678
|
+
"scroll-m": [
|
|
1679
|
+
"scroll-mx",
|
|
1680
|
+
"scroll-my",
|
|
1681
|
+
"scroll-ms",
|
|
1682
|
+
"scroll-me",
|
|
1683
|
+
"scroll-mbs",
|
|
1684
|
+
"scroll-mbe",
|
|
1685
|
+
"scroll-mt",
|
|
1686
|
+
"scroll-mr",
|
|
1687
|
+
"scroll-mb",
|
|
1688
|
+
"scroll-ml"
|
|
1689
|
+
],
|
|
1690
|
+
"scroll-mx": ["scroll-mr", "scroll-ml"],
|
|
1691
|
+
"scroll-my": ["scroll-mt", "scroll-mb"],
|
|
1692
|
+
"scroll-p": [
|
|
1693
|
+
"scroll-px",
|
|
1694
|
+
"scroll-py",
|
|
1695
|
+
"scroll-ps",
|
|
1696
|
+
"scroll-pe",
|
|
1697
|
+
"scroll-pbs",
|
|
1698
|
+
"scroll-pbe",
|
|
1699
|
+
"scroll-pt",
|
|
1700
|
+
"scroll-pr",
|
|
1701
|
+
"scroll-pb",
|
|
1702
|
+
"scroll-pl"
|
|
1703
|
+
],
|
|
1704
|
+
"scroll-px": ["scroll-pr", "scroll-pl"],
|
|
1705
|
+
"scroll-py": ["scroll-pt", "scroll-pb"],
|
|
1706
|
+
touch: [
|
|
1707
|
+
"touch-x",
|
|
1708
|
+
"touch-y",
|
|
1709
|
+
"touch-pz"
|
|
1710
|
+
],
|
|
1711
|
+
"touch-x": ["touch"],
|
|
1712
|
+
"touch-y": ["touch"],
|
|
1713
|
+
"touch-pz": ["touch"]
|
|
1714
|
+
},
|
|
1715
|
+
conflictingClassGroupModifiers: { "font-size": ["leading"] },
|
|
1716
|
+
postfixLookupClassGroups: ["container-type"],
|
|
1717
|
+
orderSensitiveModifiers: [
|
|
1718
|
+
"*",
|
|
1719
|
+
"**",
|
|
1720
|
+
"after",
|
|
1721
|
+
"backdrop",
|
|
1722
|
+
"before",
|
|
1723
|
+
"details-content",
|
|
1724
|
+
"file",
|
|
1725
|
+
"first-letter",
|
|
1726
|
+
"first-line",
|
|
1727
|
+
"marker",
|
|
1728
|
+
"placeholder",
|
|
1729
|
+
"selection"
|
|
1730
|
+
]
|
|
1731
|
+
};
|
|
1732
|
+
});
|
|
1733
|
+
//#endregion
|
|
1734
|
+
//#region lib/lib/utils.ts
|
|
1735
|
+
function ut(...e) {
|
|
1736
|
+
return lt(k(e));
|
|
1737
|
+
}
|
|
1738
|
+
//#endregion
|
|
1739
|
+
//#region node_modules/lodash-es/_WeakMap.js
|
|
1740
|
+
var dt = o(i, "WeakMap"), ft = d(Object.keys, Object), pt = Object.prototype.hasOwnProperty;
|
|
1741
|
+
function mt(t) {
|
|
1742
|
+
if (!e(t)) return ft(t);
|
|
1743
|
+
var n = [];
|
|
1744
|
+
for (var r in Object(t)) pt.call(t, r) && r != "constructor" && n.push(r);
|
|
1745
|
+
return n;
|
|
1746
|
+
}
|
|
1747
|
+
//#endregion
|
|
1748
|
+
//#region node_modules/lodash-es/keys.js
|
|
1749
|
+
function ht(e) {
|
|
1750
|
+
return v(e) ? r(e) : mt(e);
|
|
1751
|
+
}
|
|
1752
|
+
//#endregion
|
|
1753
|
+
//#region node_modules/lodash-es/_arrayPush.js
|
|
1754
|
+
function gt(e, t) {
|
|
1755
|
+
for (var n = -1, r = t.length, i = e.length; ++n < r;) e[i + n] = t[n];
|
|
1756
|
+
return e;
|
|
1757
|
+
}
|
|
1758
|
+
//#endregion
|
|
1759
|
+
//#region node_modules/lodash-es/_arrayFilter.js
|
|
1760
|
+
function _t(e, t) {
|
|
1761
|
+
for (var n = -1, r = e == null ? 0 : e.length, i = 0, a = []; ++n < r;) {
|
|
1762
|
+
var o = e[n];
|
|
1763
|
+
t(o, n, e) && (a[i++] = o);
|
|
1764
|
+
}
|
|
1765
|
+
return a;
|
|
1766
|
+
}
|
|
1767
|
+
//#endregion
|
|
1768
|
+
//#region node_modules/lodash-es/stubArray.js
|
|
1769
|
+
function vt() {
|
|
1770
|
+
return [];
|
|
1771
|
+
}
|
|
1772
|
+
//#endregion
|
|
1773
|
+
//#region node_modules/lodash-es/_getSymbols.js
|
|
1774
|
+
var yt = Object.prototype.propertyIsEnumerable, bt = Object.getOwnPropertySymbols, xt = bt ? function(e) {
|
|
1775
|
+
return e == null ? [] : (e = Object(e), _t(bt(e), function(t) {
|
|
1776
|
+
return yt.call(e, t);
|
|
1777
|
+
}));
|
|
1778
|
+
} : vt;
|
|
1779
|
+
//#endregion
|
|
1780
|
+
//#region node_modules/lodash-es/_baseGetAllKeys.js
|
|
1781
|
+
function St(e, t, n) {
|
|
1782
|
+
var r = t(e);
|
|
1783
|
+
return p(e) ? r : gt(r, n(e));
|
|
1784
|
+
}
|
|
1785
|
+
//#endregion
|
|
1786
|
+
//#region node_modules/lodash-es/_getAllKeys.js
|
|
1787
|
+
function Ct(e) {
|
|
1788
|
+
return St(e, ht, xt);
|
|
1789
|
+
}
|
|
1790
|
+
//#endregion
|
|
1791
|
+
//#region node_modules/lodash-es/_DataView.js
|
|
1792
|
+
var wt = o(i, "DataView"), Tt = o(i, "Promise"), Et = o(i, "Set"), Dt = "[object Map]", Ot = "[object Object]", kt = "[object Promise]", At = "[object Set]", jt = "[object WeakMap]", Mt = "[object DataView]", Nt = s(wt), Pt = s(t), Ft = s(Tt), It = s(Et), Lt = s(dt), $ = f;
|
|
1793
|
+
(wt && $(new wt(/* @__PURE__ */ new ArrayBuffer(1))) != Mt || t && $(new t()) != Dt || Tt && $(Tt.resolve()) != kt || Et && $(new Et()) != At || dt && $(new dt()) != jt) && ($ = function(e) {
|
|
1794
|
+
var t = f(e), n = t == Ot ? e.constructor : void 0, r = n ? s(n) : "";
|
|
1795
|
+
if (r) switch (r) {
|
|
1796
|
+
case Nt: return Mt;
|
|
1797
|
+
case Pt: return Dt;
|
|
1798
|
+
case Ft: return kt;
|
|
1799
|
+
case It: return At;
|
|
1800
|
+
case Lt: return jt;
|
|
1801
|
+
}
|
|
1802
|
+
return t;
|
|
1803
|
+
});
|
|
1804
|
+
var Rt = $, zt = "__lodash_hash_undefined__";
|
|
1805
|
+
function Bt(e) {
|
|
1806
|
+
return this.__data__.set(e, zt), this;
|
|
1807
|
+
}
|
|
1808
|
+
//#endregion
|
|
1809
|
+
//#region node_modules/lodash-es/_setCacheHas.js
|
|
1810
|
+
function Vt(e) {
|
|
1811
|
+
return this.__data__.has(e);
|
|
1812
|
+
}
|
|
1813
|
+
//#endregion
|
|
1814
|
+
//#region node_modules/lodash-es/_SetCache.js
|
|
1815
|
+
function Ht(e) {
|
|
1816
|
+
var t = -1, n = e == null ? 0 : e.length;
|
|
1817
|
+
for (this.__data__ = new u(); ++t < n;) this.add(e[t]);
|
|
1818
|
+
}
|
|
1819
|
+
Ht.prototype.add = Ht.prototype.push = Bt, Ht.prototype.has = Vt;
|
|
1820
|
+
//#endregion
|
|
1821
|
+
//#region node_modules/lodash-es/_arraySome.js
|
|
1822
|
+
function Ut(e, t) {
|
|
1823
|
+
for (var n = -1, r = e == null ? 0 : e.length; ++n < r;) if (t(e[n], n, e)) return !0;
|
|
1824
|
+
return !1;
|
|
1825
|
+
}
|
|
1826
|
+
//#endregion
|
|
1827
|
+
//#region node_modules/lodash-es/_cacheHas.js
|
|
1828
|
+
function Wt(e, t) {
|
|
1829
|
+
return e.has(t);
|
|
1830
|
+
}
|
|
1831
|
+
//#endregion
|
|
1832
|
+
//#region node_modules/lodash-es/_equalArrays.js
|
|
1833
|
+
var Gt = 1, Kt = 2;
|
|
1834
|
+
function qt(e, t, n, r, i, a) {
|
|
1835
|
+
var o = n & Gt, s = e.length, c = t.length;
|
|
1836
|
+
if (s != c && !(o && c > s)) return !1;
|
|
1837
|
+
var l = a.get(e), u = a.get(t);
|
|
1838
|
+
if (l && u) return l == t && u == e;
|
|
1839
|
+
var d = -1, f = !0, p = n & Kt ? new Ht() : void 0;
|
|
1840
|
+
for (a.set(e, t), a.set(t, e); ++d < s;) {
|
|
1841
|
+
var m = e[d], h = t[d];
|
|
1842
|
+
if (r) var g = o ? r(h, m, d, t, e, a) : r(m, h, d, e, t, a);
|
|
1843
|
+
if (g !== void 0) {
|
|
1844
|
+
if (g) continue;
|
|
1845
|
+
f = !1;
|
|
1846
|
+
break;
|
|
1847
|
+
}
|
|
1848
|
+
if (p) {
|
|
1849
|
+
if (!Ut(t, function(e, t) {
|
|
1850
|
+
if (!Wt(p, t) && (m === e || i(m, e, n, r, a))) return p.push(t);
|
|
1851
|
+
})) {
|
|
1852
|
+
f = !1;
|
|
1853
|
+
break;
|
|
1854
|
+
}
|
|
1855
|
+
} else if (!(m === h || i(m, h, n, r, a))) {
|
|
1856
|
+
f = !1;
|
|
1857
|
+
break;
|
|
1858
|
+
}
|
|
1859
|
+
}
|
|
1860
|
+
return a.delete(e), a.delete(t), f;
|
|
1861
|
+
}
|
|
1862
|
+
//#endregion
|
|
1863
|
+
//#region node_modules/lodash-es/_mapToArray.js
|
|
1864
|
+
function Jt(e) {
|
|
1865
|
+
var t = -1, n = Array(e.size);
|
|
1866
|
+
return e.forEach(function(e, r) {
|
|
1867
|
+
n[++t] = [r, e];
|
|
1868
|
+
}), n;
|
|
1869
|
+
}
|
|
1870
|
+
//#endregion
|
|
1871
|
+
//#region node_modules/lodash-es/_setToArray.js
|
|
1872
|
+
function Yt(e) {
|
|
1873
|
+
var t = -1, n = Array(e.size);
|
|
1874
|
+
return e.forEach(function(e) {
|
|
1875
|
+
n[++t] = e;
|
|
1876
|
+
}), n;
|
|
1877
|
+
}
|
|
1878
|
+
//#endregion
|
|
1879
|
+
//#region node_modules/lodash-es/_equalByTag.js
|
|
1880
|
+
var Xt = 1, Zt = 2, Qt = "[object Boolean]", $t = "[object Date]", en = "[object Error]", tn = "[object Map]", nn = "[object Number]", rn = "[object RegExp]", an = "[object Set]", on = "[object String]", sn = "[object Symbol]", cn = "[object ArrayBuffer]", ln = "[object DataView]", un = m ? m.prototype : void 0, dn = un ? un.valueOf : void 0;
|
|
1881
|
+
function fn(e, t, n, r, i, a, o) {
|
|
1882
|
+
switch (n) {
|
|
1883
|
+
case ln:
|
|
1884
|
+
if (e.byteLength != t.byteLength || e.byteOffset != t.byteOffset) return !1;
|
|
1885
|
+
e = e.buffer, t = t.buffer;
|
|
1886
|
+
case cn: return !(e.byteLength != t.byteLength || !a(new _(e), new _(t)));
|
|
1887
|
+
case Qt:
|
|
1888
|
+
case $t:
|
|
1889
|
+
case nn: return c(+e, +t);
|
|
1890
|
+
case en: return e.name == t.name && e.message == t.message;
|
|
1891
|
+
case rn:
|
|
1892
|
+
case on: return e == t + "";
|
|
1893
|
+
case tn: var s = Jt;
|
|
1894
|
+
case an:
|
|
1895
|
+
var l = r & Xt;
|
|
1896
|
+
if (s ||= Yt, e.size != t.size && !l) return !1;
|
|
1897
|
+
var u = o.get(e);
|
|
1898
|
+
if (u) return u == t;
|
|
1899
|
+
r |= Zt, o.set(e, t);
|
|
1900
|
+
var d = qt(s(e), s(t), r, i, a, o);
|
|
1901
|
+
return o.delete(e), d;
|
|
1902
|
+
case sn: if (dn) return dn.call(e) == dn.call(t);
|
|
1903
|
+
}
|
|
1904
|
+
return !1;
|
|
1905
|
+
}
|
|
1906
|
+
//#endregion
|
|
1907
|
+
//#region node_modules/lodash-es/_equalObjects.js
|
|
1908
|
+
var pn = 1, mn = Object.prototype.hasOwnProperty;
|
|
1909
|
+
function hn(e, t, n, r, i, a) {
|
|
1910
|
+
var o = n & pn, s = Ct(e), c = s.length;
|
|
1911
|
+
if (c != Ct(t).length && !o) return !1;
|
|
1912
|
+
for (var l = c; l--;) {
|
|
1913
|
+
var u = s[l];
|
|
1914
|
+
if (!(o ? u in t : mn.call(t, u))) return !1;
|
|
1915
|
+
}
|
|
1916
|
+
var d = a.get(e), f = a.get(t);
|
|
1917
|
+
if (d && f) return d == t && f == e;
|
|
1918
|
+
var p = !0;
|
|
1919
|
+
a.set(e, t), a.set(t, e);
|
|
1920
|
+
for (var m = o; ++l < c;) {
|
|
1921
|
+
u = s[l];
|
|
1922
|
+
var h = e[u], g = t[u];
|
|
1923
|
+
if (r) var _ = o ? r(g, h, u, t, e, a) : r(h, g, u, e, t, a);
|
|
1924
|
+
if (!(_ === void 0 ? h === g || i(h, g, n, r, a) : _)) {
|
|
1925
|
+
p = !1;
|
|
1926
|
+
break;
|
|
1927
|
+
}
|
|
1928
|
+
m ||= u == "constructor";
|
|
1929
|
+
}
|
|
1930
|
+
if (p && !m) {
|
|
1931
|
+
var v = e.constructor, y = t.constructor;
|
|
1932
|
+
v != y && "constructor" in e && "constructor" in t && !(typeof v == "function" && v instanceof v && typeof y == "function" && y instanceof y) && (p = !1);
|
|
1933
|
+
}
|
|
1934
|
+
return a.delete(e), a.delete(t), p;
|
|
1935
|
+
}
|
|
1936
|
+
//#endregion
|
|
1937
|
+
//#region node_modules/lodash-es/_baseIsEqualDeep.js
|
|
1938
|
+
var gn = 1, _n = "[object Arguments]", vn = "[object Array]", yn = "[object Object]", bn = Object.prototype.hasOwnProperty;
|
|
1939
|
+
function xn(e, t, r, i, a, o) {
|
|
1940
|
+
var s = p(e), c = p(t), u = s ? vn : Rt(e), d = c ? vn : Rt(t);
|
|
1941
|
+
u = u == _n ? yn : u, d = d == _n ? yn : d;
|
|
1942
|
+
var f = u == yn, m = d == yn, h = u == d;
|
|
1943
|
+
if (h && l(e)) {
|
|
1944
|
+
if (!l(t)) return !1;
|
|
1945
|
+
s = !0, f = !1;
|
|
1946
|
+
}
|
|
1947
|
+
if (h && !f) return o ||= new g(), s || n(e) ? qt(e, t, r, i, a, o) : fn(e, t, u, r, i, a, o);
|
|
1948
|
+
if (!(r & gn)) {
|
|
1949
|
+
var _ = f && bn.call(e, "__wrapped__"), v = m && bn.call(t, "__wrapped__");
|
|
1950
|
+
if (_ || v) {
|
|
1951
|
+
var y = _ ? e.value() : e, b = v ? t.value() : t;
|
|
1952
|
+
return o ||= new g(), a(y, b, r, i, o);
|
|
1953
|
+
}
|
|
1954
|
+
}
|
|
1955
|
+
return h ? (o ||= new g(), hn(e, t, r, i, a, o)) : !1;
|
|
1956
|
+
}
|
|
1957
|
+
//#endregion
|
|
1958
|
+
//#region node_modules/lodash-es/_baseIsEqual.js
|
|
1959
|
+
function Sn(e, t, n, r, i) {
|
|
1960
|
+
return e === t ? !0 : e == null || t == null || !a(e) && !a(t) ? e !== e && t !== t : xn(e, t, n, r, Sn, i);
|
|
1961
|
+
}
|
|
1962
|
+
//#endregion
|
|
1963
|
+
//#region node_modules/lodash-es/isEqual.js
|
|
1964
|
+
function Cn(e, t) {
|
|
1965
|
+
return Sn(e, t);
|
|
1966
|
+
}
|
|
1967
|
+
//#endregion
|
|
1968
|
+
//#region node_modules/lodash-es/isNil.js
|
|
1969
|
+
function wn(e) {
|
|
1970
|
+
return e == null;
|
|
1971
|
+
}
|
|
1972
|
+
//#endregion
|
|
1973
|
+
//#region lib/lib/array.utils.ts
|
|
1974
|
+
function Tn(e) {
|
|
1975
|
+
return Array.from(new Set(e));
|
|
1976
|
+
}
|
|
1977
|
+
function En(e, t, n) {
|
|
1978
|
+
return e.find((e) => e[t] === n);
|
|
1979
|
+
}
|
|
1980
|
+
function Dn(e, t, n) {
|
|
1981
|
+
return e.filter((e) => n.includes(e[t]));
|
|
1982
|
+
}
|
|
1983
|
+
function On(e, t) {
|
|
1984
|
+
return {
|
|
1985
|
+
findByKey: C((n) => En(e, t, n), [e, t]),
|
|
1986
|
+
findByKeyIn: C((n) => Dn(e, t, n), [e, t])
|
|
1987
|
+
};
|
|
1988
|
+
}
|
|
1989
|
+
function kn(e) {
|
|
1990
|
+
return On(e, "id");
|
|
1991
|
+
}
|
|
1992
|
+
//#endregion
|
|
1993
|
+
//#region lib/lib/build-field-options.ts
|
|
1994
|
+
function An(e, { valueKey: t, label: n }) {
|
|
1995
|
+
return e.map((e) => ({
|
|
1996
|
+
value: b(e, t),
|
|
1997
|
+
label: typeof n == "function" ? n(e) : b(e, n)
|
|
1998
|
+
}));
|
|
1999
|
+
}
|
|
2000
|
+
//#endregion
|
|
2001
|
+
//#region lib/lib/client-only.utils.ts
|
|
2002
|
+
var jn = te(!1);
|
|
2003
|
+
function Mn(e) {
|
|
2004
|
+
function t(t) {
|
|
2005
|
+
let n = ne(jn), r = ee();
|
|
2006
|
+
return !n && !r ? null : S(jn.Provider, { value: !0 }, S(x, { fallback: null }, S(e, t)));
|
|
2007
|
+
}
|
|
2008
|
+
return t.displayName = `ClientOnly(${e.displayName ?? e.name ?? "Component"})`, t;
|
|
2009
|
+
}
|
|
2010
|
+
//#endregion
|
|
2011
|
+
//#region lib/lib/format.utils.ts
|
|
2012
|
+
function Nn(e, t) {
|
|
2013
|
+
return e?.length ? e : t;
|
|
2014
|
+
}
|
|
2015
|
+
function Pn(e, t) {
|
|
2016
|
+
return e?.length ? e : t;
|
|
2017
|
+
}
|
|
2018
|
+
function Fn(e) {
|
|
2019
|
+
let t = new FormData();
|
|
2020
|
+
return typeof e == "object" && Object.entries(e).forEach(([e, n]) => {
|
|
2021
|
+
wn(n) || t.append(e, n);
|
|
2022
|
+
}), t;
|
|
2023
|
+
}
|
|
2024
|
+
function In(e) {
|
|
2025
|
+
let t = {};
|
|
2026
|
+
for (let [n, r] of e.entries()) t[n] = r;
|
|
2027
|
+
return t;
|
|
2028
|
+
}
|
|
2029
|
+
//#endregion
|
|
2030
|
+
//#region lib/lib/object.utils.ts
|
|
2031
|
+
function Ln(e, t) {
|
|
2032
|
+
let n = {};
|
|
2033
|
+
if (!Array.isArray(t)) n[t] = e?.[t];
|
|
2034
|
+
else for (let r of t) n[r] = e?.[r];
|
|
2035
|
+
return n;
|
|
2036
|
+
}
|
|
2037
|
+
function Rn(e, t) {
|
|
2038
|
+
let n = { ...e };
|
|
2039
|
+
if (Array.isArray(t)) for (let e of t) delete n?.[e];
|
|
2040
|
+
else delete n?.[t];
|
|
2041
|
+
return n ?? {};
|
|
2042
|
+
}
|
|
2043
|
+
function zn(e) {
|
|
2044
|
+
return e;
|
|
2045
|
+
}
|
|
2046
|
+
async function Bn(e) {
|
|
2047
|
+
return await e;
|
|
2048
|
+
}
|
|
2049
|
+
function Vn(e, t = !1) {
|
|
2050
|
+
return Object.fromEntries(Object.entries(e).filter(([e, n]) => t ? n != null && n !== void 0 : n !== void 0));
|
|
2051
|
+
}
|
|
2052
|
+
//#endregion
|
|
2053
|
+
//#region lib/lib/promise.utils.ts
|
|
2054
|
+
function Hn(e) {
|
|
2055
|
+
return new Promise((t) => setTimeout(t, e));
|
|
2056
|
+
}
|
|
2057
|
+
//#endregion
|
|
2058
|
+
//#region lib/lib/redux/async-slice.ts
|
|
2059
|
+
var Un = ie({ creators: { asyncThunk: re } });
|
|
2060
|
+
//#endregion
|
|
2061
|
+
//#region lib/lib/redux/filter-slice.ts
|
|
2062
|
+
function Wn({ name: e, initialState: t, reducers: n = void 0, selectors: r = {} }) {
|
|
2063
|
+
return E({
|
|
2064
|
+
name: e,
|
|
2065
|
+
initialState: t,
|
|
2066
|
+
reducers: (e) => ({
|
|
2067
|
+
updateFilter: e.reducer((e, t) => {
|
|
2068
|
+
let { filter: n, sort: r } = t.payload;
|
|
2069
|
+
n && (e.filter = {
|
|
2070
|
+
...e.filter,
|
|
2071
|
+
...n
|
|
2072
|
+
}), r && (e.sort = {
|
|
2073
|
+
...e.sort,
|
|
2074
|
+
...r
|
|
2075
|
+
});
|
|
2076
|
+
}),
|
|
2077
|
+
resetFilter: e.reducer((e) => {
|
|
2078
|
+
e.filter = t.filter, e.sort = t.sort;
|
|
2079
|
+
}),
|
|
2080
|
+
...n?.(e)
|
|
2081
|
+
}),
|
|
2082
|
+
selectors: { ...r }
|
|
2083
|
+
});
|
|
2084
|
+
}
|
|
2085
|
+
//#endregion
|
|
2086
|
+
//#region lib/lib/redux/status-slice.ts
|
|
2087
|
+
var Gn = ({ name: e, initialState: t = { status: "idle" }, reducers: n = {}, selectors: r = {} }) => E({
|
|
2088
|
+
name: e,
|
|
2089
|
+
initialState: t,
|
|
2090
|
+
reducers: {
|
|
2091
|
+
reset(e) {
|
|
2092
|
+
e.status = t.status;
|
|
2093
|
+
},
|
|
2094
|
+
start(e) {
|
|
2095
|
+
e.status = "loading";
|
|
2096
|
+
},
|
|
2097
|
+
success(e, t) {
|
|
2098
|
+
e.data = t.payload, e.status = "success";
|
|
2099
|
+
},
|
|
2100
|
+
error(e, t) {
|
|
2101
|
+
e.error = t.payload, e.status = "error";
|
|
2102
|
+
},
|
|
2103
|
+
...n
|
|
2104
|
+
},
|
|
2105
|
+
selectors: { ...r }
|
|
2106
|
+
}), Kn = ({ name: e, initialState: t, reducers: n = {}, selectors: r = {} }) => E({
|
|
2107
|
+
name: e,
|
|
2108
|
+
initialState: t,
|
|
2109
|
+
reducers: {
|
|
2110
|
+
reset(e, n) {
|
|
2111
|
+
e[n.payload] = t[n.payload];
|
|
2112
|
+
},
|
|
2113
|
+
start(e, t) {
|
|
2114
|
+
e[t.payload].status = "loading";
|
|
2115
|
+
},
|
|
2116
|
+
success(e, t) {
|
|
2117
|
+
let n = t.payload.path;
|
|
2118
|
+
e[n].data = t.payload.data, e[n].status = "success";
|
|
2119
|
+
},
|
|
2120
|
+
error(e, t) {
|
|
2121
|
+
let n = t.payload.path;
|
|
2122
|
+
e[n].error = t.payload.message, e[n].status = "error";
|
|
2123
|
+
},
|
|
2124
|
+
...n
|
|
2125
|
+
},
|
|
2126
|
+
selectors: {
|
|
2127
|
+
...r,
|
|
2128
|
+
status(e, t) {
|
|
2129
|
+
return e[t].status;
|
|
2130
|
+
}
|
|
2131
|
+
}
|
|
2132
|
+
});
|
|
2133
|
+
//#endregion
|
|
2134
|
+
//#region lib/lib/storage.utils.ts
|
|
2135
|
+
function qn(e, t) {
|
|
2136
|
+
try {
|
|
2137
|
+
let n = localStorage.getItem(e);
|
|
2138
|
+
if (n) return typeof t == "string" ? n : JSON.parse(n);
|
|
2139
|
+
} catch (t) {
|
|
2140
|
+
console.warn(`Failed to restore state for key "${e}":`, t);
|
|
2141
|
+
}
|
|
2142
|
+
return t;
|
|
2143
|
+
}
|
|
2144
|
+
function Jn(e, t) {
|
|
2145
|
+
try {
|
|
2146
|
+
localStorage.setItem(e, typeof t == "string" ? t : JSON.stringify(t));
|
|
2147
|
+
} catch (t) {
|
|
2148
|
+
console.warn(`Failed to store state for key "${e}":`, t);
|
|
2149
|
+
}
|
|
2150
|
+
}
|
|
2151
|
+
function Yn(e) {
|
|
2152
|
+
try {
|
|
2153
|
+
localStorage.removeItem(e);
|
|
2154
|
+
} catch (t) {
|
|
2155
|
+
console.warn(`Failed to remove state for key "${e}":`, t);
|
|
2156
|
+
}
|
|
2157
|
+
}
|
|
2158
|
+
var Xn = {
|
|
2159
|
+
safeGetItem: qn,
|
|
2160
|
+
safeSetItem: Jn,
|
|
2161
|
+
safeRemoveItem: Yn
|
|
2162
|
+
}, Zn = {
|
|
2163
|
+
isDirty: !1,
|
|
2164
|
+
step: 0,
|
|
2165
|
+
values: {}
|
|
2166
|
+
}, Qn = ({ name: e, initialState: t, reducers: n = void 0, selectors: r = {} }) => {
|
|
2167
|
+
let i = () => ({
|
|
2168
|
+
...Zn,
|
|
2169
|
+
values: t ?? Zn.values
|
|
2170
|
+
});
|
|
2171
|
+
return E({
|
|
2172
|
+
name: e,
|
|
2173
|
+
initialState: i(),
|
|
2174
|
+
reducers: (t) => ({
|
|
2175
|
+
updateStep: t.reducer((t, n) => {
|
|
2176
|
+
t.step = typeof n.payload == "function" ? n.payload(t.step) : n.payload, Jn(e, t);
|
|
2177
|
+
}),
|
|
2178
|
+
updateFormValues: t.reducer((e, t) => {
|
|
2179
|
+
e.values = {
|
|
2180
|
+
...e.values,
|
|
2181
|
+
...typeof t.payload == "function" ? t.payload(e.values) : t.payload
|
|
2182
|
+
}, e.isDirty = !Cn(e.values, Zn.values);
|
|
2183
|
+
}),
|
|
2184
|
+
reset: t.reducer((e) => {
|
|
2185
|
+
Object.assign(e, i());
|
|
2186
|
+
}),
|
|
2187
|
+
...n?.(t)
|
|
2188
|
+
}),
|
|
2189
|
+
selectors: { ...r }
|
|
2190
|
+
});
|
|
2191
|
+
};
|
|
2192
|
+
//#endregion
|
|
2193
|
+
//#region node_modules/redux/dist/redux.mjs
|
|
2194
|
+
function $n(e) {
|
|
2195
|
+
return `Minified Redux error #${e}; visit https://redux.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `;
|
|
2196
|
+
}
|
|
2197
|
+
var er = () => Math.random().toString(36).substring(7).split("").join(".");
|
|
2198
|
+
`${/* @__PURE__ */ er()}`, `${/* @__PURE__ */ er()}`;
|
|
2199
|
+
function tr(e) {
|
|
2200
|
+
if (e === void 0) return "undefined";
|
|
2201
|
+
if (e === null) return "null";
|
|
2202
|
+
let t = typeof e;
|
|
2203
|
+
switch (t) {
|
|
2204
|
+
case "boolean":
|
|
2205
|
+
case "string":
|
|
2206
|
+
case "number":
|
|
2207
|
+
case "symbol":
|
|
2208
|
+
case "function": return t;
|
|
2209
|
+
}
|
|
2210
|
+
if (Array.isArray(e)) return "array";
|
|
2211
|
+
if (ir(e)) return "date";
|
|
2212
|
+
if (rr(e)) return "error";
|
|
2213
|
+
let n = nr(e);
|
|
2214
|
+
switch (n) {
|
|
2215
|
+
case "Symbol":
|
|
2216
|
+
case "Promise":
|
|
2217
|
+
case "WeakMap":
|
|
2218
|
+
case "WeakSet":
|
|
2219
|
+
case "Map":
|
|
2220
|
+
case "Set": return n;
|
|
2221
|
+
}
|
|
2222
|
+
return Object.prototype.toString.call(e).slice(8, -1).toLowerCase().replace(/\s/g, "");
|
|
2223
|
+
}
|
|
2224
|
+
function nr(e) {
|
|
2225
|
+
return typeof e.constructor == "function" ? e.constructor.name : null;
|
|
2226
|
+
}
|
|
2227
|
+
function rr(e) {
|
|
2228
|
+
return e instanceof Error || typeof e.message == "string" && e.constructor && typeof e.constructor.stackTraceLimit == "number";
|
|
2229
|
+
}
|
|
2230
|
+
function ir(e) {
|
|
2231
|
+
return e instanceof Date || typeof e.toDateString == "function" && typeof e.getDate == "function" && typeof e.setDate == "function";
|
|
2232
|
+
}
|
|
2233
|
+
function ar(e) {
|
|
2234
|
+
let t = typeof e;
|
|
2235
|
+
return process.env.NODE_ENV !== "production" && (t = tr(e)), t;
|
|
2236
|
+
}
|
|
2237
|
+
function or(e, t) {
|
|
2238
|
+
return function(...n) {
|
|
2239
|
+
return t(e.apply(this, n));
|
|
2240
|
+
};
|
|
2241
|
+
}
|
|
2242
|
+
function sr(e, t) {
|
|
2243
|
+
if (typeof e == "function") return or(e, t);
|
|
2244
|
+
if (typeof e != "object" || !e) throw Error(process.env.NODE_ENV === "production" ? $n(16) : `bindActionCreators expected an object or a function, but instead received: '${ar(e)}'. Did you write "import ActionCreators from" instead of "import * as ActionCreators from"?`);
|
|
2245
|
+
let n = {};
|
|
2246
|
+
for (let r in e) {
|
|
2247
|
+
let i = e[r];
|
|
2248
|
+
typeof i == "function" && (n[r] = or(i, t));
|
|
2249
|
+
}
|
|
2250
|
+
return n;
|
|
2251
|
+
}
|
|
2252
|
+
//#endregion
|
|
2253
|
+
//#region lib/lib/redux/use-actions.ts
|
|
2254
|
+
function cr(e, t) {
|
|
2255
|
+
let n = D();
|
|
2256
|
+
return w(() => sr(e, n), t ? [n, ...t] : [n]);
|
|
2257
|
+
}
|
|
2258
|
+
//#endregion
|
|
2259
|
+
//#region lib/lib/redux/use-slice-reducer.ts
|
|
2260
|
+
function lr(e, t) {
|
|
2261
|
+
return t ? {
|
|
2262
|
+
...e,
|
|
2263
|
+
...t
|
|
2264
|
+
} : e;
|
|
2265
|
+
}
|
|
2266
|
+
function ur(e, t) {
|
|
2267
|
+
let [n, r] = T(e.reducer, lr(e.getInitialState(), t));
|
|
2268
|
+
return [n, w(() => {
|
|
2269
|
+
let t = {};
|
|
2270
|
+
for (let n in e.actions) t[n] = (...t) => {
|
|
2271
|
+
r(e.actions[n](...t));
|
|
2272
|
+
};
|
|
2273
|
+
return t;
|
|
2274
|
+
}, [r, e.actions])];
|
|
2275
|
+
}
|
|
2276
|
+
//#endregion
|
|
2277
|
+
//#region lib/lib/redux/use-slice-selector.ts
|
|
2278
|
+
function dr(e, t) {
|
|
2279
|
+
return w(() => t(e), [e, t]);
|
|
2280
|
+
}
|
|
2281
|
+
//#endregion
|
|
2282
|
+
//#region lib/lib/string.utils.ts
|
|
2283
|
+
function fr(e) {
|
|
2284
|
+
return e ? e.toLowerCase().replace(/_/g, "-") : "";
|
|
2285
|
+
}
|
|
2286
|
+
function pr(e, t = ", ") {
|
|
2287
|
+
return e.filter((e) => !!e).join(t);
|
|
2288
|
+
}
|
|
2289
|
+
var mr = {
|
|
2290
|
+
enumToKebabCase: fr,
|
|
2291
|
+
joinTruthyParts: pr
|
|
2292
|
+
}, hr = { colorFromVariable(e, t = 1) {
|
|
2293
|
+
return `rgb(from var(--${e}) r g b / ${t})`;
|
|
2294
|
+
} }, gr = (e, t) => typeof e == "function" ? e(t) : e, _r = (e, t = "files") => {
|
|
2295
|
+
let n = new FormData();
|
|
2296
|
+
return (p(e) ? e.filter(Boolean) : [e]).forEach((e) => {
|
|
2297
|
+
n.append(t, e, e.name);
|
|
2298
|
+
}), n;
|
|
2299
|
+
};
|
|
2300
|
+
//#endregion
|
|
2301
|
+
//#region lib/lib/url.utils.ts
|
|
2302
|
+
function vr(e) {
|
|
2303
|
+
return new URL(e.url).searchParams;
|
|
2304
|
+
}
|
|
2305
|
+
function yr(e, t) {
|
|
2306
|
+
return vr(e).get(t);
|
|
2307
|
+
}
|
|
2308
|
+
//#endregion
|
|
2309
|
+
//#region lib/lib/zod-error-map.ts
|
|
2310
|
+
var br = (e) => {
|
|
2311
|
+
let t = typeof e;
|
|
2312
|
+
switch (t) {
|
|
2313
|
+
case "number": return Number.isNaN(e) ? "NaN" : "number";
|
|
2314
|
+
case "object":
|
|
2315
|
+
if (Array.isArray(e)) return "array";
|
|
2316
|
+
if (e === null) return "null";
|
|
2317
|
+
if (Object.getPrototypeOf(e) !== Object.prototype && e.constructor) return e.constructor.name;
|
|
2318
|
+
}
|
|
2319
|
+
return t;
|
|
2320
|
+
}, xr = () => localStorage.getItem("language") === "fr" ? "fr" : "en", Sr = () => (e) => {
|
|
2321
|
+
let t = xr(), n = y[t].material.zod.sizing[e.origin], r = y[t].material.zod.nouns;
|
|
2322
|
+
switch (e.code) {
|
|
2323
|
+
case "invalid_type": return h(e.input ? `material.zod.invalid_type.${e.expected}` : "material.zod.required", {
|
|
2324
|
+
expected: e.expected,
|
|
2325
|
+
received: br(e.input)
|
|
2326
|
+
});
|
|
2327
|
+
case "invalid_value": return e.values.length === 1 ? h("material.zod.invalid_value_single", { value: e.values[0] }) : h("material.zod.invalid_value_multiple", { values: e.values.join(" | ") });
|
|
2328
|
+
case "too_big": {
|
|
2329
|
+
let t = e.inclusive ? "inclusive" : "exclusive";
|
|
2330
|
+
return n?.unit ? h(`material.zod.too_big_${t}`, {
|
|
2331
|
+
origin: e.origin ?? "value",
|
|
2332
|
+
maximum: e.maximum.toString(),
|
|
2333
|
+
unit: n.unit
|
|
2334
|
+
}) : h(`material.zod.too_big_no_unit_${t}`, {
|
|
2335
|
+
origin: e.origin ?? "value",
|
|
2336
|
+
maximum: e.maximum.toString()
|
|
2337
|
+
});
|
|
2338
|
+
}
|
|
2339
|
+
case "too_small": {
|
|
2340
|
+
let t = e.inclusive ? "inclusive" : "exclusive";
|
|
2341
|
+
return n?.unit ? h(`material.zod.too_small_${t}`, {
|
|
2342
|
+
origin: e.origin,
|
|
2343
|
+
minimum: e.minimum.toString(),
|
|
2344
|
+
unit: n.unit
|
|
2345
|
+
}) : h(`material.zod.too_small_no_unit_${t}`, {
|
|
2346
|
+
origin: e.origin,
|
|
2347
|
+
minimum: e.minimum.toString()
|
|
2348
|
+
});
|
|
2349
|
+
}
|
|
2350
|
+
case "invalid_format": {
|
|
2351
|
+
let t = e;
|
|
2352
|
+
return t.format === "starts_with" ? h("material.zod.invalid_format.starts_with", { prefix: t.prefix }) : t.format === "ends_with" ? h("material.zod.invalid_format.ends_with", { suffix: t.suffix }) : t.format === "includes" ? h("material.zod.invalid_format.includes", { includes: t.includes }) : t.format === "regex" ? h("material.zod.invalid_format.regex", { pattern: t.pattern }) : h("material.zod.invalid_format.default", { noun: r[t.format] ?? t.format });
|
|
2353
|
+
}
|
|
2354
|
+
case "not_multiple_of": return h("material.zod.not_multiple_of", { divisor: e.divisor });
|
|
2355
|
+
case "unrecognized_keys": return h(`material.zod.unrecognized_keys_${e.keys.length > 1 ? "multiple" : "single"}`, { keys: e.keys.join(", ") });
|
|
2356
|
+
case "invalid_key": return h("material.zod.invalid_key", { origin: e.origin });
|
|
2357
|
+
case "invalid_union": return h("material.zod.invalid_union");
|
|
2358
|
+
case "invalid_element": return h("material.zod.invalid_element", { origin: e.origin });
|
|
2359
|
+
default: return h("material.zod.default");
|
|
2360
|
+
}
|
|
2361
|
+
};
|
|
2362
|
+
//#endregion
|
|
2363
|
+
export { In as A, On as B, Un as C, Vn as D, Bn as E, An as F, mt as G, Sn as H, En as I, ut as K, Dn as L, Nn as M, Fn as N, Rn as O, Mn as P, Tn as R, Wn as S, zn as T, Rt as U, wn as V, ht as W, qn as _, _r as a, Gn as b, mr as c, dr as d, lr as f, Xn as g, Qn as h, vr as i, Pn as j, Ln as k, fr as l, cr as m, Sr as n, gr as o, ur as p, k as q, yr as r, hr as s, br as t, pr as u, Yn as v, Hn as w, Kn as x, Jn as y, kn as z };
|