@tulip-systems/core 0.3.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1969) hide show
  1. package/dist/auth/client.d.mts +10 -0
  2. package/dist/auth/client.mjs +11 -0
  3. package/dist/auth/server.d.mts +8 -0
  4. package/dist/auth/server.mjs +9 -0
  5. package/dist/auth.d.mts +5 -0
  6. package/dist/auth.mjs +6 -0
  7. package/dist/commands/client.d.mts +15 -0
  8. package/dist/commands/client.mjs +16 -0
  9. package/dist/commands.d.mts +3 -0
  10. package/dist/commands.mjs +3 -0
  11. package/dist/components/client.d.mts +36 -0
  12. package/dist/components/client.mjs +37 -0
  13. package/dist/components/common/icons.d.mts +61 -0
  14. package/dist/components/common/icons.d.mts.map +1 -0
  15. package/dist/components/common/icons.mjs +122 -0
  16. package/dist/components/common/icons.mjs.map +1 -0
  17. package/dist/components/common/status.d.mts +53 -0
  18. package/dist/components/common/status.d.mts.map +1 -0
  19. package/dist/components/common/status.mjs +56 -0
  20. package/dist/components/common/status.mjs.map +1 -0
  21. package/dist/components/editor/components/block-dropdown.mjs +83 -0
  22. package/dist/components/editor/components/block-dropdown.mjs.map +1 -0
  23. package/dist/components/editor/components/content.client.d.mts +7 -0
  24. package/dist/components/editor/components/content.client.d.mts.map +1 -0
  25. package/dist/components/editor/components/content.client.mjs +17 -0
  26. package/dist/components/editor/components/content.client.mjs.map +1 -0
  27. package/dist/components/editor/components/fixed-menu.client.d.mts +7 -0
  28. package/dist/components/editor/components/fixed-menu.client.d.mts.map +1 -0
  29. package/dist/components/editor/components/fixed-menu.client.mjs +134 -0
  30. package/dist/components/editor/components/fixed-menu.client.mjs.map +1 -0
  31. package/dist/components/editor/context.client.d.mts +33 -0
  32. package/dist/components/editor/context.client.d.mts.map +1 -0
  33. package/dist/components/editor/context.client.mjs +45 -0
  34. package/dist/components/editor/context.client.mjs.map +1 -0
  35. package/dist/components/editor/index.client.d.mts +11 -0
  36. package/dist/components/editor/index.client.d.mts.map +1 -0
  37. package/dist/components/editor/index.client.mjs +17 -0
  38. package/dist/components/editor/index.client.mjs.map +1 -0
  39. package/dist/components/editor/lib/helpers.d.mts +15 -0
  40. package/dist/components/editor/lib/helpers.d.mts.map +1 -0
  41. package/dist/components/editor/lib/helpers.mjs +20 -0
  42. package/dist/components/editor/lib/helpers.mjs.map +1 -0
  43. package/dist/components/editor/lib/types.d.mts +11 -0
  44. package/dist/components/editor/lib/types.d.mts.map +1 -0
  45. package/dist/components/editor/preview.client.d.mts +12 -0
  46. package/dist/components/editor/preview.client.d.mts.map +1 -0
  47. package/dist/components/editor/preview.client.mjs +19 -0
  48. package/dist/components/editor/preview.client.mjs.map +1 -0
  49. package/dist/components/emails/forget-password-email.mjs +52 -0
  50. package/dist/components/emails/forget-password-email.mjs.map +1 -0
  51. package/dist/components/header/back-button.client.d.mts +10 -0
  52. package/dist/components/header/back-button.client.d.mts.map +1 -0
  53. package/dist/components/header/back-button.client.mjs +43 -0
  54. package/dist/components/header/back-button.client.mjs.map +1 -0
  55. package/dist/components/header/bottom-bar.client.d.mts +29 -0
  56. package/dist/components/header/bottom-bar.client.d.mts.map +1 -0
  57. package/dist/components/header/bottom-bar.client.mjs +38 -0
  58. package/dist/components/header/bottom-bar.client.mjs.map +1 -0
  59. package/dist/components/header/breadcrumbs.client.d.mts +35 -0
  60. package/dist/components/header/breadcrumbs.client.d.mts.map +1 -0
  61. package/dist/components/header/breadcrumbs.client.mjs +64 -0
  62. package/dist/components/header/breadcrumbs.client.mjs.map +1 -0
  63. package/dist/components/header/header.client.d.mts +12 -0
  64. package/dist/components/header/header.client.d.mts.map +1 -0
  65. package/dist/components/header/header.client.mjs +15 -0
  66. package/dist/components/header/header.client.mjs.map +1 -0
  67. package/dist/components/header/indicator.client.mjs +25 -0
  68. package/dist/components/header/indicator.client.mjs.map +1 -0
  69. package/dist/components/header/mobile-nav-switcher.client.d.mts +10 -0
  70. package/dist/components/header/mobile-nav-switcher.client.d.mts.map +1 -0
  71. package/dist/components/header/mobile-nav-switcher.client.mjs +19 -0
  72. package/dist/components/header/mobile-nav-switcher.client.mjs.map +1 -0
  73. package/dist/components/header/top-bar.client.d.mts +43 -0
  74. package/dist/components/header/top-bar.client.d.mts.map +1 -0
  75. package/dist/components/header/top-bar.client.mjs +48 -0
  76. package/dist/components/header/top-bar.client.mjs.map +1 -0
  77. package/dist/components/layouts/admin-content.client.d.mts +13 -0
  78. package/dist/components/layouts/admin-content.client.d.mts.map +1 -0
  79. package/dist/components/layouts/admin-content.client.mjs +23 -0
  80. package/dist/components/layouts/admin-content.client.mjs.map +1 -0
  81. package/dist/components/layouts/admin-layout.d.mts +8 -0
  82. package/dist/components/layouts/admin-layout.d.mts.map +1 -0
  83. package/dist/components/layouts/admin-layout.mjs +14 -0
  84. package/dist/components/layouts/admin-layout.mjs.map +1 -0
  85. package/dist/components/layouts/admin-loading.d.mts +8 -0
  86. package/dist/components/layouts/admin-loading.d.mts.map +1 -0
  87. package/dist/components/layouts/admin-loading.mjs +14 -0
  88. package/dist/components/layouts/admin-loading.mjs.map +1 -0
  89. package/dist/components/layouts/empty-page.d.mts +31 -0
  90. package/dist/components/layouts/empty-page.d.mts.map +1 -0
  91. package/dist/components/layouts/empty-page.mjs +29 -0
  92. package/dist/components/layouts/empty-page.mjs.map +1 -0
  93. package/dist/components/layouts/list-layout.d.mts +12 -0
  94. package/dist/components/layouts/list-layout.d.mts.map +1 -0
  95. package/dist/components/layouts/list-layout.mjs +15 -0
  96. package/dist/components/layouts/list-layout.mjs.map +1 -0
  97. package/dist/components/layouts/not-found-page.d.mts +8 -0
  98. package/dist/components/layouts/not-found-page.d.mts.map +1 -0
  99. package/dist/components/layouts/not-found-page.mjs +20 -0
  100. package/dist/components/layouts/not-found-page.mjs.map +1 -0
  101. package/dist/components/layouts/not-found-section.mjs +30 -0
  102. package/dist/components/layouts/not-found-section.mjs.map +1 -0
  103. package/dist/components/layouts/providers.client.d.mts +10 -0
  104. package/dist/components/layouts/providers.client.d.mts.map +1 -0
  105. package/dist/components/layouts/providers.client.mjs +31 -0
  106. package/dist/components/layouts/providers.client.mjs.map +1 -0
  107. package/dist/components/layouts/root-layout.server.d.mts +37 -0
  108. package/dist/components/layouts/root-layout.server.d.mts.map +1 -0
  109. package/dist/components/layouts/root-layout.server.mjs +47 -0
  110. package/dist/components/layouts/root-layout.server.mjs.map +1 -0
  111. package/dist/components/layouts/root-loading.d.mts +7 -0
  112. package/dist/components/layouts/root-loading.d.mts.map +1 -0
  113. package/dist/components/layouts/root-loading.mjs +14 -0
  114. package/dist/components/layouts/root-loading.mjs.map +1 -0
  115. package/dist/components/layouts/tab-layout.d.mts +23 -0
  116. package/dist/components/layouts/tab-layout.d.mts.map +1 -0
  117. package/dist/components/layouts/tab-layout.mjs +51 -0
  118. package/dist/components/layouts/tab-layout.mjs.map +1 -0
  119. package/dist/components/lists/data-list.d.mts +31 -0
  120. package/dist/components/lists/data-list.d.mts.map +1 -0
  121. package/dist/components/lists/data-list.mjs +36 -0
  122. package/dist/components/lists/data-list.mjs.map +1 -0
  123. package/dist/components/lists/data-stack.d.mts +49 -0
  124. package/dist/components/lists/data-stack.d.mts.map +1 -0
  125. package/dist/components/lists/data-stack.mjs +57 -0
  126. package/dist/components/lists/data-stack.mjs.map +1 -0
  127. package/dist/components/navigation/admin-sidebar-header.client.mjs +92 -0
  128. package/dist/components/navigation/admin-sidebar-header.client.mjs.map +1 -0
  129. package/dist/components/navigation/admin-sidebar-paths.client.d.mts +82 -0
  130. package/dist/components/navigation/admin-sidebar-paths.client.d.mts.map +1 -0
  131. package/dist/components/navigation/admin-sidebar-paths.client.mjs +142 -0
  132. package/dist/components/navigation/admin-sidebar-paths.client.mjs.map +1 -0
  133. package/dist/components/navigation/admin-sidebar-skeleton.mjs +31 -0
  134. package/dist/components/navigation/admin-sidebar-skeleton.mjs.map +1 -0
  135. package/dist/components/server.d.mts +3 -0
  136. package/dist/components/server.mjs +4 -0
  137. package/dist/components/ui/accordion.d.mts +25 -0
  138. package/dist/components/ui/accordion.d.mts.map +1 -0
  139. package/dist/components/ui/accordion.mjs +47 -0
  140. package/dist/components/ui/accordion.mjs.map +1 -0
  141. package/dist/components/ui/alert-dialog.d.mts +43 -0
  142. package/dist/components/ui/alert-dialog.d.mts.map +1 -0
  143. package/dist/components/ui/alert-dialog.mjs +85 -0
  144. package/dist/components/ui/alert-dialog.mjs.map +1 -0
  145. package/dist/components/ui/alert.d.mts +25 -0
  146. package/dist/components/ui/alert.d.mts.map +1 -0
  147. package/dist/components/ui/alert.mjs +39 -0
  148. package/dist/components/ui/alert.mjs.map +1 -0
  149. package/dist/components/ui/aspect-ratio.d.mts +8 -0
  150. package/dist/components/ui/aspect-ratio.d.mts.map +1 -0
  151. package/dist/components/ui/aspect-ratio.mjs +16 -0
  152. package/dist/components/ui/aspect-ratio.mjs.map +1 -0
  153. package/dist/components/ui/avatar.client.d.mts +20 -0
  154. package/dist/components/ui/avatar.client.d.mts.map +1 -0
  155. package/dist/components/ui/avatar.client.mjs +33 -0
  156. package/dist/components/ui/avatar.client.mjs.map +1 -0
  157. package/dist/components/ui/badge.d.mts +20 -0
  158. package/dist/components/ui/badge.d.mts.map +1 -0
  159. package/dist/components/ui/badge.mjs +27 -0
  160. package/dist/components/ui/badge.mjs.map +1 -0
  161. package/dist/components/ui/breadcrumb.d.mts +36 -0
  162. package/dist/components/ui/breadcrumb.d.mts.map +1 -0
  163. package/dist/components/ui/breadcrumb.mjs +72 -0
  164. package/dist/components/ui/breadcrumb.mjs.map +1 -0
  165. package/dist/components/ui/button.d.mts +22 -0
  166. package/dist/components/ui/button.d.mts.map +1 -0
  167. package/dist/components/ui/button.mjs +44 -0
  168. package/dist/components/ui/button.mjs.map +1 -0
  169. package/dist/components/ui/calendar.d.mts +14 -0
  170. package/dist/components/ui/calendar.d.mts.map +1 -0
  171. package/dist/components/ui/calendar.mjs +56 -0
  172. package/dist/components/ui/calendar.mjs.map +1 -0
  173. package/dist/components/ui/card.d.mts +31 -0
  174. package/dist/components/ui/card.d.mts.map +1 -0
  175. package/dist/components/ui/card.mjs +51 -0
  176. package/dist/components/ui/card.mjs.map +1 -0
  177. package/dist/components/ui/carousel.d.mts +48 -0
  178. package/dist/components/ui/carousel.d.mts.map +1 -0
  179. package/dist/components/ui/carousel.mjs +136 -0
  180. package/dist/components/ui/carousel.mjs.map +1 -0
  181. package/dist/components/ui/chart.client.d.mts +72 -0
  182. package/dist/components/ui/chart.client.d.mts.map +1 -0
  183. package/dist/components/ui/chart.client.mjs +143 -0
  184. package/dist/components/ui/chart.client.mjs.map +1 -0
  185. package/dist/components/ui/checkbox.d.mts +12 -0
  186. package/dist/components/ui/checkbox.d.mts.map +1 -0
  187. package/dist/components/ui/checkbox.mjs +25 -0
  188. package/dist/components/ui/checkbox.mjs.map +1 -0
  189. package/dist/components/ui/collapsible.client.d.mts +16 -0
  190. package/dist/components/ui/collapsible.client.d.mts.map +1 -0
  191. package/dist/components/ui/collapsible.client.mjs +28 -0
  192. package/dist/components/ui/collapsible.client.mjs.map +1 -0
  193. package/dist/components/ui/color-picker.client.d.mts +16 -0
  194. package/dist/components/ui/color-picker.client.d.mts.map +1 -0
  195. package/dist/components/ui/color-picker.client.mjs +38 -0
  196. package/dist/components/ui/color-picker.client.mjs.map +1 -0
  197. package/dist/components/ui/combobox-dropdown.client.d.mts +47 -0
  198. package/dist/components/ui/combobox-dropdown.client.d.mts.map +1 -0
  199. package/dist/components/ui/combobox-dropdown.client.mjs +94 -0
  200. package/dist/components/ui/combobox-dropdown.client.mjs.map +1 -0
  201. package/dist/components/ui/combobox.client.d.mts +31 -0
  202. package/dist/components/ui/combobox.client.d.mts.map +1 -0
  203. package/dist/components/ui/combobox.client.mjs +67 -0
  204. package/dist/components/ui/combobox.client.mjs.map +1 -0
  205. package/dist/components/ui/command.d.mts +49 -0
  206. package/dist/components/ui/command.d.mts.map +1 -0
  207. package/dist/components/ui/command.mjs +89 -0
  208. package/dist/components/ui/command.mjs.map +1 -0
  209. package/dist/components/ui/context-menu.d.mts +77 -0
  210. package/dist/components/ui/context-menu.d.mts.map +1 -0
  211. package/dist/components/ui/context-menu.mjs +126 -0
  212. package/dist/components/ui/context-menu.mjs.map +1 -0
  213. package/dist/components/ui/date-picker.client.d.mts +21 -0
  214. package/dist/components/ui/date-picker.client.d.mts.map +1 -0
  215. package/dist/components/ui/date-picker.client.mjs +44 -0
  216. package/dist/components/ui/date-picker.client.mjs.map +1 -0
  217. package/dist/components/ui/dialog.client.d.mts +45 -0
  218. package/dist/components/ui/dialog.client.d.mts.map +1 -0
  219. package/dist/components/ui/dialog.client.mjs +89 -0
  220. package/dist/components/ui/dialog.client.mjs.map +1 -0
  221. package/dist/components/ui/drawer.client.d.mts +45 -0
  222. package/dist/components/ui/drawer.client.d.mts.map +1 -0
  223. package/dist/components/ui/drawer.client.mjs +82 -0
  224. package/dist/components/ui/drawer.client.mjs.map +1 -0
  225. package/dist/components/ui/dropdown-menu.d.mts +78 -0
  226. package/dist/components/ui/dropdown-menu.d.mts.map +1 -0
  227. package/dist/components/ui/dropdown-menu.mjs +127 -0
  228. package/dist/components/ui/dropdown-menu.mjs.map +1 -0
  229. package/dist/components/ui/form.client.d.mts +49 -0
  230. package/dist/components/ui/form.client.d.mts.map +1 -0
  231. package/dist/components/ui/form.client.mjs +93 -0
  232. package/dist/components/ui/form.client.mjs.map +1 -0
  233. package/dist/components/ui/hover-card.client.d.mts +20 -0
  234. package/dist/components/ui/hover-card.client.d.mts.map +1 -0
  235. package/dist/components/ui/hover-card.client.mjs +33 -0
  236. package/dist/components/ui/hover-card.client.mjs.map +1 -0
  237. package/dist/components/ui/input-recipient.d.mts +25 -0
  238. package/dist/components/ui/input-recipient.d.mts.map +1 -0
  239. package/dist/components/ui/input-recipient.mjs +219 -0
  240. package/dist/components/ui/input-recipient.mjs.map +1 -0
  241. package/dist/components/ui/input.d.mts +12 -0
  242. package/dist/components/ui/input.d.mts.map +1 -0
  243. package/dist/components/ui/input.mjs +17 -0
  244. package/dist/components/ui/input.mjs.map +1 -0
  245. package/dist/components/ui/label.d.mts +12 -0
  246. package/dist/components/ui/label.d.mts.map +1 -0
  247. package/dist/components/ui/label.mjs +19 -0
  248. package/dist/components/ui/label.mjs.map +1 -0
  249. package/dist/components/ui/navigation-menu.d.mts +47 -0
  250. package/dist/components/ui/navigation-menu.d.mts.map +1 -0
  251. package/dist/components/ui/navigation-menu.mjs +85 -0
  252. package/dist/components/ui/navigation-menu.mjs.map +1 -0
  253. package/dist/components/ui/pagination.d.mts +40 -0
  254. package/dist/components/ui/pagination.d.mts.map +1 -0
  255. package/dist/components/ui/pagination.mjs +81 -0
  256. package/dist/components/ui/pagination.mjs.map +1 -0
  257. package/dist/components/ui/popover.d.mts +23 -0
  258. package/dist/components/ui/popover.d.mts.map +1 -0
  259. package/dist/components/ui/popover.mjs +39 -0
  260. package/dist/components/ui/popover.mjs.map +1 -0
  261. package/dist/components/ui/progress.client.d.mts +13 -0
  262. package/dist/components/ui/progress.client.d.mts.map +1 -0
  263. package/dist/components/ui/progress.client.mjs +24 -0
  264. package/dist/components/ui/progress.client.mjs.map +1 -0
  265. package/dist/components/ui/radio-group.d.mts +16 -0
  266. package/dist/components/ui/radio-group.d.mts.map +1 -0
  267. package/dist/components/ui/radio-group.mjs +32 -0
  268. package/dist/components/ui/radio-group.mjs.map +1 -0
  269. package/dist/components/ui/resizable.client.d.mts +22 -0
  270. package/dist/components/ui/resizable.client.d.mts.map +1 -0
  271. package/dist/components/ui/resizable.client.mjs +37 -0
  272. package/dist/components/ui/resizable.client.mjs.map +1 -0
  273. package/dist/components/ui/scroll-area.d.mts +18 -0
  274. package/dist/components/ui/scroll-area.d.mts.map +1 -0
  275. package/dist/components/ui/scroll-area.mjs +40 -0
  276. package/dist/components/ui/scroll-area.mjs.map +1 -0
  277. package/dist/components/ui/select.client.d.mts +49 -0
  278. package/dist/components/ui/select.client.d.mts.map +1 -0
  279. package/dist/components/ui/select.client.mjs +99 -0
  280. package/dist/components/ui/select.client.mjs.map +1 -0
  281. package/dist/components/ui/separator.d.mts +14 -0
  282. package/dist/components/ui/separator.d.mts.map +1 -0
  283. package/dist/components/ui/separator.mjs +21 -0
  284. package/dist/components/ui/separator.mjs.map +1 -0
  285. package/dist/components/ui/sheet.client.d.mts +41 -0
  286. package/dist/components/ui/sheet.client.d.mts.map +1 -0
  287. package/dist/components/ui/sheet.client.mjs +84 -0
  288. package/dist/components/ui/sheet.client.mjs.map +1 -0
  289. package/dist/components/ui/sidebar.client.d.mts +168 -0
  290. package/dist/components/ui/sidebar.client.d.mts.map +1 -0
  291. package/dist/components/ui/sidebar.client.mjs +374 -0
  292. package/dist/components/ui/sidebar.client.mjs.map +1 -0
  293. package/dist/components/ui/skeleton.d.mts +10 -0
  294. package/dist/components/ui/skeleton.d.mts.map +1 -0
  295. package/dist/components/ui/skeleton.mjs +15 -0
  296. package/dist/components/ui/skeleton.mjs.map +1 -0
  297. package/dist/components/ui/slider.d.mts +16 -0
  298. package/dist/components/ui/slider.d.mts.map +1 -0
  299. package/dist/components/ui/slider.mjs +40 -0
  300. package/dist/components/ui/slider.mjs.map +1 -0
  301. package/dist/components/ui/sonner.client.d.mts +10 -0
  302. package/dist/components/ui/sonner.client.d.mts.map +1 -0
  303. package/dist/components/ui/sonner.client.mjs +25 -0
  304. package/dist/components/ui/sonner.client.mjs.map +1 -0
  305. package/dist/components/ui/spinner.mjs +63 -0
  306. package/dist/components/ui/spinner.mjs.map +1 -0
  307. package/dist/components/ui/switch.d.mts +12 -0
  308. package/dist/components/ui/switch.d.mts.map +1 -0
  309. package/dist/components/ui/switch.mjs +23 -0
  310. package/dist/components/ui/switch.mjs.map +1 -0
  311. package/dist/components/ui/tabs.d.mts +24 -0
  312. package/dist/components/ui/tabs.d.mts.map +1 -0
  313. package/dist/components/ui/tabs.mjs +40 -0
  314. package/dist/components/ui/tabs.mjs.map +1 -0
  315. package/dist/components/ui/textarea.d.mts +11 -0
  316. package/dist/components/ui/textarea.d.mts.map +1 -0
  317. package/dist/components/ui/textarea.mjs +16 -0
  318. package/dist/components/ui/textarea.mjs.map +1 -0
  319. package/dist/components/ui/time-input.client.d.mts +16 -0
  320. package/dist/components/ui/time-input.client.d.mts.map +1 -0
  321. package/dist/components/ui/time-input.client.mjs +53 -0
  322. package/dist/components/ui/time-input.client.mjs.map +1 -0
  323. package/dist/components/ui/time-picker-input.client.d.mts +15 -0
  324. package/dist/components/ui/time-picker-input.client.d.mts.map +1 -0
  325. package/dist/components/ui/time-picker-input.client.mjs +64 -0
  326. package/dist/components/ui/time-picker-input.client.mjs.map +1 -0
  327. package/dist/components/ui/toggle-group.client.d.mts +24 -0
  328. package/dist/components/ui/toggle-group.client.d.mts.map +1 -0
  329. package/dist/components/ui/toggle-group.client.mjs +47 -0
  330. package/dist/components/ui/toggle-group.client.mjs.map +1 -0
  331. package/dist/components/ui/toggle.d.mts +20 -0
  332. package/dist/components/ui/toggle.d.mts.map +1 -0
  333. package/dist/components/ui/toggle.mjs +41 -0
  334. package/dist/components/ui/toggle.mjs.map +1 -0
  335. package/dist/components/ui/tooltip.client.d.mts +24 -0
  336. package/dist/components/ui/tooltip.client.d.mts.map +1 -0
  337. package/dist/components/ui/tooltip.client.mjs +40 -0
  338. package/dist/components/ui/tooltip.client.mjs.map +1 -0
  339. package/dist/components.d.mts +41 -0
  340. package/dist/components.mjs +41 -0
  341. package/dist/config/server.d.mts +4 -0
  342. package/dist/config/server.mjs +5 -0
  343. package/dist/config.d.mts +7 -0
  344. package/dist/config.mjs +6 -0
  345. package/dist/data-tables/client.d.mts +21 -0
  346. package/dist/data-tables/client.mjs +22 -0
  347. package/dist/data-tables/server.d.mts +7 -0
  348. package/dist/data-tables/server.mjs +8 -0
  349. package/dist/data-tables.d.mts +13 -0
  350. package/dist/data-tables.mjs +13 -0
  351. package/dist/inline-edit/client.d.mts +14 -0
  352. package/dist/inline-edit/client.mjs +15 -0
  353. package/dist/inline-edit.d.mts +2 -0
  354. package/dist/inline-edit.mjs +3 -0
  355. package/dist/lib/client.d.mts +4 -0
  356. package/dist/lib/client.mjs +5 -0
  357. package/dist/lib/config/constants.d.mts +5 -0
  358. package/dist/lib/config/constants.d.mts.map +1 -0
  359. package/dist/lib/config/constants.mjs +6 -0
  360. package/dist/lib/config/constants.mjs.map +1 -0
  361. package/dist/lib/hooks/use-action.d.mts +18 -0
  362. package/dist/lib/hooks/use-action.d.mts.map +1 -0
  363. package/dist/lib/hooks/use-action.mjs +42 -0
  364. package/dist/lib/hooks/use-action.mjs.map +1 -0
  365. package/dist/lib/hooks/use-indicator.d.mts +32 -0
  366. package/dist/lib/hooks/use-indicator.d.mts.map +1 -0
  367. package/dist/lib/hooks/use-indicator.mjs +50 -0
  368. package/dist/lib/hooks/use-indicator.mjs.map +1 -0
  369. package/dist/lib/hooks/use-mobile.client.d.mts +7 -0
  370. package/dist/lib/hooks/use-mobile.client.d.mts.map +1 -0
  371. package/dist/lib/hooks/use-mobile.client.mjs +22 -0
  372. package/dist/lib/hooks/use-mobile.client.mjs.map +1 -0
  373. package/dist/lib/types/config.d.mts +12 -0
  374. package/dist/lib/types/config.d.mts.map +1 -0
  375. package/dist/lib/utils/array-move.d.mts +11 -0
  376. package/dist/lib/utils/array-move.d.mts.map +1 -0
  377. package/dist/lib/utils/array-move.mjs +13 -0
  378. package/dist/lib/utils/array-move.mjs.map +1 -0
  379. package/dist/lib/utils/cn.d.mts +7 -0
  380. package/dist/lib/utils/cn.d.mts.map +1 -0
  381. package/dist/lib/utils/cn.mjs +11 -0
  382. package/dist/lib/utils/cn.mjs.map +1 -0
  383. package/dist/lib/utils/fonts.d.mts +8 -0
  384. package/dist/lib/utils/fonts.d.mts.map +1 -0
  385. package/dist/lib/utils/fonts.mjs +12 -0
  386. package/dist/lib/utils/fonts.mjs.map +1 -0
  387. package/dist/lib/utils/format.d.mts +52 -0
  388. package/dist/lib/utils/format.d.mts.map +1 -0
  389. package/dist/lib/utils/format.mjs +114 -0
  390. package/dist/lib/utils/format.mjs.map +1 -0
  391. package/dist/lib/utils/manifest.d.mts +8 -0
  392. package/dist/lib/utils/manifest.d.mts.map +1 -0
  393. package/dist/lib/utils/manifest.mjs +36 -0
  394. package/dist/lib/utils/manifest.mjs.map +1 -0
  395. package/dist/lib/utils/time-picker.d.mts +6 -0
  396. package/dist/lib/utils/time-picker.d.mts.map +1 -0
  397. package/dist/lib/utils/time-picker.mjs +104 -0
  398. package/dist/lib/utils/time-picker.mjs.map +1 -0
  399. package/dist/lib/utils/url.d.mts +10 -0
  400. package/dist/lib/utils/url.d.mts.map +1 -0
  401. package/dist/lib/utils/url.mjs +15 -0
  402. package/dist/lib/utils/url.mjs.map +1 -0
  403. package/dist/lib/utils/user-agent.mjs +60 -0
  404. package/dist/lib/utils/user-agent.mjs.map +1 -0
  405. package/dist/lib.d.mts +9 -0
  406. package/dist/lib.mjs +9 -0
  407. package/dist/modules/auth/components/allowed.client.d.mts +21 -0
  408. package/dist/modules/auth/components/allowed.client.d.mts.map +1 -0
  409. package/dist/modules/auth/components/allowed.client.mjs +15 -0
  410. package/dist/modules/auth/components/allowed.client.mjs.map +1 -0
  411. package/dist/modules/auth/components/auth-layout.server.d.mts +10 -0
  412. package/dist/modules/auth/components/auth-layout.server.d.mts.map +1 -0
  413. package/dist/modules/auth/components/auth-layout.server.mjs +37 -0
  414. package/dist/modules/auth/components/auth-layout.server.mjs.map +1 -0
  415. package/dist/modules/auth/components/auth-loading.d.mts +7 -0
  416. package/dist/modules/auth/components/auth-loading.d.mts.map +1 -0
  417. package/dist/modules/auth/components/auth-loading.mjs +18 -0
  418. package/dist/modules/auth/components/auth-loading.mjs.map +1 -0
  419. package/dist/modules/auth/components/create-first-user-page.client.d.mts +7 -0
  420. package/dist/modules/auth/components/create-first-user-page.client.d.mts.map +1 -0
  421. package/dist/modules/auth/components/create-first-user-page.client.mjs +152 -0
  422. package/dist/modules/auth/components/create-first-user-page.client.mjs.map +1 -0
  423. package/dist/modules/auth/components/forget-password-page.client.d.mts +7 -0
  424. package/dist/modules/auth/components/forget-password-page.client.d.mts.map +1 -0
  425. package/dist/modules/auth/components/forget-password-page.client.mjs +72 -0
  426. package/dist/modules/auth/components/forget-password-page.client.mjs.map +1 -0
  427. package/dist/modules/auth/components/guard-first-user.server.d.mts +18 -0
  428. package/dist/modules/auth/components/guard-first-user.server.d.mts.map +1 -0
  429. package/dist/modules/auth/components/guard-first-user.server.mjs +16 -0
  430. package/dist/modules/auth/components/guard-first-user.server.mjs.map +1 -0
  431. package/dist/modules/auth/components/guard.server.d.mts +14 -0
  432. package/dist/modules/auth/components/guard.server.d.mts.map +1 -0
  433. package/dist/modules/auth/components/guard.server.mjs +20 -0
  434. package/dist/modules/auth/components/guard.server.mjs.map +1 -0
  435. package/dist/modules/auth/components/login-page.client.d.mts +12 -0
  436. package/dist/modules/auth/components/login-page.client.d.mts.map +1 -0
  437. package/dist/modules/auth/components/login-page.client.mjs +155 -0
  438. package/dist/modules/auth/components/login-page.client.mjs.map +1 -0
  439. package/dist/modules/auth/components/reset-password-page.client.d.mts +12 -0
  440. package/dist/modules/auth/components/reset-password-page.client.d.mts.map +1 -0
  441. package/dist/modules/auth/components/reset-password-page.client.mjs +121 -0
  442. package/dist/modules/auth/components/reset-password-page.client.mjs.map +1 -0
  443. package/dist/modules/auth/components/update-password-command.d.mts +23 -0
  444. package/dist/modules/auth/components/update-password-command.d.mts.map +1 -0
  445. package/dist/modules/auth/components/update-password-command.mjs +49 -0
  446. package/dist/modules/auth/components/update-password-command.mjs.map +1 -0
  447. package/dist/modules/auth/db/schema.d.mts +967 -0
  448. package/dist/modules/auth/db/schema.d.mts.map +1 -0
  449. package/dist/modules/auth/db/schema.mjs +110 -0
  450. package/dist/modules/auth/db/schema.mjs.map +1 -0
  451. package/dist/modules/auth/handler/client.client.d.mts +1406 -0
  452. package/dist/modules/auth/handler/client.client.d.mts.map +1 -0
  453. package/dist/modules/auth/handler/client.client.mjs +17 -0
  454. package/dist/modules/auth/handler/client.client.mjs.map +1 -0
  455. package/dist/modules/auth/handler/init.d.mts +1853 -0
  456. package/dist/modules/auth/handler/init.d.mts.map +1 -0
  457. package/dist/modules/auth/handler/init.mjs +74 -0
  458. package/dist/modules/auth/handler/init.mjs.map +1 -0
  459. package/dist/modules/auth/handler/proxy.server.d.mts +13 -0
  460. package/dist/modules/auth/handler/proxy.server.d.mts.map +1 -0
  461. package/dist/modules/auth/handler/proxy.server.mjs +22 -0
  462. package/dist/modules/auth/handler/proxy.server.mjs.map +1 -0
  463. package/dist/modules/auth/handler/route.server.d.mts +18 -0
  464. package/dist/modules/auth/handler/route.server.d.mts.map +1 -0
  465. package/dist/modules/auth/handler/route.server.mjs +29 -0
  466. package/dist/modules/auth/handler/route.server.mjs.map +1 -0
  467. package/dist/modules/auth/hooks/use-permission.d.mts +26 -0
  468. package/dist/modules/auth/hooks/use-permission.d.mts.map +1 -0
  469. package/dist/modules/auth/hooks/use-permission.mjs +52 -0
  470. package/dist/modules/auth/hooks/use-permission.mjs.map +1 -0
  471. package/dist/modules/auth/hooks/use-session.d.mts +34 -0
  472. package/dist/modules/auth/hooks/use-session.d.mts.map +1 -0
  473. package/dist/modules/auth/hooks/use-session.mjs +20 -0
  474. package/dist/modules/auth/hooks/use-session.mjs.map +1 -0
  475. package/dist/modules/auth/lib/helpers.server.d.mts +85 -0
  476. package/dist/modules/auth/lib/helpers.server.d.mts.map +1 -0
  477. package/dist/modules/auth/lib/helpers.server.mjs +42 -0
  478. package/dist/modules/auth/lib/helpers.server.mjs.map +1 -0
  479. package/dist/modules/auth/lib/permissions.d.mts +18 -0
  480. package/dist/modules/auth/lib/permissions.d.mts.map +1 -0
  481. package/dist/modules/auth/lib/permissions.mjs +15 -0
  482. package/dist/modules/auth/lib/permissions.mjs.map +1 -0
  483. package/dist/modules/auth/lib/utils.mjs +21 -0
  484. package/dist/modules/auth/lib/utils.mjs.map +1 -0
  485. package/dist/modules/auth/lib/validators.d.mts +64 -0
  486. package/dist/modules/auth/lib/validators.d.mts.map +1 -0
  487. package/dist/modules/auth/lib/validators.mjs +56 -0
  488. package/dist/modules/auth/lib/validators.mjs.map +1 -0
  489. package/dist/modules/commands/components/alert-dialog-command.client.d.mts +93 -0
  490. package/dist/modules/commands/components/alert-dialog-command.client.d.mts.map +1 -0
  491. package/dist/modules/commands/components/alert-dialog-command.client.mjs +159 -0
  492. package/dist/modules/commands/components/alert-dialog-command.client.mjs.map +1 -0
  493. package/dist/modules/commands/components/click-command.client.d.mts +27 -0
  494. package/dist/modules/commands/components/click-command.client.d.mts.map +1 -0
  495. package/dist/modules/commands/components/click-command.client.mjs +65 -0
  496. package/dist/modules/commands/components/click-command.client.mjs.map +1 -0
  497. package/dist/modules/commands/components/command-trigger.client.d.mts +34 -0
  498. package/dist/modules/commands/components/command-trigger.client.d.mts.map +1 -0
  499. package/dist/modules/commands/components/command-trigger.client.mjs +50 -0
  500. package/dist/modules/commands/components/command-trigger.client.mjs.map +1 -0
  501. package/dist/modules/commands/components/dialog-command.client.d.mts +68 -0
  502. package/dist/modules/commands/components/dialog-command.client.d.mts.map +1 -0
  503. package/dist/modules/commands/components/dialog-command.client.mjs +130 -0
  504. package/dist/modules/commands/components/dialog-command.client.mjs.map +1 -0
  505. package/dist/modules/commands/components/dropdown-command.client.d.mts +60 -0
  506. package/dist/modules/commands/components/dropdown-command.client.d.mts.map +1 -0
  507. package/dist/modules/commands/components/dropdown-command.client.mjs +132 -0
  508. package/dist/modules/commands/components/dropdown-command.client.mjs.map +1 -0
  509. package/dist/modules/commands/components/empty-command.client.d.mts +19 -0
  510. package/dist/modules/commands/components/empty-command.client.d.mts.map +1 -0
  511. package/dist/modules/commands/components/empty-command.client.mjs +56 -0
  512. package/dist/modules/commands/components/empty-command.client.mjs.map +1 -0
  513. package/dist/modules/commands/components/form-dialog-command.client.d.mts +100 -0
  514. package/dist/modules/commands/components/form-dialog-command.client.d.mts.map +1 -0
  515. package/dist/modules/commands/components/form-dialog-command.client.mjs +186 -0
  516. package/dist/modules/commands/components/form-dialog-command.client.mjs.map +1 -0
  517. package/dist/modules/commands/components/render-command.mjs +16 -0
  518. package/dist/modules/commands/components/render-command.mjs.map +1 -0
  519. package/dist/modules/commands/hooks/context.client.mjs +32 -0
  520. package/dist/modules/commands/hooks/context.client.mjs.map +1 -0
  521. package/dist/modules/commands/hooks/use-command-action.client.d.mts +22 -0
  522. package/dist/modules/commands/hooks/use-command-action.client.d.mts.map +1 -0
  523. package/dist/modules/commands/hooks/use-command-action.client.mjs +74 -0
  524. package/dist/modules/commands/hooks/use-command-action.client.mjs.map +1 -0
  525. package/dist/modules/commands/hooks/use-command-menu.client.d.mts +17 -0
  526. package/dist/modules/commands/hooks/use-command-menu.client.d.mts.map +1 -0
  527. package/dist/modules/commands/hooks/use-command-menu.client.mjs +89 -0
  528. package/dist/modules/commands/hooks/use-command-menu.client.mjs.map +1 -0
  529. package/dist/modules/commands/lib/definitions.d.mts +54 -0
  530. package/dist/modules/commands/lib/definitions.d.mts.map +1 -0
  531. package/dist/modules/commands/lib/factory.d.mts +25 -0
  532. package/dist/modules/commands/lib/factory.d.mts.map +1 -0
  533. package/dist/modules/commands/lib/factory.mjs +8 -0
  534. package/dist/modules/commands/lib/factory.mjs.map +1 -0
  535. package/dist/modules/commands/menus/context-menu.client.d.mts +27 -0
  536. package/dist/modules/commands/menus/context-menu.client.d.mts.map +1 -0
  537. package/dist/modules/commands/menus/context-menu.client.mjs +60 -0
  538. package/dist/modules/commands/menus/context-menu.client.mjs.map +1 -0
  539. package/dist/modules/commands/menus/data-table-menu.client.mjs +46 -0
  540. package/dist/modules/commands/menus/data-table-menu.client.mjs.map +1 -0
  541. package/dist/modules/commands/menus/dropdown-menu.client.d.mts +19 -0
  542. package/dist/modules/commands/menus/dropdown-menu.client.d.mts.map +1 -0
  543. package/dist/modules/commands/menus/dropdown-menu.client.mjs +63 -0
  544. package/dist/modules/commands/menus/dropdown-menu.client.mjs.map +1 -0
  545. package/dist/modules/commands/menus/inline-menu.client.d.mts +20 -0
  546. package/dist/modules/commands/menus/inline-menu.client.d.mts.map +1 -0
  547. package/dist/modules/commands/menus/inline-menu.client.mjs +47 -0
  548. package/dist/modules/commands/menus/inline-menu.client.mjs.map +1 -0
  549. package/dist/modules/commands/menus/responsive-menu.client.d.mts +10 -0
  550. package/dist/modules/commands/menus/responsive-menu.client.d.mts.map +1 -0
  551. package/dist/modules/commands/menus/responsive-menu.client.mjs +23 -0
  552. package/dist/modules/commands/menus/responsive-menu.client.mjs.map +1 -0
  553. package/dist/modules/commands/utils/archive-command.client.d.mts +33 -0
  554. package/dist/modules/commands/utils/archive-command.client.d.mts.map +1 -0
  555. package/dist/modules/commands/utils/archive-command.client.mjs +38 -0
  556. package/dist/modules/commands/utils/archive-command.client.mjs.map +1 -0
  557. package/dist/modules/commands/utils/delete-command.client.d.mts +23 -0
  558. package/dist/modules/commands/utils/delete-command.client.d.mts.map +1 -0
  559. package/dist/modules/commands/utils/delete-command.client.mjs +27 -0
  560. package/dist/modules/commands/utils/delete-command.client.mjs.map +1 -0
  561. package/dist/modules/config/db/helpers.d.mts +16 -0
  562. package/dist/modules/config/db/helpers.d.mts.map +1 -0
  563. package/dist/modules/config/db/helpers.mjs +17 -0
  564. package/dist/modules/config/db/helpers.mjs.map +1 -0
  565. package/dist/modules/config/db/init.d.mts +23 -0
  566. package/dist/modules/config/db/init.d.mts.map +1 -0
  567. package/dist/modules/config/db/init.mjs +16 -0
  568. package/dist/modules/config/db/init.mjs.map +1 -0
  569. package/dist/modules/config/db/types.d.mts +5 -0
  570. package/dist/modules/config/db/types.d.mts.map +1 -0
  571. package/dist/modules/config/lib/config.d.mts +17 -0
  572. package/dist/modules/config/lib/config.d.mts.map +1 -0
  573. package/dist/modules/config/lib/config.mjs +9 -0
  574. package/dist/modules/config/lib/config.mjs.map +1 -0
  575. package/dist/modules/config/lib/context.d.mts +19 -0
  576. package/dist/modules/config/lib/context.d.mts.map +1 -0
  577. package/dist/modules/config/lib/context.mjs +8 -0
  578. package/dist/modules/config/lib/context.mjs.map +1 -0
  579. package/dist/modules/config/paths/helpers.d.mts +11 -0
  580. package/dist/modules/config/paths/helpers.d.mts.map +1 -0
  581. package/dist/modules/config/paths/helpers.mjs +9 -0
  582. package/dist/modules/config/paths/helpers.mjs.map +1 -0
  583. package/dist/modules/config/paths/types.d.mts +33 -0
  584. package/dist/modules/config/paths/types.d.mts.map +1 -0
  585. package/dist/modules/config/providers/blob.d.mts +10 -0
  586. package/dist/modules/config/providers/blob.d.mts.map +1 -0
  587. package/dist/modules/config/providers/blob.mjs +11 -0
  588. package/dist/modules/config/providers/blob.mjs.map +1 -0
  589. package/dist/modules/config/providers/email.d.mts +12 -0
  590. package/dist/modules/config/providers/email.d.mts.map +1 -0
  591. package/dist/modules/config/providers/email.mjs +11 -0
  592. package/dist/modules/config/providers/email.mjs.map +1 -0
  593. package/dist/modules/data-tables/components/cell/common.client.d.mts +27 -0
  594. package/dist/modules/data-tables/components/cell/common.client.d.mts.map +1 -0
  595. package/dist/modules/data-tables/components/cell/common.client.mjs +36 -0
  596. package/dist/modules/data-tables/components/cell/common.client.mjs.map +1 -0
  597. package/dist/modules/data-tables/components/cell/index.client.d.mts +11 -0
  598. package/dist/modules/data-tables/components/cell/index.client.d.mts.map +1 -0
  599. package/dist/modules/data-tables/components/cell/index.client.mjs +25 -0
  600. package/dist/modules/data-tables/components/cell/index.client.mjs.map +1 -0
  601. package/dist/modules/data-tables/components/cell/select.client.d.mts +11 -0
  602. package/dist/modules/data-tables/components/cell/select.client.d.mts.map +1 -0
  603. package/dist/modules/data-tables/components/cell/select.client.mjs +37 -0
  604. package/dist/modules/data-tables/components/cell/select.client.mjs.map +1 -0
  605. package/dist/modules/data-tables/components/column-header.d.mts +16 -0
  606. package/dist/modules/data-tables/components/column-header.d.mts.map +1 -0
  607. package/dist/modules/data-tables/components/column-header.mjs +47 -0
  608. package/dist/modules/data-tables/components/column-header.mjs.map +1 -0
  609. package/dist/modules/data-tables/components/filters/combobox.client.d.mts +28 -0
  610. package/dist/modules/data-tables/components/filters/combobox.client.d.mts.map +1 -0
  611. package/dist/modules/data-tables/components/filters/combobox.client.mjs +97 -0
  612. package/dist/modules/data-tables/components/filters/combobox.client.mjs.map +1 -0
  613. package/dist/modules/data-tables/components/filters/slider.client.d.mts +23 -0
  614. package/dist/modules/data-tables/components/filters/slider.client.d.mts.map +1 -0
  615. package/dist/modules/data-tables/components/filters/slider.client.mjs +129 -0
  616. package/dist/modules/data-tables/components/filters/slider.client.mjs.map +1 -0
  617. package/dist/modules/data-tables/components/footer.mjs +29 -0
  618. package/dist/modules/data-tables/components/footer.mjs.map +1 -0
  619. package/dist/modules/data-tables/components/header.d.mts +41 -0
  620. package/dist/modules/data-tables/components/header.d.mts.map +1 -0
  621. package/dist/modules/data-tables/components/header.mjs +44 -0
  622. package/dist/modules/data-tables/components/header.mjs.map +1 -0
  623. package/dist/modules/data-tables/components/layout.d.mts +12 -0
  624. package/dist/modules/data-tables/components/layout.d.mts.map +1 -0
  625. package/dist/modules/data-tables/components/layout.mjs +15 -0
  626. package/dist/modules/data-tables/components/layout.mjs.map +1 -0
  627. package/dist/modules/data-tables/components/search-input.client.d.mts +7 -0
  628. package/dist/modules/data-tables/components/search-input.client.d.mts.map +1 -0
  629. package/dist/modules/data-tables/components/search-input.client.mjs +20 -0
  630. package/dist/modules/data-tables/components/search-input.client.mjs.map +1 -0
  631. package/dist/modules/data-tables/components/skeleton.d.mts +7 -0
  632. package/dist/modules/data-tables/components/skeleton.d.mts.map +1 -0
  633. package/dist/modules/data-tables/components/skeleton.mjs +22 -0
  634. package/dist/modules/data-tables/components/skeleton.mjs.map +1 -0
  635. package/dist/modules/data-tables/components/table.d.mts +34 -0
  636. package/dist/modules/data-tables/components/table.d.mts.map +1 -0
  637. package/dist/modules/data-tables/components/table.mjs +57 -0
  638. package/dist/modules/data-tables/components/table.mjs.map +1 -0
  639. package/dist/modules/data-tables/components/toolbar.d.mts +23 -0
  640. package/dist/modules/data-tables/components/toolbar.d.mts.map +1 -0
  641. package/dist/modules/data-tables/components/toolbar.mjs +22 -0
  642. package/dist/modules/data-tables/components/toolbar.mjs.map +1 -0
  643. package/dist/modules/data-tables/hooks/use-context.client.d.mts +56 -0
  644. package/dist/modules/data-tables/hooks/use-context.client.d.mts.map +1 -0
  645. package/dist/modules/data-tables/hooks/use-context.client.mjs +35 -0
  646. package/dist/modules/data-tables/hooks/use-context.client.mjs.map +1 -0
  647. package/dist/modules/data-tables/hooks/use-search.client.mjs +40 -0
  648. package/dist/modules/data-tables/hooks/use-search.client.mjs.map +1 -0
  649. package/dist/modules/data-tables/hooks/use-selection.client.mjs +39 -0
  650. package/dist/modules/data-tables/hooks/use-selection.client.mjs.map +1 -0
  651. package/dist/modules/data-tables/hooks/use-table.client.d.mts +12 -0
  652. package/dist/modules/data-tables/hooks/use-table.client.d.mts.map +1 -0
  653. package/dist/modules/data-tables/hooks/use-table.client.mjs +55 -0
  654. package/dist/modules/data-tables/hooks/use-table.client.mjs.map +1 -0
  655. package/dist/modules/data-tables/lib/converters/cursor.d.mts +19 -0
  656. package/dist/modules/data-tables/lib/converters/cursor.d.mts.map +1 -0
  657. package/dist/modules/data-tables/lib/converters/cursor.mjs +16 -0
  658. package/dist/modules/data-tables/lib/converters/cursor.mjs.map +1 -0
  659. package/dist/modules/data-tables/lib/converters/dto.d.mts +52 -0
  660. package/dist/modules/data-tables/lib/converters/dto.d.mts.map +1 -0
  661. package/dist/modules/data-tables/lib/converters/dto.mjs +25 -0
  662. package/dist/modules/data-tables/lib/converters/dto.mjs.map +1 -0
  663. package/dist/modules/data-tables/lib/converters/filter.d.mts +10 -0
  664. package/dist/modules/data-tables/lib/converters/filter.d.mts.map +1 -0
  665. package/dist/modules/data-tables/lib/converters/filter.mjs +14 -0
  666. package/dist/modules/data-tables/lib/converters/filter.mjs.map +1 -0
  667. package/dist/modules/data-tables/lib/converters/search.d.mts +17 -0
  668. package/dist/modules/data-tables/lib/converters/search.d.mts.map +1 -0
  669. package/dist/modules/data-tables/lib/converters/search.mjs +16 -0
  670. package/dist/modules/data-tables/lib/converters/search.mjs.map +1 -0
  671. package/dist/modules/data-tables/lib/converters/sorting.d.mts +15 -0
  672. package/dist/modules/data-tables/lib/converters/sorting.d.mts.map +1 -0
  673. package/dist/modules/data-tables/lib/converters/sorting.mjs +20 -0
  674. package/dist/modules/data-tables/lib/converters/sorting.mjs.map +1 -0
  675. package/dist/modules/data-tables/lib/filters/config.d.mts +11 -0
  676. package/dist/modules/data-tables/lib/filters/config.d.mts.map +1 -0
  677. package/dist/modules/data-tables/lib/filters/config.mjs +6 -0
  678. package/dist/modules/data-tables/lib/filters/config.mjs.map +1 -0
  679. package/dist/modules/data-tables/lib/filters/parsers.d.mts +32 -0
  680. package/dist/modules/data-tables/lib/filters/parsers.d.mts.map +1 -0
  681. package/dist/modules/data-tables/lib/filters/parsers.mjs +29 -0
  682. package/dist/modules/data-tables/lib/filters/parsers.mjs.map +1 -0
  683. package/dist/modules/data-tables/lib/filters/resolvers.d.mts +24 -0
  684. package/dist/modules/data-tables/lib/filters/resolvers.d.mts.map +1 -0
  685. package/dist/modules/data-tables/lib/filters/resolvers.mjs +49 -0
  686. package/dist/modules/data-tables/lib/filters/resolvers.mjs.map +1 -0
  687. package/dist/modules/data-tables/lib/helpers/create-column.mjs +11 -0
  688. package/dist/modules/data-tables/lib/helpers/create-column.mjs.map +1 -0
  689. package/dist/modules/data-tables/lib/search-params.d.mts +22 -0
  690. package/dist/modules/data-tables/lib/search-params.d.mts.map +1 -0
  691. package/dist/modules/data-tables/lib/search-params.mjs +17 -0
  692. package/dist/modules/data-tables/lib/search-params.mjs.map +1 -0
  693. package/dist/modules/data-tables/lib/types.d.mts +57 -0
  694. package/dist/modules/data-tables/lib/types.d.mts.map +1 -0
  695. package/dist/modules/data-tables/lib/validators.d.mts +21 -0
  696. package/dist/modules/data-tables/lib/validators.d.mts.map +1 -0
  697. package/dist/modules/data-tables/lib/validators.mjs +17 -0
  698. package/dist/modules/data-tables/lib/validators.mjs.map +1 -0
  699. package/dist/modules/data-tables/server/get-data.server.d.mts +31 -0
  700. package/dist/modules/data-tables/server/get-data.server.d.mts.map +1 -0
  701. package/dist/modules/data-tables/server/get-data.server.mjs +48 -0
  702. package/dist/modules/data-tables/server/get-data.server.mjs.map +1 -0
  703. package/dist/modules/data-tables/strategies/helpers/sorting.mjs +38 -0
  704. package/dist/modules/data-tables/strategies/helpers/sorting.mjs.map +1 -0
  705. package/dist/modules/data-tables/strategies/infinite/components.mjs +51 -0
  706. package/dist/modules/data-tables/strategies/infinite/components.mjs.map +1 -0
  707. package/dist/modules/data-tables/strategies/infinite/strategy.d.mts +21 -0
  708. package/dist/modules/data-tables/strategies/infinite/strategy.d.mts.map +1 -0
  709. package/dist/modules/data-tables/strategies/infinite/strategy.mjs +48 -0
  710. package/dist/modules/data-tables/strategies/infinite/strategy.mjs.map +1 -0
  711. package/dist/modules/data-tables/strategies/pagination/components.mjs +132 -0
  712. package/dist/modules/data-tables/strategies/pagination/components.mjs.map +1 -0
  713. package/dist/modules/data-tables/strategies/pagination/strategy.d.mts +13 -0
  714. package/dist/modules/data-tables/strategies/pagination/strategy.d.mts.map +1 -0
  715. package/dist/modules/data-tables/strategies/pagination/strategy.mjs +46 -0
  716. package/dist/modules/data-tables/strategies/pagination/strategy.mjs.map +1 -0
  717. package/dist/modules/data-tables/tables/data-table/components/body.mjs +33 -0
  718. package/dist/modules/data-tables/tables/data-table/components/body.mjs.map +1 -0
  719. package/dist/modules/data-tables/tables/data-table/components/header.mjs +13 -0
  720. package/dist/modules/data-tables/tables/data-table/components/header.mjs.map +1 -0
  721. package/dist/modules/data-tables/tables/data-table/components/row.mjs +25 -0
  722. package/dist/modules/data-tables/tables/data-table/components/row.mjs.map +1 -0
  723. package/dist/modules/data-tables/tables/data-table/components/table.d.mts +11 -0
  724. package/dist/modules/data-tables/tables/data-table/components/table.d.mts.map +1 -0
  725. package/dist/modules/data-tables/tables/data-table/components/table.mjs +37 -0
  726. package/dist/modules/data-tables/tables/data-table/components/table.mjs.map +1 -0
  727. package/dist/modules/data-tables/tables/inline-table/components/body.mjs +70 -0
  728. package/dist/modules/data-tables/tables/inline-table/components/body.mjs.map +1 -0
  729. package/dist/modules/data-tables/tables/inline-table/components/cells/common.d.mts +12 -0
  730. package/dist/modules/data-tables/tables/inline-table/components/cells/common.d.mts.map +1 -0
  731. package/dist/modules/data-tables/tables/inline-table/components/cells/common.mjs +16 -0
  732. package/dist/modules/data-tables/tables/inline-table/components/cells/common.mjs.map +1 -0
  733. package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.d.mts +25 -0
  734. package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.d.mts.map +1 -0
  735. package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.mjs +39 -0
  736. package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.mjs.map +1 -0
  737. package/dist/modules/data-tables/tables/inline-table/components/header.mjs +11 -0
  738. package/dist/modules/data-tables/tables/inline-table/components/header.mjs.map +1 -0
  739. package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.d.mts +29 -0
  740. package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.d.mts.map +1 -0
  741. package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.mjs +52 -0
  742. package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.mjs.map +1 -0
  743. package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.d.mts +27 -0
  744. package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.d.mts.map +1 -0
  745. package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.mjs +29 -0
  746. package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.mjs.map +1 -0
  747. package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.d.mts +39 -0
  748. package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.d.mts.map +1 -0
  749. package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.mjs +71 -0
  750. package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.mjs.map +1 -0
  751. package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.d.mts +12 -0
  752. package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.d.mts.map +1 -0
  753. package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.mjs +16 -0
  754. package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.mjs.map +1 -0
  755. package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.d.mts +33 -0
  756. package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.d.mts.map +1 -0
  757. package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.mjs +52 -0
  758. package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.mjs.map +1 -0
  759. package/dist/modules/data-tables/tables/inline-table/components/row.client.mjs +41 -0
  760. package/dist/modules/data-tables/tables/inline-table/components/row.client.mjs.map +1 -0
  761. package/dist/modules/data-tables/tables/inline-table/components/table.d.mts +16 -0
  762. package/dist/modules/data-tables/tables/inline-table/components/table.d.mts.map +1 -0
  763. package/dist/modules/data-tables/tables/inline-table/components/table.mjs +46 -0
  764. package/dist/modules/data-tables/tables/inline-table/components/table.mjs.map +1 -0
  765. package/dist/modules/data-tables/tables/inline-table/hooks/context.client.d.mts +47 -0
  766. package/dist/modules/data-tables/tables/inline-table/hooks/context.client.d.mts.map +1 -0
  767. package/dist/modules/data-tables/tables/inline-table/hooks/context.client.mjs +58 -0
  768. package/dist/modules/data-tables/tables/inline-table/hooks/context.client.mjs.map +1 -0
  769. package/dist/modules/data-tables/tables/inline-table/hooks/use-hotkeys.client.mjs +27 -0
  770. package/dist/modules/data-tables/tables/inline-table/hooks/use-hotkeys.client.mjs.map +1 -0
  771. package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.d.mts +17 -0
  772. package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.d.mts.map +1 -0
  773. package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.mjs +53 -0
  774. package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.mjs.map +1 -0
  775. package/dist/modules/inline-edit/components/combobox-dropdown.client.d.mts +20 -0
  776. package/dist/modules/inline-edit/components/combobox-dropdown.client.d.mts.map +1 -0
  777. package/dist/modules/inline-edit/components/combobox-dropdown.client.mjs +28 -0
  778. package/dist/modules/inline-edit/components/combobox-dropdown.client.mjs.map +1 -0
  779. package/dist/modules/inline-edit/components/combobox.client.d.mts +15 -0
  780. package/dist/modules/inline-edit/components/combobox.client.d.mts.map +1 -0
  781. package/dist/modules/inline-edit/components/combobox.client.mjs +27 -0
  782. package/dist/modules/inline-edit/components/combobox.client.mjs.map +1 -0
  783. package/dist/modules/inline-edit/components/date-input.client.d.mts +14 -0
  784. package/dist/modules/inline-edit/components/date-input.client.d.mts.map +1 -0
  785. package/dist/modules/inline-edit/components/date-input.client.mjs +78 -0
  786. package/dist/modules/inline-edit/components/date-input.client.mjs.map +1 -0
  787. package/dist/modules/inline-edit/components/date-picker.client.d.mts +16 -0
  788. package/dist/modules/inline-edit/components/date-picker.client.d.mts.map +1 -0
  789. package/dist/modules/inline-edit/components/date-picker.client.mjs +50 -0
  790. package/dist/modules/inline-edit/components/date-picker.client.mjs.map +1 -0
  791. package/dist/modules/inline-edit/components/editor.client.d.mts +18 -0
  792. package/dist/modules/inline-edit/components/editor.client.d.mts.map +1 -0
  793. package/dist/modules/inline-edit/components/editor.client.mjs +35 -0
  794. package/dist/modules/inline-edit/components/editor.client.mjs.map +1 -0
  795. package/dist/modules/inline-edit/components/input-recipient.client.d.mts +24 -0
  796. package/dist/modules/inline-edit/components/input-recipient.client.d.mts.map +1 -0
  797. package/dist/modules/inline-edit/components/input-recipient.client.mjs +30 -0
  798. package/dist/modules/inline-edit/components/input-recipient.client.mjs.map +1 -0
  799. package/dist/modules/inline-edit/components/input-toggle.client.d.mts +17 -0
  800. package/dist/modules/inline-edit/components/input-toggle.client.d.mts.map +1 -0
  801. package/dist/modules/inline-edit/components/input-toggle.client.mjs +46 -0
  802. package/dist/modules/inline-edit/components/input-toggle.client.mjs.map +1 -0
  803. package/dist/modules/inline-edit/components/input.client.d.mts +33 -0
  804. package/dist/modules/inline-edit/components/input.client.d.mts.map +1 -0
  805. package/dist/modules/inline-edit/components/input.client.mjs +49 -0
  806. package/dist/modules/inline-edit/components/input.client.mjs.map +1 -0
  807. package/dist/modules/inline-edit/components/richtext.client.d.mts +15 -0
  808. package/dist/modules/inline-edit/components/richtext.client.d.mts.map +1 -0
  809. package/dist/modules/inline-edit/components/richtext.client.mjs +31 -0
  810. package/dist/modules/inline-edit/components/richtext.client.mjs.map +1 -0
  811. package/dist/modules/inline-edit/components/select.client.d.mts +27 -0
  812. package/dist/modules/inline-edit/components/select.client.d.mts.map +1 -0
  813. package/dist/modules/inline-edit/components/select.client.mjs +43 -0
  814. package/dist/modules/inline-edit/components/select.client.mjs.map +1 -0
  815. package/dist/modules/inline-edit/components/switch.client.d.mts +14 -0
  816. package/dist/modules/inline-edit/components/switch.client.d.mts.map +1 -0
  817. package/dist/modules/inline-edit/components/switch.client.mjs +26 -0
  818. package/dist/modules/inline-edit/components/switch.client.mjs.map +1 -0
  819. package/dist/modules/inline-edit/components/toggle.client.d.mts +16 -0
  820. package/dist/modules/inline-edit/components/toggle.client.d.mts.map +1 -0
  821. package/dist/modules/inline-edit/components/toggle.client.mjs +33 -0
  822. package/dist/modules/inline-edit/components/toggle.client.mjs.map +1 -0
  823. package/dist/modules/inline-edit/hooks/context.client.d.mts +28 -0
  824. package/dist/modules/inline-edit/hooks/context.client.d.mts.map +1 -0
  825. package/dist/modules/inline-edit/hooks/context.client.mjs +28 -0
  826. package/dist/modules/inline-edit/hooks/context.client.mjs.map +1 -0
  827. package/dist/modules/inline-edit/hooks/use-inline.client.d.mts +16 -0
  828. package/dist/modules/inline-edit/hooks/use-inline.client.d.mts.map +1 -0
  829. package/dist/modules/inline-edit/hooks/use-inline.client.mjs +56 -0
  830. package/dist/modules/inline-edit/hooks/use-inline.client.mjs.map +1 -0
  831. package/dist/modules/inline-edit/lib/validators.d.mts +58 -0
  832. package/dist/modules/inline-edit/lib/validators.d.mts.map +1 -0
  833. package/dist/modules/inline-edit/lib/validators.mjs +35 -0
  834. package/dist/modules/inline-edit/lib/validators.mjs.map +1 -0
  835. package/dist/modules/inline-edit/lib/variants.d.mts +11 -0
  836. package/dist/modules/inline-edit/lib/variants.d.mts.map +1 -0
  837. package/dist/modules/inline-edit/lib/variants.mjs +14 -0
  838. package/dist/modules/inline-edit/lib/variants.mjs.map +1 -0
  839. package/dist/modules/router/handler/caller.client.d.mts +12 -0
  840. package/dist/modules/router/handler/caller.client.d.mts.map +1 -0
  841. package/dist/modules/router/handler/caller.client.mjs +24 -0
  842. package/dist/modules/router/handler/caller.client.mjs.map +1 -0
  843. package/dist/modules/router/handler/caller.server.d.mts +7 -0
  844. package/dist/modules/router/handler/caller.server.d.mts.map +1 -0
  845. package/dist/modules/router/handler/caller.server.mjs +8 -0
  846. package/dist/modules/router/handler/caller.server.mjs.map +1 -0
  847. package/dist/modules/router/handler/context.server.d.mts +61 -0
  848. package/dist/modules/router/handler/context.server.d.mts.map +1 -0
  849. package/dist/modules/router/handler/context.server.mjs +21 -0
  850. package/dist/modules/router/handler/context.server.mjs.map +1 -0
  851. package/dist/modules/router/handler/init.server.d.mts +91 -0
  852. package/dist/modules/router/handler/init.server.d.mts.map +1 -0
  853. package/dist/modules/router/handler/init.server.mjs +53 -0
  854. package/dist/modules/router/handler/init.server.mjs.map +1 -0
  855. package/dist/modules/router/handler/register.server.d.mts +9 -0
  856. package/dist/modules/router/handler/register.server.d.mts.map +1 -0
  857. package/dist/modules/router/handler/register.server.mjs +11 -0
  858. package/dist/modules/router/handler/register.server.mjs.map +1 -0
  859. package/dist/modules/router/handler/route.server.d.mts +23 -0
  860. package/dist/modules/router/handler/route.server.d.mts.map +1 -0
  861. package/dist/modules/router/handler/route.server.mjs +33 -0
  862. package/dist/modules/router/handler/route.server.mjs.map +1 -0
  863. package/dist/modules/router/lib/helpers.mjs +8 -0
  864. package/dist/modules/router/lib/helpers.mjs.map +1 -0
  865. package/dist/modules/router/lib/query-client.d.mts +11 -0
  866. package/dist/modules/router/lib/query-client.d.mts.map +1 -0
  867. package/dist/modules/router/lib/query-client.mjs +51 -0
  868. package/dist/modules/router/lib/query-client.mjs.map +1 -0
  869. package/dist/modules/router/lib/query-client.server.d.mts +18 -0
  870. package/dist/modules/router/lib/query-client.server.d.mts.map +1 -0
  871. package/dist/modules/router/lib/query-client.server.mjs +24 -0
  872. package/dist/modules/router/lib/query-client.server.mjs.map +1 -0
  873. package/dist/modules/router/lib/validators.d.mts +14 -0
  874. package/dist/modules/router/lib/validators.d.mts.map +1 -0
  875. package/dist/modules/router/lib/validators.mjs +11 -0
  876. package/dist/modules/router/lib/validators.mjs.map +1 -0
  877. package/dist/modules/uploads/components/button.client.d.mts +12 -0
  878. package/dist/modules/uploads/components/button.client.d.mts.map +1 -0
  879. package/dist/modules/uploads/components/button.client.mjs +34 -0
  880. package/dist/modules/uploads/components/button.client.mjs.map +1 -0
  881. package/dist/modules/uploads/components/dropzone/context.d.mts +19 -0
  882. package/dist/modules/uploads/components/dropzone/context.d.mts.map +1 -0
  883. package/dist/modules/uploads/components/dropzone/context.mjs +18 -0
  884. package/dist/modules/uploads/components/dropzone/context.mjs.map +1 -0
  885. package/dist/modules/uploads/components/dropzone/index.d.mts +53 -0
  886. package/dist/modules/uploads/components/dropzone/index.d.mts.map +1 -0
  887. package/dist/modules/uploads/components/dropzone/index.mjs +111 -0
  888. package/dist/modules/uploads/components/dropzone/index.mjs.map +1 -0
  889. package/dist/modules/uploads/components/images/grid.client.d.mts +11 -0
  890. package/dist/modules/uploads/components/images/grid.client.d.mts.map +1 -0
  891. package/dist/modules/uploads/components/images/grid.client.mjs +119 -0
  892. package/dist/modules/uploads/components/images/grid.client.mjs.map +1 -0
  893. package/dist/modules/uploads/components/images/input.client.d.mts +16 -0
  894. package/dist/modules/uploads/components/images/input.client.d.mts.map +1 -0
  895. package/dist/modules/uploads/components/images/input.client.mjs +28 -0
  896. package/dist/modules/uploads/components/images/input.client.mjs.map +1 -0
  897. package/dist/modules/uploads/components/preview-dialog.client.d.mts +16 -0
  898. package/dist/modules/uploads/components/preview-dialog.client.d.mts.map +1 -0
  899. package/dist/modules/uploads/components/preview-dialog.client.mjs +22 -0
  900. package/dist/modules/uploads/components/preview-dialog.client.mjs.map +1 -0
  901. package/dist/modules/uploads/components/zone.client.d.mts +21 -0
  902. package/dist/modules/uploads/components/zone.client.d.mts.map +1 -0
  903. package/dist/modules/uploads/components/zone.client.mjs +38 -0
  904. package/dist/modules/uploads/components/zone.client.mjs.map +1 -0
  905. package/dist/modules/uploads/hooks/use-upload-image.client.d.mts +34 -0
  906. package/dist/modules/uploads/hooks/use-upload-image.client.d.mts.map +1 -0
  907. package/dist/modules/uploads/hooks/use-upload-image.client.mjs +101 -0
  908. package/dist/modules/uploads/hooks/use-upload-image.client.mjs.map +1 -0
  909. package/dist/modules/uploads/hooks/use-upload-zone.client.d.mts +39 -0
  910. package/dist/modules/uploads/hooks/use-upload-zone.client.d.mts.map +1 -0
  911. package/dist/modules/uploads/hooks/use-upload-zone.client.mjs +20 -0
  912. package/dist/modules/uploads/hooks/use-upload-zone.client.mjs.map +1 -0
  913. package/dist/modules/uploads/lib/constants.d.mts +9 -0
  914. package/dist/modules/uploads/lib/constants.d.mts.map +1 -0
  915. package/dist/modules/uploads/lib/constants.mjs +17 -0
  916. package/dist/modules/uploads/lib/constants.mjs.map +1 -0
  917. package/dist/modules/uploads/lib/filters.d.mts +15 -0
  918. package/dist/modules/uploads/lib/filters.d.mts.map +1 -0
  919. package/dist/modules/uploads/lib/filters.mjs +15 -0
  920. package/dist/modules/uploads/lib/filters.mjs.map +1 -0
  921. package/dist/modules/uploads/lib/helpers.d.mts +36 -0
  922. package/dist/modules/uploads/lib/helpers.d.mts.map +1 -0
  923. package/dist/modules/uploads/lib/helpers.mjs +93 -0
  924. package/dist/modules/uploads/lib/helpers.mjs.map +1 -0
  925. package/dist/modules/uploads/lib/procedures.server.d.mts +13628 -0
  926. package/dist/modules/uploads/lib/procedures.server.d.mts.map +1 -0
  927. package/dist/modules/uploads/lib/procedures.server.mjs +176 -0
  928. package/dist/modules/uploads/lib/procedures.server.mjs.map +1 -0
  929. package/dist/modules/uploads/lib/proxy.server.d.mts +54 -0
  930. package/dist/modules/uploads/lib/proxy.server.d.mts.map +1 -0
  931. package/dist/modules/uploads/lib/proxy.server.mjs +97 -0
  932. package/dist/modules/uploads/lib/proxy.server.mjs.map +1 -0
  933. package/dist/modules/uploads/lib/route.server.d.mts +43 -0
  934. package/dist/modules/uploads/lib/route.server.d.mts.map +1 -0
  935. package/dist/modules/uploads/lib/route.server.mjs +70 -0
  936. package/dist/modules/uploads/lib/route.server.mjs.map +1 -0
  937. package/dist/modules/uploads/lib/schema.d.mts +850 -0
  938. package/dist/modules/uploads/lib/schema.d.mts.map +1 -0
  939. package/dist/modules/uploads/lib/schema.mjs +68 -0
  940. package/dist/modules/uploads/lib/schema.mjs.map +1 -0
  941. package/dist/modules/uploads/lib/validators.d.mts +1008 -0
  942. package/dist/modules/uploads/lib/validators.d.mts.map +1 -0
  943. package/dist/modules/uploads/lib/validators.mjs +26 -0
  944. package/dist/modules/uploads/lib/validators.mjs.map +1 -0
  945. package/dist/router/client.d.mts +2 -0
  946. package/dist/router/client.mjs +3 -0
  947. package/dist/router/server.d.mts +8 -0
  948. package/dist/router/server.mjs +9 -0
  949. package/dist/router.d.mts +2 -0
  950. package/dist/router.mjs +3 -0
  951. package/dist/uploads/client.d.mts +10 -0
  952. package/dist/uploads/client.mjs +11 -0
  953. package/dist/uploads/server.d.mts +4 -0
  954. package/dist/uploads/server.mjs +5 -0
  955. package/dist/uploads.d.mts +6 -0
  956. package/dist/uploads.mjs +7 -0
  957. package/package.json +90 -84
  958. package/src/components/common/icons.tsx +2 -0
  959. package/src/components/editor/context.client.tsx +4 -4
  960. package/src/components/editor/lib/helpers.ts +17 -0
  961. package/src/components/editor/lib/types.ts +6 -0
  962. package/src/components/editor/preview.client.tsx +2 -2
  963. package/src/components/entry.client.ts +1 -1
  964. package/src/components/entry.ts +2 -0
  965. package/src/components/header/bottom-bar.client.tsx +25 -12
  966. package/src/components/header/top-bar.client.tsx +1 -1
  967. package/src/components/layouts/admin-layout.tsx +4 -7
  968. package/src/components/layouts/not-found-page.tsx +9 -1
  969. package/src/components/layouts/not-found-section.tsx +10 -5
  970. package/src/components/layouts/providers.client.tsx +1 -1
  971. package/src/components/layouts/root-layout.server.tsx +2 -5
  972. package/src/components/navigation/admin-sidebar-header.client.tsx +49 -5
  973. package/src/components/ui/accordion.tsx +1 -1
  974. package/src/components/ui/date-picker.client.tsx +65 -0
  975. package/src/components/ui/form.client.tsx +4 -1
  976. package/src/components/ui/input-recipient.tsx +286 -0
  977. package/src/entry.ts +6 -0
  978. package/src/lib/utils/format.ts +20 -0
  979. package/src/lib/utils/manifest.ts +2 -3
  980. package/src/lib/utils/user-agent.ts +63 -0
  981. package/src/modules/auth/components/auth-loading.tsx +1 -1
  982. package/src/modules/auth/components/create-first-user-page.client.tsx +167 -0
  983. package/src/modules/auth/components/guard-first-user.server.tsx +28 -0
  984. package/src/modules/auth/components/guard.server.tsx +22 -0
  985. package/src/modules/auth/components/login-page.client.tsx +111 -40
  986. package/src/modules/auth/components/reset-password-page.client.tsx +47 -4
  987. package/src/modules/auth/components/update-password-command.tsx +19 -6
  988. package/src/modules/auth/db/schema.ts +68 -1
  989. package/src/modules/auth/entry.client.ts +1 -0
  990. package/src/modules/auth/entry.server.ts +15 -1
  991. package/src/modules/auth/handler/client.client.ts +3 -13
  992. package/src/modules/auth/handler/init.ts +108 -0
  993. package/src/modules/auth/handler/proxy.server.ts +28 -0
  994. package/src/modules/auth/handler/route.server.ts +4 -9
  995. package/src/modules/auth/hooks/use-permission.ts +3 -6
  996. package/src/modules/auth/lib/helpers.server.ts +6 -10
  997. package/src/modules/commands/components/alert-dialog-command.client.tsx +29 -80
  998. package/src/modules/commands/components/click-command.client.tsx +22 -11
  999. package/src/modules/commands/components/dropdown-command.client.tsx +38 -11
  1000. package/src/modules/commands/components/form-dialog-command.client.tsx +45 -17
  1001. package/src/modules/commands/hooks/use-command-action.client.tsx +28 -20
  1002. package/src/modules/commands/lib/definitions.ts +1 -2
  1003. package/src/modules/commands/lib/factory.ts +1 -1
  1004. package/src/modules/commands/utils/archive-command.client.tsx +26 -17
  1005. package/src/modules/commands/utils/delete-command.client.tsx +17 -11
  1006. package/src/modules/commands/utils/send-mail-command.client.tsx +136 -173
  1007. package/src/modules/config/db/helpers.ts +3 -1
  1008. package/src/modules/config/db/init.ts +25 -0
  1009. package/src/modules/config/entry.server.ts +5 -8
  1010. package/src/modules/config/entry.ts +3 -3
  1011. package/src/modules/config/lib/config.ts +15 -0
  1012. package/src/modules/config/lib/context.ts +17 -0
  1013. package/src/modules/config/providers/blob.ts +11 -0
  1014. package/src/modules/config/providers/email.ts +13 -0
  1015. package/src/modules/data-tables/hooks/use-search.client.ts +3 -2
  1016. package/src/modules/data-tables/server/get-data.server.ts +10 -4
  1017. package/src/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.tsx +9 -2
  1018. package/src/modules/data-tables/tables/inline-table/components/row.client.tsx +2 -1
  1019. package/src/modules/inline-edit/components/combobox-dropdown.client.tsx +6 -0
  1020. package/src/modules/inline-edit/components/editor.client.tsx +7 -2
  1021. package/src/modules/inline-edit/components/input-recipient.client.tsx +43 -0
  1022. package/src/modules/inline-edit/components/input.client.tsx +26 -10
  1023. package/src/modules/inline-edit/components/richtext.client.tsx +2 -0
  1024. package/src/modules/inline-edit/components/select.client.tsx +8 -2
  1025. package/src/modules/inline-edit/entry.client.ts +1 -0
  1026. package/src/modules/inline-edit/hooks/use-inline.client.tsx +3 -3
  1027. package/src/modules/inline-edit/lib/variants.ts +16 -0
  1028. package/src/modules/router/entry.client.ts +4 -0
  1029. package/src/modules/router/entry.server.ts +14 -0
  1030. package/src/modules/router/entry.ts +4 -0
  1031. package/src/modules/router/handler/caller.client.tsx +32 -0
  1032. package/src/modules/router/handler/caller.server.ts +3 -0
  1033. package/src/modules/router/handler/context.server.ts +28 -0
  1034. package/src/modules/router/handler/init.server.ts +77 -0
  1035. package/src/modules/router/handler/register.server.ts +14 -0
  1036. package/src/modules/router/handler/route.server.ts +41 -0
  1037. package/src/modules/router/lib/query-client.server.tsx +19 -0
  1038. package/src/modules/uploads/components/dropzone/context.tsx +23 -0
  1039. package/src/modules/uploads/components/dropzone/index.tsx +152 -0
  1040. package/src/modules/uploads/entry.client.ts +2 -0
  1041. package/src/modules/uploads/entry.server.ts +2 -2
  1042. package/src/modules/uploads/lib/filters.ts +4 -1
  1043. package/src/modules/uploads/lib/helpers.ts +17 -0
  1044. package/src/modules/uploads/lib/procedures.server.ts +332 -0
  1045. package/src/modules/uploads/lib/proxy.server.ts +29 -21
  1046. package/src/modules/uploads/lib/route.server.ts +4 -6
  1047. package/src/modules/uploads/lib/schema.ts +2 -2
  1048. package/src/modules/uploads/lib/validators.ts +4 -1
  1049. package/dist/auth/client.d.ts +0 -9
  1050. package/dist/auth/client.js +0 -10
  1051. package/dist/auth/server.d.ts +0 -5
  1052. package/dist/auth/server.js +0 -6
  1053. package/dist/auth.d.ts +0 -5
  1054. package/dist/auth.js +0 -6
  1055. package/dist/commands/client.d.ts +0 -16
  1056. package/dist/commands/client.js +0 -17
  1057. package/dist/commands.d.ts +0 -3
  1058. package/dist/commands.js +0 -3
  1059. package/dist/components/client.d.ts +0 -36
  1060. package/dist/components/client.js +0 -37
  1061. package/dist/components/common/icons.d.ts +0 -60
  1062. package/dist/components/common/icons.d.ts.map +0 -1
  1063. package/dist/components/common/icons.js +0 -121
  1064. package/dist/components/common/icons.js.map +0 -1
  1065. package/dist/components/common/status.d.ts +0 -53
  1066. package/dist/components/common/status.d.ts.map +0 -1
  1067. package/dist/components/common/status.js +0 -56
  1068. package/dist/components/common/status.js.map +0 -1
  1069. package/dist/components/editor/components/block-dropdown.js +0 -83
  1070. package/dist/components/editor/components/block-dropdown.js.map +0 -1
  1071. package/dist/components/editor/components/content.client.d.ts +0 -7
  1072. package/dist/components/editor/components/content.client.d.ts.map +0 -1
  1073. package/dist/components/editor/components/content.client.js +0 -18
  1074. package/dist/components/editor/components/content.client.js.map +0 -1
  1075. package/dist/components/editor/components/fixed-menu.client.d.ts +0 -7
  1076. package/dist/components/editor/components/fixed-menu.client.d.ts.map +0 -1
  1077. package/dist/components/editor/components/fixed-menu.client.js +0 -134
  1078. package/dist/components/editor/components/fixed-menu.client.js.map +0 -1
  1079. package/dist/components/editor/context.client.d.ts +0 -32
  1080. package/dist/components/editor/context.client.d.ts.map +0 -1
  1081. package/dist/components/editor/context.client.js +0 -46
  1082. package/dist/components/editor/context.client.js.map +0 -1
  1083. package/dist/components/editor/index.client.d.ts +0 -11
  1084. package/dist/components/editor/index.client.d.ts.map +0 -1
  1085. package/dist/components/editor/index.client.js +0 -17
  1086. package/dist/components/editor/index.client.js.map +0 -1
  1087. package/dist/components/editor/preview.client.d.ts +0 -12
  1088. package/dist/components/editor/preview.client.d.ts.map +0 -1
  1089. package/dist/components/editor/preview.client.js +0 -20
  1090. package/dist/components/editor/preview.client.js.map +0 -1
  1091. package/dist/components/emails/forget-password-email.js +0 -52
  1092. package/dist/components/emails/forget-password-email.js.map +0 -1
  1093. package/dist/components/header/back-button.client.d.ts +0 -10
  1094. package/dist/components/header/back-button.client.d.ts.map +0 -1
  1095. package/dist/components/header/back-button.client.js +0 -44
  1096. package/dist/components/header/back-button.client.js.map +0 -1
  1097. package/dist/components/header/bottom-bar.client.d.ts +0 -29
  1098. package/dist/components/header/bottom-bar.client.d.ts.map +0 -1
  1099. package/dist/components/header/bottom-bar.client.js +0 -31
  1100. package/dist/components/header/bottom-bar.client.js.map +0 -1
  1101. package/dist/components/header/breadcrumbs.client.d.ts +0 -35
  1102. package/dist/components/header/breadcrumbs.client.d.ts.map +0 -1
  1103. package/dist/components/header/breadcrumbs.client.js +0 -64
  1104. package/dist/components/header/breadcrumbs.client.js.map +0 -1
  1105. package/dist/components/header/header.client.d.ts +0 -12
  1106. package/dist/components/header/header.client.d.ts.map +0 -1
  1107. package/dist/components/header/header.client.js +0 -15
  1108. package/dist/components/header/header.client.js.map +0 -1
  1109. package/dist/components/header/indicator.client.js +0 -26
  1110. package/dist/components/header/indicator.client.js.map +0 -1
  1111. package/dist/components/header/mobile-nav-switcher.client.d.ts +0 -10
  1112. package/dist/components/header/mobile-nav-switcher.client.d.ts.map +0 -1
  1113. package/dist/components/header/mobile-nav-switcher.client.js +0 -20
  1114. package/dist/components/header/mobile-nav-switcher.client.js.map +0 -1
  1115. package/dist/components/header/top-bar.client.d.ts +0 -43
  1116. package/dist/components/header/top-bar.client.d.ts.map +0 -1
  1117. package/dist/components/header/top-bar.client.js +0 -48
  1118. package/dist/components/header/top-bar.client.js.map +0 -1
  1119. package/dist/components/layouts/admin-content.client.d.ts +0 -13
  1120. package/dist/components/layouts/admin-content.client.d.ts.map +0 -1
  1121. package/dist/components/layouts/admin-content.client.js +0 -24
  1122. package/dist/components/layouts/admin-content.client.js.map +0 -1
  1123. package/dist/components/layouts/admin-layout.d.ts +0 -8
  1124. package/dist/components/layouts/admin-layout.d.ts.map +0 -1
  1125. package/dist/components/layouts/admin-layout.js +0 -15
  1126. package/dist/components/layouts/admin-layout.js.map +0 -1
  1127. package/dist/components/layouts/admin-loading.d.ts +0 -8
  1128. package/dist/components/layouts/admin-loading.d.ts.map +0 -1
  1129. package/dist/components/layouts/admin-loading.js +0 -14
  1130. package/dist/components/layouts/admin-loading.js.map +0 -1
  1131. package/dist/components/layouts/empty-page.d.ts +0 -31
  1132. package/dist/components/layouts/empty-page.d.ts.map +0 -1
  1133. package/dist/components/layouts/empty-page.js +0 -29
  1134. package/dist/components/layouts/empty-page.js.map +0 -1
  1135. package/dist/components/layouts/list-layout.d.ts +0 -12
  1136. package/dist/components/layouts/list-layout.d.ts.map +0 -1
  1137. package/dist/components/layouts/list-layout.js +0 -15
  1138. package/dist/components/layouts/list-layout.js.map +0 -1
  1139. package/dist/components/layouts/not-found-page.d.ts +0 -7
  1140. package/dist/components/layouts/not-found-page.d.ts.map +0 -1
  1141. package/dist/components/layouts/not-found-page.js +0 -14
  1142. package/dist/components/layouts/not-found-page.js.map +0 -1
  1143. package/dist/components/layouts/not-found-section.js +0 -30
  1144. package/dist/components/layouts/not-found-section.js.map +0 -1
  1145. package/dist/components/layouts/providers.client.d.ts +0 -10
  1146. package/dist/components/layouts/providers.client.d.ts.map +0 -1
  1147. package/dist/components/layouts/providers.client.js +0 -32
  1148. package/dist/components/layouts/providers.client.js.map +0 -1
  1149. package/dist/components/layouts/root-layout.server.d.ts +0 -38
  1150. package/dist/components/layouts/root-layout.server.d.ts.map +0 -1
  1151. package/dist/components/layouts/root-layout.server.js +0 -47
  1152. package/dist/components/layouts/root-layout.server.js.map +0 -1
  1153. package/dist/components/layouts/root-loading.d.ts +0 -7
  1154. package/dist/components/layouts/root-loading.d.ts.map +0 -1
  1155. package/dist/components/layouts/root-loading.js +0 -14
  1156. package/dist/components/layouts/root-loading.js.map +0 -1
  1157. package/dist/components/layouts/tab-layout.d.ts +0 -23
  1158. package/dist/components/layouts/tab-layout.d.ts.map +0 -1
  1159. package/dist/components/layouts/tab-layout.js +0 -52
  1160. package/dist/components/layouts/tab-layout.js.map +0 -1
  1161. package/dist/components/lists/data-list.d.ts +0 -31
  1162. package/dist/components/lists/data-list.d.ts.map +0 -1
  1163. package/dist/components/lists/data-list.js +0 -36
  1164. package/dist/components/lists/data-list.js.map +0 -1
  1165. package/dist/components/lists/data-stack.d.ts +0 -49
  1166. package/dist/components/lists/data-stack.d.ts.map +0 -1
  1167. package/dist/components/lists/data-stack.js +0 -57
  1168. package/dist/components/lists/data-stack.js.map +0 -1
  1169. package/dist/components/navigation/admin-sidebar-header.client.js +0 -75
  1170. package/dist/components/navigation/admin-sidebar-header.client.js.map +0 -1
  1171. package/dist/components/navigation/admin-sidebar-paths.client.d.ts +0 -81
  1172. package/dist/components/navigation/admin-sidebar-paths.client.d.ts.map +0 -1
  1173. package/dist/components/navigation/admin-sidebar-paths.client.js +0 -143
  1174. package/dist/components/navigation/admin-sidebar-paths.client.js.map +0 -1
  1175. package/dist/components/navigation/admin-sidebar-skeleton.js +0 -31
  1176. package/dist/components/navigation/admin-sidebar-skeleton.js.map +0 -1
  1177. package/dist/components/server.d.ts +0 -3
  1178. package/dist/components/server.js +0 -4
  1179. package/dist/components/ui/accordion.d.ts +0 -25
  1180. package/dist/components/ui/accordion.d.ts.map +0 -1
  1181. package/dist/components/ui/accordion.js +0 -49
  1182. package/dist/components/ui/accordion.js.map +0 -1
  1183. package/dist/components/ui/alert-dialog.d.ts +0 -43
  1184. package/dist/components/ui/alert-dialog.d.ts.map +0 -1
  1185. package/dist/components/ui/alert-dialog.js +0 -86
  1186. package/dist/components/ui/alert-dialog.js.map +0 -1
  1187. package/dist/components/ui/alert.d.ts +0 -25
  1188. package/dist/components/ui/alert.d.ts.map +0 -1
  1189. package/dist/components/ui/alert.js +0 -39
  1190. package/dist/components/ui/alert.js.map +0 -1
  1191. package/dist/components/ui/aspect-ratio.d.ts +0 -8
  1192. package/dist/components/ui/aspect-ratio.d.ts.map +0 -1
  1193. package/dist/components/ui/aspect-ratio.js +0 -17
  1194. package/dist/components/ui/aspect-ratio.js.map +0 -1
  1195. package/dist/components/ui/avatar.client.d.ts +0 -20
  1196. package/dist/components/ui/avatar.client.d.ts.map +0 -1
  1197. package/dist/components/ui/avatar.client.js +0 -34
  1198. package/dist/components/ui/avatar.client.js.map +0 -1
  1199. package/dist/components/ui/badge.d.ts +0 -20
  1200. package/dist/components/ui/badge.d.ts.map +0 -1
  1201. package/dist/components/ui/badge.js +0 -27
  1202. package/dist/components/ui/badge.js.map +0 -1
  1203. package/dist/components/ui/breadcrumb.d.ts +0 -36
  1204. package/dist/components/ui/breadcrumb.d.ts.map +0 -1
  1205. package/dist/components/ui/breadcrumb.js +0 -72
  1206. package/dist/components/ui/breadcrumb.js.map +0 -1
  1207. package/dist/components/ui/button.d.ts +0 -22
  1208. package/dist/components/ui/button.d.ts.map +0 -1
  1209. package/dist/components/ui/button.js +0 -44
  1210. package/dist/components/ui/button.js.map +0 -1
  1211. package/dist/components/ui/calendar.d.ts +0 -14
  1212. package/dist/components/ui/calendar.d.ts.map +0 -1
  1213. package/dist/components/ui/calendar.js +0 -57
  1214. package/dist/components/ui/calendar.js.map +0 -1
  1215. package/dist/components/ui/card.d.ts +0 -31
  1216. package/dist/components/ui/card.d.ts.map +0 -1
  1217. package/dist/components/ui/card.js +0 -51
  1218. package/dist/components/ui/card.js.map +0 -1
  1219. package/dist/components/ui/carousel.d.ts +0 -48
  1220. package/dist/components/ui/carousel.d.ts.map +0 -1
  1221. package/dist/components/ui/carousel.js +0 -137
  1222. package/dist/components/ui/carousel.js.map +0 -1
  1223. package/dist/components/ui/chart.client.d.ts +0 -72
  1224. package/dist/components/ui/chart.client.d.ts.map +0 -1
  1225. package/dist/components/ui/chart.client.js +0 -144
  1226. package/dist/components/ui/chart.client.js.map +0 -1
  1227. package/dist/components/ui/checkbox.d.ts +0 -12
  1228. package/dist/components/ui/checkbox.d.ts.map +0 -1
  1229. package/dist/components/ui/checkbox.js +0 -26
  1230. package/dist/components/ui/checkbox.js.map +0 -1
  1231. package/dist/components/ui/collapsible.client.d.ts +0 -16
  1232. package/dist/components/ui/collapsible.client.d.ts.map +0 -1
  1233. package/dist/components/ui/collapsible.client.js +0 -29
  1234. package/dist/components/ui/collapsible.client.js.map +0 -1
  1235. package/dist/components/ui/color-picker.client.d.ts +0 -16
  1236. package/dist/components/ui/color-picker.client.d.ts.map +0 -1
  1237. package/dist/components/ui/color-picker.client.js +0 -39
  1238. package/dist/components/ui/color-picker.client.js.map +0 -1
  1239. package/dist/components/ui/combobox-dropdown.client.d.ts +0 -47
  1240. package/dist/components/ui/combobox-dropdown.client.d.ts.map +0 -1
  1241. package/dist/components/ui/combobox-dropdown.client.js +0 -95
  1242. package/dist/components/ui/combobox-dropdown.client.js.map +0 -1
  1243. package/dist/components/ui/combobox.client.d.ts +0 -31
  1244. package/dist/components/ui/combobox.client.d.ts.map +0 -1
  1245. package/dist/components/ui/combobox.client.js +0 -68
  1246. package/dist/components/ui/combobox.client.js.map +0 -1
  1247. package/dist/components/ui/command.d.ts +0 -49
  1248. package/dist/components/ui/command.d.ts.map +0 -1
  1249. package/dist/components/ui/command.js +0 -90
  1250. package/dist/components/ui/command.js.map +0 -1
  1251. package/dist/components/ui/context-menu.d.ts +0 -77
  1252. package/dist/components/ui/context-menu.d.ts.map +0 -1
  1253. package/dist/components/ui/context-menu.js +0 -127
  1254. package/dist/components/ui/context-menu.js.map +0 -1
  1255. package/dist/components/ui/dialog.client.d.ts +0 -45
  1256. package/dist/components/ui/dialog.client.d.ts.map +0 -1
  1257. package/dist/components/ui/dialog.client.js +0 -90
  1258. package/dist/components/ui/dialog.client.js.map +0 -1
  1259. package/dist/components/ui/drawer.client.d.ts +0 -45
  1260. package/dist/components/ui/drawer.client.d.ts.map +0 -1
  1261. package/dist/components/ui/drawer.client.js +0 -83
  1262. package/dist/components/ui/drawer.client.js.map +0 -1
  1263. package/dist/components/ui/dropdown-menu.d.ts +0 -78
  1264. package/dist/components/ui/dropdown-menu.d.ts.map +0 -1
  1265. package/dist/components/ui/dropdown-menu.js +0 -128
  1266. package/dist/components/ui/dropdown-menu.js.map +0 -1
  1267. package/dist/components/ui/form.client.d.ts +0 -46
  1268. package/dist/components/ui/form.client.d.ts.map +0 -1
  1269. package/dist/components/ui/form.client.js +0 -93
  1270. package/dist/components/ui/form.client.js.map +0 -1
  1271. package/dist/components/ui/hover-card.client.d.ts +0 -20
  1272. package/dist/components/ui/hover-card.client.d.ts.map +0 -1
  1273. package/dist/components/ui/hover-card.client.js +0 -34
  1274. package/dist/components/ui/hover-card.client.js.map +0 -1
  1275. package/dist/components/ui/input.d.ts +0 -12
  1276. package/dist/components/ui/input.d.ts.map +0 -1
  1277. package/dist/components/ui/input.js +0 -17
  1278. package/dist/components/ui/input.js.map +0 -1
  1279. package/dist/components/ui/label.d.ts +0 -12
  1280. package/dist/components/ui/label.d.ts.map +0 -1
  1281. package/dist/components/ui/label.js +0 -20
  1282. package/dist/components/ui/label.js.map +0 -1
  1283. package/dist/components/ui/navigation-menu.d.ts +0 -47
  1284. package/dist/components/ui/navigation-menu.d.ts.map +0 -1
  1285. package/dist/components/ui/navigation-menu.js +0 -86
  1286. package/dist/components/ui/navigation-menu.js.map +0 -1
  1287. package/dist/components/ui/pagination.d.ts +0 -40
  1288. package/dist/components/ui/pagination.d.ts.map +0 -1
  1289. package/dist/components/ui/pagination.js +0 -81
  1290. package/dist/components/ui/pagination.js.map +0 -1
  1291. package/dist/components/ui/popover.d.ts +0 -23
  1292. package/dist/components/ui/popover.d.ts.map +0 -1
  1293. package/dist/components/ui/popover.js +0 -40
  1294. package/dist/components/ui/popover.js.map +0 -1
  1295. package/dist/components/ui/progress.client.d.ts +0 -13
  1296. package/dist/components/ui/progress.client.d.ts.map +0 -1
  1297. package/dist/components/ui/progress.client.js +0 -25
  1298. package/dist/components/ui/progress.client.js.map +0 -1
  1299. package/dist/components/ui/radio-group.d.ts +0 -16
  1300. package/dist/components/ui/radio-group.d.ts.map +0 -1
  1301. package/dist/components/ui/radio-group.js +0 -33
  1302. package/dist/components/ui/radio-group.js.map +0 -1
  1303. package/dist/components/ui/resizable.client.d.ts +0 -22
  1304. package/dist/components/ui/resizable.client.d.ts.map +0 -1
  1305. package/dist/components/ui/resizable.client.js +0 -38
  1306. package/dist/components/ui/resizable.client.js.map +0 -1
  1307. package/dist/components/ui/scroll-area.d.ts +0 -18
  1308. package/dist/components/ui/scroll-area.d.ts.map +0 -1
  1309. package/dist/components/ui/scroll-area.js +0 -41
  1310. package/dist/components/ui/scroll-area.js.map +0 -1
  1311. package/dist/components/ui/select.client.d.ts +0 -49
  1312. package/dist/components/ui/select.client.d.ts.map +0 -1
  1313. package/dist/components/ui/select.client.js +0 -100
  1314. package/dist/components/ui/select.client.js.map +0 -1
  1315. package/dist/components/ui/separator.d.ts +0 -14
  1316. package/dist/components/ui/separator.d.ts.map +0 -1
  1317. package/dist/components/ui/separator.js +0 -22
  1318. package/dist/components/ui/separator.js.map +0 -1
  1319. package/dist/components/ui/sheet.client.d.ts +0 -41
  1320. package/dist/components/ui/sheet.client.d.ts.map +0 -1
  1321. package/dist/components/ui/sheet.client.js +0 -84
  1322. package/dist/components/ui/sheet.client.js.map +0 -1
  1323. package/dist/components/ui/sidebar.client.d.ts +0 -168
  1324. package/dist/components/ui/sidebar.client.d.ts.map +0 -1
  1325. package/dist/components/ui/sidebar.client.js +0 -375
  1326. package/dist/components/ui/sidebar.client.js.map +0 -1
  1327. package/dist/components/ui/skeleton.d.ts +0 -10
  1328. package/dist/components/ui/skeleton.d.ts.map +0 -1
  1329. package/dist/components/ui/skeleton.js +0 -15
  1330. package/dist/components/ui/skeleton.js.map +0 -1
  1331. package/dist/components/ui/slider.d.ts +0 -16
  1332. package/dist/components/ui/slider.d.ts.map +0 -1
  1333. package/dist/components/ui/slider.js +0 -41
  1334. package/dist/components/ui/slider.js.map +0 -1
  1335. package/dist/components/ui/sonner.client.d.ts +0 -10
  1336. package/dist/components/ui/sonner.client.d.ts.map +0 -1
  1337. package/dist/components/ui/sonner.client.js +0 -26
  1338. package/dist/components/ui/sonner.client.js.map +0 -1
  1339. package/dist/components/ui/spinner.js +0 -63
  1340. package/dist/components/ui/spinner.js.map +0 -1
  1341. package/dist/components/ui/switch.d.ts +0 -12
  1342. package/dist/components/ui/switch.d.ts.map +0 -1
  1343. package/dist/components/ui/switch.js +0 -24
  1344. package/dist/components/ui/switch.js.map +0 -1
  1345. package/dist/components/ui/tabs.d.ts +0 -24
  1346. package/dist/components/ui/tabs.d.ts.map +0 -1
  1347. package/dist/components/ui/tabs.js +0 -41
  1348. package/dist/components/ui/tabs.js.map +0 -1
  1349. package/dist/components/ui/textarea.d.ts +0 -11
  1350. package/dist/components/ui/textarea.d.ts.map +0 -1
  1351. package/dist/components/ui/textarea.js +0 -16
  1352. package/dist/components/ui/textarea.js.map +0 -1
  1353. package/dist/components/ui/time-input.client.d.ts +0 -16
  1354. package/dist/components/ui/time-input.client.d.ts.map +0 -1
  1355. package/dist/components/ui/time-input.client.js +0 -53
  1356. package/dist/components/ui/time-input.client.js.map +0 -1
  1357. package/dist/components/ui/time-picker-input.client.d.ts +0 -15
  1358. package/dist/components/ui/time-picker-input.client.d.ts.map +0 -1
  1359. package/dist/components/ui/time-picker-input.client.js +0 -65
  1360. package/dist/components/ui/time-picker-input.client.js.map +0 -1
  1361. package/dist/components/ui/toggle-group.client.d.ts +0 -24
  1362. package/dist/components/ui/toggle-group.client.d.ts.map +0 -1
  1363. package/dist/components/ui/toggle-group.client.js +0 -48
  1364. package/dist/components/ui/toggle-group.client.js.map +0 -1
  1365. package/dist/components/ui/toggle.d.ts +0 -20
  1366. package/dist/components/ui/toggle.d.ts.map +0 -1
  1367. package/dist/components/ui/toggle.js +0 -42
  1368. package/dist/components/ui/toggle.js.map +0 -1
  1369. package/dist/components/ui/tooltip.client.d.ts +0 -24
  1370. package/dist/components/ui/tooltip.client.d.ts.map +0 -1
  1371. package/dist/components/ui/tooltip.client.js +0 -41
  1372. package/dist/components/ui/tooltip.client.js.map +0 -1
  1373. package/dist/components/ui/tree.client.d.ts +0 -43
  1374. package/dist/components/ui/tree.client.d.ts.map +0 -1
  1375. package/dist/components/ui/tree.client.js +0 -103
  1376. package/dist/components/ui/tree.client.js.map +0 -1
  1377. package/dist/components.d.ts +0 -39
  1378. package/dist/components.js +0 -40
  1379. package/dist/config/server.d.ts +0 -7
  1380. package/dist/config/server.js +0 -8
  1381. package/dist/config.d.ts +0 -7
  1382. package/dist/config.js +0 -6
  1383. package/dist/data-tables/client.d.ts +0 -21
  1384. package/dist/data-tables/client.js +0 -22
  1385. package/dist/data-tables/server.d.ts +0 -7
  1386. package/dist/data-tables/server.js +0 -8
  1387. package/dist/data-tables.d.ts +0 -13
  1388. package/dist/data-tables.js +0 -13
  1389. package/dist/inline-edit/client.d.ts +0 -13
  1390. package/dist/inline-edit/client.js +0 -14
  1391. package/dist/inline-edit.d.ts +0 -2
  1392. package/dist/inline-edit.js +0 -3
  1393. package/dist/lib/client.d.ts +0 -4
  1394. package/dist/lib/client.js +0 -5
  1395. package/dist/lib/config/constants.d.ts +0 -5
  1396. package/dist/lib/config/constants.d.ts.map +0 -1
  1397. package/dist/lib/config/constants.js +0 -6
  1398. package/dist/lib/config/constants.js.map +0 -1
  1399. package/dist/lib/hooks/use-action.d.ts +0 -18
  1400. package/dist/lib/hooks/use-action.d.ts.map +0 -1
  1401. package/dist/lib/hooks/use-action.js +0 -42
  1402. package/dist/lib/hooks/use-action.js.map +0 -1
  1403. package/dist/lib/hooks/use-indicator.d.ts +0 -32
  1404. package/dist/lib/hooks/use-indicator.d.ts.map +0 -1
  1405. package/dist/lib/hooks/use-indicator.js +0 -51
  1406. package/dist/lib/hooks/use-indicator.js.map +0 -1
  1407. package/dist/lib/hooks/use-mobile.client.d.ts +0 -7
  1408. package/dist/lib/hooks/use-mobile.client.d.ts.map +0 -1
  1409. package/dist/lib/hooks/use-mobile.client.js +0 -22
  1410. package/dist/lib/hooks/use-mobile.client.js.map +0 -1
  1411. package/dist/lib/types/config.d.ts +0 -12
  1412. package/dist/lib/types/config.d.ts.map +0 -1
  1413. package/dist/lib/utils/array-move.d.ts +0 -11
  1414. package/dist/lib/utils/array-move.d.ts.map +0 -1
  1415. package/dist/lib/utils/array-move.js +0 -13
  1416. package/dist/lib/utils/array-move.js.map +0 -1
  1417. package/dist/lib/utils/cn.d.ts +0 -7
  1418. package/dist/lib/utils/cn.d.ts.map +0 -1
  1419. package/dist/lib/utils/cn.js +0 -11
  1420. package/dist/lib/utils/cn.js.map +0 -1
  1421. package/dist/lib/utils/fonts.d.ts +0 -8
  1422. package/dist/lib/utils/fonts.d.ts.map +0 -1
  1423. package/dist/lib/utils/fonts.js +0 -12
  1424. package/dist/lib/utils/fonts.js.map +0 -1
  1425. package/dist/lib/utils/format.d.ts +0 -41
  1426. package/dist/lib/utils/format.d.ts.map +0 -1
  1427. package/dist/lib/utils/format.js +0 -96
  1428. package/dist/lib/utils/format.js.map +0 -1
  1429. package/dist/lib/utils/manifest.d.ts +0 -9
  1430. package/dist/lib/utils/manifest.d.ts.map +0 -1
  1431. package/dist/lib/utils/manifest.js +0 -36
  1432. package/dist/lib/utils/manifest.js.map +0 -1
  1433. package/dist/lib/utils/time-picker.d.ts +0 -6
  1434. package/dist/lib/utils/time-picker.d.ts.map +0 -1
  1435. package/dist/lib/utils/time-picker.js +0 -104
  1436. package/dist/lib/utils/time-picker.js.map +0 -1
  1437. package/dist/lib/utils/url.d.ts +0 -10
  1438. package/dist/lib/utils/url.d.ts.map +0 -1
  1439. package/dist/lib/utils/url.js +0 -15
  1440. package/dist/lib/utils/url.js.map +0 -1
  1441. package/dist/lib.d.ts +0 -9
  1442. package/dist/lib.js +0 -9
  1443. package/dist/modules/auth/components/allowed.client.d.ts +0 -21
  1444. package/dist/modules/auth/components/allowed.client.d.ts.map +0 -1
  1445. package/dist/modules/auth/components/allowed.client.js +0 -16
  1446. package/dist/modules/auth/components/allowed.client.js.map +0 -1
  1447. package/dist/modules/auth/components/allowed.server.d.ts +0 -23
  1448. package/dist/modules/auth/components/allowed.server.d.ts.map +0 -1
  1449. package/dist/modules/auth/components/allowed.server.js +0 -24
  1450. package/dist/modules/auth/components/allowed.server.js.map +0 -1
  1451. package/dist/modules/auth/components/auth-layout.server.d.ts +0 -10
  1452. package/dist/modules/auth/components/auth-layout.server.d.ts.map +0 -1
  1453. package/dist/modules/auth/components/auth-layout.server.js +0 -37
  1454. package/dist/modules/auth/components/auth-layout.server.js.map +0 -1
  1455. package/dist/modules/auth/components/auth-loading.d.ts +0 -7
  1456. package/dist/modules/auth/components/auth-loading.d.ts.map +0 -1
  1457. package/dist/modules/auth/components/auth-loading.js +0 -18
  1458. package/dist/modules/auth/components/auth-loading.js.map +0 -1
  1459. package/dist/modules/auth/components/forget-password-page.client.d.ts +0 -7
  1460. package/dist/modules/auth/components/forget-password-page.client.d.ts.map +0 -1
  1461. package/dist/modules/auth/components/forget-password-page.client.js +0 -73
  1462. package/dist/modules/auth/components/forget-password-page.client.js.map +0 -1
  1463. package/dist/modules/auth/components/guard.js +0 -16
  1464. package/dist/modules/auth/components/guard.js.map +0 -1
  1465. package/dist/modules/auth/components/login-page.client.d.ts +0 -7
  1466. package/dist/modules/auth/components/login-page.client.d.ts.map +0 -1
  1467. package/dist/modules/auth/components/login-page.client.js +0 -112
  1468. package/dist/modules/auth/components/login-page.client.js.map +0 -1
  1469. package/dist/modules/auth/components/reset-password-page.client.d.ts +0 -12
  1470. package/dist/modules/auth/components/reset-password-page.client.d.ts.map +0 -1
  1471. package/dist/modules/auth/components/reset-password-page.client.js +0 -97
  1472. package/dist/modules/auth/components/reset-password-page.client.js.map +0 -1
  1473. package/dist/modules/auth/components/update-password-command.d.ts +0 -20
  1474. package/dist/modules/auth/components/update-password-command.d.ts.map +0 -1
  1475. package/dist/modules/auth/components/update-password-command.js +0 -50
  1476. package/dist/modules/auth/components/update-password-command.js.map +0 -1
  1477. package/dist/modules/auth/db/schema.d.ts +0 -739
  1478. package/dist/modules/auth/db/schema.d.ts.map +0 -1
  1479. package/dist/modules/auth/db/schema.js +0 -60
  1480. package/dist/modules/auth/db/schema.js.map +0 -1
  1481. package/dist/modules/auth/handler/client.client.d.ts +0 -3806
  1482. package/dist/modules/auth/handler/client.client.d.ts.map +0 -1
  1483. package/dist/modules/auth/handler/client.client.js +0 -16
  1484. package/dist/modules/auth/handler/client.client.js.map +0 -1
  1485. package/dist/modules/auth/handler/route.server.d.ts +0 -17
  1486. package/dist/modules/auth/handler/route.server.d.ts.map +0 -1
  1487. package/dist/modules/auth/handler/route.server.js +0 -32
  1488. package/dist/modules/auth/handler/route.server.js.map +0 -1
  1489. package/dist/modules/auth/handler/server.server.js +0 -61
  1490. package/dist/modules/auth/handler/server.server.js.map +0 -1
  1491. package/dist/modules/auth/hooks/use-permission.d.ts +0 -26
  1492. package/dist/modules/auth/hooks/use-permission.d.ts.map +0 -1
  1493. package/dist/modules/auth/hooks/use-permission.js +0 -54
  1494. package/dist/modules/auth/hooks/use-permission.js.map +0 -1
  1495. package/dist/modules/auth/hooks/use-session.d.ts +0 -34
  1496. package/dist/modules/auth/hooks/use-session.d.ts.map +0 -1
  1497. package/dist/modules/auth/hooks/use-session.js +0 -21
  1498. package/dist/modules/auth/hooks/use-session.js.map +0 -1
  1499. package/dist/modules/auth/lib/helpers.server.d.ts +0 -84
  1500. package/dist/modules/auth/lib/helpers.server.d.ts.map +0 -1
  1501. package/dist/modules/auth/lib/helpers.server.js +0 -45
  1502. package/dist/modules/auth/lib/helpers.server.js.map +0 -1
  1503. package/dist/modules/auth/lib/permissions.d.ts +0 -19
  1504. package/dist/modules/auth/lib/permissions.d.ts.map +0 -1
  1505. package/dist/modules/auth/lib/permissions.js +0 -15
  1506. package/dist/modules/auth/lib/permissions.js.map +0 -1
  1507. package/dist/modules/auth/lib/utils.js +0 -21
  1508. package/dist/modules/auth/lib/utils.js.map +0 -1
  1509. package/dist/modules/auth/lib/validators.d.ts +0 -64
  1510. package/dist/modules/auth/lib/validators.d.ts.map +0 -1
  1511. package/dist/modules/auth/lib/validators.js +0 -56
  1512. package/dist/modules/auth/lib/validators.js.map +0 -1
  1513. package/dist/modules/commands/components/alert-dialog-command.client.d.ts +0 -93
  1514. package/dist/modules/commands/components/alert-dialog-command.client.d.ts.map +0 -1
  1515. package/dist/modules/commands/components/alert-dialog-command.client.js +0 -157
  1516. package/dist/modules/commands/components/alert-dialog-command.client.js.map +0 -1
  1517. package/dist/modules/commands/components/click-command.client.d.ts +0 -27
  1518. package/dist/modules/commands/components/click-command.client.d.ts.map +0 -1
  1519. package/dist/modules/commands/components/click-command.client.js +0 -66
  1520. package/dist/modules/commands/components/click-command.client.js.map +0 -1
  1521. package/dist/modules/commands/components/command-trigger.client.d.ts +0 -34
  1522. package/dist/modules/commands/components/command-trigger.client.d.ts.map +0 -1
  1523. package/dist/modules/commands/components/command-trigger.client.js +0 -51
  1524. package/dist/modules/commands/components/command-trigger.client.js.map +0 -1
  1525. package/dist/modules/commands/components/dialog-command.client.d.ts +0 -68
  1526. package/dist/modules/commands/components/dialog-command.client.d.ts.map +0 -1
  1527. package/dist/modules/commands/components/dialog-command.client.js +0 -131
  1528. package/dist/modules/commands/components/dialog-command.client.js.map +0 -1
  1529. package/dist/modules/commands/components/dropdown-command.client.d.ts +0 -60
  1530. package/dist/modules/commands/components/dropdown-command.client.d.ts.map +0 -1
  1531. package/dist/modules/commands/components/dropdown-command.client.js +0 -130
  1532. package/dist/modules/commands/components/dropdown-command.client.js.map +0 -1
  1533. package/dist/modules/commands/components/empty-command.client.d.ts +0 -19
  1534. package/dist/modules/commands/components/empty-command.client.d.ts.map +0 -1
  1535. package/dist/modules/commands/components/empty-command.client.js +0 -57
  1536. package/dist/modules/commands/components/empty-command.client.js.map +0 -1
  1537. package/dist/modules/commands/components/form-dialog-command.client.d.ts +0 -100
  1538. package/dist/modules/commands/components/form-dialog-command.client.d.ts.map +0 -1
  1539. package/dist/modules/commands/components/form-dialog-command.client.js +0 -184
  1540. package/dist/modules/commands/components/form-dialog-command.client.js.map +0 -1
  1541. package/dist/modules/commands/components/render-command.js +0 -16
  1542. package/dist/modules/commands/components/render-command.js.map +0 -1
  1543. package/dist/modules/commands/hooks/context.client.js +0 -33
  1544. package/dist/modules/commands/hooks/context.client.js.map +0 -1
  1545. package/dist/modules/commands/hooks/use-command-action.client.d.ts +0 -21
  1546. package/dist/modules/commands/hooks/use-command-action.client.d.ts.map +0 -1
  1547. package/dist/modules/commands/hooks/use-command-action.client.js +0 -69
  1548. package/dist/modules/commands/hooks/use-command-action.client.js.map +0 -1
  1549. package/dist/modules/commands/hooks/use-command-menu.client.d.ts +0 -16
  1550. package/dist/modules/commands/hooks/use-command-menu.client.d.ts.map +0 -1
  1551. package/dist/modules/commands/hooks/use-command-menu.client.js +0 -90
  1552. package/dist/modules/commands/hooks/use-command-menu.client.js.map +0 -1
  1553. package/dist/modules/commands/lib/definitions.d.ts +0 -54
  1554. package/dist/modules/commands/lib/definitions.d.ts.map +0 -1
  1555. package/dist/modules/commands/lib/factory.d.ts +0 -24
  1556. package/dist/modules/commands/lib/factory.d.ts.map +0 -1
  1557. package/dist/modules/commands/lib/factory.js +0 -8
  1558. package/dist/modules/commands/lib/factory.js.map +0 -1
  1559. package/dist/modules/commands/lib/schema.d.ts +0 -18
  1560. package/dist/modules/commands/lib/schema.d.ts.map +0 -1
  1561. package/dist/modules/commands/menus/context-menu.client.d.ts +0 -27
  1562. package/dist/modules/commands/menus/context-menu.client.d.ts.map +0 -1
  1563. package/dist/modules/commands/menus/context-menu.client.js +0 -61
  1564. package/dist/modules/commands/menus/context-menu.client.js.map +0 -1
  1565. package/dist/modules/commands/menus/data-table-menu.client.js +0 -47
  1566. package/dist/modules/commands/menus/data-table-menu.client.js.map +0 -1
  1567. package/dist/modules/commands/menus/dropdown-menu.client.d.ts +0 -19
  1568. package/dist/modules/commands/menus/dropdown-menu.client.d.ts.map +0 -1
  1569. package/dist/modules/commands/menus/dropdown-menu.client.js +0 -64
  1570. package/dist/modules/commands/menus/dropdown-menu.client.js.map +0 -1
  1571. package/dist/modules/commands/menus/inline-menu.client.d.ts +0 -20
  1572. package/dist/modules/commands/menus/inline-menu.client.d.ts.map +0 -1
  1573. package/dist/modules/commands/menus/inline-menu.client.js +0 -48
  1574. package/dist/modules/commands/menus/inline-menu.client.js.map +0 -1
  1575. package/dist/modules/commands/menus/responsive-menu.client.d.ts +0 -10
  1576. package/dist/modules/commands/menus/responsive-menu.client.d.ts.map +0 -1
  1577. package/dist/modules/commands/menus/responsive-menu.client.js +0 -24
  1578. package/dist/modules/commands/menus/responsive-menu.client.js.map +0 -1
  1579. package/dist/modules/commands/utils/archive-command.client.d.ts +0 -33
  1580. package/dist/modules/commands/utils/archive-command.client.d.ts.map +0 -1
  1581. package/dist/modules/commands/utils/archive-command.client.js +0 -39
  1582. package/dist/modules/commands/utils/archive-command.client.js.map +0 -1
  1583. package/dist/modules/commands/utils/delete-command.client.d.ts +0 -23
  1584. package/dist/modules/commands/utils/delete-command.client.d.ts.map +0 -1
  1585. package/dist/modules/commands/utils/delete-command.client.js +0 -28
  1586. package/dist/modules/commands/utils/delete-command.client.js.map +0 -1
  1587. package/dist/modules/commands/utils/send-mail-command.client.d.ts +0 -41
  1588. package/dist/modules/commands/utils/send-mail-command.client.d.ts.map +0 -1
  1589. package/dist/modules/commands/utils/send-mail-command.client.js +0 -119
  1590. package/dist/modules/commands/utils/send-mail-command.client.js.map +0 -1
  1591. package/dist/modules/config/db/create-client.js +0 -28
  1592. package/dist/modules/config/db/create-client.js.map +0 -1
  1593. package/dist/modules/config/db/helpers.d.ts +0 -15
  1594. package/dist/modules/config/db/helpers.d.ts.map +0 -1
  1595. package/dist/modules/config/db/helpers.js +0 -16
  1596. package/dist/modules/config/db/helpers.js.map +0 -1
  1597. package/dist/modules/config/db/types.d.ts +0 -5
  1598. package/dist/modules/config/db/types.d.ts.map +0 -1
  1599. package/dist/modules/config/lib/config.server.d.ts +0 -35
  1600. package/dist/modules/config/lib/config.server.d.ts.map +0 -1
  1601. package/dist/modules/config/lib/config.server.js +0 -11
  1602. package/dist/modules/config/lib/config.server.js.map +0 -1
  1603. package/dist/modules/config/lib/resolve.server.d.ts +0 -2064
  1604. package/dist/modules/config/lib/resolve.server.d.ts.map +0 -1
  1605. package/dist/modules/config/lib/resolve.server.js +0 -45
  1606. package/dist/modules/config/lib/resolve.server.js.map +0 -1
  1607. package/dist/modules/config/paths/helpers.d.ts +0 -11
  1608. package/dist/modules/config/paths/helpers.d.ts.map +0 -1
  1609. package/dist/modules/config/paths/helpers.js +0 -9
  1610. package/dist/modules/config/paths/helpers.js.map +0 -1
  1611. package/dist/modules/config/paths/types.d.ts +0 -33
  1612. package/dist/modules/config/paths/types.d.ts.map +0 -1
  1613. package/dist/modules/config/router/client.d.ts +0 -11
  1614. package/dist/modules/config/router/client.d.ts.map +0 -1
  1615. package/dist/modules/config/router/client.js +0 -25
  1616. package/dist/modules/config/router/client.js.map +0 -1
  1617. package/dist/modules/config/router/client.server.d.ts +0 -25
  1618. package/dist/modules/config/router/client.server.d.ts.map +0 -1
  1619. package/dist/modules/config/router/client.server.js +0 -31
  1620. package/dist/modules/config/router/client.server.js.map +0 -1
  1621. package/dist/modules/config/router/context.server.d.ts +0 -2091
  1622. package/dist/modules/config/router/context.server.d.ts.map +0 -1
  1623. package/dist/modules/config/router/context.server.js +0 -23
  1624. package/dist/modules/config/router/context.server.js.map +0 -1
  1625. package/dist/modules/config/router/helpers.js +0 -8
  1626. package/dist/modules/config/router/helpers.js.map +0 -1
  1627. package/dist/modules/config/router/init.server.d.ts +0 -2124
  1628. package/dist/modules/config/router/init.server.d.ts.map +0 -1
  1629. package/dist/modules/config/router/init.server.js +0 -53
  1630. package/dist/modules/config/router/init.server.js.map +0 -1
  1631. package/dist/modules/config/router/query-client.d.ts +0 -11
  1632. package/dist/modules/config/router/query-client.d.ts.map +0 -1
  1633. package/dist/modules/config/router/query-client.js +0 -51
  1634. package/dist/modules/config/router/query-client.js.map +0 -1
  1635. package/dist/modules/config/router/validators.d.ts +0 -14
  1636. package/dist/modules/config/router/validators.d.ts.map +0 -1
  1637. package/dist/modules/config/router/validators.js +0 -11
  1638. package/dist/modules/config/router/validators.js.map +0 -1
  1639. package/dist/modules/data-tables/components/cell/common.client.d.ts +0 -27
  1640. package/dist/modules/data-tables/components/cell/common.client.d.ts.map +0 -1
  1641. package/dist/modules/data-tables/components/cell/common.client.js +0 -36
  1642. package/dist/modules/data-tables/components/cell/common.client.js.map +0 -1
  1643. package/dist/modules/data-tables/components/cell/index.client.d.ts +0 -10
  1644. package/dist/modules/data-tables/components/cell/index.client.d.ts.map +0 -1
  1645. package/dist/modules/data-tables/components/cell/index.client.js +0 -25
  1646. package/dist/modules/data-tables/components/cell/index.client.js.map +0 -1
  1647. package/dist/modules/data-tables/components/cell/select.client.d.ts +0 -10
  1648. package/dist/modules/data-tables/components/cell/select.client.d.ts.map +0 -1
  1649. package/dist/modules/data-tables/components/cell/select.client.js +0 -37
  1650. package/dist/modules/data-tables/components/cell/select.client.js.map +0 -1
  1651. package/dist/modules/data-tables/components/column-header.d.ts +0 -16
  1652. package/dist/modules/data-tables/components/column-header.d.ts.map +0 -1
  1653. package/dist/modules/data-tables/components/column-header.js +0 -47
  1654. package/dist/modules/data-tables/components/column-header.js.map +0 -1
  1655. package/dist/modules/data-tables/components/filters/combobox.client.d.ts +0 -28
  1656. package/dist/modules/data-tables/components/filters/combobox.client.d.ts.map +0 -1
  1657. package/dist/modules/data-tables/components/filters/combobox.client.js +0 -98
  1658. package/dist/modules/data-tables/components/filters/combobox.client.js.map +0 -1
  1659. package/dist/modules/data-tables/components/filters/slider.client.d.ts +0 -23
  1660. package/dist/modules/data-tables/components/filters/slider.client.d.ts.map +0 -1
  1661. package/dist/modules/data-tables/components/filters/slider.client.js +0 -130
  1662. package/dist/modules/data-tables/components/filters/slider.client.js.map +0 -1
  1663. package/dist/modules/data-tables/components/footer.js +0 -30
  1664. package/dist/modules/data-tables/components/footer.js.map +0 -1
  1665. package/dist/modules/data-tables/components/header.d.ts +0 -41
  1666. package/dist/modules/data-tables/components/header.d.ts.map +0 -1
  1667. package/dist/modules/data-tables/components/header.js +0 -44
  1668. package/dist/modules/data-tables/components/header.js.map +0 -1
  1669. package/dist/modules/data-tables/components/layout.d.ts +0 -12
  1670. package/dist/modules/data-tables/components/layout.d.ts.map +0 -1
  1671. package/dist/modules/data-tables/components/layout.js +0 -15
  1672. package/dist/modules/data-tables/components/layout.js.map +0 -1
  1673. package/dist/modules/data-tables/components/search-input.client.d.ts +0 -7
  1674. package/dist/modules/data-tables/components/search-input.client.d.ts.map +0 -1
  1675. package/dist/modules/data-tables/components/search-input.client.js +0 -21
  1676. package/dist/modules/data-tables/components/search-input.client.js.map +0 -1
  1677. package/dist/modules/data-tables/components/skeleton.d.ts +0 -7
  1678. package/dist/modules/data-tables/components/skeleton.d.ts.map +0 -1
  1679. package/dist/modules/data-tables/components/skeleton.js +0 -22
  1680. package/dist/modules/data-tables/components/skeleton.js.map +0 -1
  1681. package/dist/modules/data-tables/components/table.d.ts +0 -34
  1682. package/dist/modules/data-tables/components/table.d.ts.map +0 -1
  1683. package/dist/modules/data-tables/components/table.js +0 -58
  1684. package/dist/modules/data-tables/components/table.js.map +0 -1
  1685. package/dist/modules/data-tables/components/toolbar.d.ts +0 -23
  1686. package/dist/modules/data-tables/components/toolbar.d.ts.map +0 -1
  1687. package/dist/modules/data-tables/components/toolbar.js +0 -22
  1688. package/dist/modules/data-tables/components/toolbar.js.map +0 -1
  1689. package/dist/modules/data-tables/hooks/use-context.client.d.ts +0 -56
  1690. package/dist/modules/data-tables/hooks/use-context.client.d.ts.map +0 -1
  1691. package/dist/modules/data-tables/hooks/use-context.client.js +0 -36
  1692. package/dist/modules/data-tables/hooks/use-context.client.js.map +0 -1
  1693. package/dist/modules/data-tables/hooks/use-search.client.js +0 -37
  1694. package/dist/modules/data-tables/hooks/use-search.client.js.map +0 -1
  1695. package/dist/modules/data-tables/hooks/use-selection.client.js +0 -40
  1696. package/dist/modules/data-tables/hooks/use-selection.client.js.map +0 -1
  1697. package/dist/modules/data-tables/hooks/use-table.client.d.ts +0 -12
  1698. package/dist/modules/data-tables/hooks/use-table.client.d.ts.map +0 -1
  1699. package/dist/modules/data-tables/hooks/use-table.client.js +0 -56
  1700. package/dist/modules/data-tables/hooks/use-table.client.js.map +0 -1
  1701. package/dist/modules/data-tables/lib/converters/cursor.d.ts +0 -19
  1702. package/dist/modules/data-tables/lib/converters/cursor.d.ts.map +0 -1
  1703. package/dist/modules/data-tables/lib/converters/cursor.js +0 -16
  1704. package/dist/modules/data-tables/lib/converters/cursor.js.map +0 -1
  1705. package/dist/modules/data-tables/lib/converters/dto.d.ts +0 -52
  1706. package/dist/modules/data-tables/lib/converters/dto.d.ts.map +0 -1
  1707. package/dist/modules/data-tables/lib/converters/dto.js +0 -25
  1708. package/dist/modules/data-tables/lib/converters/dto.js.map +0 -1
  1709. package/dist/modules/data-tables/lib/converters/filter.d.ts +0 -10
  1710. package/dist/modules/data-tables/lib/converters/filter.d.ts.map +0 -1
  1711. package/dist/modules/data-tables/lib/converters/filter.js +0 -14
  1712. package/dist/modules/data-tables/lib/converters/filter.js.map +0 -1
  1713. package/dist/modules/data-tables/lib/converters/search.d.ts +0 -17
  1714. package/dist/modules/data-tables/lib/converters/search.d.ts.map +0 -1
  1715. package/dist/modules/data-tables/lib/converters/search.js +0 -16
  1716. package/dist/modules/data-tables/lib/converters/search.js.map +0 -1
  1717. package/dist/modules/data-tables/lib/converters/sorting.d.ts +0 -15
  1718. package/dist/modules/data-tables/lib/converters/sorting.d.ts.map +0 -1
  1719. package/dist/modules/data-tables/lib/converters/sorting.js +0 -20
  1720. package/dist/modules/data-tables/lib/converters/sorting.js.map +0 -1
  1721. package/dist/modules/data-tables/lib/filters/config.d.ts +0 -11
  1722. package/dist/modules/data-tables/lib/filters/config.d.ts.map +0 -1
  1723. package/dist/modules/data-tables/lib/filters/config.js +0 -6
  1724. package/dist/modules/data-tables/lib/filters/config.js.map +0 -1
  1725. package/dist/modules/data-tables/lib/filters/parsers.d.ts +0 -32
  1726. package/dist/modules/data-tables/lib/filters/parsers.d.ts.map +0 -1
  1727. package/dist/modules/data-tables/lib/filters/parsers.js +0 -29
  1728. package/dist/modules/data-tables/lib/filters/parsers.js.map +0 -1
  1729. package/dist/modules/data-tables/lib/filters/resolvers.d.ts +0 -24
  1730. package/dist/modules/data-tables/lib/filters/resolvers.d.ts.map +0 -1
  1731. package/dist/modules/data-tables/lib/filters/resolvers.js +0 -49
  1732. package/dist/modules/data-tables/lib/filters/resolvers.js.map +0 -1
  1733. package/dist/modules/data-tables/lib/helpers/create-column.js +0 -11
  1734. package/dist/modules/data-tables/lib/helpers/create-column.js.map +0 -1
  1735. package/dist/modules/data-tables/lib/search-params.d.ts +0 -22
  1736. package/dist/modules/data-tables/lib/search-params.d.ts.map +0 -1
  1737. package/dist/modules/data-tables/lib/search-params.js +0 -17
  1738. package/dist/modules/data-tables/lib/search-params.js.map +0 -1
  1739. package/dist/modules/data-tables/lib/types.d.ts +0 -57
  1740. package/dist/modules/data-tables/lib/types.d.ts.map +0 -1
  1741. package/dist/modules/data-tables/lib/validators.d.ts +0 -21
  1742. package/dist/modules/data-tables/lib/validators.d.ts.map +0 -1
  1743. package/dist/modules/data-tables/lib/validators.js +0 -17
  1744. package/dist/modules/data-tables/lib/validators.js.map +0 -1
  1745. package/dist/modules/data-tables/server/get-data.server.d.ts +0 -30
  1746. package/dist/modules/data-tables/server/get-data.server.d.ts.map +0 -1
  1747. package/dist/modules/data-tables/server/get-data.server.js +0 -48
  1748. package/dist/modules/data-tables/server/get-data.server.js.map +0 -1
  1749. package/dist/modules/data-tables/strategies/helpers/sorting.js +0 -38
  1750. package/dist/modules/data-tables/strategies/helpers/sorting.js.map +0 -1
  1751. package/dist/modules/data-tables/strategies/infinite/components.js +0 -52
  1752. package/dist/modules/data-tables/strategies/infinite/components.js.map +0 -1
  1753. package/dist/modules/data-tables/strategies/infinite/strategy.d.ts +0 -21
  1754. package/dist/modules/data-tables/strategies/infinite/strategy.d.ts.map +0 -1
  1755. package/dist/modules/data-tables/strategies/infinite/strategy.js +0 -49
  1756. package/dist/modules/data-tables/strategies/infinite/strategy.js.map +0 -1
  1757. package/dist/modules/data-tables/strategies/pagination/components.js +0 -133
  1758. package/dist/modules/data-tables/strategies/pagination/components.js.map +0 -1
  1759. package/dist/modules/data-tables/strategies/pagination/strategy.d.ts +0 -13
  1760. package/dist/modules/data-tables/strategies/pagination/strategy.d.ts.map +0 -1
  1761. package/dist/modules/data-tables/strategies/pagination/strategy.js +0 -47
  1762. package/dist/modules/data-tables/strategies/pagination/strategy.js.map +0 -1
  1763. package/dist/modules/data-tables/tables/data-table/components/body.js +0 -34
  1764. package/dist/modules/data-tables/tables/data-table/components/body.js.map +0 -1
  1765. package/dist/modules/data-tables/tables/data-table/components/header.js +0 -14
  1766. package/dist/modules/data-tables/tables/data-table/components/header.js.map +0 -1
  1767. package/dist/modules/data-tables/tables/data-table/components/row.js +0 -25
  1768. package/dist/modules/data-tables/tables/data-table/components/row.js.map +0 -1
  1769. package/dist/modules/data-tables/tables/data-table/components/table.d.ts +0 -11
  1770. package/dist/modules/data-tables/tables/data-table/components/table.d.ts.map +0 -1
  1771. package/dist/modules/data-tables/tables/data-table/components/table.js +0 -38
  1772. package/dist/modules/data-tables/tables/data-table/components/table.js.map +0 -1
  1773. package/dist/modules/data-tables/tables/inline-table/components/body.js +0 -71
  1774. package/dist/modules/data-tables/tables/inline-table/components/body.js.map +0 -1
  1775. package/dist/modules/data-tables/tables/inline-table/components/cells/common.d.ts +0 -12
  1776. package/dist/modules/data-tables/tables/inline-table/components/cells/common.d.ts.map +0 -1
  1777. package/dist/modules/data-tables/tables/inline-table/components/cells/common.js +0 -16
  1778. package/dist/modules/data-tables/tables/inline-table/components/cells/common.js.map +0 -1
  1779. package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.d.ts +0 -10
  1780. package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.d.ts.map +0 -1
  1781. package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.js +0 -40
  1782. package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.js.map +0 -1
  1783. package/dist/modules/data-tables/tables/inline-table/components/header.js +0 -11
  1784. package/dist/modules/data-tables/tables/inline-table/components/header.js.map +0 -1
  1785. package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.d.ts +0 -29
  1786. package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.d.ts.map +0 -1
  1787. package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.js +0 -53
  1788. package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.js.map +0 -1
  1789. package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.d.ts +0 -27
  1790. package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.d.ts.map +0 -1
  1791. package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.js +0 -30
  1792. package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.js.map +0 -1
  1793. package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.d.ts +0 -39
  1794. package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.d.ts.map +0 -1
  1795. package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.js +0 -72
  1796. package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.js.map +0 -1
  1797. package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.d.ts +0 -12
  1798. package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.d.ts.map +0 -1
  1799. package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.js +0 -16
  1800. package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.js.map +0 -1
  1801. package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.d.ts +0 -33
  1802. package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.d.ts.map +0 -1
  1803. package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.js +0 -53
  1804. package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.js.map +0 -1
  1805. package/dist/modules/data-tables/tables/inline-table/components/row.client.js +0 -38
  1806. package/dist/modules/data-tables/tables/inline-table/components/row.client.js.map +0 -1
  1807. package/dist/modules/data-tables/tables/inline-table/components/table.d.ts +0 -16
  1808. package/dist/modules/data-tables/tables/inline-table/components/table.d.ts.map +0 -1
  1809. package/dist/modules/data-tables/tables/inline-table/components/table.js +0 -47
  1810. package/dist/modules/data-tables/tables/inline-table/components/table.js.map +0 -1
  1811. package/dist/modules/data-tables/tables/inline-table/hooks/context.client.d.ts +0 -47
  1812. package/dist/modules/data-tables/tables/inline-table/hooks/context.client.d.ts.map +0 -1
  1813. package/dist/modules/data-tables/tables/inline-table/hooks/context.client.js +0 -59
  1814. package/dist/modules/data-tables/tables/inline-table/hooks/context.client.js.map +0 -1
  1815. package/dist/modules/data-tables/tables/inline-table/hooks/use-hotkeys.client.js +0 -27
  1816. package/dist/modules/data-tables/tables/inline-table/hooks/use-hotkeys.client.js.map +0 -1
  1817. package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.d.ts +0 -15
  1818. package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.d.ts.map +0 -1
  1819. package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.js +0 -53
  1820. package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.js.map +0 -1
  1821. package/dist/modules/inline-edit/components/combobox-dropdown.client.d.ts +0 -17
  1822. package/dist/modules/inline-edit/components/combobox-dropdown.client.d.ts.map +0 -1
  1823. package/dist/modules/inline-edit/components/combobox-dropdown.client.js +0 -26
  1824. package/dist/modules/inline-edit/components/combobox-dropdown.client.js.map +0 -1
  1825. package/dist/modules/inline-edit/components/combobox.client.d.ts +0 -15
  1826. package/dist/modules/inline-edit/components/combobox.client.d.ts.map +0 -1
  1827. package/dist/modules/inline-edit/components/combobox.client.js +0 -28
  1828. package/dist/modules/inline-edit/components/combobox.client.js.map +0 -1
  1829. package/dist/modules/inline-edit/components/date-input.client.d.ts +0 -14
  1830. package/dist/modules/inline-edit/components/date-input.client.d.ts.map +0 -1
  1831. package/dist/modules/inline-edit/components/date-input.client.js +0 -79
  1832. package/dist/modules/inline-edit/components/date-input.client.js.map +0 -1
  1833. package/dist/modules/inline-edit/components/date-picker.client.d.ts +0 -16
  1834. package/dist/modules/inline-edit/components/date-picker.client.d.ts.map +0 -1
  1835. package/dist/modules/inline-edit/components/date-picker.client.js +0 -51
  1836. package/dist/modules/inline-edit/components/date-picker.client.js.map +0 -1
  1837. package/dist/modules/inline-edit/components/editor.client.d.ts +0 -16
  1838. package/dist/modules/inline-edit/components/editor.client.d.ts.map +0 -1
  1839. package/dist/modules/inline-edit/components/editor.client.js +0 -35
  1840. package/dist/modules/inline-edit/components/editor.client.js.map +0 -1
  1841. package/dist/modules/inline-edit/components/input-toggle.client.d.ts +0 -17
  1842. package/dist/modules/inline-edit/components/input-toggle.client.d.ts.map +0 -1
  1843. package/dist/modules/inline-edit/components/input-toggle.client.js +0 -47
  1844. package/dist/modules/inline-edit/components/input-toggle.client.js.map +0 -1
  1845. package/dist/modules/inline-edit/components/input.client.d.ts +0 -30
  1846. package/dist/modules/inline-edit/components/input.client.d.ts.map +0 -1
  1847. package/dist/modules/inline-edit/components/input.client.js +0 -49
  1848. package/dist/modules/inline-edit/components/input.client.js.map +0 -1
  1849. package/dist/modules/inline-edit/components/richtext.client.d.ts +0 -14
  1850. package/dist/modules/inline-edit/components/richtext.client.d.ts.map +0 -1
  1851. package/dist/modules/inline-edit/components/richtext.client.js +0 -31
  1852. package/dist/modules/inline-edit/components/richtext.client.js.map +0 -1
  1853. package/dist/modules/inline-edit/components/select.client.d.ts +0 -22
  1854. package/dist/modules/inline-edit/components/select.client.d.ts.map +0 -1
  1855. package/dist/modules/inline-edit/components/select.client.js +0 -39
  1856. package/dist/modules/inline-edit/components/select.client.js.map +0 -1
  1857. package/dist/modules/inline-edit/components/switch.client.d.ts +0 -14
  1858. package/dist/modules/inline-edit/components/switch.client.d.ts.map +0 -1
  1859. package/dist/modules/inline-edit/components/switch.client.js +0 -27
  1860. package/dist/modules/inline-edit/components/switch.client.js.map +0 -1
  1861. package/dist/modules/inline-edit/components/toggle.client.d.ts +0 -16
  1862. package/dist/modules/inline-edit/components/toggle.client.d.ts.map +0 -1
  1863. package/dist/modules/inline-edit/components/toggle.client.js +0 -34
  1864. package/dist/modules/inline-edit/components/toggle.client.js.map +0 -1
  1865. package/dist/modules/inline-edit/hooks/context.client.d.ts +0 -28
  1866. package/dist/modules/inline-edit/hooks/context.client.d.ts.map +0 -1
  1867. package/dist/modules/inline-edit/hooks/context.client.js +0 -29
  1868. package/dist/modules/inline-edit/hooks/context.client.js.map +0 -1
  1869. package/dist/modules/inline-edit/hooks/use-inline.client.d.ts +0 -16
  1870. package/dist/modules/inline-edit/hooks/use-inline.client.d.ts.map +0 -1
  1871. package/dist/modules/inline-edit/hooks/use-inline.client.js +0 -57
  1872. package/dist/modules/inline-edit/hooks/use-inline.client.js.map +0 -1
  1873. package/dist/modules/inline-edit/lib/validators.d.ts +0 -58
  1874. package/dist/modules/inline-edit/lib/validators.d.ts.map +0 -1
  1875. package/dist/modules/inline-edit/lib/validators.js +0 -35
  1876. package/dist/modules/inline-edit/lib/validators.js.map +0 -1
  1877. package/dist/modules/uploads/components/button.client.d.ts +0 -12
  1878. package/dist/modules/uploads/components/button.client.d.ts.map +0 -1
  1879. package/dist/modules/uploads/components/button.client.js +0 -35
  1880. package/dist/modules/uploads/components/button.client.js.map +0 -1
  1881. package/dist/modules/uploads/components/images/grid.client.d.ts +0 -11
  1882. package/dist/modules/uploads/components/images/grid.client.d.ts.map +0 -1
  1883. package/dist/modules/uploads/components/images/grid.client.js +0 -120
  1884. package/dist/modules/uploads/components/images/grid.client.js.map +0 -1
  1885. package/dist/modules/uploads/components/images/input.client.d.ts +0 -16
  1886. package/dist/modules/uploads/components/images/input.client.d.ts.map +0 -1
  1887. package/dist/modules/uploads/components/images/input.client.js +0 -28
  1888. package/dist/modules/uploads/components/images/input.client.js.map +0 -1
  1889. package/dist/modules/uploads/components/preview-dialog.client.d.ts +0 -16
  1890. package/dist/modules/uploads/components/preview-dialog.client.d.ts.map +0 -1
  1891. package/dist/modules/uploads/components/preview-dialog.client.js +0 -22
  1892. package/dist/modules/uploads/components/preview-dialog.client.js.map +0 -1
  1893. package/dist/modules/uploads/components/zone.client.d.ts +0 -21
  1894. package/dist/modules/uploads/components/zone.client.d.ts.map +0 -1
  1895. package/dist/modules/uploads/components/zone.client.js +0 -39
  1896. package/dist/modules/uploads/components/zone.client.js.map +0 -1
  1897. package/dist/modules/uploads/hooks/use-upload-image.client.d.ts +0 -33
  1898. package/dist/modules/uploads/hooks/use-upload-image.client.d.ts.map +0 -1
  1899. package/dist/modules/uploads/hooks/use-upload-image.client.js +0 -101
  1900. package/dist/modules/uploads/hooks/use-upload-image.client.js.map +0 -1
  1901. package/dist/modules/uploads/hooks/use-upload-zone.client.d.ts +0 -39
  1902. package/dist/modules/uploads/hooks/use-upload-zone.client.d.ts.map +0 -1
  1903. package/dist/modules/uploads/hooks/use-upload-zone.client.js +0 -20
  1904. package/dist/modules/uploads/hooks/use-upload-zone.client.js.map +0 -1
  1905. package/dist/modules/uploads/lib/constants.d.ts +0 -9
  1906. package/dist/modules/uploads/lib/constants.d.ts.map +0 -1
  1907. package/dist/modules/uploads/lib/constants.js +0 -17
  1908. package/dist/modules/uploads/lib/constants.js.map +0 -1
  1909. package/dist/modules/uploads/lib/filters.d.ts +0 -10
  1910. package/dist/modules/uploads/lib/filters.d.ts.map +0 -1
  1911. package/dist/modules/uploads/lib/filters.js +0 -10
  1912. package/dist/modules/uploads/lib/filters.js.map +0 -1
  1913. package/dist/modules/uploads/lib/helpers.d.ts +0 -32
  1914. package/dist/modules/uploads/lib/helpers.d.ts.map +0 -1
  1915. package/dist/modules/uploads/lib/helpers.js +0 -73
  1916. package/dist/modules/uploads/lib/helpers.js.map +0 -1
  1917. package/dist/modules/uploads/lib/proxy.server.d.ts +0 -46
  1918. package/dist/modules/uploads/lib/proxy.server.d.ts.map +0 -1
  1919. package/dist/modules/uploads/lib/proxy.server.js +0 -96
  1920. package/dist/modules/uploads/lib/proxy.server.js.map +0 -1
  1921. package/dist/modules/uploads/lib/route.server.d.ts +0 -43
  1922. package/dist/modules/uploads/lib/route.server.d.ts.map +0 -1
  1923. package/dist/modules/uploads/lib/route.server.js +0 -72
  1924. package/dist/modules/uploads/lib/route.server.js.map +0 -1
  1925. package/dist/modules/uploads/lib/router.server.d.ts +0 -12765
  1926. package/dist/modules/uploads/lib/router.server.d.ts.map +0 -1
  1927. package/dist/modules/uploads/lib/router.server.js +0 -177
  1928. package/dist/modules/uploads/lib/router.server.js.map +0 -1
  1929. package/dist/modules/uploads/lib/schema.d.ts +0 -815
  1930. package/dist/modules/uploads/lib/schema.d.ts.map +0 -1
  1931. package/dist/modules/uploads/lib/schema.js +0 -66
  1932. package/dist/modules/uploads/lib/schema.js.map +0 -1
  1933. package/dist/modules/uploads/lib/validators.d.ts +0 -939
  1934. package/dist/modules/uploads/lib/validators.d.ts.map +0 -1
  1935. package/dist/modules/uploads/lib/validators.js +0 -25
  1936. package/dist/modules/uploads/lib/validators.js.map +0 -1
  1937. package/dist/uploads/client.d.ts +0 -8
  1938. package/dist/uploads/client.js +0 -9
  1939. package/dist/uploads/server.d.ts +0 -4
  1940. package/dist/uploads/server.js +0 -5
  1941. package/dist/uploads.d.ts +0 -6
  1942. package/dist/uploads.js +0 -7
  1943. package/src/components/ui/tree.client.tsx +0 -173
  1944. package/src/modules/auth/components/allowed.server.tsx +0 -41
  1945. package/src/modules/auth/handler/server.server.ts +0 -82
  1946. package/src/modules/config/lib/config.server.ts +0 -39
  1947. package/src/modules/config/lib/resolve.server.ts +0 -75
  1948. package/src/modules/config/lib/router.server.ts +0 -64
  1949. package/src/modules/config/router/client.server.tsx +0 -57
  1950. package/src/modules/config/router/client.tsx +0 -31
  1951. package/src/modules/config/router/context.server.ts +0 -29
  1952. package/src/modules/config/router/init.server.ts +0 -77
  1953. package/src/modules/uploads/lib/router.server.ts +0 -340
  1954. /package/dist/commands/{server.d.ts → server.d.mts} +0 -0
  1955. /package/dist/commands/{server.js → server.mjs} +0 -0
  1956. /package/dist/config/{client.d.ts → client.d.mts} +0 -0
  1957. /package/dist/config/{client.js → client.mjs} +0 -0
  1958. /package/dist/inline-edit/{server.d.ts → server.d.mts} +0 -0
  1959. /package/dist/inline-edit/{server.js → server.mjs} +0 -0
  1960. /package/dist/lib/{server.d.ts → server.d.mts} +0 -0
  1961. /package/dist/lib/{server.js → server.mjs} +0 -0
  1962. /package/dist/modules/{config/router/error.server.d.ts → router/lib/error.server.d.mts} +0 -0
  1963. /package/dist/modules/{config/router/error.server.js → router/lib/error.server.mjs} +0 -0
  1964. /package/src/components/editor/{utils.ts → lib/utils.ts} +0 -0
  1965. /package/src/modules/auth/components/{guard.tsx → guard.client.tsx} +0 -0
  1966. /package/src/modules/{config/router → router/lib}/error.server.ts +0 -0
  1967. /package/src/modules/{config/router → router/lib}/helpers.ts +0 -0
  1968. /package/src/modules/{config/router → router/lib}/query-client.ts +0 -0
  1969. /package/src/modules/{config/router → router/lib}/validators.ts +0 -0
@@ -1,27 +0,0 @@
1
- import { ContextMenu, ContextMenuTrigger } from "../../../components/ui/context-menu.js";
2
- import { SingleCommandMenuProps } from "../hooks/use-command-menu.client.js";
3
- import * as react_jsx_runtime227 from "react/jsx-runtime";
4
- import { ContextMenuContentProps } from "@radix-ui/react-context-menu";
5
-
6
- //#region src/modules/commands/menus/context-menu.client.d.ts
7
- /**
8
- * ContextCommandMenu
9
- */
10
- declare const ContextCommandMenu: typeof ContextMenu;
11
- /**
12
- * ContextCommandMenuTrigger
13
- */
14
- declare const ContextCommandMenuTrigger: typeof ContextMenuTrigger;
15
- /**
16
- * ContextCommandMenuContent
17
- */
18
- declare function ContextCommandMenuContent<TData, TMeta>({
19
- data,
20
- commands,
21
- meta,
22
- className,
23
- ...props
24
- }: SingleCommandMenuProps<TData, TMeta> & ContextMenuContentProps): react_jsx_runtime227.JSX.Element;
25
- //#endregion
26
- export { ContextCommandMenu, ContextCommandMenuContent, ContextCommandMenuTrigger };
27
- //# sourceMappingURL=context-menu.client.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"context-menu.client.d.ts","names":[],"sources":["../../../../src/modules/commands/menus/context-menu.client.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AAkBa,cAAA,kBAAkB,EAAA,OAAA,WAAc;AAK7C;AAKA;;AACE,cANW,yBAMX,EAAA,OANoC,kBAMpC;;;;AAKwB,iBANV,yBAMU,CAAA,KAAA,EAAA,KAAA,CAAA,CAAA;EAAA,IAAA;EAAA,QAAA;EAAA,IAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAAvB,sBAAuB,CAAA,KAAA,EAAO,KAAP,CAAA,GAAgB,uBAAhB,CAAA,EAAuC,oBAAA,CAAA,GAAA,CAAA,OAAvC"}
@@ -1,61 +0,0 @@
1
- "use client";
2
-
3
-
4
- import { cn } from "../../../lib/utils/cn.js";
5
- import { ContextMenu, ContextMenuContent, ContextMenuItem, ContextMenuTrigger } from "../../../components/ui/context-menu.js";
6
- import { CommandContextProvider } from "../hooks/context.client.js";
7
- import { RenderCommand } from "../components/render-command.js";
8
- import { useSingleCommandMenu } from "../hooks/use-command-menu.client.js";
9
- import { jsx } from "react/jsx-runtime";
10
- import { Fragment as Fragment$1, useState } from "react";
11
-
12
- //#region src/modules/commands/menus/context-menu.client.tsx
13
- /**
14
- * ContextCommandMenu
15
- */
16
- const ContextCommandMenu = ContextMenu;
17
- /**
18
- * ContextCommandMenuTrigger
19
- */
20
- const ContextCommandMenuTrigger = ContextMenuTrigger;
21
- /**
22
- * ContextCommandMenuContent
23
- */
24
- function ContextCommandMenuContent({ data, commands, meta, className,...props }) {
25
- const [hasCommands, setHasCommands] = useState(true);
26
- const [validCommands, renderCommand] = useSingleCommandMenu({
27
- data,
28
- commands,
29
- meta
30
- });
31
- if (!hasCommands) return /* @__PURE__ */ jsx(CommandContextProvider, {
32
- value: { menu: "context" },
33
- children: /* @__PURE__ */ jsx(ContextMenuContent, {
34
- ...props,
35
- className: cn("min-w-[10rem]", className),
36
- children: /* @__PURE__ */ jsx(ContextMenuItem, {
37
- className: "font-medium",
38
- disabled: true,
39
- children: "Geen acties beschikbaar"
40
- })
41
- })
42
- });
43
- return /* @__PURE__ */ jsx(Fragment$1, { children: /* @__PURE__ */ jsx(CommandContextProvider, {
44
- value: { menu: "context" },
45
- children: /* @__PURE__ */ jsx(ContextMenuContent, {
46
- ...props,
47
- className: cn("min-w-[10rem]", className),
48
- ref: (ref) => {
49
- if (ref?.childNodes.length === 0) setHasCommands(false);
50
- },
51
- children: validCommands.map((command) => /* @__PURE__ */ jsx(RenderCommand, {
52
- command,
53
- render: renderCommand
54
- }, command.name))
55
- })
56
- }) });
57
- }
58
-
59
- //#endregion
60
- export { ContextCommandMenu, ContextCommandMenuContent, ContextCommandMenuTrigger };
61
- //# sourceMappingURL=context-menu.client.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"context-menu.client.js","names":["Fragment"],"sources":["../../../../src/modules/commands/menus/context-menu.client.tsx"],"sourcesContent":["\"use client\";\n\nimport {\n ContextMenu,\n ContextMenuContent,\n ContextMenuItem,\n ContextMenuTrigger,\n} from \"@/components/ui/context-menu\";\nimport { cn } from \"@/lib/entry\";\nimport { ContextMenuContentProps } from \"@radix-ui/react-context-menu\";\nimport { Fragment, useState } from \"react\";\nimport { RenderCommand } from \"../components/render-command\";\nimport { CommandContextProvider } from \"../hooks/context.client\";\nimport { SingleCommandMenuProps, useSingleCommandMenu } from \"../hooks/use-command-menu.client\";\n\n/**\n * ContextCommandMenu\n */\nexport const ContextCommandMenu = ContextMenu;\n\n/**\n * ContextCommandMenuTrigger\n */\nexport const ContextCommandMenuTrigger = ContextMenuTrigger;\n\n/**\n * ContextCommandMenuContent\n */\nexport function ContextCommandMenuContent<TData, TMeta>({\n data,\n commands,\n meta,\n className,\n ...props\n}: SingleCommandMenuProps<TData, TMeta> & ContextMenuContentProps) {\n const [hasCommands, setHasCommands] = useState(true);\n\n const [validCommands, renderCommand] = useSingleCommandMenu({ data, commands, meta });\n\n if (!hasCommands) {\n return (\n <CommandContextProvider value={{ menu: \"context\" }}>\n <ContextMenuContent {...props} className={cn(\"min-w-[10rem]\", className)}>\n <ContextMenuItem className=\"font-medium\" disabled>\n Geen acties beschikbaar\n </ContextMenuItem>\n </ContextMenuContent>\n </CommandContextProvider>\n );\n }\n\n return (\n <Fragment>\n <CommandContextProvider value={{ menu: \"context\" }}>\n <ContextMenuContent\n {...props}\n className={cn(\"min-w-[10rem]\", className)}\n ref={(ref) => {\n if (ref?.childNodes.length === 0) setHasCommands(false);\n }}\n >\n {validCommands.map((command) => (\n <RenderCommand key={command.name} command={command} render={renderCommand} />\n ))}\n </ContextMenuContent>\n </CommandContextProvider>\n </Fragment>\n );\n}\n"],"mappings":";;;;;;;;;;;;;;;AAkBA,MAAa,qBAAqB;;;;AAKlC,MAAa,4BAA4B;;;;AAKzC,SAAgB,0BAAwC,EACtD,MACA,UACA,MACA,UACA,GAAG,SAC8D;CACjE,MAAM,CAAC,aAAa,kBAAkB,SAAS,KAAK;CAEpD,MAAM,CAAC,eAAe,iBAAiB,qBAAqB;EAAE;EAAM;EAAU;EAAM,CAAC;AAErF,KAAI,CAAC,YACH,QACE,oBAAC;EAAuB,OAAO,EAAE,MAAM,WAAW;YAChD,oBAAC;GAAmB,GAAI;GAAO,WAAW,GAAG,iBAAiB,UAAU;aACtE,oBAAC;IAAgB,WAAU;IAAc;cAAS;KAEhC;IACC;GACE;AAI7B,QACE,oBAACA,wBACC,oBAAC;EAAuB,OAAO,EAAE,MAAM,WAAW;YAChD,oBAAC;GACC,GAAI;GACJ,WAAW,GAAG,iBAAiB,UAAU;GACzC,MAAM,QAAQ;AACZ,QAAI,KAAK,WAAW,WAAW,EAAG,gBAAe,MAAM;;aAGxD,cAAc,KAAK,YAClB,oBAAC;IAA0C;IAAS,QAAQ;MAAxC,QAAQ,KAAiD,CAC7E;IACiB;GACE,GAChB"}
@@ -1,47 +0,0 @@
1
- "use client";
2
-
3
-
4
- import { CommandContextProvider } from "../hooks/context.client.js";
5
- import { RenderCommand } from "../components/render-command.js";
6
- import { useBulkCommandMenu } from "../hooks/use-command-menu.client.js";
7
- import { jsx, jsxs } from "react/jsx-runtime";
8
- import { useRef } from "react";
9
-
10
- //#region src/modules/commands/menus/data-table-menu.client.tsx
11
- function TableCommandMenu({ table }) {
12
- const meta = table.options.meta;
13
- const hasCommands = useRef(true);
14
- const onSuccess = () => table.resetRowSelection();
15
- const [validCommands, renderCommand] = useBulkCommandMenu({
16
- data: meta.selectedData ?? [],
17
- commands: meta.commands ?? [],
18
- meta
19
- });
20
- return /* @__PURE__ */ jsx("div", {
21
- "data-state": meta.selectedData?.length ? "open" : "closed",
22
- className: "bg-muted/80 fixed bottom-12 left-0 right-0 z-50 mx-auto flex w-fit items-center rounded-xl border px-3 py-2 shadow-xl backdrop-blur-2xl data-[state=open]:flex data-[state=closed]:hidden",
23
- children: /* @__PURE__ */ jsxs(CommandContextProvider, {
24
- value: {
25
- menu: "table",
26
- onSuccess
27
- },
28
- children: [/* @__PURE__ */ jsx("div", {
29
- className: "flex gap-2",
30
- ref: (ref) => {
31
- if (ref?.childNodes.length === 0) hasCommands.current = false;
32
- },
33
- children: validCommands.map((command) => /* @__PURE__ */ jsx(RenderCommand, {
34
- command,
35
- render: renderCommand
36
- }, command.name))
37
- }), !hasCommands.current && /* @__PURE__ */ jsx("span", {
38
- className: "text-sm font-medium",
39
- children: "Geen acties beschikbaar"
40
- })]
41
- })
42
- });
43
- }
44
-
45
- //#endregion
46
- export { TableCommandMenu };
47
- //# sourceMappingURL=data-table-menu.client.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"data-table-menu.client.js","names":[],"sources":["../../../../src/modules/commands/menus/data-table-menu.client.tsx"],"sourcesContent":["\"use client\";\n\nimport { TableMeta } from \"@/modules/data-tables/lib/types\";\nimport { Table } from \"@tanstack/react-table\";\nimport { useRef } from \"react\";\nimport { RenderCommand } from \"../components/render-command\";\nimport { CommandContextProvider } from \"../hooks/context.client\";\nimport { useBulkCommandMenu } from \"../hooks/use-command-menu.client\";\n\nexport function TableCommandMenu<TData extends { id: string }>({ table }: { table: Table<TData> }) {\n const meta = table.options.meta as TableMeta<TData>;\n\n const hasCommands = useRef(true);\n\n const onSuccess = () => table.resetRowSelection();\n\n const [validCommands, renderCommand] = useBulkCommandMenu({\n data: meta.selectedData ?? [],\n commands: meta.commands ?? [],\n meta: meta as never,\n });\n\n return (\n <div\n data-state={meta.selectedData?.length ? \"open\" : \"closed\"}\n className=\"bg-muted/80 fixed bottom-12 left-0 right-0 z-50 mx-auto flex w-fit items-center rounded-xl border px-3 py-2 shadow-xl backdrop-blur-2xl data-[state=open]:flex data-[state=closed]:hidden\"\n >\n <CommandContextProvider value={{ menu: \"table\", onSuccess }}>\n <div\n className=\"flex gap-2\"\n ref={(ref) => {\n if (ref?.childNodes.length === 0) hasCommands.current = false;\n }}\n >\n {validCommands.map((command) => (\n <RenderCommand key={command.name} command={command} render={renderCommand} />\n ))}\n </div>\n\n {!hasCommands.current && (\n <span className=\"text-sm font-medium\">Geen acties beschikbaar</span>\n )}\n </CommandContextProvider>\n </div>\n );\n}\n"],"mappings":";;;;;;;;;;AASA,SAAgB,iBAA+C,EAAE,SAAkC;CACjG,MAAM,OAAO,MAAM,QAAQ;CAE3B,MAAM,cAAc,OAAO,KAAK;CAEhC,MAAM,kBAAkB,MAAM,mBAAmB;CAEjD,MAAM,CAAC,eAAe,iBAAiB,mBAAmB;EACxD,MAAM,KAAK,gBAAgB,EAAE;EAC7B,UAAU,KAAK,YAAY,EAAE;EACvB;EACP,CAAC;AAEF,QACE,oBAAC;EACC,cAAY,KAAK,cAAc,SAAS,SAAS;EACjD,WAAU;YAEV,qBAAC;GAAuB,OAAO;IAAE,MAAM;IAAS;IAAW;cACzD,oBAAC;IACC,WAAU;IACV,MAAM,QAAQ;AACZ,SAAI,KAAK,WAAW,WAAW,EAAG,aAAY,UAAU;;cAGzD,cAAc,KAAK,YAClB,oBAAC;KAA0C;KAAS,QAAQ;OAAxC,QAAQ,KAAiD,CAC7E;KACE,EAEL,CAAC,YAAY,WACZ,oBAAC;IAAK,WAAU;cAAsB;KAA8B;IAE/C;GACrB"}
@@ -1,19 +0,0 @@
1
- import { SingleCommandMenuProps } from "../hooks/use-command-menu.client.js";
2
- import * as react_jsx_runtime228 from "react/jsx-runtime";
3
- import React, { ComponentProps } from "react";
4
-
5
- //#region src/modules/commands/menus/dropdown-menu.client.d.ts
6
- declare function DropdownCommandMenu<TData, TMeta>({
7
- data,
8
- commands,
9
- meta,
10
- className,
11
- ...props
12
- }: SingleCommandMenuProps<TData, TMeta> & React.HTMLAttributes<HTMLElement>): react_jsx_runtime228.JSX.Element | null;
13
- declare function DropdownCommandMenuLoading({
14
- className,
15
- ...props
16
- }: ComponentProps<"div">): react_jsx_runtime228.JSX.Element;
17
- //#endregion
18
- export { DropdownCommandMenu, DropdownCommandMenuLoading };
19
- //# sourceMappingURL=dropdown-menu.client.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dropdown-menu.client.d.ts","names":[],"sources":["../../../../src/modules/commands/menus/dropdown-menu.client.tsx"],"sourcesContent":[],"mappings":";;;;;iBAgBgB;;;;;;GAMb,uBAAuB,OAAO,SAAS,KAAA,CAAM,eAAe,eAAY,oBAAA,CAAA,GAAA,CAAA,OAAA;iBA8B3D,0BAAA;;;GAAoD,wBAAqB,oBAAA,CAAA,GAAA,CAAA"}
@@ -1,64 +0,0 @@
1
- "use client";
2
-
3
-
4
- import { cn } from "../../../lib/utils/cn.js";
5
- import { Skeleton } from "../../../components/ui/skeleton.js";
6
- import { Button } from "../../../components/ui/button.js";
7
- import { DropdownMenu, DropdownMenuContent, DropdownMenuTrigger } from "../../../components/ui/dropdown-menu.js";
8
- import { CommandContextProvider } from "../hooks/context.client.js";
9
- import { RenderCommand } from "../components/render-command.js";
10
- import { useSingleCommandMenu } from "../hooks/use-command-menu.client.js";
11
- import { MoreHorizontal } from "lucide-react";
12
- import { jsx, jsxs } from "react/jsx-runtime";
13
- import React from "react";
14
-
15
- //#region src/modules/commands/menus/dropdown-menu.client.tsx
16
- function DropdownCommandMenu({ data, commands, meta, className,...props }) {
17
- const [open, setOpen] = React.useState(false);
18
- const [validCommands, renderCommand] = useSingleCommandMenu({
19
- data,
20
- commands,
21
- meta
22
- });
23
- if (!validCommands.length) return null;
24
- return /* @__PURE__ */ jsxs(DropdownMenu, {
25
- open,
26
- onOpenChange: setOpen,
27
- children: [/* @__PURE__ */ jsx(DropdownMenuTrigger, {
28
- asChild: true,
29
- children: /* @__PURE__ */ jsxs(Button, {
30
- ...props,
31
- variant: "ghost",
32
- className: cn("data-[state=open]:bg-secondary size-8 p-0", className),
33
- children: [/* @__PURE__ */ jsx(MoreHorizontal, { className: "h-4 w-4" }), /* @__PURE__ */ jsx("span", {
34
- className: "sr-only",
35
- children: "Open menu"
36
- })]
37
- })
38
- }), /* @__PURE__ */ jsx(DropdownMenuContent, {
39
- align: "end",
40
- className: "min-w-[10rem]",
41
- children: /* @__PURE__ */ jsx(CommandContextProvider, {
42
- value: {
43
- menu: "dropdown",
44
- onSuccess: () => setOpen(false)
45
- },
46
- children: validCommands.map((command) => /* @__PURE__ */ jsx(RenderCommand, {
47
- command,
48
- render: renderCommand
49
- }, command.name))
50
- })
51
- })]
52
- });
53
- }
54
- function DropdownCommandMenuLoading({ className,...props }) {
55
- return /* @__PURE__ */ jsx("div", {
56
- ...props,
57
- className: cn("flex w-fit items-center", className),
58
- children: /* @__PURE__ */ jsx(Skeleton, { className: "h-8 w-8" })
59
- });
60
- }
61
-
62
- //#endregion
63
- export { DropdownCommandMenu, DropdownCommandMenuLoading };
64
- //# sourceMappingURL=dropdown-menu.client.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dropdown-menu.client.js","names":[],"sources":["../../../../src/modules/commands/menus/dropdown-menu.client.tsx"],"sourcesContent":["\"use client\";\n\nimport { Skeleton } from \"@/components/entry\";\nimport { Button } from \"@/components/ui/button\";\nimport {\n DropdownMenu,\n DropdownMenuContent,\n DropdownMenuTrigger,\n} from \"@/components/ui/dropdown-menu\";\nimport { cn } from \"@/lib/utils/cn\";\nimport { MoreHorizontal } from \"lucide-react\";\nimport React, { ComponentProps } from \"react\";\nimport { RenderCommand } from \"../components/render-command\";\nimport { CommandContextProvider } from \"../hooks/context.client\";\nimport { SingleCommandMenuProps, useSingleCommandMenu } from \"../hooks/use-command-menu.client\";\n\nexport function DropdownCommandMenu<TData, TMeta>({\n data,\n commands,\n meta,\n className,\n ...props\n}: SingleCommandMenuProps<TData, TMeta> & React.HTMLAttributes<HTMLElement>) {\n const [open, setOpen] = React.useState(false);\n const [validCommands, renderCommand] = useSingleCommandMenu({ data, commands, meta });\n\n if (!validCommands.length) return null;\n\n return (\n <DropdownMenu open={open} onOpenChange={setOpen}>\n <DropdownMenuTrigger asChild>\n <Button\n {...props}\n variant=\"ghost\"\n className={cn(\"data-[state=open]:bg-secondary size-8 p-0\", className)}\n >\n <MoreHorizontal className=\"h-4 w-4\" />\n <span className=\"sr-only\">Open menu</span>\n </Button>\n </DropdownMenuTrigger>\n\n <DropdownMenuContent align=\"end\" className=\"min-w-[10rem]\">\n <CommandContextProvider value={{ menu: \"dropdown\", onSuccess: () => setOpen(false) }}>\n {validCommands.map((command) => (\n <RenderCommand key={command.name} command={command} render={renderCommand} />\n ))}\n </CommandContextProvider>\n </DropdownMenuContent>\n </DropdownMenu>\n );\n}\n\nexport function DropdownCommandMenuLoading({ className, ...props }: ComponentProps<\"div\">) {\n return (\n <div {...props} className={cn(\"flex w-fit items-center\", className)}>\n <Skeleton className=\"h-8 w-8\" />\n </div>\n );\n}\n"],"mappings":";;;;;;;;;;;;;;;AAgBA,SAAgB,oBAAkC,EAChD,MACA,UACA,MACA,UACA,GAAG,SACwE;CAC3E,MAAM,CAAC,MAAM,WAAW,MAAM,SAAS,MAAM;CAC7C,MAAM,CAAC,eAAe,iBAAiB,qBAAqB;EAAE;EAAM;EAAU;EAAM,CAAC;AAErF,KAAI,CAAC,cAAc,OAAQ,QAAO;AAElC,QACE,qBAAC;EAAmB;EAAM,cAAc;aACtC,oBAAC;GAAoB;aACnB,qBAAC;IACC,GAAI;IACJ,SAAQ;IACR,WAAW,GAAG,6CAA6C,UAAU;eAErE,oBAAC,kBAAe,WAAU,YAAY,EACtC,oBAAC;KAAK,WAAU;eAAU;MAAgB;KACnC;IACW,EAEtB,oBAAC;GAAoB,OAAM;GAAM,WAAU;aACzC,oBAAC;IAAuB,OAAO;KAAE,MAAM;KAAY,iBAAiB,QAAQ,MAAM;KAAE;cACjF,cAAc,KAAK,YAClB,oBAAC;KAA0C;KAAS,QAAQ;OAAxC,QAAQ,KAAiD,CAC7E;KACqB;IACL;GACT;;AAInB,SAAgB,2BAA2B,EAAE,UAAW,GAAG,SAAgC;AACzF,QACE,oBAAC;EAAI,GAAI;EAAO,WAAW,GAAG,2BAA2B,UAAU;YACjE,oBAAC,YAAS,WAAU,YAAY;GAC5B"}
@@ -1,20 +0,0 @@
1
- import { SingleCommandMenuProps } from "../hooks/use-command-menu.client.js";
2
- import * as react_jsx_runtime230 from "react/jsx-runtime";
3
- import React, { ComponentProps } from "react";
4
-
5
- //#region src/modules/commands/menus/inline-menu.client.d.ts
6
- type InlineCommandMenuProps<TData, TMeta> = SingleCommandMenuProps<TData, TMeta> & React.HTMLAttributes<HTMLElement>;
7
- declare function InlineCommandMenu<TData, TMeta>({
8
- data,
9
- meta,
10
- commands,
11
- className,
12
- ...props
13
- }: InlineCommandMenuProps<TData, TMeta>): react_jsx_runtime230.JSX.Element | null;
14
- declare function InlineCommandMenuLoading({
15
- className,
16
- ...props
17
- }: ComponentProps<"div">): react_jsx_runtime230.JSX.Element;
18
- //#endregion
19
- export { InlineCommandMenu, InlineCommandMenuLoading, InlineCommandMenuProps };
20
- //# sourceMappingURL=inline-menu.client.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"inline-menu.client.d.ts","names":[],"sources":["../../../../src/modules/commands/menus/inline-menu.client.tsx"],"sourcesContent":[],"mappings":";;;;;KASY,uCAAuC,uBAAuB,OAAO,SAC/E,KAAA,CAAM,eAAe;iBAEP;;;;;;GAMb,uBAAuB,OAAO,SAAM,oBAAA,CAAA,GAAA,CAAA,OAAA;iBAkBvB,wBAAA;;;GAAkD,wBAAqB,oBAAA,CAAA,GAAA,CAAA"}
@@ -1,48 +0,0 @@
1
- "use client";
2
-
3
-
4
- import { cn } from "../../../lib/utils/cn.js";
5
- import { Skeleton } from "../../../components/ui/skeleton.js";
6
- import { CommandContextProvider } from "../hooks/context.client.js";
7
- import { RenderCommand } from "../components/render-command.js";
8
- import { useSingleCommandMenu } from "../hooks/use-command-menu.client.js";
9
- import { jsx } from "react/jsx-runtime";
10
- import React from "react";
11
-
12
- //#region src/modules/commands/menus/inline-menu.client.tsx
13
- function InlineCommandMenu({ data, meta, commands, className,...props }) {
14
- const [validCommands, renderCommand] = useSingleCommandMenu({
15
- data,
16
- commands,
17
- meta
18
- });
19
- if (!validCommands.length) return null;
20
- return /* @__PURE__ */ jsx("div", {
21
- ...props,
22
- className: cn("flex w-fit items-center", className),
23
- children: /* @__PURE__ */ jsx("div", {
24
- className: "flex gap-2",
25
- children: /* @__PURE__ */ jsx(CommandContextProvider, {
26
- value: { menu: "inline" },
27
- children: validCommands.map((command) => /* @__PURE__ */ jsx(RenderCommand, {
28
- command,
29
- render: renderCommand
30
- }, command.name))
31
- })
32
- })
33
- });
34
- }
35
- function InlineCommandMenuLoading({ className,...props }) {
36
- return /* @__PURE__ */ jsx("div", {
37
- ...props,
38
- className: cn("flex w-fit items-center", className),
39
- children: /* @__PURE__ */ jsx("div", {
40
- className: "flex gap-2",
41
- children: Array.from({ length: 3 }).map((_, index) => /* @__PURE__ */ jsx(Skeleton, { className: "h-8 w-8" }, index))
42
- })
43
- });
44
- }
45
-
46
- //#endregion
47
- export { InlineCommandMenu, InlineCommandMenuLoading };
48
- //# sourceMappingURL=inline-menu.client.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"inline-menu.client.js","names":[],"sources":["../../../../src/modules/commands/menus/inline-menu.client.tsx"],"sourcesContent":["\"use client\";\n\nimport { Skeleton } from \"@/components/entry\";\nimport { cn } from \"@/lib/utils/cn\";\nimport React, { ComponentProps } from \"react\";\nimport { RenderCommand } from \"../components/render-command\";\nimport { CommandContextProvider } from \"../hooks/context.client\";\nimport { SingleCommandMenuProps, useSingleCommandMenu } from \"../hooks/use-command-menu.client\";\n\nexport type InlineCommandMenuProps<TData, TMeta> = SingleCommandMenuProps<TData, TMeta> &\n React.HTMLAttributes<HTMLElement>;\n\nexport function InlineCommandMenu<TData, TMeta>({\n data,\n meta,\n commands,\n className,\n ...props\n}: InlineCommandMenuProps<TData, TMeta>) {\n const [validCommands, renderCommand] = useSingleCommandMenu({ data, commands, meta });\n\n if (!validCommands.length) return null;\n\n return (\n <div {...props} className={cn(\"flex w-fit items-center\", className)}>\n <div className=\"flex gap-2\">\n <CommandContextProvider value={{ menu: \"inline\" }}>\n {validCommands.map((command) => (\n <RenderCommand key={command.name} command={command} render={renderCommand} />\n ))}\n </CommandContextProvider>\n </div>\n </div>\n );\n}\n\nexport function InlineCommandMenuLoading({ className, ...props }: ComponentProps<\"div\">) {\n return (\n <div {...props} className={cn(\"flex w-fit items-center\", className)}>\n <div className=\"flex gap-2\">\n {Array.from({ length: 3 }).map((_, index) => (\n <Skeleton key={index} className=\"h-8 w-8\" />\n ))}\n </div>\n </div>\n );\n}\n"],"mappings":";;;;;;;;;;;;AAYA,SAAgB,kBAAgC,EAC9C,MACA,MACA,UACA,UACA,GAAG,SACoC;CACvC,MAAM,CAAC,eAAe,iBAAiB,qBAAqB;EAAE;EAAM;EAAU;EAAM,CAAC;AAErF,KAAI,CAAC,cAAc,OAAQ,QAAO;AAElC,QACE,oBAAC;EAAI,GAAI;EAAO,WAAW,GAAG,2BAA2B,UAAU;YACjE,oBAAC;GAAI,WAAU;aACb,oBAAC;IAAuB,OAAO,EAAE,MAAM,UAAU;cAC9C,cAAc,KAAK,YAClB,oBAAC;KAA0C;KAAS,QAAQ;OAAxC,QAAQ,KAAiD,CAC7E;KACqB;IACrB;GACF;;AAIV,SAAgB,yBAAyB,EAAE,UAAW,GAAG,SAAgC;AACvF,QACE,oBAAC;EAAI,GAAI;EAAO,WAAW,GAAG,2BAA2B,UAAU;YACjE,oBAAC;GAAI,WAAU;aACZ,MAAM,KAAK,EAAE,QAAQ,GAAG,CAAC,CAAC,KAAK,GAAG,UACjC,oBAAC,YAAqB,WAAU,aAAjB,MAA6B,CAC5C;IACE;GACF"}
@@ -1,10 +0,0 @@
1
- import { SingleCommandMenuProps } from "../hooks/use-command-menu.client.js";
2
- import * as react_jsx_runtime232 from "react/jsx-runtime";
3
-
4
- //#region src/modules/commands/menus/responsive-menu.client.d.ts
5
- type ResponsiveCommandMenuProps<TData, TMeta> = SingleCommandMenuProps<TData, TMeta>;
6
- declare function ResponsiveCommandMenu<TData, TMeta>(props: ResponsiveCommandMenuProps<TData, TMeta>): react_jsx_runtime232.JSX.Element;
7
- declare function ResponsiveCommandMenuLoading(): react_jsx_runtime232.JSX.Element;
8
- //#endregion
9
- export { ResponsiveCommandMenu, ResponsiveCommandMenuLoading };
10
- //# sourceMappingURL=responsive-menu.client.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"responsive-menu.client.d.ts","names":[],"sources":["../../../../src/modules/commands/menus/responsive-menu.client.tsx"],"sourcesContent":[],"mappings":";;;;KAMK,2CAA2C,uBAAuB,OAAO;iBAE9D,2CACP,2BAA2B,OAAO,SAAM,oBAAA,CAAA,GAAA,CAAA;iBAUjC,4BAAA,CAAA,GAA4B,oBAAA,CAAA,GAAA,CAAA"}
@@ -1,24 +0,0 @@
1
- "use client";
2
-
3
-
4
- import { DropdownCommandMenu, DropdownCommandMenuLoading } from "./dropdown-menu.client.js";
5
- import { InlineCommandMenu, InlineCommandMenuLoading } from "./inline-menu.client.js";
6
- import { Fragment, jsx, jsxs } from "react/jsx-runtime";
7
-
8
- //#region src/modules/commands/menus/responsive-menu.client.tsx
9
- function ResponsiveCommandMenu(props) {
10
- return /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsx(InlineCommandMenu, {
11
- className: "hidden xl:flex",
12
- ...props
13
- }), /* @__PURE__ */ jsx(DropdownCommandMenu, {
14
- className: "xl:hidden",
15
- ...props
16
- })] });
17
- }
18
- function ResponsiveCommandMenuLoading() {
19
- return /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsx(InlineCommandMenuLoading, { className: "hidden xl:flex" }), /* @__PURE__ */ jsx(DropdownCommandMenuLoading, { className: "xl:hidden" })] });
20
- }
21
-
22
- //#endregion
23
- export { ResponsiveCommandMenu, ResponsiveCommandMenuLoading };
24
- //# sourceMappingURL=responsive-menu.client.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"responsive-menu.client.js","names":[],"sources":["../../../../src/modules/commands/menus/responsive-menu.client.tsx"],"sourcesContent":["\"use client\";\n\nimport { SingleCommandMenuProps } from \"../hooks/use-command-menu.client\";\nimport { DropdownCommandMenu, DropdownCommandMenuLoading } from \"./dropdown-menu.client\";\nimport { InlineCommandMenu, InlineCommandMenuLoading } from \"./inline-menu.client\";\n\ntype ResponsiveCommandMenuProps<TData, TMeta> = SingleCommandMenuProps<TData, TMeta>;\n\nexport function ResponsiveCommandMenu<TData, TMeta>(\n props: ResponsiveCommandMenuProps<TData, TMeta>,\n) {\n return (\n <>\n <InlineCommandMenu className=\"hidden xl:flex\" {...props} />\n <DropdownCommandMenu className=\"xl:hidden\" {...props} />\n </>\n );\n}\n\nexport function ResponsiveCommandMenuLoading() {\n return (\n <>\n <InlineCommandMenuLoading className=\"hidden xl:flex\" />\n <DropdownCommandMenuLoading className=\"xl:hidden\" />\n </>\n );\n}\n"],"mappings":";;;;;;;;AAQA,SAAgB,sBACd,OACA;AACA,QACE,4CACE,oBAAC;EAAkB,WAAU;EAAiB,GAAI;GAAS,EAC3D,oBAAC;EAAoB,WAAU;EAAY,GAAI;GAAS,IACvD;;AAIP,SAAgB,+BAA+B;AAC7C,QACE,4CACE,oBAAC,4BAAyB,WAAU,mBAAmB,EACvD,oBAAC,8BAA2B,WAAU,cAAc,IACnD"}
@@ -1,33 +0,0 @@
1
- import { BulkCommandAction } from "../hooks/use-command-action.client.js";
2
- import { BulkCommandDefRenderParams } from "../lib/definitions.js";
3
- import * as react_jsx_runtime234 from "react/jsx-runtime";
4
-
5
- //#region src/modules/commands/utils/archive-command.client.d.ts
6
- type ArchiveCommandProps<TData extends {
7
- id: string;
8
- }, TMeta> = {
9
- action: BulkCommandAction;
10
- } & Pick<BulkCommandDefRenderParams<TData, TMeta>, "ids">;
11
- /**
12
- * Archive command
13
- * @description command to archive a resource
14
- */
15
- declare function ArchiveCommand<TData extends {
16
- id: string;
17
- }, TMeta>({
18
- ids,
19
- action
20
- }: ArchiveCommandProps<TData, TMeta>): react_jsx_runtime234.JSX.Element;
21
- /**
22
- * Unarchive command
23
- * @description command to unarchive a resource
24
- */
25
- declare function RestoreCommand<TData extends {
26
- id: string;
27
- }, TMeta>({
28
- ids,
29
- action
30
- }: ArchiveCommandProps<TData, TMeta>): react_jsx_runtime234.JSX.Element;
31
- //#endregion
32
- export { ArchiveCommand, ArchiveCommandProps, RestoreCommand };
33
- //# sourceMappingURL=archive-command.client.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"archive-command.client.d.ts","names":[],"sources":["../../../../src/modules/commands/utils/archive-command.client.tsx"],"sourcesContent":[],"mappings":";;;;;KAQY;;;EAAA,MAAA,EACF,iBADqB;CAAA,GAE3B,IAF2B,CAEtB,0BAFsB,CAEK,KAFL,EAEY,KAFZ,CAAA,EAAA,KAAA,CAAA;;;;;AAE3B,iBAMY,cANZ,CAAA,cAAA;EAAI,EAAA,EAAA,MAAA;AAMR,CAAA,EAAA,KAAgB,CAAA,CAAA;EAAA,GAAA;EAAA;AAAc,CAAA,EAG3B,mBAH2B,CAGP,KAHO,EAGA,KAHA,CAAA,CAAA,EAGM,oBAAA,CAAA,GAAA,CAAA,OAHN;;;;;AAGA,iBAkBd,cAlBc,CAAA,cAAA;MAA3B,MAAA;QAAiC,CAAA,CAAA;EAAA,GAAA;EAAA;AAAA,CAAA,EAqBjC,mBArBiC,CAqBb,KArBa,EAqBN,KArBM,CAAA,CAAA,EAqBA,oBAAA,CAAA,GAAA,CAAA,OArBA"}
@@ -1,39 +0,0 @@
1
- "use client";
2
-
3
-
4
- import { Icons } from "../../../components/common/icons.js";
5
- import { CommandLabel } from "../components/command-trigger.client.js";
6
- import { CommandClick } from "../components/click-command.client.js";
7
- import { jsx, jsxs } from "react/jsx-runtime";
8
-
9
- //#region src/modules/commands/utils/archive-command.client.tsx
10
- /**
11
- * Archive command
12
- * @description command to archive a resource
13
- */
14
- function ArchiveCommand({ ids, action }) {
15
- return /* @__PURE__ */ jsxs(CommandClick, {
16
- action: () => action({ ids }),
17
- message: "Succesvol gearchiveerd",
18
- className: "text-destructive",
19
- label: "Archiveren",
20
- children: [/* @__PURE__ */ jsx(Icons.archive, { className: "text-destructive w-4" }), /* @__PURE__ */ jsx(CommandLabel, {})]
21
- });
22
- }
23
- /**
24
- * Unarchive command
25
- * @description command to unarchive a resource
26
- */
27
- function RestoreCommand({ ids, action }) {
28
- return /* @__PURE__ */ jsxs(CommandClick, {
29
- className: "flex gap-2",
30
- action: () => action({ ids }),
31
- message: "Succesvol teruggezet",
32
- label: "Terugzetten",
33
- children: [/* @__PURE__ */ jsx(Icons.restore, { className: "w-4" }), /* @__PURE__ */ jsx(CommandLabel, {})]
34
- });
35
- }
36
-
37
- //#endregion
38
- export { ArchiveCommand, RestoreCommand };
39
- //# sourceMappingURL=archive-command.client.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"archive-command.client.js","names":[],"sources":["../../../../src/modules/commands/utils/archive-command.client.tsx"],"sourcesContent":["\"use client\";\n\nimport { Icons } from \"@/components/common/icons\";\nimport { CommandClick } from \"../components/click-command.client\";\nimport { CommandLabel } from \"../components/command-trigger.client\";\nimport { BulkCommandAction } from \"../hooks/use-command-action.client\";\nimport { BulkCommandDefRenderParams } from \"../lib/definitions\";\n\nexport type ArchiveCommandProps<TData extends { id: string }, TMeta> = {\n action: BulkCommandAction;\n} & Pick<BulkCommandDefRenderParams<TData, TMeta>, \"ids\">;\n\n/**\n * Archive command\n * @description command to archive a resource\n */\nexport function ArchiveCommand<TData extends { id: string }, TMeta>({\n ids,\n action,\n}: ArchiveCommandProps<TData, TMeta>) {\n return (\n <CommandClick\n action={() => action({ ids })}\n message=\"Succesvol gearchiveerd\"\n className=\"text-destructive\"\n label=\"Archiveren\"\n >\n <Icons.archive className=\"text-destructive w-4\" />\n <CommandLabel />\n </CommandClick>\n );\n}\n\n/**\n * Unarchive command\n * @description command to unarchive a resource\n */\nexport function RestoreCommand<TData extends { id: string }, TMeta>({\n ids,\n action,\n}: ArchiveCommandProps<TData, TMeta>) {\n return (\n <CommandClick\n className=\"flex gap-2\"\n action={() => action({ ids })}\n message=\"Succesvol teruggezet\"\n label=\"Terugzetten\"\n >\n <Icons.restore className=\"w-4\" />\n <CommandLabel />\n </CommandClick>\n );\n}\n"],"mappings":";;;;;;;;;;;;;AAgBA,SAAgB,eAAoD,EAClE,KACA,UACoC;AACpC,QACE,qBAAC;EACC,cAAc,OAAO,EAAE,KAAK,CAAC;EAC7B,SAAQ;EACR,WAAU;EACV,OAAM;aAEN,oBAAC,MAAM,WAAQ,WAAU,yBAAyB,EAClD,oBAAC,iBAAe;GACH;;;;;;AAQnB,SAAgB,eAAoD,EAClE,KACA,UACoC;AACpC,QACE,qBAAC;EACC,WAAU;EACV,cAAc,OAAO,EAAE,KAAK,CAAC;EAC7B,SAAQ;EACR,OAAM;aAEN,oBAAC,MAAM,WAAQ,WAAU,QAAQ,EACjC,oBAAC,iBAAe;GACH"}
@@ -1,23 +0,0 @@
1
- import { BulkCommandAction } from "../hooks/use-command-action.client.js";
2
- import { BulkCommandDefRenderParams } from "../lib/definitions.js";
3
- import * as react_jsx_runtime236 from "react/jsx-runtime";
4
-
5
- //#region src/modules/commands/utils/delete-command.client.d.ts
6
- type DeleteCommandProps<TData extends {
7
- id: string;
8
- }, TMeta> = {
9
- action: BulkCommandAction;
10
- } & Pick<BulkCommandDefRenderParams<TData, TMeta>, "ids">;
11
- /**
12
- * Delete command
13
- * @description command to delete a resource
14
- */
15
- declare function DeleteCommand<TData extends {
16
- id: string;
17
- }, TMeta>({
18
- ids,
19
- action
20
- }: DeleteCommandProps<TData, TMeta>): react_jsx_runtime236.JSX.Element;
21
- //#endregion
22
- export { DeleteCommand, DeleteCommandProps };
23
- //# sourceMappingURL=delete-command.client.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"delete-command.client.d.ts","names":[],"sources":["../../../../src/modules/commands/utils/delete-command.client.tsx"],"sourcesContent":[],"mappings":";;;;;KAkBY;;;EAAA,MAAA,EACF,iBADoB;CAAA,GAE1B,IAF0B,CAErB,0BAFqB,CAEM,KAFN,EAEa,KAFb,CAAA,EAAA,KAAA,CAAA;;;;;AAE1B,iBAMY,aANZ,CAAA,cAAA;EAAI,EAAA,EAAA,MAAA;AAMR,CAAA,EAAA,KAAgB,CAAA,CAAA;EAAA,GAAA;EAAA;AAAa,CAAA,EAG1B,kBAH0B,CAGP,KAHO,EAGA,KAHA,CAAA,CAAA,EAGM,oBAAA,CAAA,GAAA,CAAA,OAHN"}
@@ -1,28 +0,0 @@
1
- "use client";
2
-
3
-
4
- import { Icons } from "../../../components/common/icons.js";
5
- import { CommandLabel } from "../components/command-trigger.client.js";
6
- import { CommandAlertDialog, CommandAlertDialogAction, CommandAlertDialogCancel, CommandAlertDialogContent, CommandAlertDialogDescription, CommandAlertDialogFooter, CommandAlertDialogHeader, CommandAlertDialogTitle, CommandAlertDialogTrigger } from "../components/alert-dialog-command.client.js";
7
- import { jsx, jsxs } from "react/jsx-runtime";
8
-
9
- //#region src/modules/commands/utils/delete-command.client.tsx
10
- /**
11
- * Delete command
12
- * @description command to delete a resource
13
- */
14
- function DeleteCommand({ ids, action }) {
15
- return /* @__PURE__ */ jsxs(CommandAlertDialog, { children: [/* @__PURE__ */ jsxs(CommandAlertDialogTrigger, {
16
- className: "text-destructive",
17
- label: "Verwijderen",
18
- children: [/* @__PURE__ */ jsx(Icons.trash, { className: "text-destructive w-4" }), /* @__PURE__ */ jsx(CommandLabel, {})]
19
- }), /* @__PURE__ */ jsxs(CommandAlertDialogContent, { children: [/* @__PURE__ */ jsxs(CommandAlertDialogHeader, { children: [/* @__PURE__ */ jsx(CommandAlertDialogTitle, { children: "Weet je zeker dat je dit wilt verwijderen?" }), /* @__PURE__ */ jsx(CommandAlertDialogDescription, { children: "Dit kan niet ongedaan gemaakt worden en alle gegevens zullen verloren gaan." })] }), /* @__PURE__ */ jsxs(CommandAlertDialogFooter, { children: [/* @__PURE__ */ jsx(CommandAlertDialogCancel, { children: "Annuleren" }), /* @__PURE__ */ jsx(CommandAlertDialogAction, {
20
- action: () => action({ ids }),
21
- message: "Succesvol verwijderd",
22
- children: "Verwijderen"
23
- })] })] })] });
24
- }
25
-
26
- //#endregion
27
- export { DeleteCommand };
28
- //# sourceMappingURL=delete-command.client.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"delete-command.client.js","names":[],"sources":["../../../../src/modules/commands/utils/delete-command.client.tsx"],"sourcesContent":["\"use client\";\n\nimport { Icons } from \"@/components/common/icons\";\nimport {\n CommandAlertDialog,\n CommandAlertDialogAction,\n CommandAlertDialogCancel,\n CommandAlertDialogContent,\n CommandAlertDialogDescription,\n CommandAlertDialogFooter,\n CommandAlertDialogHeader,\n CommandAlertDialogTitle,\n CommandAlertDialogTrigger,\n} from \"../components/alert-dialog-command.client\";\nimport { CommandLabel } from \"../components/command-trigger.client\";\nimport { BulkCommandAction } from \"../hooks/use-command-action.client\";\nimport { BulkCommandDefRenderParams } from \"../lib/definitions\";\n\nexport type DeleteCommandProps<TData extends { id: string }, TMeta> = {\n action: BulkCommandAction;\n} & Pick<BulkCommandDefRenderParams<TData, TMeta>, \"ids\">;\n\n/**\n * Delete command\n * @description command to delete a resource\n */\nexport function DeleteCommand<TData extends { id: string }, TMeta>({\n ids,\n action,\n}: DeleteCommandProps<TData, TMeta>) {\n return (\n <CommandAlertDialog>\n <CommandAlertDialogTrigger className=\"text-destructive\" label=\"Verwijderen\">\n <Icons.trash className=\"text-destructive w-4\" />\n <CommandLabel />\n </CommandAlertDialogTrigger>\n\n <CommandAlertDialogContent>\n <CommandAlertDialogHeader>\n <CommandAlertDialogTitle>\n Weet je zeker dat je dit wilt verwijderen?\n </CommandAlertDialogTitle>\n\n <CommandAlertDialogDescription>\n Dit kan niet ongedaan gemaakt worden en alle gegevens zullen verloren gaan.\n </CommandAlertDialogDescription>\n </CommandAlertDialogHeader>\n\n <CommandAlertDialogFooter>\n <CommandAlertDialogCancel>Annuleren</CommandAlertDialogCancel>\n <CommandAlertDialogAction action={() => action({ ids })} message=\"Succesvol verwijderd\">\n Verwijderen\n </CommandAlertDialogAction>\n </CommandAlertDialogFooter>\n </CommandAlertDialogContent>\n </CommandAlertDialog>\n );\n}\n"],"mappings":";;;;;;;;;;;;;AA0BA,SAAgB,cAAmD,EACjE,KACA,UACmC;AACnC,QACE,qBAAC,iCACC,qBAAC;EAA0B,WAAU;EAAmB,OAAM;aAC5D,oBAAC,MAAM,SAAM,WAAU,yBAAyB,EAChD,oBAAC,iBAAe;GACU,EAE5B,qBAAC,wCACC,qBAAC,uCACC,oBAAC,qCAAwB,+CAEC,EAE1B,oBAAC,2CAA8B,gFAEC,IACP,EAE3B,qBAAC,uCACC,oBAAC,sCAAyB,cAAoC,EAC9D,oBAAC;EAAyB,cAAc,OAAO,EAAE,KAAK,CAAC;EAAE,SAAQ;YAAuB;GAE7D,IACF,IACD,IACT"}
@@ -1,41 +0,0 @@
1
- import { CommandAction } from "../hooks/use-command-action.client.js";
2
- import { CommandFormDialogTrigger } from "../components/form-dialog-command.client.js";
3
- import { SingleCommandDefRenderParams } from "../lib/definitions.js";
4
- import { SendEmailSchema } from "../lib/schema.js";
5
- import * as react_jsx_runtime237 from "react/jsx-runtime";
6
- import { DefaultValues, FieldValues } from "react-hook-form";
7
- import { ZodSchema } from "zod";
8
-
9
- //#region src/modules/commands/utils/send-mail-command.client.d.ts
10
- type SendMailCommandMeta = {
11
- contacts: {
12
- id: string;
13
- name: string;
14
- email: string;
15
- }[];
16
- };
17
- type SendMailCommandProps<TSchema extends FieldValues, TData extends {
18
- id: string;
19
- }, TMeta extends SendMailCommandMeta> = {
20
- schema: ZodSchema<TSchema>;
21
- action: CommandAction<TSchema>;
22
- defaultValues?: DefaultValues<TSchema>;
23
- children?: React.ReactNode;
24
- } & Pick<SingleCommandDefRenderParams<TData, TMeta>, "meta">;
25
- /**
26
- * SendMail command
27
- * @description command to delete a resource
28
- */
29
- declare function SendMailCommand<TSchema extends SendEmailSchema, TData extends {
30
- id: string;
31
- }, TMeta extends SendMailCommandMeta>({
32
- schema,
33
- action,
34
- defaultValues,
35
- meta,
36
- children
37
- }: SendMailCommandProps<TSchema, TData, TMeta>): react_jsx_runtime237.JSX.Element;
38
- declare const SendMailCommandTrigger: typeof CommandFormDialogTrigger;
39
- //#endregion
40
- export { SendMailCommand, SendMailCommandMeta, SendMailCommandProps, SendMailCommandTrigger };
41
- //# sourceMappingURL=send-mail-command.client.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"send-mail-command.client.d.ts","names":[],"sources":["../../../../src/modules/commands/utils/send-mail-command.client.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;KAuCY,mBAAA;;;IAAA,IAAA,EAAA,MAAA;IAIA,KAAA,EAAA,MAAA;EAAoB,CAAA,EAAA;;AAGhB,KAHJ,oBAGI,CAAA,gBAFE,WAEF,EAAA,cAAA;MAEI,MAAA;iBAFJ,mBAEN,CAAA,GAAA;QACc,EADd,SACc,CADJ,OACI,CAAA;QAAd,EAAA,aAAA,CAAc,OAAd,CAAA;eACsB,CAAA,EAAd,aAAc,CAAA,OAAA,CAAA;UAAd,CAAA,EACL,KAAA,CAAM,SADD;IAEd,IADS,CACJ,4BADU,CACmB,KADnB,EAC0B,KAD1B,CAAA,EAAA,MAAA,CAAA;;;;;AACX,iBAMQ,eANR,CAAA,gBAOU,eAPV,EAAA,cAAA;EAMQ,EAAA,EAAA,MAAA;CAAe,EAAA,cAGf,mBAHe,CAAA,CAAA;EAAA,MAAA;EAAA,MAAA;EAAA,aAAA;EAAA,IAAA;EAAA;AAAA,CAAA,EAIsB,oBAJtB,CAI2C,OAJ3C,EAIoD,KAJpD,EAI2D,KAJ3D,CAAA,CAAA,EAIiE,oBAAA,CAAA,GAAA,CAAA,OAJjE;AACb,cA+HL,sBA/HK,EAAA,OA+HiB,wBA/HjB"}