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,34 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { reactiveOmit } from "@vueuse/core";
|
|
3
|
+
import { ChevronRight } from "lucide-vue-next";
|
|
4
|
+
import {
|
|
5
|
+
ContextMenuSubTrigger,
|
|
6
|
+
useForwardProps
|
|
7
|
+
} from "reka-ui";
|
|
8
|
+
import { cn } from "abckit/utils";
|
|
9
|
+
const props = defineProps({
|
|
10
|
+
disabled: { type: Boolean, required: false },
|
|
11
|
+
textValue: { type: String, required: false },
|
|
12
|
+
asChild: { type: Boolean, required: false },
|
|
13
|
+
as: { type: null, required: false },
|
|
14
|
+
class: { type: null, required: false },
|
|
15
|
+
inset: { type: Boolean, required: false }
|
|
16
|
+
});
|
|
17
|
+
const delegatedProps = reactiveOmit(props, "class");
|
|
18
|
+
const forwardedProps = useForwardProps(delegatedProps);
|
|
19
|
+
</script>
|
|
20
|
+
|
|
21
|
+
<template>
|
|
22
|
+
<ContextMenuSubTrigger
|
|
23
|
+
data-slot="context-menu-sub-trigger"
|
|
24
|
+
:data-inset="inset ? '' : void 0"
|
|
25
|
+
v-bind="forwardedProps"
|
|
26
|
+
:class="cn(
|
|
27
|
+
'focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground flex cursor-default items-center rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[inset]:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*=\'size-\'])]:size-4',
|
|
28
|
+
props.class
|
|
29
|
+
)"
|
|
30
|
+
>
|
|
31
|
+
<slot />
|
|
32
|
+
<ChevronRight class="ml-auto" />
|
|
33
|
+
</ContextMenuSubTrigger>
|
|
34
|
+
</template>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { ContextMenuSubTriggerProps } from "reka-ui";
|
|
2
|
+
import type { HTMLAttributes } from "vue";
|
|
3
|
+
type __VLS_Props = ContextMenuSubTriggerProps & {
|
|
4
|
+
class?: HTMLAttributes["class"];
|
|
5
|
+
inset?: boolean;
|
|
6
|
+
};
|
|
7
|
+
declare var __VLS_8: {};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
default?: (props: typeof __VLS_8) => any;
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
13
|
+
declare const _default: typeof __VLS_export;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
|
+
new (): {
|
|
17
|
+
$slots: S;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { ContextMenuTriggerProps } from "reka-ui";
|
|
2
|
+
declare var __VLS_8: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_8) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_base: import("vue").DefineComponent<ContextMenuTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContextMenuTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { ContextMenuTrigger, useForwardProps } from "reka-ui";
|
|
3
|
+
const props = defineProps({
|
|
4
|
+
disabled: { type: Boolean, required: false },
|
|
5
|
+
asChild: { type: Boolean, required: false },
|
|
6
|
+
as: { type: null, required: false }
|
|
7
|
+
});
|
|
8
|
+
const forwardedProps = useForwardProps(props);
|
|
9
|
+
</script>
|
|
10
|
+
|
|
11
|
+
<template>
|
|
12
|
+
<ContextMenuTrigger
|
|
13
|
+
data-slot="context-menu-trigger"
|
|
14
|
+
v-bind="forwardedProps"
|
|
15
|
+
>
|
|
16
|
+
<slot />
|
|
17
|
+
</ContextMenuTrigger>
|
|
18
|
+
</template>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { ContextMenuTriggerProps } from "reka-ui";
|
|
2
|
+
declare var __VLS_8: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_8) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_base: import("vue").DefineComponent<ContextMenuTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ContextMenuTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export { default as ContextMenu } from "./ContextMenu.vue.js";
|
|
2
|
+
export { default as ContextMenuCheckboxItem } from "./ContextMenuCheckboxItem.vue.js";
|
|
3
|
+
export { default as ContextMenuContent } from "./ContextMenuContent.vue.js";
|
|
4
|
+
export { default as ContextMenuGroup } from "./ContextMenuGroup.vue.js";
|
|
5
|
+
export { default as ContextMenuItem } from "./ContextMenuItem.vue.js";
|
|
6
|
+
export { default as ContextMenuLabel } from "./ContextMenuLabel.vue.js";
|
|
7
|
+
export { default as ContextMenuRadioGroup } from "./ContextMenuRadioGroup.vue.js";
|
|
8
|
+
export { default as ContextMenuRadioItem } from "./ContextMenuRadioItem.vue.js";
|
|
9
|
+
export { default as ContextMenuSeparator } from "./ContextMenuSeparator.vue.js";
|
|
10
|
+
export { default as ContextMenuShortcut } from "./ContextMenuShortcut.vue.js";
|
|
11
|
+
export { default as ContextMenuSub } from "./ContextMenuSub.vue.js";
|
|
12
|
+
export { default as ContextMenuSubContent } from "./ContextMenuSubContent.vue.js";
|
|
13
|
+
export { default as ContextMenuSubTrigger } from "./ContextMenuSubTrigger.vue.js";
|
|
14
|
+
export { default as ContextMenuTrigger } from "./ContextMenuTrigger.vue.js";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export { default as ContextMenu } from "./ContextMenu.vue";
|
|
2
|
+
export { default as ContextMenuCheckboxItem } from "./ContextMenuCheckboxItem.vue";
|
|
3
|
+
export { default as ContextMenuContent } from "./ContextMenuContent.vue";
|
|
4
|
+
export { default as ContextMenuGroup } from "./ContextMenuGroup.vue";
|
|
5
|
+
export { default as ContextMenuItem } from "./ContextMenuItem.vue";
|
|
6
|
+
export { default as ContextMenuLabel } from "./ContextMenuLabel.vue";
|
|
7
|
+
export { default as ContextMenuRadioGroup } from "./ContextMenuRadioGroup.vue";
|
|
8
|
+
export { default as ContextMenuRadioItem } from "./ContextMenuRadioItem.vue";
|
|
9
|
+
export { default as ContextMenuSeparator } from "./ContextMenuSeparator.vue";
|
|
10
|
+
export { default as ContextMenuShortcut } from "./ContextMenuShortcut.vue";
|
|
11
|
+
export { default as ContextMenuSub } from "./ContextMenuSub.vue";
|
|
12
|
+
export { default as ContextMenuSubContent } from "./ContextMenuSubContent.vue";
|
|
13
|
+
export { default as ContextMenuSubTrigger } from "./ContextMenuSubTrigger.vue";
|
|
14
|
+
export { default as ContextMenuTrigger } from "./ContextMenuTrigger.vue";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
modelValue?: string;
|
|
3
|
+
placeholder?: string;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
locale?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
+
"update:modelValue": (value: string) => any;
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
10
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { computed, watch, nextTick, ref } from "vue";
|
|
3
|
+
import { FormControl } from "abckit/shadcn/form";
|
|
4
|
+
import { useCountries } from "./useCountries";
|
|
5
|
+
const props = defineProps({
|
|
6
|
+
modelValue: { type: String, required: false, default: "" },
|
|
7
|
+
placeholder: { type: String, required: false, default: "Select country..." },
|
|
8
|
+
disabled: { type: Boolean, required: false, default: false },
|
|
9
|
+
locale: { type: String, required: false, default: "tr" }
|
|
10
|
+
});
|
|
11
|
+
const emit = defineEmits(["update:modelValue"]);
|
|
12
|
+
const { getAllCountries } = useCountries(props.locale);
|
|
13
|
+
const formattedCountries = computed(() => {
|
|
14
|
+
return getAllCountries();
|
|
15
|
+
});
|
|
16
|
+
const selectRef = ref();
|
|
17
|
+
watch(() => formattedCountries.value, async () => {
|
|
18
|
+
if (props.modelValue && formattedCountries.value.length > 0) {
|
|
19
|
+
await nextTick();
|
|
20
|
+
await nextTick();
|
|
21
|
+
if (selectRef.value) {
|
|
22
|
+
selectRef.value.value = props.modelValue;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}, { immediate: true });
|
|
26
|
+
</script>
|
|
27
|
+
|
|
28
|
+
<template>
|
|
29
|
+
<FormControl>
|
|
30
|
+
<ClientOnly>
|
|
31
|
+
<select
|
|
32
|
+
ref="selectRef"
|
|
33
|
+
:value="modelValue"
|
|
34
|
+
:disabled="disabled"
|
|
35
|
+
@change="(event) => emit('update:modelValue', event.target.value)"
|
|
36
|
+
class="flex h-9 w-full rounded-md border border-input bg-transparent px-3 py-1 text-sm shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50"
|
|
37
|
+
>
|
|
38
|
+
<option value="" disabled>{{ placeholder }}</option>
|
|
39
|
+
<option
|
|
40
|
+
v-for="{ value, label } in formattedCountries"
|
|
41
|
+
:key="value"
|
|
42
|
+
:value="value"
|
|
43
|
+
>
|
|
44
|
+
{{ label }}
|
|
45
|
+
</option>
|
|
46
|
+
</select>
|
|
47
|
+
<template #fallback>
|
|
48
|
+
<select
|
|
49
|
+
:value="modelValue"
|
|
50
|
+
:disabled="disabled"
|
|
51
|
+
@change="(event) => emit('update:modelValue', event.target.value)"
|
|
52
|
+
class="flex h-9 w-full rounded-md border border-input bg-transparent px-3 py-1 text-sm shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50"
|
|
53
|
+
>
|
|
54
|
+
<option value="" disabled>{{ placeholder }}</option>
|
|
55
|
+
<option value="TR">🇹🇷 Türkiye</option>
|
|
56
|
+
<option value="US">🇺🇸 United States</option>
|
|
57
|
+
<option value="GB">🇬🇧 United Kingdom</option>
|
|
58
|
+
<option value="DE">🇩🇪 Germany</option>
|
|
59
|
+
<option value="FR">🇫🇷 France</option>
|
|
60
|
+
</select>
|
|
61
|
+
</template>
|
|
62
|
+
</ClientOnly>
|
|
63
|
+
</FormControl>
|
|
64
|
+
</template>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
modelValue?: string;
|
|
3
|
+
placeholder?: string;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
locale?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
+
"update:modelValue": (value: string) => any;
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
10
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
interface CountryOption {
|
|
2
|
+
value: string;
|
|
3
|
+
label: string;
|
|
4
|
+
name: string;
|
|
5
|
+
flag: string;
|
|
6
|
+
code: string;
|
|
7
|
+
}
|
|
8
|
+
export declare function useCountries(locale?: string): {
|
|
9
|
+
getAllCountries: () => CountryOption[];
|
|
10
|
+
getCountryName: (countryCode: string) => string;
|
|
11
|
+
getCountryDisplayText: (countryCode: string) => string;
|
|
12
|
+
getCountryFlag: (countryCode: string) => string;
|
|
13
|
+
popularCountries: string[];
|
|
14
|
+
};
|
|
15
|
+
export {};
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
export function useCountries(locale = "tr") {
|
|
2
|
+
const getCountryFlag = (countryCode) => {
|
|
3
|
+
try {
|
|
4
|
+
const codePoints = countryCode.toUpperCase().split("").map((char) => 127397 + char.charCodeAt(0));
|
|
5
|
+
return String.fromCodePoint(...codePoints);
|
|
6
|
+
} catch {
|
|
7
|
+
return "\u{1F3F3}\uFE0F";
|
|
8
|
+
}
|
|
9
|
+
};
|
|
10
|
+
const getAllCountries = () => {
|
|
11
|
+
try {
|
|
12
|
+
const countryNames = new Intl.DisplayNames([locale], { type: "region" });
|
|
13
|
+
const countries = [];
|
|
14
|
+
const A = 65;
|
|
15
|
+
const Z = 90;
|
|
16
|
+
for (let i = A; i <= Z; i++) {
|
|
17
|
+
for (let j = A; j <= Z; j++) {
|
|
18
|
+
const code = String.fromCharCode(i) + String.fromCharCode(j);
|
|
19
|
+
const name = countryNames.of(code);
|
|
20
|
+
if (name && code !== name) {
|
|
21
|
+
const flag = getCountryFlag(code);
|
|
22
|
+
countries.push({
|
|
23
|
+
value: code,
|
|
24
|
+
code,
|
|
25
|
+
name,
|
|
26
|
+
flag,
|
|
27
|
+
label: `${flag} ${name}`
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
return countries.sort(
|
|
33
|
+
(a, b) => a.name.localeCompare(b.name, locale)
|
|
34
|
+
);
|
|
35
|
+
} catch (error) {
|
|
36
|
+
console.error("Failed to generate countries list:", error);
|
|
37
|
+
return [
|
|
38
|
+
{ value: "TR", code: "TR", name: "T\xFCrkiye", flag: "\u{1F1F9}\u{1F1F7}", label: "\u{1F1F9}\u{1F1F7} T\xFCrkiye" },
|
|
39
|
+
{ value: "US", code: "US", name: "United States", flag: "\u{1F1FA}\u{1F1F8}", label: "\u{1F1FA}\u{1F1F8} United States" },
|
|
40
|
+
{ value: "GB", code: "GB", name: "United Kingdom", flag: "\u{1F1EC}\u{1F1E7}", label: "\u{1F1EC}\u{1F1E7} United Kingdom" },
|
|
41
|
+
{ value: "DE", code: "DE", name: "Germany", flag: "\u{1F1E9}\u{1F1EA}", label: "\u{1F1E9}\u{1F1EA} Germany" },
|
|
42
|
+
{ value: "FR", code: "FR", name: "France", flag: "\u{1F1EB}\u{1F1F7}", label: "\u{1F1EB}\u{1F1F7} France" }
|
|
43
|
+
];
|
|
44
|
+
}
|
|
45
|
+
};
|
|
46
|
+
const getCountryName = (countryCode) => {
|
|
47
|
+
try {
|
|
48
|
+
const countryNames = new Intl.DisplayNames([locale], { type: "region" });
|
|
49
|
+
return countryNames.of(countryCode.toUpperCase()) || countryCode;
|
|
50
|
+
} catch {
|
|
51
|
+
return countryCode;
|
|
52
|
+
}
|
|
53
|
+
};
|
|
54
|
+
const getCountryDisplayText = (countryCode) => {
|
|
55
|
+
if (!countryCode) return "";
|
|
56
|
+
const flag = getCountryFlag(countryCode);
|
|
57
|
+
const name = getCountryName(countryCode);
|
|
58
|
+
return `${flag} ${name}`;
|
|
59
|
+
};
|
|
60
|
+
const popularCountries = ["TR", "US", "GB", "DE", "FR", "IT", "ES", "NL", "CA", "AU"];
|
|
61
|
+
return {
|
|
62
|
+
getAllCountries,
|
|
63
|
+
getCountryName,
|
|
64
|
+
getCountryDisplayText,
|
|
65
|
+
getCountryFlag,
|
|
66
|
+
popularCountries
|
|
67
|
+
};
|
|
68
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
modelValue?: string;
|
|
3
|
+
placeholder?: string;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
displayLocale?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
+
"update:modelValue": (value: string) => any;
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
10
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { computed, watch, nextTick, ref } from "vue";
|
|
3
|
+
import { FormControl } from "abckit/shadcn/form";
|
|
4
|
+
import { useCurrencies } from "./useCurrencies";
|
|
5
|
+
const props = defineProps({
|
|
6
|
+
modelValue: { type: String, required: false, default: "" },
|
|
7
|
+
placeholder: { type: String, required: false, default: "Select currency..." },
|
|
8
|
+
disabled: { type: Boolean, required: false, default: false },
|
|
9
|
+
displayLocale: { type: String, required: false, default: "tr" }
|
|
10
|
+
});
|
|
11
|
+
const emit = defineEmits(["update:modelValue"]);
|
|
12
|
+
const { getAllCurrencies } = useCurrencies(props.displayLocale);
|
|
13
|
+
const formattedCurrencies = computed(() => {
|
|
14
|
+
return getAllCurrencies();
|
|
15
|
+
});
|
|
16
|
+
const selectRef = ref();
|
|
17
|
+
watch(() => formattedCurrencies.value, async () => {
|
|
18
|
+
if (props.modelValue && formattedCurrencies.value.length > 0) {
|
|
19
|
+
await nextTick();
|
|
20
|
+
await nextTick();
|
|
21
|
+
if (selectRef.value) {
|
|
22
|
+
selectRef.value.value = props.modelValue;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}, { immediate: true });
|
|
26
|
+
</script>
|
|
27
|
+
|
|
28
|
+
<template>
|
|
29
|
+
<FormControl>
|
|
30
|
+
<ClientOnly>
|
|
31
|
+
<select
|
|
32
|
+
ref="selectRef"
|
|
33
|
+
:value="modelValue"
|
|
34
|
+
:disabled="disabled"
|
|
35
|
+
@change="(event) => emit('update:modelValue', event.target.value)"
|
|
36
|
+
class="flex h-9 w-full rounded-md border border-input bg-transparent px-3 py-1 text-sm shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50"
|
|
37
|
+
>
|
|
38
|
+
<option value="" disabled>{{ placeholder }}</option>
|
|
39
|
+
<option
|
|
40
|
+
v-for="{ value, label } in formattedCurrencies"
|
|
41
|
+
:key="value"
|
|
42
|
+
:value="value"
|
|
43
|
+
>
|
|
44
|
+
{{ label }}
|
|
45
|
+
</option>
|
|
46
|
+
</select>
|
|
47
|
+
<template #fallback>
|
|
48
|
+
<select
|
|
49
|
+
:value="modelValue"
|
|
50
|
+
:disabled="disabled"
|
|
51
|
+
@change="(event) => emit('update:modelValue', event.target.value)"
|
|
52
|
+
class="flex h-9 w-full rounded-md border border-input bg-transparent px-3 py-1 text-sm shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50"
|
|
53
|
+
>
|
|
54
|
+
<option value="" disabled>{{ placeholder }}</option>
|
|
55
|
+
<option value="TRY">₺ Türk Lirası (TRY)</option>
|
|
56
|
+
<option value="USD">$ US Dollar (USD)</option>
|
|
57
|
+
<option value="EUR">€ Euro (EUR)</option>
|
|
58
|
+
<option value="GBP">£ British Pound (GBP)</option>
|
|
59
|
+
<option value="JPY">¥ Japanese Yen (JPY)</option>
|
|
60
|
+
</select>
|
|
61
|
+
</template>
|
|
62
|
+
</ClientOnly>
|
|
63
|
+
</FormControl>
|
|
64
|
+
</template>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
modelValue?: string;
|
|
3
|
+
placeholder?: string;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
displayLocale?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
+
"update:modelValue": (value: string) => any;
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
10
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
interface CurrencyOption {
|
|
2
|
+
value: string;
|
|
3
|
+
label: string;
|
|
4
|
+
name: string;
|
|
5
|
+
code: string;
|
|
6
|
+
symbol: string;
|
|
7
|
+
popular?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare function useCurrencies(displayLocale?: string): {
|
|
10
|
+
getAllCurrencies: () => CurrencyOption[];
|
|
11
|
+
getCurrencyName: (currencyCode: string) => string;
|
|
12
|
+
getCurrencyDisplayText: (currencyCode: string) => string;
|
|
13
|
+
getCurrencySymbol: (currencyCode: string) => string;
|
|
14
|
+
popularCurrencies: string[];
|
|
15
|
+
};
|
|
16
|
+
export {};
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
export function useCurrencies(displayLocale = "tr") {
|
|
2
|
+
const popularCurrencies = ["TRY", "USD", "EUR", "GBP", "JPY", "CHF", "CAD", "AUD", "CNY", "INR"];
|
|
3
|
+
const getCurrencySymbol = (currencyCode) => {
|
|
4
|
+
try {
|
|
5
|
+
const formatter = new Intl.NumberFormat("en", {
|
|
6
|
+
style: "currency",
|
|
7
|
+
currency: currencyCode.toUpperCase(),
|
|
8
|
+
minimumFractionDigits: 0,
|
|
9
|
+
maximumFractionDigits: 0
|
|
10
|
+
});
|
|
11
|
+
const formatted = formatter.format(0);
|
|
12
|
+
const symbol = formatted.replace(/[0-9,.\s]/g, "");
|
|
13
|
+
if (symbol && symbol.length > 0) {
|
|
14
|
+
return symbol;
|
|
15
|
+
}
|
|
16
|
+
} catch {
|
|
17
|
+
}
|
|
18
|
+
return currencyCode.toUpperCase();
|
|
19
|
+
};
|
|
20
|
+
const getAllCurrencies = () => {
|
|
21
|
+
try {
|
|
22
|
+
const allCurrencyCodes = Intl.supportedValuesOf?.("currency");
|
|
23
|
+
if (!allCurrencyCodes || allCurrencyCodes.length === 0) {
|
|
24
|
+
console.warn("Intl.supportedValuesOf not available for currencies, using popular list");
|
|
25
|
+
throw new Error("supportedValuesOf not available");
|
|
26
|
+
}
|
|
27
|
+
const currencyNames = new Intl.DisplayNames([displayLocale], { type: "currency" });
|
|
28
|
+
const allCurrencies = allCurrencyCodes.map((code) => {
|
|
29
|
+
const name = currencyNames.of(code) || code;
|
|
30
|
+
const symbol = getCurrencySymbol(code);
|
|
31
|
+
return {
|
|
32
|
+
value: code,
|
|
33
|
+
code,
|
|
34
|
+
name,
|
|
35
|
+
symbol,
|
|
36
|
+
label: `${symbol} ${name} (${code})`,
|
|
37
|
+
popular: popularCurrencies.includes(code)
|
|
38
|
+
};
|
|
39
|
+
});
|
|
40
|
+
return allCurrencies.sort((a, b) => {
|
|
41
|
+
if (a.popular && !b.popular) return -1;
|
|
42
|
+
if (!a.popular && b.popular) return 1;
|
|
43
|
+
return a.name.localeCompare(b.name, displayLocale);
|
|
44
|
+
});
|
|
45
|
+
} catch (error) {
|
|
46
|
+
console.error("Failed to generate currencies list:", error);
|
|
47
|
+
const fallbackNames = new Intl.DisplayNames([displayLocale], { type: "currency" });
|
|
48
|
+
return popularCurrencies.map((code) => ({
|
|
49
|
+
value: code,
|
|
50
|
+
code,
|
|
51
|
+
name: fallbackNames.of(code) || code,
|
|
52
|
+
symbol: getCurrencySymbol(code),
|
|
53
|
+
label: `${getCurrencySymbol(code)} ${fallbackNames.of(code) || code} (${code})`,
|
|
54
|
+
popular: true
|
|
55
|
+
}));
|
|
56
|
+
}
|
|
57
|
+
};
|
|
58
|
+
const getCurrencyName = (currencyCode) => {
|
|
59
|
+
try {
|
|
60
|
+
const currencyNames = new Intl.DisplayNames([displayLocale], { type: "currency" });
|
|
61
|
+
return currencyNames.of(currencyCode.toUpperCase()) || currencyCode;
|
|
62
|
+
} catch {
|
|
63
|
+
return currencyCode;
|
|
64
|
+
}
|
|
65
|
+
};
|
|
66
|
+
const getCurrencyDisplayText = (currencyCode) => {
|
|
67
|
+
if (!currencyCode) return "";
|
|
68
|
+
const symbol = getCurrencySymbol(currencyCode);
|
|
69
|
+
const name = getCurrencyName(currencyCode);
|
|
70
|
+
return `${symbol} ${name} (${currencyCode.toUpperCase()})`;
|
|
71
|
+
};
|
|
72
|
+
return {
|
|
73
|
+
getAllCurrencies,
|
|
74
|
+
getCurrencyName,
|
|
75
|
+
getCurrencyDisplayText,
|
|
76
|
+
getCurrencySymbol,
|
|
77
|
+
popularCurrencies
|
|
78
|
+
};
|
|
79
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { DialogRootProps } from "reka-ui";
|
|
2
|
+
declare var __VLS_8: {
|
|
3
|
+
open: boolean;
|
|
4
|
+
close: () => void;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_8) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: import("vue").DefineComponent<DialogRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
"update:open": (value: boolean) => any;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<DialogRootProps> & Readonly<{
|
|
12
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { DialogRoot, useForwardPropsEmits } from "reka-ui";
|
|
3
|
+
const props = defineProps({
|
|
4
|
+
open: { type: Boolean, required: false },
|
|
5
|
+
defaultOpen: { type: Boolean, required: false },
|
|
6
|
+
modal: { type: Boolean, required: false }
|
|
7
|
+
});
|
|
8
|
+
const emits = defineEmits(["update:open"]);
|
|
9
|
+
const forwarded = useForwardPropsEmits(props, emits);
|
|
10
|
+
</script>
|
|
11
|
+
|
|
12
|
+
<template>
|
|
13
|
+
<DialogRoot
|
|
14
|
+
v-slot="slotProps"
|
|
15
|
+
data-slot="dialog"
|
|
16
|
+
v-bind="forwarded"
|
|
17
|
+
>
|
|
18
|
+
<slot v-bind="slotProps" />
|
|
19
|
+
</DialogRoot>
|
|
20
|
+
</template>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { DialogRootProps } from "reka-ui";
|
|
2
|
+
declare var __VLS_8: {
|
|
3
|
+
open: boolean;
|
|
4
|
+
close: () => void;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_8) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: import("vue").DefineComponent<DialogRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
"update:open": (value: boolean) => any;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<DialogRootProps> & Readonly<{
|
|
12
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { DialogCloseProps } from "reka-ui";
|
|
2
|
+
declare var __VLS_8: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_8) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_base: import("vue").DefineComponent<DialogCloseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { DialogClose } from "reka-ui";
|
|
3
|
+
const props = defineProps({
|
|
4
|
+
asChild: { type: Boolean, required: false },
|
|
5
|
+
as: { type: null, required: false }
|
|
6
|
+
});
|
|
7
|
+
</script>
|
|
8
|
+
|
|
9
|
+
<template>
|
|
10
|
+
<DialogClose
|
|
11
|
+
data-slot="dialog-close"
|
|
12
|
+
v-bind="props"
|
|
13
|
+
>
|
|
14
|
+
<slot />
|
|
15
|
+
</DialogClose>
|
|
16
|
+
</template>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { DialogCloseProps } from "reka-ui";
|
|
2
|
+
declare var __VLS_8: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_8) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_base: import("vue").DefineComponent<DialogCloseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
11
|
+
new (): {
|
|
12
|
+
$slots: S;
|
|
13
|
+
};
|
|
14
|
+
};
|