@carlonicora/nextjs-jsonapi 1.44.0 → 1.44.2
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-6AFK4CWV.mjs → BlockNoteEditor-2ZP2BEZC.mjs} +2 -2
- package/dist/{BlockNoteEditor-B6ZR5WGS.js → BlockNoteEditor-C7CVGQDG.js} +6 -6
- package/dist/{BlockNoteEditor-B6ZR5WGS.js.map → BlockNoteEditor-C7CVGQDG.js.map} +1 -1
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-ODVHBYOG.js → chunk-24E7WD4J.js} +19 -10
- package/dist/chunk-24E7WD4J.js.map +1 -0
- package/dist/{chunk-7DS3XSAU.mjs → chunk-CLXIZJVH.mjs} +19 -10
- package/dist/chunk-CLXIZJVH.mjs.map +1 -0
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.d.mts +2 -1
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.js +2 -2
- package/dist/components/index.mjs +1 -1
- package/dist/contexts/index.js +2 -2
- package/dist/contexts/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/forms/FormSwitch.tsx +15 -2
- package/src/components/pages/PageContentContainer.tsx +4 -2
- package/src/features/user/contexts/UserContext.tsx +1 -1
- package/dist/chunk-7DS3XSAU.mjs.map +0 -1
- package/dist/chunk-ODVHBYOG.js.map +0 -1
- /package/dist/{BlockNoteEditor-6AFK4CWV.mjs.map → BlockNoteEditor-2ZP2BEZC.mjs.map} +0 -0
package/dist/client/index.js
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
var
|
|
29
|
+
var _chunk24E7WD4Jjs = require('../chunk-24E7WD4J.js');
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
@@ -117,5 +117,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
|
|
120
|
-
exports.ClientJsonApiDelete = _chunkL5F5ZN5Fjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkL5F5ZN5Fjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkL5F5ZN5Fjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkL5F5ZN5Fjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkL5F5ZN5Fjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider =
|
|
120
|
+
exports.ClientJsonApiDelete = _chunkL5F5ZN5Fjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkL5F5ZN5Fjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkL5F5ZN5Fjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkL5F5ZN5Fjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkL5F5ZN5Fjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunk24E7WD4Jjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunk24E7WD4Jjs.TableGeneratorRegistry; exports.configureClientConfig = _chunkOODZEX6Pjs.configureClientConfig; exports.configureClientJsonApi = _chunkL5F5ZN5Fjs.configureClientJsonApi; exports.configureI18n = _chunkOODZEX6Pjs.configureI18n; exports.configureJsonApi = _chunkOODZEX6Pjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.getApiUrl = _chunkOODZEX6Pjs.getApiUrl; exports.getAppUrl = _chunkOODZEX6Pjs.getAppUrl; exports.getClientApiUrl = _chunkL5F5ZN5Fjs.getClientApiUrl; exports.getClientAppUrl = _chunkL5F5ZN5Fjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkL5F5ZN5Fjs.getClientTrackablePages; exports.getI18nLink = _chunkOODZEX6Pjs.getI18nLink; exports.getStripePublishableKey = _chunkOODZEX6Pjs.getStripePublishableKey; exports.getTrackablePages = _chunkOODZEX6Pjs.getTrackablePages; exports.registerTableGenerator = _chunk24E7WD4Jjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunk24E7WD4Jjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunk24E7WD4Jjs.useContentTableStructure; exports.useCustomD3Graph = _chunk24E7WD4Jjs.useCustomD3Graph; exports.useDataListRetriever = _chunk24E7WD4Jjs.useDataListRetriever; exports.useDebounce = _chunk24E7WD4Jjs.useDebounce; exports.useI18nDateFnsLocale = _chunkOODZEX6Pjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkOODZEX6Pjs.useI18nLocale; exports.useI18nRouter = _chunkOODZEX6Pjs.useI18nRouter; exports.useI18nTranslations = _chunkOODZEX6Pjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunk24E7WD4Jjs.useJsonApiGet; exports.useJsonApiMutation = _chunk24E7WD4Jjs.useJsonApiMutation; exports.useNotificationSync = _chunk24E7WD4Jjs.useNotificationSync; exports.useOAuthClient = _chunk24E7WD4Jjs.useOAuthClient; exports.useOAuthClients = _chunk24E7WD4Jjs.useOAuthClients; exports.useOAuthConsent = _chunk24E7WD4Jjs.useOAuthConsent; exports.usePageTracker = _chunk24E7WD4Jjs.usePageTracker; exports.usePageUrlGenerator = _chunk24E7WD4Jjs.usePageUrlGenerator; exports.useRehydration = _chunk24E7WD4Jjs.useRehydration; exports.useRehydrationList = _chunk24E7WD4Jjs.useRehydrationList; exports.useRoleTableStructure = _chunk24E7WD4Jjs.useRoleTableStructure; exports.useSocket = _chunk24E7WD4Jjs.useSocket; exports.useSubscriptionStatus = _chunk24E7WD4Jjs.useSubscriptionStatus; exports.useTableGenerator = _chunk24E7WD4Jjs.useTableGenerator; exports.useUrlRewriter = _chunk24E7WD4Jjs.useUrlRewriter; exports.useUserSearch = _chunk24E7WD4Jjs.useUserSearch; exports.useUserTableStructure = _chunk24E7WD4Jjs.useUserTableStructure;
|
|
121
121
|
//# sourceMappingURL=index.js.map
|
package/dist/client/index.mjs
CHANGED
|
@@ -426,11 +426,12 @@ declare function FormSlider({ form, id, name, disabled, showPercentage, }: {
|
|
|
426
426
|
showPercentage?: boolean;
|
|
427
427
|
}): react_jsx_runtime.JSX.Element;
|
|
428
428
|
|
|
429
|
-
declare function FormSwitch({ form, id, name, disabled }: {
|
|
429
|
+
declare function FormSwitch({ form, id, name, disabled, description, }: {
|
|
430
430
|
form: any;
|
|
431
431
|
id: string;
|
|
432
432
|
name?: string;
|
|
433
433
|
disabled?: boolean;
|
|
434
|
+
description?: string;
|
|
434
435
|
}): react_jsx_runtime.JSX.Element;
|
|
435
436
|
|
|
436
437
|
declare function FormTextarea({ form, id, name, className, placeholder, testId, }: {
|
|
@@ -426,11 +426,12 @@ declare function FormSlider({ form, id, name, disabled, showPercentage, }: {
|
|
|
426
426
|
showPercentage?: boolean;
|
|
427
427
|
}): react_jsx_runtime.JSX.Element;
|
|
428
428
|
|
|
429
|
-
declare function FormSwitch({ form, id, name, disabled }: {
|
|
429
|
+
declare function FormSwitch({ form, id, name, disabled, description, }: {
|
|
430
430
|
form: any;
|
|
431
431
|
id: string;
|
|
432
432
|
name?: string;
|
|
433
433
|
disabled?: boolean;
|
|
434
|
+
description?: string;
|
|
434
435
|
}): react_jsx_runtime.JSX.Element;
|
|
435
436
|
|
|
436
437
|
declare function FormTextarea({ form, id, name, className, placeholder, testId, }: {
|
package/dist/components/index.js
CHANGED
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
|
|
392
392
|
|
|
393
393
|
|
|
394
|
-
var
|
|
394
|
+
var _chunk24E7WD4Jjs = require('../chunk-24E7WD4J.js');
|
|
395
395
|
require('../chunk-OODZEX6P.js');
|
|
396
396
|
|
|
397
397
|
|
|
@@ -805,5 +805,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
805
805
|
|
|
806
806
|
|
|
807
807
|
|
|
808
|
-
exports.AcceptInvitation = _chunkODVHBYOGjs.AcceptInvitation; exports.Accordion = _chunkODVHBYOGjs.Accordion; exports.AccordionContent = _chunkODVHBYOGjs.AccordionContent; exports.AccordionItem = _chunkODVHBYOGjs.AccordionItem; exports.AccordionTrigger = _chunkODVHBYOGjs.AccordionTrigger; exports.ActivateAccount = _chunkODVHBYOGjs.ActivateAccount; exports.AddUserToRole = _chunkODVHBYOGjs.AddUserToRole; exports.AdminCompanyContainer = _chunkODVHBYOGjs.AdminCompanyContainer; exports.AdminUsersList = _chunkODVHBYOGjs.AdminUsersList; exports.Alert = _chunkODVHBYOGjs.Alert; exports.AlertAction = _chunkODVHBYOGjs.AlertAction; exports.AlertDescription = _chunkODVHBYOGjs.AlertDescription; exports.AlertDialog = _chunkODVHBYOGjs.AlertDialog; exports.AlertDialogAction = _chunkODVHBYOGjs.AlertDialogAction; exports.AlertDialogCancel = _chunkODVHBYOGjs.AlertDialogCancel; exports.AlertDialogContent = _chunkODVHBYOGjs.AlertDialogContent; exports.AlertDialogDescription = _chunkODVHBYOGjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkODVHBYOGjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkODVHBYOGjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkODVHBYOGjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkODVHBYOGjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkODVHBYOGjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkODVHBYOGjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkODVHBYOGjs.AlertDialogTrigger; exports.AlertTitle = _chunkODVHBYOGjs.AlertTitle; exports.AllowedUsersDetails = _chunkODVHBYOGjs.AllowedUsersDetails; exports.AttributeElement = _chunkODVHBYOGjs.AttributeElement; exports.AuthContainer = _chunkODVHBYOGjs.AuthContainer; exports.Avatar = _chunkODVHBYOGjs.Avatar; exports.AvatarBadge = _chunkODVHBYOGjs.AvatarBadge; exports.AvatarFallback = _chunkODVHBYOGjs.AvatarFallback; exports.AvatarGroup = _chunkODVHBYOGjs.AvatarGroup; exports.AvatarGroupCount = _chunkODVHBYOGjs.AvatarGroupCount; exports.AvatarImage = _chunkODVHBYOGjs.AvatarImage; exports.BackupCodesDialog = _chunkODVHBYOGjs.BackupCodesDialog; exports.Badge = _chunkODVHBYOGjs.Badge; exports.BlockNoteEditorContainer = _chunkODVHBYOGjs.BlockNoteEditorContainer; exports.Board = _chunkODVHBYOGjs.KanbanBoard; exports.Breadcrumb = _chunkODVHBYOGjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkODVHBYOGjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkODVHBYOGjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkODVHBYOGjs.BreadcrumbLink; exports.BreadcrumbList = _chunkODVHBYOGjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkODVHBYOGjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkODVHBYOGjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkODVHBYOGjs.BreadcrumbSeparator; exports.Button = _chunkODVHBYOGjs.Button; exports.Calendar = _chunkODVHBYOGjs.Calendar; exports.CalendarDayButton = _chunkODVHBYOGjs.CalendarDayButton; exports.Card = _chunkODVHBYOGjs.Card; exports.CardAction = _chunkODVHBYOGjs.CardAction; exports.CardContent = _chunkODVHBYOGjs.CardContent; exports.CardDescription = _chunkODVHBYOGjs.CardDescription; exports.CardFooter = _chunkODVHBYOGjs.CardFooter; exports.CardHeader = _chunkODVHBYOGjs.CardHeader; exports.CardTitle = _chunkODVHBYOGjs.CardTitle; exports.Carousel = _chunkODVHBYOGjs.Carousel; exports.CarouselContent = _chunkODVHBYOGjs.CarouselContent; exports.CarouselItem = _chunkODVHBYOGjs.CarouselItem; exports.CarouselNext = _chunkODVHBYOGjs.CarouselNext; exports.CarouselPrevious = _chunkODVHBYOGjs.CarouselPrevious; exports.ChartContainer = _chunkODVHBYOGjs.ChartContainer; exports.ChartLegend = _chunkODVHBYOGjs.ChartLegend; exports.ChartLegendContent = _chunkODVHBYOGjs.ChartLegendContent; exports.ChartStyle = _chunkODVHBYOGjs.ChartStyle; exports.ChartTooltip = _chunkODVHBYOGjs.ChartTooltip; exports.ChartTooltipContent = _chunkODVHBYOGjs.ChartTooltipContent; exports.Checkbox = _chunkODVHBYOGjs.Checkbox; exports.Collapsible = _chunkODVHBYOGjs.Collapsible; exports.CollapsibleContent = _chunkODVHBYOGjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkODVHBYOGjs.CollapsibleTrigger; exports.Column = _chunkODVHBYOGjs.KanbanColumn; exports.ColumnHandle = _chunkODVHBYOGjs.KanbanColumnHandle; exports.Command = _chunkODVHBYOGjs.Command; exports.CommandDialog = _chunkODVHBYOGjs.CommandDialog; exports.CommandEmpty = _chunkODVHBYOGjs.CommandEmpty; exports.CommandGroup = _chunkODVHBYOGjs.CommandGroup; exports.CommandInput = _chunkODVHBYOGjs.CommandInput; exports.CommandItem = _chunkODVHBYOGjs.CommandItem; exports.CommandList = _chunkODVHBYOGjs.CommandList; exports.CommandSeparator = _chunkODVHBYOGjs.CommandSeparator; exports.CommandShortcut = _chunkODVHBYOGjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkODVHBYOGjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkODVHBYOGjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkODVHBYOGjs.CommonDeleter; exports.CommonEditorButtons = _chunkODVHBYOGjs.CommonEditorButtons; exports.CommonEditorHeader = _chunkODVHBYOGjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkODVHBYOGjs.CommonEditorTrigger; exports.CompaniesList = _chunkODVHBYOGjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkODVHBYOGjs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunkODVHBYOGjs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunkODVHBYOGjs.CompanyContainer; exports.CompanyDeleter = _chunkODVHBYOGjs.CompanyDeleter; exports.CompanyDetails = _chunkODVHBYOGjs.CompanyDetails; exports.CompanyEditor = _chunkODVHBYOGjs.CompanyEditor; exports.CompanyUsersList = _chunkODVHBYOGjs.CompanyUsersList; exports.ContentListTable = _chunkODVHBYOGjs.ContentListTable; exports.ContentTableSearch = _chunkODVHBYOGjs.ContentTableSearch; exports.ContentTitle = _chunkODVHBYOGjs.ContentTitle; exports.ContentsList = _chunkODVHBYOGjs.ContentsList; exports.ContentsListById = _chunkODVHBYOGjs.ContentsListById; exports.ContextMenu = _chunkODVHBYOGjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkODVHBYOGjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkODVHBYOGjs.ContextMenuContent; exports.ContextMenuGroup = _chunkODVHBYOGjs.ContextMenuGroup; exports.ContextMenuItem = _chunkODVHBYOGjs.ContextMenuItem; exports.ContextMenuLabel = _chunkODVHBYOGjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkODVHBYOGjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkODVHBYOGjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkODVHBYOGjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkODVHBYOGjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkODVHBYOGjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkODVHBYOGjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkODVHBYOGjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkODVHBYOGjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkODVHBYOGjs.ContextMenuTrigger; exports.ContributorsList = _chunkODVHBYOGjs.ContributorsList; exports.Cookies = _chunkODVHBYOGjs.Cookies; exports.DatePickerPopover = _chunkODVHBYOGjs.DatePickerPopover; exports.DateRangeSelector = _chunkODVHBYOGjs.DateRangeSelector; exports.Dialog = _chunkODVHBYOGjs.Dialog; exports.DialogClose = _chunkODVHBYOGjs.DialogClose; exports.DialogContent = _chunkODVHBYOGjs.DialogContent; exports.DialogDescription = _chunkODVHBYOGjs.DialogDescription; exports.DialogFooter = _chunkODVHBYOGjs.DialogFooter; exports.DialogHeader = _chunkODVHBYOGjs.DialogHeader; exports.DialogOverlay = _chunkODVHBYOGjs.DialogOverlay; exports.DialogPortal = _chunkODVHBYOGjs.DialogPortal; exports.DialogTitle = _chunkODVHBYOGjs.DialogTitle; exports.DialogTrigger = _chunkODVHBYOGjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkODVHBYOGjs.DisableTwoFactorDialog; exports.Drawer = _chunkODVHBYOGjs.Drawer; exports.DrawerClose = _chunkODVHBYOGjs.DrawerClose; exports.DrawerContent = _chunkODVHBYOGjs.DrawerContent; exports.DrawerDescription = _chunkODVHBYOGjs.DrawerDescription; exports.DrawerFooter = _chunkODVHBYOGjs.DrawerFooter; exports.DrawerHeader = _chunkODVHBYOGjs.DrawerHeader; exports.DrawerOverlay = _chunkODVHBYOGjs.DrawerOverlay; exports.DrawerPortal = _chunkODVHBYOGjs.DrawerPortal; exports.DrawerTitle = _chunkODVHBYOGjs.DrawerTitle; exports.DrawerTrigger = _chunkODVHBYOGjs.DrawerTrigger; exports.DropdownMenu = _chunkODVHBYOGjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkODVHBYOGjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkODVHBYOGjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkODVHBYOGjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkODVHBYOGjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkODVHBYOGjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkODVHBYOGjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkODVHBYOGjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkODVHBYOGjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkODVHBYOGjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkODVHBYOGjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkODVHBYOGjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkODVHBYOGjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkODVHBYOGjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkODVHBYOGjs.DropdownMenuTrigger; exports.ErrorDetails = _chunkODVHBYOGjs.ErrorDetails; exports.Field = _chunkODVHBYOGjs.Field; exports.FieldContent = _chunkODVHBYOGjs.FieldContent; exports.FieldDescription = _chunkODVHBYOGjs.FieldDescription; exports.FieldError = _chunkODVHBYOGjs.FieldError; exports.FieldGroup = _chunkODVHBYOGjs.FieldGroup; exports.FieldLabel = _chunkODVHBYOGjs.FieldLabel; exports.FieldLegend = _chunkODVHBYOGjs.FieldLegend; exports.FieldSeparator = _chunkODVHBYOGjs.FieldSeparator; exports.FieldSet = _chunkODVHBYOGjs.FieldSet; exports.FieldTitle = _chunkODVHBYOGjs.FieldTitle; exports.FileInput = _chunkODVHBYOGjs.FileInput; exports.FileUploader = _chunkODVHBYOGjs.FileUploader; exports.FileUploaderContent = _chunkODVHBYOGjs.FileUploaderContent; exports.FileUploaderItem = _chunkODVHBYOGjs.FileUploaderItem; exports.ForgotPassword = _chunkODVHBYOGjs.ForgotPassword; exports.Form = _chunkODVHBYOGjs.Form; exports.FormCheckbox = _chunkODVHBYOGjs.FormCheckbox; exports.FormDate = _chunkODVHBYOGjs.FormDate; exports.FormDateTime = _chunkODVHBYOGjs.FormDateTime; exports.FormFeatures = _chunkODVHBYOGjs.FormFeatures; exports.FormFieldWrapper = _chunkODVHBYOGjs.FormFieldWrapper; exports.FormInput = _chunkODVHBYOGjs.FormInput; exports.FormPassword = _chunkODVHBYOGjs.FormPassword; exports.FormPlaceAutocomplete = _chunkODVHBYOGjs.FormPlaceAutocomplete; exports.FormRoles = _chunkODVHBYOGjs.FormRoles; exports.FormSelect = _chunkODVHBYOGjs.FormSelect; exports.FormSlider = _chunkODVHBYOGjs.FormSlider; exports.FormSwitch = _chunkODVHBYOGjs.FormSwitch; exports.FormTextarea = _chunkODVHBYOGjs.FormTextarea; exports.GdprConsentCheckbox = _chunkODVHBYOGjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkODVHBYOGjs.GdprConsentSection; exports.Header = _chunkODVHBYOGjs.Header; exports.HoverCard = _chunkODVHBYOGjs.HoverCard; exports.HoverCardContent = _chunkODVHBYOGjs.HoverCardContent; exports.HoverCardTrigger = _chunkODVHBYOGjs.HoverCardTrigger; exports.Input = _chunkODVHBYOGjs.Input; exports.InputGroup = _chunkODVHBYOGjs.InputGroup; exports.InputGroupAddon = _chunkODVHBYOGjs.InputGroupAddon; exports.InputGroupButton = _chunkODVHBYOGjs.InputGroupButton; exports.InputGroupInput = _chunkODVHBYOGjs.InputGroupInput; exports.InputGroupText = _chunkODVHBYOGjs.InputGroupText; exports.InputGroupTextarea = _chunkODVHBYOGjs.InputGroupTextarea; exports.InputOTP = _chunkODVHBYOGjs.InputOTP; exports.InputOTPGroup = _chunkODVHBYOGjs.InputOTPGroup; exports.InputOTPSeparator = _chunkODVHBYOGjs.InputOTPSeparator; exports.InputOTPSlot = _chunkODVHBYOGjs.InputOTPSlot; exports.Item = _chunkODVHBYOGjs.KanbanItem; exports.ItemHandle = _chunkODVHBYOGjs.KanbanItemHandle; exports.Kanban = _chunkODVHBYOGjs.KanbanRoot; exports.KanbanBoard = _chunkODVHBYOGjs.KanbanBoard; exports.KanbanColumn = _chunkODVHBYOGjs.KanbanColumn; exports.KanbanColumnHandle = _chunkODVHBYOGjs.KanbanColumnHandle; exports.KanbanItem = _chunkODVHBYOGjs.KanbanItem; exports.KanbanItemHandle = _chunkODVHBYOGjs.KanbanItemHandle; exports.KanbanOverlay = _chunkODVHBYOGjs.KanbanOverlay; exports.Label = _chunkODVHBYOGjs.Label; exports.LandingComponent = _chunkODVHBYOGjs.LandingComponent; exports.Link = _chunkODVHBYOGjs.Link; exports.Login = _chunkODVHBYOGjs.Login; exports.Logout = _chunkODVHBYOGjs.Logout; exports.ModeToggleSwitch = _chunkODVHBYOGjs.ModeToggleSwitch; exports.MultiSelect = _chunkODVHBYOGjs.MultiSelect; exports.NavigationMenu = _chunkODVHBYOGjs.NavigationMenu; exports.NavigationMenuContent = _chunkODVHBYOGjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkODVHBYOGjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkODVHBYOGjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkODVHBYOGjs.NavigationMenuLink; exports.NavigationMenuList = _chunkODVHBYOGjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkODVHBYOGjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkODVHBYOGjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkODVHBYOGjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkODVHBYOGjs.NotificationMenuItem; exports.NotificationModal = _chunkODVHBYOGjs.NotificationModal; exports.NotificationToast = _chunkODVHBYOGjs.NotificationToast; exports.NotificationsList = _chunkODVHBYOGjs.NotificationsList; exports.NotificationsListContainer = _chunkODVHBYOGjs.NotificationsListContainer; exports.OAuthClientCard = _chunkODVHBYOGjs.OAuthClientCard; exports.OAuthClientDetail = _chunkODVHBYOGjs.OAuthClientDetail; exports.OAuthClientForm = _chunkODVHBYOGjs.OAuthClientForm; exports.OAuthClientList = _chunkODVHBYOGjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkODVHBYOGjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkODVHBYOGjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkODVHBYOGjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkODVHBYOGjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkODVHBYOGjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkODVHBYOGjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkODVHBYOGjs.OAuthScopeSelector; exports.OnboardingCard = _chunkODVHBYOGjs.OnboardingCard; exports.Overlay = _chunkODVHBYOGjs.KanbanOverlay; exports.PageContainer = _chunkODVHBYOGjs.PageContainer; exports.PageContainerContentDetails = _chunkODVHBYOGjs.PageContainerContentDetails; exports.PageContentContainer = _chunkODVHBYOGjs.PageContentContainer; exports.PageSection = _chunkODVHBYOGjs.PageSection; exports.PasskeyButton = _chunkODVHBYOGjs.PasskeyButton; exports.PasskeyList = _chunkODVHBYOGjs.PasskeyList; exports.PasskeySetupDialog = _chunkODVHBYOGjs.PasskeySetupDialog; exports.PasswordInput = _chunkODVHBYOGjs.PasswordInput; exports.Popover = _chunkODVHBYOGjs.Popover; exports.PopoverContent = _chunkODVHBYOGjs.PopoverContent; exports.PopoverDescription = _chunkODVHBYOGjs.PopoverDescription; exports.PopoverHeader = _chunkODVHBYOGjs.PopoverHeader; exports.PopoverTitle = _chunkODVHBYOGjs.PopoverTitle; exports.PopoverTrigger = _chunkODVHBYOGjs.PopoverTrigger; exports.Progress = _chunkODVHBYOGjs.Progress; exports.ProgressIndicator = _chunkODVHBYOGjs.ProgressIndicator; exports.ProgressLabel = _chunkODVHBYOGjs.ProgressLabel; exports.ProgressTrack = _chunkODVHBYOGjs.ProgressTrack; exports.ProgressValue = _chunkODVHBYOGjs.ProgressValue; exports.PushNotificationProvider = _chunkODVHBYOGjs.PushNotificationProvider; exports.RadioGroup = _chunkODVHBYOGjs.RadioGroup; exports.RadioGroupItem = _chunkODVHBYOGjs.RadioGroupItem; exports.ReactMarkdownContainer = _chunkODVHBYOGjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkODVHBYOGjs.RecentPagesNavigator; exports.RefreshUser = _chunkODVHBYOGjs.RefreshUser; exports.RelevantContentsList = _chunkODVHBYOGjs.RelevantContentsList; exports.RelevantUsersList = _chunkODVHBYOGjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkODVHBYOGjs.RemoveUserFromRole; exports.ResetPassword = _chunkODVHBYOGjs.ResetPassword; exports.ResizableHandle = _chunkODVHBYOGjs.ResizableHandle; exports.ResizablePanel = _chunkODVHBYOGjs.ResizablePanel; exports.ResizablePanelGroup = _chunkODVHBYOGjs.ResizablePanelGroup; exports.RoleContainer = _chunkODVHBYOGjs.RoleContainer; exports.RoleDetails = _chunkODVHBYOGjs.RoleDetails; exports.RoleUsersList = _chunkODVHBYOGjs.RoleUsersList; exports.RolesList = _chunkODVHBYOGjs.RolesList; exports.Root = _chunkODVHBYOGjs.KanbanRoot; exports.ScrollArea = _chunkODVHBYOGjs.ScrollArea; exports.ScrollBar = _chunkODVHBYOGjs.ScrollBar; exports.SecurityContainer = _chunkODVHBYOGjs.SecurityContainer; exports.Select = _chunkODVHBYOGjs.Select; exports.SelectContent = _chunkODVHBYOGjs.SelectContent; exports.SelectGroup = _chunkODVHBYOGjs.SelectGroup; exports.SelectItem = _chunkODVHBYOGjs.SelectItem; exports.SelectLabel = _chunkODVHBYOGjs.SelectLabel; exports.SelectScrollDownButton = _chunkODVHBYOGjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkODVHBYOGjs.SelectScrollUpButton; exports.SelectSeparator = _chunkODVHBYOGjs.SelectSeparator; exports.SelectTrigger = _chunkODVHBYOGjs.SelectTrigger; exports.SelectValue = _chunkODVHBYOGjs.SelectValue; exports.Separator = _chunkODVHBYOGjs.Separator; exports.Sheet = _chunkODVHBYOGjs.Sheet; exports.SheetClose = _chunkODVHBYOGjs.SheetClose; exports.SheetContent = _chunkODVHBYOGjs.SheetContent; exports.SheetDescription = _chunkODVHBYOGjs.SheetDescription; exports.SheetFooter = _chunkODVHBYOGjs.SheetFooter; exports.SheetHeader = _chunkODVHBYOGjs.SheetHeader; exports.SheetTitle = _chunkODVHBYOGjs.SheetTitle; exports.SheetTrigger = _chunkODVHBYOGjs.SheetTrigger; exports.Sidebar = _chunkODVHBYOGjs.Sidebar; exports.SidebarContent = _chunkODVHBYOGjs.SidebarContent; exports.SidebarFooter = _chunkODVHBYOGjs.SidebarFooter; exports.SidebarGroup = _chunkODVHBYOGjs.SidebarGroup; exports.SidebarGroupAction = _chunkODVHBYOGjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkODVHBYOGjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkODVHBYOGjs.SidebarGroupLabel; exports.SidebarHeader = _chunkODVHBYOGjs.SidebarHeader; exports.SidebarInput = _chunkODVHBYOGjs.SidebarInput; exports.SidebarInset = _chunkODVHBYOGjs.SidebarInset; exports.SidebarMenu = _chunkODVHBYOGjs.SidebarMenu; exports.SidebarMenuAction = _chunkODVHBYOGjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkODVHBYOGjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkODVHBYOGjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkODVHBYOGjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkODVHBYOGjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkODVHBYOGjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkODVHBYOGjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkODVHBYOGjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkODVHBYOGjs.SidebarProvider; exports.SidebarRail = _chunkODVHBYOGjs.SidebarRail; exports.SidebarSeparator = _chunkODVHBYOGjs.SidebarSeparator; exports.SidebarTrigger = _chunkODVHBYOGjs.SidebarTrigger; exports.Skeleton = _chunkODVHBYOGjs.Skeleton; exports.Slider = _chunkODVHBYOGjs.Slider; exports.Switch = _chunkODVHBYOGjs.Switch; exports.Table = _chunkODVHBYOGjs.Table; exports.TableBody = _chunkODVHBYOGjs.TableBody; exports.TableCaption = _chunkODVHBYOGjs.TableCaption; exports.TableCell = _chunkODVHBYOGjs.TableCell; exports.TableFooter = _chunkODVHBYOGjs.TableFooter; exports.TableHead = _chunkODVHBYOGjs.TableHead; exports.TableHeader = _chunkODVHBYOGjs.TableHeader; exports.TableRow = _chunkODVHBYOGjs.TableRow; exports.Tabs = _chunkODVHBYOGjs.Tabs; exports.TabsContainer = _chunkODVHBYOGjs.TabsContainer; exports.TabsContent = _chunkODVHBYOGjs.TabsContent; exports.TabsList = _chunkODVHBYOGjs.TabsList; exports.TabsTrigger = _chunkODVHBYOGjs.TabsTrigger; exports.Textarea = _chunkODVHBYOGjs.Textarea; exports.Toaster = _chunkODVHBYOGjs.Toaster; exports.Toggle = _chunkODVHBYOGjs.Toggle; exports.TokenStatusIndicator = _chunkODVHBYOGjs.TokenStatusIndicator; exports.Tooltip = _chunkODVHBYOGjs.Tooltip; exports.TooltipContent = _chunkODVHBYOGjs.TooltipContent; exports.TooltipProvider = _chunkODVHBYOGjs.TooltipProvider; exports.TooltipTrigger = _chunkODVHBYOGjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkODVHBYOGjs.TotpAuthenticatorList; exports.TotpInput = _chunkODVHBYOGjs.TotpInput; exports.TotpSetupDialog = _chunkODVHBYOGjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkODVHBYOGjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkODVHBYOGjs.TwoFactorSettings; exports.UserAvatar = _chunkODVHBYOGjs.UserAvatar; exports.UserAvatarEditor = _chunkODVHBYOGjs.UserAvatarEditor; exports.UserContainer = _chunkODVHBYOGjs.UserContainer; exports.UserDeleter = _chunkODVHBYOGjs.UserDeleter; exports.UserDetails = _chunkODVHBYOGjs.UserDetails; exports.UserEditor = _chunkODVHBYOGjs.UserEditor; exports.UserIndexContainer = _chunkODVHBYOGjs.UserIndexContainer; exports.UserIndexDetails = _chunkODVHBYOGjs.UserIndexDetails; exports.UserListInAdd = _chunkODVHBYOGjs.UserListInAdd; exports.UserMultiSelect = _chunkODVHBYOGjs.UserMultiSelect; exports.UserReactivator = _chunkODVHBYOGjs.UserReactivator; exports.UserResentInvitationEmail = _chunkODVHBYOGjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkODVHBYOGjs.UserRoleAdd; exports.UserRolesList = _chunkODVHBYOGjs.UserRolesList; exports.UserSelector = _chunkODVHBYOGjs.UserSelector; exports.UserStanadaloneDetails = _chunkODVHBYOGjs.UserStanadaloneDetails; exports.UsersList = _chunkODVHBYOGjs.UsersList; exports.UsersListByContentIds = _chunkODVHBYOGjs.UsersListByContentIds; exports.UsersListContainer = _chunkODVHBYOGjs.UsersListContainer; exports.WaitlistConfirmation = _chunkODVHBYOGjs.WaitlistConfirmation; exports.WaitlistForm = _chunkODVHBYOGjs.WaitlistForm; exports.WaitlistHeroSection = _chunkODVHBYOGjs.WaitlistHeroSection; exports.WaitlistList = _chunkODVHBYOGjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkODVHBYOGjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkODVHBYOGjs.WaitlistSuccessState; exports.badgeVariants = _chunkODVHBYOGjs.badgeVariants; exports.buttonVariants = _chunkODVHBYOGjs.buttonVariants; exports.cellComponent = _chunkODVHBYOGjs.cellComponent; exports.cellDate = _chunkODVHBYOGjs.cellDate; exports.cellId = _chunkODVHBYOGjs.cellId; exports.cellLink = _chunkODVHBYOGjs.cellLink; exports.cellUrl = _chunkODVHBYOGjs.cellUrl; exports.errorToast = _chunkODVHBYOGjs.errorToast; exports.generateNotificationData = _chunkODVHBYOGjs.generateNotificationData; exports.getIcon = _chunkL5F5ZN5Fjs.getIcon; exports.getIconByModule = _chunkL5F5ZN5Fjs.getIconByModule; exports.getIconByModuleName = _chunkL5F5ZN5Fjs.getIconByModuleName; exports.navigationMenuTriggerStyle = _chunkODVHBYOGjs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunkODVHBYOGjs.tabsListVariants; exports.toggleVariants = _chunkODVHBYOGjs.toggleVariants; exports.triggerAssociationToast = _chunkODVHBYOGjs.triggerAssociationToast; exports.useCarousel = _chunkODVHBYOGjs.useCarousel; exports.useFileUpload = _chunkODVHBYOGjs.useFileUpload; exports.useSidebar = _chunkODVHBYOGjs.useSidebar;
|
|
808
|
+
exports.AcceptInvitation = _chunk24E7WD4Jjs.AcceptInvitation; exports.Accordion = _chunk24E7WD4Jjs.Accordion; exports.AccordionContent = _chunk24E7WD4Jjs.AccordionContent; exports.AccordionItem = _chunk24E7WD4Jjs.AccordionItem; exports.AccordionTrigger = _chunk24E7WD4Jjs.AccordionTrigger; exports.ActivateAccount = _chunk24E7WD4Jjs.ActivateAccount; exports.AddUserToRole = _chunk24E7WD4Jjs.AddUserToRole; exports.AdminCompanyContainer = _chunk24E7WD4Jjs.AdminCompanyContainer; exports.AdminUsersList = _chunk24E7WD4Jjs.AdminUsersList; exports.Alert = _chunk24E7WD4Jjs.Alert; exports.AlertAction = _chunk24E7WD4Jjs.AlertAction; exports.AlertDescription = _chunk24E7WD4Jjs.AlertDescription; exports.AlertDialog = _chunk24E7WD4Jjs.AlertDialog; exports.AlertDialogAction = _chunk24E7WD4Jjs.AlertDialogAction; exports.AlertDialogCancel = _chunk24E7WD4Jjs.AlertDialogCancel; exports.AlertDialogContent = _chunk24E7WD4Jjs.AlertDialogContent; exports.AlertDialogDescription = _chunk24E7WD4Jjs.AlertDialogDescription; exports.AlertDialogFooter = _chunk24E7WD4Jjs.AlertDialogFooter; exports.AlertDialogHeader = _chunk24E7WD4Jjs.AlertDialogHeader; exports.AlertDialogMedia = _chunk24E7WD4Jjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunk24E7WD4Jjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunk24E7WD4Jjs.AlertDialogPortal; exports.AlertDialogTitle = _chunk24E7WD4Jjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunk24E7WD4Jjs.AlertDialogTrigger; exports.AlertTitle = _chunk24E7WD4Jjs.AlertTitle; exports.AllowedUsersDetails = _chunk24E7WD4Jjs.AllowedUsersDetails; exports.AttributeElement = _chunk24E7WD4Jjs.AttributeElement; exports.AuthContainer = _chunk24E7WD4Jjs.AuthContainer; exports.Avatar = _chunk24E7WD4Jjs.Avatar; exports.AvatarBadge = _chunk24E7WD4Jjs.AvatarBadge; exports.AvatarFallback = _chunk24E7WD4Jjs.AvatarFallback; exports.AvatarGroup = _chunk24E7WD4Jjs.AvatarGroup; exports.AvatarGroupCount = _chunk24E7WD4Jjs.AvatarGroupCount; exports.AvatarImage = _chunk24E7WD4Jjs.AvatarImage; exports.BackupCodesDialog = _chunk24E7WD4Jjs.BackupCodesDialog; exports.Badge = _chunk24E7WD4Jjs.Badge; exports.BlockNoteEditorContainer = _chunk24E7WD4Jjs.BlockNoteEditorContainer; exports.Board = _chunk24E7WD4Jjs.KanbanBoard; exports.Breadcrumb = _chunk24E7WD4Jjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunk24E7WD4Jjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunk24E7WD4Jjs.BreadcrumbItem; exports.BreadcrumbLink = _chunk24E7WD4Jjs.BreadcrumbLink; exports.BreadcrumbList = _chunk24E7WD4Jjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunk24E7WD4Jjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunk24E7WD4Jjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunk24E7WD4Jjs.BreadcrumbSeparator; exports.Button = _chunk24E7WD4Jjs.Button; exports.Calendar = _chunk24E7WD4Jjs.Calendar; exports.CalendarDayButton = _chunk24E7WD4Jjs.CalendarDayButton; exports.Card = _chunk24E7WD4Jjs.Card; exports.CardAction = _chunk24E7WD4Jjs.CardAction; exports.CardContent = _chunk24E7WD4Jjs.CardContent; exports.CardDescription = _chunk24E7WD4Jjs.CardDescription; exports.CardFooter = _chunk24E7WD4Jjs.CardFooter; exports.CardHeader = _chunk24E7WD4Jjs.CardHeader; exports.CardTitle = _chunk24E7WD4Jjs.CardTitle; exports.Carousel = _chunk24E7WD4Jjs.Carousel; exports.CarouselContent = _chunk24E7WD4Jjs.CarouselContent; exports.CarouselItem = _chunk24E7WD4Jjs.CarouselItem; exports.CarouselNext = _chunk24E7WD4Jjs.CarouselNext; exports.CarouselPrevious = _chunk24E7WD4Jjs.CarouselPrevious; exports.ChartContainer = _chunk24E7WD4Jjs.ChartContainer; exports.ChartLegend = _chunk24E7WD4Jjs.ChartLegend; exports.ChartLegendContent = _chunk24E7WD4Jjs.ChartLegendContent; exports.ChartStyle = _chunk24E7WD4Jjs.ChartStyle; exports.ChartTooltip = _chunk24E7WD4Jjs.ChartTooltip; exports.ChartTooltipContent = _chunk24E7WD4Jjs.ChartTooltipContent; exports.Checkbox = _chunk24E7WD4Jjs.Checkbox; exports.Collapsible = _chunk24E7WD4Jjs.Collapsible; exports.CollapsibleContent = _chunk24E7WD4Jjs.CollapsibleContent; exports.CollapsibleTrigger = _chunk24E7WD4Jjs.CollapsibleTrigger; exports.Column = _chunk24E7WD4Jjs.KanbanColumn; exports.ColumnHandle = _chunk24E7WD4Jjs.KanbanColumnHandle; exports.Command = _chunk24E7WD4Jjs.Command; exports.CommandDialog = _chunk24E7WD4Jjs.CommandDialog; exports.CommandEmpty = _chunk24E7WD4Jjs.CommandEmpty; exports.CommandGroup = _chunk24E7WD4Jjs.CommandGroup; exports.CommandInput = _chunk24E7WD4Jjs.CommandInput; exports.CommandItem = _chunk24E7WD4Jjs.CommandItem; exports.CommandList = _chunk24E7WD4Jjs.CommandList; exports.CommandSeparator = _chunk24E7WD4Jjs.CommandSeparator; exports.CommandShortcut = _chunk24E7WD4Jjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunk24E7WD4Jjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunk24E7WD4Jjs.CommonAssociationTrigger; exports.CommonDeleter = _chunk24E7WD4Jjs.CommonDeleter; exports.CommonEditorButtons = _chunk24E7WD4Jjs.CommonEditorButtons; exports.CommonEditorHeader = _chunk24E7WD4Jjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunk24E7WD4Jjs.CommonEditorTrigger; exports.CompaniesList = _chunk24E7WD4Jjs.CompaniesList; exports.CompanyConfigurationEditor = _chunk24E7WD4Jjs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunk24E7WD4Jjs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunk24E7WD4Jjs.CompanyContainer; exports.CompanyDeleter = _chunk24E7WD4Jjs.CompanyDeleter; exports.CompanyDetails = _chunk24E7WD4Jjs.CompanyDetails; exports.CompanyEditor = _chunk24E7WD4Jjs.CompanyEditor; exports.CompanyUsersList = _chunk24E7WD4Jjs.CompanyUsersList; exports.ContentListTable = _chunk24E7WD4Jjs.ContentListTable; exports.ContentTableSearch = _chunk24E7WD4Jjs.ContentTableSearch; exports.ContentTitle = _chunk24E7WD4Jjs.ContentTitle; exports.ContentsList = _chunk24E7WD4Jjs.ContentsList; exports.ContentsListById = _chunk24E7WD4Jjs.ContentsListById; exports.ContextMenu = _chunk24E7WD4Jjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunk24E7WD4Jjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunk24E7WD4Jjs.ContextMenuContent; exports.ContextMenuGroup = _chunk24E7WD4Jjs.ContextMenuGroup; exports.ContextMenuItem = _chunk24E7WD4Jjs.ContextMenuItem; exports.ContextMenuLabel = _chunk24E7WD4Jjs.ContextMenuLabel; exports.ContextMenuPortal = _chunk24E7WD4Jjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunk24E7WD4Jjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunk24E7WD4Jjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunk24E7WD4Jjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunk24E7WD4Jjs.ContextMenuShortcut; exports.ContextMenuSub = _chunk24E7WD4Jjs.ContextMenuSub; exports.ContextMenuSubContent = _chunk24E7WD4Jjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunk24E7WD4Jjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunk24E7WD4Jjs.ContextMenuTrigger; exports.ContributorsList = _chunk24E7WD4Jjs.ContributorsList; exports.Cookies = _chunk24E7WD4Jjs.Cookies; exports.DatePickerPopover = _chunk24E7WD4Jjs.DatePickerPopover; exports.DateRangeSelector = _chunk24E7WD4Jjs.DateRangeSelector; exports.Dialog = _chunk24E7WD4Jjs.Dialog; exports.DialogClose = _chunk24E7WD4Jjs.DialogClose; exports.DialogContent = _chunk24E7WD4Jjs.DialogContent; exports.DialogDescription = _chunk24E7WD4Jjs.DialogDescription; exports.DialogFooter = _chunk24E7WD4Jjs.DialogFooter; exports.DialogHeader = _chunk24E7WD4Jjs.DialogHeader; exports.DialogOverlay = _chunk24E7WD4Jjs.DialogOverlay; exports.DialogPortal = _chunk24E7WD4Jjs.DialogPortal; exports.DialogTitle = _chunk24E7WD4Jjs.DialogTitle; exports.DialogTrigger = _chunk24E7WD4Jjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunk24E7WD4Jjs.DisableTwoFactorDialog; exports.Drawer = _chunk24E7WD4Jjs.Drawer; exports.DrawerClose = _chunk24E7WD4Jjs.DrawerClose; exports.DrawerContent = _chunk24E7WD4Jjs.DrawerContent; exports.DrawerDescription = _chunk24E7WD4Jjs.DrawerDescription; exports.DrawerFooter = _chunk24E7WD4Jjs.DrawerFooter; exports.DrawerHeader = _chunk24E7WD4Jjs.DrawerHeader; exports.DrawerOverlay = _chunk24E7WD4Jjs.DrawerOverlay; exports.DrawerPortal = _chunk24E7WD4Jjs.DrawerPortal; exports.DrawerTitle = _chunk24E7WD4Jjs.DrawerTitle; exports.DrawerTrigger = _chunk24E7WD4Jjs.DrawerTrigger; exports.DropdownMenu = _chunk24E7WD4Jjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunk24E7WD4Jjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunk24E7WD4Jjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunk24E7WD4Jjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunk24E7WD4Jjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunk24E7WD4Jjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunk24E7WD4Jjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunk24E7WD4Jjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunk24E7WD4Jjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunk24E7WD4Jjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunk24E7WD4Jjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunk24E7WD4Jjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunk24E7WD4Jjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunk24E7WD4Jjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunk24E7WD4Jjs.DropdownMenuTrigger; exports.ErrorDetails = _chunk24E7WD4Jjs.ErrorDetails; exports.Field = _chunk24E7WD4Jjs.Field; exports.FieldContent = _chunk24E7WD4Jjs.FieldContent; exports.FieldDescription = _chunk24E7WD4Jjs.FieldDescription; exports.FieldError = _chunk24E7WD4Jjs.FieldError; exports.FieldGroup = _chunk24E7WD4Jjs.FieldGroup; exports.FieldLabel = _chunk24E7WD4Jjs.FieldLabel; exports.FieldLegend = _chunk24E7WD4Jjs.FieldLegend; exports.FieldSeparator = _chunk24E7WD4Jjs.FieldSeparator; exports.FieldSet = _chunk24E7WD4Jjs.FieldSet; exports.FieldTitle = _chunk24E7WD4Jjs.FieldTitle; exports.FileInput = _chunk24E7WD4Jjs.FileInput; exports.FileUploader = _chunk24E7WD4Jjs.FileUploader; exports.FileUploaderContent = _chunk24E7WD4Jjs.FileUploaderContent; exports.FileUploaderItem = _chunk24E7WD4Jjs.FileUploaderItem; exports.ForgotPassword = _chunk24E7WD4Jjs.ForgotPassword; exports.Form = _chunk24E7WD4Jjs.Form; exports.FormCheckbox = _chunk24E7WD4Jjs.FormCheckbox; exports.FormDate = _chunk24E7WD4Jjs.FormDate; exports.FormDateTime = _chunk24E7WD4Jjs.FormDateTime; exports.FormFeatures = _chunk24E7WD4Jjs.FormFeatures; exports.FormFieldWrapper = _chunk24E7WD4Jjs.FormFieldWrapper; exports.FormInput = _chunk24E7WD4Jjs.FormInput; exports.FormPassword = _chunk24E7WD4Jjs.FormPassword; exports.FormPlaceAutocomplete = _chunk24E7WD4Jjs.FormPlaceAutocomplete; exports.FormRoles = _chunk24E7WD4Jjs.FormRoles; exports.FormSelect = _chunk24E7WD4Jjs.FormSelect; exports.FormSlider = _chunk24E7WD4Jjs.FormSlider; exports.FormSwitch = _chunk24E7WD4Jjs.FormSwitch; exports.FormTextarea = _chunk24E7WD4Jjs.FormTextarea; exports.GdprConsentCheckbox = _chunk24E7WD4Jjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunk24E7WD4Jjs.GdprConsentSection; exports.Header = _chunk24E7WD4Jjs.Header; exports.HoverCard = _chunk24E7WD4Jjs.HoverCard; exports.HoverCardContent = _chunk24E7WD4Jjs.HoverCardContent; exports.HoverCardTrigger = _chunk24E7WD4Jjs.HoverCardTrigger; exports.Input = _chunk24E7WD4Jjs.Input; exports.InputGroup = _chunk24E7WD4Jjs.InputGroup; exports.InputGroupAddon = _chunk24E7WD4Jjs.InputGroupAddon; exports.InputGroupButton = _chunk24E7WD4Jjs.InputGroupButton; exports.InputGroupInput = _chunk24E7WD4Jjs.InputGroupInput; exports.InputGroupText = _chunk24E7WD4Jjs.InputGroupText; exports.InputGroupTextarea = _chunk24E7WD4Jjs.InputGroupTextarea; exports.InputOTP = _chunk24E7WD4Jjs.InputOTP; exports.InputOTPGroup = _chunk24E7WD4Jjs.InputOTPGroup; exports.InputOTPSeparator = _chunk24E7WD4Jjs.InputOTPSeparator; exports.InputOTPSlot = _chunk24E7WD4Jjs.InputOTPSlot; exports.Item = _chunk24E7WD4Jjs.KanbanItem; exports.ItemHandle = _chunk24E7WD4Jjs.KanbanItemHandle; exports.Kanban = _chunk24E7WD4Jjs.KanbanRoot; exports.KanbanBoard = _chunk24E7WD4Jjs.KanbanBoard; exports.KanbanColumn = _chunk24E7WD4Jjs.KanbanColumn; exports.KanbanColumnHandle = _chunk24E7WD4Jjs.KanbanColumnHandle; exports.KanbanItem = _chunk24E7WD4Jjs.KanbanItem; exports.KanbanItemHandle = _chunk24E7WD4Jjs.KanbanItemHandle; exports.KanbanOverlay = _chunk24E7WD4Jjs.KanbanOverlay; exports.Label = _chunk24E7WD4Jjs.Label; exports.LandingComponent = _chunk24E7WD4Jjs.LandingComponent; exports.Link = _chunk24E7WD4Jjs.Link; exports.Login = _chunk24E7WD4Jjs.Login; exports.Logout = _chunk24E7WD4Jjs.Logout; exports.ModeToggleSwitch = _chunk24E7WD4Jjs.ModeToggleSwitch; exports.MultiSelect = _chunk24E7WD4Jjs.MultiSelect; exports.NavigationMenu = _chunk24E7WD4Jjs.NavigationMenu; exports.NavigationMenuContent = _chunk24E7WD4Jjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunk24E7WD4Jjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunk24E7WD4Jjs.NavigationMenuItem; exports.NavigationMenuLink = _chunk24E7WD4Jjs.NavigationMenuLink; exports.NavigationMenuList = _chunk24E7WD4Jjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunk24E7WD4Jjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunk24E7WD4Jjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunk24E7WD4Jjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunk24E7WD4Jjs.NotificationMenuItem; exports.NotificationModal = _chunk24E7WD4Jjs.NotificationModal; exports.NotificationToast = _chunk24E7WD4Jjs.NotificationToast; exports.NotificationsList = _chunk24E7WD4Jjs.NotificationsList; exports.NotificationsListContainer = _chunk24E7WD4Jjs.NotificationsListContainer; exports.OAuthClientCard = _chunk24E7WD4Jjs.OAuthClientCard; exports.OAuthClientDetail = _chunk24E7WD4Jjs.OAuthClientDetail; exports.OAuthClientForm = _chunk24E7WD4Jjs.OAuthClientForm; exports.OAuthClientList = _chunk24E7WD4Jjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunk24E7WD4Jjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunk24E7WD4Jjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunk24E7WD4Jjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunk24E7WD4Jjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunk24E7WD4Jjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunk24E7WD4Jjs.OAuthScopeList; exports.OAuthScopeSelector = _chunk24E7WD4Jjs.OAuthScopeSelector; exports.OnboardingCard = _chunk24E7WD4Jjs.OnboardingCard; exports.Overlay = _chunk24E7WD4Jjs.KanbanOverlay; exports.PageContainer = _chunk24E7WD4Jjs.PageContainer; exports.PageContainerContentDetails = _chunk24E7WD4Jjs.PageContainerContentDetails; exports.PageContentContainer = _chunk24E7WD4Jjs.PageContentContainer; exports.PageSection = _chunk24E7WD4Jjs.PageSection; exports.PasskeyButton = _chunk24E7WD4Jjs.PasskeyButton; exports.PasskeyList = _chunk24E7WD4Jjs.PasskeyList; exports.PasskeySetupDialog = _chunk24E7WD4Jjs.PasskeySetupDialog; exports.PasswordInput = _chunk24E7WD4Jjs.PasswordInput; exports.Popover = _chunk24E7WD4Jjs.Popover; exports.PopoverContent = _chunk24E7WD4Jjs.PopoverContent; exports.PopoverDescription = _chunk24E7WD4Jjs.PopoverDescription; exports.PopoverHeader = _chunk24E7WD4Jjs.PopoverHeader; exports.PopoverTitle = _chunk24E7WD4Jjs.PopoverTitle; exports.PopoverTrigger = _chunk24E7WD4Jjs.PopoverTrigger; exports.Progress = _chunk24E7WD4Jjs.Progress; exports.ProgressIndicator = _chunk24E7WD4Jjs.ProgressIndicator; exports.ProgressLabel = _chunk24E7WD4Jjs.ProgressLabel; exports.ProgressTrack = _chunk24E7WD4Jjs.ProgressTrack; exports.ProgressValue = _chunk24E7WD4Jjs.ProgressValue; exports.PushNotificationProvider = _chunk24E7WD4Jjs.PushNotificationProvider; exports.RadioGroup = _chunk24E7WD4Jjs.RadioGroup; exports.RadioGroupItem = _chunk24E7WD4Jjs.RadioGroupItem; exports.ReactMarkdownContainer = _chunk24E7WD4Jjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunk24E7WD4Jjs.RecentPagesNavigator; exports.RefreshUser = _chunk24E7WD4Jjs.RefreshUser; exports.RelevantContentsList = _chunk24E7WD4Jjs.RelevantContentsList; exports.RelevantUsersList = _chunk24E7WD4Jjs.RelevantUsersList; exports.RemoveUserFromRole = _chunk24E7WD4Jjs.RemoveUserFromRole; exports.ResetPassword = _chunk24E7WD4Jjs.ResetPassword; exports.ResizableHandle = _chunk24E7WD4Jjs.ResizableHandle; exports.ResizablePanel = _chunk24E7WD4Jjs.ResizablePanel; exports.ResizablePanelGroup = _chunk24E7WD4Jjs.ResizablePanelGroup; exports.RoleContainer = _chunk24E7WD4Jjs.RoleContainer; exports.RoleDetails = _chunk24E7WD4Jjs.RoleDetails; exports.RoleUsersList = _chunk24E7WD4Jjs.RoleUsersList; exports.RolesList = _chunk24E7WD4Jjs.RolesList; exports.Root = _chunk24E7WD4Jjs.KanbanRoot; exports.ScrollArea = _chunk24E7WD4Jjs.ScrollArea; exports.ScrollBar = _chunk24E7WD4Jjs.ScrollBar; exports.SecurityContainer = _chunk24E7WD4Jjs.SecurityContainer; exports.Select = _chunk24E7WD4Jjs.Select; exports.SelectContent = _chunk24E7WD4Jjs.SelectContent; exports.SelectGroup = _chunk24E7WD4Jjs.SelectGroup; exports.SelectItem = _chunk24E7WD4Jjs.SelectItem; exports.SelectLabel = _chunk24E7WD4Jjs.SelectLabel; exports.SelectScrollDownButton = _chunk24E7WD4Jjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunk24E7WD4Jjs.SelectScrollUpButton; exports.SelectSeparator = _chunk24E7WD4Jjs.SelectSeparator; exports.SelectTrigger = _chunk24E7WD4Jjs.SelectTrigger; exports.SelectValue = _chunk24E7WD4Jjs.SelectValue; exports.Separator = _chunk24E7WD4Jjs.Separator; exports.Sheet = _chunk24E7WD4Jjs.Sheet; exports.SheetClose = _chunk24E7WD4Jjs.SheetClose; exports.SheetContent = _chunk24E7WD4Jjs.SheetContent; exports.SheetDescription = _chunk24E7WD4Jjs.SheetDescription; exports.SheetFooter = _chunk24E7WD4Jjs.SheetFooter; exports.SheetHeader = _chunk24E7WD4Jjs.SheetHeader; exports.SheetTitle = _chunk24E7WD4Jjs.SheetTitle; exports.SheetTrigger = _chunk24E7WD4Jjs.SheetTrigger; exports.Sidebar = _chunk24E7WD4Jjs.Sidebar; exports.SidebarContent = _chunk24E7WD4Jjs.SidebarContent; exports.SidebarFooter = _chunk24E7WD4Jjs.SidebarFooter; exports.SidebarGroup = _chunk24E7WD4Jjs.SidebarGroup; exports.SidebarGroupAction = _chunk24E7WD4Jjs.SidebarGroupAction; exports.SidebarGroupContent = _chunk24E7WD4Jjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunk24E7WD4Jjs.SidebarGroupLabel; exports.SidebarHeader = _chunk24E7WD4Jjs.SidebarHeader; exports.SidebarInput = _chunk24E7WD4Jjs.SidebarInput; exports.SidebarInset = _chunk24E7WD4Jjs.SidebarInset; exports.SidebarMenu = _chunk24E7WD4Jjs.SidebarMenu; exports.SidebarMenuAction = _chunk24E7WD4Jjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunk24E7WD4Jjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunk24E7WD4Jjs.SidebarMenuButton; exports.SidebarMenuItem = _chunk24E7WD4Jjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunk24E7WD4Jjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunk24E7WD4Jjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunk24E7WD4Jjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunk24E7WD4Jjs.SidebarMenuSubItem; exports.SidebarProvider = _chunk24E7WD4Jjs.SidebarProvider; exports.SidebarRail = _chunk24E7WD4Jjs.SidebarRail; exports.SidebarSeparator = _chunk24E7WD4Jjs.SidebarSeparator; exports.SidebarTrigger = _chunk24E7WD4Jjs.SidebarTrigger; exports.Skeleton = _chunk24E7WD4Jjs.Skeleton; exports.Slider = _chunk24E7WD4Jjs.Slider; exports.Switch = _chunk24E7WD4Jjs.Switch; exports.Table = _chunk24E7WD4Jjs.Table; exports.TableBody = _chunk24E7WD4Jjs.TableBody; exports.TableCaption = _chunk24E7WD4Jjs.TableCaption; exports.TableCell = _chunk24E7WD4Jjs.TableCell; exports.TableFooter = _chunk24E7WD4Jjs.TableFooter; exports.TableHead = _chunk24E7WD4Jjs.TableHead; exports.TableHeader = _chunk24E7WD4Jjs.TableHeader; exports.TableRow = _chunk24E7WD4Jjs.TableRow; exports.Tabs = _chunk24E7WD4Jjs.Tabs; exports.TabsContainer = _chunk24E7WD4Jjs.TabsContainer; exports.TabsContent = _chunk24E7WD4Jjs.TabsContent; exports.TabsList = _chunk24E7WD4Jjs.TabsList; exports.TabsTrigger = _chunk24E7WD4Jjs.TabsTrigger; exports.Textarea = _chunk24E7WD4Jjs.Textarea; exports.Toaster = _chunk24E7WD4Jjs.Toaster; exports.Toggle = _chunk24E7WD4Jjs.Toggle; exports.TokenStatusIndicator = _chunk24E7WD4Jjs.TokenStatusIndicator; exports.Tooltip = _chunk24E7WD4Jjs.Tooltip; exports.TooltipContent = _chunk24E7WD4Jjs.TooltipContent; exports.TooltipProvider = _chunk24E7WD4Jjs.TooltipProvider; exports.TooltipTrigger = _chunk24E7WD4Jjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunk24E7WD4Jjs.TotpAuthenticatorList; exports.TotpInput = _chunk24E7WD4Jjs.TotpInput; exports.TotpSetupDialog = _chunk24E7WD4Jjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunk24E7WD4Jjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunk24E7WD4Jjs.TwoFactorSettings; exports.UserAvatar = _chunk24E7WD4Jjs.UserAvatar; exports.UserAvatarEditor = _chunk24E7WD4Jjs.UserAvatarEditor; exports.UserContainer = _chunk24E7WD4Jjs.UserContainer; exports.UserDeleter = _chunk24E7WD4Jjs.UserDeleter; exports.UserDetails = _chunk24E7WD4Jjs.UserDetails; exports.UserEditor = _chunk24E7WD4Jjs.UserEditor; exports.UserIndexContainer = _chunk24E7WD4Jjs.UserIndexContainer; exports.UserIndexDetails = _chunk24E7WD4Jjs.UserIndexDetails; exports.UserListInAdd = _chunk24E7WD4Jjs.UserListInAdd; exports.UserMultiSelect = _chunk24E7WD4Jjs.UserMultiSelect; exports.UserReactivator = _chunk24E7WD4Jjs.UserReactivator; exports.UserResentInvitationEmail = _chunk24E7WD4Jjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunk24E7WD4Jjs.UserRoleAdd; exports.UserRolesList = _chunk24E7WD4Jjs.UserRolesList; exports.UserSelector = _chunk24E7WD4Jjs.UserSelector; exports.UserStanadaloneDetails = _chunk24E7WD4Jjs.UserStanadaloneDetails; exports.UsersList = _chunk24E7WD4Jjs.UsersList; exports.UsersListByContentIds = _chunk24E7WD4Jjs.UsersListByContentIds; exports.UsersListContainer = _chunk24E7WD4Jjs.UsersListContainer; exports.WaitlistConfirmation = _chunk24E7WD4Jjs.WaitlistConfirmation; exports.WaitlistForm = _chunk24E7WD4Jjs.WaitlistForm; exports.WaitlistHeroSection = _chunk24E7WD4Jjs.WaitlistHeroSection; exports.WaitlistList = _chunk24E7WD4Jjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunk24E7WD4Jjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunk24E7WD4Jjs.WaitlistSuccessState; exports.badgeVariants = _chunk24E7WD4Jjs.badgeVariants; exports.buttonVariants = _chunk24E7WD4Jjs.buttonVariants; exports.cellComponent = _chunk24E7WD4Jjs.cellComponent; exports.cellDate = _chunk24E7WD4Jjs.cellDate; exports.cellId = _chunk24E7WD4Jjs.cellId; exports.cellLink = _chunk24E7WD4Jjs.cellLink; exports.cellUrl = _chunk24E7WD4Jjs.cellUrl; exports.errorToast = _chunk24E7WD4Jjs.errorToast; exports.generateNotificationData = _chunk24E7WD4Jjs.generateNotificationData; exports.getIcon = _chunkL5F5ZN5Fjs.getIcon; exports.getIconByModule = _chunkL5F5ZN5Fjs.getIconByModule; exports.getIconByModuleName = _chunkL5F5ZN5Fjs.getIconByModuleName; exports.navigationMenuTriggerStyle = _chunk24E7WD4Jjs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunk24E7WD4Jjs.tabsListVariants; exports.toggleVariants = _chunk24E7WD4Jjs.toggleVariants; exports.triggerAssociationToast = _chunk24E7WD4Jjs.triggerAssociationToast; exports.useCarousel = _chunk24E7WD4Jjs.useCarousel; exports.useFileUpload = _chunk24E7WD4Jjs.useFileUpload; exports.useSidebar = _chunk24E7WD4Jjs.useSidebar;
|
|
809
809
|
//# sourceMappingURL=index.js.map
|
package/dist/contexts/index.js
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
var
|
|
26
|
+
var _chunk24E7WD4Jjs = require('../chunk-24E7WD4J.js');
|
|
27
27
|
require('../chunk-OODZEX6P.js');
|
|
28
28
|
require('../chunk-L5F5ZN5F.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 = _chunk24E7WD4Jjs.CommonProvider; exports.CompanyProvider = _chunk24E7WD4Jjs.CompanyProvider; exports.CurrentUserProvider = _chunk24E7WD4Jjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunk24E7WD4Jjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunk24E7WD4Jjs.HeaderChildrenProvider; exports.NotificationContextProvider = _chunk24E7WD4Jjs.NotificationContextProvider; exports.OnboardingProvider = _chunk24E7WD4Jjs.OnboardingProvider; exports.RoleProvider = _chunk24E7WD4Jjs.RoleProvider; exports.SharedProvider = _chunk24E7WD4Jjs.SharedProvider; exports.SocketContext = _chunk24E7WD4Jjs.SocketContext; exports.SocketProvider = _chunk24E7WD4Jjs.SocketProvider; exports.UserProvider = _chunk24E7WD4Jjs.UserProvider; exports.recentPagesAtom = _chunk24E7WD4Jjs.recentPagesAtom; exports.useCommonContext = _chunk24E7WD4Jjs.useCommonContext; exports.useCompanyContext = _chunk24E7WD4Jjs.useCompanyContext; exports.useCurrentUserContext = _chunk24E7WD4Jjs.useCurrentUserContext; exports.useHeaderChildren = _chunk24E7WD4Jjs.useHeaderChildren; exports.useNotificationContext = _chunk24E7WD4Jjs.useNotificationContext; exports.useOnboarding = _chunk24E7WD4Jjs.useOnboarding; exports.useRoleContext = _chunk24E7WD4Jjs.useRoleContext; exports.useSharedContext = _chunk24E7WD4Jjs.useSharedContext; exports.useSocketContext = _chunk24E7WD4Jjs.useSocketContext; exports.useUserContext = _chunk24E7WD4Jjs.useUserContext;
|
|
59
59
|
//# sourceMappingURL=index.js.map
|
package/dist/contexts/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
|
-
import { FieldLabel, Switch } from "../../shadcnui";
|
|
3
|
+
import { FieldDescription, FieldLabel, Switch } from "../../shadcnui";
|
|
4
4
|
import { FormFieldWrapper } from "./FormFieldWrapper";
|
|
5
5
|
|
|
6
|
-
export function FormSwitch({
|
|
6
|
+
export function FormSwitch({
|
|
7
|
+
form,
|
|
8
|
+
id,
|
|
9
|
+
name,
|
|
10
|
+
disabled,
|
|
11
|
+
description,
|
|
12
|
+
}: {
|
|
13
|
+
form: any;
|
|
14
|
+
id: string;
|
|
15
|
+
name?: string;
|
|
16
|
+
disabled?: boolean;
|
|
17
|
+
description?: string;
|
|
18
|
+
}) {
|
|
7
19
|
return (
|
|
8
20
|
<div className="flex w-full flex-col">
|
|
9
21
|
<FormFieldWrapper form={form} name={id} orientation="horizontal">
|
|
@@ -14,6 +26,7 @@ export function FormSwitch({ form, id, name, disabled }: { form: any; id: string
|
|
|
14
26
|
</div>
|
|
15
27
|
)}
|
|
16
28
|
</FormFieldWrapper>
|
|
29
|
+
{description && <FieldDescription>{description}</FieldDescription>}
|
|
17
30
|
</div>
|
|
18
31
|
);
|
|
19
32
|
}
|
|
@@ -73,13 +73,15 @@ export function PageContentContainer({ header, details, footer, content, fullBle
|
|
|
73
73
|
defaultSize={rightPanelDefaultSize}
|
|
74
74
|
className={cn("w-full", isMobile ? "pt-4" : "")}
|
|
75
75
|
>
|
|
76
|
-
<div className={cn("h-full overflow-x-hidden overflow-y-auto", fullBleed ? "" : "px-4 pb-20")}>
|
|
76
|
+
<div className={cn("h-full overflow-x-hidden overflow-y-auto pt-4", fullBleed ? "" : "px-4 pb-20")}>
|
|
77
77
|
{content}
|
|
78
78
|
</div>
|
|
79
79
|
</ResizablePanel>
|
|
80
80
|
</ResizablePanelGroup>
|
|
81
81
|
) : (
|
|
82
|
-
<div className={cn("h-full overflow-x-hidden overflow-y-auto", fullBleed ? "" : "px-4 pb-20")}>
|
|
82
|
+
<div className={cn("h-full overflow-x-hidden overflow-y-auto pt-4", fullBleed ? "" : "px-4 pb-20")}>
|
|
83
|
+
{content}
|
|
84
|
+
</div>
|
|
83
85
|
)}
|
|
84
86
|
</div>
|
|
85
87
|
</div>
|
|
@@ -37,7 +37,7 @@ export const UserProvider = ({ children, dehydratedUser }: UserProviderProps) =>
|
|
|
37
37
|
|
|
38
38
|
if (hasPermissionToModule({ module: Modules.User, action: Action.Update })) {
|
|
39
39
|
response.push({
|
|
40
|
-
name: t(`common.settings
|
|
40
|
+
name: t(`common.settings`, { item: "settings" }),
|
|
41
41
|
href: generateUrl({ page: `/settings` }),
|
|
42
42
|
});
|
|
43
43
|
|