@carlonicora/nextjs-jsonapi 1.54.0 → 1.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{BlockNoteEditor-3FJNUMPG.mjs → BlockNoteEditor-KRNCNQSM.mjs} +2 -2
- package/dist/{BlockNoteEditor-H7TO4U5Q.js → BlockNoteEditor-USEVDT2N.js} +6 -6
- package/dist/{BlockNoteEditor-H7TO4U5Q.js.map → BlockNoteEditor-USEVDT2N.js.map} +1 -1
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-4EOS4FWI.js → chunk-JQAG6BQJ.js} +133 -117
- package/dist/chunk-JQAG6BQJ.js.map +1 -0
- package/dist/{chunk-U42KH22X.mjs → chunk-PIGACN3N.mjs} +34 -18
- package/dist/chunk-PIGACN3N.mjs.map +1 -0
- package/dist/client/index.d.mts +3 -0
- package/dist/client/index.d.ts +3 -0
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.d.mts +5 -2
- package/dist/components/index.d.ts +5 -2
- 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/containers/RoundPageContainer.tsx +41 -29
- package/src/components/containers/TabsContainer.tsx +1 -0
- package/src/components/forms/FormBlockNote.tsx +4 -1
- package/src/hooks/url.rewriter.ts +2 -0
- package/dist/chunk-4EOS4FWI.js.map +0 -1
- package/dist/chunk-U42KH22X.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-3FJNUMPG.mjs.map → BlockNoteEditor-KRNCNQSM.mjs.map} +0 -0
package/dist/client/index.d.mts
CHANGED
|
@@ -342,6 +342,9 @@ declare function useUrlRewriter(): (params: {
|
|
|
342
342
|
id?: string;
|
|
343
343
|
childPage?: ModuleWithPermissions | string;
|
|
344
344
|
childId?: string;
|
|
345
|
+
additionalParameters?: {
|
|
346
|
+
[key: string]: string | string[] | undefined;
|
|
347
|
+
};
|
|
345
348
|
}) => void;
|
|
346
349
|
|
|
347
350
|
declare function useDebounce<T extends (...args: any[]) => any>(callback: T, delay: number): T & {
|
package/dist/client/index.d.ts
CHANGED
|
@@ -342,6 +342,9 @@ declare function useUrlRewriter(): (params: {
|
|
|
342
342
|
id?: string;
|
|
343
343
|
childPage?: ModuleWithPermissions | string;
|
|
344
344
|
childId?: string;
|
|
345
|
+
additionalParameters?: {
|
|
346
|
+
[key: string]: string | string[] | undefined;
|
|
347
|
+
};
|
|
345
348
|
}) => void;
|
|
346
349
|
|
|
347
350
|
declare function useDebounce<T extends (...args: any[]) => any>(callback: T, delay: number): T & {
|
package/dist/client/index.js
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
var
|
|
32
|
+
var _chunkJQAG6BQJjs = require('../chunk-JQAG6BQJ.js');
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
|
|
@@ -123,5 +123,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
123
123
|
|
|
124
124
|
|
|
125
125
|
|
|
126
|
-
exports.ClientJsonApiDelete = _chunkQOLVON35js.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkQOLVON35js.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkQOLVON35js.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkQOLVON35js.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkQOLVON35js.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider =
|
|
126
|
+
exports.ClientJsonApiDelete = _chunkQOLVON35js.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkQOLVON35js.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkQOLVON35js.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkQOLVON35js.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkQOLVON35js.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkJQAG6BQJjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkJQAG6BQJjs.TableGeneratorRegistry; exports.configureClientConfig = _chunkUJBUJALXjs.configureClientConfig; exports.configureClientJsonApi = _chunkQOLVON35js.configureClientJsonApi; exports.configureI18n = _chunkUJBUJALXjs.configureI18n; exports.configureJsonApi = _chunkUJBUJALXjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.downloadMigrationFile = _chunkJQAG6BQJjs.downloadMigrationFile; exports.generateMigrationFile = _chunkJQAG6BQJjs.generateMigrationFile; exports.getApiUrl = _chunkUJBUJALXjs.getApiUrl; exports.getAppUrl = _chunkUJBUJALXjs.getAppUrl; exports.getClientApiUrl = _chunkQOLVON35js.getClientApiUrl; exports.getClientAppUrl = _chunkQOLVON35js.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkQOLVON35js.getClientTrackablePages; exports.getI18nLink = _chunkUJBUJALXjs.getI18nLink; exports.getStripePublishableKey = _chunkUJBUJALXjs.getStripePublishableKey; exports.getTrackablePages = _chunkUJBUJALXjs.getTrackablePages; exports.registerTableGenerator = _chunkJQAG6BQJjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkJQAG6BQJjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkJQAG6BQJjs.useContentTableStructure; exports.useCustomD3Graph = _chunkJQAG6BQJjs.useCustomD3Graph; exports.useDataListRetriever = _chunkJQAG6BQJjs.useDataListRetriever; exports.useDebounce = _chunkJQAG6BQJjs.useDebounce; exports.useI18nDateFnsLocale = _chunkUJBUJALXjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkUJBUJALXjs.useI18nLocale; exports.useI18nRouter = _chunkUJBUJALXjs.useI18nRouter; exports.useI18nTranslations = _chunkUJBUJALXjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkJQAG6BQJjs.useJsonApiGet; exports.useJsonApiMutation = _chunkJQAG6BQJjs.useJsonApiMutation; exports.useNotificationSync = _chunkJQAG6BQJjs.useNotificationSync; exports.useOAuthClient = _chunkJQAG6BQJjs.useOAuthClient; exports.useOAuthClients = _chunkJQAG6BQJjs.useOAuthClients; exports.useOAuthConsent = _chunkJQAG6BQJjs.useOAuthConsent; exports.usePageTracker = _chunkJQAG6BQJjs.usePageTracker; exports.usePageUrlGenerator = _chunkJQAG6BQJjs.usePageUrlGenerator; exports.useRbacState = _chunkJQAG6BQJjs.useRbacState; exports.useRehydration = _chunkJQAG6BQJjs.useRehydration; exports.useRehydrationList = _chunkJQAG6BQJjs.useRehydrationList; exports.useRoleTableStructure = _chunkJQAG6BQJjs.useRoleTableStructure; exports.useSocket = _chunkJQAG6BQJjs.useSocket; exports.useSubscriptionStatus = _chunkJQAG6BQJjs.useSubscriptionStatus; exports.useTableGenerator = _chunkJQAG6BQJjs.useTableGenerator; exports.useUrlRewriter = _chunkJQAG6BQJjs.useUrlRewriter; exports.useUserSearch = _chunkJQAG6BQJjs.useUserSearch; exports.useUserTableStructure = _chunkJQAG6BQJjs.useUserTableStructure;
|
|
127
127
|
//# sourceMappingURL=index.js.map
|
package/dist/client/index.mjs
CHANGED
|
@@ -141,12 +141,13 @@ declare function ReactMarkdownContainer({ content, collapsible, initialLines, si
|
|
|
141
141
|
|
|
142
142
|
type RoundPageContainerProps = {
|
|
143
143
|
module?: ModuleWithPermissions;
|
|
144
|
+
id?: string;
|
|
144
145
|
details?: ReactNode;
|
|
145
146
|
tabs?: Tab[];
|
|
146
147
|
children?: ReactNode;
|
|
147
148
|
fullWidth?: boolean;
|
|
148
149
|
};
|
|
149
|
-
declare function RoundPageContainer({ module, details, tabs, children, fullWidth }: RoundPageContainerProps): react_jsx_runtime.JSX.Element;
|
|
150
|
+
declare function RoundPageContainer({ module, id, details, tabs, children, fullWidth }: RoundPageContainerProps): react_jsx_runtime.JSX.Element;
|
|
150
151
|
|
|
151
152
|
type RoundPageContainerTitleProps = {
|
|
152
153
|
module?: ModuleWithPermissions;
|
|
@@ -157,6 +158,7 @@ type RoundPageContainerTitleProps = {
|
|
|
157
158
|
declare function RoundPageContainerTitle({ module, details, showDetails, setShowDetails, }: RoundPageContainerTitleProps): react_jsx_runtime.JSX.Element;
|
|
158
159
|
|
|
159
160
|
type Tab = {
|
|
161
|
+
key?: ModuleWithPermissions;
|
|
160
162
|
label: string;
|
|
161
163
|
contentLabel?: React.ReactNode;
|
|
162
164
|
content: React.ReactNode;
|
|
@@ -324,7 +326,7 @@ type FormCheckboxProps = {
|
|
|
324
326
|
};
|
|
325
327
|
declare function FormCheckbox({ form, id, name, labelBefore, description, isRequired }: FormCheckboxProps): react_jsx_runtime.JSX.Element;
|
|
326
328
|
|
|
327
|
-
declare function FormBlockNote({ form, id, name, placeholder, type, isRequired, description, testId, }: {
|
|
329
|
+
declare function FormBlockNote({ form, id, name, placeholder, type, isRequired, description, testId, onEmptyChange, }: {
|
|
328
330
|
form: any;
|
|
329
331
|
id: string;
|
|
330
332
|
name?: string;
|
|
@@ -333,6 +335,7 @@ declare function FormBlockNote({ form, id, name, placeholder, type, isRequired,
|
|
|
333
335
|
isRequired?: boolean;
|
|
334
336
|
description?: string;
|
|
335
337
|
testId?: string;
|
|
338
|
+
onEmptyChange?: (isEmpty: boolean) => void;
|
|
336
339
|
}): react_jsx_runtime.JSX.Element;
|
|
337
340
|
|
|
338
341
|
type FormFieldWrapperProps<T extends FieldValues> = {
|
|
@@ -141,12 +141,13 @@ declare function ReactMarkdownContainer({ content, collapsible, initialLines, si
|
|
|
141
141
|
|
|
142
142
|
type RoundPageContainerProps = {
|
|
143
143
|
module?: ModuleWithPermissions;
|
|
144
|
+
id?: string;
|
|
144
145
|
details?: ReactNode;
|
|
145
146
|
tabs?: Tab[];
|
|
146
147
|
children?: ReactNode;
|
|
147
148
|
fullWidth?: boolean;
|
|
148
149
|
};
|
|
149
|
-
declare function RoundPageContainer({ module, details, tabs, children, fullWidth }: RoundPageContainerProps): react_jsx_runtime.JSX.Element;
|
|
150
|
+
declare function RoundPageContainer({ module, id, details, tabs, children, fullWidth }: RoundPageContainerProps): react_jsx_runtime.JSX.Element;
|
|
150
151
|
|
|
151
152
|
type RoundPageContainerTitleProps = {
|
|
152
153
|
module?: ModuleWithPermissions;
|
|
@@ -157,6 +158,7 @@ type RoundPageContainerTitleProps = {
|
|
|
157
158
|
declare function RoundPageContainerTitle({ module, details, showDetails, setShowDetails, }: RoundPageContainerTitleProps): react_jsx_runtime.JSX.Element;
|
|
158
159
|
|
|
159
160
|
type Tab = {
|
|
161
|
+
key?: ModuleWithPermissions;
|
|
160
162
|
label: string;
|
|
161
163
|
contentLabel?: React.ReactNode;
|
|
162
164
|
content: React.ReactNode;
|
|
@@ -324,7 +326,7 @@ type FormCheckboxProps = {
|
|
|
324
326
|
};
|
|
325
327
|
declare function FormCheckbox({ form, id, name, labelBefore, description, isRequired }: FormCheckboxProps): react_jsx_runtime.JSX.Element;
|
|
326
328
|
|
|
327
|
-
declare function FormBlockNote({ form, id, name, placeholder, type, isRequired, description, testId, }: {
|
|
329
|
+
declare function FormBlockNote({ form, id, name, placeholder, type, isRequired, description, testId, onEmptyChange, }: {
|
|
328
330
|
form: any;
|
|
329
331
|
id: string;
|
|
330
332
|
name?: string;
|
|
@@ -333,6 +335,7 @@ declare function FormBlockNote({ form, id, name, placeholder, type, isRequired,
|
|
|
333
335
|
isRequired?: boolean;
|
|
334
336
|
description?: string;
|
|
335
337
|
testId?: string;
|
|
338
|
+
onEmptyChange?: (isEmpty: boolean) => void;
|
|
336
339
|
}): react_jsx_runtime.JSX.Element;
|
|
337
340
|
|
|
338
341
|
type FormFieldWrapperProps<T extends FieldValues> = {
|
package/dist/components/index.js
CHANGED
|
@@ -422,7 +422,7 @@
|
|
|
422
422
|
|
|
423
423
|
|
|
424
424
|
|
|
425
|
-
var
|
|
425
|
+
var _chunkJQAG6BQJjs = require('../chunk-JQAG6BQJ.js');
|
|
426
426
|
require('../chunk-UJBUJALX.js');
|
|
427
427
|
|
|
428
428
|
|
|
@@ -867,5 +867,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
867
867
|
|
|
868
868
|
|
|
869
869
|
|
|
870
|
-
exports.AcceptInvitation = _chunk4EOS4FWIjs.AcceptInvitation; exports.Accordion = _chunk4EOS4FWIjs.Accordion; exports.AccordionContent = _chunk4EOS4FWIjs.AccordionContent; exports.AccordionItem = _chunk4EOS4FWIjs.AccordionItem; exports.AccordionTrigger = _chunk4EOS4FWIjs.AccordionTrigger; exports.ActivateAccount = _chunk4EOS4FWIjs.ActivateAccount; exports.AddUserToRole = _chunk4EOS4FWIjs.AddUserToRole; exports.AdminCompanyContainer = _chunk4EOS4FWIjs.AdminCompanyContainer; exports.AdminUsersList = _chunk4EOS4FWIjs.AdminUsersList; exports.Alert = _chunk4EOS4FWIjs.Alert; exports.AlertAction = _chunk4EOS4FWIjs.AlertAction; exports.AlertDescription = _chunk4EOS4FWIjs.AlertDescription; exports.AlertDialog = _chunk4EOS4FWIjs.AlertDialog; exports.AlertDialogAction = _chunk4EOS4FWIjs.AlertDialogAction; exports.AlertDialogCancel = _chunk4EOS4FWIjs.AlertDialogCancel; exports.AlertDialogContent = _chunk4EOS4FWIjs.AlertDialogContent; exports.AlertDialogDescription = _chunk4EOS4FWIjs.AlertDialogDescription; exports.AlertDialogFooter = _chunk4EOS4FWIjs.AlertDialogFooter; exports.AlertDialogHeader = _chunk4EOS4FWIjs.AlertDialogHeader; exports.AlertDialogMedia = _chunk4EOS4FWIjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunk4EOS4FWIjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunk4EOS4FWIjs.AlertDialogPortal; exports.AlertDialogTitle = _chunk4EOS4FWIjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunk4EOS4FWIjs.AlertDialogTrigger; exports.AlertTitle = _chunk4EOS4FWIjs.AlertTitle; exports.AllowedUsersDetails = _chunk4EOS4FWIjs.AllowedUsersDetails; exports.AttributeElement = _chunk4EOS4FWIjs.AttributeElement; exports.AuthContainer = _chunk4EOS4FWIjs.AuthContainer; exports.Avatar = _chunk4EOS4FWIjs.Avatar; exports.AvatarBadge = _chunk4EOS4FWIjs.AvatarBadge; exports.AvatarFallback = _chunk4EOS4FWIjs.AvatarFallback; exports.AvatarGroup = _chunk4EOS4FWIjs.AvatarGroup; exports.AvatarGroupCount = _chunk4EOS4FWIjs.AvatarGroupCount; exports.AvatarImage = _chunk4EOS4FWIjs.AvatarImage; exports.BackupCodesDialog = _chunk4EOS4FWIjs.BackupCodesDialog; exports.Badge = _chunk4EOS4FWIjs.Badge; exports.BlockNoteEditorContainer = _chunk4EOS4FWIjs.BlockNoteEditorContainer; exports.Board = _chunk4EOS4FWIjs.KanbanBoard; exports.Breadcrumb = _chunk4EOS4FWIjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunk4EOS4FWIjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunk4EOS4FWIjs.BreadcrumbItem; exports.BreadcrumbLink = _chunk4EOS4FWIjs.BreadcrumbLink; exports.BreadcrumbList = _chunk4EOS4FWIjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunk4EOS4FWIjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunk4EOS4FWIjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunk4EOS4FWIjs.BreadcrumbSeparator; exports.Button = _chunk4EOS4FWIjs.Button; exports.Calendar = _chunk4EOS4FWIjs.Calendar; exports.CalendarDayButton = _chunk4EOS4FWIjs.CalendarDayButton; exports.Card = _chunk4EOS4FWIjs.Card; exports.CardAction = _chunk4EOS4FWIjs.CardAction; exports.CardContent = _chunk4EOS4FWIjs.CardContent; exports.CardDescription = _chunk4EOS4FWIjs.CardDescription; exports.CardFooter = _chunk4EOS4FWIjs.CardFooter; exports.CardHeader = _chunk4EOS4FWIjs.CardHeader; exports.CardTitle = _chunk4EOS4FWIjs.CardTitle; exports.Carousel = _chunk4EOS4FWIjs.Carousel; exports.CarouselContent = _chunk4EOS4FWIjs.CarouselContent; exports.CarouselItem = _chunk4EOS4FWIjs.CarouselItem; exports.CarouselNext = _chunk4EOS4FWIjs.CarouselNext; exports.CarouselPrevious = _chunk4EOS4FWIjs.CarouselPrevious; exports.ChartContainer = _chunk4EOS4FWIjs.ChartContainer; exports.ChartLegend = _chunk4EOS4FWIjs.ChartLegend; exports.ChartLegendContent = _chunk4EOS4FWIjs.ChartLegendContent; exports.ChartStyle = _chunk4EOS4FWIjs.ChartStyle; exports.ChartTooltip = _chunk4EOS4FWIjs.ChartTooltip; exports.ChartTooltipContent = _chunk4EOS4FWIjs.ChartTooltipContent; exports.Checkbox = _chunk4EOS4FWIjs.Checkbox; exports.Collapsible = _chunk4EOS4FWIjs.Collapsible; exports.CollapsibleContent = _chunk4EOS4FWIjs.CollapsibleContent; exports.CollapsibleTrigger = _chunk4EOS4FWIjs.CollapsibleTrigger; exports.Column = _chunk4EOS4FWIjs.KanbanColumn; exports.ColumnHandle = _chunk4EOS4FWIjs.KanbanColumnHandle; exports.Combobox = _chunk4EOS4FWIjs.Combobox; exports.ComboboxChip = _chunk4EOS4FWIjs.ComboboxChip; exports.ComboboxChips = _chunk4EOS4FWIjs.ComboboxChips; exports.ComboboxChipsInput = _chunk4EOS4FWIjs.ComboboxChipsInput; exports.ComboboxCollection = _chunk4EOS4FWIjs.ComboboxCollection; exports.ComboboxContent = _chunk4EOS4FWIjs.ComboboxContent; exports.ComboboxEmpty = _chunk4EOS4FWIjs.ComboboxEmpty; exports.ComboboxGroup = _chunk4EOS4FWIjs.ComboboxGroup; exports.ComboboxInput = _chunk4EOS4FWIjs.ComboboxInput; exports.ComboboxItem = _chunk4EOS4FWIjs.ComboboxItem; exports.ComboboxLabel = _chunk4EOS4FWIjs.ComboboxLabel; exports.ComboboxList = _chunk4EOS4FWIjs.ComboboxList; exports.ComboboxSeparator = _chunk4EOS4FWIjs.ComboboxSeparator; exports.ComboboxTrigger = _chunk4EOS4FWIjs.ComboboxTrigger; exports.ComboboxValue = _chunk4EOS4FWIjs.ComboboxValue; exports.Command = _chunk4EOS4FWIjs.Command; exports.CommandDialog = _chunk4EOS4FWIjs.CommandDialog; exports.CommandEmpty = _chunk4EOS4FWIjs.CommandEmpty; exports.CommandGroup = _chunk4EOS4FWIjs.CommandGroup; exports.CommandInput = _chunk4EOS4FWIjs.CommandInput; exports.CommandItem = _chunk4EOS4FWIjs.CommandItem; exports.CommandList = _chunk4EOS4FWIjs.CommandList; exports.CommandSeparator = _chunk4EOS4FWIjs.CommandSeparator; exports.CommandShortcut = _chunk4EOS4FWIjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunk4EOS4FWIjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunk4EOS4FWIjs.CommonAssociationTrigger; exports.CommonDeleter = _chunk4EOS4FWIjs.CommonDeleter; exports.CommonEditorButtons = _chunk4EOS4FWIjs.CommonEditorButtons; exports.CommonEditorHeader = _chunk4EOS4FWIjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunk4EOS4FWIjs.CommonEditorTrigger; exports.CompaniesList = _chunk4EOS4FWIjs.CompaniesList; exports.CompanyConfigurationEditor = _chunk4EOS4FWIjs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunk4EOS4FWIjs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunk4EOS4FWIjs.CompanyContainer; exports.CompanyDeleter = _chunk4EOS4FWIjs.CompanyDeleter; exports.CompanyDetails = _chunk4EOS4FWIjs.CompanyDetails; exports.CompanyEditor = _chunk4EOS4FWIjs.CompanyEditor; exports.CompanyUsersList = _chunk4EOS4FWIjs.CompanyUsersList; exports.ContentListTable = _chunk4EOS4FWIjs.ContentListTable; exports.ContentTableSearch = _chunk4EOS4FWIjs.ContentTableSearch; exports.ContentTitle = _chunk4EOS4FWIjs.ContentTitle; exports.ContentsList = _chunk4EOS4FWIjs.ContentsList; exports.ContentsListById = _chunk4EOS4FWIjs.ContentsListById; exports.ContextMenu = _chunk4EOS4FWIjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunk4EOS4FWIjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunk4EOS4FWIjs.ContextMenuContent; exports.ContextMenuGroup = _chunk4EOS4FWIjs.ContextMenuGroup; exports.ContextMenuItem = _chunk4EOS4FWIjs.ContextMenuItem; exports.ContextMenuLabel = _chunk4EOS4FWIjs.ContextMenuLabel; exports.ContextMenuPortal = _chunk4EOS4FWIjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunk4EOS4FWIjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunk4EOS4FWIjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunk4EOS4FWIjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunk4EOS4FWIjs.ContextMenuShortcut; exports.ContextMenuSub = _chunk4EOS4FWIjs.ContextMenuSub; exports.ContextMenuSubContent = _chunk4EOS4FWIjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunk4EOS4FWIjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunk4EOS4FWIjs.ContextMenuTrigger; exports.ContributorsList = _chunk4EOS4FWIjs.ContributorsList; exports.Cookies = _chunk4EOS4FWIjs.Cookies; exports.DatePickerPopover = _chunk4EOS4FWIjs.DatePickerPopover; exports.DateRangeSelector = _chunk4EOS4FWIjs.DateRangeSelector; exports.Dialog = _chunk4EOS4FWIjs.Dialog; exports.DialogClose = _chunk4EOS4FWIjs.DialogClose; exports.DialogContent = _chunk4EOS4FWIjs.DialogContent; exports.DialogDescription = _chunk4EOS4FWIjs.DialogDescription; exports.DialogFooter = _chunk4EOS4FWIjs.DialogFooter; exports.DialogHeader = _chunk4EOS4FWIjs.DialogHeader; exports.DialogOverlay = _chunk4EOS4FWIjs.DialogOverlay; exports.DialogPortal = _chunk4EOS4FWIjs.DialogPortal; exports.DialogTitle = _chunk4EOS4FWIjs.DialogTitle; exports.DialogTrigger = _chunk4EOS4FWIjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunk4EOS4FWIjs.DisableTwoFactorDialog; exports.Drawer = _chunk4EOS4FWIjs.Drawer; exports.DrawerClose = _chunk4EOS4FWIjs.DrawerClose; exports.DrawerContent = _chunk4EOS4FWIjs.DrawerContent; exports.DrawerDescription = _chunk4EOS4FWIjs.DrawerDescription; exports.DrawerFooter = _chunk4EOS4FWIjs.DrawerFooter; exports.DrawerHeader = _chunk4EOS4FWIjs.DrawerHeader; exports.DrawerOverlay = _chunk4EOS4FWIjs.DrawerOverlay; exports.DrawerPortal = _chunk4EOS4FWIjs.DrawerPortal; exports.DrawerTitle = _chunk4EOS4FWIjs.DrawerTitle; exports.DrawerTrigger = _chunk4EOS4FWIjs.DrawerTrigger; exports.DropdownMenu = _chunk4EOS4FWIjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunk4EOS4FWIjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunk4EOS4FWIjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunk4EOS4FWIjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunk4EOS4FWIjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunk4EOS4FWIjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunk4EOS4FWIjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunk4EOS4FWIjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunk4EOS4FWIjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunk4EOS4FWIjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunk4EOS4FWIjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunk4EOS4FWIjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunk4EOS4FWIjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunk4EOS4FWIjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunk4EOS4FWIjs.DropdownMenuTrigger; exports.ErrorDetails = _chunk4EOS4FWIjs.ErrorDetails; exports.Field = _chunk4EOS4FWIjs.Field; exports.FieldContent = _chunk4EOS4FWIjs.FieldContent; exports.FieldDescription = _chunk4EOS4FWIjs.FieldDescription; exports.FieldError = _chunk4EOS4FWIjs.FieldError; exports.FieldGroup = _chunk4EOS4FWIjs.FieldGroup; exports.FieldLabel = _chunk4EOS4FWIjs.FieldLabel; exports.FieldLegend = _chunk4EOS4FWIjs.FieldLegend; exports.FieldSeparator = _chunk4EOS4FWIjs.FieldSeparator; exports.FieldSet = _chunk4EOS4FWIjs.FieldSet; exports.FieldTitle = _chunk4EOS4FWIjs.FieldTitle; exports.FileInput = _chunk4EOS4FWIjs.FileInput; exports.FileUploader = _chunk4EOS4FWIjs.FileUploader; exports.FileUploaderContent = _chunk4EOS4FWIjs.FileUploaderContent; exports.FileUploaderItem = _chunk4EOS4FWIjs.FileUploaderItem; exports.ForgotPassword = _chunk4EOS4FWIjs.ForgotPassword; exports.Form = _chunk4EOS4FWIjs.Form; exports.FormBlockNote = _chunk4EOS4FWIjs.FormBlockNote; exports.FormCheckbox = _chunk4EOS4FWIjs.FormCheckbox; exports.FormDate = _chunk4EOS4FWIjs.FormDate; exports.FormDateTime = _chunk4EOS4FWIjs.FormDateTime; exports.FormFeatures = _chunk4EOS4FWIjs.FormFeatures; exports.FormFieldWrapper = _chunk4EOS4FWIjs.FormFieldWrapper; exports.FormInput = _chunk4EOS4FWIjs.FormInput; exports.FormPassword = _chunk4EOS4FWIjs.FormPassword; exports.FormPlaceAutocomplete = _chunk4EOS4FWIjs.FormPlaceAutocomplete; exports.FormRoles = _chunk4EOS4FWIjs.FormRoles; exports.FormSelect = _chunk4EOS4FWIjs.FormSelect; exports.FormSlider = _chunk4EOS4FWIjs.FormSlider; exports.FormSwitch = _chunk4EOS4FWIjs.FormSwitch; exports.FormTextarea = _chunk4EOS4FWIjs.FormTextarea; exports.GdprConsentCheckbox = _chunk4EOS4FWIjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunk4EOS4FWIjs.GdprConsentSection; exports.Header = _chunk4EOS4FWIjs.Header; exports.HoverCard = _chunk4EOS4FWIjs.HoverCard; exports.HoverCardContent = _chunk4EOS4FWIjs.HoverCardContent; exports.HoverCardTrigger = _chunk4EOS4FWIjs.HoverCardTrigger; exports.Input = _chunk4EOS4FWIjs.Input; exports.InputGroup = _chunk4EOS4FWIjs.InputGroup; exports.InputGroupAddon = _chunk4EOS4FWIjs.InputGroupAddon; exports.InputGroupButton = _chunk4EOS4FWIjs.InputGroupButton; exports.InputGroupInput = _chunk4EOS4FWIjs.InputGroupInput; exports.InputGroupText = _chunk4EOS4FWIjs.InputGroupText; exports.InputGroupTextarea = _chunk4EOS4FWIjs.InputGroupTextarea; exports.InputOTP = _chunk4EOS4FWIjs.InputOTP; exports.InputOTPGroup = _chunk4EOS4FWIjs.InputOTPGroup; exports.InputOTPSeparator = _chunk4EOS4FWIjs.InputOTPSeparator; exports.InputOTPSlot = _chunk4EOS4FWIjs.InputOTPSlot; exports.Item = _chunk4EOS4FWIjs.KanbanItem; exports.ItemHandle = _chunk4EOS4FWIjs.KanbanItemHandle; exports.Kanban = _chunk4EOS4FWIjs.KanbanRoot; exports.KanbanBoard = _chunk4EOS4FWIjs.KanbanBoard; exports.KanbanColumn = _chunk4EOS4FWIjs.KanbanColumn; exports.KanbanColumnHandle = _chunk4EOS4FWIjs.KanbanColumnHandle; exports.KanbanItem = _chunk4EOS4FWIjs.KanbanItem; exports.KanbanItemHandle = _chunk4EOS4FWIjs.KanbanItemHandle; exports.KanbanOverlay = _chunk4EOS4FWIjs.KanbanOverlay; exports.Label = _chunk4EOS4FWIjs.Label; exports.LandingComponent = _chunk4EOS4FWIjs.LandingComponent; exports.Link = _chunk4EOS4FWIjs.Link; exports.Login = _chunk4EOS4FWIjs.Login; exports.Logout = _chunk4EOS4FWIjs.Logout; exports.ModeToggleSwitch = _chunk4EOS4FWIjs.ModeToggleSwitch; exports.MultiSelect = _chunk4EOS4FWIjs.MultiSelect; exports.MultipleSelector = _chunk4EOS4FWIjs.MultipleSelector; exports.NavigationMenu = _chunk4EOS4FWIjs.NavigationMenu; exports.NavigationMenuContent = _chunk4EOS4FWIjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunk4EOS4FWIjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunk4EOS4FWIjs.NavigationMenuItem; exports.NavigationMenuLink = _chunk4EOS4FWIjs.NavigationMenuLink; exports.NavigationMenuList = _chunk4EOS4FWIjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunk4EOS4FWIjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunk4EOS4FWIjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunk4EOS4FWIjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunk4EOS4FWIjs.NotificationMenuItem; exports.NotificationModal = _chunk4EOS4FWIjs.NotificationModal; exports.NotificationToast = _chunk4EOS4FWIjs.NotificationToast; exports.NotificationsList = _chunk4EOS4FWIjs.NotificationsList; exports.NotificationsListContainer = _chunk4EOS4FWIjs.NotificationsListContainer; exports.OAuthClientCard = _chunk4EOS4FWIjs.OAuthClientCard; exports.OAuthClientDetail = _chunk4EOS4FWIjs.OAuthClientDetail; exports.OAuthClientForm = _chunk4EOS4FWIjs.OAuthClientForm; exports.OAuthClientList = _chunk4EOS4FWIjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunk4EOS4FWIjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunk4EOS4FWIjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunk4EOS4FWIjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunk4EOS4FWIjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunk4EOS4FWIjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunk4EOS4FWIjs.OAuthScopeList; exports.OAuthScopeSelector = _chunk4EOS4FWIjs.OAuthScopeSelector; exports.OnboardingCard = _chunk4EOS4FWIjs.OnboardingCard; exports.Overlay = _chunk4EOS4FWIjs.KanbanOverlay; exports.PageContainer = _chunk4EOS4FWIjs.PageContainer; exports.PageContainerContentDetails = _chunk4EOS4FWIjs.PageContainerContentDetails; exports.PageContentContainer = _chunk4EOS4FWIjs.PageContentContainer; exports.PageSection = _chunk4EOS4FWIjs.PageSection; exports.PasskeyButton = _chunk4EOS4FWIjs.PasskeyButton; exports.PasskeyList = _chunk4EOS4FWIjs.PasskeyList; exports.PasskeySetupDialog = _chunk4EOS4FWIjs.PasskeySetupDialog; exports.PasswordInput = _chunk4EOS4FWIjs.PasswordInput; exports.Popover = _chunk4EOS4FWIjs.Popover; exports.PopoverContent = _chunk4EOS4FWIjs.PopoverContent; exports.PopoverDescription = _chunk4EOS4FWIjs.PopoverDescription; exports.PopoverHeader = _chunk4EOS4FWIjs.PopoverHeader; exports.PopoverTitle = _chunk4EOS4FWIjs.PopoverTitle; exports.PopoverTrigger = _chunk4EOS4FWIjs.PopoverTrigger; exports.Progress = _chunk4EOS4FWIjs.Progress; exports.ProgressIndicator = _chunk4EOS4FWIjs.ProgressIndicator; exports.ProgressLabel = _chunk4EOS4FWIjs.ProgressLabel; exports.ProgressTrack = _chunk4EOS4FWIjs.ProgressTrack; exports.ProgressValue = _chunk4EOS4FWIjs.ProgressValue; exports.PushNotificationProvider = _chunk4EOS4FWIjs.PushNotificationProvider; exports.RadioGroup = _chunk4EOS4FWIjs.RadioGroup; exports.RadioGroupItem = _chunk4EOS4FWIjs.RadioGroupItem; exports.RbacContainer = _chunk4EOS4FWIjs.RbacContainer; exports.RbacFeatureSection = _chunk4EOS4FWIjs.RbacFeatureSection; exports.RbacModuleTable = _chunk4EOS4FWIjs.RbacModuleTable; exports.RbacPermissionCell = _chunk4EOS4FWIjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunk4EOS4FWIjs.RbacPermissionPicker; exports.RbacToolbar = _chunk4EOS4FWIjs.RbacToolbar; exports.ReactMarkdownContainer = _chunk4EOS4FWIjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunk4EOS4FWIjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunk4EOS4FWIjs.ReferralCodeCapture; exports.ReferralDialog = _chunk4EOS4FWIjs.ReferralDialog; exports.ReferralWidget = _chunk4EOS4FWIjs.ReferralWidget; exports.RefreshUser = _chunk4EOS4FWIjs.RefreshUser; exports.RelevantContentsList = _chunk4EOS4FWIjs.RelevantContentsList; exports.RelevantUsersList = _chunk4EOS4FWIjs.RelevantUsersList; exports.RemoveUserFromRole = _chunk4EOS4FWIjs.RemoveUserFromRole; exports.ResetPassword = _chunk4EOS4FWIjs.ResetPassword; exports.ResizableHandle = _chunk4EOS4FWIjs.ResizableHandle; exports.ResizablePanel = _chunk4EOS4FWIjs.ResizablePanel; exports.ResizablePanelGroup = _chunk4EOS4FWIjs.ResizablePanelGroup; exports.RoleContainer = _chunk4EOS4FWIjs.RoleContainer; exports.RoleDetails = _chunk4EOS4FWIjs.RoleDetails; exports.RoleUsersList = _chunk4EOS4FWIjs.RoleUsersList; exports.RolesList = _chunk4EOS4FWIjs.RolesList; exports.Root = _chunk4EOS4FWIjs.KanbanRoot; exports.RoundPageContainer = _chunk4EOS4FWIjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunk4EOS4FWIjs.RoundPageContainerTitle; exports.ScrollArea = _chunk4EOS4FWIjs.ScrollArea; exports.ScrollBar = _chunk4EOS4FWIjs.ScrollBar; exports.SecurityContainer = _chunk4EOS4FWIjs.SecurityContainer; exports.Select = _chunk4EOS4FWIjs.Select; exports.SelectContent = _chunk4EOS4FWIjs.SelectContent; exports.SelectGroup = _chunk4EOS4FWIjs.SelectGroup; exports.SelectItem = _chunk4EOS4FWIjs.SelectItem; exports.SelectLabel = _chunk4EOS4FWIjs.SelectLabel; exports.SelectScrollDownButton = _chunk4EOS4FWIjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunk4EOS4FWIjs.SelectScrollUpButton; exports.SelectSeparator = _chunk4EOS4FWIjs.SelectSeparator; exports.SelectTrigger = _chunk4EOS4FWIjs.SelectTrigger; exports.SelectValue = _chunk4EOS4FWIjs.SelectValue; exports.Separator = _chunk4EOS4FWIjs.Separator; exports.Sheet = _chunk4EOS4FWIjs.Sheet; exports.SheetClose = _chunk4EOS4FWIjs.SheetClose; exports.SheetContent = _chunk4EOS4FWIjs.SheetContent; exports.SheetDescription = _chunk4EOS4FWIjs.SheetDescription; exports.SheetFooter = _chunk4EOS4FWIjs.SheetFooter; exports.SheetHeader = _chunk4EOS4FWIjs.SheetHeader; exports.SheetTitle = _chunk4EOS4FWIjs.SheetTitle; exports.SheetTrigger = _chunk4EOS4FWIjs.SheetTrigger; exports.Sidebar = _chunk4EOS4FWIjs.Sidebar; exports.SidebarContent = _chunk4EOS4FWIjs.SidebarContent; exports.SidebarFooter = _chunk4EOS4FWIjs.SidebarFooter; exports.SidebarGroup = _chunk4EOS4FWIjs.SidebarGroup; exports.SidebarGroupAction = _chunk4EOS4FWIjs.SidebarGroupAction; exports.SidebarGroupContent = _chunk4EOS4FWIjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunk4EOS4FWIjs.SidebarGroupLabel; exports.SidebarHeader = _chunk4EOS4FWIjs.SidebarHeader; exports.SidebarInput = _chunk4EOS4FWIjs.SidebarInput; exports.SidebarInset = _chunk4EOS4FWIjs.SidebarInset; exports.SidebarMenu = _chunk4EOS4FWIjs.SidebarMenu; exports.SidebarMenuAction = _chunk4EOS4FWIjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunk4EOS4FWIjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunk4EOS4FWIjs.SidebarMenuButton; exports.SidebarMenuItem = _chunk4EOS4FWIjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunk4EOS4FWIjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunk4EOS4FWIjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunk4EOS4FWIjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunk4EOS4FWIjs.SidebarMenuSubItem; exports.SidebarProvider = _chunk4EOS4FWIjs.SidebarProvider; exports.SidebarRail = _chunk4EOS4FWIjs.SidebarRail; exports.SidebarSeparator = _chunk4EOS4FWIjs.SidebarSeparator; exports.SidebarTrigger = _chunk4EOS4FWIjs.SidebarTrigger; exports.Skeleton = _chunk4EOS4FWIjs.Skeleton; exports.Slider = _chunk4EOS4FWIjs.Slider; exports.Switch = _chunk4EOS4FWIjs.Switch; exports.Table = _chunk4EOS4FWIjs.Table; exports.TableBody = _chunk4EOS4FWIjs.TableBody; exports.TableCaption = _chunk4EOS4FWIjs.TableCaption; exports.TableCell = _chunk4EOS4FWIjs.TableCell; exports.TableFooter = _chunk4EOS4FWIjs.TableFooter; exports.TableHead = _chunk4EOS4FWIjs.TableHead; exports.TableHeader = _chunk4EOS4FWIjs.TableHeader; exports.TableRow = _chunk4EOS4FWIjs.TableRow; exports.Tabs = _chunk4EOS4FWIjs.Tabs; exports.TabsContainer = _chunk4EOS4FWIjs.TabsContainer; exports.TabsContent = _chunk4EOS4FWIjs.TabsContent; exports.TabsList = _chunk4EOS4FWIjs.TabsList; exports.TabsTrigger = _chunk4EOS4FWIjs.TabsTrigger; exports.Textarea = _chunk4EOS4FWIjs.Textarea; exports.Toaster = _chunk4EOS4FWIjs.Toaster; exports.Toggle = _chunk4EOS4FWIjs.Toggle; exports.TokenStatusIndicator = _chunk4EOS4FWIjs.TokenStatusIndicator; exports.Tooltip = _chunk4EOS4FWIjs.Tooltip; exports.TooltipContent = _chunk4EOS4FWIjs.TooltipContent; exports.TooltipProvider = _chunk4EOS4FWIjs.TooltipProvider; exports.TooltipTrigger = _chunk4EOS4FWIjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunk4EOS4FWIjs.TotpAuthenticatorList; exports.TotpInput = _chunk4EOS4FWIjs.TotpInput; exports.TotpSetupDialog = _chunk4EOS4FWIjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunk4EOS4FWIjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunk4EOS4FWIjs.TwoFactorSettings; exports.UserAvatar = _chunk4EOS4FWIjs.UserAvatar; exports.UserAvatarEditor = _chunk4EOS4FWIjs.UserAvatarEditor; exports.UserAvatarList = _chunk4EOS4FWIjs.UserAvatarList; exports.UserContainer = _chunk4EOS4FWIjs.UserContainer; exports.UserDeleter = _chunk4EOS4FWIjs.UserDeleter; exports.UserDetails = _chunk4EOS4FWIjs.UserDetails; exports.UserEditor = _chunk4EOS4FWIjs.UserEditor; exports.UserIndexContainer = _chunk4EOS4FWIjs.UserIndexContainer; exports.UserIndexDetails = _chunk4EOS4FWIjs.UserIndexDetails; exports.UserListInAdd = _chunk4EOS4FWIjs.UserListInAdd; exports.UserMultiSelect = _chunk4EOS4FWIjs.UserMultiSelect; exports.UserReactivator = _chunk4EOS4FWIjs.UserReactivator; exports.UserResentInvitationEmail = _chunk4EOS4FWIjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunk4EOS4FWIjs.UserRoleAdd; exports.UserRolesList = _chunk4EOS4FWIjs.UserRolesList; exports.UserSelector = _chunk4EOS4FWIjs.UserSelector; exports.UserStanadaloneDetails = _chunk4EOS4FWIjs.UserStanadaloneDetails; exports.UsersList = _chunk4EOS4FWIjs.UsersList; exports.UsersListByContentIds = _chunk4EOS4FWIjs.UsersListByContentIds; exports.UsersListContainer = _chunk4EOS4FWIjs.UsersListContainer; exports.WaitlistConfirmation = _chunk4EOS4FWIjs.WaitlistConfirmation; exports.WaitlistForm = _chunk4EOS4FWIjs.WaitlistForm; exports.WaitlistHeroSection = _chunk4EOS4FWIjs.WaitlistHeroSection; exports.WaitlistList = _chunk4EOS4FWIjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunk4EOS4FWIjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunk4EOS4FWIjs.WaitlistSuccessState; exports.badgeVariants = _chunk4EOS4FWIjs.badgeVariants; exports.buttonVariants = _chunk4EOS4FWIjs.buttonVariants; exports.cellComponent = _chunk4EOS4FWIjs.cellComponent; exports.cellDate = _chunk4EOS4FWIjs.cellDate; exports.cellId = _chunk4EOS4FWIjs.cellId; exports.cellLink = _chunk4EOS4FWIjs.cellLink; exports.cellUrl = _chunk4EOS4FWIjs.cellUrl; exports.errorToast = _chunk4EOS4FWIjs.errorToast; exports.generateNotificationData = _chunk4EOS4FWIjs.generateNotificationData; exports.getIcon = _chunkQOLVON35js.getIcon; exports.getIconByModule = _chunkQOLVON35js.getIconByModule; exports.getIconByModuleName = _chunkQOLVON35js.getIconByModuleName; exports.navigationMenuTriggerStyle = _chunk4EOS4FWIjs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunk4EOS4FWIjs.tabsListVariants; exports.toggleVariants = _chunk4EOS4FWIjs.toggleVariants; exports.triggerAssociationToast = _chunk4EOS4FWIjs.triggerAssociationToast; exports.useCarousel = _chunk4EOS4FWIjs.useCarousel; exports.useComboboxAnchor = _chunk4EOS4FWIjs.useComboboxAnchor; exports.useDebounce = _chunk4EOS4FWIjs.useDebounce2; exports.useFileUpload = _chunk4EOS4FWIjs.useFileUpload; exports.useSidebar = _chunk4EOS4FWIjs.useSidebar;
|
|
870
|
+
exports.AcceptInvitation = _chunkJQAG6BQJjs.AcceptInvitation; exports.Accordion = _chunkJQAG6BQJjs.Accordion; exports.AccordionContent = _chunkJQAG6BQJjs.AccordionContent; exports.AccordionItem = _chunkJQAG6BQJjs.AccordionItem; exports.AccordionTrigger = _chunkJQAG6BQJjs.AccordionTrigger; exports.ActivateAccount = _chunkJQAG6BQJjs.ActivateAccount; exports.AddUserToRole = _chunkJQAG6BQJjs.AddUserToRole; exports.AdminCompanyContainer = _chunkJQAG6BQJjs.AdminCompanyContainer; exports.AdminUsersList = _chunkJQAG6BQJjs.AdminUsersList; exports.Alert = _chunkJQAG6BQJjs.Alert; exports.AlertAction = _chunkJQAG6BQJjs.AlertAction; exports.AlertDescription = _chunkJQAG6BQJjs.AlertDescription; exports.AlertDialog = _chunkJQAG6BQJjs.AlertDialog; exports.AlertDialogAction = _chunkJQAG6BQJjs.AlertDialogAction; exports.AlertDialogCancel = _chunkJQAG6BQJjs.AlertDialogCancel; exports.AlertDialogContent = _chunkJQAG6BQJjs.AlertDialogContent; exports.AlertDialogDescription = _chunkJQAG6BQJjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkJQAG6BQJjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkJQAG6BQJjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkJQAG6BQJjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkJQAG6BQJjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkJQAG6BQJjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkJQAG6BQJjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkJQAG6BQJjs.AlertDialogTrigger; exports.AlertTitle = _chunkJQAG6BQJjs.AlertTitle; exports.AllowedUsersDetails = _chunkJQAG6BQJjs.AllowedUsersDetails; exports.AttributeElement = _chunkJQAG6BQJjs.AttributeElement; exports.AuthContainer = _chunkJQAG6BQJjs.AuthContainer; exports.Avatar = _chunkJQAG6BQJjs.Avatar; exports.AvatarBadge = _chunkJQAG6BQJjs.AvatarBadge; exports.AvatarFallback = _chunkJQAG6BQJjs.AvatarFallback; exports.AvatarGroup = _chunkJQAG6BQJjs.AvatarGroup; exports.AvatarGroupCount = _chunkJQAG6BQJjs.AvatarGroupCount; exports.AvatarImage = _chunkJQAG6BQJjs.AvatarImage; exports.BackupCodesDialog = _chunkJQAG6BQJjs.BackupCodesDialog; exports.Badge = _chunkJQAG6BQJjs.Badge; exports.BlockNoteEditorContainer = _chunkJQAG6BQJjs.BlockNoteEditorContainer; exports.Board = _chunkJQAG6BQJjs.KanbanBoard; exports.Breadcrumb = _chunkJQAG6BQJjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkJQAG6BQJjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkJQAG6BQJjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkJQAG6BQJjs.BreadcrumbLink; exports.BreadcrumbList = _chunkJQAG6BQJjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkJQAG6BQJjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkJQAG6BQJjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkJQAG6BQJjs.BreadcrumbSeparator; exports.Button = _chunkJQAG6BQJjs.Button; exports.Calendar = _chunkJQAG6BQJjs.Calendar; exports.CalendarDayButton = _chunkJQAG6BQJjs.CalendarDayButton; exports.Card = _chunkJQAG6BQJjs.Card; exports.CardAction = _chunkJQAG6BQJjs.CardAction; exports.CardContent = _chunkJQAG6BQJjs.CardContent; exports.CardDescription = _chunkJQAG6BQJjs.CardDescription; exports.CardFooter = _chunkJQAG6BQJjs.CardFooter; exports.CardHeader = _chunkJQAG6BQJjs.CardHeader; exports.CardTitle = _chunkJQAG6BQJjs.CardTitle; exports.Carousel = _chunkJQAG6BQJjs.Carousel; exports.CarouselContent = _chunkJQAG6BQJjs.CarouselContent; exports.CarouselItem = _chunkJQAG6BQJjs.CarouselItem; exports.CarouselNext = _chunkJQAG6BQJjs.CarouselNext; exports.CarouselPrevious = _chunkJQAG6BQJjs.CarouselPrevious; exports.ChartContainer = _chunkJQAG6BQJjs.ChartContainer; exports.ChartLegend = _chunkJQAG6BQJjs.ChartLegend; exports.ChartLegendContent = _chunkJQAG6BQJjs.ChartLegendContent; exports.ChartStyle = _chunkJQAG6BQJjs.ChartStyle; exports.ChartTooltip = _chunkJQAG6BQJjs.ChartTooltip; exports.ChartTooltipContent = _chunkJQAG6BQJjs.ChartTooltipContent; exports.Checkbox = _chunkJQAG6BQJjs.Checkbox; exports.Collapsible = _chunkJQAG6BQJjs.Collapsible; exports.CollapsibleContent = _chunkJQAG6BQJjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkJQAG6BQJjs.CollapsibleTrigger; exports.Column = _chunkJQAG6BQJjs.KanbanColumn; exports.ColumnHandle = _chunkJQAG6BQJjs.KanbanColumnHandle; exports.Combobox = _chunkJQAG6BQJjs.Combobox; exports.ComboboxChip = _chunkJQAG6BQJjs.ComboboxChip; exports.ComboboxChips = _chunkJQAG6BQJjs.ComboboxChips; exports.ComboboxChipsInput = _chunkJQAG6BQJjs.ComboboxChipsInput; exports.ComboboxCollection = _chunkJQAG6BQJjs.ComboboxCollection; exports.ComboboxContent = _chunkJQAG6BQJjs.ComboboxContent; exports.ComboboxEmpty = _chunkJQAG6BQJjs.ComboboxEmpty; exports.ComboboxGroup = _chunkJQAG6BQJjs.ComboboxGroup; exports.ComboboxInput = _chunkJQAG6BQJjs.ComboboxInput; exports.ComboboxItem = _chunkJQAG6BQJjs.ComboboxItem; exports.ComboboxLabel = _chunkJQAG6BQJjs.ComboboxLabel; exports.ComboboxList = _chunkJQAG6BQJjs.ComboboxList; exports.ComboboxSeparator = _chunkJQAG6BQJjs.ComboboxSeparator; exports.ComboboxTrigger = _chunkJQAG6BQJjs.ComboboxTrigger; exports.ComboboxValue = _chunkJQAG6BQJjs.ComboboxValue; exports.Command = _chunkJQAG6BQJjs.Command; exports.CommandDialog = _chunkJQAG6BQJjs.CommandDialog; exports.CommandEmpty = _chunkJQAG6BQJjs.CommandEmpty; exports.CommandGroup = _chunkJQAG6BQJjs.CommandGroup; exports.CommandInput = _chunkJQAG6BQJjs.CommandInput; exports.CommandItem = _chunkJQAG6BQJjs.CommandItem; exports.CommandList = _chunkJQAG6BQJjs.CommandList; exports.CommandSeparator = _chunkJQAG6BQJjs.CommandSeparator; exports.CommandShortcut = _chunkJQAG6BQJjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkJQAG6BQJjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkJQAG6BQJjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkJQAG6BQJjs.CommonDeleter; exports.CommonEditorButtons = _chunkJQAG6BQJjs.CommonEditorButtons; exports.CommonEditorHeader = _chunkJQAG6BQJjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkJQAG6BQJjs.CommonEditorTrigger; exports.CompaniesList = _chunkJQAG6BQJjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkJQAG6BQJjs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunkJQAG6BQJjs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunkJQAG6BQJjs.CompanyContainer; exports.CompanyDeleter = _chunkJQAG6BQJjs.CompanyDeleter; exports.CompanyDetails = _chunkJQAG6BQJjs.CompanyDetails; exports.CompanyEditor = _chunkJQAG6BQJjs.CompanyEditor; exports.CompanyUsersList = _chunkJQAG6BQJjs.CompanyUsersList; exports.ContentListTable = _chunkJQAG6BQJjs.ContentListTable; exports.ContentTableSearch = _chunkJQAG6BQJjs.ContentTableSearch; exports.ContentTitle = _chunkJQAG6BQJjs.ContentTitle; exports.ContentsList = _chunkJQAG6BQJjs.ContentsList; exports.ContentsListById = _chunkJQAG6BQJjs.ContentsListById; exports.ContextMenu = _chunkJQAG6BQJjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkJQAG6BQJjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkJQAG6BQJjs.ContextMenuContent; exports.ContextMenuGroup = _chunkJQAG6BQJjs.ContextMenuGroup; exports.ContextMenuItem = _chunkJQAG6BQJjs.ContextMenuItem; exports.ContextMenuLabel = _chunkJQAG6BQJjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkJQAG6BQJjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkJQAG6BQJjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkJQAG6BQJjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkJQAG6BQJjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkJQAG6BQJjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkJQAG6BQJjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkJQAG6BQJjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkJQAG6BQJjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkJQAG6BQJjs.ContextMenuTrigger; exports.ContributorsList = _chunkJQAG6BQJjs.ContributorsList; exports.Cookies = _chunkJQAG6BQJjs.Cookies; exports.DatePickerPopover = _chunkJQAG6BQJjs.DatePickerPopover; exports.DateRangeSelector = _chunkJQAG6BQJjs.DateRangeSelector; exports.Dialog = _chunkJQAG6BQJjs.Dialog; exports.DialogClose = _chunkJQAG6BQJjs.DialogClose; exports.DialogContent = _chunkJQAG6BQJjs.DialogContent; exports.DialogDescription = _chunkJQAG6BQJjs.DialogDescription; exports.DialogFooter = _chunkJQAG6BQJjs.DialogFooter; exports.DialogHeader = _chunkJQAG6BQJjs.DialogHeader; exports.DialogOverlay = _chunkJQAG6BQJjs.DialogOverlay; exports.DialogPortal = _chunkJQAG6BQJjs.DialogPortal; exports.DialogTitle = _chunkJQAG6BQJjs.DialogTitle; exports.DialogTrigger = _chunkJQAG6BQJjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkJQAG6BQJjs.DisableTwoFactorDialog; exports.Drawer = _chunkJQAG6BQJjs.Drawer; exports.DrawerClose = _chunkJQAG6BQJjs.DrawerClose; exports.DrawerContent = _chunkJQAG6BQJjs.DrawerContent; exports.DrawerDescription = _chunkJQAG6BQJjs.DrawerDescription; exports.DrawerFooter = _chunkJQAG6BQJjs.DrawerFooter; exports.DrawerHeader = _chunkJQAG6BQJjs.DrawerHeader; exports.DrawerOverlay = _chunkJQAG6BQJjs.DrawerOverlay; exports.DrawerPortal = _chunkJQAG6BQJjs.DrawerPortal; exports.DrawerTitle = _chunkJQAG6BQJjs.DrawerTitle; exports.DrawerTrigger = _chunkJQAG6BQJjs.DrawerTrigger; exports.DropdownMenu = _chunkJQAG6BQJjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkJQAG6BQJjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkJQAG6BQJjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkJQAG6BQJjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkJQAG6BQJjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkJQAG6BQJjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkJQAG6BQJjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkJQAG6BQJjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkJQAG6BQJjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkJQAG6BQJjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkJQAG6BQJjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkJQAG6BQJjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkJQAG6BQJjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkJQAG6BQJjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkJQAG6BQJjs.DropdownMenuTrigger; exports.ErrorDetails = _chunkJQAG6BQJjs.ErrorDetails; exports.Field = _chunkJQAG6BQJjs.Field; exports.FieldContent = _chunkJQAG6BQJjs.FieldContent; exports.FieldDescription = _chunkJQAG6BQJjs.FieldDescription; exports.FieldError = _chunkJQAG6BQJjs.FieldError; exports.FieldGroup = _chunkJQAG6BQJjs.FieldGroup; exports.FieldLabel = _chunkJQAG6BQJjs.FieldLabel; exports.FieldLegend = _chunkJQAG6BQJjs.FieldLegend; exports.FieldSeparator = _chunkJQAG6BQJjs.FieldSeparator; exports.FieldSet = _chunkJQAG6BQJjs.FieldSet; exports.FieldTitle = _chunkJQAG6BQJjs.FieldTitle; exports.FileInput = _chunkJQAG6BQJjs.FileInput; exports.FileUploader = _chunkJQAG6BQJjs.FileUploader; exports.FileUploaderContent = _chunkJQAG6BQJjs.FileUploaderContent; exports.FileUploaderItem = _chunkJQAG6BQJjs.FileUploaderItem; exports.ForgotPassword = _chunkJQAG6BQJjs.ForgotPassword; exports.Form = _chunkJQAG6BQJjs.Form; exports.FormBlockNote = _chunkJQAG6BQJjs.FormBlockNote; exports.FormCheckbox = _chunkJQAG6BQJjs.FormCheckbox; exports.FormDate = _chunkJQAG6BQJjs.FormDate; exports.FormDateTime = _chunkJQAG6BQJjs.FormDateTime; exports.FormFeatures = _chunkJQAG6BQJjs.FormFeatures; exports.FormFieldWrapper = _chunkJQAG6BQJjs.FormFieldWrapper; exports.FormInput = _chunkJQAG6BQJjs.FormInput; exports.FormPassword = _chunkJQAG6BQJjs.FormPassword; exports.FormPlaceAutocomplete = _chunkJQAG6BQJjs.FormPlaceAutocomplete; exports.FormRoles = _chunkJQAG6BQJjs.FormRoles; exports.FormSelect = _chunkJQAG6BQJjs.FormSelect; exports.FormSlider = _chunkJQAG6BQJjs.FormSlider; exports.FormSwitch = _chunkJQAG6BQJjs.FormSwitch; exports.FormTextarea = _chunkJQAG6BQJjs.FormTextarea; exports.GdprConsentCheckbox = _chunkJQAG6BQJjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkJQAG6BQJjs.GdprConsentSection; exports.Header = _chunkJQAG6BQJjs.Header; exports.HoverCard = _chunkJQAG6BQJjs.HoverCard; exports.HoverCardContent = _chunkJQAG6BQJjs.HoverCardContent; exports.HoverCardTrigger = _chunkJQAG6BQJjs.HoverCardTrigger; exports.Input = _chunkJQAG6BQJjs.Input; exports.InputGroup = _chunkJQAG6BQJjs.InputGroup; exports.InputGroupAddon = _chunkJQAG6BQJjs.InputGroupAddon; exports.InputGroupButton = _chunkJQAG6BQJjs.InputGroupButton; exports.InputGroupInput = _chunkJQAG6BQJjs.InputGroupInput; exports.InputGroupText = _chunkJQAG6BQJjs.InputGroupText; exports.InputGroupTextarea = _chunkJQAG6BQJjs.InputGroupTextarea; exports.InputOTP = _chunkJQAG6BQJjs.InputOTP; exports.InputOTPGroup = _chunkJQAG6BQJjs.InputOTPGroup; exports.InputOTPSeparator = _chunkJQAG6BQJjs.InputOTPSeparator; exports.InputOTPSlot = _chunkJQAG6BQJjs.InputOTPSlot; exports.Item = _chunkJQAG6BQJjs.KanbanItem; exports.ItemHandle = _chunkJQAG6BQJjs.KanbanItemHandle; exports.Kanban = _chunkJQAG6BQJjs.KanbanRoot; exports.KanbanBoard = _chunkJQAG6BQJjs.KanbanBoard; exports.KanbanColumn = _chunkJQAG6BQJjs.KanbanColumn; exports.KanbanColumnHandle = _chunkJQAG6BQJjs.KanbanColumnHandle; exports.KanbanItem = _chunkJQAG6BQJjs.KanbanItem; exports.KanbanItemHandle = _chunkJQAG6BQJjs.KanbanItemHandle; exports.KanbanOverlay = _chunkJQAG6BQJjs.KanbanOverlay; exports.Label = _chunkJQAG6BQJjs.Label; exports.LandingComponent = _chunkJQAG6BQJjs.LandingComponent; exports.Link = _chunkJQAG6BQJjs.Link; exports.Login = _chunkJQAG6BQJjs.Login; exports.Logout = _chunkJQAG6BQJjs.Logout; exports.ModeToggleSwitch = _chunkJQAG6BQJjs.ModeToggleSwitch; exports.MultiSelect = _chunkJQAG6BQJjs.MultiSelect; exports.MultipleSelector = _chunkJQAG6BQJjs.MultipleSelector; exports.NavigationMenu = _chunkJQAG6BQJjs.NavigationMenu; exports.NavigationMenuContent = _chunkJQAG6BQJjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkJQAG6BQJjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkJQAG6BQJjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkJQAG6BQJjs.NavigationMenuLink; exports.NavigationMenuList = _chunkJQAG6BQJjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkJQAG6BQJjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkJQAG6BQJjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkJQAG6BQJjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkJQAG6BQJjs.NotificationMenuItem; exports.NotificationModal = _chunkJQAG6BQJjs.NotificationModal; exports.NotificationToast = _chunkJQAG6BQJjs.NotificationToast; exports.NotificationsList = _chunkJQAG6BQJjs.NotificationsList; exports.NotificationsListContainer = _chunkJQAG6BQJjs.NotificationsListContainer; exports.OAuthClientCard = _chunkJQAG6BQJjs.OAuthClientCard; exports.OAuthClientDetail = _chunkJQAG6BQJjs.OAuthClientDetail; exports.OAuthClientForm = _chunkJQAG6BQJjs.OAuthClientForm; exports.OAuthClientList = _chunkJQAG6BQJjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkJQAG6BQJjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkJQAG6BQJjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkJQAG6BQJjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkJQAG6BQJjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkJQAG6BQJjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkJQAG6BQJjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkJQAG6BQJjs.OAuthScopeSelector; exports.OnboardingCard = _chunkJQAG6BQJjs.OnboardingCard; exports.Overlay = _chunkJQAG6BQJjs.KanbanOverlay; exports.PageContainer = _chunkJQAG6BQJjs.PageContainer; exports.PageContainerContentDetails = _chunkJQAG6BQJjs.PageContainerContentDetails; exports.PageContentContainer = _chunkJQAG6BQJjs.PageContentContainer; exports.PageSection = _chunkJQAG6BQJjs.PageSection; exports.PasskeyButton = _chunkJQAG6BQJjs.PasskeyButton; exports.PasskeyList = _chunkJQAG6BQJjs.PasskeyList; exports.PasskeySetupDialog = _chunkJQAG6BQJjs.PasskeySetupDialog; exports.PasswordInput = _chunkJQAG6BQJjs.PasswordInput; exports.Popover = _chunkJQAG6BQJjs.Popover; exports.PopoverContent = _chunkJQAG6BQJjs.PopoverContent; exports.PopoverDescription = _chunkJQAG6BQJjs.PopoverDescription; exports.PopoverHeader = _chunkJQAG6BQJjs.PopoverHeader; exports.PopoverTitle = _chunkJQAG6BQJjs.PopoverTitle; exports.PopoverTrigger = _chunkJQAG6BQJjs.PopoverTrigger; exports.Progress = _chunkJQAG6BQJjs.Progress; exports.ProgressIndicator = _chunkJQAG6BQJjs.ProgressIndicator; exports.ProgressLabel = _chunkJQAG6BQJjs.ProgressLabel; exports.ProgressTrack = _chunkJQAG6BQJjs.ProgressTrack; exports.ProgressValue = _chunkJQAG6BQJjs.ProgressValue; exports.PushNotificationProvider = _chunkJQAG6BQJjs.PushNotificationProvider; exports.RadioGroup = _chunkJQAG6BQJjs.RadioGroup; exports.RadioGroupItem = _chunkJQAG6BQJjs.RadioGroupItem; exports.RbacContainer = _chunkJQAG6BQJjs.RbacContainer; exports.RbacFeatureSection = _chunkJQAG6BQJjs.RbacFeatureSection; exports.RbacModuleTable = _chunkJQAG6BQJjs.RbacModuleTable; exports.RbacPermissionCell = _chunkJQAG6BQJjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunkJQAG6BQJjs.RbacPermissionPicker; exports.RbacToolbar = _chunkJQAG6BQJjs.RbacToolbar; exports.ReactMarkdownContainer = _chunkJQAG6BQJjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkJQAG6BQJjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkJQAG6BQJjs.ReferralCodeCapture; exports.ReferralDialog = _chunkJQAG6BQJjs.ReferralDialog; exports.ReferralWidget = _chunkJQAG6BQJjs.ReferralWidget; exports.RefreshUser = _chunkJQAG6BQJjs.RefreshUser; exports.RelevantContentsList = _chunkJQAG6BQJjs.RelevantContentsList; exports.RelevantUsersList = _chunkJQAG6BQJjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkJQAG6BQJjs.RemoveUserFromRole; exports.ResetPassword = _chunkJQAG6BQJjs.ResetPassword; exports.ResizableHandle = _chunkJQAG6BQJjs.ResizableHandle; exports.ResizablePanel = _chunkJQAG6BQJjs.ResizablePanel; exports.ResizablePanelGroup = _chunkJQAG6BQJjs.ResizablePanelGroup; exports.RoleContainer = _chunkJQAG6BQJjs.RoleContainer; exports.RoleDetails = _chunkJQAG6BQJjs.RoleDetails; exports.RoleUsersList = _chunkJQAG6BQJjs.RoleUsersList; exports.RolesList = _chunkJQAG6BQJjs.RolesList; exports.Root = _chunkJQAG6BQJjs.KanbanRoot; exports.RoundPageContainer = _chunkJQAG6BQJjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunkJQAG6BQJjs.RoundPageContainerTitle; exports.ScrollArea = _chunkJQAG6BQJjs.ScrollArea; exports.ScrollBar = _chunkJQAG6BQJjs.ScrollBar; exports.SecurityContainer = _chunkJQAG6BQJjs.SecurityContainer; exports.Select = _chunkJQAG6BQJjs.Select; exports.SelectContent = _chunkJQAG6BQJjs.SelectContent; exports.SelectGroup = _chunkJQAG6BQJjs.SelectGroup; exports.SelectItem = _chunkJQAG6BQJjs.SelectItem; exports.SelectLabel = _chunkJQAG6BQJjs.SelectLabel; exports.SelectScrollDownButton = _chunkJQAG6BQJjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkJQAG6BQJjs.SelectScrollUpButton; exports.SelectSeparator = _chunkJQAG6BQJjs.SelectSeparator; exports.SelectTrigger = _chunkJQAG6BQJjs.SelectTrigger; exports.SelectValue = _chunkJQAG6BQJjs.SelectValue; exports.Separator = _chunkJQAG6BQJjs.Separator; exports.Sheet = _chunkJQAG6BQJjs.Sheet; exports.SheetClose = _chunkJQAG6BQJjs.SheetClose; exports.SheetContent = _chunkJQAG6BQJjs.SheetContent; exports.SheetDescription = _chunkJQAG6BQJjs.SheetDescription; exports.SheetFooter = _chunkJQAG6BQJjs.SheetFooter; exports.SheetHeader = _chunkJQAG6BQJjs.SheetHeader; exports.SheetTitle = _chunkJQAG6BQJjs.SheetTitle; exports.SheetTrigger = _chunkJQAG6BQJjs.SheetTrigger; exports.Sidebar = _chunkJQAG6BQJjs.Sidebar; exports.SidebarContent = _chunkJQAG6BQJjs.SidebarContent; exports.SidebarFooter = _chunkJQAG6BQJjs.SidebarFooter; exports.SidebarGroup = _chunkJQAG6BQJjs.SidebarGroup; exports.SidebarGroupAction = _chunkJQAG6BQJjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkJQAG6BQJjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkJQAG6BQJjs.SidebarGroupLabel; exports.SidebarHeader = _chunkJQAG6BQJjs.SidebarHeader; exports.SidebarInput = _chunkJQAG6BQJjs.SidebarInput; exports.SidebarInset = _chunkJQAG6BQJjs.SidebarInset; exports.SidebarMenu = _chunkJQAG6BQJjs.SidebarMenu; exports.SidebarMenuAction = _chunkJQAG6BQJjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkJQAG6BQJjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkJQAG6BQJjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkJQAG6BQJjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkJQAG6BQJjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkJQAG6BQJjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkJQAG6BQJjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkJQAG6BQJjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkJQAG6BQJjs.SidebarProvider; exports.SidebarRail = _chunkJQAG6BQJjs.SidebarRail; exports.SidebarSeparator = _chunkJQAG6BQJjs.SidebarSeparator; exports.SidebarTrigger = _chunkJQAG6BQJjs.SidebarTrigger; exports.Skeleton = _chunkJQAG6BQJjs.Skeleton; exports.Slider = _chunkJQAG6BQJjs.Slider; exports.Switch = _chunkJQAG6BQJjs.Switch; exports.Table = _chunkJQAG6BQJjs.Table; exports.TableBody = _chunkJQAG6BQJjs.TableBody; exports.TableCaption = _chunkJQAG6BQJjs.TableCaption; exports.TableCell = _chunkJQAG6BQJjs.TableCell; exports.TableFooter = _chunkJQAG6BQJjs.TableFooter; exports.TableHead = _chunkJQAG6BQJjs.TableHead; exports.TableHeader = _chunkJQAG6BQJjs.TableHeader; exports.TableRow = _chunkJQAG6BQJjs.TableRow; exports.Tabs = _chunkJQAG6BQJjs.Tabs; exports.TabsContainer = _chunkJQAG6BQJjs.TabsContainer; exports.TabsContent = _chunkJQAG6BQJjs.TabsContent; exports.TabsList = _chunkJQAG6BQJjs.TabsList; exports.TabsTrigger = _chunkJQAG6BQJjs.TabsTrigger; exports.Textarea = _chunkJQAG6BQJjs.Textarea; exports.Toaster = _chunkJQAG6BQJjs.Toaster; exports.Toggle = _chunkJQAG6BQJjs.Toggle; exports.TokenStatusIndicator = _chunkJQAG6BQJjs.TokenStatusIndicator; exports.Tooltip = _chunkJQAG6BQJjs.Tooltip; exports.TooltipContent = _chunkJQAG6BQJjs.TooltipContent; exports.TooltipProvider = _chunkJQAG6BQJjs.TooltipProvider; exports.TooltipTrigger = _chunkJQAG6BQJjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkJQAG6BQJjs.TotpAuthenticatorList; exports.TotpInput = _chunkJQAG6BQJjs.TotpInput; exports.TotpSetupDialog = _chunkJQAG6BQJjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkJQAG6BQJjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkJQAG6BQJjs.TwoFactorSettings; exports.UserAvatar = _chunkJQAG6BQJjs.UserAvatar; exports.UserAvatarEditor = _chunkJQAG6BQJjs.UserAvatarEditor; exports.UserAvatarList = _chunkJQAG6BQJjs.UserAvatarList; exports.UserContainer = _chunkJQAG6BQJjs.UserContainer; exports.UserDeleter = _chunkJQAG6BQJjs.UserDeleter; exports.UserDetails = _chunkJQAG6BQJjs.UserDetails; exports.UserEditor = _chunkJQAG6BQJjs.UserEditor; exports.UserIndexContainer = _chunkJQAG6BQJjs.UserIndexContainer; exports.UserIndexDetails = _chunkJQAG6BQJjs.UserIndexDetails; exports.UserListInAdd = _chunkJQAG6BQJjs.UserListInAdd; exports.UserMultiSelect = _chunkJQAG6BQJjs.UserMultiSelect; exports.UserReactivator = _chunkJQAG6BQJjs.UserReactivator; exports.UserResentInvitationEmail = _chunkJQAG6BQJjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkJQAG6BQJjs.UserRoleAdd; exports.UserRolesList = _chunkJQAG6BQJjs.UserRolesList; exports.UserSelector = _chunkJQAG6BQJjs.UserSelector; exports.UserStanadaloneDetails = _chunkJQAG6BQJjs.UserStanadaloneDetails; exports.UsersList = _chunkJQAG6BQJjs.UsersList; exports.UsersListByContentIds = _chunkJQAG6BQJjs.UsersListByContentIds; exports.UsersListContainer = _chunkJQAG6BQJjs.UsersListContainer; exports.WaitlistConfirmation = _chunkJQAG6BQJjs.WaitlistConfirmation; exports.WaitlistForm = _chunkJQAG6BQJjs.WaitlistForm; exports.WaitlistHeroSection = _chunkJQAG6BQJjs.WaitlistHeroSection; exports.WaitlistList = _chunkJQAG6BQJjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkJQAG6BQJjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkJQAG6BQJjs.WaitlistSuccessState; exports.badgeVariants = _chunkJQAG6BQJjs.badgeVariants; exports.buttonVariants = _chunkJQAG6BQJjs.buttonVariants; exports.cellComponent = _chunkJQAG6BQJjs.cellComponent; exports.cellDate = _chunkJQAG6BQJjs.cellDate; exports.cellId = _chunkJQAG6BQJjs.cellId; exports.cellLink = _chunkJQAG6BQJjs.cellLink; exports.cellUrl = _chunkJQAG6BQJjs.cellUrl; exports.errorToast = _chunkJQAG6BQJjs.errorToast; exports.generateNotificationData = _chunkJQAG6BQJjs.generateNotificationData; exports.getIcon = _chunkQOLVON35js.getIcon; exports.getIconByModule = _chunkQOLVON35js.getIconByModule; exports.getIconByModuleName = _chunkQOLVON35js.getIconByModuleName; exports.navigationMenuTriggerStyle = _chunkJQAG6BQJjs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunkJQAG6BQJjs.tabsListVariants; exports.toggleVariants = _chunkJQAG6BQJjs.toggleVariants; exports.triggerAssociationToast = _chunkJQAG6BQJjs.triggerAssociationToast; exports.useCarousel = _chunkJQAG6BQJjs.useCarousel; exports.useComboboxAnchor = _chunkJQAG6BQJjs.useComboboxAnchor; exports.useDebounce = _chunkJQAG6BQJjs.useDebounce2; exports.useFileUpload = _chunkJQAG6BQJjs.useFileUpload; exports.useSidebar = _chunkJQAG6BQJjs.useSidebar;
|
|
871
871
|
//# sourceMappingURL=index.js.map
|
package/dist/contexts/index.js
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
var
|
|
26
|
+
var _chunkJQAG6BQJjs = require('../chunk-JQAG6BQJ.js');
|
|
27
27
|
require('../chunk-UJBUJALX.js');
|
|
28
28
|
require('../chunk-QOLVON35.js');
|
|
29
29
|
require('../chunk-LXKSUWAV.js');
|
|
@@ -55,5 +55,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
|
|
58
|
-
exports.CommonProvider =
|
|
58
|
+
exports.CommonProvider = _chunkJQAG6BQJjs.CommonProvider; exports.CompanyProvider = _chunkJQAG6BQJjs.CompanyProvider; exports.CurrentUserProvider = _chunkJQAG6BQJjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunkJQAG6BQJjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunkJQAG6BQJjs.HeaderChildrenProvider; exports.NotificationContextProvider = _chunkJQAG6BQJjs.NotificationContextProvider; exports.OnboardingProvider = _chunkJQAG6BQJjs.OnboardingProvider; exports.RoleProvider = _chunkJQAG6BQJjs.RoleProvider; exports.SharedProvider = _chunkJQAG6BQJjs.SharedProvider; exports.SocketContext = _chunkJQAG6BQJjs.SocketContext; exports.SocketProvider = _chunkJQAG6BQJjs.SocketProvider; exports.UserProvider = _chunkJQAG6BQJjs.UserProvider; exports.recentPagesAtom = _chunkJQAG6BQJjs.recentPagesAtom; exports.useCommonContext = _chunkJQAG6BQJjs.useCommonContext; exports.useCompanyContext = _chunkJQAG6BQJjs.useCompanyContext; exports.useCurrentUserContext = _chunkJQAG6BQJjs.useCurrentUserContext; exports.useHeaderChildren = _chunkJQAG6BQJjs.useHeaderChildren; exports.useNotificationContext = _chunkJQAG6BQJjs.useNotificationContext; exports.useOnboarding = _chunkJQAG6BQJjs.useOnboarding; exports.useRoleContext = _chunkJQAG6BQJjs.useRoleContext; exports.useSharedContext = _chunkJQAG6BQJjs.useSharedContext; exports.useSocketContext = _chunkJQAG6BQJjs.useSocketContext; exports.useUserContext = _chunkJQAG6BQJjs.useUserContext;
|
|
59
59
|
//# sourceMappingURL=index.js.map
|
package/dist/contexts/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -5,22 +5,32 @@ import { Tab } from "@/components/containers";
|
|
|
5
5
|
import { RoundPageContainerTitle } from "@/components/containers/RoundPageContainerTitle";
|
|
6
6
|
import { Header } from "@/components/navigations";
|
|
7
7
|
import { useHeaderChildren } from "@/contexts";
|
|
8
|
+
import { useUrlRewriter } from "@/hooks";
|
|
8
9
|
import { cn } from "@/index";
|
|
9
10
|
import { ModuleWithPermissions } from "@/permissions";
|
|
11
|
+
import { useSearchParams } from "next/navigation";
|
|
10
12
|
import { ReactNode, useState } from "react";
|
|
11
13
|
|
|
12
14
|
type RoundPageContainerProps = {
|
|
13
15
|
module?: ModuleWithPermissions;
|
|
16
|
+
id?: string;
|
|
14
17
|
details?: ReactNode;
|
|
15
18
|
tabs?: Tab[];
|
|
16
19
|
children?: ReactNode;
|
|
17
20
|
fullWidth?: boolean;
|
|
18
21
|
};
|
|
19
22
|
|
|
20
|
-
export function RoundPageContainer({ module, details, tabs, children, fullWidth }: RoundPageContainerProps) {
|
|
23
|
+
export function RoundPageContainer({ module, id, details, tabs, children, fullWidth }: RoundPageContainerProps) {
|
|
21
24
|
const headerChildren = useHeaderChildren();
|
|
22
25
|
const [showDetails, setShowDetails] = useState(false);
|
|
23
26
|
|
|
27
|
+
const searchParams = useSearchParams();
|
|
28
|
+
const section = searchParams.get("section");
|
|
29
|
+
|
|
30
|
+
const rewriteUrl = useUrlRewriter();
|
|
31
|
+
|
|
32
|
+
const defaultValue = tabs ? (section && tabs.find((i) => i.key?.name === section)?.key) || tabs[0].key : undefined;
|
|
33
|
+
|
|
24
34
|
return (
|
|
25
35
|
<>
|
|
26
36
|
<Header className="bg-sidebar border-0">{headerChildren}</Header>
|
|
@@ -34,36 +44,38 @@ export function RoundPageContainer({ module, details, tabs, children, fullWidth
|
|
|
34
44
|
setShowDetails={setShowDetails}
|
|
35
45
|
/>
|
|
36
46
|
<div className="flex h-full w-full overflow-hidden">
|
|
37
|
-
{
|
|
38
|
-
<
|
|
39
|
-
|
|
40
|
-
<
|
|
41
|
-
{
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
</Tabs>
|
|
56
|
-
) : (
|
|
57
|
-
<>
|
|
58
|
-
{children && (
|
|
59
|
-
<div className={cn(`grow overflow-y-auto p-4`, fullWidth && `p-0`)}>
|
|
60
|
-
<div className={cn(`mx-auto max-w-6xl space-y-12 p-8`, fullWidth && `max-w-full w-full p-0`)}>
|
|
61
|
-
{children}
|
|
47
|
+
<div className={cn(`grow overflow-y-auto p-4`, fullWidth && `p-0`)}>
|
|
48
|
+
<div className={cn(`mx-auto max-w-6xl space-y-12 p-8`, fullWidth && `max-w-full w-full p-0`)}>
|
|
49
|
+
{tabs ? (
|
|
50
|
+
<Tabs
|
|
51
|
+
defaultValue={defaultValue}
|
|
52
|
+
className="w-full"
|
|
53
|
+
onValueChange={(key) =>
|
|
54
|
+
module && id && rewriteUrl({ page: module, id: id, additionalParameters: { section: key } })
|
|
55
|
+
}
|
|
56
|
+
>
|
|
57
|
+
<div className="p-4">
|
|
58
|
+
<TabsList className={``}>
|
|
59
|
+
{tabs.map((tab) => (
|
|
60
|
+
<TabsTrigger key={tab.label} value={tab.label} className={`px-4`}>
|
|
61
|
+
{tab.contentLabel ?? tab.label}
|
|
62
|
+
</TabsTrigger>
|
|
63
|
+
))}
|
|
64
|
+
</TabsList>
|
|
62
65
|
</div>
|
|
63
|
-
|
|
66
|
+
<div className="flex w-full overflow-y-auto px-4">
|
|
67
|
+
{tabs.map((tab) => (
|
|
68
|
+
<TabsContent key={tab.label} value={tab.label} className={`pb-20`}>
|
|
69
|
+
{tab.content}
|
|
70
|
+
</TabsContent>
|
|
71
|
+
))}
|
|
72
|
+
</div>
|
|
73
|
+
</Tabs>
|
|
74
|
+
) : (
|
|
75
|
+
children
|
|
64
76
|
)}
|
|
65
|
-
|
|
66
|
-
|
|
77
|
+
</div>
|
|
78
|
+
</div>
|
|
67
79
|
{details && (
|
|
68
80
|
<div
|
|
69
81
|
className={cn(
|
|
@@ -13,6 +13,7 @@ export function FormBlockNote({
|
|
|
13
13
|
isRequired = false,
|
|
14
14
|
description,
|
|
15
15
|
testId,
|
|
16
|
+
onEmptyChange,
|
|
16
17
|
}: {
|
|
17
18
|
form: any;
|
|
18
19
|
id: string;
|
|
@@ -22,6 +23,7 @@ export function FormBlockNote({
|
|
|
22
23
|
isRequired?: boolean;
|
|
23
24
|
description?: string;
|
|
24
25
|
testId?: string;
|
|
26
|
+
onEmptyChange?: (isEmpty: boolean) => void;
|
|
25
27
|
}) {
|
|
26
28
|
return (
|
|
27
29
|
<div className="flex w-full flex-col">
|
|
@@ -38,8 +40,9 @@ export function FormBlockNote({
|
|
|
38
40
|
id={form.getValues("id")}
|
|
39
41
|
type={type}
|
|
40
42
|
initialContent={field.value}
|
|
41
|
-
onChange={(content) => {
|
|
43
|
+
onChange={(content, isEmpty) => {
|
|
42
44
|
field.onChange(content);
|
|
45
|
+
onEmptyChange?.(isEmpty);
|
|
43
46
|
}}
|
|
44
47
|
placeholder={placeholder}
|
|
45
48
|
bordered
|
|
@@ -15,6 +15,7 @@ export function useUrlRewriter() {
|
|
|
15
15
|
id?: string;
|
|
16
16
|
childPage?: ModuleWithPermissions | string;
|
|
17
17
|
childId?: string;
|
|
18
|
+
additionalParameters?: { [key: string]: string | string[] | undefined };
|
|
18
19
|
}): void => {
|
|
19
20
|
window.history.replaceState(
|
|
20
21
|
null,
|
|
@@ -25,6 +26,7 @@ export function useUrlRewriter() {
|
|
|
25
26
|
childPage: params.childPage,
|
|
26
27
|
childId: params.childId,
|
|
27
28
|
language: locale,
|
|
29
|
+
additionalParameters: params.additionalParameters,
|
|
28
30
|
}),
|
|
29
31
|
);
|
|
30
32
|
},
|