@tulip-systems/core 0.4.0 → 0.5.0

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