pukaad-ui-lib 1.31.0 → 1.33.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-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 +53 -0
- package/dist/runtime/components/input/input-date-picker.vue +186 -0
- package/dist/runtime/components/input/input-date-picker.vue.d.ts +53 -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/picker/picker-option-menu/picker-option-menu.d.vue.ts +0 -1
- package/dist/runtime/components/picker/picker-option-menu/picker-option-menu.vue +27 -32
- package/dist/runtime/components/picker/picker-option-menu/picker-option-menu.vue.d.ts +0 -1
- 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
|
@@ -7,12 +7,12 @@ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
|
7
7
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
8
|
"update:modelValue": (value: boolean) => any;
|
|
9
9
|
} & {
|
|
10
|
-
close: () => any;
|
|
11
10
|
complete: (is_verify: boolean) => any;
|
|
11
|
+
close: () => any;
|
|
12
12
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
13
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
14
|
-
onClose?: (() => any) | undefined;
|
|
15
14
|
onComplete?: ((is_verify: boolean) => any) | undefined;
|
|
15
|
+
onClose?: (() => any) | undefined;
|
|
16
16
|
}>, {
|
|
17
17
|
title: string;
|
|
18
18
|
confirmedText: string;
|
|
@@ -7,12 +7,12 @@ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
|
7
7
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
8
|
"update:modelValue": (value: boolean) => any;
|
|
9
9
|
} & {
|
|
10
|
-
close: () => any;
|
|
11
10
|
complete: (is_verify: boolean) => any;
|
|
11
|
+
close: () => any;
|
|
12
12
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
13
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
14
|
-
onClose?: (() => any) | undefined;
|
|
15
14
|
onComplete?: ((is_verify: boolean) => any) | undefined;
|
|
15
|
+
onClose?: (() => any) | undefined;
|
|
16
16
|
}>, {
|
|
17
17
|
title: string;
|
|
18
18
|
confirmedText: string;
|
|
@@ -7,12 +7,12 @@ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
|
7
7
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
8
|
"update:modelValue": (value: boolean) => any;
|
|
9
9
|
} & {
|
|
10
|
-
close: () => any;
|
|
11
10
|
complete: (value: string) => any;
|
|
11
|
+
close: () => any;
|
|
12
12
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
13
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
14
|
-
onClose?: (() => any) | undefined;
|
|
15
14
|
onComplete?: ((value: string) => any) | undefined;
|
|
15
|
+
onClose?: (() => any) | undefined;
|
|
16
16
|
}>, {
|
|
17
17
|
confirmedText: string;
|
|
18
18
|
phone: string;
|
|
@@ -7,12 +7,12 @@ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
|
7
7
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
8
|
"update:modelValue": (value: boolean) => any;
|
|
9
9
|
} & {
|
|
10
|
-
close: () => any;
|
|
11
10
|
complete: (value: string) => any;
|
|
11
|
+
close: () => any;
|
|
12
12
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
13
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
14
|
-
onClose?: (() => any) | undefined;
|
|
15
14
|
onComplete?: ((value: string) => any) | undefined;
|
|
15
|
+
onClose?: (() => any) | undefined;
|
|
16
16
|
}>, {
|
|
17
17
|
confirmedText: string;
|
|
18
18
|
phone: string;
|
|
@@ -11,21 +11,21 @@ type __VLS_ModelProps = {
|
|
|
11
11
|
modelValue?: boolean;
|
|
12
12
|
};
|
|
13
13
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
14
|
-
declare var
|
|
14
|
+
declare var __VLS_23: {}, __VLS_31: {}, __VLS_39: {}, __VLS_41: {
|
|
15
15
|
meta: any;
|
|
16
|
-
},
|
|
16
|
+
}, __VLS_49: {
|
|
17
17
|
meta: any;
|
|
18
18
|
};
|
|
19
19
|
type __VLS_Slots = {} & {
|
|
20
|
-
header?: (props: typeof
|
|
20
|
+
header?: (props: typeof __VLS_23) => any;
|
|
21
21
|
} & {
|
|
22
|
-
title?: (props: typeof
|
|
22
|
+
title?: (props: typeof __VLS_31) => any;
|
|
23
23
|
} & {
|
|
24
|
-
description?: (props: typeof
|
|
24
|
+
description?: (props: typeof __VLS_39) => any;
|
|
25
25
|
} & {
|
|
26
|
-
default?: (props: typeof
|
|
26
|
+
default?: (props: typeof __VLS_41) => any;
|
|
27
27
|
} & {
|
|
28
|
-
footer?: (props: typeof
|
|
28
|
+
footer?: (props: typeof __VLS_49) => any;
|
|
29
29
|
};
|
|
30
30
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
31
31
|
"update:modelValue": (value: boolean) => any;
|
|
@@ -11,21 +11,21 @@ type __VLS_ModelProps = {
|
|
|
11
11
|
modelValue?: boolean;
|
|
12
12
|
};
|
|
13
13
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
14
|
-
declare var
|
|
14
|
+
declare var __VLS_23: {}, __VLS_31: {}, __VLS_39: {}, __VLS_41: {
|
|
15
15
|
meta: any;
|
|
16
|
-
},
|
|
16
|
+
}, __VLS_49: {
|
|
17
17
|
meta: any;
|
|
18
18
|
};
|
|
19
19
|
type __VLS_Slots = {} & {
|
|
20
|
-
header?: (props: typeof
|
|
20
|
+
header?: (props: typeof __VLS_23) => any;
|
|
21
21
|
} & {
|
|
22
|
-
title?: (props: typeof
|
|
22
|
+
title?: (props: typeof __VLS_31) => any;
|
|
23
23
|
} & {
|
|
24
|
-
description?: (props: typeof
|
|
24
|
+
description?: (props: typeof __VLS_39) => any;
|
|
25
25
|
} & {
|
|
26
|
-
default?: (props: typeof
|
|
26
|
+
default?: (props: typeof __VLS_41) => any;
|
|
27
27
|
} & {
|
|
28
|
-
footer?: (props: typeof
|
|
28
|
+
footer?: (props: typeof __VLS_49) => any;
|
|
29
29
|
};
|
|
30
30
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
31
31
|
"update:modelValue": (value: boolean) => any;
|
|
@@ -1,54 +1,49 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
<ShadDropdownMenu>
|
|
3
|
+
<ShadDropdownMenuTrigger as-child>
|
|
4
|
+
<Button
|
|
5
|
+
:variant="props.variant"
|
|
6
|
+
:class="[
|
|
7
|
+
props.circle ? 'rounded-full bg-mercury' : 'rounded-md',
|
|
8
|
+
props.disabled ? 'cursor-not-allowed opacity-50' : 'cursor-pointer',
|
|
9
|
+
props.disabledPadding ? 'p-0' : ''
|
|
10
|
+
]"
|
|
11
|
+
>
|
|
12
|
+
<Icon
|
|
13
|
+
:name="
|
|
11
14
|
props.horizontal ? 'lucide:ellipsis' : 'lucide:ellipsis-vertical'
|
|
12
15
|
"
|
|
13
|
-
|
|
14
|
-
|
|
16
|
+
:size="props.iconSize"
|
|
17
|
+
/>
|
|
18
|
+
</Button>
|
|
19
|
+
</ShadDropdownMenuTrigger>
|
|
15
20
|
|
|
16
|
-
<
|
|
17
|
-
<
|
|
18
|
-
<
|
|
19
|
-
|
|
20
|
-
'flex gap-[4px] p-[8px] items-center cursor-pointer hover:bg-smoke',
|
|
21
|
-
i == 0 && 'rounded-t-[8px]',
|
|
22
|
-
i == props.items.length - 1 && 'rounded-b-[8px]'
|
|
23
|
-
]"
|
|
21
|
+
<ShadDropdownMenuContent align="start">
|
|
22
|
+
<template v-for="(item, i) in props.items" :key="i">
|
|
23
|
+
<ShadDropdownMenuItem
|
|
24
|
+
class="flex gap-[4px] items-center cursor-pointer hover:bg-smoke"
|
|
24
25
|
@click="onAction(item)"
|
|
25
26
|
>
|
|
26
|
-
<Icon :name="item.icon" size="16" />
|
|
27
|
-
<
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
</div>
|
|
33
|
-
</template>
|
|
34
|
-
</Dropdown>
|
|
27
|
+
<Icon :name="item.icon" :size="16" />
|
|
28
|
+
<span class="font-body-large">{{ item.label }}</span>
|
|
29
|
+
</ShadDropdownMenuItem>
|
|
30
|
+
</template>
|
|
31
|
+
</ShadDropdownMenuContent>
|
|
32
|
+
</ShadDropdownMenu>
|
|
35
33
|
</template>
|
|
36
34
|
|
|
37
35
|
<script setup>
|
|
38
|
-
import { ref } from "vue";
|
|
39
36
|
const props = defineProps({
|
|
40
37
|
items: { type: Array, required: false, default: () => [] },
|
|
41
38
|
variant: { type: null, required: false, default: "text" },
|
|
42
39
|
circle: { type: Boolean, required: false, default: false },
|
|
43
40
|
horizontal: { type: Boolean, required: false, default: false },
|
|
44
|
-
size: { type: null, required: false
|
|
41
|
+
size: { type: null, required: false },
|
|
45
42
|
iconSize: { type: String, required: false, default: "20" },
|
|
46
43
|
disabledPadding: { type: Boolean, required: false, default: false },
|
|
47
44
|
disabled: { type: Boolean, required: false, default: false }
|
|
48
45
|
});
|
|
49
|
-
const isOpenDrawer = ref(false);
|
|
50
46
|
const onAction = (item) => {
|
|
51
47
|
item.action();
|
|
52
|
-
isOpenDrawer.value = false;
|
|
53
48
|
};
|
|
54
49
|
</script>
|
|
@@ -10,14 +10,14 @@ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
|
10
10
|
declare var __VLS_1: {
|
|
11
11
|
item: TableHeader[];
|
|
12
12
|
}, __VLS_8: {
|
|
13
|
-
items: any;
|
|
14
|
-
header:
|
|
13
|
+
items: Record<string, any>[];
|
|
14
|
+
header: TableHeader[] | undefined;
|
|
15
15
|
}, __VLS_10: {
|
|
16
|
-
item: any
|
|
17
|
-
header:
|
|
16
|
+
item: Record<string, any>;
|
|
17
|
+
header: TableHeader[] | undefined;
|
|
18
18
|
index: number;
|
|
19
|
-
}, __VLS_13: `item-${
|
|
20
|
-
item: any
|
|
19
|
+
}, __VLS_13: `item-${string}`, __VLS_14: {
|
|
20
|
+
item: Record<string, any>;
|
|
21
21
|
};
|
|
22
22
|
type __VLS_Slots = {} & {
|
|
23
23
|
[K in NonNullable<typeof __VLS_13>]?: (props: typeof __VLS_14) => any;
|
|
@@ -10,14 +10,14 @@ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
|
10
10
|
declare var __VLS_1: {
|
|
11
11
|
item: TableHeader[];
|
|
12
12
|
}, __VLS_8: {
|
|
13
|
-
items: any;
|
|
14
|
-
header:
|
|
13
|
+
items: Record<string, any>[];
|
|
14
|
+
header: TableHeader[] | undefined;
|
|
15
15
|
}, __VLS_10: {
|
|
16
|
-
item: any
|
|
17
|
-
header:
|
|
16
|
+
item: Record<string, any>;
|
|
17
|
+
header: TableHeader[] | undefined;
|
|
18
18
|
index: number;
|
|
19
|
-
}, __VLS_13: `item-${
|
|
20
|
-
item: any
|
|
19
|
+
}, __VLS_13: `item-${string}`, __VLS_14: {
|
|
20
|
+
item: Record<string, any>;
|
|
21
21
|
};
|
|
22
22
|
type __VLS_Slots = {} & {
|
|
23
23
|
[K in NonNullable<typeof __VLS_13>]?: (props: typeof __VLS_14) => any;
|
|
@@ -3,11 +3,11 @@ export interface TooltipProps {
|
|
|
3
3
|
delay?: number;
|
|
4
4
|
position?: "top" | "bottom" | "left" | "right";
|
|
5
5
|
}
|
|
6
|
-
declare var
|
|
6
|
+
declare var __VLS_20: {}, __VLS_28: {};
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
|
-
default?: (props: typeof
|
|
8
|
+
default?: (props: typeof __VLS_20) => any;
|
|
9
9
|
} & {
|
|
10
|
-
text?: (props: typeof
|
|
10
|
+
text?: (props: typeof __VLS_28) => any;
|
|
11
11
|
};
|
|
12
12
|
declare const __VLS_base: import("vue").DefineComponent<TooltipProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TooltipProps> & Readonly<{}>, {
|
|
13
13
|
delay: number;
|
|
@@ -3,11 +3,11 @@ export interface TooltipProps {
|
|
|
3
3
|
delay?: number;
|
|
4
4
|
position?: "top" | "bottom" | "left" | "right";
|
|
5
5
|
}
|
|
6
|
-
declare var
|
|
6
|
+
declare var __VLS_20: {}, __VLS_28: {};
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
|
-
default?: (props: typeof
|
|
8
|
+
default?: (props: typeof __VLS_20) => any;
|
|
9
9
|
} & {
|
|
10
|
-
text?: (props: typeof
|
|
10
|
+
text?: (props: typeof __VLS_28) => any;
|
|
11
11
|
};
|
|
12
12
|
declare const __VLS_base: import("vue").DefineComponent<TooltipProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TooltipProps> & Readonly<{}>, {
|
|
13
13
|
delay: number;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { AlertDialogProps } from "reka-ui";
|
|
2
|
-
declare var
|
|
2
|
+
declare var __VLS_8: {
|
|
3
3
|
open: boolean;
|
|
4
4
|
close: () => void;
|
|
5
5
|
};
|
|
6
6
|
type __VLS_Slots = {} & {
|
|
7
|
-
default?: (props: typeof
|
|
7
|
+
default?: (props: typeof __VLS_8) => any;
|
|
8
8
|
};
|
|
9
9
|
declare const __VLS_base: import("vue").DefineComponent<AlertDialogProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
10
|
"update:open": (value: boolean) => any;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { AlertDialogProps } from "reka-ui";
|
|
2
|
-
declare var
|
|
2
|
+
declare var __VLS_8: {
|
|
3
3
|
open: boolean;
|
|
4
4
|
close: () => void;
|
|
5
5
|
};
|
|
6
6
|
type __VLS_Slots = {} & {
|
|
7
|
-
default?: (props: typeof
|
|
7
|
+
default?: (props: typeof __VLS_8) => any;
|
|
8
8
|
};
|
|
9
9
|
declare const __VLS_base: import("vue").DefineComponent<AlertDialogProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
10
|
"update:open": (value: boolean) => any;
|
|
@@ -3,9 +3,9 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = AlertDialogActionProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var
|
|
6
|
+
declare var __VLS_8: {};
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
|
-
default?: (props: typeof
|
|
8
|
+
default?: (props: typeof __VLS_8) => any;
|
|
9
9
|
};
|
|
10
10
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
11
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -3,9 +3,9 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = AlertDialogActionProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var
|
|
6
|
+
declare var __VLS_8: {};
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
|
-
default?: (props: typeof
|
|
8
|
+
default?: (props: typeof __VLS_8) => any;
|
|
9
9
|
};
|
|
10
10
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
11
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -3,9 +3,9 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = AlertDialogCancelProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var
|
|
6
|
+
declare var __VLS_8: {};
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
|
-
default?: (props: typeof
|
|
8
|
+
default?: (props: typeof __VLS_8) => any;
|
|
9
9
|
};
|
|
10
10
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
11
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -3,9 +3,9 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = AlertDialogCancelProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var
|
|
6
|
+
declare var __VLS_8: {};
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
|
-
default?: (props: typeof
|
|
8
|
+
default?: (props: typeof __VLS_8) => any;
|
|
9
9
|
};
|
|
10
10
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
11
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -3,9 +3,9 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = AlertDialogContentProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var
|
|
6
|
+
declare var __VLS_19: {};
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
|
-
default?: (props: typeof
|
|
8
|
+
default?: (props: typeof __VLS_19) => any;
|
|
9
9
|
};
|
|
10
10
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
11
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
@@ -3,9 +3,9 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = AlertDialogContentProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var
|
|
6
|
+
declare var __VLS_19: {};
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
|
-
default?: (props: typeof
|
|
8
|
+
default?: (props: typeof __VLS_19) => any;
|
|
9
9
|
};
|
|
10
10
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
11
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
@@ -3,9 +3,9 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = AlertDialogDescriptionProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var
|
|
6
|
+
declare var __VLS_8: {};
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
|
-
default?: (props: typeof
|
|
8
|
+
default?: (props: typeof __VLS_8) => any;
|
|
9
9
|
};
|
|
10
10
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
11
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -3,9 +3,9 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = AlertDialogDescriptionProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var
|
|
6
|
+
declare var __VLS_8: {};
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
|
-
default?: (props: typeof
|
|
8
|
+
default?: (props: typeof __VLS_8) => any;
|
|
9
9
|
};
|
|
10
10
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
11
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -3,9 +3,9 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = AlertDialogTitleProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var
|
|
6
|
+
declare var __VLS_8: {};
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
|
-
default?: (props: typeof
|
|
8
|
+
default?: (props: typeof __VLS_8) => any;
|
|
9
9
|
};
|
|
10
10
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
11
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -3,9 +3,9 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = AlertDialogTitleProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var
|
|
6
|
+
declare var __VLS_8: {};
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
|
-
default?: (props: typeof
|
|
8
|
+
default?: (props: typeof __VLS_8) => any;
|
|
9
9
|
};
|
|
10
10
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
11
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { AlertDialogTriggerProps } from "reka-ui";
|
|
2
|
-
declare var
|
|
2
|
+
declare var __VLS_8: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
|
-
default?: (props: typeof
|
|
4
|
+
default?: (props: typeof __VLS_8) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_base: import("vue").DefineComponent<AlertDialogTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AlertDialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { AlertDialogTriggerProps } from "reka-ui";
|
|
2
|
-
declare var
|
|
2
|
+
declare var __VLS_8: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
|
-
default?: (props: typeof
|
|
4
|
+
default?: (props: typeof __VLS_8) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_base: import("vue").DefineComponent<AlertDialogTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AlertDialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -2,9 +2,9 @@ import type { HTMLAttributes } from "vue";
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
class?: HTMLAttributes["class"];
|
|
4
4
|
};
|
|
5
|
-
declare var
|
|
5
|
+
declare var __VLS_8: {};
|
|
6
6
|
type __VLS_Slots = {} & {
|
|
7
|
-
default?: (props: typeof
|
|
7
|
+
default?: (props: typeof __VLS_8) => any;
|
|
8
8
|
};
|
|
9
9
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
10
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -2,9 +2,9 @@ import type { HTMLAttributes } from "vue";
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
class?: HTMLAttributes["class"];
|
|
4
4
|
};
|
|
5
|
-
declare var
|
|
5
|
+
declare var __VLS_8: {};
|
|
6
6
|
type __VLS_Slots = {} & {
|
|
7
|
-
default?: (props: typeof
|
|
7
|
+
default?: (props: typeof __VLS_8) => any;
|
|
8
8
|
};
|
|
9
9
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
10
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -3,9 +3,9 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = AvatarFallbackProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var
|
|
6
|
+
declare var __VLS_8: {};
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
|
-
default?: (props: typeof
|
|
8
|
+
default?: (props: typeof __VLS_8) => any;
|
|
9
9
|
};
|
|
10
10
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
11
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -3,9 +3,9 @@ import type { HTMLAttributes } from "vue";
|
|
|
3
3
|
type __VLS_Props = AvatarFallbackProps & {
|
|
4
4
|
class?: HTMLAttributes["class"];
|
|
5
5
|
};
|
|
6
|
-
declare var
|
|
6
|
+
declare var __VLS_8: {};
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
|
-
default?: (props: typeof
|
|
8
|
+
default?: (props: typeof __VLS_8) => any;
|
|
9
9
|
};
|
|
10
10
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
11
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { AvatarImageProps } from "reka-ui";
|
|
2
|
-
declare var
|
|
2
|
+
declare var __VLS_8: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
|
-
default?: (props: typeof
|
|
4
|
+
default?: (props: typeof __VLS_8) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_base: import("vue").DefineComponent<AvatarImageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AvatarImageProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { AvatarImageProps } from "reka-ui";
|
|
2
|
-
declare var
|
|
2
|
+
declare var __VLS_8: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
|
-
default?: (props: typeof
|
|
4
|
+
default?: (props: typeof __VLS_8) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_base: import("vue").DefineComponent<AvatarImageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AvatarImageProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -7,9 +7,9 @@ interface Props extends PrimitiveProps {
|
|
|
7
7
|
size?: ButtonVariants["size"];
|
|
8
8
|
class?: HTMLAttributes["class"];
|
|
9
9
|
}
|
|
10
|
-
declare var
|
|
10
|
+
declare var __VLS_8: {};
|
|
11
11
|
type __VLS_Slots = {} & {
|
|
12
|
-
default?: (props: typeof
|
|
12
|
+
default?: (props: typeof __VLS_8) => any;
|
|
13
13
|
};
|
|
14
14
|
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
15
15
|
as: import("reka-ui").AsTag | import("vue").Component;
|
|
@@ -7,9 +7,9 @@ interface Props extends PrimitiveProps {
|
|
|
7
7
|
size?: ButtonVariants["size"];
|
|
8
8
|
class?: HTMLAttributes["class"];
|
|
9
9
|
}
|
|
10
|
-
declare var
|
|
10
|
+
declare var __VLS_8: {};
|
|
11
11
|
type __VLS_Slots = {} & {
|
|
12
|
-
default?: (props: typeof
|
|
12
|
+
default?: (props: typeof __VLS_8) => any;
|
|
13
13
|
};
|
|
14
14
|
declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
15
15
|
as: import("reka-ui").AsTag | import("vue").Component;
|