@hina-ui/vue 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +18436 -0
- package/dist/index.js.map +1 -0
- package/dist/types/components/accordion/Accordion.vue.d.ts +28 -0
- package/dist/types/components/accordion/Accordion.vue.d.ts.map +1 -0
- package/dist/types/components/accordion/AccordionContent.vue.d.ts +17 -0
- package/dist/types/components/accordion/AccordionContent.vue.d.ts.map +1 -0
- package/dist/types/components/accordion/AccordionItem.vue.d.ts +19 -0
- package/dist/types/components/accordion/AccordionItem.vue.d.ts.map +1 -0
- package/dist/types/components/accordion/AccordionTrigger.vue.d.ts +22 -0
- package/dist/types/components/accordion/AccordionTrigger.vue.d.ts.map +1 -0
- package/dist/types/components/accordion/accordion.variants.d.ts +6 -0
- package/dist/types/components/accordion/accordion.variants.d.ts.map +1 -0
- package/dist/types/components/alert/Alert.vue.d.ts +39 -0
- package/dist/types/components/alert/Alert.vue.d.ts.map +1 -0
- package/dist/types/components/alert-dialog/AlertDialog.vue.d.ts +40 -0
- package/dist/types/components/alert-dialog/AlertDialog.vue.d.ts.map +1 -0
- package/dist/types/components/anchor/Anchor.vue.d.ts +14 -0
- package/dist/types/components/anchor/Anchor.vue.d.ts.map +1 -0
- package/dist/types/components/anchor/composables/useScrollSpy.d.ts +13 -0
- package/dist/types/components/anchor/composables/useScrollSpy.d.ts.map +1 -0
- package/dist/types/components/app-shell/AppShell.vue.d.ts +220 -0
- package/dist/types/components/app-shell/AppShell.vue.d.ts.map +1 -0
- package/dist/types/components/app-shell/composables/useDesktopQuery.d.ts +2 -0
- package/dist/types/components/app-shell/composables/useDesktopQuery.d.ts.map +1 -0
- package/dist/types/components/aspect-ratio/AspectRatio.vue.d.ts +20 -0
- package/dist/types/components/aspect-ratio/AspectRatio.vue.d.ts.map +1 -0
- package/dist/types/components/avatar/Avatar.vue.d.ts +24 -0
- package/dist/types/components/avatar/Avatar.vue.d.ts.map +1 -0
- package/dist/types/components/avatar/AvatarGroup.vue.d.ts +10 -0
- package/dist/types/components/avatar/AvatarGroup.vue.d.ts.map +1 -0
- package/dist/types/components/avatar/avatar-group.variants.d.ts +22 -0
- package/dist/types/components/avatar/avatar-group.variants.d.ts.map +1 -0
- package/dist/types/components/avatar/avatar.variants.d.ts +22 -0
- package/dist/types/components/avatar/avatar.variants.d.ts.map +1 -0
- package/dist/types/components/avatar/context.d.ts +8 -0
- package/dist/types/components/avatar/context.d.ts.map +1 -0
- package/dist/types/components/badge/Badge.vue.d.ts +32 -0
- package/dist/types/components/badge/Badge.vue.d.ts.map +1 -0
- package/dist/types/components/badge/badge.variants.d.ts +94 -0
- package/dist/types/components/badge/badge.variants.d.ts.map +1 -0
- package/dist/types/components/banner/Banner.vue.d.ts +42 -0
- package/dist/types/components/banner/Banner.vue.d.ts.map +1 -0
- package/dist/types/components/banner/banner.variants.d.ts +47 -0
- package/dist/types/components/banner/banner.variants.d.ts.map +1 -0
- package/dist/types/components/banner/composables/useAutoplay.d.ts +7 -0
- package/dist/types/components/banner/composables/useAutoplay.d.ts.map +1 -0
- package/dist/types/components/banner/icons.d.ts +9 -0
- package/dist/types/components/banner/icons.d.ts.map +1 -0
- package/dist/types/components/banner/types.d.ts +8 -0
- package/dist/types/components/banner/types.d.ts.map +1 -0
- package/dist/types/components/banner/utils/direction.d.ts +3 -0
- package/dist/types/components/banner/utils/direction.d.ts.map +1 -0
- package/dist/types/components/blockquote/Blockquote.vue.d.ts +18 -0
- package/dist/types/components/blockquote/Blockquote.vue.d.ts.map +1 -0
- package/dist/types/components/breadcrumb/Breadcrumb.vue.d.ts +18 -0
- package/dist/types/components/breadcrumb/Breadcrumb.vue.d.ts.map +1 -0
- package/dist/types/components/breadcrumb/BreadcrumbItem.vue.d.ts +24 -0
- package/dist/types/components/breadcrumb/BreadcrumbItem.vue.d.ts.map +1 -0
- package/dist/types/components/breadcrumb/BreadcrumbSeparator.vue.d.ts +17 -0
- package/dist/types/components/breadcrumb/BreadcrumbSeparator.vue.d.ts.map +1 -0
- package/dist/types/components/button/Button.vue.d.ts +39 -0
- package/dist/types/components/button/Button.vue.d.ts.map +1 -0
- package/dist/types/components/button/IconSlot.vue.d.ts +19 -0
- package/dist/types/components/button/IconSlot.vue.d.ts.map +1 -0
- package/dist/types/components/button/button.variants.d.ts +104 -0
- package/dist/types/components/button/button.variants.d.ts.map +1 -0
- package/dist/types/components/button-group/ButtonGroup.vue.d.ts +26 -0
- package/dist/types/components/button-group/ButtonGroup.vue.d.ts.map +1 -0
- package/dist/types/components/button-group/button-group.variants.d.ts +40 -0
- package/dist/types/components/button-group/button-group.variants.d.ts.map +1 -0
- package/dist/types/components/calendar/Calendar.vue.d.ts +33 -0
- package/dist/types/components/calendar/Calendar.vue.d.ts.map +1 -0
- package/dist/types/components/calendar/CalendarHeader.vue.d.ts +20 -0
- package/dist/types/components/calendar/CalendarHeader.vue.d.ts.map +1 -0
- package/dist/types/components/calendar/CalendarLevels.vue.d.ts +43 -0
- package/dist/types/components/calendar/CalendarLevels.vue.d.ts.map +1 -0
- package/dist/types/components/calendar/calendar.variants.d.ts +74 -0
- package/dist/types/components/calendar/calendar.variants.d.ts.map +1 -0
- package/dist/types/components/calendar/composables/useCalendarLevels.d.ts +15 -0
- package/dist/types/components/calendar/composables/useCalendarLevels.d.ts.map +1 -0
- package/dist/types/components/calendar/utils/format.d.ts +7 -0
- package/dist/types/components/calendar/utils/format.d.ts.map +1 -0
- package/dist/types/components/callout/Callout.vue.d.ts +26 -0
- package/dist/types/components/callout/Callout.vue.d.ts.map +1 -0
- package/dist/types/components/callout/callout.variants.d.ts +59 -0
- package/dist/types/components/callout/callout.variants.d.ts.map +1 -0
- package/dist/types/components/callout/icons.d.ts +9 -0
- package/dist/types/components/callout/icons.d.ts.map +1 -0
- package/dist/types/components/card/Card.vue.d.ts +22 -0
- package/dist/types/components/card/Card.vue.d.ts.map +1 -0
- package/dist/types/components/card/card.variants.d.ts +19 -0
- package/dist/types/components/card/card.variants.d.ts.map +1 -0
- package/dist/types/components/center/Center.vue.d.ts +22 -0
- package/dist/types/components/center/Center.vue.d.ts.map +1 -0
- package/dist/types/components/checkbox/Checkbox.vue.d.ts +30 -0
- package/dist/types/components/checkbox/Checkbox.vue.d.ts.map +1 -0
- package/dist/types/components/checkbox/checkbox.variants.d.ts +74 -0
- package/dist/types/components/checkbox/checkbox.variants.d.ts.map +1 -0
- package/dist/types/components/checkbox-group/CheckboxGroup.vue.d.ts +34 -0
- package/dist/types/components/checkbox-group/CheckboxGroup.vue.d.ts.map +1 -0
- package/dist/types/components/checkbox-group/checkbox-group.variants.d.ts +19 -0
- package/dist/types/components/checkbox-group/checkbox-group.variants.d.ts.map +1 -0
- package/dist/types/components/chip/Chip.vue.d.ts +40 -0
- package/dist/types/components/chip/Chip.vue.d.ts.map +1 -0
- package/dist/types/components/chip/IconSlot.vue.d.ts +20 -0
- package/dist/types/components/chip/IconSlot.vue.d.ts.map +1 -0
- package/dist/types/components/chip/chip.variants.d.ts +102 -0
- package/dist/types/components/chip/chip.variants.d.ts.map +1 -0
- package/dist/types/components/chip/composables/useChipRoot.d.ts +28 -0
- package/dist/types/components/chip/composables/useChipRoot.d.ts.map +1 -0
- package/dist/types/components/close-button/CloseButton.vue.d.ts +15 -0
- package/dist/types/components/close-button/CloseButton.vue.d.ts.map +1 -0
- package/dist/types/components/code/Code.vue.d.ts +17 -0
- package/dist/types/components/code/Code.vue.d.ts.map +1 -0
- package/dist/types/components/code-block/CodeBlock.vue.d.ts +14 -0
- package/dist/types/components/code-block/CodeBlock.vue.d.ts.map +1 -0
- package/dist/types/components/code-block/highlighter.d.ts +4 -0
- package/dist/types/components/code-block/highlighter.d.ts.map +1 -0
- package/dist/types/components/collapsible/Collapsible.vue.d.ts +24 -0
- package/dist/types/components/collapsible/Collapsible.vue.d.ts.map +1 -0
- package/dist/types/components/collapsible/CollapsibleContent.vue.d.ts +17 -0
- package/dist/types/components/collapsible/CollapsibleContent.vue.d.ts.map +1 -0
- package/dist/types/components/collapsible/CollapsibleTrigger.vue.d.ts +21 -0
- package/dist/types/components/collapsible/CollapsibleTrigger.vue.d.ts.map +1 -0
- package/dist/types/components/combobox/Combobox.vue.d.ts +44 -0
- package/dist/types/components/combobox/Combobox.vue.d.ts.map +1 -0
- package/dist/types/components/combobox/ComboboxList.vue.d.ts +20 -0
- package/dist/types/components/combobox/ComboboxList.vue.d.ts.map +1 -0
- package/dist/types/components/combobox/combobox.variants.d.ts +3 -0
- package/dist/types/components/combobox/combobox.variants.d.ts.map +1 -0
- package/dist/types/components/command-palette/CommandPalette.vue.d.ts +37 -0
- package/dist/types/components/command-palette/CommandPalette.vue.d.ts.map +1 -0
- package/dist/types/components/command-palette/CommandPaletteItem.vue.d.ts +12 -0
- package/dist/types/components/command-palette/CommandPaletteItem.vue.d.ts.map +1 -0
- package/dist/types/components/command-palette/CommandPalettePanel.vue.d.ts +34 -0
- package/dist/types/components/command-palette/CommandPalettePanel.vue.d.ts.map +1 -0
- package/dist/types/components/command-palette/command-palette.variants.d.ts +22 -0
- package/dist/types/components/command-palette/command-palette.variants.d.ts.map +1 -0
- package/dist/types/components/command-palette/composables/useHotkey.d.ts +3 -0
- package/dist/types/components/command-palette/composables/useHotkey.d.ts.map +1 -0
- package/dist/types/components/command-palette/types.d.ts +18 -0
- package/dist/types/components/command-palette/types.d.ts.map +1 -0
- package/dist/types/components/command-palette/utils/hotkey.d.ts +9 -0
- package/dist/types/components/command-palette/utils/hotkey.d.ts.map +1 -0
- package/dist/types/components/command-palette/utils/match.d.ts +13 -0
- package/dist/types/components/command-palette/utils/match.d.ts.map +1 -0
- package/dist/types/components/container/Container.vue.d.ts +22 -0
- package/dist/types/components/container/Container.vue.d.ts.map +1 -0
- package/dist/types/components/container/container.variants.d.ts +25 -0
- package/dist/types/components/container/container.variants.d.ts.map +1 -0
- package/dist/types/components/context-menu/ContextMenu.vue.d.ts +29 -0
- package/dist/types/components/context-menu/ContextMenu.vue.d.ts.map +1 -0
- package/dist/types/components/context-menu/ContextMenuCheckboxItem.vue.d.ts +29 -0
- package/dist/types/components/context-menu/ContextMenuCheckboxItem.vue.d.ts.map +1 -0
- package/dist/types/components/context-menu/ContextMenuGroup.vue.d.ts +17 -0
- package/dist/types/components/context-menu/ContextMenuGroup.vue.d.ts.map +1 -0
- package/dist/types/components/context-menu/ContextMenuItem.vue.d.ts +29 -0
- package/dist/types/components/context-menu/ContextMenuItem.vue.d.ts.map +1 -0
- package/dist/types/components/context-menu/ContextMenuLabel.vue.d.ts +17 -0
- package/dist/types/components/context-menu/ContextMenuLabel.vue.d.ts.map +1 -0
- package/dist/types/components/context-menu/ContextMenuRadioGroup.vue.d.ts +21 -0
- package/dist/types/components/context-menu/ContextMenuRadioGroup.vue.d.ts.map +1 -0
- package/dist/types/components/context-menu/ContextMenuRadioItem.vue.d.ts +20 -0
- package/dist/types/components/context-menu/ContextMenuRadioItem.vue.d.ts.map +1 -0
- package/dist/types/components/context-menu/ContextMenuSeparator.vue.d.ts +7 -0
- package/dist/types/components/context-menu/ContextMenuSeparator.vue.d.ts.map +1 -0
- package/dist/types/components/context-menu/ContextMenuSub.vue.d.ts +32 -0
- package/dist/types/components/context-menu/ContextMenuSub.vue.d.ts.map +1 -0
- package/dist/types/components/copy-button/CopyButton.vue.d.ts +21 -0
- package/dist/types/components/copy-button/CopyButton.vue.d.ts.map +1 -0
- package/dist/types/components/copy-button/composables/useCopy.d.ts +6 -0
- package/dist/types/components/copy-button/composables/useCopy.d.ts.map +1 -0
- package/dist/types/components/date-field/DateField.vue.d.ts +50 -0
- package/dist/types/components/date-field/DateField.vue.d.ts.map +1 -0
- package/dist/types/components/date-field/composables/useSegmentFocus.d.ts +6 -0
- package/dist/types/components/date-field/composables/useSegmentFocus.d.ts.map +1 -0
- package/dist/types/components/date-field/date-field.variants.d.ts +42 -0
- package/dist/types/components/date-field/date-field.variants.d.ts.map +1 -0
- package/dist/types/components/date-picker/DatePicker.vue.d.ts +48 -0
- package/dist/types/components/date-picker/DatePicker.vue.d.ts.map +1 -0
- package/dist/types/components/date-picker/date-picker.variants.d.ts +2 -0
- package/dist/types/components/date-picker/date-picker.variants.d.ts.map +1 -0
- package/dist/types/components/date-range-field/DateRangeField.vue.d.ts +50 -0
- package/dist/types/components/date-range-field/DateRangeField.vue.d.ts.map +1 -0
- package/dist/types/components/date-range-field/date-range-field.variants.d.ts +2 -0
- package/dist/types/components/date-range-field/date-range-field.variants.d.ts.map +1 -0
- package/dist/types/components/date-range-field/utils/validity.d.ts +12 -0
- package/dist/types/components/date-range-field/utils/validity.d.ts.map +1 -0
- package/dist/types/components/date-range-picker/DateRangePicker.vue.d.ts +50 -0
- package/dist/types/components/date-range-picker/DateRangePicker.vue.d.ts.map +1 -0
- package/dist/types/components/date-time-picker/DateTimePicker.vue.d.ts +53 -0
- package/dist/types/components/date-time-picker/DateTimePicker.vue.d.ts.map +1 -0
- package/dist/types/components/date-time-picker/date-time-picker.variants.d.ts +2 -0
- package/dist/types/components/date-time-picker/date-time-picker.variants.d.ts.map +1 -0
- package/dist/types/components/description-list/DescriptionDetails.vue.d.ts +17 -0
- package/dist/types/components/description-list/DescriptionDetails.vue.d.ts.map +1 -0
- package/dist/types/components/description-list/DescriptionList.vue.d.ts +17 -0
- package/dist/types/components/description-list/DescriptionList.vue.d.ts.map +1 -0
- package/dist/types/components/description-list/DescriptionTerm.vue.d.ts +17 -0
- package/dist/types/components/description-list/DescriptionTerm.vue.d.ts.map +1 -0
- package/dist/types/components/dialog/Dialog.vue.d.ts +42 -0
- package/dist/types/components/dialog/Dialog.vue.d.ts.map +1 -0
- package/dist/types/components/dialog/dialog.variants.d.ts +56 -0
- package/dist/types/components/dialog/dialog.variants.d.ts.map +1 -0
- package/dist/types/components/disclosure-icon/DisclosureIcon.vue.d.ts +23 -0
- package/dist/types/components/disclosure-icon/DisclosureIcon.vue.d.ts.map +1 -0
- package/dist/types/components/disclosure-icon/disclosure-icon.variants.d.ts +34 -0
- package/dist/types/components/disclosure-icon/disclosure-icon.variants.d.ts.map +1 -0
- package/dist/types/components/divider/Divider.vue.d.ts +22 -0
- package/dist/types/components/divider/Divider.vue.d.ts.map +1 -0
- package/dist/types/components/drawer/Drawer.vue.d.ts +43 -0
- package/dist/types/components/drawer/Drawer.vue.d.ts.map +1 -0
- package/dist/types/components/drawer/drawer.variants.d.ts +34 -0
- package/dist/types/components/drawer/drawer.variants.d.ts.map +1 -0
- package/dist/types/components/dropdown-menu/DropdownMenu.vue.d.ts +35 -0
- package/dist/types/components/dropdown-menu/DropdownMenu.vue.d.ts.map +1 -0
- package/dist/types/components/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +29 -0
- package/dist/types/components/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts.map +1 -0
- package/dist/types/components/dropdown-menu/DropdownMenuGroup.vue.d.ts +17 -0
- package/dist/types/components/dropdown-menu/DropdownMenuGroup.vue.d.ts.map +1 -0
- package/dist/types/components/dropdown-menu/DropdownMenuItem.vue.d.ts +29 -0
- package/dist/types/components/dropdown-menu/DropdownMenuItem.vue.d.ts.map +1 -0
- package/dist/types/components/dropdown-menu/DropdownMenuLabel.vue.d.ts +17 -0
- package/dist/types/components/dropdown-menu/DropdownMenuLabel.vue.d.ts.map +1 -0
- package/dist/types/components/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +21 -0
- package/dist/types/components/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts.map +1 -0
- package/dist/types/components/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +20 -0
- package/dist/types/components/dropdown-menu/DropdownMenuRadioItem.vue.d.ts.map +1 -0
- package/dist/types/components/dropdown-menu/DropdownMenuSeparator.vue.d.ts +7 -0
- package/dist/types/components/dropdown-menu/DropdownMenuSeparator.vue.d.ts.map +1 -0
- package/dist/types/components/dropdown-menu/DropdownMenuSub.vue.d.ts +32 -0
- package/dist/types/components/dropdown-menu/DropdownMenuSub.vue.d.ts.map +1 -0
- package/dist/types/components/dropdown-menu/dropdown-menu.variants.d.ts +19 -0
- package/dist/types/components/dropdown-menu/dropdown-menu.variants.d.ts.map +1 -0
- package/dist/types/components/empty/Empty.vue.d.ts +29 -0
- package/dist/types/components/empty/Empty.vue.d.ts.map +1 -0
- package/dist/types/components/empty/empty.variants.d.ts +81 -0
- package/dist/types/components/empty/empty.variants.d.ts.map +1 -0
- package/dist/types/components/file-upload/FileUpload.vue.d.ts +49 -0
- package/dist/types/components/file-upload/FileUpload.vue.d.ts.map +1 -0
- package/dist/types/components/file-upload/composables/useFileDrop.d.ts +10 -0
- package/dist/types/components/file-upload/composables/useFileDrop.d.ts.map +1 -0
- package/dist/types/components/file-upload/composables/useObjectUrls.d.ts +5 -0
- package/dist/types/components/file-upload/composables/useObjectUrls.d.ts.map +1 -0
- package/dist/types/components/file-upload/file-upload.variants.d.ts +9 -0
- package/dist/types/components/file-upload/file-upload.variants.d.ts.map +1 -0
- package/dist/types/components/file-upload/utils/select.d.ts +17 -0
- package/dist/types/components/file-upload/utils/select.d.ts.map +1 -0
- package/dist/types/components/file-upload/utils/size.d.ts +2 -0
- package/dist/types/components/file-upload/utils/size.d.ts.map +1 -0
- package/dist/types/components/flex/Flex.vue.d.ts +26 -0
- package/dist/types/components/flex/Flex.vue.d.ts.map +1 -0
- package/dist/types/components/flex/flex.variants.d.ts +106 -0
- package/dist/types/components/flex/flex.variants.d.ts.map +1 -0
- package/dist/types/components/form/Form.vue.d.ts +39 -0
- package/dist/types/components/form/Form.vue.d.ts.map +1 -0
- package/dist/types/components/form/composables/useForm.d.ts +22 -0
- package/dist/types/components/form/composables/useForm.d.ts.map +1 -0
- package/dist/types/components/form/context.d.ts +10 -0
- package/dist/types/components/form/context.d.ts.map +1 -0
- package/dist/types/components/form/form.variants.d.ts +2 -0
- package/dist/types/components/form/form.variants.d.ts.map +1 -0
- package/dist/types/components/form/standard-schema.d.ts +23 -0
- package/dist/types/components/form/standard-schema.d.ts.map +1 -0
- package/dist/types/components/form/utils/errors.d.ts +7 -0
- package/dist/types/components/form/utils/errors.d.ts.map +1 -0
- package/dist/types/components/form/utils/focus.d.ts +2 -0
- package/dist/types/components/form/utils/focus.d.ts.map +1 -0
- package/dist/types/components/form/utils/values.d.ts +3 -0
- package/dist/types/components/form/utils/values.d.ts.map +1 -0
- package/dist/types/components/form-field/FormField.vue.d.ts +27 -0
- package/dist/types/components/form-field/FormField.vue.d.ts.map +1 -0
- package/dist/types/components/form-field/context.d.ts +27 -0
- package/dist/types/components/form-field/context.d.ts.map +1 -0
- package/dist/types/components/form-field/form-field.variants.d.ts +18 -0
- package/dist/types/components/form-field/form-field.variants.d.ts.map +1 -0
- package/dist/types/components/form-layout/FormLayout.vue.d.ts +28 -0
- package/dist/types/components/form-layout/FormLayout.vue.d.ts.map +1 -0
- package/dist/types/components/form-layout/form-layout.variants.d.ts +37 -0
- package/dist/types/components/form-layout/form-layout.variants.d.ts.map +1 -0
- package/dist/types/components/grid/Grid.vue.d.ts +23 -0
- package/dist/types/components/grid/Grid.vue.d.ts.map +1 -0
- package/dist/types/components/grid/grid.variants.d.ts +73 -0
- package/dist/types/components/grid/grid.variants.d.ts.map +1 -0
- package/dist/types/components/heading/Heading.vue.d.ts +24 -0
- package/dist/types/components/heading/Heading.vue.d.ts.map +1 -0
- package/dist/types/components/heading/heading.variants.d.ts +58 -0
- package/dist/types/components/heading/heading.variants.d.ts.map +1 -0
- package/dist/types/components/highlight/Highlight.vue.d.ts +12 -0
- package/dist/types/components/highlight/Highlight.vue.d.ts.map +1 -0
- package/dist/types/components/hover-card/HoverCard.vue.d.ts +40 -0
- package/dist/types/components/hover-card/HoverCard.vue.d.ts.map +1 -0
- package/dist/types/components/icon-button/IconButton.vue.d.ts +36 -0
- package/dist/types/components/icon-button/IconButton.vue.d.ts.map +1 -0
- package/dist/types/components/image/Image.vue.d.ts +54 -0
- package/dist/types/components/image/Image.vue.d.ts.map +1 -0
- package/dist/types/components/image/ImageGroup.vue.d.ts +17 -0
- package/dist/types/components/image/ImageGroup.vue.d.ts.map +1 -0
- package/dist/types/components/image/composables/useImage.d.ts +24 -0
- package/dist/types/components/image/composables/useImage.d.ts.map +1 -0
- package/dist/types/components/image/context.d.ts +9 -0
- package/dist/types/components/image/context.d.ts.map +1 -0
- package/dist/types/components/image/image.variants.d.ts +28 -0
- package/dist/types/components/image/image.variants.d.ts.map +1 -0
- package/dist/types/components/image/resolver.d.ts +5 -0
- package/dist/types/components/image/resolver.d.ts.map +1 -0
- package/dist/types/components/indicator/Indicator.vue.d.ts +15 -0
- package/dist/types/components/indicator/Indicator.vue.d.ts.map +1 -0
- package/dist/types/components/indicator/indicator.variants.d.ts +46 -0
- package/dist/types/components/indicator/indicator.variants.d.ts.map +1 -0
- package/dist/types/components/inline/Inline.vue.d.ts +26 -0
- package/dist/types/components/inline/Inline.vue.d.ts.map +1 -0
- package/dist/types/components/inline/inline.variants.d.ts +88 -0
- package/dist/types/components/inline/inline.variants.d.ts.map +1 -0
- package/dist/types/components/input/Input.vue.d.ts +39 -0
- package/dist/types/components/input/Input.vue.d.ts.map +1 -0
- package/dist/types/components/input/InputAction.vue.d.ts +19 -0
- package/dist/types/components/input/InputAction.vue.d.ts.map +1 -0
- package/dist/types/components/input/InputBase.vue.d.ts +42 -0
- package/dist/types/components/input/InputBase.vue.d.ts.map +1 -0
- package/dist/types/components/input/input.variants.d.ts +61 -0
- package/dist/types/components/input/input.variants.d.ts.map +1 -0
- package/dist/types/components/input-group/InputGroup.vue.d.ts +22 -0
- package/dist/types/components/input-group/InputGroup.vue.d.ts.map +1 -0
- package/dist/types/components/input-group/InputGroupAddon.vue.d.ts +17 -0
- package/dist/types/components/input-group/InputGroupAddon.vue.d.ts.map +1 -0
- package/dist/types/components/input-group/InputGroupScope.vue.d.ts +20 -0
- package/dist/types/components/input-group/InputGroupScope.vue.d.ts.map +1 -0
- package/dist/types/components/input-group/context.d.ts +10 -0
- package/dist/types/components/input-group/context.d.ts.map +1 -0
- package/dist/types/components/input-group/input-group.variants.d.ts +3 -0
- package/dist/types/components/input-group/input-group.variants.d.ts.map +1 -0
- package/dist/types/components/kbd/Kbd.vue.d.ts +17 -0
- package/dist/types/components/kbd/Kbd.vue.d.ts.map +1 -0
- package/dist/types/components/lightbox/Lightbox.vue.d.ts +21 -0
- package/dist/types/components/lightbox/Lightbox.vue.d.ts.map +1 -0
- package/dist/types/components/lightbox/LightboxChrome.vue.d.ts +36 -0
- package/dist/types/components/lightbox/LightboxChrome.vue.d.ts.map +1 -0
- package/dist/types/components/lightbox/LightboxStrip.vue.d.ts +29 -0
- package/dist/types/components/lightbox/LightboxStrip.vue.d.ts.map +1 -0
- package/dist/types/components/lightbox/LightboxThumbs.vue.d.ts +13 -0
- package/dist/types/components/lightbox/LightboxThumbs.vue.d.ts.map +1 -0
- package/dist/types/components/lightbox/LightboxToolbar.vue.d.ts +24 -0
- package/dist/types/components/lightbox/LightboxToolbar.vue.d.ts.map +1 -0
- package/dist/types/components/lightbox/composables/useLightboxFrames.d.ts +12 -0
- package/dist/types/components/lightbox/composables/useLightboxFrames.d.ts.map +1 -0
- package/dist/types/components/lightbox/composables/useLightboxGesture.d.ts +27 -0
- package/dist/types/components/lightbox/composables/useLightboxGesture.d.ts.map +1 -0
- package/dist/types/components/lightbox/composables/useLightboxHint.d.ts +14 -0
- package/dist/types/components/lightbox/composables/useLightboxHint.d.ts.map +1 -0
- package/dist/types/components/lightbox/composables/useLightboxLarge.d.ts +8 -0
- package/dist/types/components/lightbox/composables/useLightboxLarge.d.ts.map +1 -0
- package/dist/types/components/lightbox/composables/useLightboxMotion.d.ts +25 -0
- package/dist/types/components/lightbox/composables/useLightboxMotion.d.ts.map +1 -0
- package/dist/types/components/lightbox/composables/useLightboxPaging.d.ts +18 -0
- package/dist/types/components/lightbox/composables/useLightboxPaging.d.ts.map +1 -0
- package/dist/types/components/lightbox/composables/useLightboxPhase.d.ts +20 -0
- package/dist/types/components/lightbox/composables/useLightboxPhase.d.ts.map +1 -0
- package/dist/types/components/lightbox/composables/useLightboxPose.d.ts +7 -0
- package/dist/types/components/lightbox/composables/useLightboxPose.d.ts.map +1 -0
- package/dist/types/components/lightbox/composables/useLightboxRotation.d.ts +18 -0
- package/dist/types/components/lightbox/composables/useLightboxRotation.d.ts.map +1 -0
- package/dist/types/components/lightbox/composables/useLightboxSlides.d.ts +9 -0
- package/dist/types/components/lightbox/composables/useLightboxSlides.d.ts.map +1 -0
- package/dist/types/components/lightbox/composables/useLightboxZoom.d.ts +28 -0
- package/dist/types/components/lightbox/composables/useLightboxZoom.d.ts.map +1 -0
- package/dist/types/components/lightbox/types.d.ts +10 -0
- package/dist/types/components/lightbox/types.d.ts.map +1 -0
- package/dist/types/components/lightbox/utils/download.d.ts +3 -0
- package/dist/types/components/lightbox/utils/download.d.ts.map +1 -0
- package/dist/types/components/lightbox/utils/gesture.d.ts +26 -0
- package/dist/types/components/lightbox/utils/gesture.d.ts.map +1 -0
- package/dist/types/components/lightbox/utils/paging.d.ts +9 -0
- package/dist/types/components/lightbox/utils/paging.d.ts.map +1 -0
- package/dist/types/components/lightbox/utils/pose.d.ts +38 -0
- package/dist/types/components/lightbox/utils/pose.d.ts.map +1 -0
- package/dist/types/components/lightbox/utils/zoom.d.ts +36 -0
- package/dist/types/components/lightbox/utils/zoom.d.ts.map +1 -0
- package/dist/types/components/link/Link.vue.d.ts +24 -0
- package/dist/types/components/link/Link.vue.d.ts.map +1 -0
- package/dist/types/components/link/link.variants.d.ts +19 -0
- package/dist/types/components/link/link.variants.d.ts.map +1 -0
- package/dist/types/components/list/List.vue.d.ts +18 -0
- package/dist/types/components/list/List.vue.d.ts.map +1 -0
- package/dist/types/components/list/ListItem.vue.d.ts +17 -0
- package/dist/types/components/list/ListItem.vue.d.ts.map +1 -0
- package/dist/types/components/listbox/Listbox.vue.d.ts +35 -0
- package/dist/types/components/listbox/Listbox.vue.d.ts.map +1 -0
- package/dist/types/components/listbox/listbox.variants.d.ts +20 -0
- package/dist/types/components/listbox/listbox.variants.d.ts.map +1 -0
- package/dist/types/components/loading-overlay/LoadingOverlay.vue.d.ts +30 -0
- package/dist/types/components/loading-overlay/LoadingOverlay.vue.d.ts.map +1 -0
- package/dist/types/components/loading-overlay/composables/useDelayedVisible.d.ts +7 -0
- package/dist/types/components/loading-overlay/composables/useDelayedVisible.d.ts.map +1 -0
- package/dist/types/components/loading-overlay/loading-overlay.variants.d.ts +35 -0
- package/dist/types/components/loading-overlay/loading-overlay.variants.d.ts.map +1 -0
- package/dist/types/components/mark/Mark.vue.d.ts +17 -0
- package/dist/types/components/mark/Mark.vue.d.ts.map +1 -0
- package/dist/types/components/menubar/Menubar.vue.d.ts +29 -0
- package/dist/types/components/menubar/Menubar.vue.d.ts.map +1 -0
- package/dist/types/components/menubar/MenubarCheckboxItem.vue.d.ts +29 -0
- package/dist/types/components/menubar/MenubarCheckboxItem.vue.d.ts.map +1 -0
- package/dist/types/components/menubar/MenubarGroup.vue.d.ts +17 -0
- package/dist/types/components/menubar/MenubarGroup.vue.d.ts.map +1 -0
- package/dist/types/components/menubar/MenubarItem.vue.d.ts +29 -0
- package/dist/types/components/menubar/MenubarItem.vue.d.ts.map +1 -0
- package/dist/types/components/menubar/MenubarLabel.vue.d.ts +17 -0
- package/dist/types/components/menubar/MenubarLabel.vue.d.ts.map +1 -0
- package/dist/types/components/menubar/MenubarMenu.vue.d.ts +22 -0
- package/dist/types/components/menubar/MenubarMenu.vue.d.ts.map +1 -0
- package/dist/types/components/menubar/MenubarRadioGroup.vue.d.ts +21 -0
- package/dist/types/components/menubar/MenubarRadioGroup.vue.d.ts.map +1 -0
- package/dist/types/components/menubar/MenubarRadioItem.vue.d.ts +20 -0
- package/dist/types/components/menubar/MenubarRadioItem.vue.d.ts.map +1 -0
- package/dist/types/components/menubar/MenubarSeparator.vue.d.ts +7 -0
- package/dist/types/components/menubar/MenubarSeparator.vue.d.ts.map +1 -0
- package/dist/types/components/menubar/MenubarSub.vue.d.ts +32 -0
- package/dist/types/components/menubar/MenubarSub.vue.d.ts.map +1 -0
- package/dist/types/components/menubar/menubar.variants.d.ts +4 -0
- package/dist/types/components/menubar/menubar.variants.d.ts.map +1 -0
- package/dist/types/components/meter-group/MeterGroup.vue.d.ts +19 -0
- package/dist/types/components/meter-group/MeterGroup.vue.d.ts.map +1 -0
- package/dist/types/components/meter-group/meter-group.variants.d.ts +34 -0
- package/dist/types/components/meter-group/meter-group.variants.d.ts.map +1 -0
- package/dist/types/components/meter-group/types.d.ts +8 -0
- package/dist/types/components/meter-group/types.d.ts.map +1 -0
- package/dist/types/components/meter-group/utils/tones.d.ts +4 -0
- package/dist/types/components/meter-group/utils/tones.d.ts.map +1 -0
- package/dist/types/components/multi-combobox/MultiCombobox.vue.d.ts +48 -0
- package/dist/types/components/multi-combobox/MultiCombobox.vue.d.ts.map +1 -0
- package/dist/types/components/multi-combobox/multi-combobox.variants.d.ts +15 -0
- package/dist/types/components/multi-combobox/multi-combobox.variants.d.ts.map +1 -0
- package/dist/types/components/multi-select/MultiSelect.vue.d.ts +47 -0
- package/dist/types/components/multi-select/MultiSelect.vue.d.ts.map +1 -0
- package/dist/types/components/multi-select/multi-select.variants.d.ts +3 -0
- package/dist/types/components/multi-select/multi-select.variants.d.ts.map +1 -0
- package/dist/types/components/nav-link/NavLink.vue.d.ts +27 -0
- package/dist/types/components/nav-link/NavLink.vue.d.ts.map +1 -0
- package/dist/types/components/nav-link/nav-link.variants.d.ts +35 -0
- package/dist/types/components/nav-link/nav-link.variants.d.ts.map +1 -0
- package/dist/types/components/number-format/NumberFormat.vue.d.ts +13 -0
- package/dist/types/components/number-format/NumberFormat.vue.d.ts.map +1 -0
- package/dist/types/components/number-input/NumberInput.vue.d.ts +30 -0
- package/dist/types/components/number-input/NumberInput.vue.d.ts.map +1 -0
- package/dist/types/components/number-input/number-input.variants.d.ts +33 -0
- package/dist/types/components/number-input/number-input.variants.d.ts.map +1 -0
- package/dist/types/components/page/Page.vue.d.ts +21 -0
- package/dist/types/components/page/Page.vue.d.ts.map +1 -0
- package/dist/types/components/page/PageAside.vue.d.ts +18 -0
- package/dist/types/components/page/PageAside.vue.d.ts.map +1 -0
- package/dist/types/components/page/PageBody.vue.d.ts +17 -0
- package/dist/types/components/page/PageBody.vue.d.ts.map +1 -0
- package/dist/types/components/page/PageHeader.vue.d.ts +22 -0
- package/dist/types/components/page/PageHeader.vue.d.ts.map +1 -0
- package/dist/types/components/panel/Panel.vue.d.ts +33 -0
- package/dist/types/components/panel/Panel.vue.d.ts.map +1 -0
- package/dist/types/components/panel/panel.variants.d.ts +20 -0
- package/dist/types/components/panel/panel.variants.d.ts.map +1 -0
- package/dist/types/components/password-input/PasswordInput.vue.d.ts +23 -0
- package/dist/types/components/password-input/PasswordInput.vue.d.ts.map +1 -0
- package/dist/types/components/pin-input/PinInput.vue.d.ts +32 -0
- package/dist/types/components/pin-input/PinInput.vue.d.ts.map +1 -0
- package/dist/types/components/pin-input/pin-input.variants.d.ts +35 -0
- package/dist/types/components/pin-input/pin-input.variants.d.ts.map +1 -0
- package/dist/types/components/popconfirm/Popconfirm.vue.d.ts +43 -0
- package/dist/types/components/popconfirm/Popconfirm.vue.d.ts.map +1 -0
- package/dist/types/components/popover/Popover.vue.d.ts +36 -0
- package/dist/types/components/popover/Popover.vue.d.ts.map +1 -0
- package/dist/types/components/prev-next/PrevNext.vue.d.ts +18 -0
- package/dist/types/components/prev-next/PrevNext.vue.d.ts.map +1 -0
- package/dist/types/components/prev-next/PrevNextLink.vue.d.ts +23 -0
- package/dist/types/components/prev-next/PrevNextLink.vue.d.ts.map +1 -0
- package/dist/types/components/prev-next/prev-next.variants.d.ts +35 -0
- package/dist/types/components/prev-next/prev-next.variants.d.ts.map +1 -0
- package/dist/types/components/progress/Progress.vue.d.ts +20 -0
- package/dist/types/components/progress/Progress.vue.d.ts.map +1 -0
- package/dist/types/components/progress/composables/useProgressValue.d.ts +16 -0
- package/dist/types/components/progress/composables/useProgressValue.d.ts.map +1 -0
- package/dist/types/components/progress/progress.variants.d.ts +53 -0
- package/dist/types/components/progress/progress.variants.d.ts.map +1 -0
- package/dist/types/components/prose/Prose.vue.d.ts +20 -0
- package/dist/types/components/prose/Prose.vue.d.ts.map +1 -0
- package/dist/types/components/radio-group/RadioGroup.vue.d.ts +34 -0
- package/dist/types/components/radio-group/RadioGroup.vue.d.ts.map +1 -0
- package/dist/types/components/radio-group/radio-group.variants.d.ts +2 -0
- package/dist/types/components/radio-group/radio-group.variants.d.ts.map +1 -0
- package/dist/types/components/range-calendar/RangeCalendar.vue.d.ts +35 -0
- package/dist/types/components/range-calendar/RangeCalendar.vue.d.ts.map +1 -0
- package/dist/types/components/range-calendar/composables/useRangeAnchor.d.ts +7 -0
- package/dist/types/components/range-calendar/composables/useRangeAnchor.d.ts.map +1 -0
- package/dist/types/components/range-calendar/range-calendar.variants.d.ts +3 -0
- package/dist/types/components/range-calendar/range-calendar.variants.d.ts.map +1 -0
- package/dist/types/components/range-calendar/utils/limit.d.ts +3 -0
- package/dist/types/components/range-calendar/utils/limit.d.ts.map +1 -0
- package/dist/types/components/range-slider/RangeSlider.vue.d.ts +36 -0
- package/dist/types/components/range-slider/RangeSlider.vue.d.ts.map +1 -0
- package/dist/types/components/rating/Rating.vue.d.ts +27 -0
- package/dist/types/components/rating/Rating.vue.d.ts.map +1 -0
- package/dist/types/components/rating/rating.variants.d.ts +41 -0
- package/dist/types/components/rating/rating.variants.d.ts.map +1 -0
- package/dist/types/components/rating/utils/fill.d.ts +2 -0
- package/dist/types/components/rating/utils/fill.d.ts.map +1 -0
- package/dist/types/components/result/Result.vue.d.ts +29 -0
- package/dist/types/components/result/Result.vue.d.ts.map +1 -0
- package/dist/types/components/result/result.variants.d.ts +40 -0
- package/dist/types/components/result/result.variants.d.ts.map +1 -0
- package/dist/types/components/ring-progress/RingProgress.vue.d.ts +30 -0
- package/dist/types/components/ring-progress/RingProgress.vue.d.ts.map +1 -0
- package/dist/types/components/ring-progress/ring-progress.variants.d.ts +55 -0
- package/dist/types/components/ring-progress/ring-progress.variants.d.ts.map +1 -0
- package/dist/types/components/ripple/Ripple.vue.d.ts +7 -0
- package/dist/types/components/ripple/Ripple.vue.d.ts.map +1 -0
- package/dist/types/components/ripple/useRipple.d.ts +5 -0
- package/dist/types/components/ripple/useRipple.d.ts.map +1 -0
- package/dist/types/components/scroll-area/ScrollArea.vue.d.ts +34 -0
- package/dist/types/components/scroll-area/ScrollArea.vue.d.ts.map +1 -0
- package/dist/types/components/scroll-area/composables/useEdgeShadow.d.ts +12 -0
- package/dist/types/components/scroll-area/composables/useEdgeShadow.d.ts.map +1 -0
- package/dist/types/components/scroll-area/composables/useLayerLock.d.ts +3 -0
- package/dist/types/components/scroll-area/composables/useLayerLock.d.ts.map +1 -0
- package/dist/types/components/scroll-area/composables/useOverlayScrollbars.d.ts +10 -0
- package/dist/types/components/scroll-area/composables/useOverlayScrollbars.d.ts.map +1 -0
- package/dist/types/components/scroll-area/composables/useWheelRedirect.d.ts +3 -0
- package/dist/types/components/scroll-area/composables/useWheelRedirect.d.ts.map +1 -0
- package/dist/types/components/scroll-area/scroll-restore.d.ts +35 -0
- package/dist/types/components/scroll-area/scroll-restore.d.ts.map +1 -0
- package/dist/types/components/search-input/SearchInput.vue.d.ts +27 -0
- package/dist/types/components/search-input/SearchInput.vue.d.ts.map +1 -0
- package/dist/types/components/section/Section.vue.d.ts +19 -0
- package/dist/types/components/section/Section.vue.d.ts.map +1 -0
- package/dist/types/components/segmented-control/SegmentedControl.vue.d.ts +36 -0
- package/dist/types/components/segmented-control/SegmentedControl.vue.d.ts.map +1 -0
- package/dist/types/components/segmented-control/segmented-control.variants.d.ts +61 -0
- package/dist/types/components/segmented-control/segmented-control.variants.d.ts.map +1 -0
- package/dist/types/components/select/Select.vue.d.ts +43 -0
- package/dist/types/components/select/Select.vue.d.ts.map +1 -0
- package/dist/types/components/select/SelectList.vue.d.ts +20 -0
- package/dist/types/components/select/SelectList.vue.d.ts.map +1 -0
- package/dist/types/components/select/select.variants.d.ts +8 -0
- package/dist/types/components/select/select.variants.d.ts.map +1 -0
- package/dist/types/components/select/types.d.ts +14 -0
- package/dist/types/components/select/types.d.ts.map +1 -0
- package/dist/types/components/sheet/Sheet.vue.d.ts +41 -0
- package/dist/types/components/sheet/Sheet.vue.d.ts.map +1 -0
- package/dist/types/components/sheet/composables/useDragToDismiss.d.ts +13 -0
- package/dist/types/components/sheet/composables/useDragToDismiss.d.ts.map +1 -0
- package/dist/types/components/sheet/sheet.variants.d.ts +4 -0
- package/dist/types/components/sheet/sheet.variants.d.ts.map +1 -0
- package/dist/types/components/sidebar/DrawerScope.d.ts +5 -0
- package/dist/types/components/sidebar/DrawerScope.d.ts.map +1 -0
- package/dist/types/components/sidebar/Sidebar.vue.d.ts +26 -0
- package/dist/types/components/sidebar/Sidebar.vue.d.ts.map +1 -0
- package/dist/types/components/sidebar/SidebarGroup.vue.d.ts +21 -0
- package/dist/types/components/sidebar/SidebarGroup.vue.d.ts.map +1 -0
- package/dist/types/components/sidebar/SidebarTrigger.vue.d.ts +7 -0
- package/dist/types/components/sidebar/SidebarTrigger.vue.d.ts.map +1 -0
- package/dist/types/components/sidebar/context.d.ts +11 -0
- package/dist/types/components/sidebar/context.d.ts.map +1 -0
- package/dist/types/components/simple-grid/SimpleGrid.vue.d.ts +26 -0
- package/dist/types/components/simple-grid/SimpleGrid.vue.d.ts.map +1 -0
- package/dist/types/components/simple-grid/simple-grid.variants.d.ts +43 -0
- package/dist/types/components/simple-grid/simple-grid.variants.d.ts.map +1 -0
- package/dist/types/components/skeleton/Skeleton.vue.d.ts +24 -0
- package/dist/types/components/skeleton/Skeleton.vue.d.ts.map +1 -0
- package/dist/types/components/slider/Slider.vue.d.ts +34 -0
- package/dist/types/components/slider/Slider.vue.d.ts.map +1 -0
- package/dist/types/components/slider/SliderHandle.vue.d.ts +10 -0
- package/dist/types/components/slider/SliderHandle.vue.d.ts.map +1 -0
- package/dist/types/components/slider/SliderMarks.vue.d.ts +13 -0
- package/dist/types/components/slider/SliderMarks.vue.d.ts.map +1 -0
- package/dist/types/components/slider/composables/useSliderChrome.d.ts +16 -0
- package/dist/types/components/slider/composables/useSliderChrome.d.ts.map +1 -0
- package/dist/types/components/slider/slider.variants.d.ts +30 -0
- package/dist/types/components/slider/slider.variants.d.ts.map +1 -0
- package/dist/types/components/space/Space.vue.d.ts +9 -0
- package/dist/types/components/space/Space.vue.d.ts.map +1 -0
- package/dist/types/components/space/space.variants.d.ts +31 -0
- package/dist/types/components/space/space.variants.d.ts.map +1 -0
- package/dist/types/components/spinner/Spinner.vue.d.ts +11 -0
- package/dist/types/components/spinner/Spinner.vue.d.ts.map +1 -0
- package/dist/types/components/spinner/spinner.variants.d.ts +22 -0
- package/dist/types/components/spinner/spinner.variants.d.ts.map +1 -0
- package/dist/types/components/splitter/Splitter.vue.d.ts +21 -0
- package/dist/types/components/splitter/Splitter.vue.d.ts.map +1 -0
- package/dist/types/components/splitter/SplitterHandle.vue.d.ts +8 -0
- package/dist/types/components/splitter/SplitterHandle.vue.d.ts.map +1 -0
- package/dist/types/components/splitter/SplitterPanel.vue.d.ts +22 -0
- package/dist/types/components/splitter/SplitterPanel.vue.d.ts.map +1 -0
- package/dist/types/components/spoiler/Spoiler.vue.d.ts +29 -0
- package/dist/types/components/spoiler/Spoiler.vue.d.ts.map +1 -0
- package/dist/types/components/spoiler/SpoilerPainter.d.ts +35 -0
- package/dist/types/components/spoiler/SpoilerPainter.d.ts.map +1 -0
- package/dist/types/components/spoiler/composables/useReveal.d.ts +17 -0
- package/dist/types/components/spoiler/composables/useReveal.d.ts.map +1 -0
- package/dist/types/components/spoiler/composables/useSpoiler.d.ts +5 -0
- package/dist/types/components/spoiler/composables/useSpoiler.d.ts.map +1 -0
- package/dist/types/components/spoiler/utils/irisOrigin.d.ts +6 -0
- package/dist/types/components/spoiler/utils/irisOrigin.d.ts.map +1 -0
- package/dist/types/components/spoiler/worklet.d.ts +2 -0
- package/dist/types/components/spoiler/worklet.d.ts.map +1 -0
- package/dist/types/components/stack/Stack.vue.d.ts +24 -0
- package/dist/types/components/stack/Stack.vue.d.ts.map +1 -0
- package/dist/types/components/stack/stack.variants.d.ts +73 -0
- package/dist/types/components/stack/stack.variants.d.ts.map +1 -0
- package/dist/types/components/statistic/Statistic.vue.d.ts +37 -0
- package/dist/types/components/statistic/Statistic.vue.d.ts.map +1 -0
- package/dist/types/components/statistic/statistic.variants.d.ts +46 -0
- package/dist/types/components/statistic/statistic.variants.d.ts.map +1 -0
- package/dist/types/components/switch/Switch.vue.d.ts +30 -0
- package/dist/types/components/switch/Switch.vue.d.ts.map +1 -0
- package/dist/types/components/switch/switch.variants.d.ts +23 -0
- package/dist/types/components/switch/switch.variants.d.ts.map +1 -0
- package/dist/types/components/table/Table.vue.d.ts +26 -0
- package/dist/types/components/table/Table.vue.d.ts.map +1 -0
- package/dist/types/components/table/TableBody.vue.d.ts +17 -0
- package/dist/types/components/table/TableBody.vue.d.ts.map +1 -0
- package/dist/types/components/table/TableCell.vue.d.ts +22 -0
- package/dist/types/components/table/TableCell.vue.d.ts.map +1 -0
- package/dist/types/components/table/TableHead.vue.d.ts +24 -0
- package/dist/types/components/table/TableHead.vue.d.ts.map +1 -0
- package/dist/types/components/table/TableHeader.vue.d.ts +17 -0
- package/dist/types/components/table/TableHeader.vue.d.ts.map +1 -0
- package/dist/types/components/table/TableRow.vue.d.ts +17 -0
- package/dist/types/components/table/TableRow.vue.d.ts.map +1 -0
- package/dist/types/components/table/table.variants.d.ts +87 -0
- package/dist/types/components/table/table.variants.d.ts.map +1 -0
- package/dist/types/components/tabs/Tabs.vue.d.ts +33 -0
- package/dist/types/components/tabs/Tabs.vue.d.ts.map +1 -0
- package/dist/types/components/tabs/TabsContent.vue.d.ts +18 -0
- package/dist/types/components/tabs/TabsContent.vue.d.ts.map +1 -0
- package/dist/types/components/tabs/TabsList.vue.d.ts +18 -0
- package/dist/types/components/tabs/TabsList.vue.d.ts.map +1 -0
- package/dist/types/components/tabs/TabsTrigger.vue.d.ts +19 -0
- package/dist/types/components/tabs/TabsTrigger.vue.d.ts.map +1 -0
- package/dist/types/components/tabs/context.d.ts +10 -0
- package/dist/types/components/tabs/context.d.ts.map +1 -0
- package/dist/types/components/tabs/tabs.variants.d.ts +130 -0
- package/dist/types/components/tabs/tabs.variants.d.ts.map +1 -0
- package/dist/types/components/tag/Tag.vue.d.ts +25 -0
- package/dist/types/components/tag/Tag.vue.d.ts.map +1 -0
- package/dist/types/components/tag/tag.variants.d.ts +67 -0
- package/dist/types/components/tag/tag.variants.d.ts.map +1 -0
- package/dist/types/components/tags-input/TagsInput.vue.d.ts +38 -0
- package/dist/types/components/tags-input/TagsInput.vue.d.ts.map +1 -0
- package/dist/types/components/tags-input/TagsInputChip.vue.d.ts +14 -0
- package/dist/types/components/tags-input/TagsInputChip.vue.d.ts.map +1 -0
- package/dist/types/components/tags-input/tags-input.variants.d.ts +92 -0
- package/dist/types/components/tags-input/tags-input.variants.d.ts.map +1 -0
- package/dist/types/components/text/Text.vue.d.ts +25 -0
- package/dist/types/components/text/Text.vue.d.ts.map +1 -0
- package/dist/types/components/text/text.variants.d.ts +91 -0
- package/dist/types/components/text/text.variants.d.ts.map +1 -0
- package/dist/types/components/textarea/Textarea.vue.d.ts +28 -0
- package/dist/types/components/textarea/Textarea.vue.d.ts.map +1 -0
- package/dist/types/components/textarea/textarea.variants.d.ts +59 -0
- package/dist/types/components/textarea/textarea.variants.d.ts.map +1 -0
- package/dist/types/components/time/Time.vue.d.ts +11 -0
- package/dist/types/components/time/Time.vue.d.ts.map +1 -0
- package/dist/types/components/time/composables/useNow.d.ts +2 -0
- package/dist/types/components/time/composables/useNow.d.ts.map +1 -0
- package/dist/types/components/time/utils/relativeTime.d.ts +2 -0
- package/dist/types/components/time/utils/relativeTime.d.ts.map +1 -0
- package/dist/types/components/time-field/TimeField.vue.d.ts +51 -0
- package/dist/types/components/time-field/TimeField.vue.d.ts.map +1 -0
- package/dist/types/components/toast/Toaster.vue.d.ts +10 -0
- package/dist/types/components/toast/Toaster.vue.d.ts.map +1 -0
- package/dist/types/components/toast/composables/useToastExpand.d.ts +6 -0
- package/dist/types/components/toast/composables/useToastExpand.d.ts.map +1 -0
- package/dist/types/components/toast/composables/useToastLayout.d.ts +16 -0
- package/dist/types/components/toast/composables/useToastLayout.d.ts.map +1 -0
- package/dist/types/components/toast/store.d.ts +68 -0
- package/dist/types/components/toast/store.d.ts.map +1 -0
- package/dist/types/components/toggle/Toggle.vue.d.ts +42 -0
- package/dist/types/components/toggle/Toggle.vue.d.ts.map +1 -0
- package/dist/types/components/toggle/toggle.variants.d.ts +167 -0
- package/dist/types/components/toggle/toggle.variants.d.ts.map +1 -0
- package/dist/types/components/tooltip/Tooltip.vue.d.ts +31 -0
- package/dist/types/components/tooltip/Tooltip.vue.d.ts.map +1 -0
- package/dist/types/components/tooltip/TooltipProvider.vue.d.ts +21 -0
- package/dist/types/components/tooltip/TooltipProvider.vue.d.ts.map +1 -0
- package/dist/types/components/tree-select/TreeSelect.vue.d.ts +40 -0
- package/dist/types/components/tree-select/TreeSelect.vue.d.ts.map +1 -0
- package/dist/types/components/tree-select/tree-select.variants.d.ts +5 -0
- package/dist/types/components/tree-select/tree-select.variants.d.ts.map +1 -0
- package/dist/types/components/tree-select/types.d.ts +10 -0
- package/dist/types/components/tree-select/types.d.ts.map +1 -0
- package/dist/types/components/visually-hidden/VisuallyHidden.vue.d.ts +14 -0
- package/dist/types/components/visually-hidden/VisuallyHidden.vue.d.ts.map +1 -0
- package/dist/types/index.d.ts +223 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/lib/a11y.d.ts +3 -0
- package/dist/types/lib/a11y.d.ts.map +1 -0
- package/dist/types/lib/caret.d.ts +6 -0
- package/dist/types/lib/caret.d.ts.map +1 -0
- package/dist/types/lib/cn.d.ts +3 -0
- package/dist/types/lib/cn.d.ts.map +1 -0
- package/dist/types/lib/collapse.d.ts +14 -0
- package/dist/types/lib/collapse.d.ts.map +1 -0
- package/dist/types/lib/date.d.ts +28 -0
- package/dist/types/lib/date.d.ts.map +1 -0
- package/dist/types/lib/dev.d.ts +3 -0
- package/dist/types/lib/dev.d.ts.map +1 -0
- package/dist/types/lib/field-focus.d.ts +6 -0
- package/dist/types/lib/field-focus.d.ts.map +1 -0
- package/dist/types/lib/passthrough.d.ts +4 -0
- package/dist/types/lib/passthrough.d.ts.map +1 -0
- package/dist/types/lib/tv.d.ts +3 -0
- package/dist/types/lib/tv.d.ts.map +1 -0
- package/dist/types/lib/tw-merge.d.ts +16 -0
- package/dist/types/lib/tw-merge.d.ts.map +1 -0
- package/dist/types/locale/en-US.d.ts +3 -0
- package/dist/types/locale/en-US.d.ts.map +1 -0
- package/dist/types/locale/index.d.ts +8 -0
- package/dist/types/locale/index.d.ts.map +1 -0
- package/dist/types/locale/types.d.ts +154 -0
- package/dist/types/locale/types.d.ts.map +1 -0
- package/dist/types/locale/zh-CN.d.ts +3 -0
- package/dist/types/locale/zh-CN.d.ts.map +1 -0
- package/dist/types/motion.d.ts +53 -0
- package/dist/types/motion.d.ts.map +1 -0
- package/dist/types/singletons.d.ts +3 -0
- package/dist/types/singletons.d.ts.map +1 -0
- package/package.json +85 -0
- package/src/components/accordion/Accordion.vue +37 -0
- package/src/components/accordion/AccordionContent.vue +29 -0
- package/src/components/accordion/AccordionItem.vue +18 -0
- package/src/components/accordion/AccordionTrigger.vue +40 -0
- package/src/components/accordion/accordion.variants.ts +19 -0
- package/src/components/alert/Alert.vue +70 -0
- package/src/components/alert-dialog/AlertDialog.vue +117 -0
- package/src/components/anchor/Anchor.vue +76 -0
- package/src/components/anchor/composables/useScrollSpy.ts +69 -0
- package/src/components/app-shell/AppShell.vue +102 -0
- package/src/components/app-shell/composables/useDesktopQuery.ts +20 -0
- package/src/components/aspect-ratio/AspectRatio.vue +29 -0
- package/src/components/avatar/Avatar.vue +57 -0
- package/src/components/avatar/AvatarGroup.vue +40 -0
- package/src/components/avatar/avatar-group.variants.ts +15 -0
- package/src/components/avatar/avatar.variants.ts +18 -0
- package/src/components/avatar/context.ts +16 -0
- package/src/components/badge/Badge.vue +67 -0
- package/src/components/badge/badge.variants.ts +54 -0
- package/src/components/banner/Banner.vue +179 -0
- package/src/components/banner/banner.variants.ts +52 -0
- package/src/components/banner/composables/useAutoplay.ts +31 -0
- package/src/components/banner/icons.ts +7 -0
- package/src/components/banner/types.ts +9 -0
- package/src/components/banner/utils/direction.ts +10 -0
- package/src/components/blockquote/Blockquote.vue +14 -0
- package/src/components/breadcrumb/Breadcrumb.vue +21 -0
- package/src/components/breadcrumb/BreadcrumbItem.vue +38 -0
- package/src/components/breadcrumb/BreadcrumbSeparator.vue +16 -0
- package/src/components/button/Button.vue +132 -0
- package/src/components/button/IconSlot.vue +36 -0
- package/src/components/button/button.variants.ts +113 -0
- package/src/components/button-group/ButtonGroup.vue +37 -0
- package/src/components/button-group/button-group.variants.ts +51 -0
- package/src/components/calendar/Calendar.vue +159 -0
- package/src/components/calendar/CalendarHeader.vue +51 -0
- package/src/components/calendar/CalendarLevels.vue +174 -0
- package/src/components/calendar/calendar.variants.ts +83 -0
- package/src/components/calendar/composables/useCalendarLevels.ts +52 -0
- package/src/components/calendar/utils/format.ts +23 -0
- package/src/components/callout/Callout.vue +34 -0
- package/src/components/callout/callout.variants.ts +33 -0
- package/src/components/callout/icons.ts +10 -0
- package/src/components/card/Card.vue +27 -0
- package/src/components/card/card.variants.ts +16 -0
- package/src/components/center/Center.vue +23 -0
- package/src/components/checkbox/Checkbox.vue +83 -0
- package/src/components/checkbox/checkbox.variants.ts +70 -0
- package/src/components/checkbox-group/CheckboxGroup.vue +58 -0
- package/src/components/checkbox-group/checkbox-group.variants.ts +16 -0
- package/src/components/chip/Chip.vue +107 -0
- package/src/components/chip/IconSlot.vue +46 -0
- package/src/components/chip/chip.variants.ts +67 -0
- package/src/components/chip/composables/useChipRoot.ts +20 -0
- package/src/components/close-button/CloseButton.vue +41 -0
- package/src/components/code/Code.vue +11 -0
- package/src/components/code-block/CodeBlock.vue +63 -0
- package/src/components/code-block/highlighter.ts +98 -0
- package/src/components/collapsible/Collapsible.vue +25 -0
- package/src/components/collapsible/CollapsibleContent.vue +31 -0
- package/src/components/collapsible/CollapsibleTrigger.vue +37 -0
- package/src/components/combobox/Combobox.vue +145 -0
- package/src/components/combobox/ComboboxList.vue +98 -0
- package/src/components/combobox/combobox.variants.ts +12 -0
- package/src/components/command-palette/CommandPalette.vue +97 -0
- package/src/components/command-palette/CommandPaletteItem.vue +49 -0
- package/src/components/command-palette/CommandPalettePanel.vue +95 -0
- package/src/components/command-palette/command-palette.variants.ts +45 -0
- package/src/components/command-palette/composables/useHotkey.ts +17 -0
- package/src/components/command-palette/types.ts +23 -0
- package/src/components/command-palette/utils/hotkey.ts +27 -0
- package/src/components/command-palette/utils/match.ts +76 -0
- package/src/components/container/Container.vue +21 -0
- package/src/components/container/container.variants.ts +18 -0
- package/src/components/context-menu/ContextMenu.vue +43 -0
- package/src/components/context-menu/ContextMenuCheckboxItem.vue +35 -0
- package/src/components/context-menu/ContextMenuGroup.vue +14 -0
- package/src/components/context-menu/ContextMenuItem.vue +30 -0
- package/src/components/context-menu/ContextMenuLabel.vue +14 -0
- package/src/components/context-menu/ContextMenuRadioGroup.vue +13 -0
- package/src/components/context-menu/ContextMenuRadioItem.vue +32 -0
- package/src/components/context-menu/ContextMenuSeparator.vue +12 -0
- package/src/components/context-menu/ContextMenuSub.vue +54 -0
- package/src/components/copy-button/CopyButton.vue +61 -0
- package/src/components/copy-button/composables/useCopy.ts +31 -0
- package/src/components/date-field/DateField.vue +155 -0
- package/src/components/date-field/composables/useSegmentFocus.ts +22 -0
- package/src/components/date-field/date-field.variants.ts +33 -0
- package/src/components/date-picker/DatePicker.vue +135 -0
- package/src/components/date-picker/date-picker.variants.ts +5 -0
- package/src/components/date-range-field/DateRangeField.vue +171 -0
- package/src/components/date-range-field/date-range-field.variants.ts +5 -0
- package/src/components/date-range-field/utils/validity.ts +21 -0
- package/src/components/date-range-picker/DateRangePicker.vue +138 -0
- package/src/components/date-time-picker/DateTimePicker.vue +174 -0
- package/src/components/date-time-picker/date-time-picker.variants.ts +5 -0
- package/src/components/description-list/DescriptionDetails.vue +13 -0
- package/src/components/description-list/DescriptionList.vue +13 -0
- package/src/components/description-list/DescriptionTerm.vue +13 -0
- package/src/components/dialog/Dialog.vue +103 -0
- package/src/components/dialog/dialog.variants.ts +32 -0
- package/src/components/disclosure-icon/DisclosureIcon.vue +36 -0
- package/src/components/disclosure-icon/disclosure-icon.variants.ts +25 -0
- package/src/components/divider/Divider.vue +43 -0
- package/src/components/drawer/Drawer.vue +95 -0
- package/src/components/drawer/drawer.variants.ts +19 -0
- package/src/components/dropdown-menu/DropdownMenu.vue +67 -0
- package/src/components/dropdown-menu/DropdownMenuCheckboxItem.vue +35 -0
- package/src/components/dropdown-menu/DropdownMenuGroup.vue +14 -0
- package/src/components/dropdown-menu/DropdownMenuItem.vue +30 -0
- package/src/components/dropdown-menu/DropdownMenuLabel.vue +14 -0
- package/src/components/dropdown-menu/DropdownMenuRadioGroup.vue +13 -0
- package/src/components/dropdown-menu/DropdownMenuRadioItem.vue +32 -0
- package/src/components/dropdown-menu/DropdownMenuSeparator.vue +12 -0
- package/src/components/dropdown-menu/DropdownMenuSub.vue +54 -0
- package/src/components/dropdown-menu/dropdown-menu.variants.ts +19 -0
- package/src/components/empty/Empty.vue +50 -0
- package/src/components/empty/empty.variants.ts +67 -0
- package/src/components/file-upload/FileUpload.vue +186 -0
- package/src/components/file-upload/composables/useFileDrop.ts +42 -0
- package/src/components/file-upload/composables/useObjectUrls.ts +33 -0
- package/src/components/file-upload/file-upload.variants.ts +31 -0
- package/src/components/file-upload/utils/select.ts +58 -0
- package/src/components/file-upload/utils/size.ts +16 -0
- package/src/components/flex/Flex.vue +28 -0
- package/src/components/flex/flex.variants.ts +49 -0
- package/src/components/form/Form.vue +70 -0
- package/src/components/form/composables/useForm.ts +108 -0
- package/src/components/form/context.ts +18 -0
- package/src/components/form/form.variants.ts +5 -0
- package/src/components/form/standard-schema.ts +26 -0
- package/src/components/form/utils/errors.ts +48 -0
- package/src/components/form/utils/focus.ts +10 -0
- package/src/components/form/utils/values.ts +23 -0
- package/src/components/form-field/FormField.vue +103 -0
- package/src/components/form-field/context.ts +62 -0
- package/src/components/form-field/form-field.variants.ts +26 -0
- package/src/components/form-layout/FormLayout.vue +59 -0
- package/src/components/form-layout/form-layout.variants.ts +33 -0
- package/src/components/grid/Grid.vue +22 -0
- package/src/components/grid/grid.variants.ts +35 -0
- package/src/components/heading/Heading.vue +49 -0
- package/src/components/heading/heading.variants.ts +30 -0
- package/src/components/highlight/Highlight.vue +31 -0
- package/src/components/hover-card/HoverCard.vue +53 -0
- package/src/components/icon-button/IconButton.vue +60 -0
- package/src/components/image/Image.vue +138 -0
- package/src/components/image/ImageGroup.vue +43 -0
- package/src/components/image/composables/useImage.ts +153 -0
- package/src/components/image/context.ts +18 -0
- package/src/components/image/image.variants.ts +17 -0
- package/src/components/image/resolver.ts +15 -0
- package/src/components/indicator/Indicator.vue +37 -0
- package/src/components/indicator/indicator.variants.ts +26 -0
- package/src/components/inline/Inline.vue +24 -0
- package/src/components/inline/inline.variants.ts +41 -0
- package/src/components/input/Input.vue +43 -0
- package/src/components/input/InputAction.vue +26 -0
- package/src/components/input/InputBase.vue +129 -0
- package/src/components/input/input.variants.ts +68 -0
- package/src/components/input-group/InputGroup.vue +35 -0
- package/src/components/input-group/InputGroupAddon.vue +14 -0
- package/src/components/input-group/InputGroupScope.vue +23 -0
- package/src/components/input-group/context.ts +18 -0
- package/src/components/input-group/input-group.variants.ts +13 -0
- package/src/components/kbd/Kbd.vue +11 -0
- package/src/components/lightbox/Lightbox.vue +249 -0
- package/src/components/lightbox/LightboxChrome.vue +113 -0
- package/src/components/lightbox/LightboxStrip.vue +91 -0
- package/src/components/lightbox/LightboxThumbs.vue +73 -0
- package/src/components/lightbox/LightboxToolbar.vue +73 -0
- package/src/components/lightbox/composables/useLightboxFrames.ts +38 -0
- package/src/components/lightbox/composables/useLightboxGesture.ts +204 -0
- package/src/components/lightbox/composables/useLightboxHint.ts +37 -0
- package/src/components/lightbox/composables/useLightboxLarge.ts +62 -0
- package/src/components/lightbox/composables/useLightboxMotion.ts +146 -0
- package/src/components/lightbox/composables/useLightboxPaging.ts +96 -0
- package/src/components/lightbox/composables/useLightboxPhase.ts +59 -0
- package/src/components/lightbox/composables/useLightboxPose.ts +35 -0
- package/src/components/lightbox/composables/useLightboxRotation.ts +48 -0
- package/src/components/lightbox/composables/useLightboxSlides.ts +31 -0
- package/src/components/lightbox/composables/useLightboxZoom.ts +148 -0
- package/src/components/lightbox/types.ts +10 -0
- package/src/components/lightbox/utils/download.ts +29 -0
- package/src/components/lightbox/utils/gesture.ts +54 -0
- package/src/components/lightbox/utils/paging.ts +33 -0
- package/src/components/lightbox/utils/pose.ts +125 -0
- package/src/components/lightbox/utils/zoom.ts +113 -0
- package/src/components/link/Link.vue +29 -0
- package/src/components/link/link.variants.ts +14 -0
- package/src/components/list/List.vue +13 -0
- package/src/components/list/ListItem.vue +13 -0
- package/src/components/listbox/Listbox.vue +103 -0
- package/src/components/listbox/listbox.variants.ts +23 -0
- package/src/components/loading-overlay/LoadingOverlay.vue +54 -0
- package/src/components/loading-overlay/composables/useDelayedVisible.ts +51 -0
- package/src/components/loading-overlay/loading-overlay.variants.ts +25 -0
- package/src/components/mark/Mark.vue +11 -0
- package/src/components/menubar/Menubar.vue +29 -0
- package/src/components/menubar/MenubarCheckboxItem.vue +35 -0
- package/src/components/menubar/MenubarGroup.vue +14 -0
- package/src/components/menubar/MenubarItem.vue +30 -0
- package/src/components/menubar/MenubarLabel.vue +14 -0
- package/src/components/menubar/MenubarMenu.vue +43 -0
- package/src/components/menubar/MenubarRadioGroup.vue +13 -0
- package/src/components/menubar/MenubarRadioItem.vue +32 -0
- package/src/components/menubar/MenubarSeparator.vue +12 -0
- package/src/components/menubar/MenubarSub.vue +42 -0
- package/src/components/menubar/menubar.variants.ts +17 -0
- package/src/components/meter-group/MeterGroup.vue +102 -0
- package/src/components/meter-group/meter-group.variants.ts +38 -0
- package/src/components/meter-group/types.ts +9 -0
- package/src/components/meter-group/utils/tones.ts +14 -0
- package/src/components/multi-combobox/MultiCombobox.vue +207 -0
- package/src/components/multi-combobox/multi-combobox.variants.ts +14 -0
- package/src/components/multi-select/MultiSelect.vue +187 -0
- package/src/components/multi-select/multi-select.variants.ts +13 -0
- package/src/components/nav-link/NavLink.vue +50 -0
- package/src/components/nav-link/nav-link.variants.ts +30 -0
- package/src/components/number-format/NumberFormat.vue +50 -0
- package/src/components/number-input/NumberInput.vue +109 -0
- package/src/components/number-input/number-input.variants.ts +28 -0
- package/src/components/page/Page.vue +23 -0
- package/src/components/page/PageAside.vue +28 -0
- package/src/components/page/PageBody.vue +13 -0
- package/src/components/page/PageHeader.vue +35 -0
- package/src/components/panel/Panel.vue +59 -0
- package/src/components/panel/panel.variants.ts +29 -0
- package/src/components/password-input/PasswordInput.vue +56 -0
- package/src/components/pin-input/PinInput.vue +75 -0
- package/src/components/pin-input/pin-input.variants.ts +31 -0
- package/src/components/popconfirm/Popconfirm.vue +112 -0
- package/src/components/popover/Popover.vue +52 -0
- package/src/components/prev-next/PrevNext.vue +22 -0
- package/src/components/prev-next/PrevNextLink.vue +44 -0
- package/src/components/prev-next/prev-next.variants.ts +28 -0
- package/src/components/progress/Progress.vue +59 -0
- package/src/components/progress/composables/useProgressValue.ts +40 -0
- package/src/components/progress/progress.variants.ts +46 -0
- package/src/components/prose/Prose.vue +14 -0
- package/src/components/radio-group/RadioGroup.vue +86 -0
- package/src/components/radio-group/radio-group.variants.ts +5 -0
- package/src/components/range-calendar/RangeCalendar.vue +184 -0
- package/src/components/range-calendar/composables/useRangeAnchor.ts +16 -0
- package/src/components/range-calendar/range-calendar.variants.ts +24 -0
- package/src/components/range-calendar/utils/limit.ts +11 -0
- package/src/components/range-slider/RangeSlider.vue +128 -0
- package/src/components/rating/Rating.vue +97 -0
- package/src/components/rating/rating.variants.ts +46 -0
- package/src/components/rating/utils/fill.ts +4 -0
- package/src/components/result/Result.vue +51 -0
- package/src/components/result/result.variants.ts +24 -0
- package/src/components/ring-progress/RingProgress.vue +76 -0
- package/src/components/ring-progress/ring-progress.variants.ts +55 -0
- package/src/components/ripple/LICENSE +9 -0
- package/src/components/ripple/Ripple.vue +19 -0
- package/src/components/ripple/useRipple.ts +211 -0
- package/src/components/scroll-area/ScrollArea.vue +128 -0
- package/src/components/scroll-area/composables/useEdgeShadow.ts +32 -0
- package/src/components/scroll-area/composables/useLayerLock.ts +39 -0
- package/src/components/scroll-area/composables/useOverlayScrollbars.ts +109 -0
- package/src/components/scroll-area/composables/useWheelRedirect.ts +30 -0
- package/src/components/scroll-area/scroll-restore.ts +153 -0
- package/src/components/search-input/SearchInput.vue +57 -0
- package/src/components/section/Section.vue +19 -0
- package/src/components/segmented-control/SegmentedControl.vue +79 -0
- package/src/components/segmented-control/segmented-control.variants.ts +46 -0
- package/src/components/select/Select.vue +102 -0
- package/src/components/select/SelectList.vue +108 -0
- package/src/components/select/select.variants.ts +42 -0
- package/src/components/select/types.ts +21 -0
- package/src/components/sheet/Sheet.vue +118 -0
- package/src/components/sheet/composables/useDragToDismiss.ts +64 -0
- package/src/components/sheet/sheet.variants.ts +19 -0
- package/src/components/sidebar/DrawerScope.ts +15 -0
- package/src/components/sidebar/Sidebar.vue +67 -0
- package/src/components/sidebar/SidebarGroup.vue +68 -0
- package/src/components/sidebar/SidebarTrigger.vue +27 -0
- package/src/components/sidebar/context.ts +20 -0
- package/src/components/simple-grid/SimpleGrid.vue +27 -0
- package/src/components/simple-grid/simple-grid.variants.ts +25 -0
- package/src/components/skeleton/Skeleton.vue +28 -0
- package/src/components/slider/Slider.vue +110 -0
- package/src/components/slider/SliderHandle.vue +27 -0
- package/src/components/slider/SliderMarks.vue +40 -0
- package/src/components/slider/composables/useSliderChrome.ts +44 -0
- package/src/components/slider/slider.variants.ts +64 -0
- package/src/components/space/Space.vue +15 -0
- package/src/components/space/space.variants.ts +18 -0
- package/src/components/spinner/Spinner.vue +25 -0
- package/src/components/spinner/spinner.variants.ts +15 -0
- package/src/components/splitter/Splitter.vue +23 -0
- package/src/components/splitter/SplitterHandle.vue +31 -0
- package/src/components/splitter/SplitterPanel.vue +28 -0
- package/src/components/spoiler/LICENSE +19 -0
- package/src/components/spoiler/Spoiler.vue +45 -0
- package/src/components/spoiler/SpoilerPainter.ts +197 -0
- package/src/components/spoiler/composables/useReveal.ts +53 -0
- package/src/components/spoiler/composables/useSpoiler.ts +68 -0
- package/src/components/spoiler/utils/irisOrigin.ts +40 -0
- package/src/components/spoiler/worklet.ts +199 -0
- package/src/components/stack/Stack.vue +23 -0
- package/src/components/stack/stack.variants.ts +34 -0
- package/src/components/statistic/Statistic.vue +92 -0
- package/src/components/statistic/statistic.variants.ts +51 -0
- package/src/components/switch/Switch.vue +66 -0
- package/src/components/switch/switch.variants.ts +34 -0
- package/src/components/table/Table.vue +41 -0
- package/src/components/table/TableBody.vue +13 -0
- package/src/components/table/TableCell.vue +21 -0
- package/src/components/table/TableHead.vue +25 -0
- package/src/components/table/TableHeader.vue +13 -0
- package/src/components/table/TableRow.vue +13 -0
- package/src/components/table/table.variants.ts +56 -0
- package/src/components/tabs/Tabs.vue +41 -0
- package/src/components/tabs/TabsContent.vue +17 -0
- package/src/components/tabs/TabsList.vue +28 -0
- package/src/components/tabs/TabsTrigger.vue +33 -0
- package/src/components/tabs/context.ts +24 -0
- package/src/components/tabs/tabs.variants.ts +95 -0
- package/src/components/tag/Tag.vue +40 -0
- package/src/components/tag/tag.variants.ts +57 -0
- package/src/components/tags-input/TagsInput.vue +132 -0
- package/src/components/tags-input/TagsInputChip.vue +29 -0
- package/src/components/tags-input/tags-input.variants.ts +47 -0
- package/src/components/text/Text.vue +40 -0
- package/src/components/text/text.variants.ts +41 -0
- package/src/components/textarea/Textarea.vue +111 -0
- package/src/components/textarea/textarea.variants.ts +47 -0
- package/src/components/time/Time.vue +64 -0
- package/src/components/time/composables/useNow.ts +27 -0
- package/src/components/time/utils/relativeTime.ts +20 -0
- package/src/components/time-field/TimeField.vue +162 -0
- package/src/components/toast/Toaster.vue +173 -0
- package/src/components/toast/composables/useToastExpand.ts +27 -0
- package/src/components/toast/composables/useToastLayout.ts +84 -0
- package/src/components/toast/store.ts +234 -0
- package/src/components/toggle/Toggle.vue +102 -0
- package/src/components/toggle/toggle.variants.ts +10 -0
- package/src/components/tooltip/Tooltip.vue +46 -0
- package/src/components/tooltip/TooltipProvider.vue +22 -0
- package/src/components/tree-select/TreeSelect.vue +178 -0
- package/src/components/tree-select/tree-select.variants.ts +27 -0
- package/src/components/tree-select/types.ts +34 -0
- package/src/components/visually-hidden/VisuallyHidden.vue +11 -0
- package/src/index.ts +252 -0
- package/src/lib/a11y.ts +20 -0
- package/src/lib/caret.ts +52 -0
- package/src/lib/cn.ts +9 -0
- package/src/lib/collapse.ts +45 -0
- package/src/lib/date.ts +111 -0
- package/src/lib/dev.ts +13 -0
- package/src/lib/field-focus.ts +40 -0
- package/src/lib/passthrough.ts +9 -0
- package/src/lib/tv.ts +6 -0
- package/src/lib/tw-merge.ts +25 -0
- package/src/locale/en-US.ts +152 -0
- package/src/locale/index.ts +67 -0
- package/src/locale/types.ts +154 -0
- package/src/locale/zh-CN.ts +152 -0
- package/src/motion.ts +41 -0
- package/src/singletons.ts +3 -0
- package/src/styles/base.css +22 -0
- package/src/styles/density.css +32 -0
- package/src/styles/interaction.css +294 -0
- package/src/styles/mappings.css +104 -0
- package/src/styles/motion.css +606 -0
- package/src/styles/palette.css +36 -0
- package/src/styles/scroll.css +45 -0
- package/src/styles/semantic.css +225 -0
- package/src/styles/spoiler.css +65 -0
- package/src/styles/tokens.css +14 -0
- package/src/styles/typography.css +259 -0
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import type { DateRangeValue } from '../../lib/date';
|
|
2
|
+
import { type InputVariants } from '../input/input.variants';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
placeholder?: string;
|
|
5
|
+
min?: string;
|
|
6
|
+
max?: string;
|
|
7
|
+
maximumDays?: number;
|
|
8
|
+
unavailable?: (date: string) => boolean;
|
|
9
|
+
weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
10
|
+
weekdayFormat?: 'narrow' | 'short';
|
|
11
|
+
fixedWeeks?: boolean;
|
|
12
|
+
clearable?: boolean;
|
|
13
|
+
readonly?: boolean;
|
|
14
|
+
name?: string;
|
|
15
|
+
variant?: InputVariants['variant'];
|
|
16
|
+
size?: InputVariants['size'];
|
|
17
|
+
disabled?: boolean;
|
|
18
|
+
invalid?: boolean;
|
|
19
|
+
class?: string;
|
|
20
|
+
};
|
|
21
|
+
type __VLS_ModelProps = {
|
|
22
|
+
modelValue?: DateRangeValue | null;
|
|
23
|
+
'open'?: boolean;
|
|
24
|
+
};
|
|
25
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
26
|
+
declare var __VLS_30: {};
|
|
27
|
+
type __VLS_Slots = {} & {
|
|
28
|
+
leading?: (props: typeof __VLS_30) => any;
|
|
29
|
+
};
|
|
30
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
31
|
+
clear: () => any;
|
|
32
|
+
"update:open": (value: boolean) => any;
|
|
33
|
+
"update:modelValue": (value: DateRangeValue | null) => any;
|
|
34
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
35
|
+
onClear?: (() => any) | undefined;
|
|
36
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
37
|
+
"onUpdate:modelValue"?: ((value: DateRangeValue | null) => any) | undefined;
|
|
38
|
+
}>, {
|
|
39
|
+
clearable: boolean;
|
|
40
|
+
fixedWeeks: boolean;
|
|
41
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
42
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
43
|
+
declare const _default: typeof __VLS_export;
|
|
44
|
+
export default _default;
|
|
45
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
46
|
+
new (): {
|
|
47
|
+
$slots: S;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
//# sourceMappingURL=DateRangePicker.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DateRangePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/date-range-picker/DateRangePicker.vue"],"names":[],"mappings":"AAuJE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAA;AAUpD,OAAO,EAA4B,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAA;AAKtF,KAAK,WAAW,GAAG;IACf,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAA;IACvC,YAAY,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAA;IACxC,aAAa,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAA;IAClC,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,aAAa,CAAC,SAAS,CAAC,CAAA;IAClC,IAAI,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAA;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;AAiCN,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,cAAc,GAAG,IAAI,CAAC;IACnC,MAAM,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC;AAOF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AA0RxD,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAOhD,QAAA,MAAM,UAAU;;;;;;;;;eAtVE,OAAO;gBADN,OAAO;6EA2VxB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { type TimeGranularity } from '../../lib/date';
|
|
2
|
+
import { type InputVariants } from '../input/input.variants';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
placeholder?: string;
|
|
5
|
+
min?: string;
|
|
6
|
+
max?: string;
|
|
7
|
+
granularity?: Exclude<TimeGranularity, 'hour'>;
|
|
8
|
+
hourCycle?: 12 | 24;
|
|
9
|
+
minuteStep?: number;
|
|
10
|
+
unavailable?: (date: string) => boolean;
|
|
11
|
+
weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
12
|
+
weekdayFormat?: 'narrow' | 'short';
|
|
13
|
+
fixedWeeks?: boolean;
|
|
14
|
+
clearable?: boolean;
|
|
15
|
+
readonly?: boolean;
|
|
16
|
+
name?: string;
|
|
17
|
+
variant?: InputVariants['variant'];
|
|
18
|
+
size?: InputVariants['size'];
|
|
19
|
+
disabled?: boolean;
|
|
20
|
+
invalid?: boolean;
|
|
21
|
+
class?: string;
|
|
22
|
+
};
|
|
23
|
+
type __VLS_ModelProps = {
|
|
24
|
+
modelValue?: string | null;
|
|
25
|
+
'open'?: boolean;
|
|
26
|
+
};
|
|
27
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
28
|
+
declare var __VLS_30: {};
|
|
29
|
+
type __VLS_Slots = {} & {
|
|
30
|
+
leading?: (props: typeof __VLS_30) => any;
|
|
31
|
+
};
|
|
32
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
33
|
+
clear: () => any;
|
|
34
|
+
"update:open": (value: boolean) => any;
|
|
35
|
+
"update:modelValue": (value: string | null) => any;
|
|
36
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
37
|
+
onClear?: (() => any) | undefined;
|
|
38
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
39
|
+
"onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
|
|
40
|
+
}>, {
|
|
41
|
+
clearable: boolean;
|
|
42
|
+
fixedWeeks: boolean;
|
|
43
|
+
granularity: Exclude<TimeGranularity, "hour">;
|
|
44
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
45
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
46
|
+
declare const _default: typeof __VLS_export;
|
|
47
|
+
export default _default;
|
|
48
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
49
|
+
new (): {
|
|
50
|
+
$slots: S;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
//# sourceMappingURL=DateTimePicker.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DateTimePicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/date-time-picker/DateTimePicker.vue"],"names":[],"mappings":"AA2LE,OAAO,EAA+B,KAAK,eAAe,EAAE,MAAM,gBAAgB,CAAA;AAYlF,OAAO,EAA4B,KAAK,aAAa,EAAE,MAAM,yBAAyB,CAAA;AAMtF,KAAK,WAAW,GAAG;IACf,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,WAAW,CAAC,EAAE,OAAO,CAAC,eAAe,EAAE,MAAM,CAAC,CAAA;IAC9C,SAAS,CAAC,EAAE,EAAE,GAAG,EAAE,CAAA;IACnB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAA;IACvC,YAAY,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAA;IACxC,aAAa,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAA;IAClC,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,aAAa,CAAC,SAAS,CAAC,CAAA;IAClC,IAAI,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAA;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;AAiDN,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,MAAM,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC;AAOF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AA2VxD,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAOhD,QAAA,MAAM,UAAU;;;;;;;;;eAvaE,OAAO;gBADN,OAAO;iBANN,OAAO,CAAC,eAAe,EAAE,MAAM,CAAC;6EAkblD,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const dateTimePickerFooter: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, "mt-2 flex items-center justify-between gap-2", {} | {}, undefined, import("tailwind-variants").TVReturnTypeLike<unknown, undefined>>;
|
|
2
|
+
//# sourceMappingURL=date-time-picker.variants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-time-picker.variants.d.ts","sourceRoot":"","sources":["../../../../src/components/date-time-picker/date-time-picker.variants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,yMAE/B,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
class?: string;
|
|
3
|
+
};
|
|
4
|
+
declare var __VLS_1: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_1) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=DescriptionDetails.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescriptionDetails.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/description-list/DescriptionDetails.vue"],"names":[],"mappings":"AAoBE,KAAK,WAAW,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AA0BxC,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
class?: string;
|
|
3
|
+
};
|
|
4
|
+
declare var __VLS_1: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_1) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=DescriptionList.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescriptionList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/description-list/DescriptionList.vue"],"names":[],"mappings":"AAoBE,KAAK,WAAW,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AA0BxC,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
class?: string;
|
|
3
|
+
};
|
|
4
|
+
declare var __VLS_1: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_1) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=DescriptionTerm.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescriptionTerm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/description-list/DescriptionTerm.vue"],"names":[],"mappings":"AAoBE,KAAK,WAAW,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AA0BxC,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
title: string;
|
|
3
|
+
description?: string;
|
|
4
|
+
size?: 'sm' | 'md' | 'lg';
|
|
5
|
+
placement?: 'center' | 'bottom';
|
|
6
|
+
locked?: boolean;
|
|
7
|
+
class?: string;
|
|
8
|
+
};
|
|
9
|
+
declare function close(): void;
|
|
10
|
+
type __VLS_ModelProps = {
|
|
11
|
+
'open'?: boolean;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
14
|
+
declare var __VLS_14: {}, __VLS_83: {
|
|
15
|
+
close: typeof close;
|
|
16
|
+
}, __VLS_85: {
|
|
17
|
+
close: typeof close;
|
|
18
|
+
};
|
|
19
|
+
type __VLS_Slots = {} & {
|
|
20
|
+
default?: (props: typeof __VLS_14) => any;
|
|
21
|
+
} & {
|
|
22
|
+
content?: (props: typeof __VLS_83) => any;
|
|
23
|
+
} & {
|
|
24
|
+
footer?: (props: typeof __VLS_85) => any;
|
|
25
|
+
};
|
|
26
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
27
|
+
"update:open": (value: boolean | undefined) => any;
|
|
28
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
29
|
+
"onUpdate:open"?: ((value: boolean | undefined) => any) | undefined;
|
|
30
|
+
}>, {
|
|
31
|
+
size: "sm" | "md" | "lg";
|
|
32
|
+
locked: boolean;
|
|
33
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
34
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
35
|
+
declare const _default: typeof __VLS_export;
|
|
36
|
+
export default _default;
|
|
37
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
38
|
+
new (): {
|
|
39
|
+
$slots: S;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
//# sourceMappingURL=Dialog.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Dialog.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/dialog/Dialog.vue"],"names":[],"mappings":"AA+HE,KAAK,WAAW,GAAG;IACf,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACzB,SAAS,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAA;IAC/B,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;AAaJ,iBAAS,KAAK,SAEb;AAGH,KAAK,gBAAgB,GAAG;IACxB,MAAM,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC;AAMF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAiSxD,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ;;CAAW,EAAE,QAAQ;;CAAY,CAAE;AACpE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;;UAxUH,IAAI,GAAG,IAAI,GAAG,IAAI;YAEhB,OAAO;6EA0UpB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { type VariantProps } from '../../lib/tv';
|
|
2
|
+
export declare const dialogWrapper: import("tailwind-variants").TVReturnType<{
|
|
3
|
+
placement: {
|
|
4
|
+
center: "place-items-center p-4";
|
|
5
|
+
bottom: "items-end justify-items-center p-4";
|
|
6
|
+
auto: "place-items-center p-4 max-sm:items-end max-sm:justify-items-stretch";
|
|
7
|
+
};
|
|
8
|
+
}, undefined, "", {
|
|
9
|
+
placement: {
|
|
10
|
+
center: "place-items-center p-4";
|
|
11
|
+
bottom: "items-end justify-items-center p-4";
|
|
12
|
+
auto: "place-items-center p-4 max-sm:items-end max-sm:justify-items-stretch";
|
|
13
|
+
};
|
|
14
|
+
}, undefined, import("tailwind-variants").TVReturnTypeLike<{
|
|
15
|
+
placement: {
|
|
16
|
+
center: "place-items-center p-4";
|
|
17
|
+
bottom: "items-end justify-items-center p-4";
|
|
18
|
+
auto: "place-items-center p-4 max-sm:items-end max-sm:justify-items-stretch";
|
|
19
|
+
};
|
|
20
|
+
}, undefined>>;
|
|
21
|
+
export declare const dialogCard: import("tailwind-variants").TVReturnType<{
|
|
22
|
+
placement: {
|
|
23
|
+
center: "hn-anim-modal";
|
|
24
|
+
bottom: "hn-anim-sheet-bottom";
|
|
25
|
+
auto: "hn-anim-modal max-sm:hn-anim-sheet-bottom max-sm:max-w-none";
|
|
26
|
+
};
|
|
27
|
+
size: {
|
|
28
|
+
sm: "max-w-sm";
|
|
29
|
+
md: "max-w-md";
|
|
30
|
+
lg: "max-w-xl";
|
|
31
|
+
};
|
|
32
|
+
}, undefined, "", {
|
|
33
|
+
placement: {
|
|
34
|
+
center: "hn-anim-modal";
|
|
35
|
+
bottom: "hn-anim-sheet-bottom";
|
|
36
|
+
auto: "hn-anim-modal max-sm:hn-anim-sheet-bottom max-sm:max-w-none";
|
|
37
|
+
};
|
|
38
|
+
size: {
|
|
39
|
+
sm: "max-w-sm";
|
|
40
|
+
md: "max-w-md";
|
|
41
|
+
lg: "max-w-xl";
|
|
42
|
+
};
|
|
43
|
+
}, undefined, import("tailwind-variants").TVReturnTypeLike<{
|
|
44
|
+
placement: {
|
|
45
|
+
center: "hn-anim-modal";
|
|
46
|
+
bottom: "hn-anim-sheet-bottom";
|
|
47
|
+
auto: "hn-anim-modal max-sm:hn-anim-sheet-bottom max-sm:max-w-none";
|
|
48
|
+
};
|
|
49
|
+
size: {
|
|
50
|
+
sm: "max-w-sm";
|
|
51
|
+
md: "max-w-md";
|
|
52
|
+
lg: "max-w-xl";
|
|
53
|
+
};
|
|
54
|
+
}, undefined>>;
|
|
55
|
+
export type DialogVariants = VariantProps<typeof dialogCard>;
|
|
56
|
+
//# sourceMappingURL=dialog.variants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dialog.variants.d.ts","sourceRoot":"","sources":["../../../../src/components/dialog/dialog.variants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,cAAc,CAAA;AAEpD,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;cAUxB,CAAA;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAerB,CAAA;AAEF,MAAM,MAAM,cAAc,GAAG,YAAY,CAAC,OAAO,UAAU,CAAC,CAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { type DisclosureIconVariants } from './disclosure-icon.variants';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
direction?: DisclosureIconVariants['direction'];
|
|
4
|
+
open?: boolean;
|
|
5
|
+
class?: string;
|
|
6
|
+
};
|
|
7
|
+
declare var __VLS_1: {};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
default?: (props: typeof __VLS_1) => any;
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
12
|
+
open: boolean;
|
|
13
|
+
direction: "end" | "down";
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
16
|
+
declare const _default: typeof __VLS_export;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
19
|
+
new (): {
|
|
20
|
+
$slots: S;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=DisclosureIcon.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DisclosureIcon.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/disclosure-icon/DisclosureIcon.vue"],"names":[],"mappings":"AA0CE,OAAO,EAAkB,KAAK,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAIxF,KAAK,WAAW,GAAG;IACf,SAAS,CAAC,EAAE,sBAAsB,CAAC,WAAW,CAAC,CAAA;IAC/C,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;AAkDN,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;UA3DH,OAAO;;6EA8DlB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { type VariantProps } from '../../lib/tv';
|
|
2
|
+
export declare const disclosureIcon: import("tailwind-variants").TVReturnType<{
|
|
3
|
+
direction: {
|
|
4
|
+
down: "";
|
|
5
|
+
end: "";
|
|
6
|
+
};
|
|
7
|
+
state: {
|
|
8
|
+
auto: "";
|
|
9
|
+
open: "";
|
|
10
|
+
closed: "";
|
|
11
|
+
};
|
|
12
|
+
}, undefined, "hn-transition shrink-0", {
|
|
13
|
+
direction: {
|
|
14
|
+
down: "";
|
|
15
|
+
end: "";
|
|
16
|
+
};
|
|
17
|
+
state: {
|
|
18
|
+
auto: "";
|
|
19
|
+
open: "";
|
|
20
|
+
closed: "";
|
|
21
|
+
};
|
|
22
|
+
}, undefined, import("tailwind-variants").TVReturnTypeLike<{
|
|
23
|
+
direction: {
|
|
24
|
+
down: "";
|
|
25
|
+
end: "";
|
|
26
|
+
};
|
|
27
|
+
state: {
|
|
28
|
+
auto: "";
|
|
29
|
+
open: "";
|
|
30
|
+
closed: "";
|
|
31
|
+
};
|
|
32
|
+
}, undefined>>;
|
|
33
|
+
export type DisclosureIconVariants = VariantProps<typeof disclosureIcon>;
|
|
34
|
+
//# sourceMappingURL=disclosure-icon.variants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"disclosure-icon.variants.d.ts","sourceRoot":"","sources":["../../../../src/components/disclosure-icon/disclosure-icon.variants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,cAAc,CAAA;AAEpD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAoBzB,CAAA;AAEF,MAAM,MAAM,sBAAsB,GAAG,YAAY,CAAC,OAAO,cAAc,CAAC,CAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
orientation?: 'horizontal' | 'vertical';
|
|
3
|
+
decorative?: boolean;
|
|
4
|
+
class?: string;
|
|
5
|
+
};
|
|
6
|
+
declare var __VLS_6: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_6) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
11
|
+
orientation: "horizontal" | "vertical";
|
|
12
|
+
decorative: boolean;
|
|
13
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=Divider.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Divider.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/divider/Divider.vue"],"names":[],"mappings":"AAoDE,KAAK,WAAW,GAAG;IACf,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAA;IACvC,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;AAsGN,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAM/C,QAAA,MAAM,UAAU;iBAjHI,YAAY,GAAG,UAAU;gBAC1B,OAAO;6EAmHxB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
title: string;
|
|
3
|
+
description?: string;
|
|
4
|
+
side?: 'start' | 'end';
|
|
5
|
+
size?: 'sm' | 'md' | 'lg';
|
|
6
|
+
locked?: boolean;
|
|
7
|
+
class?: string;
|
|
8
|
+
};
|
|
9
|
+
declare function close(): void;
|
|
10
|
+
type __VLS_ModelProps = {
|
|
11
|
+
'open'?: boolean;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
14
|
+
declare var __VLS_14: {}, __VLS_83: {
|
|
15
|
+
close: typeof close;
|
|
16
|
+
}, __VLS_85: {
|
|
17
|
+
close: typeof close;
|
|
18
|
+
};
|
|
19
|
+
type __VLS_Slots = {} & {
|
|
20
|
+
default?: (props: typeof __VLS_14) => any;
|
|
21
|
+
} & {
|
|
22
|
+
content?: (props: typeof __VLS_83) => any;
|
|
23
|
+
} & {
|
|
24
|
+
footer?: (props: typeof __VLS_85) => any;
|
|
25
|
+
};
|
|
26
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
27
|
+
"update:open": (value: boolean | undefined) => any;
|
|
28
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
29
|
+
"onUpdate:open"?: ((value: boolean | undefined) => any) | undefined;
|
|
30
|
+
}>, {
|
|
31
|
+
size: "sm" | "md" | "lg";
|
|
32
|
+
side: "start" | "end";
|
|
33
|
+
locked: boolean;
|
|
34
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
35
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
36
|
+
declare const _default: typeof __VLS_export;
|
|
37
|
+
export default _default;
|
|
38
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
39
|
+
new (): {
|
|
40
|
+
$slots: S;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
//# sourceMappingURL=Drawer.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Drawer.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/drawer/Drawer.vue"],"names":[],"mappings":"AAuHE,KAAK,WAAW,GAAG;IACf,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,OAAO,GAAG,KAAK,CAAA;IACtB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACzB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;AAaJ,iBAAS,KAAK,SAEb;AAGH,KAAK,gBAAgB,GAAG;IACxB,MAAM,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC;AAMF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AA2RxD,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ;;CAAW,EAAE,QAAQ;;CAAY,CAAE;AACpE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;;UAjUH,IAAI,GAAG,IAAI,GAAG,IAAI;UADlB,OAAO,GAAG,KAAK;YAEb,OAAO;6EAoUpB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { type VariantProps } from '../../lib/tv';
|
|
2
|
+
export declare const drawerCard: import("tailwind-variants").TVReturnType<{
|
|
3
|
+
side: {
|
|
4
|
+
start: "start-0";
|
|
5
|
+
end: "end-0";
|
|
6
|
+
};
|
|
7
|
+
size: {
|
|
8
|
+
sm: "w-72";
|
|
9
|
+
md: "w-90";
|
|
10
|
+
lg: "w-120";
|
|
11
|
+
};
|
|
12
|
+
}, undefined, "", {
|
|
13
|
+
side: {
|
|
14
|
+
start: "start-0";
|
|
15
|
+
end: "end-0";
|
|
16
|
+
};
|
|
17
|
+
size: {
|
|
18
|
+
sm: "w-72";
|
|
19
|
+
md: "w-90";
|
|
20
|
+
lg: "w-120";
|
|
21
|
+
};
|
|
22
|
+
}, undefined, import("tailwind-variants").TVReturnTypeLike<{
|
|
23
|
+
side: {
|
|
24
|
+
start: "start-0";
|
|
25
|
+
end: "end-0";
|
|
26
|
+
};
|
|
27
|
+
size: {
|
|
28
|
+
sm: "w-72";
|
|
29
|
+
md: "w-90";
|
|
30
|
+
lg: "w-120";
|
|
31
|
+
};
|
|
32
|
+
}, undefined>>;
|
|
33
|
+
export type DrawerVariants = VariantProps<typeof drawerCard>;
|
|
34
|
+
//# sourceMappingURL=drawer.variants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"drawer.variants.d.ts","sourceRoot":"","sources":["../../../../src/components/drawer/drawer.variants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,cAAc,CAAA;AAEpD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAcrB,CAAA;AAEF,MAAM,MAAM,cAAc,GAAG,YAAY,CAAC,OAAO,UAAU,CAAC,CAAA"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
label?: string;
|
|
3
|
+
side?: 'top' | 'right' | 'bottom' | 'left';
|
|
4
|
+
align?: 'start' | 'center' | 'end';
|
|
5
|
+
sideOffset?: number;
|
|
6
|
+
class?: string;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_ModelProps = {
|
|
9
|
+
'open'?: boolean;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
12
|
+
declare var __VLS_14: {}, __VLS_34: {};
|
|
13
|
+
type __VLS_Slots = {} & {
|
|
14
|
+
default?: (props: typeof __VLS_14) => any;
|
|
15
|
+
} & {
|
|
16
|
+
content?: (props: typeof __VLS_34) => any;
|
|
17
|
+
};
|
|
18
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
|
+
"update:open": (value: boolean | undefined) => any;
|
|
20
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
21
|
+
"onUpdate:open"?: ((value: boolean | undefined) => any) | undefined;
|
|
22
|
+
}>, {
|
|
23
|
+
side: "top" | "right" | "bottom" | "left";
|
|
24
|
+
align: "start" | "center" | "end";
|
|
25
|
+
sideOffset: number;
|
|
26
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
27
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
28
|
+
declare const _default: typeof __VLS_export;
|
|
29
|
+
export default _default;
|
|
30
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
31
|
+
new (): {
|
|
32
|
+
$slots: S;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=DropdownMenu.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropdownMenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown-menu/DropdownMenu.vue"],"names":[],"mappings":"AAkFE,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAA;IAC1C,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAA;IAClC,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;AAiBN,KAAK,gBAAgB,GAAG;IACxB,MAAM,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC;AAMF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AA2HxD,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AAC/C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAKhD,QAAA,MAAM,UAAU;;;;;UAhKH,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM;WAClC,OAAO,GAAG,QAAQ,GAAG,KAAK;gBACrB,MAAM;6EAkKvB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
disabled?: boolean;
|
|
3
|
+
textValue?: string;
|
|
4
|
+
class?: string;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_ModelProps = {
|
|
7
|
+
'checked'?: boolean;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
10
|
+
declare var __VLS_10: {}, __VLS_12: {};
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
12
|
+
default?: (props: typeof __VLS_10) => any;
|
|
13
|
+
} & {
|
|
14
|
+
trailing?: (props: typeof __VLS_12) => any;
|
|
15
|
+
};
|
|
16
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
+
"update:checked": (value: boolean) => any;
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
19
|
+
"onUpdate:checked"?: ((value: boolean) => any) | undefined;
|
|
20
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
25
|
+
new (): {
|
|
26
|
+
$slots: S;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=DropdownMenuCheckboxItem.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropdownMenuCheckboxItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown-menu/DropdownMenuCheckboxItem.vue"],"names":[],"mappings":"AA6CE,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;AASJ,KAAK,gBAAgB,GAAG;IACxB,SAAS,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAKF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AA2FxD,QAAA,IAAI,QAAQ,IAAU,EAAE,QAAQ,IAAY,CAAE;AAC9C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAKjD,QAAA,MAAM,UAAU;;;;kFAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
class?: string;
|
|
3
|
+
};
|
|
4
|
+
declare var __VLS_8: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_8) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=DropdownMenuGroup.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropdownMenuGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown-menu/DropdownMenuGroup.vue"],"names":[],"mappings":"AAsBE,KAAK,WAAW,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAuCxC,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { type DropdownItemVariants } from './dropdown-menu.variants';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
tone?: DropdownItemVariants['tone'];
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
textValue?: string;
|
|
6
|
+
class?: string;
|
|
7
|
+
};
|
|
8
|
+
declare var __VLS_10: {}, __VLS_12: {}, __VLS_14: {};
|
|
9
|
+
type __VLS_Slots = {} & {
|
|
10
|
+
icon?: (props: typeof __VLS_10) => any;
|
|
11
|
+
} & {
|
|
12
|
+
default?: (props: typeof __VLS_12) => any;
|
|
13
|
+
} & {
|
|
14
|
+
trailing?: (props: typeof __VLS_14) => any;
|
|
15
|
+
};
|
|
16
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
+
select: (event: Event) => any;
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
19
|
+
onSelect?: ((event: Event) => any) | undefined;
|
|
20
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
25
|
+
new (): {
|
|
26
|
+
$slots: S;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=DropdownMenuItem.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropdownMenuItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown-menu/DropdownMenuItem.vue"],"names":[],"mappings":"AAmCE,OAAO,EAAgB,KAAK,oBAAoB,EAAE,MAAM,0BAA0B,CAAA;AAIlF,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,CAAA;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;AAwEJ,QAAA,IAAI,QAAQ,IAAU,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACnE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAKjD,QAAA,MAAM,UAAU;;;;kFAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
class?: string;
|
|
3
|
+
};
|
|
4
|
+
declare var __VLS_8: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_8) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=DropdownMenuLabel.vue.d.ts.map
|