abckit 0.0.1
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/module.d.mts +41 -0
- package/dist/module.json +9 -0
- package/dist/module.mjs +262 -0
- package/dist/runtime/assets/css/tailwind.css +1 -0
- package/dist/runtime/colada.options.d.ts +6 -0
- package/dist/runtime/colada.options.js +87 -0
- package/dist/runtime/components/app/AppBreadcrumbs.d.vue.ts +3 -0
- package/dist/runtime/components/app/AppBreadcrumbs.vue +80 -0
- package/dist/runtime/components/app/AppBreadcrumbs.vue.d.ts +3 -0
- package/dist/runtime/components/app/AppHeader.d.vue.ts +9 -0
- package/dist/runtime/components/app/AppHeader.vue +26 -0
- package/dist/runtime/components/app/AppHeader.vue.d.ts +9 -0
- package/dist/runtime/components/app/AppImage.d.vue.ts +11 -0
- package/dist/runtime/components/app/AppImage.vue +39 -0
- package/dist/runtime/components/app/AppImage.vue.d.ts +11 -0
- package/dist/runtime/components/app/AppNavMain.d.vue.ts +18 -0
- package/dist/runtime/components/app/AppNavMain.vue +68 -0
- package/dist/runtime/components/app/AppNavMain.vue.d.ts +18 -0
- package/dist/runtime/components/app/index.d.ts +4 -0
- package/dist/runtime/components/app/index.js +4 -0
- package/dist/runtime/components/ui/accordion/Accordion.d.vue.ts +21 -0
- package/dist/runtime/components/ui/accordion/Accordion.vue +26 -0
- package/dist/runtime/components/ui/accordion/Accordion.vue.d.ts +21 -0
- package/dist/runtime/components/ui/accordion/AccordionContent.d.vue.ts +18 -0
- package/dist/runtime/components/ui/accordion/AccordionContent.vue +24 -0
- package/dist/runtime/components/ui/accordion/AccordionContent.vue.d.ts +18 -0
- package/dist/runtime/components/ui/accordion/AccordionItem.d.vue.ts +20 -0
- package/dist/runtime/components/ui/accordion/AccordionItem.vue +26 -0
- package/dist/runtime/components/ui/accordion/AccordionItem.vue.d.ts +20 -0
- package/dist/runtime/components/ui/accordion/AccordionTrigger.d.vue.ts +20 -0
- package/dist/runtime/components/ui/accordion/AccordionTrigger.vue +37 -0
- package/dist/runtime/components/ui/accordion/AccordionTrigger.vue.d.ts +20 -0
- package/dist/runtime/components/ui/accordion/index.d.ts +4 -0
- package/dist/runtime/components/ui/accordion/index.js +4 -0
- package/dist/runtime/components/ui/alert/Alert.d.vue.ts +19 -0
- package/dist/runtime/components/ui/alert/Alert.vue +18 -0
- package/dist/runtime/components/ui/alert/Alert.vue.d.ts +19 -0
- package/dist/runtime/components/ui/alert/AlertDescription.d.vue.ts +17 -0
- package/dist/runtime/components/ui/alert/AlertDescription.vue +15 -0
- package/dist/runtime/components/ui/alert/AlertDescription.vue.d.ts +17 -0
- package/dist/runtime/components/ui/alert/AlertTitle.d.vue.ts +17 -0
- package/dist/runtime/components/ui/alert/AlertTitle.vue +15 -0
- package/dist/runtime/components/ui/alert/AlertTitle.vue.d.ts +17 -0
- package/dist/runtime/components/ui/alert/index.d.ts +8 -0
- package/dist/runtime/components/ui/alert/index.js +18 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialog.d.vue.ts +21 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialog.vue +15 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialog.vue.d.ts +21 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogAction.d.vue.ts +18 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogAction.vue +18 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogAction.vue.d.ts +18 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogCancel.d.vue.ts +18 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogCancel.vue +25 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogCancel.vue.d.ts +18 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogContent.d.vue.ts +32 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogContent.vue +44 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogContent.vue.d.ts +32 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogDescription.d.vue.ts +18 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogDescription.vue +23 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogDescription.vue.d.ts +18 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogFooter.d.vue.ts +17 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogFooter.vue +20 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogFooter.vue.d.ts +17 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogHeader.d.vue.ts +17 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogHeader.vue +15 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogHeader.vue.d.ts +17 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogTitle.d.vue.ts +18 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogTitle.vue +21 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogTitle.vue.d.ts +18 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogTrigger.d.vue.ts +14 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogTrigger.vue +13 -0
- package/dist/runtime/components/ui/alert-dialog/AlertDialogTrigger.vue.d.ts +14 -0
- package/dist/runtime/components/ui/alert-dialog/index.d.ts +9 -0
- package/dist/runtime/components/ui/alert-dialog/index.js +9 -0
- package/dist/runtime/components/ui/aspect-ratio/AspectRatio.d.vue.ts +16 -0
- package/dist/runtime/components/ui/aspect-ratio/AspectRatio.vue +18 -0
- package/dist/runtime/components/ui/aspect-ratio/AspectRatio.vue.d.ts +16 -0
- package/dist/runtime/components/ui/aspect-ratio/index.d.ts +1 -0
- package/dist/runtime/components/ui/aspect-ratio/index.js +1 -0
- package/dist/runtime/components/ui/auto-form/AutoForm.d.vue.ts +44 -0
- package/dist/runtime/components/ui/auto-form/AutoForm.vue +91 -0
- package/dist/runtime/components/ui/auto-form/AutoForm.vue.d.ts +44 -0
- package/dist/runtime/components/ui/auto-form/AutoFormField.d.vue.ts +31 -0
- package/dist/runtime/components/ui/auto-form/AutoFormField.vue +37 -0
- package/dist/runtime/components/ui/auto-form/AutoFormField.vue.d.ts +31 -0
- package/dist/runtime/components/ui/auto-form/AutoFormFieldArray.d.vue.ts +0 -0
- package/dist/runtime/components/ui/auto-form/AutoFormFieldArray.vue +128 -0
- package/dist/runtime/components/ui/auto-form/AutoFormFieldArray.vue.d.ts +0 -0
- package/dist/runtime/components/ui/auto-form/AutoFormFieldBoolean.d.vue.ts +14 -0
- package/dist/runtime/components/ui/auto-form/AutoFormFieldBoolean.vue +44 -0
- package/dist/runtime/components/ui/auto-form/AutoFormFieldBoolean.vue.d.ts +14 -0
- package/dist/runtime/components/ui/auto-form/AutoFormFieldDate.d.vue.ts +14 -0
- package/dist/runtime/components/ui/auto-form/AutoFormFieldDate.vue +59 -0
- package/dist/runtime/components/ui/auto-form/AutoFormFieldDate.vue.d.ts +14 -0
- package/dist/runtime/components/ui/auto-form/AutoFormFieldEnum.d.vue.ts +17 -0
- package/dist/runtime/components/ui/auto-form/AutoFormFieldEnum.vue +52 -0
- package/dist/runtime/components/ui/auto-form/AutoFormFieldEnum.vue.d.ts +17 -0
- package/dist/runtime/components/ui/auto-form/AutoFormFieldFile.d.vue.ts +14 -0
- package/dist/runtime/components/ui/auto-form/AutoFormFieldFile.vue +77 -0
- package/dist/runtime/components/ui/auto-form/AutoFormFieldFile.vue.d.ts +14 -0
- package/dist/runtime/components/ui/auto-form/AutoFormFieldInput.d.vue.ts +17 -0
- package/dist/runtime/components/ui/auto-form/AutoFormFieldInput.vue +43 -0
- package/dist/runtime/components/ui/auto-form/AutoFormFieldInput.vue.d.ts +17 -0
- package/dist/runtime/components/ui/auto-form/AutoFormFieldNumber.d.vue.ts +14 -0
- package/dist/runtime/components/ui/auto-form/AutoFormFieldNumber.vue +35 -0
- package/dist/runtime/components/ui/auto-form/AutoFormFieldNumber.vue.d.ts +14 -0
- package/dist/runtime/components/ui/auto-form/AutoFormFieldObject.d.vue.ts +0 -0
- package/dist/runtime/components/ui/auto-form/AutoFormFieldObject.vue +70 -0
- package/dist/runtime/components/ui/auto-form/AutoFormFieldObject.vue.d.ts +0 -0
- package/dist/runtime/components/ui/auto-form/AutoFormLabel.d.vue.ts +16 -0
- package/dist/runtime/components/ui/auto-form/AutoFormLabel.vue +13 -0
- package/dist/runtime/components/ui/auto-form/AutoFormLabel.vue.d.ts +16 -0
- package/dist/runtime/components/ui/auto-form/constant.d.ts +9 -0
- package/dist/runtime/components/ui/auto-form/constant.js +31 -0
- package/dist/runtime/components/ui/auto-form/dependencies.d.ts +9 -0
- package/dist/runtime/components/ui/auto-form/dependencies.js +70 -0
- package/dist/runtime/components/ui/auto-form/index.d.ts +13 -0
- package/dist/runtime/components/ui/auto-form/index.js +12 -0
- package/dist/runtime/components/ui/auto-form/interface.d.ts +67 -0
- package/dist/runtime/components/ui/auto-form/interface.js +7 -0
- package/dist/runtime/components/ui/auto-form/utils.d.ts +49 -0
- package/dist/runtime/components/ui/auto-form/utils.js +103 -0
- package/dist/runtime/components/ui/avatar/Avatar.d.vue.ts +17 -0
- package/dist/runtime/components/ui/avatar/Avatar.vue +16 -0
- package/dist/runtime/components/ui/avatar/Avatar.vue.d.ts +17 -0
- package/dist/runtime/components/ui/avatar/AvatarFallback.d.vue.ts +18 -0
- package/dist/runtime/components/ui/avatar/AvatarFallback.vue +22 -0
- package/dist/runtime/components/ui/avatar/AvatarFallback.vue.d.ts +18 -0
- package/dist/runtime/components/ui/avatar/AvatarImage.d.vue.ts +14 -0
- package/dist/runtime/components/ui/avatar/AvatarImage.vue +20 -0
- package/dist/runtime/components/ui/avatar/AvatarImage.vue.d.ts +14 -0
- package/dist/runtime/components/ui/avatar/index.d.ts +3 -0
- package/dist/runtime/components/ui/avatar/index.js +3 -0
- package/dist/runtime/components/ui/badge/Badge.d.vue.ts +20 -0
- package/dist/runtime/components/ui/badge/Badge.vue +23 -0
- package/dist/runtime/components/ui/badge/Badge.vue.d.ts +20 -0
- package/dist/runtime/components/ui/badge/index.d.ts +6 -0
- package/dist/runtime/components/ui/badge/index.js +18 -0
- package/dist/runtime/components/ui/breadcrumb/Breadcrumb.d.vue.ts +17 -0
- package/dist/runtime/components/ui/breadcrumb/Breadcrumb.vue +15 -0
- package/dist/runtime/components/ui/breadcrumb/Breadcrumb.vue.d.ts +17 -0
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbEllipsis.d.vue.ts +17 -0
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbEllipsis.vue +21 -0
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbEllipsis.vue.d.ts +17 -0
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbItem.d.vue.ts +17 -0
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbItem.vue +15 -0
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbItem.vue.d.ts +17 -0
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbLink.d.vue.ts +18 -0
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbLink.vue +20 -0
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbLink.vue.d.ts +18 -0
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbList.d.vue.ts +17 -0
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbList.vue +15 -0
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbList.vue.d.ts +17 -0
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbPage.d.vue.ts +17 -0
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbPage.vue +18 -0
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbPage.vue.d.ts +17 -0
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbSeparator.d.vue.ts +17 -0
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbSeparator.vue +20 -0
- package/dist/runtime/components/ui/breadcrumb/BreadcrumbSeparator.vue.d.ts +17 -0
- package/dist/runtime/components/ui/breadcrumb/index.d.ts +7 -0
- package/dist/runtime/components/ui/breadcrumb/index.js +7 -0
- package/dist/runtime/components/ui/button/Button.d.vue.ts +21 -0
- package/dist/runtime/components/ui/button/Button.vue +23 -0
- package/dist/runtime/components/ui/button/Button.vue.d.ts +21 -0
- package/dist/runtime/components/ui/button/ThemeToggle.d.vue.ts +3 -0
- package/dist/runtime/components/ui/button/ThemeToggle.vue +26 -0
- package/dist/runtime/components/ui/button/ThemeToggle.vue.d.ts +3 -0
- package/dist/runtime/components/ui/button/index.d.ts +7 -0
- package/dist/runtime/components/ui/button/index.js +29 -0
- package/dist/runtime/components/ui/button-group/ButtonGroup.d.vue.ts +19 -0
- package/dist/runtime/components/ui/button-group/ButtonGroup.vue +19 -0
- package/dist/runtime/components/ui/button-group/ButtonGroup.vue.d.ts +19 -0
- package/dist/runtime/components/ui/button-group/ButtonGroupSeparator.d.vue.ts +8 -0
- package/dist/runtime/components/ui/button-group/ButtonGroupSeparator.vue +25 -0
- package/dist/runtime/components/ui/button-group/ButtonGroupSeparator.vue.d.ts +8 -0
- package/dist/runtime/components/ui/button-group/ButtonGroupText.d.vue.ts +20 -0
- package/dist/runtime/components/ui/button-group/ButtonGroupText.vue +23 -0
- package/dist/runtime/components/ui/button-group/ButtonGroupText.vue.d.ts +20 -0
- package/dist/runtime/components/ui/button-group/index.d.ts +8 -0
- package/dist/runtime/components/ui/button-group/index.js +18 -0
- package/dist/runtime/components/ui/calendar/Calendar.d.vue.ts +39 -0
- package/dist/runtime/components/ui/calendar/Calendar.vue +173 -0
- package/dist/runtime/components/ui/calendar/Calendar.vue.d.ts +39 -0
- package/dist/runtime/components/ui/calendar/CalendarCell.d.vue.ts +18 -0
- package/dist/runtime/components/ui/calendar/CalendarCell.vue +23 -0
- package/dist/runtime/components/ui/calendar/CalendarCell.vue.d.ts +18 -0
- package/dist/runtime/components/ui/calendar/CalendarCellTrigger.d.vue.ts +18 -0
- package/dist/runtime/components/ui/calendar/CalendarCellTrigger.vue +38 -0
- package/dist/runtime/components/ui/calendar/CalendarCellTrigger.vue.d.ts +18 -0
- package/dist/runtime/components/ui/calendar/CalendarGrid.d.vue.ts +18 -0
- package/dist/runtime/components/ui/calendar/CalendarGrid.vue +22 -0
- package/dist/runtime/components/ui/calendar/CalendarGrid.vue.d.ts +18 -0
- package/dist/runtime/components/ui/calendar/CalendarGridBody.d.vue.ts +14 -0
- package/dist/runtime/components/ui/calendar/CalendarGridBody.vue +16 -0
- package/dist/runtime/components/ui/calendar/CalendarGridBody.vue.d.ts +14 -0
- package/dist/runtime/components/ui/calendar/CalendarGridHead.d.vue.ts +18 -0
- package/dist/runtime/components/ui/calendar/CalendarGridHead.vue +17 -0
- package/dist/runtime/components/ui/calendar/CalendarGridHead.vue.d.ts +18 -0
- package/dist/runtime/components/ui/calendar/CalendarGridRow.d.vue.ts +18 -0
- package/dist/runtime/components/ui/calendar/CalendarGridRow.vue +21 -0
- package/dist/runtime/components/ui/calendar/CalendarGridRow.vue.d.ts +18 -0
- package/dist/runtime/components/ui/calendar/CalendarHeadCell.d.vue.ts +18 -0
- package/dist/runtime/components/ui/calendar/CalendarHeadCell.vue +22 -0
- package/dist/runtime/components/ui/calendar/CalendarHeadCell.vue.d.ts +18 -0
- package/dist/runtime/components/ui/calendar/CalendarHeader.d.vue.ts +18 -0
- package/dist/runtime/components/ui/calendar/CalendarHeader.vue +22 -0
- package/dist/runtime/components/ui/calendar/CalendarHeader.vue.d.ts +18 -0
- package/dist/runtime/components/ui/calendar/CalendarHeading.d.vue.ts +19 -0
- package/dist/runtime/components/ui/calendar/CalendarHeading.vue +26 -0
- package/dist/runtime/components/ui/calendar/CalendarHeading.vue.d.ts +19 -0
- package/dist/runtime/components/ui/calendar/CalendarNextButton.d.vue.ts +18 -0
- package/dist/runtime/components/ui/calendar/CalendarNextButton.vue +31 -0
- package/dist/runtime/components/ui/calendar/CalendarNextButton.vue.d.ts +18 -0
- package/dist/runtime/components/ui/calendar/CalendarPrevButton.d.vue.ts +18 -0
- package/dist/runtime/components/ui/calendar/CalendarPrevButton.vue +31 -0
- package/dist/runtime/components/ui/calendar/CalendarPrevButton.vue.d.ts +18 -0
- package/dist/runtime/components/ui/calendar/index.d.ts +13 -0
- package/dist/runtime/components/ui/calendar/index.js +12 -0
- package/dist/runtime/components/ui/card/Card.d.vue.ts +17 -0
- package/dist/runtime/components/ui/card/Card.vue +20 -0
- package/dist/runtime/components/ui/card/Card.vue.d.ts +17 -0
- package/dist/runtime/components/ui/card/CardAction.d.vue.ts +17 -0
- package/dist/runtime/components/ui/card/CardAction.vue +15 -0
- package/dist/runtime/components/ui/card/CardAction.vue.d.ts +17 -0
- package/dist/runtime/components/ui/card/CardContent.d.vue.ts +17 -0
- package/dist/runtime/components/ui/card/CardContent.vue +15 -0
- package/dist/runtime/components/ui/card/CardContent.vue.d.ts +17 -0
- package/dist/runtime/components/ui/card/CardDescription.d.vue.ts +17 -0
- package/dist/runtime/components/ui/card/CardDescription.vue +15 -0
- package/dist/runtime/components/ui/card/CardDescription.vue.d.ts +17 -0
- package/dist/runtime/components/ui/card/CardFooter.d.vue.ts +17 -0
- package/dist/runtime/components/ui/card/CardFooter.vue +15 -0
- package/dist/runtime/components/ui/card/CardFooter.vue.d.ts +17 -0
- package/dist/runtime/components/ui/card/CardHeader.d.vue.ts +17 -0
- package/dist/runtime/components/ui/card/CardHeader.vue +15 -0
- package/dist/runtime/components/ui/card/CardHeader.vue.d.ts +17 -0
- package/dist/runtime/components/ui/card/CardTitle.d.vue.ts +17 -0
- package/dist/runtime/components/ui/card/CardTitle.vue +15 -0
- package/dist/runtime/components/ui/card/CardTitle.vue.d.ts +17 -0
- package/dist/runtime/components/ui/card/index.d.ts +7 -0
- package/dist/runtime/components/ui/card/index.js +7 -0
- package/dist/runtime/components/ui/carousel/Carousel.d.vue.ts +0 -0
- package/dist/runtime/components/ui/carousel/Carousel.vue +47 -0
- package/dist/runtime/components/ui/carousel/Carousel.vue.d.ts +0 -0
- package/dist/runtime/components/ui/carousel/CarouselContent.d.vue.ts +14 -0
- package/dist/runtime/components/ui/carousel/CarouselContent.vue +32 -0
- package/dist/runtime/components/ui/carousel/CarouselContent.vue.d.ts +14 -0
- package/dist/runtime/components/ui/carousel/CarouselItem.d.vue.ts +14 -0
- package/dist/runtime/components/ui/carousel/CarouselItem.vue +23 -0
- package/dist/runtime/components/ui/carousel/CarouselItem.vue.d.ts +14 -0
- package/dist/runtime/components/ui/carousel/CarouselNext.d.vue.ts +19 -0
- package/dist/runtime/components/ui/carousel/CarouselNext.vue +32 -0
- package/dist/runtime/components/ui/carousel/CarouselNext.vue.d.ts +19 -0
- package/dist/runtime/components/ui/carousel/CarouselPrevious.d.vue.ts +19 -0
- package/dist/runtime/components/ui/carousel/CarouselPrevious.vue +32 -0
- package/dist/runtime/components/ui/carousel/CarouselPrevious.vue.d.ts +19 -0
- package/dist/runtime/components/ui/carousel/index.d.ts +7 -0
- package/dist/runtime/components/ui/carousel/index.js +6 -0
- package/dist/runtime/components/ui/carousel/interface.d.ts +20 -0
- package/dist/runtime/components/ui/carousel/interface.js +0 -0
- package/dist/runtime/components/ui/carousel/useCarousel.d.ts +15 -0
- package/dist/runtime/components/ui/carousel/useCarousel.js +43 -0
- package/dist/runtime/components/ui/chart/ChartContainer.d.vue.ts +25 -0
- package/dist/runtime/components/ui/chart/ChartContainer.vue +49 -0
- package/dist/runtime/components/ui/chart/ChartContainer.vue.d.ts +25 -0
- package/dist/runtime/components/ui/chart/ChartLegendContent.d.vue.ts +10 -0
- package/dist/runtime/components/ui/chart/ChartLegendContent.vue +52 -0
- package/dist/runtime/components/ui/chart/ChartLegendContent.vue.d.ts +10 -0
- package/dist/runtime/components/ui/chart/ChartStyle.d.vue.ts +7 -0
- package/dist/runtime/components/ui/chart/ChartStyle.vue +32 -0
- package/dist/runtime/components/ui/chart/ChartStyle.vue.d.ts +7 -0
- package/dist/runtime/components/ui/chart/ChartTooltipContent.d.vue.ts +28 -0
- package/dist/runtime/components/ui/chart/ChartTooltipContent.vue +92 -0
- package/dist/runtime/components/ui/chart/ChartTooltipContent.vue.d.ts +28 -0
- package/dist/runtime/components/ui/chart/index.d.ts +27 -0
- package/dist/runtime/components/ui/chart/index.js +8 -0
- package/dist/runtime/components/ui/chart/utils.d.ts +11 -0
- package/dist/runtime/components/ui/chart/utils.js +23 -0
- package/dist/runtime/components/ui/checkbox/Checkbox.d.vue.ts +25 -0
- package/dist/runtime/components/ui/checkbox/Checkbox.vue +44 -0
- package/dist/runtime/components/ui/checkbox/Checkbox.vue.d.ts +25 -0
- package/dist/runtime/components/ui/checkbox/index.d.ts +1 -0
- package/dist/runtime/components/ui/checkbox/index.js +1 -0
- package/dist/runtime/components/ui/collapsible/Collapsible.d.vue.ts +20 -0
- package/dist/runtime/components/ui/collapsible/Collapsible.vue +23 -0
- package/dist/runtime/components/ui/collapsible/Collapsible.vue.d.ts +20 -0
- package/dist/runtime/components/ui/collapsible/CollapsibleContent.d.vue.ts +14 -0
- package/dist/runtime/components/ui/collapsible/CollapsibleContent.vue +17 -0
- package/dist/runtime/components/ui/collapsible/CollapsibleContent.vue.d.ts +14 -0
- package/dist/runtime/components/ui/collapsible/CollapsibleTrigger.d.vue.ts +14 -0
- package/dist/runtime/components/ui/collapsible/CollapsibleTrigger.vue +16 -0
- package/dist/runtime/components/ui/collapsible/CollapsibleTrigger.vue.d.ts +14 -0
- package/dist/runtime/components/ui/collapsible/index.d.ts +3 -0
- package/dist/runtime/components/ui/collapsible/index.js +3 -0
- package/dist/runtime/components/ui/combobox/Combobox.d.vue.ts +32 -0
- package/dist/runtime/components/ui/combobox/Combobox.vue +36 -0
- package/dist/runtime/components/ui/combobox/Combobox.vue.d.ts +32 -0
- package/dist/runtime/components/ui/combobox/ComboboxAnchor.d.vue.ts +18 -0
- package/dist/runtime/components/ui/combobox/ComboboxAnchor.vue +23 -0
- package/dist/runtime/components/ui/combobox/ComboboxAnchor.vue.d.ts +18 -0
- package/dist/runtime/components/ui/combobox/ComboboxEmpty.d.vue.ts +18 -0
- package/dist/runtime/components/ui/combobox/ComboboxEmpty.vue +21 -0
- package/dist/runtime/components/ui/combobox/ComboboxEmpty.vue.d.ts +18 -0
- package/dist/runtime/components/ui/combobox/ComboboxGroup.d.vue.ts +19 -0
- package/dist/runtime/components/ui/combobox/ComboboxGroup.vue +25 -0
- package/dist/runtime/components/ui/combobox/ComboboxGroup.vue.d.ts +19 -0
- package/dist/runtime/components/ui/combobox/ComboboxInput.d.vue.ts +22 -0
- package/dist/runtime/components/ui/combobox/ComboboxInput.vue +41 -0
- package/dist/runtime/components/ui/combobox/ComboboxInput.vue.d.ts +22 -0
- package/dist/runtime/components/ui/combobox/ComboboxItem.d.vue.ts +22 -0
- package/dist/runtime/components/ui/combobox/ComboboxItem.vue +26 -0
- package/dist/runtime/components/ui/combobox/ComboboxItem.vue.d.ts +22 -0
- package/dist/runtime/components/ui/combobox/ComboboxItemIndicator.d.vue.ts +18 -0
- package/dist/runtime/components/ui/combobox/ComboboxItemIndicator.vue +22 -0
- package/dist/runtime/components/ui/combobox/ComboboxItemIndicator.vue.d.ts +18 -0
- package/dist/runtime/components/ui/combobox/ComboboxList.d.vue.ts +28 -0
- package/dist/runtime/components/ui/combobox/ComboboxList.vue +49 -0
- package/dist/runtime/components/ui/combobox/ComboboxList.vue.d.ts +28 -0
- package/dist/runtime/components/ui/combobox/ComboboxSeparator.d.vue.ts +18 -0
- package/dist/runtime/components/ui/combobox/ComboboxSeparator.vue +21 -0
- package/dist/runtime/components/ui/combobox/ComboboxSeparator.vue.d.ts +18 -0
- package/dist/runtime/components/ui/combobox/ComboboxTrigger.d.vue.ts +18 -0
- package/dist/runtime/components/ui/combobox/ComboboxTrigger.vue +24 -0
- package/dist/runtime/components/ui/combobox/ComboboxTrigger.vue.d.ts +18 -0
- package/dist/runtime/components/ui/combobox/ComboboxViewport.d.vue.ts +18 -0
- package/dist/runtime/components/ui/combobox/ComboboxViewport.vue +23 -0
- package/dist/runtime/components/ui/combobox/ComboboxViewport.vue.d.ts +18 -0
- package/dist/runtime/components/ui/combobox/index.d.ts +11 -0
- package/dist/runtime/components/ui/combobox/index.js +11 -0
- package/dist/runtime/components/ui/command/Command.d.vue.ts +34 -0
- package/dist/runtime/components/ui/command/Command.vue +81 -0
- package/dist/runtime/components/ui/command/Command.vue.d.ts +34 -0
- package/dist/runtime/components/ui/command/CommandDialog.d.vue.ts +22 -0
- package/dist/runtime/components/ui/command/CommandDialog.vue +28 -0
- package/dist/runtime/components/ui/command/CommandDialog.vue.d.ts +22 -0
- package/dist/runtime/components/ui/command/CommandEmpty.d.vue.ts +18 -0
- package/dist/runtime/components/ui/command/CommandEmpty.vue +27 -0
- package/dist/runtime/components/ui/command/CommandEmpty.vue.d.ts +18 -0
- package/dist/runtime/components/ui/command/CommandGroup.d.vue.ts +19 -0
- package/dist/runtime/components/ui/command/CommandGroup.vue +40 -0
- package/dist/runtime/components/ui/command/CommandGroup.vue.d.ts +19 -0
- package/dist/runtime/components/ui/command/CommandInput.d.vue.ts +8 -0
- package/dist/runtime/components/ui/command/CommandInput.vue +37 -0
- package/dist/runtime/components/ui/command/CommandInput.vue.d.ts +8 -0
- package/dist/runtime/components/ui/command/CommandItem.d.vue.ts +22 -0
- package/dist/runtime/components/ui/command/CommandItem.vue +65 -0
- package/dist/runtime/components/ui/command/CommandItem.vue.d.ts +22 -0
- package/dist/runtime/components/ui/command/CommandList.d.vue.ts +18 -0
- package/dist/runtime/components/ui/command/CommandList.vue +24 -0
- package/dist/runtime/components/ui/command/CommandList.vue.d.ts +18 -0
- package/dist/runtime/components/ui/command/CommandSeparator.d.vue.ts +18 -0
- package/dist/runtime/components/ui/command/CommandSeparator.vue +23 -0
- package/dist/runtime/components/ui/command/CommandSeparator.vue.d.ts +18 -0
- package/dist/runtime/components/ui/command/CommandShortcut.d.vue.ts +17 -0
- package/dist/runtime/components/ui/command/CommandShortcut.vue +15 -0
- package/dist/runtime/components/ui/command/CommandShortcut.vue.d.ts +17 -0
- package/dist/runtime/components/ui/command/index.d.ts +90 -0
- package/dist/runtime/components/ui/command/index.js +12 -0
- package/dist/runtime/components/ui/context-menu/ContextMenu.d.vue.ts +18 -0
- package/dist/runtime/components/ui/context-menu/ContextMenu.vue +19 -0
- package/dist/runtime/components/ui/context-menu/ContextMenu.vue.d.ts +18 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuCheckboxItem.d.vue.ts +26 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuCheckboxItem.vue +41 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuCheckboxItem.vue.d.ts +26 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuContent.d.vue.ts +30 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuContent.vue +49 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuContent.vue.d.ts +30 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuGroup.d.vue.ts +14 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuGroup.vue +16 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuGroup.vue.d.ts +14 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuItem.d.vue.ts +24 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuItem.vue +35 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuItem.vue.d.ts +24 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuLabel.d.vue.ts +19 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuLabel.vue +23 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuLabel.vue.d.ts +19 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuPortal.d.vue.ts +14 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuPortal.vue +18 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuPortal.vue.d.ts +14 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuRadioGroup.d.vue.ts +18 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuRadioGroup.vue +22 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuRadioGroup.vue.d.ts +18 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuRadioItem.d.vue.ts +24 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuRadioItem.vue +41 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuRadioItem.vue.d.ts +24 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuSeparator.d.vue.ts +8 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuSeparator.vue +21 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuSeparator.vue.d.ts +8 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuShortcut.d.vue.ts +17 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuShortcut.vue +15 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuShortcut.vue.d.ts +17 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuSub.d.vue.ts +18 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuSub.vue +21 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuSub.vue.d.ts +18 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuSubContent.d.vue.ts +34 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuSubContent.vue +48 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuSubContent.vue.d.ts +34 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuSubTrigger.d.vue.ts +19 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuSubTrigger.vue +34 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuSubTrigger.vue.d.ts +19 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuTrigger.d.vue.ts +14 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuTrigger.vue +18 -0
- package/dist/runtime/components/ui/context-menu/ContextMenuTrigger.vue.d.ts +14 -0
- package/dist/runtime/components/ui/context-menu/index.d.ts +14 -0
- package/dist/runtime/components/ui/context-menu/index.js +14 -0
- package/dist/runtime/components/ui/country-select/CountrySelect.d.vue.ts +13 -0
- package/dist/runtime/components/ui/country-select/CountrySelect.vue +64 -0
- package/dist/runtime/components/ui/country-select/CountrySelect.vue.d.ts +13 -0
- package/dist/runtime/components/ui/country-select/index.d.ts +2 -0
- package/dist/runtime/components/ui/country-select/index.js +2 -0
- package/dist/runtime/components/ui/country-select/useCountries.d.ts +15 -0
- package/dist/runtime/components/ui/country-select/useCountries.js +68 -0
- package/dist/runtime/components/ui/currency-select/CurrencySelect.d.vue.ts +13 -0
- package/dist/runtime/components/ui/currency-select/CurrencySelect.vue +64 -0
- package/dist/runtime/components/ui/currency-select/CurrencySelect.vue.d.ts +13 -0
- package/dist/runtime/components/ui/currency-select/index.d.ts +2 -0
- package/dist/runtime/components/ui/currency-select/index.js +2 -0
- package/dist/runtime/components/ui/currency-select/useCurrencies.d.ts +16 -0
- package/dist/runtime/components/ui/currency-select/useCurrencies.js +79 -0
- package/dist/runtime/components/ui/dialog/Dialog.d.vue.ts +21 -0
- package/dist/runtime/components/ui/dialog/Dialog.vue +20 -0
- package/dist/runtime/components/ui/dialog/Dialog.vue.d.ts +21 -0
- package/dist/runtime/components/ui/dialog/DialogClose.d.vue.ts +14 -0
- package/dist/runtime/components/ui/dialog/DialogClose.vue +16 -0
- package/dist/runtime/components/ui/dialog/DialogClose.vue.d.ts +14 -0
- package/dist/runtime/components/ui/dialog/DialogContent.d.vue.ts +33 -0
- package/dist/runtime/components/ui/dialog/DialogContent.vue +53 -0
- package/dist/runtime/components/ui/dialog/DialogContent.vue.d.ts +33 -0
- package/dist/runtime/components/ui/dialog/DialogDescription.d.vue.ts +18 -0
- package/dist/runtime/components/ui/dialog/DialogDescription.vue +22 -0
- package/dist/runtime/components/ui/dialog/DialogDescription.vue.d.ts +18 -0
- package/dist/runtime/components/ui/dialog/DialogFooter.d.vue.ts +17 -0
- package/dist/runtime/components/ui/dialog/DialogFooter.vue +15 -0
- package/dist/runtime/components/ui/dialog/DialogFooter.vue.d.ts +17 -0
- package/dist/runtime/components/ui/dialog/DialogHeader.d.vue.ts +17 -0
- package/dist/runtime/components/ui/dialog/DialogHeader.vue +15 -0
- package/dist/runtime/components/ui/dialog/DialogHeader.vue.d.ts +17 -0
- package/dist/runtime/components/ui/dialog/DialogOverlay.d.vue.ts +18 -0
- package/dist/runtime/components/ui/dialog/DialogOverlay.vue +22 -0
- package/dist/runtime/components/ui/dialog/DialogOverlay.vue.d.ts +18 -0
- package/dist/runtime/components/ui/dialog/DialogScrollContent.d.vue.ts +32 -0
- package/dist/runtime/components/ui/dialog/DialogScrollContent.vue +59 -0
- package/dist/runtime/components/ui/dialog/DialogScrollContent.vue.d.ts +32 -0
- package/dist/runtime/components/ui/dialog/DialogTitle.d.vue.ts +18 -0
- package/dist/runtime/components/ui/dialog/DialogTitle.vue +22 -0
- package/dist/runtime/components/ui/dialog/DialogTitle.vue.d.ts +18 -0
- package/dist/runtime/components/ui/dialog/DialogTrigger.d.vue.ts +14 -0
- package/dist/runtime/components/ui/dialog/DialogTrigger.vue +16 -0
- package/dist/runtime/components/ui/dialog/DialogTrigger.vue.d.ts +14 -0
- package/dist/runtime/components/ui/dialog/index.d.ts +10 -0
- package/dist/runtime/components/ui/dialog/index.js +10 -0
- package/dist/runtime/components/ui/drawer/Drawer.d.vue.ts +30 -0
- package/dist/runtime/components/ui/drawer/Drawer.vue +35 -0
- package/dist/runtime/components/ui/drawer/Drawer.vue.d.ts +30 -0
- package/dist/runtime/components/ui/drawer/DrawerClose.d.vue.ts +14 -0
- package/dist/runtime/components/ui/drawer/DrawerClose.vue +16 -0
- package/dist/runtime/components/ui/drawer/DrawerClose.vue.d.ts +14 -0
- package/dist/runtime/components/ui/drawer/DrawerContent.d.vue.ts +32 -0
- package/dist/runtime/components/ui/drawer/DrawerContent.vue +39 -0
- package/dist/runtime/components/ui/drawer/DrawerContent.vue.d.ts +32 -0
- package/dist/runtime/components/ui/drawer/DrawerDescription.d.vue.ts +18 -0
- package/dist/runtime/components/ui/drawer/DrawerDescription.vue +21 -0
- package/dist/runtime/components/ui/drawer/DrawerDescription.vue.d.ts +18 -0
- package/dist/runtime/components/ui/drawer/DrawerFooter.d.vue.ts +17 -0
- package/dist/runtime/components/ui/drawer/DrawerFooter.vue +15 -0
- package/dist/runtime/components/ui/drawer/DrawerFooter.vue.d.ts +17 -0
- package/dist/runtime/components/ui/drawer/DrawerHeader.d.vue.ts +17 -0
- package/dist/runtime/components/ui/drawer/DrawerHeader.vue +15 -0
- package/dist/runtime/components/ui/drawer/DrawerHeader.vue.d.ts +17 -0
- package/dist/runtime/components/ui/drawer/DrawerOverlay.d.vue.ts +8 -0
- package/dist/runtime/components/ui/drawer/DrawerOverlay.vue +20 -0
- package/dist/runtime/components/ui/drawer/DrawerOverlay.vue.d.ts +8 -0
- package/dist/runtime/components/ui/drawer/DrawerTitle.d.vue.ts +18 -0
- package/dist/runtime/components/ui/drawer/DrawerTitle.vue +21 -0
- package/dist/runtime/components/ui/drawer/DrawerTitle.vue.d.ts +18 -0
- package/dist/runtime/components/ui/drawer/DrawerTrigger.d.vue.ts +14 -0
- package/dist/runtime/components/ui/drawer/DrawerTrigger.vue +16 -0
- package/dist/runtime/components/ui/drawer/DrawerTrigger.vue.d.ts +14 -0
- package/dist/runtime/components/ui/drawer/index.d.ts +9 -0
- package/dist/runtime/components/ui/drawer/index.js +9 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenu.d.vue.ts +20 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenu.vue +21 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +20 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.d.vue.ts +26 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue +41 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +26 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.d.vue.ts +30 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.vue +51 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +30 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuGroup.d.vue.ts +14 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuGroup.vue +16 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +14 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.d.vue.ts +20 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.vue +28 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +20 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.d.vue.ts +19 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.vue +24 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +19 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioGroup.d.vue.ts +18 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue +22 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +18 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.d.vue.ts +24 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.vue +41 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +24 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSeparator.d.vue.ts +8 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSeparator.vue +21 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +8 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuShortcut.d.vue.ts +17 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuShortcut.vue +15 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +17 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSub.d.vue.ts +20 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSub.vue +18 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +20 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.d.vue.ts +34 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.vue +43 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +34 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.d.vue.ts +19 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue +33 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +19 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuTrigger.d.vue.ts +14 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuTrigger.vue +18 -0
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +14 -0
- package/dist/runtime/components/ui/dropdown-menu/index.d.ts +15 -0
- package/dist/runtime/components/ui/dropdown-menu/index.js +15 -0
- package/dist/runtime/components/ui/empty/Empty.d.vue.ts +17 -0
- package/dist/runtime/components/ui/empty/Empty.vue +18 -0
- package/dist/runtime/components/ui/empty/Empty.vue.d.ts +17 -0
- package/dist/runtime/components/ui/empty/EmptyContent.d.vue.ts +17 -0
- package/dist/runtime/components/ui/empty/EmptyContent.vue +18 -0
- package/dist/runtime/components/ui/empty/EmptyContent.vue.d.ts +17 -0
- package/dist/runtime/components/ui/empty/EmptyDescription.d.vue.ts +17 -0
- package/dist/runtime/components/ui/empty/EmptyDescription.vue +18 -0
- package/dist/runtime/components/ui/empty/EmptyDescription.vue.d.ts +17 -0
- package/dist/runtime/components/ui/empty/EmptyHeader.d.vue.ts +17 -0
- package/dist/runtime/components/ui/empty/EmptyHeader.vue +18 -0
- package/dist/runtime/components/ui/empty/EmptyHeader.vue.d.ts +17 -0
- package/dist/runtime/components/ui/empty/EmptyMedia.d.vue.ts +19 -0
- package/dist/runtime/components/ui/empty/EmptyMedia.vue +18 -0
- package/dist/runtime/components/ui/empty/EmptyMedia.vue.d.ts +19 -0
- package/dist/runtime/components/ui/empty/EmptyTitle.d.vue.ts +17 -0
- package/dist/runtime/components/ui/empty/EmptyTitle.vue +15 -0
- package/dist/runtime/components/ui/empty/EmptyTitle.vue.d.ts +17 -0
- package/dist/runtime/components/ui/empty/index.d.ts +11 -0
- package/dist/runtime/components/ui/empty/index.js +21 -0
- package/dist/runtime/components/ui/field/Field.d.vue.ts +19 -0
- package/dist/runtime/components/ui/field/Field.vue +22 -0
- package/dist/runtime/components/ui/field/Field.vue.d.ts +19 -0
- package/dist/runtime/components/ui/field/FieldContent.d.vue.ts +17 -0
- package/dist/runtime/components/ui/field/FieldContent.vue +18 -0
- package/dist/runtime/components/ui/field/FieldContent.vue.d.ts +17 -0
- package/dist/runtime/components/ui/field/FieldDescription.d.vue.ts +17 -0
- package/dist/runtime/components/ui/field/FieldDescription.vue +20 -0
- package/dist/runtime/components/ui/field/FieldDescription.vue.d.ts +17 -0
- package/dist/runtime/components/ui/field/FieldError.d.vue.ts +20 -0
- package/dist/runtime/components/ui/field/FieldError.vue +45 -0
- package/dist/runtime/components/ui/field/FieldError.vue.d.ts +20 -0
- package/dist/runtime/components/ui/field/FieldGroup.d.vue.ts +17 -0
- package/dist/runtime/components/ui/field/FieldGroup.vue +18 -0
- package/dist/runtime/components/ui/field/FieldGroup.vue.d.ts +17 -0
- package/dist/runtime/components/ui/field/FieldLabel.d.vue.ts +17 -0
- package/dist/runtime/components/ui/field/FieldLabel.vue +21 -0
- package/dist/runtime/components/ui/field/FieldLabel.vue.d.ts +17 -0
- package/dist/runtime/components/ui/field/FieldLegend.d.vue.ts +18 -0
- package/dist/runtime/components/ui/field/FieldLegend.vue +22 -0
- package/dist/runtime/components/ui/field/FieldLegend.vue.d.ts +18 -0
- package/dist/runtime/components/ui/field/FieldSeparator.d.vue.ts +17 -0
- package/dist/runtime/components/ui/field/FieldSeparator.vue +27 -0
- package/dist/runtime/components/ui/field/FieldSeparator.vue.d.ts +17 -0
- package/dist/runtime/components/ui/field/FieldSet.d.vue.ts +17 -0
- package/dist/runtime/components/ui/field/FieldSet.vue +19 -0
- package/dist/runtime/components/ui/field/FieldSet.vue.d.ts +17 -0
- package/dist/runtime/components/ui/field/FieldTitle.d.vue.ts +17 -0
- package/dist/runtime/components/ui/field/FieldTitle.vue +18 -0
- package/dist/runtime/components/ui/field/FieldTitle.vue.d.ts +17 -0
- package/dist/runtime/components/ui/field/index.d.ts +15 -0
- package/dist/runtime/components/ui/field/index.js +34 -0
- package/dist/runtime/components/ui/file/FileEmptyState.d.vue.ts +12 -0
- package/dist/runtime/components/ui/file/FileEmptyState.vue +65 -0
- package/dist/runtime/components/ui/file/FileEmptyState.vue.d.ts +12 -0
- package/dist/runtime/components/ui/file/FileGrid.d.vue.ts +36 -0
- package/dist/runtime/components/ui/file/FileGrid.vue +92 -0
- package/dist/runtime/components/ui/file/FileGrid.vue.d.ts +36 -0
- package/dist/runtime/components/ui/file/FileTable.d.vue.ts +41 -0
- package/dist/runtime/components/ui/file/FileTable.vue +234 -0
- package/dist/runtime/components/ui/file/FileTable.vue.d.ts +41 -0
- package/dist/runtime/components/ui/file/FolderTree.d.vue.ts +20 -0
- package/dist/runtime/components/ui/file/FolderTree.vue +69 -0
- package/dist/runtime/components/ui/file/FolderTree.vue.d.ts +20 -0
- package/dist/runtime/components/ui/file/index.d.ts +4 -0
- package/dist/runtime/components/ui/file/index.js +4 -0
- package/dist/runtime/components/ui/form/FormControl.d.vue.ts +13 -0
- package/dist/runtime/components/ui/form/FormControl.vue +16 -0
- package/dist/runtime/components/ui/form/FormControl.vue.d.ts +13 -0
- package/dist/runtime/components/ui/form/FormDescription.d.vue.ts +17 -0
- package/dist/runtime/components/ui/form/FormDescription.vue +18 -0
- package/dist/runtime/components/ui/form/FormDescription.vue.d.ts +17 -0
- package/dist/runtime/components/ui/form/FormItem.d.vue.ts +17 -0
- package/dist/runtime/components/ui/form/FormItem.vue +20 -0
- package/dist/runtime/components/ui/form/FormItem.vue.d.ts +17 -0
- package/dist/runtime/components/ui/form/FormLabel.d.vue.ts +18 -0
- package/dist/runtime/components/ui/form/FormLabel.vue +26 -0
- package/dist/runtime/components/ui/form/FormLabel.vue.d.ts +18 -0
- package/dist/runtime/components/ui/form/FormMessage.d.vue.ts +7 -0
- package/dist/runtime/components/ui/form/FormMessage.vue +20 -0
- package/dist/runtime/components/ui/form/FormMessage.vue.d.ts +7 -0
- package/dist/runtime/components/ui/form/index.d.ts +7 -0
- package/dist/runtime/components/ui/form/index.js +7 -0
- package/dist/runtime/components/ui/form/injectionKeys.d.ts +2 -0
- package/dist/runtime/components/ui/form/injectionKeys.js +1 -0
- package/dist/runtime/components/ui/form/useFormField.d.ts +11 -0
- package/dist/runtime/components/ui/form/useFormField.js +25 -0
- package/dist/runtime/components/ui/hover-card/HoverCard.d.vue.ts +20 -0
- package/dist/runtime/components/ui/hover-card/HoverCard.vue +21 -0
- package/dist/runtime/components/ui/hover-card/HoverCard.vue.d.ts +20 -0
- package/dist/runtime/components/ui/hover-card/HoverCardContent.d.vue.ts +18 -0
- package/dist/runtime/components/ui/hover-card/HoverCardContent.vue +54 -0
- package/dist/runtime/components/ui/hover-card/HoverCardContent.vue.d.ts +18 -0
- package/dist/runtime/components/ui/hover-card/HoverCardTrigger.d.vue.ts +14 -0
- package/dist/runtime/components/ui/hover-card/HoverCardTrigger.vue +17 -0
- package/dist/runtime/components/ui/hover-card/HoverCardTrigger.vue.d.ts +14 -0
- package/dist/runtime/components/ui/hover-card/index.d.ts +3 -0
- package/dist/runtime/components/ui/hover-card/index.js +3 -0
- package/dist/runtime/components/ui/input/Input.d.vue.ts +13 -0
- package/dist/runtime/components/ui/input/Input.vue +27 -0
- package/dist/runtime/components/ui/input/Input.vue.d.ts +13 -0
- package/dist/runtime/components/ui/input/index.d.ts +1 -0
- package/dist/runtime/components/ui/input/index.js +1 -0
- package/dist/runtime/components/ui/input-group/InputGroup.d.vue.ts +17 -0
- package/dist/runtime/components/ui/input-group/InputGroup.vue +29 -0
- package/dist/runtime/components/ui/input-group/InputGroup.vue.d.ts +17 -0
- package/dist/runtime/components/ui/input-group/InputGroupAddon.d.vue.ts +19 -0
- package/dist/runtime/components/ui/input-group/InputGroupAddon.vue +30 -0
- package/dist/runtime/components/ui/input-group/InputGroupAddon.vue.d.ts +19 -0
- package/dist/runtime/components/ui/input-group/InputGroupButton.d.vue.ts +14 -0
- package/dist/runtime/components/ui/input-group/InputGroupButton.vue +20 -0
- package/dist/runtime/components/ui/input-group/InputGroupButton.vue.d.ts +14 -0
- package/dist/runtime/components/ui/input-group/InputGroupInput.d.vue.ts +7 -0
- package/dist/runtime/components/ui/input-group/InputGroupInput.vue +17 -0
- package/dist/runtime/components/ui/input-group/InputGroupInput.vue.d.ts +7 -0
- package/dist/runtime/components/ui/input-group/InputGroupText.d.vue.ts +17 -0
- package/dist/runtime/components/ui/input-group/InputGroupText.vue +17 -0
- package/dist/runtime/components/ui/input-group/InputGroupText.vue.d.ts +17 -0
- package/dist/runtime/components/ui/input-group/InputGroupTextarea.d.vue.ts +7 -0
- package/dist/runtime/components/ui/input-group/InputGroupTextarea.vue +17 -0
- package/dist/runtime/components/ui/input-group/InputGroupTextarea.vue.d.ts +7 -0
- package/dist/runtime/components/ui/input-group/index.d.ts +22 -0
- package/dist/runtime/components/ui/input-group/index.js +39 -0
- package/dist/runtime/components/ui/input-otp/InputOTP.d.vue.ts +42 -0
- package/dist/runtime/components/ui/input-otp/InputOTP.vue +65 -0
- package/dist/runtime/components/ui/input-otp/InputOTP.vue.d.ts +42 -0
- package/dist/runtime/components/ui/input-otp/InputOTPGroup.d.vue.ts +17 -0
- package/dist/runtime/components/ui/input-otp/InputOTPGroup.vue +20 -0
- package/dist/runtime/components/ui/input-otp/InputOTPGroup.vue.d.ts +17 -0
- package/dist/runtime/components/ui/input-otp/InputOTPSeparator.d.vue.ts +17 -0
- package/dist/runtime/components/ui/input-otp/InputOTPSeparator.vue +20 -0
- package/dist/runtime/components/ui/input-otp/InputOTPSeparator.vue.d.ts +17 -0
- package/dist/runtime/components/ui/input-otp/InputOTPSlot.d.vue.ts +8 -0
- package/dist/runtime/components/ui/input-otp/InputOTPSlot.vue +28 -0
- package/dist/runtime/components/ui/input-otp/InputOTPSlot.vue.d.ts +8 -0
- package/dist/runtime/components/ui/input-otp/index.d.ts +4 -0
- package/dist/runtime/components/ui/input-otp/index.js +4 -0
- package/dist/runtime/components/ui/item/Item.d.vue.ts +21 -0
- package/dist/runtime/components/ui/item/Item.vue +23 -0
- package/dist/runtime/components/ui/item/Item.vue.d.ts +21 -0
- package/dist/runtime/components/ui/item/ItemActions.d.vue.ts +17 -0
- package/dist/runtime/components/ui/item/ItemActions.vue +15 -0
- package/dist/runtime/components/ui/item/ItemActions.vue.d.ts +17 -0
- package/dist/runtime/components/ui/item/ItemContent.d.vue.ts +17 -0
- package/dist/runtime/components/ui/item/ItemContent.vue +15 -0
- package/dist/runtime/components/ui/item/ItemContent.vue.d.ts +17 -0
- package/dist/runtime/components/ui/item/ItemDescription.d.vue.ts +17 -0
- package/dist/runtime/components/ui/item/ItemDescription.vue +19 -0
- package/dist/runtime/components/ui/item/ItemDescription.vue.d.ts +17 -0
- package/dist/runtime/components/ui/item/ItemFooter.d.vue.ts +17 -0
- package/dist/runtime/components/ui/item/ItemFooter.vue +15 -0
- package/dist/runtime/components/ui/item/ItemFooter.vue.d.ts +17 -0
- package/dist/runtime/components/ui/item/ItemGroup.d.vue.ts +17 -0
- package/dist/runtime/components/ui/item/ItemGroup.vue +16 -0
- package/dist/runtime/components/ui/item/ItemGroup.vue.d.ts +17 -0
- package/dist/runtime/components/ui/item/ItemHeader.d.vue.ts +17 -0
- package/dist/runtime/components/ui/item/ItemHeader.vue +15 -0
- package/dist/runtime/components/ui/item/ItemHeader.vue.d.ts +17 -0
- package/dist/runtime/components/ui/item/ItemMedia.d.vue.ts +19 -0
- package/dist/runtime/components/ui/item/ItemMedia.vue +18 -0
- package/dist/runtime/components/ui/item/ItemMedia.vue.d.ts +19 -0
- package/dist/runtime/components/ui/item/ItemSeparator.d.vue.ts +8 -0
- package/dist/runtime/components/ui/item/ItemSeparator.vue +19 -0
- package/dist/runtime/components/ui/item/ItemSeparator.vue.d.ts +8 -0
- package/dist/runtime/components/ui/item/ItemTitle.d.vue.ts +17 -0
- package/dist/runtime/components/ui/item/ItemTitle.vue +15 -0
- package/dist/runtime/components/ui/item/ItemTitle.vue.d.ts +17 -0
- package/dist/runtime/components/ui/item/index.d.ts +20 -0
- package/dist/runtime/components/ui/item/index.js +46 -0
- package/dist/runtime/components/ui/kbd/Kbd.d.vue.ts +17 -0
- package/dist/runtime/components/ui/kbd/Kbd.vue +19 -0
- package/dist/runtime/components/ui/kbd/Kbd.vue.d.ts +17 -0
- package/dist/runtime/components/ui/kbd/KbdGroup.d.vue.ts +17 -0
- package/dist/runtime/components/ui/kbd/KbdGroup.vue +15 -0
- package/dist/runtime/components/ui/kbd/KbdGroup.vue.d.ts +17 -0
- package/dist/runtime/components/ui/kbd/index.d.ts +2 -0
- package/dist/runtime/components/ui/kbd/index.js +2 -0
- package/dist/runtime/components/ui/label/Label.d.vue.ts +18 -0
- package/dist/runtime/components/ui/label/Label.vue +27 -0
- package/dist/runtime/components/ui/label/Label.vue.d.ts +18 -0
- package/dist/runtime/components/ui/label/index.d.ts +1 -0
- package/dist/runtime/components/ui/label/index.js +1 -0
- package/dist/runtime/components/ui/language-select/LanguageSelect.d.vue.ts +14 -0
- package/dist/runtime/components/ui/language-select/LanguageSelect.vue +65 -0
- package/dist/runtime/components/ui/language-select/LanguageSelect.vue.d.ts +14 -0
- package/dist/runtime/components/ui/language-select/index.d.ts +2 -0
- package/dist/runtime/components/ui/language-select/index.js +2 -0
- package/dist/runtime/components/ui/language-select/useLanguages.d.ts +16 -0
- package/dist/runtime/components/ui/language-select/useLanguages.js +167 -0
- package/dist/runtime/components/ui/menubar/Menubar.d.vue.ts +24 -0
- package/dist/runtime/components/ui/menubar/Menubar.vue +34 -0
- package/dist/runtime/components/ui/menubar/Menubar.vue.d.ts +24 -0
- package/dist/runtime/components/ui/menubar/MenubarCheckboxItem.d.vue.ts +26 -0
- package/dist/runtime/components/ui/menubar/MenubarCheckboxItem.vue +41 -0
- package/dist/runtime/components/ui/menubar/MenubarCheckboxItem.vue.d.ts +26 -0
- package/dist/runtime/components/ui/menubar/MenubarContent.d.vue.ts +18 -0
- package/dist/runtime/components/ui/menubar/MenubarContent.vue +55 -0
- package/dist/runtime/components/ui/menubar/MenubarContent.vue.d.ts +18 -0
- package/dist/runtime/components/ui/menubar/MenubarGroup.d.vue.ts +14 -0
- package/dist/runtime/components/ui/menubar/MenubarGroup.vue +16 -0
- package/dist/runtime/components/ui/menubar/MenubarGroup.vue.d.ts +14 -0
- package/dist/runtime/components/ui/menubar/MenubarItem.d.vue.ts +24 -0
- package/dist/runtime/components/ui/menubar/MenubarItem.vue +35 -0
- package/dist/runtime/components/ui/menubar/MenubarItem.vue.d.ts +24 -0
- package/dist/runtime/components/ui/menubar/MenubarLabel.d.vue.ts +19 -0
- package/dist/runtime/components/ui/menubar/MenubarLabel.vue +22 -0
- package/dist/runtime/components/ui/menubar/MenubarLabel.vue.d.ts +19 -0
- package/dist/runtime/components/ui/menubar/MenubarMenu.d.vue.ts +14 -0
- package/dist/runtime/components/ui/menubar/MenubarMenu.vue +15 -0
- package/dist/runtime/components/ui/menubar/MenubarMenu.vue.d.ts +14 -0
- package/dist/runtime/components/ui/menubar/MenubarRadioGroup.d.vue.ts +18 -0
- package/dist/runtime/components/ui/menubar/MenubarRadioGroup.vue +22 -0
- package/dist/runtime/components/ui/menubar/MenubarRadioGroup.vue.d.ts +18 -0
- package/dist/runtime/components/ui/menubar/MenubarRadioItem.d.vue.ts +24 -0
- package/dist/runtime/components/ui/menubar/MenubarRadioItem.vue +41 -0
- package/dist/runtime/components/ui/menubar/MenubarRadioItem.vue.d.ts +24 -0
- package/dist/runtime/components/ui/menubar/MenubarSeparator.d.vue.ts +8 -0
- package/dist/runtime/components/ui/menubar/MenubarSeparator.vue +20 -0
- package/dist/runtime/components/ui/menubar/MenubarSeparator.vue.d.ts +8 -0
- package/dist/runtime/components/ui/menubar/MenubarShortcut.d.vue.ts +17 -0
- package/dist/runtime/components/ui/menubar/MenubarShortcut.vue +15 -0
- package/dist/runtime/components/ui/menubar/MenubarShortcut.vue.d.ts +17 -0
- package/dist/runtime/components/ui/menubar/MenubarSub.d.vue.ts +23 -0
- package/dist/runtime/components/ui/menubar/MenubarSub.vue +19 -0
- package/dist/runtime/components/ui/menubar/MenubarSub.vue.d.ts +23 -0
- package/dist/runtime/components/ui/menubar/MenubarSubContent.d.vue.ts +34 -0
- package/dist/runtime/components/ui/menubar/MenubarSubContent.vue +54 -0
- package/dist/runtime/components/ui/menubar/MenubarSubContent.vue.d.ts +34 -0
- package/dist/runtime/components/ui/menubar/MenubarSubTrigger.d.vue.ts +19 -0
- package/dist/runtime/components/ui/menubar/MenubarSubTrigger.vue +31 -0
- package/dist/runtime/components/ui/menubar/MenubarSubTrigger.vue.d.ts +19 -0
- package/dist/runtime/components/ui/menubar/MenubarTrigger.d.vue.ts +18 -0
- package/dist/runtime/components/ui/menubar/MenubarTrigger.vue +28 -0
- package/dist/runtime/components/ui/menubar/MenubarTrigger.vue.d.ts +18 -0
- package/dist/runtime/components/ui/menubar/index.d.ts +15 -0
- package/dist/runtime/components/ui/menubar/index.js +15 -0
- package/dist/runtime/components/ui/native-select/NativeSelect.d.vue.ts +17 -0
- package/dist/runtime/components/ui/native-select/NativeSelect.vue +37 -0
- package/dist/runtime/components/ui/native-select/NativeSelect.vue.d.ts +17 -0
- package/dist/runtime/components/ui/native-select/NativeSelectOptGroup.d.vue.ts +13 -0
- package/dist/runtime/components/ui/native-select/NativeSelectOptGroup.vue +9 -0
- package/dist/runtime/components/ui/native-select/NativeSelectOptGroup.vue.d.ts +13 -0
- package/dist/runtime/components/ui/native-select/NativeSelectOption.d.vue.ts +13 -0
- package/dist/runtime/components/ui/native-select/NativeSelectOption.vue +9 -0
- package/dist/runtime/components/ui/native-select/NativeSelectOption.vue.d.ts +13 -0
- package/dist/runtime/components/ui/native-select/index.d.ts +3 -0
- package/dist/runtime/components/ui/native-select/index.js +3 -0
- package/dist/runtime/components/ui/navigation-menu/NavigationMenu.d.vue.ts +25 -0
- package/dist/runtime/components/ui/navigation-menu/NavigationMenu.vue +41 -0
- package/dist/runtime/components/ui/navigation-menu/NavigationMenu.vue.d.ts +25 -0
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuContent.d.vue.ts +28 -0
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuContent.vue +32 -0
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuContent.vue.d.ts +28 -0
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuIndicator.d.vue.ts +8 -0
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuIndicator.vue +23 -0
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuIndicator.vue.d.ts +8 -0
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuItem.d.vue.ts +18 -0
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuItem.vue +22 -0
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuItem.vue.d.ts +18 -0
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuLink.d.vue.ts +26 -0
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuLink.vue +27 -0
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuLink.vue.d.ts +26 -0
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuList.d.vue.ts +18 -0
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuList.vue +27 -0
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuList.vue.d.ts +18 -0
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuTrigger.d.vue.ts +18 -0
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuTrigger.vue +32 -0
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuTrigger.vue.d.ts +18 -0
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuViewport.d.vue.ts +8 -0
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuViewport.vue +32 -0
- package/dist/runtime/components/ui/navigation-menu/NavigationMenuViewport.vue.d.ts +8 -0
- package/dist/runtime/components/ui/navigation-menu/index.d.ts +9 -0
- package/dist/runtime/components/ui/navigation-menu/index.js +12 -0
- package/dist/runtime/components/ui/number-field/NumberField.d.vue.ts +25 -0
- package/dist/runtime/components/ui/number-field/NumberField.vue +34 -0
- package/dist/runtime/components/ui/number-field/NumberField.vue.d.ts +25 -0
- package/dist/runtime/components/ui/number-field/NumberFieldContent.d.vue.ts +17 -0
- package/dist/runtime/components/ui/number-field/NumberFieldContent.vue +12 -0
- package/dist/runtime/components/ui/number-field/NumberFieldContent.vue.d.ts +17 -0
- package/dist/runtime/components/ui/number-field/NumberFieldDecrement.d.vue.ts +18 -0
- package/dist/runtime/components/ui/number-field/NumberFieldDecrement.vue +22 -0
- package/dist/runtime/components/ui/number-field/NumberFieldDecrement.vue.d.ts +18 -0
- package/dist/runtime/components/ui/number-field/NumberFieldIncrement.d.vue.ts +18 -0
- package/dist/runtime/components/ui/number-field/NumberFieldIncrement.vue +22 -0
- package/dist/runtime/components/ui/number-field/NumberFieldIncrement.vue.d.ts +18 -0
- package/dist/runtime/components/ui/number-field/NumberFieldInput.d.vue.ts +7 -0
- package/dist/runtime/components/ui/number-field/NumberFieldInput.vue +14 -0
- package/dist/runtime/components/ui/number-field/NumberFieldInput.vue.d.ts +7 -0
- package/dist/runtime/components/ui/number-field/index.d.ts +5 -0
- package/dist/runtime/components/ui/number-field/index.js +5 -0
- package/dist/runtime/components/ui/pagination/Pagination.d.vue.ts +25 -0
- package/dist/runtime/components/ui/pagination/Pagination.vue +31 -0
- package/dist/runtime/components/ui/pagination/Pagination.vue.d.ts +25 -0
- package/dist/runtime/components/ui/pagination/PaginationContent.d.vue.ts +25 -0
- package/dist/runtime/components/ui/pagination/PaginationContent.vue +22 -0
- package/dist/runtime/components/ui/pagination/PaginationContent.vue.d.ts +25 -0
- package/dist/runtime/components/ui/pagination/PaginationEllipsis.d.vue.ts +18 -0
- package/dist/runtime/components/ui/pagination/PaginationEllipsis.vue +25 -0
- package/dist/runtime/components/ui/pagination/PaginationEllipsis.vue.d.ts +18 -0
- package/dist/runtime/components/ui/pagination/PaginationFirst.d.vue.ts +20 -0
- package/dist/runtime/components/ui/pagination/PaginationFirst.vue +28 -0
- package/dist/runtime/components/ui/pagination/PaginationFirst.vue.d.ts +20 -0
- package/dist/runtime/components/ui/pagination/PaginationItem.d.vue.ts +21 -0
- package/dist/runtime/components/ui/pagination/PaginationItem.vue +31 -0
- package/dist/runtime/components/ui/pagination/PaginationItem.vue.d.ts +21 -0
- package/dist/runtime/components/ui/pagination/PaginationLast.d.vue.ts +20 -0
- package/dist/runtime/components/ui/pagination/PaginationLast.vue +28 -0
- package/dist/runtime/components/ui/pagination/PaginationLast.vue.d.ts +20 -0
- package/dist/runtime/components/ui/pagination/PaginationNext.d.vue.ts +20 -0
- package/dist/runtime/components/ui/pagination/PaginationNext.vue +28 -0
- package/dist/runtime/components/ui/pagination/PaginationNext.vue.d.ts +20 -0
- package/dist/runtime/components/ui/pagination/PaginationPrevious.d.vue.ts +20 -0
- package/dist/runtime/components/ui/pagination/PaginationPrevious.vue +28 -0
- package/dist/runtime/components/ui/pagination/PaginationPrevious.vue.d.ts +20 -0
- package/dist/runtime/components/ui/pagination/index.d.ts +8 -0
- package/dist/runtime/components/ui/pagination/index.js +8 -0
- package/dist/runtime/components/ui/pin-input/PinInput.d.vue.ts +25 -0
- package/dist/runtime/components/ui/pin-input/PinInput.vue +34 -0
- package/dist/runtime/components/ui/pin-input/PinInput.vue.d.ts +25 -0
- package/dist/runtime/components/ui/pin-input/PinInputGroup.d.vue.ts +18 -0
- package/dist/runtime/components/ui/pin-input/PinInputGroup.vue +22 -0
- package/dist/runtime/components/ui/pin-input/PinInputGroup.vue.d.ts +18 -0
- package/dist/runtime/components/ui/pin-input/PinInputSeparator.d.vue.ts +14 -0
- package/dist/runtime/components/ui/pin-input/PinInputSeparator.vue +20 -0
- package/dist/runtime/components/ui/pin-input/PinInputSeparator.vue.d.ts +14 -0
- package/dist/runtime/components/ui/pin-input/PinInputSlot.d.vue.ts +8 -0
- package/dist/runtime/components/ui/pin-input/PinInputSlot.vue +22 -0
- package/dist/runtime/components/ui/pin-input/PinInputSlot.vue.d.ts +8 -0
- package/dist/runtime/components/ui/pin-input/index.d.ts +4 -0
- package/dist/runtime/components/ui/pin-input/index.js +4 -0
- package/dist/runtime/components/ui/popover/Popover.d.vue.ts +21 -0
- package/dist/runtime/components/ui/popover/Popover.vue +20 -0
- package/dist/runtime/components/ui/popover/Popover.vue.d.ts +21 -0
- package/dist/runtime/components/ui/popover/PopoverAnchor.d.vue.ts +14 -0
- package/dist/runtime/components/ui/popover/PopoverAnchor.vue +17 -0
- package/dist/runtime/components/ui/popover/PopoverAnchor.vue.d.ts +14 -0
- package/dist/runtime/components/ui/popover/PopoverContent.d.vue.ts +32 -0
- package/dist/runtime/components/ui/popover/PopoverContent.vue +56 -0
- package/dist/runtime/components/ui/popover/PopoverContent.vue.d.ts +32 -0
- package/dist/runtime/components/ui/popover/PopoverTrigger.d.vue.ts +14 -0
- package/dist/runtime/components/ui/popover/PopoverTrigger.vue +16 -0
- package/dist/runtime/components/ui/popover/PopoverTrigger.vue.d.ts +14 -0
- package/dist/runtime/components/ui/popover/index.d.ts +4 -0
- package/dist/runtime/components/ui/popover/index.js +4 -0
- package/dist/runtime/components/ui/progress/Progress.d.vue.ts +8 -0
- package/dist/runtime/components/ui/progress/Progress.vue +37 -0
- package/dist/runtime/components/ui/progress/Progress.vue.d.ts +8 -0
- package/dist/runtime/components/ui/progress/index.d.ts +1 -0
- package/dist/runtime/components/ui/progress/index.js +1 -0
- package/dist/runtime/components/ui/radio-group/RadioGroup.d.vue.ts +24 -0
- package/dist/runtime/components/ui/radio-group/RadioGroup.vue +32 -0
- package/dist/runtime/components/ui/radio-group/RadioGroup.vue.d.ts +24 -0
- package/dist/runtime/components/ui/radio-group/RadioGroupItem.d.vue.ts +18 -0
- package/dist/runtime/components/ui/radio-group/RadioGroupItem.vue +44 -0
- package/dist/runtime/components/ui/radio-group/RadioGroupItem.vue.d.ts +18 -0
- package/dist/runtime/components/ui/radio-group/index.d.ts +2 -0
- package/dist/runtime/components/ui/radio-group/index.js +2 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendar.d.vue.ts +18 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendar.vue +87 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendar.vue.d.ts +18 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarCell.d.vue.ts +18 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarCell.vue +23 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarCell.vue.d.ts +18 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarCellTrigger.d.vue.ts +18 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarCellTrigger.vue +40 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarCellTrigger.vue.d.ts +18 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarGrid.d.vue.ts +18 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarGrid.vue +22 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarGrid.vue.d.ts +18 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarGridBody.d.vue.ts +14 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarGridBody.vue +16 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarGridBody.vue.d.ts +14 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarGridHead.d.vue.ts +14 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarGridHead.vue +16 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarGridHead.vue.d.ts +14 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarGridRow.d.vue.ts +18 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarGridRow.vue +21 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarGridRow.vue.d.ts +18 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarHeadCell.d.vue.ts +18 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarHeadCell.vue +22 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarHeadCell.vue.d.ts +18 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarHeader.d.vue.ts +18 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarHeader.vue +22 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarHeader.vue.d.ts +18 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarHeading.d.vue.ts +19 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarHeading.vue +26 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarHeading.vue.d.ts +19 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarNextButton.d.vue.ts +18 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarNextButton.vue +32 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarNextButton.vue.d.ts +18 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarPrevButton.d.vue.ts +18 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarPrevButton.vue +32 -0
- package/dist/runtime/components/ui/range-calendar/RangeCalendarPrevButton.vue.d.ts +18 -0
- package/dist/runtime/components/ui/range-calendar/index.d.ts +12 -0
- package/dist/runtime/components/ui/range-calendar/index.js +12 -0
- package/dist/runtime/components/ui/resizable/ResizableHandle.d.vue.ts +23 -0
- package/dist/runtime/components/ui/resizable/ResizableHandle.vue +36 -0
- package/dist/runtime/components/ui/resizable/ResizableHandle.vue.d.ts +23 -0
- package/dist/runtime/components/ui/resizable/ResizablePanel.d.vue.ts +28 -0
- package/dist/runtime/components/ui/resizable/ResizablePanel.vue +27 -0
- package/dist/runtime/components/ui/resizable/ResizablePanel.vue.d.ts +28 -0
- package/dist/runtime/components/ui/resizable/ResizablePanelGroup.d.vue.ts +24 -0
- package/dist/runtime/components/ui/resizable/ResizablePanelGroup.vue +29 -0
- package/dist/runtime/components/ui/resizable/ResizablePanelGroup.vue.d.ts +24 -0
- package/dist/runtime/components/ui/resizable/index.d.ts +3 -0
- package/dist/runtime/components/ui/resizable/index.js +3 -0
- package/dist/runtime/components/ui/scroll-area/ScrollArea.d.vue.ts +18 -0
- package/dist/runtime/components/ui/scroll-area/ScrollArea.vue +36 -0
- package/dist/runtime/components/ui/scroll-area/ScrollArea.vue.d.ts +18 -0
- package/dist/runtime/components/ui/scroll-area/ScrollBar.d.vue.ts +8 -0
- package/dist/runtime/components/ui/scroll-area/ScrollBar.vue +33 -0
- package/dist/runtime/components/ui/scroll-area/ScrollBar.vue.d.ts +8 -0
- package/dist/runtime/components/ui/scroll-area/index.d.ts +2 -0
- package/dist/runtime/components/ui/scroll-area/index.js +2 -0
- package/dist/runtime/components/ui/select/Select.d.vue.ts +24 -0
- package/dist/runtime/components/ui/select/Select.vue +28 -0
- package/dist/runtime/components/ui/select/Select.vue.d.ts +24 -0
- package/dist/runtime/components/ui/select/SelectContent.d.vue.ts +26 -0
- package/dist/runtime/components/ui/select/SelectContent.vue +64 -0
- package/dist/runtime/components/ui/select/SelectContent.vue.d.ts +26 -0
- package/dist/runtime/components/ui/select/SelectGroup.d.vue.ts +14 -0
- package/dist/runtime/components/ui/select/SelectGroup.vue +16 -0
- package/dist/runtime/components/ui/select/SelectGroup.vue.d.ts +14 -0
- package/dist/runtime/components/ui/select/SelectItem.d.vue.ts +20 -0
- package/dist/runtime/components/ui/select/SelectItem.vue +46 -0
- package/dist/runtime/components/ui/select/SelectItem.vue.d.ts +20 -0
- package/dist/runtime/components/ui/select/SelectItemText.d.vue.ts +14 -0
- package/dist/runtime/components/ui/select/SelectItemText.vue +16 -0
- package/dist/runtime/components/ui/select/SelectItemText.vue.d.ts +14 -0
- package/dist/runtime/components/ui/select/SelectLabel.d.vue.ts +18 -0
- package/dist/runtime/components/ui/select/SelectLabel.vue +19 -0
- package/dist/runtime/components/ui/select/SelectLabel.vue.d.ts +18 -0
- package/dist/runtime/components/ui/select/SelectScrollDownButton.d.vue.ts +18 -0
- package/dist/runtime/components/ui/select/SelectScrollDownButton.vue +25 -0
- package/dist/runtime/components/ui/select/SelectScrollDownButton.vue.d.ts +18 -0
- package/dist/runtime/components/ui/select/SelectScrollUpButton.d.vue.ts +18 -0
- package/dist/runtime/components/ui/select/SelectScrollUpButton.vue +25 -0
- package/dist/runtime/components/ui/select/SelectScrollUpButton.vue.d.ts +18 -0
- package/dist/runtime/components/ui/select/SelectSeparator.d.vue.ts +8 -0
- package/dist/runtime/components/ui/select/SelectSeparator.vue +19 -0
- package/dist/runtime/components/ui/select/SelectSeparator.vue.d.ts +8 -0
- package/dist/runtime/components/ui/select/SelectTrigger.d.vue.ts +19 -0
- package/dist/runtime/components/ui/select/SelectTrigger.vue +33 -0
- package/dist/runtime/components/ui/select/SelectTrigger.vue.d.ts +19 -0
- package/dist/runtime/components/ui/select/SelectValue.d.vue.ts +14 -0
- package/dist/runtime/components/ui/select/SelectValue.vue +17 -0
- package/dist/runtime/components/ui/select/SelectValue.vue.d.ts +14 -0
- package/dist/runtime/components/ui/select/index.d.ts +11 -0
- package/dist/runtime/components/ui/select/index.js +11 -0
- package/dist/runtime/components/ui/separator/Separator.d.vue.ts +8 -0
- package/dist/runtime/components/ui/separator/Separator.vue +26 -0
- package/dist/runtime/components/ui/separator/Separator.vue.d.ts +8 -0
- package/dist/runtime/components/ui/separator/index.d.ts +1 -0
- package/dist/runtime/components/ui/separator/index.js +1 -0
- package/dist/runtime/components/ui/sheet/InnerSheet.d.vue.ts +20 -0
- package/dist/runtime/components/ui/sheet/InnerSheet.vue +16 -0
- package/dist/runtime/components/ui/sheet/InnerSheet.vue.d.ts +20 -0
- package/dist/runtime/components/ui/sheet/InnerSheetContent.d.vue.ts +33 -0
- package/dist/runtime/components/ui/sheet/InnerSheetContent.vue +53 -0
- package/dist/runtime/components/ui/sheet/InnerSheetContent.vue.d.ts +33 -0
- package/dist/runtime/components/ui/sheet/Sheet.d.vue.ts +21 -0
- package/dist/runtime/components/ui/sheet/Sheet.vue +20 -0
- package/dist/runtime/components/ui/sheet/Sheet.vue.d.ts +21 -0
- package/dist/runtime/components/ui/sheet/SheetClose.d.vue.ts +14 -0
- package/dist/runtime/components/ui/sheet/SheetClose.vue +16 -0
- package/dist/runtime/components/ui/sheet/SheetClose.vue.d.ts +14 -0
- package/dist/runtime/components/ui/sheet/SheetContent.d.vue.ts +33 -0
- package/dist/runtime/components/ui/sheet/SheetContent.vue +53 -0
- package/dist/runtime/components/ui/sheet/SheetContent.vue.d.ts +33 -0
- package/dist/runtime/components/ui/sheet/SheetDescription.d.vue.ts +18 -0
- package/dist/runtime/components/ui/sheet/SheetDescription.vue +21 -0
- package/dist/runtime/components/ui/sheet/SheetDescription.vue.d.ts +18 -0
- package/dist/runtime/components/ui/sheet/SheetFooter.d.vue.ts +17 -0
- package/dist/runtime/components/ui/sheet/SheetFooter.vue +17 -0
- package/dist/runtime/components/ui/sheet/SheetFooter.vue.d.ts +17 -0
- package/dist/runtime/components/ui/sheet/SheetHeader.d.vue.ts +17 -0
- package/dist/runtime/components/ui/sheet/SheetHeader.vue +15 -0
- package/dist/runtime/components/ui/sheet/SheetHeader.vue.d.ts +17 -0
- package/dist/runtime/components/ui/sheet/SheetOverlay.d.vue.ts +18 -0
- package/dist/runtime/components/ui/sheet/SheetOverlay.vue +22 -0
- package/dist/runtime/components/ui/sheet/SheetOverlay.vue.d.ts +18 -0
- package/dist/runtime/components/ui/sheet/SheetTitle.d.vue.ts +18 -0
- package/dist/runtime/components/ui/sheet/SheetTitle.vue +21 -0
- package/dist/runtime/components/ui/sheet/SheetTitle.vue.d.ts +18 -0
- package/dist/runtime/components/ui/sheet/SheetTrigger.d.vue.ts +14 -0
- package/dist/runtime/components/ui/sheet/SheetTrigger.vue +16 -0
- package/dist/runtime/components/ui/sheet/SheetTrigger.vue.d.ts +14 -0
- package/dist/runtime/components/ui/sheet/index.d.ts +8 -0
- package/dist/runtime/components/ui/sheet/index.js +8 -0
- package/dist/runtime/components/ui/sidebar/Sidebar.d.vue.ts +18 -0
- package/dist/runtime/components/ui/sidebar/Sidebar.vue +87 -0
- package/dist/runtime/components/ui/sidebar/Sidebar.vue.d.ts +18 -0
- package/dist/runtime/components/ui/sidebar/SidebarContent.d.vue.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarContent.vue +16 -0
- package/dist/runtime/components/ui/sidebar/SidebarContent.vue.d.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarFooter.d.vue.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarFooter.vue +16 -0
- package/dist/runtime/components/ui/sidebar/SidebarFooter.vue.d.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarGroup.d.vue.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarGroup.vue +16 -0
- package/dist/runtime/components/ui/sidebar/SidebarGroup.vue.d.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarGroupAction.d.vue.ts +18 -0
- package/dist/runtime/components/ui/sidebar/SidebarGroupAction.vue +26 -0
- package/dist/runtime/components/ui/sidebar/SidebarGroupAction.vue.d.ts +18 -0
- package/dist/runtime/components/ui/sidebar/SidebarGroupContent.d.vue.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarGroupContent.vue +16 -0
- package/dist/runtime/components/ui/sidebar/SidebarGroupContent.vue.d.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarGroupLabel.d.vue.ts +18 -0
- package/dist/runtime/components/ui/sidebar/SidebarGroupLabel.vue +25 -0
- package/dist/runtime/components/ui/sidebar/SidebarGroupLabel.vue.d.ts +18 -0
- package/dist/runtime/components/ui/sidebar/SidebarHeader.d.vue.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarHeader.vue +16 -0
- package/dist/runtime/components/ui/sidebar/SidebarHeader.vue.d.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarInput.d.vue.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarInput.vue +20 -0
- package/dist/runtime/components/ui/sidebar/SidebarInput.vue.d.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarInset.d.vue.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarInset.vue +19 -0
- package/dist/runtime/components/ui/sidebar/SidebarInset.vue.d.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenu.d.vue.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenu.vue +16 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenu.vue.d.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuAction.d.vue.ts +19 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuAction.vue +31 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuAction.vue.d.ts +19 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuBadge.d.vue.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuBadge.vue +24 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuBadge.vue.d.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuButton.d.vue.ts +20 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuButton.vue +44 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuButton.vue.d.ts +20 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuButtonChild.d.vue.ts +22 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuButtonChild.vue +28 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuButtonChild.vue.d.ts +22 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuItem.d.vue.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuItem.vue +16 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuItem.vue.d.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuSkeleton.d.vue.ts +8 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuSkeleton.vue +32 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuSkeleton.vue.d.ts +8 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuSub.d.vue.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuSub.vue +20 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuSub.vue.d.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuSubButton.d.vue.ts +20 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuSubButton.vue +32 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuSubButton.vue.d.ts +20 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuSubItem.d.vue.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuSubItem.vue +16 -0
- package/dist/runtime/components/ui/sidebar/SidebarMenuSubItem.vue.d.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarProvider.d.vue.ts +23 -0
- package/dist/runtime/components/ui/sidebar/SidebarProvider.vue +61 -0
- package/dist/runtime/components/ui/sidebar/SidebarProvider.vue.d.ts +23 -0
- package/dist/runtime/components/ui/sidebar/SidebarRail.d.vue.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarRail.vue +30 -0
- package/dist/runtime/components/ui/sidebar/SidebarRail.vue.d.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarSeparator.d.vue.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarSeparator.vue +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarSeparator.vue.d.ts +17 -0
- package/dist/runtime/components/ui/sidebar/SidebarTrigger.d.vue.ts +7 -0
- package/dist/runtime/components/ui/sidebar/SidebarTrigger.vue +24 -0
- package/dist/runtime/components/ui/sidebar/SidebarTrigger.vue.d.ts +7 -0
- package/dist/runtime/components/ui/sidebar/index.d.ts +37 -0
- package/dist/runtime/components/ui/sidebar/index.js +45 -0
- package/dist/runtime/components/ui/sidebar/utils.d.ts +56 -0
- package/dist/runtime/components/ui/sidebar/utils.js +8 -0
- package/dist/runtime/components/ui/skeleton/Skeleton.d.vue.ts +7 -0
- package/dist/runtime/components/ui/skeleton/Skeleton.vue +13 -0
- package/dist/runtime/components/ui/skeleton/Skeleton.vue.d.ts +7 -0
- package/dist/runtime/components/ui/skeleton/index.d.ts +1 -0
- package/dist/runtime/components/ui/skeleton/index.js +1 -0
- package/dist/runtime/components/ui/slider/Slider.d.vue.ts +14 -0
- package/dist/runtime/components/ui/slider/Slider.vue +55 -0
- package/dist/runtime/components/ui/slider/Slider.vue.d.ts +14 -0
- package/dist/runtime/components/ui/slider/index.d.ts +1 -0
- package/dist/runtime/components/ui/slider/index.js +1 -0
- package/dist/runtime/components/ui/spinner/Spinner.d.vue.ts +7 -0
- package/dist/runtime/components/ui/spinner/Spinner.vue +15 -0
- package/dist/runtime/components/ui/spinner/Spinner.vue.d.ts +7 -0
- package/dist/runtime/components/ui/spinner/index.d.ts +1 -0
- package/dist/runtime/components/ui/spinner/index.js +1 -0
- package/dist/runtime/components/ui/stepper/Stepper.d.vue.ts +34 -0
- package/dist/runtime/components/ui/stepper/Stepper.vue +31 -0
- package/dist/runtime/components/ui/stepper/Stepper.vue.d.ts +34 -0
- package/dist/runtime/components/ui/stepper/StepperDescription.d.vue.ts +18 -0
- package/dist/runtime/components/ui/stepper/StepperDescription.vue +18 -0
- package/dist/runtime/components/ui/stepper/StepperDescription.vue.d.ts +18 -0
- package/dist/runtime/components/ui/stepper/StepperIndicator.d.vue.ts +20 -0
- package/dist/runtime/components/ui/stepper/StepperIndicator.vue +31 -0
- package/dist/runtime/components/ui/stepper/StepperIndicator.vue.d.ts +20 -0
- package/dist/runtime/components/ui/stepper/StepperItem.d.vue.ts +20 -0
- package/dist/runtime/components/ui/stepper/StepperItem.vue +25 -0
- package/dist/runtime/components/ui/stepper/StepperItem.vue.d.ts +20 -0
- package/dist/runtime/components/ui/stepper/StepperSeparator.d.vue.ts +8 -0
- package/dist/runtime/components/ui/stepper/StepperSeparator.vue +28 -0
- package/dist/runtime/components/ui/stepper/StepperSeparator.vue.d.ts +8 -0
- package/dist/runtime/components/ui/stepper/StepperTitle.d.vue.ts +18 -0
- package/dist/runtime/components/ui/stepper/StepperTitle.vue +18 -0
- package/dist/runtime/components/ui/stepper/StepperTitle.vue.d.ts +18 -0
- package/dist/runtime/components/ui/stepper/StepperTrigger.d.vue.ts +18 -0
- package/dist/runtime/components/ui/stepper/StepperTrigger.vue +21 -0
- package/dist/runtime/components/ui/stepper/StepperTrigger.vue.d.ts +18 -0
- package/dist/runtime/components/ui/stepper/index.d.ts +7 -0
- package/dist/runtime/components/ui/stepper/index.js +7 -0
- package/dist/runtime/components/ui/storage/StorageActionBar.d.vue.ts +26 -0
- package/dist/runtime/components/ui/storage/StorageActionBar.vue +109 -0
- package/dist/runtime/components/ui/storage/StorageActionBar.vue.d.ts +26 -0
- package/dist/runtime/components/ui/storage/StorageBreadcrumb.d.vue.ts +17 -0
- package/dist/runtime/components/ui/storage/StorageBreadcrumb.vue +184 -0
- package/dist/runtime/components/ui/storage/StorageBreadcrumb.vue.d.ts +17 -0
- package/dist/runtime/components/ui/storage/StorageDialogs.d.vue.ts +60 -0
- package/dist/runtime/components/ui/storage/StorageDialogs.vue +191 -0
- package/dist/runtime/components/ui/storage/StorageDialogs.vue.d.ts +60 -0
- package/dist/runtime/components/ui/storage/StorageEmptyState.d.vue.ts +12 -0
- package/dist/runtime/components/ui/storage/StorageEmptyState.vue +68 -0
- package/dist/runtime/components/ui/storage/StorageEmptyState.vue.d.ts +12 -0
- package/dist/runtime/components/ui/storage/StorageGrid.d.vue.ts +51 -0
- package/dist/runtime/components/ui/storage/StorageGrid.vue +139 -0
- package/dist/runtime/components/ui/storage/StorageGrid.vue.d.ts +51 -0
- package/dist/runtime/components/ui/storage/StorageSelectionBar.d.vue.ts +20 -0
- package/dist/runtime/components/ui/storage/StorageSelectionBar.vue +50 -0
- package/dist/runtime/components/ui/storage/StorageSelectionBar.vue.d.ts +20 -0
- package/dist/runtime/components/ui/storage/StorageTable.d.vue.ts +54 -0
- package/dist/runtime/components/ui/storage/StorageTable.vue +182 -0
- package/dist/runtime/components/ui/storage/StorageTable.vue.d.ts +54 -0
- package/dist/runtime/components/ui/storage/StorageUploadZone.d.vue.ts +17 -0
- package/dist/runtime/components/ui/storage/StorageUploadZone.vue +69 -0
- package/dist/runtime/components/ui/storage/StorageUploadZone.vue.d.ts +17 -0
- package/dist/runtime/components/ui/storage/index.d.ts +8 -0
- package/dist/runtime/components/ui/storage/index.js +8 -0
- package/dist/runtime/components/ui/switch/Switch.d.vue.ts +24 -0
- package/dist/runtime/components/ui/switch/Switch.vue +43 -0
- package/dist/runtime/components/ui/switch/Switch.vue.d.ts +24 -0
- package/dist/runtime/components/ui/switch/index.d.ts +1 -0
- package/dist/runtime/components/ui/switch/index.js +1 -0
- package/dist/runtime/components/ui/table/Table.d.vue.ts +17 -0
- package/dist/runtime/components/ui/table/Table.vue +14 -0
- package/dist/runtime/components/ui/table/Table.vue.d.ts +17 -0
- package/dist/runtime/components/ui/table/TableBody.d.vue.ts +17 -0
- package/dist/runtime/components/ui/table/TableBody.vue +15 -0
- package/dist/runtime/components/ui/table/TableBody.vue.d.ts +17 -0
- package/dist/runtime/components/ui/table/TableCaption.d.vue.ts +17 -0
- package/dist/runtime/components/ui/table/TableCaption.vue +15 -0
- package/dist/runtime/components/ui/table/TableCaption.vue.d.ts +17 -0
- package/dist/runtime/components/ui/table/TableCell.d.vue.ts +17 -0
- package/dist/runtime/components/ui/table/TableCell.vue +20 -0
- package/dist/runtime/components/ui/table/TableCell.vue.d.ts +17 -0
- package/dist/runtime/components/ui/table/TableEmpty.d.vue.ts +18 -0
- package/dist/runtime/components/ui/table/TableEmpty.vue +29 -0
- package/dist/runtime/components/ui/table/TableEmpty.vue.d.ts +18 -0
- package/dist/runtime/components/ui/table/TableFooter.d.vue.ts +17 -0
- package/dist/runtime/components/ui/table/TableFooter.vue +15 -0
- package/dist/runtime/components/ui/table/TableFooter.vue.d.ts +17 -0
- package/dist/runtime/components/ui/table/TableHead.d.vue.ts +17 -0
- package/dist/runtime/components/ui/table/TableHead.vue +15 -0
- package/dist/runtime/components/ui/table/TableHead.vue.d.ts +17 -0
- package/dist/runtime/components/ui/table/TableHeader.d.vue.ts +17 -0
- package/dist/runtime/components/ui/table/TableHeader.vue +15 -0
- package/dist/runtime/components/ui/table/TableHeader.vue.d.ts +17 -0
- package/dist/runtime/components/ui/table/TableRow.d.vue.ts +17 -0
- package/dist/runtime/components/ui/table/TableRow.vue +15 -0
- package/dist/runtime/components/ui/table/TableRow.vue.d.ts +17 -0
- package/dist/runtime/components/ui/table/index.d.ts +9 -0
- package/dist/runtime/components/ui/table/index.js +9 -0
- package/dist/runtime/components/ui/table/utils.d.ts +3 -0
- package/dist/runtime/components/ui/table/utils.js +4 -0
- package/dist/runtime/components/ui/tabs/Tabs.d.vue.ts +24 -0
- package/dist/runtime/components/ui/tabs/Tabs.vue +30 -0
- package/dist/runtime/components/ui/tabs/Tabs.vue.d.ts +24 -0
- package/dist/runtime/components/ui/tabs/TabsContent.d.vue.ts +18 -0
- package/dist/runtime/components/ui/tabs/TabsContent.vue +23 -0
- package/dist/runtime/components/ui/tabs/TabsContent.vue.d.ts +18 -0
- package/dist/runtime/components/ui/tabs/TabsList.d.vue.ts +18 -0
- package/dist/runtime/components/ui/tabs/TabsList.vue +25 -0
- package/dist/runtime/components/ui/tabs/TabsList.vue.d.ts +18 -0
- package/dist/runtime/components/ui/tabs/TabsTrigger.d.vue.ts +18 -0
- package/dist/runtime/components/ui/tabs/TabsTrigger.vue +27 -0
- package/dist/runtime/components/ui/tabs/TabsTrigger.vue.d.ts +18 -0
- package/dist/runtime/components/ui/tabs/index.d.ts +4 -0
- package/dist/runtime/components/ui/tabs/index.js +4 -0
- package/dist/runtime/components/ui/tags-input/TagsInput.d.vue.ts +30 -0
- package/dist/runtime/components/ui/tags-input/TagsInput.vue +34 -0
- package/dist/runtime/components/ui/tags-input/TagsInput.vue.d.ts +30 -0
- package/dist/runtime/components/ui/tags-input/TagsInputInput.d.vue.ts +8 -0
- package/dist/runtime/components/ui/tags-input/TagsInputInput.vue +19 -0
- package/dist/runtime/components/ui/tags-input/TagsInputInput.vue.d.ts +8 -0
- package/dist/runtime/components/ui/tags-input/TagsInputItem.d.vue.ts +18 -0
- package/dist/runtime/components/ui/tags-input/TagsInputItem.vue +20 -0
- package/dist/runtime/components/ui/tags-input/TagsInputItem.vue.d.ts +18 -0
- package/dist/runtime/components/ui/tags-input/TagsInputItemDelete.d.vue.ts +18 -0
- package/dist/runtime/components/ui/tags-input/TagsInputItemDelete.vue +21 -0
- package/dist/runtime/components/ui/tags-input/TagsInputItemDelete.vue.d.ts +18 -0
- package/dist/runtime/components/ui/tags-input/TagsInputItemText.d.vue.ts +8 -0
- package/dist/runtime/components/ui/tags-input/TagsInputItemText.vue +16 -0
- package/dist/runtime/components/ui/tags-input/TagsInputItemText.vue.d.ts +8 -0
- package/dist/runtime/components/ui/tags-input/index.d.ts +5 -0
- package/dist/runtime/components/ui/tags-input/index.js +5 -0
- package/dist/runtime/components/ui/textarea/Textarea.d.vue.ts +13 -0
- package/dist/runtime/components/ui/textarea/Textarea.vue +22 -0
- package/dist/runtime/components/ui/textarea/Textarea.vue.d.ts +13 -0
- package/dist/runtime/components/ui/textarea/index.d.ts +1 -0
- package/dist/runtime/components/ui/textarea/index.js +1 -0
- package/dist/runtime/components/ui/timezone-select/TimezoneSelect.d.vue.ts +12 -0
- package/dist/runtime/components/ui/timezone-select/TimezoneSelect.vue +89 -0
- package/dist/runtime/components/ui/timezone-select/TimezoneSelect.vue.d.ts +12 -0
- package/dist/runtime/components/ui/timezone-select/index.d.ts +2 -0
- package/dist/runtime/components/ui/timezone-select/index.js +2 -0
- package/dist/runtime/components/ui/timezone-select/useTimezone.d.ts +29 -0
- package/dist/runtime/components/ui/timezone-select/useTimezone.js +224 -0
- package/dist/runtime/components/ui/toggle/Toggle.d.vue.ts +30 -0
- package/dist/runtime/components/ui/toggle/Toggle.vue +32 -0
- package/dist/runtime/components/ui/toggle/Toggle.vue.d.ts +30 -0
- package/dist/runtime/components/ui/toggle/index.d.ts +7 -0
- package/dist/runtime/components/ui/toggle/index.js +22 -0
- package/dist/runtime/components/ui/toggle-group/ToggleGroup.d.vue.ts +30 -0
- package/dist/runtime/components/ui/toggle-group/ToggleGroup.vue +49 -0
- package/dist/runtime/components/ui/toggle-group/ToggleGroup.vue.d.ts +30 -0
- package/dist/runtime/components/ui/toggle-group/ToggleGroupItem.d.vue.ts +30 -0
- package/dist/runtime/components/ui/toggle-group/ToggleGroupItem.vue +41 -0
- package/dist/runtime/components/ui/toggle-group/ToggleGroupItem.vue.d.ts +30 -0
- package/dist/runtime/components/ui/toggle-group/index.d.ts +2 -0
- package/dist/runtime/components/ui/toggle-group/index.js +2 -0
- package/dist/runtime/components/ui/tooltip/Tooltip.d.vue.ts +20 -0
- package/dist/runtime/components/ui/tooltip/Tooltip.vue +24 -0
- package/dist/runtime/components/ui/tooltip/Tooltip.vue.d.ts +20 -0
- package/dist/runtime/components/ui/tooltip/TooltipContent.d.vue.ts +24 -0
- package/dist/runtime/components/ui/tooltip/TooltipContent.vue +44 -0
- package/dist/runtime/components/ui/tooltip/TooltipContent.vue.d.ts +24 -0
- package/dist/runtime/components/ui/tooltip/TooltipProvider.d.vue.ts +14 -0
- package/dist/runtime/components/ui/tooltip/TooltipProvider.vue +17 -0
- package/dist/runtime/components/ui/tooltip/TooltipProvider.vue.d.ts +14 -0
- package/dist/runtime/components/ui/tooltip/TooltipTrigger.d.vue.ts +14 -0
- package/dist/runtime/components/ui/tooltip/TooltipTrigger.vue +17 -0
- package/dist/runtime/components/ui/tooltip/TooltipTrigger.vue.d.ts +14 -0
- package/dist/runtime/components/ui/tooltip/index.d.ts +4 -0
- package/dist/runtime/components/ui/tooltip/index.js +4 -0
- package/dist/runtime/composables/useAuth.d.ts +2707 -0
- package/dist/runtime/composables/useAuth.js +41 -0
- package/dist/runtime/composables/useBreadcrumbItems.d.ts +55 -0
- package/dist/runtime/composables/useBreadcrumbItems.js +256 -0
- package/dist/runtime/composables/useImageUrl.d.ts +10 -0
- package/dist/runtime/composables/useImageUrl.js +100 -0
- package/dist/runtime/error.d.vue.ts +11 -0
- package/dist/runtime/error.vue +297 -0
- package/dist/runtime/error.vue.d.ts +11 -0
- package/dist/runtime/graphql/.gitkeep +0 -0
- package/dist/runtime/middleware/auth.global.d.ts +8 -0
- package/dist/runtime/middleware/auth.global.js +28 -0
- package/dist/runtime/server/plugins/s3-storage.d.ts +2 -0
- package/dist/runtime/server/plugins/s3-storage.js +37 -0
- package/dist/runtime/server/utils/index.d.ts +1 -0
- package/dist/runtime/server/utils/index.js +1 -0
- package/dist/runtime/shared/index.d.ts +1 -0
- package/dist/runtime/shared/index.js +1 -0
- package/dist/runtime/stores/.gitkeep +0 -0
- package/dist/runtime/types/nitro-graphql-client.d.ts +2 -0
- package/dist/runtime/utils/index.d.ts +2 -0
- package/dist/runtime/utils/index.js +5 -0
- package/dist/types.d.mts +9 -0
- package/package.json +126 -0
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { navigateTo } from "#app";
|
|
2
|
+
import { adminClient } from "better-auth/client/plugins";
|
|
3
|
+
import { createAuthClient } from "better-auth/vue";
|
|
4
|
+
const authClient = createAuthClient({
|
|
5
|
+
plugins: [adminClient()]
|
|
6
|
+
});
|
|
7
|
+
export function useAuth() {
|
|
8
|
+
const session = authClient.useSession();
|
|
9
|
+
const isLoading = computed(() => session.value.isPending);
|
|
10
|
+
const isAuthenticated = computed(() => !!session.value.data?.user);
|
|
11
|
+
const user = computed(() => session.value.data?.user || null);
|
|
12
|
+
function login(returnTo) {
|
|
13
|
+
const query = returnTo ? `?return_to=${encodeURIComponent(returnTo)}` : "";
|
|
14
|
+
navigateTo(`/auth/login${query}`);
|
|
15
|
+
}
|
|
16
|
+
function register(returnTo) {
|
|
17
|
+
const query = returnTo ? `?return_to=${encodeURIComponent(returnTo)}` : "";
|
|
18
|
+
navigateTo(`/auth/register${query}`);
|
|
19
|
+
}
|
|
20
|
+
async function logout() {
|
|
21
|
+
await authClient.signOut();
|
|
22
|
+
navigateTo("/");
|
|
23
|
+
}
|
|
24
|
+
async function refreshSession() {
|
|
25
|
+
const result = await authClient.getSession({ fetchOptions: { cache: "no-store" } });
|
|
26
|
+
return result;
|
|
27
|
+
}
|
|
28
|
+
return {
|
|
29
|
+
session,
|
|
30
|
+
isLoading,
|
|
31
|
+
isAuthenticated,
|
|
32
|
+
user,
|
|
33
|
+
login,
|
|
34
|
+
register,
|
|
35
|
+
logout,
|
|
36
|
+
refreshSession,
|
|
37
|
+
authClient
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
export const { signIn, signUp, signOut, useSession, getSession } = authClient;
|
|
41
|
+
export { authClient };
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import type { NuxtLinkProps } from 'nuxt/app';
|
|
2
|
+
import type { MaybeRefOrGetter } from 'vue';
|
|
3
|
+
interface NuxtUIBreadcrumbItem extends NuxtLinkProps {
|
|
4
|
+
label: string;
|
|
5
|
+
labelClass?: string;
|
|
6
|
+
icon?: string;
|
|
7
|
+
iconClass?: string;
|
|
8
|
+
as?: string;
|
|
9
|
+
type?: 'button' | 'submit' | 'reset';
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
active?: boolean;
|
|
12
|
+
exact?: boolean;
|
|
13
|
+
exactQuery?: boolean;
|
|
14
|
+
exactMatch?: boolean;
|
|
15
|
+
inactiveClass?: string;
|
|
16
|
+
[key: string]: any;
|
|
17
|
+
}
|
|
18
|
+
export interface BreadcrumbItemProps extends NuxtUIBreadcrumbItem {
|
|
19
|
+
current?: boolean;
|
|
20
|
+
ariaCurrent?: 'page' | 'step' | 'location' | 'date' | 'time' | boolean | 'true' | 'false';
|
|
21
|
+
to?: string;
|
|
22
|
+
ariaLabel?: string;
|
|
23
|
+
separator?: boolean | string;
|
|
24
|
+
class?: (string | string[] | undefined)[] | string;
|
|
25
|
+
_props?: {
|
|
26
|
+
first: boolean;
|
|
27
|
+
last: boolean;
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
export interface BreadcrumbProps {
|
|
31
|
+
path?: MaybeRefOrGetter<string>;
|
|
32
|
+
id?: string;
|
|
33
|
+
append?: MaybeRefOrGetter<BreadcrumbItemProps[]>;
|
|
34
|
+
prepend?: MaybeRefOrGetter<BreadcrumbItemProps[]>;
|
|
35
|
+
overrides?: MaybeRefOrGetter<(BreadcrumbItemProps | false | undefined)[]>;
|
|
36
|
+
ariaLabel?: string;
|
|
37
|
+
hideCurrent?: MaybeRefOrGetter<boolean>;
|
|
38
|
+
hideRoot?: MaybeRefOrGetter<boolean>;
|
|
39
|
+
hideNonExisting?: MaybeRefOrGetter<boolean>;
|
|
40
|
+
rootSegment?: string;
|
|
41
|
+
trailingSlash?: boolean;
|
|
42
|
+
}
|
|
43
|
+
export type ResolvedBreadcrumbProps = {
|
|
44
|
+
[key in keyof BreadcrumbProps]: BreadcrumbProps[key] extends MaybeRefOrGetter<infer T> ? T : BreadcrumbProps[key];
|
|
45
|
+
};
|
|
46
|
+
export declare function isPathFile(path: string): boolean;
|
|
47
|
+
export declare function fixSlashes(trailingSlash: boolean | undefined, pathOrUrl: string): string;
|
|
48
|
+
export declare function pathBreadcrumbSegments(path: string, rootNode?: string): string[];
|
|
49
|
+
/**
|
|
50
|
+
* Generate an automatic breadcrumb list that helps users to navigate between pages.
|
|
51
|
+
* Supports hierarchical overrides and integrates with Nuxt I18n (optional).
|
|
52
|
+
*/
|
|
53
|
+
export declare function useBreadcrumbItems(_options?: BreadcrumbProps): import("vue").ComputedRef<BreadcrumbItemProps[]>;
|
|
54
|
+
export declare function defineBreadcrumb(): void;
|
|
55
|
+
export {};
|
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
import { defu } from "defu";
|
|
2
|
+
import { useNuxtApp, useRoute, useRouter, useState } from "nuxt/app";
|
|
3
|
+
import { hasTrailingSlash, parseURL, stringifyParsedURL, withoutTrailingSlash, withTrailingSlash } from "ufo";
|
|
4
|
+
import {
|
|
5
|
+
computed,
|
|
6
|
+
getCurrentInstance,
|
|
7
|
+
inject,
|
|
8
|
+
onScopeDispose,
|
|
9
|
+
onUnmounted,
|
|
10
|
+
provide,
|
|
11
|
+
ref,
|
|
12
|
+
toRaw,
|
|
13
|
+
toValue,
|
|
14
|
+
watch
|
|
15
|
+
} from "vue";
|
|
16
|
+
const fileExtensions = [
|
|
17
|
+
"jpg",
|
|
18
|
+
"jpeg",
|
|
19
|
+
"png",
|
|
20
|
+
"gif",
|
|
21
|
+
"bmp",
|
|
22
|
+
"webp",
|
|
23
|
+
"svg",
|
|
24
|
+
"ico",
|
|
25
|
+
"pdf",
|
|
26
|
+
"doc",
|
|
27
|
+
"docx",
|
|
28
|
+
"xls",
|
|
29
|
+
"xlsx",
|
|
30
|
+
"ppt",
|
|
31
|
+
"pptx",
|
|
32
|
+
"txt",
|
|
33
|
+
"md",
|
|
34
|
+
"zip",
|
|
35
|
+
"rar",
|
|
36
|
+
"7z",
|
|
37
|
+
"tar",
|
|
38
|
+
"gz",
|
|
39
|
+
"mp3",
|
|
40
|
+
"wav",
|
|
41
|
+
"flac",
|
|
42
|
+
"ogg",
|
|
43
|
+
"mp4",
|
|
44
|
+
"avi",
|
|
45
|
+
"mkv",
|
|
46
|
+
"mov",
|
|
47
|
+
"html",
|
|
48
|
+
"css",
|
|
49
|
+
"js",
|
|
50
|
+
"json",
|
|
51
|
+
"xml",
|
|
52
|
+
"tsx",
|
|
53
|
+
"jsx",
|
|
54
|
+
"ts",
|
|
55
|
+
"vue"
|
|
56
|
+
];
|
|
57
|
+
export function isPathFile(path) {
|
|
58
|
+
const lastSegment = path.split("/").pop();
|
|
59
|
+
const ext = (lastSegment || path).match(/\.[0-9a-z]+$/i)?.[0];
|
|
60
|
+
return ext ? fileExtensions.includes(ext.replace(".", "")) : false;
|
|
61
|
+
}
|
|
62
|
+
export function fixSlashes(trailingSlash, pathOrUrl) {
|
|
63
|
+
const $url = parseURL(pathOrUrl);
|
|
64
|
+
if (isPathFile($url.pathname))
|
|
65
|
+
return pathOrUrl;
|
|
66
|
+
const fixedPath = trailingSlash ? withTrailingSlash($url.pathname) : withoutTrailingSlash($url.pathname);
|
|
67
|
+
return `${$url.protocol ? `${$url.protocol}//` : ""}${$url.host || ""}${fixedPath}${$url.search || ""}${$url.hash || ""}`;
|
|
68
|
+
}
|
|
69
|
+
export function pathBreadcrumbSegments(path, rootNode = "/") {
|
|
70
|
+
const startNode = parseURL(path);
|
|
71
|
+
const appendsTrailingSlash = hasTrailingSlash(startNode.pathname);
|
|
72
|
+
const stepNode = (node, nodes = []) => {
|
|
73
|
+
const fullPath = stringifyParsedURL(node);
|
|
74
|
+
const currentPathName = node.pathname || "/";
|
|
75
|
+
nodes.push(fullPath || "/");
|
|
76
|
+
if (currentPathName !== rootNode && currentPathName !== "/") {
|
|
77
|
+
node.pathname = currentPathName.substring(0, currentPathName.lastIndexOf("/"));
|
|
78
|
+
if (appendsTrailingSlash)
|
|
79
|
+
node.pathname = withTrailingSlash(node.pathname.substring(0, node.pathname.lastIndexOf("/")));
|
|
80
|
+
stepNode(node, nodes);
|
|
81
|
+
}
|
|
82
|
+
return nodes;
|
|
83
|
+
};
|
|
84
|
+
return stepNode(startNode).reverse();
|
|
85
|
+
}
|
|
86
|
+
function withoutQuery(path) {
|
|
87
|
+
return path.split("?")[0];
|
|
88
|
+
}
|
|
89
|
+
function titleCase(s) {
|
|
90
|
+
return s.replaceAll("-", " ").replace(/\w\S*/g, (w) => w.charAt(0).toUpperCase() + w.substr(1).toLowerCase());
|
|
91
|
+
}
|
|
92
|
+
const BreadcrumbCtx = Symbol("BreadcrumbCtx");
|
|
93
|
+
export function useBreadcrumbItems(_options = {}) {
|
|
94
|
+
const nuxtApp = useNuxtApp();
|
|
95
|
+
const vm = getCurrentInstance();
|
|
96
|
+
const id = `${_options.id || "breadcrumb"}`;
|
|
97
|
+
const uid = `${vm?.uid || 0}`;
|
|
98
|
+
const parentChain = [];
|
|
99
|
+
let parent = vm?.parent;
|
|
100
|
+
while (parent) {
|
|
101
|
+
parentChain.push(parent.uid || 0);
|
|
102
|
+
parent = parent.parent;
|
|
103
|
+
}
|
|
104
|
+
const pauseUpdates = ref(import.meta.client && nuxtApp.isHydrating);
|
|
105
|
+
let stateRef = null;
|
|
106
|
+
if (vm) {
|
|
107
|
+
stateRef = inject(BreadcrumbCtx, null);
|
|
108
|
+
if (!stateRef) {
|
|
109
|
+
stateRef = ref({});
|
|
110
|
+
provide(BreadcrumbCtx, stateRef);
|
|
111
|
+
}
|
|
112
|
+
const state = stateRef.value;
|
|
113
|
+
state[uid] = _options;
|
|
114
|
+
stateRef.value = state;
|
|
115
|
+
onUnmounted(() => {
|
|
116
|
+
const state2 = toRaw(stateRef.value);
|
|
117
|
+
delete state2[uid];
|
|
118
|
+
stateRef.value = state2;
|
|
119
|
+
});
|
|
120
|
+
if (import.meta.client) {
|
|
121
|
+
const hooks = [];
|
|
122
|
+
hooks.push(nuxtApp.hooks.hook("page:start", () => {
|
|
123
|
+
pauseUpdates.value = true;
|
|
124
|
+
}));
|
|
125
|
+
hooks.push(nuxtApp.hooks.hook("page:finish", () => {
|
|
126
|
+
if (!nuxtApp.isHydrating)
|
|
127
|
+
pauseUpdates.value = false;
|
|
128
|
+
}));
|
|
129
|
+
hooks.push(nuxtApp.hooks.hook("app:error", () => {
|
|
130
|
+
pauseUpdates.value = false;
|
|
131
|
+
}));
|
|
132
|
+
hooks.push(nuxtApp.hooks.hook("app:suspense:resolve", () => {
|
|
133
|
+
pauseUpdates.value = false;
|
|
134
|
+
}));
|
|
135
|
+
onScopeDispose(() => {
|
|
136
|
+
hooks.forEach((hook) => hook?.());
|
|
137
|
+
hooks.length = 0;
|
|
138
|
+
});
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
const route = useRoute();
|
|
142
|
+
const router = useRouter();
|
|
143
|
+
const hasI18n = !!nuxtApp.$i18n;
|
|
144
|
+
const i18n = hasI18n ? nuxtApp.$i18n : null;
|
|
145
|
+
const lastBreadcrumbs = useState(`breadcrumb:${id}`, () => []);
|
|
146
|
+
const items = computed(() => {
|
|
147
|
+
if (import.meta.client && pauseUpdates.value) {
|
|
148
|
+
return lastBreadcrumbs.value;
|
|
149
|
+
}
|
|
150
|
+
const state = toValue(stateRef) || {};
|
|
151
|
+
const optionStack = [...parentChain, uid].map((parentId) => state[parentId]).filter(Boolean);
|
|
152
|
+
const flatOptions = optionStack.reduce((acc, _cur) => {
|
|
153
|
+
const cur = {};
|
|
154
|
+
Object.entries(_cur).forEach(([key, value]) => {
|
|
155
|
+
cur[key] = toValue(value);
|
|
156
|
+
});
|
|
157
|
+
acc.hideRoot = cur.hideRoot ?? acc.hideRoot;
|
|
158
|
+
acc.hideCurrent = cur.hideCurrent ?? acc.hideCurrent;
|
|
159
|
+
acc.hideNonExisting = cur.hideNonExisting ?? acc.hideNonExisting;
|
|
160
|
+
acc.trailingSlash = cur.trailingSlash ?? acc.trailingSlash;
|
|
161
|
+
acc.rootSegment = acc.rootSegment || cur.rootSegment;
|
|
162
|
+
acc.path = acc.path || cur.path;
|
|
163
|
+
acc.overrides = acc.overrides || [];
|
|
164
|
+
const overrides = toRaw(toValue(cur.overrides));
|
|
165
|
+
if (overrides) {
|
|
166
|
+
overrides.forEach((item, index) => {
|
|
167
|
+
if (item !== void 0) {
|
|
168
|
+
acc.overrides[index] = toRaw(toValue(item));
|
|
169
|
+
}
|
|
170
|
+
});
|
|
171
|
+
}
|
|
172
|
+
const prepend = toRaw(toValue(cur.prepend));
|
|
173
|
+
const append = toRaw(toValue(cur.append));
|
|
174
|
+
if (prepend?.length) {
|
|
175
|
+
acc.prepend = [...acc.prepend || [], ...prepend.map((m) => toRaw(toValue(m)))].filter(Boolean);
|
|
176
|
+
}
|
|
177
|
+
if (append?.length) {
|
|
178
|
+
acc.append = [...acc.append || [], ...append.map((m) => toRaw(toValue(m)))].filter(Boolean);
|
|
179
|
+
}
|
|
180
|
+
return acc;
|
|
181
|
+
}, {});
|
|
182
|
+
let rootNode = flatOptions.rootSegment || "/";
|
|
183
|
+
if (i18n?.strategy) {
|
|
184
|
+
const strategy = toValue(i18n.strategy);
|
|
185
|
+
const locale = toValue(i18n.locale);
|
|
186
|
+
const defaultLocale = toValue(i18n.defaultLocale);
|
|
187
|
+
if (strategy === "prefix" || strategy !== "no_prefix" && defaultLocale !== locale) {
|
|
188
|
+
rootNode = `${rootNode}${locale}`;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
const current = withoutQuery(withoutTrailingSlash(flatOptions.path || toRaw(route)?.path || rootNode)) || "";
|
|
192
|
+
const segments = pathBreadcrumbSegments(current, rootNode).map((path, index) => {
|
|
193
|
+
const override = flatOptions.overrides?.[index];
|
|
194
|
+
if (override === false)
|
|
195
|
+
return false;
|
|
196
|
+
return {
|
|
197
|
+
to: path,
|
|
198
|
+
_index: index,
|
|
199
|
+
_override: override
|
|
200
|
+
};
|
|
201
|
+
});
|
|
202
|
+
segments.unshift(...flatOptions.prepend || []);
|
|
203
|
+
segments.push(...flatOptions.append || []);
|
|
204
|
+
return segments.filter(Boolean).map((item) => {
|
|
205
|
+
const resolvedRoute = item.to ? router.resolve(item.to)?.matched?.at(-1) : null;
|
|
206
|
+
let autoLabel = titleCase(String((item.to || "").split("/").pop()));
|
|
207
|
+
let autoAriaLabel = "";
|
|
208
|
+
if (resolvedRoute) {
|
|
209
|
+
const routeMeta = resolvedRoute?.meta || {};
|
|
210
|
+
const routeName = String(resolvedRoute.name).split("___")?.[0];
|
|
211
|
+
if (routeName === "index")
|
|
212
|
+
autoLabel = "Home";
|
|
213
|
+
autoLabel = routeMeta.breadcrumbLabel || routeMeta.breadcrumbTitle || routeMeta.title || autoLabel;
|
|
214
|
+
if (i18n?.t) {
|
|
215
|
+
try {
|
|
216
|
+
autoLabel = i18n.t(`breadcrumb.items.${routeName}.label`, autoLabel, { missingWarn: false });
|
|
217
|
+
autoAriaLabel = i18n.t(`breadcrumb.items.${routeName}.ariaLabel`, autoAriaLabel, { missingWarn: false });
|
|
218
|
+
} catch {
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
if (routeMeta.breadcrumb) {
|
|
222
|
+
item = defu(routeMeta.breadcrumb, { to: item.to });
|
|
223
|
+
}
|
|
224
|
+
} else if (flatOptions.hideNonExisting) {
|
|
225
|
+
return false;
|
|
226
|
+
}
|
|
227
|
+
const override = item._override;
|
|
228
|
+
if (override) {
|
|
229
|
+
item = defu(override, item);
|
|
230
|
+
}
|
|
231
|
+
delete item._index;
|
|
232
|
+
delete item._override;
|
|
233
|
+
item.label = item.label || autoLabel;
|
|
234
|
+
item.ariaLabel = item.ariaLabel || autoAriaLabel || item.label;
|
|
235
|
+
item.current = item.current || item.to === current;
|
|
236
|
+
if (flatOptions.hideCurrent && item.current)
|
|
237
|
+
return false;
|
|
238
|
+
return item;
|
|
239
|
+
}).map((m) => {
|
|
240
|
+
if (m && m.to) {
|
|
241
|
+
m.to = fixSlashes(flatOptions.trailingSlash, m.to);
|
|
242
|
+
if (m.to === rootNode && flatOptions.hideRoot)
|
|
243
|
+
return false;
|
|
244
|
+
}
|
|
245
|
+
return m;
|
|
246
|
+
}).filter(Boolean);
|
|
247
|
+
});
|
|
248
|
+
watch(items, (newItems) => {
|
|
249
|
+
if (!pauseUpdates.value) {
|
|
250
|
+
lastBreadcrumbs.value = newItems;
|
|
251
|
+
}
|
|
252
|
+
}, { immediate: true, flush: "sync" });
|
|
253
|
+
return items;
|
|
254
|
+
}
|
|
255
|
+
export function defineBreadcrumb() {
|
|
256
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export type ImageSize = 'raw' | 'xs' | 'sm' | 'md' | 'lg' | 'thumbnails' | 'thumbnails2' | '2k' | 'profile50' | 'profile75';
|
|
2
|
+
export declare function useImageUrl(): {
|
|
3
|
+
getImageUrl: (imageKey: string | null | undefined, size?: ImageSize) => string;
|
|
4
|
+
getAvailableSizes: () => {
|
|
5
|
+
path: string;
|
|
6
|
+
description: string;
|
|
7
|
+
key: ImageSize;
|
|
8
|
+
}[];
|
|
9
|
+
getCustomImageUrl: (imageKey: string | null | undefined, params: string) => string;
|
|
10
|
+
};
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
const imageSizes = {
|
|
2
|
+
"raw": {
|
|
3
|
+
path: "skip_processing:jpg:png:gif,default=resizing_type:fit",
|
|
4
|
+
description: "Original image without processing"
|
|
5
|
+
},
|
|
6
|
+
"xs": {
|
|
7
|
+
path: "s:100:100/rt:fill/sh:0.2",
|
|
8
|
+
description: "Extra small (100x100)"
|
|
9
|
+
},
|
|
10
|
+
"sm": {
|
|
11
|
+
path: "s:250:250/rt:fill/sh:0.3",
|
|
12
|
+
description: "Small (250x250)"
|
|
13
|
+
},
|
|
14
|
+
"md": {
|
|
15
|
+
path: "s:500:500/rt:fill/sh:0.5",
|
|
16
|
+
description: "Medium (500x500)"
|
|
17
|
+
},
|
|
18
|
+
"lg": {
|
|
19
|
+
path: "s:1000:1000/rt:fill/sh:0.7",
|
|
20
|
+
description: "Large (1000x1000)"
|
|
21
|
+
},
|
|
22
|
+
"thumbnails": {
|
|
23
|
+
path: "s:525:175/sh:0.5",
|
|
24
|
+
description: "Thumbnail (525x175)"
|
|
25
|
+
},
|
|
26
|
+
"thumbnails2": {
|
|
27
|
+
path: "s:1050:350/sh:0.3",
|
|
28
|
+
description: "Large thumbnail (1050x350)"
|
|
29
|
+
},
|
|
30
|
+
"2k": {
|
|
31
|
+
path: "s:2000:2000/sh:1",
|
|
32
|
+
description: "2K resolution (2000x2000)"
|
|
33
|
+
},
|
|
34
|
+
"profile50": {
|
|
35
|
+
path: "s:100:100/rt:fill/f:avif",
|
|
36
|
+
description: "Profile small AVIF (100x100)"
|
|
37
|
+
},
|
|
38
|
+
"profile75": {
|
|
39
|
+
path: "s:150:150/rt:fill/f:avif",
|
|
40
|
+
description: "Profile medium AVIF (150x150)"
|
|
41
|
+
}
|
|
42
|
+
};
|
|
43
|
+
export function useImageUrl() {
|
|
44
|
+
const config = useRuntimeConfig();
|
|
45
|
+
const imgproxyConfig = config.public.imgproxy;
|
|
46
|
+
const s3StaticUrl = imgproxyConfig.storageUrl;
|
|
47
|
+
const cdnDomains = imgproxyConfig.cdnDomains;
|
|
48
|
+
function extractKeyFromUrl(url) {
|
|
49
|
+
try {
|
|
50
|
+
const parsedUrl = new URL(url);
|
|
51
|
+
if (cdnDomains.includes(parsedUrl.host)) {
|
|
52
|
+
return parsedUrl.pathname.slice(1);
|
|
53
|
+
}
|
|
54
|
+
} catch {
|
|
55
|
+
}
|
|
56
|
+
return null;
|
|
57
|
+
}
|
|
58
|
+
function getImageUrl(imageKey, size = "lg") {
|
|
59
|
+
if (!imageKey) {
|
|
60
|
+
return "";
|
|
61
|
+
}
|
|
62
|
+
let key = imageKey;
|
|
63
|
+
if (imageKey.startsWith("http://") || imageKey.startsWith("https://")) {
|
|
64
|
+
const extractedKey = extractKeyFromUrl(imageKey);
|
|
65
|
+
if (extractedKey) {
|
|
66
|
+
key = extractedKey;
|
|
67
|
+
} else {
|
|
68
|
+
return imageKey;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
const basePath = size === "raw" ? "/unsafe/raw/plain/" : `/unsafe/${size}/plain/`;
|
|
72
|
+
return new URL(key, `${s3StaticUrl}${basePath}`).toString();
|
|
73
|
+
}
|
|
74
|
+
function getAvailableSizes() {
|
|
75
|
+
return Object.entries(imageSizes).map(([key, config2]) => ({
|
|
76
|
+
key,
|
|
77
|
+
...config2
|
|
78
|
+
}));
|
|
79
|
+
}
|
|
80
|
+
function getCustomImageUrl(imageKey, params) {
|
|
81
|
+
if (!imageKey) {
|
|
82
|
+
return "";
|
|
83
|
+
}
|
|
84
|
+
let key = imageKey;
|
|
85
|
+
if (imageKey.startsWith("http://") || imageKey.startsWith("https://")) {
|
|
86
|
+
const extractedKey = extractKeyFromUrl(imageKey);
|
|
87
|
+
if (extractedKey) {
|
|
88
|
+
key = extractedKey;
|
|
89
|
+
} else {
|
|
90
|
+
return imageKey;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
return new URL(key, `${s3StaticUrl}/unsafe/${params}/plain/`).toString();
|
|
94
|
+
}
|
|
95
|
+
return {
|
|
96
|
+
getImageUrl,
|
|
97
|
+
getAvailableSizes,
|
|
98
|
+
getCustomImageUrl
|
|
99
|
+
};
|
|
100
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
error: {
|
|
3
|
+
statusCode: number;
|
|
4
|
+
statusMessage?: string;
|
|
5
|
+
message?: string;
|
|
6
|
+
stack?: string;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_export: 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>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
11
|
+
export default _default;
|