@colorffy/ui 1.4.6 → 1.5.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/dist/components-DpnTyqb-.cjs +2 -0
- package/dist/components-DpnTyqb-.cjs.map +1 -0
- package/dist/{components-CeJZpnEW.js → components-igBfuqzk.js} +588 -574
- package/dist/components-igBfuqzk.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +6 -20
- package/dist/index.js +2 -2
- package/dist/nuxt.cjs +1 -1
- package/dist/nuxt.d.ts +4 -4
- package/dist/nuxt.js +1 -1
- package/dist/src/components/layout/HeaderContent.stories.d.ts.map +1 -0
- package/dist/src/components/layout/HeaderContent.vue.d.ts.map +1 -0
- package/dist/src/components/layout/PaneContent.stories.d.ts.map +1 -0
- package/dist/src/components/layout/PaneContent.vue.d.ts.map +1 -0
- package/dist/src/components/state/BaseSkeleton.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/state/BaseSkeleton.vue.d.ts +1 -1
- package/dist/src/components/state/BaseSkeleton.vue.d.ts.map +1 -0
- package/dist/src/components/state/Empty.stories.d.ts.map +1 -0
- package/dist/src/components/state/Empty.vue.d.ts.map +1 -0
- package/dist/src/components/state/ExpressiveLoading.stories.d.ts.map +1 -0
- package/dist/src/components/state/ExpressiveLoading.vue.d.ts.map +1 -0
- package/dist/src/components/state/GridSkeleton.stories.d.ts.map +1 -0
- package/dist/src/components/state/GridSkeleton.vue.d.ts.map +1 -0
- package/dist/src/components/state/Loading.stories.d.ts.map +1 -0
- package/dist/src/components/state/Loading.vue.d.ts.map +1 -0
- package/dist/src/components/state/ShapeLoading.stories.d.ts.map +1 -0
- package/dist/src/components/state/ShapeLoading.vue.d.ts.map +1 -0
- package/dist/src/components/state/TableSkeleton.stories.d.ts.map +1 -0
- package/dist/src/components/state/TableSkeleton.vue.d.ts.map +1 -0
- package/dist/src/components/ui/accordion/Accordion.stories.d.ts.map +1 -0
- package/dist/src/components/ui/accordion/Accordion.vue.d.ts.map +1 -0
- package/dist/src/components/ui/accordion/AccordionGroup.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/alert/Alert.stories.d.ts +3 -3
- package/dist/src/components/ui/alert/Alert.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/alert/Alert.vue.d.ts +1 -1
- package/dist/src/components/ui/alert/Alert.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/alert/AlertToast.vue.d.ts +1 -7
- package/dist/src/components/ui/alert/AlertToast.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/badge/Badge.stories.d.ts +1 -1
- package/dist/src/components/ui/badge/Badge.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/badge/Badge.vue.d.ts +1 -1
- package/dist/src/components/ui/badge/Badge.vue.d.ts.map +1 -0
- package/dist/src/components/ui/badge/BadgeGroup.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/button/Button.stories.d.ts +6 -6
- package/dist/src/components/ui/button/Button.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/button/Button.vue.d.ts +2 -2
- package/dist/src/components/ui/button/Button.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/button/ButtonFabGroup.vue.d.ts +1 -1
- package/dist/src/components/ui/button/ButtonFabGroup.vue.d.ts.map +1 -0
- package/dist/src/components/ui/button/ButtonGroup.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/button/ButtonMenu.vue.d.ts +4 -9
- package/dist/src/components/ui/button/ButtonMenu.vue.d.ts.map +1 -0
- package/dist/src/components/ui/button/ButtonMenuDivider.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/button/ButtonMenuItem.vue.d.ts +2 -14
- package/dist/src/components/ui/button/ButtonMenuItem.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/button/ButtonMenuText.vue.d.ts +1 -4
- package/dist/src/components/ui/button/ButtonMenuText.vue.d.ts.map +1 -0
- package/dist/src/components/ui/button/ButtonToggleGroup.vue.d.ts +11 -0
- package/dist/src/components/ui/button/ButtonToggleGroup.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/button/ButtonTooltip.vue.d.ts +4 -8
- package/dist/src/components/ui/button/ButtonTooltip.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/card/Card.stories.d.ts +3 -3
- package/dist/src/components/ui/card/Card.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/card/Card.vue.d.ts +1 -1
- package/dist/src/components/ui/card/Card.vue.d.ts.map +1 -0
- package/dist/src/components/ui/datatable/Datatable.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/datatable/Datatable.vue.d.ts +2 -29
- package/dist/src/components/ui/datatable/Datatable.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/dialog/ConfirmModal.vue.d.ts +5 -11
- package/dist/src/components/ui/dialog/ConfirmModal.vue.d.ts.map +1 -0
- package/dist/src/components/ui/dialog/Modal.stories.d.ts.map +1 -0
- package/dist/src/components/ui/dialog/Modal.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/icon/App.vue.d.ts +2 -7
- package/dist/src/components/ui/icon/App.vue.d.ts.map +1 -0
- package/dist/src/components/ui/icon/Material.stories.d.ts.map +1 -0
- package/dist/src/components/ui/icon/Material.vue.d.ts.map +1 -0
- package/dist/src/components/ui/icon/Shapes.vue.d.ts.map +1 -0
- package/dist/src/components/ui/icon/Tool.vue.d.ts.map +1 -0
- package/dist/src/components/ui/image/Avatar.stories.d.ts.map +1 -0
- package/dist/src/components/ui/image/Avatar.vue.d.ts.map +1 -0
- package/dist/src/components/ui/input/Check.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/input/Check.vue.d.ts +1 -9
- package/dist/src/components/ui/input/Check.vue.d.ts.map +1 -0
- package/dist/src/components/ui/input/ColorPicker.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/input/ColorPicker.vue.d.ts +5 -11
- package/dist/src/components/ui/input/ColorPicker.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/input/File.vue.d.ts +1 -9
- package/dist/src/components/ui/input/File.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/input/PhoneNumber.vue.d.ts +3 -18
- package/dist/src/components/ui/input/PhoneNumber.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/input/Radio.vue.d.ts +1 -9
- package/dist/src/components/ui/input/Radio.vue.d.ts.map +1 -0
- package/dist/src/components/ui/input/Range.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/input/Range.vue.d.ts +4 -18
- package/dist/src/components/ui/input/Range.vue.d.ts.map +1 -0
- package/dist/src/components/ui/input/Select.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/input/Select.vue.d.ts +4 -20
- package/dist/src/components/ui/input/Select.vue.d.ts.map +1 -0
- package/dist/src/components/ui/input/Text.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/input/Text.vue.d.ts +4 -23
- package/dist/src/components/ui/input/Text.vue.d.ts.map +1 -0
- package/dist/src/components/ui/input/TextArea.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/input/Textarea.vue.d.ts +5 -24
- package/dist/src/components/ui/input/Textarea.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/link/LinkTooltip.vue.d.ts +4 -11
- package/dist/src/components/ui/link/LinkTooltip.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/list/List.stories.d.ts +3 -3
- package/dist/src/components/ui/list/List.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/list/ListGroup.vue.d.ts +1 -1
- package/dist/src/components/ui/list/ListGroup.vue.d.ts.map +1 -0
- package/dist/src/components/ui/list/ListItem.vue.d.ts.map +1 -0
- package/dist/src/components/ui/navbar/Navbar.stories.d.ts.map +1 -0
- package/dist/src/components/ui/navbar/Navbar.vue.d.ts.map +1 -0
- package/dist/src/components/ui/navbar/NavbarAvatar.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/navbar/NavbarBrand.vue.d.ts +1 -1
- package/dist/src/components/ui/navbar/NavbarBrand.vue.d.ts.map +1 -0
- package/dist/src/components/ui/navbar/NavbarCollapse.vue.d.ts.map +1 -0
- package/dist/src/components/ui/navbar/NavbarItem.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/navbar/NavbarLink.vue.d.ts +1 -1
- package/dist/src/components/ui/navbar/NavbarLink.vue.d.ts.map +1 -0
- package/dist/src/components/ui/navbar/NavbarMobileMenu.vue.d.ts.map +1 -0
- package/dist/src/components/ui/navbar/NavbarNav.vue.d.ts.map +1 -0
- package/dist/src/components/ui/navbar/NavbarTitle.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/navbar/NavbarToggle.vue.d.ts +1 -0
- package/dist/src/components/ui/navbar/NavbarToggle.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/navigation/NavigationBar.stories.d.ts +1 -1
- package/dist/src/components/ui/navigation/NavigationBar.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/navigation/NavigationBar.vue.d.ts +1 -1
- package/dist/src/components/ui/navigation/NavigationBar.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/navigation/PopoverMenu.vue.d.ts +2 -23
- package/dist/src/components/ui/navigation/PopoverMenu.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/navigation/SegmentedControls.vue.d.ts +1 -10
- package/dist/src/components/ui/navigation/SegmentedControls.vue.d.ts.map +1 -0
- package/dist/src/components/ui/navigation/Tabs.stories.d.ts.map +1 -0
- package/dist/src/components/ui/navigation/Tabs.vue.d.ts.map +1 -0
- package/dist/src/components/ui/progress/ProgressBar.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/progress/ProgressBar.vue.d.ts +1 -1
- package/dist/src/components/ui/progress/ProgressBar.vue.d.ts.map +1 -0
- package/dist/src/components/ui/progress/ProgressSpinner.stories.d.ts.map +1 -0
- package/dist/src/components/ui/progress/ProgressSpinner.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/sidebar/Sidebar.stories.d.ts +14 -4
- package/dist/src/components/ui/sidebar/Sidebar.stories.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/sidebar/Sidebar.vue.d.ts +7 -3
- package/dist/src/components/ui/sidebar/Sidebar.vue.d.ts.map +1 -0
- package/dist/src/components/ui/sidebar/SidebarBody.vue.d.ts +19 -0
- package/dist/src/components/ui/sidebar/SidebarBody.vue.d.ts.map +1 -0
- package/dist/src/components/ui/sidebar/SidebarDropdown.vue.d.ts.map +1 -0
- package/dist/src/components/ui/sidebar/SidebarFooter.vue.d.ts +19 -0
- package/dist/src/components/ui/sidebar/SidebarFooter.vue.d.ts.map +1 -0
- package/dist/src/components/ui/sidebar/SidebarGroup.vue.d.ts.map +1 -0
- package/dist/src/components/ui/sidebar/SidebarHeader.vue.d.ts +19 -0
- package/dist/src/components/ui/sidebar/SidebarHeader.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/ui/sidebar/SidebarLink.vue.d.ts +2 -2
- package/dist/src/components/ui/sidebar/SidebarLink.vue.d.ts.map +1 -0
- package/dist/src/components/ui/sidebar/SidebarText.vue.d.ts +7 -0
- package/dist/src/components/ui/sidebar/SidebarText.vue.d.ts.map +1 -0
- package/dist/src/components.d.ts.map +1 -0
- package/dist/src/composables/useDateUtils.d.ts.map +1 -0
- package/dist/src/composables/useTextUtils.d.ts.map +1 -0
- package/dist/src/composables/useToast.d.ts.map +1 -0
- package/dist/src/index.d.ts +20 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/nuxt.d.ts +4 -0
- package/dist/src/nuxt.d.ts.map +1 -0
- package/dist/src/plugin.d.ts.map +1 -0
- package/dist/src/types/accordion.d.ts.map +1 -0
- package/dist/{types → src/types}/alert.d.ts +17 -0
- package/dist/src/types/alert.d.ts.map +1 -0
- package/dist/src/types/avatar.d.ts.map +1 -0
- package/dist/src/types/badge.d.ts.map +1 -0
- package/dist/src/types/button.d.ts +301 -0
- package/dist/src/types/button.d.ts.map +1 -0
- package/dist/src/types/card.d.ts.map +1 -0
- package/dist/src/types/datatable.d.ts +97 -0
- package/dist/src/types/datatable.d.ts.map +1 -0
- package/dist/{types → src/types}/dialog.d.ts +27 -23
- package/dist/src/types/dialog.d.ts.map +1 -0
- package/dist/{types → src/types}/icon.d.ts +49 -0
- package/dist/src/types/icon.d.ts.map +1 -0
- package/dist/src/types/input.d.ts +154 -0
- package/dist/src/types/input.d.ts.map +1 -0
- package/dist/src/types/layout.d.ts.map +1 -0
- package/dist/src/types/list.d.ts.map +1 -0
- package/dist/{types → src/types}/navbar.d.ts +26 -52
- package/dist/src/types/navbar.d.ts.map +1 -0
- package/dist/src/types/navigation.d.ts +204 -0
- package/dist/src/types/navigation.d.ts.map +1 -0
- package/dist/src/types/progress.d.ts.map +1 -0
- package/dist/src/types/shared.d.ts +95 -0
- package/dist/src/types/shared.d.ts.map +1 -0
- package/dist/{types → src/types}/sidebar.d.ts +51 -37
- package/dist/src/types/sidebar.d.ts.map +1 -0
- package/package.json +1 -1
- package/dist/components/layout/HeaderContent.stories.d.ts.map +0 -1
- package/dist/components/layout/HeaderContent.vue.d.ts.map +0 -1
- package/dist/components/layout/PaneContent.stories.d.ts.map +0 -1
- package/dist/components/layout/PaneContent.vue.d.ts.map +0 -1
- package/dist/components/state/BaseSkeleton.stories.d.ts.map +0 -1
- package/dist/components/state/BaseSkeleton.vue.d.ts.map +0 -1
- package/dist/components/state/Empty.stories.d.ts.map +0 -1
- package/dist/components/state/Empty.vue.d.ts.map +0 -1
- package/dist/components/state/ExpressiveLoading.stories.d.ts.map +0 -1
- package/dist/components/state/ExpressiveLoading.vue.d.ts.map +0 -1
- package/dist/components/state/GridSkeleton.stories.d.ts.map +0 -1
- package/dist/components/state/GridSkeleton.vue.d.ts.map +0 -1
- package/dist/components/state/Loading.stories.d.ts.map +0 -1
- package/dist/components/state/Loading.vue.d.ts.map +0 -1
- package/dist/components/state/ShapeLoading.stories.d.ts.map +0 -1
- package/dist/components/state/ShapeLoading.vue.d.ts.map +0 -1
- package/dist/components/state/TableSkeleton.stories.d.ts.map +0 -1
- package/dist/components/state/TableSkeleton.vue.d.ts.map +0 -1
- package/dist/components/ui/accordion/Accordion.stories.d.ts.map +0 -1
- package/dist/components/ui/accordion/Accordion.vue.d.ts.map +0 -1
- package/dist/components/ui/accordion/AccordionGroup.vue.d.ts.map +0 -1
- package/dist/components/ui/alert/Alert.stories.d.ts.map +0 -1
- package/dist/components/ui/alert/Alert.vue.d.ts.map +0 -1
- package/dist/components/ui/alert/AlertToast.vue.d.ts.map +0 -1
- package/dist/components/ui/badge/Badge.stories.d.ts.map +0 -1
- package/dist/components/ui/badge/Badge.vue.d.ts.map +0 -1
- package/dist/components/ui/badge/BadgeGroup.vue.d.ts.map +0 -1
- package/dist/components/ui/button/Button.stories.d.ts.map +0 -1
- package/dist/components/ui/button/Button.vue.d.ts.map +0 -1
- package/dist/components/ui/button/ButtonFabGroup.vue.d.ts.map +0 -1
- package/dist/components/ui/button/ButtonGroup.vue.d.ts.map +0 -1
- package/dist/components/ui/button/ButtonMenu.vue.d.ts.map +0 -1
- package/dist/components/ui/button/ButtonMenuDivider.vue.d.ts.map +0 -1
- package/dist/components/ui/button/ButtonMenuItem.vue.d.ts.map +0 -1
- package/dist/components/ui/button/ButtonMenuText.vue.d.ts.map +0 -1
- package/dist/components/ui/button/ButtonToggleGroup.vue.d.ts +0 -30
- package/dist/components/ui/button/ButtonToggleGroup.vue.d.ts.map +0 -1
- package/dist/components/ui/button/ButtonTooltip.vue.d.ts.map +0 -1
- package/dist/components/ui/card/Card.stories.d.ts.map +0 -1
- package/dist/components/ui/card/Card.vue.d.ts.map +0 -1
- package/dist/components/ui/datatable/Datatable.stories.d.ts.map +0 -1
- package/dist/components/ui/datatable/Datatable.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/ConfirmModal.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/Modal.stories.d.ts.map +0 -1
- package/dist/components/ui/dialog/Modal.vue.d.ts.map +0 -1
- package/dist/components/ui/icon/App.vue.d.ts.map +0 -1
- package/dist/components/ui/icon/Material.stories.d.ts.map +0 -1
- package/dist/components/ui/icon/Material.vue.d.ts.map +0 -1
- package/dist/components/ui/icon/Shapes.vue.d.ts.map +0 -1
- package/dist/components/ui/icon/Tool.vue.d.ts.map +0 -1
- package/dist/components/ui/image/Avatar.stories.d.ts.map +0 -1
- package/dist/components/ui/image/Avatar.vue.d.ts.map +0 -1
- package/dist/components/ui/input/Check.stories.d.ts.map +0 -1
- package/dist/components/ui/input/Check.vue.d.ts.map +0 -1
- package/dist/components/ui/input/ColorPicker.stories.d.ts.map +0 -1
- package/dist/components/ui/input/ColorPicker.vue.d.ts.map +0 -1
- package/dist/components/ui/input/File.vue.d.ts.map +0 -1
- package/dist/components/ui/input/PhoneNumber.vue.d.ts.map +0 -1
- package/dist/components/ui/input/Radio.vue.d.ts.map +0 -1
- package/dist/components/ui/input/Range.stories.d.ts.map +0 -1
- package/dist/components/ui/input/Range.vue.d.ts.map +0 -1
- package/dist/components/ui/input/Select.stories.d.ts.map +0 -1
- package/dist/components/ui/input/Select.vue.d.ts.map +0 -1
- package/dist/components/ui/input/Text.stories.d.ts.map +0 -1
- package/dist/components/ui/input/Text.vue.d.ts.map +0 -1
- package/dist/components/ui/input/TextArea.stories.d.ts.map +0 -1
- package/dist/components/ui/input/Textarea.vue.d.ts.map +0 -1
- package/dist/components/ui/link/LinkTooltip.vue.d.ts.map +0 -1
- package/dist/components/ui/list/List.stories.d.ts.map +0 -1
- package/dist/components/ui/list/ListGroup.vue.d.ts.map +0 -1
- package/dist/components/ui/list/ListItem.vue.d.ts.map +0 -1
- package/dist/components/ui/navbar/Navbar.stories.d.ts.map +0 -1
- package/dist/components/ui/navbar/Navbar.vue.d.ts.map +0 -1
- package/dist/components/ui/navbar/NavbarAvatar.vue.d.ts.map +0 -1
- package/dist/components/ui/navbar/NavbarBrand.vue.d.ts.map +0 -1
- package/dist/components/ui/navbar/NavbarCollapse.vue.d.ts.map +0 -1
- package/dist/components/ui/navbar/NavbarItem.vue.d.ts.map +0 -1
- package/dist/components/ui/navbar/NavbarLink.vue.d.ts.map +0 -1
- package/dist/components/ui/navbar/NavbarMobileMenu.vue.d.ts.map +0 -1
- package/dist/components/ui/navbar/NavbarNav.vue.d.ts.map +0 -1
- package/dist/components/ui/navbar/NavbarTitle.vue.d.ts.map +0 -1
- package/dist/components/ui/navbar/NavbarToggle.vue.d.ts.map +0 -1
- package/dist/components/ui/navigation/NavigationBar.stories.d.ts.map +0 -1
- package/dist/components/ui/navigation/NavigationBar.vue.d.ts.map +0 -1
- package/dist/components/ui/navigation/PopoverMenu.vue.d.ts.map +0 -1
- package/dist/components/ui/navigation/SegmentedControls.vue.d.ts.map +0 -1
- package/dist/components/ui/navigation/Tabs.stories.d.ts.map +0 -1
- package/dist/components/ui/navigation/Tabs.vue.d.ts.map +0 -1
- package/dist/components/ui/progress/ProgressBar.stories.d.ts.map +0 -1
- package/dist/components/ui/progress/ProgressBar.vue.d.ts.map +0 -1
- package/dist/components/ui/progress/ProgressSpinner.stories.d.ts.map +0 -1
- package/dist/components/ui/progress/ProgressSpinner.vue.d.ts.map +0 -1
- package/dist/components/ui/sidebar/Sidebar.stories.d.ts.map +0 -1
- package/dist/components/ui/sidebar/Sidebar.vue.d.ts.map +0 -1
- package/dist/components/ui/sidebar/SidebarBody.vue.d.ts +0 -22
- package/dist/components/ui/sidebar/SidebarBody.vue.d.ts.map +0 -1
- package/dist/components/ui/sidebar/SidebarDropdown.vue.d.ts.map +0 -1
- package/dist/components/ui/sidebar/SidebarFooter.vue.d.ts +0 -22
- package/dist/components/ui/sidebar/SidebarFooter.vue.d.ts.map +0 -1
- package/dist/components/ui/sidebar/SidebarGroup.vue.d.ts.map +0 -1
- package/dist/components/ui/sidebar/SidebarHeader.vue.d.ts +0 -22
- package/dist/components/ui/sidebar/SidebarHeader.vue.d.ts.map +0 -1
- package/dist/components/ui/sidebar/SidebarLink.vue.d.ts.map +0 -1
- package/dist/components/ui/sidebar/SidebarText.vue.d.ts +0 -11
- package/dist/components/ui/sidebar/SidebarText.vue.d.ts.map +0 -1
- package/dist/components-BA5fI3mc.cjs +0 -2
- package/dist/components-BA5fI3mc.cjs.map +0 -1
- package/dist/components-CeJZpnEW.js.map +0 -1
- package/dist/components.d.ts.map +0 -1
- package/dist/composables/useDateUtils.d.ts.map +0 -1
- package/dist/composables/useTextUtils.d.ts.map +0 -1
- package/dist/composables/useToast.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/nuxt.d.ts.map +0 -1
- package/dist/plugin.d.ts.map +0 -1
- package/dist/types/accordion.d.ts.map +0 -1
- package/dist/types/alert.d.ts.map +0 -1
- package/dist/types/avatar.d.ts.map +0 -1
- package/dist/types/badge.d.ts.map +0 -1
- package/dist/types/button.d.ts +0 -115
- package/dist/types/button.d.ts.map +0 -1
- package/dist/types/card.d.ts.map +0 -1
- package/dist/types/dialog.d.ts.map +0 -1
- package/dist/types/icon.d.ts.map +0 -1
- package/dist/types/layout.d.ts.map +0 -1
- package/dist/types/list.d.ts.map +0 -1
- package/dist/types/navbar.d.ts.map +0 -1
- package/dist/types/navigation.d.ts +0 -103
- package/dist/types/navigation.d.ts.map +0 -1
- package/dist/types/progress.d.ts.map +0 -1
- package/dist/types/sidebar.d.ts.map +0 -1
- /package/dist/{components → src/components}/layout/HeaderContent.stories.d.ts +0 -0
- /package/dist/{components → src/components}/layout/HeaderContent.vue.d.ts +0 -0
- /package/dist/{components → src/components}/layout/PaneContent.stories.d.ts +0 -0
- /package/dist/{components → src/components}/layout/PaneContent.vue.d.ts +0 -0
- /package/dist/{components → src/components}/state/BaseSkeleton.stories.d.ts +0 -0
- /package/dist/{components → src/components}/state/Empty.stories.d.ts +0 -0
- /package/dist/{components → src/components}/state/Empty.vue.d.ts +0 -0
- /package/dist/{components → src/components}/state/ExpressiveLoading.stories.d.ts +0 -0
- /package/dist/{components → src/components}/state/ExpressiveLoading.vue.d.ts +0 -0
- /package/dist/{components → src/components}/state/GridSkeleton.stories.d.ts +0 -0
- /package/dist/{components → src/components}/state/GridSkeleton.vue.d.ts +0 -0
- /package/dist/{components → src/components}/state/Loading.stories.d.ts +0 -0
- /package/dist/{components → src/components}/state/Loading.vue.d.ts +0 -0
- /package/dist/{components → src/components}/state/ShapeLoading.stories.d.ts +0 -0
- /package/dist/{components → src/components}/state/ShapeLoading.vue.d.ts +0 -0
- /package/dist/{components → src/components}/state/TableSkeleton.stories.d.ts +0 -0
- /package/dist/{components → src/components}/state/TableSkeleton.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ui/accordion/Accordion.stories.d.ts +0 -0
- /package/dist/{components → src/components}/ui/accordion/Accordion.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ui/accordion/AccordionGroup.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ui/badge/BadgeGroup.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ui/button/ButtonGroup.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ui/button/ButtonMenuDivider.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ui/datatable/Datatable.stories.d.ts +0 -0
- /package/dist/{components → src/components}/ui/dialog/Modal.stories.d.ts +0 -0
- /package/dist/{components → src/components}/ui/dialog/Modal.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ui/icon/Material.stories.d.ts +0 -0
- /package/dist/{components → src/components}/ui/icon/Material.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ui/icon/Shapes.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ui/icon/Tool.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ui/image/Avatar.stories.d.ts +0 -0
- /package/dist/{components → src/components}/ui/image/Avatar.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ui/input/Check.stories.d.ts +0 -0
- /package/dist/{components → src/components}/ui/input/ColorPicker.stories.d.ts +0 -0
- /package/dist/{components → src/components}/ui/input/Range.stories.d.ts +0 -0
- /package/dist/{components → src/components}/ui/input/Select.stories.d.ts +0 -0
- /package/dist/{components → src/components}/ui/input/Text.stories.d.ts +0 -0
- /package/dist/{components → src/components}/ui/input/TextArea.stories.d.ts +0 -0
- /package/dist/{components → src/components}/ui/list/ListItem.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ui/navbar/Navbar.stories.d.ts +0 -0
- /package/dist/{components → src/components}/ui/navbar/Navbar.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ui/navbar/NavbarAvatar.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ui/navbar/NavbarCollapse.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ui/navbar/NavbarItem.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ui/navbar/NavbarMobileMenu.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ui/navbar/NavbarNav.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ui/navbar/NavbarTitle.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ui/navigation/Tabs.stories.d.ts +0 -0
- /package/dist/{components → src/components}/ui/navigation/Tabs.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ui/progress/ProgressBar.stories.d.ts +0 -0
- /package/dist/{components → src/components}/ui/progress/ProgressSpinner.stories.d.ts +0 -0
- /package/dist/{components → src/components}/ui/progress/ProgressSpinner.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ui/sidebar/SidebarDropdown.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ui/sidebar/SidebarGroup.vue.d.ts +0 -0
- /package/dist/{components.d.ts → src/components.d.ts} +0 -0
- /package/dist/{composables → src/composables}/useDateUtils.d.ts +0 -0
- /package/dist/{composables → src/composables}/useTextUtils.d.ts +0 -0
- /package/dist/{composables → src/composables}/useToast.d.ts +0 -0
- /package/dist/{plugin.d.ts → src/plugin.d.ts} +0 -0
- /package/dist/{types → src/types}/accordion.d.ts +0 -0
- /package/dist/{types → src/types}/avatar.d.ts +0 -0
- /package/dist/{types → src/types}/badge.d.ts +0 -0
- /package/dist/{types → src/types}/card.d.ts +0 -0
- /package/dist/{types → src/types}/layout.d.ts +0 -0
- /package/dist/{types → src/types}/list.d.ts +0 -0
- /package/dist/{types → src/types}/progress.d.ts +0 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ISidebarBodyProps } from '../../../types/sidebar';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: HTMLDivElement;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<ISidebarBodyProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ISidebarBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=SidebarBody.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SidebarBody.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/sidebar/SidebarBody.vue"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAA;AAQxD,iBAAS,cAAc;WAyBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,yTAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SidebarDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/sidebar/SidebarDropdown.vue"],"names":[],"mappings":"AA+DA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAA;AAiC5D,iBAAS,cAAc;WAwFT,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;6EAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ISidebarFooterProps } from '../../../types/sidebar';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: HTMLDivElement;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<ISidebarFooterProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ISidebarFooterProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=SidebarFooter.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SidebarFooter.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/sidebar/SidebarFooter.vue"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AAQ1D,iBAAS,cAAc;WAyBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6TAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SidebarGroup.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/sidebar/SidebarGroup.vue"],"names":[],"mappings":"AA0DA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAA;AAiCzD,iBAAS,cAAc;WA2ET,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;wFAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ISidebarHeaderProps } from '../../../types/sidebar';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: HTMLDivElement;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<ISidebarHeaderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ISidebarHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=SidebarHeader.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SidebarHeader.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/sidebar/SidebarHeader.vue"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AAQ1D,iBAAS,cAAc;WAyBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6TAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -11,11 +11,11 @@ declare function __VLS_template(): {
|
|
|
11
11
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
12
|
declare const __VLS_component: import('vue').DefineComponent<ISidebarLinkProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ISidebarLinkProps> & Readonly<{}>, {
|
|
13
13
|
text: string;
|
|
14
|
-
id: string;
|
|
15
14
|
icon: string | null;
|
|
15
|
+
id: string;
|
|
16
16
|
disabled: boolean;
|
|
17
|
+
customClass: any;
|
|
17
18
|
tooltipText: string;
|
|
18
|
-
customClass: import('../../../types/sidebar').SidebarClassName | null;
|
|
19
19
|
ariaLabelledby: string;
|
|
20
20
|
active: boolean;
|
|
21
21
|
to: string | object;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SidebarLink.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/sidebar/SidebarLink.vue"],"names":[],"mappings":"AAoHA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAA;AAiGxD,iBAAS,cAAc;WAgGT,OAAO,IAA6B;;uBAXtB,GAAG;uBACH,GAAG;;;;EAe9B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;6EAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ISidebarTextProps } from '../../../types/sidebar';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<ISidebarTextProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ISidebarTextProps> & Readonly<{}>, {
|
|
3
|
+
text: string;
|
|
4
|
+
customClass: string | null;
|
|
5
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLParagraphElement>;
|
|
6
|
+
export default _default;
|
|
7
|
+
//# sourceMappingURL=SidebarText.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SidebarText.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/sidebar/SidebarText.vue"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAA;;;;;AAqDxD,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../src/components.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDateUtils.d.ts","sourceRoot":"","sources":["../../../src/composables/useDateUtils.ts"],"names":[],"mappings":"AAAA,wBAAgB,YAAY;gCACS,MAAM;EAe1C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTextUtils.d.ts","sourceRoot":"","sources":["../../../src/composables/useTextUtils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAEpD,wBAAgB,YAAY;qCACc,MAAM;qCAiBN,MAAM,GAAG,MAAM,GAAG,kBAAkB,GAAG,kBAAkB,EAAE;EAKpG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useToast.d.ts","sourceRoot":"","sources":["../../../src/composables/useToast.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAC9B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAEhD,KAAK,YAAY,GAAG,WAAW,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC,CAAA;AAEvD,UAAU,YAAY;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,GAAG,CAAC,aAAa,GAAG,IAAI,CAAC;8BACtB,YAAY,WAAW,MAAM,UAAU,YAAY;uBAU1D,MAAM,SAAS,YAAY;uBAC3B,MAAM,SAAS,YAAY;sBAC5B,MAAM,SAAS,YAAY;EAGrD"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export * from './components';
|
|
2
|
+
export { useDateUtils } from './composables/useDateUtils';
|
|
3
|
+
export { useTextUtils } from './composables/useTextUtils';
|
|
4
|
+
export { useToast } from './composables/useToast';
|
|
5
|
+
export { default as ColorffyUI } from './plugin';
|
|
6
|
+
export { default } from './plugin';
|
|
7
|
+
export type * from './types/accordion';
|
|
8
|
+
export type * from './types/alert';
|
|
9
|
+
export type * from './types/badge';
|
|
10
|
+
export type * from './types/button';
|
|
11
|
+
export type * from './types/card';
|
|
12
|
+
export type * from './types/dialog';
|
|
13
|
+
export type * from './types/icon';
|
|
14
|
+
export type * from './types/layout';
|
|
15
|
+
export type * from './types/list';
|
|
16
|
+
export type * from './types/navbar';
|
|
17
|
+
export type * from './types/navigation';
|
|
18
|
+
export type * from './types/progress';
|
|
19
|
+
export type * from './types/sidebar';
|
|
20
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,cAAc,cAAc,CAAA;AAG5B,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAA;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAA;AACzD,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAA;AAGjD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAA;AAChD,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAA;AAGlC,mBAAmB,mBAAmB,CAAA;AACtC,mBAAmB,eAAe,CAAA;AAClC,mBAAmB,eAAe,CAAA;AAClC,mBAAmB,gBAAgB,CAAA;AACnC,mBAAmB,cAAc,CAAA;AACjC,mBAAmB,gBAAgB,CAAA;AACnC,mBAAmB,cAAc,CAAA;AACjC,mBAAmB,gBAAgB,CAAA;AACnC,mBAAmB,cAAc,CAAA;AACjC,mBAAmB,gBAAgB,CAAA;AACnC,mBAAmB,oBAAoB,CAAA;AACvC,mBAAmB,kBAAkB,CAAA;AACrC,mBAAmB,iBAAiB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nuxt.d.ts","sourceRoot":"","sources":["../../src/nuxt.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;;AAI9C,wBAiBuB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../src/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAkB,MAAM,EAAE,MAAM,KAAK,CAAA;AAGjD,QAAA,MAAM,UAAU,EAAE,MAQjB,CAAA;AAED,eAAe,UAAU,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accordion.d.ts","sourceRoot":"","sources":["../../../src/types/accordion.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;AAE5E;;;;;;;GAOG;AACH,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAElB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAErB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAEpB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAA;IAEd;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,kBAAkB,GAAG,IAAI,CAAA;CACxC;AAED;;;;;GAKG;AACH,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAA;IAEvB;;OAEG;IACH,WAAW,CAAC,EAAE,kBAAkB,GAAG,IAAI,CAAA;CACxC"}
|
|
@@ -43,4 +43,21 @@ export interface IAlertProps {
|
|
|
43
43
|
*/
|
|
44
44
|
customClass?: AlertClassName;
|
|
45
45
|
}
|
|
46
|
+
/**
|
|
47
|
+
* Interface props for the AlertToast component.
|
|
48
|
+
*/
|
|
49
|
+
export interface IAlertToastProps {
|
|
50
|
+
/**
|
|
51
|
+
* Optional title of the toast.
|
|
52
|
+
*/
|
|
53
|
+
snackbarTitle?: string | null;
|
|
54
|
+
/**
|
|
55
|
+
* Optional message of the toast.
|
|
56
|
+
*/
|
|
57
|
+
snackbarMessage?: string | null;
|
|
58
|
+
/**
|
|
59
|
+
* Optional variant of the toast.
|
|
60
|
+
*/
|
|
61
|
+
snackbarVariant?: AlertVariant;
|
|
62
|
+
}
|
|
46
63
|
//# sourceMappingURL=alert.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../../src/types/alert.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG,QAAQ,GAAG,OAAO,GAAG,UAAU,CAAA;AACvD,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,aAAa,GAAG,SAAS,CAAA;AACxI,MAAM,MAAM,SAAS,GAAG,IAAI,CAAA;AAC5B,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;AACxE,MAAM,WAAW,aAAa;IAC5B,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,OAAO,CAAC,EAAE,YAAY,CAAA;CACvB;AAED;;;;;;GAMG;AACH,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;IAEhB;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAA;IAEhB;;OAEG;IACH,OAAO,CAAC,EAAE,YAAY,CAAA;IAEtB;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,CAAA;IAE5B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,cAAc,CAAA;CAC7B;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAE7B;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAE/B;;OAEG;IACH,eAAe,CAAC,EAAE,YAAY,CAAA;CAC/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../../src/types/avatar.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GACrB,MAAM,GACN,MAAM,GACN,OAAO,GACP,KAAK,GACL,UAAU,GACV,UAAU,GACV,WAAW,GACX,UAAU,GACV,UAAU,GACV,KAAK,CAAA;AAEX,MAAM,WAAW,YAAY;IAC3B,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,QAAQ,GAAG,MAAM,CAAA;IAC7C,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACxB;;OAEG;IACH,SAAS,CAAC,EAAE,eAAe,GAAG,IAAI,CAAA;IAClC;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../src/types/badge.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;AACxE,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,UAAU,GAAG,SAAS,GAAG,SAAS,GAAG,eAAe,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,EAAE,GAAG,MAAM,CAAA;AACnP,MAAM,MAAM,SAAS,GAAG,IAAI,CAAA;AAE5B;;;;;;GAMG;AACH,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAEpB;;;;OAIG;IACH,OAAO,CAAC,EAAE,YAAY,GAAG,SAAS,CAAA;IAElC;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAExB;;OAEG;IACH,SAAS,CAAC,EAAE,cAAc,GAAG,IAAI,CAAA;IAEjC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAA;IAE/C;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,SAAS,CAAA;IAErC;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,IAAI,CAAA;IAErB;;OAEG;IACH,WAAW,CAAC,EAAE,cAAc,GAAG,IAAI,CAAA;CACpC"}
|
|
@@ -0,0 +1,301 @@
|
|
|
1
|
+
import { IBadgeProps } from './badge';
|
|
2
|
+
export type ButtonClassName = string | string[] | Record<string, boolean>;
|
|
3
|
+
export type ButtonVariant = 'filled' | 'tonal' | 'outline' | 'text' | 'link' | 'chip' | 'cta' | 'gradient' | 'frosted';
|
|
4
|
+
export type ButtonColor = 'primary' | 'secondary' | 'accent' | 'neutral' | 'success' | 'warning' | 'danger' | 'transparent';
|
|
5
|
+
export type ButtonSizeLevel = 'sm' | 'md' | 'lg';
|
|
6
|
+
/**
|
|
7
|
+
* Base props shared by all button families.
|
|
8
|
+
* Contains core identifiers, content, visual styles, and common states.
|
|
9
|
+
*/
|
|
10
|
+
export interface IBaseButtonProps {
|
|
11
|
+
/**
|
|
12
|
+
* Optional ID of the button. Can be a string or null.
|
|
13
|
+
*/
|
|
14
|
+
id?: string | null;
|
|
15
|
+
/**
|
|
16
|
+
* Optional text of the button. Can be a string or null.
|
|
17
|
+
*/
|
|
18
|
+
text?: string | null;
|
|
19
|
+
/**
|
|
20
|
+
* Optional title of the button. Can be a string or null.
|
|
21
|
+
*/
|
|
22
|
+
title?: string | null;
|
|
23
|
+
/**
|
|
24
|
+
* Visual style. Prefer simple values like 'filled' | 'tonal' | 'outline'.
|
|
25
|
+
* Legacy composite strings are still accepted for backward compatibility.
|
|
26
|
+
*/
|
|
27
|
+
variant: ButtonVariant | string | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* Semantic color used with certain variants (e.g., 'filled' or 'tonal').
|
|
30
|
+
*/
|
|
31
|
+
color?: ButtonColor | string | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* Preferred size alias.
|
|
34
|
+
* Accepts logical sizes ('sm' | 'md' | 'lg'). Legacy class strings are also accepted for compatibility.
|
|
35
|
+
*/
|
|
36
|
+
size?: ButtonSizeLevel | string | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* Optional icon variant of the button. Can be 'shape-sm', 'shape-md', 'compact-sm', 'compact', or undefined.
|
|
39
|
+
*/
|
|
40
|
+
iconVariant?: 'shape-sm' | 'shape-md' | 'compact-sm' | 'compact' | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* Icon-only mode toggle. When true, renders the button with icon styles (no label required).
|
|
43
|
+
*/
|
|
44
|
+
icon?: boolean;
|
|
45
|
+
/**
|
|
46
|
+
* Places the icon on the trailing side when true. Defaults to leading when false.
|
|
47
|
+
*/
|
|
48
|
+
iconTrailing?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* Optional disabled state of the button. Can be a boolean.
|
|
51
|
+
*/
|
|
52
|
+
disabled?: boolean;
|
|
53
|
+
/**
|
|
54
|
+
* Optional loading state of the button. Can be a boolean. When true, shows a loading spinner.
|
|
55
|
+
*/
|
|
56
|
+
loading?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
* Optional custom class for the button. Can be an array or null.
|
|
59
|
+
*/
|
|
60
|
+
customClass?: ButtonClassName | null;
|
|
61
|
+
/**
|
|
62
|
+
* Optional rounded style. When true, applies a fully rounded button style.
|
|
63
|
+
*/
|
|
64
|
+
rounded?: boolean;
|
|
65
|
+
/**
|
|
66
|
+
* Optional tooltip text of the button. Can be a string or null.
|
|
67
|
+
*/
|
|
68
|
+
tooltipText?: string | null;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Interface props for the Button component.
|
|
72
|
+
* Notes:
|
|
73
|
+
* - Use `variant` (filled | tonal | outline | text | link | chip | cta | gradient | frosted) for style and `color` (primary | warning | etc.) for intent.
|
|
74
|
+
* - Preferred size prop: `size` ('sm' | 'md' | 'lg').
|
|
75
|
+
* - Legacy composite `variant` strings remain accepted as a fallback; `sizeLevel` is kept for backward compatibility.
|
|
76
|
+
*/
|
|
77
|
+
export interface IButtonProps extends IBaseButtonProps {
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* Interface emits for the Button component.
|
|
81
|
+
*/
|
|
82
|
+
export interface IButtonEmits {
|
|
83
|
+
/**
|
|
84
|
+
* Emitted when the button is clicked.
|
|
85
|
+
*/
|
|
86
|
+
(e: 'onClick'): void;
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* Interface props for the ButtonGroup component.
|
|
90
|
+
*/
|
|
91
|
+
export interface IButtonGroupProps {
|
|
92
|
+
/**
|
|
93
|
+
* Applies connected button styling with rounded outer corners.
|
|
94
|
+
* When true, buttons will have reduced gap and only first/last buttons have rounded corners.
|
|
95
|
+
*/
|
|
96
|
+
connected?: boolean;
|
|
97
|
+
/**
|
|
98
|
+
* Removes gap completely between buttons. Only works when `connected` is also true.
|
|
99
|
+
* Creates a seamless joined button group with no spacing.
|
|
100
|
+
*/
|
|
101
|
+
joined?: boolean;
|
|
102
|
+
/**
|
|
103
|
+
* Arranges buttons vertically instead of horizontally.
|
|
104
|
+
* Changes which corners are rounded (top corners for first, bottom for last).
|
|
105
|
+
*/
|
|
106
|
+
vertical?: boolean;
|
|
107
|
+
/**
|
|
108
|
+
* Optional custom CSS classes to apply to the button group container.
|
|
109
|
+
*/
|
|
110
|
+
customClass?: string | null;
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* Interface props for the ButtonFabGroup component (Floating Action Button Group).
|
|
114
|
+
*/
|
|
115
|
+
export interface IButtonFabGroupProps {
|
|
116
|
+
/**
|
|
117
|
+
* Positions the FAB group at the top of the viewport instead of bottom.
|
|
118
|
+
* Default position is bottom-right. Combine with `start` for top-left.
|
|
119
|
+
*/
|
|
120
|
+
top?: boolean;
|
|
121
|
+
/**
|
|
122
|
+
* Positions the FAB group at the start (left) of the viewport instead of end (right).
|
|
123
|
+
* Default position is bottom-right. Combine with `top` for top-left.
|
|
124
|
+
*/
|
|
125
|
+
start?: boolean;
|
|
126
|
+
/**
|
|
127
|
+
* Optional custom CSS classes to apply to the FAB group container.
|
|
128
|
+
*/
|
|
129
|
+
customClass?: ButtonClassName | null;
|
|
130
|
+
}
|
|
131
|
+
/**
|
|
132
|
+
* Interface props for the ButtonTooltip component.
|
|
133
|
+
*/
|
|
134
|
+
export interface IButtonTooltipProps extends IButtonProps {
|
|
135
|
+
/**
|
|
136
|
+
* Text to display in the tooltip.
|
|
137
|
+
*/
|
|
138
|
+
tooltipText?: string;
|
|
139
|
+
}
|
|
140
|
+
/**
|
|
141
|
+
* Interface emits for the ButtonTooltip component.
|
|
142
|
+
*/
|
|
143
|
+
export interface IButtonTooltipEmits {
|
|
144
|
+
/**
|
|
145
|
+
* Emitted when the button is clicked.
|
|
146
|
+
*/
|
|
147
|
+
(e: 'onClick'): void;
|
|
148
|
+
}
|
|
149
|
+
/**
|
|
150
|
+
* Interface for options used in ButtonToggleGroup component.
|
|
151
|
+
*/
|
|
152
|
+
export interface IButtonToggleOption {
|
|
153
|
+
/**
|
|
154
|
+
* Unique identifier for the option.
|
|
155
|
+
*/
|
|
156
|
+
id: string;
|
|
157
|
+
/**
|
|
158
|
+
* Material icon code for the option.
|
|
159
|
+
*/
|
|
160
|
+
icon?: string;
|
|
161
|
+
/**
|
|
162
|
+
* Custom CSS class for the icon.
|
|
163
|
+
*/
|
|
164
|
+
iconClass?: string;
|
|
165
|
+
/**
|
|
166
|
+
* Primary title text for the option.
|
|
167
|
+
*/
|
|
168
|
+
title: string;
|
|
169
|
+
/**
|
|
170
|
+
* Secondary support text for the option.
|
|
171
|
+
*/
|
|
172
|
+
text?: string;
|
|
173
|
+
/**
|
|
174
|
+
* Optional badge configuration for the option.
|
|
175
|
+
*/
|
|
176
|
+
badge?: {
|
|
177
|
+
variant?: IBadgeProps['variant'];
|
|
178
|
+
text?: string;
|
|
179
|
+
};
|
|
180
|
+
/**
|
|
181
|
+
* When true, marks the option as active.
|
|
182
|
+
*/
|
|
183
|
+
active?: boolean;
|
|
184
|
+
/**
|
|
185
|
+
* When true, disables the option.
|
|
186
|
+
*/
|
|
187
|
+
disabled?: boolean;
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* Interface props for the ButtonToggleGroup component.
|
|
191
|
+
*/
|
|
192
|
+
export interface IButtonToggleGroupProps {
|
|
193
|
+
/**
|
|
194
|
+
* Array of toggle options to display.
|
|
195
|
+
*/
|
|
196
|
+
options: IButtonToggleOption[];
|
|
197
|
+
/**
|
|
198
|
+
* ARIA label for accessibility.
|
|
199
|
+
*/
|
|
200
|
+
ariaLabel?: string;
|
|
201
|
+
/**
|
|
202
|
+
* Group label for accessibility.
|
|
203
|
+
*/
|
|
204
|
+
groupLabel?: string;
|
|
205
|
+
}
|
|
206
|
+
/**
|
|
207
|
+
* Interface emits for the ButtonToggleGroup component.
|
|
208
|
+
*/
|
|
209
|
+
export interface IButtonToggleGroupEmits {
|
|
210
|
+
/**
|
|
211
|
+
* Emitted when an option is clicked.
|
|
212
|
+
*/
|
|
213
|
+
(e: 'onOptionClick', event: MouseEvent, item: IButtonToggleOption): void;
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* Interface props for the ButtonMenuText component.
|
|
217
|
+
*/
|
|
218
|
+
export interface IButtonMenuTextProps {
|
|
219
|
+
/**
|
|
220
|
+
* Text to display in the menu item.
|
|
221
|
+
*/
|
|
222
|
+
itemText?: string;
|
|
223
|
+
}
|
|
224
|
+
/**
|
|
225
|
+
* Interface props for the ButtonMenu component.
|
|
226
|
+
*/
|
|
227
|
+
export interface IButtonMenuProps extends IBaseButtonProps {
|
|
228
|
+
/**
|
|
229
|
+
* When true, disables certain positioning features for mobile devices.
|
|
230
|
+
*/
|
|
231
|
+
isMobile?: boolean;
|
|
232
|
+
}
|
|
233
|
+
/**
|
|
234
|
+
* Interface emits for the ButtonMenu component.
|
|
235
|
+
*/
|
|
236
|
+
export interface IButtonMenuEmits {
|
|
237
|
+
/**
|
|
238
|
+
* Emitted when the menu button is clicked.
|
|
239
|
+
*/
|
|
240
|
+
(e: 'onClick'): void;
|
|
241
|
+
}
|
|
242
|
+
/**
|
|
243
|
+
* Interface props for the ButtonMenuItem component.
|
|
244
|
+
*/
|
|
245
|
+
export interface IButtonMenuItemProps {
|
|
246
|
+
/**
|
|
247
|
+
* Primary text label for the menu item.
|
|
248
|
+
*/
|
|
249
|
+
itemText?: string;
|
|
250
|
+
/**
|
|
251
|
+
* Optional Material icon code.
|
|
252
|
+
*/
|
|
253
|
+
icon?: string | null;
|
|
254
|
+
/**
|
|
255
|
+
* Inline styles for the icon.
|
|
256
|
+
*/
|
|
257
|
+
iconStyle?: string | Record<string, any> | null;
|
|
258
|
+
/**
|
|
259
|
+
* CSS classes for the icon.
|
|
260
|
+
*/
|
|
261
|
+
iconClass?: string | string[] | null;
|
|
262
|
+
/**
|
|
263
|
+
* When true, applies destructive action styling (e.g., red color).
|
|
264
|
+
*/
|
|
265
|
+
isDestructive?: boolean;
|
|
266
|
+
/**
|
|
267
|
+
* When true, disables the menu item.
|
|
268
|
+
*/
|
|
269
|
+
disabled?: boolean;
|
|
270
|
+
/**
|
|
271
|
+
* Custom CSS classes for the menu item container.
|
|
272
|
+
*/
|
|
273
|
+
customClass?: string | string[] | null;
|
|
274
|
+
/**
|
|
275
|
+
* Optional badge configuration.
|
|
276
|
+
*/
|
|
277
|
+
badge?: Partial<IBadgeProps> | null;
|
|
278
|
+
/**
|
|
279
|
+
* Optional shortcut label (e.g., "Ctrl+S").
|
|
280
|
+
*/
|
|
281
|
+
shortcut?: string | null;
|
|
282
|
+
}
|
|
283
|
+
/**
|
|
284
|
+
* Interface props for the LinkTooltip component.
|
|
285
|
+
*/
|
|
286
|
+
export interface ILinkTooltipProps extends IBaseButtonProps {
|
|
287
|
+
/**
|
|
288
|
+
* Router link target location.
|
|
289
|
+
*/
|
|
290
|
+
to?: string | object;
|
|
291
|
+
/**
|
|
292
|
+
* Standard href attribute for external links.
|
|
293
|
+
*/
|
|
294
|
+
href?: string;
|
|
295
|
+
/**
|
|
296
|
+
* Component type to render (e.g., 'a', 'RouterLink').
|
|
297
|
+
* @default 'a'
|
|
298
|
+
*/
|
|
299
|
+
as?: string | object;
|
|
300
|
+
}
|
|
301
|
+
//# sourceMappingURL=button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/types/button.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../src/types/card.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;AACvE,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,UAAU,GAAG,MAAM,CAAA;AACzD,MAAM,MAAM,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;AAEzC;;;;;;GAMG;AACH,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAErB;;OAEG;IACH,OAAO,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,SAAS,CAAA;IAE1C;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAA;IAE3B;;OAEG;IACH,WAAW,CAAC,EAAE,aAAa,GAAG,IAAI,CAAA;IAElC;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;CACjC"}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Interface for the column toggle tooltip in Datatable.
|
|
3
|
+
*/
|
|
4
|
+
export interface IColumnsToggleTooltip {
|
|
5
|
+
showAll: string;
|
|
6
|
+
hideDefault: string;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Interface props for the Datatable component.
|
|
10
|
+
*/
|
|
11
|
+
export interface IDatatableProps {
|
|
12
|
+
/**
|
|
13
|
+
* Optional custom CSS classes for the table element.
|
|
14
|
+
*/
|
|
15
|
+
tableClass?: 'table-bordered' | 'table-striped' | 'table-borderless' | string;
|
|
16
|
+
/**
|
|
17
|
+
* When true, shows a loading state with skeletons.
|
|
18
|
+
*/
|
|
19
|
+
isLoading?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Number of skeleton rows to show while loading.
|
|
22
|
+
*/
|
|
23
|
+
skeletonRows?: number;
|
|
24
|
+
/**
|
|
25
|
+
* Number of skeleton columns to show while loading.
|
|
26
|
+
*/
|
|
27
|
+
skeletonCols?: number;
|
|
28
|
+
/**
|
|
29
|
+
* index of the column to show as expanded in the skeleton.
|
|
30
|
+
*/
|
|
31
|
+
skeletonColExpanded?: number;
|
|
32
|
+
/**
|
|
33
|
+
* When true, renders the table as expanded.
|
|
34
|
+
*/
|
|
35
|
+
isExpanded?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Array of column header labels.
|
|
38
|
+
*/
|
|
39
|
+
headers: string[];
|
|
40
|
+
/**
|
|
41
|
+
* Array of data items to display.
|
|
42
|
+
*/
|
|
43
|
+
items: any[];
|
|
44
|
+
/**
|
|
45
|
+
* Default column key to sort by.
|
|
46
|
+
*/
|
|
47
|
+
defaultSortKey?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Default sort direction.
|
|
50
|
+
*/
|
|
51
|
+
defaultSortOrder?: 'asc' | 'desc';
|
|
52
|
+
/**
|
|
53
|
+
* Array of column labels that should not be sortable.
|
|
54
|
+
*/
|
|
55
|
+
unsortableColumns?: string[];
|
|
56
|
+
/**
|
|
57
|
+
* When true, enables column sorting.
|
|
58
|
+
*/
|
|
59
|
+
sortable?: boolean;
|
|
60
|
+
/**
|
|
61
|
+
* Array of column labels that should be hidden by default.
|
|
62
|
+
*/
|
|
63
|
+
hiddenColumns?: string[];
|
|
64
|
+
/**
|
|
65
|
+
* When true, shows the column manager menu.
|
|
66
|
+
*/
|
|
67
|
+
columnManager?: boolean;
|
|
68
|
+
/**
|
|
69
|
+
* Tooltip text or object for the column toggle button.
|
|
70
|
+
*/
|
|
71
|
+
columnsToggleTooltip?: string | IColumnsToggleTooltip;
|
|
72
|
+
/**
|
|
73
|
+
* Label text for the column manager button.
|
|
74
|
+
*/
|
|
75
|
+
columnManagerText?: string;
|
|
76
|
+
/**
|
|
77
|
+
* Tooltip text for the column manager button.
|
|
78
|
+
*/
|
|
79
|
+
columnManagerTooltip?: string;
|
|
80
|
+
/**
|
|
81
|
+
* Title text for the empty state.
|
|
82
|
+
*/
|
|
83
|
+
emptyStateTitle?: string;
|
|
84
|
+
/**
|
|
85
|
+
* Subtitle text for the empty state.
|
|
86
|
+
*/
|
|
87
|
+
emptyStateSubtitle?: string;
|
|
88
|
+
/**
|
|
89
|
+
* When true, uses a custom icon for the empty state.
|
|
90
|
+
*/
|
|
91
|
+
emptyStateUseCustomIcon?: boolean;
|
|
92
|
+
/**
|
|
93
|
+
* Material icon code for the empty state icon.
|
|
94
|
+
*/
|
|
95
|
+
emptyStateIconCode?: string;
|
|
96
|
+
}
|
|
97
|
+
//# sourceMappingURL=datatable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"datatable.d.ts","sourceRoot":"","sources":["../../../src/types/datatable.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,MAAM,CAAA;IACf,WAAW,EAAE,MAAM,CAAA;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,UAAU,CAAC,EAAE,gBAAgB,GAAG,eAAe,GAAG,kBAAkB,GAAG,MAAM,CAAA;IAC7E;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB;;OAEG;IACH,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB;;OAEG;IACH,KAAK,EAAE,GAAG,EAAE,CAAA;IACZ;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB;;OAEG;IACH,gBAAgB,CAAC,EAAE,KAAK,GAAG,MAAM,CAAA;IACjC;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC5B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,EAAE,CAAA;IACxB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,GAAG,qBAAqB,CAAA;IACrD;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAA;IAC7B;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B;;OAEG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAA;IACjC;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAA;CAC5B"}
|