@tulip-systems/core 0.4.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 (1964) 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 +89 -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 +3 -6
  968. package/src/components/layouts/providers.client.tsx +1 -1
  969. package/src/components/layouts/root-layout.server.tsx +2 -5
  970. package/src/components/navigation/admin-sidebar-header.client.tsx +49 -5
  971. package/src/components/ui/accordion.tsx +1 -1
  972. package/src/components/ui/date-picker.client.tsx +65 -0
  973. package/src/components/ui/form.client.tsx +4 -1
  974. package/src/components/ui/input-recipient.tsx +286 -0
  975. package/src/entry.ts +6 -0
  976. package/src/lib/utils/format.ts +20 -0
  977. package/src/lib/utils/manifest.ts +2 -3
  978. package/src/lib/utils/user-agent.ts +63 -0
  979. package/src/modules/auth/components/create-first-user-page.client.tsx +167 -0
  980. package/src/modules/auth/components/guard-first-user.server.tsx +28 -0
  981. package/src/modules/auth/components/guard.server.tsx +22 -0
  982. package/src/modules/auth/components/login-page.client.tsx +86 -22
  983. package/src/modules/auth/components/reset-password-page.client.tsx +47 -4
  984. package/src/modules/auth/components/update-password-command.tsx +19 -6
  985. package/src/modules/auth/db/schema.ts +68 -1
  986. package/src/modules/auth/entry.client.ts +1 -0
  987. package/src/modules/auth/entry.server.ts +14 -0
  988. package/src/modules/auth/handler/client.client.ts +3 -13
  989. package/src/modules/auth/handler/init.ts +108 -0
  990. package/src/modules/auth/handler/proxy.server.ts +1 -1
  991. package/src/modules/auth/handler/route.server.ts +4 -9
  992. package/src/modules/auth/hooks/use-permission.ts +3 -6
  993. package/src/modules/auth/lib/helpers.server.ts +5 -5
  994. package/src/modules/commands/components/alert-dialog-command.client.tsx +29 -80
  995. package/src/modules/commands/components/click-command.client.tsx +22 -11
  996. package/src/modules/commands/components/dropdown-command.client.tsx +38 -11
  997. package/src/modules/commands/components/form-dialog-command.client.tsx +45 -17
  998. package/src/modules/commands/hooks/use-command-action.client.tsx +28 -20
  999. package/src/modules/commands/lib/definitions.ts +1 -2
  1000. package/src/modules/commands/lib/factory.ts +1 -1
  1001. package/src/modules/commands/utils/archive-command.client.tsx +26 -17
  1002. package/src/modules/commands/utils/delete-command.client.tsx +17 -11
  1003. package/src/modules/commands/utils/send-mail-command.client.tsx +136 -173
  1004. package/src/modules/config/db/helpers.ts +3 -1
  1005. package/src/modules/config/db/init.ts +25 -0
  1006. package/src/modules/config/entry.server.ts +5 -8
  1007. package/src/modules/config/entry.ts +3 -3
  1008. package/src/modules/config/lib/config.ts +15 -0
  1009. package/src/modules/config/lib/context.ts +17 -0
  1010. package/src/modules/config/providers/blob.ts +11 -0
  1011. package/src/modules/config/providers/email.ts +13 -0
  1012. package/src/modules/data-tables/hooks/use-search.client.ts +3 -2
  1013. package/src/modules/data-tables/server/get-data.server.ts +10 -4
  1014. package/src/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.tsx +9 -2
  1015. package/src/modules/data-tables/tables/inline-table/components/row.client.tsx +2 -1
  1016. package/src/modules/inline-edit/components/combobox-dropdown.client.tsx +6 -0
  1017. package/src/modules/inline-edit/components/editor.client.tsx +7 -2
  1018. package/src/modules/inline-edit/components/input-recipient.client.tsx +43 -0
  1019. package/src/modules/inline-edit/components/input.client.tsx +26 -10
  1020. package/src/modules/inline-edit/components/richtext.client.tsx +2 -0
  1021. package/src/modules/inline-edit/components/select.client.tsx +8 -2
  1022. package/src/modules/inline-edit/entry.client.ts +1 -0
  1023. package/src/modules/inline-edit/hooks/use-inline.client.tsx +3 -3
  1024. package/src/modules/inline-edit/lib/variants.ts +16 -0
  1025. package/src/modules/router/entry.client.ts +4 -0
  1026. package/src/modules/router/entry.server.ts +14 -0
  1027. package/src/modules/router/entry.ts +4 -0
  1028. package/src/modules/router/handler/caller.client.tsx +32 -0
  1029. package/src/modules/router/handler/caller.server.ts +3 -0
  1030. package/src/modules/router/handler/context.server.ts +28 -0
  1031. package/src/modules/router/handler/init.server.ts +77 -0
  1032. package/src/modules/router/handler/register.server.ts +14 -0
  1033. package/src/modules/router/handler/route.server.ts +41 -0
  1034. package/src/modules/router/lib/query-client.server.tsx +19 -0
  1035. package/src/modules/uploads/components/dropzone/context.tsx +23 -0
  1036. package/src/modules/uploads/components/dropzone/index.tsx +152 -0
  1037. package/src/modules/uploads/entry.client.ts +2 -0
  1038. package/src/modules/uploads/entry.server.ts +2 -2
  1039. package/src/modules/uploads/lib/filters.ts +4 -1
  1040. package/src/modules/uploads/lib/helpers.ts +17 -0
  1041. package/src/modules/uploads/lib/procedures.server.ts +332 -0
  1042. package/src/modules/uploads/lib/proxy.server.ts +29 -21
  1043. package/src/modules/uploads/lib/route.server.ts +4 -6
  1044. package/src/modules/uploads/lib/schema.ts +2 -2
  1045. package/src/modules/uploads/lib/validators.ts +4 -1
  1046. package/dist/auth/client.d.ts +0 -9
  1047. package/dist/auth/client.js +0 -10
  1048. package/dist/auth/server.d.ts +0 -5
  1049. package/dist/auth/server.js +0 -6
  1050. package/dist/auth.d.ts +0 -5
  1051. package/dist/auth.js +0 -6
  1052. package/dist/commands/client.d.ts +0 -16
  1053. package/dist/commands/client.js +0 -17
  1054. package/dist/commands.d.ts +0 -3
  1055. package/dist/commands.js +0 -3
  1056. package/dist/components/client.d.ts +0 -36
  1057. package/dist/components/client.js +0 -37
  1058. package/dist/components/common/icons.d.ts +0 -60
  1059. package/dist/components/common/icons.d.ts.map +0 -1
  1060. package/dist/components/common/icons.js +0 -121
  1061. package/dist/components/common/icons.js.map +0 -1
  1062. package/dist/components/common/status.d.ts +0 -53
  1063. package/dist/components/common/status.d.ts.map +0 -1
  1064. package/dist/components/common/status.js +0 -56
  1065. package/dist/components/common/status.js.map +0 -1
  1066. package/dist/components/editor/components/block-dropdown.js +0 -83
  1067. package/dist/components/editor/components/block-dropdown.js.map +0 -1
  1068. package/dist/components/editor/components/content.client.d.ts +0 -7
  1069. package/dist/components/editor/components/content.client.d.ts.map +0 -1
  1070. package/dist/components/editor/components/content.client.js +0 -18
  1071. package/dist/components/editor/components/content.client.js.map +0 -1
  1072. package/dist/components/editor/components/fixed-menu.client.d.ts +0 -7
  1073. package/dist/components/editor/components/fixed-menu.client.d.ts.map +0 -1
  1074. package/dist/components/editor/components/fixed-menu.client.js +0 -134
  1075. package/dist/components/editor/components/fixed-menu.client.js.map +0 -1
  1076. package/dist/components/editor/context.client.d.ts +0 -32
  1077. package/dist/components/editor/context.client.d.ts.map +0 -1
  1078. package/dist/components/editor/context.client.js +0 -46
  1079. package/dist/components/editor/context.client.js.map +0 -1
  1080. package/dist/components/editor/index.client.d.ts +0 -11
  1081. package/dist/components/editor/index.client.d.ts.map +0 -1
  1082. package/dist/components/editor/index.client.js +0 -17
  1083. package/dist/components/editor/index.client.js.map +0 -1
  1084. package/dist/components/editor/preview.client.d.ts +0 -12
  1085. package/dist/components/editor/preview.client.d.ts.map +0 -1
  1086. package/dist/components/editor/preview.client.js +0 -20
  1087. package/dist/components/editor/preview.client.js.map +0 -1
  1088. package/dist/components/emails/forget-password-email.js +0 -52
  1089. package/dist/components/emails/forget-password-email.js.map +0 -1
  1090. package/dist/components/header/back-button.client.d.ts +0 -10
  1091. package/dist/components/header/back-button.client.d.ts.map +0 -1
  1092. package/dist/components/header/back-button.client.js +0 -44
  1093. package/dist/components/header/back-button.client.js.map +0 -1
  1094. package/dist/components/header/bottom-bar.client.d.ts +0 -29
  1095. package/dist/components/header/bottom-bar.client.d.ts.map +0 -1
  1096. package/dist/components/header/bottom-bar.client.js +0 -31
  1097. package/dist/components/header/bottom-bar.client.js.map +0 -1
  1098. package/dist/components/header/breadcrumbs.client.d.ts +0 -35
  1099. package/dist/components/header/breadcrumbs.client.d.ts.map +0 -1
  1100. package/dist/components/header/breadcrumbs.client.js +0 -64
  1101. package/dist/components/header/breadcrumbs.client.js.map +0 -1
  1102. package/dist/components/header/header.client.d.ts +0 -12
  1103. package/dist/components/header/header.client.d.ts.map +0 -1
  1104. package/dist/components/header/header.client.js +0 -15
  1105. package/dist/components/header/header.client.js.map +0 -1
  1106. package/dist/components/header/indicator.client.js +0 -26
  1107. package/dist/components/header/indicator.client.js.map +0 -1
  1108. package/dist/components/header/mobile-nav-switcher.client.d.ts +0 -10
  1109. package/dist/components/header/mobile-nav-switcher.client.d.ts.map +0 -1
  1110. package/dist/components/header/mobile-nav-switcher.client.js +0 -20
  1111. package/dist/components/header/mobile-nav-switcher.client.js.map +0 -1
  1112. package/dist/components/header/top-bar.client.d.ts +0 -43
  1113. package/dist/components/header/top-bar.client.d.ts.map +0 -1
  1114. package/dist/components/header/top-bar.client.js +0 -48
  1115. package/dist/components/header/top-bar.client.js.map +0 -1
  1116. package/dist/components/layouts/admin-content.client.d.ts +0 -13
  1117. package/dist/components/layouts/admin-content.client.d.ts.map +0 -1
  1118. package/dist/components/layouts/admin-content.client.js +0 -24
  1119. package/dist/components/layouts/admin-content.client.js.map +0 -1
  1120. package/dist/components/layouts/admin-layout.d.ts +0 -8
  1121. package/dist/components/layouts/admin-layout.d.ts.map +0 -1
  1122. package/dist/components/layouts/admin-layout.js +0 -15
  1123. package/dist/components/layouts/admin-layout.js.map +0 -1
  1124. package/dist/components/layouts/admin-loading.d.ts +0 -8
  1125. package/dist/components/layouts/admin-loading.d.ts.map +0 -1
  1126. package/dist/components/layouts/admin-loading.js +0 -14
  1127. package/dist/components/layouts/admin-loading.js.map +0 -1
  1128. package/dist/components/layouts/empty-page.d.ts +0 -31
  1129. package/dist/components/layouts/empty-page.d.ts.map +0 -1
  1130. package/dist/components/layouts/empty-page.js +0 -29
  1131. package/dist/components/layouts/empty-page.js.map +0 -1
  1132. package/dist/components/layouts/list-layout.d.ts +0 -12
  1133. package/dist/components/layouts/list-layout.d.ts.map +0 -1
  1134. package/dist/components/layouts/list-layout.js +0 -15
  1135. package/dist/components/layouts/list-layout.js.map +0 -1
  1136. package/dist/components/layouts/not-found-page.d.ts +0 -8
  1137. package/dist/components/layouts/not-found-page.d.ts.map +0 -1
  1138. package/dist/components/layouts/not-found-page.js +0 -20
  1139. package/dist/components/layouts/not-found-page.js.map +0 -1
  1140. package/dist/components/layouts/not-found-section.js +0 -30
  1141. package/dist/components/layouts/not-found-section.js.map +0 -1
  1142. package/dist/components/layouts/providers.client.d.ts +0 -10
  1143. package/dist/components/layouts/providers.client.d.ts.map +0 -1
  1144. package/dist/components/layouts/providers.client.js +0 -32
  1145. package/dist/components/layouts/providers.client.js.map +0 -1
  1146. package/dist/components/layouts/root-layout.server.d.ts +0 -38
  1147. package/dist/components/layouts/root-layout.server.d.ts.map +0 -1
  1148. package/dist/components/layouts/root-layout.server.js +0 -47
  1149. package/dist/components/layouts/root-layout.server.js.map +0 -1
  1150. package/dist/components/layouts/root-loading.d.ts +0 -7
  1151. package/dist/components/layouts/root-loading.d.ts.map +0 -1
  1152. package/dist/components/layouts/root-loading.js +0 -14
  1153. package/dist/components/layouts/root-loading.js.map +0 -1
  1154. package/dist/components/layouts/tab-layout.d.ts +0 -23
  1155. package/dist/components/layouts/tab-layout.d.ts.map +0 -1
  1156. package/dist/components/layouts/tab-layout.js +0 -52
  1157. package/dist/components/layouts/tab-layout.js.map +0 -1
  1158. package/dist/components/lists/data-list.d.ts +0 -31
  1159. package/dist/components/lists/data-list.d.ts.map +0 -1
  1160. package/dist/components/lists/data-list.js +0 -36
  1161. package/dist/components/lists/data-list.js.map +0 -1
  1162. package/dist/components/lists/data-stack.d.ts +0 -49
  1163. package/dist/components/lists/data-stack.d.ts.map +0 -1
  1164. package/dist/components/lists/data-stack.js +0 -57
  1165. package/dist/components/lists/data-stack.js.map +0 -1
  1166. package/dist/components/navigation/admin-sidebar-header.client.js +0 -75
  1167. package/dist/components/navigation/admin-sidebar-header.client.js.map +0 -1
  1168. package/dist/components/navigation/admin-sidebar-paths.client.d.ts +0 -81
  1169. package/dist/components/navigation/admin-sidebar-paths.client.d.ts.map +0 -1
  1170. package/dist/components/navigation/admin-sidebar-paths.client.js +0 -143
  1171. package/dist/components/navigation/admin-sidebar-paths.client.js.map +0 -1
  1172. package/dist/components/navigation/admin-sidebar-skeleton.js +0 -31
  1173. package/dist/components/navigation/admin-sidebar-skeleton.js.map +0 -1
  1174. package/dist/components/server.d.ts +0 -3
  1175. package/dist/components/server.js +0 -4
  1176. package/dist/components/ui/accordion.d.ts +0 -25
  1177. package/dist/components/ui/accordion.d.ts.map +0 -1
  1178. package/dist/components/ui/accordion.js +0 -49
  1179. package/dist/components/ui/accordion.js.map +0 -1
  1180. package/dist/components/ui/alert-dialog.d.ts +0 -43
  1181. package/dist/components/ui/alert-dialog.d.ts.map +0 -1
  1182. package/dist/components/ui/alert-dialog.js +0 -86
  1183. package/dist/components/ui/alert-dialog.js.map +0 -1
  1184. package/dist/components/ui/alert.d.ts +0 -25
  1185. package/dist/components/ui/alert.d.ts.map +0 -1
  1186. package/dist/components/ui/alert.js +0 -39
  1187. package/dist/components/ui/alert.js.map +0 -1
  1188. package/dist/components/ui/aspect-ratio.d.ts +0 -8
  1189. package/dist/components/ui/aspect-ratio.d.ts.map +0 -1
  1190. package/dist/components/ui/aspect-ratio.js +0 -17
  1191. package/dist/components/ui/aspect-ratio.js.map +0 -1
  1192. package/dist/components/ui/avatar.client.d.ts +0 -20
  1193. package/dist/components/ui/avatar.client.d.ts.map +0 -1
  1194. package/dist/components/ui/avatar.client.js +0 -34
  1195. package/dist/components/ui/avatar.client.js.map +0 -1
  1196. package/dist/components/ui/badge.d.ts +0 -20
  1197. package/dist/components/ui/badge.d.ts.map +0 -1
  1198. package/dist/components/ui/badge.js +0 -27
  1199. package/dist/components/ui/badge.js.map +0 -1
  1200. package/dist/components/ui/breadcrumb.d.ts +0 -36
  1201. package/dist/components/ui/breadcrumb.d.ts.map +0 -1
  1202. package/dist/components/ui/breadcrumb.js +0 -72
  1203. package/dist/components/ui/breadcrumb.js.map +0 -1
  1204. package/dist/components/ui/button.d.ts +0 -22
  1205. package/dist/components/ui/button.d.ts.map +0 -1
  1206. package/dist/components/ui/button.js +0 -44
  1207. package/dist/components/ui/button.js.map +0 -1
  1208. package/dist/components/ui/calendar.d.ts +0 -14
  1209. package/dist/components/ui/calendar.d.ts.map +0 -1
  1210. package/dist/components/ui/calendar.js +0 -57
  1211. package/dist/components/ui/calendar.js.map +0 -1
  1212. package/dist/components/ui/card.d.ts +0 -31
  1213. package/dist/components/ui/card.d.ts.map +0 -1
  1214. package/dist/components/ui/card.js +0 -51
  1215. package/dist/components/ui/card.js.map +0 -1
  1216. package/dist/components/ui/carousel.d.ts +0 -48
  1217. package/dist/components/ui/carousel.d.ts.map +0 -1
  1218. package/dist/components/ui/carousel.js +0 -137
  1219. package/dist/components/ui/carousel.js.map +0 -1
  1220. package/dist/components/ui/chart.client.d.ts +0 -72
  1221. package/dist/components/ui/chart.client.d.ts.map +0 -1
  1222. package/dist/components/ui/chart.client.js +0 -144
  1223. package/dist/components/ui/chart.client.js.map +0 -1
  1224. package/dist/components/ui/checkbox.d.ts +0 -12
  1225. package/dist/components/ui/checkbox.d.ts.map +0 -1
  1226. package/dist/components/ui/checkbox.js +0 -26
  1227. package/dist/components/ui/checkbox.js.map +0 -1
  1228. package/dist/components/ui/collapsible.client.d.ts +0 -16
  1229. package/dist/components/ui/collapsible.client.d.ts.map +0 -1
  1230. package/dist/components/ui/collapsible.client.js +0 -29
  1231. package/dist/components/ui/collapsible.client.js.map +0 -1
  1232. package/dist/components/ui/color-picker.client.d.ts +0 -16
  1233. package/dist/components/ui/color-picker.client.d.ts.map +0 -1
  1234. package/dist/components/ui/color-picker.client.js +0 -39
  1235. package/dist/components/ui/color-picker.client.js.map +0 -1
  1236. package/dist/components/ui/combobox-dropdown.client.d.ts +0 -47
  1237. package/dist/components/ui/combobox-dropdown.client.d.ts.map +0 -1
  1238. package/dist/components/ui/combobox-dropdown.client.js +0 -95
  1239. package/dist/components/ui/combobox-dropdown.client.js.map +0 -1
  1240. package/dist/components/ui/combobox.client.d.ts +0 -31
  1241. package/dist/components/ui/combobox.client.d.ts.map +0 -1
  1242. package/dist/components/ui/combobox.client.js +0 -68
  1243. package/dist/components/ui/combobox.client.js.map +0 -1
  1244. package/dist/components/ui/command.d.ts +0 -49
  1245. package/dist/components/ui/command.d.ts.map +0 -1
  1246. package/dist/components/ui/command.js +0 -90
  1247. package/dist/components/ui/command.js.map +0 -1
  1248. package/dist/components/ui/context-menu.d.ts +0 -77
  1249. package/dist/components/ui/context-menu.d.ts.map +0 -1
  1250. package/dist/components/ui/context-menu.js +0 -127
  1251. package/dist/components/ui/context-menu.js.map +0 -1
  1252. package/dist/components/ui/dialog.client.d.ts +0 -45
  1253. package/dist/components/ui/dialog.client.d.ts.map +0 -1
  1254. package/dist/components/ui/dialog.client.js +0 -90
  1255. package/dist/components/ui/dialog.client.js.map +0 -1
  1256. package/dist/components/ui/drawer.client.d.ts +0 -45
  1257. package/dist/components/ui/drawer.client.d.ts.map +0 -1
  1258. package/dist/components/ui/drawer.client.js +0 -83
  1259. package/dist/components/ui/drawer.client.js.map +0 -1
  1260. package/dist/components/ui/dropdown-menu.d.ts +0 -78
  1261. package/dist/components/ui/dropdown-menu.d.ts.map +0 -1
  1262. package/dist/components/ui/dropdown-menu.js +0 -128
  1263. package/dist/components/ui/dropdown-menu.js.map +0 -1
  1264. package/dist/components/ui/form.client.d.ts +0 -46
  1265. package/dist/components/ui/form.client.d.ts.map +0 -1
  1266. package/dist/components/ui/form.client.js +0 -93
  1267. package/dist/components/ui/form.client.js.map +0 -1
  1268. package/dist/components/ui/hover-card.client.d.ts +0 -20
  1269. package/dist/components/ui/hover-card.client.d.ts.map +0 -1
  1270. package/dist/components/ui/hover-card.client.js +0 -34
  1271. package/dist/components/ui/hover-card.client.js.map +0 -1
  1272. package/dist/components/ui/input.d.ts +0 -12
  1273. package/dist/components/ui/input.d.ts.map +0 -1
  1274. package/dist/components/ui/input.js +0 -17
  1275. package/dist/components/ui/input.js.map +0 -1
  1276. package/dist/components/ui/label.d.ts +0 -12
  1277. package/dist/components/ui/label.d.ts.map +0 -1
  1278. package/dist/components/ui/label.js +0 -20
  1279. package/dist/components/ui/label.js.map +0 -1
  1280. package/dist/components/ui/navigation-menu.d.ts +0 -47
  1281. package/dist/components/ui/navigation-menu.d.ts.map +0 -1
  1282. package/dist/components/ui/navigation-menu.js +0 -86
  1283. package/dist/components/ui/navigation-menu.js.map +0 -1
  1284. package/dist/components/ui/pagination.d.ts +0 -40
  1285. package/dist/components/ui/pagination.d.ts.map +0 -1
  1286. package/dist/components/ui/pagination.js +0 -81
  1287. package/dist/components/ui/pagination.js.map +0 -1
  1288. package/dist/components/ui/popover.d.ts +0 -23
  1289. package/dist/components/ui/popover.d.ts.map +0 -1
  1290. package/dist/components/ui/popover.js +0 -40
  1291. package/dist/components/ui/popover.js.map +0 -1
  1292. package/dist/components/ui/progress.client.d.ts +0 -13
  1293. package/dist/components/ui/progress.client.d.ts.map +0 -1
  1294. package/dist/components/ui/progress.client.js +0 -25
  1295. package/dist/components/ui/progress.client.js.map +0 -1
  1296. package/dist/components/ui/radio-group.d.ts +0 -16
  1297. package/dist/components/ui/radio-group.d.ts.map +0 -1
  1298. package/dist/components/ui/radio-group.js +0 -33
  1299. package/dist/components/ui/radio-group.js.map +0 -1
  1300. package/dist/components/ui/resizable.client.d.ts +0 -22
  1301. package/dist/components/ui/resizable.client.d.ts.map +0 -1
  1302. package/dist/components/ui/resizable.client.js +0 -38
  1303. package/dist/components/ui/resizable.client.js.map +0 -1
  1304. package/dist/components/ui/scroll-area.d.ts +0 -18
  1305. package/dist/components/ui/scroll-area.d.ts.map +0 -1
  1306. package/dist/components/ui/scroll-area.js +0 -41
  1307. package/dist/components/ui/scroll-area.js.map +0 -1
  1308. package/dist/components/ui/select.client.d.ts +0 -49
  1309. package/dist/components/ui/select.client.d.ts.map +0 -1
  1310. package/dist/components/ui/select.client.js +0 -100
  1311. package/dist/components/ui/select.client.js.map +0 -1
  1312. package/dist/components/ui/separator.d.ts +0 -14
  1313. package/dist/components/ui/separator.d.ts.map +0 -1
  1314. package/dist/components/ui/separator.js +0 -22
  1315. package/dist/components/ui/separator.js.map +0 -1
  1316. package/dist/components/ui/sheet.client.d.ts +0 -41
  1317. package/dist/components/ui/sheet.client.d.ts.map +0 -1
  1318. package/dist/components/ui/sheet.client.js +0 -84
  1319. package/dist/components/ui/sheet.client.js.map +0 -1
  1320. package/dist/components/ui/sidebar.client.d.ts +0 -168
  1321. package/dist/components/ui/sidebar.client.d.ts.map +0 -1
  1322. package/dist/components/ui/sidebar.client.js +0 -375
  1323. package/dist/components/ui/sidebar.client.js.map +0 -1
  1324. package/dist/components/ui/skeleton.d.ts +0 -10
  1325. package/dist/components/ui/skeleton.d.ts.map +0 -1
  1326. package/dist/components/ui/skeleton.js +0 -15
  1327. package/dist/components/ui/skeleton.js.map +0 -1
  1328. package/dist/components/ui/slider.d.ts +0 -16
  1329. package/dist/components/ui/slider.d.ts.map +0 -1
  1330. package/dist/components/ui/slider.js +0 -41
  1331. package/dist/components/ui/slider.js.map +0 -1
  1332. package/dist/components/ui/sonner.client.d.ts +0 -10
  1333. package/dist/components/ui/sonner.client.d.ts.map +0 -1
  1334. package/dist/components/ui/sonner.client.js +0 -26
  1335. package/dist/components/ui/sonner.client.js.map +0 -1
  1336. package/dist/components/ui/spinner.js +0 -63
  1337. package/dist/components/ui/spinner.js.map +0 -1
  1338. package/dist/components/ui/switch.d.ts +0 -12
  1339. package/dist/components/ui/switch.d.ts.map +0 -1
  1340. package/dist/components/ui/switch.js +0 -24
  1341. package/dist/components/ui/switch.js.map +0 -1
  1342. package/dist/components/ui/tabs.d.ts +0 -24
  1343. package/dist/components/ui/tabs.d.ts.map +0 -1
  1344. package/dist/components/ui/tabs.js +0 -41
  1345. package/dist/components/ui/tabs.js.map +0 -1
  1346. package/dist/components/ui/textarea.d.ts +0 -11
  1347. package/dist/components/ui/textarea.d.ts.map +0 -1
  1348. package/dist/components/ui/textarea.js +0 -16
  1349. package/dist/components/ui/textarea.js.map +0 -1
  1350. package/dist/components/ui/time-input.client.d.ts +0 -16
  1351. package/dist/components/ui/time-input.client.d.ts.map +0 -1
  1352. package/dist/components/ui/time-input.client.js +0 -53
  1353. package/dist/components/ui/time-input.client.js.map +0 -1
  1354. package/dist/components/ui/time-picker-input.client.d.ts +0 -15
  1355. package/dist/components/ui/time-picker-input.client.d.ts.map +0 -1
  1356. package/dist/components/ui/time-picker-input.client.js +0 -65
  1357. package/dist/components/ui/time-picker-input.client.js.map +0 -1
  1358. package/dist/components/ui/toggle-group.client.d.ts +0 -24
  1359. package/dist/components/ui/toggle-group.client.d.ts.map +0 -1
  1360. package/dist/components/ui/toggle-group.client.js +0 -48
  1361. package/dist/components/ui/toggle-group.client.js.map +0 -1
  1362. package/dist/components/ui/toggle.d.ts +0 -20
  1363. package/dist/components/ui/toggle.d.ts.map +0 -1
  1364. package/dist/components/ui/toggle.js +0 -42
  1365. package/dist/components/ui/toggle.js.map +0 -1
  1366. package/dist/components/ui/tooltip.client.d.ts +0 -24
  1367. package/dist/components/ui/tooltip.client.d.ts.map +0 -1
  1368. package/dist/components/ui/tooltip.client.js +0 -41
  1369. package/dist/components/ui/tooltip.client.js.map +0 -1
  1370. package/dist/components/ui/tree.client.d.ts +0 -43
  1371. package/dist/components/ui/tree.client.d.ts.map +0 -1
  1372. package/dist/components/ui/tree.client.js +0 -103
  1373. package/dist/components/ui/tree.client.js.map +0 -1
  1374. package/dist/components.d.ts +0 -39
  1375. package/dist/components.js +0 -40
  1376. package/dist/config/server.d.ts +0 -7
  1377. package/dist/config/server.js +0 -8
  1378. package/dist/config.d.ts +0 -7
  1379. package/dist/config.js +0 -6
  1380. package/dist/data-tables/client.d.ts +0 -21
  1381. package/dist/data-tables/client.js +0 -22
  1382. package/dist/data-tables/server.d.ts +0 -7
  1383. package/dist/data-tables/server.js +0 -8
  1384. package/dist/data-tables.d.ts +0 -13
  1385. package/dist/data-tables.js +0 -13
  1386. package/dist/inline-edit/client.d.ts +0 -13
  1387. package/dist/inline-edit/client.js +0 -14
  1388. package/dist/inline-edit.d.ts +0 -2
  1389. package/dist/inline-edit.js +0 -3
  1390. package/dist/lib/client.d.ts +0 -4
  1391. package/dist/lib/client.js +0 -5
  1392. package/dist/lib/config/constants.d.ts +0 -5
  1393. package/dist/lib/config/constants.d.ts.map +0 -1
  1394. package/dist/lib/config/constants.js +0 -6
  1395. package/dist/lib/config/constants.js.map +0 -1
  1396. package/dist/lib/hooks/use-action.d.ts +0 -18
  1397. package/dist/lib/hooks/use-action.d.ts.map +0 -1
  1398. package/dist/lib/hooks/use-action.js +0 -42
  1399. package/dist/lib/hooks/use-action.js.map +0 -1
  1400. package/dist/lib/hooks/use-indicator.d.ts +0 -32
  1401. package/dist/lib/hooks/use-indicator.d.ts.map +0 -1
  1402. package/dist/lib/hooks/use-indicator.js +0 -51
  1403. package/dist/lib/hooks/use-indicator.js.map +0 -1
  1404. package/dist/lib/hooks/use-mobile.client.d.ts +0 -7
  1405. package/dist/lib/hooks/use-mobile.client.d.ts.map +0 -1
  1406. package/dist/lib/hooks/use-mobile.client.js +0 -22
  1407. package/dist/lib/hooks/use-mobile.client.js.map +0 -1
  1408. package/dist/lib/types/config.d.ts +0 -12
  1409. package/dist/lib/types/config.d.ts.map +0 -1
  1410. package/dist/lib/utils/array-move.d.ts +0 -11
  1411. package/dist/lib/utils/array-move.d.ts.map +0 -1
  1412. package/dist/lib/utils/array-move.js +0 -13
  1413. package/dist/lib/utils/array-move.js.map +0 -1
  1414. package/dist/lib/utils/cn.d.ts +0 -7
  1415. package/dist/lib/utils/cn.d.ts.map +0 -1
  1416. package/dist/lib/utils/cn.js +0 -11
  1417. package/dist/lib/utils/cn.js.map +0 -1
  1418. package/dist/lib/utils/fonts.d.ts +0 -8
  1419. package/dist/lib/utils/fonts.d.ts.map +0 -1
  1420. package/dist/lib/utils/fonts.js +0 -12
  1421. package/dist/lib/utils/fonts.js.map +0 -1
  1422. package/dist/lib/utils/format.d.ts +0 -41
  1423. package/dist/lib/utils/format.d.ts.map +0 -1
  1424. package/dist/lib/utils/format.js +0 -96
  1425. package/dist/lib/utils/format.js.map +0 -1
  1426. package/dist/lib/utils/manifest.d.ts +0 -9
  1427. package/dist/lib/utils/manifest.d.ts.map +0 -1
  1428. package/dist/lib/utils/manifest.js +0 -36
  1429. package/dist/lib/utils/manifest.js.map +0 -1
  1430. package/dist/lib/utils/time-picker.d.ts +0 -6
  1431. package/dist/lib/utils/time-picker.d.ts.map +0 -1
  1432. package/dist/lib/utils/time-picker.js +0 -104
  1433. package/dist/lib/utils/time-picker.js.map +0 -1
  1434. package/dist/lib/utils/url.d.ts +0 -10
  1435. package/dist/lib/utils/url.d.ts.map +0 -1
  1436. package/dist/lib/utils/url.js +0 -15
  1437. package/dist/lib/utils/url.js.map +0 -1
  1438. package/dist/lib.d.ts +0 -9
  1439. package/dist/lib.js +0 -9
  1440. package/dist/modules/auth/components/allowed.client.d.ts +0 -21
  1441. package/dist/modules/auth/components/allowed.client.d.ts.map +0 -1
  1442. package/dist/modules/auth/components/allowed.client.js +0 -16
  1443. package/dist/modules/auth/components/allowed.client.js.map +0 -1
  1444. package/dist/modules/auth/components/auth-layout.server.d.ts +0 -10
  1445. package/dist/modules/auth/components/auth-layout.server.d.ts.map +0 -1
  1446. package/dist/modules/auth/components/auth-layout.server.js +0 -37
  1447. package/dist/modules/auth/components/auth-layout.server.js.map +0 -1
  1448. package/dist/modules/auth/components/auth-loading.d.ts +0 -7
  1449. package/dist/modules/auth/components/auth-loading.d.ts.map +0 -1
  1450. package/dist/modules/auth/components/auth-loading.js +0 -18
  1451. package/dist/modules/auth/components/auth-loading.js.map +0 -1
  1452. package/dist/modules/auth/components/forget-password-page.client.d.ts +0 -7
  1453. package/dist/modules/auth/components/forget-password-page.client.d.ts.map +0 -1
  1454. package/dist/modules/auth/components/forget-password-page.client.js +0 -73
  1455. package/dist/modules/auth/components/forget-password-page.client.js.map +0 -1
  1456. package/dist/modules/auth/components/guard.client.js +0 -16
  1457. package/dist/modules/auth/components/guard.client.js.map +0 -1
  1458. package/dist/modules/auth/components/login-page.client.d.ts +0 -7
  1459. package/dist/modules/auth/components/login-page.client.d.ts.map +0 -1
  1460. package/dist/modules/auth/components/login-page.client.js +0 -121
  1461. package/dist/modules/auth/components/login-page.client.js.map +0 -1
  1462. package/dist/modules/auth/components/reset-password-page.client.d.ts +0 -12
  1463. package/dist/modules/auth/components/reset-password-page.client.d.ts.map +0 -1
  1464. package/dist/modules/auth/components/reset-password-page.client.js +0 -97
  1465. package/dist/modules/auth/components/reset-password-page.client.js.map +0 -1
  1466. package/dist/modules/auth/components/update-password-command.d.ts +0 -20
  1467. package/dist/modules/auth/components/update-password-command.d.ts.map +0 -1
  1468. package/dist/modules/auth/components/update-password-command.js +0 -50
  1469. package/dist/modules/auth/components/update-password-command.js.map +0 -1
  1470. package/dist/modules/auth/db/schema.d.ts +0 -739
  1471. package/dist/modules/auth/db/schema.d.ts.map +0 -1
  1472. package/dist/modules/auth/db/schema.js +0 -60
  1473. package/dist/modules/auth/db/schema.js.map +0 -1
  1474. package/dist/modules/auth/handler/client.client.d.ts +0 -3806
  1475. package/dist/modules/auth/handler/client.client.d.ts.map +0 -1
  1476. package/dist/modules/auth/handler/client.client.js +0 -16
  1477. package/dist/modules/auth/handler/client.client.js.map +0 -1
  1478. package/dist/modules/auth/handler/proxy.server.d.ts +0 -13
  1479. package/dist/modules/auth/handler/proxy.server.d.ts.map +0 -1
  1480. package/dist/modules/auth/handler/proxy.server.js +0 -22
  1481. package/dist/modules/auth/handler/proxy.server.js.map +0 -1
  1482. package/dist/modules/auth/handler/route.server.d.ts +0 -17
  1483. package/dist/modules/auth/handler/route.server.d.ts.map +0 -1
  1484. package/dist/modules/auth/handler/route.server.js +0 -32
  1485. package/dist/modules/auth/handler/route.server.js.map +0 -1
  1486. package/dist/modules/auth/handler/server.server.js +0 -63
  1487. package/dist/modules/auth/handler/server.server.js.map +0 -1
  1488. package/dist/modules/auth/hooks/use-permission.d.ts +0 -26
  1489. package/dist/modules/auth/hooks/use-permission.d.ts.map +0 -1
  1490. package/dist/modules/auth/hooks/use-permission.js +0 -54
  1491. package/dist/modules/auth/hooks/use-permission.js.map +0 -1
  1492. package/dist/modules/auth/hooks/use-session.d.ts +0 -34
  1493. package/dist/modules/auth/hooks/use-session.d.ts.map +0 -1
  1494. package/dist/modules/auth/hooks/use-session.js +0 -21
  1495. package/dist/modules/auth/hooks/use-session.js.map +0 -1
  1496. package/dist/modules/auth/lib/helpers.server.d.ts +0 -84
  1497. package/dist/modules/auth/lib/helpers.server.d.ts.map +0 -1
  1498. package/dist/modules/auth/lib/helpers.server.js +0 -42
  1499. package/dist/modules/auth/lib/helpers.server.js.map +0 -1
  1500. package/dist/modules/auth/lib/permissions.d.ts +0 -19
  1501. package/dist/modules/auth/lib/permissions.d.ts.map +0 -1
  1502. package/dist/modules/auth/lib/permissions.js +0 -15
  1503. package/dist/modules/auth/lib/permissions.js.map +0 -1
  1504. package/dist/modules/auth/lib/utils.js +0 -21
  1505. package/dist/modules/auth/lib/utils.js.map +0 -1
  1506. package/dist/modules/auth/lib/validators.d.ts +0 -64
  1507. package/dist/modules/auth/lib/validators.d.ts.map +0 -1
  1508. package/dist/modules/auth/lib/validators.js +0 -56
  1509. package/dist/modules/auth/lib/validators.js.map +0 -1
  1510. package/dist/modules/commands/components/alert-dialog-command.client.d.ts +0 -93
  1511. package/dist/modules/commands/components/alert-dialog-command.client.d.ts.map +0 -1
  1512. package/dist/modules/commands/components/alert-dialog-command.client.js +0 -157
  1513. package/dist/modules/commands/components/alert-dialog-command.client.js.map +0 -1
  1514. package/dist/modules/commands/components/click-command.client.d.ts +0 -27
  1515. package/dist/modules/commands/components/click-command.client.d.ts.map +0 -1
  1516. package/dist/modules/commands/components/click-command.client.js +0 -66
  1517. package/dist/modules/commands/components/click-command.client.js.map +0 -1
  1518. package/dist/modules/commands/components/command-trigger.client.d.ts +0 -34
  1519. package/dist/modules/commands/components/command-trigger.client.d.ts.map +0 -1
  1520. package/dist/modules/commands/components/command-trigger.client.js +0 -51
  1521. package/dist/modules/commands/components/command-trigger.client.js.map +0 -1
  1522. package/dist/modules/commands/components/dialog-command.client.d.ts +0 -68
  1523. package/dist/modules/commands/components/dialog-command.client.d.ts.map +0 -1
  1524. package/dist/modules/commands/components/dialog-command.client.js +0 -131
  1525. package/dist/modules/commands/components/dialog-command.client.js.map +0 -1
  1526. package/dist/modules/commands/components/dropdown-command.client.d.ts +0 -60
  1527. package/dist/modules/commands/components/dropdown-command.client.d.ts.map +0 -1
  1528. package/dist/modules/commands/components/dropdown-command.client.js +0 -130
  1529. package/dist/modules/commands/components/dropdown-command.client.js.map +0 -1
  1530. package/dist/modules/commands/components/empty-command.client.d.ts +0 -19
  1531. package/dist/modules/commands/components/empty-command.client.d.ts.map +0 -1
  1532. package/dist/modules/commands/components/empty-command.client.js +0 -57
  1533. package/dist/modules/commands/components/empty-command.client.js.map +0 -1
  1534. package/dist/modules/commands/components/form-dialog-command.client.d.ts +0 -100
  1535. package/dist/modules/commands/components/form-dialog-command.client.d.ts.map +0 -1
  1536. package/dist/modules/commands/components/form-dialog-command.client.js +0 -184
  1537. package/dist/modules/commands/components/form-dialog-command.client.js.map +0 -1
  1538. package/dist/modules/commands/components/render-command.js +0 -16
  1539. package/dist/modules/commands/components/render-command.js.map +0 -1
  1540. package/dist/modules/commands/hooks/context.client.js +0 -33
  1541. package/dist/modules/commands/hooks/context.client.js.map +0 -1
  1542. package/dist/modules/commands/hooks/use-command-action.client.d.ts +0 -21
  1543. package/dist/modules/commands/hooks/use-command-action.client.d.ts.map +0 -1
  1544. package/dist/modules/commands/hooks/use-command-action.client.js +0 -69
  1545. package/dist/modules/commands/hooks/use-command-action.client.js.map +0 -1
  1546. package/dist/modules/commands/hooks/use-command-menu.client.d.ts +0 -16
  1547. package/dist/modules/commands/hooks/use-command-menu.client.d.ts.map +0 -1
  1548. package/dist/modules/commands/hooks/use-command-menu.client.js +0 -90
  1549. package/dist/modules/commands/hooks/use-command-menu.client.js.map +0 -1
  1550. package/dist/modules/commands/lib/definitions.d.ts +0 -54
  1551. package/dist/modules/commands/lib/definitions.d.ts.map +0 -1
  1552. package/dist/modules/commands/lib/factory.d.ts +0 -24
  1553. package/dist/modules/commands/lib/factory.d.ts.map +0 -1
  1554. package/dist/modules/commands/lib/factory.js +0 -8
  1555. package/dist/modules/commands/lib/factory.js.map +0 -1
  1556. package/dist/modules/commands/lib/schema.d.ts +0 -18
  1557. package/dist/modules/commands/lib/schema.d.ts.map +0 -1
  1558. package/dist/modules/commands/menus/context-menu.client.d.ts +0 -27
  1559. package/dist/modules/commands/menus/context-menu.client.d.ts.map +0 -1
  1560. package/dist/modules/commands/menus/context-menu.client.js +0 -61
  1561. package/dist/modules/commands/menus/context-menu.client.js.map +0 -1
  1562. package/dist/modules/commands/menus/data-table-menu.client.js +0 -47
  1563. package/dist/modules/commands/menus/data-table-menu.client.js.map +0 -1
  1564. package/dist/modules/commands/menus/dropdown-menu.client.d.ts +0 -19
  1565. package/dist/modules/commands/menus/dropdown-menu.client.d.ts.map +0 -1
  1566. package/dist/modules/commands/menus/dropdown-menu.client.js +0 -64
  1567. package/dist/modules/commands/menus/dropdown-menu.client.js.map +0 -1
  1568. package/dist/modules/commands/menus/inline-menu.client.d.ts +0 -20
  1569. package/dist/modules/commands/menus/inline-menu.client.d.ts.map +0 -1
  1570. package/dist/modules/commands/menus/inline-menu.client.js +0 -48
  1571. package/dist/modules/commands/menus/inline-menu.client.js.map +0 -1
  1572. package/dist/modules/commands/menus/responsive-menu.client.d.ts +0 -10
  1573. package/dist/modules/commands/menus/responsive-menu.client.d.ts.map +0 -1
  1574. package/dist/modules/commands/menus/responsive-menu.client.js +0 -24
  1575. package/dist/modules/commands/menus/responsive-menu.client.js.map +0 -1
  1576. package/dist/modules/commands/utils/archive-command.client.d.ts +0 -33
  1577. package/dist/modules/commands/utils/archive-command.client.d.ts.map +0 -1
  1578. package/dist/modules/commands/utils/archive-command.client.js +0 -39
  1579. package/dist/modules/commands/utils/archive-command.client.js.map +0 -1
  1580. package/dist/modules/commands/utils/delete-command.client.d.ts +0 -23
  1581. package/dist/modules/commands/utils/delete-command.client.d.ts.map +0 -1
  1582. package/dist/modules/commands/utils/delete-command.client.js +0 -28
  1583. package/dist/modules/commands/utils/delete-command.client.js.map +0 -1
  1584. package/dist/modules/commands/utils/send-mail-command.client.d.ts +0 -41
  1585. package/dist/modules/commands/utils/send-mail-command.client.d.ts.map +0 -1
  1586. package/dist/modules/commands/utils/send-mail-command.client.js +0 -119
  1587. package/dist/modules/commands/utils/send-mail-command.client.js.map +0 -1
  1588. package/dist/modules/config/db/create-client.js +0 -28
  1589. package/dist/modules/config/db/create-client.js.map +0 -1
  1590. package/dist/modules/config/db/helpers.d.ts +0 -15
  1591. package/dist/modules/config/db/helpers.d.ts.map +0 -1
  1592. package/dist/modules/config/db/helpers.js +0 -16
  1593. package/dist/modules/config/db/helpers.js.map +0 -1
  1594. package/dist/modules/config/db/types.d.ts +0 -5
  1595. package/dist/modules/config/db/types.d.ts.map +0 -1
  1596. package/dist/modules/config/lib/config.server.d.ts +0 -35
  1597. package/dist/modules/config/lib/config.server.d.ts.map +0 -1
  1598. package/dist/modules/config/lib/config.server.js +0 -11
  1599. package/dist/modules/config/lib/config.server.js.map +0 -1
  1600. package/dist/modules/config/lib/resolve.server.d.ts +0 -2067
  1601. package/dist/modules/config/lib/resolve.server.d.ts.map +0 -1
  1602. package/dist/modules/config/lib/resolve.server.js +0 -45
  1603. package/dist/modules/config/lib/resolve.server.js.map +0 -1
  1604. package/dist/modules/config/paths/helpers.d.ts +0 -11
  1605. package/dist/modules/config/paths/helpers.d.ts.map +0 -1
  1606. package/dist/modules/config/paths/helpers.js +0 -9
  1607. package/dist/modules/config/paths/helpers.js.map +0 -1
  1608. package/dist/modules/config/paths/types.d.ts +0 -33
  1609. package/dist/modules/config/paths/types.d.ts.map +0 -1
  1610. package/dist/modules/config/router/client.d.ts +0 -11
  1611. package/dist/modules/config/router/client.d.ts.map +0 -1
  1612. package/dist/modules/config/router/client.js +0 -25
  1613. package/dist/modules/config/router/client.js.map +0 -1
  1614. package/dist/modules/config/router/client.server.d.ts +0 -25
  1615. package/dist/modules/config/router/client.server.d.ts.map +0 -1
  1616. package/dist/modules/config/router/client.server.js +0 -31
  1617. package/dist/modules/config/router/client.server.js.map +0 -1
  1618. package/dist/modules/config/router/context.server.d.ts +0 -2094
  1619. package/dist/modules/config/router/context.server.d.ts.map +0 -1
  1620. package/dist/modules/config/router/context.server.js +0 -23
  1621. package/dist/modules/config/router/context.server.js.map +0 -1
  1622. package/dist/modules/config/router/helpers.js +0 -8
  1623. package/dist/modules/config/router/helpers.js.map +0 -1
  1624. package/dist/modules/config/router/init.server.d.ts +0 -2127
  1625. package/dist/modules/config/router/init.server.d.ts.map +0 -1
  1626. package/dist/modules/config/router/init.server.js +0 -53
  1627. package/dist/modules/config/router/init.server.js.map +0 -1
  1628. package/dist/modules/config/router/query-client.d.ts +0 -11
  1629. package/dist/modules/config/router/query-client.d.ts.map +0 -1
  1630. package/dist/modules/config/router/query-client.js +0 -51
  1631. package/dist/modules/config/router/query-client.js.map +0 -1
  1632. package/dist/modules/config/router/validators.d.ts +0 -14
  1633. package/dist/modules/config/router/validators.d.ts.map +0 -1
  1634. package/dist/modules/config/router/validators.js +0 -11
  1635. package/dist/modules/config/router/validators.js.map +0 -1
  1636. package/dist/modules/data-tables/components/cell/common.client.d.ts +0 -27
  1637. package/dist/modules/data-tables/components/cell/common.client.d.ts.map +0 -1
  1638. package/dist/modules/data-tables/components/cell/common.client.js +0 -36
  1639. package/dist/modules/data-tables/components/cell/common.client.js.map +0 -1
  1640. package/dist/modules/data-tables/components/cell/index.client.d.ts +0 -10
  1641. package/dist/modules/data-tables/components/cell/index.client.d.ts.map +0 -1
  1642. package/dist/modules/data-tables/components/cell/index.client.js +0 -25
  1643. package/dist/modules/data-tables/components/cell/index.client.js.map +0 -1
  1644. package/dist/modules/data-tables/components/cell/select.client.d.ts +0 -10
  1645. package/dist/modules/data-tables/components/cell/select.client.d.ts.map +0 -1
  1646. package/dist/modules/data-tables/components/cell/select.client.js +0 -37
  1647. package/dist/modules/data-tables/components/cell/select.client.js.map +0 -1
  1648. package/dist/modules/data-tables/components/column-header.d.ts +0 -16
  1649. package/dist/modules/data-tables/components/column-header.d.ts.map +0 -1
  1650. package/dist/modules/data-tables/components/column-header.js +0 -47
  1651. package/dist/modules/data-tables/components/column-header.js.map +0 -1
  1652. package/dist/modules/data-tables/components/filters/combobox.client.d.ts +0 -28
  1653. package/dist/modules/data-tables/components/filters/combobox.client.d.ts.map +0 -1
  1654. package/dist/modules/data-tables/components/filters/combobox.client.js +0 -98
  1655. package/dist/modules/data-tables/components/filters/combobox.client.js.map +0 -1
  1656. package/dist/modules/data-tables/components/filters/slider.client.d.ts +0 -23
  1657. package/dist/modules/data-tables/components/filters/slider.client.d.ts.map +0 -1
  1658. package/dist/modules/data-tables/components/filters/slider.client.js +0 -130
  1659. package/dist/modules/data-tables/components/filters/slider.client.js.map +0 -1
  1660. package/dist/modules/data-tables/components/footer.js +0 -30
  1661. package/dist/modules/data-tables/components/footer.js.map +0 -1
  1662. package/dist/modules/data-tables/components/header.d.ts +0 -41
  1663. package/dist/modules/data-tables/components/header.d.ts.map +0 -1
  1664. package/dist/modules/data-tables/components/header.js +0 -44
  1665. package/dist/modules/data-tables/components/header.js.map +0 -1
  1666. package/dist/modules/data-tables/components/layout.d.ts +0 -12
  1667. package/dist/modules/data-tables/components/layout.d.ts.map +0 -1
  1668. package/dist/modules/data-tables/components/layout.js +0 -15
  1669. package/dist/modules/data-tables/components/layout.js.map +0 -1
  1670. package/dist/modules/data-tables/components/search-input.client.d.ts +0 -7
  1671. package/dist/modules/data-tables/components/search-input.client.d.ts.map +0 -1
  1672. package/dist/modules/data-tables/components/search-input.client.js +0 -21
  1673. package/dist/modules/data-tables/components/search-input.client.js.map +0 -1
  1674. package/dist/modules/data-tables/components/skeleton.d.ts +0 -7
  1675. package/dist/modules/data-tables/components/skeleton.d.ts.map +0 -1
  1676. package/dist/modules/data-tables/components/skeleton.js +0 -22
  1677. package/dist/modules/data-tables/components/skeleton.js.map +0 -1
  1678. package/dist/modules/data-tables/components/table.d.ts +0 -34
  1679. package/dist/modules/data-tables/components/table.d.ts.map +0 -1
  1680. package/dist/modules/data-tables/components/table.js +0 -58
  1681. package/dist/modules/data-tables/components/table.js.map +0 -1
  1682. package/dist/modules/data-tables/components/toolbar.d.ts +0 -23
  1683. package/dist/modules/data-tables/components/toolbar.d.ts.map +0 -1
  1684. package/dist/modules/data-tables/components/toolbar.js +0 -22
  1685. package/dist/modules/data-tables/components/toolbar.js.map +0 -1
  1686. package/dist/modules/data-tables/hooks/use-context.client.d.ts +0 -56
  1687. package/dist/modules/data-tables/hooks/use-context.client.d.ts.map +0 -1
  1688. package/dist/modules/data-tables/hooks/use-context.client.js +0 -36
  1689. package/dist/modules/data-tables/hooks/use-context.client.js.map +0 -1
  1690. package/dist/modules/data-tables/hooks/use-search.client.js +0 -37
  1691. package/dist/modules/data-tables/hooks/use-search.client.js.map +0 -1
  1692. package/dist/modules/data-tables/hooks/use-selection.client.js +0 -40
  1693. package/dist/modules/data-tables/hooks/use-selection.client.js.map +0 -1
  1694. package/dist/modules/data-tables/hooks/use-table.client.d.ts +0 -12
  1695. package/dist/modules/data-tables/hooks/use-table.client.d.ts.map +0 -1
  1696. package/dist/modules/data-tables/hooks/use-table.client.js +0 -56
  1697. package/dist/modules/data-tables/hooks/use-table.client.js.map +0 -1
  1698. package/dist/modules/data-tables/lib/converters/cursor.d.ts +0 -19
  1699. package/dist/modules/data-tables/lib/converters/cursor.d.ts.map +0 -1
  1700. package/dist/modules/data-tables/lib/converters/cursor.js +0 -16
  1701. package/dist/modules/data-tables/lib/converters/cursor.js.map +0 -1
  1702. package/dist/modules/data-tables/lib/converters/dto.d.ts +0 -52
  1703. package/dist/modules/data-tables/lib/converters/dto.d.ts.map +0 -1
  1704. package/dist/modules/data-tables/lib/converters/dto.js +0 -25
  1705. package/dist/modules/data-tables/lib/converters/dto.js.map +0 -1
  1706. package/dist/modules/data-tables/lib/converters/filter.d.ts +0 -10
  1707. package/dist/modules/data-tables/lib/converters/filter.d.ts.map +0 -1
  1708. package/dist/modules/data-tables/lib/converters/filter.js +0 -14
  1709. package/dist/modules/data-tables/lib/converters/filter.js.map +0 -1
  1710. package/dist/modules/data-tables/lib/converters/search.d.ts +0 -17
  1711. package/dist/modules/data-tables/lib/converters/search.d.ts.map +0 -1
  1712. package/dist/modules/data-tables/lib/converters/search.js +0 -16
  1713. package/dist/modules/data-tables/lib/converters/search.js.map +0 -1
  1714. package/dist/modules/data-tables/lib/converters/sorting.d.ts +0 -15
  1715. package/dist/modules/data-tables/lib/converters/sorting.d.ts.map +0 -1
  1716. package/dist/modules/data-tables/lib/converters/sorting.js +0 -20
  1717. package/dist/modules/data-tables/lib/converters/sorting.js.map +0 -1
  1718. package/dist/modules/data-tables/lib/filters/config.d.ts +0 -11
  1719. package/dist/modules/data-tables/lib/filters/config.d.ts.map +0 -1
  1720. package/dist/modules/data-tables/lib/filters/config.js +0 -6
  1721. package/dist/modules/data-tables/lib/filters/config.js.map +0 -1
  1722. package/dist/modules/data-tables/lib/filters/parsers.d.ts +0 -32
  1723. package/dist/modules/data-tables/lib/filters/parsers.d.ts.map +0 -1
  1724. package/dist/modules/data-tables/lib/filters/parsers.js +0 -29
  1725. package/dist/modules/data-tables/lib/filters/parsers.js.map +0 -1
  1726. package/dist/modules/data-tables/lib/filters/resolvers.d.ts +0 -24
  1727. package/dist/modules/data-tables/lib/filters/resolvers.d.ts.map +0 -1
  1728. package/dist/modules/data-tables/lib/filters/resolvers.js +0 -49
  1729. package/dist/modules/data-tables/lib/filters/resolvers.js.map +0 -1
  1730. package/dist/modules/data-tables/lib/helpers/create-column.js +0 -11
  1731. package/dist/modules/data-tables/lib/helpers/create-column.js.map +0 -1
  1732. package/dist/modules/data-tables/lib/search-params.d.ts +0 -22
  1733. package/dist/modules/data-tables/lib/search-params.d.ts.map +0 -1
  1734. package/dist/modules/data-tables/lib/search-params.js +0 -17
  1735. package/dist/modules/data-tables/lib/search-params.js.map +0 -1
  1736. package/dist/modules/data-tables/lib/types.d.ts +0 -57
  1737. package/dist/modules/data-tables/lib/types.d.ts.map +0 -1
  1738. package/dist/modules/data-tables/lib/validators.d.ts +0 -21
  1739. package/dist/modules/data-tables/lib/validators.d.ts.map +0 -1
  1740. package/dist/modules/data-tables/lib/validators.js +0 -17
  1741. package/dist/modules/data-tables/lib/validators.js.map +0 -1
  1742. package/dist/modules/data-tables/server/get-data.server.d.ts +0 -30
  1743. package/dist/modules/data-tables/server/get-data.server.d.ts.map +0 -1
  1744. package/dist/modules/data-tables/server/get-data.server.js +0 -48
  1745. package/dist/modules/data-tables/server/get-data.server.js.map +0 -1
  1746. package/dist/modules/data-tables/strategies/helpers/sorting.js +0 -38
  1747. package/dist/modules/data-tables/strategies/helpers/sorting.js.map +0 -1
  1748. package/dist/modules/data-tables/strategies/infinite/components.js +0 -52
  1749. package/dist/modules/data-tables/strategies/infinite/components.js.map +0 -1
  1750. package/dist/modules/data-tables/strategies/infinite/strategy.d.ts +0 -21
  1751. package/dist/modules/data-tables/strategies/infinite/strategy.d.ts.map +0 -1
  1752. package/dist/modules/data-tables/strategies/infinite/strategy.js +0 -49
  1753. package/dist/modules/data-tables/strategies/infinite/strategy.js.map +0 -1
  1754. package/dist/modules/data-tables/strategies/pagination/components.js +0 -133
  1755. package/dist/modules/data-tables/strategies/pagination/components.js.map +0 -1
  1756. package/dist/modules/data-tables/strategies/pagination/strategy.d.ts +0 -13
  1757. package/dist/modules/data-tables/strategies/pagination/strategy.d.ts.map +0 -1
  1758. package/dist/modules/data-tables/strategies/pagination/strategy.js +0 -47
  1759. package/dist/modules/data-tables/strategies/pagination/strategy.js.map +0 -1
  1760. package/dist/modules/data-tables/tables/data-table/components/body.js +0 -34
  1761. package/dist/modules/data-tables/tables/data-table/components/body.js.map +0 -1
  1762. package/dist/modules/data-tables/tables/data-table/components/header.js +0 -14
  1763. package/dist/modules/data-tables/tables/data-table/components/header.js.map +0 -1
  1764. package/dist/modules/data-tables/tables/data-table/components/row.js +0 -25
  1765. package/dist/modules/data-tables/tables/data-table/components/row.js.map +0 -1
  1766. package/dist/modules/data-tables/tables/data-table/components/table.d.ts +0 -11
  1767. package/dist/modules/data-tables/tables/data-table/components/table.d.ts.map +0 -1
  1768. package/dist/modules/data-tables/tables/data-table/components/table.js +0 -38
  1769. package/dist/modules/data-tables/tables/data-table/components/table.js.map +0 -1
  1770. package/dist/modules/data-tables/tables/inline-table/components/body.js +0 -71
  1771. package/dist/modules/data-tables/tables/inline-table/components/body.js.map +0 -1
  1772. package/dist/modules/data-tables/tables/inline-table/components/cells/common.d.ts +0 -12
  1773. package/dist/modules/data-tables/tables/inline-table/components/cells/common.d.ts.map +0 -1
  1774. package/dist/modules/data-tables/tables/inline-table/components/cells/common.js +0 -16
  1775. package/dist/modules/data-tables/tables/inline-table/components/cells/common.js.map +0 -1
  1776. package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.d.ts +0 -10
  1777. package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.d.ts.map +0 -1
  1778. package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.js +0 -40
  1779. package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.js.map +0 -1
  1780. package/dist/modules/data-tables/tables/inline-table/components/header.js +0 -11
  1781. package/dist/modules/data-tables/tables/inline-table/components/header.js.map +0 -1
  1782. package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.d.ts +0 -29
  1783. package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.d.ts.map +0 -1
  1784. package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.js +0 -53
  1785. package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.js.map +0 -1
  1786. package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.d.ts +0 -27
  1787. package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.d.ts.map +0 -1
  1788. package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.js +0 -30
  1789. package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.js.map +0 -1
  1790. package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.d.ts +0 -39
  1791. package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.d.ts.map +0 -1
  1792. package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.js +0 -72
  1793. package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.js.map +0 -1
  1794. package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.d.ts +0 -12
  1795. package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.d.ts.map +0 -1
  1796. package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.js +0 -16
  1797. package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.js.map +0 -1
  1798. package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.d.ts +0 -33
  1799. package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.d.ts.map +0 -1
  1800. package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.js +0 -53
  1801. package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.js.map +0 -1
  1802. package/dist/modules/data-tables/tables/inline-table/components/row.client.js +0 -38
  1803. package/dist/modules/data-tables/tables/inline-table/components/row.client.js.map +0 -1
  1804. package/dist/modules/data-tables/tables/inline-table/components/table.d.ts +0 -16
  1805. package/dist/modules/data-tables/tables/inline-table/components/table.d.ts.map +0 -1
  1806. package/dist/modules/data-tables/tables/inline-table/components/table.js +0 -47
  1807. package/dist/modules/data-tables/tables/inline-table/components/table.js.map +0 -1
  1808. package/dist/modules/data-tables/tables/inline-table/hooks/context.client.d.ts +0 -47
  1809. package/dist/modules/data-tables/tables/inline-table/hooks/context.client.d.ts.map +0 -1
  1810. package/dist/modules/data-tables/tables/inline-table/hooks/context.client.js +0 -59
  1811. package/dist/modules/data-tables/tables/inline-table/hooks/context.client.js.map +0 -1
  1812. package/dist/modules/data-tables/tables/inline-table/hooks/use-hotkeys.client.js +0 -27
  1813. package/dist/modules/data-tables/tables/inline-table/hooks/use-hotkeys.client.js.map +0 -1
  1814. package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.d.ts +0 -15
  1815. package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.d.ts.map +0 -1
  1816. package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.js +0 -53
  1817. package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.js.map +0 -1
  1818. package/dist/modules/inline-edit/components/combobox-dropdown.client.d.ts +0 -17
  1819. package/dist/modules/inline-edit/components/combobox-dropdown.client.d.ts.map +0 -1
  1820. package/dist/modules/inline-edit/components/combobox-dropdown.client.js +0 -26
  1821. package/dist/modules/inline-edit/components/combobox-dropdown.client.js.map +0 -1
  1822. package/dist/modules/inline-edit/components/combobox.client.d.ts +0 -15
  1823. package/dist/modules/inline-edit/components/combobox.client.d.ts.map +0 -1
  1824. package/dist/modules/inline-edit/components/combobox.client.js +0 -28
  1825. package/dist/modules/inline-edit/components/combobox.client.js.map +0 -1
  1826. package/dist/modules/inline-edit/components/date-input.client.d.ts +0 -14
  1827. package/dist/modules/inline-edit/components/date-input.client.d.ts.map +0 -1
  1828. package/dist/modules/inline-edit/components/date-input.client.js +0 -79
  1829. package/dist/modules/inline-edit/components/date-input.client.js.map +0 -1
  1830. package/dist/modules/inline-edit/components/date-picker.client.d.ts +0 -16
  1831. package/dist/modules/inline-edit/components/date-picker.client.d.ts.map +0 -1
  1832. package/dist/modules/inline-edit/components/date-picker.client.js +0 -51
  1833. package/dist/modules/inline-edit/components/date-picker.client.js.map +0 -1
  1834. package/dist/modules/inline-edit/components/editor.client.d.ts +0 -16
  1835. package/dist/modules/inline-edit/components/editor.client.d.ts.map +0 -1
  1836. package/dist/modules/inline-edit/components/editor.client.js +0 -35
  1837. package/dist/modules/inline-edit/components/editor.client.js.map +0 -1
  1838. package/dist/modules/inline-edit/components/input-toggle.client.d.ts +0 -17
  1839. package/dist/modules/inline-edit/components/input-toggle.client.d.ts.map +0 -1
  1840. package/dist/modules/inline-edit/components/input-toggle.client.js +0 -47
  1841. package/dist/modules/inline-edit/components/input-toggle.client.js.map +0 -1
  1842. package/dist/modules/inline-edit/components/input.client.d.ts +0 -30
  1843. package/dist/modules/inline-edit/components/input.client.d.ts.map +0 -1
  1844. package/dist/modules/inline-edit/components/input.client.js +0 -49
  1845. package/dist/modules/inline-edit/components/input.client.js.map +0 -1
  1846. package/dist/modules/inline-edit/components/richtext.client.d.ts +0 -14
  1847. package/dist/modules/inline-edit/components/richtext.client.d.ts.map +0 -1
  1848. package/dist/modules/inline-edit/components/richtext.client.js +0 -31
  1849. package/dist/modules/inline-edit/components/richtext.client.js.map +0 -1
  1850. package/dist/modules/inline-edit/components/select.client.d.ts +0 -22
  1851. package/dist/modules/inline-edit/components/select.client.d.ts.map +0 -1
  1852. package/dist/modules/inline-edit/components/select.client.js +0 -39
  1853. package/dist/modules/inline-edit/components/select.client.js.map +0 -1
  1854. package/dist/modules/inline-edit/components/switch.client.d.ts +0 -14
  1855. package/dist/modules/inline-edit/components/switch.client.d.ts.map +0 -1
  1856. package/dist/modules/inline-edit/components/switch.client.js +0 -27
  1857. package/dist/modules/inline-edit/components/switch.client.js.map +0 -1
  1858. package/dist/modules/inline-edit/components/toggle.client.d.ts +0 -16
  1859. package/dist/modules/inline-edit/components/toggle.client.d.ts.map +0 -1
  1860. package/dist/modules/inline-edit/components/toggle.client.js +0 -34
  1861. package/dist/modules/inline-edit/components/toggle.client.js.map +0 -1
  1862. package/dist/modules/inline-edit/hooks/context.client.d.ts +0 -28
  1863. package/dist/modules/inline-edit/hooks/context.client.d.ts.map +0 -1
  1864. package/dist/modules/inline-edit/hooks/context.client.js +0 -29
  1865. package/dist/modules/inline-edit/hooks/context.client.js.map +0 -1
  1866. package/dist/modules/inline-edit/hooks/use-inline.client.d.ts +0 -16
  1867. package/dist/modules/inline-edit/hooks/use-inline.client.d.ts.map +0 -1
  1868. package/dist/modules/inline-edit/hooks/use-inline.client.js +0 -57
  1869. package/dist/modules/inline-edit/hooks/use-inline.client.js.map +0 -1
  1870. package/dist/modules/inline-edit/lib/validators.d.ts +0 -58
  1871. package/dist/modules/inline-edit/lib/validators.d.ts.map +0 -1
  1872. package/dist/modules/inline-edit/lib/validators.js +0 -35
  1873. package/dist/modules/inline-edit/lib/validators.js.map +0 -1
  1874. package/dist/modules/uploads/components/button.client.d.ts +0 -12
  1875. package/dist/modules/uploads/components/button.client.d.ts.map +0 -1
  1876. package/dist/modules/uploads/components/button.client.js +0 -35
  1877. package/dist/modules/uploads/components/button.client.js.map +0 -1
  1878. package/dist/modules/uploads/components/images/grid.client.d.ts +0 -11
  1879. package/dist/modules/uploads/components/images/grid.client.d.ts.map +0 -1
  1880. package/dist/modules/uploads/components/images/grid.client.js +0 -120
  1881. package/dist/modules/uploads/components/images/grid.client.js.map +0 -1
  1882. package/dist/modules/uploads/components/images/input.client.d.ts +0 -16
  1883. package/dist/modules/uploads/components/images/input.client.d.ts.map +0 -1
  1884. package/dist/modules/uploads/components/images/input.client.js +0 -28
  1885. package/dist/modules/uploads/components/images/input.client.js.map +0 -1
  1886. package/dist/modules/uploads/components/preview-dialog.client.d.ts +0 -16
  1887. package/dist/modules/uploads/components/preview-dialog.client.d.ts.map +0 -1
  1888. package/dist/modules/uploads/components/preview-dialog.client.js +0 -22
  1889. package/dist/modules/uploads/components/preview-dialog.client.js.map +0 -1
  1890. package/dist/modules/uploads/components/zone.client.d.ts +0 -21
  1891. package/dist/modules/uploads/components/zone.client.d.ts.map +0 -1
  1892. package/dist/modules/uploads/components/zone.client.js +0 -39
  1893. package/dist/modules/uploads/components/zone.client.js.map +0 -1
  1894. package/dist/modules/uploads/hooks/use-upload-image.client.d.ts +0 -33
  1895. package/dist/modules/uploads/hooks/use-upload-image.client.d.ts.map +0 -1
  1896. package/dist/modules/uploads/hooks/use-upload-image.client.js +0 -101
  1897. package/dist/modules/uploads/hooks/use-upload-image.client.js.map +0 -1
  1898. package/dist/modules/uploads/hooks/use-upload-zone.client.d.ts +0 -39
  1899. package/dist/modules/uploads/hooks/use-upload-zone.client.d.ts.map +0 -1
  1900. package/dist/modules/uploads/hooks/use-upload-zone.client.js +0 -20
  1901. package/dist/modules/uploads/hooks/use-upload-zone.client.js.map +0 -1
  1902. package/dist/modules/uploads/lib/constants.d.ts +0 -9
  1903. package/dist/modules/uploads/lib/constants.d.ts.map +0 -1
  1904. package/dist/modules/uploads/lib/constants.js +0 -17
  1905. package/dist/modules/uploads/lib/constants.js.map +0 -1
  1906. package/dist/modules/uploads/lib/filters.d.ts +0 -10
  1907. package/dist/modules/uploads/lib/filters.d.ts.map +0 -1
  1908. package/dist/modules/uploads/lib/filters.js +0 -10
  1909. package/dist/modules/uploads/lib/filters.js.map +0 -1
  1910. package/dist/modules/uploads/lib/helpers.d.ts +0 -32
  1911. package/dist/modules/uploads/lib/helpers.d.ts.map +0 -1
  1912. package/dist/modules/uploads/lib/helpers.js +0 -73
  1913. package/dist/modules/uploads/lib/helpers.js.map +0 -1
  1914. package/dist/modules/uploads/lib/proxy.server.d.ts +0 -46
  1915. package/dist/modules/uploads/lib/proxy.server.d.ts.map +0 -1
  1916. package/dist/modules/uploads/lib/proxy.server.js +0 -96
  1917. package/dist/modules/uploads/lib/proxy.server.js.map +0 -1
  1918. package/dist/modules/uploads/lib/route.server.d.ts +0 -43
  1919. package/dist/modules/uploads/lib/route.server.d.ts.map +0 -1
  1920. package/dist/modules/uploads/lib/route.server.js +0 -72
  1921. package/dist/modules/uploads/lib/route.server.js.map +0 -1
  1922. package/dist/modules/uploads/lib/router.server.d.ts +0 -12765
  1923. package/dist/modules/uploads/lib/router.server.d.ts.map +0 -1
  1924. package/dist/modules/uploads/lib/router.server.js +0 -177
  1925. package/dist/modules/uploads/lib/router.server.js.map +0 -1
  1926. package/dist/modules/uploads/lib/schema.d.ts +0 -815
  1927. package/dist/modules/uploads/lib/schema.d.ts.map +0 -1
  1928. package/dist/modules/uploads/lib/schema.js +0 -66
  1929. package/dist/modules/uploads/lib/schema.js.map +0 -1
  1930. package/dist/modules/uploads/lib/validators.d.ts +0 -939
  1931. package/dist/modules/uploads/lib/validators.d.ts.map +0 -1
  1932. package/dist/modules/uploads/lib/validators.js +0 -25
  1933. package/dist/modules/uploads/lib/validators.js.map +0 -1
  1934. package/dist/uploads/client.d.ts +0 -8
  1935. package/dist/uploads/client.js +0 -9
  1936. package/dist/uploads/server.d.ts +0 -4
  1937. package/dist/uploads/server.js +0 -5
  1938. package/dist/uploads.d.ts +0 -6
  1939. package/dist/uploads.js +0 -7
  1940. package/src/components/ui/tree.client.tsx +0 -173
  1941. package/src/modules/auth/handler/server.server.ts +0 -87
  1942. package/src/modules/config/lib/config.server.ts +0 -39
  1943. package/src/modules/config/lib/resolve.server.ts +0 -75
  1944. package/src/modules/config/lib/router.server.ts +0 -64
  1945. package/src/modules/config/router/client.server.tsx +0 -57
  1946. package/src/modules/config/router/client.tsx +0 -31
  1947. package/src/modules/config/router/context.server.ts +0 -29
  1948. package/src/modules/config/router/init.server.ts +0 -77
  1949. package/src/modules/uploads/lib/router.server.ts +0 -340
  1950. /package/dist/commands/{server.d.ts → server.d.mts} +0 -0
  1951. /package/dist/commands/{server.js → server.mjs} +0 -0
  1952. /package/dist/config/{client.d.ts → client.d.mts} +0 -0
  1953. /package/dist/config/{client.js → client.mjs} +0 -0
  1954. /package/dist/inline-edit/{server.d.ts → server.d.mts} +0 -0
  1955. /package/dist/inline-edit/{server.js → server.mjs} +0 -0
  1956. /package/dist/lib/{server.d.ts → server.d.mts} +0 -0
  1957. /package/dist/lib/{server.js → server.mjs} +0 -0
  1958. /package/dist/modules/{config/router/error.server.d.ts → router/lib/error.server.d.mts} +0 -0
  1959. /package/dist/modules/{config/router/error.server.js → router/lib/error.server.mjs} +0 -0
  1960. /package/src/components/editor/{utils.ts → lib/utils.ts} +0 -0
  1961. /package/src/modules/{config/router → router/lib}/error.server.ts +0 -0
  1962. /package/src/modules/{config/router → router/lib}/helpers.ts +0 -0
  1963. /package/src/modules/{config/router → router/lib}/query-client.ts +0 -0
  1964. /package/src/modules/{config/router → router/lib}/validators.ts +0 -0
@@ -1,2127 +0,0 @@
1
- import { Permission } from "../../auth/lib/permissions.js";
2
- import { TDatabaseSchema } from "../db/types.js";
3
- import { ProtectedRPCContext, RPCContext } from "./context.server.js";
4
- import * as zod0 from "zod";
5
- import "server-cli-only";
6
- import * as better_auth52 from "better-auth";
7
- import * as better_auth_plugins5 from "better-auth/plugins";
8
- import * as drizzle_orm_postgres_js0 from "drizzle-orm/postgres-js";
9
- import * as _aws_sdk_client_s30 from "@aws-sdk/client-s3";
10
- import * as resend0 from "resend";
11
- import * as _orpc_server0 from "@orpc/server";
12
- import * as next_dist_server_web_spec_extension_adapters_headers0 from "next/dist/server/web/spec-extension/adapters/headers";
13
- import * as _orpc_contract0 from "@orpc/contract";
14
-
15
- //#region src/modules/config/router/init.server.d.ts
16
- /**
17
- * Initialize TRPC
18
- */
19
- declare function initRPC<TSchema extends TDatabaseSchema>(): {
20
- publicProcedure: _orpc_server0.Builder<RPCContext<TSchema> & Record<never, never>, RPCContext<TSchema>, _orpc_contract0.Schema<unknown, unknown>, _orpc_contract0.Schema<unknown, unknown>, Record<never, never>, Record<never, never>>;
21
- protectedProcedure: _orpc_server0.BuilderWithMiddlewares<_orpc_server0.MergedInitialContext<RPCContext<TSchema> & Record<never, never>, RPCContext<TSchema> & Record<never, never>, RPCContext<TSchema>>, _orpc_server0.MergedCurrentContext<RPCContext<TSchema>, ProtectedRPCContext<TSchema>>, _orpc_contract0.Schema<unknown, unknown>, _orpc_contract0.Schema<unknown, unknown>, Record<never, never>, Record<never, never>>;
22
- authMiddleware: _orpc_server0.DecoratedMiddleware<RPCContext<TSchema> & Record<never, never>, ProtectedRPCContext<TSchema>, unknown, any, any, Record<never, never>>;
23
- permissionMiddleware: (permission: Permission) => _orpc_server0.DecoratedMiddleware<{
24
- session: {
25
- session: {
26
- id: string;
27
- createdAt: Date;
28
- updatedAt: Date;
29
- userId: string;
30
- expiresAt: Date;
31
- token: string;
32
- ipAddress?: string | null | undefined | undefined;
33
- userAgent?: string | null | undefined | undefined;
34
- impersonatedBy?: string | null | undefined;
35
- };
36
- user: {
37
- id: string;
38
- createdAt: Date;
39
- updatedAt: Date;
40
- email: string;
41
- emailVerified: boolean;
42
- name: string;
43
- image?: string | null | undefined | undefined;
44
- firstName: string;
45
- lastName: string;
46
- banned: boolean | null | undefined;
47
- role?: string | null | undefined;
48
- banReason?: string | null | undefined;
49
- banExpires?: Date | null | undefined;
50
- };
51
- } | null;
52
- headers: next_dist_server_web_spec_extension_adapters_headers0.ReadonlyHeaders;
53
- general: {
54
- name: string;
55
- shortName: string;
56
- };
57
- paths: any;
58
- schema: TSchema;
59
- db: drizzle_orm_postgres_js0.PostgresJsDatabase<TSchema>;
60
- auth: better_auth52.Auth<{
61
- advanced: {
62
- cookiePrefix: string;
63
- };
64
- database: (options: better_auth52.BetterAuthOptions) => better_auth52.Adapter;
65
- emailAndPassword: {
66
- enabled: true;
67
- };
68
- user: {
69
- changeEmail: {
70
- enabled: true;
71
- };
72
- additionalFields: {
73
- firstName: {
74
- type: "string";
75
- required: true;
76
- input: true;
77
- };
78
- lastName: {
79
- type: "string";
80
- required: true;
81
- input: true;
82
- };
83
- };
84
- };
85
- plugins: [{
86
- id: "next-cookies";
87
- hooks: {
88
- after: {
89
- matcher(ctx: better_auth52.HookEndpointContext): true;
90
- handler: (inputContext: better_auth52.MiddlewareInputContext<better_auth52.MiddlewareOptions>) => Promise<void>;
91
- }[];
92
- };
93
- }, {
94
- id: "admin";
95
- init(): {
96
- options: {
97
- databaseHooks: {
98
- user: {
99
- create: {
100
- before(user: {
101
- id: string;
102
- createdAt: Date;
103
- updatedAt: Date;
104
- email: string;
105
- emailVerified: boolean;
106
- name: string;
107
- image?: string | null | undefined;
108
- } & Record<string, unknown>): Promise<{
109
- data: {
110
- id: string;
111
- createdAt: Date;
112
- updatedAt: Date;
113
- email: string;
114
- emailVerified: boolean;
115
- name: string;
116
- image?: string | null | undefined;
117
- role: string;
118
- };
119
- }>;
120
- };
121
- };
122
- session: {
123
- create: {
124
- before(session: {
125
- id: string;
126
- createdAt: Date;
127
- updatedAt: Date;
128
- userId: string;
129
- expiresAt: Date;
130
- token: string;
131
- ipAddress?: string | null | undefined;
132
- userAgent?: string | null | undefined;
133
- } & Record<string, unknown>, ctx: better_auth52.GenericEndpointContext | undefined): Promise<void>;
134
- };
135
- };
136
- };
137
- };
138
- };
139
- hooks: {
140
- after: {
141
- matcher(context: better_auth52.HookEndpointContext): boolean;
142
- handler: (inputContext: better_auth52.MiddlewareInputContext<better_auth52.MiddlewareOptions>) => Promise<better_auth_plugins5.SessionWithImpersonatedBy[] | undefined>;
143
- }[];
144
- };
145
- endpoints: {
146
- setRole: {
147
- <AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
148
- body: {
149
- userId: string;
150
- role: string | string[];
151
- };
152
- } & {
153
- method?: "POST" | undefined;
154
- } & {
155
- query?: Record<string, any> | undefined;
156
- } & {
157
- params?: Record<string, any>;
158
- } & {
159
- request?: Request;
160
- } & {
161
- headers: HeadersInit;
162
- } & {
163
- asResponse?: boolean;
164
- returnHeaders?: boolean;
165
- use?: better_auth52.Middleware[];
166
- path?: string;
167
- } & {
168
- asResponse?: AsResponse | undefined;
169
- returnHeaders?: ReturnHeaders | undefined;
170
- }): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders] extends [true] ? {
171
- headers: Headers;
172
- response: {
173
- user: better_auth_plugins5.UserWithRole;
174
- };
175
- } : {
176
- user: better_auth_plugins5.UserWithRole;
177
- }>;
178
- options: {
179
- method: "POST";
180
- body: zod0.ZodObject<{
181
- userId: zod0.ZodCoercedString<unknown>;
182
- role: zod0.ZodUnion<readonly [zod0.ZodString, zod0.ZodArray<zod0.ZodString>]>;
183
- }, better_auth52.$strip>;
184
- requireHeaders: true;
185
- use: ((inputContext: better_auth52.MiddlewareInputContext<better_auth52.MiddlewareOptions>) => Promise<{
186
- session: {
187
- user: better_auth_plugins5.UserWithRole;
188
- session: better_auth52.Session;
189
- };
190
- }>)[];
191
- metadata: {
192
- openapi: {
193
- operationId: string;
194
- summary: string;
195
- description: string;
196
- responses: {
197
- 200: {
198
- description: string;
199
- content: {
200
- "application/json": {
201
- schema: {
202
- type: "object";
203
- properties: {
204
- user: {
205
- $ref: string;
206
- };
207
- };
208
- };
209
- };
210
- };
211
- };
212
- };
213
- };
214
- $Infer: {
215
- body: {
216
- userId: string;
217
- role: string | string[];
218
- };
219
- };
220
- };
221
- } & {
222
- use: any[];
223
- };
224
- path: "/admin/set-role";
225
- };
226
- getUser: {
227
- <AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
228
- body?: undefined;
229
- } & {
230
- method?: "GET" | undefined;
231
- } & {
232
- query: {
233
- id: string;
234
- };
235
- } & {
236
- params?: Record<string, any>;
237
- } & {
238
- request?: Request;
239
- } & {
240
- headers?: HeadersInit;
241
- } & {
242
- asResponse?: boolean;
243
- returnHeaders?: boolean;
244
- use?: better_auth52.Middleware[];
245
- path?: string;
246
- } & {
247
- asResponse?: AsResponse | undefined;
248
- returnHeaders?: ReturnHeaders | undefined;
249
- }): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders] extends [true] ? {
250
- headers: Headers;
251
- response: {
252
- id: string;
253
- createdAt: Date;
254
- updatedAt: Date;
255
- email: string;
256
- emailVerified: boolean;
257
- name: string;
258
- image?: string | null | undefined;
259
- };
260
- } : {
261
- id: string;
262
- createdAt: Date;
263
- updatedAt: Date;
264
- email: string;
265
- emailVerified: boolean;
266
- name: string;
267
- image?: string | null | undefined;
268
- }>;
269
- options: {
270
- method: "GET";
271
- query: zod0.ZodObject<{
272
- id: zod0.ZodString;
273
- }, better_auth52.$strip>;
274
- use: ((inputContext: better_auth52.MiddlewareInputContext<better_auth52.MiddlewareOptions>) => Promise<{
275
- session: {
276
- user: better_auth_plugins5.UserWithRole;
277
- session: better_auth52.Session;
278
- };
279
- }>)[];
280
- metadata: {
281
- openapi: {
282
- operationId: string;
283
- summary: string;
284
- description: string;
285
- responses: {
286
- 200: {
287
- description: string;
288
- content: {
289
- "application/json": {
290
- schema: {
291
- type: "object";
292
- properties: {
293
- user: {
294
- $ref: string;
295
- };
296
- };
297
- };
298
- };
299
- };
300
- };
301
- };
302
- };
303
- };
304
- } & {
305
- use: any[];
306
- };
307
- path: "/admin/get-user";
308
- };
309
- createUser: {
310
- <AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
311
- body: {
312
- email: string;
313
- password: string;
314
- name: string;
315
- role?: string | string[] | undefined;
316
- data?: Record<string, any>;
317
- };
318
- } & {
319
- method?: "POST" | undefined;
320
- } & {
321
- query?: Record<string, any> | undefined;
322
- } & {
323
- params?: Record<string, any>;
324
- } & {
325
- request?: Request;
326
- } & {
327
- headers?: HeadersInit;
328
- } & {
329
- asResponse?: boolean;
330
- returnHeaders?: boolean;
331
- use?: better_auth52.Middleware[];
332
- path?: string;
333
- } & {
334
- asResponse?: AsResponse | undefined;
335
- returnHeaders?: ReturnHeaders | undefined;
336
- }): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders] extends [true] ? {
337
- headers: Headers;
338
- response: {
339
- user: better_auth_plugins5.UserWithRole;
340
- };
341
- } : {
342
- user: better_auth_plugins5.UserWithRole;
343
- }>;
344
- options: {
345
- method: "POST";
346
- body: zod0.ZodObject<{
347
- email: zod0.ZodString;
348
- password: zod0.ZodString;
349
- name: zod0.ZodString;
350
- role: zod0.ZodOptional<zod0.ZodUnion<readonly [zod0.ZodString, zod0.ZodArray<zod0.ZodString>]>>;
351
- data: zod0.ZodOptional<zod0.ZodRecord<zod0.ZodString, zod0.ZodAny>>;
352
- }, better_auth52.$strip>;
353
- metadata: {
354
- openapi: {
355
- operationId: string;
356
- summary: string;
357
- description: string;
358
- responses: {
359
- 200: {
360
- description: string;
361
- content: {
362
- "application/json": {
363
- schema: {
364
- type: "object";
365
- properties: {
366
- user: {
367
- $ref: string;
368
- };
369
- };
370
- };
371
- };
372
- };
373
- };
374
- };
375
- };
376
- $Infer: {
377
- body: {
378
- email: string;
379
- password: string;
380
- name: string;
381
- role?: string | string[] | undefined;
382
- data?: Record<string, any>;
383
- };
384
- };
385
- };
386
- } & {
387
- use: any[];
388
- };
389
- path: "/admin/create-user";
390
- };
391
- adminUpdateUser: {
392
- <AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
393
- body: {
394
- userId: unknown;
395
- data: Record<any, any>;
396
- };
397
- } & {
398
- method?: "POST" | undefined;
399
- } & {
400
- query?: Record<string, any> | undefined;
401
- } & {
402
- params?: Record<string, any>;
403
- } & {
404
- request?: Request;
405
- } & {
406
- headers?: HeadersInit;
407
- } & {
408
- asResponse?: boolean;
409
- returnHeaders?: boolean;
410
- use?: better_auth52.Middleware[];
411
- path?: string;
412
- } & {
413
- asResponse?: AsResponse | undefined;
414
- returnHeaders?: ReturnHeaders | undefined;
415
- }): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders] extends [true] ? {
416
- headers: Headers;
417
- response: better_auth_plugins5.UserWithRole;
418
- } : better_auth_plugins5.UserWithRole>;
419
- options: {
420
- method: "POST";
421
- body: zod0.ZodObject<{
422
- userId: zod0.ZodCoercedString<unknown>;
423
- data: zod0.ZodRecord<zod0.ZodAny, zod0.ZodAny>;
424
- }, better_auth52.$strip>;
425
- use: ((inputContext: better_auth52.MiddlewareInputContext<better_auth52.MiddlewareOptions>) => Promise<{
426
- session: {
427
- user: better_auth_plugins5.UserWithRole;
428
- session: better_auth52.Session;
429
- };
430
- }>)[];
431
- metadata: {
432
- openapi: {
433
- operationId: string;
434
- summary: string;
435
- description: string;
436
- responses: {
437
- 200: {
438
- description: string;
439
- content: {
440
- "application/json": {
441
- schema: {
442
- type: "object";
443
- properties: {
444
- user: {
445
- $ref: string;
446
- };
447
- };
448
- };
449
- };
450
- };
451
- };
452
- };
453
- };
454
- };
455
- } & {
456
- use: any[];
457
- };
458
- path: "/admin/update-user";
459
- };
460
- listUsers: {
461
- <AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
462
- body?: undefined;
463
- } & {
464
- method?: "GET" | undefined;
465
- } & {
466
- query: {
467
- searchValue?: string | undefined;
468
- searchField?: "name" | "email" | undefined;
469
- searchOperator?: "contains" | "starts_with" | "ends_with" | undefined;
470
- limit?: string | number | undefined;
471
- offset?: string | number | undefined;
472
- sortBy?: string | undefined;
473
- sortDirection?: "asc" | "desc" | undefined;
474
- filterField?: string | undefined;
475
- filterValue?: string | number | boolean | undefined;
476
- filterOperator?: "eq" | "ne" | "lt" | "lte" | "gt" | "gte" | "contains" | undefined;
477
- };
478
- } & {
479
- params?: Record<string, any>;
480
- } & {
481
- request?: Request;
482
- } & {
483
- headers?: HeadersInit;
484
- } & {
485
- asResponse?: boolean;
486
- returnHeaders?: boolean;
487
- use?: better_auth52.Middleware[];
488
- path?: string;
489
- } & {
490
- asResponse?: AsResponse | undefined;
491
- returnHeaders?: ReturnHeaders | undefined;
492
- }): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders] extends [true] ? {
493
- headers: Headers;
494
- response: {
495
- users: better_auth_plugins5.UserWithRole[];
496
- total: number;
497
- limit: number | undefined;
498
- offset: number | undefined;
499
- } | {
500
- users: never[];
501
- total: number;
502
- };
503
- } : {
504
- users: better_auth_plugins5.UserWithRole[];
505
- total: number;
506
- limit: number | undefined;
507
- offset: number | undefined;
508
- } | {
509
- users: never[];
510
- total: number;
511
- }>;
512
- options: {
513
- method: "GET";
514
- use: ((inputContext: better_auth52.MiddlewareInputContext<better_auth52.MiddlewareOptions>) => Promise<{
515
- session: {
516
- user: better_auth_plugins5.UserWithRole;
517
- session: better_auth52.Session;
518
- };
519
- }>)[];
520
- query: zod0.ZodObject<{
521
- searchValue: zod0.ZodOptional<zod0.ZodString>;
522
- searchField: zod0.ZodOptional<zod0.ZodEnum<{
523
- name: "name";
524
- email: "email";
525
- }>>;
526
- searchOperator: zod0.ZodOptional<zod0.ZodEnum<{
527
- contains: "contains";
528
- starts_with: "starts_with";
529
- ends_with: "ends_with";
530
- }>>;
531
- limit: zod0.ZodOptional<zod0.ZodUnion<[zod0.ZodString, zod0.ZodNumber]>>;
532
- offset: zod0.ZodOptional<zod0.ZodUnion<[zod0.ZodString, zod0.ZodNumber]>>;
533
- sortBy: zod0.ZodOptional<zod0.ZodString>;
534
- sortDirection: zod0.ZodOptional<zod0.ZodEnum<{
535
- asc: "asc";
536
- desc: "desc";
537
- }>>;
538
- filterField: zod0.ZodOptional<zod0.ZodString>;
539
- filterValue: zod0.ZodOptional<zod0.ZodUnion<[zod0.ZodUnion<[zod0.ZodString, zod0.ZodNumber]>, zod0.ZodBoolean]>>;
540
- filterOperator: zod0.ZodOptional<zod0.ZodEnum<{
541
- eq: "eq";
542
- ne: "ne";
543
- lt: "lt";
544
- lte: "lte";
545
- gt: "gt";
546
- gte: "gte";
547
- contains: "contains";
548
- }>>;
549
- }, better_auth52.$strip>;
550
- metadata: {
551
- openapi: {
552
- operationId: string;
553
- summary: string;
554
- description: string;
555
- responses: {
556
- 200: {
557
- description: string;
558
- content: {
559
- "application/json": {
560
- schema: {
561
- type: "object";
562
- properties: {
563
- users: {
564
- type: string;
565
- items: {
566
- $ref: string;
567
- };
568
- };
569
- total: {
570
- type: string;
571
- };
572
- limit: {
573
- type: string;
574
- };
575
- offset: {
576
- type: string;
577
- };
578
- };
579
- required: string[];
580
- };
581
- };
582
- };
583
- };
584
- };
585
- };
586
- };
587
- } & {
588
- use: any[];
589
- };
590
- path: "/admin/list-users";
591
- };
592
- listUserSessions: {
593
- <AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
594
- body: {
595
- userId: unknown;
596
- };
597
- } & {
598
- method?: "POST" | undefined;
599
- } & {
600
- query?: Record<string, any> | undefined;
601
- } & {
602
- params?: Record<string, any>;
603
- } & {
604
- request?: Request;
605
- } & {
606
- headers?: HeadersInit;
607
- } & {
608
- asResponse?: boolean;
609
- returnHeaders?: boolean;
610
- use?: better_auth52.Middleware[];
611
- path?: string;
612
- } & {
613
- asResponse?: AsResponse | undefined;
614
- returnHeaders?: ReturnHeaders | undefined;
615
- }): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders] extends [true] ? {
616
- headers: Headers;
617
- response: {
618
- sessions: better_auth_plugins5.SessionWithImpersonatedBy[];
619
- };
620
- } : {
621
- sessions: better_auth_plugins5.SessionWithImpersonatedBy[];
622
- }>;
623
- options: {
624
- method: "POST";
625
- use: ((inputContext: better_auth52.MiddlewareInputContext<better_auth52.MiddlewareOptions>) => Promise<{
626
- session: {
627
- user: better_auth_plugins5.UserWithRole;
628
- session: better_auth52.Session;
629
- };
630
- }>)[];
631
- body: zod0.ZodObject<{
632
- userId: zod0.ZodCoercedString<unknown>;
633
- }, better_auth52.$strip>;
634
- metadata: {
635
- openapi: {
636
- operationId: string;
637
- summary: string;
638
- description: string;
639
- responses: {
640
- 200: {
641
- description: string;
642
- content: {
643
- "application/json": {
644
- schema: {
645
- type: "object";
646
- properties: {
647
- sessions: {
648
- type: string;
649
- items: {
650
- $ref: string;
651
- };
652
- };
653
- };
654
- };
655
- };
656
- };
657
- };
658
- };
659
- };
660
- };
661
- } & {
662
- use: any[];
663
- };
664
- path: "/admin/list-user-sessions";
665
- };
666
- unbanUser: {
667
- <AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
668
- body: {
669
- userId: unknown;
670
- };
671
- } & {
672
- method?: "POST" | undefined;
673
- } & {
674
- query?: Record<string, any> | undefined;
675
- } & {
676
- params?: Record<string, any>;
677
- } & {
678
- request?: Request;
679
- } & {
680
- headers?: HeadersInit;
681
- } & {
682
- asResponse?: boolean;
683
- returnHeaders?: boolean;
684
- use?: better_auth52.Middleware[];
685
- path?: string;
686
- } & {
687
- asResponse?: AsResponse | undefined;
688
- returnHeaders?: ReturnHeaders | undefined;
689
- }): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders] extends [true] ? {
690
- headers: Headers;
691
- response: {
692
- user: any;
693
- };
694
- } : {
695
- user: any;
696
- }>;
697
- options: {
698
- method: "POST";
699
- body: zod0.ZodObject<{
700
- userId: zod0.ZodCoercedString<unknown>;
701
- }, better_auth52.$strip>;
702
- use: ((inputContext: better_auth52.MiddlewareInputContext<better_auth52.MiddlewareOptions>) => Promise<{
703
- session: {
704
- user: better_auth_plugins5.UserWithRole;
705
- session: better_auth52.Session;
706
- };
707
- }>)[];
708
- metadata: {
709
- openapi: {
710
- operationId: string;
711
- summary: string;
712
- description: string;
713
- responses: {
714
- 200: {
715
- description: string;
716
- content: {
717
- "application/json": {
718
- schema: {
719
- type: "object";
720
- properties: {
721
- user: {
722
- $ref: string;
723
- };
724
- };
725
- };
726
- };
727
- };
728
- };
729
- };
730
- };
731
- };
732
- } & {
733
- use: any[];
734
- };
735
- path: "/admin/unban-user";
736
- };
737
- banUser: {
738
- <AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
739
- body: {
740
- userId: unknown;
741
- banReason?: string | undefined;
742
- banExpiresIn?: number | undefined;
743
- };
744
- } & {
745
- method?: "POST" | undefined;
746
- } & {
747
- query?: Record<string, any> | undefined;
748
- } & {
749
- params?: Record<string, any>;
750
- } & {
751
- request?: Request;
752
- } & {
753
- headers?: HeadersInit;
754
- } & {
755
- asResponse?: boolean;
756
- returnHeaders?: boolean;
757
- use?: better_auth52.Middleware[];
758
- path?: string;
759
- } & {
760
- asResponse?: AsResponse | undefined;
761
- returnHeaders?: ReturnHeaders | undefined;
762
- }): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders] extends [true] ? {
763
- headers: Headers;
764
- response: {
765
- user: any;
766
- };
767
- } : {
768
- user: any;
769
- }>;
770
- options: {
771
- method: "POST";
772
- body: zod0.ZodObject<{
773
- userId: zod0.ZodCoercedString<unknown>;
774
- banReason: zod0.ZodOptional<zod0.ZodString>;
775
- banExpiresIn: zod0.ZodOptional<zod0.ZodNumber>;
776
- }, better_auth52.$strip>;
777
- use: ((inputContext: better_auth52.MiddlewareInputContext<better_auth52.MiddlewareOptions>) => Promise<{
778
- session: {
779
- user: better_auth_plugins5.UserWithRole;
780
- session: better_auth52.Session;
781
- };
782
- }>)[];
783
- metadata: {
784
- openapi: {
785
- operationId: string;
786
- summary: string;
787
- description: string;
788
- responses: {
789
- 200: {
790
- description: string;
791
- content: {
792
- "application/json": {
793
- schema: {
794
- type: "object";
795
- properties: {
796
- user: {
797
- $ref: string;
798
- };
799
- };
800
- };
801
- };
802
- };
803
- };
804
- };
805
- };
806
- };
807
- } & {
808
- use: any[];
809
- };
810
- path: "/admin/ban-user";
811
- };
812
- impersonateUser: {
813
- <AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
814
- body: {
815
- userId: unknown;
816
- };
817
- } & {
818
- method?: "POST" | undefined;
819
- } & {
820
- query?: Record<string, any> | undefined;
821
- } & {
822
- params?: Record<string, any>;
823
- } & {
824
- request?: Request;
825
- } & {
826
- headers?: HeadersInit;
827
- } & {
828
- asResponse?: boolean;
829
- returnHeaders?: boolean;
830
- use?: better_auth52.Middleware[];
831
- path?: string;
832
- } & {
833
- asResponse?: AsResponse | undefined;
834
- returnHeaders?: ReturnHeaders | undefined;
835
- }): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders] extends [true] ? {
836
- headers: Headers;
837
- response: {
838
- session: {
839
- id: string;
840
- createdAt: Date;
841
- updatedAt: Date;
842
- userId: string;
843
- expiresAt: Date;
844
- token: string;
845
- ipAddress?: string | null | undefined;
846
- userAgent?: string | null | undefined;
847
- };
848
- user: {
849
- id: string;
850
- createdAt: Date;
851
- updatedAt: Date;
852
- email: string;
853
- emailVerified: boolean;
854
- name: string;
855
- image?: string | null | undefined;
856
- };
857
- };
858
- } : {
859
- session: {
860
- id: string;
861
- createdAt: Date;
862
- updatedAt: Date;
863
- userId: string;
864
- expiresAt: Date;
865
- token: string;
866
- ipAddress?: string | null | undefined;
867
- userAgent?: string | null | undefined;
868
- };
869
- user: {
870
- id: string;
871
- createdAt: Date;
872
- updatedAt: Date;
873
- email: string;
874
- emailVerified: boolean;
875
- name: string;
876
- image?: string | null | undefined;
877
- };
878
- }>;
879
- options: {
880
- method: "POST";
881
- body: zod0.ZodObject<{
882
- userId: zod0.ZodCoercedString<unknown>;
883
- }, better_auth52.$strip>;
884
- use: ((inputContext: better_auth52.MiddlewareInputContext<better_auth52.MiddlewareOptions>) => Promise<{
885
- session: {
886
- user: better_auth_plugins5.UserWithRole;
887
- session: better_auth52.Session;
888
- };
889
- }>)[];
890
- metadata: {
891
- openapi: {
892
- operationId: string;
893
- summary: string;
894
- description: string;
895
- responses: {
896
- 200: {
897
- description: string;
898
- content: {
899
- "application/json": {
900
- schema: {
901
- type: "object";
902
- properties: {
903
- session: {
904
- $ref: string;
905
- };
906
- user: {
907
- $ref: string;
908
- };
909
- };
910
- };
911
- };
912
- };
913
- };
914
- };
915
- };
916
- };
917
- } & {
918
- use: any[];
919
- };
920
- path: "/admin/impersonate-user";
921
- };
922
- stopImpersonating: {
923
- <AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
924
- body?: undefined;
925
- } & {
926
- method?: "POST" | undefined;
927
- } & {
928
- query?: Record<string, any> | undefined;
929
- } & {
930
- params?: Record<string, any>;
931
- } & {
932
- request?: Request;
933
- } & {
934
- headers: HeadersInit;
935
- } & {
936
- asResponse?: boolean;
937
- returnHeaders?: boolean;
938
- use?: better_auth52.Middleware[];
939
- path?: string;
940
- } & {
941
- asResponse?: AsResponse | undefined;
942
- returnHeaders?: ReturnHeaders | undefined;
943
- }): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders] extends [true] ? {
944
- headers: Headers;
945
- response: {
946
- session: better_auth52.Session & Record<string, any>;
947
- user: packages_core_dist_db.User & Record<string, any>;
948
- };
949
- } : {
950
- session: better_auth52.Session & Record<string, any>;
951
- user: packages_core_dist_db.User & Record<string, any>;
952
- }>;
953
- options: {
954
- method: "POST";
955
- requireHeaders: true;
956
- } & {
957
- use: any[];
958
- };
959
- path: "/admin/stop-impersonating";
960
- };
961
- revokeUserSession: {
962
- <AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
963
- body: {
964
- sessionToken: string;
965
- };
966
- } & {
967
- method?: "POST" | undefined;
968
- } & {
969
- query?: Record<string, any> | undefined;
970
- } & {
971
- params?: Record<string, any>;
972
- } & {
973
- request?: Request;
974
- } & {
975
- headers?: HeadersInit;
976
- } & {
977
- asResponse?: boolean;
978
- returnHeaders?: boolean;
979
- use?: better_auth52.Middleware[];
980
- path?: string;
981
- } & {
982
- asResponse?: AsResponse | undefined;
983
- returnHeaders?: ReturnHeaders | undefined;
984
- }): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders] extends [true] ? {
985
- headers: Headers;
986
- response: {
987
- success: boolean;
988
- };
989
- } : {
990
- success: boolean;
991
- }>;
992
- options: {
993
- method: "POST";
994
- body: zod0.ZodObject<{
995
- sessionToken: zod0.ZodString;
996
- }, better_auth52.$strip>;
997
- use: ((inputContext: better_auth52.MiddlewareInputContext<better_auth52.MiddlewareOptions>) => Promise<{
998
- session: {
999
- user: better_auth_plugins5.UserWithRole;
1000
- session: better_auth52.Session;
1001
- };
1002
- }>)[];
1003
- metadata: {
1004
- openapi: {
1005
- operationId: string;
1006
- summary: string;
1007
- description: string;
1008
- responses: {
1009
- 200: {
1010
- description: string;
1011
- content: {
1012
- "application/json": {
1013
- schema: {
1014
- type: "object";
1015
- properties: {
1016
- success: {
1017
- type: string;
1018
- };
1019
- };
1020
- };
1021
- };
1022
- };
1023
- };
1024
- };
1025
- };
1026
- };
1027
- } & {
1028
- use: any[];
1029
- };
1030
- path: "/admin/revoke-user-session";
1031
- };
1032
- revokeUserSessions: {
1033
- <AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
1034
- body: {
1035
- userId: unknown;
1036
- };
1037
- } & {
1038
- method?: "POST" | undefined;
1039
- } & {
1040
- query?: Record<string, any> | undefined;
1041
- } & {
1042
- params?: Record<string, any>;
1043
- } & {
1044
- request?: Request;
1045
- } & {
1046
- headers?: HeadersInit;
1047
- } & {
1048
- asResponse?: boolean;
1049
- returnHeaders?: boolean;
1050
- use?: better_auth52.Middleware[];
1051
- path?: string;
1052
- } & {
1053
- asResponse?: AsResponse | undefined;
1054
- returnHeaders?: ReturnHeaders | undefined;
1055
- }): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders] extends [true] ? {
1056
- headers: Headers;
1057
- response: {
1058
- success: boolean;
1059
- };
1060
- } : {
1061
- success: boolean;
1062
- }>;
1063
- options: {
1064
- method: "POST";
1065
- body: zod0.ZodObject<{
1066
- userId: zod0.ZodCoercedString<unknown>;
1067
- }, better_auth52.$strip>;
1068
- use: ((inputContext: better_auth52.MiddlewareInputContext<better_auth52.MiddlewareOptions>) => Promise<{
1069
- session: {
1070
- user: better_auth_plugins5.UserWithRole;
1071
- session: better_auth52.Session;
1072
- };
1073
- }>)[];
1074
- metadata: {
1075
- openapi: {
1076
- operationId: string;
1077
- summary: string;
1078
- description: string;
1079
- responses: {
1080
- 200: {
1081
- description: string;
1082
- content: {
1083
- "application/json": {
1084
- schema: {
1085
- type: "object";
1086
- properties: {
1087
- success: {
1088
- type: string;
1089
- };
1090
- };
1091
- };
1092
- };
1093
- };
1094
- };
1095
- };
1096
- };
1097
- };
1098
- } & {
1099
- use: any[];
1100
- };
1101
- path: "/admin/revoke-user-sessions";
1102
- };
1103
- removeUser: {
1104
- <AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
1105
- body: {
1106
- userId: unknown;
1107
- };
1108
- } & {
1109
- method?: "POST" | undefined;
1110
- } & {
1111
- query?: Record<string, any> | undefined;
1112
- } & {
1113
- params?: Record<string, any>;
1114
- } & {
1115
- request?: Request;
1116
- } & {
1117
- headers?: HeadersInit;
1118
- } & {
1119
- asResponse?: boolean;
1120
- returnHeaders?: boolean;
1121
- use?: better_auth52.Middleware[];
1122
- path?: string;
1123
- } & {
1124
- asResponse?: AsResponse | undefined;
1125
- returnHeaders?: ReturnHeaders | undefined;
1126
- }): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders] extends [true] ? {
1127
- headers: Headers;
1128
- response: {
1129
- success: boolean;
1130
- };
1131
- } : {
1132
- success: boolean;
1133
- }>;
1134
- options: {
1135
- method: "POST";
1136
- body: zod0.ZodObject<{
1137
- userId: zod0.ZodCoercedString<unknown>;
1138
- }, better_auth52.$strip>;
1139
- use: ((inputContext: better_auth52.MiddlewareInputContext<better_auth52.MiddlewareOptions>) => Promise<{
1140
- session: {
1141
- user: better_auth_plugins5.UserWithRole;
1142
- session: better_auth52.Session;
1143
- };
1144
- }>)[];
1145
- metadata: {
1146
- openapi: {
1147
- operationId: string;
1148
- summary: string;
1149
- description: string;
1150
- responses: {
1151
- 200: {
1152
- description: string;
1153
- content: {
1154
- "application/json": {
1155
- schema: {
1156
- type: "object";
1157
- properties: {
1158
- success: {
1159
- type: string;
1160
- };
1161
- };
1162
- };
1163
- };
1164
- };
1165
- };
1166
- };
1167
- };
1168
- };
1169
- } & {
1170
- use: any[];
1171
- };
1172
- path: "/admin/remove-user";
1173
- };
1174
- setUserPassword: {
1175
- <AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
1176
- body: {
1177
- newPassword: string;
1178
- userId: unknown;
1179
- };
1180
- } & {
1181
- method?: "POST" | undefined;
1182
- } & {
1183
- query?: Record<string, any> | undefined;
1184
- } & {
1185
- params?: Record<string, any>;
1186
- } & {
1187
- request?: Request;
1188
- } & {
1189
- headers?: HeadersInit;
1190
- } & {
1191
- asResponse?: boolean;
1192
- returnHeaders?: boolean;
1193
- use?: better_auth52.Middleware[];
1194
- path?: string;
1195
- } & {
1196
- asResponse?: AsResponse | undefined;
1197
- returnHeaders?: ReturnHeaders | undefined;
1198
- }): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders] extends [true] ? {
1199
- headers: Headers;
1200
- response: {
1201
- status: boolean;
1202
- };
1203
- } : {
1204
- status: boolean;
1205
- }>;
1206
- options: {
1207
- method: "POST";
1208
- body: zod0.ZodObject<{
1209
- newPassword: zod0.ZodString;
1210
- userId: zod0.ZodCoercedString<unknown>;
1211
- }, better_auth52.$strip>;
1212
- use: ((inputContext: better_auth52.MiddlewareInputContext<better_auth52.MiddlewareOptions>) => Promise<{
1213
- session: {
1214
- user: better_auth_plugins5.UserWithRole;
1215
- session: better_auth52.Session;
1216
- };
1217
- }>)[];
1218
- metadata: {
1219
- openapi: {
1220
- operationId: string;
1221
- summary: string;
1222
- description: string;
1223
- responses: {
1224
- 200: {
1225
- description: string;
1226
- content: {
1227
- "application/json": {
1228
- schema: {
1229
- type: "object";
1230
- properties: {
1231
- status: {
1232
- type: string;
1233
- };
1234
- };
1235
- };
1236
- };
1237
- };
1238
- };
1239
- };
1240
- };
1241
- };
1242
- } & {
1243
- use: any[];
1244
- };
1245
- path: "/admin/set-user-password";
1246
- };
1247
- userHasPermission: {
1248
- <AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
1249
- body: ({
1250
- permission: {
1251
- readonly [x: string]: better_auth52.LiteralString[] | undefined;
1252
- };
1253
- permissions?: never;
1254
- } | {
1255
- permissions: {
1256
- readonly [x: string]: better_auth52.LiteralString[] | undefined;
1257
- };
1258
- permission?: never;
1259
- }) & {
1260
- userId?: string;
1261
- role?: string | undefined;
1262
- };
1263
- } & {
1264
- method?: "POST" | undefined;
1265
- } & {
1266
- query?: Record<string, any> | undefined;
1267
- } & {
1268
- params?: Record<string, any>;
1269
- } & {
1270
- request?: Request;
1271
- } & {
1272
- headers?: HeadersInit;
1273
- } & {
1274
- asResponse?: boolean;
1275
- returnHeaders?: boolean;
1276
- use?: better_auth52.Middleware[];
1277
- path?: string;
1278
- } & {
1279
- asResponse?: AsResponse | undefined;
1280
- returnHeaders?: ReturnHeaders | undefined;
1281
- }): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders] extends [true] ? {
1282
- headers: Headers;
1283
- response: {
1284
- error: null;
1285
- success: boolean;
1286
- };
1287
- } : {
1288
- error: null;
1289
- success: boolean;
1290
- }>;
1291
- options: {
1292
- method: "POST";
1293
- body: zod0.ZodIntersection<zod0.ZodObject<{
1294
- userId: zod0.ZodOptional<zod0.ZodCoercedString<unknown>>;
1295
- role: zod0.ZodOptional<zod0.ZodString>;
1296
- }, better_auth52.$strip>, zod0.ZodUnion<readonly [zod0.ZodObject<{
1297
- permission: zod0.ZodRecord<zod0.ZodString, zod0.ZodArray<zod0.ZodString>>;
1298
- permissions: zod0.ZodUndefined;
1299
- }, better_auth52.$strip>, zod0.ZodObject<{
1300
- permission: zod0.ZodUndefined;
1301
- permissions: zod0.ZodRecord<zod0.ZodString, zod0.ZodArray<zod0.ZodString>>;
1302
- }, better_auth52.$strip>]>>;
1303
- metadata: {
1304
- openapi: {
1305
- description: string;
1306
- requestBody: {
1307
- content: {
1308
- "application/json": {
1309
- schema: {
1310
- type: "object";
1311
- properties: {
1312
- permission: {
1313
- type: string;
1314
- description: string;
1315
- deprecated: boolean;
1316
- };
1317
- permissions: {
1318
- type: string;
1319
- description: string;
1320
- };
1321
- };
1322
- required: string[];
1323
- };
1324
- };
1325
- };
1326
- };
1327
- responses: {
1328
- "200": {
1329
- description: string;
1330
- content: {
1331
- "application/json": {
1332
- schema: {
1333
- type: "object";
1334
- properties: {
1335
- error: {
1336
- type: string;
1337
- };
1338
- success: {
1339
- type: string;
1340
- };
1341
- };
1342
- required: string[];
1343
- };
1344
- };
1345
- };
1346
- };
1347
- };
1348
- };
1349
- $Infer: {
1350
- body: ({
1351
- permission: {
1352
- readonly [x: string]: better_auth52.LiteralString[] | undefined;
1353
- };
1354
- permissions?: never;
1355
- } | {
1356
- permissions: {
1357
- readonly [x: string]: better_auth52.LiteralString[] | undefined;
1358
- };
1359
- permission?: never;
1360
- }) & {
1361
- userId?: string;
1362
- role?: string | undefined;
1363
- };
1364
- };
1365
- };
1366
- } & {
1367
- use: any[];
1368
- };
1369
- path: "/admin/has-permission";
1370
- };
1371
- };
1372
- $ERROR_CODES: {
1373
- readonly FAILED_TO_CREATE_USER: "Failed to create user";
1374
- readonly USER_ALREADY_EXISTS: "User already exists.";
1375
- readonly USER_ALREADY_EXISTS_USE_ANOTHER_EMAIL: "User already exists. Use another email.";
1376
- readonly YOU_CANNOT_BAN_YOURSELF: "You cannot ban yourself";
1377
- readonly YOU_ARE_NOT_ALLOWED_TO_CHANGE_USERS_ROLE: "You are not allowed to change users role";
1378
- readonly YOU_ARE_NOT_ALLOWED_TO_CREATE_USERS: "You are not allowed to create users";
1379
- readonly YOU_ARE_NOT_ALLOWED_TO_LIST_USERS: "You are not allowed to list users";
1380
- readonly YOU_ARE_NOT_ALLOWED_TO_LIST_USERS_SESSIONS: "You are not allowed to list users sessions";
1381
- readonly YOU_ARE_NOT_ALLOWED_TO_BAN_USERS: "You are not allowed to ban users";
1382
- readonly YOU_ARE_NOT_ALLOWED_TO_IMPERSONATE_USERS: "You are not allowed to impersonate users";
1383
- readonly YOU_ARE_NOT_ALLOWED_TO_REVOKE_USERS_SESSIONS: "You are not allowed to revoke users sessions";
1384
- readonly YOU_ARE_NOT_ALLOWED_TO_DELETE_USERS: "You are not allowed to delete users";
1385
- readonly YOU_ARE_NOT_ALLOWED_TO_SET_USERS_PASSWORD: "You are not allowed to set users password";
1386
- readonly BANNED_USER: "You have been banned from this application";
1387
- readonly YOU_ARE_NOT_ALLOWED_TO_GET_USER: "You are not allowed to get user";
1388
- readonly NO_DATA_TO_UPDATE: "No data to update";
1389
- readonly YOU_ARE_NOT_ALLOWED_TO_UPDATE_USERS: "You are not allowed to update users";
1390
- readonly YOU_CANNOT_REMOVE_YOURSELF: "You cannot remove yourself";
1391
- };
1392
- schema: {
1393
- user: {
1394
- fields: {
1395
- role: {
1396
- type: "string";
1397
- required: false;
1398
- input: false;
1399
- };
1400
- banned: {
1401
- type: "boolean";
1402
- defaultValue: false;
1403
- required: false;
1404
- input: false;
1405
- };
1406
- banReason: {
1407
- type: "string";
1408
- required: false;
1409
- input: false;
1410
- };
1411
- banExpires: {
1412
- type: "date";
1413
- required: false;
1414
- input: false;
1415
- };
1416
- };
1417
- };
1418
- session: {
1419
- fields: {
1420
- impersonatedBy: {
1421
- type: "string";
1422
- required: false;
1423
- };
1424
- };
1425
- };
1426
- };
1427
- options: any;
1428
- }, {
1429
- id: "email-otp";
1430
- init(ctx: better_auth52.AuthContext): {
1431
- options: {
1432
- emailVerification: {
1433
- sendVerificationEmail(data: {
1434
- user: packages_core_dist_db.User;
1435
- url: string;
1436
- token: string;
1437
- }, request: Request | undefined): Promise<void>;
1438
- };
1439
- };
1440
- } | undefined;
1441
- endpoints: {
1442
- createVerificationOTP: {
1443
- <AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
1444
- body: {
1445
- email: string;
1446
- type: "sign-in" | "forget-password" | "email-verification";
1447
- };
1448
- } & {
1449
- method?: "POST" | undefined;
1450
- } & {
1451
- query?: Record<string, any> | undefined;
1452
- } & {
1453
- params?: Record<string, any>;
1454
- } & {
1455
- request?: Request;
1456
- } & {
1457
- headers?: HeadersInit;
1458
- } & {
1459
- asResponse?: boolean;
1460
- returnHeaders?: boolean;
1461
- use?: better_auth52.Middleware[];
1462
- path?: string;
1463
- } & {
1464
- asResponse?: AsResponse | undefined;
1465
- returnHeaders?: ReturnHeaders | undefined;
1466
- }): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders] extends [true] ? {
1467
- headers: Headers;
1468
- response: string;
1469
- } : string>;
1470
- options: {
1471
- method: "POST";
1472
- body: zod0.ZodObject<{
1473
- email: zod0.ZodString;
1474
- type: zod0.ZodEnum<{
1475
- "sign-in": "sign-in";
1476
- "forget-password": "forget-password";
1477
- "email-verification": "email-verification";
1478
- }>;
1479
- }, better_auth52.$strip>;
1480
- metadata: {
1481
- SERVER_ONLY: true;
1482
- openapi: {
1483
- description: string;
1484
- responses: {
1485
- 200: {
1486
- description: string;
1487
- content: {
1488
- "application/json": {
1489
- schema: {
1490
- type: "string";
1491
- };
1492
- };
1493
- };
1494
- };
1495
- };
1496
- };
1497
- };
1498
- } & {
1499
- use: any[];
1500
- };
1501
- path: "/email-otp/create-verification-otp";
1502
- };
1503
- getVerificationOTP: {
1504
- <AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
1505
- body?: undefined;
1506
- } & {
1507
- method?: "GET" | undefined;
1508
- } & {
1509
- query: {
1510
- email: string;
1511
- type: "sign-in" | "forget-password" | "email-verification";
1512
- };
1513
- } & {
1514
- params?: Record<string, any>;
1515
- } & {
1516
- request?: Request;
1517
- } & {
1518
- headers?: HeadersInit;
1519
- } & {
1520
- asResponse?: boolean;
1521
- returnHeaders?: boolean;
1522
- use?: better_auth52.Middleware[];
1523
- path?: string;
1524
- } & {
1525
- asResponse?: AsResponse | undefined;
1526
- returnHeaders?: ReturnHeaders | undefined;
1527
- }): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders] extends [true] ? {
1528
- headers: Headers;
1529
- response: {
1530
- otp: null;
1531
- } | {
1532
- otp: string;
1533
- };
1534
- } : {
1535
- otp: null;
1536
- } | {
1537
- otp: string;
1538
- }>;
1539
- options: {
1540
- method: "GET";
1541
- query: zod0.ZodObject<{
1542
- email: zod0.ZodString;
1543
- type: zod0.ZodEnum<{
1544
- "sign-in": "sign-in";
1545
- "forget-password": "forget-password";
1546
- "email-verification": "email-verification";
1547
- }>;
1548
- }, better_auth52.$strip>;
1549
- metadata: {
1550
- SERVER_ONLY: true;
1551
- openapi: {
1552
- description: string;
1553
- responses: {
1554
- "200": {
1555
- description: string;
1556
- content: {
1557
- "application/json": {
1558
- schema: {
1559
- type: "object";
1560
- properties: {
1561
- otp: {
1562
- type: string;
1563
- nullable: boolean;
1564
- description: string;
1565
- };
1566
- };
1567
- required: string[];
1568
- };
1569
- };
1570
- };
1571
- };
1572
- };
1573
- };
1574
- };
1575
- } & {
1576
- use: any[];
1577
- };
1578
- path: "/email-otp/get-verification-otp";
1579
- };
1580
- checkVerificationOTP: {
1581
- <AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
1582
- body: {
1583
- email: string;
1584
- type: "sign-in" | "forget-password" | "email-verification";
1585
- otp: string;
1586
- };
1587
- } & {
1588
- method?: "POST" | undefined;
1589
- } & {
1590
- query?: Record<string, any> | undefined;
1591
- } & {
1592
- params?: Record<string, any>;
1593
- } & {
1594
- request?: Request;
1595
- } & {
1596
- headers?: HeadersInit;
1597
- } & {
1598
- asResponse?: boolean;
1599
- returnHeaders?: boolean;
1600
- use?: better_auth52.Middleware[];
1601
- path?: string;
1602
- } & {
1603
- asResponse?: AsResponse | undefined;
1604
- returnHeaders?: ReturnHeaders | undefined;
1605
- }): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders] extends [true] ? {
1606
- headers: Headers;
1607
- response: {
1608
- success: boolean;
1609
- };
1610
- } : {
1611
- success: boolean;
1612
- }>;
1613
- options: {
1614
- method: "POST";
1615
- body: zod0.ZodObject<{
1616
- email: zod0.ZodString;
1617
- type: zod0.ZodEnum<{
1618
- "sign-in": "sign-in";
1619
- "forget-password": "forget-password";
1620
- "email-verification": "email-verification";
1621
- }>;
1622
- otp: zod0.ZodString;
1623
- }, better_auth52.$strip>;
1624
- metadata: {
1625
- openapi: {
1626
- description: string;
1627
- responses: {
1628
- 200: {
1629
- description: string;
1630
- content: {
1631
- "application/json": {
1632
- schema: {
1633
- type: "object";
1634
- properties: {
1635
- success: {
1636
- type: string;
1637
- };
1638
- };
1639
- };
1640
- };
1641
- };
1642
- };
1643
- };
1644
- };
1645
- };
1646
- } & {
1647
- use: any[];
1648
- };
1649
- path: "/email-otp/check-verification-otp";
1650
- };
1651
- verifyEmailOTP: {
1652
- <AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
1653
- body: {
1654
- email: string;
1655
- otp: string;
1656
- };
1657
- } & {
1658
- method?: "POST" | undefined;
1659
- } & {
1660
- query?: Record<string, any> | undefined;
1661
- } & {
1662
- params?: Record<string, any>;
1663
- } & {
1664
- request?: Request;
1665
- } & {
1666
- headers?: HeadersInit;
1667
- } & {
1668
- asResponse?: boolean;
1669
- returnHeaders?: boolean;
1670
- use?: better_auth52.Middleware[];
1671
- path?: string;
1672
- } & {
1673
- asResponse?: AsResponse | undefined;
1674
- returnHeaders?: ReturnHeaders | undefined;
1675
- }): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders] extends [true] ? {
1676
- headers: Headers;
1677
- response: {
1678
- status: boolean;
1679
- token: string;
1680
- user: {
1681
- id: any;
1682
- email: any;
1683
- emailVerified: any;
1684
- name: any;
1685
- image: any;
1686
- createdAt: any;
1687
- updatedAt: any;
1688
- };
1689
- } | {
1690
- status: boolean;
1691
- token: null;
1692
- user: {
1693
- id: any;
1694
- email: any;
1695
- emailVerified: any;
1696
- name: any;
1697
- image: any;
1698
- createdAt: any;
1699
- updatedAt: any;
1700
- };
1701
- };
1702
- } : {
1703
- status: boolean;
1704
- token: string;
1705
- user: {
1706
- id: any;
1707
- email: any;
1708
- emailVerified: any;
1709
- name: any;
1710
- image: any;
1711
- createdAt: any;
1712
- updatedAt: any;
1713
- };
1714
- } | {
1715
- status: boolean;
1716
- token: null;
1717
- user: {
1718
- id: any;
1719
- email: any;
1720
- emailVerified: any;
1721
- name: any;
1722
- image: any;
1723
- createdAt: any;
1724
- updatedAt: any;
1725
- };
1726
- }>;
1727
- options: {
1728
- method: "POST";
1729
- body: zod0.ZodObject<{
1730
- email: zod0.ZodString;
1731
- otp: zod0.ZodString;
1732
- }, better_auth52.$strip>;
1733
- metadata: {
1734
- openapi: {
1735
- description: string;
1736
- responses: {
1737
- 200: {
1738
- description: string;
1739
- content: {
1740
- "application/json": {
1741
- schema: {
1742
- type: "object";
1743
- properties: {
1744
- status: {
1745
- type: string;
1746
- description: string;
1747
- enum: boolean[];
1748
- };
1749
- token: {
1750
- type: string;
1751
- nullable: boolean;
1752
- description: string;
1753
- };
1754
- user: {
1755
- $ref: string;
1756
- };
1757
- required: string[];
1758
- };
1759
- };
1760
- };
1761
- };
1762
- };
1763
- };
1764
- };
1765
- };
1766
- } & {
1767
- use: any[];
1768
- };
1769
- path: "/email-otp/verify-email";
1770
- };
1771
- signInEmailOTP: {
1772
- <AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
1773
- body: {
1774
- email: string;
1775
- otp: string;
1776
- };
1777
- } & {
1778
- method?: "POST" | undefined;
1779
- } & {
1780
- query?: Record<string, any> | undefined;
1781
- } & {
1782
- params?: Record<string, any>;
1783
- } & {
1784
- request?: Request;
1785
- } & {
1786
- headers?: HeadersInit;
1787
- } & {
1788
- asResponse?: boolean;
1789
- returnHeaders?: boolean;
1790
- use?: better_auth52.Middleware[];
1791
- path?: string;
1792
- } & {
1793
- asResponse?: AsResponse | undefined;
1794
- returnHeaders?: ReturnHeaders | undefined;
1795
- }): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders] extends [true] ? {
1796
- headers: Headers;
1797
- response: {
1798
- token: string;
1799
- user: {
1800
- id: string;
1801
- email: string;
1802
- emailVerified: boolean;
1803
- name: string;
1804
- image: string | null | undefined;
1805
- createdAt: Date;
1806
- updatedAt: Date;
1807
- };
1808
- };
1809
- } : {
1810
- token: string;
1811
- user: {
1812
- id: string;
1813
- email: string;
1814
- emailVerified: boolean;
1815
- name: string;
1816
- image: string | null | undefined;
1817
- createdAt: Date;
1818
- updatedAt: Date;
1819
- };
1820
- }>;
1821
- options: {
1822
- method: "POST";
1823
- body: zod0.ZodObject<{
1824
- email: zod0.ZodString;
1825
- otp: zod0.ZodString;
1826
- }, better_auth52.$strip>;
1827
- metadata: {
1828
- openapi: {
1829
- description: string;
1830
- responses: {
1831
- 200: {
1832
- description: string;
1833
- content: {
1834
- "application/json": {
1835
- schema: {
1836
- type: "object";
1837
- properties: {
1838
- token: {
1839
- type: string;
1840
- description: string;
1841
- };
1842
- user: {
1843
- $ref: string;
1844
- };
1845
- };
1846
- required: string[];
1847
- };
1848
- };
1849
- };
1850
- };
1851
- };
1852
- };
1853
- };
1854
- } & {
1855
- use: any[];
1856
- };
1857
- path: "/sign-in/email-otp";
1858
- };
1859
- forgetPasswordEmailOTP: {
1860
- <AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
1861
- body: {
1862
- email: string;
1863
- };
1864
- } & {
1865
- method?: "POST" | undefined;
1866
- } & {
1867
- query?: Record<string, any> | undefined;
1868
- } & {
1869
- params?: Record<string, any>;
1870
- } & {
1871
- request?: Request;
1872
- } & {
1873
- headers?: HeadersInit;
1874
- } & {
1875
- asResponse?: boolean;
1876
- returnHeaders?: boolean;
1877
- use?: better_auth52.Middleware[];
1878
- path?: string;
1879
- } & {
1880
- asResponse?: AsResponse | undefined;
1881
- returnHeaders?: ReturnHeaders | undefined;
1882
- }): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders] extends [true] ? {
1883
- headers: Headers;
1884
- response: {
1885
- success: boolean;
1886
- };
1887
- } : {
1888
- success: boolean;
1889
- }>;
1890
- options: {
1891
- method: "POST";
1892
- body: zod0.ZodObject<{
1893
- email: zod0.ZodString;
1894
- }, better_auth52.$strip>;
1895
- metadata: {
1896
- openapi: {
1897
- description: string;
1898
- responses: {
1899
- 200: {
1900
- description: string;
1901
- content: {
1902
- "application/json": {
1903
- schema: {
1904
- type: "object";
1905
- properties: {
1906
- success: {
1907
- type: string;
1908
- description: string;
1909
- };
1910
- };
1911
- };
1912
- };
1913
- };
1914
- };
1915
- };
1916
- };
1917
- };
1918
- } & {
1919
- use: any[];
1920
- };
1921
- path: "/forget-password/email-otp";
1922
- };
1923
- resetPasswordEmailOTP: {
1924
- <AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
1925
- body: {
1926
- email: string;
1927
- otp: string;
1928
- password: string;
1929
- };
1930
- } & {
1931
- method?: "POST" | undefined;
1932
- } & {
1933
- query?: Record<string, any> | undefined;
1934
- } & {
1935
- params?: Record<string, any>;
1936
- } & {
1937
- request?: Request;
1938
- } & {
1939
- headers?: HeadersInit;
1940
- } & {
1941
- asResponse?: boolean;
1942
- returnHeaders?: boolean;
1943
- use?: better_auth52.Middleware[];
1944
- path?: string;
1945
- } & {
1946
- asResponse?: AsResponse | undefined;
1947
- returnHeaders?: ReturnHeaders | undefined;
1948
- }): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders] extends [true] ? {
1949
- headers: Headers;
1950
- response: {
1951
- success: boolean;
1952
- };
1953
- } : {
1954
- success: boolean;
1955
- }>;
1956
- options: {
1957
- method: "POST";
1958
- body: zod0.ZodObject<{
1959
- email: zod0.ZodString;
1960
- otp: zod0.ZodString;
1961
- password: zod0.ZodString;
1962
- }, better_auth52.$strip>;
1963
- metadata: {
1964
- openapi: {
1965
- description: string;
1966
- responses: {
1967
- 200: {
1968
- description: string;
1969
- contnt: {
1970
- "application/json": {
1971
- schema: {
1972
- type: string;
1973
- properties: {
1974
- success: {
1975
- type: string;
1976
- };
1977
- };
1978
- };
1979
- };
1980
- };
1981
- };
1982
- };
1983
- };
1984
- };
1985
- } & {
1986
- use: any[];
1987
- };
1988
- path: "/email-otp/reset-password";
1989
- };
1990
- sendVerificationOTP: {
1991
- <AsResponse extends boolean = false, ReturnHeaders extends boolean = false>(inputCtx_0: {
1992
- body: {
1993
- email: string;
1994
- type: "sign-in" | "forget-password" | "email-verification";
1995
- };
1996
- } & {
1997
- method?: "POST" | undefined;
1998
- } & {
1999
- query?: Record<string, any> | undefined;
2000
- } & {
2001
- params?: Record<string, any>;
2002
- } & {
2003
- request?: Request;
2004
- } & {
2005
- headers?: HeadersInit;
2006
- } & {
2007
- asResponse?: boolean;
2008
- returnHeaders?: boolean;
2009
- use?: better_auth52.Middleware[];
2010
- path?: string;
2011
- } & {
2012
- asResponse?: AsResponse | undefined;
2013
- returnHeaders?: ReturnHeaders | undefined;
2014
- }): Promise<[AsResponse] extends [true] ? Response : [ReturnHeaders] extends [true] ? {
2015
- headers: Headers;
2016
- response: {
2017
- success: boolean;
2018
- };
2019
- } : {
2020
- success: boolean;
2021
- }>;
2022
- options: {
2023
- method: "POST";
2024
- body: zod0.ZodObject<{
2025
- email: zod0.ZodString;
2026
- type: zod0.ZodEnum<{
2027
- "sign-in": "sign-in";
2028
- "forget-password": "forget-password";
2029
- "email-verification": "email-verification";
2030
- }>;
2031
- }, better_auth52.$strip>;
2032
- metadata: {
2033
- openapi: {
2034
- description: string;
2035
- responses: {
2036
- 200: {
2037
- description: string;
2038
- content: {
2039
- "application/json": {
2040
- schema: {
2041
- type: "object";
2042
- properties: {
2043
- success: {
2044
- type: string;
2045
- };
2046
- };
2047
- };
2048
- };
2049
- };
2050
- };
2051
- };
2052
- };
2053
- };
2054
- } & {
2055
- use: any[];
2056
- };
2057
- path: "/email-otp/send-verification-otp";
2058
- };
2059
- };
2060
- hooks: {
2061
- after: {
2062
- matcher(context: better_auth52.HookEndpointContext): boolean;
2063
- handler: (inputContext: better_auth52.MiddlewareInputContext<better_auth52.MiddlewareOptions>) => Promise<void>;
2064
- }[];
2065
- };
2066
- $ERROR_CODES: {
2067
- readonly OTP_EXPIRED: "otp expired";
2068
- readonly INVALID_OTP: "Invalid OTP";
2069
- readonly INVALID_EMAIL: "Invalid email";
2070
- readonly USER_NOT_FOUND: "User not found";
2071
- readonly TOO_MANY_ATTEMPTS: "Too many attempts";
2072
- };
2073
- rateLimit: ({
2074
- pathMatcher(path: string): path is "/email-otp/send-verification-otp";
2075
- window: number;
2076
- max: number;
2077
- } | {
2078
- pathMatcher(path: string): path is "/email-otp/check-verification-otp";
2079
- window: number;
2080
- max: number;
2081
- } | {
2082
- pathMatcher(path: string): path is "/email-otp/verify-email";
2083
- window: number;
2084
- max: number;
2085
- } | {
2086
- pathMatcher(path: string): path is "/sign-in/email-otp";
2087
- window: number;
2088
- max: number;
2089
- })[];
2090
- }];
2091
- }>;
2092
- resend: resend0.Resend;
2093
- blob: _aws_sdk_client_s30.S3Client;
2094
- } & {
2095
- session: {
2096
- session: {
2097
- id: string;
2098
- createdAt: Date;
2099
- updatedAt: Date;
2100
- userId: string;
2101
- expiresAt: Date;
2102
- token: string;
2103
- ipAddress?: string | null | undefined | undefined;
2104
- userAgent?: string | null | undefined | undefined;
2105
- impersonatedBy?: string | null | undefined;
2106
- };
2107
- user: {
2108
- id: string;
2109
- createdAt: Date;
2110
- updatedAt: Date;
2111
- email: string;
2112
- emailVerified: boolean;
2113
- name: string;
2114
- image?: string | null | undefined | undefined;
2115
- firstName: string;
2116
- lastName: string;
2117
- banned: boolean | null | undefined;
2118
- role?: string | null | undefined;
2119
- banReason?: string | null | undefined;
2120
- banExpires?: Date | null | undefined;
2121
- };
2122
- };
2123
- } & Record<never, never>, ProtectedRPCContext<TSchema>, unknown, any, any, Record<never, never>>;
2124
- };
2125
- //#endregion
2126
- export { initRPC };
2127
- //# sourceMappingURL=init.server.d.ts.map