@geniusdynamics/ns8-ui-lib 1.0.5 → 1.0.7
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/ns8-ui-lib.css +1 -1
- package/dist/ns8-ui-lib.es.js +223 -226
- package/dist/ns8-ui-lib.es.js.map +1 -1
- package/dist/ns8-ui-lib.umd.js +4 -4
- package/dist/ns8-ui-lib.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/App.vue +6 -3
- package/src/components/HelloWorld.vue +2 -2
- package/src/components/NS/CompleteDemo.vue +49 -49
- package/src/components/NS/Demo.vue +20 -20
- package/src/components/NS/cards/NSBackupCard.vue +41 -41
- package/src/components/NS/cards/NSSystemInfoCard.vue +37 -42
- package/src/components/NS/cards/NSSystemdServiceCard.vue +27 -27
- package/src/components/NS/checkbox/NSCheckbox.vue +4 -4
- package/src/components/NS/data-table/NSDataTable.vue +29 -29
- package/src/components/NS/empty-state/NSEmptyState.vue +3 -3
- package/src/components/NS/inline-notification/NSInlineNotification.vue +9 -9
- package/src/components/NS/lottie-animation/NSLottieAnimation.vue +5 -5
- package/src/components/NS/modal/NSModal.vue +10 -10
- package/src/components/NS/modal/NSModalTrigger.vue +1 -1
- package/src/components/NS/pagination/NSPagination.vue +10 -10
- package/src/components/NS/progress/NSProgress.vue +3 -3
- package/src/components/NS/progress/NSProgressBar.vue +4 -4
- package/src/components/NS/slider/NSByteSlider.vue +3 -3
- package/src/components/NS/slider/NSSlider.vue +2 -2
- package/src/components/NS/tag/NSTag.vue +5 -5
- package/src/components/NS/text-input/NSTextInput.vue +5 -5
- package/src/components/NS/toast-notification/NSToastNotification.vue +7 -7
- package/src/components/NS/toggle/NSToggle.vue +2 -2
- package/src/components/NS/wizard/NSWizard.vue +21 -21
- package/src/components/ui/accordion/AccordionContent.vue +2 -2
- package/src/components/ui/accordion/AccordionItem.vue +1 -1
- package/src/components/ui/accordion/AccordionTrigger.vue +3 -3
- package/src/components/ui/alert/AlertDescription.vue +1 -1
- package/src/components/ui/alert/AlertTitle.vue +1 -1
- package/src/components/ui/alert-dialog/AlertDialogCancel.vue +1 -1
- package/src/components/ui/alert-dialog/AlertDialogContent.vue +2 -2
- package/src/components/ui/alert-dialog/AlertDialogDescription.vue +1 -1
- package/src/components/ui/alert-dialog/AlertDialogFooter.vue +1 -1
- package/src/components/ui/alert-dialog/AlertDialogHeader.vue +1 -1
- package/src/components/ui/alert-dialog/AlertDialogTitle.vue +1 -1
- package/src/components/ui/avatar/Avatar.vue +1 -1
- package/src/components/ui/avatar/AvatarFallback.vue +1 -1
- package/src/components/ui/avatar/AvatarImage.vue +1 -1
- package/src/components/ui/breadcrumb/BreadcrumbEllipsis.vue +3 -3
- package/src/components/ui/breadcrumb/BreadcrumbItem.vue +1 -1
- package/src/components/ui/breadcrumb/BreadcrumbLink.vue +1 -1
- package/src/components/ui/breadcrumb/BreadcrumbList.vue +1 -1
- package/src/components/ui/breadcrumb/BreadcrumbPage.vue +1 -1
- package/src/components/ui/breadcrumb/BreadcrumbSeparator.vue +1 -1
- package/src/components/ui/button-group/ButtonGroupSeparator.vue +1 -1
- package/src/components/ui/button-group/ButtonGroupText.vue +1 -1
- package/src/components/ui/calendar/Calendar.vue +16 -16
- package/src/components/ui/calendar/CalendarCell.vue +1 -1
- package/src/components/ui/calendar/CalendarCellTrigger.vue +6 -6
- package/src/components/ui/calendar/CalendarGrid.vue +1 -1
- package/src/components/ui/calendar/CalendarGridRow.vue +1 -1
- package/src/components/ui/calendar/CalendarHeadCell.vue +1 -1
- package/src/components/ui/calendar/CalendarHeader.vue +1 -1
- package/src/components/ui/calendar/CalendarHeading.vue +1 -1
- package/src/components/ui/calendar/CalendarNextButton.vue +2 -2
- package/src/components/ui/calendar/CalendarPrevButton.vue +2 -2
- package/src/components/ui/card/Card.vue +1 -1
- package/src/components/ui/card/CardAction.vue +1 -1
- package/src/components/ui/card/CardContent.vue +1 -1
- package/src/components/ui/card/CardDescription.vue +1 -1
- package/src/components/ui/card/CardFooter.vue +1 -1
- package/src/components/ui/card/CardHeader.vue +1 -1
- package/src/components/ui/card/CardTitle.vue +1 -1
- package/src/components/ui/carousel/Carousel.vue +1 -1
- package/src/components/ui/carousel/CarouselContent.vue +3 -3
- package/src/components/ui/carousel/CarouselItem.vue +2 -2
- package/src/components/ui/carousel/CarouselNext.vue +4 -4
- package/src/components/ui/carousel/CarouselPrevious.vue +4 -4
- package/src/components/ui/checkbox/Checkbox.vue +3 -3
- package/src/components/ui/combobox/ComboboxAnchor.vue +1 -1
- package/src/components/ui/combobox/ComboboxEmpty.vue +1 -1
- package/src/components/ui/combobox/ComboboxGroup.vue +2 -2
- package/src/components/ui/combobox/ComboboxInput.vue +3 -3
- package/src/components/ui/combobox/ComboboxItem.vue +1 -1
- package/src/components/ui/combobox/ComboboxItemIndicator.vue +1 -1
- package/src/components/ui/combobox/ComboboxList.vue +1 -1
- package/src/components/ui/combobox/ComboboxSeparator.vue +1 -1
- package/src/components/ui/combobox/ComboboxTrigger.vue +1 -1
- package/src/components/ui/combobox/ComboboxViewport.vue +1 -1
- package/src/components/ui/command/Command.vue +1 -1
- package/src/components/ui/command/CommandDialog.vue +2 -2
- package/src/components/ui/command/CommandEmpty.vue +1 -1
- package/src/components/ui/command/CommandGroup.vue +2 -2
- package/src/components/ui/command/CommandInput.vue +3 -3
- package/src/components/ui/command/CommandItem.vue +1 -1
- package/src/components/ui/command/CommandList.vue +1 -1
- package/src/components/ui/command/CommandSeparator.vue +1 -1
- package/src/components/ui/command/CommandShortcut.vue +1 -1
- package/src/components/ui/context-menu/ContextMenuCheckboxItem.vue +3 -3
- package/src/components/ui/context-menu/ContextMenuContent.vue +1 -1
- package/src/components/ui/context-menu/ContextMenuItem.vue +1 -1
- package/src/components/ui/context-menu/ContextMenuLabel.vue +1 -1
- package/src/components/ui/context-menu/ContextMenuRadioItem.vue +3 -3
- package/src/components/ui/context-menu/ContextMenuSeparator.vue +1 -1
- package/src/components/ui/context-menu/ContextMenuShortcut.vue +1 -1
- package/src/components/ui/context-menu/ContextMenuSubContent.vue +1 -1
- package/src/components/ui/context-menu/ContextMenuSubTrigger.vue +2 -2
- package/src/components/ui/dialog/DialogContent.vue +18 -27
- package/src/components/ui/dialog/DialogDescription.vue +1 -1
- package/src/components/ui/dialog/DialogFooter.vue +1 -1
- package/src/components/ui/dialog/DialogHeader.vue +1 -1
- package/src/components/ui/dialog/DialogOverlay.vue +1 -1
- package/src/components/ui/dialog/DialogScrollContent.vue +5 -5
- package/src/components/ui/dialog/DialogTitle.vue +1 -1
- package/src/components/ui/drawer/DrawerContent.vue +6 -6
- package/src/components/ui/drawer/DrawerDescription.vue +1 -1
- package/src/components/ui/drawer/DrawerFooter.vue +1 -1
- package/src/components/ui/drawer/DrawerHeader.vue +1 -1
- package/src/components/ui/drawer/DrawerOverlay.vue +1 -1
- package/src/components/ui/drawer/DrawerTitle.vue +1 -1
- package/src/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue +3 -3
- package/src/components/ui/dropdown-menu/DropdownMenuContent.vue +1 -1
- package/src/components/ui/dropdown-menu/DropdownMenuItem.vue +1 -1
- package/src/components/ui/dropdown-menu/DropdownMenuLabel.vue +1 -1
- package/src/components/ui/dropdown-menu/DropdownMenuRadioItem.vue +3 -3
- package/src/components/ui/dropdown-menu/DropdownMenuSeparator.vue +1 -1
- package/src/components/ui/dropdown-menu/DropdownMenuShortcut.vue +1 -1
- package/src/components/ui/dropdown-menu/DropdownMenuSubContent.vue +1 -1
- package/src/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue +2 -2
- package/src/components/ui/empty/Empty.vue +1 -1
- package/src/components/ui/empty/EmptyContent.vue +1 -1
- package/src/components/ui/empty/EmptyDescription.vue +2 -2
- package/src/components/ui/empty/EmptyHeader.vue +1 -1
- package/src/components/ui/empty/EmptyTitle.vue +1 -1
- package/src/components/ui/field/FieldContent.vue +1 -1
- package/src/components/ui/field/FieldDescription.vue +3 -3
- package/src/components/ui/field/FieldError.vue +2 -2
- package/src/components/ui/field/FieldGroup.vue +1 -1
- package/src/components/ui/field/FieldLabel.vue +3 -3
- package/src/components/ui/field/FieldLegend.vue +3 -3
- package/src/components/ui/field/FieldSeparator.vue +3 -3
- package/src/components/ui/field/FieldSet.vue +2 -2
- package/src/components/ui/field/FieldTitle.vue +1 -1
- package/src/components/ui/form/FormDescription.vue +1 -1
- package/src/components/ui/form/FormItem.vue +1 -1
- package/src/components/ui/form/FormLabel.vue +1 -1
- package/src/components/ui/form/FormMessage.vue +1 -1
- package/src/components/ui/hover-card/HoverCardContent.vue +1 -1
- package/src/components/ui/input/Input.vue +3 -3
- package/src/components/ui/input-group/InputGroup.vue +8 -8
- package/src/components/ui/input-group/InputGroupInput.vue +1 -1
- package/src/components/ui/input-group/InputGroupText.vue +1 -1
- package/src/components/ui/input-group/InputGroupTextarea.vue +1 -1
- package/src/components/ui/input-otp/InputOTP.vue +1 -1
- package/src/components/ui/input-otp/InputOTPGroup.vue +1 -1
- package/src/components/ui/input-otp/InputOTPSlot.vue +3 -3
- package/src/components/ui/item/ItemActions.vue +1 -1
- package/src/components/ui/item/ItemContent.vue +1 -1
- package/src/components/ui/item/ItemDescription.vue +2 -2
- package/src/components/ui/item/ItemFooter.vue +1 -1
- package/src/components/ui/item/ItemGroup.vue +1 -1
- package/src/components/ui/item/ItemHeader.vue +1 -1
- package/src/components/ui/item/ItemSeparator.vue +1 -1
- package/src/components/ui/item/ItemTitle.vue +1 -1
- package/src/components/ui/kbd/Kbd.vue +3 -3
- package/src/components/ui/kbd/KbdGroup.vue +1 -1
- package/src/components/ui/label/Label.vue +1 -1
- package/src/components/ui/menubar/Menubar.vue +1 -1
- package/src/components/ui/menubar/MenubarCheckboxItem.vue +3 -3
- package/src/components/ui/menubar/MenubarContent.vue +1 -1
- package/src/components/ui/menubar/MenubarItem.vue +1 -1
- package/src/components/ui/menubar/MenubarLabel.vue +1 -1
- package/src/components/ui/menubar/MenubarRadioItem.vue +3 -3
- package/src/components/ui/menubar/MenubarSeparator.vue +1 -1
- package/src/components/ui/menubar/MenubarShortcut.vue +1 -1
- package/src/components/ui/menubar/MenubarSubContent.vue +1 -1
- package/src/components/ui/menubar/MenubarSubTrigger.vue +2 -2
- package/src/components/ui/menubar/MenubarTrigger.vue +1 -1
- package/src/components/ui/native-select/NativeSelect.vue +5 -5
- package/src/components/ui/native-select/NativeSelectOptGroup.vue +1 -1
- package/src/components/ui/native-select/NativeSelectOption.vue +1 -1
- package/src/components/ui/navigation-menu/NavigationMenu.vue +1 -1
- package/src/components/ui/navigation-menu/NavigationMenuContent.vue +2 -2
- package/src/components/ui/navigation-menu/NavigationMenuIndicator.vue +2 -2
- package/src/components/ui/navigation-menu/NavigationMenuItem.vue +1 -1
- package/src/components/ui/navigation-menu/NavigationMenuLink.vue +1 -1
- package/src/components/ui/navigation-menu/NavigationMenuList.vue +1 -1
- package/src/components/ui/navigation-menu/NavigationMenuTrigger.vue +2 -2
- package/src/components/ui/navigation-menu/NavigationMenuViewport.vue +2 -2
- package/src/components/ui/number-field/NumberField.vue +1 -1
- package/src/components/ui/number-field/NumberFieldContent.vue +1 -1
- package/src/components/ui/number-field/NumberFieldDecrement.vue +2 -2
- package/src/components/ui/number-field/NumberFieldIncrement.vue +2 -2
- package/src/components/ui/number-field/NumberFieldInput.vue +1 -1
- package/src/components/ui/pagination/Pagination.vue +1 -1
- package/src/components/ui/pagination/PaginationContent.vue +1 -1
- package/src/components/ui/pagination/PaginationEllipsis.vue +3 -3
- package/src/components/ui/pagination/PaginationFirst.vue +2 -2
- package/src/components/ui/pagination/PaginationLast.vue +2 -2
- package/src/components/ui/pagination/PaginationNext.vue +2 -2
- package/src/components/ui/pagination/PaginationPrevious.vue +2 -2
- package/src/components/ui/pin-input/PinInput.vue +1 -1
- package/src/components/ui/pin-input/PinInputGroup.vue +1 -1
- package/src/components/ui/pin-input/PinInputSlot.vue +1 -1
- package/src/components/ui/popover/PopoverContent.vue +1 -1
- package/src/components/ui/progress/Progress.vue +12 -9
- package/src/components/ui/radio-group/RadioGroup.vue +1 -1
- package/src/components/ui/radio-group/RadioGroupItem.vue +16 -16
- package/src/components/ui/range-calendar/RangeCalendar.vue +4 -4
- package/src/components/ui/range-calendar/RangeCalendarCell.vue +1 -1
- package/src/components/ui/range-calendar/RangeCalendarCellTrigger.vue +7 -7
- package/src/components/ui/range-calendar/RangeCalendarGrid.vue +1 -1
- package/src/components/ui/range-calendar/RangeCalendarGridRow.vue +1 -1
- package/src/components/ui/range-calendar/RangeCalendarHeadCell.vue +1 -1
- package/src/components/ui/range-calendar/RangeCalendarHeader.vue +1 -1
- package/src/components/ui/range-calendar/RangeCalendarHeading.vue +1 -1
- package/src/components/ui/range-calendar/RangeCalendarNextButton.vue +3 -3
- package/src/components/ui/range-calendar/RangeCalendarPrevButton.vue +3 -3
- package/src/components/ui/resizable/ResizableHandle.vue +3 -3
- package/src/components/ui/resizable/ResizablePanelGroup.vue +1 -1
- package/src/components/ui/scroll-area/ScrollArea.vue +2 -2
- package/src/components/ui/scroll-area/ScrollBar.vue +16 -22
- package/src/components/ui/select/SelectContent.vue +18 -27
- package/src/components/ui/select/SelectItem.vue +3 -3
- package/src/components/ui/select/SelectLabel.vue +1 -1
- package/src/components/ui/select/SelectScrollDownButton.vue +2 -2
- package/src/components/ui/select/SelectScrollUpButton.vue +2 -2
- package/src/components/ui/select/SelectSeparator.vue +1 -1
- package/src/components/ui/select/SelectTrigger.vue +2 -2
- package/src/components/ui/separator/Separator.vue +1 -1
- package/src/components/ui/sheet/SheetContent.vue +28 -31
- package/src/components/ui/sheet/SheetDescription.vue +1 -1
- package/src/components/ui/sheet/SheetFooter.vue +1 -1
- package/src/components/ui/sheet/SheetHeader.vue +1 -1
- package/src/components/ui/sheet/SheetOverlay.vue +1 -1
- package/src/components/ui/sheet/SheetTitle.vue +1 -1
- package/src/components/ui/sidebar/Sidebar.vue +16 -16
- package/src/components/ui/sidebar/SidebarContent.vue +1 -1
- package/src/components/ui/sidebar/SidebarFooter.vue +1 -1
- package/src/components/ui/sidebar/SidebarGroup.vue +1 -1
- package/src/components/ui/sidebar/SidebarGroupAction.vue +3 -3
- package/src/components/ui/sidebar/SidebarGroupContent.vue +1 -1
- package/src/components/ui/sidebar/SidebarGroupLabel.vue +2 -2
- package/src/components/ui/sidebar/SidebarHeader.vue +1 -1
- package/src/components/ui/sidebar/SidebarInput.vue +1 -1
- package/src/components/ui/sidebar/SidebarInset.vue +2 -2
- package/src/components/ui/sidebar/SidebarMenu.vue +1 -1
- package/src/components/ui/sidebar/SidebarMenuAction.vue +7 -7
- package/src/components/ui/sidebar/SidebarMenuBadge.vue +6 -6
- package/src/components/ui/sidebar/SidebarMenuItem.vue +1 -1
- package/src/components/ui/sidebar/SidebarMenuSkeleton.vue +3 -3
- package/src/components/ui/sidebar/SidebarMenuSub.vue +2 -2
- package/src/components/ui/sidebar/SidebarMenuSubButton.vue +5 -5
- package/src/components/ui/sidebar/SidebarMenuSubItem.vue +1 -1
- package/src/components/ui/sidebar/SidebarProvider.vue +1 -1
- package/src/components/ui/sidebar/SidebarRail.vue +6 -6
- package/src/components/ui/sidebar/SidebarSeparator.vue +1 -1
- package/src/components/ui/sidebar/SidebarTrigger.vue +2 -2
- package/src/components/ui/skeleton/Skeleton.vue +1 -1
- package/src/components/ui/slider/Slider.vue +4 -4
- package/src/components/ui/sonner/Sonner.vue +7 -7
- package/src/components/ui/spinner/Spinner.vue +1 -1
- package/src/components/ui/stepper/Stepper.vue +1 -1
- package/src/components/ui/stepper/StepperDescription.vue +1 -1
- package/src/components/ui/stepper/StepperIndicator.vue +4 -4
- package/src/components/ui/stepper/StepperItem.vue +1 -1
- package/src/components/ui/stepper/StepperSeparator.vue +3 -3
- package/src/components/ui/stepper/StepperTitle.vue +1 -1
- package/src/components/ui/stepper/StepperTrigger.vue +1 -1
- package/src/components/ui/switch/Switch.vue +2 -2
- package/src/components/ui/table/Table.vue +6 -12
- package/src/components/ui/table/TableBody.vue +1 -1
- package/src/components/ui/table/TableCaption.vue +1 -1
- package/src/components/ui/table/TableCell.vue +1 -1
- package/src/components/ui/table/TableEmpty.vue +14 -17
- package/src/components/ui/table/TableFooter.vue +1 -1
- package/src/components/ui/table/TableHead.vue +1 -1
- package/src/components/ui/table/TableHeader.vue +1 -1
- package/src/components/ui/table/TableRow.vue +1 -1
- package/src/components/ui/tabs/Tabs.vue +1 -1
- package/src/components/ui/tabs/TabsContent.vue +1 -1
- package/src/components/ui/tabs/TabsList.vue +1 -1
- package/src/components/ui/tabs/TabsTrigger.vue +1 -1
- package/src/components/ui/tags-input/TagsInput.vue +3 -3
- package/src/components/ui/tags-input/TagsInputInput.vue +1 -1
- package/src/components/ui/tags-input/TagsInputItem.vue +1 -1
- package/src/components/ui/tags-input/TagsInputItemDelete.vue +2 -2
- package/src/components/ui/tags-input/TagsInputItemText.vue +1 -1
- package/src/components/ui/textarea/Textarea.vue +1 -1
- package/src/components/ui/toggle-group/ToggleGroup.vue +1 -1
- package/src/components/ui/toggle-group/ToggleGroupItem.vue +2 -2
- package/src/components/ui/tooltip/TooltipContent.vue +2 -2
- package/dist/index.d.ts +0 -23
- package/dist/src/App.vue.d.ts +0 -2
- package/dist/src/components/HelloWorld.vue.d.ts +0 -5
- package/dist/src/components/NS/cards/NSBackupCard.vue.d.ts +0 -51
- package/dist/src/components/NS/cards/NSSystemInfoCard.vue.d.ts +0 -58
- package/dist/src/components/NS/cards/NSSystemdServiceCard.vue.d.ts +0 -47
- package/dist/src/components/NS/cards/index.d.ts +0 -3
- package/dist/src/components/NS/checkbox/NSCheckbox.vue.d.ts +0 -37
- package/dist/src/components/NS/checkbox/index.d.ts +0 -1
- package/dist/src/components/NS/data-table/NSDataTable.vue.d.ts +0 -98
- package/dist/src/components/NS/data-table/index.d.ts +0 -1
- package/dist/src/components/NS/empty-state/NSEmptyState.vue.d.ts +0 -45
- package/dist/src/components/NS/empty-state/index.d.ts +0 -1
- package/dist/src/components/NS/index.d.ts +0 -35
- package/dist/src/components/NS/inline-notification/NSInlineNotification.vue.d.ts +0 -44
- package/dist/src/components/NS/inline-notification/index.d.ts +0 -1
- package/dist/src/components/NS/lottie-animation/index.d.ts +0 -1
- package/dist/src/components/NS/modal/NSModal.vue.d.ts +0 -56
- package/dist/src/components/NS/modal/NSModalTrigger.vue.d.ts +0 -64
- package/dist/src/components/NS/modal/index.d.ts +0 -2
- package/dist/src/components/NS/pagination/NSPagination.vue.d.ts +0 -36
- package/dist/src/components/NS/pagination/index.d.ts +0 -1
- package/dist/src/components/NS/progress/NSProgress.vue.d.ts +0 -37
- package/dist/src/components/NS/progress/NSProgressBar.vue.d.ts +0 -39
- package/dist/src/components/NS/progress/index.d.ts +0 -2
- package/dist/src/components/NS/slider/NSByteSlider.vue.d.ts +0 -50
- package/dist/src/components/NS/slider/NSSlider.vue.d.ts +0 -49
- package/dist/src/components/NS/slider/index.d.ts +0 -2
- package/dist/src/components/NS/tag/NSTag.vue.d.ts +0 -41
- package/dist/src/components/NS/tag/index.d.ts +0 -1
- package/dist/src/components/NS/text-input/NSTextInput.vue.d.ts +0 -67
- package/dist/src/components/NS/text-input/index.d.ts +0 -1
- package/dist/src/components/NS/toast-notification/NSToastNotification.vue.d.ts +0 -44
- package/dist/src/components/NS/toast-notification/index.d.ts +0 -1
- package/dist/src/components/NS/toggle/NSToggle.vue.d.ts +0 -51
- package/dist/src/components/NS/toggle/index.d.ts +0 -1
- package/dist/src/components/NS/wizard/NSWizard.vue.d.ts +0 -86
- package/dist/src/components/NS/wizard/index.d.ts +0 -1
- package/dist/src/components/ui/accordion/Accordion.vue.d.ts +0 -25
- package/dist/src/components/ui/accordion/AccordionContent.vue.d.ts +0 -22
- package/dist/src/components/ui/accordion/AccordionItem.vue.d.ts +0 -22
- package/dist/src/components/ui/accordion/AccordionTrigger.vue.d.ts +0 -23
- package/dist/src/components/ui/accordion/index.d.ts +0 -4
- package/dist/src/components/ui/alert/Alert.vue.d.ts +0 -23
- package/dist/src/components/ui/alert/AlertDescription.vue.d.ts +0 -21
- package/dist/src/components/ui/alert/AlertTitle.vue.d.ts +0 -21
- package/dist/src/components/ui/alert/index.d.ts +0 -8
- package/dist/src/components/ui/alert-dialog/AlertDialog.vue.d.ts +0 -25
- package/dist/src/components/ui/alert-dialog/AlertDialogAction.vue.d.ts +0 -22
- package/dist/src/components/ui/alert-dialog/AlertDialogCancel.vue.d.ts +0 -22
- package/dist/src/components/ui/alert-dialog/AlertDialogContent.vue.d.ts +0 -36
- package/dist/src/components/ui/alert-dialog/AlertDialogDescription.vue.d.ts +0 -22
- package/dist/src/components/ui/alert-dialog/AlertDialogFooter.vue.d.ts +0 -21
- package/dist/src/components/ui/alert-dialog/AlertDialogHeader.vue.d.ts +0 -21
- package/dist/src/components/ui/alert-dialog/AlertDialogTitle.vue.d.ts +0 -22
- package/dist/src/components/ui/alert-dialog/AlertDialogTrigger.vue.d.ts +0 -18
- package/dist/src/components/ui/alert-dialog/index.d.ts +0 -9
- package/dist/src/components/ui/aspect-ratio/AspectRatio.vue.d.ts +0 -18
- package/dist/src/components/ui/aspect-ratio/index.d.ts +0 -1
- package/dist/src/components/ui/avatar/Avatar.vue.d.ts +0 -21
- package/dist/src/components/ui/avatar/AvatarFallback.vue.d.ts +0 -22
- package/dist/src/components/ui/avatar/AvatarImage.vue.d.ts +0 -18
- package/dist/src/components/ui/avatar/index.d.ts +0 -3
- package/dist/src/components/ui/badge/Badge.vue.d.ts +0 -24
- package/dist/src/components/ui/badge/index.d.ts +0 -6
- package/dist/src/components/ui/breadcrumb/Breadcrumb.vue.d.ts +0 -21
- package/dist/src/components/ui/breadcrumb/BreadcrumbEllipsis.vue.d.ts +0 -21
- package/dist/src/components/ui/breadcrumb/BreadcrumbItem.vue.d.ts +0 -21
- package/dist/src/components/ui/breadcrumb/BreadcrumbLink.vue.d.ts +0 -24
- package/dist/src/components/ui/breadcrumb/BreadcrumbList.vue.d.ts +0 -21
- package/dist/src/components/ui/breadcrumb/BreadcrumbPage.vue.d.ts +0 -21
- package/dist/src/components/ui/breadcrumb/BreadcrumbSeparator.vue.d.ts +0 -21
- package/dist/src/components/ui/breadcrumb/index.d.ts +0 -7
- package/dist/src/components/ui/button/Button.vue.d.ts +0 -27
- package/dist/src/components/ui/button/index.d.ts +0 -7
- package/dist/src/components/ui/button-group/ButtonGroup.vue.d.ts +0 -23
- package/dist/src/components/ui/button-group/ButtonGroupSeparator.vue.d.ts +0 -9
- package/dist/src/components/ui/button-group/ButtonGroupText.vue.d.ts +0 -26
- package/dist/src/components/ui/button-group/index.d.ts +0 -8
- package/dist/src/components/ui/calendar/Calendar.vue.d.ts +0 -27
- package/dist/src/components/ui/calendar/CalendarCell.vue.d.ts +0 -22
- package/dist/src/components/ui/calendar/CalendarCellTrigger.vue.d.ts +0 -24
- package/dist/src/components/ui/calendar/CalendarGrid.vue.d.ts +0 -22
- package/dist/src/components/ui/calendar/CalendarGridBody.vue.d.ts +0 -18
- package/dist/src/components/ui/calendar/CalendarGridHead.vue.d.ts +0 -22
- package/dist/src/components/ui/calendar/CalendarGridRow.vue.d.ts +0 -22
- package/dist/src/components/ui/calendar/CalendarHeadCell.vue.d.ts +0 -22
- package/dist/src/components/ui/calendar/CalendarHeader.vue.d.ts +0 -22
- package/dist/src/components/ui/calendar/CalendarHeading.vue.d.ts +0 -28
- package/dist/src/components/ui/calendar/CalendarNextButton.vue.d.ts +0 -22
- package/dist/src/components/ui/calendar/CalendarPrevButton.vue.d.ts +0 -22
- package/dist/src/components/ui/calendar/index.d.ts +0 -13
- package/dist/src/components/ui/card/Card.vue.d.ts +0 -21
- package/dist/src/components/ui/card/CardAction.vue.d.ts +0 -21
- package/dist/src/components/ui/card/CardContent.vue.d.ts +0 -21
- package/dist/src/components/ui/card/CardDescription.vue.d.ts +0 -21
- package/dist/src/components/ui/card/CardFooter.vue.d.ts +0 -21
- package/dist/src/components/ui/card/CardHeader.vue.d.ts +0 -21
- package/dist/src/components/ui/card/CardTitle.vue.d.ts +0 -21
- package/dist/src/components/ui/card/index.d.ts +0 -7
- package/dist/src/components/ui/carousel/CarouselContent.vue.d.ts +0 -22
- package/dist/src/components/ui/carousel/CarouselItem.vue.d.ts +0 -18
- package/dist/src/components/ui/carousel/CarouselNext.vue.d.ts +0 -26
- package/dist/src/components/ui/carousel/CarouselPrevious.vue.d.ts +0 -26
- package/dist/src/components/ui/carousel/index.d.ts +0 -7
- package/dist/src/components/ui/carousel/interface.d.ts +0 -19
- package/dist/src/components/ui/checkbox/Checkbox.vue.d.ts +0 -29
- package/dist/src/components/ui/checkbox/index.d.ts +0 -1
- package/dist/src/components/ui/collapsible/Collapsible.vue.d.ts +0 -24
- package/dist/src/components/ui/collapsible/CollapsibleContent.vue.d.ts +0 -18
- package/dist/src/components/ui/collapsible/CollapsibleTrigger.vue.d.ts +0 -18
- package/dist/src/components/ui/collapsible/index.d.ts +0 -3
- package/dist/src/components/ui/combobox/Combobox.vue.d.ts +0 -36
- package/dist/src/components/ui/combobox/ComboboxAnchor.vue.d.ts +0 -22
- package/dist/src/components/ui/combobox/ComboboxEmpty.vue.d.ts +0 -22
- package/dist/src/components/ui/combobox/ComboboxGroup.vue.d.ts +0 -23
- package/dist/src/components/ui/combobox/ComboboxInput.vue.d.ts +0 -26
- package/dist/src/components/ui/combobox/ComboboxItem.vue.d.ts +0 -26
- package/dist/src/components/ui/combobox/ComboboxItemIndicator.vue.d.ts +0 -22
- package/dist/src/components/ui/combobox/ComboboxList.vue.d.ts +0 -36
- package/dist/src/components/ui/combobox/ComboboxSeparator.vue.d.ts +0 -22
- package/dist/src/components/ui/combobox/ComboboxViewport.vue.d.ts +0 -22
- package/dist/src/components/ui/combobox/index.d.ts +0 -11
- package/dist/src/components/ui/command/Command.vue.d.ts +0 -40
- package/dist/src/components/ui/command/CommandDialog.vue.d.ts +0 -29
- package/dist/src/components/ui/command/CommandEmpty.vue.d.ts +0 -22
- package/dist/src/components/ui/command/CommandGroup.vue.d.ts +0 -23
- package/dist/src/components/ui/command/CommandInput.vue.d.ts +0 -7
- package/dist/src/components/ui/command/CommandItem.vue.d.ts +0 -30
- package/dist/src/components/ui/command/CommandList.vue.d.ts +0 -22
- package/dist/src/components/ui/command/CommandSeparator.vue.d.ts +0 -22
- package/dist/src/components/ui/command/CommandShortcut.vue.d.ts +0 -21
- package/dist/src/components/ui/command/index.d.ts +0 -90
- package/dist/src/components/ui/context-menu/ContextMenu.vue.d.ts +0 -22
- package/dist/src/components/ui/context-menu/ContextMenuCheckboxItem.vue.d.ts +0 -29
- package/dist/src/components/ui/context-menu/ContextMenuContent.vue.d.ts +0 -34
- package/dist/src/components/ui/context-menu/ContextMenuGroup.vue.d.ts +0 -18
- package/dist/src/components/ui/context-menu/ContextMenuItem.vue.d.ts +0 -30
- package/dist/src/components/ui/context-menu/ContextMenuLabel.vue.d.ts +0 -23
- package/dist/src/components/ui/context-menu/ContextMenuRadioGroup.vue.d.ts +0 -22
- package/dist/src/components/ui/context-menu/ContextMenuRadioItem.vue.d.ts +0 -27
- package/dist/src/components/ui/context-menu/ContextMenuSeparator.vue.d.ts +0 -7
- package/dist/src/components/ui/context-menu/ContextMenuShortcut.vue.d.ts +0 -21
- package/dist/src/components/ui/context-menu/ContextMenuSub.vue.d.ts +0 -22
- package/dist/src/components/ui/context-menu/ContextMenuSubContent.vue.d.ts +0 -38
- package/dist/src/components/ui/context-menu/ContextMenuSubTrigger.vue.d.ts +0 -23
- package/dist/src/components/ui/context-menu/ContextMenuTrigger.vue.d.ts +0 -18
- package/dist/src/components/ui/context-menu/index.d.ts +0 -14
- package/dist/src/components/ui/dialog/Dialog.vue.d.ts +0 -25
- package/dist/src/components/ui/dialog/DialogClose.vue.d.ts +0 -18
- package/dist/src/components/ui/dialog/DialogContent.vue.d.ts +0 -39
- package/dist/src/components/ui/dialog/DialogDescription.vue.d.ts +0 -22
- package/dist/src/components/ui/dialog/DialogFooter.vue.d.ts +0 -24
- package/dist/src/components/ui/dialog/DialogHeader.vue.d.ts +0 -21
- package/dist/src/components/ui/dialog/DialogOverlay.vue.d.ts +0 -22
- package/dist/src/components/ui/dialog/DialogScrollContent.vue.d.ts +0 -29
- package/dist/src/components/ui/dialog/DialogTitle.vue.d.ts +0 -22
- package/dist/src/components/ui/dialog/DialogTrigger.vue.d.ts +0 -18
- package/dist/src/components/ui/dialog/index.d.ts +0 -10
- package/dist/src/components/ui/drawer/Drawer.vue.d.ts +0 -36
- package/dist/src/components/ui/drawer/DrawerClose.vue.d.ts +0 -18
- package/dist/src/components/ui/drawer/DrawerContent.vue.d.ts +0 -29
- package/dist/src/components/ui/drawer/DrawerDescription.vue.d.ts +0 -22
- package/dist/src/components/ui/drawer/DrawerFooter.vue.d.ts +0 -21
- package/dist/src/components/ui/drawer/DrawerHeader.vue.d.ts +0 -21
- package/dist/src/components/ui/drawer/DrawerOverlay.vue.d.ts +0 -7
- package/dist/src/components/ui/drawer/DrawerTitle.vue.d.ts +0 -22
- package/dist/src/components/ui/drawer/DrawerTrigger.vue.d.ts +0 -18
- package/dist/src/components/ui/drawer/index.d.ts +0 -9
- package/dist/src/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +0 -24
- package/dist/src/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +0 -29
- package/dist/src/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +0 -36
- package/dist/src/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +0 -18
- package/dist/src/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +0 -26
- package/dist/src/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +0 -23
- package/dist/src/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +0 -22
- package/dist/src/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +0 -27
- package/dist/src/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +0 -7
- package/dist/src/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +0 -21
- package/dist/src/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +0 -22
- package/dist/src/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +0 -38
- package/dist/src/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +0 -23
- package/dist/src/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +0 -18
- package/dist/src/components/ui/dropdown-menu/index.d.ts +0 -15
- package/dist/src/components/ui/empty/Empty.vue.d.ts +0 -21
- package/dist/src/components/ui/empty/EmptyContent.vue.d.ts +0 -21
- package/dist/src/components/ui/empty/EmptyDescription.vue.d.ts +0 -21
- package/dist/src/components/ui/empty/EmptyHeader.vue.d.ts +0 -21
- package/dist/src/components/ui/empty/EmptyMedia.vue.d.ts +0 -23
- package/dist/src/components/ui/empty/EmptyTitle.vue.d.ts +0 -21
- package/dist/src/components/ui/empty/index.d.ts +0 -11
- package/dist/src/components/ui/empty-state/NsEmptyState.vue.d.ts +0 -45
- package/dist/src/components/ui/empty-state/index.d.ts +0 -11
- package/dist/src/components/ui/field/Field.vue.d.ts +0 -23
- package/dist/src/components/ui/field/FieldContent.vue.d.ts +0 -21
- package/dist/src/components/ui/field/FieldDescription.vue.d.ts +0 -21
- package/dist/src/components/ui/field/FieldError.vue.d.ts +0 -24
- package/dist/src/components/ui/field/FieldGroup.vue.d.ts +0 -21
- package/dist/src/components/ui/field/FieldLabel.vue.d.ts +0 -21
- package/dist/src/components/ui/field/FieldLegend.vue.d.ts +0 -22
- package/dist/src/components/ui/field/FieldSeparator.vue.d.ts +0 -21
- package/dist/src/components/ui/field/FieldSet.vue.d.ts +0 -21
- package/dist/src/components/ui/field/FieldTitle.vue.d.ts +0 -21
- package/dist/src/components/ui/field/index.d.ts +0 -15
- package/dist/src/components/ui/form/FormControl.vue.d.ts +0 -17
- package/dist/src/components/ui/form/FormDescription.vue.d.ts +0 -21
- package/dist/src/components/ui/form/FormItem.vue.d.ts +0 -21
- package/dist/src/components/ui/form/FormLabel.vue.d.ts +0 -22
- package/dist/src/components/ui/form/FormMessage.vue.d.ts +0 -6
- package/dist/src/components/ui/form/index.d.ts +0 -7
- package/dist/src/components/ui/form/injectionKeys.d.ts +0 -2
- package/dist/src/components/ui/form/useFormField.d.ts +0 -11
- package/dist/src/components/ui/hover-card/HoverCard.vue.d.ts +0 -24
- package/dist/src/components/ui/hover-card/HoverCardContent.vue.d.ts +0 -24
- package/dist/src/components/ui/hover-card/HoverCardTrigger.vue.d.ts +0 -18
- package/dist/src/components/ui/hover-card/index.d.ts +0 -3
- package/dist/src/components/ui/inline-notification/NsInlineNotification.vue.d.ts +0 -45
- package/dist/src/components/ui/inline-notification/index.d.ts +0 -6
- package/dist/src/components/ui/input/Input.vue.d.ts +0 -12
- package/dist/src/components/ui/input/index.d.ts +0 -1
- package/dist/src/components/ui/input-group/InputGroup.vue.d.ts +0 -21
- package/dist/src/components/ui/input-group/InputGroupAddon.vue.d.ts +0 -25
- package/dist/src/components/ui/input-group/InputGroupButton.vue.d.ts +0 -28
- package/dist/src/components/ui/input-group/InputGroupInput.vue.d.ts +0 -6
- package/dist/src/components/ui/input-group/InputGroupText.vue.d.ts +0 -21
- package/dist/src/components/ui/input-group/InputGroupTextarea.vue.d.ts +0 -6
- package/dist/src/components/ui/input-group/index.d.ts +0 -15
- package/dist/src/components/ui/input-otp/InputOTP.vue.d.ts +0 -46
- package/dist/src/components/ui/input-otp/InputOTPGroup.vue.d.ts +0 -21
- package/dist/src/components/ui/input-otp/InputOTPSeparator.vue.d.ts +0 -21
- package/dist/src/components/ui/input-otp/InputOTPSlot.vue.d.ts +0 -7
- package/dist/src/components/ui/input-otp/index.d.ts +0 -4
- package/dist/src/components/ui/item/Item.vue.d.ts +0 -27
- package/dist/src/components/ui/item/ItemActions.vue.d.ts +0 -21
- package/dist/src/components/ui/item/ItemContent.vue.d.ts +0 -21
- package/dist/src/components/ui/item/ItemDescription.vue.d.ts +0 -21
- package/dist/src/components/ui/item/ItemFooter.vue.d.ts +0 -21
- package/dist/src/components/ui/item/ItemGroup.vue.d.ts +0 -21
- package/dist/src/components/ui/item/ItemHeader.vue.d.ts +0 -21
- package/dist/src/components/ui/item/ItemMedia.vue.d.ts +0 -23
- package/dist/src/components/ui/item/ItemSeparator.vue.d.ts +0 -7
- package/dist/src/components/ui/item/ItemTitle.vue.d.ts +0 -21
- package/dist/src/components/ui/item/index.d.ts +0 -20
- package/dist/src/components/ui/kbd/Kbd.vue.d.ts +0 -21
- package/dist/src/components/ui/kbd/KbdGroup.vue.d.ts +0 -21
- package/dist/src/components/ui/kbd/index.d.ts +0 -2
- package/dist/src/components/ui/label/Label.vue.d.ts +0 -22
- package/dist/src/components/ui/label/index.d.ts +0 -1
- package/dist/src/components/ui/menubar/Menubar.vue.d.ts +0 -28
- package/dist/src/components/ui/menubar/MenubarCheckboxItem.vue.d.ts +0 -29
- package/dist/src/components/ui/menubar/MenubarContent.vue.d.ts +0 -26
- package/dist/src/components/ui/menubar/MenubarGroup.vue.d.ts +0 -18
- package/dist/src/components/ui/menubar/MenubarItem.vue.d.ts +0 -28
- package/dist/src/components/ui/menubar/MenubarLabel.vue.d.ts +0 -23
- package/dist/src/components/ui/menubar/MenubarMenu.vue.d.ts +0 -18
- package/dist/src/components/ui/menubar/MenubarRadioGroup.vue.d.ts +0 -22
- package/dist/src/components/ui/menubar/MenubarRadioItem.vue.d.ts +0 -27
- package/dist/src/components/ui/menubar/MenubarSeparator.vue.d.ts +0 -7
- package/dist/src/components/ui/menubar/MenubarShortcut.vue.d.ts +0 -21
- package/dist/src/components/ui/menubar/MenubarSub.vue.d.ts +0 -25
- package/dist/src/components/ui/menubar/MenubarSubContent.vue.d.ts +0 -38
- package/dist/src/components/ui/menubar/MenubarSubTrigger.vue.d.ts +0 -23
- package/dist/src/components/ui/menubar/MenubarTrigger.vue.d.ts +0 -22
- package/dist/src/components/ui/menubar/index.d.ts +0 -15
- package/dist/src/components/ui/native-select/NativeSelect.vue.d.ts +0 -27
- package/dist/src/components/ui/native-select/NativeSelectOptGroup.vue.d.ts +0 -405
- package/dist/src/components/ui/native-select/NativeSelectOption.vue.d.ts +0 -409
- package/dist/src/components/ui/native-select/index.d.ts +0 -3
- package/dist/src/components/ui/navigation-menu/NavigationMenu.vue.d.ts +0 -31
- package/dist/src/components/ui/navigation-menu/NavigationMenuContent.vue.d.ts +0 -32
- package/dist/src/components/ui/navigation-menu/NavigationMenuIndicator.vue.d.ts +0 -7
- package/dist/src/components/ui/navigation-menu/NavigationMenuItem.vue.d.ts +0 -22
- package/dist/src/components/ui/navigation-menu/NavigationMenuLink.vue.d.ts +0 -30
- package/dist/src/components/ui/navigation-menu/NavigationMenuList.vue.d.ts +0 -22
- package/dist/src/components/ui/navigation-menu/NavigationMenuTrigger.vue.d.ts +0 -15
- package/dist/src/components/ui/navigation-menu/NavigationMenuViewport.vue.d.ts +0 -7
- package/dist/src/components/ui/navigation-menu/index.d.ts +0 -9
- package/dist/src/components/ui/number-field/NumberField.vue.d.ts +0 -30
- package/dist/src/components/ui/number-field/NumberFieldContent.vue.d.ts +0 -21
- package/dist/src/components/ui/number-field/NumberFieldDecrement.vue.d.ts +0 -22
- package/dist/src/components/ui/number-field/NumberFieldIncrement.vue.d.ts +0 -22
- package/dist/src/components/ui/number-field/NumberFieldInput.vue.d.ts +0 -6
- package/dist/src/components/ui/number-field/index.d.ts +0 -5
- package/dist/src/components/ui/pagination/Pagination.vue.d.ts +0 -29
- package/dist/src/components/ui/pagination/PaginationContent.vue.d.ts +0 -29
- package/dist/src/components/ui/pagination/PaginationEllipsis.vue.d.ts +0 -22
- package/dist/src/components/ui/pagination/PaginationFirst.vue.d.ts +0 -26
- package/dist/src/components/ui/pagination/PaginationItem.vue.d.ts +0 -27
- package/dist/src/components/ui/pagination/PaginationLast.vue.d.ts +0 -26
- package/dist/src/components/ui/pagination/PaginationNext.vue.d.ts +0 -26
- package/dist/src/components/ui/pagination/PaginationPrevious.vue.d.ts +0 -26
- package/dist/src/components/ui/pagination/index.d.ts +0 -8
- package/dist/src/components/ui/pin-input/PinInput.vue.d.ts +0 -22
- package/dist/src/components/ui/pin-input/PinInputGroup.vue.d.ts +0 -22
- package/dist/src/components/ui/pin-input/PinInputSeparator.vue.d.ts +0 -18
- package/dist/src/components/ui/pin-input/PinInputSlot.vue.d.ts +0 -7
- package/dist/src/components/ui/pin-input/index.d.ts +0 -4
- package/dist/src/components/ui/popover/Popover.vue.d.ts +0 -25
- package/dist/src/components/ui/popover/PopoverAnchor.vue.d.ts +0 -18
- package/dist/src/components/ui/popover/PopoverContent.vue.d.ts +0 -39
- package/dist/src/components/ui/popover/PopoverTrigger.vue.d.ts +0 -18
- package/dist/src/components/ui/popover/index.d.ts +0 -4
- package/dist/src/components/ui/progress/Progress.vue.d.ts +0 -9
- package/dist/src/components/ui/progress/index.d.ts +0 -1
- package/dist/src/components/ui/radio-group/RadioGroup.vue.d.ts +0 -28
- package/dist/src/components/ui/radio-group/RadioGroupItem.vue.d.ts +0 -22
- package/dist/src/components/ui/radio-group/index.d.ts +0 -2
- package/dist/src/components/ui/range-calendar/RangeCalendar.vue.d.ts +0 -17
- package/dist/src/components/ui/range-calendar/RangeCalendarCell.vue.d.ts +0 -22
- package/dist/src/components/ui/range-calendar/RangeCalendarCellTrigger.vue.d.ts +0 -24
- package/dist/src/components/ui/range-calendar/RangeCalendarGrid.vue.d.ts +0 -22
- package/dist/src/components/ui/range-calendar/RangeCalendarGridBody.vue.d.ts +0 -18
- package/dist/src/components/ui/range-calendar/RangeCalendarGridHead.vue.d.ts +0 -18
- package/dist/src/components/ui/range-calendar/RangeCalendarGridRow.vue.d.ts +0 -22
- package/dist/src/components/ui/range-calendar/RangeCalendarHeadCell.vue.d.ts +0 -22
- package/dist/src/components/ui/range-calendar/RangeCalendarHeader.vue.d.ts +0 -22
- package/dist/src/components/ui/range-calendar/RangeCalendarHeading.vue.d.ts +0 -28
- package/dist/src/components/ui/range-calendar/RangeCalendarNextButton.vue.d.ts +0 -22
- package/dist/src/components/ui/range-calendar/RangeCalendarPrevButton.vue.d.ts +0 -22
- package/dist/src/components/ui/range-calendar/index.d.ts +0 -12
- package/dist/src/components/ui/resizable/ResizableHandle.vue.d.ts +0 -27
- package/dist/src/components/ui/resizable/ResizablePanel.vue.d.ts +0 -32
- package/dist/src/components/ui/resizable/ResizablePanelGroup.vue.d.ts +0 -28
- package/dist/src/components/ui/resizable/index.d.ts +0 -3
- package/dist/src/components/ui/scroll-area/ScrollArea.vue.d.ts +0 -22
- package/dist/src/components/ui/scroll-area/ScrollBar.vue.d.ts +0 -9
- package/dist/src/components/ui/scroll-area/index.d.ts +0 -2
- package/dist/src/components/ui/select/Select.vue.d.ts +0 -28
- package/dist/src/components/ui/select/SelectContent.vue.d.ts +0 -32
- package/dist/src/components/ui/select/SelectGroup.vue.d.ts +0 -18
- package/dist/src/components/ui/select/SelectItem.vue.d.ts +0 -23
- package/dist/src/components/ui/select/SelectItemText.vue.d.ts +0 -18
- package/dist/src/components/ui/select/SelectLabel.vue.d.ts +0 -22
- package/dist/src/components/ui/select/SelectScrollDownButton.vue.d.ts +0 -22
- package/dist/src/components/ui/select/SelectScrollUpButton.vue.d.ts +0 -22
- package/dist/src/components/ui/select/SelectSeparator.vue.d.ts +0 -7
- package/dist/src/components/ui/select/SelectTrigger.vue.d.ts +0 -25
- package/dist/src/components/ui/select/SelectValue.vue.d.ts +0 -18
- package/dist/src/components/ui/select/index.d.ts +0 -11
- package/dist/src/components/ui/separator/Separator.vue.d.ts +0 -10
- package/dist/src/components/ui/separator/index.d.ts +0 -1
- package/dist/src/components/ui/sheet/Sheet.vue.d.ts +0 -25
- package/dist/src/components/ui/sheet/SheetClose.vue.d.ts +0 -18
- package/dist/src/components/ui/sheet/SheetContent.vue.d.ts +0 -39
- package/dist/src/components/ui/sheet/SheetDescription.vue.d.ts +0 -22
- package/dist/src/components/ui/sheet/SheetFooter.vue.d.ts +0 -21
- package/dist/src/components/ui/sheet/SheetHeader.vue.d.ts +0 -21
- package/dist/src/components/ui/sheet/SheetOverlay.vue.d.ts +0 -22
- package/dist/src/components/ui/sheet/SheetTitle.vue.d.ts +0 -22
- package/dist/src/components/ui/sheet/SheetTrigger.vue.d.ts +0 -18
- package/dist/src/components/ui/sheet/index.d.ts +0 -8
- package/dist/src/components/ui/sidebar/Sidebar.vue.d.ts +0 -15
- package/dist/src/components/ui/sidebar/SidebarContent.vue.d.ts +0 -21
- package/dist/src/components/ui/sidebar/SidebarFooter.vue.d.ts +0 -21
- package/dist/src/components/ui/sidebar/SidebarGroup.vue.d.ts +0 -21
- package/dist/src/components/ui/sidebar/SidebarGroupAction.vue.d.ts +0 -22
- package/dist/src/components/ui/sidebar/SidebarGroupContent.vue.d.ts +0 -21
- package/dist/src/components/ui/sidebar/SidebarGroupLabel.vue.d.ts +0 -22
- package/dist/src/components/ui/sidebar/SidebarHeader.vue.d.ts +0 -21
- package/dist/src/components/ui/sidebar/SidebarInput.vue.d.ts +0 -21
- package/dist/src/components/ui/sidebar/SidebarInset.vue.d.ts +0 -21
- package/dist/src/components/ui/sidebar/SidebarMenu.vue.d.ts +0 -21
- package/dist/src/components/ui/sidebar/SidebarMenuAction.vue.d.ts +0 -25
- package/dist/src/components/ui/sidebar/SidebarMenuBadge.vue.d.ts +0 -21
- package/dist/src/components/ui/sidebar/SidebarMenuButton.vue.d.ts +0 -27
- package/dist/src/components/ui/sidebar/SidebarMenuButtonChild.vue.d.ts +0 -30
- package/dist/src/components/ui/sidebar/SidebarMenuItem.vue.d.ts +0 -21
- package/dist/src/components/ui/sidebar/SidebarMenuSkeleton.vue.d.ts +0 -7
- package/dist/src/components/ui/sidebar/SidebarMenuSub.vue.d.ts +0 -21
- package/dist/src/components/ui/sidebar/SidebarMenuSubButton.vue.d.ts +0 -27
- package/dist/src/components/ui/sidebar/SidebarMenuSubItem.vue.d.ts +0 -21
- package/dist/src/components/ui/sidebar/SidebarProvider.vue.d.ts +0 -30
- package/dist/src/components/ui/sidebar/SidebarRail.vue.d.ts +0 -21
- package/dist/src/components/ui/sidebar/SidebarSeparator.vue.d.ts +0 -21
- package/dist/src/components/ui/sidebar/SidebarTrigger.vue.d.ts +0 -6
- package/dist/src/components/ui/sidebar/index.d.ts +0 -37
- package/dist/src/components/ui/sidebar/utils.d.ts +0 -56
- package/dist/src/components/ui/skeleton/Skeleton.vue.d.ts +0 -6
- package/dist/src/components/ui/skeleton/index.d.ts +0 -1
- package/dist/src/components/ui/slider/Slider.vue.d.ts +0 -13
- package/dist/src/components/ui/slider/index.d.ts +0 -1
- package/dist/src/components/ui/sonner/Sonner.vue.d.ts +0 -3
- package/dist/src/components/ui/sonner/index.d.ts +0 -1
- package/dist/src/components/ui/spinner/Spinner.vue.d.ts +0 -6
- package/dist/src/components/ui/spinner/index.d.ts +0 -1
- package/dist/src/components/ui/stepper/Stepper.vue.d.ts +0 -38
- package/dist/src/components/ui/stepper/StepperDescription.vue.d.ts +0 -22
- package/dist/src/components/ui/stepper/StepperIndicator.vue.d.ts +0 -22
- package/dist/src/components/ui/stepper/StepperItem.vue.d.ts +0 -22
- package/dist/src/components/ui/stepper/StepperSeparator.vue.d.ts +0 -7
- package/dist/src/components/ui/stepper/StepperTitle.vue.d.ts +0 -22
- package/dist/src/components/ui/stepper/StepperTrigger.vue.d.ts +0 -22
- package/dist/src/components/ui/stepper/index.d.ts +0 -7
- package/dist/src/components/ui/switch/Switch.vue.d.ts +0 -29
- package/dist/src/components/ui/switch/index.d.ts +0 -1
- package/dist/src/components/ui/table/Table.vue.d.ts +0 -21
- package/dist/src/components/ui/table/TableBody.vue.d.ts +0 -21
- package/dist/src/components/ui/table/TableCaption.vue.d.ts +0 -21
- package/dist/src/components/ui/table/TableCell.vue.d.ts +0 -21
- package/dist/src/components/ui/table/TableEmpty.vue.d.ts +0 -24
- package/dist/src/components/ui/table/TableFooter.vue.d.ts +0 -21
- package/dist/src/components/ui/table/TableHead.vue.d.ts +0 -21
- package/dist/src/components/ui/table/TableHeader.vue.d.ts +0 -21
- package/dist/src/components/ui/table/TableRow.vue.d.ts +0 -21
- package/dist/src/components/ui/table/index.d.ts +0 -9
- package/dist/src/components/ui/table/utils.d.ts +0 -3
- package/dist/src/components/ui/tabs/Tabs.vue.d.ts +0 -28
- package/dist/src/components/ui/tabs/TabsContent.vue.d.ts +0 -22
- package/dist/src/components/ui/tabs/TabsList.vue.d.ts +0 -22
- package/dist/src/components/ui/tabs/TabsTrigger.vue.d.ts +0 -22
- package/dist/src/components/ui/tabs/index.d.ts +0 -4
- package/dist/src/components/ui/tag/NsTag.vue.d.ts +0 -42
- package/dist/src/components/ui/tag/index.d.ts +0 -8
- package/dist/src/components/ui/tags-input/TagsInput.vue.d.ts +0 -34
- package/dist/src/components/ui/tags-input/TagsInputInput.vue.d.ts +0 -7
- package/dist/src/components/ui/tags-input/TagsInputItem.vue.d.ts +0 -22
- package/dist/src/components/ui/tags-input/TagsInputItemDelete.vue.d.ts +0 -22
- package/dist/src/components/ui/tags-input/TagsInputItemText.vue.d.ts +0 -22
- package/dist/src/components/ui/tags-input/index.d.ts +0 -5
- package/dist/src/components/ui/text-input/NsTextInput.vue.d.ts +0 -79
- package/dist/src/components/ui/text-input/index.d.ts +0 -15
- package/dist/src/components/ui/textarea/Textarea.vue.d.ts +0 -12
- package/dist/src/components/ui/textarea/index.d.ts +0 -1
- package/dist/src/components/ui/toggle/Toggle.vue.d.ts +0 -33
- package/dist/src/components/ui/toggle/index.d.ts +0 -7
- package/dist/src/components/ui/toggle-group/ToggleGroup.vue.d.ts +0 -36
- package/dist/src/components/ui/toggle-group/ToggleGroupItem.vue.d.ts +0 -29
- package/dist/src/components/ui/toggle-group/index.d.ts +0 -2
- package/dist/src/components/ui/tooltip/Tooltip.vue.d.ts +0 -24
- package/dist/src/components/ui/tooltip/TooltipContent.vue.d.ts +0 -30
- package/dist/src/components/ui/tooltip/TooltipProvider.vue.d.ts +0 -20
- package/dist/src/components/ui/tooltip/TooltipTrigger.vue.d.ts +0 -18
- package/dist/src/components/ui/tooltip/index.d.ts +0 -4
- package/dist/src/composables/index.d.ts +0 -8
- package/dist/src/composables/useDateTimeService.d.ts +0 -10
- package/dist/src/composables/useFilterService.d.ts +0 -8
- package/dist/src/composables/useIconService.d.ts +0 -153
- package/dist/src/composables/usePageTitleService.d.ts +0 -3
- package/dist/src/composables/useQueryParamService.d.ts +0 -13
- package/dist/src/composables/useStorageService.d.ts +0 -5
- package/dist/src/composables/useTaskService.d.ts +0 -18
- package/dist/src/composables/useUtilService.d.ts +0 -27
- package/dist/src/lib/utils.d.ts +0 -2
- package/dist/src/main.d.ts +0 -0
- package/src/components/ui/checkbox/NsCheckbox.vue +0 -123
- package/src/components/ui/empty-state/NsEmptyState.vue +0 -149
- package/src/components/ui/inline-notification/NsInlineNotification.vue +0 -163
- package/src/components/ui/tag/NsTag.vue +0 -114
- package/src/components/ui/text-input/NsTextInput.vue +0 -269
- package/src/components/ui/toggle/NsToggle.vue +0 -126
|
@@ -36,7 +36,7 @@ const content = computed(() => {
|
|
|
36
36
|
v-if="$slots.default || content"
|
|
37
37
|
role="alert"
|
|
38
38
|
data-slot="field-error"
|
|
39
|
-
:class="cn('
|
|
39
|
+
:class="cn('text-destructive text-sm font-normal', props.class)"
|
|
40
40
|
>
|
|
41
41
|
<slot v-if="$slots.default" />
|
|
42
42
|
|
|
@@ -44,7 +44,7 @@ const content = computed(() => {
|
|
|
44
44
|
{{ content }}
|
|
45
45
|
</template>
|
|
46
46
|
|
|
47
|
-
<ul v-else-if="Array.isArray(content)" class="
|
|
47
|
+
<ul v-else-if="Array.isArray(content)" class="ml-4 flex list-disc flex-col gap-1">
|
|
48
48
|
<li v-for="(error, index) in content" :key="index">
|
|
49
49
|
{{ error }}
|
|
50
50
|
</li>
|
|
@@ -11,7 +11,7 @@ const props = defineProps<{
|
|
|
11
11
|
<div
|
|
12
12
|
data-slot="field-group"
|
|
13
13
|
:class="cn(
|
|
14
|
-
'
|
|
14
|
+
'group/field-group @container/field-group flex w-full flex-col gap-7 data-[slot=checkbox-group]:gap-3 [&>[data-slot=field-group]]:gap-4',
|
|
15
15
|
props.class,
|
|
16
16
|
)"
|
|
17
17
|
>
|
|
@@ -12,9 +12,9 @@ const props = defineProps<{
|
|
|
12
12
|
<Label
|
|
13
13
|
data-slot="field-label"
|
|
14
14
|
:class="cn(
|
|
15
|
-
'
|
|
16
|
-
'
|
|
17
|
-
'
|
|
15
|
+
'group/field-label peer/field-label flex w-fit gap-2 leading-snug group-data-[disabled=true]/field:opacity-50',
|
|
16
|
+
'has-[>[data-slot=field]]:w-full has-[>[data-slot=field]]:flex-col has-[>[data-slot=field]]:rounded-md has-[>[data-slot=field]]:border [&>*]:data-[slot=field]:p-4',
|
|
17
|
+
'has-data-[state=checked]:bg-primary/5 has-data-[state=checked]:border-primary dark:has-data-[state=checked]:bg-primary/10',
|
|
18
18
|
props.class,
|
|
19
19
|
)"
|
|
20
20
|
>
|
|
@@ -13,9 +13,9 @@ const props = defineProps<{
|
|
|
13
13
|
data-slot="field-legend"
|
|
14
14
|
:data-variant="variant"
|
|
15
15
|
:class="cn(
|
|
16
|
-
'
|
|
17
|
-
'
|
|
18
|
-
'
|
|
16
|
+
'mb-3 font-medium',
|
|
17
|
+
'data-[variant=legend]:text-base',
|
|
18
|
+
'data-[variant=label]:text-sm',
|
|
19
19
|
props.class,
|
|
20
20
|
)"
|
|
21
21
|
>
|
|
@@ -13,14 +13,14 @@ const props = defineProps<{
|
|
|
13
13
|
data-slot="field-separator"
|
|
14
14
|
:data-content="!!$slots.default"
|
|
15
15
|
:class="cn(
|
|
16
|
-
'
|
|
16
|
+
'relative -my-2 h-5 text-sm group-data-[variant=outline]/field-group:-mb-2',
|
|
17
17
|
props.class,
|
|
18
18
|
)"
|
|
19
19
|
>
|
|
20
|
-
<Separator class="
|
|
20
|
+
<Separator class="absolute inset-0 top-1/2" />
|
|
21
21
|
<span
|
|
22
22
|
v-if="$slots.default"
|
|
23
|
-
class="
|
|
23
|
+
class="bg-background text-muted-foreground relative mx-auto block w-fit px-2"
|
|
24
24
|
data-slot="field-separator-content"
|
|
25
25
|
>
|
|
26
26
|
<slot />
|
|
@@ -11,8 +11,8 @@ const props = defineProps<{
|
|
|
11
11
|
<fieldset
|
|
12
12
|
data-slot="field-set"
|
|
13
13
|
:class="cn(
|
|
14
|
-
'
|
|
15
|
-
'
|
|
14
|
+
'flex flex-col gap-6',
|
|
15
|
+
'has-[>[data-slot=checkbox-group]]:gap-3 has-[>[data-slot=radio-group]]:gap-3',
|
|
16
16
|
props.class,
|
|
17
17
|
)"
|
|
18
18
|
>
|
|
@@ -11,7 +11,7 @@ const props = defineProps<{
|
|
|
11
11
|
<div
|
|
12
12
|
data-slot="field-label"
|
|
13
13
|
:class="cn(
|
|
14
|
-
'
|
|
14
|
+
'flex w-fit items-center gap-2 text-sm leading-snug font-medium group-data-[disabled=true]/field:opacity-50',
|
|
15
15
|
props.class,
|
|
16
16
|
)"
|
|
17
17
|
>
|
|
@@ -14,7 +14,7 @@ const { formDescriptionId } = useFormField()
|
|
|
14
14
|
<p
|
|
15
15
|
:id="formDescriptionId"
|
|
16
16
|
data-slot="form-description"
|
|
17
|
-
:class="cn('
|
|
17
|
+
:class="cn('text-muted-foreground text-sm', props.class)"
|
|
18
18
|
>
|
|
19
19
|
<slot />
|
|
20
20
|
</p>
|
|
@@ -32,7 +32,7 @@ const forwardedProps = useForwardProps(delegatedProps)
|
|
|
32
32
|
v-bind="{ ...$attrs, ...forwardedProps }"
|
|
33
33
|
:class="
|
|
34
34
|
cn(
|
|
35
|
-
'
|
|
35
|
+
'bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-64 rounded-md border p-4 shadow-md outline-hidden',
|
|
36
36
|
props.class,
|
|
37
37
|
)
|
|
38
38
|
"
|
|
@@ -24,9 +24,9 @@ const modelValue = useVModel(props, "modelValue", emits, {
|
|
|
24
24
|
v-model="modelValue"
|
|
25
25
|
data-slot="input"
|
|
26
26
|
:class="cn(
|
|
27
|
-
'
|
|
28
|
-
'
|
|
29
|
-
'
|
|
27
|
+
'file:text-foreground placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground dark:bg-input/30 border-input h-9 w-full min-w-0 rounded-md border bg-transparent px-3 py-1 text-base shadow-xs transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm',
|
|
28
|
+
'focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]',
|
|
29
|
+
'aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive',
|
|
30
30
|
props.class,
|
|
31
31
|
)"
|
|
32
32
|
>
|
|
@@ -12,20 +12,20 @@ const props = defineProps<{
|
|
|
12
12
|
data-slot="input-group"
|
|
13
13
|
role="group"
|
|
14
14
|
:class="cn(
|
|
15
|
-
'
|
|
16
|
-
'
|
|
15
|
+
'group/input-group border-input dark:bg-input/30 relative flex w-full items-center rounded-md border shadow-xs transition-[color,box-shadow] outline-none',
|
|
16
|
+
'h-9 min-w-0 has-[>textarea]:h-auto',
|
|
17
17
|
|
|
18
18
|
// Variants based on alignment.
|
|
19
|
-
'
|
|
20
|
-
'
|
|
21
|
-
'
|
|
22
|
-
'
|
|
19
|
+
'has-[>[data-align=inline-start]]:[&>input]:pl-2',
|
|
20
|
+
'has-[>[data-align=inline-end]]:[&>input]:pr-2',
|
|
21
|
+
'has-[>[data-align=block-start]]:h-auto has-[>[data-align=block-start]]:flex-col has-[>[data-align=block-start]]:[&>input]:pb-3',
|
|
22
|
+
'has-[>[data-align=block-end]]:h-auto has-[>[data-align=block-end]]:flex-col has-[>[data-align=block-end]]:[&>input]:pt-3',
|
|
23
23
|
|
|
24
24
|
// Focus state.
|
|
25
|
-
'
|
|
25
|
+
'has-[[data-slot=input-group-control]:focus-visible]:border-ring has-[[data-slot=input-group-control]:focus-visible]:ring-ring/50 has-[[data-slot=input-group-control]:focus-visible]:ring-[3px]',
|
|
26
26
|
|
|
27
27
|
// Error state.
|
|
28
|
-
'
|
|
28
|
+
'has-[[data-slot][aria-invalid=true]]:ring-destructive/20 has-[[data-slot][aria-invalid=true]]:border-destructive dark:has-[[data-slot][aria-invalid=true]]:ring-destructive/40',
|
|
29
29
|
|
|
30
30
|
props.class,
|
|
31
31
|
)"
|
|
@@ -12,7 +12,7 @@ const props = defineProps<{
|
|
|
12
12
|
<Input
|
|
13
13
|
data-slot="input-group-control"
|
|
14
14
|
:class="cn(
|
|
15
|
-
'
|
|
15
|
+
'flex-1 rounded-none border-0 bg-transparent shadow-none focus-visible:ring-0 dark:bg-transparent',
|
|
16
16
|
props.class,
|
|
17
17
|
)"
|
|
18
18
|
/>
|
|
@@ -10,7 +10,7 @@ const props = defineProps<{
|
|
|
10
10
|
<template>
|
|
11
11
|
<span
|
|
12
12
|
:class="cn(
|
|
13
|
-
'
|
|
13
|
+
'text-muted-foreground flex items-center gap-2 text-sm [&_svg]:pointer-events-none [&_svg:not([class*=\'size-\'])]:size-4',
|
|
14
14
|
props.class,
|
|
15
15
|
)"
|
|
16
16
|
>
|
|
@@ -12,7 +12,7 @@ const props = defineProps<{
|
|
|
12
12
|
<Textarea
|
|
13
13
|
data-slot="input-group-control"
|
|
14
14
|
:class="cn(
|
|
15
|
-
'
|
|
15
|
+
'flex-1 resize-none rounded-none border-0 bg-transparent py-3 shadow-none focus-visible:ring-0 dark:bg-transparent',
|
|
16
16
|
props.class,
|
|
17
17
|
)"
|
|
18
18
|
/>
|
|
@@ -21,7 +21,7 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits)
|
|
|
21
21
|
v-bind="forwarded"
|
|
22
22
|
:container-class="cn('flex items-center gap-2 has-disabled:opacity-50', props.class)"
|
|
23
23
|
data-slot="input-otp"
|
|
24
|
-
class="
|
|
24
|
+
class="disabled:cursor-not-allowed"
|
|
25
25
|
>
|
|
26
26
|
<slot v-bind="slotProps" />
|
|
27
27
|
</OTPInput>
|
|
@@ -22,11 +22,11 @@ const slot = computed(() => context?.value.slots[props.index])
|
|
|
22
22
|
v-bind="forwarded"
|
|
23
23
|
data-slot="input-otp-slot"
|
|
24
24
|
:data-active="slot?.isActive"
|
|
25
|
-
:class="cn('
|
|
25
|
+
:class="cn('data-[active=true]:border-ring data-[active=true]:ring-ring/50 data-[active=true]:aria-invalid:ring-destructive/20 dark:data-[active=true]:aria-invalid:ring-destructive/40 aria-invalid:border-destructive data-[active=true]:aria-invalid:border-destructive dark:bg-input/30 border-input relative flex h-9 w-9 items-center justify-center border-y border-r text-sm shadow-xs transition-all outline-none first:rounded-l-md first:border-l last:rounded-r-md data-[active=true]:z-10 data-[active=true]:ring-[3px]', props.class)"
|
|
26
26
|
>
|
|
27
27
|
{{ slot?.char }}
|
|
28
|
-
<div v-if="slot?.hasFakeCaret" class="
|
|
29
|
-
<div class="
|
|
28
|
+
<div v-if="slot?.hasFakeCaret" class="pointer-events-none absolute inset-0 flex items-center justify-center">
|
|
29
|
+
<div class="animate-caret-blink bg-foreground h-4 w-px duration-1000" />
|
|
30
30
|
</div>
|
|
31
31
|
</div>
|
|
32
32
|
</template>
|
|
@@ -10,7 +10,7 @@ const props = defineProps<{
|
|
|
10
10
|
<template>
|
|
11
11
|
<div
|
|
12
12
|
data-slot="item-content"
|
|
13
|
-
:class="cn('
|
|
13
|
+
:class="cn('flex flex-1 flex-col gap-1 [&+[data-slot=item-content]]:flex-none', props.class)"
|
|
14
14
|
>
|
|
15
15
|
<slot />
|
|
16
16
|
</div>
|
|
@@ -11,8 +11,8 @@ const props = defineProps<{
|
|
|
11
11
|
<p
|
|
12
12
|
data-slot="item-description"
|
|
13
13
|
:class="cn(
|
|
14
|
-
'
|
|
15
|
-
'
|
|
14
|
+
'text-muted-foreground line-clamp-2 text-sm leading-normal font-normal text-balance',
|
|
15
|
+
'[&>a:hover]:text-primary [&>a]:underline [&>a]:underline-offset-4',
|
|
16
16
|
props.class,
|
|
17
17
|
)"
|
|
18
18
|
>
|
|
@@ -10,7 +10,7 @@ const props = defineProps<{
|
|
|
10
10
|
<template>
|
|
11
11
|
<div
|
|
12
12
|
data-slot="item-footer"
|
|
13
|
-
:class="cn('
|
|
13
|
+
:class="cn('flex basis-full items-center justify-between gap-2', props.class)"
|
|
14
14
|
>
|
|
15
15
|
<slot />
|
|
16
16
|
</div>
|
|
@@ -10,7 +10,7 @@ const props = defineProps<{
|
|
|
10
10
|
<template>
|
|
11
11
|
<div
|
|
12
12
|
data-slot="item-header"
|
|
13
|
-
:class="cn('
|
|
13
|
+
:class="cn('flex basis-full items-center justify-between gap-2', props.class)"
|
|
14
14
|
>
|
|
15
15
|
<slot />
|
|
16
16
|
</div>
|
|
@@ -10,7 +10,7 @@ const props = defineProps<{
|
|
|
10
10
|
<template>
|
|
11
11
|
<div
|
|
12
12
|
data-slot="item-title"
|
|
13
|
-
:class="cn('
|
|
13
|
+
:class="cn('flex w-fit items-center gap-2 text-sm leading-snug font-medium', props.class)"
|
|
14
14
|
>
|
|
15
15
|
<slot />
|
|
16
16
|
</div>
|
|
@@ -10,9 +10,9 @@ const props = defineProps<{
|
|
|
10
10
|
<template>
|
|
11
11
|
<kbd
|
|
12
12
|
:class="cn(
|
|
13
|
-
'
|
|
14
|
-
'
|
|
15
|
-
'
|
|
13
|
+
'bg-muted text-muted-foreground pointer-events-none inline-flex h-5 w-fit min-w-5 items-center justify-center gap-1 rounded-sm px-1 font-sans text-xs font-medium select-none',
|
|
14
|
+
'[&_svg:not([class*=\'size-\'])]:size-3',
|
|
15
|
+
'[[data-slot=tooltip-content]_&]:bg-background/20 [[data-slot=tooltip-content]_&]:text-background dark:[[data-slot=tooltip-content]_&]:bg-background/10',
|
|
16
16
|
props.class,
|
|
17
17
|
)"
|
|
18
18
|
>
|
|
@@ -16,7 +16,7 @@ const delegatedProps = reactiveOmit(props, "class")
|
|
|
16
16
|
v-bind="delegatedProps"
|
|
17
17
|
:class="
|
|
18
18
|
cn(
|
|
19
|
-
'
|
|
19
|
+
'flex items-center gap-2 text-sm leading-none font-medium select-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50',
|
|
20
20
|
props.class,
|
|
21
21
|
)
|
|
22
22
|
"
|
|
@@ -23,7 +23,7 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits)
|
|
|
23
23
|
v-bind="forwarded"
|
|
24
24
|
:class="
|
|
25
25
|
cn(
|
|
26
|
-
'
|
|
26
|
+
'bg-background flex h-9 items-center gap-1 rounded-md border p-1 shadow-xs',
|
|
27
27
|
props.class,
|
|
28
28
|
)
|
|
29
29
|
"
|
|
@@ -23,14 +23,14 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits)
|
|
|
23
23
|
data-slot="menubar-checkbox-item"
|
|
24
24
|
v-bind="forwarded"
|
|
25
25
|
:class="cn(
|
|
26
|
-
'
|
|
26
|
+
'focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-xs py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*=\'size-\'])]:size-4',
|
|
27
27
|
props.class,
|
|
28
28
|
)"
|
|
29
29
|
>
|
|
30
|
-
<span class="
|
|
30
|
+
<span class="pointer-events-none absolute left-2 flex size-3.5 items-center justify-center">
|
|
31
31
|
<MenubarItemIndicator>
|
|
32
32
|
<slot name="indicator-icon">
|
|
33
|
-
<Check class="
|
|
33
|
+
<Check class="size-4" />
|
|
34
34
|
</slot>
|
|
35
35
|
</MenubarItemIndicator>
|
|
36
36
|
</span>
|
|
@@ -34,7 +34,7 @@ const forwardedProps = useForwardProps(delegatedProps)
|
|
|
34
34
|
v-bind="{ ...$attrs, ...forwardedProps }"
|
|
35
35
|
:class="
|
|
36
36
|
cn(
|
|
37
|
-
'
|
|
37
|
+
'bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 min-w-[12rem] origin-(--reka-menubar-content-transform-origin) overflow-hidden rounded-md border p-1 shadow-md',
|
|
38
38
|
props.class,
|
|
39
39
|
)
|
|
40
40
|
"
|
|
@@ -27,7 +27,7 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits)
|
|
|
27
27
|
:data-variant="variant"
|
|
28
28
|
v-bind="forwarded"
|
|
29
29
|
:class="cn(
|
|
30
|
-
'
|
|
30
|
+
'focus:bg-accent focus:text-accent-foreground data-[variant=destructive]:text-destructive-foreground data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:focus:bg-destructive/40 data-[variant=destructive]:focus:text-destructive-foreground data-[variant=destructive]:*:[svg]:!text-destructive-foreground [&_svg:not([class*=\'text-\'])]:text-muted-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[inset]:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*=\'size-\'])]:size-4',
|
|
31
31
|
props.class,
|
|
32
32
|
)"
|
|
33
33
|
>
|
|
@@ -13,7 +13,7 @@ const delegatedProps = reactiveOmit(props, "class", "inset")
|
|
|
13
13
|
<MenubarLabel
|
|
14
14
|
:data-inset="inset ? '' : undefined"
|
|
15
15
|
v-bind="delegatedProps"
|
|
16
|
-
:class="cn('
|
|
16
|
+
:class="cn('px-2 py-1.5 text-sm font-medium data-[inset]:pl-8', props.class)"
|
|
17
17
|
>
|
|
18
18
|
<slot />
|
|
19
19
|
</MenubarLabel>
|
|
@@ -23,14 +23,14 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits)
|
|
|
23
23
|
data-slot="menubar-radio-item"
|
|
24
24
|
v-bind="forwarded"
|
|
25
25
|
:class="cn(
|
|
26
|
-
'
|
|
26
|
+
'focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-xs py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*=\'size-\'])]:size-4',
|
|
27
27
|
props.class,
|
|
28
28
|
)"
|
|
29
29
|
>
|
|
30
|
-
<span class="
|
|
30
|
+
<span class="pointer-events-none absolute left-2 flex size-3.5 items-center justify-center">
|
|
31
31
|
<MenubarItemIndicator>
|
|
32
32
|
<slot name="indicator-icon">
|
|
33
|
-
<Circle class="
|
|
33
|
+
<Circle class="size-2 fill-current" />
|
|
34
34
|
</slot>
|
|
35
35
|
</MenubarItemIndicator>
|
|
36
36
|
</span>
|
|
@@ -15,7 +15,7 @@ const forwardedProps = useForwardProps(delegatedProps)
|
|
|
15
15
|
<template>
|
|
16
16
|
<MenubarSeparator
|
|
17
17
|
data-slot="menubar-separator"
|
|
18
|
-
:class=" cn('
|
|
18
|
+
:class=" cn('bg-border -mx-1 my-1 h-px', props.class)"
|
|
19
19
|
v-bind="forwardedProps"
|
|
20
20
|
/>
|
|
21
21
|
</template>
|
|
@@ -10,7 +10,7 @@ const props = defineProps<{
|
|
|
10
10
|
<template>
|
|
11
11
|
<span
|
|
12
12
|
data-slot="menubar-shortcut"
|
|
13
|
-
:class="cn('
|
|
13
|
+
:class="cn('text-muted-foreground ml-auto text-xs tracking-widest', props.class)"
|
|
14
14
|
>
|
|
15
15
|
<slot />
|
|
16
16
|
</span>
|
|
@@ -28,7 +28,7 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits)
|
|
|
28
28
|
v-bind="{ ...$attrs, ...forwarded }"
|
|
29
29
|
:class="
|
|
30
30
|
cn(
|
|
31
|
-
'
|
|
31
|
+
'bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 min-w-[8rem] origin-(--reka-menubar-content-transform-origin) overflow-hidden rounded-md border p-1 shadow-lg',
|
|
32
32
|
props.class,
|
|
33
33
|
)
|
|
34
34
|
"
|
|
@@ -18,11 +18,11 @@ const forwardedProps = useForwardProps(delegatedProps)
|
|
|
18
18
|
:data-inset="inset ? '' : undefined"
|
|
19
19
|
v-bind="forwardedProps"
|
|
20
20
|
:class="cn(
|
|
21
|
-
'
|
|
21
|
+
'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-none select-none data-[inset]:pl-8',
|
|
22
22
|
props.class,
|
|
23
23
|
)"
|
|
24
24
|
>
|
|
25
25
|
<slot />
|
|
26
|
-
<ChevronRight class="
|
|
26
|
+
<ChevronRight class="ml-auto size-4" />
|
|
27
27
|
</MenubarSubTrigger>
|
|
28
28
|
</template>
|
|
@@ -18,7 +18,7 @@ const forwardedProps = useForwardProps(delegatedProps)
|
|
|
18
18
|
v-bind="forwardedProps"
|
|
19
19
|
:class="
|
|
20
20
|
cn(
|
|
21
|
-
'
|
|
21
|
+
'focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground flex items-center rounded-sm px-2 py-1 text-sm font-medium outline-hidden select-none',
|
|
22
22
|
props.class,
|
|
23
23
|
)
|
|
24
24
|
"
|
|
@@ -25,7 +25,7 @@ const delegatedProps = reactiveOmit(props, "class")
|
|
|
25
25
|
|
|
26
26
|
<template>
|
|
27
27
|
<div
|
|
28
|
-
class="
|
|
28
|
+
class="group/native-select relative w-fit has-[select:disabled]:opacity-50"
|
|
29
29
|
data-slot="native-select-wrapper"
|
|
30
30
|
>
|
|
31
31
|
<select
|
|
@@ -33,16 +33,16 @@ const delegatedProps = reactiveOmit(props, "class")
|
|
|
33
33
|
v-model="modelValue"
|
|
34
34
|
data-slot="native-select"
|
|
35
35
|
:class="cn(
|
|
36
|
-
'
|
|
37
|
-
'
|
|
38
|
-
'
|
|
36
|
+
'border-input placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground dark:bg-input/30 dark:hover:bg-input/50 h-9 w-full min-w-0 appearance-none rounded-md border bg-transparent px-3 py-2 pr-9 text-sm shadow-xs transition-[color,box-shadow] outline-none disabled:pointer-events-none disabled:cursor-not-allowed',
|
|
37
|
+
'focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]',
|
|
38
|
+
'aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive',
|
|
39
39
|
props.class,
|
|
40
40
|
)"
|
|
41
41
|
>
|
|
42
42
|
<slot />
|
|
43
43
|
</select>
|
|
44
44
|
<ChevronDownIcon
|
|
45
|
-
class="
|
|
45
|
+
class="text-muted-foreground pointer-events-none absolute top-1/2 right-3.5 size-4 -translate-y-1/2 opacity-50 select-none"
|
|
46
46
|
aria-hidden="true"
|
|
47
47
|
data-slot="native-select-icon"
|
|
48
48
|
/>
|
|
@@ -9,7 +9,7 @@ const props = defineProps<{ class?: HTMLAttributes["class"] }>()
|
|
|
9
9
|
</script>
|
|
10
10
|
|
|
11
11
|
<template>
|
|
12
|
-
<optgroup data-slot="native-select-optgroup" :class="cn('
|
|
12
|
+
<optgroup data-slot="native-select-optgroup" :class="cn('bg-popover text-popover-foreground', props.class)">
|
|
13
13
|
<slot />
|
|
14
14
|
</optgroup>
|
|
15
15
|
</template>
|
|
@@ -9,7 +9,7 @@ const props = defineProps<{ class?: HTMLAttributes["class"] }>()
|
|
|
9
9
|
</script>
|
|
10
10
|
|
|
11
11
|
<template>
|
|
12
|
-
<option data-slot="native-select-option" :class="cn('
|
|
12
|
+
<option data-slot="native-select-option" :class="cn('bg-popover text-popover-foreground', props.class)">
|
|
13
13
|
<slot />
|
|
14
14
|
</option>
|
|
15
15
|
</template>
|
|
@@ -27,7 +27,7 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits)
|
|
|
27
27
|
data-slot="navigation-menu"
|
|
28
28
|
:data-viewport="viewport"
|
|
29
29
|
v-bind="forwarded"
|
|
30
|
-
:class="cn('
|
|
30
|
+
:class="cn('group/navigation-menu relative flex max-w-max flex-1 items-center justify-center', props.class)"
|
|
31
31
|
>
|
|
32
32
|
<slot v-bind="slotProps" />
|
|
33
33
|
<NavigationMenuViewport v-if="viewport" />
|