@carlonicora/nextjs-jsonapi 1.29.1 → 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-7BDLLHRA.js → BlockNoteEditor-CJWHJRG3.js} +17 -17
- package/dist/BlockNoteEditor-CJWHJRG3.js.map +1 -0
- package/dist/{BlockNoteEditor-F5KCNLVF.mjs → BlockNoteEditor-ZET7ANBC.mjs} +7 -7
- package/dist/BlockNoteEditor-ZET7ANBC.mjs.map +1 -0
- package/dist/billing/index.js +334 -333
- package/dist/billing/index.js.map +1 -1
- package/dist/billing/index.mjs +8 -7
- package/dist/billing/index.mjs.map +1 -1
- package/dist/{chunk-YLSLXQ3O.mjs → chunk-3HGZMKT4.mjs} +494 -524
- package/dist/chunk-3HGZMKT4.mjs.map +1 -0
- package/dist/{chunk-7M7NPKOF.js → chunk-6HQ6CPVL.js} +916 -946
- package/dist/chunk-6HQ6CPVL.js.map +1 -0
- package/dist/{chunk-DU64WMZD.mjs → chunk-NYNLJEPF.mjs} +4 -4
- package/dist/chunk-NYNLJEPF.mjs.map +1 -0
- package/dist/{chunk-J22NEVSK.js → chunk-UYBCHXXL.js} +4 -4
- package/dist/chunk-UYBCHXXL.js.map +1 -0
- package/dist/client/index.js +3 -3
- package/dist/client/index.mjs +2 -2
- package/dist/components/index.js +3 -3
- package/dist/components/index.mjs +2 -2
- package/dist/contexts/index.js +3 -3
- package/dist/contexts/index.mjs +2 -2
- package/dist/core/index.js +2 -2
- package/dist/core/index.mjs +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +1 -1
- package/dist/server/index.js +3 -3
- package/dist/server/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/core/abstracts/AbstractService.ts +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/billing/stripe-subscription/hooks/useSubscriptionWizard.ts +5 -4
- 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/src/utils/blocknote-diff.util.ts +1 -1
- package/dist/BlockNoteEditor-7BDLLHRA.js.map +0 -1
- package/dist/BlockNoteEditor-F5KCNLVF.mjs.map +0 -1
- package/dist/chunk-7M7NPKOF.js.map +0 -1
- package/dist/chunk-DU64WMZD.mjs.map +0 -1
- package/dist/chunk-J22NEVSK.js.map +0 -1
- package/dist/chunk-YLSLXQ3O.mjs.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
|
|
|
@@ -51,7 +51,7 @@ var _chunkEW6QPMN3js = require('../chunk-EW6QPMN3.js');
|
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
|
|
54
|
-
var
|
|
54
|
+
var _chunkUYBCHXXLjs = require('../chunk-UYBCHXXL.js');
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
var _chunkLXKSUWAVjs = require('../chunk-LXKSUWAV.js');
|
|
@@ -117,5 +117,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
|
|
120
|
-
exports.ClientJsonApiDelete =
|
|
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
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
useUrlRewriter,
|
|
26
26
|
useUserSearch,
|
|
27
27
|
useUserTableStructure
|
|
28
|
-
} from "../chunk-
|
|
28
|
+
} from "../chunk-3HGZMKT4.mjs";
|
|
29
29
|
import {
|
|
30
30
|
configureClientConfig,
|
|
31
31
|
configureI18n,
|
|
@@ -50,7 +50,7 @@ import {
|
|
|
50
50
|
getClientApiUrl,
|
|
51
51
|
getClientAppUrl,
|
|
52
52
|
getClientTrackablePages
|
|
53
|
-
} from "../chunk-
|
|
53
|
+
} from "../chunk-NYNLJEPF.mjs";
|
|
54
54
|
import {
|
|
55
55
|
getClientToken
|
|
56
56
|
} from "../chunk-AUXK7QSA.mjs";
|
package/dist/components/index.js
CHANGED
|
@@ -370,9 +370,9 @@
|
|
|
370
370
|
|
|
371
371
|
|
|
372
372
|
|
|
373
|
-
var
|
|
373
|
+
var _chunk6HQ6CPVLjs = require('../chunk-6HQ6CPVL.js');
|
|
374
374
|
require('../chunk-EW6QPMN3.js');
|
|
375
|
-
require('../chunk-
|
|
375
|
+
require('../chunk-UYBCHXXL.js');
|
|
376
376
|
require('../chunk-LXKSUWAV.js');
|
|
377
377
|
require('../chunk-IBS6NI7D.js');
|
|
378
378
|
require('../chunk-FM6WRAN5.js');
|
|
@@ -756,5 +756,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
756
756
|
|
|
757
757
|
|
|
758
758
|
|
|
759
|
-
exports.AcceptInvitation = _chunk7M7NPKOFjs.AcceptInvitation; exports.Accordion = _chunk7M7NPKOFjs.Accordion; exports.AccordionContent = _chunk7M7NPKOFjs.AccordionContent; exports.AccordionItem = _chunk7M7NPKOFjs.AccordionItem; exports.AccordionTrigger = _chunk7M7NPKOFjs.AccordionTrigger; exports.ActivateAccount = _chunk7M7NPKOFjs.ActivateAccount; exports.AddUserToRole = _chunk7M7NPKOFjs.AddUserToRole; exports.AdminCompanyContainer = _chunk7M7NPKOFjs.AdminCompanyContainer; exports.AdminUsersList = _chunk7M7NPKOFjs.AdminUsersList; exports.Alert = _chunk7M7NPKOFjs.Alert; exports.AlertAction = _chunk7M7NPKOFjs.AlertAction; exports.AlertDescription = _chunk7M7NPKOFjs.AlertDescription; exports.AlertDialog = _chunk7M7NPKOFjs.AlertDialog; exports.AlertDialogAction = _chunk7M7NPKOFjs.AlertDialogAction; exports.AlertDialogCancel = _chunk7M7NPKOFjs.AlertDialogCancel; exports.AlertDialogContent = _chunk7M7NPKOFjs.AlertDialogContent; exports.AlertDialogDescription = _chunk7M7NPKOFjs.AlertDialogDescription; exports.AlertDialogFooter = _chunk7M7NPKOFjs.AlertDialogFooter; exports.AlertDialogHeader = _chunk7M7NPKOFjs.AlertDialogHeader; exports.AlertDialogMedia = _chunk7M7NPKOFjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunk7M7NPKOFjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunk7M7NPKOFjs.AlertDialogPortal; exports.AlertDialogTitle = _chunk7M7NPKOFjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunk7M7NPKOFjs.AlertDialogTrigger; exports.AlertTitle = _chunk7M7NPKOFjs.AlertTitle; exports.AllowedUsersDetails = _chunk7M7NPKOFjs.AllowedUsersDetails; exports.AttributeElement = _chunk7M7NPKOFjs.AttributeElement; exports.AuthContainer = _chunk7M7NPKOFjs.AuthContainer; exports.Avatar = _chunk7M7NPKOFjs.Avatar; exports.AvatarBadge = _chunk7M7NPKOFjs.AvatarBadge; exports.AvatarFallback = _chunk7M7NPKOFjs.AvatarFallback; exports.AvatarGroup = _chunk7M7NPKOFjs.AvatarGroup; exports.AvatarGroupCount = _chunk7M7NPKOFjs.AvatarGroupCount; exports.AvatarImage = _chunk7M7NPKOFjs.AvatarImage; exports.Badge = _chunk7M7NPKOFjs.Badge; exports.BlockNoteEditorContainer = _chunk7M7NPKOFjs.BlockNoteEditorContainer; exports.Board = _chunk7M7NPKOFjs.KanbanBoard; exports.Breadcrumb = _chunk7M7NPKOFjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunk7M7NPKOFjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunk7M7NPKOFjs.BreadcrumbItem; exports.BreadcrumbLink = _chunk7M7NPKOFjs.BreadcrumbLink; exports.BreadcrumbList = _chunk7M7NPKOFjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunk7M7NPKOFjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunk7M7NPKOFjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunk7M7NPKOFjs.BreadcrumbSeparator; exports.Button = _chunk7M7NPKOFjs.Button; exports.Calendar = _chunk7M7NPKOFjs.Calendar; exports.CalendarDayButton = _chunk7M7NPKOFjs.CalendarDayButton; exports.Card = _chunk7M7NPKOFjs.Card; exports.CardAction = _chunk7M7NPKOFjs.CardAction; exports.CardContent = _chunk7M7NPKOFjs.CardContent; exports.CardDescription = _chunk7M7NPKOFjs.CardDescription; exports.CardFooter = _chunk7M7NPKOFjs.CardFooter; exports.CardHeader = _chunk7M7NPKOFjs.CardHeader; exports.CardTitle = _chunk7M7NPKOFjs.CardTitle; exports.Carousel = _chunk7M7NPKOFjs.Carousel; exports.CarouselContent = _chunk7M7NPKOFjs.CarouselContent; exports.CarouselItem = _chunk7M7NPKOFjs.CarouselItem; exports.CarouselNext = _chunk7M7NPKOFjs.CarouselNext; exports.CarouselPrevious = _chunk7M7NPKOFjs.CarouselPrevious; exports.ChartContainer = _chunk7M7NPKOFjs.ChartContainer; exports.ChartLegend = _chunk7M7NPKOFjs.ChartLegend; exports.ChartLegendContent = _chunk7M7NPKOFjs.ChartLegendContent; exports.ChartStyle = _chunk7M7NPKOFjs.ChartStyle; exports.ChartTooltip = _chunk7M7NPKOFjs.ChartTooltip; exports.ChartTooltipContent = _chunk7M7NPKOFjs.ChartTooltipContent; exports.Checkbox = _chunk7M7NPKOFjs.Checkbox; exports.Collapsible = _chunk7M7NPKOFjs.Collapsible; exports.CollapsibleContent = _chunk7M7NPKOFjs.CollapsibleContent; exports.CollapsibleTrigger = _chunk7M7NPKOFjs.CollapsibleTrigger; exports.Column = _chunk7M7NPKOFjs.KanbanColumn; exports.ColumnHandle = _chunk7M7NPKOFjs.KanbanColumnHandle; exports.Command = _chunk7M7NPKOFjs.Command; exports.CommandDialog = _chunk7M7NPKOFjs.CommandDialog; exports.CommandEmpty = _chunk7M7NPKOFjs.CommandEmpty; exports.CommandGroup = _chunk7M7NPKOFjs.CommandGroup; exports.CommandInput = _chunk7M7NPKOFjs.CommandInput; exports.CommandItem = _chunk7M7NPKOFjs.CommandItem; exports.CommandList = _chunk7M7NPKOFjs.CommandList; exports.CommandSeparator = _chunk7M7NPKOFjs.CommandSeparator; exports.CommandShortcut = _chunk7M7NPKOFjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunk7M7NPKOFjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunk7M7NPKOFjs.CommonAssociationTrigger; exports.CommonDeleter = _chunk7M7NPKOFjs.CommonDeleter; exports.CommonEditorButtons = _chunk7M7NPKOFjs.CommonEditorButtons; exports.CommonEditorHeader = _chunk7M7NPKOFjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunk7M7NPKOFjs.CommonEditorTrigger; exports.CompaniesList = _chunk7M7NPKOFjs.CompaniesList; exports.CompanyConfigurationEditor = _chunk7M7NPKOFjs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunk7M7NPKOFjs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunk7M7NPKOFjs.CompanyContainer; exports.CompanyDeleter = _chunk7M7NPKOFjs.CompanyDeleter; exports.CompanyDetails = _chunk7M7NPKOFjs.CompanyDetails; exports.CompanyEditor = _chunk7M7NPKOFjs.CompanyEditor; exports.CompanyUsersList = _chunk7M7NPKOFjs.CompanyUsersList; exports.ContentListTable = _chunk7M7NPKOFjs.ContentListTable; exports.ContentTableSearch = _chunk7M7NPKOFjs.ContentTableSearch; exports.ContentTitle = _chunk7M7NPKOFjs.ContentTitle; exports.ContentsList = _chunk7M7NPKOFjs.ContentsList; exports.ContentsListById = _chunk7M7NPKOFjs.ContentsListById; exports.ContextMenu = _chunk7M7NPKOFjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunk7M7NPKOFjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunk7M7NPKOFjs.ContextMenuContent; exports.ContextMenuGroup = _chunk7M7NPKOFjs.ContextMenuGroup; exports.ContextMenuItem = _chunk7M7NPKOFjs.ContextMenuItem; exports.ContextMenuLabel = _chunk7M7NPKOFjs.ContextMenuLabel; exports.ContextMenuPortal = _chunk7M7NPKOFjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunk7M7NPKOFjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunk7M7NPKOFjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunk7M7NPKOFjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunk7M7NPKOFjs.ContextMenuShortcut; exports.ContextMenuSub = _chunk7M7NPKOFjs.ContextMenuSub; exports.ContextMenuSubContent = _chunk7M7NPKOFjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunk7M7NPKOFjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunk7M7NPKOFjs.ContextMenuTrigger; exports.ContributorsList = _chunk7M7NPKOFjs.ContributorsList; exports.Cookies = _chunk7M7NPKOFjs.Cookies; exports.DatePickerPopover = _chunk7M7NPKOFjs.DatePickerPopover; exports.DateRangeSelector = _chunk7M7NPKOFjs.DateRangeSelector; exports.Dialog = _chunk7M7NPKOFjs.Dialog; exports.DialogClose = _chunk7M7NPKOFjs.DialogClose; exports.DialogContent = _chunk7M7NPKOFjs.DialogContent; exports.DialogDescription = _chunk7M7NPKOFjs.DialogDescription; exports.DialogFooter = _chunk7M7NPKOFjs.DialogFooter; exports.DialogHeader = _chunk7M7NPKOFjs.DialogHeader; exports.DialogOverlay = _chunk7M7NPKOFjs.DialogOverlay; exports.DialogPortal = _chunk7M7NPKOFjs.DialogPortal; exports.DialogTitle = _chunk7M7NPKOFjs.DialogTitle; exports.DialogTrigger = _chunk7M7NPKOFjs.DialogTrigger; exports.Drawer = _chunk7M7NPKOFjs.Drawer; exports.DrawerClose = _chunk7M7NPKOFjs.DrawerClose; exports.DrawerContent = _chunk7M7NPKOFjs.DrawerContent; exports.DrawerDescription = _chunk7M7NPKOFjs.DrawerDescription; exports.DrawerFooter = _chunk7M7NPKOFjs.DrawerFooter; exports.DrawerHeader = _chunk7M7NPKOFjs.DrawerHeader; exports.DrawerOverlay = _chunk7M7NPKOFjs.DrawerOverlay; exports.DrawerPortal = _chunk7M7NPKOFjs.DrawerPortal; exports.DrawerTitle = _chunk7M7NPKOFjs.DrawerTitle; exports.DrawerTrigger = _chunk7M7NPKOFjs.DrawerTrigger; exports.DropdownMenu = _chunk7M7NPKOFjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunk7M7NPKOFjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunk7M7NPKOFjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunk7M7NPKOFjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunk7M7NPKOFjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunk7M7NPKOFjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunk7M7NPKOFjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunk7M7NPKOFjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunk7M7NPKOFjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunk7M7NPKOFjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunk7M7NPKOFjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunk7M7NPKOFjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunk7M7NPKOFjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunk7M7NPKOFjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunk7M7NPKOFjs.DropdownMenuTrigger; exports.ErrorDetails = _chunk7M7NPKOFjs.ErrorDetails; exports.Field = _chunk7M7NPKOFjs.Field; exports.FieldContent = _chunk7M7NPKOFjs.FieldContent; exports.FieldDescription = _chunk7M7NPKOFjs.FieldDescription; exports.FieldError = _chunk7M7NPKOFjs.FieldError; exports.FieldGroup = _chunk7M7NPKOFjs.FieldGroup; exports.FieldLabel = _chunk7M7NPKOFjs.FieldLabel; exports.FieldLegend = _chunk7M7NPKOFjs.FieldLegend; exports.FieldSeparator = _chunk7M7NPKOFjs.FieldSeparator; exports.FieldSet = _chunk7M7NPKOFjs.FieldSet; exports.FieldTitle = _chunk7M7NPKOFjs.FieldTitle; exports.FileInput = _chunk7M7NPKOFjs.FileInput; exports.FileUploader = _chunk7M7NPKOFjs.FileUploader; exports.FileUploaderContent = _chunk7M7NPKOFjs.FileUploaderContent; exports.FileUploaderItem = _chunk7M7NPKOFjs.FileUploaderItem; exports.ForgotPassword = _chunk7M7NPKOFjs.ForgotPassword; exports.Form = _chunk7M7NPKOFjs.Form; exports.FormCheckbox = _chunk7M7NPKOFjs.FormCheckbox; exports.FormDate = _chunk7M7NPKOFjs.FormDate; exports.FormDateTime = _chunk7M7NPKOFjs.FormDateTime; exports.FormFeatures = _chunk7M7NPKOFjs.FormFeatures; exports.FormFieldWrapper = _chunk7M7NPKOFjs.FormFieldWrapper; exports.FormInput = _chunk7M7NPKOFjs.FormInput; exports.FormPassword = _chunk7M7NPKOFjs.FormPassword; exports.FormPlaceAutocomplete = _chunk7M7NPKOFjs.FormPlaceAutocomplete; exports.FormRoles = _chunk7M7NPKOFjs.FormRoles; exports.FormSelect = _chunk7M7NPKOFjs.FormSelect; exports.FormSlider = _chunk7M7NPKOFjs.FormSlider; exports.FormSwitch = _chunk7M7NPKOFjs.FormSwitch; exports.FormTextarea = _chunk7M7NPKOFjs.FormTextarea; exports.Header = _chunk7M7NPKOFjs.Header; exports.HoverCard = _chunk7M7NPKOFjs.HoverCard; exports.HoverCardContent = _chunk7M7NPKOFjs.HoverCardContent; exports.HoverCardTrigger = _chunk7M7NPKOFjs.HoverCardTrigger; exports.Input = _chunk7M7NPKOFjs.Input; exports.InputGroup = _chunk7M7NPKOFjs.InputGroup; exports.InputGroupAddon = _chunk7M7NPKOFjs.InputGroupAddon; exports.InputGroupButton = _chunk7M7NPKOFjs.InputGroupButton; exports.InputGroupInput = _chunk7M7NPKOFjs.InputGroupInput; exports.InputGroupText = _chunk7M7NPKOFjs.InputGroupText; exports.InputGroupTextarea = _chunk7M7NPKOFjs.InputGroupTextarea; exports.InputOTP = _chunk7M7NPKOFjs.InputOTP; exports.InputOTPGroup = _chunk7M7NPKOFjs.InputOTPGroup; exports.InputOTPSeparator = _chunk7M7NPKOFjs.InputOTPSeparator; exports.InputOTPSlot = _chunk7M7NPKOFjs.InputOTPSlot; exports.Item = _chunk7M7NPKOFjs.KanbanItem; exports.ItemHandle = _chunk7M7NPKOFjs.KanbanItemHandle; exports.Kanban = _chunk7M7NPKOFjs.KanbanRoot; exports.KanbanBoard = _chunk7M7NPKOFjs.KanbanBoard; exports.KanbanColumn = _chunk7M7NPKOFjs.KanbanColumn; exports.KanbanColumnHandle = _chunk7M7NPKOFjs.KanbanColumnHandle; exports.KanbanItem = _chunk7M7NPKOFjs.KanbanItem; exports.KanbanItemHandle = _chunk7M7NPKOFjs.KanbanItemHandle; exports.KanbanOverlay = _chunk7M7NPKOFjs.KanbanOverlay; exports.Label = _chunk7M7NPKOFjs.Label; exports.LandingComponent = _chunk7M7NPKOFjs.LandingComponent; exports.Link = _chunk7M7NPKOFjs.Link; exports.Login = _chunk7M7NPKOFjs.Login; exports.Logout = _chunk7M7NPKOFjs.Logout; exports.ModeToggleSwitch = _chunk7M7NPKOFjs.ModeToggleSwitch; exports.MultiSelect = _chunk7M7NPKOFjs.MultiSelect; exports.NavigationMenu = _chunk7M7NPKOFjs.NavigationMenu; exports.NavigationMenuContent = _chunk7M7NPKOFjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunk7M7NPKOFjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunk7M7NPKOFjs.NavigationMenuItem; exports.NavigationMenuLink = _chunk7M7NPKOFjs.NavigationMenuLink; exports.NavigationMenuList = _chunk7M7NPKOFjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunk7M7NPKOFjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunk7M7NPKOFjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunk7M7NPKOFjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunk7M7NPKOFjs.NotificationMenuItem; exports.NotificationModal = _chunk7M7NPKOFjs.NotificationModal; exports.NotificationToast = _chunk7M7NPKOFjs.NotificationToast; exports.NotificationsList = _chunk7M7NPKOFjs.NotificationsList; exports.NotificationsListContainer = _chunk7M7NPKOFjs.NotificationsListContainer; exports.OAuthClientCard = _chunk7M7NPKOFjs.OAuthClientCard; exports.OAuthClientDetail = _chunk7M7NPKOFjs.OAuthClientDetail; exports.OAuthClientForm = _chunk7M7NPKOFjs.OAuthClientForm; exports.OAuthClientList = _chunk7M7NPKOFjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunk7M7NPKOFjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunk7M7NPKOFjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunk7M7NPKOFjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunk7M7NPKOFjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunk7M7NPKOFjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunk7M7NPKOFjs.OAuthScopeList; exports.OAuthScopeSelector = _chunk7M7NPKOFjs.OAuthScopeSelector; exports.Overlay = _chunk7M7NPKOFjs.KanbanOverlay; exports.PageContainer = _chunk7M7NPKOFjs.PageContainer; exports.PageContainerContentDetails = _chunk7M7NPKOFjs.PageContainerContentDetails; exports.PageContentContainer = _chunk7M7NPKOFjs.PageContentContainer; exports.PageSection = _chunk7M7NPKOFjs.PageSection; exports.PasswordInput = _chunk7M7NPKOFjs.PasswordInput; exports.Popover = _chunk7M7NPKOFjs.Popover; exports.PopoverContent = _chunk7M7NPKOFjs.PopoverContent; exports.PopoverDescription = _chunk7M7NPKOFjs.PopoverDescription; exports.PopoverHeader = _chunk7M7NPKOFjs.PopoverHeader; exports.PopoverTitle = _chunk7M7NPKOFjs.PopoverTitle; exports.PopoverTrigger = _chunk7M7NPKOFjs.PopoverTrigger; exports.Progress = _chunk7M7NPKOFjs.Progress; exports.ProgressIndicator = _chunk7M7NPKOFjs.ProgressIndicator; exports.ProgressLabel = _chunk7M7NPKOFjs.ProgressLabel; exports.ProgressTrack = _chunk7M7NPKOFjs.ProgressTrack; exports.ProgressValue = _chunk7M7NPKOFjs.ProgressValue; exports.PushNotificationProvider = _chunk7M7NPKOFjs.PushNotificationProvider; exports.RadioGroup = _chunk7M7NPKOFjs.RadioGroup; exports.RadioGroupItem = _chunk7M7NPKOFjs.RadioGroupItem; exports.ReactMarkdownContainer = _chunk7M7NPKOFjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunk7M7NPKOFjs.RecentPagesNavigator; exports.RefreshUser = _chunk7M7NPKOFjs.RefreshUser; exports.RelevantContentsList = _chunk7M7NPKOFjs.RelevantContentsList; exports.RelevantUsersList = _chunk7M7NPKOFjs.RelevantUsersList; exports.RemoveUserFromRole = _chunk7M7NPKOFjs.RemoveUserFromRole; exports.ResetPassword = _chunk7M7NPKOFjs.ResetPassword; exports.ResizableHandle = _chunk7M7NPKOFjs.ResizableHandle; exports.ResizablePanel = _chunk7M7NPKOFjs.ResizablePanel; exports.ResizablePanelGroup = _chunk7M7NPKOFjs.ResizablePanelGroup; exports.RoleContainer = _chunk7M7NPKOFjs.RoleContainer; exports.RoleDetails = _chunk7M7NPKOFjs.RoleDetails; exports.RoleUsersList = _chunk7M7NPKOFjs.RoleUsersList; exports.RolesList = _chunk7M7NPKOFjs.RolesList; exports.Root = _chunk7M7NPKOFjs.KanbanRoot; exports.ScrollArea = _chunk7M7NPKOFjs.ScrollArea; exports.ScrollBar = _chunk7M7NPKOFjs.ScrollBar; exports.Select = _chunk7M7NPKOFjs.Select; exports.SelectContent = _chunk7M7NPKOFjs.SelectContent; exports.SelectGroup = _chunk7M7NPKOFjs.SelectGroup; exports.SelectItem = _chunk7M7NPKOFjs.SelectItem; exports.SelectLabel = _chunk7M7NPKOFjs.SelectLabel; exports.SelectScrollDownButton = _chunk7M7NPKOFjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunk7M7NPKOFjs.SelectScrollUpButton; exports.SelectSeparator = _chunk7M7NPKOFjs.SelectSeparator; exports.SelectTrigger = _chunk7M7NPKOFjs.SelectTrigger; exports.SelectValue = _chunk7M7NPKOFjs.SelectValue; exports.Separator = _chunk7M7NPKOFjs.Separator; exports.Sheet = _chunk7M7NPKOFjs.Sheet; exports.SheetClose = _chunk7M7NPKOFjs.SheetClose; exports.SheetContent = _chunk7M7NPKOFjs.SheetContent; exports.SheetDescription = _chunk7M7NPKOFjs.SheetDescription; exports.SheetFooter = _chunk7M7NPKOFjs.SheetFooter; exports.SheetHeader = _chunk7M7NPKOFjs.SheetHeader; exports.SheetTitle = _chunk7M7NPKOFjs.SheetTitle; exports.SheetTrigger = _chunk7M7NPKOFjs.SheetTrigger; exports.Sidebar = _chunk7M7NPKOFjs.Sidebar; exports.SidebarContent = _chunk7M7NPKOFjs.SidebarContent; exports.SidebarFooter = _chunk7M7NPKOFjs.SidebarFooter; exports.SidebarGroup = _chunk7M7NPKOFjs.SidebarGroup; exports.SidebarGroupAction = _chunk7M7NPKOFjs.SidebarGroupAction; exports.SidebarGroupContent = _chunk7M7NPKOFjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunk7M7NPKOFjs.SidebarGroupLabel; exports.SidebarHeader = _chunk7M7NPKOFjs.SidebarHeader; exports.SidebarInput = _chunk7M7NPKOFjs.SidebarInput; exports.SidebarInset = _chunk7M7NPKOFjs.SidebarInset; exports.SidebarMenu = _chunk7M7NPKOFjs.SidebarMenu; exports.SidebarMenuAction = _chunk7M7NPKOFjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunk7M7NPKOFjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunk7M7NPKOFjs.SidebarMenuButton; exports.SidebarMenuItem = _chunk7M7NPKOFjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunk7M7NPKOFjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunk7M7NPKOFjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunk7M7NPKOFjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunk7M7NPKOFjs.SidebarMenuSubItem; exports.SidebarProvider = _chunk7M7NPKOFjs.SidebarProvider; exports.SidebarRail = _chunk7M7NPKOFjs.SidebarRail; exports.SidebarSeparator = _chunk7M7NPKOFjs.SidebarSeparator; exports.SidebarTrigger = _chunk7M7NPKOFjs.SidebarTrigger; exports.Skeleton = _chunk7M7NPKOFjs.Skeleton; exports.Slider = _chunk7M7NPKOFjs.Slider; exports.Switch = _chunk7M7NPKOFjs.Switch; exports.Table = _chunk7M7NPKOFjs.Table; exports.TableBody = _chunk7M7NPKOFjs.TableBody; exports.TableCaption = _chunk7M7NPKOFjs.TableCaption; exports.TableCell = _chunk7M7NPKOFjs.TableCell; exports.TableFooter = _chunk7M7NPKOFjs.TableFooter; exports.TableHead = _chunk7M7NPKOFjs.TableHead; exports.TableHeader = _chunk7M7NPKOFjs.TableHeader; exports.TableRow = _chunk7M7NPKOFjs.TableRow; exports.Tabs = _chunk7M7NPKOFjs.Tabs; exports.TabsContainer = _chunk7M7NPKOFjs.TabsContainer; exports.TabsContent = _chunk7M7NPKOFjs.TabsContent; exports.TabsList = _chunk7M7NPKOFjs.TabsList; exports.TabsTrigger = _chunk7M7NPKOFjs.TabsTrigger; exports.Textarea = _chunk7M7NPKOFjs.Textarea; exports.Toaster = _chunk7M7NPKOFjs.Toaster; exports.Toggle = _chunk7M7NPKOFjs.Toggle; exports.TokenStatusIndicator = _chunk7M7NPKOFjs.TokenStatusIndicator; exports.Tooltip = _chunk7M7NPKOFjs.Tooltip; exports.TooltipContent = _chunk7M7NPKOFjs.TooltipContent; exports.TooltipProvider = _chunk7M7NPKOFjs.TooltipProvider; exports.TooltipTrigger = _chunk7M7NPKOFjs.TooltipTrigger; exports.UserAvatar = _chunk7M7NPKOFjs.UserAvatar; exports.UserAvatarEditor = _chunk7M7NPKOFjs.UserAvatarEditor; exports.UserContainer = _chunk7M7NPKOFjs.UserContainer; exports.UserDeleter = _chunk7M7NPKOFjs.UserDeleter; exports.UserDetails = _chunk7M7NPKOFjs.UserDetails; exports.UserEditor = _chunk7M7NPKOFjs.UserEditor; exports.UserIndexContainer = _chunk7M7NPKOFjs.UserIndexContainer; exports.UserIndexDetails = _chunk7M7NPKOFjs.UserIndexDetails; exports.UserListInAdd = _chunk7M7NPKOFjs.UserListInAdd; exports.UserMultiSelect = _chunk7M7NPKOFjs.UserMultiSelect; exports.UserReactivator = _chunk7M7NPKOFjs.UserReactivator; exports.UserResentInvitationEmail = _chunk7M7NPKOFjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunk7M7NPKOFjs.UserRoleAdd; exports.UserRolesList = _chunk7M7NPKOFjs.UserRolesList; exports.UserSelector = _chunk7M7NPKOFjs.UserSelector; exports.UsersList = _chunk7M7NPKOFjs.UsersList; exports.UsersListByContentIds = _chunk7M7NPKOFjs.UsersListByContentIds; exports.UsersListContainer = _chunk7M7NPKOFjs.UsersListContainer; exports.badgeVariants = _chunk7M7NPKOFjs.badgeVariants; exports.buttonVariants = _chunk7M7NPKOFjs.buttonVariants; exports.cellComponent = _chunk7M7NPKOFjs.cellComponent; exports.cellDate = _chunk7M7NPKOFjs.cellDate; exports.cellId = _chunk7M7NPKOFjs.cellId; exports.cellLink = _chunk7M7NPKOFjs.cellLink; exports.cellUrl = _chunk7M7NPKOFjs.cellUrl; exports.errorToast = _chunk7M7NPKOFjs.errorToast; exports.generateNotificationData = _chunk7M7NPKOFjs.generateNotificationData; exports.navigationMenuTriggerStyle = _chunk7M7NPKOFjs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunk7M7NPKOFjs.tabsListVariants; exports.toggleVariants = _chunk7M7NPKOFjs.toggleVariants; exports.triggerAssociationToast = _chunk7M7NPKOFjs.triggerAssociationToast; exports.useCarousel = _chunk7M7NPKOFjs.useCarousel; exports.useFileUpload = _chunk7M7NPKOFjs.useFileUpload; exports.useSidebar = _chunk7M7NPKOFjs.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
|
|
@@ -370,9 +370,9 @@ import {
|
|
|
370
370
|
useCarousel,
|
|
371
371
|
useFileUpload,
|
|
372
372
|
useSidebar
|
|
373
|
-
} from "../chunk-
|
|
373
|
+
} from "../chunk-3HGZMKT4.mjs";
|
|
374
374
|
import "../chunk-GR4QPP36.mjs";
|
|
375
|
-
import "../chunk-
|
|
375
|
+
import "../chunk-NYNLJEPF.mjs";
|
|
376
376
|
import "../chunk-AUXK7QSA.mjs";
|
|
377
377
|
import "../chunk-C7C7VY4F.mjs";
|
|
378
378
|
import "../chunk-U4MTVHOC.mjs";
|
package/dist/contexts/index.js
CHANGED
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
|
|
23
|
-
var
|
|
23
|
+
var _chunk6HQ6CPVLjs = require('../chunk-6HQ6CPVL.js');
|
|
24
24
|
require('../chunk-EW6QPMN3.js');
|
|
25
|
-
require('../chunk-
|
|
25
|
+
require('../chunk-UYBCHXXL.js');
|
|
26
26
|
require('../chunk-LXKSUWAV.js');
|
|
27
27
|
require('../chunk-IBS6NI7D.js');
|
|
28
28
|
require('../chunk-FM6WRAN5.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
|
@@ -20,9 +20,9 @@ import {
|
|
|
20
20
|
useSharedContext,
|
|
21
21
|
useSocketContext,
|
|
22
22
|
useUserContext
|
|
23
|
-
} from "../chunk-
|
|
23
|
+
} from "../chunk-3HGZMKT4.mjs";
|
|
24
24
|
import "../chunk-GR4QPP36.mjs";
|
|
25
|
-
import "../chunk-
|
|
25
|
+
import "../chunk-NYNLJEPF.mjs";
|
|
26
26
|
import "../chunk-AUXK7QSA.mjs";
|
|
27
27
|
import "../chunk-C7C7VY4F.mjs";
|
|
28
28
|
import "../chunk-U4MTVHOC.mjs";
|
package/dist/core/index.js
CHANGED
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
|
|
109
|
-
var
|
|
109
|
+
var _chunkUYBCHXXLjs = require('../chunk-UYBCHXXL.js');
|
|
110
110
|
require('../chunk-LXKSUWAV.js');
|
|
111
111
|
require('../chunk-IBS6NI7D.js');
|
|
112
112
|
|
|
@@ -239,5 +239,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
239
239
|
|
|
240
240
|
|
|
241
241
|
|
|
242
|
-
exports.AVAILABLE_OAUTH_SCOPES =
|
|
242
|
+
exports.AVAILABLE_OAUTH_SCOPES = _chunkUYBCHXXLjs.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunkUYBCHXXLjs.AbstractApiData; exports.AbstractService = _chunkUYBCHXXLjs.AbstractService; exports.Action = _chunkUYBCHXXLjs.Action; exports.Auth = _chunkUYBCHXXLjs.Auth; exports.AuthComponent = _chunkUYBCHXXLjs.AuthComponent; exports.AuthModule = _chunkUYBCHXXLjs.AuthModule; exports.AuthService = _chunkUYBCHXXLjs.AuthService; exports.AuthorModule = _chunkUYBCHXXLjs.AuthorModule; exports.Billing = _chunkUYBCHXXLjs.Billing; exports.BillingModule = _chunkUYBCHXXLjs.BillingModule; exports.BillingService = _chunkUYBCHXXLjs.BillingService; exports.BlockNoteDiffUtil = _chunkUYBCHXXLjs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunkUYBCHXXLjs.BlockNoteWordDiffRendererUtil; exports.ClientAbstractService = _chunkUYBCHXXLjs.ClientAbstractService; exports.ClientHttpMethod = _chunkUYBCHXXLjs.ClientHttpMethod; exports.Company = _chunkUYBCHXXLjs.Company; exports.CompanyFields = _chunkUYBCHXXLjs.CompanyFields; exports.CompanyModule = _chunkUYBCHXXLjs.CompanyModule; exports.CompanyService = _chunkUYBCHXXLjs.CompanyService; exports.Content = _chunkUYBCHXXLjs.Content; exports.ContentFields = _chunkUYBCHXXLjs.ContentFields; exports.ContentModule = _chunkUYBCHXXLjs.ContentModule; exports.ContentService = _chunkUYBCHXXLjs.ContentService; exports.DEFAULT_GRANT_TYPES = _chunkUYBCHXXLjs.DEFAULT_GRANT_TYPES; exports.DataClass = _chunkFM6WRAN5js.DataClassRegistry; exports.DataClassRegistry = _chunkFM6WRAN5js.DataClassRegistry; exports.EndpointCreator = _chunkUYBCHXXLjs.EndpointCreator; exports.Feature = _chunkUYBCHXXLjs.Feature; exports.FeatureModule = _chunkUYBCHXXLjs.FeatureModule; exports.FeatureService = _chunkUYBCHXXLjs.FeatureService; exports.HttpMethod = _chunkUYBCHXXLjs.HttpMethod; exports.InvoiceStatus = _chunkUYBCHXXLjs.InvoiceStatus; exports.JsonApiDataFactory = _chunkFM6WRAN5js.JsonApiDataFactory; exports.Module = _chunkUYBCHXXLjs.Module; exports.ModuleModule = _chunkUYBCHXXLjs.ModuleModule; exports.ModuleRegistrar = _chunkUYBCHXXLjs.ModuleRegistrar; exports.ModuleRegistry = _chunkUYBCHXXLjs.ModuleRegistry; exports.Modules = _chunkUYBCHXXLjs.Modules; exports.Notification = _chunkUYBCHXXLjs.Notification; exports.NotificationFields = _chunkUYBCHXXLjs.NotificationFields; exports.NotificationModule = _chunkUYBCHXXLjs.NotificationModule; exports.NotificationService = _chunkUYBCHXXLjs.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunkUYBCHXXLjs.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunkUYBCHXXLjs.OAuthClient; exports.OAuthModule = _chunkUYBCHXXLjs.OAuthModule; exports.OAuthService = _chunkUYBCHXXLjs.OAuthService; exports.PaymentMethod = _chunkUYBCHXXLjs.PaymentMethod; exports.Push = _chunkUYBCHXXLjs.Push; exports.PushModule = _chunkUYBCHXXLjs.PushModule; exports.PushService = _chunkUYBCHXXLjs.PushService; exports.RehydrationFactory = _chunkUYBCHXXLjs.RehydrationFactory; exports.Role = _chunkUYBCHXXLjs.Role; exports.RoleFields = _chunkUYBCHXXLjs.RoleFields; exports.RoleModule = _chunkUYBCHXXLjs.RoleModule; exports.RoleService = _chunkUYBCHXXLjs.RoleService; exports.S3 = _chunkUYBCHXXLjs.S3; exports.S3Module = _chunkUYBCHXXLjs.S3Module; exports.S3Service = _chunkUYBCHXXLjs.S3Service; exports.StripeCustomer = _chunkUYBCHXXLjs.StripeCustomer; exports.StripeCustomerModule = _chunkUYBCHXXLjs.StripeCustomerModule; exports.StripeCustomerService = _chunkUYBCHXXLjs.StripeCustomerService; exports.StripeInvoice = _chunkUYBCHXXLjs.StripeInvoice; exports.StripeInvoiceModule = _chunkUYBCHXXLjs.StripeInvoiceModule; exports.StripeInvoiceService = _chunkUYBCHXXLjs.StripeInvoiceService; exports.StripePaymentMethodModule = _chunkUYBCHXXLjs.StripePaymentMethodModule; exports.StripePrice = _chunkUYBCHXXLjs.StripePrice; exports.StripePriceModule = _chunkUYBCHXXLjs.StripePriceModule; exports.StripePriceService = _chunkUYBCHXXLjs.StripePriceService; exports.StripeProduct = _chunkUYBCHXXLjs.StripeProduct; exports.StripeProductModule = _chunkUYBCHXXLjs.StripeProductModule; exports.StripeProductService = _chunkUYBCHXXLjs.StripeProductService; exports.StripeSubscription = _chunkUYBCHXXLjs.StripeSubscription; exports.StripeSubscriptionModule = _chunkUYBCHXXLjs.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunkUYBCHXXLjs.StripeSubscriptionService; exports.StripeUsage = _chunkUYBCHXXLjs.StripeUsage; exports.StripeUsageModule = _chunkUYBCHXXLjs.StripeUsageModule; exports.StripeUsageService = _chunkUYBCHXXLjs.StripeUsageService; exports.SubscriptionStatus = _chunkUYBCHXXLjs.SubscriptionStatus; exports.TableOptions = _chunkUYBCHXXLjs.TableOptions; exports.User = _chunkUYBCHXXLjs.User; exports.UserFields = _chunkUYBCHXXLjs.UserFields; exports.UserModule = _chunkUYBCHXXLjs.UserModule; exports.UserService = _chunkUYBCHXXLjs.UserService; exports.checkPermissions = _chunkUYBCHXXLjs.checkPermissions; exports.checkPermissionsFromServer = _chunkUYBCHXXLjs.checkPermissionsFromServer; exports.cn = _chunkUYBCHXXLjs.cn; exports.composeRefs = _chunkUYBCHXXLjs.composeRefs; exports.createJsonApiInclusion = _chunkUYBCHXXLjs.createJsonApiInclusion; exports.entityObjectSchema = _chunkUYBCHXXLjs.entityObjectSchema; exports.exists = _chunkUYBCHXXLjs.exists; exports.formatDate = _chunkUYBCHXXLjs.formatDate; exports.getBootstrapper = _chunkFM6WRAN5js.getBootstrapper; exports.getClientGlobalErrorHandler = _chunkUYBCHXXLjs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunkUYBCHXXLjs.getGlobalErrorHandler; exports.getIcon = _chunkUYBCHXXLjs.getIcon; exports.getIconByModule = _chunkUYBCHXXLjs.getIconByModule; exports.getIconByModuleName = _chunkUYBCHXXLjs.getIconByModuleName; exports.getLucideIcon = _chunkUYBCHXXLjs.getLucideIcon; exports.getLucideIconByModule = _chunkUYBCHXXLjs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunkUYBCHXXLjs.getLucideIconByModuleName; exports.getTableComponents = _chunkUYBCHXXLjs.getTableComponents; exports.getTableOptions = _chunkUYBCHXXLjs.getTableOptions; exports.getValueFromPath = _chunkUYBCHXXLjs.getValueFromPath; exports.hasBootstrapper = _chunkFM6WRAN5js.hasBootstrapper; exports.rehydrate = _chunkUYBCHXXLjs.rehydrate; exports.rehydrateList = _chunkUYBCHXXLjs.rehydrateList; exports.resetBootstrapStore = _chunkFM6WRAN5js.resetBootstrapStore; exports.setBootstrapper = _chunkFM6WRAN5js.setBootstrapper; exports.setClientGlobalErrorHandler = _chunkUYBCHXXLjs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunkUYBCHXXLjs.setGlobalErrorHandler; exports.translateData = _chunkFM6WRAN5js.translateData; exports.translateResponse = _chunkFM6WRAN5js.translateResponse; exports.tryBootstrap = _chunkFM6WRAN5js.tryBootstrap; exports.useComposedRefs = _chunkUYBCHXXLjs.useComposedRefs; exports.useIsMobile = _chunkUYBCHXXLjs.useIsMobile; exports.userObjectSchema = _chunkUYBCHXXLjs.userObjectSchema;
|
|
243
243
|
//# sourceMappingURL=index.js.map
|
package/dist/core/index.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -120,7 +120,7 @@ var _chunkEW6QPMN3js = require('./chunk-EW6QPMN3.js');
|
|
|
120
120
|
|
|
121
121
|
|
|
122
122
|
|
|
123
|
-
var
|
|
123
|
+
var _chunkUYBCHXXLjs = require('./chunk-UYBCHXXL.js');
|
|
124
124
|
require('./chunk-LXKSUWAV.js');
|
|
125
125
|
require('./chunk-IBS6NI7D.js');
|
|
126
126
|
|
|
@@ -265,5 +265,5 @@ require('./chunk-7QVYU63E.js');
|
|
|
265
265
|
|
|
266
266
|
|
|
267
267
|
|
|
268
|
-
exports.AVAILABLE_OAUTH_SCOPES =
|
|
268
|
+
exports.AVAILABLE_OAUTH_SCOPES = _chunkUYBCHXXLjs.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunkUYBCHXXLjs.AbstractApiData; exports.AbstractService = _chunkUYBCHXXLjs.AbstractService; exports.Action = _chunkUYBCHXXLjs.Action; exports.Auth = _chunkUYBCHXXLjs.Auth; exports.AuthComponent = _chunkUYBCHXXLjs.AuthComponent; exports.AuthModule = _chunkUYBCHXXLjs.AuthModule; exports.AuthService = _chunkUYBCHXXLjs.AuthService; exports.AuthorModule = _chunkUYBCHXXLjs.AuthorModule; exports.Billing = _chunkUYBCHXXLjs.Billing; exports.BillingModule = _chunkUYBCHXXLjs.BillingModule; exports.BillingService = _chunkUYBCHXXLjs.BillingService; exports.BlockNoteDiffUtil = _chunkUYBCHXXLjs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunkUYBCHXXLjs.BlockNoteWordDiffRendererUtil; exports.ClientAbstractService = _chunkUYBCHXXLjs.ClientAbstractService; exports.ClientHttpMethod = _chunkUYBCHXXLjs.ClientHttpMethod; exports.Company = _chunkUYBCHXXLjs.Company; exports.CompanyFields = _chunkUYBCHXXLjs.CompanyFields; exports.CompanyModule = _chunkUYBCHXXLjs.CompanyModule; exports.CompanyService = _chunkUYBCHXXLjs.CompanyService; exports.Content = _chunkUYBCHXXLjs.Content; exports.ContentFields = _chunkUYBCHXXLjs.ContentFields; exports.ContentModule = _chunkUYBCHXXLjs.ContentModule; exports.ContentService = _chunkUYBCHXXLjs.ContentService; exports.DEFAULT_GRANT_TYPES = _chunkUYBCHXXLjs.DEFAULT_GRANT_TYPES; exports.DataClass = _chunkFM6WRAN5js.DataClassRegistry; exports.DataClassRegistry = _chunkFM6WRAN5js.DataClassRegistry; exports.EndpointCreator = _chunkUYBCHXXLjs.EndpointCreator; exports.Feature = _chunkUYBCHXXLjs.Feature; exports.FeatureModule = _chunkUYBCHXXLjs.FeatureModule; exports.FeatureService = _chunkUYBCHXXLjs.FeatureService; exports.HttpMethod = _chunkUYBCHXXLjs.HttpMethod; exports.InvoiceStatus = _chunkUYBCHXXLjs.InvoiceStatus; exports.JsonApiDataFactory = _chunkFM6WRAN5js.JsonApiDataFactory; exports.Module = _chunkUYBCHXXLjs.Module; exports.ModuleModule = _chunkUYBCHXXLjs.ModuleModule; exports.ModuleRegistrar = _chunkUYBCHXXLjs.ModuleRegistrar; exports.ModuleRegistry = _chunkUYBCHXXLjs.ModuleRegistry; exports.Modules = _chunkUYBCHXXLjs.Modules; exports.Notification = _chunkUYBCHXXLjs.Notification; exports.NotificationFields = _chunkUYBCHXXLjs.NotificationFields; exports.NotificationModule = _chunkUYBCHXXLjs.NotificationModule; exports.NotificationService = _chunkUYBCHXXLjs.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunkUYBCHXXLjs.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunkUYBCHXXLjs.OAuthClient; exports.OAuthModule = _chunkUYBCHXXLjs.OAuthModule; exports.OAuthService = _chunkUYBCHXXLjs.OAuthService; exports.PaymentMethod = _chunkUYBCHXXLjs.PaymentMethod; exports.Push = _chunkUYBCHXXLjs.Push; exports.PushModule = _chunkUYBCHXXLjs.PushModule; exports.PushService = _chunkUYBCHXXLjs.PushService; exports.RehydrationFactory = _chunkUYBCHXXLjs.RehydrationFactory; exports.Role = _chunkUYBCHXXLjs.Role; exports.RoleFields = _chunkUYBCHXXLjs.RoleFields; exports.RoleModule = _chunkUYBCHXXLjs.RoleModule; exports.RoleService = _chunkUYBCHXXLjs.RoleService; exports.S3 = _chunkUYBCHXXLjs.S3; exports.S3Module = _chunkUYBCHXXLjs.S3Module; exports.S3Service = _chunkUYBCHXXLjs.S3Service; exports.StripeCustomer = _chunkUYBCHXXLjs.StripeCustomer; exports.StripeCustomerModule = _chunkUYBCHXXLjs.StripeCustomerModule; exports.StripeCustomerService = _chunkUYBCHXXLjs.StripeCustomerService; exports.StripeInvoice = _chunkUYBCHXXLjs.StripeInvoice; exports.StripeInvoiceModule = _chunkUYBCHXXLjs.StripeInvoiceModule; exports.StripeInvoiceService = _chunkUYBCHXXLjs.StripeInvoiceService; exports.StripePaymentMethodModule = _chunkUYBCHXXLjs.StripePaymentMethodModule; exports.StripePrice = _chunkUYBCHXXLjs.StripePrice; exports.StripePriceModule = _chunkUYBCHXXLjs.StripePriceModule; exports.StripePriceService = _chunkUYBCHXXLjs.StripePriceService; exports.StripeProduct = _chunkUYBCHXXLjs.StripeProduct; exports.StripeProductModule = _chunkUYBCHXXLjs.StripeProductModule; exports.StripeProductService = _chunkUYBCHXXLjs.StripeProductService; exports.StripeSubscription = _chunkUYBCHXXLjs.StripeSubscription; exports.StripeSubscriptionModule = _chunkUYBCHXXLjs.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunkUYBCHXXLjs.StripeSubscriptionService; exports.StripeUsage = _chunkUYBCHXXLjs.StripeUsage; exports.StripeUsageModule = _chunkUYBCHXXLjs.StripeUsageModule; exports.StripeUsageService = _chunkUYBCHXXLjs.StripeUsageService; exports.SubscriptionStatus = _chunkUYBCHXXLjs.SubscriptionStatus; exports.TableOptions = _chunkUYBCHXXLjs.TableOptions; exports.User = _chunkUYBCHXXLjs.User; exports.UserFields = _chunkUYBCHXXLjs.UserFields; exports.UserModule = _chunkUYBCHXXLjs.UserModule; exports.UserService = _chunkUYBCHXXLjs.UserService; exports.checkPermissions = _chunkUYBCHXXLjs.checkPermissions; exports.checkPermissionsFromServer = _chunkUYBCHXXLjs.checkPermissionsFromServer; exports.cn = _chunkUYBCHXXLjs.cn; exports.composeRefs = _chunkUYBCHXXLjs.composeRefs; exports.configureAuth = _chunkUYBCHXXLjs.configureAuth; exports.configureI18n = _chunkEW6QPMN3js.configureI18n; exports.configureJsonApi = _chunkEW6QPMN3js.configureJsonApi; exports.configureLogin = _chunkEW6QPMN3js.configureLogin; exports.configureRoles = _chunkEW6QPMN3js.configureRoles; exports.createJsonApiInclusion = _chunkUYBCHXXLjs.createJsonApiInclusion; exports.entityObjectSchema = _chunkUYBCHXXLjs.entityObjectSchema; exports.exists = _chunkUYBCHXXLjs.exists; exports.formatDate = _chunkUYBCHXXLjs.formatDate; exports.getApiUrl = _chunkEW6QPMN3js.getApiUrl; exports.getAppUrl = _chunkEW6QPMN3js.getAppUrl; exports.getBootstrapper = _chunkFM6WRAN5js.getBootstrapper; exports.getClientGlobalErrorHandler = _chunkUYBCHXXLjs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunkUYBCHXXLjs.getGlobalErrorHandler; exports.getIcon = _chunkUYBCHXXLjs.getIcon; exports.getIconByModule = _chunkUYBCHXXLjs.getIconByModule; exports.getIconByModuleName = _chunkUYBCHXXLjs.getIconByModuleName; exports.getLucideIcon = _chunkUYBCHXXLjs.getLucideIcon; exports.getLucideIconByModule = _chunkUYBCHXXLjs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunkUYBCHXXLjs.getLucideIconByModuleName; exports.getRoleId = _chunkEW6QPMN3js.getRoleId; exports.getStripePublishableKey = _chunkEW6QPMN3js.getStripePublishableKey; exports.getTableComponents = _chunkUYBCHXXLjs.getTableComponents; exports.getTableOptions = _chunkUYBCHXXLjs.getTableOptions; exports.getTokenHandler = _chunkUYBCHXXLjs.getTokenHandler; exports.getTrackablePages = _chunkEW6QPMN3js.getTrackablePages; exports.getValueFromPath = _chunkUYBCHXXLjs.getValueFromPath; exports.hasBootstrapper = _chunkFM6WRAN5js.hasBootstrapper; exports.isRolesConfigured = _chunkEW6QPMN3js.isRolesConfigured; exports.rehydrate = _chunkUYBCHXXLjs.rehydrate; exports.rehydrateList = _chunkUYBCHXXLjs.rehydrateList; exports.resetBootstrapStore = _chunkFM6WRAN5js.resetBootstrapStore; exports.setBootstrapper = _chunkFM6WRAN5js.setBootstrapper; exports.setClientGlobalErrorHandler = _chunkUYBCHXXLjs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunkUYBCHXXLjs.setGlobalErrorHandler; exports.translateData = _chunkFM6WRAN5js.translateData; exports.translateResponse = _chunkFM6WRAN5js.translateResponse; exports.tryBootstrap = _chunkFM6WRAN5js.tryBootstrap; exports.useComposedRefs = _chunkUYBCHXXLjs.useComposedRefs; exports.useIsMobile = _chunkUYBCHXXLjs.useIsMobile; exports.userObjectSchema = _chunkUYBCHXXLjs.userObjectSchema;
|
|
269
269
|
//# sourceMappingURL=index.js.map
|
package/dist/index.mjs
CHANGED
package/dist/server/index.js
CHANGED
|
@@ -15,7 +15,7 @@ var _chunk3ZPK4QOBjs = require('../chunk-3ZPK4QOB.js');
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
18
|
+
var _chunkUYBCHXXLjs = require('../chunk-UYBCHXXL.js');
|
|
19
19
|
require('../chunk-LXKSUWAV.js');
|
|
20
20
|
require('../chunk-IBS6NI7D.js');
|
|
21
21
|
|
|
@@ -86,7 +86,7 @@ var ServerSession = class {
|
|
|
86
86
|
if (!rawModules) return false;
|
|
87
87
|
const modules = JSON.parse(_pako2.default.ungzip(Buffer.from(rawModules, "base64"), { to: "string" }));
|
|
88
88
|
const selectedModule = modules.find((module) => module.id === params.module.moduleId);
|
|
89
|
-
return
|
|
89
|
+
return _chunkUYBCHXXLjs.checkPermissionsFromServer.call(void 0, {
|
|
90
90
|
module: params.module,
|
|
91
91
|
action: params.action,
|
|
92
92
|
data: params.data,
|
|
@@ -296,5 +296,5 @@ _chunk7QVYU63Ejs.__name.call(void 0, ServerJsonApiDelete, "ServerJsonApiDelete")
|
|
|
296
296
|
|
|
297
297
|
|
|
298
298
|
|
|
299
|
-
exports.ServerAuthService =
|
|
299
|
+
exports.ServerAuthService = _chunkUYBCHXXLjs.AuthService; exports.ServerCompanyService = _chunkUYBCHXXLjs.CompanyService; exports.ServerContentService = _chunkUYBCHXXLjs.ContentService; exports.ServerFeatureService = _chunkUYBCHXXLjs.FeatureService; exports.ServerJsonApiDelete = ServerJsonApiDelete; exports.ServerJsonApiGet = ServerJsonApiGet; exports.ServerJsonApiPatch = ServerJsonApiPatch; exports.ServerJsonApiPost = ServerJsonApiPost; exports.ServerJsonApiPut = ServerJsonApiPut; exports.ServerNotificationService = _chunkUYBCHXXLjs.NotificationService; exports.ServerPushService = _chunkUYBCHXXLjs.PushService; exports.ServerRoleService = _chunkUYBCHXXLjs.RoleService; exports.ServerS3Service = _chunkUYBCHXXLjs.S3Service; exports.ServerSession = ServerSession; exports.ServerUserService = _chunkUYBCHXXLjs.UserService; exports.configureServerJsonApi = configureServerJsonApi; exports.getServerApiUrl = getServerApiUrl; exports.getServerAppUrl = getServerAppUrl; exports.getServerToken = _chunkYUO55Q5Ajs.getServerToken; exports.getServerTrackablePages = getServerTrackablePages; exports.invalidateCacheTag = invalidateCacheTag; exports.invalidateCacheTags = invalidateCacheTags; exports.serverRequest = _chunk3ZPK4QOBjs.serverRequest;
|
|
300
300
|
//# sourceMappingURL=index.js.map
|
package/dist/server/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>
|