pukaad-ui-lib 1.32.0 → 1.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/module.json +1 -1
- package/dist/runtime/components/button.d.vue.ts +2 -2
- package/dist/runtime/components/button.vue.d.ts +2 -2
- package/dist/runtime/components/card/card.d.vue.ts +6 -6
- package/dist/runtime/components/card/card.vue.d.ts +6 -6
- package/dist/runtime/components/carousel.d.vue.ts +2 -2
- package/dist/runtime/components/carousel.vue.d.ts +2 -2
- package/dist/runtime/components/collapse/collapse-multiple.d.vue.ts +2 -0
- package/dist/runtime/components/collapse/collapse-multiple.vue +12 -2
- package/dist/runtime/components/collapse/collapse-multiple.vue.d.ts +2 -0
- package/dist/runtime/components/data-list.d.vue.ts +7 -7
- package/dist/runtime/components/data-list.vue.d.ts +7 -7
- package/dist/runtime/components/data-table.d.vue.ts +16 -16
- package/dist/runtime/components/data-table.vue.d.ts +16 -16
- package/dist/runtime/components/dialog/dialog-email-OTP.d.vue.ts +2 -2
- package/dist/runtime/components/dialog/dialog-email-OTP.vue.d.ts +2 -2
- package/dist/runtime/components/dialog/dialog-phone-OTP.d.vue.ts +2 -2
- package/dist/runtime/components/dialog/dialog-phone-OTP.vue.d.ts +2 -2
- package/dist/runtime/components/drawer/drawer.d.vue.ts +5 -5
- package/dist/runtime/components/drawer/drawer.vue.d.ts +5 -5
- package/dist/runtime/components/dropdown.d.vue.ts +2 -2
- package/dist/runtime/components/dropdown.vue.d.ts +2 -2
- package/dist/runtime/components/input/input-birth-date.d.vue.ts +42 -0
- package/dist/runtime/components/input/input-birth-date.vue +74 -0
- package/dist/runtime/components/input/input-birth-date.vue.d.ts +42 -0
- package/dist/runtime/components/input/input-combobox.d.vue.ts +3 -3
- package/dist/runtime/components/input/input-combobox.vue.d.ts +3 -3
- package/dist/runtime/components/input/input-date-picker.d.vue.ts +57 -0
- package/dist/runtime/components/input/input-date-picker.vue +208 -0
- package/dist/runtime/components/input/input-date-picker.vue.d.ts +57 -0
- package/dist/runtime/components/input/input-file.d.vue.ts +5 -5
- package/dist/runtime/components/input/input-file.vue.d.ts +5 -5
- package/dist/runtime/components/input/input-radio.d.vue.ts +13 -13
- package/dist/runtime/components/input/input-radio.vue.d.ts +13 -13
- package/dist/runtime/components/input/input-select.d.vue.ts +2 -2
- package/dist/runtime/components/input/input-select.vue.d.ts +2 -2
- package/dist/runtime/components/input/input-slider.d.vue.ts +1 -1
- package/dist/runtime/components/input/input-slider.vue.d.ts +1 -1
- package/dist/runtime/components/input/input-text-field.d.vue.ts +4 -4
- package/dist/runtime/components/input/input-text-field.vue.d.ts +4 -4
- package/dist/runtime/components/input/input-textarea.d.vue.ts +4 -4
- package/dist/runtime/components/input/input-textarea.vue.d.ts +4 -4
- package/dist/runtime/components/modal/modal-account-disabled-alert.d.vue.ts +2 -2
- package/dist/runtime/components/modal/modal-account-disabled-alert.vue.d.ts +2 -2
- package/dist/runtime/components/modal/modal-account-disabled-confirmed.d.vue.ts +2 -2
- package/dist/runtime/components/modal/modal-account-disabled-confirmed.vue.d.ts +2 -2
- package/dist/runtime/components/modal/modal-account-disabled-reason.d.vue.ts +2 -2
- package/dist/runtime/components/modal/modal-account-disabled-reason.vue.d.ts +2 -2
- package/dist/runtime/components/modal/modal-password-new.d.vue.ts +2 -2
- package/dist/runtime/components/modal/modal-password-new.vue.d.ts +2 -2
- package/dist/runtime/components/modal/modal-password.d.vue.ts +2 -2
- package/dist/runtime/components/modal/modal-password.vue.d.ts +2 -2
- package/dist/runtime/components/modal/modal-phone-OTP.d.vue.ts +2 -2
- package/dist/runtime/components/modal/modal-phone-OTP.vue.d.ts +2 -2
- package/dist/runtime/components/modal/modal.d.vue.ts +7 -7
- package/dist/runtime/components/modal/modal.vue.d.ts +7 -7
- package/dist/runtime/components/table.d.vue.ts +6 -6
- package/dist/runtime/components/table.vue.d.ts +6 -6
- package/dist/runtime/components/tooltip.d.vue.ts +3 -3
- package/dist/runtime/components/tooltip.vue.d.ts +3 -3
- package/dist/runtime/components/ui/alert-dialog/AlertDialog.d.vue.ts +2 -2
- package/dist/runtime/components/ui/alert-dialog/AlertDialog.vue.d.ts +2 -2
- package/dist/runtime/components/ui/alert-dialog/AlertDialogAction.d.vue.ts +2 -2
- package/dist/runtime/components/ui/alert-dialog/AlertDialogAction.vue.d.ts +2 -2
- package/dist/runtime/components/ui/alert-dialog/AlertDialogCancel.d.vue.ts +2 -2
- package/dist/runtime/components/ui/alert-dialog/AlertDialogCancel.vue.d.ts +2 -2
- package/dist/runtime/components/ui/alert-dialog/AlertDialogContent.d.vue.ts +2 -2
- package/dist/runtime/components/ui/alert-dialog/AlertDialogContent.vue.d.ts +2 -2
- package/dist/runtime/components/ui/alert-dialog/AlertDialogDescription.d.vue.ts +2 -2
- package/dist/runtime/components/ui/alert-dialog/AlertDialogDescription.vue.d.ts +2 -2
- package/dist/runtime/components/ui/alert-dialog/AlertDialogTitle.d.vue.ts +2 -2
- package/dist/runtime/components/ui/alert-dialog/AlertDialogTitle.vue.d.ts +2 -2
- package/dist/runtime/components/ui/alert-dialog/AlertDialogTrigger.d.vue.ts +2 -2
- package/dist/runtime/components/ui/alert-dialog/AlertDialogTrigger.vue.d.ts +2 -2
- package/dist/runtime/components/ui/avatar/Avatar.d.vue.ts +2 -2
- package/dist/runtime/components/ui/avatar/Avatar.vue.d.ts +2 -2
- package/dist/runtime/components/ui/avatar/AvatarFallback.d.vue.ts +2 -2
- package/dist/runtime/components/ui/avatar/AvatarFallback.vue.d.ts +2 -2
- package/dist/runtime/components/ui/avatar/AvatarImage.d.vue.ts +2 -2
- package/dist/runtime/components/ui/avatar/AvatarImage.vue.d.ts +2 -2
- package/dist/runtime/components/ui/button/Button.d.vue.ts +2 -2
- package/dist/runtime/components/ui/button/Button.vue.d.ts +2 -2
- package/dist/runtime/components/ui/calendar/Calendar.d.vue.ts +42 -0
- package/dist/runtime/components/ui/calendar/Calendar.vue +174 -0
- package/dist/runtime/components/ui/calendar/Calendar.vue.d.ts +42 -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 +20 -0
- package/dist/runtime/components/ui/calendar/CalendarCellTrigger.vue +38 -0
- package/dist/runtime/components/ui/calendar/CalendarCellTrigger.vue.d.ts +20 -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 +32 -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 +32 -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/carousel/Carousel.d.vue.ts +7 -7
- package/dist/runtime/components/ui/carousel/Carousel.vue.d.ts +7 -7
- package/dist/runtime/components/ui/checkbox/Checkbox.d.vue.ts +2 -2
- package/dist/runtime/components/ui/checkbox/Checkbox.vue.d.ts +2 -2
- package/dist/runtime/components/ui/command/Command.d.vue.ts +2 -2
- package/dist/runtime/components/ui/command/Command.vue.d.ts +2 -2
- package/dist/runtime/components/ui/command/CommandDialog.d.vue.ts +2 -2
- package/dist/runtime/components/ui/command/CommandDialog.vue.d.ts +2 -2
- package/dist/runtime/components/ui/command/CommandEmpty.d.vue.ts +2 -2
- package/dist/runtime/components/ui/command/CommandEmpty.vue.d.ts +2 -2
- package/dist/runtime/components/ui/command/CommandGroup.d.vue.ts +2 -2
- package/dist/runtime/components/ui/command/CommandGroup.vue.d.ts +2 -2
- package/dist/runtime/components/ui/command/CommandList.d.vue.ts +2 -2
- package/dist/runtime/components/ui/command/CommandList.vue.d.ts +2 -2
- package/dist/runtime/components/ui/command/CommandSeparator.d.vue.ts +2 -2
- package/dist/runtime/components/ui/command/CommandSeparator.vue.d.ts +2 -2
- package/dist/runtime/components/ui/dialog/Dialog.d.vue.ts +2 -2
- package/dist/runtime/components/ui/dialog/Dialog.vue.d.ts +2 -2
- package/dist/runtime/components/ui/dialog/DialogClose.d.vue.ts +2 -2
- package/dist/runtime/components/ui/dialog/DialogClose.vue.d.ts +2 -2
- package/dist/runtime/components/ui/dialog/DialogContent.d.vue.ts +2 -2
- package/dist/runtime/components/ui/dialog/DialogContent.vue.d.ts +2 -2
- package/dist/runtime/components/ui/dialog/DialogDescription.d.vue.ts +2 -2
- package/dist/runtime/components/ui/dialog/DialogDescription.vue.d.ts +2 -2
- package/dist/runtime/components/ui/dialog/DialogOverlay.d.vue.ts +2 -2
- package/dist/runtime/components/ui/dialog/DialogOverlay.vue.d.ts +2 -2
- package/dist/runtime/components/ui/dialog/DialogScrollContent.d.vue.ts +2 -2
- package/dist/runtime/components/ui/dialog/DialogScrollContent.vue.d.ts +2 -2
- package/dist/runtime/components/ui/dialog/DialogTitle.d.vue.ts +2 -2
- package/dist/runtime/components/ui/dialog/DialogTitle.vue.d.ts +2 -2
- package/dist/runtime/components/ui/dialog/DialogTrigger.d.vue.ts +2 -2
- package/dist/runtime/components/ui/dialog/DialogTrigger.vue.d.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenu.d.vue.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.d.vue.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.d.vue.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuGroup.d.vue.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.d.vue.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.d.vue.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioGroup.d.vue.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.d.vue.ts +3 -3
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +3 -3
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSub.d.vue.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.d.vue.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.d.vue.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuTrigger.d.vue.ts +2 -2
- package/dist/runtime/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +2 -2
- package/dist/runtime/components/ui/form/FormControl.d.vue.ts +2 -2
- package/dist/runtime/components/ui/form/FormControl.vue.d.ts +2 -2
- package/dist/runtime/components/ui/form/FormLabel.d.vue.ts +2 -2
- package/dist/runtime/components/ui/form/FormLabel.vue.d.ts +2 -2
- package/dist/runtime/components/ui/input-group/InputGroupButton.d.vue.ts +3 -3
- package/dist/runtime/components/ui/input-group/InputGroupButton.vue.d.ts +3 -3
- package/dist/runtime/components/ui/input-group/index.d.ts +1 -1
- package/dist/runtime/components/ui/label/Label.d.vue.ts +2 -2
- package/dist/runtime/components/ui/label/Label.vue.d.ts +2 -2
- package/dist/runtime/components/ui/native-select/NativeSelect.d.vue.ts +23 -0
- package/dist/runtime/components/ui/native-select/NativeSelect.vue +44 -0
- package/dist/runtime/components/ui/native-select/NativeSelect.vue.d.ts +23 -0
- package/dist/runtime/components/ui/native-select/NativeSelectOptGroup.d.vue.ts +401 -0
- package/dist/runtime/components/ui/native-select/NativeSelectOptGroup.vue +12 -0
- package/dist/runtime/components/ui/native-select/NativeSelectOptGroup.vue.d.ts +401 -0
- package/dist/runtime/components/ui/native-select/NativeSelectOption.d.vue.ts +405 -0
- package/dist/runtime/components/ui/native-select/NativeSelectOption.vue +12 -0
- package/dist/runtime/components/ui/native-select/NativeSelectOption.vue.d.ts +405 -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/pagination/Pagination.d.vue.ts +2 -2
- package/dist/runtime/components/ui/pagination/Pagination.vue.d.ts +2 -2
- package/dist/runtime/components/ui/pagination/PaginationContent.d.vue.ts +2 -2
- package/dist/runtime/components/ui/pagination/PaginationContent.vue.d.ts +2 -2
- package/dist/runtime/components/ui/pagination/PaginationEllipsis.d.vue.ts +2 -2
- package/dist/runtime/components/ui/pagination/PaginationEllipsis.vue.d.ts +2 -2
- package/dist/runtime/components/ui/pagination/PaginationFirst.d.vue.ts +2 -2
- package/dist/runtime/components/ui/pagination/PaginationFirst.vue.d.ts +2 -2
- package/dist/runtime/components/ui/pagination/PaginationItem.d.vue.ts +2 -2
- package/dist/runtime/components/ui/pagination/PaginationItem.vue.d.ts +2 -2
- package/dist/runtime/components/ui/pagination/PaginationLast.d.vue.ts +2 -2
- package/dist/runtime/components/ui/pagination/PaginationLast.vue.d.ts +2 -2
- package/dist/runtime/components/ui/pagination/PaginationNext.d.vue.ts +2 -2
- package/dist/runtime/components/ui/pagination/PaginationNext.vue.d.ts +2 -2
- package/dist/runtime/components/ui/pagination/PaginationPrevious.d.vue.ts +2 -2
- package/dist/runtime/components/ui/pagination/PaginationPrevious.vue.d.ts +2 -2
- package/dist/runtime/components/ui/pin-input/PinInput.d.vue.ts +8 -4
- package/dist/runtime/components/ui/pin-input/PinInput.vue.d.ts +8 -4
- package/dist/runtime/components/ui/pin-input/PinInputGroup.d.vue.ts +2 -2
- package/dist/runtime/components/ui/pin-input/PinInputGroup.vue.d.ts +2 -2
- package/dist/runtime/components/ui/pin-input/PinInputSeparator.d.vue.ts +2 -2
- package/dist/runtime/components/ui/pin-input/PinInputSeparator.vue.d.ts +2 -2
- package/dist/runtime/components/ui/popover/Popover.d.vue.ts +2 -2
- package/dist/runtime/components/ui/popover/Popover.vue.d.ts +2 -2
- package/dist/runtime/components/ui/popover/PopoverAnchor.d.vue.ts +2 -2
- package/dist/runtime/components/ui/popover/PopoverAnchor.vue.d.ts +2 -2
- package/dist/runtime/components/ui/popover/PopoverContent.d.vue.ts +2 -2
- package/dist/runtime/components/ui/popover/PopoverContent.vue.d.ts +2 -2
- package/dist/runtime/components/ui/popover/PopoverTrigger.d.vue.ts +2 -2
- package/dist/runtime/components/ui/popover/PopoverTrigger.vue.d.ts +2 -2
- package/dist/runtime/components/ui/scroll-area/ScrollArea.d.vue.ts +18 -0
- package/dist/runtime/components/ui/scroll-area/ScrollArea.vue +32 -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 +10 -0
- package/dist/runtime/components/ui/scroll-area/ScrollBar.vue +33 -0
- package/dist/runtime/components/ui/scroll-area/ScrollBar.vue.d.ts +10 -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 +2 -2
- package/dist/runtime/components/ui/select/Select.vue.d.ts +2 -2
- package/dist/runtime/components/ui/select/SelectContent.d.vue.ts +2 -2
- package/dist/runtime/components/ui/select/SelectContent.vue.d.ts +2 -2
- package/dist/runtime/components/ui/select/SelectGroup.d.vue.ts +2 -2
- package/dist/runtime/components/ui/select/SelectGroup.vue.d.ts +2 -2
- package/dist/runtime/components/ui/select/SelectItem.d.vue.ts +3 -3
- package/dist/runtime/components/ui/select/SelectItem.vue.d.ts +3 -3
- package/dist/runtime/components/ui/select/SelectItemText.d.vue.ts +2 -2
- package/dist/runtime/components/ui/select/SelectItemText.vue.d.ts +2 -2
- package/dist/runtime/components/ui/select/SelectLabel.d.vue.ts +2 -2
- package/dist/runtime/components/ui/select/SelectLabel.vue.d.ts +2 -2
- package/dist/runtime/components/ui/select/SelectScrollDownButton.d.vue.ts +2 -2
- package/dist/runtime/components/ui/select/SelectScrollDownButton.vue.d.ts +2 -2
- package/dist/runtime/components/ui/select/SelectScrollUpButton.d.vue.ts +2 -2
- package/dist/runtime/components/ui/select/SelectScrollUpButton.vue.d.ts +2 -2
- package/dist/runtime/components/ui/select/SelectTrigger.d.vue.ts +2 -2
- package/dist/runtime/components/ui/select/SelectTrigger.vue.d.ts +2 -2
- package/dist/runtime/components/ui/select/SelectValue.d.vue.ts +2 -2
- package/dist/runtime/components/ui/select/SelectValue.vue.d.ts +2 -2
- package/dist/runtime/components/ui/sheet/Sheet.d.vue.ts +2 -2
- package/dist/runtime/components/ui/sheet/Sheet.vue.d.ts +2 -2
- package/dist/runtime/components/ui/sheet/SheetClose.d.vue.ts +2 -2
- package/dist/runtime/components/ui/sheet/SheetClose.vue.d.ts +2 -2
- package/dist/runtime/components/ui/sheet/SheetContent.d.vue.ts +2 -2
- package/dist/runtime/components/ui/sheet/SheetContent.vue.d.ts +2 -2
- package/dist/runtime/components/ui/sheet/SheetDescription.d.vue.ts +2 -2
- package/dist/runtime/components/ui/sheet/SheetDescription.vue.d.ts +2 -2
- package/dist/runtime/components/ui/sheet/SheetOverlay.d.vue.ts +2 -2
- package/dist/runtime/components/ui/sheet/SheetOverlay.vue.d.ts +2 -2
- package/dist/runtime/components/ui/sheet/SheetTitle.d.vue.ts +2 -2
- package/dist/runtime/components/ui/sheet/SheetTitle.vue.d.ts +2 -2
- package/dist/runtime/components/ui/sheet/SheetTrigger.d.vue.ts +2 -2
- package/dist/runtime/components/ui/sheet/SheetTrigger.vue.d.ts +2 -2
- package/dist/runtime/components/ui/table/TableEmpty.d.vue.ts +2 -2
- package/dist/runtime/components/ui/table/TableEmpty.vue.d.ts +2 -2
- package/dist/runtime/components/ui/tabs/Tabs.d.vue.ts +2 -2
- package/dist/runtime/components/ui/tabs/Tabs.vue.d.ts +2 -2
- package/dist/runtime/components/ui/tabs/TabsContent.d.vue.ts +2 -2
- package/dist/runtime/components/ui/tabs/TabsContent.vue.d.ts +2 -2
- package/dist/runtime/components/ui/tabs/TabsList.d.vue.ts +2 -2
- package/dist/runtime/components/ui/tabs/TabsList.vue.d.ts +2 -2
- package/dist/runtime/components/ui/tabs/TabsTrigger.d.vue.ts +2 -2
- package/dist/runtime/components/ui/tabs/TabsTrigger.vue.d.ts +2 -2
- package/dist/runtime/components/ui/tooltip/Tooltip.d.vue.ts +2 -2
- package/dist/runtime/components/ui/tooltip/Tooltip.vue.d.ts +2 -2
- package/dist/runtime/components/ui/tooltip/TooltipContent.d.vue.ts +2 -2
- package/dist/runtime/components/ui/tooltip/TooltipContent.vue.d.ts +2 -2
- package/dist/runtime/components/ui/tooltip/TooltipProvider.d.vue.ts +2 -2
- package/dist/runtime/components/ui/tooltip/TooltipProvider.vue.d.ts +2 -2
- package/dist/runtime/components/ui/tooltip/TooltipTrigger.d.vue.ts +2 -2
- package/dist/runtime/components/ui/tooltip/TooltipTrigger.vue.d.ts +2 -2
- package/package.json +1 -1
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { AcceptableValue } from "reka-ui";
|
|
2
|
+
import type { HTMLAttributes } from "vue";
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
modelValue?: AcceptableValue | AcceptableValue[];
|
|
5
|
+
class?: HTMLAttributes["class"];
|
|
6
|
+
};
|
|
7
|
+
declare var __VLS_1: {};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
default?: (props: typeof __VLS_1) => any;
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
|
+
"update:modelValue": () => any;
|
|
13
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
14
|
+
"onUpdate:modelValue"?: (() => any) | undefined;
|
|
15
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
@@ -0,0 +1,401 @@
|
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_base: import("vue").DefineComponent<{
|
|
6
|
+
class?: any;
|
|
7
|
+
disabled?: (boolean | "true" | "false") | undefined;
|
|
8
|
+
label?: string | undefined | undefined;
|
|
9
|
+
innerHTML?: string | undefined | undefined;
|
|
10
|
+
style?: import("vue").StyleValue;
|
|
11
|
+
accesskey?: string | undefined | undefined;
|
|
12
|
+
contenteditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
13
|
+
contextmenu?: string | undefined | undefined;
|
|
14
|
+
dir?: string | undefined | undefined;
|
|
15
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
16
|
+
enterkeyhint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
17
|
+
enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
|
|
18
|
+
hidden?: "" | "hidden" | (boolean | "true" | "false") | "until-found" | undefined;
|
|
19
|
+
id?: string | undefined | undefined;
|
|
20
|
+
inert?: (boolean | "true" | "false") | undefined;
|
|
21
|
+
lang?: string | undefined | undefined;
|
|
22
|
+
placeholder?: string | undefined | undefined;
|
|
23
|
+
spellcheck?: (boolean | "true" | "false") | undefined;
|
|
24
|
+
tabindex?: (string | number) | undefined;
|
|
25
|
+
title?: string | undefined | undefined;
|
|
26
|
+
translate?: "yes" | "no" | undefined | undefined;
|
|
27
|
+
radiogroup?: string | undefined | undefined;
|
|
28
|
+
role?: string | undefined | undefined;
|
|
29
|
+
about?: string | undefined | undefined;
|
|
30
|
+
datatype?: string | undefined | undefined;
|
|
31
|
+
inlist?: any;
|
|
32
|
+
prefix?: string | undefined | undefined;
|
|
33
|
+
property?: string | undefined | undefined;
|
|
34
|
+
resource?: string | undefined | undefined;
|
|
35
|
+
typeof?: string | undefined | undefined;
|
|
36
|
+
vocab?: string | undefined | undefined;
|
|
37
|
+
autocapitalize?: string | undefined | undefined;
|
|
38
|
+
autocorrect?: string | undefined | undefined;
|
|
39
|
+
autosave?: string | undefined | undefined;
|
|
40
|
+
color?: string | undefined | undefined;
|
|
41
|
+
itemprop?: string | undefined | undefined;
|
|
42
|
+
itemscope?: (boolean | "true" | "false") | undefined;
|
|
43
|
+
itemtype?: string | undefined | undefined;
|
|
44
|
+
itemid?: string | undefined | undefined;
|
|
45
|
+
itemref?: string | undefined | undefined;
|
|
46
|
+
results?: (string | number) | undefined;
|
|
47
|
+
security?: string | undefined | undefined;
|
|
48
|
+
unselectable?: "on" | "off" | undefined | undefined;
|
|
49
|
+
inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
50
|
+
is?: string | undefined | undefined;
|
|
51
|
+
exportparts?: string | undefined;
|
|
52
|
+
part?: string | undefined;
|
|
53
|
+
'aria-activedescendant'?: string | undefined | undefined;
|
|
54
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
55
|
+
'aria-autocomplete'?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
56
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
57
|
+
'aria-checked'?: (boolean | "true" | "false") | "mixed" | undefined;
|
|
58
|
+
'aria-colcount'?: (string | number) | undefined;
|
|
59
|
+
'aria-colindex'?: (string | number) | undefined;
|
|
60
|
+
'aria-colspan'?: (string | number) | undefined;
|
|
61
|
+
'aria-controls'?: string | undefined | undefined;
|
|
62
|
+
'aria-current'?: "time" | "page" | (boolean | "true" | "false") | "step" | "location" | "date" | undefined;
|
|
63
|
+
'aria-describedby'?: string | undefined | undefined;
|
|
64
|
+
'aria-details'?: string | undefined | undefined;
|
|
65
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
66
|
+
'aria-dropeffect'?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
|
|
67
|
+
'aria-errormessage'?: string | undefined | undefined;
|
|
68
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
69
|
+
'aria-flowto'?: string | undefined | undefined;
|
|
70
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
71
|
+
'aria-haspopup'?: "dialog" | "menu" | (boolean | "true" | "false") | "listbox" | "tree" | "grid" | undefined;
|
|
72
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
73
|
+
'aria-invalid'?: (boolean | "true" | "false") | "grammar" | "spelling" | undefined;
|
|
74
|
+
'aria-keyshortcuts'?: string | undefined | undefined;
|
|
75
|
+
'aria-label'?: string | undefined | undefined;
|
|
76
|
+
'aria-labelledby'?: string | undefined | undefined;
|
|
77
|
+
'aria-level'?: (string | number) | undefined;
|
|
78
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined | undefined;
|
|
79
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
80
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
81
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
82
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined | undefined;
|
|
83
|
+
'aria-owns'?: string | undefined | undefined;
|
|
84
|
+
'aria-placeholder'?: string | undefined | undefined;
|
|
85
|
+
'aria-posinset'?: (string | number) | undefined;
|
|
86
|
+
'aria-pressed'?: (boolean | "true" | "false") | "mixed" | undefined;
|
|
87
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
88
|
+
'aria-relevant'?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
|
|
89
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
90
|
+
'aria-roledescription'?: string | undefined | undefined;
|
|
91
|
+
'aria-rowcount'?: (string | number) | undefined;
|
|
92
|
+
'aria-rowindex'?: (string | number) | undefined;
|
|
93
|
+
'aria-rowspan'?: (string | number) | undefined;
|
|
94
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
95
|
+
'aria-setsize'?: (string | number) | undefined;
|
|
96
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
|
|
97
|
+
'aria-valuemax'?: (string | number) | undefined;
|
|
98
|
+
'aria-valuemin'?: (string | number) | undefined;
|
|
99
|
+
'aria-valuenow'?: (string | number) | undefined;
|
|
100
|
+
'aria-valuetext'?: string | undefined | undefined;
|
|
101
|
+
onCopy?: ((payload: ClipboardEvent) => void) | undefined;
|
|
102
|
+
onCut?: ((payload: ClipboardEvent) => void) | undefined;
|
|
103
|
+
onPaste?: ((payload: ClipboardEvent) => void) | undefined;
|
|
104
|
+
onCompositionend?: ((payload: CompositionEvent) => void) | undefined;
|
|
105
|
+
onCompositionstart?: ((payload: CompositionEvent) => void) | undefined;
|
|
106
|
+
onCompositionupdate?: ((payload: CompositionEvent) => void) | undefined;
|
|
107
|
+
onDrag?: ((payload: DragEvent) => void) | undefined;
|
|
108
|
+
onDragend?: ((payload: DragEvent) => void) | undefined;
|
|
109
|
+
onDragenter?: ((payload: DragEvent) => void) | undefined;
|
|
110
|
+
onDragexit?: ((payload: DragEvent) => void) | undefined;
|
|
111
|
+
onDragleave?: ((payload: DragEvent) => void) | undefined;
|
|
112
|
+
onDragover?: ((payload: DragEvent) => void) | undefined;
|
|
113
|
+
onDragstart?: ((payload: DragEvent) => void) | undefined;
|
|
114
|
+
onDrop?: ((payload: DragEvent) => void) | undefined;
|
|
115
|
+
onFocus?: ((payload: FocusEvent) => void) | undefined;
|
|
116
|
+
onFocusin?: ((payload: FocusEvent) => void) | undefined;
|
|
117
|
+
onFocusout?: ((payload: FocusEvent) => void) | undefined;
|
|
118
|
+
onBlur?: ((payload: FocusEvent) => void) | undefined;
|
|
119
|
+
onChange?: ((payload: Event) => void) | undefined;
|
|
120
|
+
onBeforeinput?: ((payload: InputEvent) => void) | undefined;
|
|
121
|
+
onFormdata?: ((payload: FormDataEvent) => void) | undefined;
|
|
122
|
+
onInput?: ((payload: InputEvent) => void) | undefined;
|
|
123
|
+
onReset?: ((payload: Event) => void) | undefined;
|
|
124
|
+
onSubmit?: ((payload: SubmitEvent) => void) | undefined;
|
|
125
|
+
onInvalid?: ((payload: Event) => void) | undefined;
|
|
126
|
+
onFullscreenchange?: ((payload: Event) => void) | undefined;
|
|
127
|
+
onFullscreenerror?: ((payload: Event) => void) | undefined;
|
|
128
|
+
onLoad?: ((payload: Event) => void) | undefined;
|
|
129
|
+
onError?: ((payload: Event) => void) | undefined;
|
|
130
|
+
onKeydown?: ((payload: KeyboardEvent) => void) | undefined;
|
|
131
|
+
onKeypress?: ((payload: KeyboardEvent) => void) | undefined;
|
|
132
|
+
onKeyup?: ((payload: KeyboardEvent) => void) | undefined;
|
|
133
|
+
onDblclick?: ((payload: MouseEvent) => void) | undefined;
|
|
134
|
+
onMousedown?: ((payload: MouseEvent) => void) | undefined;
|
|
135
|
+
onMouseenter?: ((payload: MouseEvent) => void) | undefined;
|
|
136
|
+
onMouseleave?: ((payload: MouseEvent) => void) | undefined;
|
|
137
|
+
onMousemove?: ((payload: MouseEvent) => void) | undefined;
|
|
138
|
+
onMouseout?: ((payload: MouseEvent) => void) | undefined;
|
|
139
|
+
onMouseover?: ((payload: MouseEvent) => void) | undefined;
|
|
140
|
+
onMouseup?: ((payload: MouseEvent) => void) | undefined;
|
|
141
|
+
onAbort?: ((payload: UIEvent) => void) | undefined;
|
|
142
|
+
onCanplay?: ((payload: Event) => void) | undefined;
|
|
143
|
+
onCanplaythrough?: ((payload: Event) => void) | undefined;
|
|
144
|
+
onDurationchange?: ((payload: Event) => void) | undefined;
|
|
145
|
+
onEmptied?: ((payload: Event) => void) | undefined;
|
|
146
|
+
onEncrypted?: ((payload: MediaEncryptedEvent) => void) | undefined;
|
|
147
|
+
onEnded?: ((payload: Event) => void) | undefined;
|
|
148
|
+
onLoadeddata?: ((payload: Event) => void) | undefined;
|
|
149
|
+
onLoadedmetadata?: ((payload: Event) => void) | undefined;
|
|
150
|
+
onLoadstart?: ((payload: Event) => void) | undefined;
|
|
151
|
+
onPause?: ((payload: Event) => void) | undefined;
|
|
152
|
+
onPlay?: ((payload: Event) => void) | undefined;
|
|
153
|
+
onPlaying?: ((payload: Event) => void) | undefined;
|
|
154
|
+
onProgress?: ((payload: ProgressEvent<EventTarget>) => void) | undefined;
|
|
155
|
+
onRatechange?: ((payload: Event) => void) | undefined;
|
|
156
|
+
onSeeked?: ((payload: Event) => void) | undefined;
|
|
157
|
+
onSeeking?: ((payload: Event) => void) | undefined;
|
|
158
|
+
onStalled?: ((payload: Event) => void) | undefined;
|
|
159
|
+
onSuspend?: ((payload: Event) => void) | undefined;
|
|
160
|
+
onTimeupdate?: ((payload: Event) => void) | undefined;
|
|
161
|
+
onVolumechange?: ((payload: Event) => void) | undefined;
|
|
162
|
+
onWaiting?: ((payload: Event) => void) | undefined;
|
|
163
|
+
onSelect?: ((payload: Event) => void) | undefined;
|
|
164
|
+
onScroll?: ((payload: Event) => void) | undefined;
|
|
165
|
+
onScrollend?: ((payload: Event) => void) | undefined;
|
|
166
|
+
onTouchcancel?: ((payload: TouchEvent) => void) | undefined;
|
|
167
|
+
onTouchend?: ((payload: TouchEvent) => void) | undefined;
|
|
168
|
+
onTouchmove?: ((payload: TouchEvent) => void) | undefined;
|
|
169
|
+
onTouchstart?: ((payload: TouchEvent) => void) | undefined;
|
|
170
|
+
onAuxclick?: ((payload: PointerEvent) => void) | undefined;
|
|
171
|
+
onClick?: ((payload: PointerEvent) => void) | undefined;
|
|
172
|
+
onContextmenu?: ((payload: PointerEvent) => void) | undefined;
|
|
173
|
+
onGotpointercapture?: ((payload: PointerEvent) => void) | undefined;
|
|
174
|
+
onLostpointercapture?: ((payload: PointerEvent) => void) | undefined;
|
|
175
|
+
onPointerdown?: ((payload: PointerEvent) => void) | undefined;
|
|
176
|
+
onPointermove?: ((payload: PointerEvent) => void) | undefined;
|
|
177
|
+
onPointerup?: ((payload: PointerEvent) => void) | undefined;
|
|
178
|
+
onPointercancel?: ((payload: PointerEvent) => void) | undefined;
|
|
179
|
+
onPointerenter?: ((payload: PointerEvent) => void) | undefined;
|
|
180
|
+
onPointerleave?: ((payload: PointerEvent) => void) | undefined;
|
|
181
|
+
onPointerover?: ((payload: PointerEvent) => void) | undefined;
|
|
182
|
+
onPointerout?: ((payload: PointerEvent) => void) | undefined;
|
|
183
|
+
onBeforetoggle?: ((payload: ToggleEvent) => void) | undefined;
|
|
184
|
+
onToggle?: ((payload: ToggleEvent) => void) | undefined;
|
|
185
|
+
onWheel?: ((payload: WheelEvent) => void) | undefined;
|
|
186
|
+
onAnimationcancel?: ((payload: AnimationEvent) => void) | undefined;
|
|
187
|
+
onAnimationstart?: ((payload: AnimationEvent) => void) | undefined;
|
|
188
|
+
onAnimationend?: ((payload: AnimationEvent) => void) | undefined;
|
|
189
|
+
onAnimationiteration?: ((payload: AnimationEvent) => void) | undefined;
|
|
190
|
+
onSecuritypolicyviolation?: ((payload: SecurityPolicyViolationEvent) => void) | undefined;
|
|
191
|
+
onTransitioncancel?: ((payload: TransitionEvent) => void) | undefined;
|
|
192
|
+
onTransitionend?: ((payload: TransitionEvent) => void) | undefined;
|
|
193
|
+
onTransitionrun?: ((payload: TransitionEvent) => void) | undefined;
|
|
194
|
+
onTransitionstart?: ((payload: TransitionEvent) => void) | undefined;
|
|
195
|
+
key?: PropertyKey | undefined;
|
|
196
|
+
ref?: import("vue").VNodeRef | undefined;
|
|
197
|
+
ref_for?: boolean | undefined | undefined;
|
|
198
|
+
ref_key?: string | undefined | undefined;
|
|
199
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
200
|
+
class?: any;
|
|
201
|
+
disabled?: (boolean | "true" | "false") | undefined;
|
|
202
|
+
label?: string | undefined | undefined;
|
|
203
|
+
innerHTML?: string | undefined | undefined;
|
|
204
|
+
style?: import("vue").StyleValue;
|
|
205
|
+
accesskey?: string | undefined | undefined;
|
|
206
|
+
contenteditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
207
|
+
contextmenu?: string | undefined | undefined;
|
|
208
|
+
dir?: string | undefined | undefined;
|
|
209
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
210
|
+
enterkeyhint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
211
|
+
enterKeyHint?: "search" | "done" | "next" | "enter" | "go" | "previous" | "send" | undefined;
|
|
212
|
+
hidden?: "" | "hidden" | (boolean | "true" | "false") | "until-found" | undefined;
|
|
213
|
+
id?: string | undefined | undefined;
|
|
214
|
+
inert?: (boolean | "true" | "false") | undefined;
|
|
215
|
+
lang?: string | undefined | undefined;
|
|
216
|
+
placeholder?: string | undefined | undefined;
|
|
217
|
+
spellcheck?: (boolean | "true" | "false") | undefined;
|
|
218
|
+
tabindex?: (string | number) | undefined;
|
|
219
|
+
title?: string | undefined | undefined;
|
|
220
|
+
translate?: "yes" | "no" | undefined | undefined;
|
|
221
|
+
radiogroup?: string | undefined | undefined;
|
|
222
|
+
role?: string | undefined | undefined;
|
|
223
|
+
about?: string | undefined | undefined;
|
|
224
|
+
datatype?: string | undefined | undefined;
|
|
225
|
+
inlist?: any;
|
|
226
|
+
prefix?: string | undefined | undefined;
|
|
227
|
+
property?: string | undefined | undefined;
|
|
228
|
+
resource?: string | undefined | undefined;
|
|
229
|
+
typeof?: string | undefined | undefined;
|
|
230
|
+
vocab?: string | undefined | undefined;
|
|
231
|
+
autocapitalize?: string | undefined | undefined;
|
|
232
|
+
autocorrect?: string | undefined | undefined;
|
|
233
|
+
autosave?: string | undefined | undefined;
|
|
234
|
+
color?: string | undefined | undefined;
|
|
235
|
+
itemprop?: string | undefined | undefined;
|
|
236
|
+
itemscope?: (boolean | "true" | "false") | undefined;
|
|
237
|
+
itemtype?: string | undefined | undefined;
|
|
238
|
+
itemid?: string | undefined | undefined;
|
|
239
|
+
itemref?: string | undefined | undefined;
|
|
240
|
+
results?: (string | number) | undefined;
|
|
241
|
+
security?: string | undefined | undefined;
|
|
242
|
+
unselectable?: "on" | "off" | undefined | undefined;
|
|
243
|
+
inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
244
|
+
is?: string | undefined | undefined;
|
|
245
|
+
exportparts?: string | undefined;
|
|
246
|
+
part?: string | undefined;
|
|
247
|
+
'aria-activedescendant'?: string | undefined | undefined;
|
|
248
|
+
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
249
|
+
'aria-autocomplete'?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
250
|
+
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
251
|
+
'aria-checked'?: (boolean | "true" | "false") | "mixed" | undefined;
|
|
252
|
+
'aria-colcount'?: (string | number) | undefined;
|
|
253
|
+
'aria-colindex'?: (string | number) | undefined;
|
|
254
|
+
'aria-colspan'?: (string | number) | undefined;
|
|
255
|
+
'aria-controls'?: string | undefined | undefined;
|
|
256
|
+
'aria-current'?: "time" | "page" | (boolean | "true" | "false") | "step" | "location" | "date" | undefined;
|
|
257
|
+
'aria-describedby'?: string | undefined | undefined;
|
|
258
|
+
'aria-details'?: string | undefined | undefined;
|
|
259
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
260
|
+
'aria-dropeffect'?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
|
|
261
|
+
'aria-errormessage'?: string | undefined | undefined;
|
|
262
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
263
|
+
'aria-flowto'?: string | undefined | undefined;
|
|
264
|
+
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
265
|
+
'aria-haspopup'?: "dialog" | "menu" | (boolean | "true" | "false") | "listbox" | "tree" | "grid" | undefined;
|
|
266
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
267
|
+
'aria-invalid'?: (boolean | "true" | "false") | "grammar" | "spelling" | undefined;
|
|
268
|
+
'aria-keyshortcuts'?: string | undefined | undefined;
|
|
269
|
+
'aria-label'?: string | undefined | undefined;
|
|
270
|
+
'aria-labelledby'?: string | undefined | undefined;
|
|
271
|
+
'aria-level'?: (string | number) | undefined;
|
|
272
|
+
'aria-live'?: "off" | "assertive" | "polite" | undefined | undefined;
|
|
273
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
274
|
+
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
275
|
+
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
276
|
+
'aria-orientation'?: "horizontal" | "vertical" | undefined | undefined;
|
|
277
|
+
'aria-owns'?: string | undefined | undefined;
|
|
278
|
+
'aria-placeholder'?: string | undefined | undefined;
|
|
279
|
+
'aria-posinset'?: (string | number) | undefined;
|
|
280
|
+
'aria-pressed'?: (boolean | "true" | "false") | "mixed" | undefined;
|
|
281
|
+
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
282
|
+
'aria-relevant'?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
|
|
283
|
+
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
284
|
+
'aria-roledescription'?: string | undefined | undefined;
|
|
285
|
+
'aria-rowcount'?: (string | number) | undefined;
|
|
286
|
+
'aria-rowindex'?: (string | number) | undefined;
|
|
287
|
+
'aria-rowspan'?: (string | number) | undefined;
|
|
288
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
289
|
+
'aria-setsize'?: (string | number) | undefined;
|
|
290
|
+
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
|
|
291
|
+
'aria-valuemax'?: (string | number) | undefined;
|
|
292
|
+
'aria-valuemin'?: (string | number) | undefined;
|
|
293
|
+
'aria-valuenow'?: (string | number) | undefined;
|
|
294
|
+
'aria-valuetext'?: string | undefined | undefined;
|
|
295
|
+
onCopy?: ((payload: ClipboardEvent) => void) | undefined;
|
|
296
|
+
onCut?: ((payload: ClipboardEvent) => void) | undefined;
|
|
297
|
+
onPaste?: ((payload: ClipboardEvent) => void) | undefined;
|
|
298
|
+
onCompositionend?: ((payload: CompositionEvent) => void) | undefined;
|
|
299
|
+
onCompositionstart?: ((payload: CompositionEvent) => void) | undefined;
|
|
300
|
+
onCompositionupdate?: ((payload: CompositionEvent) => void) | undefined;
|
|
301
|
+
onDrag?: ((payload: DragEvent) => void) | undefined;
|
|
302
|
+
onDragend?: ((payload: DragEvent) => void) | undefined;
|
|
303
|
+
onDragenter?: ((payload: DragEvent) => void) | undefined;
|
|
304
|
+
onDragexit?: ((payload: DragEvent) => void) | undefined;
|
|
305
|
+
onDragleave?: ((payload: DragEvent) => void) | undefined;
|
|
306
|
+
onDragover?: ((payload: DragEvent) => void) | undefined;
|
|
307
|
+
onDragstart?: ((payload: DragEvent) => void) | undefined;
|
|
308
|
+
onDrop?: ((payload: DragEvent) => void) | undefined;
|
|
309
|
+
onFocus?: ((payload: FocusEvent) => void) | undefined;
|
|
310
|
+
onFocusin?: ((payload: FocusEvent) => void) | undefined;
|
|
311
|
+
onFocusout?: ((payload: FocusEvent) => void) | undefined;
|
|
312
|
+
onBlur?: ((payload: FocusEvent) => void) | undefined;
|
|
313
|
+
onChange?: ((payload: Event) => void) | undefined;
|
|
314
|
+
onBeforeinput?: ((payload: InputEvent) => void) | undefined;
|
|
315
|
+
onFormdata?: ((payload: FormDataEvent) => void) | undefined;
|
|
316
|
+
onInput?: ((payload: InputEvent) => void) | undefined;
|
|
317
|
+
onReset?: ((payload: Event) => void) | undefined;
|
|
318
|
+
onSubmit?: ((payload: SubmitEvent) => void) | undefined;
|
|
319
|
+
onInvalid?: ((payload: Event) => void) | undefined;
|
|
320
|
+
onFullscreenchange?: ((payload: Event) => void) | undefined;
|
|
321
|
+
onFullscreenerror?: ((payload: Event) => void) | undefined;
|
|
322
|
+
onLoad?: ((payload: Event) => void) | undefined;
|
|
323
|
+
onError?: ((payload: Event) => void) | undefined;
|
|
324
|
+
onKeydown?: ((payload: KeyboardEvent) => void) | undefined;
|
|
325
|
+
onKeypress?: ((payload: KeyboardEvent) => void) | undefined;
|
|
326
|
+
onKeyup?: ((payload: KeyboardEvent) => void) | undefined;
|
|
327
|
+
onDblclick?: ((payload: MouseEvent) => void) | undefined;
|
|
328
|
+
onMousedown?: ((payload: MouseEvent) => void) | undefined;
|
|
329
|
+
onMouseenter?: ((payload: MouseEvent) => void) | undefined;
|
|
330
|
+
onMouseleave?: ((payload: MouseEvent) => void) | undefined;
|
|
331
|
+
onMousemove?: ((payload: MouseEvent) => void) | undefined;
|
|
332
|
+
onMouseout?: ((payload: MouseEvent) => void) | undefined;
|
|
333
|
+
onMouseover?: ((payload: MouseEvent) => void) | undefined;
|
|
334
|
+
onMouseup?: ((payload: MouseEvent) => void) | undefined;
|
|
335
|
+
onAbort?: ((payload: UIEvent) => void) | undefined;
|
|
336
|
+
onCanplay?: ((payload: Event) => void) | undefined;
|
|
337
|
+
onCanplaythrough?: ((payload: Event) => void) | undefined;
|
|
338
|
+
onDurationchange?: ((payload: Event) => void) | undefined;
|
|
339
|
+
onEmptied?: ((payload: Event) => void) | undefined;
|
|
340
|
+
onEncrypted?: ((payload: MediaEncryptedEvent) => void) | undefined;
|
|
341
|
+
onEnded?: ((payload: Event) => void) | undefined;
|
|
342
|
+
onLoadeddata?: ((payload: Event) => void) | undefined;
|
|
343
|
+
onLoadedmetadata?: ((payload: Event) => void) | undefined;
|
|
344
|
+
onLoadstart?: ((payload: Event) => void) | undefined;
|
|
345
|
+
onPause?: ((payload: Event) => void) | undefined;
|
|
346
|
+
onPlay?: ((payload: Event) => void) | undefined;
|
|
347
|
+
onPlaying?: ((payload: Event) => void) | undefined;
|
|
348
|
+
onProgress?: ((payload: ProgressEvent<EventTarget>) => void) | undefined;
|
|
349
|
+
onRatechange?: ((payload: Event) => void) | undefined;
|
|
350
|
+
onSeeked?: ((payload: Event) => void) | undefined;
|
|
351
|
+
onSeeking?: ((payload: Event) => void) | undefined;
|
|
352
|
+
onStalled?: ((payload: Event) => void) | undefined;
|
|
353
|
+
onSuspend?: ((payload: Event) => void) | undefined;
|
|
354
|
+
onTimeupdate?: ((payload: Event) => void) | undefined;
|
|
355
|
+
onVolumechange?: ((payload: Event) => void) | undefined;
|
|
356
|
+
onWaiting?: ((payload: Event) => void) | undefined;
|
|
357
|
+
onSelect?: ((payload: Event) => void) | undefined;
|
|
358
|
+
onScroll?: ((payload: Event) => void) | undefined;
|
|
359
|
+
onScrollend?: ((payload: Event) => void) | undefined;
|
|
360
|
+
onTouchcancel?: ((payload: TouchEvent) => void) | undefined;
|
|
361
|
+
onTouchend?: ((payload: TouchEvent) => void) | undefined;
|
|
362
|
+
onTouchmove?: ((payload: TouchEvent) => void) | undefined;
|
|
363
|
+
onTouchstart?: ((payload: TouchEvent) => void) | undefined;
|
|
364
|
+
onAuxclick?: ((payload: PointerEvent) => void) | undefined;
|
|
365
|
+
onClick?: ((payload: PointerEvent) => void) | undefined;
|
|
366
|
+
onContextmenu?: ((payload: PointerEvent) => void) | undefined;
|
|
367
|
+
onGotpointercapture?: ((payload: PointerEvent) => void) | undefined;
|
|
368
|
+
onLostpointercapture?: ((payload: PointerEvent) => void) | undefined;
|
|
369
|
+
onPointerdown?: ((payload: PointerEvent) => void) | undefined;
|
|
370
|
+
onPointermove?: ((payload: PointerEvent) => void) | undefined;
|
|
371
|
+
onPointerup?: ((payload: PointerEvent) => void) | undefined;
|
|
372
|
+
onPointercancel?: ((payload: PointerEvent) => void) | undefined;
|
|
373
|
+
onPointerenter?: ((payload: PointerEvent) => void) | undefined;
|
|
374
|
+
onPointerleave?: ((payload: PointerEvent) => void) | undefined;
|
|
375
|
+
onPointerover?: ((payload: PointerEvent) => void) | undefined;
|
|
376
|
+
onPointerout?: ((payload: PointerEvent) => void) | undefined;
|
|
377
|
+
onBeforetoggle?: ((payload: ToggleEvent) => void) | undefined;
|
|
378
|
+
onToggle?: ((payload: ToggleEvent) => void) | undefined;
|
|
379
|
+
onWheel?: ((payload: WheelEvent) => void) | undefined;
|
|
380
|
+
onAnimationcancel?: ((payload: AnimationEvent) => void) | undefined;
|
|
381
|
+
onAnimationstart?: ((payload: AnimationEvent) => void) | undefined;
|
|
382
|
+
onAnimationend?: ((payload: AnimationEvent) => void) | undefined;
|
|
383
|
+
onAnimationiteration?: ((payload: AnimationEvent) => void) | undefined;
|
|
384
|
+
onSecuritypolicyviolation?: ((payload: SecurityPolicyViolationEvent) => void) | undefined;
|
|
385
|
+
onTransitioncancel?: ((payload: TransitionEvent) => void) | undefined;
|
|
386
|
+
onTransitionend?: ((payload: TransitionEvent) => void) | undefined;
|
|
387
|
+
onTransitionrun?: ((payload: TransitionEvent) => void) | undefined;
|
|
388
|
+
onTransitionstart?: ((payload: TransitionEvent) => void) | undefined;
|
|
389
|
+
key?: PropertyKey | undefined;
|
|
390
|
+
ref?: import("vue").VNodeRef | undefined;
|
|
391
|
+
ref_for?: boolean | undefined | undefined;
|
|
392
|
+
ref_key?: string | undefined | undefined;
|
|
393
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
394
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
395
|
+
declare const _default: typeof __VLS_export;
|
|
396
|
+
export default _default;
|
|
397
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
398
|
+
new (): {
|
|
399
|
+
$slots: S;
|
|
400
|
+
};
|
|
401
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { cn } from "@/runtime/plugins/shadcn";
|
|
3
|
+
const props = defineProps({
|
|
4
|
+
class: { type: null, required: false }
|
|
5
|
+
});
|
|
6
|
+
</script>
|
|
7
|
+
|
|
8
|
+
<template>
|
|
9
|
+
<optgroup data-slot="native-select-optgroup" :class="cn('bg-popover text-popover-foreground', props.class)">
|
|
10
|
+
<slot />
|
|
11
|
+
</optgroup>
|
|
12
|
+
</template>
|