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,18 @@
1
+ import type { StepperTitleProps } from "reka-ui";
2
+ import type { HTMLAttributes } from "vue";
3
+ type __VLS_Props = StepperTitleProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare var __VLS_8: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_8) => any;
9
+ };
10
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
+ declare const _default: typeof __VLS_export;
13
+ export default _default;
14
+ type __VLS_WithSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
@@ -0,0 +1,18 @@
1
+ <script setup>
2
+ import { reactiveOmit } from "@vueuse/core";
3
+ import { StepperTitle, useForwardProps } from "reka-ui";
4
+ import { cn } from "abckit/utils";
5
+ const props = defineProps({
6
+ asChild: { type: Boolean, required: false },
7
+ as: { type: null, required: false },
8
+ class: { type: null, required: false }
9
+ });
10
+ const delegatedProps = reactiveOmit(props, "class");
11
+ const forwarded = useForwardProps(delegatedProps);
12
+ </script>
13
+
14
+ <template>
15
+ <StepperTitle v-bind="forwarded" :class="cn('text-md font-semibold whitespace-nowrap', props.class)">
16
+ <slot />
17
+ </StepperTitle>
18
+ </template>
@@ -0,0 +1,18 @@
1
+ import type { StepperTitleProps } from "reka-ui";
2
+ import type { HTMLAttributes } from "vue";
3
+ type __VLS_Props = StepperTitleProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare var __VLS_8: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_8) => any;
9
+ };
10
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
+ declare const _default: typeof __VLS_export;
13
+ export default _default;
14
+ type __VLS_WithSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
@@ -0,0 +1,18 @@
1
+ import type { StepperTriggerProps } from "reka-ui";
2
+ import type { HTMLAttributes } from "vue";
3
+ type __VLS_Props = StepperTriggerProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare var __VLS_8: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_8) => any;
9
+ };
10
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
+ declare const _default: typeof __VLS_export;
13
+ export default _default;
14
+ type __VLS_WithSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
@@ -0,0 +1,21 @@
1
+ <script setup>
2
+ import { reactiveOmit } from "@vueuse/core";
3
+ import { StepperTrigger, useForwardProps } from "reka-ui";
4
+ import { cn } from "abckit/utils";
5
+ const props = defineProps({
6
+ asChild: { type: Boolean, required: false },
7
+ as: { type: null, required: false },
8
+ class: { type: null, required: false }
9
+ });
10
+ const delegatedProps = reactiveOmit(props, "class");
11
+ const forwarded = useForwardProps(delegatedProps);
12
+ </script>
13
+
14
+ <template>
15
+ <StepperTrigger
16
+ v-bind="forwarded"
17
+ :class="cn('p-1 flex flex-col items-center text-center gap-1 rounded-md', props.class)"
18
+ >
19
+ <slot />
20
+ </StepperTrigger>
21
+ </template>
@@ -0,0 +1,18 @@
1
+ import type { StepperTriggerProps } from "reka-ui";
2
+ import type { HTMLAttributes } from "vue";
3
+ type __VLS_Props = StepperTriggerProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare var __VLS_8: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_8) => any;
9
+ };
10
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
+ declare const _default: typeof __VLS_export;
13
+ export default _default;
14
+ type __VLS_WithSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
@@ -0,0 +1,7 @@
1
+ export { default as Stepper } from "./Stepper.vue.js";
2
+ export { default as StepperDescription } from "./StepperDescription.vue.js";
3
+ export { default as StepperIndicator } from "./StepperIndicator.vue.js";
4
+ export { default as StepperItem } from "./StepperItem.vue.js";
5
+ export { default as StepperSeparator } from "./StepperSeparator.vue.js";
6
+ export { default as StepperTitle } from "./StepperTitle.vue.js";
7
+ export { default as StepperTrigger } from "./StepperTrigger.vue.js";
@@ -0,0 +1,7 @@
1
+ export { default as Stepper } from "./Stepper.vue";
2
+ export { default as StepperDescription } from "./StepperDescription.vue";
3
+ export { default as StepperIndicator } from "./StepperIndicator.vue";
4
+ export { default as StepperItem } from "./StepperItem.vue";
5
+ export { default as StepperSeparator } from "./StepperSeparator.vue";
6
+ export { default as StepperTitle } from "./StepperTitle.vue";
7
+ export { default as StepperTrigger } from "./StepperTrigger.vue";
@@ -0,0 +1,26 @@
1
+ import type { FileType } from 'abckit/types/client';
2
+ type ViewMode = 'grid' | 'list';
3
+ interface Props {
4
+ searchQuery?: string;
5
+ viewMode?: ViewMode;
6
+ selectedType?: FileType | 'all';
7
+ showCreateFolder?: boolean;
8
+ showViewToggle?: boolean;
9
+ showTypeFilter?: boolean;
10
+ showSelectionMode?: boolean;
11
+ }
12
+ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
+ "update:searchQuery": (value: string) => any;
14
+ "update:viewMode": (value: ViewMode) => any;
15
+ "update:selectedType": (value: any) => any;
16
+ "create-folder": () => any;
17
+ "toggle-selection-mode": () => any;
18
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
19
+ "onUpdate:searchQuery"?: ((value: string) => any) | undefined;
20
+ "onUpdate:viewMode"?: ((value: ViewMode) => any) | undefined;
21
+ "onUpdate:selectedType"?: ((value: any) => any) | undefined;
22
+ "onCreate-folder"?: (() => any) | undefined;
23
+ "onToggle-selection-mode"?: (() => any) | undefined;
24
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
+ declare const _default: typeof __VLS_export;
26
+ export default _default;
@@ -0,0 +1,109 @@
1
+ <script setup>
2
+ import { FolderPlus, Search } from "lucide-vue-next";
3
+ import { Button } from "abckit/shadcn/button";
4
+ import { Input } from "abckit/shadcn/input";
5
+ import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "abckit/shadcn/select";
6
+ import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from "abckit/shadcn/tooltip";
7
+ import { Icon } from "#components";
8
+ import { computed } from "vue";
9
+ const props = defineProps({
10
+ searchQuery: { type: String, required: false, default: "" },
11
+ viewMode: { type: String, required: false, default: "grid" },
12
+ selectedType: { type: null, required: false, default: "all" },
13
+ showCreateFolder: { type: Boolean, required: false, default: true },
14
+ showViewToggle: { type: Boolean, required: false, default: true },
15
+ showTypeFilter: { type: Boolean, required: false, default: true },
16
+ showSelectionMode: { type: Boolean, required: false, default: true }
17
+ });
18
+ const emit = defineEmits(["update:searchQuery", "update:viewMode", "update:selectedType", "create-folder", "toggle-selection-mode"]);
19
+ const searchModel = computed({
20
+ get: () => props.searchQuery,
21
+ set: (value) => emit("update:searchQuery", value)
22
+ });
23
+ const viewModeModel = computed({
24
+ get: () => props.viewMode,
25
+ set: (value) => emit("update:viewMode", value)
26
+ });
27
+ const selectedTypeModel = computed({
28
+ get: () => props.selectedType,
29
+ set: (value) => emit("update:selectedType", value)
30
+ });
31
+ </script>
32
+
33
+ <template>
34
+ <div class="flex gap-2">
35
+ <!-- Search -->
36
+ <div class="relative flex-1">
37
+ <Search class="absolute left-3 top-1/2 h-4 w-4 -translate-y-1/2 text-muted-foreground" />
38
+ <Input
39
+ v-model="searchModel"
40
+ placeholder="Dosya ara..."
41
+ class="pl-9 h-10"
42
+ />
43
+ </div>
44
+
45
+ <!-- Type filter -->
46
+ <Select v-if="showTypeFilter" v-model="selectedTypeModel">
47
+ <SelectTrigger class="w-[180px]">
48
+ <SelectValue placeholder="Dosya türü" />
49
+ </SelectTrigger>
50
+ <SelectContent>
51
+ <SelectItem value="all">Tüm dosyalar</SelectItem>
52
+ <SelectItem value="IMAGE">Resimler</SelectItem>
53
+ <SelectItem value="VIDEO">Videolar</SelectItem>
54
+ <SelectItem value="DOCUMENT">Belgeler</SelectItem>
55
+ <SelectItem value="OTHER">Diğer</SelectItem>
56
+ </SelectContent>
57
+ </Select>
58
+
59
+ <!-- View mode toggle -->
60
+ <div v-if="showViewToggle" class="flex rounded-lg border bg-muted/50 p-1">
61
+ <Button
62
+ size="icon"
63
+ variant="ghost"
64
+ class="h-8 w-8"
65
+ :class="{ 'bg-background shadow-sm': viewMode === 'grid' }"
66
+ @click="viewModeModel = 'grid'"
67
+ >
68
+ <Icon name="lucide:layout-grid" class="h-4 w-4" />
69
+ </Button>
70
+ <Button
71
+ size="icon"
72
+ variant="ghost"
73
+ class="h-8 w-8"
74
+ :class="{ 'bg-background shadow-sm': viewMode === 'list' }"
75
+ @click="viewModeModel = 'list'"
76
+ >
77
+ <Icon name="lucide:layout-list" class="h-4 w-4" />
78
+ </Button>
79
+ </div>
80
+
81
+ <!-- Selection mode toggle -->
82
+ <TooltipProvider v-if="showSelectionMode">
83
+ <Tooltip>
84
+ <TooltipTrigger as-child>
85
+ <Button variant="outline" size="icon" class="h-10 w-10" @click="emit('toggle-selection-mode')">
86
+ <Icon name="lucide:check-square" class="h-4 w-4" />
87
+ </Button>
88
+ </TooltipTrigger>
89
+ <TooltipContent>
90
+ <p>Seçim modu</p>
91
+ </TooltipContent>
92
+ </Tooltip>
93
+ </TooltipProvider>
94
+
95
+ <!-- Create folder -->
96
+ <TooltipProvider v-if="showCreateFolder">
97
+ <Tooltip>
98
+ <TooltipTrigger as-child>
99
+ <Button variant="outline" size="icon" class="h-10 w-10" @click="emit('create-folder')">
100
+ <FolderPlus class="h-4 w-4" />
101
+ </Button>
102
+ </TooltipTrigger>
103
+ <TooltipContent>
104
+ <p>Yeni klasör oluştur</p>
105
+ </TooltipContent>
106
+ </Tooltip>
107
+ </TooltipProvider>
108
+ </div>
109
+ </template>
@@ -0,0 +1,26 @@
1
+ import type { FileType } from 'abckit/types/client';
2
+ type ViewMode = 'grid' | 'list';
3
+ interface Props {
4
+ searchQuery?: string;
5
+ viewMode?: ViewMode;
6
+ selectedType?: FileType | 'all';
7
+ showCreateFolder?: boolean;
8
+ showViewToggle?: boolean;
9
+ showTypeFilter?: boolean;
10
+ showSelectionMode?: boolean;
11
+ }
12
+ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
+ "update:searchQuery": (value: string) => any;
14
+ "update:viewMode": (value: ViewMode) => any;
15
+ "update:selectedType": (value: any) => any;
16
+ "create-folder": () => any;
17
+ "toggle-selection-mode": () => any;
18
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
19
+ "onUpdate:searchQuery"?: ((value: string) => any) | undefined;
20
+ "onUpdate:viewMode"?: ((value: ViewMode) => any) | undefined;
21
+ "onUpdate:selectedType"?: ((value: any) => any) | undefined;
22
+ "onCreate-folder"?: (() => any) | undefined;
23
+ "onToggle-selection-mode"?: (() => any) | undefined;
24
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
+ declare const _default: typeof __VLS_export;
26
+ export default _default;
@@ -0,0 +1,17 @@
1
+ interface FolderPathItem {
2
+ id: string;
3
+ originalName: string;
4
+ }
5
+ interface Props {
6
+ folderPath?: FolderPathItem[];
7
+ currentFolderId?: string | null;
8
+ }
9
+ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ navigateToRoot: () => any;
11
+ navigateToFolder: (folderId: string) => any;
12
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
13
+ onNavigateToRoot?: (() => any) | undefined;
14
+ onNavigateToFolder?: ((folderId: string) => any) | undefined;
15
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: typeof __VLS_export;
17
+ export default _default;
@@ -0,0 +1,184 @@
1
+ <script setup>
2
+ import { Button } from "abckit/shadcn/button";
3
+ import { Drawer, DrawerContent, DrawerDescription, DrawerHeader, DrawerTitle } from "abckit/shadcn/drawer";
4
+ import { Icon } from "#components";
5
+ import { ref } from "vue";
6
+ defineProps({
7
+ folderPath: { type: Array, required: false },
8
+ currentFolderId: { type: [String, null], required: false }
9
+ });
10
+ const emit = defineEmits(["navigateToRoot", "navigateToFolder"]);
11
+ const isDrawerOpen = ref(false);
12
+ </script>
13
+
14
+ <template>
15
+ <nav
16
+ v-if="currentFolderId || folderPath?.length"
17
+ class="flex items-center gap-2 text-sm py-3"
18
+ aria-label="Breadcrumb"
19
+ >
20
+ <!-- Home -->
21
+ <Button
22
+ variant="ghost"
23
+ size="sm"
24
+ class="h-8 px-3 text-muted-foreground hover:text-foreground flex-shrink-0"
25
+ @click="emit('navigateToRoot')"
26
+ >
27
+ <Icon name="lucide:home" class="h-4 w-4" />
28
+ <span class="ml-2 text-sm hidden sm:inline">Ana Klasör</span>
29
+ </Button>
30
+
31
+ <!-- Folder Path -->
32
+ <template v-if="folderPath?.length">
33
+ <!-- Desktop: Show breadcrumb path -->
34
+ <div class="hidden sm:contents">
35
+ <!-- Show first folders -->
36
+ <template v-for="(folder, index) in folderPath.slice(0, 2)" :key="`desktop-${folder.id}`">
37
+ <Icon name="lucide:chevron-right" class="h-4 w-4 text-muted-foreground flex-shrink-0" />
38
+
39
+ <Button
40
+ v-if="index < folderPath.length - 1"
41
+ variant="ghost"
42
+ size="sm"
43
+ class="h-8 px-3 text-muted-foreground hover:text-foreground max-w-[140px]"
44
+ @click="emit('navigateToFolder', folder.id)"
45
+ >
46
+ <Icon name="lucide:folder" class="h-4 w-4 mr-2 flex-shrink-0" />
47
+ <span class="truncate text-sm">{{ folder.originalName }}</span>
48
+ </Button>
49
+
50
+ <div
51
+ v-else
52
+ class="flex items-center px-3 py-1.5 text-foreground font-medium max-w-[160px]"
53
+ >
54
+ <Icon name="lucide:folder-open" class="h-4 w-4 mr-2 flex-shrink-0 text-primary" />
55
+ <span class="truncate text-sm">{{ folder.originalName }}</span>
56
+ </div>
57
+ </template>
58
+
59
+ <!-- Show drawer trigger for middle folders if path is long -->
60
+ <template v-if="folderPath.length > 3">
61
+ <Icon name="lucide:chevron-right" class="h-4 w-4 text-muted-foreground flex-shrink-0" />
62
+
63
+ <button
64
+ class="inline-flex items-center justify-center h-6 px-2 text-xs font-semibold text-white bg-muted-foreground hover:bg-foreground rounded transition-colors min-w-[24px]"
65
+ @click="isDrawerOpen = true"
66
+ >
67
+ +{{ folderPath.slice(2, -1).length }}
68
+ </button>
69
+ </template>
70
+
71
+ <!-- Show last folder -->
72
+ <template v-if="folderPath.length > 2">
73
+ <Icon name="lucide:chevron-right" class="h-4 w-4 text-muted-foreground flex-shrink-0" />
74
+
75
+ <div class="flex items-center px-3 py-1.5 text-foreground font-medium max-w-[160px]">
76
+ <Icon name="lucide:folder-open" class="h-4 w-4 mr-2 flex-shrink-0 text-primary" />
77
+ <span class="truncate text-sm">{{ folderPath?.[folderPath.length - 1]?.originalName }}</span>
78
+ </div>
79
+ </template>
80
+ </div>
81
+
82
+ <!-- Mobile: Show folder count button -->
83
+ <div class="contents sm:hidden">
84
+ <Icon name="lucide:chevron-right" class="h-3 w-3 text-muted-foreground flex-shrink-0" />
85
+
86
+ <button
87
+ class="inline-flex items-center justify-center h-6 px-2 text-xs font-semibold text-white bg-muted-foreground hover:bg-foreground rounded transition-colors min-w-[20px]"
88
+ @click="isDrawerOpen = true"
89
+ >
90
+ {{ folderPath.length }}
91
+ </button>
92
+
93
+ <Icon name="lucide:chevron-right" class="h-3 w-3 text-muted-foreground flex-shrink-0" />
94
+
95
+ <div class="flex items-center px-2 py-1 text-foreground font-medium max-w-[120px] flex-shrink-0">
96
+ <Icon name="lucide:folder-open" class="h-3 w-3 mr-1 flex-shrink-0 text-primary" />
97
+ <span class="truncate text-xs">{{ folderPath?.[folderPath.length - 1]?.originalName }}</span>
98
+ </div>
99
+ </div>
100
+ </template>
101
+
102
+ <!-- Single responsive drawer -->
103
+ <Drawer v-model:open="isDrawerOpen">
104
+ <DrawerContent class="max-h-[80vh] sm:max-h-[90vh]">
105
+ <DrawerHeader>
106
+ <DrawerTitle>Klasör Yolu</DrawerTitle>
107
+ <DrawerDescription>
108
+ {{ folderPath?.length || 0 }} seviye klasör hiyerarşisi
109
+ </DrawerDescription>
110
+ </DrawerHeader>
111
+
112
+ <div class="px-3 pb-3 overflow-y-auto">
113
+ <div class="space-y-1">
114
+ <!-- Home folder -->
115
+ <button
116
+ @click="emit('navigateToRoot');
117
+ isDrawerOpen = false"
118
+ class="w-full flex items-center gap-3 px-3 py-3 sm:py-2 text-left hover:bg-muted/50 rounded-lg transition-colors min-h-[44px] sm:min-h-0"
119
+ >
120
+ <div class="h-7 w-7 sm:h-6 sm:w-6 rounded bg-primary/10 flex items-center justify-center">
121
+ <Icon name="lucide:home" class="h-4 w-4 sm:h-3.5 sm:w-3.5 text-primary" />
122
+ </div>
123
+ <p class="font-medium text-base sm:text-sm">Ana Klasör</p>
124
+ </button>
125
+
126
+ <!-- Hierarchical folder structure -->
127
+ <div class="relative">
128
+ <!-- Vertical line for hierarchy -->
129
+ <div class="absolute left-5 sm:left-4 top-0 bottom-0 w-px bg-border/60"></div>
130
+
131
+ <div class="space-y-1">
132
+ <button
133
+ v-for="(folder, index) in folderPath || []"
134
+ :key="folder.id"
135
+ @click="emit('navigateToFolder', folder.id);
136
+ isDrawerOpen = false"
137
+ class="w-full flex items-center gap-3 sm:gap-2 text-left hover:bg-muted/50 rounded-lg sm:rounded-md transition-colors group relative min-h-[44px] sm:min-h-0 py-3 px-3 sm:py-1.5 sm:px-2"
138
+ :class="{ 'bg-primary/5': index === (folderPath?.length ?? 0) - 1 }"
139
+ :style="{
140
+ paddingLeft: `${12 + (index + 1) * 10}px`
141
+ }"
142
+ >
143
+ <!-- Hierarchy connector -->
144
+ <div
145
+ class="absolute bg-border/60"
146
+ :style="{
147
+ left: `${12 + (index + 1) * 10 - 8}px`,
148
+ top: '50%',
149
+ width: '8px',
150
+ height: '1px'
151
+ }"
152
+ ></div>
153
+
154
+ <!-- Folder icon -->
155
+ <div class="h-6 w-6 sm:h-5 sm:w-5 rounded bg-amber-50 flex items-center justify-center flex-shrink-0">
156
+ <Icon
157
+ :name="index === (folderPath?.length ?? 0) - 1 ? 'lucide:folder-open' : 'lucide:folder'"
158
+ class="h-4 w-4 sm:h-3 sm:w-3"
159
+ :class="index === (folderPath?.length ?? 0) - 1 ? 'text-primary' : 'text-amber-600'"
160
+ />
161
+ </div>
162
+
163
+ <!-- Folder info -->
164
+ <div class="flex-1 min-w-0">
165
+ <p class="font-medium text-base sm:text-xs truncate" :class="{ 'text-primary': index === (folderPath?.length ?? 0) - 1 }">
166
+ {{ folder.originalName }}
167
+ </p>
168
+ </div>
169
+
170
+ <!-- Current indicator -->
171
+ <Icon
172
+ v-if="index === (folderPath?.length ?? 0) - 1"
173
+ name="lucide:circle-dot"
174
+ class="h-4 w-4 sm:h-3 sm:w-3 text-primary flex-shrink-0"
175
+ />
176
+ </button>
177
+ </div>
178
+ </div>
179
+ </div>
180
+ </div>
181
+ </DrawerContent>
182
+ </Drawer>
183
+ </nav>
184
+ </template>
@@ -0,0 +1,17 @@
1
+ interface FolderPathItem {
2
+ id: string;
3
+ originalName: string;
4
+ }
5
+ interface Props {
6
+ folderPath?: FolderPathItem[];
7
+ currentFolderId?: string | null;
8
+ }
9
+ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ navigateToRoot: () => any;
11
+ navigateToFolder: (folderId: string) => any;
12
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
13
+ onNavigateToRoot?: (() => any) | undefined;
14
+ onNavigateToFolder?: ((folderId: string) => any) | undefined;
15
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: typeof __VLS_export;
17
+ export default _default;
@@ -0,0 +1,60 @@
1
+ interface DeleteTarget {
2
+ id: string;
3
+ type: 'single' | 'multiple';
4
+ isFolder?: boolean;
5
+ }
6
+ interface RenameTarget {
7
+ id: string;
8
+ currentName: string;
9
+ isFolder?: boolean;
10
+ }
11
+ interface MoveTarget {
12
+ id: string;
13
+ name: string;
14
+ currentParentId?: string | null;
15
+ }
16
+ interface Props {
17
+ showDeleteDialog: boolean;
18
+ deleteTarget?: DeleteTarget | null;
19
+ isTrash?: boolean;
20
+ selectedCount?: number;
21
+ showRenameDialog: boolean;
22
+ renameTarget?: RenameTarget | null;
23
+ showCreateFolderDialog: boolean;
24
+ showMoveDialog: boolean;
25
+ moveTarget?: MoveTarget | null;
26
+ selectedTargetFolderId?: string;
27
+ }
28
+ declare var __VLS_171: {};
29
+ type __VLS_Slots = {} & {
30
+ 'folder-tree'?: (props: typeof __VLS_171) => any;
31
+ };
32
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
33
+ "update:showDeleteDialog": (value: boolean) => any;
34
+ "update:showRenameDialog": (value: boolean) => any;
35
+ "update:showCreateFolderDialog": (value: boolean) => any;
36
+ "update:showMoveDialog": (value: boolean) => any;
37
+ "update:selectedTargetFolderId": (value: string | undefined) => any;
38
+ "confirm-delete": () => any;
39
+ "confirm-rename": (name: string) => any;
40
+ "confirm-create-folder": (name: string) => any;
41
+ "confirm-move": () => any;
42
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
43
+ "onUpdate:showDeleteDialog"?: ((value: boolean) => any) | undefined;
44
+ "onUpdate:showRenameDialog"?: ((value: boolean) => any) | undefined;
45
+ "onUpdate:showCreateFolderDialog"?: ((value: boolean) => any) | undefined;
46
+ "onUpdate:showMoveDialog"?: ((value: boolean) => any) | undefined;
47
+ "onUpdate:selectedTargetFolderId"?: ((value: string | undefined) => any) | undefined;
48
+ "onConfirm-delete"?: (() => any) | undefined;
49
+ "onConfirm-rename"?: ((name: string) => any) | undefined;
50
+ "onConfirm-create-folder"?: ((name: string) => any) | undefined;
51
+ "onConfirm-move"?: (() => any) | undefined;
52
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
53
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
54
+ declare const _default: typeof __VLS_export;
55
+ export default _default;
56
+ type __VLS_WithSlots<T, S> = T & {
57
+ new (): {
58
+ $slots: S;
59
+ };
60
+ };