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,191 @@
1
+ <script setup>
2
+ import { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle } from "abckit/shadcn/alert-dialog";
3
+ import { Button } from "abckit/shadcn/button";
4
+ import { Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle } from "abckit/shadcn/dialog";
5
+ import { Input } from "abckit/shadcn/input";
6
+ import { Label } from "abckit/shadcn/label";
7
+ import { RadioGroup, RadioGroupItem } from "abckit/shadcn/radio-group";
8
+ import { Icon } from "#components";
9
+ import { computed, ref, watch } from "vue";
10
+ const props = defineProps({
11
+ showDeleteDialog: { type: Boolean, required: true },
12
+ deleteTarget: { type: [Object, null], required: false },
13
+ isTrash: { type: Boolean, required: false, default: false },
14
+ selectedCount: { type: Number, required: false, default: 0 },
15
+ showRenameDialog: { type: Boolean, required: true },
16
+ renameTarget: { type: [Object, null], required: false },
17
+ showCreateFolderDialog: { type: Boolean, required: true },
18
+ showMoveDialog: { type: Boolean, required: true },
19
+ moveTarget: { type: [Object, null], required: false },
20
+ selectedTargetFolderId: { type: String, required: false }
21
+ });
22
+ const emit = defineEmits(["update:showDeleteDialog", "update:showRenameDialog", "update:showCreateFolderDialog", "update:showMoveDialog", "update:selectedTargetFolderId", "confirm-delete", "confirm-rename", "confirm-create-folder", "confirm-move"]);
23
+ const newFileName = ref("");
24
+ const newFolderName = ref("");
25
+ const deleteDialogModel = computed({
26
+ get: () => props.showDeleteDialog,
27
+ set: (value) => emit("update:showDeleteDialog", value)
28
+ });
29
+ const renameDialogModel = computed({
30
+ get: () => props.showRenameDialog,
31
+ set: (value) => emit("update:showRenameDialog", value)
32
+ });
33
+ const createFolderDialogModel = computed({
34
+ get: () => props.showCreateFolderDialog,
35
+ set: (value) => emit("update:showCreateFolderDialog", value)
36
+ });
37
+ const moveDialogModel = computed({
38
+ get: () => props.showMoveDialog,
39
+ set: (value) => emit("update:showMoveDialog", value)
40
+ });
41
+ const selectedTargetFolderModel = computed({
42
+ get: () => props.selectedTargetFolderId,
43
+ set: (value) => emit("update:selectedTargetFolderId", value)
44
+ });
45
+ watch(() => props.renameTarget, (target) => {
46
+ if (target) {
47
+ newFileName.value = target.currentName;
48
+ }
49
+ }, { immediate: true });
50
+ watch([renameDialogModel, createFolderDialogModel], ([renameOpen, createOpen]) => {
51
+ if (!renameOpen) newFileName.value = "";
52
+ if (!createOpen) newFolderName.value = "";
53
+ });
54
+ function handleRename() {
55
+ if (newFileName.value.trim()) {
56
+ emit("confirm-rename", newFileName.value.trim());
57
+ }
58
+ }
59
+ function handleCreateFolder() {
60
+ if (newFolderName.value.trim()) {
61
+ emit("confirm-create-folder", newFolderName.value.trim());
62
+ }
63
+ }
64
+ </script>
65
+
66
+ <template>
67
+ <!-- Delete Confirmation Dialog -->
68
+ <AlertDialog v-model:open="deleteDialogModel">
69
+ <AlertDialogContent>
70
+ <AlertDialogHeader>
71
+ <AlertDialogTitle>
72
+ {{ isTrash ? "Kal\u0131c\u0131 Olarak Sil" : "Dosyay\u0131 Sil" }}
73
+ </AlertDialogTitle>
74
+ <AlertDialogDescription>
75
+ <template v-if="deleteTarget?.type === 'single'">
76
+ Bu {{ deleteTarget?.isFolder ? "klas\xF6r\xFC" : "dosyay\u0131" }}
77
+ {{ isTrash ? "kal\u0131c\u0131 olarak silmek" : "\xE7\xF6p kutusuna ta\u015F\u0131mak" }} istediğinize emin misiniz?
78
+ {{ isTrash ? "Bu i\u015Flem geri al\u0131namaz." : "" }}
79
+ </template>
80
+ <template v-else>
81
+ {{ selectedCount }} dosyayı {{ isTrash ? "kal\u0131c\u0131 olarak silmek" : "\xE7\xF6p kutusuna ta\u015F\u0131mak" }} istediğinize emin misiniz?
82
+ {{ isTrash ? "Bu i\u015Flem geri al\u0131namaz." : "" }}
83
+ </template>
84
+ </AlertDialogDescription>
85
+ </AlertDialogHeader>
86
+ <AlertDialogFooter>
87
+ <AlertDialogCancel>İptal</AlertDialogCancel>
88
+ <AlertDialogAction
89
+ class="bg-destructive text-white hover:bg-destructive/90"
90
+ @click="emit('confirm-delete')"
91
+ >
92
+ {{ isTrash ? "Kal\u0131c\u0131 Olarak Sil" : "Sil" }}
93
+ </AlertDialogAction>
94
+ </AlertDialogFooter>
95
+ </AlertDialogContent>
96
+ </AlertDialog>
97
+
98
+ <!-- Rename Dialog -->
99
+ <Dialog v-model:open="renameDialogModel">
100
+ <DialogContent>
101
+ <DialogHeader>
102
+ <DialogTitle>{{ renameTarget?.isFolder ? "Klas\xF6r\xFC" : "Dosyay\u0131" }} Yeniden Adlandır</DialogTitle>
103
+ <DialogDescription>
104
+ {{ renameTarget?.isFolder ? "Klas\xF6r" : "Dosya" }} için yeni bir isim girin.
105
+ </DialogDescription>
106
+ </DialogHeader>
107
+ <div class="grid gap-4 py-4">
108
+ <div class="grid gap-2">
109
+ <Label for="new-name">{{ renameTarget?.isFolder ? "Klas\xF6r" : "Dosya" }} Adı</Label>
110
+ <Input
111
+ id="new-name"
112
+ v-model="newFileName"
113
+ :placeholder="`Yeni ${renameTarget?.isFolder ? 'klas\xF6r' : 'dosya'} ad\u0131`"
114
+ @keyup.enter="handleRename"
115
+ />
116
+ </div>
117
+ </div>
118
+ <DialogFooter>
119
+ <Button variant="outline" @click="renameDialogModel = false">
120
+ İptal
121
+ </Button>
122
+ <Button @click="handleRename">
123
+ Kaydet
124
+ </Button>
125
+ </DialogFooter>
126
+ </DialogContent>
127
+ </Dialog>
128
+
129
+ <!-- Move Dialog -->
130
+ <Dialog v-model:open="moveDialogModel">
131
+ <DialogContent>
132
+ <DialogHeader>
133
+ <DialogTitle>Dosyayı Taşı</DialogTitle>
134
+ <DialogDescription>
135
+ "{{ moveTarget?.name }}" dosyasını taşımak istediğiniz klasörü seçin.
136
+ </DialogDescription>
137
+ </DialogHeader>
138
+ <div class="grid gap-4 py-4">
139
+ <RadioGroup v-model="selectedTargetFolderModel" class="space-y-2">
140
+ <div class="flex items-center space-x-2 p-2 rounded hover:bg-muted">
141
+ <RadioGroupItem value="" />
142
+ <Label for="root-folder" class="flex items-center gap-2 cursor-pointer flex-1">
143
+ <Icon name="lucide:home" class="h-4 w-4" />
144
+ Ana Klasör
145
+ </Label>
146
+ </div>
147
+ <slot name="folder-tree" />
148
+ </RadioGroup>
149
+ </div>
150
+ <DialogFooter>
151
+ <Button variant="outline" @click="moveDialogModel = false">
152
+ İptal
153
+ </Button>
154
+ <Button @click="emit('confirm-move')">
155
+ Taşı
156
+ </Button>
157
+ </DialogFooter>
158
+ </DialogContent>
159
+ </Dialog>
160
+
161
+ <!-- Create Folder Dialog -->
162
+ <Dialog v-model:open="createFolderDialogModel">
163
+ <DialogContent>
164
+ <DialogHeader>
165
+ <DialogTitle>Yeni Klasör Oluştur</DialogTitle>
166
+ <DialogDescription>
167
+ Klasör için bir isim girin.
168
+ </DialogDescription>
169
+ </DialogHeader>
170
+ <div class="grid gap-4 py-4">
171
+ <div class="grid gap-2">
172
+ <Label for="folder-name">Klasör Adı</Label>
173
+ <Input
174
+ id="folder-name"
175
+ v-model="newFolderName"
176
+ placeholder="Yeni klasör"
177
+ @keyup.enter="handleCreateFolder"
178
+ />
179
+ </div>
180
+ </div>
181
+ <DialogFooter>
182
+ <Button variant="outline" @click="createFolderDialogModel = false">
183
+ İptal
184
+ </Button>
185
+ <Button @click="handleCreateFolder">
186
+ Oluştur
187
+ </Button>
188
+ </DialogFooter>
189
+ </DialogContent>
190
+ </Dialog>
191
+ </template>
@@ -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
+ };
@@ -0,0 +1,12 @@
1
+ interface Props {
2
+ type?: 'empty' | 'search' | 'trash';
3
+ searchQuery?: string;
4
+ showUpload?: boolean;
5
+ }
6
+ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ upload: (files: FileList) => any;
8
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
9
+ onUpload?: ((files: FileList) => any) | undefined;
10
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: typeof __VLS_export;
12
+ export default _default;
@@ -0,0 +1,68 @@
1
+ <script setup>
2
+ import { Cloud, Trash2, Upload } from "lucide-vue-next";
3
+ import { Icon } from "#components";
4
+ import { ref } from "vue";
5
+ const props = defineProps({
6
+ type: { type: String, required: false, default: "empty" },
7
+ searchQuery: { type: String, required: false },
8
+ showUpload: { type: Boolean, required: false, default: false }
9
+ });
10
+ const emit = defineEmits(["upload"]);
11
+ const fileInputRef = ref();
12
+ function handleUploadClick() {
13
+ fileInputRef.value?.click();
14
+ }
15
+ function handleFileInput(event) {
16
+ const target = event.target;
17
+ if (target.files?.length) {
18
+ emit("upload", target.files);
19
+ target.value = "";
20
+ }
21
+ }
22
+ </script>
23
+
24
+ <template>
25
+ <div class="flex flex-col items-center justify-center py-12">
26
+ <!-- Icon -->
27
+ <div class="rounded-full bg-muted p-8 mb-4" :class="{ 'cursor-pointer': showUpload }" @click="showUpload ? handleUploadClick() : void 0">
28
+ <input
29
+ v-if="showUpload"
30
+ ref="fileInputRef"
31
+ type="file"
32
+ multiple
33
+ class="hidden"
34
+ @change="handleFileInput"
35
+ >
36
+ <Upload v-if="type === 'empty' && showUpload" class="h-16 w-16 text-muted-foreground" />
37
+ <Cloud v-else-if="type === 'empty'" class="h-16 w-16 text-muted-foreground" />
38
+ <Trash2 v-else-if="type === 'trash'" class="h-16 w-16 text-muted-foreground" />
39
+ <Icon v-else name="lucide:search-x" class="h-16 w-16 text-muted-foreground" />
40
+ </div>
41
+
42
+ <!-- Title -->
43
+ <h3 class="text-lg font-semibold">
44
+ <template v-if="type === 'search'">
45
+ Sonuç bulunamadı
46
+ </template>
47
+ <template v-else-if="type === 'empty'">
48
+ Henüz dosya yok
49
+ </template>
50
+ <template v-else-if="type === 'trash'">
51
+ Çöp kutusu boş
52
+ </template>
53
+ </h3>
54
+
55
+ <!-- Description -->
56
+ <p class="text-muted-foreground mt-1">
57
+ <template v-if="type === 'search'">
58
+ {{ searchQuery ? `"${searchQuery}" i\xE7in sonu\xE7 bulunamad\u0131` : "Farkl\u0131 bir arama terimi deneyin" }}
59
+ </template>
60
+ <template v-else-if="type === 'empty'">
61
+ {{ showUpload ? "Dosyalar\u0131 s\xFCr\xFCkleyip b\u0131rak\u0131n veya y\xFCkle butonunu kullan\u0131n" : "Dosya y\xFCklemek i\xE7in y\xFCkle butonunu kullan\u0131n" }}
62
+ </template>
63
+ <template v-else-if="type === 'trash'">
64
+ Silinen dosyalar burada görünecek
65
+ </template>
66
+ </p>
67
+ </div>
68
+ </template>
@@ -0,0 +1,12 @@
1
+ interface Props {
2
+ type?: 'empty' | 'search' | 'trash';
3
+ searchQuery?: string;
4
+ showUpload?: boolean;
5
+ }
6
+ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ upload: (files: FileList) => any;
8
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
9
+ onUpload?: ((files: FileList) => any) | undefined;
10
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: typeof __VLS_export;
12
+ export default _default;
@@ -0,0 +1,51 @@
1
+ import type { FileType } from 'abckit/types/client';
2
+ interface FileItem {
3
+ id: string;
4
+ filename: string;
5
+ originalName: string;
6
+ mimeType: string;
7
+ size: number;
8
+ r2Key: string;
9
+ type: FileType;
10
+ parentId?: string | null;
11
+ isFolder?: boolean;
12
+ path?: string;
13
+ createdAt: string;
14
+ updatedAt: string;
15
+ deletedAt?: string | null;
16
+ user?: {
17
+ id: string;
18
+ email: string;
19
+ } | null;
20
+ }
21
+ interface Props {
22
+ files: FileItem[];
23
+ selectedFiles?: Set<string>;
24
+ isSelectionMode?: boolean;
25
+ showActions?: boolean;
26
+ }
27
+ declare var __VLS_53: {
28
+ file: FileItem;
29
+ };
30
+ type __VLS_Slots = {} & {
31
+ 'file-actions'?: (props: typeof __VLS_53) => any;
32
+ };
33
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
34
+ folderClick: (file: FileItem) => any;
35
+ fileClick: (file: FileItem) => any;
36
+ toggleSelection: (fileId: string) => any;
37
+ fileAction: (action: string, file: FileItem) => any;
38
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
39
+ onFolderClick?: ((file: FileItem) => any) | undefined;
40
+ onFileClick?: ((file: FileItem) => any) | undefined;
41
+ onToggleSelection?: ((fileId: string) => any) | undefined;
42
+ onFileAction?: ((action: string, file: FileItem) => any) | undefined;
43
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
44
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
45
+ declare const _default: typeof __VLS_export;
46
+ export default _default;
47
+ type __VLS_WithSlots<T, S> = T & {
48
+ new (): {
49
+ $slots: S;
50
+ };
51
+ };
@@ -0,0 +1,139 @@
1
+ <script setup>
2
+ import { Cloud, FileText, Film, Folder, Image, MoreVertical } from "lucide-vue-next";
3
+ import { bytesToSize } from "abckit/shared/constants/r2";
4
+ import { Button } from "abckit/shadcn/button";
5
+ import { Checkbox } from "abckit/shadcn/checkbox";
6
+ import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger } from "abckit/shadcn/dropdown-menu";
7
+ import { AppImage } from "abckit/components/app";
8
+ import { Icon } from "#components";
9
+ const props = defineProps({
10
+ files: { type: Array, required: true },
11
+ selectedFiles: { type: Set, required: false },
12
+ isSelectionMode: { type: Boolean, required: false, default: false },
13
+ showActions: { type: Boolean, required: false, default: true }
14
+ });
15
+ const emit = defineEmits(["fileClick", "folderClick", "toggleSelection", "fileAction"]);
16
+ const FILE_TYPE_ICONS = {
17
+ IMAGE: Image,
18
+ VIDEO: Film,
19
+ DOCUMENT: FileText,
20
+ OTHER: Cloud,
21
+ FOLDER: Folder
22
+ };
23
+ function getFileIcon(file) {
24
+ if (file.isFolder) return FILE_TYPE_ICONS.FOLDER;
25
+ return FILE_TYPE_ICONS[file.type];
26
+ }
27
+ function handleClick(file) {
28
+ if (props.isSelectionMode) {
29
+ emit("toggleSelection", file.id);
30
+ } else if (file.isFolder) {
31
+ emit("folderClick", file);
32
+ } else {
33
+ emit("fileClick", file);
34
+ }
35
+ }
36
+ function isSelected(fileId) {
37
+ return props.selectedFiles?.has(fileId) || false;
38
+ }
39
+ </script>
40
+
41
+ <template>
42
+ <div class="grid grid-cols-2 gap-4 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5 xl:grid-cols-6">
43
+ <div
44
+ v-for="file in files"
45
+ :key="file.id"
46
+ class="group relative cursor-pointer rounded-lg border bg-card transition-all hover:shadow-md"
47
+ :class="{ 'ring-2 ring-primary': isSelectionMode && isSelected(file.id) }"
48
+ @click="handleClick(file)"
49
+ >
50
+ <!-- Selection checkbox -->
51
+ <div
52
+ v-if="isSelectionMode"
53
+ class="absolute left-2 top-2 z-10"
54
+ @click.stop
55
+ >
56
+ <Checkbox
57
+ :model-value="isSelected(file.id)"
58
+ @update:model-value="emit('toggleSelection', file.id)"
59
+ />
60
+ </div>
61
+
62
+ <!-- File preview -->
63
+ <div class="aspect-square overflow-hidden rounded-t-lg bg-muted">
64
+ <AppImage
65
+ v-if="!file.isFolder && file.type === 'IMAGE'"
66
+ :src="file.r2Key"
67
+ :alt="file.originalName"
68
+ size="md"
69
+ class="h-full w-full"
70
+ fallback=""
71
+ />
72
+ <div v-else class="flex h-full items-center justify-center">
73
+ <component
74
+ :is="getFileIcon(file)"
75
+ class="h-12 w-12 text-muted-foreground"
76
+ />
77
+ </div>
78
+ </div>
79
+
80
+ <!-- File info -->
81
+ <div class="p-3">
82
+ <p class="truncate text-sm font-medium">{{ file.originalName }}</p>
83
+ <p class="text-xs text-muted-foreground">
84
+ <template v-if="file.isFolder">
85
+ Klasör
86
+ </template>
87
+ <template v-else>
88
+ {{ bytesToSize(file.size) }}
89
+ </template>
90
+ </p>
91
+ </div>
92
+
93
+ <!-- Actions -->
94
+ <div v-if="showActions" class="absolute right-2 top-2 opacity-0 group-hover:opacity-100 transition-opacity">
95
+ <DropdownMenu>
96
+ <DropdownMenuTrigger as-child>
97
+ <Button
98
+ size="icon"
99
+ variant="ghost"
100
+ class="h-8 w-8 bg-background/80 backdrop-blur-sm"
101
+ @click.stop
102
+ >
103
+ <MoreVertical class="h-4 w-4" />
104
+ </Button>
105
+ </DropdownMenuTrigger>
106
+ <DropdownMenuContent align="end">
107
+ <slot name="file-actions" :file="file">
108
+ <!-- Default actions - can be overridden -->
109
+ <DropdownMenuItem @click.stop="emit('fileAction', 'view', file)">
110
+ <Icon name="lucide:eye" class="mr-2 h-4 w-4" />
111
+ {{ file.isFolder ? "A\xE7" : "G\xF6r\xFCnt\xFCle" }}
112
+ </DropdownMenuItem>
113
+ <DropdownMenuItem v-if="!file.isFolder" @click.stop="emit('fileAction', 'download', file)">
114
+ <Icon name="lucide:download" class="mr-2 h-4 w-4" />
115
+ İndir
116
+ </DropdownMenuItem>
117
+ <DropdownMenuItem @click.stop="emit('fileAction', 'rename', file)">
118
+ <Icon name="lucide:pencil" class="mr-2 h-4 w-4" />
119
+ Yeniden Adlandır
120
+ </DropdownMenuItem>
121
+ <DropdownMenuItem @click.stop="emit('fileAction', 'move', file)">
122
+ <Icon name="lucide:folder-input" class="mr-2 h-4 w-4" />
123
+ Taşı
124
+ </DropdownMenuItem>
125
+ <DropdownMenuSeparator />
126
+ <DropdownMenuItem
127
+ class="text-destructive focus:text-destructive"
128
+ @click.stop="emit('fileAction', 'delete', file)"
129
+ >
130
+ <Icon name="lucide:trash-2" class="mr-2 h-4 w-4" />
131
+ Sil
132
+ </DropdownMenuItem>
133
+ </slot>
134
+ </DropdownMenuContent>
135
+ </DropdownMenu>
136
+ </div>
137
+ </div>
138
+ </div>
139
+ </template>
@@ -0,0 +1,51 @@
1
+ import type { FileType } from 'abckit/types/client';
2
+ interface FileItem {
3
+ id: string;
4
+ filename: string;
5
+ originalName: string;
6
+ mimeType: string;
7
+ size: number;
8
+ r2Key: string;
9
+ type: FileType;
10
+ parentId?: string | null;
11
+ isFolder?: boolean;
12
+ path?: string;
13
+ createdAt: string;
14
+ updatedAt: string;
15
+ deletedAt?: string | null;
16
+ user?: {
17
+ id: string;
18
+ email: string;
19
+ } | null;
20
+ }
21
+ interface Props {
22
+ files: FileItem[];
23
+ selectedFiles?: Set<string>;
24
+ isSelectionMode?: boolean;
25
+ showActions?: boolean;
26
+ }
27
+ declare var __VLS_53: {
28
+ file: FileItem;
29
+ };
30
+ type __VLS_Slots = {} & {
31
+ 'file-actions'?: (props: typeof __VLS_53) => any;
32
+ };
33
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
34
+ folderClick: (file: FileItem) => any;
35
+ fileClick: (file: FileItem) => any;
36
+ toggleSelection: (fileId: string) => any;
37
+ fileAction: (action: string, file: FileItem) => any;
38
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
39
+ onFolderClick?: ((file: FileItem) => any) | undefined;
40
+ onFileClick?: ((file: FileItem) => any) | undefined;
41
+ onToggleSelection?: ((fileId: string) => any) | undefined;
42
+ onFileAction?: ((action: string, file: FileItem) => any) | undefined;
43
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
44
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
45
+ declare const _default: typeof __VLS_export;
46
+ export default _default;
47
+ type __VLS_WithSlots<T, S> = T & {
48
+ new (): {
49
+ $slots: S;
50
+ };
51
+ };
@@ -0,0 +1,20 @@
1
+ interface Props {
2
+ selectedCount: number;
3
+ isSelectionMode: boolean;
4
+ isTrash?: boolean;
5
+ }
6
+ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ "toggle-selection-mode": () => any;
8
+ "clear-selection": () => any;
9
+ "select-all": () => any;
10
+ "delete-selected": () => any;
11
+ "restore-selected": () => any;
12
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
13
+ "onToggle-selection-mode"?: (() => any) | undefined;
14
+ "onClear-selection"?: (() => any) | undefined;
15
+ "onSelect-all"?: (() => any) | undefined;
16
+ "onDelete-selected"?: (() => any) | undefined;
17
+ "onRestore-selected"?: (() => any) | undefined;
18
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
+ declare const _default: typeof __VLS_export;
20
+ export default _default;
@@ -0,0 +1,50 @@
1
+ <script setup>
2
+ import { RotateCcw, Trash2 } from "lucide-vue-next";
3
+ import { Button } from "abckit/shadcn/button";
4
+ const props = defineProps({
5
+ selectedCount: { type: Number, required: true },
6
+ isSelectionMode: { type: Boolean, required: true },
7
+ isTrash: { type: Boolean, required: false, default: false }
8
+ });
9
+ const emit = defineEmits(["toggle-selection-mode", "clear-selection", "select-all", "delete-selected", "restore-selected"]);
10
+ </script>
11
+
12
+ <template>
13
+ <div v-if="isSelectionMode" class="flex items-center gap-2">
14
+ <Button
15
+ variant="outline"
16
+ size="sm"
17
+ @click="emit('clear-selection')"
18
+ >
19
+ İptal
20
+ </Button>
21
+
22
+ <Button
23
+ v-if="selectedCount === 0"
24
+ variant="outline"
25
+ size="sm"
26
+ @click="emit('select-all')"
27
+ >
28
+ Tümünü Seç
29
+ </Button>
30
+
31
+ <Button
32
+ v-if="selectedCount > 0 && isTrash"
33
+ size="sm"
34
+ @click="emit('restore-selected')"
35
+ >
36
+ <RotateCcw class="mr-2 h-4 w-4" />
37
+ Geri Yükle ({{ selectedCount }})
38
+ </Button>
39
+
40
+ <Button
41
+ v-if="selectedCount > 0"
42
+ variant="destructive"
43
+ size="sm"
44
+ @click="emit('delete-selected')"
45
+ >
46
+ <Trash2 class="mr-2 h-4 w-4" />
47
+ {{ isTrash ? "Kal\u0131c\u0131 Olarak" : "" }} Sil ({{ selectedCount }})
48
+ </Button>
49
+ </div>
50
+ </template>