@sidekick-coder/zenith-kit 0.0.17 → 0.3.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 (404) hide show
  1. package/cli/commands/build.js +8 -2
  2. package/commands/release.js +1 -1
  3. package/dist/client/chunk-0Lt9GpW0.mjs +1 -0
  4. package/dist/client/index.d.mts +701 -53
  5. package/dist/client/index.mjs +2 -2
  6. package/dist/components/ClientOnly.vue.d.ts +16 -0
  7. package/dist/components/ColorPicker.vue.d.ts +82 -0
  8. package/dist/components/ColorWheel.vue.d.ts +11 -0
  9. package/dist/components/Component.vue.d.ts +28 -0
  10. package/dist/components/DashboardAddWidgetDrawer.vue.d.ts +26 -0
  11. package/dist/components/DashboardBody.vue.d.ts +13 -0
  12. package/dist/components/DashboardDrawer.vue.d.ts +35 -0
  13. package/dist/components/DashboardGridUnitInput.vue.d.ts +67 -0
  14. package/dist/components/DashboardWidget.vue.d.ts +18 -0
  15. package/dist/components/DashboardWidgetActionSetting.vue.d.ts +64 -0
  16. package/dist/components/DatePicker.vue.d.ts +62 -0
  17. package/dist/components/DialogForm.vue.d.ts +83 -0
  18. package/dist/components/FileUploader.vue.d.ts +135 -0
  19. package/dist/components/FormAutoFieldList.vue.d.ts +27 -0
  20. package/dist/components/FormAutocomplete.vue.d.ts +119 -0
  21. package/dist/components/FormColorPicker.vue.d.ts +59 -0
  22. package/dist/components/FormDatePicker.vue.d.ts +50 -0
  23. package/dist/components/FormFilePicker.vue.d.ts +89 -0
  24. package/dist/components/FormFileUploader.vue.d.ts +96 -0
  25. package/dist/components/FormImageUploader.vue.d.ts +115 -0
  26. package/dist/components/FormJsonInput.vue.d.ts +40 -0
  27. package/dist/components/FormSelect.vue.d.ts +60 -0
  28. package/dist/components/FormStringListInput.vue.d.ts +50 -0
  29. package/dist/components/FormSwitch.vue.d.ts +41 -0
  30. package/dist/components/FormTextField.vue.d.ts +123 -0
  31. package/dist/components/FormTextarea.vue.d.ts +41 -0
  32. package/dist/components/Icon.vue.d.ts +16 -0
  33. package/dist/components/Image.vue.d.ts +24 -0
  34. package/dist/components/JsonInput.vue.d.ts +64 -0
  35. package/dist/components/Logo.vue.d.ts +4 -0
  36. package/dist/components/LogoIcon.vue.d.ts +7 -0
  37. package/dist/components/ObjectInspect.vue.d.ts +64 -0
  38. package/dist/components/PageCrud.vue.d.ts +68 -0
  39. package/dist/components/PageSubtitle.vue.d.ts +26 -0
  40. package/dist/components/PageTable.vue.d.ts +14 -0
  41. package/dist/components/PageTitle.vue.d.ts +26 -0
  42. package/dist/components/StringListInput.vue.d.ts +43 -0
  43. package/dist/components/TextField.vue.d.ts +146 -0
  44. package/dist/components/UserMenu.vue.d.ts +21 -0
  45. package/dist/components/ZAlert.vue.d.ts +39 -0
  46. package/dist/components/ZAlertButton.vue.d.ts +80 -0
  47. package/dist/components/ZButton.vue.d.ts +95 -0
  48. package/dist/components/ZDataTable.vue.d.ts +53 -0
  49. package/dist/components/ZDataTablePagination.vue.d.ts +28 -0
  50. package/dist/components/ZDialogForm.vue.d.ts +76 -0
  51. package/dist/components/ZPagination.vue.d.ts +16 -0
  52. package/dist/components/ZSelect.vue.d.ts +189 -0
  53. package/dist/components/ZSwitch.vue.d.ts +25 -0
  54. package/dist/components/ZTextarea.vue.d.ts +31 -0
  55. package/dist/components/index.d.ts +681 -0
  56. package/dist/components/index.es.js +60092 -58678
  57. package/dist/components/styles.css +94 -1
  58. package/dist/components/ui/accordion/Accordion.vue.d.ts +20 -0
  59. package/dist/components/ui/accordion/AccordionContent.vue.d.ts +18 -0
  60. package/dist/components/ui/accordion/AccordionItem.vue.d.ts +18 -0
  61. package/dist/components/ui/accordion/AccordionTrigger.vue.d.ts +20 -0
  62. package/dist/components/ui/accordion/index.d.ts +4 -0
  63. package/dist/components/ui/alert/Alert.vue.d.ts +19 -0
  64. package/dist/components/ui/alert/AlertDescription.vue.d.ts +17 -0
  65. package/dist/components/ui/alert/AlertTitle.vue.d.ts +17 -0
  66. package/dist/components/ui/alert/index.d.ts +9 -0
  67. package/dist/components/ui/alert-dialog/AlertDialog.vue.d.ts +19 -0
  68. package/dist/components/ui/alert-dialog/AlertDialogAction.vue.d.ts +18 -0
  69. package/dist/components/ui/alert-dialog/AlertDialogCancel.vue.d.ts +18 -0
  70. package/dist/components/ui/alert-dialog/AlertDialogContent.vue.d.ts +32 -0
  71. package/dist/components/ui/alert-dialog/AlertDialogDescription.vue.d.ts +18 -0
  72. package/dist/components/ui/alert-dialog/AlertDialogFooter.vue.d.ts +17 -0
  73. package/dist/components/ui/alert-dialog/AlertDialogHeader.vue.d.ts +17 -0
  74. package/dist/components/ui/alert-dialog/AlertDialogTitle.vue.d.ts +18 -0
  75. package/dist/components/ui/alert-dialog/AlertDialogTrigger.vue.d.ts +15 -0
  76. package/dist/components/ui/alert-dialog/index.d.ts +9 -0
  77. package/dist/components/ui/aspect-ratio/AspectRatio.vue.d.ts +15 -0
  78. package/dist/components/ui/aspect-ratio/index.d.ts +1 -0
  79. package/dist/components/ui/avatar/Avatar.vue.d.ts +17 -0
  80. package/dist/components/ui/avatar/AvatarFallback.vue.d.ts +18 -0
  81. package/dist/components/ui/avatar/AvatarImage.vue.d.ts +15 -0
  82. package/dist/components/ui/avatar/index.d.ts +3 -0
  83. package/dist/components/ui/badge/Badge.vue.d.ts +20 -0
  84. package/dist/components/ui/badge/index.d.ts +7 -0
  85. package/dist/components/ui/breadcrumb/Breadcrumb.vue.d.ts +17 -0
  86. package/dist/components/ui/breadcrumb/BreadcrumbEllipsis.vue.d.ts +17 -0
  87. package/dist/components/ui/breadcrumb/BreadcrumbItem.vue.d.ts +17 -0
  88. package/dist/components/ui/breadcrumb/BreadcrumbLink.vue.d.ts +20 -0
  89. package/dist/components/ui/breadcrumb/BreadcrumbList.vue.d.ts +17 -0
  90. package/dist/components/ui/breadcrumb/BreadcrumbPage.vue.d.ts +17 -0
  91. package/dist/components/ui/breadcrumb/BreadcrumbSeparator.vue.d.ts +17 -0
  92. package/dist/components/ui/breadcrumb/index.d.ts +7 -0
  93. package/dist/components/ui/button/Button.vue.d.ts +23 -0
  94. package/dist/components/ui/button/index.d.ts +8 -0
  95. package/dist/components/ui/calendar/Calendar.vue.d.ts +14 -0
  96. package/dist/components/ui/calendar/CalendarCell.vue.d.ts +18 -0
  97. package/dist/components/ui/calendar/CalendarCellTrigger.vue.d.ts +20 -0
  98. package/dist/components/ui/calendar/CalendarGrid.vue.d.ts +18 -0
  99. package/dist/components/ui/calendar/CalendarGridBody.vue.d.ts +15 -0
  100. package/dist/components/ui/calendar/CalendarGridHead.vue.d.ts +18 -0
  101. package/dist/components/ui/calendar/CalendarGridRow.vue.d.ts +18 -0
  102. package/dist/components/ui/calendar/CalendarHeadCell.vue.d.ts +18 -0
  103. package/dist/components/ui/calendar/CalendarHeader.vue.d.ts +18 -0
  104. package/dist/components/ui/calendar/CalendarHeading.vue.d.ts +19 -0
  105. package/dist/components/ui/calendar/CalendarNextButton.vue.d.ts +18 -0
  106. package/dist/components/ui/calendar/CalendarPrevButton.vue.d.ts +18 -0
  107. package/dist/components/ui/calendar/index.d.ts +12 -0
  108. package/dist/components/ui/card/Card.vue.d.ts +18 -0
  109. package/dist/components/ui/card/CardAction.vue.d.ts +17 -0
  110. package/dist/components/ui/card/CardContent.vue.d.ts +17 -0
  111. package/dist/components/ui/card/CardDescription.vue.d.ts +17 -0
  112. package/dist/components/ui/card/CardFooter.vue.d.ts +17 -0
  113. package/dist/components/ui/card/CardHeader.vue.d.ts +17 -0
  114. package/dist/components/ui/card/CardTitle.vue.d.ts +17 -0
  115. package/dist/components/ui/card/index.d.ts +7 -0
  116. package/dist/components/ui/carousel/Carousel.vue.d.ts +39 -0
  117. package/dist/components/ui/carousel/CarouselContent.vue.d.ts +15 -0
  118. package/dist/components/ui/carousel/CarouselItem.vue.d.ts +15 -0
  119. package/dist/components/ui/carousel/CarouselNext.vue.d.ts +23 -0
  120. package/dist/components/ui/carousel/CarouselPrevious.vue.d.ts +23 -0
  121. package/dist/components/ui/carousel/index.d.ts +7 -0
  122. package/dist/components/ui/carousel/interface.d.ts +19 -0
  123. package/dist/components/ui/carousel/useCarousel.d.ts +22 -0
  124. package/dist/components/ui/checkbox/Checkbox.vue.d.ts +22 -0
  125. package/dist/components/ui/checkbox/index.d.ts +1 -0
  126. package/dist/components/ui/collapsible/Collapsible.vue.d.ts +21 -0
  127. package/dist/components/ui/collapsible/CollapsibleContent.vue.d.ts +15 -0
  128. package/dist/components/ui/collapsible/CollapsibleTrigger.vue.d.ts +15 -0
  129. package/dist/components/ui/collapsible/index.d.ts +3 -0
  130. package/dist/components/ui/combobox/Combobox.vue.d.ts +30 -0
  131. package/dist/components/ui/combobox/ComboboxAnchor.vue.d.ts +18 -0
  132. package/dist/components/ui/combobox/ComboboxEmpty.vue.d.ts +18 -0
  133. package/dist/components/ui/combobox/ComboboxGroup.vue.d.ts +19 -0
  134. package/dist/components/ui/combobox/ComboboxInput.vue.d.ts +22 -0
  135. package/dist/components/ui/combobox/ComboboxItem.vue.d.ts +22 -0
  136. package/dist/components/ui/combobox/ComboboxItemIndicator.vue.d.ts +18 -0
  137. package/dist/components/ui/combobox/ComboboxList.vue.d.ts +36 -0
  138. package/dist/components/ui/combobox/ComboboxSeparator.vue.d.ts +18 -0
  139. package/dist/components/ui/combobox/ComboboxTrigger.vue.d.ts +18 -0
  140. package/dist/components/ui/combobox/ComboboxViewport.vue.d.ts +18 -0
  141. package/dist/components/ui/combobox/index.d.ts +11 -0
  142. package/dist/components/ui/command/Command.vue.d.ts +36 -0
  143. package/dist/components/ui/command/CommandDialog.vue.d.ts +26 -0
  144. package/dist/components/ui/command/CommandEmpty.vue.d.ts +18 -0
  145. package/dist/components/ui/command/CommandGroup.vue.d.ts +19 -0
  146. package/dist/components/ui/command/CommandInput.vue.d.ts +8 -0
  147. package/dist/components/ui/command/CommandItem.vue.d.ts +22 -0
  148. package/dist/components/ui/command/CommandList.vue.d.ts +18 -0
  149. package/dist/components/ui/command/CommandSeparator.vue.d.ts +18 -0
  150. package/dist/components/ui/command/CommandShortcut.vue.d.ts +17 -0
  151. package/dist/components/ui/command/index.d.ts +90 -0
  152. package/dist/components/ui/context-menu/ContextMenu.vue.d.ts +19 -0
  153. package/dist/components/ui/context-menu/ContextMenuCheckboxItem.vue.d.ts +24 -0
  154. package/dist/components/ui/context-menu/ContextMenuContent.vue.d.ts +30 -0
  155. package/dist/components/ui/context-menu/ContextMenuGroup.vue.d.ts +15 -0
  156. package/dist/components/ui/context-menu/ContextMenuItem.vue.d.ts +26 -0
  157. package/dist/components/ui/context-menu/ContextMenuLabel.vue.d.ts +19 -0
  158. package/dist/components/ui/context-menu/ContextMenuRadioGroup.vue.d.ts +19 -0
  159. package/dist/components/ui/context-menu/ContextMenuRadioItem.vue.d.ts +22 -0
  160. package/dist/components/ui/context-menu/ContextMenuSeparator.vue.d.ts +8 -0
  161. package/dist/components/ui/context-menu/ContextMenuShortcut.vue.d.ts +17 -0
  162. package/dist/components/ui/context-menu/ContextMenuSub.vue.d.ts +19 -0
  163. package/dist/components/ui/context-menu/ContextMenuSubContent.vue.d.ts +34 -0
  164. package/dist/components/ui/context-menu/ContextMenuSubTrigger.vue.d.ts +19 -0
  165. package/dist/components/ui/context-menu/ContextMenuTrigger.vue.d.ts +15 -0
  166. package/dist/components/ui/context-menu/index.d.ts +14 -0
  167. package/dist/components/ui/dialog/Dialog.vue.d.ts +19 -0
  168. package/dist/components/ui/dialog/DialogClose.vue.d.ts +15 -0
  169. package/dist/components/ui/dialog/DialogContent.vue.d.ts +33 -0
  170. package/dist/components/ui/dialog/DialogDescription.vue.d.ts +18 -0
  171. package/dist/components/ui/dialog/DialogFooter.vue.d.ts +17 -0
  172. package/dist/components/ui/dialog/DialogHeader.vue.d.ts +17 -0
  173. package/dist/components/ui/dialog/DialogOverlay.vue.d.ts +18 -0
  174. package/dist/components/ui/dialog/DialogScrollContent.vue.d.ts +32 -0
  175. package/dist/components/ui/dialog/DialogTitle.vue.d.ts +18 -0
  176. package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +15 -0
  177. package/dist/components/ui/dialog/index.d.ts +10 -0
  178. package/dist/components/ui/drawer/Drawer.vue.d.ts +31 -0
  179. package/dist/components/ui/drawer/DrawerClose.vue.d.ts +15 -0
  180. package/dist/components/ui/drawer/DrawerContent.vue.d.ts +32 -0
  181. package/dist/components/ui/drawer/DrawerDescription.vue.d.ts +18 -0
  182. package/dist/components/ui/drawer/DrawerFooter.vue.d.ts +17 -0
  183. package/dist/components/ui/drawer/DrawerHeader.vue.d.ts +17 -0
  184. package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts +8 -0
  185. package/dist/components/ui/drawer/DrawerTitle.vue.d.ts +18 -0
  186. package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts +15 -0
  187. package/dist/components/ui/drawer/index.d.ts +9 -0
  188. package/dist/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +19 -0
  189. package/dist/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +24 -0
  190. package/dist/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +32 -0
  191. package/dist/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +15 -0
  192. package/dist/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +22 -0
  193. package/dist/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +19 -0
  194. package/dist/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +19 -0
  195. package/dist/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +22 -0
  196. package/dist/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +8 -0
  197. package/dist/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +17 -0
  198. package/dist/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +19 -0
  199. package/dist/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +34 -0
  200. package/dist/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +19 -0
  201. package/dist/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +15 -0
  202. package/dist/components/ui/dropdown-menu/index.d.ts +15 -0
  203. package/dist/components/ui/form/FormControl.vue.d.ts +14 -0
  204. package/dist/components/ui/form/FormDescription.vue.d.ts +17 -0
  205. package/dist/components/ui/form/FormItem.vue.d.ts +17 -0
  206. package/dist/components/ui/form/FormLabel.vue.d.ts +18 -0
  207. package/dist/components/ui/form/FormMessage.vue.d.ts +7 -0
  208. package/dist/components/ui/form/index.d.ts +7 -0
  209. package/dist/components/ui/form/injectionKeys.d.ts +2 -0
  210. package/dist/components/ui/form/useFormField.d.ts +12 -0
  211. package/dist/components/ui/hover-card/HoverCard.vue.d.ts +19 -0
  212. package/dist/components/ui/hover-card/HoverCardContent.vue.d.ts +20 -0
  213. package/dist/components/ui/hover-card/HoverCardTrigger.vue.d.ts +15 -0
  214. package/dist/components/ui/hover-card/index.d.ts +3 -0
  215. package/dist/components/ui/input/Input.vue.d.ts +13 -0
  216. package/dist/components/ui/input/index.d.ts +1 -0
  217. package/dist/components/ui/label/Label.vue.d.ts +18 -0
  218. package/dist/components/ui/label/index.d.ts +1 -0
  219. package/dist/components/ui/menubar/Menubar.vue.d.ts +22 -0
  220. package/dist/components/ui/menubar/MenubarCheckboxItem.vue.d.ts +24 -0
  221. package/dist/components/ui/menubar/MenubarContent.vue.d.ts +22 -0
  222. package/dist/components/ui/menubar/MenubarGroup.vue.d.ts +15 -0
  223. package/dist/components/ui/menubar/MenubarItem.vue.d.ts +24 -0
  224. package/dist/components/ui/menubar/MenubarLabel.vue.d.ts +19 -0
  225. package/dist/components/ui/menubar/MenubarMenu.vue.d.ts +15 -0
  226. package/dist/components/ui/menubar/MenubarRadioGroup.vue.d.ts +19 -0
  227. package/dist/components/ui/menubar/MenubarRadioItem.vue.d.ts +22 -0
  228. package/dist/components/ui/menubar/MenubarSeparator.vue.d.ts +8 -0
  229. package/dist/components/ui/menubar/MenubarShortcut.vue.d.ts +17 -0
  230. package/dist/components/ui/menubar/MenubarSub.vue.d.ts +22 -0
  231. package/dist/components/ui/menubar/MenubarSubContent.vue.d.ts +34 -0
  232. package/dist/components/ui/menubar/MenubarSubTrigger.vue.d.ts +19 -0
  233. package/dist/components/ui/menubar/MenubarTrigger.vue.d.ts +18 -0
  234. package/dist/components/ui/menubar/index.d.ts +15 -0
  235. package/dist/components/ui/navigation-menu/NavigationMenu.vue.d.ts +25 -0
  236. package/dist/components/ui/navigation-menu/NavigationMenuContent.vue.d.ts +28 -0
  237. package/dist/components/ui/navigation-menu/NavigationMenuIndicator.vue.d.ts +8 -0
  238. package/dist/components/ui/navigation-menu/NavigationMenuItem.vue.d.ts +18 -0
  239. package/dist/components/ui/navigation-menu/NavigationMenuLink.vue.d.ts +26 -0
  240. package/dist/components/ui/navigation-menu/NavigationMenuList.vue.d.ts +18 -0
  241. package/dist/components/ui/navigation-menu/NavigationMenuTrigger.vue.d.ts +18 -0
  242. package/dist/components/ui/navigation-menu/NavigationMenuViewport.vue.d.ts +8 -0
  243. package/dist/components/ui/navigation-menu/index.d.ts +10 -0
  244. package/dist/components/ui/number-field/NumberField.vue.d.ts +22 -0
  245. package/dist/components/ui/number-field/NumberFieldContent.vue.d.ts +17 -0
  246. package/dist/components/ui/number-field/NumberFieldDecrement.vue.d.ts +18 -0
  247. package/dist/components/ui/number-field/NumberFieldIncrement.vue.d.ts +18 -0
  248. package/dist/components/ui/number-field/NumberFieldInput.vue.d.ts +7 -0
  249. package/dist/components/ui/number-field/index.d.ts +5 -0
  250. package/dist/components/ui/pagination/Pagination.vue.d.ts +22 -0
  251. package/dist/components/ui/pagination/PaginationContent.vue.d.ts +18 -0
  252. package/dist/components/ui/pagination/PaginationEllipsis.vue.d.ts +18 -0
  253. package/dist/components/ui/pagination/PaginationFirst.vue.d.ts +22 -0
  254. package/dist/components/ui/pagination/PaginationItem.vue.d.ts +23 -0
  255. package/dist/components/ui/pagination/PaginationLast.vue.d.ts +22 -0
  256. package/dist/components/ui/pagination/PaginationNext.vue.d.ts +22 -0
  257. package/dist/components/ui/pagination/PaginationPrevious.vue.d.ts +22 -0
  258. package/dist/components/ui/pagination/index.d.ts +8 -0
  259. package/dist/components/ui/pin-input/PinInput.vue.d.ts +24 -0
  260. package/dist/components/ui/pin-input/PinInputGroup.vue.d.ts +18 -0
  261. package/dist/components/ui/pin-input/PinInputSeparator.vue.d.ts +15 -0
  262. package/dist/components/ui/pin-input/PinInputSlot.vue.d.ts +8 -0
  263. package/dist/components/ui/pin-input/index.d.ts +4 -0
  264. package/dist/components/ui/popover/Popover.vue.d.ts +19 -0
  265. package/dist/components/ui/popover/PopoverAnchor.vue.d.ts +15 -0
  266. package/dist/components/ui/popover/PopoverContent.vue.d.ts +35 -0
  267. package/dist/components/ui/popover/PopoverTrigger.vue.d.ts +15 -0
  268. package/dist/components/ui/popover/index.d.ts +4 -0
  269. package/dist/components/ui/progress/Progress.vue.d.ts +10 -0
  270. package/dist/components/ui/progress/index.d.ts +1 -0
  271. package/dist/components/ui/radio-group/RadioGroup.vue.d.ts +22 -0
  272. package/dist/components/ui/radio-group/RadioGroupItem.vue.d.ts +8 -0
  273. package/dist/components/ui/radio-group/index.d.ts +2 -0
  274. package/dist/components/ui/range-calendar/RangeCalendar.vue.d.ts +18 -0
  275. package/dist/components/ui/range-calendar/RangeCalendarCell.vue.d.ts +18 -0
  276. package/dist/components/ui/range-calendar/RangeCalendarCellTrigger.vue.d.ts +20 -0
  277. package/dist/components/ui/range-calendar/RangeCalendarGrid.vue.d.ts +18 -0
  278. package/dist/components/ui/range-calendar/RangeCalendarGridBody.vue.d.ts +15 -0
  279. package/dist/components/ui/range-calendar/RangeCalendarGridHead.vue.d.ts +15 -0
  280. package/dist/components/ui/range-calendar/RangeCalendarGridRow.vue.d.ts +18 -0
  281. package/dist/components/ui/range-calendar/RangeCalendarHeadCell.vue.d.ts +18 -0
  282. package/dist/components/ui/range-calendar/RangeCalendarHeader.vue.d.ts +18 -0
  283. package/dist/components/ui/range-calendar/RangeCalendarHeading.vue.d.ts +19 -0
  284. package/dist/components/ui/range-calendar/RangeCalendarNextButton.vue.d.ts +18 -0
  285. package/dist/components/ui/range-calendar/RangeCalendarPrevButton.vue.d.ts +18 -0
  286. package/dist/components/ui/range-calendar/index.d.ts +12 -0
  287. package/dist/components/ui/resizable/ResizableHandle.vue.d.ts +13 -0
  288. package/dist/components/ui/resizable/ResizablePanel.vue.d.ts +23 -0
  289. package/dist/components/ui/resizable/ResizablePanelGroup.vue.d.ts +22 -0
  290. package/dist/components/ui/resizable/index.d.ts +3 -0
  291. package/dist/components/ui/scroll-area/ScrollArea.vue.d.ts +18 -0
  292. package/dist/components/ui/scroll-area/ScrollBar.vue.d.ts +10 -0
  293. package/dist/components/ui/scroll-area/index.d.ts +2 -0
  294. package/dist/components/ui/select/Select.vue.d.ts +22 -0
  295. package/dist/components/ui/select/SelectContent.vue.d.ts +32 -0
  296. package/dist/components/ui/select/SelectGroup.vue.d.ts +15 -0
  297. package/dist/components/ui/select/SelectItem.vue.d.ts +18 -0
  298. package/dist/components/ui/select/SelectItemText.vue.d.ts +15 -0
  299. package/dist/components/ui/select/SelectLabel.vue.d.ts +18 -0
  300. package/dist/components/ui/select/SelectScrollDownButton.vue.d.ts +18 -0
  301. package/dist/components/ui/select/SelectScrollUpButton.vue.d.ts +18 -0
  302. package/dist/components/ui/select/SelectSeparator.vue.d.ts +8 -0
  303. package/dist/components/ui/select/SelectTrigger.vue.d.ts +21 -0
  304. package/dist/components/ui/select/SelectValue.vue.d.ts +15 -0
  305. package/dist/components/ui/select/index.d.ts +11 -0
  306. package/dist/components/ui/separator/index.d.ts +1 -0
  307. package/dist/components/ui/sheet/Sheet.vue.d.ts +19 -0
  308. package/dist/components/ui/sheet/SheetClose.vue.d.ts +15 -0
  309. package/dist/components/ui/sheet/SheetContent.vue.d.ts +35 -0
  310. package/dist/components/ui/sheet/SheetDescription.vue.d.ts +18 -0
  311. package/dist/components/ui/sheet/SheetFooter.vue.d.ts +17 -0
  312. package/dist/components/ui/sheet/SheetHeader.vue.d.ts +17 -0
  313. package/dist/components/ui/sheet/SheetOverlay.vue.d.ts +18 -0
  314. package/dist/components/ui/sheet/SheetTitle.vue.d.ts +18 -0
  315. package/dist/components/ui/sheet/SheetTrigger.vue.d.ts +15 -0
  316. package/dist/components/ui/sheet/index.d.ts +8 -0
  317. package/dist/components/ui/sidebar/Sidebar.vue.d.ts +23 -0
  318. package/dist/components/ui/sidebar/SidebarContent.vue.d.ts +17 -0
  319. package/dist/components/ui/sidebar/SidebarFooter.vue.d.ts +17 -0
  320. package/dist/components/ui/sidebar/SidebarGroup.vue.d.ts +17 -0
  321. package/dist/components/ui/sidebar/SidebarGroupAction.vue.d.ts +18 -0
  322. package/dist/components/ui/sidebar/SidebarGroupContent.vue.d.ts +17 -0
  323. package/dist/components/ui/sidebar/SidebarGroupLabel.vue.d.ts +18 -0
  324. package/dist/components/ui/sidebar/SidebarHeader.vue.d.ts +17 -0
  325. package/dist/components/ui/sidebar/SidebarInput.vue.d.ts +17 -0
  326. package/dist/components/ui/sidebar/SidebarInset.vue.d.ts +17 -0
  327. package/dist/components/ui/sidebar/SidebarMenu.vue.d.ts +17 -0
  328. package/dist/components/ui/sidebar/SidebarMenuAction.vue.d.ts +21 -0
  329. package/dist/components/ui/sidebar/SidebarMenuBadge.vue.d.ts +17 -0
  330. package/dist/components/ui/sidebar/SidebarMenuButton.vue.d.ts +25 -0
  331. package/dist/components/ui/sidebar/SidebarMenuButtonChild.vue.d.ts +26 -0
  332. package/dist/components/ui/sidebar/SidebarMenuItem.vue.d.ts +17 -0
  333. package/dist/components/ui/sidebar/SidebarMenuSkeleton.vue.d.ts +8 -0
  334. package/dist/components/ui/sidebar/SidebarMenuSub.vue.d.ts +17 -0
  335. package/dist/components/ui/sidebar/SidebarMenuSubButton.vue.d.ts +23 -0
  336. package/dist/components/ui/sidebar/SidebarMenuSubItem.vue.d.ts +17 -0
  337. package/dist/components/ui/sidebar/SidebarProvider.vue.d.ts +26 -0
  338. package/dist/components/ui/sidebar/SidebarRail.vue.d.ts +17 -0
  339. package/dist/components/ui/sidebar/SidebarSeparator.vue.d.ts +17 -0
  340. package/dist/components/ui/sidebar/SidebarTrigger.vue.d.ts +7 -0
  341. package/dist/components/ui/sidebar/index.d.ts +38 -0
  342. package/dist/components/ui/sidebar/utils.d.ts +56 -0
  343. package/dist/components/ui/skeleton/Skeleton.vue.d.ts +7 -0
  344. package/dist/components/ui/skeleton/index.d.ts +1 -0
  345. package/dist/components/ui/slider/Slider.vue.d.ts +14 -0
  346. package/dist/components/ui/slider/index.d.ts +1 -0
  347. package/dist/components/ui/sonner/Sonner.vue.d.ts +5 -0
  348. package/dist/components/ui/sonner/index.d.ts +1 -0
  349. package/dist/components/ui/stepper/Stepper.vue.d.ts +22 -0
  350. package/dist/components/ui/stepper/StepperDescription.vue.d.ts +18 -0
  351. package/dist/components/ui/stepper/StepperIndicator.vue.d.ts +18 -0
  352. package/dist/components/ui/stepper/StepperItem.vue.d.ts +18 -0
  353. package/dist/components/ui/stepper/StepperSeparator.vue.d.ts +8 -0
  354. package/dist/components/ui/stepper/StepperTitle.vue.d.ts +18 -0
  355. package/dist/components/ui/stepper/StepperTrigger.vue.d.ts +18 -0
  356. package/dist/components/ui/stepper/index.d.ts +7 -0
  357. package/dist/components/ui/switch/Switch.vue.d.ts +22 -0
  358. package/dist/components/ui/switch/index.d.ts +1 -0
  359. package/dist/components/ui/table/Table.vue.d.ts +18 -0
  360. package/dist/components/ui/table/TableBody.vue.d.ts +17 -0
  361. package/dist/components/ui/table/TableCaption.vue.d.ts +17 -0
  362. package/dist/components/ui/table/TableCell.vue.d.ts +17 -0
  363. package/dist/components/ui/table/TableEmpty.vue.d.ts +20 -0
  364. package/dist/components/ui/table/TableFooter.vue.d.ts +17 -0
  365. package/dist/components/ui/table/TableHead.vue.d.ts +17 -0
  366. package/dist/components/ui/table/TableHeader.vue.d.ts +17 -0
  367. package/dist/components/ui/table/TableRow.vue.d.ts +17 -0
  368. package/dist/components/ui/table/index.d.ts +9 -0
  369. package/dist/components/ui/table/utils.d.ts +3 -0
  370. package/dist/components/ui/tabs/TabsContent.vue.d.ts +18 -0
  371. package/dist/components/ui/tabs/TabsList.vue.d.ts +18 -0
  372. package/dist/components/ui/tabs/TabsTrigger.vue.d.ts +18 -0
  373. package/dist/components/ui/tabs/index.d.ts +4 -0
  374. package/dist/components/ui/tags-input/TagsInput.vue.d.ts +28 -0
  375. package/dist/components/ui/tags-input/TagsInputInput.vue.d.ts +8 -0
  376. package/dist/components/ui/tags-input/TagsInputItem.vue.d.ts +18 -0
  377. package/dist/components/ui/tags-input/TagsInputItemDelete.vue.d.ts +18 -0
  378. package/dist/components/ui/tags-input/TagsInputItemText.vue.d.ts +8 -0
  379. package/dist/components/ui/tags-input/index.d.ts +5 -0
  380. package/dist/components/ui/textarea/Textarea.vue.d.ts +13 -0
  381. package/dist/components/ui/textarea/index.d.ts +1 -0
  382. package/dist/components/ui/toggle/Toggle.vue.d.ts +29 -0
  383. package/dist/components/ui/toggle/index.d.ts +8 -0
  384. package/dist/components/ui/toggle-group/ToggleGroup.vue.d.ts +27 -0
  385. package/dist/components/ui/toggle-group/ToggleGroupItem.vue.d.ts +23 -0
  386. package/dist/components/ui/toggle-group/index.d.ts +2 -0
  387. package/dist/components/ui/tooltip/Tooltip.vue.d.ts +19 -0
  388. package/dist/components/ui/tooltip/TooltipContent.vue.d.ts +26 -0
  389. package/dist/components/ui/tooltip/TooltipProvider.vue.d.ts +17 -0
  390. package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts +15 -0
  391. package/dist/components/ui/tooltip/index.d.ts +4 -0
  392. package/dist/server/index.d.mts +580 -283
  393. package/dist/server/index.mjs +4 -5
  394. package/dist/shared/index.d.mts +519 -32
  395. package/dist/shared/index.mjs +2 -2
  396. package/eslint.config.mts +4 -0
  397. package/legacy/client/components/AlertButton.vue +1 -1
  398. package/legacy/client/layouts/AdminLayout.vue +3 -0
  399. package/package.json +41 -8
  400. package/tsconfig.client.json +15 -9
  401. package/tsdown.config.ts +3 -0
  402. package/vite/createViteConfig.js +5 -0
  403. package/vite.config.ts +31 -33
  404. package/vitest.config.ts +35 -0
@@ -467,6 +467,10 @@
467
467
  top: 60%;
468
468
  }
469
469
 
470
+ .top-auto {
471
+ top: auto;
472
+ }
473
+
470
474
  .top-full {
471
475
  top: 100%;
472
476
  }
@@ -527,6 +531,10 @@
527
531
  left: 50%;
528
532
  }
529
533
 
534
+ .left-auto {
535
+ left: auto;
536
+ }
537
+
530
538
  .isolate {
531
539
  isolation: isolate;
532
540
  }
@@ -669,6 +677,10 @@
669
677
  margin-bottom: calc(var(--spacing) * 2);
670
678
  }
671
679
 
680
+ .mb-3 {
681
+ margin-bottom: calc(var(--spacing) * 3);
682
+ }
683
+
672
684
  .mb-4 {
673
685
  margin-bottom: calc(var(--spacing) * 4);
674
686
  }
@@ -862,6 +874,10 @@
862
874
  height: calc(var(--spacing) * 4);
863
875
  }
864
876
 
877
+ .h-4\/12 {
878
+ height: 33.3333%;
879
+ }
880
+
865
881
  .h-5 {
866
882
  height: calc(var(--spacing) * 5);
867
883
  }
@@ -894,6 +910,10 @@
894
910
  height: calc(var(--spacing) * 16);
895
911
  }
896
912
 
913
+ .h-32 {
914
+ height: calc(var(--spacing) * 32);
915
+ }
916
+
897
917
  .h-48 {
898
918
  height: calc(var(--spacing) * 48);
899
919
  }
@@ -910,6 +930,10 @@
910
930
  height: calc(100% - 1px);
911
931
  }
912
932
 
933
+ .h-\[calc\(100dvh-9rem\)\] {
934
+ height: calc(100dvh - 9rem);
935
+ }
936
+
913
937
  .h-\[var\(--reka-navigation-menu-viewport-height\)\] {
914
938
  height: var(--reka-navigation-menu-viewport-height);
915
939
  }
@@ -1118,6 +1142,10 @@
1118
1142
  max-width: max-content;
1119
1143
  }
1120
1144
 
1145
+ .max-w-md {
1146
+ max-width: var(--container-md);
1147
+ }
1148
+
1121
1149
  .max-w-sm {
1122
1150
  max-width: var(--container-sm);
1123
1151
  }
@@ -1166,6 +1194,10 @@
1166
1194
  min-width: 132px;
1167
1195
  }
1168
1196
 
1197
+ .min-w-\[320px\] {
1198
+ min-width: 320px;
1199
+ }
1200
+
1169
1201
  .min-w-\[var\(--reka-select-trigger-width\)\] {
1170
1202
  min-width: var(--reka-select-trigger-width);
1171
1203
  }
@@ -1494,6 +1526,10 @@
1494
1526
  overflow: hidden;
1495
1527
  }
1496
1528
 
1529
+ .overflow-scroll {
1530
+ overflow: scroll;
1531
+ }
1532
+
1497
1533
  .overflow-x-auto {
1498
1534
  overflow-x: auto;
1499
1535
  }
@@ -1604,6 +1640,11 @@
1604
1640
  border-left-width: 1px;
1605
1641
  }
1606
1642
 
1643
+ .border-dashed {
1644
+ --tw-border-style: dashed;
1645
+ border-style: dashed;
1646
+ }
1647
+
1607
1648
  .border-border {
1608
1649
  border-color: var(--border);
1609
1650
  }
@@ -1612,6 +1653,16 @@
1612
1653
  border-color: var(--input);
1613
1654
  }
1614
1655
 
1656
+ .border-muted-foreground\/25 {
1657
+ border-color: var(--muted-foreground);
1658
+ }
1659
+
1660
+ @supports (color: color-mix(in lab, red, red)) {
1661
+ .border-muted-foreground\/25 {
1662
+ border-color: color-mix(in oklab, var(--muted-foreground) 25%, transparent);
1663
+ }
1664
+ }
1665
+
1615
1666
  .border-primary {
1616
1667
  border-color: var(--primary);
1617
1668
  }
@@ -1646,6 +1697,10 @@
1646
1697
  background-color: var(--background);
1647
1698
  }
1648
1699
 
1700
+ .bg-black {
1701
+ background-color: var(--color-black);
1702
+ }
1703
+
1649
1704
  .bg-black\/80 {
1650
1705
  background-color: #000c;
1651
1706
  }
@@ -1870,6 +1925,10 @@
1870
1925
  padding-block: calc(var(--spacing) * 10);
1871
1926
  }
1872
1927
 
1928
+ .py-20 {
1929
+ padding-block: calc(var(--spacing) * 20);
1930
+ }
1931
+
1873
1932
  .pt-0 {
1874
1933
  padding-top: calc(var(--spacing) * 0);
1875
1934
  }
@@ -2335,6 +2394,10 @@
2335
2394
  --tw-enter-scale: .95;
2336
2395
  }
2337
2396
 
2397
+ .running {
2398
+ animation-play-state: running;
2399
+ }
2400
+
2338
2401
  .group-focus-within\/menu-item\:opacity-100:is(:where(.group\/menu-item):focus-within *) {
2339
2402
  opacity: 1;
2340
2403
  }
@@ -2718,7 +2781,21 @@
2718
2781
  }
2719
2782
  }
2720
2783
 
2721
- .hover\:bg-muted:hover, .hover\:bg-muted\/20:hover {
2784
+ .hover\:bg-muted:hover {
2785
+ background-color: var(--muted);
2786
+ }
2787
+
2788
+ .hover\:bg-muted-foreground\/20:hover {
2789
+ background-color: var(--muted-foreground);
2790
+ }
2791
+
2792
+ @supports (color: color-mix(in lab, red, red)) {
2793
+ .hover\:bg-muted-foreground\/20:hover {
2794
+ background-color: color-mix(in oklab, var(--muted-foreground) 20%, transparent);
2795
+ }
2796
+ }
2797
+
2798
+ .hover\:bg-muted\/20:hover {
2722
2799
  background-color: var(--muted);
2723
2800
  }
2724
2801
 
@@ -2810,6 +2887,10 @@
2810
2887
  z-index: 10;
2811
2888
  }
2812
2889
 
2890
+ .focus\:border-primary:focus {
2891
+ border-color: var(--primary);
2892
+ }
2893
+
2813
2894
  .focus\:border-ring:focus {
2814
2895
  border-color: var(--ring);
2815
2896
  }
@@ -2822,6 +2903,10 @@
2822
2903
  color: var(--accent-foreground);
2823
2904
  }
2824
2905
 
2906
+ .focus\:text-destructive:focus {
2907
+ color: var(--destructive);
2908
+ }
2909
+
2825
2910
  .focus\:ring-2:focus {
2826
2911
  --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2827
2912
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -4108,6 +4193,14 @@
4108
4193
  border-width: 0;
4109
4194
  }
4110
4195
 
4196
+ .\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button {
4197
+ appearance: none;
4198
+ }
4199
+
4200
+ .\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button {
4201
+ appearance: none;
4202
+ }
4203
+
4111
4204
  .\[\&\:has\(\[data-selected\]\)\]\:rounded-md:has([data-selected]) {
4112
4205
  border-radius: calc(var(--radius) - 2px);
4113
4206
  }
@@ -0,0 +1,20 @@
1
+ import { AccordionRootProps } from 'reka-ui';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type __VLS_Props = AccordionRootProps;
4
+ declare var __VLS_8: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_8) => any;
7
+ };
8
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
9
+ "update:modelValue": (value: string | string[] | undefined) => any;
10
+ }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
11
+ "onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
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
+ };
@@ -0,0 +1,18 @@
1
+ import { AccordionContentProps } from 'reka-ui';
2
+ import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type __VLS_Props = AccordionContentProps & {
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
+ };
@@ -0,0 +1,18 @@
1
+ import { AccordionItemProps } from 'reka-ui';
2
+ import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type __VLS_Props = AccordionItemProps & {
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
+ };
@@ -0,0 +1,20 @@
1
+ import { AccordionTriggerProps } from 'reka-ui';
2
+ import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type __VLS_Props = AccordionTriggerProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare var __VLS_14: {}, __VLS_16: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_14) => any;
9
+ } & {
10
+ icon?: (props: typeof __VLS_16) => any;
11
+ };
12
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, 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
+ };
@@ -0,0 +1,4 @@
1
+ export { default as Accordion } from './Accordion.vue';
2
+ export { default as AccordionContent } from './AccordionContent.vue';
3
+ export { default as AccordionItem } from './AccordionItem.vue';
4
+ export { default as AccordionTrigger } from './AccordionTrigger.vue';
@@ -0,0 +1,19 @@
1
+ import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ import { AlertVariants } from '.';
3
+ type __VLS_Props = {
4
+ class?: HTMLAttributes["class"];
5
+ variant?: AlertVariants["variant"];
6
+ };
7
+ declare var __VLS_1: {};
8
+ type __VLS_Slots = {} & {
9
+ default?: (props: typeof __VLS_1) => 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
+ };
@@ -0,0 +1,17 @@
1
+ import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes["class"];
4
+ };
5
+ declare var __VLS_1: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_1) => any;
8
+ };
9
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
+ declare const _default: typeof __VLS_export;
12
+ export default _default;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
@@ -0,0 +1,17 @@
1
+ import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes["class"];
4
+ };
5
+ declare var __VLS_1: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_1) => any;
8
+ };
9
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
+ declare const _default: typeof __VLS_export;
12
+ export default _default;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
@@ -0,0 +1,9 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import { ClassProp } from 'class-variance-authority/types';
3
+ export { default as Alert } from './Alert.vue';
4
+ export { default as AlertDescription } from './AlertDescription.vue';
5
+ export { default as AlertTitle } from './AlertTitle.vue';
6
+ export declare const alertVariants: (props?: ({
7
+ variant?: "default" | "destructive" | "warning" | null | undefined;
8
+ } & ClassProp) | undefined) => string;
9
+ export type AlertVariants = VariantProps<typeof alertVariants>;
@@ -0,0 +1,19 @@
1
+ import { AlertDialogProps } 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<AlertDialogProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
8
+ "update:open": (value: boolean) => any;
9
+ }, string, PublicProps, Readonly<AlertDialogProps> & 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
+ };
@@ -0,0 +1,18 @@
1
+ import { AlertDialogActionProps } from 'reka-ui';
2
+ import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type __VLS_Props = AlertDialogActionProps & {
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
+ };
@@ -0,0 +1,18 @@
1
+ import { AlertDialogCancelProps } from 'reka-ui';
2
+ import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type __VLS_Props = AlertDialogCancelProps & {
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
+ };
@@ -0,0 +1,32 @@
1
+ import { AlertDialogContentProps, PointerDownOutsideEvent, FocusOutsideEvent } from 'reka-ui';
2
+ import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type __VLS_Props = AlertDialogContentProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare var __VLS_19: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_19) => 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
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
25
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
26
+ declare const _default: typeof __VLS_export;
27
+ export default _default;
28
+ type __VLS_WithSlots<T, S> = T & {
29
+ new (): {
30
+ $slots: S;
31
+ };
32
+ };
@@ -0,0 +1,18 @@
1
+ import { AlertDialogDescriptionProps } from 'reka-ui';
2
+ import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type __VLS_Props = AlertDialogDescriptionProps & {
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
+ };
@@ -0,0 +1,17 @@
1
+ import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes["class"];
4
+ };
5
+ declare var __VLS_1: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_1) => any;
8
+ };
9
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
+ declare const _default: typeof __VLS_export;
12
+ export default _default;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
@@ -0,0 +1,17 @@
1
+ import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes["class"];
4
+ };
5
+ declare var __VLS_1: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_1) => any;
8
+ };
9
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
+ declare const _default: typeof __VLS_export;
12
+ export default _default;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
@@ -0,0 +1,18 @@
1
+ import { AlertDialogTitleProps } from 'reka-ui';
2
+ import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type __VLS_Props = AlertDialogTitleProps & {
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
+ };
@@ -0,0 +1,15 @@
1
+ import { AlertDialogTriggerProps } 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<AlertDialogTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AlertDialogTriggerProps> & 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
+ };
@@ -0,0 +1,9 @@
1
+ export { default as AlertDialog } from './AlertDialog.vue';
2
+ export { default as AlertDialogAction } from './AlertDialogAction.vue';
3
+ export { default as AlertDialogCancel } from './AlertDialogCancel.vue';
4
+ export { default as AlertDialogContent } from './AlertDialogContent.vue';
5
+ export { default as AlertDialogDescription } from './AlertDialogDescription.vue';
6
+ export { default as AlertDialogFooter } from './AlertDialogFooter.vue';
7
+ export { default as AlertDialogHeader } from './AlertDialogHeader.vue';
8
+ export { default as AlertDialogTitle } from './AlertDialogTitle.vue';
9
+ export { default as AlertDialogTrigger } from './AlertDialogTrigger.vue';
@@ -0,0 +1,15 @@
1
+ import { AspectRatioProps } 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<AspectRatioProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AspectRatioProps> & 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
+ };
@@ -0,0 +1 @@
1
+ export { default as AspectRatio } from './AspectRatio.vue';
@@ -0,0 +1,17 @@
1
+ import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes["class"];
4
+ };
5
+ declare var __VLS_8: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_8) => any;
8
+ };
9
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
+ declare const _default: typeof __VLS_export;
12
+ export default _default;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
@@ -0,0 +1,18 @@
1
+ import { AvatarFallbackProps } from 'reka-ui';
2
+ import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type __VLS_Props = AvatarFallbackProps & {
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
+ };
@@ -0,0 +1,15 @@
1
+ import { AvatarImageProps } 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<AvatarImageProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AvatarImageProps> & 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
+ };
@@ -0,0 +1,3 @@
1
+ export { default as Avatar } from './Avatar.vue';
2
+ export { default as AvatarFallback } from './AvatarFallback.vue';
3
+ export { default as AvatarImage } from './AvatarImage.vue';
@@ -0,0 +1,20 @@
1
+ import { PrimitiveProps } from 'reka-ui';
2
+ import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ import { BadgeVariants } from '.';
4
+ type __VLS_Props = PrimitiveProps & {
5
+ variant?: BadgeVariants["variant"];
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<{}>, {}, {}, {}, {}, 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
+ };