@hardimpactdev/craft-ui 0.0.1 → 0.0.2

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 (424) hide show
  1. package/dist/craft-ui.css +1 -0
  2. package/dist/craft-ui.js +45294 -0
  3. package/dist/index-DyCHxFp3.js +3431 -0
  4. package/dist/index.d.ts +72 -0
  5. package/dist/src/App.vue.d.ts +2 -0
  6. package/dist/src/components/Heading.vue.d.ts +6 -0
  7. package/dist/src/components/Icon.vue.d.ts +5 -0
  8. package/dist/src/components/Tree/Tree.vue.d.ts +26 -0
  9. package/dist/src/components/Tree/index.d.ts +2 -0
  10. package/dist/src/components/Tree/types.d.ts +9 -0
  11. package/dist/src/components/accordion/Accordion.vue.d.ts +25 -0
  12. package/dist/src/components/accordion/AccordionContent.vue.d.ts +22 -0
  13. package/dist/src/components/accordion/AccordionItem.vue.d.ts +22 -0
  14. package/dist/src/components/accordion/AccordionTrigger.vue.d.ts +23 -0
  15. package/dist/src/components/accordion/index.d.ts +4 -0
  16. package/dist/src/components/alert/Alert.vue.d.ts +23 -0
  17. package/dist/src/components/alert/AlertDescription.vue.d.ts +21 -0
  18. package/dist/src/components/alert/AlertTitle.vue.d.ts +21 -0
  19. package/dist/src/components/alert/index.d.ts +8 -0
  20. package/dist/src/components/alert-dialog/AlertDialog.vue.d.ts +25 -0
  21. package/dist/src/components/alert-dialog/AlertDialogAction.vue.d.ts +22 -0
  22. package/dist/src/components/alert-dialog/AlertDialogCancel.vue.d.ts +22 -0
  23. package/dist/src/components/alert-dialog/AlertDialogContent.vue.d.ts +36 -0
  24. package/dist/src/components/alert-dialog/AlertDialogDescription.vue.d.ts +22 -0
  25. package/dist/src/components/alert-dialog/AlertDialogFooter.vue.d.ts +21 -0
  26. package/dist/src/components/alert-dialog/AlertDialogHeader.vue.d.ts +21 -0
  27. package/dist/src/components/alert-dialog/AlertDialogTitle.vue.d.ts +22 -0
  28. package/dist/src/components/alert-dialog/AlertDialogTrigger.vue.d.ts +18 -0
  29. package/dist/src/components/alert-dialog/index.d.ts +9 -0
  30. package/dist/src/components/aspect-ratio/AspectRatio.vue.d.ts +18 -0
  31. package/dist/src/components/aspect-ratio/index.d.ts +1 -0
  32. package/dist/src/components/avatar/Avatar.vue.d.ts +21 -0
  33. package/dist/src/components/avatar/AvatarFallback.vue.d.ts +22 -0
  34. package/dist/src/components/avatar/AvatarImage.vue.d.ts +18 -0
  35. package/dist/src/components/avatar/index.d.ts +3 -0
  36. package/dist/src/components/badge/Badge.vue.d.ts +24 -0
  37. package/dist/src/components/badge/index.d.ts +6 -0
  38. package/dist/src/components/breadcrumb/Breadcrumb.vue.d.ts +21 -0
  39. package/dist/src/components/breadcrumb/BreadcrumbEllipsis.vue.d.ts +21 -0
  40. package/dist/src/components/breadcrumb/BreadcrumbItem.vue.d.ts +21 -0
  41. package/dist/src/components/breadcrumb/BreadcrumbLink.vue.d.ts +24 -0
  42. package/dist/src/components/breadcrumb/BreadcrumbList.vue.d.ts +21 -0
  43. package/dist/src/components/breadcrumb/BreadcrumbPage.vue.d.ts +21 -0
  44. package/dist/src/components/breadcrumb/BreadcrumbSeparator.vue.d.ts +21 -0
  45. package/dist/src/components/breadcrumb/index.d.ts +7 -0
  46. package/dist/src/components/button/Button.vue.d.ts +27 -0
  47. package/dist/src/components/button/buttonVariants.d.ts +6 -0
  48. package/dist/src/components/button/index.d.ts +3 -0
  49. package/dist/src/components/button-group/ButtonGroup.vue.d.ts +23 -0
  50. package/dist/src/components/button-group/ButtonGroupSeparator.vue.d.ts +9 -0
  51. package/dist/src/components/button-group/ButtonGroupText.vue.d.ts +26 -0
  52. package/dist/src/components/button-group/index.d.ts +8 -0
  53. package/dist/src/components/calendar/Calendar.vue.d.ts +44 -0
  54. package/dist/src/components/calendar/CalendarCell.vue.d.ts +22 -0
  55. package/dist/src/components/calendar/CalendarCellTrigger.vue.d.ts +24 -0
  56. package/dist/src/components/calendar/CalendarGrid.vue.d.ts +22 -0
  57. package/dist/src/components/calendar/CalendarGridBody.vue.d.ts +18 -0
  58. package/dist/src/components/calendar/CalendarGridHead.vue.d.ts +22 -0
  59. package/dist/src/components/calendar/CalendarGridRow.vue.d.ts +22 -0
  60. package/dist/src/components/calendar/CalendarHeadCell.vue.d.ts +22 -0
  61. package/dist/src/components/calendar/CalendarHeader.vue.d.ts +22 -0
  62. package/dist/src/components/calendar/CalendarHeading.vue.d.ts +28 -0
  63. package/dist/src/components/calendar/CalendarNextButton.vue.d.ts +22 -0
  64. package/dist/src/components/calendar/CalendarPrevButton.vue.d.ts +22 -0
  65. package/dist/src/components/calendar/index.d.ts +13 -0
  66. package/dist/src/components/card/Card.vue.d.ts +21 -0
  67. package/dist/src/components/card/CardAction.vue.d.ts +21 -0
  68. package/dist/src/components/card/CardContent.vue.d.ts +21 -0
  69. package/dist/src/components/card/CardDescription.vue.d.ts +21 -0
  70. package/dist/src/components/card/CardFooter.vue.d.ts +21 -0
  71. package/dist/src/components/card/CardHeader.vue.d.ts +21 -0
  72. package/dist/src/components/card/CardTitle.vue.d.ts +21 -0
  73. package/dist/src/components/card/index.d.ts +7 -0
  74. package/dist/src/components/carousel/Carousel.vue.d.ts +41 -0
  75. package/dist/src/components/carousel/CarouselContent.vue.d.ts +22 -0
  76. package/dist/src/components/carousel/CarouselItem.vue.d.ts +18 -0
  77. package/dist/src/components/carousel/CarouselNext.vue.d.ts +26 -0
  78. package/dist/src/components/carousel/CarouselPrevious.vue.d.ts +26 -0
  79. package/dist/src/components/carousel/index.d.ts +7 -0
  80. package/dist/src/components/carousel/interface.d.ts +19 -0
  81. package/dist/src/components/carousel/useCarousel.d.ts +20 -0
  82. package/dist/src/components/chart/ChartContainer.vue.d.ts +29 -0
  83. package/dist/src/components/chart/ChartLegendContent.vue.d.ts +10 -0
  84. package/dist/src/components/chart/ChartStyle.vue.d.ts +6 -0
  85. package/dist/src/components/chart/ChartTooltipContent.vue.d.ts +36 -0
  86. package/dist/src/components/chart/index.d.ts +27 -0
  87. package/dist/src/components/chart/utils.d.ts +11 -0
  88. package/dist/src/components/checkbox/Checkbox.vue.d.ts +29 -0
  89. package/dist/src/components/checkbox/index.d.ts +1 -0
  90. package/dist/src/components/collapsible/Collapsible.vue.d.ts +24 -0
  91. package/dist/src/components/collapsible/CollapsibleContent.vue.d.ts +18 -0
  92. package/dist/src/components/collapsible/CollapsibleTrigger.vue.d.ts +18 -0
  93. package/dist/src/components/collapsible/index.d.ts +3 -0
  94. package/dist/src/components/combobox/Combobox.vue.d.ts +36 -0
  95. package/dist/src/components/combobox/ComboboxAnchor.vue.d.ts +22 -0
  96. package/dist/src/components/combobox/ComboboxEmpty.vue.d.ts +22 -0
  97. package/dist/src/components/combobox/ComboboxGroup.vue.d.ts +23 -0
  98. package/dist/src/components/combobox/ComboboxInput.vue.d.ts +26 -0
  99. package/dist/src/components/combobox/ComboboxItem.vue.d.ts +26 -0
  100. package/dist/src/components/combobox/ComboboxItemIndicator.vue.d.ts +22 -0
  101. package/dist/src/components/combobox/ComboboxList.vue.d.ts +36 -0
  102. package/dist/src/components/combobox/ComboboxSeparator.vue.d.ts +22 -0
  103. package/dist/src/components/combobox/ComboboxViewport.vue.d.ts +22 -0
  104. package/dist/src/components/combobox/index.d.ts +11 -0
  105. package/dist/src/components/command/Command.vue.d.ts +40 -0
  106. package/dist/src/components/command/CommandDialog.vue.d.ts +32 -0
  107. package/dist/src/components/command/CommandEmpty.vue.d.ts +22 -0
  108. package/dist/src/components/command/CommandGroup.vue.d.ts +23 -0
  109. package/dist/src/components/command/CommandInput.vue.d.ts +7 -0
  110. package/dist/src/components/command/CommandItem.vue.d.ts +30 -0
  111. package/dist/src/components/command/CommandList.vue.d.ts +22 -0
  112. package/dist/src/components/command/CommandSeparator.vue.d.ts +22 -0
  113. package/dist/src/components/command/CommandShortcut.vue.d.ts +21 -0
  114. package/dist/src/components/command/index.d.ts +90 -0
  115. package/dist/src/components/context-menu/ContextMenu.vue.d.ts +22 -0
  116. package/dist/src/components/context-menu/ContextMenuCheckboxItem.vue.d.ts +29 -0
  117. package/dist/src/components/context-menu/ContextMenuContent.vue.d.ts +34 -0
  118. package/dist/src/components/context-menu/ContextMenuGroup.vue.d.ts +18 -0
  119. package/dist/src/components/context-menu/ContextMenuItem.vue.d.ts +30 -0
  120. package/dist/src/components/context-menu/ContextMenuLabel.vue.d.ts +23 -0
  121. package/dist/src/components/context-menu/ContextMenuRadioGroup.vue.d.ts +22 -0
  122. package/dist/src/components/context-menu/ContextMenuRadioItem.vue.d.ts +27 -0
  123. package/dist/src/components/context-menu/ContextMenuSeparator.vue.d.ts +7 -0
  124. package/dist/src/components/context-menu/ContextMenuShortcut.vue.d.ts +21 -0
  125. package/dist/src/components/context-menu/ContextMenuSub.vue.d.ts +22 -0
  126. package/dist/src/components/context-menu/ContextMenuSubContent.vue.d.ts +38 -0
  127. package/dist/src/components/context-menu/ContextMenuSubTrigger.vue.d.ts +23 -0
  128. package/dist/src/components/context-menu/ContextMenuTrigger.vue.d.ts +18 -0
  129. package/dist/src/components/context-menu/index.d.ts +14 -0
  130. package/dist/src/components/dialog/Dialog.vue.d.ts +25 -0
  131. package/dist/src/components/dialog/DialogClose.vue.d.ts +18 -0
  132. package/dist/src/components/dialog/DialogContent.vue.d.ts +39 -0
  133. package/dist/src/components/dialog/DialogDescription.vue.d.ts +22 -0
  134. package/dist/src/components/dialog/DialogFooter.vue.d.ts +21 -0
  135. package/dist/src/components/dialog/DialogHeader.vue.d.ts +21 -0
  136. package/dist/src/components/dialog/DialogOverlay.vue.d.ts +22 -0
  137. package/dist/src/components/dialog/DialogScrollContent.vue.d.ts +36 -0
  138. package/dist/src/components/dialog/DialogTitle.vue.d.ts +22 -0
  139. package/dist/src/components/dialog/DialogTrigger.vue.d.ts +18 -0
  140. package/dist/src/components/dialog/index.d.ts +10 -0
  141. package/dist/src/components/drawer/Drawer.vue.d.ts +36 -0
  142. package/dist/src/components/drawer/DrawerClose.vue.d.ts +18 -0
  143. package/dist/src/components/drawer/DrawerContent.vue.d.ts +36 -0
  144. package/dist/src/components/drawer/DrawerDescription.vue.d.ts +22 -0
  145. package/dist/src/components/drawer/DrawerFooter.vue.d.ts +21 -0
  146. package/dist/src/components/drawer/DrawerHeader.vue.d.ts +21 -0
  147. package/dist/src/components/drawer/DrawerOverlay.vue.d.ts +7 -0
  148. package/dist/src/components/drawer/DrawerTitle.vue.d.ts +22 -0
  149. package/dist/src/components/drawer/DrawerTrigger.vue.d.ts +18 -0
  150. package/dist/src/components/drawer/index.d.ts +9 -0
  151. package/dist/src/components/dropdown-menu/DropdownMenu.vue.d.ts +24 -0
  152. package/dist/src/components/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +29 -0
  153. package/dist/src/components/dropdown-menu/DropdownMenuContent.vue.d.ts +36 -0
  154. package/dist/src/components/dropdown-menu/DropdownMenuGroup.vue.d.ts +18 -0
  155. package/dist/src/components/dropdown-menu/DropdownMenuItem.vue.d.ts +26 -0
  156. package/dist/src/components/dropdown-menu/DropdownMenuLabel.vue.d.ts +23 -0
  157. package/dist/src/components/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +22 -0
  158. package/dist/src/components/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +27 -0
  159. package/dist/src/components/dropdown-menu/DropdownMenuSeparator.vue.d.ts +7 -0
  160. package/dist/src/components/dropdown-menu/DropdownMenuShortcut.vue.d.ts +21 -0
  161. package/dist/src/components/dropdown-menu/DropdownMenuSub.vue.d.ts +22 -0
  162. package/dist/src/components/dropdown-menu/DropdownMenuSubContent.vue.d.ts +38 -0
  163. package/dist/src/components/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +23 -0
  164. package/dist/src/components/dropdown-menu/DropdownMenuTrigger.vue.d.ts +18 -0
  165. package/dist/src/components/dropdown-menu/index.d.ts +15 -0
  166. package/dist/src/components/empty/Empty.vue.d.ts +21 -0
  167. package/dist/src/components/empty/EmptyContent.vue.d.ts +21 -0
  168. package/dist/src/components/empty/EmptyDescription.vue.d.ts +21 -0
  169. package/dist/src/components/empty/EmptyHeader.vue.d.ts +21 -0
  170. package/dist/src/components/empty/EmptyMedia.vue.d.ts +23 -0
  171. package/dist/src/components/empty/EmptyTitle.vue.d.ts +21 -0
  172. package/dist/src/components/empty/index.d.ts +11 -0
  173. package/dist/src/components/field/Field.vue.d.ts +23 -0
  174. package/dist/src/components/field/FieldContent.vue.d.ts +21 -0
  175. package/dist/src/components/field/FieldDescription.vue.d.ts +21 -0
  176. package/dist/src/components/field/FieldError.vue.d.ts +24 -0
  177. package/dist/src/components/field/FieldGroup.vue.d.ts +21 -0
  178. package/dist/src/components/field/FieldLabel.vue.d.ts +21 -0
  179. package/dist/src/components/field/FieldLegend.vue.d.ts +22 -0
  180. package/dist/src/components/field/FieldSeparator.vue.d.ts +21 -0
  181. package/dist/src/components/field/FieldSet.vue.d.ts +21 -0
  182. package/dist/src/components/field/FieldTitle.vue.d.ts +21 -0
  183. package/dist/src/components/field/index.d.ts +15 -0
  184. package/dist/src/components/form/FormControl.vue.d.ts +17 -0
  185. package/dist/src/components/form/FormDescription.vue.d.ts +21 -0
  186. package/dist/src/components/form/FormItem.vue.d.ts +21 -0
  187. package/dist/src/components/form/FormLabel.vue.d.ts +22 -0
  188. package/dist/src/components/form/FormMessage.vue.d.ts +6 -0
  189. package/dist/src/components/form/index.d.ts +7 -0
  190. package/dist/src/components/form/injectionKeys.d.ts +2 -0
  191. package/dist/src/components/form/useFormField.d.ts +11 -0
  192. package/dist/src/components/hover-card/HoverCard.vue.d.ts +24 -0
  193. package/dist/src/components/hover-card/HoverCardContent.vue.d.ts +24 -0
  194. package/dist/src/components/hover-card/HoverCardTrigger.vue.d.ts +18 -0
  195. package/dist/src/components/hover-card/index.d.ts +3 -0
  196. package/dist/src/components/input/Input.vue.d.ts +12 -0
  197. package/dist/src/components/input/index.d.ts +1 -0
  198. package/dist/src/components/input-group/InputGroup.vue.d.ts +21 -0
  199. package/dist/src/components/input-group/InputGroupAddon.vue.d.ts +25 -0
  200. package/dist/src/components/input-group/InputGroupButton.vue.d.ts +21 -0
  201. package/dist/src/components/input-group/InputGroupInput.vue.d.ts +6 -0
  202. package/dist/src/components/input-group/InputGroupText.vue.d.ts +21 -0
  203. package/dist/src/components/input-group/InputGroupTextarea.vue.d.ts +6 -0
  204. package/dist/src/components/input-group/index.d.ts +22 -0
  205. package/dist/src/components/input-otp/InputOTP.vue.d.ts +46 -0
  206. package/dist/src/components/input-otp/InputOTPGroup.vue.d.ts +21 -0
  207. package/dist/src/components/input-otp/InputOTPSeparator.vue.d.ts +21 -0
  208. package/dist/src/components/input-otp/InputOTPSlot.vue.d.ts +7 -0
  209. package/dist/src/components/input-otp/index.d.ts +4 -0
  210. package/dist/src/components/item/Item.vue.d.ts +27 -0
  211. package/dist/src/components/item/ItemActions.vue.d.ts +21 -0
  212. package/dist/src/components/item/ItemContent.vue.d.ts +21 -0
  213. package/dist/src/components/item/ItemDescription.vue.d.ts +21 -0
  214. package/dist/src/components/item/ItemFooter.vue.d.ts +21 -0
  215. package/dist/src/components/item/ItemGroup.vue.d.ts +21 -0
  216. package/dist/src/components/item/ItemHeader.vue.d.ts +21 -0
  217. package/dist/src/components/item/ItemMedia.vue.d.ts +23 -0
  218. package/dist/src/components/item/ItemSeparator.vue.d.ts +7 -0
  219. package/dist/src/components/item/ItemTitle.vue.d.ts +21 -0
  220. package/dist/src/components/item/index.d.ts +20 -0
  221. package/dist/src/components/kbd/Kbd.vue.d.ts +21 -0
  222. package/dist/src/components/kbd/KbdGroup.vue.d.ts +21 -0
  223. package/dist/src/components/kbd/index.d.ts +2 -0
  224. package/dist/src/components/label/Label.vue.d.ts +22 -0
  225. package/dist/src/components/label/index.d.ts +1 -0
  226. package/dist/src/components/menubar/Menubar.vue.d.ts +28 -0
  227. package/dist/src/components/menubar/MenubarCheckboxItem.vue.d.ts +29 -0
  228. package/dist/src/components/menubar/MenubarContent.vue.d.ts +26 -0
  229. package/dist/src/components/menubar/MenubarGroup.vue.d.ts +18 -0
  230. package/dist/src/components/menubar/MenubarItem.vue.d.ts +28 -0
  231. package/dist/src/components/menubar/MenubarLabel.vue.d.ts +23 -0
  232. package/dist/src/components/menubar/MenubarMenu.vue.d.ts +18 -0
  233. package/dist/src/components/menubar/MenubarRadioGroup.vue.d.ts +22 -0
  234. package/dist/src/components/menubar/MenubarRadioItem.vue.d.ts +27 -0
  235. package/dist/src/components/menubar/MenubarSeparator.vue.d.ts +7 -0
  236. package/dist/src/components/menubar/MenubarShortcut.vue.d.ts +21 -0
  237. package/dist/src/components/menubar/MenubarSub.vue.d.ts +25 -0
  238. package/dist/src/components/menubar/MenubarSubContent.vue.d.ts +38 -0
  239. package/dist/src/components/menubar/MenubarSubTrigger.vue.d.ts +23 -0
  240. package/dist/src/components/menubar/MenubarTrigger.vue.d.ts +22 -0
  241. package/dist/src/components/menubar/index.d.ts +15 -0
  242. package/dist/src/components/native-select/NativeSelect.vue.d.ts +27 -0
  243. package/dist/src/components/native-select/NativeSelectOptGroup.vue.d.ts +405 -0
  244. package/dist/src/components/native-select/NativeSelectOption.vue.d.ts +409 -0
  245. package/dist/src/components/native-select/index.d.ts +3 -0
  246. package/dist/src/components/navigation-menu/NavigationMenu.vue.d.ts +31 -0
  247. package/dist/src/components/navigation-menu/NavigationMenuContent.vue.d.ts +32 -0
  248. package/dist/src/components/navigation-menu/NavigationMenuIndicator.vue.d.ts +7 -0
  249. package/dist/src/components/navigation-menu/NavigationMenuItem.vue.d.ts +22 -0
  250. package/dist/src/components/navigation-menu/NavigationMenuLink.vue.d.ts +30 -0
  251. package/dist/src/components/navigation-menu/NavigationMenuList.vue.d.ts +22 -0
  252. package/dist/src/components/navigation-menu/NavigationMenuTrigger.vue.d.ts +22 -0
  253. package/dist/src/components/navigation-menu/NavigationMenuViewport.vue.d.ts +7 -0
  254. package/dist/src/components/navigation-menu/index.d.ts +9 -0
  255. package/dist/src/components/number-field/NumberField.vue.d.ts +29 -0
  256. package/dist/src/components/number-field/NumberFieldContent.vue.d.ts +21 -0
  257. package/dist/src/components/number-field/NumberFieldDecrement.vue.d.ts +22 -0
  258. package/dist/src/components/number-field/NumberFieldIncrement.vue.d.ts +22 -0
  259. package/dist/src/components/number-field/NumberFieldInput.vue.d.ts +6 -0
  260. package/dist/src/components/number-field/index.d.ts +5 -0
  261. package/dist/src/components/pagination/Pagination.vue.d.ts +29 -0
  262. package/dist/src/components/pagination/PaginationContent.vue.d.ts +29 -0
  263. package/dist/src/components/pagination/PaginationEllipsis.vue.d.ts +22 -0
  264. package/dist/src/components/pagination/PaginationFirst.vue.d.ts +26 -0
  265. package/dist/src/components/pagination/PaginationItem.vue.d.ts +27 -0
  266. package/dist/src/components/pagination/PaginationLast.vue.d.ts +26 -0
  267. package/dist/src/components/pagination/PaginationLink.vue.d.ts +28 -0
  268. package/dist/src/components/pagination/PaginationNext.vue.d.ts +26 -0
  269. package/dist/src/components/pagination/PaginationPrevious.vue.d.ts +26 -0
  270. package/dist/src/components/pagination/index.d.ts +9 -0
  271. package/dist/src/components/pin-input/PinInput.vue.d.ts +22 -0
  272. package/dist/src/components/pin-input/PinInputGroup.vue.d.ts +22 -0
  273. package/dist/src/components/pin-input/PinInputSeparator.vue.d.ts +18 -0
  274. package/dist/src/components/pin-input/PinInputSlot.vue.d.ts +7 -0
  275. package/dist/src/components/pin-input/index.d.ts +4 -0
  276. package/dist/src/components/popover/Popover.vue.d.ts +25 -0
  277. package/dist/src/components/popover/PopoverAnchor.vue.d.ts +18 -0
  278. package/dist/src/components/popover/PopoverContent.vue.d.ts +39 -0
  279. package/dist/src/components/popover/PopoverTrigger.vue.d.ts +18 -0
  280. package/dist/src/components/popover/index.d.ts +4 -0
  281. package/dist/src/components/progress/Progress.vue.d.ts +9 -0
  282. package/dist/src/components/progress/index.d.ts +1 -0
  283. package/dist/src/components/radio-group/RadioGroup.vue.d.ts +28 -0
  284. package/dist/src/components/radio-group/RadioGroupItem.vue.d.ts +22 -0
  285. package/dist/src/components/radio-group/index.d.ts +2 -0
  286. package/dist/src/components/range-calendar/RangeCalendar.vue.d.ts +17 -0
  287. package/dist/src/components/range-calendar/RangeCalendarCell.vue.d.ts +22 -0
  288. package/dist/src/components/range-calendar/RangeCalendarCellTrigger.vue.d.ts +24 -0
  289. package/dist/src/components/range-calendar/RangeCalendarGrid.vue.d.ts +22 -0
  290. package/dist/src/components/range-calendar/RangeCalendarGridBody.vue.d.ts +18 -0
  291. package/dist/src/components/range-calendar/RangeCalendarGridHead.vue.d.ts +18 -0
  292. package/dist/src/components/range-calendar/RangeCalendarGridRow.vue.d.ts +22 -0
  293. package/dist/src/components/range-calendar/RangeCalendarHeadCell.vue.d.ts +22 -0
  294. package/dist/src/components/range-calendar/RangeCalendarHeader.vue.d.ts +22 -0
  295. package/dist/src/components/range-calendar/RangeCalendarHeading.vue.d.ts +28 -0
  296. package/dist/src/components/range-calendar/RangeCalendarNextButton.vue.d.ts +22 -0
  297. package/dist/src/components/range-calendar/RangeCalendarPrevButton.vue.d.ts +22 -0
  298. package/dist/src/components/range-calendar/index.d.ts +12 -0
  299. package/dist/src/components/resizable/ResizableHandle.vue.d.ts +27 -0
  300. package/dist/src/components/resizable/ResizablePanel.vue.d.ts +32 -0
  301. package/dist/src/components/resizable/ResizablePanelGroup.vue.d.ts +28 -0
  302. package/dist/src/components/resizable/index.d.ts +3 -0
  303. package/dist/src/components/scroll-area/ScrollArea.vue.d.ts +22 -0
  304. package/dist/src/components/scroll-area/ScrollBar.vue.d.ts +9 -0
  305. package/dist/src/components/scroll-area/index.d.ts +2 -0
  306. package/dist/src/components/select/Select.vue.d.ts +28 -0
  307. package/dist/src/components/select/SelectContent.vue.d.ts +32 -0
  308. package/dist/src/components/select/SelectGroup.vue.d.ts +18 -0
  309. package/dist/src/components/select/SelectItem.vue.d.ts +23 -0
  310. package/dist/src/components/select/SelectItemText.vue.d.ts +18 -0
  311. package/dist/src/components/select/SelectLabel.vue.d.ts +22 -0
  312. package/dist/src/components/select/SelectScrollDownButton.vue.d.ts +22 -0
  313. package/dist/src/components/select/SelectScrollUpButton.vue.d.ts +22 -0
  314. package/dist/src/components/select/SelectSeparator.vue.d.ts +7 -0
  315. package/dist/src/components/select/SelectTrigger.vue.d.ts +25 -0
  316. package/dist/src/components/select/SelectValue.vue.d.ts +18 -0
  317. package/dist/src/components/select/index.d.ts +11 -0
  318. package/dist/src/components/separator/Separator.vue.d.ts +10 -0
  319. package/dist/src/components/separator/index.d.ts +1 -0
  320. package/dist/src/components/sheet/Sheet.vue.d.ts +25 -0
  321. package/dist/src/components/sheet/SheetClose.vue.d.ts +18 -0
  322. package/dist/src/components/sheet/SheetContent.vue.d.ts +39 -0
  323. package/dist/src/components/sheet/SheetDescription.vue.d.ts +22 -0
  324. package/dist/src/components/sheet/SheetFooter.vue.d.ts +21 -0
  325. package/dist/src/components/sheet/SheetHeader.vue.d.ts +21 -0
  326. package/dist/src/components/sheet/SheetOverlay.vue.d.ts +22 -0
  327. package/dist/src/components/sheet/SheetTitle.vue.d.ts +22 -0
  328. package/dist/src/components/sheet/SheetTrigger.vue.d.ts +18 -0
  329. package/dist/src/components/sheet/index.d.ts +8 -0
  330. package/dist/src/components/sidebar/Sidebar.vue.d.ts +24 -0
  331. package/dist/src/components/sidebar/SidebarContent.vue.d.ts +21 -0
  332. package/dist/src/components/sidebar/SidebarFooter.vue.d.ts +21 -0
  333. package/dist/src/components/sidebar/SidebarGroup.vue.d.ts +21 -0
  334. package/dist/src/components/sidebar/SidebarGroupAction.vue.d.ts +22 -0
  335. package/dist/src/components/sidebar/SidebarGroupContent.vue.d.ts +21 -0
  336. package/dist/src/components/sidebar/SidebarGroupLabel.vue.d.ts +22 -0
  337. package/dist/src/components/sidebar/SidebarHeader.vue.d.ts +21 -0
  338. package/dist/src/components/sidebar/SidebarInput.vue.d.ts +21 -0
  339. package/dist/src/components/sidebar/SidebarInset.vue.d.ts +21 -0
  340. package/dist/src/components/sidebar/SidebarMenu.vue.d.ts +21 -0
  341. package/dist/src/components/sidebar/SidebarMenuAction.vue.d.ts +25 -0
  342. package/dist/src/components/sidebar/SidebarMenuBadge.vue.d.ts +21 -0
  343. package/dist/src/components/sidebar/SidebarMenuButton.vue.d.ts +27 -0
  344. package/dist/src/components/sidebar/SidebarMenuButtonChild.vue.d.ts +30 -0
  345. package/dist/src/components/sidebar/SidebarMenuItem.vue.d.ts +21 -0
  346. package/dist/src/components/sidebar/SidebarMenuSkeleton.vue.d.ts +7 -0
  347. package/dist/src/components/sidebar/SidebarMenuSub.vue.d.ts +21 -0
  348. package/dist/src/components/sidebar/SidebarMenuSubButton.vue.d.ts +27 -0
  349. package/dist/src/components/sidebar/SidebarMenuSubItem.vue.d.ts +21 -0
  350. package/dist/src/components/sidebar/SidebarProvider.vue.d.ts +30 -0
  351. package/dist/src/components/sidebar/SidebarRail.vue.d.ts +21 -0
  352. package/dist/src/components/sidebar/SidebarSeparator.vue.d.ts +21 -0
  353. package/dist/src/components/sidebar/SidebarTrigger.vue.d.ts +6 -0
  354. package/dist/src/components/sidebar/index.d.ts +31 -0
  355. package/dist/src/components/sidebar/props.d.ts +7 -0
  356. package/dist/src/components/sidebar/utils.d.ts +56 -0
  357. package/dist/src/components/skeleton/Skeleton.vue.d.ts +6 -0
  358. package/dist/src/components/skeleton/index.d.ts +1 -0
  359. package/dist/src/components/slider/Slider.vue.d.ts +13 -0
  360. package/dist/src/components/slider/index.d.ts +1 -0
  361. package/dist/src/components/sonner/Sonner.vue.d.ts +3 -0
  362. package/dist/src/components/sonner/index.d.ts +1 -0
  363. package/dist/src/components/spinner/Spinner.vue.d.ts +6 -0
  364. package/dist/src/components/spinner/index.d.ts +1 -0
  365. package/dist/src/components/stepper/Stepper.vue.d.ts +38 -0
  366. package/dist/src/components/stepper/StepperDescription.vue.d.ts +22 -0
  367. package/dist/src/components/stepper/StepperIndicator.vue.d.ts +22 -0
  368. package/dist/src/components/stepper/StepperItem.vue.d.ts +22 -0
  369. package/dist/src/components/stepper/StepperSeparator.vue.d.ts +7 -0
  370. package/dist/src/components/stepper/StepperTitle.vue.d.ts +22 -0
  371. package/dist/src/components/stepper/StepperTrigger.vue.d.ts +22 -0
  372. package/dist/src/components/stepper/index.d.ts +7 -0
  373. package/dist/src/components/switch/Switch.vue.d.ts +28 -0
  374. package/dist/src/components/switch/index.d.ts +1 -0
  375. package/dist/src/components/table/Table.vue.d.ts +21 -0
  376. package/dist/src/components/table/TableBody.vue.d.ts +21 -0
  377. package/dist/src/components/table/TableCaption.vue.d.ts +21 -0
  378. package/dist/src/components/table/TableCell.vue.d.ts +21 -0
  379. package/dist/src/components/table/TableEmpty.vue.d.ts +24 -0
  380. package/dist/src/components/table/TableFooter.vue.d.ts +21 -0
  381. package/dist/src/components/table/TableHead.vue.d.ts +21 -0
  382. package/dist/src/components/table/TableHeader.vue.d.ts +21 -0
  383. package/dist/src/components/table/TableRow.vue.d.ts +21 -0
  384. package/dist/src/components/table/index.d.ts +9 -0
  385. package/dist/src/components/table/utils.d.ts +3 -0
  386. package/dist/src/components/tabs/Tabs.vue.d.ts +28 -0
  387. package/dist/src/components/tabs/TabsContent.vue.d.ts +22 -0
  388. package/dist/src/components/tabs/TabsList.vue.d.ts +22 -0
  389. package/dist/src/components/tabs/TabsTrigger.vue.d.ts +22 -0
  390. package/dist/src/components/tabs/index.d.ts +4 -0
  391. package/dist/src/components/tags-input/TagsInput.vue.d.ts +34 -0
  392. package/dist/src/components/tags-input/TagsInputInput.vue.d.ts +7 -0
  393. package/dist/src/components/tags-input/TagsInputItem.vue.d.ts +22 -0
  394. package/dist/src/components/tags-input/TagsInputItemDelete.vue.d.ts +22 -0
  395. package/dist/src/components/tags-input/TagsInputItemText.vue.d.ts +7 -0
  396. package/dist/src/components/tags-input/index.d.ts +5 -0
  397. package/dist/src/components/textarea/Textarea.vue.d.ts +12 -0
  398. package/dist/src/components/textarea/index.d.ts +1 -0
  399. package/dist/src/components/toggle/Toggle.vue.d.ts +33 -0
  400. package/dist/src/components/toggle/index.d.ts +7 -0
  401. package/dist/src/components/toggle-group/ToggleGroup.vue.d.ts +36 -0
  402. package/dist/src/components/toggle-group/ToggleGroupItem.vue.d.ts +29 -0
  403. package/dist/src/components/toggle-group/index.d.ts +2 -0
  404. package/dist/src/components/tooltip/Tooltip.vue.d.ts +24 -0
  405. package/dist/src/components/tooltip/TooltipContent.vue.d.ts +30 -0
  406. package/dist/src/components/tooltip/TooltipProvider.vue.d.ts +20 -0
  407. package/dist/src/components/tooltip/TooltipTrigger.vue.d.ts +18 -0
  408. package/dist/src/components/tooltip/index.d.ts +4 -0
  409. package/dist/src/composables/useAppearance.d.ts +9 -0
  410. package/dist/src/composables/useCookie.d.ts +1 -0
  411. package/dist/src/composables/useInitials.d.ts +4 -0
  412. package/dist/src/composables/useLanguage.d.ts +6 -0
  413. package/dist/src/composables/usePage.d.ts +2 -0
  414. package/dist/src/composables/useToast.d.ts +61 -0
  415. package/dist/src/layouts/auth/AuthSimpleLayout.vue.d.ts +27 -0
  416. package/dist/src/layouts/settings/SettingsLayout.vue.d.ts +17 -0
  417. package/dist/src/lib/cn.d.ts +2 -0
  418. package/dist/src/lib/utils.d.ts +4 -0
  419. package/dist/src/main.d.ts +0 -0
  420. package/dist/src/plugins/i18n.d.ts +4 -0
  421. package/dist/src/vite/craftPlugin.d.ts +4 -0
  422. package/dist/vite/craftPlugin.js +105 -0
  423. package/dist/vite/ts/craftPlugin.ts +109 -0
  424. package/package.json +9 -2
@@ -0,0 +1,21 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes["class"];
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: HTMLDivElement;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
+ export default _default;
17
+ type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,22 @@
1
+ import { NumberFieldDecrementProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = NumberFieldDecrementProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: any;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
@@ -0,0 +1,22 @@
1
+ import { NumberFieldIncrementProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = NumberFieldIncrementProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: any;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
@@ -0,0 +1,6 @@
1
+ import { HTMLAttributes } from 'vue';
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes["class"];
4
+ };
5
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
6
+ export default _default;
@@ -0,0 +1,5 @@
1
+ export { default as NumberField } from './NumberField.vue';
2
+ export { default as NumberFieldContent } from './NumberFieldContent.vue';
3
+ export { default as NumberFieldDecrement } from './NumberFieldDecrement.vue';
4
+ export { default as NumberFieldIncrement } from './NumberFieldIncrement.vue';
5
+ export { default as NumberFieldInput } from './NumberFieldInput.vue';
@@ -0,0 +1,29 @@
1
+ import { PaginationRootProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = PaginationRootProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {
10
+ page: number;
11
+ pageCount: number;
12
+ }): any;
13
+ };
14
+ refs: {};
15
+ rootEl: any;
16
+ };
17
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
19
+ "update:page": (value: number) => any;
20
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
21
+ "onUpdate:page"?: ((value: number) => any) | undefined;
22
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
23
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
+ export default _default;
25
+ type __VLS_WithTemplateSlots<T, S> = T & {
26
+ new (): {
27
+ $slots: S;
28
+ };
29
+ };
@@ -0,0 +1,29 @@
1
+ import { PaginationListProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = PaginationListProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {
10
+ items: ({
11
+ type: "ellipsis";
12
+ } | {
13
+ type: "page";
14
+ value: number;
15
+ })[];
16
+ }): any;
17
+ };
18
+ refs: {};
19
+ rootEl: any;
20
+ };
21
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
23
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
+ export default _default;
25
+ type __VLS_WithTemplateSlots<T, S> = T & {
26
+ new (): {
27
+ $slots: S;
28
+ };
29
+ };
@@ -0,0 +1,22 @@
1
+ import { PaginationEllipsisProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = PaginationEllipsisProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: any;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
@@ -0,0 +1,26 @@
1
+ import { PaginationFirstProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ import { ButtonVariants } from '../button';
4
+ type __VLS_Props = PaginationFirstProps & {
5
+ size?: ButtonVariants["size"];
6
+ class?: HTMLAttributes["class"];
7
+ };
8
+ declare function __VLS_template(): {
9
+ attrs: Partial<{}>;
10
+ slots: {
11
+ default?(_: {}): any;
12
+ };
13
+ refs: {};
14
+ rootEl: any;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
18
+ size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
+ export default _default;
22
+ type __VLS_WithTemplateSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
@@ -0,0 +1,27 @@
1
+ import { PaginationListItemProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ import { ButtonVariants } from '../button';
4
+ type __VLS_Props = PaginationListItemProps & {
5
+ size?: ButtonVariants["size"];
6
+ class?: HTMLAttributes["class"];
7
+ isActive?: boolean;
8
+ };
9
+ declare function __VLS_template(): {
10
+ attrs: Partial<{}>;
11
+ slots: {
12
+ default?(_: {}): any;
13
+ };
14
+ refs: {};
15
+ rootEl: any;
16
+ };
17
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
19
+ size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
20
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
22
+ export default _default;
23
+ type __VLS_WithTemplateSlots<T, S> = T & {
24
+ new (): {
25
+ $slots: S;
26
+ };
27
+ };
@@ -0,0 +1,26 @@
1
+ import { PaginationLastProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ import { ButtonVariants } from '../button';
4
+ type __VLS_Props = PaginationLastProps & {
5
+ size?: ButtonVariants["size"];
6
+ class?: HTMLAttributes["class"];
7
+ };
8
+ declare function __VLS_template(): {
9
+ attrs: Partial<{}>;
10
+ slots: {
11
+ default?(_: {}): any;
12
+ };
13
+ refs: {};
14
+ rootEl: any;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
18
+ size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
+ export default _default;
22
+ type __VLS_WithTemplateSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
@@ -0,0 +1,28 @@
1
+ import { PaginationListItemProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ import { ButtonVariants } from '../button';
4
+ type __VLS_Props = PaginationListItemProps & {
5
+ isActive?: boolean;
6
+ size?: ButtonVariants["size"];
7
+ class?: HTMLAttributes["class"];
8
+ };
9
+ declare function __VLS_template(): {
10
+ attrs: Partial<{}>;
11
+ slots: {
12
+ default?(_: {}): any;
13
+ };
14
+ refs: {};
15
+ rootEl: any;
16
+ };
17
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
19
+ size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
20
+ isActive: boolean;
21
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
22
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
23
+ export default _default;
24
+ type __VLS_WithTemplateSlots<T, S> = T & {
25
+ new (): {
26
+ $slots: S;
27
+ };
28
+ };
@@ -0,0 +1,26 @@
1
+ import { PaginationNextProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ import { ButtonVariants } from '../button';
4
+ type __VLS_Props = PaginationNextProps & {
5
+ size?: ButtonVariants["size"];
6
+ class?: HTMLAttributes["class"];
7
+ };
8
+ declare function __VLS_template(): {
9
+ attrs: Partial<{}>;
10
+ slots: {
11
+ default?(_: {}): any;
12
+ };
13
+ refs: {};
14
+ rootEl: any;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
18
+ size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
+ export default _default;
22
+ type __VLS_WithTemplateSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
@@ -0,0 +1,26 @@
1
+ import { PaginationPrevProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ import { ButtonVariants } from '../button';
4
+ type __VLS_Props = PaginationPrevProps & {
5
+ size?: ButtonVariants["size"];
6
+ class?: HTMLAttributes["class"];
7
+ };
8
+ declare function __VLS_template(): {
9
+ attrs: Partial<{}>;
10
+ slots: {
11
+ default?(_: {}): any;
12
+ };
13
+ refs: {};
14
+ rootEl: any;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
18
+ size: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
+ export default _default;
22
+ type __VLS_WithTemplateSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
@@ -0,0 +1,9 @@
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 PaginationLink } from './PaginationLink.vue';
8
+ export { default as PaginationNext } from './PaginationNext.vue';
9
+ export { default as PaginationPrevious } from './PaginationPrevious.vue';
@@ -0,0 +1,22 @@
1
+ import { PinInputRootProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ declare const _default: <Type extends "text" | "number" = "text">(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
5
+ readonly "onUpdate:modelValue"?: ((value: [Type] extends ["number"] ? number[] : string[]) => any) | undefined;
6
+ readonly onComplete?: ((value: [Type] extends ["number"] ? number[] : string[]) => any) | undefined;
7
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onComplete"> & (PinInputRootProps<Type> & {
8
+ class?: HTMLAttributes["class"];
9
+ }) & Partial<{}>> & import('vue').PublicProps;
10
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
11
+ attrs: any;
12
+ slots: {
13
+ default?(_: {}): any;
14
+ };
15
+ emit: ((evt: "update:modelValue", value: [Type] extends ["number"] ? number[] : string[]) => void) & ((evt: "complete", value: [Type] extends ["number"] ? number[] : string[]) => void);
16
+ }>) => import('vue').VNode & {
17
+ __ctx?: Awaited<typeof __VLS_setup>;
18
+ };
19
+ export default _default;
20
+ type __VLS_PrettifyLocal<T> = {
21
+ [K in keyof T]: T[K];
22
+ } & {};
@@ -0,0 +1,22 @@
1
+ import { PrimitiveProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = PrimitiveProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: any;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
@@ -0,0 +1,18 @@
1
+ import { PrimitiveProps } from 'reka-ui';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: any;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<PrimitiveProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<PrimitiveProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
+ export default _default;
14
+ type __VLS_WithTemplateSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
@@ -0,0 +1,7 @@
1
+ import { PinInputInputProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = PinInputInputProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
7
+ export default _default;
@@ -0,0 +1,4 @@
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';
@@ -0,0 +1,25 @@
1
+ import { PopoverRootProps } from 'reka-ui';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {
6
+ open: boolean;
7
+ close: () => void;
8
+ }): any;
9
+ };
10
+ refs: {};
11
+ rootEl: any;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import('vue').DefineComponent<PopoverRootProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
+ "update:open": (value: boolean) => any;
16
+ }, string, import('vue').PublicProps, Readonly<PopoverRootProps> & Readonly<{
17
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
18
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
20
+ export default _default;
21
+ type __VLS_WithTemplateSlots<T, S> = T & {
22
+ new (): {
23
+ $slots: S;
24
+ };
25
+ };
@@ -0,0 +1,18 @@
1
+ import { PopoverAnchorProps } from 'reka-ui';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: any;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<PopoverAnchorProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
+ export default _default;
14
+ type __VLS_WithTemplateSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
@@ -0,0 +1,39 @@
1
+ import { PopoverContentProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = PopoverContentProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: any;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
+ escapeKeyDown: (event: KeyboardEvent) => any;
17
+ pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
18
+ focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
19
+ interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
20
+ openAutoFocus: (event: Event) => any;
21
+ closeAutoFocus: (event: Event) => any;
22
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
23
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
24
+ onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
25
+ onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
26
+ onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
27
+ onOpenAutoFocus?: ((event: Event) => any) | undefined;
28
+ onCloseAutoFocus?: ((event: Event) => any) | undefined;
29
+ }>, {
30
+ align: "start" | "end" | "center";
31
+ sideOffset: number;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
33
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
34
+ export default _default;
35
+ type __VLS_WithTemplateSlots<T, S> = T & {
36
+ new (): {
37
+ $slots: S;
38
+ };
39
+ };
@@ -0,0 +1,18 @@
1
+ import { PopoverTriggerProps } from 'reka-ui';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: any;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<PopoverTriggerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
+ export default _default;
14
+ type __VLS_WithTemplateSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
@@ -0,0 +1,4 @@
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';
@@ -0,0 +1,9 @@
1
+ import { ProgressRootProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = ProgressRootProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
+ modelValue: number | null;
8
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
+ export default _default;
@@ -0,0 +1 @@
1
+ export { default as Progress } from './Progress.vue';
@@ -0,0 +1,28 @@
1
+ import { RadioGroupRootProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = RadioGroupRootProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {
10
+ modelValue: import('reka-ui').AcceptableValue | undefined;
11
+ }): any;
12
+ };
13
+ refs: {};
14
+ rootEl: any;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
+ "update:modelValue": (payload: string) => any;
19
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
20
+ "onUpdate:modelValue"?: ((payload: string) => any) | undefined;
21
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
22
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
23
+ export default _default;
24
+ type __VLS_WithTemplateSlots<T, S> = T & {
25
+ new (): {
26
+ $slots: S;
27
+ };
28
+ };
@@ -0,0 +1,22 @@
1
+ import { RadioGroupItemProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = RadioGroupItemProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: any;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
@@ -0,0 +1,2 @@
1
+ export { default as RadioGroup } from './RadioGroup.vue';
2
+ export { default as RadioGroupItem } from './RadioGroupItem.vue';
@@ -0,0 +1,17 @@
1
+ import { RangeCalendarRootProps } from 'reka-ui';
2
+ import { HTMLAttributes } from 'vue';
3
+ type __VLS_Props = RangeCalendarRootProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
+ "update:modelValue": (date: import('reka-ui').DateRange) => any;
8
+ "update:placeholder": (date: import('reka-ui').DateValue) => any;
9
+ "update:validModelValue": (date: import('reka-ui').DateRange) => any;
10
+ "update:startValue": (date: import('reka-ui').DateValue | undefined) => any;
11
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
12
+ "onUpdate:modelValue"?: ((date: import('reka-ui').DateRange) => any) | undefined;
13
+ "onUpdate:placeholder"?: ((date: import('reka-ui').DateValue) => any) | undefined;
14
+ "onUpdate:validModelValue"?: ((date: import('reka-ui').DateRange) => any) | undefined;
15
+ "onUpdate:startValue"?: ((date: import('reka-ui').DateValue | undefined) => any) | undefined;
16
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
+ export default _default;