@m5kdev/web-ui 0.6.0 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/animations/card.motion.d.ts +7 -2
- package/dist/src/animations/card.motion.js +25 -6
- package/dist/src/animations/card.motion.js.map +1 -0
- package/dist/src/components/AvatarUpload.d.ts +14 -5
- package/dist/src/components/AvatarUpload.js +105 -63
- package/dist/src/components/AvatarUpload.js.map +1 -0
- package/dist/src/components/Button.d.ts +14 -4
- package/dist/src/components/Button.js +13 -4
- package/dist/src/components/Button.js.map +1 -0
- package/dist/src/components/Calendar.d.ts +33 -31
- package/dist/src/components/Calendar.js +14 -6
- package/dist/src/components/Calendar.js.map +1 -0
- package/dist/src/components/{Calendar.css → Calendar2.css} +757 -684
- package/dist/src/components/CardsSelect.d.ts +25 -21
- package/dist/src/components/CardsSelect.js +75 -42
- package/dist/src/components/CardsSelect.js.map +1 -0
- package/dist/src/components/CollapsibleSidebarMenuItem.d.ts +22 -9
- package/dist/src/components/CollapsibleSidebarMenuItem.js +31 -8
- package/dist/src/components/CollapsibleSidebarMenuItem.js.map +1 -0
- package/dist/src/components/ColorPicker.d.ts +15 -4
- package/dist/src/components/ColorPicker.js +46 -16
- package/dist/src/components/ColorPicker.js.map +1 -0
- package/dist/src/components/CopyButton.d.ts +18 -6
- package/dist/src/components/CopyButton.js +28 -19
- package/dist/src/components/CopyButton.js.map +1 -0
- package/dist/src/components/CropDialog.d.ts +20 -8
- package/dist/src/components/CropDialog.js +108 -62
- package/dist/src/components/CropDialog.js.map +1 -0
- package/dist/src/components/DialogProvider.d.ts +22 -14
- package/dist/src/components/DialogProvider.js +67 -45
- package/dist/src/components/DialogProvider.js.map +1 -0
- package/dist/src/components/ErrorFallback.d.ts +13 -4
- package/dist/src/components/ErrorFallback.js +29 -4
- package/dist/src/components/ErrorFallback.js.map +1 -0
- package/dist/src/components/FileDropzone.d.ts +12 -4
- package/dist/src/components/FileDropzone.js +98 -60
- package/dist/src/components/FileDropzone.js.map +1 -0
- package/dist/src/components/MultiSelectDropdown.d.ts +25 -22
- package/dist/src/components/MultiSelectDropdown.js +99 -49
- package/dist/src/components/MultiSelectDropdown.js.map +1 -0
- package/dist/src/components/Orb.d.ts +17 -6
- package/dist/src/components/Orb.js +263 -255
- package/dist/src/components/Orb.js.map +1 -0
- package/dist/src/components/PageAlert.d.ts +20 -15
- package/dist/src/components/PageAlert.js +67 -39
- package/dist/src/components/PageAlert.js.map +1 -0
- package/dist/src/components/SelectChips.d.ts +21 -10
- package/dist/src/components/SelectChips.js +21 -9
- package/dist/src/components/SelectChips.js.map +1 -0
- package/dist/src/components/SidebarItem.d.ts +18 -7
- package/dist/src/components/SidebarItem.js +16 -4
- package/dist/src/components/SidebarItem.js.map +1 -0
- package/dist/src/components/Steps.d.ts +21 -16
- package/dist/src/components/Steps.js +193 -27
- package/dist/src/components/Steps.js.map +1 -0
- package/dist/src/components/TablerIconPicker.d.ts +13 -2
- package/dist/src/components/TablerIconPicker.js +4254 -4234
- package/dist/src/components/TablerIconPicker.js.map +1 -0
- package/dist/src/components/app-header.d.ts +14 -6
- package/dist/src/components/app-header.js +27 -6
- package/dist/src/components/app-header.js.map +1 -0
- package/dist/src/components/blur-card.d.ts +25 -11
- package/dist/src/components/blur-card.js +134 -31
- package/dist/src/components/blur-card.js.map +1 -0
- package/dist/src/components/features-section-demo-1.d.ts +22 -6
- package/dist/src/components/features-section-demo-1.js +119 -47
- package/dist/src/components/features-section-demo-1.js.map +1 -0
- package/dist/src/components/features-section-demo-2.d.ts +7 -1
- package/dist/src/components/features-section-demo-2.js +80 -49
- package/dist/src/components/features-section-demo-2.js.map +1 -0
- package/dist/src/components/features-section-demo-3.d.ts +16 -8
- package/dist/src/components/features-section-demo-3.js +239 -103
- package/dist/src/components/features-section-demo-3.js.map +1 -0
- package/dist/src/components/mode-toggle.d.ts +7 -1
- package/dist/src/components/mode-toggle.js +42 -7
- package/dist/src/components/mode-toggle.js.map +1 -0
- package/dist/src/components/nav-main.d.ts +20 -12
- package/dist/src/components/nav-main.js +31 -5
- package/dist/src/components/nav-main.js.map +1 -0
- package/dist/src/components/pricing-cards.d.ts +7 -1
- package/dist/src/components/pricing-cards.js +125 -24
- package/dist/src/components/pricing-cards.js.map +1 -0
- package/dist/src/components/shared/ButtonCopy.d.ts +17 -6
- package/dist/src/components/shared/ButtonCopy.js +31 -20
- package/dist/src/components/shared/ButtonCopy.js.map +1 -0
- package/dist/src/components/team-switcher.d.ts +16 -8
- package/dist/src/components/team-switcher.js +70 -8
- package/dist/src/components/team-switcher.js.map +1 -0
- package/dist/src/components/theme-provider.d.ts +18 -8
- package/dist/src/components/theme-provider.js +42 -38
- package/dist/src/components/theme-provider.js.map +1 -0
- package/dist/src/components/typewriter.d.ts +35 -14
- package/dist/src/components/typewriter.js +45 -36
- package/dist/src/components/typewriter.js.map +1 -0
- package/dist/src/components/ui/alert-dialog.d.ts +48 -13
- package/dist/src/components/ui/alert-dialog.js +58 -15
- package/dist/src/components/ui/alert-dialog.js.map +1 -0
- package/dist/src/components/ui/alert.d.ts +24 -8
- package/dist/src/components/ui/alert.js +28 -15
- package/dist/src/components/ui/alert.js.map +1 -0
- package/dist/src/components/ui/avatar.d.ts +9 -5
- package/dist/src/components/ui/avatar.js +23 -7
- package/dist/src/components/ui/avatar.js.map +1 -0
- package/dist/src/components/ui/badge.d.ts +17 -8
- package/dist/src/components/ui/badge.js +17 -14
- package/dist/src/components/ui/badge.js.map +1 -0
- package/dist/src/components/ui/bento-grid.d.ts +26 -11
- package/dist/src/components/ui/bento-grid.js +30 -6
- package/dist/src/components/ui/bento-grid.js.map +1 -0
- package/dist/src/components/ui/bento-grid2.d.ts +30 -14
- package/dist/src/components/ui/bento-grid2.js +45 -9
- package/dist/src/components/ui/bento-grid2.js.map +1 -0
- package/dist/src/components/ui/breadcrumb.d.ts +27 -15
- package/dist/src/components/ui/breadcrumb.js +54 -14
- package/dist/src/components/ui/breadcrumb.js.map +1 -0
- package/dist/src/components/ui/button.d.ts +14 -9
- package/dist/src/components/ui/button.js +37 -26
- package/dist/src/components/ui/button.js.map +1 -0
- package/dist/src/components/ui/card.d.ts +12 -8
- package/dist/src/components/ui/card.js +38 -10
- package/dist/src/components/ui/card.js.map +1 -0
- package/dist/src/components/ui/checkbox.d.ts +6 -2
- package/dist/src/components/ui/checkbox.js +17 -5
- package/dist/src/components/ui/checkbox.js.map +1 -0
- package/dist/src/components/ui/collapsible.d.ts +9 -4
- package/dist/src/components/ui/collapsible.js +5 -1
- package/dist/src/components/ui/collapsible.js.map +1 -0
- package/dist/src/components/ui/dialog.d.ts +44 -12
- package/dist/src/components/ui/dialog.js +64 -14
- package/dist/src/components/ui/dialog.js.map +1 -0
- package/dist/src/components/ui/dropdown-menu.d.ts +32 -24
- package/dist/src/components/ui/dropdown-menu.js +64 -14
- package/dist/src/components/ui/dropdown-menu.js.map +1 -0
- package/dist/src/components/ui/floating-navbar.d.ts +18 -9
- package/dist/src/components/ui/floating-navbar.js +49 -35
- package/dist/src/components/ui/floating-navbar.js.map +1 -0
- package/dist/src/components/ui/form.d.ts +30 -21
- package/dist/src/components/ui/form.js +76 -44
- package/dist/src/components/ui/form.js.map +1 -0
- package/dist/src/components/ui/image.d.ts +6 -2
- package/dist/src/components/ui/image.js +51 -11
- package/dist/src/components/ui/image.js.map +1 -0
- package/dist/src/components/ui/input.d.ts +6 -2
- package/dist/src/components/ui/input.js +14 -5
- package/dist/src/components/ui/input.js.map +1 -0
- package/dist/src/components/ui/label.d.ts +8 -3
- package/dist/src/components/ui/label.js +13 -5
- package/dist/src/components/ui/label.js.map +1 -0
- package/dist/src/components/ui/pagination.d.ts +39 -12
- package/dist/src/components/ui/pagination.js +64 -14
- package/dist/src/components/ui/pagination.js.map +1 -0
- package/dist/src/components/ui/progress.d.ts +6 -2
- package/dist/src/components/ui/progress.js +16 -4
- package/dist/src/components/ui/progress.js.map +1 -0
- package/dist/src/components/ui/resizable-navbar.d.ts +84 -43
- package/dist/src/components/ui/resizable-navbar.js +126 -74
- package/dist/src/components/ui/resizable-navbar.js.map +1 -0
- package/dist/src/components/ui/segment-control.d.ts +10 -7
- package/dist/src/components/ui/segment-control.js +83 -38
- package/dist/src/components/ui/segment-control.js.map +1 -0
- package/dist/src/components/ui/select.d.ts +16 -12
- package/dist/src/components/ui/select.js +63 -14
- package/dist/src/components/ui/select.js.map +1 -0
- package/dist/src/components/ui/separator.d.ts +6 -2
- package/dist/src/components/ui/separator.js +14 -4
- package/dist/src/components/ui/separator.js.map +1 -0
- package/dist/src/components/ui/sheet.d.ts +30 -19
- package/dist/src/components/ui/sheet.js +52 -23
- package/dist/src/components/ui/sheet.js.map +1 -0
- package/dist/src/components/ui/sidebar.d.ts +69 -62
- package/dist/src/components/ui/sidebar.js +326 -171
- package/dist/src/components/ui/sidebar.js.map +1 -0
- package/dist/src/components/ui/skeleton.d.ts +9 -1
- package/dist/src/components/ui/skeleton.js +10 -3
- package/dist/src/components/ui/skeleton.js.map +1 -0
- package/dist/src/components/ui/slider.d.ts +6 -2
- package/dist/src/components/ui/slider.js +16 -4
- package/dist/src/components/ui/slider.js.map +1 -0
- package/dist/src/components/ui/sonner.d.ts +10 -3
- package/dist/src/components/ui/sonner.js +18 -11
- package/dist/src/components/ui/sonner.js.map +1 -0
- package/dist/src/components/ui/spinner.d.ts +21 -10
- package/dist/src/components/ui/spinner.js +24 -24
- package/dist/src/components/ui/spinner.js.map +1 -0
- package/dist/src/components/ui/switch.d.ts +6 -2
- package/dist/src/components/ui/switch.js +13 -4
- package/dist/src/components/ui/switch.js.map +1 -0
- package/dist/src/components/ui/table.d.ts +39 -10
- package/dist/src/components/ui/table.js +51 -11
- package/dist/src/components/ui/table.js.map +1 -0
- package/dist/src/components/ui/tabs.d.ts +23 -6
- package/dist/src/components/ui/tabs.js +27 -7
- package/dist/src/components/ui/tabs.js.map +1 -0
- package/dist/src/components/ui/textarea.d.ts +10 -2
- package/dist/src/components/ui/textarea.js +11 -3
- package/dist/src/components/ui/textarea.js.map +1 -0
- package/dist/src/components/ui/timeline.d.ts +16 -9
- package/dist/src/components/ui/timeline.js +87 -24
- package/dist/src/components/ui/timeline.js.map +1 -0
- package/dist/src/components/ui/toast.d.ts +19 -14
- package/dist/src/components/ui/toast.js +48 -22
- package/dist/src/components/ui/toast.js.map +1 -0
- package/dist/src/components/ui/tooltip.d.ts +23 -6
- package/dist/src/components/ui/tooltip.js +27 -7
- package/dist/src/components/ui/tooltip.js.map +1 -0
- package/dist/src/components/ui/typewriter-effect.d.ts +28 -14
- package/dist/src/components/ui/typewriter-effect.js +102 -72
- package/dist/src/components/ui/typewriter-effect.js.map +1 -0
- package/dist/src/hooks/use-mobile.d.ts +5 -1
- package/dist/src/hooks/use-mobile.js +18 -13
- package/dist/src/hooks/use-mobile.js.map +1 -0
- package/dist/src/hooks/useDialog.d.ts +8 -4
- package/dist/src/hooks/useDialog.js +24 -20
- package/dist/src/hooks/useDialog.js.map +1 -0
- package/dist/src/icons/GoogleIcon.d.ts +9 -5
- package/dist/src/icons/GoogleIcon.js +32 -3
- package/dist/src/icons/GoogleIcon.js.map +1 -0
- package/dist/src/icons/LinkedInIcon.d.ts +9 -5
- package/dist/src/icons/LinkedInIcon.js +27 -3
- package/dist/src/icons/LinkedInIcon.js.map +1 -0
- package/dist/src/icons/MicrosoftIcon.d.ts +9 -5
- package/dist/src/icons/MicrosoftIcon.js +31 -3
- package/dist/src/icons/MicrosoftIcon.js.map +1 -0
- package/dist/src/lib/chatwoot.d.ts +19 -10
- package/dist/src/lib/chatwoot.js +25 -27
- package/dist/src/lib/chatwoot.js.map +1 -0
- package/dist/src/lib/utils.d.ts +7 -2
- package/dist/src/lib/utils.js +7 -2
- package/dist/src/lib/utils.js.map +1 -0
- package/dist/src/modules/app/components/AppLoader.d.ts +8 -2
- package/dist/src/modules/app/components/AppLoader.js +14 -3
- package/dist/src/modules/app/components/AppLoader.js.map +1 -0
- package/dist/src/modules/app/components/AppShell.d.ts +15 -6
- package/dist/src/modules/app/components/AppShell.js +14 -5
- package/dist/src/modules/app/components/AppShell.js.map +1 -0
- package/dist/src/modules/app/components/AppSidebar.d.ts +16 -6
- package/dist/src/modules/app/components/AppSidebar.js +17 -4
- package/dist/src/modules/app/components/AppSidebar.js.map +1 -0
- package/dist/src/modules/app/components/AppSidebarContent.d.ts +22 -13
- package/dist/src/modules/app/components/AppSidebarContent.js +34 -5
- package/dist/src/modules/app/components/AppSidebarContent.js.map +1 -0
- package/dist/src/modules/app/components/AppSidebarHeader.d.ts +18 -8
- package/dist/src/modules/app/components/AppSidebarHeader.js +37 -6
- package/dist/src/modules/app/components/AppSidebarHeader.js.map +1 -0
- package/dist/src/modules/app/components/AppSidebarInvites.d.ts +11 -3
- package/dist/src/modules/app/components/AppSidebarInvites.js +39 -8
- package/dist/src/modules/app/components/AppSidebarInvites.js.map +1 -0
- package/dist/src/modules/app/components/AppSidebarUser.d.ts +20 -10
- package/dist/src/modules/app/components/AppSidebarUser.js +121 -12
- package/dist/src/modules/app/components/AppSidebarUser.js.map +1 -0
- package/dist/src/modules/auth/components/AdminUserManagement.d.ts +11 -4
- package/dist/src/modules/auth/components/AdminUserManagement.js +970 -418
- package/dist/src/modules/auth/components/AdminUserManagement.js.map +1 -0
- package/dist/src/modules/auth/components/AdminWaitlist.d.ts +11 -4
- package/dist/src/modules/auth/components/AdminWaitlist.js +284 -115
- package/dist/src/modules/auth/components/AdminWaitlist.js.map +1 -0
- package/dist/src/modules/auth/components/AuthLayout.d.ts +12 -4
- package/dist/src/modules/auth/components/AuthLayout.js +17 -3
- package/dist/src/modules/auth/components/AuthLayout.js.map +1 -0
- package/dist/src/modules/auth/components/AuthProviders.d.ts +17 -6
- package/dist/src/modules/auth/components/AuthProviders.js +80 -41
- package/dist/src/modules/auth/components/AuthProviders.js.map +1 -0
- package/dist/src/modules/auth/components/AuthRouter.d.ts +16 -7
- package/dist/src/modules/auth/components/AuthRouter.js +46 -10
- package/dist/src/modules/auth/components/AuthRouter.js.map +1 -0
- package/dist/src/modules/auth/components/ClaimAccountRoute.d.ts +12 -4
- package/dist/src/modules/auth/components/ClaimAccountRoute.js +202 -139
- package/dist/src/modules/auth/components/ClaimAccountRoute.js.map +1 -0
- package/dist/src/modules/auth/components/ErrorAuthRoute.d.ts +7 -1
- package/dist/src/modules/auth/components/ErrorAuthRoute.js +125 -89
- package/dist/src/modules/auth/components/ErrorAuthRoute.js.map +1 -0
- package/dist/src/modules/auth/components/ForgotPasswordForm.d.ts +7 -1
- package/dist/src/modules/auth/components/ForgotPasswordForm.js +49 -23
- package/dist/src/modules/auth/components/ForgotPasswordForm.js.map +1 -0
- package/dist/src/modules/auth/components/ForgotPasswordRoute.d.ts +7 -1
- package/dist/src/modules/auth/components/ForgotPasswordRoute.js +34 -6
- package/dist/src/modules/auth/components/ForgotPasswordRoute.js.map +1 -0
- package/dist/src/modules/auth/components/InviteFriends.d.ts +12 -4
- package/dist/src/modules/auth/components/InviteFriends.js +275 -69
- package/dist/src/modules/auth/components/InviteFriends.js.map +1 -0
- package/dist/src/modules/auth/components/LastUsedBadge.d.ts +17 -5
- package/dist/src/modules/auth/components/LastUsedBadge.js +16 -6
- package/dist/src/modules/auth/components/LastUsedBadge.js.map +1 -0
- package/dist/src/modules/auth/components/LoginForm.d.ts +11 -3
- package/dist/src/modules/auth/components/LoginForm.js +107 -40
- package/dist/src/modules/auth/components/LoginForm.js.map +1 -0
- package/dist/src/modules/auth/components/LoginRoute.d.ts +11 -3
- package/dist/src/modules/auth/components/LoginRoute.js +41 -8
- package/dist/src/modules/auth/components/LoginRoute.js.map +1 -0
- package/dist/src/modules/auth/components/LogoutRoute.d.ts +7 -1
- package/dist/src/modules/auth/components/LogoutRoute.js +18 -12
- package/dist/src/modules/auth/components/LogoutRoute.js.map +1 -0
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.d.ts +21 -8
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.js +107 -97
- package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.js.map +1 -0
- package/dist/src/modules/auth/components/OrganizationMembersRoute.d.ts +58 -48
- package/dist/src/modules/auth/components/OrganizationMembersRoute.js +448 -349
- package/dist/src/modules/auth/components/OrganizationMembersRoute.js.map +1 -0
- package/dist/src/modules/auth/components/OrganizationPreferences.d.ts +27 -16
- package/dist/src/modules/auth/components/OrganizationPreferences.js +129 -124
- package/dist/src/modules/auth/components/OrganizationPreferences.js.map +1 -0
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.d.ts +27 -18
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.js +184 -144
- package/dist/src/modules/auth/components/OrganizationSettingsRoute.js.map +1 -0
- package/dist/src/modules/auth/components/OrganizationSwitcher.d.ts +17 -6
- package/dist/src/modules/auth/components/OrganizationSwitcher.js +91 -69
- package/dist/src/modules/auth/components/OrganizationSwitcher.js.map +1 -0
- package/dist/src/modules/auth/components/PreferencesEditor.d.ts +44 -33
- package/dist/src/modules/auth/components/PreferencesEditor.js +82 -58
- package/dist/src/modules/auth/components/PreferencesEditor.js.map +1 -0
- package/dist/src/modules/auth/components/ProfileRoute.d.ts +7 -1
- package/dist/src/modules/auth/components/ProfileRoute.js +79 -36
- package/dist/src/modules/auth/components/ProfileRoute.js.map +1 -0
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.d.ts +44 -30
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.js +234 -242
- package/dist/src/modules/auth/components/RangeNuqsDatePicker.js.map +1 -0
- package/dist/src/modules/auth/components/ResetPasswordForm.d.ts +7 -1
- package/dist/src/modules/auth/components/ResetPasswordForm.js +97 -35
- package/dist/src/modules/auth/components/ResetPasswordForm.js.map +1 -0
- package/dist/src/modules/auth/components/ResetPasswordRoute.d.ts +7 -1
- package/dist/src/modules/auth/components/ResetPasswordRoute.js +34 -6
- package/dist/src/modules/auth/components/ResetPasswordRoute.js.map +1 -0
- package/dist/src/modules/auth/components/SignupFormRoute.d.ts +15 -5
- package/dist/src/modules/auth/components/SignupFormRoute.js +142 -99
- package/dist/src/modules/auth/components/SignupFormRoute.js.map +1 -0
- package/dist/src/modules/auth/components/SignupRoute.d.ts +13 -5
- package/dist/src/modules/auth/components/SignupRoute.js +59 -13
- package/dist/src/modules/auth/components/SignupRoute.js.map +1 -0
- package/dist/src/modules/auth/components/UserPreferences.d.ts +22 -11
- package/dist/src/modules/auth/components/UserPreferences.js +24 -12
- package/dist/src/modules/auth/components/UserPreferences.js.map +1 -0
- package/dist/src/modules/auth/components/WaitlistCard.d.ts +11 -4
- package/dist/src/modules/auth/components/WaitlistCard.js +63 -28
- package/dist/src/modules/auth/components/WaitlistCard.js.map +1 -0
- package/dist/src/modules/auth/components/WaitlistCodeValidation.d.ts +13 -5
- package/dist/src/modules/auth/components/WaitlistCodeValidation.js +42 -40
- package/dist/src/modules/auth/components/WaitlistCodeValidation.js.map +1 -0
- package/dist/src/modules/billing/components/BillingBetaPage.d.ts +15 -6
- package/dist/src/modules/billing/components/BillingBetaPage.js +155 -8
- package/dist/src/modules/billing/components/BillingBetaPage.js.map +1 -0
- package/dist/src/modules/billing/components/BillingInvoicePage.d.ts +13 -5
- package/dist/src/modules/billing/components/BillingInvoicePage.js +160 -30
- package/dist/src/modules/billing/components/BillingInvoicePage.js.map +1 -0
- package/dist/src/modules/billing/components/BillingPlanSelect.d.ts +11 -4
- package/dist/src/modules/billing/components/BillingPlanSelect.js +10 -7
- package/dist/src/modules/billing/components/BillingPlanSelect.js.map +1 -0
- package/dist/src/modules/billing/components/BillingRouter.d.ts +15 -7
- package/dist/src/modules/billing/components/BillingRouter.js +19 -6
- package/dist/src/modules/billing/components/BillingRouter.js.map +1 -0
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.d.ts +17 -7
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.js +163 -42
- package/dist/src/modules/billing/components/BillingSinglePlanSelect.js.map +1 -0
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.d.ts +18 -8
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.js +81 -38
- package/dist/src/modules/table/components/ColumnOrderAndVisibility.js.map +1 -0
- package/dist/src/modules/table/components/NuqsTable.d.ts +33 -21
- package/dist/src/modules/table/components/NuqsTable.js +295 -221
- package/dist/src/modules/table/components/NuqsTable.js.map +1 -0
- package/dist/src/modules/table/components/TableFiltering.d.ts +33 -21
- package/dist/src/modules/table/components/TableFiltering.js +408 -226
- package/dist/src/modules/table/components/TableFiltering.js.map +1 -0
- package/dist/src/modules/table/components/TableGroupBy.d.ts +18 -8
- package/dist/src/modules/table/components/TableGroupBy.js +56 -16
- package/dist/src/modules/table/components/TableGroupBy.js.map +1 -0
- package/dist/src/modules/table/components/TablePagination.d.ts +17 -7
- package/dist/src/modules/table/components/TablePagination.js +64 -32
- package/dist/src/modules/table/components/TablePagination.js.map +1 -0
- package/dist/src/modules/table/components/table.types.d.ts +15 -10
- package/dist/src/modules/table/components/table.types.js +0 -1
- package/dist/src/modules/table/filterTransformers.d.ts +35 -30
- package/dist/src/modules/table/filterTransformers.js +198 -261
- package/dist/src/modules/table/filterTransformers.js.map +1 -0
- package/dist/src/types.d.ts +8 -3
- package/dist/src/types.js +0 -1
- package/package.json +8 -6
- package/dist/translations/en/web-ui.json +0 -209
- package/dist/tsconfig.lib.tsbuildinfo +0 -1
|
@@ -1,684 +1,757 @@
|
|
|
1
|
-
.rbc-btn {
|
|
2
|
-
color: inherit;
|
|
3
|
-
font: inherit;
|
|
4
|
-
margin: 0;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
text-transform: none;
|
|
9
|
-
-webkit-appearance: button;
|
|
10
|
-
cursor: pointer;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
-webkit-flex-direction: column;
|
|
26
|
-
-ms-flex-direction: column;
|
|
27
|
-
flex-direction: column;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
position: absolute;
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
.rbc-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
.rbc-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
.rbc-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
-
|
|
74
|
-
-
|
|
75
|
-
flex: 1 0
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
font-weight: bold;
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
.rbc-toolbar {
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
-webkit-flex-grow: 1;
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
margin: 0
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
display: inline-block;
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
.rbc-btn-group > button:first-child:not(:last-child) {
|
|
136
|
-
border-top-right-radius: 0;
|
|
137
|
-
border-bottom-right-radius: 0;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
border-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
border-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
border-radius: 0;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
.rbc-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
border-bottom-left-radius: 0;
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
.rbc-event-continues-
|
|
206
|
-
border-
|
|
207
|
-
border-bottom-right-radius: 0;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
border-top-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
.rbc-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
-
|
|
245
|
-
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
-
|
|
262
|
-
|
|
263
|
-
flex
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
display: flex;
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
flex:
|
|
276
|
-
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
-
|
|
287
|
-
-
|
|
288
|
-
flex: 1
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
padding:
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
.rbc-agenda-view
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
.rbc-agenda-view table.rbc-agenda-table
|
|
376
|
-
border-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
.rbc-agenda-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
.rbc-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
.rbc-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
.rbc-
|
|
437
|
-
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
.rbc-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
-
|
|
458
|
-
-
|
|
459
|
-
flex-flow: column
|
|
460
|
-
-
|
|
461
|
-
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
flex: none;
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
.rbc-time-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
.rbc-time-
|
|
555
|
-
border
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
-
|
|
559
|
-
-
|
|
560
|
-
flex: 1;
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
}
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
.rbc-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
.rbc-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
.rbc-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
1
|
+
.rbc-btn {
|
|
2
|
+
color: inherit;
|
|
3
|
+
font: inherit;
|
|
4
|
+
margin: 0;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
button.rbc-btn {
|
|
8
|
+
text-transform: none;
|
|
9
|
+
-webkit-appearance: button;
|
|
10
|
+
cursor: pointer;
|
|
11
|
+
overflow: visible;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
button[disabled].rbc-btn {
|
|
15
|
+
cursor: not-allowed;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
button.rbc-input::-moz-focus-inner {
|
|
19
|
+
border: 0;
|
|
20
|
+
padding: 0;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.rbc-calendar {
|
|
24
|
+
box-sizing: border-box;
|
|
25
|
+
-webkit-flex-direction: column;
|
|
26
|
+
-ms-flex-direction: column;
|
|
27
|
+
flex-direction: column;
|
|
28
|
+
align-items: stretch;
|
|
29
|
+
height: max-content;
|
|
30
|
+
display: -webkit-flex;
|
|
31
|
+
display: -ms-flexbox;
|
|
32
|
+
display: flex;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.rbc-calendar *, .rbc-calendar :before, .rbc-calendar :after {
|
|
36
|
+
box-sizing: inherit;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.rbc-abs-full, .rbc-row-bg {
|
|
40
|
+
position: absolute;
|
|
41
|
+
inset: 0;
|
|
42
|
+
overflow: hidden;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.rbc-month-view .rbc-row-bg > .rbc-day-bg:last-child, .rbc-month-view > .rbc-month-header > .rbc-header:last-child {
|
|
46
|
+
border-right: none;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.rbc-ellipsis, .rbc-event-label, .rbc-row-segment .rbc-event-content, .rbc-show-more {
|
|
50
|
+
text-overflow: ellipsis;
|
|
51
|
+
white-space: nowrap;
|
|
52
|
+
display: block;
|
|
53
|
+
overflow: hidden;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.rbc-rtl {
|
|
57
|
+
direction: rtl;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.rbc-off-range {
|
|
61
|
+
color: var(--muted-foreground);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.rbc-off-range-bg {
|
|
65
|
+
background: var(--muted);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.rbc-header {
|
|
69
|
+
text-overflow: ellipsis;
|
|
70
|
+
white-space: nowrap;
|
|
71
|
+
text-align: center;
|
|
72
|
+
vertical-align: middle;
|
|
73
|
+
border-bottom: 1px solid var(--border);
|
|
74
|
+
border-right: 1px solid var(--border);
|
|
75
|
+
-webkit-flex: 1 0;
|
|
76
|
+
-ms-flex: 1 0;
|
|
77
|
+
flex: 1 0;
|
|
78
|
+
min-height: 0;
|
|
79
|
+
padding: 0 3px;
|
|
80
|
+
font-size: 90%;
|
|
81
|
+
font-weight: bold;
|
|
82
|
+
overflow: hidden;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.rbc-rtl .rbc-header + .rbc-header {
|
|
86
|
+
border-left-width: 0;
|
|
87
|
+
border-right: 1px solid var(--border);
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.rbc-header > a, .rbc-header > a:active, .rbc-header > a:visited {
|
|
91
|
+
text-decoration: none;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.rbc-row-content {
|
|
95
|
+
-webkit-user-select: none;
|
|
96
|
+
-moz-user-select: none;
|
|
97
|
+
-ms-user-select: none;
|
|
98
|
+
user-select: none;
|
|
99
|
+
z-index: 4;
|
|
100
|
+
position: relative;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.rbc-today {
|
|
104
|
+
background-color: var(--muted);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.rbc-toolbar {
|
|
108
|
+
border-bottom: solid 1px var(--border);
|
|
109
|
+
flex-wrap: wrap;
|
|
110
|
+
justify-content: space-between;
|
|
111
|
+
align-items: center;
|
|
112
|
+
margin-bottom: 0;
|
|
113
|
+
padding: 0 .25rem;
|
|
114
|
+
font-size: 16px;
|
|
115
|
+
display: -webkit-flex;
|
|
116
|
+
display: -ms-flexbox;
|
|
117
|
+
display: flex;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.rbc-toolbar .rbc-toolbar-label {
|
|
121
|
+
text-align: center;
|
|
122
|
+
-ms-flex-positive: 1;
|
|
123
|
+
-webkit-flex-grow: 1;
|
|
124
|
+
flex-grow: 1;
|
|
125
|
+
min-width: 200px;
|
|
126
|
+
margin: 0 .25rem;
|
|
127
|
+
font-weight: 700;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.rbc-btn-group {
|
|
131
|
+
white-space: nowrap;
|
|
132
|
+
display: inline-block;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.rbc-btn-group > button:first-child:not(:last-child) {
|
|
136
|
+
border-top-right-radius: 0;
|
|
137
|
+
border-bottom-right-radius: 0;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.rbc-btn-group > button:last-child:not(:first-child) {
|
|
141
|
+
border-top-left-radius: 0;
|
|
142
|
+
border-bottom-left-radius: 0;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
|
|
146
|
+
border-radius: var(--radius);
|
|
147
|
+
border-top-left-radius: 0;
|
|
148
|
+
border-bottom-left-radius: 0;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
|
|
152
|
+
border-radius: var(--radius);
|
|
153
|
+
border-top-right-radius: 0;
|
|
154
|
+
border-bottom-right-radius: 0;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.rbc-btn-group > button:not(:first-child):not(:last-child) {
|
|
158
|
+
border-radius: 0;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.rbc-btn-group button + button {
|
|
162
|
+
margin-left: -1px;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.rbc-rtl .rbc-btn-group button + button {
|
|
166
|
+
margin-left: 0;
|
|
167
|
+
margin-right: -1px;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.rbc-btn-group + .rbc-btn-group, .rbc-btn-group + button {
|
|
171
|
+
margin-left: 10px;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.rbc-event, .rbc-slot-selection {
|
|
175
|
+
background-color: var(--primary);
|
|
176
|
+
color: var(--primary-foreground);
|
|
177
|
+
border-radius: var(--radius);
|
|
178
|
+
outline: 1px solid var(--background);
|
|
179
|
+
cursor: pointer;
|
|
180
|
+
padding: 3px;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.rbc-slot-selecting .rbc-event {
|
|
184
|
+
cursor: inherit;
|
|
185
|
+
pointer-events: none;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.rbc-event.rbc-selected {
|
|
189
|
+
background-color: color-mix(in oklch, var(--primary) 90%, transparent);
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.rbc-event-label {
|
|
193
|
+
display: none;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.rbc-event-overlaps {
|
|
197
|
+
box-shadow: -1px 1px 5px 0px var(--primary-foreground);
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.rbc-event-continues-prior {
|
|
201
|
+
border-top-left-radius: 0;
|
|
202
|
+
border-bottom-left-radius: 0;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.rbc-event-continues-after {
|
|
206
|
+
border-top-right-radius: 0;
|
|
207
|
+
border-bottom-right-radius: 0;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.rbc-event-continues-earlier {
|
|
211
|
+
border-top-left-radius: 0;
|
|
212
|
+
border-top-right-radius: 0;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.rbc-event-continues-later, .rbc-event-continues-day-after {
|
|
216
|
+
border-bottom-right-radius: 0;
|
|
217
|
+
border-bottom-left-radius: 0;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.rbc-event-continues-day-prior {
|
|
221
|
+
border-top-left-radius: 0;
|
|
222
|
+
border-top-right-radius: 0;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.rbc-row {
|
|
226
|
+
-webkit-flex-direction: row;
|
|
227
|
+
-ms-flex-direction: row;
|
|
228
|
+
flex-direction: row;
|
|
229
|
+
display: -webkit-flex;
|
|
230
|
+
display: -ms-flexbox;
|
|
231
|
+
display: flex;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.rbc-row-segment {
|
|
235
|
+
padding: 0 1px 1px;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.rbc-selected-cell {
|
|
239
|
+
background-color: color-mix(in oklch, var(--primary) 10%, transparent);
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.rbc-show-more {
|
|
243
|
+
background-color: var(--muted);
|
|
244
|
+
z-index: 4;
|
|
245
|
+
white-space: nowrap;
|
|
246
|
+
border-radius: 4px;
|
|
247
|
+
height: auto;
|
|
248
|
+
padding: 2px;
|
|
249
|
+
font-size: 85%;
|
|
250
|
+
font-weight: bold;
|
|
251
|
+
line-height: normal;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.rbc-month-view {
|
|
255
|
+
border: .1px solid var(--border);
|
|
256
|
+
-webkit-user-select: none;
|
|
257
|
+
-moz-user-select: none;
|
|
258
|
+
-ms-user-select: none;
|
|
259
|
+
user-select: none;
|
|
260
|
+
-webkit-flex-direction: column;
|
|
261
|
+
-ms-flex-direction: column;
|
|
262
|
+
flex-direction: column;
|
|
263
|
+
-webkit-flex: 1 0 0;
|
|
264
|
+
-ms-flex: 1 0 0;
|
|
265
|
+
flex: 1 0 0;
|
|
266
|
+
width: 100%;
|
|
267
|
+
height: 100%;
|
|
268
|
+
display: -webkit-flex;
|
|
269
|
+
display: -ms-flexbox;
|
|
270
|
+
display: flex;
|
|
271
|
+
position: relative;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.rbc-month-header {
|
|
275
|
+
-webkit-flex-direction: row;
|
|
276
|
+
-ms-flex-direction: row;
|
|
277
|
+
flex-direction: row;
|
|
278
|
+
display: -webkit-flex;
|
|
279
|
+
display: -ms-flexbox;
|
|
280
|
+
display: flex;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.rbc-month-row {
|
|
284
|
+
-ms-flex-preferred-size: 0;
|
|
285
|
+
-webkit-flex-direction: column;
|
|
286
|
+
-ms-flex-direction: column;
|
|
287
|
+
flex-direction: column;
|
|
288
|
+
-webkit-flex: 1 0 0;
|
|
289
|
+
-ms-flex: 1 0 0;
|
|
290
|
+
flex: 1 0 0;
|
|
291
|
+
height: 100%;
|
|
292
|
+
display: -webkit-flex;
|
|
293
|
+
display: -ms-flexbox;
|
|
294
|
+
display: flex;
|
|
295
|
+
position: relative;
|
|
296
|
+
overflow: hidden;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.rbc-month-row + .rbc-month-row {
|
|
300
|
+
border-top: 1px solid var(--border);
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.rbc-date-cell {
|
|
304
|
+
text-align: right;
|
|
305
|
+
-webkit-flex: 1 1 0;
|
|
306
|
+
-ms-flex: 1 1 0;
|
|
307
|
+
flex: 1 1 0;
|
|
308
|
+
min-width: 0;
|
|
309
|
+
padding-right: 5px;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.rbc-date-cell.rbc-now {
|
|
313
|
+
font-weight: bold;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.rbc-date-cell > a, .rbc-date-cell > a:active, .rbc-date-cell > a:visited {
|
|
317
|
+
color: inherit;
|
|
318
|
+
text-decoration: none;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.rbc-row-bg {
|
|
322
|
+
-webkit-flex-direction: row;
|
|
323
|
+
-ms-flex-direction: row;
|
|
324
|
+
flex-direction: row;
|
|
325
|
+
-webkit-flex: 1 0 0;
|
|
326
|
+
-ms-flex: 1 0 0;
|
|
327
|
+
flex: 1 0 0;
|
|
328
|
+
display: -webkit-flex;
|
|
329
|
+
display: -ms-flexbox;
|
|
330
|
+
display: flex;
|
|
331
|
+
overflow: hidden;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
.rbc-day-bg {
|
|
335
|
+
-webkit-flex: 1 0;
|
|
336
|
+
-ms-flex: 1 0;
|
|
337
|
+
flex: 1 0;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.rbc-rtl .rbc-day-bg + .rbc-day-bg {
|
|
341
|
+
border-left-width: 0;
|
|
342
|
+
border-right: 1px solid var(--border);
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
.rbc-overlay {
|
|
346
|
+
z-index: 5;
|
|
347
|
+
border: 1px solid var(--border);
|
|
348
|
+
background-color: var(--card);
|
|
349
|
+
padding: 10px;
|
|
350
|
+
position: absolute;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
.rbc-overlay > * + * {
|
|
354
|
+
margin-top: 1px;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
.rbc-overlay-header {
|
|
358
|
+
border-bottom: 1px solid var(--border);
|
|
359
|
+
margin: -10px -10px 5px;
|
|
360
|
+
padding: 2px 10px;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.rbc-agenda-view {
|
|
364
|
+
-webkit-flex-direction: column;
|
|
365
|
+
-ms-flex-direction: column;
|
|
366
|
+
flex-direction: column;
|
|
367
|
+
-webkit-flex: 1 0 0;
|
|
368
|
+
-ms-flex: 1 0 0;
|
|
369
|
+
flex: 1 0 0;
|
|
370
|
+
display: -webkit-flex;
|
|
371
|
+
display: -ms-flexbox;
|
|
372
|
+
display: flex;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.rbc-agenda-view table.rbc-agenda-table {
|
|
376
|
+
border-bottom: 1px solid var(--border);
|
|
377
|
+
border-spacing: 0;
|
|
378
|
+
border-collapse: collapse;
|
|
379
|
+
width: 100%;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.rbc-agenda-view .rbc-agenda-table .rbc-header:last-child {
|
|
383
|
+
border-right: none;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
|
|
387
|
+
vertical-align: top;
|
|
388
|
+
padding: 5px 10px;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
|
|
392
|
+
text-transform: lowercase;
|
|
393
|
+
padding-left: 15px;
|
|
394
|
+
padding-right: 15px;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
|
|
398
|
+
border-left: 1px solid var(--border);
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
|
|
402
|
+
border-left-width: 0;
|
|
403
|
+
border-right: 1px solid var(--border);
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
|
|
407
|
+
border-top: 1px solid var(--border);
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
|
|
411
|
+
text-align: left;
|
|
412
|
+
border-bottom: 1px solid var(--border);
|
|
413
|
+
padding: 3px 5px;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
|
|
417
|
+
text-align: right;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.rbc-agenda-time-cell {
|
|
421
|
+
text-transform: lowercase;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.rbc-agenda-time-cell .rbc-continues-after:after {
|
|
425
|
+
content: " »";
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
.rbc-agenda-time-cell .rbc-continues-prior:before {
|
|
429
|
+
content: "« ";
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
.rbc-agenda-date-cell, .rbc-agenda-time-cell {
|
|
433
|
+
white-space: nowrap;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.rbc-agenda-event-cell {
|
|
437
|
+
width: 100%;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.rbc-time-column {
|
|
441
|
+
-webkit-flex-direction: column;
|
|
442
|
+
-ms-flex-direction: column;
|
|
443
|
+
flex-direction: column;
|
|
444
|
+
min-height: 100%;
|
|
445
|
+
display: -webkit-flex;
|
|
446
|
+
display: -ms-flexbox;
|
|
447
|
+
display: flex;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
.rbc-time-column .rbc-timeslot-group {
|
|
451
|
+
-webkit-flex: 1;
|
|
452
|
+
-ms-flex: 1;
|
|
453
|
+
flex: 1;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.rbc-timeslot-group {
|
|
457
|
+
border-bottom: 1px solid var(--border);
|
|
458
|
+
-webkit-flex-flow: column;
|
|
459
|
+
-ms-flex-flow: column;
|
|
460
|
+
flex-flow: column;
|
|
461
|
+
min-height: 40px;
|
|
462
|
+
font-size: 14px;
|
|
463
|
+
display: -webkit-flex;
|
|
464
|
+
display: -ms-flexbox;
|
|
465
|
+
display: flex;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
.rbc-time-gutter, .rbc-header-gutter {
|
|
469
|
+
-webkit-flex: none;
|
|
470
|
+
-ms-flex: none;
|
|
471
|
+
flex: none;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
.rbc-label {
|
|
475
|
+
padding: 0 5px;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
.rbc-day-slot {
|
|
479
|
+
position: relative;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.rbc-day-slot .rbc-events-container {
|
|
483
|
+
position: absolute;
|
|
484
|
+
inset: 0 10px 0 0;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
.rbc-day-slot .rbc-events-container.rbc-is-rtl {
|
|
488
|
+
left: 10px;
|
|
489
|
+
right: 0;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
.rbc-day-slot .rbc-event {
|
|
493
|
+
border: 1px solid color-mix(in oklch, var(--primary) 90%, transparent);
|
|
494
|
+
-webkit-flex-flow: column wrap;
|
|
495
|
+
-ms-flex-flow: column wrap;
|
|
496
|
+
flex-flow: column wrap;
|
|
497
|
+
align-items: flex-start;
|
|
498
|
+
min-height: 20px;
|
|
499
|
+
max-height: 100%;
|
|
500
|
+
display: -webkit-flex;
|
|
501
|
+
display: -ms-flexbox;
|
|
502
|
+
display: flex;
|
|
503
|
+
position: absolute;
|
|
504
|
+
overflow: hidden;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
.rbc-day-slot .rbc-event-label {
|
|
508
|
+
-webkit-flex: none;
|
|
509
|
+
-ms-flex: none;
|
|
510
|
+
flex: none;
|
|
511
|
+
width: auto;
|
|
512
|
+
padding-right: 5px;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.rbc-day-slot .rbc-event-content {
|
|
516
|
+
word-wrap: break-word;
|
|
517
|
+
-webkit-flex: 1 1 0;
|
|
518
|
+
-ms-flex: 1 1 0;
|
|
519
|
+
flex: 1 1 0;
|
|
520
|
+
width: 100%;
|
|
521
|
+
height: 100%;
|
|
522
|
+
min-height: 1em;
|
|
523
|
+
line-height: 1;
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
.rbc-day-slot .rbc-time-slot {
|
|
527
|
+
border-top: 1px solid color-mix(in oklch, var(--border) 50%, transparent);
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
.rbc-time-slot {
|
|
531
|
+
-webkit-flex: 1 0 0;
|
|
532
|
+
-ms-flex: 1 0 0;
|
|
533
|
+
flex: 1 0 0;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
.rbc-time-slot.rbc-now {
|
|
537
|
+
font-weight: bold;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
.rbc-day-header {
|
|
541
|
+
text-align: center;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.rbc-slot-selection {
|
|
545
|
+
z-index: 10;
|
|
546
|
+
background-color: var(--primary);
|
|
547
|
+
position: absolute;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
.rbc-slot-selecting {
|
|
551
|
+
cursor: move;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
.rbc-time-view {
|
|
555
|
+
border: 1px solid var(--border);
|
|
556
|
+
-webkit-flex-direction: column;
|
|
557
|
+
-ms-flex-direction: column;
|
|
558
|
+
flex-direction: column;
|
|
559
|
+
-webkit-flex: 1;
|
|
560
|
+
-ms-flex: 1;
|
|
561
|
+
flex: 1;
|
|
562
|
+
width: 100%;
|
|
563
|
+
min-height: 0;
|
|
564
|
+
display: -webkit-flex;
|
|
565
|
+
display: -ms-flexbox;
|
|
566
|
+
display: flex;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
.rbc-time-view .rbc-time-gutter {
|
|
570
|
+
white-space: nowrap;
|
|
571
|
+
color: var(--muted-foreground);
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
.rbc-time-view .rbc-allday-cell {
|
|
575
|
+
box-sizing: content-box;
|
|
576
|
+
width: 100%;
|
|
577
|
+
position: relative;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
.rbc-time-view .rbc-allday-events {
|
|
581
|
+
z-index: 4;
|
|
582
|
+
position: relative;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
.rbc-time-view .rbc-row {
|
|
586
|
+
box-sizing: border-box;
|
|
587
|
+
min-height: 20px;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
.rbc-time-header {
|
|
591
|
+
-webkit-flex-direction: row;
|
|
592
|
+
-ms-flex-direction: row;
|
|
593
|
+
flex-direction: row;
|
|
594
|
+
-webkit-flex: none;
|
|
595
|
+
-ms-flex: none;
|
|
596
|
+
flex: none;
|
|
597
|
+
display: -webkit-flex;
|
|
598
|
+
display: -ms-flexbox;
|
|
599
|
+
display: flex;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
.rbc-rtl .rbc-time-header.rbc-overflowing {
|
|
603
|
+
border-right-width: 0;
|
|
604
|
+
border-left: 1px solid var(--border);
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
.rbc-time-header > .rbc-row:first-child, .rbc-time-header > .rbc-row.rbc-row-resource {
|
|
608
|
+
border-bottom: 1px solid var(--border);
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
.rbc-time-header-content {
|
|
612
|
+
border-left: 1px solid var(--border);
|
|
613
|
+
-webkit-flex-direction: column;
|
|
614
|
+
-ms-flex-direction: column;
|
|
615
|
+
flex-direction: column;
|
|
616
|
+
-webkit-flex: 1;
|
|
617
|
+
-ms-flex: 1;
|
|
618
|
+
flex: 1;
|
|
619
|
+
min-width: 0;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
.rbc-rtl .rbc-time-header-content {
|
|
623
|
+
border-left-width: 0;
|
|
624
|
+
border-right: 1px solid var(--border);
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
.rbc-time-content {
|
|
628
|
+
border-top: 2px solid var(--border);
|
|
629
|
+
-webkit-flex: 1 0;
|
|
630
|
+
-ms-flex: 1 0;
|
|
631
|
+
flex: 1 0;
|
|
632
|
+
align-items: flex-start;
|
|
633
|
+
width: 100%;
|
|
634
|
+
display: -webkit-flex;
|
|
635
|
+
display: -ms-flexbox;
|
|
636
|
+
display: flex;
|
|
637
|
+
position: relative;
|
|
638
|
+
overflow-y: auto;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
.rbc-time-content > .rbc-time-gutter {
|
|
642
|
+
-webkit-flex: none;
|
|
643
|
+
-ms-flex: none;
|
|
644
|
+
flex: none;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
.rbc-time-content > * + * > * {
|
|
648
|
+
border-left: 1px solid var(--border);
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
.rbc-rtl .rbc-time-content > * + * > * {
|
|
652
|
+
border-left-width: 0;
|
|
653
|
+
border-right: 1px solid var(--border);
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
.rbc-time-content > .rbc-day-slot {
|
|
657
|
+
-webkit-user-select: none;
|
|
658
|
+
-moz-user-select: none;
|
|
659
|
+
-ms-user-select: none;
|
|
660
|
+
user-select: none;
|
|
661
|
+
width: 100%;
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
.rbc-current-time-indicator {
|
|
665
|
+
z-index: 10;
|
|
666
|
+
pointer-events: none;
|
|
667
|
+
width: 100%;
|
|
668
|
+
position: absolute;
|
|
669
|
+
border-top: 2px solid var(--destructive) !important;
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
.rbc-calendar {
|
|
673
|
+
background-color: var(--background);
|
|
674
|
+
color: var(--foreground);
|
|
675
|
+
overflow: hidden;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
.rbc-toolbar button {
|
|
679
|
+
border-radius: var(--radius);
|
|
680
|
+
cursor: pointer;
|
|
681
|
+
background-color: #0000;
|
|
682
|
+
border: none;
|
|
683
|
+
height: 40px;
|
|
684
|
+
margin-top: .25rem;
|
|
685
|
+
margin-bottom: .25rem;
|
|
686
|
+
padding: 8px 16px;
|
|
687
|
+
transition: none;
|
|
688
|
+
box-shadow: none !important;
|
|
689
|
+
color: var(--foreground) !important;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
.rbc-toolbar button.rbc-active {
|
|
693
|
+
color: var(--accent-foreground) !important;
|
|
694
|
+
background-color: var(--accent) !important;
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
.rbc-toolbar button:hover {
|
|
698
|
+
color: var(--accent-foreground);
|
|
699
|
+
background-color: var(--accent) !important;
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
.rbc-time-view {
|
|
703
|
+
border: none;
|
|
704
|
+
margin-top: 0;
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
.rbc-time-header {
|
|
708
|
+
background-color: var(--card);
|
|
709
|
+
border-bottom: 1px solid var(--border);
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
.rbc-time-gutter {
|
|
713
|
+
background-color: var(--card);
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
.rbc-time-gutter .rbc-time-slot {
|
|
717
|
+
background-color: var(--card) !important;
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
.rbc-day-bg {
|
|
721
|
+
background-color: var(--background);
|
|
722
|
+
border-right: 1px solid var(--border);
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
.rbc-month-view {
|
|
726
|
+
border: none;
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
.rbc-event:hover {
|
|
730
|
+
background-color: var(--ring);
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
.event-component {
|
|
734
|
+
background-color: var(--primary);
|
|
735
|
+
color: var(--primary-foreground);
|
|
736
|
+
border-radius: var(--radius);
|
|
737
|
+
white-space: nowrap;
|
|
738
|
+
text-overflow: ellipsis;
|
|
739
|
+
padding: 5px;
|
|
740
|
+
font-size: 14px;
|
|
741
|
+
overflow: hidden;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
.rbc-current-time-indicator {
|
|
745
|
+
z-index: 3;
|
|
746
|
+
pointer-events: none;
|
|
747
|
+
height: 1px;
|
|
748
|
+
position: absolute;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
.rbc-agenda-empty {
|
|
752
|
+
color: var(--muted-foreground);
|
|
753
|
+
justify-content: center;
|
|
754
|
+
align-items: center;
|
|
755
|
+
height: 100%;
|
|
756
|
+
display: flex;
|
|
757
|
+
}
|