primitive-app 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (462) hide show
  1. package/LICENSE +5 -0
  2. package/README.md +1202 -0
  3. package/dist/PrimitiveNotFound.vue.d.ts +4 -0
  4. package/dist/PrimitiveNotFound.vue.d.ts.map +1 -0
  5. package/dist/components/auth/PrimitiveLogin.vue.d.ts +108 -0
  6. package/dist/components/auth/PrimitiveLogin.vue.d.ts.map +1 -0
  7. package/dist/components/auth/PrimitiveLogout.vue.d.ts +32 -0
  8. package/dist/components/auth/PrimitiveLogout.vue.d.ts.map +1 -0
  9. package/dist/components/auth/PrimitiveOauthCallback.vue.d.ts +39 -0
  10. package/dist/components/auth/PrimitiveOauthCallback.vue.d.ts.map +1 -0
  11. package/dist/components/debug-suite/EphemeralDocService.d.ts +46 -0
  12. package/dist/components/debug-suite/EphemeralDocService.d.ts.map +1 -0
  13. package/dist/components/debug-suite/PrimitiveDebuggingSuite.vue.d.ts +15 -0
  14. package/dist/components/debug-suite/PrimitiveDebuggingSuite.vue.d.ts.map +1 -0
  15. package/dist/components/debug-suite/PrimitiveTestRunner.vue.d.ts +19 -0
  16. package/dist/components/debug-suite/PrimitiveTestRunner.vue.d.ts.map +1 -0
  17. package/dist/components/debug-suite/document-debugger/DocumentDebuggerIndex.vue.d.ts +4 -0
  18. package/dist/components/debug-suite/document-debugger/DocumentDebuggerIndex.vue.d.ts.map +1 -0
  19. package/dist/components/debug-suite/document-debugger/DocumentDebuggerModel.vue.d.ts +4 -0
  20. package/dist/components/debug-suite/document-debugger/DocumentDebuggerModel.vue.d.ts.map +1 -0
  21. package/dist/components/debug-suite/document-debugger/DocumentSidebar.vue.d.ts +48 -0
  22. package/dist/components/debug-suite/document-debugger/DocumentSidebar.vue.d.ts.map +1 -0
  23. package/dist/components/debug-suite/document-debugger/dialogs/MassDeleteDocsDialog.vue.d.ts +28 -0
  24. package/dist/components/debug-suite/document-debugger/dialogs/MassDeleteDocsDialog.vue.d.ts.map +1 -0
  25. package/dist/components/debug-suite/document-debugger/dialogs/MassDeleteRecordsDialog.vue.d.ts +32 -0
  26. package/dist/components/debug-suite/document-debugger/dialogs/MassDeleteRecordsDialog.vue.d.ts.map +1 -0
  27. package/dist/components/debug-suite/document-debugger/types.d.ts +67 -0
  28. package/dist/components/debug-suite/document-debugger/types.d.ts.map +1 -0
  29. package/dist/components/debug-suite/document-debugger/utils.d.ts +38 -0
  30. package/dist/components/debug-suite/document-debugger/utils.d.ts.map +1 -0
  31. package/dist/components/debug-suite/pages/DebugSuiteLayout.vue.d.ts +15 -0
  32. package/dist/components/debug-suite/pages/DebugSuiteLayout.vue.d.ts.map +1 -0
  33. package/dist/components/debug-suite/pages/DebuggingSuiteDocuments.vue.d.ts +4 -0
  34. package/dist/components/debug-suite/pages/DebuggingSuiteDocuments.vue.d.ts.map +1 -0
  35. package/dist/components/debug-suite/pages/DebuggingSuiteDocumentsModel.vue.d.ts +4 -0
  36. package/dist/components/debug-suite/pages/DebuggingSuiteDocumentsModel.vue.d.ts.map +1 -0
  37. package/dist/components/debug-suite/pages/DebuggingSuiteHome.vue.d.ts +4 -0
  38. package/dist/components/debug-suite/pages/DebuggingSuiteHome.vue.d.ts.map +1 -0
  39. package/dist/components/debug-suite/pages/DebuggingSuiteTests.vue.d.ts +4 -0
  40. package/dist/components/debug-suite/pages/DebuggingSuiteTests.vue.d.ts.map +1 -0
  41. package/dist/components/debug-suite/testTypes.d.ts +18 -0
  42. package/dist/components/debug-suite/testTypes.d.ts.map +1 -0
  43. package/dist/components/documents/PrimitiveManageDocuments.vue.d.ts +4 -0
  44. package/dist/components/documents/PrimitiveManageDocuments.vue.d.ts.map +1 -0
  45. package/dist/components/documents/PrimitiveShareDocumentDialog.vue.d.ts +26 -0
  46. package/dist/components/documents/PrimitiveShareDocumentDialog.vue.d.ts.map +1 -0
  47. package/dist/components/documents/PrimitiveSingleDocumentSwitcher.vue.d.ts +4 -0
  48. package/dist/components/documents/PrimitiveSingleDocumentSwitcher.vue.d.ts.map +1 -0
  49. package/dist/components/navigation/PrimitiveAppBreadcrumb.vue.d.ts +4 -0
  50. package/dist/components/navigation/PrimitiveAppBreadcrumb.vue.d.ts.map +1 -0
  51. package/dist/components/navigation/PrimitiveAppSidebarHeader.vue.d.ts +4 -0
  52. package/dist/components/navigation/PrimitiveAppSidebarHeader.vue.d.ts.map +1 -0
  53. package/dist/components/navigation/PrimitiveBottomNav.vue.d.ts +4 -0
  54. package/dist/components/navigation/PrimitiveBottomNav.vue.d.ts.map +1 -0
  55. package/dist/components/navigation/PrimitiveNavigationBadge.vue.d.ts +14 -0
  56. package/dist/components/navigation/PrimitiveNavigationBadge.vue.d.ts.map +1 -0
  57. package/dist/components/navigation/PrimitiveSidebarNav.vue.d.ts +4 -0
  58. package/dist/components/navigation/PrimitiveSidebarNav.vue.d.ts.map +1 -0
  59. package/dist/components/navigation/PrimitiveUserMenu.vue.d.ts +35 -0
  60. package/dist/components/navigation/PrimitiveUserMenu.vue.d.ts.map +1 -0
  61. package/dist/components/shared/DeleteConfirmationDialog.vue.d.ts +55 -0
  62. package/dist/components/shared/DeleteConfirmationDialog.vue.d.ts.map +1 -0
  63. package/dist/components/shared/PrimitiveLogoSpinner.vue.d.ts +22 -0
  64. package/dist/components/shared/PrimitiveLogoSpinner.vue.d.ts.map +1 -0
  65. package/dist/components/shared/PrimitiveSkeletonGate.vue.d.ts +34 -0
  66. package/dist/components/shared/PrimitiveSkeletonGate.vue.d.ts.map +1 -0
  67. package/dist/components/ui/avatar/Avatar.vue.d.ts +18 -0
  68. package/dist/components/ui/avatar/Avatar.vue.d.ts.map +1 -0
  69. package/dist/components/ui/avatar/AvatarFallback.vue.d.ts +19 -0
  70. package/dist/components/ui/avatar/AvatarFallback.vue.d.ts.map +1 -0
  71. package/dist/components/ui/avatar/AvatarImage.vue.d.ts +15 -0
  72. package/dist/components/ui/avatar/AvatarImage.vue.d.ts.map +1 -0
  73. package/dist/components/ui/avatar/index.d.ts +4 -0
  74. package/dist/components/ui/avatar/index.d.ts.map +1 -0
  75. package/dist/components/ui/badge/Badge.vue.d.ts +21 -0
  76. package/dist/components/ui/badge/Badge.vue.d.ts.map +1 -0
  77. package/dist/components/ui/badge/index.d.ts +7 -0
  78. package/dist/components/ui/badge/index.d.ts.map +1 -0
  79. package/dist/components/ui/breadcrumb/Breadcrumb.vue.d.ts +18 -0
  80. package/dist/components/ui/breadcrumb/Breadcrumb.vue.d.ts.map +1 -0
  81. package/dist/components/ui/breadcrumb/BreadcrumbEllipsis.vue.d.ts +18 -0
  82. package/dist/components/ui/breadcrumb/BreadcrumbEllipsis.vue.d.ts.map +1 -0
  83. package/dist/components/ui/breadcrumb/BreadcrumbItem.vue.d.ts +18 -0
  84. package/dist/components/ui/breadcrumb/BreadcrumbItem.vue.d.ts.map +1 -0
  85. package/dist/components/ui/breadcrumb/BreadcrumbLink.vue.d.ts +21 -0
  86. package/dist/components/ui/breadcrumb/BreadcrumbLink.vue.d.ts.map +1 -0
  87. package/dist/components/ui/breadcrumb/BreadcrumbList.vue.d.ts +18 -0
  88. package/dist/components/ui/breadcrumb/BreadcrumbList.vue.d.ts.map +1 -0
  89. package/dist/components/ui/breadcrumb/BreadcrumbPage.vue.d.ts +18 -0
  90. package/dist/components/ui/breadcrumb/BreadcrumbPage.vue.d.ts.map +1 -0
  91. package/dist/components/ui/breadcrumb/BreadcrumbSeparator.vue.d.ts +18 -0
  92. package/dist/components/ui/breadcrumb/BreadcrumbSeparator.vue.d.ts.map +1 -0
  93. package/dist/components/ui/breadcrumb/index.d.ts +8 -0
  94. package/dist/components/ui/breadcrumb/index.d.ts.map +1 -0
  95. package/dist/components/ui/button/Button.vue.d.ts +24 -0
  96. package/dist/components/ui/button/Button.vue.d.ts.map +1 -0
  97. package/dist/components/ui/button/index.d.ts +8 -0
  98. package/dist/components/ui/button/index.d.ts.map +1 -0
  99. package/dist/components/ui/calendar/Calendar.vue.d.ts +43 -0
  100. package/dist/components/ui/calendar/Calendar.vue.d.ts.map +1 -0
  101. package/dist/components/ui/calendar/CalendarCell.vue.d.ts +19 -0
  102. package/dist/components/ui/calendar/CalendarCell.vue.d.ts.map +1 -0
  103. package/dist/components/ui/calendar/CalendarCellTrigger.vue.d.ts +21 -0
  104. package/dist/components/ui/calendar/CalendarCellTrigger.vue.d.ts.map +1 -0
  105. package/dist/components/ui/calendar/CalendarGrid.vue.d.ts +19 -0
  106. package/dist/components/ui/calendar/CalendarGrid.vue.d.ts.map +1 -0
  107. package/dist/components/ui/calendar/CalendarGridBody.vue.d.ts +15 -0
  108. package/dist/components/ui/calendar/CalendarGridBody.vue.d.ts.map +1 -0
  109. package/dist/components/ui/calendar/CalendarGridHead.vue.d.ts +19 -0
  110. package/dist/components/ui/calendar/CalendarGridHead.vue.d.ts.map +1 -0
  111. package/dist/components/ui/calendar/CalendarGridRow.vue.d.ts +19 -0
  112. package/dist/components/ui/calendar/CalendarGridRow.vue.d.ts.map +1 -0
  113. package/dist/components/ui/calendar/CalendarHeadCell.vue.d.ts +19 -0
  114. package/dist/components/ui/calendar/CalendarHeadCell.vue.d.ts.map +1 -0
  115. package/dist/components/ui/calendar/CalendarHeader.vue.d.ts +19 -0
  116. package/dist/components/ui/calendar/CalendarHeader.vue.d.ts.map +1 -0
  117. package/dist/components/ui/calendar/CalendarHeading.vue.d.ts +20 -0
  118. package/dist/components/ui/calendar/CalendarHeading.vue.d.ts.map +1 -0
  119. package/dist/components/ui/calendar/CalendarNextButton.vue.d.ts +19 -0
  120. package/dist/components/ui/calendar/CalendarNextButton.vue.d.ts.map +1 -0
  121. package/dist/components/ui/calendar/CalendarPrevButton.vue.d.ts +19 -0
  122. package/dist/components/ui/calendar/CalendarPrevButton.vue.d.ts.map +1 -0
  123. package/dist/components/ui/calendar/index.d.ts +14 -0
  124. package/dist/components/ui/calendar/index.d.ts.map +1 -0
  125. package/dist/components/ui/card/Card.vue.d.ts +18 -0
  126. package/dist/components/ui/card/Card.vue.d.ts.map +1 -0
  127. package/dist/components/ui/card/CardAction.vue.d.ts +18 -0
  128. package/dist/components/ui/card/CardAction.vue.d.ts.map +1 -0
  129. package/dist/components/ui/card/CardContent.vue.d.ts +18 -0
  130. package/dist/components/ui/card/CardContent.vue.d.ts.map +1 -0
  131. package/dist/components/ui/card/CardDescription.vue.d.ts +18 -0
  132. package/dist/components/ui/card/CardDescription.vue.d.ts.map +1 -0
  133. package/dist/components/ui/card/CardFooter.vue.d.ts +18 -0
  134. package/dist/components/ui/card/CardFooter.vue.d.ts.map +1 -0
  135. package/dist/components/ui/card/CardHeader.vue.d.ts +18 -0
  136. package/dist/components/ui/card/CardHeader.vue.d.ts.map +1 -0
  137. package/dist/components/ui/card/CardTitle.vue.d.ts +18 -0
  138. package/dist/components/ui/card/CardTitle.vue.d.ts.map +1 -0
  139. package/dist/components/ui/card/index.d.ts +8 -0
  140. package/dist/components/ui/card/index.d.ts.map +1 -0
  141. package/dist/components/ui/carousel/Carousel.vue.d.ts +38 -0
  142. package/dist/components/ui/carousel/Carousel.vue.d.ts.map +1 -0
  143. package/dist/components/ui/carousel/CarouselContent.vue.d.ts +15 -0
  144. package/dist/components/ui/carousel/CarouselContent.vue.d.ts.map +1 -0
  145. package/dist/components/ui/carousel/CarouselItem.vue.d.ts +15 -0
  146. package/dist/components/ui/carousel/CarouselItem.vue.d.ts.map +1 -0
  147. package/dist/components/ui/carousel/CarouselNext.vue.d.ts +23 -0
  148. package/dist/components/ui/carousel/CarouselNext.vue.d.ts.map +1 -0
  149. package/dist/components/ui/carousel/CarouselPrevious.vue.d.ts +23 -0
  150. package/dist/components/ui/carousel/CarouselPrevious.vue.d.ts.map +1 -0
  151. package/dist/components/ui/carousel/index.d.ts +8 -0
  152. package/dist/components/ui/carousel/index.d.ts.map +1 -0
  153. package/dist/components/ui/carousel/interface.d.ts +21 -0
  154. package/dist/components/ui/carousel/interface.d.ts.map +1 -0
  155. package/dist/components/ui/carousel/useCarousel.d.ts +21 -0
  156. package/dist/components/ui/carousel/useCarousel.d.ts.map +1 -0
  157. package/dist/components/ui/checkbox/Checkbox.vue.d.ts +26 -0
  158. package/dist/components/ui/checkbox/Checkbox.vue.d.ts.map +1 -0
  159. package/dist/components/ui/checkbox/index.d.ts +2 -0
  160. package/dist/components/ui/checkbox/index.d.ts.map +1 -0
  161. package/dist/components/ui/collapsible/Collapsible.vue.d.ts +21 -0
  162. package/dist/components/ui/collapsible/Collapsible.vue.d.ts.map +1 -0
  163. package/dist/components/ui/collapsible/CollapsibleContent.vue.d.ts +15 -0
  164. package/dist/components/ui/collapsible/CollapsibleContent.vue.d.ts.map +1 -0
  165. package/dist/components/ui/collapsible/CollapsibleTrigger.vue.d.ts +15 -0
  166. package/dist/components/ui/collapsible/CollapsibleTrigger.vue.d.ts.map +1 -0
  167. package/dist/components/ui/collapsible/index.d.ts +4 -0
  168. package/dist/components/ui/collapsible/index.d.ts.map +1 -0
  169. package/dist/components/ui/dialog/Dialog.vue.d.ts +22 -0
  170. package/dist/components/ui/dialog/Dialog.vue.d.ts.map +1 -0
  171. package/dist/components/ui/dialog/DialogClose.vue.d.ts +15 -0
  172. package/dist/components/ui/dialog/DialogClose.vue.d.ts.map +1 -0
  173. package/dist/components/ui/dialog/DialogContent.vue.d.ts +36 -0
  174. package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +1 -0
  175. package/dist/components/ui/dialog/DialogDescription.vue.d.ts +19 -0
  176. package/dist/components/ui/dialog/DialogDescription.vue.d.ts.map +1 -0
  177. package/dist/components/ui/dialog/DialogFooter.vue.d.ts +18 -0
  178. package/dist/components/ui/dialog/DialogFooter.vue.d.ts.map +1 -0
  179. package/dist/components/ui/dialog/DialogHeader.vue.d.ts +18 -0
  180. package/dist/components/ui/dialog/DialogHeader.vue.d.ts.map +1 -0
  181. package/dist/components/ui/dialog/DialogOverlay.vue.d.ts +19 -0
  182. package/dist/components/ui/dialog/DialogOverlay.vue.d.ts.map +1 -0
  183. package/dist/components/ui/dialog/DialogScrollContent.vue.d.ts +33 -0
  184. package/dist/components/ui/dialog/DialogScrollContent.vue.d.ts.map +1 -0
  185. package/dist/components/ui/dialog/DialogTitle.vue.d.ts +19 -0
  186. package/dist/components/ui/dialog/DialogTitle.vue.d.ts.map +1 -0
  187. package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +15 -0
  188. package/dist/components/ui/dialog/DialogTrigger.vue.d.ts.map +1 -0
  189. package/dist/components/ui/dialog/index.d.ts +11 -0
  190. package/dist/components/ui/dialog/index.d.ts.map +1 -0
  191. package/dist/components/ui/dropdown-menu/DropdownMenu.vue.d.ts +21 -0
  192. package/dist/components/ui/dropdown-menu/DropdownMenu.vue.d.ts.map +1 -0
  193. package/dist/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +27 -0
  194. package/dist/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts.map +1 -0
  195. package/dist/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +33 -0
  196. package/dist/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts.map +1 -0
  197. package/dist/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts +15 -0
  198. package/dist/components/ui/dropdown-menu/DropdownMenuGroup.vue.d.ts.map +1 -0
  199. package/dist/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts +23 -0
  200. package/dist/components/ui/dropdown-menu/DropdownMenuItem.vue.d.ts.map +1 -0
  201. package/dist/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts +20 -0
  202. package/dist/components/ui/dropdown-menu/DropdownMenuLabel.vue.d.ts.map +1 -0
  203. package/dist/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts +19 -0
  204. package/dist/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue.d.ts.map +1 -0
  205. package/dist/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts +25 -0
  206. package/dist/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts.map +1 -0
  207. package/dist/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts +9 -0
  208. package/dist/components/ui/dropdown-menu/DropdownMenuSeparator.vue.d.ts.map +1 -0
  209. package/dist/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts +18 -0
  210. package/dist/components/ui/dropdown-menu/DropdownMenuShortcut.vue.d.ts.map +1 -0
  211. package/dist/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts +21 -0
  212. package/dist/components/ui/dropdown-menu/DropdownMenuSub.vue.d.ts.map +1 -0
  213. package/dist/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +35 -0
  214. package/dist/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts.map +1 -0
  215. package/dist/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts +20 -0
  216. package/dist/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue.d.ts.map +1 -0
  217. package/dist/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts +15 -0
  218. package/dist/components/ui/dropdown-menu/DropdownMenuTrigger.vue.d.ts.map +1 -0
  219. package/dist/components/ui/dropdown-menu/index.d.ts +16 -0
  220. package/dist/components/ui/dropdown-menu/index.d.ts.map +1 -0
  221. package/dist/components/ui/empty/Empty.vue.d.ts +18 -0
  222. package/dist/components/ui/empty/Empty.vue.d.ts.map +1 -0
  223. package/dist/components/ui/empty/EmptyContent.vue.d.ts +18 -0
  224. package/dist/components/ui/empty/EmptyContent.vue.d.ts.map +1 -0
  225. package/dist/components/ui/empty/EmptyDescription.vue.d.ts +18 -0
  226. package/dist/components/ui/empty/EmptyDescription.vue.d.ts.map +1 -0
  227. package/dist/components/ui/empty/EmptyHeader.vue.d.ts +18 -0
  228. package/dist/components/ui/empty/EmptyHeader.vue.d.ts.map +1 -0
  229. package/dist/components/ui/empty/EmptyMedia.vue.d.ts +20 -0
  230. package/dist/components/ui/empty/EmptyMedia.vue.d.ts.map +1 -0
  231. package/dist/components/ui/empty/EmptyTitle.vue.d.ts +18 -0
  232. package/dist/components/ui/empty/EmptyTitle.vue.d.ts.map +1 -0
  233. package/dist/components/ui/empty/index.d.ts +12 -0
  234. package/dist/components/ui/empty/index.d.ts.map +1 -0
  235. package/dist/components/ui/input/Input.vue.d.ts +14 -0
  236. package/dist/components/ui/input/Input.vue.d.ts.map +1 -0
  237. package/dist/components/ui/input/index.d.ts +2 -0
  238. package/dist/components/ui/input/index.d.ts.map +1 -0
  239. package/dist/components/ui/label/Label.vue.d.ts +19 -0
  240. package/dist/components/ui/label/Label.vue.d.ts.map +1 -0
  241. package/dist/components/ui/label/index.d.ts +2 -0
  242. package/dist/components/ui/label/index.d.ts.map +1 -0
  243. package/dist/components/ui/native-select/NativeSelect.vue.d.ts +24 -0
  244. package/dist/components/ui/native-select/NativeSelect.vue.d.ts.map +1 -0
  245. package/dist/components/ui/native-select/NativeSelectOptGroup.vue.d.ts +402 -0
  246. package/dist/components/ui/native-select/NativeSelectOptGroup.vue.d.ts.map +1 -0
  247. package/dist/components/ui/native-select/NativeSelectOption.vue.d.ts +406 -0
  248. package/dist/components/ui/native-select/NativeSelectOption.vue.d.ts.map +1 -0
  249. package/dist/components/ui/native-select/index.d.ts +4 -0
  250. package/dist/components/ui/native-select/index.d.ts.map +1 -0
  251. package/dist/components/ui/popover/Popover.vue.d.ts +22 -0
  252. package/dist/components/ui/popover/Popover.vue.d.ts.map +1 -0
  253. package/dist/components/ui/popover/PopoverAnchor.vue.d.ts +15 -0
  254. package/dist/components/ui/popover/PopoverAnchor.vue.d.ts.map +1 -0
  255. package/dist/components/ui/popover/PopoverContent.vue.d.ts +36 -0
  256. package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -0
  257. package/dist/components/ui/popover/PopoverTrigger.vue.d.ts +15 -0
  258. package/dist/components/ui/popover/PopoverTrigger.vue.d.ts.map +1 -0
  259. package/dist/components/ui/popover/index.d.ts +5 -0
  260. package/dist/components/ui/popover/index.d.ts.map +1 -0
  261. package/dist/components/ui/select/Select.vue.d.ts +25 -0
  262. package/dist/components/ui/select/Select.vue.d.ts.map +1 -0
  263. package/dist/components/ui/select/SelectContent.vue.d.ts +29 -0
  264. package/dist/components/ui/select/SelectContent.vue.d.ts.map +1 -0
  265. package/dist/components/ui/select/SelectGroup.vue.d.ts +15 -0
  266. package/dist/components/ui/select/SelectGroup.vue.d.ts.map +1 -0
  267. package/dist/components/ui/select/SelectItem.vue.d.ts +21 -0
  268. package/dist/components/ui/select/SelectItem.vue.d.ts.map +1 -0
  269. package/dist/components/ui/select/SelectItemText.vue.d.ts +15 -0
  270. package/dist/components/ui/select/SelectItemText.vue.d.ts.map +1 -0
  271. package/dist/components/ui/select/SelectLabel.vue.d.ts +19 -0
  272. package/dist/components/ui/select/SelectLabel.vue.d.ts.map +1 -0
  273. package/dist/components/ui/select/SelectScrollDownButton.vue.d.ts +19 -0
  274. package/dist/components/ui/select/SelectScrollDownButton.vue.d.ts.map +1 -0
  275. package/dist/components/ui/select/SelectScrollUpButton.vue.d.ts +19 -0
  276. package/dist/components/ui/select/SelectScrollUpButton.vue.d.ts.map +1 -0
  277. package/dist/components/ui/select/SelectSeparator.vue.d.ts +9 -0
  278. package/dist/components/ui/select/SelectSeparator.vue.d.ts.map +1 -0
  279. package/dist/components/ui/select/SelectTrigger.vue.d.ts +22 -0
  280. package/dist/components/ui/select/SelectTrigger.vue.d.ts.map +1 -0
  281. package/dist/components/ui/select/SelectValue.vue.d.ts +15 -0
  282. package/dist/components/ui/select/SelectValue.vue.d.ts.map +1 -0
  283. package/dist/components/ui/select/index.d.ts +12 -0
  284. package/dist/components/ui/select/index.d.ts.map +1 -0
  285. package/dist/components/ui/separator/Separator.vue.d.ts +12 -0
  286. package/dist/components/ui/separator/Separator.vue.d.ts.map +1 -0
  287. package/dist/components/ui/separator/index.d.ts +2 -0
  288. package/dist/components/ui/separator/index.d.ts.map +1 -0
  289. package/dist/components/ui/sheet/Sheet.vue.d.ts +22 -0
  290. package/dist/components/ui/sheet/Sheet.vue.d.ts.map +1 -0
  291. package/dist/components/ui/sheet/SheetClose.vue.d.ts +15 -0
  292. package/dist/components/ui/sheet/SheetClose.vue.d.ts.map +1 -0
  293. package/dist/components/ui/sheet/SheetContent.vue.d.ts +36 -0
  294. package/dist/components/ui/sheet/SheetContent.vue.d.ts.map +1 -0
  295. package/dist/components/ui/sheet/SheetDescription.vue.d.ts +19 -0
  296. package/dist/components/ui/sheet/SheetDescription.vue.d.ts.map +1 -0
  297. package/dist/components/ui/sheet/SheetFooter.vue.d.ts +18 -0
  298. package/dist/components/ui/sheet/SheetFooter.vue.d.ts.map +1 -0
  299. package/dist/components/ui/sheet/SheetHeader.vue.d.ts +18 -0
  300. package/dist/components/ui/sheet/SheetHeader.vue.d.ts.map +1 -0
  301. package/dist/components/ui/sheet/SheetOverlay.vue.d.ts +19 -0
  302. package/dist/components/ui/sheet/SheetOverlay.vue.d.ts.map +1 -0
  303. package/dist/components/ui/sheet/SheetTitle.vue.d.ts +19 -0
  304. package/dist/components/ui/sheet/SheetTitle.vue.d.ts.map +1 -0
  305. package/dist/components/ui/sheet/SheetTrigger.vue.d.ts +15 -0
  306. package/dist/components/ui/sheet/SheetTrigger.vue.d.ts.map +1 -0
  307. package/dist/components/ui/sheet/index.d.ts +9 -0
  308. package/dist/components/ui/sheet/index.d.ts.map +1 -0
  309. package/dist/components/ui/sidebar/Sidebar.vue.d.ts +23 -0
  310. package/dist/components/ui/sidebar/Sidebar.vue.d.ts.map +1 -0
  311. package/dist/components/ui/sidebar/SidebarContent.vue.d.ts +18 -0
  312. package/dist/components/ui/sidebar/SidebarContent.vue.d.ts.map +1 -0
  313. package/dist/components/ui/sidebar/SidebarFooter.vue.d.ts +18 -0
  314. package/dist/components/ui/sidebar/SidebarFooter.vue.d.ts.map +1 -0
  315. package/dist/components/ui/sidebar/SidebarGroup.vue.d.ts +18 -0
  316. package/dist/components/ui/sidebar/SidebarGroup.vue.d.ts.map +1 -0
  317. package/dist/components/ui/sidebar/SidebarGroupAction.vue.d.ts +19 -0
  318. package/dist/components/ui/sidebar/SidebarGroupAction.vue.d.ts.map +1 -0
  319. package/dist/components/ui/sidebar/SidebarGroupContent.vue.d.ts +18 -0
  320. package/dist/components/ui/sidebar/SidebarGroupContent.vue.d.ts.map +1 -0
  321. package/dist/components/ui/sidebar/SidebarGroupLabel.vue.d.ts +19 -0
  322. package/dist/components/ui/sidebar/SidebarGroupLabel.vue.d.ts.map +1 -0
  323. package/dist/components/ui/sidebar/SidebarHeader.vue.d.ts +18 -0
  324. package/dist/components/ui/sidebar/SidebarHeader.vue.d.ts.map +1 -0
  325. package/dist/components/ui/sidebar/SidebarInput.vue.d.ts +18 -0
  326. package/dist/components/ui/sidebar/SidebarInput.vue.d.ts.map +1 -0
  327. package/dist/components/ui/sidebar/SidebarInset.vue.d.ts +18 -0
  328. package/dist/components/ui/sidebar/SidebarInset.vue.d.ts.map +1 -0
  329. package/dist/components/ui/sidebar/SidebarMenu.vue.d.ts +18 -0
  330. package/dist/components/ui/sidebar/SidebarMenu.vue.d.ts.map +1 -0
  331. package/dist/components/ui/sidebar/SidebarMenuAction.vue.d.ts +22 -0
  332. package/dist/components/ui/sidebar/SidebarMenuAction.vue.d.ts.map +1 -0
  333. package/dist/components/ui/sidebar/SidebarMenuBadge.vue.d.ts +18 -0
  334. package/dist/components/ui/sidebar/SidebarMenuBadge.vue.d.ts.map +1 -0
  335. package/dist/components/ui/sidebar/SidebarMenuButton.vue.d.ts +25 -0
  336. package/dist/components/ui/sidebar/SidebarMenuButton.vue.d.ts.map +1 -0
  337. package/dist/components/ui/sidebar/SidebarMenuButtonChild.vue.d.ts +27 -0
  338. package/dist/components/ui/sidebar/SidebarMenuButtonChild.vue.d.ts.map +1 -0
  339. package/dist/components/ui/sidebar/SidebarMenuItem.vue.d.ts +18 -0
  340. package/dist/components/ui/sidebar/SidebarMenuItem.vue.d.ts.map +1 -0
  341. package/dist/components/ui/sidebar/SidebarMenuSkeleton.vue.d.ts +9 -0
  342. package/dist/components/ui/sidebar/SidebarMenuSkeleton.vue.d.ts.map +1 -0
  343. package/dist/components/ui/sidebar/SidebarMenuSub.vue.d.ts +18 -0
  344. package/dist/components/ui/sidebar/SidebarMenuSub.vue.d.ts.map +1 -0
  345. package/dist/components/ui/sidebar/SidebarMenuSubButton.vue.d.ts +24 -0
  346. package/dist/components/ui/sidebar/SidebarMenuSubButton.vue.d.ts.map +1 -0
  347. package/dist/components/ui/sidebar/SidebarMenuSubItem.vue.d.ts +18 -0
  348. package/dist/components/ui/sidebar/SidebarMenuSubItem.vue.d.ts.map +1 -0
  349. package/dist/components/ui/sidebar/SidebarProvider.vue.d.ts +27 -0
  350. package/dist/components/ui/sidebar/SidebarProvider.vue.d.ts.map +1 -0
  351. package/dist/components/ui/sidebar/SidebarRail.vue.d.ts +18 -0
  352. package/dist/components/ui/sidebar/SidebarRail.vue.d.ts.map +1 -0
  353. package/dist/components/ui/sidebar/SidebarSeparator.vue.d.ts +18 -0
  354. package/dist/components/ui/sidebar/SidebarSeparator.vue.d.ts.map +1 -0
  355. package/dist/components/ui/sidebar/SidebarTrigger.vue.d.ts +8 -0
  356. package/dist/components/ui/sidebar/SidebarTrigger.vue.d.ts.map +1 -0
  357. package/dist/components/ui/sidebar/index.d.ts +38 -0
  358. package/dist/components/ui/sidebar/index.d.ts.map +1 -0
  359. package/dist/components/ui/sidebar/utils.d.ts +57 -0
  360. package/dist/components/ui/sidebar/utils.d.ts.map +1 -0
  361. package/dist/components/ui/skeleton/Skeleton.vue.d.ts +8 -0
  362. package/dist/components/ui/skeleton/Skeleton.vue.d.ts.map +1 -0
  363. package/dist/components/ui/skeleton/index.d.ts +2 -0
  364. package/dist/components/ui/skeleton/index.d.ts.map +1 -0
  365. package/dist/components/ui/switch/Switch.vue.d.ts +25 -0
  366. package/dist/components/ui/switch/Switch.vue.d.ts.map +1 -0
  367. package/dist/components/ui/switch/index.d.ts +2 -0
  368. package/dist/components/ui/switch/index.d.ts.map +1 -0
  369. package/dist/components/ui/table/Table.vue.d.ts +18 -0
  370. package/dist/components/ui/table/Table.vue.d.ts.map +1 -0
  371. package/dist/components/ui/table/TableBody.vue.d.ts +18 -0
  372. package/dist/components/ui/table/TableBody.vue.d.ts.map +1 -0
  373. package/dist/components/ui/table/TableCaption.vue.d.ts +18 -0
  374. package/dist/components/ui/table/TableCaption.vue.d.ts.map +1 -0
  375. package/dist/components/ui/table/TableCell.vue.d.ts +18 -0
  376. package/dist/components/ui/table/TableCell.vue.d.ts.map +1 -0
  377. package/dist/components/ui/table/TableEmpty.vue.d.ts +21 -0
  378. package/dist/components/ui/table/TableEmpty.vue.d.ts.map +1 -0
  379. package/dist/components/ui/table/TableFooter.vue.d.ts +18 -0
  380. package/dist/components/ui/table/TableFooter.vue.d.ts.map +1 -0
  381. package/dist/components/ui/table/TableHead.vue.d.ts +18 -0
  382. package/dist/components/ui/table/TableHead.vue.d.ts.map +1 -0
  383. package/dist/components/ui/table/TableHeader.vue.d.ts +18 -0
  384. package/dist/components/ui/table/TableHeader.vue.d.ts.map +1 -0
  385. package/dist/components/ui/table/TableRow.vue.d.ts +18 -0
  386. package/dist/components/ui/table/TableRow.vue.d.ts.map +1 -0
  387. package/dist/components/ui/table/index.d.ts +10 -0
  388. package/dist/components/ui/table/index.d.ts.map +1 -0
  389. package/dist/components/ui/table/utils.d.ts +4 -0
  390. package/dist/components/ui/table/utils.d.ts.map +1 -0
  391. package/dist/components/ui/textarea/Textarea.vue.d.ts +14 -0
  392. package/dist/components/ui/textarea/Textarea.vue.d.ts.map +1 -0
  393. package/dist/components/ui/textarea/index.d.ts +2 -0
  394. package/dist/components/ui/textarea/index.d.ts.map +1 -0
  395. package/dist/components/ui/tooltip/Tooltip.vue.d.ts +21 -0
  396. package/dist/components/ui/tooltip/Tooltip.vue.d.ts.map +1 -0
  397. package/dist/components/ui/tooltip/TooltipContent.vue.d.ts +27 -0
  398. package/dist/components/ui/tooltip/TooltipContent.vue.d.ts.map +1 -0
  399. package/dist/components/ui/tooltip/TooltipProvider.vue.d.ts +17 -0
  400. package/dist/components/ui/tooltip/TooltipProvider.vue.d.ts.map +1 -0
  401. package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts +15 -0
  402. package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts.map +1 -0
  403. package/dist/components/ui/tooltip/index.d.ts +5 -0
  404. package/dist/components/ui/tooltip/index.d.ts.map +1 -0
  405. package/dist/composables/useJsBaoDataLoader.d.ts +79 -0
  406. package/dist/composables/useJsBaoDataLoader.d.ts.map +1 -0
  407. package/dist/composables/useTheme.d.ts +34 -0
  408. package/dist/composables/useTheme.d.ts.map +1 -0
  409. package/dist/createPrimitiveApp.d.ts +74 -0
  410. package/dist/createPrimitiveApp.d.ts.map +1 -0
  411. package/dist/index.d.ts +45 -0
  412. package/dist/index.d.ts.map +1 -0
  413. package/dist/index.js +29781 -0
  414. package/dist/index.umd.cjs +8 -0
  415. package/dist/layouts/PrimitiveAppLayout.vue.d.ts +34 -0
  416. package/dist/layouts/PrimitiveAppLayout.vue.d.ts.map +1 -0
  417. package/dist/layouts/PrimitiveLoginLayout.vue.d.ts +24 -0
  418. package/dist/layouts/PrimitiveLoginLayout.vue.d.ts.map +1 -0
  419. package/dist/layouts/PrimitiveStaticLayout.vue.d.ts +17 -0
  420. package/dist/layouts/PrimitiveStaticLayout.vue.d.ts.map +1 -0
  421. package/dist/lib/logger.d.ts +20 -0
  422. package/dist/lib/logger.d.ts.map +1 -0
  423. package/dist/lib/routeOrUrl.d.ts +25 -0
  424. package/dist/lib/routeOrUrl.d.ts.map +1 -0
  425. package/dist/lib/utils.d.ts +3 -0
  426. package/dist/lib/utils.d.ts.map +1 -0
  427. package/dist/models/UserPref.d.ts +10 -0
  428. package/dist/models/UserPref.d.ts.map +1 -0
  429. package/dist/models/generated/index.d.ts +3 -0
  430. package/dist/models/generated/index.d.ts.map +1 -0
  431. package/dist/models/generated/relationships.d.ts +2 -0
  432. package/dist/models/generated/relationships.d.ts.map +1 -0
  433. package/dist/pages/PrimitiveNotFound.vue.d.ts +4 -0
  434. package/dist/pages/PrimitiveNotFound.vue.d.ts.map +1 -0
  435. package/dist/router/primitiveRouter.d.ts +105 -0
  436. package/dist/router/primitiveRouter.d.ts.map +1 -0
  437. package/dist/services/JsBaoClientService.d.ts +85 -0
  438. package/dist/services/JsBaoClientService.d.ts.map +1 -0
  439. package/dist/stores/appConfigStore.d.ts +98 -0
  440. package/dist/stores/appConfigStore.d.ts.map +1 -0
  441. package/dist/stores/breadcrumbsStore.d.ts +52 -0
  442. package/dist/stores/breadcrumbsStore.d.ts.map +1 -0
  443. package/dist/stores/documentDebuggerStore.d.ts +43 -0
  444. package/dist/stores/documentDebuggerStore.d.ts.map +1 -0
  445. package/dist/stores/jsBaoDocumentsStore.d.ts +320 -0
  446. package/dist/stores/jsBaoDocumentsStore.d.ts.map +1 -0
  447. package/dist/stores/multiDocumentStore.d.ts +68 -0
  448. package/dist/stores/multiDocumentStore.d.ts.map +1 -0
  449. package/dist/stores/navigationStore.d.ts +192 -0
  450. package/dist/stores/navigationStore.d.ts.map +1 -0
  451. package/dist/stores/singleDocumentStore.d.ts +109 -0
  452. package/dist/stores/singleDocumentStore.d.ts.map +1 -0
  453. package/dist/stores/userStore.d.ts +142 -0
  454. package/dist/stores/userStore.d.ts.map +1 -0
  455. package/dist/types/app.d.ts +23 -0
  456. package/dist/types/app.d.ts.map +1 -0
  457. package/dist/types/navigation.d.ts +143 -0
  458. package/dist/types/navigation.d.ts.map +1 -0
  459. package/dist/types/router.d.ts +14 -0
  460. package/dist/types/router.d.ts.map +1 -0
  461. package/package.json +107 -0
  462. package/src/style.css +164 -0
@@ -0,0 +1,24 @@
1
+ import type { PrimitiveProps } from "reka-ui";
2
+ import type { HTMLAttributes } from "vue";
3
+ import type { ButtonVariants } from ".";
4
+ interface Props extends PrimitiveProps {
5
+ variant?: ButtonVariants["variant"];
6
+ size?: ButtonVariants["size"];
7
+ class?: HTMLAttributes["class"];
8
+ }
9
+ declare var __VLS_8: {};
10
+ type __VLS_Slots = {} & {
11
+ default?: (props: typeof __VLS_8) => any;
12
+ };
13
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
14
+ as: import("reka-ui").AsTag | import("vue").Component;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
+ declare const _default: typeof __VLS_export;
18
+ export default _default;
19
+ type __VLS_WithSlots<T, S> = T & {
20
+ new (): {
21
+ $slots: S;
22
+ };
23
+ };
24
+ //# sourceMappingURL=Button.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/button/Button.vue"],"names":[],"mappings":"AA+BA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAC9C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAC1C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,GAAG,CAAC;AAKxC,UAAU,KAAM,SAAQ,cAAc;IACpC,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC;IACpC,IAAI,CAAC,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC;IAC9B,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CACjC;AAoDD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;6EAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,8 @@
1
+ import type { VariantProps } from "class-variance-authority";
2
+ export { default as Button } from "./Button.vue";
3
+ export declare const buttonVariants: (props?: ({
4
+ variant?: "link" | "default" | "secondary" | "destructive" | "outline" | "ghost" | null | undefined;
5
+ size?: "default" | "icon" | "sm" | "lg" | "icon-sm" | "icon-lg" | null | undefined;
6
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
7
+ export type ButtonVariants = VariantProps<typeof buttonVariants>;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/button/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAG7D,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,cAAc,CAAC;AAEjD,eAAO,MAAM,cAAc;;;8EA8B1B,CAAC;AACF,MAAM,MAAM,cAAc,GAAG,YAAY,CAAC,OAAO,cAAc,CAAC,CAAC"}
@@ -0,0 +1,43 @@
1
+ import type { CalendarRootProps, DateValue } from "reka-ui";
2
+ import type { HTMLAttributes } from "vue";
3
+ import type { LayoutTypes } from ".";
4
+ type __VLS_Props = CalendarRootProps & {
5
+ class?: HTMLAttributes["class"];
6
+ layout?: LayoutTypes;
7
+ yearRange?: DateValue[];
8
+ };
9
+ declare var __VLS_59: {}, __VLS_67: {}, __VLS_69: {
10
+ date: DateValue;
11
+ month: import("@vueuse/core").ReuseTemplateComponent<{
12
+ date: DateValue;
13
+ }, Record<"default", undefined>>;
14
+ year: import("@vueuse/core").ReuseTemplateComponent<{
15
+ date: DateValue;
16
+ }, Record<"default", undefined>>;
17
+ };
18
+ type __VLS_Slots = {} & {
19
+ 'calendar-prev-icon'?: (props: typeof __VLS_59) => any;
20
+ } & {
21
+ 'calendar-next-icon'?: (props: typeof __VLS_67) => any;
22
+ } & {
23
+ 'calendar-heading'?: (props: typeof __VLS_69) => any;
24
+ };
25
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
26
+ "update:modelValue": (date: DateValue | undefined) => any;
27
+ "update:placeholder": (date: DateValue) => any;
28
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
29
+ "onUpdate:modelValue"?: ((date: DateValue | undefined) => any) | undefined;
30
+ "onUpdate:placeholder"?: ((date: DateValue) => any) | undefined;
31
+ }>, {
32
+ modelValue: DateValue | DateValue[];
33
+ layout: "month-and-year" | "month-only" | "year-only";
34
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
36
+ declare const _default: typeof __VLS_export;
37
+ export default _default;
38
+ type __VLS_WithSlots<T, S> = T & {
39
+ new (): {
40
+ $slots: S;
41
+ };
42
+ };
43
+ //# sourceMappingURL=Calendar.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Calendar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/Calendar.vue"],"names":[],"mappings":"AA0OA,OAAO,KAAK,EAAqB,iBAAiB,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAG/E,OAAO,KAAK,EAAE,cAAc,EAAO,MAAM,KAAK,CAAC;AAE/C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,GAAG,CAAC;AAerC,KAAK,WAAW,GAAG,iBAAiB,GAAG;IACjC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;IAChC,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC;CACzB,CAAC;AAukBN,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ;;;cAzhB9C,SAAS;;;cAGT,SAAS;;CAshBiD,CAAE;AACpE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,oBAAoB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC1D;IAAE,oBAAoB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC1D;IAAE,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAG3D,QAAA,MAAM,UAAU;;;;;;;;;6EAId,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,19 @@
1
+ import type { CalendarCellProps } from "reka-ui";
2
+ import type { HTMLAttributes } from "vue";
3
+ type __VLS_Props = CalendarCellProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare var __VLS_8: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_8) => any;
9
+ };
10
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
+ declare const _default: typeof __VLS_export;
13
+ export default _default;
14
+ type __VLS_WithSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
19
+ //# sourceMappingURL=CalendarCell.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CalendarCell.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarCell.vue"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,KAAK,WAAW,GAAG,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AA2D3E,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,21 @@
1
+ import type { CalendarCellTriggerProps } from "reka-ui";
2
+ import type { HTMLAttributes } from "vue";
3
+ type __VLS_Props = CalendarCellTriggerProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare var __VLS_8: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_8) => any;
9
+ };
10
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
11
+ as: import("reka-ui").AsTag | import("vue").Component;
12
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
+ declare const _default: typeof __VLS_export;
15
+ export default _default;
16
+ type __VLS_WithSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
21
+ //# sourceMappingURL=CalendarCellTrigger.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CalendarCellTrigger.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarCellTrigger.vue"],"names":[],"mappings":"AAiDA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAExD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,KAAK,WAAW,GAAG,wBAAwB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAsFlF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;6EAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,19 @@
1
+ import type { CalendarGridProps } from "reka-ui";
2
+ import type { HTMLAttributes } from "vue";
3
+ type __VLS_Props = CalendarGridProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare var __VLS_8: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_8) => any;
9
+ };
10
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
+ declare const _default: typeof __VLS_export;
13
+ export default _default;
14
+ type __VLS_WithSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
19
+ //# sourceMappingURL=CalendarGrid.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CalendarGrid.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarGrid.vue"],"names":[],"mappings":"AA6BA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,KAAK,WAAW,GAAG,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAiD3E,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,15 @@
1
+ import type { CalendarGridBodyProps } from "reka-ui";
2
+ declare var __VLS_8: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_8) => any;
5
+ };
6
+ declare const __VLS_base: import("vue").DefineComponent<CalendarGridBodyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<CalendarGridBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
8
+ declare const _default: typeof __VLS_export;
9
+ export default _default;
10
+ type __VLS_WithSlots<T, S> = T & {
11
+ new (): {
12
+ $slots: S;
13
+ };
14
+ };
15
+ //# sourceMappingURL=CalendarGridBody.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CalendarGridBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarGridBody.vue"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAwCrD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAG/C,QAAA,MAAM,UAAU,sTAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,19 @@
1
+ import type { CalendarGridHeadProps } from "reka-ui";
2
+ import type { HTMLAttributes } from "vue";
3
+ type __VLS_Props = CalendarGridHeadProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare var __VLS_8: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_8) => any;
9
+ };
10
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
+ declare const _default: typeof __VLS_export;
13
+ export default _default;
14
+ type __VLS_WithSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
19
+ //# sourceMappingURL=CalendarGridHead.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CalendarGridHead.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarGridHead.vue"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AACrD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,KAAK,WAAW,GAAG,qBAAqB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAuC/E,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAG/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,19 @@
1
+ import type { CalendarGridRowProps } from "reka-ui";
2
+ import type { HTMLAttributes } from "vue";
3
+ type __VLS_Props = CalendarGridRowProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare var __VLS_8: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_8) => any;
9
+ };
10
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
+ declare const _default: typeof __VLS_export;
13
+ export default _default;
14
+ type __VLS_WithSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
19
+ //# sourceMappingURL=CalendarGridRow.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CalendarGridRow.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarGridRow.vue"],"names":[],"mappings":"AA6BA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAEpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,KAAK,WAAW,GAAG,oBAAoB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAiD9E,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,19 @@
1
+ import type { CalendarHeadCellProps } from "reka-ui";
2
+ import type { HTMLAttributes } from "vue";
3
+ type __VLS_Props = CalendarHeadCellProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare var __VLS_8: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_8) => any;
9
+ };
10
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
+ declare const _default: typeof __VLS_export;
13
+ export default _default;
14
+ type __VLS_WithSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
19
+ //# sourceMappingURL=CalendarHeadCell.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CalendarHeadCell.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarHeadCell.vue"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAErD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,KAAK,WAAW,GAAG,qBAAqB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AA2D/E,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,19 @@
1
+ import type { CalendarHeaderProps } from "reka-ui";
2
+ import type { HTMLAttributes } from "vue";
3
+ type __VLS_Props = CalendarHeaderProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare var __VLS_8: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_8) => any;
9
+ };
10
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
+ declare const _default: typeof __VLS_export;
13
+ export default _default;
14
+ type __VLS_WithSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
19
+ //# sourceMappingURL=CalendarHeader.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CalendarHeader.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarHeader.vue"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEnD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,KAAK,WAAW,GAAG,mBAAmB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AA2D7E,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,20 @@
1
+ import type { CalendarHeadingProps } from "reka-ui";
2
+ import type { HTMLAttributes } from "vue";
3
+ type __VLS_Props = CalendarHeadingProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ type __VLS_Slots = {
7
+ default: (props: {
8
+ headingValue: string;
9
+ }) => any;
10
+ };
11
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
+ declare const _default: typeof __VLS_export;
14
+ export default _default;
15
+ type __VLS_WithSlots<T, S> = T & {
16
+ new (): {
17
+ $slots: S;
18
+ };
19
+ };
20
+ //# sourceMappingURL=CalendarHeading.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CalendarHeading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarHeading.vue"],"names":[],"mappings":"AAoCA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAEpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,KAAK,WAAW,GAAG,oBAAoB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAK9E,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,CAAC,KAAK,EAAE;QAAE,YAAY,EAAE,MAAM,CAAA;KAAE,KAAK,GAAG,CAAC;CACnD,CAAC;AAwDF,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,19 @@
1
+ import type { CalendarNextProps } from "reka-ui";
2
+ import type { HTMLAttributes } from "vue";
3
+ type __VLS_Props = CalendarNextProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare var __VLS_8: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_8) => any;
9
+ };
10
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
+ declare const _default: typeof __VLS_export;
13
+ export default _default;
14
+ type __VLS_WithSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
19
+ //# sourceMappingURL=CalendarNextButton.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CalendarNextButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarNextButton.vue"],"names":[],"mappings":"AAyCA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,KAAK,WAAW,GAAG,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AA0E3E,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,19 @@
1
+ import type { CalendarPrevProps } from "reka-ui";
2
+ import type { HTMLAttributes } from "vue";
3
+ type __VLS_Props = CalendarPrevProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare var __VLS_8: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_8) => any;
9
+ };
10
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
+ declare const _default: typeof __VLS_export;
13
+ export default _default;
14
+ type __VLS_WithSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
19
+ //# sourceMappingURL=CalendarPrevButton.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CalendarPrevButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarPrevButton.vue"],"names":[],"mappings":"AAyCA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,KAAK,WAAW,GAAG,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AA0E3E,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,14 @@
1
+ export { default as Calendar } from "./Calendar.vue";
2
+ export { default as CalendarCell } from "./CalendarCell.vue";
3
+ export { default as CalendarCellTrigger } from "./CalendarCellTrigger.vue";
4
+ export { default as CalendarGrid } from "./CalendarGrid.vue";
5
+ export { default as CalendarGridBody } from "./CalendarGridBody.vue";
6
+ export { default as CalendarGridHead } from "./CalendarGridHead.vue";
7
+ export { default as CalendarGridRow } from "./CalendarGridRow.vue";
8
+ export { default as CalendarHeadCell } from "./CalendarHeadCell.vue";
9
+ export { default as CalendarHeader } from "./CalendarHeader.vue";
10
+ export { default as CalendarHeading } from "./CalendarHeading.vue";
11
+ export { default as CalendarNextButton } from "./CalendarNextButton.vue";
12
+ export { default as CalendarPrevButton } from "./CalendarPrevButton.vue";
13
+ export type LayoutTypes = "month-and-year" | "month-only" | "year-only" | undefined;
14
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAEzE,MAAM,MAAM,WAAW,GACnB,gBAAgB,GAChB,YAAY,GACZ,WAAW,GACX,SAAS,CAAC"}
@@ -0,0 +1,18 @@
1
+ import type { HTMLAttributes } from "vue";
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes["class"];
4
+ };
5
+ declare var __VLS_1: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_1) => any;
8
+ };
9
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
+ declare const _default: typeof __VLS_export;
12
+ export default _default;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
18
+ //# sourceMappingURL=Card.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Card.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/card/Card.vue"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CACjC,CAAC;AA+BF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,18 @@
1
+ import type { HTMLAttributes } from "vue";
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes["class"];
4
+ };
5
+ declare var __VLS_1: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_1) => any;
8
+ };
9
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
+ declare const _default: typeof __VLS_export;
12
+ export default _default;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
18
+ //# sourceMappingURL=CardAction.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardAction.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/card/CardAction.vue"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CACjC,CAAC;AA+BF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,18 @@
1
+ import type { HTMLAttributes } from "vue";
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes["class"];
4
+ };
5
+ declare var __VLS_1: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_1) => any;
8
+ };
9
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
+ declare const _default: typeof __VLS_export;
12
+ export default _default;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
18
+ //# sourceMappingURL=CardContent.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/card/CardContent.vue"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CACjC,CAAC;AA0BF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,18 @@
1
+ import type { HTMLAttributes } from "vue";
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes["class"];
4
+ };
5
+ declare var __VLS_1: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_1) => any;
8
+ };
9
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
+ declare const _default: typeof __VLS_export;
12
+ export default _default;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
18
+ //# sourceMappingURL=CardDescription.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardDescription.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/card/CardDescription.vue"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CACjC,CAAC;AA0BF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,18 @@
1
+ import type { HTMLAttributes } from "vue";
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes["class"];
4
+ };
5
+ declare var __VLS_1: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_1) => any;
8
+ };
9
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
+ declare const _default: typeof __VLS_export;
12
+ export default _default;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
18
+ //# sourceMappingURL=CardFooter.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardFooter.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/card/CardFooter.vue"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CACjC,CAAC;AA0BF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,18 @@
1
+ import type { HTMLAttributes } from "vue";
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes["class"];
4
+ };
5
+ declare var __VLS_1: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_1) => any;
8
+ };
9
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
+ declare const _default: typeof __VLS_export;
12
+ export default _default;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
18
+ //# sourceMappingURL=CardHeader.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardHeader.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/card/CardHeader.vue"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CACjC,CAAC;AA+BF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,18 @@
1
+ import type { HTMLAttributes } from "vue";
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes["class"];
4
+ };
5
+ declare var __VLS_1: {};
6
+ type __VLS_Slots = {} & {
7
+ default?: (props: typeof __VLS_1) => any;
8
+ };
9
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
+ declare const _default: typeof __VLS_export;
12
+ export default _default;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
18
+ //# sourceMappingURL=CardTitle.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardTitle.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/card/CardTitle.vue"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CACjC,CAAC;AA0BF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,8 @@
1
+ export { default as Card } from "./Card.vue";
2
+ export { default as CardAction } from "./CardAction.vue";
3
+ export { default as CardContent } from "./CardContent.vue";
4
+ export { default as CardDescription } from "./CardDescription.vue";
5
+ export { default as CardFooter } from "./CardFooter.vue";
6
+ export { default as CardHeader } from "./CardHeader.vue";
7
+ export { default as CardTitle } from "./CardTitle.vue";
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/card/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,iBAAiB,CAAC"}
@@ -0,0 +1,38 @@
1
+ import type { CarouselProps, WithClassAsProps } from "./interface";
2
+ type __VLS_Props = CarouselProps & WithClassAsProps;
3
+ declare var __VLS_1: {
4
+ canScrollNext: boolean;
5
+ canScrollPrev: boolean;
6
+ carouselApi: import("embla-carousel").EmblaCarouselType | undefined;
7
+ carouselRef: HTMLElement | undefined;
8
+ orientation: "horizontal" | "vertical" | undefined;
9
+ scrollNext: () => void;
10
+ scrollPrev: () => void;
11
+ };
12
+ type __VLS_Slots = {} & {
13
+ default?: (props: typeof __VLS_1) => any;
14
+ };
15
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {
16
+ canScrollNext: import("vue").Ref<boolean, boolean>;
17
+ canScrollPrev: import("vue").Ref<boolean, boolean>;
18
+ carouselApi: import("vue").Ref<import("embla-carousel").EmblaCarouselType | undefined, import("embla-carousel").EmblaCarouselType | undefined>;
19
+ carouselRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
20
+ orientation: "horizontal" | "vertical" | undefined;
21
+ scrollNext: () => void;
22
+ scrollPrev: () => void;
23
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
24
+ "init-api": (payload: import("embla-carousel").EmblaCarouselType | undefined) => any;
25
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
26
+ "onInit-api"?: ((payload: import("embla-carousel").EmblaCarouselType | undefined) => any) | undefined;
27
+ }>, {
28
+ orientation: "horizontal" | "vertical";
29
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
30
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
31
+ declare const _default: typeof __VLS_export;
32
+ export default _default;
33
+ type __VLS_WithSlots<T, S> = T & {
34
+ new (): {
35
+ $slots: S;
36
+ };
37
+ };
38
+ //# sourceMappingURL=Carousel.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Carousel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/carousel/Carousel.vue"],"names":[],"mappings":"AA2EA,OAAO,KAAK,EAEV,aAAa,EACb,gBAAgB,EACjB,MAAM,aAAa,CAAC;AAIrB,KAAK,WAAW,GAAG,aAAa,GAAG,gBAAgB,CAAC;AA6FpD,QAAA,IAAI,OAAO;;;;;;;;CAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;;;;;;;;;;;;6EAKd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}