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,25 @@
1
+ import type { SwitchRootProps } from "reka-ui";
2
+ import type { HTMLAttributes } from "vue";
3
+ type __VLS_Props = SwitchRootProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare var __VLS_14: {
7
+ modelValue: boolean;
8
+ };
9
+ type __VLS_Slots = {} & {
10
+ thumb?: (props: typeof __VLS_14) => any;
11
+ };
12
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
+ "update:modelValue": (payload: boolean) => any;
14
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
15
+ "onUpdate:modelValue"?: ((payload: boolean) => any) | undefined;
16
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
18
+ declare const _default: typeof __VLS_export;
19
+ export default _default;
20
+ type __VLS_WithSlots<T, S> = T & {
21
+ new (): {
22
+ $slots: S;
23
+ };
24
+ };
25
+ //# sourceMappingURL=Switch.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Switch.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/switch/Switch.vue"],"names":[],"mappings":"AA8CA,OAAO,KAAK,EAAmB,eAAe,EAAE,MAAM,SAAS,CAAC;AAEhE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,KAAK,WAAW,GAAG,eAAe,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AA8FzE,QAAA,IAAI,QAAQ;;CAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAK9C,QAAA,MAAM,UAAU;;;;kFAGd,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,2 @@
1
+ export { default as Switch } from "./Switch.vue";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/switch/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,cAAc,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=Table.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Table.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/table/Table.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=TableBody.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/table/TableBody.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=TableCaption.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableCaption.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/table/TableCaption.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=TableCell.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableCell.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/table/TableCell.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,21 @@
1
+ import type { HTMLAttributes } from "vue";
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes["class"];
4
+ colspan?: number;
5
+ };
6
+ declare var __VLS_14: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_14) => 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
+ colspan: number;
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=TableEmpty.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableEmpty.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/table/TableEmpty.vue"],"names":[],"mappings":"AAuCA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAM1C,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;IAChC,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AA2EJ,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAKhD,QAAA,MAAM,UAAU;aAnFF,MAAM;6EAsFlB,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,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=TableFooter.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableFooter.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/table/TableFooter.vue"],"names":[],"mappings":"AAqBA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;CACjC,CAAC;AA4BF,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=TableHead.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableHead.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/table/TableHead.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=TableHeader.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableHeader.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/table/TableHeader.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=TableRow.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableRow.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/table/TableRow.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,10 @@
1
+ export { default as Table } from "./Table.vue";
2
+ export { default as TableBody } from "./TableBody.vue";
3
+ export { default as TableCaption } from "./TableCaption.vue";
4
+ export { default as TableCell } from "./TableCell.vue";
5
+ export { default as TableEmpty } from "./TableEmpty.vue";
6
+ export { default as TableFooter } from "./TableFooter.vue";
7
+ export { default as TableHead } from "./TableHead.vue";
8
+ export { default as TableHeader } from "./TableHeader.vue";
9
+ export { default as TableRow } from "./TableRow.vue";
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/table/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { Updater } from "@tanstack/vue-table";
2
+ import type { Ref } from "vue";
3
+ export declare function valueUpdater<T>(updaterOrValue: Updater<T>, ref: Ref<T>): void;
4
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/table/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAEnD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAG/B,wBAAgB,YAAY,CAAC,CAAC,EAAE,cAAc,EAAE,OAAO,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC,QAItE"}
@@ -0,0 +1,14 @@
1
+ import type { HTMLAttributes } from "vue";
2
+ type __VLS_Props = {
3
+ class?: HTMLAttributes["class"];
4
+ defaultValue?: string | number;
5
+ modelValue?: string | number;
6
+ };
7
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
8
+ "update:modelValue": (payload: string | number) => any;
9
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
10
+ "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
11
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: typeof __VLS_export;
13
+ export default _default;
14
+ //# sourceMappingURL=Textarea.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Textarea.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/textarea/Textarea.vue"],"names":[],"mappings":"AAqCA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC;IAChC,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC/B,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC9B,CAAC;AA8CF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,2 @@
1
+ export { default as Textarea } from "./Textarea.vue";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/textarea/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,21 @@
1
+ import type { TooltipRootProps } from "reka-ui";
2
+ declare var __VLS_8: {
3
+ open: boolean;
4
+ };
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_8) => any;
7
+ };
8
+ declare const __VLS_base: import("vue").DefineComponent<TooltipRootProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ "update:open": (value: boolean) => any;
10
+ }, string, import("vue").PublicProps, Readonly<TooltipRootProps> & Readonly<{
11
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
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=Tooltip.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tooltip.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/tooltip/Tooltip.vue"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAoB,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAsDlE,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;;;;kFAGd,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,27 @@
1
+ import type { TooltipContentProps } from "reka-ui";
2
+ import type { HTMLAttributes } from "vue";
3
+ type __VLS_Props = TooltipContentProps & {
4
+ class?: HTMLAttributes["class"];
5
+ };
6
+ declare var __VLS_14: {};
7
+ type __VLS_Slots = {} & {
8
+ default?: (props: typeof __VLS_14) => any;
9
+ };
10
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
+ escapeKeyDown: (event: KeyboardEvent) => any;
12
+ pointerDownOutside: (event: Event) => any;
13
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
14
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
15
+ onPointerDownOutside?: ((event: Event) => any) | undefined;
16
+ }>, {
17
+ sideOffset: number;
18
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
+ declare const _default: typeof __VLS_export;
21
+ export default _default;
22
+ type __VLS_WithSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
27
+ //# sourceMappingURL=TooltipContent.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TooltipContent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/tooltip/TooltipContent.vue"],"names":[],"mappings":"AAmDA,OAAO,KAAK,EAAuB,mBAAmB,EAAE,MAAM,SAAS,CAAC;AACxE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAc1C,KAAK,WAAW,GAAG,mBAAmB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAoG7E,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAKhD,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,17 @@
1
+ import type { TooltipProviderProps } 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<TooltipProviderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TooltipProviderProps> & Readonly<{}>, {
7
+ delayDuration: number;
8
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
10
+ declare const _default: typeof __VLS_export;
11
+ export default _default;
12
+ type __VLS_WithSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };
17
+ //# sourceMappingURL=TooltipProvider.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TooltipProvider.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/tooltip/TooltipProvider.vue"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AA2CpD,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;;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,15 @@
1
+ import type { TooltipTriggerProps } 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<TooltipTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TooltipTriggerProps> & 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=TooltipTrigger.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TooltipTrigger.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/tooltip/TooltipTrigger.vue"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAwCnD,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,kTAEd,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,5 @@
1
+ export { default as Tooltip } from "./Tooltip.vue";
2
+ export { default as TooltipContent } from "./TooltipContent.vue";
3
+ export { default as TooltipProvider } from "./TooltipProvider.vue";
4
+ export { default as TooltipTrigger } from "./TooltipTrigger.vue";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/tooltip/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC"}
@@ -0,0 +1,79 @@
1
+ import type { ComputedRef, Ref } from "vue";
2
+ type ModelClass = {
3
+ subscribe: (cb: () => void) => () => void;
4
+ };
5
+ type MaybeRefBoolean = boolean | Ref<boolean> | ComputedRef<boolean>;
6
+ type MaybeRefQuery<Q> = Q | null | Ref<Q | null> | ComputedRef<Q | null>;
7
+ export interface UseJsBaoDataLoaderOptions<Data, Q = unknown> {
8
+ /**
9
+ * Models to subscribe to for automatic reloads after the first successful load.
10
+ * Each model is expected to expose a `subscribe(cb) => unsubscribe` API.
11
+ */
12
+ subscribeTo: ModelClass[];
13
+ /**
14
+ * Query params that the caller can interpret however they like.
15
+ * Accepts a plain value, a ref, or a computed.
16
+ * `null` disables query-driven reloads.
17
+ */
18
+ queryParams: MaybeRefQuery<Q>;
19
+ /**
20
+ * Document readiness gate. While `false`, no loads will run and
21
+ * `initialDataLoaded` will be reset to `false`.
22
+ */
23
+ documentReady: MaybeRefBoolean;
24
+ /**
25
+ * The actual data loading function. Receives the current query params.
26
+ */
27
+ loadData: (ctx: {
28
+ queryParams: Q | null;
29
+ }) => Promise<Data>;
30
+ /**
31
+ * Optional per-instance pause flag. While true, no loads or scheduled
32
+ * reloads will run.
33
+ */
34
+ pauseUpdates?: MaybeRefBoolean;
35
+ /**
36
+ * Whether to reload when the js-bao client emits documentLoaded or
37
+ * documentClosed events. This handles cases where available data changes
38
+ * due to documents syncing from server or being closed.
39
+ * @default true
40
+ */
41
+ reloadOnDocumentEvents?: MaybeRefBoolean;
42
+ /**
43
+ * Debounce delay (ms) for scheduled reloads.
44
+ */
45
+ debounceMs?: number;
46
+ /**
47
+ * Optional error handler.
48
+ */
49
+ onError?: (error: unknown) => void;
50
+ }
51
+ export interface UseJsBaoDataLoaderResult<Data> {
52
+ /**
53
+ * Latest successfully loaded data. Starts as `null`.
54
+ */
55
+ data: Ref<Data | null>;
56
+ /**
57
+ * Becomes `true` after the first successful load while `documentReady`
58
+ * is `true`. Reset back to `false` whenever `documentReady` becomes `false`.
59
+ */
60
+ initialDataLoaded: Ref<boolean>;
61
+ /**
62
+ * Manually schedule a reload (subject to debounce, readiness, and pause).
63
+ */
64
+ reload: () => void;
65
+ }
66
+ /**
67
+ * Reactive data-loading composable with subscriptions and debounced reloads.
68
+ *
69
+ * This helper centralizes a common pattern in the app:
70
+ * - Wait until `documentReady` is true.
71
+ * - Load data (optionally based on reactive `queryParams`).
72
+ * - Subscribe to model changes and client document events to reload.
73
+ *
74
+ * @param options Configuration describing what to load, when to load, and what to watch.
75
+ * @returns A `{ data, initialDataLoaded, reload }` bundle for consumption in components.
76
+ */
77
+ export declare function useJsBaoDataLoader<Data, Q = unknown>(options: UseJsBaoDataLoaderOptions<Data, Q>): UseJsBaoDataLoaderResult<Data>;
78
+ export {};
79
+ //# sourceMappingURL=useJsBaoDataLoader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useJsBaoDataLoader.d.ts","sourceRoot":"","sources":["../../src/composables/useJsBaoDataLoader.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAe5C,KAAK,UAAU,GAAG;IAChB,SAAS,EAAE,CAAC,EAAE,EAAE,MAAM,IAAI,KAAK,MAAM,IAAI,CAAC;CAC3C,CAAC;AAEF,KAAK,eAAe,GAAG,OAAO,GAAG,GAAG,CAAC,OAAO,CAAC,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC;AACrE,KAAK,aAAa,CAAC,CAAC,IAAI,CAAC,GAAG,IAAI,GAAG,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,WAAW,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC;AAEzE,MAAM,WAAW,yBAAyB,CAAC,IAAI,EAAE,CAAC,GAAG,OAAO;IAC1D;;;OAGG;IACH,WAAW,EAAE,UAAU,EAAE,CAAC;IAE1B;;;;OAIG;IACH,WAAW,EAAE,aAAa,CAAC,CAAC,CAAC,CAAC;IAE9B;;;OAGG;IACH,aAAa,EAAE,eAAe,CAAC;IAE/B;;OAEG;IACH,QAAQ,EAAE,CAAC,GAAG,EAAE;QAAE,WAAW,EAAE,CAAC,GAAG,IAAI,CAAA;KAAE,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAE5D;;;OAGG;IACH,YAAY,CAAC,EAAE,eAAe,CAAC;IAE/B;;;;;OAKG;IACH,sBAAsB,CAAC,EAAE,eAAe,CAAC;IAEzC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;CACpC;AAED,MAAM,WAAW,wBAAwB,CAAC,IAAI;IAC5C;;OAEG;IACH,IAAI,EAAE,GAAG,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC;IAEvB;;;OAGG;IACH,iBAAiB,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC;IAEhC;;OAEG;IACH,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB;AAgCD;;;;;;;;;;GAUG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,CAAC,GAAG,OAAO,EAClD,OAAO,EAAE,yBAAyB,CAAC,IAAI,EAAE,CAAC,CAAC,GAC1C,wBAAwB,CAAC,IAAI,CAAC,CAoMhC"}
@@ -0,0 +1,34 @@
1
+ import { type Ref } from "vue";
2
+ export interface SetThemeClassOptions {
3
+ /**
4
+ * Prefix used to identify existing theme classes on <html>. Any class that
5
+ * starts with this prefix will be removed before applying the new one.
6
+ *
7
+ * Defaults to "theme-".
8
+ */
9
+ prefix?: string;
10
+ }
11
+ export interface ClearThemeOptions {
12
+ /**
13
+ * Prefix used to identify theme classes to remove. Defaults to "theme-".
14
+ */
15
+ prefix?: string;
16
+ /**
17
+ * Whether to also remove the "dark" class. Defaults to true.
18
+ */
19
+ clearDarkMode?: boolean;
20
+ }
21
+ /**
22
+ * Theme helper composable for applying global theme and dark mode classes.
23
+ *
24
+ * This composable mutates the `<html>` element's class list (e.g. `theme-foo`,
25
+ * `dark`) and provides small utilities to bind reactive state to those classes.
26
+ */
27
+ export declare function useTheme(): {
28
+ setThemeClass: (className: string | null, options?: SetThemeClassOptions) => void;
29
+ setThemeDarkMode: (enabled: boolean) => void;
30
+ clearTheme: (options?: ClearThemeOptions) => void;
31
+ bindThemeClass: (source: Ref<string | null>, options?: SetThemeClassOptions) => void;
32
+ bindThemeDarkMode: (source: Ref<boolean | string | null>) => void;
33
+ };
34
+ //# sourceMappingURL=useTheme.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useTheme.d.ts","sourceRoot":"","sources":["../../src/composables/useTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAS,KAAK,GAAG,EAAE,MAAM,KAAK,CAAC;AAOtC,MAAM,WAAW,oBAAoB;IACnC;;;;;OAKG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED;;;;;GAKG;AACH,wBAAgB,QAAQ;+BAUT,MAAM,GAAG,IAAI,YACd,oBAAoB,KAC7B,IAAI;gCAyB4B,OAAO,KAAG,IAAI;2BAgBnB,iBAAiB,KAAG,IAAI;6BA4B5C,GAAG,CAAC,MAAM,GAAG,IAAI,CAAC,YAChB,oBAAoB,KAC7B,IAAI;gCAgB4B,GAAG,CAAC,OAAO,GAAG,MAAM,GAAG,IAAI,CAAC,KAAG,IAAI;EAmBvE"}
@@ -0,0 +1,74 @@
1
+ import { type Pinia } from "pinia";
2
+ import type { Component } from "vue";
3
+ import { type App as VueApp } from "vue";
4
+ import type { Router } from "vue-router";
5
+ import type { LogLevel } from "./lib/logger";
6
+ import { initializeJsBao } from "./services/JsBaoClientService";
7
+ import type { InitializeAppConfigOptions } from "./stores/appConfigStore";
8
+ import type { InitializeSingleDocumentOptions } from "./stores/singleDocumentStore";
9
+ import type { NavigationConfig } from "./types/navigation";
10
+ type JsBaoConfig = Parameters<typeof initializeJsBao>[0];
11
+ export interface PrimitiveAppBootstrapOptions {
12
+ /**
13
+ * Root component for the main application (app shell).
14
+ */
15
+ mainComponent: Component;
16
+ /**
17
+ * The vue-router instance used by the main application.
18
+ */
19
+ router: Router;
20
+ /**
21
+ * Function that returns the app configuration used by the AppConfig store.
22
+ */
23
+ getAppConfig: () => InitializeAppConfigOptions;
24
+ /**
25
+ * Function that returns js-bao client configuration.
26
+ */
27
+ getJsBaoConfig: () => JsBaoConfig;
28
+ /**
29
+ * Optional navigation configuration factory. When provided, the navigation
30
+ * store will be initialized for the main application path using the
31
+ * configuration returned from this function.
32
+ */
33
+ getNavigationConfig?: () => NavigationConfig;
34
+ /**
35
+ * Optional configuration for the single-document store. When provided, the
36
+ * helper will automatically initialize the single-document store whenever
37
+ * the user becomes authenticated, and reset it when they log out.
38
+ *
39
+ * This configuration is used when the document store mode from
40
+ * getAppConfig() is either SingleDocument or SingleDocumentWithSwitching.
41
+ */
42
+ getSingleDocumentConfig?: () => InitializeSingleDocumentOptions;
43
+ /**
44
+ * Login URL passed through to the userStore initialization. This should
45
+ * typically be the path to your login route (for example, "/login").
46
+ */
47
+ loginUrl: string;
48
+ /**
49
+ * Optional global log level factory applied to the shared logger
50
+ * infrastructure. When provided, the value returned from this function
51
+ * overrides any environment-derived defaults inside the primitive-app
52
+ * library so consumer apps can control logging behavior using their own
53
+ * runtime environment.
54
+ */
55
+ getLogLevel?: () => LogLevel;
56
+ /**
57
+ * Selector or element to mount the app into. Defaults to "#app".
58
+ */
59
+ mountTarget?: string | Element;
60
+ }
61
+ export interface PrimitiveAppBootstrapResult {
62
+ app: VueApp<Element>;
63
+ pinia: Pinia;
64
+ router: Router;
65
+ }
66
+ /**
67
+ * High-level bootstrap helper that wires a Vue 3 + Pinia + vue-router app
68
+ * into primitive-app and js-bao using a small set of configuration
69
+ * callbacks. This encapsulates the opinionated initialization pattern
70
+ * used by the demo app so it can be reused by template and consumer apps.
71
+ */
72
+ export declare function createPrimitiveApp(options: PrimitiveAppBootstrapOptions): Promise<PrimitiveAppBootstrapResult>;
73
+ export {};
74
+ //# sourceMappingURL=createPrimitiveApp.d.ts.map