@tulip-systems/core 0.3.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/auth/client.d.mts +10 -0
- package/dist/auth/client.mjs +11 -0
- package/dist/auth/server.d.mts +8 -0
- package/dist/auth/server.mjs +9 -0
- package/dist/auth.d.mts +5 -0
- package/dist/auth.mjs +6 -0
- package/dist/commands/client.d.mts +15 -0
- package/dist/commands/client.mjs +16 -0
- package/dist/commands.d.mts +3 -0
- package/dist/commands.mjs +3 -0
- package/dist/components/client.d.mts +36 -0
- package/dist/components/client.mjs +37 -0
- package/dist/components/common/icons.d.mts +61 -0
- package/dist/components/common/icons.d.mts.map +1 -0
- package/dist/components/common/icons.mjs +122 -0
- package/dist/components/common/icons.mjs.map +1 -0
- package/dist/components/common/status.d.mts +53 -0
- package/dist/components/common/status.d.mts.map +1 -0
- package/dist/components/common/status.mjs +56 -0
- package/dist/components/common/status.mjs.map +1 -0
- package/dist/components/editor/components/block-dropdown.mjs +83 -0
- package/dist/components/editor/components/block-dropdown.mjs.map +1 -0
- package/dist/components/editor/components/content.client.d.mts +7 -0
- package/dist/components/editor/components/content.client.d.mts.map +1 -0
- package/dist/components/editor/components/content.client.mjs +17 -0
- package/dist/components/editor/components/content.client.mjs.map +1 -0
- package/dist/components/editor/components/fixed-menu.client.d.mts +7 -0
- package/dist/components/editor/components/fixed-menu.client.d.mts.map +1 -0
- package/dist/components/editor/components/fixed-menu.client.mjs +134 -0
- package/dist/components/editor/components/fixed-menu.client.mjs.map +1 -0
- package/dist/components/editor/context.client.d.mts +33 -0
- package/dist/components/editor/context.client.d.mts.map +1 -0
- package/dist/components/editor/context.client.mjs +45 -0
- package/dist/components/editor/context.client.mjs.map +1 -0
- package/dist/components/editor/index.client.d.mts +11 -0
- package/dist/components/editor/index.client.d.mts.map +1 -0
- package/dist/components/editor/index.client.mjs +17 -0
- package/dist/components/editor/index.client.mjs.map +1 -0
- package/dist/components/editor/lib/helpers.d.mts +15 -0
- package/dist/components/editor/lib/helpers.d.mts.map +1 -0
- package/dist/components/editor/lib/helpers.mjs +20 -0
- package/dist/components/editor/lib/helpers.mjs.map +1 -0
- package/dist/components/editor/lib/types.d.mts +11 -0
- package/dist/components/editor/lib/types.d.mts.map +1 -0
- package/dist/components/editor/preview.client.d.mts +12 -0
- package/dist/components/editor/preview.client.d.mts.map +1 -0
- package/dist/components/editor/preview.client.mjs +19 -0
- package/dist/components/editor/preview.client.mjs.map +1 -0
- package/dist/components/emails/forget-password-email.mjs +52 -0
- package/dist/components/emails/forget-password-email.mjs.map +1 -0
- package/dist/components/header/back-button.client.d.mts +10 -0
- package/dist/components/header/back-button.client.d.mts.map +1 -0
- package/dist/components/header/back-button.client.mjs +43 -0
- package/dist/components/header/back-button.client.mjs.map +1 -0
- package/dist/components/header/bottom-bar.client.d.mts +29 -0
- package/dist/components/header/bottom-bar.client.d.mts.map +1 -0
- package/dist/components/header/bottom-bar.client.mjs +38 -0
- package/dist/components/header/bottom-bar.client.mjs.map +1 -0
- package/dist/components/header/breadcrumbs.client.d.mts +35 -0
- package/dist/components/header/breadcrumbs.client.d.mts.map +1 -0
- package/dist/components/header/breadcrumbs.client.mjs +64 -0
- package/dist/components/header/breadcrumbs.client.mjs.map +1 -0
- package/dist/components/header/header.client.d.mts +12 -0
- package/dist/components/header/header.client.d.mts.map +1 -0
- package/dist/components/header/header.client.mjs +15 -0
- package/dist/components/header/header.client.mjs.map +1 -0
- package/dist/components/header/indicator.client.mjs +25 -0
- package/dist/components/header/indicator.client.mjs.map +1 -0
- package/dist/components/header/mobile-nav-switcher.client.d.mts +10 -0
- package/dist/components/header/mobile-nav-switcher.client.d.mts.map +1 -0
- package/dist/components/header/mobile-nav-switcher.client.mjs +19 -0
- package/dist/components/header/mobile-nav-switcher.client.mjs.map +1 -0
- package/dist/components/header/top-bar.client.d.mts +43 -0
- package/dist/components/header/top-bar.client.d.mts.map +1 -0
- package/dist/components/header/top-bar.client.mjs +48 -0
- package/dist/components/header/top-bar.client.mjs.map +1 -0
- package/dist/components/layouts/admin-content.client.d.mts +13 -0
- package/dist/components/layouts/admin-content.client.d.mts.map +1 -0
- package/dist/components/layouts/admin-content.client.mjs +23 -0
- package/dist/components/layouts/admin-content.client.mjs.map +1 -0
- package/dist/components/layouts/admin-layout.d.mts +8 -0
- package/dist/components/layouts/admin-layout.d.mts.map +1 -0
- package/dist/components/layouts/admin-layout.mjs +14 -0
- package/dist/components/layouts/admin-layout.mjs.map +1 -0
- package/dist/components/layouts/admin-loading.d.mts +8 -0
- package/dist/components/layouts/admin-loading.d.mts.map +1 -0
- package/dist/components/layouts/admin-loading.mjs +14 -0
- package/dist/components/layouts/admin-loading.mjs.map +1 -0
- package/dist/components/layouts/empty-page.d.mts +31 -0
- package/dist/components/layouts/empty-page.d.mts.map +1 -0
- package/dist/components/layouts/empty-page.mjs +29 -0
- package/dist/components/layouts/empty-page.mjs.map +1 -0
- package/dist/components/layouts/list-layout.d.mts +12 -0
- package/dist/components/layouts/list-layout.d.mts.map +1 -0
- package/dist/components/layouts/list-layout.mjs +15 -0
- package/dist/components/layouts/list-layout.mjs.map +1 -0
- package/dist/components/layouts/not-found-page.d.mts +8 -0
- package/dist/components/layouts/not-found-page.d.mts.map +1 -0
- package/dist/components/layouts/not-found-page.mjs +20 -0
- package/dist/components/layouts/not-found-page.mjs.map +1 -0
- package/dist/components/layouts/not-found-section.mjs +30 -0
- package/dist/components/layouts/not-found-section.mjs.map +1 -0
- package/dist/components/layouts/providers.client.d.mts +10 -0
- package/dist/components/layouts/providers.client.d.mts.map +1 -0
- package/dist/components/layouts/providers.client.mjs +31 -0
- package/dist/components/layouts/providers.client.mjs.map +1 -0
- package/dist/components/layouts/root-layout.server.d.mts +37 -0
- package/dist/components/layouts/root-layout.server.d.mts.map +1 -0
- package/dist/components/layouts/root-layout.server.mjs +47 -0
- package/dist/components/layouts/root-layout.server.mjs.map +1 -0
- package/dist/components/layouts/root-loading.d.mts +7 -0
- package/dist/components/layouts/root-loading.d.mts.map +1 -0
- package/dist/components/layouts/root-loading.mjs +14 -0
- package/dist/components/layouts/root-loading.mjs.map +1 -0
- package/dist/components/layouts/tab-layout.d.mts +23 -0
- package/dist/components/layouts/tab-layout.d.mts.map +1 -0
- package/dist/components/layouts/tab-layout.mjs +51 -0
- package/dist/components/layouts/tab-layout.mjs.map +1 -0
- package/dist/components/lists/data-list.d.mts +31 -0
- package/dist/components/lists/data-list.d.mts.map +1 -0
- package/dist/components/lists/data-list.mjs +36 -0
- package/dist/components/lists/data-list.mjs.map +1 -0
- package/dist/components/lists/data-stack.d.mts +49 -0
- package/dist/components/lists/data-stack.d.mts.map +1 -0
- package/dist/components/lists/data-stack.mjs +57 -0
- package/dist/components/lists/data-stack.mjs.map +1 -0
- package/dist/components/navigation/admin-sidebar-header.client.mjs +92 -0
- package/dist/components/navigation/admin-sidebar-header.client.mjs.map +1 -0
- package/dist/components/navigation/admin-sidebar-paths.client.d.mts +82 -0
- package/dist/components/navigation/admin-sidebar-paths.client.d.mts.map +1 -0
- package/dist/components/navigation/admin-sidebar-paths.client.mjs +142 -0
- package/dist/components/navigation/admin-sidebar-paths.client.mjs.map +1 -0
- package/dist/components/navigation/admin-sidebar-skeleton.mjs +31 -0
- package/dist/components/navigation/admin-sidebar-skeleton.mjs.map +1 -0
- package/dist/components/server.d.mts +3 -0
- package/dist/components/server.mjs +4 -0
- package/dist/components/ui/accordion.d.mts +25 -0
- package/dist/components/ui/accordion.d.mts.map +1 -0
- package/dist/components/ui/accordion.mjs +47 -0
- package/dist/components/ui/accordion.mjs.map +1 -0
- package/dist/components/ui/alert-dialog.d.mts +43 -0
- package/dist/components/ui/alert-dialog.d.mts.map +1 -0
- package/dist/components/ui/alert-dialog.mjs +85 -0
- package/dist/components/ui/alert-dialog.mjs.map +1 -0
- package/dist/components/ui/alert.d.mts +25 -0
- package/dist/components/ui/alert.d.mts.map +1 -0
- package/dist/components/ui/alert.mjs +39 -0
- package/dist/components/ui/alert.mjs.map +1 -0
- package/dist/components/ui/aspect-ratio.d.mts +8 -0
- package/dist/components/ui/aspect-ratio.d.mts.map +1 -0
- package/dist/components/ui/aspect-ratio.mjs +16 -0
- package/dist/components/ui/aspect-ratio.mjs.map +1 -0
- package/dist/components/ui/avatar.client.d.mts +20 -0
- package/dist/components/ui/avatar.client.d.mts.map +1 -0
- package/dist/components/ui/avatar.client.mjs +33 -0
- package/dist/components/ui/avatar.client.mjs.map +1 -0
- package/dist/components/ui/badge.d.mts +20 -0
- package/dist/components/ui/badge.d.mts.map +1 -0
- package/dist/components/ui/badge.mjs +27 -0
- package/dist/components/ui/badge.mjs.map +1 -0
- package/dist/components/ui/breadcrumb.d.mts +36 -0
- package/dist/components/ui/breadcrumb.d.mts.map +1 -0
- package/dist/components/ui/breadcrumb.mjs +72 -0
- package/dist/components/ui/breadcrumb.mjs.map +1 -0
- package/dist/components/ui/button.d.mts +22 -0
- package/dist/components/ui/button.d.mts.map +1 -0
- package/dist/components/ui/button.mjs +44 -0
- package/dist/components/ui/button.mjs.map +1 -0
- package/dist/components/ui/calendar.d.mts +14 -0
- package/dist/components/ui/calendar.d.mts.map +1 -0
- package/dist/components/ui/calendar.mjs +56 -0
- package/dist/components/ui/calendar.mjs.map +1 -0
- package/dist/components/ui/card.d.mts +31 -0
- package/dist/components/ui/card.d.mts.map +1 -0
- package/dist/components/ui/card.mjs +51 -0
- package/dist/components/ui/card.mjs.map +1 -0
- package/dist/components/ui/carousel.d.mts +48 -0
- package/dist/components/ui/carousel.d.mts.map +1 -0
- package/dist/components/ui/carousel.mjs +136 -0
- package/dist/components/ui/carousel.mjs.map +1 -0
- package/dist/components/ui/chart.client.d.mts +72 -0
- package/dist/components/ui/chart.client.d.mts.map +1 -0
- package/dist/components/ui/chart.client.mjs +143 -0
- package/dist/components/ui/chart.client.mjs.map +1 -0
- package/dist/components/ui/checkbox.d.mts +12 -0
- package/dist/components/ui/checkbox.d.mts.map +1 -0
- package/dist/components/ui/checkbox.mjs +25 -0
- package/dist/components/ui/checkbox.mjs.map +1 -0
- package/dist/components/ui/collapsible.client.d.mts +16 -0
- package/dist/components/ui/collapsible.client.d.mts.map +1 -0
- package/dist/components/ui/collapsible.client.mjs +28 -0
- package/dist/components/ui/collapsible.client.mjs.map +1 -0
- package/dist/components/ui/color-picker.client.d.mts +16 -0
- package/dist/components/ui/color-picker.client.d.mts.map +1 -0
- package/dist/components/ui/color-picker.client.mjs +38 -0
- package/dist/components/ui/color-picker.client.mjs.map +1 -0
- package/dist/components/ui/combobox-dropdown.client.d.mts +47 -0
- package/dist/components/ui/combobox-dropdown.client.d.mts.map +1 -0
- package/dist/components/ui/combobox-dropdown.client.mjs +94 -0
- package/dist/components/ui/combobox-dropdown.client.mjs.map +1 -0
- package/dist/components/ui/combobox.client.d.mts +31 -0
- package/dist/components/ui/combobox.client.d.mts.map +1 -0
- package/dist/components/ui/combobox.client.mjs +67 -0
- package/dist/components/ui/combobox.client.mjs.map +1 -0
- package/dist/components/ui/command.d.mts +49 -0
- package/dist/components/ui/command.d.mts.map +1 -0
- package/dist/components/ui/command.mjs +89 -0
- package/dist/components/ui/command.mjs.map +1 -0
- package/dist/components/ui/context-menu.d.mts +77 -0
- package/dist/components/ui/context-menu.d.mts.map +1 -0
- package/dist/components/ui/context-menu.mjs +126 -0
- package/dist/components/ui/context-menu.mjs.map +1 -0
- package/dist/components/ui/date-picker.client.d.mts +21 -0
- package/dist/components/ui/date-picker.client.d.mts.map +1 -0
- package/dist/components/ui/date-picker.client.mjs +44 -0
- package/dist/components/ui/date-picker.client.mjs.map +1 -0
- package/dist/components/ui/dialog.client.d.mts +45 -0
- package/dist/components/ui/dialog.client.d.mts.map +1 -0
- package/dist/components/ui/dialog.client.mjs +89 -0
- package/dist/components/ui/dialog.client.mjs.map +1 -0
- package/dist/components/ui/drawer.client.d.mts +45 -0
- package/dist/components/ui/drawer.client.d.mts.map +1 -0
- package/dist/components/ui/drawer.client.mjs +82 -0
- package/dist/components/ui/drawer.client.mjs.map +1 -0
- package/dist/components/ui/dropdown-menu.d.mts +78 -0
- package/dist/components/ui/dropdown-menu.d.mts.map +1 -0
- package/dist/components/ui/dropdown-menu.mjs +127 -0
- package/dist/components/ui/dropdown-menu.mjs.map +1 -0
- package/dist/components/ui/form.client.d.mts +49 -0
- package/dist/components/ui/form.client.d.mts.map +1 -0
- package/dist/components/ui/form.client.mjs +93 -0
- package/dist/components/ui/form.client.mjs.map +1 -0
- package/dist/components/ui/hover-card.client.d.mts +20 -0
- package/dist/components/ui/hover-card.client.d.mts.map +1 -0
- package/dist/components/ui/hover-card.client.mjs +33 -0
- package/dist/components/ui/hover-card.client.mjs.map +1 -0
- package/dist/components/ui/input-recipient.d.mts +25 -0
- package/dist/components/ui/input-recipient.d.mts.map +1 -0
- package/dist/components/ui/input-recipient.mjs +219 -0
- package/dist/components/ui/input-recipient.mjs.map +1 -0
- package/dist/components/ui/input.d.mts +12 -0
- package/dist/components/ui/input.d.mts.map +1 -0
- package/dist/components/ui/input.mjs +17 -0
- package/dist/components/ui/input.mjs.map +1 -0
- package/dist/components/ui/label.d.mts +12 -0
- package/dist/components/ui/label.d.mts.map +1 -0
- package/dist/components/ui/label.mjs +19 -0
- package/dist/components/ui/label.mjs.map +1 -0
- package/dist/components/ui/navigation-menu.d.mts +47 -0
- package/dist/components/ui/navigation-menu.d.mts.map +1 -0
- package/dist/components/ui/navigation-menu.mjs +85 -0
- package/dist/components/ui/navigation-menu.mjs.map +1 -0
- package/dist/components/ui/pagination.d.mts +40 -0
- package/dist/components/ui/pagination.d.mts.map +1 -0
- package/dist/components/ui/pagination.mjs +81 -0
- package/dist/components/ui/pagination.mjs.map +1 -0
- package/dist/components/ui/popover.d.mts +23 -0
- package/dist/components/ui/popover.d.mts.map +1 -0
- package/dist/components/ui/popover.mjs +39 -0
- package/dist/components/ui/popover.mjs.map +1 -0
- package/dist/components/ui/progress.client.d.mts +13 -0
- package/dist/components/ui/progress.client.d.mts.map +1 -0
- package/dist/components/ui/progress.client.mjs +24 -0
- package/dist/components/ui/progress.client.mjs.map +1 -0
- package/dist/components/ui/radio-group.d.mts +16 -0
- package/dist/components/ui/radio-group.d.mts.map +1 -0
- package/dist/components/ui/radio-group.mjs +32 -0
- package/dist/components/ui/radio-group.mjs.map +1 -0
- package/dist/components/ui/resizable.client.d.mts +22 -0
- package/dist/components/ui/resizable.client.d.mts.map +1 -0
- package/dist/components/ui/resizable.client.mjs +37 -0
- package/dist/components/ui/resizable.client.mjs.map +1 -0
- package/dist/components/ui/scroll-area.d.mts +18 -0
- package/dist/components/ui/scroll-area.d.mts.map +1 -0
- package/dist/components/ui/scroll-area.mjs +40 -0
- package/dist/components/ui/scroll-area.mjs.map +1 -0
- package/dist/components/ui/select.client.d.mts +49 -0
- package/dist/components/ui/select.client.d.mts.map +1 -0
- package/dist/components/ui/select.client.mjs +99 -0
- package/dist/components/ui/select.client.mjs.map +1 -0
- package/dist/components/ui/separator.d.mts +14 -0
- package/dist/components/ui/separator.d.mts.map +1 -0
- package/dist/components/ui/separator.mjs +21 -0
- package/dist/components/ui/separator.mjs.map +1 -0
- package/dist/components/ui/sheet.client.d.mts +41 -0
- package/dist/components/ui/sheet.client.d.mts.map +1 -0
- package/dist/components/ui/sheet.client.mjs +84 -0
- package/dist/components/ui/sheet.client.mjs.map +1 -0
- package/dist/components/ui/sidebar.client.d.mts +168 -0
- package/dist/components/ui/sidebar.client.d.mts.map +1 -0
- package/dist/components/ui/sidebar.client.mjs +374 -0
- package/dist/components/ui/sidebar.client.mjs.map +1 -0
- package/dist/components/ui/skeleton.d.mts +10 -0
- package/dist/components/ui/skeleton.d.mts.map +1 -0
- package/dist/components/ui/skeleton.mjs +15 -0
- package/dist/components/ui/skeleton.mjs.map +1 -0
- package/dist/components/ui/slider.d.mts +16 -0
- package/dist/components/ui/slider.d.mts.map +1 -0
- package/dist/components/ui/slider.mjs +40 -0
- package/dist/components/ui/slider.mjs.map +1 -0
- package/dist/components/ui/sonner.client.d.mts +10 -0
- package/dist/components/ui/sonner.client.d.mts.map +1 -0
- package/dist/components/ui/sonner.client.mjs +25 -0
- package/dist/components/ui/sonner.client.mjs.map +1 -0
- package/dist/components/ui/spinner.mjs +63 -0
- package/dist/components/ui/spinner.mjs.map +1 -0
- package/dist/components/ui/switch.d.mts +12 -0
- package/dist/components/ui/switch.d.mts.map +1 -0
- package/dist/components/ui/switch.mjs +23 -0
- package/dist/components/ui/switch.mjs.map +1 -0
- package/dist/components/ui/tabs.d.mts +24 -0
- package/dist/components/ui/tabs.d.mts.map +1 -0
- package/dist/components/ui/tabs.mjs +40 -0
- package/dist/components/ui/tabs.mjs.map +1 -0
- package/dist/components/ui/textarea.d.mts +11 -0
- package/dist/components/ui/textarea.d.mts.map +1 -0
- package/dist/components/ui/textarea.mjs +16 -0
- package/dist/components/ui/textarea.mjs.map +1 -0
- package/dist/components/ui/time-input.client.d.mts +16 -0
- package/dist/components/ui/time-input.client.d.mts.map +1 -0
- package/dist/components/ui/time-input.client.mjs +53 -0
- package/dist/components/ui/time-input.client.mjs.map +1 -0
- package/dist/components/ui/time-picker-input.client.d.mts +15 -0
- package/dist/components/ui/time-picker-input.client.d.mts.map +1 -0
- package/dist/components/ui/time-picker-input.client.mjs +64 -0
- package/dist/components/ui/time-picker-input.client.mjs.map +1 -0
- package/dist/components/ui/toggle-group.client.d.mts +24 -0
- package/dist/components/ui/toggle-group.client.d.mts.map +1 -0
- package/dist/components/ui/toggle-group.client.mjs +47 -0
- package/dist/components/ui/toggle-group.client.mjs.map +1 -0
- package/dist/components/ui/toggle.d.mts +20 -0
- package/dist/components/ui/toggle.d.mts.map +1 -0
- package/dist/components/ui/toggle.mjs +41 -0
- package/dist/components/ui/toggle.mjs.map +1 -0
- package/dist/components/ui/tooltip.client.d.mts +24 -0
- package/dist/components/ui/tooltip.client.d.mts.map +1 -0
- package/dist/components/ui/tooltip.client.mjs +40 -0
- package/dist/components/ui/tooltip.client.mjs.map +1 -0
- package/dist/components.d.mts +41 -0
- package/dist/components.mjs +41 -0
- package/dist/config/server.d.mts +4 -0
- package/dist/config/server.mjs +5 -0
- package/dist/config.d.mts +7 -0
- package/dist/config.mjs +6 -0
- package/dist/data-tables/client.d.mts +21 -0
- package/dist/data-tables/client.mjs +22 -0
- package/dist/data-tables/server.d.mts +7 -0
- package/dist/data-tables/server.mjs +8 -0
- package/dist/data-tables.d.mts +13 -0
- package/dist/data-tables.mjs +13 -0
- package/dist/inline-edit/client.d.mts +14 -0
- package/dist/inline-edit/client.mjs +15 -0
- package/dist/inline-edit.d.mts +2 -0
- package/dist/inline-edit.mjs +3 -0
- package/dist/lib/client.d.mts +4 -0
- package/dist/lib/client.mjs +5 -0
- package/dist/lib/config/constants.d.mts +5 -0
- package/dist/lib/config/constants.d.mts.map +1 -0
- package/dist/lib/config/constants.mjs +6 -0
- package/dist/lib/config/constants.mjs.map +1 -0
- package/dist/lib/hooks/use-action.d.mts +18 -0
- package/dist/lib/hooks/use-action.d.mts.map +1 -0
- package/dist/lib/hooks/use-action.mjs +42 -0
- package/dist/lib/hooks/use-action.mjs.map +1 -0
- package/dist/lib/hooks/use-indicator.d.mts +32 -0
- package/dist/lib/hooks/use-indicator.d.mts.map +1 -0
- package/dist/lib/hooks/use-indicator.mjs +50 -0
- package/dist/lib/hooks/use-indicator.mjs.map +1 -0
- package/dist/lib/hooks/use-mobile.client.d.mts +7 -0
- package/dist/lib/hooks/use-mobile.client.d.mts.map +1 -0
- package/dist/lib/hooks/use-mobile.client.mjs +22 -0
- package/dist/lib/hooks/use-mobile.client.mjs.map +1 -0
- package/dist/lib/types/config.d.mts +12 -0
- package/dist/lib/types/config.d.mts.map +1 -0
- package/dist/lib/utils/array-move.d.mts +11 -0
- package/dist/lib/utils/array-move.d.mts.map +1 -0
- package/dist/lib/utils/array-move.mjs +13 -0
- package/dist/lib/utils/array-move.mjs.map +1 -0
- package/dist/lib/utils/cn.d.mts +7 -0
- package/dist/lib/utils/cn.d.mts.map +1 -0
- package/dist/lib/utils/cn.mjs +11 -0
- package/dist/lib/utils/cn.mjs.map +1 -0
- package/dist/lib/utils/fonts.d.mts +8 -0
- package/dist/lib/utils/fonts.d.mts.map +1 -0
- package/dist/lib/utils/fonts.mjs +12 -0
- package/dist/lib/utils/fonts.mjs.map +1 -0
- package/dist/lib/utils/format.d.mts +52 -0
- package/dist/lib/utils/format.d.mts.map +1 -0
- package/dist/lib/utils/format.mjs +114 -0
- package/dist/lib/utils/format.mjs.map +1 -0
- package/dist/lib/utils/manifest.d.mts +8 -0
- package/dist/lib/utils/manifest.d.mts.map +1 -0
- package/dist/lib/utils/manifest.mjs +36 -0
- package/dist/lib/utils/manifest.mjs.map +1 -0
- package/dist/lib/utils/time-picker.d.mts +6 -0
- package/dist/lib/utils/time-picker.d.mts.map +1 -0
- package/dist/lib/utils/time-picker.mjs +104 -0
- package/dist/lib/utils/time-picker.mjs.map +1 -0
- package/dist/lib/utils/url.d.mts +10 -0
- package/dist/lib/utils/url.d.mts.map +1 -0
- package/dist/lib/utils/url.mjs +15 -0
- package/dist/lib/utils/url.mjs.map +1 -0
- package/dist/lib/utils/user-agent.mjs +60 -0
- package/dist/lib/utils/user-agent.mjs.map +1 -0
- package/dist/lib.d.mts +9 -0
- package/dist/lib.mjs +9 -0
- package/dist/modules/auth/components/allowed.client.d.mts +21 -0
- package/dist/modules/auth/components/allowed.client.d.mts.map +1 -0
- package/dist/modules/auth/components/allowed.client.mjs +15 -0
- package/dist/modules/auth/components/allowed.client.mjs.map +1 -0
- package/dist/modules/auth/components/auth-layout.server.d.mts +10 -0
- package/dist/modules/auth/components/auth-layout.server.d.mts.map +1 -0
- package/dist/modules/auth/components/auth-layout.server.mjs +37 -0
- package/dist/modules/auth/components/auth-layout.server.mjs.map +1 -0
- package/dist/modules/auth/components/auth-loading.d.mts +7 -0
- package/dist/modules/auth/components/auth-loading.d.mts.map +1 -0
- package/dist/modules/auth/components/auth-loading.mjs +18 -0
- package/dist/modules/auth/components/auth-loading.mjs.map +1 -0
- package/dist/modules/auth/components/create-first-user-page.client.d.mts +7 -0
- package/dist/modules/auth/components/create-first-user-page.client.d.mts.map +1 -0
- package/dist/modules/auth/components/create-first-user-page.client.mjs +152 -0
- package/dist/modules/auth/components/create-first-user-page.client.mjs.map +1 -0
- package/dist/modules/auth/components/forget-password-page.client.d.mts +7 -0
- package/dist/modules/auth/components/forget-password-page.client.d.mts.map +1 -0
- package/dist/modules/auth/components/forget-password-page.client.mjs +72 -0
- package/dist/modules/auth/components/forget-password-page.client.mjs.map +1 -0
- package/dist/modules/auth/components/guard-first-user.server.d.mts +18 -0
- package/dist/modules/auth/components/guard-first-user.server.d.mts.map +1 -0
- package/dist/modules/auth/components/guard-first-user.server.mjs +16 -0
- package/dist/modules/auth/components/guard-first-user.server.mjs.map +1 -0
- package/dist/modules/auth/components/guard.server.d.mts +14 -0
- package/dist/modules/auth/components/guard.server.d.mts.map +1 -0
- package/dist/modules/auth/components/guard.server.mjs +20 -0
- package/dist/modules/auth/components/guard.server.mjs.map +1 -0
- package/dist/modules/auth/components/login-page.client.d.mts +12 -0
- package/dist/modules/auth/components/login-page.client.d.mts.map +1 -0
- package/dist/modules/auth/components/login-page.client.mjs +155 -0
- package/dist/modules/auth/components/login-page.client.mjs.map +1 -0
- package/dist/modules/auth/components/reset-password-page.client.d.mts +12 -0
- package/dist/modules/auth/components/reset-password-page.client.d.mts.map +1 -0
- package/dist/modules/auth/components/reset-password-page.client.mjs +121 -0
- package/dist/modules/auth/components/reset-password-page.client.mjs.map +1 -0
- package/dist/modules/auth/components/update-password-command.d.mts +23 -0
- package/dist/modules/auth/components/update-password-command.d.mts.map +1 -0
- package/dist/modules/auth/components/update-password-command.mjs +49 -0
- package/dist/modules/auth/components/update-password-command.mjs.map +1 -0
- package/dist/modules/auth/db/schema.d.mts +967 -0
- package/dist/modules/auth/db/schema.d.mts.map +1 -0
- package/dist/modules/auth/db/schema.mjs +110 -0
- package/dist/modules/auth/db/schema.mjs.map +1 -0
- package/dist/modules/auth/handler/client.client.d.mts +1406 -0
- package/dist/modules/auth/handler/client.client.d.mts.map +1 -0
- package/dist/modules/auth/handler/client.client.mjs +17 -0
- package/dist/modules/auth/handler/client.client.mjs.map +1 -0
- package/dist/modules/auth/handler/init.d.mts +1853 -0
- package/dist/modules/auth/handler/init.d.mts.map +1 -0
- package/dist/modules/auth/handler/init.mjs +74 -0
- package/dist/modules/auth/handler/init.mjs.map +1 -0
- package/dist/modules/auth/handler/proxy.server.d.mts +13 -0
- package/dist/modules/auth/handler/proxy.server.d.mts.map +1 -0
- package/dist/modules/auth/handler/proxy.server.mjs +22 -0
- package/dist/modules/auth/handler/proxy.server.mjs.map +1 -0
- package/dist/modules/auth/handler/route.server.d.mts +18 -0
- package/dist/modules/auth/handler/route.server.d.mts.map +1 -0
- package/dist/modules/auth/handler/route.server.mjs +29 -0
- package/dist/modules/auth/handler/route.server.mjs.map +1 -0
- package/dist/modules/auth/hooks/use-permission.d.mts +26 -0
- package/dist/modules/auth/hooks/use-permission.d.mts.map +1 -0
- package/dist/modules/auth/hooks/use-permission.mjs +52 -0
- package/dist/modules/auth/hooks/use-permission.mjs.map +1 -0
- package/dist/modules/auth/hooks/use-session.d.mts +34 -0
- package/dist/modules/auth/hooks/use-session.d.mts.map +1 -0
- package/dist/modules/auth/hooks/use-session.mjs +20 -0
- package/dist/modules/auth/hooks/use-session.mjs.map +1 -0
- package/dist/modules/auth/lib/helpers.server.d.mts +85 -0
- package/dist/modules/auth/lib/helpers.server.d.mts.map +1 -0
- package/dist/modules/auth/lib/helpers.server.mjs +42 -0
- package/dist/modules/auth/lib/helpers.server.mjs.map +1 -0
- package/dist/modules/auth/lib/permissions.d.mts +18 -0
- package/dist/modules/auth/lib/permissions.d.mts.map +1 -0
- package/dist/modules/auth/lib/permissions.mjs +15 -0
- package/dist/modules/auth/lib/permissions.mjs.map +1 -0
- package/dist/modules/auth/lib/utils.mjs +21 -0
- package/dist/modules/auth/lib/utils.mjs.map +1 -0
- package/dist/modules/auth/lib/validators.d.mts +64 -0
- package/dist/modules/auth/lib/validators.d.mts.map +1 -0
- package/dist/modules/auth/lib/validators.mjs +56 -0
- package/dist/modules/auth/lib/validators.mjs.map +1 -0
- package/dist/modules/commands/components/alert-dialog-command.client.d.mts +93 -0
- package/dist/modules/commands/components/alert-dialog-command.client.d.mts.map +1 -0
- package/dist/modules/commands/components/alert-dialog-command.client.mjs +159 -0
- package/dist/modules/commands/components/alert-dialog-command.client.mjs.map +1 -0
- package/dist/modules/commands/components/click-command.client.d.mts +27 -0
- package/dist/modules/commands/components/click-command.client.d.mts.map +1 -0
- package/dist/modules/commands/components/click-command.client.mjs +65 -0
- package/dist/modules/commands/components/click-command.client.mjs.map +1 -0
- package/dist/modules/commands/components/command-trigger.client.d.mts +34 -0
- package/dist/modules/commands/components/command-trigger.client.d.mts.map +1 -0
- package/dist/modules/commands/components/command-trigger.client.mjs +50 -0
- package/dist/modules/commands/components/command-trigger.client.mjs.map +1 -0
- package/dist/modules/commands/components/dialog-command.client.d.mts +68 -0
- package/dist/modules/commands/components/dialog-command.client.d.mts.map +1 -0
- package/dist/modules/commands/components/dialog-command.client.mjs +130 -0
- package/dist/modules/commands/components/dialog-command.client.mjs.map +1 -0
- package/dist/modules/commands/components/dropdown-command.client.d.mts +60 -0
- package/dist/modules/commands/components/dropdown-command.client.d.mts.map +1 -0
- package/dist/modules/commands/components/dropdown-command.client.mjs +132 -0
- package/dist/modules/commands/components/dropdown-command.client.mjs.map +1 -0
- package/dist/modules/commands/components/empty-command.client.d.mts +19 -0
- package/dist/modules/commands/components/empty-command.client.d.mts.map +1 -0
- package/dist/modules/commands/components/empty-command.client.mjs +56 -0
- package/dist/modules/commands/components/empty-command.client.mjs.map +1 -0
- package/dist/modules/commands/components/form-dialog-command.client.d.mts +100 -0
- package/dist/modules/commands/components/form-dialog-command.client.d.mts.map +1 -0
- package/dist/modules/commands/components/form-dialog-command.client.mjs +186 -0
- package/dist/modules/commands/components/form-dialog-command.client.mjs.map +1 -0
- package/dist/modules/commands/components/render-command.mjs +16 -0
- package/dist/modules/commands/components/render-command.mjs.map +1 -0
- package/dist/modules/commands/hooks/context.client.mjs +32 -0
- package/dist/modules/commands/hooks/context.client.mjs.map +1 -0
- package/dist/modules/commands/hooks/use-command-action.client.d.mts +22 -0
- package/dist/modules/commands/hooks/use-command-action.client.d.mts.map +1 -0
- package/dist/modules/commands/hooks/use-command-action.client.mjs +74 -0
- package/dist/modules/commands/hooks/use-command-action.client.mjs.map +1 -0
- package/dist/modules/commands/hooks/use-command-menu.client.d.mts +17 -0
- package/dist/modules/commands/hooks/use-command-menu.client.d.mts.map +1 -0
- package/dist/modules/commands/hooks/use-command-menu.client.mjs +89 -0
- package/dist/modules/commands/hooks/use-command-menu.client.mjs.map +1 -0
- package/dist/modules/commands/lib/definitions.d.mts +54 -0
- package/dist/modules/commands/lib/definitions.d.mts.map +1 -0
- package/dist/modules/commands/lib/factory.d.mts +25 -0
- package/dist/modules/commands/lib/factory.d.mts.map +1 -0
- package/dist/modules/commands/lib/factory.mjs +8 -0
- package/dist/modules/commands/lib/factory.mjs.map +1 -0
- package/dist/modules/commands/menus/context-menu.client.d.mts +27 -0
- package/dist/modules/commands/menus/context-menu.client.d.mts.map +1 -0
- package/dist/modules/commands/menus/context-menu.client.mjs +60 -0
- package/dist/modules/commands/menus/context-menu.client.mjs.map +1 -0
- package/dist/modules/commands/menus/data-table-menu.client.mjs +46 -0
- package/dist/modules/commands/menus/data-table-menu.client.mjs.map +1 -0
- package/dist/modules/commands/menus/dropdown-menu.client.d.mts +19 -0
- package/dist/modules/commands/menus/dropdown-menu.client.d.mts.map +1 -0
- package/dist/modules/commands/menus/dropdown-menu.client.mjs +63 -0
- package/dist/modules/commands/menus/dropdown-menu.client.mjs.map +1 -0
- package/dist/modules/commands/menus/inline-menu.client.d.mts +20 -0
- package/dist/modules/commands/menus/inline-menu.client.d.mts.map +1 -0
- package/dist/modules/commands/menus/inline-menu.client.mjs +47 -0
- package/dist/modules/commands/menus/inline-menu.client.mjs.map +1 -0
- package/dist/modules/commands/menus/responsive-menu.client.d.mts +10 -0
- package/dist/modules/commands/menus/responsive-menu.client.d.mts.map +1 -0
- package/dist/modules/commands/menus/responsive-menu.client.mjs +23 -0
- package/dist/modules/commands/menus/responsive-menu.client.mjs.map +1 -0
- package/dist/modules/commands/utils/archive-command.client.d.mts +33 -0
- package/dist/modules/commands/utils/archive-command.client.d.mts.map +1 -0
- package/dist/modules/commands/utils/archive-command.client.mjs +38 -0
- package/dist/modules/commands/utils/archive-command.client.mjs.map +1 -0
- package/dist/modules/commands/utils/delete-command.client.d.mts +23 -0
- package/dist/modules/commands/utils/delete-command.client.d.mts.map +1 -0
- package/dist/modules/commands/utils/delete-command.client.mjs +27 -0
- package/dist/modules/commands/utils/delete-command.client.mjs.map +1 -0
- package/dist/modules/config/db/helpers.d.mts +16 -0
- package/dist/modules/config/db/helpers.d.mts.map +1 -0
- package/dist/modules/config/db/helpers.mjs +17 -0
- package/dist/modules/config/db/helpers.mjs.map +1 -0
- package/dist/modules/config/db/init.d.mts +23 -0
- package/dist/modules/config/db/init.d.mts.map +1 -0
- package/dist/modules/config/db/init.mjs +16 -0
- package/dist/modules/config/db/init.mjs.map +1 -0
- package/dist/modules/config/db/types.d.mts +5 -0
- package/dist/modules/config/db/types.d.mts.map +1 -0
- package/dist/modules/config/lib/config.d.mts +17 -0
- package/dist/modules/config/lib/config.d.mts.map +1 -0
- package/dist/modules/config/lib/config.mjs +9 -0
- package/dist/modules/config/lib/config.mjs.map +1 -0
- package/dist/modules/config/lib/context.d.mts +19 -0
- package/dist/modules/config/lib/context.d.mts.map +1 -0
- package/dist/modules/config/lib/context.mjs +8 -0
- package/dist/modules/config/lib/context.mjs.map +1 -0
- package/dist/modules/config/paths/helpers.d.mts +11 -0
- package/dist/modules/config/paths/helpers.d.mts.map +1 -0
- package/dist/modules/config/paths/helpers.mjs +9 -0
- package/dist/modules/config/paths/helpers.mjs.map +1 -0
- package/dist/modules/config/paths/types.d.mts +33 -0
- package/dist/modules/config/paths/types.d.mts.map +1 -0
- package/dist/modules/config/providers/blob.d.mts +10 -0
- package/dist/modules/config/providers/blob.d.mts.map +1 -0
- package/dist/modules/config/providers/blob.mjs +11 -0
- package/dist/modules/config/providers/blob.mjs.map +1 -0
- package/dist/modules/config/providers/email.d.mts +12 -0
- package/dist/modules/config/providers/email.d.mts.map +1 -0
- package/dist/modules/config/providers/email.mjs +11 -0
- package/dist/modules/config/providers/email.mjs.map +1 -0
- package/dist/modules/data-tables/components/cell/common.client.d.mts +27 -0
- package/dist/modules/data-tables/components/cell/common.client.d.mts.map +1 -0
- package/dist/modules/data-tables/components/cell/common.client.mjs +36 -0
- package/dist/modules/data-tables/components/cell/common.client.mjs.map +1 -0
- package/dist/modules/data-tables/components/cell/index.client.d.mts +11 -0
- package/dist/modules/data-tables/components/cell/index.client.d.mts.map +1 -0
- package/dist/modules/data-tables/components/cell/index.client.mjs +25 -0
- package/dist/modules/data-tables/components/cell/index.client.mjs.map +1 -0
- package/dist/modules/data-tables/components/cell/select.client.d.mts +11 -0
- package/dist/modules/data-tables/components/cell/select.client.d.mts.map +1 -0
- package/dist/modules/data-tables/components/cell/select.client.mjs +37 -0
- package/dist/modules/data-tables/components/cell/select.client.mjs.map +1 -0
- package/dist/modules/data-tables/components/column-header.d.mts +16 -0
- package/dist/modules/data-tables/components/column-header.d.mts.map +1 -0
- package/dist/modules/data-tables/components/column-header.mjs +47 -0
- package/dist/modules/data-tables/components/column-header.mjs.map +1 -0
- package/dist/modules/data-tables/components/filters/combobox.client.d.mts +28 -0
- package/dist/modules/data-tables/components/filters/combobox.client.d.mts.map +1 -0
- package/dist/modules/data-tables/components/filters/combobox.client.mjs +97 -0
- package/dist/modules/data-tables/components/filters/combobox.client.mjs.map +1 -0
- package/dist/modules/data-tables/components/filters/slider.client.d.mts +23 -0
- package/dist/modules/data-tables/components/filters/slider.client.d.mts.map +1 -0
- package/dist/modules/data-tables/components/filters/slider.client.mjs +129 -0
- package/dist/modules/data-tables/components/filters/slider.client.mjs.map +1 -0
- package/dist/modules/data-tables/components/footer.mjs +29 -0
- package/dist/modules/data-tables/components/footer.mjs.map +1 -0
- package/dist/modules/data-tables/components/header.d.mts +41 -0
- package/dist/modules/data-tables/components/header.d.mts.map +1 -0
- package/dist/modules/data-tables/components/header.mjs +44 -0
- package/dist/modules/data-tables/components/header.mjs.map +1 -0
- package/dist/modules/data-tables/components/layout.d.mts +12 -0
- package/dist/modules/data-tables/components/layout.d.mts.map +1 -0
- package/dist/modules/data-tables/components/layout.mjs +15 -0
- package/dist/modules/data-tables/components/layout.mjs.map +1 -0
- package/dist/modules/data-tables/components/search-input.client.d.mts +7 -0
- package/dist/modules/data-tables/components/search-input.client.d.mts.map +1 -0
- package/dist/modules/data-tables/components/search-input.client.mjs +20 -0
- package/dist/modules/data-tables/components/search-input.client.mjs.map +1 -0
- package/dist/modules/data-tables/components/skeleton.d.mts +7 -0
- package/dist/modules/data-tables/components/skeleton.d.mts.map +1 -0
- package/dist/modules/data-tables/components/skeleton.mjs +22 -0
- package/dist/modules/data-tables/components/skeleton.mjs.map +1 -0
- package/dist/modules/data-tables/components/table.d.mts +34 -0
- package/dist/modules/data-tables/components/table.d.mts.map +1 -0
- package/dist/modules/data-tables/components/table.mjs +57 -0
- package/dist/modules/data-tables/components/table.mjs.map +1 -0
- package/dist/modules/data-tables/components/toolbar.d.mts +23 -0
- package/dist/modules/data-tables/components/toolbar.d.mts.map +1 -0
- package/dist/modules/data-tables/components/toolbar.mjs +22 -0
- package/dist/modules/data-tables/components/toolbar.mjs.map +1 -0
- package/dist/modules/data-tables/hooks/use-context.client.d.mts +56 -0
- package/dist/modules/data-tables/hooks/use-context.client.d.mts.map +1 -0
- package/dist/modules/data-tables/hooks/use-context.client.mjs +35 -0
- package/dist/modules/data-tables/hooks/use-context.client.mjs.map +1 -0
- package/dist/modules/data-tables/hooks/use-search.client.mjs +40 -0
- package/dist/modules/data-tables/hooks/use-search.client.mjs.map +1 -0
- package/dist/modules/data-tables/hooks/use-selection.client.mjs +39 -0
- package/dist/modules/data-tables/hooks/use-selection.client.mjs.map +1 -0
- package/dist/modules/data-tables/hooks/use-table.client.d.mts +12 -0
- package/dist/modules/data-tables/hooks/use-table.client.d.mts.map +1 -0
- package/dist/modules/data-tables/hooks/use-table.client.mjs +55 -0
- package/dist/modules/data-tables/hooks/use-table.client.mjs.map +1 -0
- package/dist/modules/data-tables/lib/converters/cursor.d.mts +19 -0
- package/dist/modules/data-tables/lib/converters/cursor.d.mts.map +1 -0
- package/dist/modules/data-tables/lib/converters/cursor.mjs +16 -0
- package/dist/modules/data-tables/lib/converters/cursor.mjs.map +1 -0
- package/dist/modules/data-tables/lib/converters/dto.d.mts +52 -0
- package/dist/modules/data-tables/lib/converters/dto.d.mts.map +1 -0
- package/dist/modules/data-tables/lib/converters/dto.mjs +25 -0
- package/dist/modules/data-tables/lib/converters/dto.mjs.map +1 -0
- package/dist/modules/data-tables/lib/converters/filter.d.mts +10 -0
- package/dist/modules/data-tables/lib/converters/filter.d.mts.map +1 -0
- package/dist/modules/data-tables/lib/converters/filter.mjs +14 -0
- package/dist/modules/data-tables/lib/converters/filter.mjs.map +1 -0
- package/dist/modules/data-tables/lib/converters/search.d.mts +17 -0
- package/dist/modules/data-tables/lib/converters/search.d.mts.map +1 -0
- package/dist/modules/data-tables/lib/converters/search.mjs +16 -0
- package/dist/modules/data-tables/lib/converters/search.mjs.map +1 -0
- package/dist/modules/data-tables/lib/converters/sorting.d.mts +15 -0
- package/dist/modules/data-tables/lib/converters/sorting.d.mts.map +1 -0
- package/dist/modules/data-tables/lib/converters/sorting.mjs +20 -0
- package/dist/modules/data-tables/lib/converters/sorting.mjs.map +1 -0
- package/dist/modules/data-tables/lib/filters/config.d.mts +11 -0
- package/dist/modules/data-tables/lib/filters/config.d.mts.map +1 -0
- package/dist/modules/data-tables/lib/filters/config.mjs +6 -0
- package/dist/modules/data-tables/lib/filters/config.mjs.map +1 -0
- package/dist/modules/data-tables/lib/filters/parsers.d.mts +32 -0
- package/dist/modules/data-tables/lib/filters/parsers.d.mts.map +1 -0
- package/dist/modules/data-tables/lib/filters/parsers.mjs +29 -0
- package/dist/modules/data-tables/lib/filters/parsers.mjs.map +1 -0
- package/dist/modules/data-tables/lib/filters/resolvers.d.mts +24 -0
- package/dist/modules/data-tables/lib/filters/resolvers.d.mts.map +1 -0
- package/dist/modules/data-tables/lib/filters/resolvers.mjs +49 -0
- package/dist/modules/data-tables/lib/filters/resolvers.mjs.map +1 -0
- package/dist/modules/data-tables/lib/helpers/create-column.mjs +11 -0
- package/dist/modules/data-tables/lib/helpers/create-column.mjs.map +1 -0
- package/dist/modules/data-tables/lib/search-params.d.mts +22 -0
- package/dist/modules/data-tables/lib/search-params.d.mts.map +1 -0
- package/dist/modules/data-tables/lib/search-params.mjs +17 -0
- package/dist/modules/data-tables/lib/search-params.mjs.map +1 -0
- package/dist/modules/data-tables/lib/types.d.mts +57 -0
- package/dist/modules/data-tables/lib/types.d.mts.map +1 -0
- package/dist/modules/data-tables/lib/validators.d.mts +21 -0
- package/dist/modules/data-tables/lib/validators.d.mts.map +1 -0
- package/dist/modules/data-tables/lib/validators.mjs +17 -0
- package/dist/modules/data-tables/lib/validators.mjs.map +1 -0
- package/dist/modules/data-tables/server/get-data.server.d.mts +31 -0
- package/dist/modules/data-tables/server/get-data.server.d.mts.map +1 -0
- package/dist/modules/data-tables/server/get-data.server.mjs +48 -0
- package/dist/modules/data-tables/server/get-data.server.mjs.map +1 -0
- package/dist/modules/data-tables/strategies/helpers/sorting.mjs +38 -0
- package/dist/modules/data-tables/strategies/helpers/sorting.mjs.map +1 -0
- package/dist/modules/data-tables/strategies/infinite/components.mjs +51 -0
- package/dist/modules/data-tables/strategies/infinite/components.mjs.map +1 -0
- package/dist/modules/data-tables/strategies/infinite/strategy.d.mts +21 -0
- package/dist/modules/data-tables/strategies/infinite/strategy.d.mts.map +1 -0
- package/dist/modules/data-tables/strategies/infinite/strategy.mjs +48 -0
- package/dist/modules/data-tables/strategies/infinite/strategy.mjs.map +1 -0
- package/dist/modules/data-tables/strategies/pagination/components.mjs +132 -0
- package/dist/modules/data-tables/strategies/pagination/components.mjs.map +1 -0
- package/dist/modules/data-tables/strategies/pagination/strategy.d.mts +13 -0
- package/dist/modules/data-tables/strategies/pagination/strategy.d.mts.map +1 -0
- package/dist/modules/data-tables/strategies/pagination/strategy.mjs +46 -0
- package/dist/modules/data-tables/strategies/pagination/strategy.mjs.map +1 -0
- package/dist/modules/data-tables/tables/data-table/components/body.mjs +33 -0
- package/dist/modules/data-tables/tables/data-table/components/body.mjs.map +1 -0
- package/dist/modules/data-tables/tables/data-table/components/header.mjs +13 -0
- package/dist/modules/data-tables/tables/data-table/components/header.mjs.map +1 -0
- package/dist/modules/data-tables/tables/data-table/components/row.mjs +25 -0
- package/dist/modules/data-tables/tables/data-table/components/row.mjs.map +1 -0
- package/dist/modules/data-tables/tables/data-table/components/table.d.mts +11 -0
- package/dist/modules/data-tables/tables/data-table/components/table.d.mts.map +1 -0
- package/dist/modules/data-tables/tables/data-table/components/table.mjs +37 -0
- package/dist/modules/data-tables/tables/data-table/components/table.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/body.mjs +70 -0
- package/dist/modules/data-tables/tables/inline-table/components/body.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/cells/common.d.mts +12 -0
- package/dist/modules/data-tables/tables/inline-table/components/cells/common.d.mts.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/cells/common.mjs +16 -0
- package/dist/modules/data-tables/tables/inline-table/components/cells/common.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.d.mts +25 -0
- package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.d.mts.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.mjs +39 -0
- package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/header.mjs +11 -0
- package/dist/modules/data-tables/tables/inline-table/components/header.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.d.mts +29 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.d.mts.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.mjs +52 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.d.mts +27 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.d.mts.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.mjs +29 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.d.mts +39 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.d.mts.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.mjs +71 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.d.mts +12 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.d.mts.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.mjs +16 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.d.mts +33 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.d.mts.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.mjs +52 -0
- package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/row.client.mjs +41 -0
- package/dist/modules/data-tables/tables/inline-table/components/row.client.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/table.d.mts +16 -0
- package/dist/modules/data-tables/tables/inline-table/components/table.d.mts.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/components/table.mjs +46 -0
- package/dist/modules/data-tables/tables/inline-table/components/table.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/hooks/context.client.d.mts +47 -0
- package/dist/modules/data-tables/tables/inline-table/hooks/context.client.d.mts.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/hooks/context.client.mjs +58 -0
- package/dist/modules/data-tables/tables/inline-table/hooks/context.client.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/hooks/use-hotkeys.client.mjs +27 -0
- package/dist/modules/data-tables/tables/inline-table/hooks/use-hotkeys.client.mjs.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.d.mts +17 -0
- package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.d.mts.map +1 -0
- package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.mjs +53 -0
- package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.mjs.map +1 -0
- package/dist/modules/inline-edit/components/combobox-dropdown.client.d.mts +20 -0
- package/dist/modules/inline-edit/components/combobox-dropdown.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/components/combobox-dropdown.client.mjs +28 -0
- package/dist/modules/inline-edit/components/combobox-dropdown.client.mjs.map +1 -0
- package/dist/modules/inline-edit/components/combobox.client.d.mts +15 -0
- package/dist/modules/inline-edit/components/combobox.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/components/combobox.client.mjs +27 -0
- package/dist/modules/inline-edit/components/combobox.client.mjs.map +1 -0
- package/dist/modules/inline-edit/components/date-input.client.d.mts +14 -0
- package/dist/modules/inline-edit/components/date-input.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/components/date-input.client.mjs +78 -0
- package/dist/modules/inline-edit/components/date-input.client.mjs.map +1 -0
- package/dist/modules/inline-edit/components/date-picker.client.d.mts +16 -0
- package/dist/modules/inline-edit/components/date-picker.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/components/date-picker.client.mjs +50 -0
- package/dist/modules/inline-edit/components/date-picker.client.mjs.map +1 -0
- package/dist/modules/inline-edit/components/editor.client.d.mts +18 -0
- package/dist/modules/inline-edit/components/editor.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/components/editor.client.mjs +35 -0
- package/dist/modules/inline-edit/components/editor.client.mjs.map +1 -0
- package/dist/modules/inline-edit/components/input-recipient.client.d.mts +24 -0
- package/dist/modules/inline-edit/components/input-recipient.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/components/input-recipient.client.mjs +30 -0
- package/dist/modules/inline-edit/components/input-recipient.client.mjs.map +1 -0
- package/dist/modules/inline-edit/components/input-toggle.client.d.mts +17 -0
- package/dist/modules/inline-edit/components/input-toggle.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/components/input-toggle.client.mjs +46 -0
- package/dist/modules/inline-edit/components/input-toggle.client.mjs.map +1 -0
- package/dist/modules/inline-edit/components/input.client.d.mts +33 -0
- package/dist/modules/inline-edit/components/input.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/components/input.client.mjs +49 -0
- package/dist/modules/inline-edit/components/input.client.mjs.map +1 -0
- package/dist/modules/inline-edit/components/richtext.client.d.mts +15 -0
- package/dist/modules/inline-edit/components/richtext.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/components/richtext.client.mjs +31 -0
- package/dist/modules/inline-edit/components/richtext.client.mjs.map +1 -0
- package/dist/modules/inline-edit/components/select.client.d.mts +27 -0
- package/dist/modules/inline-edit/components/select.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/components/select.client.mjs +43 -0
- package/dist/modules/inline-edit/components/select.client.mjs.map +1 -0
- package/dist/modules/inline-edit/components/switch.client.d.mts +14 -0
- package/dist/modules/inline-edit/components/switch.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/components/switch.client.mjs +26 -0
- package/dist/modules/inline-edit/components/switch.client.mjs.map +1 -0
- package/dist/modules/inline-edit/components/toggle.client.d.mts +16 -0
- package/dist/modules/inline-edit/components/toggle.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/components/toggle.client.mjs +33 -0
- package/dist/modules/inline-edit/components/toggle.client.mjs.map +1 -0
- package/dist/modules/inline-edit/hooks/context.client.d.mts +28 -0
- package/dist/modules/inline-edit/hooks/context.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/hooks/context.client.mjs +28 -0
- package/dist/modules/inline-edit/hooks/context.client.mjs.map +1 -0
- package/dist/modules/inline-edit/hooks/use-inline.client.d.mts +16 -0
- package/dist/modules/inline-edit/hooks/use-inline.client.d.mts.map +1 -0
- package/dist/modules/inline-edit/hooks/use-inline.client.mjs +56 -0
- package/dist/modules/inline-edit/hooks/use-inline.client.mjs.map +1 -0
- package/dist/modules/inline-edit/lib/validators.d.mts +58 -0
- package/dist/modules/inline-edit/lib/validators.d.mts.map +1 -0
- package/dist/modules/inline-edit/lib/validators.mjs +35 -0
- package/dist/modules/inline-edit/lib/validators.mjs.map +1 -0
- package/dist/modules/inline-edit/lib/variants.d.mts +11 -0
- package/dist/modules/inline-edit/lib/variants.d.mts.map +1 -0
- package/dist/modules/inline-edit/lib/variants.mjs +14 -0
- package/dist/modules/inline-edit/lib/variants.mjs.map +1 -0
- package/dist/modules/router/handler/caller.client.d.mts +12 -0
- package/dist/modules/router/handler/caller.client.d.mts.map +1 -0
- package/dist/modules/router/handler/caller.client.mjs +24 -0
- package/dist/modules/router/handler/caller.client.mjs.map +1 -0
- package/dist/modules/router/handler/caller.server.d.mts +7 -0
- package/dist/modules/router/handler/caller.server.d.mts.map +1 -0
- package/dist/modules/router/handler/caller.server.mjs +8 -0
- package/dist/modules/router/handler/caller.server.mjs.map +1 -0
- package/dist/modules/router/handler/context.server.d.mts +61 -0
- package/dist/modules/router/handler/context.server.d.mts.map +1 -0
- package/dist/modules/router/handler/context.server.mjs +21 -0
- package/dist/modules/router/handler/context.server.mjs.map +1 -0
- package/dist/modules/router/handler/init.server.d.mts +91 -0
- package/dist/modules/router/handler/init.server.d.mts.map +1 -0
- package/dist/modules/router/handler/init.server.mjs +53 -0
- package/dist/modules/router/handler/init.server.mjs.map +1 -0
- package/dist/modules/router/handler/register.server.d.mts +9 -0
- package/dist/modules/router/handler/register.server.d.mts.map +1 -0
- package/dist/modules/router/handler/register.server.mjs +11 -0
- package/dist/modules/router/handler/register.server.mjs.map +1 -0
- package/dist/modules/router/handler/route.server.d.mts +23 -0
- package/dist/modules/router/handler/route.server.d.mts.map +1 -0
- package/dist/modules/router/handler/route.server.mjs +33 -0
- package/dist/modules/router/handler/route.server.mjs.map +1 -0
- package/dist/modules/router/lib/helpers.mjs +8 -0
- package/dist/modules/router/lib/helpers.mjs.map +1 -0
- package/dist/modules/router/lib/query-client.d.mts +11 -0
- package/dist/modules/router/lib/query-client.d.mts.map +1 -0
- package/dist/modules/router/lib/query-client.mjs +51 -0
- package/dist/modules/router/lib/query-client.mjs.map +1 -0
- package/dist/modules/router/lib/query-client.server.d.mts +18 -0
- package/dist/modules/router/lib/query-client.server.d.mts.map +1 -0
- package/dist/modules/router/lib/query-client.server.mjs +24 -0
- package/dist/modules/router/lib/query-client.server.mjs.map +1 -0
- package/dist/modules/router/lib/validators.d.mts +14 -0
- package/dist/modules/router/lib/validators.d.mts.map +1 -0
- package/dist/modules/router/lib/validators.mjs +11 -0
- package/dist/modules/router/lib/validators.mjs.map +1 -0
- package/dist/modules/uploads/components/button.client.d.mts +12 -0
- package/dist/modules/uploads/components/button.client.d.mts.map +1 -0
- package/dist/modules/uploads/components/button.client.mjs +34 -0
- package/dist/modules/uploads/components/button.client.mjs.map +1 -0
- package/dist/modules/uploads/components/dropzone/context.d.mts +19 -0
- package/dist/modules/uploads/components/dropzone/context.d.mts.map +1 -0
- package/dist/modules/uploads/components/dropzone/context.mjs +18 -0
- package/dist/modules/uploads/components/dropzone/context.mjs.map +1 -0
- package/dist/modules/uploads/components/dropzone/index.d.mts +53 -0
- package/dist/modules/uploads/components/dropzone/index.d.mts.map +1 -0
- package/dist/modules/uploads/components/dropzone/index.mjs +111 -0
- package/dist/modules/uploads/components/dropzone/index.mjs.map +1 -0
- package/dist/modules/uploads/components/images/grid.client.d.mts +11 -0
- package/dist/modules/uploads/components/images/grid.client.d.mts.map +1 -0
- package/dist/modules/uploads/components/images/grid.client.mjs +119 -0
- package/dist/modules/uploads/components/images/grid.client.mjs.map +1 -0
- package/dist/modules/uploads/components/images/input.client.d.mts +16 -0
- package/dist/modules/uploads/components/images/input.client.d.mts.map +1 -0
- package/dist/modules/uploads/components/images/input.client.mjs +28 -0
- package/dist/modules/uploads/components/images/input.client.mjs.map +1 -0
- package/dist/modules/uploads/components/preview-dialog.client.d.mts +16 -0
- package/dist/modules/uploads/components/preview-dialog.client.d.mts.map +1 -0
- package/dist/modules/uploads/components/preview-dialog.client.mjs +22 -0
- package/dist/modules/uploads/components/preview-dialog.client.mjs.map +1 -0
- package/dist/modules/uploads/components/zone.client.d.mts +21 -0
- package/dist/modules/uploads/components/zone.client.d.mts.map +1 -0
- package/dist/modules/uploads/components/zone.client.mjs +38 -0
- package/dist/modules/uploads/components/zone.client.mjs.map +1 -0
- package/dist/modules/uploads/hooks/use-upload-image.client.d.mts +34 -0
- package/dist/modules/uploads/hooks/use-upload-image.client.d.mts.map +1 -0
- package/dist/modules/uploads/hooks/use-upload-image.client.mjs +101 -0
- package/dist/modules/uploads/hooks/use-upload-image.client.mjs.map +1 -0
- package/dist/modules/uploads/hooks/use-upload-zone.client.d.mts +39 -0
- package/dist/modules/uploads/hooks/use-upload-zone.client.d.mts.map +1 -0
- package/dist/modules/uploads/hooks/use-upload-zone.client.mjs +20 -0
- package/dist/modules/uploads/hooks/use-upload-zone.client.mjs.map +1 -0
- package/dist/modules/uploads/lib/constants.d.mts +9 -0
- package/dist/modules/uploads/lib/constants.d.mts.map +1 -0
- package/dist/modules/uploads/lib/constants.mjs +17 -0
- package/dist/modules/uploads/lib/constants.mjs.map +1 -0
- package/dist/modules/uploads/lib/filters.d.mts +15 -0
- package/dist/modules/uploads/lib/filters.d.mts.map +1 -0
- package/dist/modules/uploads/lib/filters.mjs +15 -0
- package/dist/modules/uploads/lib/filters.mjs.map +1 -0
- package/dist/modules/uploads/lib/helpers.d.mts +36 -0
- package/dist/modules/uploads/lib/helpers.d.mts.map +1 -0
- package/dist/modules/uploads/lib/helpers.mjs +93 -0
- package/dist/modules/uploads/lib/helpers.mjs.map +1 -0
- package/dist/modules/uploads/lib/procedures.server.d.mts +13628 -0
- package/dist/modules/uploads/lib/procedures.server.d.mts.map +1 -0
- package/dist/modules/uploads/lib/procedures.server.mjs +176 -0
- package/dist/modules/uploads/lib/procedures.server.mjs.map +1 -0
- package/dist/modules/uploads/lib/proxy.server.d.mts +54 -0
- package/dist/modules/uploads/lib/proxy.server.d.mts.map +1 -0
- package/dist/modules/uploads/lib/proxy.server.mjs +97 -0
- package/dist/modules/uploads/lib/proxy.server.mjs.map +1 -0
- package/dist/modules/uploads/lib/route.server.d.mts +43 -0
- package/dist/modules/uploads/lib/route.server.d.mts.map +1 -0
- package/dist/modules/uploads/lib/route.server.mjs +70 -0
- package/dist/modules/uploads/lib/route.server.mjs.map +1 -0
- package/dist/modules/uploads/lib/schema.d.mts +850 -0
- package/dist/modules/uploads/lib/schema.d.mts.map +1 -0
- package/dist/modules/uploads/lib/schema.mjs +68 -0
- package/dist/modules/uploads/lib/schema.mjs.map +1 -0
- package/dist/modules/uploads/lib/validators.d.mts +1008 -0
- package/dist/modules/uploads/lib/validators.d.mts.map +1 -0
- package/dist/modules/uploads/lib/validators.mjs +26 -0
- package/dist/modules/uploads/lib/validators.mjs.map +1 -0
- package/dist/router/client.d.mts +2 -0
- package/dist/router/client.mjs +3 -0
- package/dist/router/server.d.mts +8 -0
- package/dist/router/server.mjs +9 -0
- package/dist/router.d.mts +2 -0
- package/dist/router.mjs +3 -0
- package/dist/uploads/client.d.mts +10 -0
- package/dist/uploads/client.mjs +11 -0
- package/dist/uploads/server.d.mts +4 -0
- package/dist/uploads/server.mjs +5 -0
- package/dist/uploads.d.mts +6 -0
- package/dist/uploads.mjs +7 -0
- package/package.json +90 -84
- package/src/components/common/icons.tsx +2 -0
- package/src/components/editor/context.client.tsx +4 -4
- package/src/components/editor/lib/helpers.ts +17 -0
- package/src/components/editor/lib/types.ts +6 -0
- package/src/components/editor/preview.client.tsx +2 -2
- package/src/components/entry.client.ts +1 -1
- package/src/components/entry.ts +2 -0
- package/src/components/header/bottom-bar.client.tsx +25 -12
- package/src/components/header/top-bar.client.tsx +1 -1
- package/src/components/layouts/admin-layout.tsx +4 -7
- package/src/components/layouts/not-found-page.tsx +9 -1
- package/src/components/layouts/not-found-section.tsx +10 -5
- package/src/components/layouts/providers.client.tsx +1 -1
- package/src/components/layouts/root-layout.server.tsx +2 -5
- package/src/components/navigation/admin-sidebar-header.client.tsx +49 -5
- package/src/components/ui/accordion.tsx +1 -1
- package/src/components/ui/date-picker.client.tsx +65 -0
- package/src/components/ui/form.client.tsx +4 -1
- package/src/components/ui/input-recipient.tsx +286 -0
- package/src/entry.ts +6 -0
- package/src/lib/utils/format.ts +20 -0
- package/src/lib/utils/manifest.ts +2 -3
- package/src/lib/utils/user-agent.ts +63 -0
- package/src/modules/auth/components/auth-loading.tsx +1 -1
- package/src/modules/auth/components/create-first-user-page.client.tsx +167 -0
- package/src/modules/auth/components/guard-first-user.server.tsx +28 -0
- package/src/modules/auth/components/guard.server.tsx +22 -0
- package/src/modules/auth/components/login-page.client.tsx +111 -40
- package/src/modules/auth/components/reset-password-page.client.tsx +47 -4
- package/src/modules/auth/components/update-password-command.tsx +19 -6
- package/src/modules/auth/db/schema.ts +68 -1
- package/src/modules/auth/entry.client.ts +1 -0
- package/src/modules/auth/entry.server.ts +15 -1
- package/src/modules/auth/handler/client.client.ts +3 -13
- package/src/modules/auth/handler/init.ts +108 -0
- package/src/modules/auth/handler/proxy.server.ts +28 -0
- package/src/modules/auth/handler/route.server.ts +4 -9
- package/src/modules/auth/hooks/use-permission.ts +3 -6
- package/src/modules/auth/lib/helpers.server.ts +6 -10
- package/src/modules/commands/components/alert-dialog-command.client.tsx +29 -80
- package/src/modules/commands/components/click-command.client.tsx +22 -11
- package/src/modules/commands/components/dropdown-command.client.tsx +38 -11
- package/src/modules/commands/components/form-dialog-command.client.tsx +45 -17
- package/src/modules/commands/hooks/use-command-action.client.tsx +28 -20
- package/src/modules/commands/lib/definitions.ts +1 -2
- package/src/modules/commands/lib/factory.ts +1 -1
- package/src/modules/commands/utils/archive-command.client.tsx +26 -17
- package/src/modules/commands/utils/delete-command.client.tsx +17 -11
- package/src/modules/commands/utils/send-mail-command.client.tsx +136 -173
- package/src/modules/config/db/helpers.ts +3 -1
- package/src/modules/config/db/init.ts +25 -0
- package/src/modules/config/entry.server.ts +5 -8
- package/src/modules/config/entry.ts +3 -3
- package/src/modules/config/lib/config.ts +15 -0
- package/src/modules/config/lib/context.ts +17 -0
- package/src/modules/config/providers/blob.ts +11 -0
- package/src/modules/config/providers/email.ts +13 -0
- package/src/modules/data-tables/hooks/use-search.client.ts +3 -2
- package/src/modules/data-tables/server/get-data.server.ts +10 -4
- package/src/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.tsx +9 -2
- package/src/modules/data-tables/tables/inline-table/components/row.client.tsx +2 -1
- package/src/modules/inline-edit/components/combobox-dropdown.client.tsx +6 -0
- package/src/modules/inline-edit/components/editor.client.tsx +7 -2
- package/src/modules/inline-edit/components/input-recipient.client.tsx +43 -0
- package/src/modules/inline-edit/components/input.client.tsx +26 -10
- package/src/modules/inline-edit/components/richtext.client.tsx +2 -0
- package/src/modules/inline-edit/components/select.client.tsx +8 -2
- package/src/modules/inline-edit/entry.client.ts +1 -0
- package/src/modules/inline-edit/hooks/use-inline.client.tsx +3 -3
- package/src/modules/inline-edit/lib/variants.ts +16 -0
- package/src/modules/router/entry.client.ts +4 -0
- package/src/modules/router/entry.server.ts +14 -0
- package/src/modules/router/entry.ts +4 -0
- package/src/modules/router/handler/caller.client.tsx +32 -0
- package/src/modules/router/handler/caller.server.ts +3 -0
- package/src/modules/router/handler/context.server.ts +28 -0
- package/src/modules/router/handler/init.server.ts +77 -0
- package/src/modules/router/handler/register.server.ts +14 -0
- package/src/modules/router/handler/route.server.ts +41 -0
- package/src/modules/router/lib/query-client.server.tsx +19 -0
- package/src/modules/uploads/components/dropzone/context.tsx +23 -0
- package/src/modules/uploads/components/dropzone/index.tsx +152 -0
- package/src/modules/uploads/entry.client.ts +2 -0
- package/src/modules/uploads/entry.server.ts +2 -2
- package/src/modules/uploads/lib/filters.ts +4 -1
- package/src/modules/uploads/lib/helpers.ts +17 -0
- package/src/modules/uploads/lib/procedures.server.ts +332 -0
- package/src/modules/uploads/lib/proxy.server.ts +29 -21
- package/src/modules/uploads/lib/route.server.ts +4 -6
- package/src/modules/uploads/lib/schema.ts +2 -2
- package/src/modules/uploads/lib/validators.ts +4 -1
- package/dist/auth/client.d.ts +0 -9
- package/dist/auth/client.js +0 -10
- package/dist/auth/server.d.ts +0 -5
- package/dist/auth/server.js +0 -6
- package/dist/auth.d.ts +0 -5
- package/dist/auth.js +0 -6
- package/dist/commands/client.d.ts +0 -16
- package/dist/commands/client.js +0 -17
- package/dist/commands.d.ts +0 -3
- package/dist/commands.js +0 -3
- package/dist/components/client.d.ts +0 -36
- package/dist/components/client.js +0 -37
- package/dist/components/common/icons.d.ts +0 -60
- package/dist/components/common/icons.d.ts.map +0 -1
- package/dist/components/common/icons.js +0 -121
- package/dist/components/common/icons.js.map +0 -1
- package/dist/components/common/status.d.ts +0 -53
- package/dist/components/common/status.d.ts.map +0 -1
- package/dist/components/common/status.js +0 -56
- package/dist/components/common/status.js.map +0 -1
- package/dist/components/editor/components/block-dropdown.js +0 -83
- package/dist/components/editor/components/block-dropdown.js.map +0 -1
- package/dist/components/editor/components/content.client.d.ts +0 -7
- package/dist/components/editor/components/content.client.d.ts.map +0 -1
- package/dist/components/editor/components/content.client.js +0 -18
- package/dist/components/editor/components/content.client.js.map +0 -1
- package/dist/components/editor/components/fixed-menu.client.d.ts +0 -7
- package/dist/components/editor/components/fixed-menu.client.d.ts.map +0 -1
- package/dist/components/editor/components/fixed-menu.client.js +0 -134
- package/dist/components/editor/components/fixed-menu.client.js.map +0 -1
- package/dist/components/editor/context.client.d.ts +0 -32
- package/dist/components/editor/context.client.d.ts.map +0 -1
- package/dist/components/editor/context.client.js +0 -46
- package/dist/components/editor/context.client.js.map +0 -1
- package/dist/components/editor/index.client.d.ts +0 -11
- package/dist/components/editor/index.client.d.ts.map +0 -1
- package/dist/components/editor/index.client.js +0 -17
- package/dist/components/editor/index.client.js.map +0 -1
- package/dist/components/editor/preview.client.d.ts +0 -12
- package/dist/components/editor/preview.client.d.ts.map +0 -1
- package/dist/components/editor/preview.client.js +0 -20
- package/dist/components/editor/preview.client.js.map +0 -1
- package/dist/components/emails/forget-password-email.js +0 -52
- package/dist/components/emails/forget-password-email.js.map +0 -1
- package/dist/components/header/back-button.client.d.ts +0 -10
- package/dist/components/header/back-button.client.d.ts.map +0 -1
- package/dist/components/header/back-button.client.js +0 -44
- package/dist/components/header/back-button.client.js.map +0 -1
- package/dist/components/header/bottom-bar.client.d.ts +0 -29
- package/dist/components/header/bottom-bar.client.d.ts.map +0 -1
- package/dist/components/header/bottom-bar.client.js +0 -31
- package/dist/components/header/bottom-bar.client.js.map +0 -1
- package/dist/components/header/breadcrumbs.client.d.ts +0 -35
- package/dist/components/header/breadcrumbs.client.d.ts.map +0 -1
- package/dist/components/header/breadcrumbs.client.js +0 -64
- package/dist/components/header/breadcrumbs.client.js.map +0 -1
- package/dist/components/header/header.client.d.ts +0 -12
- package/dist/components/header/header.client.d.ts.map +0 -1
- package/dist/components/header/header.client.js +0 -15
- package/dist/components/header/header.client.js.map +0 -1
- package/dist/components/header/indicator.client.js +0 -26
- package/dist/components/header/indicator.client.js.map +0 -1
- package/dist/components/header/mobile-nav-switcher.client.d.ts +0 -10
- package/dist/components/header/mobile-nav-switcher.client.d.ts.map +0 -1
- package/dist/components/header/mobile-nav-switcher.client.js +0 -20
- package/dist/components/header/mobile-nav-switcher.client.js.map +0 -1
- package/dist/components/header/top-bar.client.d.ts +0 -43
- package/dist/components/header/top-bar.client.d.ts.map +0 -1
- package/dist/components/header/top-bar.client.js +0 -48
- package/dist/components/header/top-bar.client.js.map +0 -1
- package/dist/components/layouts/admin-content.client.d.ts +0 -13
- package/dist/components/layouts/admin-content.client.d.ts.map +0 -1
- package/dist/components/layouts/admin-content.client.js +0 -24
- package/dist/components/layouts/admin-content.client.js.map +0 -1
- package/dist/components/layouts/admin-layout.d.ts +0 -8
- package/dist/components/layouts/admin-layout.d.ts.map +0 -1
- package/dist/components/layouts/admin-layout.js +0 -15
- package/dist/components/layouts/admin-layout.js.map +0 -1
- package/dist/components/layouts/admin-loading.d.ts +0 -8
- package/dist/components/layouts/admin-loading.d.ts.map +0 -1
- package/dist/components/layouts/admin-loading.js +0 -14
- package/dist/components/layouts/admin-loading.js.map +0 -1
- package/dist/components/layouts/empty-page.d.ts +0 -31
- package/dist/components/layouts/empty-page.d.ts.map +0 -1
- package/dist/components/layouts/empty-page.js +0 -29
- package/dist/components/layouts/empty-page.js.map +0 -1
- package/dist/components/layouts/list-layout.d.ts +0 -12
- package/dist/components/layouts/list-layout.d.ts.map +0 -1
- package/dist/components/layouts/list-layout.js +0 -15
- package/dist/components/layouts/list-layout.js.map +0 -1
- package/dist/components/layouts/not-found-page.d.ts +0 -7
- package/dist/components/layouts/not-found-page.d.ts.map +0 -1
- package/dist/components/layouts/not-found-page.js +0 -14
- package/dist/components/layouts/not-found-page.js.map +0 -1
- package/dist/components/layouts/not-found-section.js +0 -30
- package/dist/components/layouts/not-found-section.js.map +0 -1
- package/dist/components/layouts/providers.client.d.ts +0 -10
- package/dist/components/layouts/providers.client.d.ts.map +0 -1
- package/dist/components/layouts/providers.client.js +0 -32
- package/dist/components/layouts/providers.client.js.map +0 -1
- package/dist/components/layouts/root-layout.server.d.ts +0 -38
- package/dist/components/layouts/root-layout.server.d.ts.map +0 -1
- package/dist/components/layouts/root-layout.server.js +0 -47
- package/dist/components/layouts/root-layout.server.js.map +0 -1
- package/dist/components/layouts/root-loading.d.ts +0 -7
- package/dist/components/layouts/root-loading.d.ts.map +0 -1
- package/dist/components/layouts/root-loading.js +0 -14
- package/dist/components/layouts/root-loading.js.map +0 -1
- package/dist/components/layouts/tab-layout.d.ts +0 -23
- package/dist/components/layouts/tab-layout.d.ts.map +0 -1
- package/dist/components/layouts/tab-layout.js +0 -52
- package/dist/components/layouts/tab-layout.js.map +0 -1
- package/dist/components/lists/data-list.d.ts +0 -31
- package/dist/components/lists/data-list.d.ts.map +0 -1
- package/dist/components/lists/data-list.js +0 -36
- package/dist/components/lists/data-list.js.map +0 -1
- package/dist/components/lists/data-stack.d.ts +0 -49
- package/dist/components/lists/data-stack.d.ts.map +0 -1
- package/dist/components/lists/data-stack.js +0 -57
- package/dist/components/lists/data-stack.js.map +0 -1
- package/dist/components/navigation/admin-sidebar-header.client.js +0 -75
- package/dist/components/navigation/admin-sidebar-header.client.js.map +0 -1
- package/dist/components/navigation/admin-sidebar-paths.client.d.ts +0 -81
- package/dist/components/navigation/admin-sidebar-paths.client.d.ts.map +0 -1
- package/dist/components/navigation/admin-sidebar-paths.client.js +0 -143
- package/dist/components/navigation/admin-sidebar-paths.client.js.map +0 -1
- package/dist/components/navigation/admin-sidebar-skeleton.js +0 -31
- package/dist/components/navigation/admin-sidebar-skeleton.js.map +0 -1
- package/dist/components/server.d.ts +0 -3
- package/dist/components/server.js +0 -4
- package/dist/components/ui/accordion.d.ts +0 -25
- package/dist/components/ui/accordion.d.ts.map +0 -1
- package/dist/components/ui/accordion.js +0 -49
- package/dist/components/ui/accordion.js.map +0 -1
- package/dist/components/ui/alert-dialog.d.ts +0 -43
- package/dist/components/ui/alert-dialog.d.ts.map +0 -1
- package/dist/components/ui/alert-dialog.js +0 -86
- package/dist/components/ui/alert-dialog.js.map +0 -1
- package/dist/components/ui/alert.d.ts +0 -25
- package/dist/components/ui/alert.d.ts.map +0 -1
- package/dist/components/ui/alert.js +0 -39
- package/dist/components/ui/alert.js.map +0 -1
- package/dist/components/ui/aspect-ratio.d.ts +0 -8
- package/dist/components/ui/aspect-ratio.d.ts.map +0 -1
- package/dist/components/ui/aspect-ratio.js +0 -17
- package/dist/components/ui/aspect-ratio.js.map +0 -1
- package/dist/components/ui/avatar.client.d.ts +0 -20
- package/dist/components/ui/avatar.client.d.ts.map +0 -1
- package/dist/components/ui/avatar.client.js +0 -34
- package/dist/components/ui/avatar.client.js.map +0 -1
- package/dist/components/ui/badge.d.ts +0 -20
- package/dist/components/ui/badge.d.ts.map +0 -1
- package/dist/components/ui/badge.js +0 -27
- package/dist/components/ui/badge.js.map +0 -1
- package/dist/components/ui/breadcrumb.d.ts +0 -36
- package/dist/components/ui/breadcrumb.d.ts.map +0 -1
- package/dist/components/ui/breadcrumb.js +0 -72
- package/dist/components/ui/breadcrumb.js.map +0 -1
- package/dist/components/ui/button.d.ts +0 -22
- package/dist/components/ui/button.d.ts.map +0 -1
- package/dist/components/ui/button.js +0 -44
- package/dist/components/ui/button.js.map +0 -1
- package/dist/components/ui/calendar.d.ts +0 -14
- package/dist/components/ui/calendar.d.ts.map +0 -1
- package/dist/components/ui/calendar.js +0 -57
- package/dist/components/ui/calendar.js.map +0 -1
- package/dist/components/ui/card.d.ts +0 -31
- package/dist/components/ui/card.d.ts.map +0 -1
- package/dist/components/ui/card.js +0 -51
- package/dist/components/ui/card.js.map +0 -1
- package/dist/components/ui/carousel.d.ts +0 -48
- package/dist/components/ui/carousel.d.ts.map +0 -1
- package/dist/components/ui/carousel.js +0 -137
- package/dist/components/ui/carousel.js.map +0 -1
- package/dist/components/ui/chart.client.d.ts +0 -72
- package/dist/components/ui/chart.client.d.ts.map +0 -1
- package/dist/components/ui/chart.client.js +0 -144
- package/dist/components/ui/chart.client.js.map +0 -1
- package/dist/components/ui/checkbox.d.ts +0 -12
- package/dist/components/ui/checkbox.d.ts.map +0 -1
- package/dist/components/ui/checkbox.js +0 -26
- package/dist/components/ui/checkbox.js.map +0 -1
- package/dist/components/ui/collapsible.client.d.ts +0 -16
- package/dist/components/ui/collapsible.client.d.ts.map +0 -1
- package/dist/components/ui/collapsible.client.js +0 -29
- package/dist/components/ui/collapsible.client.js.map +0 -1
- package/dist/components/ui/color-picker.client.d.ts +0 -16
- package/dist/components/ui/color-picker.client.d.ts.map +0 -1
- package/dist/components/ui/color-picker.client.js +0 -39
- package/dist/components/ui/color-picker.client.js.map +0 -1
- package/dist/components/ui/combobox-dropdown.client.d.ts +0 -47
- package/dist/components/ui/combobox-dropdown.client.d.ts.map +0 -1
- package/dist/components/ui/combobox-dropdown.client.js +0 -95
- package/dist/components/ui/combobox-dropdown.client.js.map +0 -1
- package/dist/components/ui/combobox.client.d.ts +0 -31
- package/dist/components/ui/combobox.client.d.ts.map +0 -1
- package/dist/components/ui/combobox.client.js +0 -68
- package/dist/components/ui/combobox.client.js.map +0 -1
- package/dist/components/ui/command.d.ts +0 -49
- package/dist/components/ui/command.d.ts.map +0 -1
- package/dist/components/ui/command.js +0 -90
- package/dist/components/ui/command.js.map +0 -1
- package/dist/components/ui/context-menu.d.ts +0 -77
- package/dist/components/ui/context-menu.d.ts.map +0 -1
- package/dist/components/ui/context-menu.js +0 -127
- package/dist/components/ui/context-menu.js.map +0 -1
- package/dist/components/ui/dialog.client.d.ts +0 -45
- package/dist/components/ui/dialog.client.d.ts.map +0 -1
- package/dist/components/ui/dialog.client.js +0 -90
- package/dist/components/ui/dialog.client.js.map +0 -1
- package/dist/components/ui/drawer.client.d.ts +0 -45
- package/dist/components/ui/drawer.client.d.ts.map +0 -1
- package/dist/components/ui/drawer.client.js +0 -83
- package/dist/components/ui/drawer.client.js.map +0 -1
- package/dist/components/ui/dropdown-menu.d.ts +0 -78
- package/dist/components/ui/dropdown-menu.d.ts.map +0 -1
- package/dist/components/ui/dropdown-menu.js +0 -128
- package/dist/components/ui/dropdown-menu.js.map +0 -1
- package/dist/components/ui/form.client.d.ts +0 -46
- package/dist/components/ui/form.client.d.ts.map +0 -1
- package/dist/components/ui/form.client.js +0 -93
- package/dist/components/ui/form.client.js.map +0 -1
- package/dist/components/ui/hover-card.client.d.ts +0 -20
- package/dist/components/ui/hover-card.client.d.ts.map +0 -1
- package/dist/components/ui/hover-card.client.js +0 -34
- package/dist/components/ui/hover-card.client.js.map +0 -1
- package/dist/components/ui/input.d.ts +0 -12
- package/dist/components/ui/input.d.ts.map +0 -1
- package/dist/components/ui/input.js +0 -17
- package/dist/components/ui/input.js.map +0 -1
- package/dist/components/ui/label.d.ts +0 -12
- package/dist/components/ui/label.d.ts.map +0 -1
- package/dist/components/ui/label.js +0 -20
- package/dist/components/ui/label.js.map +0 -1
- package/dist/components/ui/navigation-menu.d.ts +0 -47
- package/dist/components/ui/navigation-menu.d.ts.map +0 -1
- package/dist/components/ui/navigation-menu.js +0 -86
- package/dist/components/ui/navigation-menu.js.map +0 -1
- package/dist/components/ui/pagination.d.ts +0 -40
- package/dist/components/ui/pagination.d.ts.map +0 -1
- package/dist/components/ui/pagination.js +0 -81
- package/dist/components/ui/pagination.js.map +0 -1
- package/dist/components/ui/popover.d.ts +0 -23
- package/dist/components/ui/popover.d.ts.map +0 -1
- package/dist/components/ui/popover.js +0 -40
- package/dist/components/ui/popover.js.map +0 -1
- package/dist/components/ui/progress.client.d.ts +0 -13
- package/dist/components/ui/progress.client.d.ts.map +0 -1
- package/dist/components/ui/progress.client.js +0 -25
- package/dist/components/ui/progress.client.js.map +0 -1
- package/dist/components/ui/radio-group.d.ts +0 -16
- package/dist/components/ui/radio-group.d.ts.map +0 -1
- package/dist/components/ui/radio-group.js +0 -33
- package/dist/components/ui/radio-group.js.map +0 -1
- package/dist/components/ui/resizable.client.d.ts +0 -22
- package/dist/components/ui/resizable.client.d.ts.map +0 -1
- package/dist/components/ui/resizable.client.js +0 -38
- package/dist/components/ui/resizable.client.js.map +0 -1
- package/dist/components/ui/scroll-area.d.ts +0 -18
- package/dist/components/ui/scroll-area.d.ts.map +0 -1
- package/dist/components/ui/scroll-area.js +0 -41
- package/dist/components/ui/scroll-area.js.map +0 -1
- package/dist/components/ui/select.client.d.ts +0 -49
- package/dist/components/ui/select.client.d.ts.map +0 -1
- package/dist/components/ui/select.client.js +0 -100
- package/dist/components/ui/select.client.js.map +0 -1
- package/dist/components/ui/separator.d.ts +0 -14
- package/dist/components/ui/separator.d.ts.map +0 -1
- package/dist/components/ui/separator.js +0 -22
- package/dist/components/ui/separator.js.map +0 -1
- package/dist/components/ui/sheet.client.d.ts +0 -41
- package/dist/components/ui/sheet.client.d.ts.map +0 -1
- package/dist/components/ui/sheet.client.js +0 -84
- package/dist/components/ui/sheet.client.js.map +0 -1
- package/dist/components/ui/sidebar.client.d.ts +0 -168
- package/dist/components/ui/sidebar.client.d.ts.map +0 -1
- package/dist/components/ui/sidebar.client.js +0 -375
- package/dist/components/ui/sidebar.client.js.map +0 -1
- package/dist/components/ui/skeleton.d.ts +0 -10
- package/dist/components/ui/skeleton.d.ts.map +0 -1
- package/dist/components/ui/skeleton.js +0 -15
- package/dist/components/ui/skeleton.js.map +0 -1
- package/dist/components/ui/slider.d.ts +0 -16
- package/dist/components/ui/slider.d.ts.map +0 -1
- package/dist/components/ui/slider.js +0 -41
- package/dist/components/ui/slider.js.map +0 -1
- package/dist/components/ui/sonner.client.d.ts +0 -10
- package/dist/components/ui/sonner.client.d.ts.map +0 -1
- package/dist/components/ui/sonner.client.js +0 -26
- package/dist/components/ui/sonner.client.js.map +0 -1
- package/dist/components/ui/spinner.js +0 -63
- package/dist/components/ui/spinner.js.map +0 -1
- package/dist/components/ui/switch.d.ts +0 -12
- package/dist/components/ui/switch.d.ts.map +0 -1
- package/dist/components/ui/switch.js +0 -24
- package/dist/components/ui/switch.js.map +0 -1
- package/dist/components/ui/tabs.d.ts +0 -24
- package/dist/components/ui/tabs.d.ts.map +0 -1
- package/dist/components/ui/tabs.js +0 -41
- package/dist/components/ui/tabs.js.map +0 -1
- package/dist/components/ui/textarea.d.ts +0 -11
- package/dist/components/ui/textarea.d.ts.map +0 -1
- package/dist/components/ui/textarea.js +0 -16
- package/dist/components/ui/textarea.js.map +0 -1
- package/dist/components/ui/time-input.client.d.ts +0 -16
- package/dist/components/ui/time-input.client.d.ts.map +0 -1
- package/dist/components/ui/time-input.client.js +0 -53
- package/dist/components/ui/time-input.client.js.map +0 -1
- package/dist/components/ui/time-picker-input.client.d.ts +0 -15
- package/dist/components/ui/time-picker-input.client.d.ts.map +0 -1
- package/dist/components/ui/time-picker-input.client.js +0 -65
- package/dist/components/ui/time-picker-input.client.js.map +0 -1
- package/dist/components/ui/toggle-group.client.d.ts +0 -24
- package/dist/components/ui/toggle-group.client.d.ts.map +0 -1
- package/dist/components/ui/toggle-group.client.js +0 -48
- package/dist/components/ui/toggle-group.client.js.map +0 -1
- package/dist/components/ui/toggle.d.ts +0 -20
- package/dist/components/ui/toggle.d.ts.map +0 -1
- package/dist/components/ui/toggle.js +0 -42
- package/dist/components/ui/toggle.js.map +0 -1
- package/dist/components/ui/tooltip.client.d.ts +0 -24
- package/dist/components/ui/tooltip.client.d.ts.map +0 -1
- package/dist/components/ui/tooltip.client.js +0 -41
- package/dist/components/ui/tooltip.client.js.map +0 -1
- package/dist/components/ui/tree.client.d.ts +0 -43
- package/dist/components/ui/tree.client.d.ts.map +0 -1
- package/dist/components/ui/tree.client.js +0 -103
- package/dist/components/ui/tree.client.js.map +0 -1
- package/dist/components.d.ts +0 -39
- package/dist/components.js +0 -40
- package/dist/config/server.d.ts +0 -7
- package/dist/config/server.js +0 -8
- package/dist/config.d.ts +0 -7
- package/dist/config.js +0 -6
- package/dist/data-tables/client.d.ts +0 -21
- package/dist/data-tables/client.js +0 -22
- package/dist/data-tables/server.d.ts +0 -7
- package/dist/data-tables/server.js +0 -8
- package/dist/data-tables.d.ts +0 -13
- package/dist/data-tables.js +0 -13
- package/dist/inline-edit/client.d.ts +0 -13
- package/dist/inline-edit/client.js +0 -14
- package/dist/inline-edit.d.ts +0 -2
- package/dist/inline-edit.js +0 -3
- package/dist/lib/client.d.ts +0 -4
- package/dist/lib/client.js +0 -5
- package/dist/lib/config/constants.d.ts +0 -5
- package/dist/lib/config/constants.d.ts.map +0 -1
- package/dist/lib/config/constants.js +0 -6
- package/dist/lib/config/constants.js.map +0 -1
- package/dist/lib/hooks/use-action.d.ts +0 -18
- package/dist/lib/hooks/use-action.d.ts.map +0 -1
- package/dist/lib/hooks/use-action.js +0 -42
- package/dist/lib/hooks/use-action.js.map +0 -1
- package/dist/lib/hooks/use-indicator.d.ts +0 -32
- package/dist/lib/hooks/use-indicator.d.ts.map +0 -1
- package/dist/lib/hooks/use-indicator.js +0 -51
- package/dist/lib/hooks/use-indicator.js.map +0 -1
- package/dist/lib/hooks/use-mobile.client.d.ts +0 -7
- package/dist/lib/hooks/use-mobile.client.d.ts.map +0 -1
- package/dist/lib/hooks/use-mobile.client.js +0 -22
- package/dist/lib/hooks/use-mobile.client.js.map +0 -1
- package/dist/lib/types/config.d.ts +0 -12
- package/dist/lib/types/config.d.ts.map +0 -1
- package/dist/lib/utils/array-move.d.ts +0 -11
- package/dist/lib/utils/array-move.d.ts.map +0 -1
- package/dist/lib/utils/array-move.js +0 -13
- package/dist/lib/utils/array-move.js.map +0 -1
- package/dist/lib/utils/cn.d.ts +0 -7
- package/dist/lib/utils/cn.d.ts.map +0 -1
- package/dist/lib/utils/cn.js +0 -11
- package/dist/lib/utils/cn.js.map +0 -1
- package/dist/lib/utils/fonts.d.ts +0 -8
- package/dist/lib/utils/fonts.d.ts.map +0 -1
- package/dist/lib/utils/fonts.js +0 -12
- package/dist/lib/utils/fonts.js.map +0 -1
- package/dist/lib/utils/format.d.ts +0 -41
- package/dist/lib/utils/format.d.ts.map +0 -1
- package/dist/lib/utils/format.js +0 -96
- package/dist/lib/utils/format.js.map +0 -1
- package/dist/lib/utils/manifest.d.ts +0 -9
- package/dist/lib/utils/manifest.d.ts.map +0 -1
- package/dist/lib/utils/manifest.js +0 -36
- package/dist/lib/utils/manifest.js.map +0 -1
- package/dist/lib/utils/time-picker.d.ts +0 -6
- package/dist/lib/utils/time-picker.d.ts.map +0 -1
- package/dist/lib/utils/time-picker.js +0 -104
- package/dist/lib/utils/time-picker.js.map +0 -1
- package/dist/lib/utils/url.d.ts +0 -10
- package/dist/lib/utils/url.d.ts.map +0 -1
- package/dist/lib/utils/url.js +0 -15
- package/dist/lib/utils/url.js.map +0 -1
- package/dist/lib.d.ts +0 -9
- package/dist/lib.js +0 -9
- package/dist/modules/auth/components/allowed.client.d.ts +0 -21
- package/dist/modules/auth/components/allowed.client.d.ts.map +0 -1
- package/dist/modules/auth/components/allowed.client.js +0 -16
- package/dist/modules/auth/components/allowed.client.js.map +0 -1
- package/dist/modules/auth/components/allowed.server.d.ts +0 -23
- package/dist/modules/auth/components/allowed.server.d.ts.map +0 -1
- package/dist/modules/auth/components/allowed.server.js +0 -24
- package/dist/modules/auth/components/allowed.server.js.map +0 -1
- package/dist/modules/auth/components/auth-layout.server.d.ts +0 -10
- package/dist/modules/auth/components/auth-layout.server.d.ts.map +0 -1
- package/dist/modules/auth/components/auth-layout.server.js +0 -37
- package/dist/modules/auth/components/auth-layout.server.js.map +0 -1
- package/dist/modules/auth/components/auth-loading.d.ts +0 -7
- package/dist/modules/auth/components/auth-loading.d.ts.map +0 -1
- package/dist/modules/auth/components/auth-loading.js +0 -18
- package/dist/modules/auth/components/auth-loading.js.map +0 -1
- package/dist/modules/auth/components/forget-password-page.client.d.ts +0 -7
- package/dist/modules/auth/components/forget-password-page.client.d.ts.map +0 -1
- package/dist/modules/auth/components/forget-password-page.client.js +0 -73
- package/dist/modules/auth/components/forget-password-page.client.js.map +0 -1
- package/dist/modules/auth/components/guard.js +0 -16
- package/dist/modules/auth/components/guard.js.map +0 -1
- package/dist/modules/auth/components/login-page.client.d.ts +0 -7
- package/dist/modules/auth/components/login-page.client.d.ts.map +0 -1
- package/dist/modules/auth/components/login-page.client.js +0 -112
- package/dist/modules/auth/components/login-page.client.js.map +0 -1
- package/dist/modules/auth/components/reset-password-page.client.d.ts +0 -12
- package/dist/modules/auth/components/reset-password-page.client.d.ts.map +0 -1
- package/dist/modules/auth/components/reset-password-page.client.js +0 -97
- package/dist/modules/auth/components/reset-password-page.client.js.map +0 -1
- package/dist/modules/auth/components/update-password-command.d.ts +0 -20
- package/dist/modules/auth/components/update-password-command.d.ts.map +0 -1
- package/dist/modules/auth/components/update-password-command.js +0 -50
- package/dist/modules/auth/components/update-password-command.js.map +0 -1
- package/dist/modules/auth/db/schema.d.ts +0 -739
- package/dist/modules/auth/db/schema.d.ts.map +0 -1
- package/dist/modules/auth/db/schema.js +0 -60
- package/dist/modules/auth/db/schema.js.map +0 -1
- package/dist/modules/auth/handler/client.client.d.ts +0 -3806
- package/dist/modules/auth/handler/client.client.d.ts.map +0 -1
- package/dist/modules/auth/handler/client.client.js +0 -16
- package/dist/modules/auth/handler/client.client.js.map +0 -1
- package/dist/modules/auth/handler/route.server.d.ts +0 -17
- package/dist/modules/auth/handler/route.server.d.ts.map +0 -1
- package/dist/modules/auth/handler/route.server.js +0 -32
- package/dist/modules/auth/handler/route.server.js.map +0 -1
- package/dist/modules/auth/handler/server.server.js +0 -61
- package/dist/modules/auth/handler/server.server.js.map +0 -1
- package/dist/modules/auth/hooks/use-permission.d.ts +0 -26
- package/dist/modules/auth/hooks/use-permission.d.ts.map +0 -1
- package/dist/modules/auth/hooks/use-permission.js +0 -54
- package/dist/modules/auth/hooks/use-permission.js.map +0 -1
- package/dist/modules/auth/hooks/use-session.d.ts +0 -34
- package/dist/modules/auth/hooks/use-session.d.ts.map +0 -1
- package/dist/modules/auth/hooks/use-session.js +0 -21
- package/dist/modules/auth/hooks/use-session.js.map +0 -1
- package/dist/modules/auth/lib/helpers.server.d.ts +0 -84
- package/dist/modules/auth/lib/helpers.server.d.ts.map +0 -1
- package/dist/modules/auth/lib/helpers.server.js +0 -45
- package/dist/modules/auth/lib/helpers.server.js.map +0 -1
- package/dist/modules/auth/lib/permissions.d.ts +0 -19
- package/dist/modules/auth/lib/permissions.d.ts.map +0 -1
- package/dist/modules/auth/lib/permissions.js +0 -15
- package/dist/modules/auth/lib/permissions.js.map +0 -1
- package/dist/modules/auth/lib/utils.js +0 -21
- package/dist/modules/auth/lib/utils.js.map +0 -1
- package/dist/modules/auth/lib/validators.d.ts +0 -64
- package/dist/modules/auth/lib/validators.d.ts.map +0 -1
- package/dist/modules/auth/lib/validators.js +0 -56
- package/dist/modules/auth/lib/validators.js.map +0 -1
- package/dist/modules/commands/components/alert-dialog-command.client.d.ts +0 -93
- package/dist/modules/commands/components/alert-dialog-command.client.d.ts.map +0 -1
- package/dist/modules/commands/components/alert-dialog-command.client.js +0 -157
- package/dist/modules/commands/components/alert-dialog-command.client.js.map +0 -1
- package/dist/modules/commands/components/click-command.client.d.ts +0 -27
- package/dist/modules/commands/components/click-command.client.d.ts.map +0 -1
- package/dist/modules/commands/components/click-command.client.js +0 -66
- package/dist/modules/commands/components/click-command.client.js.map +0 -1
- package/dist/modules/commands/components/command-trigger.client.d.ts +0 -34
- package/dist/modules/commands/components/command-trigger.client.d.ts.map +0 -1
- package/dist/modules/commands/components/command-trigger.client.js +0 -51
- package/dist/modules/commands/components/command-trigger.client.js.map +0 -1
- package/dist/modules/commands/components/dialog-command.client.d.ts +0 -68
- package/dist/modules/commands/components/dialog-command.client.d.ts.map +0 -1
- package/dist/modules/commands/components/dialog-command.client.js +0 -131
- package/dist/modules/commands/components/dialog-command.client.js.map +0 -1
- package/dist/modules/commands/components/dropdown-command.client.d.ts +0 -60
- package/dist/modules/commands/components/dropdown-command.client.d.ts.map +0 -1
- package/dist/modules/commands/components/dropdown-command.client.js +0 -130
- package/dist/modules/commands/components/dropdown-command.client.js.map +0 -1
- package/dist/modules/commands/components/empty-command.client.d.ts +0 -19
- package/dist/modules/commands/components/empty-command.client.d.ts.map +0 -1
- package/dist/modules/commands/components/empty-command.client.js +0 -57
- package/dist/modules/commands/components/empty-command.client.js.map +0 -1
- package/dist/modules/commands/components/form-dialog-command.client.d.ts +0 -100
- package/dist/modules/commands/components/form-dialog-command.client.d.ts.map +0 -1
- package/dist/modules/commands/components/form-dialog-command.client.js +0 -184
- package/dist/modules/commands/components/form-dialog-command.client.js.map +0 -1
- package/dist/modules/commands/components/render-command.js +0 -16
- package/dist/modules/commands/components/render-command.js.map +0 -1
- package/dist/modules/commands/hooks/context.client.js +0 -33
- package/dist/modules/commands/hooks/context.client.js.map +0 -1
- package/dist/modules/commands/hooks/use-command-action.client.d.ts +0 -21
- package/dist/modules/commands/hooks/use-command-action.client.d.ts.map +0 -1
- package/dist/modules/commands/hooks/use-command-action.client.js +0 -69
- package/dist/modules/commands/hooks/use-command-action.client.js.map +0 -1
- package/dist/modules/commands/hooks/use-command-menu.client.d.ts +0 -16
- package/dist/modules/commands/hooks/use-command-menu.client.d.ts.map +0 -1
- package/dist/modules/commands/hooks/use-command-menu.client.js +0 -90
- package/dist/modules/commands/hooks/use-command-menu.client.js.map +0 -1
- package/dist/modules/commands/lib/definitions.d.ts +0 -54
- package/dist/modules/commands/lib/definitions.d.ts.map +0 -1
- package/dist/modules/commands/lib/factory.d.ts +0 -24
- package/dist/modules/commands/lib/factory.d.ts.map +0 -1
- package/dist/modules/commands/lib/factory.js +0 -8
- package/dist/modules/commands/lib/factory.js.map +0 -1
- package/dist/modules/commands/lib/schema.d.ts +0 -18
- package/dist/modules/commands/lib/schema.d.ts.map +0 -1
- package/dist/modules/commands/menus/context-menu.client.d.ts +0 -27
- package/dist/modules/commands/menus/context-menu.client.d.ts.map +0 -1
- package/dist/modules/commands/menus/context-menu.client.js +0 -61
- package/dist/modules/commands/menus/context-menu.client.js.map +0 -1
- package/dist/modules/commands/menus/data-table-menu.client.js +0 -47
- package/dist/modules/commands/menus/data-table-menu.client.js.map +0 -1
- package/dist/modules/commands/menus/dropdown-menu.client.d.ts +0 -19
- package/dist/modules/commands/menus/dropdown-menu.client.d.ts.map +0 -1
- package/dist/modules/commands/menus/dropdown-menu.client.js +0 -64
- package/dist/modules/commands/menus/dropdown-menu.client.js.map +0 -1
- package/dist/modules/commands/menus/inline-menu.client.d.ts +0 -20
- package/dist/modules/commands/menus/inline-menu.client.d.ts.map +0 -1
- package/dist/modules/commands/menus/inline-menu.client.js +0 -48
- package/dist/modules/commands/menus/inline-menu.client.js.map +0 -1
- package/dist/modules/commands/menus/responsive-menu.client.d.ts +0 -10
- package/dist/modules/commands/menus/responsive-menu.client.d.ts.map +0 -1
- package/dist/modules/commands/menus/responsive-menu.client.js +0 -24
- package/dist/modules/commands/menus/responsive-menu.client.js.map +0 -1
- package/dist/modules/commands/utils/archive-command.client.d.ts +0 -33
- package/dist/modules/commands/utils/archive-command.client.d.ts.map +0 -1
- package/dist/modules/commands/utils/archive-command.client.js +0 -39
- package/dist/modules/commands/utils/archive-command.client.js.map +0 -1
- package/dist/modules/commands/utils/delete-command.client.d.ts +0 -23
- package/dist/modules/commands/utils/delete-command.client.d.ts.map +0 -1
- package/dist/modules/commands/utils/delete-command.client.js +0 -28
- package/dist/modules/commands/utils/delete-command.client.js.map +0 -1
- package/dist/modules/commands/utils/send-mail-command.client.d.ts +0 -41
- package/dist/modules/commands/utils/send-mail-command.client.d.ts.map +0 -1
- package/dist/modules/commands/utils/send-mail-command.client.js +0 -119
- package/dist/modules/commands/utils/send-mail-command.client.js.map +0 -1
- package/dist/modules/config/db/create-client.js +0 -28
- package/dist/modules/config/db/create-client.js.map +0 -1
- package/dist/modules/config/db/helpers.d.ts +0 -15
- package/dist/modules/config/db/helpers.d.ts.map +0 -1
- package/dist/modules/config/db/helpers.js +0 -16
- package/dist/modules/config/db/helpers.js.map +0 -1
- package/dist/modules/config/db/types.d.ts +0 -5
- package/dist/modules/config/db/types.d.ts.map +0 -1
- package/dist/modules/config/lib/config.server.d.ts +0 -35
- package/dist/modules/config/lib/config.server.d.ts.map +0 -1
- package/dist/modules/config/lib/config.server.js +0 -11
- package/dist/modules/config/lib/config.server.js.map +0 -1
- package/dist/modules/config/lib/resolve.server.d.ts +0 -2064
- package/dist/modules/config/lib/resolve.server.d.ts.map +0 -1
- package/dist/modules/config/lib/resolve.server.js +0 -45
- package/dist/modules/config/lib/resolve.server.js.map +0 -1
- package/dist/modules/config/paths/helpers.d.ts +0 -11
- package/dist/modules/config/paths/helpers.d.ts.map +0 -1
- package/dist/modules/config/paths/helpers.js +0 -9
- package/dist/modules/config/paths/helpers.js.map +0 -1
- package/dist/modules/config/paths/types.d.ts +0 -33
- package/dist/modules/config/paths/types.d.ts.map +0 -1
- package/dist/modules/config/router/client.d.ts +0 -11
- package/dist/modules/config/router/client.d.ts.map +0 -1
- package/dist/modules/config/router/client.js +0 -25
- package/dist/modules/config/router/client.js.map +0 -1
- package/dist/modules/config/router/client.server.d.ts +0 -25
- package/dist/modules/config/router/client.server.d.ts.map +0 -1
- package/dist/modules/config/router/client.server.js +0 -31
- package/dist/modules/config/router/client.server.js.map +0 -1
- package/dist/modules/config/router/context.server.d.ts +0 -2091
- package/dist/modules/config/router/context.server.d.ts.map +0 -1
- package/dist/modules/config/router/context.server.js +0 -23
- package/dist/modules/config/router/context.server.js.map +0 -1
- package/dist/modules/config/router/helpers.js +0 -8
- package/dist/modules/config/router/helpers.js.map +0 -1
- package/dist/modules/config/router/init.server.d.ts +0 -2124
- package/dist/modules/config/router/init.server.d.ts.map +0 -1
- package/dist/modules/config/router/init.server.js +0 -53
- package/dist/modules/config/router/init.server.js.map +0 -1
- package/dist/modules/config/router/query-client.d.ts +0 -11
- package/dist/modules/config/router/query-client.d.ts.map +0 -1
- package/dist/modules/config/router/query-client.js +0 -51
- package/dist/modules/config/router/query-client.js.map +0 -1
- package/dist/modules/config/router/validators.d.ts +0 -14
- package/dist/modules/config/router/validators.d.ts.map +0 -1
- package/dist/modules/config/router/validators.js +0 -11
- package/dist/modules/config/router/validators.js.map +0 -1
- package/dist/modules/data-tables/components/cell/common.client.d.ts +0 -27
- package/dist/modules/data-tables/components/cell/common.client.d.ts.map +0 -1
- package/dist/modules/data-tables/components/cell/common.client.js +0 -36
- package/dist/modules/data-tables/components/cell/common.client.js.map +0 -1
- package/dist/modules/data-tables/components/cell/index.client.d.ts +0 -10
- package/dist/modules/data-tables/components/cell/index.client.d.ts.map +0 -1
- package/dist/modules/data-tables/components/cell/index.client.js +0 -25
- package/dist/modules/data-tables/components/cell/index.client.js.map +0 -1
- package/dist/modules/data-tables/components/cell/select.client.d.ts +0 -10
- package/dist/modules/data-tables/components/cell/select.client.d.ts.map +0 -1
- package/dist/modules/data-tables/components/cell/select.client.js +0 -37
- package/dist/modules/data-tables/components/cell/select.client.js.map +0 -1
- package/dist/modules/data-tables/components/column-header.d.ts +0 -16
- package/dist/modules/data-tables/components/column-header.d.ts.map +0 -1
- package/dist/modules/data-tables/components/column-header.js +0 -47
- package/dist/modules/data-tables/components/column-header.js.map +0 -1
- package/dist/modules/data-tables/components/filters/combobox.client.d.ts +0 -28
- package/dist/modules/data-tables/components/filters/combobox.client.d.ts.map +0 -1
- package/dist/modules/data-tables/components/filters/combobox.client.js +0 -98
- package/dist/modules/data-tables/components/filters/combobox.client.js.map +0 -1
- package/dist/modules/data-tables/components/filters/slider.client.d.ts +0 -23
- package/dist/modules/data-tables/components/filters/slider.client.d.ts.map +0 -1
- package/dist/modules/data-tables/components/filters/slider.client.js +0 -130
- package/dist/modules/data-tables/components/filters/slider.client.js.map +0 -1
- package/dist/modules/data-tables/components/footer.js +0 -30
- package/dist/modules/data-tables/components/footer.js.map +0 -1
- package/dist/modules/data-tables/components/header.d.ts +0 -41
- package/dist/modules/data-tables/components/header.d.ts.map +0 -1
- package/dist/modules/data-tables/components/header.js +0 -44
- package/dist/modules/data-tables/components/header.js.map +0 -1
- package/dist/modules/data-tables/components/layout.d.ts +0 -12
- package/dist/modules/data-tables/components/layout.d.ts.map +0 -1
- package/dist/modules/data-tables/components/layout.js +0 -15
- package/dist/modules/data-tables/components/layout.js.map +0 -1
- package/dist/modules/data-tables/components/search-input.client.d.ts +0 -7
- package/dist/modules/data-tables/components/search-input.client.d.ts.map +0 -1
- package/dist/modules/data-tables/components/search-input.client.js +0 -21
- package/dist/modules/data-tables/components/search-input.client.js.map +0 -1
- package/dist/modules/data-tables/components/skeleton.d.ts +0 -7
- package/dist/modules/data-tables/components/skeleton.d.ts.map +0 -1
- package/dist/modules/data-tables/components/skeleton.js +0 -22
- package/dist/modules/data-tables/components/skeleton.js.map +0 -1
- package/dist/modules/data-tables/components/table.d.ts +0 -34
- package/dist/modules/data-tables/components/table.d.ts.map +0 -1
- package/dist/modules/data-tables/components/table.js +0 -58
- package/dist/modules/data-tables/components/table.js.map +0 -1
- package/dist/modules/data-tables/components/toolbar.d.ts +0 -23
- package/dist/modules/data-tables/components/toolbar.d.ts.map +0 -1
- package/dist/modules/data-tables/components/toolbar.js +0 -22
- package/dist/modules/data-tables/components/toolbar.js.map +0 -1
- package/dist/modules/data-tables/hooks/use-context.client.d.ts +0 -56
- package/dist/modules/data-tables/hooks/use-context.client.d.ts.map +0 -1
- package/dist/modules/data-tables/hooks/use-context.client.js +0 -36
- package/dist/modules/data-tables/hooks/use-context.client.js.map +0 -1
- package/dist/modules/data-tables/hooks/use-search.client.js +0 -37
- package/dist/modules/data-tables/hooks/use-search.client.js.map +0 -1
- package/dist/modules/data-tables/hooks/use-selection.client.js +0 -40
- package/dist/modules/data-tables/hooks/use-selection.client.js.map +0 -1
- package/dist/modules/data-tables/hooks/use-table.client.d.ts +0 -12
- package/dist/modules/data-tables/hooks/use-table.client.d.ts.map +0 -1
- package/dist/modules/data-tables/hooks/use-table.client.js +0 -56
- package/dist/modules/data-tables/hooks/use-table.client.js.map +0 -1
- package/dist/modules/data-tables/lib/converters/cursor.d.ts +0 -19
- package/dist/modules/data-tables/lib/converters/cursor.d.ts.map +0 -1
- package/dist/modules/data-tables/lib/converters/cursor.js +0 -16
- package/dist/modules/data-tables/lib/converters/cursor.js.map +0 -1
- package/dist/modules/data-tables/lib/converters/dto.d.ts +0 -52
- package/dist/modules/data-tables/lib/converters/dto.d.ts.map +0 -1
- package/dist/modules/data-tables/lib/converters/dto.js +0 -25
- package/dist/modules/data-tables/lib/converters/dto.js.map +0 -1
- package/dist/modules/data-tables/lib/converters/filter.d.ts +0 -10
- package/dist/modules/data-tables/lib/converters/filter.d.ts.map +0 -1
- package/dist/modules/data-tables/lib/converters/filter.js +0 -14
- package/dist/modules/data-tables/lib/converters/filter.js.map +0 -1
- package/dist/modules/data-tables/lib/converters/search.d.ts +0 -17
- package/dist/modules/data-tables/lib/converters/search.d.ts.map +0 -1
- package/dist/modules/data-tables/lib/converters/search.js +0 -16
- package/dist/modules/data-tables/lib/converters/search.js.map +0 -1
- package/dist/modules/data-tables/lib/converters/sorting.d.ts +0 -15
- package/dist/modules/data-tables/lib/converters/sorting.d.ts.map +0 -1
- package/dist/modules/data-tables/lib/converters/sorting.js +0 -20
- package/dist/modules/data-tables/lib/converters/sorting.js.map +0 -1
- package/dist/modules/data-tables/lib/filters/config.d.ts +0 -11
- package/dist/modules/data-tables/lib/filters/config.d.ts.map +0 -1
- package/dist/modules/data-tables/lib/filters/config.js +0 -6
- package/dist/modules/data-tables/lib/filters/config.js.map +0 -1
- package/dist/modules/data-tables/lib/filters/parsers.d.ts +0 -32
- package/dist/modules/data-tables/lib/filters/parsers.d.ts.map +0 -1
- package/dist/modules/data-tables/lib/filters/parsers.js +0 -29
- package/dist/modules/data-tables/lib/filters/parsers.js.map +0 -1
- package/dist/modules/data-tables/lib/filters/resolvers.d.ts +0 -24
- package/dist/modules/data-tables/lib/filters/resolvers.d.ts.map +0 -1
- package/dist/modules/data-tables/lib/filters/resolvers.js +0 -49
- package/dist/modules/data-tables/lib/filters/resolvers.js.map +0 -1
- package/dist/modules/data-tables/lib/helpers/create-column.js +0 -11
- package/dist/modules/data-tables/lib/helpers/create-column.js.map +0 -1
- package/dist/modules/data-tables/lib/search-params.d.ts +0 -22
- package/dist/modules/data-tables/lib/search-params.d.ts.map +0 -1
- package/dist/modules/data-tables/lib/search-params.js +0 -17
- package/dist/modules/data-tables/lib/search-params.js.map +0 -1
- package/dist/modules/data-tables/lib/types.d.ts +0 -57
- package/dist/modules/data-tables/lib/types.d.ts.map +0 -1
- package/dist/modules/data-tables/lib/validators.d.ts +0 -21
- package/dist/modules/data-tables/lib/validators.d.ts.map +0 -1
- package/dist/modules/data-tables/lib/validators.js +0 -17
- package/dist/modules/data-tables/lib/validators.js.map +0 -1
- package/dist/modules/data-tables/server/get-data.server.d.ts +0 -30
- package/dist/modules/data-tables/server/get-data.server.d.ts.map +0 -1
- package/dist/modules/data-tables/server/get-data.server.js +0 -48
- package/dist/modules/data-tables/server/get-data.server.js.map +0 -1
- package/dist/modules/data-tables/strategies/helpers/sorting.js +0 -38
- package/dist/modules/data-tables/strategies/helpers/sorting.js.map +0 -1
- package/dist/modules/data-tables/strategies/infinite/components.js +0 -52
- package/dist/modules/data-tables/strategies/infinite/components.js.map +0 -1
- package/dist/modules/data-tables/strategies/infinite/strategy.d.ts +0 -21
- package/dist/modules/data-tables/strategies/infinite/strategy.d.ts.map +0 -1
- package/dist/modules/data-tables/strategies/infinite/strategy.js +0 -49
- package/dist/modules/data-tables/strategies/infinite/strategy.js.map +0 -1
- package/dist/modules/data-tables/strategies/pagination/components.js +0 -133
- package/dist/modules/data-tables/strategies/pagination/components.js.map +0 -1
- package/dist/modules/data-tables/strategies/pagination/strategy.d.ts +0 -13
- package/dist/modules/data-tables/strategies/pagination/strategy.d.ts.map +0 -1
- package/dist/modules/data-tables/strategies/pagination/strategy.js +0 -47
- package/dist/modules/data-tables/strategies/pagination/strategy.js.map +0 -1
- package/dist/modules/data-tables/tables/data-table/components/body.js +0 -34
- package/dist/modules/data-tables/tables/data-table/components/body.js.map +0 -1
- package/dist/modules/data-tables/tables/data-table/components/header.js +0 -14
- package/dist/modules/data-tables/tables/data-table/components/header.js.map +0 -1
- package/dist/modules/data-tables/tables/data-table/components/row.js +0 -25
- package/dist/modules/data-tables/tables/data-table/components/row.js.map +0 -1
- package/dist/modules/data-tables/tables/data-table/components/table.d.ts +0 -11
- package/dist/modules/data-tables/tables/data-table/components/table.d.ts.map +0 -1
- package/dist/modules/data-tables/tables/data-table/components/table.js +0 -38
- package/dist/modules/data-tables/tables/data-table/components/table.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/body.js +0 -71
- package/dist/modules/data-tables/tables/inline-table/components/body.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/cells/common.d.ts +0 -12
- package/dist/modules/data-tables/tables/inline-table/components/cells/common.d.ts.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/cells/common.js +0 -16
- package/dist/modules/data-tables/tables/inline-table/components/cells/common.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.d.ts +0 -10
- package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.d.ts.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.js +0 -40
- package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/header.js +0 -11
- package/dist/modules/data-tables/tables/inline-table/components/header.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.d.ts +0 -29
- package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.d.ts.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.js +0 -53
- package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.d.ts +0 -27
- package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.d.ts.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.js +0 -30
- package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.d.ts +0 -39
- package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.d.ts.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.js +0 -72
- package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.d.ts +0 -12
- package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.d.ts.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.js +0 -16
- package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.d.ts +0 -33
- package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.d.ts.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.js +0 -53
- package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/row.client.js +0 -38
- package/dist/modules/data-tables/tables/inline-table/components/row.client.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/table.d.ts +0 -16
- package/dist/modules/data-tables/tables/inline-table/components/table.d.ts.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/components/table.js +0 -47
- package/dist/modules/data-tables/tables/inline-table/components/table.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/hooks/context.client.d.ts +0 -47
- package/dist/modules/data-tables/tables/inline-table/hooks/context.client.d.ts.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/hooks/context.client.js +0 -59
- package/dist/modules/data-tables/tables/inline-table/hooks/context.client.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/hooks/use-hotkeys.client.js +0 -27
- package/dist/modules/data-tables/tables/inline-table/hooks/use-hotkeys.client.js.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.d.ts +0 -15
- package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.d.ts.map +0 -1
- package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.js +0 -53
- package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.js.map +0 -1
- package/dist/modules/inline-edit/components/combobox-dropdown.client.d.ts +0 -17
- package/dist/modules/inline-edit/components/combobox-dropdown.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/components/combobox-dropdown.client.js +0 -26
- package/dist/modules/inline-edit/components/combobox-dropdown.client.js.map +0 -1
- package/dist/modules/inline-edit/components/combobox.client.d.ts +0 -15
- package/dist/modules/inline-edit/components/combobox.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/components/combobox.client.js +0 -28
- package/dist/modules/inline-edit/components/combobox.client.js.map +0 -1
- package/dist/modules/inline-edit/components/date-input.client.d.ts +0 -14
- package/dist/modules/inline-edit/components/date-input.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/components/date-input.client.js +0 -79
- package/dist/modules/inline-edit/components/date-input.client.js.map +0 -1
- package/dist/modules/inline-edit/components/date-picker.client.d.ts +0 -16
- package/dist/modules/inline-edit/components/date-picker.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/components/date-picker.client.js +0 -51
- package/dist/modules/inline-edit/components/date-picker.client.js.map +0 -1
- package/dist/modules/inline-edit/components/editor.client.d.ts +0 -16
- package/dist/modules/inline-edit/components/editor.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/components/editor.client.js +0 -35
- package/dist/modules/inline-edit/components/editor.client.js.map +0 -1
- package/dist/modules/inline-edit/components/input-toggle.client.d.ts +0 -17
- package/dist/modules/inline-edit/components/input-toggle.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/components/input-toggle.client.js +0 -47
- package/dist/modules/inline-edit/components/input-toggle.client.js.map +0 -1
- package/dist/modules/inline-edit/components/input.client.d.ts +0 -30
- package/dist/modules/inline-edit/components/input.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/components/input.client.js +0 -49
- package/dist/modules/inline-edit/components/input.client.js.map +0 -1
- package/dist/modules/inline-edit/components/richtext.client.d.ts +0 -14
- package/dist/modules/inline-edit/components/richtext.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/components/richtext.client.js +0 -31
- package/dist/modules/inline-edit/components/richtext.client.js.map +0 -1
- package/dist/modules/inline-edit/components/select.client.d.ts +0 -22
- package/dist/modules/inline-edit/components/select.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/components/select.client.js +0 -39
- package/dist/modules/inline-edit/components/select.client.js.map +0 -1
- package/dist/modules/inline-edit/components/switch.client.d.ts +0 -14
- package/dist/modules/inline-edit/components/switch.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/components/switch.client.js +0 -27
- package/dist/modules/inline-edit/components/switch.client.js.map +0 -1
- package/dist/modules/inline-edit/components/toggle.client.d.ts +0 -16
- package/dist/modules/inline-edit/components/toggle.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/components/toggle.client.js +0 -34
- package/dist/modules/inline-edit/components/toggle.client.js.map +0 -1
- package/dist/modules/inline-edit/hooks/context.client.d.ts +0 -28
- package/dist/modules/inline-edit/hooks/context.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/hooks/context.client.js +0 -29
- package/dist/modules/inline-edit/hooks/context.client.js.map +0 -1
- package/dist/modules/inline-edit/hooks/use-inline.client.d.ts +0 -16
- package/dist/modules/inline-edit/hooks/use-inline.client.d.ts.map +0 -1
- package/dist/modules/inline-edit/hooks/use-inline.client.js +0 -57
- package/dist/modules/inline-edit/hooks/use-inline.client.js.map +0 -1
- package/dist/modules/inline-edit/lib/validators.d.ts +0 -58
- package/dist/modules/inline-edit/lib/validators.d.ts.map +0 -1
- package/dist/modules/inline-edit/lib/validators.js +0 -35
- package/dist/modules/inline-edit/lib/validators.js.map +0 -1
- package/dist/modules/uploads/components/button.client.d.ts +0 -12
- package/dist/modules/uploads/components/button.client.d.ts.map +0 -1
- package/dist/modules/uploads/components/button.client.js +0 -35
- package/dist/modules/uploads/components/button.client.js.map +0 -1
- package/dist/modules/uploads/components/images/grid.client.d.ts +0 -11
- package/dist/modules/uploads/components/images/grid.client.d.ts.map +0 -1
- package/dist/modules/uploads/components/images/grid.client.js +0 -120
- package/dist/modules/uploads/components/images/grid.client.js.map +0 -1
- package/dist/modules/uploads/components/images/input.client.d.ts +0 -16
- package/dist/modules/uploads/components/images/input.client.d.ts.map +0 -1
- package/dist/modules/uploads/components/images/input.client.js +0 -28
- package/dist/modules/uploads/components/images/input.client.js.map +0 -1
- package/dist/modules/uploads/components/preview-dialog.client.d.ts +0 -16
- package/dist/modules/uploads/components/preview-dialog.client.d.ts.map +0 -1
- package/dist/modules/uploads/components/preview-dialog.client.js +0 -22
- package/dist/modules/uploads/components/preview-dialog.client.js.map +0 -1
- package/dist/modules/uploads/components/zone.client.d.ts +0 -21
- package/dist/modules/uploads/components/zone.client.d.ts.map +0 -1
- package/dist/modules/uploads/components/zone.client.js +0 -39
- package/dist/modules/uploads/components/zone.client.js.map +0 -1
- package/dist/modules/uploads/hooks/use-upload-image.client.d.ts +0 -33
- package/dist/modules/uploads/hooks/use-upload-image.client.d.ts.map +0 -1
- package/dist/modules/uploads/hooks/use-upload-image.client.js +0 -101
- package/dist/modules/uploads/hooks/use-upload-image.client.js.map +0 -1
- package/dist/modules/uploads/hooks/use-upload-zone.client.d.ts +0 -39
- package/dist/modules/uploads/hooks/use-upload-zone.client.d.ts.map +0 -1
- package/dist/modules/uploads/hooks/use-upload-zone.client.js +0 -20
- package/dist/modules/uploads/hooks/use-upload-zone.client.js.map +0 -1
- package/dist/modules/uploads/lib/constants.d.ts +0 -9
- package/dist/modules/uploads/lib/constants.d.ts.map +0 -1
- package/dist/modules/uploads/lib/constants.js +0 -17
- package/dist/modules/uploads/lib/constants.js.map +0 -1
- package/dist/modules/uploads/lib/filters.d.ts +0 -10
- package/dist/modules/uploads/lib/filters.d.ts.map +0 -1
- package/dist/modules/uploads/lib/filters.js +0 -10
- package/dist/modules/uploads/lib/filters.js.map +0 -1
- package/dist/modules/uploads/lib/helpers.d.ts +0 -32
- package/dist/modules/uploads/lib/helpers.d.ts.map +0 -1
- package/dist/modules/uploads/lib/helpers.js +0 -73
- package/dist/modules/uploads/lib/helpers.js.map +0 -1
- package/dist/modules/uploads/lib/proxy.server.d.ts +0 -46
- package/dist/modules/uploads/lib/proxy.server.d.ts.map +0 -1
- package/dist/modules/uploads/lib/proxy.server.js +0 -96
- package/dist/modules/uploads/lib/proxy.server.js.map +0 -1
- package/dist/modules/uploads/lib/route.server.d.ts +0 -43
- package/dist/modules/uploads/lib/route.server.d.ts.map +0 -1
- package/dist/modules/uploads/lib/route.server.js +0 -72
- package/dist/modules/uploads/lib/route.server.js.map +0 -1
- package/dist/modules/uploads/lib/router.server.d.ts +0 -12765
- package/dist/modules/uploads/lib/router.server.d.ts.map +0 -1
- package/dist/modules/uploads/lib/router.server.js +0 -177
- package/dist/modules/uploads/lib/router.server.js.map +0 -1
- package/dist/modules/uploads/lib/schema.d.ts +0 -815
- package/dist/modules/uploads/lib/schema.d.ts.map +0 -1
- package/dist/modules/uploads/lib/schema.js +0 -66
- package/dist/modules/uploads/lib/schema.js.map +0 -1
- package/dist/modules/uploads/lib/validators.d.ts +0 -939
- package/dist/modules/uploads/lib/validators.d.ts.map +0 -1
- package/dist/modules/uploads/lib/validators.js +0 -25
- package/dist/modules/uploads/lib/validators.js.map +0 -1
- package/dist/uploads/client.d.ts +0 -8
- package/dist/uploads/client.js +0 -9
- package/dist/uploads/server.d.ts +0 -4
- package/dist/uploads/server.js +0 -5
- package/dist/uploads.d.ts +0 -6
- package/dist/uploads.js +0 -7
- package/src/components/ui/tree.client.tsx +0 -173
- package/src/modules/auth/components/allowed.server.tsx +0 -41
- package/src/modules/auth/handler/server.server.ts +0 -82
- package/src/modules/config/lib/config.server.ts +0 -39
- package/src/modules/config/lib/resolve.server.ts +0 -75
- package/src/modules/config/lib/router.server.ts +0 -64
- package/src/modules/config/router/client.server.tsx +0 -57
- package/src/modules/config/router/client.tsx +0 -31
- package/src/modules/config/router/context.server.ts +0 -29
- package/src/modules/config/router/init.server.ts +0 -77
- package/src/modules/uploads/lib/router.server.ts +0 -340
- /package/dist/commands/{server.d.ts → server.d.mts} +0 -0
- /package/dist/commands/{server.js → server.mjs} +0 -0
- /package/dist/config/{client.d.ts → client.d.mts} +0 -0
- /package/dist/config/{client.js → client.mjs} +0 -0
- /package/dist/inline-edit/{server.d.ts → server.d.mts} +0 -0
- /package/dist/inline-edit/{server.js → server.mjs} +0 -0
- /package/dist/lib/{server.d.ts → server.d.mts} +0 -0
- /package/dist/lib/{server.js → server.mjs} +0 -0
- /package/dist/modules/{config/router/error.server.d.ts → router/lib/error.server.d.mts} +0 -0
- /package/dist/modules/{config/router/error.server.js → router/lib/error.server.mjs} +0 -0
- /package/src/components/editor/{utils.ts → lib/utils.ts} +0 -0
- /package/src/modules/auth/components/{guard.tsx → guard.client.tsx} +0 -0
- /package/src/modules/{config/router → router/lib}/error.server.ts +0 -0
- /package/src/modules/{config/router → router/lib}/helpers.ts +0 -0
- /package/src/modules/{config/router → router/lib}/query-client.ts +0 -0
- /package/src/modules/{config/router → router/lib}/validators.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"procedures.server.d.mts","names":[],"sources":["../../../../src/modules/uploads/lib/procedures.server.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;iBAsBgB,yBAAA,CAAA;;;;;;;;;QAAA,IAAA,EAAyB,qBAAA,CAAA,QAAA,CAAA;UAAA,IAAA,EAAA,MAAA"}
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
import { BUCKET_NAME } from "../../../lib/config/constants.mjs";
|
|
2
|
+
import { ServerError } from "../../router/lib/error.server.mjs";
|
|
3
|
+
import { bulkActionSchema } from "../../router/lib/validators.mjs";
|
|
4
|
+
import { initRPC } from "../../router/handler/init.server.mjs";
|
|
5
|
+
import { deviceSizes } from "./constants.mjs";
|
|
6
|
+
import { inferNodeSubtype, isFile, isFolder } from "./helpers.mjs";
|
|
7
|
+
import { nodes } from "./schema.mjs";
|
|
8
|
+
import { createNodeSchema, nodesTableFiltersSchema, selectNodeSchema, selectNodeWithChildrenSchema } from "./validators.mjs";
|
|
9
|
+
import { getFileUrl, getFileUrlInput } from "./proxy.server.mjs";
|
|
10
|
+
import { z as z$1 } from "zod";
|
|
11
|
+
import { and, eq, inArray, isNull, sql } from "drizzle-orm";
|
|
12
|
+
import { after } from "next/server";
|
|
13
|
+
import { DeleteObjectsCommand, GetObjectCommand, PutObjectCommand } from "@aws-sdk/client-s3";
|
|
14
|
+
import { getSignedUrl } from "@aws-sdk/s3-request-presigner";
|
|
15
|
+
import { revalidatePath } from "next/cache";
|
|
16
|
+
|
|
17
|
+
//#region src/modules/uploads/lib/procedures.server.ts
|
|
18
|
+
function createDriveBaseProcedures() {
|
|
19
|
+
const { protectedProcedure } = initRPC();
|
|
20
|
+
return {
|
|
21
|
+
getNodeById: protectedProcedure.input(z$1.object({
|
|
22
|
+
id: z$1.string(),
|
|
23
|
+
namespace: z$1.string()
|
|
24
|
+
})).output(selectNodeWithChildrenSchema.optional()).handler(async ({ context, input }) => context.db.query.nodes.findFirst({
|
|
25
|
+
where: and(eq(nodes.id, input.id), eq(nodes.namespace, input.namespace)),
|
|
26
|
+
with: { children: true }
|
|
27
|
+
})),
|
|
28
|
+
getNodesByParentId: protectedProcedure.input(z$1.object({
|
|
29
|
+
parentId: z$1.string().nullable(),
|
|
30
|
+
namespace: z$1.string(),
|
|
31
|
+
filters: nodesTableFiltersSchema
|
|
32
|
+
})).output(z$1.array(selectNodeSchema)).handler(async ({ context, input }) => context.db.query.nodes.findMany({ where: and(input.parentId ? eq(nodes.parentId, input.parentId) : isNull(nodes.parentId), input.filters.nodeIds ? inArray(nodes.id, input.filters.nodeIds) : void 0, input.filters.types ? inArray(nodes.type, input.filters.types) : void 0, eq(nodes.namespace, input.namespace), eq(nodes.isDeleted, input.filters.isDeleted)) })),
|
|
33
|
+
getFolderParents: protectedProcedure.input(z$1.object({
|
|
34
|
+
id: z$1.string().nullable(),
|
|
35
|
+
namespace: z$1.string()
|
|
36
|
+
})).handler(async ({ context, input }) => {
|
|
37
|
+
if (!input.id) return [];
|
|
38
|
+
const startNodeQuery = context.db.select({
|
|
39
|
+
id: nodes.id,
|
|
40
|
+
name: nodes.name,
|
|
41
|
+
parentId: nodes.parentId,
|
|
42
|
+
depth: sql`0`.as("depth")
|
|
43
|
+
}).from(nodes).where(and(eq(nodes.id, input.id), eq(nodes.namespace, input.namespace)));
|
|
44
|
+
const alias = "parent_nodes";
|
|
45
|
+
const parentNodesQueryAlias = startNodeQuery.as(alias);
|
|
46
|
+
const recursiveQueryName = sql.raw(`"${alias}"`);
|
|
47
|
+
const recursiveQuery = startNodeQuery.unionAll(context.db.select({
|
|
48
|
+
id: nodes.id,
|
|
49
|
+
name: nodes.name,
|
|
50
|
+
parentId: nodes.parentId,
|
|
51
|
+
depth: sql`${parentNodesQueryAlias.depth} + 1`
|
|
52
|
+
}).from(nodes).innerJoin(recursiveQueryName, eq(nodes.id, parentNodesQueryAlias.parentId)));
|
|
53
|
+
return (await context.db.execute(sql`WITH RECURSIVE ${recursiveQueryName} AS ${recursiveQuery}
|
|
54
|
+
SELECT * FROM ${recursiveQueryName}`)).toSorted((a, b) => Number(b.depth) - Number(a.depth));
|
|
55
|
+
}),
|
|
56
|
+
presign: protectedProcedure.input(z$1.object({
|
|
57
|
+
id: z$1.string(),
|
|
58
|
+
name: z$1.string().min(1),
|
|
59
|
+
namespace: z$1.string(),
|
|
60
|
+
parentId: z$1.uuid().nullable(),
|
|
61
|
+
size: z$1.number().optional().default(0),
|
|
62
|
+
contentType: z$1.string().optional().default("")
|
|
63
|
+
})).handler(async ({ context, input }) => {
|
|
64
|
+
const putCommand = new PutObjectCommand({
|
|
65
|
+
Bucket: BUCKET_NAME,
|
|
66
|
+
Key: `${input.id}/main`,
|
|
67
|
+
ContentType: input.contentType
|
|
68
|
+
});
|
|
69
|
+
const presignedUrl = await getSignedUrl(context.blob, putCommand, { expiresIn: 3600 });
|
|
70
|
+
const [node] = await context.db.insert(nodes).values({
|
|
71
|
+
...input,
|
|
72
|
+
subtype: inferNodeSubtype(input),
|
|
73
|
+
isPending: true,
|
|
74
|
+
type: "file"
|
|
75
|
+
}).returning();
|
|
76
|
+
return {
|
|
77
|
+
node,
|
|
78
|
+
presignedUrl
|
|
79
|
+
};
|
|
80
|
+
}),
|
|
81
|
+
confirm: protectedProcedure.input(z$1.object({ id: z$1.string() })).output(selectNodeSchema).handler(async ({ context, input }) => {
|
|
82
|
+
const [result] = await context.db.update(nodes).set({ isPending: false }).where(eq(nodes.id, input.id)).returning();
|
|
83
|
+
if (!result) throw new ServerError("NOT_FOUND", { message: "File not found" });
|
|
84
|
+
/**
|
|
85
|
+
* Generate the preview version of the file
|
|
86
|
+
*/
|
|
87
|
+
after(async () => {
|
|
88
|
+
if (!result.contentType || !result.contentType?.startsWith("image/")) return;
|
|
89
|
+
const getCommand = new GetObjectCommand({
|
|
90
|
+
Bucket: BUCKET_NAME,
|
|
91
|
+
Key: `${input.id}/main`
|
|
92
|
+
});
|
|
93
|
+
const response = await context.blob.send(getCommand);
|
|
94
|
+
const contentType = response.ContentType;
|
|
95
|
+
if (!response.Body) throw new ServerError("INTERNAL_SERVER_ERROR", { message: "Oep! Er is iets fout gegaan" });
|
|
96
|
+
const byteArray = await response.Body.transformToByteArray();
|
|
97
|
+
const buffer = Buffer.from(byteArray);
|
|
98
|
+
if (contentType?.startsWith("image/")) {
|
|
99
|
+
const sharp = await import("sharp");
|
|
100
|
+
await Promise.allSettled(deviceSizes.flatMap(async (width) => {
|
|
101
|
+
const preview = await sharp.default(buffer).resize({ width }).webp().toBuffer();
|
|
102
|
+
const putCommand = new PutObjectCommand({
|
|
103
|
+
Bucket: BUCKET_NAME,
|
|
104
|
+
Key: `${input.id}/preview-${width}`,
|
|
105
|
+
ContentType: "image/webp",
|
|
106
|
+
Body: preview
|
|
107
|
+
});
|
|
108
|
+
await context.blob.send(putCommand);
|
|
109
|
+
}));
|
|
110
|
+
}
|
|
111
|
+
});
|
|
112
|
+
return result;
|
|
113
|
+
}),
|
|
114
|
+
getFileUrl: protectedProcedure.input(getFileUrlInput).output(z$1.string()).handler(async ({ context, input }) => await getFileUrl(context, input)),
|
|
115
|
+
createFolder: protectedProcedure.input(createNodeSchema).output(selectNodeSchema).handler(async ({ context, input }) => {
|
|
116
|
+
const parent = input.parentId && await context.db.query.nodes.findFirst({ where: eq(nodes.id, input.parentId) });
|
|
117
|
+
/**
|
|
118
|
+
* Validate
|
|
119
|
+
*/
|
|
120
|
+
if (input.parentId && !parent) throw new ServerError("BAD_REQUEST", { message: "Parent not found" });
|
|
121
|
+
if (parent && !isFolder(parent)) throw new ServerError("BAD_REQUEST", { message: "Parent is not a folder" });
|
|
122
|
+
if (parent && parent.namespace !== input.namespace) throw new ServerError("BAD_REQUEST", { message: "Parent is not in the same namespace" });
|
|
123
|
+
/**
|
|
124
|
+
* Create the folder
|
|
125
|
+
*/
|
|
126
|
+
const [result] = await context.db.insert(nodes).values({
|
|
127
|
+
...input,
|
|
128
|
+
type: "folder"
|
|
129
|
+
}).returning();
|
|
130
|
+
if (!result) throw new ServerError("INTERNAL_SERVER_ERROR", { message: "Folder kon niet worden aangemaakt" });
|
|
131
|
+
return result;
|
|
132
|
+
}),
|
|
133
|
+
deleteNodes: protectedProcedure.input(bulkActionSchema).output(z$1.void()).handler(async ({ context, input }) => {
|
|
134
|
+
const items = await context.db.select({
|
|
135
|
+
id: nodes.id,
|
|
136
|
+
type: nodes.type
|
|
137
|
+
}).from(nodes).where(inArray(nodes.id, input.ids));
|
|
138
|
+
const folders = items.filter(isFolder).map((folder) => folder.id);
|
|
139
|
+
const files = items.filter(isFile).map((file) => file.id);
|
|
140
|
+
const deleteCommand = new DeleteObjectsCommand({
|
|
141
|
+
Bucket: BUCKET_NAME,
|
|
142
|
+
Delete: { Objects: files.map((id) => ({ Key: id })) }
|
|
143
|
+
});
|
|
144
|
+
/**
|
|
145
|
+
* Delete files
|
|
146
|
+
*/
|
|
147
|
+
await Promise.allSettled([
|
|
148
|
+
context.db.delete(nodes).where(inArray(nodes.id, folders)),
|
|
149
|
+
context.db.delete(nodes).where(inArray(nodes.id, files)),
|
|
150
|
+
context.blob.send(deleteCommand)
|
|
151
|
+
]);
|
|
152
|
+
}),
|
|
153
|
+
changeParent: protectedProcedure.input(z$1.object({
|
|
154
|
+
id: z$1.string(),
|
|
155
|
+
parentId: z$1.string().nullish()
|
|
156
|
+
})).handler(async ({ context, input }) => {
|
|
157
|
+
const [parent, node] = await Promise.all([input.parentId && await context.db.query.nodes.findFirst({ where: eq(nodes.id, input.parentId) }), context.db.query.nodes.findFirst({ where: eq(nodes.id, input.id) })]);
|
|
158
|
+
/**
|
|
159
|
+
* Validate
|
|
160
|
+
*/
|
|
161
|
+
if (input.parentId && !parent) throw new ServerError("BAD_REQUEST", { message: "Parent not found" });
|
|
162
|
+
if (!node) throw new ServerError("BAD_REQUEST", { message: "Node not found" });
|
|
163
|
+
if (parent && !isFolder(parent)) throw new ServerError("BAD_REQUEST", { message: "Parent is not a folder" });
|
|
164
|
+
if (parent && parent.namespace !== node.namespace) throw new ServerError("BAD_REQUEST", { message: "Parent is not in the same namespace" });
|
|
165
|
+
/**
|
|
166
|
+
* Update the parent
|
|
167
|
+
*/
|
|
168
|
+
await context.db.update(nodes).set({ parentId: input.parentId }).where(eq(nodes.id, input.id));
|
|
169
|
+
revalidatePath("/drive", "page");
|
|
170
|
+
})
|
|
171
|
+
};
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
//#endregion
|
|
175
|
+
export { createDriveBaseProcedures };
|
|
176
|
+
//# sourceMappingURL=procedures.server.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"procedures.server.mjs","names":["z"],"sources":["../../../../src/modules/uploads/lib/procedures.server.ts"],"sourcesContent":["import { BUCKET_NAME } from \"@/lib/config/constants\";\nimport { initRPC } from \"@/modules/router/handler/init.server\";\nimport { ServerError } from \"@/modules/router/lib/error.server\";\nimport { bulkActionSchema } from \"@/modules/router/lib/validators\";\nimport { DeleteObjectsCommand, GetObjectCommand, PutObjectCommand } from \"@aws-sdk/client-s3\";\nimport { getSignedUrl } from \"@aws-sdk/s3-request-presigner\";\nimport { and, eq, inArray, isNull, sql } from \"drizzle-orm\";\nimport { revalidatePath } from \"next/cache\";\nimport { after } from \"next/server\";\nimport { z } from \"zod\";\nimport { deviceSizes } from \"./constants\";\nimport { inferNodeSubtype, isFile, isFolder } from \"./helpers\";\nimport { getFileUrl, getFileUrlInput } from \"./proxy.server\";\nimport { DriveSchema, nodes } from \"./schema\";\nimport {\n createNodeSchema,\n Node,\n nodesTableFiltersSchema,\n selectNodeSchema,\n selectNodeWithChildrenSchema,\n} from \"./validators\";\n\nexport function createDriveBaseProcedures() {\n const { protectedProcedure } = initRPC<DriveSchema>();\n\n return {\n /**\n * Get node and its children\n */\n getNodeById: protectedProcedure\n .input(z.object({ id: z.string(), namespace: z.string() }))\n .output(selectNodeWithChildrenSchema.optional())\n .handler(async ({ context, input }) =>\n context.db.query.nodes.findFirst({\n where: and(eq(nodes.id, input.id), eq(nodes.namespace, input.namespace)),\n with: { children: true },\n }),\n ),\n /**\n * Get folders by parent id\n */\n getNodesByParentId: protectedProcedure\n .input(\n z.object({\n parentId: z.string().nullable(),\n namespace: z.string(),\n filters: nodesTableFiltersSchema,\n }),\n )\n .output(z.array(selectNodeSchema))\n .handler(async ({ context, input }) =>\n context.db.query.nodes.findMany({\n where: and(\n input.parentId ? eq(nodes.parentId, input.parentId) : isNull(nodes.parentId),\n input.filters.nodeIds ? inArray(nodes.id, input.filters.nodeIds) : undefined,\n input.filters.types ? inArray(nodes.type, input.filters.types) : undefined,\n eq(nodes.namespace, input.namespace),\n eq(nodes.isDeleted, input.filters.isDeleted),\n ),\n }),\n ),\n /**\n * Get parents of a folder\n */\n getFolderParents: protectedProcedure\n .input(z.object({ id: z.string().nullable(), namespace: z.string() }))\n .handler(async ({ context, input }) => {\n if (!input.id) return [];\n\n const startNodeQuery = context.db\n .select({\n id: nodes.id,\n name: nodes.name,\n parentId: nodes.parentId,\n depth: sql<number>`0`.as(\"depth\"),\n })\n .from(nodes)\n .where(and(eq(nodes.id, input.id), eq(nodes.namespace, input.namespace)));\n\n const alias = \"parent_nodes\";\n const parentNodesQueryAlias = startNodeQuery.as(alias);\n const recursiveQueryName = sql.raw(`\"${alias}\"`);\n\n const recursiveQuery = startNodeQuery.unionAll(\n context.db\n .select({\n id: nodes.id,\n name: nodes.name,\n parentId: nodes.parentId,\n depth: sql<number>`${parentNodesQueryAlias.depth} + 1`,\n })\n .from(nodes)\n .innerJoin(recursiveQueryName, eq(nodes.id, parentNodesQueryAlias.parentId)),\n );\n\n const result = (await context.db.execute(\n sql`WITH RECURSIVE ${recursiveQueryName} AS ${recursiveQuery}\n SELECT * FROM ${recursiveQueryName}`,\n )) as Awaited<ReturnType<(typeof recursiveQuery)[\"execute\"]>>;\n\n return result.toSorted((a, b) => Number(b.depth) - Number(a.depth));\n }),\n /**\n * Get presigned url for uploading a file\n */\n presign: protectedProcedure\n .input(\n z.object({\n id: z.string(),\n name: z.string().min(1),\n namespace: z.string(),\n parentId: z.uuid().nullable(),\n size: z.number().optional().default(0),\n contentType: z.string().optional().default(\"\"),\n }),\n )\n .handler(async ({ context, input }) => {\n // Generate the put command\n const putCommand = new PutObjectCommand({\n Bucket: BUCKET_NAME,\n Key: `${input.id}/main`,\n ContentType: input.contentType,\n });\n\n // Generate the presigned url\n const presignedUrl = await getSignedUrl(context.blob, putCommand, { expiresIn: 3600 });\n\n const [node] = await context.db\n .insert(nodes)\n .values({\n ...input,\n subtype: inferNodeSubtype(input),\n isPending: true,\n type: \"file\",\n })\n .returning();\n\n // Return the result\n return { node, presignedUrl };\n }),\n /**\n * Confirm the upload\n */\n confirm: protectedProcedure\n .input(z.object({ id: z.string() }))\n .output(selectNodeSchema)\n .handler(async ({ context, input }) => {\n const [result] = await context.db\n .update(nodes)\n .set({ isPending: false })\n .where(eq(nodes.id, input.id))\n .returning();\n\n if (!result) {\n throw new ServerError(\"NOT_FOUND\", { message: \"File not found\" });\n }\n\n /**\n * Generate the preview version of the file\n */\n after(async () => {\n if (!result.contentType || !result.contentType?.startsWith(\"image/\")) return;\n\n const getCommand = new GetObjectCommand({\n Bucket: BUCKET_NAME,\n Key: `${input.id}/main`,\n });\n\n const response = await context.blob.send(getCommand);\n const contentType = response.ContentType;\n if (!response.Body) {\n throw new ServerError(\"INTERNAL_SERVER_ERROR\", {\n message: \"Oep! Er is iets fout gegaan\",\n });\n }\n\n const byteArray = await response.Body.transformToByteArray();\n const buffer = Buffer.from(byteArray);\n\n if (contentType?.startsWith(\"image/\")) {\n const sharp = await import(\"sharp\");\n\n await Promise.allSettled(\n deviceSizes.flatMap(async (width) => {\n const preview = await sharp.default(buffer).resize({ width }).webp().toBuffer();\n\n const putCommand = new PutObjectCommand({\n Bucket: BUCKET_NAME,\n Key: `${input.id}/preview-${width}`,\n ContentType: \"image/webp\",\n Body: preview,\n });\n\n await context.blob.send(putCommand);\n }),\n );\n }\n });\n\n return result;\n }),\n /**\n * Get presigned url for opening a file\n */\n getFileUrl: protectedProcedure\n .input(getFileUrlInput)\n .output(z.string())\n .handler(async ({ context, input }) => await getFileUrl(context, input)),\n /**\n * Create a folder\n */\n createFolder: protectedProcedure\n .input(createNodeSchema)\n .output(selectNodeSchema)\n .handler(async ({ context, input }) => {\n const parent =\n input.parentId &&\n (await context.db.query.nodes.findFirst({\n where: eq(nodes.id, input.parentId),\n }));\n\n /**\n * Validate\n */\n if (input.parentId && !parent) {\n throw new ServerError(\"BAD_REQUEST\", { message: \"Parent not found\" });\n }\n\n if (parent && !isFolder(parent)) {\n throw new ServerError(\"BAD_REQUEST\", { message: \"Parent is not a folder\" });\n }\n\n if (parent && parent.namespace !== input.namespace) {\n throw new ServerError(\"BAD_REQUEST\", {\n message: \"Parent is not in the same namespace\",\n });\n }\n\n /**\n * Create the folder\n */\n const [result] = await context.db\n .insert(nodes)\n .values({ ...input, type: \"folder\" } as Node)\n .returning();\n\n if (!result) {\n throw new ServerError(\"INTERNAL_SERVER_ERROR\", {\n message: \"Folder kon niet worden aangemaakt\",\n });\n }\n\n return result;\n }),\n /**\n * Delete nodes\n */\n deleteNodes: protectedProcedure\n .input(bulkActionSchema)\n .output(z.void())\n .handler(async ({ context, input }) => {\n const items = await context.db\n .select({ id: nodes.id, type: nodes.type })\n .from(nodes)\n .where(inArray(nodes.id, input.ids));\n\n // Split the nodes into folders and files\n const folders = items.filter(isFolder).map((folder) => folder.id);\n const files = items.filter(isFile).map((file) => file.id);\n\n // Delete command for S3\n const deleteCommand = new DeleteObjectsCommand({\n Bucket: BUCKET_NAME,\n Delete: {\n Objects: files.map((id) => ({ Key: id })),\n },\n });\n\n /**\n * Delete files\n */\n await Promise.allSettled([\n context.db.delete(nodes).where(inArray(nodes.id, folders)),\n context.db.delete(nodes).where(inArray(nodes.id, files)),\n context.blob.send(deleteCommand),\n ]);\n }),\n /**\n * Change node parent\n */\n changeParent: protectedProcedure\n .input(z.object({ id: z.string(), parentId: z.string().nullish() }))\n .handler(async ({ context, input }) => {\n const [parent, node] = await Promise.all([\n input.parentId &&\n (await context.db.query.nodes.findFirst({\n where: eq(nodes.id, input.parentId),\n })),\n context.db.query.nodes.findFirst({\n where: eq(nodes.id, input.id),\n }),\n ]);\n\n /**\n * Validate\n */\n if (input.parentId && !parent)\n throw new ServerError(\"BAD_REQUEST\", { message: \"Parent not found\" });\n if (!node) throw new ServerError(\"BAD_REQUEST\", { message: \"Node not found\" });\n\n if (parent && !isFolder(parent)) {\n throw new ServerError(\"BAD_REQUEST\", { message: \"Parent is not a folder\" });\n }\n\n if (parent && parent.namespace !== node.namespace) {\n throw new ServerError(\"BAD_REQUEST\", {\n message: \"Parent is not in the same namespace\",\n });\n }\n\n /**\n * Update the parent\n */\n await context.db\n .update(nodes)\n .set({ parentId: input.parentId })\n .where(eq(nodes.id, input.id));\n\n revalidatePath(\"/drive\", \"page\");\n }),\n };\n}\n"],"mappings":";;;;;;;;;;;;;;;;;AAsBA,SAAgB,4BAA4B;CAC1C,MAAM,EAAE,uBAAuB,SAAsB;AAErD,QAAO;EAIL,aAAa,mBACV,MAAMA,IAAE,OAAO;GAAE,IAAIA,IAAE,QAAQ;GAAE,WAAWA,IAAE,QAAQ;GAAE,CAAC,CAAC,CAC1D,OAAO,6BAA6B,UAAU,CAAC,CAC/C,QAAQ,OAAO,EAAE,SAAS,YACzB,QAAQ,GAAG,MAAM,MAAM,UAAU;GAC/B,OAAO,IAAI,GAAG,MAAM,IAAI,MAAM,GAAG,EAAE,GAAG,MAAM,WAAW,MAAM,UAAU,CAAC;GACxE,MAAM,EAAE,UAAU,MAAM;GACzB,CAAC,CACH;EAIH,oBAAoB,mBACjB,MACCA,IAAE,OAAO;GACP,UAAUA,IAAE,QAAQ,CAAC,UAAU;GAC/B,WAAWA,IAAE,QAAQ;GACrB,SAAS;GACV,CAAC,CACH,CACA,OAAOA,IAAE,MAAM,iBAAiB,CAAC,CACjC,QAAQ,OAAO,EAAE,SAAS,YACzB,QAAQ,GAAG,MAAM,MAAM,SAAS,EAC9B,OAAO,IACL,MAAM,WAAW,GAAG,MAAM,UAAU,MAAM,SAAS,GAAG,OAAO,MAAM,SAAS,EAC5E,MAAM,QAAQ,UAAU,QAAQ,MAAM,IAAI,MAAM,QAAQ,QAAQ,GAAG,QACnE,MAAM,QAAQ,QAAQ,QAAQ,MAAM,MAAM,MAAM,QAAQ,MAAM,GAAG,QACjE,GAAG,MAAM,WAAW,MAAM,UAAU,EACpC,GAAG,MAAM,WAAW,MAAM,QAAQ,UAAU,CAC7C,EACF,CAAC,CACH;EAIH,kBAAkB,mBACf,MAAMA,IAAE,OAAO;GAAE,IAAIA,IAAE,QAAQ,CAAC,UAAU;GAAE,WAAWA,IAAE,QAAQ;GAAE,CAAC,CAAC,CACrE,QAAQ,OAAO,EAAE,SAAS,YAAY;AACrC,OAAI,CAAC,MAAM,GAAI,QAAO,EAAE;GAExB,MAAM,iBAAiB,QAAQ,GAC5B,OAAO;IACN,IAAI,MAAM;IACV,MAAM,MAAM;IACZ,UAAU,MAAM;IAChB,OAAO,GAAW,IAAI,GAAG,QAAQ;IAClC,CAAC,CACD,KAAK,MAAM,CACX,MAAM,IAAI,GAAG,MAAM,IAAI,MAAM,GAAG,EAAE,GAAG,MAAM,WAAW,MAAM,UAAU,CAAC,CAAC;GAE3E,MAAM,QAAQ;GACd,MAAM,wBAAwB,eAAe,GAAG,MAAM;GACtD,MAAM,qBAAqB,IAAI,IAAI,IAAI,MAAM,GAAG;GAEhD,MAAM,iBAAiB,eAAe,SACpC,QAAQ,GACL,OAAO;IACN,IAAI,MAAM;IACV,MAAM,MAAM;IACZ,UAAU,MAAM;IAChB,OAAO,GAAW,GAAG,sBAAsB,MAAM;IAClD,CAAC,CACD,KAAK,MAAM,CACX,UAAU,oBAAoB,GAAG,MAAM,IAAI,sBAAsB,SAAS,CAAC,CAC/E;AAOD,WALgB,MAAM,QAAQ,GAAG,QAC/B,GAAG,kBAAkB,mBAAmB,MAAM,eAAe;0BAC7C,qBACjB,EAEa,UAAU,GAAG,MAAM,OAAO,EAAE,MAAM,GAAG,OAAO,EAAE,MAAM,CAAC;IACnE;EAIJ,SAAS,mBACN,MACCA,IAAE,OAAO;GACP,IAAIA,IAAE,QAAQ;GACd,MAAMA,IAAE,QAAQ,CAAC,IAAI,EAAE;GACvB,WAAWA,IAAE,QAAQ;GACrB,UAAUA,IAAE,MAAM,CAAC,UAAU;GAC7B,MAAMA,IAAE,QAAQ,CAAC,UAAU,CAAC,QAAQ,EAAE;GACtC,aAAaA,IAAE,QAAQ,CAAC,UAAU,CAAC,QAAQ,GAAG;GAC/C,CAAC,CACH,CACA,QAAQ,OAAO,EAAE,SAAS,YAAY;GAErC,MAAM,aAAa,IAAI,iBAAiB;IACtC,QAAQ;IACR,KAAK,GAAG,MAAM,GAAG;IACjB,aAAa,MAAM;IACpB,CAAC;GAGF,MAAM,eAAe,MAAM,aAAa,QAAQ,MAAM,YAAY,EAAE,WAAW,MAAM,CAAC;GAEtF,MAAM,CAAC,QAAQ,MAAM,QAAQ,GAC1B,OAAO,MAAM,CACb,OAAO;IACN,GAAG;IACH,SAAS,iBAAiB,MAAM;IAChC,WAAW;IACX,MAAM;IACP,CAAC,CACD,WAAW;AAGd,UAAO;IAAE;IAAM;IAAc;IAC7B;EAIJ,SAAS,mBACN,MAAMA,IAAE,OAAO,EAAE,IAAIA,IAAE,QAAQ,EAAE,CAAC,CAAC,CACnC,OAAO,iBAAiB,CACxB,QAAQ,OAAO,EAAE,SAAS,YAAY;GACrC,MAAM,CAAC,UAAU,MAAM,QAAQ,GAC5B,OAAO,MAAM,CACb,IAAI,EAAE,WAAW,OAAO,CAAC,CACzB,MAAM,GAAG,MAAM,IAAI,MAAM,GAAG,CAAC,CAC7B,WAAW;AAEd,OAAI,CAAC,OACH,OAAM,IAAI,YAAY,aAAa,EAAE,SAAS,kBAAkB,CAAC;;;;AAMnE,SAAM,YAAY;AAChB,QAAI,CAAC,OAAO,eAAe,CAAC,OAAO,aAAa,WAAW,SAAS,CAAE;IAEtE,MAAM,aAAa,IAAI,iBAAiB;KACtC,QAAQ;KACR,KAAK,GAAG,MAAM,GAAG;KAClB,CAAC;IAEF,MAAM,WAAW,MAAM,QAAQ,KAAK,KAAK,WAAW;IACpD,MAAM,cAAc,SAAS;AAC7B,QAAI,CAAC,SAAS,KACZ,OAAM,IAAI,YAAY,yBAAyB,EAC7C,SAAS,+BACV,CAAC;IAGJ,MAAM,YAAY,MAAM,SAAS,KAAK,sBAAsB;IAC5D,MAAM,SAAS,OAAO,KAAK,UAAU;AAErC,QAAI,aAAa,WAAW,SAAS,EAAE;KACrC,MAAM,QAAQ,MAAM,OAAO;AAE3B,WAAM,QAAQ,WACZ,YAAY,QAAQ,OAAO,UAAU;MACnC,MAAM,UAAU,MAAM,MAAM,QAAQ,OAAO,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC,MAAM,CAAC,UAAU;MAE/E,MAAM,aAAa,IAAI,iBAAiB;OACtC,QAAQ;OACR,KAAK,GAAG,MAAM,GAAG,WAAW;OAC5B,aAAa;OACb,MAAM;OACP,CAAC;AAEF,YAAM,QAAQ,KAAK,KAAK,WAAW;OACnC,CACH;;KAEH;AAEF,UAAO;IACP;EAIJ,YAAY,mBACT,MAAM,gBAAgB,CACtB,OAAOA,IAAE,QAAQ,CAAC,CAClB,QAAQ,OAAO,EAAE,SAAS,YAAY,MAAM,WAAW,SAAS,MAAM,CAAC;EAI1E,cAAc,mBACX,MAAM,iBAAiB,CACvB,OAAO,iBAAiB,CACxB,QAAQ,OAAO,EAAE,SAAS,YAAY;GACrC,MAAM,SACJ,MAAM,YACL,MAAM,QAAQ,GAAG,MAAM,MAAM,UAAU,EACtC,OAAO,GAAG,MAAM,IAAI,MAAM,SAAS,EACpC,CAAC;;;;AAKJ,OAAI,MAAM,YAAY,CAAC,OACrB,OAAM,IAAI,YAAY,eAAe,EAAE,SAAS,oBAAoB,CAAC;AAGvE,OAAI,UAAU,CAAC,SAAS,OAAO,CAC7B,OAAM,IAAI,YAAY,eAAe,EAAE,SAAS,0BAA0B,CAAC;AAG7E,OAAI,UAAU,OAAO,cAAc,MAAM,UACvC,OAAM,IAAI,YAAY,eAAe,EACnC,SAAS,uCACV,CAAC;;;;GAMJ,MAAM,CAAC,UAAU,MAAM,QAAQ,GAC5B,OAAO,MAAM,CACb,OAAO;IAAE,GAAG;IAAO,MAAM;IAAU,CAAS,CAC5C,WAAW;AAEd,OAAI,CAAC,OACH,OAAM,IAAI,YAAY,yBAAyB,EAC7C,SAAS,qCACV,CAAC;AAGJ,UAAO;IACP;EAIJ,aAAa,mBACV,MAAM,iBAAiB,CACvB,OAAOA,IAAE,MAAM,CAAC,CAChB,QAAQ,OAAO,EAAE,SAAS,YAAY;GACrC,MAAM,QAAQ,MAAM,QAAQ,GACzB,OAAO;IAAE,IAAI,MAAM;IAAI,MAAM,MAAM;IAAM,CAAC,CAC1C,KAAK,MAAM,CACX,MAAM,QAAQ,MAAM,IAAI,MAAM,IAAI,CAAC;GAGtC,MAAM,UAAU,MAAM,OAAO,SAAS,CAAC,KAAK,WAAW,OAAO,GAAG;GACjE,MAAM,QAAQ,MAAM,OAAO,OAAO,CAAC,KAAK,SAAS,KAAK,GAAG;GAGzD,MAAM,gBAAgB,IAAI,qBAAqB;IAC7C,QAAQ;IACR,QAAQ,EACN,SAAS,MAAM,KAAK,QAAQ,EAAE,KAAK,IAAI,EAAE,EAC1C;IACF,CAAC;;;;AAKF,SAAM,QAAQ,WAAW;IACvB,QAAQ,GAAG,OAAO,MAAM,CAAC,MAAM,QAAQ,MAAM,IAAI,QAAQ,CAAC;IAC1D,QAAQ,GAAG,OAAO,MAAM,CAAC,MAAM,QAAQ,MAAM,IAAI,MAAM,CAAC;IACxD,QAAQ,KAAK,KAAK,cAAc;IACjC,CAAC;IACF;EAIJ,cAAc,mBACX,MAAMA,IAAE,OAAO;GAAE,IAAIA,IAAE,QAAQ;GAAE,UAAUA,IAAE,QAAQ,CAAC,SAAS;GAAE,CAAC,CAAC,CACnE,QAAQ,OAAO,EAAE,SAAS,YAAY;GACrC,MAAM,CAAC,QAAQ,QAAQ,MAAM,QAAQ,IAAI,CACvC,MAAM,YACH,MAAM,QAAQ,GAAG,MAAM,MAAM,UAAU,EACtC,OAAO,GAAG,MAAM,IAAI,MAAM,SAAS,EACpC,CAAC,EACJ,QAAQ,GAAG,MAAM,MAAM,UAAU,EAC/B,OAAO,GAAG,MAAM,IAAI,MAAM,GAAG,EAC9B,CAAC,CACH,CAAC;;;;AAKF,OAAI,MAAM,YAAY,CAAC,OACrB,OAAM,IAAI,YAAY,eAAe,EAAE,SAAS,oBAAoB,CAAC;AACvE,OAAI,CAAC,KAAM,OAAM,IAAI,YAAY,eAAe,EAAE,SAAS,kBAAkB,CAAC;AAE9E,OAAI,UAAU,CAAC,SAAS,OAAO,CAC7B,OAAM,IAAI,YAAY,eAAe,EAAE,SAAS,0BAA0B,CAAC;AAG7E,OAAI,UAAU,OAAO,cAAc,KAAK,UACtC,OAAM,IAAI,YAAY,eAAe,EACnC,SAAS,uCACV,CAAC;;;;AAMJ,SAAM,QAAQ,GACX,OAAO,MAAM,CACb,IAAI,EAAE,UAAU,MAAM,UAAU,CAAC,CACjC,MAAM,GAAG,MAAM,IAAI,MAAM,GAAG,CAAC;AAEhC,kBAAe,UAAU,OAAO;IAChC;EACL"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { TulipContext } from "../../config/lib/context.mjs";
|
|
2
|
+
import "../../../config.mjs";
|
|
3
|
+
import { DriveSchema } from "./schema.mjs";
|
|
4
|
+
import { Node } from "./validators.mjs";
|
|
5
|
+
import { z as z$1 } from "zod";
|
|
6
|
+
import "server-cli-only";
|
|
7
|
+
import { NextRequest } from "next/server";
|
|
8
|
+
|
|
9
|
+
//#region src/modules/uploads/lib/proxy.server.d.ts
|
|
10
|
+
/**
|
|
11
|
+
* Get file url schema
|
|
12
|
+
*/
|
|
13
|
+
declare const getFileUrlInput: z$1.ZodObject<{
|
|
14
|
+
variant: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodEnum<{
|
|
15
|
+
main: "main";
|
|
16
|
+
"preview-640": "preview-640";
|
|
17
|
+
"preview-750": "preview-750";
|
|
18
|
+
"preview-828": "preview-828";
|
|
19
|
+
"preview-1080": "preview-1080";
|
|
20
|
+
"preview-1200": "preview-1200";
|
|
21
|
+
"preview-1920": "preview-1920";
|
|
22
|
+
"preview-2048": "preview-2048";
|
|
23
|
+
"preview-3840": "preview-3840";
|
|
24
|
+
}>>>;
|
|
25
|
+
disposition: z$1.ZodDefault<z$1.ZodOptional<z$1.ZodEnum<{
|
|
26
|
+
inline: "inline";
|
|
27
|
+
attachment: "attachment";
|
|
28
|
+
}>>>;
|
|
29
|
+
}, z$1.core.$strip>;
|
|
30
|
+
type GetFileUrlInput = z$1.input<typeof getFileUrlInput>;
|
|
31
|
+
type GetFileUrlSchema = z$1.infer<typeof getFileUrlInput>;
|
|
32
|
+
/**
|
|
33
|
+
* Get file url
|
|
34
|
+
*/
|
|
35
|
+
declare function getFileUrl<TSchema extends DriveSchema>(ctx: TulipContext<TSchema>, {
|
|
36
|
+
input,
|
|
37
|
+
node
|
|
38
|
+
}: {
|
|
39
|
+
input: GetFileUrlSchema;
|
|
40
|
+
node: Node;
|
|
41
|
+
}): Promise<string>;
|
|
42
|
+
/**
|
|
43
|
+
* Create drive proxy route
|
|
44
|
+
*/
|
|
45
|
+
declare function createDriveProxyRoute<TSchema extends DriveSchema>({
|
|
46
|
+
context
|
|
47
|
+
}: {
|
|
48
|
+
context: TulipContext<TSchema>;
|
|
49
|
+
}): {
|
|
50
|
+
GET: (request: NextRequest) => Promise<Response>;
|
|
51
|
+
};
|
|
52
|
+
//#endregion
|
|
53
|
+
export { GetFileUrlInput, GetFileUrlSchema, createDriveProxyRoute, getFileUrl, getFileUrlInput };
|
|
54
|
+
//# sourceMappingURL=proxy.server.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"proxy.server.d.mts","names":[],"sources":["../../../../src/modules/uploads/lib/proxy.server.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;;;AAkBa,cAAA,eAGX,EAH0B,GAAA,CAAA,SAG1B,CAAA;;;;;;;;IAH0B,cAAA,EAAA,cAAA;IAAA,cAAA,EAAA,cAAA;IAKhB,cAAe,EAAA,cAAkB;EACjC,CAAA,CAAA,CAAA,CAAA;EAKU,WAAA,gBAAU,gBAAA,YAAA,CAAA;IAAiB,MAAA,EAAA,QAAA;IAC7B,UAAA,EAAA,YAAA;EAAb,CAAA,CAAA,CAAA,CAAA;CACH,iBAAA,CAAA;AAAO,KARC,eAAA,GAAkB,GAAA,CAAE,KAQrB,CAAA,OARkC,eAQlC,CAAA;AAAiB,KAPhB,gBAAA,GAAmB,GAAA,CAAE,KAOL,CAAA,OAPkB,eAOlB,CAAA;;;;AA6DZ,iBA/DM,UA+De,CAAA,gBA/DY,WA+DZ,CAAA,CAAA,GAAA,EA9D9B,YA8D8B,CA9DjB,OA8DiB,CAAA,EAAA;EAAA,KAAA;EAAA;CAAA,EAAA;EAAiB,KAAA,EA7D1B,gBA6D0B;EACpD,IAAA,EA9DkD,IA8DlD;CAEsB,CAAA,EAhEkC,OAgElC,CAAA,MAAA,CAAA;;;;AAKiB,iBARzB,qBAQyB,CAAA,gBARa,WAQb,CAAA,CAAA;EAAA;CAAA,EAAA;EAAA,OAAA,EAL9B,YAK8B,CALjB,OAKiB,CAAA;;iBAAX,gBAAW,QAAA"}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { BUCKET_NAME } from "../../../lib/config/constants.mjs";
|
|
2
|
+
import { getSession } from "../../auth/lib/helpers.server.mjs";
|
|
3
|
+
import { imageDispositions, imageVariants } from "./constants.mjs";
|
|
4
|
+
import { nodePresignedUrls, nodes } from "./schema.mjs";
|
|
5
|
+
import { z as z$1 } from "zod";
|
|
6
|
+
import { and, eq } from "drizzle-orm";
|
|
7
|
+
import "server-cli-only";
|
|
8
|
+
import { after, connection } from "next/server";
|
|
9
|
+
import { GetObjectCommand } from "@aws-sdk/client-s3";
|
|
10
|
+
import { addSeconds } from "date-fns";
|
|
11
|
+
import { getSignedUrl } from "@aws-sdk/s3-request-presigner";
|
|
12
|
+
|
|
13
|
+
//#region src/modules/uploads/lib/proxy.server.ts
|
|
14
|
+
/**
|
|
15
|
+
* Get file url schema
|
|
16
|
+
*/
|
|
17
|
+
const getFileUrlInput = z$1.object({
|
|
18
|
+
variant: z$1.enum(imageVariants).optional().default("main"),
|
|
19
|
+
disposition: z$1.enum(imageDispositions).optional().default("inline")
|
|
20
|
+
});
|
|
21
|
+
/**
|
|
22
|
+
* Get file url
|
|
23
|
+
*/
|
|
24
|
+
async function getFileUrl(ctx, { input, node }) {
|
|
25
|
+
const [presignedUrl] = await ctx.db.select({
|
|
26
|
+
url: nodePresignedUrls.url,
|
|
27
|
+
expiresAt: nodePresignedUrls.expiresAt
|
|
28
|
+
}).from(nodePresignedUrls).where(and(eq(nodePresignedUrls.nodeId, node.id), eq(nodePresignedUrls.variant, input.variant), eq(nodePresignedUrls.disposition, input.disposition)));
|
|
29
|
+
if (presignedUrl && presignedUrl.expiresAt > /* @__PURE__ */ new Date()) return presignedUrl.url;
|
|
30
|
+
const expiresIn = 3600 * 24;
|
|
31
|
+
const getCommand = new GetObjectCommand({
|
|
32
|
+
Bucket: BUCKET_NAME,
|
|
33
|
+
Key: `${node.id}/${input.variant}`,
|
|
34
|
+
ResponseContentDisposition: `${input.disposition}; filename="${node.name}"`,
|
|
35
|
+
ResponseContentType: node.contentType ?? void 0
|
|
36
|
+
});
|
|
37
|
+
const url = await getSignedUrl(ctx.blob, getCommand, { expiresIn });
|
|
38
|
+
after(async () => {
|
|
39
|
+
await ctx.db.insert(nodePresignedUrls).values({
|
|
40
|
+
nodeId: node.id,
|
|
41
|
+
url,
|
|
42
|
+
variant: input.variant,
|
|
43
|
+
disposition: input.disposition,
|
|
44
|
+
expiresAt: addSeconds(/* @__PURE__ */ new Date(), expiresIn)
|
|
45
|
+
}).onConflictDoUpdate({
|
|
46
|
+
target: [
|
|
47
|
+
nodePresignedUrls.nodeId,
|
|
48
|
+
nodePresignedUrls.variant,
|
|
49
|
+
nodePresignedUrls.disposition
|
|
50
|
+
],
|
|
51
|
+
set: {
|
|
52
|
+
url,
|
|
53
|
+
expiresAt: addSeconds(/* @__PURE__ */ new Date(), expiresIn)
|
|
54
|
+
}
|
|
55
|
+
});
|
|
56
|
+
});
|
|
57
|
+
return url;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Create drive proxy route
|
|
61
|
+
*/
|
|
62
|
+
function createDriveProxyRoute({ context }) {
|
|
63
|
+
/**
|
|
64
|
+
* GET: Drive node proxy
|
|
65
|
+
*/
|
|
66
|
+
async function GET(request) {
|
|
67
|
+
await connection();
|
|
68
|
+
try {
|
|
69
|
+
const searchParams = request.nextUrl.searchParams;
|
|
70
|
+
const id = searchParams.get("id");
|
|
71
|
+
if (!id) return Response.json("Missing id", { status: 400 });
|
|
72
|
+
const [node] = await context.db.select().from(nodes).where(eq(nodes.id, id));
|
|
73
|
+
if (!node) return Response.json("Bestand kon niet worden gevonden", { status: 404 });
|
|
74
|
+
if (node.mode === "private") {
|
|
75
|
+
if (!await getSession(context)) return Response.json("Unauthorized", { status: 401 });
|
|
76
|
+
}
|
|
77
|
+
const variant = searchParams.get("variant") ?? void 0;
|
|
78
|
+
const disposition = searchParams.get("disposition") ?? void 0;
|
|
79
|
+
const url = await getFileUrl(context, {
|
|
80
|
+
input: getFileUrlInput.parse({
|
|
81
|
+
variant,
|
|
82
|
+
disposition
|
|
83
|
+
}),
|
|
84
|
+
node
|
|
85
|
+
});
|
|
86
|
+
return Response.redirect(url, 307);
|
|
87
|
+
} catch (error) {
|
|
88
|
+
console.error("error", error);
|
|
89
|
+
return Response.json("Error", { status: 500 });
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
return { GET };
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
//#endregion
|
|
96
|
+
export { createDriveProxyRoute, getFileUrl, getFileUrlInput };
|
|
97
|
+
//# sourceMappingURL=proxy.server.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"proxy.server.mjs","names":["z"],"sources":["../../../../src/modules/uploads/lib/proxy.server.ts"],"sourcesContent":["import \"server-cli-only\";\n\nimport { BUCKET_NAME } from \"@/lib/config/constants\";\nimport { getSession } from \"@/modules/auth/entry.server\";\nimport { TulipContext } from \"@/modules/config/entry\";\nimport { GetObjectCommand } from \"@aws-sdk/client-s3\";\nimport { getSignedUrl } from \"@aws-sdk/s3-request-presigner\";\nimport { addSeconds } from \"date-fns\";\nimport { and, eq } from \"drizzle-orm\";\nimport { after, connection, NextRequest } from \"next/server\";\nimport { z } from \"zod\";\nimport { imageDispositions, imageVariants } from \"./constants\";\nimport { DriveSchema, nodePresignedUrls, nodes } from \"./schema\";\nimport { Node } from \"./validators\";\n\n/**\n * Get file url schema\n */\nexport const getFileUrlInput = z.object({\n variant: z.enum(imageVariants).optional().default(\"main\"),\n disposition: z.enum(imageDispositions).optional().default(\"inline\"),\n});\n\nexport type GetFileUrlInput = z.input<typeof getFileUrlInput>;\nexport type GetFileUrlSchema = z.infer<typeof getFileUrlInput>;\n\n/**\n * Get file url\n */\nexport async function getFileUrl<TSchema extends DriveSchema>(\n ctx: TulipContext<TSchema>,\n { input, node }: { input: GetFileUrlSchema; node: Node },\n // input: GetFileUrlSchema,\n) {\n // const [node] = await ctx.db.select().from(nodes).where(eq(nodes.id, input.id));\n // if (!node) {\n // throw new ServerError(\"NOT_FOUND\", { message: \"Bestand kon niet worden gevonden\" });\n // }\n\n const [presignedUrl] = await ctx.db\n .select({ url: nodePresignedUrls.url, expiresAt: nodePresignedUrls.expiresAt })\n .from(nodePresignedUrls)\n .where(\n and(\n eq(nodePresignedUrls.nodeId, node.id),\n eq(nodePresignedUrls.variant, input.variant),\n eq(nodePresignedUrls.disposition, input.disposition),\n ),\n );\n\n if (presignedUrl && presignedUrl.expiresAt > new Date()) return presignedUrl.url;\n\n const expiresIn = 3600 * 24;\n\n // Generate the get command\n const getCommand = new GetObjectCommand({\n Bucket: BUCKET_NAME,\n Key: `${node.id}/${input.variant}`,\n ResponseContentDisposition: `${input.disposition}; filename=\"${node.name}\"`,\n ResponseContentType: node.contentType ?? undefined,\n });\n\n // Generate the presigned url that expires in 24 hours\n const url = await getSignedUrl(ctx.blob, getCommand, { expiresIn });\n\n // Add the presigned url to the database\n after(async () => {\n await ctx.db\n .insert(nodePresignedUrls)\n .values({\n nodeId: node.id,\n url,\n variant: input.variant,\n disposition: input.disposition,\n expiresAt: addSeconds(new Date(), expiresIn),\n })\n .onConflictDoUpdate({\n target: [\n nodePresignedUrls.nodeId,\n nodePresignedUrls.variant,\n nodePresignedUrls.disposition,\n ],\n set: { url, expiresAt: addSeconds(new Date(), expiresIn) },\n });\n });\n\n return url;\n}\n\n/**\n * Create drive proxy route\n */\nexport function createDriveProxyRoute<TSchema extends DriveSchema>({\n context,\n}: {\n context: TulipContext<TSchema>;\n}) {\n /**\n * GET: Drive node proxy\n */\n async function GET(request: NextRequest) {\n // Make endpoint dynamic\n await connection();\n\n try {\n // Get the params\n const searchParams = request.nextUrl.searchParams;\n const id = searchParams.get(\"id\");\n if (!id) return Response.json(\"Missing id\", { status: 400 });\n\n // Get the node\n const [node] = await context.db.select().from(nodes).where(eq(nodes.id, id));\n if (!node) return Response.json(\"Bestand kon niet worden gevonden\", { status: 404 });\n\n // If the node is private check if the user is authenticated\n if (node.mode === \"private\") {\n const session = await getSession(context);\n if (!session) return Response.json(\"Unauthorized\", { status: 401 });\n }\n\n const variant = searchParams.get(\"variant\") ?? undefined;\n const disposition = searchParams.get(\"disposition\") ?? undefined;\n\n // Parse the input\n const input = getFileUrlInput.parse({ variant, disposition });\n\n // Get the file url\n const url = await getFileUrl(context, { input, node });\n\n // Return the file\n return Response.redirect(url, 307);\n } catch (error) {\n console.error(\"error\", error);\n return Response.json(\"Error\", { status: 500 });\n }\n }\n\n return { GET };\n}\n"],"mappings":";;;;;;;;;;;;;;;;AAkBA,MAAa,kBAAkBA,IAAE,OAAO;CACtC,SAASA,IAAE,KAAK,cAAc,CAAC,UAAU,CAAC,QAAQ,OAAO;CACzD,aAAaA,IAAE,KAAK,kBAAkB,CAAC,UAAU,CAAC,QAAQ,SAAS;CACpE,CAAC;;;;AAQF,eAAsB,WACpB,KACA,EAAE,OAAO,QAET;CAMA,MAAM,CAAC,gBAAgB,MAAM,IAAI,GAC9B,OAAO;EAAE,KAAK,kBAAkB;EAAK,WAAW,kBAAkB;EAAW,CAAC,CAC9E,KAAK,kBAAkB,CACvB,MACC,IACE,GAAG,kBAAkB,QAAQ,KAAK,GAAG,EACrC,GAAG,kBAAkB,SAAS,MAAM,QAAQ,EAC5C,GAAG,kBAAkB,aAAa,MAAM,YAAY,CACrD,CACF;AAEH,KAAI,gBAAgB,aAAa,4BAAY,IAAI,MAAM,CAAE,QAAO,aAAa;CAE7E,MAAM,YAAY,OAAO;CAGzB,MAAM,aAAa,IAAI,iBAAiB;EACtC,QAAQ;EACR,KAAK,GAAG,KAAK,GAAG,GAAG,MAAM;EACzB,4BAA4B,GAAG,MAAM,YAAY,cAAc,KAAK,KAAK;EACzE,qBAAqB,KAAK,eAAe;EAC1C,CAAC;CAGF,MAAM,MAAM,MAAM,aAAa,IAAI,MAAM,YAAY,EAAE,WAAW,CAAC;AAGnE,OAAM,YAAY;AAChB,QAAM,IAAI,GACP,OAAO,kBAAkB,CACzB,OAAO;GACN,QAAQ,KAAK;GACb;GACA,SAAS,MAAM;GACf,aAAa,MAAM;GACnB,WAAW,2BAAW,IAAI,MAAM,EAAE,UAAU;GAC7C,CAAC,CACD,mBAAmB;GAClB,QAAQ;IACN,kBAAkB;IAClB,kBAAkB;IAClB,kBAAkB;IACnB;GACD,KAAK;IAAE;IAAK,WAAW,2BAAW,IAAI,MAAM,EAAE,UAAU;IAAE;GAC3D,CAAC;GACJ;AAEF,QAAO;;;;;AAMT,SAAgB,sBAAmD,EACjE,WAGC;;;;CAID,eAAe,IAAI,SAAsB;AAEvC,QAAM,YAAY;AAElB,MAAI;GAEF,MAAM,eAAe,QAAQ,QAAQ;GACrC,MAAM,KAAK,aAAa,IAAI,KAAK;AACjC,OAAI,CAAC,GAAI,QAAO,SAAS,KAAK,cAAc,EAAE,QAAQ,KAAK,CAAC;GAG5D,MAAM,CAAC,QAAQ,MAAM,QAAQ,GAAG,QAAQ,CAAC,KAAK,MAAM,CAAC,MAAM,GAAG,MAAM,IAAI,GAAG,CAAC;AAC5E,OAAI,CAAC,KAAM,QAAO,SAAS,KAAK,oCAAoC,EAAE,QAAQ,KAAK,CAAC;AAGpF,OAAI,KAAK,SAAS,WAEhB;QAAI,CADY,MAAM,WAAW,QAAQ,CAC3B,QAAO,SAAS,KAAK,gBAAgB,EAAE,QAAQ,KAAK,CAAC;;GAGrE,MAAM,UAAU,aAAa,IAAI,UAAU,IAAI;GAC/C,MAAM,cAAc,aAAa,IAAI,cAAc,IAAI;GAMvD,MAAM,MAAM,MAAM,WAAW,SAAS;IAAE,OAH1B,gBAAgB,MAAM;KAAE;KAAS;KAAa,CAAC;IAGd;IAAM,CAAC;AAGtD,UAAO,SAAS,SAAS,KAAK,IAAI;WAC3B,OAAO;AACd,WAAQ,MAAM,SAAS,MAAM;AAC7B,UAAO,SAAS,KAAK,SAAS,EAAE,QAAQ,KAAK,CAAC;;;AAIlD,QAAO,EAAE,KAAK"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { TDatabaseSchema } from "../../config/db/types.mjs";
|
|
2
|
+
import { TulipContext } from "../../config/lib/context.mjs";
|
|
3
|
+
import "../../../config.mjs";
|
|
4
|
+
import { Asset } from "./validators.mjs";
|
|
5
|
+
import { z as z$1 } from "zod";
|
|
6
|
+
import "server-cli-only";
|
|
7
|
+
import { NextRequest, NextResponse } from "next/server";
|
|
8
|
+
|
|
9
|
+
//#region src/modules/uploads/lib/route.server.d.ts
|
|
10
|
+
type HandleAssetUploadOptions<TSchema extends TDatabaseSchema, TPayload> = {
|
|
11
|
+
schema: z$1.ZodSchema<TPayload>;
|
|
12
|
+
allowedContentTypes?: string[];
|
|
13
|
+
onBeforeGenerateTokenCallback?: (values: {
|
|
14
|
+
payload: TPayload;
|
|
15
|
+
ctx: TulipContext<TSchema>;
|
|
16
|
+
}) => Promise<void>;
|
|
17
|
+
onUploadCompletedCallback?: (values: {
|
|
18
|
+
payload: TPayload;
|
|
19
|
+
asset: Asset;
|
|
20
|
+
ctx: TulipContext<TSchema>;
|
|
21
|
+
}) => Promise<void>;
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated
|
|
25
|
+
*/
|
|
26
|
+
declare function handleUploadRoute<TSchema extends TDatabaseSchema, TPayload>(ctx: TulipContext<TSchema>, {
|
|
27
|
+
allowedContentTypes,
|
|
28
|
+
schema,
|
|
29
|
+
...options
|
|
30
|
+
}: HandleAssetUploadOptions<TSchema, TPayload>): {
|
|
31
|
+
POST: (request: NextRequest) => Promise<NextResponse<{
|
|
32
|
+
type: "blob.generate-client-token";
|
|
33
|
+
clientToken: string;
|
|
34
|
+
} | {
|
|
35
|
+
type: "blob.upload-completed";
|
|
36
|
+
response: "ok";
|
|
37
|
+
}> | NextResponse<{
|
|
38
|
+
error: string;
|
|
39
|
+
}>>;
|
|
40
|
+
};
|
|
41
|
+
//#endregion
|
|
42
|
+
export { handleUploadRoute };
|
|
43
|
+
//# sourceMappingURL=route.server.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"route.server.d.mts","names":[],"sources":["../../../../src/modules/uploads/lib/route.server.ts"],"sourcesContent":[],"mappings":";;;;;;;;;KAYK,yCAAyC;UACpC,GAAA,CAAE,UAAU;;EADjB,6BAAwB,CAAA,EAAA,CAAA,MAAA,EAAA;IAAiB,OAAA,EAIjC,QAJiC;IACxB,GAAA,EAIb,YAJa,CAIA,OAJA,CAAA;EAAZ,CAAE,EAAA,GAKJ,OALI,CAAA,IAAA,CAAA;EAGC,yBAAA,CAAA,EAAA,CAAA,MAAA,EAAA;IACS,OAAA,EAGT,QAHS;IAAb,KAAA,EAIE,KAJF;IACD,GAAA,EAIC,YAJD,CAIc,OAJd,CAAA;EAEK,CAAA,EAAA,GAGL,OAHK,CAAA,IAAA,CAAA;CACF;;;;AAEI,iBAMC,iBAND,CAAA,gBAMmC,eANnC,EAAA,QAAA,CAAA,CAAA,GAAA,EAOR,YAPQ,CAOK,OAPL,CAAA,EAAA;EAAA,mBAAA;EAAA,MAAA;EAAA,GAAA;AAAA,CAAA,EAQgC,wBARhC,CAQyD,OARzD,EAQkE,QARlE,CAAA,CAAA,EAAA;EAMC,IAAA,EAAA,CAAA,OAAA,EAIe,WAJE,EAAA,GAIS,OAJT,CAIS,YAJT,CAAA;IAAiB,IAAA,EAAA,4BAAA;IAC9B,WAAA,EAAA,MAAA;EAAb,CAAA,GAAA;IACH,IAAA,EAAA,uBAAA;IAAqB,QAAA,EAAA,IAAA;EAA+C,CAAA,CAAA,eAAA,CAAA;IAAS,KAAA,EAAA,MAAA;EAAlC,CAAA,CAAA,CAAA;CAEhB"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { assets } from "./schema.mjs";
|
|
2
|
+
import { eq } from "drizzle-orm";
|
|
3
|
+
import "server-cli-only";
|
|
4
|
+
import { NextResponse } from "next/server";
|
|
5
|
+
import { handleUpload } from "@vercel/blob/client";
|
|
6
|
+
import { del } from "@vercel/blob";
|
|
7
|
+
|
|
8
|
+
//#region src/modules/uploads/lib/route.server.ts
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated
|
|
11
|
+
*/
|
|
12
|
+
function handleUploadRoute(ctx, { allowedContentTypes, schema, ...options }) {
|
|
13
|
+
async function POST(request) {
|
|
14
|
+
const body = await request.json();
|
|
15
|
+
try {
|
|
16
|
+
const jsonResponse = await handleUpload({
|
|
17
|
+
body,
|
|
18
|
+
request,
|
|
19
|
+
onBeforeGenerateToken: async (pathname, clientPayload) => {
|
|
20
|
+
const payload = clientPayload ? JSON.parse(clientPayload) : {};
|
|
21
|
+
const validPayload = schema.safeParse(payload);
|
|
22
|
+
if (!validPayload.success) {
|
|
23
|
+
console.error("Invalid payload", validPayload.error);
|
|
24
|
+
throw new Error("Invalid payload");
|
|
25
|
+
}
|
|
26
|
+
await options.onBeforeGenerateTokenCallback?.({
|
|
27
|
+
payload: validPayload.data,
|
|
28
|
+
ctx
|
|
29
|
+
});
|
|
30
|
+
return {
|
|
31
|
+
allowedContentTypes,
|
|
32
|
+
tokenPayload: JSON.stringify(validPayload.data)
|
|
33
|
+
};
|
|
34
|
+
},
|
|
35
|
+
onUploadCompleted: async ({ blob, tokenPayload }) => {
|
|
36
|
+
const parsedPayload = tokenPayload ? JSON.parse(tokenPayload) : {};
|
|
37
|
+
try {
|
|
38
|
+
const { pathname, url, contentType } = blob;
|
|
39
|
+
const payload = schema.parse(parsedPayload);
|
|
40
|
+
const name = pathname.split("/").pop();
|
|
41
|
+
const [asset] = await ctx.db.insert(assets).values({
|
|
42
|
+
name,
|
|
43
|
+
pathname,
|
|
44
|
+
url,
|
|
45
|
+
contentType
|
|
46
|
+
}).returning();
|
|
47
|
+
if (!asset) throw new Error("Could not create asset");
|
|
48
|
+
await options.onUploadCompletedCallback?.({
|
|
49
|
+
payload,
|
|
50
|
+
asset,
|
|
51
|
+
ctx
|
|
52
|
+
});
|
|
53
|
+
} catch (error) {
|
|
54
|
+
console.error("error", error);
|
|
55
|
+
await Promise.all([del(blob.url), ctx.db.delete(assets).where(eq(assets.url, blob.url))]);
|
|
56
|
+
throw new Error("Could not update post");
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
});
|
|
60
|
+
return NextResponse.json(jsonResponse);
|
|
61
|
+
} catch (error) {
|
|
62
|
+
return NextResponse.json({ error: error.message }, { status: 400 });
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
return { POST };
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
//#endregion
|
|
69
|
+
export { handleUploadRoute };
|
|
70
|
+
//# sourceMappingURL=route.server.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"route.server.mjs","names":[],"sources":["../../../../src/modules/uploads/lib/route.server.ts"],"sourcesContent":["import \"server-cli-only\";\n\nimport { TDatabaseSchema } from \"@/modules/config/db/types\";\nimport { TulipContext } from \"@/modules/config/entry\";\nimport { del } from \"@vercel/blob\";\nimport { handleUpload, HandleUploadBody } from \"@vercel/blob/client\";\nimport { eq } from \"drizzle-orm\";\nimport { NextRequest, NextResponse } from \"next/server\";\nimport { z } from \"zod\";\nimport { assets } from \"./schema\";\nimport { Asset } from \"./validators\";\n\ntype HandleAssetUploadOptions<TSchema extends TDatabaseSchema, TPayload> = {\n schema: z.ZodSchema<TPayload>;\n allowedContentTypes?: string[];\n onBeforeGenerateTokenCallback?: (values: {\n payload: TPayload;\n ctx: TulipContext<TSchema>;\n }) => Promise<void>;\n onUploadCompletedCallback?: (values: {\n payload: TPayload;\n asset: Asset;\n ctx: TulipContext<TSchema>;\n }) => Promise<void>;\n};\n\n/**\n * @deprecated\n */\nexport function handleUploadRoute<TSchema extends TDatabaseSchema, TPayload>(\n ctx: TulipContext<TSchema>,\n { allowedContentTypes, schema, ...options }: HandleAssetUploadOptions<TSchema, TPayload>,\n) {\n async function POST(request: NextRequest) {\n const body = (await request.json()) as HandleUploadBody;\n\n try {\n const jsonResponse = await handleUpload({\n body,\n request,\n onBeforeGenerateToken: async (pathname: string, clientPayload: string | null) => {\n const payload = clientPayload ? JSON.parse(clientPayload) : {};\n const validPayload = schema.safeParse(payload);\n\n if (!validPayload.success) {\n console.error(\"Invalid payload\", validPayload.error);\n throw new Error(\"Invalid payload\");\n }\n\n await options.onBeforeGenerateTokenCallback?.({ payload: validPayload.data, ctx });\n\n return {\n allowedContentTypes,\n tokenPayload: JSON.stringify(validPayload.data),\n };\n },\n onUploadCompleted: async ({ blob, tokenPayload }) => {\n const parsedPayload = tokenPayload ? JSON.parse(tokenPayload) : {};\n\n try {\n const { pathname, url, contentType } = blob;\n const payload = schema.parse(parsedPayload);\n\n const name = pathname.split(\"/\").pop() as string;\n\n const [asset] = await ctx.db\n .insert(assets)\n .values({ name, pathname, url, contentType })\n .returning();\n\n if (!asset) throw new Error(\"Could not create asset\");\n\n await options.onUploadCompletedCallback?.({ payload, asset, ctx });\n } catch (error) {\n console.error(\"error\", error);\n // Delete the blob and the asset on error\n await Promise.all([\n del(blob.url),\n ctx.db.delete(assets).where(eq(assets.url, blob.url)),\n ]);\n throw new Error(\"Could not update post\");\n }\n },\n });\n\n return NextResponse.json(jsonResponse);\n } catch (error) {\n return NextResponse.json({ error: (error as Error).message }, { status: 400 });\n }\n }\n\n return { POST };\n}\n"],"mappings":";;;;;;;;;;;AA6BA,SAAgB,kBACd,KACA,EAAE,qBAAqB,QAAQ,GAAG,WAClC;CACA,eAAe,KAAK,SAAsB;EACxC,MAAM,OAAQ,MAAM,QAAQ,MAAM;AAElC,MAAI;GACF,MAAM,eAAe,MAAM,aAAa;IACtC;IACA;IACA,uBAAuB,OAAO,UAAkB,kBAAiC;KAC/E,MAAM,UAAU,gBAAgB,KAAK,MAAM,cAAc,GAAG,EAAE;KAC9D,MAAM,eAAe,OAAO,UAAU,QAAQ;AAE9C,SAAI,CAAC,aAAa,SAAS;AACzB,cAAQ,MAAM,mBAAmB,aAAa,MAAM;AACpD,YAAM,IAAI,MAAM,kBAAkB;;AAGpC,WAAM,QAAQ,gCAAgC;MAAE,SAAS,aAAa;MAAM;MAAK,CAAC;AAElF,YAAO;MACL;MACA,cAAc,KAAK,UAAU,aAAa,KAAK;MAChD;;IAEH,mBAAmB,OAAO,EAAE,MAAM,mBAAmB;KACnD,MAAM,gBAAgB,eAAe,KAAK,MAAM,aAAa,GAAG,EAAE;AAElE,SAAI;MACF,MAAM,EAAE,UAAU,KAAK,gBAAgB;MACvC,MAAM,UAAU,OAAO,MAAM,cAAc;MAE3C,MAAM,OAAO,SAAS,MAAM,IAAI,CAAC,KAAK;MAEtC,MAAM,CAAC,SAAS,MAAM,IAAI,GACvB,OAAO,OAAO,CACd,OAAO;OAAE;OAAM;OAAU;OAAK;OAAa,CAAC,CAC5C,WAAW;AAEd,UAAI,CAAC,MAAO,OAAM,IAAI,MAAM,yBAAyB;AAErD,YAAM,QAAQ,4BAA4B;OAAE;OAAS;OAAO;OAAK,CAAC;cAC3D,OAAO;AACd,cAAQ,MAAM,SAAS,MAAM;AAE7B,YAAM,QAAQ,IAAI,CAChB,IAAI,KAAK,IAAI,EACb,IAAI,GAAG,OAAO,OAAO,CAAC,MAAM,GAAG,OAAO,KAAK,KAAK,IAAI,CAAC,CACtD,CAAC;AACF,YAAM,IAAI,MAAM,wBAAwB;;;IAG7C,CAAC;AAEF,UAAO,aAAa,KAAK,aAAa;WAC/B,OAAO;AACd,UAAO,aAAa,KAAK,EAAE,OAAQ,MAAgB,SAAS,EAAE,EAAE,QAAQ,KAAK,CAAC;;;AAIlF,QAAO,EAAE,MAAM"}
|