@lobb-js/studio 0.1.31 → 0.1.32

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 (364) hide show
  1. package/{src/lib/components → dist}/LlmButton.svelte +2 -2
  2. package/dist/LlmButton.svelte.d.ts +17 -0
  3. package/{src → dist}/Studio.svelte +15 -15
  4. package/dist/Studio.svelte.d.ts +6 -0
  5. package/{src/lib/components → dist}/alertView.svelte +1 -1
  6. package/dist/alertView.svelte.d.ts +8 -0
  7. package/{src/lib/components → dist}/breadCrumbs.svelte +2 -2
  8. package/dist/breadCrumbs.svelte.d.ts +3 -0
  9. package/{src/lib/components → dist}/combobox.svelte +4 -4
  10. package/dist/combobox.svelte.d.ts +15 -0
  11. package/{src/lib/components → dist}/confirmationDialog/confirmationDialog.svelte +1 -1
  12. package/dist/confirmationDialog/confirmationDialog.svelte.d.ts +8 -0
  13. package/dist/confirmationDialog/store.svelte.d.ts +1 -0
  14. package/dist/confirmationDialog/store.svelte.js +69 -0
  15. package/{src/lib/components → dist}/createManyButton.svelte +2 -2
  16. package/dist/createManyButton.svelte.d.ts +8 -0
  17. package/{src/lib/components → dist}/dataTable/childRecords.svelte +2 -2
  18. package/dist/dataTable/childRecords.svelte.d.ts +9 -0
  19. package/{src/lib/components → dist}/dataTable/dataTable.svelte +3 -3
  20. package/dist/dataTable/dataTable.svelte.d.ts +15 -0
  21. package/{src/lib/components → dist}/dataTable/fieldCell.svelte +1 -1
  22. package/dist/dataTable/fieldCell.svelte.d.ts +10 -0
  23. package/{src/lib/components → dist}/dataTable/filter.svelte +2 -2
  24. package/dist/dataTable/filter.svelte.d.ts +10 -0
  25. package/{src/lib/components → dist}/dataTable/filterButton.svelte +1 -1
  26. package/dist/dataTable/filterButton.svelte.d.ts +8 -0
  27. package/dist/dataTable/footer.svelte.d.ts +8 -0
  28. package/{src/lib/components → dist}/dataTable/header.svelte +2 -2
  29. package/dist/dataTable/header.svelte.d.ts +10 -0
  30. package/{src/lib/components → dist}/dataTable/sort.svelte +2 -2
  31. package/dist/dataTable/sort.svelte.d.ts +8 -0
  32. package/{src/lib/components → dist}/dataTable/sortButton.svelte +2 -2
  33. package/dist/dataTable/sortButton.svelte.d.ts +8 -0
  34. package/dist/dataTable/table.svelte.d.ts +32 -0
  35. package/dist/dataTable/utils.d.ts +7 -0
  36. package/dist/dataTable/utils.js +111 -0
  37. package/{src/lib/components → dist}/detailView/create/children.svelte +3 -3
  38. package/dist/detailView/create/children.svelte.d.ts +8 -0
  39. package/{src/lib/components → dist}/detailView/create/createDetailView.svelte +6 -6
  40. package/dist/detailView/create/createDetailView.svelte.d.ts +18 -0
  41. package/{src/lib/components → dist}/detailView/create/createDetailViewButton.svelte +2 -2
  42. package/dist/detailView/create/createDetailViewButton.svelte.d.ts +11 -0
  43. package/{src/lib/components → dist}/detailView/create/createManyView.svelte +5 -5
  44. package/dist/detailView/create/createManyView.svelte.d.ts +16 -0
  45. package/{src/lib/components → dist}/detailView/create/subRecords.svelte +1 -1
  46. package/dist/detailView/create/subRecords.svelte.d.ts +8 -0
  47. package/dist/detailView/detailViewForm.svelte.d.ts +48 -0
  48. package/dist/detailView/fieldCustomInput.svelte.d.ts +10 -0
  49. package/{src/lib/components → dist}/detailView/fieldInput.svelte +4 -4
  50. package/dist/detailView/fieldInput.svelte.d.ts +10 -0
  51. package/{src/lib/components → dist}/detailView/fieldInputReplacement.svelte +1 -1
  52. package/dist/detailView/fieldInputReplacement.svelte.d.ts +11 -0
  53. package/dist/detailView/store.svelte.d.ts +4 -0
  54. package/dist/detailView/store.svelte.js +125 -0
  55. package/{src/lib/components → dist}/detailView/update/children.svelte +4 -4
  56. package/dist/detailView/update/children.svelte.d.ts +7 -0
  57. package/{src/lib/components → dist}/detailView/update/updateDetailView.svelte +6 -6
  58. package/dist/detailView/update/updateDetailView.svelte.d.ts +19 -0
  59. package/{src/lib/components → dist}/detailView/update/updateDetailViewButton.svelte +2 -2
  60. package/dist/detailView/update/updateDetailViewButton.svelte.d.ts +11 -0
  61. package/dist/detailView/utils.d.ts +8 -0
  62. package/dist/detailView/utils.js +165 -0
  63. package/{src/lib/components → dist}/diffViewer.svelte +1 -1
  64. package/dist/diffViewer.svelte.d.ts +9 -0
  65. package/{src/lib/components → dist}/drawer.svelte +1 -1
  66. package/dist/drawer.svelte.d.ts +8 -0
  67. package/{src/lib/components → dist}/extensionsComponents.svelte +1 -2
  68. package/dist/extensionsComponents.svelte.d.ts +11 -0
  69. package/dist/foreingKeyInput.svelte.d.ts +11 -0
  70. package/{src/lib/components → dist}/header.svelte +1 -1
  71. package/dist/header.svelte.d.ts +6 -0
  72. package/dist/loadingTypesForMonacoEditor.d.ts +7 -0
  73. package/dist/loadingTypesForMonacoEditor.js +72 -0
  74. package/{src/lib/components → dist}/miniSidebar.svelte +7 -7
  75. package/dist/miniSidebar.svelte.d.ts +20 -0
  76. package/{src/lib/components → dist}/monacoEditor.svelte +1 -1
  77. package/dist/monacoEditor.svelte.d.ts +13 -0
  78. package/{src/lib/components → dist}/rangeCalendarButton.svelte +4 -4
  79. package/dist/rangeCalendarButton.svelte.d.ts +7 -0
  80. package/{src/lib/components → dist}/selectRecord.svelte +1 -1
  81. package/dist/selectRecord.svelte.d.ts +15 -0
  82. package/{src/lib/components → dist}/setServerPage.svelte +2 -2
  83. package/dist/setServerPage.svelte.d.ts +18 -0
  84. package/{src/lib/components/sidebar/index.ts → dist/sidebar/index.d.ts} +1 -2
  85. package/dist/sidebar/index.js +3 -0
  86. package/{src/lib/components → dist}/sidebar/sidebar.svelte +1 -1
  87. package/dist/sidebar/sidebar.svelte.d.ts +17 -0
  88. package/dist/sidebar/sidebarElements.svelte.d.ts +19 -0
  89. package/dist/sidebar/sidebarTrigger.svelte.d.ts +7 -0
  90. package/{src/lib/components → dist}/singletone.svelte +1 -1
  91. package/dist/singletone.svelte.d.ts +6 -0
  92. package/{src/lib/components → dist}/ui/accordion/accordion-content.svelte +1 -1
  93. package/dist/ui/accordion/accordion-content.svelte.d.ts +4 -0
  94. package/{src/lib/components → dist}/ui/accordion/accordion-item.svelte +1 -1
  95. package/dist/ui/accordion/accordion-item.svelte.d.ts +4 -0
  96. package/{src/lib/components → dist}/ui/accordion/accordion-trigger.svelte +1 -1
  97. package/dist/ui/accordion/accordion-trigger.svelte.d.ts +7 -0
  98. package/dist/ui/accordion/index.d.ts +6 -0
  99. package/{src/lib/components/ui/accordion/index.ts → dist/ui/accordion/index.js} +4 -13
  100. package/{src/lib/components → dist}/ui/alert/alert-description.svelte +1 -1
  101. package/dist/ui/alert/alert-description.svelte.d.ts +5 -0
  102. package/{src/lib/components → dist}/ui/alert/alert-title.svelte +1 -1
  103. package/dist/ui/alert/alert-title.svelte.d.ts +8 -0
  104. package/{src/lib/components → dist}/ui/alert/alert.svelte +1 -1
  105. package/dist/ui/alert/alert.svelte.d.ts +26 -0
  106. package/{src/lib/components/ui/alert/index.ts → dist/ui/alert/index.d.ts} +1 -10
  107. package/dist/ui/alert/index.js +7 -0
  108. package/{src/lib/components → dist}/ui/alert-dialog/alert-dialog-action.svelte +2 -2
  109. package/dist/ui/alert-dialog/alert-dialog-action.svelte.d.ts +4 -0
  110. package/{src/lib/components → dist}/ui/alert-dialog/alert-dialog-cancel.svelte +2 -2
  111. package/dist/ui/alert-dialog/alert-dialog-cancel.svelte.d.ts +4 -0
  112. package/{src/lib/components → dist}/ui/alert-dialog/alert-dialog-content.svelte +1 -1
  113. package/dist/ui/alert-dialog/alert-dialog-content.svelte.d.ts +7 -0
  114. package/{src/lib/components → dist}/ui/alert-dialog/alert-dialog-description.svelte +1 -1
  115. package/dist/ui/alert-dialog/alert-dialog-description.svelte.d.ts +4 -0
  116. package/{src/lib/components → dist}/ui/alert-dialog/alert-dialog-footer.svelte +1 -1
  117. package/dist/ui/alert-dialog/alert-dialog-footer.svelte.d.ts +5 -0
  118. package/{src/lib/components → dist}/ui/alert-dialog/alert-dialog-header.svelte +1 -1
  119. package/dist/ui/alert-dialog/alert-dialog-header.svelte.d.ts +5 -0
  120. package/{src/lib/components → dist}/ui/alert-dialog/alert-dialog-overlay.svelte +1 -1
  121. package/dist/ui/alert-dialog/alert-dialog-overlay.svelte.d.ts +4 -0
  122. package/{src/lib/components → dist}/ui/alert-dialog/alert-dialog-title.svelte +1 -1
  123. package/dist/ui/alert-dialog/alert-dialog-title.svelte.d.ts +4 -0
  124. package/dist/ui/alert-dialog/index.d.ts +13 -0
  125. package/dist/ui/alert-dialog/index.js +15 -0
  126. package/{src/lib/components → dist}/ui/breadcrumb/breadcrumb-ellipsis.svelte +1 -1
  127. package/dist/ui/breadcrumb/breadcrumb-ellipsis.svelte.d.ts +5 -0
  128. package/{src/lib/components → dist}/ui/breadcrumb/breadcrumb-item.svelte +1 -1
  129. package/dist/ui/breadcrumb/breadcrumb-item.svelte.d.ts +5 -0
  130. package/{src/lib/components → dist}/ui/breadcrumb/breadcrumb-link.svelte +1 -1
  131. package/dist/ui/breadcrumb/breadcrumb-link.svelte.d.ts +11 -0
  132. package/{src/lib/components → dist}/ui/breadcrumb/breadcrumb-list.svelte +1 -1
  133. package/dist/ui/breadcrumb/breadcrumb-list.svelte.d.ts +5 -0
  134. package/{src/lib/components → dist}/ui/breadcrumb/breadcrumb-page.svelte +1 -1
  135. package/dist/ui/breadcrumb/breadcrumb-page.svelte.d.ts +5 -0
  136. package/{src/lib/components → dist}/ui/breadcrumb/breadcrumb-separator.svelte +1 -1
  137. package/dist/ui/breadcrumb/breadcrumb-separator.svelte.d.ts +5 -0
  138. package/dist/ui/breadcrumb/breadcrumb.svelte.d.ts +5 -0
  139. package/{src/lib/components/ui/breadcrumb/index.ts → dist/ui/breadcrumb/index.d.ts} +1 -18
  140. package/dist/ui/breadcrumb/index.js +10 -0
  141. package/{src/lib/components → dist}/ui/button/button.svelte +1 -1
  142. package/dist/ui/button/button.svelte.d.ts +60 -0
  143. package/dist/ui/button/index.d.ts +2 -0
  144. package/dist/ui/button/index.js +4 -0
  145. package/{src/lib/components → dist}/ui/checkbox/checkbox.svelte +1 -1
  146. package/dist/ui/checkbox/checkbox.svelte.d.ts +4 -0
  147. package/dist/ui/checkbox/index.d.ts +2 -0
  148. package/dist/ui/checkbox/index.js +4 -0
  149. package/{src/lib/components → dist}/ui/command/command-dialog.svelte +1 -1
  150. package/dist/ui/command/command-dialog.svelte.d.ts +9 -0
  151. package/{src/lib/components → dist}/ui/command/command-empty.svelte +1 -1
  152. package/dist/ui/command/command-empty.svelte.d.ts +4 -0
  153. package/{src/lib/components → dist}/ui/command/command-group.svelte +1 -1
  154. package/dist/ui/command/command-group.svelte.d.ts +7 -0
  155. package/{src/lib/components → dist}/ui/command/command-input.svelte +1 -1
  156. package/dist/ui/command/command-input.svelte.d.ts +4 -0
  157. package/{src/lib/components → dist}/ui/command/command-item.svelte +1 -1
  158. package/dist/ui/command/command-item.svelte.d.ts +4 -0
  159. package/{src/lib/components → dist}/ui/command/command-link-item.svelte +1 -1
  160. package/dist/ui/command/command-link-item.svelte.d.ts +4 -0
  161. package/{src/lib/components → dist}/ui/command/command-list.svelte +1 -1
  162. package/dist/ui/command/command-list.svelte.d.ts +4 -0
  163. package/{src/lib/components → dist}/ui/command/command-separator.svelte +1 -1
  164. package/dist/ui/command/command-separator.svelte.d.ts +4 -0
  165. package/{src/lib/components → dist}/ui/command/command-shortcut.svelte +1 -1
  166. package/dist/ui/command/command-shortcut.svelte.d.ts +5 -0
  167. package/{src/lib/components → dist}/ui/command/command.svelte +1 -1
  168. package/dist/ui/command/command.svelte.d.ts +4 -0
  169. package/{src/lib/components/ui/command/index.ts → dist/ui/command/index.d.ts} +2 -29
  170. package/dist/ui/command/index.js +15 -0
  171. package/{src/lib/components → dist}/ui/dialog/dialog-content.svelte +1 -1
  172. package/dist/ui/dialog/dialog-content.svelte.d.ts +9 -0
  173. package/{src/lib/components → dist}/ui/dialog/dialog-description.svelte +1 -1
  174. package/dist/ui/dialog/dialog-description.svelte.d.ts +4 -0
  175. package/{src/lib/components → dist}/ui/dialog/dialog-footer.svelte +1 -1
  176. package/dist/ui/dialog/dialog-footer.svelte.d.ts +5 -0
  177. package/{src/lib/components → dist}/ui/dialog/dialog-header.svelte +1 -1
  178. package/dist/ui/dialog/dialog-header.svelte.d.ts +5 -0
  179. package/{src/lib/components → dist}/ui/dialog/dialog-overlay.svelte +1 -1
  180. package/dist/ui/dialog/dialog-overlay.svelte.d.ts +4 -0
  181. package/{src/lib/components → dist}/ui/dialog/dialog-title.svelte +1 -1
  182. package/dist/ui/dialog/dialog-title.svelte.d.ts +4 -0
  183. package/dist/ui/dialog/index.d.ts +12 -0
  184. package/dist/ui/dialog/index.js +14 -0
  185. package/dist/ui/input/index.d.ts +2 -0
  186. package/dist/ui/input/index.js +4 -0
  187. package/{src/lib/components → dist}/ui/input/input.svelte +1 -1
  188. package/dist/ui/input/input.svelte.d.ts +13 -0
  189. package/dist/ui/label/index.d.ts +2 -0
  190. package/dist/ui/label/index.js +4 -0
  191. package/{src/lib/components → dist}/ui/label/label.svelte +1 -1
  192. package/dist/ui/label/label.svelte.d.ts +4 -0
  193. package/dist/ui/popover/index.d.ts +6 -0
  194. package/dist/ui/popover/index.js +8 -0
  195. package/{src/lib/components → dist}/ui/popover/popover-content.svelte +1 -1
  196. package/dist/ui/popover/popover-content.svelte.d.ts +7 -0
  197. package/{src/lib/components/ui/range-calendar/index.ts → dist/ui/range-calendar/index.d.ts} +1 -17
  198. package/dist/ui/range-calendar/index.js +16 -0
  199. package/{src/lib/components → dist}/ui/range-calendar/range-calendar-cell.svelte +1 -1
  200. package/dist/ui/range-calendar/range-calendar-cell.svelte.d.ts +4 -0
  201. package/{src/lib/components → dist}/ui/range-calendar/range-calendar-day.svelte +2 -2
  202. package/dist/ui/range-calendar/range-calendar-day.svelte.d.ts +6 -0
  203. package/{src/lib/components → dist}/ui/range-calendar/range-calendar-grid-body.svelte +1 -1
  204. package/dist/ui/range-calendar/range-calendar-grid-body.svelte.d.ts +4 -0
  205. package/{src/lib/components → dist}/ui/range-calendar/range-calendar-grid-head.svelte +1 -1
  206. package/dist/ui/range-calendar/range-calendar-grid-head.svelte.d.ts +4 -0
  207. package/{src/lib/components → dist}/ui/range-calendar/range-calendar-grid-row.svelte +1 -1
  208. package/dist/ui/range-calendar/range-calendar-grid-row.svelte.d.ts +4 -0
  209. package/{src/lib/components → dist}/ui/range-calendar/range-calendar-grid.svelte +1 -1
  210. package/dist/ui/range-calendar/range-calendar-grid.svelte.d.ts +4 -0
  211. package/{src/lib/components → dist}/ui/range-calendar/range-calendar-head-cell.svelte +1 -1
  212. package/dist/ui/range-calendar/range-calendar-head-cell.svelte.d.ts +4 -0
  213. package/{src/lib/components → dist}/ui/range-calendar/range-calendar-header.svelte +1 -1
  214. package/dist/ui/range-calendar/range-calendar-header.svelte.d.ts +4 -0
  215. package/{src/lib/components → dist}/ui/range-calendar/range-calendar-heading.svelte +1 -1
  216. package/dist/ui/range-calendar/range-calendar-heading.svelte.d.ts +4 -0
  217. package/{src/lib/components → dist}/ui/range-calendar/range-calendar-months.svelte +1 -1
  218. package/dist/ui/range-calendar/range-calendar-months.svelte.d.ts +5 -0
  219. package/{src/lib/components → dist}/ui/range-calendar/range-calendar-next-button.svelte +2 -2
  220. package/dist/ui/range-calendar/range-calendar-next-button.svelte.d.ts +4 -0
  221. package/{src/lib/components → dist}/ui/range-calendar/range-calendar-prev-button.svelte +2 -2
  222. package/dist/ui/range-calendar/range-calendar-prev-button.svelte.d.ts +4 -0
  223. package/{src/lib/components → dist}/ui/range-calendar/range-calendar.svelte +1 -1
  224. package/dist/ui/range-calendar/range-calendar.svelte.d.ts +5 -0
  225. package/dist/ui/select/index.d.ts +11 -0
  226. package/dist/ui/select/index.js +13 -0
  227. package/{src/lib/components → dist}/ui/select/select-content.svelte +1 -1
  228. package/dist/ui/select/select-content.svelte.d.ts +7 -0
  229. package/{src/lib/components → dist}/ui/select/select-group-heading.svelte +1 -1
  230. package/dist/ui/select/select-group-heading.svelte.d.ts +4 -0
  231. package/{src/lib/components → dist}/ui/select/select-item.svelte +1 -1
  232. package/dist/ui/select/select-item.svelte.d.ts +4 -0
  233. package/{src/lib/components → dist}/ui/select/select-scroll-down-button.svelte +1 -1
  234. package/dist/ui/select/select-scroll-down-button.svelte.d.ts +4 -0
  235. package/{src/lib/components → dist}/ui/select/select-scroll-up-button.svelte +1 -1
  236. package/dist/ui/select/select-scroll-up-button.svelte.d.ts +4 -0
  237. package/{src/lib/components → dist}/ui/select/select-separator.svelte +2 -2
  238. package/dist/ui/select/select-separator.svelte.d.ts +4 -0
  239. package/{src/lib/components → dist}/ui/select/select-trigger.svelte +1 -1
  240. package/dist/ui/select/select-trigger.svelte.d.ts +4 -0
  241. package/dist/ui/separator/index.d.ts +2 -0
  242. package/dist/ui/separator/index.js +4 -0
  243. package/{src/lib/components → dist}/ui/separator/separator.svelte +1 -1
  244. package/dist/ui/separator/separator.svelte.d.ts +4 -0
  245. package/dist/ui/skeleton/index.d.ts +2 -0
  246. package/dist/ui/skeleton/index.js +4 -0
  247. package/{src/lib/components → dist}/ui/skeleton/skeleton.svelte +1 -1
  248. package/dist/ui/skeleton/skeleton.svelte.d.ts +5 -0
  249. package/dist/ui/sonner/index.js +1 -0
  250. package/dist/ui/sonner/sonner.svelte.d.ts +4 -0
  251. package/dist/ui/switch/index.d.ts +2 -0
  252. package/dist/ui/switch/index.js +4 -0
  253. package/{src/lib/components → dist}/ui/switch/switch.svelte +1 -1
  254. package/dist/ui/switch/switch.svelte.d.ts +4 -0
  255. package/dist/ui/textarea/index.d.ts +2 -0
  256. package/dist/ui/textarea/index.js +4 -0
  257. package/{src/lib/components → dist}/ui/textarea/textarea.svelte +1 -1
  258. package/dist/ui/textarea/textarea.svelte.d.ts +5 -0
  259. package/dist/ui/tooltip/index.d.ts +6 -0
  260. package/dist/ui/tooltip/index.js +8 -0
  261. package/{src/lib/components → dist}/ui/tooltip/tooltip-content.svelte +1 -1
  262. package/dist/ui/tooltip/tooltip-content.svelte.d.ts +4 -0
  263. package/{src/lib/components → dist}/workflowEditor.svelte +5 -5
  264. package/dist/workflowEditor.svelte.d.ts +16 -0
  265. package/package.json +24 -14
  266. package/{vite-plugin-contextual-lib.js → vite-plugins/contextual-lib-alias.js} +2 -7
  267. package/vite-plugins/index.js +21 -0
  268. package/vite-plugins/studio-source-resolver.js +41 -0
  269. package/.env.example +0 -1
  270. package/.storybook/main.ts +0 -31
  271. package/.storybook/preview.ts +0 -21
  272. package/.storybook/vitest.setup.ts +0 -7
  273. package/components.json +0 -16
  274. package/docker-entrypoint.sh +0 -7
  275. package/dockerfile +0 -27
  276. package/index.html +0 -13
  277. package/public/lobb.svg +0 -15
  278. package/src/app.css +0 -121
  279. package/src/components-export.ts +0 -21
  280. package/src/extensions/extension.types.ts +0 -93
  281. package/src/extensions/extensionUtils.ts +0 -192
  282. package/src/lib/Lobb.ts +0 -241
  283. package/src/lib/components/confirmationDialog/store.svelte.ts +0 -28
  284. package/src/lib/components/dataTable/utils.ts +0 -127
  285. package/src/lib/components/detailView/store.svelte.ts +0 -61
  286. package/src/lib/components/detailView/utils.ts +0 -177
  287. package/src/lib/components/loadingTypesForMonacoEditor.ts +0 -36
  288. package/src/lib/components/ui/alert-dialog/index.ts +0 -40
  289. package/src/lib/components/ui/button/index.ts +0 -17
  290. package/src/lib/components/ui/checkbox/index.ts +0 -6
  291. package/src/lib/components/ui/dialog/index.ts +0 -37
  292. package/src/lib/components/ui/input/index.ts +0 -7
  293. package/src/lib/components/ui/label/index.ts +0 -7
  294. package/src/lib/components/ui/popover/index.ts +0 -17
  295. package/src/lib/components/ui/select/index.ts +0 -34
  296. package/src/lib/components/ui/separator/index.ts +0 -7
  297. package/src/lib/components/ui/skeleton/index.ts +0 -7
  298. package/src/lib/components/ui/switch/index.ts +0 -7
  299. package/src/lib/components/ui/textarea/index.ts +0 -7
  300. package/src/lib/components/ui/tooltip/index.ts +0 -18
  301. package/src/lib/eventSystem.ts +0 -38
  302. package/src/lib/index.ts +0 -40
  303. package/src/lib/store.svelte.ts +0 -21
  304. package/src/lib/store.types.ts +0 -28
  305. package/src/lib/utils.ts +0 -84
  306. package/src/main.ts +0 -18
  307. package/src/routes/collections/collection.svelte +0 -46
  308. package/src/routes/collections/collections.svelte +0 -43
  309. package/src/routes/data_model/dataModel.svelte +0 -40
  310. package/src/routes/data_model/flow.css +0 -22
  311. package/src/routes/data_model/flow.svelte +0 -82
  312. package/src/routes/data_model/syncManager.svelte +0 -93
  313. package/src/routes/data_model/utils.ts +0 -35
  314. package/src/routes/extensions/extension.svelte +0 -16
  315. package/src/routes/home.svelte +0 -36
  316. package/src/routes/workflows/workflows.svelte +0 -135
  317. package/src/stories/Configure.mdx +0 -364
  318. package/src/stories/assets/accessibility.png +0 -0
  319. package/src/stories/assets/accessibility.svg +0 -1
  320. package/src/stories/assets/addon-library.png +0 -0
  321. package/src/stories/assets/assets.png +0 -0
  322. package/src/stories/assets/avif-test-image.avif +0 -0
  323. package/src/stories/assets/context.png +0 -0
  324. package/src/stories/assets/discord.svg +0 -1
  325. package/src/stories/assets/docs.png +0 -0
  326. package/src/stories/assets/figma-plugin.png +0 -0
  327. package/src/stories/assets/github.svg +0 -1
  328. package/src/stories/assets/share.png +0 -0
  329. package/src/stories/assets/styling.png +0 -0
  330. package/src/stories/assets/testing.png +0 -0
  331. package/src/stories/assets/theming.png +0 -0
  332. package/src/stories/assets/tutorials.svg +0 -1
  333. package/src/stories/assets/youtube.svg +0 -1
  334. package/src/stories/detailView/detailViewForm.stories.svelte +0 -79
  335. package/src/stories/examples/Button.stories.svelte +0 -31
  336. package/src/stories/examples/Button.svelte +0 -30
  337. package/src/stories/examples/Header.stories.svelte +0 -26
  338. package/src/stories/examples/Header.svelte +0 -45
  339. package/src/stories/examples/Page.stories.svelte +0 -29
  340. package/src/stories/examples/Page.svelte +0 -70
  341. package/src/stories/examples/button.css +0 -30
  342. package/src/stories/examples/header.css +0 -32
  343. package/src/stories/examples/page.css +0 -68
  344. package/src/vite-env.d.ts +0 -2
  345. package/svelte.config.js +0 -7
  346. package/todo.md +0 -24
  347. package/tsconfig.app.json +0 -25
  348. package/tsconfig.json +0 -14
  349. package/tsconfig.node.json +0 -24
  350. package/vite.build.svelte.config.ts +0 -18
  351. package/vite.config.ts +0 -84
  352. package/vite.extension.config.ts +0 -81
  353. package/vite_utils.ts +0 -28
  354. package/vitest.shims.d.ts +0 -1
  355. /package/{src/lib/components → dist}/dataTable/footer.svelte +0 -0
  356. /package/{src/lib/components → dist}/dataTable/table.svelte +0 -0
  357. /package/{src/lib/components → dist}/detailView/detailViewForm.svelte +0 -0
  358. /package/{src/lib/components → dist}/detailView/fieldCustomInput.svelte +0 -0
  359. /package/{src/lib/components → dist}/foreingKeyInput.svelte +0 -0
  360. /package/{src/lib/components → dist}/sidebar/sidebarElements.svelte +0 -0
  361. /package/{src/lib/components → dist}/sidebar/sidebarTrigger.svelte +0 -0
  362. /package/{src/lib/components → dist}/ui/breadcrumb/breadcrumb.svelte +0 -0
  363. /package/{src/lib/components/ui/sonner/index.ts → dist/ui/sonner/index.d.ts} +0 -0
  364. /package/{src/lib/components → dist}/ui/sonner/sonner.svelte +0 -0
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import { Command as CommandPrimitive } from "bits-ui";
3
- import { cn } from "$lib/utils.js";
3
+ import { cn } from "../../../utils.js";
4
4
 
5
5
  let {
6
6
  ref = $bindable(null),
@@ -0,0 +1,4 @@
1
+ import { Command as CommandPrimitive } from "bits-ui";
2
+ declare const CommandItem: import("svelte").Component<CommandPrimitive.ItemProps, {}, "ref">;
3
+ type CommandItem = ReturnType<typeof CommandItem>;
4
+ export default CommandItem;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import { Command as CommandPrimitive } from "bits-ui";
3
- import { cn } from "$lib/utils.js";
3
+ import { cn } from "../../../utils.js";
4
4
 
5
5
  let {
6
6
  ref = $bindable(null),
@@ -0,0 +1,4 @@
1
+ import { Command as CommandPrimitive } from "bits-ui";
2
+ declare const CommandLinkItem: import("svelte").Component<CommandPrimitive.LinkItemProps, {}, "ref">;
3
+ type CommandLinkItem = ReturnType<typeof CommandLinkItem>;
4
+ export default CommandLinkItem;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import { Command as CommandPrimitive } from "bits-ui";
3
- import { cn } from "$lib/utils.js";
3
+ import { cn } from "../../../utils.js";
4
4
 
5
5
  let {
6
6
  ref = $bindable(null),
@@ -0,0 +1,4 @@
1
+ import { Command as CommandPrimitive } from "bits-ui";
2
+ declare const CommandList: import("svelte").Component<CommandPrimitive.ListProps, {}, "ref">;
3
+ type CommandList = ReturnType<typeof CommandList>;
4
+ export default CommandList;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import { Command as CommandPrimitive } from "bits-ui";
3
- import { cn } from "$lib/utils.js";
3
+ import { cn } from "../../../utils.js";
4
4
 
5
5
  let {
6
6
  ref = $bindable(null),
@@ -0,0 +1,4 @@
1
+ import { Command as CommandPrimitive } from "bits-ui";
2
+ declare const CommandSeparator: import("svelte").Component<CommandPrimitive.SeparatorProps, {}, "ref">;
3
+ type CommandSeparator = ReturnType<typeof CommandSeparator>;
4
+ export default CommandSeparator;
@@ -1,7 +1,7 @@
1
1
  <script lang="ts">
2
2
  import type { WithElementRef } from "bits-ui";
3
3
  import type { HTMLAttributes } from "svelte/elements";
4
- import { cn } from "$lib/utils.js";
4
+ import { cn } from "../../../utils.js";
5
5
 
6
6
  let {
7
7
  ref = $bindable(null),
@@ -0,0 +1,5 @@
1
+ import type { WithElementRef } from "bits-ui";
2
+ import type { HTMLAttributes } from "svelte/elements";
3
+ declare const CommandShortcut: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLSpanElement>>, {}, "ref">;
4
+ type CommandShortcut = ReturnType<typeof CommandShortcut>;
5
+ export default CommandShortcut;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import { Command as CommandPrimitive } from "bits-ui";
3
- import { cn } from "$lib/utils.js";
3
+ import { cn } from "../../../utils.js";
4
4
 
5
5
  let {
6
6
  value = $bindable(""),
@@ -0,0 +1,4 @@
1
+ import { Command as CommandPrimitive } from "bits-ui";
2
+ declare const Command: import("svelte").Component<CommandPrimitive.RootProps, {}, "value" | "ref">;
3
+ type Command = ReturnType<typeof Command>;
4
+ export default Command;
@@ -1,5 +1,4 @@
1
1
  import { Command as CommandPrimitive } from "bits-ui";
2
-
3
2
  import Root from "./command.svelte";
4
3
  import Dialog from "./command-dialog.svelte";
5
4
  import Empty from "./command-empty.svelte";
@@ -10,31 +9,5 @@ import List from "./command-list.svelte";
10
9
  import Separator from "./command-separator.svelte";
11
10
  import Shortcut from "./command-shortcut.svelte";
12
11
  import LinkItem from "./command-link-item.svelte";
13
-
14
- const Loading: typeof CommandPrimitive.Loading = CommandPrimitive.Loading;
15
-
16
- export {
17
- Root,
18
- Dialog,
19
- Empty,
20
- Group,
21
- Item,
22
- LinkItem,
23
- Input,
24
- List,
25
- Separator,
26
- Shortcut,
27
- Loading,
28
- //
29
- Root as Command,
30
- Dialog as CommandDialog,
31
- Empty as CommandEmpty,
32
- Group as CommandGroup,
33
- Item as CommandItem,
34
- LinkItem as CommandLinkItem,
35
- Input as CommandInput,
36
- List as CommandList,
37
- Separator as CommandSeparator,
38
- Shortcut as CommandShortcut,
39
- Loading as CommandLoading,
40
- };
12
+ declare const Loading: typeof CommandPrimitive.Loading;
13
+ export { Root, Dialog, Empty, Group, Item, LinkItem, Input, List, Separator, Shortcut, Loading, Root as Command, Dialog as CommandDialog, Empty as CommandEmpty, Group as CommandGroup, Item as CommandItem, LinkItem as CommandLinkItem, Input as CommandInput, List as CommandList, Separator as CommandSeparator, Shortcut as CommandShortcut, Loading as CommandLoading, };
@@ -0,0 +1,15 @@
1
+ import { Command as CommandPrimitive } from "bits-ui";
2
+ import Root from "./command.svelte";
3
+ import Dialog from "./command-dialog.svelte";
4
+ import Empty from "./command-empty.svelte";
5
+ import Group from "./command-group.svelte";
6
+ import Item from "./command-item.svelte";
7
+ import Input from "./command-input.svelte";
8
+ import List from "./command-list.svelte";
9
+ import Separator from "./command-separator.svelte";
10
+ import Shortcut from "./command-shortcut.svelte";
11
+ import LinkItem from "./command-link-item.svelte";
12
+ var Loading = CommandPrimitive.Loading;
13
+ export { Root, Dialog, Empty, Group, Item, LinkItem, Input, List, Separator, Shortcut, Loading,
14
+ //
15
+ Root as Command, Dialog as CommandDialog, Empty as CommandEmpty, Group as CommandGroup, Item as CommandItem, LinkItem as CommandLinkItem, Input as CommandInput, List as CommandList, Separator as CommandSeparator, Shortcut as CommandShortcut, Loading as CommandLoading, };
@@ -3,7 +3,7 @@
3
3
  import X from "@lucide/svelte/icons/x";
4
4
  import type { Snippet } from "svelte";
5
5
  import * as Dialog from "./index.js";
6
- import { cn } from "$lib/utils.js";
6
+ import { cn } from "../../../utils.js";
7
7
 
8
8
  let {
9
9
  ref = $bindable(null),
@@ -0,0 +1,9 @@
1
+ import { Dialog as DialogPrimitive, type WithoutChildrenOrChild } from "bits-ui";
2
+ import type { Snippet } from "svelte";
3
+ type $$ComponentProps = WithoutChildrenOrChild<DialogPrimitive.ContentProps> & {
4
+ portalProps?: DialogPrimitive.PortalProps;
5
+ children: Snippet;
6
+ };
7
+ declare const DialogContent: import("svelte").Component<$$ComponentProps, {}, "ref">;
8
+ type DialogContent = ReturnType<typeof DialogContent>;
9
+ export default DialogContent;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import { Dialog as DialogPrimitive } from "bits-ui";
3
- import { cn } from "$lib/utils.js";
3
+ import { cn } from "../../../utils.js";
4
4
 
5
5
  let {
6
6
  ref = $bindable(null),
@@ -0,0 +1,4 @@
1
+ import { Dialog as DialogPrimitive } from "bits-ui";
2
+ declare const DialogDescription: import("svelte").Component<DialogPrimitive.DescriptionProps, {}, "ref">;
3
+ type DialogDescription = ReturnType<typeof DialogDescription>;
4
+ export default DialogDescription;
@@ -1,7 +1,7 @@
1
1
  <script lang="ts">
2
2
  import type { WithElementRef } from "bits-ui";
3
3
  import type { HTMLAttributes } from "svelte/elements";
4
- import { cn } from "$lib/utils.js";
4
+ import { cn } from "../../../utils.js";
5
5
 
6
6
  let {
7
7
  ref = $bindable(null),
@@ -0,0 +1,5 @@
1
+ import type { WithElementRef } from "bits-ui";
2
+ import type { HTMLAttributes } from "svelte/elements";
3
+ declare const DialogFooter: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
4
+ type DialogFooter = ReturnType<typeof DialogFooter>;
5
+ export default DialogFooter;
@@ -1,7 +1,7 @@
1
1
  <script lang="ts">
2
2
  import type { HTMLAttributes } from "svelte/elements";
3
3
  import type { WithElementRef } from "bits-ui";
4
- import { cn } from "$lib/utils.js";
4
+ import { cn } from "../../../utils.js";
5
5
 
6
6
  let {
7
7
  ref = $bindable(null),
@@ -0,0 +1,5 @@
1
+ import type { HTMLAttributes } from "svelte/elements";
2
+ import type { WithElementRef } from "bits-ui";
3
+ declare const DialogHeader: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
4
+ type DialogHeader = ReturnType<typeof DialogHeader>;
5
+ export default DialogHeader;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import { Dialog as DialogPrimitive } from "bits-ui";
3
- import { cn } from "$lib/utils.js";
3
+ import { cn } from "../../../utils.js";
4
4
 
5
5
  let {
6
6
  ref = $bindable(null),
@@ -0,0 +1,4 @@
1
+ import { Dialog as DialogPrimitive } from "bits-ui";
2
+ declare const DialogOverlay: import("svelte").Component<DialogPrimitive.OverlayProps, {}, "ref">;
3
+ type DialogOverlay = ReturnType<typeof DialogOverlay>;
4
+ export default DialogOverlay;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import { Dialog as DialogPrimitive } from "bits-ui";
3
- import { cn } from "$lib/utils.js";
3
+ import { cn } from "../../../utils.js";
4
4
 
5
5
  let {
6
6
  ref = $bindable(null),
@@ -0,0 +1,4 @@
1
+ import { Dialog as DialogPrimitive } from "bits-ui";
2
+ declare const DialogTitle: import("svelte").Component<DialogPrimitive.TitleProps, {}, "ref">;
3
+ type DialogTitle = ReturnType<typeof DialogTitle>;
4
+ export default DialogTitle;
@@ -0,0 +1,12 @@
1
+ import { Dialog as DialogPrimitive } from "bits-ui";
2
+ import Title from "./dialog-title.svelte";
3
+ import Footer from "./dialog-footer.svelte";
4
+ import Header from "./dialog-header.svelte";
5
+ import Overlay from "./dialog-overlay.svelte";
6
+ import Content from "./dialog-content.svelte";
7
+ import Description from "./dialog-description.svelte";
8
+ declare const Root: typeof DialogPrimitive.Root;
9
+ declare const Trigger: typeof DialogPrimitive.Trigger;
10
+ declare const Close: typeof DialogPrimitive.Close;
11
+ declare const Portal: typeof DialogPrimitive.Portal;
12
+ export { Root, Title, Portal, Footer, Header, Trigger, Overlay, Content, Description, Close, Root as Dialog, Title as DialogTitle, Portal as DialogPortal, Footer as DialogFooter, Header as DialogHeader, Trigger as DialogTrigger, Overlay as DialogOverlay, Content as DialogContent, Description as DialogDescription, Close as DialogClose, };
@@ -0,0 +1,14 @@
1
+ import { Dialog as DialogPrimitive } from "bits-ui";
2
+ import Title from "./dialog-title.svelte";
3
+ import Footer from "./dialog-footer.svelte";
4
+ import Header from "./dialog-header.svelte";
5
+ import Overlay from "./dialog-overlay.svelte";
6
+ import Content from "./dialog-content.svelte";
7
+ import Description from "./dialog-description.svelte";
8
+ var Root = DialogPrimitive.Root;
9
+ var Trigger = DialogPrimitive.Trigger;
10
+ var Close = DialogPrimitive.Close;
11
+ var Portal = DialogPrimitive.Portal;
12
+ export { Root, Title, Portal, Footer, Header, Trigger, Overlay, Content, Description, Close,
13
+ //
14
+ Root as Dialog, Title as DialogTitle, Portal as DialogPortal, Footer as DialogFooter, Header as DialogHeader, Trigger as DialogTrigger, Overlay as DialogOverlay, Content as DialogContent, Description as DialogDescription, Close as DialogClose, };
@@ -0,0 +1,2 @@
1
+ import Root from "./input.svelte";
2
+ export { Root, Root as Input, };
@@ -0,0 +1,4 @@
1
+ import Root from "./input.svelte";
2
+ export { Root,
3
+ //
4
+ Root as Input, };
@@ -1,7 +1,7 @@
1
1
  <script lang="ts">
2
2
  import type { HTMLInputAttributes, HTMLInputTypeAttribute } from "svelte/elements";
3
3
  import type { WithElementRef } from "bits-ui";
4
- import { cn } from "$lib/utils.js";
4
+ import { cn } from "../../../utils.js";
5
5
 
6
6
  type InputType = Exclude<HTMLInputTypeAttribute, "file">;
7
7
 
@@ -0,0 +1,13 @@
1
+ import type { HTMLInputAttributes, HTMLInputTypeAttribute } from "svelte/elements";
2
+ import type { WithElementRef } from "bits-ui";
3
+ type InputType = Exclude<HTMLInputTypeAttribute, "file">;
4
+ type Props = WithElementRef<Omit<HTMLInputAttributes, "type"> & ({
5
+ type: "file";
6
+ files?: FileList;
7
+ } | {
8
+ type?: InputType;
9
+ files?: undefined;
10
+ })>;
11
+ declare const Input: import("svelte").Component<Props, {}, "value" | "files" | "ref">;
12
+ type Input = ReturnType<typeof Input>;
13
+ export default Input;
@@ -0,0 +1,2 @@
1
+ import Root from "./label.svelte";
2
+ export { Root, Root as Label, };
@@ -0,0 +1,4 @@
1
+ import Root from "./label.svelte";
2
+ export { Root,
3
+ //
4
+ Root as Label, };
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import { Label as LabelPrimitive } from "bits-ui";
3
- import { cn } from "$lib/utils.js";
3
+ import { cn } from "../../../utils.js";
4
4
 
5
5
  let {
6
6
  ref = $bindable(null),
@@ -0,0 +1,4 @@
1
+ import { Label as LabelPrimitive } from "bits-ui";
2
+ declare const Label: import("svelte").Component<LabelPrimitive.RootProps, {}, "ref">;
3
+ type Label = ReturnType<typeof Label>;
4
+ export default Label;
@@ -0,0 +1,6 @@
1
+ import { Popover as PopoverPrimitive } from "bits-ui";
2
+ import Content from "./popover-content.svelte";
3
+ declare const Root: import("svelte").Component<import("bits-ui").PopoverRootPropsWithoutHTML, {}, "open">;
4
+ declare const Trigger: import("svelte").Component<PopoverPrimitive.TriggerProps, {}, "ref">;
5
+ declare const Close: import("svelte").Component<PopoverPrimitive.CloseProps, {}, "ref">;
6
+ export { Root, Content, Trigger, Close, Root as Popover, Content as PopoverContent, Trigger as PopoverTrigger, Close as PopoverClose, };
@@ -0,0 +1,8 @@
1
+ import { Popover as PopoverPrimitive } from "bits-ui";
2
+ import Content from "./popover-content.svelte";
3
+ var Root = PopoverPrimitive.Root;
4
+ var Trigger = PopoverPrimitive.Trigger;
5
+ var Close = PopoverPrimitive.Close;
6
+ export { Root, Content, Trigger, Close,
7
+ //
8
+ Root as Popover, Content as PopoverContent, Trigger as PopoverTrigger, Close as PopoverClose, };
@@ -1,5 +1,5 @@
1
1
  <script lang="ts">
2
- import { cn } from "$lib/utils.js";
2
+ import { cn } from "../../../utils.js";
3
3
  import { Popover as PopoverPrimitive } from "bits-ui";
4
4
 
5
5
  let {
@@ -0,0 +1,7 @@
1
+ import { Popover as PopoverPrimitive } from "bits-ui";
2
+ type $$ComponentProps = PopoverPrimitive.ContentProps & {
3
+ portalProps?: PopoverPrimitive.PortalProps;
4
+ };
5
+ declare const PopoverContent: import("svelte").Component<$$ComponentProps, {}, "ref">;
6
+ type PopoverContent = ReturnType<typeof PopoverContent>;
7
+ export default PopoverContent;
@@ -11,20 +11,4 @@ import GridHead from "./range-calendar-grid-head.svelte";
11
11
  import HeadCell from "./range-calendar-head-cell.svelte";
12
12
  import NextButton from "./range-calendar-next-button.svelte";
13
13
  import PrevButton from "./range-calendar-prev-button.svelte";
14
-
15
- export {
16
- Day,
17
- Cell,
18
- Grid,
19
- Header,
20
- Months,
21
- GridRow,
22
- Heading,
23
- GridBody,
24
- GridHead,
25
- HeadCell,
26
- NextButton,
27
- PrevButton,
28
- //
29
- Root as RangeCalendar,
30
- };
14
+ export { Day, Cell, Grid, Header, Months, GridRow, Heading, GridBody, GridHead, HeadCell, NextButton, PrevButton, Root as RangeCalendar, };
@@ -0,0 +1,16 @@
1
+ import Root from "./range-calendar.svelte";
2
+ import Cell from "./range-calendar-cell.svelte";
3
+ import Day from "./range-calendar-day.svelte";
4
+ import Grid from "./range-calendar-grid.svelte";
5
+ import Header from "./range-calendar-header.svelte";
6
+ import Months from "./range-calendar-months.svelte";
7
+ import GridRow from "./range-calendar-grid-row.svelte";
8
+ import Heading from "./range-calendar-heading.svelte";
9
+ import GridBody from "./range-calendar-grid-body.svelte";
10
+ import GridHead from "./range-calendar-grid-head.svelte";
11
+ import HeadCell from "./range-calendar-head-cell.svelte";
12
+ import NextButton from "./range-calendar-next-button.svelte";
13
+ import PrevButton from "./range-calendar-prev-button.svelte";
14
+ export { Day, Cell, Grid, Header, Months, GridRow, Heading, GridBody, GridHead, HeadCell, NextButton, PrevButton,
15
+ //
16
+ Root as RangeCalendar, };
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
3
- import { cn } from "$lib/utils.js";
3
+ import { cn } from "../../../utils.js";
4
4
 
5
5
  let {
6
6
  ref = $bindable(null),
@@ -0,0 +1,4 @@
1
+ import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
2
+ declare const RangeCalendarCell: import("svelte").Component<RangeCalendarPrimitive.CellProps, {}, "ref">;
3
+ type RangeCalendarCell = ReturnType<typeof RangeCalendarCell>;
4
+ export default RangeCalendarCell;
@@ -1,7 +1,7 @@
1
1
  <script lang="ts">
2
2
  import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
3
- import { buttonVariants } from "$lib/components/ui/button/index.js";
4
- import { cn } from "$lib/utils.js";
3
+ import { buttonVariants } from "../button/index.js";
4
+ import { cn } from "../../../utils.js";
5
5
 
6
6
  let {
7
7
  ref = $bindable(null),
@@ -0,0 +1,6 @@
1
+ import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
2
+ declare const RangeCalendarDay: import("svelte").Component<RangeCalendarPrimitive.DayProps, {
3
+ class: import("svelte/elements").ClassValue;
4
+ }, "ref">;
5
+ type RangeCalendarDay = ReturnType<typeof RangeCalendarDay>;
6
+ export default RangeCalendarDay;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
3
- import { cn } from "$lib/utils.js";
3
+ import { cn } from "../../../utils.js";
4
4
 
5
5
  let {
6
6
  ref = $bindable(null),
@@ -0,0 +1,4 @@
1
+ import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
2
+ declare const RangeCalendarGridBody: import("svelte").Component<RangeCalendarPrimitive.GridBodyProps, {}, "ref">;
3
+ type RangeCalendarGridBody = ReturnType<typeof RangeCalendarGridBody>;
4
+ export default RangeCalendarGridBody;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
3
- import { cn } from "$lib/utils.js";
3
+ import { cn } from "../../../utils.js";
4
4
 
5
5
  let {
6
6
  ref = $bindable(null),
@@ -0,0 +1,4 @@
1
+ import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
2
+ declare const RangeCalendarGridHead: import("svelte").Component<RangeCalendarPrimitive.GridHeadProps, {}, "ref">;
3
+ type RangeCalendarGridHead = ReturnType<typeof RangeCalendarGridHead>;
4
+ export default RangeCalendarGridHead;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
3
- import { cn } from "$lib/utils.js";
3
+ import { cn } from "../../../utils.js";
4
4
 
5
5
  let {
6
6
  ref = $bindable(null),
@@ -0,0 +1,4 @@
1
+ import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
2
+ declare const RangeCalendarGridRow: import("svelte").Component<RangeCalendarPrimitive.GridRowProps, {}, "ref">;
3
+ type RangeCalendarGridRow = ReturnType<typeof RangeCalendarGridRow>;
4
+ export default RangeCalendarGridRow;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
3
- import { cn } from "$lib/utils.js";
3
+ import { cn } from "../../../utils.js";
4
4
 
5
5
  let {
6
6
  ref = $bindable(null),
@@ -0,0 +1,4 @@
1
+ import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
2
+ declare const RangeCalendarGrid: import("svelte").Component<RangeCalendarPrimitive.GridProps, {}, "ref">;
3
+ type RangeCalendarGrid = ReturnType<typeof RangeCalendarGrid>;
4
+ export default RangeCalendarGrid;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
3
- import { cn } from "$lib/utils.js";
3
+ import { cn } from "../../../utils.js";
4
4
 
5
5
  let {
6
6
  ref = $bindable(null),
@@ -0,0 +1,4 @@
1
+ import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
2
+ declare const RangeCalendarHeadCell: import("svelte").Component<RangeCalendarPrimitive.HeadCellProps, {}, "ref">;
3
+ type RangeCalendarHeadCell = ReturnType<typeof RangeCalendarHeadCell>;
4
+ export default RangeCalendarHeadCell;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
3
- import { cn } from "$lib/utils.js";
3
+ import { cn } from "../../../utils.js";
4
4
 
5
5
  let {
6
6
  ref = $bindable(null),
@@ -0,0 +1,4 @@
1
+ import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
2
+ declare const RangeCalendarHeader: import("svelte").Component<RangeCalendarPrimitive.HeaderProps, {}, "ref">;
3
+ type RangeCalendarHeader = ReturnType<typeof RangeCalendarHeader>;
4
+ export default RangeCalendarHeader;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
3
- import { cn } from "$lib/utils.js";
3
+ import { cn } from "../../../utils.js";
4
4
 
5
5
  let {
6
6
  ref = $bindable(null),
@@ -0,0 +1,4 @@
1
+ import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
2
+ declare const RangeCalendarHeading: import("svelte").Component<RangeCalendarPrimitive.HeadingProps, {}, "ref">;
3
+ type RangeCalendarHeading = ReturnType<typeof RangeCalendarHeading>;
4
+ export default RangeCalendarHeading;
@@ -1,7 +1,7 @@
1
1
  <script lang="ts">
2
2
  import type { WithElementRef } from "bits-ui";
3
3
  import type { HTMLAttributes } from "svelte/elements";
4
- import { cn } from "$lib/utils.js";
4
+ import { cn } from "../../../utils.js";
5
5
 
6
6
  let {
7
7
  ref = $bindable(null),
@@ -0,0 +1,5 @@
1
+ import type { WithElementRef } from "bits-ui";
2
+ import type { HTMLAttributes } from "svelte/elements";
3
+ declare const RangeCalendarMonths: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
4
+ type RangeCalendarMonths = ReturnType<typeof RangeCalendarMonths>;
5
+ export default RangeCalendarMonths;
@@ -1,8 +1,8 @@
1
1
  <script lang="ts">
2
2
  import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
3
3
  import ChevronRight from "@lucide/svelte/icons/chevron-right";
4
- import { buttonVariants } from "$lib/components/ui/button/index.js";
5
- import { cn } from "$lib/utils.js";
4
+ import { buttonVariants } from "../button/index.js";
5
+ import { cn } from "../../../utils.js";
6
6
  let {
7
7
  ref = $bindable(null),
8
8
  class: className,
@@ -0,0 +1,4 @@
1
+ import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
2
+ declare const RangeCalendarNextButton: import("svelte").Component<RangeCalendarPrimitive.NextButtonProps, {}, "ref">;
3
+ type RangeCalendarNextButton = ReturnType<typeof RangeCalendarNextButton>;
4
+ export default RangeCalendarNextButton;
@@ -1,8 +1,8 @@
1
1
  <script lang="ts">
2
2
  import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
3
3
  import ChevronLeft from "@lucide/svelte/icons/chevron-left";
4
- import { buttonVariants } from "$lib/components/ui/button/index.js";
5
- import { cn } from "$lib/utils.js";
4
+ import { buttonVariants } from "../button/index.js";
5
+ import { cn } from "../../../utils.js";
6
6
  let {
7
7
  ref = $bindable(null),
8
8
  class: className,
@@ -0,0 +1,4 @@
1
+ import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
2
+ declare const RangeCalendarPrevButton: import("svelte").Component<RangeCalendarPrimitive.PrevButtonProps, {}, "ref">;
3
+ type RangeCalendarPrevButton = ReturnType<typeof RangeCalendarPrevButton>;
4
+ export default RangeCalendarPrevButton;