@carlonicora/nextjs-jsonapi 1.29.2 → 1.29.3
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/{BlockNoteEditor-BEWKLGW3.js → BlockNoteEditor-CJWHJRG3.js} +10 -10
- package/dist/BlockNoteEditor-CJWHJRG3.js.map +1 -0
- package/dist/{BlockNoteEditor-GNFK7ZVR.mjs → BlockNoteEditor-ZET7ANBC.mjs} +6 -6
- package/dist/BlockNoteEditor-ZET7ANBC.mjs.map +1 -0
- package/dist/billing/index.js +291 -291
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-IJSB4FH6.mjs → chunk-3HGZMKT4.mjs} +493 -523
- package/dist/chunk-3HGZMKT4.mjs.map +1 -0
- package/dist/{chunk-XU4MY6OG.js → chunk-6HQ6CPVL.js} +493 -523
- package/dist/chunk-6HQ6CPVL.js.map +1 -0
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.js +2 -2
- package/dist/components/index.mjs +1 -1
- package/dist/contexts/index.js +2 -2
- package/dist/contexts/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/details/AllowedUsersDetails.tsx +1 -1
- package/src/components/editors/BlockNoteEditor.tsx +5 -5
- package/src/components/forms/CommonAssociationForm.tsx +9 -9
- package/src/components/forms/CommonDeleter.tsx +14 -8
- package/src/components/forms/CommonEditorButtons.tsx +2 -2
- package/src/components/forms/CommonEditorHeader.tsx +4 -4
- package/src/components/forms/CommonEditorTrigger.tsx +1 -1
- package/src/components/forms/FileUploader.tsx +8 -8
- package/src/components/forms/FormDateTime.tsx +6 -12
- package/src/components/forms/FormInput.tsx +4 -20
- package/src/components/forms/PasswordInput.tsx +1 -1
- package/src/components/navigations/Breadcrumb.tsx +1 -1
- package/src/components/navigations/Header.tsx +2 -2
- package/src/components/navigations/RecentPagesNavigator.tsx +3 -3
- package/src/components/tables/ContentTableSearch.tsx +1 -1
- package/src/contexts/CommonContext.tsx +2 -2
- package/src/features/auth/components/details/LandingComponent.tsx +5 -5
- package/src/features/auth/components/forms/AcceptInvitation.tsx +16 -22
- package/src/features/auth/components/forms/ActivateAccount.tsx +8 -8
- package/src/features/auth/components/forms/ForgotPassword.tsx +9 -9
- package/src/features/auth/components/forms/Login.tsx +12 -12
- package/src/features/auth/components/forms/Register.tsx +19 -21
- package/src/features/auth/components/forms/ResetPassword.tsx +12 -18
- package/src/features/company/components/details/TokenStatusIndicator.tsx +7 -7
- package/src/features/company/components/forms/CompanyConfigurationEditor.tsx +2 -2
- package/src/features/company/components/forms/CompanyDeleter.tsx +13 -11
- package/src/features/company/components/forms/CompanyEditor.tsx +7 -13
- package/src/features/company/components/lists/CompaniesList.tsx +1 -1
- package/src/features/company/contexts/CompanyContext.tsx +1 -1
- package/src/features/company/hooks/useCompanyTableStructure.tsx +2 -2
- package/src/features/content/components/lists/ContentsList.tsx +1 -1
- package/src/features/content/components/lists/ContentsListById.tsx +1 -1
- package/src/features/content/components/lists/RelevantContentsList.tsx +1 -1
- package/src/features/content/hooks/useContentTableStructure.tsx +5 -5
- package/src/features/notification/components/containers/NotificationsListContainer.tsx +2 -2
- package/src/features/notification/components/lists/NotificationsList.tsx +3 -3
- package/src/features/notification/components/modals/NotificationModal.tsx +3 -5
- package/src/features/notification/components/notifications/Notification.tsx +4 -4
- package/src/features/notification/contexts/NotificationContext.tsx +2 -2
- package/src/features/role/components/details/RoleDetails.tsx +1 -1
- package/src/features/role/components/forms/FormRoles.tsx +2 -2
- package/src/features/role/components/forms/RemoveUserFromRole.tsx +9 -11
- package/src/features/role/components/forms/UserRoleAdd.tsx +18 -18
- package/src/features/role/components/lists/RolesList.tsx +1 -1
- package/src/features/role/components/lists/UserRolesList.tsx +1 -1
- package/src/features/role/contexts/RoleContext.tsx +2 -2
- package/src/features/role/hooks/useRoleTableStructure.tsx +3 -3
- package/src/features/user/components/containers/UsersListContainer.tsx +2 -2
- package/src/features/user/components/details/UserDetails.tsx +6 -6
- package/src/features/user/components/forms/RoleUserAdd.tsx +8 -8
- package/src/features/user/components/forms/UserAvatarEditor.tsx +2 -2
- package/src/features/user/components/forms/UserEditor.tsx +21 -25
- package/src/features/user/components/forms/UserReactivator.tsx +7 -7
- package/src/features/user/components/forms/UserResentInvitationEmail.tsx +9 -9
- package/src/features/user/components/forms/UserSelector.tsx +4 -9
- package/src/features/user/components/lists/AdminUsersList.tsx +1 -1
- package/src/features/user/components/lists/CompanyUsersList.tsx +1 -1
- package/src/features/user/components/lists/RelevantUsersList.tsx +1 -1
- package/src/features/user/components/lists/RoleUsersList.tsx +1 -1
- package/src/features/user/components/lists/UsersList.tsx +1 -1
- package/src/features/user/components/lists/UsersListByContentIds.tsx +1 -1
- package/src/features/user/components/widgets/UserSearchPopover.tsx +3 -3
- package/src/features/user/contexts/UserContext.tsx +5 -5
- package/src/features/user/hooks/useUserTableStructure.tsx +6 -6
- package/dist/BlockNoteEditor-BEWKLGW3.js.map +0 -1
- package/dist/BlockNoteEditor-GNFK7ZVR.mjs.map +0 -1
- package/dist/chunk-IJSB4FH6.mjs.map +0 -1
- package/dist/chunk-XU4MY6OG.js.map +0 -1
package/dist/client/index.js
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
var
|
|
29
|
+
var _chunk6HQ6CPVLjs = require('../chunk-6HQ6CPVL.js');
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
@@ -117,5 +117,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
|
|
120
|
-
exports.ClientJsonApiDelete = _chunkUYBCHXXLjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkUYBCHXXLjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkUYBCHXXLjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkUYBCHXXLjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkUYBCHXXLjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider =
|
|
120
|
+
exports.ClientJsonApiDelete = _chunkUYBCHXXLjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkUYBCHXXLjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkUYBCHXXLjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkUYBCHXXLjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkUYBCHXXLjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunk6HQ6CPVLjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunk6HQ6CPVLjs.TableGeneratorRegistry; exports.configureClientConfig = _chunkEW6QPMN3js.configureClientConfig; exports.configureClientJsonApi = _chunkUYBCHXXLjs.configureClientJsonApi; exports.configureI18n = _chunkEW6QPMN3js.configureI18n; exports.configureJsonApi = _chunkEW6QPMN3js.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.getApiUrl = _chunkEW6QPMN3js.getApiUrl; exports.getAppUrl = _chunkEW6QPMN3js.getAppUrl; exports.getClientApiUrl = _chunkUYBCHXXLjs.getClientApiUrl; exports.getClientAppUrl = _chunkUYBCHXXLjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkUYBCHXXLjs.getClientTrackablePages; exports.getI18nLink = _chunkEW6QPMN3js.getI18nLink; exports.getStripePublishableKey = _chunkEW6QPMN3js.getStripePublishableKey; exports.getTrackablePages = _chunkEW6QPMN3js.getTrackablePages; exports.registerTableGenerator = _chunk6HQ6CPVLjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunk6HQ6CPVLjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunk6HQ6CPVLjs.useContentTableStructure; exports.useCustomD3Graph = _chunk6HQ6CPVLjs.useCustomD3Graph; exports.useDataListRetriever = _chunk6HQ6CPVLjs.useDataListRetriever; exports.useDebounce = _chunk6HQ6CPVLjs.useDebounce; exports.useI18nDateFnsLocale = _chunkEW6QPMN3js.useI18nDateFnsLocale; exports.useI18nLocale = _chunkEW6QPMN3js.useI18nLocale; exports.useI18nRouter = _chunkEW6QPMN3js.useI18nRouter; exports.useI18nTranslations = _chunkEW6QPMN3js.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunk6HQ6CPVLjs.useJsonApiGet; exports.useJsonApiMutation = _chunk6HQ6CPVLjs.useJsonApiMutation; exports.useNotificationSync = _chunk6HQ6CPVLjs.useNotificationSync; exports.useOAuthClient = _chunk6HQ6CPVLjs.useOAuthClient; exports.useOAuthClients = _chunk6HQ6CPVLjs.useOAuthClients; exports.useOAuthConsent = _chunk6HQ6CPVLjs.useOAuthConsent; exports.usePageTracker = _chunk6HQ6CPVLjs.usePageTracker; exports.usePageUrlGenerator = _chunk6HQ6CPVLjs.usePageUrlGenerator; exports.useRehydration = _chunk6HQ6CPVLjs.useRehydration; exports.useRehydrationList = _chunk6HQ6CPVLjs.useRehydrationList; exports.useRoleTableStructure = _chunk6HQ6CPVLjs.useRoleTableStructure; exports.useSocket = _chunk6HQ6CPVLjs.useSocket; exports.useSubscriptionStatus = _chunk6HQ6CPVLjs.useSubscriptionStatus; exports.useTableGenerator = _chunk6HQ6CPVLjs.useTableGenerator; exports.useUrlRewriter = _chunk6HQ6CPVLjs.useUrlRewriter; exports.useUserSearch = _chunk6HQ6CPVLjs.useUserSearch; exports.useUserTableStructure = _chunk6HQ6CPVLjs.useUserTableStructure;
|
|
121
121
|
//# sourceMappingURL=index.js.map
|
package/dist/client/index.mjs
CHANGED
package/dist/components/index.js
CHANGED
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
|
|
371
371
|
|
|
372
372
|
|
|
373
|
-
var
|
|
373
|
+
var _chunk6HQ6CPVLjs = require('../chunk-6HQ6CPVL.js');
|
|
374
374
|
require('../chunk-EW6QPMN3.js');
|
|
375
375
|
require('../chunk-UYBCHXXL.js');
|
|
376
376
|
require('../chunk-LXKSUWAV.js');
|
|
@@ -756,5 +756,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
756
756
|
|
|
757
757
|
|
|
758
758
|
|
|
759
|
-
exports.AcceptInvitation = _chunkXU4MY6OGjs.AcceptInvitation; exports.Accordion = _chunkXU4MY6OGjs.Accordion; exports.AccordionContent = _chunkXU4MY6OGjs.AccordionContent; exports.AccordionItem = _chunkXU4MY6OGjs.AccordionItem; exports.AccordionTrigger = _chunkXU4MY6OGjs.AccordionTrigger; exports.ActivateAccount = _chunkXU4MY6OGjs.ActivateAccount; exports.AddUserToRole = _chunkXU4MY6OGjs.AddUserToRole; exports.AdminCompanyContainer = _chunkXU4MY6OGjs.AdminCompanyContainer; exports.AdminUsersList = _chunkXU4MY6OGjs.AdminUsersList; exports.Alert = _chunkXU4MY6OGjs.Alert; exports.AlertAction = _chunkXU4MY6OGjs.AlertAction; exports.AlertDescription = _chunkXU4MY6OGjs.AlertDescription; exports.AlertDialog = _chunkXU4MY6OGjs.AlertDialog; exports.AlertDialogAction = _chunkXU4MY6OGjs.AlertDialogAction; exports.AlertDialogCancel = _chunkXU4MY6OGjs.AlertDialogCancel; exports.AlertDialogContent = _chunkXU4MY6OGjs.AlertDialogContent; exports.AlertDialogDescription = _chunkXU4MY6OGjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkXU4MY6OGjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkXU4MY6OGjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkXU4MY6OGjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkXU4MY6OGjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkXU4MY6OGjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkXU4MY6OGjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkXU4MY6OGjs.AlertDialogTrigger; exports.AlertTitle = _chunkXU4MY6OGjs.AlertTitle; exports.AllowedUsersDetails = _chunkXU4MY6OGjs.AllowedUsersDetails; exports.AttributeElement = _chunkXU4MY6OGjs.AttributeElement; exports.AuthContainer = _chunkXU4MY6OGjs.AuthContainer; exports.Avatar = _chunkXU4MY6OGjs.Avatar; exports.AvatarBadge = _chunkXU4MY6OGjs.AvatarBadge; exports.AvatarFallback = _chunkXU4MY6OGjs.AvatarFallback; exports.AvatarGroup = _chunkXU4MY6OGjs.AvatarGroup; exports.AvatarGroupCount = _chunkXU4MY6OGjs.AvatarGroupCount; exports.AvatarImage = _chunkXU4MY6OGjs.AvatarImage; exports.Badge = _chunkXU4MY6OGjs.Badge; exports.BlockNoteEditorContainer = _chunkXU4MY6OGjs.BlockNoteEditorContainer; exports.Board = _chunkXU4MY6OGjs.KanbanBoard; exports.Breadcrumb = _chunkXU4MY6OGjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkXU4MY6OGjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkXU4MY6OGjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkXU4MY6OGjs.BreadcrumbLink; exports.BreadcrumbList = _chunkXU4MY6OGjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkXU4MY6OGjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkXU4MY6OGjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkXU4MY6OGjs.BreadcrumbSeparator; exports.Button = _chunkXU4MY6OGjs.Button; exports.Calendar = _chunkXU4MY6OGjs.Calendar; exports.CalendarDayButton = _chunkXU4MY6OGjs.CalendarDayButton; exports.Card = _chunkXU4MY6OGjs.Card; exports.CardAction = _chunkXU4MY6OGjs.CardAction; exports.CardContent = _chunkXU4MY6OGjs.CardContent; exports.CardDescription = _chunkXU4MY6OGjs.CardDescription; exports.CardFooter = _chunkXU4MY6OGjs.CardFooter; exports.CardHeader = _chunkXU4MY6OGjs.CardHeader; exports.CardTitle = _chunkXU4MY6OGjs.CardTitle; exports.Carousel = _chunkXU4MY6OGjs.Carousel; exports.CarouselContent = _chunkXU4MY6OGjs.CarouselContent; exports.CarouselItem = _chunkXU4MY6OGjs.CarouselItem; exports.CarouselNext = _chunkXU4MY6OGjs.CarouselNext; exports.CarouselPrevious = _chunkXU4MY6OGjs.CarouselPrevious; exports.ChartContainer = _chunkXU4MY6OGjs.ChartContainer; exports.ChartLegend = _chunkXU4MY6OGjs.ChartLegend; exports.ChartLegendContent = _chunkXU4MY6OGjs.ChartLegendContent; exports.ChartStyle = _chunkXU4MY6OGjs.ChartStyle; exports.ChartTooltip = _chunkXU4MY6OGjs.ChartTooltip; exports.ChartTooltipContent = _chunkXU4MY6OGjs.ChartTooltipContent; exports.Checkbox = _chunkXU4MY6OGjs.Checkbox; exports.Collapsible = _chunkXU4MY6OGjs.Collapsible; exports.CollapsibleContent = _chunkXU4MY6OGjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkXU4MY6OGjs.CollapsibleTrigger; exports.Column = _chunkXU4MY6OGjs.KanbanColumn; exports.ColumnHandle = _chunkXU4MY6OGjs.KanbanColumnHandle; exports.Command = _chunkXU4MY6OGjs.Command; exports.CommandDialog = _chunkXU4MY6OGjs.CommandDialog; exports.CommandEmpty = _chunkXU4MY6OGjs.CommandEmpty; exports.CommandGroup = _chunkXU4MY6OGjs.CommandGroup; exports.CommandInput = _chunkXU4MY6OGjs.CommandInput; exports.CommandItem = _chunkXU4MY6OGjs.CommandItem; exports.CommandList = _chunkXU4MY6OGjs.CommandList; exports.CommandSeparator = _chunkXU4MY6OGjs.CommandSeparator; exports.CommandShortcut = _chunkXU4MY6OGjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkXU4MY6OGjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkXU4MY6OGjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkXU4MY6OGjs.CommonDeleter; exports.CommonEditorButtons = _chunkXU4MY6OGjs.CommonEditorButtons; exports.CommonEditorHeader = _chunkXU4MY6OGjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkXU4MY6OGjs.CommonEditorTrigger; exports.CompaniesList = _chunkXU4MY6OGjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkXU4MY6OGjs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunkXU4MY6OGjs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunkXU4MY6OGjs.CompanyContainer; exports.CompanyDeleter = _chunkXU4MY6OGjs.CompanyDeleter; exports.CompanyDetails = _chunkXU4MY6OGjs.CompanyDetails; exports.CompanyEditor = _chunkXU4MY6OGjs.CompanyEditor; exports.CompanyUsersList = _chunkXU4MY6OGjs.CompanyUsersList; exports.ContentListTable = _chunkXU4MY6OGjs.ContentListTable; exports.ContentTableSearch = _chunkXU4MY6OGjs.ContentTableSearch; exports.ContentTitle = _chunkXU4MY6OGjs.ContentTitle; exports.ContentsList = _chunkXU4MY6OGjs.ContentsList; exports.ContentsListById = _chunkXU4MY6OGjs.ContentsListById; exports.ContextMenu = _chunkXU4MY6OGjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkXU4MY6OGjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkXU4MY6OGjs.ContextMenuContent; exports.ContextMenuGroup = _chunkXU4MY6OGjs.ContextMenuGroup; exports.ContextMenuItem = _chunkXU4MY6OGjs.ContextMenuItem; exports.ContextMenuLabel = _chunkXU4MY6OGjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkXU4MY6OGjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkXU4MY6OGjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkXU4MY6OGjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkXU4MY6OGjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkXU4MY6OGjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkXU4MY6OGjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkXU4MY6OGjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkXU4MY6OGjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkXU4MY6OGjs.ContextMenuTrigger; exports.ContributorsList = _chunkXU4MY6OGjs.ContributorsList; exports.Cookies = _chunkXU4MY6OGjs.Cookies; exports.DatePickerPopover = _chunkXU4MY6OGjs.DatePickerPopover; exports.DateRangeSelector = _chunkXU4MY6OGjs.DateRangeSelector; exports.Dialog = _chunkXU4MY6OGjs.Dialog; exports.DialogClose = _chunkXU4MY6OGjs.DialogClose; exports.DialogContent = _chunkXU4MY6OGjs.DialogContent; exports.DialogDescription = _chunkXU4MY6OGjs.DialogDescription; exports.DialogFooter = _chunkXU4MY6OGjs.DialogFooter; exports.DialogHeader = _chunkXU4MY6OGjs.DialogHeader; exports.DialogOverlay = _chunkXU4MY6OGjs.DialogOverlay; exports.DialogPortal = _chunkXU4MY6OGjs.DialogPortal; exports.DialogTitle = _chunkXU4MY6OGjs.DialogTitle; exports.DialogTrigger = _chunkXU4MY6OGjs.DialogTrigger; exports.Drawer = _chunkXU4MY6OGjs.Drawer; exports.DrawerClose = _chunkXU4MY6OGjs.DrawerClose; exports.DrawerContent = _chunkXU4MY6OGjs.DrawerContent; exports.DrawerDescription = _chunkXU4MY6OGjs.DrawerDescription; exports.DrawerFooter = _chunkXU4MY6OGjs.DrawerFooter; exports.DrawerHeader = _chunkXU4MY6OGjs.DrawerHeader; exports.DrawerOverlay = _chunkXU4MY6OGjs.DrawerOverlay; exports.DrawerPortal = _chunkXU4MY6OGjs.DrawerPortal; exports.DrawerTitle = _chunkXU4MY6OGjs.DrawerTitle; exports.DrawerTrigger = _chunkXU4MY6OGjs.DrawerTrigger; exports.DropdownMenu = _chunkXU4MY6OGjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkXU4MY6OGjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkXU4MY6OGjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkXU4MY6OGjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkXU4MY6OGjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkXU4MY6OGjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkXU4MY6OGjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkXU4MY6OGjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkXU4MY6OGjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkXU4MY6OGjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkXU4MY6OGjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkXU4MY6OGjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkXU4MY6OGjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkXU4MY6OGjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkXU4MY6OGjs.DropdownMenuTrigger; exports.ErrorDetails = _chunkXU4MY6OGjs.ErrorDetails; exports.Field = _chunkXU4MY6OGjs.Field; exports.FieldContent = _chunkXU4MY6OGjs.FieldContent; exports.FieldDescription = _chunkXU4MY6OGjs.FieldDescription; exports.FieldError = _chunkXU4MY6OGjs.FieldError; exports.FieldGroup = _chunkXU4MY6OGjs.FieldGroup; exports.FieldLabel = _chunkXU4MY6OGjs.FieldLabel; exports.FieldLegend = _chunkXU4MY6OGjs.FieldLegend; exports.FieldSeparator = _chunkXU4MY6OGjs.FieldSeparator; exports.FieldSet = _chunkXU4MY6OGjs.FieldSet; exports.FieldTitle = _chunkXU4MY6OGjs.FieldTitle; exports.FileInput = _chunkXU4MY6OGjs.FileInput; exports.FileUploader = _chunkXU4MY6OGjs.FileUploader; exports.FileUploaderContent = _chunkXU4MY6OGjs.FileUploaderContent; exports.FileUploaderItem = _chunkXU4MY6OGjs.FileUploaderItem; exports.ForgotPassword = _chunkXU4MY6OGjs.ForgotPassword; exports.Form = _chunkXU4MY6OGjs.Form; exports.FormCheckbox = _chunkXU4MY6OGjs.FormCheckbox; exports.FormDate = _chunkXU4MY6OGjs.FormDate; exports.FormDateTime = _chunkXU4MY6OGjs.FormDateTime; exports.FormFeatures = _chunkXU4MY6OGjs.FormFeatures; exports.FormFieldWrapper = _chunkXU4MY6OGjs.FormFieldWrapper; exports.FormInput = _chunkXU4MY6OGjs.FormInput; exports.FormPassword = _chunkXU4MY6OGjs.FormPassword; exports.FormPlaceAutocomplete = _chunkXU4MY6OGjs.FormPlaceAutocomplete; exports.FormRoles = _chunkXU4MY6OGjs.FormRoles; exports.FormSelect = _chunkXU4MY6OGjs.FormSelect; exports.FormSlider = _chunkXU4MY6OGjs.FormSlider; exports.FormSwitch = _chunkXU4MY6OGjs.FormSwitch; exports.FormTextarea = _chunkXU4MY6OGjs.FormTextarea; exports.Header = _chunkXU4MY6OGjs.Header; exports.HoverCard = _chunkXU4MY6OGjs.HoverCard; exports.HoverCardContent = _chunkXU4MY6OGjs.HoverCardContent; exports.HoverCardTrigger = _chunkXU4MY6OGjs.HoverCardTrigger; exports.Input = _chunkXU4MY6OGjs.Input; exports.InputGroup = _chunkXU4MY6OGjs.InputGroup; exports.InputGroupAddon = _chunkXU4MY6OGjs.InputGroupAddon; exports.InputGroupButton = _chunkXU4MY6OGjs.InputGroupButton; exports.InputGroupInput = _chunkXU4MY6OGjs.InputGroupInput; exports.InputGroupText = _chunkXU4MY6OGjs.InputGroupText; exports.InputGroupTextarea = _chunkXU4MY6OGjs.InputGroupTextarea; exports.InputOTP = _chunkXU4MY6OGjs.InputOTP; exports.InputOTPGroup = _chunkXU4MY6OGjs.InputOTPGroup; exports.InputOTPSeparator = _chunkXU4MY6OGjs.InputOTPSeparator; exports.InputOTPSlot = _chunkXU4MY6OGjs.InputOTPSlot; exports.Item = _chunkXU4MY6OGjs.KanbanItem; exports.ItemHandle = _chunkXU4MY6OGjs.KanbanItemHandle; exports.Kanban = _chunkXU4MY6OGjs.KanbanRoot; exports.KanbanBoard = _chunkXU4MY6OGjs.KanbanBoard; exports.KanbanColumn = _chunkXU4MY6OGjs.KanbanColumn; exports.KanbanColumnHandle = _chunkXU4MY6OGjs.KanbanColumnHandle; exports.KanbanItem = _chunkXU4MY6OGjs.KanbanItem; exports.KanbanItemHandle = _chunkXU4MY6OGjs.KanbanItemHandle; exports.KanbanOverlay = _chunkXU4MY6OGjs.KanbanOverlay; exports.Label = _chunkXU4MY6OGjs.Label; exports.LandingComponent = _chunkXU4MY6OGjs.LandingComponent; exports.Link = _chunkXU4MY6OGjs.Link; exports.Login = _chunkXU4MY6OGjs.Login; exports.Logout = _chunkXU4MY6OGjs.Logout; exports.ModeToggleSwitch = _chunkXU4MY6OGjs.ModeToggleSwitch; exports.MultiSelect = _chunkXU4MY6OGjs.MultiSelect; exports.NavigationMenu = _chunkXU4MY6OGjs.NavigationMenu; exports.NavigationMenuContent = _chunkXU4MY6OGjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkXU4MY6OGjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkXU4MY6OGjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkXU4MY6OGjs.NavigationMenuLink; exports.NavigationMenuList = _chunkXU4MY6OGjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkXU4MY6OGjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkXU4MY6OGjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkXU4MY6OGjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkXU4MY6OGjs.NotificationMenuItem; exports.NotificationModal = _chunkXU4MY6OGjs.NotificationModal; exports.NotificationToast = _chunkXU4MY6OGjs.NotificationToast; exports.NotificationsList = _chunkXU4MY6OGjs.NotificationsList; exports.NotificationsListContainer = _chunkXU4MY6OGjs.NotificationsListContainer; exports.OAuthClientCard = _chunkXU4MY6OGjs.OAuthClientCard; exports.OAuthClientDetail = _chunkXU4MY6OGjs.OAuthClientDetail; exports.OAuthClientForm = _chunkXU4MY6OGjs.OAuthClientForm; exports.OAuthClientList = _chunkXU4MY6OGjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkXU4MY6OGjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkXU4MY6OGjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkXU4MY6OGjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkXU4MY6OGjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkXU4MY6OGjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkXU4MY6OGjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkXU4MY6OGjs.OAuthScopeSelector; exports.Overlay = _chunkXU4MY6OGjs.KanbanOverlay; exports.PageContainer = _chunkXU4MY6OGjs.PageContainer; exports.PageContainerContentDetails = _chunkXU4MY6OGjs.PageContainerContentDetails; exports.PageContentContainer = _chunkXU4MY6OGjs.PageContentContainer; exports.PageSection = _chunkXU4MY6OGjs.PageSection; exports.PasswordInput = _chunkXU4MY6OGjs.PasswordInput; exports.Popover = _chunkXU4MY6OGjs.Popover; exports.PopoverContent = _chunkXU4MY6OGjs.PopoverContent; exports.PopoverDescription = _chunkXU4MY6OGjs.PopoverDescription; exports.PopoverHeader = _chunkXU4MY6OGjs.PopoverHeader; exports.PopoverTitle = _chunkXU4MY6OGjs.PopoverTitle; exports.PopoverTrigger = _chunkXU4MY6OGjs.PopoverTrigger; exports.Progress = _chunkXU4MY6OGjs.Progress; exports.ProgressIndicator = _chunkXU4MY6OGjs.ProgressIndicator; exports.ProgressLabel = _chunkXU4MY6OGjs.ProgressLabel; exports.ProgressTrack = _chunkXU4MY6OGjs.ProgressTrack; exports.ProgressValue = _chunkXU4MY6OGjs.ProgressValue; exports.PushNotificationProvider = _chunkXU4MY6OGjs.PushNotificationProvider; exports.RadioGroup = _chunkXU4MY6OGjs.RadioGroup; exports.RadioGroupItem = _chunkXU4MY6OGjs.RadioGroupItem; exports.ReactMarkdownContainer = _chunkXU4MY6OGjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkXU4MY6OGjs.RecentPagesNavigator; exports.RefreshUser = _chunkXU4MY6OGjs.RefreshUser; exports.RelevantContentsList = _chunkXU4MY6OGjs.RelevantContentsList; exports.RelevantUsersList = _chunkXU4MY6OGjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkXU4MY6OGjs.RemoveUserFromRole; exports.ResetPassword = _chunkXU4MY6OGjs.ResetPassword; exports.ResizableHandle = _chunkXU4MY6OGjs.ResizableHandle; exports.ResizablePanel = _chunkXU4MY6OGjs.ResizablePanel; exports.ResizablePanelGroup = _chunkXU4MY6OGjs.ResizablePanelGroup; exports.RoleContainer = _chunkXU4MY6OGjs.RoleContainer; exports.RoleDetails = _chunkXU4MY6OGjs.RoleDetails; exports.RoleUsersList = _chunkXU4MY6OGjs.RoleUsersList; exports.RolesList = _chunkXU4MY6OGjs.RolesList; exports.Root = _chunkXU4MY6OGjs.KanbanRoot; exports.ScrollArea = _chunkXU4MY6OGjs.ScrollArea; exports.ScrollBar = _chunkXU4MY6OGjs.ScrollBar; exports.Select = _chunkXU4MY6OGjs.Select; exports.SelectContent = _chunkXU4MY6OGjs.SelectContent; exports.SelectGroup = _chunkXU4MY6OGjs.SelectGroup; exports.SelectItem = _chunkXU4MY6OGjs.SelectItem; exports.SelectLabel = _chunkXU4MY6OGjs.SelectLabel; exports.SelectScrollDownButton = _chunkXU4MY6OGjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkXU4MY6OGjs.SelectScrollUpButton; exports.SelectSeparator = _chunkXU4MY6OGjs.SelectSeparator; exports.SelectTrigger = _chunkXU4MY6OGjs.SelectTrigger; exports.SelectValue = _chunkXU4MY6OGjs.SelectValue; exports.Separator = _chunkXU4MY6OGjs.Separator; exports.Sheet = _chunkXU4MY6OGjs.Sheet; exports.SheetClose = _chunkXU4MY6OGjs.SheetClose; exports.SheetContent = _chunkXU4MY6OGjs.SheetContent; exports.SheetDescription = _chunkXU4MY6OGjs.SheetDescription; exports.SheetFooter = _chunkXU4MY6OGjs.SheetFooter; exports.SheetHeader = _chunkXU4MY6OGjs.SheetHeader; exports.SheetTitle = _chunkXU4MY6OGjs.SheetTitle; exports.SheetTrigger = _chunkXU4MY6OGjs.SheetTrigger; exports.Sidebar = _chunkXU4MY6OGjs.Sidebar; exports.SidebarContent = _chunkXU4MY6OGjs.SidebarContent; exports.SidebarFooter = _chunkXU4MY6OGjs.SidebarFooter; exports.SidebarGroup = _chunkXU4MY6OGjs.SidebarGroup; exports.SidebarGroupAction = _chunkXU4MY6OGjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkXU4MY6OGjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkXU4MY6OGjs.SidebarGroupLabel; exports.SidebarHeader = _chunkXU4MY6OGjs.SidebarHeader; exports.SidebarInput = _chunkXU4MY6OGjs.SidebarInput; exports.SidebarInset = _chunkXU4MY6OGjs.SidebarInset; exports.SidebarMenu = _chunkXU4MY6OGjs.SidebarMenu; exports.SidebarMenuAction = _chunkXU4MY6OGjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkXU4MY6OGjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkXU4MY6OGjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkXU4MY6OGjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkXU4MY6OGjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkXU4MY6OGjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkXU4MY6OGjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkXU4MY6OGjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkXU4MY6OGjs.SidebarProvider; exports.SidebarRail = _chunkXU4MY6OGjs.SidebarRail; exports.SidebarSeparator = _chunkXU4MY6OGjs.SidebarSeparator; exports.SidebarTrigger = _chunkXU4MY6OGjs.SidebarTrigger; exports.Skeleton = _chunkXU4MY6OGjs.Skeleton; exports.Slider = _chunkXU4MY6OGjs.Slider; exports.Switch = _chunkXU4MY6OGjs.Switch; exports.Table = _chunkXU4MY6OGjs.Table; exports.TableBody = _chunkXU4MY6OGjs.TableBody; exports.TableCaption = _chunkXU4MY6OGjs.TableCaption; exports.TableCell = _chunkXU4MY6OGjs.TableCell; exports.TableFooter = _chunkXU4MY6OGjs.TableFooter; exports.TableHead = _chunkXU4MY6OGjs.TableHead; exports.TableHeader = _chunkXU4MY6OGjs.TableHeader; exports.TableRow = _chunkXU4MY6OGjs.TableRow; exports.Tabs = _chunkXU4MY6OGjs.Tabs; exports.TabsContainer = _chunkXU4MY6OGjs.TabsContainer; exports.TabsContent = _chunkXU4MY6OGjs.TabsContent; exports.TabsList = _chunkXU4MY6OGjs.TabsList; exports.TabsTrigger = _chunkXU4MY6OGjs.TabsTrigger; exports.Textarea = _chunkXU4MY6OGjs.Textarea; exports.Toaster = _chunkXU4MY6OGjs.Toaster; exports.Toggle = _chunkXU4MY6OGjs.Toggle; exports.TokenStatusIndicator = _chunkXU4MY6OGjs.TokenStatusIndicator; exports.Tooltip = _chunkXU4MY6OGjs.Tooltip; exports.TooltipContent = _chunkXU4MY6OGjs.TooltipContent; exports.TooltipProvider = _chunkXU4MY6OGjs.TooltipProvider; exports.TooltipTrigger = _chunkXU4MY6OGjs.TooltipTrigger; exports.UserAvatar = _chunkXU4MY6OGjs.UserAvatar; exports.UserAvatarEditor = _chunkXU4MY6OGjs.UserAvatarEditor; exports.UserContainer = _chunkXU4MY6OGjs.UserContainer; exports.UserDeleter = _chunkXU4MY6OGjs.UserDeleter; exports.UserDetails = _chunkXU4MY6OGjs.UserDetails; exports.UserEditor = _chunkXU4MY6OGjs.UserEditor; exports.UserIndexContainer = _chunkXU4MY6OGjs.UserIndexContainer; exports.UserIndexDetails = _chunkXU4MY6OGjs.UserIndexDetails; exports.UserListInAdd = _chunkXU4MY6OGjs.UserListInAdd; exports.UserMultiSelect = _chunkXU4MY6OGjs.UserMultiSelect; exports.UserReactivator = _chunkXU4MY6OGjs.UserReactivator; exports.UserResentInvitationEmail = _chunkXU4MY6OGjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkXU4MY6OGjs.UserRoleAdd; exports.UserRolesList = _chunkXU4MY6OGjs.UserRolesList; exports.UserSelector = _chunkXU4MY6OGjs.UserSelector; exports.UsersList = _chunkXU4MY6OGjs.UsersList; exports.UsersListByContentIds = _chunkXU4MY6OGjs.UsersListByContentIds; exports.UsersListContainer = _chunkXU4MY6OGjs.UsersListContainer; exports.badgeVariants = _chunkXU4MY6OGjs.badgeVariants; exports.buttonVariants = _chunkXU4MY6OGjs.buttonVariants; exports.cellComponent = _chunkXU4MY6OGjs.cellComponent; exports.cellDate = _chunkXU4MY6OGjs.cellDate; exports.cellId = _chunkXU4MY6OGjs.cellId; exports.cellLink = _chunkXU4MY6OGjs.cellLink; exports.cellUrl = _chunkXU4MY6OGjs.cellUrl; exports.errorToast = _chunkXU4MY6OGjs.errorToast; exports.generateNotificationData = _chunkXU4MY6OGjs.generateNotificationData; exports.navigationMenuTriggerStyle = _chunkXU4MY6OGjs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunkXU4MY6OGjs.tabsListVariants; exports.toggleVariants = _chunkXU4MY6OGjs.toggleVariants; exports.triggerAssociationToast = _chunkXU4MY6OGjs.triggerAssociationToast; exports.useCarousel = _chunkXU4MY6OGjs.useCarousel; exports.useFileUpload = _chunkXU4MY6OGjs.useFileUpload; exports.useSidebar = _chunkXU4MY6OGjs.useSidebar;
|
|
759
|
+
exports.AcceptInvitation = _chunk6HQ6CPVLjs.AcceptInvitation; exports.Accordion = _chunk6HQ6CPVLjs.Accordion; exports.AccordionContent = _chunk6HQ6CPVLjs.AccordionContent; exports.AccordionItem = _chunk6HQ6CPVLjs.AccordionItem; exports.AccordionTrigger = _chunk6HQ6CPVLjs.AccordionTrigger; exports.ActivateAccount = _chunk6HQ6CPVLjs.ActivateAccount; exports.AddUserToRole = _chunk6HQ6CPVLjs.AddUserToRole; exports.AdminCompanyContainer = _chunk6HQ6CPVLjs.AdminCompanyContainer; exports.AdminUsersList = _chunk6HQ6CPVLjs.AdminUsersList; exports.Alert = _chunk6HQ6CPVLjs.Alert; exports.AlertAction = _chunk6HQ6CPVLjs.AlertAction; exports.AlertDescription = _chunk6HQ6CPVLjs.AlertDescription; exports.AlertDialog = _chunk6HQ6CPVLjs.AlertDialog; exports.AlertDialogAction = _chunk6HQ6CPVLjs.AlertDialogAction; exports.AlertDialogCancel = _chunk6HQ6CPVLjs.AlertDialogCancel; exports.AlertDialogContent = _chunk6HQ6CPVLjs.AlertDialogContent; exports.AlertDialogDescription = _chunk6HQ6CPVLjs.AlertDialogDescription; exports.AlertDialogFooter = _chunk6HQ6CPVLjs.AlertDialogFooter; exports.AlertDialogHeader = _chunk6HQ6CPVLjs.AlertDialogHeader; exports.AlertDialogMedia = _chunk6HQ6CPVLjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunk6HQ6CPVLjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunk6HQ6CPVLjs.AlertDialogPortal; exports.AlertDialogTitle = _chunk6HQ6CPVLjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunk6HQ6CPVLjs.AlertDialogTrigger; exports.AlertTitle = _chunk6HQ6CPVLjs.AlertTitle; exports.AllowedUsersDetails = _chunk6HQ6CPVLjs.AllowedUsersDetails; exports.AttributeElement = _chunk6HQ6CPVLjs.AttributeElement; exports.AuthContainer = _chunk6HQ6CPVLjs.AuthContainer; exports.Avatar = _chunk6HQ6CPVLjs.Avatar; exports.AvatarBadge = _chunk6HQ6CPVLjs.AvatarBadge; exports.AvatarFallback = _chunk6HQ6CPVLjs.AvatarFallback; exports.AvatarGroup = _chunk6HQ6CPVLjs.AvatarGroup; exports.AvatarGroupCount = _chunk6HQ6CPVLjs.AvatarGroupCount; exports.AvatarImage = _chunk6HQ6CPVLjs.AvatarImage; exports.Badge = _chunk6HQ6CPVLjs.Badge; exports.BlockNoteEditorContainer = _chunk6HQ6CPVLjs.BlockNoteEditorContainer; exports.Board = _chunk6HQ6CPVLjs.KanbanBoard; exports.Breadcrumb = _chunk6HQ6CPVLjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunk6HQ6CPVLjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunk6HQ6CPVLjs.BreadcrumbItem; exports.BreadcrumbLink = _chunk6HQ6CPVLjs.BreadcrumbLink; exports.BreadcrumbList = _chunk6HQ6CPVLjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunk6HQ6CPVLjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunk6HQ6CPVLjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunk6HQ6CPVLjs.BreadcrumbSeparator; exports.Button = _chunk6HQ6CPVLjs.Button; exports.Calendar = _chunk6HQ6CPVLjs.Calendar; exports.CalendarDayButton = _chunk6HQ6CPVLjs.CalendarDayButton; exports.Card = _chunk6HQ6CPVLjs.Card; exports.CardAction = _chunk6HQ6CPVLjs.CardAction; exports.CardContent = _chunk6HQ6CPVLjs.CardContent; exports.CardDescription = _chunk6HQ6CPVLjs.CardDescription; exports.CardFooter = _chunk6HQ6CPVLjs.CardFooter; exports.CardHeader = _chunk6HQ6CPVLjs.CardHeader; exports.CardTitle = _chunk6HQ6CPVLjs.CardTitle; exports.Carousel = _chunk6HQ6CPVLjs.Carousel; exports.CarouselContent = _chunk6HQ6CPVLjs.CarouselContent; exports.CarouselItem = _chunk6HQ6CPVLjs.CarouselItem; exports.CarouselNext = _chunk6HQ6CPVLjs.CarouselNext; exports.CarouselPrevious = _chunk6HQ6CPVLjs.CarouselPrevious; exports.ChartContainer = _chunk6HQ6CPVLjs.ChartContainer; exports.ChartLegend = _chunk6HQ6CPVLjs.ChartLegend; exports.ChartLegendContent = _chunk6HQ6CPVLjs.ChartLegendContent; exports.ChartStyle = _chunk6HQ6CPVLjs.ChartStyle; exports.ChartTooltip = _chunk6HQ6CPVLjs.ChartTooltip; exports.ChartTooltipContent = _chunk6HQ6CPVLjs.ChartTooltipContent; exports.Checkbox = _chunk6HQ6CPVLjs.Checkbox; exports.Collapsible = _chunk6HQ6CPVLjs.Collapsible; exports.CollapsibleContent = _chunk6HQ6CPVLjs.CollapsibleContent; exports.CollapsibleTrigger = _chunk6HQ6CPVLjs.CollapsibleTrigger; exports.Column = _chunk6HQ6CPVLjs.KanbanColumn; exports.ColumnHandle = _chunk6HQ6CPVLjs.KanbanColumnHandle; exports.Command = _chunk6HQ6CPVLjs.Command; exports.CommandDialog = _chunk6HQ6CPVLjs.CommandDialog; exports.CommandEmpty = _chunk6HQ6CPVLjs.CommandEmpty; exports.CommandGroup = _chunk6HQ6CPVLjs.CommandGroup; exports.CommandInput = _chunk6HQ6CPVLjs.CommandInput; exports.CommandItem = _chunk6HQ6CPVLjs.CommandItem; exports.CommandList = _chunk6HQ6CPVLjs.CommandList; exports.CommandSeparator = _chunk6HQ6CPVLjs.CommandSeparator; exports.CommandShortcut = _chunk6HQ6CPVLjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunk6HQ6CPVLjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunk6HQ6CPVLjs.CommonAssociationTrigger; exports.CommonDeleter = _chunk6HQ6CPVLjs.CommonDeleter; exports.CommonEditorButtons = _chunk6HQ6CPVLjs.CommonEditorButtons; exports.CommonEditorHeader = _chunk6HQ6CPVLjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunk6HQ6CPVLjs.CommonEditorTrigger; exports.CompaniesList = _chunk6HQ6CPVLjs.CompaniesList; exports.CompanyConfigurationEditor = _chunk6HQ6CPVLjs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunk6HQ6CPVLjs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunk6HQ6CPVLjs.CompanyContainer; exports.CompanyDeleter = _chunk6HQ6CPVLjs.CompanyDeleter; exports.CompanyDetails = _chunk6HQ6CPVLjs.CompanyDetails; exports.CompanyEditor = _chunk6HQ6CPVLjs.CompanyEditor; exports.CompanyUsersList = _chunk6HQ6CPVLjs.CompanyUsersList; exports.ContentListTable = _chunk6HQ6CPVLjs.ContentListTable; exports.ContentTableSearch = _chunk6HQ6CPVLjs.ContentTableSearch; exports.ContentTitle = _chunk6HQ6CPVLjs.ContentTitle; exports.ContentsList = _chunk6HQ6CPVLjs.ContentsList; exports.ContentsListById = _chunk6HQ6CPVLjs.ContentsListById; exports.ContextMenu = _chunk6HQ6CPVLjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunk6HQ6CPVLjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunk6HQ6CPVLjs.ContextMenuContent; exports.ContextMenuGroup = _chunk6HQ6CPVLjs.ContextMenuGroup; exports.ContextMenuItem = _chunk6HQ6CPVLjs.ContextMenuItem; exports.ContextMenuLabel = _chunk6HQ6CPVLjs.ContextMenuLabel; exports.ContextMenuPortal = _chunk6HQ6CPVLjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunk6HQ6CPVLjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunk6HQ6CPVLjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunk6HQ6CPVLjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunk6HQ6CPVLjs.ContextMenuShortcut; exports.ContextMenuSub = _chunk6HQ6CPVLjs.ContextMenuSub; exports.ContextMenuSubContent = _chunk6HQ6CPVLjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunk6HQ6CPVLjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunk6HQ6CPVLjs.ContextMenuTrigger; exports.ContributorsList = _chunk6HQ6CPVLjs.ContributorsList; exports.Cookies = _chunk6HQ6CPVLjs.Cookies; exports.DatePickerPopover = _chunk6HQ6CPVLjs.DatePickerPopover; exports.DateRangeSelector = _chunk6HQ6CPVLjs.DateRangeSelector; exports.Dialog = _chunk6HQ6CPVLjs.Dialog; exports.DialogClose = _chunk6HQ6CPVLjs.DialogClose; exports.DialogContent = _chunk6HQ6CPVLjs.DialogContent; exports.DialogDescription = _chunk6HQ6CPVLjs.DialogDescription; exports.DialogFooter = _chunk6HQ6CPVLjs.DialogFooter; exports.DialogHeader = _chunk6HQ6CPVLjs.DialogHeader; exports.DialogOverlay = _chunk6HQ6CPVLjs.DialogOverlay; exports.DialogPortal = _chunk6HQ6CPVLjs.DialogPortal; exports.DialogTitle = _chunk6HQ6CPVLjs.DialogTitle; exports.DialogTrigger = _chunk6HQ6CPVLjs.DialogTrigger; exports.Drawer = _chunk6HQ6CPVLjs.Drawer; exports.DrawerClose = _chunk6HQ6CPVLjs.DrawerClose; exports.DrawerContent = _chunk6HQ6CPVLjs.DrawerContent; exports.DrawerDescription = _chunk6HQ6CPVLjs.DrawerDescription; exports.DrawerFooter = _chunk6HQ6CPVLjs.DrawerFooter; exports.DrawerHeader = _chunk6HQ6CPVLjs.DrawerHeader; exports.DrawerOverlay = _chunk6HQ6CPVLjs.DrawerOverlay; exports.DrawerPortal = _chunk6HQ6CPVLjs.DrawerPortal; exports.DrawerTitle = _chunk6HQ6CPVLjs.DrawerTitle; exports.DrawerTrigger = _chunk6HQ6CPVLjs.DrawerTrigger; exports.DropdownMenu = _chunk6HQ6CPVLjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunk6HQ6CPVLjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunk6HQ6CPVLjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunk6HQ6CPVLjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunk6HQ6CPVLjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunk6HQ6CPVLjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunk6HQ6CPVLjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunk6HQ6CPVLjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunk6HQ6CPVLjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunk6HQ6CPVLjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunk6HQ6CPVLjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunk6HQ6CPVLjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunk6HQ6CPVLjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunk6HQ6CPVLjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunk6HQ6CPVLjs.DropdownMenuTrigger; exports.ErrorDetails = _chunk6HQ6CPVLjs.ErrorDetails; exports.Field = _chunk6HQ6CPVLjs.Field; exports.FieldContent = _chunk6HQ6CPVLjs.FieldContent; exports.FieldDescription = _chunk6HQ6CPVLjs.FieldDescription; exports.FieldError = _chunk6HQ6CPVLjs.FieldError; exports.FieldGroup = _chunk6HQ6CPVLjs.FieldGroup; exports.FieldLabel = _chunk6HQ6CPVLjs.FieldLabel; exports.FieldLegend = _chunk6HQ6CPVLjs.FieldLegend; exports.FieldSeparator = _chunk6HQ6CPVLjs.FieldSeparator; exports.FieldSet = _chunk6HQ6CPVLjs.FieldSet; exports.FieldTitle = _chunk6HQ6CPVLjs.FieldTitle; exports.FileInput = _chunk6HQ6CPVLjs.FileInput; exports.FileUploader = _chunk6HQ6CPVLjs.FileUploader; exports.FileUploaderContent = _chunk6HQ6CPVLjs.FileUploaderContent; exports.FileUploaderItem = _chunk6HQ6CPVLjs.FileUploaderItem; exports.ForgotPassword = _chunk6HQ6CPVLjs.ForgotPassword; exports.Form = _chunk6HQ6CPVLjs.Form; exports.FormCheckbox = _chunk6HQ6CPVLjs.FormCheckbox; exports.FormDate = _chunk6HQ6CPVLjs.FormDate; exports.FormDateTime = _chunk6HQ6CPVLjs.FormDateTime; exports.FormFeatures = _chunk6HQ6CPVLjs.FormFeatures; exports.FormFieldWrapper = _chunk6HQ6CPVLjs.FormFieldWrapper; exports.FormInput = _chunk6HQ6CPVLjs.FormInput; exports.FormPassword = _chunk6HQ6CPVLjs.FormPassword; exports.FormPlaceAutocomplete = _chunk6HQ6CPVLjs.FormPlaceAutocomplete; exports.FormRoles = _chunk6HQ6CPVLjs.FormRoles; exports.FormSelect = _chunk6HQ6CPVLjs.FormSelect; exports.FormSlider = _chunk6HQ6CPVLjs.FormSlider; exports.FormSwitch = _chunk6HQ6CPVLjs.FormSwitch; exports.FormTextarea = _chunk6HQ6CPVLjs.FormTextarea; exports.Header = _chunk6HQ6CPVLjs.Header; exports.HoverCard = _chunk6HQ6CPVLjs.HoverCard; exports.HoverCardContent = _chunk6HQ6CPVLjs.HoverCardContent; exports.HoverCardTrigger = _chunk6HQ6CPVLjs.HoverCardTrigger; exports.Input = _chunk6HQ6CPVLjs.Input; exports.InputGroup = _chunk6HQ6CPVLjs.InputGroup; exports.InputGroupAddon = _chunk6HQ6CPVLjs.InputGroupAddon; exports.InputGroupButton = _chunk6HQ6CPVLjs.InputGroupButton; exports.InputGroupInput = _chunk6HQ6CPVLjs.InputGroupInput; exports.InputGroupText = _chunk6HQ6CPVLjs.InputGroupText; exports.InputGroupTextarea = _chunk6HQ6CPVLjs.InputGroupTextarea; exports.InputOTP = _chunk6HQ6CPVLjs.InputOTP; exports.InputOTPGroup = _chunk6HQ6CPVLjs.InputOTPGroup; exports.InputOTPSeparator = _chunk6HQ6CPVLjs.InputOTPSeparator; exports.InputOTPSlot = _chunk6HQ6CPVLjs.InputOTPSlot; exports.Item = _chunk6HQ6CPVLjs.KanbanItem; exports.ItemHandle = _chunk6HQ6CPVLjs.KanbanItemHandle; exports.Kanban = _chunk6HQ6CPVLjs.KanbanRoot; exports.KanbanBoard = _chunk6HQ6CPVLjs.KanbanBoard; exports.KanbanColumn = _chunk6HQ6CPVLjs.KanbanColumn; exports.KanbanColumnHandle = _chunk6HQ6CPVLjs.KanbanColumnHandle; exports.KanbanItem = _chunk6HQ6CPVLjs.KanbanItem; exports.KanbanItemHandle = _chunk6HQ6CPVLjs.KanbanItemHandle; exports.KanbanOverlay = _chunk6HQ6CPVLjs.KanbanOverlay; exports.Label = _chunk6HQ6CPVLjs.Label; exports.LandingComponent = _chunk6HQ6CPVLjs.LandingComponent; exports.Link = _chunk6HQ6CPVLjs.Link; exports.Login = _chunk6HQ6CPVLjs.Login; exports.Logout = _chunk6HQ6CPVLjs.Logout; exports.ModeToggleSwitch = _chunk6HQ6CPVLjs.ModeToggleSwitch; exports.MultiSelect = _chunk6HQ6CPVLjs.MultiSelect; exports.NavigationMenu = _chunk6HQ6CPVLjs.NavigationMenu; exports.NavigationMenuContent = _chunk6HQ6CPVLjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunk6HQ6CPVLjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunk6HQ6CPVLjs.NavigationMenuItem; exports.NavigationMenuLink = _chunk6HQ6CPVLjs.NavigationMenuLink; exports.NavigationMenuList = _chunk6HQ6CPVLjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunk6HQ6CPVLjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunk6HQ6CPVLjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunk6HQ6CPVLjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunk6HQ6CPVLjs.NotificationMenuItem; exports.NotificationModal = _chunk6HQ6CPVLjs.NotificationModal; exports.NotificationToast = _chunk6HQ6CPVLjs.NotificationToast; exports.NotificationsList = _chunk6HQ6CPVLjs.NotificationsList; exports.NotificationsListContainer = _chunk6HQ6CPVLjs.NotificationsListContainer; exports.OAuthClientCard = _chunk6HQ6CPVLjs.OAuthClientCard; exports.OAuthClientDetail = _chunk6HQ6CPVLjs.OAuthClientDetail; exports.OAuthClientForm = _chunk6HQ6CPVLjs.OAuthClientForm; exports.OAuthClientList = _chunk6HQ6CPVLjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunk6HQ6CPVLjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunk6HQ6CPVLjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunk6HQ6CPVLjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunk6HQ6CPVLjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunk6HQ6CPVLjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunk6HQ6CPVLjs.OAuthScopeList; exports.OAuthScopeSelector = _chunk6HQ6CPVLjs.OAuthScopeSelector; exports.Overlay = _chunk6HQ6CPVLjs.KanbanOverlay; exports.PageContainer = _chunk6HQ6CPVLjs.PageContainer; exports.PageContainerContentDetails = _chunk6HQ6CPVLjs.PageContainerContentDetails; exports.PageContentContainer = _chunk6HQ6CPVLjs.PageContentContainer; exports.PageSection = _chunk6HQ6CPVLjs.PageSection; exports.PasswordInput = _chunk6HQ6CPVLjs.PasswordInput; exports.Popover = _chunk6HQ6CPVLjs.Popover; exports.PopoverContent = _chunk6HQ6CPVLjs.PopoverContent; exports.PopoverDescription = _chunk6HQ6CPVLjs.PopoverDescription; exports.PopoverHeader = _chunk6HQ6CPVLjs.PopoverHeader; exports.PopoverTitle = _chunk6HQ6CPVLjs.PopoverTitle; exports.PopoverTrigger = _chunk6HQ6CPVLjs.PopoverTrigger; exports.Progress = _chunk6HQ6CPVLjs.Progress; exports.ProgressIndicator = _chunk6HQ6CPVLjs.ProgressIndicator; exports.ProgressLabel = _chunk6HQ6CPVLjs.ProgressLabel; exports.ProgressTrack = _chunk6HQ6CPVLjs.ProgressTrack; exports.ProgressValue = _chunk6HQ6CPVLjs.ProgressValue; exports.PushNotificationProvider = _chunk6HQ6CPVLjs.PushNotificationProvider; exports.RadioGroup = _chunk6HQ6CPVLjs.RadioGroup; exports.RadioGroupItem = _chunk6HQ6CPVLjs.RadioGroupItem; exports.ReactMarkdownContainer = _chunk6HQ6CPVLjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunk6HQ6CPVLjs.RecentPagesNavigator; exports.RefreshUser = _chunk6HQ6CPVLjs.RefreshUser; exports.RelevantContentsList = _chunk6HQ6CPVLjs.RelevantContentsList; exports.RelevantUsersList = _chunk6HQ6CPVLjs.RelevantUsersList; exports.RemoveUserFromRole = _chunk6HQ6CPVLjs.RemoveUserFromRole; exports.ResetPassword = _chunk6HQ6CPVLjs.ResetPassword; exports.ResizableHandle = _chunk6HQ6CPVLjs.ResizableHandle; exports.ResizablePanel = _chunk6HQ6CPVLjs.ResizablePanel; exports.ResizablePanelGroup = _chunk6HQ6CPVLjs.ResizablePanelGroup; exports.RoleContainer = _chunk6HQ6CPVLjs.RoleContainer; exports.RoleDetails = _chunk6HQ6CPVLjs.RoleDetails; exports.RoleUsersList = _chunk6HQ6CPVLjs.RoleUsersList; exports.RolesList = _chunk6HQ6CPVLjs.RolesList; exports.Root = _chunk6HQ6CPVLjs.KanbanRoot; exports.ScrollArea = _chunk6HQ6CPVLjs.ScrollArea; exports.ScrollBar = _chunk6HQ6CPVLjs.ScrollBar; exports.Select = _chunk6HQ6CPVLjs.Select; exports.SelectContent = _chunk6HQ6CPVLjs.SelectContent; exports.SelectGroup = _chunk6HQ6CPVLjs.SelectGroup; exports.SelectItem = _chunk6HQ6CPVLjs.SelectItem; exports.SelectLabel = _chunk6HQ6CPVLjs.SelectLabel; exports.SelectScrollDownButton = _chunk6HQ6CPVLjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunk6HQ6CPVLjs.SelectScrollUpButton; exports.SelectSeparator = _chunk6HQ6CPVLjs.SelectSeparator; exports.SelectTrigger = _chunk6HQ6CPVLjs.SelectTrigger; exports.SelectValue = _chunk6HQ6CPVLjs.SelectValue; exports.Separator = _chunk6HQ6CPVLjs.Separator; exports.Sheet = _chunk6HQ6CPVLjs.Sheet; exports.SheetClose = _chunk6HQ6CPVLjs.SheetClose; exports.SheetContent = _chunk6HQ6CPVLjs.SheetContent; exports.SheetDescription = _chunk6HQ6CPVLjs.SheetDescription; exports.SheetFooter = _chunk6HQ6CPVLjs.SheetFooter; exports.SheetHeader = _chunk6HQ6CPVLjs.SheetHeader; exports.SheetTitle = _chunk6HQ6CPVLjs.SheetTitle; exports.SheetTrigger = _chunk6HQ6CPVLjs.SheetTrigger; exports.Sidebar = _chunk6HQ6CPVLjs.Sidebar; exports.SidebarContent = _chunk6HQ6CPVLjs.SidebarContent; exports.SidebarFooter = _chunk6HQ6CPVLjs.SidebarFooter; exports.SidebarGroup = _chunk6HQ6CPVLjs.SidebarGroup; exports.SidebarGroupAction = _chunk6HQ6CPVLjs.SidebarGroupAction; exports.SidebarGroupContent = _chunk6HQ6CPVLjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunk6HQ6CPVLjs.SidebarGroupLabel; exports.SidebarHeader = _chunk6HQ6CPVLjs.SidebarHeader; exports.SidebarInput = _chunk6HQ6CPVLjs.SidebarInput; exports.SidebarInset = _chunk6HQ6CPVLjs.SidebarInset; exports.SidebarMenu = _chunk6HQ6CPVLjs.SidebarMenu; exports.SidebarMenuAction = _chunk6HQ6CPVLjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunk6HQ6CPVLjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunk6HQ6CPVLjs.SidebarMenuButton; exports.SidebarMenuItem = _chunk6HQ6CPVLjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunk6HQ6CPVLjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunk6HQ6CPVLjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunk6HQ6CPVLjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunk6HQ6CPVLjs.SidebarMenuSubItem; exports.SidebarProvider = _chunk6HQ6CPVLjs.SidebarProvider; exports.SidebarRail = _chunk6HQ6CPVLjs.SidebarRail; exports.SidebarSeparator = _chunk6HQ6CPVLjs.SidebarSeparator; exports.SidebarTrigger = _chunk6HQ6CPVLjs.SidebarTrigger; exports.Skeleton = _chunk6HQ6CPVLjs.Skeleton; exports.Slider = _chunk6HQ6CPVLjs.Slider; exports.Switch = _chunk6HQ6CPVLjs.Switch; exports.Table = _chunk6HQ6CPVLjs.Table; exports.TableBody = _chunk6HQ6CPVLjs.TableBody; exports.TableCaption = _chunk6HQ6CPVLjs.TableCaption; exports.TableCell = _chunk6HQ6CPVLjs.TableCell; exports.TableFooter = _chunk6HQ6CPVLjs.TableFooter; exports.TableHead = _chunk6HQ6CPVLjs.TableHead; exports.TableHeader = _chunk6HQ6CPVLjs.TableHeader; exports.TableRow = _chunk6HQ6CPVLjs.TableRow; exports.Tabs = _chunk6HQ6CPVLjs.Tabs; exports.TabsContainer = _chunk6HQ6CPVLjs.TabsContainer; exports.TabsContent = _chunk6HQ6CPVLjs.TabsContent; exports.TabsList = _chunk6HQ6CPVLjs.TabsList; exports.TabsTrigger = _chunk6HQ6CPVLjs.TabsTrigger; exports.Textarea = _chunk6HQ6CPVLjs.Textarea; exports.Toaster = _chunk6HQ6CPVLjs.Toaster; exports.Toggle = _chunk6HQ6CPVLjs.Toggle; exports.TokenStatusIndicator = _chunk6HQ6CPVLjs.TokenStatusIndicator; exports.Tooltip = _chunk6HQ6CPVLjs.Tooltip; exports.TooltipContent = _chunk6HQ6CPVLjs.TooltipContent; exports.TooltipProvider = _chunk6HQ6CPVLjs.TooltipProvider; exports.TooltipTrigger = _chunk6HQ6CPVLjs.TooltipTrigger; exports.UserAvatar = _chunk6HQ6CPVLjs.UserAvatar; exports.UserAvatarEditor = _chunk6HQ6CPVLjs.UserAvatarEditor; exports.UserContainer = _chunk6HQ6CPVLjs.UserContainer; exports.UserDeleter = _chunk6HQ6CPVLjs.UserDeleter; exports.UserDetails = _chunk6HQ6CPVLjs.UserDetails; exports.UserEditor = _chunk6HQ6CPVLjs.UserEditor; exports.UserIndexContainer = _chunk6HQ6CPVLjs.UserIndexContainer; exports.UserIndexDetails = _chunk6HQ6CPVLjs.UserIndexDetails; exports.UserListInAdd = _chunk6HQ6CPVLjs.UserListInAdd; exports.UserMultiSelect = _chunk6HQ6CPVLjs.UserMultiSelect; exports.UserReactivator = _chunk6HQ6CPVLjs.UserReactivator; exports.UserResentInvitationEmail = _chunk6HQ6CPVLjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunk6HQ6CPVLjs.UserRoleAdd; exports.UserRolesList = _chunk6HQ6CPVLjs.UserRolesList; exports.UserSelector = _chunk6HQ6CPVLjs.UserSelector; exports.UsersList = _chunk6HQ6CPVLjs.UsersList; exports.UsersListByContentIds = _chunk6HQ6CPVLjs.UsersListByContentIds; exports.UsersListContainer = _chunk6HQ6CPVLjs.UsersListContainer; exports.badgeVariants = _chunk6HQ6CPVLjs.badgeVariants; exports.buttonVariants = _chunk6HQ6CPVLjs.buttonVariants; exports.cellComponent = _chunk6HQ6CPVLjs.cellComponent; exports.cellDate = _chunk6HQ6CPVLjs.cellDate; exports.cellId = _chunk6HQ6CPVLjs.cellId; exports.cellLink = _chunk6HQ6CPVLjs.cellLink; exports.cellUrl = _chunk6HQ6CPVLjs.cellUrl; exports.errorToast = _chunk6HQ6CPVLjs.errorToast; exports.generateNotificationData = _chunk6HQ6CPVLjs.generateNotificationData; exports.navigationMenuTriggerStyle = _chunk6HQ6CPVLjs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunk6HQ6CPVLjs.tabsListVariants; exports.toggleVariants = _chunk6HQ6CPVLjs.toggleVariants; exports.triggerAssociationToast = _chunk6HQ6CPVLjs.triggerAssociationToast; exports.useCarousel = _chunk6HQ6CPVLjs.useCarousel; exports.useFileUpload = _chunk6HQ6CPVLjs.useFileUpload; exports.useSidebar = _chunk6HQ6CPVLjs.useSidebar;
|
|
760
760
|
//# sourceMappingURL=index.js.map
|
package/dist/contexts/index.js
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
|
|
23
|
-
var
|
|
23
|
+
var _chunk6HQ6CPVLjs = require('../chunk-6HQ6CPVL.js');
|
|
24
24
|
require('../chunk-EW6QPMN3.js');
|
|
25
25
|
require('../chunk-UYBCHXXL.js');
|
|
26
26
|
require('../chunk-LXKSUWAV.js');
|
|
@@ -49,5 +49,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
49
49
|
|
|
50
50
|
|
|
51
51
|
|
|
52
|
-
exports.CommonProvider =
|
|
52
|
+
exports.CommonProvider = _chunk6HQ6CPVLjs.CommonProvider; exports.CompanyProvider = _chunk6HQ6CPVLjs.CompanyProvider; exports.CurrentUserProvider = _chunk6HQ6CPVLjs.CurrentUserProvider; exports.HeaderChildrenProvider = _chunk6HQ6CPVLjs.HeaderChildrenProvider; exports.NotificationContextProvider = _chunk6HQ6CPVLjs.NotificationContextProvider; exports.RoleProvider = _chunk6HQ6CPVLjs.RoleProvider; exports.SharedProvider = _chunk6HQ6CPVLjs.SharedProvider; exports.SocketContext = _chunk6HQ6CPVLjs.SocketContext; exports.SocketProvider = _chunk6HQ6CPVLjs.SocketProvider; exports.UserProvider = _chunk6HQ6CPVLjs.UserProvider; exports.recentPagesAtom = _chunk6HQ6CPVLjs.recentPagesAtom; exports.useCommonContext = _chunk6HQ6CPVLjs.useCommonContext; exports.useCompanyContext = _chunk6HQ6CPVLjs.useCompanyContext; exports.useCurrentUserContext = _chunk6HQ6CPVLjs.useCurrentUserContext; exports.useHeaderChildren = _chunk6HQ6CPVLjs.useHeaderChildren; exports.useNotificationContext = _chunk6HQ6CPVLjs.useNotificationContext; exports.useRoleContext = _chunk6HQ6CPVLjs.useRoleContext; exports.useSharedContext = _chunk6HQ6CPVLjs.useSharedContext; exports.useSocketContext = _chunk6HQ6CPVLjs.useSocketContext; exports.useUserContext = _chunk6HQ6CPVLjs.useUserContext;
|
|
53
53
|
//# sourceMappingURL=index.js.map
|
package/dist/contexts/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -14,7 +14,7 @@ export function AllowedUsersDetails({ showTitle, content }: AllowedUsersDetailsP
|
|
|
14
14
|
|
|
15
15
|
return (
|
|
16
16
|
<div className="mb-2 flex w-full flex-col gap-y-2">
|
|
17
|
-
{showTitle && <h3 className="text-xs font-semibold">{t("
|
|
17
|
+
{showTitle && <h3 className="text-xs font-semibold">{t("common.permissions")}</h3>}
|
|
18
18
|
<div className="flex w-full items-center justify-start gap-x-4">
|
|
19
19
|
<ContributorsList content={content} />
|
|
20
20
|
</div>
|
|
@@ -9,8 +9,8 @@ import { useTranslations } from "next-intl";
|
|
|
9
9
|
import React, { useCallback, useEffect, useMemo, useRef, useState } from "react";
|
|
10
10
|
import { useCurrentUserContext } from "../../contexts";
|
|
11
11
|
import { S3Interface } from "../../features/s3/data";
|
|
12
|
-
import { UserInterface } from "../../features/user/data";
|
|
13
12
|
import { S3Service } from "../../features/s3/data/s3.service";
|
|
13
|
+
import { UserInterface } from "../../features/user/data";
|
|
14
14
|
import { Button } from "../../shadcnui";
|
|
15
15
|
import { BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, cn } from "../../utils";
|
|
16
16
|
import { errorToast } from "../errors";
|
|
@@ -135,10 +135,10 @@ export default function BlockNoteEditor({
|
|
|
135
135
|
async (file: File): Promise<string> => {
|
|
136
136
|
if (!company) {
|
|
137
137
|
errorToast({
|
|
138
|
-
title: t(`
|
|
139
|
-
error: t(`
|
|
138
|
+
title: t(`common.errors.upload`),
|
|
139
|
+
error: t(`common.errors.upload_description`),
|
|
140
140
|
});
|
|
141
|
-
throw new Error(t(`
|
|
141
|
+
throw new Error(t(`common.errors.upload`));
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
const fileType = file.type;
|
|
@@ -253,7 +253,7 @@ export default function BlockNoteEditor({
|
|
|
253
253
|
useMemo(
|
|
254
254
|
() => ({
|
|
255
255
|
placeholders: {
|
|
256
|
-
emptyDocument: placeholder || t(`
|
|
256
|
+
emptyDocument: placeholder || t(`common.blocknote.placeholder`),
|
|
257
257
|
},
|
|
258
258
|
schema,
|
|
259
259
|
initialContent: validatedInitialContent,
|
|
@@ -40,7 +40,7 @@ export function CommonAssociationTrigger({
|
|
|
40
40
|
|
|
41
41
|
return (
|
|
42
42
|
<Button variant={`outline`} size={`sm`} onClick={onTrigger}>
|
|
43
|
-
{t(`
|
|
43
|
+
{t(`common.association.label`, {
|
|
44
44
|
source: sourceType,
|
|
45
45
|
destination: destinationType,
|
|
46
46
|
})}
|
|
@@ -91,13 +91,13 @@ export function CommonAssociationCommandDialog({
|
|
|
91
91
|
<CommandDialog open={show} onOpenChange={setShow}>
|
|
92
92
|
<DialogHeader className="flex flex-col items-start p-4 pb-0">
|
|
93
93
|
<DialogTitle>
|
|
94
|
-
{t(`
|
|
94
|
+
{t(`common.association.label`, {
|
|
95
95
|
source: source,
|
|
96
96
|
destination: destination,
|
|
97
97
|
})}
|
|
98
98
|
</DialogTitle>
|
|
99
99
|
<DialogDescription>
|
|
100
|
-
{t(`
|
|
100
|
+
{t(`common.association.description`, {
|
|
101
101
|
source: source,
|
|
102
102
|
destination: destination,
|
|
103
103
|
destination_name: destinationName,
|
|
@@ -106,12 +106,12 @@ export function CommonAssociationCommandDialog({
|
|
|
106
106
|
</DialogHeader>
|
|
107
107
|
<Command shouldFilter={false} className="p-4">
|
|
108
108
|
<CommandInput
|
|
109
|
-
placeholder={t(`
|
|
109
|
+
placeholder={t(`ui.search.placeholder`, { type: source })}
|
|
110
110
|
value={searchTerm}
|
|
111
111
|
onValueChange={setSearchTerm}
|
|
112
112
|
/>
|
|
113
113
|
<CommandList className="mt-3 h-auto max-h-96 min-h-96 max-w-full overflow-y-auto overflow-x-hidden">
|
|
114
|
-
<CommandEmpty>{t(`
|
|
114
|
+
<CommandEmpty>{t(`ui.search.no_results`, { type: source })}</CommandEmpty>
|
|
115
115
|
{children}
|
|
116
116
|
</CommandList>
|
|
117
117
|
</Command>
|
|
@@ -129,12 +129,12 @@ export const triggerAssociationToast = (params: {
|
|
|
129
129
|
}) => {
|
|
130
130
|
if (params.level) {
|
|
131
131
|
toast.message(
|
|
132
|
-
params.t(`
|
|
132
|
+
params.t(`common.association.label`, {
|
|
133
133
|
source: params.source,
|
|
134
134
|
destination: params.destination,
|
|
135
135
|
}),
|
|
136
136
|
{
|
|
137
|
-
description: params.t(`
|
|
137
|
+
description: params.t(`common.association.success_level`, {
|
|
138
138
|
source: params.source,
|
|
139
139
|
destination: params.destination,
|
|
140
140
|
source_name: params.source_name,
|
|
@@ -145,12 +145,12 @@ export const triggerAssociationToast = (params: {
|
|
|
145
145
|
);
|
|
146
146
|
} else {
|
|
147
147
|
toast.message(
|
|
148
|
-
params.t(`
|
|
148
|
+
params.t(`common.association.label`, {
|
|
149
149
|
source: params.source,
|
|
150
150
|
destination: params.destination,
|
|
151
151
|
}),
|
|
152
152
|
{
|
|
153
|
-
description: params.t(`
|
|
153
|
+
description: params.t(`common.association.success`, {
|
|
154
154
|
source: params.source,
|
|
155
155
|
destination: params.destination,
|
|
156
156
|
source_name: params.source_name,
|
|
@@ -35,7 +35,7 @@ export function CommonDeleter({ deleteFunction, redirectTo, type, forceShow }: C
|
|
|
35
35
|
setOpen(false);
|
|
36
36
|
if (redirectTo) router.push(redirectTo);
|
|
37
37
|
} catch (error) {
|
|
38
|
-
errorToast({ title: t(`
|
|
38
|
+
errorToast({ title: t(`common.errors.delete`), error: error });
|
|
39
39
|
}
|
|
40
40
|
setIsDeleting(false);
|
|
41
41
|
};
|
|
@@ -44,20 +44,26 @@ export function CommonDeleter({ deleteFunction, redirectTo, type, forceShow }: C
|
|
|
44
44
|
<AlertDialog open={open} onOpenChange={setOpen}>
|
|
45
45
|
{forceShow ? null : (
|
|
46
46
|
<AlertDialogTrigger>
|
|
47
|
-
<Button
|
|
47
|
+
<Button
|
|
48
|
+
render={<div />}
|
|
49
|
+
nativeButton={false}
|
|
50
|
+
size="sm"
|
|
51
|
+
variant={"ghost"}
|
|
52
|
+
className="text-muted-foreground hover:text-destructive"
|
|
53
|
+
>
|
|
48
54
|
<Trash2Icon />
|
|
49
55
|
</Button>
|
|
50
56
|
</AlertDialogTrigger>
|
|
51
57
|
)}
|
|
52
58
|
<AlertDialogContent className={`flex max-h-[70vh] max-w-3xl flex-col overflow-y-auto`}>
|
|
53
59
|
<AlertDialogHeader>
|
|
54
|
-
<AlertDialogTitle>{t(`
|
|
60
|
+
<AlertDialogTitle>{t(`common.delete.title`, { type: t(`entities.${type}`, { count: 1 }) })}</AlertDialogTitle>
|
|
55
61
|
<AlertDialogDescription>
|
|
56
|
-
{t(`
|
|
62
|
+
{t(`common.delete.subtitle`, { type: t(`entities.${type}`, { count: 1 }) })}
|
|
57
63
|
</AlertDialogDescription>
|
|
58
64
|
</AlertDialogHeader>
|
|
59
65
|
<div className="text-destructive p-4 text-sm">
|
|
60
|
-
{t(`
|
|
66
|
+
{t(`common.delete.description`, { type: t(`entities.${type}`, { count: 1 }) })}
|
|
61
67
|
</div>
|
|
62
68
|
<div className="flex justify-end">
|
|
63
69
|
<Button
|
|
@@ -67,7 +73,7 @@ export function CommonDeleter({ deleteFunction, redirectTo, type, forceShow }: C
|
|
|
67
73
|
onClick={() => setOpen(false)}
|
|
68
74
|
disabled={isDeleting}
|
|
69
75
|
>
|
|
70
|
-
{t(`
|
|
76
|
+
{t(`ui.buttons.cancel`)}
|
|
71
77
|
</Button>
|
|
72
78
|
<Button
|
|
73
79
|
type="submit"
|
|
@@ -80,11 +86,11 @@ export function CommonDeleter({ deleteFunction, redirectTo, type, forceShow }: C
|
|
|
80
86
|
>
|
|
81
87
|
{isDeleting ? (
|
|
82
88
|
<>
|
|
83
|
-
{t(`
|
|
89
|
+
{t(`ui.buttons.is_deleting`)}
|
|
84
90
|
<LoaderCircleIcon className="animate-spin-slow h-5 w-5" />
|
|
85
91
|
</>
|
|
86
92
|
) : (
|
|
87
|
-
t(`
|
|
93
|
+
t(`ui.buttons.delete`)
|
|
88
94
|
)}
|
|
89
95
|
</Button>
|
|
90
96
|
</div>
|
|
@@ -19,11 +19,11 @@ export function CommonEditorButtons({ isEdit, form, disabled, setOpen }: CommonE
|
|
|
19
19
|
onClick={() => setOpen(false)}
|
|
20
20
|
data-testid={`modal-button-cancel`}
|
|
21
21
|
>
|
|
22
|
-
{t(`
|
|
22
|
+
{t(`ui.buttons.cancel`)}
|
|
23
23
|
</Button>
|
|
24
24
|
|
|
25
25
|
<Button type="submit" disabled={form.formState.isSubmitting || disabled} data-testid={`modal-button-create`}>
|
|
26
|
-
{isEdit ? t(`
|
|
26
|
+
{isEdit ? t(`ui.buttons.confirm_update`) : t(`ui.buttons.confirm_create`)}
|
|
27
27
|
</Button>
|
|
28
28
|
</div>
|
|
29
29
|
);
|
|
@@ -15,18 +15,18 @@ export function CommonEditorHeader({ type, name }: CommonEditorHeaderProps) {
|
|
|
15
15
|
<DialogHeader>
|
|
16
16
|
<DialogTitle>
|
|
17
17
|
{name
|
|
18
|
-
? t(`
|
|
18
|
+
? t(`common.edit.update.title`, {
|
|
19
19
|
type: type,
|
|
20
20
|
})
|
|
21
|
-
: t(`
|
|
21
|
+
: t(`common.edit.create.title`, { type: type })}
|
|
22
22
|
</DialogTitle>
|
|
23
23
|
<DialogDescription>
|
|
24
24
|
{name
|
|
25
|
-
? t(`
|
|
25
|
+
? t(`common.edit.update.description`, {
|
|
26
26
|
type: type,
|
|
27
27
|
name: name,
|
|
28
28
|
})
|
|
29
|
-
: t(`
|
|
29
|
+
: t(`common.edit.create.description`, {
|
|
30
30
|
type: type,
|
|
31
31
|
})}
|
|
32
32
|
</DialogDescription>
|
|
@@ -18,7 +18,7 @@ export function CommonEditorTrigger({ isEdit, edit, create }: CommonEditorTrigge
|
|
|
18
18
|
</Button>
|
|
19
19
|
) : (
|
|
20
20
|
<Button render={<div />} nativeButton={false} size="sm" variant={`outline`}>
|
|
21
|
-
{create ? create : t(`
|
|
21
|
+
{create ? create : t(`ui.buttons.create`)}
|
|
22
22
|
</Button>
|
|
23
23
|
)}
|
|
24
24
|
</DialogTrigger>
|
|
@@ -14,12 +14,12 @@ import {
|
|
|
14
14
|
useState,
|
|
15
15
|
} from "react";
|
|
16
16
|
import { DropzoneOptions, DropzoneState, FileRejection, useDropzone } from "react-dropzone";
|
|
17
|
-
|
|
18
|
-
export type { DropzoneOptions } from "react-dropzone";
|
|
19
17
|
import { toast } from "sonner";
|
|
20
18
|
import { buttonVariants, Input } from "../../shadcnui";
|
|
21
19
|
import { cn } from "../../utils";
|
|
22
20
|
|
|
21
|
+
export type { DropzoneOptions } from "react-dropzone";
|
|
22
|
+
|
|
23
23
|
type DirectionOptions = "rtl" | "ltr" | undefined;
|
|
24
24
|
|
|
25
25
|
type FileUploaderContextType = {
|
|
@@ -124,8 +124,8 @@ export const FileUploader = forwardRef<HTMLDivElement, FileUploaderProps & React
|
|
|
124
124
|
const files = acceptedFiles;
|
|
125
125
|
|
|
126
126
|
if (!files) {
|
|
127
|
-
toast.error(t("
|
|
128
|
-
description: t("
|
|
127
|
+
toast.error(t("common.errors.file"), {
|
|
128
|
+
description: t("common.errors.file_large"),
|
|
129
129
|
});
|
|
130
130
|
return;
|
|
131
131
|
}
|
|
@@ -147,13 +147,13 @@ export const FileUploader = forwardRef<HTMLDivElement, FileUploaderProps & React
|
|
|
147
147
|
if (rejectedFiles.length > 0) {
|
|
148
148
|
for (let i = 0; i < rejectedFiles.length; i++) {
|
|
149
149
|
if (rejectedFiles[i].errors[0]?.code === "file-too-large") {
|
|
150
|
-
toast.error(t("
|
|
151
|
-
description: t(`
|
|
150
|
+
toast.error(t("common.errors.file"), {
|
|
151
|
+
description: t(`common.errors.file_max`, { size: maxSize / 1024 / 1024 }),
|
|
152
152
|
});
|
|
153
153
|
break;
|
|
154
154
|
}
|
|
155
155
|
if (rejectedFiles[i].errors[0]?.message) {
|
|
156
|
-
toast.error(t(`
|
|
156
|
+
toast.error(t(`common.errors.file`), {
|
|
157
157
|
description: rejectedFiles[i].errors[0].message,
|
|
158
158
|
});
|
|
159
159
|
break;
|
|
@@ -271,7 +271,7 @@ export const FileUploaderItem = forwardRef<HTMLDivElement, { index: number } & R
|
|
|
271
271
|
className={cn("absolute", direction === "rtl" ? "top-1 left-1" : "top-1 right-1")}
|
|
272
272
|
onClick={() => removeFileFromSet(index)}
|
|
273
273
|
>
|
|
274
|
-
<span className="sr-only">{t(`
|
|
274
|
+
<span className="sr-only">{t(`common.remove_item`, { index: index })}</span>
|
|
275
275
|
<RemoveIcon className="hover:stroke-destructive h-4 w-4 duration-200 ease-in-out" />
|
|
276
276
|
</button>
|
|
277
277
|
</div>
|
|
@@ -92,11 +92,7 @@ export function FormDateTime({
|
|
|
92
92
|
|
|
93
93
|
return (
|
|
94
94
|
<div className="flex w-full flex-col">
|
|
95
|
-
<FormFieldWrapper
|
|
96
|
-
form={form}
|
|
97
|
-
name={id}
|
|
98
|
-
label={name}
|
|
99
|
-
>
|
|
95
|
+
<FormFieldWrapper form={form} name={id} label={name}>
|
|
100
96
|
{(field) => (
|
|
101
97
|
<div className="relative flex flex-row">
|
|
102
98
|
<Popover open={open} onOpenChange={setOpen} modal={true}>
|
|
@@ -109,7 +105,7 @@ export function FormDateTime({
|
|
|
109
105
|
/>
|
|
110
106
|
}
|
|
111
107
|
>
|
|
112
|
-
{field.value ? formatDateTime(field.value) : <span>{t(`
|
|
108
|
+
{field.value ? formatDateTime(field.value) : <span>{t(`common.pick_date_time`)}</span>}
|
|
113
109
|
<CalendarIcon className="ml-auto h-4 w-4 opacity-50" />
|
|
114
110
|
</PopoverTrigger>
|
|
115
111
|
{field.value && allowEmpty !== false && (
|
|
@@ -150,7 +146,7 @@ export function FormDateTime({
|
|
|
150
146
|
/>
|
|
151
147
|
<div className="flex flex-row items-end justify-center space-x-4">
|
|
152
148
|
<div className="flex flex-col space-y-2">
|
|
153
|
-
<Label htmlFor="hours-select">{t(`
|
|
149
|
+
<Label htmlFor="hours-select">{t(`common.hours`)}</Label>
|
|
154
150
|
<Select
|
|
155
151
|
value={String(field.value ? new Date(field.value).getHours() : selectedHours)}
|
|
156
152
|
onValueChange={(value) => {
|
|
@@ -179,12 +175,10 @@ export function FormDateTime({
|
|
|
179
175
|
</div>
|
|
180
176
|
<div className="mb-[9px] text-xl">:</div>
|
|
181
177
|
<div className="flex flex-col space-y-2">
|
|
182
|
-
<Label htmlFor="minutes-select">{t(`
|
|
178
|
+
<Label htmlFor="minutes-select">{t(`common.minutes`)}</Label>
|
|
183
179
|
<Select
|
|
184
180
|
value={String(
|
|
185
|
-
field.value
|
|
186
|
-
? roundToNearestFiveMinutes(new Date(field.value).getMinutes())
|
|
187
|
-
: selectedMinutes,
|
|
181
|
+
field.value ? roundToNearestFiveMinutes(new Date(field.value).getMinutes()) : selectedMinutes,
|
|
188
182
|
)}
|
|
189
183
|
onValueChange={(value) => {
|
|
190
184
|
if (!value) return;
|
|
@@ -212,7 +206,7 @@ export function FormDateTime({
|
|
|
212
206
|
setOpen(false);
|
|
213
207
|
}}
|
|
214
208
|
>
|
|
215
|
-
{t(`
|
|
209
|
+
{t(`ui.buttons.select_date`)}
|
|
216
210
|
</Button>
|
|
217
211
|
</div>
|
|
218
212
|
</PopoverContent>
|
|
@@ -2,13 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import { useTranslations } from "next-intl";
|
|
4
4
|
import React from "react";
|
|
5
|
-
import {
|
|
6
|
-
Input,
|
|
7
|
-
InputGroup,
|
|
8
|
-
InputGroupAddon,
|
|
9
|
-
InputGroupInput,
|
|
10
|
-
InputGroupText,
|
|
11
|
-
} from "../../shadcnui";
|
|
5
|
+
import { Input, InputGroup, InputGroupAddon, InputGroupInput, InputGroupText } from "../../shadcnui";
|
|
12
6
|
import { FormFieldWrapper } from "./FormFieldWrapper";
|
|
13
7
|
|
|
14
8
|
export function FormInput({
|
|
@@ -42,12 +36,7 @@ export function FormInput({
|
|
|
42
36
|
|
|
43
37
|
return (
|
|
44
38
|
<div className="flex w-full flex-col">
|
|
45
|
-
<FormFieldWrapper
|
|
46
|
-
form={form}
|
|
47
|
-
name={id}
|
|
48
|
-
label={name}
|
|
49
|
-
isRequired={isRequired}
|
|
50
|
-
>
|
|
39
|
+
<FormFieldWrapper form={form} name={id} label={name} isRequired={isRequired}>
|
|
51
40
|
{(field) => {
|
|
52
41
|
const handleBlur = async (e: React.FocusEvent<HTMLInputElement>) => {
|
|
53
42
|
let value = e.target.value;
|
|
@@ -63,7 +52,7 @@ export function FormInput({
|
|
|
63
52
|
} catch (error) {
|
|
64
53
|
form.setError(id, {
|
|
65
54
|
type: "validate",
|
|
66
|
-
message: t(`
|
|
55
|
+
message: t(`common.errors.valid_url`),
|
|
67
56
|
});
|
|
68
57
|
}
|
|
69
58
|
}
|
|
@@ -86,12 +75,7 @@ export function FormInput({
|
|
|
86
75
|
const inputProps = {
|
|
87
76
|
...field,
|
|
88
77
|
autoFocus: autoFocus === true,
|
|
89
|
-
type:
|
|
90
|
-
type === "number" || type === "currency"
|
|
91
|
-
? "number"
|
|
92
|
-
: type === "password"
|
|
93
|
-
? "password"
|
|
94
|
-
: "text",
|
|
78
|
+
type: type === "number" || type === "currency" ? "number" : type === "password" ? "password" : "text",
|
|
95
79
|
className: `w-full ${type === "number" || type === "currency" ? "text-end" : ""}`,
|
|
96
80
|
disabled: disabled === true || form.formState.isSubmitting,
|
|
97
81
|
placeholder: placeholder || "",
|
|
@@ -28,7 +28,7 @@ const PasswordInput = React.forwardRef<HTMLInputElement, PasswordInputProps>(({
|
|
|
28
28
|
) : (
|
|
29
29
|
<EyeOffIcon className="h-4 w-4" aria-hidden="true" />
|
|
30
30
|
)}
|
|
31
|
-
<span className="sr-only">{showPassword ? t(`
|
|
31
|
+
<span className="sr-only">{showPassword ? t(`common.hide_password`) : t(`common.show_password`)}</span>
|
|
32
32
|
</Button>
|
|
33
33
|
|
|
34
34
|
<style>{`
|
|
@@ -31,7 +31,7 @@ export function BreadcrumbNavigation({ items }: BreadcrumbProps) {
|
|
|
31
31
|
<UIBreadcrumb>
|
|
32
32
|
<BreadcrumbList>
|
|
33
33
|
<BreadcrumbItem>
|
|
34
|
-
<Link href={generateUrl({ page: `/` })}>{t(`
|
|
34
|
+
<Link href={generateUrl({ page: `/` })}>{t(`common.home`)}</Link>
|
|
35
35
|
</BreadcrumbItem>
|
|
36
36
|
{items.length > 0 && <BreadcrumbSeparator />}
|
|
37
37
|
|
|
@@ -40,13 +40,13 @@ export function Header({ children }: HeaderProps) {
|
|
|
40
40
|
className="h-6 w-6"
|
|
41
41
|
onClick={() => refreshUser()}
|
|
42
42
|
disabled={isRefreshing}
|
|
43
|
-
aria-label={t("
|
|
43
|
+
aria-label={t("common.refresh", { defaultValue: "Refresh" })}
|
|
44
44
|
/>
|
|
45
45
|
}
|
|
46
46
|
>
|
|
47
47
|
<RefreshCwIcon className={`h-3.5 w-3.5 ${isRefreshing ? "animate-spin" : ""}`} />
|
|
48
48
|
</TooltipTrigger>
|
|
49
|
-
<TooltipContent side="bottom">{t("
|
|
49
|
+
<TooltipContent side="bottom">{t("common.refresh", { defaultValue: "Refresh" })}</TooltipContent>
|
|
50
50
|
</Tooltip>
|
|
51
51
|
</div>
|
|
52
52
|
)}
|