@m5kdev/web-ui 0.1.3 → 0.1.4
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +6 -0
- package/dist/src/animations/card.motion.d.ts +3 -0
- package/dist/src/animations/card.motion.d.ts.map +1 -0
- package/dist/src/animations/card.motion.js +7 -0
- package/dist/src/components/AvatarUpload.d.ts +8 -0
- package/dist/src/components/AvatarUpload.d.ts.map +1 -0
- package/dist/src/components/AvatarUpload.js +67 -0
- package/dist/src/components/Button.d.ts +6 -0
- package/dist/src/components/Button.d.ts.map +1 -0
- package/dist/src/components/Button.js +5 -0
- package/dist/src/components/Calendar.d.ts +36 -0
- package/dist/src/components/Calendar.d.ts.map +1 -0
- package/dist/src/components/Calendar.js +10 -0
- package/dist/src/components/CardsSelect.d.ts +24 -0
- package/dist/src/components/CardsSelect.d.ts.map +1 -0
- package/dist/src/components/CardsSelect.js +46 -0
- package/dist/src/components/CollapsibleSidebarMenuItem.d.ts +10 -0
- package/dist/src/components/CollapsibleSidebarMenuItem.d.ts.map +1 -0
- package/dist/src/components/CollapsibleSidebarMenuItem.js +11 -0
- package/dist/src/components/ColorPicker.d.ts +5 -0
- package/dist/src/components/ColorPicker.d.ts.map +1 -0
- package/dist/src/components/ColorPicker.js +21 -0
- package/dist/src/components/CopyButton.d.ts +7 -0
- package/dist/src/components/CopyButton.d.ts.map +1 -0
- package/dist/src/components/CopyButton.js +24 -0
- package/dist/src/components/CropDialog.d.ts +11 -0
- package/dist/src/components/CropDialog.d.ts.map +1 -0
- package/dist/src/components/CropDialog.js +67 -0
- package/dist/src/components/DialogProvider.d.ts +16 -0
- package/dist/src/components/DialogProvider.d.ts.map +1 -0
- package/dist/src/components/DialogProvider.js +50 -0
- package/dist/src/components/ErrorFallback.d.ts +5 -0
- package/dist/src/components/ErrorFallback.d.ts.map +1 -0
- package/dist/src/components/ErrorFallback.js +5 -0
- package/dist/src/components/FileDropzone.d.ts +7 -0
- package/dist/src/components/FileDropzone.d.ts.map +1 -0
- package/dist/src/components/FileDropzone.js +63 -0
- package/dist/src/components/MultiSelectDropdown.d.ts +27 -0
- package/dist/src/components/MultiSelectDropdown.d.ts.map +1 -0
- package/dist/src/components/MultiSelectDropdown.js +53 -0
- package/dist/src/components/Orb.d.ts +7 -0
- package/dist/src/components/Orb.d.ts.map +1 -0
- package/dist/src/components/Orb.js +259 -0
- package/dist/src/components/PageAlert.d.ts +19 -0
- package/dist/src/components/PageAlert.d.ts.map +1 -0
- package/dist/src/components/PageAlert.js +48 -0
- package/dist/src/components/SelectChips.d.ts +11 -0
- package/dist/src/components/SelectChips.d.ts.map +1 -0
- package/dist/src/components/SelectChips.js +11 -0
- package/dist/src/components/SidebarItem.d.ts +8 -0
- package/dist/src/components/SidebarItem.d.ts.map +1 -0
- package/dist/src/components/SidebarItem.js +6 -0
- package/dist/src/components/Steps.d.ts +20 -0
- package/dist/src/components/Steps.d.ts.map +1 -0
- package/dist/src/components/Steps.js +34 -0
- package/dist/src/components/TablerIconPicker.d.ts +3 -0
- package/dist/src/components/TablerIconPicker.d.ts.map +1 -0
- package/dist/src/components/TablerIconPicker.js +4238 -0
- package/dist/src/components/app-header.d.ts +7 -0
- package/dist/src/components/app-header.d.ts.map +1 -0
- package/dist/src/components/app-header.js +8 -0
- package/dist/src/components/blur-card.d.ts +14 -0
- package/dist/src/components/blur-card.d.ts.map +1 -0
- package/dist/src/components/blur-card.js +34 -0
- package/dist/src/components/features-section-demo-1.d.ts +7 -0
- package/dist/src/components/features-section-demo-1.d.ts.map +1 -0
- package/dist/src/components/features-section-demo-1.js +53 -0
- package/dist/src/components/features-section-demo-2.d.ts +2 -0
- package/dist/src/components/features-section-demo-2.d.ts.map +1 -0
- package/dist/src/components/features-section-demo-2.js +51 -0
- package/dist/src/components/features-section-demo-3.d.ts +9 -0
- package/dist/src/components/features-section-demo-3.d.ts.map +1 -0
- package/dist/src/components/features-section-demo-3.js +116 -0
- package/dist/src/components/mode-toggle.d.ts +2 -0
- package/dist/src/components/mode-toggle.d.ts.map +1 -0
- package/dist/src/components/mode-toggle.js +9 -0
- package/dist/src/components/nav-main.d.ts +14 -0
- package/dist/src/components/nav-main.d.ts.map +1 -0
- package/dist/src/components/nav-main.js +9 -0
- package/dist/src/components/pricing-cards.d.ts +2 -0
- package/dist/src/components/pricing-cards.d.ts.map +1 -0
- package/dist/src/components/pricing-cards.js +27 -0
- package/dist/src/components/shared/ButtonCopy.d.ts +7 -0
- package/dist/src/components/shared/ButtonCopy.d.ts.map +1 -0
- package/dist/src/components/shared/ButtonCopy.js +24 -0
- package/dist/src/components/team-switcher.d.ts +9 -0
- package/dist/src/components/team-switcher.d.ts.map +1 -0
- package/dist/src/components/team-switcher.js +10 -0
- package/dist/src/components/theme-provider.d.ts +14 -0
- package/dist/src/components/theme-provider.d.ts.map +1 -0
- package/dist/src/components/theme-provider.js +41 -0
- package/dist/src/components/typewriter.d.ts +19 -0
- package/dist/src/components/typewriter.d.ts.map +1 -0
- package/dist/src/components/typewriter.js +38 -0
- package/dist/src/components/ui/alert-dialog.d.ts +15 -0
- package/dist/src/components/ui/alert-dialog.d.ts.map +1 -0
- package/dist/src/components/ui/alert-dialog.js +38 -0
- package/dist/src/components/ui/alert.d.ts +10 -0
- package/dist/src/components/ui/alert.d.ts.map +1 -0
- package/dist/src/components/ui/alert.js +24 -0
- package/dist/src/components/ui/avatar.d.ts +7 -0
- package/dist/src/components/ui/avatar.d.ts.map +1 -0
- package/dist/src/components/ui/avatar.js +12 -0
- package/dist/src/components/ui/badge.d.ts +10 -0
- package/dist/src/components/ui/badge.d.ts.map +1 -0
- package/dist/src/components/ui/badge.js +20 -0
- package/dist/src/components/ui/bento-grid.d.ts +12 -0
- package/dist/src/components/ui/bento-grid.d.ts.map +1 -0
- package/dist/src/components/ui/bento-grid.js +8 -0
- package/dist/src/components/ui/bento-grid2.d.ts +16 -0
- package/dist/src/components/ui/bento-grid2.d.ts.map +1 -0
- package/dist/src/components/ui/bento-grid2.js +13 -0
- package/dist/src/components/ui/breadcrumb.d.ts +20 -0
- package/dist/src/components/ui/breadcrumb.d.ts.map +1 -0
- package/dist/src/components/ui/breadcrumb.js +23 -0
- package/dist/src/components/ui/button.d.ts +12 -0
- package/dist/src/components/ui/button.d.ts.map +1 -0
- package/dist/src/components/ui/button.js +33 -0
- package/dist/src/components/ui/card.d.ts +9 -0
- package/dist/src/components/ui/card.d.ts.map +1 -0
- package/dist/src/components/ui/card.js +16 -0
- package/dist/src/components/ui/checkbox.d.ts +5 -0
- package/dist/src/components/ui/checkbox.d.ts.map +1 -0
- package/dist/src/components/ui/checkbox.js +8 -0
- package/dist/src/components/ui/collapsible.d.ts +6 -0
- package/dist/src/components/ui/collapsible.d.ts.map +1 -0
- package/dist/src/components/ui/collapsible.js +5 -0
- package/dist/src/components/ui/dialog.d.ts +14 -0
- package/dist/src/components/ui/dialog.d.ts.map +1 -0
- package/dist/src/components/ui/dialog.js +35 -0
- package/dist/src/components/ui/dropdown-menu.d.ts +28 -0
- package/dist/src/components/ui/dropdown-menu.d.ts.map +1 -0
- package/dist/src/components/ui/dropdown-menu.js +32 -0
- package/dist/src/components/ui/floating-navbar.d.ts +10 -0
- package/dist/src/components/ui/floating-navbar.d.ts.map +1 -0
- package/dist/src/components/ui/floating-navbar.js +38 -0
- package/dist/src/components/ui/form.d.ts +24 -0
- package/dist/src/components/ui/form.d.ts.map +1 -0
- package/dist/src/components/ui/form.js +60 -0
- package/dist/src/components/ui/image.d.ts +7 -0
- package/dist/src/components/ui/image.d.ts.map +1 -0
- package/dist/src/components/ui/image.js +15 -0
- package/dist/src/components/ui/input.d.ts +4 -0
- package/dist/src/components/ui/input.d.ts.map +1 -0
- package/dist/src/components/ui/input.js +8 -0
- package/dist/src/components/ui/label.d.ts +6 -0
- package/dist/src/components/ui/label.d.ts.map +1 -0
- package/dist/src/components/ui/label.js +9 -0
- package/dist/src/components/ui/pagination.d.ts +14 -0
- package/dist/src/components/ui/pagination.d.ts.map +1 -0
- package/dist/src/components/ui/pagination.js +29 -0
- package/dist/src/components/ui/progress.d.ts +5 -0
- package/dist/src/components/ui/progress.d.ts.map +1 -0
- package/dist/src/components/ui/progress.js +7 -0
- package/dist/src/components/ui/resizable-navbar.d.ts +57 -0
- package/dist/src/components/ui/resizable-navbar.d.ts.map +1 -0
- package/dist/src/components/ui/resizable-navbar.js +86 -0
- package/dist/src/components/ui/segment-control.d.ts +10 -0
- package/dist/src/components/ui/segment-control.d.ts.map +1 -0
- package/dist/src/components/ui/segment-control.js +42 -0
- package/dist/src/components/ui/select.d.ts +14 -0
- package/dist/src/components/ui/select.d.ts.map +1 -0
- package/dist/src/components/ui/select.js +26 -0
- package/dist/src/components/ui/separator.d.ts +5 -0
- package/dist/src/components/ui/separator.d.ts.map +1 -0
- package/dist/src/components/ui/separator.js +7 -0
- package/dist/src/components/ui/sheet.d.ts +26 -0
- package/dist/src/components/ui/sheet.d.ts.map +1 -0
- package/dist/src/components/ui/sheet.js +37 -0
- package/dist/src/components/ui/sidebar.d.ts +67 -0
- package/dist/src/components/ui/sidebar.d.ts.map +1 -0
- package/dist/src/components/ui/sidebar.js +222 -0
- package/dist/src/components/ui/skeleton.d.ts +3 -0
- package/dist/src/components/ui/skeleton.d.ts.map +1 -0
- package/dist/src/components/ui/skeleton.js +6 -0
- package/dist/src/components/ui/slider.d.ts +5 -0
- package/dist/src/components/ui/slider.d.ts.map +1 -0
- package/dist/src/components/ui/slider.js +7 -0
- package/dist/src/components/ui/sonner.d.ts +5 -0
- package/dist/src/components/ui/sonner.d.ts.map +1 -0
- package/dist/src/components/ui/sonner.js +15 -0
- package/dist/src/components/ui/spinner.d.ts +15 -0
- package/dist/src/components/ui/spinner.d.ts.map +1 -0
- package/dist/src/components/ui/spinner.js +30 -0
- package/dist/src/components/ui/switch.d.ts +5 -0
- package/dist/src/components/ui/switch.d.ts.map +1 -0
- package/dist/src/components/ui/switch.js +7 -0
- package/dist/src/components/ui/table.d.ts +11 -0
- package/dist/src/components/ui/table.d.ts.map +1 -0
- package/dist/src/components/ui/table.js +27 -0
- package/dist/src/components/ui/tabs.d.ts +8 -0
- package/dist/src/components/ui/tabs.d.ts.map +1 -0
- package/dist/src/components/ui/tabs.js +16 -0
- package/dist/src/components/ui/textarea.d.ts +4 -0
- package/dist/src/components/ui/textarea.d.ts.map +1 -0
- package/dist/src/components/ui/textarea.js +6 -0
- package/dist/src/components/ui/timeline.d.ts +12 -0
- package/dist/src/components/ui/timeline.d.ts.map +1 -0
- package/dist/src/components/ui/timeline.js +27 -0
- package/dist/src/components/ui/toast.d.ts +16 -0
- package/dist/src/components/ui/toast.d.ts.map +1 -0
- package/dist/src/components/ui/toast.js +33 -0
- package/dist/src/components/ui/tooltip.d.ts +8 -0
- package/dist/src/components/ui/tooltip.d.ts.map +1 -0
- package/dist/src/components/ui/tooltip.js +16 -0
- package/dist/src/components/ui/typewriter-effect.d.ts +17 -0
- package/dist/src/components/ui/typewriter-effect.d.ts.map +1 -0
- package/dist/src/components/ui/typewriter-effect.js +76 -0
- package/dist/src/hooks/use-mobile.d.ts +2 -0
- package/dist/src/hooks/use-mobile.d.ts.map +1 -0
- package/dist/src/hooks/use-mobile.js +15 -0
- package/dist/src/hooks/useDialog.d.ts +5 -0
- package/dist/src/hooks/useDialog.d.ts.map +1 -0
- package/dist/src/hooks/useDialog.js +22 -0
- package/dist/src/icons/GoogleIcon.d.ts +6 -0
- package/dist/src/icons/GoogleIcon.d.ts.map +1 -0
- package/dist/src/icons/GoogleIcon.js +4 -0
- package/dist/src/icons/LinkedInIcon.d.ts +6 -0
- package/dist/src/icons/LinkedInIcon.d.ts.map +1 -0
- package/dist/src/icons/LinkedInIcon.js +4 -0
- package/dist/src/icons/MicrosoftIcon.d.ts +6 -0
- package/dist/src/icons/MicrosoftIcon.d.ts.map +1 -0
- package/dist/src/icons/MicrosoftIcon.js +4 -0
- package/dist/src/lib/chatwoot.d.ts +12 -0
- package/dist/src/lib/chatwoot.d.ts.map +1 -0
- package/dist/src/lib/chatwoot.js +28 -0
- package/dist/src/lib/utils.d.ts +3 -0
- package/dist/src/lib/utils.d.ts.map +1 -0
- package/dist/src/lib/utils.js +5 -0
- package/dist/src/modules/app/components/AppLoader.d.ts +3 -0
- package/dist/src/modules/app/components/AppLoader.d.ts.map +1 -0
- package/dist/src/modules/app/components/AppLoader.js +5 -0
- package/dist/src/modules/app/components/AppShell.d.ts +8 -0
- package/dist/src/modules/app/components/AppShell.d.ts.map +1 -0
- package/dist/src/modules/app/components/AppShell.js +7 -0
- package/dist/src/modules/app/components/AppSidebar.d.ts +8 -0
- package/dist/src/modules/app/components/AppSidebar.d.ts.map +1 -0
- package/dist/src/modules/app/components/AppSidebar.js +5 -0
- package/dist/src/modules/app/components/AppSidebarContent.d.ts +17 -0
- package/dist/src/modules/app/components/AppSidebarContent.d.ts.map +1 -0
- package/dist/src/modules/app/components/AppSidebarContent.js +7 -0
- package/dist/src/modules/app/components/AppSidebarHeader.d.ts +9 -0
- package/dist/src/modules/app/components/AppSidebarHeader.d.ts.map +1 -0
- package/dist/src/modules/app/components/AppSidebarHeader.js +10 -0
- package/dist/src/modules/app/components/AppSidebarInvites.d.ts +4 -0
- package/dist/src/modules/app/components/AppSidebarInvites.d.ts.map +1 -0
- package/dist/src/modules/app/components/AppSidebarInvites.js +12 -0
- package/dist/src/modules/app/components/AppSidebarUser.d.ts +12 -0
- package/dist/src/modules/app/components/AppSidebarUser.d.ts.map +1 -0
- package/dist/src/modules/app/components/AppSidebarUser.js +16 -0
- package/dist/src/modules/auth/components/AdminUserManagement.d.ts +7 -0
- package/dist/src/modules/auth/components/AdminUserManagement.d.ts.map +1 -0
- package/dist/src/modules/auth/components/AdminUserManagement.js +422 -0
- package/dist/src/modules/auth/components/AdminWaitlist.d.ts +7 -0
- package/dist/src/modules/auth/components/AdminWaitlist.d.ts.map +1 -0
- package/dist/src/modules/auth/components/AdminWaitlist.js +118 -0
- package/dist/src/modules/auth/components/AuthLayout.d.ts +5 -0
- package/dist/src/modules/auth/components/AuthLayout.d.ts.map +1 -0
- package/dist/src/modules/auth/components/AuthLayout.js +5 -0
- package/dist/src/modules/auth/components/AuthProviders.d.ts +7 -0
- package/dist/src/modules/auth/components/AuthProviders.d.ts.map +1 -0
- package/dist/src/modules/auth/components/AuthProviders.js +45 -0
- package/dist/src/modules/auth/components/AuthRouter.d.ts +10 -0
- package/dist/src/modules/auth/components/AuthRouter.d.ts.map +1 -0
- package/dist/src/modules/auth/components/AuthRouter.js +12 -0
- package/dist/src/modules/auth/components/ClaimAccountRoute.d.ts +5 -0
- package/dist/src/modules/auth/components/ClaimAccountRoute.d.ts.map +1 -0
- package/dist/src/modules/auth/components/ClaimAccountRoute.js +143 -0
- package/dist/src/modules/auth/components/ErrorAuthRoute.d.ts +2 -0
- package/dist/src/modules/auth/components/ErrorAuthRoute.d.ts.map +1 -0
- package/dist/src/modules/auth/components/ErrorAuthRoute.js +93 -0
- package/dist/src/modules/auth/components/ForgotPasswordForm.d.ts +2 -0
- package/dist/src/modules/auth/components/ForgotPasswordForm.d.ts.map +1 -0
- package/dist/src/modules/auth/components/ForgotPasswordForm.js +27 -0
- package/dist/src/modules/auth/components/ForgotPasswordRoute.d.ts +2 -0
- package/dist/src/modules/auth/components/ForgotPasswordRoute.d.ts.map +1 -0
- package/dist/src/modules/auth/components/ForgotPasswordRoute.js +9 -0
- package/dist/src/modules/auth/components/InviteFriends.d.ts +6 -0
- package/dist/src/modules/auth/components/InviteFriends.d.ts.map +1 -0
- package/dist/src/modules/auth/components/InviteFriends.js +74 -0
- package/dist/src/modules/auth/components/LastUsedBadge.d.ts +6 -0
- package/dist/src/modules/auth/components/LastUsedBadge.d.ts.map +1 -0
- package/dist/src/modules/auth/components/LastUsedBadge.js +9 -0
- package/dist/src/modules/auth/components/LoginForm.d.ts +4 -0
- package/dist/src/modules/auth/components/LoginForm.d.ts.map +1 -0
- package/dist/src/modules/auth/components/LoginForm.js +44 -0
- package/dist/src/modules/auth/components/LoginRoute.d.ts +4 -0
- package/dist/src/modules/auth/components/LoginRoute.d.ts.map +1 -0
- package/dist/src/modules/auth/components/LoginRoute.js +11 -0
- package/dist/src/modules/auth/components/LogoutRoute.d.ts +2 -0
- package/dist/src/modules/auth/components/LogoutRoute.d.ts.map +1 -0
- package/dist/src/modules/auth/components/LogoutRoute.js +15 -0
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.d.ts +10 -0
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.d.ts.map +1 -0
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.js +102 -0
- package/dist/src/modules/auth/components/OrganizationMembersRoute.d.ts +52 -0
- package/dist/src/modules/auth/components/OrganizationMembersRoute.d.ts.map +1 -0
- package/dist/src/modules/auth/components/OrganizationMembersRoute.js +359 -0
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.d.ts +21 -0
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.d.ts.map +1 -0
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.js +153 -0
- package/dist/src/modules/auth/components/OrganizationSwitcher.d.ts +8 -0
- package/dist/src/modules/auth/components/OrganizationSwitcher.d.ts.map +1 -0
- package/dist/src/modules/auth/components/OrganizationSwitcher.js +74 -0
- package/dist/src/modules/auth/components/ProfileRoute.d.ts +2 -0
- package/dist/src/modules/auth/components/ProfileRoute.d.ts.map +1 -0
- package/dist/src/modules/auth/components/ProfileRoute.js +42 -0
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.d.ts +32 -0
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.d.ts.map +1 -0
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.js +236 -0
- package/dist/src/modules/auth/components/ResetPasswordForm.d.ts +2 -0
- package/dist/src/modules/auth/components/ResetPasswordForm.d.ts.map +1 -0
- package/dist/src/modules/auth/components/ResetPasswordForm.js +39 -0
- package/dist/src/modules/auth/components/ResetPasswordRoute.d.ts +2 -0
- package/dist/src/modules/auth/components/ResetPasswordRoute.d.ts.map +1 -0
- package/dist/src/modules/auth/components/ResetPasswordRoute.js +9 -0
- package/dist/src/modules/auth/components/SignupFormRoute.d.ts +6 -0
- package/dist/src/modules/auth/components/SignupFormRoute.d.ts.map +1 -0
- package/dist/src/modules/auth/components/SignupFormRoute.js +106 -0
- package/dist/src/modules/auth/components/SignupRoute.d.ts +8 -0
- package/dist/src/modules/auth/components/SignupRoute.d.ts.map +1 -0
- package/dist/src/modules/auth/components/SignupRoute.js +16 -0
- package/dist/src/modules/auth/components/UserPreferences.d.ts +31 -0
- package/dist/src/modules/auth/components/UserPreferences.d.ts.map +1 -0
- package/dist/src/modules/auth/components/UserPreferences.js +60 -0
- package/dist/src/modules/auth/components/WaitlistCard.d.ts +7 -0
- package/dist/src/modules/auth/components/WaitlistCard.d.ts.map +1 -0
- package/dist/src/modules/auth/components/WaitlistCard.js +32 -0
- package/dist/src/modules/auth/components/WaitlistCodeValidation.d.ts +8 -0
- package/dist/src/modules/auth/components/WaitlistCodeValidation.d.ts.map +1 -0
- package/dist/src/modules/auth/components/WaitlistCodeValidation.js +43 -0
- package/dist/src/modules/billing/components/BillingBetaPage.d.ts +9 -0
- package/dist/src/modules/billing/components/BillingBetaPage.d.ts.map +1 -0
- package/dist/src/modules/billing/components/BillingBetaPage.js +11 -0
- package/dist/src/modules/billing/components/BillingInvoicePage.d.ts +8 -0
- package/dist/src/modules/billing/components/BillingInvoicePage.d.ts.map +1 -0
- package/dist/src/modules/billing/components/BillingInvoicePage.js +32 -0
- package/dist/src/modules/billing/components/BillingPlanSelect.d.ts +7 -0
- package/dist/src/modules/billing/components/BillingPlanSelect.d.ts.map +1 -0
- package/dist/src/modules/billing/components/BillingPlanSelect.js +8 -0
- package/dist/src/modules/billing/components/BillingRouter.d.ts +10 -0
- package/dist/src/modules/billing/components/BillingRouter.d.ts.map +1 -0
- package/dist/src/modules/billing/components/BillingRouter.js +8 -0
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.d.ts +9 -0
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.d.ts.map +1 -0
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.js +46 -0
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.d.ts +11 -0
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.d.ts.map +1 -0
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.js +42 -0
- package/dist/src/modules/table/components/NuqsTable.d.ts +24 -0
- package/dist/src/modules/table/components/NuqsTable.d.ts.map +1 -0
- package/dist/src/modules/table/components/NuqsTable.js +198 -0
- package/dist/src/modules/table/components/TableFiltering.d.ts +24 -0
- package/dist/src/modules/table/components/TableFiltering.d.ts.map +1 -0
- package/dist/src/modules/table/components/TableFiltering.js +236 -0
- package/dist/src/modules/table/components/TablePagination.d.ts +10 -0
- package/dist/src/modules/table/components/TablePagination.d.ts.map +1 -0
- package/dist/src/modules/table/components/TablePagination.js +21 -0
- package/dist/src/modules/table/components/table.types.d.ts +13 -0
- package/dist/src/modules/table/components/table.types.d.ts.map +1 -0
- package/dist/src/modules/table/components/table.types.js +1 -0
- package/dist/src/modules/table/filterTransformers.d.ts +54 -0
- package/dist/src/modules/table/filterTransformers.d.ts.map +1 -0
- package/dist/src/modules/table/filterTransformers.js +276 -0
- package/dist/src/types.d.ts +4 -0
- package/dist/src/types.d.ts.map +1 -0
- package/dist/src/types.js +1 -0
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +5 -5
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Button, Card, CardBody, CardHeader, Chip, Input, Spinner, Textarea } from "@heroui/react";
|
|
3
|
+
import { authClient } from "@m5kdev/frontend/modules/auth/auth.lib";
|
|
4
|
+
import { useSession } from "@m5kdev/frontend/modules/auth/hooks/useSession";
|
|
5
|
+
import { useQuery, useQueryClient } from "@tanstack/react-query";
|
|
6
|
+
import { useCallback, useEffect, useMemo, useState } from "react";
|
|
7
|
+
import { useTranslation } from "react-i18next";
|
|
8
|
+
import { toast } from "sonner";
|
|
9
|
+
function OrganizationStateCard({ title, message }) {
|
|
10
|
+
return (_jsx("div", { className: "p-6", children: _jsxs(Card, { children: [_jsx(CardHeader, { className: "text-lg font-semibold", children: title }), _jsx(CardBody, { children: message })] }) }));
|
|
11
|
+
}
|
|
12
|
+
function useOrganizationAccess({ managerRoles, onInvalidateScopedQueries, }) {
|
|
13
|
+
const { data: session, registerSession } = useSession();
|
|
14
|
+
const queryClient = useQueryClient();
|
|
15
|
+
const activeOrganizationId = session?.session.activeOrganizationId ?? "";
|
|
16
|
+
const activeOrganizationRole = session?.session?.activeOrganizationRole ??
|
|
17
|
+
"";
|
|
18
|
+
const managerRoleSet = useMemo(() => new Set(managerRoles ?? ["admin", "owner"]), [managerRoles]);
|
|
19
|
+
const canManageOrganization = managerRoleSet.has(activeOrganizationRole);
|
|
20
|
+
const refreshOrganizationQueries = useCallback(async () => {
|
|
21
|
+
await Promise.allSettled([
|
|
22
|
+
queryClient.invalidateQueries({ queryKey: ["auth-organization-list"] }),
|
|
23
|
+
queryClient.invalidateQueries({
|
|
24
|
+
queryKey: ["auth-organization-details", activeOrganizationId],
|
|
25
|
+
}),
|
|
26
|
+
queryClient.invalidateQueries({
|
|
27
|
+
queryKey: ["auth-organization-members", activeOrganizationId],
|
|
28
|
+
}),
|
|
29
|
+
queryClient.invalidateQueries({
|
|
30
|
+
queryKey: ["auth-organization-invitations", activeOrganizationId],
|
|
31
|
+
}),
|
|
32
|
+
]);
|
|
33
|
+
registerSession(() => {
|
|
34
|
+
void onInvalidateScopedQueries?.();
|
|
35
|
+
});
|
|
36
|
+
}, [activeOrganizationId, onInvalidateScopedQueries, queryClient, registerSession]);
|
|
37
|
+
return {
|
|
38
|
+
activeOrganizationId,
|
|
39
|
+
activeOrganizationRole,
|
|
40
|
+
canManageOrganization,
|
|
41
|
+
refreshOrganizationQueries,
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
function useOrganizationConfig() {
|
|
45
|
+
const { t } = useTranslation();
|
|
46
|
+
const translatedLabels = useMemo(() => ({
|
|
47
|
+
settingsTitle: t("web-ui:organization.settings.title"),
|
|
48
|
+
settingsDescription: t("web-ui:organization.settings.description"),
|
|
49
|
+
settingsNoActive: t("web-ui:organization.settings.noActive"),
|
|
50
|
+
settingsManageOnly: t("web-ui:organization.settings.manageOnly"),
|
|
51
|
+
formName: t("web-ui:organization.settings.form.name"),
|
|
52
|
+
formSlug: t("web-ui:organization.settings.form.slug"),
|
|
53
|
+
formMetadata: t("web-ui:organization.settings.form.metadata"),
|
|
54
|
+
formMetadataInvalidJson: t("web-ui:organization.settings.form.metadataInvalidJson"),
|
|
55
|
+
formMetadataInvalid: t("web-ui:organization.settings.form.metadataInvalid"),
|
|
56
|
+
saveButton: t("web-ui:organization.settings.button.save"),
|
|
57
|
+
updateSuccess: t("web-ui:organization.settings.updateSuccess"),
|
|
58
|
+
updateError: t("web-ui:organization.settings.updateError"),
|
|
59
|
+
loadError: t("web-ui:organization.settings.loadError"),
|
|
60
|
+
}), [t]);
|
|
61
|
+
const translatedRoleLabels = useMemo(() => ({
|
|
62
|
+
member: t("web-ui:organization.roles.member"),
|
|
63
|
+
admin: t("web-ui:organization.roles.admin"),
|
|
64
|
+
owner: t("web-ui:organization.roles.owner"),
|
|
65
|
+
}), [t]);
|
|
66
|
+
return { resolvedLabels: translatedLabels, resolvedRoleLabels: translatedRoleLabels };
|
|
67
|
+
}
|
|
68
|
+
export function OrganizationSettingsRoute({ managerRoles, onInvalidateScopedQueries, }) {
|
|
69
|
+
const { resolvedLabels, resolvedRoleLabels } = useOrganizationConfig();
|
|
70
|
+
const { activeOrganizationId, activeOrganizationRole, canManageOrganization, refreshOrganizationQueries, } = useOrganizationAccess({ managerRoles, onInvalidateScopedQueries });
|
|
71
|
+
const [organizationName, setOrganizationName] = useState("");
|
|
72
|
+
const [organizationSlug, setOrganizationSlug] = useState("");
|
|
73
|
+
const [organizationMetadata, setOrganizationMetadata] = useState("{}");
|
|
74
|
+
const [isSavingOrganization, setIsSavingOrganization] = useState(false);
|
|
75
|
+
const organizationQuery = useQuery({
|
|
76
|
+
queryKey: ["auth-organization-details", activeOrganizationId],
|
|
77
|
+
enabled: Boolean(activeOrganizationId && canManageOrganization),
|
|
78
|
+
queryFn: async () => {
|
|
79
|
+
const { data, error } = await authClient.organization.getFullOrganization({
|
|
80
|
+
query: {
|
|
81
|
+
organizationId: activeOrganizationId,
|
|
82
|
+
membersLimit: 200,
|
|
83
|
+
},
|
|
84
|
+
});
|
|
85
|
+
if (error) {
|
|
86
|
+
throw new Error(error.message ?? resolvedLabels.loadError);
|
|
87
|
+
}
|
|
88
|
+
return data;
|
|
89
|
+
},
|
|
90
|
+
});
|
|
91
|
+
useEffect(() => {
|
|
92
|
+
const organization = organizationQuery.data;
|
|
93
|
+
if (!organization) {
|
|
94
|
+
return;
|
|
95
|
+
}
|
|
96
|
+
setOrganizationName(organization.name ?? "");
|
|
97
|
+
setOrganizationSlug(organization.slug ?? "");
|
|
98
|
+
setOrganizationMetadata(JSON.stringify(organization.metadata ?? {}, null, 2));
|
|
99
|
+
}, [organizationQuery.data]);
|
|
100
|
+
const onUpdateOrganization = async () => {
|
|
101
|
+
if (!canManageOrganization || !activeOrganizationId) {
|
|
102
|
+
return;
|
|
103
|
+
}
|
|
104
|
+
try {
|
|
105
|
+
setIsSavingOrganization(true);
|
|
106
|
+
let parsedMetadata;
|
|
107
|
+
try {
|
|
108
|
+
parsedMetadata = organizationMetadata.trim()
|
|
109
|
+
? JSON.parse(organizationMetadata)
|
|
110
|
+
: {};
|
|
111
|
+
}
|
|
112
|
+
catch (parseError) {
|
|
113
|
+
const message = parseError instanceof SyntaxError
|
|
114
|
+
? resolvedLabels.formMetadataInvalidJson
|
|
115
|
+
: parseError instanceof Error
|
|
116
|
+
? parseError.message
|
|
117
|
+
: resolvedLabels.formMetadataInvalid;
|
|
118
|
+
throw new Error(message);
|
|
119
|
+
}
|
|
120
|
+
const { error } = await authClient.organization.update({
|
|
121
|
+
organizationId: activeOrganizationId,
|
|
122
|
+
data: {
|
|
123
|
+
name: organizationName.trim(),
|
|
124
|
+
slug: organizationSlug.trim(),
|
|
125
|
+
metadata: parsedMetadata,
|
|
126
|
+
},
|
|
127
|
+
});
|
|
128
|
+
if (error) {
|
|
129
|
+
throw new Error(error.message ?? resolvedLabels.updateError);
|
|
130
|
+
}
|
|
131
|
+
await refreshOrganizationQueries();
|
|
132
|
+
toast.success(resolvedLabels.updateSuccess);
|
|
133
|
+
}
|
|
134
|
+
catch (error) {
|
|
135
|
+
toast.error(error instanceof Error ? error.message : resolvedLabels.updateError);
|
|
136
|
+
}
|
|
137
|
+
finally {
|
|
138
|
+
setIsSavingOrganization(false);
|
|
139
|
+
}
|
|
140
|
+
};
|
|
141
|
+
if (!activeOrganizationId) {
|
|
142
|
+
return (_jsx(OrganizationStateCard, { title: resolvedLabels.settingsTitle, message: resolvedLabels.settingsNoActive }));
|
|
143
|
+
}
|
|
144
|
+
if (!canManageOrganization) {
|
|
145
|
+
return (_jsx(OrganizationStateCard, { title: resolvedLabels.settingsTitle, message: resolvedLabels.settingsManageOnly }));
|
|
146
|
+
}
|
|
147
|
+
if (organizationQuery.isLoading) {
|
|
148
|
+
return (_jsx("div", { className: "p-6 flex justify-center", children: _jsx(Spinner, {}) }));
|
|
149
|
+
}
|
|
150
|
+
return (_jsx("div", { className: "p-6", children: _jsxs(Card, { children: [_jsxs(CardHeader, { className: "flex items-center justify-between", children: [_jsxs("div", { className: "flex flex-col", children: [_jsx("h2", { className: "text-xl font-semibold", children: resolvedLabels.settingsTitle }), _jsx("p", { className: "text-sm text-default-500", children: resolvedLabels.settingsDescription })] }), _jsx(Chip, { variant: "flat", color: "primary", children: resolvedRoleLabels[activeOrganizationRole] ??
|
|
151
|
+
activeOrganizationRole ??
|
|
152
|
+
resolvedRoleLabels.member })] }), _jsxs(CardBody, { className: "grid gap-3", children: [_jsx(Input, { label: resolvedLabels.formName, value: organizationName, onValueChange: setOrganizationName }), _jsx(Input, { label: resolvedLabels.formSlug, value: organizationSlug, onValueChange: setOrganizationSlug }), _jsx(Textarea, { label: resolvedLabels.formMetadata, value: organizationMetadata, onValueChange: setOrganizationMetadata, minRows: 4 }), _jsx("div", { className: "flex justify-end", children: _jsx(Button, { color: "primary", isLoading: isSavingOrganization, onPress: onUpdateOrganization, children: resolvedLabels.saveButton }) })] })] }) }));
|
|
153
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export type OrganizationSwitcherProps = {
|
|
2
|
+
onInvalidateScopedQueries?: () => void | Promise<void>;
|
|
3
|
+
managerRoles?: string[];
|
|
4
|
+
managerPath?: string;
|
|
5
|
+
fallbackPath?: string;
|
|
6
|
+
};
|
|
7
|
+
export declare function OrganizationSwitcher({ onInvalidateScopedQueries, managerRoles, managerPath, fallbackPath, }: OrganizationSwitcherProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
//# sourceMappingURL=OrganizationSwitcher.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OrganizationSwitcher.d.ts","sourceRoot":"","sources":["../../../../../src/modules/auth/components/OrganizationSwitcher.tsx"],"names":[],"mappings":"AAkBA,MAAM,MAAM,yBAAyB,GAAG;IACtC,yBAAyB,CAAC,EAAE,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACvD,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,wBAAgB,oBAAoB,CAAC,EACnC,yBAAyB,EACzB,YAAiC,EACjC,WAAqC,EACrC,YAAkB,GACnB,EAAE,yBAAyB,2CAqH3B"}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Button, Select, SelectItem } from "@heroui/react";
|
|
3
|
+
import { authClient } from "@m5kdev/frontend/modules/auth/auth.lib";
|
|
4
|
+
import { useSession } from "@m5kdev/frontend/modules/auth/hooks/useSession";
|
|
5
|
+
import { useQuery } from "@tanstack/react-query";
|
|
6
|
+
import { Building2 } from "lucide-react";
|
|
7
|
+
import { useCallback, useMemo, useState } from "react";
|
|
8
|
+
import { useTranslation } from "react-i18next";
|
|
9
|
+
import { Link } from "react-router";
|
|
10
|
+
import { toast } from "sonner";
|
|
11
|
+
import { useSidebar } from "#components/ui/sidebar";
|
|
12
|
+
import { cn } from "#utils";
|
|
13
|
+
export function OrganizationSwitcher({ onInvalidateScopedQueries, managerRoles = ["admin", "owner"], managerPath = "/organization/members", fallbackPath = "/", }) {
|
|
14
|
+
const { t } = useTranslation();
|
|
15
|
+
const { data: session, registerSession } = useSession();
|
|
16
|
+
const { open } = useSidebar();
|
|
17
|
+
const [isSwitching, setIsSwitching] = useState(false);
|
|
18
|
+
const activeOrganizationId = session?.session.activeOrganizationId ?? null;
|
|
19
|
+
const activeOrganizationRole = session?.session?.activeOrganizationRole ??
|
|
20
|
+
"";
|
|
21
|
+
const managerRoleSet = useMemo(() => new Set(managerRoles), [managerRoles]);
|
|
22
|
+
const canManageOrganization = managerRoleSet.has(activeOrganizationRole);
|
|
23
|
+
const { data: organizations = [], isError, error, refetch, } = useQuery({
|
|
24
|
+
queryKey: ["auth-organization-list"],
|
|
25
|
+
queryFn: async () => {
|
|
26
|
+
const { data, error } = await authClient.organization.list();
|
|
27
|
+
if (error) {
|
|
28
|
+
throw new Error(error.message ?? t("web-ui:organization.switcher.failedToLoadOrganizations"));
|
|
29
|
+
}
|
|
30
|
+
return (data ?? []);
|
|
31
|
+
},
|
|
32
|
+
});
|
|
33
|
+
const handleSwitchOrganization = useCallback(async (organizationId) => {
|
|
34
|
+
if (!organizationId || organizationId === activeOrganizationId || isSwitching) {
|
|
35
|
+
return;
|
|
36
|
+
}
|
|
37
|
+
try {
|
|
38
|
+
setIsSwitching(true);
|
|
39
|
+
const { error } = await authClient.organization.setActive({ organizationId });
|
|
40
|
+
if (error) {
|
|
41
|
+
throw new Error(error.message ?? t("web-ui:organization.switcher.failedToSwitchOrganization"));
|
|
42
|
+
}
|
|
43
|
+
registerSession(() => {
|
|
44
|
+
void onInvalidateScopedQueries?.();
|
|
45
|
+
});
|
|
46
|
+
toast.success(t("web-ui:organization.switcher.organizationSwitched"));
|
|
47
|
+
}
|
|
48
|
+
catch (error) {
|
|
49
|
+
toast.error(error instanceof Error
|
|
50
|
+
? error.message
|
|
51
|
+
: t("web-ui:organization.switcher.failedToSwitchOrganization"));
|
|
52
|
+
}
|
|
53
|
+
finally {
|
|
54
|
+
setIsSwitching(false);
|
|
55
|
+
}
|
|
56
|
+
}, [activeOrganizationId, isSwitching, onInvalidateScopedQueries, registerSession, t]);
|
|
57
|
+
if (!open) {
|
|
58
|
+
return (_jsx(Button, { as: Link, to: canManageOrganization ? managerPath : fallbackPath, variant: "light", size: "sm", isIconOnly: true, "aria-label": t("web-ui:organization.switcher.label"), children: _jsx(Building2, { className: "h-4 w-4" }) }));
|
|
59
|
+
}
|
|
60
|
+
if (isError) {
|
|
61
|
+
return (_jsxs("div", { className: "mb-4 flex flex-col gap-2", children: [_jsx("p", { className: "text-sm text-destructive", children: error instanceof Error
|
|
62
|
+
? error.message
|
|
63
|
+
: t("web-ui:organization.switcher.failedToLoadOrganizations") }), _jsx(Button, { size: "sm", variant: "flat", onPress: () => void refetch(), children: t("web-ui:organization.switcher.retry") })] }));
|
|
64
|
+
}
|
|
65
|
+
return (_jsx("div", { className: "mb-4", children: _jsx(Select, { size: "sm", label: t("web-ui:organization.switcher.label"), selectedKeys: activeOrganizationId ? [activeOrganizationId] : [], disallowEmptySelection: true, isDisabled: isSwitching || organizations.length === 0, onSelectionChange: (keys) => {
|
|
66
|
+
const selectedOrganizationId = Array.from(keys)[0];
|
|
67
|
+
if (selectedOrganizationId) {
|
|
68
|
+
void handleSwitchOrganization(selectedOrganizationId);
|
|
69
|
+
}
|
|
70
|
+
}, classNames: {
|
|
71
|
+
trigger: cn("min-h-10"),
|
|
72
|
+
value: cn("text-sm"),
|
|
73
|
+
}, children: organizations.map((organization) => (_jsx(SelectItem, { children: organization.name }, organization.id))) }) }));
|
|
74
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProfileRoute.d.ts","sourceRoot":"","sources":["../../../../../src/modules/auth/components/ProfileRoute.tsx"],"names":[],"mappings":"AAyBA,wBAAgB,YAAY,4CA8E3B"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Button, Card, CardBody, CardHeader, Input } from "@heroui/react";
|
|
3
|
+
import { authClient } from "@m5kdev/frontend/modules/auth/auth.lib";
|
|
4
|
+
import { useSession } from "@m5kdev/frontend/modules/auth/hooks/useSession";
|
|
5
|
+
import { useForm } from "react-hook-form";
|
|
6
|
+
import { useTranslation } from "react-i18next";
|
|
7
|
+
import { toast } from "sonner";
|
|
8
|
+
import { z } from "zod";
|
|
9
|
+
import { AvatarUpload } from "#components/AvatarUpload";
|
|
10
|
+
import { Form, FormControl, FormField, FormItem, FormLabel, FormMessage, } from "#components/ui/form";
|
|
11
|
+
const profileSchema = z.object({
|
|
12
|
+
name: z.string().min(2, "Name must be at least 2 characters"),
|
|
13
|
+
image: z.string().nullable(),
|
|
14
|
+
});
|
|
15
|
+
export function ProfileRoute() {
|
|
16
|
+
const { t } = useTranslation();
|
|
17
|
+
const { data: session } = useSession();
|
|
18
|
+
const form = useForm({
|
|
19
|
+
defaultValues: {
|
|
20
|
+
name: session?.user?.name || "",
|
|
21
|
+
image: session?.user?.image || null,
|
|
22
|
+
},
|
|
23
|
+
});
|
|
24
|
+
function onSubmit(data) {
|
|
25
|
+
authClient
|
|
26
|
+
.updateUser(data)
|
|
27
|
+
.then(() => {
|
|
28
|
+
toast.success(t("web-ui:profile.updated"), {
|
|
29
|
+
description: t("web-ui:profile.updateDescription"),
|
|
30
|
+
});
|
|
31
|
+
})
|
|
32
|
+
.catch(() => {
|
|
33
|
+
toast.error(t("web-ui:profile.error"), {
|
|
34
|
+
description: t("web-ui:profile.errorDescription"),
|
|
35
|
+
});
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
return (_jsx("div", { className: "container py-10 px-4", children: _jsxs(Card, { children: [_jsxs(CardHeader, { className: "flex flex-col gap-1", children: [_jsx("p", { className: "text-xl font-semibold", children: t("web-ui:profile.settings.title") }), _jsx("p", { className: "text-sm text-default-600", children: t("web-ui:profile.settings.description") })] }), _jsx(CardBody, { children: _jsx(Form, { ...form, children: _jsxs("form", { onSubmit: form.handleSubmit(onSubmit), className: "space-y-6", children: [_jsx("div", { className: "flex justify-center", children: _jsx(FormField, { control: form.control, name: "image", render: ({ field }) => (_jsxs(FormItem, { children: [_jsx(FormControl, { children: _jsx(AvatarUpload, { currentAvatarUrl: field.value, onUploadComplete: (url) => {
|
|
39
|
+
console.log(url);
|
|
40
|
+
field.onChange(url);
|
|
41
|
+
} }) }), _jsx(FormMessage, {})] })) }) }), _jsx(FormField, { control: form.control, name: "name", render: ({ field }) => (_jsxs(FormItem, { children: [_jsx(FormLabel, { children: "Name" }), _jsx(FormControl, { children: _jsx(Input, { placeholder: t("web-ui:profile.placeholders.name"), ...field }) }), _jsx(FormMessage, {})] })) }), _jsx(Button, { type: "submit", children: "Save Changes" })] }) }) })] }) }));
|
|
42
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export interface RangeNuqsDatePickerProps {
|
|
2
|
+
/**
|
|
3
|
+
* The column ID to use for the date filter (e.g., "startedAt")
|
|
4
|
+
*/
|
|
5
|
+
columnId?: string;
|
|
6
|
+
/**
|
|
7
|
+
* The end column ID for range filters (e.g., "endedAt")
|
|
8
|
+
*/
|
|
9
|
+
endColumnId?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Label for the date range picker
|
|
12
|
+
*/
|
|
13
|
+
dateRangeLabel?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Label for the quick range selector
|
|
16
|
+
*/
|
|
17
|
+
quickRangeLabel?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Translation namespace for i18n
|
|
20
|
+
*/
|
|
21
|
+
translationNamespace?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Whether to show quick range selector
|
|
24
|
+
*/
|
|
25
|
+
showQuickRange?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Custom className for the container
|
|
28
|
+
*/
|
|
29
|
+
className?: string;
|
|
30
|
+
}
|
|
31
|
+
export declare const RangeNuqsDatePicker: ({ columnId, endColumnId, dateRangeLabel, quickRangeLabel, translationNamespace, showQuickRange, className, }: RangeNuqsDatePickerProps) => import("react/jsx-runtime").JSX.Element;
|
|
32
|
+
//# sourceMappingURL=RangeNuqsDatePicker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RangeNuqsDatePicker.d.ts","sourceRoot":"","sources":["../../../../../src/modules/auth/components/RangeNuqsDatePicker.tsx"],"names":[],"mappings":"AAoCA,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,mBAAmB,GAAI,8GAQjC,wBAAwB,4CAiS1B,CAAC"}
|
|
@@ -0,0 +1,236 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { DateRangePicker, Select, SelectItem, } from "@heroui/react";
|
|
3
|
+
import { CalendarDate, getLocalTimeZone, today } from "@internationalized/date";
|
|
4
|
+
import { useNuqsQueryParams } from "@m5kdev/frontend/modules/table/hooks/useNuqsQueryParams";
|
|
5
|
+
import { calendarDateToEndOfDayUTC, calendarDateToUTC, dateFilterToRangeValue, } from "@m5kdev/web-ui/modules/table/filterTransformers";
|
|
6
|
+
import { DateTime } from "luxon";
|
|
7
|
+
import { useEffect, useMemo, useState } from "react";
|
|
8
|
+
import { useTranslation } from "react-i18next";
|
|
9
|
+
const toCalendarDate = (dt) => new CalendarDate(dt.year, dt.month, dt.day);
|
|
10
|
+
const isSameCalendarDate = (a, b) => a.year === b.year && a.month === b.month && a.day === b.day;
|
|
11
|
+
export const RangeNuqsDatePicker = ({ columnId = "startedAt", endColumnId = "endedAt", dateRangeLabel, quickRangeLabel, translationNamespace = "horecaai-app", showQuickRange = true, className, }) => {
|
|
12
|
+
const { t } = useTranslation();
|
|
13
|
+
const { filters, setFilters } = useNuqsQueryParams();
|
|
14
|
+
const [quickRange, setQuickRange] = useState(null);
|
|
15
|
+
const [hasInitialized, setHasInitialized] = useState(false);
|
|
16
|
+
// Extract date range from filters using shared helper
|
|
17
|
+
const dateRange = useMemo(() => {
|
|
18
|
+
return dateFilterToRangeValue(filters, columnId);
|
|
19
|
+
}, [filters, columnId]);
|
|
20
|
+
const todayIso = DateTime.utc().toISODate();
|
|
21
|
+
const quickRangeOptions = useMemo(() => {
|
|
22
|
+
const now = DateTime.utc();
|
|
23
|
+
const todayStart = now.startOf("day");
|
|
24
|
+
const weekStart = todayStart.startOf("week");
|
|
25
|
+
const monthStart = todayStart.startOf("month");
|
|
26
|
+
const lastWeekStart = weekStart.minus({ weeks: 1 });
|
|
27
|
+
const lastMonthStart = monthStart.minus({ months: 1 });
|
|
28
|
+
const yearStart = todayStart.startOf("year");
|
|
29
|
+
const lastYearStart = yearStart.minus({ years: 1 });
|
|
30
|
+
const options = [
|
|
31
|
+
{
|
|
32
|
+
key: "today",
|
|
33
|
+
label: t(`${translationNamespace}:reports.quickRange.today`, { defaultValue: "Today" }),
|
|
34
|
+
start: todayStart,
|
|
35
|
+
end: todayStart,
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
key: "yesterday",
|
|
39
|
+
label: t(`${translationNamespace}:reports.quickRange.yesterday`, {
|
|
40
|
+
defaultValue: "Yesterday",
|
|
41
|
+
}),
|
|
42
|
+
start: todayStart.minus({ days: 1 }),
|
|
43
|
+
end: todayStart.minus({ days: 1 }),
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
key: "last7",
|
|
47
|
+
label: t(`${translationNamespace}:reports.quickRange.last7`, {
|
|
48
|
+
defaultValue: "Last 7 days",
|
|
49
|
+
}),
|
|
50
|
+
start: todayStart.minus({ days: 6 }),
|
|
51
|
+
end: todayStart,
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
key: "last30",
|
|
55
|
+
label: t(`${translationNamespace}:reports.quickRange.last30`, {
|
|
56
|
+
defaultValue: "Last 30 days",
|
|
57
|
+
}),
|
|
58
|
+
start: todayStart.minus({ days: 29 }),
|
|
59
|
+
end: todayStart,
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
key: "thisWeek",
|
|
63
|
+
label: t(`${translationNamespace}:reports.quickRange.thisWeek`, {
|
|
64
|
+
defaultValue: "This week",
|
|
65
|
+
}),
|
|
66
|
+
start: weekStart,
|
|
67
|
+
end: todayStart,
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
key: "lastWeek",
|
|
71
|
+
label: t(`${translationNamespace}:reports.quickRange.lastWeek`, {
|
|
72
|
+
defaultValue: "Last week",
|
|
73
|
+
}),
|
|
74
|
+
start: lastWeekStart,
|
|
75
|
+
end: lastWeekStart.plus({ days: 6 }),
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
key: "thisMonth",
|
|
79
|
+
label: t(`${translationNamespace}:reports.quickRange.thisMonth`, {
|
|
80
|
+
defaultValue: "This month",
|
|
81
|
+
}),
|
|
82
|
+
start: monthStart,
|
|
83
|
+
end: todayStart,
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
key: "lastMonth",
|
|
87
|
+
label: t(`${translationNamespace}:reports.quickRange.lastMonth`, {
|
|
88
|
+
defaultValue: "Last month",
|
|
89
|
+
}),
|
|
90
|
+
start: lastMonthStart,
|
|
91
|
+
end: lastMonthStart.endOf("month"),
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
key: "thisYear",
|
|
95
|
+
label: t(`${translationNamespace}:reports.quickRange.thisYear`, {
|
|
96
|
+
defaultValue: "This year",
|
|
97
|
+
}),
|
|
98
|
+
start: yearStart,
|
|
99
|
+
end: todayStart,
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
key: "lastYear",
|
|
103
|
+
label: t(`${translationNamespace}:reports.quickRange.lastYear`, {
|
|
104
|
+
defaultValue: "Last year",
|
|
105
|
+
}),
|
|
106
|
+
start: lastYearStart,
|
|
107
|
+
end: lastYearStart.endOf("year"),
|
|
108
|
+
},
|
|
109
|
+
];
|
|
110
|
+
return options.map((opt) => ({
|
|
111
|
+
key: opt.key,
|
|
112
|
+
label: opt.label,
|
|
113
|
+
range: {
|
|
114
|
+
start: toCalendarDate(opt.start),
|
|
115
|
+
end: toCalendarDate(opt.end),
|
|
116
|
+
},
|
|
117
|
+
}));
|
|
118
|
+
}, [t, todayIso, translationNamespace]);
|
|
119
|
+
// Set default to "this month" on initial load if no date range is set
|
|
120
|
+
useEffect(() => {
|
|
121
|
+
if (hasInitialized || !setFilters)
|
|
122
|
+
return;
|
|
123
|
+
// Check if there's already a valid date range from URL
|
|
124
|
+
if (dateRange) {
|
|
125
|
+
setHasInitialized(true);
|
|
126
|
+
return;
|
|
127
|
+
}
|
|
128
|
+
// No date range set, initialize to "this month"
|
|
129
|
+
const thisMonthOption = quickRangeOptions.find((opt) => opt.key === "thisMonth");
|
|
130
|
+
if (thisMonthOption) {
|
|
131
|
+
setHasInitialized(true);
|
|
132
|
+
setQuickRange("thisMonth");
|
|
133
|
+
// Set filters directly for "this month" range
|
|
134
|
+
const startDate = thisMonthOption.range.start;
|
|
135
|
+
const endDate = thisMonthOption.range.end;
|
|
136
|
+
const newFilters = [
|
|
137
|
+
...(filters?.filter((f) => f.columnId !== columnId && f.columnId !== endColumnId) ?? []),
|
|
138
|
+
{
|
|
139
|
+
columnId,
|
|
140
|
+
type: "date",
|
|
141
|
+
method: "intersect",
|
|
142
|
+
value: calendarDateToUTC(startDate),
|
|
143
|
+
valueTo: calendarDateToEndOfDayUTC(endDate),
|
|
144
|
+
endColumnId,
|
|
145
|
+
},
|
|
146
|
+
];
|
|
147
|
+
setFilters(newFilters);
|
|
148
|
+
}
|
|
149
|
+
}, [dateRange, columnId, endColumnId, quickRangeOptions, hasInitialized, setFilters]);
|
|
150
|
+
useEffect(() => {
|
|
151
|
+
// Don't sync quickRange if we're still initializing
|
|
152
|
+
if (!hasInitialized)
|
|
153
|
+
return;
|
|
154
|
+
if (!dateRange?.start || !dateRange?.end) {
|
|
155
|
+
setQuickRange(null);
|
|
156
|
+
return;
|
|
157
|
+
}
|
|
158
|
+
const start = dateRange.start;
|
|
159
|
+
const end = dateRange.end;
|
|
160
|
+
const matches = quickRangeOptions.filter((option) => isSameCalendarDate(option.range.start, start) && isSameCalendarDate(option.range.end, end));
|
|
161
|
+
if (matches.length === 0) {
|
|
162
|
+
setQuickRange(null);
|
|
163
|
+
return;
|
|
164
|
+
}
|
|
165
|
+
// If the current quick range still matches, keep it
|
|
166
|
+
const currentStillMatches = quickRange ? matches.find((m) => m.key === quickRange) : null;
|
|
167
|
+
if (currentStillMatches) {
|
|
168
|
+
return;
|
|
169
|
+
}
|
|
170
|
+
// Otherwise pick the highest-priority match to keep intent (week/month over last7 overlap)
|
|
171
|
+
const priority = [
|
|
172
|
+
"today",
|
|
173
|
+
"yesterday",
|
|
174
|
+
"thisWeek",
|
|
175
|
+
"lastWeek",
|
|
176
|
+
"thisMonth",
|
|
177
|
+
"lastMonth",
|
|
178
|
+
"last7",
|
|
179
|
+
"last30",
|
|
180
|
+
];
|
|
181
|
+
const preferred = priority.map((key) => matches.find((m) => m.key === key)).find((m) => Boolean(m)) ??
|
|
182
|
+
matches[0];
|
|
183
|
+
setQuickRange(preferred?.key ?? null);
|
|
184
|
+
}, [dateRange, quickRangeOptions, quickRange, hasInitialized]);
|
|
185
|
+
// Handle date range changes
|
|
186
|
+
const handleDateRangeChange = (range) => {
|
|
187
|
+
if (!setFilters)
|
|
188
|
+
return;
|
|
189
|
+
if (!range?.start || !range?.end) {
|
|
190
|
+
// Remove date filters
|
|
191
|
+
const newFilters = filters?.filter((f) => f.columnId !== columnId && f.columnId !== endColumnId) ?? [];
|
|
192
|
+
setFilters(newFilters);
|
|
193
|
+
return;
|
|
194
|
+
}
|
|
195
|
+
// Use intersect to find records where [startedAt, endedAt] overlaps with the selected range
|
|
196
|
+
// This includes ongoing records (endedAt = NULL) and records that overlap the range
|
|
197
|
+
const startDate = range.start;
|
|
198
|
+
const endDate = range.end;
|
|
199
|
+
const newFilters = [
|
|
200
|
+
...(filters?.filter((f) => f.columnId !== columnId && f.columnId !== endColumnId) ?? []),
|
|
201
|
+
{
|
|
202
|
+
columnId,
|
|
203
|
+
type: "date",
|
|
204
|
+
method: "intersect",
|
|
205
|
+
value: calendarDateToUTC(startDate),
|
|
206
|
+
valueTo: calendarDateToEndOfDayUTC(endDate),
|
|
207
|
+
endColumnId,
|
|
208
|
+
},
|
|
209
|
+
];
|
|
210
|
+
setFilters(newFilters);
|
|
211
|
+
};
|
|
212
|
+
const handleQuickRangeChange = (key) => {
|
|
213
|
+
if (!key) {
|
|
214
|
+
setQuickRange(null);
|
|
215
|
+
return;
|
|
216
|
+
}
|
|
217
|
+
const option = quickRangeOptions.find((opt) => opt.key === key);
|
|
218
|
+
if (!option)
|
|
219
|
+
return;
|
|
220
|
+
setQuickRange(key);
|
|
221
|
+
handleDateRangeChange({
|
|
222
|
+
start: option.range.start,
|
|
223
|
+
end: option.range.end,
|
|
224
|
+
});
|
|
225
|
+
};
|
|
226
|
+
return (_jsxs("div", { className: `flex gap-4 flex-row ${className ?? ""}`, children: [_jsxs("div", { className: "flex flex-col gap-2", children: [_jsx("span", { className: "text-sm text-muted-foreground", children: dateRangeLabel ??
|
|
227
|
+
t(`${translationNamespace}:reports.dateRange`, { defaultValue: "Date range" }) }), _jsx(DateRangePicker, { value: dateRange ?? undefined, onChange: handleDateRangeChange, className: "w-[300px]", granularity: "day", showMonthAndYearPickers: true, maxValue: today(getLocalTimeZone()), popoverProps: {
|
|
228
|
+
portalContainer: document.body,
|
|
229
|
+
disableAnimation: true,
|
|
230
|
+
} })] }), showQuickRange && (_jsxs("div", { className: "flex flex-col gap-2", children: [_jsx("span", { className: "text-sm text-muted-foreground", children: quickRangeLabel ??
|
|
231
|
+
t(`${translationNamespace}:reports.quickRange.label`, {
|
|
232
|
+
defaultValue: "Quick range",
|
|
233
|
+
}) }), _jsx(Select, { selectedKeys: quickRange ? [quickRange] : [], onChange: (e) => handleQuickRangeChange(e.target.value ?? null), className: "w-[300px]", popoverProps: {
|
|
234
|
+
portalContainer: document.body,
|
|
235
|
+
}, children: quickRangeOptions.map((option) => (_jsx(SelectItem, { children: option.label }, option.key))) })] }))] }));
|
|
236
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ResetPasswordForm.d.ts","sourceRoot":"","sources":["../../../../../src/modules/auth/components/ResetPasswordForm.tsx"],"names":[],"mappings":"AAYA,wBAAgB,iBAAiB,4CA0FhC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Button, Card, CardBody, CardHeader, Input } from "@heroui/react";
|
|
3
|
+
import { authClient } from "@m5kdev/frontend/modules/auth/auth.lib";
|
|
4
|
+
import { useForm } from "react-hook-form";
|
|
5
|
+
import { useTranslation } from "react-i18next";
|
|
6
|
+
import { Link, useSearchParams } from "react-router";
|
|
7
|
+
import { toast } from "sonner";
|
|
8
|
+
export function ResetPasswordForm() {
|
|
9
|
+
const { t } = useTranslation();
|
|
10
|
+
const { register, handleSubmit, setError, formState: { errors }, } = useForm();
|
|
11
|
+
const [searchParams] = useSearchParams();
|
|
12
|
+
const token = searchParams.get("token");
|
|
13
|
+
const onSubmit = (data) => {
|
|
14
|
+
if (data.password !== data.confirmPassword) {
|
|
15
|
+
setError("confirmPassword", { message: t("web-ui:auth.resetPassword.passwordMismatch") });
|
|
16
|
+
return;
|
|
17
|
+
}
|
|
18
|
+
if (!token) {
|
|
19
|
+
throw new Error(t("web-ui:auth.resetPassword.tokenRequired"));
|
|
20
|
+
}
|
|
21
|
+
authClient
|
|
22
|
+
.resetPassword({
|
|
23
|
+
newPassword: data.password,
|
|
24
|
+
token,
|
|
25
|
+
})
|
|
26
|
+
.then(() => {
|
|
27
|
+
toast.success(t("web-ui:auth.resetPassword.success"));
|
|
28
|
+
// Optionally, redirect
|
|
29
|
+
})
|
|
30
|
+
.catch(() => {
|
|
31
|
+
toast.error(t("web-ui:auth.resetPassword.error"));
|
|
32
|
+
});
|
|
33
|
+
};
|
|
34
|
+
return (_jsxs("div", { className: "flex flex-col gap-6", children: [_jsxs(Card, { children: [_jsxs(CardHeader, { className: "text-center flex flex-col gap-1", children: [_jsx("h2", { className: "text-xl font-semibold", children: t("web-ui:auth.resetPassword.title") }), _jsx("p", { className: "text-sm text-default-600", children: t("web-ui:auth.resetPassword.description") })] }), _jsx(CardBody, { className: "gap-6", children: _jsxs("form", { onSubmit: handleSubmit(onSubmit), className: "grid gap-6", children: [_jsxs("div", { className: "grid gap-2", children: [_jsx(Input, { labelPlacement: "outside", label: t("web-ui:auth.resetPassword.newPassword"), placeholder: t("web-ui:auth.resetPassword.newPassword"), type: "password", variant: "bordered", isRequired: true, ...register("password", {
|
|
35
|
+
required: t("web-ui:auth.resetPassword.passwordRequired"),
|
|
36
|
+
}) }), errors.password && (_jsx("span", { className: "text-red-500 text-xs", children: errors.password.message }))] }), _jsxs("div", { className: "grid gap-2", children: [_jsx(Input, { labelPlacement: "outside", label: t("web-ui:auth.resetPassword.confirmPassword"), placeholder: t("web-ui:auth.resetPassword.confirmPassword"), type: "password", variant: "bordered", isRequired: true, ...register("confirmPassword", {
|
|
37
|
+
required: t("web-ui:auth.resetPassword.confirmPasswordRequired"),
|
|
38
|
+
}) }), errors.confirmPassword && (_jsx("span", { className: "text-red-500 text-xs", children: errors.confirmPassword.message }))] }), _jsx(Button, { type: "submit", className: "w-full", color: "primary", children: t("web-ui:auth.resetPassword.button") })] }) })] }), _jsxs("div", { className: "text-center text-xs text-muted-foreground", children: [t("web-ui:auth.forgotPassword.rememberPassword"), " ", _jsx(Link, { to: "/login", className: "underline underline-offset-4 hover:text-primary", children: t("web-ui:auth.login.button") })] })] }));
|
|
39
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ResetPasswordRoute.d.ts","sourceRoot":"","sources":["../../../../../src/modules/auth/components/ResetPasswordRoute.tsx"],"names":[],"mappings":"AAKA,wBAAgB,kBAAkB,4CAqBjC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Card, CardBody, CardHeader } from "@heroui/react";
|
|
3
|
+
import { useTranslation } from "react-i18next";
|
|
4
|
+
import { Link } from "react-router";
|
|
5
|
+
import { ResetPasswordForm } from "#modules/auth/components/ResetPasswordForm";
|
|
6
|
+
export function ResetPasswordRoute() {
|
|
7
|
+
const { t } = useTranslation();
|
|
8
|
+
return (_jsxs("div", { className: "flex flex-col gap-6", children: [_jsxs(Card, { children: [_jsxs(CardHeader, { className: "text-center flex flex-col gap-1", children: [_jsx("h2", { className: "text-xl font-semibold", children: t("web-ui:auth.resetPassword.title") }), _jsx("p", { className: "text-sm text-default-600", children: t("web-ui:auth.resetPassword.description") })] }), _jsx(CardBody, { children: _jsx(ResetPasswordForm, {}) })] }), _jsxs("div", { className: "text-center text-xs text-muted-foreground", children: [t("web-ui:auth.forgotPassword.rememberPassword"), " ", _jsx(Link, { to: "/login", className: "underline underline-offset-4 hover:text-primary", children: t("web-ui:auth.login.button") })] })] }));
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SignupFormRoute.d.ts","sourceRoot":"","sources":["../../../../../src/modules/auth/components/SignupFormRoute.tsx"],"names":[],"mappings":"AA+CA,wBAAgB,UAAU,CAAC,EACzB,IAAI,EACJ,KAAK,EACL,QAAQ,GACT,EAAE;IACD,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,2CAqIA"}
|