@tulip-systems/core 0.2.0

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 (1146) hide show
  1. package/dist/auth/client.d.ts +7 -0
  2. package/dist/auth/client.js +8 -0
  3. package/dist/auth/server.d.ts +5 -0
  4. package/dist/auth/server.js +6 -0
  5. package/dist/auth.d.ts +4 -0
  6. package/dist/auth.js +5 -0
  7. package/dist/commands/client.d.ts +16 -0
  8. package/dist/commands/client.js +17 -0
  9. package/dist/commands/server.d.ts +1 -0
  10. package/dist/commands/server.js +1 -0
  11. package/dist/commands.d.ts +3 -0
  12. package/dist/commands.js +3 -0
  13. package/dist/components/client.d.ts +34 -0
  14. package/dist/components/client.js +35 -0
  15. package/dist/components/common/icons.d.ts +57 -0
  16. package/dist/components/common/icons.d.ts.map +1 -0
  17. package/dist/components/common/icons.js +118 -0
  18. package/dist/components/common/icons.js.map +1 -0
  19. package/dist/components/common/status.d.ts +53 -0
  20. package/dist/components/common/status.d.ts.map +1 -0
  21. package/dist/components/common/status.js +56 -0
  22. package/dist/components/common/status.js.map +1 -0
  23. package/dist/components/editor/components/block-dropdown.js +83 -0
  24. package/dist/components/editor/components/block-dropdown.js.map +1 -0
  25. package/dist/components/editor/components/content.client.d.ts +7 -0
  26. package/dist/components/editor/components/content.client.d.ts.map +1 -0
  27. package/dist/components/editor/components/content.client.js +18 -0
  28. package/dist/components/editor/components/content.client.js.map +1 -0
  29. package/dist/components/editor/components/fixed-menu.client.d.ts +7 -0
  30. package/dist/components/editor/components/fixed-menu.client.d.ts.map +1 -0
  31. package/dist/components/editor/components/fixed-menu.client.js +134 -0
  32. package/dist/components/editor/components/fixed-menu.client.js.map +1 -0
  33. package/dist/components/editor/context.client.d.ts +32 -0
  34. package/dist/components/editor/context.client.d.ts.map +1 -0
  35. package/dist/components/editor/context.client.js +46 -0
  36. package/dist/components/editor/context.client.js.map +1 -0
  37. package/dist/components/editor/index.client.d.ts +11 -0
  38. package/dist/components/editor/index.client.d.ts.map +1 -0
  39. package/dist/components/editor/index.client.js +17 -0
  40. package/dist/components/editor/index.client.js.map +1 -0
  41. package/dist/components/editor/preview.client.d.ts +12 -0
  42. package/dist/components/editor/preview.client.d.ts.map +1 -0
  43. package/dist/components/editor/preview.client.js +20 -0
  44. package/dist/components/editor/preview.client.js.map +1 -0
  45. package/dist/components/emails/forget-password-email.js +52 -0
  46. package/dist/components/emails/forget-password-email.js.map +1 -0
  47. package/dist/components/header/back-button.client.d.ts +10 -0
  48. package/dist/components/header/back-button.client.d.ts.map +1 -0
  49. package/dist/components/header/back-button.client.js +44 -0
  50. package/dist/components/header/back-button.client.js.map +1 -0
  51. package/dist/components/header/bottom-bar.client.d.ts +29 -0
  52. package/dist/components/header/bottom-bar.client.d.ts.map +1 -0
  53. package/dist/components/header/bottom-bar.client.js +31 -0
  54. package/dist/components/header/bottom-bar.client.js.map +1 -0
  55. package/dist/components/header/breadcrumbs.client.d.ts +35 -0
  56. package/dist/components/header/breadcrumbs.client.d.ts.map +1 -0
  57. package/dist/components/header/breadcrumbs.client.js +64 -0
  58. package/dist/components/header/breadcrumbs.client.js.map +1 -0
  59. package/dist/components/header/header.client.d.ts +12 -0
  60. package/dist/components/header/header.client.d.ts.map +1 -0
  61. package/dist/components/header/header.client.js +15 -0
  62. package/dist/components/header/header.client.js.map +1 -0
  63. package/dist/components/header/indicator.client.js +26 -0
  64. package/dist/components/header/indicator.client.js.map +1 -0
  65. package/dist/components/header/mobile-nav-switcher.client.d.ts +10 -0
  66. package/dist/components/header/mobile-nav-switcher.client.d.ts.map +1 -0
  67. package/dist/components/header/mobile-nav-switcher.client.js +20 -0
  68. package/dist/components/header/mobile-nav-switcher.client.js.map +1 -0
  69. package/dist/components/header/top-bar.client.d.ts +43 -0
  70. package/dist/components/header/top-bar.client.d.ts.map +1 -0
  71. package/dist/components/header/top-bar.client.js +48 -0
  72. package/dist/components/header/top-bar.client.js.map +1 -0
  73. package/dist/components/layouts/admin-content.client.js +24 -0
  74. package/dist/components/layouts/admin-content.client.js.map +1 -0
  75. package/dist/components/layouts/admin-layout.server.d.ts +14 -0
  76. package/dist/components/layouts/admin-layout.server.d.ts.map +1 -0
  77. package/dist/components/layouts/admin-layout.server.js +26 -0
  78. package/dist/components/layouts/admin-layout.server.js.map +1 -0
  79. package/dist/components/layouts/admin-loading.d.ts +8 -0
  80. package/dist/components/layouts/admin-loading.d.ts.map +1 -0
  81. package/dist/components/layouts/admin-loading.js +14 -0
  82. package/dist/components/layouts/admin-loading.js.map +1 -0
  83. package/dist/components/layouts/admin-sidebar-context.client.js +28 -0
  84. package/dist/components/layouts/admin-sidebar-context.client.js.map +1 -0
  85. package/dist/components/layouts/admin-sidebar-header.client.js +76 -0
  86. package/dist/components/layouts/admin-sidebar-header.client.js.map +1 -0
  87. package/dist/components/layouts/admin-sidebar.client.js +51 -0
  88. package/dist/components/layouts/admin-sidebar.client.js.map +1 -0
  89. package/dist/components/layouts/empty-page.d.ts +31 -0
  90. package/dist/components/layouts/empty-page.d.ts.map +1 -0
  91. package/dist/components/layouts/empty-page.js +29 -0
  92. package/dist/components/layouts/empty-page.js.map +1 -0
  93. package/dist/components/layouts/list-layout.d.ts +12 -0
  94. package/dist/components/layouts/list-layout.d.ts.map +1 -0
  95. package/dist/components/layouts/list-layout.js +15 -0
  96. package/dist/components/layouts/list-layout.js.map +1 -0
  97. package/dist/components/layouts/not-found-page.d.ts +7 -0
  98. package/dist/components/layouts/not-found-page.d.ts.map +1 -0
  99. package/dist/components/layouts/not-found-page.js +14 -0
  100. package/dist/components/layouts/not-found-page.js.map +1 -0
  101. package/dist/components/layouts/not-found-section.js +30 -0
  102. package/dist/components/layouts/not-found-section.js.map +1 -0
  103. package/dist/components/layouts/providers.client.d.ts +10 -0
  104. package/dist/components/layouts/providers.client.d.ts.map +1 -0
  105. package/dist/components/layouts/providers.client.js +32 -0
  106. package/dist/components/layouts/providers.client.js.map +1 -0
  107. package/dist/components/layouts/root-layout.server.d.ts +38 -0
  108. package/dist/components/layouts/root-layout.server.d.ts.map +1 -0
  109. package/dist/components/layouts/root-layout.server.js +47 -0
  110. package/dist/components/layouts/root-layout.server.js.map +1 -0
  111. package/dist/components/layouts/tab-layout.d.ts +23 -0
  112. package/dist/components/layouts/tab-layout.d.ts.map +1 -0
  113. package/dist/components/layouts/tab-layout.js +52 -0
  114. package/dist/components/layouts/tab-layout.js.map +1 -0
  115. package/dist/components/lists/data-list.d.ts +31 -0
  116. package/dist/components/lists/data-list.d.ts.map +1 -0
  117. package/dist/components/lists/data-list.js +36 -0
  118. package/dist/components/lists/data-list.js.map +1 -0
  119. package/dist/components/lists/data-stack.d.ts +49 -0
  120. package/dist/components/lists/data-stack.d.ts.map +1 -0
  121. package/dist/components/lists/data-stack.js +57 -0
  122. package/dist/components/lists/data-stack.js.map +1 -0
  123. package/dist/components/server.d.ts +3 -0
  124. package/dist/components/server.js +4 -0
  125. package/dist/components/ui/accordion.d.ts +25 -0
  126. package/dist/components/ui/accordion.d.ts.map +1 -0
  127. package/dist/components/ui/accordion.js +49 -0
  128. package/dist/components/ui/accordion.js.map +1 -0
  129. package/dist/components/ui/alert-dialog.d.ts +43 -0
  130. package/dist/components/ui/alert-dialog.d.ts.map +1 -0
  131. package/dist/components/ui/alert-dialog.js +86 -0
  132. package/dist/components/ui/alert-dialog.js.map +1 -0
  133. package/dist/components/ui/alert.d.ts +25 -0
  134. package/dist/components/ui/alert.d.ts.map +1 -0
  135. package/dist/components/ui/alert.js +39 -0
  136. package/dist/components/ui/alert.js.map +1 -0
  137. package/dist/components/ui/aspect-ratio.d.ts +8 -0
  138. package/dist/components/ui/aspect-ratio.d.ts.map +1 -0
  139. package/dist/components/ui/aspect-ratio.js +17 -0
  140. package/dist/components/ui/aspect-ratio.js.map +1 -0
  141. package/dist/components/ui/avatar.client.d.ts +20 -0
  142. package/dist/components/ui/avatar.client.d.ts.map +1 -0
  143. package/dist/components/ui/avatar.client.js +34 -0
  144. package/dist/components/ui/avatar.client.js.map +1 -0
  145. package/dist/components/ui/badge.d.ts +20 -0
  146. package/dist/components/ui/badge.d.ts.map +1 -0
  147. package/dist/components/ui/badge.js +27 -0
  148. package/dist/components/ui/badge.js.map +1 -0
  149. package/dist/components/ui/breadcrumb.d.ts +36 -0
  150. package/dist/components/ui/breadcrumb.d.ts.map +1 -0
  151. package/dist/components/ui/breadcrumb.js +72 -0
  152. package/dist/components/ui/breadcrumb.js.map +1 -0
  153. package/dist/components/ui/button.d.ts +22 -0
  154. package/dist/components/ui/button.d.ts.map +1 -0
  155. package/dist/components/ui/button.js +44 -0
  156. package/dist/components/ui/button.js.map +1 -0
  157. package/dist/components/ui/calendar.d.ts +14 -0
  158. package/dist/components/ui/calendar.d.ts.map +1 -0
  159. package/dist/components/ui/calendar.js +57 -0
  160. package/dist/components/ui/calendar.js.map +1 -0
  161. package/dist/components/ui/card.d.ts +31 -0
  162. package/dist/components/ui/card.d.ts.map +1 -0
  163. package/dist/components/ui/card.js +51 -0
  164. package/dist/components/ui/card.js.map +1 -0
  165. package/dist/components/ui/carousel.d.ts +48 -0
  166. package/dist/components/ui/carousel.d.ts.map +1 -0
  167. package/dist/components/ui/carousel.js +137 -0
  168. package/dist/components/ui/carousel.js.map +1 -0
  169. package/dist/components/ui/chart.client.d.ts +72 -0
  170. package/dist/components/ui/chart.client.d.ts.map +1 -0
  171. package/dist/components/ui/chart.client.js +144 -0
  172. package/dist/components/ui/chart.client.js.map +1 -0
  173. package/dist/components/ui/checkbox.d.ts +12 -0
  174. package/dist/components/ui/checkbox.d.ts.map +1 -0
  175. package/dist/components/ui/checkbox.js +26 -0
  176. package/dist/components/ui/checkbox.js.map +1 -0
  177. package/dist/components/ui/collapsible.client.d.ts +16 -0
  178. package/dist/components/ui/collapsible.client.d.ts.map +1 -0
  179. package/dist/components/ui/collapsible.client.js +29 -0
  180. package/dist/components/ui/collapsible.client.js.map +1 -0
  181. package/dist/components/ui/color-picker.client.d.ts +16 -0
  182. package/dist/components/ui/color-picker.client.d.ts.map +1 -0
  183. package/dist/components/ui/color-picker.client.js +39 -0
  184. package/dist/components/ui/color-picker.client.js.map +1 -0
  185. package/dist/components/ui/combobox-dropdown.client.d.ts +47 -0
  186. package/dist/components/ui/combobox-dropdown.client.d.ts.map +1 -0
  187. package/dist/components/ui/combobox-dropdown.client.js +95 -0
  188. package/dist/components/ui/combobox-dropdown.client.js.map +1 -0
  189. package/dist/components/ui/combobox.client.d.ts +31 -0
  190. package/dist/components/ui/combobox.client.d.ts.map +1 -0
  191. package/dist/components/ui/combobox.client.js +68 -0
  192. package/dist/components/ui/combobox.client.js.map +1 -0
  193. package/dist/components/ui/command.d.ts +49 -0
  194. package/dist/components/ui/command.d.ts.map +1 -0
  195. package/dist/components/ui/command.js +90 -0
  196. package/dist/components/ui/command.js.map +1 -0
  197. package/dist/components/ui/context-menu.d.ts +77 -0
  198. package/dist/components/ui/context-menu.d.ts.map +1 -0
  199. package/dist/components/ui/context-menu.js +127 -0
  200. package/dist/components/ui/context-menu.js.map +1 -0
  201. package/dist/components/ui/dialog.client.d.ts +45 -0
  202. package/dist/components/ui/dialog.client.d.ts.map +1 -0
  203. package/dist/components/ui/dialog.client.js +90 -0
  204. package/dist/components/ui/dialog.client.js.map +1 -0
  205. package/dist/components/ui/drawer.client.d.ts +45 -0
  206. package/dist/components/ui/drawer.client.d.ts.map +1 -0
  207. package/dist/components/ui/drawer.client.js +83 -0
  208. package/dist/components/ui/drawer.client.js.map +1 -0
  209. package/dist/components/ui/dropdown-menu.d.ts +78 -0
  210. package/dist/components/ui/dropdown-menu.d.ts.map +1 -0
  211. package/dist/components/ui/dropdown-menu.js +128 -0
  212. package/dist/components/ui/dropdown-menu.js.map +1 -0
  213. package/dist/components/ui/form.client.d.ts +46 -0
  214. package/dist/components/ui/form.client.d.ts.map +1 -0
  215. package/dist/components/ui/form.client.js +93 -0
  216. package/dist/components/ui/form.client.js.map +1 -0
  217. package/dist/components/ui/hover-card.client.d.ts +20 -0
  218. package/dist/components/ui/hover-card.client.d.ts.map +1 -0
  219. package/dist/components/ui/hover-card.client.js +34 -0
  220. package/dist/components/ui/hover-card.client.js.map +1 -0
  221. package/dist/components/ui/input.d.ts +12 -0
  222. package/dist/components/ui/input.d.ts.map +1 -0
  223. package/dist/components/ui/input.js +17 -0
  224. package/dist/components/ui/input.js.map +1 -0
  225. package/dist/components/ui/label.d.ts +12 -0
  226. package/dist/components/ui/label.d.ts.map +1 -0
  227. package/dist/components/ui/label.js +20 -0
  228. package/dist/components/ui/label.js.map +1 -0
  229. package/dist/components/ui/navigation-menu.d.ts +47 -0
  230. package/dist/components/ui/navigation-menu.d.ts.map +1 -0
  231. package/dist/components/ui/navigation-menu.js +86 -0
  232. package/dist/components/ui/navigation-menu.js.map +1 -0
  233. package/dist/components/ui/pagination.d.ts +40 -0
  234. package/dist/components/ui/pagination.d.ts.map +1 -0
  235. package/dist/components/ui/pagination.js +81 -0
  236. package/dist/components/ui/pagination.js.map +1 -0
  237. package/dist/components/ui/popover.d.ts +23 -0
  238. package/dist/components/ui/popover.d.ts.map +1 -0
  239. package/dist/components/ui/popover.js +40 -0
  240. package/dist/components/ui/popover.js.map +1 -0
  241. package/dist/components/ui/progress.client.d.ts +13 -0
  242. package/dist/components/ui/progress.client.d.ts.map +1 -0
  243. package/dist/components/ui/progress.client.js +25 -0
  244. package/dist/components/ui/progress.client.js.map +1 -0
  245. package/dist/components/ui/radio-group.d.ts +16 -0
  246. package/dist/components/ui/radio-group.d.ts.map +1 -0
  247. package/dist/components/ui/radio-group.js +33 -0
  248. package/dist/components/ui/radio-group.js.map +1 -0
  249. package/dist/components/ui/resizable.client.d.ts +22 -0
  250. package/dist/components/ui/resizable.client.d.ts.map +1 -0
  251. package/dist/components/ui/resizable.client.js +38 -0
  252. package/dist/components/ui/resizable.client.js.map +1 -0
  253. package/dist/components/ui/scroll-area.d.ts +18 -0
  254. package/dist/components/ui/scroll-area.d.ts.map +1 -0
  255. package/dist/components/ui/scroll-area.js +41 -0
  256. package/dist/components/ui/scroll-area.js.map +1 -0
  257. package/dist/components/ui/select.client.d.ts +49 -0
  258. package/dist/components/ui/select.client.d.ts.map +1 -0
  259. package/dist/components/ui/select.client.js +100 -0
  260. package/dist/components/ui/select.client.js.map +1 -0
  261. package/dist/components/ui/separator.d.ts +14 -0
  262. package/dist/components/ui/separator.d.ts.map +1 -0
  263. package/dist/components/ui/separator.js +22 -0
  264. package/dist/components/ui/separator.js.map +1 -0
  265. package/dist/components/ui/sheet.client.d.ts +41 -0
  266. package/dist/components/ui/sheet.client.d.ts.map +1 -0
  267. package/dist/components/ui/sheet.client.js +84 -0
  268. package/dist/components/ui/sheet.client.js.map +1 -0
  269. package/dist/components/ui/sidebar.client.d.ts +168 -0
  270. package/dist/components/ui/sidebar.client.d.ts.map +1 -0
  271. package/dist/components/ui/sidebar.client.js +375 -0
  272. package/dist/components/ui/sidebar.client.js.map +1 -0
  273. package/dist/components/ui/skeleton.d.ts +10 -0
  274. package/dist/components/ui/skeleton.d.ts.map +1 -0
  275. package/dist/components/ui/skeleton.js +15 -0
  276. package/dist/components/ui/skeleton.js.map +1 -0
  277. package/dist/components/ui/slider.d.ts +16 -0
  278. package/dist/components/ui/slider.d.ts.map +1 -0
  279. package/dist/components/ui/slider.js +41 -0
  280. package/dist/components/ui/slider.js.map +1 -0
  281. package/dist/components/ui/sonner.client.d.ts +10 -0
  282. package/dist/components/ui/sonner.client.d.ts.map +1 -0
  283. package/dist/components/ui/sonner.client.js +26 -0
  284. package/dist/components/ui/sonner.client.js.map +1 -0
  285. package/dist/components/ui/switch.d.ts +12 -0
  286. package/dist/components/ui/switch.d.ts.map +1 -0
  287. package/dist/components/ui/switch.js +24 -0
  288. package/dist/components/ui/switch.js.map +1 -0
  289. package/dist/components/ui/tabs.d.ts +24 -0
  290. package/dist/components/ui/tabs.d.ts.map +1 -0
  291. package/dist/components/ui/tabs.js +41 -0
  292. package/dist/components/ui/tabs.js.map +1 -0
  293. package/dist/components/ui/textarea.d.ts +11 -0
  294. package/dist/components/ui/textarea.d.ts.map +1 -0
  295. package/dist/components/ui/textarea.js +16 -0
  296. package/dist/components/ui/textarea.js.map +1 -0
  297. package/dist/components/ui/time-input.client.d.ts +16 -0
  298. package/dist/components/ui/time-input.client.d.ts.map +1 -0
  299. package/dist/components/ui/time-input.client.js +53 -0
  300. package/dist/components/ui/time-input.client.js.map +1 -0
  301. package/dist/components/ui/time-picker-input.client.d.ts +15 -0
  302. package/dist/components/ui/time-picker-input.client.d.ts.map +1 -0
  303. package/dist/components/ui/time-picker-input.client.js +65 -0
  304. package/dist/components/ui/time-picker-input.client.js.map +1 -0
  305. package/dist/components/ui/toggle-group.client.d.ts +24 -0
  306. package/dist/components/ui/toggle-group.client.d.ts.map +1 -0
  307. package/dist/components/ui/toggle-group.client.js +48 -0
  308. package/dist/components/ui/toggle-group.client.js.map +1 -0
  309. package/dist/components/ui/toggle.d.ts +20 -0
  310. package/dist/components/ui/toggle.d.ts.map +1 -0
  311. package/dist/components/ui/toggle.js +42 -0
  312. package/dist/components/ui/toggle.js.map +1 -0
  313. package/dist/components/ui/tooltip.client.d.ts +24 -0
  314. package/dist/components/ui/tooltip.client.d.ts.map +1 -0
  315. package/dist/components/ui/tooltip.client.js +41 -0
  316. package/dist/components/ui/tooltip.client.js.map +1 -0
  317. package/dist/components/ui/tree.client.d.ts +43 -0
  318. package/dist/components/ui/tree.client.d.ts.map +1 -0
  319. package/dist/components/ui/tree.client.js +103 -0
  320. package/dist/components/ui/tree.client.js.map +1 -0
  321. package/dist/components.d.ts +38 -0
  322. package/dist/components.js +39 -0
  323. package/dist/config/client.d.ts +1 -0
  324. package/dist/config/client.js +1 -0
  325. package/dist/config/server.d.ts +8 -0
  326. package/dist/config/server.js +9 -0
  327. package/dist/config.d.ts +6 -0
  328. package/dist/config.js +5 -0
  329. package/dist/data-tables/client.d.ts +21 -0
  330. package/dist/data-tables/client.js +22 -0
  331. package/dist/data-tables/server.d.ts +7 -0
  332. package/dist/data-tables/server.js +8 -0
  333. package/dist/data-tables.d.ts +13 -0
  334. package/dist/data-tables.js +13 -0
  335. package/dist/inline-edit/client.d.ts +13 -0
  336. package/dist/inline-edit/client.js +14 -0
  337. package/dist/inline-edit/server.d.ts +1 -0
  338. package/dist/inline-edit/server.js +1 -0
  339. package/dist/inline-edit.d.ts +2 -0
  340. package/dist/inline-edit.js +3 -0
  341. package/dist/lib/client.d.ts +4 -0
  342. package/dist/lib/client.js +5 -0
  343. package/dist/lib/config/constants.d.ts +5 -0
  344. package/dist/lib/config/constants.d.ts.map +1 -0
  345. package/dist/lib/config/constants.js +6 -0
  346. package/dist/lib/config/constants.js.map +1 -0
  347. package/dist/lib/hooks/use-action.d.ts +18 -0
  348. package/dist/lib/hooks/use-action.d.ts.map +1 -0
  349. package/dist/lib/hooks/use-action.js +42 -0
  350. package/dist/lib/hooks/use-action.js.map +1 -0
  351. package/dist/lib/hooks/use-indicator.d.ts +32 -0
  352. package/dist/lib/hooks/use-indicator.d.ts.map +1 -0
  353. package/dist/lib/hooks/use-indicator.js +51 -0
  354. package/dist/lib/hooks/use-indicator.js.map +1 -0
  355. package/dist/lib/hooks/use-mobile.client.d.ts +7 -0
  356. package/dist/lib/hooks/use-mobile.client.d.ts.map +1 -0
  357. package/dist/lib/hooks/use-mobile.client.js +22 -0
  358. package/dist/lib/hooks/use-mobile.client.js.map +1 -0
  359. package/dist/lib/server.d.ts +1 -0
  360. package/dist/lib/server.js +1 -0
  361. package/dist/lib/types/config.d.ts +12 -0
  362. package/dist/lib/types/config.d.ts.map +1 -0
  363. package/dist/lib/utils/array-move.d.ts +11 -0
  364. package/dist/lib/utils/array-move.d.ts.map +1 -0
  365. package/dist/lib/utils/array-move.js +13 -0
  366. package/dist/lib/utils/array-move.js.map +1 -0
  367. package/dist/lib/utils/cn.d.ts +7 -0
  368. package/dist/lib/utils/cn.d.ts.map +1 -0
  369. package/dist/lib/utils/cn.js +11 -0
  370. package/dist/lib/utils/cn.js.map +1 -0
  371. package/dist/lib/utils/fonts.d.ts +8 -0
  372. package/dist/lib/utils/fonts.d.ts.map +1 -0
  373. package/dist/lib/utils/fonts.js +12 -0
  374. package/dist/lib/utils/fonts.js.map +1 -0
  375. package/dist/lib/utils/format.d.ts +41 -0
  376. package/dist/lib/utils/format.d.ts.map +1 -0
  377. package/dist/lib/utils/format.js +96 -0
  378. package/dist/lib/utils/format.js.map +1 -0
  379. package/dist/lib/utils/manifest.d.ts +9 -0
  380. package/dist/lib/utils/manifest.d.ts.map +1 -0
  381. package/dist/lib/utils/manifest.js +36 -0
  382. package/dist/lib/utils/manifest.js.map +1 -0
  383. package/dist/lib/utils/time-picker.d.ts +6 -0
  384. package/dist/lib/utils/time-picker.d.ts.map +1 -0
  385. package/dist/lib/utils/time-picker.js +104 -0
  386. package/dist/lib/utils/time-picker.js.map +1 -0
  387. package/dist/lib/utils/url.d.ts +10 -0
  388. package/dist/lib/utils/url.d.ts.map +1 -0
  389. package/dist/lib/utils/url.js +15 -0
  390. package/dist/lib/utils/url.js.map +1 -0
  391. package/dist/lib.d.ts +9 -0
  392. package/dist/lib.js +9 -0
  393. package/dist/modules/auth/components/allowed.client.d.ts +21 -0
  394. package/dist/modules/auth/components/allowed.client.d.ts.map +1 -0
  395. package/dist/modules/auth/components/allowed.client.js +16 -0
  396. package/dist/modules/auth/components/allowed.client.js.map +1 -0
  397. package/dist/modules/auth/components/allowed.server.d.ts +23 -0
  398. package/dist/modules/auth/components/allowed.server.d.ts.map +1 -0
  399. package/dist/modules/auth/components/allowed.server.js +24 -0
  400. package/dist/modules/auth/components/allowed.server.js.map +1 -0
  401. package/dist/modules/auth/components/auth-layout.server.d.ts +11 -0
  402. package/dist/modules/auth/components/auth-layout.server.d.ts.map +1 -0
  403. package/dist/modules/auth/components/auth-layout.server.js +40 -0
  404. package/dist/modules/auth/components/auth-layout.server.js.map +1 -0
  405. package/dist/modules/auth/components/forget-password-page.client.d.ts +7 -0
  406. package/dist/modules/auth/components/forget-password-page.client.d.ts.map +1 -0
  407. package/dist/modules/auth/components/forget-password-page.client.js +73 -0
  408. package/dist/modules/auth/components/forget-password-page.client.js.map +1 -0
  409. package/dist/modules/auth/components/login-page.client.d.ts +11 -0
  410. package/dist/modules/auth/components/login-page.client.d.ts.map +1 -0
  411. package/dist/modules/auth/components/login-page.client.js +111 -0
  412. package/dist/modules/auth/components/login-page.client.js.map +1 -0
  413. package/dist/modules/auth/components/reset-password-page.client.d.ts +12 -0
  414. package/dist/modules/auth/components/reset-password-page.client.d.ts.map +1 -0
  415. package/dist/modules/auth/components/reset-password-page.client.js +97 -0
  416. package/dist/modules/auth/components/reset-password-page.client.js.map +1 -0
  417. package/dist/modules/auth/components/update-password-command.d.ts +20 -0
  418. package/dist/modules/auth/components/update-password-command.d.ts.map +1 -0
  419. package/dist/modules/auth/components/update-password-command.js +50 -0
  420. package/dist/modules/auth/components/update-password-command.js.map +1 -0
  421. package/dist/modules/auth/db/schema.d.ts +739 -0
  422. package/dist/modules/auth/db/schema.d.ts.map +1 -0
  423. package/dist/modules/auth/db/schema.js +60 -0
  424. package/dist/modules/auth/db/schema.js.map +1 -0
  425. package/dist/modules/auth/handler/client.client.d.ts +3806 -0
  426. package/dist/modules/auth/handler/client.client.d.ts.map +1 -0
  427. package/dist/modules/auth/handler/client.client.js +16 -0
  428. package/dist/modules/auth/handler/client.client.js.map +1 -0
  429. package/dist/modules/auth/handler/route.server.d.ts +17 -0
  430. package/dist/modules/auth/handler/route.server.d.ts.map +1 -0
  431. package/dist/modules/auth/handler/route.server.js +32 -0
  432. package/dist/modules/auth/handler/route.server.js.map +1 -0
  433. package/dist/modules/auth/handler/server.server.js +61 -0
  434. package/dist/modules/auth/handler/server.server.js.map +1 -0
  435. package/dist/modules/auth/hooks/use-permission.client.js +52 -0
  436. package/dist/modules/auth/hooks/use-permission.client.js.map +1 -0
  437. package/dist/modules/auth/lib/helpers.server.d.ts +84 -0
  438. package/dist/modules/auth/lib/helpers.server.d.ts.map +1 -0
  439. package/dist/modules/auth/lib/helpers.server.js +45 -0
  440. package/dist/modules/auth/lib/helpers.server.js.map +1 -0
  441. package/dist/modules/auth/lib/permissions.d.ts +19 -0
  442. package/dist/modules/auth/lib/permissions.d.ts.map +1 -0
  443. package/dist/modules/auth/lib/permissions.js +15 -0
  444. package/dist/modules/auth/lib/permissions.js.map +1 -0
  445. package/dist/modules/auth/lib/utils.js +21 -0
  446. package/dist/modules/auth/lib/utils.js.map +1 -0
  447. package/dist/modules/auth/lib/validators.d.ts +64 -0
  448. package/dist/modules/auth/lib/validators.d.ts.map +1 -0
  449. package/dist/modules/auth/lib/validators.js +56 -0
  450. package/dist/modules/auth/lib/validators.js.map +1 -0
  451. package/dist/modules/commands/components/alert-dialog-command.client.d.ts +93 -0
  452. package/dist/modules/commands/components/alert-dialog-command.client.d.ts.map +1 -0
  453. package/dist/modules/commands/components/alert-dialog-command.client.js +157 -0
  454. package/dist/modules/commands/components/alert-dialog-command.client.js.map +1 -0
  455. package/dist/modules/commands/components/click-command.client.d.ts +27 -0
  456. package/dist/modules/commands/components/click-command.client.d.ts.map +1 -0
  457. package/dist/modules/commands/components/click-command.client.js +66 -0
  458. package/dist/modules/commands/components/click-command.client.js.map +1 -0
  459. package/dist/modules/commands/components/command-trigger.client.d.ts +34 -0
  460. package/dist/modules/commands/components/command-trigger.client.d.ts.map +1 -0
  461. package/dist/modules/commands/components/command-trigger.client.js +51 -0
  462. package/dist/modules/commands/components/command-trigger.client.js.map +1 -0
  463. package/dist/modules/commands/components/dialog-command.client.d.ts +68 -0
  464. package/dist/modules/commands/components/dialog-command.client.d.ts.map +1 -0
  465. package/dist/modules/commands/components/dialog-command.client.js +131 -0
  466. package/dist/modules/commands/components/dialog-command.client.js.map +1 -0
  467. package/dist/modules/commands/components/dropdown-command.client.d.ts +60 -0
  468. package/dist/modules/commands/components/dropdown-command.client.d.ts.map +1 -0
  469. package/dist/modules/commands/components/dropdown-command.client.js +130 -0
  470. package/dist/modules/commands/components/dropdown-command.client.js.map +1 -0
  471. package/dist/modules/commands/components/empty-command.client.d.ts +19 -0
  472. package/dist/modules/commands/components/empty-command.client.d.ts.map +1 -0
  473. package/dist/modules/commands/components/empty-command.client.js +57 -0
  474. package/dist/modules/commands/components/empty-command.client.js.map +1 -0
  475. package/dist/modules/commands/components/form-dialog-command.client.d.ts +100 -0
  476. package/dist/modules/commands/components/form-dialog-command.client.d.ts.map +1 -0
  477. package/dist/modules/commands/components/form-dialog-command.client.js +184 -0
  478. package/dist/modules/commands/components/form-dialog-command.client.js.map +1 -0
  479. package/dist/modules/commands/components/render-command.js +16 -0
  480. package/dist/modules/commands/components/render-command.js.map +1 -0
  481. package/dist/modules/commands/hooks/context.client.js +33 -0
  482. package/dist/modules/commands/hooks/context.client.js.map +1 -0
  483. package/dist/modules/commands/hooks/use-command-action.client.d.ts +21 -0
  484. package/dist/modules/commands/hooks/use-command-action.client.d.ts.map +1 -0
  485. package/dist/modules/commands/hooks/use-command-action.client.js +69 -0
  486. package/dist/modules/commands/hooks/use-command-action.client.js.map +1 -0
  487. package/dist/modules/commands/hooks/use-command-menu.client.d.ts +16 -0
  488. package/dist/modules/commands/hooks/use-command-menu.client.d.ts.map +1 -0
  489. package/dist/modules/commands/hooks/use-command-menu.client.js +90 -0
  490. package/dist/modules/commands/hooks/use-command-menu.client.js.map +1 -0
  491. package/dist/modules/commands/lib/definitions.d.ts +54 -0
  492. package/dist/modules/commands/lib/definitions.d.ts.map +1 -0
  493. package/dist/modules/commands/lib/factory.d.ts +24 -0
  494. package/dist/modules/commands/lib/factory.d.ts.map +1 -0
  495. package/dist/modules/commands/lib/factory.js +8 -0
  496. package/dist/modules/commands/lib/factory.js.map +1 -0
  497. package/dist/modules/commands/lib/schema.d.ts +18 -0
  498. package/dist/modules/commands/lib/schema.d.ts.map +1 -0
  499. package/dist/modules/commands/menus/context-menu.client.d.ts +27 -0
  500. package/dist/modules/commands/menus/context-menu.client.d.ts.map +1 -0
  501. package/dist/modules/commands/menus/context-menu.client.js +61 -0
  502. package/dist/modules/commands/menus/context-menu.client.js.map +1 -0
  503. package/dist/modules/commands/menus/data-table-menu.client.js +47 -0
  504. package/dist/modules/commands/menus/data-table-menu.client.js.map +1 -0
  505. package/dist/modules/commands/menus/dropdown-menu.client.d.ts +15 -0
  506. package/dist/modules/commands/menus/dropdown-menu.client.d.ts.map +1 -0
  507. package/dist/modules/commands/menus/dropdown-menu.client.js +56 -0
  508. package/dist/modules/commands/menus/dropdown-menu.client.js.map +1 -0
  509. package/dist/modules/commands/menus/inline-menu.client.d.ts +16 -0
  510. package/dist/modules/commands/menus/inline-menu.client.d.ts.map +1 -0
  511. package/dist/modules/commands/menus/inline-menu.client.js +37 -0
  512. package/dist/modules/commands/menus/inline-menu.client.js.map +1 -0
  513. package/dist/modules/commands/menus/responsive-menu.client.d.ts +9 -0
  514. package/dist/modules/commands/menus/responsive-menu.client.d.ts.map +1 -0
  515. package/dist/modules/commands/menus/responsive-menu.client.js +21 -0
  516. package/dist/modules/commands/menus/responsive-menu.client.js.map +1 -0
  517. package/dist/modules/commands/utils/archive-command.client.d.ts +33 -0
  518. package/dist/modules/commands/utils/archive-command.client.d.ts.map +1 -0
  519. package/dist/modules/commands/utils/archive-command.client.js +39 -0
  520. package/dist/modules/commands/utils/archive-command.client.js.map +1 -0
  521. package/dist/modules/commands/utils/delete-command.client.d.ts +23 -0
  522. package/dist/modules/commands/utils/delete-command.client.d.ts.map +1 -0
  523. package/dist/modules/commands/utils/delete-command.client.js +28 -0
  524. package/dist/modules/commands/utils/delete-command.client.js.map +1 -0
  525. package/dist/modules/commands/utils/send-mail-command.client.d.ts +41 -0
  526. package/dist/modules/commands/utils/send-mail-command.client.d.ts.map +1 -0
  527. package/dist/modules/commands/utils/send-mail-command.client.js +119 -0
  528. package/dist/modules/commands/utils/send-mail-command.client.js.map +1 -0
  529. package/dist/modules/config/db/create-client.js +28 -0
  530. package/dist/modules/config/db/create-client.js.map +1 -0
  531. package/dist/modules/config/db/helpers.d.ts +15 -0
  532. package/dist/modules/config/db/helpers.d.ts.map +1 -0
  533. package/dist/modules/config/db/helpers.js +16 -0
  534. package/dist/modules/config/db/helpers.js.map +1 -0
  535. package/dist/modules/config/db/types.d.ts +5 -0
  536. package/dist/modules/config/db/types.d.ts.map +1 -0
  537. package/dist/modules/config/lib/config.server.d.ts +37 -0
  538. package/dist/modules/config/lib/config.server.d.ts.map +1 -0
  539. package/dist/modules/config/lib/config.server.js +11 -0
  540. package/dist/modules/config/lib/config.server.js.map +1 -0
  541. package/dist/modules/config/lib/resolve.server.d.ts +2065 -0
  542. package/dist/modules/config/lib/resolve.server.d.ts.map +1 -0
  543. package/dist/modules/config/lib/resolve.server.js +45 -0
  544. package/dist/modules/config/lib/resolve.server.js.map +1 -0
  545. package/dist/modules/config/paths/create.server.d.ts +14 -0
  546. package/dist/modules/config/paths/create.server.d.ts.map +1 -0
  547. package/dist/modules/config/paths/create.server.js +12 -0
  548. package/dist/modules/config/paths/create.server.js.map +1 -0
  549. package/dist/modules/config/paths/get.server.js +47 -0
  550. package/dist/modules/config/paths/get.server.js.map +1 -0
  551. package/dist/modules/config/paths/types.d.ts +62 -0
  552. package/dist/modules/config/paths/types.d.ts.map +1 -0
  553. package/dist/modules/config/router/client.d.ts +11 -0
  554. package/dist/modules/config/router/client.d.ts.map +1 -0
  555. package/dist/modules/config/router/client.js +25 -0
  556. package/dist/modules/config/router/client.js.map +1 -0
  557. package/dist/modules/config/router/client.server.d.ts +25 -0
  558. package/dist/modules/config/router/client.server.d.ts.map +1 -0
  559. package/dist/modules/config/router/client.server.js +31 -0
  560. package/dist/modules/config/router/client.server.js.map +1 -0
  561. package/dist/modules/config/router/context.server.d.ts +2092 -0
  562. package/dist/modules/config/router/context.server.d.ts.map +1 -0
  563. package/dist/modules/config/router/context.server.js +23 -0
  564. package/dist/modules/config/router/context.server.js.map +1 -0
  565. package/dist/modules/config/router/error.server.d.ts +2 -0
  566. package/dist/modules/config/router/error.server.js +3 -0
  567. package/dist/modules/config/router/helpers.js +8 -0
  568. package/dist/modules/config/router/helpers.js.map +1 -0
  569. package/dist/modules/config/router/init.server.d.ts +2125 -0
  570. package/dist/modules/config/router/init.server.d.ts.map +1 -0
  571. package/dist/modules/config/router/init.server.js +53 -0
  572. package/dist/modules/config/router/init.server.js.map +1 -0
  573. package/dist/modules/config/router/query-client.d.ts +11 -0
  574. package/dist/modules/config/router/query-client.d.ts.map +1 -0
  575. package/dist/modules/config/router/query-client.js +51 -0
  576. package/dist/modules/config/router/query-client.js.map +1 -0
  577. package/dist/modules/config/router/validators.d.ts +14 -0
  578. package/dist/modules/config/router/validators.d.ts.map +1 -0
  579. package/dist/modules/config/router/validators.js +11 -0
  580. package/dist/modules/config/router/validators.js.map +1 -0
  581. package/dist/modules/data-tables/components/cell/common.client.d.ts +27 -0
  582. package/dist/modules/data-tables/components/cell/common.client.d.ts.map +1 -0
  583. package/dist/modules/data-tables/components/cell/common.client.js +36 -0
  584. package/dist/modules/data-tables/components/cell/common.client.js.map +1 -0
  585. package/dist/modules/data-tables/components/cell/index.client.d.ts +10 -0
  586. package/dist/modules/data-tables/components/cell/index.client.d.ts.map +1 -0
  587. package/dist/modules/data-tables/components/cell/index.client.js +25 -0
  588. package/dist/modules/data-tables/components/cell/index.client.js.map +1 -0
  589. package/dist/modules/data-tables/components/cell/select.client.d.ts +10 -0
  590. package/dist/modules/data-tables/components/cell/select.client.d.ts.map +1 -0
  591. package/dist/modules/data-tables/components/cell/select.client.js +37 -0
  592. package/dist/modules/data-tables/components/cell/select.client.js.map +1 -0
  593. package/dist/modules/data-tables/components/column-header.d.ts +16 -0
  594. package/dist/modules/data-tables/components/column-header.d.ts.map +1 -0
  595. package/dist/modules/data-tables/components/column-header.js +47 -0
  596. package/dist/modules/data-tables/components/column-header.js.map +1 -0
  597. package/dist/modules/data-tables/components/filters/combobox.client.d.ts +28 -0
  598. package/dist/modules/data-tables/components/filters/combobox.client.d.ts.map +1 -0
  599. package/dist/modules/data-tables/components/filters/combobox.client.js +98 -0
  600. package/dist/modules/data-tables/components/filters/combobox.client.js.map +1 -0
  601. package/dist/modules/data-tables/components/filters/slider.client.d.ts +23 -0
  602. package/dist/modules/data-tables/components/filters/slider.client.d.ts.map +1 -0
  603. package/dist/modules/data-tables/components/filters/slider.client.js +130 -0
  604. package/dist/modules/data-tables/components/filters/slider.client.js.map +1 -0
  605. package/dist/modules/data-tables/components/footer.js +30 -0
  606. package/dist/modules/data-tables/components/footer.js.map +1 -0
  607. package/dist/modules/data-tables/components/header.d.ts +41 -0
  608. package/dist/modules/data-tables/components/header.d.ts.map +1 -0
  609. package/dist/modules/data-tables/components/header.js +44 -0
  610. package/dist/modules/data-tables/components/header.js.map +1 -0
  611. package/dist/modules/data-tables/components/layout.d.ts +12 -0
  612. package/dist/modules/data-tables/components/layout.d.ts.map +1 -0
  613. package/dist/modules/data-tables/components/layout.js +15 -0
  614. package/dist/modules/data-tables/components/layout.js.map +1 -0
  615. package/dist/modules/data-tables/components/search-input.client.d.ts +7 -0
  616. package/dist/modules/data-tables/components/search-input.client.d.ts.map +1 -0
  617. package/dist/modules/data-tables/components/search-input.client.js +21 -0
  618. package/dist/modules/data-tables/components/search-input.client.js.map +1 -0
  619. package/dist/modules/data-tables/components/skeleton.d.ts +7 -0
  620. package/dist/modules/data-tables/components/skeleton.d.ts.map +1 -0
  621. package/dist/modules/data-tables/components/skeleton.js +22 -0
  622. package/dist/modules/data-tables/components/skeleton.js.map +1 -0
  623. package/dist/modules/data-tables/components/table.d.ts +34 -0
  624. package/dist/modules/data-tables/components/table.d.ts.map +1 -0
  625. package/dist/modules/data-tables/components/table.js +58 -0
  626. package/dist/modules/data-tables/components/table.js.map +1 -0
  627. package/dist/modules/data-tables/components/toolbar.d.ts +23 -0
  628. package/dist/modules/data-tables/components/toolbar.d.ts.map +1 -0
  629. package/dist/modules/data-tables/components/toolbar.js +22 -0
  630. package/dist/modules/data-tables/components/toolbar.js.map +1 -0
  631. package/dist/modules/data-tables/hooks/use-context.client.d.ts +56 -0
  632. package/dist/modules/data-tables/hooks/use-context.client.d.ts.map +1 -0
  633. package/dist/modules/data-tables/hooks/use-context.client.js +36 -0
  634. package/dist/modules/data-tables/hooks/use-context.client.js.map +1 -0
  635. package/dist/modules/data-tables/hooks/use-search.client.js +37 -0
  636. package/dist/modules/data-tables/hooks/use-search.client.js.map +1 -0
  637. package/dist/modules/data-tables/hooks/use-selection.client.js +40 -0
  638. package/dist/modules/data-tables/hooks/use-selection.client.js.map +1 -0
  639. package/dist/modules/data-tables/hooks/use-table.client.d.ts +12 -0
  640. package/dist/modules/data-tables/hooks/use-table.client.d.ts.map +1 -0
  641. package/dist/modules/data-tables/hooks/use-table.client.js +56 -0
  642. package/dist/modules/data-tables/hooks/use-table.client.js.map +1 -0
  643. package/dist/modules/data-tables/lib/converters/cursor.d.ts +19 -0
  644. package/dist/modules/data-tables/lib/converters/cursor.d.ts.map +1 -0
  645. package/dist/modules/data-tables/lib/converters/cursor.js +16 -0
  646. package/dist/modules/data-tables/lib/converters/cursor.js.map +1 -0
  647. package/dist/modules/data-tables/lib/converters/dto.d.ts +52 -0
  648. package/dist/modules/data-tables/lib/converters/dto.d.ts.map +1 -0
  649. package/dist/modules/data-tables/lib/converters/dto.js +25 -0
  650. package/dist/modules/data-tables/lib/converters/dto.js.map +1 -0
  651. package/dist/modules/data-tables/lib/converters/filter.d.ts +10 -0
  652. package/dist/modules/data-tables/lib/converters/filter.d.ts.map +1 -0
  653. package/dist/modules/data-tables/lib/converters/filter.js +14 -0
  654. package/dist/modules/data-tables/lib/converters/filter.js.map +1 -0
  655. package/dist/modules/data-tables/lib/converters/search.d.ts +17 -0
  656. package/dist/modules/data-tables/lib/converters/search.d.ts.map +1 -0
  657. package/dist/modules/data-tables/lib/converters/search.js +16 -0
  658. package/dist/modules/data-tables/lib/converters/search.js.map +1 -0
  659. package/dist/modules/data-tables/lib/converters/sorting.d.ts +15 -0
  660. package/dist/modules/data-tables/lib/converters/sorting.d.ts.map +1 -0
  661. package/dist/modules/data-tables/lib/converters/sorting.js +20 -0
  662. package/dist/modules/data-tables/lib/converters/sorting.js.map +1 -0
  663. package/dist/modules/data-tables/lib/filters/config.d.ts +11 -0
  664. package/dist/modules/data-tables/lib/filters/config.d.ts.map +1 -0
  665. package/dist/modules/data-tables/lib/filters/config.js +6 -0
  666. package/dist/modules/data-tables/lib/filters/config.js.map +1 -0
  667. package/dist/modules/data-tables/lib/filters/parsers.d.ts +32 -0
  668. package/dist/modules/data-tables/lib/filters/parsers.d.ts.map +1 -0
  669. package/dist/modules/data-tables/lib/filters/parsers.js +29 -0
  670. package/dist/modules/data-tables/lib/filters/parsers.js.map +1 -0
  671. package/dist/modules/data-tables/lib/filters/resolvers.d.ts +24 -0
  672. package/dist/modules/data-tables/lib/filters/resolvers.d.ts.map +1 -0
  673. package/dist/modules/data-tables/lib/filters/resolvers.js +49 -0
  674. package/dist/modules/data-tables/lib/filters/resolvers.js.map +1 -0
  675. package/dist/modules/data-tables/lib/helpers/create-column.js +11 -0
  676. package/dist/modules/data-tables/lib/helpers/create-column.js.map +1 -0
  677. package/dist/modules/data-tables/lib/search-params.d.ts +22 -0
  678. package/dist/modules/data-tables/lib/search-params.d.ts.map +1 -0
  679. package/dist/modules/data-tables/lib/search-params.js +17 -0
  680. package/dist/modules/data-tables/lib/search-params.js.map +1 -0
  681. package/dist/modules/data-tables/lib/types.d.ts +57 -0
  682. package/dist/modules/data-tables/lib/types.d.ts.map +1 -0
  683. package/dist/modules/data-tables/lib/validators.d.ts +21 -0
  684. package/dist/modules/data-tables/lib/validators.d.ts.map +1 -0
  685. package/dist/modules/data-tables/lib/validators.js +17 -0
  686. package/dist/modules/data-tables/lib/validators.js.map +1 -0
  687. package/dist/modules/data-tables/server/get-data.server.d.ts +30 -0
  688. package/dist/modules/data-tables/server/get-data.server.d.ts.map +1 -0
  689. package/dist/modules/data-tables/server/get-data.server.js +48 -0
  690. package/dist/modules/data-tables/server/get-data.server.js.map +1 -0
  691. package/dist/modules/data-tables/strategies/helpers/sorting.js +38 -0
  692. package/dist/modules/data-tables/strategies/helpers/sorting.js.map +1 -0
  693. package/dist/modules/data-tables/strategies/infinite/components.js +52 -0
  694. package/dist/modules/data-tables/strategies/infinite/components.js.map +1 -0
  695. package/dist/modules/data-tables/strategies/infinite/strategy.d.ts +21 -0
  696. package/dist/modules/data-tables/strategies/infinite/strategy.d.ts.map +1 -0
  697. package/dist/modules/data-tables/strategies/infinite/strategy.js +49 -0
  698. package/dist/modules/data-tables/strategies/infinite/strategy.js.map +1 -0
  699. package/dist/modules/data-tables/strategies/pagination/components.js +133 -0
  700. package/dist/modules/data-tables/strategies/pagination/components.js.map +1 -0
  701. package/dist/modules/data-tables/strategies/pagination/strategy.d.ts +13 -0
  702. package/dist/modules/data-tables/strategies/pagination/strategy.d.ts.map +1 -0
  703. package/dist/modules/data-tables/strategies/pagination/strategy.js +47 -0
  704. package/dist/modules/data-tables/strategies/pagination/strategy.js.map +1 -0
  705. package/dist/modules/data-tables/tables/data-table/components/body.js +34 -0
  706. package/dist/modules/data-tables/tables/data-table/components/body.js.map +1 -0
  707. package/dist/modules/data-tables/tables/data-table/components/header.js +14 -0
  708. package/dist/modules/data-tables/tables/data-table/components/header.js.map +1 -0
  709. package/dist/modules/data-tables/tables/data-table/components/row.js +25 -0
  710. package/dist/modules/data-tables/tables/data-table/components/row.js.map +1 -0
  711. package/dist/modules/data-tables/tables/data-table/components/table.d.ts +11 -0
  712. package/dist/modules/data-tables/tables/data-table/components/table.d.ts.map +1 -0
  713. package/dist/modules/data-tables/tables/data-table/components/table.js +38 -0
  714. package/dist/modules/data-tables/tables/data-table/components/table.js.map +1 -0
  715. package/dist/modules/data-tables/tables/inline-table/components/body.js +71 -0
  716. package/dist/modules/data-tables/tables/inline-table/components/body.js.map +1 -0
  717. package/dist/modules/data-tables/tables/inline-table/components/cells/common.d.ts +12 -0
  718. package/dist/modules/data-tables/tables/inline-table/components/cells/common.d.ts.map +1 -0
  719. package/dist/modules/data-tables/tables/inline-table/components/cells/common.js +16 -0
  720. package/dist/modules/data-tables/tables/inline-table/components/cells/common.js.map +1 -0
  721. package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.d.ts +10 -0
  722. package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.d.ts.map +1 -0
  723. package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.js +40 -0
  724. package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.js.map +1 -0
  725. package/dist/modules/data-tables/tables/inline-table/components/header.js +11 -0
  726. package/dist/modules/data-tables/tables/inline-table/components/header.js.map +1 -0
  727. package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.d.ts +29 -0
  728. package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.d.ts.map +1 -0
  729. package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.js +53 -0
  730. package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.js.map +1 -0
  731. package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.d.ts +27 -0
  732. package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.d.ts.map +1 -0
  733. package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.js +30 -0
  734. package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.js.map +1 -0
  735. package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.d.ts +39 -0
  736. package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.d.ts.map +1 -0
  737. package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.js +72 -0
  738. package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.js.map +1 -0
  739. package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.d.ts +12 -0
  740. package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.d.ts.map +1 -0
  741. package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.js +16 -0
  742. package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.js.map +1 -0
  743. package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.d.ts +33 -0
  744. package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.d.ts.map +1 -0
  745. package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.js +53 -0
  746. package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.js.map +1 -0
  747. package/dist/modules/data-tables/tables/inline-table/components/row.client.js +38 -0
  748. package/dist/modules/data-tables/tables/inline-table/components/row.client.js.map +1 -0
  749. package/dist/modules/data-tables/tables/inline-table/components/table.d.ts +16 -0
  750. package/dist/modules/data-tables/tables/inline-table/components/table.d.ts.map +1 -0
  751. package/dist/modules/data-tables/tables/inline-table/components/table.js +47 -0
  752. package/dist/modules/data-tables/tables/inline-table/components/table.js.map +1 -0
  753. package/dist/modules/data-tables/tables/inline-table/hooks/context.client.d.ts +47 -0
  754. package/dist/modules/data-tables/tables/inline-table/hooks/context.client.d.ts.map +1 -0
  755. package/dist/modules/data-tables/tables/inline-table/hooks/context.client.js +59 -0
  756. package/dist/modules/data-tables/tables/inline-table/hooks/context.client.js.map +1 -0
  757. package/dist/modules/data-tables/tables/inline-table/hooks/use-hotkeys.client.js +27 -0
  758. package/dist/modules/data-tables/tables/inline-table/hooks/use-hotkeys.client.js.map +1 -0
  759. package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.d.ts +15 -0
  760. package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.d.ts.map +1 -0
  761. package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.js +53 -0
  762. package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.js.map +1 -0
  763. package/dist/modules/inline-edit/components/combobox-dropdown.client.d.ts +17 -0
  764. package/dist/modules/inline-edit/components/combobox-dropdown.client.d.ts.map +1 -0
  765. package/dist/modules/inline-edit/components/combobox-dropdown.client.js +26 -0
  766. package/dist/modules/inline-edit/components/combobox-dropdown.client.js.map +1 -0
  767. package/dist/modules/inline-edit/components/combobox.client.d.ts +15 -0
  768. package/dist/modules/inline-edit/components/combobox.client.d.ts.map +1 -0
  769. package/dist/modules/inline-edit/components/combobox.client.js +28 -0
  770. package/dist/modules/inline-edit/components/combobox.client.js.map +1 -0
  771. package/dist/modules/inline-edit/components/date-input.client.d.ts +14 -0
  772. package/dist/modules/inline-edit/components/date-input.client.d.ts.map +1 -0
  773. package/dist/modules/inline-edit/components/date-input.client.js +79 -0
  774. package/dist/modules/inline-edit/components/date-input.client.js.map +1 -0
  775. package/dist/modules/inline-edit/components/date-picker.client.d.ts +16 -0
  776. package/dist/modules/inline-edit/components/date-picker.client.d.ts.map +1 -0
  777. package/dist/modules/inline-edit/components/date-picker.client.js +51 -0
  778. package/dist/modules/inline-edit/components/date-picker.client.js.map +1 -0
  779. package/dist/modules/inline-edit/components/editor.client.d.ts +16 -0
  780. package/dist/modules/inline-edit/components/editor.client.d.ts.map +1 -0
  781. package/dist/modules/inline-edit/components/editor.client.js +35 -0
  782. package/dist/modules/inline-edit/components/editor.client.js.map +1 -0
  783. package/dist/modules/inline-edit/components/input-toggle.client.d.ts +17 -0
  784. package/dist/modules/inline-edit/components/input-toggle.client.d.ts.map +1 -0
  785. package/dist/modules/inline-edit/components/input-toggle.client.js +47 -0
  786. package/dist/modules/inline-edit/components/input-toggle.client.js.map +1 -0
  787. package/dist/modules/inline-edit/components/input.client.d.ts +30 -0
  788. package/dist/modules/inline-edit/components/input.client.d.ts.map +1 -0
  789. package/dist/modules/inline-edit/components/input.client.js +49 -0
  790. package/dist/modules/inline-edit/components/input.client.js.map +1 -0
  791. package/dist/modules/inline-edit/components/richtext.client.d.ts +14 -0
  792. package/dist/modules/inline-edit/components/richtext.client.d.ts.map +1 -0
  793. package/dist/modules/inline-edit/components/richtext.client.js +31 -0
  794. package/dist/modules/inline-edit/components/richtext.client.js.map +1 -0
  795. package/dist/modules/inline-edit/components/select.client.d.ts +22 -0
  796. package/dist/modules/inline-edit/components/select.client.d.ts.map +1 -0
  797. package/dist/modules/inline-edit/components/select.client.js +39 -0
  798. package/dist/modules/inline-edit/components/select.client.js.map +1 -0
  799. package/dist/modules/inline-edit/components/switch.client.d.ts +14 -0
  800. package/dist/modules/inline-edit/components/switch.client.d.ts.map +1 -0
  801. package/dist/modules/inline-edit/components/switch.client.js +27 -0
  802. package/dist/modules/inline-edit/components/switch.client.js.map +1 -0
  803. package/dist/modules/inline-edit/components/toggle.client.d.ts +16 -0
  804. package/dist/modules/inline-edit/components/toggle.client.d.ts.map +1 -0
  805. package/dist/modules/inline-edit/components/toggle.client.js +34 -0
  806. package/dist/modules/inline-edit/components/toggle.client.js.map +1 -0
  807. package/dist/modules/inline-edit/hooks/context.client.d.ts +28 -0
  808. package/dist/modules/inline-edit/hooks/context.client.d.ts.map +1 -0
  809. package/dist/modules/inline-edit/hooks/context.client.js +29 -0
  810. package/dist/modules/inline-edit/hooks/context.client.js.map +1 -0
  811. package/dist/modules/inline-edit/hooks/use-inline.client.d.ts +16 -0
  812. package/dist/modules/inline-edit/hooks/use-inline.client.d.ts.map +1 -0
  813. package/dist/modules/inline-edit/hooks/use-inline.client.js +57 -0
  814. package/dist/modules/inline-edit/hooks/use-inline.client.js.map +1 -0
  815. package/dist/modules/inline-edit/lib/validators.d.ts +58 -0
  816. package/dist/modules/inline-edit/lib/validators.d.ts.map +1 -0
  817. package/dist/modules/inline-edit/lib/validators.js +35 -0
  818. package/dist/modules/inline-edit/lib/validators.js.map +1 -0
  819. package/dist/modules/uploads/components/button.client.d.ts +12 -0
  820. package/dist/modules/uploads/components/button.client.d.ts.map +1 -0
  821. package/dist/modules/uploads/components/button.client.js +35 -0
  822. package/dist/modules/uploads/components/button.client.js.map +1 -0
  823. package/dist/modules/uploads/components/images/grid.client.d.ts +11 -0
  824. package/dist/modules/uploads/components/images/grid.client.d.ts.map +1 -0
  825. package/dist/modules/uploads/components/images/grid.client.js +120 -0
  826. package/dist/modules/uploads/components/images/grid.client.js.map +1 -0
  827. package/dist/modules/uploads/components/images/input.client.d.ts +16 -0
  828. package/dist/modules/uploads/components/images/input.client.d.ts.map +1 -0
  829. package/dist/modules/uploads/components/images/input.client.js +28 -0
  830. package/dist/modules/uploads/components/images/input.client.js.map +1 -0
  831. package/dist/modules/uploads/components/preview-dialog.client.d.ts +16 -0
  832. package/dist/modules/uploads/components/preview-dialog.client.d.ts.map +1 -0
  833. package/dist/modules/uploads/components/preview-dialog.client.js +22 -0
  834. package/dist/modules/uploads/components/preview-dialog.client.js.map +1 -0
  835. package/dist/modules/uploads/components/zone.client.d.ts +21 -0
  836. package/dist/modules/uploads/components/zone.client.d.ts.map +1 -0
  837. package/dist/modules/uploads/components/zone.client.js +39 -0
  838. package/dist/modules/uploads/components/zone.client.js.map +1 -0
  839. package/dist/modules/uploads/hooks/use-upload-image.client.d.ts +33 -0
  840. package/dist/modules/uploads/hooks/use-upload-image.client.d.ts.map +1 -0
  841. package/dist/modules/uploads/hooks/use-upload-image.client.js +101 -0
  842. package/dist/modules/uploads/hooks/use-upload-image.client.js.map +1 -0
  843. package/dist/modules/uploads/hooks/use-upload-zone.client.d.ts +39 -0
  844. package/dist/modules/uploads/hooks/use-upload-zone.client.d.ts.map +1 -0
  845. package/dist/modules/uploads/hooks/use-upload-zone.client.js +20 -0
  846. package/dist/modules/uploads/hooks/use-upload-zone.client.js.map +1 -0
  847. package/dist/modules/uploads/lib/constants.d.ts +9 -0
  848. package/dist/modules/uploads/lib/constants.d.ts.map +1 -0
  849. package/dist/modules/uploads/lib/constants.js +17 -0
  850. package/dist/modules/uploads/lib/constants.js.map +1 -0
  851. package/dist/modules/uploads/lib/filters.d.ts +10 -0
  852. package/dist/modules/uploads/lib/filters.d.ts.map +1 -0
  853. package/dist/modules/uploads/lib/filters.js +10 -0
  854. package/dist/modules/uploads/lib/filters.js.map +1 -0
  855. package/dist/modules/uploads/lib/helpers.d.ts +32 -0
  856. package/dist/modules/uploads/lib/helpers.d.ts.map +1 -0
  857. package/dist/modules/uploads/lib/helpers.js +73 -0
  858. package/dist/modules/uploads/lib/helpers.js.map +1 -0
  859. package/dist/modules/uploads/lib/proxy.server.d.ts +46 -0
  860. package/dist/modules/uploads/lib/proxy.server.d.ts.map +1 -0
  861. package/dist/modules/uploads/lib/proxy.server.js +96 -0
  862. package/dist/modules/uploads/lib/proxy.server.js.map +1 -0
  863. package/dist/modules/uploads/lib/route.server.d.ts +43 -0
  864. package/dist/modules/uploads/lib/route.server.d.ts.map +1 -0
  865. package/dist/modules/uploads/lib/route.server.js +72 -0
  866. package/dist/modules/uploads/lib/route.server.js.map +1 -0
  867. package/dist/modules/uploads/lib/router.server.d.ts +12765 -0
  868. package/dist/modules/uploads/lib/router.server.d.ts.map +1 -0
  869. package/dist/modules/uploads/lib/router.server.js +177 -0
  870. package/dist/modules/uploads/lib/router.server.js.map +1 -0
  871. package/dist/modules/uploads/lib/schema.d.ts +815 -0
  872. package/dist/modules/uploads/lib/schema.d.ts.map +1 -0
  873. package/dist/modules/uploads/lib/schema.js +66 -0
  874. package/dist/modules/uploads/lib/schema.js.map +1 -0
  875. package/dist/modules/uploads/lib/validators.d.ts +939 -0
  876. package/dist/modules/uploads/lib/validators.d.ts.map +1 -0
  877. package/dist/modules/uploads/lib/validators.js +25 -0
  878. package/dist/modules/uploads/lib/validators.js.map +1 -0
  879. package/dist/uploads/client.d.ts +8 -0
  880. package/dist/uploads/client.js +9 -0
  881. package/dist/uploads/server.d.ts +4 -0
  882. package/dist/uploads/server.js +5 -0
  883. package/dist/uploads.d.ts +6 -0
  884. package/dist/uploads.js +7 -0
  885. package/package.json +164 -0
  886. package/src/components/common/icons.tsx +159 -0
  887. package/src/components/common/status.tsx +88 -0
  888. package/src/components/editor/components/block-dropdown.tsx +107 -0
  889. package/src/components/editor/components/content.client.tsx +16 -0
  890. package/src/components/editor/components/fixed-menu.client.tsx +143 -0
  891. package/src/components/editor/components/spinner.tsx +28 -0
  892. package/src/components/editor/context.client.tsx +116 -0
  893. package/src/components/editor/index.client.tsx +13 -0
  894. package/src/components/editor/preview.client.tsx +13 -0
  895. package/src/components/editor/utils.ts +201 -0
  896. package/src/components/emails/forget-password-email.tsx +70 -0
  897. package/src/components/entry.client.ts +48 -0
  898. package/src/components/entry.server.ts +5 -0
  899. package/src/components/entry.ts +52 -0
  900. package/src/components/forms/form-dialog.tsx +141 -0
  901. package/src/components/forms/form-layout.tsx +56 -0
  902. package/src/components/header/back-button.client.tsx +54 -0
  903. package/src/components/header/bottom-bar.client.tsx +55 -0
  904. package/src/components/header/breadcrumbs.client.tsx +99 -0
  905. package/src/components/header/header.client.tsx +10 -0
  906. package/src/components/header/indicator.client.tsx +28 -0
  907. package/src/components/header/mobile-nav-switcher.client.tsx +22 -0
  908. package/src/components/header/top-bar.client.tsx +134 -0
  909. package/src/components/layouts/admin-content.client.tsx +23 -0
  910. package/src/components/layouts/admin-layout.server.tsx +31 -0
  911. package/src/components/layouts/admin-loading.tsx +11 -0
  912. package/src/components/layouts/admin-sidebar-context.client.tsx +34 -0
  913. package/src/components/layouts/admin-sidebar-header.client.tsx +98 -0
  914. package/src/components/layouts/admin-sidebar.client.tsx +88 -0
  915. package/src/components/layouts/empty-page.tsx +59 -0
  916. package/src/components/layouts/list-layout.tsx +10 -0
  917. package/src/components/layouts/not-allowed-page.tsx +44 -0
  918. package/src/components/layouts/not-found-page.tsx +9 -0
  919. package/src/components/layouts/not-found-section.tsx +21 -0
  920. package/src/components/layouts/providers.client.tsx +29 -0
  921. package/src/components/layouts/root-layout.server.tsx +50 -0
  922. package/src/components/layouts/tab-layout.tsx +68 -0
  923. package/src/components/lists/data-list.tsx +48 -0
  924. package/src/components/lists/data-stack.tsx +71 -0
  925. package/src/components/ui/accordion.tsx +64 -0
  926. package/src/components/ui/alert-dialog.tsx +133 -0
  927. package/src/components/ui/alert.tsx +60 -0
  928. package/src/components/ui/aspect-ratio.tsx +9 -0
  929. package/src/components/ui/avatar.client.tsx +41 -0
  930. package/src/components/ui/badge.tsx +39 -0
  931. package/src/components/ui/breadcrumb.tsx +102 -0
  932. package/src/components/ui/button.tsx +56 -0
  933. package/src/components/ui/calendar.tsx +72 -0
  934. package/src/components/ui/card.tsx +58 -0
  935. package/src/components/ui/carousel.tsx +230 -0
  936. package/src/components/ui/chart.client.tsx +322 -0
  937. package/src/components/ui/checkbox.tsx +29 -0
  938. package/src/components/ui/collapsible.client.tsx +21 -0
  939. package/src/components/ui/color-picker.client.tsx +50 -0
  940. package/src/components/ui/combobox-dropdown.client.tsx +156 -0
  941. package/src/components/ui/combobox.client.tsx +110 -0
  942. package/src/components/ui/command.tsx +154 -0
  943. package/src/components/ui/context-menu.tsx +224 -0
  944. package/src/components/ui/dialog.client.tsx +121 -0
  945. package/src/components/ui/drawer.client.tsx +121 -0
  946. package/src/components/ui/dropdown-menu.tsx +228 -0
  947. package/src/components/ui/form.client.tsx +152 -0
  948. package/src/components/ui/hover-card.client.tsx +36 -0
  949. package/src/components/ui/input.tsx +21 -0
  950. package/src/components/ui/label.tsx +21 -0
  951. package/src/components/ui/navigation-menu.tsx +163 -0
  952. package/src/components/ui/pagination.tsx +106 -0
  953. package/src/components/ui/popover.tsx +42 -0
  954. package/src/components/ui/progress.client.tsx +28 -0
  955. package/src/components/ui/radio-group.tsx +45 -0
  956. package/src/components/ui/resizable.client.tsx +51 -0
  957. package/src/components/ui/scroll-area.tsx +56 -0
  958. package/src/components/ui/select.client.tsx +166 -0
  959. package/src/components/ui/separator.tsx +28 -0
  960. package/src/components/ui/sheet.client.tsx +128 -0
  961. package/src/components/ui/sidebar.client.tsx +696 -0
  962. package/src/components/ui/skeleton.tsx +13 -0
  963. package/src/components/ui/slider.tsx +58 -0
  964. package/src/components/ui/sonner.client.tsx +28 -0
  965. package/src/components/ui/switch.tsx +28 -0
  966. package/src/components/ui/tabs.tsx +54 -0
  967. package/src/components/ui/textarea.tsx +18 -0
  968. package/src/components/ui/time-input.client.tsx +56 -0
  969. package/src/components/ui/time-picker-input.client.tsx +107 -0
  970. package/src/components/ui/toggle-group.client.tsx +69 -0
  971. package/src/components/ui/toggle.tsx +46 -0
  972. package/src/components/ui/tooltip.client.tsx +57 -0
  973. package/src/components/ui/tree.client.tsx +173 -0
  974. package/src/entry.ts +104 -0
  975. package/src/lib/config/constants.ts +1 -0
  976. package/src/lib/entry.client.ts +6 -0
  977. package/src/lib/entry.server.ts +0 -0
  978. package/src/lib/entry.ts +19 -0
  979. package/src/lib/hooks/use-action.ts +54 -0
  980. package/src/lib/hooks/use-indicator.tsx +62 -0
  981. package/src/lib/hooks/use-mobile.client.tsx +21 -0
  982. package/src/lib/types/config.ts +8 -0
  983. package/src/lib/utils/array-move.ts +8 -0
  984. package/src/lib/utils/cn.ts +6 -0
  985. package/src/lib/utils/fonts.ts +8 -0
  986. package/src/lib/utils/format.ts +104 -0
  987. package/src/lib/utils/manifest.ts +35 -0
  988. package/src/lib/utils/time-picker.ts +139 -0
  989. package/src/lib/utils/url.ts +12 -0
  990. package/src/modules/auth/components/allowed.client.tsx +22 -0
  991. package/src/modules/auth/components/allowed.server.tsx +41 -0
  992. package/src/modules/auth/components/auth-layout.server.tsx +31 -0
  993. package/src/modules/auth/components/forget-password-page.client.tsx +78 -0
  994. package/src/modules/auth/components/login-page.client.tsx +118 -0
  995. package/src/modules/auth/components/reset-password-page.client.tsx +107 -0
  996. package/src/modules/auth/components/update-password-command.tsx +79 -0
  997. package/src/modules/auth/db/schema.ts +76 -0
  998. package/src/modules/auth/entry.client.ts +6 -0
  999. package/src/modules/auth/entry.server.ts +4 -0
  1000. package/src/modules/auth/entry.ts +3 -0
  1001. package/src/modules/auth/handler/client.client.ts +24 -0
  1002. package/src/modules/auth/handler/route.server.ts +32 -0
  1003. package/src/modules/auth/handler/server.server.ts +82 -0
  1004. package/src/modules/auth/hooks/use-permission.client.ts +48 -0
  1005. package/src/modules/auth/lib/helpers.server.ts +59 -0
  1006. package/src/modules/auth/lib/permissions.ts +19 -0
  1007. package/src/modules/auth/lib/utils.ts +17 -0
  1008. package/src/modules/auth/lib/validators.ts +91 -0
  1009. package/src/modules/commands/components/alert-dialog-command.client.tsx +284 -0
  1010. package/src/modules/commands/components/click-command.client.tsx +81 -0
  1011. package/src/modules/commands/components/command-trigger.client.tsx +69 -0
  1012. package/src/modules/commands/components/dialog-command.client.tsx +161 -0
  1013. package/src/modules/commands/components/dropdown-command.client.tsx +200 -0
  1014. package/src/modules/commands/components/empty-command.client.tsx +63 -0
  1015. package/src/modules/commands/components/form-dialog-command.client.tsx +243 -0
  1016. package/src/modules/commands/components/render-command.tsx +20 -0
  1017. package/src/modules/commands/entry.client.ts +15 -0
  1018. package/src/modules/commands/entry.server.ts +0 -0
  1019. package/src/modules/commands/entry.ts +2 -0
  1020. package/src/modules/commands/hooks/context.client.tsx +38 -0
  1021. package/src/modules/commands/hooks/use-command-action.client.tsx +95 -0
  1022. package/src/modules/commands/hooks/use-command-menu.client.tsx +260 -0
  1023. package/src/modules/commands/lib/definitions.ts +43 -0
  1024. package/src/modules/commands/lib/factory.ts +5 -0
  1025. package/src/modules/commands/lib/schema.ts +23 -0
  1026. package/src/modules/commands/menus/context-menu.client.tsx +69 -0
  1027. package/src/modules/commands/menus/data-table-menu.client.tsx +46 -0
  1028. package/src/modules/commands/menus/dropdown-menu.client.tsx +50 -0
  1029. package/src/modules/commands/menus/inline-menu.client.tsx +34 -0
  1030. package/src/modules/commands/menus/responsive-menu.client.tsx +18 -0
  1031. package/src/modules/commands/utils/archive-command.client.tsx +53 -0
  1032. package/src/modules/commands/utils/delete-command.client.tsx +58 -0
  1033. package/src/modules/commands/utils/send-mail-command.client.tsx +187 -0
  1034. package/src/modules/config/db/create-client.ts +33 -0
  1035. package/src/modules/config/db/helpers.ts +18 -0
  1036. package/src/modules/config/db/types.ts +1 -0
  1037. package/src/modules/config/entry.client.ts +0 -0
  1038. package/src/modules/config/entry.server.ts +14 -0
  1039. package/src/modules/config/entry.ts +5 -0
  1040. package/src/modules/config/lib/config.server.ts +40 -0
  1041. package/src/modules/config/lib/resolve.server.ts +75 -0
  1042. package/src/modules/config/paths/create.server.ts +10 -0
  1043. package/src/modules/config/paths/get.server.ts +69 -0
  1044. package/src/modules/config/paths/types.ts +64 -0
  1045. package/src/modules/config/router/client.server.tsx +57 -0
  1046. package/src/modules/config/router/client.tsx +31 -0
  1047. package/src/modules/config/router/context.server.ts +29 -0
  1048. package/src/modules/config/router/error.server.ts +1 -0
  1049. package/src/modules/config/router/helpers.ts +3 -0
  1050. package/src/modules/config/router/init.server.ts +77 -0
  1051. package/src/modules/config/router/query-client.ts +63 -0
  1052. package/src/modules/config/router/validators.ts +10 -0
  1053. package/src/modules/data-tables/components/cell/common.client.tsx +35 -0
  1054. package/src/modules/data-tables/components/cell/index.client.tsx +13 -0
  1055. package/src/modules/data-tables/components/cell/select.client.tsx +32 -0
  1056. package/src/modules/data-tables/components/column-header.tsx +65 -0
  1057. package/src/modules/data-tables/components/filters/combobox.client.tsx +150 -0
  1058. package/src/modules/data-tables/components/filters/slider.client.tsx +138 -0
  1059. package/src/modules/data-tables/components/footer.tsx +40 -0
  1060. package/src/modules/data-tables/components/header.tsx +67 -0
  1061. package/src/modules/data-tables/components/layout.tsx +10 -0
  1062. package/src/modules/data-tables/components/search-input.client.tsx +17 -0
  1063. package/src/modules/data-tables/components/skeleton.tsx +39 -0
  1064. package/src/modules/data-tables/components/table.tsx +80 -0
  1065. package/src/modules/data-tables/components/toolbar.tsx +29 -0
  1066. package/src/modules/data-tables/entry.client.ts +39 -0
  1067. package/src/modules/data-tables/entry.server.ts +13 -0
  1068. package/src/modules/data-tables/entry.ts +20 -0
  1069. package/src/modules/data-tables/hooks/use-context.client.tsx +73 -0
  1070. package/src/modules/data-tables/hooks/use-filter.client.ts +31 -0
  1071. package/src/modules/data-tables/hooks/use-search.client.ts +29 -0
  1072. package/src/modules/data-tables/hooks/use-selection.client.ts +57 -0
  1073. package/src/modules/data-tables/hooks/use-table.client.ts +57 -0
  1074. package/src/modules/data-tables/lib/converters/cursor.ts +13 -0
  1075. package/src/modules/data-tables/lib/converters/dto.ts +54 -0
  1076. package/src/modules/data-tables/lib/converters/filter.ts +11 -0
  1077. package/src/modules/data-tables/lib/converters/search.ts +23 -0
  1078. package/src/modules/data-tables/lib/converters/sorting.ts +25 -0
  1079. package/src/modules/data-tables/lib/filters/config.ts +6 -0
  1080. package/src/modules/data-tables/lib/filters/parsers.ts +66 -0
  1081. package/src/modules/data-tables/lib/filters/resolvers.ts +61 -0
  1082. package/src/modules/data-tables/lib/helpers/create-column.ts +9 -0
  1083. package/src/modules/data-tables/lib/search-params.ts +12 -0
  1084. package/src/modules/data-tables/lib/types.ts +63 -0
  1085. package/src/modules/data-tables/lib/validators.ts +22 -0
  1086. package/src/modules/data-tables/server/get-data.server.ts +78 -0
  1087. package/src/modules/data-tables/strategies/helpers/sorting.ts +65 -0
  1088. package/src/modules/data-tables/strategies/infinite/components.tsx +67 -0
  1089. package/src/modules/data-tables/strategies/infinite/strategy.ts +70 -0
  1090. package/src/modules/data-tables/strategies/pagination/components.tsx +117 -0
  1091. package/src/modules/data-tables/strategies/pagination/strategy.ts +53 -0
  1092. package/src/modules/data-tables/tables/data-table/components/body.tsx +48 -0
  1093. package/src/modules/data-tables/tables/data-table/components/header.tsx +18 -0
  1094. package/src/modules/data-tables/tables/data-table/components/row.tsx +40 -0
  1095. package/src/modules/data-tables/tables/data-table/components/table.tsx +30 -0
  1096. package/src/modules/data-tables/tables/inline-table/components/body.tsx +113 -0
  1097. package/src/modules/data-tables/tables/inline-table/components/cells/common.tsx +15 -0
  1098. package/src/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.tsx +40 -0
  1099. package/src/modules/data-tables/tables/inline-table/components/header.tsx +20 -0
  1100. package/src/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.tsx +90 -0
  1101. package/src/modules/data-tables/tables/inline-table/components/inputs/combobox.client.tsx +109 -0
  1102. package/src/modules/data-tables/tables/inline-table/components/inputs/input.client.tsx +108 -0
  1103. package/src/modules/data-tables/tables/inline-table/components/inputs/read-only.tsx +17 -0
  1104. package/src/modules/data-tables/tables/inline-table/components/inputs/select.client.tsx +102 -0
  1105. package/src/modules/data-tables/tables/inline-table/components/row.client.tsx +57 -0
  1106. package/src/modules/data-tables/tables/inline-table/components/table.tsx +42 -0
  1107. package/src/modules/data-tables/tables/inline-table/hooks/context.client.tsx +85 -0
  1108. package/src/modules/data-tables/tables/inline-table/hooks/use-hotkeys.client.ts +117 -0
  1109. package/src/modules/data-tables/tables/inline-table/hooks/use-input.client.ts +65 -0
  1110. package/src/modules/inline-edit/components/combobox-dropdown.client.tsx +38 -0
  1111. package/src/modules/inline-edit/components/combobox.client.tsx +32 -0
  1112. package/src/modules/inline-edit/components/date-input.client.tsx +92 -0
  1113. package/src/modules/inline-edit/components/date-picker.client.tsx +58 -0
  1114. package/src/modules/inline-edit/components/editor.client.tsx +41 -0
  1115. package/src/modules/inline-edit/components/input-toggle.client.tsx +61 -0
  1116. package/src/modules/inline-edit/components/input.client.tsx +65 -0
  1117. package/src/modules/inline-edit/components/richtext.client.tsx +36 -0
  1118. package/src/modules/inline-edit/components/select.client.tsx +62 -0
  1119. package/src/modules/inline-edit/components/switch.client.tsx +29 -0
  1120. package/src/modules/inline-edit/components/toggle.client.tsx +39 -0
  1121. package/src/modules/inline-edit/entry.client.ts +12 -0
  1122. package/src/modules/inline-edit/entry.server.ts +1 -0
  1123. package/src/modules/inline-edit/entry.ts +1 -0
  1124. package/src/modules/inline-edit/hooks/context.client.tsx +29 -0
  1125. package/src/modules/inline-edit/hooks/use-inline.client.tsx +62 -0
  1126. package/src/modules/inline-edit/lib/factory.server.ts +91 -0
  1127. package/src/modules/inline-edit/lib/validators.ts +43 -0
  1128. package/src/modules/uploads/components/button.client.tsx +29 -0
  1129. package/src/modules/uploads/components/images/grid.client.tsx +162 -0
  1130. package/src/modules/uploads/components/images/input.client.tsx +34 -0
  1131. package/src/modules/uploads/components/preview-dialog.client.tsx +21 -0
  1132. package/src/modules/uploads/components/zone.client.tsx +56 -0
  1133. package/src/modules/uploads/entry.client.ts +14 -0
  1134. package/src/modules/uploads/entry.server.ts +6 -0
  1135. package/src/modules/uploads/entry.ts +5 -0
  1136. package/src/modules/uploads/hooks/use-upload-image.client.tsx +131 -0
  1137. package/src/modules/uploads/hooks/use-upload-zone.client.ts +44 -0
  1138. package/src/modules/uploads/lib/constants.ts +10 -0
  1139. package/src/modules/uploads/lib/filters.ts +7 -0
  1140. package/src/modules/uploads/lib/helpers.ts +66 -0
  1141. package/src/modules/uploads/lib/proxy.server.ts +131 -0
  1142. package/src/modules/uploads/lib/route.server.ts +95 -0
  1143. package/src/modules/uploads/lib/router.server.ts +340 -0
  1144. package/src/modules/uploads/lib/schema.ts +82 -0
  1145. package/src/modules/uploads/lib/validators.ts +47 -0
  1146. package/src/styles.css +194 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"router.server.d.ts","names":[],"sources":["../../../../src/modules/uploads/lib/router.server.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;;iBAyBgB,yCAAyC,OAAO,mBAAmB,6BAClE,iBAAqC;;;;;;;MADtC,MAAA,EAAA,SAAiB;MAAA,OAAA,EAAA;QAA+B,IAAA,EACV,qBAAA,CAAA,QADU,CAAA;UAAmB,IAAA,EAAA,MAAA;UAA1B,SAAA,EAAA,OAAA;UACxC,QAAA,EAAA,QAAA;UAAqC,UAAA,EAAA,QAAA;UAAA,IAAA,EAAA,MAAA"}
@@ -0,0 +1,177 @@
1
+ import { BUCKET_NAME } from "../../../lib/config/constants.js";
2
+ import { ServerError } from "../../config/router/error.server.js";
3
+ import { bulkActionSchema } from "../../config/router/validators.js";
4
+ import { initRPC } from "../../config/router/init.server.js";
5
+ import { deviceSizes } from "./constants.js";
6
+ import { inferNodeSubtype, isFile, isFolder } from "./helpers.js";
7
+ import { nodes } from "./schema.js";
8
+ import { createNodeSchema, nodesTableFiltersSchema, selectNodeSchema, selectNodeWithChildrenSchema } from "./validators.js";
9
+ import { getFileUrl, getFileUrlInput } from "./proxy.server.js";
10
+ import { and, eq, inArray, isNull, sql } from "drizzle-orm";
11
+ import { z as z$1 } from "zod";
12
+ import { DeleteObjectsCommand, GetObjectCommand, PutObjectCommand } from "@aws-sdk/client-s3";
13
+ import { after } from "next/server";
14
+ import { getSignedUrl } from "@aws-sdk/s3-request-presigner";
15
+ import { revalidatePath } from "next/cache";
16
+
17
+ //#region src/modules/uploads/lib/router.server.ts
18
+ function createDriveRouter(extendedInput = {}) {
19
+ const { protectedProcedure } = initRPC();
20
+ return {
21
+ ...extendedInput,
22
+ getNodeById: protectedProcedure.input(z$1.object({
23
+ id: z$1.string(),
24
+ namespace: z$1.string()
25
+ })).output(selectNodeWithChildrenSchema.optional()).handler(async ({ context, input }) => context.db.query.nodes.findFirst({
26
+ where: and(eq(nodes.id, input.id), eq(nodes.namespace, input.namespace)),
27
+ with: { children: true }
28
+ })),
29
+ getNodesByParentId: protectedProcedure.input(z$1.object({
30
+ parentId: z$1.string().nullable(),
31
+ namespace: z$1.string(),
32
+ filters: nodesTableFiltersSchema
33
+ })).output(z$1.array(selectNodeSchema)).handler(async ({ context, input }) => context.db.query.nodes.findMany({ where: and(input.parentId ? eq(nodes.parentId, input.parentId) : isNull(nodes.parentId), eq(nodes.namespace, input.namespace), eq(nodes.isDeleted, input.filters.isDeleted)) })),
34
+ getFolderParents: protectedProcedure.input(z$1.object({
35
+ id: z$1.string().nullable(),
36
+ namespace: z$1.string()
37
+ })).handler(async ({ context, input }) => {
38
+ if (!input.id) return [];
39
+ const startNodeQuery = context.db.select({
40
+ id: nodes.id,
41
+ name: nodes.name,
42
+ parentId: nodes.parentId,
43
+ depth: sql`0`.as("depth")
44
+ }).from(nodes).where(and(eq(nodes.id, input.id), eq(nodes.namespace, input.namespace)));
45
+ const alias = "parent_nodes";
46
+ const parentNodesQueryAlias = startNodeQuery.as(alias);
47
+ const recursiveQueryName = sql.raw(`"${alias}"`);
48
+ const recursiveQuery = startNodeQuery.unionAll(context.db.select({
49
+ id: nodes.id,
50
+ name: nodes.name,
51
+ parentId: nodes.parentId,
52
+ depth: sql`${parentNodesQueryAlias.depth} + 1`
53
+ }).from(nodes).innerJoin(recursiveQueryName, eq(nodes.id, parentNodesQueryAlias.parentId)));
54
+ return (await context.db.execute(sql`WITH RECURSIVE ${recursiveQueryName} AS ${recursiveQuery}
55
+ SELECT * FROM ${recursiveQueryName}`)).toSorted((a, b) => Number(b.depth) - Number(a.depth));
56
+ }),
57
+ presign: protectedProcedure.input(z$1.object({
58
+ id: z$1.string(),
59
+ name: z$1.string().min(1),
60
+ namespace: z$1.string(),
61
+ parentId: z$1.uuid().nullable(),
62
+ size: z$1.number().optional().default(0),
63
+ contentType: z$1.string().optional().default("")
64
+ })).handler(async ({ context, input }) => {
65
+ const putCommand = new PutObjectCommand({
66
+ Bucket: BUCKET_NAME,
67
+ Key: `${input.id}/main`,
68
+ ContentType: input.contentType
69
+ });
70
+ const presignedUrl = await getSignedUrl(context.blob, putCommand, { expiresIn: 3600 });
71
+ const [node] = await context.db.insert(nodes).values({
72
+ ...input,
73
+ subtype: inferNodeSubtype(input),
74
+ isPending: true,
75
+ type: "file"
76
+ }).returning();
77
+ return {
78
+ node,
79
+ presignedUrl
80
+ };
81
+ }),
82
+ confirm: protectedProcedure.input(z$1.object({ id: z$1.string() })).output(selectNodeSchema).handler(async ({ context, input }) => {
83
+ const [result] = await context.db.update(nodes).set({ isPending: false }).where(eq(nodes.id, input.id)).returning();
84
+ if (!result) throw new ServerError("NOT_FOUND", { message: "File not found" });
85
+ /**
86
+ * Generate the preview version of the file
87
+ */
88
+ after(async () => {
89
+ if (!result.contentType || !result.contentType?.startsWith("image/")) return;
90
+ const getCommand = new GetObjectCommand({
91
+ Bucket: BUCKET_NAME,
92
+ Key: `${input.id}/main`
93
+ });
94
+ const response = await context.blob.send(getCommand);
95
+ const contentType = response.ContentType;
96
+ if (!response.Body) throw new ServerError("INTERNAL_SERVER_ERROR", { message: "Oep! Er is iets fout gegaan" });
97
+ const byteArray = await response.Body.transformToByteArray();
98
+ const buffer = Buffer.from(byteArray);
99
+ if (contentType?.startsWith("image/")) {
100
+ const sharp = await import("sharp");
101
+ await Promise.allSettled(deviceSizes.flatMap(async (width) => {
102
+ const preview = await sharp.default(buffer).resize({ width }).webp().toBuffer();
103
+ const putCommand = new PutObjectCommand({
104
+ Bucket: BUCKET_NAME,
105
+ Key: `${input.id}/preview-${width}`,
106
+ ContentType: "image/webp",
107
+ Body: preview
108
+ });
109
+ await context.blob.send(putCommand);
110
+ }));
111
+ }
112
+ });
113
+ return result;
114
+ }),
115
+ getFileUrl: protectedProcedure.input(getFileUrlInput).output(z$1.string()).handler(async ({ context, input }) => await getFileUrl(context, input)),
116
+ createFolder: protectedProcedure.input(createNodeSchema).output(selectNodeSchema).handler(async ({ context, input }) => {
117
+ const parent = input.parentId && await context.db.query.nodes.findFirst({ where: eq(nodes.id, input.parentId) });
118
+ /**
119
+ * Validate
120
+ */
121
+ if (input.parentId && !parent) throw new ServerError("BAD_REQUEST", { message: "Parent not found" });
122
+ if (parent && !isFolder(parent)) throw new ServerError("BAD_REQUEST", { message: "Parent is not a folder" });
123
+ if (parent && parent.namespace !== input.namespace) throw new ServerError("BAD_REQUEST", { message: "Parent is not in the same namespace" });
124
+ /**
125
+ * Create the folder
126
+ */
127
+ const [result] = await context.db.insert(nodes).values({
128
+ ...input,
129
+ type: "folder"
130
+ }).returning();
131
+ if (!result) throw new ServerError("INTERNAL_SERVER_ERROR", { message: "Folder kon niet worden aangemaakt" });
132
+ return result;
133
+ }),
134
+ deleteNodes: protectedProcedure.input(bulkActionSchema).output(z$1.void()).handler(async ({ context, input }) => {
135
+ const items = await context.db.select({
136
+ id: nodes.id,
137
+ type: nodes.type
138
+ }).from(nodes).where(inArray(nodes.id, input.ids));
139
+ const folders = items.filter(isFolder).map((folder) => folder.id);
140
+ const files = items.filter(isFile).map((file) => file.id);
141
+ const deleteCommand = new DeleteObjectsCommand({
142
+ Bucket: BUCKET_NAME,
143
+ Delete: { Objects: files.map((id) => ({ Key: id })) }
144
+ });
145
+ /**
146
+ * Delete files
147
+ */
148
+ await Promise.allSettled([
149
+ context.db.delete(nodes).where(inArray(nodes.id, folders)),
150
+ context.db.delete(nodes).where(inArray(nodes.id, files)),
151
+ context.blob.send(deleteCommand)
152
+ ]);
153
+ }),
154
+ changeParent: protectedProcedure.input(z$1.object({
155
+ id: z$1.string(),
156
+ parentId: z$1.string().nullish()
157
+ })).handler(async ({ context, input }) => {
158
+ const [parent, node] = await Promise.all([input.parentId && await context.db.query.nodes.findFirst({ where: eq(nodes.id, input.parentId) }), context.db.query.nodes.findFirst({ where: eq(nodes.id, input.id) })]);
159
+ /**
160
+ * Validate
161
+ */
162
+ if (input.parentId && !parent) throw new ServerError("BAD_REQUEST", { message: "Parent not found" });
163
+ if (!node) throw new ServerError("BAD_REQUEST", { message: "Node not found" });
164
+ if (parent && !isFolder(parent)) throw new ServerError("BAD_REQUEST", { message: "Parent is not a folder" });
165
+ if (parent && parent.namespace !== node.namespace) throw new ServerError("BAD_REQUEST", { message: "Parent is not in the same namespace" });
166
+ /**
167
+ * Update the parent
168
+ */
169
+ await context.db.update(nodes).set({ parentId: input.parentId }).where(eq(nodes.id, input.id));
170
+ revalidatePath("/drive", "page");
171
+ })
172
+ };
173
+ }
174
+
175
+ //#endregion
176
+ export { createDriveRouter };
177
+ //# sourceMappingURL=router.server.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"router.server.js","names":["z"],"sources":["../../../../src/modules/uploads/lib/router.server.ts"],"sourcesContent":["import { BUCKET_NAME } from \"@/lib/config/constants\";\nimport { initRPC } from \"@/modules/config/entry.server\";\nimport { RPCContext } from \"@/modules/config/router/context.server\";\nimport { ServerError } from \"@/modules/config/router/error.server\";\nimport { bulkActionSchema } from \"@/modules/config/router/validators\";\nimport { DeleteObjectsCommand, GetObjectCommand, PutObjectCommand } from \"@aws-sdk/client-s3\";\nimport { getSignedUrl } from \"@aws-sdk/s3-request-presigner\";\nimport { type AnyContractRouter } from \"@orpc/contract\";\nimport { Router } from \"@orpc/server\";\nimport { and, eq, inArray, isNull, sql } from \"drizzle-orm\";\nimport { revalidatePath } from \"next/cache\";\nimport { after } from \"next/server\";\nimport { z } from \"zod\";\nimport { deviceSizes } from \"./constants\";\nimport { inferNodeSubtype, isFile, isFolder } from \"./helpers\";\nimport { getFileUrl, getFileUrlInput } from \"./proxy.server\";\nimport { DriveSchema, nodes } from \"./schema\";\nimport {\n createNodeSchema,\n Node,\n nodesTableFiltersSchema,\n selectNodeSchema,\n selectNodeWithChildrenSchema,\n} from \"./validators\";\n\nexport function createDriveRouter<TExtendedInput extends Router<AnyContractRouter, RPCContext>>(\n extendedInput: TExtendedInput = {} as TExtendedInput,\n) {\n const { protectedProcedure } = initRPC<DriveSchema>();\n // const rpc = os.$context<ProtectedRPCContext<DriveSchema>>()\n\n // const = rpc.router;\n // const protectedProcedure = rpc.use(authMiddleware<DriveSchema>());\n\n return {\n ...extendedInput,\n /**\n * Get node and its children\n */\n getNodeById: protectedProcedure\n .input(z.object({ id: z.string(), namespace: z.string() }))\n .output(selectNodeWithChildrenSchema.optional())\n .handler(async ({ context, input }) =>\n context.db.query.nodes.findFirst({\n where: and(eq(nodes.id, input.id), eq(nodes.namespace, input.namespace)),\n with: { children: true },\n }),\n ),\n /**\n * Get folders by parent id\n */\n getNodesByParentId: protectedProcedure\n .input(\n z.object({\n parentId: z.string().nullable(),\n namespace: z.string(),\n filters: nodesTableFiltersSchema,\n }),\n )\n .output(z.array(selectNodeSchema))\n .handler(async ({ context, input }) =>\n context.db.query.nodes.findMany({\n where: and(\n input.parentId ? eq(nodes.parentId, input.parentId) : isNull(nodes.parentId),\n eq(nodes.namespace, input.namespace),\n eq(nodes.isDeleted, input.filters.isDeleted),\n ),\n }),\n ),\n /**\n * Get parents of a folder\n */\n getFolderParents: protectedProcedure\n .input(z.object({ id: z.string().nullable(), namespace: z.string() }))\n .handler(async ({ context, input }) => {\n if (!input.id) return [];\n\n const startNodeQuery = context.db\n .select({\n id: nodes.id,\n name: nodes.name,\n parentId: nodes.parentId,\n depth: sql<number>`0`.as(\"depth\"),\n })\n .from(nodes)\n .where(and(eq(nodes.id, input.id), eq(nodes.namespace, input.namespace)));\n\n const alias = \"parent_nodes\";\n const parentNodesQueryAlias = startNodeQuery.as(alias);\n const recursiveQueryName = sql.raw(`\"${alias}\"`);\n\n const recursiveQuery = startNodeQuery.unionAll(\n context.db\n .select({\n id: nodes.id,\n name: nodes.name,\n parentId: nodes.parentId,\n depth: sql<number>`${parentNodesQueryAlias.depth} + 1`,\n })\n .from(nodes)\n .innerJoin(recursiveQueryName, eq(nodes.id, parentNodesQueryAlias.parentId)),\n );\n\n const result = (await context.db.execute(\n sql`WITH RECURSIVE ${recursiveQueryName} AS ${recursiveQuery}\n SELECT * FROM ${recursiveQueryName}`,\n )) as Awaited<ReturnType<(typeof recursiveQuery)[\"execute\"]>>;\n\n return result.toSorted((a, b) => Number(b.depth) - Number(a.depth));\n }),\n /**\n * Get presigned url for uploading a file\n */\n presign: protectedProcedure\n .input(\n z.object({\n id: z.string(),\n name: z.string().min(1),\n namespace: z.string(),\n parentId: z.uuid().nullable(),\n size: z.number().optional().default(0),\n contentType: z.string().optional().default(\"\"),\n }),\n )\n .handler(async ({ context, input }) => {\n // Generate the put command\n const putCommand = new PutObjectCommand({\n Bucket: BUCKET_NAME,\n Key: `${input.id}/main`,\n ContentType: input.contentType,\n });\n\n // Generate the presigned url\n const presignedUrl = await getSignedUrl(context.blob, putCommand, { expiresIn: 3600 });\n\n const [node] = await context.db\n .insert(nodes)\n .values({\n ...input,\n subtype: inferNodeSubtype(input),\n isPending: true,\n type: \"file\",\n })\n .returning();\n\n // Return the result\n return { node, presignedUrl };\n }),\n /**\n * Confirm the upload\n */\n confirm: protectedProcedure\n .input(z.object({ id: z.string() }))\n .output(selectNodeSchema)\n .handler(async ({ context, input }) => {\n const [result] = await context.db\n .update(nodes)\n .set({ isPending: false })\n .where(eq(nodes.id, input.id))\n .returning();\n\n if (!result) {\n throw new ServerError(\"NOT_FOUND\", { message: \"File not found\" });\n }\n\n /**\n * Generate the preview version of the file\n */\n after(async () => {\n if (!result.contentType || !result.contentType?.startsWith(\"image/\")) return;\n\n const getCommand = new GetObjectCommand({\n Bucket: BUCKET_NAME,\n Key: `${input.id}/main`,\n });\n\n const response = await context.blob.send(getCommand);\n const contentType = response.ContentType;\n if (!response.Body) {\n throw new ServerError(\"INTERNAL_SERVER_ERROR\", {\n message: \"Oep! Er is iets fout gegaan\",\n });\n }\n\n const byteArray = await response.Body.transformToByteArray();\n const buffer = Buffer.from(byteArray);\n\n if (contentType?.startsWith(\"image/\")) {\n const sharp = await import(\"sharp\");\n\n await Promise.allSettled(\n deviceSizes.flatMap(async (width) => {\n const preview = await sharp.default(buffer).resize({ width }).webp().toBuffer();\n\n const putCommand = new PutObjectCommand({\n Bucket: BUCKET_NAME,\n Key: `${input.id}/preview-${width}`,\n ContentType: \"image/webp\",\n Body: preview,\n });\n\n await context.blob.send(putCommand);\n }),\n );\n }\n });\n\n return result;\n }),\n /**\n * Get presigned url for opening a file\n */\n getFileUrl: protectedProcedure\n .input(getFileUrlInput)\n .output(z.string())\n .handler(async ({ context, input }) => await getFileUrl(context, input)),\n /**\n * Create a folder\n */\n createFolder: protectedProcedure\n .input(createNodeSchema)\n .output(selectNodeSchema)\n .handler(async ({ context, input }) => {\n const parent =\n input.parentId &&\n (await context.db.query.nodes.findFirst({\n where: eq(nodes.id, input.parentId),\n }));\n\n /**\n * Validate\n */\n if (input.parentId && !parent) {\n throw new ServerError(\"BAD_REQUEST\", { message: \"Parent not found\" });\n }\n\n if (parent && !isFolder(parent)) {\n throw new ServerError(\"BAD_REQUEST\", { message: \"Parent is not a folder\" });\n }\n\n if (parent && parent.namespace !== input.namespace) {\n throw new ServerError(\"BAD_REQUEST\", {\n message: \"Parent is not in the same namespace\",\n });\n }\n\n /**\n * Create the folder\n */\n const [result] = await context.db\n .insert(nodes)\n .values({ ...input, type: \"folder\" } as Node)\n .returning();\n\n if (!result) {\n throw new ServerError(\"INTERNAL_SERVER_ERROR\", {\n message: \"Folder kon niet worden aangemaakt\",\n });\n }\n\n return result;\n }),\n /**\n * Delete nodes\n */\n deleteNodes: protectedProcedure\n .input(bulkActionSchema)\n .output(z.void())\n .handler(async ({ context, input }) => {\n const items = await context.db\n .select({ id: nodes.id, type: nodes.type })\n .from(nodes)\n .where(inArray(nodes.id, input.ids));\n\n // Split the nodes into folders and files\n const folders = items.filter(isFolder).map((folder) => folder.id);\n const files = items.filter(isFile).map((file) => file.id);\n\n // Delete command for S3\n const deleteCommand = new DeleteObjectsCommand({\n Bucket: BUCKET_NAME,\n Delete: {\n Objects: files.map((id) => ({ Key: id })),\n },\n });\n\n /**\n * Delete files\n */\n await Promise.allSettled([\n context.db.delete(nodes).where(inArray(nodes.id, folders)),\n context.db.delete(nodes).where(inArray(nodes.id, files)),\n context.blob.send(deleteCommand),\n ]);\n }),\n /**\n * Change node parent\n */\n changeParent: protectedProcedure\n .input(z.object({ id: z.string(), parentId: z.string().nullish() }))\n .handler(async ({ context, input }) => {\n const [parent, node] = await Promise.all([\n input.parentId &&\n (await context.db.query.nodes.findFirst({\n where: eq(nodes.id, input.parentId),\n })),\n context.db.query.nodes.findFirst({\n where: eq(nodes.id, input.id),\n }),\n ]);\n\n /**\n * Validate\n */\n if (input.parentId && !parent)\n throw new ServerError(\"BAD_REQUEST\", { message: \"Parent not found\" });\n if (!node) throw new ServerError(\"BAD_REQUEST\", { message: \"Node not found\" });\n\n if (parent && !isFolder(parent)) {\n throw new ServerError(\"BAD_REQUEST\", { message: \"Parent is not a folder\" });\n }\n\n if (parent && parent.namespace !== node.namespace) {\n throw new ServerError(\"BAD_REQUEST\", {\n message: \"Parent is not in the same namespace\",\n });\n }\n\n /**\n * Update the parent\n */\n await context.db\n .update(nodes)\n .set({ parentId: input.parentId })\n .where(eq(nodes.id, input.id));\n\n revalidatePath(\"/drive\", \"page\");\n }),\n };\n}\n"],"mappings":"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"}