pukaad-ui-lib 1.32.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-autocomplete.d.vue.ts +1 -1
- package/dist/runtime/components/input/input-autocomplete.vue.d.ts +1 -1
- 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/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,186 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<ShadFormField
|
|
3
|
+
ref="fieldRef"
|
|
4
|
+
:name="props.name"
|
|
5
|
+
:rules="props.rules || defaultRules"
|
|
6
|
+
v-slot="{ errorMessage }"
|
|
7
|
+
v-model="modelValue"
|
|
8
|
+
>
|
|
9
|
+
<ShadFormItem>
|
|
10
|
+
<ShadFormLabel class="w-full">
|
|
11
|
+
<slot name="label">
|
|
12
|
+
<div class="flex-1">
|
|
13
|
+
{{ props.label }}
|
|
14
|
+
<span v-if="props.required" class="text-destructive">*</span>
|
|
15
|
+
</div>
|
|
16
|
+
</slot>
|
|
17
|
+
</ShadFormLabel>
|
|
18
|
+
|
|
19
|
+
<ShadFormControl>
|
|
20
|
+
<Popover>
|
|
21
|
+
<PopoverTrigger as-child>
|
|
22
|
+
<Button
|
|
23
|
+
variant="outline"
|
|
24
|
+
color="default"
|
|
25
|
+
:disabled="props.disabled"
|
|
26
|
+
:class="
|
|
27
|
+
cn(
|
|
28
|
+
'w-full flex items-center justify-between gap-2 font-body-large',
|
|
29
|
+
!modelValue && 'text-muted-foreground',
|
|
30
|
+
errorMessage && 'border-destructive',
|
|
31
|
+
props.class
|
|
32
|
+
)
|
|
33
|
+
"
|
|
34
|
+
>
|
|
35
|
+
<span v-if="modelValue">{{ formattedDate }}</span>
|
|
36
|
+
<span v-else>{{ placeholder }}</span>
|
|
37
|
+
<Icon name="lucide:calendar" :size="16" />
|
|
38
|
+
</Button>
|
|
39
|
+
</PopoverTrigger>
|
|
40
|
+
<PopoverContent class="w-auto p-0" align="start">
|
|
41
|
+
<div :class="cn('sm:flex', showTime && 'flex-row')">
|
|
42
|
+
<Calendar
|
|
43
|
+
v-model="calendarValue"
|
|
44
|
+
initial-focus
|
|
45
|
+
:locale="locale"
|
|
46
|
+
:layout="layout"
|
|
47
|
+
/>
|
|
48
|
+
<!-- Time Picker -->
|
|
49
|
+
<div
|
|
50
|
+
v-if="showTime"
|
|
51
|
+
class="flex flex-col sm:flex-row sm:h-[300px] divide-y sm:divide-y-0 sm:divide-x sm:border-t-0"
|
|
52
|
+
>
|
|
53
|
+
<!-- Hours -->
|
|
54
|
+
<ScrollArea class="w-64 sm:w-auto">
|
|
55
|
+
<div class="flex sm:flex-col p-2">
|
|
56
|
+
<Button
|
|
57
|
+
v-for="hour in hours"
|
|
58
|
+
:key="hour"
|
|
59
|
+
size="icon"
|
|
60
|
+
:variant="selectedHour === hour ? 'default' : 'ghost'"
|
|
61
|
+
:color="selectedHour === hour ? 'primary' : 'default'"
|
|
62
|
+
class="sm:w-full shrink-0 aspect-square"
|
|
63
|
+
@click="handleTimeChange('hour', hour)"
|
|
64
|
+
>
|
|
65
|
+
{{ hour.toString().padStart(2, "0") }}
|
|
66
|
+
</Button>
|
|
67
|
+
</div>
|
|
68
|
+
<ScrollBar orientation="horizontal" class="sm:hidden" />
|
|
69
|
+
</ScrollArea>
|
|
70
|
+
|
|
71
|
+
<!-- Minutes -->
|
|
72
|
+
<ScrollArea class="w-64 sm:w-auto">
|
|
73
|
+
<div class="flex sm:flex-col p-2">
|
|
74
|
+
<Button
|
|
75
|
+
v-for="minute in minutes"
|
|
76
|
+
:key="minute"
|
|
77
|
+
size="icon"
|
|
78
|
+
:variant="selectedMinute === minute ? 'default' : 'ghost'"
|
|
79
|
+
:color="selectedMinute === minute ? 'primary' : 'default'"
|
|
80
|
+
class="sm:w-full shrink-0 aspect-square"
|
|
81
|
+
@click="handleTimeChange('minute', minute)"
|
|
82
|
+
>
|
|
83
|
+
{{ minute.toString().padStart(2, "0") }}
|
|
84
|
+
</Button>
|
|
85
|
+
</div>
|
|
86
|
+
<ScrollBar orientation="horizontal" class="sm:hidden" />
|
|
87
|
+
</ScrollArea>
|
|
88
|
+
</div>
|
|
89
|
+
</div>
|
|
90
|
+
</PopoverContent>
|
|
91
|
+
</Popover>
|
|
92
|
+
</ShadFormControl>
|
|
93
|
+
|
|
94
|
+
<ShadFormDescription v-if="props.description">
|
|
95
|
+
{{ props.description }}
|
|
96
|
+
</ShadFormDescription>
|
|
97
|
+
<ShadFormMessage v-if="!props.disabledErrorMessage" />
|
|
98
|
+
</ShadFormItem>
|
|
99
|
+
</ShadFormField>
|
|
100
|
+
</template>
|
|
101
|
+
|
|
102
|
+
<script setup>
|
|
103
|
+
import { computed, ref } from "vue";
|
|
104
|
+
import { CalendarDate, getLocalTimeZone } from "@internationalized/date";
|
|
105
|
+
import dayjs from "#dayjs";
|
|
106
|
+
import { cn } from "@/runtime/plugins/shadcn";
|
|
107
|
+
import { Button } from "@/runtime/components/ui/button";
|
|
108
|
+
import { Calendar } from "@/runtime/components/ui/calendar";
|
|
109
|
+
import {
|
|
110
|
+
Popover,
|
|
111
|
+
PopoverContent,
|
|
112
|
+
PopoverTrigger
|
|
113
|
+
} from "@/runtime/components/ui/popover";
|
|
114
|
+
import { ScrollArea, ScrollBar } from "@/runtime/components/ui/scroll-area";
|
|
115
|
+
const props = defineProps({
|
|
116
|
+
id: { type: String, required: false, default: "input-date-picker" },
|
|
117
|
+
name: { type: String, required: false, default: "input-date-picker" },
|
|
118
|
+
disabled: { type: Boolean, required: false, default: false },
|
|
119
|
+
label: { type: String, required: false },
|
|
120
|
+
rules: { type: [Object, String, Function], required: false },
|
|
121
|
+
placeholder: { type: String, required: false, default: "\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48" },
|
|
122
|
+
description: { type: String, required: false },
|
|
123
|
+
disabledErrorMessage: { type: Boolean, required: false, default: false },
|
|
124
|
+
required: { type: Boolean, required: false, default: false },
|
|
125
|
+
dateFormat: { type: String, required: false, default: "D MMMM BBBB" },
|
|
126
|
+
locale: { type: String, required: false, default: "th" },
|
|
127
|
+
layout: { type: null, required: false, default: "month-and-year" },
|
|
128
|
+
showTime: { type: Boolean, required: false, default: false },
|
|
129
|
+
class: { type: null, required: false }
|
|
130
|
+
});
|
|
131
|
+
const modelValue = defineModel({ type: null, ...{ default: void 0 } });
|
|
132
|
+
const fieldRef = ref();
|
|
133
|
+
const hours = Array.from({ length: 24 }, (_, i) => i);
|
|
134
|
+
const minutes = Array.from({ length: 12 }, (_, i) => i * 5);
|
|
135
|
+
const selectedHour = computed(() => modelValue.value?.getHours() ?? -1);
|
|
136
|
+
const selectedMinute = computed(() => modelValue.value?.getMinutes() ?? -1);
|
|
137
|
+
const calendarValue = computed({
|
|
138
|
+
get() {
|
|
139
|
+
if (!modelValue.value) return void 0;
|
|
140
|
+
return new CalendarDate(
|
|
141
|
+
modelValue.value.getFullYear(),
|
|
142
|
+
modelValue.value.getMonth() + 1,
|
|
143
|
+
modelValue.value.getDate()
|
|
144
|
+
);
|
|
145
|
+
},
|
|
146
|
+
set(value) {
|
|
147
|
+
if (value) {
|
|
148
|
+
const newDate = value.toDate(getLocalTimeZone());
|
|
149
|
+
if (modelValue.value) {
|
|
150
|
+
newDate.setHours(modelValue.value.getHours());
|
|
151
|
+
newDate.setMinutes(modelValue.value.getMinutes());
|
|
152
|
+
}
|
|
153
|
+
modelValue.value = newDate;
|
|
154
|
+
} else {
|
|
155
|
+
modelValue.value = void 0;
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
});
|
|
159
|
+
function handleTimeChange(type, value) {
|
|
160
|
+
const currentDate = modelValue.value || /* @__PURE__ */ new Date();
|
|
161
|
+
const newDate = new Date(currentDate);
|
|
162
|
+
if (type === "hour") {
|
|
163
|
+
newDate.setHours(value);
|
|
164
|
+
} else if (type === "minute") {
|
|
165
|
+
newDate.setMinutes(value);
|
|
166
|
+
}
|
|
167
|
+
modelValue.value = newDate;
|
|
168
|
+
}
|
|
169
|
+
const formattedDate = computed(() => {
|
|
170
|
+
if (!modelValue.value) return "";
|
|
171
|
+
const format = props.showTime ? `${props.dateFormat} HH:mm` : props.dateFormat;
|
|
172
|
+
return dayjs(modelValue.value).locale(props.locale).format(format);
|
|
173
|
+
});
|
|
174
|
+
const defaultRules = (v) => {
|
|
175
|
+
if (!v && props.required) {
|
|
176
|
+
return `\u0E01\u0E23\u0E38\u0E13\u0E32\u0E40\u0E25\u0E37\u0E2D\u0E01${props.label || "\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48"}`;
|
|
177
|
+
}
|
|
178
|
+
return true;
|
|
179
|
+
};
|
|
180
|
+
const setErrors = (errMsg) => {
|
|
181
|
+
fieldRef.value?.setErrors(errMsg);
|
|
182
|
+
};
|
|
183
|
+
defineExpose({
|
|
184
|
+
setErrors
|
|
185
|
+
});
|
|
186
|
+
</script>
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import type { HTMLAttributes } from "vue";
|
|
2
|
+
import type { LayoutTypes } from "@/runtime/components/ui/calendar";
|
|
3
|
+
export interface InputDatePickerProps {
|
|
4
|
+
id?: string;
|
|
5
|
+
name?: string;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
label?: string;
|
|
8
|
+
rules?: object | string | Function;
|
|
9
|
+
placeholder?: string;
|
|
10
|
+
description?: string;
|
|
11
|
+
disabledErrorMessage?: boolean;
|
|
12
|
+
required?: boolean;
|
|
13
|
+
dateFormat?: string;
|
|
14
|
+
locale?: string;
|
|
15
|
+
layout?: LayoutTypes;
|
|
16
|
+
showTime?: boolean;
|
|
17
|
+
class?: HTMLAttributes["class"];
|
|
18
|
+
}
|
|
19
|
+
type __VLS_Props = InputDatePickerProps;
|
|
20
|
+
type __VLS_ModelProps = {
|
|
21
|
+
modelValue?: Date | undefined;
|
|
22
|
+
};
|
|
23
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
24
|
+
declare var __VLS_21: {};
|
|
25
|
+
type __VLS_Slots = {} & {
|
|
26
|
+
label?: (props: typeof __VLS_21) => any;
|
|
27
|
+
};
|
|
28
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
29
|
+
setErrors: (errMsg: string[]) => void;
|
|
30
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
31
|
+
"update:modelValue": (value: Date | undefined) => any;
|
|
32
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
33
|
+
"onUpdate:modelValue"?: ((value: Date | undefined) => any) | undefined;
|
|
34
|
+
}>, {
|
|
35
|
+
required: boolean;
|
|
36
|
+
id: string;
|
|
37
|
+
name: string;
|
|
38
|
+
placeholder: string;
|
|
39
|
+
disabled: boolean;
|
|
40
|
+
disabledErrorMessage: boolean;
|
|
41
|
+
locale: string;
|
|
42
|
+
layout: "month-and-year" | "month-only" | "year-only";
|
|
43
|
+
dateFormat: string;
|
|
44
|
+
showTime: boolean;
|
|
45
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
46
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
47
|
+
declare const _default: typeof __VLS_export;
|
|
48
|
+
export default _default;
|
|
49
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
50
|
+
new (): {
|
|
51
|
+
$slots: S;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
@@ -4,13 +4,13 @@ type __VLS_ModelProps = {
|
|
|
4
4
|
modelValue?: Array<File>;
|
|
5
5
|
};
|
|
6
6
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
-
declare var
|
|
8
|
-
label:
|
|
9
|
-
},
|
|
7
|
+
declare var __VLS_23: {
|
|
8
|
+
label: string;
|
|
9
|
+
}, __VLS_30: {};
|
|
10
10
|
type __VLS_Slots = {} & {
|
|
11
|
-
default?: (props: typeof
|
|
11
|
+
default?: (props: typeof __VLS_23) => any;
|
|
12
12
|
} & {
|
|
13
|
-
error?: (props: typeof
|
|
13
|
+
error?: (props: typeof __VLS_30) => any;
|
|
14
14
|
};
|
|
15
15
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
16
|
"update:modelValue": (value: File[]) => any;
|
|
@@ -4,13 +4,13 @@ type __VLS_ModelProps = {
|
|
|
4
4
|
modelValue?: Array<File>;
|
|
5
5
|
};
|
|
6
6
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
-
declare var
|
|
8
|
-
label:
|
|
9
|
-
},
|
|
7
|
+
declare var __VLS_23: {
|
|
8
|
+
label: string;
|
|
9
|
+
}, __VLS_30: {};
|
|
10
10
|
type __VLS_Slots = {} & {
|
|
11
|
-
default?: (props: typeof
|
|
11
|
+
default?: (props: typeof __VLS_23) => any;
|
|
12
12
|
} & {
|
|
13
|
-
error?: (props: typeof
|
|
13
|
+
error?: (props: typeof __VLS_30) => any;
|
|
14
14
|
};
|
|
15
15
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
16
|
"update:modelValue": (value: File[]) => any;
|
|
@@ -4,25 +4,25 @@ type __VLS_ModelProps = {
|
|
|
4
4
|
modelValue?: string | number;
|
|
5
5
|
};
|
|
6
6
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
-
declare var
|
|
8
|
-
item:
|
|
9
|
-
},
|
|
10
|
-
item:
|
|
11
|
-
},
|
|
7
|
+
declare var __VLS_8: {
|
|
8
|
+
item: number | import("@/types/components/input/input-radio").InputRadioItem;
|
|
9
|
+
}, __VLS_11: `label-${string}-text` | `label-${number}-text`, __VLS_12: {}, __VLS_15: `label-${string}-text` | `label-${number}-text`, __VLS_16: {}, __VLS_18: {
|
|
10
|
+
item: string | number;
|
|
11
|
+
}, __VLS_21: `label-${string}-text` | `label-${number}-text`, __VLS_22: {}, __VLS_25: `label-${string}-text` | `label-${number}-text`, __VLS_26: {}, __VLS_28: {};
|
|
12
12
|
type __VLS_Slots = {} & {
|
|
13
|
-
[K in NonNullable<typeof
|
|
13
|
+
[K in NonNullable<typeof __VLS_11>]?: (props: typeof __VLS_12) => any;
|
|
14
14
|
} & {
|
|
15
|
-
[K in NonNullable<typeof
|
|
15
|
+
[K in NonNullable<typeof __VLS_15>]?: (props: typeof __VLS_16) => any;
|
|
16
16
|
} & {
|
|
17
|
-
[K in NonNullable<typeof
|
|
17
|
+
[K in NonNullable<typeof __VLS_21>]?: (props: typeof __VLS_22) => any;
|
|
18
18
|
} & {
|
|
19
|
-
[K in NonNullable<typeof
|
|
19
|
+
[K in NonNullable<typeof __VLS_25>]?: (props: typeof __VLS_26) => any;
|
|
20
20
|
} & {
|
|
21
|
-
default?: (props: typeof
|
|
21
|
+
default?: (props: typeof __VLS_8) => any;
|
|
22
22
|
} & {
|
|
23
|
-
default?: (props: typeof
|
|
23
|
+
default?: (props: typeof __VLS_18) => any;
|
|
24
24
|
} & {
|
|
25
|
-
error?: (props: typeof
|
|
25
|
+
error?: (props: typeof __VLS_28) => any;
|
|
26
26
|
};
|
|
27
27
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
28
28
|
"update:modelValue": (value: string | number | undefined) => any;
|
|
@@ -36,8 +36,8 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
|
|
|
36
36
|
columnGap: number | string;
|
|
37
37
|
disabled: boolean;
|
|
38
38
|
disabledErrorMessage: boolean;
|
|
39
|
-
labelPosition: "left" | "right";
|
|
40
39
|
layout: "vertical" | "horizontal";
|
|
40
|
+
labelPosition: "left" | "right";
|
|
41
41
|
layoutGap: number | string;
|
|
42
42
|
standalone: boolean;
|
|
43
43
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -4,25 +4,25 @@ type __VLS_ModelProps = {
|
|
|
4
4
|
modelValue?: string | number;
|
|
5
5
|
};
|
|
6
6
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
-
declare var
|
|
8
|
-
item:
|
|
9
|
-
},
|
|
10
|
-
item:
|
|
11
|
-
},
|
|
7
|
+
declare var __VLS_8: {
|
|
8
|
+
item: number | import("@/types/components/input/input-radio").InputRadioItem;
|
|
9
|
+
}, __VLS_11: `label-${string}-text` | `label-${number}-text`, __VLS_12: {}, __VLS_15: `label-${string}-text` | `label-${number}-text`, __VLS_16: {}, __VLS_18: {
|
|
10
|
+
item: string | number;
|
|
11
|
+
}, __VLS_21: `label-${string}-text` | `label-${number}-text`, __VLS_22: {}, __VLS_25: `label-${string}-text` | `label-${number}-text`, __VLS_26: {}, __VLS_28: {};
|
|
12
12
|
type __VLS_Slots = {} & {
|
|
13
|
-
[K in NonNullable<typeof
|
|
13
|
+
[K in NonNullable<typeof __VLS_11>]?: (props: typeof __VLS_12) => any;
|
|
14
14
|
} & {
|
|
15
|
-
[K in NonNullable<typeof
|
|
15
|
+
[K in NonNullable<typeof __VLS_15>]?: (props: typeof __VLS_16) => any;
|
|
16
16
|
} & {
|
|
17
|
-
[K in NonNullable<typeof
|
|
17
|
+
[K in NonNullable<typeof __VLS_21>]?: (props: typeof __VLS_22) => any;
|
|
18
18
|
} & {
|
|
19
|
-
[K in NonNullable<typeof
|
|
19
|
+
[K in NonNullable<typeof __VLS_25>]?: (props: typeof __VLS_26) => any;
|
|
20
20
|
} & {
|
|
21
|
-
default?: (props: typeof
|
|
21
|
+
default?: (props: typeof __VLS_8) => any;
|
|
22
22
|
} & {
|
|
23
|
-
default?: (props: typeof
|
|
23
|
+
default?: (props: typeof __VLS_18) => any;
|
|
24
24
|
} & {
|
|
25
|
-
error?: (props: typeof
|
|
25
|
+
error?: (props: typeof __VLS_28) => any;
|
|
26
26
|
};
|
|
27
27
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
28
28
|
"update:modelValue": (value: string | number | undefined) => any;
|
|
@@ -36,8 +36,8 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
|
|
|
36
36
|
columnGap: number | string;
|
|
37
37
|
disabled: boolean;
|
|
38
38
|
disabledErrorMessage: boolean;
|
|
39
|
-
labelPosition: "left" | "right";
|
|
40
39
|
layout: "vertical" | "horizontal";
|
|
40
|
+
labelPosition: "left" | "right";
|
|
41
41
|
layoutGap: number | string;
|
|
42
42
|
standalone: boolean;
|
|
43
43
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -21,9 +21,9 @@ type __VLS_ModelProps = {
|
|
|
21
21
|
modelValue?: string | number;
|
|
22
22
|
};
|
|
23
23
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
24
|
-
declare var
|
|
24
|
+
declare var __VLS_21: {};
|
|
25
25
|
type __VLS_Slots = {} & {
|
|
26
|
-
label?: (props: typeof
|
|
26
|
+
label?: (props: typeof __VLS_21) => any;
|
|
27
27
|
};
|
|
28
28
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
29
29
|
setErrors: (errMsg: string[]) => void;
|
|
@@ -21,9 +21,9 @@ type __VLS_ModelProps = {
|
|
|
21
21
|
modelValue?: string | number;
|
|
22
22
|
};
|
|
23
23
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
24
|
-
declare var
|
|
24
|
+
declare var __VLS_21: {};
|
|
25
25
|
type __VLS_Slots = {} & {
|
|
26
|
-
label?: (props: typeof
|
|
26
|
+
label?: (props: typeof __VLS_21) => any;
|
|
27
27
|
};
|
|
28
28
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
29
29
|
setErrors: (errMsg: string[]) => void;
|
|
@@ -12,8 +12,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
12
12
|
color: InputSliderColor;
|
|
13
13
|
fullWidth: boolean;
|
|
14
14
|
label: string;
|
|
15
|
-
min: number;
|
|
16
15
|
max: number;
|
|
16
|
+
min: number;
|
|
17
17
|
step: number;
|
|
18
18
|
lineHeight: number | string;
|
|
19
19
|
appearance: boolean;
|
|
@@ -12,8 +12,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
12
12
|
color: InputSliderColor;
|
|
13
13
|
fullWidth: boolean;
|
|
14
14
|
label: string;
|
|
15
|
-
min: number;
|
|
16
15
|
max: number;
|
|
16
|
+
min: number;
|
|
17
17
|
step: number;
|
|
18
18
|
lineHeight: number | string;
|
|
19
19
|
appearance: boolean;
|
|
@@ -23,13 +23,13 @@ type __VLS_ModelProps = {
|
|
|
23
23
|
modelValue?: string;
|
|
24
24
|
};
|
|
25
25
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
26
|
-
declare var
|
|
26
|
+
declare var __VLS_21: {}, __VLS_58: {}, __VLS_73: {};
|
|
27
27
|
type __VLS_Slots = {} & {
|
|
28
|
-
label?: (props: typeof
|
|
28
|
+
label?: (props: typeof __VLS_21) => any;
|
|
29
29
|
} & {
|
|
30
|
-
prepend?: (props: typeof
|
|
30
|
+
prepend?: (props: typeof __VLS_58) => any;
|
|
31
31
|
} & {
|
|
32
|
-
append?: (props: typeof
|
|
32
|
+
append?: (props: typeof __VLS_73) => any;
|
|
33
33
|
};
|
|
34
34
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
35
35
|
setErrors: (errMsg: string[]) => void;
|
|
@@ -23,13 +23,13 @@ type __VLS_ModelProps = {
|
|
|
23
23
|
modelValue?: string;
|
|
24
24
|
};
|
|
25
25
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
26
|
-
declare var
|
|
26
|
+
declare var __VLS_21: {}, __VLS_58: {}, __VLS_73: {};
|
|
27
27
|
type __VLS_Slots = {} & {
|
|
28
|
-
label?: (props: typeof
|
|
28
|
+
label?: (props: typeof __VLS_21) => any;
|
|
29
29
|
} & {
|
|
30
|
-
prepend?: (props: typeof
|
|
30
|
+
prepend?: (props: typeof __VLS_58) => any;
|
|
31
31
|
} & {
|
|
32
|
-
append?: (props: typeof
|
|
32
|
+
append?: (props: typeof __VLS_73) => any;
|
|
33
33
|
};
|
|
34
34
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
35
35
|
setErrors: (errMsg: string[]) => void;
|
|
@@ -26,9 +26,9 @@ type __VLS_ModelProps = {
|
|
|
26
26
|
modelValue?: string;
|
|
27
27
|
};
|
|
28
28
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
29
|
-
declare var
|
|
29
|
+
declare var __VLS_21: {};
|
|
30
30
|
type __VLS_Slots = {} & {
|
|
31
|
-
label?: (props: typeof
|
|
31
|
+
label?: (props: typeof __VLS_21) => any;
|
|
32
32
|
};
|
|
33
33
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
34
34
|
focus: () => void;
|
|
@@ -44,13 +44,13 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
44
44
|
id: string;
|
|
45
45
|
name: string;
|
|
46
46
|
disabled: boolean;
|
|
47
|
-
rows: number;
|
|
48
47
|
limit: number;
|
|
49
48
|
disabledErrorMessage: boolean;
|
|
50
49
|
disabledBorder: boolean;
|
|
51
50
|
showCounter: boolean;
|
|
52
|
-
resize: "none" | "both" | "horizontal" | "vertical";
|
|
53
51
|
readonly: boolean;
|
|
52
|
+
resize: "none" | "both" | "horizontal" | "vertical";
|
|
53
|
+
rows: number;
|
|
54
54
|
heightScroll: boolean;
|
|
55
55
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
56
56
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -26,9 +26,9 @@ type __VLS_ModelProps = {
|
|
|
26
26
|
modelValue?: string;
|
|
27
27
|
};
|
|
28
28
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
29
|
-
declare var
|
|
29
|
+
declare var __VLS_21: {};
|
|
30
30
|
type __VLS_Slots = {} & {
|
|
31
|
-
label?: (props: typeof
|
|
31
|
+
label?: (props: typeof __VLS_21) => any;
|
|
32
32
|
};
|
|
33
33
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
34
34
|
focus: () => void;
|
|
@@ -44,13 +44,13 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
44
44
|
id: string;
|
|
45
45
|
name: string;
|
|
46
46
|
disabled: boolean;
|
|
47
|
-
rows: number;
|
|
48
47
|
limit: number;
|
|
49
48
|
disabledErrorMessage: boolean;
|
|
50
49
|
disabledBorder: boolean;
|
|
51
50
|
showCounter: boolean;
|
|
52
|
-
resize: "none" | "both" | "horizontal" | "vertical";
|
|
53
51
|
readonly: boolean;
|
|
52
|
+
resize: "none" | "both" | "horizontal" | "vertical";
|
|
53
|
+
rows: number;
|
|
54
54
|
heightScroll: boolean;
|
|
55
55
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
56
56
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -8,12 +8,12 @@ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
|
8
8
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
9
|
"update:modelValue": (value: boolean) => any;
|
|
10
10
|
} & {
|
|
11
|
-
close: () => any;
|
|
12
11
|
complete: () => any;
|
|
12
|
+
close: () => any;
|
|
13
13
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
14
14
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
15
|
-
onClose?: (() => any) | undefined;
|
|
16
15
|
onComplete?: (() => any) | undefined;
|
|
16
|
+
onClose?: (() => any) | undefined;
|
|
17
17
|
}>, {
|
|
18
18
|
confirmedText: string;
|
|
19
19
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -8,12 +8,12 @@ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
|
8
8
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
9
|
"update:modelValue": (value: boolean) => any;
|
|
10
10
|
} & {
|
|
11
|
-
close: () => any;
|
|
12
11
|
complete: () => any;
|
|
12
|
+
close: () => any;
|
|
13
13
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
14
14
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
15
|
-
onClose?: (() => any) | undefined;
|
|
16
15
|
onComplete?: (() => any) | undefined;
|
|
16
|
+
onClose?: (() => any) | undefined;
|
|
17
17
|
}>, {
|
|
18
18
|
confirmedText: string;
|
|
19
19
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -8,12 +8,12 @@ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
|
8
8
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
9
|
"update:modelValue": (value: boolean) => any;
|
|
10
10
|
} & {
|
|
11
|
-
close: () => any;
|
|
12
11
|
complete: () => any;
|
|
12
|
+
close: () => any;
|
|
13
13
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
14
14
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
15
|
-
onClose?: (() => any) | undefined;
|
|
16
15
|
onComplete?: (() => any) | undefined;
|
|
16
|
+
onClose?: (() => any) | undefined;
|
|
17
17
|
}>, {
|
|
18
18
|
confirmedText: string;
|
|
19
19
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -8,12 +8,12 @@ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
|
8
8
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
9
|
"update:modelValue": (value: boolean) => any;
|
|
10
10
|
} & {
|
|
11
|
-
close: () => any;
|
|
12
11
|
complete: () => any;
|
|
12
|
+
close: () => any;
|
|
13
13
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
14
14
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
15
|
-
onClose?: (() => any) | undefined;
|
|
16
15
|
onComplete?: (() => any) | undefined;
|
|
16
|
+
onClose?: (() => any) | undefined;
|
|
17
17
|
}>, {
|
|
18
18
|
confirmedText: string;
|
|
19
19
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -8,12 +8,12 @@ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
|
8
8
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
9
|
"update:modelValue": (value: boolean) => any;
|
|
10
10
|
} & {
|
|
11
|
-
close: () => any;
|
|
12
11
|
complete: () => any;
|
|
12
|
+
close: () => any;
|
|
13
13
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
14
14
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
15
|
-
onClose?: (() => any) | undefined;
|
|
16
15
|
onComplete?: (() => any) | undefined;
|
|
16
|
+
onClose?: (() => any) | undefined;
|
|
17
17
|
}>, {
|
|
18
18
|
confirmedText: string;
|
|
19
19
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -8,12 +8,12 @@ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
|
8
8
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
9
|
"update:modelValue": (value: boolean) => any;
|
|
10
10
|
} & {
|
|
11
|
-
close: () => any;
|
|
12
11
|
complete: () => any;
|
|
12
|
+
close: () => any;
|
|
13
13
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
14
14
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
15
|
-
onClose?: (() => any) | undefined;
|
|
16
15
|
onComplete?: (() => any) | undefined;
|
|
16
|
+
onClose?: (() => any) | undefined;
|
|
17
17
|
}>, {
|
|
18
18
|
confirmedText: string;
|
|
19
19
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -9,13 +9,13 @@ type __VLS_ModelProps = {
|
|
|
9
9
|
};
|
|
10
10
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
11
11
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
|
-
close: (...args: any[]) => void;
|
|
13
12
|
complete: (...args: any[]) => void;
|
|
13
|
+
close: (...args: any[]) => void;
|
|
14
14
|
"update:modelValue": (value: boolean) => void;
|
|
15
15
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
16
16
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
17
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
18
17
|
onComplete?: ((...args: any[]) => any) | undefined;
|
|
18
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
19
19
|
}>, {
|
|
20
20
|
title: string;
|
|
21
21
|
confirmedText: string;
|
|
@@ -9,13 +9,13 @@ type __VLS_ModelProps = {
|
|
|
9
9
|
};
|
|
10
10
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
11
11
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
|
-
close: (...args: any[]) => void;
|
|
13
12
|
complete: (...args: any[]) => void;
|
|
13
|
+
close: (...args: any[]) => void;
|
|
14
14
|
"update:modelValue": (value: boolean) => void;
|
|
15
15
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
16
16
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
17
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
18
17
|
onComplete?: ((...args: any[]) => any) | undefined;
|
|
18
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
19
19
|
}>, {
|
|
20
20
|
title: string;
|
|
21
21
|
confirmedText: string;
|