@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
package/dist/types/button.d.ts
DELETED
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
export type ButtonClassName = string | string[] | Record<string, boolean>;
|
|
2
|
-
export type ButtonVariant = 'filled' | 'tonal' | 'outline' | 'text' | 'link' | 'chip' | 'cta' | 'gradient' | 'frosted';
|
|
3
|
-
export type ButtonColor = 'primary' | 'secondary' | 'accent' | 'neutral' | 'success' | 'warning' | 'danger' | 'transparent';
|
|
4
|
-
export type ButtonSizeLevel = 'sm' | 'md' | 'lg';
|
|
5
|
-
/**
|
|
6
|
-
* Interface props for the Button component.
|
|
7
|
-
* Notes:
|
|
8
|
-
* - Use `variant` (filled | tonal | outline | text | link | chip | cta | gradient | frosted) for style and `color` (primary | warning | etc.) for intent.
|
|
9
|
-
* - Preferred size prop: `size` ('sm' | 'md' | 'lg').
|
|
10
|
-
* - Legacy composite `variant` strings remain accepted as a fallback; `sizeLevel` is kept for backward compatibility.
|
|
11
|
-
*/
|
|
12
|
-
export interface IButtonProps {
|
|
13
|
-
/**
|
|
14
|
-
* Optional ID of the button. Can be a string or null.
|
|
15
|
-
*/
|
|
16
|
-
id?: string | null;
|
|
17
|
-
/**
|
|
18
|
-
* Optional text of the button. Can be a string or null.
|
|
19
|
-
*/
|
|
20
|
-
text?: string | null;
|
|
21
|
-
/**
|
|
22
|
-
* Optional title of the button. Can be a string or null.
|
|
23
|
-
*/
|
|
24
|
-
title?: string | null;
|
|
25
|
-
/**
|
|
26
|
-
* Visual style. Prefer simple values like 'filled' | 'tonal' | 'outline'.
|
|
27
|
-
* Legacy composite strings are still accepted for backward compatibility.
|
|
28
|
-
*/
|
|
29
|
-
variant: ButtonVariant | string | undefined;
|
|
30
|
-
/**
|
|
31
|
-
* Semantic color used with certain variants (e.g., 'filled' or 'tonal').
|
|
32
|
-
*/
|
|
33
|
-
color?: ButtonColor | string | undefined;
|
|
34
|
-
/**
|
|
35
|
-
* Preferred size alias.
|
|
36
|
-
* Accepts logical sizes ('sm' | 'md' | 'lg'). Legacy class strings are also accepted for compatibility.
|
|
37
|
-
*/
|
|
38
|
-
size?: ButtonSizeLevel | string | undefined;
|
|
39
|
-
/**
|
|
40
|
-
* Optional icon variant of the button. Can be 'shape-sm', 'shape-md', 'compact-sm', 'compact', or undefined.
|
|
41
|
-
*/
|
|
42
|
-
iconVariant?: 'shape-sm' | 'shape-md' | 'compact-sm' | 'compact' | undefined;
|
|
43
|
-
/**
|
|
44
|
-
* Icon-only mode toggle. When true, renders the button with icon styles (no label required).
|
|
45
|
-
*/
|
|
46
|
-
icon?: boolean;
|
|
47
|
-
/**
|
|
48
|
-
* Places the icon on the trailing side when true. Defaults to leading when false.
|
|
49
|
-
*/
|
|
50
|
-
iconTrailing?: boolean;
|
|
51
|
-
/**
|
|
52
|
-
* Optional disabled state of the button. Can be a boolean.
|
|
53
|
-
*/
|
|
54
|
-
disabled?: boolean;
|
|
55
|
-
/**
|
|
56
|
-
* Optional loading state of the button. Can be a boolean. When true, shows a loading spinner.
|
|
57
|
-
*/
|
|
58
|
-
loading?: boolean;
|
|
59
|
-
/**
|
|
60
|
-
* Optional tooltip text of the button. Can be a string or null.
|
|
61
|
-
*/
|
|
62
|
-
tooltipText?: string | null;
|
|
63
|
-
/**
|
|
64
|
-
* Optional custom class for the button. Can be an array or null.
|
|
65
|
-
*/
|
|
66
|
-
customClass?: ButtonClassName | null;
|
|
67
|
-
/**
|
|
68
|
-
* Optional rounded style. When true, applies a fully rounded button style.
|
|
69
|
-
*/
|
|
70
|
-
rounded?: boolean;
|
|
71
|
-
}
|
|
72
|
-
/**
|
|
73
|
-
* Interface props for the ButtonGroup component.
|
|
74
|
-
*/
|
|
75
|
-
export interface IButtonGroupProps {
|
|
76
|
-
/**
|
|
77
|
-
* Applies connected button styling with rounded outer corners.
|
|
78
|
-
* When true, buttons will have reduced gap and only first/last buttons have rounded corners.
|
|
79
|
-
*/
|
|
80
|
-
connected?: boolean;
|
|
81
|
-
/**
|
|
82
|
-
* Removes gap completely between buttons. Only works when `connected` is also true.
|
|
83
|
-
* Creates a seamless joined button group with no spacing.
|
|
84
|
-
*/
|
|
85
|
-
joined?: boolean;
|
|
86
|
-
/**
|
|
87
|
-
* Arranges buttons vertically instead of horizontally.
|
|
88
|
-
* Changes which corners are rounded (top corners for first, bottom for last).
|
|
89
|
-
*/
|
|
90
|
-
vertical?: boolean;
|
|
91
|
-
/**
|
|
92
|
-
* Optional custom CSS classes to apply to the button group container.
|
|
93
|
-
*/
|
|
94
|
-
customClass?: string | null;
|
|
95
|
-
}
|
|
96
|
-
/**
|
|
97
|
-
* Interface props for the ButtonFabGroup component (Floating Action Button Group).
|
|
98
|
-
*/
|
|
99
|
-
export interface IButtonFabGroupProps {
|
|
100
|
-
/**
|
|
101
|
-
* Positions the FAB group at the top of the viewport instead of bottom.
|
|
102
|
-
* Default position is bottom-right. Combine with `start` for top-left.
|
|
103
|
-
*/
|
|
104
|
-
top?: boolean;
|
|
105
|
-
/**
|
|
106
|
-
* Positions the FAB group at the start (left) of the viewport instead of end (right).
|
|
107
|
-
* Default position is bottom-right. Combine with `top` for top-left.
|
|
108
|
-
*/
|
|
109
|
-
start?: boolean;
|
|
110
|
-
/**
|
|
111
|
-
* Optional custom CSS classes to apply to the FAB group container.
|
|
112
|
-
*/
|
|
113
|
-
customClass?: string | null;
|
|
114
|
-
}
|
|
115
|
-
//# sourceMappingURL=button.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../src/types/button.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;AACzE,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,KAAK,GAAG,UAAU,GAAG,SAAS,CAAA;AACtH,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,aAAa,CAAA;AAC3H,MAAM,MAAM,eAAe,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;AAEhD;;;;;;GAMG;AACH,MAAM,WAAW,YAAY;IAC3B;;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;;;OAGG;IACH,OAAO,EAAE,aAAa,GAAG,MAAM,GAAG,SAAS,CAAA;IAE3C;;OAEG;IACH,KAAK,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,SAAS,CAAA;IAExC;;;OAGG;IACH,IAAI,CAAC,EAAE,eAAe,GAAG,MAAM,GAAG,SAAS,CAAA;IAE3C;;OAEG;IACH,WAAW,CAAC,EAAE,UAAU,GAAG,UAAU,GAAG,YAAY,GAAG,SAAS,GAAG,SAAS,CAAA;IAE5E;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAA;IAEd;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;IAEtB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAE3B;;OAEG;IACH,WAAW,CAAC,EAAE,eAAe,GAAG,IAAI,CAAA;IAEpC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IAEnB;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CAC5B;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;;OAGG;IACH,GAAG,CAAC,EAAE,OAAO,CAAA;IAEb;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CAC5B"}
|
package/dist/types/card.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../src/types/dialog.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;AACzE,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,YAAY,GAAG,UAAU,CAAA;AAC5D,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;AAC3C,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,CAAA;AAExE;;;;;GAKG;AACH,MAAM,WAAW,YAAY;IAC3B;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,CAAA;IAE5B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,GAAG,IAAI,CAAA;IAExB;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI,CAAA;IAE5B;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,GAAG,IAAI,CAAA;IAE3B;;;OAGG;IACH,IAAI,CAAC,EAAE,UAAU,CAAA;IAEjB;;;OAGG;IACH,IAAI,CAAC,EAAE,UAAU,GAAG,IAAI,CAAA;IAExB;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,GAAG,IAAI,CAAA;IAExB;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,GAAG,IAAI,CAAA;IAExB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAErB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAEvB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAE5B;;OAEG;IAEH,OAAO,CAAC,EAAE,aAAa,GAAG,IAAI,CAAA;IAC9B;;OAEG;IACH,WAAW,CAAC,EAAE,eAAe,GAAG,IAAI,CAAA;IAEpC;;OAEG;IACH,eAAe,CAAC,EAAE,eAAe,GAAG,IAAI,CAAA;CACzC;AAED,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,UAAU,EAAE,MAAM,IAAI,CAAA;IAEtB;;OAEG;IACH,WAAW,EAAE,MAAM,IAAI,CAAA;CACxB"}
|
package/dist/types/icon.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../src/types/icon.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,MAAM,OAAO,GACb,UAAU,GACV,QAAQ,GACR,MAAM,GACN,OAAO,CAAA;AAEb;;;GAGG;AACH,MAAM,MAAM,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;AAEvD;;;;;;;GAOG;AACH,MAAM,WAAW,cAAc;IAC7B;;;OAGG;IACH,IAAI,CAAC,EAAE,QAAQ,GAAG,MAAM,GAAG,IAAI,CAAA;IAE/B;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAErB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CAC1B;AAED;;;;GAIG;AACH,MAAM,MAAM,SAAS,GACf,YAAY,GACZ,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,GACV,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,GACR,QAAQ,CAAA;AAEd;;;GAGG;AACH,MAAM,MAAM,YAAY,GAClB,QAAQ,GACR,cAAc,GACd,kBAAkB,GAClB,gBAAgB,GAChB,iBAAiB,GACjB,qBAAqB,GACrB,YAAY,GACZ,kBAAkB,CAAA;AAExB;;;GAGG;AACH,MAAM,MAAM,aAAa,GACnB,SAAS,GACT,QAAQ,GACR,SAAS,GACT,SAAS,GACT,WAAW,GACX,SAAS,GACT,QAAQ,GACR,QAAQ,GACR,YAAY,GACZ,OAAO,GACP,QAAQ,GACR,UAAU,GACV,MAAM,CAAA;AAEZ;;;;;GAKG;AACH,MAAM,WAAW,kBAAmB,SAAQ,cAAc;IACxD;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAA;CACjB;AAED;;;;;;GAMG;AACH,MAAM,WAAW,eAAgB,SAAQ,cAAc;IACrD;;;OAGG;IACH,KAAK,EAAE,SAAS,CAAA;IAEhB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CACtB;AAED;;;;;GAKG;AACH,MAAM,WAAW,cAAe,SAAQ,cAAc;IACpD;;;OAGG;IACH,IAAI,EAAE,YAAY,CAAA;CACnB;AAED;;;;;GAKG;AACH,MAAM,WAAW,eAAgB,SAAQ,cAAc;IACrD;;;OAGG;IACH,KAAK,EAAE,aAAa,CAAA;CACrB;AAED;;;;;;GAMG;AACH,MAAM,WAAW,YAAa,SAAQ,cAAc;IAClD;;OAEG;IACH,GAAG,CAAC,EAAE,OAAO,CAAA;IAEb;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAExB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,IAAI,CAAA;IAExB;;OAEG;IACH,IAAI,CAAC,EAAE,YAAY,GAAG,IAAI,CAAA;IAE1B;;OAEG;IACH,KAAK,CAAC,EAAE,aAAa,GAAG,IAAI,CAAA;CAC7B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"layout.d.ts","sourceRoot":"","sources":["../../src/types/layout.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAExB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;OAGG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAE7B;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IAExB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;CACnC;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,CAAC,CAAC,EAAE,OAAO,GAAG,IAAI,CAAA;CACnB;AAED;;;;;;GAMG;AACH,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI,CAAA;IAEtC;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI,CAAA;IAEzC;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAA;IAEvB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IAExB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAA;CACZ"}
|
package/dist/types/list.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../src/types/list.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;AAEvE,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,cAAc,CAAA;AAClD,MAAM,MAAM,QAAQ,GAAG,IAAI,GAAG,IAAI,CAAA;AAElC;;;;;;;GAOG;AACH,MAAM,WAAW,eAAe;IAC9B;;;OAGG;IACH,OAAO,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,IAAI,CAAA;IAErC;;;OAGG;IACH,IAAI,CAAC,EAAE,QAAQ,GAAG,MAAM,GAAG,IAAI,CAAA;IAE/B;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAA;IAEvB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAA;IAEvB;;;OAGG;IACH,WAAW,CAAC,EAAE,aAAa,GAAG,IAAI,CAAA;CACnC;AAED;;;;;;GAMG;AACH,MAAM,WAAW,cAAc;IAC7B;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAErB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAEpB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAEpB;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;OAGG;IACH,WAAW,CAAC,EAAE,aAAa,GAAG,IAAI,CAAA;CACnC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"navbar.d.ts","sourceRoot":"","sources":["../../src/types/navbar.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;AAEzE;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;OAEG;IACH,WAAW,CAAC,EAAE,eAAe,GAAG,IAAI,CAAA;CACrC;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAEpB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAEpB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAExB;;OAEG;IACH,WAAW,CAAC,EAAE,eAAe,GAAG,IAAI,CAAA;IAEpC;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CACrB;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,WAAW,CAAC,EAAE,eAAe,GAAG,IAAI,CAAA;CACrC;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IAEnB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IAErB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB;;OAEG;IACH,WAAW,CAAC,EAAE,eAAe,GAAG,IAAI,CAAA;CACrC;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAEnB;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAA;IAEZ;;;;;OAKG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,QAAQ,CAAA;IAEtB;;OAEG;IACH,WAAW,CAAC,EAAE,eAAe,GAAG,IAAI,CAAA;CACrC;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,WAAW,CAAC,EAAE,eAAe,GAAG,IAAI,CAAA;CACrC;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,WAAW,CAAC,EAAE,eAAe,GAAG,IAAI,CAAA;CACrC;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,KAAK,CAAA;IAE1B;;OAEG;IACH,WAAW,CAAC,EAAE,eAAe,GAAG,IAAI,CAAA;CACrC;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,WAAW,CAAC,EAAE,eAAe,GAAG,IAAI,CAAA;CACrC;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAEpB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,eAAe,GAAG,IAAI,CAAA;IAEpC;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CACrB"}
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Interface for navigation items used in NavigationBar component.
|
|
3
|
-
*/
|
|
4
|
-
export interface INavigationItem {
|
|
5
|
-
/**
|
|
6
|
-
* Unique identifier for the navigation item.
|
|
7
|
-
*/
|
|
8
|
-
id: string;
|
|
9
|
-
/**
|
|
10
|
-
* Navigation destination. Can be a string path or router object.
|
|
11
|
-
*/
|
|
12
|
-
to: string | object;
|
|
13
|
-
/**
|
|
14
|
-
* Material icon code for the navigation item.
|
|
15
|
-
*/
|
|
16
|
-
icon: string;
|
|
17
|
-
/**
|
|
18
|
-
* Display text label for the navigation item.
|
|
19
|
-
*/
|
|
20
|
-
text: string;
|
|
21
|
-
/**
|
|
22
|
-
* ARIA label for accessibility.
|
|
23
|
-
*/
|
|
24
|
-
ariaLabel: string;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Interface props for the NavigationBar component.
|
|
28
|
-
* Notes:
|
|
29
|
-
* - Use `items` to define navigation links with icons and labels.
|
|
30
|
-
* - Use `frosted` or `island` for different visual styles.
|
|
31
|
-
* - Use `indicatorTab` or `indicatorFrosted` for active item indicators.
|
|
32
|
-
*/
|
|
33
|
-
export interface INavigationBarProps {
|
|
34
|
-
/**
|
|
35
|
-
* Array of navigation items to display.
|
|
36
|
-
*/
|
|
37
|
-
items?: INavigationItem[];
|
|
38
|
-
/**
|
|
39
|
-
* Currently active navigation item path.
|
|
40
|
-
*/
|
|
41
|
-
activeItem?: string | null;
|
|
42
|
-
/**
|
|
43
|
-
* Component type to render for links (e.g., 'a', 'router-link', 'nuxt-link').
|
|
44
|
-
* @default 'a'
|
|
45
|
-
*/
|
|
46
|
-
as?: string | object;
|
|
47
|
-
/**
|
|
48
|
-
* When true, applies frosted glass effect to the navigation bar.
|
|
49
|
-
*/
|
|
50
|
-
frosted?: boolean;
|
|
51
|
-
/**
|
|
52
|
-
* When true, renders the navigation bar as an island variant.
|
|
53
|
-
*/
|
|
54
|
-
island?: boolean;
|
|
55
|
-
/**
|
|
56
|
-
* When true, shows a tab-style indicator for the active item.
|
|
57
|
-
*/
|
|
58
|
-
indicatorTab?: boolean;
|
|
59
|
-
/**
|
|
60
|
-
* When true, shows a frosted indicator for the active item.
|
|
61
|
-
*/
|
|
62
|
-
indicatorFrosted?: boolean;
|
|
63
|
-
}
|
|
64
|
-
/**
|
|
65
|
-
* Interface for tab items used in Tabs component.
|
|
66
|
-
*/
|
|
67
|
-
export interface ITabItem {
|
|
68
|
-
/**
|
|
69
|
-
* Unique identifier for the tab.
|
|
70
|
-
*/
|
|
71
|
-
id: string;
|
|
72
|
-
/**
|
|
73
|
-
* Display label for the tab.
|
|
74
|
-
*/
|
|
75
|
-
label: string;
|
|
76
|
-
}
|
|
77
|
-
/**
|
|
78
|
-
* Interface props for the Tabs component.
|
|
79
|
-
* Notes:
|
|
80
|
-
* - Use `tabs` to define the tab items.
|
|
81
|
-
* - Use `pillTabs` for pill-styled tabs.
|
|
82
|
-
* - Use `contrastTabs` for contrast variant styling.
|
|
83
|
-
* - Use `activeTab` to set the initially active tab by id.
|
|
84
|
-
*/
|
|
85
|
-
export interface ITabsProps {
|
|
86
|
-
/**
|
|
87
|
-
* Array of tab items to display.
|
|
88
|
-
*/
|
|
89
|
-
tabs: ITabItem[];
|
|
90
|
-
/**
|
|
91
|
-
* When true, renders tabs with pill styling.
|
|
92
|
-
*/
|
|
93
|
-
pillTabs?: boolean;
|
|
94
|
-
/**
|
|
95
|
-
* When true, applies contrast styling to tabs.
|
|
96
|
-
*/
|
|
97
|
-
contrastTabs?: boolean;
|
|
98
|
-
/**
|
|
99
|
-
* The id of the tab that should be active. If not provided, defaults to the first tab.
|
|
100
|
-
*/
|
|
101
|
-
activeTab?: string;
|
|
102
|
-
}
|
|
103
|
-
//# sourceMappingURL=navigation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"navigation.d.ts","sourceRoot":"","sources":["../../src/types/navigation.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,EAAE,EAAE,MAAM,GAAG,MAAM,CAAA;IAEnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IAEZ;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IAEZ;;OAEG;IACH,SAAS,EAAE,MAAM,CAAA;CAClB;AAED;;;;;;GAMG;AACH,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,KAAK,CAAC,EAAE,eAAe,EAAE,CAAA;IAEzB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAE1B;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAEpB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;IAEtB;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAA;CAC3B;AAED;;GAEG;AACH,MAAM,WAAW,QAAQ;IACvB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;CACd;AAED;;;;;;;GAOG;AACH,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,IAAI,EAAE,QAAQ,EAAE,CAAA;IAEhB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"progress.d.ts","sourceRoot":"","sources":["../../src/types/progress.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;AAC3E,MAAM,MAAM,YAAY,GAAG,IAAI,GAAG,IAAI,CAAA;AAEtC;;;;;;;GAOG;AACH,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAA;IAEb;;;OAGG;IACH,IAAI,CAAC,EAAE,YAAY,GAAG,SAAS,CAAA;IAE/B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAEpB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IAErB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IAErB;;OAEG;IACH,WAAW,CAAC,EAAE,iBAAiB,GAAG,IAAI,CAAA;IAEtC;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAA;IAElD;;OAEG;IACH,QAAQ,CAAC,EAAE,iBAAiB,GAAG,IAAI,CAAA;IAEnC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAA;CAChD;AAED;;;;;GAKG;AACH,MAAM,WAAW,qBAAqB;IACpC;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,WAAW,CAAC,EAAE,iBAAiB,GAAG,IAAI,CAAA;IAEtC;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAA;CACnD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sidebar.d.ts","sourceRoot":"","sources":["../../src/types/sidebar.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;AAE1E;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAA;IAEd;;;;;OAKG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAErB;;OAEG;IACH,WAAW,CAAC,EAAE,gBAAgB,GAAG,IAAI,CAAA;CACtC;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAA;IAEX;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAEpB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAEpB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,WAAW,GAAG,SAAS,GAAG,cAAc,GAAG,YAAY,GAAG,YAAY,GAAG,UAAU,GAAG,aAAa,GAAG,WAAW,CAAA;IAE1K;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;OAEG;IACH,WAAW,CAAC,EAAE,gBAAgB,GAAG,IAAI,CAAA;IAErC;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAA;IAEvB;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CACrB;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAExB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IAErB;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,WAAW,GAAG,SAAS,GAAG,cAAc,GAAG,YAAY,GAAG,YAAY,GAAG,UAAU,GAAG,aAAa,GAAG,WAAW,CAAA;IAEnK;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CAC5B;AAED;;;GAGG;AACH,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAEpB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IAErB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAA;IAErB;;OAEG;IACH,WAAW,CAAC,EAAE,gBAAgB,GAAG,IAAI,CAAA;CACtC"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|