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.
Files changed (286) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/runtime/components/button.d.vue.ts +2 -2
  3. package/dist/runtime/components/button.vue.d.ts +2 -2
  4. package/dist/runtime/components/card/card.d.vue.ts +6 -6
  5. package/dist/runtime/components/card/card.vue.d.ts +6 -6
  6. package/dist/runtime/components/carousel.d.vue.ts +2 -2
  7. package/dist/runtime/components/carousel.vue.d.ts +2 -2
  8. package/dist/runtime/components/collapse/collapse-multiple.d.vue.ts +2 -0
  9. package/dist/runtime/components/collapse/collapse-multiple.vue +12 -2
  10. package/dist/runtime/components/collapse/collapse-multiple.vue.d.ts +2 -0
  11. package/dist/runtime/components/data-list.d.vue.ts +7 -7
  12. package/dist/runtime/components/data-list.vue.d.ts +7 -7
  13. package/dist/runtime/components/data-table.d.vue.ts +16 -16
  14. package/dist/runtime/components/data-table.vue.d.ts +16 -16
  15. package/dist/runtime/components/dialog/dialog-email-OTP.d.vue.ts +2 -2
  16. package/dist/runtime/components/dialog/dialog-email-OTP.vue.d.ts +2 -2
  17. package/dist/runtime/components/dialog/dialog-phone-OTP.d.vue.ts +2 -2
  18. package/dist/runtime/components/dialog/dialog-phone-OTP.vue.d.ts +2 -2
  19. package/dist/runtime/components/drawer/drawer.d.vue.ts +5 -5
  20. package/dist/runtime/components/drawer/drawer.vue.d.ts +5 -5
  21. package/dist/runtime/components/dropdown.d.vue.ts +2 -2
  22. package/dist/runtime/components/dropdown.vue.d.ts +2 -2
  23. package/dist/runtime/components/input/input-autocomplete.d.vue.ts +1 -1
  24. package/dist/runtime/components/input/input-autocomplete.vue.d.ts +1 -1
  25. package/dist/runtime/components/input/input-combobox.d.vue.ts +3 -3
  26. package/dist/runtime/components/input/input-combobox.vue.d.ts +3 -3
  27. package/dist/runtime/components/input/input-date-picker.d.vue.ts +53 -0
  28. package/dist/runtime/components/input/input-date-picker.vue +186 -0
  29. package/dist/runtime/components/input/input-date-picker.vue.d.ts +53 -0
  30. package/dist/runtime/components/input/input-file.d.vue.ts +5 -5
  31. package/dist/runtime/components/input/input-file.vue.d.ts +5 -5
  32. package/dist/runtime/components/input/input-radio.d.vue.ts +13 -13
  33. package/dist/runtime/components/input/input-radio.vue.d.ts +13 -13
  34. package/dist/runtime/components/input/input-select.d.vue.ts +2 -2
  35. package/dist/runtime/components/input/input-select.vue.d.ts +2 -2
  36. package/dist/runtime/components/input/input-slider.d.vue.ts +1 -1
  37. package/dist/runtime/components/input/input-slider.vue.d.ts +1 -1
  38. package/dist/runtime/components/input/input-text-field.d.vue.ts +4 -4
  39. package/dist/runtime/components/input/input-text-field.vue.d.ts +4 -4
  40. package/dist/runtime/components/input/input-textarea.d.vue.ts +4 -4
  41. package/dist/runtime/components/input/input-textarea.vue.d.ts +4 -4
  42. package/dist/runtime/components/modal/modal-account-disabled-alert.d.vue.ts +2 -2
  43. package/dist/runtime/components/modal/modal-account-disabled-alert.vue.d.ts +2 -2
  44. package/dist/runtime/components/modal/modal-account-disabled-confirmed.d.vue.ts +2 -2
  45. package/dist/runtime/components/modal/modal-account-disabled-confirmed.vue.d.ts +2 -2
  46. package/dist/runtime/components/modal/modal-account-disabled-reason.d.vue.ts +2 -2
  47. package/dist/runtime/components/modal/modal-account-disabled-reason.vue.d.ts +2 -2
  48. package/dist/runtime/components/modal/modal-password-new.d.vue.ts +2 -2
  49. package/dist/runtime/components/modal/modal-password-new.vue.d.ts +2 -2
  50. package/dist/runtime/components/modal/modal-password.d.vue.ts +2 -2
  51. package/dist/runtime/components/modal/modal-password.vue.d.ts +2 -2
  52. package/dist/runtime/components/modal/modal-phone-OTP.d.vue.ts +2 -2
  53. package/dist/runtime/components/modal/modal-phone-OTP.vue.d.ts +2 -2
  54. package/dist/runtime/components/modal/modal.d.vue.ts +7 -7
  55. package/dist/runtime/components/modal/modal.vue.d.ts +7 -7
  56. package/dist/runtime/components/table.d.vue.ts +6 -6
  57. package/dist/runtime/components/table.vue.d.ts +6 -6
  58. package/dist/runtime/components/tooltip.d.vue.ts +3 -3
  59. package/dist/runtime/components/tooltip.vue.d.ts +3 -3
  60. package/dist/runtime/components/ui/alert-dialog/AlertDialog.d.vue.ts +2 -2
  61. package/dist/runtime/components/ui/alert-dialog/AlertDialog.vue.d.ts +2 -2
  62. package/dist/runtime/components/ui/alert-dialog/AlertDialogAction.d.vue.ts +2 -2
  63. package/dist/runtime/components/ui/alert-dialog/AlertDialogAction.vue.d.ts +2 -2
  64. package/dist/runtime/components/ui/alert-dialog/AlertDialogCancel.d.vue.ts +2 -2
  65. package/dist/runtime/components/ui/alert-dialog/AlertDialogCancel.vue.d.ts +2 -2
  66. package/dist/runtime/components/ui/alert-dialog/AlertDialogContent.d.vue.ts +2 -2
  67. package/dist/runtime/components/ui/alert-dialog/AlertDialogContent.vue.d.ts +2 -2
  68. package/dist/runtime/components/ui/alert-dialog/AlertDialogDescription.d.vue.ts +2 -2
  69. package/dist/runtime/components/ui/alert-dialog/AlertDialogDescription.vue.d.ts +2 -2
  70. package/dist/runtime/components/ui/alert-dialog/AlertDialogTitle.d.vue.ts +2 -2
  71. package/dist/runtime/components/ui/alert-dialog/AlertDialogTitle.vue.d.ts +2 -2
  72. package/dist/runtime/components/ui/alert-dialog/AlertDialogTrigger.d.vue.ts +2 -2
  73. package/dist/runtime/components/ui/alert-dialog/AlertDialogTrigger.vue.d.ts +2 -2
  74. package/dist/runtime/components/ui/avatar/Avatar.d.vue.ts +2 -2
  75. package/dist/runtime/components/ui/avatar/Avatar.vue.d.ts +2 -2
  76. package/dist/runtime/components/ui/avatar/AvatarFallback.d.vue.ts +2 -2
  77. package/dist/runtime/components/ui/avatar/AvatarFallback.vue.d.ts +2 -2
  78. package/dist/runtime/components/ui/avatar/AvatarImage.d.vue.ts +2 -2
  79. package/dist/runtime/components/ui/avatar/AvatarImage.vue.d.ts +2 -2
  80. package/dist/runtime/components/ui/button/Button.d.vue.ts +2 -2
  81. package/dist/runtime/components/ui/button/Button.vue.d.ts +2 -2
  82. package/dist/runtime/components/ui/calendar/Calendar.d.vue.ts +42 -0
  83. package/dist/runtime/components/ui/calendar/Calendar.vue +174 -0
  84. package/dist/runtime/components/ui/calendar/Calendar.vue.d.ts +42 -0
  85. package/dist/runtime/components/ui/calendar/CalendarCell.d.vue.ts +18 -0
  86. package/dist/runtime/components/ui/calendar/CalendarCell.vue +23 -0
  87. package/dist/runtime/components/ui/calendar/CalendarCell.vue.d.ts +18 -0
  88. package/dist/runtime/components/ui/calendar/CalendarCellTrigger.d.vue.ts +20 -0
  89. package/dist/runtime/components/ui/calendar/CalendarCellTrigger.vue +38 -0
  90. package/dist/runtime/components/ui/calendar/CalendarCellTrigger.vue.d.ts +20 -0
  91. package/dist/runtime/components/ui/calendar/CalendarGrid.d.vue.ts +18 -0
  92. package/dist/runtime/components/ui/calendar/CalendarGrid.vue +22 -0
  93. package/dist/runtime/components/ui/calendar/CalendarGrid.vue.d.ts +18 -0
  94. package/dist/runtime/components/ui/calendar/CalendarGridBody.d.vue.ts +14 -0
  95. package/dist/runtime/components/ui/calendar/CalendarGridBody.vue +16 -0
  96. package/dist/runtime/components/ui/calendar/CalendarGridBody.vue.d.ts +14 -0
  97. package/dist/runtime/components/ui/calendar/CalendarGridHead.d.vue.ts +18 -0
  98. package/dist/runtime/components/ui/calendar/CalendarGridHead.vue +17 -0
  99. package/dist/runtime/components/ui/calendar/CalendarGridHead.vue.d.ts +18 -0
  100. package/dist/runtime/components/ui/calendar/CalendarGridRow.d.vue.ts +18 -0
  101. package/dist/runtime/components/ui/calendar/CalendarGridRow.vue +21 -0
  102. package/dist/runtime/components/ui/calendar/CalendarGridRow.vue.d.ts +18 -0
  103. package/dist/runtime/components/ui/calendar/CalendarHeadCell.d.vue.ts +18 -0
  104. package/dist/runtime/components/ui/calendar/CalendarHeadCell.vue +22 -0
  105. package/dist/runtime/components/ui/calendar/CalendarHeadCell.vue.d.ts +18 -0
  106. package/dist/runtime/components/ui/calendar/CalendarHeader.d.vue.ts +18 -0
  107. package/dist/runtime/components/ui/calendar/CalendarHeader.vue +22 -0
  108. package/dist/runtime/components/ui/calendar/CalendarHeader.vue.d.ts +18 -0
  109. package/dist/runtime/components/ui/calendar/CalendarHeading.d.vue.ts +19 -0
  110. package/dist/runtime/components/ui/calendar/CalendarHeading.vue +26 -0
  111. package/dist/runtime/components/ui/calendar/CalendarHeading.vue.d.ts +19 -0
  112. package/dist/runtime/components/ui/calendar/CalendarNextButton.d.vue.ts +18 -0
  113. package/dist/runtime/components/ui/calendar/CalendarNextButton.vue +32 -0
  114. package/dist/runtime/components/ui/calendar/CalendarNextButton.vue.d.ts +18 -0
  115. package/dist/runtime/components/ui/calendar/CalendarPrevButton.d.vue.ts +18 -0
  116. package/dist/runtime/components/ui/calendar/CalendarPrevButton.vue +32 -0
  117. package/dist/runtime/components/ui/calendar/CalendarPrevButton.vue.d.ts +18 -0
  118. package/dist/runtime/components/ui/calendar/index.d.ts +13 -0
  119. package/dist/runtime/components/ui/calendar/index.js +12 -0
  120. package/dist/runtime/components/ui/carousel/Carousel.d.vue.ts +7 -7
  121. package/dist/runtime/components/ui/carousel/Carousel.vue.d.ts +7 -7
  122. package/dist/runtime/components/ui/checkbox/Checkbox.d.vue.ts +2 -2
  123. package/dist/runtime/components/ui/checkbox/Checkbox.vue.d.ts +2 -2
  124. package/dist/runtime/components/ui/command/Command.d.vue.ts +2 -2
  125. package/dist/runtime/components/ui/command/Command.vue.d.ts +2 -2
  126. package/dist/runtime/components/ui/command/CommandDialog.d.vue.ts +2 -2
  127. package/dist/runtime/components/ui/command/CommandDialog.vue.d.ts +2 -2
  128. package/dist/runtime/components/ui/command/CommandEmpty.d.vue.ts +2 -2
  129. package/dist/runtime/components/ui/command/CommandEmpty.vue.d.ts +2 -2
  130. package/dist/runtime/components/ui/command/CommandGroup.d.vue.ts +2 -2
  131. package/dist/runtime/components/ui/command/CommandGroup.vue.d.ts +2 -2
  132. package/dist/runtime/components/ui/command/CommandList.d.vue.ts +2 -2
  133. package/dist/runtime/components/ui/command/CommandList.vue.d.ts +2 -2
  134. package/dist/runtime/components/ui/command/CommandSeparator.d.vue.ts +2 -2
  135. package/dist/runtime/components/ui/command/CommandSeparator.vue.d.ts +2 -2
  136. package/dist/runtime/components/ui/dialog/Dialog.d.vue.ts +2 -2
  137. package/dist/runtime/components/ui/dialog/Dialog.vue.d.ts +2 -2
  138. package/dist/runtime/components/ui/dialog/DialogClose.d.vue.ts +2 -2
  139. package/dist/runtime/components/ui/dialog/DialogClose.vue.d.ts +2 -2
  140. package/dist/runtime/components/ui/dialog/DialogContent.d.vue.ts +2 -2
  141. package/dist/runtime/components/ui/dialog/DialogContent.vue.d.ts +2 -2
  142. package/dist/runtime/components/ui/dialog/DialogDescription.d.vue.ts +2 -2
  143. package/dist/runtime/components/ui/dialog/DialogDescription.vue.d.ts +2 -2
  144. package/dist/runtime/components/ui/dialog/DialogOverlay.d.vue.ts +2 -2
  145. package/dist/runtime/components/ui/dialog/DialogOverlay.vue.d.ts +2 -2
  146. package/dist/runtime/components/ui/dialog/DialogScrollContent.d.vue.ts +2 -2
  147. package/dist/runtime/components/ui/dialog/DialogScrollContent.vue.d.ts +2 -2
  148. package/dist/runtime/components/ui/dialog/DialogTitle.d.vue.ts +2 -2
  149. package/dist/runtime/components/ui/dialog/DialogTitle.vue.d.ts +2 -2
  150. package/dist/runtime/components/ui/dialog/DialogTrigger.d.vue.ts +2 -2
  151. package/dist/runtime/components/ui/dialog/DialogTrigger.vue.d.ts +2 -2
  152. package/dist/runtime/components/ui/dropdown-menu/DropdownMenu.d.vue.ts +2 -2
  153. package/dist/runtime/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +2 -2
  154. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.d.vue.ts +2 -2
  155. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +2 -2
  156. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.d.vue.ts +2 -2
  157. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +2 -2
  158. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuGroup.d.vue.ts +2 -2
  159. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +2 -2
  160. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.d.vue.ts +2 -2
  161. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +2 -2
  162. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.d.vue.ts +2 -2
  163. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +2 -2
  164. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioGroup.d.vue.ts +2 -2
  165. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +2 -2
  166. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.d.vue.ts +3 -3
  167. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +3 -3
  168. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSub.d.vue.ts +2 -2
  169. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +2 -2
  170. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.d.vue.ts +2 -2
  171. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +2 -2
  172. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.d.vue.ts +2 -2
  173. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +2 -2
  174. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuTrigger.d.vue.ts +2 -2
  175. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +2 -2
  176. package/dist/runtime/components/ui/form/FormControl.d.vue.ts +2 -2
  177. package/dist/runtime/components/ui/form/FormControl.vue.d.ts +2 -2
  178. package/dist/runtime/components/ui/form/FormLabel.d.vue.ts +2 -2
  179. package/dist/runtime/components/ui/form/FormLabel.vue.d.ts +2 -2
  180. package/dist/runtime/components/ui/input-group/InputGroupButton.d.vue.ts +3 -3
  181. package/dist/runtime/components/ui/input-group/InputGroupButton.vue.d.ts +3 -3
  182. package/dist/runtime/components/ui/input-group/index.d.ts +1 -1
  183. package/dist/runtime/components/ui/label/Label.d.vue.ts +2 -2
  184. package/dist/runtime/components/ui/label/Label.vue.d.ts +2 -2
  185. package/dist/runtime/components/ui/native-select/NativeSelect.d.vue.ts +23 -0
  186. package/dist/runtime/components/ui/native-select/NativeSelect.vue +44 -0
  187. package/dist/runtime/components/ui/native-select/NativeSelect.vue.d.ts +23 -0
  188. package/dist/runtime/components/ui/native-select/NativeSelectOptGroup.d.vue.ts +401 -0
  189. package/dist/runtime/components/ui/native-select/NativeSelectOptGroup.vue +12 -0
  190. package/dist/runtime/components/ui/native-select/NativeSelectOptGroup.vue.d.ts +401 -0
  191. package/dist/runtime/components/ui/native-select/NativeSelectOption.d.vue.ts +405 -0
  192. package/dist/runtime/components/ui/native-select/NativeSelectOption.vue +12 -0
  193. package/dist/runtime/components/ui/native-select/NativeSelectOption.vue.d.ts +405 -0
  194. package/dist/runtime/components/ui/native-select/index.d.ts +3 -0
  195. package/dist/runtime/components/ui/native-select/index.js +3 -0
  196. package/dist/runtime/components/ui/pagination/Pagination.d.vue.ts +2 -2
  197. package/dist/runtime/components/ui/pagination/Pagination.vue.d.ts +2 -2
  198. package/dist/runtime/components/ui/pagination/PaginationContent.d.vue.ts +2 -2
  199. package/dist/runtime/components/ui/pagination/PaginationContent.vue.d.ts +2 -2
  200. package/dist/runtime/components/ui/pagination/PaginationEllipsis.d.vue.ts +2 -2
  201. package/dist/runtime/components/ui/pagination/PaginationEllipsis.vue.d.ts +2 -2
  202. package/dist/runtime/components/ui/pagination/PaginationFirst.d.vue.ts +2 -2
  203. package/dist/runtime/components/ui/pagination/PaginationFirst.vue.d.ts +2 -2
  204. package/dist/runtime/components/ui/pagination/PaginationItem.d.vue.ts +2 -2
  205. package/dist/runtime/components/ui/pagination/PaginationItem.vue.d.ts +2 -2
  206. package/dist/runtime/components/ui/pagination/PaginationLast.d.vue.ts +2 -2
  207. package/dist/runtime/components/ui/pagination/PaginationLast.vue.d.ts +2 -2
  208. package/dist/runtime/components/ui/pagination/PaginationNext.d.vue.ts +2 -2
  209. package/dist/runtime/components/ui/pagination/PaginationNext.vue.d.ts +2 -2
  210. package/dist/runtime/components/ui/pagination/PaginationPrevious.d.vue.ts +2 -2
  211. package/dist/runtime/components/ui/pagination/PaginationPrevious.vue.d.ts +2 -2
  212. package/dist/runtime/components/ui/pin-input/PinInput.d.vue.ts +8 -4
  213. package/dist/runtime/components/ui/pin-input/PinInput.vue.d.ts +8 -4
  214. package/dist/runtime/components/ui/pin-input/PinInputGroup.d.vue.ts +2 -2
  215. package/dist/runtime/components/ui/pin-input/PinInputGroup.vue.d.ts +2 -2
  216. package/dist/runtime/components/ui/pin-input/PinInputSeparator.d.vue.ts +2 -2
  217. package/dist/runtime/components/ui/pin-input/PinInputSeparator.vue.d.ts +2 -2
  218. package/dist/runtime/components/ui/popover/Popover.d.vue.ts +2 -2
  219. package/dist/runtime/components/ui/popover/Popover.vue.d.ts +2 -2
  220. package/dist/runtime/components/ui/popover/PopoverAnchor.d.vue.ts +2 -2
  221. package/dist/runtime/components/ui/popover/PopoverAnchor.vue.d.ts +2 -2
  222. package/dist/runtime/components/ui/popover/PopoverContent.d.vue.ts +2 -2
  223. package/dist/runtime/components/ui/popover/PopoverContent.vue.d.ts +2 -2
  224. package/dist/runtime/components/ui/popover/PopoverTrigger.d.vue.ts +2 -2
  225. package/dist/runtime/components/ui/popover/PopoverTrigger.vue.d.ts +2 -2
  226. package/dist/runtime/components/ui/scroll-area/ScrollArea.d.vue.ts +18 -0
  227. package/dist/runtime/components/ui/scroll-area/ScrollArea.vue +32 -0
  228. package/dist/runtime/components/ui/scroll-area/ScrollArea.vue.d.ts +18 -0
  229. package/dist/runtime/components/ui/scroll-area/ScrollBar.d.vue.ts +10 -0
  230. package/dist/runtime/components/ui/scroll-area/ScrollBar.vue +33 -0
  231. package/dist/runtime/components/ui/scroll-area/ScrollBar.vue.d.ts +10 -0
  232. package/dist/runtime/components/ui/scroll-area/index.d.ts +2 -0
  233. package/dist/runtime/components/ui/scroll-area/index.js +2 -0
  234. package/dist/runtime/components/ui/select/Select.d.vue.ts +2 -2
  235. package/dist/runtime/components/ui/select/Select.vue.d.ts +2 -2
  236. package/dist/runtime/components/ui/select/SelectContent.d.vue.ts +2 -2
  237. package/dist/runtime/components/ui/select/SelectContent.vue.d.ts +2 -2
  238. package/dist/runtime/components/ui/select/SelectGroup.d.vue.ts +2 -2
  239. package/dist/runtime/components/ui/select/SelectGroup.vue.d.ts +2 -2
  240. package/dist/runtime/components/ui/select/SelectItem.d.vue.ts +3 -3
  241. package/dist/runtime/components/ui/select/SelectItem.vue.d.ts +3 -3
  242. package/dist/runtime/components/ui/select/SelectItemText.d.vue.ts +2 -2
  243. package/dist/runtime/components/ui/select/SelectItemText.vue.d.ts +2 -2
  244. package/dist/runtime/components/ui/select/SelectLabel.d.vue.ts +2 -2
  245. package/dist/runtime/components/ui/select/SelectLabel.vue.d.ts +2 -2
  246. package/dist/runtime/components/ui/select/SelectScrollDownButton.d.vue.ts +2 -2
  247. package/dist/runtime/components/ui/select/SelectScrollDownButton.vue.d.ts +2 -2
  248. package/dist/runtime/components/ui/select/SelectScrollUpButton.d.vue.ts +2 -2
  249. package/dist/runtime/components/ui/select/SelectScrollUpButton.vue.d.ts +2 -2
  250. package/dist/runtime/components/ui/select/SelectTrigger.d.vue.ts +2 -2
  251. package/dist/runtime/components/ui/select/SelectTrigger.vue.d.ts +2 -2
  252. package/dist/runtime/components/ui/select/SelectValue.d.vue.ts +2 -2
  253. package/dist/runtime/components/ui/select/SelectValue.vue.d.ts +2 -2
  254. package/dist/runtime/components/ui/sheet/Sheet.d.vue.ts +2 -2
  255. package/dist/runtime/components/ui/sheet/Sheet.vue.d.ts +2 -2
  256. package/dist/runtime/components/ui/sheet/SheetClose.d.vue.ts +2 -2
  257. package/dist/runtime/components/ui/sheet/SheetClose.vue.d.ts +2 -2
  258. package/dist/runtime/components/ui/sheet/SheetContent.d.vue.ts +2 -2
  259. package/dist/runtime/components/ui/sheet/SheetContent.vue.d.ts +2 -2
  260. package/dist/runtime/components/ui/sheet/SheetDescription.d.vue.ts +2 -2
  261. package/dist/runtime/components/ui/sheet/SheetDescription.vue.d.ts +2 -2
  262. package/dist/runtime/components/ui/sheet/SheetOverlay.d.vue.ts +2 -2
  263. package/dist/runtime/components/ui/sheet/SheetOverlay.vue.d.ts +2 -2
  264. package/dist/runtime/components/ui/sheet/SheetTitle.d.vue.ts +2 -2
  265. package/dist/runtime/components/ui/sheet/SheetTitle.vue.d.ts +2 -2
  266. package/dist/runtime/components/ui/sheet/SheetTrigger.d.vue.ts +2 -2
  267. package/dist/runtime/components/ui/sheet/SheetTrigger.vue.d.ts +2 -2
  268. package/dist/runtime/components/ui/table/TableEmpty.d.vue.ts +2 -2
  269. package/dist/runtime/components/ui/table/TableEmpty.vue.d.ts +2 -2
  270. package/dist/runtime/components/ui/tabs/Tabs.d.vue.ts +2 -2
  271. package/dist/runtime/components/ui/tabs/Tabs.vue.d.ts +2 -2
  272. package/dist/runtime/components/ui/tabs/TabsContent.d.vue.ts +2 -2
  273. package/dist/runtime/components/ui/tabs/TabsContent.vue.d.ts +2 -2
  274. package/dist/runtime/components/ui/tabs/TabsList.d.vue.ts +2 -2
  275. package/dist/runtime/components/ui/tabs/TabsList.vue.d.ts +2 -2
  276. package/dist/runtime/components/ui/tabs/TabsTrigger.d.vue.ts +2 -2
  277. package/dist/runtime/components/ui/tabs/TabsTrigger.vue.d.ts +2 -2
  278. package/dist/runtime/components/ui/tooltip/Tooltip.d.vue.ts +2 -2
  279. package/dist/runtime/components/ui/tooltip/Tooltip.vue.d.ts +2 -2
  280. package/dist/runtime/components/ui/tooltip/TooltipContent.d.vue.ts +2 -2
  281. package/dist/runtime/components/ui/tooltip/TooltipContent.vue.d.ts +2 -2
  282. package/dist/runtime/components/ui/tooltip/TooltipProvider.d.vue.ts +2 -2
  283. package/dist/runtime/components/ui/tooltip/TooltipProvider.vue.d.ts +2 -2
  284. package/dist/runtime/components/ui/tooltip/TooltipTrigger.d.vue.ts +2 -2
  285. package/dist/runtime/components/ui/tooltip/TooltipTrigger.vue.d.ts +2 -2
  286. package/package.json +1 -1
@@ -5,9 +5,9 @@ type __VLS_Props = PaginationPrevProps & {
5
5
  size?: ButtonVariants["size"];
6
6
  class?: HTMLAttributes["class"];
7
7
  };
8
- declare var __VLS_7: {};
8
+ declare var __VLS_8: {};
9
9
  type __VLS_Slots = {} & {
10
- default?: (props: typeof __VLS_7) => any;
10
+ default?: (props: typeof __VLS_8) => any;
11
11
  };
12
12
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
13
  size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
@@ -1,12 +1,14 @@
1
1
  import type { PinInputRootProps } from "reka-ui";
2
2
  import type { HTMLAttributes } from "vue";
3
- declare const __VLS_export: <Type extends "text" | "number" = "text">(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
+ declare const __VLS_export: <Type extends "text" | "number" = "text">(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
4
  props: __VLS_PrettifyLocal<(PinInputRootProps<Type> & {
5
5
  class?: HTMLAttributes["class"];
6
6
  }) & {
7
7
  "onUpdate:modelValue"?: ((value: [Type] extends ["number"] ? number[] : string[]) => any) | undefined;
8
8
  onComplete?: ((value: [Type] extends ["number"] ? number[] : string[]) => any) | undefined;
9
- }> & import("vue").PublicProps;
9
+ }> & import("vue").PublicProps & (typeof globalThis extends {
10
+ __VLS_PROPS_FALLBACK: infer P;
11
+ } ? P : {});
10
12
  expose: (exposed: {}) => void;
11
13
  attrs: any;
12
14
  slots: {
@@ -18,6 +20,8 @@ declare const __VLS_export: <Type extends "text" | "number" = "text">(__VLS_prop
18
20
  };
19
21
  declare const _default: typeof __VLS_export;
20
22
  export default _default;
21
- type __VLS_PrettifyLocal<T> = {
23
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
24
+ [K in keyof T]: T[K];
25
+ } : {
22
26
  [K in keyof T as K]: T[K];
23
- } & {};
27
+ }) & {};
@@ -1,12 +1,14 @@
1
1
  import type { PinInputRootProps } from "reka-ui";
2
2
  import type { HTMLAttributes } from "vue";
3
- declare const __VLS_export: <Type extends "text" | "number" = "text">(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
+ declare const __VLS_export: <Type extends "text" | "number" = "text">(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
4
  props: __VLS_PrettifyLocal<(PinInputRootProps<Type> & {
5
5
  class?: HTMLAttributes["class"];
6
6
  }) & {
7
7
  "onUpdate:modelValue"?: ((value: [Type] extends ["number"] ? number[] : string[]) => any) | undefined;
8
8
  onComplete?: ((value: [Type] extends ["number"] ? number[] : string[]) => any) | undefined;
9
- }> & import("vue").PublicProps;
9
+ }> & import("vue").PublicProps & (typeof globalThis extends {
10
+ __VLS_PROPS_FALLBACK: infer P;
11
+ } ? P : {});
10
12
  expose: (exposed: {}) => void;
11
13
  attrs: any;
12
14
  slots: {
@@ -18,6 +20,8 @@ declare const __VLS_export: <Type extends "text" | "number" = "text">(__VLS_prop
18
20
  };
19
21
  declare const _default: typeof __VLS_export;
20
22
  export default _default;
21
- type __VLS_PrettifyLocal<T> = {
23
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
24
+ [K in keyof T]: T[K];
25
+ } : {
22
26
  [K in keyof T as K]: T[K];
23
- } & {};
27
+ }) & {};
@@ -3,9 +3,9 @@ import type { HTMLAttributes } from "vue";
3
3
  type __VLS_Props = PrimitiveProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_7: {};
6
+ declare var __VLS_8: {};
7
7
  type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_7) => any;
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 = PrimitiveProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_7: {};
6
+ declare var __VLS_8: {};
7
7
  type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_7) => any;
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 { PrimitiveProps } from "reka-ui";
2
- declare var __VLS_7: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_7) => any;
4
+ default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<PrimitiveProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PrimitiveProps> & 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 { PrimitiveProps } from "reka-ui";
2
- declare var __VLS_7: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_7) => any;
4
+ default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<PrimitiveProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PrimitiveProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,10 +1,10 @@
1
1
  import type { PopoverRootProps } from "reka-ui";
2
- declare var __VLS_7: {
2
+ declare var __VLS_8: {
3
3
  open: boolean;
4
4
  close: () => void;
5
5
  };
6
6
  type __VLS_Slots = {} & {
7
- default?: (props: typeof __VLS_7) => any;
7
+ default?: (props: typeof __VLS_8) => any;
8
8
  };
9
9
  declare const __VLS_base: import("vue").DefineComponent<PopoverRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
10
  "update:open": (value: boolean) => any;
@@ -1,10 +1,10 @@
1
1
  import type { PopoverRootProps } from "reka-ui";
2
- declare var __VLS_7: {
2
+ declare var __VLS_8: {
3
3
  open: boolean;
4
4
  close: () => void;
5
5
  };
6
6
  type __VLS_Slots = {} & {
7
- default?: (props: typeof __VLS_7) => any;
7
+ default?: (props: typeof __VLS_8) => any;
8
8
  };
9
9
  declare const __VLS_base: import("vue").DefineComponent<PopoverRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
10
  "update:open": (value: boolean) => any;
@@ -1,7 +1,7 @@
1
1
  import type { PopoverAnchorProps } from "reka-ui";
2
- declare var __VLS_7: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_7) => any;
4
+ default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<PopoverAnchorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PopoverAnchorProps> & 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 { PopoverAnchorProps } from "reka-ui";
2
- declare var __VLS_7: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_7) => any;
4
+ default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<PopoverAnchorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  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 = PopoverContentProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_12: {};
6
+ declare var __VLS_14: {};
7
7
  type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_12) => any;
8
+ default?: (props: typeof __VLS_14) => 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 = PopoverContentProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_12: {};
6
+ declare var __VLS_14: {};
7
7
  type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_12) => any;
8
+ default?: (props: typeof __VLS_14) => 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;
@@ -1,7 +1,7 @@
1
1
  import type { PopoverTriggerProps } from "reka-ui";
2
- declare var __VLS_7: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_7) => any;
4
+ default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<PopoverTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PopoverTriggerProps> & 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 { PopoverTriggerProps } from "reka-ui";
2
- declare var __VLS_7: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_7) => any;
4
+ default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<PopoverTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -0,0 +1,18 @@
1
+ import type { ScrollAreaRootProps } from "reka-ui";
2
+ import type { HTMLAttributes } from "vue";
3
+ type __VLS_Props = ScrollAreaRootProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare var __VLS_14: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_14) => any;
9
+ };
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
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
+ declare const _default: typeof __VLS_export;
13
+ export default _default;
14
+ type __VLS_WithSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
@@ -0,0 +1,32 @@
1
+ <script setup>
2
+ import { reactiveOmit } from "@vueuse/core";
3
+ import { ScrollAreaCorner, ScrollAreaRoot, ScrollAreaViewport } from "reka-ui";
4
+ import { cn } from "@/runtime/plugins/shadcn";
5
+ import ScrollBar from "./ScrollBar.vue";
6
+ const props = defineProps({
7
+ type: { type: String, required: false },
8
+ dir: { type: String, required: false },
9
+ scrollHideDelay: { type: Number, required: false },
10
+ asChild: { type: Boolean, required: false },
11
+ as: { type: null, required: false },
12
+ class: { type: null, required: false }
13
+ });
14
+ const delegatedProps = reactiveOmit(props, "class");
15
+ </script>
16
+
17
+ <template>
18
+ <ScrollAreaRoot
19
+ data-slot="scroll-area"
20
+ v-bind="delegatedProps"
21
+ :class="cn('relative', props.class)"
22
+ >
23
+ <ScrollAreaViewport
24
+ data-slot="scroll-area-viewport"
25
+ class="focus-visible:ring-ring/50 size-full rounded-[inherit] transition-[color,box-shadow] outline-none focus-visible:ring-[3px] focus-visible:outline-1"
26
+ >
27
+ <slot />
28
+ </ScrollAreaViewport>
29
+ <ScrollBar />
30
+ <ScrollAreaCorner />
31
+ </ScrollAreaRoot>
32
+ </template>
@@ -0,0 +1,18 @@
1
+ import type { ScrollAreaRootProps } from "reka-ui";
2
+ import type { HTMLAttributes } from "vue";
3
+ type __VLS_Props = ScrollAreaRootProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare var __VLS_14: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_14) => any;
9
+ };
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
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
+ declare const _default: typeof __VLS_export;
13
+ export default _default;
14
+ type __VLS_WithSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
@@ -0,0 +1,10 @@
1
+ import type { ScrollAreaScrollbarProps } from "reka-ui";
2
+ import type { HTMLAttributes } from "vue";
3
+ type __VLS_Props = ScrollAreaScrollbarProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
+ orientation: "vertical" | "horizontal";
8
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const _default: typeof __VLS_export;
10
+ export default _default;
@@ -0,0 +1,33 @@
1
+ <script setup>
2
+ import { reactiveOmit } from "@vueuse/core";
3
+ import { ScrollAreaScrollbar, ScrollAreaThumb } from "reka-ui";
4
+ import { cn } from "@/runtime/plugins/shadcn";
5
+ const props = defineProps({
6
+ orientation: { type: String, required: false, default: "vertical" },
7
+ forceMount: { type: Boolean, required: false },
8
+ asChild: { type: Boolean, required: false },
9
+ as: { type: null, required: false },
10
+ class: { type: null, required: false }
11
+ });
12
+ const delegatedProps = reactiveOmit(props, "class");
13
+ </script>
14
+
15
+ <template>
16
+ <ScrollAreaScrollbar
17
+ data-slot="scroll-area-scrollbar"
18
+ v-bind="delegatedProps"
19
+ :class="
20
+ cn(
21
+ 'flex touch-none p-px transition-colors select-none',
22
+ orientation === 'vertical' && 'h-full w-2.5 border-l border-l-transparent',
23
+ orientation === 'horizontal' && 'h-2.5 flex-col border-t border-t-transparent',
24
+ props.class
25
+ )
26
+ "
27
+ >
28
+ <ScrollAreaThumb
29
+ data-slot="scroll-area-thumb"
30
+ class="bg-border relative flex-1 rounded-full"
31
+ />
32
+ </ScrollAreaScrollbar>
33
+ </template>
@@ -0,0 +1,10 @@
1
+ import type { ScrollAreaScrollbarProps } from "reka-ui";
2
+ import type { HTMLAttributes } from "vue";
3
+ type __VLS_Props = ScrollAreaScrollbarProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
+ orientation: "vertical" | "horizontal";
8
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const _default: typeof __VLS_export;
10
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default as ScrollArea } from "./ScrollArea.vue.js";
2
+ export { default as ScrollBar } from "./ScrollBar.vue.js";
@@ -0,0 +1,2 @@
1
+ export { default as ScrollArea } from "./ScrollArea.vue";
2
+ export { default as ScrollBar } from "./ScrollBar.vue";
@@ -1,11 +1,11 @@
1
1
  import type { SelectRootProps } from "reka-ui";
2
2
  type __VLS_Props = SelectRootProps;
3
- declare var __VLS_7: {
3
+ declare var __VLS_8: {
4
4
  modelValue: string | number | bigint | Record<string, any> | (string | number | bigint | Record<string, any> | null)[] | null | undefined;
5
5
  open: boolean;
6
6
  };
7
7
  type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_7) => any;
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, {
11
11
  "update:modelValue": (value: import("reka-ui").AcceptableValue) => any;
@@ -1,11 +1,11 @@
1
1
  import type { SelectRootProps } from "reka-ui";
2
2
  type __VLS_Props = SelectRootProps;
3
- declare var __VLS_7: {
3
+ declare var __VLS_8: {
4
4
  modelValue: string | number | bigint | Record<string, any> | (string | number | bigint | Record<string, any> | null)[] | null | undefined;
5
5
  open: boolean;
6
6
  };
7
7
  type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_7) => any;
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, {
11
11
  "update:modelValue": (value: import("reka-ui").AcceptableValue) => any;
@@ -3,9 +3,9 @@ import type { HTMLAttributes } from "vue";
3
3
  type __VLS_Props = SelectContentProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_22: {};
6
+ declare var __VLS_25: {};
7
7
  type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_22) => any;
8
+ default?: (props: typeof __VLS_25) => 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 = SelectContentProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_22: {};
6
+ declare var __VLS_25: {};
7
7
  type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_22) => any;
8
+ default?: (props: typeof __VLS_25) => 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;
@@ -1,7 +1,7 @@
1
1
  import type { SelectGroupProps } from "reka-ui";
2
- declare var __VLS_7: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_7) => any;
4
+ default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<SelectGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectGroupProps> & 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 { SelectGroupProps } from "reka-ui";
2
- declare var __VLS_7: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_7) => any;
4
+ default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<SelectGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -3,11 +3,11 @@ import type { HTMLAttributes } from "vue";
3
3
  type __VLS_Props = SelectItemProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_12: {}, __VLS_24: {};
6
+ declare var __VLS_14: {}, __VLS_27: {};
7
7
  type __VLS_Slots = {} & {
8
- 'indicator-icon'?: (props: typeof __VLS_12) => any;
8
+ 'indicator-icon'?: (props: typeof __VLS_14) => any;
9
9
  } & {
10
- default?: (props: typeof __VLS_24) => any;
10
+ default?: (props: typeof __VLS_27) => any;
11
11
  };
12
12
  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>;
13
13
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -3,11 +3,11 @@ import type { HTMLAttributes } from "vue";
3
3
  type __VLS_Props = SelectItemProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_12: {}, __VLS_24: {};
6
+ declare var __VLS_14: {}, __VLS_27: {};
7
7
  type __VLS_Slots = {} & {
8
- 'indicator-icon'?: (props: typeof __VLS_12) => any;
8
+ 'indicator-icon'?: (props: typeof __VLS_14) => any;
9
9
  } & {
10
- default?: (props: typeof __VLS_24) => any;
10
+ default?: (props: typeof __VLS_27) => any;
11
11
  };
12
12
  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>;
13
13
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -1,7 +1,7 @@
1
1
  import type { SelectItemTextProps } from "reka-ui";
2
- declare var __VLS_7: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_7) => any;
4
+ default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<SelectItemTextProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectItemTextProps> & 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 { SelectItemTextProps } from "reka-ui";
2
- declare var __VLS_7: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_7) => any;
4
+ default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<SelectItemTextProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectItemTextProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  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 = SelectLabelProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_7: {};
6
+ declare var __VLS_8: {};
7
7
  type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_7) => any;
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 = SelectLabelProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_7: {};
6
+ declare var __VLS_8: {};
7
7
  type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_7) => any;
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 = SelectScrollDownButtonProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_7: {};
6
+ declare var __VLS_8: {};
7
7
  type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_7) => any;
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 = SelectScrollDownButtonProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_7: {};
6
+ declare var __VLS_8: {};
7
7
  type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_7) => any;
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 = SelectScrollUpButtonProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_7: {};
6
+ declare var __VLS_8: {};
7
7
  type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_7) => any;
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 = SelectScrollUpButtonProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  };
6
- declare var __VLS_7: {};
6
+ declare var __VLS_8: {};
7
7
  type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_7) => any;
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>;
@@ -4,9 +4,9 @@ type __VLS_Props = SelectTriggerProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  size?: "sm" | "default";
6
6
  };
7
- declare var __VLS_7: {};
7
+ declare var __VLS_8: {};
8
8
  type __VLS_Slots = {} & {
9
- default?: (props: typeof __VLS_7) => any;
9
+ default?: (props: typeof __VLS_8) => any;
10
10
  };
11
11
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
12
  size: "sm" | "default";
@@ -4,9 +4,9 @@ type __VLS_Props = SelectTriggerProps & {
4
4
  class?: HTMLAttributes["class"];
5
5
  size?: "sm" | "default";
6
6
  };
7
- declare var __VLS_7: {};
7
+ declare var __VLS_8: {};
8
8
  type __VLS_Slots = {} & {
9
- default?: (props: typeof __VLS_7) => any;
9
+ default?: (props: typeof __VLS_8) => any;
10
10
  };
11
11
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
12
12
  size: "sm" | "default";
@@ -1,7 +1,7 @@
1
1
  import type { SelectValueProps } from "reka-ui";
2
- declare var __VLS_7: {};
2
+ declare var __VLS_8: {};
3
3
  type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_7) => any;
4
+ default?: (props: typeof __VLS_8) => any;
5
5
  };
6
6
  declare const __VLS_base: import("vue").DefineComponent<SelectValueProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectValueProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;