@sidekick-coder/zenith-kit 0.3.0 → 0.3.1

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 (389) hide show
  1. package/dist/client/index.d.mts +1 -1
  2. package/dist/server/index.d.mts +4 -4
  3. package/dist/shared/index.d.mts +1 -1
  4. package/package.json +2 -2
  5. package/vite.config.ts +1 -1
  6. package/dist/components/ClientOnly.vue.d.ts +0 -16
  7. package/dist/components/ColorPicker.vue.d.ts +0 -82
  8. package/dist/components/ColorWheel.vue.d.ts +0 -11
  9. package/dist/components/Component.vue.d.ts +0 -28
  10. package/dist/components/DashboardAddWidgetDrawer.vue.d.ts +0 -26
  11. package/dist/components/DashboardBody.vue.d.ts +0 -13
  12. package/dist/components/DashboardDrawer.vue.d.ts +0 -35
  13. package/dist/components/DashboardGridUnitInput.vue.d.ts +0 -67
  14. package/dist/components/DashboardWidget.vue.d.ts +0 -18
  15. package/dist/components/DashboardWidgetActionSetting.vue.d.ts +0 -64
  16. package/dist/components/DatePicker.vue.d.ts +0 -62
  17. package/dist/components/DialogForm.vue.d.ts +0 -83
  18. package/dist/components/FileUploader.vue.d.ts +0 -135
  19. package/dist/components/FormAutoFieldList.vue.d.ts +0 -27
  20. package/dist/components/FormAutocomplete.vue.d.ts +0 -119
  21. package/dist/components/FormColorPicker.vue.d.ts +0 -59
  22. package/dist/components/FormDatePicker.vue.d.ts +0 -50
  23. package/dist/components/FormFilePicker.vue.d.ts +0 -89
  24. package/dist/components/FormFileUploader.vue.d.ts +0 -96
  25. package/dist/components/FormImageUploader.vue.d.ts +0 -115
  26. package/dist/components/FormJsonInput.vue.d.ts +0 -40
  27. package/dist/components/FormSelect.vue.d.ts +0 -60
  28. package/dist/components/FormStringListInput.vue.d.ts +0 -50
  29. package/dist/components/FormSwitch.vue.d.ts +0 -41
  30. package/dist/components/FormTextField.vue.d.ts +0 -123
  31. package/dist/components/FormTextarea.vue.d.ts +0 -41
  32. package/dist/components/Icon.vue.d.ts +0 -16
  33. package/dist/components/Image.vue.d.ts +0 -24
  34. package/dist/components/JsonInput.vue.d.ts +0 -64
  35. package/dist/components/Logo.vue.d.ts +0 -4
  36. package/dist/components/LogoIcon.vue.d.ts +0 -7
  37. package/dist/components/ObjectInspect.vue.d.ts +0 -64
  38. package/dist/components/PageCrud.vue.d.ts +0 -68
  39. package/dist/components/PageSubtitle.vue.d.ts +0 -26
  40. package/dist/components/PageTable.vue.d.ts +0 -14
  41. package/dist/components/PageTitle.vue.d.ts +0 -26
  42. package/dist/components/StringListInput.vue.d.ts +0 -43
  43. package/dist/components/TextField.vue.d.ts +0 -146
  44. package/dist/components/UserMenu.vue.d.ts +0 -21
  45. package/dist/components/ZAlert.vue.d.ts +0 -39
  46. package/dist/components/ZAlertButton.vue.d.ts +0 -80
  47. package/dist/components/ZButton.vue.d.ts +0 -95
  48. package/dist/components/ZDataTable.vue.d.ts +0 -53
  49. package/dist/components/ZDataTablePagination.vue.d.ts +0 -28
  50. package/dist/components/ZDialogForm.vue.d.ts +0 -76
  51. package/dist/components/ZPagination.vue.d.ts +0 -16
  52. package/dist/components/ZSelect.vue.d.ts +0 -189
  53. package/dist/components/ZSwitch.vue.d.ts +0 -25
  54. package/dist/components/ZTextarea.vue.d.ts +0 -31
  55. package/dist/components/index.d.ts +0 -681
  56. package/dist/components/ui/accordion/Accordion.vue.d.ts +0 -20
  57. package/dist/components/ui/accordion/AccordionContent.vue.d.ts +0 -18
  58. package/dist/components/ui/accordion/AccordionItem.vue.d.ts +0 -18
  59. package/dist/components/ui/accordion/AccordionTrigger.vue.d.ts +0 -20
  60. package/dist/components/ui/accordion/index.d.ts +0 -4
  61. package/dist/components/ui/alert/Alert.vue.d.ts +0 -19
  62. package/dist/components/ui/alert/AlertDescription.vue.d.ts +0 -17
  63. package/dist/components/ui/alert/AlertTitle.vue.d.ts +0 -17
  64. package/dist/components/ui/alert/index.d.ts +0 -9
  65. package/dist/components/ui/alert-dialog/AlertDialog.vue.d.ts +0 -19
  66. package/dist/components/ui/alert-dialog/AlertDialogAction.vue.d.ts +0 -18
  67. package/dist/components/ui/alert-dialog/AlertDialogCancel.vue.d.ts +0 -18
  68. package/dist/components/ui/alert-dialog/AlertDialogContent.vue.d.ts +0 -32
  69. package/dist/components/ui/alert-dialog/AlertDialogDescription.vue.d.ts +0 -18
  70. package/dist/components/ui/alert-dialog/AlertDialogFooter.vue.d.ts +0 -17
  71. package/dist/components/ui/alert-dialog/AlertDialogHeader.vue.d.ts +0 -17
  72. package/dist/components/ui/alert-dialog/AlertDialogTitle.vue.d.ts +0 -18
  73. package/dist/components/ui/alert-dialog/AlertDialogTrigger.vue.d.ts +0 -15
  74. package/dist/components/ui/alert-dialog/index.d.ts +0 -9
  75. package/dist/components/ui/aspect-ratio/AspectRatio.vue.d.ts +0 -15
  76. package/dist/components/ui/aspect-ratio/index.d.ts +0 -1
  77. package/dist/components/ui/avatar/Avatar.vue.d.ts +0 -17
  78. package/dist/components/ui/avatar/AvatarFallback.vue.d.ts +0 -18
  79. package/dist/components/ui/avatar/AvatarImage.vue.d.ts +0 -15
  80. package/dist/components/ui/avatar/index.d.ts +0 -3
  81. package/dist/components/ui/badge/Badge.vue.d.ts +0 -20
  82. package/dist/components/ui/badge/index.d.ts +0 -7
  83. package/dist/components/ui/breadcrumb/Breadcrumb.vue.d.ts +0 -17
  84. package/dist/components/ui/breadcrumb/BreadcrumbEllipsis.vue.d.ts +0 -17
  85. package/dist/components/ui/breadcrumb/BreadcrumbItem.vue.d.ts +0 -17
  86. package/dist/components/ui/breadcrumb/BreadcrumbLink.vue.d.ts +0 -20
  87. package/dist/components/ui/breadcrumb/BreadcrumbList.vue.d.ts +0 -17
  88. package/dist/components/ui/breadcrumb/BreadcrumbPage.vue.d.ts +0 -17
  89. package/dist/components/ui/breadcrumb/BreadcrumbSeparator.vue.d.ts +0 -17
  90. package/dist/components/ui/breadcrumb/index.d.ts +0 -7
  91. package/dist/components/ui/button/Button.vue.d.ts +0 -23
  92. package/dist/components/ui/button/index.d.ts +0 -8
  93. package/dist/components/ui/calendar/Calendar.vue.d.ts +0 -14
  94. package/dist/components/ui/calendar/CalendarCell.vue.d.ts +0 -18
  95. package/dist/components/ui/calendar/CalendarCellTrigger.vue.d.ts +0 -20
  96. package/dist/components/ui/calendar/CalendarGrid.vue.d.ts +0 -18
  97. package/dist/components/ui/calendar/CalendarGridBody.vue.d.ts +0 -15
  98. package/dist/components/ui/calendar/CalendarGridHead.vue.d.ts +0 -18
  99. package/dist/components/ui/calendar/CalendarGridRow.vue.d.ts +0 -18
  100. package/dist/components/ui/calendar/CalendarHeadCell.vue.d.ts +0 -18
  101. package/dist/components/ui/calendar/CalendarHeader.vue.d.ts +0 -18
  102. package/dist/components/ui/calendar/CalendarHeading.vue.d.ts +0 -19
  103. package/dist/components/ui/calendar/CalendarNextButton.vue.d.ts +0 -18
  104. package/dist/components/ui/calendar/CalendarPrevButton.vue.d.ts +0 -18
  105. package/dist/components/ui/calendar/index.d.ts +0 -12
  106. package/dist/components/ui/card/Card.vue.d.ts +0 -18
  107. package/dist/components/ui/card/CardAction.vue.d.ts +0 -17
  108. package/dist/components/ui/card/CardContent.vue.d.ts +0 -17
  109. package/dist/components/ui/card/CardDescription.vue.d.ts +0 -17
  110. package/dist/components/ui/card/CardFooter.vue.d.ts +0 -17
  111. package/dist/components/ui/card/CardHeader.vue.d.ts +0 -17
  112. package/dist/components/ui/card/CardTitle.vue.d.ts +0 -17
  113. package/dist/components/ui/card/index.d.ts +0 -7
  114. package/dist/components/ui/carousel/Carousel.vue.d.ts +0 -39
  115. package/dist/components/ui/carousel/CarouselContent.vue.d.ts +0 -15
  116. package/dist/components/ui/carousel/CarouselItem.vue.d.ts +0 -15
  117. package/dist/components/ui/carousel/CarouselNext.vue.d.ts +0 -23
  118. package/dist/components/ui/carousel/CarouselPrevious.vue.d.ts +0 -23
  119. package/dist/components/ui/carousel/index.d.ts +0 -7
  120. package/dist/components/ui/carousel/interface.d.ts +0 -19
  121. package/dist/components/ui/carousel/useCarousel.d.ts +0 -22
  122. package/dist/components/ui/checkbox/Checkbox.vue.d.ts +0 -22
  123. package/dist/components/ui/checkbox/index.d.ts +0 -1
  124. package/dist/components/ui/collapsible/Collapsible.vue.d.ts +0 -21
  125. package/dist/components/ui/collapsible/CollapsibleContent.vue.d.ts +0 -15
  126. package/dist/components/ui/collapsible/CollapsibleTrigger.vue.d.ts +0 -15
  127. package/dist/components/ui/collapsible/index.d.ts +0 -3
  128. package/dist/components/ui/combobox/Combobox.vue.d.ts +0 -30
  129. package/dist/components/ui/combobox/ComboboxAnchor.vue.d.ts +0 -18
  130. package/dist/components/ui/combobox/ComboboxEmpty.vue.d.ts +0 -18
  131. package/dist/components/ui/combobox/ComboboxGroup.vue.d.ts +0 -19
  132. package/dist/components/ui/combobox/ComboboxInput.vue.d.ts +0 -22
  133. package/dist/components/ui/combobox/ComboboxItem.vue.d.ts +0 -22
  134. package/dist/components/ui/combobox/ComboboxItemIndicator.vue.d.ts +0 -18
  135. package/dist/components/ui/combobox/ComboboxList.vue.d.ts +0 -36
  136. package/dist/components/ui/combobox/ComboboxSeparator.vue.d.ts +0 -18
  137. package/dist/components/ui/combobox/ComboboxTrigger.vue.d.ts +0 -18
  138. package/dist/components/ui/combobox/ComboboxViewport.vue.d.ts +0 -18
  139. package/dist/components/ui/combobox/index.d.ts +0 -11
  140. package/dist/components/ui/command/Command.vue.d.ts +0 -36
  141. package/dist/components/ui/command/CommandDialog.vue.d.ts +0 -26
  142. package/dist/components/ui/command/CommandEmpty.vue.d.ts +0 -18
  143. package/dist/components/ui/command/CommandGroup.vue.d.ts +0 -19
  144. package/dist/components/ui/command/CommandInput.vue.d.ts +0 -8
  145. package/dist/components/ui/command/CommandItem.vue.d.ts +0 -22
  146. package/dist/components/ui/command/CommandList.vue.d.ts +0 -18
  147. package/dist/components/ui/command/CommandSeparator.vue.d.ts +0 -18
  148. package/dist/components/ui/command/CommandShortcut.vue.d.ts +0 -17
  149. package/dist/components/ui/command/index.d.ts +0 -90
  150. package/dist/components/ui/context-menu/ContextMenu.vue.d.ts +0 -19
  151. package/dist/components/ui/context-menu/ContextMenuCheckboxItem.vue.d.ts +0 -24
  152. package/dist/components/ui/context-menu/ContextMenuContent.vue.d.ts +0 -30
  153. package/dist/components/ui/context-menu/ContextMenuGroup.vue.d.ts +0 -15
  154. package/dist/components/ui/context-menu/ContextMenuItem.vue.d.ts +0 -26
  155. package/dist/components/ui/context-menu/ContextMenuLabel.vue.d.ts +0 -19
  156. package/dist/components/ui/context-menu/ContextMenuRadioGroup.vue.d.ts +0 -19
  157. package/dist/components/ui/context-menu/ContextMenuRadioItem.vue.d.ts +0 -22
  158. package/dist/components/ui/context-menu/ContextMenuSeparator.vue.d.ts +0 -8
  159. package/dist/components/ui/context-menu/ContextMenuShortcut.vue.d.ts +0 -17
  160. package/dist/components/ui/context-menu/ContextMenuSub.vue.d.ts +0 -19
  161. package/dist/components/ui/context-menu/ContextMenuSubContent.vue.d.ts +0 -34
  162. package/dist/components/ui/context-menu/ContextMenuSubTrigger.vue.d.ts +0 -19
  163. package/dist/components/ui/context-menu/ContextMenuTrigger.vue.d.ts +0 -15
  164. package/dist/components/ui/context-menu/index.d.ts +0 -14
  165. package/dist/components/ui/dialog/Dialog.vue.d.ts +0 -19
  166. package/dist/components/ui/dialog/DialogClose.vue.d.ts +0 -15
  167. package/dist/components/ui/dialog/DialogContent.vue.d.ts +0 -33
  168. package/dist/components/ui/dialog/DialogDescription.vue.d.ts +0 -18
  169. package/dist/components/ui/dialog/DialogFooter.vue.d.ts +0 -17
  170. package/dist/components/ui/dialog/DialogHeader.vue.d.ts +0 -17
  171. package/dist/components/ui/dialog/DialogOverlay.vue.d.ts +0 -18
  172. package/dist/components/ui/dialog/DialogScrollContent.vue.d.ts +0 -32
  173. package/dist/components/ui/dialog/DialogTitle.vue.d.ts +0 -18
  174. package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +0 -15
  175. package/dist/components/ui/dialog/index.d.ts +0 -10
  176. package/dist/components/ui/drawer/Drawer.vue.d.ts +0 -31
  177. package/dist/components/ui/drawer/DrawerClose.vue.d.ts +0 -15
  178. package/dist/components/ui/drawer/DrawerContent.vue.d.ts +0 -32
  179. package/dist/components/ui/drawer/DrawerDescription.vue.d.ts +0 -18
  180. package/dist/components/ui/drawer/DrawerFooter.vue.d.ts +0 -17
  181. package/dist/components/ui/drawer/DrawerHeader.vue.d.ts +0 -17
  182. package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts +0 -8
  183. package/dist/components/ui/drawer/DrawerTitle.vue.d.ts +0 -18
  184. package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts +0 -15
  185. package/dist/components/ui/drawer/index.d.ts +0 -9
  186. package/dist/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +0 -19
  187. package/dist/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +0 -24
  188. package/dist/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +0 -32
  189. package/dist/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +0 -15
  190. package/dist/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +0 -22
  191. package/dist/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +0 -19
  192. package/dist/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +0 -19
  193. package/dist/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +0 -22
  194. package/dist/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +0 -8
  195. package/dist/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +0 -17
  196. package/dist/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +0 -19
  197. package/dist/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +0 -34
  198. package/dist/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +0 -19
  199. package/dist/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +0 -15
  200. package/dist/components/ui/dropdown-menu/index.d.ts +0 -15
  201. package/dist/components/ui/form/FormControl.vue.d.ts +0 -14
  202. package/dist/components/ui/form/FormDescription.vue.d.ts +0 -17
  203. package/dist/components/ui/form/FormItem.vue.d.ts +0 -17
  204. package/dist/components/ui/form/FormLabel.vue.d.ts +0 -18
  205. package/dist/components/ui/form/FormMessage.vue.d.ts +0 -7
  206. package/dist/components/ui/form/index.d.ts +0 -7
  207. package/dist/components/ui/form/injectionKeys.d.ts +0 -2
  208. package/dist/components/ui/form/useFormField.d.ts +0 -12
  209. package/dist/components/ui/hover-card/HoverCard.vue.d.ts +0 -19
  210. package/dist/components/ui/hover-card/HoverCardContent.vue.d.ts +0 -20
  211. package/dist/components/ui/hover-card/HoverCardTrigger.vue.d.ts +0 -15
  212. package/dist/components/ui/hover-card/index.d.ts +0 -3
  213. package/dist/components/ui/input/Input.vue.d.ts +0 -13
  214. package/dist/components/ui/input/index.d.ts +0 -1
  215. package/dist/components/ui/label/Label.vue.d.ts +0 -18
  216. package/dist/components/ui/label/index.d.ts +0 -1
  217. package/dist/components/ui/menubar/Menubar.vue.d.ts +0 -22
  218. package/dist/components/ui/menubar/MenubarCheckboxItem.vue.d.ts +0 -24
  219. package/dist/components/ui/menubar/MenubarContent.vue.d.ts +0 -22
  220. package/dist/components/ui/menubar/MenubarGroup.vue.d.ts +0 -15
  221. package/dist/components/ui/menubar/MenubarItem.vue.d.ts +0 -24
  222. package/dist/components/ui/menubar/MenubarLabel.vue.d.ts +0 -19
  223. package/dist/components/ui/menubar/MenubarMenu.vue.d.ts +0 -15
  224. package/dist/components/ui/menubar/MenubarRadioGroup.vue.d.ts +0 -19
  225. package/dist/components/ui/menubar/MenubarRadioItem.vue.d.ts +0 -22
  226. package/dist/components/ui/menubar/MenubarSeparator.vue.d.ts +0 -8
  227. package/dist/components/ui/menubar/MenubarShortcut.vue.d.ts +0 -17
  228. package/dist/components/ui/menubar/MenubarSub.vue.d.ts +0 -22
  229. package/dist/components/ui/menubar/MenubarSubContent.vue.d.ts +0 -34
  230. package/dist/components/ui/menubar/MenubarSubTrigger.vue.d.ts +0 -19
  231. package/dist/components/ui/menubar/MenubarTrigger.vue.d.ts +0 -18
  232. package/dist/components/ui/menubar/index.d.ts +0 -15
  233. package/dist/components/ui/navigation-menu/NavigationMenu.vue.d.ts +0 -25
  234. package/dist/components/ui/navigation-menu/NavigationMenuContent.vue.d.ts +0 -28
  235. package/dist/components/ui/navigation-menu/NavigationMenuIndicator.vue.d.ts +0 -8
  236. package/dist/components/ui/navigation-menu/NavigationMenuItem.vue.d.ts +0 -18
  237. package/dist/components/ui/navigation-menu/NavigationMenuLink.vue.d.ts +0 -26
  238. package/dist/components/ui/navigation-menu/NavigationMenuList.vue.d.ts +0 -18
  239. package/dist/components/ui/navigation-menu/NavigationMenuTrigger.vue.d.ts +0 -18
  240. package/dist/components/ui/navigation-menu/NavigationMenuViewport.vue.d.ts +0 -8
  241. package/dist/components/ui/navigation-menu/index.d.ts +0 -10
  242. package/dist/components/ui/number-field/NumberField.vue.d.ts +0 -22
  243. package/dist/components/ui/number-field/NumberFieldContent.vue.d.ts +0 -17
  244. package/dist/components/ui/number-field/NumberFieldDecrement.vue.d.ts +0 -18
  245. package/dist/components/ui/number-field/NumberFieldIncrement.vue.d.ts +0 -18
  246. package/dist/components/ui/number-field/NumberFieldInput.vue.d.ts +0 -7
  247. package/dist/components/ui/number-field/index.d.ts +0 -5
  248. package/dist/components/ui/pagination/Pagination.vue.d.ts +0 -22
  249. package/dist/components/ui/pagination/PaginationContent.vue.d.ts +0 -18
  250. package/dist/components/ui/pagination/PaginationEllipsis.vue.d.ts +0 -18
  251. package/dist/components/ui/pagination/PaginationFirst.vue.d.ts +0 -22
  252. package/dist/components/ui/pagination/PaginationItem.vue.d.ts +0 -23
  253. package/dist/components/ui/pagination/PaginationLast.vue.d.ts +0 -22
  254. package/dist/components/ui/pagination/PaginationNext.vue.d.ts +0 -22
  255. package/dist/components/ui/pagination/PaginationPrevious.vue.d.ts +0 -22
  256. package/dist/components/ui/pagination/index.d.ts +0 -8
  257. package/dist/components/ui/pin-input/PinInput.vue.d.ts +0 -24
  258. package/dist/components/ui/pin-input/PinInputGroup.vue.d.ts +0 -18
  259. package/dist/components/ui/pin-input/PinInputSeparator.vue.d.ts +0 -15
  260. package/dist/components/ui/pin-input/PinInputSlot.vue.d.ts +0 -8
  261. package/dist/components/ui/pin-input/index.d.ts +0 -4
  262. package/dist/components/ui/popover/Popover.vue.d.ts +0 -19
  263. package/dist/components/ui/popover/PopoverAnchor.vue.d.ts +0 -15
  264. package/dist/components/ui/popover/PopoverContent.vue.d.ts +0 -35
  265. package/dist/components/ui/popover/PopoverTrigger.vue.d.ts +0 -15
  266. package/dist/components/ui/popover/index.d.ts +0 -4
  267. package/dist/components/ui/progress/Progress.vue.d.ts +0 -10
  268. package/dist/components/ui/progress/index.d.ts +0 -1
  269. package/dist/components/ui/radio-group/RadioGroup.vue.d.ts +0 -22
  270. package/dist/components/ui/radio-group/RadioGroupItem.vue.d.ts +0 -8
  271. package/dist/components/ui/radio-group/index.d.ts +0 -2
  272. package/dist/components/ui/range-calendar/RangeCalendar.vue.d.ts +0 -18
  273. package/dist/components/ui/range-calendar/RangeCalendarCell.vue.d.ts +0 -18
  274. package/dist/components/ui/range-calendar/RangeCalendarCellTrigger.vue.d.ts +0 -20
  275. package/dist/components/ui/range-calendar/RangeCalendarGrid.vue.d.ts +0 -18
  276. package/dist/components/ui/range-calendar/RangeCalendarGridBody.vue.d.ts +0 -15
  277. package/dist/components/ui/range-calendar/RangeCalendarGridHead.vue.d.ts +0 -15
  278. package/dist/components/ui/range-calendar/RangeCalendarGridRow.vue.d.ts +0 -18
  279. package/dist/components/ui/range-calendar/RangeCalendarHeadCell.vue.d.ts +0 -18
  280. package/dist/components/ui/range-calendar/RangeCalendarHeader.vue.d.ts +0 -18
  281. package/dist/components/ui/range-calendar/RangeCalendarHeading.vue.d.ts +0 -19
  282. package/dist/components/ui/range-calendar/RangeCalendarNextButton.vue.d.ts +0 -18
  283. package/dist/components/ui/range-calendar/RangeCalendarPrevButton.vue.d.ts +0 -18
  284. package/dist/components/ui/range-calendar/index.d.ts +0 -12
  285. package/dist/components/ui/resizable/ResizableHandle.vue.d.ts +0 -13
  286. package/dist/components/ui/resizable/ResizablePanel.vue.d.ts +0 -23
  287. package/dist/components/ui/resizable/ResizablePanelGroup.vue.d.ts +0 -22
  288. package/dist/components/ui/resizable/index.d.ts +0 -3
  289. package/dist/components/ui/scroll-area/ScrollArea.vue.d.ts +0 -18
  290. package/dist/components/ui/scroll-area/ScrollBar.vue.d.ts +0 -10
  291. package/dist/components/ui/scroll-area/index.d.ts +0 -2
  292. package/dist/components/ui/select/Select.vue.d.ts +0 -22
  293. package/dist/components/ui/select/SelectContent.vue.d.ts +0 -32
  294. package/dist/components/ui/select/SelectGroup.vue.d.ts +0 -15
  295. package/dist/components/ui/select/SelectItem.vue.d.ts +0 -18
  296. package/dist/components/ui/select/SelectItemText.vue.d.ts +0 -15
  297. package/dist/components/ui/select/SelectLabel.vue.d.ts +0 -18
  298. package/dist/components/ui/select/SelectScrollDownButton.vue.d.ts +0 -18
  299. package/dist/components/ui/select/SelectScrollUpButton.vue.d.ts +0 -18
  300. package/dist/components/ui/select/SelectSeparator.vue.d.ts +0 -8
  301. package/dist/components/ui/select/SelectTrigger.vue.d.ts +0 -21
  302. package/dist/components/ui/select/SelectValue.vue.d.ts +0 -15
  303. package/dist/components/ui/select/index.d.ts +0 -11
  304. package/dist/components/ui/separator/index.d.ts +0 -1
  305. package/dist/components/ui/sheet/Sheet.vue.d.ts +0 -19
  306. package/dist/components/ui/sheet/SheetClose.vue.d.ts +0 -15
  307. package/dist/components/ui/sheet/SheetContent.vue.d.ts +0 -35
  308. package/dist/components/ui/sheet/SheetDescription.vue.d.ts +0 -18
  309. package/dist/components/ui/sheet/SheetFooter.vue.d.ts +0 -17
  310. package/dist/components/ui/sheet/SheetHeader.vue.d.ts +0 -17
  311. package/dist/components/ui/sheet/SheetOverlay.vue.d.ts +0 -18
  312. package/dist/components/ui/sheet/SheetTitle.vue.d.ts +0 -18
  313. package/dist/components/ui/sheet/SheetTrigger.vue.d.ts +0 -15
  314. package/dist/components/ui/sheet/index.d.ts +0 -8
  315. package/dist/components/ui/sidebar/Sidebar.vue.d.ts +0 -23
  316. package/dist/components/ui/sidebar/SidebarContent.vue.d.ts +0 -17
  317. package/dist/components/ui/sidebar/SidebarFooter.vue.d.ts +0 -17
  318. package/dist/components/ui/sidebar/SidebarGroup.vue.d.ts +0 -17
  319. package/dist/components/ui/sidebar/SidebarGroupAction.vue.d.ts +0 -18
  320. package/dist/components/ui/sidebar/SidebarGroupContent.vue.d.ts +0 -17
  321. package/dist/components/ui/sidebar/SidebarGroupLabel.vue.d.ts +0 -18
  322. package/dist/components/ui/sidebar/SidebarHeader.vue.d.ts +0 -17
  323. package/dist/components/ui/sidebar/SidebarInput.vue.d.ts +0 -17
  324. package/dist/components/ui/sidebar/SidebarInset.vue.d.ts +0 -17
  325. package/dist/components/ui/sidebar/SidebarMenu.vue.d.ts +0 -17
  326. package/dist/components/ui/sidebar/SidebarMenuAction.vue.d.ts +0 -21
  327. package/dist/components/ui/sidebar/SidebarMenuBadge.vue.d.ts +0 -17
  328. package/dist/components/ui/sidebar/SidebarMenuButton.vue.d.ts +0 -25
  329. package/dist/components/ui/sidebar/SidebarMenuButtonChild.vue.d.ts +0 -26
  330. package/dist/components/ui/sidebar/SidebarMenuItem.vue.d.ts +0 -17
  331. package/dist/components/ui/sidebar/SidebarMenuSkeleton.vue.d.ts +0 -8
  332. package/dist/components/ui/sidebar/SidebarMenuSub.vue.d.ts +0 -17
  333. package/dist/components/ui/sidebar/SidebarMenuSubButton.vue.d.ts +0 -23
  334. package/dist/components/ui/sidebar/SidebarMenuSubItem.vue.d.ts +0 -17
  335. package/dist/components/ui/sidebar/SidebarProvider.vue.d.ts +0 -26
  336. package/dist/components/ui/sidebar/SidebarRail.vue.d.ts +0 -17
  337. package/dist/components/ui/sidebar/SidebarSeparator.vue.d.ts +0 -17
  338. package/dist/components/ui/sidebar/SidebarTrigger.vue.d.ts +0 -7
  339. package/dist/components/ui/sidebar/index.d.ts +0 -38
  340. package/dist/components/ui/sidebar/utils.d.ts +0 -56
  341. package/dist/components/ui/skeleton/Skeleton.vue.d.ts +0 -7
  342. package/dist/components/ui/skeleton/index.d.ts +0 -1
  343. package/dist/components/ui/slider/Slider.vue.d.ts +0 -14
  344. package/dist/components/ui/slider/index.d.ts +0 -1
  345. package/dist/components/ui/sonner/Sonner.vue.d.ts +0 -5
  346. package/dist/components/ui/sonner/index.d.ts +0 -1
  347. package/dist/components/ui/stepper/Stepper.vue.d.ts +0 -22
  348. package/dist/components/ui/stepper/StepperDescription.vue.d.ts +0 -18
  349. package/dist/components/ui/stepper/StepperIndicator.vue.d.ts +0 -18
  350. package/dist/components/ui/stepper/StepperItem.vue.d.ts +0 -18
  351. package/dist/components/ui/stepper/StepperSeparator.vue.d.ts +0 -8
  352. package/dist/components/ui/stepper/StepperTitle.vue.d.ts +0 -18
  353. package/dist/components/ui/stepper/StepperTrigger.vue.d.ts +0 -18
  354. package/dist/components/ui/stepper/index.d.ts +0 -7
  355. package/dist/components/ui/switch/Switch.vue.d.ts +0 -22
  356. package/dist/components/ui/switch/index.d.ts +0 -1
  357. package/dist/components/ui/table/Table.vue.d.ts +0 -18
  358. package/dist/components/ui/table/TableBody.vue.d.ts +0 -17
  359. package/dist/components/ui/table/TableCaption.vue.d.ts +0 -17
  360. package/dist/components/ui/table/TableCell.vue.d.ts +0 -17
  361. package/dist/components/ui/table/TableEmpty.vue.d.ts +0 -20
  362. package/dist/components/ui/table/TableFooter.vue.d.ts +0 -17
  363. package/dist/components/ui/table/TableHead.vue.d.ts +0 -17
  364. package/dist/components/ui/table/TableHeader.vue.d.ts +0 -17
  365. package/dist/components/ui/table/TableRow.vue.d.ts +0 -17
  366. package/dist/components/ui/table/index.d.ts +0 -9
  367. package/dist/components/ui/table/utils.d.ts +0 -3
  368. package/dist/components/ui/tabs/TabsContent.vue.d.ts +0 -18
  369. package/dist/components/ui/tabs/TabsList.vue.d.ts +0 -18
  370. package/dist/components/ui/tabs/TabsTrigger.vue.d.ts +0 -18
  371. package/dist/components/ui/tabs/index.d.ts +0 -4
  372. package/dist/components/ui/tags-input/TagsInput.vue.d.ts +0 -28
  373. package/dist/components/ui/tags-input/TagsInputInput.vue.d.ts +0 -8
  374. package/dist/components/ui/tags-input/TagsInputItem.vue.d.ts +0 -18
  375. package/dist/components/ui/tags-input/TagsInputItemDelete.vue.d.ts +0 -18
  376. package/dist/components/ui/tags-input/TagsInputItemText.vue.d.ts +0 -8
  377. package/dist/components/ui/tags-input/index.d.ts +0 -5
  378. package/dist/components/ui/textarea/Textarea.vue.d.ts +0 -13
  379. package/dist/components/ui/textarea/index.d.ts +0 -1
  380. package/dist/components/ui/toggle/Toggle.vue.d.ts +0 -29
  381. package/dist/components/ui/toggle/index.d.ts +0 -8
  382. package/dist/components/ui/toggle-group/ToggleGroup.vue.d.ts +0 -27
  383. package/dist/components/ui/toggle-group/ToggleGroupItem.vue.d.ts +0 -23
  384. package/dist/components/ui/toggle-group/index.d.ts +0 -2
  385. package/dist/components/ui/tooltip/Tooltip.vue.d.ts +0 -19
  386. package/dist/components/ui/tooltip/TooltipContent.vue.d.ts +0 -26
  387. package/dist/components/ui/tooltip/TooltipProvider.vue.d.ts +0 -17
  388. package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts +0 -15
  389. package/dist/components/ui/tooltip/index.d.ts +0 -4
@@ -1,22 +0,0 @@
1
- import { PaginationLastProps } from 'reka-ui';
2
- import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- import { ButtonVariants } from '../button';
4
- type __VLS_Props = PaginationLastProps & {
5
- size?: ButtonVariants["size"];
6
- class?: HTMLAttributes["class"];
7
- };
8
- declare var __VLS_8: {};
9
- type __VLS_Slots = {} & {
10
- default?: (props: typeof __VLS_8) => any;
11
- };
12
- declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
- size: "sm" | "lg" | "default" | "icon" | null;
14
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
15
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
- declare const _default: typeof __VLS_export;
17
- export default _default;
18
- type __VLS_WithSlots<T, S> = T & {
19
- new (): {
20
- $slots: S;
21
- };
22
- };
@@ -1,22 +0,0 @@
1
- import { PaginationNextProps } from 'reka-ui';
2
- import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- import { ButtonVariants } from '../button';
4
- type __VLS_Props = PaginationNextProps & {
5
- size?: ButtonVariants["size"];
6
- class?: HTMLAttributes["class"];
7
- };
8
- declare var __VLS_8: {};
9
- type __VLS_Slots = {} & {
10
- default?: (props: typeof __VLS_8) => any;
11
- };
12
- declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
- size: "sm" | "lg" | "default" | "icon" | null;
14
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
15
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
- declare const _default: typeof __VLS_export;
17
- export default _default;
18
- type __VLS_WithSlots<T, S> = T & {
19
- new (): {
20
- $slots: S;
21
- };
22
- };
@@ -1,22 +0,0 @@
1
- import { PaginationPrevProps } from 'reka-ui';
2
- import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- import { ButtonVariants } from '../button';
4
- type __VLS_Props = PaginationPrevProps & {
5
- size?: ButtonVariants["size"];
6
- class?: HTMLAttributes["class"];
7
- };
8
- declare var __VLS_8: {};
9
- type __VLS_Slots = {} & {
10
- default?: (props: typeof __VLS_8) => any;
11
- };
12
- declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
- size: "sm" | "lg" | "default" | "icon" | null;
14
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
15
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
- declare const _default: typeof __VLS_export;
17
- export default _default;
18
- type __VLS_WithSlots<T, S> = T & {
19
- new (): {
20
- $slots: S;
21
- };
22
- };
@@ -1,8 +0,0 @@
1
- export { default as Pagination } from './Pagination.vue';
2
- export { default as PaginationContent } from './PaginationContent.vue';
3
- export { default as PaginationEllipsis } from './PaginationEllipsis.vue';
4
- export { default as PaginationFirst } from './PaginationFirst.vue';
5
- export { default as PaginationItem } from './PaginationItem.vue';
6
- export { default as PaginationLast } from './PaginationLast.vue';
7
- export { default as PaginationNext } from './PaginationNext.vue';
8
- export { default as PaginationPrevious } from './PaginationPrevious.vue';
@@ -1,24 +0,0 @@
1
- import { PinInputRootProps } from 'reka-ui';
2
- import { HTMLAttributes, PublicProps, VNode } 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_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
- props: __VLS_PrettifyLocal<(PinInputRootProps<Type> & {
5
- class?: HTMLAttributes["class"];
6
- }) & __VLS_EmitsToProps<__VLS_NormalizeEmits<((evt: "update:modelValue", value: [Type] extends ["number"] ? number[] : string[]) => void) & ((evt: "complete", value: [Type] extends ["number"] ? number[] : string[]) => void)>>> & PublicProps & (typeof globalThis extends {
7
- __VLS_PROPS_FALLBACK: infer P;
8
- } ? P : {});
9
- expose: (exposed: {}) => void;
10
- attrs: any;
11
- slots: {
12
- default?: (props: {}) => any;
13
- };
14
- emit: ((evt: "update:modelValue", value: [Type] extends ["number"] ? number[] : string[]) => void) & ((evt: "complete", value: [Type] extends ["number"] ? number[] : string[]) => void);
15
- }>) => VNode & {
16
- __ctx?: Awaited<typeof __VLS_setup>;
17
- };
18
- declare const _default: typeof __VLS_export;
19
- export default _default;
20
- type __VLS_PrettifyLocal<T> = (T extends any ? {
21
- [K in keyof T]: T[K];
22
- } : {
23
- [K in keyof T as K]: T[K];
24
- }) & {};
@@ -1,18 +0,0 @@
1
- import { PrimitiveProps } from 'reka-ui';
2
- import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- type __VLS_Props = PrimitiveProps & {
4
- class?: HTMLAttributes["class"];
5
- };
6
- declare var __VLS_8: {};
7
- type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_8) => any;
9
- };
10
- declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, 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
- };
@@ -1,15 +0,0 @@
1
- import { PrimitiveProps } from 'reka-ui';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare var __VLS_8: {};
4
- type __VLS_Slots = {} & {
5
- default?: (props: typeof __VLS_8) => any;
6
- };
7
- declare const __VLS_base: DefineComponent<PrimitiveProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PrimitiveProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
- declare const _default: typeof __VLS_export;
10
- export default _default;
11
- type __VLS_WithSlots<T, S> = T & {
12
- new (): {
13
- $slots: S;
14
- };
15
- };
@@ -1,8 +0,0 @@
1
- import { PinInputInputProps } from 'reka-ui';
2
- import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- type __VLS_Props = PinInputInputProps & {
4
- class?: HTMLAttributes["class"];
5
- };
6
- declare const __VLS_export: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
7
- declare const _default: typeof __VLS_export;
8
- export default _default;
@@ -1,4 +0,0 @@
1
- export { default as PinInput } from './PinInput.vue';
2
- export { default as PinInputGroup } from './PinInputGroup.vue';
3
- export { default as PinInputSeparator } from './PinInputSeparator.vue';
4
- export { default as PinInputSlot } from './PinInputSlot.vue';
@@ -1,19 +0,0 @@
1
- import { PopoverRootProps } from 'reka-ui';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare var __VLS_8: {};
4
- type __VLS_Slots = {} & {
5
- default?: (props: typeof __VLS_8) => any;
6
- };
7
- declare const __VLS_base: DefineComponent<PopoverRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
8
- "update:open": (value: boolean) => any;
9
- }, string, PublicProps, Readonly<PopoverRootProps> & Readonly<{
10
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
11
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
12
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
- declare const _default: typeof __VLS_export;
14
- export default _default;
15
- type __VLS_WithSlots<T, S> = T & {
16
- new (): {
17
- $slots: S;
18
- };
19
- };
@@ -1,15 +0,0 @@
1
- import { PopoverAnchorProps } from 'reka-ui';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare var __VLS_8: {};
4
- type __VLS_Slots = {} & {
5
- default?: (props: typeof __VLS_8) => any;
6
- };
7
- declare const __VLS_base: DefineComponent<PopoverAnchorProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
- declare const _default: typeof __VLS_export;
10
- export default _default;
11
- type __VLS_WithSlots<T, S> = T & {
12
- new (): {
13
- $slots: S;
14
- };
15
- };
@@ -1,35 +0,0 @@
1
- import { PopoverContentProps, PointerDownOutsideEvent, FocusOutsideEvent } from 'reka-ui';
2
- import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- type __VLS_Props = PopoverContentProps & {
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: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
11
- escapeKeyDown: (event: KeyboardEvent) => any;
12
- pointerDownOutside: (event: PointerDownOutsideEvent) => any;
13
- focusOutside: (event: FocusOutsideEvent) => any;
14
- interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
15
- openAutoFocus: (event: Event) => any;
16
- closeAutoFocus: (event: Event) => any;
17
- }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
18
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
19
- onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
20
- onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
21
- onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
22
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
23
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
24
- }>, {
25
- align: "end" | "start" | "center";
26
- sideOffset: number;
27
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
28
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
29
- declare const _default: typeof __VLS_export;
30
- export default _default;
31
- type __VLS_WithSlots<T, S> = T & {
32
- new (): {
33
- $slots: S;
34
- };
35
- };
@@ -1,15 +0,0 @@
1
- import { PopoverTriggerProps } from 'reka-ui';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare var __VLS_8: {};
4
- type __VLS_Slots = {} & {
5
- default?: (props: typeof __VLS_8) => any;
6
- };
7
- declare const __VLS_base: DefineComponent<PopoverTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
- declare const _default: typeof __VLS_export;
10
- export default _default;
11
- type __VLS_WithSlots<T, S> = T & {
12
- new (): {
13
- $slots: S;
14
- };
15
- };
@@ -1,4 +0,0 @@
1
- export { default as Popover } from './Popover.vue';
2
- export { default as PopoverAnchor } from './PopoverAnchor.vue';
3
- export { default as PopoverContent } from './PopoverContent.vue';
4
- export { default as PopoverTrigger } from './PopoverTrigger.vue';
@@ -1,10 +0,0 @@
1
- import { ProgressRootProps } from 'reka-ui';
2
- import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- type __VLS_Props = ProgressRootProps & {
4
- class?: HTMLAttributes["class"];
5
- };
6
- declare const __VLS_export: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
- modelValue: number | null;
8
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
9
- declare const _default: typeof __VLS_export;
10
- export default _default;
@@ -1 +0,0 @@
1
- export { default as Progress } from './Progress.vue';
@@ -1,22 +0,0 @@
1
- import { RadioGroupRootProps, AcceptableValue } from 'reka-ui';
2
- import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- type __VLS_Props = RadioGroupRootProps & {
4
- class?: HTMLAttributes["class"];
5
- };
6
- declare var __VLS_8: {};
7
- type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_8) => any;
9
- };
10
- declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
11
- "update:modelValue": (payload: AcceptableValue) => any;
12
- }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
13
- "onUpdate:modelValue"?: ((payload: AcceptableValue) => any) | undefined;
14
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
15
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
- declare const _default: typeof __VLS_export;
17
- export default _default;
18
- type __VLS_WithSlots<T, S> = T & {
19
- new (): {
20
- $slots: S;
21
- };
22
- };
@@ -1,8 +0,0 @@
1
- import { RadioGroupItemProps } from 'reka-ui';
2
- import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- type __VLS_Props = RadioGroupItemProps & {
4
- class?: HTMLAttributes["class"];
5
- };
6
- declare const __VLS_export: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
7
- declare const _default: typeof __VLS_export;
8
- export default _default;
@@ -1,2 +0,0 @@
1
- export { default as RadioGroup } from './RadioGroup.vue';
2
- export { default as RadioGroupItem } from './RadioGroupItem.vue';
@@ -1,18 +0,0 @@
1
- import { RangeCalendarRootProps, DateRange, DateValue } from 'reka-ui';
2
- import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- type __VLS_Props = RangeCalendarRootProps & {
4
- class?: HTMLAttributes["class"];
5
- };
6
- declare const __VLS_export: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7
- "update:modelValue": (date: DateRange) => any;
8
- "update:placeholder": (date: DateValue) => any;
9
- "update:validModelValue": (date: DateRange) => any;
10
- "update:startValue": (date: DateValue | undefined) => any;
11
- }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
12
- "onUpdate:modelValue"?: ((date: DateRange) => any) | undefined;
13
- "onUpdate:placeholder"?: ((date: DateValue) => any) | undefined;
14
- "onUpdate:validModelValue"?: ((date: DateRange) => any) | undefined;
15
- "onUpdate:startValue"?: ((date: DateValue | undefined) => any) | undefined;
16
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
17
- declare const _default: typeof __VLS_export;
18
- export default _default;
@@ -1,18 +0,0 @@
1
- import { RangeCalendarCellProps } from 'reka-ui';
2
- import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- type __VLS_Props = RangeCalendarCellProps & {
4
- class?: HTMLAttributes["class"];
5
- };
6
- declare var __VLS_8: {};
7
- type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_8) => any;
9
- };
10
- declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, 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
- };
@@ -1,20 +0,0 @@
1
- import { RangeCalendarCellTriggerProps, AsTag } from 'reka-ui';
2
- import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, Component, ComponentProvideOptions } from 'vue';
3
- type __VLS_Props = RangeCalendarCellTriggerProps & {
4
- class?: HTMLAttributes["class"];
5
- };
6
- declare var __VLS_8: {};
7
- type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_8) => any;
9
- };
10
- declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
11
- as: AsTag | Component;
12
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
13
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
- declare const _default: typeof __VLS_export;
15
- export default _default;
16
- type __VLS_WithSlots<T, S> = T & {
17
- new (): {
18
- $slots: S;
19
- };
20
- };
@@ -1,18 +0,0 @@
1
- import { RangeCalendarGridProps } from 'reka-ui';
2
- import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- type __VLS_Props = RangeCalendarGridProps & {
4
- class?: HTMLAttributes["class"];
5
- };
6
- declare var __VLS_8: {};
7
- type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_8) => any;
9
- };
10
- declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, 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
- };
@@ -1,15 +0,0 @@
1
- import { RangeCalendarGridBodyProps } from 'reka-ui';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare var __VLS_8: {};
4
- type __VLS_Slots = {} & {
5
- default?: (props: typeof __VLS_8) => any;
6
- };
7
- declare const __VLS_base: DefineComponent<RangeCalendarGridBodyProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RangeCalendarGridBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
- declare const _default: typeof __VLS_export;
10
- export default _default;
11
- type __VLS_WithSlots<T, S> = T & {
12
- new (): {
13
- $slots: S;
14
- };
15
- };
@@ -1,15 +0,0 @@
1
- import { RangeCalendarGridHeadProps } from 'reka-ui';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare var __VLS_8: {};
4
- type __VLS_Slots = {} & {
5
- default?: (props: typeof __VLS_8) => any;
6
- };
7
- declare const __VLS_base: DefineComponent<RangeCalendarGridHeadProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RangeCalendarGridHeadProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
9
- declare const _default: typeof __VLS_export;
10
- export default _default;
11
- type __VLS_WithSlots<T, S> = T & {
12
- new (): {
13
- $slots: S;
14
- };
15
- };
@@ -1,18 +0,0 @@
1
- import { RangeCalendarGridRowProps } from 'reka-ui';
2
- import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- type __VLS_Props = RangeCalendarGridRowProps & {
4
- class?: HTMLAttributes["class"];
5
- };
6
- declare var __VLS_8: {};
7
- type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_8) => any;
9
- };
10
- declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, 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
- };
@@ -1,18 +0,0 @@
1
- import { RangeCalendarHeadCellProps } from 'reka-ui';
2
- import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- type __VLS_Props = RangeCalendarHeadCellProps & {
4
- class?: HTMLAttributes["class"];
5
- };
6
- declare var __VLS_8: {};
7
- type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_8) => any;
9
- };
10
- declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, 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
- };
@@ -1,18 +0,0 @@
1
- import { RangeCalendarHeaderProps } from 'reka-ui';
2
- import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- type __VLS_Props = RangeCalendarHeaderProps & {
4
- class?: HTMLAttributes["class"];
5
- };
6
- declare var __VLS_8: {};
7
- type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_8) => any;
9
- };
10
- declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, 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
- };
@@ -1,19 +0,0 @@
1
- import { RangeCalendarHeadingProps } from 'reka-ui';
2
- import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- type __VLS_Props = RangeCalendarHeadingProps & {
4
- class?: HTMLAttributes["class"];
5
- };
6
- type __VLS_Slots = {
7
- default: (props: {
8
- headingValue: string;
9
- }) => any;
10
- };
11
- declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
12
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
- declare const _default: typeof __VLS_export;
14
- export default _default;
15
- type __VLS_WithSlots<T, S> = T & {
16
- new (): {
17
- $slots: S;
18
- };
19
- };
@@ -1,18 +0,0 @@
1
- import { RangeCalendarNextProps } from 'reka-ui';
2
- import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- type __VLS_Props = RangeCalendarNextProps & {
4
- class?: HTMLAttributes["class"];
5
- };
6
- declare var __VLS_8: {};
7
- type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_8) => any;
9
- };
10
- declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, 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
- };
@@ -1,18 +0,0 @@
1
- import { RangeCalendarPrevProps } from 'reka-ui';
2
- import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- type __VLS_Props = RangeCalendarPrevProps & {
4
- class?: HTMLAttributes["class"];
5
- };
6
- declare var __VLS_8: {};
7
- type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_8) => any;
9
- };
10
- declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, 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
- };
@@ -1,12 +0,0 @@
1
- export { default as RangeCalendar } from './RangeCalendar.vue';
2
- export { default as RangeCalendarCell } from './RangeCalendarCell.vue';
3
- export { default as RangeCalendarCellTrigger } from './RangeCalendarCellTrigger.vue';
4
- export { default as RangeCalendarGrid } from './RangeCalendarGrid.vue';
5
- export { default as RangeCalendarGridBody } from './RangeCalendarGridBody.vue';
6
- export { default as RangeCalendarGridHead } from './RangeCalendarGridHead.vue';
7
- export { default as RangeCalendarGridRow } from './RangeCalendarGridRow.vue';
8
- export { default as RangeCalendarHeadCell } from './RangeCalendarHeadCell.vue';
9
- export { default as RangeCalendarHeader } from './RangeCalendarHeader.vue';
10
- export { default as RangeCalendarHeading } from './RangeCalendarHeading.vue';
11
- export { default as RangeCalendarNextButton } from './RangeCalendarNextButton.vue';
12
- export { default as RangeCalendarPrevButton } from './RangeCalendarPrevButton.vue';
@@ -1,13 +0,0 @@
1
- import { SplitterResizeHandleProps } from 'reka-ui';
2
- import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- type __VLS_Props = SplitterResizeHandleProps & {
4
- class?: HTMLAttributes["class"];
5
- withHandle?: boolean;
6
- };
7
- declare const __VLS_export: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
8
- dragging: (isDragging: boolean) => any;
9
- }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
10
- onDragging?: ((isDragging: boolean) => any) | undefined;
11
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
12
- declare const _default: typeof __VLS_export;
13
- export default _default;
@@ -1,23 +0,0 @@
1
- import { SplitterPanelProps } from 'reka-ui';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- declare var __VLS_8: {};
4
- type __VLS_Slots = {} & {
5
- default?: (props: typeof __VLS_8) => any;
6
- };
7
- declare const __VLS_base: DefineComponent<SplitterPanelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
8
- resize: (size: number, prevSize: number | undefined) => any;
9
- collapse: () => any;
10
- expand: () => any;
11
- }, string, PublicProps, Readonly<SplitterPanelProps> & Readonly<{
12
- onResize?: ((size: number, prevSize: number | undefined) => any) | undefined;
13
- onCollapse?: (() => any) | undefined;
14
- onExpand?: (() => any) | undefined;
15
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
16
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
- declare const _default: typeof __VLS_export;
18
- export default _default;
19
- type __VLS_WithSlots<T, S> = T & {
20
- new (): {
21
- $slots: S;
22
- };
23
- };
@@ -1,22 +0,0 @@
1
- import { SplitterGroupProps } from 'reka-ui';
2
- import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- type __VLS_Props = SplitterGroupProps & {
4
- class?: HTMLAttributes["class"];
5
- };
6
- declare var __VLS_8: {};
7
- type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_8) => any;
9
- };
10
- declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
11
- layout: (val: number[]) => any;
12
- }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
13
- onLayout?: ((val: number[]) => any) | undefined;
14
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
15
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
- declare const _default: typeof __VLS_export;
17
- export default _default;
18
- type __VLS_WithSlots<T, S> = T & {
19
- new (): {
20
- $slots: S;
21
- };
22
- };
@@ -1,3 +0,0 @@
1
- export { default as ResizableHandle } from './ResizableHandle.vue';
2
- export { default as ResizablePanel } from './ResizablePanel.vue';
3
- export { default as ResizablePanelGroup } from './ResizablePanelGroup.vue';