abckit 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1283) hide show
  1. package/dist/module.d.mts +41 -0
  2. package/dist/module.json +9 -0
  3. package/dist/module.mjs +262 -0
  4. package/dist/runtime/assets/css/tailwind.css +1 -0
  5. package/dist/runtime/colada.options.d.ts +6 -0
  6. package/dist/runtime/colada.options.js +87 -0
  7. package/dist/runtime/components/app/AppBreadcrumbs.d.vue.ts +3 -0
  8. package/dist/runtime/components/app/AppBreadcrumbs.vue +80 -0
  9. package/dist/runtime/components/app/AppBreadcrumbs.vue.d.ts +3 -0
  10. package/dist/runtime/components/app/AppHeader.d.vue.ts +9 -0
  11. package/dist/runtime/components/app/AppHeader.vue +26 -0
  12. package/dist/runtime/components/app/AppHeader.vue.d.ts +9 -0
  13. package/dist/runtime/components/app/AppImage.d.vue.ts +11 -0
  14. package/dist/runtime/components/app/AppImage.vue +39 -0
  15. package/dist/runtime/components/app/AppImage.vue.d.ts +11 -0
  16. package/dist/runtime/components/app/AppNavMain.d.vue.ts +18 -0
  17. package/dist/runtime/components/app/AppNavMain.vue +68 -0
  18. package/dist/runtime/components/app/AppNavMain.vue.d.ts +18 -0
  19. package/dist/runtime/components/app/index.d.ts +4 -0
  20. package/dist/runtime/components/app/index.js +4 -0
  21. package/dist/runtime/components/ui/accordion/Accordion.d.vue.ts +21 -0
  22. package/dist/runtime/components/ui/accordion/Accordion.vue +26 -0
  23. package/dist/runtime/components/ui/accordion/Accordion.vue.d.ts +21 -0
  24. package/dist/runtime/components/ui/accordion/AccordionContent.d.vue.ts +18 -0
  25. package/dist/runtime/components/ui/accordion/AccordionContent.vue +24 -0
  26. package/dist/runtime/components/ui/accordion/AccordionContent.vue.d.ts +18 -0
  27. package/dist/runtime/components/ui/accordion/AccordionItem.d.vue.ts +20 -0
  28. package/dist/runtime/components/ui/accordion/AccordionItem.vue +26 -0
  29. package/dist/runtime/components/ui/accordion/AccordionItem.vue.d.ts +20 -0
  30. package/dist/runtime/components/ui/accordion/AccordionTrigger.d.vue.ts +20 -0
  31. package/dist/runtime/components/ui/accordion/AccordionTrigger.vue +37 -0
  32. package/dist/runtime/components/ui/accordion/AccordionTrigger.vue.d.ts +20 -0
  33. package/dist/runtime/components/ui/accordion/index.d.ts +4 -0
  34. package/dist/runtime/components/ui/accordion/index.js +4 -0
  35. package/dist/runtime/components/ui/alert/Alert.d.vue.ts +19 -0
  36. package/dist/runtime/components/ui/alert/Alert.vue +18 -0
  37. package/dist/runtime/components/ui/alert/Alert.vue.d.ts +19 -0
  38. package/dist/runtime/components/ui/alert/AlertDescription.d.vue.ts +17 -0
  39. package/dist/runtime/components/ui/alert/AlertDescription.vue +15 -0
  40. package/dist/runtime/components/ui/alert/AlertDescription.vue.d.ts +17 -0
  41. package/dist/runtime/components/ui/alert/AlertTitle.d.vue.ts +17 -0
  42. package/dist/runtime/components/ui/alert/AlertTitle.vue +15 -0
  43. package/dist/runtime/components/ui/alert/AlertTitle.vue.d.ts +17 -0
  44. package/dist/runtime/components/ui/alert/index.d.ts +8 -0
  45. package/dist/runtime/components/ui/alert/index.js +18 -0
  46. package/dist/runtime/components/ui/alert-dialog/AlertDialog.d.vue.ts +21 -0
  47. package/dist/runtime/components/ui/alert-dialog/AlertDialog.vue +15 -0
  48. package/dist/runtime/components/ui/alert-dialog/AlertDialog.vue.d.ts +21 -0
  49. package/dist/runtime/components/ui/alert-dialog/AlertDialogAction.d.vue.ts +18 -0
  50. package/dist/runtime/components/ui/alert-dialog/AlertDialogAction.vue +18 -0
  51. package/dist/runtime/components/ui/alert-dialog/AlertDialogAction.vue.d.ts +18 -0
  52. package/dist/runtime/components/ui/alert-dialog/AlertDialogCancel.d.vue.ts +18 -0
  53. package/dist/runtime/components/ui/alert-dialog/AlertDialogCancel.vue +25 -0
  54. package/dist/runtime/components/ui/alert-dialog/AlertDialogCancel.vue.d.ts +18 -0
  55. package/dist/runtime/components/ui/alert-dialog/AlertDialogContent.d.vue.ts +32 -0
  56. package/dist/runtime/components/ui/alert-dialog/AlertDialogContent.vue +44 -0
  57. package/dist/runtime/components/ui/alert-dialog/AlertDialogContent.vue.d.ts +32 -0
  58. package/dist/runtime/components/ui/alert-dialog/AlertDialogDescription.d.vue.ts +18 -0
  59. package/dist/runtime/components/ui/alert-dialog/AlertDialogDescription.vue +23 -0
  60. package/dist/runtime/components/ui/alert-dialog/AlertDialogDescription.vue.d.ts +18 -0
  61. package/dist/runtime/components/ui/alert-dialog/AlertDialogFooter.d.vue.ts +17 -0
  62. package/dist/runtime/components/ui/alert-dialog/AlertDialogFooter.vue +20 -0
  63. package/dist/runtime/components/ui/alert-dialog/AlertDialogFooter.vue.d.ts +17 -0
  64. package/dist/runtime/components/ui/alert-dialog/AlertDialogHeader.d.vue.ts +17 -0
  65. package/dist/runtime/components/ui/alert-dialog/AlertDialogHeader.vue +15 -0
  66. package/dist/runtime/components/ui/alert-dialog/AlertDialogHeader.vue.d.ts +17 -0
  67. package/dist/runtime/components/ui/alert-dialog/AlertDialogTitle.d.vue.ts +18 -0
  68. package/dist/runtime/components/ui/alert-dialog/AlertDialogTitle.vue +21 -0
  69. package/dist/runtime/components/ui/alert-dialog/AlertDialogTitle.vue.d.ts +18 -0
  70. package/dist/runtime/components/ui/alert-dialog/AlertDialogTrigger.d.vue.ts +14 -0
  71. package/dist/runtime/components/ui/alert-dialog/AlertDialogTrigger.vue +13 -0
  72. package/dist/runtime/components/ui/alert-dialog/AlertDialogTrigger.vue.d.ts +14 -0
  73. package/dist/runtime/components/ui/alert-dialog/index.d.ts +9 -0
  74. package/dist/runtime/components/ui/alert-dialog/index.js +9 -0
  75. package/dist/runtime/components/ui/aspect-ratio/AspectRatio.d.vue.ts +16 -0
  76. package/dist/runtime/components/ui/aspect-ratio/AspectRatio.vue +18 -0
  77. package/dist/runtime/components/ui/aspect-ratio/AspectRatio.vue.d.ts +16 -0
  78. package/dist/runtime/components/ui/aspect-ratio/index.d.ts +1 -0
  79. package/dist/runtime/components/ui/aspect-ratio/index.js +1 -0
  80. package/dist/runtime/components/ui/auto-form/AutoForm.d.vue.ts +44 -0
  81. package/dist/runtime/components/ui/auto-form/AutoForm.vue +91 -0
  82. package/dist/runtime/components/ui/auto-form/AutoForm.vue.d.ts +44 -0
  83. package/dist/runtime/components/ui/auto-form/AutoFormField.d.vue.ts +31 -0
  84. package/dist/runtime/components/ui/auto-form/AutoFormField.vue +37 -0
  85. package/dist/runtime/components/ui/auto-form/AutoFormField.vue.d.ts +31 -0
  86. package/dist/runtime/components/ui/auto-form/AutoFormFieldArray.d.vue.ts +0 -0
  87. package/dist/runtime/components/ui/auto-form/AutoFormFieldArray.vue +128 -0
  88. package/dist/runtime/components/ui/auto-form/AutoFormFieldArray.vue.d.ts +0 -0
  89. package/dist/runtime/components/ui/auto-form/AutoFormFieldBoolean.d.vue.ts +14 -0
  90. package/dist/runtime/components/ui/auto-form/AutoFormFieldBoolean.vue +44 -0
  91. package/dist/runtime/components/ui/auto-form/AutoFormFieldBoolean.vue.d.ts +14 -0
  92. package/dist/runtime/components/ui/auto-form/AutoFormFieldDate.d.vue.ts +14 -0
  93. package/dist/runtime/components/ui/auto-form/AutoFormFieldDate.vue +59 -0
  94. package/dist/runtime/components/ui/auto-form/AutoFormFieldDate.vue.d.ts +14 -0
  95. package/dist/runtime/components/ui/auto-form/AutoFormFieldEnum.d.vue.ts +17 -0
  96. package/dist/runtime/components/ui/auto-form/AutoFormFieldEnum.vue +52 -0
  97. package/dist/runtime/components/ui/auto-form/AutoFormFieldEnum.vue.d.ts +17 -0
  98. package/dist/runtime/components/ui/auto-form/AutoFormFieldFile.d.vue.ts +14 -0
  99. package/dist/runtime/components/ui/auto-form/AutoFormFieldFile.vue +77 -0
  100. package/dist/runtime/components/ui/auto-form/AutoFormFieldFile.vue.d.ts +14 -0
  101. package/dist/runtime/components/ui/auto-form/AutoFormFieldInput.d.vue.ts +17 -0
  102. package/dist/runtime/components/ui/auto-form/AutoFormFieldInput.vue +43 -0
  103. package/dist/runtime/components/ui/auto-form/AutoFormFieldInput.vue.d.ts +17 -0
  104. package/dist/runtime/components/ui/auto-form/AutoFormFieldNumber.d.vue.ts +14 -0
  105. package/dist/runtime/components/ui/auto-form/AutoFormFieldNumber.vue +35 -0
  106. package/dist/runtime/components/ui/auto-form/AutoFormFieldNumber.vue.d.ts +14 -0
  107. package/dist/runtime/components/ui/auto-form/AutoFormFieldObject.d.vue.ts +0 -0
  108. package/dist/runtime/components/ui/auto-form/AutoFormFieldObject.vue +70 -0
  109. package/dist/runtime/components/ui/auto-form/AutoFormFieldObject.vue.d.ts +0 -0
  110. package/dist/runtime/components/ui/auto-form/AutoFormLabel.d.vue.ts +16 -0
  111. package/dist/runtime/components/ui/auto-form/AutoFormLabel.vue +13 -0
  112. package/dist/runtime/components/ui/auto-form/AutoFormLabel.vue.d.ts +16 -0
  113. package/dist/runtime/components/ui/auto-form/constant.d.ts +9 -0
  114. package/dist/runtime/components/ui/auto-form/constant.js +31 -0
  115. package/dist/runtime/components/ui/auto-form/dependencies.d.ts +9 -0
  116. package/dist/runtime/components/ui/auto-form/dependencies.js +70 -0
  117. package/dist/runtime/components/ui/auto-form/index.d.ts +13 -0
  118. package/dist/runtime/components/ui/auto-form/index.js +12 -0
  119. package/dist/runtime/components/ui/auto-form/interface.d.ts +67 -0
  120. package/dist/runtime/components/ui/auto-form/interface.js +7 -0
  121. package/dist/runtime/components/ui/auto-form/utils.d.ts +49 -0
  122. package/dist/runtime/components/ui/auto-form/utils.js +103 -0
  123. package/dist/runtime/components/ui/avatar/Avatar.d.vue.ts +17 -0
  124. package/dist/runtime/components/ui/avatar/Avatar.vue +16 -0
  125. package/dist/runtime/components/ui/avatar/Avatar.vue.d.ts +17 -0
  126. package/dist/runtime/components/ui/avatar/AvatarFallback.d.vue.ts +18 -0
  127. package/dist/runtime/components/ui/avatar/AvatarFallback.vue +22 -0
  128. package/dist/runtime/components/ui/avatar/AvatarFallback.vue.d.ts +18 -0
  129. package/dist/runtime/components/ui/avatar/AvatarImage.d.vue.ts +14 -0
  130. package/dist/runtime/components/ui/avatar/AvatarImage.vue +20 -0
  131. package/dist/runtime/components/ui/avatar/AvatarImage.vue.d.ts +14 -0
  132. package/dist/runtime/components/ui/avatar/index.d.ts +3 -0
  133. package/dist/runtime/components/ui/avatar/index.js +3 -0
  134. package/dist/runtime/components/ui/badge/Badge.d.vue.ts +20 -0
  135. package/dist/runtime/components/ui/badge/Badge.vue +23 -0
  136. package/dist/runtime/components/ui/badge/Badge.vue.d.ts +20 -0
  137. package/dist/runtime/components/ui/badge/index.d.ts +6 -0
  138. package/dist/runtime/components/ui/badge/index.js +18 -0
  139. package/dist/runtime/components/ui/breadcrumb/Breadcrumb.d.vue.ts +17 -0
  140. package/dist/runtime/components/ui/breadcrumb/Breadcrumb.vue +15 -0
  141. package/dist/runtime/components/ui/breadcrumb/Breadcrumb.vue.d.ts +17 -0
  142. package/dist/runtime/components/ui/breadcrumb/BreadcrumbEllipsis.d.vue.ts +17 -0
  143. package/dist/runtime/components/ui/breadcrumb/BreadcrumbEllipsis.vue +21 -0
  144. package/dist/runtime/components/ui/breadcrumb/BreadcrumbEllipsis.vue.d.ts +17 -0
  145. package/dist/runtime/components/ui/breadcrumb/BreadcrumbItem.d.vue.ts +17 -0
  146. package/dist/runtime/components/ui/breadcrumb/BreadcrumbItem.vue +15 -0
  147. package/dist/runtime/components/ui/breadcrumb/BreadcrumbItem.vue.d.ts +17 -0
  148. package/dist/runtime/components/ui/breadcrumb/BreadcrumbLink.d.vue.ts +18 -0
  149. package/dist/runtime/components/ui/breadcrumb/BreadcrumbLink.vue +20 -0
  150. package/dist/runtime/components/ui/breadcrumb/BreadcrumbLink.vue.d.ts +18 -0
  151. package/dist/runtime/components/ui/breadcrumb/BreadcrumbList.d.vue.ts +17 -0
  152. package/dist/runtime/components/ui/breadcrumb/BreadcrumbList.vue +15 -0
  153. package/dist/runtime/components/ui/breadcrumb/BreadcrumbList.vue.d.ts +17 -0
  154. package/dist/runtime/components/ui/breadcrumb/BreadcrumbPage.d.vue.ts +17 -0
  155. package/dist/runtime/components/ui/breadcrumb/BreadcrumbPage.vue +18 -0
  156. package/dist/runtime/components/ui/breadcrumb/BreadcrumbPage.vue.d.ts +17 -0
  157. package/dist/runtime/components/ui/breadcrumb/BreadcrumbSeparator.d.vue.ts +17 -0
  158. package/dist/runtime/components/ui/breadcrumb/BreadcrumbSeparator.vue +20 -0
  159. package/dist/runtime/components/ui/breadcrumb/BreadcrumbSeparator.vue.d.ts +17 -0
  160. package/dist/runtime/components/ui/breadcrumb/index.d.ts +7 -0
  161. package/dist/runtime/components/ui/breadcrumb/index.js +7 -0
  162. package/dist/runtime/components/ui/button/Button.d.vue.ts +21 -0
  163. package/dist/runtime/components/ui/button/Button.vue +23 -0
  164. package/dist/runtime/components/ui/button/Button.vue.d.ts +21 -0
  165. package/dist/runtime/components/ui/button/ThemeToggle.d.vue.ts +3 -0
  166. package/dist/runtime/components/ui/button/ThemeToggle.vue +26 -0
  167. package/dist/runtime/components/ui/button/ThemeToggle.vue.d.ts +3 -0
  168. package/dist/runtime/components/ui/button/index.d.ts +7 -0
  169. package/dist/runtime/components/ui/button/index.js +29 -0
  170. package/dist/runtime/components/ui/button-group/ButtonGroup.d.vue.ts +19 -0
  171. package/dist/runtime/components/ui/button-group/ButtonGroup.vue +19 -0
  172. package/dist/runtime/components/ui/button-group/ButtonGroup.vue.d.ts +19 -0
  173. package/dist/runtime/components/ui/button-group/ButtonGroupSeparator.d.vue.ts +8 -0
  174. package/dist/runtime/components/ui/button-group/ButtonGroupSeparator.vue +25 -0
  175. package/dist/runtime/components/ui/button-group/ButtonGroupSeparator.vue.d.ts +8 -0
  176. package/dist/runtime/components/ui/button-group/ButtonGroupText.d.vue.ts +20 -0
  177. package/dist/runtime/components/ui/button-group/ButtonGroupText.vue +23 -0
  178. package/dist/runtime/components/ui/button-group/ButtonGroupText.vue.d.ts +20 -0
  179. package/dist/runtime/components/ui/button-group/index.d.ts +8 -0
  180. package/dist/runtime/components/ui/button-group/index.js +18 -0
  181. package/dist/runtime/components/ui/calendar/Calendar.d.vue.ts +39 -0
  182. package/dist/runtime/components/ui/calendar/Calendar.vue +173 -0
  183. package/dist/runtime/components/ui/calendar/Calendar.vue.d.ts +39 -0
  184. package/dist/runtime/components/ui/calendar/CalendarCell.d.vue.ts +18 -0
  185. package/dist/runtime/components/ui/calendar/CalendarCell.vue +23 -0
  186. package/dist/runtime/components/ui/calendar/CalendarCell.vue.d.ts +18 -0
  187. package/dist/runtime/components/ui/calendar/CalendarCellTrigger.d.vue.ts +18 -0
  188. package/dist/runtime/components/ui/calendar/CalendarCellTrigger.vue +38 -0
  189. package/dist/runtime/components/ui/calendar/CalendarCellTrigger.vue.d.ts +18 -0
  190. package/dist/runtime/components/ui/calendar/CalendarGrid.d.vue.ts +18 -0
  191. package/dist/runtime/components/ui/calendar/CalendarGrid.vue +22 -0
  192. package/dist/runtime/components/ui/calendar/CalendarGrid.vue.d.ts +18 -0
  193. package/dist/runtime/components/ui/calendar/CalendarGridBody.d.vue.ts +14 -0
  194. package/dist/runtime/components/ui/calendar/CalendarGridBody.vue +16 -0
  195. package/dist/runtime/components/ui/calendar/CalendarGridBody.vue.d.ts +14 -0
  196. package/dist/runtime/components/ui/calendar/CalendarGridHead.d.vue.ts +18 -0
  197. package/dist/runtime/components/ui/calendar/CalendarGridHead.vue +17 -0
  198. package/dist/runtime/components/ui/calendar/CalendarGridHead.vue.d.ts +18 -0
  199. package/dist/runtime/components/ui/calendar/CalendarGridRow.d.vue.ts +18 -0
  200. package/dist/runtime/components/ui/calendar/CalendarGridRow.vue +21 -0
  201. package/dist/runtime/components/ui/calendar/CalendarGridRow.vue.d.ts +18 -0
  202. package/dist/runtime/components/ui/calendar/CalendarHeadCell.d.vue.ts +18 -0
  203. package/dist/runtime/components/ui/calendar/CalendarHeadCell.vue +22 -0
  204. package/dist/runtime/components/ui/calendar/CalendarHeadCell.vue.d.ts +18 -0
  205. package/dist/runtime/components/ui/calendar/CalendarHeader.d.vue.ts +18 -0
  206. package/dist/runtime/components/ui/calendar/CalendarHeader.vue +22 -0
  207. package/dist/runtime/components/ui/calendar/CalendarHeader.vue.d.ts +18 -0
  208. package/dist/runtime/components/ui/calendar/CalendarHeading.d.vue.ts +19 -0
  209. package/dist/runtime/components/ui/calendar/CalendarHeading.vue +26 -0
  210. package/dist/runtime/components/ui/calendar/CalendarHeading.vue.d.ts +19 -0
  211. package/dist/runtime/components/ui/calendar/CalendarNextButton.d.vue.ts +18 -0
  212. package/dist/runtime/components/ui/calendar/CalendarNextButton.vue +31 -0
  213. package/dist/runtime/components/ui/calendar/CalendarNextButton.vue.d.ts +18 -0
  214. package/dist/runtime/components/ui/calendar/CalendarPrevButton.d.vue.ts +18 -0
  215. package/dist/runtime/components/ui/calendar/CalendarPrevButton.vue +31 -0
  216. package/dist/runtime/components/ui/calendar/CalendarPrevButton.vue.d.ts +18 -0
  217. package/dist/runtime/components/ui/calendar/index.d.ts +13 -0
  218. package/dist/runtime/components/ui/calendar/index.js +12 -0
  219. package/dist/runtime/components/ui/card/Card.d.vue.ts +17 -0
  220. package/dist/runtime/components/ui/card/Card.vue +20 -0
  221. package/dist/runtime/components/ui/card/Card.vue.d.ts +17 -0
  222. package/dist/runtime/components/ui/card/CardAction.d.vue.ts +17 -0
  223. package/dist/runtime/components/ui/card/CardAction.vue +15 -0
  224. package/dist/runtime/components/ui/card/CardAction.vue.d.ts +17 -0
  225. package/dist/runtime/components/ui/card/CardContent.d.vue.ts +17 -0
  226. package/dist/runtime/components/ui/card/CardContent.vue +15 -0
  227. package/dist/runtime/components/ui/card/CardContent.vue.d.ts +17 -0
  228. package/dist/runtime/components/ui/card/CardDescription.d.vue.ts +17 -0
  229. package/dist/runtime/components/ui/card/CardDescription.vue +15 -0
  230. package/dist/runtime/components/ui/card/CardDescription.vue.d.ts +17 -0
  231. package/dist/runtime/components/ui/card/CardFooter.d.vue.ts +17 -0
  232. package/dist/runtime/components/ui/card/CardFooter.vue +15 -0
  233. package/dist/runtime/components/ui/card/CardFooter.vue.d.ts +17 -0
  234. package/dist/runtime/components/ui/card/CardHeader.d.vue.ts +17 -0
  235. package/dist/runtime/components/ui/card/CardHeader.vue +15 -0
  236. package/dist/runtime/components/ui/card/CardHeader.vue.d.ts +17 -0
  237. package/dist/runtime/components/ui/card/CardTitle.d.vue.ts +17 -0
  238. package/dist/runtime/components/ui/card/CardTitle.vue +15 -0
  239. package/dist/runtime/components/ui/card/CardTitle.vue.d.ts +17 -0
  240. package/dist/runtime/components/ui/card/index.d.ts +7 -0
  241. package/dist/runtime/components/ui/card/index.js +7 -0
  242. package/dist/runtime/components/ui/carousel/Carousel.d.vue.ts +0 -0
  243. package/dist/runtime/components/ui/carousel/Carousel.vue +47 -0
  244. package/dist/runtime/components/ui/carousel/Carousel.vue.d.ts +0 -0
  245. package/dist/runtime/components/ui/carousel/CarouselContent.d.vue.ts +14 -0
  246. package/dist/runtime/components/ui/carousel/CarouselContent.vue +32 -0
  247. package/dist/runtime/components/ui/carousel/CarouselContent.vue.d.ts +14 -0
  248. package/dist/runtime/components/ui/carousel/CarouselItem.d.vue.ts +14 -0
  249. package/dist/runtime/components/ui/carousel/CarouselItem.vue +23 -0
  250. package/dist/runtime/components/ui/carousel/CarouselItem.vue.d.ts +14 -0
  251. package/dist/runtime/components/ui/carousel/CarouselNext.d.vue.ts +19 -0
  252. package/dist/runtime/components/ui/carousel/CarouselNext.vue +32 -0
  253. package/dist/runtime/components/ui/carousel/CarouselNext.vue.d.ts +19 -0
  254. package/dist/runtime/components/ui/carousel/CarouselPrevious.d.vue.ts +19 -0
  255. package/dist/runtime/components/ui/carousel/CarouselPrevious.vue +32 -0
  256. package/dist/runtime/components/ui/carousel/CarouselPrevious.vue.d.ts +19 -0
  257. package/dist/runtime/components/ui/carousel/index.d.ts +7 -0
  258. package/dist/runtime/components/ui/carousel/index.js +6 -0
  259. package/dist/runtime/components/ui/carousel/interface.d.ts +20 -0
  260. package/dist/runtime/components/ui/carousel/interface.js +0 -0
  261. package/dist/runtime/components/ui/carousel/useCarousel.d.ts +15 -0
  262. package/dist/runtime/components/ui/carousel/useCarousel.js +43 -0
  263. package/dist/runtime/components/ui/chart/ChartContainer.d.vue.ts +25 -0
  264. package/dist/runtime/components/ui/chart/ChartContainer.vue +49 -0
  265. package/dist/runtime/components/ui/chart/ChartContainer.vue.d.ts +25 -0
  266. package/dist/runtime/components/ui/chart/ChartLegendContent.d.vue.ts +10 -0
  267. package/dist/runtime/components/ui/chart/ChartLegendContent.vue +52 -0
  268. package/dist/runtime/components/ui/chart/ChartLegendContent.vue.d.ts +10 -0
  269. package/dist/runtime/components/ui/chart/ChartStyle.d.vue.ts +7 -0
  270. package/dist/runtime/components/ui/chart/ChartStyle.vue +32 -0
  271. package/dist/runtime/components/ui/chart/ChartStyle.vue.d.ts +7 -0
  272. package/dist/runtime/components/ui/chart/ChartTooltipContent.d.vue.ts +28 -0
  273. package/dist/runtime/components/ui/chart/ChartTooltipContent.vue +92 -0
  274. package/dist/runtime/components/ui/chart/ChartTooltipContent.vue.d.ts +28 -0
  275. package/dist/runtime/components/ui/chart/index.d.ts +27 -0
  276. package/dist/runtime/components/ui/chart/index.js +8 -0
  277. package/dist/runtime/components/ui/chart/utils.d.ts +11 -0
  278. package/dist/runtime/components/ui/chart/utils.js +23 -0
  279. package/dist/runtime/components/ui/checkbox/Checkbox.d.vue.ts +25 -0
  280. package/dist/runtime/components/ui/checkbox/Checkbox.vue +44 -0
  281. package/dist/runtime/components/ui/checkbox/Checkbox.vue.d.ts +25 -0
  282. package/dist/runtime/components/ui/checkbox/index.d.ts +1 -0
  283. package/dist/runtime/components/ui/checkbox/index.js +1 -0
  284. package/dist/runtime/components/ui/collapsible/Collapsible.d.vue.ts +20 -0
  285. package/dist/runtime/components/ui/collapsible/Collapsible.vue +23 -0
  286. package/dist/runtime/components/ui/collapsible/Collapsible.vue.d.ts +20 -0
  287. package/dist/runtime/components/ui/collapsible/CollapsibleContent.d.vue.ts +14 -0
  288. package/dist/runtime/components/ui/collapsible/CollapsibleContent.vue +17 -0
  289. package/dist/runtime/components/ui/collapsible/CollapsibleContent.vue.d.ts +14 -0
  290. package/dist/runtime/components/ui/collapsible/CollapsibleTrigger.d.vue.ts +14 -0
  291. package/dist/runtime/components/ui/collapsible/CollapsibleTrigger.vue +16 -0
  292. package/dist/runtime/components/ui/collapsible/CollapsibleTrigger.vue.d.ts +14 -0
  293. package/dist/runtime/components/ui/collapsible/index.d.ts +3 -0
  294. package/dist/runtime/components/ui/collapsible/index.js +3 -0
  295. package/dist/runtime/components/ui/combobox/Combobox.d.vue.ts +32 -0
  296. package/dist/runtime/components/ui/combobox/Combobox.vue +36 -0
  297. package/dist/runtime/components/ui/combobox/Combobox.vue.d.ts +32 -0
  298. package/dist/runtime/components/ui/combobox/ComboboxAnchor.d.vue.ts +18 -0
  299. package/dist/runtime/components/ui/combobox/ComboboxAnchor.vue +23 -0
  300. package/dist/runtime/components/ui/combobox/ComboboxAnchor.vue.d.ts +18 -0
  301. package/dist/runtime/components/ui/combobox/ComboboxEmpty.d.vue.ts +18 -0
  302. package/dist/runtime/components/ui/combobox/ComboboxEmpty.vue +21 -0
  303. package/dist/runtime/components/ui/combobox/ComboboxEmpty.vue.d.ts +18 -0
  304. package/dist/runtime/components/ui/combobox/ComboboxGroup.d.vue.ts +19 -0
  305. package/dist/runtime/components/ui/combobox/ComboboxGroup.vue +25 -0
  306. package/dist/runtime/components/ui/combobox/ComboboxGroup.vue.d.ts +19 -0
  307. package/dist/runtime/components/ui/combobox/ComboboxInput.d.vue.ts +22 -0
  308. package/dist/runtime/components/ui/combobox/ComboboxInput.vue +41 -0
  309. package/dist/runtime/components/ui/combobox/ComboboxInput.vue.d.ts +22 -0
  310. package/dist/runtime/components/ui/combobox/ComboboxItem.d.vue.ts +22 -0
  311. package/dist/runtime/components/ui/combobox/ComboboxItem.vue +26 -0
  312. package/dist/runtime/components/ui/combobox/ComboboxItem.vue.d.ts +22 -0
  313. package/dist/runtime/components/ui/combobox/ComboboxItemIndicator.d.vue.ts +18 -0
  314. package/dist/runtime/components/ui/combobox/ComboboxItemIndicator.vue +22 -0
  315. package/dist/runtime/components/ui/combobox/ComboboxItemIndicator.vue.d.ts +18 -0
  316. package/dist/runtime/components/ui/combobox/ComboboxList.d.vue.ts +28 -0
  317. package/dist/runtime/components/ui/combobox/ComboboxList.vue +49 -0
  318. package/dist/runtime/components/ui/combobox/ComboboxList.vue.d.ts +28 -0
  319. package/dist/runtime/components/ui/combobox/ComboboxSeparator.d.vue.ts +18 -0
  320. package/dist/runtime/components/ui/combobox/ComboboxSeparator.vue +21 -0
  321. package/dist/runtime/components/ui/combobox/ComboboxSeparator.vue.d.ts +18 -0
  322. package/dist/runtime/components/ui/combobox/ComboboxTrigger.d.vue.ts +18 -0
  323. package/dist/runtime/components/ui/combobox/ComboboxTrigger.vue +24 -0
  324. package/dist/runtime/components/ui/combobox/ComboboxTrigger.vue.d.ts +18 -0
  325. package/dist/runtime/components/ui/combobox/ComboboxViewport.d.vue.ts +18 -0
  326. package/dist/runtime/components/ui/combobox/ComboboxViewport.vue +23 -0
  327. package/dist/runtime/components/ui/combobox/ComboboxViewport.vue.d.ts +18 -0
  328. package/dist/runtime/components/ui/combobox/index.d.ts +11 -0
  329. package/dist/runtime/components/ui/combobox/index.js +11 -0
  330. package/dist/runtime/components/ui/command/Command.d.vue.ts +34 -0
  331. package/dist/runtime/components/ui/command/Command.vue +81 -0
  332. package/dist/runtime/components/ui/command/Command.vue.d.ts +34 -0
  333. package/dist/runtime/components/ui/command/CommandDialog.d.vue.ts +22 -0
  334. package/dist/runtime/components/ui/command/CommandDialog.vue +28 -0
  335. package/dist/runtime/components/ui/command/CommandDialog.vue.d.ts +22 -0
  336. package/dist/runtime/components/ui/command/CommandEmpty.d.vue.ts +18 -0
  337. package/dist/runtime/components/ui/command/CommandEmpty.vue +27 -0
  338. package/dist/runtime/components/ui/command/CommandEmpty.vue.d.ts +18 -0
  339. package/dist/runtime/components/ui/command/CommandGroup.d.vue.ts +19 -0
  340. package/dist/runtime/components/ui/command/CommandGroup.vue +40 -0
  341. package/dist/runtime/components/ui/command/CommandGroup.vue.d.ts +19 -0
  342. package/dist/runtime/components/ui/command/CommandInput.d.vue.ts +8 -0
  343. package/dist/runtime/components/ui/command/CommandInput.vue +37 -0
  344. package/dist/runtime/components/ui/command/CommandInput.vue.d.ts +8 -0
  345. package/dist/runtime/components/ui/command/CommandItem.d.vue.ts +22 -0
  346. package/dist/runtime/components/ui/command/CommandItem.vue +65 -0
  347. package/dist/runtime/components/ui/command/CommandItem.vue.d.ts +22 -0
  348. package/dist/runtime/components/ui/command/CommandList.d.vue.ts +18 -0
  349. package/dist/runtime/components/ui/command/CommandList.vue +24 -0
  350. package/dist/runtime/components/ui/command/CommandList.vue.d.ts +18 -0
  351. package/dist/runtime/components/ui/command/CommandSeparator.d.vue.ts +18 -0
  352. package/dist/runtime/components/ui/command/CommandSeparator.vue +23 -0
  353. package/dist/runtime/components/ui/command/CommandSeparator.vue.d.ts +18 -0
  354. package/dist/runtime/components/ui/command/CommandShortcut.d.vue.ts +17 -0
  355. package/dist/runtime/components/ui/command/CommandShortcut.vue +15 -0
  356. package/dist/runtime/components/ui/command/CommandShortcut.vue.d.ts +17 -0
  357. package/dist/runtime/components/ui/command/index.d.ts +90 -0
  358. package/dist/runtime/components/ui/command/index.js +12 -0
  359. package/dist/runtime/components/ui/context-menu/ContextMenu.d.vue.ts +18 -0
  360. package/dist/runtime/components/ui/context-menu/ContextMenu.vue +19 -0
  361. package/dist/runtime/components/ui/context-menu/ContextMenu.vue.d.ts +18 -0
  362. package/dist/runtime/components/ui/context-menu/ContextMenuCheckboxItem.d.vue.ts +26 -0
  363. package/dist/runtime/components/ui/context-menu/ContextMenuCheckboxItem.vue +41 -0
  364. package/dist/runtime/components/ui/context-menu/ContextMenuCheckboxItem.vue.d.ts +26 -0
  365. package/dist/runtime/components/ui/context-menu/ContextMenuContent.d.vue.ts +30 -0
  366. package/dist/runtime/components/ui/context-menu/ContextMenuContent.vue +49 -0
  367. package/dist/runtime/components/ui/context-menu/ContextMenuContent.vue.d.ts +30 -0
  368. package/dist/runtime/components/ui/context-menu/ContextMenuGroup.d.vue.ts +14 -0
  369. package/dist/runtime/components/ui/context-menu/ContextMenuGroup.vue +16 -0
  370. package/dist/runtime/components/ui/context-menu/ContextMenuGroup.vue.d.ts +14 -0
  371. package/dist/runtime/components/ui/context-menu/ContextMenuItem.d.vue.ts +24 -0
  372. package/dist/runtime/components/ui/context-menu/ContextMenuItem.vue +35 -0
  373. package/dist/runtime/components/ui/context-menu/ContextMenuItem.vue.d.ts +24 -0
  374. package/dist/runtime/components/ui/context-menu/ContextMenuLabel.d.vue.ts +19 -0
  375. package/dist/runtime/components/ui/context-menu/ContextMenuLabel.vue +23 -0
  376. package/dist/runtime/components/ui/context-menu/ContextMenuLabel.vue.d.ts +19 -0
  377. package/dist/runtime/components/ui/context-menu/ContextMenuPortal.d.vue.ts +14 -0
  378. package/dist/runtime/components/ui/context-menu/ContextMenuPortal.vue +18 -0
  379. package/dist/runtime/components/ui/context-menu/ContextMenuPortal.vue.d.ts +14 -0
  380. package/dist/runtime/components/ui/context-menu/ContextMenuRadioGroup.d.vue.ts +18 -0
  381. package/dist/runtime/components/ui/context-menu/ContextMenuRadioGroup.vue +22 -0
  382. package/dist/runtime/components/ui/context-menu/ContextMenuRadioGroup.vue.d.ts +18 -0
  383. package/dist/runtime/components/ui/context-menu/ContextMenuRadioItem.d.vue.ts +24 -0
  384. package/dist/runtime/components/ui/context-menu/ContextMenuRadioItem.vue +41 -0
  385. package/dist/runtime/components/ui/context-menu/ContextMenuRadioItem.vue.d.ts +24 -0
  386. package/dist/runtime/components/ui/context-menu/ContextMenuSeparator.d.vue.ts +8 -0
  387. package/dist/runtime/components/ui/context-menu/ContextMenuSeparator.vue +21 -0
  388. package/dist/runtime/components/ui/context-menu/ContextMenuSeparator.vue.d.ts +8 -0
  389. package/dist/runtime/components/ui/context-menu/ContextMenuShortcut.d.vue.ts +17 -0
  390. package/dist/runtime/components/ui/context-menu/ContextMenuShortcut.vue +15 -0
  391. package/dist/runtime/components/ui/context-menu/ContextMenuShortcut.vue.d.ts +17 -0
  392. package/dist/runtime/components/ui/context-menu/ContextMenuSub.d.vue.ts +18 -0
  393. package/dist/runtime/components/ui/context-menu/ContextMenuSub.vue +21 -0
  394. package/dist/runtime/components/ui/context-menu/ContextMenuSub.vue.d.ts +18 -0
  395. package/dist/runtime/components/ui/context-menu/ContextMenuSubContent.d.vue.ts +34 -0
  396. package/dist/runtime/components/ui/context-menu/ContextMenuSubContent.vue +48 -0
  397. package/dist/runtime/components/ui/context-menu/ContextMenuSubContent.vue.d.ts +34 -0
  398. package/dist/runtime/components/ui/context-menu/ContextMenuSubTrigger.d.vue.ts +19 -0
  399. package/dist/runtime/components/ui/context-menu/ContextMenuSubTrigger.vue +34 -0
  400. package/dist/runtime/components/ui/context-menu/ContextMenuSubTrigger.vue.d.ts +19 -0
  401. package/dist/runtime/components/ui/context-menu/ContextMenuTrigger.d.vue.ts +14 -0
  402. package/dist/runtime/components/ui/context-menu/ContextMenuTrigger.vue +18 -0
  403. package/dist/runtime/components/ui/context-menu/ContextMenuTrigger.vue.d.ts +14 -0
  404. package/dist/runtime/components/ui/context-menu/index.d.ts +14 -0
  405. package/dist/runtime/components/ui/context-menu/index.js +14 -0
  406. package/dist/runtime/components/ui/country-select/CountrySelect.d.vue.ts +13 -0
  407. package/dist/runtime/components/ui/country-select/CountrySelect.vue +64 -0
  408. package/dist/runtime/components/ui/country-select/CountrySelect.vue.d.ts +13 -0
  409. package/dist/runtime/components/ui/country-select/index.d.ts +2 -0
  410. package/dist/runtime/components/ui/country-select/index.js +2 -0
  411. package/dist/runtime/components/ui/country-select/useCountries.d.ts +15 -0
  412. package/dist/runtime/components/ui/country-select/useCountries.js +68 -0
  413. package/dist/runtime/components/ui/currency-select/CurrencySelect.d.vue.ts +13 -0
  414. package/dist/runtime/components/ui/currency-select/CurrencySelect.vue +64 -0
  415. package/dist/runtime/components/ui/currency-select/CurrencySelect.vue.d.ts +13 -0
  416. package/dist/runtime/components/ui/currency-select/index.d.ts +2 -0
  417. package/dist/runtime/components/ui/currency-select/index.js +2 -0
  418. package/dist/runtime/components/ui/currency-select/useCurrencies.d.ts +16 -0
  419. package/dist/runtime/components/ui/currency-select/useCurrencies.js +79 -0
  420. package/dist/runtime/components/ui/dialog/Dialog.d.vue.ts +21 -0
  421. package/dist/runtime/components/ui/dialog/Dialog.vue +20 -0
  422. package/dist/runtime/components/ui/dialog/Dialog.vue.d.ts +21 -0
  423. package/dist/runtime/components/ui/dialog/DialogClose.d.vue.ts +14 -0
  424. package/dist/runtime/components/ui/dialog/DialogClose.vue +16 -0
  425. package/dist/runtime/components/ui/dialog/DialogClose.vue.d.ts +14 -0
  426. package/dist/runtime/components/ui/dialog/DialogContent.d.vue.ts +33 -0
  427. package/dist/runtime/components/ui/dialog/DialogContent.vue +53 -0
  428. package/dist/runtime/components/ui/dialog/DialogContent.vue.d.ts +33 -0
  429. package/dist/runtime/components/ui/dialog/DialogDescription.d.vue.ts +18 -0
  430. package/dist/runtime/components/ui/dialog/DialogDescription.vue +22 -0
  431. package/dist/runtime/components/ui/dialog/DialogDescription.vue.d.ts +18 -0
  432. package/dist/runtime/components/ui/dialog/DialogFooter.d.vue.ts +17 -0
  433. package/dist/runtime/components/ui/dialog/DialogFooter.vue +15 -0
  434. package/dist/runtime/components/ui/dialog/DialogFooter.vue.d.ts +17 -0
  435. package/dist/runtime/components/ui/dialog/DialogHeader.d.vue.ts +17 -0
  436. package/dist/runtime/components/ui/dialog/DialogHeader.vue +15 -0
  437. package/dist/runtime/components/ui/dialog/DialogHeader.vue.d.ts +17 -0
  438. package/dist/runtime/components/ui/dialog/DialogOverlay.d.vue.ts +18 -0
  439. package/dist/runtime/components/ui/dialog/DialogOverlay.vue +22 -0
  440. package/dist/runtime/components/ui/dialog/DialogOverlay.vue.d.ts +18 -0
  441. package/dist/runtime/components/ui/dialog/DialogScrollContent.d.vue.ts +32 -0
  442. package/dist/runtime/components/ui/dialog/DialogScrollContent.vue +59 -0
  443. package/dist/runtime/components/ui/dialog/DialogScrollContent.vue.d.ts +32 -0
  444. package/dist/runtime/components/ui/dialog/DialogTitle.d.vue.ts +18 -0
  445. package/dist/runtime/components/ui/dialog/DialogTitle.vue +22 -0
  446. package/dist/runtime/components/ui/dialog/DialogTitle.vue.d.ts +18 -0
  447. package/dist/runtime/components/ui/dialog/DialogTrigger.d.vue.ts +14 -0
  448. package/dist/runtime/components/ui/dialog/DialogTrigger.vue +16 -0
  449. package/dist/runtime/components/ui/dialog/DialogTrigger.vue.d.ts +14 -0
  450. package/dist/runtime/components/ui/dialog/index.d.ts +10 -0
  451. package/dist/runtime/components/ui/dialog/index.js +10 -0
  452. package/dist/runtime/components/ui/drawer/Drawer.d.vue.ts +30 -0
  453. package/dist/runtime/components/ui/drawer/Drawer.vue +35 -0
  454. package/dist/runtime/components/ui/drawer/Drawer.vue.d.ts +30 -0
  455. package/dist/runtime/components/ui/drawer/DrawerClose.d.vue.ts +14 -0
  456. package/dist/runtime/components/ui/drawer/DrawerClose.vue +16 -0
  457. package/dist/runtime/components/ui/drawer/DrawerClose.vue.d.ts +14 -0
  458. package/dist/runtime/components/ui/drawer/DrawerContent.d.vue.ts +32 -0
  459. package/dist/runtime/components/ui/drawer/DrawerContent.vue +39 -0
  460. package/dist/runtime/components/ui/drawer/DrawerContent.vue.d.ts +32 -0
  461. package/dist/runtime/components/ui/drawer/DrawerDescription.d.vue.ts +18 -0
  462. package/dist/runtime/components/ui/drawer/DrawerDescription.vue +21 -0
  463. package/dist/runtime/components/ui/drawer/DrawerDescription.vue.d.ts +18 -0
  464. package/dist/runtime/components/ui/drawer/DrawerFooter.d.vue.ts +17 -0
  465. package/dist/runtime/components/ui/drawer/DrawerFooter.vue +15 -0
  466. package/dist/runtime/components/ui/drawer/DrawerFooter.vue.d.ts +17 -0
  467. package/dist/runtime/components/ui/drawer/DrawerHeader.d.vue.ts +17 -0
  468. package/dist/runtime/components/ui/drawer/DrawerHeader.vue +15 -0
  469. package/dist/runtime/components/ui/drawer/DrawerHeader.vue.d.ts +17 -0
  470. package/dist/runtime/components/ui/drawer/DrawerOverlay.d.vue.ts +8 -0
  471. package/dist/runtime/components/ui/drawer/DrawerOverlay.vue +20 -0
  472. package/dist/runtime/components/ui/drawer/DrawerOverlay.vue.d.ts +8 -0
  473. package/dist/runtime/components/ui/drawer/DrawerTitle.d.vue.ts +18 -0
  474. package/dist/runtime/components/ui/drawer/DrawerTitle.vue +21 -0
  475. package/dist/runtime/components/ui/drawer/DrawerTitle.vue.d.ts +18 -0
  476. package/dist/runtime/components/ui/drawer/DrawerTrigger.d.vue.ts +14 -0
  477. package/dist/runtime/components/ui/drawer/DrawerTrigger.vue +16 -0
  478. package/dist/runtime/components/ui/drawer/DrawerTrigger.vue.d.ts +14 -0
  479. package/dist/runtime/components/ui/drawer/index.d.ts +9 -0
  480. package/dist/runtime/components/ui/drawer/index.js +9 -0
  481. package/dist/runtime/components/ui/dropdown-menu/DropdownMenu.d.vue.ts +20 -0
  482. package/dist/runtime/components/ui/dropdown-menu/DropdownMenu.vue +21 -0
  483. package/dist/runtime/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +20 -0
  484. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.d.vue.ts +26 -0
  485. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue +41 -0
  486. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +26 -0
  487. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.d.vue.ts +30 -0
  488. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.vue +51 -0
  489. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +30 -0
  490. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuGroup.d.vue.ts +14 -0
  491. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuGroup.vue +16 -0
  492. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +14 -0
  493. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.d.vue.ts +20 -0
  494. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.vue +28 -0
  495. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +20 -0
  496. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.d.vue.ts +19 -0
  497. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.vue +24 -0
  498. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +19 -0
  499. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioGroup.d.vue.ts +18 -0
  500. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue +22 -0
  501. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +18 -0
  502. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.d.vue.ts +24 -0
  503. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.vue +41 -0
  504. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +24 -0
  505. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSeparator.d.vue.ts +8 -0
  506. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSeparator.vue +21 -0
  507. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +8 -0
  508. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuShortcut.d.vue.ts +17 -0
  509. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuShortcut.vue +15 -0
  510. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +17 -0
  511. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSub.d.vue.ts +20 -0
  512. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSub.vue +18 -0
  513. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +20 -0
  514. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.d.vue.ts +34 -0
  515. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.vue +43 -0
  516. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +34 -0
  517. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.d.vue.ts +19 -0
  518. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue +33 -0
  519. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +19 -0
  520. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuTrigger.d.vue.ts +14 -0
  521. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuTrigger.vue +18 -0
  522. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +14 -0
  523. package/dist/runtime/components/ui/dropdown-menu/index.d.ts +15 -0
  524. package/dist/runtime/components/ui/dropdown-menu/index.js +15 -0
  525. package/dist/runtime/components/ui/empty/Empty.d.vue.ts +17 -0
  526. package/dist/runtime/components/ui/empty/Empty.vue +18 -0
  527. package/dist/runtime/components/ui/empty/Empty.vue.d.ts +17 -0
  528. package/dist/runtime/components/ui/empty/EmptyContent.d.vue.ts +17 -0
  529. package/dist/runtime/components/ui/empty/EmptyContent.vue +18 -0
  530. package/dist/runtime/components/ui/empty/EmptyContent.vue.d.ts +17 -0
  531. package/dist/runtime/components/ui/empty/EmptyDescription.d.vue.ts +17 -0
  532. package/dist/runtime/components/ui/empty/EmptyDescription.vue +18 -0
  533. package/dist/runtime/components/ui/empty/EmptyDescription.vue.d.ts +17 -0
  534. package/dist/runtime/components/ui/empty/EmptyHeader.d.vue.ts +17 -0
  535. package/dist/runtime/components/ui/empty/EmptyHeader.vue +18 -0
  536. package/dist/runtime/components/ui/empty/EmptyHeader.vue.d.ts +17 -0
  537. package/dist/runtime/components/ui/empty/EmptyMedia.d.vue.ts +19 -0
  538. package/dist/runtime/components/ui/empty/EmptyMedia.vue +18 -0
  539. package/dist/runtime/components/ui/empty/EmptyMedia.vue.d.ts +19 -0
  540. package/dist/runtime/components/ui/empty/EmptyTitle.d.vue.ts +17 -0
  541. package/dist/runtime/components/ui/empty/EmptyTitle.vue +15 -0
  542. package/dist/runtime/components/ui/empty/EmptyTitle.vue.d.ts +17 -0
  543. package/dist/runtime/components/ui/empty/index.d.ts +11 -0
  544. package/dist/runtime/components/ui/empty/index.js +21 -0
  545. package/dist/runtime/components/ui/field/Field.d.vue.ts +19 -0
  546. package/dist/runtime/components/ui/field/Field.vue +22 -0
  547. package/dist/runtime/components/ui/field/Field.vue.d.ts +19 -0
  548. package/dist/runtime/components/ui/field/FieldContent.d.vue.ts +17 -0
  549. package/dist/runtime/components/ui/field/FieldContent.vue +18 -0
  550. package/dist/runtime/components/ui/field/FieldContent.vue.d.ts +17 -0
  551. package/dist/runtime/components/ui/field/FieldDescription.d.vue.ts +17 -0
  552. package/dist/runtime/components/ui/field/FieldDescription.vue +20 -0
  553. package/dist/runtime/components/ui/field/FieldDescription.vue.d.ts +17 -0
  554. package/dist/runtime/components/ui/field/FieldError.d.vue.ts +20 -0
  555. package/dist/runtime/components/ui/field/FieldError.vue +45 -0
  556. package/dist/runtime/components/ui/field/FieldError.vue.d.ts +20 -0
  557. package/dist/runtime/components/ui/field/FieldGroup.d.vue.ts +17 -0
  558. package/dist/runtime/components/ui/field/FieldGroup.vue +18 -0
  559. package/dist/runtime/components/ui/field/FieldGroup.vue.d.ts +17 -0
  560. package/dist/runtime/components/ui/field/FieldLabel.d.vue.ts +17 -0
  561. package/dist/runtime/components/ui/field/FieldLabel.vue +21 -0
  562. package/dist/runtime/components/ui/field/FieldLabel.vue.d.ts +17 -0
  563. package/dist/runtime/components/ui/field/FieldLegend.d.vue.ts +18 -0
  564. package/dist/runtime/components/ui/field/FieldLegend.vue +22 -0
  565. package/dist/runtime/components/ui/field/FieldLegend.vue.d.ts +18 -0
  566. package/dist/runtime/components/ui/field/FieldSeparator.d.vue.ts +17 -0
  567. package/dist/runtime/components/ui/field/FieldSeparator.vue +27 -0
  568. package/dist/runtime/components/ui/field/FieldSeparator.vue.d.ts +17 -0
  569. package/dist/runtime/components/ui/field/FieldSet.d.vue.ts +17 -0
  570. package/dist/runtime/components/ui/field/FieldSet.vue +19 -0
  571. package/dist/runtime/components/ui/field/FieldSet.vue.d.ts +17 -0
  572. package/dist/runtime/components/ui/field/FieldTitle.d.vue.ts +17 -0
  573. package/dist/runtime/components/ui/field/FieldTitle.vue +18 -0
  574. package/dist/runtime/components/ui/field/FieldTitle.vue.d.ts +17 -0
  575. package/dist/runtime/components/ui/field/index.d.ts +15 -0
  576. package/dist/runtime/components/ui/field/index.js +34 -0
  577. package/dist/runtime/components/ui/file/FileEmptyState.d.vue.ts +12 -0
  578. package/dist/runtime/components/ui/file/FileEmptyState.vue +65 -0
  579. package/dist/runtime/components/ui/file/FileEmptyState.vue.d.ts +12 -0
  580. package/dist/runtime/components/ui/file/FileGrid.d.vue.ts +36 -0
  581. package/dist/runtime/components/ui/file/FileGrid.vue +92 -0
  582. package/dist/runtime/components/ui/file/FileGrid.vue.d.ts +36 -0
  583. package/dist/runtime/components/ui/file/FileTable.d.vue.ts +41 -0
  584. package/dist/runtime/components/ui/file/FileTable.vue +234 -0
  585. package/dist/runtime/components/ui/file/FileTable.vue.d.ts +41 -0
  586. package/dist/runtime/components/ui/file/FolderTree.d.vue.ts +20 -0
  587. package/dist/runtime/components/ui/file/FolderTree.vue +69 -0
  588. package/dist/runtime/components/ui/file/FolderTree.vue.d.ts +20 -0
  589. package/dist/runtime/components/ui/file/index.d.ts +4 -0
  590. package/dist/runtime/components/ui/file/index.js +4 -0
  591. package/dist/runtime/components/ui/form/FormControl.d.vue.ts +13 -0
  592. package/dist/runtime/components/ui/form/FormControl.vue +16 -0
  593. package/dist/runtime/components/ui/form/FormControl.vue.d.ts +13 -0
  594. package/dist/runtime/components/ui/form/FormDescription.d.vue.ts +17 -0
  595. package/dist/runtime/components/ui/form/FormDescription.vue +18 -0
  596. package/dist/runtime/components/ui/form/FormDescription.vue.d.ts +17 -0
  597. package/dist/runtime/components/ui/form/FormItem.d.vue.ts +17 -0
  598. package/dist/runtime/components/ui/form/FormItem.vue +20 -0
  599. package/dist/runtime/components/ui/form/FormItem.vue.d.ts +17 -0
  600. package/dist/runtime/components/ui/form/FormLabel.d.vue.ts +18 -0
  601. package/dist/runtime/components/ui/form/FormLabel.vue +26 -0
  602. package/dist/runtime/components/ui/form/FormLabel.vue.d.ts +18 -0
  603. package/dist/runtime/components/ui/form/FormMessage.d.vue.ts +7 -0
  604. package/dist/runtime/components/ui/form/FormMessage.vue +20 -0
  605. package/dist/runtime/components/ui/form/FormMessage.vue.d.ts +7 -0
  606. package/dist/runtime/components/ui/form/index.d.ts +7 -0
  607. package/dist/runtime/components/ui/form/index.js +7 -0
  608. package/dist/runtime/components/ui/form/injectionKeys.d.ts +2 -0
  609. package/dist/runtime/components/ui/form/injectionKeys.js +1 -0
  610. package/dist/runtime/components/ui/form/useFormField.d.ts +11 -0
  611. package/dist/runtime/components/ui/form/useFormField.js +25 -0
  612. package/dist/runtime/components/ui/hover-card/HoverCard.d.vue.ts +20 -0
  613. package/dist/runtime/components/ui/hover-card/HoverCard.vue +21 -0
  614. package/dist/runtime/components/ui/hover-card/HoverCard.vue.d.ts +20 -0
  615. package/dist/runtime/components/ui/hover-card/HoverCardContent.d.vue.ts +18 -0
  616. package/dist/runtime/components/ui/hover-card/HoverCardContent.vue +54 -0
  617. package/dist/runtime/components/ui/hover-card/HoverCardContent.vue.d.ts +18 -0
  618. package/dist/runtime/components/ui/hover-card/HoverCardTrigger.d.vue.ts +14 -0
  619. package/dist/runtime/components/ui/hover-card/HoverCardTrigger.vue +17 -0
  620. package/dist/runtime/components/ui/hover-card/HoverCardTrigger.vue.d.ts +14 -0
  621. package/dist/runtime/components/ui/hover-card/index.d.ts +3 -0
  622. package/dist/runtime/components/ui/hover-card/index.js +3 -0
  623. package/dist/runtime/components/ui/input/Input.d.vue.ts +13 -0
  624. package/dist/runtime/components/ui/input/Input.vue +27 -0
  625. package/dist/runtime/components/ui/input/Input.vue.d.ts +13 -0
  626. package/dist/runtime/components/ui/input/index.d.ts +1 -0
  627. package/dist/runtime/components/ui/input/index.js +1 -0
  628. package/dist/runtime/components/ui/input-group/InputGroup.d.vue.ts +17 -0
  629. package/dist/runtime/components/ui/input-group/InputGroup.vue +29 -0
  630. package/dist/runtime/components/ui/input-group/InputGroup.vue.d.ts +17 -0
  631. package/dist/runtime/components/ui/input-group/InputGroupAddon.d.vue.ts +19 -0
  632. package/dist/runtime/components/ui/input-group/InputGroupAddon.vue +30 -0
  633. package/dist/runtime/components/ui/input-group/InputGroupAddon.vue.d.ts +19 -0
  634. package/dist/runtime/components/ui/input-group/InputGroupButton.d.vue.ts +14 -0
  635. package/dist/runtime/components/ui/input-group/InputGroupButton.vue +20 -0
  636. package/dist/runtime/components/ui/input-group/InputGroupButton.vue.d.ts +14 -0
  637. package/dist/runtime/components/ui/input-group/InputGroupInput.d.vue.ts +7 -0
  638. package/dist/runtime/components/ui/input-group/InputGroupInput.vue +17 -0
  639. package/dist/runtime/components/ui/input-group/InputGroupInput.vue.d.ts +7 -0
  640. package/dist/runtime/components/ui/input-group/InputGroupText.d.vue.ts +17 -0
  641. package/dist/runtime/components/ui/input-group/InputGroupText.vue +17 -0
  642. package/dist/runtime/components/ui/input-group/InputGroupText.vue.d.ts +17 -0
  643. package/dist/runtime/components/ui/input-group/InputGroupTextarea.d.vue.ts +7 -0
  644. package/dist/runtime/components/ui/input-group/InputGroupTextarea.vue +17 -0
  645. package/dist/runtime/components/ui/input-group/InputGroupTextarea.vue.d.ts +7 -0
  646. package/dist/runtime/components/ui/input-group/index.d.ts +22 -0
  647. package/dist/runtime/components/ui/input-group/index.js +39 -0
  648. package/dist/runtime/components/ui/input-otp/InputOTP.d.vue.ts +42 -0
  649. package/dist/runtime/components/ui/input-otp/InputOTP.vue +65 -0
  650. package/dist/runtime/components/ui/input-otp/InputOTP.vue.d.ts +42 -0
  651. package/dist/runtime/components/ui/input-otp/InputOTPGroup.d.vue.ts +17 -0
  652. package/dist/runtime/components/ui/input-otp/InputOTPGroup.vue +20 -0
  653. package/dist/runtime/components/ui/input-otp/InputOTPGroup.vue.d.ts +17 -0
  654. package/dist/runtime/components/ui/input-otp/InputOTPSeparator.d.vue.ts +17 -0
  655. package/dist/runtime/components/ui/input-otp/InputOTPSeparator.vue +20 -0
  656. package/dist/runtime/components/ui/input-otp/InputOTPSeparator.vue.d.ts +17 -0
  657. package/dist/runtime/components/ui/input-otp/InputOTPSlot.d.vue.ts +8 -0
  658. package/dist/runtime/components/ui/input-otp/InputOTPSlot.vue +28 -0
  659. package/dist/runtime/components/ui/input-otp/InputOTPSlot.vue.d.ts +8 -0
  660. package/dist/runtime/components/ui/input-otp/index.d.ts +4 -0
  661. package/dist/runtime/components/ui/input-otp/index.js +4 -0
  662. package/dist/runtime/components/ui/item/Item.d.vue.ts +21 -0
  663. package/dist/runtime/components/ui/item/Item.vue +23 -0
  664. package/dist/runtime/components/ui/item/Item.vue.d.ts +21 -0
  665. package/dist/runtime/components/ui/item/ItemActions.d.vue.ts +17 -0
  666. package/dist/runtime/components/ui/item/ItemActions.vue +15 -0
  667. package/dist/runtime/components/ui/item/ItemActions.vue.d.ts +17 -0
  668. package/dist/runtime/components/ui/item/ItemContent.d.vue.ts +17 -0
  669. package/dist/runtime/components/ui/item/ItemContent.vue +15 -0
  670. package/dist/runtime/components/ui/item/ItemContent.vue.d.ts +17 -0
  671. package/dist/runtime/components/ui/item/ItemDescription.d.vue.ts +17 -0
  672. package/dist/runtime/components/ui/item/ItemDescription.vue +19 -0
  673. package/dist/runtime/components/ui/item/ItemDescription.vue.d.ts +17 -0
  674. package/dist/runtime/components/ui/item/ItemFooter.d.vue.ts +17 -0
  675. package/dist/runtime/components/ui/item/ItemFooter.vue +15 -0
  676. package/dist/runtime/components/ui/item/ItemFooter.vue.d.ts +17 -0
  677. package/dist/runtime/components/ui/item/ItemGroup.d.vue.ts +17 -0
  678. package/dist/runtime/components/ui/item/ItemGroup.vue +16 -0
  679. package/dist/runtime/components/ui/item/ItemGroup.vue.d.ts +17 -0
  680. package/dist/runtime/components/ui/item/ItemHeader.d.vue.ts +17 -0
  681. package/dist/runtime/components/ui/item/ItemHeader.vue +15 -0
  682. package/dist/runtime/components/ui/item/ItemHeader.vue.d.ts +17 -0
  683. package/dist/runtime/components/ui/item/ItemMedia.d.vue.ts +19 -0
  684. package/dist/runtime/components/ui/item/ItemMedia.vue +18 -0
  685. package/dist/runtime/components/ui/item/ItemMedia.vue.d.ts +19 -0
  686. package/dist/runtime/components/ui/item/ItemSeparator.d.vue.ts +8 -0
  687. package/dist/runtime/components/ui/item/ItemSeparator.vue +19 -0
  688. package/dist/runtime/components/ui/item/ItemSeparator.vue.d.ts +8 -0
  689. package/dist/runtime/components/ui/item/ItemTitle.d.vue.ts +17 -0
  690. package/dist/runtime/components/ui/item/ItemTitle.vue +15 -0
  691. package/dist/runtime/components/ui/item/ItemTitle.vue.d.ts +17 -0
  692. package/dist/runtime/components/ui/item/index.d.ts +20 -0
  693. package/dist/runtime/components/ui/item/index.js +46 -0
  694. package/dist/runtime/components/ui/kbd/Kbd.d.vue.ts +17 -0
  695. package/dist/runtime/components/ui/kbd/Kbd.vue +19 -0
  696. package/dist/runtime/components/ui/kbd/Kbd.vue.d.ts +17 -0
  697. package/dist/runtime/components/ui/kbd/KbdGroup.d.vue.ts +17 -0
  698. package/dist/runtime/components/ui/kbd/KbdGroup.vue +15 -0
  699. package/dist/runtime/components/ui/kbd/KbdGroup.vue.d.ts +17 -0
  700. package/dist/runtime/components/ui/kbd/index.d.ts +2 -0
  701. package/dist/runtime/components/ui/kbd/index.js +2 -0
  702. package/dist/runtime/components/ui/label/Label.d.vue.ts +18 -0
  703. package/dist/runtime/components/ui/label/Label.vue +27 -0
  704. package/dist/runtime/components/ui/label/Label.vue.d.ts +18 -0
  705. package/dist/runtime/components/ui/label/index.d.ts +1 -0
  706. package/dist/runtime/components/ui/label/index.js +1 -0
  707. package/dist/runtime/components/ui/language-select/LanguageSelect.d.vue.ts +14 -0
  708. package/dist/runtime/components/ui/language-select/LanguageSelect.vue +65 -0
  709. package/dist/runtime/components/ui/language-select/LanguageSelect.vue.d.ts +14 -0
  710. package/dist/runtime/components/ui/language-select/index.d.ts +2 -0
  711. package/dist/runtime/components/ui/language-select/index.js +2 -0
  712. package/dist/runtime/components/ui/language-select/useLanguages.d.ts +16 -0
  713. package/dist/runtime/components/ui/language-select/useLanguages.js +167 -0
  714. package/dist/runtime/components/ui/menubar/Menubar.d.vue.ts +24 -0
  715. package/dist/runtime/components/ui/menubar/Menubar.vue +34 -0
  716. package/dist/runtime/components/ui/menubar/Menubar.vue.d.ts +24 -0
  717. package/dist/runtime/components/ui/menubar/MenubarCheckboxItem.d.vue.ts +26 -0
  718. package/dist/runtime/components/ui/menubar/MenubarCheckboxItem.vue +41 -0
  719. package/dist/runtime/components/ui/menubar/MenubarCheckboxItem.vue.d.ts +26 -0
  720. package/dist/runtime/components/ui/menubar/MenubarContent.d.vue.ts +18 -0
  721. package/dist/runtime/components/ui/menubar/MenubarContent.vue +55 -0
  722. package/dist/runtime/components/ui/menubar/MenubarContent.vue.d.ts +18 -0
  723. package/dist/runtime/components/ui/menubar/MenubarGroup.d.vue.ts +14 -0
  724. package/dist/runtime/components/ui/menubar/MenubarGroup.vue +16 -0
  725. package/dist/runtime/components/ui/menubar/MenubarGroup.vue.d.ts +14 -0
  726. package/dist/runtime/components/ui/menubar/MenubarItem.d.vue.ts +24 -0
  727. package/dist/runtime/components/ui/menubar/MenubarItem.vue +35 -0
  728. package/dist/runtime/components/ui/menubar/MenubarItem.vue.d.ts +24 -0
  729. package/dist/runtime/components/ui/menubar/MenubarLabel.d.vue.ts +19 -0
  730. package/dist/runtime/components/ui/menubar/MenubarLabel.vue +22 -0
  731. package/dist/runtime/components/ui/menubar/MenubarLabel.vue.d.ts +19 -0
  732. package/dist/runtime/components/ui/menubar/MenubarMenu.d.vue.ts +14 -0
  733. package/dist/runtime/components/ui/menubar/MenubarMenu.vue +15 -0
  734. package/dist/runtime/components/ui/menubar/MenubarMenu.vue.d.ts +14 -0
  735. package/dist/runtime/components/ui/menubar/MenubarRadioGroup.d.vue.ts +18 -0
  736. package/dist/runtime/components/ui/menubar/MenubarRadioGroup.vue +22 -0
  737. package/dist/runtime/components/ui/menubar/MenubarRadioGroup.vue.d.ts +18 -0
  738. package/dist/runtime/components/ui/menubar/MenubarRadioItem.d.vue.ts +24 -0
  739. package/dist/runtime/components/ui/menubar/MenubarRadioItem.vue +41 -0
  740. package/dist/runtime/components/ui/menubar/MenubarRadioItem.vue.d.ts +24 -0
  741. package/dist/runtime/components/ui/menubar/MenubarSeparator.d.vue.ts +8 -0
  742. package/dist/runtime/components/ui/menubar/MenubarSeparator.vue +20 -0
  743. package/dist/runtime/components/ui/menubar/MenubarSeparator.vue.d.ts +8 -0
  744. package/dist/runtime/components/ui/menubar/MenubarShortcut.d.vue.ts +17 -0
  745. package/dist/runtime/components/ui/menubar/MenubarShortcut.vue +15 -0
  746. package/dist/runtime/components/ui/menubar/MenubarShortcut.vue.d.ts +17 -0
  747. package/dist/runtime/components/ui/menubar/MenubarSub.d.vue.ts +23 -0
  748. package/dist/runtime/components/ui/menubar/MenubarSub.vue +19 -0
  749. package/dist/runtime/components/ui/menubar/MenubarSub.vue.d.ts +23 -0
  750. package/dist/runtime/components/ui/menubar/MenubarSubContent.d.vue.ts +34 -0
  751. package/dist/runtime/components/ui/menubar/MenubarSubContent.vue +54 -0
  752. package/dist/runtime/components/ui/menubar/MenubarSubContent.vue.d.ts +34 -0
  753. package/dist/runtime/components/ui/menubar/MenubarSubTrigger.d.vue.ts +19 -0
  754. package/dist/runtime/components/ui/menubar/MenubarSubTrigger.vue +31 -0
  755. package/dist/runtime/components/ui/menubar/MenubarSubTrigger.vue.d.ts +19 -0
  756. package/dist/runtime/components/ui/menubar/MenubarTrigger.d.vue.ts +18 -0
  757. package/dist/runtime/components/ui/menubar/MenubarTrigger.vue +28 -0
  758. package/dist/runtime/components/ui/menubar/MenubarTrigger.vue.d.ts +18 -0
  759. package/dist/runtime/components/ui/menubar/index.d.ts +15 -0
  760. package/dist/runtime/components/ui/menubar/index.js +15 -0
  761. package/dist/runtime/components/ui/native-select/NativeSelect.d.vue.ts +17 -0
  762. package/dist/runtime/components/ui/native-select/NativeSelect.vue +37 -0
  763. package/dist/runtime/components/ui/native-select/NativeSelect.vue.d.ts +17 -0
  764. package/dist/runtime/components/ui/native-select/NativeSelectOptGroup.d.vue.ts +13 -0
  765. package/dist/runtime/components/ui/native-select/NativeSelectOptGroup.vue +9 -0
  766. package/dist/runtime/components/ui/native-select/NativeSelectOptGroup.vue.d.ts +13 -0
  767. package/dist/runtime/components/ui/native-select/NativeSelectOption.d.vue.ts +13 -0
  768. package/dist/runtime/components/ui/native-select/NativeSelectOption.vue +9 -0
  769. package/dist/runtime/components/ui/native-select/NativeSelectOption.vue.d.ts +13 -0
  770. package/dist/runtime/components/ui/native-select/index.d.ts +3 -0
  771. package/dist/runtime/components/ui/native-select/index.js +3 -0
  772. package/dist/runtime/components/ui/navigation-menu/NavigationMenu.d.vue.ts +25 -0
  773. package/dist/runtime/components/ui/navigation-menu/NavigationMenu.vue +41 -0
  774. package/dist/runtime/components/ui/navigation-menu/NavigationMenu.vue.d.ts +25 -0
  775. package/dist/runtime/components/ui/navigation-menu/NavigationMenuContent.d.vue.ts +28 -0
  776. package/dist/runtime/components/ui/navigation-menu/NavigationMenuContent.vue +32 -0
  777. package/dist/runtime/components/ui/navigation-menu/NavigationMenuContent.vue.d.ts +28 -0
  778. package/dist/runtime/components/ui/navigation-menu/NavigationMenuIndicator.d.vue.ts +8 -0
  779. package/dist/runtime/components/ui/navigation-menu/NavigationMenuIndicator.vue +23 -0
  780. package/dist/runtime/components/ui/navigation-menu/NavigationMenuIndicator.vue.d.ts +8 -0
  781. package/dist/runtime/components/ui/navigation-menu/NavigationMenuItem.d.vue.ts +18 -0
  782. package/dist/runtime/components/ui/navigation-menu/NavigationMenuItem.vue +22 -0
  783. package/dist/runtime/components/ui/navigation-menu/NavigationMenuItem.vue.d.ts +18 -0
  784. package/dist/runtime/components/ui/navigation-menu/NavigationMenuLink.d.vue.ts +26 -0
  785. package/dist/runtime/components/ui/navigation-menu/NavigationMenuLink.vue +27 -0
  786. package/dist/runtime/components/ui/navigation-menu/NavigationMenuLink.vue.d.ts +26 -0
  787. package/dist/runtime/components/ui/navigation-menu/NavigationMenuList.d.vue.ts +18 -0
  788. package/dist/runtime/components/ui/navigation-menu/NavigationMenuList.vue +27 -0
  789. package/dist/runtime/components/ui/navigation-menu/NavigationMenuList.vue.d.ts +18 -0
  790. package/dist/runtime/components/ui/navigation-menu/NavigationMenuTrigger.d.vue.ts +18 -0
  791. package/dist/runtime/components/ui/navigation-menu/NavigationMenuTrigger.vue +32 -0
  792. package/dist/runtime/components/ui/navigation-menu/NavigationMenuTrigger.vue.d.ts +18 -0
  793. package/dist/runtime/components/ui/navigation-menu/NavigationMenuViewport.d.vue.ts +8 -0
  794. package/dist/runtime/components/ui/navigation-menu/NavigationMenuViewport.vue +32 -0
  795. package/dist/runtime/components/ui/navigation-menu/NavigationMenuViewport.vue.d.ts +8 -0
  796. package/dist/runtime/components/ui/navigation-menu/index.d.ts +9 -0
  797. package/dist/runtime/components/ui/navigation-menu/index.js +12 -0
  798. package/dist/runtime/components/ui/number-field/NumberField.d.vue.ts +25 -0
  799. package/dist/runtime/components/ui/number-field/NumberField.vue +34 -0
  800. package/dist/runtime/components/ui/number-field/NumberField.vue.d.ts +25 -0
  801. package/dist/runtime/components/ui/number-field/NumberFieldContent.d.vue.ts +17 -0
  802. package/dist/runtime/components/ui/number-field/NumberFieldContent.vue +12 -0
  803. package/dist/runtime/components/ui/number-field/NumberFieldContent.vue.d.ts +17 -0
  804. package/dist/runtime/components/ui/number-field/NumberFieldDecrement.d.vue.ts +18 -0
  805. package/dist/runtime/components/ui/number-field/NumberFieldDecrement.vue +22 -0
  806. package/dist/runtime/components/ui/number-field/NumberFieldDecrement.vue.d.ts +18 -0
  807. package/dist/runtime/components/ui/number-field/NumberFieldIncrement.d.vue.ts +18 -0
  808. package/dist/runtime/components/ui/number-field/NumberFieldIncrement.vue +22 -0
  809. package/dist/runtime/components/ui/number-field/NumberFieldIncrement.vue.d.ts +18 -0
  810. package/dist/runtime/components/ui/number-field/NumberFieldInput.d.vue.ts +7 -0
  811. package/dist/runtime/components/ui/number-field/NumberFieldInput.vue +14 -0
  812. package/dist/runtime/components/ui/number-field/NumberFieldInput.vue.d.ts +7 -0
  813. package/dist/runtime/components/ui/number-field/index.d.ts +5 -0
  814. package/dist/runtime/components/ui/number-field/index.js +5 -0
  815. package/dist/runtime/components/ui/pagination/Pagination.d.vue.ts +25 -0
  816. package/dist/runtime/components/ui/pagination/Pagination.vue +31 -0
  817. package/dist/runtime/components/ui/pagination/Pagination.vue.d.ts +25 -0
  818. package/dist/runtime/components/ui/pagination/PaginationContent.d.vue.ts +25 -0
  819. package/dist/runtime/components/ui/pagination/PaginationContent.vue +22 -0
  820. package/dist/runtime/components/ui/pagination/PaginationContent.vue.d.ts +25 -0
  821. package/dist/runtime/components/ui/pagination/PaginationEllipsis.d.vue.ts +18 -0
  822. package/dist/runtime/components/ui/pagination/PaginationEllipsis.vue +25 -0
  823. package/dist/runtime/components/ui/pagination/PaginationEllipsis.vue.d.ts +18 -0
  824. package/dist/runtime/components/ui/pagination/PaginationFirst.d.vue.ts +20 -0
  825. package/dist/runtime/components/ui/pagination/PaginationFirst.vue +28 -0
  826. package/dist/runtime/components/ui/pagination/PaginationFirst.vue.d.ts +20 -0
  827. package/dist/runtime/components/ui/pagination/PaginationItem.d.vue.ts +21 -0
  828. package/dist/runtime/components/ui/pagination/PaginationItem.vue +31 -0
  829. package/dist/runtime/components/ui/pagination/PaginationItem.vue.d.ts +21 -0
  830. package/dist/runtime/components/ui/pagination/PaginationLast.d.vue.ts +20 -0
  831. package/dist/runtime/components/ui/pagination/PaginationLast.vue +28 -0
  832. package/dist/runtime/components/ui/pagination/PaginationLast.vue.d.ts +20 -0
  833. package/dist/runtime/components/ui/pagination/PaginationNext.d.vue.ts +20 -0
  834. package/dist/runtime/components/ui/pagination/PaginationNext.vue +28 -0
  835. package/dist/runtime/components/ui/pagination/PaginationNext.vue.d.ts +20 -0
  836. package/dist/runtime/components/ui/pagination/PaginationPrevious.d.vue.ts +20 -0
  837. package/dist/runtime/components/ui/pagination/PaginationPrevious.vue +28 -0
  838. package/dist/runtime/components/ui/pagination/PaginationPrevious.vue.d.ts +20 -0
  839. package/dist/runtime/components/ui/pagination/index.d.ts +8 -0
  840. package/dist/runtime/components/ui/pagination/index.js +8 -0
  841. package/dist/runtime/components/ui/pin-input/PinInput.d.vue.ts +25 -0
  842. package/dist/runtime/components/ui/pin-input/PinInput.vue +34 -0
  843. package/dist/runtime/components/ui/pin-input/PinInput.vue.d.ts +25 -0
  844. package/dist/runtime/components/ui/pin-input/PinInputGroup.d.vue.ts +18 -0
  845. package/dist/runtime/components/ui/pin-input/PinInputGroup.vue +22 -0
  846. package/dist/runtime/components/ui/pin-input/PinInputGroup.vue.d.ts +18 -0
  847. package/dist/runtime/components/ui/pin-input/PinInputSeparator.d.vue.ts +14 -0
  848. package/dist/runtime/components/ui/pin-input/PinInputSeparator.vue +20 -0
  849. package/dist/runtime/components/ui/pin-input/PinInputSeparator.vue.d.ts +14 -0
  850. package/dist/runtime/components/ui/pin-input/PinInputSlot.d.vue.ts +8 -0
  851. package/dist/runtime/components/ui/pin-input/PinInputSlot.vue +22 -0
  852. package/dist/runtime/components/ui/pin-input/PinInputSlot.vue.d.ts +8 -0
  853. package/dist/runtime/components/ui/pin-input/index.d.ts +4 -0
  854. package/dist/runtime/components/ui/pin-input/index.js +4 -0
  855. package/dist/runtime/components/ui/popover/Popover.d.vue.ts +21 -0
  856. package/dist/runtime/components/ui/popover/Popover.vue +20 -0
  857. package/dist/runtime/components/ui/popover/Popover.vue.d.ts +21 -0
  858. package/dist/runtime/components/ui/popover/PopoverAnchor.d.vue.ts +14 -0
  859. package/dist/runtime/components/ui/popover/PopoverAnchor.vue +17 -0
  860. package/dist/runtime/components/ui/popover/PopoverAnchor.vue.d.ts +14 -0
  861. package/dist/runtime/components/ui/popover/PopoverContent.d.vue.ts +32 -0
  862. package/dist/runtime/components/ui/popover/PopoverContent.vue +56 -0
  863. package/dist/runtime/components/ui/popover/PopoverContent.vue.d.ts +32 -0
  864. package/dist/runtime/components/ui/popover/PopoverTrigger.d.vue.ts +14 -0
  865. package/dist/runtime/components/ui/popover/PopoverTrigger.vue +16 -0
  866. package/dist/runtime/components/ui/popover/PopoverTrigger.vue.d.ts +14 -0
  867. package/dist/runtime/components/ui/popover/index.d.ts +4 -0
  868. package/dist/runtime/components/ui/popover/index.js +4 -0
  869. package/dist/runtime/components/ui/progress/Progress.d.vue.ts +8 -0
  870. package/dist/runtime/components/ui/progress/Progress.vue +37 -0
  871. package/dist/runtime/components/ui/progress/Progress.vue.d.ts +8 -0
  872. package/dist/runtime/components/ui/progress/index.d.ts +1 -0
  873. package/dist/runtime/components/ui/progress/index.js +1 -0
  874. package/dist/runtime/components/ui/radio-group/RadioGroup.d.vue.ts +24 -0
  875. package/dist/runtime/components/ui/radio-group/RadioGroup.vue +32 -0
  876. package/dist/runtime/components/ui/radio-group/RadioGroup.vue.d.ts +24 -0
  877. package/dist/runtime/components/ui/radio-group/RadioGroupItem.d.vue.ts +18 -0
  878. package/dist/runtime/components/ui/radio-group/RadioGroupItem.vue +44 -0
  879. package/dist/runtime/components/ui/radio-group/RadioGroupItem.vue.d.ts +18 -0
  880. package/dist/runtime/components/ui/radio-group/index.d.ts +2 -0
  881. package/dist/runtime/components/ui/radio-group/index.js +2 -0
  882. package/dist/runtime/components/ui/range-calendar/RangeCalendar.d.vue.ts +18 -0
  883. package/dist/runtime/components/ui/range-calendar/RangeCalendar.vue +87 -0
  884. package/dist/runtime/components/ui/range-calendar/RangeCalendar.vue.d.ts +18 -0
  885. package/dist/runtime/components/ui/range-calendar/RangeCalendarCell.d.vue.ts +18 -0
  886. package/dist/runtime/components/ui/range-calendar/RangeCalendarCell.vue +23 -0
  887. package/dist/runtime/components/ui/range-calendar/RangeCalendarCell.vue.d.ts +18 -0
  888. package/dist/runtime/components/ui/range-calendar/RangeCalendarCellTrigger.d.vue.ts +18 -0
  889. package/dist/runtime/components/ui/range-calendar/RangeCalendarCellTrigger.vue +40 -0
  890. package/dist/runtime/components/ui/range-calendar/RangeCalendarCellTrigger.vue.d.ts +18 -0
  891. package/dist/runtime/components/ui/range-calendar/RangeCalendarGrid.d.vue.ts +18 -0
  892. package/dist/runtime/components/ui/range-calendar/RangeCalendarGrid.vue +22 -0
  893. package/dist/runtime/components/ui/range-calendar/RangeCalendarGrid.vue.d.ts +18 -0
  894. package/dist/runtime/components/ui/range-calendar/RangeCalendarGridBody.d.vue.ts +14 -0
  895. package/dist/runtime/components/ui/range-calendar/RangeCalendarGridBody.vue +16 -0
  896. package/dist/runtime/components/ui/range-calendar/RangeCalendarGridBody.vue.d.ts +14 -0
  897. package/dist/runtime/components/ui/range-calendar/RangeCalendarGridHead.d.vue.ts +14 -0
  898. package/dist/runtime/components/ui/range-calendar/RangeCalendarGridHead.vue +16 -0
  899. package/dist/runtime/components/ui/range-calendar/RangeCalendarGridHead.vue.d.ts +14 -0
  900. package/dist/runtime/components/ui/range-calendar/RangeCalendarGridRow.d.vue.ts +18 -0
  901. package/dist/runtime/components/ui/range-calendar/RangeCalendarGridRow.vue +21 -0
  902. package/dist/runtime/components/ui/range-calendar/RangeCalendarGridRow.vue.d.ts +18 -0
  903. package/dist/runtime/components/ui/range-calendar/RangeCalendarHeadCell.d.vue.ts +18 -0
  904. package/dist/runtime/components/ui/range-calendar/RangeCalendarHeadCell.vue +22 -0
  905. package/dist/runtime/components/ui/range-calendar/RangeCalendarHeadCell.vue.d.ts +18 -0
  906. package/dist/runtime/components/ui/range-calendar/RangeCalendarHeader.d.vue.ts +18 -0
  907. package/dist/runtime/components/ui/range-calendar/RangeCalendarHeader.vue +22 -0
  908. package/dist/runtime/components/ui/range-calendar/RangeCalendarHeader.vue.d.ts +18 -0
  909. package/dist/runtime/components/ui/range-calendar/RangeCalendarHeading.d.vue.ts +19 -0
  910. package/dist/runtime/components/ui/range-calendar/RangeCalendarHeading.vue +26 -0
  911. package/dist/runtime/components/ui/range-calendar/RangeCalendarHeading.vue.d.ts +19 -0
  912. package/dist/runtime/components/ui/range-calendar/RangeCalendarNextButton.d.vue.ts +18 -0
  913. package/dist/runtime/components/ui/range-calendar/RangeCalendarNextButton.vue +32 -0
  914. package/dist/runtime/components/ui/range-calendar/RangeCalendarNextButton.vue.d.ts +18 -0
  915. package/dist/runtime/components/ui/range-calendar/RangeCalendarPrevButton.d.vue.ts +18 -0
  916. package/dist/runtime/components/ui/range-calendar/RangeCalendarPrevButton.vue +32 -0
  917. package/dist/runtime/components/ui/range-calendar/RangeCalendarPrevButton.vue.d.ts +18 -0
  918. package/dist/runtime/components/ui/range-calendar/index.d.ts +12 -0
  919. package/dist/runtime/components/ui/range-calendar/index.js +12 -0
  920. package/dist/runtime/components/ui/resizable/ResizableHandle.d.vue.ts +23 -0
  921. package/dist/runtime/components/ui/resizable/ResizableHandle.vue +36 -0
  922. package/dist/runtime/components/ui/resizable/ResizableHandle.vue.d.ts +23 -0
  923. package/dist/runtime/components/ui/resizable/ResizablePanel.d.vue.ts +28 -0
  924. package/dist/runtime/components/ui/resizable/ResizablePanel.vue +27 -0
  925. package/dist/runtime/components/ui/resizable/ResizablePanel.vue.d.ts +28 -0
  926. package/dist/runtime/components/ui/resizable/ResizablePanelGroup.d.vue.ts +24 -0
  927. package/dist/runtime/components/ui/resizable/ResizablePanelGroup.vue +29 -0
  928. package/dist/runtime/components/ui/resizable/ResizablePanelGroup.vue.d.ts +24 -0
  929. package/dist/runtime/components/ui/resizable/index.d.ts +3 -0
  930. package/dist/runtime/components/ui/resizable/index.js +3 -0
  931. package/dist/runtime/components/ui/scroll-area/ScrollArea.d.vue.ts +18 -0
  932. package/dist/runtime/components/ui/scroll-area/ScrollArea.vue +36 -0
  933. package/dist/runtime/components/ui/scroll-area/ScrollArea.vue.d.ts +18 -0
  934. package/dist/runtime/components/ui/scroll-area/ScrollBar.d.vue.ts +8 -0
  935. package/dist/runtime/components/ui/scroll-area/ScrollBar.vue +33 -0
  936. package/dist/runtime/components/ui/scroll-area/ScrollBar.vue.d.ts +8 -0
  937. package/dist/runtime/components/ui/scroll-area/index.d.ts +2 -0
  938. package/dist/runtime/components/ui/scroll-area/index.js +2 -0
  939. package/dist/runtime/components/ui/select/Select.d.vue.ts +24 -0
  940. package/dist/runtime/components/ui/select/Select.vue +28 -0
  941. package/dist/runtime/components/ui/select/Select.vue.d.ts +24 -0
  942. package/dist/runtime/components/ui/select/SelectContent.d.vue.ts +26 -0
  943. package/dist/runtime/components/ui/select/SelectContent.vue +64 -0
  944. package/dist/runtime/components/ui/select/SelectContent.vue.d.ts +26 -0
  945. package/dist/runtime/components/ui/select/SelectGroup.d.vue.ts +14 -0
  946. package/dist/runtime/components/ui/select/SelectGroup.vue +16 -0
  947. package/dist/runtime/components/ui/select/SelectGroup.vue.d.ts +14 -0
  948. package/dist/runtime/components/ui/select/SelectItem.d.vue.ts +20 -0
  949. package/dist/runtime/components/ui/select/SelectItem.vue +46 -0
  950. package/dist/runtime/components/ui/select/SelectItem.vue.d.ts +20 -0
  951. package/dist/runtime/components/ui/select/SelectItemText.d.vue.ts +14 -0
  952. package/dist/runtime/components/ui/select/SelectItemText.vue +16 -0
  953. package/dist/runtime/components/ui/select/SelectItemText.vue.d.ts +14 -0
  954. package/dist/runtime/components/ui/select/SelectLabel.d.vue.ts +18 -0
  955. package/dist/runtime/components/ui/select/SelectLabel.vue +19 -0
  956. package/dist/runtime/components/ui/select/SelectLabel.vue.d.ts +18 -0
  957. package/dist/runtime/components/ui/select/SelectScrollDownButton.d.vue.ts +18 -0
  958. package/dist/runtime/components/ui/select/SelectScrollDownButton.vue +25 -0
  959. package/dist/runtime/components/ui/select/SelectScrollDownButton.vue.d.ts +18 -0
  960. package/dist/runtime/components/ui/select/SelectScrollUpButton.d.vue.ts +18 -0
  961. package/dist/runtime/components/ui/select/SelectScrollUpButton.vue +25 -0
  962. package/dist/runtime/components/ui/select/SelectScrollUpButton.vue.d.ts +18 -0
  963. package/dist/runtime/components/ui/select/SelectSeparator.d.vue.ts +8 -0
  964. package/dist/runtime/components/ui/select/SelectSeparator.vue +19 -0
  965. package/dist/runtime/components/ui/select/SelectSeparator.vue.d.ts +8 -0
  966. package/dist/runtime/components/ui/select/SelectTrigger.d.vue.ts +19 -0
  967. package/dist/runtime/components/ui/select/SelectTrigger.vue +33 -0
  968. package/dist/runtime/components/ui/select/SelectTrigger.vue.d.ts +19 -0
  969. package/dist/runtime/components/ui/select/SelectValue.d.vue.ts +14 -0
  970. package/dist/runtime/components/ui/select/SelectValue.vue +17 -0
  971. package/dist/runtime/components/ui/select/SelectValue.vue.d.ts +14 -0
  972. package/dist/runtime/components/ui/select/index.d.ts +11 -0
  973. package/dist/runtime/components/ui/select/index.js +11 -0
  974. package/dist/runtime/components/ui/separator/Separator.d.vue.ts +8 -0
  975. package/dist/runtime/components/ui/separator/Separator.vue +26 -0
  976. package/dist/runtime/components/ui/separator/Separator.vue.d.ts +8 -0
  977. package/dist/runtime/components/ui/separator/index.d.ts +1 -0
  978. package/dist/runtime/components/ui/separator/index.js +1 -0
  979. package/dist/runtime/components/ui/sheet/InnerSheet.d.vue.ts +20 -0
  980. package/dist/runtime/components/ui/sheet/InnerSheet.vue +16 -0
  981. package/dist/runtime/components/ui/sheet/InnerSheet.vue.d.ts +20 -0
  982. package/dist/runtime/components/ui/sheet/InnerSheetContent.d.vue.ts +33 -0
  983. package/dist/runtime/components/ui/sheet/InnerSheetContent.vue +53 -0
  984. package/dist/runtime/components/ui/sheet/InnerSheetContent.vue.d.ts +33 -0
  985. package/dist/runtime/components/ui/sheet/Sheet.d.vue.ts +21 -0
  986. package/dist/runtime/components/ui/sheet/Sheet.vue +20 -0
  987. package/dist/runtime/components/ui/sheet/Sheet.vue.d.ts +21 -0
  988. package/dist/runtime/components/ui/sheet/SheetClose.d.vue.ts +14 -0
  989. package/dist/runtime/components/ui/sheet/SheetClose.vue +16 -0
  990. package/dist/runtime/components/ui/sheet/SheetClose.vue.d.ts +14 -0
  991. package/dist/runtime/components/ui/sheet/SheetContent.d.vue.ts +33 -0
  992. package/dist/runtime/components/ui/sheet/SheetContent.vue +53 -0
  993. package/dist/runtime/components/ui/sheet/SheetContent.vue.d.ts +33 -0
  994. package/dist/runtime/components/ui/sheet/SheetDescription.d.vue.ts +18 -0
  995. package/dist/runtime/components/ui/sheet/SheetDescription.vue +21 -0
  996. package/dist/runtime/components/ui/sheet/SheetDescription.vue.d.ts +18 -0
  997. package/dist/runtime/components/ui/sheet/SheetFooter.d.vue.ts +17 -0
  998. package/dist/runtime/components/ui/sheet/SheetFooter.vue +17 -0
  999. package/dist/runtime/components/ui/sheet/SheetFooter.vue.d.ts +17 -0
  1000. package/dist/runtime/components/ui/sheet/SheetHeader.d.vue.ts +17 -0
  1001. package/dist/runtime/components/ui/sheet/SheetHeader.vue +15 -0
  1002. package/dist/runtime/components/ui/sheet/SheetHeader.vue.d.ts +17 -0
  1003. package/dist/runtime/components/ui/sheet/SheetOverlay.d.vue.ts +18 -0
  1004. package/dist/runtime/components/ui/sheet/SheetOverlay.vue +22 -0
  1005. package/dist/runtime/components/ui/sheet/SheetOverlay.vue.d.ts +18 -0
  1006. package/dist/runtime/components/ui/sheet/SheetTitle.d.vue.ts +18 -0
  1007. package/dist/runtime/components/ui/sheet/SheetTitle.vue +21 -0
  1008. package/dist/runtime/components/ui/sheet/SheetTitle.vue.d.ts +18 -0
  1009. package/dist/runtime/components/ui/sheet/SheetTrigger.d.vue.ts +14 -0
  1010. package/dist/runtime/components/ui/sheet/SheetTrigger.vue +16 -0
  1011. package/dist/runtime/components/ui/sheet/SheetTrigger.vue.d.ts +14 -0
  1012. package/dist/runtime/components/ui/sheet/index.d.ts +8 -0
  1013. package/dist/runtime/components/ui/sheet/index.js +8 -0
  1014. package/dist/runtime/components/ui/sidebar/Sidebar.d.vue.ts +18 -0
  1015. package/dist/runtime/components/ui/sidebar/Sidebar.vue +87 -0
  1016. package/dist/runtime/components/ui/sidebar/Sidebar.vue.d.ts +18 -0
  1017. package/dist/runtime/components/ui/sidebar/SidebarContent.d.vue.ts +17 -0
  1018. package/dist/runtime/components/ui/sidebar/SidebarContent.vue +16 -0
  1019. package/dist/runtime/components/ui/sidebar/SidebarContent.vue.d.ts +17 -0
  1020. package/dist/runtime/components/ui/sidebar/SidebarFooter.d.vue.ts +17 -0
  1021. package/dist/runtime/components/ui/sidebar/SidebarFooter.vue +16 -0
  1022. package/dist/runtime/components/ui/sidebar/SidebarFooter.vue.d.ts +17 -0
  1023. package/dist/runtime/components/ui/sidebar/SidebarGroup.d.vue.ts +17 -0
  1024. package/dist/runtime/components/ui/sidebar/SidebarGroup.vue +16 -0
  1025. package/dist/runtime/components/ui/sidebar/SidebarGroup.vue.d.ts +17 -0
  1026. package/dist/runtime/components/ui/sidebar/SidebarGroupAction.d.vue.ts +18 -0
  1027. package/dist/runtime/components/ui/sidebar/SidebarGroupAction.vue +26 -0
  1028. package/dist/runtime/components/ui/sidebar/SidebarGroupAction.vue.d.ts +18 -0
  1029. package/dist/runtime/components/ui/sidebar/SidebarGroupContent.d.vue.ts +17 -0
  1030. package/dist/runtime/components/ui/sidebar/SidebarGroupContent.vue +16 -0
  1031. package/dist/runtime/components/ui/sidebar/SidebarGroupContent.vue.d.ts +17 -0
  1032. package/dist/runtime/components/ui/sidebar/SidebarGroupLabel.d.vue.ts +18 -0
  1033. package/dist/runtime/components/ui/sidebar/SidebarGroupLabel.vue +25 -0
  1034. package/dist/runtime/components/ui/sidebar/SidebarGroupLabel.vue.d.ts +18 -0
  1035. package/dist/runtime/components/ui/sidebar/SidebarHeader.d.vue.ts +17 -0
  1036. package/dist/runtime/components/ui/sidebar/SidebarHeader.vue +16 -0
  1037. package/dist/runtime/components/ui/sidebar/SidebarHeader.vue.d.ts +17 -0
  1038. package/dist/runtime/components/ui/sidebar/SidebarInput.d.vue.ts +17 -0
  1039. package/dist/runtime/components/ui/sidebar/SidebarInput.vue +20 -0
  1040. package/dist/runtime/components/ui/sidebar/SidebarInput.vue.d.ts +17 -0
  1041. package/dist/runtime/components/ui/sidebar/SidebarInset.d.vue.ts +17 -0
  1042. package/dist/runtime/components/ui/sidebar/SidebarInset.vue +19 -0
  1043. package/dist/runtime/components/ui/sidebar/SidebarInset.vue.d.ts +17 -0
  1044. package/dist/runtime/components/ui/sidebar/SidebarMenu.d.vue.ts +17 -0
  1045. package/dist/runtime/components/ui/sidebar/SidebarMenu.vue +16 -0
  1046. package/dist/runtime/components/ui/sidebar/SidebarMenu.vue.d.ts +17 -0
  1047. package/dist/runtime/components/ui/sidebar/SidebarMenuAction.d.vue.ts +19 -0
  1048. package/dist/runtime/components/ui/sidebar/SidebarMenuAction.vue +31 -0
  1049. package/dist/runtime/components/ui/sidebar/SidebarMenuAction.vue.d.ts +19 -0
  1050. package/dist/runtime/components/ui/sidebar/SidebarMenuBadge.d.vue.ts +17 -0
  1051. package/dist/runtime/components/ui/sidebar/SidebarMenuBadge.vue +24 -0
  1052. package/dist/runtime/components/ui/sidebar/SidebarMenuBadge.vue.d.ts +17 -0
  1053. package/dist/runtime/components/ui/sidebar/SidebarMenuButton.d.vue.ts +20 -0
  1054. package/dist/runtime/components/ui/sidebar/SidebarMenuButton.vue +44 -0
  1055. package/dist/runtime/components/ui/sidebar/SidebarMenuButton.vue.d.ts +20 -0
  1056. package/dist/runtime/components/ui/sidebar/SidebarMenuButtonChild.d.vue.ts +22 -0
  1057. package/dist/runtime/components/ui/sidebar/SidebarMenuButtonChild.vue +28 -0
  1058. package/dist/runtime/components/ui/sidebar/SidebarMenuButtonChild.vue.d.ts +22 -0
  1059. package/dist/runtime/components/ui/sidebar/SidebarMenuItem.d.vue.ts +17 -0
  1060. package/dist/runtime/components/ui/sidebar/SidebarMenuItem.vue +16 -0
  1061. package/dist/runtime/components/ui/sidebar/SidebarMenuItem.vue.d.ts +17 -0
  1062. package/dist/runtime/components/ui/sidebar/SidebarMenuSkeleton.d.vue.ts +8 -0
  1063. package/dist/runtime/components/ui/sidebar/SidebarMenuSkeleton.vue +32 -0
  1064. package/dist/runtime/components/ui/sidebar/SidebarMenuSkeleton.vue.d.ts +8 -0
  1065. package/dist/runtime/components/ui/sidebar/SidebarMenuSub.d.vue.ts +17 -0
  1066. package/dist/runtime/components/ui/sidebar/SidebarMenuSub.vue +20 -0
  1067. package/dist/runtime/components/ui/sidebar/SidebarMenuSub.vue.d.ts +17 -0
  1068. package/dist/runtime/components/ui/sidebar/SidebarMenuSubButton.d.vue.ts +20 -0
  1069. package/dist/runtime/components/ui/sidebar/SidebarMenuSubButton.vue +32 -0
  1070. package/dist/runtime/components/ui/sidebar/SidebarMenuSubButton.vue.d.ts +20 -0
  1071. package/dist/runtime/components/ui/sidebar/SidebarMenuSubItem.d.vue.ts +17 -0
  1072. package/dist/runtime/components/ui/sidebar/SidebarMenuSubItem.vue +16 -0
  1073. package/dist/runtime/components/ui/sidebar/SidebarMenuSubItem.vue.d.ts +17 -0
  1074. package/dist/runtime/components/ui/sidebar/SidebarProvider.d.vue.ts +23 -0
  1075. package/dist/runtime/components/ui/sidebar/SidebarProvider.vue +61 -0
  1076. package/dist/runtime/components/ui/sidebar/SidebarProvider.vue.d.ts +23 -0
  1077. package/dist/runtime/components/ui/sidebar/SidebarRail.d.vue.ts +17 -0
  1078. package/dist/runtime/components/ui/sidebar/SidebarRail.vue +30 -0
  1079. package/dist/runtime/components/ui/sidebar/SidebarRail.vue.d.ts +17 -0
  1080. package/dist/runtime/components/ui/sidebar/SidebarSeparator.d.vue.ts +17 -0
  1081. package/dist/runtime/components/ui/sidebar/SidebarSeparator.vue +17 -0
  1082. package/dist/runtime/components/ui/sidebar/SidebarSeparator.vue.d.ts +17 -0
  1083. package/dist/runtime/components/ui/sidebar/SidebarTrigger.d.vue.ts +7 -0
  1084. package/dist/runtime/components/ui/sidebar/SidebarTrigger.vue +24 -0
  1085. package/dist/runtime/components/ui/sidebar/SidebarTrigger.vue.d.ts +7 -0
  1086. package/dist/runtime/components/ui/sidebar/index.d.ts +37 -0
  1087. package/dist/runtime/components/ui/sidebar/index.js +45 -0
  1088. package/dist/runtime/components/ui/sidebar/utils.d.ts +56 -0
  1089. package/dist/runtime/components/ui/sidebar/utils.js +8 -0
  1090. package/dist/runtime/components/ui/skeleton/Skeleton.d.vue.ts +7 -0
  1091. package/dist/runtime/components/ui/skeleton/Skeleton.vue +13 -0
  1092. package/dist/runtime/components/ui/skeleton/Skeleton.vue.d.ts +7 -0
  1093. package/dist/runtime/components/ui/skeleton/index.d.ts +1 -0
  1094. package/dist/runtime/components/ui/skeleton/index.js +1 -0
  1095. package/dist/runtime/components/ui/slider/Slider.d.vue.ts +14 -0
  1096. package/dist/runtime/components/ui/slider/Slider.vue +55 -0
  1097. package/dist/runtime/components/ui/slider/Slider.vue.d.ts +14 -0
  1098. package/dist/runtime/components/ui/slider/index.d.ts +1 -0
  1099. package/dist/runtime/components/ui/slider/index.js +1 -0
  1100. package/dist/runtime/components/ui/spinner/Spinner.d.vue.ts +7 -0
  1101. package/dist/runtime/components/ui/spinner/Spinner.vue +15 -0
  1102. package/dist/runtime/components/ui/spinner/Spinner.vue.d.ts +7 -0
  1103. package/dist/runtime/components/ui/spinner/index.d.ts +1 -0
  1104. package/dist/runtime/components/ui/spinner/index.js +1 -0
  1105. package/dist/runtime/components/ui/stepper/Stepper.d.vue.ts +34 -0
  1106. package/dist/runtime/components/ui/stepper/Stepper.vue +31 -0
  1107. package/dist/runtime/components/ui/stepper/Stepper.vue.d.ts +34 -0
  1108. package/dist/runtime/components/ui/stepper/StepperDescription.d.vue.ts +18 -0
  1109. package/dist/runtime/components/ui/stepper/StepperDescription.vue +18 -0
  1110. package/dist/runtime/components/ui/stepper/StepperDescription.vue.d.ts +18 -0
  1111. package/dist/runtime/components/ui/stepper/StepperIndicator.d.vue.ts +20 -0
  1112. package/dist/runtime/components/ui/stepper/StepperIndicator.vue +31 -0
  1113. package/dist/runtime/components/ui/stepper/StepperIndicator.vue.d.ts +20 -0
  1114. package/dist/runtime/components/ui/stepper/StepperItem.d.vue.ts +20 -0
  1115. package/dist/runtime/components/ui/stepper/StepperItem.vue +25 -0
  1116. package/dist/runtime/components/ui/stepper/StepperItem.vue.d.ts +20 -0
  1117. package/dist/runtime/components/ui/stepper/StepperSeparator.d.vue.ts +8 -0
  1118. package/dist/runtime/components/ui/stepper/StepperSeparator.vue +28 -0
  1119. package/dist/runtime/components/ui/stepper/StepperSeparator.vue.d.ts +8 -0
  1120. package/dist/runtime/components/ui/stepper/StepperTitle.d.vue.ts +18 -0
  1121. package/dist/runtime/components/ui/stepper/StepperTitle.vue +18 -0
  1122. package/dist/runtime/components/ui/stepper/StepperTitle.vue.d.ts +18 -0
  1123. package/dist/runtime/components/ui/stepper/StepperTrigger.d.vue.ts +18 -0
  1124. package/dist/runtime/components/ui/stepper/StepperTrigger.vue +21 -0
  1125. package/dist/runtime/components/ui/stepper/StepperTrigger.vue.d.ts +18 -0
  1126. package/dist/runtime/components/ui/stepper/index.d.ts +7 -0
  1127. package/dist/runtime/components/ui/stepper/index.js +7 -0
  1128. package/dist/runtime/components/ui/storage/StorageActionBar.d.vue.ts +26 -0
  1129. package/dist/runtime/components/ui/storage/StorageActionBar.vue +109 -0
  1130. package/dist/runtime/components/ui/storage/StorageActionBar.vue.d.ts +26 -0
  1131. package/dist/runtime/components/ui/storage/StorageBreadcrumb.d.vue.ts +17 -0
  1132. package/dist/runtime/components/ui/storage/StorageBreadcrumb.vue +184 -0
  1133. package/dist/runtime/components/ui/storage/StorageBreadcrumb.vue.d.ts +17 -0
  1134. package/dist/runtime/components/ui/storage/StorageDialogs.d.vue.ts +60 -0
  1135. package/dist/runtime/components/ui/storage/StorageDialogs.vue +191 -0
  1136. package/dist/runtime/components/ui/storage/StorageDialogs.vue.d.ts +60 -0
  1137. package/dist/runtime/components/ui/storage/StorageEmptyState.d.vue.ts +12 -0
  1138. package/dist/runtime/components/ui/storage/StorageEmptyState.vue +68 -0
  1139. package/dist/runtime/components/ui/storage/StorageEmptyState.vue.d.ts +12 -0
  1140. package/dist/runtime/components/ui/storage/StorageGrid.d.vue.ts +51 -0
  1141. package/dist/runtime/components/ui/storage/StorageGrid.vue +139 -0
  1142. package/dist/runtime/components/ui/storage/StorageGrid.vue.d.ts +51 -0
  1143. package/dist/runtime/components/ui/storage/StorageSelectionBar.d.vue.ts +20 -0
  1144. package/dist/runtime/components/ui/storage/StorageSelectionBar.vue +50 -0
  1145. package/dist/runtime/components/ui/storage/StorageSelectionBar.vue.d.ts +20 -0
  1146. package/dist/runtime/components/ui/storage/StorageTable.d.vue.ts +54 -0
  1147. package/dist/runtime/components/ui/storage/StorageTable.vue +182 -0
  1148. package/dist/runtime/components/ui/storage/StorageTable.vue.d.ts +54 -0
  1149. package/dist/runtime/components/ui/storage/StorageUploadZone.d.vue.ts +17 -0
  1150. package/dist/runtime/components/ui/storage/StorageUploadZone.vue +69 -0
  1151. package/dist/runtime/components/ui/storage/StorageUploadZone.vue.d.ts +17 -0
  1152. package/dist/runtime/components/ui/storage/index.d.ts +8 -0
  1153. package/dist/runtime/components/ui/storage/index.js +8 -0
  1154. package/dist/runtime/components/ui/switch/Switch.d.vue.ts +24 -0
  1155. package/dist/runtime/components/ui/switch/Switch.vue +43 -0
  1156. package/dist/runtime/components/ui/switch/Switch.vue.d.ts +24 -0
  1157. package/dist/runtime/components/ui/switch/index.d.ts +1 -0
  1158. package/dist/runtime/components/ui/switch/index.js +1 -0
  1159. package/dist/runtime/components/ui/table/Table.d.vue.ts +17 -0
  1160. package/dist/runtime/components/ui/table/Table.vue +14 -0
  1161. package/dist/runtime/components/ui/table/Table.vue.d.ts +17 -0
  1162. package/dist/runtime/components/ui/table/TableBody.d.vue.ts +17 -0
  1163. package/dist/runtime/components/ui/table/TableBody.vue +15 -0
  1164. package/dist/runtime/components/ui/table/TableBody.vue.d.ts +17 -0
  1165. package/dist/runtime/components/ui/table/TableCaption.d.vue.ts +17 -0
  1166. package/dist/runtime/components/ui/table/TableCaption.vue +15 -0
  1167. package/dist/runtime/components/ui/table/TableCaption.vue.d.ts +17 -0
  1168. package/dist/runtime/components/ui/table/TableCell.d.vue.ts +17 -0
  1169. package/dist/runtime/components/ui/table/TableCell.vue +20 -0
  1170. package/dist/runtime/components/ui/table/TableCell.vue.d.ts +17 -0
  1171. package/dist/runtime/components/ui/table/TableEmpty.d.vue.ts +18 -0
  1172. package/dist/runtime/components/ui/table/TableEmpty.vue +29 -0
  1173. package/dist/runtime/components/ui/table/TableEmpty.vue.d.ts +18 -0
  1174. package/dist/runtime/components/ui/table/TableFooter.d.vue.ts +17 -0
  1175. package/dist/runtime/components/ui/table/TableFooter.vue +15 -0
  1176. package/dist/runtime/components/ui/table/TableFooter.vue.d.ts +17 -0
  1177. package/dist/runtime/components/ui/table/TableHead.d.vue.ts +17 -0
  1178. package/dist/runtime/components/ui/table/TableHead.vue +15 -0
  1179. package/dist/runtime/components/ui/table/TableHead.vue.d.ts +17 -0
  1180. package/dist/runtime/components/ui/table/TableHeader.d.vue.ts +17 -0
  1181. package/dist/runtime/components/ui/table/TableHeader.vue +15 -0
  1182. package/dist/runtime/components/ui/table/TableHeader.vue.d.ts +17 -0
  1183. package/dist/runtime/components/ui/table/TableRow.d.vue.ts +17 -0
  1184. package/dist/runtime/components/ui/table/TableRow.vue +15 -0
  1185. package/dist/runtime/components/ui/table/TableRow.vue.d.ts +17 -0
  1186. package/dist/runtime/components/ui/table/index.d.ts +9 -0
  1187. package/dist/runtime/components/ui/table/index.js +9 -0
  1188. package/dist/runtime/components/ui/table/utils.d.ts +3 -0
  1189. package/dist/runtime/components/ui/table/utils.js +4 -0
  1190. package/dist/runtime/components/ui/tabs/Tabs.d.vue.ts +24 -0
  1191. package/dist/runtime/components/ui/tabs/Tabs.vue +30 -0
  1192. package/dist/runtime/components/ui/tabs/Tabs.vue.d.ts +24 -0
  1193. package/dist/runtime/components/ui/tabs/TabsContent.d.vue.ts +18 -0
  1194. package/dist/runtime/components/ui/tabs/TabsContent.vue +23 -0
  1195. package/dist/runtime/components/ui/tabs/TabsContent.vue.d.ts +18 -0
  1196. package/dist/runtime/components/ui/tabs/TabsList.d.vue.ts +18 -0
  1197. package/dist/runtime/components/ui/tabs/TabsList.vue +25 -0
  1198. package/dist/runtime/components/ui/tabs/TabsList.vue.d.ts +18 -0
  1199. package/dist/runtime/components/ui/tabs/TabsTrigger.d.vue.ts +18 -0
  1200. package/dist/runtime/components/ui/tabs/TabsTrigger.vue +27 -0
  1201. package/dist/runtime/components/ui/tabs/TabsTrigger.vue.d.ts +18 -0
  1202. package/dist/runtime/components/ui/tabs/index.d.ts +4 -0
  1203. package/dist/runtime/components/ui/tabs/index.js +4 -0
  1204. package/dist/runtime/components/ui/tags-input/TagsInput.d.vue.ts +30 -0
  1205. package/dist/runtime/components/ui/tags-input/TagsInput.vue +34 -0
  1206. package/dist/runtime/components/ui/tags-input/TagsInput.vue.d.ts +30 -0
  1207. package/dist/runtime/components/ui/tags-input/TagsInputInput.d.vue.ts +8 -0
  1208. package/dist/runtime/components/ui/tags-input/TagsInputInput.vue +19 -0
  1209. package/dist/runtime/components/ui/tags-input/TagsInputInput.vue.d.ts +8 -0
  1210. package/dist/runtime/components/ui/tags-input/TagsInputItem.d.vue.ts +18 -0
  1211. package/dist/runtime/components/ui/tags-input/TagsInputItem.vue +20 -0
  1212. package/dist/runtime/components/ui/tags-input/TagsInputItem.vue.d.ts +18 -0
  1213. package/dist/runtime/components/ui/tags-input/TagsInputItemDelete.d.vue.ts +18 -0
  1214. package/dist/runtime/components/ui/tags-input/TagsInputItemDelete.vue +21 -0
  1215. package/dist/runtime/components/ui/tags-input/TagsInputItemDelete.vue.d.ts +18 -0
  1216. package/dist/runtime/components/ui/tags-input/TagsInputItemText.d.vue.ts +8 -0
  1217. package/dist/runtime/components/ui/tags-input/TagsInputItemText.vue +16 -0
  1218. package/dist/runtime/components/ui/tags-input/TagsInputItemText.vue.d.ts +8 -0
  1219. package/dist/runtime/components/ui/tags-input/index.d.ts +5 -0
  1220. package/dist/runtime/components/ui/tags-input/index.js +5 -0
  1221. package/dist/runtime/components/ui/textarea/Textarea.d.vue.ts +13 -0
  1222. package/dist/runtime/components/ui/textarea/Textarea.vue +22 -0
  1223. package/dist/runtime/components/ui/textarea/Textarea.vue.d.ts +13 -0
  1224. package/dist/runtime/components/ui/textarea/index.d.ts +1 -0
  1225. package/dist/runtime/components/ui/textarea/index.js +1 -0
  1226. package/dist/runtime/components/ui/timezone-select/TimezoneSelect.d.vue.ts +12 -0
  1227. package/dist/runtime/components/ui/timezone-select/TimezoneSelect.vue +89 -0
  1228. package/dist/runtime/components/ui/timezone-select/TimezoneSelect.vue.d.ts +12 -0
  1229. package/dist/runtime/components/ui/timezone-select/index.d.ts +2 -0
  1230. package/dist/runtime/components/ui/timezone-select/index.js +2 -0
  1231. package/dist/runtime/components/ui/timezone-select/useTimezone.d.ts +29 -0
  1232. package/dist/runtime/components/ui/timezone-select/useTimezone.js +224 -0
  1233. package/dist/runtime/components/ui/toggle/Toggle.d.vue.ts +30 -0
  1234. package/dist/runtime/components/ui/toggle/Toggle.vue +32 -0
  1235. package/dist/runtime/components/ui/toggle/Toggle.vue.d.ts +30 -0
  1236. package/dist/runtime/components/ui/toggle/index.d.ts +7 -0
  1237. package/dist/runtime/components/ui/toggle/index.js +22 -0
  1238. package/dist/runtime/components/ui/toggle-group/ToggleGroup.d.vue.ts +30 -0
  1239. package/dist/runtime/components/ui/toggle-group/ToggleGroup.vue +49 -0
  1240. package/dist/runtime/components/ui/toggle-group/ToggleGroup.vue.d.ts +30 -0
  1241. package/dist/runtime/components/ui/toggle-group/ToggleGroupItem.d.vue.ts +30 -0
  1242. package/dist/runtime/components/ui/toggle-group/ToggleGroupItem.vue +41 -0
  1243. package/dist/runtime/components/ui/toggle-group/ToggleGroupItem.vue.d.ts +30 -0
  1244. package/dist/runtime/components/ui/toggle-group/index.d.ts +2 -0
  1245. package/dist/runtime/components/ui/toggle-group/index.js +2 -0
  1246. package/dist/runtime/components/ui/tooltip/Tooltip.d.vue.ts +20 -0
  1247. package/dist/runtime/components/ui/tooltip/Tooltip.vue +24 -0
  1248. package/dist/runtime/components/ui/tooltip/Tooltip.vue.d.ts +20 -0
  1249. package/dist/runtime/components/ui/tooltip/TooltipContent.d.vue.ts +24 -0
  1250. package/dist/runtime/components/ui/tooltip/TooltipContent.vue +44 -0
  1251. package/dist/runtime/components/ui/tooltip/TooltipContent.vue.d.ts +24 -0
  1252. package/dist/runtime/components/ui/tooltip/TooltipProvider.d.vue.ts +14 -0
  1253. package/dist/runtime/components/ui/tooltip/TooltipProvider.vue +17 -0
  1254. package/dist/runtime/components/ui/tooltip/TooltipProvider.vue.d.ts +14 -0
  1255. package/dist/runtime/components/ui/tooltip/TooltipTrigger.d.vue.ts +14 -0
  1256. package/dist/runtime/components/ui/tooltip/TooltipTrigger.vue +17 -0
  1257. package/dist/runtime/components/ui/tooltip/TooltipTrigger.vue.d.ts +14 -0
  1258. package/dist/runtime/components/ui/tooltip/index.d.ts +4 -0
  1259. package/dist/runtime/components/ui/tooltip/index.js +4 -0
  1260. package/dist/runtime/composables/useAuth.d.ts +2707 -0
  1261. package/dist/runtime/composables/useAuth.js +41 -0
  1262. package/dist/runtime/composables/useBreadcrumbItems.d.ts +55 -0
  1263. package/dist/runtime/composables/useBreadcrumbItems.js +256 -0
  1264. package/dist/runtime/composables/useImageUrl.d.ts +10 -0
  1265. package/dist/runtime/composables/useImageUrl.js +100 -0
  1266. package/dist/runtime/error.d.vue.ts +11 -0
  1267. package/dist/runtime/error.vue +297 -0
  1268. package/dist/runtime/error.vue.d.ts +11 -0
  1269. package/dist/runtime/graphql/.gitkeep +0 -0
  1270. package/dist/runtime/middleware/auth.global.d.ts +8 -0
  1271. package/dist/runtime/middleware/auth.global.js +28 -0
  1272. package/dist/runtime/server/plugins/s3-storage.d.ts +2 -0
  1273. package/dist/runtime/server/plugins/s3-storage.js +37 -0
  1274. package/dist/runtime/server/utils/index.d.ts +1 -0
  1275. package/dist/runtime/server/utils/index.js +1 -0
  1276. package/dist/runtime/shared/index.d.ts +1 -0
  1277. package/dist/runtime/shared/index.js +1 -0
  1278. package/dist/runtime/stores/.gitkeep +0 -0
  1279. package/dist/runtime/types/nitro-graphql-client.d.ts +2 -0
  1280. package/dist/runtime/utils/index.d.ts +2 -0
  1281. package/dist/runtime/utils/index.js +5 -0
  1282. package/dist/types.d.mts +9 -0
  1283. package/package.json +126 -0
@@ -0,0 +1,17 @@
1
+ import type { FieldProps } from './interface.js';
2
+ type __VLS_Props = FieldProps & {
3
+ options?: string[];
4
+ };
5
+ declare var __VLS_25: any;
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_25) => any;
8
+ };
9
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
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,14 @@
1
+ import type { FieldProps } from './interface.js';
2
+ declare var __VLS_25: any;
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_25) => any;
5
+ };
6
+ declare const __VLS_base: import("vue").DefineComponent<FieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FieldProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
8
+ declare const _default: typeof __VLS_export;
9
+ export default _default;
10
+ type __VLS_WithSlots<T, S> = T & {
11
+ new (): {
12
+ $slots: S;
13
+ };
14
+ };
@@ -0,0 +1,77 @@
1
+ <script setup>
2
+ import { Button } from "abckit/shadcn/button";
3
+ import { FormControl, FormDescription, FormField, FormItem, FormMessage } from "abckit/shadcn/form";
4
+ import { Input } from "abckit/shadcn/input";
5
+ import { Trash } from "lucide-vue-next";
6
+ import { ref } from "vue";
7
+ import AutoFormLabel from "./AutoFormLabel.vue";
8
+ import { beautifyObjectName } from "./utils";
9
+ defineProps({
10
+ fieldName: { type: String, required: true },
11
+ label: { type: String, required: false },
12
+ required: { type: Boolean, required: false },
13
+ config: { type: Object, required: false },
14
+ disabled: { type: Boolean, required: false }
15
+ });
16
+ const inputFile = ref();
17
+ async function parseFileAsString(file) {
18
+ return new Promise((resolve, reject) => {
19
+ if (file) {
20
+ const reader = new FileReader();
21
+ reader.onloadend = () => {
22
+ resolve(reader.result);
23
+ };
24
+ reader.onerror = (err) => {
25
+ reject(err);
26
+ };
27
+ reader.readAsDataURL(file);
28
+ }
29
+ });
30
+ }
31
+ </script>
32
+
33
+ <template>
34
+ <FormField v-slot="slotProps" :name="fieldName">
35
+ <FormItem v-bind="$attrs">
36
+ <AutoFormLabel v-if="!config?.hideLabel" :required="required">
37
+ {{ config?.label || beautifyObjectName(label ?? fieldName) }}
38
+ </AutoFormLabel>
39
+ <FormControl>
40
+ <slot v-bind="slotProps">
41
+ <Input
42
+ v-if="!inputFile"
43
+ type="file"
44
+ v-bind="{ ...config?.inputProps }"
45
+ :disabled="config?.inputProps?.disabled ?? disabled"
46
+ @change="async (ev) => {
47
+ const file = ev.target.files?.[0];
48
+ inputFile = file;
49
+ const parsed = await parseFileAsString(file);
50
+ slotProps.componentField.onInput(parsed);
51
+ }"
52
+ />
53
+ <div v-else class="flex h-9 w-full items-center justify-between rounded-md border border-input bg-transparent pl-3 pr-1 py-1 text-sm shadow-sm transition-colors">
54
+ <p>{{ inputFile?.name }}</p>
55
+ <Button
56
+ :size="'icon'"
57
+ :variant="'ghost'"
58
+ class="h-[26px] w-[26px]"
59
+ aria-label="Remove file"
60
+ type="button"
61
+ @click="() => {
62
+ inputFile = void 0;
63
+ slotProps.componentField.onInput(void 0);
64
+ }"
65
+ >
66
+ <Trash />
67
+ </Button>
68
+ </div>
69
+ </slot>
70
+ </FormControl>
71
+ <FormDescription v-if="config?.description">
72
+ {{ config.description }}
73
+ </FormDescription>
74
+ <FormMessage />
75
+ </FormItem>
76
+ </FormField>
77
+ </template>
@@ -0,0 +1,14 @@
1
+ import type { FieldProps } from './interface.js';
2
+ declare var __VLS_25: any;
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_25) => any;
5
+ };
6
+ declare const __VLS_base: import("vue").DefineComponent<FieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FieldProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
8
+ declare const _default: typeof __VLS_export;
9
+ export default _default;
10
+ type __VLS_WithSlots<T, S> = T & {
11
+ new (): {
12
+ $slots: S;
13
+ };
14
+ };
@@ -0,0 +1,17 @@
1
+ import type { FieldProps } from './interface.js';
2
+ type __VLS_Props = FieldProps & {
3
+ id?: string;
4
+ };
5
+ declare var __VLS_25: any;
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_25) => any;
8
+ };
9
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
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,43 @@
1
+ <script setup>
2
+ import { FormControl, FormDescription, FormField, FormItem, FormMessage } from "abckit/shadcn/form";
3
+ import { Input } from "abckit/shadcn/input";
4
+ import { Textarea } from "abckit/shadcn/textarea";
5
+ import { computed } from "vue";
6
+ import AutoFormLabel from "./AutoFormLabel.vue";
7
+ import { beautifyObjectName } from "./utils";
8
+ const props = defineProps({
9
+ fieldName: { type: String, required: true },
10
+ label: { type: String, required: false },
11
+ required: { type: Boolean, required: false },
12
+ config: { type: Object, required: false },
13
+ disabled: { type: Boolean, required: false },
14
+ id: { type: String, required: false }
15
+ });
16
+ const inputComponent = computed(() => props.config?.component === "textarea" ? Textarea : Input);
17
+ </script>
18
+
19
+ <template>
20
+ <FormField v-slot="slotProps" :name="fieldName">
21
+ <FormItem v-bind="$attrs">
22
+ <AutoFormLabel v-if="!config?.hideLabel" :required="required" :for="id">
23
+ {{ config?.label || beautifyObjectName(label ?? fieldName) }}
24
+ </AutoFormLabel>
25
+ <FormControl>
26
+ <slot v-bind="slotProps">
27
+ <component
28
+ :is="inputComponent"
29
+ type="text"
30
+ v-bind="{ ...slotProps.componentField, ...config?.inputProps }"
31
+ :disabled="config?.inputProps?.disabled ?? disabled"
32
+ :id="id"
33
+ :name="fieldName"
34
+ />
35
+ </slot>
36
+ </FormControl>
37
+ <FormDescription v-if="config?.description">
38
+ {{ config.description }}
39
+ </FormDescription>
40
+ <FormMessage />
41
+ </FormItem>
42
+ </FormField>
43
+ </template>
@@ -0,0 +1,17 @@
1
+ import type { FieldProps } from './interface.js';
2
+ type __VLS_Props = FieldProps & {
3
+ id?: string;
4
+ };
5
+ declare var __VLS_25: any;
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_25) => any;
8
+ };
9
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
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,14 @@
1
+ import type { FieldProps } from './interface.js';
2
+ declare var __VLS_25: any;
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_25) => any;
5
+ };
6
+ declare const __VLS_base: import("vue").DefineComponent<FieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FieldProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
8
+ declare const _default: typeof __VLS_export;
9
+ export default _default;
10
+ type __VLS_WithSlots<T, S> = T & {
11
+ new (): {
12
+ $slots: S;
13
+ };
14
+ };
@@ -0,0 +1,35 @@
1
+ <script setup>
2
+ import { FormControl, FormDescription, FormField, FormItem, FormMessage } from "abckit/shadcn/form";
3
+ import { Input } from "abckit/shadcn/input";
4
+ import AutoFormLabel from "./AutoFormLabel.vue";
5
+ import { beautifyObjectName } from "./utils";
6
+ defineOptions({
7
+ inheritAttrs: false
8
+ });
9
+ defineProps({
10
+ fieldName: { type: String, required: true },
11
+ label: { type: String, required: false },
12
+ required: { type: Boolean, required: false },
13
+ config: { type: Object, required: false },
14
+ disabled: { type: Boolean, required: false }
15
+ });
16
+ </script>
17
+
18
+ <template>
19
+ <FormField v-slot="slotProps" :name="fieldName">
20
+ <FormItem>
21
+ <AutoFormLabel v-if="!config?.hideLabel" :required="required">
22
+ {{ config?.label || beautifyObjectName(label ?? fieldName) }}
23
+ </AutoFormLabel>
24
+ <FormControl>
25
+ <slot v-bind="slotProps">
26
+ <Input type="number" v-bind="{ ...slotProps.componentField, ...config?.inputProps }" :disabled="config?.inputProps?.disabled ?? disabled" />
27
+ </slot>
28
+ </FormControl>
29
+ <FormDescription v-if="config?.description">
30
+ {{ config.description }}
31
+ </FormDescription>
32
+ <FormMessage />
33
+ </FormItem>
34
+ </FormField>
35
+ </template>
@@ -0,0 +1,14 @@
1
+ import type { FieldProps } from './interface.js';
2
+ declare var __VLS_25: any;
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_25) => any;
5
+ };
6
+ declare const __VLS_base: import("vue").DefineComponent<FieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FieldProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
8
+ declare const _default: typeof __VLS_export;
9
+ export default _default;
10
+ type __VLS_WithSlots<T, S> = T & {
11
+ new (): {
12
+ $slots: S;
13
+ };
14
+ };
@@ -0,0 +1,70 @@
1
+ <script setup>
2
+ import { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from "abckit/shadcn/accordion";
3
+ import { FormItem } from "abckit/shadcn/form";
4
+ import { FieldContextKey, useField } from "vee-validate";
5
+ import { computed, provide } from "vue";
6
+ import AutoFormField from "./AutoFormField.vue";
7
+ import AutoFormLabel from "./AutoFormLabel.vue";
8
+ import { beautifyObjectName, getBaseSchema, getBaseType, getDefaultValueInZodStack } from "./utils";
9
+ const props = defineProps({
10
+ fieldName: { type: String, required: true },
11
+ required: { type: Boolean, required: false },
12
+ config: { type: null, required: false },
13
+ schema: { type: null, required: false },
14
+ disabled: { type: Boolean, required: false }
15
+ });
16
+ const shapes = computed(() => {
17
+ const val = {};
18
+ if (!props.schema)
19
+ return;
20
+ const shape = getBaseSchema(props.schema)?.shape;
21
+ if (!shape)
22
+ return;
23
+ Object.keys(shape).forEach((name) => {
24
+ const item = shape[name];
25
+ const baseItem = getBaseSchema(item);
26
+ let options = baseItem && "values" in baseItem._def ? baseItem._def.values : void 0;
27
+ if (!Array.isArray(options) && typeof options === "object")
28
+ options = Object.values(options);
29
+ val[name] = {
30
+ type: getBaseType(item),
31
+ default: getDefaultValueInZodStack(item),
32
+ options,
33
+ // @ts-ignore
34
+ required: !["ZodOptional", "ZodNullable"].includes(item._def.typeName),
35
+ schema: item
36
+ };
37
+ });
38
+ return val;
39
+ });
40
+ const fieldContext = useField(props.fieldName);
41
+ provide(FieldContextKey, fieldContext);
42
+ </script>
43
+
44
+ <template>
45
+ <section>
46
+ <slot v-bind="props">
47
+ <Accordion type="single" as-child class="w-full" collapsible :disabled="disabled">
48
+ <FormItem>
49
+ <AccordionItem :value="fieldName" class="border-none">
50
+ <AccordionTrigger>
51
+ <AutoFormLabel class="text-base" :required="required">
52
+ {{ schema?.description || beautifyObjectName(fieldName) }}
53
+ </AutoFormLabel>
54
+ </AccordionTrigger>
55
+ <AccordionContent class="p-1 space-y-5">
56
+ <template v-for="(shape, key) in shapes" :key="key">
57
+ <AutoFormField
58
+ :config="config?.[key]"
59
+ :field-name="`${fieldName}.${key.toString()}`"
60
+ :label="key.toString()"
61
+ :shape="shape"
62
+ />
63
+ </template>
64
+ </AccordionContent>
65
+ </AccordionItem>
66
+ </FormItem>
67
+ </Accordion>
68
+ </slot>
69
+ </section>
70
+ </template>
@@ -0,0 +1,16 @@
1
+ type __VLS_Props = {
2
+ required?: boolean;
3
+ };
4
+ declare var __VLS_8: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_8) => any;
7
+ };
8
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
10
+ declare const _default: typeof __VLS_export;
11
+ export default _default;
12
+ type __VLS_WithSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };
@@ -0,0 +1,13 @@
1
+ <script setup>
2
+ import { FormLabel } from "abckit/shadcn/form";
3
+ defineProps({
4
+ required: { type: Boolean, required: false }
5
+ });
6
+ </script>
7
+
8
+ <template>
9
+ <FormLabel>
10
+ <slot />
11
+ <span v-if="required" class="text-destructive"> *</span>
12
+ </FormLabel>
13
+ </template>
@@ -0,0 +1,16 @@
1
+ type __VLS_Props = {
2
+ required?: boolean;
3
+ };
4
+ declare var __VLS_8: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_8) => any;
7
+ };
8
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
10
+ declare const _default: typeof __VLS_export;
11
+ export default _default;
12
+ type __VLS_WithSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };
@@ -0,0 +1,9 @@
1
+ import type { InputComponents } from './interface.js';
2
+ export declare const INPUT_COMPONENTS: InputComponents;
3
+ /**
4
+ * Define handlers for specific Zod types.
5
+ * You can expand this object to support more types.
6
+ */
7
+ export declare const DEFAULT_ZOD_HANDLERS: {
8
+ [key: string]: keyof typeof INPUT_COMPONENTS;
9
+ };
@@ -0,0 +1,31 @@
1
+ import AutoFormFieldArray from "./AutoFormFieldArray.vue";
2
+ import AutoFormFieldBoolean from "./AutoFormFieldBoolean.vue";
3
+ import AutoFormFieldDate from "./AutoFormFieldDate.vue";
4
+ import AutoFormFieldEnum from "./AutoFormFieldEnum.vue";
5
+ import AutoFormFieldFile from "./AutoFormFieldFile.vue";
6
+ import AutoFormFieldInput from "./AutoFormFieldInput.vue";
7
+ import AutoFormFieldNumber from "./AutoFormFieldNumber.vue";
8
+ import AutoFormFieldObject from "./AutoFormFieldObject.vue";
9
+ export const INPUT_COMPONENTS = {
10
+ date: AutoFormFieldDate,
11
+ select: AutoFormFieldEnum,
12
+ radio: AutoFormFieldEnum,
13
+ checkbox: AutoFormFieldBoolean,
14
+ switch: AutoFormFieldBoolean,
15
+ textarea: AutoFormFieldInput,
16
+ number: AutoFormFieldNumber,
17
+ string: AutoFormFieldInput,
18
+ file: AutoFormFieldFile,
19
+ array: AutoFormFieldArray,
20
+ object: AutoFormFieldObject
21
+ };
22
+ export const DEFAULT_ZOD_HANDLERS = {
23
+ ZodString: "string",
24
+ ZodBoolean: "checkbox",
25
+ ZodDate: "date",
26
+ ZodEnum: "select",
27
+ ZodNativeEnum: "select",
28
+ ZodNumber: "number",
29
+ ZodArray: "array",
30
+ ZodObject: "object"
31
+ };
@@ -0,0 +1,9 @@
1
+ import type { Ref } from 'vue';
2
+ import { type Dependency, type EnumValues } from './interface.js';
3
+ export declare const injectDependencies: <T extends Ref<Dependency<Record<string, unknown>>[] | undefined, Dependency<Record<string, unknown>>[] | undefined> | null | undefined = Ref<Dependency<Record<string, unknown>>[] | undefined, Dependency<Record<string, unknown>>[] | undefined>>(fallback?: T | undefined) => T extends null ? Ref<Dependency<Record<string, unknown>>[] | undefined, Dependency<Record<string, unknown>>[] | undefined> | null : Ref<Dependency<Record<string, unknown>>[] | undefined, Dependency<Record<string, unknown>>[] | undefined>, provideDependencies: (contextValue: Ref<Dependency<Record<string, unknown>>[] | undefined, Dependency<Record<string, unknown>>[] | undefined>) => Ref<Dependency<Record<string, unknown>>[] | undefined, Dependency<Record<string, unknown>>[] | undefined>;
4
+ export default function useDependencies(fieldName: string): {
5
+ isDisabled: Ref<boolean, boolean>;
6
+ isHidden: Ref<boolean, boolean>;
7
+ isRequired: Ref<boolean, boolean>;
8
+ overrideOptions: Ref<EnumValues | undefined, EnumValues | undefined>;
9
+ };
@@ -0,0 +1,70 @@
1
+ import { createContext } from "reka-ui";
2
+ import { useFieldValue, useFormValues } from "vee-validate";
3
+ import { computed, ref, watch } from "vue";
4
+ import { DependencyType } from "./interface.js";
5
+ import { getFromPath, getIndexIfArray } from "./utils.js";
6
+ export const [injectDependencies, provideDependencies] = createContext("AutoFormDependencies");
7
+ export default function useDependencies(fieldName) {
8
+ const form = useFormValues();
9
+ const currentFieldName = fieldName.replace(/\[\d+\]/g, "");
10
+ const currentFieldValue = useFieldValue(fieldName);
11
+ if (!form)
12
+ throw new Error("useDependencies should be used within <AutoForm>");
13
+ const dependencies = injectDependencies();
14
+ const isDisabled = ref(false);
15
+ const isHidden = ref(false);
16
+ const isRequired = ref(false);
17
+ const overrideOptions = ref();
18
+ const currentFieldDependencies = computed(() => dependencies.value?.filter(
19
+ (dependency) => dependency.targetField === currentFieldName
20
+ ));
21
+ function getSourceValue(dep) {
22
+ const source = dep.sourceField;
23
+ const index = getIndexIfArray(fieldName) ?? -1;
24
+ const [sourceLast, ...sourceInitial] = source.split(".").toReversed();
25
+ const [_targetLast, ...targetInitial] = dep.targetField.split(".").toReversed();
26
+ if (index >= 0 && sourceInitial.join(",") === targetInitial.join(",")) {
27
+ const [_currentLast, ...currentInitial] = fieldName.split(".").toReversed();
28
+ return getFromPath(form.value, currentInitial.join(".") + sourceLast);
29
+ }
30
+ return getFromPath(form.value, source);
31
+ }
32
+ const sourceFieldValues = computed(() => currentFieldDependencies.value?.map((dep) => getSourceValue(dep)));
33
+ const resetConditionState = () => {
34
+ isDisabled.value = false;
35
+ isHidden.value = false;
36
+ isRequired.value = false;
37
+ overrideOptions.value = void 0;
38
+ };
39
+ watch([sourceFieldValues, dependencies], () => {
40
+ resetConditionState();
41
+ currentFieldDependencies.value?.forEach((dep) => {
42
+ const sourceValue = getSourceValue(dep);
43
+ const conditionMet = dep.when(sourceValue, currentFieldValue.value);
44
+ switch (dep.type) {
45
+ case DependencyType.DISABLES:
46
+ if (conditionMet)
47
+ isDisabled.value = true;
48
+ break;
49
+ case DependencyType.REQUIRES:
50
+ if (conditionMet)
51
+ isRequired.value = true;
52
+ break;
53
+ case DependencyType.HIDES:
54
+ if (conditionMet)
55
+ isHidden.value = true;
56
+ break;
57
+ case DependencyType.SETS_OPTIONS:
58
+ if (conditionMet)
59
+ overrideOptions.value = dep.options;
60
+ break;
61
+ }
62
+ });
63
+ }, { immediate: true, deep: true });
64
+ return {
65
+ isDisabled,
66
+ isHidden,
67
+ isRequired,
68
+ overrideOptions
69
+ };
70
+ }
@@ -0,0 +1,13 @@
1
+ export { default as AutoForm } from './AutoForm.vue.js';
2
+ export { default as AutoFormField } from './AutoFormField.vue.js';
3
+ export { default as AutoFormFieldArray } from './AutoFormFieldArray.vue.js';
4
+ export { default as AutoFormFieldBoolean } from './AutoFormFieldBoolean.vue.js';
5
+ export { default as AutoFormFieldDate } from './AutoFormFieldDate.vue.js';
6
+ export { default as AutoFormFieldEnum } from './AutoFormFieldEnum.vue.js';
7
+ export { default as AutoFormFieldFile } from './AutoFormFieldFile.vue.js';
8
+ export { default as AutoFormFieldInput } from './AutoFormFieldInput.vue.js';
9
+ export { default as AutoFormFieldNumber } from './AutoFormFieldNumber.vue.js';
10
+ export { default as AutoFormFieldObject } from './AutoFormFieldObject.vue.js';
11
+ export { default as AutoFormLabel } from './AutoFormLabel.vue.js';
12
+ export type { Config, ConfigItem, FieldProps } from './interface.js';
13
+ export { getBaseSchema, getBaseType, getObjectFormSchema } from './utils.js';
@@ -0,0 +1,12 @@
1
+ export { default as AutoForm } from "./AutoForm.vue";
2
+ export { default as AutoFormField } from "./AutoFormField.vue";
3
+ export { default as AutoFormFieldArray } from "./AutoFormFieldArray.vue";
4
+ export { default as AutoFormFieldBoolean } from "./AutoFormFieldBoolean.vue";
5
+ export { default as AutoFormFieldDate } from "./AutoFormFieldDate.vue";
6
+ export { default as AutoFormFieldEnum } from "./AutoFormFieldEnum.vue";
7
+ export { default as AutoFormFieldFile } from "./AutoFormFieldFile.vue";
8
+ export { default as AutoFormFieldInput } from "./AutoFormFieldInput.vue";
9
+ export { default as AutoFormFieldNumber } from "./AutoFormFieldNumber.vue";
10
+ export { default as AutoFormFieldObject } from "./AutoFormFieldObject.vue";
11
+ export { default as AutoFormLabel } from "./AutoFormLabel.vue";
12
+ export { getBaseSchema, getBaseType, getObjectFormSchema } from "./utils.js";
@@ -0,0 +1,67 @@
1
+ import type { Component, InputHTMLAttributes } from 'vue';
2
+ import type { z, ZodAny } from 'zod';
3
+ import type { INPUT_COMPONENTS } from './constant.js';
4
+ export interface FieldProps {
5
+ fieldName: string;
6
+ label?: string;
7
+ required?: boolean;
8
+ config?: ConfigItem;
9
+ disabled?: boolean;
10
+ }
11
+ export interface Shape {
12
+ type: string;
13
+ default?: any;
14
+ required?: boolean;
15
+ options?: string[];
16
+ schema?: ZodAny;
17
+ }
18
+ export interface InputComponents {
19
+ date: Component;
20
+ select: Component;
21
+ radio: Component;
22
+ checkbox: Component;
23
+ switch: Component;
24
+ textarea: Component;
25
+ number: Component;
26
+ string: Component;
27
+ file: Component;
28
+ array: Component;
29
+ object: Component;
30
+ }
31
+ export interface ConfigItem {
32
+ /** Value for the `FormLabel` */
33
+ label?: string;
34
+ /** Value for the `FormDescription` */
35
+ description?: string;
36
+ /** Pick which component to be rendered. */
37
+ component?: keyof typeof INPUT_COMPONENTS | Component;
38
+ /** Hide `FormLabel`. */
39
+ hideLabel?: boolean;
40
+ inputProps?: InputHTMLAttributes;
41
+ }
42
+ type UnwrapArray<T> = T extends (infer U)[] ? U : never;
43
+ export type Config<SchemaType extends object> = {
44
+ [Key in keyof SchemaType]?: SchemaType[Key] extends any[] ? UnwrapArray<Config<SchemaType[Key]>> : SchemaType[Key] extends object ? Config<SchemaType[Key]> : ConfigItem;
45
+ };
46
+ export declare enum DependencyType {
47
+ DISABLES = 0,
48
+ REQUIRES = 1,
49
+ HIDES = 2,
50
+ SETS_OPTIONS = 3
51
+ }
52
+ interface BaseDependency<SchemaType extends z.infer<z.ZodObject<any, any>>> {
53
+ sourceField: keyof SchemaType;
54
+ type: DependencyType;
55
+ targetField: keyof SchemaType;
56
+ when: (sourceFieldValue: any, targetFieldValue: any) => boolean;
57
+ }
58
+ export type ValueDependency<SchemaType extends z.infer<z.ZodObject<any, any>>> = BaseDependency<SchemaType> & {
59
+ type: DependencyType.DISABLES | DependencyType.REQUIRES | DependencyType.HIDES;
60
+ };
61
+ export type EnumValues = readonly [string, ...string[]];
62
+ export type OptionsDependency<SchemaType extends z.infer<z.ZodObject<any, any>>> = BaseDependency<SchemaType> & {
63
+ type: DependencyType.SETS_OPTIONS;
64
+ options: EnumValues;
65
+ };
66
+ export type Dependency<SchemaType extends z.infer<z.ZodObject<any, any>>> = ValueDependency<SchemaType> | OptionsDependency<SchemaType>;
67
+ export {};
@@ -0,0 +1,7 @@
1
+ export var DependencyType = /* @__PURE__ */ ((DependencyType2) => {
2
+ DependencyType2[DependencyType2["DISABLES"] = 0] = "DISABLES";
3
+ DependencyType2[DependencyType2["REQUIRES"] = 1] = "REQUIRES";
4
+ DependencyType2[DependencyType2["HIDES"] = 2] = "HIDES";
5
+ DependencyType2[DependencyType2["SETS_OPTIONS"] = 3] = "SETS_OPTIONS";
6
+ return DependencyType2;
7
+ })(DependencyType || {});